summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-13 20:00:46 +0300
committerAndrew Dolgov <[email protected]>2022-12-13 20:00:46 +0300
commit0226e0ca0dc70f9a0310b3eef045ee1c1e0ca3ac (patch)
tree254c0e880693c2636107308b5931951cfa501311
split into a separate repo
-rw-r--r--Jenkinsfile17
-rw-r--r--composer.json20
-rw-r--r--composer.lock473
-rw-r--r--init.js35
-rwxr-xr-xinit.php366
-rw-r--r--vendor/autoload.php25
-rw-r--r--vendor/composer/ClassLoader.php572
-rw-r--r--vendor/composer/InstalledVersions.php352
-rw-r--r--vendor/composer/LICENSE21
-rw-r--r--vendor/composer/autoload_classmap.php10
-rw-r--r--vendor/composer/autoload_namespaces.php9
-rw-r--r--vendor/composer/autoload_psr4.php14
-rw-r--r--vendor/composer/autoload_real.php38
-rw-r--r--vendor/composer/autoload_static.php67
-rw-r--r--vendor/composer/installed.json479
-rw-r--r--vendor/composer/installed.php90
-rw-r--r--vendor/composer/platform_check.php26
-rw-r--r--vendor/fivefilters/readability.php/.gitattributes2
-rw-r--r--vendor/fivefilters/readability.php/.github/workflows/main.yml42
-rw-r--r--vendor/fivefilters/readability.php/.gitignore5
-rw-r--r--vendor/fivefilters/readability.php/AUTHORS.md14
-rw-r--r--vendor/fivefilters/readability.php/CHANGELOG.md145
-rw-r--r--vendor/fivefilters/readability.php/CONTRIBUTING.md31
-rw-r--r--vendor/fivefilters/readability.php/LICENSE201
-rw-r--r--vendor/fivefilters/readability.php/Makefile27
-rw-r--r--vendor/fivefilters/readability.php/README.md250
-rw-r--r--vendor/fivefilters/readability.php/composer.json52
-rw-r--r--vendor/fivefilters/readability.php/docker-compose.yml100
-rw-r--r--vendor/fivefilters/readability.php/docker/php/Dockerfile16
-rw-r--r--vendor/fivefilters/readability.php/docker/php/build.Dockerfile56
-rw-r--r--vendor/fivefilters/readability.php/phpunit.xml16
-rw-r--r--vendor/fivefilters/readability.php/src/Configuration.php423
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMAttr.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCdataSection.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCharacterData.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMComment.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocument.php30
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentFragment.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentType.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMElement.php46
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntity.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntityReference.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNode.php14
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNodeList.php82
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNotation.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/DOM/DOMText.php10
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/NodeTrait.php566
-rw-r--r--vendor/fivefilters/readability.php/src/Nodes/NodeUtility.php192
-rw-r--r--vendor/fivefilters/readability.php/src/ParseException.php7
-rw-r--r--vendor/fivefilters/readability.php/src/Readability.php2410
-rw-r--r--vendor/fivefilters/readability.php/test/ConfigurationTest.php92
-rw-r--r--vendor/fivefilters/readability.php/test/ReadabilityTest.php203
-rw-r--r--vendor/fivefilters/readability.php/test/TestPage.php71
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/001/config.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/001/expected.html132
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/001/source.html233
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/002/expected.html418
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/002/source.html1131
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html19
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html45
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html19
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html36
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/aclu/config.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html124
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/aclu/source.html1264
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected.html317
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/source.html1025
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html91
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html634
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html34
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html44
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json5
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html34
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html44
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html34
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/base-url/source.html43
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html18
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html36
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json7
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html22
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html2557
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html84
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/blogger/source.html2064
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html47
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html19848
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json9
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html128
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html3404
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json5
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html41
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html5294
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html35
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/challenges/source.html1744
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected.html108
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/citylab-1/source.html683
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html1387
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html1863
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json5
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html27
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html662
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html46
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnet/source.html19356
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html48
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/cnn/source.html4190
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html18
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html34
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html30
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html151
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected.html11
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/data-url-image/source.html19
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json7
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html24
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html33
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-images.json5
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected.html527
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/source.html868
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected.html56
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ebb-org/source.html485
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html102
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html934
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json13
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html148
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html1621
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html26
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html43
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json13
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html331
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/engadget/source.html3513
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/folha/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/folha/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/folha/expected.html24
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/folha/source.html2518
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html141
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html58
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/gmw/source.html2103
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected.html458
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/source.html742
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-images.json16
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected.html297
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/guardian-1/source.html1369
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/heise/expected.html34
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/heise/source.html887
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html21
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html1193
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html29
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json10
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html227
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html356
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html29
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html1103
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html1115
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html1269
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json7
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/infobae/source.html35
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected.html7
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json17
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html434
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html833
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-images.json19
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected.html524
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/source.html740
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html96
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html700
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-images.json12
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected.html343
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/source.html1277
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected.html1108
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/source.html3868
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected.html8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/source.html21
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html41
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html1117
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html1353
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html16
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html1803
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json11
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html659
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html1305
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json11
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html659
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html1241
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json5
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html179
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html3165
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html655
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html820
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json5
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html98
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html1453
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected.html102
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/source.html2012
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json10
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html324
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html705
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json7
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html688
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html1645
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mercurial/expected.html738
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mercurial/source.html979
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected.html19
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/source.html33
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html50
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html64
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json9
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html96
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html1348
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json11
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html97
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html408
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/msn/expected.html22
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/msn/source.html13010
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected.html26
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/source.html35
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html75
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html5530
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html81
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html5236
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-images.json11
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected.html267
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-3/source.html1638
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected.html214
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/nytimes-4/source.html3896
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json48
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html280
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html4372
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected.html7
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/source.html19
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html16
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html32
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html23
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html41
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html19
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html43
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html28
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html34
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html28
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html18
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html28
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html26
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html26
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html26
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html14
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html26
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html206
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html2513
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected.html179
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/source.html1659
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html18
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html426
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html34
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html54
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html21
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html42
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html38
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html44
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html122
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html167
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html20
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html1821
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html21
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html30
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html35
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html1528
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected.html93
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/topicseed-1/source.html400
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html793
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html174
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html421
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-images.json1
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected.html178
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/v8-blog/source.html259
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/videos-1/expected.html309
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/videos-1/source.html1319
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/videos-2/expected.html107
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/videos-2/source.html2043
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html147
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html1560
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json5
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html103
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html1038
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html48
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html2411
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html24
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html1299
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html27
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikia/source.html19998
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-images.json47
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected.html3107
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/source.html7228
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-images.json53
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected.html354
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/source.html3757
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json10
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html469
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html1652
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json6
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html71
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html2228
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html49
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html14670
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html25
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html20539
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json4
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html45
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html14949
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json3
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html7
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html1234
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json5
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json8
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/youth/expected.html30
-rw-r--r--vendor/fivefilters/readability.php/test/test-pages/youth/source.html10982
-rw-r--r--vendor/league/uri-interfaces/LICENSE20
-rw-r--r--vendor/league/uri-interfaces/composer.json68
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/AuthorityInterface.php87
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/DataPathInterface.php92
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/DomainHostInterface.php107
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/FragmentInterface.php22
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/HostInterface.php51
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/IpHostInterface.php48
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/PathInterface.php90
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/PortInterface.php22
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/QueryInterface.php227
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php147
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/UriComponentInterface.php88
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/UriException.php20
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/UriInterface.php292
-rw-r--r--vendor/league/uri-interfaces/src/Contracts/UserInfoInterface.php40
-rw-r--r--vendor/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php20
-rw-r--r--vendor/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php20
-rw-r--r--vendor/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php46
-rw-r--r--vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php20
-rw-r--r--vendor/league/uri-interfaces/src/Idna/Idna.php212
-rw-r--r--vendor/league/uri-interfaces/src/Idna/IdnaInfo.php113
-rw-r--r--vendor/league/uri/LICENSE20
-rw-r--r--vendor/league/uri/composer.json107
-rw-r--r--vendor/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php30
-rw-r--r--vendor/league/uri/src/Http.php335
-rw-r--r--vendor/league/uri/src/HttpFactory.php25
-rw-r--r--vendor/league/uri/src/Uri.php1333
-rw-r--r--vendor/league/uri/src/UriInfo.php215
-rw-r--r--vendor/league/uri/src/UriResolver.php376
-rw-r--r--vendor/league/uri/src/UriString.php467
-rw-r--r--vendor/league/uri/src/UriTemplate.php134
-rw-r--r--vendor/league/uri/src/UriTemplate/Expression.php329
-rw-r--r--vendor/league/uri/src/UriTemplate/Template.php126
-rw-r--r--vendor/league/uri/src/UriTemplate/VarSpecifier.php96
-rw-r--r--vendor/league/uri/src/UriTemplate/VariableBag.php114
-rw-r--r--vendor/masterminds/html5/.gitattributes8
-rw-r--r--vendor/masterminds/html5/.gitignore5
-rw-r--r--vendor/masterminds/html5/.php_cs.dist14
-rw-r--r--vendor/masterminds/html5/.scrutinizer.yml41
-rw-r--r--vendor/masterminds/html5/.travis.yml47
-rw-r--r--vendor/masterminds/html5/CREDITS11
-rw-r--r--vendor/masterminds/html5/Jenkinsfile19
-rw-r--r--vendor/masterminds/html5/LICENSE.txt66
-rw-r--r--vendor/masterminds/html5/README.md254
-rw-r--r--vendor/masterminds/html5/RELEASE.md153
-rw-r--r--vendor/masterminds/html5/UPGRADING.md21
-rw-r--r--vendor/masterminds/html5/bin/entities.php26
-rw-r--r--vendor/masterminds/html5/composer.json42
-rw-r--r--vendor/masterminds/html5/example.php32
-rw-r--r--vendor/masterminds/html5/phpunit.xml.dist8
-rw-r--r--vendor/masterminds/html5/src/HTML5.php246
-rw-r--r--vendor/masterminds/html5/src/HTML5/Elements.php619
-rw-r--r--vendor/masterminds/html5/src/HTML5/Entities.php2236
-rw-r--r--vendor/masterminds/html5/src/HTML5/Exception.php10
-rw-r--r--vendor/masterminds/html5/src/HTML5/InstructionProcessor.php41
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php61
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php705
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php114
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php33
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/InputStream.php87
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/ParseError.php10
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/README.md53
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/Scanner.php416
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php336
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php1191
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php127
-rw-r--r--vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php183
-rw-r--r--vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php1533
-rw-r--r--vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php553
-rw-r--r--vendor/masterminds/html5/src/HTML5/Serializer/README.md33
-rw-r--r--vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php99
-rw-r--r--vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php142
-rw-r--r--vendor/masterminds/html5/test/HTML5/ElementsTest.php485
-rw-r--r--vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html9
-rw-r--r--vendor/masterminds/html5/test/HTML5/Fixtures/encoding/windows-1252.html9
-rw-r--r--vendor/masterminds/html5/test/HTML5/Html5Test.html10
-rw-r--r--vendor/masterminds/html5/test/HTML5/Html5Test.php492
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/CharacterReferenceTest.php44
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/DOMTreeBuilderTest.php743
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/EventStack.php116
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/EventStackError.php7
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php26
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/ScannerTest.php184
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/TokenizerTest.php978
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/TreeBuildingRulesTest.php118
-rw-r--r--vendor/masterminds/html5/test/HTML5/Parser/UTF8UtilsTest.php28
-rw-r--r--vendor/masterminds/html5/test/HTML5/Serializer/OutputRulesTest.php652
-rw-r--r--vendor/masterminds/html5/test/HTML5/Serializer/TraverserTest.php136
-rw-r--r--vendor/masterminds/html5/test/HTML5/TestCase.php23
-rw-r--r--vendor/masterminds/html5/test/benchmark/example.html6403
-rw-r--r--vendor/masterminds/html5/test/benchmark/run.php29
-rw-r--r--vendor/psr/http-factory/.gitignore2
-rw-r--r--vendor/psr/http-factory/.pullapprove.yml7
-rw-r--r--vendor/psr/http-factory/LICENSE21
-rw-r--r--vendor/psr/http-factory/README.md10
-rw-r--r--vendor/psr/http-factory/composer.json35
-rw-r--r--vendor/psr/http-factory/src/RequestFactoryInterface.php18
-rw-r--r--vendor/psr/http-factory/src/ResponseFactoryInterface.php18
-rw-r--r--vendor/psr/http-factory/src/ServerRequestFactoryInterface.php24
-rw-r--r--vendor/psr/http-factory/src/StreamFactoryInterface.php45
-rw-r--r--vendor/psr/http-factory/src/UploadedFileFactoryInterface.php34
-rw-r--r--vendor/psr/http-factory/src/UriFactoryInterface.php17
-rw-r--r--vendor/psr/http-message/CHANGELOG.md36
-rw-r--r--vendor/psr/http-message/LICENSE19
-rw-r--r--vendor/psr/http-message/README.md13
-rw-r--r--vendor/psr/http-message/composer.json26
-rw-r--r--vendor/psr/http-message/src/MessageInterface.php187
-rw-r--r--vendor/psr/http-message/src/RequestInterface.php129
-rw-r--r--vendor/psr/http-message/src/ResponseInterface.php68
-rw-r--r--vendor/psr/http-message/src/ServerRequestInterface.php261
-rw-r--r--vendor/psr/http-message/src/StreamInterface.php158
-rw-r--r--vendor/psr/http-message/src/UploadedFileInterface.php123
-rw-r--r--vendor/psr/http-message/src/UriInterface.php323
-rw-r--r--vendor/psr/log/LICENSE19
-rw-r--r--vendor/psr/log/Psr/Log/AbstractLogger.php128
-rw-r--r--vendor/psr/log/Psr/Log/InvalidArgumentException.php7
-rw-r--r--vendor/psr/log/Psr/Log/LogLevel.php18
-rw-r--r--vendor/psr/log/Psr/Log/LoggerAwareInterface.php18
-rw-r--r--vendor/psr/log/Psr/Log/LoggerAwareTrait.php26
-rw-r--r--vendor/psr/log/Psr/Log/LoggerInterface.php125
-rw-r--r--vendor/psr/log/Psr/Log/LoggerTrait.php142
-rw-r--r--vendor/psr/log/Psr/Log/NullLogger.php30
-rw-r--r--vendor/psr/log/Psr/Log/Test/DummyTest.php18
-rw-r--r--vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php138
-rw-r--r--vendor/psr/log/Psr/Log/Test/TestLogger.php147
-rw-r--r--vendor/psr/log/README.md58
-rw-r--r--vendor/psr/log/composer.json26
655 files changed, 322131 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 0000000..0991f2c
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,17 @@
+pipeline {
+ agent any
+
+ stages {
+ stage('phpstan') {
+ steps {
+ sh """
+ docker run --pull=always \
+ -v ${env.WORKSPACE}:/src/tt-rss/plugins/plugin \
+ --workdir /src/tt-rss \
+ --rm registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static:latest \
+ php81 ./vendor/bin/phpstan analyse plugins/plugin
+ """
+ }
+ }
+ }
+}
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..7a7eab5
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,20 @@
+{
+ "minimum-stability": "dev",
+ "prefer-stable": true,
+ "repositories": [
+ {
+ "name": "fivefilters/readability.php",
+ "type": "vcs",
+ "url": "https://dev.tt-rss.org/fox/readability-php.git"
+ },
+ {
+ "name": "masterminds/html5",
+ "type": "vcs",
+ "url": "https://dev.tt-rss.org/fox/html5-php.git"
+ }
+ ],
+ "require": {
+ "fivefilters/readability.php": "dev-master",
+ "psr/http-factory": "1.0.1"
+ }
+}
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 0000000..f4fc172
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,473 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "183ed768c66eb8f183350edf06c06a63",
+ "packages": [
+ {
+ "name": "fivefilters/readability.php",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://dev.tt-rss.org/fox/readability-php.git",
+ "reference": "8ac5abdd497b37d2be4833bcf18d6819bba4d9c9"
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "league/uri": "^6.4",
+ "masterminds/html5": "2.7.x-dev@dev",
+ "php": ">=7.3.0",
+ "psr/log": "^1.0"
+ },
+ "require-dev": {
+ "monolog/monolog": "^2.3",
+ "phpunit/phpunit": "^9"
+ },
+ "suggest": {
+ "monolog/monolog": "Allow logging debug information"
+ },
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "fivefilters\\Readability\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "fivefilters\\Readability\\Test\\": "test"
+ }
+ },
+ "license": [
+ "Apache-2.0"
+ ],
+ "authors": [
+ {
+ "name": "Andres Rey",
+ "email": "[email protected]",
+ "role": "Original Developer"
+ },
+ {
+ "name": "Keyvan Minoukadeh",
+ "email": "[email protected]",
+ "homepage": "https://www.fivefilters.org",
+ "role": "Developer/Maintainer"
+ }
+ ],
+ "description": "A PHP port of Readability.js",
+ "homepage": "https://github.com/fivefilters/readability.php",
+ "keywords": [
+ "html",
+ "readability"
+ ],
+ "time": "2022-07-31T06:02:47+00:00"
+ },
+ {
+ "name": "league/uri",
+ "version": "6.7.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri.git",
+ "reference": "2d7c87a0860f3126a39f44a8a9bf2fed402dcfea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri/zipball/2d7c87a0860f3126a39f44a8a9bf2fed402dcfea",
+ "reference": "2d7c87a0860f3126a39f44a8a9bf2fed402dcfea",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "league/uri-interfaces": "^2.3",
+ "php": "^7.4 || ^8.0",
+ "psr/http-message": "^1.0"
+ },
+ "conflict": {
+ "league/uri-schemes": "^1.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^v3.3.2",
+ "nyholm/psr7": "^1.5",
+ "php-http/psr7-integration-tests": "^1.1",
+ "phpstan/phpstan": "^1.2.0",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0.0",
+ "phpstan/phpstan-strict-rules": "^1.1.0",
+ "phpunit/phpunit": "^9.5.10",
+ "psr/http-factory": "^1.0"
+ },
+ "suggest": {
+ "ext-fileinfo": "Needed to create Data URI from a filepath",
+ "ext-intl": "Needed to improve host validation",
+ "league/uri-components": "Needed to easily manipulate URI objects",
+ "psr/http-factory": "Needed to use the URI factory"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "6.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "[email protected]",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "URI manipulation library",
+ "homepage": "https://uri.thephpleague.com",
+ "keywords": [
+ "data-uri",
+ "file-uri",
+ "ftp",
+ "hostname",
+ "http",
+ "https",
+ "middleware",
+ "parse_str",
+ "parse_url",
+ "psr-7",
+ "query-string",
+ "querystring",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "uri",
+ "uri-template",
+ "url",
+ "ws"
+ ],
+ "support": {
+ "docs": "https://uri.thephpleague.com",
+ "forum": "https://thephpleague.slack.com",
+ "issues": "https://github.com/thephpleague/uri/issues",
+ "source": "https://github.com/thephpleague/uri/tree/6.7.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "time": "2022-06-29T09:48:18+00:00"
+ },
+ {
+ "name": "league/uri-interfaces",
+ "version": "2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri-interfaces.git",
+ "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
+ "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^2.19",
+ "phpstan/phpstan": "^0.12.90",
+ "phpstan/phpstan-phpunit": "^0.12.19",
+ "phpstan/phpstan-strict-rules": "^0.12.9",
+ "phpunit/phpunit": "^8.5.15 || ^9.5"
+ },
+ "suggest": {
+ "ext-intl": "to use the IDNA feature",
+ "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "[email protected]",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "Common interface for URI representation",
+ "homepage": "http://github.com/thephpleague/uri-interfaces",
+ "keywords": [
+ "rfc3986",
+ "rfc3987",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "issues": "https://github.com/thephpleague/uri-interfaces/issues",
+ "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "time": "2021-06-28T04:27:21+00:00"
+ },
+ {
+ "name": "masterminds/html5",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://dev.tt-rss.org/fox/html5-php.git",
+ "reference": "d2c79ada2a87bb7eaafe1a39e4e3bb37853099aa"
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
+ },
+ "default-branch": true,
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Masterminds\\": "src"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "Masterminds\\HTML5\\Tests\\": "test/HTML5"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Matt Butcher",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Matt Farina",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Asmir Mustafic",
+ "email": "[email protected]"
+ }
+ ],
+ "description": "An HTML5 parser and serializer.",
+ "homepage": "http://masterminds.github.io/html5-php",
+ "keywords": [
+ "dom",
+ "html",
+ "html5",
+ "parser",
+ "querypath",
+ "serializer",
+ "xml"
+ ],
+ "time": "2022-12-11T19:41:09+00:00"
+ },
+ {
+ "name": "psr/http-factory",
+ "version": "1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-factory.git",
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0",
+ "psr/http-message": "^1.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interfaces for PSR-7 HTTP message factories",
+ "keywords": [
+ "factory",
+ "http",
+ "message",
+ "psr",
+ "psr-17",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-factory/tree/master"
+ },
+ "time": "2019-04-30T12:38:16+00:00"
+ },
+ {
+ "name": "psr/http-message",
+ "version": "1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-message/tree/master"
+ },
+ "time": "2016-08-06T14:39:51+00:00"
+ },
+ {
+ "name": "psr/log",
+ "version": "1.1.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "Psr/Log/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
+ "keywords": [
+ "log",
+ "psr",
+ "psr-3"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/1.1.4"
+ },
+ "time": "2021-05-03T11:20:27+00:00"
+ }
+ ],
+ "packages-dev": [],
+ "aliases": [],
+ "minimum-stability": "dev",
+ "stability-flags": {
+ "fivefilters/readability.php": 20
+ },
+ "prefer-stable": true,
+ "prefer-lowest": false,
+ "platform": [],
+ "platform-dev": [],
+ "plugin-api-version": "2.3.0"
+}
diff --git a/init.js b/init.js
new file mode 100644
index 0000000..0232ed3
--- /dev/null
+++ b/init.js
@@ -0,0 +1,35 @@
+/* global xhr, App, Plugins, Article, Notify */
+
+Plugins.Af_Readability = {
+ orig_attr_name: 'data-readability-orig-content',
+ self: this,
+ embed: function(id) {
+ const content = App.find(App.isCombinedMode() ? `.cdm[data-article-id="${id}"] .content-inner` :
+ `.post[data-article-id="${id}"] .content`);
+
+ if (content.hasAttribute(self.orig_attr_name)) {
+ content.innerHTML = content.getAttribute(self.orig_attr_name);
+ content.removeAttribute(self.orig_attr_name);
+
+ if (App.isCombinedMode()) Article.cdmMoveToId(id);
+
+ return;
+ }
+
+ Notify.progress("Loading, please wait...");
+
+ xhr.json("backend.php", App.getPhArgs("af_readability", "embed", {id: id}), (reply) => {
+
+ if (content && reply.content) {
+ content.setAttribute(self.orig_attr_name, content.innerHTML);
+ content.innerHTML = reply.content;
+ Notify.close();
+
+ if (App.isCombinedMode()) Article.cdmMoveToId(id);
+
+ } else {
+ Notify.error("Unable to fetch full text for this article");
+ }
+ });
+ }
+};
diff --git a/init.php b/init.php
new file mode 100755
index 0000000..1deb1fc
--- /dev/null
+++ b/init.php
@@ -0,0 +1,366 @@
+<?php
+require_once __DIR__ . "/vendor/autoload.php";
+
+use \fivefilters\Readability\Readability;
+use \fivefilters\Readability\Configuration;
+
+class Af_Readability extends Plugin {
+
+ /** @var PluginHost $host */
+ private $host;
+
+ function about() {
+ return array(null,
+ "Try to inline article content using Readability",
+ "fox");
+ }
+
+ function flags() {
+ return array("needs_curl" => true);
+ }
+
+ /** @return void */
+ function save() {
+ $enable_share_anything = checkbox_to_sql_bool($_POST["enable_share_anything"] ?? "");
+
+ $this->host->set($this, "enable_share_anything", $enable_share_anything);
+
+ echo __("Data saved.");
+ }
+
+ function init($host)
+ {
+ $this->host = $host;
+
+ $host->add_hook($host::HOOK_ARTICLE_FILTER, $this);
+ $host->add_hook($host::HOOK_PREFS_TAB, $this);
+ $host->add_hook($host::HOOK_PREFS_EDIT_FEED, $this);
+ $host->add_hook($host::HOOK_PREFS_SAVE_FEED, $this);
+ $host->add_hook($host::HOOK_ARTICLE_BUTTON, $this);
+
+ // Note: we have to install the hook even if disabled because init() is being run before plugin data has loaded
+ // so we can't check for our storage-set options here
+ $host->add_hook($host::HOOK_GET_FULL_TEXT, $this);
+
+ $host->add_filter_action($this, "action_inline", __("Inline content"));
+ $host->add_filter_action($this, "action_inline_append", __("Append content"));
+ }
+
+ function get_js() {
+ return file_get_contents(__DIR__ . "/init.js");
+ }
+
+ function hook_article_button($line) {
+ return "<i class='material-icons' onclick=\"Plugins.Af_Readability.embed(".$line["id"].")\"
+ style='cursor : pointer' title=\"".__('Toggle full article text')."\">description</i>";
+ }
+
+ function hook_prefs_tab($args) {
+ if ($args != "prefFeeds") return;
+
+ $enable_share_anything = sql_bool_to_bool($this->host->get($this, "enable_share_anything"));
+
+ ?>
+ <div dojoType='dijit.layout.AccordionPane'
+ title="<i class='material-icons'>extension</i> <?= __('Readability settings (af_readability)') ?>">
+
+ <?= format_notice("Enable for specific feeds in the feed editor.") ?>
+
+ <form dojoType='dijit.form.Form'>
+
+ <?= \Controls\pluginhandler_tags($this, "save") ?>
+
+ <script type="dojo/method" event="onSubmit" args="evt">
+ evt.preventDefault();
+ if (this.validate()) {
+ Notify.progress('Saving data...', true);
+ xhr.post("backend.php", this.getValues(), (reply) => {
+ Notify.info(reply);
+ })
+ }
+ </script>
+
+ <fieldset>
+ <label class='checkbox'>
+ <?= \Controls\checkbox_tag("enable_share_anything", $enable_share_anything) ?>
+ <?= __("Provide full-text services to core code (bookmarklets) and other plugins") ?>
+ </label>
+ </fieldset>
+
+ <hr/>
+
+ <?= \Controls\submit_tag(__("Save")) ?>
+ </form>
+
+ <?php
+ /* cleanup */
+ $enabled_feeds = $this->filter_unknown_feeds(
+ $this->get_stored_array("enabled_feeds"));
+
+ $append_feeds = $this->filter_unknown_feeds(
+ $this->get_stored_array("append_feeds"));
+
+ $this->host->set($this, "enabled_feeds", $enabled_feeds);
+ $this->host->set($this, "append_feeds", $append_feeds);
+ ?>
+
+ <?php if (count($enabled_feeds) > 0) { ?>
+ <hr/>
+ <h3><?= __("Currently enabled for (click to edit):") ?></h3>
+
+ <ul class='panel panel-scrollable list list-unstyled'>
+ <?php foreach ($enabled_feeds as $f) { ?>
+ <li>
+ <i class='material-icons'>rss_feed</i>
+ <a href='#' onclick="CommonDialogs.editFeed(<?= $f ?>)">
+ <?= Feeds::_get_title($f) . " " . (in_array($f, $append_feeds) ? __("(append)") : "") ?>
+ </a>
+ </li>
+ <?php } ?>
+ </ul>
+ <?php } ?>
+ </div>
+ <?php
+ }
+
+ function hook_prefs_edit_feed($feed_id) {
+ $enabled_feeds = $this->get_stored_array("enabled_feeds");
+ $append_feeds = $this->get_stored_array("append_feeds");
+ ?>
+
+ <header><?= __("Readability") ?></header>
+ <section>
+ <fieldset>
+ <label class='checkbox'>
+ <?= \Controls\checkbox_tag("af_readability_enabled", in_array($feed_id, $enabled_feeds)) ?>
+ <?= __('Inline article content') ?>
+ </label>
+ </fieldset>
+ <fieldset>
+ <label class='checkbox'>
+ <?= \Controls\checkbox_tag("af_readability_append", in_array($feed_id, $append_feeds)) ?>
+ <?= __('Append to summary, instead of replacing it') ?>
+ </label>
+ </fieldset>
+ </section>
+ <?php
+ }
+
+ function hook_prefs_save_feed($feed_id) {
+ $enabled_feeds = $this->get_stored_array("enabled_feeds");
+ $append_feeds = $this->get_stored_array("append_feeds");
+
+ $enable = checkbox_to_sql_bool($_POST["af_readability_enabled"] ?? "");
+ $append = checkbox_to_sql_bool($_POST["af_readability_append"] ?? "");
+
+ $enable_key = array_search($feed_id, $enabled_feeds);
+ $append_key = array_search($feed_id, $append_feeds);
+
+ if ($enable) {
+ if ($enable_key === false) {
+ array_push($enabled_feeds, $feed_id);
+ }
+ } else {
+ if ($enable_key !== false) {
+ unset($enabled_feeds[$enable_key]);
+ }
+ }
+
+ if ($append) {
+ if ($append_key === false) {
+ array_push($append_feeds, $feed_id);
+ }
+ } else {
+ if ($append_key !== false) {
+ unset($append_feeds[$append_key]);
+ }
+ }
+
+ $this->host->set($this, "enabled_feeds", $enabled_feeds);
+ $this->host->set($this, "append_feeds", $append_feeds);
+ }
+
+ function hook_article_filter_action($article, $action) {
+ switch ($action) {
+ case "action_inline":
+ return $this->process_article($article, false);
+ case "action_append":
+ return $this->process_article($article, true);
+ }
+ return $article;
+ }
+
+ /**
+ * @param string $url
+ * @return string|false
+ */
+ public function extract_content(string $url) {
+
+ $tmp = UrlHelper::fetch([
+ "url" => $url,
+ "http_accept" => "text/*",
+ "type" => "text/html"]);
+
+ if ($tmp && mb_strlen($tmp) < 1024 * 500) {
+ $tmpdoc = new DOMDocument("1.0", "UTF-8");
+
+ if (!@$tmpdoc->loadHTML($tmp))
+ return false;
+
+ // this is the worst hack yet :(
+ if (strtolower($tmpdoc->encoding) != 'utf-8') {
+ $tmp = preg_replace("/<meta.*?charset.*?\/?>/i", "", $tmp);
+ if (empty($tmpdoc->encoding)) {
+ $tmp = mb_convert_encoding($tmp, 'utf-8');
+ } else {
+ $tmp = mb_convert_encoding($tmp, 'utf-8', $tmpdoc->encoding);
+ }
+ }
+
+ try {
+
+ $r = new Readability(new Configuration([
+ 'fixRelativeURLs' => true,
+ 'originalURL' => $url,
+ ]));
+
+ if ($r->parse($tmp)) {
+
+ $tmpxpath = new DOMXPath($r->getDOMDOcument());
+ $entries = $tmpxpath->query('(//a[@href]|//img[@src])');
+
+ foreach ($entries as $entry) {
+ if ($entry->hasAttribute("href")) {
+ $entry->setAttribute("href",
+ UrlHelper::rewrite_relative(UrlHelper::$fetch_effective_url, $entry->getAttribute("href")));
+
+ }
+
+ if ($entry->hasAttribute("src")) {
+ if ($entry->hasAttribute("data-src")) {
+ $src = $entry->getAttribute("data-src");
+ } else {
+ $src = $entry->getAttribute("src");
+ }
+ $entry->setAttribute("src",
+ UrlHelper::rewrite_relative(UrlHelper::$fetch_effective_url, $src));
+
+ }
+ }
+
+ return $r->getContent();
+ }
+
+ } catch (Exception $e) {
+ return false;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * @param array<string, mixed> $article
+ * @param bool $append_mode
+ * @return array<string,mixed>
+ * @throws PDOException
+ */
+ function process_article(array $article, bool $append_mode) : array {
+
+ $extracted_content = $this->extract_content($article["link"]);
+
+ # let's see if there's anything of value in there
+ $content_test = trim(strip_tags(Sanitizer::sanitize($extracted_content)));
+
+ if ($content_test) {
+ if ($append_mode)
+ $article["content"] .= "<hr/>" . $extracted_content;
+ else
+ $article["content"] = $extracted_content;
+ }
+
+ return $article;
+ }
+
+ /**
+ * @param string $name
+ * @return array<int|string, mixed>
+ * @throws PDOException
+ * @deprecated
+ */
+ private function get_stored_array(string $name) : array {
+ return $this->host->get_array($this, $name);
+ }
+
+ function hook_article_filter($article) {
+
+ $enabled_feeds = $this->get_stored_array("enabled_feeds");
+ $append_feeds = $this->get_stored_array("append_feeds");
+
+ $feed_id = $article["feed"]["id"];
+
+ if (!in_array($feed_id, $enabled_feeds))
+ return $article;
+
+ return $this->process_article($article, in_array($feed_id, $append_feeds));
+
+ }
+
+ function hook_get_full_text($link) {
+ $enable_share_anything = $this->host->get($this, "enable_share_anything");
+
+ if ($enable_share_anything) {
+ $extracted_content = $this->extract_content($link);
+
+ # let's see if there's anything of value in there
+ $content_test = trim(strip_tags(Sanitizer::sanitize($extracted_content)));
+
+ if ($content_test) {
+ return $extracted_content;
+ }
+ }
+
+ return false;
+ }
+
+ function api_version() {
+ return 2;
+ }
+
+ /**
+ * @param array<int> $enabled_feeds
+ * @return array<int>
+ * @throws PDOException
+ */
+ private function filter_unknown_feeds(array $enabled_feeds) : array {
+ $tmp = array();
+
+ foreach ($enabled_feeds as $feed) {
+
+ $sth = $this->pdo->prepare("SELECT id FROM ttrss_feeds WHERE id = ? AND owner_uid = ?");
+ $sth->execute([$feed, $_SESSION['uid']]);
+
+ if ($row = $sth->fetch()) {
+ array_push($tmp, $feed);
+ }
+ }
+
+ return $tmp;
+ }
+
+ function embed() : void {
+ $article_id = (int) $_REQUEST["id"];
+
+ $sth = $this->pdo->prepare("SELECT link FROM ttrss_entries WHERE id = ?");
+ $sth->execute([$article_id]);
+
+ $ret = [];
+
+ if ($row = $sth->fetch()) {
+ $ret["content"] = Sanitizer::sanitize($this->extract_content($row["link"]));
+ }
+
+ print json_encode($ret);
+ }
+
+}
diff --git a/vendor/autoload.php b/vendor/autoload.php
new file mode 100644
index 0000000..c68fe64
--- /dev/null
+++ b/vendor/autoload.php
@@ -0,0 +1,25 @@
+<?php
+
+// autoload.php @generated by Composer
+
+if (PHP_VERSION_ID < 50600) {
+ if (!headers_sent()) {
+ header('HTTP/1.1 500 Internal Server Error');
+ }
+ $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
+ if (!ini_get('display_errors')) {
+ if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
+ fwrite(STDERR, $err);
+ } elseif (!headers_sent()) {
+ echo $err;
+ }
+ }
+ trigger_error(
+ $err,
+ E_USER_ERROR
+ );
+}
+
+require_once __DIR__ . '/composer/autoload_real.php';
+
+return ComposerAutoloaderInitb44cc79a0eaef9cd9c2f2ac697cbe9c0::getLoader();
diff --git a/vendor/composer/ClassLoader.php b/vendor/composer/ClassLoader.php
new file mode 100644
index 0000000..afef3fa
--- /dev/null
+++ b/vendor/composer/ClassLoader.php
@@ -0,0 +1,572 @@
+<?php
+
+/*
+ * This file is part of Composer.
+ *
+ * (c) Nils Adermann <[email protected]>
+ * Jordi Boggiano <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+namespace Composer\Autoload;
+
+/**
+ * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
+ *
+ * $loader = new \Composer\Autoload\ClassLoader();
+ *
+ * // register classes with namespaces
+ * $loader->add('Symfony\Component', __DIR__.'/component');
+ * $loader->add('Symfony', __DIR__.'/framework');
+ *
+ * // activate the autoloader
+ * $loader->register();
+ *
+ * // to enable searching the include path (eg. for PEAR packages)
+ * $loader->setUseIncludePath(true);
+ *
+ * In this example, if you try to use a class in the Symfony\Component
+ * namespace or one of its children (Symfony\Component\Console for instance),
+ * the autoloader will first look for the class under the component/
+ * directory, and it will then fallback to the framework/ directory if not
+ * found before giving up.
+ *
+ * This class is loosely based on the Symfony UniversalClassLoader.
+ *
+ * @author Fabien Potencier <[email protected]>
+ * @author Jordi Boggiano <[email protected]>
+ * @see https://www.php-fig.org/psr/psr-0/
+ * @see https://www.php-fig.org/psr/psr-4/
+ */
+class ClassLoader
+{
+ /** @var ?string */
+ private $vendorDir;
+
+ // PSR-4
+ /**
+ * @var array[]
+ * @psalm-var array<string, array<string, int>>
+ */
+ private $prefixLengthsPsr4 = array();
+ /**
+ * @var array[]
+ * @psalm-var array<string, array<int, string>>
+ */
+ private $prefixDirsPsr4 = array();
+ /**
+ * @var array[]
+ * @psalm-var array<string, string>
+ */
+ private $fallbackDirsPsr4 = array();
+
+ // PSR-0
+ /**
+ * @var array[]
+ * @psalm-var array<string, array<string, string[]>>
+ */
+ private $prefixesPsr0 = array();
+ /**
+ * @var array[]
+ * @psalm-var array<string, string>
+ */
+ private $fallbackDirsPsr0 = array();
+
+ /** @var bool */
+ private $useIncludePath = false;
+
+ /**
+ * @var string[]
+ * @psalm-var array<string, string>
+ */
+ private $classMap = array();
+
+ /** @var bool */
+ private $classMapAuthoritative = false;
+
+ /**
+ * @var bool[]
+ * @psalm-var array<string, bool>
+ */
+ private $missingClasses = array();
+
+ /** @var ?string */
+ private $apcuPrefix;
+
+ /**
+ * @var self[]
+ */
+ private static $registeredLoaders = array();
+
+ /**
+ * @param ?string $vendorDir
+ */
+ public function __construct($vendorDir = null)
+ {
+ $this->vendorDir = $vendorDir;
+ }
+
+ /**
+ * @return string[]
+ */
+ public function getPrefixes()
+ {
+ if (!empty($this->prefixesPsr0)) {
+ return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
+ }
+
+ return array();
+ }
+
+ /**
+ * @return array[]
+ * @psalm-return array<string, array<int, string>>
+ */
+ public function getPrefixesPsr4()
+ {
+ return $this->prefixDirsPsr4;
+ }
+
+ /**
+ * @return array[]
+ * @psalm-return array<string, string>
+ */
+ public function getFallbackDirs()
+ {
+ return $this->fallbackDirsPsr0;
+ }
+
+ /**
+ * @return array[]
+ * @psalm-return array<string, string>
+ */
+ public function getFallbackDirsPsr4()
+ {
+ return $this->fallbackDirsPsr4;
+ }
+
+ /**
+ * @return string[] Array of classname => path
+ * @psalm-return array<string, string>
+ */
+ public function getClassMap()
+ {
+ return $this->classMap;
+ }
+
+ /**
+ * @param string[] $classMap Class to filename map
+ * @psalm-param array<string, string> $classMap
+ *
+ * @return void
+ */
+ public function addClassMap(array $classMap)
+ {
+ if ($this->classMap) {
+ $this->classMap = array_merge($this->classMap, $classMap);
+ } else {
+ $this->classMap = $classMap;
+ }
+ }
+
+ /**
+ * Registers a set of PSR-0 directories for a given prefix, either
+ * appending or prepending to the ones previously set for this prefix.
+ *
+ * @param string $prefix The prefix
+ * @param string[]|string $paths The PSR-0 root directories
+ * @param bool $prepend Whether to prepend the directories
+ *
+ * @return void
+ */
+ public function add($prefix, $paths, $prepend = false)
+ {
+ if (!$prefix) {
+ if ($prepend) {
+ $this->fallbackDirsPsr0 = array_merge(
+ (array) $paths,
+ $this->fallbackDirsPsr0
+ );
+ } else {
+ $this->fallbackDirsPsr0 = array_merge(
+ $this->fallbackDirsPsr0,
+ (array) $paths
+ );
+ }
+
+ return;
+ }
+
+ $first = $prefix[0];
+ if (!isset($this->prefixesPsr0[$first][$prefix])) {
+ $this->prefixesPsr0[$first][$prefix] = (array) $paths;
+
+ return;
+ }
+ if ($prepend) {
+ $this->prefixesPsr0[$first][$prefix] = array_merge(
+ (array) $paths,
+ $this->prefixesPsr0[$first][$prefix]
+ );
+ } else {
+ $this->prefixesPsr0[$first][$prefix] = array_merge(
+ $this->prefixesPsr0[$first][$prefix],
+ (array) $paths
+ );
+ }
+ }
+
+ /**
+ * Registers a set of PSR-4 directories for a given namespace, either
+ * appending or prepending to the ones previously set for this namespace.
+ *
+ * @param string $prefix The prefix/namespace, with trailing '\\'
+ * @param string[]|string $paths The PSR-4 base directories
+ * @param bool $prepend Whether to prepend the directories
+ *
+ * @throws \InvalidArgumentException
+ *
+ * @return void
+ */
+ public function addPsr4($prefix, $paths, $prepend = false)
+ {
+ if (!$prefix) {
+ // Register directories for the root namespace.
+ if ($prepend) {
+ $this->fallbackDirsPsr4 = array_merge(
+ (array) $paths,
+ $this->fallbackDirsPsr4
+ );
+ } else {
+ $this->fallbackDirsPsr4 = array_merge(
+ $this->fallbackDirsPsr4,
+ (array) $paths
+ );
+ }
+ } elseif (!isset($this->prefixDirsPsr4[$prefix])) {
+ // Register directories for a new namespace.
+ $length = strlen($prefix);
+ if ('\\' !== $prefix[$length - 1]) {
+ throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
+ }
+ $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
+ $this->prefixDirsPsr4[$prefix] = (array) $paths;
+ } elseif ($prepend) {
+ // Prepend directories for an already registered namespace.
+ $this->prefixDirsPsr4[$prefix] = array_merge(
+ (array) $paths,
+ $this->prefixDirsPsr4[$prefix]
+ );
+ } else {
+ // Append directories for an already registered namespace.
+ $this->prefixDirsPsr4[$prefix] = array_merge(
+ $this->prefixDirsPsr4[$prefix],
+ (array) $paths
+ );
+ }
+ }
+
+ /**
+ * Registers a set of PSR-0 directories for a given prefix,
+ * replacing any others previously set for this prefix.
+ *
+ * @param string $prefix The prefix
+ * @param string[]|string $paths The PSR-0 base directories
+ *
+ * @return void
+ */
+ public function set($prefix, $paths)
+ {
+ if (!$prefix) {
+ $this->fallbackDirsPsr0 = (array) $paths;
+ } else {
+ $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
+ }
+ }
+
+ /**
+ * Registers a set of PSR-4 directories for a given namespace,
+ * replacing any others previously set for this namespace.
+ *
+ * @param string $prefix The prefix/namespace, with trailing '\\'
+ * @param string[]|string $paths The PSR-4 base directories
+ *
+ * @throws \InvalidArgumentException
+ *
+ * @return void
+ */
+ public function setPsr4($prefix, $paths)
+ {
+ if (!$prefix) {
+ $this->fallbackDirsPsr4 = (array) $paths;
+ } else {
+ $length = strlen($prefix);
+ if ('\\' !== $prefix[$length - 1]) {
+ throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
+ }
+ $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
+ $this->prefixDirsPsr4[$prefix] = (array) $paths;
+ }
+ }
+
+ /**
+ * Turns on searching the include path for class files.
+ *
+ * @param bool $useIncludePath
+ *
+ * @return void
+ */
+ public function setUseIncludePath($useIncludePath)
+ {
+ $this->useIncludePath = $useIncludePath;
+ }
+
+ /**
+ * Can be used to check if the autoloader uses the include path to check
+ * for classes.
+ *
+ * @return bool
+ */
+ public function getUseIncludePath()
+ {
+ return $this->useIncludePath;
+ }
+
+ /**
+ * Turns off searching the prefix and fallback directories for classes
+ * that have not been registered with the class map.
+ *
+ * @param bool $classMapAuthoritative
+ *
+ * @return void
+ */
+ public function setClassMapAuthoritative($classMapAuthoritative)
+ {
+ $this->classMapAuthoritative = $classMapAuthoritative;
+ }
+
+ /**
+ * Should class lookup fail if not found in the current class map?
+ *
+ * @return bool
+ */
+ public function isClassMapAuthoritative()
+ {
+ return $this->classMapAuthoritative;
+ }
+
+ /**
+ * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
+ *
+ * @param string|null $apcuPrefix
+ *
+ * @return void
+ */
+ public function setApcuPrefix($apcuPrefix)
+ {
+ $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
+ }
+
+ /**
+ * The APCu prefix in use, or null if APCu caching is not enabled.
+ *
+ * @return string|null
+ */
+ public function getApcuPrefix()
+ {
+ return $this->apcuPrefix;
+ }
+
+ /**
+ * Registers this instance as an autoloader.
+ *
+ * @param bool $prepend Whether to prepend the autoloader or not
+ *
+ * @return void
+ */
+ public function register($prepend = false)
+ {
+ spl_autoload_register(array($this, 'loadClass'), true, $prepend);
+
+ if (null === $this->vendorDir) {
+ return;
+ }
+
+ if ($prepend) {
+ self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
+ } else {
+ unset(self::$registeredLoaders[$this->vendorDir]);
+ self::$registeredLoaders[$this->vendorDir] = $this;
+ }
+ }
+
+ /**
+ * Unregisters this instance as an autoloader.
+ *
+ * @return void
+ */
+ public function unregister()
+ {
+ spl_autoload_unregister(array($this, 'loadClass'));
+
+ if (null !== $this->vendorDir) {
+ unset(self::$registeredLoaders[$this->vendorDir]);
+ }
+ }
+
+ /**
+ * Loads the given class or interface.
+ *
+ * @param string $class The name of the class
+ * @return true|null True if loaded, null otherwise
+ */
+ public function loadClass($class)
+ {
+ if ($file = $this->findFile($class)) {
+ includeFile($file);
+
+ return true;
+ }
+
+ return null;
+ }
+
+ /**
+ * Finds the path to the file where the class is defined.
+ *
+ * @param string $class The name of the class
+ *
+ * @return string|false The path if found, false otherwise
+ */
+ public function findFile($class)
+ {
+ // class map lookup
+ if (isset($this->classMap[$class])) {
+ return $this->classMap[$class];
+ }
+ if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
+ return false;
+ }
+ if (null !== $this->apcuPrefix) {
+ $file = apcu_fetch($this->apcuPrefix.$class, $hit);
+ if ($hit) {
+ return $file;
+ }
+ }
+
+ $file = $this->findFileWithExtension($class, '.php');
+
+ // Search for Hack files if we are running on HHVM
+ if (false === $file && defined('HHVM_VERSION')) {
+ $file = $this->findFileWithExtension($class, '.hh');
+ }
+
+ if (null !== $this->apcuPrefix) {
+ apcu_add($this->apcuPrefix.$class, $file);
+ }
+
+ if (false === $file) {
+ // Remember that this class does not exist.
+ $this->missingClasses[$class] = true;
+ }
+
+ return $file;
+ }
+
+ /**
+ * Returns the currently registered loaders indexed by their corresponding vendor directories.
+ *
+ * @return self[]
+ */
+ public static function getRegisteredLoaders()
+ {
+ return self::$registeredLoaders;
+ }
+
+ /**
+ * @param string $class
+ * @param string $ext
+ * @return string|false
+ */
+ private function findFileWithExtension($class, $ext)
+ {
+ // PSR-4 lookup
+ $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
+
+ $first = $class[0];
+ if (isset($this->prefixLengthsPsr4[$first])) {
+ $subPath = $class;
+ while (false !== $lastPos = strrpos($subPath, '\\')) {
+ $subPath = substr($subPath, 0, $lastPos);
+ $search = $subPath . '\\';
+ if (isset($this->prefixDirsPsr4[$search])) {
+ $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
+ foreach ($this->prefixDirsPsr4[$search] as $dir) {
+ if (file_exists($file = $dir . $pathEnd)) {
+ return $file;
+ }
+ }
+ }
+ }
+ }
+
+ // PSR-4 fallback dirs
+ foreach ($this->fallbackDirsPsr4 as $dir) {
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
+ return $file;
+ }
+ }
+
+ // PSR-0 lookup
+ if (false !== $pos = strrpos($class, '\\')) {
+ // namespaced class name
+ $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
+ . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
+ } else {
+ // PEAR-like class name
+ $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
+ }
+
+ if (isset($this->prefixesPsr0[$first])) {
+ foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
+ if (0 === strpos($class, $prefix)) {
+ foreach ($dirs as $dir) {
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
+ return $file;
+ }
+ }
+ }
+ }
+ }
+
+ // PSR-0 fallback dirs
+ foreach ($this->fallbackDirsPsr0 as $dir) {
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
+ return $file;
+ }
+ }
+
+ // PSR-0 include paths.
+ if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
+ return $file;
+ }
+
+ return false;
+ }
+}
+
+/**
+ * Scope isolated include.
+ *
+ * Prevents access to $this/self from included files.
+ *
+ * @param string $file
+ * @return void
+ * @private
+ */
+function includeFile($file)
+{
+ include $file;
+}
diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php
new file mode 100644
index 0000000..c6b54af
--- /dev/null
+++ b/vendor/composer/InstalledVersions.php
@@ -0,0 +1,352 @@
+<?php
+
+/*
+ * This file is part of Composer.
+ *
+ * (c) Nils Adermann <[email protected]>
+ * Jordi Boggiano <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+namespace Composer;
+
+use Composer\Autoload\ClassLoader;
+use Composer\Semver\VersionParser;
+
+/**
+ * This class is copied in every Composer installed project and available to all
+ *
+ * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
+ *
+ * To require its presence, you can require `composer-runtime-api ^2.0`
+ *
+ * @final
+ */
+class InstalledVersions
+{
+ /**
+ * @var mixed[]|null
+ * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
+ */
+ private static $installed;
+
+ /**
+ * @var bool|null
+ */
+ private static $canGetVendors;
+
+ /**
+ * @var array[]
+ * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
+ */
+ private static $installedByVendor = array();
+
+ /**
+ * Returns a list of all package names which are present, either by being installed, replaced or provided
+ *
+ * @return string[]
+ * @psalm-return list<string>
+ */
+ public static function getInstalledPackages()
+ {
+ $packages = array();
+ foreach (self::getInstalled() as $installed) {
+ $packages[] = array_keys($installed['versions']);
+ }
+
+ if (1 === \count($packages)) {
+ return $packages[0];
+ }
+
+ return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
+ }
+
+ /**
+ * Returns a list of all package names with a specific type e.g. 'library'
+ *
+ * @param string $type
+ * @return string[]
+ * @psalm-return list<string>
+ */
+ public static function getInstalledPackagesByType($type)
+ {
+ $packagesByType = array();
+
+ foreach (self::getInstalled() as $installed) {
+ foreach ($installed['versions'] as $name => $package) {
+ if (isset($package['type']) && $package['type'] === $type) {
+ $packagesByType[] = $name;
+ }
+ }
+ }
+
+ return $packagesByType;
+ }
+
+ /**
+ * Checks whether the given package is installed
+ *
+ * This also returns true if the package name is provided or replaced by another package
+ *
+ * @param string $packageName
+ * @param bool $includeDevRequirements
+ * @return bool
+ */
+ public static function isInstalled($packageName, $includeDevRequirements = true)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (isset($installed['versions'][$packageName])) {
+ return $includeDevRequirements || empty($installed['versions'][$packageName]['dev_requirement']);
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Checks whether the given package satisfies a version constraint
+ *
+ * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
+ *
+ * Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
+ *
+ * @param VersionParser $parser Install composer/semver to have access to this class and functionality
+ * @param string $packageName
+ * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
+ * @return bool
+ */
+ public static function satisfies(VersionParser $parser, $packageName, $constraint)
+ {
+ $constraint = $parser->parseConstraints($constraint);
+ $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
+
+ return $provided->matches($constraint);
+ }
+
+ /**
+ * Returns a version constraint representing all the range(s) which are installed for a given package
+ *
+ * It is easier to use this via isInstalled() with the $constraint argument if you need to check
+ * whether a given version of a package is installed, and not just whether it exists
+ *
+ * @param string $packageName
+ * @return string Version constraint usable with composer/semver
+ */
+ public static function getVersionRanges($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ $ranges = array();
+ if (isset($installed['versions'][$packageName]['pretty_version'])) {
+ $ranges[] = $installed['versions'][$packageName]['pretty_version'];
+ }
+ if (array_key_exists('aliases', $installed['versions'][$packageName])) {
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
+ }
+ if (array_key_exists('replaced', $installed['versions'][$packageName])) {
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
+ }
+ if (array_key_exists('provided', $installed['versions'][$packageName])) {
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
+ }
+
+ return implode(' || ', $ranges);
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @param string $packageName
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
+ */
+ public static function getVersion($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ if (!isset($installed['versions'][$packageName]['version'])) {
+ return null;
+ }
+
+ return $installed['versions'][$packageName]['version'];
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @param string $packageName
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
+ */
+ public static function getPrettyVersion($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ if (!isset($installed['versions'][$packageName]['pretty_version'])) {
+ return null;
+ }
+
+ return $installed['versions'][$packageName]['pretty_version'];
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @param string $packageName
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference
+ */
+ public static function getReference($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ if (!isset($installed['versions'][$packageName]['reference'])) {
+ return null;
+ }
+
+ return $installed['versions'][$packageName]['reference'];
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @param string $packageName
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path.
+ */
+ public static function getInstallPath($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null;
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @return array
+ * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
+ */
+ public static function getRootPackage()
+ {
+ $installed = self::getInstalled();
+
+ return $installed[0]['root'];
+ }
+
+ /**
+ * Returns the raw installed.php data for custom implementations
+ *
+ * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
+ * @return array[]
+ * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
+ */
+ public static function getRawData()
+ {
+ @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
+
+ if (null === self::$installed) {
+ // only require the installed.php file if this file is loaded from its dumped location,
+ // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
+ if (substr(__DIR__, -8, 1) !== 'C') {
+ self::$installed = include __DIR__ . '/installed.php';
+ } else {
+ self::$installed = array();
+ }
+ }
+
+ return self::$installed;
+ }
+
+ /**
+ * Returns the raw data of all installed.php which are currently loaded for custom implementations
+ *
+ * @return array[]
+ * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
+ */
+ public static function getAllRawData()
+ {
+ return self::getInstalled();
+ }
+
+ /**
+ * Lets you reload the static array from another file
+ *
+ * This is only useful for complex integrations in which a project needs to use
+ * this class but then also needs to execute another project's autoloader in process,
+ * and wants to ensure both projects have access to their version of installed.php.
+ *
+ * A typical case would be PHPUnit, where it would need to make sure it reads all
+ * the data it needs from this class, then call reload() with
+ * `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure
+ * the project in which it runs can then also use this class safely, without
+ * interference between PHPUnit's dependencies and the project's dependencies.
+ *
+ * @param array[] $data A vendor/composer/installed.php data set
+ * @return void
+ *
+ * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
+ */
+ public static function reload($data)
+ {
+ self::$installed = $data;
+ self::$installedByVendor = array();
+ }
+
+ /**
+ * @return array[]
+ * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
+ */
+ private static function getInstalled()
+ {
+ if (null === self::$canGetVendors) {
+ self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
+ }
+
+ $installed = array();
+
+ if (self::$canGetVendors) {
+ foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
+ if (isset(self::$installedByVendor[$vendorDir])) {
+ $installed[] = self::$installedByVendor[$vendorDir];
+ } elseif (is_file($vendorDir.'/composer/installed.php')) {
+ $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
+ if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
+ self::$installed = $installed[count($installed) - 1];
+ }
+ }
+ }
+ }
+
+ if (null === self::$installed) {
+ // only require the installed.php file if this file is loaded from its dumped location,
+ // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
+ if (substr(__DIR__, -8, 1) !== 'C') {
+ self::$installed = require __DIR__ . '/installed.php';
+ } else {
+ self::$installed = array();
+ }
+ }
+ $installed[] = self::$installed;
+
+ return $installed;
+ }
+}
diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE
new file mode 100644
index 0000000..f27399a
--- /dev/null
+++ b/vendor/composer/LICENSE
@@ -0,0 +1,21 @@
+
+Copyright (c) Nils Adermann, Jordi Boggiano
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is furnished
+to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php
new file mode 100644
index 0000000..0fb0a2c
--- /dev/null
+++ b/vendor/composer/autoload_classmap.php
@@ -0,0 +1,10 @@
+<?php
+
+// autoload_classmap.php @generated by Composer
+
+$vendorDir = dirname(__DIR__);
+$baseDir = dirname($vendorDir);
+
+return array(
+ 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
+);
diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php
new file mode 100644
index 0000000..15a2ff3
--- /dev/null
+++ b/vendor/composer/autoload_namespaces.php
@@ -0,0 +1,9 @@
+<?php
+
+// autoload_namespaces.php @generated by Composer
+
+$vendorDir = dirname(__DIR__);
+$baseDir = dirname($vendorDir);
+
+return array(
+);
diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php
new file mode 100644
index 0000000..1332ae8
--- /dev/null
+++ b/vendor/composer/autoload_psr4.php
@@ -0,0 +1,14 @@
+<?php
+
+// autoload_psr4.php @generated by Composer
+
+$vendorDir = dirname(__DIR__);
+$baseDir = dirname($vendorDir);
+
+return array(
+ 'fivefilters\\Readability\\' => array($vendorDir . '/fivefilters/readability.php/src'),
+ 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
+ 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
+ 'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
+ 'League\\Uri\\' => array($vendorDir . '/league/uri/src', $vendorDir . '/league/uri-interfaces/src'),
+);
diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php
new file mode 100644
index 0000000..0ab935b
--- /dev/null
+++ b/vendor/composer/autoload_real.php
@@ -0,0 +1,38 @@
+<?php
+
+// autoload_real.php @generated by Composer
+
+class ComposerAutoloaderInitb44cc79a0eaef9cd9c2f2ac697cbe9c0
+{
+ private static $loader;
+
+ public static function loadClassLoader($class)
+ {
+ if ('Composer\Autoload\ClassLoader' === $class) {
+ require __DIR__ . '/ClassLoader.php';
+ }
+ }
+
+ /**
+ * @return \Composer\Autoload\ClassLoader
+ */
+ public static function getLoader()
+ {
+ if (null !== self::$loader) {
+ return self::$loader;
+ }
+
+ require __DIR__ . '/platform_check.php';
+
+ spl_autoload_register(array('ComposerAutoloaderInitb44cc79a0eaef9cd9c2f2ac697cbe9c0', 'loadClassLoader'), true, true);
+ self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
+ spl_autoload_unregister(array('ComposerAutoloaderInitb44cc79a0eaef9cd9c2f2ac697cbe9c0', 'loadClassLoader'));
+
+ require __DIR__ . '/autoload_static.php';
+ call_user_func(\Composer\Autoload\ComposerStaticInitb44cc79a0eaef9cd9c2f2ac697cbe9c0::getInitializer($loader));
+
+ $loader->register(true);
+
+ return $loader;
+ }
+}
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
new file mode 100644
index 0000000..a21b928
--- /dev/null
+++ b/vendor/composer/autoload_static.php
@@ -0,0 +1,67 @@
+<?php
+
+// autoload_static.php @generated by Composer
+
+namespace Composer\Autoload;
+
+class ComposerStaticInitb44cc79a0eaef9cd9c2f2ac697cbe9c0
+{
+ public static $prefixLengthsPsr4 = array (
+ 'f' =>
+ array (
+ 'fivefilters\\Readability\\' => 24,
+ ),
+ 'P' =>
+ array (
+ 'Psr\\Log\\' => 8,
+ 'Psr\\Http\\Message\\' => 17,
+ ),
+ 'M' =>
+ array (
+ 'Masterminds\\' => 12,
+ ),
+ 'L' =>
+ array (
+ 'League\\Uri\\' => 11,
+ ),
+ );
+
+ public static $prefixDirsPsr4 = array (
+ 'fivefilters\\Readability\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/fivefilters/readability.php/src',
+ ),
+ 'Psr\\Log\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
+ ),
+ 'Psr\\Http\\Message\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/psr/http-factory/src',
+ 1 => __DIR__ . '/..' . '/psr/http-message/src',
+ ),
+ 'Masterminds\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/masterminds/html5/src',
+ ),
+ 'League\\Uri\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/league/uri/src',
+ 1 => __DIR__ . '/..' . '/league/uri-interfaces/src',
+ ),
+ );
+
+ public static $classMap = array (
+ 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
+ );
+
+ public static function getInitializer(ClassLoader $loader)
+ {
+ return \Closure::bind(function () use ($loader) {
+ $loader->prefixLengthsPsr4 = ComposerStaticInitb44cc79a0eaef9cd9c2f2ac697cbe9c0::$prefixLengthsPsr4;
+ $loader->prefixDirsPsr4 = ComposerStaticInitb44cc79a0eaef9cd9c2f2ac697cbe9c0::$prefixDirsPsr4;
+ $loader->classMap = ComposerStaticInitb44cc79a0eaef9cd9c2f2ac697cbe9c0::$classMap;
+
+ }, null, ClassLoader::class);
+ }
+}
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
new file mode 100644
index 0000000..9e3c8f6
--- /dev/null
+++ b/vendor/composer/installed.json
@@ -0,0 +1,479 @@
+{
+ "packages": [
+ {
+ "name": "fivefilters/readability.php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://dev.tt-rss.org/fox/readability-php.git",
+ "reference": "8ac5abdd497b37d2be4833bcf18d6819bba4d9c9"
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "league/uri": "^6.4",
+ "masterminds/html5": "2.7.x-dev@dev",
+ "php": ">=7.3.0",
+ "psr/log": "^1.0"
+ },
+ "require-dev": {
+ "monolog/monolog": "^2.3",
+ "phpunit/phpunit": "^9"
+ },
+ "suggest": {
+ "monolog/monolog": "Allow logging debug information"
+ },
+ "time": "2022-07-31T06:02:47+00:00",
+ "default-branch": true,
+ "type": "library",
+ "installation-source": "source",
+ "autoload": {
+ "psr-4": {
+ "fivefilters\\Readability\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "fivefilters\\Readability\\Test\\": "test"
+ }
+ },
+ "license": [
+ "Apache-2.0"
+ ],
+ "authors": [
+ {
+ "name": "Andres Rey",
+ "email": "[email protected]",
+ "role": "Original Developer"
+ },
+ {
+ "name": "Keyvan Minoukadeh",
+ "email": "[email protected]",
+ "homepage": "https://www.fivefilters.org",
+ "role": "Developer/Maintainer"
+ }
+ ],
+ "description": "A PHP port of Readability.js",
+ "homepage": "https://github.com/fivefilters/readability.php",
+ "keywords": [
+ "html",
+ "readability"
+ ],
+ "install-path": "../fivefilters/readability.php"
+ },
+ {
+ "name": "league/uri",
+ "version": "6.7.1",
+ "version_normalized": "6.7.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri.git",
+ "reference": "2d7c87a0860f3126a39f44a8a9bf2fed402dcfea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri/zipball/2d7c87a0860f3126a39f44a8a9bf2fed402dcfea",
+ "reference": "2d7c87a0860f3126a39f44a8a9bf2fed402dcfea",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "league/uri-interfaces": "^2.3",
+ "php": "^7.4 || ^8.0",
+ "psr/http-message": "^1.0"
+ },
+ "conflict": {
+ "league/uri-schemes": "^1.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^v3.3.2",
+ "nyholm/psr7": "^1.5",
+ "php-http/psr7-integration-tests": "^1.1",
+ "phpstan/phpstan": "^1.2.0",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0.0",
+ "phpstan/phpstan-strict-rules": "^1.1.0",
+ "phpunit/phpunit": "^9.5.10",
+ "psr/http-factory": "^1.0"
+ },
+ "suggest": {
+ "ext-fileinfo": "Needed to create Data URI from a filepath",
+ "ext-intl": "Needed to improve host validation",
+ "league/uri-components": "Needed to easily manipulate URI objects",
+ "psr/http-factory": "Needed to use the URI factory"
+ },
+ "time": "2022-06-29T09:48:18+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "6.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "[email protected]",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "URI manipulation library",
+ "homepage": "https://uri.thephpleague.com",
+ "keywords": [
+ "data-uri",
+ "file-uri",
+ "ftp",
+ "hostname",
+ "http",
+ "https",
+ "middleware",
+ "parse_str",
+ "parse_url",
+ "psr-7",
+ "query-string",
+ "querystring",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "uri",
+ "uri-template",
+ "url",
+ "ws"
+ ],
+ "support": {
+ "docs": "https://uri.thephpleague.com",
+ "forum": "https://thephpleague.slack.com",
+ "issues": "https://github.com/thephpleague/uri/issues",
+ "source": "https://github.com/thephpleague/uri/tree/6.7.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "install-path": "../league/uri"
+ },
+ {
+ "name": "league/uri-interfaces",
+ "version": "2.3.0",
+ "version_normalized": "2.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/uri-interfaces.git",
+ "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
+ "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "php": "^7.2 || ^8.0"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^2.19",
+ "phpstan/phpstan": "^0.12.90",
+ "phpstan/phpstan-phpunit": "^0.12.19",
+ "phpstan/phpstan-strict-rules": "^0.12.9",
+ "phpunit/phpunit": "^8.5.15 || ^9.5"
+ },
+ "suggest": {
+ "ext-intl": "to use the IDNA feature",
+ "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
+ },
+ "time": "2021-06-28T04:27:21+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ignace Nyamagana Butera",
+ "email": "[email protected]",
+ "homepage": "https://nyamsprod.com"
+ }
+ ],
+ "description": "Common interface for URI representation",
+ "homepage": "http://github.com/thephpleague/uri-interfaces",
+ "keywords": [
+ "rfc3986",
+ "rfc3987",
+ "uri",
+ "url"
+ ],
+ "support": {
+ "issues": "https://github.com/thephpleague/uri-interfaces/issues",
+ "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/sponsors/nyamsprod",
+ "type": "github"
+ }
+ ],
+ "install-path": "../league/uri-interfaces"
+ },
+ {
+ "name": "masterminds/html5",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://dev.tt-rss.org/fox/html5-php.git",
+ "reference": "d2c79ada2a87bb7eaafe1a39e4e3bb37853099aa"
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
+ },
+ "time": "2022-12-11T19:41:09+00:00",
+ "default-branch": true,
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ },
+ "installation-source": "source",
+ "autoload": {
+ "psr-4": {
+ "Masterminds\\": "src"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "Masterminds\\HTML5\\Tests\\": "test/HTML5"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Matt Butcher",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Matt Farina",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Asmir Mustafic",
+ "email": "[email protected]"
+ }
+ ],
+ "description": "An HTML5 parser and serializer.",
+ "homepage": "http://masterminds.github.io/html5-php",
+ "keywords": [
+ "dom",
+ "html",
+ "html5",
+ "parser",
+ "querypath",
+ "serializer",
+ "xml"
+ ],
+ "install-path": "../masterminds/html5"
+ },
+ {
+ "name": "psr/http-factory",
+ "version": "1.0.1",
+ "version_normalized": "1.0.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-factory.git",
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.0.0",
+ "psr/http-message": "^1.0"
+ },
+ "time": "2019-04-30T12:38:16+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interfaces for PSR-7 HTTP message factories",
+ "keywords": [
+ "factory",
+ "http",
+ "message",
+ "psr",
+ "psr-17",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-factory/tree/master"
+ },
+ "install-path": "../psr/http-factory"
+ },
+ {
+ "name": "psr/http-message",
+ "version": "1.0.1",
+ "version_normalized": "1.0.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/http-message.git",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2016-08-06T14:39:51+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for HTTP messages",
+ "homepage": "https://github.com/php-fig/http-message",
+ "keywords": [
+ "http",
+ "http-message",
+ "psr",
+ "psr-7",
+ "request",
+ "response"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/http-message/tree/master"
+ },
+ "install-path": "../psr/http-message"
+ },
+ {
+ "name": "psr/log",
+ "version": "1.1.4",
+ "version_normalized": "1.1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/log.git",
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2021-05-03T11:20:27+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "Psr/Log/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
+ "keywords": [
+ "log",
+ "psr",
+ "psr-3"
+ ],
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/1.1.4"
+ },
+ "install-path": "../psr/log"
+ }
+ ],
+ "dev": true,
+ "dev-package-names": []
+}
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
new file mode 100644
index 0000000..165891d
--- /dev/null
+++ b/vendor/composer/installed.php
@@ -0,0 +1,90 @@
+<?php return array(
+ 'root' => array(
+ 'name' => '__root__',
+ 'pretty_version' => '1.0.0+no-version-set',
+ 'version' => '1.0.0.0',
+ 'reference' => NULL,
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../../',
+ 'aliases' => array(),
+ 'dev' => true,
+ ),
+ 'versions' => array(
+ '__root__' => array(
+ 'pretty_version' => '1.0.0+no-version-set',
+ 'version' => '1.0.0.0',
+ 'reference' => NULL,
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../../',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'fivefilters/readability.php' => array(
+ 'pretty_version' => 'dev-master',
+ 'version' => 'dev-master',
+ 'reference' => '8ac5abdd497b37d2be4833bcf18d6819bba4d9c9',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../fivefilters/readability.php',
+ 'aliases' => array(
+ 0 => '9999999-dev',
+ ),
+ 'dev_requirement' => false,
+ ),
+ 'league/uri' => array(
+ 'pretty_version' => '6.7.1',
+ 'version' => '6.7.1.0',
+ 'reference' => '2d7c87a0860f3126a39f44a8a9bf2fed402dcfea',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../league/uri',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'league/uri-interfaces' => array(
+ 'pretty_version' => '2.3.0',
+ 'version' => '2.3.0.0',
+ 'reference' => '00e7e2943f76d8cb50c7dfdc2f6dee356e15e383',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../league/uri-interfaces',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'masterminds/html5' => array(
+ 'pretty_version' => 'dev-master',
+ 'version' => 'dev-master',
+ 'reference' => 'd2c79ada2a87bb7eaafe1a39e4e3bb37853099aa',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../masterminds/html5',
+ 'aliases' => array(
+ 0 => '2.7.x-dev',
+ ),
+ 'dev_requirement' => false,
+ ),
+ 'psr/http-factory' => array(
+ 'pretty_version' => '1.0.1',
+ 'version' => '1.0.1.0',
+ 'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../psr/http-factory',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'psr/http-message' => array(
+ 'pretty_version' => '1.0.1',
+ 'version' => '1.0.1.0',
+ 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../psr/http-message',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'psr/log' => array(
+ 'pretty_version' => '1.1.4',
+ 'version' => '1.1.4.0',
+ 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../psr/log',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ ),
+);
diff --git a/vendor/composer/platform_check.php b/vendor/composer/platform_check.php
new file mode 100644
index 0000000..580fa96
--- /dev/null
+++ b/vendor/composer/platform_check.php
@@ -0,0 +1,26 @@
+<?php
+
+// platform_check.php @generated by Composer
+
+$issues = array();
+
+if (!(PHP_VERSION_ID >= 70400)) {
+ $issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
+}
+
+if ($issues) {
+ if (!headers_sent()) {
+ header('HTTP/1.1 500 Internal Server Error');
+ }
+ if (!ini_get('display_errors')) {
+ if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
+ fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
+ } elseif (!headers_sent()) {
+ echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
+ }
+ }
+ trigger_error(
+ 'Composer detected issues in your platform: ' . implode(' ', $issues),
+ E_USER_ERROR
+ );
+}
diff --git a/vendor/fivefilters/readability.php/.gitattributes b/vendor/fivefilters/readability.php/.gitattributes
new file mode 100644
index 0000000..c08d816
--- /dev/null
+++ b/vendor/fivefilters/readability.php/.gitattributes
@@ -0,0 +1,2 @@
+test/* linguist-language=PHP
+* text=auto eol=lf \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/.github/workflows/main.yml b/vendor/fivefilters/readability.php/.github/workflows/main.yml
new file mode 100644
index 0000000..3682e64
--- /dev/null
+++ b/vendor/fivefilters/readability.php/.github/workflows/main.yml
@@ -0,0 +1,42 @@
+# This is a basic workflow to help you get started with Actions
+
+name: CI
+
+# Controls when the workflow will run
+on:
+ # Triggers the workflow on push or pull request events but only for the master branch
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+jobs:
+ # This workflow contains a single job called "build"
+ build:
+ # The type of runner that the job will run on
+ runs-on: ubuntu-latest
+
+ strategy:
+ matrix:
+ php: ['7.3', '7.4', '8']
+ libxml: ['2.9.4', '2.9.5', '2.9.10', '2.9.12']
+
+ # Steps represent a sequence of tasks that will be executed as part of the job
+ steps:
+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
+ - uses: actions/checkout@v2
+
+ # Runs a single command using the runners shell
+ #- name: Run a one-line script
+ # run: echo Hello, world!
+
+ # Runs a set of commands using the runners shell
+ - name: Run a multi-line script
+ run: |
+ composer install
+ docker build --build-arg PHP_VERSION=${{matrix.php}} --build-arg LIBXML_VERSION=${{matrix.libxml}} -t gh-action - < ./docker/php/Dockerfile
+ docker run --volume $PWD:/app --workdir="/app" --env XDEBUG_MODE=coverage gh-action php ./vendor/bin/phpunit --coverage-clover /app/test/clover.xml
diff --git a/vendor/fivefilters/readability.php/.gitignore b/vendor/fivefilters/readability.php/.gitignore
new file mode 100644
index 0000000..52b9f38
--- /dev/null
+++ b/vendor/fivefilters/readability.php/.gitignore
@@ -0,0 +1,5 @@
+.idea/
+vendor
+composer.lock
+/test.*
+/test/changed/ \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/AUTHORS.md b/vendor/fivefilters/readability.php/AUTHORS.md
new file mode 100644
index 0000000..fabdb5a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/AUTHORS.md
@@ -0,0 +1,14 @@
+# Authors
+
+Readability.php developed by **Andres Rey**.
+
+Based on Arc90's readability.js (1.7.1) script available at: http://code.google.com/p/arc90labs-readability.
+Copyright (c) 2010 Arc90 Inc
+
+The AUTHORS/Contributors are (and/or have been):
+
+* Andres Rey
+* Sergiy Lavryk
+* Pedro Amorim
+* Malu Decks
+* Keyvan Minoukadeh
diff --git a/vendor/fivefilters/readability.php/CHANGELOG.md b/vendor/fivefilters/readability.php/CHANGELOG.md
new file mode 100644
index 0000000..20aef9e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/CHANGELOG.md
@@ -0,0 +1,145 @@
+# Change Log
+All notable changes to this project will be documented in this file.
+
+## Unreleased
+
+## [v2.1.0](https://github.com/andreskrey/readability.php/releases/tag/v2.1.0)
+- Avoid overwriting extracted metadata with similarly named keys (like `og:image` and `og:image:width`)
+- Imported new `getSiteName()` feature from JS version as of [21 Dec 2018](https://github.com/mozilla/readability/pull/504)
+- Added getFirstElementChild function to NodeTrait + test case (Issue #83)
+- Reworked the test suit to use TestPage objects and give more hints about what failed
+- Removed getWordThreshold and setWordThreshold configuration functions
+- Added NodeUtility::filterTextNodes and deprecated NodeTrait getChildren()
+- Added new DOMNodeList fake class that mimics the original DOMNodeList class but allows to add new nodes to the list
+- Added new Dockerfiles that pulls different versions of PHP and libxml. Now we are supporting 4 versions of PHP and 6 versions of libxml!
+
+## [v2.0.1](https://github.com/andreskrey/readability.php/releases/tag/v2.0.1)
+- Fixed small issue that prevented the main image from showing up in the results
+
+## [v2.0.0](https://github.com/andreskrey/readability.php/releases/tag/v2.0.0)
+
+- [BREAKING CHANGE] Bumped the minimum supported version of PHP to 7.0
+- Clean `<aside>` tags during `prepArticle()`.
+- Merged PR #58: Fix notice non-object on $parentOfTopCandidate for tumblr.com
+- Fixed issue #63: Division by zero
+- Housekeeping:
+ - Removed $parseSuccessful flag that wasn't needed anymore
+- Rename wordThreshold to charThreshold and throw deprecation notices. WordThreshold will be removed in version 3.0.
+- Added "-ad-" as unlikely candidate
+- Added Docker containers with PHP 7.0, 7.1, and 7.2 and makefile to trigger the tests.
+- Imported new code from the JS version as of [19 Nov 2018](https://github.com/mozilla/readability/commit/876c81f710711ba2afb36dd83889d4c5b4fc2743), which includes the following changes:
+ - Move phrasing contents [into paragraphs](https://github.com/mozilla/readability/commit/9f2c5cb42ee9635f091178271d66888cbb47e5dc)
+ - Improved the title detection
+ - Remove [single cell tables](https://github.com/mozilla/readability/commit/ea4165721f9105d8f1e53cfecdcfdafceaf3e4bf)
+ - Improved the detection of video related elements
+ - New test cases
+ - Various minor fixes
+
+
+## [v1.2.0](https://github.com/andreskrey/readability.php/releases/tag/v1.2.0)
+
+- Merged PR#49 (Missing object when calling `->getContent()`)
+- Imported all changes from Readability.js as of 2 March 2018 ([8525c6a](https://github.com/mozilla/readability/commit/8525c6af36d3badbe27c4672a6f2dd99ddb4097f)):
+ - Check for `<base>` elements before converting URLs to absolute.
+ - Clean `<link>` tags on `prepArticle()`
+ - Attempt to return at least some text if all the algorithm runs fail (Check PR [#423](https://github.com/mozilla/readability/pull/423) on JS version)
+ - Add new test cases for the previous changes
+ - And all other changes reflected [in this diff](https://github.com/mozilla/readability/compare/c3ff1a2d2c94c1db257b2c9aa88a4b8fbeb221c5...8525c6af36d3badbe27c4672a6f2dd99ddb4097f)
+
+## [v1.1.1](https://github.com/andreskrey/readability.php/releases/tag/v1.1.1)
+
+- Switched from assertEquals to assertSame on unit testing to avoid weak comparisons.
+- Added a safe check to avoid sending the DOMDocument as a node when scanning for node ancestors.
+- Fix issue #45: Small mistake in documentation
+- Fix issue #46: Added `data-src` as a image source path
+- Fixed bug when extracting all the image of the article (Was extracting images from the original DOM instead of the parsed one)
+- Added the `->getDOMDocument()` getter to retrieve the fully parsed DOMDocument
+- Merged PR #48 that allows passing an array as configuration (@topotru)
+
+## [v1.1.0](https://github.com/andreskrey/readability.php/releases/tag/v1.1.0)
+
+- Added 'data-orig' as an URL source for images
+- Removed 'modal' as a negative property from classes
+- Added option to inject a logger
+- Removed all references to the `data-readability` tags that don't apply anymore to the new structure
+- Merged PR #38 (Missing DOMEntityReference)
+
+## [v1.0.0](https://github.com/andreskrey/readability.php/releases/tag/v1.0.0)
+
+- Node encapsulation is gone. Pre v1 all nodes where encapsulated in a Readability class, which created lots of trouble with dependencies, responsibilities, and properties. Now all the encapsulation is gone: all the DOMNodes inside the Readability class are extensions of the original DOM classes, which allows the system to take advantage of the functions and properties of DOMDocument.
+- HTMLParser is gone, Readability is the new main class. Switched things a bit for this release. Pre v1 you had to create an HTMLParser class to parse the HTML. Now you have to create a Readability class, feed it the text, and check the result.
+- No more dumb arrays as a result. If you want to get the title, content, images, or anything else you'll have to use the getters of the Readability class.
+- Environment class is gone. Now you have to create a configuration class and use setters to set your configuration options.
+- Exceptions. Make sure you wrap your Readability class in a try catch block, because if it fails to parse your HTML, it will throw a `ParseException`.
+- Minimum PHP version bumped to 5.6.
+
+## [v0.3.1](https://github.com/andreskrey/readability.php/releases/tag/v0.3.1)
+
+- Trim titles when detecting hierarchical separators to avoid false negatives on strings with spaces.
+- Fix issue when converting divs to p nodes and never rating them (issue #29)
+- Fix "Unsupported operand types" (PR #31)
+- Fix division by zero when no title was found (issue #32)
+- New function to retrieve all images at once (PR #30)
+- Get the title from the `<title>` tag before searching on the `<meta>` tags
+
+## [v0.3.0](https://github.com/andreskrey/readability.php/releases/tag/v0.3.0)
+
+- Merged PR #24. Fixes notice when trying to extract `og:image`
+- Up to date to commit [eb221c5](https://github.com/mozilla/readability/commit/c3ff1a2d2c94c1db257b2c9aa88a4b8fbeb221c5) (2017-10-16), which includes the following changes:
+ - New tags added to the unlikelyCandidates regex
+ - Detection and removal of hierarchical separators in titles
+ - Added more tags to clean after parsing the article (`button`, `textarea`, `select`, etc.)
+ - New way to detect empty nodes (including a edge case where a node with a `&nsbp;` was detected as a node with content)
+ - Better approach to find a top candidate (specially when a top candidate is the only child of a parent node, which allows a more accurate joining of sibling elements)
+ - Detect text direction (`ltr` or `rtl`)
+ - Detect and mark data tables to avoid removing them during final clean up
+ - Major fixes when scanning and deleting nodes (no need to traverse backwards anymore)
+ - Node cleaning via regex matches
+ - Clean table attributes during final clean up.
+- Added license
+
+Next release after this one will be v1 and will be a major refactor around Readability and HTMLParser methods and responsibilities.
+
+## [v0.2.2](https://github.com/andreskrey/readability.php/releases/tag/v0.2.2)
+
+- Added a safecheck for really nasty HTML
+- Added summonCthulhu option, to remove all script tags via regex
+
+## [v0.2.1](https://github.com/andreskrey/readability.php/releases/tag/v0.2.1)
+
+- Added `normalizeEntities` flag to convert UTF-8 characters to its HTML Entity equivalent. Fixes bugs on htmls with mixed encoding.
+- Added more information to the readme.md file
+- New way to create a backup DOM: not creating a backup. In the previous version, the system cloned the $this->dom object to keep it as a backup in order to restart the algorithm with other flags, if needed. This seemed to work until I realized that *sometimes* the backup changes even if we are not touching it. Seems that the `dom` and `backupdom` objects are linked and *some* changes on the dom object reach the bakcupdom object. The new approach consists in deleting the backupdom object and recreating from scratch the dom object. Of course this has a performance impact, but seems to be quite low.
+
+## [v0.2.0](https://github.com/andreskrey/readability.php/releases/tag/v0.2.0)
+
+100% complete port of Readability.js!
+- Every test unit passes
+- Readability.php produces the same exact output as Readability.js
+- I'm happy :)
+
+### Fixed
+- Lots of bugs
+- Merged PR by DavidFricker to avoid exceptions while grabbing the document content
+
+### Added
+- substituteEntities flag, to avoid replacing especial characters with HTML entities. There's nothing we can do about `&nbsp;`, that entity is replaced by libxml and there's no way to disable it.
+- Named data sets so it's easier to detect which test case is failing.
+
+### Removed
+
+- Couple of test cases that involved broken JS. There's nothing we can do about JS spilling onto the text.
+
+## [0.0.3-alpha](https://github.com/andreskrey/readability.php/releases/tag/v0.0.3v-alpha)
+
+We are getting closer to be a 100% complete port of Readability.js!
+- Added prepArticle to remove junk after selecting the top candidates.
+- Added a function to restore score after selecting top candidates. This basically works by scanning the data-readability tag and restoring the score to the contentScore variable. This is an horrible hack and should be removed once we ditch the Element interface of html-to-markdown and start extending the DOMDocument object.
+- Switched all strlen functions to mb_strlen
+- Fixed lots of bugs and pretty sure that introduced a bunch of new ones.
+
+## [0.0.2-alpha](https://github.com/andreskrey/readability.php/releases/tag/v0.0.2-alpha)
+ - Last version I'm using master as the main development branch. All unreleased changes and main development will happen in the develop branch.
+
+## [0.0.1-alpha](https://github.com/andreskrey/readability.php/releases/tag/v0.0.1-alpha)
+ - Initial release
diff --git a/vendor/fivefilters/readability.php/CONTRIBUTING.md b/vendor/fivefilters/readability.php/CONTRIBUTING.md
new file mode 100644
index 0000000..2080832
--- /dev/null
+++ b/vendor/fivefilters/readability.php/CONTRIBUTING.md
@@ -0,0 +1,31 @@
+# Contributing
+
+Contributions are **welcome** and will be fully **credited**.
+
+When it comes to the core article-extraction functionality, please contribute to [Mozilla's Readability](https://github.com/mozilla/readability/) repository, as we're trying to mirror that here.
+
+For anything else, we accept contributions via Pull Requests on [Github](https://github.com/fivefilters/readability.php/).
+
+## Pull Requests
+
+- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
+
+- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
+
+- **Create feature branches** - Don't ask us to pull from your master branch.
+
+- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
+
+- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
+
+- **Don't forget to add yourself to AUTHORS.md** - If you want to be credited, make sure you add your information (whatever you want to include) in `AUTHORS.md`.
+
+
+## Running Tests
+
+``` bash
+$ make test-all #requires docker and docker-compose
+```
+
+
+**Happy coding**!
diff --git a/vendor/fivefilters/readability.php/LICENSE b/vendor/fivefilters/readability.php/LICENSE
new file mode 100644
index 0000000..261eeb9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/vendor/fivefilters/readability.php/Makefile b/vendor/fivefilters/readability.php/Makefile
new file mode 100644
index 0000000..c5123f1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/Makefile
@@ -0,0 +1,27 @@
+.PHONY: test-all
+
+test-all: start test-7.3 test-7.4 test-8 stop
+
+test-7.3:
+ docker-compose exec php-7.3-libxml-2.9.10 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
+
+test-7.4:
+ docker-compose exec php-7.4-libxml-2.9.10 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
+
+test-8:
+ docker-compose exec php-8-libxml-2.9.10 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
+
+start:
+ docker-compose up -d php-7.3-libxml-2.9.10 php-7.4-libxml-2.9.10 php-8-libxml-2.9.10
+
+stop:
+ docker-compose stop
+
+test-all-versions:
+ for php_version in 7.3 7.4 8; do \
+ for libxml_version in 2.9.4 2.9.5 2.9.10 2.9.12; do \
+ docker-compose up -d php-$$php_version-libxml-$$libxml_version; \
+ docker-compose exec php-$$php_version-libxml-$$libxml_version php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml; \
+ done \
+ done
+ docker-compose stop
diff --git a/vendor/fivefilters/readability.php/README.md b/vendor/fivefilters/readability.php/README.md
new file mode 100644
index 0000000..c910714
--- /dev/null
+++ b/vendor/fivefilters/readability.php/README.md
@@ -0,0 +1,250 @@
+# Readability.php
+
+## News (August 2021)
+
+Andres Rey, the [original developer](https://github.com/andreskrey/readability.php) of Readability.php has kindly let us take over maintenance and development of the project.
+
+Please bear with us while we catch up with [Readability.js](https://github.com/mozilla/readability) changes. There'll be a new release (3.0.0) when we're ready.
+
+For the changes we've made so far in this repository, please see our [blog post](https://www.fivefilters.org/2021/readability/).
+
+## About
+
+[![Latest Stable Version](https://poser.pugx.org/fivefilters/readability.php/v/stable)](https://packagist.org/packages/fivefilters/readability.php) [![Tests](https://github.com/fivefilters/readability.php/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/fivefilters/readability.php/actions/workflows/main.yml)
+
+PHP port of *Mozilla's* **[Readability.js](https://github.com/mozilla/readability)**. Parses html text (usually news and other articles) and returns **title**, **author**, **main image** and **text content** without nav bars, ads, footers, or anything that isn't the main body of the text. Analyzes each node, gives them a score, and determines what's relevant and what can be discarded.
+
+![Screenshot](https://raw.githubusercontent.com/fivefilters/readability.php/assets/screenshot.png)
+
+The project aim is to be a 1 to 1 port of Mozilla's version and to follow closely all changes introduced there, but there are some major differences on the structure. Most of the code is a 1:1 copy –even the comments were imported– but some functions and structures were adapted to suit better the PHP language.
+
+**Original Developer**: Andres Rey
+
+**Developer/Maintainer**: FiveFilters.org
+
+## Code porting
+
+Master branch - Up to date on 26 August 2021, with the exception of a [piece of code](https://github.com/fivefilters/readability.php/commit/1c662465bded2ab3acf3b975a1315c8c45f0bf73#diff-b9b31807b1a39caec18ddc293e9c52931ba8b55191c61e6b77a623d699a599ffR1899) which doesn't produce the same results in PHP for us compard to the JS version. Perhaps there's an error, or some difference in the underlying code that affects this. If you know what's wrong, please feel free to drop us a note or submit a pull request. :)
+
+Version 2.1.0 - Up to date with Readability.js up to [19 Nov 2018](https://github.com/mozilla/readability/commit/876c81f710711ba2afb36dd83889d4c5b4fc2743).
+
+## Requirements
+
+PHP 7.3+, ext-dom, ext-xml, and ext-mbstring. To install these dependencies (in the rare case your system does not have them already), you could try something like this in *nix like environments:
+
+`$ sudo apt-get install php7.4-xml php7.4-mbstring`
+
+## How to use it
+
+First you have to require the library using composer:
+
+`composer require fivefilters/readability.php`
+
+Then, create a Readability class and pass a Configuration class, feed the `parse()` function with your HTML and echo the variable:
+
+```php
+use fivefilters\Readability\Readability;
+use fivefilters\Readability\Configuration;
+use fivefilters\Readability\ParseException;
+
+$readability = new Readability(new Configuration());
+
+$html = file_get_contents('http://your.favorite.newspaper/article.html');
+
+try {
+ $readability->parse($html);
+ echo $readability;
+} catch (ParseException $e) {
+ echo sprintf('Error processing text: %s', $e->getMessage());
+}
+```
+
+Your script will output the parsed text or inform about any errors. You should always wrap the `->parse` call in a try/catch block because if the HTML cannot be parsed correctly, a `ParseException` will be thrown.
+
+If you want to have a finer control on the output, just call the properties one by one, wrapping it with your own HTML.
+
+```php
+<h1><?= $readability->getTitle(); ?></h1>
+<h2>By <?= $readability->getAuthor(); ?></h2>
+<div class="content"><?= $readability->getContent(); ?></div>
+
+```
+
+Here's a list of the available properties:
+
+- Article title: `->getTitle();`
+- Article content: `->getContent();`
+- Excerpt: `->getExcerpt();`
+- Main image: `->getImage();`
+- All images: `->getImages();`
+- Author: `->getAuthor();`
+- Text direction (ltr or rtl): `->getDirection();`
+
+If you need to tweak the final HTML you can get the DOMDocument of the result by calling `->getDOMDocument()`.
+
+## Options
+
+You can change the behaviour of Readability via the Configuration object. For example, if you want to fix relative URLs and declare the original URL, you could set up the configuration like this:
+
+```php
+$configuration = new Configuration();
+$configuration
+ ->setFixRelativeURLs(true)
+ ->setOriginalURL('http://my.newspaper.url/article/something-interesting-to-read.html');
+```
+Also you can pass an array of configuration parameters to the constructor:
+```php
+$configuration = new Configuration([
+ 'fixRelativeURLs' => true,
+ 'originalURL' => 'http://my.newspaper.url/article/something-interesting-to-read.html',
+ // other parameters ... listing below
+]);
+```
+
+
+Then you pass this Configuration object to Readability. The following options are available. Remember to prepend `set` when calling them using native setters.
+
+- **MaxTopCandidates**: default value `5`, max amount of top level candidates.
+- **CharThreshold**: default value `500`, minimum amount of characters to consider that the article was parsed successful.
+- **ArticleByLine**: default value `false`, search for the article byline and remove it from the text. It will be moved to the article metadata.
+- **StripUnlikelyCandidates**: default value `true`, remove nodes that are unlikely to have relevant information. Useful for debugging or parsing complex or non-standard articles.
+- **CleanConditionally**: default value `true`, remove certain nodes after parsing to return a cleaner result.
+- **WeightClasses**: default value `true`, weight classes during the rating phase.
+- **FixRelativeURLs**: default value `false`, convert relative URLs to absolute. Like `/test` to `http://host/test`.
+- **SubstituteEntities**: default value `false`, disables the `substituteEntities` flag of libxml. Will avoid substituting HTML entities. Like `&aacute;` to á.
+- **NormalizeEntities**: default value `false`, converts UTF-8 characters to its HTML Entity equivalent. Useful to parse HTML with mixed encoding.
+- **OriginalURL**: default value `http://fakehost`, original URL from the article used to fix relative URLs.
+- **KeepClasses**: default value `false`, which removes all `class="..."` attribute values from HTML elements.
+- **Parser**: default value `html5`, which uses HTML5-PHP for parsing. Set to `libxml` to use that instead (not recommended for modern HTML documents).
+- **SummonCthulhu**: default value `false`, remove all `<script>` nodes via regex. This is not ideal as it might break things, but if you've set the parser to libxml (see above), it might be the only solution to [libxml problems with unescaped javascript](https://github.com/fivefilters/readability.php#known-libxml-parsing-issues).
+
+### Debug log
+
+Logging is optional and you will have to inject your own logger to save all the debugging messages. To do so, use a logger that implements the [PSR-3 logging interface](https://github.com/php-fig/log) and pass it to the configuration object. For example:
+
+```php
+// Using monolog
+
+$log = new Logger('Readability');
+$log->pushHandler(new StreamHandler('path/to/my/log.txt'));
+
+$configuration->setLogger($log);
+```
+
+In the log you will find information about the parsed nodes, why they were removed, and why they were considered relevant to the final article.
+
+## Limitations
+
+Of course the main limitation is PHP. Websites that load the content through lazy loading, AJAX, or any type of javascript fueled call will be ignored (actually, *not ran*) and the resulting text will be incorrect, compared to the readability.js results. All the articles you want to parse with readability.php need to be complete and all the content should be in the HTML already.
+
+## Known libxml parsing issues
+
+Readability.php as of version 3.0.0 uses a HTML5 parser. Earlier versions used libxml. The issues below apply to libxml parsing, so if you're using an earlier version of Readability.php (pre 3.0.0), or if you've set the parser to libxml in the configuration, read on...
+
+### Javascript spilling into the text body
+
+DOMDocument has some issues while parsing javascript with unescaped HTML on strings. Consider the following code:
+
+```html
+<div> <!-- Offending div without closing tag -->
+<script type="text/javascript">
+ var test = '</div>';
+ // I should not appear on the result
+</script>
+```
+
+If you would like to remove the scripts of the HTML (like readability does), you would expect ending up with just one div and one comment on the final HTML. The problem is that libxml takes that closing div tag inside the javascript string as a HTML tag, effectively closing the unclosed tag and leaving the rest of the javascript as a string within a P tag. If you save that node, the final HTML will end up like this:
+
+```html
+<div> <!-- Offending div without closing tag -->
+<p>';
+ // I should not appear on the result
+</p></div>
+```
+
+This is a libxml issue and not a Readability.php bug.
+
+There's a workaround for this: using the `summonCthulhu` option. This will remove all script tags **via regex**, which is not ideal because you may end up summoning [the lord of darkness](https://stackoverflow.com/a/1732454).
+
+### &nbsp entities disappearing
+
+`&nbsp` entities are converted to spaces automatically by libxml and there's no way to disable it.
+
+### Self closing tags rendering as fully expanded tags
+
+Self closing tags like `<br />` get automatically expanded to `<br></br`. No way to disable it in libxml.
+
+## Dependencies
+
+Readability.php uses
+
+ * [HTML5-PHP](https://github.com/Masterminds/html5-php) to parse and serialise HTML.
+ * [PSR Log](https://github.com/php-fig/log) interface to define the allowed type of loggers.
+ * [Monolog](https://github.com/Seldaek/monolog) is only required on development installations. (`--dev` option during `composer install`).
+
+## To-do
+
+- Keep up with Readability.js changes
+- Add a small template engine for the __toString() method, instead of using a hardcoded one.
+- Replace all the `iterator_to_array` calls with a custom PHP generator that keeps track of the removed or altered nodes.
+
+## How it works
+
+Readability parses all the text with DOMDocument, scans the text nodes and gives the a score, based on the amount of words, links and type of element. Then it selects the highest scoring element and creates a new DOMDocument with all its siblings. Each sibling is scored to discard useless elements, like nav bars, empty nodes, etc.
+
+## Security
+
+If you're going to use Readability with untrusted input (whether in HTML or DOM form), we **strongly** recommend you use a sanitizer library like [HTML Purifier](https://github.com/ezyang/htmlpurifier) to avoid script injection when you use
+the output of Readability. We would also recommend using [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) to add further defense-in-depth
+restrictions to what you allow the resulting content to do. The Firefox integration of
+reader mode uses both of these techniques itself. Sanitizing unsafe content out of the input is explicitly not something we aim to do as part of Readability itself - there are other good sanitizer libraries out there, use them!
+
+## Testing
+
+Any version of PHP from 7.3 and above installed locally should be enough to develop new features and add new test cases. If you want to be 100% sure that your change doesn't create any issues with other versions of PHP, you can use the provided Docker containers to test currently in 7.3, 7.4, and 8.0.
+
+You'll need Docker and Docker Compose for this. To run all the tests in the three PHP versions above, just type the following command:
+
+```bash
+make test-all
+```
+
+This will start all the containers and run all the tests on every supported version of PHP. If you want to test against a specific version, you can use `make test-7.3`, `make test-7.4`, or `make test-8`.
+
+### Different versions of libxml
+
+If you want to test against supported versions of PHP *AND* multiple versions of libxml, run `test-all-versions`. This will test against PHP versions 7.3 to 8 and libxml versions 2.9.4, 2.9.5, 2.9.10, and 2.9.12. Normally you won't need to do this unless you think you've found a bug on an specific version of libxml.
+
+### Updating the expected tests
+
+If you've made an improvement to the code, you'll probably want to examine the Readability.php output for the test cases here. To do that, run the following command first from the root of the project folder:
+
+ docker-compose up -d php-7.4-libxml-2.9.10
+
+You should now have a docker image running with the project root folder mapped to /app/ on your Docker instance (see `docker-compose.yml`). Any changes to these files will be accessible from the Docker instance from now on.
+
+Next, create a folder in tests/ called /changed, then run the following command to run the test suite:
+
+ docker-compose exec -e output-changes=1 -e output-diff=1 php-7.4-libxml-2.9.10 php /app/vendor/phpunit/phpunit/phpunit --configuration /app/phpunit.xml
+
+The two environment variables (`output-changes=1` and `output-diff=1`) will result in new output for any failing test (along with a diff of changes) being written to the changed/ folder.
+
+If you're happy the changes are okay, set `output-diff=0` and the diff files will no longer be written, making it easier to copy the new expected output files over to their corresponding locations in test-pages\.
+
+## License
+
+Based on Arc90's readability.js (1.7.1) script available at: http://code.google.com/p/arc90labs-readability
+
+ Copyright (c) 2010 Arc90 Inc
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/vendor/fivefilters/readability.php/composer.json b/vendor/fivefilters/readability.php/composer.json
new file mode 100644
index 0000000..72706cc
--- /dev/null
+++ b/vendor/fivefilters/readability.php/composer.json
@@ -0,0 +1,52 @@
+{
+ "name": "fivefilters/readability.php",
+ "type": "library",
+ "description": "A PHP port of Readability.js",
+ "keywords": ["readability", "html"],
+ "homepage": "https://github.com/fivefilters/readability.php",
+ "license": "Apache-2.0",
+ "repositories": [
+ {
+ "name": "masterminds/html5",
+ "type": "vcs",
+ "url": "https://dev.tt-rss.org/fox/html5-php.git"
+ }
+ ],
+ "authors": [
+ {
+ "name": "Andres Rey",
+ "email": "[email protected]",
+ "role": "Original Developer"
+ },
+ {
+ "name": "Keyvan Minoukadeh",
+ "email": "[email protected]",
+ "homepage": "https://www.fivefilters.org",
+ "role": "Developer/Maintainer"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "fivefilters\\Readability\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {"fivefilters\\Readability\\Test\\": "test"}
+ },
+ "require": {
+ "php": ">=7.3.0",
+ "ext-dom": "*",
+ "ext-xml": "*",
+ "ext-mbstring": "*",
+ "psr/log": "^1.0",
+ "masterminds/html5": "2.7.x-dev@dev",
+ "league/uri": "^6.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9",
+ "monolog/monolog": "^2.3"
+ },
+ "suggest": {
+ "monolog/monolog": "Allow logging debug information"
+ }
+}
diff --git a/vendor/fivefilters/readability.php/docker-compose.yml b/vendor/fivefilters/readability.php/docker-compose.yml
new file mode 100644
index 0000000..d26a5af
--- /dev/null
+++ b/vendor/fivefilters/readability.php/docker-compose.yml
@@ -0,0 +1,100 @@
+version: '3'
+
+services:
+ php-7.3-libxml-2.9.4: &template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.4
+ PHP_VERSION: 7.3
+ volumes:
+ - ./:/app
+ tty: true
+
+ php-7.3-libxml-2.9.5:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.5
+ PHP_VERSION: 7.3
+
+ php-7.3-libxml-2.9.10:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.10
+ PHP_VERSION: 7.3
+
+ php-7.3-libxml-2.9.12:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.12
+ PHP_VERSION: 7.3
+
+ php-7.4-libxml-2.9.4:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.4
+ PHP_VERSION: 7.4
+
+ php-7.4-libxml-2.9.5:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.5
+ PHP_VERSION: 7.4
+
+ php-7.4-libxml-2.9.10:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.10
+ PHP_VERSION: 7.4
+
+ php-7.4-libxml-2.9.12:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.12
+ PHP_VERSION: 7.4
+
+ php-8-libxml-2.9.4:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.4
+ PHP_VERSION: 8
+
+ php-8-libxml-2.9.5:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.5
+ PHP_VERSION: 8
+
+ php-8-libxml-2.9.10:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.10
+ PHP_VERSION: 8
+
+ php-8-libxml-2.9.12:
+ <<: *template
+ build:
+ context: ./docker/php
+ args:
+ LIBXML_VERSION: 2.9.12
+ PHP_VERSION: 8
diff --git a/vendor/fivefilters/readability.php/docker/php/Dockerfile b/vendor/fivefilters/readability.php/docker/php/Dockerfile
new file mode 100644
index 0000000..e19a366
--- /dev/null
+++ b/vendor/fivefilters/readability.php/docker/php/Dockerfile
@@ -0,0 +1,16 @@
+# Load pre-built image of PHP (php-cli) and libxml.
+# See https://hub.docker.com/r/fivefilters/php-libxml for supported versions
+# Use build.Dockerfile to compile new versions of PHP/libxml
+
+# For reference, default package versions for Ubuntu are:
+# Ubuntu 18.04 - php 7.2, libxml 2.9.4
+# Ubuntu 20.04 - php 7.4, libxml 2.9.10
+# Ubuntu 20.10 - php 7.4, libxml 2.9.10
+# Ubuntu 21.04 - php 7.4, libxml 2.9.10
+# Ubuntu 21.10 - php 8.0, libxml 2.9.10
+
+ARG PHP_VERSION
+ARG LIBXML_VERSION
+FROM fivefilters/php-libxml:php-${PHP_VERSION}-libxml-${LIBXML_VERSION}
+
+RUN apt-get update \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/docker/php/build.Dockerfile b/vendor/fivefilters/readability.php/docker/php/build.Dockerfile
new file mode 100644
index 0000000..270b6d9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/docker/php/build.Dockerfile
@@ -0,0 +1,56 @@
+# Use this file to build a Docker image using the versions of PHP and Libxml specified.
+# We have pre-built images at https://hub.docker.com/r/fivefilters/php-libxml which are faster to load than building from this file.
+# To build using this file, use the following command from the root project folder (replace version of PHP/Libxml with the ones you want to use):
+# docker build --build-arg PHP_VERSION=7.4 --build-arg LIBXML_VERSION=2.9.12 -t php-libxml -f ./docker/php/Dockerfile .
+
+# To upload the image to Docker Hub, the tag (-t) value should be something like org/repo:tag, e.g. for us, fivefilters/php-libxml:php-8-libxml-2.9.12
+# The tag can be applied afterwards too, e.g. docker tag php-libxml org/repo:tag
+
+ARG PHP_VERSION=8
+FROM php:${PHP_VERSION}-cli
+
+# Install sqlite and libonig-dev (required for building PHP 7.4)
+RUN apt-get update && apt-get install -y libsqlite3-dev libonig-dev
+# Install libsodium (package doesn't work for some reason)
+RUN curl https://download.libsodium.org/libsodium/releases/LATEST.tar.gz -o /tmp/libsodium.tar.gz && \
+ cd /tmp && \
+ tar -xzf libsodium.tar.gz && \
+ cd libsodium-stable/ && \
+ ./configure && \
+ make && make check && \
+ make install
+# Install custom version of libxml2
+RUN apt-get install -y automake libtool unzip libssl-dev
+# Remove current version
+RUN apt-get remove -y libxml2
+# Download new version, configure and compile
+ARG LIBXML_VERSION=2.9.12
+RUN curl https://gitlab.gnome.org/GNOME/libxml2/-/archive/v$LIBXML_VERSION/libxml2-v$LIBXML_VERSION.zip -o /tmp/libxml.zip && \
+ cd /tmp && \
+ unzip libxml.zip && \
+ cd libxml2-v$LIBXML_VERSION && \
+ ./autogen.sh --libdir=/usr/lib/x86_64-linux-gnu && \
+ make && \
+ make install
+# Recompile PHP with the new libxml2 library
+RUN docker-php-source extract && \
+ cd /usr/src/php && \
+ ./configure \
+ --with-libxml \
+ --enable-mbstring \
+ --with-openssl \
+ --with-config-file-path=/usr/local/etc/php \
+ --with-config-file-scan-dir=/usr/local/etc/php/conf.d && \
+ make && make install && \
+ docker-php-source delete
+
+RUN apt-get update
+
+#RUN pecl install libsodium
+
+# Check if there's a pinned version of Xdebug for compatibility reasons
+ARG XDEBUG_VERSION
+RUN pecl install xdebug$(if [ ! ${XDEBUG_VERSION} = '' ]; then echo -${XDEBUG_VERSION} ; fi) && docker-php-ext-enable xdebug
+
+# Required by coveralls
+RUN apt-get install git -y
diff --git a/vendor/fivefilters/readability.php/phpunit.xml b/vendor/fivefilters/readability.php/phpunit.xml
new file mode 100644
index 0000000..291085a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/phpunit.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit bootstrap="vendor/autoload.php"
+ colors="true"
+ stopOnFailure="false"
+ stopOnError="false">
+ <testsuites>
+ <testsuite name="Readability.php Test Suite">
+ <directory>./test/</directory>
+ </testsuite>
+ </testsuites>
+ <filter>
+ <whitelist>
+ <directory suffix=".php">src/</directory>
+ </whitelist>
+ </filter>
+</phpunit>
diff --git a/vendor/fivefilters/readability.php/src/Configuration.php b/vendor/fivefilters/readability.php/src/Configuration.php
new file mode 100644
index 0000000..6d1f03f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Configuration.php
@@ -0,0 +1,423 @@
+<?php
+
+namespace fivefilters\Readability;
+
+use Psr\Log\LoggerAwareTrait;
+use Psr\Log\LoggerInterface;
+use Psr\Log\NullLogger;
+
+/**
+ * Class Configuration.
+ */
+class Configuration
+{
+ use LoggerAwareTrait;
+
+ /**
+ * @var int
+ */
+ protected $maxTopCandidates = 5;
+
+ /**
+ * @var int
+ */
+ protected $charThreshold = 500;
+
+ /**
+ * @var bool
+ */
+ protected $articleByLine = false;
+
+ /**
+ * @var bool
+ */
+ protected $stripUnlikelyCandidates = true;
+
+ /**
+ * @var bool
+ */
+ protected $cleanConditionally = true;
+
+ /**
+ * @var bool
+ */
+ protected $weightClasses = true;
+
+ /**
+ * @var bool
+ */
+ protected $fixRelativeURLs = false;
+
+ /**
+ * @var bool
+ */
+ protected $substituteEntities = false;
+
+ /**
+ * @var bool
+ */
+ protected $normalizeEntities = false;
+
+ /**
+ * @var bool
+ */
+ protected $summonCthulhu = false;
+
+ /**
+ * @var string
+ */
+ protected $originalURL = 'http://fakehost';
+
+ /**
+ * @var string
+ */
+ protected $parser = 'html5';
+
+ /**
+ * @var bool
+ */
+ protected $keepClasses = false;
+
+ /**
+ * @var bool
+ */
+ protected $disableJSONLD = false;
+
+ /**
+ * Configuration constructor.
+ *
+ * @param array $params
+ */
+ public function __construct(array $params = [])
+ {
+ foreach ($params as $key => $value) {
+ $setter = sprintf('set%s', $key);
+ if (method_exists($this, $setter)) {
+ call_user_func([$this, $setter], $value);
+ }
+ }
+ }
+
+ /**
+ * Returns an array-representation of configuration.
+ *
+ * @return array
+ */
+ public function toArray()
+ {
+ $out = [];
+ foreach ($this as $key => $value) {
+ $getter = sprintf('get%s', $key);
+ if (!is_object($value) && method_exists($this, $getter)) {
+ $out[$key] = call_user_func([$this, $getter]);
+ }
+ }
+
+ return $out;
+ }
+
+ /**
+ * @return LoggerInterface
+ */
+ public function getLogger()
+ {
+ // If no logger has been set, just return a null logger
+ if ($this->logger === null) {
+ return new NullLogger();
+ }
+
+ return $this->logger;
+ }
+
+ /**
+ * @param LoggerInterface $logger
+ *
+ * @return Configuration
+ */
+ public function setLogger(LoggerInterface $logger)
+ {
+ $this->logger = $logger;
+
+ return $this;
+ }
+
+ /**
+ * @return int
+ */
+ public function getMaxTopCandidates()
+ {
+ return $this->maxTopCandidates;
+ }
+
+ /**
+ * @param int $maxTopCandidates
+ *
+ * @return $this
+ */
+ public function setMaxTopCandidates($maxTopCandidates)
+ {
+ $this->maxTopCandidates = $maxTopCandidates;
+
+ return $this;
+ }
+
+ /**
+ * @return int
+ */
+ public function getCharThreshold()
+ {
+ return $this->charThreshold;
+ }
+
+ /**
+ * @param int $charThreshold
+ *
+ * @return $this
+ */
+ public function setCharThreshold($charThreshold)
+ {
+ $this->charThreshold = $charThreshold;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getArticleByLine()
+ {
+ return $this->articleByLine;
+ }
+
+ /**
+ * @param bool $articleByLine
+ *
+ * @return $this
+ */
+ public function setArticleByLine($articleByLine)
+ {
+ $this->articleByLine = $articleByLine;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getStripUnlikelyCandidates()
+ {
+ return $this->stripUnlikelyCandidates;
+ }
+
+ /**
+ * @param bool $stripUnlikelyCandidates
+ *
+ * @return $this
+ */
+ public function setStripUnlikelyCandidates($stripUnlikelyCandidates)
+ {
+ $this->stripUnlikelyCandidates = $stripUnlikelyCandidates;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getCleanConditionally()
+ {
+ return $this->cleanConditionally;
+ }
+
+ /**
+ * @param bool $cleanConditionally
+ *
+ * @return $this
+ */
+ public function setCleanConditionally($cleanConditionally)
+ {
+ $this->cleanConditionally = $cleanConditionally;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getWeightClasses()
+ {
+ return $this->weightClasses;
+ }
+
+ /**
+ * @param bool $weightClasses
+ *
+ * @return $this
+ */
+ public function setWeightClasses($weightClasses)
+ {
+ $this->weightClasses = $weightClasses;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getFixRelativeURLs()
+ {
+ return $this->fixRelativeURLs;
+ }
+
+ /**
+ * @param bool $fixRelativeURLs
+ *
+ * @return $this
+ */
+ public function setFixRelativeURLs($fixRelativeURLs)
+ {
+ $this->fixRelativeURLs = $fixRelativeURLs;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getSubstituteEntities()
+ {
+ return $this->substituteEntities;
+ }
+
+ /**
+ * @param bool $substituteEntities
+ *
+ * @return $this
+ */
+ public function setSubstituteEntities($substituteEntities)
+ {
+ $this->substituteEntities = $substituteEntities;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getNormalizeEntities()
+ {
+ return $this->normalizeEntities;
+ }
+
+ /**
+ * @param bool $normalizeEntities
+ *
+ * @return $this
+ */
+ public function setNormalizeEntities($normalizeEntities)
+ {
+ $this->normalizeEntities = $normalizeEntities;
+
+ return $this;
+ }
+
+ /**
+ * @return string
+ */
+ public function getOriginalURL()
+ {
+ return $this->originalURL;
+ }
+
+ /**
+ * @param string $originalURL
+ *
+ * @return $this
+ */
+ public function setOriginalURL($originalURL)
+ {
+ $this->originalURL = $originalURL;
+
+ return $this;
+ }
+
+ /**
+ * @return string
+ */
+ public function getParser()
+ {
+ return $this->parser;
+ }
+
+ /**
+ * @param string $parser
+ *
+ * @return $this
+ */
+ public function setParser($parser)
+ {
+ $this->parser = $parser;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getKeepClasses()
+ {
+ return $this->keepClasses;
+ }
+
+ /**
+ * @param bool $keepClasses
+ *
+ * @return $this
+ */
+ public function setKeepClasses($keepClasses)
+ {
+ $this->keepClasses = $keepClasses;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getDisableJSONLD()
+ {
+ return $this->disableJSONLD;
+ }
+
+ /**
+ * @param bool $disableJSONLD
+ *
+ * @return $this
+ */
+ public function setDisableJSONLD($disableJSONLD)
+ {
+ $this->disableJSONLD = $disableJSONLD;
+
+ return $this;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getSummonCthulhu()
+ {
+ return $this->summonCthulhu;
+ }
+
+ /**
+ * @param bool $summonCthulhu
+ *
+ * @return $this
+ */
+ public function setSummonCthulhu($summonCthulhu)
+ {
+ $this->summonCthulhu = $summonCthulhu;
+
+ return $this;
+ }
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMAttr.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMAttr.php
new file mode 100644
index 0000000..1bdf395
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMAttr.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMAttr extends \DOMAttr
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCdataSection.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCdataSection.php
new file mode 100644
index 0000000..6ac3dcd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCdataSection.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMCdataSection extends \DOMCdataSection
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCharacterData.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCharacterData.php
new file mode 100644
index 0000000..b196979
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCharacterData.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMCharacterData extends \DOMCharacterData
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMComment.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMComment.php
new file mode 100644
index 0000000..3b691f4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMComment.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMComment extends \DOMComment
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocument.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocument.php
new file mode 100644
index 0000000..d912338
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocument.php
@@ -0,0 +1,30 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMDocument extends \DOMDocument
+{
+ use NodeTrait;
+
+ public function __construct($version, $encoding)
+ {
+ parent::__construct($version, $encoding);
+
+ $this->registerNodeClass('DOMAttr', DOMAttr::class);
+ $this->registerNodeClass('DOMCdataSection', DOMCdataSection::class);
+ $this->registerNodeClass('DOMCharacterData', DOMCharacterData::class);
+ $this->registerNodeClass('DOMComment', DOMComment::class);
+ $this->registerNodeClass('DOMDocument', self::class);
+ $this->registerNodeClass('DOMDocumentFragment', DOMDocumentFragment::class);
+ $this->registerNodeClass('DOMDocumentType', DOMDocumentType::class);
+ $this->registerNodeClass('DOMElement', DOMElement::class);
+ $this->registerNodeClass('DOMEntity', DOMEntity::class);
+ $this->registerNodeClass('DOMEntityReference', DOMEntityReference::class);
+ $this->registerNodeClass('DOMNode', DOMNode::class);
+ $this->registerNodeClass('DOMNotation', DOMNotation::class);
+ $this->registerNodeClass('DOMProcessingInstruction', DOMProcessingInstruction::class);
+ $this->registerNodeClass('DOMText', DOMText::class);
+ }
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentFragment.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentFragment.php
new file mode 100644
index 0000000..33a3f95
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentFragment.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMDocumentFragment extends \DOMDocumentFragment
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentType.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentType.php
new file mode 100644
index 0000000..cf3cd0f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentType.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMDocumentType extends \DOMDocumentType
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMElement.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMElement.php
new file mode 100644
index 0000000..b0da84f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMElement.php
@@ -0,0 +1,46 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMElement extends \DOMElement
+{
+ use NodeTrait;
+
+ /**
+ * Returns the child elements of this element.
+ *
+ * To get all child nodes, including non-element nodes like text and comment nodes, use childNodes.
+ *
+ * @return DOMNodeList
+ */
+ public function children()
+ {
+ $newList = new DOMNodeList();
+ foreach ($this->childNodes as $node) {
+ if ($node->nodeType === XML_ELEMENT_NODE) {
+ $newList->add($node);
+ }
+ }
+ return $newList;
+ }
+
+ /**
+ * Returns the Element immediately prior to the specified one in its parent's children list, or null if the specified element is the first one in the list.
+ *
+ * @see https://wiki.php.net/rfc/dom_living_standard_api
+ * @return DOMElement|null
+ */
+ public function previousElementSibling()
+ {
+ $previous = $this->previousSibling;
+ while ($previous) {
+ if ($previous->nodeType === XML_ELEMENT_NODE) {
+ return $previous;
+ }
+ $previous = $previous->previousSibling;
+ }
+ return null;
+ }
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntity.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntity.php
new file mode 100644
index 0000000..751b59c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntity.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMEntity extends \DOMEntity
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntityReference.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntityReference.php
new file mode 100644
index 0000000..d6fd6d4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntityReference.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMEntityReference extends \DOMEntityReference
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNode.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNode.php
new file mode 100644
index 0000000..4a3ab0d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNode.php
@@ -0,0 +1,14 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+/**
+ * @method getAttribute($attribute)
+ * @method hasAttribute($attribute)
+ */
+class DOMNode extends \DOMNode
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNodeList.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNodeList.php
new file mode 100644
index 0000000..a718c00
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNodeList.php
@@ -0,0 +1,82 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+/**
+ * Class DOMNodeList.
+ *
+ * This is a fake DOMNodeList class that allows adding items to the list. The original class is static and the nodes
+ * are defined automagically when instantiating it. This fake version behaves exactly the same way but adds the function
+ * add() that allows to insert new DOMNodes into the DOMNodeList.
+ *
+ * It cannot extend the original DOMNodeList class because the functionality behind the property ->length is hidden
+ * from the user and cannot be extended, changed, or tweaked.
+ */
+class DOMNodeList implements \Countable, \IteratorAggregate
+{
+ /**
+ * @var array
+ */
+ protected $items = [];
+
+ /**
+ * @var int
+ */
+ protected $length = 0;
+
+ /**
+ * To allow access to length in the same way that DOMNodeList allows.
+ *
+ * {@inheritdoc}
+ */
+ public function __get($name)
+ {
+ switch ($name) {
+ case 'length':
+ return $this->length;
+ default:
+ trigger_error(sprintf('Undefined property: %s::%s', static::class, $name));
+ }
+ }
+
+ /**
+ * @param DOMNode|DOMElement|DOMComment $node
+ *
+ * @return DOMNodeList
+ */
+ public function add($node)
+ {
+ $this->items[] = $node;
+ $this->length++;
+
+ return $this;
+ }
+
+ /**
+ * @param int $offset
+ *
+ * @return DOMNode|DOMElement|DOMComment
+ */
+ public function item(int $offset)
+ {
+ return $this->items[$offset];
+ }
+
+ /**
+ * @return int|void
+ */
+ public function count(): int
+ {
+ return $this->length;
+ }
+
+ /**
+ * To make it compatible with iterator_to_array() function.
+ *
+ * {@inheritdoc}
+ */
+ public function getIterator(): \ArrayIterator
+ {
+ return new \ArrayIterator($this->items);
+ }
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNotation.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNotation.php
new file mode 100644
index 0000000..d276e42
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNotation.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMNotation extends \DOMNotation
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php
new file mode 100644
index 0000000..82c69cf
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMProcessingInstruction extends \DOMProcessingInstruction
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMText.php b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMText.php
new file mode 100644
index 0000000..6a5716c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMText.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace fivefilters\Readability\Nodes\DOM;
+
+use fivefilters\Readability\Nodes\NodeTrait;
+
+class DOMText extends \DOMText
+{
+ use NodeTrait;
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/NodeTrait.php b/vendor/fivefilters/readability.php/src/Nodes/NodeTrait.php
new file mode 100644
index 0000000..1e9e3d1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/NodeTrait.php
@@ -0,0 +1,566 @@
+<?php
+
+namespace fivefilters\Readability\Nodes;
+
+use fivefilters\Readability\Nodes\DOM\DOMDocument;
+use fivefilters\Readability\Nodes\DOM\DOMElement;
+use fivefilters\Readability\Nodes\DOM\DOMNode;
+use fivefilters\Readability\Nodes\DOM\DOMText;
+use DOMNodeList;
+
+/**
+ * @method \DOMNode removeAttribute($name)
+ */
+trait NodeTrait
+{
+ /**
+ * Content score of the node. Used to determine the value of the content.
+ *
+ * @var int
+ */
+ public $contentScore = 0;
+
+ /**
+ * Flag for initialized status.
+ *
+ * @var bool
+ */
+ private $initialized = false;
+
+ /**
+ * Flag data tables.
+ *
+ * @var bool
+ */
+ private $readabilityDataTable = false;
+
+ /**
+ * @var array
+ */
+ private $divToPElements = [
+ 'blockquote',
+ 'dl',
+ 'div',
+ 'img',
+ 'ol',
+ 'p',
+ 'pre',
+ 'table',
+ 'ul'
+ ];
+
+ /**
+ * The commented out elements qualify as phrasing content but tend to be
+ * removed by readability when put into paragraphs, so we ignore them here.
+ *
+ * @var array
+ */
+ private $phrasing_elems = [
+ // 'CANVAS', 'IFRAME', 'SVG', 'VIDEO',
+ 'abbr', 'audio', 'b', 'bdo', 'br', 'button', 'cite', 'code', 'data',
+ 'datalist', 'dfn', 'em', 'embed', 'i', 'img', 'input', 'kbd', 'label',
+ 'mark', 'math', 'meter', 'noscript', 'object', 'output', 'progress', 'q',
+ 'ruby', 'samp', 'script', 'select', 'small', 'span', 'strong', 'sub',
+ 'sup', 'textarea', 'time', 'var', 'wbr'
+ ];
+
+ /**
+ * initialized getter.
+ *
+ * @return bool
+ */
+ public function isInitialized()
+ {
+ return $this->initialized;
+ }
+
+ /**
+ * @return bool
+ */
+ public function isReadabilityDataTable()
+ {
+ /*
+ * This is a workaround that I'd like to remove in the future.
+ * Seems that although we are extending the base DOMElement and adding custom properties (like this one,
+ * 'readabilityDataTable'), these properties get lost when you search for elements with getElementsByTagName.
+ * This means that even if we mark the tables in a previous step, when we want to retrieve that information,
+ * all the custom properties are in their default values. Somehow we need to find a way to make these properties
+ * permanent across the whole DOM.
+ *
+ * @see https://stackoverflow.com/questions/35654709/php-registernodeclass-and-reusing-variable-names
+ */
+ return $this->hasAttribute('readabilityDataTable')
+ && $this->getAttribute('readabilityDataTable') === '1';
+// return $this->readabilityDataTable;
+ }
+
+ /**
+ * @param bool $param
+ */
+ public function setReadabilityDataTable($param)
+ {
+ // Can't be "true" because DOMDocument casts it to "1"
+ $this->setAttribute('readabilityDataTable', $param ? '1' : '0');
+// $this->readabilityDataTable = $param;
+ }
+
+ /**
+ * Initializer. Calculates the current score of the node and returns a full Readability object.
+ *
+ * @ TODO: I don't like the weightClasses param. How can we get the config here?
+ *
+ * @param $weightClasses bool Weight classes?
+ *
+ * @return static
+ */
+ public function initializeNode($weightClasses)
+ {
+ if (!$this->isInitialized()) {
+ $contentScore = 0;
+
+ switch ($this->nodeName) {
+ case 'div':
+ $contentScore += 5;
+ break;
+
+ case 'pre':
+ case 'td':
+ case 'blockquote':
+ $contentScore += 3;
+ break;
+
+ case 'address':
+ case 'ol':
+ case 'ul':
+ case 'dl':
+ case 'dd':
+ case 'dt':
+ case 'li':
+ case 'form':
+ $contentScore -= 3;
+ break;
+
+ case 'h1':
+ case 'h2':
+ case 'h3':
+ case 'h4':
+ case 'h5':
+ case 'h6':
+ case 'th':
+ $contentScore -= 5;
+ break;
+ }
+
+ $this->contentScore = $contentScore + ($weightClasses ? $this->getClassWeight() : 0);
+
+ $this->initialized = true;
+ }
+
+ return $this;
+ }
+
+ /**
+ * Override for native getAttribute method. Some nodes have the getAttribute method, some don't, so we need
+ * to check first the existence of the attributes property.
+ *
+ * @param $attributeName string Attribute to retrieve
+ *
+ * @return string
+ */
+ #[\ReturnTypeWillChange]
+ public function getAttribute($attributeName)
+ {
+ if (!is_null($this->attributes)) {
+ return parent::getAttribute($attributeName);
+ }
+
+ return '';
+ }
+
+ /**
+ * Override for native hasAttribute.
+ *
+ * @param $attributeName
+ *
+ * @return bool
+ *
+ * @see getAttribute
+ */
+ #[\ReturnTypeWillChange]
+ public function hasAttribute($attributeName)
+ {
+ if (!is_null($this->attributes)) {
+ return parent::hasAttribute($attributeName);
+ }
+
+ return false;
+ }
+
+ /**
+ * Get the ancestors of the current node.
+ *
+ * @param int|bool $maxLevel Max amount of ancestors to get. False for all of them
+ *
+ * @return array
+ */
+ public function getNodeAncestors($maxLevel = 3)
+ {
+ $ancestors = [];
+ $level = 0;
+
+ $node = $this->parentNode;
+
+ while ($node && !($node instanceof DOMDocument)) {
+ $ancestors[] = $node;
+ $level++;
+ if ($level === $maxLevel) {
+ break;
+ }
+ $node = $node->parentNode;
+ }
+
+ return $ancestors;
+ }
+
+ /**
+ * Returns all links from the current element.
+ *
+ * @return array
+ */
+ public function getAllLinks()
+ {
+ return iterator_to_array($this->getElementsByTagName('a'));
+ }
+
+ /**
+ * Get the density of links as a percentage of the content
+ * This is the amount of text that is inside a link divided by the total text in the node.
+ *
+ * @return int
+ */
+ public function getLinkDensity()
+ {
+ $textLength = mb_strlen($this->getTextContent(true));
+ if ($textLength === 0) {
+ return 0;
+ }
+
+ $linkLength = 0;
+
+ $links = $this->getAllLinks();
+
+ if ($links) {
+ /** @var DOMElement $link */
+ foreach ($links as $link) {
+ $href = $link->getAttribute('href');
+ $coefficient = ($href && preg_match(NodeUtility::$regexps['hashUrl'], $href)) ? 0.3 : 1;
+ $linkLength += mb_strlen($link->getTextContent(true)) * $coefficient;
+ }
+ }
+
+ return $linkLength / $textLength;
+ }
+
+ /**
+ * Calculates the weight of the class/id of the current element.
+ *
+ * @return int
+ */
+ public function getClassWeight()
+ {
+ $weight = 0;
+
+ // Look for a special classname
+ $class = $this->getAttribute('class');
+ if (trim($class)) {
+ if (preg_match(NodeUtility::$regexps['negative'], $class)) {
+ $weight -= 25;
+ }
+
+ if (preg_match(NodeUtility::$regexps['positive'], $class)) {
+ $weight += 25;
+ }
+ }
+
+ // Look for a special ID
+ $id = $this->getAttribute('id');
+ if (trim($id) !== '') {
+ if (preg_match(NodeUtility::$regexps['negative'], $id)) {
+ $weight -= 25;
+ }
+
+ if (preg_match(NodeUtility::$regexps['positive'], $id)) {
+ $weight += 25;
+ }
+ }
+
+ return $weight;
+ }
+
+ /**
+ * Returns the full text of the node.
+ *
+ * @param bool $normalize Normalize white space?
+ *
+ * @return string
+ */
+ public function getTextContent($normalize = true)
+ {
+ $nodeValue = trim($this->textContent);
+ if ($normalize) {
+ $nodeValue = preg_replace(NodeUtility::$regexps['normalize'], ' ', $nodeValue);
+ }
+
+ return $nodeValue;
+ }
+
+ /**
+ * Return an array indicating how many rows and columns this table has.
+ *
+ * @return array
+ */
+ public function getRowAndColumnCount()
+ {
+ $rows = $columns = 0;
+ $trs = $this->getElementsByTagName('tr');
+ foreach ($trs as $tr) {
+ /** @var \DOMElement $tr */
+ $rowspan = $tr->getAttribute('rowspan');
+ $rows += ($rowspan || 1);
+
+ // Now look for column-related info
+ $columnsInThisRow = 0;
+ $cells = $tr->getElementsByTagName('td');
+ foreach ($cells as $cell) {
+ /** @var \DOMElement $cell */
+ $colspan = $cell->getAttribute('colspan');
+ $columnsInThisRow += ($colspan || 1);
+ }
+ $columns = max($columns, $columnsInThisRow);
+ }
+
+ return ['rows' => $rows, 'columns' => $columns];
+ }
+
+ /**
+ * Creates a new node based on the text content of the original node.
+ *
+ * @param $originalNode DOMNode
+ * @param $tagName string
+ *
+ * @return DOMElement
+ */
+ public function createNode($originalNode, $tagName)
+ {
+ $text = $originalNode->getTextContent(false);
+ $newNode = $originalNode->ownerDocument->createElement($tagName, $text);
+
+ return $newNode;
+ }
+
+ /**
+ * Check if a given node has one of its ancestor tag name matching the
+ * provided one.
+ *
+ * @param string $tagName
+ * @param int $maxDepth
+ * @param callable $filterFn
+ *
+ * @return bool
+ */
+ public function hasAncestorTag($tagName, $maxDepth = 3, callable $filterFn = null)
+ {
+ $depth = 0;
+ $node = $this;
+
+ while ($node->parentNode) {
+ if ($maxDepth > 0 && $depth > $maxDepth) {
+ return false;
+ }
+
+ if ($node->parentNode->nodeName === $tagName && (!$filterFn || $filterFn($node->parentNode))) {
+ return true;
+ }
+
+ $node = $node->parentNode;
+ $depth++;
+ }
+
+ return false;
+ }
+
+ /**
+ * Check if this node has only whitespace and a single element with given tag
+ * or if it contains no element with given tag or more than 1 element.
+ *
+ * @param $tag string Name of tag
+ *
+ * @return bool
+ */
+ public function hasSingleTagInsideElement($tag)
+ {
+ // There should be exactly 1 element child with given tag
+ if (count($children = NodeUtility::filterTextNodes($this->childNodes)) !== 1 || $children->item(0)->nodeName !== $tag) {
+ return false;
+ }
+
+ // And there should be no text nodes with real content
+ return array_reduce(iterator_to_array($children), function ($carry, $child) {
+ if (!$carry === false) {
+ return false;
+ }
+
+ /* @var DOMNode $child */
+ return !($child->nodeType === XML_TEXT_NODE && preg_match(NodeUtility::$regexps['hasContent'], $child->textContent));
+ });
+ }
+
+ /**
+ * Check if the current element has a single child block element.
+ * Block elements are the ones defined in the divToPElements array.
+ *
+ * @return bool
+ */
+ public function hasSingleChildBlockElement()
+ {
+ $result = false;
+ if ($this->hasChildNodes()) {
+ foreach ($this->childNodes as $child) {
+ if (in_array($child->nodeName, $this->divToPElements)) {
+ $result = true;
+ } else {
+ // If any of the hasSingleChildBlockElement calls return true, return true then.
+ /** @var $child DOMElement */
+ $result = ($result || $child->hasSingleChildBlockElement());
+ }
+ }
+ }
+
+ return $result;
+ }
+
+ /**
+ * Determines if a node has no content or it is just a bunch of dividing lines and/or whitespace.
+ *
+ * @return bool
+ */
+ public function isElementWithoutContent()
+ {
+ return $this instanceof DOMElement &&
+ mb_strlen(preg_replace(NodeUtility::$regexps['onlyWhitespace'], '', $this->textContent)) === 0 &&
+ ($this->childNodes->length === 0 ||
+ $this->childNodes->length === $this->getElementsByTagName('br')->length + $this->getElementsByTagName('hr')->length
+ /*
+ * Special PHP DOMDocument case: We also need to count how many DOMText we have inside the node.
+ * If there's an empty tag with an space inside and a BR (for example "<p> <br/></p>) counting only BRs and
+ * HRs will will say that the example has 2 nodes, instead of one. This happens because in DOMDocument,
+ * DOMTexts are also nodes (which doesn't happen in JS). So we need to also count how many DOMText we
+ * are dealing with (And at this point we know they are empty or are just whitespace, because of the
+ * mb_strlen in this chain of checks).
+ */
+ + count(array_filter(iterator_to_array($this->childNodes), function ($child) {
+ return $child instanceof DOMText;
+ }))
+
+ );
+ }
+
+ /**
+ * Determine if a node qualifies as phrasing content.
+ * https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content.
+ *
+ * @return bool
+ */
+ public function isPhrasingContent()
+ {
+ return $this->nodeType === XML_TEXT_NODE || in_array($this->nodeName, $this->phrasing_elems) !== false ||
+ (!is_null($this->childNodes) &&
+ ($this->nodeName === 'a' || $this->nodeName === 'del' || $this->nodeName === 'ins') &&
+ array_reduce(iterator_to_array($this->childNodes), function ($carry, $node) {
+ return $node->isPhrasingContent() && $carry;
+ }, true)
+ );
+ }
+
+ /**
+ * In the original JS project they check if the node has the style display=none, which unfortunately
+ * in our case we have no way of knowing that. So we just check for the attribute hidden or "display: none".
+ *
+ * @return bool
+ */
+ public function isProbablyVisible()
+ {
+ return !preg_match('/display:( )?none/i', $this->getAttribute('style')) &&
+ !$this->hasAttribute('hidden') &&
+ //check for "fallback-image" so that wikimedia math images are displayed
+ (!$this->hasAttribute('aria-hidden') || $this->getAttribute('aria-hidden') !== 'true' || ($this->hasAttribute('class') && strpos($this->getAttribute('class'), 'fallback-image') !== false));
+ }
+
+ /**
+ * @return bool
+ */
+ public function isWhitespace()
+ {
+ return ($this->nodeType === XML_TEXT_NODE && mb_strlen(trim($this->textContent)) === 0) ||
+ ($this->nodeType === XML_ELEMENT_NODE && $this->nodeName === 'br');
+ }
+
+ /**
+ * This is a hack that overcomes the issue of node shifting when scanning and removing nodes.
+ *
+ * In the JS version of getElementsByTagName, if you remove a node it will not appear during the
+ * foreach. This does not happen in PHP DOMDocument, because if you remove a node, it will still appear but as an
+ * orphan node and will give an exception if you try to do anything with it.
+ *
+ * Shifting also occurs when converting parent nodes (like a P to a DIV), which in that case the found nodes are
+ * removed from the foreach "pool" but the internal index of the foreach is not aware and skips over nodes that
+ * never looped over. (index is at position 5, 2 nodes are removed, next one should be node 3, but the foreach tries
+ * to access node 6)
+ *
+ * This function solves this by searching for the nodes on every loop and keeping track of the count differences.
+ * Because on every loop we call getElementsByTagName again, this could cause a performance impact and should be
+ * used only when the results of the search are going to be used to remove the nodes.
+ *
+ * @param string $tag
+ *
+ * @return \Generator
+ */
+ public function shiftingAwareGetElementsByTagName($tag)
+ {
+ /** @var $nodes DOMNodeList */
+ $nodes = $this->getElementsByTagName($tag);
+ $count = $nodes->length;
+
+ for ($i = 0; $i < $count; $i = max(++$i, 0)) {
+ yield $nodes->item($i);
+
+ // Search for all the nodes again
+ $nodes = $this->getElementsByTagName($tag);
+
+ // Subtract the amount of nodes removed from the current index
+ $i -= $count - $nodes->length;
+
+ // Subtract the amount of nodes removed from the current count
+ $count -= ($count - $nodes->length);
+ }
+ }
+
+ /**
+ * Mimics JS's firstElementChild property. PHP only has firstChild which could be any type of DOMNode. Use this
+ * function to get the first one that is an DOMElement node.
+ *
+ * @return \DOMElement|null
+ */
+ public function getFirstElementChild()
+ {
+ if ($this->childNodes instanceof \Traversable) {
+ foreach ($this->childNodes as $node) {
+ if ($node instanceof \DOMElement) {
+ return $node;
+ }
+ }
+ }
+
+ return null;
+ }
+}
diff --git a/vendor/fivefilters/readability.php/src/Nodes/NodeUtility.php b/vendor/fivefilters/readability.php/src/Nodes/NodeUtility.php
new file mode 100644
index 0000000..56de705
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Nodes/NodeUtility.php
@@ -0,0 +1,192 @@
+<?php
+
+namespace fivefilters\Readability\Nodes;
+
+use fivefilters\Readability\Nodes\DOM\DOMDocument;
+use fivefilters\Readability\Nodes\DOM\DOMElement;
+use fivefilters\Readability\Nodes\DOM\DOMNode;
+use fivefilters\Readability\Nodes\DOM\DOMNodeList;
+
+/**
+ * Class NodeUtility.
+ */
+class NodeUtility
+{
+ /**
+ * Collection of regexps to check the node usability.
+ *
+ * @var array
+ */
+ public static $regexps = [
+ 'unlikelyCandidates' => '/-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i',
+ 'okMaybeItsACandidate' => '/and|article|body|column|content|main|shadow/i',
+ 'extraneous' => '/print|archive|comment|discuss|e[\-]?mail|share|reply|all|login|sign|single|utility/i',
+ 'byline' => '/byline|author|dateline|writtenby|p-author/i',
+ 'replaceFonts' => '/<(\/?)font[^>]*>/i',
+ 'normalize' => '/\s{2,}/',
+ 'videos' => '/\/\/(www\.)?((dailymotion|youtube|youtube-nocookie|player\.vimeo|v\.qq)\.com|(archive|upload\.wikimedia)\.org|player\.twitch\.tv)/i',
+ 'shareElements' => '/(\b|_)(share|sharedaddy)(\b|_)/i',
+ 'nextLink' => '/(next|weiter|continue|>([^\|]|$)|»([^\|]|$))/i',
+ 'prevLink' => '/(prev|earl|old|new|<|«)/i',
+ 'tokenize' => '/\W+/',
+ 'whitespace' => '/^\s*$/',
+ 'hasContent' => '/\S$/',
+ 'positive' => '/article|body|content|entry|hentry|h-entry|main|page|pagination|post|text|blog|story/i',
+ 'negative' => '/-ad-|hidden|^hid$| hid$| hid |^hid |banner|combx|comment|com-|contact|foot|footer|footnote|gdpr|masthead|media|meta|outbrain|promo|related|scroll|share|shoutbox|sidebar|skyscraper|sponsor|shopping|tags|tool|widget/i',
+ // \x{00A0} is the unicode version of &nbsp;
+ 'onlyWhitespace' => '/\x{00A0}|\s+/u',
+ 'hashUrl' => '/^#.+/',
+ 'srcsetUrl' => '/(\S+)(\s+[\d.]+[xw])?(\s*(?:,|$))/',
+ 'b64DataUrl' => '/^data:\s*([^\s;,]+)\s*;\s*base64\s*,/i',
+ // See: https://schema.org/Article
+ 'jsonLdArticleTypes' => '/^Article|AdvertiserContentArticle|NewsArticle|AnalysisNewsArticle|AskPublicNewsArticle|BackgroundNewsArticle|OpinionNewsArticle|ReportageNewsArticle|ReviewNewsArticle|Report|SatiricalArticle|ScholarlyArticle|MedicalScholarlyArticle|SocialMediaPosting|BlogPosting|LiveBlogPosting|DiscussionForumPosting|TechArticle|APIReference$/'
+
+ ];
+
+ /**
+ * Finds the next node, starting from the given node, and ignoring
+ * whitespace in between. If the given node is an element, the same node is
+ * returned.
+ *
+ * Imported from the Element class on league\html-to-markdown.
+ *
+ * @param $node
+ *
+ * @return DOMNode
+ */
+ public static function nextNode($node)
+ {
+ $next = $node;
+ while ($next
+ && $next->nodeType !== XML_ELEMENT_NODE
+ && $next->isWhitespace()) {
+ $next = $next->nextSibling;
+ }
+
+ return $next;
+ }
+
+ /**
+ * Changes the node tag name. Since tagName on DOMElement is a read only value, this must be done creating a new
+ * element with the new tag name and importing it to the main DOMDocument.
+ *
+ * @param DOMNode $node
+ * @param string $value
+ * @param bool $importAttributes
+ *
+ * @return DOMNode
+ */
+ public static function setNodeTag($node, $value, $importAttributes = true)
+ {
+ $new = new DOMDocument('1.0', 'utf-8');
+ $new->appendChild($new->createElement($value));
+
+ $children = $node->childNodes;
+ /** @var $children \DOMNodeList $i */
+ for ($i = 0; $i < $children->length; $i++) {
+ $import = $new->importNode($children->item($i), true);
+ $new->firstChild->appendChild($import);
+ }
+
+ if ($importAttributes) {
+ // Import attributes from the original node.
+ foreach ($node->attributes as $attribute) {
+ $new->firstChild->setAttribute($attribute->nodeName, $attribute->nodeValue);
+ }
+ }
+
+ // The import must be done on the firstChild of $new, since $new is a DOMDocument and not a DOMElement.
+ $import = $node->ownerDocument->importNode($new->firstChild, true);
+ $node->parentNode->replaceChild($import, $node);
+
+ return $import;
+ }
+
+ /**
+ * Removes the current node and returns the next node to be parsed (child, sibling or parent).
+ *
+ * @param DOMNode $node
+ *
+ * @return DOMNode
+ */
+ public static function removeAndGetNext($node)
+ {
+ $nextNode = self::getNextNode($node, true);
+ $node->parentNode->removeChild($node);
+
+ return $nextNode;
+ }
+
+ /**
+ * Remove the selected node.
+ *
+ * @param $node DOMElement
+ *
+ * @return void
+ **/
+ public static function removeNode($node)
+ {
+ $parent = $node->parentNode;
+ if ($parent) {
+ $parent->removeChild($node);
+ }
+ }
+
+ /**
+ * Returns the next node. First checks for children (if the flag allows it), then for siblings, and finally
+ * for parents.
+ *
+ * @param DOMNode $originalNode
+ * @param bool $ignoreSelfAndKids
+ *
+ * @return DOMNode
+ */
+ public static function getNextNode($originalNode, $ignoreSelfAndKids = false)
+ {
+ /*
+ * Traverse the DOM from node to node, starting at the node passed in.
+ * Pass true for the second parameter to indicate this node itself
+ * (and its kids) are going away, and we want the next node over.
+ *
+ * Calling this in a loop will traverse the DOM depth-first.
+ */
+
+ // First check for kids if those aren't being ignored
+ if (!$ignoreSelfAndKids && $originalNode->firstChild) {
+ return $originalNode->firstChild;
+ }
+
+ // Then for siblings...
+ if ($originalNode->nextSibling) {
+ return $originalNode->nextSibling;
+ }
+
+ // And finally, move up the parent chain *and* find a sibling
+ // (because this is depth-first traversal, we will have already
+ // seen the parent nodes themselves).
+ do {
+ $originalNode = $originalNode->parentNode;
+ } while ($originalNode && !$originalNode->nextSibling);
+
+ return ($originalNode) ? $originalNode->nextSibling : $originalNode;
+ }
+
+ /**
+ * Remove all empty DOMNodes from DOMNodeLists.
+ *
+ * @param \DOMNodeList $list
+ *
+ * @return DOMNodeList
+ */
+ public static function filterTextNodes(\DOMNodeList $list)
+ {
+ $newList = new DOMNodeList();
+ foreach ($list as $node) {
+ if ($node->nodeType !== XML_TEXT_NODE || mb_strlen(trim($node->nodeValue))) {
+ $newList->add($node);
+ }
+ }
+
+ return $newList;
+ }
+}
diff --git a/vendor/fivefilters/readability.php/src/ParseException.php b/vendor/fivefilters/readability.php/src/ParseException.php
new file mode 100644
index 0000000..587da33
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/ParseException.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace fivefilters\Readability;
+
+class ParseException extends \Exception
+{
+}
diff --git a/vendor/fivefilters/readability.php/src/Readability.php b/vendor/fivefilters/readability.php/src/Readability.php
new file mode 100644
index 0000000..6407a92
--- /dev/null
+++ b/vendor/fivefilters/readability.php/src/Readability.php
@@ -0,0 +1,2410 @@
+<?php
+
+namespace fivefilters\Readability;
+
+use fivefilters\Readability\Nodes\DOM\DOMDocument;
+use fivefilters\Readability\Nodes\DOM\DOMElement;
+use fivefilters\Readability\Nodes\DOM\DOMNode;
+use fivefilters\Readability\Nodes\DOM\DOMText;
+use fivefilters\Readability\Nodes\NodeUtility;
+use Psr\Log\LoggerInterface;
+use \Masterminds\HTML5;
+use League\Uri\Http;
+use League\Uri\UriResolver;
+
+/**
+ * Class Readability.
+ */
+class Readability
+{
+ /**
+ * Main DOMDocument where all the magic happens.
+ *
+ * @var DOMDocument
+ */
+ protected $dom;
+
+ /**
+ * Title of the article.
+ *
+ * @var string|null
+ */
+ protected $title = null;
+
+ /**
+ * Final DOMDocument with the fully parsed HTML.
+ *
+ * @var DOMDocument|null
+ */
+ protected $content = null;
+
+ /**
+ * Excerpt of the article.
+ *
+ * @var string|null
+ */
+ protected $excerpt = null;
+
+ /**
+ * Main image of the article.
+ *
+ * @var string|null
+ */
+ protected $image = null;
+
+ /**
+ * Author of the article. Extracted from the byline tags and other social media properties.
+ *
+ * @var string|null
+ */
+ protected $author = null;
+
+ /**
+ * Website name.
+ *
+ * @var string|null
+ */
+ protected $siteName = null;
+
+ /**
+ * Direction of the text.
+ *
+ * @var string|null
+ */
+ protected $direction = null;
+
+ /**
+ * Base URI
+ * HTML5PHP doesn't appear to store it in the baseURI property like PHP's DOMDocument does when parsing with libxml
+ *
+ * @var string|null
+ */
+ protected $baseURI = null;
+
+ /**
+ * Configuration object.
+ *
+ * @var Configuration
+ */
+ private $configuration;
+
+ /**
+ * Logger object.
+ *
+ * @var LoggerInterface
+ */
+ private $logger;
+
+ /**
+ * JSON-LD
+ *
+ * @var array
+ */
+ private $jsonld = [];
+
+ /**
+ * Collection of attempted text extractions.
+ *
+ * @var array
+ */
+ private $attempts = [];
+
+ /**
+ * @var array
+ */
+ private $defaultTagsToScore = [
+ 'section',
+ 'h2',
+ 'h3',
+ 'h4',
+ 'h5',
+ 'h6',
+ 'p',
+ 'td',
+ 'pre',
+ ];
+
+ /**
+ * @var array
+ */
+ private $unlikelyRoles = ['menu', 'menubar', 'complementary', 'navigation', 'alert', 'alertdialog', 'dialog'];
+
+ /**
+ * @var array
+ */
+ private $alterToDIVExceptions = [
+ 'div',
+ 'article',
+ 'section',
+ 'p',
+ ];
+
+ /**
+ * @var array
+ */
+ private $htmlEscapeMap = [
+ 'lt' => '<',
+ 'gt' => '>',
+ 'amp' => '&',
+ 'quot' => '"',
+ 'apos' => '\'',
+ ];
+
+ /**
+ * Readability constructor.
+ *
+ * @param Configuration $configuration
+ */
+ public function __construct(Configuration $configuration)
+ {
+ $this->configuration = $configuration;
+ $this->logger = $this->configuration->getLogger();
+ }
+
+ /**
+ * Main parse function.
+ *
+ * @param $html
+ *
+ * @throws ParseException
+ *
+ * @return bool
+ */
+ public function parse($html)
+ {
+ $this->logger->info('*** Starting parse process...');
+
+ $this->dom = $this->loadHTML($html);
+
+ // Checking for minimum HTML to work with.
+ if (!($root = $this->dom->getElementsByTagName('body')->item(0)) || !$root->firstChild) {
+ $this->logger->emergency('No body tag present or body tag empty');
+
+ throw new ParseException('Invalid or incomplete HTML.');
+ }
+
+ $this->getMetadata();
+
+ $this->getMainImage();
+
+ while (true) {
+ $this->logger->debug('Starting parse loop');
+ $root = $root->firstChild;
+
+ $elementsToScore = $this->getNodes($root);
+ $this->logger->debug(sprintf('Elements to score: \'%s\'', count($elementsToScore)));
+
+ $result = $this->rateNodes($elementsToScore);
+
+ /*
+ * Now that we've gone through the full algorithm, check to see if
+ * we got any meaningful content. If we didn't, we may need to re-run
+ * grabArticle with different flags set. This gives us a higher likelihood of
+ * finding the content, and the sieve approach gives us a higher likelihood of
+ * finding the -right- content.
+ */
+
+ $length = mb_strlen(preg_replace(NodeUtility::$regexps['onlyWhitespace'], '', $result->textContent));
+
+ $this->logger->info(sprintf('[Parsing] Article parsed. Amount of words: %s. Current threshold is: %s', $length, $this->configuration->getCharThreshold()));
+
+ if ($result && $length < $this->configuration->getCharThreshold()) {
+ $this->dom = $this->loadHTML($html);
+ $root = $this->dom->getElementsByTagName('body')->item(0);
+
+ if ($this->configuration->getStripUnlikelyCandidates()) {
+ $this->logger->debug('[Parsing] Threshold not met, trying again setting StripUnlikelyCandidates as false');
+ $this->configuration->setStripUnlikelyCandidates(false);
+ $this->attempts[] = ['articleContent' => $result, 'textLength' => $length];
+ } elseif ($this->configuration->getWeightClasses()) {
+ $this->logger->debug('[Parsing] Threshold not met, trying again setting WeightClasses as false');
+ $this->configuration->setWeightClasses(false);
+ $this->attempts[] = ['articleContent' => $result, 'textLength' => $length];
+ } elseif ($this->configuration->getCleanConditionally()) {
+ $this->logger->debug('[Parsing] Threshold not met, trying again setting CleanConditionally as false');
+ $this->configuration->setCleanConditionally(false);
+ $this->attempts[] = ['articleContent' => $result, 'textLength' => $length];
+ } else {
+ $this->logger->debug('[Parsing] Threshold not met, searching across attempts for some content.');
+ $this->attempts[] = ['articleContent' => $result, 'textLength' => $length];
+
+ // No luck after removing flags, just return the longest text we found during the different loops
+ usort($this->attempts, function ($a, $b) {
+ return $b['textLength'] - $a['textLength'];
+ });
+
+ // But first check if we actually have something
+ if (!$this->attempts[0]['textLength']) {
+ $this->logger->emergency('[Parsing] Could not parse text, giving up :(');
+
+ throw new ParseException('Could not parse text.');
+ }
+
+ $this->logger->debug('[Parsing] Threshold not met, but found some content in previous attempts.');
+
+ $result = $this->attempts[0]['articleContent'];
+ break;
+ }
+ } else {
+ break;
+ }
+ }
+
+ if (!$result) {
+ $this->logger->info('*** Parse failed :(');
+ return false;
+ }
+
+ $result = $this->postProcessContent($result);
+
+ // If we haven't found an excerpt in the article's metadata, use the article's
+ // first paragraph as the excerpt. This can be used for displaying a preview of
+ // the article's content.
+ if (!$this->getExcerpt()) {
+ $this->logger->debug('[Parsing] No excerpt text found on metadata, extracting first p node and using it as excerpt.');
+ $paragraphs = $result->getElementsByTagName('p');
+ if ($paragraphs->length > 0) {
+ $this->setExcerpt(trim($paragraphs->item(0)->textContent));
+ }
+ }
+
+ $this->setContent($result);
+
+ $this->logger->info('*** Parse successful :)');
+
+ return true;
+ }
+
+ /**
+ * Creates a DOM Document object and loads the provided HTML on it.
+ *
+ * Used for the first load of Readability and subsequent reloads (when disabling flags and rescanning the text)
+ * Previous versions of Readability used this method one time and cloned the DOM to keep a backup. This caused bugs
+ * because cloning the DOM object keeps a relation between the clone and the original one, doing changes in both
+ * objects and ruining the backup.
+ *
+ * @param string $html
+ *
+ * @return DOMDocument
+ */
+ private function loadHTML($html)
+ {
+ $this->logger->debug('[Loading] Loading HTML...');
+
+ // To avoid throwing a gazillion of errors on malformed HTMLs
+ libxml_use_internal_errors(true);
+
+ //$html = preg_replace('/(<br[^>]*>[ \n\r\t]*){2,}/i', '</p><p>', $html);
+
+ if ($this->configuration->getParser() === 'html5') {
+ $this->logger->debug('[Loading] Using HTML5 parser...');
+ $html5 = new HTML5(['disable_html_ns' => true, 'target_document' => new DOMDocument('1.0', 'utf-8')]);
+ $dom = $html5->loadHTML($html);
+ //TODO: Improve this so it looks inside <html><head><base>, not just any <base>
+ $base = $dom->getElementsByTagName('base');
+ if ($base->length > 0) {
+ $base = $base->item(0);
+ $base = $base->getAttribute('href');
+ if ($base != '') {
+ $this->baseURI = $base;
+ }
+ }
+ } else {
+ $this->logger->debug('[Loading] Using libxml parser...');
+ $dom = new DOMDocument('1.0', 'utf-8');
+ if ($this->configuration->getNormalizeEntities()) {
+ $this->logger->debug('[Loading] Normalized entities via mb_convert_encoding.');
+ // Replace UTF-8 characters with the HTML Entity equivalent. Useful to fix html with mixed content
+ $html = mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8');
+ }
+ }
+
+ if (!$this->configuration->getSubstituteEntities()) {
+ // Keep the original HTML entities
+ $dom->substituteEntities = false;
+ }
+
+ if ($this->configuration->getSummonCthulhu()) {
+ $this->logger->debug('[Loading] Removed script tags via regex H̶͈̩̟̬̱͠E̡̨̬͔̳̜͢͠ ̡̧̯͉̩͙̩̹̞̠͎͈̹̥̠͞ͅͅC̶͉̞̘̖̝̗͓̬̯͍͉̤̬͢͢͞Ò̟̘͉͖͎͉̱̭̣̕M̴̯͈̻̱̱̣̗͈̠̙̲̥͘͞E̷̛͙̼̲͍͕̹͍͇̗̻̬̮̭̱̥͢Ş̛̟͔̙̜̤͇̮͍̙̝̀͘');
+ $html = preg_replace('/<script\b[^>]*>([\s\S]*?)<\/script>/', '', $html);
+ }
+
+ // Prepend the XML tag to avoid having issues with special characters. Should be harmless.
+ if ($this->configuration->getParser() !== 'html5') {
+ $dom->loadHTML('<?xml encoding="UTF-8">' . $html);
+ $this->baseURI = $dom->baseURI;
+ }
+ $dom->encoding = 'UTF-8';
+
+ // Unwrap image from noscript
+ $this->unwrapNoscriptImages($dom);
+
+ // Extract JSON-LD metadata before removing scripts
+ $this->jsonld = $this->configuration->getDisableJSONLD() ? [] : $this->getJSONLD($dom);
+
+ $this->removeScripts($dom);
+
+ $this->prepDocument($dom);
+
+ $this->logger->debug('[Loading] Loaded HTML successfully.');
+
+ return $dom;
+ }
+
+ /**
+ * Try to extract metadata from JSON-LD object.
+ * For now, only Schema.org objects of type Article or its subtypes are supported.
+ *
+ * @param DOMDocument $dom
+ * @return Object with any metadata that could be extracted (possibly none)
+ */
+ private function getJSONLD(DOMDocument $dom)
+ {
+ $scripts = $this->_getAllNodesWithTag($dom, ['script']);
+
+ $jsonLdElement = $this->findNode($scripts, function ($el) {
+ return $el->getAttribute('type') === 'application/ld+json';
+ });
+
+ if ($jsonLdElement) {
+ try {
+ // Strip CDATA markers if present
+ $content = preg_replace('/^\s*<!\[CDATA\[|\]\]>\s*$/', '', $jsonLdElement->textContent);
+ $parsed = json_decode($content, true);
+ $metadata = [];
+ if (
+ !isset($parsed['@context']) ||
+ !is_string($parsed['@context']) ||
+ !preg_match('/^https?\:\/\/schema\.org$/', $parsed['@context'])
+ ) {
+ return $metadata;
+ }
+
+ if (!isset($parsed['@type']) && isset($parsed['@graph']) && is_array($parsed['@graph'])) {
+ $_found = null;
+ foreach ($parsed['@graph'] as $it) {
+ if (isset($it['@type']) && is_string($it['@type']) && preg_match(NodeUtility::$regexps['jsonLdArticleTypes'], $it['@type'])) {
+ $_found = $it;
+ }
+ }
+ $parsed = $_found;
+ }
+
+ if (
+ !$parsed ||
+ !isset($parsed['@type']) ||
+ !is_string($parsed['@type']) ||
+ !preg_match(NodeUtility::$regexps['jsonLdArticleTypes'], $parsed['@type'])
+ ) {
+ return $metadata;
+ }
+ if (isset($parsed['name']) && is_string($parsed['name'])) {
+ $metadata['title'] = trim($parsed['name']);
+ } elseif (isset($parsed['headline']) && is_string($parsed['headline'])) {
+ $metadata['title'] = trim($parsed['headline']);
+ }
+ if (isset($parsed['author'])) {
+ if (isset($parsed['author']['name']) && is_string($parsed['author']['name'])) {
+ $metadata['byline'] = trim($parsed['author']['name']);
+ } elseif (
+ is_array($parsed['author']) &&
+ isset($parsed['author'][0]) &&
+ is_array($parsed['author'][0]) &&
+ isset($parsed['author'][0]['name']) &&
+ is_string($parsed['author'][0]['name'])
+ ) {
+ $metadata['byline'] = array_filter($parsed['author'], function ($author) {
+ return is_array($author) && isset($author['name']) && is_string($author['name']);
+ });
+ $metadata['byline'] = array_map(function ($author) {
+ return trim($author['name']);
+ }, $metadata['byline']);
+ $metadata['byline'] = implode(', ', $metadata['byline']);
+ }
+ }
+ if (isset($parsed['description']) && is_string($parsed['description'])) {
+ $metadata['excerpt'] = trim($parsed['description']);
+ }
+ if (
+ isset($parsed['publisher']) &&
+ is_array($parsed['publisher']) &&
+ isset($parsed['publisher']['name']) &&
+ is_string($parsed['publisher']['name'])
+ ) {
+ $metadata['siteName'] = trim($parsed['publisher']['name']);
+ }
+ return $metadata;
+ } catch (\Exception $err) {
+ // The try-catch blocks are from the JS version. Not sure if there's anything
+ // here in the PHP version that would trigger an error or exception, so perhaps we can
+ // remove the try-catch blocks here (or at least translate errors to exceptions for this bit)
+ $this->logger->debug('[JSON-LD] Error parsing: ' . $err->getMessage());
+ }
+ }
+ return [];
+ }
+
+ /**
+ * Tries to guess relevant info from metadata of the html. Sets the results in the Readability properties.
+ */
+ private function getMetadata()
+ {
+ $this->logger->debug('[Metadata] Retrieving metadata...');
+
+ $values = [];
+ // property is a space-separated list of values
+ $propertyPattern = '/\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|image|site_name)(?!:)\s*/i';
+
+ // name is a single value
+ $namePattern = '/^\s*(?:(dc|dcterm|og|twitter|weibo:(article|webpage))\s*[\.:]\s*)?(author|creator|description|title|image|site_name)(?!:)\s*$/i';
+
+ // Find description tags.
+ foreach ($this->dom->getElementsByTagName('meta') as $meta) {
+ /* @var DOMNode $meta */
+ $elementName = $meta->getAttribute('name');
+ $elementProperty = $meta->getAttribute('property');
+ $content = $meta->getAttribute('content');
+ $matches = null;
+ $name = null;
+
+ if ($elementProperty) {
+ if (preg_match($propertyPattern, $elementProperty, $matches)) {
+ $name = preg_replace('/\s/', '', mb_strtolower($matches[0]));
+ // multiple authors
+ $values[$name] = trim($content);
+ }
+ }
+
+ if (!$matches && $elementName && preg_match($namePattern, $elementName)) {
+ $name = $elementName;
+ if ($content) {
+ // Convert to lowercase, remove any whitespace, and convert dots
+ // to colons so we can match below.
+ $name = preg_replace(['/\s/', '/\./'], ['', ':'], mb_strtolower($name));
+ $values[$name] = trim($content);
+ }
+ }
+ }
+
+ // get title
+ /*
+ * This is a very convoluted way of extracting the first matching key of the $values array
+ * against a set of options.
+ *
+ * This could be easily replaced with an ugly set of isset($values['key']) or a bunch of ??s.
+ * Will probably replace it with ??s after dropping support of PHP5.6
+ */
+ $key = current(array_intersect([
+ 'dc:title',
+ 'dcterm:title',
+ 'og:title',
+ 'weibo:article:title',
+ 'weibo:webpage:title',
+ 'title',
+ 'twitter:title'
+ ], array_keys($values)));
+
+ if (isset($this->jsonld['title'])) {
+ $this->setTitle($this->jsonld['title']);
+ } else {
+ $this->setTitle(isset($values[$key]) ? trim($values[$key]) : null);
+ }
+
+ if (!$this->getTitle()) {
+ $this->setTitle($this->getArticleTitle());
+ }
+
+ // get author
+ $key = current(array_intersect([
+ 'dc:creator',
+ 'dcterm:creator',
+ 'author'
+ ], array_keys($values)));
+
+ if (isset($this->jsonld['byline'])) {
+ $this->setAuthor($this->jsonld['byline']);
+ } else {
+ $this->setAuthor(isset($values[$key]) ? $values[$key] : null);
+ }
+
+ // get description
+ $key = current(array_intersect([
+ 'dc:description',
+ 'dcterm:description',
+ 'og:description',
+ 'weibo:article:description',
+ 'weibo:webpage:description',
+ 'description',
+ 'twitter:description'
+ ], array_keys($values)));
+
+ if (isset($this->jsonld['excerpt'])) {
+ $this->setExcerpt($this->jsonld['excerpt']);
+ } else {
+ $this->setExcerpt(isset($values[$key]) ? $values[$key] : null);
+ }
+
+ // get main image
+ $key = current(array_intersect([
+ 'image',
+ 'og:image',
+ 'twitter:image'
+ ], array_keys($values)));
+
+ $this->setImage(isset($values[$key]) ? $values[$key] : null);
+
+ $key = current(array_intersect([
+ 'og:site_name'
+ ], array_keys($values)));
+
+ if (isset($this->jsonld['siteName'])) {
+ $this->setSiteName($this->jsonld['siteName']);
+ } else {
+ $this->setSiteName(isset($values[$key]) ? $values[$key] : null);
+ }
+
+ // in many sites the meta value is escaped with HTML entities,
+ // so here we need to unescape it
+ $this->setTitle($this->unescapeHtmlEntities($this->getTitle()));
+ $this->setAuthor($this->unescapeHtmlEntities($this->getAuthor()));
+ $this->setExcerpt($this->unescapeHtmlEntities($this->getExcerpt()));
+ $this->setSiteName($this->unescapeHtmlEntities($this->getSiteName()));
+ }
+
+ /**
+ * Returns all the images of the parsed article.
+ *
+ * @return array
+ */
+ public function getImages()
+ {
+ $result = [];
+ if ($this->getImage()) {
+ $result[] = $this->getImage();
+ }
+
+ if (null == $this->getDOMDocument()) {
+ return $result;
+ }
+
+ foreach ($this->getDOMDocument()->getElementsByTagName('img') as $img) {
+ if ($src = $img->getAttribute('src')) {
+ $result[] = $src;
+ }
+ }
+
+ if ($this->configuration->getFixRelativeURLs()) {
+ foreach ($result as &$imgSrc) {
+ $imgSrc = $this->toAbsoluteURI($imgSrc);
+ }
+ }
+
+ $result = array_unique(array_filter($result));
+
+ return $result;
+ }
+
+ /**
+ * Tries to get the main article image. Will only update the metadata if the getMetadata function couldn't
+ * find a correct image.
+ */
+ public function getMainImage()
+ {
+ $imgUrl = false;
+
+ if ($this->getImage() !== null) {
+ $imgUrl = $this->getImage();
+ }
+
+ if (!$imgUrl) {
+ foreach ($this->dom->getElementsByTagName('link') as $link) {
+ /** @var \DOMElement $link */
+ /*
+ * Check for the rel attribute, then check if the rel attribute is either img_src or image_src, and
+ * finally check for the existence of the href attribute, which should hold the image url.
+ */
+ if ($link->hasAttribute('rel') && ($link->getAttribute('rel') === 'img_src' || $link->getAttribute('rel') === 'image_src') && $link->hasAttribute('href')) {
+ $imgUrl = $link->getAttribute('href');
+ break;
+ }
+ }
+ }
+
+ if (!empty($imgUrl) && $this->configuration->getFixRelativeURLs()) {
+ $this->setImage($this->toAbsoluteURI($imgUrl));
+ }
+ }
+
+ /**
+ * Remove unnecessary nested elements
+ *
+ * @param DOMDocument $article
+ *
+ * @return void
+ */
+ private function simplifyNestedElements(DOMDocument $article)
+ {
+ $node = $article;
+
+ while ($node) {
+ if ($node->parentNode && in_array($node->nodeName, ['div', 'section']) && !($node->hasAttribute('id') && strpos($node->getAttribute('id'), 'readability') === 0)) {
+ if ($node->isElementWithoutContent()) {
+ $node = NodeUtility::removeAndGetNext($node);
+ continue;
+ } elseif ($node->hasSingleTagInsideElement('div') || $node->hasSingleTagInsideElement('section')) {
+ $child = $node->children()->item(0);
+ for ($i = 0; $i < $node->attributes->length; $i++) {
+ $child->setAttribute($node->attributes->item($i)->name, $node->attributes->item($i)->value);
+ }
+ $node->parentNode->replaceChild($child, $node);
+ $node = $child;
+ continue;
+ }
+ }
+
+ $node = NodeUtility::getNextNode($node);
+ }
+ }
+
+ /**
+ * Returns the title of the html. Prioritizes the title from the metadata against the title tag.
+ *
+ * @return string|null
+ */
+ private function getArticleTitle()
+ {
+ $originalTitle = null;
+
+ if ($this->getTitle()) {
+ $originalTitle = $this->getTitle();
+ } else {
+ $this->logger->debug('[Metadata] Could not find title in metadata, searching for the title tag...');
+ $titleTag = $this->dom->getElementsByTagName('title');
+ if ($titleTag->length > 0) {
+ $this->logger->info(sprintf('[Metadata] Using title tag as article title: \'%s\'', $titleTag->item(0)->nodeValue));
+ $originalTitle = $titleTag->item(0)->nodeValue;
+ }
+ }
+
+ if ($originalTitle === null) {
+ return null;
+ }
+
+ $curTitle = $originalTitle = trim($originalTitle);
+ $titleHadHierarchicalSeparators = false;
+
+ /*
+ * If there's a separator in the title, first remove the final part
+ *
+ * Sanity warning: if you eval this match in PHPStorm's "Evaluate expression" box, it will return false
+ * I can assure you it works properly if you let the code run.
+ */
+ if (preg_match('/ [\|\-\\\\\/>»] /i', $curTitle)) {
+ $titleHadHierarchicalSeparators = (bool) preg_match('/ [\\\\\/>»] /', $curTitle);
+ $curTitle = preg_replace('/(.*)[\|\-\\\\\/>»] .*/i', '$1', $originalTitle);
+
+ $this->logger->info(sprintf('[Metadata] Found hierarchical separators in title, new title is: \'%s\'', $curTitle));
+
+ // If the resulting title is too short (3 words or fewer), remove
+ // the first part instead:
+ if (count(preg_split('/\s+/', $curTitle)) < 3) {
+ $curTitle = preg_replace('/[^\|\-\\\\\/>»]*[\|\-\\\\\/>»](.*)/i', '$1', $originalTitle);
+ $this->logger->info(sprintf('[Metadata] Title too short, using the first part of the title instead: \'%s\'', $curTitle));
+ }
+ } elseif (strpos($curTitle, ': ') !== false) {
+ // Check if we have an heading containing this exact string, so we
+ // could assume it's the full title.
+ $match = false;
+ for ($i = 1; $i <= 2; $i++) {
+ foreach ($this->dom->getElementsByTagName('h' . $i) as $hTag) {
+ // Trim texts to avoid having false negatives when the title is surrounded by spaces or tabs
+ if (trim($hTag->nodeValue) === trim($curTitle)) {
+ $match = true;
+ }
+ }
+ }
+
+ // If we don't, let's extract the title out of the original title string.
+ if (!$match) {
+ $curTitle = substr($originalTitle, strrpos($originalTitle, ':') + 1);
+
+ $this->logger->info(sprintf('[Metadata] Title has a colon in the middle, new title is: \'%s\'', $curTitle));
+
+ // If the title is now too short, try the first colon instead:
+ if (count(preg_split('/\s+/', $curTitle)) < 3) {
+ $curTitle = substr($originalTitle, strpos($originalTitle, ':') + 1);
+ $this->logger->info(sprintf('[Metadata] Title too short, using the first part of the title instead: \'%s\'', $curTitle));
+ } elseif (count(preg_split('/\s+/', substr($curTitle, 0, strpos($curTitle, ':')))) > 5) {
+ // But if we have too many words before the colon there's something weird
+ // with the titles and the H tags so let's just use the original title instead
+ $curTitle = $originalTitle;
+ }
+ }
+ } elseif (mb_strlen($curTitle) > 150 || mb_strlen($curTitle) < 15) {
+ $hOnes = $this->dom->getElementsByTagName('h1');
+
+ if ($hOnes->length === 1) {
+ $curTitle = $hOnes->item(0)->nodeValue;
+ $this->logger->info(sprintf('[Metadata] Using title from an H1 node: \'%s\'', $curTitle));
+ }
+ }
+
+ $curTitle = preg_replace(NodeUtility::$regexps['normalize'], ' ', trim($curTitle));
+
+ /*
+ * If we now have 4 words or fewer as our title, and either no
+ * 'hierarchical' separators (\, /, > or ») were found in the original
+ * title or we decreased the number of words by more than 1 word, use
+ * the original title.
+ */
+ $curTitleWordCount = count(preg_split('/\s+/', $curTitle));
+ $originalTitleWordCount = count(preg_split('/\s+/', preg_replace('/[\|\-\\\\\/>»]+/', '', $originalTitle))) - 1;
+
+ if ($curTitleWordCount <= 4 &&
+ (!$titleHadHierarchicalSeparators || $curTitleWordCount !== $originalTitleWordCount)) {
+ $curTitle = $originalTitle;
+
+ $this->logger->info(sprintf('Using title from an H1 node: \'%s\'', $curTitle));
+ }
+
+ return $curTitle;
+ }
+
+ /**
+ * Convert URI to an absolute URI.
+ *
+ * @param $uri string URI to convert
+ *
+ * @return string
+ */
+ private function toAbsoluteURI($uri)
+ {
+ list($pathBase, $scheme, $prePath) = $this->getPathInfo($this->configuration->getOriginalURL());
+
+ $uri = trim($uri);
+
+ // If this is already an absolute URI, return it.
+ if (preg_match('/^[a-zA-Z][a-zA-Z0-9\+\-\.]*:/', $uri)) {
+ return $uri;
+ }
+
+ // Scheme-rooted relative URI.
+ if (substr($uri, 0, 2) === '//') {
+ return $scheme . '://' . substr($uri, 2);
+ }
+
+ // Prepath-rooted relative URI.
+ if (substr($uri, 0, 1) === '/') {
+ return $prePath . $uri;
+ }
+
+ // Ignore hash URIs:
+ if (substr($uri, 0, 1) === '#') {
+ return $uri;
+ }
+
+ // Dotslash relative URI.
+ //if (strpos($uri, './') === 0) {
+ // return $pathBase . substr($uri, 2);
+ //}
+
+ $baseUri = Http::createFromString($pathBase);
+ $relativeUri = Http::createFromString($uri);
+ return (string)UriResolver::resolve($relativeUri, $baseUri);
+
+ // Standard relative URI; add entire path. pathBase already includes a
+ // trailing "/".
+ //return $pathBase . $uri;
+ }
+
+ /**
+ * Returns full path info of an URL.
+ *
+ * @param string $url
+ *
+ * @return array [$pathBase, $scheme, $prePath]
+ */
+ public function getPathInfo($url)
+ {
+ // Check for base URLs
+ if ($this->baseURI !== null) {
+ if (substr($this->baseURI, 0, 1) === '/') {
+ // URLs starting with '/' override completely the URL defined in the link
+ $pathBase = parse_url($url, PHP_URL_SCHEME) . '://' . parse_url($url, PHP_URL_HOST) . $this->baseURI;
+ } else {
+ // Otherwise just prepend the base to the actual path
+ $pathBase = parse_url($url, PHP_URL_SCHEME) . '://' . parse_url($url, PHP_URL_HOST) . dirname(parse_url($url, PHP_URL_PATH)) . '/'.rtrim($this->baseURI, '/') . '/';
+ }
+ } else {
+ $pathBase = parse_url($url, PHP_URL_SCHEME) . '://' . parse_url($url, PHP_URL_HOST) . dirname(parse_url($url, PHP_URL_PATH)) . '/';
+ }
+
+ $scheme = parse_url($pathBase, PHP_URL_SCHEME);
+ $prePath = $scheme . '://' . parse_url($pathBase, PHP_URL_HOST);
+
+ return [$pathBase, $scheme, $prePath];
+ }
+
+ /**
+ * Gets nodes from the root element.
+ *
+ * @param $node DOMNode|DOMText
+ *
+ * @return array
+ */
+ private function getNodes($node)
+ {
+ $this->logger->info('[Get Nodes] Retrieving nodes...');
+
+ $stripUnlikelyCandidates = $this->configuration->getStripUnlikelyCandidates();
+
+ $elementsToScore = [];
+
+ $shouldRemoveTitleHeader = true;
+
+ /*
+ * First, node prepping. Trash nodes that look cruddy (like ones with the
+ * class name "comment", etc), and turn divs into P tags where they have been
+ * used inappropriately (as in, where they contain no other block level elements.)
+ */
+
+ while ($node) {
+ // Remove DOMComments nodes as we don't need them and mess up children counting
+ if ($node->nodeType === XML_COMMENT_NODE) {
+ $this->logger->debug(sprintf('[Get Nodes] Found comment node, removing... Node content was: \'%s\'', substr($node->nodeValue, 0, 128)));
+ $node = NodeUtility::removeAndGetNext($node);
+ continue;
+ }
+
+ $matchString = $node->getAttribute('class') . ' ' . $node->getAttribute('id');
+
+ if (!$node->isProbablyVisible()) {
+ $this->logger->debug(sprintf('[Get Nodes] Removing hidden node... Match string was: \'%s\'', $matchString));
+ $node = NodeUtility::removeAndGetNext($node);
+ continue;
+ }
+
+ // Check to see if this node is a byline, and remove it if it is.
+ if ($this->checkByline($node, $matchString)) {
+ $this->logger->debug(sprintf('[Get Nodes] Found byline, removing... Node content was: \'%s\'', substr($node->nodeValue, 0, 128)));
+ $node = NodeUtility::removeAndGetNext($node);
+ continue;
+ }
+
+ if ($shouldRemoveTitleHeader && $this->headerDuplicatesTitle($node)) {
+ $this->logger->debug(sprintf('Removing header: %s', $node->getTextContent()));
+ $shouldRemoveTitleHeader = false;
+ $node = NodeUtility::removeAndGetNext($node);
+ continue;
+ }
+
+ // Remove unlikely candidates
+ if ($stripUnlikelyCandidates) {
+ if (
+ preg_match(NodeUtility::$regexps['unlikelyCandidates'], $matchString) &&
+ !preg_match(NodeUtility::$regexps['okMaybeItsACandidate'], $matchString) &&
+ !$node->hasAncestorTag( 'table') &&
+ !$node->hasAncestorTag( 'code') &&
+ $node->nodeName !== 'body' &&
+ $node->nodeName !== 'a'
+ ) {
+ $this->logger->debug(sprintf('[Get Nodes] Removing unlikely candidate. Node content was: \'%s\'', substr($node->nodeValue, 0, 128)));
+ $node = NodeUtility::removeAndGetNext($node);
+ continue;
+ }
+ }
+
+ if (in_array($node->getAttribute('role'), $this->unlikelyRoles)) {
+ $this->logger->debug(sprintf('Removing content with role %s - %s', $node->getAttribute('role'), $matchString));
+ $node = NodeUtility::removeAndGetNext($node);
+ continue;
+ }
+
+ // Remove DIV, SECTION, and HEADER nodes without any content(e.g. text, image, video, or iframe).
+ if (($node->nodeName === 'div' || $node->nodeName === 'section' || $node->nodeName === 'header' ||
+ $node->nodeName === 'h1' || $node->nodeName === 'h2' || $node->nodeName === 'h3' ||
+ $node->nodeName === 'h4' || $node->nodeName === 'h5' || $node->nodeName === 'h6' ||
+ $node->nodeName === 'p') &&
+ $node->isElementWithoutContent()) {
+ $this->logger->debug(sprintf('[Get Nodes] Removing empty \'%s\' node.', $node->nodeName));
+ $node = NodeUtility::removeAndGetNext($node);
+ continue;
+ }
+
+ if (in_array(strtolower($node->nodeName), $this->defaultTagsToScore)) {
+ $this->logger->debug(sprintf('[Get Nodes] Adding node to score list, node content is: \'%s\'', substr($node->nodeValue, 0, 128)));
+ $elementsToScore[] = $node;
+ }
+
+ // Turn all divs that don't have children block level elements into p's
+ if ($node->nodeName === 'div') {
+ // Put phrasing content into paragraphs.
+ $p = null;
+ $childNode = $node->firstChild;
+ while ($childNode) {
+ $nextSibling = $childNode->nextSibling;
+ if ($childNode->isPhrasingContent()) {
+ if ($p !== null) {
+ $p->appendChild($childNode);
+ } elseif (!$childNode->isWhitespace()) {
+ $p = $this->dom->createElement('p');
+ $node->replaceChild($p, $childNode);
+ $p->appendChild($childNode);
+ }
+ } elseif ($p !== null) {
+ while ($p->lastChild && $p->lastChild->isWhitespace()) {
+ $p->removeChild($p->lastChild);
+ }
+ $p = null;
+ }
+ $childNode = $nextSibling;
+ }
+
+ /*
+ * Sites like http://mobile.slate.com encloses each paragraph with a DIV
+ * element. DIVs with only a P element inside and no text content can be
+ * safely converted into plain P elements to avoid confusing the scoring
+ * algorithm with DIVs with are, in practice, paragraphs.
+ */
+ if ($node->hasSingleTagInsideElement('p') && $node->getLinkDensity() < 0.25) {
+ $this->logger->debug(sprintf('[Get Nodes] Found DIV with a single P node, removing DIV. Node content is: \'%s\'', substr($node->nodeValue, 0, 128)));
+ $pNode = NodeUtility::filterTextNodes($node->childNodes)->item(0);
+ $node->parentNode->replaceChild($pNode, $node);
+ $node = $pNode;
+ $elementsToScore[] = $node;
+ } elseif (!$node->hasSingleChildBlockElement()) {
+ $this->logger->debug(sprintf('[Get Nodes] Found DIV with a single child block element, converting to a P node. Node content is: \'%s\'', substr($node->nodeValue, 0, 128)));
+ $node = NodeUtility::setNodeTag($node, 'p');
+ $elementsToScore[] = $node;
+ }
+ }
+
+ $node = NodeUtility::getNextNode($node);
+ }
+
+ return $elementsToScore;
+ }
+
+ /**
+ * compares second text to first one
+ * 1 = same text, 0 = completely different text
+ * works the way that it splits both texts into words and then finds words that are unique in second text
+ * the result is given by the lower length of unique parts
+ *
+ * @param string $textA
+ * @param string $textB
+ *
+ * @return int 1 = same text, 0 = completely different text
+ */
+ private function textSimilarity(string $textA, string $textB) {
+ $tokensA = array_filter(preg_split(NodeUtility::$regexps['tokenize'], mb_strtolower($textA)));
+ $tokensB = array_filter(preg_split(NodeUtility::$regexps['tokenize'], mb_strtolower($textB)));
+ if (!count($tokensA) || !count($tokensB)) {
+ return 0;
+ }
+ $uniqTokensB = array_filter($tokensB, function ($token) use (&$tokensA) {
+ return !in_array($token, $tokensA);
+ });
+ $distanceB = mb_strlen(implode(' ', $uniqTokensB)) / mb_strlen(implode(' ', $tokensB));
+ return 1 - $distanceB;
+ }
+
+ /**
+ * Checks if the node is a byline.
+ *
+ * @param DOMNode $node
+ * @param string $matchString
+ *
+ * @return bool
+ */
+ private function checkByline($node, $matchString)
+ {
+ if (!$this->configuration->getArticleByLine()) {
+ return false;
+ }
+
+ /*
+ * Check if the byline is already set
+ */
+ if ($this->getAuthor()) {
+ return false;
+ }
+
+ $rel = $node->getAttribute('rel');
+ $itemprop = $node->getAttribute("itemprop");
+
+ if ($rel === 'author' || ($itemprop && strpos($itemprop, 'author') !== false) || preg_match(NodeUtility::$regexps['byline'], $matchString) && $this->isValidByline($node->getTextContent(false))) {
+ $this->logger->info(sprintf('[Metadata] Found article author: \'%s\'', $node->getTextContent(false)));
+ $this->setAuthor(trim($node->getTextContent(false)));
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Checks the validity of a byLine. Based on string length.
+ *
+ * @param string $text
+ *
+ * @return bool
+ */
+ private function isValidByline($text)
+ {
+ if (gettype($text) == 'string') {
+ $byline = trim($text);
+
+ return (mb_strlen($byline) > 0) && (mb_strlen($byline) < 100);
+ }
+
+ return false;
+ }
+
+ /**
+ * Converts some of the common HTML entities in string to their corresponding characters.
+ *
+ * @param string $str - a string to unescape.
+ * @return string without HTML entity.
+ */
+ private function unescapeHtmlEntities($str) {
+ if (!$str) {
+ return $str;
+ }
+
+ $htmlEscapeMap = $this->htmlEscapeMap;
+ $str = preg_replace_callback('/&(quot|amp|apos|lt|gt);/', function ($tag) use ($htmlEscapeMap) {
+ return $htmlEscapeMap[$tag[1]];
+ }, $str);
+ $str = preg_replace_callback('/&#(?:x([0-9a-z]{1,4})|([0-9]{1,4}));/i', function ($matches) {
+ $hex = $matches[1];
+ $numStr = $matches[2];
+ if ($hex !== '') {
+ $num = intval($hex, 16);
+ } else {
+ $num = intval($numStr, 10);
+ }
+ return mb_chr($num);
+ }, $str);
+ return $str;
+ }
+
+ /**
+ * Check if node is image, or if node contains exactly only one image
+ * whether as a direct child or as its descendants.
+ *
+ * @param DOMElement $node
+ */
+ private function isSingleImage(DOMElement $node) {
+ if ($node->tagName === 'img') {
+ return true;
+ }
+
+ if ($node->children()->length !== 1 || trim($node->textContent) !== '') {
+ return false;
+ }
+
+ return $this->isSingleImage($node->children()->item(0));
+ }
+
+ /**
+ * Find all <noscript> that are located after <img> nodes, and which contain only one
+ * <img> element. Replace the first image with the image from inside the <noscript> tag,
+ * and remove the <noscript> tag. This improves the quality of the images we use on
+ * some sites (e.g. Medium).
+ *
+ * @param DOMDocument $dom
+ */
+ private function unwrapNoscriptImages(DOMDocument $dom) {
+ // Find img without source or attributes that might contains image, and remove it.
+ // This is done to prevent a placeholder img is replaced by img from noscript in next step.
+ $imgs = iterator_to_array($dom->getElementsByTagName('img'));
+ array_walk($imgs, function ($img) {
+ for ($i = 0; $i < $img->attributes->length; $i++) {
+ $attr = $img->attributes->item($i);
+ switch ($attr->name) {
+ case 'src':
+ case 'srcset':
+ case 'data-src':
+ case 'data-srcset':
+ return;
+ }
+
+ if (preg_match('/\.(jpg|jpeg|png|webp)/i', $attr->value)) {
+ return;
+ }
+ }
+
+ $img->parentNode->removeChild($img);
+ });
+
+ // Next find noscript and try to extract its image
+ $noscripts = iterator_to_array($dom->getElementsByTagName('noscript'));
+ array_walk($noscripts, function ($noscript) use($dom) {
+ // Parse content of noscript and make sure it only contains image
+ // [PHP port] Could copy innerHTML support over for the commented lines below, but is it needed?
+ // var tmp = doc.createElement("div");
+ // tmp.innerHTML = noscript.innerHTML;
+ $tmp = $noscript->cloneNode(true);
+ $dom->importNode($tmp);
+ if (!$this->isSingleImage($tmp)) {
+ return;
+ }
+
+ // If noscript has previous sibling and it only contains image,
+ // replace it with noscript content. However we also keep old
+ // attributes that might contains image.
+ $prevElement = $noscript->previousElementSibling();
+ if ($prevElement && $this->isSingleImage($prevElement)) {
+ $prevImg = $prevElement;
+ if ($prevImg->tagName !== 'img') {
+ $prevImg = $prevElement->getElementsByTagName('img')->item(0);
+ }
+
+ $newImg = $tmp->getElementsByTagName('img')->item(0);
+ for ($i = 0; $i < $prevImg->attributes->length; $i++) {
+ $attr = $prevImg->attributes->item($i);
+ if ($attr->value === '') {
+ continue;
+ }
+
+ if ($attr->name === 'src' || $attr->name === 'srcset' || preg_match('/\.(jpg|jpeg|png|webp)/i', $attr->value)) {
+ if ($newImg->getAttribute($attr->name) === $attr->value) {
+ continue;
+ }
+
+ $attrName = $attr->name;
+ if ($newImg->hasAttribute($attrName)) {
+ $attrName = 'data-old-' . $attrName;
+ }
+
+ $newImg->setAttribute($attrName, $attr->value);
+ }
+ }
+
+ $noscript->parentNode->replaceChild($tmp->getFirstElementChild(), $prevElement);
+ }
+ });
+ }
+
+ /**
+ * Removes all the scripts of the html.
+ *
+ * @param DOMDocument $dom
+ */
+ private function removeScripts(DOMDocument $dom)
+ {
+ foreach (['script', 'noscript'] as $tag) {
+ $nodes = $dom->getElementsByTagName($tag);
+ foreach (iterator_to_array($nodes) as $node) {
+ NodeUtility::removeNode($node);
+ }
+ }
+ }
+
+ /**
+ * Prepares the document for parsing.
+ *
+ * @param DOMDocument $dom
+ */
+ private function prepDocument(DOMDocument $dom)
+ {
+ $this->logger->info('[PrepDocument] Preparing document for parsing...');
+
+ foreach ($dom->shiftingAwareGetElementsByTagName('br') as $br) {
+ $next = $br->nextSibling;
+
+ /*
+ * Whether 2 or more <br> elements have been found and replaced with a
+ * <p> block.
+ */
+ $replaced = false;
+
+ /*
+ * If we find a <br> chain, remove the <br>s until we hit another element
+ * or non-whitespace. This leaves behind the first <br> in the chain
+ * (which will be replaced with a <p> later).
+ */
+ while (($next = NodeUtility::nextNode($next)) && ($next->nodeName === 'br')) {
+ $this->logger->debug('[PrepDocument] Removing chain of BR nodes...');
+
+ $replaced = true;
+ $brSibling = $next->nextSibling;
+ $next->parentNode->removeChild($next);
+ $next = $brSibling;
+ }
+
+ /*
+ * If we removed a <br> chain, replace the remaining <br> with a <p>. Add
+ * all sibling nodes as children of the <p> until we hit another <br>
+ * chain.
+ */
+
+ if ($replaced) {
+ $p = $dom->createElement('p');
+ $br->parentNode->replaceChild($p, $br);
+
+ $next = $p->nextSibling;
+ while ($next) {
+ // If we've hit another <br><br>, we're done adding children to this <p>.
+ if ($next->nodeName === 'br') {
+ $nextElem = NodeUtility::nextNode($next->nextSibling);
+ if ($nextElem && $nextElem->nodeName === 'br') {
+ break;
+ }
+ }
+
+ if (!$next->isPhrasingContent()) {
+ break;
+ }
+
+ $this->logger->debug('[PrepDocument] Replacing BR with a P node...');
+
+ // Otherwise, make this node a child of the new <p>.
+ $sibling = $next->nextSibling;
+ $p->appendChild($next);
+ $next = $sibling;
+ }
+
+ while ($p && $p->lastChild && $p->lastChild->isWhitespace()) {
+ $p->removeChild($p->lastChild);
+ }
+
+ while ($p && $p->firstChild && $p->firstChild->isWhitespace()) {
+ $p->removeChild($p->firstChild);
+ }
+
+ if ($p->parentNode->tagName === 'p') {
+ NodeUtility::setNodeTag($p->parentNode, 'div');
+ }
+ }
+ }
+
+ // Replace font tags with span
+ $fonts = $this->_getAllNodesWithTag($dom, ['font']);
+ $length = count($fonts);
+ for ($i = 0; $i < $length; $i++) {
+ $this->logger->debug('[PrepDocument] Converting font tag into a span tag.');
+ $font = $fonts[$length - 1 - $i];
+ NodeUtility::setNodeTag($font, 'span');
+ }
+ }
+
+ /**
+ * Assign scores to each node. Returns full article parsed or false on error.
+ *
+ * @param array $nodes
+ *
+ * @return DOMDocument|bool
+ */
+ private function rateNodes($nodes)
+ {
+ $this->logger->info('[Rating] Rating nodes...');
+
+ $candidates = [];
+
+ /** @var DOMElement $node */
+ foreach ($nodes as $node) {
+ if (is_null($node->parentNode)) {
+ continue;
+ }
+
+ // Discard nodes with less than 25 characters, without blank space
+ if (mb_strlen($node->getTextContent(true)) < 25) {
+ continue;
+ }
+
+ $ancestors = $node->getNodeAncestors(5);
+
+ // Exclude nodes with no ancestor
+ if (count($ancestors) === 0) {
+ continue;
+ }
+
+ // Start with a point for the paragraph itself as a base.
+ $contentScore = 1;
+
+ // Add points for any commas within this paragraph.
+ $contentScore += count(explode(',', $node->getTextContent(true)));
+
+ // For every 100 characters in this paragraph, add another point. Up to 3 points.
+ $contentScore += min(floor(mb_strlen($node->getTextContent(true)) / 100), 3);
+
+ $this->logger->debug(sprintf('[Rating] Node score %s, content: \'%s\'', $contentScore, substr($node->nodeValue, 0, 128)));
+
+ /** @var $ancestor DOMElement */
+ foreach ($ancestors as $level => $ancestor) {
+ $this->logger->debug('[Rating] Found ancestor, initializing and adding it as a candidate...');
+ if (!$ancestor->isInitialized()) {
+ $ancestor->initializeNode($this->configuration->getWeightClasses());
+ $candidates[] = $ancestor;
+ }
+
+ /*
+ * Node score divider:
+ * - parent: 1 (no division)
+ * - grandparent: 2
+ * - great grandparent+: ancestor level * 3
+ */
+
+ if ($level === 0) {
+ $scoreDivider = 1;
+ } elseif ($level === 1) {
+ $scoreDivider = 2;
+ } else {
+ $scoreDivider = $level * 3;
+ }
+
+ $currentScore = $ancestor->contentScore;
+ $ancestor->contentScore = $currentScore + ($contentScore / $scoreDivider);
+
+ $this->logger->debug(sprintf('[Rating] Ancestor score %s, value: \'%s\'', $ancestor->contentScore, substr($ancestor->nodeValue, 0, 128)));
+ }
+ }
+
+ /*
+ * After we've calculated scores, loop through all of the possible
+ * candidate nodes we found and find the one with the highest score.
+ */
+
+ $topCandidates = [];
+ foreach ($candidates as $candidate) {
+
+ /*
+ * Scale the final candidates score based on link density. Good content
+ * should have a relatively small link density (5% or less) and be mostly
+ * unaffected by this operation.
+ */
+
+ $candidate->contentScore = $candidate->contentScore * (1 - $candidate->getLinkDensity());
+
+ for ($i = 0; $i < $this->configuration->getMaxTopCandidates(); $i++) {
+ $aTopCandidate = isset($topCandidates[$i]) ? $topCandidates[$i] : null;
+
+ if (!$aTopCandidate || $candidate->contentScore > $aTopCandidate->contentScore) {
+ array_splice($topCandidates, $i, 0, [$candidate]);
+ if (count($topCandidates) > $this->configuration->getMaxTopCandidates()) {
+ array_pop($topCandidates);
+ }
+ break;
+ }
+ }
+ }
+
+ $topCandidate = isset($topCandidates[0]) ? $topCandidates[0] : null;
+ $parentOfTopCandidate = null;
+
+ /*
+ * If we still have no top candidate, just use the body as a last resort.
+ * We also have to copy the body node so it is something we can modify.
+ */
+
+ if ($topCandidate === null || $topCandidate->nodeName === 'body') {
+ $this->logger->info('[Rating] No top candidate found or top candidate is the body tag. Moving all child nodes to a new DIV node.');
+
+ // Move all of the page's children into topCandidate
+ $topCandidate = new DOMDocument('1.0', 'utf-8');
+ $topCandidate->encoding = 'UTF-8';
+ $topCandidate->appendChild($topCandidate->createElement('div', ''));
+ $kids = $this->dom->getElementsByTagName('body')->item(0)->childNodes;
+
+ // Cannot be foreached, don't ask me why.
+ for ($i = 0; $i < $kids->length; $i++) {
+ $import = $topCandidate->importNode($kids->item($i), true);
+ $topCandidate->firstChild->appendChild($import);
+ }
+
+ // Candidate must be created using firstChild to grab the DOMElement instead of the DOMDocument.
+ $topCandidate = $topCandidate->firstChild;
+ } elseif ($topCandidate) {
+ $this->logger->info(sprintf('[Rating] Found top candidate, score: %s', $topCandidate->contentScore));
+ // Find a better top candidate node if it contains (at least three) nodes which belong to `topCandidates` array
+ // and whose scores are quite closed with current `topCandidate` node.
+ $alternativeCandidateAncestors = [];
+ for ($i = 1; $i < count($topCandidates); $i++) {
+ // In some cases we may end up with a top candidate with zero content score. To avoid dividing by zero
+ // we have to use max() and replace zero with a low value like 0.1
+ if ($topCandidates[$i]->contentScore / max($topCandidate->contentScore, 0.1) >= 0.75) {
+ array_push($alternativeCandidateAncestors, $topCandidates[$i]->getNodeAncestors(false));
+ }
+ }
+
+ $MINIMUM_TOPCANDIDATES = 3;
+ if (count($alternativeCandidateAncestors) >= $MINIMUM_TOPCANDIDATES) {
+ $parentOfTopCandidate = $topCandidate->parentNode;
+
+ // Check if we are actually dealing with a DOMNode and not a DOMDocument node or higher
+ while ($parentOfTopCandidate && $parentOfTopCandidate->nodeName !== 'body' && $parentOfTopCandidate->nodeType === XML_ELEMENT_NODE) {
+ $listsContainingThisAncestor = 0;
+ for ($ancestorIndex = 0; $ancestorIndex < count($alternativeCandidateAncestors) && $listsContainingThisAncestor < $MINIMUM_TOPCANDIDATES; $ancestorIndex++) {
+ $listsContainingThisAncestor += (int)in_array($parentOfTopCandidate, $alternativeCandidateAncestors[$ancestorIndex]);
+ }
+ if ($listsContainingThisAncestor >= $MINIMUM_TOPCANDIDATES) {
+ $topCandidate = $parentOfTopCandidate;
+ break;
+ }
+ $parentOfTopCandidate = $parentOfTopCandidate->parentNode;
+ }
+ }
+
+ /*
+ * Because of our bonus system, parents of candidates might have scores
+ * themselves. They get half of the node. There won't be nodes with higher
+ * scores than our topCandidate, but if we see the score going *up* in the first
+ * few steps up the tree, that's a decent sign that there might be more content
+ * lurking in other places that we want to unify in. The sibling stuff
+ * below does some of that - but only if we've looked high enough up the DOM
+ * tree.
+ */
+
+ $parentOfTopCandidate = $topCandidate->parentNode;
+ $lastScore = $topCandidate->contentScore;
+
+ // The scores shouldn't get too low.
+ $scoreThreshold = $lastScore / 3;
+
+ /* @var DOMElement $parentOfTopCandidate */
+ while ($parentOfTopCandidate && $parentOfTopCandidate->nodeName !== 'body') {
+ $parentScore = $parentOfTopCandidate->contentScore;
+ if ($parentScore < $scoreThreshold) {
+ break;
+ }
+
+ if ($parentScore > $lastScore) {
+ // Alright! We found a better parent to use.
+ $topCandidate = $parentOfTopCandidate;
+ $this->logger->info('[Rating] Found a better top candidate.');
+ break;
+ }
+ $lastScore = $parentOfTopCandidate->contentScore;
+ $parentOfTopCandidate = $parentOfTopCandidate->parentNode;
+ }
+
+ // If the top candidate is the only child, use parent instead. This will help sibling
+ // joining logic when adjacent content is actually located in parent's sibling node.
+ $parentOfTopCandidate = $topCandidate->parentNode;
+ while ($parentOfTopCandidate && $parentOfTopCandidate->nodeName !== 'body' && count(NodeUtility::filterTextNodes($parentOfTopCandidate->childNodes)) === 1) {
+ $topCandidate = $parentOfTopCandidate;
+ $parentOfTopCandidate = $topCandidate->parentNode;
+ }
+ }
+
+ /*
+ * Now that we have the top candidate, look through its siblings for content
+ * that might also be related. Things like preambles, content split by ads
+ * that we removed, etc.
+ */
+
+ $this->logger->info('[Rating] Creating final article content document...');
+
+ $articleContent = new DOMDocument('1.0', 'utf-8');
+ $articleContent->createElement('div');
+
+ $siblingScoreThreshold = max(10, $topCandidate->contentScore * 0.2);
+ // Keep potential top candidate's parent node to try to get text direction of it later.
+ $parentOfTopCandidate = $topCandidate->parentNode;
+ $siblings = $parentOfTopCandidate->childNodes;
+
+ $hasContent = false;
+
+ $this->logger->info('[Rating] Adding top candidate siblings...');
+
+ /* @var DOMElement $sibling */
+ // Can't foreach here because down there we might change the tag name and that causes the foreach to skip items
+ for ($i = 0; $i < $siblings->length; $i++) {
+ $sibling = $siblings[$i];
+ $append = false;
+
+ if ($sibling === $topCandidate) {
+ $this->logger->debug('[Rating] Sibling is equal to the top candidate, adding to the final article...');
+
+ $append = true;
+ } else {
+ $contentBonus = 0;
+
+ // Give a bonus if sibling nodes and top candidates have the example same classname
+ if ($sibling->getAttribute('class') === $topCandidate->getAttribute('class') && $topCandidate->getAttribute('class') !== '') {
+ $contentBonus += $topCandidate->contentScore * 0.2;
+ }
+ if ($sibling->contentScore + $contentBonus >= $siblingScoreThreshold) {
+ $append = true;
+ } elseif ($sibling->nodeName === 'p') {
+ $linkDensity = $sibling->getLinkDensity();
+ $nodeContent = $sibling->getTextContent(true);
+
+ if (mb_strlen($nodeContent) > 80 && $linkDensity < 0.25) {
+ $append = true;
+ } elseif ($nodeContent && mb_strlen($nodeContent) < 80 && $linkDensity === 0 && preg_match('/\.( |$)/', $nodeContent)) {
+ $append = true;
+ }
+ }
+ }
+
+ if ($append) {
+ $this->logger->debug(sprintf('[Rating] Appending sibling to final article, content is: \'%s\'', substr($sibling->nodeValue, 0, 128)));
+
+ $hasContent = true;
+
+ if (!in_array(strtolower($sibling->nodeName), $this->alterToDIVExceptions)) {
+ /*
+ * We have a node that isn't a common block level element, like a form or td tag.
+ * Turn it into a div so it doesn't get filtered out later by accident.
+ */
+ $sibling = NodeUtility::setNodeTag($sibling, 'div');
+ }
+
+ $import = $articleContent->importNode($sibling, true);
+ $articleContent->appendChild($import);
+
+ /*
+ * No node shifting needs to be check because when calling getChildren, an array is made with the
+ * children of the parent node, instead of using the DOMElement childNodes function, which, when used
+ * along with appendChild, would shift the nodes position and the current foreach will behave in
+ * unpredictable ways.
+ */
+ }
+ }
+
+ $articleContent = $this->prepArticle($articleContent);
+
+ if ($hasContent) {
+ // Find out text direction from ancestors of final top candidate.
+ $ancestors = array_merge([$parentOfTopCandidate, $topCandidate], $parentOfTopCandidate->getNodeAncestors());
+ foreach ($ancestors as $ancestor) {
+ $articleDir = $ancestor->getAttribute('dir');
+ if ($articleDir) {
+ $this->setDirection($articleDir);
+ $this->logger->debug(sprintf('[Rating] Found article direction: %s', $articleDir));
+ break;
+ }
+ }
+
+ return $articleContent;
+ } else {
+ return false;
+ }
+ }
+
+ /**
+ * Cleans up the final article.
+ *
+ * @param DOMDocument $article
+ *
+ * @return DOMDocument
+ */
+ public function prepArticle(DOMDocument $article)
+ {
+ $this->logger->info('[PrepArticle] Preparing final article...');
+
+ $this->_cleanStyles($article);
+ $this->_clean($article, 'style');
+
+ // Check for data tables before we continue, to avoid removing items in
+ // those tables, which will often be isolated even though they're
+ // visually linked to other content-ful elements (text, images, etc.).
+ $this->_markDataTables($article);
+
+ $this->_fixLazyImages($article);
+
+ // Clean out junk from the article content
+ $this->_cleanConditionally($article, 'form');
+ $this->_cleanConditionally($article, 'fieldset');
+ $this->_clean($article, 'object');
+ $this->_clean($article, 'embed');
+ $this->_clean($article, 'footer');
+ $this->_clean($article, 'link');
+ $this->_clean($article, 'aside');
+
+ // Clean out elements have "share" in their id/class combinations from final top candidates,
+ // which means we don't remove the top candidates even they have "share".
+
+ $shareElementThreshold = $this->configuration->getCharThreshold();
+
+ foreach ($article->childNodes as $child) {
+ $this->_cleanMatchedNodes($child, function ($node, $matchString) use ($shareElementThreshold) {
+ return (preg_match(NodeUtility::$regexps['shareElements'], $matchString) && mb_strlen($node->textContent) < $shareElementThreshold);
+ });
+ }
+
+ /*
+ * If there is only one h2 and its text content substantially equals article title,
+ * they are probably using it as a header and not a subheader,
+ * so remove it since we already extract the title separately.
+ */
+ /*
+ $h2 = $article->getElementsByTagName('h2');
+ if ($h2->length === 1) {
+ $lengthSimilarRate = (mb_strlen($h2->item(0)->textContent) - mb_strlen($this->getTitle())) / max(mb_strlen($this->getTitle()), 1);
+
+ if (abs($lengthSimilarRate) < 0.5) {
+ if ($lengthSimilarRate > 0) {
+ $titlesMatch = strpos($h2->item(0)->textContent, $this->getTitle()) !== false;
+ } else {
+ $titlesMatch = strpos($this->getTitle(), $h2->item(0)->textContent) !== false;
+ }
+ if ($titlesMatch) {
+ $this->logger->info('[PrepArticle] Found title repeated in an H2 node, removing...');
+ $this->_clean($article, 'h2');
+ }
+ }
+ }
+ */
+
+ $this->_clean($article, 'iframe');
+ $this->_clean($article, 'input');
+ $this->_clean($article, 'textarea');
+ $this->_clean($article, 'select');
+ $this->_clean($article, 'button');
+ $this->_cleanHeaders($article);
+
+ // Do these last as the previous stuff may have removed junk
+ // that will affect these
+ $this->_cleanConditionally($article, 'table');
+ $this->_cleanConditionally($article, 'ul');
+ $this->_cleanConditionally($article, 'div');
+
+ // replace H1 with H2 as H1 should be only title that is displayed separately
+ foreach (iterator_to_array($article->getElementsByTagName('h1')) as $h1) {
+ NodeUtility::setNodeTag($h1, 'h2');
+ }
+
+ $this->_cleanExtraParagraphs($article);
+
+ foreach (iterator_to_array($article->getElementsByTagName('br')) as $br) {
+ $next = NodeUtility::nextNode($br->nextSibling);
+ if ($next && $next->nodeName === 'p') {
+ $this->logger->debug('[PrepArticle] Removing br node next to a p node.');
+ $br->parentNode->removeChild($br);
+ }
+ }
+
+ // Remove single-cell tables
+ foreach ($article->shiftingAwareGetElementsByTagName('table') as $table) {
+ /** @var DOMNode $table */
+ $tbody = $table->hasSingleTagInsideElement('tbody') ? $table->getFirstElementChild() : $table;
+ if ($tbody->hasSingleTagInsideElement('tr')) {
+ $row = $tbody->getFirstElementChild();
+ if ($row->hasSingleTagInsideElement('td')) {
+ $cell = $row->getFirstElementChild();
+ $cell = NodeUtility::setNodeTag($cell, (array_reduce(iterator_to_array($cell->childNodes), function ($carry, $node) {
+ return $node->isPhrasingContent() && $carry;
+ }, true)) ? 'p' : 'div');
+ $table->parentNode->replaceChild($cell, $table);
+ }
+ }
+ }
+
+ return $article;
+ }
+
+ /**
+ * Look for 'data' (as opposed to 'layout') tables, for which we use
+ * similar checks as
+ * https://dxr.mozilla.org/mozilla-central/rev/71224049c0b52ab190564d3ea0eab089a159a4cf/accessible/html/HTMLTableAccessible.cpp#920.
+ *
+ * @param DOMDocument $article
+ *
+ * @return void
+ */
+ public function _markDataTables(DOMDocument $article)
+ {
+ $tables = $article->getElementsByTagName('table');
+ foreach ($tables as $table) {
+ /** @var DOMElement $table */
+ $role = $table->getAttribute('role');
+ if ($role === 'presentation') {
+ $table->setReadabilityDataTable(false);
+ continue;
+ }
+ $datatable = $table->getAttribute('datatable');
+ if ($datatable == '0') {
+ $table->setReadabilityDataTable(false);
+ continue;
+ }
+ $summary = $table->getAttribute('summary');
+ if ($summary) {
+ $table->setReadabilityDataTable(true);
+ continue;
+ }
+
+ $caption = $table->getElementsByTagName('caption');
+ if ($caption->length > 0 && $caption->item(0)->childNodes->length > 0) {
+ $table->setReadabilityDataTable(true);
+ continue;
+ }
+
+ // If the table has a descendant with any of these tags, consider a data table:
+ foreach (['col', 'colgroup', 'tfoot', 'thead', 'th'] as $dataTableDescendants) {
+ if ($table->getElementsByTagName($dataTableDescendants)->length > 0) {
+ $table->setReadabilityDataTable(true);
+ continue 2;
+ }
+ }
+
+ // Nested tables indicate a layout table:
+ if ($table->getElementsByTagName('table')->length > 0) {
+ $table->setReadabilityDataTable(false);
+ continue;
+ }
+
+ $sizeInfo = $table->getRowAndColumnCount();
+ if ($sizeInfo['rows'] >= 10 || $sizeInfo['columns'] > 4) {
+ $table->setReadabilityDataTable(true);
+ continue;
+ }
+ // Now just go by size entirely:
+ $table->setReadabilityDataTable($sizeInfo['rows'] * $sizeInfo['columns'] > 10);
+ }
+ }
+
+ /**
+ * convert images and figures that have properties like data-src into images that can be loaded without JS
+ *
+ * @param DOMDocument $article
+ *
+ * @return void
+ */
+ public function _fixLazyImages(DOMDocument $article)
+ {
+ $images = $this->_getAllNodesWithTag($article, ['img', 'picture', 'figure']);
+ foreach ($images as $elem) {
+ // In some sites (e.g. Kotaku), they put 1px square image as base64 data uri in the src attribute.
+ // So, here we check if the data uri is too short, just might as well remove it.
+ if ($elem->getAttribute('src') && preg_match(NodeUtility::$regexps['b64DataUrl'], $elem->getAttribute('src'), $parts)) {
+ // Make sure it's not SVG, because SVG can have a meaningful image in under 133 bytes.
+ if ($parts[1] === 'image/svg+xml') {
+ continue;
+ }
+
+ // Make sure this element has other attributes which contains image.
+ // If it doesn't, then this src is important and shouldn't be removed.
+ $srcCouldBeRemoved = false;
+ for ($i = 0; $i < $elem->attributes->length; $i++) {
+ $attr = $elem->attributes->item($i);
+ if ($attr->name === 'src') {
+ continue;
+ }
+
+ if (preg_match('/\.(jpg|jpeg|png|webp)/i', $attr->value)) {
+ $srcCouldBeRemoved = true;
+ break;
+ }
+ }
+
+ // Here we assume if image is less than 100 bytes (or 133B after encoded to base64)
+ // it will be too small, therefore it might be placeholder image.
+ if ($srcCouldBeRemoved) {
+ $b64starts = stripos($elem->getAttribute('src'), 'base64') + 7;
+ $b64length = strlen($elem->getAttribute('src')) - $b64starts;
+ if ($b64length < 133) {
+ $elem->removeAttribute('src');
+ }
+ }
+ }
+
+ // Don't remove if there's a src or srcset attribute, and there's no sign of 'lazy' loading in the class
+ // attribute value.
+ if (($elem->getAttribute('src') || $elem->getAttribute('srcset')) && mb_stripos($elem->getAttribute('class'), 'lazy') === false) {
+ continue;
+ }
+
+ for ($j = 0; $j < $elem->attributes->length; $j++) {
+ $attr = $elem->attributes->item($j);
+ if ($attr->name === 'src' || $attr->name === 'srcset' || $attr->name === 'alt') {
+ continue;
+ }
+ $copyTo = null;
+ if (preg_match('/\.(jpg|jpeg|png|webp)\s+\d/', $attr->value)) {
+ $copyTo = 'srcset';
+ } elseif (preg_match('/^\s*\S+\.(jpg|jpeg|png|webp)\S*\s*$/', $attr->value)) {
+ $copyTo = 'src';
+ }
+ if ($copyTo) {
+ //if this is an img or picture, set the attribute directly
+ if ($elem->tagName === 'img' || $elem->tagName === 'picture') {
+ $elem->setAttribute($copyTo, $attr->value);
+ } elseif ($elem->tagName === 'figure' && empty($this->_getAllNodesWithTag($elem, ['img', 'picture']))) {
+ //if the item is a <figure> that does not contain an image or picture, create one and place it inside the figure
+ //see the nytimes-3 testcase for an example
+ $img = $article->createElement('img');
+ $img->setAttribute($copyTo, $attr->value);
+ $elem->appendChild($img);
+ }
+ }
+ }
+ }
+ }
+
+ /**
+ * Remove the style attribute on every e and under.
+ *
+ * @param $node DOMDocument|DOMNode
+ **/
+ public function _cleanStyles($node)
+ {
+ if (property_exists($node, 'tagName') && $node->tagName === 'svg') {
+ return;
+ }
+
+ // Do not bother if there's no method to remove an attribute
+ if (method_exists($node, 'removeAttribute')) {
+ $presentational_attributes = ['align', 'background', 'bgcolor', 'border', 'cellpadding', 'cellspacing', 'frame', 'hspace', 'rules', 'style', 'valign', 'vspace'];
+ // Remove `style` and deprecated presentational attributes
+ foreach ($presentational_attributes as $presentational_attribute) {
+ $node->removeAttribute($presentational_attribute);
+ }
+
+ $deprecated_size_attribute_elems = ['table', 'th', 'td', 'hr', 'pre'];
+ if (property_exists($node, 'tagName') && in_array($node->tagName, $deprecated_size_attribute_elems)) {
+ $node->removeAttribute('width');
+ $node->removeAttribute('height');
+ }
+ }
+
+ $cur = $node->firstChild;
+ while ($cur !== null) {
+ $this->_cleanStyles($cur);
+ $cur = $cur->nextSibling;
+ }
+ }
+
+ /**
+ * Clean out elements that match the specified conditions
+ *
+ * @param $node DOMElement Node to clean
+ * @param $filter callable Function determines whether a node should be removed
+ *
+ * @return void
+ **/
+ public function _cleanMatchedNodes($node, callable $filter)
+ {
+ $endOfSearchMarkerNode = NodeUtility::getNextNode($node, true);
+ $next = NodeUtility::getNextNode($node);
+ while ($next && $next !== $endOfSearchMarkerNode) {
+ if ($filter($next, sprintf('%s %s', $next->getAttribute('class'), $next->getAttribute('id')))) {
+ $this->logger->debug(sprintf('Removing matched node, node class was: \'%s\', id: \'%s\'', $next->getAttribute('class'), $next->getAttribute('id')));
+ $next = NodeUtility::removeAndGetNext($next);
+ } else {
+ $next = NodeUtility::getNextNode($next);
+ }
+ }
+ }
+
+ /**
+ * @param DOMDocument $article
+ *
+ * @return void
+ */
+ public function _cleanExtraParagraphs(DOMDocument $article)
+ {
+ $paragraphs = $this->_getAllNodesWithTag($article, ['p']);
+ $length = count($paragraphs);
+
+ for ($i = 0; $i < $length; $i++) {
+ $paragraph = $paragraphs[$length - 1 - $i];
+
+ $imgCount = $paragraph->getElementsByTagName('img')->length;
+ $embedCount = $paragraph->getElementsByTagName('embed')->length;
+ $objectCount = $paragraph->getElementsByTagName('object')->length;
+ // At this point, nasty iframes have been removed, only remain embedded video ones.
+ $iframeCount = $paragraph->getElementsByTagName('iframe')->length;
+ $totalCount = $imgCount + $embedCount + $objectCount + $iframeCount;
+
+ if ($totalCount === 0 && !preg_replace(NodeUtility::$regexps['onlyWhitespace'], '', $paragraph->textContent)) {
+ $this->logger->debug(sprintf('[PrepArticle] Removing extra paragraph. Text content was: \'%s\'', substr($paragraph->textContent, 0, 128)));
+ $paragraph->parentNode->removeChild($paragraph);
+ }
+ }
+ }
+
+ private function getTextDensity($e, array $tags) {
+ $textLength = mb_strlen($e->getTextContent(true));
+ if ($textLength === 0) {
+ return 0;
+ }
+ $childrenLength = 0;
+ $children = $this->_getAllNodesWithTag($e, $tags);
+ foreach ($children as $child) {
+ $childrenLength += mb_strlen($child->getTextContent(true));
+ }
+ return $childrenLength / $textLength;
+ }
+
+ /**
+ * @param DOMDocument $article
+ * @param string $tag Tag to clean conditionally
+ *
+ * @return void
+ */
+ public function _cleanConditionally(DOMDocument $article, $tag)
+ {
+ if (!$this->configuration->getCleanConditionally()) {
+ return;
+ }
+
+ /*
+ * Gather counts for other typical elements embedded within.
+ * Traverse backwards so we can remove nodes at the same time
+ * without effecting the traversal.
+ */
+
+ $allNodesWithTag = $this->_getAllNodesWithTag($article, [$tag]);
+ $length = count($allNodesWithTag);
+ for ($i = 0; $i < $length; $i++) {
+ /** @var $node DOMElement */
+ $node = $allNodesWithTag[$length - 1 - $i];
+
+ $isList = in_array($tag, ['ul', 'ol']);
+ /*
+ // Doesn't seem to work as expected
+ // compared to JS version: https://github.com/mozilla/readability/commit/3c833899866ffb1f9130767110197fd6f5c08d4c
+ if (!$isList) {
+ $listLength = 0;
+ $listNodes = $this->_getAllNodesWithTag($node, ['ul', 'ol']);
+ array_walk($listNodes, function ($list) use(&$listLength) {
+ $listLength += mb_strlen($list->getTextContent());
+ });
+ $nodeTextLength = mb_strlen($node->getTextContent());
+ if (!$nodeTextLength) {
+ $isList = true;
+ } else {
+ $isList = $listLength / $nodeTextLength > 0.9;
+ }
+ }
+ */
+
+ // First check if this node IS data table, in which case don't remove it.
+ if ($tag === 'table' && $node->isReadabilityDataTable()) {
+ continue;
+ }
+
+ // Next check if we're inside a data table, in which case don't remove it as well.
+ if ($node->hasAncestorTag('table', -1, function ($node) {
+ return $node->isReadabilityDataTable();
+ })) {
+ continue;
+ }
+
+ if ($node->hasAncestorTag('code')) {
+ continue;
+ }
+
+ $weight = 0;
+ if ($this->configuration->getWeightClasses()) {
+ $weight = $node->getClassWeight();
+ }
+
+ if ($weight < 0) {
+ $this->logger->debug(sprintf('[PrepArticle] Removing tag \'%s\' with 0 or less weight', $tag));
+
+ NodeUtility::removeNode($node);
+ continue;
+ }
+
+ if (substr_count($node->getTextContent(false), ',') < 10) {
+ /*
+ * If there are not very many commas, and the number of
+ * non-paragraph elements is more than paragraphs or other
+ * ominous signs, remove the element.
+ */
+
+ $p = $node->getElementsByTagName('p')->length;
+ $img = $node->getElementsByTagName('img')->length;
+ $li = $node->getElementsByTagName('li')->length - 100;
+ $input = $node->getElementsByTagName('input')->length;
+ $headingDensity = $this->getTextDensity($node, ['h1', 'h2', 'h3', 'h4', 'h5', 'h6']);
+
+ $embedCount = 0;
+ $embeds = $this->_getAllNodesWithTag($node, ['object', 'embed', 'iframe']);
+
+ foreach ($embeds as $embedNode) {
+ for ($j = 0; $j < $embedNode->attributes->length; $j++) {
+ if (preg_match(NodeUtility::$regexps['videos'], $embedNode->attributes->item($j)->nodeValue)) {
+ continue 3;
+ }
+ }
+
+ // For embed with <object> tag, check inner HTML as well.
+ if ($embedNode->tagName === "object" && preg_match(NodeUtility::$regexps['videos'], $embedNode->C14N())) {
+ continue 2;
+ }
+
+ $embedCount++;
+ }
+
+ $linkDensity = $node->getLinkDensity();
+ $contentLength = mb_strlen($node->getTextContent(true));
+
+ $haveToRemove =
+ ($img > 1 && $p / $img < 0.5 && !$node->hasAncestorTag('figure')) ||
+ (!$isList && $li > $p) ||
+ ($input > floor($p / 3)) ||
+ (!$isList && $headingDensity < 0.9 && $contentLength < 25 && ($img === 0 || $img > 2) && !$node->hasAncestorTag('figure')) ||
+ (!$isList && $weight < 25 && $linkDensity > 0.2) ||
+ ($weight >= 25 && $linkDensity > 0.5) ||
+ (($embedCount === 1 && $contentLength < 75) || $embedCount > 1);
+
+ if ($haveToRemove) {
+ $this->logger->debug(sprintf('[PrepArticle] Removing tag \'%s\'.', $tag));
+
+ NodeUtility::removeNode($node);
+ }
+ }
+ }
+ }
+
+ public function _getAllNodesWithTag($node, array $tagNames) {
+ $nodes = [];
+ foreach ($tagNames as $tag) {
+ $nodeList = $node->getElementsByTagName($tag);
+ foreach ($nodeList as $n) {
+ $nodes[] = $n;
+ }
+ }
+ return $nodes;
+ }
+
+ /**
+ * Clean a node of all elements of type "tag".
+ * (Unless it's a youtube/vimeo video. People love movies.).
+ *
+ * @param $article DOMDocument
+ * @param $tag string tag to clean
+ *
+ * @return void
+ **/
+ public function _clean(DOMDocument $article, $tag)
+ {
+ $isEmbed = in_array($tag, ['object', 'embed', 'iframe']);
+
+ $allNodesWithTag = $this->_getAllNodesWithTag($article, [$tag]);
+ $length = count($allNodesWithTag);
+ for ($i = 0; $i < $length; $i++) {
+ $item = $allNodesWithTag[$length - 1 - $i];
+
+ // Allow youtube and vimeo videos through as people usually want to see those.
+ if ($isEmbed) {
+ $attributeValues = [];
+ foreach ($item->attributes as $value) {
+ $attributeValues[] = $value->nodeValue;
+ }
+ $attributeValues = implode('|', $attributeValues);
+
+ // First, check the elements attributes to see if any of them contain youtube or vimeo
+ if (preg_match(NodeUtility::$regexps['videos'], $attributeValues)) {
+ continue;
+ }
+
+ // For embed with <object> tag, check inner HTML as well.
+ if ($item->tagName === 'object' && preg_match(NodeUtility::$regexps['videos'], $item->C14N())) {
+ continue;
+ }
+ }
+ $this->logger->debug(sprintf('[PrepArticle] Removing node \'%s\'.', $item->tagName));
+
+ NodeUtility::removeNode($item);
+ }
+ }
+
+ /**
+ * Clean out spurious headers from an Element.
+ *
+ * @param DOMDocument $article
+ *
+ * @return void
+ **/
+ public function _cleanHeaders(DOMDocument $article)
+ {
+ $headingNodes = $this->_getAllNodesWithTag($article, ['h1', 'h2']);
+ /** @var $header DOMElement */
+ foreach ($headingNodes as $header) {
+ $weight = 0;
+ if ($this->configuration->getWeightClasses()) {
+ $weight = $header->getClassWeight();
+ }
+ $shouldRemove = $weight < 0;
+
+ if ($shouldRemove) {
+ $this->logger->debug(sprintf('[PrepArticle] Removing H node with 0 or less weight. Content was: \'%s\'', substr($header->nodeValue, 0, 128)));
+
+ NodeUtility::removeNode($header);
+ }
+ }
+ }
+
+ /**
+ * Check if this node is an H1 or H2 element whose content is mostly
+ * the same as the article title.
+ *
+ * @param DOMNode the node to check.
+ * @return boolean indicating whether this is a title-like header.
+ */
+ private function headerDuplicatesTitle($node) {
+ if ($node->nodeName !== 'h1' && $node->nodeName !== 'h2') {
+ return false;
+ }
+ if (!isset($this->title)) {
+ return false;
+ }
+ $heading = $node->getTextContent(false);
+ $this->logger->debug(sprintf('Evaluating similarity of header: %s"', $heading));
+ return $this->textSimilarity($this->title, $heading) > 0.75;
+ }
+
+ /**
+ * Removes the class="" attribute from every element in the given
+ * subtree.
+ *
+ * Readability.js has a special filter to avoid cleaning the classes that the algorithm adds. We don't add classes
+ * here so no need to filter those.
+ *
+ * @param DOMDocument|DOMNode $node
+ *
+ * @return void
+ **/
+ public function _cleanClasses($node)
+ {
+ if ($node->getAttribute('class') !== '') {
+ $node->removeAttribute('class');
+ }
+
+ for ($node = $node->getFirstElementChild(); $node !== null; $node = $node->nextSibling) {
+ $this->_cleanClasses($node);
+ }
+ }
+
+ /**
+ * @param DOMDocument $article
+ *
+ * @return DOMDocument
+ */
+ public function postProcessContent(DOMDocument $article)
+ {
+ $this->logger->info('[PostProcess] PostProcessing content...');
+
+ // Readability cannot open relative uris so we convert them to absolute uris.
+ if ($this->configuration->getFixRelativeURLs()) {
+ foreach (iterator_to_array($article->getElementsByTagName('a')) as $link) {
+ /** @var DOMElement $link */
+ $href = $link->getAttribute('href');
+ if ($href) {
+ // Remove links with javascript: URIs, since
+ // they won't work after scripts have been removed from the page.
+ if (strpos($href, 'javascript:') === 0) {
+ $this->logger->debug(sprintf('[PostProcess] Removing \'javascript:\' link. Content is: \'%s\'', substr($link->textContent, 0, 128)));
+
+ // if the link only contains simple text content, it can be converted to a text node
+ if ($link->childNodes->length === 1 && $link->childNodes->item(0)->nodeType === XML_TEXT_NODE) {
+ $text = $article->createTextNode($link->textContent);
+ $link->parentNode->replaceChild($text, $link);
+ } else {
+ // if the link has multiple children, they should all be preserved
+ $container = $article->createElement('span');
+ while ($link->firstChild) {
+ $container->appendChild($link->firstChild);
+ }
+ $link->parentNode->replaceChild($container, $link);
+ }
+ } else {
+ $this->logger->debug(sprintf('[PostProcess] Converting link to absolute URI: \'%s\'', substr($href, 0, 128)));
+
+ $link->setAttribute('href', $this->toAbsoluteURI($href));
+ }
+ }
+ }
+
+ $medias = $this->_getAllNodesWithTag($article, [
+ 'img', 'picture', 'figure', 'video', 'audio', 'source'
+ ]);
+
+ array_walk($medias, function ($media) {
+ $src = $media->getAttribute('src');
+ $poster = $media->getAttribute('poster');
+ $srcset = $media->getAttribute('srcset');
+
+ if ($src) {
+ $this->logger->debug(sprintf('[PostProcess] Converting image URL to absolute URI: \'%s\'', substr($src, 0, 128)));
+
+ $media->setAttribute('src', $this->toAbsoluteURI($src));
+ }
+
+ if ($poster) {
+ $this->logger->debug(sprintf('[PostProcess] Converting image URL to absolute URI: \'%s\'', substr($poster, 0, 128)));
+
+ $media->setAttribute('poster', $this->toAbsoluteURI($poster));
+ }
+
+ if ($srcset) {
+ $newSrcset = preg_replace_callback(NodeUtility::$regexps['srcsetUrl'], function ($matches) {
+ $this->logger->debug(sprintf('[PostProcess] Converting image URL to absolute URI: \'%s\'', substr($matches[1], 0, 128)));
+
+ return $this->toAbsoluteURI($matches[1]) . $matches[2] . $matches[3];
+ }, $srcset);
+
+ $media->setAttribute('srcset', $newSrcset);
+ }
+ });
+ }
+
+ $this->simplifyNestedElements($article);
+
+ if (!$this->configuration->getKeepClasses()) {
+ $this->_cleanClasses($article);
+ }
+
+ return $article;
+ }
+
+ /**
+ * Iterate over a NodeList, and return the first node that passes
+ * the supplied test function
+ *
+ * @param NodeList nodeList The NodeList.
+ * @param Function fn The test function.
+ * @return DOMNode|null
+ */
+ private function findNode(array $nodeList, callable $fn)
+ {
+ foreach ($nodeList as $node) {
+ if ($fn($node)) {
+ return $node;
+ }
+ }
+ return null;
+ }
+
+ /**
+ * @return null|string
+ */
+ public function __toString()
+ {
+ return sprintf('<h1>%s</h1>%s', $this->getTitle(), $this->getContent());
+ }
+
+ /**
+ * @return string|null
+ */
+ public function getTitle()
+ {
+ return $this->title;
+ }
+
+ /**
+ * @param string $title
+ */
+ protected function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
+ /**
+ * @return string|null
+ */
+ public function getContent()
+ {
+ if ($this->content instanceof DOMDocument) {
+ $html5 = new HTML5(['disable_html_ns' => true]);
+ // by using childNodes below we make sure HTML5PHP's serialiser
+ // doesn't output the <!DOCTYPE html> string at the start.
+ return $html5->saveHTML($this->content->childNodes);
+ } else {
+ return null;
+ }
+ }
+
+ /**
+ * @return DOMDocument|null
+ */
+ public function getDOMDocument()
+ {
+ return $this->content;
+ }
+
+ /**
+ * @param DOMDocument $content
+ */
+ protected function setContent(DOMDocument $content)
+ {
+ $this->content = $content;
+ }
+
+ /**
+ * @return null|string
+ */
+ public function getExcerpt()
+ {
+ return $this->excerpt;
+ }
+
+ /**
+ * @param null|string $excerpt
+ */
+ public function setExcerpt($excerpt)
+ {
+ $this->excerpt = $excerpt;
+ }
+
+ /**
+ * @return string|null
+ */
+ public function getImage()
+ {
+ return $this->image;
+ }
+
+ /**
+ * @param string $image
+ */
+ protected function setImage($image)
+ {
+ $this->image = $image;
+ }
+
+ /**
+ * @return string|null
+ */
+ public function getAuthor()
+ {
+ return $this->author;
+ }
+
+ /**
+ * @param string $author
+ */
+ protected function setAuthor($author)
+ {
+ $this->author = $author;
+ }
+
+ /**
+ * @return string|null
+ */
+ public function getSiteName()
+ {
+ return $this->siteName;
+ }
+
+ /**
+ * @param string $siteName
+ */
+ protected function setSiteName($siteName)
+ {
+ $this->siteName = $siteName;
+ }
+
+ /**
+ * @return null|string
+ */
+ public function getDirection()
+ {
+ return $this->direction;
+ }
+
+ /**
+ * @param null|string $direction
+ */
+ public function setDirection($direction)
+ {
+ $this->direction = $direction;
+ }
+}
diff --git a/vendor/fivefilters/readability.php/test/ConfigurationTest.php b/vendor/fivefilters/readability.php/test/ConfigurationTest.php
new file mode 100644
index 0000000..d08065f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/ConfigurationTest.php
@@ -0,0 +1,92 @@
+<?php
+
+namespace fivefilters\Readability\Test;
+
+use fivefilters\Readability\Configuration;
+use Monolog\Handler\NullHandler;
+use Monolog\Logger;
+
+/**
+ * Class ConfigurationTest.
+ */
+class ConfigurationTest extends \PHPUnit\Framework\TestCase
+{
+ /**
+ * @dataProvider getParams
+ *
+ * @param array $params
+ */
+ public function testConfigurationConstructorSetsParameters(array $params)
+ {
+ $config = new Configuration($params);
+ $this->doEqualsAsserts($config, $params);
+ }
+
+ /**
+ * @dataProvider getParams
+ *
+ * @param array $params
+ */
+ public function testInvalidParameterIsNotInConfig(array $params)
+ {
+ $config = new Configuration($params);
+ $this->assertArrayNotHasKey('invalidParameter', $config->toArray(), 'Invalid param key is not present in config');
+ }
+
+ /**
+ * @param Configuration $config
+ * @param array $options
+ */
+ private function doEqualsAsserts(Configuration $config, array $options)
+ {
+ $this->assertEquals($options['maxTopCandidates'], $config->getMaxTopCandidates());
+ $this->assertEquals($options['charThreshold'], $config->getCharThreshold());
+ $this->assertEquals($options['articleByLine'], $config->getArticleByLine());
+ $this->assertEquals($options['stripUnlikelyCandidates'], $config->getStripUnlikelyCandidates());
+ $this->assertEquals($options['cleanConditionally'], $config->getCleanConditionally());
+ $this->assertEquals($options['weightClasses'], $config->getWeightClasses());
+ $this->assertEquals($options['fixRelativeURLs'], $config->getFixRelativeURLs());
+ $this->assertEquals($options['substituteEntities'], $config->getSubstituteEntities());
+ $this->assertEquals($options['normalizeEntities'], $config->getNormalizeEntities());
+ $this->assertEquals($options['originalURL'], $config->getOriginalURL());
+ $this->assertEquals($options['summonCthulhu'], $config->getOriginalURL());
+ }
+
+ /**
+ * @return array
+ */
+ public function getParams()
+ {
+ return [[
+ 'All current parameters' => [
+ 'maxTopCandidates' => 3,
+ 'wordThreshold' => 500,
+ 'charThreshold' => 500,
+ 'articleByLine' => true,
+ 'stripUnlikelyCandidates' => false,
+ 'cleanConditionally' => false,
+ 'weightClasses' => false,
+ 'fixRelativeURLs' => true,
+ 'substituteEntities' => true,
+ 'normalizeEntities' => true,
+ 'originalURL' => 'my.original.url',
+ 'summonCthulhu' => 'my.original.url',
+ 'invalidParameter' => 'invalidParameterValue'
+ ]
+ ]];
+ }
+
+ /**
+ * Test if a logger interface can be injected and retrieved from the Configuration object.
+ */
+ public function testLoggerCanBeInjected()
+ {
+ $configuration = new Configuration();
+ $log = new Logger('Readability');
+ $log->pushHandler(new NullHandler());
+
+ $configuration->setLogger($log);
+
+ $this->assertSame($log, $configuration->getLogger());
+ }
+}
diff --git a/vendor/fivefilters/readability.php/test/ReadabilityTest.php b/vendor/fivefilters/readability.php/test/ReadabilityTest.php
new file mode 100644
index 0000000..dafd540
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/ReadabilityTest.php
@@ -0,0 +1,203 @@
+<?php
+
+namespace fivefilters\Readability\Test;
+
+use fivefilters\Readability\Configuration;
+use fivefilters\Readability\ParseException;
+use fivefilters\Readability\Readability;
+
+/**
+ * Class ReadabilityTest.
+ */
+class ReadabilityTest extends \PHPUnit\Framework\TestCase
+{
+ /**
+ * Test that Readability parses the HTML correctly and matches the expected result.
+ *
+ * @dataProvider getSamplePages
+ *
+ * @param TestPage $testPage
+ *
+ * @throws ParseException
+ */
+ public function testReadabilityParsesHTML(TestPage $testPage)
+ {
+ $options = ['OriginalURL' => 'http://fakehost/test/test.html',
+ 'FixRelativeURLs' => true,
+ 'SubstituteEntities' => true,
+ 'ArticleByLine' => true
+ ];
+
+ $configuration = new Configuration(array_merge($testPage->getConfiguration(), $options));
+
+ $readability = new Readability($configuration);
+ $readability->parse($testPage->getSourceHTML());
+
+ // Let's (crudely) remove whitespace between tags here to simplify comparison.
+ // This isn't used for output.
+ $from = ['/\>[^\S ]+/s', '/[^\S ]+\</s', '/(\s)+/s', '/> </s'];
+ $to = ['>', '<', '\\1', '><'];
+ $expected_no_whitespace = preg_replace($from, $to, $testPage->getExpectedHTML());
+ $readability_no_whitespace = preg_replace($from, $to, $readability->getContent());
+
+ if (getenv('output-changes') && $expected_no_whitespace !== $readability_no_whitespace) {
+ @mkdir(__DIR__.'/changed/'.$testPage->getSlug());
+ $new_expected = __DIR__.'/changed/'.$testPage->getSlug().'/expected.html';
+ $old_expected = __DIR__.'/test-pages/'.$testPage->getSlug().'/expected.html';
+ //file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/readability.html', $readability_no_whitespace);
+ //file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/expected-current.html', $expected_no_whitespace);
+ file_put_contents($new_expected, $readability->getContent());
+ if (getenv('output-diff')) {
+ file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/diff-expected.txt', shell_exec(sprintf('diff -u -d %s %s', $old_expected, $new_expected)));
+ }
+
+ }
+
+ $this->assertSame($expected_no_whitespace, $readability_no_whitespace, 'Parsed text does not match the expected one.');
+
+ //$this->assertSame($testPage->getExpectedHTML(), $readability->getContent(), 'Parsed text does not match the expected one.');
+ //$this->assertXmlStringEqualsXmlString($testPage->getExpectedHTML(), $readability->getContent(), 'Parsed text does not match the expected one.');
+ }
+
+ /**
+ * Test that Readability parses the HTML correctly and matches the expected result.
+ *
+ * @dataProvider getSamplePages
+ *
+ * @param TestPage $testPage
+ *
+ * @throws ParseException
+ */
+ public function testReadabilityParsesMetadata(TestPage $testPage)
+ {
+ $options = ['OriginalURL' => 'http://fakehost/test/test.html',
+ 'FixRelativeURLs' => true,
+ 'SubstituteEntities' => true,
+ 'ArticleByLine' => true
+ ];
+
+ $configuration = new Configuration(array_merge($testPage->getConfiguration(), $options));
+
+ $readability = new Readability($configuration);
+ $readability->parse($testPage->getSourceHTML());
+
+ $metadata = [
+ 'Author' => $readability->getAuthor(),
+ 'Direction' => $readability->getDirection(),
+ 'Excerpt' => $readability->getExcerpt(),
+ 'Image' => $readability->getImage(),
+ 'Title' => $readability->getTitle(),
+ 'SiteName' => $readability->getSiteName()
+ ];
+
+ if (getenv('output-changes') && (array)$testPage->getExpectedMetadata() !== $metadata) {
+ @mkdir(__DIR__.'/changed/'.$testPage->getSlug());
+ $new_expected = __DIR__.'/changed/'.$testPage->getSlug().'/expected-metadata.json';
+ $old_expected = __DIR__.'/test-pages/'.$testPage->getSlug().'/expected-metadata.json';
+ //file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/expected-metadata-current.json', json_encode($testPage->getExpectedMetadata(), JSON_PRETTY_PRINT));
+ file_put_contents($new_expected, json_encode((object)$metadata, JSON_PRETTY_PRINT));
+ if (getenv('output-diff')) {
+ file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/diff-expected-metadata.txt', shell_exec(sprintf('diff -u -d %s %s', $old_expected, $new_expected)));
+ }
+ }
+
+ $this->assertSame($testPage->getExpectedMetadata()->Author, $readability->getAuthor(), 'Parsed Author does not match expected value.');
+ $this->assertSame($testPage->getExpectedMetadata()->Direction, $readability->getDirection(), 'Parsed Direction does not match expected value.');
+ $this->assertSame($testPage->getExpectedMetadata()->Excerpt, $readability->getExcerpt(), 'Parsed Excerpt does not match expected value.');
+ $this->assertSame($testPage->getExpectedMetadata()->Image, $readability->getImage(), 'Parsed Image does not match expected value.');
+ $this->assertSame($testPage->getExpectedMetadata()->Title, $readability->getTitle(), 'Parsed Title does not match expected value.');
+ }
+
+ /**
+ * Test that Readability returns all the expected images from the test page.
+ *
+ * @param TestPage $testPage
+ * @dataProvider getSamplePages
+ *
+ * @throws ParseException
+ */
+ public function testHTMLParserParsesImages(TestPage $testPage)
+ {
+ $options = ['OriginalURL' => 'http://fakehost/test/test.html',
+ 'fixRelativeURLs' => true,
+ 'substituteEntities' => true,
+ ];
+
+ $configuration = new Configuration(array_merge($testPage->getConfiguration(), $options));
+
+ $readability = new Readability($configuration);
+ $readability->parse($testPage->getSourceHTML());
+
+ if (getenv('output-changes') && $testPage->getExpectedImages() !== array_values($readability->getImages())) {
+ @mkdir(__DIR__.'/changed/'.$testPage->getSlug());
+ $new_expected = __DIR__.'/changed/'.$testPage->getSlug().'/expected-images.json';
+ $old_expected = __DIR__.'/test-pages/'.$testPage->getSlug().'/expected-images.json';
+ //file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/expected-images-current.json', json_encode($testPage->getExpectedImages(), JSON_PRETTY_PRINT));
+ file_put_contents($new_expected, json_encode(array_values($readability->getImages()), JSON_PRETTY_PRINT));
+ if (getenv('output-diff')) {
+ file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/diff-expected-images.txt', shell_exec(sprintf('diff -u -d %s %s', $old_expected, $new_expected)));
+ }
+ }
+
+ $this->assertSame($testPage->getExpectedImages(), array_values($readability->getImages()));
+ }
+
+ /**
+ * Main data provider.
+ *
+ * @return \Generator
+ */
+ public function getSamplePages()
+ {
+ $path = pathinfo(__FILE__, PATHINFO_DIRNAME) . DIRECTORY_SEPARATOR . 'test-pages';
+ $testPages = scandir($path);
+
+ foreach (array_slice($testPages, 2) as $testPage) {
+ $testCasePath = $path . DIRECTORY_SEPARATOR . $testPage . DIRECTORY_SEPARATOR;
+
+ $slug = $testPage;
+ $source = file_get_contents($testCasePath . 'source.html');
+ $expectedHTML = file_exists($testCasePath . 'expected.html') ? file_get_contents($testCasePath . 'expected.html') : '';
+ $expectedImages = file_exists($testCasePath . 'expected-images.json') ? json_decode(file_get_contents($testCasePath . 'expected-images.json'), true) : [];
+ $expectedMetadata = file_exists($testCasePath . 'expected-metadata.json') ? json_decode(file_get_contents($testCasePath . 'expected-metadata.json')) : (object)[];
+ $configuration = file_exists($testCasePath . 'config.json') ? json_decode(file_get_contents($testCasePath . 'config.json'), true) : [];
+
+ yield $testPage => [new TestPage($slug, $configuration, $source, $expectedHTML, $expectedImages, $expectedMetadata)];
+ }
+ }
+
+ /**
+ * Test that Readability throws an exception with malformed HTML.
+ *
+ * @throws ParseException
+ */
+ public function testReadabilityThrowsExceptionWithMalformedHTML()
+ {
+ $parser = new Readability(new Configuration());
+ $this->expectException(ParseException::class);
+ $this->expectExceptionMessage('Invalid or incomplete HTML.');
+ $parser->parse('<html>');
+ }
+
+ /**
+ * Test that Readability throws an exception with incomplete or short HTML.
+ *
+ * @throws ParseException
+ */
+ public function testReadabilityThrowsExceptionWithUnparseableHTML()
+ {
+ $parser = new Readability(new Configuration());
+ $this->expectException(ParseException::class);
+ $this->expectExceptionMessage('Could not parse text.');
+ $parser->parse('<html><body><p></p></body></html>');
+ }
+
+ /**
+ * Test that the Readability object has no content as soon as it is instantiated.
+ */
+ public function testReadabilityCallGetContentWithNoContent()
+ {
+ $parser = new Readability(new Configuration());
+ $this->assertNull($parser->getContent());
+ }
+}
diff --git a/vendor/fivefilters/readability.php/test/TestPage.php b/vendor/fivefilters/readability.php/test/TestPage.php
new file mode 100644
index 0000000..8cce347
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/TestPage.php
@@ -0,0 +1,71 @@
+<?php
+
+namespace fivefilters\Readability\Test;
+
+class TestPage
+{
+ private $slug;
+ private $configuration;
+ private $sourceHTML;
+ private $expectedHTML;
+ private $expectedImages;
+ private $expectedMetadata;
+
+ public function __construct($slug, $configuration, $sourceHTML, $expectedHTML, $expectedImages, $expectedMetadata)
+ {
+ $this->slug = $slug;
+ $this->configuration = $configuration;
+ $this->sourceHTML = $sourceHTML;
+ $this->expectedHTML = $expectedHTML;
+ $this->expectedImages = $expectedImages;
+ $this->expectedMetadata = $expectedMetadata;
+ }
+
+ /**
+ * @return string
+ */
+ public function getSlug()
+ {
+ return $this->slug;
+ }
+
+ /**
+ * @return array
+ */
+ public function getConfiguration()
+ {
+ return $this->configuration;
+ }
+
+ /**
+ * @return string
+ */
+ public function getSourceHTML()
+ {
+ return $this->sourceHTML;
+ }
+
+ /**
+ * @return string
+ */
+ public function getExpectedHTML()
+ {
+ return $this->expectedHTML;
+ }
+
+ /**
+ * @return mixed
+ */
+ public function getExpectedImages()
+ {
+ return $this->expectedImages;
+ }
+
+ /**
+ * @return \stdClass
+ */
+ public function getExpectedMetadata()
+ {
+ return $this->expectedMetadata;
+ }
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/config.json b/vendor/fivefilters/readability.php/test/test-pages/001/config.json
new file mode 100644
index 0000000..0ac6816
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/001/config.json
@@ -0,0 +1,3 @@
+{
+ "ArticleByLine": true
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json
new file mode 100644
index 0000000..5bed34d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/fakehost\/static\/code\/2013\/blanket-coverage.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json
new file mode 100644
index 0000000..52dafa1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Nicolas Perriault —",
+ "Direction": null,
+ "Excerpt": "Nicolas Perriault's homepage.",
+ "Image": null,
+ "Title": "Get your Frontend JavaScript Code Covered | Code",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/expected.html b/vendor/fivefilters/readability.php/test/test-pages/001/expected.html
new file mode 100644
index 0000000..0998436
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/001/expected.html
@@ -0,0 +1,132 @@
+<section>
+ <p><strong>So finally you're <a href="http://fakehost/code/2013/testing-frontend-javascript-code-using-mocha-chai-and-sinon/">testing your frontend JavaScript code</a>? Great! The more you
+write tests, the more confident you are with your code… but how much precisely?
+That's where <a href="http://en.wikipedia.org/wiki/Code_coverage">code coverage</a> might
+help.</strong>
+ </p>
+ <p>The idea behind code coverage is to record which parts of your code (functions,
+ statements, conditionals and so on) have been executed by your test suite,
+ to compute metrics out of these data and usually to provide tools for navigating
+ and inspecting them.</p>
+ <p>Not a lot of frontend developers I know actually test their frontend code,
+ and I can barely imagine how many of them have ever setup code coverage…
+ Mostly because there are not many frontend-oriented tools in this area
+ I guess.</p>
+ <p>Actually I've only found one which provides an adapter for <a href="http://visionmedia.github.io/mocha/">Mocha</a> and
+ actually works…</p>
+ <blockquote>
+ <p>Drinking game for web devs:
+ <br>(1) Think of a noun
+ <br>(2) Google "&lt;noun&gt;.js"
+ <br>(3) If a library with that name exists - drink</p>— Shay Friedman (@ironshay)
+ <a href="https://twitter.com/ironshay/statuses/370525864523743232">August 22, 2013</a>
+ </blockquote>
+ <p><strong><a href="http://blanketjs.org/">Blanket.js</a></strong> is an <em>easy to install, easy to configure,
+and easy to use JavaScript code coverage library that works both in-browser and
+with nodejs.</em>
+ </p>
+ <p>Its use is dead easy, adding Blanket support to your Mocha test suite
+ is just matter of adding this simple line to your HTML test file:</p>
+<pre><code>&lt;script src="vendor/blanket.js"
+ data-cover-adapter="vendor/mocha-blanket.js"&gt;&lt;/script&gt;
+</code></pre>
+
+ <p>Source files: <a href="https://raw.github.com/alex-seville/blanket/master/dist/qunit/blanket.min.js">blanket.js</a>,
+ <a href="https://raw.github.com/alex-seville/blanket/master/src/adapters/mocha-blanket.js">mocha-blanket.js</a>
+ </p>
+ <p>As an example, let's reuse the silly <code>Cow</code> example we used
+ <a href="http://fakehost/code/2013/testing-frontend-javascript-code-using-mocha-chai-and-sinon/">in a previous episode</a>:</p>
+<pre><code>// cow.js
+(function(exports) {
+ "use strict";
+
+ function Cow(name) {
+ this.name = name || "Anon cow";
+ }
+ exports.Cow = Cow;
+
+ Cow.prototype = {
+ greets: function(target) {
+ if (!target)
+ throw new Error("missing target");
+ return this.name + " greets " + target;
+ }
+ };
+})(this);
+</code></pre>
+
+ <p>And its test suite, powered by Mocha and <a href="http://chaijs.com/">Chai</a>:</p>
+<pre><code>var expect = chai.expect;
+
+describe("Cow", function() {
+ describe("constructor", function() {
+ it("should have a default name", function() {
+ var cow = new Cow();
+ expect(cow.name).to.equal("Anon cow");
+ });
+
+ it("should set cow's name if provided", function() {
+ var cow = new Cow("Kate");
+ expect(cow.name).to.equal("Kate");
+ });
+ });
+
+ describe("#greets", function() {
+ it("should greet passed target", function() {
+ var greetings = (new Cow("Kate")).greets("Baby");
+ expect(greetings).to.equal("Kate greets Baby");
+ });
+ });
+});
+</code></pre>
+
+ <p>Let's create the HTML test file for it, featuring Blanket and its adapter
+ for Mocha:</p>
+<pre><code>&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+&lt;head&gt;
+ &lt;meta charset="utf-8"&gt;
+ &lt;title&gt;Test&lt;/title&gt;
+ &lt;link rel="stylesheet" media="all" href="vendor/mocha.css"&gt;
+&lt;/head&gt;
+&lt;body&gt;
+ &lt;div id="mocha"&gt;&lt;/div&gt;
+ &lt;div id="messages"&gt;&lt;/div&gt;
+ &lt;div id="fixtures"&gt;&lt;/div&gt;
+ &lt;script src="vendor/mocha.js"&gt;&lt;/script&gt;
+ &lt;script src="vendor/chai.js"&gt;&lt;/script&gt;
+ &lt;script src="vendor/blanket.js"
+ data-cover-adapter="vendor/mocha-blanket.js"&gt;&lt;/script&gt;
+ &lt;script&gt;mocha.setup('bdd');&lt;/script&gt;
+ &lt;script src="cow.js" data-cover&gt;&lt;/script&gt;
+ &lt;script src="cow_test.js"&gt;&lt;/script&gt;
+ &lt;script&gt;mocha.run();&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
+</code></pre>
+
+ <p><strong>Notes</strong>:</p>
+ <ul>
+ <li>Notice the <code>data-cover</code> attribute we added to the script tag
+ loading the source of our library;</li>
+ <li>The HTML test file <em>must</em> be served over HTTP for the adapter to
+ be loaded.</li>
+ </ul>
+ <p>Running the tests now gives us something like this:</p>
+ <p>
+ <img alt="screenshot" src="http://fakehost/static/code/2013/blanket-coverage.png">
+ </p>
+ <p>As you can see, the report at the bottom highlights that we haven't actually
+ tested the case where an error is raised in case a target name is missing.
+ We've been informed of that, nothing more, nothing less. We simply know
+ we're missing a test here. Isn't this cool? I think so!</p>
+ <p>Just remember that code coverage will only <a href="http://codebetter.com/karlseguin/2008/12/09/code-coverage-use-it-wisely/">bring you numbers</a> and
+ raw information, not actual proofs that the whole of your <em>code logic</em> has
+ been actually covered. If you ask me, the best inputs you can get about
+ your code logic and implementation ever are the ones issued out of <a href="http://www.extremeprogramming.org/rules/pair.html">pair programming</a>
+sessions
+ and <a href="http://alexgaynor.net/2013/sep/26/effective-code-review/">code reviews</a> —
+ but that's another story.</p>
+ <p><strong>So is code coverage silver bullet? No. Is it useful? Definitely. Happy testing!</strong>
+ </p>
+ </section> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/source.html b/vendor/fivefilters/readability.php/test/test-pages/001/source.html
new file mode 100644
index 0000000..951e874
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/001/source.html
@@ -0,0 +1,233 @@
+<!DOCTYPE html>
+<html class="no-js" lang="en">
+
+ <head>
+ <meta charset="utf-8"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
+ <title>Get your Frontend JavaScript Code Covered | Code | Nicolas Perriault</title>
+ <meta
+ name="description" content="Nicolas Perriault's homepage."/>
+ <meta name="viewport" content="width=device-width"/>
+ <link href="//fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic&amp;subset=latin,latin-ext"
+ rel="stylesheet" type="text/css"/>
+ <link rel="stylesheet" type="text/css" href="/static/packed.css?1412806084"/>
+ <link rel="alternate" type="application/rss+xml" href="/code/feed/" title="Code (RSS)"/>
+ <link rel="alternate" type="application/rss+xml" href="/photography/feed/"
+ title="Photography (RSS)"/>
+ <link rel="alternate" type="application/rss+xml" href="/talks/feed/" title="Talks (RSS)"/>
+ <link rel="alternate" type="application/rss+xml" href="/carnet/feed/"
+ title="Carnet (RSS)"/>
+ <link rel="alternate" type="application/rss+xml" href="/feed/" title="Everything (RSS)"/>
+ <!--[if lt IE 9]>
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+ </head>
+
+ <body class="code " onload="prettyPrint()">
+ <!--[if lt IE 7]>
+ <p class="chromeframe">Your browser is <em>ancient!</em> Please <a href="http://www.quirksmode.org/upgrade.html">upgrade</a>.</p>
+ <![endif]-->
+ <div class="container">
+ <header class="main-title">
+ <h1><a href="/">Hi, I'm <strong>Nicolas.</strong></a></h1>
+ <small>I code stuff. I take photos. I write rants.</small>
+
+ </header>
+ <main class="contents" role="main">
+ <article lang="en" class="code" itemscope="" itemtype="http://schema.org/BlogPosting">
+ <link itemprop="url" href="/code/2013/get-your-frontend-javascript-code-covered/"/>
+ <header>
+ <h2><a itemprop="name" href="/code/2013/get-your-frontend-javascript-code-covered/">Get your Frontend JavaScript Code Covered</a></h2>
+ </header>
+ <section>
+ <p><strong>So finally you're <a href="/code/2013/testing-frontend-javascript-code-using-mocha-chai-and-sinon/">testing your frontend JavaScript code</a>? Great! The more you
+write tests, the more confident you are with your code… but how much precisely?
+That's where <a href="http://en.wikipedia.org/wiki/Code_coverage">code coverage</a> might
+help.</strong>
+ </p>
+ <p>The idea behind code coverage is to record which parts of your code (functions,
+ statements, conditionals and so on) have been executed by your test suite,
+ to compute metrics out of these data and usually to provide tools for navigating
+ and inspecting them.</p>
+ <p>Not a lot of frontend developers I know actually test their frontend code,
+ and I can barely imagine how many of them have ever setup code coverage…
+ Mostly because there are not many frontend-oriented tools in this area
+ I guess.</p>
+ <p>Actually I've only found one which provides an adapter for <a href="http://visionmedia.github.io/mocha/">Mocha</a> and
+ actually works…</p>
+ <blockquote class="twitter-tweet tw-align-center">
+ <p>Drinking game for web devs:
+ <br />(1) Think of a noun
+ <br />(2) Google "&lt;noun&gt;.js"
+ <br />(3) If a library with that name exists - drink</p>— Shay Friedman (@ironshay)
+ <a
+ href="https://twitter.com/ironshay/statuses/370525864523743232">August 22, 2013</a>
+ </blockquote>
+ <p><strong><a href="http://blanketjs.org/">Blanket.js</a></strong> is an <em>easy to install, easy to configure,
+and easy to use JavaScript code coverage library that works both in-browser and
+with nodejs.</em>
+ </p>
+ <p>Its use is dead easy, adding Blanket support to your Mocha test suite
+ is just matter of adding this simple line to your HTML test file:</p>
+<pre><code>&lt;script src="vendor/blanket.js"
+ data-cover-adapter="vendor/mocha-blanket.js"&gt;&lt;/script&gt;
+</code></pre>
+
+ <p>Source files: <a href="https://raw.github.com/alex-seville/blanket/master/dist/qunit/blanket.min.js">blanket.js</a>,
+ <a
+ href="https://raw.github.com/alex-seville/blanket/master/src/adapters/mocha-blanket.js">mocha-blanket.js</a>
+ </p>
+ <p>As an example, let's reuse the silly <code>Cow</code> example we used
+ <a
+ href="/code/2013/testing-frontend-javascript-code-using-mocha-chai-and-sinon/">in a previous episode</a>:</p>
+<pre><code>// cow.js
+(function(exports) {
+ "use strict";
+
+ function Cow(name) {
+ this.name = name || "Anon cow";
+ }
+ exports.Cow = Cow;
+
+ Cow.prototype = {
+ greets: function(target) {
+ if (!target)
+ throw new Error("missing target");
+ return this.name + " greets " + target;
+ }
+ };
+})(this);
+</code></pre>
+
+ <p>And its test suite, powered by Mocha and <a href="http://chaijs.com/">Chai</a>:</p>
+<pre><code>var expect = chai.expect;
+
+describe("Cow", function() {
+ describe("constructor", function() {
+ it("should have a default name", function() {
+ var cow = new Cow();
+ expect(cow.name).to.equal("Anon cow");
+ });
+
+ it("should set cow's name if provided", function() {
+ var cow = new Cow("Kate");
+ expect(cow.name).to.equal("Kate");
+ });
+ });
+
+ describe("#greets", function() {
+ it("should greet passed target", function() {
+ var greetings = (new Cow("Kate")).greets("Baby");
+ expect(greetings).to.equal("Kate greets Baby");
+ });
+ });
+});
+</code></pre>
+
+ <p>Let's create the HTML test file for it, featuring Blanket and its adapter
+ for Mocha:</p>
+<pre><code>&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+&lt;head&gt;
+ &lt;meta charset="utf-8"&gt;
+ &lt;title&gt;Test&lt;/title&gt;
+ &lt;link rel="stylesheet" media="all" href="vendor/mocha.css"&gt;
+&lt;/head&gt;
+&lt;body&gt;
+ &lt;div id="mocha"&gt;&lt;/div&gt;
+ &lt;div id="messages"&gt;&lt;/div&gt;
+ &lt;div id="fixtures"&gt;&lt;/div&gt;
+ &lt;script src="vendor/mocha.js"&gt;&lt;/script&gt;
+ &lt;script src="vendor/chai.js"&gt;&lt;/script&gt;
+ &lt;script src="vendor/blanket.js"
+ data-cover-adapter="vendor/mocha-blanket.js"&gt;&lt;/script&gt;
+ &lt;script&gt;mocha.setup('bdd');&lt;/script&gt;
+ &lt;script src="cow.js" data-cover&gt;&lt;/script&gt;
+ &lt;script src="cow_test.js"&gt;&lt;/script&gt;
+ &lt;script&gt;mocha.run();&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
+</code></pre>
+
+ <p><strong>Notes</strong>:</p>
+ <ul>
+ <li>Notice the <code>data-cover</code> attribute we added to the script tag
+ loading the source of our library;</li>
+ <li>The HTML test file <em>must</em> be served over HTTP for the adapter to
+ be loaded.</li>
+ </ul>
+ <p>Running the tests now gives us something like this:</p>
+ <p>
+ <img alt="screenshot" src="/static/code/2013/blanket-coverage.png"/>
+ </p>
+ <p>As you can see, the report at the bottom highlights that we haven't actually
+ tested the case where an error is raised in case a target name is missing.
+ We've been informed of that, nothing more, nothing less. We simply know
+ we're missing a test here. Isn't this cool? I think so!</p>
+ <p>Just remember that code coverage will only <a href="http://codebetter.com/karlseguin/2008/12/09/code-coverage-use-it-wisely/">bring you numbers</a> and
+ raw information, not actual proofs that the whole of your <em>code logic</em> has
+ been actually covered. If you ask me, the best inputs you can get about
+ your code logic and implementation ever are the ones issued out of <a href="http://www.extremeprogramming.org/rules/pair.html">pair programming</a>
+sessions
+ and <a href="http://alexgaynor.net/2013/sep/26/effective-code-review/">code reviews</a> —
+ but that's another story.</p>
+ <p><strong>So is code coverage silver bullet? No. Is it useful? Definitely. Happy testing!</strong>
+ </p>
+ </section>
+ <aside>
+ <p> <span class="article-author" itemprop="author" itemscope="" itemtype="http://schema.org/Person">
+ <span itemprop="name">Nicolas Perriault</span> —</span>
+ <time
+ datetime="2013-09-29" itemprop="datePublished">2013-09-29</time>— in <a href="/code/" itemprop="genre">Code</a>
+— <a href="/code/2013/get-your-frontend-javascript-code-covered/">Permalink</a>
+—
+ <a
+ rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">License</a>— <a href="http://flattr.com/submit/auto?url=https://nicolas.perriault.net/code/2013/get-your-frontend-javascript-code-covered/&amp;title=Get your Frontend JavaScript Code Covered&amp;user_id=n1k0&amp;category=software&amp;language=en">flattr this</a>
+
+ </p>
+ </aside>
+ <hr/>
+ <nav> <a class="prev" href="/code/2013/functional-javascript-for-crawling-the-web/">Functional JavaScript for crawling the Web</a>
+|
+ <a
+ class="next" href="/code/2013/testing-frontend-javascript-code-using-mocha-chai-and-sinon/">Testing your frontend JavaScript code using mocha, chai, and sinon</a>
+ </nav>
+ </article>
+ </main>
+ <nav class="sidebar">
+ <ul>
+ <li class="home"><a href="/" hreflang="en">Home</a>
+ </li>
+ <li class="code"><a href="/code/" hreflang="en">Code</a>
+ </li>
+ <li class="photography"><a href="/photography/" hreflang="en">Photography</a>
+ </li>
+ <li class="talks"><a href="/talks/" hreflang="en">Talks</a>
+ </li>
+ <li class="carnet"><a href="/carnet/" hreflang="fr">Carnet <span>fr</span></a>
+ </li>
+ <li class="contact"><a href="/contact/" hreflang="en">Contact</a>
+ </li>
+ </ul>
+ </nav>
+ <footer class="site-footer">
+ <p>© 2012 Nicolas Perriault — <a href="https://twitter.com/n1k0">Tweet at me</a>
+—
+ <a
+ href="https://github.com/n1k0">Get my code</a>— <a href="http://500px.com/n1k0">Enjoy my pics</a>
+— <a href="/contact/">Contact me</a>
+
+ </p>
+ </footer>
+ </div>
+ <!-- /container -->
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
+ <script>
+ window.jQuery || document.write('&lt;script src="js/libs/jquery-1.7.1.min.js">&lt;\/script>')
+ </script>
+ <script type="text/javascript" src="/static/js/libs/prettify/prettify.js"></script>
+ <script type="text/javascript" src="/static/js/app.js"></script>
+ <script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json
new file mode 100644
index 0000000..74c3859
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Nikhil Marathe",
+ "Direction": null,
+ "Excerpt": "For more than a decade the Web has used XMLHttpRequest (XHR) to achieve asynchronous requests in JavaScript. While very useful, XHR is not a very ...",
+ "Image": null,
+ "Title": "This API is so Fetching!",
+ "SiteName": "Mozilla Hacks – the Web developer blog"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/002/expected.html b/vendor/fivefilters/readability.php/test/test-pages/002/expected.html
new file mode 100644
index 0000000..564f9a9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/002/expected.html
@@ -0,0 +1,418 @@
+<div id="content-main">
+ <article role="article">
+ <p>For more than a decade the Web has used XMLHttpRequest (XHR) to achieve
+ asynchronous requests in JavaScript. While very useful, XHR is not a very
+ nice API. It suffers from lack of separation of concerns. The input, output
+ and state are all managed by interacting with one object, and state is
+ tracked using events. Also, the event-based model doesn’t play well with
+ JavaScript’s recent focus on Promise- and generator-based asynchronous
+ programming.</p>
+ <p>The <a href="https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API">Fetch API</a> intends
+ to fix most of these problems. It does this by introducing the same primitives
+ to JS that are used in the HTTP protocol. In addition, it introduces a
+ utility function <code>fetch()</code> that succinctly captures the intention
+ of retrieving a resource from the network.</p>
+ <p>The <a href="https://fetch.spec.whatwg.org">Fetch specification</a>, which
+ defines the API, nails down the semantics of a user agent fetching a resource.
+ This, combined with ServiceWorkers, is an attempt to:</p>
+ <ol>
+ <li>Improve the offline experience.</li>
+ <li>Expose the building blocks of the Web to the platform as part of the
+ <a href="https://extensiblewebmanifesto.org/">extensible web movement</a>.</li>
+ </ol>
+ <p>As of this writing, the Fetch API is available in Firefox 39 (currently
+ Nightly) and Chrome 42 (currently dev). Github has a <a href="https://github.com/github/fetch">Fetch polyfill</a>.</p>
+
+<h2>Feature detection</h2>
+
+ <p>Fetch API support can be detected by checking for <code>Headers</code>,<code>Request</code>, <code>Response</code> or <code>fetch</code> on
+ the <code>window</code> or <code>worker</code> scope.</p>
+
+<h2>Simple fetching</h2>
+
+ <p>The most useful, high-level part of the Fetch API is the <code>fetch()</code> function.
+ In its simplest form it takes a URL and returns a promise that resolves
+ to the response. The response is captured as a <code>Response</code> object.</p>
+ <div><pre>fetch<span>(</span><span>"/data.json"</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>res<span>)</span> <span>{</span>
+ <span>// res instanceof Response == true.</span>
+ <span>if</span> <span>(</span>res.<span>ok</span><span>)</span> <span>{</span>
+ res.<span>json</span><span>(</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>data<span>)</span> <span>{</span>
+ console.<span>log</span><span>(</span>data.<span>entries</span><span>)</span><span>;</span>
+ <span>}</span><span>)</span><span>;</span>
+ <span>}</span> <span>else</span> <span>{</span>
+ console.<span>log</span><span>(</span><span>"Looks like the response wasn't perfect, got status"</span><span>,</span> res.<span>status</span><span>)</span><span>;</span>
+ <span>}</span>
+<span>}</span><span>,</span> <span>function</span><span>(</span>e<span>)</span> <span>{</span>
+ console.<span>log</span><span>(</span><span>"Fetch failed!"</span><span>,</span> e<span>)</span><span>;</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>Submitting some parameters, it would look like this:</p>
+ <div><pre>fetch<span>(</span><span>"http://www.example.org/submit.php"</span><span>,</span> <span>{</span>
+ method<span>:</span> <span>"POST"</span><span>,</span>
+ headers<span>:</span> <span>{</span>
+ <span>"Content-Type"</span><span>:</span> <span>"application/x-www-form-urlencoded"</span>
+ <span>}</span><span>,</span>
+ body<span>:</span> <span>"firstName=Nikhil&amp;favColor=blue&amp;password=easytoguess"</span>
+<span>}</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>res<span>)</span> <span>{</span>
+ <span>if</span> <span>(</span>res.<span>ok</span><span>)</span> <span>{</span>
+ alert<span>(</span><span>"Perfect! Your settings are saved."</span><span>)</span><span>;</span>
+ <span>}</span> <span>else</span> <span>if</span> <span>(</span>res.<span>status</span> <span>==</span> <span>401</span><span>)</span> <span>{</span>
+ alert<span>(</span><span>"Oops! You are not authorized."</span><span>)</span><span>;</span>
+ <span>}</span>
+<span>}</span><span>,</span> <span>function</span><span>(</span>e<span>)</span> <span>{</span>
+ alert<span>(</span><span>"Error submitting form!"</span><span>)</span><span>;</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>The <code>fetch()</code> function’s arguments are the same as those passed
+ to the
+ <br>
+<code>Request()</code> constructor, so you may directly pass arbitrarily
+ complex requests to <code>fetch()</code> as discussed below.</p>
+
+<h2>Headers</h2>
+
+ <p>Fetch introduces 3 interfaces. These are <code>Headers</code>, <code>Request</code> and
+ <br>
+<code>Response</code>. They map directly to the underlying HTTP concepts,
+ but have
+ <br>certain visibility filters in place for privacy and security reasons,
+ such as
+ <br>supporting CORS rules and ensuring cookies aren’t readable by third parties.</p>
+ <p>The <a href="https://fetch.spec.whatwg.org/#headers-class">Headers interface</a> is
+ a simple multi-map of names to values:</p>
+ <div><pre><span>var</span> content <span>=</span> <span>"Hello World"</span><span>;</span>
+<span>var</span> reqHeaders <span>=</span> <span>new</span> Headers<span>(</span><span>)</span><span>;</span>
+reqHeaders.<span>append</span><span>(</span><span>"Content-Type"</span><span>,</span> <span>"text/plain"</span>
+reqHeaders.<span>append</span><span>(</span><span>"Content-Length"</span><span>,</span> content.<span>length</span>.<span>toString</span><span>(</span><span>)</span><span>)</span><span>;</span>
+reqHeaders.<span>append</span><span>(</span><span>"X-Custom-Header"</span><span>,</span> <span>"ProcessThisImmediately"</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>The same can be achieved by passing an array of arrays or a JS object
+ literal
+ <br>to the constructor:</p>
+ <div><pre>reqHeaders <span>=</span> <span>new</span> Headers<span>(</span><span>{</span>
+ <span>"Content-Type"</span><span>:</span> <span>"text/plain"</span><span>,</span>
+ <span>"Content-Length"</span><span>:</span> content.<span>length</span>.<span>toString</span><span>(</span><span>)</span><span>,</span>
+ <span>"X-Custom-Header"</span><span>:</span> <span>"ProcessThisImmediately"</span><span>,</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>The contents can be queried and retrieved:</p>
+ <div><pre>console.<span>log</span><span>(</span>reqHeaders.<span>has</span><span>(</span><span>"Content-Type"</span><span>)</span><span>)</span><span>;</span> <span>// true</span>
+console.<span>log</span><span>(</span>reqHeaders.<span>has</span><span>(</span><span>"Set-Cookie"</span><span>)</span><span>)</span><span>;</span> <span>// false</span>
+reqHeaders.<span>set</span><span>(</span><span>"Content-Type"</span><span>,</span> <span>"text/html"</span><span>)</span><span>;</span>
+reqHeaders.<span>append</span><span>(</span><span>"X-Custom-Header"</span><span>,</span> <span>"AnotherValue"</span><span>)</span><span>;</span>
+&nbsp;
+console.<span>log</span><span>(</span>reqHeaders.<span>get</span><span>(</span><span>"Content-Length"</span><span>)</span><span>)</span><span>;</span> <span>// 11</span>
+console.<span>log</span><span>(</span>reqHeaders.<span>getAll</span><span>(</span><span>"X-Custom-Header"</span><span>)</span><span>)</span><span>;</span> <span>// ["ProcessThisImmediately", "AnotherValue"]</span>
+&nbsp;
+reqHeaders.<span>delete</span><span>(</span><span>"X-Custom-Header"</span><span>)</span><span>;</span>
+console.<span>log</span><span>(</span>reqHeaders.<span>getAll</span><span>(</span><span>"X-Custom-Header"</span><span>)</span><span>)</span><span>;</span> <span>// []</span></pre>
+ </div>
+ <p>Some of these operations are only useful in ServiceWorkers, but they provide
+ <br>a much nicer API to Headers.</p>
+ <p>Since Headers can be sent in requests, or received in responses, and have
+ various limitations about what information can and should be mutable, <code>Headers</code> objects
+ have a <strong>guard</strong> property. This is not exposed to the Web, but
+ it affects which mutation operations are allowed on the Headers object.
+ <br>Possible values are:</p>
+ <ul>
+ <li>“none”: default.</li>
+ <li>“request”: guard for a Headers object obtained from a Request (<code>Request.headers</code>).</li>
+ <li>“request-no-cors”: guard for a Headers object obtained from a Request
+ created
+ <br>with mode “no-cors”.</li>
+ <li>“response”: naturally, for Headers obtained from Response (<code>Response.headers</code>).</li>
+ <li>“immutable”: Mostly used for ServiceWorkers, renders a Headers object
+ <br>read-only.</li>
+ </ul>
+ <p>The details of how each guard affects the behaviors of the Headers object
+ are
+ <br>in the <a href="https://fetch.spec.whatwg.org">specification</a>. For example,
+ you may not append or set a “request” guarded Headers’ “Content-Length”
+ header. Similarly, inserting “Set-Cookie” into a Response header is not
+ allowed so that ServiceWorkers may not set cookies via synthesized Responses.</p>
+ <p>All of the Headers methods throw TypeError if <code>name</code> is not a
+ <a href="https://fetch.spec.whatwg.org/#concept-header-name">valid HTTP Header name</a>. The mutation operations will throw TypeError
+ if there is an immutable guard. Otherwise they fail silently. For example:</p>
+ <div><pre><span>var</span> res <span>=</span> Response.<span>error</span><span>(</span><span>)</span><span>;</span>
+<span>try</span> <span>{</span>
+ res.<span>headers</span>.<span>set</span><span>(</span><span>"Origin"</span><span>,</span> <span>"http://mybank.com"</span><span>)</span><span>;</span>
+<span>}</span> <span>catch</span><span>(</span>e<span>)</span> <span>{</span>
+ console.<span>log</span><span>(</span><span>"Cannot pretend to be a bank!"</span><span>)</span><span>;</span>
+<span>}</span></pre>
+ </div>
+
+<h2>Request</h2>
+
+ <p>The Request interface defines a request to fetch a resource over HTTP.
+ URL, method and headers are expected, but the Request also allows specifying
+ a body, a request mode, credentials and cache hints.</p>
+ <p>The simplest Request is of course, just a URL, as you may do to GET a
+ resource.</p>
+ <div><pre><span>var</span> req <span>=</span> <span>new</span> Request<span>(</span><span>"/index.html"</span><span>)</span><span>;</span>
+console.<span>log</span><span>(</span>req.<span>method</span><span>)</span><span>;</span> <span>// "GET"</span>
+console.<span>log</span><span>(</span>req.<span>url</span><span>)</span><span>;</span> <span>// "http://example.com/index.html"</span></pre>
+ </div>
+ <p>You may also pass a Request to the <code>Request()</code> constructor to
+ create a copy.
+ <br>(This is not the same as calling the <code>clone()</code> method, which
+ is covered in
+ <br>the “Reading bodies” section.).</p>
+ <div><pre><span>var</span> copy <span>=</span> <span>new</span> Request<span>(</span>req<span>)</span><span>;</span>
+console.<span>log</span><span>(</span>copy.<span>method</span><span>)</span><span>;</span> <span>// "GET"</span>
+console.<span>log</span><span>(</span>copy.<span>url</span><span>)</span><span>;</span> <span>// "http://example.com/index.html"</span></pre>
+ </div>
+ <p>Again, this form is probably only useful in ServiceWorkers.</p>
+ <p>The non-URL attributes of the <code>Request</code> can only be set by passing
+ initial
+ <br>values as a second argument to the constructor. This argument is a dictionary.</p>
+ <div><pre><span>var</span> uploadReq <span>=</span> <span>new</span> Request<span>(</span><span>"/uploadImage"</span><span>,</span> <span>{</span>
+ method<span>:</span> <span>"POST"</span><span>,</span>
+ headers<span>:</span> <span>{</span>
+ <span>"Content-Type"</span><span>:</span> <span>"image/png"</span><span>,</span>
+ <span>}</span><span>,</span>
+ body<span>:</span> <span>"image data"</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>The Request’s mode is used to determine if cross-origin requests lead
+ to valid responses, and which properties on the response are readable.
+ Legal mode values are <code>"same-origin"</code>, <code>"no-cors"</code> (default)
+ and <code>"cors"</code>.</p>
+ <p>The <code>"same-origin"</code> mode is simple, if a request is made to another
+ origin with this mode set, the result is simply an error. You could use
+ this to ensure that
+ <br>a request is always being made to your origin.</p>
+ <div><pre><span>var</span> arbitraryUrl <span>=</span> document.<span>getElementById</span><span>(</span><span>"url-input"</span><span>)</span>.<span>value</span><span>;</span>
+fetch<span>(</span>arbitraryUrl<span>,</span> <span>{</span> mode<span>:</span> <span>"same-origin"</span> <span>}</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>res<span>)</span> <span>{</span>
+ console.<span>log</span><span>(</span><span>"Response succeeded?"</span><span>,</span> res.<span>ok</span><span>)</span><span>;</span>
+<span>}</span><span>,</span> <span>function</span><span>(</span>e<span>)</span> <span>{</span>
+ console.<span>log</span><span>(</span><span>"Please enter a same-origin URL!"</span><span>)</span><span>;</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>The <code>"no-cors"</code> mode captures what the web platform does by default
+ for scripts you import from CDNs, images hosted on other domains, and so
+ on. First, it prevents the method from being anything other than “HEAD”,
+ “GET” or “POST”. Second, if any ServiceWorkers intercept these requests,
+ they may not add or override any headers except for <a href="https://fetch.spec.whatwg.org/#simple-header">these</a>.
+ Third, JavaScript may not access any properties of the resulting Response.
+ This ensures that ServiceWorkers do not affect the semantics of the Web
+ and prevents security and privacy issues that could arise from leaking
+ data across domains.</p>
+ <p><code>"cors"</code> mode is what you’ll usually use to make known cross-origin
+ requests to access various APIs offered by other vendors. These are expected
+ to adhere to
+ <br>the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS">CORS protocol</a>.
+ Only a <a href="https://fetch.spec.whatwg.org/#concept-filtered-response-cors">limited set</a> of
+ headers is exposed in the Response, but the body is readable. For example,
+ you could get a list of Flickr’s <a href="https://www.flickr.com/services/api/flickr.interestingness.getList.html">most interesting</a> photos
+ today like this:</p>
+ <div><pre><span>var</span> u <span>=</span> <span>new</span> URLSearchParams<span>(</span><span>)</span><span>;</span>
+u.<span>append</span><span>(</span><span>'method'</span><span>,</span> <span>'flickr.interestingness.getList'</span><span>)</span><span>;</span>
+u.<span>append</span><span>(</span><span>'api_key'</span><span>,</span> <span>'&lt;insert api key here&gt;'</span><span>)</span><span>;</span>
+u.<span>append</span><span>(</span><span>'format'</span><span>,</span> <span>'json'</span><span>)</span><span>;</span>
+u.<span>append</span><span>(</span><span>'nojsoncallback'</span><span>,</span> <span>'1'</span><span>)</span><span>;</span>
+&nbsp;
+<span>var</span> apiCall <span>=</span> fetch<span>(</span><span>'https://api.flickr.com/services/rest?'</span> <span>+</span> u<span>)</span><span>;</span>
+&nbsp;
+apiCall.<span>then</span><span>(</span><span>function</span><span>(</span>response<span>)</span> <span>{</span>
+ <span>return</span> response.<span>json</span><span>(</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>json<span>)</span> <span>{</span>
+ <span>// photo is a list of photos.</span>
+ <span>return</span> json.<span>photos</span>.<span>photo</span><span>;</span>
+ <span>}</span><span>)</span><span>;</span>
+<span>}</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>photos<span>)</span> <span>{</span>
+ photos.<span>forEach</span><span>(</span><span>function</span><span>(</span>photo<span>)</span> <span>{</span>
+ console.<span>log</span><span>(</span>photo.<span>title</span><span>)</span><span>;</span>
+ <span>}</span><span>)</span><span>;</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>You may not read out the “Date” header since Flickr does not allow it
+ via
+ <br>
+<code>Access-Control-Expose-Headers</code>.</p>
+ <div><pre>response.<span>headers</span>.<span>get</span><span>(</span><span>"Date"</span><span>)</span><span>;</span> <span>// null</span></pre>
+ </div>
+ <p>The <code>credentials</code> enumeration determines if cookies for the other
+ domain are
+ <br>sent to cross-origin requests. This is similar to XHR’s <code>withCredentials</code>
+ <br>flag, but tri-valued as <code>"omit"</code> (default), <code>"same-origin"</code> and <code>"include"</code>.</p>
+ <p>The Request object will also give the ability to offer caching hints to
+ the user-agent. This is currently undergoing some <a href="https://github.com/slightlyoff/ServiceWorker/issues/585">security review</a>.
+ Firefox exposes the attribute, but it has no effect.</p>
+ <p>Requests have two read-only attributes that are relevant to ServiceWorkers
+ <br>intercepting them. There is the string <code>referrer</code>, which is
+ set by the UA to be
+ <br>the referrer of the Request. This may be an empty string. The other is
+ <br>
+<code>context</code> which is a rather <a href="https://fetch.spec.whatwg.org/#requestcredentials">large enumeration</a> defining
+ what sort of resource is being fetched. This could be “image” if the request
+ is from an
+ &lt;img&gt;tag in the controlled document, “worker” if it is an attempt to load a
+ worker script, and so on. When used with the <code>fetch()</code> function,
+ it is “fetch”.</p>
+
+<h2>Response</h2>
+
+ <p><code>Response</code> instances are returned by calls to <code>fetch()</code>.
+ They can also be created by JS, but this is only useful in ServiceWorkers.</p>
+ <p>We have already seen some attributes of Response when we looked at <code>fetch()</code>.
+ The most obvious candidates are <code>status</code>, an integer (default
+ value 200) and <code>statusText</code> (default value “OK”), which correspond
+ to the HTTP status code and reason. The <code>ok</code> attribute is just
+ a shorthand for checking that <code>status</code> is in the range 200-299
+ inclusive.</p>
+ <p><code>headers</code> is the Response’s Headers object, with guard “response”.
+ The <code>url</code> attribute reflects the URL of the corresponding request.</p>
+ <p>Response also has a <code>type</code>, which is “basic”, “cors”, “default”,
+ “error” or
+ <br>“opaque”.</p>
+ <ul>
+ <li><code>"basic"</code>: normal, same origin response, with all headers exposed
+ except
+ <br>“Set-Cookie” and “Set-Cookie2″.</li>
+ <li><code>"cors"</code>: response was received from a valid cross-origin request.
+ <a href="https://fetch.spec.whatwg.org/#concept-filtered-response-cors">Certain headers and the body</a>may be accessed.</li>
+ <li><code>"error"</code>: network error. No useful information describing
+ the error is available. The Response’s status is 0, headers are empty and
+ immutable. This is the type for a Response obtained from <code>Response.error()</code>.</li>
+ <li><code>"opaque"</code>: response for “no-cors” request to cross-origin
+ resource. <a href="https://fetch.spec.whatwg.org/#concept-filtered-response-opaque">Severely<br>
+ restricted</a>
+ </li>
+ </ul>
+ <p>The “error” type results in the <code>fetch()</code> Promise rejecting with
+ TypeError.</p>
+ <p>There are certain attributes that are useful only in a ServiceWorker scope.
+ The
+ <br>idiomatic way to return a Response to an intercepted request in ServiceWorkers
+ is:</p>
+ <div><pre>addEventListener<span>(</span><span>'fetch'</span><span>,</span> <span>function</span><span>(</span>event<span>)</span> <span>{</span>
+ event.<span>respondWith</span><span>(</span><span>new</span> Response<span>(</span><span>"Response body"</span><span>,</span> <span>{</span>
+ headers<span>:</span> <span>{</span> <span>"Content-Type"</span> <span>:</span> <span>"text/plain"</span> <span>}</span>
+ <span>}</span><span>)</span><span>;</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>As you can see, Response has a two argument constructor, where both arguments
+ are optional. The first argument is a body initializer, and the second
+ is a dictionary to set the <code>status</code>, <code>statusText</code> and <code>headers</code>.</p>
+ <p>The static method <code>Response.error()</code> simply returns an error
+ response. Similarly, <code>Response.redirect(url, status)</code> returns
+ a Response resulting in
+ <br>a redirect to <code>url</code>.</p>
+
+<h2>Dealing with bodies</h2>
+
+ <p>Both Requests and Responses may contain body data. We’ve been glossing
+ over it because of the various data types body may contain, but we will
+ cover it in detail now.</p>
+ <p>A body is an instance of any of the following types.</p>
+ <ul>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer">ArrayBuffer</a>
+ </li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView">ArrayBufferView</a> (Uint8Array
+ and friends)</li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Blob">Blob</a>/
+ <a href="https://developer.mozilla.org/en-US/docs/Web/API/File">File</a>
+ </li>
+ <li>string</li>
+ <li><a href="https://url.spec.whatwg.org/#interface-urlsearchparams">URLSearchParams</a>
+ </li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/FormData">FormData</a> –
+ currently not supported by either Gecko or Blink. Firefox expects to ship
+ this in version 39 along with the rest of Fetch.</li>
+ </ul>
+ <p>In addition, Request and Response both offer the following methods to
+ extract their body. These all return a Promise that is eventually resolved
+ with the actual content.</p>
+ <ul>
+ <li><code>arrayBuffer()</code>
+ </li>
+ <li><code>blob()</code>
+ </li>
+ <li><code>json()</code>
+ </li>
+ <li><code>text()</code>
+ </li>
+ <li><code>formData()</code>
+ </li>
+ </ul>
+ <p>This is a significant improvement over XHR in terms of ease of use of
+ non-text data!</p>
+ <p>Request bodies can be set by passing <code>body</code> parameters:</p>
+ <div><pre><span>var</span> form <span>=</span> <span>new</span> FormData<span>(</span>document.<span>getElementById</span><span>(</span><span>'login-form'</span><span>)</span><span>)</span><span>;</span>
+fetch<span>(</span><span>"/login"</span><span>,</span> <span>{</span>
+ method<span>:</span> <span>"POST"</span><span>,</span>
+ body<span>:</span> form
+<span>}</span><span>)</span></pre>
+ </div>
+ <p>Responses take the first argument as the body.</p>
+ <div><pre><span>var</span> res <span>=</span> <span>new</span> Response<span>(</span><span>new</span> File<span>(</span><span>[</span><span>"chunk"</span><span>,</span> <span>"chunk"</span><span>]</span><span>,</span> <span>"archive.zip"</span><span>,</span>
+ <span>{</span> type<span>:</span> <span>"application/zip"</span> <span>}</span><span>)</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>Both Request and Response (and by extension the <code>fetch()</code> function),
+ will try to intelligently <a href="https://fetch.spec.whatwg.org/#concept-bodyinit-extract">determine the content type</a>.
+ Request will also automatically set a “Content-Type” header if none is
+ set in the dictionary.</p>
+
+<h3>Streams and cloning</h3>
+
+ <p>It is important to realise that Request and Response bodies can only be
+ read once! Both interfaces have a boolean attribute <code>bodyUsed</code> to
+ determine if it is safe to read or not.</p>
+ <div><pre><span>var</span> res <span>=</span> <span>new</span> Response<span>(</span><span>"one time use"</span><span>)</span><span>;</span>
+console.<span>log</span><span>(</span>res.<span>bodyUsed</span><span>)</span><span>;</span> <span>// false</span>
+res.<span>text</span><span>(</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>v<span>)</span> <span>{</span>
+ console.<span>log</span><span>(</span>res.<span>bodyUsed</span><span>)</span><span>;</span> <span>// true</span>
+<span>}</span><span>)</span><span>;</span>
+console.<span>log</span><span>(</span>res.<span>bodyUsed</span><span>)</span><span>;</span> <span>// true</span>
+&nbsp;
+res.<span>text</span><span>(</span><span>)</span>.<span>catch</span><span>(</span><span>function</span><span>(</span>e<span>)</span> <span>{</span>
+ console.<span>log</span><span>(</span><span>"Tried to read already consumed Response"</span><span>)</span><span>;</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+ <p>This decision allows easing the transition to an eventual <a href="https://streams.spec.whatwg.org/">stream-based</a> Fetch
+ API. The intention is to let applications consume data as it arrives, allowing
+ for JavaScript to deal with larger files like videos, and perform things
+ like compression and editing on the fly.</p>
+ <p>Often, you’ll want access to the body multiple times. For example, you
+ can use the upcoming <a href="http://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-objects">Cache API</a> to
+ store Requests and Responses for offline use, and Cache requires bodies
+ to be available for reading.</p>
+ <p>So how do you read out the body multiple times within such constraints?
+ The API provides a <code>clone()</code> method on the two interfaces. This
+ will return a clone of the object, with a ‘new’ body. <code>clone()</code> MUST
+ be called before the body of the corresponding object has been used. That
+ is, <code>clone()</code> first, read later.</p>
+ <div><pre>addEventListener<span>(</span><span>'fetch'</span><span>,</span> <span>function</span><span>(</span>evt<span>)</span> <span>{</span>
+ <span>var</span> sheep <span>=</span> <span>new</span> Response<span>(</span><span>"Dolly"</span><span>)</span><span>;</span>
+ console.<span>log</span><span>(</span>sheep.<span>bodyUsed</span><span>)</span><span>;</span> <span>// false</span>
+ <span>var</span> clone <span>=</span> sheep.<span>clone</span><span>(</span><span>)</span><span>;</span>
+ console.<span>log</span><span>(</span>clone.<span>bodyUsed</span><span>)</span><span>;</span> <span>// false</span>
+&nbsp;
+ clone.<span>text</span><span>(</span><span>)</span><span>;</span>
+ console.<span>log</span><span>(</span>sheep.<span>bodyUsed</span><span>)</span><span>;</span> <span>// false</span>
+ console.<span>log</span><span>(</span>clone.<span>bodyUsed</span><span>)</span><span>;</span> <span>// true</span>
+&nbsp;
+ evt.<span>respondWith</span><span>(</span>cache.<span>add</span><span>(</span>sheep.<span>clone</span><span>(</span><span>)</span><span>)</span>.<span>then</span><span>(</span><span>function</span><span>(</span>e<span>)</span> <span>{</span>
+ <span>return</span> sheep<span>;</span>
+ <span>}</span><span>)</span><span>;</span>
+<span>}</span><span>)</span><span>;</span></pre>
+ </div>
+
+<h2>Future improvements</h2>
+
+ <p>Along with the transition to streams, Fetch will eventually have the ability
+ to abort running <code>fetch()</code>es and some way to report the progress
+ of a fetch. These are provided by XHR, but are a little tricky to fit in
+ the Promise-based nature of the Fetch API.</p>
+ <p>You can contribute to the evolution of this API by participating in discussions
+ on the <a href="https://whatwg.org/mailing-list">WHATWG mailing list</a> and
+ in the issues in the <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=WHATWG&amp;component=Fetch&amp;resolution=---">Fetch</a> and
+ <a href="https://github.com/slightlyoff/ServiceWorker/issues">ServiceWorker</a>specifications.</p>
+ <p>For a better web!</p>
+ <p><em>The author would like to thank Andrea Marchesini, Anne van Kesteren and Ben<br>
+Kelly for helping with the specification and implementation.</em>
+ </p>
+
+ </article>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/002/source.html b/vendor/fivefilters/readability.php/test/test-pages/002/source.html
new file mode 100644
index 0000000..48befba
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/002/source.html
@@ -0,0 +1,1131 @@
+<!DOCTYPE html>
+<html lang="en-US" id="hacks-mozilla-org">
+
+ <head>
+ <meta name="viewport" content="width=device-width"/>
+ <meta charset="UTF-8"/>
+ <!-- OpenGraph metadata -->
+ <meta property="og:site_name" content="Mozilla Hacks – the Web developer blog"/>
+ <meta property="og:title" content="This API is so Fetching!"/>
+ <meta property="og:url" content="https://hacks.mozilla.org/2015/03/this-api-is-so-fetching/"/>
+ <meta property="og:description" content="For more than a decade the Web has used XMLHttpRequest (XHR) to achieve asynchronous requests in JavaScript. While very useful, XHR is not a very ..."/>
+ <!--[if IE]>
+ <meta name="MSSmartTagsPreventParsing" content="true"/>
+ <meta http-equiv="imagetoolbar" content="no"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
+ <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+ <link rel="shortcut icon" type="image/ico" href="https://hacks.mozilla.org/wp-content/themes/Hacks2013/favicon.ico"/>
+ <link rel="home" href="/"/>
+ <link rel="copyright" href="#copyright"/>
+ <link rel="stylesheet" type="text/css" media="screen,projection" href="https://hacks.mozilla.org/wp-content/themes/Hacks2013/style.css"/>
+ <link rel="stylesheet" type="text/css" media="print,handheld" href="https://hacks.mozilla.org/wp-content/themes/Hacks2013/css/print.css"/>
+ <link rel="stylesheet" type="text/css" media="all" href="https://www.mozilla.org/tabzilla/media/css/tabzilla.css"/>
+ <link rel="stylesheet" type="text/css" media="all" href="https://hacks.mozilla.org/wp-content/themes/Hacks2013/css/socialshare.css"/>
+ <link rel="alternate" type="application/rss+xml" title="Mozilla Hacks – the Web developer blog RSS Feed"
+ href="https://hacks.mozilla.org/feed/"/>
+ <link rel="pingback" href="https://hacks.mozilla.org/xmlrpc.php"/>
+ <link rel="canonical" href="https://hacks.mozilla.org/2015/03/this-api-is-so-fetching/"/>
+ <!--[if lte IE 7]>
+ <link rel="stylesheet" type="text/css" media="all" href="https://hacks.mozilla.org/wp-content/themes/Hacks2013/css/ie7.css"
+ />
+ <![endif]-->
+ <!--[if lte IE 6]>
+ <link rel="stylesheet" type="text/css" media="all" href="https://hacks.mozilla.org/wp-content/themes/Hacks2013/css/ie6.css"
+ />
+ <![endif]-->
+ <title>This API is so Fetching! ✩ Mozilla Hacks – the Web developer blog</title>
+ <script
+ type="text/javascript">window.hacks = {}; // http://cfsimplicity.com/61/removing-analytics-clutter-from-campaign-urls
+ var removeUtms = function(){ var l = window.location; if( l.hash.indexOf(
+ "utm" ) != -1 ){ var anchor = l.hash.match(/#(?!utm)[^&]+/); anchor = anchor?
+ anchor[0]: ''; if(!anchor && window.history.replaceState){ history.replaceState({},'',
+ l.pathname + l.search); } else { l.hash = anchor; } }; }; var _gaq = _gaq
+ || []; _gaq.push(['_setAccount', 'UA-35433268-8'], ['_setAllowAnchor',
+ true]); _gaq.push (['_gat._anonymizeIp']); _gaq.push(['_trackPageview']);
+ _gaq.push( removeUtms ); (function(d, k) { var ga = d.createElement(k);
+ ga.type = 'text/javascript'; ga.async = true; ga.src = 'https://ssl.google-analytics.com/ga.js';
+ var s = d.getElementsByTagName(k)[0]; s.parentNode.insertBefore(ga, s);
+ })(document, 'script');</script>
+ <link rel="alternate" type="application/rss+xml"
+ title="Mozilla Hacks - the Web developer blog » This API is so Fetching! Comments Feed"
+ href="https://hacks.mozilla.org/2015/03/this-api-is-so-fetching/feed/"/>
+ <link rel="stylesheet" id="wp-syntax-css-css" href="https://hacks.mozilla.org/wp-content/plugins/wp-syntax/css/wp-syntax.css?ver=1.0"
+ type="text/css" media="all"/>
+ <script type="text/javascript" src="https://hacks.mozilla.org/wp-includes/js/jquery/jquery.js?ver=1.11.1"></script>
+ <script type="text/javascript" src="https://hacks.mozilla.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1"></script>
+ <script type="text/javascript" src="https://hacks.mozilla.org/wp-content/themes/Hacks2013/js/fc-checkcomment.js?ver=4.1"></script>
+ <script type="text/javascript" src="https://hacks.mozilla.org/wp-content/themes/Hacks2013/js/analytics.js?ver=4.1"></script>
+ <script type="text/javascript" src="https://hacks.mozilla.org/wp-content/themes/Hacks2013/js/socialshare.min.js?ver=4.1"></script>
+ <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hacks.mozilla.org/xmlrpc.php?rsd"/>
+ <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://hacks.mozilla.org/wp-includes/wlwmanifest.xml"/>
+ <link rel="prev" title="Ruby support in Firefox Developer Edition 38"
+ href="https://hacks.mozilla.org/2015/03/ruby-support-in-firefox-developer-edition-38/"/>
+ <link rel="next" title="Optimising SVG images" href="https://hacks.mozilla.org/2015/03/optimising-svg-images/"/>
+ <link rel="canonical" href="https://hacks.mozilla.org/2015/03/this-api-is-so-fetching/"/>
+ <link rel="shortlink" href="https://hacks.mozilla.org/?p=28260"/>
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-36116321-4']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ </head>
+
+ <body class="single single-post postid-28260 single-format-standard">
+ <div id="outer-wrapper">
+ <ul id="nav-access" role="navigation">
+ <li><a href="#content-main">Skip to content</a>
+ </li>
+ </ul>
+ <header id="branding">
+ <h4 id="logo">hacks.mozilla.org <a href="https://hacks.mozilla.org" title="Go to the home page">Home</a></h4>
+
+ <form id="fm-search" method="get" action="https://hacks.mozilla.org/"
+ role="search">
+ <p>
+ <input type="search" placeholder="Search hacks.mozilla.org" value="" name="s"
+ id="s"/>
+ <button type="submit">Go</button>
+ </p>
+ </form>
+ <nav id="nav-main">
+ <ul role="navigation">
+ <li><a href="https://hacks.mozilla.org">Home</a>
+ </li>
+ <li><a href="https://hacks.mozilla.org/articles/">Articles</a>
+ </li>
+ <li><a href="https://hacks.mozilla.org/demos/">Demos</a>
+ </li>
+ <li><a href="https://hacks.mozilla.org/about/">About</a>
+ </li>
+ </ul>
+ </nav> <a href="#" id="tabzilla">Mozilla</a>
+
+ </header>
+ <!-- /#branding -->
+ <div id="content">
+ <div id="content-head">
+ <ul class="nav-crumbs">
+ <li><a href="https://hacks.mozilla.org" title="Go to the home page">Home</a>
+ </li>
+ <li><a href="https://hacks.mozilla.org/articles/">Articles</a>
+ </li>
+ </ul>
+ <h1 class="page-title">This API is so Fetching!</h1>
+
+ <ul class="nav-paging">
+ <li class="prev"><a href="https://hacks.mozilla.org/2015/03/ruby-support-in-firefox-developer-edition-38/"
+ rel="prev">Older Article</a>
+ </li>
+ <li class="next"><a href="https://hacks.mozilla.org/2015/03/optimising-svg-images/" rel="next">Newer Article</a>
+ </li>
+ </ul>
+ <div id="content-bar" class="single">
+ <div class="entry-meta">
+ <p class="entry-posted">on <abbr class="published" title="2015-03-10T08:05:41-07:00">March 10, 2015</abbr>
+by
+ <a
+ href="https://hacks.mozilla.org/author/nmarathemozilla-com/" title="Posts by Nikhil Marathe"
+ class="url fn" rel="author">Nikhil Marathe</a>
+ </p>
+ <p class="entry-cat">in <a href="https://hacks.mozilla.org/category/featured/" rel="category tag">Featured Article</a>
+ <a
+ href="https://hacks.mozilla.org/category/serviceworkers/" rel="category tag">ServiceWorkers</a> <a href="https://hacks.mozilla.org/category/web-workers/"
+ rel="category tag">Web Workers</a> <a href="https://hacks.mozilla.org/category/webapi/"
+ rel="category tag">WebAPI</a>
+ </p>
+ </div>
+ <ul class="entry-extra">
+ <li class="comments"> <a href="https://hacks.mozilla.org/2015/03/this-api-is-so-fetching/#comments">2 comments</a>
+
+ </li>
+ <li class="share">
+ <div class="socialshare" data-type="small-bubbles"></div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- /#content-head -->
+ <main id="content-main" class="hfeed">
+ <article class="post" role="article">
+ <p>For more than a decade the Web has used XMLHttpRequest (XHR) to achieve
+ asynchronous requests in JavaScript. While very useful, XHR is not a very
+ nice API. It suffers from lack of separation of concerns. The input, output
+ and state are all managed by interacting with one object, and state is
+ tracked using events. Also, the event-based model doesn’t play well with
+ JavaScript’s recent focus on Promise- and generator-based asynchronous
+ programming.</p>
+ <p>The <a href="https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API">Fetch API</a> intends
+ to fix most of these problems. It does this by introducing the same primitives
+ to JS that are used in the HTTP protocol. In addition, it introduces a
+ utility function <code>fetch()</code> that succinctly captures the intention
+ of retrieving a resource from the network.</p>
+ <p>The <a href="https://fetch.spec.whatwg.org">Fetch specification</a>, which
+ defines the API, nails down the semantics of a user agent fetching a resource.
+ This, combined with ServiceWorkers, is an attempt to:</p>
+ <ol>
+ <li>Improve the offline experience.</li>
+ <li>Expose the building blocks of the Web to the platform as part of the
+ <a
+ href="https://extensiblewebmanifesto.org/">extensible web movement</a>.</li>
+ </ol>
+ <p>As of this writing, the Fetch API is available in Firefox 39 (currently
+ Nightly) and Chrome 42 (currently dev). Github has a <a href="https://github.com/github/fetch">Fetch polyfill</a>.</p>
+
+<h2>Feature detection</h2>
+
+ <p>Fetch API support can be detected by checking for <code>Headers</code>,<code>Request</code>, <code>Response</code> or <code>fetch</code> on
+ the <code>window</code> or <code>worker</code> scope.</p>
+
+<h2>Simple fetching</h2>
+
+ <p>The most useful, high-level part of the Fetch API is the <code>fetch()</code> function.
+ In its simplest form it takes a URL and returns a promise that resolves
+ to the response. The response is captured as a <code>Response</code> object.</p>
+ <div
+ class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;">fetch<span style="color: #009900;">(</span><span style="color: #3366CC;">"/data.json"</span><span style="color: #009900;">)</span>.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>res<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ <span style="color: #006600; font-style: italic;">// res instanceof Response == true.</span>
+ <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">(</span>res.<span style="color: #660066;">ok</span><span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ res.<span style="color: #660066;">json</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span>.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>data<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>data.<span style="color: #660066;">entries</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ <span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ <span style="color: #009900;">}</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Looks like the response wasn't perfect, got status"</span><span style="color: #339933;">,</span> res.<span style="color: #660066;">status</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ <span style="color: #009900;">}</span>
+<span style="color: #009900;">}</span><span style="color: #339933;">,</span> <span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>e<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Fetch failed!"</span><span style="color: #339933;">,</span> e<span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>Submitting some parameters, it would look like this:</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;">fetch<span style="color: #009900;">(</span><span style="color: #3366CC;">"http://www.example.org/submit.php"</span><span style="color: #339933;">,</span> <span style="color: #009900;">{</span>
+ method<span style="color: #339933;">:</span> <span style="color: #3366CC;">"POST"</span><span style="color: #339933;">,</span>
+ headers<span style="color: #339933;">:</span> <span style="color: #009900;">{</span>
+ <span style="color: #3366CC;">"Content-Type"</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">"application/x-www-form-urlencoded"</span>
+ <span style="color: #009900;">}</span><span style="color: #339933;">,</span>
+ body<span style="color: #339933;">:</span> <span style="color: #3366CC;">"firstName=Nikhil&amp;favColor=blue&amp;password=easytoguess"</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span>.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>res<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">(</span>res.<span style="color: #660066;">ok</span><span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ alert<span style="color: #009900;">(</span><span style="color: #3366CC;">"Perfect! Your settings are saved."</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ <span style="color: #009900;">}</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">(</span>res.<span style="color: #660066;">status</span> <span style="color: #339933;">==</span> <span style="color: #CC0000;">401</span><span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ alert<span style="color: #009900;">(</span><span style="color: #3366CC;">"Oops! You are not authorized."</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ <span style="color: #009900;">}</span>
+<span style="color: #009900;">}</span><span style="color: #339933;">,</span> <span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>e<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ alert<span style="color: #009900;">(</span><span style="color: #3366CC;">"Error submitting form!"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>The <code>fetch()</code> function’s arguments are the same as those passed
+ to the
+ <br/>
+<code>Request()</code> constructor, so you may directly pass arbitrarily
+ complex requests to <code>fetch()</code> as discussed below.</p>
+
+<h2>Headers</h2>
+
+ <p>Fetch introduces 3 interfaces. These are <code>Headers</code>, <code>Request</code> and
+ <br/>
+<code>Response</code>. They map directly to the underlying HTTP concepts,
+ but have
+ <br/>certain visibility filters in place for privacy and security reasons,
+ such as
+ <br/>supporting CORS rules and ensuring cookies aren’t readable by third parties.</p>
+ <p>The <a href="https://fetch.spec.whatwg.org/#headers-class">Headers interface</a> is
+ a simple multi-map of names to values:</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> content <span style="color: #339933;">=</span> <span style="color: #3366CC;">"Hello World"</span><span style="color: #339933;">;</span>
+<span style="color: #000066; font-weight: bold;">var</span> reqHeaders <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> Headers<span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+reqHeaders.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Content-Type"</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">"text/plain"</span>
+reqHeaders.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Content-Length"</span><span style="color: #339933;">,</span> content.<span style="color: #660066;">length</span>.<span style="color: #660066;">toString</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+reqHeaders.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"X-Custom-Header"</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">"ProcessThisImmediately"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>The same can be achieved by passing an array of arrays or a JS object
+ literal
+ <br/>to the constructor:</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;">reqHeaders <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> Headers<span style="color: #009900;">(</span><span style="color: #009900;">{</span>
+ <span style="color: #3366CC;">"Content-Type"</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">"text/plain"</span><span style="color: #339933;">,</span>
+ <span style="color: #3366CC;">"Content-Length"</span><span style="color: #339933;">:</span> content.<span style="color: #660066;">length</span>.<span style="color: #660066;">toString</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">,</span>
+ <span style="color: #3366CC;">"X-Custom-Header"</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">"ProcessThisImmediately"</span><span style="color: #339933;">,</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>The contents can be queried and retrieved:</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;">console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>reqHeaders.<span style="color: #660066;">has</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Content-Type"</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// true</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>reqHeaders.<span style="color: #660066;">has</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Set-Cookie"</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// false</span>
+reqHeaders.<span style="color: #000066; font-weight: bold;">set</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Content-Type"</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">"text/html"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+reqHeaders.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"X-Custom-Header"</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">"AnotherValue"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+&nbsp;
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>reqHeaders.<span style="color: #000066; font-weight: bold;">get</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Content-Length"</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 11</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>reqHeaders.<span style="color: #660066;">getAll</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"X-Custom-Header"</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// ["ProcessThisImmediately", "AnotherValue"]</span>
+&nbsp;
+reqHeaders.<span style="color: #000066; font-weight: bold;">delete</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"X-Custom-Header"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>reqHeaders.<span style="color: #660066;">getAll</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"X-Custom-Header"</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// []</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>Some of these operations are only useful in ServiceWorkers, but they provide
+ <br/>a much nicer API to Headers.</p>
+ <p>Since Headers can be sent in requests, or received in responses, and have
+ various limitations about what information can and should be mutable, <code>Headers</code> objects
+ have a <strong>guard</strong> property. This is not exposed to the Web, but
+ it affects which mutation operations are allowed on the Headers object.
+ <br/>Possible values are:</p>
+ <ul>
+ <li>“none”: default.</li>
+ <li>“request”: guard for a Headers object obtained from a Request (<code>Request.headers</code>).</li>
+ <li>“request-no-cors”: guard for a Headers object obtained from a Request
+ created
+ <br/>with mode “no-cors”.</li>
+ <li>“response”: naturally, for Headers obtained from Response (<code>Response.headers</code>).</li>
+ <li>“immutable”: Mostly used for ServiceWorkers, renders a Headers object
+ <br/>read-only.</li>
+ </ul>
+ <p>The details of how each guard affects the behaviors of the Headers object
+ are
+ <br/>in the <a href="https://fetch.spec.whatwg.org">specification</a>. For example,
+ you may not append or set a “request” guarded Headers’ “Content-Length”
+ header. Similarly, inserting “Set-Cookie” into a Response header is not
+ allowed so that ServiceWorkers may not set cookies via synthesized Responses.</p>
+ <p>All of the Headers methods throw TypeError if <code>name</code> is not a
+ <a
+ href="https://fetch.spec.whatwg.org/#concept-header-name">valid HTTP Header name</a>. The mutation operations will throw TypeError
+ if there is an immutable guard. Otherwise they fail silently. For example:</p>
+ <div
+ class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> res <span style="color: #339933;">=</span> Response.<span style="color: #660066;">error</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #000066; font-weight: bold;">try</span> <span style="color: #009900;">{</span>
+ res.<span style="color: #660066;">headers</span>.<span style="color: #000066; font-weight: bold;">set</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Origin"</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">"http://mybank.com"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span> <span style="color: #000066; font-weight: bold;">catch</span><span style="color: #009900;">(</span>e<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Cannot pretend to be a bank!"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+
+<h2>Request</h2>
+
+ <p>The Request interface defines a request to fetch a resource over HTTP.
+ URL, method and headers are expected, but the Request also allows specifying
+ a body, a request mode, credentials and cache hints.</p>
+ <p>The simplest Request is of course, just a URL, as you may do to GET a
+ resource.</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> req <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> Request<span style="color: #009900;">(</span><span style="color: #3366CC;">"/index.html"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>req.<span style="color: #660066;">method</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// "GET"</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>req.<span style="color: #660066;">url</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// "http://example.com/index.html"</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>You may also pass a Request to the <code>Request()</code> constructor to
+ create a copy.
+ <br/>(This is not the same as calling the <code>clone()</code> method, which
+ is covered in
+ <br/>the “Reading bodies” section.).</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> copy <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> Request<span style="color: #009900;">(</span>req<span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>copy.<span style="color: #660066;">method</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// "GET"</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>copy.<span style="color: #660066;">url</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// "http://example.com/index.html"</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>Again, this form is probably only useful in ServiceWorkers.</p>
+ <p>The non-URL attributes of the <code>Request</code> can only be set by passing
+ initial
+ <br/>values as a second argument to the constructor. This argument is a dictionary.</p>
+ <div
+ class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> uploadReq <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> Request<span style="color: #009900;">(</span><span style="color: #3366CC;">"/uploadImage"</span><span style="color: #339933;">,</span> <span style="color: #009900;">{</span>
+ method<span style="color: #339933;">:</span> <span style="color: #3366CC;">"POST"</span><span style="color: #339933;">,</span>
+ headers<span style="color: #339933;">:</span> <span style="color: #009900;">{</span>
+ <span style="color: #3366CC;">"Content-Type"</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">"image/png"</span><span style="color: #339933;">,</span>
+ <span style="color: #009900;">}</span><span style="color: #339933;">,</span>
+ body<span style="color: #339933;">:</span> <span style="color: #3366CC;">"image data"</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>The Request’s mode is used to determine if cross-origin requests lead
+ to valid responses, and which properties on the response are readable.
+ Legal mode values are <code>"same-origin"</code>, <code>"no-cors"</code> (default)
+ and <code>"cors"</code>.</p>
+ <p>The <code>"same-origin"</code> mode is simple, if a request is made to another
+ origin with this mode set, the result is simply an error. You could use
+ this to ensure that
+ <br/>a request is always being made to your origin.</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> arbitraryUrl <span style="color: #339933;">=</span> document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"url-input"</span><span style="color: #009900;">)</span>.<span style="color: #660066;">value</span><span style="color: #339933;">;</span>
+fetch<span style="color: #009900;">(</span>arbitraryUrl<span style="color: #339933;">,</span> <span style="color: #009900;">{</span> mode<span style="color: #339933;">:</span> <span style="color: #3366CC;">"same-origin"</span> <span style="color: #009900;">}</span><span style="color: #009900;">)</span>.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>res<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Response succeeded?"</span><span style="color: #339933;">,</span> res.<span style="color: #660066;">ok</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #339933;">,</span> <span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>e<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Please enter a same-origin URL!"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>The <code>"no-cors"</code> mode captures what the web platform does by default
+ for scripts you import from CDNs, images hosted on other domains, and so
+ on. First, it prevents the method from being anything other than “HEAD”,
+ “GET” or “POST”. Second, if any ServiceWorkers intercept these requests,
+ they may not add or override any headers except for <a href="https://fetch.spec.whatwg.org/#simple-header">these</a>.
+ Third, JavaScript may not access any properties of the resulting Response.
+ This ensures that ServiceWorkers do not affect the semantics of the Web
+ and prevents security and privacy issues that could arise from leaking
+ data across domains.</p>
+ <p><code>"cors"</code> mode is what you’ll usually use to make known cross-origin
+ requests to access various APIs offered by other vendors. These are expected
+ to adhere to
+ <br/>the <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS">CORS protocol</a>.
+ Only a <a href="https://fetch.spec.whatwg.org/#concept-filtered-response-cors">limited set</a> of
+ headers is exposed in the Response, but the body is readable. For example,
+ you could get a list of Flickr’s <a href="https://www.flickr.com/services/api/flickr.interestingness.getList.html">most interesting</a> photos
+ today like this:</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> u <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> URLSearchParams<span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+u.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">'method'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'flickr.interestingness.getList'</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+u.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">'api_key'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'&lt;insert api key here&gt;'</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+u.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">'format'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'json'</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+u.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">'nojsoncallback'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'1'</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+&nbsp;
+<span style="color: #000066; font-weight: bold;">var</span> apiCall <span style="color: #339933;">=</span> fetch<span style="color: #009900;">(</span><span style="color: #3366CC;">'https://api.flickr.com/services/rest?'</span> <span style="color: #339933;">+</span> u<span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+&nbsp;
+apiCall.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>response<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ <span style="color: #000066; font-weight: bold;">return</span> response.<span style="color: #660066;">json</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span>.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>json<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ <span style="color: #006600; font-style: italic;">// photo is a list of photos.</span>
+ <span style="color: #000066; font-weight: bold;">return</span> json.<span style="color: #660066;">photos</span>.<span style="color: #660066;">photo</span><span style="color: #339933;">;</span>
+ <span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span>.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>photos<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ photos.<span style="color: #660066;">forEach</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>photo<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>photo.<span style="color: #660066;">title</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ <span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>You may not read out the “Date” header since Flickr does not allow it
+ via
+ <br/>
+<code>Access-Control-Expose-Headers</code>.</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;">response.<span style="color: #660066;">headers</span>.<span style="color: #000066; font-weight: bold;">get</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Date"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// null</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>The <code>credentials</code> enumeration determines if cookies for the other
+ domain are
+ <br/>sent to cross-origin requests. This is similar to XHR’s <code>withCredentials</code>
+ <br/>flag, but tri-valued as <code>"omit"</code> (default), <code>"same-origin"</code> and <code>"include"</code>.</p>
+ <p>The Request object will also give the ability to offer caching hints to
+ the user-agent. This is currently undergoing some <a href="https://github.com/slightlyoff/ServiceWorker/issues/585">security review</a>.
+ Firefox exposes the attribute, but it has no effect.</p>
+ <p>Requests have two read-only attributes that are relevant to ServiceWorkers
+ <br/>intercepting them. There is the string <code>referrer</code>, which is
+ set by the UA to be
+ <br/>the referrer of the Request. This may be an empty string. The other is
+ <br/>
+<code>context</code> which is a rather <a href="https://fetch.spec.whatwg.org/#requestcredentials">large enumeration</a> defining
+ what sort of resource is being fetched. This could be “image” if the request
+ is from an
+ &lt;img&gt;tag in the controlled document, “worker” if it is an attempt to load a
+ worker script, and so on. When used with the <code>fetch()</code> function,
+ it is “fetch”.</p>
+
+<h2>Response</h2>
+
+ <p><code>Response</code> instances are returned by calls to <code>fetch()</code>.
+ They can also be created by JS, but this is only useful in ServiceWorkers.</p>
+ <p>We have already seen some attributes of Response when we looked at <code>fetch()</code>.
+ The most obvious candidates are <code>status</code>, an integer (default
+ value 200) and <code>statusText</code> (default value “OK”), which correspond
+ to the HTTP status code and reason. The <code>ok</code> attribute is just
+ a shorthand for checking that <code>status</code> is in the range 200-299
+ inclusive.</p>
+ <p><code>headers</code> is the Response’s Headers object, with guard “response”.
+ The <code>url</code> attribute reflects the URL of the corresponding request.</p>
+ <p>Response also has a <code>type</code>, which is “basic”, “cors”, “default”,
+ “error” or
+ <br/>“opaque”.</p>
+ <ul>
+ <li><code>"basic"</code>: normal, same origin response, with all headers exposed
+ except
+ <br/>“Set-Cookie” and “Set-Cookie2″.</li>
+ <li><code>"cors"</code>: response was received from a valid cross-origin request.
+ <a
+ href="https://fetch.spec.whatwg.org/#concept-filtered-response-cors">Certain headers and the body</a>may be accessed.</li>
+ <li><code>"error"</code>: network error. No useful information describing
+ the error is available. The Response’s status is 0, headers are empty and
+ immutable. This is the type for a Response obtained from <code>Response.error()</code>.</li>
+ <li><code>"opaque"</code>: response for “no-cors” request to cross-origin
+ resource. <a href="https://fetch.spec.whatwg.org/#concept-filtered-response-opaque">Severely<br/>
+ restricted</a>
+ </li>
+ </ul>
+ <p>The “error” type results in the <code>fetch()</code> Promise rejecting with
+ TypeError.</p>
+ <p>There are certain attributes that are useful only in a ServiceWorker scope.
+ The
+ <br/>idiomatic way to return a Response to an intercepted request in ServiceWorkers
+ is:</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;">addEventListener<span style="color: #009900;">(</span><span style="color: #3366CC;">'fetch'</span><span style="color: #339933;">,</span> <span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>event<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ event.<span style="color: #660066;">respondWith</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">new</span> Response<span style="color: #009900;">(</span><span style="color: #3366CC;">"Response body"</span><span style="color: #339933;">,</span> <span style="color: #009900;">{</span>
+ headers<span style="color: #339933;">:</span> <span style="color: #009900;">{</span> <span style="color: #3366CC;">"Content-Type"</span> <span style="color: #339933;">:</span> <span style="color: #3366CC;">"text/plain"</span> <span style="color: #009900;">}</span>
+ <span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>As you can see, Response has a two argument constructor, where both arguments
+ are optional. The first argument is a body initializer, and the second
+ is a dictionary to set the <code>status</code>, <code>statusText</code> and <code>headers</code>.</p>
+ <p>The static method <code>Response.error()</code> simply returns an error
+ response. Similarly, <code>Response.redirect(url, status)</code> returns
+ a Response resulting in
+ <br/>a redirect to <code>url</code>.</p>
+
+<h2>Dealing with bodies</h2>
+
+ <p>Both Requests and Responses may contain body data. We’ve been glossing
+ over it because of the various data types body may contain, but we will
+ cover it in detail now.</p>
+ <p>A body is an instance of any of the following types.</p>
+ <ul>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer">ArrayBuffer</a>
+ </li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView">ArrayBufferView</a> (Uint8Array
+ and friends)</li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Blob">Blob</a>/
+ <a
+ href="https://developer.mozilla.org/en-US/docs/Web/API/File">File</a>
+ </li>
+ <li>string</li>
+ <li><a href="https://url.spec.whatwg.org/#interface-urlsearchparams">URLSearchParams</a>
+ </li>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/FormData">FormData</a> –
+ currently not supported by either Gecko or Blink. Firefox expects to ship
+ this in version 39 along with the rest of Fetch.</li>
+ </ul>
+ <p>In addition, Request and Response both offer the following methods to
+ extract their body. These all return a Promise that is eventually resolved
+ with the actual content.</p>
+ <ul>
+ <li><code>arrayBuffer()</code>
+ </li>
+ <li><code>blob()</code>
+ </li>
+ <li><code>json()</code>
+ </li>
+ <li><code>text()</code>
+ </li>
+ <li><code>formData()</code>
+ </li>
+ </ul>
+ <p>This is a significant improvement over XHR in terms of ease of use of
+ non-text data!</p>
+ <p>Request bodies can be set by passing <code>body</code> parameters:</p>
+ <div
+ class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> form <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> FormData<span style="color: #009900;">(</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">(</span><span style="color: #3366CC;">'login-form'</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+fetch<span style="color: #009900;">(</span><span style="color: #3366CC;">"/login"</span><span style="color: #339933;">,</span> <span style="color: #009900;">{</span>
+ method<span style="color: #339933;">:</span> <span style="color: #3366CC;">"POST"</span><span style="color: #339933;">,</span>
+ body<span style="color: #339933;">:</span> form
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>Responses take the first argument as the body.</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> res <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> Response<span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">new</span> File<span style="color: #009900;">(</span><span style="color: #009900;">[</span><span style="color: #3366CC;">"chunk"</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">"chunk"</span><span style="color: #009900;">]</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">"archive.zip"</span><span style="color: #339933;">,</span>
+ <span style="color: #009900;">{</span> type<span style="color: #339933;">:</span> <span style="color: #3366CC;">"application/zip"</span> <span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>Both Request and Response (and by extension the <code>fetch()</code> function),
+ will try to intelligently <a href="https://fetch.spec.whatwg.org/#concept-bodyinit-extract">determine the content type</a>.
+ Request will also automatically set a “Content-Type” header if none is
+ set in the dictionary.</p>
+
+<h3>Streams and cloning</h3>
+
+ <p>It is important to realise that Request and Response bodies can only be
+ read once! Both interfaces have a boolean attribute <code>bodyUsed</code> to
+ determine if it is safe to read or not.</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">var</span> res <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> Response<span style="color: #009900;">(</span><span style="color: #3366CC;">"one time use"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>res.<span style="color: #660066;">bodyUsed</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// false</span>
+res.<span style="color: #660066;">text</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span>.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>v<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>res.<span style="color: #660066;">bodyUsed</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// true</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>res.<span style="color: #660066;">bodyUsed</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// true</span>
+&nbsp;
+res.<span style="color: #660066;">text</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span>.<span style="color: #000066; font-weight: bold;">catch</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>e<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span><span style="color: #3366CC;">"Tried to read already consumed Response"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p>This decision allows easing the transition to an eventual <a href="https://streams.spec.whatwg.org/">stream-based</a> Fetch
+ API. The intention is to let applications consume data as it arrives, allowing
+ for JavaScript to deal with larger files like videos, and perform things
+ like compression and editing on the fly.</p>
+ <p>Often, you’ll want access to the body multiple times. For example, you
+ can use the upcoming <a href="http://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-objects">Cache API</a> to
+ store Requests and Responses for offline use, and Cache requires bodies
+ to be available for reading.</p>
+ <p>So how do you read out the body multiple times within such constraints?
+ The API provides a <code>clone()</code> method on the two interfaces. This
+ will return a clone of the object, with a ‘new’ body. <code>clone()</code> MUST
+ be called before the body of the corresponding object has been used. That
+ is, <code>clone()</code> first, read later.</p>
+ <div class="wp_syntax">
+ <table>
+ <tbody>
+ <tr>
+ <td class="code"><pre class="javascript" style="font-family:monospace;">addEventListener<span style="color: #009900;">(</span><span style="color: #3366CC;">'fetch'</span><span style="color: #339933;">,</span> <span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>evt<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ <span style="color: #000066; font-weight: bold;">var</span> sheep <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">new</span> Response<span style="color: #009900;">(</span><span style="color: #3366CC;">"Dolly"</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>sheep.<span style="color: #660066;">bodyUsed</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// false</span>
+ <span style="color: #000066; font-weight: bold;">var</span> clone <span style="color: #339933;">=</span> sheep.<span style="color: #660066;">clone</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>clone.<span style="color: #660066;">bodyUsed</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// false</span>
+&nbsp;
+ clone.<span style="color: #660066;">text</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>sheep.<span style="color: #660066;">bodyUsed</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// false</span>
+ console.<span style="color: #660066;">log</span><span style="color: #009900;">(</span>clone.<span style="color: #660066;">bodyUsed</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// true</span>
+&nbsp;
+ evt.<span style="color: #660066;">respondWith</span><span style="color: #009900;">(</span>cache.<span style="color: #660066;">add</span><span style="color: #009900;">(</span>sheep.<span style="color: #660066;">clone</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #009900;">)</span>.<span style="color: #660066;">then</span><span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">(</span>e<span style="color: #009900;">)</span> <span style="color: #009900;">{</span>
+ <span style="color: #000066; font-weight: bold;">return</span> sheep<span style="color: #339933;">;</span>
+ <span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>
+<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></pre>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+
+<h2>Future improvements</h2>
+
+ <p>Along with the transition to streams, Fetch will eventually have the ability
+ to abort running <code>fetch()</code>es and some way to report the progress
+ of a fetch. These are provided by XHR, but are a little tricky to fit in
+ the Promise-based nature of the Fetch API.</p>
+ <p>You can contribute to the evolution of this API by participating in discussions
+ on the <a href="https://whatwg.org/mailing-list">WHATWG mailing list</a> and
+ in the issues in the <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=WHATWG&amp;component=Fetch&amp;resolution=---">Fetch</a> and
+ <a
+ href="https://github.com/slightlyoff/ServiceWorker/issues">ServiceWorker</a>specifications.</p>
+ <p>For a better web!</p>
+ <p><em>The author would like to thank Andrea Marchesini, Anne van Kesteren and Ben<br/>
+Kelly for helping with the specification and implementation.</em>
+ </p>
+ <footer class="entry-meta">
+ <p>Posted by <a href="https://hacks.mozilla.org/author/nmarathemozilla-com/"
+ title="Posts by Nikhil Marathe" class="url fn" rel="author">Nikhil Marathe</a>
+on
+ <time
+ datetime="2015-03-10T08:05:41-07:00">March 10, 2015</time>at
+ <time datetime="PDT08:05:41-07:00">08:05</time>
+ </p>
+ <div class="share">
+ <div class="socialshare" data-type="small-bubbles"></div>
+ </div>
+ </footer>
+ </article>
+ <section id="comments">
+ <div id="comment-stream">
+ <header class="comments-head">
+ <h3>2 comments</h3>
+
+ <p class="open"><a href="#respond">Post a comment</a>
+ </p>
+ </header>
+ <ol id="comment-list" class="hfeed av">
+ <li id="comment-17303" class="comment even thread-even depth-1 hentry">
+ <p class="entry-title vcard"> <span class="photo"><img alt="" src="https://secure.gravatar.com/avatar/cc6f7a60f71adaa81b7bc798ebc71be1?s=48&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D48&amp;r=G" class="avatar avatar-48 photo" height="48" width="48"/></span>
+ <cite
+ class="author fn">Alexander Petrov</cite> <span class="comment-meta">wrote on <a href="https://hacks.mozilla.org/2015/03/this-api-is-so-fetching/comment-page-1/#comment-17303" rel="bookmark" title="Permanent link to this comment by Alexander Petrov"><abbr class="published" title="2015-03-11">March 11th, 2015</abbr> at 02:57</a>:</span>
+
+ </p>
+ <blockquote class="entry-content">
+ <p>how do you abort a fetch?</p>
+ </blockquote>
+ <p class="comment-util"><a class="comment-reply-link" href="/2015/03/this-api-is-so-fetching/?replytocom=17303#respond"
+ onclick="return addComment.moveForm( &quot;comment-17303&quot;, &quot;17303&quot;, &quot;respond&quot;, &quot;28260&quot; )"
+ aria-label="Reply to Alexander Petrov">Reply</a>
+ </p>
+ <ol class="children">
+ <li id="comment-17305" class="comment byuser comment-author-nmarathemozilla-com bypostauthor odd alt depth-2 hentry">
+ <p class="entry-title vcard"> <a href="http://blog.nikhilism.com" class="url" rel="nofollow external"
+ title="http://blog.nikhilism.com">
+ <span class="photo"><img alt="" src="https://secure.gravatar.com/avatar/098bc26c1d2d2b425b258cff67044ac1?s=48&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D48&amp;r=G" class="avatar avatar-48 photo" height="48" width="48"/></span> <cite class="author fn">Nikhil Marathe</cite>
+ </a>
+ <span class="comment-meta">wrote on <a href="https://hacks.mozilla.org/2015/03/this-api-is-so-fetching/comment-page-1/#comment-17305" rel="bookmark" title="Permanent link to this comment by Nikhil Marathe"><abbr class="published" title="2015-03-11">March 11th, 2015</abbr> at 08:00</a>:</span>
+
+ </p>
+ <blockquote class="entry-content">
+ <p>At this point there is no way to do so. As mentioned in the future improvements
+ sections, there are ongoing attempts to find a nice way to plug abort()
+ into Promise based APIs.</p>
+ </blockquote>
+ <p class="comment-util"><a class="comment-reply-link" href="/2015/03/this-api-is-so-fetching/?replytocom=17305#respond"
+ onclick="return addComment.moveForm( &quot;comment-17305&quot;, &quot;17305&quot;, &quot;respond&quot;, &quot;28260&quot; )"
+ aria-label="Reply to Nikhil Marathe">Reply</a>
+ </p>
+ </li>
+ <!-- #comment-## -->
+ </ol>
+ <!-- .children -->
+ </li>
+ <!-- #comment-## -->
+ </ol>
+ </div>
+ <div id="respond">
+ <form id="comment-form" action="https://hacks.mozilla.org/wp-comments-post.php"
+ method="post">
+ <fieldset>
+ <legend><span>Post Your Comment</span>
+ </legend>
+ <p id="cancel-comment-reply"><a rel="nofollow" id="cancel-comment-reply-link" href="/2015/03/this-api-is-so-fetching/#respond"
+ style="display:none;">Cancel Reply</a>
+ </p>
+ <ol>
+ <li id="cmt-name">
+ <label for="author">Your name <abbr title="(required)">*</abbr>
+ </label>
+ <input type="text" name="author" id="author" size="25" required="" aria-required="true"/>
+ </li>
+ <li id="cmt-email">
+ <label for="email">Your e-mail <abbr title="(required)">*</abbr>
+ </label>
+ <input type="email" name="email" id="email" size="25" required="" aria-required="true"/>
+ </li>
+ <li id="cmt-web">
+ <label for="url">Your website</label>
+ <input type="url" name="url" id="url" size="25"/>
+ </li>
+ <li id="cmt-ackbar">
+ <label for="age">Spam robots, please fill in this field. Humans should leave it blank.</label>
+ <input
+ type="text" name="age" id="age" size="4" tabindex="-1"/>
+ </li>
+ <li id="cmt-cmt">
+ <label for="comment">Your comment</label>
+ <textarea name="comment" id="comment" cols="50" rows="10"
+ required="required" aria-required="true"></textarea>
+ </li>
+ <li id="comment-submit">
+ <button name="submit" type="submit">Submit Comment</button>
+ <input type="hidden" name="comment_post_ID" value="28260"
+ id="comment_post_ID"/>
+ <input type="hidden" name="comment_parent" id="comment_parent" value="0"/>
+ <p style="display: none;">
+ <input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce"
+ value="b601694886"/>
+ </p>
+ <!-- BEGIN: subscribe to comments reloaded -->
+ <p class="comment-form-subscriptions">
+ <label for="subscribe-reloaded">
+ <input style="width:30px" type="checkbox" name="subscribe-reloaded" id="subscribe-reloaded"
+ value="yes"/>Notify me of followup comments via e-mail. You can also <a href="https://hacks.mozilla.org/comment-subscriptions/?srp=28260&amp;sra=s">subscribe</a> without
+ commenting.</label>
+ </p>
+ <!-- END: subscribe to comments reloaded -->
+ <p style="display: none;">
+ <input type="hidden" id="ak_js" name="ak_js" value="212"/>
+ </p>
+ </li>
+ </ol>
+ </fieldset>
+ </form>
+ </div>
+ </section>
+ <script>
+ jQuery("#comment-form").submit(function() { return fc_checkform('req'); });
+ </script>
+ </main>
+ <!-- /#content-main -->
+ <div id="content-sub">
+ <ul id="widgets">
+ <li class="widget author">
+ <h3>About the Author</h3>
+
+ <div class="vcard">
+ <h4 class="fn">
+ <a class="url" href="http://blog.nikhilism.com" rel="external me">Nikhil Marathe <span class="photo"><img alt="" src="https://secure.gravatar.com/avatar/098bc26c1d2d2b425b258cff67044ac1?s=48&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D48&amp;r=G" class="avatar avatar-48 photo" height="48" width="48"/></span> </a></h4>
+
+ <p>Nikhil works on implementing Web APIs in Gecko. He is currently hacking
+ on ServiceWorkers, Fetch and parts of the Notification and Push APIs.</p>
+ <ul
+ class="author-meta">
+ <li><a href="http://blog.nikhilism.com" class="website" rel="me">blog.nikhilism.com</a>
+ </li>
+ </ul>
+ <p><a class="url" href="https://hacks.mozilla.org/author/nmarathemozilla-com/">Read more articles by Nikhil Marathe…</a>
+ </p>
+ </div>
+ </li>
+ <li class="widget categories">
+ <h3>Articles by Category</h3>
+
+ <ul class="cat-list" role="navigation">
+ <li class="cat-item cat-item-74992"><a href="https://hacks.mozilla.org/category/35-days/">35 Days</a> (45)</li>
+ <li
+ class="cat-item cat-item-75188"><a href="https://hacks.mozilla.org/category/font-face/">@font-face</a> (9)</li>
+ <li
+ class="cat-item cat-item-75450"><a href="https://hacks.mozilla.org/category/a-node-js-holiday-season/">A Node.JS Holiday Season</a> (12)</li>
+ <li
+ class="cat-item cat-item-75682"><a href="https://hacks.mozilla.org/category/abouthacks/">about:hacks</a> (2)</li>
+ <li
+ class="cat-item cat-item-50"><a href="https://hacks.mozilla.org/category/accessibility/">Accessibility</a> (1)</li>
+ <li
+ class="cat-item cat-item-119"><a href="https://hacks.mozilla.org/category/add-ons/">Add-ons</a> (16)</li>
+ <li
+ class="cat-item cat-item-86093"><a href="https://hacks.mozilla.org/category/javascript/animations/">Animations</a> (7)</li>
+ <li
+ class="cat-item cat-item-4213"><a href="https://hacks.mozilla.org/category/apps/">Apps</a> (94)</li>
+ <li
+ class="cat-item cat-item-76011"><a href="https://hacks.mozilla.org/category/ask-mdn/">Ask MDN</a> (3)</li>
+ <li
+ class="cat-item cat-item-25981"><a href="https://hacks.mozilla.org/category/asm-js/">asm.js</a> (10)</li>
+ <li
+ class="cat-item cat-item-221"><a href="https://hacks.mozilla.org/category/audio/">Audio</a> (42)</li>
+ <li
+ class="cat-item cat-item-76289"><a href="https://hacks.mozilla.org/category/bleeding-edge/">Bleeding edge</a> (12)</li>
+ <li
+ class="cat-item cat-item-76432"><a href="https://hacks.mozilla.org/category/boottogecko/">Boot to Gecko (B2G)</a> (12)</li>
+ <li
+ class="cat-item cat-item-76712"><a href="https://hacks.mozilla.org/category/brick/">Brick</a> (2)</li>
+ <li
+ class="cat-item cat-item-76814"><a href="https://hacks.mozilla.org/category/browserid-2/">BrowserID</a> (4)</li>
+ <li
+ class="cat-item cat-item-134"><a href="https://hacks.mozilla.org/category/canvas/">Canvas</a> (44)</li>
+ <li
+ class="cat-item cat-item-23095"><a href="https://hacks.mozilla.org/category/challenge/">Challenge</a> (9)</li>
+ <li
+ class="cat-item cat-item-70"><a href="https://hacks.mozilla.org/category/conferences/">Conferences</a> (36)</li>
+ <li
+ class="cat-item cat-item-176756"><a href="https://hacks.mozilla.org/category/cordova/">Cordova</a> (1)</li>
+ <li
+ class="cat-item cat-item-133"><a href="https://hacks.mozilla.org/category/css/">CSS</a> (109)</li>
+ <li
+ class="cat-item cat-item-185"><a href="https://hacks.mozilla.org/category/debugging/">Debugging</a> (11)</li>
+ <li
+ class="cat-item cat-item-19490"><a href="https://hacks.mozilla.org/category/demo/">Demo</a> (93)</li>
+ <li
+ class="cat-item cat-item-86249"><a href="https://hacks.mozilla.org/category/mdn/demo-studio/">Demo Studio</a> (11)</li>
+ <li
+ class="cat-item cat-item-76969"><a href="https://hacks.mozilla.org/category/dev-derby/">Dev Derby</a> (56)</li>
+ <li
+ class="cat-item cat-item-297"><a href="https://hacks.mozilla.org/category/developer-tools/">Developer Tools</a> (73)</li>
+ <li
+ class="cat-item cat-item-77083"><a href="https://hacks.mozilla.org/category/device-apis/">Device APIs</a> (14)</li>
+ <li
+ class="cat-item cat-item-894"><a href="https://hacks.mozilla.org/category/docs/">Docs</a> (96)</li>
+ <li
+ class="cat-item cat-item-230"><a href="https://hacks.mozilla.org/category/dom/">DOM</a> (23)</li>
+ <li
+ class="cat-item cat-item-77434"><a href="https://hacks.mozilla.org/category/drag-and-drop/">Drag and Drop</a> (10)</li>
+ <li
+ class="cat-item cat-item-817"><a href="https://hacks.mozilla.org/category/drumbeat/">Drumbeat</a> (2)</li>
+ <li
+ class="cat-item cat-item-77621"><a href="https://hacks.mozilla.org/category/evangelism-reps/">Evangelism Reps</a> (2)</li>
+ <li
+ class="cat-item cat-item-57"><a href="https://hacks.mozilla.org/category/event/">Event</a> (26)</li>
+ <li
+ class="cat-item cat-item-25569"><a href="https://hacks.mozilla.org/category/feature/">Feature</a> (46)</li>
+ <li
+ class="cat-item cat-item-7110"><a href="https://hacks.mozilla.org/category/featured/">Featured Article</a> (185)</li>
+ <li
+ class="cat-item cat-item-77870"><a href="https://hacks.mozilla.org/category/demo/featured-demo/">Featured Demo</a> (27)</li>
+ <li
+ class="cat-item cat-item-78138"><a href="https://hacks.mozilla.org/category/feedback-channels/">Feedback channels</a> (4)</li>
+ <li
+ class="cat-item cat-item-78354"><a href="https://hacks.mozilla.org/category/fileapi/">FileAPI</a> (17)</li>
+ <li
+ class="cat-item cat-item-500"><a href="https://hacks.mozilla.org/category/firebug/">Firebug</a> (16)</li>
+ <li
+ class="cat-item cat-item-30"><a href="https://hacks.mozilla.org/category/firefox/">Firefox</a> (223)</li>
+ <li
+ class="cat-item cat-item-36038"><a href="https://hacks.mozilla.org/category/firefox/firefox-aurora/">Firefox Aurora</a> (30)</li>
+ <li
+ class="cat-item cat-item-8802"><a href="https://hacks.mozilla.org/category/firefox/firefox-beta/">Firefox Beta</a> (3)</li>
+ <li
+ class="cat-item cat-item-78585"><a href="https://hacks.mozilla.org/category/firefox/firefox-development-highlights/">Firefox Development Highlights</a> (12)</li>
+ <li
+ class="cat-item cat-item-78857"><a href="https://hacks.mozilla.org/category/firefox/firefox-nightly/">Firefox Nightly</a> (10)</li>
+ <li
+ class="cat-item cat-item-24660"><a href="https://hacks.mozilla.org/category/firefox-os/">Firefox OS</a> (114)</li>
+ <li
+ class="cat-item cat-item-27876"><a href="https://hacks.mozilla.org/category/games-2/">Games</a> (40)</li>
+ <li
+ class="cat-item cat-item-79240"><a href="https://hacks.mozilla.org/category/geolocation/">Geolocation</a> (10)</li>
+ <li
+ class="cat-item cat-item-79514"><a href="https://hacks.mozilla.org/category/hackability/">hackability</a> (2)</li>
+ <li
+ class="cat-item cat-item-79853"><a href="https://hacks.mozilla.org/category/hackdays/">hackdays</a> (7)</li>
+ <li
+ class="cat-item cat-item-80032"><a href="https://hacks.mozilla.org/category/history-api/">History API</a> (1)</li>
+ <li
+ class="cat-item cat-item-254"><a href="https://hacks.mozilla.org/category/html5/">HTML5</a> (176)</li>
+ <li
+ class="cat-item cat-item-8633"><a href="https://hacks.mozilla.org/category/identity/">Identity</a> (8)</li>
+ <li
+ class="cat-item cat-item-16182"><a href="https://hacks.mozilla.org/category/images/">Images</a> (8)</li>
+ <li
+ class="cat-item cat-item-100532"><a href="https://hacks.mozilla.org/category/indexeddb/">IndexedDB</a> (16)</li>
+ <li
+ class="cat-item cat-item-453"><a href="https://hacks.mozilla.org/category/interviews/">Interviews</a> (4)</li>
+ <li
+ class="cat-item cat-item-4543"><a href="https://hacks.mozilla.org/category/jagermonkey/">JägerMonkey</a> (5)</li>
+ <li
+ class="cat-item cat-item-128"><a href="https://hacks.mozilla.org/category/javascript/">JavaScript</a> (141)</li>
+ <li
+ class="cat-item cat-item-697"><a href="https://hacks.mozilla.org/category/labs/">Labs</a> (3)</li>
+ <li
+ class="cat-item cat-item-4883"><a href="https://hacks.mozilla.org/category/mdn/learning/">Learning</a> (5)</li>
+ <li
+ class="cat-item cat-item-199"><a href="https://hacks.mozilla.org/category/localization/">Localization</a> (5)</li>
+ <li
+ class="cat-item cat-item-80317"><a href="https://hacks.mozilla.org/category/localstorage/">localStorage</a> (4)</li>
+ <li
+ class="cat-item cat-item-766"><a href="https://hacks.mozilla.org/category/mdn/">MDN</a> (82)</li>
+ <li
+ class="cat-item cat-item-80686"><a href="https://hacks.mozilla.org/category/css/media-queries/">Media Queries</a> (5)</li>
+ <li
+ class="cat-item cat-item-81062"><a href="https://hacks.mozilla.org/category/missionmozilla/">Mission:Mozilla</a> (9)</li>
+ <li
+ class="cat-item cat-item-124"><a href="https://hacks.mozilla.org/category/mobile/">Mobile</a> (44)</li>
+ <li
+ class="cat-item cat-item-5"><a href="https://hacks.mozilla.org/category/mozilla/">Mozilla</a> (32)</li>
+ <li
+ class="cat-item cat-item-81241"><a href="https://hacks.mozilla.org/category/mozilla-hacks-weekly/">Mozilla Hacks Weekly</a> (64)</li>
+ <li
+ class="cat-item cat-item-81399"><a href="https://hacks.mozilla.org/category/multi-touch/">Multi-touch</a> (7)</li>
+ <li
+ class="cat-item cat-item-58"><a href="https://hacks.mozilla.org/category/news/">News</a> (5)</li>
+ <li
+ class="cat-item cat-item-81514"><a href="https://hacks.mozilla.org/category/node-js/">Node.js</a> (21)</li>
+ <li
+ class="cat-item cat-item-20266"><a href="https://hacks.mozilla.org/category/offline/">Offline</a> (11)</li>
+ <li
+ class="cat-item cat-item-264728"><a href="https://hacks.mozilla.org/category/p2p-web/">P2P Web</a> (3)</li>
+ <li
+ class="cat-item cat-item-27786"><a href="https://hacks.mozilla.org/category/payments/">Payments</a> (7)</li>
+ <li
+ class="cat-item cat-item-81886"><a href="https://hacks.mozilla.org/category/people-of-games/">People of Games</a> (1)</li>
+ <li
+ class="cat-item cat-item-82131"><a href="https://hacks.mozilla.org/category/people-of-html5/">People of HTML5</a> (11)</li>
+ <li
+ class="cat-item cat-item-311"><a href="https://hacks.mozilla.org/category/performance/">Performance</a> (35)</li>
+ <li
+ class="cat-item cat-item-82359"><a href="https://hacks.mozilla.org/category/persona-2/">Persona</a> (3)</li>
+ <li
+ class="cat-item cat-item-82536"><a href="https://hacks.mozilla.org/category/presentation-2/">Presentation</a> (14)</li>
+ <li
+ class="cat-item cat-item-847"><a href="https://hacks.mozilla.org/category/privacy/">privacy</a> (2)</li>
+ <li
+ class="cat-item cat-item-60"><a href="https://hacks.mozilla.org/category/qa/">QA</a> (2)</li>
+ <li class="cat-item cat-item-538"><a href="https://hacks.mozilla.org/category/release/">Release</a> (4)</li>
+ <li
+ class="cat-item cat-item-907"><a href="https://hacks.mozilla.org/category/research/">Research</a> (5)</li>
+ <li
+ class="cat-item cat-item-3389"><a href="https://hacks.mozilla.org/category/screencast/">Screencast</a> (6)</li>
+ <li
+ class="cat-item cat-item-69"><a href="https://hacks.mozilla.org/category/security/">Security</a> (14)</li>
+ <li
+ class="cat-item cat-item-82787"><a href="https://hacks.mozilla.org/category/serviceworkers/">ServiceWorkers</a> (2)</li>
+ <li
+ class="cat-item cat-item-83024"><a href="https://hacks.mozilla.org/category/spdy/">SPDY</a> (2)</li>
+ <li
+ class="cat-item cat-item-83193"><a href="https://hacks.mozilla.org/category/sprints/">Sprints</a> (17)</li>
+ <li
+ class="cat-item cat-item-248"><a href="https://hacks.mozilla.org/category/standards/">Standards</a> (53)</li>
+ <li
+ class="cat-item cat-item-315"><a href="https://hacks.mozilla.org/category/survey/">Survey</a> (8)</li>
+ <li
+ class="cat-item cat-item-131"><a href="https://hacks.mozilla.org/category/svg/">SVG</a> (16)</li>
+ <li
+ class="cat-item cat-item-725"><a href="https://hacks.mozilla.org/category/test-day/">Test Day</a> (1)</li>
+ <li
+ class="cat-item cat-item-265"><a href="https://hacks.mozilla.org/category/testing/">Testing</a> (3)</li>
+ <li
+ class="cat-item cat-item-610"><a href="https://hacks.mozilla.org/category/tools/">Tools</a> (9)</li>
+ <li
+ class="cat-item cat-item-467"><a href="https://hacks.mozilla.org/category/tracemonkey/">TraceMonkey</a> (9)</li>
+ <li
+ class="cat-item cat-item-1"><a href="https://hacks.mozilla.org/category/uncategorized/">Uncategorized</a> (1)</li>
+ <li
+ class="cat-item cat-item-220"><a href="https://hacks.mozilla.org/category/video/">Video</a> (63)</li>
+ <li
+ class="cat-item cat-item-83360"><a href="https://hacks.mozilla.org/category/videoseries/">Videoseries</a> (11)</li>
+ <li
+ class="cat-item cat-item-83698"><a href="https://hacks.mozilla.org/category/web-components/">Web Components</a> (6)</li>
+ <li
+ class="cat-item cat-item-83947"><a href="https://hacks.mozilla.org/category/web-developer-toolbox/">Web Developer Toolbox</a> (5)</li>
+ <li
+ class="cat-item cat-item-84203"><a href="https://hacks.mozilla.org/category/web-developers/">Web Developers</a> (55)</li>
+ <li
+ class="cat-item cat-item-16188"><a href="https://hacks.mozilla.org/category/web-workers/">Web Workers</a> (4)</li>
+ <li
+ class="cat-item cat-item-84514"><a href="https://hacks.mozilla.org/category/webapi/">WebAPI</a> (25)</li>
+ <li
+ class="cat-item cat-item-19673"><a href="https://hacks.mozilla.org/category/webfwd/">WebFWD</a> (7)</li>
+ <li
+ class="cat-item cat-item-6946"><a href="https://hacks.mozilla.org/category/webgl/">WebGL</a> (39)</li>
+ <li
+ class="cat-item cat-item-84672"><a href="https://hacks.mozilla.org/category/webinars/">Webinars</a> (6)</li>
+ <li
+ class="cat-item cat-item-15881"><a href="https://hacks.mozilla.org/category/webrtc/">WebRTC</a> (33)</li>
+ <li
+ class="cat-item cat-item-84974"><a href="https://hacks.mozilla.org/category/websocket/">WebSocket</a> (9)</li>
+ <li
+ class="cat-item cat-item-85295"><a href="https://hacks.mozilla.org/category/wiki-wednesday/">Wiki Wednesday</a> (43)</li>
+ <li
+ class="cat-item cat-item-85568"><a href="https://hacks.mozilla.org/category/x-tag/">X-Tag</a> (2)</li>
+ <li
+ class="cat-item cat-item-85881"><a href="https://hacks.mozilla.org/category/xmlhttprequest/">XMLHttpRequest</a> (13)</li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <!-- /#content-sub -->
+ </div>
+ <!-- /#content -->
+ <footer id="site-info">
+ <nav id="nav-legal">
+ <ul>
+ <li><a href="https://www.mozilla.org/privacy/websites/" rel="external">Privacy Policy</a>
+ </li>
+ <li><a href="https://www.mozilla.org/about/legal.html" rel="external">Legal Notices</a>
+ </li>
+ <li><a href="https://www.mozilla.org/legal/fraud-report/" rel="external">Report Trademark Abuse</a>
+ </li>
+ </ul>
+ </nav>
+ <p id="copyright">Except where otherwise noted, content on this site is licensed under the
+ <br/><a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license external">Creative Commons Attribution Share-Alike License v3.0</a> or
+ any later version.</p>
+ <nav id="nav-footer">
+ <h5>hacks.mozilla.org:</h5>
+
+ <ul role="navigation">
+ <li><a href="https://hacks.mozilla.org">Home</a>
+ </li>
+ <li><a href="https://hacks.mozilla.org/articles/">Articles</a>
+ </li>
+ <li><a href="https://hacks.mozilla.org/demos/">Demos</a>
+ </li>
+ <li><a href="https://hacks.mozilla.org/about/">About</a>
+ </li>
+ </ul>
+ </nav>
+ </footer>
+ <script src="https://www.mozilla.org/tabzilla/media/js/tabzilla.js"></script>
+ <script>
+ // <![CDATA[
+ jQuery(document).ready(function(){
+ jQuery(document.body).addClass("js");
+ });
+ // ]]>
+ </script>
+ <script type="text/javascript" src="https://blog.mozilla.org/hacks/wp-content/plugins/akismet/_inc/form.js?ver=3.0.4"></script>
+ <script type="text/javascript" src="https://hacks.mozilla.org/wp-includes/js/comment-reply.min.js?ver=4.1"></script>
+ </div>
+ </body>
+
+</html>
+<!-- Dynamic page generated in 0.592 seconds. -->
+<!-- Cached page generated by WP-Super-Cache on 2015-03-13 03:27:44 -->
+<!-- super cache -->
diff --git a/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json
new file mode 100644
index 0000000..7c31c22
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Dublin Core property author",
+ "Direction": null,
+ "Excerpt": "Dublin Core property description",
+ "Image": null,
+ "Title": "Dublin Core property title",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html
new file mode 100644
index 0000000..b282bdd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html
@@ -0,0 +1,19 @@
+<article>
+ <h2>Test document title</h2>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html
new file mode 100644
index 0000000..c7275b3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Title Element</title>
+ <meta name="title" content="Meta name title"/>
+ <meta name="og:title" content="Open Graph name title"/>
+ <meta name="twitter:title" content="Twitter name title"/>
+ <meta name="DC.title" content="Dublin Core name title"/>
+ <meta property="dc:title" content="Dublin Core property title"/>
+ <meta property="twitter:title" content="Twitter property title"/>
+ <meta property="og:title" content="Open Graph property title"/>
+ <meta name="author" content="Meta name author"/>
+ <meta name="DC.creator" content="Dublin Core name author"/>
+ <meta property="dc:creator" content="Dublin Core property author"/>
+ <meta name="description" content="Meta name description"/>
+ <meta name="og:description" content="Open Graph name description"/>
+ <meta name="twitter:description" content="Twitter name description"/>
+ <meta name="DC.description" content="Dublin Core name description"/>
+ <meta property="dc:description" content="Dublin Core property description"/>
+ <meta property="twitter:description" content="Twitter property description"/>
+ <meta property="og:description" content="Open Graph property description"/>
+ </head>
+ <body>
+ <article>
+ <h1>Test document title</h1>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </body>
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json
new file mode 100644
index 0000000..3a4190b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/fakehost.com\/image.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json
new file mode 100644
index 0000000..a30d097
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Creator Name",
+ "Direction": null,
+ "Excerpt": "Preferred description",
+ "Image": "http:\/\/fakehost.com\/image.jpg",
+ "Title": "Preferred title",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html
new file mode 100644
index 0000000..b282bdd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html
@@ -0,0 +1,19 @@
+<article>
+ <h2>Test document title</h2>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html
new file mode 100644
index 0000000..dd9dc87
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Title Element</title>
+ <meta property="x:title dc:title" content="Preferred title"/>
+ <meta property="og:title twitter:title" content="A title"/>
+ <meta property="dc:creator twitter:site_name" content="Creator Name"/>
+ <meta name="author" content="FAIL"/>
+ <meta property="og:description x:description twitter:description" content="A description"/>
+ <meta property="dc:description og:description" content="Preferred description"/>
+ <meta property="twitter:image og:image" content="http://fakehost.com/image.jpg"/>
+ <meta name="description" content="FAIL"/>
+ </head>
+ <body>
+ <article>
+ <h1>Test document title</h1>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </body>
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json b/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json
new file mode 100644
index 0000000..0ac6816
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json
@@ -0,0 +1,3 @@
+{
+ "ArticleByLine": true
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json
new file mode 100644
index 0000000..5a24660
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/www.aclu.org\/sites\/default\/files\/styles\/metatag_og_image_1200x630\/public\/field_share_image\/web18-facebook-socialshare-1200x628-v02.png?itok=p77cQjOm"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json
new file mode 100644
index 0000000..eeccb9e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Daniel Kahn Gillmor",
+ "Direction": null,
+ "Excerpt": "Facebook collects data about people who have never even opted in. But there are ways these non-users can protect themselves.",
+ "Image": "https:\/\/www.aclu.org\/sites\/default\/files\/styles\/metatag_og_image_1200x630\/public\/field_share_image\/web18-facebook-socialshare-1200x628-v02.png?itok=p77cQjOm",
+ "Title": "Facebook Is Tracking Me Even Though I\u2019m Not on Facebook",
+ "SiteName": "American Civil Liberties Union"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html
new file mode 100644
index 0000000..8efcda5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html
@@ -0,0 +1,124 @@
+<div>
+ <p>
+ I don't use Facebook. I'm not technophobic — I'm a geek. I've been using email since the early 1990s, I have accounts on hundreds of services around the net, and I do software development and internet protocol design both for work and for fun. I believe that a globe-spanning communications network like the internet can be a positive social force, and I publish much of my own work on the open web.
+ </p>
+ <p>
+ But Facebook and other massive web companies represent a strong push toward unaccountable centralized social control, which I think makes our society more unequal and more unjust. The Cambridge Analytica scandal is one instance of this long-running problem with what I call the "surveillance economy." I don't want to submit to these power structures, and I don’t want my presence on such platforms to serve as bait that lures other people into the digital panopticon.
+ </p>
+ <p>
+ But while I've never "opted in" to Facebook or any of the other big social networks, Facebook still has a detailed profile that can be used to target me. I've never consented to having Facebook collect my data, which can be used to draw very detailed inferences about my life, my habits, and my relationships. As we aim to take Facebook to task for its breach of user trust, we need to think about what its capabilities imply for society overall. After all, if you do #deleteFacebook, you'll find yourself in my shoes: non-consenting, but still subject to Facebook’s globe-spanning surveillance and targeting network.
+ </p>
+ <p>
+ There are at least two major categories of information available to Facebook about non-participants like me: information from other Facebook users, and information from sites on the open web.
+ </p>
+ <h3>
+ <strong>Information from other Facebook users</strong>
+ </h3>
+ <p>
+ When you sign up for Facebook, it encourages you to upload your list of contacts so that the site can "find your friends." Facebook uses this contact information to learn about people, even if those people don't agree to participate. It also links people together based on who they know, even if the shared contact hasn't agreed to this use.
+ </p>
+ <p>
+ For example, I received an email from Facebook that lists the people who have all invited me to join Facebook: my aunt, an old co-worker, a friend from elementary school, etc. This email includes names and email addresses — including my own name — and at least one <a href="https://en.wikipedia.org/wiki/Web_bug">web bug</a> designed to identify me to Facebook’s web servers when I open the email. Facebook records this group of people as my contacts, even though I've never agreed to this kind of data collection.
+ </p>
+ <p>
+ Similarly, I'm sure that I'm in some photographs that someone has uploaded to Facebook — and I'm probably tagged in some of them. I've never agreed to this, but Facebook could still be keeping track.
+ </p>
+ <p>
+ So even if you decide you need to join Facebook, remember that you might be giving the company information about someone else who didn't agree to be part of its surveillance platform.
+ </p>
+ <h3>
+ <strong>Information from sites on the open Web</strong>
+ </h3>
+ <p>
+ Nearly every website that you visit that has a "Like" button is actually encouraging your browser to tell Facebook about your browsing habits. Even if you don't click on the "Like" button, displaying it requires your browser to send a request to Facebook's servers for the "Like" button itself. That request includes <a href="https://en.wikipedia.org/wiki/HTTP_referer">information</a> mentioning the name of the page you are visiting and any Facebook-specific <a href="https://en.wikipedia.org/wiki/HTTP_cookie">cookies</a> your browser might have collected. (See <a href="https://www.facebook.com/help/186325668085084">Facebook's own description of this process</a>.) This is called a "third-party request."
+ </p>
+ <p>
+ This makes it possible for Facebook to create a detailed picture of your browsing history — even if you've never even visited Facebook directly, let alone signed up for a Facebook account.
+ </p>
+ <p>
+ Think about most of the web pages you've visited — how many of them <em>don't</em> have a "Like" button? If you administer a website and you include a "Like" button on every page, you're helping Facebook to build profiles of your visitors, even those who have opted out of the social network. Facebook’s <a href="https://developers.facebook.com/docs/plugins/">“Share” buttons</a> on other sites — along with <a href="https://www.facebook.com/business/learn/facebook-ads-pixel">other tools</a> — work a bit differently from the “Like” button, but do effectively the same thing.
+ </p>
+ <p>
+ The profiles that Facebook builds on non-users don't necessarily include so-called "personally identifiable information" (PII) like names or email addresses. But they do include fairly unique patterns. Using <a href="https://dev.chromium.org/for-testers/providing-network-details">Chromium's NetLog dumping</a>, I performed a simple five-minute browsing test last week that included visits to various sites — but not Facebook. In that test, the PII-free data that was sent to Facebook included information about which news articles I was reading, my dietary preferences, and my hobbies.
+ </p>
+ <p>
+ Given the precision of this kind of mapping and targeting, "PII" isn’t necessary to reveal my identity. How many vegans examine specifications for computer hardware from the ACLU's offices while reading about Cambridge Analytica? Anyway, if Facebook combined that information with the "web bug" from the email mentioned above — which <em>is</em> clearly linked to my name and e-mail address — no guesswork would be required.
+ </p>
+ <p>
+ I'd be shocked if Facebook were not connecting those dots given the goals <a href="https://www.facebook.com/about/privacy/cookies">they claim for data collection</a>:
+ </p>
+ <blockquote>
+ <p>
+ We use the information we have to improve our advertising and measurement systems so we can show you relevant ads on and off our Services and measure the effectiveness and reach of ads and services.
+ </p>
+ </blockquote>
+ <p>
+ This is, in essence, exactly what Cambridge Analytica did.
+ </p>
+ <h3>
+ <strong>Consent</strong>
+ </h3>
+ <p>
+ Facebook and other tech companies often deflect accusations against excessive data collection by arguing "consent" — that they harvest and use data with the consent of the users involved.
+ </p>
+ <p>
+ But even if we accept that clicking through a "Terms of Service" that <a href="https://tosdr.org/">no one reads</a> can actually constitute true consent, even if we ignore the fact that these terms are overwhelmingly one-sided and non-negotiable, and even if we accept that it's meaningful for people to give consent when sharing data about other people who may have also opted in — what is the recourse for someone who has not opted into these systems at all?
+ </p>
+ <p>
+ Are those of us who have explicitly avoided agreeing to the Facebook terms of service simply fair game for an industry-wide surveillance and targeting network?
+ </p>
+ <h3>
+ <strong>Privilege</strong>
+ </h3>
+ <p>
+ I don’t mean to critique people who have created a Facebook profile or suggest they deserve whatever they get.
+ </p>
+ <p>
+ My ability to avoid Facebook comes from privilege — I have existing social contacts with whom I know how to stay in touch without using Facebook's network. My job does not require that I use Facebook. I can afford the time and expense to communicate with my electoral representatives and political allies via other channels.
+ </p>
+ <p>
+ Many people do not have these privileges and are compelled to "opt in" on Facebook's non-negotiable terms.
+ </p>
+ <p>
+ Many journalists, organizers, schools, politicians, and others who have good reasons to oppose Facebook's centralized social control feel compelled by Facebook's reach and scale to participate in their practices, even those we know to be harmful. That includes the ACLU.
+ </p>
+ <p>
+ Privacy should not be a luxury good, and while I'm happy to encourage people to opt out of these subtle and socially fraught arrangements, I do not argue that anyone who has signed up has somehow relinquished concerns about their privacy. We need to evaluate privacy concerns in their full social contexts. These are not problems that can be resolved on an individual level, because of the interpersonal nature of much of this data and the complexities of the tradeoffs involved.
+ </p>
+ <h3>
+ <strong>Technical countermeasures</strong>
+ </h3>
+ <p>
+ While they may not solve the problem, there are some technical steps people can take to limit the scope of these surveillance practices. For example, some web browsers do not send "third-party cookies" by default, or <a href="https://wiki.mozilla.org/Thirdparty">they scope cookies</a> so that centralized surveillance doesn't get a single view of one user. The most privacy-preserving modern browser is <a href="https://www.torproject.org/">the Tor Browser</a>, which everyone should have installed and available, even if it's not the browser they choose to use every day. It limits the surveillance ability of systems that you have not signed up for to track you as you move around the web.
+ </p>
+ <p>
+ You can also modify some browsers — for example, with plug-ins for <a href="https://requestpolicycontinued.github.io/">Firefox</a> and <a href="https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf">Chrome</a> — so that they <a href="https://addons.mozilla.org/en-US/firefox/addon/umatrix/">do not send third-party</a> <a href="https://requestpolicycontinued.github.io/">requests at all</a>. Firefox is also exploring even more <a href="https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/">privacy-preserving techniques</a><a href="https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/">.</a>
+ </p>
+ <p>
+ It can’t be denied, though, that these tools are harder to use than the web browsers most people are accustomed to, and they create barriers to some online activities. (For example, logging in to <a href="https://offcampushousing.uconn.edu/login">some sites</a> and accessing some <a href="https://filestore.community.support.microsoft.com/api/images/0253d8fb-b050-401a-834d-9d80a99c0b12">web applications</a> is impossible without third-party cookies.)
+ </p>
+ <p>
+ Some website operators take their visitors' privacy more seriously than others, by reducing the amount of third-party requests. For example, it's possible to display "share on Facebook" or "Like" buttons without sending user requests to Facebook in the first place. The ACLU's own website does this because we believe that the right to read with privacy is a fundamental protection for civic discourse.
+ </p>
+ <p>
+ If you are responsible for running a website, try browsing it with a third-party-blocking extension turned on. Think about how much information you're requiring your users to send to third parties as a condition for using your site. If you care about being a good steward of your visitors' data, you can re-design your website to reduce this kind of leakage.
+ </p>
+ <h3>
+ <strong>Opting out?</strong>
+ </h3>
+ <p>
+ Some advertisers claim that you can "opt out" of their targeted advertising, and even offer <a href="http://optout.aboutads.info/">a centralized place meant to help you do so</a>.&nbsp;However, my experience with these tools isn't a positive one. They don't appear to work all of the time. (In a recent experiment I conducted, two advertisers’ opt-out mechanisms failed to take effect.) And while advertisers claim to allow the user to opt out of "interest-based ads," it's not clear that the opt-outs govern data collection itself, rather than just the use of the collected data for displaying ads. Moreover, opting out on their terms requires the use of third-party cookies, thereby enabling another mechanism that other advertisers can then exploit.
+ </p>
+ <p>
+ It's also not clear how they function over time: How frequently do I need to take these steps? Do they expire? How often should I check back to make sure I’m still opted out? I'd much prefer an approach requiring me to opt <em>in</em> to surveillance and targeting.
+ </p>
+ <h3>
+ <strong>Fix the surveillance economy, not just Facebook</strong>
+ </h3>
+ <p>
+ These are just a few of the mechanisms that enable online tracking. Facebook is just one culprit in this online "surveillance economy," albeit a massive one — the company owns <a href="https://www.instagram.com/">Instagram</a>, <a href="https://atlassolutions.com/">Atlas</a>, <a href="https://www.whatsapp.com/">WhatsApp</a>, and dozens of other internet and technology companies and services. But it’s not the only player in this space. Google’s business model also relies on this kind of surveillance, and there are dozens of smaller players as well.
+ </p>
+ <p>
+ As we work to address the fallout from the current storm around Facebook and Cambridge Analytica, we can't afford to lose sight of these larger mechanisms at play. Cambridge Analytica's failures and mistakes are inherent to Facebook's business model. We need to seriously challenge the social structures that encourage people to opt in to this kind of surveillance. At the same time, we also need to protect those of us who manage to opt out.
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html b/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html
new file mode 100644
index 0000000..d8e99bb
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html
@@ -0,0 +1,1264 @@
+<!DOCTYPE html>
+<!--[if IEMobile 7]><html class="iem7" lang="en" dir="ltr"><![endif]--><!--[if lte IE 6]><html class="lt-ie9 lt-ie8 lt-ie7" lang="en" dir="ltr"><![endif]--><!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8" lang="en" dir="ltr"><![endif]--><!--[if IE 8]><html class="lt-ie9" lang="en" dir="ltr"><![endif]--><!--[if IE 9]><html class="lt-ie10" lang="en" dir="ltr"><![endif]--><!--[if (gte IE 10)|(gt IEMobile 7)]><!-->
+<html lang="en" dir="ltr" prefix="fb: http://ogp.me/ns/fb# og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product#" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <!--<![endif]-->
+ <head>
+ <!--[if IE]><![endif]-->
+ <meta charset="utf-8" />
+ <link rel="shortcut icon" href="https://www.aclu.org/misc/favicon.ico" />
+ <meta name="description" content="I don't use Facebook. I'm not technophobic — I'm a geek. I've been using email since the early 1990s, I have accounts on hundreds of services around the net, and I do software development and internet protocol design both for work and for fun. I believe that a globe-spanning communications network like the internet can be a positive social force, and I publish much of my own work on the open web." />
+ <link rel="canonical" href="https://www.aclu.org/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook" />
+ <meta name="generator" content="Drupal 7 (http://drupal.org)" />
+ <link rel="shortlink" href="https://www.aclu.org/node/67865" />
+ <meta property="fb:pages" content="18982436812" />
+ <meta property="og:site_name" content="American Civil Liberties Union" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="Facebook Is Tracking Me Even Though I’m Not on Facebook" />
+ <meta property="og:url" content="https://www.aclu.org/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook" />
+ <meta property="og:image" content="https://www.aclu.org/sites/default/files/styles/metatag_og_image_1200x630/public/field_share_image/web18-facebook-socialshare-1200x628-v02.png?itok=p77cQjOm" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:creator" content="@ACLU" />
+ <meta name="twitter:title" content="Facebook Is Tracking Me Even Though I’m Not on Facebook" />
+ <meta name="twitter:description" content="I don't use Facebook. I'm not technophobic — I'm a geek. I've been using email since the early 1990s, I have accounts on hundreds of services around the net, and I do software development and internet protocol design both for work and for fun. I believe that a globe-spanning communications network like the internet can be a positive social force, and I publish much of my own work on the open web.But Facebook and other massive web companies represent a strong push toward unaccountable centralized social control, which I think makes our society more unequal and more unjust. The Cambridge Analytica scandal is one instance of this long-running problem with what I call the &quot;surveillance economy.&quot; I don't want to submit to these power structures, and I don’t want my presence on such platforms to serve as bait that lures other people into the digital panopticon.But while I've never &quot;opted in&quot; to Facebook or any of the other big social networks, Facebook still has a detailed profile that can be used to target me. I've never consented to having Facebook collect my data, which can be used to draw very detailed inferences about my life, my habits, and my relationships. As we aim to take Facebook to task for its breach of user trust, we need to think about what its capabilities imply for society overall. After all, if you do #deleteFacebook, you'll find yourself in my shoes: non-consenting, but still subject to Facebook’s globe-spanning surveillance and targeting network.There are at least two major categories of information available to Facebook about non-participants like me: information from other Facebook users, and information from sites on the open web.Information from other Facebook usersWhen you sign up for Facebook, it encourages you to upload your list of contacts so that the site can &quot;find your friends.&quot; Facebook uses this contact information to learn about people, even if those people don't agree to participate. It also links people together based on who they know, even if the shared contact hasn't agreed to this use.For example, I received an email from Facebook that lists the people who have all invited me to join Facebook: my aunt, an old co-worker, a friend from elementary school, etc. This email includes names and email addresses — including my own name — and at least one web bug designed to identify me to Facebook’s web servers when I open the email. Facebook records this group of people as my contacts, even though I've never agreed to this kind of data collection.Similarly, I'm sure that I'm in some photographs that someone has uploaded to Facebook — and I'm probably tagged in some of them. I've never agreed to this, but Facebook could still be keeping track.So even if you decide you need to join Facebook, remember that you might be giving the company information about someone else who didn't agree to be part of its surveillance platform.Information from sites on the open WebNearly every website that you visit that has a &quot;Like&quot; button is actually encouraging your browser to tell Facebook about your browsing habits. Even if you don't click on the &quot;Like&quot; button, displaying it requires your browser to send a request to Facebook's servers for the &quot;Like&quot; button itself. That request includes information mentioning the name of the page you are visiting and any Facebook-specific cookies your browser might have collected. (See Facebook's own description of this process.) This is called a &quot;third-party request.&quot;This makes it possible for Facebook to create a detailed picture of your browsing history — even if you've never even visited Facebook directly, let alone signed up for a Facebook account.Think about most of the web pages you've visited — how many of them don't have a &quot;Like&quot; button? If you administer a website and you include a &quot;Like&quot; button on every page, you're helping Facebook to build profiles of your visitors, even those who have opted out of the social network. Facebook’s “Share” buttons on other sites — along with other tools — work a bit differently from the “Like” button, but do effectively the same thing.The profiles that Facebook builds on non-users don't necessarily include so-called &quot;personally identifiable information&quot; (PII) like names or email addresses. But they do include fairly unique patterns. Using Chromium's NetLog dumping, I performed a simple five-minute browsing test last week that included visits to various sites — but not Facebook. In that test, the PII-free data that was sent to Facebook included information about which news articles I was reading, my dietary preferences, and my hobbies.Given the precision of this kind of mapping and targeting, &quot;PII&quot; isn’t necessary to reveal my identity. How many vegans examine specifications for computer hardware from the ACLU's offices while reading about Cambridge Analytica? Anyway, if Facebook combined that information with the &quot;web bug&quot; from the email mentioned above — which is clearly linked to my name and e-mail address — no guesswork would be required.I'd be shocked if Facebook were not connecting those dots given the goals they claim for data collection:We use the information we have to improve our advertising and measurement systems so we can show you relevant ads on and off our Services and measure the effectiveness and reach of ads and services.This is, in essence, exactly what Cambridge Analytica did.ConsentFacebook and other tech companies often deflect accusations against excessive data collection by arguing &quot;consent&quot; — that they harvest and use data with the consent of the users involved.But even if we accept that clicking through a &quot;Terms of Service&quot; that no one reads can actually constitute true consent, even if we ignore the fact that these terms are overwhelmingly one-sided and non-negotiable, and even if we accept that it's meaningful for people to give consent when sharing data about other people who may have also opted in — what is the recourse for someone who has not opted into these systems at all?Are those of us who have explicitly avoided agreeing to the Facebook terms of service simply fair game for an industry-wide surveillance and targeting network?PrivilegeI don’t mean to critique people who have created a Facebook profile or suggest they deserve whatever they get.My ability to avoid Facebook comes from privilege — I have existing social contacts with whom I know how to stay in touch without using Facebook's network. My job does not require that I use Facebook. I can afford the time and expense to communicate with my electoral representatives and political allies via other channels.Many people do not have these privileges and are compelled to &quot;opt in&quot; on Facebook's non-negotiable terms.Many journalists, organizers, schools, politicians, and others who have good reasons to oppose Facebook's centralized social control feel compelled by Facebook's reach and scale to participate in their practices, even those we know to be harmful. That includes the ACLU.Privacy should not be a luxury good, and while I'm happy to encourage people to opt out of these subtle and socially fraught arrangements, I do not argue that anyone who has signed up has somehow relinquished concerns about their privacy. We need to evaluate privacy concerns in their full social contexts. These are not problems that can be resolved on an individual level, because of the interpersonal nature of much of this data and the complexities of the tradeoffs involved.Technical countermeasuresWhile they may not solve the problem, there are some technical steps people can take to limit the scope of these surveillance practices. For example, some web browsers do not send &quot;third-party cookies&quot; by default, or they scope cookies so that centralized surveillance doesn't get a single view of one user. The most privacy-preserving modern browser is the Tor Browser, which everyone should have installed and available, even if it's not the browser they choose to use every day. It limits the surveillance ability of systems that you have not signed up for to track you as you move around the web.You can also modify some browsers — for example, with plug-ins for Firefox and Chrome — so that they do not send third-party requests at all. Firefox is also exploring even more privacy-preserving techniques. It can’t be denied, though, that these tools are harder to use than the web browsers most people are accustomed to, and they create barriers to some online activities. (For example, logging in to some sites and accessing some web applications is impossible without third-party cookies.)Some website operators take their visitors' privacy more seriously than others, by reducing the amount of third-party requests. For example, it's possible to display &quot;share on Facebook&quot; or &quot;Like&quot; buttons without sending user requests to Facebook in the first place. The ACLU's own website does this because we believe that the right to read with privacy is a fundamental protection for civic discourse.If you are responsible for running a website, try browsing it with a third-party-blocking extension turned on. Think about how much information you're requiring your users to send to third parties as a condition for using your site. If you care about being a good steward of your visitors' data, you can re-design your website to reduce this kind of leakage.Opting out?Some advertisers claim that you can &quot;opt out&quot; of their targeted advertising, and even offer a centralized place meant to help you do so. However, my experience with these tools isn't a positive one. They don't appear to work all of the time. (In a recent experiment I conducted, two advertisers’ opt-out mechanisms failed to take effect.) And while advertisers claim to allow the user to opt out of &quot;interest-based ads,&quot; it's not clear that the opt-outs govern data collection itself, rather than just the use of the collected data for displaying ads. Moreover, opting out on their terms requires the use of third-party cookies, thereby enabling another mechanism that other advertisers can then exploit.It's also not clear how they function over time: How frequently do I need to take these steps? Do they expire? How often should I check back to make sure I’m still opted out? I'd much prefer an approach requiring me to opt in to surveillance and targeting.Fix the surveillance economy, not just FacebookThese are just a few of the mechanisms that enable online tracking. Facebook is just one culprit in this online &quot;surveillance economy,&quot; albeit a massive one — the company owns Instagram, Atlas, WhatsApp, and dozens of other internet and technology companies and services. But it’s not the only player in this space. Google’s business model also relies on this kind of surveillance, and there are dozens of smaller players as well.As we work to address the fallout from the current storm around Facebook and Cambridge Analytica, we can't afford to lose sight of these larger mechanisms at play. Cambridge Analytica's failures and mistakes are inherent to Facebook's business model. We need to seriously challenge the social structures that encourage people to opt in to this kind of surveillance. At the same time, we also need to protect those of us who manage to opt out." />
+ <meta name="twitter:image" content="https://www.aclu.org/sites/default/files/field_image/web18-facebook-1160x768.jpg" />
+ <link rel="shortcut icon" href="/favicon.ico?v=1" />
+ <link rel="apple-touch-icon" sizes="180x180" href="/sites/all/themes/custom/aclu/favicons/apple-touch-icon.png?v=1" />
+ <link rel="icon" type="image/png" sizes="32x32" href="/sites/all/themes/custom/aclu/favicons/favicon-32x32.png?v=1" />
+ <link rel="icon" type="image/png" sizes="16x16" href="/sites/all/themes/custom/aclu/favicons/favicon-16x16.png?v=1" />
+ <link rel="manifest" href="/sites/all/themes/custom/aclu/favicons/manifest.json?v=1" />
+ <link rel="mask-icon" href="/sites/all/themes/custom/aclu/favicons/safari-pinned-tab.svg?v=1" color="#ef404d" />
+ <meta name="msapplication-config" content="/sites/all/themes/custom/aclu/favicons/browserconfig.xml?v=1" />
+ <meta name="theme-color" content="#ffffff" />
+ <title>
+ Facebook Is Tracking Me Even Though I’m Not on Facebook | American Civil Liberties Union
+ </title>
+ <meta name="MobileOptimized" content="width" />
+ <meta name="HandheldFriendly" content="true" />
+ <meta name="viewport" content="width=device-width" />
+ <meta http-equiv="cleartype" content="on" />
+ <link rel="stylesheet" href="https://www.aclu.org/sites/default/files/advagg_css/css__9cWqptSUNYq5YedfIwh33VxtugFVWjDdEsblT8GhLKI__quUjyhSfbEukHj8a0hYvzm9VTmPALmSZvA0xfM_Oxzo__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.css" media="all" />
+ <style>
+ <![CDATA[
+ .pane-aclu-blog-news-signup div.pane-title{line-height:1.77778rem;margin:0 0 .66667rem;color:#423a38;font-family:gtam,Arial,Helvetica,Nimbus Sans L,sans-serif;font-weight:800}@media (min-width:48em){.pane-aclu-blog-news-signup div.pane-title{font-size:1.22222rem;line-height:1.77778rem}}h3{line-height:1.55556rem;margin:0 0 .66667rem;font-family:gtam,Arial,Helvetica,Nimbus Sans L,sans-serif}.more,h3{font-size:1rem;color:#423a38;font-weight:800}.more{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMwMDVBQUEiIGQ9Ik0yNCwyMmMwLDEuMS0wLjksMi0yLDJIMmMtMS4xLDAtMi0wLjktMi0yVjJjMC0xLjEsMC45LTIsMi0yaDIwYzEuMSwwLDIsMC45LDIsMlYyMnoiLz4NCjwvZz4NCjxnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIj4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTMuMzE2LDE5LjM0MWgtMS42OTJsNi41NzItNi41NTRIMy45OXYtMS4yNjFoMTQuMjA2bC02LjU3Mi02LjU1NGgxLjY5Mmw3LjE4NSw3LjE4NEwxMy4zMTYsMTkuMzQxeiIvPg0KPC9nPg0KPC9zdmc+DQo=);padding-top:.05556rem;padding-right:2rem;padding-bottom:.05556rem;text-transform:uppercase;text-decoration:none;vertical-align:middle;cursor:pointer;font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;line-height:1.33333rem;background-position:100% 0;background-repeat:no-repeat}.more:link{color:#423a38}.item-list ul{padding-left:0}.item-list ul li{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiIFsNCgk8IUVOVElUWSBuc19mbG93cyAiaHR0cDovL25zLmFkb2JlLmNvbS9GbG93cy8xLjAvIj4NCl0+DQo8c3ZnIHZlcnNpb249IjEuMSINCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6YT0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZVNWR1ZpZXdlckV4dGVuc2lvbnMvMy4wLyINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9Ii0xLjYyNSAtMC40ODkgMTggMTUiDQoJIG92ZXJmbG93PSJ2aXNpYmxlIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0xLjYyNSAtMC40ODkgMTggMTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGRlZnM+DQo8L2RlZnM+DQo8cGF0aCBmaWxsPSIjOEREQkZGIiBkPSJNMTAuMDEzLDEzLjU3Nkg2LjMxOWw1LjQ3Ny01LjRIMFY1LjQwMWgxMS43OTZMNi4zMTksMGgzLjY5M0wxNi44LDYuNzg5TDEwLjAxMywxMy41NzZ6Ii8+DQo8L3N2Zz4NCg==);color:#423a38;list-style:none;padding-left:1.83333rem;background-position:0 .44444rem;background-repeat:no-repeat}.date,.item-list ul li{margin-bottom:1.11111rem}.date{font-family:gtam,Arial,Helvetica,Nimbus Sans L,sans-serif;font-weight:400;font-size:1rem;text-transform:uppercase}.pane-aclu-blog-news-signup form input{display:inline-block;vertical-align:middle}.pane-aclu-blog-news-signup form input[type=text]{margin-right:.55556rem;width:11.55556rem}.pane-aclu-blog-news-signup form input[type=submit]{background-color:transparent;padding:0;text-indent:-119988px;overflow:hidden;text-align:left;text-transform:capitalize;background-image:none,url(../images/arrows/more-arrow.svg?1512413232);display:inline-block;vertical-align:middle;background-size:28px;width:28px;height:28px;background-repeat:no-repeat}.pane-aclu-blog-news-signup{box-shadow:inset 0 0 0 1px #cfcfcf;padding:1.11111rem .88889rem;margin:0}.pane-aclu-blog-news-signup div.pane-title{margin-bottom:1.11111rem}.pane-aclu-blog-news-signup .form-item{float:left;margin-bottom:.33333rem;margin-top:0}.element-focusable,.element-invisible{height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);position:absolute!important}@media (min-width:0){.small-viewport-hide{display:none}}@media (min-width:60em){.small-viewport-hide{display:block}}.scrollbar-swiper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{display:none}body{min-width:320px}body:after{display:none;content:small}@media (max-width:59.9375em) and (min-width:48em){body:after{content:medium}}@media (max-width:74.9375em) and (min-width:60em){body:after{content:large}}@media (min-width:75em){body:after{content:wide}}#page{margin-left:auto;margin-right:auto}#header>.inner{clear:both}@media (max-width:47.9375em) and (min-width:0){#header>.inner{max-width:90%;margin-left:auto;margin-right:auto}#header>.inner:after{content:" ";display:block;clear:both}}@media (max-width:59.9375em) and (min-width:48em){#header>.inner{width:748px;margin-left:auto;margin-right:auto}#header>.inner:after{content:" ";display:block;clear:both}}@media (max-width:74.9375em) and (min-width:60em){#header>.inner{width:880px;margin-left:auto;margin-right:auto}#header>.inner:after{content:" ";display:block;clear:both}}@media (min-width:75em){#header>.inner{width:1180px;margin-left:auto;margin-right:auto}#header>.inner:after{content:" ";display:block;clear:both}}#page>.menu-panel .inner{clear:both}@media (min-width:60em){#page>.menu-panel .inner{width:880px;margin-left:auto;margin-right:auto}#page>.menu-panel .inner:after{content:" ";display:block;clear:both}}@media (min-width:75em){#page>.menu-panel .inner{width:1180px;margin-left:auto;margin-right:auto}#page>.menu-panel .inner:after{content:" ";display:block;clear:both}}@media (max-width:59.9375em) and (min-width:48em){#header .region-header{padding-left:64px;padding-right:64px}}@media (min-width:75em){#header .region-header{padding-left:75px;padding-right:75px}}#page>.menu-panel .inner .inner-inner{overflow:visible}@media (min-width:75em){#page>.menu-panel .inner .inner-inner{padding-left:75px;padding-right:75px}}#header .region-header{overflow:hidden}@media (min-width:75em){#header .region-header{padding:0;margin-left:75px;margin-right:75px}}#block-search-api-page-search-aclu .search-header span{display:inline-block;vertical-align:middle;text-indent:-119988px;overflow:hidden;text-align:left;text-transform:capitalize;height:16px;width:16px;background-image:url(../images/sprites/icons-s48fdd0f329.png);background-position:0 -490px;background-repeat:no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all{#block-search-api-page-search-aclu .search-header span{background-image:url(../images/sprites/icons2x-s56d40e25f8.png);background-size:92px;background-position:0 -490px}}@media (min-width:60em){.not-sticky #block-search-api-page-search-aclu .search-header span{display:inline-block;vertical-align:middle;text-indent:-119988px;overflow:hidden;text-align:left;text-transform:capitalize;height:20px;width:20px;background-image:url(../images/sprites/icons-s48fdd0f329.png);background-position:0 -294px;background-repeat:no-repeat}}@media (-webkit-min-device-pixel-ratio:1.5) and (min-width:60em),(min-resolution:144dpi) and (min-width:60em),not all{.not-sticky #block-search-api-page-search-aclu .search-header span{background-image:url(../images/sprites/icons2x-s56d40e25f8.png);background-size:92px;background-position:0 -294px}}header{display:block}html{font-family:cschoolbook,Georgia,Times New Roman,DejaVu Serif,serif;font-size:112.5%;line-height:1.55556em;color:#423a38}body{margin:0;padding:0}a:link{color:#005aaa}a:link,h3 a:link{text-decoration:none}h3 a:link,p{color:#423a38}p,ul{margin:0 0 1.55556em}ul ul{margin:0}ul{padding:0 0 0 30px}img{border:0;max-width:100%}button,input{font-family:inherit;font-size:100%;margin:0;max-width:100%;box-sizing:border-box;line-height:normal}button{text-transform:none}button,input[type=submit]{-webkit-appearance:none;font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;background-color:#005aaa;border:0;color:#fff;cursor:pointer;font-size:1.22222rem;font-weight:800;padding:.66667rem;text-transform:uppercase}form{position:relative}input{box-sizing:border-box;background-image:none;color:#423a38;font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;font-size:.77778rem;line-height:1.22222rem;height:1.55556rem;font-weight:400;padding:.11111rem .44444rem;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;-webkit-appearance:none;border:1px solid #423a38}@media (min-width:48em){input{width:14.44444rem}}input[type=submit]{height:auto;width:auto}label{color:#423a38;display:block;font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;font-size:1rem;font-weight:400}@media (min-width:48em){label{font-size:1.22222rem}}@media (max-width:47.9375em) and (min-width:0){#block-superfish-1{float:right;margin-right:.16667rem}#block-superfish-1>ul.menu>li.menu-link-title-take-action{display:none}}@media (min-width:48em){#block-superfish-1{display:block;margin-left:18.05556rem}}@media (min-width:60em){#block-superfish-1{margin-left:15.55556rem}.not-sticky #block-superfish-1{bottom:0;position:absolute;right:5px;clear:right}}#block-superfish-1>ul.menu{padding:0;margin:0}#block-superfish-1>ul.menu>li.sf-depth-1{height:2.83333rem;line-height:2.83333rem;margin-left:.44444rem;outline:none}#block-superfish-1>ul.menu>li.sf-depth-1:after{content:"/";font-family:Georgia,Times New Roman,DejaVu Serif,serif;font-weight:600;position:absolute;color:#b8e7ee}@media (min-width:60em){.not-sticky #block-superfish-1>ul.menu>li.sf-depth-1{height:2.72222rem;line-height:2.72222rem}.not-sticky #block-superfish-1>ul.menu>li.sf-depth-1:after{color:#414141}}#block-superfish-1>ul.menu>li.sf-depth-1>a{display:inline-block;font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;text-transform:uppercase;font-size:.88889rem;line-height:2.83333rem;padding:0 .38889rem}#block-superfish-1>ul.menu>li.sf-depth-1>a:link{color:#b8e7ee;text-decoration:none}@media (min-width:48em){#block-superfish-1>ul.menu>li.sf-depth-1>a{font-size:1rem;padding:0 1rem}}@media (min-width:60em){.not-sticky #block-superfish-1>ul.menu>li.sf-depth-1>a{font-size:1.05556rem;line-height:2.72222rem}.not-sticky #block-superfish-1>ul.menu>li.sf-depth-1>a:link{color:#ef404d;text-decoration:none}}#block-superfish-1>ul.menu>li.menu-link-title-get-updates{display:none}@media (max-width:59.9375em) and (min-width:48em){#block-superfish-1>ul.menu>li.menu-link-title-get-updates{display:block}}#block-superfish-1>ul.menu>li.sf-depth-1.menu-link-title-become-a-member{display:none}@media (min-width:60em){.not-sticky #block-superfish-1>ul.menu>li.sf-depth-1.menu-link-title-become-a-member{display:block}}#block-superfish-1>ul.menu>li.menu-link-title-renew{display:none}@media (min-width:60em){.not-sticky #block-superfish-1>ul.menu>li.menu-link-title-renew{display:block}}@media (max-width:59.9375em) and (min-width:48em){#block-superfish-1>ul.menu>li.menu-link-title-take-action{display:none}}#block-superfish-1>ul.menu>li.menu-link-title-donate:after{display:none}#block-superfish-1>ul.menu ul{font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;background-color:#fff;border:1px solid #423a38;display:none;left:auto!important}@media (max-width:59.9375em) and (min-width:0){#block-superfish-1>ul.menu ul{display:none!important}}@media (min-width:48em){#block-superfish-1>ul.menu ul{top:1.66667rem;right:-5.55556rem}}@media (min-width:60em){#block-superfish-1>ul.menu ul{top:2.72222rem;right:1.27778rem}}#block-superfish-1>ul.menu ul li{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#423a38}#block-superfish-1>ul.menu ul li:last-child{border-bottom-width:0}#block-superfish-1>ul.menu ul a{color:#005aaa;padding:.83333rem 1.11111rem .5rem;text-transform:none;font-size:1rem;line-height:1.44444rem}@media (min-width:48em){#block-superfish-1>ul.menu ul a{padding:.61111rem 1.11111rem .55556rem}}a.main-menu--burger{vertical-align:middle;text-indent:-119988px;overflow:hidden;text-align:left;text-transform:capitalize;height:28px;width:34px;background-image:url(../images/sprites/icons-s48fdd0f329.png);display:block;float:left;margin-top:.61111rem;margin-right:1rem;cursor:pointer;background-position:0 -186px;background-repeat:no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),not all{a.main-menu--burger{background-image:url(../images/sprites/icons2x-s56d40e25f8.png);background-size:92px;background-position:0 -186px}}@media (min-width:60em){a.main-menu--burger{display:none}}#navigation .block{margin-bottom:0}@media (max-width:59.9375em) and (min-width:48em){#navigation .block{position:relative}}#navigation .menu{margin:0;padding:0;text-align:left;display:none}@media (min-width:60em){#navigation .menu{display:block}}#navigation .menu li{padding:0;list-style-type:none;list-style-image:none}@media (min-width:60em){#navigation .menu li{float:left}}@media (max-width:47.9375em) and (min-width:0){#navigation .block>.menu{background-color:#fff;list-style:none;padding:0;margin:0;z-index:15;position:absolute;border:1px solid #423a38;width:13.77778rem;background-position:initial initial;background-repeat:initial initial}#navigation .block>.menu li .menu__link,#navigation .block>.menu li a{display:block;cursor:pointer;padding:.61111rem 1.22222rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#423a38;font-weight:400;font-size:.88889rem;line-height:1.11111rem;color:#005aaa;text-decoration:none}}@media (max-width:47.9375em) and (min-width:0) and (min-width:48em){#navigation .block>.menu li .menu__link,#navigation .block>.menu li a{padding:.5rem 1.22222rem;font-size:1rem;line-height:1.44444rem}}@media (max-width:47.9375em) and (min-width:0){#navigation .block>.menu li:last-child .menu__link,#navigation .block>.menu li:last-child a{border-bottom-style:none}}@media (max-width:59.9375em) and (min-width:48em){#navigation .block>.menu{background-color:#fff;list-style:none;padding:0;margin:0;z-index:15;position:absolute;border:1px solid #423a38;width:16.88889rem;background-position:initial initial;background-repeat:initial initial}#navigation .block>.menu li .menu__link,#navigation .block>.menu li a{display:block;cursor:pointer;padding:.61111rem 1.22222rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#423a38;font-weight:400;font-size:.88889rem;line-height:1.11111rem;color:#005aaa;text-decoration:none;padding:.5rem 1.22222rem;font-size:1rem;line-height:1.44444rem}}@media (max-width:59.9375em) and (min-width:48em){#navigation .block>.menu li:last-child .menu__link,#navigation .block>.menu li:last-child a{border-bottom-style:none}}@media (min-width:60em){#navigation .block>.menu{overflow:hidden}}#navigation .block>.menu>li{font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;font-weight:600;font-size:.88889rem;line-height:2.66667rem}#navigation .block>.menu>li>.menu__link{cursor:pointer;text-transform:capitalize}@media (min-width:60em){#navigation .block>.menu>li>.menu__link{color:#b8e7ee;text-transform:uppercase;font-weight:800;display:block}}#navigation .block>.menu>li.menu-link-title-become-a-member,#navigation .block>.menu>li.menu-link-title-get-updates,#navigation .block>.menu>li.menu-link-title-renew{display:none}#navigation .block>.menu>li.sf-depth-1{float:left;text-transform:uppercase;background-color:#ff8a00;text-align:center;width:50%;background-position:initial initial;background-repeat:initial initial}#navigation .block>.menu>li.sf-depth-1 a:link{color:#423a38;text-decoration:none}#navigation .block>.menu>li.sf-depth-1 a .wrap-arrow{background-image:none;padding-right:0;background-position:initial initial;background-repeat:initial initial}#navigation .block>.menu>li.sf-depth-1.menu-link-title-take-action{position:relative;z-index:1;background-color:#ef404d;width:48%}#navigation .block>.menu>li.sf-depth-1.menu-link-title-take-action:after{content:" ";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#ef404d;-webkit-transform-origin:0 100%;-webkit-transform:skew(-28deg,0deg)}#navigation .block>.menu>li.sf-depth-1.menu-link-title-donate{background-color:#ff8a00;width:52%}#navigation .block>.menu>li.sf-depth-1.menu-link-title-donate>ul{display:none!important}#navigation .block>.menu>li.js-added{clear:both}@media (min-width:60em){#navigation .block>.menu>li.issues a{display:inline-block;padding-left:1.38889rem;vertical-align:top;background-image:url(../images/icons/burger-small-sprite.png?1512413232);background-position:0 18px;background-repeat:no-repeat}}@media (max-width:74.9375em) and (min-width:60em){#navigation .block>.menu>li.issues a{width:6rem}}@media (min-width:60em) and (min-width:75em){#navigation .block>.menu>li.issues a{width:7.61111rem}}@media not all,only screen and (-webkit-min-device-pixel-ratio:1.3) and (min-width:60em),only screen and (-webkit-min-device-pixel-ratio:1.3020833333333333) and (min-width:60em),only screen and (min-resolution:1.3dppx) and (min-width:60em),only screen and (min-resolution:125dpi) and (min-width:60em){#navigation .block>.menu>li.issues a{background-image:url(../images/icons2x/burger-small-sprite.png?1512413232);background-size:18px}}#navigation .block-taxonomy-menu-block,#navigation .sf-hidden{display:none}#navigation li .wrapArrow-processed.closed .wrap-arrow{display:block}@media (min-width:0){#navigation li .wrapArrow-processed.closed .wrap-arrow{padding-right:1.38889rem;background-image:url(../images/arrows/mobile-menu-right.png?1487181507);background-position:100% 3px;background-repeat:no-repeat}}@media not all,only screen and (-webkit-min-device-pixel-ratio:1.3) and (min-width:0),only screen and (-webkit-min-device-pixel-ratio:1.3020833333333333) and (min-width:0),only screen and (min-resolution:1.3dppx) and (min-width:0),only screen and (min-resolution:125dpi) and (min-width:0){#navigation li .wrapArrow-processed.closed .wrap-arrow{background-image:url(../images/arrows2x/mobile-menu-right.png?1487181507);background-size:6px}}@media (min-width:48em){#navigation li .wrapArrow-processed.closed .wrap-arrow{background-position:100% 7px}}@media (min-width:60em){#navigation li .wrapArrow-processed.closed .wrap-arrow{display:inline;background-image:none;padding-right:0;background-position:initial initial;background-repeat:initial initial}}@media not all,only screen and (-webkit-min-device-pixel-ratio:1.3) and (min-width:60em),only screen and (-webkit-min-device-pixel-ratio:1.3020833333333333) and (min-width:60em),only screen and (min-resolution:1.3dppx) and (min-width:60em),only screen and (min-resolution:125dpi) and (min-width:60em){#navigation li .wrapArrow-processed.closed .wrap-arrow{background-image:none;background-size:inherit}}#page>.menu-panel{overflow:hidden;background-color:#b8e7ee;font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;padding:1.38889rem 0 1.94444rem;background-position:initial initial;background-repeat:initial initial}@media (max-width:47.9375em) and (min-width:0){#page>.menu-panel{display:none!important}}@media (max-width:59.9375em) and (min-width:48em){#page>.menu-panel{display:none!important}}#page>.menu-panel a{font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif}#page>.menu-panel a:link{color:#005aaa;text-decoration:none}#page>.menu-panel a.more{font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;padding-top:0;padding-bottom:0;background-size:18px;line-height:1.22222rem;display:inline-block;background-position:100% 50%}#page>.menu-panel .menu-panel-bbs{float:left;width:205px;font-size:1.11111rem;line-height:1.55556rem}@media (min-width:75em){#page>.menu-panel .menu-panel-bbs{width:280px}}#page>.menu-panel .menu-panel-container,#page>.menu-panel .menu-panel-content{font-size:1.11111rem;line-height:1.44444rem}#page>.menu-panel .menu-panel-container .item-list ul,#page>.menu-panel .menu-panel-content .item-list ul{overflow:hidden;margin:0}#page>.menu-panel .menu-panel-container .item-list ul li,#page>.menu-panel .menu-panel-content .item-list ul li{background-image:none;padding:0;margin:0;background-position:initial initial;background-repeat:initial initial}#page>.menu-panel .menu-panel-container h3{font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;text-transform:uppercase;padding-bottom:.27778rem;margin-bottom:.66667rem;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#7cbcda}#page>.menu-panel .menu-panel-container h3 a{color:#423a38}#page>.menu-panel .menu-panel-container .item-list ul li:nth-child(3n){margin-right:0}#page>.menu-panel .menu-panel-content{border-left-width:1px;border-left-style:solid;border-left-color:#fff;float:right;width:580px;padding-left:20px}@media (min-width:75em){#page>.menu-panel .menu-panel-content{width:580px;padding-left:75px}}#page>.menu-panel .menu-panel-content img{display:block;margin-bottom:.33333rem}#page>.menu-panel .menu-panel-content ul.menu{overflow:hidden;padding:0;margin:0}#page>.menu-panel .menu-panel-content .item-list ul li,#page>.menu-panel .menu-panel-content ul.menu li.menu__item{float:left;width:130px;margin-right:95px;margin-bottom:1.38889rem}#page>.menu-panel .menu-panel-content .item-list ul li:nth-child(4n),#page>.menu-panel .menu-panel-content ul.menu li.menu__item:nth-child(3n+1){margin-right:0}#page>.menu-panel .menu-panel-content .menu__item.is-leaf{list-style:none}@media (min-width:60em){a.submenu-header{display:none}}#page>.menu-panel#main_menu-dor-dropdown .menu-panel-content ul.menu{overflow:hidden;padding:0;margin:0}#page>.menu-panel#main_menu-dor-dropdown .menu-panel-content ul.menu li.menu__item{float:left;width:205px;margin-right:170px;margin-bottom:1.11111rem}#page>.menu-panel#main_menu-dor-dropdown .menu-panel-content ul.menu li.menu__item:nth-child(odd){margin-right:0}#page>.menu-panel#main_menu-dor-dropdown .menu-panel-content .menu__item.is-leaf{list-style:none}#page>.menu-panel#main_menu-blogs-dropdown .menu-panel-container{margin-bottom:1.66667rem}#page>.menu-panel#main_menu-blogs-dropdown .menu-panel-container img{float:left;margin-right:.55556rem}#page>.menu-panel#main_menu-blogs-dropdown .menu-panel-container .item-list ul li{float:left;width:280px;margin-right:20px}#page>.menu-panel#main_menu-blogs-dropdown .menu-panel-container .item-list ul li a{position:relative}@media (min-width:75em){#page>.menu-panel#main_menu-blogs-dropdown .menu-panel-container .item-list ul li{margin-right:95px}}#page>.menu-panel#main_menu-blogs-dropdown .menu-panel-container .item-list ul li:nth-child(3n){margin-right:0}#block-taxonomy-menu-block-2{z-index:1}@media (min-width:60em){#block-taxonomy-menu-block-2{background-color:#fff;list-style:none;padding:0;margin:2.61111rem 0 0;border:1px solid #423a38;width:11.38889rem;position:absolute;z-index:40;background-position:initial initial;background-repeat:initial initial}}body,html{width:100%}#page{overflow:hidden}#header{background-color:#423a38;padding-top:0;padding-bottom:0}@media (min-width:60em){#header{background-color:#fff;padding-top:1.11111rem;padding-bottom:0;top:-3.88889rem;transition:top .25s ease-out;-webkit-transition:top .25s ease-out}}#header .region-header{overflow:visible;position:relative}#header .block{margin-bottom:0}#block-blockify-blockify-logo{float:left}#block-blockify-blockify-site-name{height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);position:absolute!important}#block-search-api-page-search-aclu{float:right;margin-top:9px;margin-right:0;position:static}@media (max-width:59.9375em) and (min-width:48em){#block-search-api-page-search-aclu{margin-right:0;float:right}}@media (min-width:60em){.not-sticky #block-search-api-page-search-aclu{position:absolute;right:1.55556rem;float:none;margin-left:.55556rem;margin-top:.16667rem}}#block-search-api-page-search-aclu .search-header{cursor:pointer;outline:none;display:block;padding:.44444rem .16667rem .38889rem .83333rem;position:relative;z-index:999;line-height:1}#block-search-api-page-search-aclu .search-header span{display:block;position:relative}@media (min-width:60em){.not-sticky #block-search-api-page-search-aclu .search-header{border:1px solid #005aaa;padding:.11111rem .16667rem}}#block-search-api-page-search-aclu .content{display:none;position:absolute;top:2.83333rem;right:0;z-index:998;background-color:#b8e7ee;padding:.83333rem;width:14.22222rem;background-position:initial initial;background-repeat:initial initial}@media (max-width:59.9375em) and (min-width:48em){#block-search-api-page-search-aclu .content{right:3.5rem}}@media (min-width:60em){.not-sticky #block-search-api-page-search-aclu .content{top:0;right:0;width:13.33333rem;padding:1.66667rem 1.55556rem}}#block-search-api-page-search-aclu .content form{position:relative}#block-search-api-page-search-aclu .content form .form-item{margin:0;float:left}#block-search-api-page-search-aclu .content form .form-text{font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;font-size:1rem;line-height:1.77778rem;padding:.33333rem .5rem;border:1px solid #423a38;height:2.55556rem;color:#423a38;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;-webkit-appearance:none;width:11.33333rem;margin-right:.55556rem;outline:none}@media (min-width:60em){.not-sticky #block-search-api-page-search-aclu .content form .form-text{font-size:.77778rem;line-height:1.22222rem;padding:.22222rem .55556rem .16667rem;height:1.66667rem}}#block-search-api-page-search-aclu .content form input[type=submit]{position:absolute;right:0;top:0;font-size:1rem;margin:0;padding:0;background-color:transparent;outline:none;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;-webkit-appearance:none;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMwMDVBQUEiIGQ9Ik0yNCwyMmMwLDEuMS0wLjksMi0yLDJIMmMtMS4xLDAtMi0wLjktMi0yVjJjMC0xLjEsMC45LTIsMi0yaDIwYzEuMSwwLDIsMC45LDIsMlYyMnoiLz4NCjwvZz4NCjxnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIj4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTMuMzE2LDE5LjM0MWgtMS42OTJsNi41NzItNi41NTRIMy45OXYtMS4yNjFoMTQuMjA2bC02LjU3Mi02LjU1NGgxLjY5Mmw3LjE4NSw3LjE4NEwxMy4zMTYsMTkuMzQxeiIvPg0KPC9nPg0KPC9zdmc+DQo=);background-size:46px;width:46px;height:46px;text-indent:-9999px;background-position:50% 50%;background-repeat:no-repeat}@media (min-width:60em){.not-sticky #block-search-api-page-search-aclu .content form input[type=submit]{font-size:.77778rem;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMwMDVBQUEiIGQ9Ik0yNCwyMmMwLDEuMS0wLjksMi0yLDJIMmMtMS4xLDAtMi0wLjktMi0yVjJjMC0xLjEsMC45LTIsMi0yaDIwYzEuMSwwLDIsMC45LDIsMlYyMnoiLz4NCjwvZz4NCjxnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIj4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTMuMzE2LDE5LjM0MWgtMS42OTJsNi41NzItNi41NTRIMy45OXYtMS4yNjFoMTQuMjA2bC02LjU3Mi02LjU1NGgxLjY5Mmw3LjE4NSw3LjE4NEwxMy4zMTYsMTkuMzQxeiIvPg0KPC9nPg0KPC9zdmc+DQo=);background-size:30px;width:30px;height:30px;text-indent:-9999px;background-position:50% 50%;background-repeat:no-repeat}}#block-blockify-blockify-logo .button--expand-minimized-nav{display:none;cursor:pointer;position:absolute;right:-1.55556rem;bottom:0;padding-bottom:12px}#logo{text-indent:-119988px;overflow:hidden;text-align:left;text-transform:capitalize;background-image:url(../images/logos/logo-small.png?1512413232);width:80px;height:28px;margin-top:11px;margin-bottom:12px;outline:none;display:block;background-position:50% 50%;background-repeat:no-repeat}@media not all,only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (-webkit-min-device-pixel-ratio:1.3020833333333333),only screen and (min-resolution:1.3dppx),only screen and (min-resolution:125dpi){#logo{background-image:url(../images/logos2x/logo-small.png?1512413232);background-size:cover}}@media (min-width:60em){.not-sticky #logo{text-indent:-119988px;overflow:hidden;text-align:left;text-transform:capitalize;background-image:url(../images/logos/logo-large.png?1512413232);width:190px;height:67px;margin-top:8px;margin-bottom:25px;background-position:50% 50%;background-repeat:no-repeat}}@media not all,only screen and (-webkit-min-device-pixel-ratio:1.3) and (min-width:60em),only screen and (-webkit-min-device-pixel-ratio:1.3020833333333333) and (min-width:60em),only screen and (min-resolution:1.3dppx) and (min-width:60em),only screen and (min-resolution:125dpi) and (min-width:60em){.not-sticky #logo{background-image:url(../images/logos2x/logo-large.png?1512413232);background-size:cover}}#logo img,#site-name{display:none}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions{margin-bottom:0}}@media (max-width:59.9375em) and (min-width:48em){#page .block-aclu-promotions{margin-bottom:0}}#page .block-aclu-promotions.aclu-promotions-banner-eoy{margin:0;height:90px}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy{padding-top:0}}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner{overflow:auto;display:table;margin:auto;width:100%;height:100%;text-align:center;vertical-align:middle}@media (max-width:59.9375em) and (min-width:48em){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner{width:auto}}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner{width:auto}}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav{margin:auto;padding:0;display:table;vertical-align:middle;overflow:auto;text-align:center;width:100%;height:100%}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav{width:auto}}@media (max-width:59.9375em) and (min-width:48em){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav .banner-left,#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav .banner-right{display:none}}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav .banner-left,#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav .banner-right{display:none}}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav .banner-middle{overflow:hidden;padding:0 20px;width:auto;background-color:#ffdf69;display:table-cell;vertical-align:middle}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav .banner-middle{padding:0}}@media (max-width:59.9375em) and (min-width:48em){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-nav .banner-middle{padding:0}}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-text-container{text-align:left;line-height:23px;display:inline-block;margin-right:1.11111rem}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-text-container{text-align:left;float:left;margin-right:0;width:50%;padding-left:15px}}@media (max-width:59.9375em) and (min-width:48em){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-text-container{margin-right:.94444rem}}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-text{font-size:1.94444rem;font-family:gtam,Arial,Helvetica,Nimbus Sans L,sans-serif;font-weight:600;color:#005aaa}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-text{margin:0 .83333rem 0 0;font-size:1rem;line-height:1rem}}@media (max-width:59.9375em) and (min-width:48em){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-text{font-size:1.55556rem;line-height:1.66667rem}}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-subtext{font-size:1.33333rem;font-family:gtam,Arial,Helvetica,Nimbus Sans L,sans-serif;font-weight:600;color:#005aaa;margin-top:.44444rem}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-subtext{margin:0 .83333rem 0 0;font-size:.83333rem;line-height:.83333rem}}@media (max-width:59.9375em) and (min-width:48em){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-subtext{font-size:.88889rem;line-height:.88889rem;padding-top:0}}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-linktext{padding:0;display:inline-block;width:auto}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-linktext{margin-right:0}}@media (max-width:59.9375em) and (min-width:48em){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-linktext{margin-right:1rem}}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-linktext a{width:auto;color:#fff;font-size:1.33333rem;background-color:#ef404d;padding:0 2.11111rem;line-height:3.55556rem;height:3.44444rem;font-family:gtam,Arial,Helvetica,Nimbus Sans L,sans-serif;font-weight:600;vertical-align:middle;text-align:center;display:inline-block}#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-linktext a:link{color:#fff;text-decoration:none}@media (max-width:74.9375em) and (min-width:60em){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-linktext a{font-weight:400}}@media (max-width:47.9375em) and (min-width:0){#page .block-aclu-promotions.aclu-promotions-banner-eoy .banner-eoy-inner .banner-eoy-alert-linktext a{width:100px;padding:.55556rem .83333rem;line-height:1;height:2.77778rem}}#block-aclu-promotions-aclu-promotions-banner{display:block;background-color:#ffdf69;overflow:hidden;margin-bottom:1.11111rem;margin-top:-1.11111rem}@media (max-width:74.9375em) and (min-width:60em){#block-aclu-promotions-aclu-promotions-banner{margin-left:-40px;margin-right:-40px}}@media (min-width:75em){#block-aclu-promotions-aclu-promotions-banner{margin-left:-80px;margin-right:-80px}}@media (max-width:47.9375em) and (min-width:0){#block-aclu-promotions-aclu-promotions-banner{margin:0}}@media (max-width:59.9375em) and (min-width:48em){#block-aclu-promotions-aclu-promotions-banner{margin:0;height:100px}}#block-aclu-promotions-aclu-promotions-banner div{vertical-align:middle}#block-aclu-promotions-aclu-promotions-banner .banner-eoy-alert-text{display:inline-block;font-family:gtam,Arial,Helvetica,Nimbus Sans L,sans-serif;font-weight:600;font-size:1.44444rem;color:#005aaa}#skip-link{margin:0}#skip-link a{display:block;width:100%;padding:2px 0 3px;text-align:center;background-color:#666;color:#fff}.header__region{clear:both}.inline{display:inline;padding:0}.inline li{display:inline;list-style-type:none;padding:0 1em 0 0}.block{margin-bottom:1.55556em}.form-item{margin:1.55556em 0}.form-required{color:#c00}#block-aclu-social-get-updates{float:right;margin-right:4.66667rem;line-height:1}@media (max-width:47.9375em) and (min-width:0){#block-aclu-social-get-updates{display:none}}@media (max-width:59.9375em) and (min-width:48em){#block-aclu-social-get-updates{display:none;padding:.83333rem;position:absolute;right:0;top:2.83333rem;z-index:10;background-color:#b8e7ee}}@media (min-width:60em){.not-sticky #block-aclu-social-get-updates{margin-top:.16667rem;display:block!important}}#block-aclu-social-get-updates .form-item{float:left;margin:0 .44444rem 0 0}#block-aclu-social-get-updates .form-item.form-item-signup-email{width:9rem}@media (max-width:59.9375em) and (min-width:48em){#block-aclu-social-get-updates .form-item.form-item-signup-email{width:11.11111rem}}#block-aclu-social-get-updates .form-item.form-item-signup-zip{width:4.55556rem}#block-aclu-social-get-updates .form-item .form-text{font-size:1rem;line-height:1.77778rem;padding:.33333rem .5rem;height:2.55556rem}@media (min-width:60em){.not-sticky #block-aclu-social-get-updates .form-item .form-text{font-size:.77778rem;line-height:1.11111rem;padding:.16667rem .5rem;height:1.55556rem}}#block-aclu-social-get-updates input[type=submit]{background-color:transparent;padding:0;outline:none;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;-webkit-appearance:none}@media (max-width:59.9375em) and (min-width:48em){#block-aclu-social-get-updates input[type=submit]{float:left;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMwMDVBQUEiIGQ9Ik0yNCwyMmMwLDEuMS0wLjksMi0yLDJIMmMtMS4xLDAtMi0wLjktMi0yVjJjMC0xLjEsMC45LTIsMi0yaDIwYzEuMSwwLDIsMC45LDIsMlYyMnoiLz4NCjwvZz4NCjxnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIj4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTMuMzE2LDE5LjM0MWgtMS42OTJsNi41NzItNi41NTRIMy45OXYtMS4yNjFoMTQuMjA2bC02LjU3Mi02LjU1NGgxLjY5Mmw3LjE4NSw3LjE4NEwxMy4zMTYsMTkuMzQxeiIvPg0KPC9nPg0KPC9zdmc+DQo=);background-size:2.55556rem;width:2.55556rem;height:2.55556rem;text-indent:-9999px;background-position:100% 50%;background-repeat:no-repeat}}@media (min-width:60em){.not-sticky #block-aclu-social-get-updates input[type=submit]{font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;font-weight:600;font-size:.77778rem;line-height:1.11111rem;padding:.22222rem .5rem;height:1.55556rem;background-color:#005aaa}}.pane-aclu-blog-news-signup{padding:0}.pane-aclu-blog-news-signup .form-item.form-item-signup-email{float:none}.node-type-blog .pane-aclu-blog-news-signup{box-shadow:none}.node-type-blog .pane-aclu-blog-news-signup #aclu-social-signup-form .form-item.form-item-signup-email{float:none}@media (min-width:48em){.node-type-blog .pane-aclu-blog-news-signup #aclu-social-signup-form .form-item.form-item-signup-email{float:left}}.pane-aclu-blog-news-signup .close{display:none}.node-type-blog .pane-aclu-blog-news-signup .close{display:block}.pane-aclu-blog-news-signup div.pane-title{font-family:gtamcond,Arial,Helvetica,Nimbus Sans L,sans-serif;margin-bottom:.66667rem;text-transform:uppercase;font-size:1.22222rem;line-height:1.33333rem}.node-type-blog .pane-aclu-blog-news-signup div.pane-title{margin-bottom:.16667rem;font-size:.94444rem;line-height:.94444rem}@media (min-width:48em){.node-type-blog .pane-aclu-blog-news-signup div.pane-title{font-size:1.22222rem;line-height:1.33333rem}}
+ ]]>
+ </style>
+ <link rel="stylesheet" href="https://www.aclu.org/sites/default/files/advagg_css/css__9spNr2y6sE7534vMtObhB-C6V7JoL17hQl6yVpVQHu0__jAYGrhJFgVdQGXTwGEQcuOV8h8Wa9vZRjf8mDLqYdNI__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.css" media="all" />
+ <style>
+ <![CDATA[
+ .aclu-name-textfield{display:none !important;}
+ ]]>
+ </style>
+ <link rel="stylesheet" href="https://www.aclu.org/sites/default/files/advagg_css/css___ZnduM86wslayiEyMdexZdaCufgTPtFrrb78WVTtAuo__4rm0A7gt5xkfaPFTzbLqhPPFeiUfgjOnqlkui-UV0fU__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.css" media="all" />
+ <link rel="stylesheet" href="https://www.aclu.org/sites/default/files/advagg_css/css__pRDlzt0BVbbFqHQ3wQZq9xZxqgvQn100X3uSS1nLkiA__-VJy8i6iAowOFfi_Ts9NFnSSGv1dL4JaHTbh_a5yltM__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.css" media="all" />
+ <link rel="stylesheet" href="https://www.aclu.org/sites/default/files/advagg_css/css__xtweB_zAlOiZIBl2jHti46I8SiqUqqkHZATEYclfit0__j-rVGQJFT35ljMsuo5uEiaKeXg2xOVCo1SaqcUGZc7I__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.css" media="all" />
+ <link rel="stylesheet" href="https://www.aclu.org/sites/default/files/advagg_css/css__af8bNHU4hQBa2-PQX1X50gCJDA4cQ5w1rkPz8PsW4_4__6H7TVPMkdrIGuW35oghJ6A5hL9K-A825oBniIdmgc30__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.css" media="all" />
+ <script defer="defer" src="https://www.aclu.org/sites/all/libraries/modernizr/modernizr.min.js?p7vly2"></script><!--[if lt IE 9]>
+ <script src="/sites/all/themes/contrib/zen/js/respond.js"></script>
+ <![endif]-->
+ </head>
+ <body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-67865 node-type-blog section-blog page-panels panel-layout-two-col-sidebar-right-mix">
+ <p id="skip-link">
+ <a href="#block-system-main-menu" class="element-invisible element-focusable skip-to-nav">Jump to navigation</a> <a href="#content" class="element-invisible element-focusable skip-nav">Skip navigation</a>
+ </p>
+ <div id="page">
+ <header class="header not-sticky" id="header" role="banner">
+ <div class="inner">
+ <div class="inner-inner">
+ <div class="header__region region region-header clearfix">
+ <div id="block-aclu-promotions-aclu-promotions-banner" class="block block-aclu-promotions eoy-banner first odd aclu-promotions-banner-eoy">
+ <div class="banner-eoy-inner">
+ <div class="banner-nav">
+ <div class="banner-left"></div>
+ <div class="banner-middle">
+ <div class="banner-eoy-text-container">
+ <div class="banner-eoy-alert-text">
+ ACLU Conference
+ </div>
+ <div class="banner-eoy-alert-subtext">
+ Early bird discount ends today
+ </div>
+ </div>
+ <div class="banner-eoy-alert-linktext">
+ <a href="https://www.aclu.org/membership-conference-banner-2018">SIGN UP NOW</a>
+ </div>
+ </div>
+ <div class="banner-right"></div>
+ </div>
+ </div>
+ </div>
+ <div id="block-blockify-blockify-logo" class="block block-blockify even">
+ <a href="/" id="logo" rel="home" title="Return to the American Civil Liberties Union home page"><img src="https://www.aclu.org/sites/all/themes/custom/aclu/logo.png" alt="American Civil Liberties Union logo" /></a>
+ </div>
+ <div id="block-blockify-blockify-site-name" class="block block-blockify odd">
+ <span id="site-name"><a href="/" title="Return to the American Civil Liberties Union home page" rel="home"><span>American Civil Liberties Union</span></a></span>
+ </div>
+ <div id="block-aclu-social-get-updates" class="block block-aclu-social even">
+ <div class="signup">
+ <div class="signup__form">
+ <form action="/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook" method="post" id="aclu-social-signup-form--2" accept-charset="UTF-8" name="aclu-social-signup-form--2">
+ <div>
+ <div class="form-item form-type-textfield form-item-signup-email">
+ <label class="element-invisible" for="edit-signup-email--2">Email Address <span class="form-required" title="This field is required.">*</span></label> <input placeholder="Email address" type="text" id="edit-signup-email--2" name="signup_email" value="" size="60" maxlength="128" class="form-text required" />
+ </div>
+ <div class="form-item form-type-textfield form-item-signup-zip">
+ <label class="element-invisible" for="edit-signup-zip--2">ZIP Code <span class="form-required" title="This field is required.">*</span></label> <input placeholder="ZIP code" type="text" id="edit-signup-zip--2" name="signup_zip" value="" size="60" maxlength="128" class="form-text required" />
+ </div><input type="hidden" name="location" value="header" /> <input type="submit" id="edit-submit--3" name="op" value="Get updates" class="form-submit" /><input type="hidden" name="form_build_id" value="form-hGG60UoLJiORDthH98ot7Z00BGE0w7ibTdtstuGQ8zM" /> <input type="hidden" name="form_id" value="aclu_social_signup_form" />
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ <div id="block-search-api-page-search-aclu" class="block block-search-api-page odd">
+ <div class="container-inline">
+ <div class="search-header">
+ <span>Search form</span>
+ </div>
+ <div class="content">
+ <form action="/issues/capital-punishment/mental-illness-and-death-penalty" method="post" id="search-api-page-search-form-search-aclu" accept-charset="UTF-8" name="search-api-page-search-form-search-aclu">
+ <div>
+ <div class="form-item form-type-textfield form-item-keys-1">
+ <label class="element-invisible" for="edit-keys-1">Enter your keywords</label> <input placeholder="Keyword Search" tabindex="1" type="text" id="edit-keys-1" name="keys_1" value="" size="15" maxlength="128" class="form-text" />
+ </div><input type="hidden" name="id" value="1" /> <input type="submit" id="edit-submit-1" name="op" value="Search" class="form-submit" /><input type="hidden" name="form_build_id" value="form-A7n1UyigMND-e8scTxRdWLVL5n3t6OlyQ_u6dUsHiXM" /> <input type="hidden" name="form_id" value="search_api_page_search_form_search_aclu" />
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ <div id="block-superfish-1" class="block block-superfish last even">
+ <ul id="superfish-1" class="menu sf-menu sf-menu-secondary-main-menu sf-horizontal sf-style-none sf-total-items-5 sf-parent-items-1 sf-single-items-4">
+ <li id="menu-4854-1" class="first odd sf-item-1 sf-depth-1 sf-no-children menu-link-title-get-updates">
+ <a href="/" class="menu-item-get-updates sf-depth-1">Get Updates</a>
+ </li>
+ <li id="menu-5048-1" class="middle even sf-item-2 sf-depth-1 sf-no-children menu-link-title-become-a-member">
+ <a href="https://action.aclu.org/give/become-freedom-fighter-join-aclu?cid=70136000001Oa5D&amp;alt_src=70136000001OZf5&amp;ms=horiz_nav_hp_join&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=horiz_nav_hp_join&amp;initms_aff=NAT&amp;initms_chan=web" class="sf-depth-1">Become a Member</a>
+ </li>
+ <li id="menu-1661-1" class="middle odd sf-item-3 sf-depth-1 sf-no-children menu-link-title-renew">
+ <a href="https://action.aclu.org/give/renew-your-aclu-membership?cid=70136000001OYGR&amp;ms=horiz_nav_hp_renew&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=horiz_nav_hp_renew&amp;initms_aff=NAT&amp;initms_chan=web" id="menu-item-renew" class="small-viewport-hide sf-depth-1">Renew</a>
+ </li>
+ <li id="menu-1662-1" class="middle even sf-item-4 sf-depth-1 sf-no-children menu-link-title-take-action">
+ <a href="/action" id="menu-item-take-action" class="sf-depth-1">Take Action</a>
+ </li>
+ <li id="menu-1663-1" class="last odd sf-item-5 sf-depth-1 sf-total-children-5 sf-parent-children-0 sf-single-children-5 menuparent menu-link-title-donate">
+ <a href="https://action.aclu.org/donate-aclu?&amp;ms=horiz_nav_hp&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=horiz_nav_hp&amp;initms_aff=NAT&amp;initms_chan=web" id="menu-item-donate" class="sf-depth-1 menuparent">Donate</a>
+ <ul>
+ <li id="menu-1664-1" class="first odd sf-item-1 sf-depth-2 sf-no-children menu-link-title-make-a-gift">
+ <a href="https://action.aclu.org/donate-aclu?ms=menu_gift&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=menu_gift&amp;initms_aff=NAT&amp;initms_chan=web" class="sf-depth-2">Make a Gift</a>
+ </li>
+ <li id="menu-2667-1" class="middle even sf-item-2 sf-depth-2 sf-no-children menu-link-title-join-become-a-member">
+ <a href="https://action.aclu.org/give/become-aclu-member?cid=70136000001Oa5D&amp;ms=menu_join&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=menu_join&amp;initms_aff=NAT&amp;initms_chan=web" class="sf-depth-2">Join/Become a Member</a>
+ </li>
+ <li id="menu-3830-1" class="middle odd sf-item-3 sf-depth-2 sf-no-children menu-link-title-renew-your-membership">
+ <a href="https://action.aclu.org/give/renew-your-aclu-membership?cid=70136000001Ob7Z&amp;ms=menu_renew&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=menu_renew&amp;initms_aff=NAT&amp;initms_chan=web" class="sf-depth-2">Renew Your Membership</a>
+ </li>
+ <li id="menu-3831-1" class="middle even sf-item-4 sf-depth-2 sf-no-children menu-link-title-monthly-giving">
+ <a href="https://action.aclu.org/give/fight-back-against-attacks-our-civil-liberties?cid=70136000001OZf5&amp;ms=menu_monthly&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=menu_monthly&amp;initms_aff=NAT&amp;initms_chan=web" class="sf-depth-2">Monthly Giving</a>
+ </li>
+ <li id="menu-3832-1" class="last odd sf-item-5 sf-depth-2 sf-no-children menu-link-title-other-ways-to-give">
+ <a href="https://www.aclu.org/donate-aclu?ms=menu_other&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=menu_other&amp;initms_aff=NAT&amp;initms_chan=web" class="sf-depth-2">Other Ways to Give</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </header>
+ <div id="navigation" role="navigation">
+ <div class="inner">
+ <div class="region region-navigation">
+ <div id="block-taxonomy-menu-block-2" class="block block-taxonomy-menu-block first odd">
+ <ul class="menu"></ul>
+ </div>
+ <div id="block-system-main-menu" class="block block-system block-menu last even" role="navigation">
+ <ul class="menu">
+ <li class="menu__item is-expanded first expanded">
+ <span id="main_menu-kyr" class="menu__link aclu_menu_expand-bbs_images nolink">Know your rights</span>
+ <div class="menu-panel">
+ <div class="inner">
+ <div class="inner-inner">
+ <div class="menu-panel-content">
+ <div class="item-list">
+ <ul>
+ <li class="first">
+ <a href="/know-your-rights" class="submenu-header">Know Your Rights</a>
+ </li>
+ <li>
+ <a href="https://www.aclu.org/know-your-rights/demonstrations-and-protests"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_image/web16-kyr-featuredimg-560x480-v01.jpg?itok=d6YrpMuP" width="130" height="110" alt="" /> Demonstrations and Protests</a>
+ </li>
+ <li>
+ <a href="https://www.aclu.org/know-your-rights/know-your-rights-about-daca"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_image/web17-dreamersconcerned-kyr-560x480.jpg?itok=F0bxbZUi" width="130" height="110" alt="" /> For DACA Recipients</a>
+ </li>
+ <li class="last">
+ <a href="https://www.aclu.org/know-your-rights/what-do-if-youre-stopped-police-immigration-agents-or-fbi"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_image/kyr-stoppedbythepolice-560x480-v01.jpg?itok=TZ3ks829" width="130" height="110" alt="" /> What To Do If You're Stopped By Police</a>
+ </li>
+ </ul>
+ </div><a href="/know-your-rights" class="more">See all Know Your Rights</a>
+ </div>
+ <div class="menu-panel-bbs">
+ Do you know your rights? These easy-to-use resources were created by the ACLU so you can have your rights at your fingertips.
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="menu__item is-expanded expanded">
+ <span id="main_menu-dor" class="menu__link aclu_menu_expand-bbs nolink">Defending our rights</span>
+ <div class="menu-panel">
+ <div class="inner">
+ <div class="inner-inner">
+ <div class="menu-panel-content">
+ <ul class="menu">
+ <li class="menu__item is-leaf leaf">
+ <a href="/defending-our-rights" class="menu__link submenu-header">Defending Our Rights</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/defending-our-rights/court-battles" title="Court Battles" class="menu__link">Court Battles</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/defending-our-rights/court-battles/supreme-court" class="menu__link">Supreme Court Cases</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/issues/public-policy" class="menu__link">Federal Advocacy</a>
+ </li>
+ <li class="menu__item is-leaf last leaf">
+ <a href="/about/affiliates" class="menu__link">Find Your Local Affiliate</a>
+ </li>
+ </ul><a href="/defending-our-rights" class="more">Go to Defending Our Rights</a>
+ </div>
+ <div class="menu-panel-bbs">
+ The ACLU works tirelessly in courts, legislatures, and communities to defend and preserve the Constitution’s promise of liberty for everyone in our country.
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="menu__item is-expanded expanded">
+ <span id="main_menu-blogs" class="menu__link aclu_menu_expand-images nolink">Blogs</span>
+ <div class="menu-panel">
+ <div class="inner">
+ <div class="inner-inner">
+ <div class="menu-panel-container">
+ <h3>
+ <a href="/blog">Blogs</a>
+ </h3>
+ <div class="item-list">
+ <ul>
+ <li class="first">
+ <a href="https://www.aclu.org/blog/speak-freely"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_banner_image/web18-siteimages-blog-speakfreely-2400x720-v02.jpg?itok=CGvxNq0e" width="130" height="110" alt="" /> Speak Freely</a>
+ </li>
+ <li>
+ <a href="https://www.aclu.org/blog/free-future"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_banner_image/web15-siteimages-blog-ff-2400x960-v06_0.jpg?itok=Nfp3z-1K" width="130" height="110" alt="" /> Free Future</a>
+ </li>
+ <li class="last">
+ <a href="https://www.aclu.org/blog/washington-markup"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_banner_image/web15-siteimages-blog-wshgtnmu-2400-960_5.jpg?itok=f7CaqQ76" width="130" height="110" alt="" /> Washington Markup</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="menu-panel-container">
+ <h3>
+ <a href="/blog">Feeds</a>
+ </h3>
+ <div class="item-list">
+ <ul>
+ <li class="first">
+ <a href="https://www.aclu.org/blog-feed/editors-picks"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_banner_image/web15-blog-editorspicks-2400x960_1.jpg?itok=1ognkSD7" width="130" height="110" alt="" /> Editor's Picks</a>
+ </li>
+ <li>
+ <a href="https://www.aclu.org/blog-feed/people-power"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_banner_image/web17-siteimages-blog-peoplepower-2400x720-v01.jpg?itok=u0hNyyaH" width="130" height="110" alt="" /> People Power</a>
+ </li>
+ <li class="last">
+ <a href="https://www.aclu.org/blog-feed/breaking-news"><img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_banner_image/web16-siteimages-blog-breakingnews-2400x720-rel02.jpg?itok=DDzAKoR7" width="130" height="110" alt="" /> Breaking News</a>
+ </li>
+ </ul>
+ </div>
+ </div><a href="/blog" class="more">See all blogs and feeds</a>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="menu__item is-expanded expanded">
+ <span id="main_menu-about" class="menu__link aclu_menu_expand-bbs nolink">About</span>
+ <div class="menu-panel">
+ <div class="inner">
+ <div class="inner-inner">
+ <div class="menu-panel-content">
+ <ul class="menu">
+ <li class="menu__item is-leaf leaf">
+ <a href="/about-aclu" class="menu__link submenu-header">About</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/about/leadership" class="menu__link">Leadership</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/about/aclu-history" class="menu__link">History</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/about/media" class="menu__link">Media</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/about/affiliates" class="menu__link">Local Affiliates</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/careers" class="menu__link">Careers</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/issues/aclu-ambassador-project" class="menu__link">Ambassadors</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/officers-board-directors" class="menu__link">Officers and Board</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/finances" class="menu__link">Financial Info and Reports</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/how-you-can-help" class="menu__link">How You Can Help</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/faqs" class="menu__link">FAQ</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/aclu-centers" class="menu__link">Centers</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/contact-us" class="menu__link">Contact Us</a>
+ </li>
+ </ul><a href="/about-aclu" class="more">Go to About the ACLU</a>
+ </div>
+ <div class="menu-panel-bbs">
+ For almost 100 years, the ACLU has worked to defend and preserve the individual rights and liberties guaranteed by the Constitution and laws of the United States.
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="menu__item is-leaf last leaf">
+ <a href="https://shop.aclu.org/?a=mainsite_nav" id="main_menu-shop" class="menu__link">Shop</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="main">
+ <div id="content" class="column" role="main">
+ <div class="full-page-width">
+ <div class="inner">
+ <a id="main-content"></a>
+ <div class="region region-help">
+ <div id="block-blockify-blockify-messages" class="block block-blockify first last odd"></div>
+ </div>
+ </div>
+ </div>
+ <div class="panel-display panel-two-col-sidebar-right-mix">
+ <div class="panel-panel panel-header-full-bleed full-bleed">
+ <div class="panel-pane pane-aclu-blog-channel-header">
+ <a href="https://www.aclu.org/blog/free-future"><noscript class="adaptive-image" data-adaptive-image-breakpoints="480 768" data-adaptive-image-480-img="&lt;img class=&quot;adaptive-image&quot; data-adaptive-image-breakpoint=&quot;480&quot; src=&quot;https://www.aclu.org/sites/default/files/styles/blog_channel_header_small_480x63/public/field_banner_image/web15-siteimages-blog-ff-2400x960-v06_0.jpg?itok=Z5RaZm46&quot; width=&quot;480&quot; height=&quot;63&quot; alt=&quot;&quot; /&gt;" data-adaptive-image-768-img="&lt;img class=&quot;adaptive-image&quot; data-adaptive-image-breakpoint=&quot;768&quot; src=&quot;https://www.aclu.org/sites/default/files/styles/blog_channel_header_medium_768x100/public/field_banner_image/web15-siteimages-blog-ff-2400x960-v06_0.jpg?itok=IckmIOhh&quot; width=&quot;768&quot; height=&quot;100&quot; alt=&quot;&quot; /&gt;" data-adaptive-image-max-img="&lt;img class=&quot;adaptive-image&quot; data-adaptive-image-breakpoint=&quot;max&quot; src=&quot;https://www.aclu.org/sites/default/files/styles/blog_channel_header_wide_1200x100/public/field_banner_image/web15-siteimages-blog-ff-2400x960-v06_0.jpg?itok=bQHln3c_&quot; width=&quot;1200&quot; height=&quot;100&quot; alt=&quot;&quot; /&gt;"><img src="https://www.aclu.org/sites/default/files/styles/blog_channel_header_wide_1200x100/public/field_banner_image/web15-siteimages-blog-ff-2400x960-v06_0.jpg?itok=bQHln3c_" width="1200" height="100" alt="" /></noscript></a>
+ <div class="blog_channel_header--title text-large">
+ <a href="https://www.aclu.org/blog/free-future">Free Future</a>
+ </div>
+ </div>
+ </div>
+ <div class="panel-panel panel-full-width-1 full-page-width">
+ <div class="inner">
+ <div class="panel-pane pane-node-title">
+ <h1>
+ Facebook Is Tracking Me Even Though I’m Not on Facebook
+ </h1>
+ </div>
+ <div class="panel-pane pane-aclu-blog-byline">
+ <div class="blog-image">
+ <div class="field-image">
+ <img src="https://www.aclu.org/sites/default/files/styles/blog_author_54x46/public/biography-images/web16-dkg-final2.jpg?itok=yZxVPbHI" width="55" height="46" alt="" />
+ </div>
+ </div>
+ <div class="blog-author">
+ By <a href="/bio/daniel-kahn-gillmor">Daniel Kahn Gillmor</a>, Senior Staff Technologist, ACLU Speech, Privacy, and Technology Project
+ </div>
+ <div class="updated-date">
+ April 5, 2018 | 6:00 PM
+ </div>
+ </div>
+ <div class="panel-pane pane-aclu-components-issue-area related-issues">
+ <div class="issues-horizontal">
+ <span class="label">Tags</span>
+ <div class="item-list">
+ <ul>
+ <li class="first">
+ <a href="/search/%20?f%5B0%5D=field_issues%3A99&amp;f%5B1%5D=type%3Ablog">Internet Privacy</a>
+ </li>
+ <li>
+ <a href="/search/%20?f%5B0%5D=field_issues%3A98&amp;f%5B1%5D=type%3Ablog">Privacy &amp; Technology</a>
+ </li>
+ <li class="last">
+ <a href="/search/%20?f%5B0%5D=field_issues%3A125&amp;f%5B1%5D=type%3Ablog">Consumer Privacy</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="panel-pane pane-aclu-components-share-icons share-icons">
+ <ul>
+ <li class="facebook">
+ <a href="https://www.facebook.com/v2.7/dialog/feed?app_id=782898798486624&amp;link=https%3A//www.aclu.org/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook&amp;name=Facebook%20Is%20Tracking%20Me%20Even%20Though%20I%E2%80%99m%20Not%20on%20Facebook&amp;redirect_uri=https%3A//www.aclu.org/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook" target="_blank" title="Submit this to Facebook">Facebook</a>
+ </li>
+ <li class="twitter">
+ <a href="http://twitter.com/intent/tweet?text=Facebook%20Is%20Tracking%20Me%20Even%20Though%20I%E2%80%99m%20Not%20on%20Facebook&amp;via=aclu&amp;title=Facebook%20Is%20Tracking%20Me%20Even%20Though%20I%E2%80%99m%20Not%20on%20Facebook&amp;url=https%3A//www.aclu.org/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook" target="_blank" title="Submit this to Twitter">Twitter</a>
+ </li>
+ <li class="reddit">
+ <a href="http://reddit.com/submit?title=Facebook%20Is%20Tracking%20Me%20Even%20Though%20I%E2%80%99m%20Not%20on%20Facebook%20%7C%20American%20Civil%20Liberties%20Union&amp;url=https%3A//www.aclu.org/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook" target="_blank" title="Submit this to Reddit">Reddit</a>
+ </li>
+ <li class="email">
+ <a href="mailto:?body=https%3A%2F%2Fwww.aclu.org%2Fblog%2Fprivacy-technology%2Finternet-privacy%2Ffacebook-tracking-me-even-though-im-not-facebook%0D%0A%0D%0AI%20don't%20use%20Facebook.%20I'm%20not%20technophobic%20%E2%80%94%20I'm%20a%20geek.%20I've%20been%20using%20email%20since%20the%20early%201990s,%20I%20have%20accounts%20on%20hundreds%20of%20services%20around%20the%20net,%20and%20I%20do%20software%20development%20and%20internet%20protocol%20design%20both%20for%20work%20and%20for%20fun.%20I%20believe%20that%20a%20globe-spanning%20communications%20network%20like%20the%20internet%20can%20be%20a%20positive%20social%20force,%20and%20I%20publish%20much%20of%20my%20own%20work%20on%20the%20open%20web.&amp;subject=Facebook%20Is%20Tracking%20Me%20Even%20Though%20I%E2%80%99m%20Not%20on%20Facebook%20%7C%20American%20Civil%20Liberties%20Union" target="_blank" title="Submit this to Email">Email</a>
+ </li>
+ <li class="print">
+ <a href="/print/node/67865" target="_blank" title="Submit this to Print">Print</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="center-wrapper clearfix full-page-width">
+ <div class="inner">
+ <div class="panel-panel panel-main-3 content-column">
+ <div class="panel-pane pane-aclu-blog-multimedia">
+ <div class="node node-blog view-mode-blog_multimedia">
+ <div class="blog-multimedia--figure-caption">
+ <figure class="field-image">
+ <div id="file-39939" class="file file-image file-image-jpeg">
+ <h2 class="element-invisible">
+ <a href="/file/39939">WEB18-Facebook-1160x768.jpg</a>
+ </h2>
+ <div class="content">
+ <img src="https://www.aclu.org/sites/default/files/styles/blog_main_wide_580x384/public/field_image/web18-facebook-1160x768.jpg?itok=V5vZM_G3" width="580" height="384" alt="Cell phone with Facebook on it in front of blue data" />
+ </div>
+ </div>
+ </figure>
+ </div>
+ </div>
+ </div>
+ <div class="panel-pane pane-aclu-components-description description">
+ <p class="FirstParagraph">
+ I don't use Facebook. I'm not technophobic — I'm a geek. I've been using email since the early 1990s, I have accounts on hundreds of services around the net, and I do software development and internet protocol design both for work and for fun. I believe that a globe-spanning communications network like the internet can be a positive social force, and I publish much of my own work on the open web.
+ </p>
+ <p class="MsoBodyText">
+ But Facebook and other massive web companies represent a strong push toward unaccountable centralized social control, which I think makes our society more unequal and more unjust. The Cambridge Analytica scandal is one instance of this long-running problem with what I call the "surveillance economy." I don't want to submit to these power structures, and I don’t want my presence on such platforms to serve as bait that lures other people into the digital panopticon.
+ </p>
+ <p class="MsoBodyText">
+ But while I've never "opted in" to Facebook or any of the other big social networks, Facebook still has a detailed profile that can be used to target me. I've never consented to having Facebook collect my data, which can be used to draw very detailed inferences about my life, my habits, and my relationships. As we aim to take Facebook to task for its breach of user trust, we need to think about what its capabilities imply for society overall. After all, if you do #deleteFacebook, you'll find yourself in my shoes: non-consenting, but still subject to Facebook’s globe-spanning surveillance and targeting network.
+ </p>
+ <p class="MsoBodyText">
+ There are at least two major categories of information available to Facebook about non-participants like me: information from other Facebook users, and information from sites on the open web.
+ </p>
+ <h3 class="node-type-blog">
+ <strong>Information from other Facebook users</strong>
+ </h3>
+ <p class="FirstParagraph">
+ When you sign up for Facebook, it encourages you to upload your list of contacts so that the site can "find your friends." Facebook uses this contact information to learn about people, even if those people don't agree to participate. It also links people together based on who they know, even if the shared contact hasn't agreed to this use.
+ </p>
+ <p class="MsoBodyText">
+ For example, I received an email from Facebook that lists the people who have all invited me to join Facebook: my aunt, an old co-worker, a friend from elementary school, etc. This email includes names and email addresses — including my own name — and at least one <a href="https://en.wikipedia.org/wiki/Web_bug">web bug</a> designed to identify me to Facebook’s web servers when I open the email. Facebook records this group of people as my contacts, even though I've never agreed to this kind of data collection.
+ </p>
+ <p class="MsoBodyText">
+ Similarly, I'm sure that I'm in some photographs that someone has uploaded to Facebook — and I'm probably tagged in some of them. I've never agreed to this, but Facebook could still be keeping track.
+ </p>
+ <p class="MsoBodyText">
+ So even if you decide you need to join Facebook, remember that you might be giving the company information about someone else who didn't agree to be part of its surveillance platform.
+ </p>
+ <h3 class="node-type-blog">
+ <strong>Information from sites on the open Web</strong>
+ </h3>
+ <p class="FirstParagraph">
+ Nearly every website that you visit that has a "Like" button is actually encouraging your browser to tell Facebook about your browsing habits. Even if you don't click on the "Like" button, displaying it requires your browser to send a request to Facebook's servers for the "Like" button itself. That request includes <a href="https://en.wikipedia.org/wiki/HTTP_referer">information</a> mentioning the name of the page you are visiting and any Facebook-specific <a href="https://en.wikipedia.org/wiki/HTTP_cookie">cookies</a> your browser might have collected. (See <a href="https://www.facebook.com/help/186325668085084">Facebook's own description of this process</a>.) This is called a "third-party request."
+ </p>
+ <p class="MsoBodyText">
+ This makes it possible for Facebook to create a detailed picture of your browsing history — even if you've never even visited Facebook directly, let alone signed up for a Facebook account.
+ </p>
+ <p class="MsoBodyText">
+ Think about most of the web pages you've visited — how many of them <em>don't</em> have a "Like" button? If you administer a website and you include a "Like" button on every page, you're helping Facebook to build profiles of your visitors, even those who have opted out of the social network. Facebook’s <a href="https://developers.facebook.com/docs/plugins/">“Share” buttons</a> on other sites — along with <a href="https://www.facebook.com/business/learn/facebook-ads-pixel">other tools</a> — work a bit differently from the “Like” button, but do effectively the same thing.
+ </p>
+ <p class="MsoBodyText">
+ The profiles that Facebook builds on non-users don't necessarily include so-called "personally identifiable information" (PII) like names or email addresses. But they do include fairly unique patterns. Using <a href="https://dev.chromium.org/for-testers/providing-network-details">Chromium's NetLog dumping</a>, I performed a simple five-minute browsing test last week that included visits to various sites — but not Facebook. In that test, the PII-free data that was sent to Facebook included information about which news articles I was reading, my dietary preferences, and my hobbies.
+ </p>
+ <p class="MsoBodyText">
+ Given the precision of this kind of mapping and targeting, "PII" isn’t necessary to reveal my identity. How many vegans examine specifications for computer hardware from the ACLU's offices while reading about Cambridge Analytica? Anyway, if Facebook combined that information with the "web bug" from the email mentioned above — which <em>is</em> clearly linked to my name and e-mail address — no guesswork would be required.
+ </p>
+ <p class="MsoBodyText">
+ I'd be shocked if Facebook were not connecting those dots given the goals <a href="https://www.facebook.com/about/privacy/cookies">they claim for data collection</a>:
+ </p>
+ <blockquote>
+ <p class="MsoBlockText">
+ We use the information we have to improve our advertising and measurement systems so we can show you relevant ads on and off our Services and measure the effectiveness and reach of ads and services.
+ </p>
+ </blockquote>
+ <p class="FirstParagraph">
+ This is, in essence, exactly what Cambridge Analytica did.
+ </p>
+ <h3 class="node-type-blog">
+ <strong>Consent</strong>
+ </h3>
+ <p class="FirstParagraph">
+ Facebook and other tech companies often deflect accusations against excessive data collection by arguing "consent" — that they harvest and use data with the consent of the users involved.
+ </p>
+ <p class="MsoBodyText">
+ But even if we accept that clicking through a "Terms of Service" that <a href="https://tosdr.org/">no one reads</a> can actually constitute true consent, even if we ignore the fact that these terms are overwhelmingly one-sided and non-negotiable, and even if we accept that it's meaningful for people to give consent when sharing data about other people who may have also opted in — what is the recourse for someone who has not opted into these systems at all?
+ </p>
+ <p class="MsoBodyText">
+ Are those of us who have explicitly avoided agreeing to the Facebook terms of service simply fair game for an industry-wide surveillance and targeting network?
+ </p>
+ <h3 class="node-type-blog">
+ <strong>Privilege</strong>
+ </h3>
+ <p class="FirstParagraph">
+ I don’t mean to critique people who have created a Facebook profile or suggest they deserve whatever they get.
+ </p>
+ <p class="MsoBodyText">
+ My ability to avoid Facebook comes from privilege — I have existing social contacts with whom I know how to stay in touch without using Facebook's network. My job does not require that I use Facebook. I can afford the time and expense to communicate with my electoral representatives and political allies via other channels.
+ </p>
+ <p class="MsoBodyText">
+ Many people do not have these privileges and are compelled to "opt in" on Facebook's non-negotiable terms.
+ </p>
+ <p class="MsoBodyText">
+ Many journalists, organizers, schools, politicians, and others who have good reasons to oppose Facebook's centralized social control feel compelled by Facebook's reach and scale to participate in their practices, even those we know to be harmful. That includes the ACLU.
+ </p>
+ <p class="MsoBodyText">
+ Privacy should not be a luxury good, and while I'm happy to encourage people to opt out of these subtle and socially fraught arrangements, I do not argue that anyone who has signed up has somehow relinquished concerns about their privacy. We need to evaluate privacy concerns in their full social contexts. These are not problems that can be resolved on an individual level, because of the interpersonal nature of much of this data and the complexities of the tradeoffs involved.
+ </p>
+ <h3 class="node-type-blog">
+ <strong>Technical countermeasures</strong>
+ </h3>
+ <p class="FirstParagraph">
+ While they may not solve the problem, there are some technical steps people can take to limit the scope of these surveillance practices. For example, some web browsers do not send "third-party cookies" by default, or <a href="https://wiki.mozilla.org/Thirdparty">they scope cookies</a> so that centralized surveillance doesn't get a single view of one user. The most privacy-preserving modern browser is <a href="https://www.torproject.org/">the Tor Browser</a>, which everyone should have installed and available, even if it's not the browser they choose to use every day. It limits the surveillance ability of systems that you have not signed up for to track you as you move around the web.
+ </p>
+ <p class="MsoBodyText">
+ You can also modify some browsers — for example, with plug-ins for <a href="https://requestpolicycontinued.github.io/">Firefox</a> and <a href="https://chrome.google.com/webstore/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf">Chrome</a> — so that they <a href="https://addons.mozilla.org/en-US/firefox/addon/umatrix/">do not send third-party</a> <a href="https://requestpolicycontinued.github.io/">requests at all</a>. Firefox is also exploring even more <a href="https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/">privacy-preserving techniques</a><a href="https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/">.</a>
+ </p>
+ <p class="MsoBodyText">
+ It can’t be denied, though, that these tools are harder to use than the web browsers most people are accustomed to, and they create barriers to some online activities. (For example, logging in to <a href="https://offcampushousing.uconn.edu/login">some sites</a> and accessing some <a href="https://filestore.community.support.microsoft.com/api/images/0253d8fb-b050-401a-834d-9d80a99c0b12">web applications</a> is impossible without third-party cookies.)
+ </p>
+ <p class="MsoBodyText">
+ Some website operators take their visitors' privacy more seriously than others, by reducing the amount of third-party requests. For example, it's possible to display "share on Facebook" or "Like" buttons without sending user requests to Facebook in the first place. The ACLU's own website does this because we believe that the right to read with privacy is a fundamental protection for civic discourse.
+ </p>
+ <p class="MsoBodyText">
+ If you are responsible for running a website, try browsing it with a third-party-blocking extension turned on. Think about how much information you're requiring your users to send to third parties as a condition for using your site. If you care about being a good steward of your visitors' data, you can re-design your website to reduce this kind of leakage.
+ </p>
+ <h3 class="node-type-blog">
+ <strong>Opting out?</strong>
+ </h3>
+ <p class="MsoBodyText">
+ Some advertisers claim that you can "opt out" of their targeted advertising, and even offer <a href="http://optout.aboutads.info/">a centralized place meant to help you do so</a>.&nbsp;However, my experience with these tools isn't a positive one. They don't appear to work all of the time. (In a recent experiment I conducted, two advertisers’ opt-out mechanisms failed to take effect.) And while advertisers claim to allow the user to opt out of "interest-based ads," it's not clear that the opt-outs govern data collection itself, rather than just the use of the collected data for displaying ads. Moreover, opting out on their terms requires the use of third-party cookies, thereby enabling another mechanism that other advertisers can then exploit.
+ </p>
+ <p class="MsoBodyText">
+ It's also not clear how they function over time: How frequently do I need to take these steps? Do they expire? How often should I check back to make sure I’m still opted out? I'd much prefer an approach requiring me to opt <em>in</em> to surveillance and targeting.
+ </p>
+ <h3 class="node-type-blog">
+ <strong>Fix the surveillance economy, not just Facebook</strong>
+ </h3>
+ <p class="FirstParagraph">
+ These are just a few of the mechanisms that enable online tracking. Facebook is just one culprit in this online "surveillance economy," albeit a massive one — the company owns <a href="https://www.instagram.com/">Instagram</a>, <a href="https://atlassolutions.com/">Atlas</a>, <a href="https://www.whatsapp.com/">WhatsApp</a>, and dozens of other internet and technology companies and services. But it’s not the only player in this space. Google’s business model also relies on this kind of surveillance, and there are dozens of smaller players as well.
+ </p>
+ <p class="MsoBodyText">
+ As we work to address the fallout from the current storm around Facebook and Cambridge Analytica, we can't afford to lose sight of these larger mechanisms at play. Cambridge Analytica's failures and mistakes are inherent to Facebook's business model. We need to seriously challenge the social structures that encourage people to opt in to this kind of surveillance. At the same time, we also need to protect those of us who manage to opt out.
+ </p>
+ </div>
+ <div class="panel-pane pane-aclu-social-comments">
+ <div class="comments comment-wrapper">
+ <div class="comments-header">
+ <span class="title">View comments</span> (27)
+ </div>
+ <div class="content">
+ <div class="terms">
+ <div class="terms-title read-comments-tou">
+ Read the Terms of Use
+ </div>
+ <div class="terms-content comments-tou"></div>
+ </div>
+ <div id="comments">
+ <form class="comment-form" action="/comment/reply/67865" method="post" id="comment-form" accept-charset="UTF-8" name="comment-form">
+ <div>
+ <div class="form-item form-type-textfield form-item-name">
+ <label for="edit-name">Your name <span class="form-required" title="This field is required.">*</span></label> <input type="text" id="edit-name" name="name" value="Anonymous" size="30" maxlength="60" class="form-text required" />
+ </div>
+ <div class="field-type-text-long field-name-comment-body field-widget-text-textarea form-wrapper" id="edit-comment-body">
+ <div id="comment-body-add-more-wrapper">
+ <div class="text-format-wrapper">
+ <div class="form-item form-type-textarea form-item-comment-body-und-0-value">
+ <label for="edit-comment-body-und-0-value">Comment <span class="form-required" title="This field is required.">*</span></label>
+ <div class="form-textarea-wrapper resizable">
+ <textarea class="text-full form-textarea required" id="edit-comment-body-und-0-value" name="comment_body[und][0][value]" cols="60" rows="5"></textarea>
+ </div>
+ </div>
+ <fieldset class="filter-wrapper hide-filter-formats collapsible collapsed form-wrapper" id="edit-comment-body-und-0-format">
+ <legend><span class="fieldset-legend">Text formats options</span></legend>
+ <div class="fieldset-wrapper">
+ <div class="filter-help form-wrapper" id="edit-comment-body-und-0-format-help">
+ <p>
+ <a href="/filter/tips" target="_blank">More information about text formats</a>
+ </p>
+ </div>
+ <div class="form-item form-type-select form-item-comment-body-und-0-format">
+ <label for="edit-comment-body-und-0-format--2">Text format</label> <select class="filter-list form-select" id="edit-comment-body-und-0-format--2" name="comment_body[und][0][format]">
+ <option value="basic_html" selected="selected">
+ Basic HTML
+ </option>
+ <option value="plain_text">
+ Plain text
+ </option>
+ </select>
+ </div>
+ <div class="filter-guidelines form-wrapper" id="edit-comment-body-und-0-format-guidelines">
+ <div class="filter-guidelines-item filter-guidelines-basic_html">
+ <h3>
+ Basic HTML
+ </h3>
+ <ul class="tips">
+ <li>Allowed HTML tags: &lt;em&gt; &lt;strong&gt; &lt;blockquote&gt; &lt;cite&gt; &lt;p&gt; &lt;br&gt; &lt;ol&gt; &lt;ul&gt; &lt;li&gt;
+ </li>
+ <li>Lines and paragraphs break automatically.
+ </li>
+ </ul>
+ </div>
+ <div class="filter-guidelines-item filter-guidelines-plain_text">
+ <h3>
+ Plain text
+ </h3>
+ <ul class="tips">
+ <li>No HTML tags allowed.
+ </li>
+ <li>Web page addresses and e-mail addresses turn into links automatically.
+ </li>
+ <li>Lines and paragraphs break automatically.
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </fieldset>
+ </div>
+ </div>
+ </div><input type="hidden" name="form_build_id" value="form-6Q08FDAfOeXeEl3Vz8dgdmuvc04IXpGWXoiLVB015DU" /> <input type="hidden" name="form_id" value="comment_node_blog_form" />
+ <div class="form-actions form-wrapper" id="edit-actions">
+ <input type="submit" id="edit-submit" name="op" value="Add comment" class="form-submit" />
+ </div>
+ <div class="aclu-name-textfield">
+ <div class="form-item form-type-textfield form-item-aclu-name">
+ <label for="edit-aclu-name">Leave this field blank</label> <input autocomplete="off" type="text" id="edit-aclu-name" name="aclu-name" value="" size="20" maxlength="128" class="form-text" />
+ </div>
+ </div>
+ </div>
+ </form><a id="comments-top" class="top"></a> <a id="comment-223379"></a>
+ <div class="clear-block comment comment comment-by-anonymous first odd clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Anonymous</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ One valuable reform would be to mandate, under penalty of felony, that anyone that searches your information has to notify you - to include private investigotors screening potential employers to police officers trolling your online profile. It would be a great consumer protection.
+ </p>
+ <p>
+ For example: if you lost the job offer due to your Facebook post, the employer should be required to tell you that. If you got pulled over and ticketed because you "Liked" police body cameras on FB you should know that also.
+ </p>
+ <p>
+ The real danger is allowing punitive actions, in retaliation of your Free Speech to be hidden from us. If someone is spying on us, bypassing privacy filters, without a judicial warrant - we should know that.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="comment-reply first">
+ <a href="/comment/reply/67865/223379">reply</a>
+ </li>
+ <li class="date">
+ <span>April 5, 2018</span>
+ </li>
+ <li class="time last">
+ <span>6:32 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div><a id="comment-223395"></a>
+ <div class="clear-block comment comment comment-by-anonymous even clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Lars</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ Couldn’t I just bloc facebook in my private filer (squid filter)?
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="comment-reply first">
+ <a href="/comment/reply/67865/223395">reply</a>
+ </li>
+ <li class="date">
+ <span>April 6, 2018</span>
+ </li>
+ <li class="time last">
+ <span>2:20 AM</span>
+ </li>
+ </ul>
+ </div>
+ </div><a id="comment-223408"></a>
+ <div class="clear-block comment comment comment-by-anonymous odd clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Anonymous</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ privacy badger is also a good plugin to mention
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="comment-reply first">
+ <a href="/comment/reply/67865/223408">reply</a>
+ </li>
+ <li class="date">
+ <span>April 6, 2018</span>
+ </li>
+ <li class="time last">
+ <span>12:13 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div><a id="comment-223409"></a>
+ <div class="clear-block comment comment comment-by-anonymous even clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Anonymous</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ The U.S. Justice Department and U.S. Congress - more than a decade behind schedule - still haven't reconciled the "Joseph Nacchio" case. Nacchio's telecommunications company, Qwest Communications, was apparently the one and only telecommunications company that refused to participate in the felony crime of Warrantless Wire-tapping around February of 2001 (roughly 6 months BEFORE 9/11 when no wartime emergency existed)., being pressured by the Bush Administration to commit a felony under federal law.
+ </p>
+ <p>
+ Congress then passed an ex post facto law - illegal under Article I of the U.S. Constitution - making those past felonies legal. Congress has no such authority under Article VI.
+ </p>
+ <p>
+ Joseph Nacchio claims he was then indicted by the U.S. Department of Justice - on trumped up charges - and served a few years in federal prison. A CEO of a large American corporation was sent to prison for COMPLYING with federal wiretaping laws. The Washington Post ran a story after Nacchio was released from prison, he still claims to this day that he went to prison for not participating in Bush felony crimes.
+ </p>
+ <p>
+ What is to prevent a future lawless Executive Branch from pressuring Facebook or other social media networks to also bypass Judicial Warrants? If an honest U.S. Attorney or state prosecutor started indicting the former Bush folks, it would create a powerful "deterrent effect" to lawless officials in the future.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="comment-reply first">
+ <a href="/comment/reply/67865/223409">reply</a>
+ </li>
+ <li class="date">
+ <span>April 6, 2018</span>
+ </li>
+ <li class="time last">
+ <span>12:23 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div><a id="comment-223419"></a>
+ <div class="clear-block comment comment comment-by-anonymous odd clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Anonymous</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ There is strong circumstantial evidence that "Post 9/11 Blacklisting" of U.S. citizens is still alive and well. Maybe the most dangerous blacklisting tactic is "Employment Tampering". It basically means if you were blacklisted after 9/11, you may not be allowed to work in certain occupations. The Government essentially decides where you are allowed work, without an official hearing by judge - blacklistees are never informed of their 2nd Class status as Americans - not entitled to the same rights as other Americans.
+ </p>
+ <p>
+ "Employment Tampering" by government officials/contractors - which violates Title 18 US Code 242 - is one of the hardest blacklisting tactics for federal prosecutors to police. We may even need a new federal watchdog agency to properly police this felony crime by officials.
+ </p>
+ <p>
+ Maybe the most famous case, was exposed by a federal appeals court that severely reprimanded former Attorney General John Ashcroft (although he was never criminally indicted). Ashcroft grossly and fraudulently exploited the federal "Material Witness Statute" to be used as a quasi form of imprisonment and involntary servitude. The 13th Amendment makes this practice totally illegal without an official and overt constitutional due process.
+ </p>
+ <p>
+ This tactic has a long history in authoritarian regimes. It was originally called "Zersetzung" and was first used in 1940's Germany during World War Two to silence dissent. During the Cold War, this tactic was adopted by then Communist East Germany. The FBI started using it in the 1950's commonly called Cointelpro tactics. Ashcroft then exploited the Material Witness Statute to be used as a Zersetzung tactic. Employment Tampering was probably the most potent tactic.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="comment-reply first">
+ <a href="/comment/reply/67865/223419">reply</a>
+ </li>
+ <li class="date">
+ <span>April 6, 2018</span>
+ </li>
+ <li class="time last">
+ <span>2:35 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div><a id="comment-223421"></a>
+ <div class="clear-block comment comment comment-by-anonymous even clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Anonymous</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ This was the most elightening piece on Facebook Ive seen of late.
+ </p>
+ <p>
+ Hate their format, so don't use it.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="comment-reply first">
+ <a href="/comment/reply/67865/223421">reply</a>
+ </li>
+ <li class="date">
+ <span>April 6, 2018</span>
+ </li>
+ <li class="time last">
+ <span>3:12 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="indented">
+ <a id="comment-223672"></a>
+ <div class="clear-block comment comment comment-by-anonymous odd clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Anonymous</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ Didn't you read the article? You might not use it, but they still know all about you, even including name, address, phone number, etc. if you are in someone's contacts.
+ </p>
+ <p>
+ Ironically, by refusing to register with them as a user, you have no control at all over the collection and usage of your data and information. At least users have some little control over it.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="date first">
+ <span>April 10, 2018</span>
+ </li>
+ <li class="time last">
+ <span>10:14 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div><a id="comment-223424"></a>
+ <div class="clear-block comment comment comment-by-anonymous even clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Ed B. -Netherlands</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ Well written, well-thought article. I agree with the content. Although I hate regulation in general, it seems about time that website should be required to offer a cookie free, traceless version at all times.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="comment-reply first">
+ <a href="/comment/reply/67865/223424">reply</a>
+ </li>
+ <li class="date">
+ <span>April 6, 2018</span>
+ </li>
+ <li class="time last">
+ <span>5:29 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="indented">
+ <a id="comment-223761"></a>
+ <div class="clear-block comment comment comment-by-anonymous odd clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Anonymous</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ HTTP is stateless. That means that when you click on a link to another page, the second page doesn't know that you were the person on page 1. Cookies, or some form of tracking, are needed for things like eCommerce and shopping carts. You need a cookie to associate *you* with your cart. Anything where you log in needs a cookie in order to know you are you, such as subscriptions.
+ </p>
+ <p>
+ However, those cookies can easily be "session cookies". That is, cookies that don't persist after you log out or close your web browser. They exists solely for the duration of your session, and do not persist.
+ </p>
+ <p>
+ Cookies are only an association mechanism. The heart of the problem is the harvesting of every click and everything on a page -- the over-collection of data to begin with.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="date first">
+ <span>April 11, 2018</span>
+ </li>
+ <li class="time last">
+ <span>2:51 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div><a id="comment-223425"></a>
+ <div class="clear-block comment comment comment-by-anonymous even clearfix">
+ <div class="comment-content">
+ <div class="content">
+ <h3 class="name">
+ <span class="username">Anonymous</span>
+ </h3>
+ <div class="field-comment-body text-area">
+ <p>
+ Great article.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="meta">
+ <ul class="links inline">
+ <li class="comment-reply first">
+ <a href="/comment/reply/67865/223425">reply</a>
+ </li>
+ <li class="date">
+ <span>April 6, 2018</span>
+ </li>
+ <li class="time last">
+ <span>5:42 PM</span>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <h2 class="element-invisible">
+ Pages
+ </h2>
+ <div class="item-list">
+ <ul class="pager">
+ <li class="pager-current first">1
+ </li>
+ <li class="pager-item">
+ <a title="Go to page 2" href="/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook?page=1">2</a>
+ </li>
+ <li class="pager-item">
+ <a title="Go to page 3" href="/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook?page=2">3</a>
+ </li>
+ <li class="pager-next">
+ <a href="/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook?page=1">next</a>
+ </li>
+ <li class="pager-last last">
+ <a title="Go to last page" href="/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook?page=2">last »</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="panel-panel panel-right-3 sidebar-right">
+ <div class="panel-pane pane-fieldable-panels-pane pane-fpid-1005 pane-bundle-donation-promo">
+ <a href="https://action.aclu.org/secure/donate-to-aclu?ms=donate_bo&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=donate_bo&amp;initms_aff=NAT&amp;initms_chan=web" title="Donate Now" target="_blank" class="promo-link" alt="Donate Now">
+ <div class="fieldable-panels-pane">
+ <div class="field-promo-text">
+ Fight for everyone's rights - support the ACLU.
+ </div>
+ <div class="field-button-url">
+ Donate Now
+ </div>
+ </div></a>
+ </div>
+ <div class="panel-pane pane-aclu-blog-news-signup">
+ <div class="inner">
+ <div class="pane-title">
+ Sign Up For Breaking News <span>Alerts</span>
+ </div><a href="" class="close">Close</a>
+ <form action="/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook" method="post" id="aclu-social-signup-form" accept-charset="UTF-8" name="aclu-social-signup-form">
+ <div>
+ <div class="form-item form-type-textfield form-item-signup-email">
+ <label class="element-invisible" for="edit-signup-email">Email Address <span class="form-required" title="This field is required.">*</span></label> <input placeholder="Your email address" type="text" id="edit-signup-email" name="signup_email" value="" size="60" maxlength="128" class="form-text required" />
+ </div>
+ <div class="form-item form-type-textfield form-item-signup-zip">
+ <label class="element-invisible" for="edit-signup-zip">ZIP Code <span class="form-required" title="This field is required.">*</span></label> <input placeholder="ZIP code" type="text" id="edit-signup-zip" name="signup_zip" value="" size="60" maxlength="128" class="form-text required" />
+ </div><input type="hidden" name="location" value="blog_sidebar" /> <input type="submit" id="edit-submit--2" name="op" value="Go" class="form-submit" /><input type="hidden" name="form_build_id" value="form-V-iFbwGg1bnlbXW0i278HSQfREJVQ4S38pbnJL9sWao" /> <input type="hidden" name="form_id" value="aclu_social_signup_form" />
+ </div>
+ </form>
+ </div>
+ </div>
+ <div class="panel-pane pane-featured-action">
+ <article class="node-67524 node node-action view-mode-featured_action action-background-style-featured_image clearfix component action featured-action">
+ <div class="inner">
+ <header>
+ <h2 class="node__title node-title">
+ <a href="https://action.aclu.org/send-message/restore-net-neutrality-protections?ms_aff=NAT&amp;initms_aff=NAT&amp;ms=180307_freespeech_messageaction_&amp;initms=180307_freespeech_messageaction_&amp;ms_chan=web&amp;initms_chan=web"><span>Restore Net Neutrality Protections</span></a>
+ </h2>
+ </header>
+ <div class="field-image">
+ <a href="https://action.aclu.org/send-message/restore-net-neutrality-protections?ms_aff=NAT&amp;initms_aff=NAT&amp;ms=180307_freespeech_messageaction_&amp;initms=180307_freespeech_messageaction_&amp;ms_chan=web&amp;initms_chan=web"><img src="https://www.aclu.org/sites/default/files/styles/action_sidebar_wide_280x240/public/field_image/act17-netneutrality-rebrand-2400x960-v01.jpg?itok=f1Ixpcsw" width="280" height="240" alt="" /></a>
+ </div>
+ <div class="field-action-link">
+ <div class="field-items">
+ <div class="field-item even">
+ <!-- Adding an arrow span next to link --><a href="https://action.aclu.org/send-message/restore-net-neutrality-protections?ms_aff=NAT&amp;initms_aff=NAT&amp;ms=180307_freespeech_messageaction_&amp;initms=180307_freespeech_messageaction_&amp;ms_chan=web&amp;initms_chan=web">Send a message now</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </article>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="panel-panel panel-full-width-2 full-page-width">
+ <div class="inner">
+ <div class="panel-pane pane-aclu-blog-related-stories">
+ <div class="component featured-stories">
+ <div class="pane-title">
+ Related Stories
+ </div>
+ <div class="scrollbar-swiper">
+ <div class="window">
+ <article class="has-image">
+ <a href="/blog/privacy-technology/internet-privacy/staying-safe-when-you-say-metoo">
+ <figure class="field-image">
+ <img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_image/blog7-1160x768.png?itok=WL14QDmD" width="130" height="110" alt="" />
+ </figure></a>
+ <h3>
+ <a href="/blog/privacy-technology/internet-privacy/staying-safe-when-you-say-metoo">Staying Safe When You Say #MeToo</a>
+ </h3><span class="date">February 12, 2018</span>
+ </article>
+ <article class="has-image">
+ <a href="/blog/privacy-technology/internet-privacy/why-youtube-shouldnt-over-rely-artificial-intelligence">
+ <figure class="field-image">
+ <img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_image/web18-robothandcomputer-1160x768.jpg?itok=L6wAQaKN" width="130" height="110" alt="" />
+ </figure></a>
+ <h3>
+ <a href="/blog/privacy-technology/internet-privacy/why-youtube-shouldnt-over-rely-artificial-intelligence">Why YouTube Shouldn’t Over-Rely on Artificial Intelligence to Police Its...</a>
+ </h3><span class="date">April 26, 2018</span>
+ </article>
+ <article class="has-image">
+ <a href="/blog/privacy-technology/internet-privacy/8-questions-members-congress-should-ask-mark-zuckerberg">
+ <figure class="field-image">
+ <img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_image/web18-qsforzuckerberg-1160x768-v01.jpg?itok=npeL5qrf" width="130" height="110" alt="" />
+ </figure></a>
+ <h3>
+ <a href="/blog/privacy-technology/internet-privacy/8-questions-members-congress-should-ask-mark-zuckerberg">8 Questions Members of Congress Should Ask Mark Zuckerberg</a>
+ </h3><span class="date">April 2, 2018</span>
+ </article>
+ <article class="has-image">
+ <a href="/blog/national-security/privacy-and-surveillance/how-irish-court-ruling-could-affect-us-spying">
+ <figure class="field-image">
+ <img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_image/web17-servers3-1160x768.jpg?itok=7QKUv8Zx" width="130" height="110" alt="" />
+ </figure></a>
+ <h3>
+ <a href="/blog/national-security/privacy-and-surveillance/how-irish-court-ruling-could-affect-us-spying">How an Irish Court Ruling Could Affect U.S. Spying</a>
+ </h3><span class="date">April 20, 2018</span>
+ </article>
+ <article class="has-image">
+ <a href="/blog/privacy-technology/internet-privacy/landmark-european-law-could-change-facebook-and-improve">
+ <figure class="field-image">
+ <img src="https://www.aclu.org/sites/default/files/styles/blog_index_thumbnail_130x110/public/field_image/web18-fb-gdpr-1160x768.jpg?itok=5CbfDCXk" width="130" height="110" alt="" />
+ </figure></a>
+ <h3>
+ <a href="/blog/privacy-technology/internet-privacy/landmark-european-law-could-change-facebook-and-improve">The Landmark European Law That Could Change Facebook and Improve Privacy in...</a>
+ </h3><span class="date">April 12, 2018</span>
+ </article>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="block-aclu-social-stay-informed" class="block block-aclu-social last even">
+ <div class="inner">
+ <div class="inner-inner">
+ <h2 class="block__title block-title">
+ Stay Informed
+ </h2>
+ <form action="/blog/privacy-technology/internet-privacy/facebook-tracking-me-even-though-im-not-facebook" method="post" id="aclu-social-signup-form--3" accept-charset="UTF-8" name="aclu-social-signup-form--3">
+ <div>
+ <div class="form-item form-type-textfield form-item-signup-email">
+ <label class="element-invisible" for="edit-signup-email--3">Email Address <span class="form-required" title="This field is required.">*</span></label> <input placeholder="Your email address" type="text" id="edit-signup-email--3" name="signup_email" value="" size="60" maxlength="128" class="form-text required" />
+ </div>
+ <div class="form-item form-type-textfield form-item-signup-zip">
+ <label class="element-invisible" for="edit-signup-zip--3">ZIP Code <span class="form-required" title="This field is required.">*</span></label> <input placeholder="ZIP code" type="text" id="edit-signup-zip--3" name="signup_zip" value="" size="60" maxlength="128" class="form-text required" />
+ </div><input type="hidden" name="location" value="footer" /> <input type="submit" id="edit-submit--4" name="op" value="Join our newsletter" class="form-submit" /><input type="hidden" name="form_build_id" value="form-4X8Q9WkE1kSbcA101IJ_Yr5Zrs1RKyheMIv_kez9Kxk" /> <input type="hidden" name="form_id" value="aclu_social_signup_form" />
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <footer id="footer" class="region region-footer" role="contentinfo">
+ <div class="inner">
+ <div class="inner-inner">
+ <div id="block-menu-menu-footer-menu" class="block block-menu first odd" role="navigation">
+ <ul class="menu">
+ <li class="menu__item is-leaf first leaf">
+ <a href="/publications" class="menu__link">Publications</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/multimedia" class="menu__link">Multimedia</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/about/media" class="menu__link small-viewport-copy-to-main-menu">Media</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/contact-us" class="menu__link small-viewport-copy-to-main-menu">Contact</a>
+ </li>
+ <li class="menu__item is-leaf last leaf">
+ <a href="https://action.aclu.org/secure/donate-to-aclu?ms=footer_sitemap_donate&amp;ms_aff=NAT&amp;ms_chan=web&amp;initms=footer_sitemap_donate&amp;initms_aff=NAT&amp;initms_chan=web" class="menu__link">Donate</a>
+ </li>
+ </ul>
+ </div>
+ <div id="block-menu-menu-social-links" class="block block-menu even" role="navigation">
+ <ul class="menu">
+ <li class="menu__item is-leaf first leaf">
+ <a href="https://www.facebook.com/aclu" id="menu-item-facebook" class="menu__link">ACLU on Facebook</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="https://twitter.com/aclu" id="menu-item-twitter" class="menu__link">ACLU on Twitter</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="https://www.youtube.com/user/acluvideos" id="menu-item-youtube" class="menu__link">ACLU on YouTube</a>
+ </li>
+ <li class="menu__item is-leaf last leaf">
+ <a href="/taxonomy/channel-term/1/feed" id="menu-item-rss" class="menu__link">The ACLU RSS Feed</a>
+ </li>
+ </ul>
+ </div>
+ <div id="block-block-2" class="block block-block odd">
+ <div class="charity">
+ <p class="charity-nav">
+ <a href="https://www.charitynavigator.org/index.cfm?bay=search.summary&amp;orgid=3247">Charity Navigator</a>
+ </p>
+ <p class="bbb-accredited">
+ <a href="http://www.bbb.org/charity-reviews/national/civil-rights/american-civil-liberties-union-foundation-in-new-york-ny-227">BBB Accredited Charity</a>
+ </p>
+ </div>
+ </div>
+ <div id="block-menu-menu-secondary-footer-menu" class="block block-menu even" role="navigation">
+ <ul class="menu">
+ <li class="menu__item is-leaf first leaf">
+ <a href="/aclu-site-user-agreement" class="menu__link">User agreement</a>
+ </li>
+ <li class="menu__item is-leaf leaf">
+ <a href="/american-civil-liberties-union-privacy-statement" class="menu__link">Privacy statement</a>
+ </li>
+ <li class="menu__item is-leaf last leaf">
+ <a href="/aclu-statement-accessibility" class="menu__link">Accessibility</a>
+ </li>
+ </ul>
+ </div>
+ <div id="block-block-1" class="block block-block odd">
+ <div class="fine-print">
+ <p>
+ This is the website of the American Civil Liberties Union and the ACLU Foundation.
+ </p>
+ <p>
+ <a href="/donating-american-civil-liberties-union-and-aclu-foundation-what-difference">Learn more about these two components of the ACLU.</a>
+ </p>
+ <p>
+ © 2018&nbsp;ACLU
+ </p>
+ </div>
+ <p>
+ &nbsp;
+ </p>
+ </div>
+ <div id="block-block-3" class="block block-block last even">
+ <div class="branding">
+ <p class="slogan">
+ We the People
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </footer>
+ </div>
+ <script type="application/ld+json">
+ <![CDATA[
+ {"@context":"http:\/\/schema.org","@type":"Article","url":"https:\/\/www.aclu.org\/blog\/privacy-technology\/internet-privacy\/facebook-tracking-me-even-though-im-not-facebook","inLanguage":"en-US","description":"Facebook collects data about people who have never even opted in. But there are ways these non-users can protect themselves. ","headline":"Facebook Is Tracking Me Even Though I\u2019m Not on Facebook","datePublished":"2018-04-05T06:00","dateModified":"2018-04-11","articleBody":"\u003Cp class=\u0022FirstParagraph\u0022\u003EI don\u0027t use Facebook. I\u0027m not technophobic \u2014 I\u0027m a geek. I\u0027ve been using email since the early 1990s, I have accounts on hundreds of services around the net, and I do software development and internet protocol design both for work and for fun. I believe that a globe-spanning communications network like the internet can be a positive social force, and I publish much of my own work on the open web.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EBut Facebook and other massive web companies represent a strong push toward unaccountable centralized social control, which I think makes our society more unequal and more unjust. The Cambridge Analytica scandal is one instance of this long-running problem with what I call the \u0022surveillance economy.\u0022 I don\u0027t want to submit to these power structures, and I don\u2019t want my presence on such platforms to serve as bait that lures other people into the digital panopticon.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EBut while I\u0027ve never \u0022opted in\u0022 to Facebook or any of the other big social networks, Facebook still has a detailed profile that can be used to target me. I\u0027ve never consented to having Facebook collect my data, which can be used to draw very detailed inferences about my life, my habits, and my relationships. As we aim to take Facebook to task for its breach of user trust, we need to think about what its capabilities imply for society overall. After all, if you do #deleteFacebook, you\u0027ll find yourself in my shoes: non-consenting, but still subject to Facebook\u2019s globe-spanning surveillance and targeting network.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EThere are at least two major categories of information available to Facebook about non-participants like me: information from other Facebook users, and information from sites on the open web.\u003C\/p\u003E\n\u003Ch3 class=\u0022node-type-blog\u0022\u003E\u003Cstrong\u003EInformation from other Facebook users\u003C\/strong\u003E\u003C\/h3\u003E\n\u003Cp class=\u0022FirstParagraph\u0022\u003EWhen you sign up for Facebook, it encourages you to upload your list of contacts so that the site can \u0022find your friends.\u0022 Facebook uses this contact information to learn about people, even if those people don\u0027t agree to participate. It also links people together based on who they know, even if the shared contact hasn\u0027t agreed to this use.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EFor example, I received an email from Facebook that lists the people who have all invited me to join Facebook: my aunt, an old co-worker, a friend from elementary school, etc. This email includes names and email addresses \u2014 including my own name \u2014 and at least one \u003Ca href=\u0022https:\/\/en.wikipedia.org\/wiki\/Web_bug\u0022\u003Eweb bug\u003C\/a\u003E designed to identify me to Facebook\u2019s web servers when I open the email. Facebook records this group of people as my contacts, even though I\u0027ve never agreed to this kind of data collection.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003ESimilarly, I\u0027m sure that I\u0027m in some photographs that someone has uploaded to Facebook \u2014 and I\u0027m probably tagged in some of them. I\u0027ve never agreed to this, but Facebook could still be keeping track.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003ESo even if you decide you need to join Facebook, remember that you might be giving the company information about someone else who didn\u0027t agree to be part of its surveillance platform.\u003C\/p\u003E\n\u003Ch3 class=\u0022node-type-blog\u0022\u003E\u003Cstrong\u003EInformation from sites on the open Web\u003C\/strong\u003E\u003C\/h3\u003E\n\u003Cp class=\u0022FirstParagraph\u0022\u003ENearly every website that you visit that has a \u0022Like\u0022 button is actually encouraging your browser to tell Facebook about your browsing habits. Even if you don\u0027t click on the \u0022Like\u0022 button, displaying it requires your browser to send a request to Facebook\u0027s servers for the \u0022Like\u0022 button itself. That request includes \u003Ca href=\u0022https:\/\/en.wikipedia.org\/wiki\/HTTP_referer\u0022\u003Einformation\u003C\/a\u003E mentioning the name of the page you are visiting and any Facebook-specific \u003Ca href=\u0022https:\/\/en.wikipedia.org\/wiki\/HTTP_cookie\u0022\u003Ecookies\u003C\/a\u003E your browser might have collected. (See \u003Ca href=\u0022https:\/\/www.facebook.com\/help\/186325668085084\u0022\u003EFacebook\u0027s own description of this process\u003C\/a\u003E.) This is called a \u0022third-party request.\u0022\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EThis makes it possible for Facebook to create a detailed picture of your browsing history \u2014 even if you\u0027ve never even visited Facebook directly, let alone signed up for a Facebook account.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EThink about most of the web pages you\u0027ve visited \u2014 how many of them \u003Cem\u003Edon\u0027t\u003C\/em\u003E have a \u0022Like\u0022 button? If you administer a website and you include a \u0022Like\u0022 button on every page, you\u0027re helping Facebook to build profiles of your visitors, even those who have opted out of the social network. Facebook\u2019s \u003Ca href=\u0022https:\/\/developers.facebook.com\/docs\/plugins\/\u0022\u003E\u201cShare\u201d buttons\u003C\/a\u003E on other sites \u2014 along with \u003Ca href=\u0022https:\/\/www.facebook.com\/business\/learn\/facebook-ads-pixel\u0022\u003Eother tools\u003C\/a\u003E \u2014 work a bit differently from the \u201cLike\u201d button, but do effectively the same thing.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EThe profiles that Facebook builds on non-users don\u0027t necessarily include so-called \u0022personally identifiable information\u0022 (PII) like names or email addresses. But they do include fairly unique patterns. Using \u003Ca href=\u0022https:\/\/dev.chromium.org\/for-testers\/providing-network-details\u0022\u003EChromium\u0027s NetLog dumping\u003C\/a\u003E, I performed a simple five-minute browsing test last week that included visits to various sites \u2014 but not Facebook. In that test, the PII-free data that was sent to Facebook included information about which news articles I was reading, my dietary preferences, and my hobbies.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EGiven the precision of this kind of mapping and targeting, \u0022PII\u0022 isn\u2019t necessary to reveal my identity. How many vegans examine specifications for computer hardware from the ACLU\u0027s offices while reading about Cambridge Analytica? Anyway, if Facebook combined that information with the \u0022web bug\u0022 from the email mentioned above \u2014 which \u003Cem\u003Eis\u003C\/em\u003E clearly linked to my name and e-mail address \u2014 no guesswork would be required.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EI\u0027d be shocked if Facebook were not connecting those dots given the goals \u003Ca href=\u0022https:\/\/www.facebook.com\/about\/privacy\/cookies\u0022\u003Ethey claim for data collection\u003C\/a\u003E:\u003C\/p\u003E\n\u003Cblockquote\u003E\n\u003Cp class=\u0022MsoBlockText\u0022\u003EWe use the information we have to improve our advertising and measurement systems so we can show you relevant ads on and off our Services and measure the effectiveness and reach of ads and services.\u003C\/p\u003E\n\u003C\/blockquote\u003E\n\u003Cp class=\u0022FirstParagraph\u0022\u003EThis is, in essence, exactly what Cambridge Analytica did.\u003C\/p\u003E\n\u003Ch3 class=\u0022node-type-blog\u0022\u003E\u003Cstrong\u003EConsent\u003C\/strong\u003E\u003C\/h3\u003E\n\u003Cp class=\u0022FirstParagraph\u0022\u003EFacebook and other tech companies often deflect accusations against excessive data collection by arguing \u0022consent\u0022 \u2014 that they harvest and use data with the consent of the users involved.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EBut even if we accept that clicking through a \u0022Terms of Service\u0022 that \u003Ca href=\u0022https:\/\/tosdr.org\/\u0022\u003Eno one reads\u003C\/a\u003E can actually constitute true consent, even if we ignore the fact that these terms are overwhelmingly one-sided and non-negotiable, and even if we accept that it\u0027s meaningful for people to give consent when sharing data about other people who may have also opted in \u2014 what is the recourse for someone who has not opted into these systems at all?\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EAre those of us who have explicitly avoided agreeing to the Facebook terms of service simply fair game for an industry-wide surveillance and targeting network?\u003C\/p\u003E\n\u003Ch3 class=\u0022node-type-blog\u0022\u003E\u003Cstrong\u003EPrivilege\u003C\/strong\u003E\u003C\/h3\u003E\n\u003Cp class=\u0022FirstParagraph\u0022\u003EI don\u2019t mean to critique people who have created a Facebook profile or suggest they deserve whatever they get.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EMy ability to avoid Facebook comes from privilege \u2014 I have existing social contacts with whom I know how to stay in touch without using Facebook\u0027s network. My job does not require that I use Facebook. I can afford the time and expense to communicate with my electoral representatives and political allies via other channels.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EMany people do not have these privileges and are compelled to \u0022opt in\u0022 on Facebook\u0027s non-negotiable terms.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EMany journalists, organizers, schools, politicians, and others who have good reasons to oppose Facebook\u0027s centralized social control feel compelled by Facebook\u0027s reach and scale to participate in their practices, even those we know to be harmful. That includes the ACLU.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EPrivacy should not be a luxury good, and while I\u0027m happy to encourage people to opt out of these subtle and socially fraught arrangements, I do not argue that anyone who has signed up has somehow relinquished concerns about their privacy. We need to evaluate privacy concerns in their full social contexts. These are not problems that can be resolved on an individual level, because of the interpersonal nature of much of this data and the complexities of the tradeoffs involved.\u003C\/p\u003E\n\u003Ch3 class=\u0022node-type-blog\u0022\u003E\u003Cstrong\u003ETechnical countermeasures\u003C\/strong\u003E\u003C\/h3\u003E\n\u003Cp class=\u0022FirstParagraph\u0022\u003EWhile they may not solve the problem, there are some technical steps people can take to limit the scope of these surveillance practices. For example, some web browsers do not send \u0022third-party cookies\u0022 by default, or \u003Ca href=\u0022https:\/\/wiki.mozilla.org\/Thirdparty\u0022\u003Ethey scope cookies \u003C\/a\u003Eso that centralized surveillance doesn\u0027t get a single view of one user. The most privacy-preserving modern browser is \u003Ca href=\u0022https:\/\/www.torproject.org\/\u0022\u003Ethe Tor Browser\u003C\/a\u003E, which everyone should have installed and available, even if it\u0027s not the browser they choose to use every day. It limits the surveillance ability of systems that you have not signed up for to track you as you move around the web.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EYou can also modify some browsers \u2014 for example, with plug-ins for \u003Ca href=\u0022https:\/\/requestpolicycontinued.github.io\/\u0022\u003EFirefox\u003C\/a\u003E and \u003Ca href=\u0022https:\/\/chrome.google.com\/webstore\/detail\/umatrix\/ogfcmafjalglgifnmanfmnieipoejdcf\u0022\u003EChrome\u003C\/a\u003E \u2014 so that they \u003Ca href=\u0022https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/umatrix\/\u0022\u003Edo not send third-party\u003C\/a\u003E \u003Ca href=\u0022https:\/\/requestpolicycontinued.github.io\/\u0022\u003Erequests at all\u003C\/a\u003E. Firefox is also exploring even more \u003Ca href=\u0022https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/multi-account-containers\/\u0022\u003Eprivacy-preserving techniques\u003C\/a\u003E\u003Ca href=\u0022https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/multi-account-containers\/\u0022\u003E. \u003C\/a\u003E\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EIt can\u2019t be denied, though, that these tools are harder to use than the web browsers most people are accustomed to, and they create barriers to some online activities. (For example, logging in to \u003Ca href=\u0022https:\/\/offcampushousing.uconn.edu\/login\u0022\u003Esome sites\u003C\/a\u003E and accessing some \u003Ca href=\u0022https:\/\/filestore.community.support.microsoft.com\/api\/images\/0253d8fb-b050-401a-834d-9d80a99c0b12\u0022\u003Eweb applications\u003C\/a\u003E is impossible without third-party cookies.)\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003ESome website operators take their visitors\u0027 privacy more seriously than others, by reducing the amount of third-party requests. For example, it\u0027s possible to display \u0022share on Facebook\u0022 or \u0022Like\u0022 buttons without sending user requests to Facebook in the first place. The ACLU\u0027s own website does this because we believe that the right to read with privacy is a fundamental protection for civic discourse.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EIf you are responsible for running a website, try browsing it with a third-party-blocking extension turned on. Think about how much information you\u0027re requiring your users to send to third parties as a condition for using your site. If you care about being a good steward of your visitors\u0027 data, you can re-design your website to reduce this kind of leakage.\u003C\/p\u003E\n\u003Ch3 class=\u0022node-type-blog\u0022\u003E\u003Cstrong\u003EOpting out?\u003C\/strong\u003E\u003C\/h3\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003ESome advertisers claim that you can \u0022opt out\u0022 of their targeted advertising, and even offer \u003Ca href=\u0022http:\/\/optout.aboutads.info\/\u0022\u003Ea centralized place meant to help you do so\u003C\/a\u003E.\u00a0However, my experience with these tools isn\u0027t a positive one. They don\u0027t appear to work all of the time. (In a recent experiment I conducted, two advertisers\u2019 opt-out mechanisms failed to take effect.) And while advertisers claim to allow the user to opt out of \u0022interest-based ads,\u0022 it\u0027s not clear that the opt-outs govern data collection itself, rather than just the use of the collected data for displaying ads. Moreover, opting out on their terms requires the use of third-party cookies, thereby enabling another mechanism that other advertisers can then exploit.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EIt\u0027s also not clear how they function over time: How frequently do I need to take these steps? Do they expire? How often should I check back to make sure I\u2019m still opted out? I\u0027d much prefer an approach requiring me to opt \u003Cem\u003Ein\u003C\/em\u003E to surveillance and targeting.\u003C\/p\u003E\n\u003Ch3 class=\u0022node-type-blog\u0022\u003E\u003Cstrong\u003EFix the surveillance economy, not just Facebook\u003C\/strong\u003E\u003C\/h3\u003E\n\u003Cp class=\u0022FirstParagraph\u0022\u003EThese are just a few of the mechanisms that enable online tracking. Facebook is just one culprit in this online \u0022surveillance economy,\u0022 albeit a massive one \u2014 the company owns \u003Ca href=\u0022https:\/\/www.instagram.com\/\u0022\u003EInstagram\u003C\/a\u003E, \u003Ca href=\u0022https:\/\/atlassolutions.com\/\u0022\u003EAtlas\u003C\/a\u003E, \u003Ca href=\u0022https:\/\/www.whatsapp.com\/\u0022\u003EWhatsApp\u003C\/a\u003E, and dozens of other internet and technology companies and services. But it\u2019s not the only player in this space. Google\u2019s business model also relies on this kind of surveillance, and there are dozens of smaller players as well.\u003C\/p\u003E\n\u003Cp class=\u0022MsoBodyText\u0022\u003EAs we work to address the fallout from the current storm around Facebook and Cambridge Analytica, we can\u0027t afford to lose sight of these larger mechanisms at play. Cambridge Analytica\u0027s failures and mistakes are inherent to Facebook\u0027s business model. We need to seriously challenge the social structures that encourage people to opt in to this kind of surveillance. At the same time, we also need to protect those of us who manage to opt out.\u003C\/p\u003E","image":{"@type":"ImageObject","url":"https:\/\/www.aclu.org\/sites\/default\/files\/field_image\/web18-facebook-1160x768.jpg","width":{"@type":"Intangible","name":"1160"},"height":{"@type":"Intangible","name":"768"}},"publisher":{"@type":"Organization","name":"American Civil Liberties Union","logo":{"@type":"ImageObject","url":"https:\/\/www.aclu.org\/sites\/all\/themes\/custom\/aclu\/images\/logos\/logo-schema-json-ld.png","width":{"@type":"Intangible","name":145},"height":{"@type":"Intangible","name":60}}},"mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/www.aclu.org\/blog"},"keywords":"Internet Privacy, Privacy \u0026amp; Technology, Consumer Privacy","author":[{"@type":"Person","name":"Daniel Kahn Gillmor"}]}
+ ]]>
+ </script>
+ <div class="region region-page-bottom">
+ <div class="inner">
+ <!-- SiteCatalyst code version: AppMeasurement 1.6.1
+Copyright 1996-2018 Adobe, Inc. -->
+ <script type="text/javascript" src="/sites/all/libraries/sitecatalyst/AppMeasurement.js?p7vly2"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+ <!--
+ if (typeof s !== 'undefined') {
+ s.pageName="blog:April 5 2018:Facebook Is Tracking Me Even Though I\u2019m Not on Facebook";
+ s.prop4="Blog Post";
+ s.prop5="Facebook Is Tracking Me Even Though I\u2019m Not on Facebook";
+ s.prop7="";
+ s.prop28="Daniel Kahn Gillmor";
+ s.prop30="";
+ s.list1="Internet Privacy, Privacy \u0026amp; Technology, Consumer Privacy";
+ s.prop12="www.aclu.org";
+ /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
+ var s_code=s.t();if(s_code)document.write(s_code)}//-->
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ <!--
+ if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
+ //-->
+ //]]>
+ </script> <noscript><img src="https://smetrics.aclu.org/b/ss/aclumain/1/H.27.5/7077111" height="1" width="1" alt="" /></noscript> <!--/DO NOT REMOVE/-->
+ <!-- End SiteCatalyst code version: AppMeasurement 1.6.1 -->
+ </div>
+ </div><!--[if lte IE 9]>
+<script src="https://www.aclu.org/sites/default/files/advagg_js/js__swwNp8uYzlQSfaQZggyXUVgR3xX6hndYCbm0OzNQ3Uo__J5c5rUy0xx1jPW79TyLu-tguE83mpB72BCzpp29JDG0__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.js#ie9-" onload=";if(jQuery.isFunction(jQuery.holdReady)){jQuery.holdReady(!0)};function advagg_mod_1(){advagg_mod_1.count=++advagg_mod_1.count||1;try{if(advagg_mod_1.count<=40){init_drupal_core_settings();advagg_mod_1.count=100}}catch(d){if(advagg_mod_1.count>=40){throw d}
+else{window.setTimeout(advagg_mod_1,1)}}};function advagg_mod_1_check(){if(window.init_drupal_core_settings&&window.jQuery&&window.Drupal){advagg_mod_1()}
+else{window.setTimeout(advagg_mod_1_check,1)}};advagg_mod_1_check();"></script>
+<![endif]-->
+ <!--[if gt IE 9]>
+<script src="https://www.aclu.org/sites/default/files/advagg_js/js__swwNp8uYzlQSfaQZggyXUVgR3xX6hndYCbm0OzNQ3Uo__J5c5rUy0xx1jPW79TyLu-tguE83mpB72BCzpp29JDG0__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.js#ie10+" defer="defer" onload=";if(jQuery.isFunction(jQuery.holdReady)){jQuery.holdReady(!0)};function advagg_mod_1(){advagg_mod_1.count=++advagg_mod_1.count||1;try{if(advagg_mod_1.count<=40){init_drupal_core_settings();advagg_mod_1.count=100}}catch(d){if(advagg_mod_1.count>=40){throw d}
+else{window.setTimeout(advagg_mod_1,1)}}};function advagg_mod_1_check(){if(window.init_drupal_core_settings&&window.jQuery&&window.Drupal){advagg_mod_1()}
+else{window.setTimeout(advagg_mod_1_check,1)}};advagg_mod_1_check();"></script>
+<![endif]-->
+ <!--[if !IE]><!-->
+ <script src="https://www.aclu.org/sites/default/files/advagg_js/js__swwNp8uYzlQSfaQZggyXUVgR3xX6hndYCbm0OzNQ3Uo__J5c5rUy0xx1jPW79TyLu-tguE83mpB72BCzpp29JDG0__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.js" defer="defer" onload=";if(jQuery.isFunction(jQuery.holdReady)){jQuery.holdReady(!0)};function advagg_mod_1(){advagg_mod_1.count=++advagg_mod_1.count||1;try{if(advagg_mod_1.count&lt;=40){init_drupal_core_settings();advagg_mod_1.count=100}}catch(d){if(advagg_mod_1.count&gt;=40){throw d} else{window.setTimeout(advagg_mod_1,1)}}};function advagg_mod_1_check(){if(window.init_drupal_core_settings&amp;&amp;window.jQuery&amp;&amp;window.Drupal){advagg_mod_1()} else{window.setTimeout(advagg_mod_1_check,1)}};advagg_mod_1_check();"></script> <!--<![endif]-->
+ <script src="https://www.aclu.org/sites/default/files/advagg_js/js__KIOxqGQgSG_MNdzEXnXctFChj8F419LLh-pk74jqifE__L-MIV3EoYrT27xwlbqTCaW4Fnzl1Y0UD5Vas-oPZE-s__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.js" defer="defer"></script>
+ <script src="https://www.aclu.org/sites/default/files/advagg_js/js__EkkosXTt0cnwMaY9XDJNynP2YPv5JANpb3OmTs5oxB4__qZR9s22Z3rj0kf4R4Ym7Aw_dActYuqmQr12cw6Kz9fA__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.js" defer="defer"></script>
+ <script>
+ <![CDATA[
+ function init_drupal_core_settings() {;jQuery.extend(Drupal.settings,{'basePath':'\/','pathPrefix':'','ajaxPageState':{'theme':'aclu','theme_token':'L129Z08-v-ipJ2mCsh7GK1-m0G8Gu1h_WGmZCtI_z4A'},'aclu_statistics':{'data':{'nid':'67865'},'url':'\/sites\/all\/modules\/custom\/aclu_statistics\/aclu_statistics_counter.php'},'colorbox':{'transition':'none','speed':'350','opacity':'0.90','slideshow':!1,'slideshowAuto':!0,'slideshowSpeed':'2500','slideshowStart':'start slideshow','slideshowStop':'stop slideshow','current':'{current} of {total}','previous':'\u00ab Prev','next':'Next \u00bb','close':'Close','overlayClose':!0,'maxWidth':'98%','maxHeight':'98%','initialWidth':'300','initialHeight':'250','fixed':!0,'scrolling':!1,'mobiledetect':!1,'mobiledevicewidth':'480px'},'mytube':{'enable_js_api':1},'CToolsModal':{'modalSize':{'type':'scale','width':'.9','height':'.9','addWidth':0,'addHeight':0,'contentRight':25,'contentBottom':75},'modalOptions':{'opacity':'.55','background-color':'#FFF'},'animationSpeed':'fast','modalTheme':'CToolsModalDialog','throbberTheme':'CToolsModalThrobber'},'splashify':{'js_splash_always':'0','js_splash_session_only':'0','js_splash_timestamp':1517583933,'js_expire_after':86399913600,'js_mode':'colorbox','js_mode_settings':{'mode':'random','system_splash':'','urls':['\/aclu_promotions\/lightbox\/standard_1'],'total_urls':1,'size_width':'800','size_height':'300'},'js_disable_referrer_check':0,'js_hide_on_screen_width':1,'js_hide_width':'767'},'acluSocialSiteCatalystClicks':{'nodeterm_id':'n67865','nodeterm_name':'Facebook Is Tracking Me Even Though I\u2019m Not on Facebook','jump':'0','anonymous_user':!0},'tagmap':[],'urlIsAjaxTrusted':{'\/comment\/reply\/67865':!0,'\/blog\/privacy-technology\/internet-privacy\/facebook-tracking-me-even-though-im-not-facebook':!0,'\/issues\/capital-punishment\/mental-illness-and-death-penalty':!0},'acluSocial':{'tou_text':'\u003Cp\u003EOur goal is to provide a forum where readers can express their views on posts and on comments made by other people. Comments will not appear on the site until they have been approved. We do not edit comments; they are either approved or rejected. We will not approve comments that are off-topic or contain violent or threatening language, advertising or commercial promotions, links, spam, efforts to solicit personal information from users of our website, or the posting of other people\u2019s personal information without consent.\u003Cp\u003E\n\n\u003Cp\u003EWe are not able to respond to inquiries, complaints or requests for assistance sent to the comment section. Requests for legal assistance left in the comments will not receive a response or be published.\u003C\/p\u003E\n\n\u003Cp\u003EThe ACLU makes no representation about the accuracy of any information in the comment section and disclaims any liability for information in this section.\u003C\/p\u003E'},'fitvids':{'custom_domains':['iframe[src^=\u0027http:\/\/youtube-nocookie.com\u0027]','iframe[src^=\u0027https:\/\/youtube-nocookie.com\u0027]','iframe[src^=\u0027https:\/\/content.newsbound.com\u0027]','iframe[src^=\u0027https:\/\/embed-ssl.ted.com\u0027]','iframe[src^=\u0027https:\/\/www.facebook.com\u0027]','iframe[src^=\u0027https:\/\/embed.theguardian.com\u0027]'],'selectors':['body\r','.video'],'simplifymarkup':0},'aclu_social':{'node_id':'67865','node_title':'Facebook Is Tracking Me Even Though I\u2019m Not on Facebook'},'aclu_promotions':{'header_banner':'2','header_banner_eoy':'2','bottom_banner':'0'},'superfish':{'1':{'id':'1','sf':{'animation':{'opacity':'show','height':'show'},'speed':0,'autoArrows':!1,'dropShadows':!1,'disableHI':!1},'plugins':{'supposition':!1,'bgiframe':!1,'supersubs':{'minWidth':'12','maxWidth':'27','extraWidth':1}}}},'acluTopicsDropdownMenu':{'topicsJsonUrl':'https:\/\/www.aclu.org\/sites\/default\/files\/aclu_topics_dropdown.json?1524242426'}});
+ if(jQuery.isFunction(jQuery.holdReady)){jQuery.holdReady(false);}} if(window.jQuery && window.Drupal){init_drupal_core_settings();}
+ ]]>
+ </script>
+ <script defer="defer" src="/sites/all/libraries/iframe-resizer/js/iframeResizer.min.js?p7vly2"></script>
+ <script src="https://www.aclu.org/sites/default/files/advagg_js/js__6HycQHHRWXZk4rT92IRL7rjUaQmVTPehv-zv1UN2O14__4R1PUkClJ0nV3_5DROl3oALgi-wYg_JrOOVIu2IzUPM__VITBFqYjCWZ55Wpxq9xcXRqOD9xxPlR-vPRDis8bQN4.js" defer="defer"></script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-metadata.json
new file mode 100644
index 0000000..2f6df8f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Organization for Transformative Works",
+ "Direction": null,
+ "Excerpt": "An Archive of Our Own, a project of the Organization for Transformative Works",
+ "Image": null,
+ "Title": "Conversations with a Cryptid - Chapter 1 - AMournfulHowlInTheNight - \u50d5\u306e\u30d2\u30fc\u30ed\u30fc\u30a2\u30ab\u30c7\u30df\u30a2 | Boku no Hero Academia",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected.html b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected.html
new file mode 100644
index 0000000..d1d1f93
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected.html
@@ -0,0 +1,317 @@
+<div role="article" id="chapters">
+ <h3 id="work">
+ Chapter Text
+ </h3>
+ <p>
+ Izuku was struggling to understand how he had even managed to get here, seated before the archvillain of Japan with only a sense of dread to keep him company. All Might sat concealed in an observation room, of the firm opinion that he could only aggravate the prisoner and he sent Izuku off with a strained smile. A vague haze hovered over Izuku’s memory. It started with a simple conversation gone astray on a long drive home.
+ </p>
+
+ <p>
+ “So, who is All For One? Do we know anything about him beyond what you told me before? He’s been imprisoned for months now.” Izuku remembered asking All Might from the backseat of the car as Detective Tsukauchi leisurely drove along a sprawling highway.
+ </p>
+ <p>
+ Playing on the car radio was an aftermath report of a villain attack in downtown Tokyo. Izuku caught the phrase “liquid body” from the female reporter before Detective Tsukauchi changed the channel.
+ </p>
+ <p>
+ “Nope. Still nothing. No one really wants to speak to him,” All Might had replied brightly. “He gives off polite airs, but he’s a piece of work.” All Might’s mostly obstructed shoulders in the front seat shrugged. “Not much you can do with someone like him. Everything that comes out is a threat or taunt.” All Might carefully waved his hand in a circular motion towards the side of his head.
+ </p>
+ <p>
+ “No one’s even made it through a full interview with him, from what I’ve heard,” Detective Tsukauchi added from behind the wheel. “He plays mind games with them. The prison also has a “no recent events” policy on any discussions with him as well. Just in case he ends up with ideas or has some means of communicating. Given that people only want to ask him about current events, it doesn’t leave much to talk about.”
+ </p>
+ <p>
+ “Wait, they still don’t know what Quirks he has?” Izuku asked exasperatedly. “They can’t if there’s still an information block on visits.”
+ </p>
+ <p>
+ “Nope. We have no idea what he can do. They can run DNA tests, but it’s not like anyone apart from him even knows how his Quirk works. They could get matches with any number of people, but if they’re not in a database then we can’t cross-reference them anyway. Even if they run an analysis, the data doesn’t mean anything without the ability to interpret it,” All Might gestured with a skeletal finger. “It’s a waste of time after the initial tests were conducted. They weren’t game to MRI him either, given he’s definitely got a Quirk that creates metal components.”
+ </p>
+ <p>
+ “No one’s bothered to ask him anything about… anything?” Izuku asked, dumbfounded. “He must be around two-hundred years old and people can’t think of a single non-current affairs thing to ask him?”
+ </p>
+ <p>
+ In some ways it was unfathomable that they’d let a potential resource go to waste. On the other hand, said potential resource had blown up a city, murdered numerous people and terrorised Japan for over a century. At the very least.
+ </p>
+ <p>
+ “Well, I tried to ask him about Shigaraki, but he didn’t say much of anything really. Some garbage about you being too dependent on me and him letting Shigaraki run wild and how he just wanted to be the ultimate evil,” All Might shrugged again. “He spends too much time talking about nothing.”
+ </p>
+ <p>
+ Izuku shifted his head onto his arm. “But, that’s not really nothing, is it?”
+ </p>
+ <p>
+ “What do you mean?” Izuku had the feeling that All Might would have been looking at him with the <i>you’re about to do something stupid aren’t you</i> expression that was thankfully becoming less common.
+ </p>
+ <p>
+ “Well, he clearly doesn’t know anything about us, All Might, if he thinks that you’re just going to let go of me after not even two years of being taught. Maybe Shigaraki was dependent on adult figures, but I don’t even remember my dad and mum’s been busy working and keeping the house together. I’ve never had a lot of adult supervision before,” Izuku laughed nervously. “I had to find ways to keep myself entertained. If anything, I’m on the disobedient side of the scale.” All Might outright giggled.
+ </p>
+ <p>
+ “I’ll say, especially after what happened with Overhaul. I’m surprised your mother let you leave the dorms again after that.”
+ </p>
+ <p>
+ “I’m surprised she didn’t withdraw and ground me until I was thirty.”
+ </p>
+ <p>
+ “Oh? That strict?” Tsukauchi asked.
+ </p>
+ <p>
+ “She has her moments,” Izuku smiled fondly. “Do you think she’d agree to me asking the archvillain of Japan about his Quirk?” Izuku asked, only partially joking. There was an itch at the back of his head, a feeling of something missing that poked and prodded at his senses.
+ </p>
+ <p>
+ All Might coughed and sprayed the dash with a fine red mist. “Absolutely not! I forbid it!”
+ </p>
+ <p>
+ “That’s exactly why I’m asking her and not you,” Izuku grinned from the backseat.
+ </p>
+ <p>
+ “He’s evil!”
+ </p>
+ <p>
+ “He’s ancient. You honestly don’t wonder about the sort of things someone with that life experience and Quirk would have run across to end up the way he did?”
+ </p>
+ <p>
+ “Nope, he made it perfectly clear that he always wanted to be the supreme evil,” All Might snipped through folded arms.
+ </p>
+ <p>
+ “Yeah, and I’ll just take his word for that, won’t I?” Izuku grinned. “If he does nothing but lie, then that’s probably one too, but there’s a grain of truth in there somewhere.”
+ </p>
+ <p>
+ “What would you even do? Harass him into telling you his life story?” All Might sighed.
+ </p>
+ <p>
+ “Not when I can kill him with kindness. Who knows, it might even be poisonous for him.”
+ </p>
+ <p>
+ “You’re explaining this to your mother. Teacher or not, I’m not being on the receiving end of this one.”
+ </p>
+ <p>
+ Izuku blinked for a moment. “You’ll let me?”
+ </p>
+ <p>
+ “I’m not entirely for it, but any prospective information on what influenced Shigaraki can only be a good thing. If anything goes south we can pull you out pretty easily. Just be aware of who and what you’re dealing with.” Struggling, All Might turned a serious look to Izuku around the side of the seat. “<i>Only</i> if your mother gives the okay.”
+ </p>
+ <p>
+ The conversation turned to school for the rest of the way.
+ </p>
+
+ <p>
+ It might have been curiosity or it might have been the nagging sensation that chewed at his brain for the three weeks that he researched the subject of the conversation. All For One was a cryptid. Mystical in more ways than one, he was only a rumour on a network that was two-hundred years old. There were whispers of a shadowy figure who once ruled Japan, intermingled with a string of conspiracies and fragmented events.
+ </p>
+ <p>
+ Izuku had even braved the dark web, poking and prodding at some of the seedier elements of the world wide web. The internet had rumours, but the dark web had stories.<br>
+ </p>
+ <p>
+ An implied yakuza wrote about his grandfather who lost a fire manipulation Quirk and his sanity without any reason. His grandfather had been institutionalised, crying and repeating “he took it, he took it” until his dying days. No one could console him.
+ </p>
+ <p>
+ Another user spoke of a nursing home where a room full of dementia residents inexplicably became docile and no longer used their Quirks on the increasingly disturbed staff. The nursing home erupted into flames just before a court case against them commenced.
+ </p>
+ <p>
+ A user with neon pink text spoke of how their great-great-great-great grandmother with a longevity Quirk had simply aged rapidly one day and passed away in her sleep, her face a mask of terror. No cause had ever been found.
+ </p>
+ <p>
+ A hacker provided a grainy CCTV recording of a heist and a scanned collection of documents from over a century ago, where there was a flash of light and entire bank vault had been emptied. What separated it from the usual robbery was that it contained a list containing confidential information on the Quirks of the First Generation. Izuku had greedily snavelled up and saved the video and documents to an external hard drive.
+ </p>
+ <p>
+ Paging through, Izuku saw someone recount how their Quirkless uncle had developed a warp Quirk and gone from rags to riches under a mysterious benefactor. A decade ago, the uncle had simply disappeared.
+ </p>
+ <p>
+ Numerous and terrifying, the stories were scattered nuggets of gold hidden across the web. They’d never last long, vanishing within hours of posting. Izuku bounced from proxy to proxy, fleeing from a series of deletions that seemed to follow Izuku’s aliased postings across snitch.ru, rabbit.az, aconspiracy.xfiles and their compatriots.
+ </p>
+ <p>
+ After thirty-two identity changes (all carefully logged in a separate notebook), a large amount of feigning communal interest in a lucky tabloid article on All For One which had been released at the start of the first of the three weeks, Izuku hung up his tinfoil hat and called it a month. He haphazardly tossed a bulging notebook into his bookshelf and lodged his hard drive in a gap containing seven others and went to dinner.
+ </p>
+ <p>
+ It took another week to present his research to All Might and Tsukauchi, whose jaws reached the proverbial floor.
+ </p>
+ <p>
+ “We never found any of this,” the Detective Tsukauchi exclaimed. “How did you find all of it?”
+ </p>
+ <p>
+ “I asked the right people. Turns out criminals have very long and very unforgiving memories,” Izuku explained through sunken eyes. “There’s more than this that could be linked to him, but these ones seem to be the most obvious.”
+ </p>
+ <p>
+ “They would do, you can’t be head of the underworld without making an army of enemies,” All Might agreed. “You know, if you can get any more information about these events, I think you’ll give people a lot of peace of mind.”
+ </p>
+ <p>
+ “Provided mum agrees to it.”
+ </p>
+ <p>
+ “Only if she agrees to it.”
+ </p>
+ <p>
+ It took another month to convince his mother, who eventually gave in once All Might provided an extremely comprehensive schedule of how the visitations and any resulting research would be carefully balanced against Izuku’s schoolwork and internship.
+ </p>
+
+ <p>
+ The day of the visit finally arrived, four months after the initial conversation, much to Izuku’s dismay.
+ </p>
+ <p>
+ Izuku remembered how he had arrived, with the Detective and All Might escorting him through its sterile, white innards. A list of rules rattled off at the gate, “no current affairs” was chief among them and an assertion that he’d be dragged from the room if need be if Izuku was to breach any of them. No smuggling of communication devices, no weapons, no Quirks, nothing that could compromise the prisoner’s secure status.
+ </p>
+ <p>
+ Heavily armoured and drilled guards leading him underground into the deepest bowels of the Tartarus complex.
+ </p>
+ <p>
+ Izuku understood the rules, dressed casually in a cotton t-shirt with “Shirt” printed across it in haphazard English and clutching at a carefully screened and utterly blank notebook.
+ </p>
+ <p>
+ Across from him, behind reinforced glass, the archvillain of Japan was bound and unmoving.
+ </p>
+ <p>
+ “Hello,” Izuku initiated uncertainly. His skin had been crawling the moment he crossed the threshold, a memory of the encounter and escape at the Kamino Ward months ago.
+ </p>
+ <p>
+ “Ah, All Might’s disciple,” drawled All For One, “is he too cowardly to come himself? Yet I don’t hear the garments of a hero.” With hardly a word out, All For One had already lunged for the figurative jugular.
+ </p>
+ <p>
+ A stray thought of <i>how does he know who I am if he’s blind and isn’t familiar with me?</i> whispered its way through Izuku’s head.
+ </p>
+ <p>
+ “Oh, no,” Izuku corrected hastily, almost relieved at the lack of any pretence, “I asked if I could talk to you. This isn’t exactly hero related.”
+ </p>
+ <p>
+ “I’m surprised he said yes.” While there was little by way of expression, Izuku could just about sense the contempt dripping from the prisoner’s tone. It wasn’t anything he wasn’t expecting. Kacchan had already said worse to him in earlier years. Water off a duck’s back.
+ </p>
+ <p>
+ “Well, he’s not my legal guardian, so I think you should be more surprised that mum said yes. She’s stricter with these things than All Might,” Izuku corrected again. “Mum gave the okay, but that was a stressful discussion.” And there it was, a miniscule twitch from the man opposite. A spasm more than anything else. <i>Interesting.</i> Pinned down as he was, the prisoner oozed irritation.
+ </p>
+ <p>
+ “At least your mother is a wise person. I wonder why the student doesn’t heed all of the advice of the teacher.” All For One’s tone didn’t indicate a question, so much as an implicit statement that All Might wasn’t worth listening to in any capacity. Kacchan would have hated the comparison, but the hostility had an almost comfortable familiarity. “He no doubt warned you off speaking to me, overprotective as he is, but here you are.”
+ </p>
+ <p>
+ Izuku found himself smiling at the thought of Kacchan’s outrage if he ever found out about the mental comparison as he replied. “I don’t think it’s normal for anyone my age to listen completely to their teachers. We pick and choose and run with what works best for us. He warned me, but I’m still here. Mum warned me as well, but I think she cared more about the time management aspect of it."
+ </p>
+ <p>
+ “Is that a recent development?” All For One probed.
+ </p>
+ <p>
+ “Not really. My old homeroom teacher told me not to bother applying to U.A.” His mother’s beaming face had carried Izuku through the cheerful and resolute signing of that application form.
+ </p>
+ <p>
+ “I see you followed their advice to the letter,” came the snide, dismissive reply.
+ </p>
+ <p>
+ Izuku hoisted up his legs and sat cross-legged in his seat. Leaning slightly forward as he did so as to better prop up his notebook.
+ </p>
+ <p>
+ “You’re a walking contrarian, aren’t you? All Might told me about his run ins with you. What someone does or doesn’t do really doesn’t matter to you, you’ll just find a way to rationalise it as a negative and go on the attack anyway. What you’re currently doing is drawing attention away from yourself and focusing it on me so you can withhold information.” Izuku flipped open his notebook and put pen to paper. “You’ve got something fairly big to hide and you diverting attention exposes that motivation as existing anyway. The only real questions here are what and why?” Izuku paused in mortification as the man opposite’s lips parted. “I just said that aloud, didn’t I?”
+ </p>
+ <p>
+ Of the responses Izuku had expected, it wasn’t laughter. Unrestrained, Izuku would have expected a violent outburst. In this situation, he would have expected another scathing comment. Instead, All For One laughed breathily, leaning into his bonds. Wheezingly he spoke, “I’ll have to change tactics, if that one’s too transparent for you. How refreshing.”
+ </p>
+ <p>
+ Doing his best not to glow a blinding red and simultaneously pale at the interest, Izuku carried on. “I add it to the list when you do. I’m not emotionally involved enough to really be impacted by what you’re saying. I know about you in theory, but that’s it. Maybe All Might has a history with you, but I don’t really know enough about you personally to…”
+ </p>
+ <p>
+ “Care,” All For One supplied, somewhat subdued as he struggled to breathe. “You’re only here to satisfy your curiosity as to whether or not the stories were true.”
+ </p>
+ <p>
+ Izuku nodded, scratching at his notebook with his left hand. “Yes and no, I’m actually here to ask you about how your Quirk works.” <i>For now.</i>
+ </p>
+ <p>
+ Another chortle, more restrained that the last.
+ </p>
+ <p>
+ "What makes you think others haven’t already asked?” Had All For One been unrestrained, Izuku could imagine the stereotypical scene of the villain confidently leaning back in some overblown chair in a secret lair, drink of choice in hand, if the tone of voice was any indication. Deflections aside, the man easily rose to each comment.
+ </p>
+ <p>
+ “Whether or not they asked it’s irrelevant if they can’t read the answers.” Answers didn’t matter if the people involved were too attached to read into the answers. If none of the interviewers had managed a full interview, then it seemed unlikely that any sort of effort was put into understanding the villain.
+ </p>
+ <p>
+ “And you think you can? What expertise do you hold above theirs?” Doubt and reprimand weighted the words. Oddly enough, had Izuku been any younger he could have mistaken the man for a disapproving parent rebuking an overly ambitious child. Albeit an extremely evil one.
+ </p>
+ <p>
+ Izuku inhaled shortly and went for it. “If there’s something I know, it’s Quirks and how they work. Maybe I don’t know you, but I don’t really need to. Quirks fall under broad categories of function. You can take and give, consent doesn’t seem to be a factor. You either can’t “see” certain types of Quirks or you need to have prior knowledge of it before you take it with what I know about your brother. Despite your <i>nom de guerre</i>, because we both know it’s not your real name, you have a history of giving multiple Quirks and causing brain damage to the receiver. You clearly aren’t impacted by those same restrictions, so it must either alter your brain mapping or adjust functions to allow for simultaneous use and storage. It also must isolate or categories the Quirks you stock, because from the few people who do remember you, you creating certain Quirks is always in the context of giving them to someone else meaning there’s probably an inherent immunity to stop it from tainting your own Quirk with a mutation,” Izuku mumbled, almost to himself. “The only thing really in question about your Quirk is the finer details and whether or not you need to maintain those features or if they’re inherent and your hard limit for holding Quirks.”
+ </p>
+ <p>
+ There was silence, for only a moment. “If only my hands were free, I would clap for such a thoughtful assessment. Clearly you’re not all brawn,” All For One positively purred. “Speculate away.” A wide and slightly unhinged smile was directed at Izuku.
+ </p>
+ <p>
+ It was all Izuku could do not to wince at the eagerness. An image of a nervous All Might, hidden in the observation room above with the grim-faced prison staff, came to mind.
+ </p>
+ <p>
+ “I note that you said thoughtful and not correct,” and Izuku breathed and unsteadily jotted it down in his notebook. “You don’t seem bothered by the guess.”
+ </p>
+ <p>
+ “Few people live long enough to question my Quirk, let alone have the talent to guess so thoughtfully at its functions. It seems we share a hobby.” There was something terribly keen in that voice that hadn’t been there before, twisting itself through the compliment.
+ </p>
+ <p>
+ “I suppose it helps that you’re playing along out of boredom,” Izuku verbally dodged, unease uncoiling itself from the back of his mind.
+ </p>
+ <p>
+ “I <i>was</i> playing along out of boredom,” All For One corrected smoothly. “Now, I’m curious. Admittedly, my prior assumptions of you weren’t generous, but I’ve been too hasty in my assessments before.”
+ </p>
+ <p>
+ “I’ll pack up and leave now if that’s the case,” Izuku replied with only half an ear on the conversation as the words on his page began to drastically expand to distract himself from the building anxiety.
+ </p>
+ <p>
+ “Sarcasm, so you do have characteristics of a normal teenager. Your willingness to maim yourself has often left me wondering…”
+ </p>
+ <p>
+ “You’re deflecting again,” Izuku observed. “I’m not sure if that’s a nervous habit for you or if you’re doing it because I’m close to being right about your Quirk. That being said, I don’t think you know what a normal teenager is if Shigaraki is any indication. He’s about seven years too late for his rebellious phase.”
+ </p>
+ <p>
+ “I’m hurt and offended,” came the amused reply.
+ </p>
+ <p>
+ “By how Shigaraki ended up or your parenting? You only have yourself to blame for both of them.”
+ </p>
+ <p>
+ “How harsh. Shigaraki is a product of society that birthed him. I can’t take credit for all of the hard work,” All For One laid out invitingly. Perhaps someone else would have risen to the bait, but Izuku was already packing his mental bags and heading for the door.
+ </p>
+ <p>
+ Clearly the prisoner’s anticipation had registered poorly with someone in the observation room, because a voice rang through the air. “Time’s up Midoriya-kun.”
+ </p>
+ <p>
+ “Okay!” Izuku called back and etched out his last thoughtful of words, untangled his legs and rose to his feet.
+ </p>
+ <p>
+ “What a shame, my visitations are always so short,” All For One spoke mournfully.
+ </p>
+ <p>
+ “Well, you did blow up half a city. They could have just let you suffocate instead. Same time next week, then?” Izuku offered brightly, notebook stuffed into a pocket and was followed out the door by wheezing laughter.
+ </p>
+ <p>
+ It was only after he had made it safely back to the communal room where All Might waited did he allow the spring to fade from his step and discard his nervous smile. Shuddering, he turned to All Might whose face was set in a grimace.
+ </p>
+ <p>
+ “I won’t say I told you so,” All Might offered, perched on the edge of his couch like a misshapen vulture.
+ </p>
+ <p>
+ “He’s… not really what I was expecting. I was expecting someone, more openly evil.” Izuku allowed himself to collapse into the leather of the seat. He shakily reached for the warm tea that had been clearly been prepared the moment Izuku left the cell. “I suppose he does it to lull people into a false sense of security. I didn’t understand how someone with only half a set of expressions could have “villain” written all over them until I met him.”
+ </p>
+ <p>
+ “He’s always been like that. He feigns concern and sympathy to lure in society’s outcasts. They’re easy targets,” All Might said through a mouthful of biscuit.
+ </p>
+ <p>
+ “Has he ever tried it on any of the One For All successors?”
+ </p>
+ <p>
+ “Not really, but you might have accidentally given him the incentive for it. He never had access to any of the One For All wielders while they were young.” All Might snorted, “not that it’ll make a difference with you”.
+ </p>
+ <p>
+ “I think he was trying to gauge me for a world view before the wardens ended it. I need more time to work out his response to the stuff on his Quirk.”
+ </p>
+ <p>
+ “He’s conversation starved since it’s solitary confinement. If what the people monitoring his brain activity said was true, you’re the most exciting thing to have happened to him in months. He replied after you left, said he was looking forward to it.”
+ </p>
+ <p>
+ “That’s pretty sad."
+ </p>
+ <p>
+ “It’s even sadder that we’re the only two members of the public who have had anything to do with him. Stain gets a pile of mail from his “fans”, but All For One has nothing,” All Might waved a tea spoon. “That’s what he gets.”
+ </p>
+ <p>
+ “Let’s get out of here and tell Detective Tsukauchi how it went.” Izuku gulped down his tea and headed for the exit, with him and All Might reaching it at roughly the same amount of time.
+ </p>
+ <p>
+ “At least your mum’s making katsudon for us tonight," was All Might's only optimistic comment.
+ </p>
+ <p>
+ Anxiety was still ebbing over Izuku after Tsukauchi had been debriefed in the car.
+ </p>
+ <p>
+ <i>“It seems we share a hobby.”</i> Haunted Izuku on the drive home. As if ripping someone’s Quirk from them and leaving them lying traumatised on the ground was just a fun pastime and not an act of grievous bodily harm.
+ </p>
+ <p>
+ And he’d be dealing with him again in another week.
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/source.html b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/source.html
new file mode 100644
index 0000000..5e1d866
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/source.html
@@ -0,0 +1,1025 @@
+<!DOCTYPE html>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="x-ua-compatible" content="ie=edge" />
+ <script>
+ <![CDATA[
+ window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"f2edcff25e","applicationID":"190034","transactionName":"dgwMEkpfWVsHERpRXlQTFgNKQxpECgxC","queueTime":0,"applicationTime":151,"agent":""}
+ ]]>
+ </script>
+ <meta name="keywords" content="fanfiction, transformative works, otw, fair use, archive" />
+ <meta name="language" content="en-US" />
+ <meta name="subject" content="fandom" />
+ <meta name="description" content="An Archive of Our Own, a project of the Organization for Transformative Works" />
+ <meta name="distribution" content="GLOBAL" />
+ <meta name="classification" content="transformative works" />
+ <meta name="author" content="Organization for Transformative Works" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>
+ Conversations with a Cryptid - Chapter 1 - AMournfulHowlInTheNight - 僕のヒーローアカデミア | Boku no Hero Academia | My Hero Academia [Archive of Our Own]
+ </title>
+ <link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/skins/skin_873_archive_2_0/A.1_site_screen_.css.pagespeed.cf.zstKgD8I8e.css" />
+ <link rel="stylesheet" type="text/css" media="only screen and (max-width: 42em), handheld" href="/stylesheets/skins/skin_873_archive_2_0/A.5_site_narrow.handheld_.css.pagespeed.cf.8L0d7x-op8.css" />
+ <link rel="stylesheet" type="text/css" media="speech" href="/stylesheets/skins/skin_873_archive_2_0/A.6_site_speech_.css.pagespeed.cf.Ybb8bLK5Um.css" />
+ <link rel="stylesheet" type="text/css" media="print" href="/stylesheets/skins/skin_873_archive_2_0/A.7_site_print_.css.pagespeed.cf.ry3YZtf8Cz.css" /><!--[if IE 8]><link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/skins/skin_873_archive_2_0/8_site_screen_IE8_or_lower.css" /><![endif]-->
+ <!--[if IE 5]><link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/skins/skin_873_archive_2_0/9_site_screen_IE5.css" /><![endif]-->
+ <!--[if IE 6]><link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/skins/skin_873_archive_2_0/10_site_screen_IE6.css" /><![endif]-->
+ <!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/skins/skin_873_archive_2_0/11_site_screen_IE7.css" /><![endif]-->
+ <!--sandbox for developers -->
+
+ <script src="/javascripts/livevalidation_standalone.js.pagespeed.jm.oB__Z5piTe.js"></script>
+ <meta name="csrf-param" content="authenticity_token" />
+ <meta name="csrf-token" content="bN8HBcdvyL0UOkBQ1i6VKpYrU3B3p9SDgyEfw7VF91Emc96IFSfO1EsmbXGuF0NQ1iGv/rDIE6Qj/Q/c82uoyw==" />
+ </head>
+ <body class="logged-out">
+ <div id="outer" class="wrapper">
+ <ul id="skiplinks">
+ <li>
+ <a href="#main">Main Content</a>
+ </li>
+ </ul><!-- BEGIN BETA CAVEATS! -->
+ <noscript>
+ <p id="javascript-warning">
+ While we've done our best to make the core functionality of this site accessible without javascript, it will work better with it enabled. Please consider turning it on!
+ </p></noscript> <!-- END BETA CAVEATS! --> <!-- BEGIN header -->
+ <div id="header" class="region">
+ <h1 class="heading">
+ <a href="/"><span>Archive of Our Own</span> <sup>beta</sup>
+ <img alt="Archive of Our Own" class="logo" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAqCAMAAAA3b6P4AAACslBMVEWXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACXAACpit0XAAAA5XRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESFBUWFxgZGhscHR4fICEiIyQlJygpKissLi8wMTM0NTY3ODk6Ozw9PkBBQkNFR0hJSktMTU5PUFFSVFVWV1hZWltcXV5fY2RlZmhpamtsbW5vcHFyc3V2d3p7fX5/gIGCg4SFhoeIiouMjY6PkJGSlJWWl5iZmpucnZ6foKGipKWnqKmrrK2ur7CxsrO0tba3uLm6u7y9vr/AwsPFxsfIycrLzM7P0NLT1NXW19na29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+b1plRQAABBRJREFUSMedlvtb1FUQxgcEBMtQggUCxVACu1ApYmRmUqESkCkUREaS4h3JCDONEFPBoBQCJcDIGxkGKYGBkgGSAq4BARIXWWA//0c/7J39LvY0P82cd97nzJlzZuaIKvBRmVqmP/XOrrQNIbOVsNfyjq/3nYrs/1GlWjPe90v28wrgnOiDP7ddeN9WAE47O9DLQI6PksfDMWVjnfuDlCC3b4HbpYcOFjUC9UHKWywtQZNpjTmdgu60uSIis979HRr8bIT4YjVDqV6TFlPgVqjxjBegyM4MfSPepDsm9tAcb5mwHnpfMJmq39C+ZLQCytrfM3deUAylwWYL2+BTc4eICU4aNk/pLgm0DNQuqY+/Nk8zmuX0PmFx83V0eIiIyOPlmq3Wpw+tg1OG7Lk1c8YSzmZsqYhIhLp7pVLy3AugLUqnz73L15boHogUke1cW6ic+5n7QJvhLCLic4cTlmAGRIhdFhfdlcmPpUjCfSj3FpEZ9dQ5W6CFDPrLIc652rj2FWUi0f1wdZGI5DERbg56dlIvO6hyt1UTe8pEZKUa1JEiMVBhDu6GzbHc8LFZUSXHRUTC/oShBHG5DKkmbPUg1xPujSyxSba/sltEREJuA9tl0Qikz9JD8f1ovrjOVtvF7NexRqcsVgOfSIIW6pMDVe7z3zwLHDjFeSfb7GV/P6fXwrqATInuAvraWruB0U2bx4aenqKRJA/MMairhoAsCczr1TWH8dPLfO7w2VRtqKDZFFjsOHBY5JmNX549dzQ5ROQkLY9MQbZvKDCzNgHkGCvaLRGOznS2zQ6e2GJu7gXY7/3kiqQj52ubbo9C143asm2hLsrsD3jV8l2PAbcGsBRN9VuK7B+Gvc3N+WnDKEuqAtlz8FdT37J/5dhdk3vbxUb4Y23UusT08nZAobyTSDeoD8VUmKja3DCVcylk6LB5J7Qcts54Ncv13PVXDMQWLfC9o4SOMxqmd/TqocSKvZirTiIiTusM3NbM5aq9AGccPoYaB73jwn/ItWJ/xQ4RkTWVOupg4VqViEw7ApBTA5l6P9/T8LrV1veHA0RCirQANKU/q193KdZHEiUiMjc2vxUO2E9ml5MlXhn9ANRsVJmAWdUAjAaLiKoRaN9pRX6bdv9VjQD8FGv5HgNuAjS5ioj3Hd3jnyS+7RQfA+BSpONkMFwD5OvOVzEClZNmuV0hE/cAqqOmK7yjD4ENen1Jhpo+y6xt1SXmWoKNEtzS8qOn0Zi3jw7z1hg+BNCZ5m2z/DxmmFuZ7DKbATeBsYKgKX8/C6JNehjfmEZ3DlAb8YC/k1dVlrHx5LHaNNZ7GElzlQdJwOXaOA8REb9sSh2Myw5xn78s/0Fmpzc0V+TmVY1y2lP+h3jF5l9qvPpdnP4I/wITXDY67Xw1sAAAAABJRU5ErkJggg==" data-pagespeed-url-hash="4179492045" onload="pagespeed.CriticalImages.checkImageForCriticality(this);" /></a>
+ </h1>
+ <div id="login" class="dropdown">
+ <p class="user actions" role="menu">
+ <a id="login-dropdown" href="/users/login">Log In</a>
+ </p>
+ <div id="small_login" class="simple login">
+ <form id="new_user_session_small" class="new_user" action="/users/login" accept-charset="UTF-8" method="post" name="new_user_session_small">
+ <input name="utf8" type="hidden" value="✓" /><input type="hidden" name="authenticity_token" value="IKnUNIOUNBcue2xgQNZzUM9IsxjXyzS4muUIvDSXT5pqBQ25UdwyfnFnQUE476Uqj0JPlhCk8586ORijcrkQAA==" />
+ <dl>
+ <dt>
+ <label for="user_session_login_small">User name or email:</label>
+ </dt>
+ <dd>
+ <input id="user_session_login_small" type="text" name="user[login]" />
+ </dd>
+ <dt>
+ <label for="user_session_password_small">Password:</label>
+ </dt>
+ <dd>
+ <input id="user_session_password_small" type="password" name="user[password]" />
+ </dd>
+ </dl>
+ <p class="submit actions">
+ <label for="user_remember_me_small" class="action"><input type="checkbox" name="user[remember_me]" id="user_remember_me_small" value="1" />Remember Me</label> <input type="submit" name="commit" value="Log In" />
+ </p>
+ </form>
+ <ul class="footnote actions">
+ <li>
+ <a href="/users/password/new">Forgot password?</a>
+ </li>
+ <li>
+ <a href="/invite_requests">Get an Invitation</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <h3 class="landmark heading">
+ Site Navigation
+ </h3>
+ <ul class="primary navigation actions" role="navigation">
+ <li class="dropdown">
+ <a href="/menu/fandoms">Fandoms</a>
+ <ul class="menu" role="menu">
+ <li>
+ <a href="/media">All Fandoms</a>
+ </li>
+ <li id="medium_5">
+ <a href="/media/Anime%20*a*%20Manga/fandoms">Anime &amp; Manga</a>
+ </li>
+ <li id="medium_3">
+ <a href="/media/Books%20*a*%20Literature/fandoms">Books &amp; Literature</a>
+ </li>
+ <li id="medium_4">
+ <a href="/media/Cartoons%20*a*%20Comics%20*a*%20Graphic%20Novels/fandoms">Cartoons &amp; Comics &amp; Graphic Novels</a>
+ </li>
+ <li id="medium_7">
+ <a href="/media/Celebrities%20*a*%20Real%20People/fandoms">Celebrities &amp; Real People</a>
+ </li>
+ <li id="medium_2">
+ <a href="/media/Movies/fandoms">Movies</a>
+ </li>
+ <li id="medium_6">
+ <a href="/media/Music%20*a*%20Bands/fandoms">Music &amp; Bands</a>
+ </li>
+ <li id="medium_8">
+ <a href="/media/Other%20Media/fandoms">Other Media</a>
+ </li>
+ <li id="medium_30198">
+ <a href="/media/Theater/fandoms">Theater</a>
+ </li>
+ <li id="medium_1">
+ <a href="/media/TV%20Shows/fandoms">TV Shows</a>
+ </li>
+ <li id="medium_476">
+ <a href="/media/Video%20Games/fandoms">Video Games</a>
+ </li>
+ <li id="medium_9971">
+ <a href="/media/Uncategorized%20Fandoms/fandoms">Uncategorized Fandoms</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="/menu/browse">Browse</a>
+ <ul class="menu" role="menu">
+ <li>
+ <a href="/works">Works</a>
+ </li>
+ <li>
+ <a href="/bookmarks">Bookmarks</a>
+ </li>
+ <li>
+ <a href="/tags">Tags</a>
+ </li>
+ <li>
+ <a href="/collections">Collections</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="/menu/search">Search</a>
+ <ul class="menu" role="menu">
+ <li>
+ <a href="/works/search">Works</a>
+ </li>
+ <li>
+ <a href="/bookmarks/search">Bookmarks</a>
+ </li>
+ <li>
+ <a href="/tags/search">Tags</a>
+ </li>
+ <li>
+ <a href="/people/search">People</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="/menu/about">About</a>
+ <ul class="menu" role="menu">
+ <li>
+ <a href="/about">About Us</a>
+ </li>
+ <li>
+ <a href="/admin_posts">News</a>
+ </li>
+ <li>
+ <a href="/faq">FAQ</a>
+ </li>
+ <li>
+ <a href="/wrangling_guidelines">Wrangling Guidelines</a>
+ </li>
+ <li>
+ <a href="/donate">Donate or Volunteer</a>
+ </li>
+ </ul>
+ </li>
+ <li class="search">
+ <form class="search" id="search" action="/works/search" accept-charset="UTF-8" method="get" name="search">
+ <input name="utf8" type="hidden" value="✓" />
+ <fieldset>
+ <legend>Search Works</legend>
+ <p>
+ <label class="landmark" for="site_search">Work Search:</label> <input class="text" id="site_search" aria-describedby="site_search_tooltip" type="text" name="work_search[query]" /> <span class="tip" role="tooltip" id="site_search_tooltip">tip: katekyou "alternate universe" sort:&gt;words</span> <span class="submit actions"><input type="submit" value="Search" class="button" /></span>
+ </p>
+ </fieldset>
+ </form>
+ </li>
+ </ul>
+ <div class="clear"></div>
+ </div><!-- END header -->
+ <div id="inner" class="wrapper">
+ <!-- BEGIN sidebar -->
+ <!-- END sidebar -->
+ <!-- BEGIN main -->
+ <div id="main" class="chapters-show region" role="main">
+ <div class="flash"></div><!--page description, messages-->
+ <!--/descriptions-->
+ <!--subnav-->
+ <!--/subnav-->
+ <!-- BEGIN work -->
+ <div class="work">
+ <p class="landmark">
+ <a name="top" id="top">&#160;</a>
+ </p><!-- BEGIN navigation -->
+ <h3 class="landmark heading">
+ Actions
+ </h3>
+ <ul class="work navigation actions" role="menu">
+ <li class="chapter entire">
+ <a href="/works/11808918?view_full_work=true">Entire Work</a>
+ </li>
+ <li class="chapter next">
+ <a href="/works/11808918/chapters/26796918#workskin">Next Chapter →</a>
+ </li>
+ <li class="chapter" aria-haspopup="true">
+ <noscript><a href="/works/11808918/navigate">Chapter Index</a></noscript> <a class="hidden" href="#">Chapter Index</a>
+ <ul id="chapter_index" class="expandable secondary hidden">
+ <li>
+ <form action="/works/11808918/chapters/26640231" accept-charset="UTF-8" method="get">
+ <input name="utf8" type="hidden" value="✓" />
+ <p>
+ <select name="selected_id" id="selected_id">
+ <option selected="selected" value="26640231">
+ 1. Greetings of a Cryptid
+ </option>
+ <option value="26796918">
+ 2. Quirk of a Cryptid
+ </option>
+ <option value="27214968">
+ 3. Motivations of a Cryptid
+ </option>
+ <option value="27703398">
+ 4. Hobbies of a Cryptid
+ </option>
+ <option value="28158585">
+ 5. Politics of a Cryptid
+ </option>
+ <option value="28393172">
+ 6. Interlude of a Successive Cryptid
+ </option>
+ <option value="28633304">
+ 7. Exasperation of a Cryptid
+ </option>
+ <option value="28907523">
+ 8. History of a Cryptid
+ </option>
+ <option value="28999791">
+ 9. Approach of a Cryptid
+ </option>
+ <option value="29259489">
+ 10. Corporations of a Cryptid
+ </option>
+ <option value="29796450">
+ 11. Fear of a Cryptid
+ </option>
+ <option value="29831925">
+ 12. Condition of a Cryptid
+ </option>
+ <option value="30029220">
+ 13. Escape of a Cryptid
+ </option>
+ <option value="30089508">
+ 14. Greetings of a Cryptid: Part 2
+ </option>
+ </select> <span class="submit actions"><input type="submit" name="commit" value="Go" /></span>
+ </p>
+ </form>
+ </li>
+ <li>
+ <a href="/works/11808918/navigate">Full-page index</a>
+ </li>
+ </ul>
+ </li>
+ <li class="comments" id="show_comments_link_top">
+ <a data-remote="true" href="/comments/show_comments?chapter_id=26640231">Comments</a>
+ </li>
+ <li class="share hidden">
+ <a class="modal" title="Share Work" aria-controls="#modal" href="#share">Share</a>
+ <div id="share">
+ <p class="note">
+ Copy and paste the following code to link back to this work (<kbd>CTRL A</kbd>/<kbd>CMD A</kbd> will select all), or use the Tweet or Tumblr links to share the work on your Twitter or Tumblr account.
+ </p>
+ <p>
+ <textarea cols="50" rows="4" id="embed_code">&lt;a href="https://archiveofourown.org/works/11808918"&gt;&lt;strong&gt;Conversations with a Cryptid&lt;/strong&gt;&lt;/a&gt; (67379 words) by &lt;a href="https://archiveofourown.org/users/AMournfulHowlInTheNight"&gt;&lt;strong&gt;AMournfulHowlInTheNight&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Chapters: 14/14&lt;br /&gt;Fandom: &lt;a href="https://archiveofourown.org/tags/%E5%83%95%E3%81%AE%E3%83%92%E3%83%BC%E3%83%AD%E3%83%BC%E3%82%A2%E3%82%AB%E3%83%87%E3%83%9F%E3%82%A2%20%7C%20Boku%20no%20Hero%20Academia%20%7C%20My%20Hero%20Academia"&gt;僕のヒーローアカデミア | Boku no Hero Academia | My Hero Academia&lt;/a&gt;&lt;br /&gt;Rating: General Audiences&lt;br /&gt;Warnings: No Archive Warnings Apply&lt;br /&gt;Relationships: Midoriya Izuku &amp; Yagi Toshinori | All Might, Midoriya Izuku &amp; Sensei | All For One&lt;br /&gt;Characters: Midoriya Izuku, Yagi Toshinori | All Might, Midoriya Inko, Sensei | All For One, Tsukauchi Naomasa, Shigaraki Tomura | Shimura Tenko, Bakugou Katsuki, Todoroki Shouto, Midoriya Hisashi&lt;br /&gt;Additional Tags: Meta, Alternate Universe - Canon Divergence&lt;br /&gt;Series: Part 1 of &lt;a href="https://archiveofourown.org/series/800334"&gt;Conversations with a Cryptid&lt;/a&gt;&lt;br /&gt;Summary: &lt;p&gt;The man was over a century old. There had to be more to it. In hindsight, it hadn’t been one of Izuku’s better ideas.&lt;/p&gt;</textarea>
+ </p>
+ <ul>
+ <li>
+ <a href="http://twitter.com/share" class="twitter-share-button" data-size="large" data-via="ao3org" data-text="Conversations with a Cryptid by AMournfulHowlInTheNight - 僕のヒーローアカデミア | Boku no Hero Academi..." data-url="https://archiveofourown.org/works/11808918">Tweet</a>
+ </li>
+ <li>
+ <a href="http://tumblr.com/widgets/share/tool?canonicalUrl=https%3A%2F%2Farchiveofourown.org%2Fworks%2F11808918&amp;title=Conversations%20with%20a%20Cryptid%20%2867379%20words%29%20by%20AMournfulHowlInTheNight%20%5BAO3%5D&amp;caption=Chapters%3A%2014%2F14%3Cbr%20%2F%3EFandom%3A%20%3Ca%20href%3D%22https%3A%2F%2Farchiveofourown.org%2Ftags%2F%25E5%2583%2595%25E3%2581%25AE%25E3%2583%2592%25E3%2583%25BC%25E3%2583%25AD%25E3%2583%25BC%25E3%2582%25A2%25E3%2582%25AB%25E3%2583%2587%25E3%2583%259F%25E3%2582%25A2%2520%257C%2520Boku%2520no%2520Hero%2520Academia%2520%257C%2520My%2520Hero%2520Academia%22%3E%E5%83%95%E3%81%AE%E3%83%92%E3%83%BC%E3%83%AD%E3%83%BC%E3%82%A2%E3%82%AB%E3%83%87%E3%83%9F%E3%82%A2%20%7C%20Boku%20no%20Hero%20Academia%20%7C%20My%20Hero%20Academia%3C%2Fa%3E%3Cbr%20%2F%3ERating%3A%20General%20Audiences%3Cbr%20%2F%3EWarnings%3A%20No%20Archive%20Warnings%20Apply%3Cbr%20%2F%3ERelationships%3A%20Midoriya%20Izuku%20%26%20Yagi%20Toshinori%20%7C%20All%20Might%2C%20Midoriya%20Izuku%20%26%20Sensei%20%7C%20All%20For%20One%3Cbr%20%2F%3ECharacters%3A%20Midoriya%20Izuku%2C%20Yagi%20Toshinori%20%7C%20All%20Might%2C%20Midoriya%20Inko%2C%20Sensei%20%7C%20All%20For%20One%2C%20Tsukauchi%20Naomasa%2C%20Shigaraki%20Tomura%20%7C%20Shimura%20Tenko%2C%20Bakugou%20Katsuki%2C%20Todoroki%20Shouto%2C%20Midoriya%20Hisashi%3Cbr%20%2F%3EAdditional%20Tags%3A%20Meta%2C%20Alternate%20Universe%20-%20Canon%20Divergence%3Cbr%20%2F%3ESeries%3A%20Part%201%20of%20%3Ca%20href%3D%22https%3A%2F%2Farchiveofourown.org%2Fseries%2F800334%22%3EConversations%20with%20a%20Cryptid%3C%2Fa%3E%3Cbr%20%2F%3ESummary%3A%20%3Cp%3EThe%20man%20was%20over%20a%20century%20old.%20There%20had%20to%20be%20more%20to%20it.%20In%20hindsight%2C%20it%20hadn%E2%80%99t%20been%20one%20of%20Izuku%E2%80%99s%20better%20ideas.%3C%2Fp%3E" title="Share on Tumblr" style="display:inline-block;text-indent:-9999px;overflow:hidden;width:81px;height:20px;background:url(//platform.tumblr.com/v1/share_1.png) top left no-repeat transparent;border-bottom:none" target="_blank">Share on Tumblr</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="download" aria-haspopup="true">
+ <a href="#">Download</a>
+ <ul class="expandable secondary">
+ <li>
+ <a href="/downloads/11808918/Conversations%20with%20a.azw3?updated_at=1585835284">AZW3</a>
+ </li>
+ <li>
+ <a href="/downloads/11808918/Conversations%20with%20a.epub?updated_at=1585835284">EPUB</a>
+ </li>
+ <li>
+ <a href="/downloads/11808918/Conversations%20with%20a.mobi?updated_at=1585835284">MOBI</a>
+ </li>
+ <li>
+ <a href="/downloads/11808918/Conversations%20with%20a.pdf?updated_at=1585835284">PDF</a>
+ </li>
+ <li>
+ <a href="/downloads/11808918/Conversations%20with%20a.html?updated_at=1585835284">HTML</a>
+ </li>
+ </ul>
+ </li>
+ </ul><!-- END navigation -->
+ <h3 class="landmark heading">
+ Work Header
+ </h3>
+ <div class="wrapper">
+ <dl class="work meta group" role="complementary">
+ <dt class="rating tags">
+ Rating:
+ </dt>
+ <dd class="rating tags">
+ <ul class="commas">
+ <li>
+ <a class="tag" href="/tags/General%20Audiences/works">General Audiences</a>
+ </li>
+ </ul>
+ </dd>
+ <dt class="warning tags">
+ <a href="/tos_faq#tags">Archive Warning</a>:
+ </dt>
+ <dd class="warning tags">
+ <ul class="commas">
+ <li>
+ <a class="tag" href="/tags/No%20Archive%20Warnings%20Apply/works">No Archive Warnings Apply</a>
+ </li>
+ </ul>
+ </dd>
+ <dt class="category tags">
+ Category:
+ </dt>
+ <dd class="category tags">
+ <ul class="commas">
+ <li>
+ <a class="tag" href="/tags/Gen/works">Gen</a>
+ </li>
+ </ul>
+ </dd>
+ <dt class="fandom tags">
+ Fandom:
+ </dt>
+ <dd class="fandom tags">
+ <ul class="commas">
+ <li>
+ <a class="tag" href="/tags/%E5%83%95%E3%81%AE%E3%83%92%E3%83%BC%E3%83%AD%E3%83%BC%E3%82%A2%E3%82%AB%E3%83%87%E3%83%9F%E3%82%A2%20%7C%20Boku%20no%20Hero%20Academia%20%7C%20My%20Hero%20Academia/works">僕のヒーローアカデミア | Boku no Hero Academia | My Hero Academia</a>
+ </li>
+ </ul>
+ </dd>
+ <dt class="relationship tags">
+ Relationships:
+ </dt>
+ <dd class="relationship tags">
+ <ul class="commas">
+ <li>
+ <a class="tag" href="/tags/Midoriya%20Izuku%20*a*%20Yagi%20Toshinori%20%7C%20All%20Might/works">Midoriya Izuku &amp; Yagi Toshinori | All Might</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Midoriya%20Izuku%20*a*%20Sensei%20%7C%20All%20For%20One/works">Midoriya Izuku &amp; Sensei | All For One</a>
+ </li>
+ </ul>
+ </dd>
+ <dt class="character tags">
+ Characters:
+ </dt>
+ <dd class="character tags">
+ <ul class="commas">
+ <li>
+ <a class="tag" href="/tags/Midoriya%20Izuku/works">Midoriya Izuku</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Yagi%20Toshinori%20%7C%20All%20Might/works">Yagi Toshinori | All Might</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Midoriya%20Inko/works">Midoriya Inko</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Sensei%20%7C%20All%20For%20One/works">Sensei | All For One</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Tsukauchi%20Naomasa/works">Tsukauchi Naomasa</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Shigaraki%20Tomura%20%7C%20Shimura%20Tenko/works">Shigaraki Tomura | Shimura Tenko</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Bakugou%20Katsuki/works">Bakugou Katsuki</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Todoroki%20Shouto/works">Todoroki Shouto</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Midoriya%20Hisashi/works">Midoriya Hisashi</a>
+ </li>
+ </ul>
+ </dd>
+ <dt class="freeform tags">
+ Additional Tags:
+ </dt>
+ <dd class="freeform tags">
+ <ul class="commas">
+ <li>
+ <a class="tag" href="/tags/Meta/works">Meta</a>
+ </li>
+ <li>
+ <a class="tag" href="/tags/Alternate%20Universe%20-%20Canon%20Divergence/works">Alternate Universe - Canon Divergence</a>
+ </li>
+ </ul>
+ </dd>
+ <dt class="language">
+ Language:
+ </dt>
+ <dd class="language">
+ English
+ </dd>
+ <dt class="series">
+ Series:
+ </dt>
+ <dd class="series">
+ <span class="series"><span class="position">Part 1 of the <a href="/series/800334">Conversations with a Cryptid</a> series</span> <a class="next" href="/works/13212258">Next Work →</a></span>
+ </dd>
+ <dt class="collections">
+ Collections:
+ </dt>
+ <dd class="collections">
+ <a href="/collections/Excellent_Completed_Gen_Fics">Excellent Completed Gen &amp; Platonic Fiction</a>, <a href="/collections/Dad_For_One">Dad For One</a>, <a href="/collections/My_mustread_fics">Miscellaneous Must-read Fics</a>, <a href="/collections/thelastreclist">The Last Rec List</a>, <a href="/collections/MHABestOf">Best of My Hero Academia</a>, <a href="/collections/DadForOneByAtrunis">Atrunis' Dad For One Collection</a>, <a href="/collections/The_Witchs_Woods">The Witch's Woods</a>, <a href="/collections/MoonPaws_Hoard_of_Dad_for_One_Fics">MoonPaw's Hoard of Dad for One Fics</a>, <a href="/collections/Creative_Chaos_Discord_Recs">Creative Chaos Discord Recs</a>, <a href="/collections/Fave_Good_LONG_Fics">Long Fics to Binge</a>
+ </dd>
+ <dt class="stats">
+ Stats:
+ </dt>
+ <dd class="stats">
+ <!-- end of cache -->
+ <dl class="stats">
+ <dt class="published">
+ Published:
+ </dt>
+ <dd class="published">
+ 2017-08-15
+ </dd>
+ <dt class="status">
+ Completed:
+ </dt>
+ <dd class="status">
+ 2017-12-26
+ </dd>
+ <dt class="words">
+ Words:
+ </dt>
+ <dd class="words">
+ 67379
+ </dd>
+ <dt class="chapters">
+ Chapters:
+ </dt>
+ <dd class="chapters">
+ 14/14
+ </dd>
+ <dt class="comments">
+ Comments:
+ </dt>
+ <dd class="comments">
+ 1664
+ </dd>
+ <dt class="kudos">
+ Kudos:
+ </dt>
+ <dd class="kudos">
+ 7142
+ </dd>
+ <dt class="bookmarks">
+ Bookmarks:
+ </dt>
+ <dd class="bookmarks">
+ <a href="/works/11808918/bookmarks">1648</a>
+ </dd>
+ <dt class="hits">
+ Hits:
+ </dt>
+ <dd class="hits">
+ 152759
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ </div><!-- BEGIN section where work skin applies -->
+ <div id="workskin">
+ <div class="preface group">
+ <h2 class="title heading">
+ Conversations with a Cryptid
+ </h2>
+ <h3 class="byline heading">
+ <a rel="author" href="/users/AMournfulHowlInTheNight/pseuds/AMournfulHowlInTheNight">AMournfulHowlInTheNight</a>
+ </h3>
+ <div class="summary module" role="complementary">
+ <h3 class="heading">
+ Summary:
+ </h3>
+ <blockquote class="userstuff">
+ <p>
+ The man was over a century old. There had to be more to it. In hindsight, it hadn’t been one of Izuku’s better ideas.
+ </p>
+ </blockquote>
+ </div>
+ <div class="notes module" role="complementary">
+ <h3 class="heading">
+ Notes:
+ </h3>
+ <p class="jump">
+ (See the end of the work for <a href="/chapters/30089508#work_endnotes">notes</a>.)
+ </p>
+ </div>
+ </div>
+ <div id="chapters">
+ <!-- This partial requires local variable 'chapter' -->
+ <div class="chapter" id="chapter-1">
+ <!-- chapter management -->
+ <div class="chapter preface group" role="complementary">
+ <h3 class="title">
+ <a href="/works/11808918/chapters/26640231">Chapter 1</a>: Greetings of a Cryptid
+ </h3><!-- only display byline if different from the main byline -->
+ </div><!--main content-->
+ <div class="userstuff module" role="article">
+ <h3 class="landmark heading" id="work">
+ Chapter Text
+ </h3>
+ <p>
+ Izuku was struggling to understand how he had even managed to get here, seated before the archvillain of Japan with only a sense of dread to keep him company. All Might sat concealed in an observation room, of the firm opinion that he could only aggravate the prisoner and he sent Izuku off with a strained smile. A vague haze hovered over Izuku’s memory. It started with a simple conversation gone astray on a long drive home.
+ </p>
+ <p>
+ &#160;
+ </p>
+ <p>
+ “So, who is All For One? Do we know anything about him beyond what you told me before? He’s been imprisoned for months now.” Izuku remembered asking All Might from the backseat of the car as Detective Tsukauchi leisurely drove along a sprawling highway.
+ </p>
+ <p>
+ Playing on the car radio was an aftermath report of a villain attack in downtown Tokyo. Izuku caught the phrase “liquid body” from the female reporter before Detective Tsukauchi changed the channel.
+ </p>
+ <p>
+ “Nope. Still nothing. No one really wants to speak to him,” All Might had replied brightly. “He gives off polite airs, but he’s a piece of work.” All Might’s mostly obstructed shoulders in the front seat shrugged. “Not much you can do with someone like him. Everything that comes out is a threat or taunt.” All Might carefully waved his hand in a circular motion towards the side of his head.
+ </p>
+ <p>
+ “No one’s even made it through a full interview with him, from what I’ve heard,” Detective Tsukauchi added from behind the wheel. “He plays mind games with them. The prison also has a “no recent events” policy on any discussions with him as well. Just in case he ends up with ideas or has some means of communicating. Given that people only want to ask him about current events, it doesn’t leave much to talk about.”
+ </p>
+ <p>
+ “Wait, they still don’t know what Quirks he has?” Izuku asked exasperatedly. “They can’t if there’s still an information block on visits.”
+ </p>
+ <p>
+ “Nope. We have no idea what he can do. They can run DNA tests, but it’s not like anyone apart from him even knows how his Quirk works. They could get matches with any number of people, but if they’re not in a database then we can’t cross-reference them anyway. Even if they run an analysis, the data doesn’t mean anything without the ability to interpret it,” All Might gestured with a skeletal finger. “It’s a waste of time after the initial tests were conducted. They weren’t game to MRI him either, given he’s definitely got a Quirk that creates metal components.”
+ </p>
+ <p>
+ “No one’s bothered to ask him anything about… anything?” Izuku asked, dumbfounded. “He must be around two-hundred years old and people can’t think of a single non-current affairs thing to ask him?”
+ </p>
+ <p>
+ In some ways it was unfathomable that they’d let a potential resource go to waste. On the other hand, said potential resource had blown up a city, murdered numerous people and terrorised Japan for over a century. At the very least.
+ </p>
+ <p>
+ “Well, I tried to ask him about Shigaraki, but he didn’t say much of anything really. Some garbage about you being too dependent on me and him letting Shigaraki run wild and how he just wanted to be the ultimate evil,” All Might shrugged again. “He spends too much time talking about nothing.”
+ </p>
+ <p>
+ Izuku shifted his head onto his arm. “But, that’s not really nothing, is it?”
+ </p>
+ <p>
+ “What do you mean?” Izuku had the feeling that All Might would have been looking at him with the <i>you’re about to do something stupid aren’t you</i> expression that was thankfully becoming less common.
+ </p>
+ <p>
+ “Well, he clearly doesn’t know anything about us, All Might, if he thinks that you’re just going to let go of me after not even two years of being taught. Maybe Shigaraki was dependent on adult figures, but I don’t even remember my dad and mum’s been busy working and keeping the house together. I’ve never had a lot of adult supervision before,” Izuku laughed nervously. “I had to find ways to keep myself entertained. If anything, I’m on the disobedient side of the scale.” All Might outright giggled.
+ </p>
+ <p>
+ “I’ll say, especially after what happened with Overhaul. I’m surprised your mother let you leave the dorms again after that.”
+ </p>
+ <p>
+ “I’m surprised she didn’t withdraw and ground me until I was thirty.”
+ </p>
+ <p>
+ “Oh? That strict?” Tsukauchi asked.
+ </p>
+ <p>
+ “She has her moments,” Izuku smiled fondly. “Do you think she’d agree to me asking the archvillain of Japan about his Quirk?” Izuku asked, only partially joking. There was an itch at the back of his head, a feeling of something missing that poked and prodded at his senses.
+ </p>
+ <p>
+ All Might coughed and sprayed the dash with a fine red mist. “Absolutely not! I forbid it!”
+ </p>
+ <p>
+ “That’s exactly why I’m asking her and not you,” Izuku grinned from the backseat.
+ </p>
+ <p>
+ “He’s evil!”
+ </p>
+ <p>
+ “He’s ancient. You honestly don’t wonder about the sort of things someone with that life experience and Quirk would have run across to end up the way he did?”
+ </p>
+ <p>
+ “Nope, he made it perfectly clear that he always wanted to be the supreme evil,” All Might snipped through folded arms.
+ </p>
+ <p>
+ “Yeah, and I’ll just take his word for that, won’t I?” Izuku grinned. “If he does nothing but lie, then that’s probably one too, but there’s a grain of truth in there somewhere.”
+ </p>
+ <p>
+ “What would you even do? Harass him into telling you his life story?” All Might sighed.
+ </p>
+ <p>
+ “Not when I can kill him with kindness. Who knows, it might even be poisonous for him.”
+ </p>
+ <p>
+ “You’re explaining this to your mother. Teacher or not, I’m not being on the receiving end of this one.”
+ </p>
+ <p>
+ Izuku blinked for a moment. “You’ll let me?”
+ </p>
+ <p>
+ “I’m not entirely for it, but any prospective information on what influenced Shigaraki can only be a good thing. If anything goes south we can pull you out pretty easily. Just be aware of who and what you’re dealing with.” Struggling, All Might turned a serious look to Izuku around the side of the seat. “<i>Only</i> if your mother gives the okay.”
+ </p>
+ <p>
+ The conversation turned to school for the rest of the way.
+ </p>
+ <p>
+ &#160;
+ </p>
+ <p>
+ It might have been curiosity or it might have been the nagging sensation that chewed at his brain for the three weeks that he researched the subject of the conversation. All For One was a cryptid. Mystical in more ways than one, he was only a rumour on a network that was two-hundred years old. There were whispers of a shadowy figure who once ruled Japan, intermingled with a string of conspiracies and fragmented events.
+ </p>
+ <p>
+ Izuku had even braved the dark web, poking and prodding at some of the seedier elements of the world wide web. The internet had rumours, but the dark web had stories.<br />
+ </p>
+ <p>
+ An implied yakuza wrote about his grandfather who lost a fire manipulation Quirk and his sanity without any reason. His grandfather had been institutionalised, crying and repeating “he took it, he took it” until his dying days. No one could console him.
+ </p>
+ <p>
+ Another user spoke of a nursing home where a room full of dementia residents inexplicably became docile and no longer used their Quirks on the increasingly disturbed staff. The nursing home erupted into flames just before a court case against them commenced.
+ </p>
+ <p>
+ A user with neon pink text spoke of how their great-great-great-great grandmother with a longevity Quirk had simply aged rapidly one day and passed away in her sleep, her face a mask of terror. No cause had ever been found.
+ </p>
+ <p>
+ A hacker provided a grainy CCTV recording of a heist and a scanned collection of documents from over a century ago, where there was a flash of light and entire bank vault had been emptied. What separated it from the usual robbery was that it contained a list containing confidential information on the Quirks of the First Generation. Izuku had greedily snavelled up and saved the video and documents to an external hard drive.
+ </p>
+ <p>
+ Paging through, Izuku saw someone recount how their Quirkless uncle had developed a warp Quirk and gone from rags to riches under a mysterious benefactor. A decade ago, the uncle had simply disappeared.
+ </p>
+ <p>
+ Numerous and terrifying, the stories were scattered nuggets of gold hidden across the web. They’d never last long, vanishing within hours of posting. Izuku bounced from proxy to proxy, fleeing from a series of deletions that seemed to follow Izuku’s aliased postings across snitch.ru, rabbit.az, aconspiracy.xfiles and their compatriots.
+ </p>
+ <p>
+ After thirty-two identity changes (all carefully logged in a separate notebook), a large amount of feigning communal interest in a lucky tabloid article on All For One which had been released at the start of the first of the three weeks, Izuku hung up his tinfoil hat and called it a month. He haphazardly tossed a bulging notebook into his bookshelf and lodged his hard drive in a gap containing seven others and went to dinner.
+ </p>
+ <p>
+ It took another week to present his research to All Might and Tsukauchi, whose jaws reached the proverbial floor.
+ </p>
+ <p>
+ “We never found any of this,” the Detective Tsukauchi exclaimed. “How did you find all of it?”
+ </p>
+ <p>
+ “I asked the right people. Turns out criminals have very long and very unforgiving memories,” Izuku explained through sunken eyes. “There’s more than this that could be linked to him, but these ones seem to be the most obvious.”
+ </p>
+ <p>
+ “They would do, you can’t be head of the underworld without making an army of enemies,” All Might agreed. “You know, if you can get any more information about these events, I think you’ll give people a lot of peace of mind.”
+ </p>
+ <p>
+ “Provided mum agrees to it.”
+ </p>
+ <p>
+ “Only if she agrees to it.”
+ </p>
+ <p>
+ It took another month to convince his mother, who eventually gave in once All Might provided an extremely comprehensive schedule of how the visitations and any resulting research would be carefully balanced against Izuku’s schoolwork and internship.
+ </p>
+ <p>
+ &#160;
+ </p>
+ <p>
+ The day of the visit finally arrived, four months after the initial conversation, much to Izuku’s dismay.
+ </p>
+ <p>
+ Izuku remembered how he had arrived, with the Detective and All Might escorting him through its sterile, white innards. A list of rules rattled off at the gate, “no current affairs” was chief among them and an assertion that he’d be dragged from the room if need be if Izuku was to breach any of them. No smuggling of communication devices, no weapons, no Quirks, nothing that could compromise the prisoner’s secure status.
+ </p>
+ <p>
+ Heavily armoured and drilled guards leading him underground into the deepest bowels of the Tartarus complex.
+ </p>
+ <p>
+ Izuku understood the rules, dressed casually in a cotton t-shirt with “Shirt” printed across it in haphazard English and clutching at a carefully screened and utterly blank notebook.
+ </p>
+ <p>
+ Across from him, behind reinforced glass, the archvillain of Japan was bound and unmoving.
+ </p>
+ <p>
+ “Hello,” Izuku initiated uncertainly. His skin had been crawling the moment he crossed the threshold, a memory of the encounter and escape at the Kamino Ward months ago.
+ </p>
+ <p>
+ “Ah, All Might’s disciple,” drawled All For One, “is he too cowardly to come himself? Yet I don’t hear the garments of a hero.” With hardly a word out, All For One had already lunged for the figurative jugular.
+ </p>
+ <p>
+ A stray thought of <i>how does he know who I am if he’s blind and isn’t familiar with me?</i> whispered its way through Izuku’s head.
+ </p>
+ <p>
+ “Oh, no,” Izuku corrected hastily, almost relieved at the lack of any pretence, “I asked if I could talk to you. This isn’t exactly hero related.”
+ </p>
+ <p>
+ “I’m surprised he said yes.” While there was little by way of expression, Izuku could just about sense the contempt dripping from the prisoner’s tone. It wasn’t anything he wasn’t expecting. Kacchan had already said worse to him in earlier years. Water off a duck’s back.
+ </p>
+ <p>
+ “Well, he’s not my legal guardian, so I think you should be more surprised that mum said yes. She’s stricter with these things than All Might,” Izuku corrected again. “Mum gave the okay, but that was a stressful discussion.” And there it was, a miniscule twitch from the man opposite. A spasm more than anything else. <i>Interesting.</i> Pinned down as he was, the prisoner oozed irritation.
+ </p>
+ <p>
+ “At least your mother is a wise person. I wonder why the student doesn’t heed all of the advice of the teacher.” All For One’s tone didn’t indicate a question, so much as an implicit statement that All Might wasn’t worth listening to in any capacity. Kacchan would have hated the comparison, but the hostility had an almost comfortable familiarity. “He no doubt warned you off speaking to me, overprotective as he is, but here you are.”
+ </p>
+ <p>
+ Izuku found himself smiling at the thought of Kacchan’s outrage if he ever found out about the mental comparison as he replied. “I don’t think it’s normal for anyone my age to listen completely to their teachers. We pick and choose and run with what works best for us. He warned me, but I’m still here. Mum warned me as well, but I think she cared more about the time management aspect of it."
+ </p>
+ <p>
+ “Is that a recent development?” All For One probed.
+ </p>
+ <p>
+ “Not really. My old homeroom teacher told me not to bother applying to U.A.” His mother’s beaming face had carried Izuku through the cheerful and resolute signing of that application form.
+ </p>
+ <p>
+ “I see you followed their advice to the letter,” came the snide, dismissive reply.
+ </p>
+ <p>
+ Izuku hoisted up his legs and sat cross-legged in his seat. Leaning slightly forward as he did so as to better prop up his notebook.
+ </p>
+ <p>
+ “You’re a walking contrarian, aren’t you? All Might told me about his run ins with you. What someone does or doesn’t do really doesn’t matter to you, you’ll just find a way to rationalise it as a negative and go on the attack anyway. What you’re currently doing is drawing attention away from yourself and focusing it on me so you can withhold information.” Izuku flipped open his notebook and put pen to paper. “You’ve got something fairly big to hide and you diverting attention exposes that motivation as existing anyway. The only real questions here are what and why?” Izuku paused in mortification as the man opposite’s lips parted. “I just said that aloud, didn’t I?”
+ </p>
+ <p>
+ Of the responses Izuku had expected, it wasn’t laughter. Unrestrained, Izuku would have expected a violent outburst. In this situation, he would have expected another scathing comment. Instead, All For One laughed breathily, leaning into his bonds. Wheezingly he spoke, “I’ll have to change tactics, if that one’s too transparent for you. How refreshing.”
+ </p>
+ <p>
+ Doing his best not to glow a blinding red and simultaneously pale at the interest, Izuku carried on. “I add it to the list when you do. I’m not emotionally involved enough to really be impacted by what you’re saying. I know about you in theory, but that’s it. Maybe All Might has a history with you, but I don’t really know enough about you personally to…”
+ </p>
+ <p>
+ “Care,” All For One supplied, somewhat subdued as he struggled to breathe. “You’re only here to satisfy your curiosity as to whether or not the stories were true.”
+ </p>
+ <p>
+ Izuku nodded, scratching at his notebook with his left hand. “Yes and no, I’m actually here to ask you about how your Quirk works.” <i>For now.</i>
+ </p>
+ <p>
+ Another chortle, more restrained that the last.
+ </p>
+ <p>
+ "What makes you think others haven’t already asked?” Had All For One been unrestrained, Izuku could imagine the stereotypical scene of the villain confidently leaning back in some overblown chair in a secret lair, drink of choice in hand, if the tone of voice was any indication. Deflections aside, the man easily rose to each comment.
+ </p>
+ <p>
+ “Whether or not they asked it’s irrelevant if they can’t read the answers.” Answers didn’t matter if the people involved were too attached to read into the answers. If none of the interviewers had managed a full interview, then it seemed unlikely that any sort of effort was put into understanding the villain.
+ </p>
+ <p>
+ “And you think you can? What expertise do you hold above theirs?” Doubt and reprimand weighted the words. Oddly enough, had Izuku been any younger he could have mistaken the man for a disapproving parent rebuking an overly ambitious child. Albeit an extremely evil one.
+ </p>
+ <p>
+ Izuku inhaled shortly and went for it. “If there’s something I know, it’s Quirks and how they work. Maybe I don’t know you, but I don’t really need to. Quirks fall under broad categories of function. You can take and give, consent doesn’t seem to be a factor. You either can’t “see” certain types of Quirks or you need to have prior knowledge of it before you take it with what I know about your brother. Despite your <i>nom de guerre</i>, because we both know it’s not your real name, you have a history of giving multiple Quirks and causing brain damage to the receiver. You clearly aren’t impacted by those same restrictions, so it must either alter your brain mapping or adjust functions to allow for simultaneous use and storage. It also must isolate or categories the Quirks you stock, because from the few people who do remember you, you creating certain Quirks is always in the context of giving them to someone else meaning there’s probably an inherent immunity to stop it from tainting your own Quirk with a mutation,” Izuku mumbled, almost to himself. “The only thing really in question about your Quirk is the finer details and whether or not you need to maintain those features or if they’re inherent and your hard limit for holding Quirks.”
+ </p>
+ <p>
+ There was silence, for only a moment. “If only my hands were free, I would clap for such a thoughtful assessment. Clearly you’re not all brawn,” All For One positively purred. “Speculate away.” A wide and slightly unhinged smile was directed at Izuku.
+ </p>
+ <p>
+ It was all Izuku could do not to wince at the eagerness. An image of a nervous All Might, hidden in the observation room above with the grim-faced prison staff, came to mind.
+ </p>
+ <p>
+ “I note that you said thoughtful and not correct,” and Izuku breathed and unsteadily jotted it down in his notebook. “You don’t seem bothered by the guess.”
+ </p>
+ <p>
+ “Few people live long enough to question my Quirk, let alone have the talent to guess so thoughtfully at its functions. It seems we share a hobby.” There was something terribly keen in that voice that hadn’t been there before, twisting itself through the compliment.
+ </p>
+ <p>
+ “I suppose it helps that you’re playing along out of boredom,” Izuku verbally dodged, unease uncoiling itself from the back of his mind.
+ </p>
+ <p>
+ “I <i>was</i> playing along out of boredom,” All For One corrected smoothly. “Now, I’m curious. Admittedly, my prior assumptions of you weren’t generous, but I’ve been too hasty in my assessments before.”
+ </p>
+ <p>
+ “I’ll pack up and leave now if that’s the case,” Izuku replied with only half an ear on the conversation as the words on his page began to drastically expand to distract himself from the building anxiety.
+ </p>
+ <p>
+ “Sarcasm, so you do have characteristics of a normal teenager. Your willingness to maim yourself has often left me wondering…”
+ </p>
+ <p>
+ “You’re deflecting again,” Izuku observed. “I’m not sure if that’s a nervous habit for you or if you’re doing it because I’m close to being right about your Quirk. That being said, I don’t think you know what a normal teenager is if Shigaraki is any indication. He’s about seven years too late for his rebellious phase.”
+ </p>
+ <p>
+ “I’m hurt and offended,” came the amused reply.
+ </p>
+ <p>
+ “By how Shigaraki ended up or your parenting? You only have yourself to blame for both of them.”
+ </p>
+ <p>
+ “How harsh. Shigaraki is a product of society that birthed him. I can’t take credit for all of the hard work,” All For One laid out invitingly. Perhaps someone else would have risen to the bait, but Izuku was already packing his mental bags and heading for the door.
+ </p>
+ <p>
+ Clearly the prisoner’s anticipation had registered poorly with someone in the observation room, because a voice rang through the air. “Time’s up Midoriya-kun.”
+ </p>
+ <p>
+ “Okay!” Izuku called back and etched out his last thoughtful of words, untangled his legs and rose to his feet.
+ </p>
+ <p>
+ “What a shame, my visitations are always so short,” All For One spoke mournfully.
+ </p>
+ <p>
+ “Well, you did blow up half a city. They could have just let you suffocate instead. Same time next week, then?” Izuku offered brightly, notebook stuffed into a pocket and was followed out the door by wheezing laughter.
+ </p>
+ <p>
+ It was only after he had made it safely back to the communal room where All Might waited did he allow the spring to fade from his step and discard his nervous smile. Shuddering, he turned to All Might whose face was set in a grimace.
+ </p>
+ <p>
+ “I won’t say I told you so,” All Might offered, perched on the edge of his couch like a misshapen vulture.
+ </p>
+ <p>
+ “He’s… not really what I was expecting. I was expecting someone, more openly evil.” Izuku allowed himself to collapse into the leather of the seat. He shakily reached for the warm tea that had been clearly been prepared the moment Izuku left the cell. “I suppose he does it to lull people into a false sense of security. I didn’t understand how someone with only half a set of expressions could have “villain” written all over them until I met him.”
+ </p>
+ <p>
+ “He’s always been like that. He feigns concern and sympathy to lure in society’s outcasts. They’re easy targets,” All Might said through a mouthful of biscuit.
+ </p>
+ <p>
+ “Has he ever tried it on any of the One For All successors?”
+ </p>
+ <p>
+ “Not really, but you might have accidentally given him the incentive for it. He never had access to any of the One For All wielders while they were young.” All Might snorted, “not that it’ll make a difference with you”.
+ </p>
+ <p>
+ “I think he was trying to gauge me for a world view before the wardens ended it. I need more time to work out his response to the stuff on his Quirk.”
+ </p>
+ <p>
+ “He’s conversation starved since it’s solitary confinement. If what the people monitoring his brain activity said was true, you’re the most exciting thing to have happened to him in months. He replied after you left, said he was looking forward to it.”
+ </p>
+ <p>
+ “That’s pretty sad."
+ </p>
+ <p>
+ “It’s even sadder that we’re the only two members of the public who have had anything to do with him. Stain gets a pile of mail from his “fans”, but All For One has nothing,” All Might waved a tea spoon. “That’s what he gets.”
+ </p>
+ <p>
+ “Let’s get out of here and tell Detective Tsukauchi how it went.” Izuku gulped down his tea and headed for the exit, with him and All Might reaching it at roughly the same amount of time.
+ </p>
+ <p>
+ “At least your mum’s making katsudon for us tonight," was All Might's only optimistic comment.
+ </p>
+ <p>
+ Anxiety was still ebbing over Izuku after Tsukauchi had been debriefed in the car.
+ </p>
+ <p>
+ <i>“It seems we share a hobby.”</i> Haunted Izuku on the drive home. As if ripping someone’s Quirk from them and leaving them lying traumatised on the ground was just a fun pastime and not an act of grievous bodily harm.
+ </p>
+ <p>
+ And he’d be dealing with him again in another week.
+ </p>
+ </div><!--/main-->
+ </div><!-- end of cache -->
+ </div>
+ </div><!-- END work skin -->
+ </div><!-- END work -->
+ <!-- BEGIN comment section -->
+ <!-- Gets embedded anywhere we need to list comments on a top-level commentable. We need the local variable "commentable" here. -->
+ <div id="feedback" class="feedback" role="complementary">
+ <h3 class="landmark heading">
+ Actions
+ </h3>
+ <ul class="actions" role="navigation">
+ <li>
+ <a href="#main">↑ Top</a>
+ </li>
+ <li>
+ <a href="/works/11808918/chapters/26796918#workskin">Next Chapter →</a>
+ </li>
+ <li>
+ <form id="new_kudo" action="/kudos" accept-charset="UTF-8" method="post" name="new_kudo">
+ <input name="utf8" type="hidden" value="✓" /><input type="hidden" name="authenticity_token" value="aGSlsAQMFHzLlh5ck7GJ0oNBgrtQtpYZmXVgjk2RsxoiyHw91kQSFZSKM33riF+ow0t+NZfZUT45qXCRC7/sgA==" /> <input value="11808918" type="hidden" name="kudo[commentable_id]" id="kudo_commentable_id" /> <input value="Work" type="hidden" name="kudo[commentable_type]" id="kudo_commentable_type" /> <input type="submit" name="commit" value="Kudos ♥" id="kudo_submit" />
+ </form>
+ </li>
+ <li id="show_comments_link">
+ <a data-remote="true" href="/comments/show_comments?chapter_id=26640231">Comments (74)</a>
+ </li>
+ </ul>
+ <div id="kudos_message"></div>
+ <h3 class="landmark heading">
+ <a name="comments" id="comments">Comments</a>
+ </h3>
+ <div id="kudos">
+ <p class="kudos">
+ <a href="/users/KuroKitsuneNoYoko">KuroKitsuneNoYoko</a>, <a href="/users/Senpakuxkira">Senpakuxkira</a>, <a href="/users/jennyjenka">jennyjenka</a>, <a href="/users/nicarose24">nicarose24</a>, <a href="/users/Devilspawn2002">Devilspawn2002</a>, <a href="/users/fixatro">fixatro</a>, <a href="/users/FeltLikeWritingAndHereIAm">FeltLikeWritingAndHereIAm</a>, <a href="/users/ShareBearNat">ShareBearNat</a>, <a href="/users/Revolvers_and_violets">Revolvers_and_violets</a>, <a href="/users/girl_with_a_sword">girl_with_a_sword</a>, <a href="/users/PerrinOfApples">PerrinOfApples</a>, <a href="/users/Sky_King">Sky_King</a>, <a href="/users/gREat_unreST">gREat_unreST</a>, <a href="/users/Sayriel">Sayriel</a>, <a href="/users/SpaceJonah">SpaceJonah</a>, <a href="/users/Sofiacasdfg">Sofiacasdfg</a>, <a href="/users/thelackvoid">thelackvoid</a>, <a href="/users/WormhuskCrown">WormhuskCrown</a>, <a href="/users/Juiji">Juiji</a>, <a href="/users/Graykip">Graykip</a>, <a href="/users/Lunatsuki">Lunatsuki</a>, <a href="/users/KaitoKitsune">KaitoKitsune</a>, <a href="/users/ShadowYonni">ShadowYonni</a>, <a href="/users/A_regrettable_choice_of_words">A_regrettable_choice_of_words</a>, <a href="/users/Atriel">Atriel</a>, <a href="/users/Kiki_Inu_Page">Kiki_Inu_Page</a>, <a href="/users/Athi816">Athi816</a>, <a href="/users/Andrea_Victoria">Andrea_Victoria</a>, <a href="/users/LeafoftheFox">LeafoftheFox</a>, <a href="/users/Iateyourcookies">Iateyourcookies</a>, <a href="/users/AirQuotes">AirQuotes</a>, <a href="/users/octaviaxanadu">octaviaxanadu</a>, <a href="/users/DemiwitchWinchester">DemiwitchWinchester</a>, <a href="/users/November_Clouds">November_Clouds</a>, <a href="/users/LittleNovaStar">LittleNovaStar</a>, <a href="/users/Dolema">Dolema</a>, <a href="/users/yuki_27">yuki_27</a>, <a href="/users/TS4Life">TS4Life</a>, <a href="/users/prince_doomed">prince_doomed</a>, <a href="/users/MemeticWarfare">MemeticWarfare</a>, <a href="/users/Lethe_Rem">Lethe_Rem</a>, <a href="/users/improbablyamartian">improbablyamartian</a>, <a href="/users/charm13insomnia">charm13insomnia</a>, <a href="/users/Whoevenisshe">Whoevenisshe</a>, <a href="/users/Scaledraws">Scaledraws</a>, <a href="/users/Dawwnni">Dawwnni</a>, <a href="/users/loganesque">loganesque</a>, <a href="/users/lil_uno">lil_uno</a>, <a href="/users/kusibi21">kusibi21</a>, <a href="/users/derbelisca">derbelisca</a>, <a id="kudos_summary" href="/works/11808918/kudos">and 3711 more users</a> <span class="kudos_expanded hidden"><a href="/users/Aquamarine_Ocean">Aquamarine_Ocean</a>, <a href="/users/Noone_is_Perfect_Im_noone">Noone_is_Perfect_Im_noone</a>, <a href="/users/FireInYourDreams">FireInYourDreams</a>, <a href="/users/JaceTheAce34">JaceTheAce34</a>, <a href="/users/StallingforGreatness">StallingforGreatness</a>, <a href="/users/flushed_flue">flushed_flue</a>, <a href="/users/Kriegswolf">Kriegswolf</a>, <a href="/users/blue_birb">blue_birb</a>, <a href="/users/Krakenonkrack437">Krakenonkrack437</a>, <a href="/users/Goblin17">Goblin17</a>, <a href="/users/alchemicalApocalypse">alchemicalApocalypse</a>, <a href="/users/tunafishprincess">tunafishprincess</a>, <a href="/users/loving_1D_louiszaynniallharryliam">loving_1D_louiszaynniallharryliam</a>, <a href="/users/Briknanana">Briknanana</a>, <a href="/users/Jocelyn523">Jocelyn523</a>, <a href="/users/ImaDMS">ImaDMS</a>, <a href="/users/Ahriel_sinalas">Ahriel_sinalas</a>, <a href="/users/Moonyshewolf">Moonyshewolf</a>, <a href="/users/original_name_that_i_thought_of">original_name_that_i_thought_of</a>, <a href="/users/Silkesukkermaas">Silkesukkermaas</a>, <a href="/users/1existential_melon">1existential_melon</a>, <a href="/users/Embrexial">Embrexial</a>, <a href="/users/sophiekwat">sophiekwat</a>, <a href="/users/wisdoms_daughter">wisdoms_daughter</a>, <a href="/users/myabug01">myabug01</a>, <a href="/users/TsukiNona">TsukiNona</a>, <a href="/users/miraculousemily47">miraculousemily47</a>, <a href="/users/TheLivingParadox">TheLivingParadox</a>, <a href="/users/white_goddess">white_goddess</a>, <a href="/users/heartofthetardis">heartofthetardis</a>, <a href="/users/Kitkat886">Kitkat886</a>, <a href="/users/Soapdish">Soapdish</a>, <a href="/users/iStarryNights">iStarryNights</a>, <a href="/users/LogicalChocolate">LogicalChocolate</a>, <a href="/users/fukk_life">fukk_life</a>, <a href="/users/Color_Me_Curious">Color_Me_Curious</a>, <a href="/users/Alexhound">Alexhound</a>, <a href="/users/CrazyHope13">CrazyHope13</a>, <a href="/users/Domic6381">Domic6381</a>, <a href="/users/MPDPOP">MPDPOP</a>, <a href="/users/AvelineGardener">AvelineGardener</a>, <a href="/users/kissmeoverthegardengate">kissmeoverthegardengate</a>, <a href="/users/Vnersacc">Vnersacc</a>, <a href="/users/Meteora_Midoriya">Meteora_Midoriya</a>, <a href="/users/HypnosThanatosTwin">HypnosThanatosTwin</a>, <a href="/users/EmberRose1434">EmberRose1434</a>, <a href="/users/xanmanmurc">xanmanmurc</a>, <a href="/users/variegated_fox">variegated_fox</a>, <a href="/users/Severus_Prince_Slytherin">Severus_Prince_Slytherin</a>, <a href="/users/Happyowl626">Happyowl626</a>, <a href="/users/Harper_warc">Harper_warc</a>, <a href="/users/Even_the_darkest_light_shines">Even_the_darkest_light_shines</a>, <a href="/users/desertbrass">desertbrass</a>, <a href="/users/Aldwych">Aldwych</a>, <a href="/users/SomniumOfLight">SomniumOfLight</a>, <a href="/users/Painter40">Painter40</a>, <a href="/users/Shadowhope">Shadowhope</a>, <a href="/users/Dragon_Inherited">Dragon_Inherited</a>, <a href="/users/qyootea">qyootea</a>, <a href="/users/daeen">daeen</a>, <a href="/users/Anonymous_Nerb">Anonymous_Nerb</a>, <a href="/users/FalseTale48">FalseTale48</a>, <a href="/users/AsianAmu">AsianAmu</a>, <a href="/users/Flashbunny">Flashbunny</a>, <a href="/users/burningclaw2">burningclaw2</a>, <a href="/users/blender_bros">blender_bros</a>, <a href="/users/ScarletRoofs">ScarletRoofs</a>, <a href="/users/We_All_Live_Under_The_Same_Sky">We_All_Live_Under_The_Same_Sky</a>, <a href="/users/clydeboi">clydeboi</a>, <a href="/users/BethBirthstone">BethBirthstone</a>, <a href="/users/artisticDragon074639">artisticDragon074639</a>, <a href="/users/Spiritmusician">Spiritmusician</a>, <a href="/users/xochiquetzalq">xochiquetzalq</a>, <a href="/users/Quantumsouls">Quantumsouls</a>, <a href="/users/Margui_hope">Margui_hope</a>, <a href="/users/EchoBass">EchoBass</a>, <a href="/users/se34">se34</a>, <a href="/users/Felkros">Felkros</a>, <a href="/users/15mitchelln">15mitchelln</a>, <a href="/users/StarBreaker">StarBreaker</a>, <a href="/users/Maerit">Maerit</a>, <a href="/users/Spark_of_Resistance">Spark_of_Resistance</a>, <a href="/users/StarBrightOtaku">StarBrightOtaku</a>, <a href="/users/JadeDrake">JadeDrake</a>, <a href="/users/Cinniomon">Cinniomon</a>, <a href="/users/IQ_Of_KaminariDenki">IQ_Of_KaminariDenki</a>, <a href="/users/Pyrite_Alchemist">Pyrite_Alchemist</a>, <a href="/users/mimomu">mimomu</a>, <a href="/users/KierWrites">KierWrites</a>, <a href="/users/Flaminga_Bazinga">Flaminga_Bazinga</a>, <a href="/users/Eren_AckermanX">Eren_AckermanX</a>, <a href="/users/eyeball_kid">eyeball_kid</a>, <a href="/users/Ibreaktheverse">Ibreaktheverse</a>, <a href="/users/wherermysocks">wherermysocks</a>, <a href="/users/raspberryicecreampls">raspberryicecreampls</a>, <a href="/users/MusingWordsmith">MusingWordsmith</a>, <a href="/users/LlamaSenpai">LlamaSenpai</a>, <a href="/users/Firefly_xo">Firefly_xo</a>, <a href="/users/Nes">Nes</a>, <a href="/users/Demifailure">Demifailure</a>, <a href="/users/WillowedMist">WillowedMist</a>, <a href="/users/draconicTemplar">draconicTemplar</a>, <a href="/users/lilaclily00">lilaclily00</a>, <a href="/users/Aramet">Aramet</a>, <a href="/users/allseer15">allseer15</a>, <a href="/users/BluJay27">BluJay27</a>, <a href="/users/lulufan54321">lulufan54321</a>, <a href="/users/Happy_little_pill">Happy_little_pill</a>, <a href="/users/KittyWitty">KittyWitty</a>, <a href="/users/loligadi">loligadi</a>, <a href="/users/Bastardwithbadtaste">Bastardwithbadtaste</a>, <a href="/users/Hyteha">Hyteha</a>, <a href="/users/fieryangel9067">fieryangel9067</a>, <a href="/users/Ohboiohboi">Ohboiohboi</a>, <a href="/users/Evie31">Evie31</a>, <a href="/users/warmkettlesandflowerpetals">warmkettlesandflowerpetals</a>, <a href="/users/RunawayDeviant">RunawayDeviant</a>, <a href="/users/LokidottirBlack">LokidottirBlack</a>, <a href="/users/Senritsuka">Senritsuka</a>, <a href="/users/CyberRoses">CyberRoses</a>, <a href="/users/shewhosnarks">shewhosnarks</a>, <a href="/users/edelweiss123">edelweiss123</a>, <a href="/users/CosmicMerman">CosmicMerman</a>, <a href="/users/ATS3">ATS3</a>, <a href="/users/mattdarsh">mattdarsh</a>, <a href="/users/Nara93">Nara93</a>, <a href="/users/BluBerryPi">BluBerryPi</a>, <a href="/users/BrightShadow">BrightShadow</a>, <a href="/users/KYS112804">KYS112804</a>, <a href="/users/gogito167">gogito167</a>, <a href="/users/StarFisher91">StarFisher91</a>, <a href="/users/Little_Kiwi_33">Little_Kiwi_33</a>, <a href="/users/Linariel">Linariel</a>, <a href="/users/Kr15xxx">Kr15xxx</a>, <a href="/users/Nicoliiita150">Nicoliiita150</a>, <a href="/users/DeerMauve">DeerMauve</a>, <a href="/users/DreamOfStarsAndRoses">DreamOfStarsAndRoses</a>, <a href="/users/writerwithoutcause">writerwithoutcause</a>, <a href="/users/OrionRigel">OrionRigel</a>, <a href="/users/tavishramsus">tavishramsus</a>, <a href="/users/MikazukiNara">MikazukiNara</a>, <a href="/users/Sh1kaN4RU_iSnoIcE">Sh1kaN4RU_iSnoIcE</a>, <a href="/users/Potlood101">Potlood101</a>, <a href="/users/Royiah">Royiah</a>, <a href="/users/domino54">domino54</a>, <a href="/users/SlyStrike">SlyStrike</a>, <a href="/users/Nuhnu">Nuhnu</a>, <a href="/users/peachandwillow">peachandwillow</a>, <a href="/users/LavendarLlama">LavendarLlama</a>, <a href="/users/pinestripes">pinestripes</a>, <a href="/users/ItStartsWithZ">ItStartsWithZ</a>, <a href="/users/Numeri">Numeri</a>, <a href="/users/LivesOffFanfics">LivesOffFanfics</a>, <a href="/users/Geek_leak">Geek_leak</a>, <a href="/users/Surprise_And_Fear">Surprise_And_Fear</a>, <a href="/users/moon01234">moon01234</a>, <a href="/users/BankaiGetsuga">BankaiGetsuga</a>, <a href="/users/sassiiscute">sassiiscute</a>, <a href="/users/CaptainTardis">CaptainTardis</a>, <a href="/users/the17thmuse">the17thmuse</a>, <a href="/users/ForestTrespass">ForestTrespass</a>, <a href="/users/Punk_Wendy">Punk_Wendy</a>, <a href="/users/Nam_Channy">Nam_Channy</a>, <a href="/users/Shionosekai">Shionosekai</a>, <a href="/users/Desmid13">Desmid13</a>, <a href="/users/Itis4amAndINeedSleep">Itis4amAndINeedSleep</a>, <a href="/users/Bisexual_Bastard">Bisexual_Bastard</a>, <a href="/users/Aj2000">Aj2000</a>, <a href="/users/jazaa">jazaa</a>, <a href="/users/Guccieyebags">Guccieyebags</a>, <a href="/users/dhyetaX1999">dhyetaX1999</a>, <a href="/users/RoseAppleThai">RoseAppleThai</a>, <a href="/users/Kate_GoldenHeart">Kate_GoldenHeart</a>, <a href="/users/Somnios">Somnios</a>, <a href="/users/Chelipede">Chelipede</a>, <a href="/users/finfangirl">finfangirl</a>, <a href="/users/sibyllinesun">sibyllinesun</a>, <a href="/users/LostLurker">LostLurker</a>, <a href="/users/Sendcakesandcookies">Sendcakesandcookies</a>, <a href="/users/FrickinGwaine">FrickinGwaine</a>, <a href="/users/Starspawn">Starspawn</a>, <a href="/users/TwoDays_of_Summer">TwoDays_of_Summer</a>, <a href="/users/DoomsdayBeamXD">DoomsdayBeamXD</a>, <a href="/users/AccioWalnut">AccioWalnut</a>, <a href="/users/Aiden_hunter">Aiden_hunter</a>, <a href="/users/SavannahBanana314">SavannahBanana314</a>, <a href="/users/HunterR">HunterR</a>, <a href="/users/Johnblue">Johnblue</a>, <a href="/users/Zgirlly">Zgirlly</a>, <a href="/users/TheJStar6">TheJStar6</a>, <a href="/users/TrishFish7">TrishFish7</a>, <a href="/users/Daidaiiro">Daidaiiro</a>, <a href="/users/Itsc">Itsc</a>, <a href="/users/Jocoserious_Oddity">Jocoserious_Oddity</a>, <a href="/users/LihaneeNiess">LihaneeNiess</a>, <a href="/users/spedicorn">spedicorn</a>, <a href="/users/xorph">xorph</a>, <a href="/users/Nettle29">Nettle29</a>, <a href="/users/Exa65536">Exa65536</a>, <a href="/users/Esoulix">Esoulix</a>, <a href="/users/Naluforever3">Naluforever3</a>, <a href="/users/KnownParadox">KnownParadox</a>, <a href="/users/Quitalea">Quitalea</a>, <a href="/users/Kuro611">Kuro611</a>, <a href="/users/SeraphWithAShotgun">SeraphWithAShotgun</a>, <a href="/users/Writeous">Writeous</a>, <a href="/users/ASuperHugeNerd">ASuperHugeNerd</a>, <a href="/users/vanxuil">vanxuil</a>, <a href="/users/Sofia1502">Sofia1502</a>, <a href="/users/Xiolluc">Xiolluc</a>, <a href="/users/NiaKoks">NiaKoks</a>, <a href="/users/JaySlayz05">JaySlayz05</a>, <a href="/users/prythian">prythian</a>, <a href="/users/KaiaLavellan">KaiaLavellan</a>, <a href="/users/William_E_Cipher13">William_E_Cipher13</a>, <a href="/users/Periwinkle_petuniak">Periwinkle_petuniak</a>, <a href="/users/Milho">Milho</a>, <a href="/users/LadyoftheNight">LadyoftheNight</a>, <a href="/users/givemeyourname">givemeyourname</a>, <a href="/users/Emissary_of_Stuff">Emissary_of_Stuff</a>, <a href="/users/MiyukiOkami4">MiyukiOkami4</a>, <a href="/users/Uhohletsnot">Uhohletsnot</a>, <a href="/users/Keekry">Keekry</a>, <a href="/users/SaitamaSenpai">SaitamaSenpai</a>, <a href="/users/ebil_angel">ebil_angel</a>, <a href="/users/tigers1661">tigers1661</a>, <a href="/users/imnothere121">imnothere121</a>, <a href="/users/XxChronOblivionxX">XxChronOblivionxX</a>, <a href="/users/Koltrast">Koltrast</a>, <a href="/users/eusojgeraldo">eusojgeraldo</a>, <a href="/users/Ranubis">Ranubis</a>, <a href="/users/Arkham_Wyntier">Arkham_Wyntier</a>, <a href="/users/RainySoul">RainySoul</a>, <a href="/users/Izuka_Ren">Izuka_Ren</a>, <a href="/users/Popiplant">Popiplant</a>, <a href="/users/Doodlebotbop">Doodlebotbop</a>, <a href="/users/bloodinamug">bloodinamug</a>, <a href="/users/StopStealingMyShoes">StopStealingMyShoes</a>, <a href="/users/aquagirl555">aquagirl555</a>, <a href="/users/Theatrix">Theatrix</a>, <a href="/users/Aubri96">Aubri96</a>, <a href="/users/EscapingPerfection">EscapingPerfection</a>, <a href="/users/Arinna_Neo_Conquerra">Arinna_Neo_Conquerra</a>, <a href="/users/YeetYeet_NootNoot">YeetYeet_NootNoot</a>, <a href="/users/EternalDisc">EternalDisc</a>, <a href="/users/MaesHughes">MaesHughes</a>, <a href="/users/sophycroft">sophycroft</a>, <a href="/users/StellasVidere">StellasVidere</a>, <a href="/users/saya1998">saya1998</a>, <a href="/users/AnisEileen">AnisEileen</a>, <a href="/users/Addemiusinksoul">Addemiusinksoul</a>, <a href="/users/Stratagemini">Stratagemini</a>, <a href="/users/AkiraYuni">AkiraYuni</a>, <a href="/users/Mazongian">Mazongian</a>, <a href="/users/nekofangirl101">nekofangirl101</a>, <a href="/users/saeranisbaeran1030">saeranisbaeran1030</a>, <a href="/users/simple_velleity">simple_velleity</a>, <a href="/users/Jiryrig">Jiryrig</a>, <a href="/users/FanFicFan13">FanFicFan13</a>, <a href="/users/Dragons_Bane">Dragons_Bane</a>, <a href="/users/pointyellan">pointyellan</a>, <a href="/users/nodza">nodza</a>, <a href="/users/crionsmush">crionsmush</a>, <a href="/users/randomuser3">randomuser3</a>, <a href="/users/HyperionMalfoy">HyperionMalfoy</a>, <a href="/users/Samlikespigs">Samlikespigs</a>, <a href="/users/TeaGreen">TeaGreen</a>, <a href="/users/kitchensync">kitchensync</a>, <a href="/users/Claup_loves_pie">Claup_loves_pie</a>, <a href="/users/PirateDetective01">PirateDetective01</a>, <a href="/users/ChiakiBestGamer">ChiakiBestGamer</a>, <a href="/users/Allstarall">Allstarall</a>, <a href="/users/nicomad">nicomad</a>, <a href="/users/henderson28">henderson28</a>, <a href="/users/Sammyjoco">Sammyjoco</a>, <a href="/users/katachresis">katachresis</a>, <a href="/users/c_ssius">c_ssius</a>, <a href="/users/AnimeLover513">AnimeLover513</a>, <a href="/users/FallenShadow950">FallenShadow950</a>, <a href="/users/Eren_Agreste">Eren_Agreste</a>, <a href="/users/The_Mythical_Bookwyrm">The_Mythical_Bookwyrm</a>, <a href="/users/imhaving_yourbaby">imhaving_yourbaby</a>, <a href="/users/Zelando555">Zelando555</a>, <a href="/users/RowlettLesbian">RowlettLesbian</a>, <a href="/users/Bocchaneko">Bocchaneko</a>, <a href="/users/onewhodies">onewhodies</a>, <a href="/users/noflatsnosharps">noflatsnosharps</a>, <a href="/users/hanarsweater">hanarsweater</a>, <a href="/users/Discord_world">Discord_world</a>, <a href="/users/lionjazz45">lionjazz45</a>, <a href="/users/SwirlingDreams">SwirlingDreams</a>, <a href="/users/Animegirl317">Animegirl317</a>, <a href="/users/Spiritfox412">Spiritfox412</a>, <a href="/users/InsertEndCredits">InsertEndCredits</a>, <a href="/users/space_race">space_race</a>, <a href="/users/heart_of_the_devil">heart_of_the_devil</a>, <a href="/users/Karmania">Karmania</a>, <a href="/users/DarylSun">DarylSun</a>, <a href="/users/egwenechapters">egwenechapters</a>, <a href="/users/freakin_out">freakin_out</a>, <a href="/users/mOssiChryrz">mOssiChryrz</a>, <a href="/users/Kallen99">Kallen99</a>, <a href="/users/quinluna">quinluna</a>, <a href="/users/DarkkBluee">DarkkBluee</a>, <a href="/users/Foggydaysahead">Foggydaysahead</a>, <a href="/users/thechargrey">thechargrey</a>, <a href="/users/Sekkaii">Sekkaii</a>, <a href="/users/Tukata733">Tukata733</a>, <a href="/users/KittyMina3">KittyMina3</a>, <a href="/users/dropsofargent">dropsofargent</a>, <a href="/users/The_Dark_Side_Of_The_Moon74">The_Dark_Side_Of_The_Moon74</a>, <a href="/users/AikaStrum">AikaStrum</a>, <a href="/users/drippingmoonwax">drippingmoonwax</a>, <a href="/users/iremi678">iremi678</a>, <a href="/users/A_Crazy_Potato">A_Crazy_Potato</a>, <a href="/users/Zim">Zim</a>, <a href="/users/WhiteDoe">WhiteDoe</a>, <a href="/users/Jenson1990">Jenson1990</a>, <a href="/users/magic_cherry_pie">magic_cherry_pie</a>, <a href="/users/Anon42">Anon42</a>, <a href="/users/crossroadswrite">crossroadswrite</a>, <a href="/users/Bioslayer">Bioslayer</a>, <a href="/users/Markala">Markala</a>, <a href="/users/nog">nog</a>, <a href="/users/IceLily">IceLily</a>, <a href="/users/kattrina123">kattrina123</a>, <a href="/users/JessSprinkles">JessSprinkles</a>, <a href="/users/FenValkyrie">FenValkyrie</a>, <a href="/users/Sno0o0o0o0py">Sno0o0o0o0py</a>, <a href="/users/saraphynx">saraphynx</a>, <a href="/users/aWizardDidIt">aWizardDidIt</a>, <a href="/users/Lazy_Hitoshi">Lazy_Hitoshi</a>, <a href="/users/Sehri">Sehri</a>, <a href="/users/teenage_dystopian_book_nerd">teenage_dystopian_book_nerd</a>, <a href="/users/HellboundShadow">HellboundShadow</a>, <a href="/users/Aquila_Altair">Aquila_Altair</a>, <a href="/users/The_GrandWolf">The_GrandWolf</a>, <a href="/users/AnyMoreBrightIdeas">AnyMoreBrightIdeas</a>, <a href="/users/MidnightFenrir">MidnightFenrir</a>, <a href="/users/Bahey">Bahey</a>, <a href="/users/AriaPMDEoL">AriaPMDEoL</a>, <a href="/users/QueenQuinn">QueenQuinn</a>, <a href="/users/gaviotta1">gaviotta1</a>, <a href="/users/Exo7421">Exo7421</a>, <a href="/users/Catzooa">Catzooa</a>, <a href="/users/LumenWatch">LumenWatch</a>, <a href="/users/tatsuhiro">tatsuhiro</a>, <a href="/users/thebuttofexo">thebuttofexo</a>, <a href="/users/Iris_Nss">Iris_Nss</a>, <a href="/users/Blacknekopower">Blacknekopower</a>, <a href="/users/Sgcohn18">Sgcohn18</a>, <a href="/users/jaspeada0928">jaspeada0928</a>, <a href="/users/Spiritedaway1997">Spiritedaway1997</a>, <a href="/users/TheBrightNoise">TheBrightNoise</a>, <a href="/users/ultimatequeenoffandoms">ultimatequeenoffandoms</a>, <a href="/users/LokasennaHiddleston">LokasennaHiddleston</a>, <a href="/users/FreddieFerret">FreddieFerret</a>, <a href="/users/fannydespres">fannydespres</a>, <a href="/users/Wowza_subway">Wowza_subway</a>, <a href="/users/Melancholy_Pug">Melancholy_Pug</a>, <a href="/users/Galacti_Turtle">Galacti_Turtle</a>, <a href="/users/fififlame_mangafan">fififlame_mangafan</a>, <a href="/users/CyanRaven">CyanRaven</a>, <a href="/users/Cosmic_Spaceship">Cosmic_Spaceship</a>, <a href="/users/peacefulfaerie">peacefulfaerie</a>, <a href="/users/Shin_Akazawa">Shin_Akazawa</a>, <a href="/users/lucilu">lucilu</a>, <a href="/users/qori">qori</a>, <a href="/users/Silverstring">Silverstring</a>, <a href="/users/ireallydunno">ireallydunno</a>, <a href="/users/chokinghazard135">chokinghazard135</a>, <a href="/users/Lawrenciumbash42">Lawrenciumbash42</a>, <a href="/users/belbug210">belbug210</a>, <a href="/users/Crazycat289">Crazycat289</a>, <a href="/users/Disasternoj">Disasternoj</a>, <a href="/users/skywright">skywright</a>, <a href="/users/Klance_In_My_Pants">Klance_In_My_Pants</a>, <a href="/users/KinkyKatsudon">KinkyKatsudon</a>, <a href="/users/BokUgglan">BokUgglan</a>, <a href="/users/lurking_dragon">lurking_dragon</a>, <a href="/users/anary2002">anary2002</a>, <a href="/users/AkiseAru1010">AkiseAru1010</a>, <a href="/users/So_Yeah_Lolo">So_Yeah_Lolo</a>, <a href="/users/Dustier7">Dustier7</a>, <a href="/users/taytot777">taytot777</a>, <a href="/users/Zilluminate">Zilluminate</a>, <a href="/users/BlackPantherFandoms">BlackPantherFandoms</a>, <a href="/users/MidnightAvenger">MidnightAvenger</a>, <a href="/users/Pownbattle">Pownbattle</a>, <a href="/users/UltraQueenOfTheNerds">UltraQueenOfTheNerds</a>, <a href="/users/AlbiNora">AlbiNora</a>, <a href="/users/kixxy23">kixxy23</a>, <a href="/users/Cosmic_Colors">Cosmic_Colors</a>, <a href="/users/DumbBitchWitch">DumbBitchWitch</a>, <a href="/users/620_knock_on_wood_202525">620_knock_on_wood_202525</a>, <a href="/users/butthulu">butthulu</a>, <a href="/users/RamenNoodlesAndTeaPlease">RamenNoodlesAndTeaPlease</a>, <a href="/users/sapassde">sapassde</a>, <a href="/users/Livindina">Livindina</a>, <a href="/users/Quirky_Individual">Quirky_Individual</a>, <a href="/users/Peribow">Peribow</a>, <a href="/users/kittyissac">kittyissac</a>, <a href="/users/KinkyDeathMagic">KinkyDeathMagic</a>, <a href="/users/Curses">Curses</a>, <a href="/users/Mysifuss">Mysifuss</a>, <a href="/users/melon_bread">melon_bread</a>, <a href="/users/Scy2007yay">Scy2007yay</a>, <a href="/users/Fire_on_Ice">Fire_on_Ice</a>, <a href="/users/Nrlliyna">Nrlliyna</a>, <a href="/users/Puppetmaster13">Puppetmaster13</a>, <a href="/users/MeltedTeeth">MeltedTeeth</a>, <a href="/users/BlueBloodjay16">BlueBloodjay16</a>, <a href="/users/atrumnemus">atrumnemus</a>, <a href="/users/bookworm_94">bookworm_94</a>, <a href="/users/MrPrecedent">MrPrecedent</a>, <a href="/users/Silsmcginty">Silsmcginty</a>, <a href="/users/Atalante241">Atalante241</a>, <a href="/users/Juleswrites">Juleswrites</a>, <a href="/users/NoNameCrushedStar">NoNameCrushedStar</a>, <a href="/users/ayienne">ayienne</a>, <a href="/users/Alinicia">Alinicia</a>, <a href="/users/TyRose">TyRose</a>, <a href="/users/0and0the0only0one0that0is0not0working0">0and0the0only0one0that0is0not0working0</a>, <a href="/users/AnaDielle">AnaDielle</a>, <a href="/users/Shadowedred">Shadowedred</a>, <a href="/users/cyber_phobia">cyber_phobia</a>, <a href="/users/Melfog">Melfog</a>, <a href="/users/AyaVoltaire">AyaVoltaire</a>, <a href="/users/penpaulkon46">penpaulkon46</a>, <a href="/users/Jaided_x">Jaided_x</a>, <a href="/users/Joewue">Joewue</a>, <a href="/users/Louise_Tjadina">Louise_Tjadina</a>, <a href="/users/Ronnambi">Ronnambi</a>, <a href="/users/Ocean_On_Fire">Ocean_On_Fire</a>, <a href="/users/Acwellen">Acwellen</a>, <a href="/users/timelords_as_paladins">timelords_as_paladins</a>, <a href="/users/Laineygaynee">Laineygaynee</a>, <a href="/users/Kyran_Kandosa">Kyran_Kandosa</a>, <a href="/users/JohnDaDragon">JohnDaDragon</a>, <a href="/users/PandaCatXD">PandaCatXD</a>, <a href="/users/L_Anna">L_Anna</a>, <a href="/users/theNewDesire">theNewDesire</a>, <a href="/users/experimentaldrama">experimentaldrama</a>, <a href="/users/drpepper_and_takis_for_lunch">drpepper_and_takis_for_lunch</a>, <a href="/users/Shanter317">Shanter317</a>, <a href="/users/IceBlack">IceBlack</a>, <a href="/users/Missingjay">Missingjay</a>, <a href="/users/Silvershadowleaf">Silvershadowleaf</a>, <a href="/users/SioSpace">SioSpace</a>, <a href="/users/Yoshikitty">Yoshikitty</a>, <a href="/users/Noxilicious">Noxilicious</a>, <a href="/users/zitacica">zitacica</a>, <a href="/users/Ntchick">Ntchick</a>, <a href="/users/IsThatHowItsSpelled">IsThatHowItsSpelled</a>, <a href="/users/LadyDragonrain">LadyDragonrain</a>, <a href="/users/matchasoba">matchasoba</a>, <a href="/users/Ahlala">Ahlala</a>, <a href="/users/Cake55">Cake55</a>, <a href="/users/Tyto11">Tyto11</a>, <a href="/users/Zafar">Zafar</a>, <a href="/users/AstaraelDarkrahBlack">AstaraelDarkrahBlack</a>, <a href="/users/jrmyknx">jrmyknx</a>, <a href="/users/TheOsirisDeclaration">TheOsirisDeclaration</a>, <a href="/users/Ukelene">Ukelene</a>, <a href="/users/kickassdani">kickassdani</a>, <a href="/users/AnoosLord">AnoosLord</a>, <a href="/users/ruinjvpiter">ruinjvpiter</a>, <a href="/users/Neaislove">Neaislove</a>, <a href="/users/jt1993">jt1993</a>, <a href="/users/Choul__Gat">Choul__Gat</a>, <a href="/users/Jak8714">Jak8714</a>, <a href="/users/Akashi_Seijiro">Akashi_Seijiro</a>, <a href="/users/DarkWine">DarkWine</a>, <a href="/users/longsufferingsigh">longsufferingsigh</a>, <a href="/users/blazingpotato42">blazingpotato42</a>, <a href="/users/lovelysandlonelys">lovelysandlonelys</a>, <a href="/users/NobuMcshoot">NobuMcshoot</a>, <a href="/users/tsos">tsos</a>, <a href="/users/MCAAZ">MCAAZ</a>, <a href="/users/DeliciousJinx">DeliciousJinx</a>, <a href="/users/notdexterousatall">notdexterousatall</a>, <a href="/users/Violetta01">Violetta01</a>, <a href="/users/amball2000">amball2000</a>, <a href="/users/ShadowNic94">ShadowNic94</a>, <a href="/users/Selenite_Flowers">Selenite_Flowers</a>, <a href="/users/iamarosegarden">iamarosegarden</a>, <a href="/users/kazuaishi">kazuaishi</a>, <a href="/users/SpookyGhost47">SpookyGhost47</a>, <a href="/users/M3G">M3G</a>, <a href="/users/lillicat">lillicat</a>, <a href="/users/Newmoon1399">Newmoon1399</a>, <a href="/users/AshleyReveur">AshleyReveur</a>, <a href="/users/monsterinthetrees">monsterinthetrees</a>, <a href="/users/sorbetlion">sorbetlion</a>, <a href="/users/weeb_with_a_need">weeb_with_a_need</a>, <a href="/users/miyunariorio">miyunariorio</a>, <a href="/users/Vesca">Vesca</a>, <a href="/users/WindSage">WindSage</a>, <a href="/users/Patolemus">Patolemus</a>, <a href="/users/Winkerpie">Winkerpie</a>, <a href="/users/Kuzman">Kuzman</a>, <a href="/users/5p1d3y_91rl">5p1d3y_91rl</a>, <a href="/users/Moonpie372">Moonpie372</a>, <a href="/users/Elder_Cryptid">Elder_Cryptid</a>, <a href="/users/Mike439">Mike439</a>, <a href="/users/Cheycheywolf">Cheycheywolf</a>, <a href="/users/InugamiGuru">InugamiGuru</a>, <a href="/users/BlackRabbit95">BlackRabbit95</a>, <a href="/users/Androdom">Androdom</a>, <a href="/users/InfernalSodaPop">InfernalSodaPop</a>, <a href="/users/Vickypedia">Vickypedia</a>, <a href="/users/HarukaNana">HarukaNana</a>, <a href="/users/TeSs_SaMuRaI">TeSs_SaMuRaI</a>, <a href="/users/gossipmonger">gossipmonger</a>, <a href="/users/Hebecious">Hebecious</a>, <a href="/users/AwesomeAllison">AwesomeAllison</a>, <a href="/users/vaste">vaste</a>, <a href="/users/Rosely">Rosely</a>, <a href="/users/Tinyponytail">Tinyponytail</a>, <a href="/users/Coolmars500">Coolmars500</a>, <a href="/users/Buzzardonic">Buzzardonic</a>, <a href="/users/CaptainPotato">CaptainPotato</a>, <a href="/users/Sethyles">Sethyles</a>, <a href="/users/vikxx91">vikxx91</a>, <a href="/users/RandomPsychoticPerson">RandomPsychoticPerson</a>, <a href="/users/Arrii77">Arrii77</a>, <a href="/users/icecat">icecat</a>, <a href="/users/littlepenguin96">littlepenguin96</a>, <a href="/users/Mistike">Mistike</a>, <a href="/users/moi1">moi1</a>, <a href="/users/Abrinei">Abrinei</a>, <a href="/users/Hachimen">Hachimen</a>, <a href="/users/pawel111223">pawel111223</a>, <a href="/users/Shiny9Tails">Shiny9Tails</a>, <a href="/users/Perky">Perky</a>, <a href="/users/Demi_Wizard">Demi_Wizard</a>, <a href="/users/friedeggs">friedeggs</a>, <a href="/users/creepycrabs">creepycrabs</a>, <a href="/users/hungryliar">hungryliar</a>, <a href="/users/RBLynn">RBLynn</a>, <a href="/users/amber_glowbug">amber_glowbug</a>, <a href="/users/lane09">lane09</a>, <a href="/users/AnnAisu">AnnAisu</a>, <a href="/users/WolfenaxDart">WolfenaxDart</a>, <a href="/users/Ok_waIT_WHAT">Ok_waIT_WHAT</a>, <a href="/users/Francis_Pomodoro">Francis_Pomodoro</a>, <a href="/users/ExplodedChocobo">ExplodedChocobo</a>, <a href="/users/Biuebeiis">Biuebeiis</a>, <a href="/users/Susurra">Susurra</a>, <a href="/users/teapot_lighthouse">teapot_lighthouse</a>, <a href="/users/AlteraWinter">AlteraWinter</a>, <a href="/users/SleepyCallaLily">SleepyCallaLily</a>, <a href="/users/c0l0r_bl1nd_n355">c0l0r_bl1nd_n355</a>, <a href="/users/legendoftheotherside">legendoftheotherside</a>, <a href="/users/Pikabolt">Pikabolt</a>, <a href="/users/Ch_ee_rios">Ch_ee_rios</a>, <a href="/users/Scoobygirl45">Scoobygirl45</a>, <a href="/users/Sorreltail24">Sorreltail24</a>, <a href="/users/KittfoxHowlett">KittfoxHowlett</a>, <a href="/users/salsas100">salsas100</a>, <a href="/users/Foxdemonsrock">Foxdemonsrock</a>, <a href="/users/quivivraverra">quivivraverra</a>, <a href="/users/Amthyst">Amthyst</a>, <a href="/users/PunkAssKid">PunkAssKid</a>, <a href="/users/ichorsun">ichorsun</a>, <a href="/users/Samaren">Samaren</a>, <a href="/users/Ovlet">Ovlet</a>, <a href="/users/Tatrin">Tatrin</a>, <a href="/users/sftjinwoo">sftjinwoo</a>, <a href="/users/honeytt">honeytt</a>, <a href="/users/Randomfandoms389">Randomfandoms389</a>, <a href="/users/A_TopHat_for_two">A_TopHat_for_two</a>, <a href="/users/XRainbowXToadXPowerX">XRainbowXToadXPowerX</a>, <a href="/users/MsMilitaryPants">MsMilitaryPants</a>, <a href="/users/MinhAnh">MinhAnh</a>, <a href="/users/Aceto_Shiobana">Aceto_Shiobana</a>, <a href="/users/cytokines">cytokines</a>, <a href="/users/LegallyGrey">LegallyGrey</a>, <a href="/users/neko6ghost">neko6ghost</a>, <a href="/users/Bodardos">Bodardos</a>, <a href="/users/Blackbird3210">Blackbird3210</a>, <a href="/users/Troubledtoffee">Troubledtoffee</a>, <a href="/users/CloudofChange">CloudofChange</a>, <a href="/users/BoundlessBlood">BoundlessBlood</a>, <a href="/users/TheDragonTribes">TheDragonTribes</a>, <a href="/users/SpareBucketTurtle">SpareBucketTurtle</a>, <a href="/users/Cante_Merle">Cante_Merle</a>, <a href="/users/Zembu_Mirume">Zembu_Mirume</a>, <a href="/users/VODLIX">VODLIX</a>, <a href="/users/otomerson">otomerson</a>, <a href="/users/Unluck">Unluck</a>, <a href="/users/MagicKit">MagicKit</a>, <a href="/users/Less_Ginger">Less_Ginger</a>, <a href="/users/exquisitesarcasm">exquisitesarcasm</a>, <a href="/users/TaeWaifu123">TaeWaifu123</a>, <a href="/users/Chromo">Chromo</a>, <a href="/users/ishouldbe_sleeping">ishouldbe_sleeping</a>, <a href="/users/herchocolateeyes">herchocolateeyes</a>, <a href="/users/TwistedHilarity">TwistedHilarity</a>, <a href="/users/liffie">liffie</a>, <a href="/users/indecisivethings">indecisivethings</a>, <a href="/users/AirKat">AirKat</a>, <a href="/users/Crumbles_Of_Reality">Crumbles_Of_Reality</a>, <a href="/users/Friendly_Neighborhood_Loser">Friendly_Neighborhood_Loser</a>, <a href="/users/Lebellerose">Lebellerose</a>, <a href="/users/cyber_inkblot">cyber_inkblot</a>, <a href="/users/Cece_Summer">Cece_Summer</a>, <a href="/users/Lil_Sdum">Lil_Sdum</a>, <a href="/users/DotLibrarian">DotLibrarian</a>, <a href="/users/m_phoenix">m_phoenix</a>, <a href="/users/Nemocyte">Nemocyte</a>, <a href="/users/amberquartz">amberquartz</a>, <a href="/users/ColbaltBlueBird">ColbaltBlueBird</a>, <a href="/users/musicformiles">musicformiles</a>, <a href="/users/Membura">Membura</a>, <a href="/users/The_Nightshade_Serpent">The_Nightshade_Serpent</a>, <a href="/users/b_heapoft">b_heapoft</a>, <a href="/users/GabeTheWriter">GabeTheWriter</a>, <a href="/users/The_Dragon_Keeper">The_Dragon_Keeper</a>, <a href="/users/cherriesxpeaches">cherriesxpeaches</a>, <a href="/users/Tuttitay7">Tuttitay7</a>, <a href="/users/strider_gum">strider_gum</a>, <a href="/users/PrinceFins">PrinceFins</a>, <a href="/users/Miomie">Miomie</a>, <a href="/users/Markus_Antonius">Markus_Antonius</a>, <a href="/users/Sayaka194992">Sayaka194992</a>, <a href="/users/TheMexicanAttacker">TheMexicanAttacker</a>, <a href="/users/SamaritanSchtick">SamaritanSchtick</a>, <a href="/users/imprismed">imprismed</a>, <a href="/users/Jcjonesacp">Jcjonesacp</a>, <a href="/users/Yuurix3">Yuurix3</a>, <a href="/users/Rainwhen">Rainwhen</a>, <a href="/users/Banana_Breader">Banana_Breader</a>, <a href="/users/Oralain">Oralain</a>, <a href="/users/Garamoji">Garamoji</a>, <a href="/users/FloralDinosaur">FloralDinosaur</a>, <a href="/users/FieryLight">FieryLight</a>, <a href="/users/Screenlight">Screenlight</a>, <a href="/users/PachiiRiisu">PachiiRiisu</a>, <a href="/users/Darke13">Darke13</a>, <a href="/users/Kokujin">Kokujin</a>, <a href="/users/Lypten">Lypten</a>, <a href="/users/cadrack">cadrack</a>, <a href="/users/Pikapokemon101">Pikapokemon101</a>, <a href="/users/Fehrentie">Fehrentie</a>, <a href="/users/Themostawesomeninja_07">Themostawesomeninja_07</a>, <a href="/users/Haemin">Haemin</a>, <a href="/users/BangerHat">BangerHat</a>, <a href="/users/Tynamomaniac">Tynamomaniac</a>, <a href="/users/birdcatt">birdcatt</a>, <a href="/users/Rivas_gaby">Rivas_gaby</a>, <a href="/users/HolisticFlower">HolisticFlower</a>, <a href="/users/hikarinchan">hikarinchan</a>, <a href="/users/Sumeris">Sumeris</a>, <a href="/users/Happy_lil_Alex">Happy_lil_Alex</a>, <a href="/users/Shadow_hunter93">Shadow_hunter93</a>, <a href="/users/iamaba">iamaba</a>, <a href="/users/JustAnAgender">JustAnAgender</a>, <a href="/users/luminaessence">luminaessence</a>, <a href="/users/TheAnswerIsAlways42">TheAnswerIsAlways42</a>, <a href="/users/DREVtheProcrastinator">DREVtheProcrastinator</a>, <a href="/users/Sorceress_Of_Time">Sorceress_Of_Time</a>, <a href="/users/SlipScout">SlipScout</a>, <a href="/users/Sulfuric_animus">Sulfuric_animus</a>, <a href="/users/Vexximus">Vexximus</a>, <a href="/users/Secretkemi">Secretkemi</a>, <a href="/users/Wylder">Wylder</a>, <a href="/users/Nekoboii">Nekoboii</a>, <a href="/users/radioactivegumdrop">radioactivegumdrop</a>, <a href="/users/HisNameIsMyNM2">HisNameIsMyNM2</a>, <a href="/users/ravenarmegeddonsreaper">ravenarmegeddonsreaper</a>, <a href="/users/graveExcitement">graveExcitement</a>, <a href="/users/Shivnaka">Shivnaka</a>, <a href="/users/Shayde_In_Life">Shayde_In_Life</a>, <a href="/users/LaundryHamper">LaundryHamper</a>, <a href="/users/jay_somnia">jay_somnia</a>, <a href="/users/daekie">daekie</a>, <a href="/users/Lily_Nina_123">Lily_Nina_123</a>, <a href="/users/Tinnmal">Tinnmal</a>, <a href="/users/Gelsodo">Gelsodo</a>, <a href="/users/Okeydokeyokey">Okeydokeyokey</a>, <a href="/users/ShipperOfFandoms04">ShipperOfFandoms04</a>, <a href="/users/Dennisa22">Dennisa22</a>, <a href="/users/AromageSakura">AromageSakura</a>, <a href="/users/Logar3">Logar3</a>, <a href="/users/12Redsky34">12Redsky34</a>, <a href="/users/Celestial3">Celestial3</a>, <a href="/users/Duhkha">Duhkha</a>, <a href="/users/J_a_c_o_b_y_123">J_a_c_o_b_y_123</a>, <a href="/users/FadingRiver">FadingRiver</a>, <a href="/users/Soyvolon">Soyvolon</a>, <a href="/users/Ddkeac">Ddkeac</a>, <a href="/users/Rix1998">Rix1998</a>, <a href="/users/fallen_stars">fallen_stars</a>, <a href="/users/Queencraft">Queencraft</a>, <a href="/users/AutumnAgain">AutumnAgain</a>, <a href="/users/lifeisbeautifulandpretty">lifeisbeautifulandpretty</a>, <a href="/users/PatateDouce">PatateDouce</a>, <a href="/users/LadyAthos">LadyAthos</a>, <a href="/users/JustAGirlInFanland">JustAGirlInFanland</a>, <a href="/users/IcyShadow">IcyShadow</a>, <a href="/users/My_pet_pig_said_you_aint_shit">My_pet_pig_said_you_aint_shit</a>, <a href="/users/WhiteBishop">WhiteBishop</a>, <a href="/users/WassanT004">WassanT004</a>, <a href="/users/Canaria0">Canaria0</a>, <a href="/users/on_clockwork_wings">on_clockwork_wings</a>, <a href="/users/Pettanko_Tackle">Pettanko_Tackle</a>, <a href="/users/UniqueSpeciesOfGabby">UniqueSpeciesOfGabby</a>, <a href="/users/MiniSparkler">MiniSparkler</a>, <a href="/users/NinjaLuna">NinjaLuna</a>, <a href="/users/QuestDawnWolf">QuestDawnWolf</a>, <a href="/users/ChemicalFallOut5">ChemicalFallOut5</a>, <a href="/users/nerdpersonKT">nerdpersonKT</a>, <a href="/users/BlaiseVaguebakenekomata">BlaiseVaguebakenekomata</a>, <a href="/users/CharlesWaterloo">CharlesWaterloo</a>, <a href="/users/ToumeiKyoudai">ToumeiKyoudai</a>, <a href="/users/Kelo51">Kelo51</a>, <a href="/users/GratiaPuella">GratiaPuella</a>, <a href="/users/otakuninja14">otakuninja14</a>, <a href="/users/SoroTheAndroid">SoroTheAndroid</a>, <a href="/users/Under_a_fucking_cover">Under_a_fucking_cover</a>, <a href="/users/Voltron_Kpop_Trash">Voltron_Kpop_Trash</a>, <a href="/users/jonna594">jonna594</a>, <a href="/users/UranianUmbrella">UranianUmbrella</a>, <a href="/users/fortuna16">fortuna16</a>, <a href="/users/Random_Corpse">Random_Corpse</a>, <a href="/users/StaticTelevisiom">StaticTelevisiom</a>, <a href="/users/CBookWyrm">CBookWyrm</a>, <a href="/users/MissP">MissP</a>, <a href="/users/Yue_owo">Yue_owo</a>, <a href="/users/SlytherinXiao">SlytherinXiao</a>, <a href="/users/Galaxy_Kryptonite">Galaxy_Kryptonite</a>, <a href="/users/dolocia">dolocia</a>, <a href="/users/BlueUnicorn24">BlueUnicorn24</a>, <a href="/users/alertsacks">alertsacks</a>, <a href="/users/Cornonlecob">Cornonlecob</a>, <a href="/users/Rising_Fandoms">Rising_Fandoms</a>, <a href="/users/alyssglacias">alyssglacias</a>, <a href="/users/Ididntsignupforthesefeels">Ididntsignupforthesefeels</a>, <a href="/users/FangOfTheFrozenWinds">FangOfTheFrozenWinds</a>, <a href="/users/gilly45">gilly45</a>, <a href="/users/Rosewatery">Rosewatery</a>, <a href="/users/porqupique">porqupique</a>, <a href="/users/Bengnuih">Bengnuih</a>, <a href="/users/Digeridoodler">Digeridoodler</a>, <a href="/users/Wildsong">Wildsong</a>, <a href="/users/Marisul">Marisul</a>, <a href="/users/ReedRead0503">ReedRead0503</a>, <a href="/users/freakingbored123">freakingbored123</a>, <a href="/users/Hawkie_Bird_27">Hawkie_Bird_27</a>, <a href="/users/keysanddaydreaming">keysanddaydreaming</a>, <a href="/users/Halorrui">Halorrui</a>, <a href="/users/archer007">archer007</a>, <a href="/users/Ihatechairs">Ihatechairs</a>, <a href="/users/Orkiod_Inquisitor">Orkiod_Inquisitor</a>, <a href="/users/Aliceos">Aliceos</a>, <a href="/users/waxpet">waxpet</a>, <a href="/users/RedRoseLolly">RedRoseLolly</a>, <a href="/users/Nihulus">Nihulus</a>, <a href="/users/Hecate1412">Hecate1412</a>, <a href="/users/CurseOfAnAddict">CurseOfAnAddict</a>, <a href="/users/mossy_green">mossy_green</a>, <a href="/users/Aethelar">Aethelar</a>, <a href="/users/Delee">Delee</a>, <a href="/users/KelseyCake">KelseyCake</a>, <a href="/users/muuu">muuu</a>, <a href="/users/Shiro_Keyyu">Shiro_Keyyu</a>, <a href="/users/Xahn">Xahn</a>, <a href="/users/Pleasejustgivememyaccount">Pleasejustgivememyaccount</a>, <a href="/users/SevenCorvus">SevenCorvus</a>, <a href="/users/ThatFriendlySpiritAO">ThatFriendlySpiritAO</a>, <a href="/users/NeedsCaffeineRightNow">NeedsCaffeineRightNow</a>, <a href="/users/Imthecattoyoursun">Imthecattoyoursun</a>, <a href="/users/Colonel_Sarge">Colonel_Sarge</a>, <a href="/users/I_Are_Bagel_Jesus">I_Are_Bagel_Jesus</a>, <a href="/users/sonicreeper">sonicreeper</a>, <a href="/users/Tickleheart">Tickleheart</a>, <a href="/users/Geci10">Geci10</a>, <a href="/users/Kos926">Kos926</a>, <a href="/users/wantsweme">wantsweme</a>, <a href="/users/tediuminahamsterball">tediuminahamsterball</a>, <a href="/users/LaMonjaLoca">LaMonjaLoca</a>, <a href="/users/El8643">El8643</a>, <a href="/users/Zeera134">Zeera134</a>, <a href="/users/Stardust_girl">Stardust_girl</a>, <a href="/users/ijustlivehere">ijustlivehere</a>, <a href="/users/WaltzQueen">WaltzQueen</a>, <a href="/users/Lovelycatwrites">Lovelycatwrites</a>, <a href="/users/SoftLilBun">SoftLilBun</a>, <a href="/users/MushroomCat">MushroomCat</a>, <a href="/users/Uuu26">Uuu26</a>, <a href="/users/fisheyechain">fisheyechain</a>, <a href="/users/LordVile">LordVile</a>, <a href="/users/superfanman217">superfanman217</a>, <a href="/users/Zardriana_Wolf">Zardriana_Wolf</a>, <a href="/users/toppis">toppis</a>, <a href="/users/Mischievous_at_heart">Mischievous_at_heart</a>, <a href="/users/Lilawere">Lilawere</a>, <a href="/users/lokis_stalker007">lokis_stalker007</a>, <a href="/users/RauenMuninn">RauenMuninn</a>, <a href="/users/Klau">Klau</a>, <a href="/users/Cubbyhb1">Cubbyhb1</a>, <a href="/users/Kantler">Kantler</a>, <a href="/users/i_am_snowils_admiral">i_am_snowils_admiral</a>, <a href="/users/higher">higher</a>, <a href="/users/iris_sanders_athena">iris_sanders_athena</a>, <a href="/users/I_am_mad_platypus_78">I_am_mad_platypus_78</a>, <a href="/users/midnight_flame">midnight_flame</a>, <a href="/users/pocket_dinosaur">pocket_dinosaur</a>, <a href="/users/Cuddle_WhiteWolf">Cuddle_WhiteWolf</a>, <a href="/users/FrostingFlames">FrostingFlames</a>, <a href="/users/Akeylei">Akeylei</a>, <a href="/users/ExcuseMeSir">ExcuseMeSir</a>, <a href="/users/cottoncandychaos">cottoncandychaos</a>, <a href="/users/tacoboutfabulous">tacoboutfabulous</a>, <a href="/users/Travelerkino">Travelerkino</a>, <a href="/users/prettyshinyspoon">prettyshinyspoon</a>, <a href="/users/Zmora">Zmora</a>, <a href="/users/StolenChild">StolenChild</a>, <a href="/users/grievemill">grievemill</a>, <a href="/users/Rioinred">Rioinred</a>, <a href="/users/Porkii">Porkii</a>, <a href="/users/SakamotoItoe">SakamotoItoe</a>, <a href="/users/Thoracto">Thoracto</a>, <a href="/users/Esqueleto">Esqueleto</a>, <a href="/users/crypticColumnist">crypticColumnist</a>, <a href="/users/Dinadinu">Dinadinu</a>, <a href="/users/BeQuiet">BeQuiet</a>, <a href="/users/Rook2konig">Rook2konig</a>, <a href="/users/skeyewalker">skeyewalker</a>, <a href="/users/MiraMyth">MiraMyth</a>, <a href="/users/NightshadeArt">NightshadeArt</a>, <a href="/users/thelibrarianjesser">thelibrarianjesser</a>, <a href="/users/Zarakem">Zarakem</a>, <a href="/users/Witchylesbian">Witchylesbian</a>, <a href="/users/rogueofspace">rogueofspace</a>, <a href="/users/Irrya">Irrya</a>, <a href="/users/Lugiagirl98">Lugiagirl98</a>, <a href="/users/FelineHappier">FelineHappier</a>, <a href="/users/Sucidalwulf">Sucidalwulf</a>, <a href="/users/Akutiema21">Akutiema21</a>, <a href="/users/chav_i3">chav_i3</a>, <a href="/users/please_dont_bite">please_dont_bite</a>, <a href="/users/Nicowritesthings">Nicowritesthings</a>, <a href="/users/Dym">Dym</a>, <a href="/users/silverviolin069">silverviolin069</a>, <a href="/users/mirellian">mirellian</a>, <a href="/users/angel60003">angel60003</a>, <a href="/users/PitterPatterDripDrop">PitterPatterDripDrop</a>, <a href="/users/Lola9525">Lola9525</a>, <a href="/users/magitechxinc">magitechxinc</a>, <a href="/users/Era27">Era27</a>, <a href="/users/Basic_Hell">Basic_Hell</a>, <a href="/users/MiaHale">MiaHale</a>, <a href="/users/SimpleUserName">SimpleUserName</a>, <a href="/users/Starculler">Starculler</a>, <a href="/users/31RottenBananas">31RottenBananas</a>, <a href="/users/EbonyMara">EbonyMara</a>, <a href="/users/Thelastvoidwalker">Thelastvoidwalker</a>, <a href="/users/FuzzyLyra">FuzzyLyra</a>, <a href="/users/pagination">pagination</a>, <a href="/users/EmpressAelin">EmpressAelin</a>, <a href="/users/marshmall0">marshmall0</a>, <a href="/users/Amanell">Amanell</a>, <a href="/users/simbay">simbay</a>, <a href="/users/Eysetadeysta">Eysetadeysta</a>, <a href="/users/Paws">Paws</a>, <a href="/users/Jpyill">Jpyill</a>, <a href="/users/BluMnM">BluMnM</a>, <a href="/users/aplaceforthebirds">aplaceforthebirds</a>, <a href="/users/baby_watermelon_seed">baby_watermelon_seed</a>, <a href="/users/Gabrielle_Nightingale">Gabrielle_Nightingale</a>, <a href="/users/Dabududu">Dabududu</a>, <a href="/users/Chaosboundforgreatness">Chaosboundforgreatness</a>, <a href="/users/Jennosaur">Jennosaur</a>, <a href="/users/passer_by">passer_by</a>, <a href="/users/Archaic_Apathy">Archaic_Apathy</a>, <a href="/users/FuzzyAnkleSocks">FuzzyAnkleSocks</a>, <a href="/users/Idealism_Sits_Imprisoned">Idealism_Sits_Imprisoned</a>, <a href="/users/Antiquesdoll">Antiquesdoll</a>, <a href="/users/whichwayizup">whichwayizup</a>, <a href="/users/The_Loner">The_Loner</a>, <a href="/users/OmegaBlack">OmegaBlack</a>, <a href="/users/TheRomanEmpire13">TheRomanEmpire13</a>, <a href="/users/Rhythyml">Rhythyml</a>, <a href="/users/rainbowemperor">rainbowemperor</a>, <a href="/users/Reign0931">Reign0931</a>, <a href="/users/harpy81">harpy81</a>, <a href="/users/Linora">Linora</a>, <a href="/users/Kaichub">Kaichub</a>, <a href="/users/DesertArcanine">DesertArcanine</a>, <a href="/users/Simonthediamond003">Simonthediamond003</a>, <a href="/users/Herperlo_D">Herperlo_D</a>, <a href="/users/jaysayheyyy">jaysayheyyy</a>, <a href="/users/Noceur17">Noceur17</a>, <a href="/users/Yuhimitsu">Yuhimitsu</a>, <a href="/users/The_End_of_World">The_End_of_World</a>, <a href="/users/goldened">goldened</a>, <a href="/users/CKA3CKA">CKA3CKA</a>, <a href="/users/NeoAsh">NeoAsh</a>, <a href="/users/cannot_pick_a_username">cannot_pick_a_username</a>, <a href="/users/Lazymoon">Lazymoon</a>, <a href="/users/FireRose1203">FireRose1203</a>, <a href="/users/JustASandwich">JustASandwich</a>, <a href="/users/DistractedDisturber">DistractedDisturber</a>, <a href="/users/Zeivira">Zeivira</a>, <a href="/users/Tagchen7">Tagchen7</a>, <a href="/users/Atrocityyyyyyyy">Atrocityyyyyyyy</a>, <a href="/users/rangerbookwyrm">rangerbookwyrm</a>, <a href="/users/doodle_7">doodle_7</a>, <a href="/users/Ploughface">Ploughface</a>, <a href="/users/summerwithaniinit">summerwithaniinit</a>, <a href="/users/KingOfWhispers">KingOfWhispers</a>, <a href="/users/Luke_fan">Luke_fan</a>, <a href="/users/Turlmin">Turlmin</a>, <a href="/users/Artemis2226">Artemis2226</a>, <a href="/users/Touga">Touga</a>, <a href="/users/Snowy_Rain">Snowy_Rain</a>, <a href="/users/AverageDemonBoy">AverageDemonBoy</a>, <a href="/users/AnimeLucifer_7">AnimeLucifer_7</a>, <a href="/users/Auroa_wings1994">Auroa_wings1994</a>, <a href="/users/Nineveh">Nineveh</a>, <a href="/users/laurensanyal">laurensanyal</a>, <a href="/users/surreyality">surreyality</a>, <a href="/users/eve2000">eve2000</a>, <a href="/users/PopWhizFizz">PopWhizFizz</a>, <a href="/users/Shoto94">Shoto94</a>, <a href="/users/LyraTalus">LyraTalus</a>, <a href="/users/mikca">mikca</a>, <a href="/users/My_Life_Is_A_Mess">My_Life_Is_A_Mess</a>, <a href="/users/Valakain_Zeya">Valakain_Zeya</a>, <a href="/users/admanct">admanct</a>, <a href="/users/SilverDollar">SilverDollar</a>, <a href="/users/seizansha">seizansha</a>, <a href="/users/pop_tab">pop_tab</a>, <a href="/users/RoseMarie301">RoseMarie301</a>, <a href="/users/Teobot">Teobot</a>, <a href="/users/Nes22">Nes22</a>, <a href="/users/Alyssa6034">Alyssa6034</a>, <a href="/users/ikindier">ikindier</a>, <a href="/users/FushiaFlame">FushiaFlame</a>, <a href="/users/rkovyryalova">rkovyryalova</a>, <a href="/users/Just_Another_Fan_Here">Just_Another_Fan_Here</a>, <a href="/users/galitayuh">galitayuh</a>, <a href="/users/Lightbulbs">Lightbulbs</a>, <a href="/users/Echoless">Echoless</a>, <a href="/users/GengarsGhost">GengarsGhost</a>, <a href="/users/lunaballz">lunaballz</a>, <a href="/users/Angie_Dawn">Angie_Dawn</a>, <a href="/users/Bae_Of_The_Books">Bae_Of_The_Books</a>, <a href="/users/ChaChaOnIce">ChaChaOnIce</a>, <a href="/users/jeesongre">jeesongre</a>, <a href="/users/Shiarephic">Shiarephic</a>, <a href="/users/Celestial_Blackhole">Celestial_Blackhole</a>, <a href="/users/Asura_Hozuki">Asura_Hozuki</a>, <a href="/users/LadyDop">LadyDop</a>, <a href="/users/Mellie2605">Mellie2605</a>, <a href="/users/the_writing_wolf">the_writing_wolf</a>, <a href="/users/SoftCactus1601">SoftCactus1601</a>, <a href="/users/MicMicBungee">MicMicBungee</a>, <a href="/users/marmar1584">marmar1584</a>, <a href="/users/Sud0Command">Sud0Command</a>, <a href="/users/Mizurra">Mizurra</a>, <a href="/users/Rensa">Rensa</a>, <a href="/users/Skeet_sleet">Skeet_sleet</a>, <a href="/users/Marquis_Black">Marquis_Black</a>, <a href="/users/ElevenEvilOranges">ElevenEvilOranges</a>, <a href="/users/Yeaaboooiiii">Yeaaboooiiii</a>, <a href="/users/shitstuck">shitstuck</a>, <a href="/users/jeiroh">jeiroh</a>, <a href="/users/Misaki_Okui">Misaki_Okui</a>, <a href="/users/proximally">proximally</a>, <a href="/users/bloodfree">bloodfree</a>, <a href="/users/Joyfulldreams">Joyfulldreams</a>, <a href="/users/WailingWhaler">WailingWhaler</a>, <a href="/users/p12a57f">p12a57f</a>, <a href="/users/Loveless712">Loveless712</a>, <a href="/users/Storycatcher">Storycatcher</a>, <a href="/users/1benzy">1benzy</a>, <a href="/users/becausereasons7">becausereasons7</a>, <a href="/users/heart_to_pen_to_paper">heart_to_pen_to_paper</a>, <a href="/users/HobbiyMagic">HobbiyMagic</a>, <a href="/users/serene_saber">serene_saber</a>, <a href="/users/karalynevans">karalynevans</a>, <a href="/users/Wilcok">Wilcok</a>, <a href="/users/IXIAnubiaIXI">IXIAnubiaIXI</a>, <a href="/users/LokiLol">LokiLol</a>, <a href="/users/Vaasu">Vaasu</a>, <a href="/users/unicolala">unicolala</a>, <a href="/users/TitanWafflesaur">TitanWafflesaur</a>, <a href="/users/Hat_Lord_Ave">Hat_Lord_Ave</a>, <a href="/users/KingofTrees">KingofTrees</a>, <a href="/users/skmezzy">skmezzy</a>, <a href="/users/Jayme">Jayme</a>, <a href="/users/CheddarTheHedgehog">CheddarTheHedgehog</a>, <a href="/users/Kocineczka">Kocineczka</a>, <a href="/users/Nonexistentsouls">Nonexistentsouls</a>, <a href="/users/Nair_Dee">Nair_Dee</a>, <a href="/users/darkythepyrolover">darkythepyrolover</a>, <a href="/users/Lala32903">Lala32903</a>, <a href="/users/Weldenvarden">Weldenvarden</a>, <a href="/users/Bloodra">Bloodra</a>, <a href="/users/DragonDCelina">DragonDCelina</a>, <a href="/users/bubble_milktea">bubble_milktea</a>, <a href="/users/Books_Anime_Manga_Fandom">Books_Anime_Manga_Fandom</a>, <a href="/users/MayhapsSapphic">MayhapsSapphic</a>, <a href="/users/sworceress">sworceress</a>, <a href="/users/Devinely">Devinely</a>, <a href="/users/acardier">acardier</a>, <a href="/users/Miss_Writers_Block">Miss_Writers_Block</a>, <a href="/users/KittytheGamer293">KittytheGamer293</a>, <a href="/users/Jijabi">Jijabi</a>, <a href="/users/EldritchBloodGod">EldritchBloodGod</a>, <a href="/users/Maniak">Maniak</a>, <a href="/users/Tiswabley">Tiswabley</a>, <a href="/users/PLenni">PLenni</a>, <a href="/users/Fonderodin">Fonderodin</a>, <a href="/users/Tired_Potato_Here">Tired_Potato_Here</a>, <a href="/users/Kabob003">Kabob003</a>, <a href="/users/Nuclear_Equipped_Walking_Battle_Tank">Nuclear_Equipped_Walking_Battle_Tank</a>, <a href="/users/Phantomwolf5">Phantomwolf5</a>, <a href="/users/diequeeria">diequeeria</a>, <a href="/users/Maniaclove620">Maniaclove620</a>, <a href="/users/Dune_the_flower">Dune_the_flower</a>, <a href="/users/Molte27">Molte27</a>, <a href="/users/Na_Nashi">Na_Nashi</a>, <a href="/users/MidnightRaven67">MidnightRaven67</a>, <a href="/users/DoctorDonna24">DoctorDonna24</a>, <a href="/users/MaskedSlushie">MaskedSlushie</a>, <a href="/users/blueberry137">blueberry137</a>, <a href="/users/ValakikM">ValakikM</a>, <a href="/users/AnnaDaFujoshi">AnnaDaFujoshi</a>, <a href="/users/Top7879">Top7879</a>, <a href="/users/Ili_Dany">Ili_Dany</a>, <a href="/users/Cah">Cah</a>, <a href="/users/mirandasS">mirandasS</a>, <a href="/users/Arevere">Arevere</a>, <a href="/users/Kiwi26421">Kiwi26421</a>, <a href="/users/nahv">nahv</a>, <a href="/users/fernicious">fernicious</a>, <a href="/users/The_Capslock_Queen">The_Capslock_Queen</a>, <a href="/users/YoungWitch">YoungWitch</a>, <a href="/users/TheRookMaster">TheRookMaster</a>, <a href="/users/SherryRed">SherryRed</a>, <a href="/users/aanwayne">aanwayne</a>, <a href="/users/legionof1">legionof1</a>, <a href="/users/zthelightxavier">zthelightxavier</a>, <a href="/users/ERROR404CANNOTFUNCTION">ERROR404CANNOTFUNCTION</a>, <a href="/users/SlushyRain">SlushyRain</a>, <a href="/users/Phayn">Phayn</a>, <a href="/users/GoodAtFailing">GoodAtFailing</a>, <a href="/users/belarus">belarus</a>, <a href="/users/Fey_79">Fey_79</a>, <a href="/users/YokaiLuna">YokaiLuna</a>, <a href="/users/Xushi">Xushi</a>, <a href="/users/Opalsong">Opalsong</a>, <a href="/users/elektraeriseros">elektraeriseros</a>, <a href="/users/wyrdfish">wyrdfish</a>, <a href="/users/Kaitsune">Kaitsune</a>, <a href="/users/Yoonhoonie">Yoonhoonie</a>, <a href="/users/bIRB_soziopath">bIRB_soziopath</a>, <a href="/users/DysgraphicBean">DysgraphicBean</a>, <a href="/users/AnakinBiwalker">AnakinBiwalker</a>, <a href="/users/meri47">meri47</a>, <a href="/users/AoTTrash">AoTTrash</a>, <a href="/users/aldnoah22">aldnoah22</a>, <a href="/users/jellyfishdreams">jellyfishdreams</a>, <a href="/users/Holly_Batali">Holly_Batali</a>, <a href="/users/WizardForever99">WizardForever99</a>, <a href="/users/Verano">Verano</a>, <a href="/users/Connection">Connection</a>, <a href="/users/the_nerdy_fangirl">the_nerdy_fangirl</a>, <a href="/users/Pielover31415269">Pielover31415269</a>, <a href="/users/ShadowyCollection">ShadowyCollection</a>, <a href="/users/HeartlessReader">HeartlessReader</a>, <a href="/users/Ritsku">Ritsku</a>, <a href="/users/cRoNcRoN_masalimuotkongbuhay">cRoNcRoN_masalimuotkongbuhay</a>, <a href="/users/nahnashimura">nahnashimura</a>, <a href="/users/nightdotlight">nightdotlight</a>, <a href="/users/Yarnball1412">Yarnball1412</a>, <a href="/users/Claire_Dimlight">Claire_Dimlight</a>, <a href="/users/Grinding_To_Lvl_1000">Grinding_To_Lvl_1000</a>, <a href="/users/RinRin">RinRin</a>, <a href="/users/TheShonaXD">TheShonaXD</a>, <a href="/users/emairose">emairose</a>, <a href="/users/Crawler">Crawler</a>, <a href="/users/otaku_babyrae">otaku_babyrae</a>, <a href="/users/Chardinal">Chardinal</a>, <a href="/users/SpaceLittle666">SpaceLittle666</a>, <a href="/users/Alyss_C">Alyss_C</a>, <a href="/users/ChloeTheBold">ChloeTheBold</a>, <a href="/users/MoonPaw17">MoonPaw17</a>, <a href="/users/Gagarka">Gagarka</a>, <a href="/users/Paquerette_San">Paquerette_San</a>, <a href="/users/AwesomeBees">AwesomeBees</a>, <a href="/users/Themasterunicorn">Themasterunicorn</a>, <a href="/users/Brenden1k">Brenden1k</a>, <a href="/users/TheManwithoutaPlan">TheManwithoutaPlan</a>, <a href="/users/a_dot_dev">a_dot_dev</a>, <a href="/users/Space_Penguins">Space_Penguins</a>, <a href="/users/theultimatememe">theultimatememe</a>, <a href="/users/It_Got_Worse">It_Got_Worse</a>, <a href="/users/kkiwi">kkiwi</a>, <a href="/users/AwkwardAnna">AwkwardAnna</a>, <a href="/users/Internal_Screaming">Internal_Screaming</a>, <a href="/users/DarkWoods">DarkWoods</a>, <a href="/users/Niemand385">Niemand385</a>, <a href="/users/VioletTheGrimm">VioletTheGrimm</a>, <a href="/users/kurikun">kurikun</a>, <a href="/users/Rush_That_Speaks">Rush_That_Speaks</a>, <a href="/users/Chestnutcrown">Chestnutcrown</a>, <a href="/users/deadinsidebutliving">deadinsidebutliving</a>, <a href="/users/DarkHorse201">DarkHorse201</a>, <a href="/users/Murkysky">Murkysky</a>, <a href="/users/Zephyr_Cloe_Ambroise">Zephyr_Cloe_Ambroise</a>, <a href="/users/Rykan">Rykan</a>, <a href="/users/QuestioningSanity">QuestioningSanity</a>, <a href="/users/MiniMonster">MiniMonster</a>, <a href="/users/CitrusAndNostalgia">CitrusAndNostalgia</a>, <a href="/users/OptimisticRealist">OptimisticRealist</a>, <a href="/users/holy_roller_novocaine">holy_roller_novocaine</a>, <a href="/users/smolfocklis">smolfocklis</a>, <a href="/users/Suolainensilakka">Suolainensilakka</a>, <a href="/users/Riushin">Riushin</a>, <a href="/users/xHyding">xHyding</a>, <a href="/users/LanceyLove">LanceyLove</a>, <a href="/users/Levibearr">Levibearr</a>, <a href="/users/Exultation_of_the_Gryphon">Exultation_of_the_Gryphon</a>, <a href="/users/odrazy">odrazy</a>, <a href="/users/Diana_Wisperwind">Diana_Wisperwind</a>, <a href="/users/PuppetMaster55">PuppetMaster55</a>, <a href="/users/EmilyElizabethlil">EmilyElizabethlil</a>, <a href="/users/VerborgenImSchatten">VerborgenImSchatten</a>, <a href="/users/Avakeda">Avakeda</a>, <a href="/users/AlwaysInDreamLand">AlwaysInDreamLand</a>, <a href="/users/Emblemofthedigi">Emblemofthedigi</a>, <a href="/users/t_16">t_16</a>, <a href="/users/Tegamin">Tegamin</a>, <a href="/users/LexusOnIce">LexusOnIce</a>, <a href="/users/thehunterandtheangel">thehunterandtheangel</a>, <a href="/users/BeingAJackson">BeingAJackson</a>, <a href="/users/Frieria">Frieria</a>, <a href="/users/taelovent">taelovent</a>, <a href="/users/Kanekididnotdeserve">Kanekididnotdeserve</a>, <a href="/users/I_Ship_Everything_I_Can_See">I_Ship_Everything_I_Can_See</a>, <a href="/users/Mistborn7">Mistborn7</a>, <a href="/users/imgettingtiredofyou">imgettingtiredofyou</a>, <a href="/users/Dozy150">Dozy150</a>, <a href="/users/llamathing">llamathing</a>, <a href="/users/AlexKnight002">AlexKnight002</a>, <a href="/users/devilishqueen">devilishqueen</a>, <a href="/users/BorealLights">BorealLights</a>, <a href="/users/apathetica">apathetica</a>, <a href="/users/AChaoticMessNickCisheHere">AChaoticMessNickCisheHere</a>, <a href="/users/dtbaemy">dtbaemy</a>, <a href="/users/Vae_Pulchure">Vae_Pulchure</a>, <a href="/users/Mewsora">Mewsora</a>, <a href="/users/AnimagusChange">AnimagusChange</a>, <a href="/users/Actor_of_Pandora">Actor_of_Pandora</a>, <a href="/users/Karina_RR04">Karina_RR04</a>, <a href="/users/AbnormalMind777">AbnormalMind777</a>, <a href="/users/KaeTheAlien">KaeTheAlien</a>, <a href="/users/CinnaMonroe">CinnaMonroe</a>, <a href="/users/Relyt23">Relyt23</a>, <a href="/users/yasminlly">yasminlly</a>, <a href="/users/Thisisauername">Thisisauername</a>, <a href="/users/fElBiTeR">fElBiTeR</a>, <a href="/users/LadyNyx">LadyNyx</a>, <a href="/users/veritere">veritere</a>, <a href="/users/Chocoboharrison">Chocoboharrison</a>, <a href="/users/DIKXIPIX">DIKXIPIX</a>, <a href="/users/banifi">banifi</a>, <a href="/users/aHostileRainbow">aHostileRainbow</a>, <a href="/users/peachesandpatches">peachesandpatches</a>, <a href="/users/sneill_magic">sneill_magic</a>, <a href="/users/VovinBlack">VovinBlack</a>, <a href="/users/aaronhowser1">aaronhowser1</a>, <a href="/users/Itsumi">Itsumi</a>, <a href="/users/Kalira_Jones">Kalira_Jones</a>, <a href="/users/pnkssbtch">pnkssbtch</a>, <a href="/users/Artemis_Apollo1214">Artemis_Apollo1214</a>, <a href="/users/kilogramps">kilogramps</a>, <a href="/users/CallMeLex">CallMeLex</a>, <a href="/users/Crumbled">Crumbled</a>, <a href="/users/Coolc341">Coolc341</a>, <a href="/users/gandocaloca">gandocaloca</a>, <a href="/users/Warewolf12019">Warewolf12019</a>, <a href="/users/CrimsonFist99">CrimsonFist99</a>, <a href="/users/xavira">xavira</a>, <a href="/users/Buckleupbuttercup">Buckleupbuttercup</a>, <a href="/users/Allornothingpreferablynothing">Allornothingpreferablynothing</a>, <a href="/users/Otaku6337">Otaku6337</a>, <a href="/users/Ynius">Ynius</a>, <a href="/users/PeaTea">PeaTea</a>, <a href="/users/One_Called_Mike">One_Called_Mike</a>, <a href="/users/MintChocolateLeaves">MintChocolateLeaves</a>, <a href="/users/Lynette_6577">Lynette_6577</a>, <a href="/users/ThinkSmarterNotHarder">ThinkSmarterNotHarder</a>, <a href="/users/SSJ_Matt">SSJ_Matt</a>, <a href="/users/SurrealSupernaturalist">SurrealSupernaturalist</a>, <a href="/users/creamni">creamni</a>, <a href="/users/scribblepaws">scribblepaws</a>, <a href="/users/RainofNight">RainofNight</a>, <a href="/users/Qamar114">Qamar114</a>, <a href="/users/rikugou">rikugou</a>, <a href="/users/Se_raph">Se_raph</a>, <a href="/users/skrtskrt">skrtskrt</a>, <a href="/users/Pennyforyourthoughts">Pennyforyourthoughts</a>, <a href="/users/Voragine">Voragine</a>, <a href="/users/SideswipesSunshine42">SideswipesSunshine42</a>, <a href="/users/Purrs">Purrs</a>, <a href="/users/demonio">demonio</a>, <a href="/users/AngelCakeszee">AngelCakeszee</a>, <a href="/users/mai96">mai96</a>, <a href="/users/Rina_P_Wisteria">Rina_P_Wisteria</a>, <a href="/users/TacoSupreme23">TacoSupreme23</a>, <a href="/users/Aria_Verde">Aria_Verde</a>, <a href="/users/Alkanasynranem">Alkanasynranem</a>, <a href="/users/Tenshi7Nalata">Tenshi7Nalata</a>, <a href="/users/constellationdipper">constellationdipper</a>, <a href="/users/Nomo2001">Nomo2001</a>, <a href="/users/Manacats">Manacats</a>, <a href="/users/Xx14PinstripesxX">Xx14PinstripesxX</a>, <a href="/users/vrhov1234">vrhov1234</a>, <a href="/users/ChrysaTh99">ChrysaTh99</a>, <a href="/users/Roscuro69">Roscuro69</a>, <a href="/users/EmpressAnn">EmpressAnn</a>, <a href="/users/DoneWithLifeTM">DoneWithLifeTM</a>, <a href="/users/Digigal_transbian">Digigal_transbian</a>, <a href="/users/Castiels_wings">Castiels_wings</a>, <a href="/users/Celesteee">Celesteee</a>, <a href="/users/Mecha_Magici">Mecha_Magici</a>, <a href="/users/Sleepyloccocus_Nemui">Sleepyloccocus_Nemui</a>, <a href="/users/Floren">Floren</a>, <a href="/users/Kopoppin">Kopoppin</a>, <a href="/users/BLUKWolf">BLUKWolf</a>, <a href="/users/LinkRue">LinkRue</a>, <a href="/users/EmeraldSage">EmeraldSage</a>, <a href="/users/LesserFootrest">LesserFootrest</a>, <a href="/users/Gracelyn">Gracelyn</a>, <a href="/users/mrplatypus280">mrplatypus280</a>, <a href="/users/OWritingTrashO">OWritingTrashO</a>, <a href="/users/TwilightMind">TwilightMind</a>, <a href="/users/howls">howls</a>, <a href="/users/DamonSkyHartXV">DamonSkyHartXV</a>, <a href="/users/InTheNameofJustice">InTheNameofJustice</a>, <a href="/users/Tanukia">Tanukia</a>, <a href="/users/ElectricDragon64">ElectricDragon64</a>, <a href="/users/Azaneti">Azaneti</a>, <a href="/users/Gradoel">Gradoel</a>, <a href="/users/Snippity_Snappity">Snippity_Snappity</a>, <a href="/users/SpartanComforts">SpartanComforts</a>, <a href="/users/ShadowFoxDemon27">ShadowFoxDemon27</a>, <a href="/users/fangirl_of_glitter">fangirl_of_glitter</a>, <a href="/users/yenaduu">yenaduu</a>, <a href="/users/NyctoPhile01">NyctoPhile01</a>, <a href="/users/Me_and_my_fandoms">Me_and_my_fandoms</a>, <a href="/users/one_step_closer_to_death">one_step_closer_to_death</a>, <a href="/users/ADailyDoseOfAwesome">ADailyDoseOfAwesome</a>, <a href="/users/uuugghhhh">uuugghhhh</a>, <a href="/users/OhGodOhNoOhFuckImGayFuckOhNo">OhGodOhNoOhFuckImGayFuckOhNo</a>, <a href="/users/Kikuriki">Kikuriki</a>, <a href="/users/brokenbitch">brokenbitch</a>, <a href="/users/KYvi3">KYvi3</a>, <a href="/users/chenledawn">chenledawn</a>, <a href="/users/i_write_or_some_Shie">i_write_or_some_Shie</a>, <a href="/users/lavvyskies">lavvyskies</a>, <a href="/users/TenderSugar">TenderSugar</a>, <a href="/users/Kris_Shiro">Kris_Shiro</a>, <a href="/users/Stereolex">Stereolex</a>, <a href="/users/Student_Of_Accounting">Student_Of_Accounting</a>, <a href="/users/CrimsonComputer">CrimsonComputer</a>, <a href="/users/lunas_guard">lunas_guard</a>, <a href="/users/willowbeecat">willowbeecat</a>, <a href="/users/Yumantimatter">Yumantimatter</a>, <a href="/users/Koroby">Koroby</a>, <a href="/users/lamplady">lamplady</a>, <a href="/users/Seraphinit">Seraphinit</a>, <a href="/users/BillCipher322">BillCipher322</a>, <a href="/users/MangaManiac">MangaManiac</a>, <a href="/users/Sarcasm_Scarlet_n_Spite">Sarcasm_Scarlet_n_Spite</a>, <a href="/users/Power9987">Power9987</a>, <a href="/users/LeonLeonRevolution">LeonLeonRevolution</a>, <a href="/users/MaydayMarbear">MaydayMarbear</a>, <a href="/users/Lubieczytac">Lubieczytac</a>, <a href="/users/VioletaAsh">VioletaAsh</a>, <a href="/users/Artemis_Fandom_Things">Artemis_Fandom_Things</a>, <a href="/users/BitchImTired">BitchImTired</a>, <a href="/users/MyHeroAca_What">MyHeroAca_What</a>, <a href="/users/pentalion">pentalion</a>, <a href="/users/SeagullP">SeagullP</a>, <a href="/users/Anaghala">Anaghala</a>, <a href="/users/AryaZEvans">AryaZEvans</a>, <a href="/users/Fair_Strife">Fair_Strife</a>, <a href="/users/QTesseract">QTesseract</a>, <a href="/users/Minxiboo">Minxiboo</a>, <a href="/users/Goshikku">Goshikku</a>, <a href="/users/PanicGun">PanicGun</a>, <a href="/users/Bannana">Bannana</a>, <a href="/users/Mangakoibito">Mangakoibito</a>, <a href="/users/MrPJ98">MrPJ98</a>, <a href="/users/soffgluten">soffgluten</a>, <a href="/users/DDAM_818">DDAM_818</a>, <a href="/users/Rikkusho">Rikkusho</a>, <a href="/users/jcatgrl">jcatgrl</a>, <a href="/users/Alchemist_Cardona">Alchemist_Cardona</a>, <a href="/users/docmatoi">docmatoi</a>, <a href="/users/Nonbinari_Goat">Nonbinari_Goat</a>, <a href="/users/Bakuhatsuo">Bakuhatsuo</a>, <a href="/users/Drifting_17">Drifting_17</a>, <a href="/users/Egg_Yolkson">Egg_Yolkson</a>, <a href="/users/EtherealKnight21">EtherealKnight21</a>, <a href="/users/Art_de_musa">Art_de_musa</a>, <a href="/users/Hanayou343">Hanayou343</a>, <a href="/users/cosmicsdeku">cosmicsdeku</a>, <a href="/users/Eldritch_Prince">Eldritch_Prince</a>, <a href="/users/VolceVoice">VolceVoice</a>, <a href="/users/AnakinTheTrashKing">AnakinTheTrashKing</a>, <a href="/users/Elvwin">Elvwin</a>, <a href="/users/aramina">aramina</a>, <a href="/users/IceXChaos12">IceXChaos12</a>, <a href="/users/Needlegal67">Needlegal67</a>, <a href="/users/audy0529">audy0529</a>, <a href="/users/Cixi">Cixi</a>, <a href="/users/km207">km207</a>, <a href="/users/onierokinetic">onierokinetic</a>, <a href="/users/ForgottenLostAncient">ForgottenLostAncient</a>, <a href="/users/biscuitlevitation">biscuitlevitation</a>, <a href="/users/nerodiscord">nerodiscord</a>, <a href="/users/GlassySky">GlassySky</a>, <a href="/users/Pepepepepepepepepepe">Pepepepepepepepepepe</a>, <a href="/users/Jetfeather">Jetfeather</a>, <a href="/users/Shadows_Nuji">Shadows_Nuji</a>, <a href="/users/nimway">nimway</a>, <a href="/users/ChelseaTheReader">ChelseaTheReader</a>, <a href="/users/Voltrasin">Voltrasin</a>, <a href="/users/Aerun">Aerun</a>, <a href="/users/heretic">heretic</a>, <a href="/users/Autonomous_Automata">Autonomous_Automata</a>, <a href="/users/CloudyReality">CloudyReality</a>, <a href="/users/theredqueen">theredqueen</a>, <a href="/users/Amy_Croft">Amy_Croft</a>, <a href="/users/kenski">kenski</a>, <a href="/users/Ignis_Veridian">Ignis_Veridian</a>, <a href="/users/bichen">bichen</a>, <a href="/users/KageKitsune13">KageKitsune13</a>, <a href="/users/thaed">thaed</a>, <a href="/users/XXShadowXX">XXShadowXX</a>, <a href="/users/HeIsSoBlue">HeIsSoBlue</a>, <a href="/users/Rosedraquia">Rosedraquia</a>, <a href="/users/gKiArTu">gKiArTu</a>, <a href="/users/DaydreamingAce26">DaydreamingAce26</a>, <a href="/users/Nuar_Lexx">Nuar_Lexx</a>, <a href="/users/Desolate_Smog">Desolate_Smog</a>, <a href="/users/plush_anon">plush_anon</a>, <a href="/users/ClayFowl">ClayFowl</a>, <a href="/users/Jxereas">Jxereas</a>, <a href="/users/FINALLYOldEnoughToReadSmut">FINALLYOldEnoughToReadSmut</a>, <a href="/users/cherristained">cherristained</a>, <a href="/users/Catbell">Catbell</a>, <a href="/users/cookiethepirate">cookiethepirate</a>, <a href="/users/Thescottishpanda">Thescottishpanda</a>, <a href="/users/abstractfelin">abstractfelin</a>, <a href="/users/DesertPrincess">DesertPrincess</a>, <a href="/users/nyura_vanko">nyura_vanko</a>, <a href="/users/Nereus27">Nereus27</a>, <a href="/users/DigDoom">DigDoom</a>, <a href="/users/KiraDaughterofPoseidon">KiraDaughterofPoseidon</a>, <a href="/users/Sakurashark">Sakurashark</a>, <a href="/users/EvelynRose33284">EvelynRose33284</a>, <a href="/users/tuna_the_tuba">tuna_the_tuba</a>, <a href="/users/DarkBombayAngel">DarkBombayAngel</a>, <a href="/users/FeeFee11">FeeFee11</a>, <a href="/users/Yuurei">Yuurei</a>, <a href="/users/Aki_chan">Aki_chan</a>, <a href="/users/Anthos_NeVitore">Anthos_NeVitore</a>, <a href="/users/AeuyFael">AeuyFael</a>, <a href="/users/Vaultjumper">Vaultjumper</a>, <a href="/users/kitten_claws76">kitten_claws76</a>, <a href="/users/Fididdler">Fididdler</a>, <a href="/users/Debirulady">Debirulady</a>, <a href="/users/Naiadoodle">Naiadoodle</a>, <a href="/users/FangirlKatydid">FangirlKatydid</a>, <a href="/users/michigangeek14">michigangeek14</a>, <a href="/users/scripturiented">scripturiented</a>, <a href="/users/Jluke94">Jluke94</a>, <a href="/users/PrimalDragon">PrimalDragon</a>, <a href="/users/KyuubiDono">KyuubiDono</a>, <a href="/users/keircatenation">keircatenation</a>, <a href="/users/CJ_Riker">CJ_Riker</a>, <a href="/users/FatesHoldOnMe">FatesHoldOnMe</a>, <a href="/users/nightbeauty">nightbeauty</a>, <a href="/users/A_very_interesting_person">A_very_interesting_person</a>, <a href="/users/StrykingShadows">StrykingShadows</a>, <a href="/users/loki0191">loki0191</a>, <a href="/users/A_Herd_Of_Alpacas">A_Herd_Of_Alpacas</a>, <a href="/users/DatAnimeGirl">DatAnimeGirl</a>, <a href="/users/pelicandaughter">pelicandaughter</a>, <a href="/users/Jogo">Jogo</a>, <a href="/users/hibeef01">hibeef01</a>, <a href="/users/ShadowsIntoLight">ShadowsIntoLight</a>, <a href="/users/LadyDuoMaxwell">LadyDuoMaxwell</a>, <a href="/users/SkyWolf25">SkyWolf25</a>, <a href="/users/AccursedSith">AccursedSith</a>, <a href="/users/tempUser">tempUser</a>, <a href="/users/Oliffee">Oliffee</a>, <a href="/users/Kat151820">Kat151820</a>, <a href="/users/plamen">plamen</a>, <a href="/users/anonymouspotato22">anonymouspotato22</a>, <a href="/users/The_Local_Weeb">The_Local_Weeb</a>, <a href="/users/codebamboo">codebamboo</a>, <a href="/users/Seiberwing">Seiberwing</a>, <a href="/users/Alias_of_Apocalypse">Alias_of_Apocalypse</a>, <a href="/users/Premeditated_shitbag">Premeditated_shitbag</a>, <a href="/users/TheKursed">TheKursed</a>, <a href="/users/thefreeman">thefreeman</a>, <a href="/users/Runnika">Runnika</a>, <a href="/users/WizardsGirl">WizardsGirl</a>, <a href="/users/Mellownumel">Mellownumel</a>, <a href="/users/Zelda_Moony">Zelda_Moony</a>, <a href="/users/ses_12345678">ses_12345678</a>, <a href="/users/acebian">acebian</a>, <a href="/users/Dangerzone227">Dangerzone227</a>, <a href="/users/Respect_Potatoes">Respect_Potatoes</a>, <a href="/users/CorndogsDie">CorndogsDie</a>, <a href="/users/weredragon">weredragon</a>, <a href="/users/sonibreeze">sonibreeze</a>, <a href="/users/linesofreturninggeese">linesofreturninggeese</a>, <a href="/users/Pickles57">Pickles57</a>, <a href="/users/timidemi">timidemi</a>, <a href="/users/Fattailcat">Fattailcat</a>, <a href="/users/Otakuforlife19">Otakuforlife19</a>, <a href="/users/OurLadyTiptree">OurLadyTiptree</a>, <a href="/users/RiverWren">RiverWren</a>, <a href="/users/Winters_stars21">Winters_stars21</a>, <a href="/users/Nie">Nie</a>, <a href="/users/frariedogs91">frariedogs91</a>, <a href="/users/Spirit13">Spirit13</a>, <a href="/users/Purplepasta1987">Purplepasta1987</a>, <a href="/users/melborp">melborp</a>, <a href="/users/Serina_Leigh">Serina_Leigh</a>, <a href="/users/midnight_birds">midnight_birds</a>, <a href="/users/YunJun">YunJun</a>, <a href="/users/BlackCat666">BlackCat666</a>, <a href="/users/rosycheekedfish">rosycheekedfish</a>, <a href="/users/KillerByte">KillerByte</a>, <a href="/users/Gallimaufry256">Gallimaufry256</a>, <a href="/users/NappingIsAWayOfLife">NappingIsAWayOfLife</a>, <a href="/users/tamenetsi">tamenetsi</a>, <a href="/users/AconiteHemlock">AconiteHemlock</a>, <a href="/users/Crisstal">Crisstal</a>, <a href="/users/Dollmaker_Margatroid">Dollmaker_Margatroid</a>, <a href="/users/A_Reflective_Projection">A_Reflective_Projection</a>, <a href="/users/Mirlocke">Mirlocke</a>, <a href="/users/rosalini">rosalini</a>, <a href="/users/sailoryuda">sailoryuda</a>, <a href="/users/Zoanzon">Zoanzon</a>, <a href="/users/fluff_is_life">fluff_is_life</a>, <a href="/users/PorcelanaRota">PorcelanaRota</a>, <a href="/users/Tipot">Tipot</a>, <a href="/users/JamieGaylePiff">JamieGaylePiff</a>, <a href="/users/SnarkyAi">SnarkyAi</a>, <a href="/users/Shoujirou">Shoujirou</a>, <a href="/users/Looking_at_the_sky">Looking_at_the_sky</a>, <a href="/users/Localfujoshi">Localfujoshi</a>, <a href="/users/Doggyband">Doggyband</a>, <a href="/users/bnha_traaaash">bnha_traaaash</a>, <a href="/users/CuppiecakeZombie">CuppiecakeZombie</a>, <a href="/users/saintsaint">saintsaint</a>, <a href="/users/corrose">corrose</a>, <a href="/users/Cuore_senza_vita">Cuore_senza_vita</a>, <a href="/users/Sailingseas">Sailingseas</a>, <a href="/users/Yorozoya_shiroyasha">Yorozoya_shiroyasha</a>, <a href="/users/RanAkki">RanAkki</a>, <a href="/users/TheCurat0r">TheCurat0r</a>, <a href="/users/rowanseas">rowanseas</a>, <a href="/users/KidWestHope16">KidWestHope16</a>, <a href="/users/JajaLala">JajaLala</a>, <a href="/users/Azulira">Azulira</a>, <a href="/users/AbsoluteZero">AbsoluteZero</a>, <a href="/users/Miss_Nameless">Miss_Nameless</a>, <a href="/users/Unknownhero00">Unknownhero00</a>, <a href="/users/DancinOddball">DancinOddball</a>, <a href="/users/DrWhoFan">DrWhoFan</a>, <a href="/users/fictionismyaddiction98">fictionismyaddiction98</a>, <a href="/users/resd">resd</a>, <a href="/users/Asimar">Asimar</a>, <a href="/users/lildino">lildino</a>, <a href="/users/SquidCircle">SquidCircle</a>, <a href="/users/DandelionPuff">DandelionPuff</a>, <a href="/users/razzle_dazzle_lancey">razzle_dazzle_lancey</a>, <a href="/users/Lmic244">Lmic244</a>, <a href="/users/KittenInTheDust">KittenInTheDust</a>, <a href="/users/Guardian_de_historias">Guardian_de_historias</a>, <a href="/users/Emberontheashes517">Emberontheashes517</a>, <a href="/users/NovaAnang">NovaAnang</a>, <a href="/users/Thecaramelsecrets">Thecaramelsecrets</a>, <a href="/users/smoakberry">smoakberry</a>, <a href="/users/StarsEverywhereBitch">StarsEverywhereBitch</a>, <a href="/users/Lizzyfaber">Lizzyfaber</a>, <a href="/users/Why_is_a_user_name_necessary">Why_is_a_user_name_necessary</a>, <a href="/users/bearswithlazereyes">bearswithlazereyes</a>, <a href="/users/SurohSopsisofClouds">SurohSopsisofClouds</a>, <a href="/users/rainbow_haired_idiot">rainbow_haired_idiot</a>, <a href="/users/Kea2121312">Kea2121312</a>, <a href="/users/InTheMix">InTheMix</a>, <a href="/users/Aglio_Saggezza">Aglio_Saggezza</a>, <a href="/users/Swirlingflight">Swirlingflight</a>, <a href="/users/Saik0u">Saik0u</a>, <a href="/users/JusKIdding">JusKIdding</a>, <a href="/users/X_Well_Dang_X">X_Well_Dang_X</a>, <a href="/users/a_tortoise_with_3_cups">a_tortoise_with_3_cups</a>, <a href="/users/ame_colours">ame_colours</a>, <a href="/users/lavenderdreams">lavenderdreams</a>, <a href="/users/Pineapple_Hurt">Pineapple_Hurt</a>, <a href="/users/Crimmy">Crimmy</a>, <a href="/users/VixenTheWolf">VixenTheWolf</a>, <a href="/users/Artemis_Fortune">Artemis_Fortune</a>, <a href="/users/passiveAfficionado">passiveAfficionado</a>, <a href="/users/Yarn_Weaver">Yarn_Weaver</a>, <a href="/users/ehu123">ehu123</a>, <a href="/users/BarryAllenIsTheFlash">BarryAllenIsTheFlash</a>, <a href="/users/Sensoray">Sensoray</a>, <a href="/users/sarcasticwhaleshark">sarcasticwhaleshark</a>, <a href="/users/Birdeer">Birdeer</a>, <a href="/users/FreeElf">FreeElf</a>, <a href="/users/TheFearlessArmy">TheFearlessArmy</a>, <a href="/users/kaanna">kaanna</a>, <a href="/users/PuddingMeow">PuddingMeow</a>, <a href="/users/Psychedelic0Kitty">Psychedelic0Kitty</a>, <a href="/users/TramontAnna">TramontAnna</a>, <a href="/users/BluebottleTea">BluebottleTea</a>, <a href="/users/BU8BLES404">BU8BLES404</a>, <a href="/users/Starlightfantasy">Starlightfantasy</a>, <a href="/users/mistress_of_sarcasm">mistress_of_sarcasm</a>, <a href="/users/TopographicalMapOfUtah">TopographicalMapOfUtah</a>, <a href="/users/sparkypikachu">sparkypikachu</a>, <a href="/users/JackiSax">JackiSax</a>, <a href="/users/AvaSwan">AvaSwan</a>, <a href="/users/anniewallden">anniewallden</a>, <a href="/users/simplesongsmistress">simplesongsmistress</a>, <a href="/users/YesItWasAReference">YesItWasAReference</a>, <a href="/users/DGshoe">DGshoe</a>, <a href="/users/zanbandia">zanbandia</a>, <a href="/users/tinystargazer">tinystargazer</a>, <a href="/users/Markhyuck9900">Markhyuck9900</a>, <a href="/users/tadashicat">tadashicat</a>, <a href="/users/OctoberDays">OctoberDays</a>, <a href="/users/TheSirenix">TheSirenix</a>, <a href="/users/FictiveFeline">FictiveFeline</a>, <a href="/users/Shelbell19">Shelbell19</a>, <a href="/users/freyxama">freyxama</a>, <a href="/users/Broken_Arrow">Broken_Arrow</a>, <a href="/users/theSarcasticWench">theSarcasticWench</a>, <a href="/users/HelplessLemon">HelplessLemon</a>, <a href="/users/Beeslippers">Beeslippers</a>, <a href="/users/the_bookwyrm">the_bookwyrm</a>, <a href="/users/WalkingTheRoad">WalkingTheRoad</a>, <a href="/users/Sam41999">Sam41999</a>, <a href="/users/Stacimalibu">Stacimalibu</a>, <a href="/users/StarryKnight565">StarryKnight565</a>, <a href="/users/RecklessPrudence">RecklessPrudence</a>, <a href="/users/Prophesier_Key">Prophesier_Key</a>, <a href="/users/GreyDayMoon">GreyDayMoon</a>, <a href="/users/smolmenace">smolmenace</a>, <a href="/users/The_she_demons">The_she_demons</a>, <a href="/users/Myamissymoo">Myamissymoo</a>, <a href="/users/RinnyEC">RinnyEC</a>, <a href="/users/Red_Lego2x4">Red_Lego2x4</a>, <a href="/users/Rose_Of_Dusk">Rose_Of_Dusk</a>, <a href="/users/NotASloth">NotASloth</a>, <a href="/users/MysticFlamingo">MysticFlamingo</a>, <a href="/users/Baranor7">Baranor7</a>, <a href="/users/aloserkid">aloserkid</a>, <a href="/users/ShadowedGalaxy">ShadowedGalaxy</a>, <a href="/users/Tempest_Nemesis">Tempest_Nemesis</a>, <a href="/users/OnyxStitches">OnyxStitches</a>, <a href="/users/Troper_Nyaru">Troper_Nyaru</a>, <a href="/users/QingJynnBean_27">QingJynnBean_27</a>, <a href="/users/Blance_DuBois">Blance_DuBois</a>, <a href="/users/i_am_a_small_potato">i_am_a_small_potato</a>, <a href="/users/tobifog">tobifog</a>, <a href="/users/arch101">arch101</a>, <a href="/users/Tj123">Tj123</a>, <a href="/users/Wintermichael">Wintermichael</a>, <a href="/users/TheEndorCreeper">TheEndorCreeper</a>, <a href="/users/Whitetiger789">Whitetiger789</a>, <a href="/users/whod99">whod99</a>, <a href="/users/CheesusCrust">CheesusCrust</a>, <a href="/users/Scrivenger_Grimgar">Scrivenger_Grimgar</a>, <a href="/users/Zerph">Zerph</a>, <a href="/users/alkaidp">alkaidp</a>, <a href="/users/FunNerd">FunNerd</a>, <a href="/users/AnabelleRosenai">AnabelleRosenai</a>, <a href="/users/befuddle">befuddle</a>, <a href="/users/Dumpster_Closet">Dumpster_Closet</a>, <a href="/users/Acteae">Acteae</a>, <a href="/users/Chimeras_Hope">Chimeras_Hope</a>, <a href="/users/Kibokite">Kibokite</a>, <a href="/users/Dracovoce">Dracovoce</a>, <a href="/users/UmiMumi">UmiMumi</a>, <a href="/users/idnn927">idnn927</a>, <a href="/users/leggyleo">leggyleo</a>, <a href="/users/Wolfgirl85670">Wolfgirl85670</a>, <a href="/users/jaBeca_desafinada">jaBeca_desafinada</a>, <a href="/users/RadAceFriend">RadAceFriend</a>, <a href="/users/Alenari">Alenari</a>, <a href="/users/Lacila">Lacila</a>, <a href="/users/XiontheDragon">XiontheDragon</a>, <a href="/users/the_lost_Homestuck">the_lost_Homestuck</a>, <a href="/users/Maximilian_Alexander">Maximilian_Alexander</a>, <a href="/users/Comedy_Junky88">Comedy_Junky88</a>, <a href="/users/Poseidon95">Poseidon95</a>, <a href="/users/Kyonarai">Kyonarai</a>, <a href="/users/BlueLiliesStars">BlueLiliesStars</a>, <a href="/users/Marina_Rosette">Marina_Rosette</a>, <a href="/users/peacock_mami">peacock_mami</a>, <a href="/users/SpaceFarm">SpaceFarm</a>, <a href="/users/FairlyWicked">FairlyWicked</a>, <a href="/users/jelliefishies">jelliefishies</a>, <a href="/users/AnOverObsessedShipper">AnOverObsessedShipper</a>, <a href="/users/l_ermite">l_ermite</a>, <a href="/users/LilacAsteroid">LilacAsteroid</a>, <a href="/users/Seniorirish2">Seniorirish2</a>, <a href="/users/Verdantia">Verdantia</a>, <a href="/users/TheStoryWever">TheStoryWever</a>, <a href="/users/unreemarkable">unreemarkable</a>, <a href="/users/Theodore_Writes">Theodore_Writes</a>, <a href="/users/Rytsu">Rytsu</a>, <a href="/users/Kenaressa">Kenaressa</a>, <a href="/users/lethaltea">lethaltea</a>, <a href="/users/StarryNightConstellations">StarryNightConstellations</a>, <a href="/users/Porpoise_philosopher">Porpoise_philosopher</a>, <a href="/users/ForbiddenFandom">ForbiddenFandom</a>, <a href="/users/EmmaSaysHi">EmmaSaysHi</a>, <a href="/users/writingforFUNandbecauseBoredom">writingforFUNandbecauseBoredom</a>, <a href="/users/Seer_Of_Life">Seer_Of_Life</a>, <a href="/users/Dismallyadorable">Dismallyadorable</a>, <a href="/users/KanaSee">KanaSee</a>, <a href="/users/InTheSnow">InTheSnow</a>, <a href="/users/babbling_bedlamite">babbling_bedlamite</a>, <a href="/users/Chupilca">Chupilca</a>, <a href="/users/girlizzima">girlizzima</a>, <a href="/users/dearwhimsy">dearwhimsy</a>, <a href="/users/Delsark">Delsark</a>, <a href="/users/thebuildingsnotonfire">thebuildingsnotonfire</a>, <a href="/users/Elyra_the_Grey">Elyra_the_Grey</a>, <a href="/users/PinkieStyle">PinkieStyle</a>, <a href="/users/mxpiter">mxpiter</a>, <a href="/users/SpaceY787">SpaceY787</a>, <a href="/users/Sennica">Sennica</a>, <a href="/users/Kingdom_of_Ice">Kingdom_of_Ice</a>, <a href="/users/Seekingtheoblivion">Seekingtheoblivion</a>, <a href="/users/ashenRebirth">ashenRebirth</a>, <a href="/users/phoenixdaisy">phoenixdaisy</a>, <a href="/users/Walker4">Walker4</a>, <a href="/users/hopsus">hopsus</a>, <a href="/users/Im_super_trash_owo">Im_super_trash_owo</a>, <a href="/users/Dovakitten">Dovakitten</a>, <a href="/users/MiaoMi">MiaoMi</a>, <a href="/users/sunflowersafehaven">sunflowersafehaven</a>, <a href="/users/Scaradango">Scaradango</a>, <a href="/users/TheUnnamedSin">TheUnnamedSin</a>, <a href="/users/aqustd">aqustd</a>, <a href="/users/Missatatoperv">Missatatoperv</a>, <a href="/users/WrensThrenody">WrensThrenody</a>, <a href="/users/condonzack">condonzack</a>, <a href="/users/lue_n05">lue_n05</a>, <a href="/users/conned_by_connwaer">conned_by_connwaer</a>, <a href="/users/HikariFlower">HikariFlower</a>, <a href="/users/Hue_Scan">Hue_Scan</a>, <a href="/users/SpaceButterflies">SpaceButterflies</a>, <a href="/users/IridescentStars">IridescentStars</a>, <a href="/users/poisonred">poisonred</a>, <a href="/users/GoddamnItNoctis">GoddamnItNoctis</a>, <a href="/users/bleubirdsong">bleubirdsong</a>, <a href="/users/Gogle">Gogle</a>, <a href="/users/KyokiUzumaki">KyokiUzumaki</a>, <a href="/users/wintersnout">wintersnout</a>, <a href="/users/TheKillerQueen">TheKillerQueen</a>, <a href="/users/SamMason666">SamMason666</a>, <a href="/users/Midnight_Reader">Midnight_Reader</a>, <a href="/users/TrueLove17yugi_yami">TrueLove17yugi_yami</a>, <a href="/users/patronsaintoffuck">patronsaintoffuck</a>, <a href="/users/KRDiStort">KRDiStort</a>, <a href="/users/VardaKatsu">VardaKatsu</a>, <a href="/users/ImpassiveMoon">ImpassiveMoon</a>, <a href="/users/020_Serpens_1996">020_Serpens_1996</a>, <a href="/users/YokoHasagagua">YokoHasagagua</a>, <a href="/users/cunninglanguage">cunninglanguage</a>, <a href="/users/Silverwolf1211">Silverwolf1211</a>, <a href="/users/honorelle">honorelle</a>, <a href="/users/terribly_shy">terribly_shy</a>, <a href="/users/sprytfrysker">sprytfrysker</a>, <a href="/users/ProfessionalCranberry">ProfessionalCranberry</a>, <a href="/users/mayhavefakedit">mayhavefakedit</a>, <a href="/users/SilentReader_R">SilentReader_R</a>, <a href="/users/Umbreonpanda">Umbreonpanda</a>, <a href="/users/MadHat_Alice">MadHat_Alice</a>, <a href="/users/ObsessiveOddball">ObsessiveOddball</a>, <a href="/users/CrimsonMoonn">CrimsonMoonn</a>, <a href="/users/Kail_lizuc">Kail_lizuc</a>, <a href="/users/TheRedSun">TheRedSun</a>, <a href="/users/Zerafall">Zerafall</a>, <a href="/users/sparklingflare0214">sparklingflare0214</a>, <a href="/users/chachamaru43">chachamaru43</a>, <a href="/users/Serenity_Hime">Serenity_Hime</a>, <a href="/users/Mystic_Rising">Mystic_Rising</a>, <a href="/users/Army_7_Life">Army_7_Life</a>, <a href="/users/ArtisticKamenRider">ArtisticKamenRider</a>, <a href="/users/Blacksun321">Blacksun321</a>, <a href="/users/pleasant_pluviophile">pleasant_pluviophile</a>, <a href="/users/ktnow8y">ktnow8y</a>, <a href="/users/AngelsAreWatchingOverYou">AngelsAreWatchingOverYou</a>, <a href="/users/RiotStyle">RiotStyle</a>, <a href="/users/SomebodyNobodyEverybody">SomebodyNobodyEverybody</a>, <a href="/users/AmazingHefi">AmazingHefi</a>, <a href="/users/Raven_hart">Raven_hart</a>, <a href="/users/BearandtheBunny">BearandtheBunny</a>, <a href="/users/Rmbz">Rmbz</a>, <a href="/users/ArietteEpsilon">ArietteEpsilon</a>, <a href="/users/alexak">alexak</a>, <a href="/users/fracil_shvets">fracil_shvets</a>, <a href="/users/ApatheticAlways">ApatheticAlways</a>, <a href="/users/TobiasWraithwall">TobiasWraithwall</a>, <a href="/users/Captainloony007">Captainloony007</a>, <a href="/users/monny2404">monny2404</a>, <a href="/users/Raggabrash">Raggabrash</a>, <a href="/users/wassupyo">wassupyo</a>, <a href="/users/i_am_nervousness">i_am_nervousness</a>, <a href="/users/chanticleer">chanticleer</a>, <a href="/users/jumpwjoy">jumpwjoy</a>, <a href="/users/Stormslostradiant">Stormslostradiant</a>, <a href="/users/MamaOwl248">MamaOwl248</a>, <a href="/users/Xstone1">Xstone1</a>, <a href="/users/Ren_berries">Ren_berries</a>, <a href="/users/Isis_the_Sphinx">Isis_the_Sphinx</a>, <a href="/users/Plagues_Vengeance">Plagues_Vengeance</a>, <a href="/users/colourfulqueer">colourfulqueer</a>, <a href="/users/ThatOneDolphinLover">ThatOneDolphinLover</a>, <a href="/users/Silfrvarg">Silfrvarg</a>, <a href="/users/zaphire18">zaphire18</a>, <a href="/users/MediocreSavant">MediocreSavant</a>, <a href="/users/Harym42">Harym42</a>, <a href="/users/TheVoidIsHiring">TheVoidIsHiring</a>, <a href="/users/Wowza48">Wowza48</a>, <a href="/users/Naokikiri">Naokikiri</a>, <a href="/users/GuessMyname1306">GuessMyname1306</a>, <a href="/users/FlippedScript">FlippedScript</a>, <a href="/users/yandare_senpai">yandare_senpai</a>, <a href="/users/Punpun">Punpun</a>, <a href="/users/AlterNight">AlterNight</a>, <a href="/users/043912">043912</a>, <a href="/users/deerang2002">deerang2002</a>, <a href="/users/what_even_is_sleep">what_even_is_sleep</a>, <a href="/users/CloverLord">CloverLord</a>, <a href="/users/DeadPatrol">DeadPatrol</a>, <a href="/users/compass96">compass96</a>, <a href="/users/Usili">Usili</a>, <a href="/users/Scinn">Scinn</a>, <a href="/users/IrogicalArgument">IrogicalArgument</a>, <a href="/users/dekkaisdefyinggravity">dekkaisdefyinggravity</a>, <a href="/users/hmn92">hmn92</a>, <a href="/users/LilyLeaves">LilyLeaves</a>, <a href="/users/wintershope">wintershope</a>, <a href="/users/TabbyNundo">TabbyNundo</a>, <a href="/users/HandHelld">HandHelld</a>, <a href="/users/Twin2">Twin2</a>, <a href="/users/glueballs">glueballs</a>, <a href="/users/Salka24">Salka24</a>, <a href="/users/Magical_librarian">Magical_librarian</a>, <a href="/users/justsomebread">justsomebread</a>, <a href="/users/LastHope">LastHope</a>, <a href="/users/Ronnie_Lewis">Ronnie_Lewis</a>, <a href="/users/JesterCard">JesterCard</a>, <a href="/users/Nightfaaal">Nightfaaal</a>, <a href="/users/justalilfangirl">justalilfangirl</a>, <a href="/users/AmusedDevil">AmusedDevil</a>, <a href="/users/YumeFuragumento">YumeFuragumento</a>, <a href="/users/Paintmosi">Paintmosi</a>, <a href="/users/Zalewinds">Zalewinds</a>, <a href="/users/the_humdrum">the_humdrum</a>, <a href="/users/LordDoitsu">LordDoitsu</a>, <a href="/users/russian_space_geckos">russian_space_geckos</a>, <a href="/users/Olorisstra">Olorisstra</a>, <a href="/users/M1zushi">M1zushi</a>, <a href="/users/Fellfromthevoid">Fellfromthevoid</a>, <a href="/users/ninasafiri">ninasafiri</a>, <a href="/users/Guard1ans">Guard1ans</a>, <a href="/users/lyssippe">lyssippe</a>, <a href="/users/Math_Book">Math_Book</a>, <a href="/users/AppleFlapjack">AppleFlapjack</a>, <a href="/users/miscat">miscat</a>, <a href="/users/slytherinsdaughter">slytherinsdaughter</a>, <a href="/users/IceWolf92">IceWolf92</a>, <a href="/users/Gigas">Gigas</a>, <a href="/users/Zelezawui">Zelezawui</a>, <a href="/users/MasterofSwords7">MasterofSwords7</a>, <a href="/users/catfire13">catfire13</a>, <a href="/users/Caellen">Caellen</a>, <a href="/users/random0factor">random0factor</a>, <a href="/users/paracosim">paracosim</a>, <a href="/users/kate3248">kate3248</a>, <a href="/users/My_feets">My_feets</a>, <a href="/users/Alkirian">Alkirian</a>, <a href="/users/bisexualpirate">bisexualpirate</a>, <a href="/users/MakaChii">MakaChii</a>, <a href="/users/miikkuli">miikkuli</a>, <a href="/users/SchrodingersKat">SchrodingersKat</a>, <a href="/users/scarfshark">scarfshark</a>, <a href="/users/pandadictator">pandadictator</a>, <a href="/users/Candetrona">Candetrona</a>, <a href="/users/SeraphiraLilith">SeraphiraLilith</a>, <a href="/users/Pause143">Pause143</a>, <a href="/users/starlighted">starlighted</a>, <a href="/users/SaccharineSalt">SaccharineSalt</a>, <a href="/users/CaitieAHHHH">CaitieAHHHH</a>, <a href="/users/cerulai">cerulai</a>, <a href="/users/this_strangebewilderment">this_strangebewilderment</a>, <a href="/users/Nacho_Cheese">Nacho_Cheese</a>, <a href="/users/rune_ined">rune_ined</a>, <a href="/users/AsFarAsICouldSee">AsFarAsICouldSee</a>, <a href="/users/Adwen">Adwen</a>, <a href="/users/Miss_Write">Miss_Write</a>, <a href="/users/serotonus">serotonus</a>, <a href="/users/EvilZebra">EvilZebra</a>, <a href="/users/igoldengirl007">igoldengirl007</a>, <a href="/users/Tb22194">Tb22194</a>, <a href="/users/LudonarrativeDissonance">LudonarrativeDissonance</a>, <a href="/users/TheHollyTree">TheHollyTree</a>, <a href="/users/Ellarian">Ellarian</a>, <a href="/users/percyjackass">percyjackass</a>, <a href="/users/Ace_of_Spades">Ace_of_Spades</a>, <a href="/users/PastelCandy">PastelCandy</a>, <a href="/users/Ginger_Senpai">Ginger_Senpai</a>, <a href="/users/GunsAndMagic">GunsAndMagic</a>, <a href="/users/Kikiqueen">Kikiqueen</a>, <a href="/users/NyanzoYiffmada">NyanzoYiffmada</a>, <a href="/users/popcornpile">popcornpile</a>, <a href="/users/mangoisee">mangoisee</a>, <a href="/users/berkaa">berkaa</a>, <a href="/users/KirishiMom">KirishiMom</a>, <a href="/users/Akirama">Akirama</a>, <a href="/users/shakina">shakina</a>, <a href="/users/kim1131">kim1131</a>, <a href="/users/insidiousillusions">insidiousillusions</a>, <a href="/users/Luminarily">Luminarily</a>, <a href="/users/loveurselfmp3">loveurselfmp3</a>, <a href="/users/whymeiy">whymeiy</a>, <a href="/users/Dead_but_only_ironically">Dead_but_only_ironically</a>, <a href="/users/Kyuubi_Kuroba">Kyuubi_Kuroba</a>, <a href="/users/MYCOOKIESVENOMOUSYESTHEYBITE">MYCOOKIESVENOMOUSYESTHEYBITE</a>, <a href="/users/KaiTheAwesomeGuy">KaiTheAwesomeGuy</a>, <a href="/users/Neis">Neis</a>, <a href="/users/kuroiitami">kuroiitami</a>, <a href="/users/temperature_is_fake">temperature_is_fake</a>, <a href="/users/Brynhilde">Brynhilde</a>, <a href="/users/Veorie">Veorie</a>, <a href="/users/AnalogRain">AnalogRain</a>, <a href="/users/wodniw_a">wodniw_a</a>, <a href="/users/MySolitude">MySolitude</a>, <a href="/users/DragonMoon2995">DragonMoon2995</a>, <a href="/users/AshlinMerdew">AshlinMerdew</a>, <a href="/users/chabbit">chabbit</a>, <a href="/users/LOGO_Comics">LOGO_Comics</a>, <a href="/users/Tealeafcustom">Tealeafcustom</a>, <a href="/users/PsychaoticButterscotch">PsychaoticButterscotch</a>, <a href="/users/Kitsune243">Kitsune243</a>, <a href="/users/Batgirlbunny">Batgirlbunny</a>, <a href="/users/YggiDee">YggiDee</a>, <a href="/users/Mezzy2468">Mezzy2468</a>, <a href="/users/Sparsile">Sparsile</a>, <a href="/users/FianatOfAvalon">FianatOfAvalon</a>, <a href="/users/SkyeMist">SkyeMist</a>, <a href="/users/septemberisending">septemberisending</a>, <a href="/users/Slyaa_134">Slyaa_134</a>, <a href="/users/giovygio91">giovygio91</a>, <a href="/users/Mellisah">Mellisah</a>, <a href="/users/RumpleTheWanderer">RumpleTheWanderer</a>, <a href="/users/DeerShifter">DeerShifter</a>, <a href="/users/poetikat">poetikat</a>, <a href="/users/DementorsBane">DementorsBane</a>, <a href="/users/SierraToYourMist">SierraToYourMist</a>, <a href="/users/CriticalSecret">CriticalSecret</a>, <a href="/users/ThermicSine">ThermicSine</a>, <a href="/users/Monozuchan">Monozuchan</a>, <a href="/users/tomatoRenegade">tomatoRenegade</a>, <a href="/users/StyrofoamSickness">StyrofoamSickness</a>, <a href="/users/Wolfren13">Wolfren13</a>, <a href="/users/mamawerewolf">mamawerewolf</a>, <a href="/users/Dontjudgemyfanfichistory">Dontjudgemyfanfichistory</a>, <a href="/users/when_the_mayflowers_bloom">when_the_mayflowers_bloom</a>, <a href="/users/justsmilemore">justsmilemore</a>, <a href="/users/Kayl">Kayl</a>, <a href="/users/Lady_Genevieve">Lady_Genevieve</a>, <a href="/users/Ithilion">Ithilion</a>, <a href="/users/Hiepsfrog">Hiepsfrog</a>, <a href="/users/Renkades">Renkades</a>, <a href="/users/DragonRider53">DragonRider53</a>, <a href="/users/secondlandia">secondlandia</a>, <a href="/users/Slirry">Slirry</a>, <a href="/users/DawningFlower">DawningFlower</a>, <a href="/users/Madine_has_arrived20">Madine_has_arrived20</a>, <a href="/users/HoodedLord">HoodedLord</a>, <a href="/users/scrawly_times">scrawly_times</a>, <a href="/users/sunandmooniceandsnow">sunandmooniceandsnow</a>, <a href="/users/NutmegCucurbita">NutmegCucurbita</a>, <a href="/users/bravo">bravo</a>, <a href="/users/Leosworld">Leosworld</a>, <a href="/users/CureIcy">CureIcy</a>, <a href="/users/MajorSession">MajorSession</a>, <a href="/users/PhyreGirl">PhyreGirl</a>, <a href="/users/EmpressofFei">EmpressofFei</a>, <a href="/users/Haru_Kuwamine">Haru_Kuwamine</a>, <a href="/users/PixelKind">PixelKind</a>, <a href="/users/GingerKid1701">GingerKid1701</a>, <a href="/users/atwistedconundrum">atwistedconundrum</a>, <a href="/users/Soul_of_the_Kitsune">Soul_of_the_Kitsune</a>, <a href="/users/Silver_tenshi">Silver_tenshi</a>, <a href="/users/Shadowphoenix16">Shadowphoenix16</a>, <a href="/users/Sanemadness">Sanemadness</a>, <a href="/users/sceleris">sceleris</a>, <a href="/users/Crazy_wolf_2477">Crazy_wolf_2477</a>, <a href="/users/Jaggedheart">Jaggedheart</a>, <a href="/users/Rootin_Tootin_Toucan">Rootin_Tootin_Toucan</a>, <a href="/users/Redsparrow12">Redsparrow12</a>, <a href="/users/girlwithouttime">girlwithouttime</a>, <a href="/users/ChaosMage175">ChaosMage175</a>, <a href="/users/Delighted_to_Read_You">Delighted_to_Read_You</a>, <a href="/users/yaowoyorozu">yaowoyorozu</a>, <a href="/users/BiblioMatsuri">BiblioMatsuri</a>, <a href="/users/meridien313">meridien313</a>, <a href="/users/SallyJay">SallyJay</a>, <a href="/users/Apsire">Apsire</a>, <a href="/users/Jay_Bird6810">Jay_Bird6810</a>, <a href="/users/NamioftheSea">NamioftheSea</a>, <a href="/users/Lord_Miraak">Lord_Miraak</a>, <a href="/users/PendingPendulum">PendingPendulum</a>, <a href="/users/MidKnightOwl">MidKnightOwl</a>, <a href="/users/celibateHero">celibateHero</a>, <a href="/users/GhostTikTak">GhostTikTak</a>, <a href="/users/Masked_Victim">Masked_Victim</a>, <a href="/users/FriendlyObsessiveReader">FriendlyObsessiveReader</a>, <a href="/users/Fittonia">Fittonia</a>, <a href="/users/iwonderandiwander">iwonderandiwander</a>, <a href="/users/Andrake">Andrake</a>, <a href="/users/Jamica">Jamica</a>, <a href="/users/UltimateGamer101">UltimateGamer101</a>, <a href="/users/Blaiddsumu">Blaiddsumu</a>, <a href="/users/Trax369">Trax369</a>, <a href="/users/DubbLeohh">DubbLeohh</a>, <a href="/users/HikariNekoo">HikariNekoo</a>, <a href="/users/Ashallayndarkyn">Ashallayndarkyn</a>, <a href="/users/TheCheeseWitch">TheCheeseWitch</a>, <a href="/users/Vector_Arrows">Vector_Arrows</a>, <a href="/users/Lynn_kitsune">Lynn_kitsune</a>, <a href="/users/ShinkaAkira">ShinkaAkira</a>, <a href="/users/winterthur">winterthur</a>, <a href="/users/Idontknowisuckwithnames">Idontknowisuckwithnames</a>, <a href="/users/shunned_one">shunned_one</a>, <a href="/users/Bubblemuffles">Bubblemuffles</a>, <a href="/users/loatroll">loatroll</a>, <a href="/users/DemoiselleRouge">DemoiselleRouge</a>, <a href="/users/4annfals">4annfals</a>, <a href="/users/Feather_Qwill">Feather_Qwill</a>, <a href="/users/Sunny_yea">Sunny_yea</a>, <a href="/users/Chirolite">Chirolite</a>, <a href="/users/Emordnilap101">Emordnilap101</a>, <a href="/users/purple_lips">purple_lips</a>, <a href="/users/CantBelieveItsNotGay">CantBelieveItsNotGay</a>, <a href="/users/SkyBunny25">SkyBunny25</a>, <a href="/users/HoneyBadger97">HoneyBadger97</a>, <a href="/users/Alilaila">Alilaila</a>, <a href="/users/Tangibility">Tangibility</a>, <a href="/users/frozenintime">frozenintime</a>, <a href="/users/Prisca_Cosmo">Prisca_Cosmo</a>, <a href="/users/yada1993">yada1993</a>, <a href="/users/bluemoldxcalicocat">bluemoldxcalicocat</a>, <a href="/users/SeeMyShadows">SeeMyShadows</a>, <a href="/users/katyr0101">katyr0101</a>, <a href="/users/MsLilly">MsLilly</a>, <a href="/users/hi_im_whY">hi_im_whY</a>, <a href="/users/Zepheric">Zepheric</a>, <a href="/users/Before_i_sleep">Before_i_sleep</a>, <a href="/users/AuroraDragon">AuroraDragon</a>, <a href="/users/DacianaDrakul24">DacianaDrakul24</a>, <a href="/users/Reijade">Reijade</a>, <a href="/users/LazyCoffee">LazyCoffee</a>, <a href="/users/Koganei_chan0104">Koganei_chan0104</a>, <a href="/users/PwincessSapphire">PwincessSapphire</a>, <a href="/users/bookandtvlover465">bookandtvlover465</a>, <a href="/users/ChewyNemesis">ChewyNemesis</a>, <a href="/users/Aurelyn">Aurelyn</a>, <a href="/users/AthenasDragon138">AthenasDragon138</a>, <a href="/users/Onlyus">Onlyus</a>, <a href="/users/YellowWomanontheBrink">YellowWomanontheBrink</a>, <a href="/users/accord">accord</a>, <a href="/users/captainsatire">captainsatire</a>, <a href="/users/WordCubed">WordCubed</a>, <a href="/users/tybaltcapulet">tybaltcapulet</a>, <a href="/users/onwardforalways">onwardforalways</a>, <a href="/users/Brushstrokefox">Brushstrokefox</a>, <a href="/users/Hoxrns">Hoxrns</a>, <a href="/users/MynameisJodi">MynameisJodi</a>, <a href="/users/lazy_spectator">lazy_spectator</a>, <a href="/users/LameGayShark">LameGayShark</a>, <a href="/users/Lottie_Tsubasa">Lottie_Tsubasa</a>, <a href="/users/Ashtreemeadow">Ashtreemeadow</a>, <a href="/users/Raining_Leaves">Raining_Leaves</a>, <a href="/users/Artemis_Crimson">Artemis_Crimson</a>, <a href="/users/Anthem_of_Liones">Anthem_of_Liones</a>, <a href="/users/Shirokurobaku">Shirokurobaku</a>, <a href="/users/Deannaistirednnngh">Deannaistirednnngh</a>, <a href="/users/reinariel">reinariel</a>, <a href="/users/ORgasmicPigeon">ORgasmicPigeon</a>, <a href="/users/creativesm75">creativesm75</a>, <a href="/users/lizzpercush">lizzpercush</a>, <a href="/users/Catkyn">Catkyn</a>, <a href="/users/poisonedbymako">poisonedbymako</a>, <a href="/users/Harley_Q">Harley_Q</a>, <a href="/users/Psiiren">Psiiren</a>, <a href="/users/Mute_Madness">Mute_Madness</a>, <a href="/users/Ingeitum">Ingeitum</a>, <a href="/users/HarriedHermes">HarriedHermes</a>, <a href="/users/secret_werewolves">secret_werewolves</a>, <a href="/users/Socordiam">Socordiam</a>, <a href="/users/rigi">rigi</a>, <a href="/users/LadyImago">LadyImago</a>, <a href="/users/Glowfire">Glowfire</a>, <a href="/users/Moonpuzzle">Moonpuzzle</a>, <a href="/users/OrangeKe_2">OrangeKe_2</a>, <a href="/users/scorpioblueeyes">scorpioblueeyes</a>, <a href="/users/Mothmanisreal">Mothmanisreal</a>, <a href="/users/MightyMouse">MightyMouse</a>, <a href="/users/CosplayRaven">CosplayRaven</a>, <a href="/users/aroray">aroray</a>, <a href="/users/Assiduously_Haphazard">Assiduously_Haphazard</a>, <a href="/users/And_My_Axe_Girl">And_My_Axe_Girl</a>, <a href="/users/DaemonWolfe">DaemonWolfe</a>, <a href="/users/Nahjii">Nahjii</a>, <a href="/users/Musecal">Musecal</a>, <a href="/users/momomonstrosity_37">momomonstrosity_37</a>, <a href="/users/Pallascatevo">Pallascatevo</a>, <a href="/users/HeckinMotherYee">HeckinMotherYee</a>, <a href="/users/lucky1025">lucky1025</a>, <a href="/users/Della_Lupa">Della_Lupa</a>, <a href="/users/Rothinsel">Rothinsel</a>, <a href="/users/Skadi_The_Goddess_of_Winter">Skadi_The_Goddess_of_Winter</a>, <a href="/users/Asomewolf">Asomewolf</a>, <a href="/users/TheShippingGirl">TheShippingGirl</a>, <a href="/users/LizwiddaZ">LizwiddaZ</a>, <a href="/users/leilairan3">leilairan3</a>, <a href="/users/AllForPun">AllForPun</a>, <a href="/users/Lucidity">Lucidity</a>, <a href="/users/keiyos">keiyos</a>, <a href="/users/koneji">koneji</a>, <a href="/users/Redrayvn">Redrayvn</a>, <a href="/users/ben_jaded">ben_jaded</a>, <a href="/users/Mysterious_Prophetess">Mysterious_Prophetess</a>, <a href="/users/bootsandboulders">bootsandboulders</a>, <a href="/users/IfWishesWereHorses">IfWishesWereHorses</a>, <a href="/users/Shinju_Tori">Shinju_Tori</a>, <a href="/users/Goodminji">Goodminji</a>, <a href="/users/LDK">LDK</a>, <a href="/users/Aminaoi">Aminaoi</a>, <a href="/users/Starchaic">Starchaic</a>, <a href="/users/SonAsami">SonAsami</a>, <a href="/users/queenofugh">queenofugh</a>, <a href="/users/SuneaterKuvan">SuneaterKuvan</a>, <a href="/users/Dessmina">Dessmina</a>, <a href="/users/Lila_Vitoria">Lila_Vitoria</a>, <a href="/users/kimchiwrites">kimchiwrites</a>, <a href="/users/Nightfire_kVala">Nightfire_kVala</a>, <a href="/users/YourEndIsNye">YourEndIsNye</a>, <a href="/users/Dire_Kumori">Dire_Kumori</a>, <a href="/users/Howltriem">Howltriem</a>, <a href="/users/Raven_Iris">Raven_Iris</a>, <a href="/users/lord_ibau">lord_ibau</a>, <a href="/users/Mellifluous_Cadance">Mellifluous_Cadance</a>, <a href="/users/Stackerwlf">Stackerwlf</a>, <a href="/users/imprisonbabies">imprisonbabies</a>, <a href="/users/Unformal_Sorrelle">Unformal_Sorrelle</a>, <a href="/users/Inkillousionist">Inkillousionist</a>, <a href="/users/xenzen">xenzen</a>, <a href="/users/Nataliebe96">Nataliebe96</a>, <a href="/users/ninjaeris131">ninjaeris131</a>, <a href="/users/RhapsodicDorito">RhapsodicDorito</a>, <a href="/users/living_with_the_night">living_with_the_night</a>, <a href="/users/lightningstrikes">lightningstrikes</a>, <a href="/users/AwesomeOnly">AwesomeOnly</a>, <a href="/users/Texiliaz">Texiliaz</a>, <a href="/users/ERI_HIO">ERI_HIO</a>, <a href="/users/chipperdan">chipperdan</a>, <a href="/users/VictoryUlforce">VictoryUlforce</a>, <a href="/users/wei_wei_wei">wei_wei_wei</a>, <a href="/users/StrudelQueen">StrudelQueen</a>, <a href="/users/CrossBones">CrossBones</a>, <a href="/users/peachmlk">peachmlk</a>, <a href="/users/Im_happy_dammit">Im_happy_dammit</a>, <a href="/users/Justtochi">Justtochi</a>, <a href="/users/SilentUnicornSpeaks">SilentUnicornSpeaks</a>, <a href="/users/Alhenair">Alhenair</a>, <a href="/users/Jericoshost">Jericoshost</a>, <a href="/users/Imaginationzkey">Imaginationzkey</a>, <a href="/users/DoomsdayKitten">DoomsdayKitten</a>, <a href="/users/BookLover2401">BookLover2401</a>, <a href="/users/Heylel_27">Heylel_27</a>, <a href="/users/Snowfluff">Snowfluff</a>, <a href="/users/Dicove">Dicove</a>, <a href="/users/cyborg23">cyborg23</a>, <a href="/users/NeptunesMirror">NeptunesMirror</a>, <a href="/users/Adramaelim">Adramaelim</a>, <a href="/users/Book_Worm1414">Book_Worm1414</a>, <a href="/users/vannerrie">vannerrie</a>, <a href="/users/brieflydeepperson">brieflydeepperson</a>, <a href="/users/RianMoeru">RianMoeru</a>, <a href="/users/Yomion">Yomion</a>, <a href="/users/Swedishluck">Swedishluck</a>, <a href="/users/p3paula">p3paula</a>, <a href="/users/dhazellouise">dhazellouise</a>, <a href="/users/nuggle3">nuggle3</a>, <a href="/users/AgentWindsnap">AgentWindsnap</a>, <a href="/users/Rein">Rein</a>, <a href="/users/ShotgunWoman">ShotgunWoman</a>, <a href="/users/redhuntress26">redhuntress26</a>, <a href="/users/Martesh">Martesh</a>, <a href="/users/democord">democord</a>, <a href="/users/Diomedeidae">Diomedeidae</a>, <a href="/users/Aurbane">Aurbane</a>, <a href="/users/SenpenBanka">SenpenBanka</a>, <a href="/users/hermitcrabandproud">hermitcrabandproud</a>, <a href="/users/Eternal_Paradox001">Eternal_Paradox001</a>, <a href="/users/origami79">origami79</a>, <a href="/users/plastromeme">plastromeme</a>, <a href="/users/Seedling_lotus">Seedling_lotus</a>, <a href="/users/Werewolf_Alpha">Werewolf_Alpha</a>, <a href="/users/The_Girl_Who_Cried_Wolf">The_Girl_Who_Cried_Wolf</a>, <a href="/users/Daga000">Daga000</a>, <a href="/users/yeehawfam">yeehawfam</a>, <a href="/users/Sea_Nagatani">Sea_Nagatani</a>, <a href="/users/DJdjakko">DJdjakko</a>, <a href="/users/Trashreciptical">Trashreciptical</a>, <a href="/users/Hydrawolf">Hydrawolf</a>, <a href="/users/BlueNekomata">BlueNekomata</a>, <a href="/users/MakeBelieveMacy">MakeBelieveMacy</a>, <a href="/users/Kuro_freak_fanatic">Kuro_freak_fanatic</a>, <a href="/users/Wishdead">Wishdead</a>, <a href="/users/Hep0katti">Hep0katti</a>, <a href="/users/kyzalon">kyzalon</a>, <a href="/users/VampireJellybean15">VampireJellybean15</a>, <a href="/users/TheBookstore">TheBookstore</a>, <a href="/users/Silentshadow01">Silentshadow01</a>, <a href="/users/Reianon">Reianon</a>, <a href="/users/larryslarrie">larryslarrie</a>, <a href="/users/booping_the_snoot">booping_the_snoot</a>, <a href="/users/Sori13">Sori13</a>, <a href="/users/Vault166">Vault166</a>, <a href="/users/Usagi_chan">Usagi_chan</a>, <a href="/users/Arulan">Arulan</a>, <a href="/users/sleepy_willow">sleepy_willow</a>, <a href="/users/RYuuri27">RYuuri27</a>, <a href="/users/LexiAchieves">LexiAchieves</a>, <a href="/users/atypicalhypocrite">atypicalhypocrite</a>, <a href="/users/acomist">acomist</a>, <a href="/users/SkyArt">SkyArt</a>, <a href="/users/Trebor200008">Trebor200008</a>, <a href="/users/SethTheStitcher">SethTheStitcher</a>, <a href="/users/under_the_sea_dragon">under_the_sea_dragon</a>, <a href="/users/ilreies">ilreies</a>, <a href="/users/Nastish07">Nastish07</a>, <a href="/users/spacekid96">spacekid96</a>, <a href="/users/A_Wolf_Of_Ideas">A_Wolf_Of_Ideas</a>, <a href="/users/oliczek23">oliczek23</a>, <a href="/users/Nobody101">Nobody101</a>, <a href="/users/chrismarium">chrismarium</a>, <a href="/users/thejumpingbean14">thejumpingbean14</a>, <a href="/users/Genevive">Genevive</a>, <a href="/users/ArcaneCougar">ArcaneCougar</a>, <a href="/users/IndecisivePsyche">IndecisivePsyche</a>, <a href="/users/MothLarva">MothLarva</a>, <a href="/users/The_BloodyEagle">The_BloodyEagle</a>, <a href="/users/Ni_hilism">Ni_hilism</a>, <a href="/users/kipzzz">kipzzz</a>, <a href="/users/AnimeVampire">AnimeVampire</a>, <a href="/users/TheJadedPhoenix">TheJadedPhoenix</a>, <a href="/users/Its_Icecream_BB">Its_Icecream_BB</a>, <a href="/users/Alexe15">Alexe15</a>, <a href="/users/IronAngelOfAsguard">IronAngelOfAsguard</a>, <a href="/users/Baba_Yaga">Baba_Yaga</a>, <a href="/users/lamiahime">lamiahime</a>, <a href="/users/rutledgegirl">rutledgegirl</a>, <a href="/users/SaraBlake">SaraBlake</a>, <a href="/users/LoveHopes">LoveHopes</a>, <a href="/users/bookqueen15">bookqueen15</a>, <a href="/users/Rubiendz">Rubiendz</a>, <a href="/users/Shii">Shii</a>, <a href="/users/DaniKleine">DaniKleine</a>, <a href="/users/100shots100hits">100shots100hits</a>, <a href="/users/pan_demic">pan_demic</a>, <a href="/users/Possessedwolf">Possessedwolf</a>, <a href="/users/Bmorales">Bmorales</a>, <a href="/users/MalaMoon">MalaMoon</a>, <a href="/users/andreanna">andreanna</a>, <a href="/users/ImbalancedPhilosophy">ImbalancedPhilosophy</a>, <a href="/users/Micha247">Micha247</a>, <a href="/users/theaveragegatsby27">theaveragegatsby27</a>, <a href="/users/raven30142">raven30142</a>, <a href="/users/arwainian">arwainian</a>, <a href="/users/Honey_Apples">Honey_Apples</a>, <a href="/users/Calworks">Calworks</a>, <a href="/users/traviswj">traviswj</a>, <a href="/users/eternalblue">eternalblue</a>, <a href="/users/Deathlysilence">Deathlysilence</a>, <a href="/users/CAMIvH">CAMIvH</a>, <a href="/users/wolfshadow009">wolfshadow009</a>, <a href="/users/dekuquake">dekuquake</a>, <a href="/users/becamarquex">becamarquex</a>, <a href="/users/Dreamillusions">Dreamillusions</a>, <a href="/users/LabyrinthOfShadows">LabyrinthOfShadows</a>, <a href="/users/Penultimated">Penultimated</a>, <a href="/users/peachstems">peachstems</a>, <a href="/users/Gilraen_Euphemia_Amandil_Shirokaze">Gilraen_Euphemia_Amandil_Shirokaze</a>, <a href="/users/Kikenna">Kikenna</a>, <a href="/users/NightmareFlames">NightmareFlames</a>, <a href="/users/CarmineCranes">CarmineCranes</a>, <a href="/users/Spookmin">Spookmin</a>, <a href="/users/Annis_lau">Annis_lau</a>, <a href="/users/NihilistClarkKent">NihilistClarkKent</a>, <a href="/users/scienceside">scienceside</a>, <a href="/users/Luminoir">Luminoir</a>, <a href="/users/SupahJapah">SupahJapah</a>, <a href="/users/prettyboysylveon">prettyboysylveon</a>, <a href="/users/flamecranium">flamecranium</a>, <a href="/users/Lucy112358">Lucy112358</a>, <a href="/users/SIC_Prowl">SIC_Prowl</a>, <a href="/users/melodyxchii">melodyxchii</a>, <a href="/users/MissusMG">MissusMG</a>, <a href="/users/Netara">Netara</a>, <a href="/users/CIL78">CIL78</a>, <a href="/users/Illumihottie">Illumihottie</a>, <a href="/users/Katola">Katola</a>, <a href="/users/Chriko">Chriko</a>, <a href="/users/ScourgeFanatic101">ScourgeFanatic101</a>, <a href="/users/Letters2Elvinscend">Letters2Elvinscend</a>, <a href="/users/onsheka">onsheka</a>, <a href="/users/thrice_a_fool">thrice_a_fool</a>, <a href="/users/ImSoBored246">ImSoBored246</a>, <a href="/users/Willa_Night">Willa_Night</a>, <a href="/users/Drop_Dead_Inside">Drop_Dead_Inside</a>, <a href="/users/RandomUsername13">RandomUsername13</a>, <a href="/users/Uzulover">Uzulover</a>, <a href="/users/wendigogoboots">wendigogoboots</a>, <a href="/users/kunnskat">kunnskat</a>, <a href="/users/Hiroshi">Hiroshi</a>, <a href="/users/MissK">MissK</a>, <a href="/users/KagamiNoHikari">KagamiNoHikari</a>, <a href="/users/miloutic">miloutic</a>, <a href="/users/PlsLetMeSleep23">PlsLetMeSleep23</a>, <a href="/users/stellascribes">stellascribes</a>, <a href="/users/Ananda_Samsara">Ananda_Samsara</a>, <a href="/users/op_gryphon978">op_gryphon978</a>, <a href="/users/Weedzuku">Weedzuku</a>, <a href="/users/vixiveri">vixiveri</a>, <a href="/users/sleepyTree">sleepyTree</a>, <a href="/users/Calic_Rec">Calic_Rec</a>, <a href="/users/fonn">fonn</a>, <a href="/users/Lyquoritte">Lyquoritte</a>, <a href="/users/Monyas">Monyas</a>, <a href="/users/Omnipotentdogs">Omnipotentdogs</a>, <a href="/users/Blackmoontiger">Blackmoontiger</a>, <a href="/users/Usagi323">Usagi323</a>, <a href="/users/Rahtoro">Rahtoro</a>, <a href="/users/Livvy_london">Livvy_london</a>, <a href="/users/tillifer">tillifer</a>, <a href="/users/Opheliad">Opheliad</a>, <a href="/users/songofcirce">songofcirce</a>, <a href="/users/DelightfulSepsis">DelightfulSepsis</a>, <a href="/users/Wereder">Wereder</a>, <a href="/users/xRuiruiXxx">xRuiruiXxx</a>, <a href="/users/Verity58">Verity58</a>, <a href="/users/Racnarath">Racnarath</a>, <a href="/users/ghastlyGoodwill">ghastlyGoodwill</a>, <a href="/users/InsanityRed">InsanityRed</a>, <a href="/users/WarriorofAces">WarriorofAces</a>, <a href="/users/iconoclastic04">iconoclastic04</a>, <a href="/users/Justpassingthru">Justpassingthru</a>, <a href="/users/Rainofbrokenpromise">Rainofbrokenpromise</a>, <a href="/users/sweetie_24">sweetie_24</a>, <a href="/users/OmegaBeast27">OmegaBeast27</a>, <a href="/users/DraconaAria">DraconaAria</a>, <a href="/users/KazYrmir">KazYrmir</a>, <a href="/users/Sly_Helador">Sly_Helador</a>, <a href="/users/php30010">php30010</a>, <a href="/users/ladyasher13">ladyasher13</a>, <a href="/users/forgottenwhispers">forgottenwhispers</a>, <a href="/users/Amethyst_Moon">Amethyst_Moon</a>, <a href="/users/Slaayerr">Slaayerr</a>, <a href="/users/NagaTreeCrester">NagaTreeCrester</a>, <a href="/users/Lyneana">Lyneana</a>, <a href="/users/nightlilly">nightlilly</a>, <a href="/users/ohgodnowhhy">ohgodnowhhy</a>, <a href="/users/Owieeey">Owieeey</a>, <a href="/users/rayningnight">rayningnight</a>, <a href="/users/FlyingArtist">FlyingArtist</a>, <a href="/users/janazza">janazza</a>, <a href="/users/InsanityUnleashed">InsanityUnleashed</a>, <a href="/users/Fortify45">Fortify45</a>, <a href="/users/iaxyatz">iaxyatz</a>, <a href="/users/mandaknewthis">mandaknewthis</a>, <a href="/users/SaLtYrAiNbOwS">SaLtYrAiNbOwS</a>, <a href="/users/theuglyfriend">theuglyfriend</a>, <a href="/users/Winterfrostt">Winterfrostt</a>, <a href="/users/Maniacdreamer1998">Maniacdreamer1998</a>, <a href="/users/j99450">j99450</a>, <a href="/users/DAsObiQuiet">DAsObiQuiet</a>, <a href="/users/Swiny">Swiny</a>, <a href="/users/sarcasticforfunson">sarcasticforfunson</a>, <a href="/users/satisfice">satisfice</a>, <a href="/users/Matt_Phars">Matt_Phars</a>, <a href="/users/iAmDiaaa">iAmDiaaa</a>, <a href="/users/clamspeaks">clamspeaks</a>, <a href="/users/Ancer">Ancer</a>, <a href="/users/Chloe_has_2_hands">Chloe_has_2_hands</a>, <a href="/users/rabbitwords">rabbitwords</a>, <a href="/users/smallorderofcurlyfries">smallorderofcurlyfries</a>, <a href="/users/MrLackingSanity">MrLackingSanity</a>, <a href="/users/AnDeasAriana">AnDeasAriana</a>, <a href="/users/Ejrin">Ejrin</a>, <a href="/users/Rapture38">Rapture38</a>, <a href="/users/AkiraDaWolf">AkiraDaWolf</a>, <a href="/users/Astral_Throne">Astral_Throne</a>, <a href="/users/Silver_Shadow360">Silver_Shadow360</a>, <a href="/users/InfiniteToast">InfiniteToast</a>, <a href="/users/Kyotokiki">Kyotokiki</a>, <a href="/users/commonlyquixotic">commonlyquixotic</a>, <a href="/users/pointvee">pointvee</a>, <a href="/users/MentalNewt">MentalNewt</a>, <a href="/users/KH_Nobody">KH_Nobody</a>, <a href="/users/LordAlania">LordAlania</a>, <a href="/users/sofi16_1999">sofi16_1999</a>, <a href="/users/raindroproses">raindroproses</a>, <a href="/users/Sapphyre_Lorallen">Sapphyre_Lorallen</a>, <a href="/users/jaypeg">jaypeg</a>, <a href="/users/TykiTavi">TykiTavi</a>, <a href="/users/nakamotakoyaki">nakamotakoyaki</a>, <a href="/users/quillsoffire">quillsoffire</a>, <a href="/users/rubywings91">rubywings91</a>, <a href="/users/AmethystClearwater">AmethystClearwater</a>, <a href="/users/JonathanSporkTheSecond">JonathanSporkTheSecond</a>, <a href="/users/ShippingForALiving">ShippingForALiving</a>, <a href="/users/zombiepdb">zombiepdb</a>, <a href="/users/AwesomeAnimePrincess">AwesomeAnimePrincess</a>, <a href="/users/Lunatrix">Lunatrix</a>, <a href="/users/Kollaux">Kollaux</a>, <a href="/users/UssopTheLiar">UssopTheLiar</a>, <a href="/users/Hajime_Mitsoyo">Hajime_Mitsoyo</a>, <a href="/users/Percys_Panda_Pillow_Pet">Percys_Panda_Pillow_Pet</a>, <a href="/users/Korvidae_Rex">Korvidae_Rex</a>, <a href="/users/ForgettableFace">ForgettableFace</a>, <a href="/users/SavageSamurai">SavageSamurai</a>, <a href="/users/Zed_27">Zed_27</a>, <a href="/users/JulesShallRule">JulesShallRule</a>, <a href="/users/momochiaki">momochiaki</a>, <a href="/users/Emillest">Emillest</a>, <a href="/users/Pegasister60">Pegasister60</a>, <a href="/users/Hollow_Whisperings">Hollow_Whisperings</a>, <a href="/users/KitKatssie">KitKatssie</a>, <a href="/users/FlosEtIgnis">FlosEtIgnis</a>, <a href="/users/helianthemum">helianthemum</a>, <a href="/users/Shamsia">Shamsia</a>, <a href="/users/Scatterbone">Scatterbone</a>, <a href="/users/Daydreamer412">Daydreamer412</a>, <a href="/users/kappa_ta">kappa_ta</a>, <a href="/users/RoyalAdvisor13">RoyalAdvisor13</a>, <a href="/users/Azgats_Len">Azgats_Len</a>, <a href="/users/Moron1">Moron1</a>, <a href="/users/quietncryptic">quietncryptic</a>, <a href="/users/TrashZone">TrashZone</a>, <a href="/users/NoisyMuffin">NoisyMuffin</a>, <a href="/users/Vampsbware">Vampsbware</a>, <a href="/users/Bookspazz55">Bookspazz55</a>, <a href="/users/Pegistar5">Pegistar5</a>, <a href="/users/PhellDown">PhellDown</a>, <a href="/users/Ghostlanxx">Ghostlanxx</a>, <a href="/users/catarina566">catarina566</a>, <a href="/users/ANIME_IS_LIFE_bOI">ANIME_IS_LIFE_bOI</a>, <a href="/users/improbableZero">improbableZero</a>, <a href="/users/Silvalina">Silvalina</a>, <a href="/users/Setyourlazerstopew">Setyourlazerstopew</a>, <a href="/users/Elisye">Elisye</a>, <a href="/users/BlueRosariv">BlueRosariv</a>, <a href="/users/HuaFeiHua">HuaFeiHua</a>, <a href="/users/Lums_the_Hummus_Kid">Lums_the_Hummus_Kid</a>, <a href="/users/Smol_mushroom">Smol_mushroom</a>, <a href="/users/vindice">vindice</a>, <a href="/users/Paper_lily">Paper_lily</a>, <a href="/users/ShoetsuOtaku">ShoetsuOtaku</a>, <a href="/users/Momma">Momma</a>, <a href="/users/Lionan">Lionan</a>, <a href="/users/wnhy48">wnhy48</a>, <a href="/users/StaticBean227">StaticBean227</a>, <a href="/users/webtail">webtail</a>, <a href="/users/OrigamiSensei">OrigamiSensei</a>, <a href="/users/not_maddie">not_maddie</a>, <a href="/users/hellpudding">hellpudding</a>, <a href="/users/Baezetsu">Baezetsu</a>, <a href="/users/kanae1968">kanae1968</a>, <a href="/users/UserNameInstalling">UserNameInstalling</a>, <a href="/users/Pandaa123">Pandaa123</a>, <a href="/users/MaddAchinchilla">MaddAchinchilla</a>, <a href="/users/L_y_n">L_y_n</a>, <a href="/users/KairiOliver">KairiOliver</a>, <a href="/users/Goofy_Boss">Goofy_Boss</a>, <a href="/users/pen_and_pencil">pen_and_pencil</a>, <a href="/users/HautBanane">HautBanane</a>, <a href="/users/a_Strangers_Pov">a_Strangers_Pov</a>, <a href="/users/floofspring">floofspring</a>, <a href="/users/yonaka_tan">yonaka_tan</a>, <a href="/users/jeprose01">jeprose01</a>, <a href="/users/Code_Shikai_S">Code_Shikai_S</a>, <a href="/users/MysteryMystery">MysteryMystery</a>, <a href="/users/wraven881">wraven881</a>, <a href="/users/belle_jennichi">belle_jennichi</a>, <a href="/users/late_choco">late_choco</a>, <a href="/users/Perseus_Freedom">Perseus_Freedom</a>, <a href="/users/Howl_to_the_Moon">Howl_to_the_Moon</a>, <a href="/users/SayaRules">SayaRules</a>, <a href="/users/bsbluv28">bsbluv28</a>, <a href="/users/ZeroMotivationToWrite">ZeroMotivationToWrite</a>, <a href="/users/Simbjammin">Simbjammin</a>, <a href="/users/Ludicrously_Idiotic">Ludicrously_Idiotic</a>, <a href="/users/pervywisenerd">pervywisenerd</a>, <a href="/users/NoWarningSignNoAlibi">NoWarningSignNoAlibi</a>, <a href="/users/Phaes">Phaes</a>, <a href="/users/lilbabybirdie">lilbabybirdie</a>, <a href="/users/rainbowsinshadesofblue">rainbowsinshadesofblue</a>, <a href="/users/Kael_Vercorian">Kael_Vercorian</a>, <a href="/users/echotalia">echotalia</a>, <a href="/users/UnknownDevil666">UnknownDevil666</a>, <a href="/users/Sungsi">Sungsi</a>, <a href="/users/Just_Another_Introvert">Just_Another_Introvert</a>, <a href="/users/Foresthunter">Foresthunter</a>, <a href="/users/ProcrastinatorQueen">ProcrastinatorQueen</a>, <a href="/users/Aerdnanocte">Aerdnanocte</a>, <a href="/users/Strawbellie666">Strawbellie666</a>, <a href="/users/SevenRenny">SevenRenny</a>, <a href="/users/Axolotl_In_A_Bottle">Axolotl_In_A_Bottle</a>, <a href="/users/vasenrys">vasenrys</a>, <a href="/users/Ellibarrie">Ellibarrie</a>, <a href="/users/olympian_mystery">olympian_mystery</a>, <a href="/users/LordGrima">LordGrima</a>, <a href="/users/explorne">explorne</a>, <a href="/users/belawyn">belawyn</a>, <a href="/users/curledqueen">curledqueen</a>, <a href="/users/Darkdragonforge">Darkdragonforge</a>, <a href="/users/Fremontii">Fremontii</a>, <a href="/users/bee_official">bee_official</a>, <a href="/users/mangageek23">mangageek23</a>, <a href="/users/chocolettu">chocolettu</a>, <a href="/users/God_Of_Cake">God_Of_Cake</a>, <a href="/users/HereToSuffer">HereToSuffer</a>, <a href="/users/HunterOfTheWild">HunterOfTheWild</a>, <a href="/users/Kai_Lu">Kai_Lu</a>, <a href="/users/RoyalBard">RoyalBard</a>, <a href="/users/zephyr_dh">zephyr_dh</a>, <a href="/users/Blackhole_Called_Anime">Blackhole_Called_Anime</a>, <a href="/users/Mysana">Mysana</a>, <a href="/users/0ssian">0ssian</a>, <a href="/users/NingenShikkaku">NingenShikkaku</a>, <a href="/users/samlavie">samlavie</a>, <a href="/users/TenebrisDecora">TenebrisDecora</a>, <a href="/users/Serventa">Serventa</a>, <a href="/users/RedQueen">RedQueen</a>, <a href="/users/kinnoonnanoko">kinnoonnanoko</a>, <a href="/users/KnightofAwesome">KnightofAwesome</a>, <a href="/users/Liana_Alma">Liana_Alma</a>, <a href="/users/Sapphire_Arrow">Sapphire_Arrow</a>, <a href="/users/EstaJay">EstaJay</a>, <a href="/users/idiocypersonified">idiocypersonified</a>, <a href="/users/Millberry_5">Millberry_5</a>, <a href="/users/fireredrose95">fireredrose95</a>, <a href="/users/NotTheTomato">NotTheTomato</a>, <a href="/users/CactusInPots">CactusInPots</a>, <a href="/users/thisiscrasy">thisiscrasy</a>, <a href="/users/moriartyshouldseemeinacrown">moriartyshouldseemeinacrown</a>, <a href="/users/Isola">Isola</a>, <a href="/users/Firefang32942">Firefang32942</a>, <a href="/users/TheLadyVanora">TheLadyVanora</a>, <a href="/users/Itcamefromashes">Itcamefromashes</a>, <a href="/users/themysteriousinternetentity">themysteriousinternetentity</a>, <a href="/users/ReyRose">ReyRose</a>, <a href="/users/irradtional">irradtional</a>, <a href="/users/Tobiyolo">Tobiyolo</a>, <a href="/users/HillKleen">HillKleen</a>, <a href="/users/OnlyHereForTheCat">OnlyHereForTheCat</a>, <a href="/users/mandaley">mandaley</a>, <a href="/users/ConsumedFandomFrenzy">ConsumedFandomFrenzy</a>, <a href="/users/ArseniK19">ArseniK19</a>, <a href="/users/StormySkies95">StormySkies95</a>, <a href="/users/Noodlethoughts">Noodlethoughts</a>, <a href="/users/Thireven">Thireven</a>, <a href="/users/Valkyrian_Profiler">Valkyrian_Profiler</a>, <a href="/users/Rosey16">Rosey16</a>, <a href="/users/wolfshaman84">wolfshaman84</a>, <a href="/users/atolla">atolla</a>, <a href="/users/Imaon">Imaon</a>, <a href="/users/TwistedDisaster">TwistedDisaster</a>, <a href="/users/Dyute">Dyute</a>, <a href="/users/CuzImninjathatway">CuzImninjathatway</a>, <a href="/users/quietgalaxies">quietgalaxies</a>, <a href="/users/MerelOye">MerelOye</a>, <a href="/users/covirn">covirn</a>, <a href="/users/Oixys">Oixys</a>, <a href="/users/DarkinRed">DarkinRed</a>, <a href="/users/Sparkle9510">Sparkle9510</a>, <a href="/users/AlwaysSometimesKobold">AlwaysSometimesKobold</a>, <a href="/users/ChickenBrittle">ChickenBrittle</a>, <a href="/users/rrr98">rrr98</a>, <a href="/users/IlluminatingSceadugenga">IlluminatingSceadugenga</a>, <a href="/users/milquetoastttttt">milquetoastttttt</a>, <a href="/users/chillychill">chillychill</a>, <a href="/users/Mizukiyoru_Shiroko">Mizukiyoru_Shiroko</a>, <a href="/users/RainAmbrosius">RainAmbrosius</a>, <a href="/users/vickibla">vickibla</a>, <a href="/users/SickApothecary">SickApothecary</a>, <a href="/users/nkole12">nkole12</a>, <a href="/users/derevosky">derevosky</a>, <a href="/users/wickednotevil">wickednotevil</a>, <a href="/users/Grey_sky_BG90">Grey_sky_BG90</a>, <a href="/users/liuenhui">liuenhui</a>, <a href="/users/Ploiarium">Ploiarium</a>, <a href="/users/Vinny_Gunfetti">Vinny_Gunfetti</a>, <a href="/users/Paristandard">Paristandard</a>, <a href="/users/FancyTragedyCat">FancyTragedyCat</a>, <a href="/users/forrealthough">forrealthough</a>, <a href="/users/Irina2010med">Irina2010med</a>, <a href="/users/AnjuSchiffer">AnjuSchiffer</a>, <a href="/users/AceEntrope_y">AceEntrope_y</a>, <a href="/users/TheMagicPlok">TheMagicPlok</a>, <a href="/users/condulences">condulences</a>, <a href="/users/RuneShadow24">RuneShadow24</a>, <a href="/users/ryouseiteki">ryouseiteki</a>, <a href="/users/sententiae_bonae">sententiae_bonae</a>, <a href="/users/art_Dragon">art_Dragon</a>, <a href="/users/AFellowOtaku">AFellowOtaku</a>, <a href="/users/coobieduwang">coobieduwang</a>, <a href="/users/Kennedy1226">Kennedy1226</a>, <a href="/users/Hiruma">Hiruma</a>, <a href="/users/ArkofTime">ArkofTime</a>, <a href="/users/TimeLordLucario">TimeLordLucario</a>, <a href="/users/CAELandTAiyo">CAELandTAiyo</a>, <a href="/users/niln">niln</a>, <a href="/users/JaniceJade">JaniceJade</a>, <a href="/users/winter_368">winter_368</a>, <a href="/users/princessoro">princessoro</a>, <a href="/users/melono246">melono246</a>, <a href="/users/Assasin8">Assasin8</a>, <a href="/users/Sparky_crazymofo">Sparky_crazymofo</a>, <a href="/users/DarthPeezy">DarthPeezy</a>, <a href="/users/burningsaiyan">burningsaiyan</a>, <a href="/users/Torn_Pride_Flag">Torn_Pride_Flag</a>, <a href="/users/NightFireFury">NightFireFury</a>, <a href="/users/Just_Tired">Just_Tired</a>, <a href="/users/Monochrome13">Monochrome13</a>, <a href="/users/ThatOnePlatypus">ThatOnePlatypus</a>, <a href="/users/Dante_Morgan">Dante_Morgan</a>, <a href="/users/ReadingIsGreaterThanWriting">ReadingIsGreaterThanWriting</a>, <a href="/users/senna_robbins">senna_robbins</a>, <a href="/users/Snowleaper">Snowleaper</a>, <a href="/users/Coelum">Coelum</a>, <a href="/users/Kamu">Kamu</a>, <a href="/users/Sneaky_Commenter">Sneaky_Commenter</a>, <a href="/users/localcryptidkid">localcryptidkid</a>, <a href="/users/ableedingheart">ableedingheart</a>, <a href="/users/Lexus_night">Lexus_night</a>, <a href="/users/Night_Pixie">Night_Pixie</a>, <a href="/users/tinygrunt">tinygrunt</a>, <a href="/users/my_haikyuu_academia">my_haikyuu_academia</a>, <a href="/users/maplebee">maplebee</a>, <a href="/users/IvorySoda">IvorySoda</a>, <a href="/users/Amadeus_Erebus_Aurelianus">Amadeus_Erebus_Aurelianus</a>, <a href="/users/HikaruWinter">HikaruWinter</a>, <a href="/users/ErinLovesPotatoes">ErinLovesPotatoes</a>, <a href="/users/catsplosionxd">catsplosionxd</a>, <a href="/users/EsotericChaos">EsotericChaos</a>, <a href="/users/Huntershyren">Huntershyren</a>, <a href="/users/ShamrockTales">ShamrockTales</a>, <a href="/users/charlietheepic7">charlietheepic7</a>, <a href="/users/PlsLetMeSleeb">PlsLetMeSleeb</a>, <a href="/users/triangulumkel">triangulumkel</a>, <a href="/users/ValenNightstorm">ValenNightstorm</a>, <a href="/users/Jukki21">Jukki21</a>, <a href="/users/Dethia9">Dethia9</a>, <a href="/users/BrilliantCrow">BrilliantCrow</a>, <a href="/users/marouli">marouli</a>, <a href="/users/AceofCoins">AceofCoins</a>, <a href="/users/Phantom_of_Shipper">Phantom_of_Shipper</a>, <a href="/users/draconicPenartastic">draconicPenartastic</a>, <a href="/users/CloudDreamer">CloudDreamer</a>, <a href="/users/quietest">quietest</a>, <a href="/users/WeAreTheLegionOfTheBeast">WeAreTheLegionOfTheBeast</a>, <a href="/users/GhostlyDragon">GhostlyDragon</a>, <a href="/users/talesasoldasbelle">talesasoldasbelle</a>, <a href="/users/blueglassesgirl">blueglassesgirl</a>, <a href="/users/Howling_Sage">Howling_Sage</a>, <a href="/users/TheRechercheRambler">TheRechercheRambler</a>, <a href="/users/Guardian_Rex">Guardian_Rex</a>, <a href="/users/NickNackNyx">NickNackNyx</a>, <a href="/users/lazycros">lazycros</a>, <a href="/users/iamanawesometaco">iamanawesometaco</a>, <a href="/users/pnpclear">pnpclear</a>, <a href="/users/1sakichan2">1sakichan2</a>, <a href="/users/insertcleverjokehere">insertcleverjokehere</a>, <a href="/users/Salirael">Salirael</a>, <a href="/users/sailor_andromeda">sailor_andromeda</a>, <a href="/users/Eadmas">Eadmas</a>, <a href="/users/x0WhisperingWinds0x">x0WhisperingWinds0x</a>, <a href="/users/CanaaniteCabalist">CanaaniteCabalist</a>, <a href="/users/LilyMoon">LilyMoon</a>, <a href="/users/RubelliteGame">RubelliteGame</a>, <a href="/users/SannaSainity">SannaSainity</a>, <a href="/users/Yuechum">Yuechum</a>, <a href="/users/Dreamichigo">Dreamichigo</a>, <a href="/users/fightme">fightme</a>, <a href="/users/thatadhdkid">thatadhdkid</a>, <a href="/users/Nightmarenip">Nightmarenip</a>, <a href="/users/artisticallySuffering">artisticallySuffering</a>, <a href="/users/Evonnys">Evonnys</a>, <a href="/users/wulfy">wulfy</a>, <a href="/users/kittenwithclaws">kittenwithclaws</a>, <a href="/users/sofia30051">sofia30051</a>, <a href="/users/QueenofOblivion">QueenofOblivion</a>, <a href="/users/Plimsoll">Plimsoll</a>, <a href="/users/ehahsou">ehahsou</a>, <a href="/users/chai_kun">chai_kun</a>, <a href="/users/Kopper">Kopper</a>, <a href="/users/ManukaHoneyTea">ManukaHoneyTea</a>, <a href="/users/LadyTardis">LadyTardis</a>, <a href="/users/saintvmon">saintvmon</a>, <a href="/users/kota_bear">kota_bear</a>, <a href="/users/Curiositywillbemydownfall">Curiositywillbemydownfall</a>, <a href="/users/Sweettoothforpie">Sweettoothforpie</a>, <a href="/users/Sleeping_Sheep">Sleeping_Sheep</a>, <a href="/users/schwertlilie">schwertlilie</a>, <a href="/users/Ms_Guillotine">Ms_Guillotine</a>, <a href="/users/OnlyMilesToGo">OnlyMilesToGo</a>, <a href="/users/L_Bane">L_Bane</a>, <a href="/users/fisukisuki">fisukisuki</a>, <a href="/users/Verassi">Verassi</a>, <a href="/users/lunarrainbows">lunarrainbows</a>, <a href="/users/tatsuzukki">tatsuzukki</a>, <a href="/users/SimplyFox">SimplyFox</a>, <a href="/users/I_am_not_error">I_am_not_error</a>, <a href="/users/Shallowsmix">Shallowsmix</a>, <a href="/users/Akemi831Sato">Akemi831Sato</a>, <a href="/users/Dys">Dys</a>, <a href="/users/FindingZ">FindingZ</a>, <a href="/users/EanSovukau">EanSovukau</a>, <a href="/users/Alienea">Alienea</a>, <a href="/users/qwaszxedc9">qwaszxedc9</a>, <a href="/users/Beetpiece">Beetpiece</a>, <a href="/users/Tibki">Tibki</a>, <a href="/users/Tsu_Doh_Nimh">Tsu_Doh_Nimh</a>, <a href="/users/Fluffy_dragon_prince">Fluffy_dragon_prince</a>, <a href="/users/Flippy750">Flippy750</a>, <a href="/users/foxandfriends">foxandfriends</a>, <a href="/users/DuugaDuuga">DuugaDuuga</a>, <a href="/users/Healer99">Healer99</a>, <a href="/users/Messier_47">Messier_47</a>, <a href="/users/paprikaParade">paprikaParade</a>, <a href="/users/TheUselessReader">TheUselessReader</a>, <a href="/users/MisterScamandros">MisterScamandros</a>, <a href="/users/seawispy">seawispy</a>, <a href="/users/DarkElectron">DarkElectron</a>, <a href="/users/Linya333">Linya333</a>, <a href="/users/speakdontweep">speakdontweep</a>, <a href="/users/ThatOneInTheCornerWithTheBook">ThatOneInTheCornerWithTheBook</a>, <a href="/users/Chyme">Chyme</a>, <a href="/users/complexities">complexities</a>, <a href="/users/Caelismylife">Caelismylife</a>, <a href="/users/r3nlock">r3nlock</a>, <a href="/users/Sariau">Sariau</a>, <a href="/users/NobleAzure">NobleAzure</a>, <a href="/users/Bibliophage413">Bibliophage413</a>, <a href="/users/Shimura_Ootani">Shimura_Ootani</a>, <a href="/users/BoPeepWithNoSheep">BoPeepWithNoSheep</a>, <a href="/users/Infinitechange">Infinitechange</a>, <a href="/users/Comicsandslushies">Comicsandslushies</a>, <a href="/users/Hatchett">Hatchett</a>, <a href="/users/storiewriter">storiewriter</a>, <a href="/users/Byeouri">Byeouri</a>, <a href="/users/eepmeep">eepmeep</a>, <a href="/users/Miss_lollipop">Miss_lollipop</a>, <a href="/users/littlelock">littlelock</a>, <a href="/users/zourail">zourail</a>, <a href="/users/TriTaledKitsune">TriTaledKitsune</a>, <a href="/users/thecozydragon">thecozydragon</a>, <a href="/users/Koneko_san">Koneko_san</a>, <a href="/users/Eorendel">Eorendel</a>, <a href="/users/Atsuisora">Atsuisora</a>, <a href="/users/Racke">Racke</a>, <a href="/users/opaillya">opaillya</a>, <a href="/users/Sonder001">Sonder001</a>, <a href="/users/zeixx">zeixx</a>, <a href="/users/The_Na_In_Mina">The_Na_In_Mina</a>, <a href="/users/KillerBee">KillerBee</a>, <a href="/users/bulgecursed">bulgecursed</a>, <a href="/users/Kyu_Momo">Kyu_Momo</a>, <a href="/users/marcysama">marcysama</a>, <a href="/users/TerribleWriter">TerribleWriter</a>, <a href="/users/MochiMochiDohyon">MochiMochiDohyon</a>, <a href="/users/wilowisp">wilowisp</a>, <a href="/users/CeleryWilliams">CeleryWilliams</a>, <a href="/users/Rafflehaffle">Rafflehaffle</a>, <a href="/users/nightowlz">nightowlz</a>, <a href="/users/Greiver_Dhark">Greiver_Dhark</a>, <a href="/users/DorkLord">DorkLord</a>, <a href="/users/Malky">Malky</a>, <a href="/users/Daitoshi">Daitoshi</a>, <a href="/users/sleepingugly">sleepingugly</a>, <a href="/users/Isob3l">Isob3l</a>, <a href="/users/neuroticalien">neuroticalien</a>, <a href="/users/Ihniwid">Ihniwid</a>, <a href="/users/KrakenAntlers">KrakenAntlers</a>, <a href="/users/minorcharacter">minorcharacter</a>, <a href="/users/RLNN">RLNN</a>, <a href="/users/Astral_Firefrost">Astral_Firefrost</a>, <a href="/users/sh_04e">sh_04e</a>, <a href="/users/Maddy_Grace">Maddy_Grace</a>, <a href="/users/TheLordoftheDisc">TheLordoftheDisc</a>, <a href="/users/Phantom_of_Fenrir">Phantom_of_Fenrir</a>, <a href="/users/Mikadosenju">Mikadosenju</a>, <a href="/users/Brightness_Random">Brightness_Random</a>, <a href="/users/Ring_Apple">Ring_Apple</a>, <a href="/users/Yuilhan">Yuilhan</a>, <a href="/users/luciferTM">luciferTM</a>, <a href="/users/CloudE">CloudE</a>, <a href="/users/lucyfer35">lucyfer35</a>, <a href="/users/RakkiAnkh">RakkiAnkh</a>, <a href="/users/Guratta">Guratta</a>, <a href="/users/Pointedflower">Pointedflower</a>, <a href="/users/StuffHappens">StuffHappens</a>, <a href="/users/Nealex">Nealex</a>, <a href="/users/Skull1412">Skull1412</a>, <a href="/users/Ziatrix">Ziatrix</a>, <a href="/users/whyica">whyica</a>, <a href="/users/Cheshire_flower">Cheshire_flower</a>, <a href="/users/ScissorLord">ScissorLord</a>, <a href="/users/Alexisminas">Alexisminas</a>, <a href="/users/curtainsonfire">curtainsonfire</a>, <a href="/users/demonturtle">demonturtle</a>, <a href="/users/hookedonthesky">hookedonthesky</a>, <a href="/users/Lotus1">Lotus1</a>, <a href="/users/snow_and_cats">snow_and_cats</a>, <a href="/users/enamis">enamis</a>, <a href="/users/eRHa">eRHa</a>, <a href="/users/ElectraX12">ElectraX12</a>, <a href="/users/flickers_to_flames">flickers_to_flames</a>, <a href="/users/KattNapper">KattNapper</a>, <a href="/users/Kikaenao">Kikaenao</a>, <a href="/users/Ixempt">Ixempt</a>, <a href="/users/Hatsumei917">Hatsumei917</a>, <a href="/users/Pastelred">Pastelred</a>, <a href="/users/SpiritQuill">SpiritQuill</a>, <a href="/users/samvilric">samvilric</a>, <a href="/users/Lyra21">Lyra21</a>, <a href="/users/KoreanGal55555">KoreanGal55555</a>, <a href="/users/Krai_27">Krai_27</a>, <a href="/users/epiphanein">epiphanein</a>, <a href="/users/Meridian_Prime">Meridian_Prime</a>, <a href="/users/leewrites">leewrites</a>, <a href="/users/castawayastronaut">castawayastronaut</a>, <a href="/users/knowAll">knowAll</a>, <a href="/users/BurningShroud">BurningShroud</a>, <a href="/users/Sekishi">Sekishi</a>, <a href="/users/Fairly_Uncertain">Fairly_Uncertain</a>, <a href="/users/ingredeints">ingredeints</a>, <a href="/users/audire">audire</a>, <a href="/users/Uemangero">Uemangero</a>, <a href="/users/CassBerry">CassBerry</a>, <a href="/users/deviant_alpaca">deviant_alpaca</a>, <a href="/users/sherrysweet">sherrysweet</a>, <a href="/users/Shukkets">Shukkets</a>, <a href="/users/ckirkes2427">ckirkes2427</a>, <a href="/users/Jasminedreamsong">Jasminedreamsong</a>, <a href="/users/Jenaminya">Jenaminya</a>, <a href="/users/Elianlovescats">Elianlovescats</a>, <a href="/users/Mizudoriko">Mizudoriko</a>, <a href="/users/Booklover9477">Booklover9477</a>, <a href="/users/Guise_n_Disguise">Guise_n_Disguise</a>, <a href="/users/Eeveebattler4">Eeveebattler4</a>, <a href="/users/KashimSck">KashimSck</a>, <a href="/users/Greenapril">Greenapril</a>, <a href="/users/KingODunces">KingODunces</a>, <a href="/users/hanamaru025">hanamaru025</a>, <a href="/users/RebelPrincess">RebelPrincess</a>, <a href="/users/HannyBoo">HannyBoo</a>, <a href="/users/lariyats">lariyats</a>, <a href="/users/Jueru">Jueru</a>, <a href="/users/EggEmperor">EggEmperor</a>, <a href="/users/zombiebatgirl">zombiebatgirl</a>, <a href="/users/significantfoliage">significantfoliage</a>, <a href="/users/rowan1025">rowan1025</a>, <a href="/users/IronLucario2012">IronLucario2012</a>, <a href="/users/Evierl_Frost">Evierl_Frost</a>, <a href="/users/Neceros">Neceros</a>, <a href="/users/ashtreeowl">ashtreeowl</a>, <a href="/users/Emily_Elizabeth_Fowl">Emily_Elizabeth_Fowl</a>, <a href="/users/gins4n">gins4n</a>, <a href="/users/Phani">Phani</a>, <a href="/users/Myrddin767">Myrddin767</a>, <a href="/users/Haamulikka">Haamulikka</a>, <a href="/users/WickedBee">WickedBee</a>, <a href="/users/KitsuFae">KitsuFae</a>, <a href="/users/UnicorniaPunk">UnicorniaPunk</a>, <a href="/users/SuperIceLight">SuperIceLight</a>, <a href="/users/sechar">sechar</a>, <a href="/users/unexpected_side_effects">unexpected_side_effects</a>, <a href="/users/SainthRoux">SainthRoux</a>, <a href="/users/Mjah">Mjah</a>, <a href="/users/3AM_Sky">3AM_Sky</a>, <a href="/users/ManicMahou">ManicMahou</a>, <a href="/users/Raven1113">Raven1113</a>, <a href="/users/Zaya">Zaya</a>, <a href="/users/andromedia">andromedia</a>, <a href="/users/Some_Reader">Some_Reader</a>, <a href="/users/Metaphorical_Tables">Metaphorical_Tables</a>, <a href="/users/tenkei">tenkei</a>, <a href="/users/samoulto">samoulto</a>, <a href="/users/Mister_Ukki">Mister_Ukki</a>, <a href="/users/northpeach">northpeach</a>, <a href="/users/Cacti_Lord">Cacti_Lord</a>, <a href="/users/Ageisia">Ageisia</a>, <a href="/users/Scarper_Von_Hyde">Scarper_Von_Hyde</a>, <a href="/users/Waslala">Waslala</a>, <a href="/users/azinine">azinine</a>, <a href="/users/anodyneAvian">anodyneAvian</a>, <a href="/users/bat_teeth">bat_teeth</a>, <a href="/users/Merkitten">Merkitten</a>, <a href="/users/AnnabethLawliet">AnnabethLawliet</a>, <a href="/users/Blank09">Blank09</a>, <a href="/users/mildrice">mildrice</a>, <a href="/users/GrimSong19">GrimSong19</a>, <a href="/users/sherhi666">sherhi666</a>, <a href="/users/furiousbeluga">furiousbeluga</a>, <a href="/users/NonchalantxFish">NonchalantxFish</a>, <a href="/users/Modigar">Modigar</a>, <a href="/users/9exec">9exec</a>, <a href="/users/Lady_Ethelle">Lady_Ethelle</a>, <a href="/users/PsychologicalColors">PsychologicalColors</a>, <a href="/users/Gentrychild">Gentrychild</a>, <a href="/users/Isamaru">Isamaru</a>, <a href="/users/TheMoonOracle">TheMoonOracle</a>, <a href="/users/cloudynightstars">cloudynightstars</a>, <a href="/users/Sooshwoosh">Sooshwoosh</a>, <a href="/users/sebasent">sebasent</a>, <a href="/users/bearfighter">bearfighter</a>, <a href="/users/Kero13">Kero13</a>, <a href="/users/InfectedByTheInternet">InfectedByTheInternet</a>, <a href="/users/StrangeLady1331">StrangeLady1331</a>, <a href="/users/khattikeri">khattikeri</a>, <a href="/users/RiippleEffect">RiippleEffect</a>, <a href="/users/Cannot_think_of_a_cool_username">Cannot_think_of_a_cool_username</a>, <a href="/users/Nattyrose">Nattyrose</a>, <a href="/users/nightange1">nightange1</a>, <a href="/users/thefierydagger">thefierydagger</a>, <a href="/users/SlothOnCaffine">SlothOnCaffine</a>, <a href="/users/MeepDaLoop">MeepDaLoop</a>, <a href="/users/Georgia1727">Georgia1727</a>, <a href="/users/Serpensortia_parapluie">Serpensortia_parapluie</a>, <a href="/users/Axe_S">Axe_S</a>, <a href="/users/Graay">Graay</a>, <a href="/users/IndigoMay">IndigoMay</a>, <a href="/users/JNDC2090">JNDC2090</a>, <a href="/users/TheAmused">TheAmused</a>, <a href="/users/DragonWolfAZ">DragonWolfAZ</a>, <a href="/users/liketolaugh">liketolaugh</a>, <a href="/users/ewfte">ewfte</a>, <a href="/users/bimbambapboo">bimbambapboo</a>, <a href="/users/jacqui_may">jacqui_may</a>, <a href="/users/A_ToastToTheOutcasts">A_ToastToTheOutcasts</a>, <a href="/users/Shade_OKiller">Shade_OKiller</a>, <a href="/users/LittleLoaf">LittleLoaf</a>, <a href="/users/OrionRedde">OrionRedde</a>, <a href="/users/Anderein">Anderein</a>, <a href="/users/A_Conspiracy_of_Ravens">A_Conspiracy_of_Ravens</a>, <a href="/users/Shiba_Deku">Shiba_Deku</a>, <a href="/users/OnlyHitsuzen">OnlyHitsuzen</a>, <a href="/users/TheMagneticWitch">TheMagneticWitch</a>, <a href="/users/Greddb">Greddb</a>, <a href="/users/insomnnni">insomnnni</a>, <a href="/users/soy_un_sombrero">soy_un_sombrero</a>, <a href="/users/Jaxmyne">Jaxmyne</a>, <a href="/users/chococrumple">chococrumple</a>, <a href="/users/Madman044">Madman044</a>, <a href="/users/isadorator">isadorator</a>, <a href="/users/onlytorgato">onlytorgato</a>, <a href="/users/Da_Kaleidoscope">Da_Kaleidoscope</a>, <a href="/users/Delicious_Vice">Delicious_Vice</a>, <a href="/users/Wisteric">Wisteric</a>, <a href="/users/parchas">parchas</a>, <a href="/users/monster_bookworm">monster_bookworm</a>, <a href="/users/iluvscrewballandwoodstock">iluvscrewballandwoodstock</a>, <a href="/users/JoyWoods">JoyWoods</a>, <a href="/users/justyouwaitforit">justyouwaitforit</a>, <a href="/users/byrchgryffin">byrchgryffin</a>, <a href="/users/RiverGod">RiverGod</a>, <a href="/users/ThePackWantstheD">ThePackWantstheD</a>, <a href="/users/birdking">birdking</a>, <a href="/users/Neayss">Neayss</a>, <a href="/users/GravityIsALie">GravityIsALie</a>, <a href="/users/Kintaurus">Kintaurus</a>, <a href="/users/Snekpoetry">Snekpoetry</a>, <a href="/users/inucase">inucase</a>, <a href="/users/FauxPause">FauxPause</a>, <a href="/users/Sunrise_Flame">Sunrise_Flame</a>, <a href="/users/draconicshinx">draconicshinx</a>, <a href="/users/Readera">Readera</a>, <a href="/users/Hugggg">Hugggg</a>, <a href="/users/alech">alech</a>, <a href="/users/cryptidflavored">cryptidflavored</a>, <a href="/users/koutarogue">koutarogue</a>, <a href="/users/Kaileen">Kaileen</a>, <a href="/users/alllula">alllula</a>, <a href="/users/Cassidae">Cassidae</a>, <a href="/users/Luizalds">Luizalds</a>, <a href="/users/Xxkyoumi_chanxx">Xxkyoumi_chanxx</a>, <a href="/users/Kurokono_Tasuke">Kurokono_Tasuke</a>, <a href="/users/alamerysl">alamerysl</a>, <a href="/users/Anchi">Anchi</a>, <a href="/users/LilyWhite22">LilyWhite22</a>, <a href="/users/Nonbinary_pal">Nonbinary_pal</a>, <a href="/users/eeveelutionlover2000">eeveelutionlover2000</a>, <a href="/users/victuri">victuri</a>, <a href="/users/Ryuze">Ryuze</a>, <a href="/users/Lady_Mystra">Lady_Mystra</a>, <a href="/users/aneszto">aneszto</a>, <a href="/users/69Shirayuki96">69Shirayuki96</a>, <a href="/users/MuteTentailes">MuteTentailes</a>, <a href="/users/Merel">Merel</a>, <a href="/users/Gerbleshner">Gerbleshner</a>, <a href="/users/OriksGaming">OriksGaming</a>, <a href="/users/LostCure">LostCure</a>, <a href="/users/Ziel">Ziel</a>, <a href="/users/DropsOfSun">DropsOfSun</a>, <a href="/users/etherealtulip">etherealtulip</a>, <a href="/users/CalicoKitty402">CalicoKitty402</a>, <a href="/users/hispnaicin">hispnaicin</a>, <a href="/users/TabethaRasa">TabethaRasa</a>, <a href="/users/wstphl">wstphl</a>, <a href="/users/JudyBluff">JudyBluff</a>, <a href="/users/Astelinda">Astelinda</a>, <a href="/users/theThirteenthChild">theThirteenthChild</a>, <a href="/users/sunoa">sunoa</a>, <a href="/users/vereloj">vereloj</a>, <a href="/users/Nanook">Nanook</a>, <a href="/users/Tobalerone">Tobalerone</a>, <a href="/users/nothingseriously">nothingseriously</a>, <a href="/users/m00se">m00se</a>, <a href="/users/Aeondragon">Aeondragon</a>, <a href="/users/Quint_Polaris">Quint_Polaris</a>, <a href="/users/warpinator">warpinator</a>, <a href="/users/china_roses">china_roses</a>, <a href="/users/sablin27">sablin27</a>, <a href="/users/TanTales">TanTales</a>, <a href="/users/xibalbaolmec">xibalbaolmec</a>, <a href="/users/brawltogethernow">brawltogethernow</a>, <a href="/users/lesbianmina">lesbianmina</a>, <a href="/users/spontaneite">spontaneite</a>, <a href="/users/whodoyoudo">whodoyoudo</a>, <a href="/users/Hyacinthium">Hyacinthium</a>, <a href="/users/Mysterymew">Mysterymew</a>, <a href="/users/crimesandrhymes">crimesandrhymes</a>, <a href="/users/Fififire">Fififire</a>, <a href="/users/breakout1801">breakout1801</a>, <a href="/users/Cloy552">Cloy552</a>, <a href="/users/Mythplaced_Logic">Mythplaced_Logic</a>, <a href="/users/pink_disaster">pink_disaster</a>, <a href="/users/KittyChan">KittyChan</a>, <a href="/users/LunaKarma">LunaKarma</a>, <a href="/users/Aiyamey">Aiyamey</a>, <a href="/users/AoiMikans">AoiMikans</a>, <a href="/users/Luciola">Luciola</a>, <a href="/users/The_Phantom_Eyes">The_Phantom_Eyes</a>, <a href="/users/abrigosAzules">abrigosAzules</a>, <a href="/users/cluelesscreature">cluelesscreature</a>, <a href="/users/Sophiebybophie">Sophiebybophie</a>, <a href="/users/zntkilledme">zntkilledme</a>, <a href="/users/MagiaZenith">MagiaZenith</a>, <a href="/users/bbuttersworth">bbuttersworth</a>, <a href="/users/Avria">Avria</a>, <a href="/users/Jazlyn191">Jazlyn191</a>, <a href="/users/KnightAsphodel">KnightAsphodel</a>, <a href="/users/HockityPockity">HockityPockity</a>, <a href="/users/Lllllll687">Lllllll687</a>, <a href="/users/bombayneko">bombayneko</a>, <a href="/users/zoey_96">zoey_96</a>, <a href="/users/Guldberg">Guldberg</a>, <a href="/users/Die_Erlkonigin6083">Die_Erlkonigin6083</a>, <a href="/users/zion_a">zion_a</a>, <a href="/users/nhwaun1">nhwaun1</a>, <a href="/users/3ofClubs">3ofClubs</a>, <a href="/users/Uncharted_Constellations">Uncharted_Constellations</a>, <a href="/users/SilfarionOrchestra">SilfarionOrchestra</a>, <a href="/users/Cd1470">Cd1470</a>, <a href="/users/Xas">Xas</a>, <a href="/users/Candy284">Candy284</a>, <a href="/users/url02cabbadge">url02cabbadge</a>, <a href="/users/LuckyDreamer">LuckyDreamer</a>, <a href="/users/tinypurplegiraffe">tinypurplegiraffe</a>, <a href="/users/tsukihime1467">tsukihime1467</a>, <a href="/users/miraclegem">miraclegem</a>, <a href="/users/SweetScentences">SweetScentences</a>, <a href="/users/novelDaydreamer">novelDaydreamer</a>, <a href="/users/NomomoCutieXD">NomomoCutieXD</a>, <a href="/users/darkgrirmora97">darkgrirmora97</a>, <a href="/users/LazyPotatoo">LazyPotatoo</a>, <a href="/users/cecilquangdong">cecilquangdong</a>, <a href="/users/Pinlie">Pinlie</a>, <a href="/users/AdditionalStickers">AdditionalStickers</a>, <a href="/users/Estrella85">Estrella85</a>, <a href="/users/theisleisfullofnoises">theisleisfullofnoises</a>, <a href="/users/FerreFolkLurking">FerreFolkLurking</a>, <a href="/users/jadehml">jadehml</a>, <a href="/users/SunnyDFlower">SunnyDFlower</a>, <a href="/users/falterth">falterth</a>, <a href="/users/TheSecretUchiha">TheSecretUchiha</a>, <a href="/users/anony_mouse">anony_mouse</a>, <a href="/users/cynnix">cynnix</a>, <a href="/users/geneticus">geneticus</a>, <a href="/users/Alara16">Alara16</a>, <a href="/users/AvariceTel">AvariceTel</a>, <a href="/users/aseies">aseies</a>, <a href="/users/Wingwyrm">Wingwyrm</a>, <a href="/users/Unknownlight">Unknownlight</a>, <a href="/users/pikachurinn">pikachurinn</a>, <a href="/users/DeathFollowsMe">DeathFollowsMe</a>, <a href="/users/thegrinningcrow">thegrinningcrow</a>, <a href="/users/rrllao">rrllao</a>, <a href="/users/Kant">Kant</a>, <a href="/users/DilwynAwel">DilwynAwel</a>, <a href="/users/MythicalMind">MythicalMind</a>, <a href="/users/keikia">keikia</a>, <a href="/users/Quetoa">Quetoa</a>, <a href="/users/cupofkahvii">cupofkahvii</a>, <a href="/users/X59">X59</a>, <a href="/users/Orange_Clown">Orange_Clown</a>, <a href="/users/DistantConstellations">DistantConstellations</a>, <a href="/users/Reapergenesis32">Reapergenesis32</a>, <a href="/users/Luxurious_Hellgirl">Luxurious_Hellgirl</a>, <a href="/users/SurreptitiousLife">SurreptitiousLife</a>, <a href="/users/anandroidinatutu">anandroidinatutu</a>, <a href="/users/inherit">inherit</a>, <a href="/users/jimjams_fiddles">jimjams_fiddles</a>, <a href="/users/kpop_Itsgreat963">kpop_Itsgreat963</a>, <a href="/users/Hikaru211017">Hikaru211017</a>, <a href="/users/Deadbloodshiki62">Deadbloodshiki62</a>, <a href="/users/SerenityJay">SerenityJay</a>, <a href="/users/snickerdoodlles">snickerdoodlles</a>, <a href="/users/NobodyInWonderland">NobodyInWonderland</a>, <a href="/users/ChiwiTheKiwi">ChiwiTheKiwi</a>, <a href="/users/greenandsour">greenandsour</a>, <a href="/users/Nopedog">Nopedog</a>, <a href="/users/HahpEnds">HahpEnds</a>, <a href="/users/TheLoneWolf007">TheLoneWolf007</a>, <a href="/users/KidScrappy">KidScrappy</a>, <a href="/users/UselessQueer">UselessQueer</a>, <a href="/users/NowWithExtraSalt">NowWithExtraSalt</a>, <a href="/users/Yuu1412">Yuu1412</a>, <a href="/users/FranchezkaAntoinette">FranchezkaAntoinette</a>, <a href="/users/TheAnonFaerie">TheAnonFaerie</a>, <a href="/users/miraluna23">miraluna23</a>, <a href="/users/TheEmbodimentOfAwkwardness">TheEmbodimentOfAwkwardness</a>, <a href="/users/Im_a_ghost_i_guess">Im_a_ghost_i_guess</a>, <a href="/users/Tanya12">Tanya12</a>, <a href="/users/SunShark">SunShark</a>, <a href="/users/Jinx_Luck">Jinx_Luck</a>, <a href="/users/Evadark1">Evadark1</a>, <a href="/users/truecolorflame">truecolorflame</a>, <a href="/users/No_Naam">No_Naam</a>, <a href="/users/Selias">Selias</a>, <a href="/users/lillithschild">lillithschild</a>, <a href="/users/heiyue">heiyue</a>, <a href="/users/Zusanheim">Zusanheim</a>, <a href="/users/KisaragiMarru">KisaragiMarru</a>, <a href="/users/Waffleleaf">Waffleleaf</a>, <a href="/users/loorking">loorking</a>, <a href="/users/rosysea">rosysea</a>, <a href="/users/spossie9">spossie9</a>, <a href="/users/myfineasymptote">myfineasymptote</a>, <a href="/users/CircleCautious">CircleCautious</a>, <a href="/users/EquinePianist">EquinePianist</a>, <a href="/users/Loria_in_eternity">Loria_in_eternity</a>, <a href="/users/Dezara">Dezara</a>, <a href="/users/FanabstractedZing">FanabstractedZing</a>, <a href="/users/kaear">kaear</a>, <a href="/users/InverseAntagonism">InverseAntagonism</a>, <a href="/users/TheCrystalEevee">TheCrystalEevee</a>, <a href="/users/theinconceivabletruth">theinconceivabletruth</a>, <a href="/users/Kouen_chan">Kouen_chan</a>, <a href="/users/TheFaeDemon">TheFaeDemon</a>, <a href="/users/jelliedbeans">jelliedbeans</a>, <a href="/users/AxZi">AxZi</a>, <a href="/users/LightningPriestess">LightningPriestess</a>, <a href="/users/Jory0994">Jory0994</a>, <a href="/users/MarsBars626">MarsBars626</a>, <a href="/users/Kasplode">Kasplode</a>, <a href="/users/DisorganizedAuthor">DisorganizedAuthor</a>, <a href="/users/Kristtorn_drage">Kristtorn_drage</a>, <a href="/users/geneticMuralist">geneticMuralist</a>, <a href="/users/blueskies36">blueskies36</a>, <a href="/users/Angelmonster">Angelmonster</a>, <a href="/users/athylia">athylia</a>, <a href="/users/Cassia_alata">Cassia_alata</a>, <a href="/users/StarTrail">StarTrail</a>, <a href="/users/CodePurple">CodePurple</a>, <a href="/users/decipheringchaos">decipheringchaos</a>, <a href="/users/CharlotteDaBookworm">CharlotteDaBookworm</a>, <a href="/users/wrenchwench">wrenchwench</a>, <a href="/users/myvividreams">myvividreams</a>, <a href="/users/Scuutie">Scuutie</a>, <a href="/users/koolandkatty">koolandkatty</a>, <a href="/users/Yukionna13">Yukionna13</a>, <a href="/users/RamblingIntoTheDistance">RamblingIntoTheDistance</a>, <a href="/users/mischif">mischif</a>, <a href="/users/Rubles">Rubles</a>, <a href="/users/Hypaterin">Hypaterin</a>, <a href="/users/jamester56">jamester56</a>, <a href="/users/arinrowan">arinrowan</a>, <a href="/users/Aowly">Aowly</a>, <a href="/users/ThegreatH">ThegreatH</a>, <a href="/users/RiverScales">RiverScales</a>, <a href="/users/iguessso12">iguessso12</a>, <a href="/users/LMS616">LMS616</a>, <a href="/users/besotted">besotted</a>, <a href="/users/BlackValkyrie">BlackValkyrie</a>, <a href="/users/oxbonkus">oxbonkus</a>, <a href="/users/Sanzaki_Miya">Sanzaki_Miya</a>, <a href="/users/kendallnicola">kendallnicola</a>, <a href="/users/Zibeth">Zibeth</a>, <a href="/users/Ren_Heart">Ren_Heart</a>, <a href="/users/marguarita33">marguarita33</a>, <a href="/users/ebonyIllusion">ebonyIllusion</a>, <a href="/users/ThisCat">ThisCat</a>, <a href="/users/Niwasae">Niwasae</a>, <a href="/users/SSJSaphira">SSJSaphira</a>, <a href="/users/AkairoShikkoku">AkairoShikkoku</a>, <a href="/users/Guppygabby">Guppygabby</a>, <a href="/users/meshik">meshik</a>, <a href="/users/Carol96">Carol96</a>, <a href="/users/lineline15">lineline15</a>, <a href="/users/Angonoka">Angonoka</a>, <a href="/users/Cianidix">Cianidix</a>, <a href="/users/Tzi">Tzi</a>, <a href="/users/LastEmbers">LastEmbers</a>, <a href="/users/xama">xama</a>, <a href="/users/ShadowedAuthor">ShadowedAuthor</a>, <a href="/users/arcanesecrets">arcanesecrets</a>, <a href="/users/Benevemi">Benevemi</a>, <a href="/users/Vibvigvwrayf">Vibvigvwrayf</a>, <a href="/users/hostile_invasion">hostile_invasion</a>, <a href="/users/Fandoom_Heart">Fandoom_Heart</a>, <a href="/users/HannokiKaen">HannokiKaen</a>, <a href="/users/messalin">messalin</a>, <a href="/users/HecateKalivas">HecateKalivas</a>, <a href="/users/oriflamme">oriflamme</a>, <a href="/users/celdak18">celdak18</a>, <a href="/users/mahehe">mahehe</a>, <a href="/users/Sparkzey">Sparkzey</a>, <a href="/users/Moka_961">Moka_961</a>, <a href="/users/Grimdark_Arisen">Grimdark_Arisen</a>, <a href="/users/Saltywithwritersblock">Saltywithwritersblock</a>, <a href="/users/limpeelee">limpeelee</a>, <a href="/users/bbcat">bbcat</a>, <a href="/users/K_mimi135">K_mimi135</a>, <a href="/users/bittersblue">bittersblue</a>, <a href="/users/Solaris_Scantraxx">Solaris_Scantraxx</a>, <a href="/users/Idhren">Idhren</a>, <a href="/users/Chemarta">Chemarta</a>, <a href="/users/BBGR8">BBGR8</a>, <a href="/users/FreshDirt">FreshDirt</a>, <a href="/users/Ghostbutt33">Ghostbutt33</a>, <a href="/users/ChaseTheFreakinStars">ChaseTheFreakinStars</a>, <a href="/users/Pen_Name_Noyb">Pen_Name_Noyb</a>, <a href="/users/BleuFleur">BleuFleur</a>, <a href="/users/CallisaDawn">CallisaDawn</a>, <a href="/users/NewandOld">NewandOld</a>, <a href="/users/TacticianMark">TacticianMark</a>, <a href="/users/Asgardu">Asgardu</a>, <a href="/users/syac">syac</a>, <a href="/users/akelios">akelios</a>, <a href="/users/SealedDynasty">SealedDynasty</a>, <a href="/users/Swiftyue">Swiftyue</a>, <a href="/users/Levifold">Levifold</a>, <a href="/users/TempestKitsune">TempestKitsune</a>, <a href="/users/Dragon_Age_Fan">Dragon_Age_Fan</a>, <a href="/users/geraldAD">geraldAD</a>, <a href="/users/Sakilya">Sakilya</a>, <a href="/users/Irriella">Irriella</a>, <a href="/users/Yumemiru_hito">Yumemiru_hito</a>, <a href="/users/IllMadeKnight">IllMadeKnight</a>, <a href="/users/Jaybird_Wings">Jaybird_Wings</a>, <a href="/users/agentpiglet">agentpiglet</a>, <a href="/users/Flappycat03">Flappycat03</a>, <a href="/users/Kurvector">Kurvector</a>, <a href="/users/MidnightMixer">MidnightMixer</a>, <a href="/users/Advocate4BAMFs">Advocate4BAMFs</a>, <a href="/users/Cool_Rocks">Cool_Rocks</a>, <a href="/users/Amygdaloid07">Amygdaloid07</a>, <a href="/users/StarLost">StarLost</a>, <a href="/users/Ghlim">Ghlim</a>, <a href="/users/Renlu">Renlu</a>, <a href="/users/frodo_stole_my_ring">frodo_stole_my_ring</a>, <a href="/users/2Bmadeofglass">2Bmadeofglass</a>, <a href="/users/hydrandreams">hydrandreams</a>, <a href="/users/IncisiveRiposte">IncisiveRiposte</a>, <a href="/users/DUO_02">DUO_02</a>, <a href="/users/nex_et_nox">nex_et_nox</a>, <a href="/users/RandomGuy">RandomGuy</a>, <a href="/users/shakiya">shakiya</a>, <a href="/users/aika2020">aika2020</a>, <a href="/users/auPHE">auPHE</a>, <a href="/users/Hectopascal">Hectopascal</a>, <a href="/users/NicaMyth">NicaMyth</a>, <a href="/users/knightofdei">knightofdei</a>, <a href="/users/FunMoustache">FunMoustache</a>, <a href="/users/TheReadersGame">TheReadersGame</a>, <a href="/users/thatoneperson">thatoneperson</a>, <a href="/users/aniluv24">aniluv24</a>, <a href="/users/WorldMusic">WorldMusic</a>, <a href="/users/Mellosweet">Mellosweet</a>, <a href="/users/RikoJasmine">RikoJasmine</a>, <a href="/users/Deanlover1">Deanlover1</a>, <a href="/users/Tyranno">Tyranno</a>, <a href="/users/Ordin">Ordin</a>, <a href="/users/AkumaPrincess">AkumaPrincess</a>, <a href="/users/Sammykatza">Sammykatza</a>, <a href="/users/ChibiFelicia">ChibiFelicia</a>, <a href="/users/Brend839">Brend839</a>, <a href="/users/GrayWorld">GrayWorld</a>, <a href="/users/EllieInLove">EllieInLove</a>, <a href="/users/verboseDescription">verboseDescription</a>, <a href="/users/Edgedancer">Edgedancer</a>, <a href="/users/scapolice">scapolice</a>, <a href="/users/AvaTaggart">AvaTaggart</a>, <a href="/users/Sakurabankai">Sakurabankai</a>, <a href="/users/Lazerpie">Lazerpie</a>, <a href="/users/philona">philona</a>, <a href="/users/The_Pied_Piper">The_Pied_Piper</a>, <a href="/users/Jermani">Jermani</a>, <a href="/users/dwellin">dwellin</a>, <a href="/users/Spartaness">Spartaness</a>, <a href="/users/Sai_Cannopy">Sai_Cannopy</a>, <a href="/users/Valerii376">Valerii376</a>, <a href="/users/Blazeka">Blazeka</a>, <a href="/users/arysthaeniru">arysthaeniru</a>, <a href="/users/kat99421">kat99421</a>, <a href="/users/kpossibles">kpossibles</a>, <a href="/users/GavootTheScoot">GavootTheScoot</a>, <a href="/users/Tokoyonokuni">Tokoyonokuni</a>, <a href="/users/Shippo704">Shippo704</a>, <a href="/users/RichW">RichW</a>, <a href="/users/IRTooM">IRTooM</a>, <a href="/users/Aradow">Aradow</a>, <a href="/users/shvoop">shvoop</a>, <a href="/users/Starsilver">Starsilver</a>, <a href="/users/ATRM">ATRM</a>, <a href="/users/AnimeManiac">AnimeManiac</a>, <a href="/users/ria_green">ria_green</a>, <a href="/users/Shaydenthedude">Shaydenthedude</a>, <a href="/users/ajgryffindor">ajgryffindor</a>, <a href="/users/LovelyPrincess4">LovelyPrincess4</a>, <a href="/users/RedHeadsRock1010">RedHeadsRock1010</a>, <a href="/users/Angelcat8">Angelcat8</a>, <a href="/users/Pumpkin_Bunny">Pumpkin_Bunny</a>, <a href="/users/QuietStar">QuietStar</a>, <a href="/users/degreesofinsanity">degreesofinsanity</a>, <a href="/users/mabbofu">mabbofu</a>, <a href="/users/Soulykins">Soulykins</a>, <a href="/users/Geirhildur">Geirhildur</a>, <a href="/users/Cerokun">Cerokun</a>, <a href="/users/IncognitoPhenomenon">IncognitoPhenomenon</a>, <a href="/users/Photon51">Photon51</a>, <a href="/users/Wrath_of_Nature">Wrath_of_Nature</a>, <a href="/users/TorchPhoenix">TorchPhoenix</a>, <a href="/users/Shimanith">Shimanith</a>, <a href="/users/automn">automn</a>, <a href="/users/BonesOfBirdWings">BonesOfBirdWings</a>, <a href="/users/kazzarole">kazzarole</a>, <a href="/users/voldydoitsu">voldydoitsu</a>, <a href="/users/shipping_ruined_my_life">shipping_ruined_my_life</a>, <a href="/users/kitty2o1">kitty2o1</a>, <a href="/users/narikopathfinder">narikopathfinder</a>, <a href="/users/advait2003">advait2003</a>, <a href="/users/tunnelOFdawn">tunnelOFdawn</a>, <a href="/users/fantasprite">fantasprite</a>, <a href="/users/Talyara">Talyara</a>, <a href="/users/inuani">inuani</a>, <a href="/users/Lammstrellicon">Lammstrellicon</a>, <a href="/users/N7_Jam">N7_Jam</a>, <a href="/users/Absolem0">Absolem0</a>, <a href="/users/Myst_Silverhand">Myst_Silverhand</a>, <a href="/users/starlistic">starlistic</a>, <a href="/users/teacuptaako">teacuptaako</a>, <a href="/users/Crystallized_W">Crystallized_W</a>, <a href="/users/Heroman3003">Heroman3003</a>, <a href="/users/BlueWonder">BlueWonder</a>, <a href="/users/Colerate">Colerate</a>, <a href="/users/AbstractCows">AbstractCows</a>, <a href="/users/Victuuri_Road">Victuuri_Road</a>, <a href="/users/Yestering">Yestering</a>, <a href="/users/poisedwalrus">poisedwalrus</a>, <a href="/users/Rayvenfire12">Rayvenfire12</a>, <a href="/users/Kurohana806">Kurohana806</a>, <a href="/users/Telnan">Telnan</a>, <a href="/users/Elfhunter">Elfhunter</a>, <a href="/users/Diablotin">Diablotin</a>, <a href="/users/Anummel">Anummel</a>, <a href="/users/Jatynzel">Jatynzel</a>, <a href="/users/8bluebell8">8bluebell8</a>, <a href="/users/aniaorome">aniaorome</a>, <a href="/users/Foibles_and_Follies">Foibles_and_Follies</a>, <a href="/users/MaoCha">MaoCha</a>, <a href="/users/buru">buru</a>, <a href="/users/StarrLightning">StarrLightning</a>, <a href="/users/spacetimeenigma">spacetimeenigma</a>, <a href="/users/QueenKing">QueenKing</a>, <a href="/users/Annapods">Annapods</a>, <a href="/users/Eahei">Eahei</a>, <a href="/users/ArtisticEntropy">ArtisticEntropy</a>, <a href="/users/sidana27">sidana27</a>, <a href="/users/noes_cape">noes_cape</a>, <a href="/users/cinderous_scrivenings">cinderous_scrivenings</a>, <a href="/users/eolus">eolus</a>, <a href="/users/LuminousDelusions">LuminousDelusions</a>, <a href="/users/Rowlet">Rowlet</a>, <a href="/users/Heaven_is_a_place_on_earth">Heaven_is_a_place_on_earth</a>, <a href="/users/MikamiMoon">MikamiMoon</a>, <a href="/users/sheagar">sheagar</a>, <a href="/users/bbberry12">bbberry12</a>, <a href="/users/redhatter54">redhatter54</a>, <a href="/users/Freezing_Of_a_Heart">Freezing_Of_a_Heart</a>, <a href="/users/cacau1005">cacau1005</a>, <a href="/users/Ioeth">Ioeth</a>, <a href="/users/Purrtato">Purrtato</a>, <a href="/users/zoewinter1">zoewinter1</a>, <a href="/users/Okami_g">Okami_g</a>, <a href="/users/Mocha_and_Marx">Mocha_and_Marx</a>, <a href="/users/beantheredonethat">beantheredonethat</a>, <a href="/users/FeminineBrain">FeminineBrain</a>, <a href="/users/eeveepkmnfan">eeveepkmnfan</a>, <a href="/users/Seele">Seele</a>, <a href="/users/ToomanyOTPsbutI_love_all_of_them">ToomanyOTPsbutI_love_all_of_them</a>, <a href="/users/BlankFeathers">BlankFeathers</a>, <a href="/users/mia826">mia826</a>, <a href="/users/arcticapple">arcticapple</a>, <a href="/users/ITravelByTardis">ITravelByTardis</a>, <a href="/users/Too_Many_Usernames">Too_Many_Usernames</a>, <a href="/users/Happerry">Happerry</a>, <a href="/users/HowlingGuardian">HowlingGuardian</a>, <a href="/users/tearlessNevermore">tearlessNevermore</a>, <a href="/users/Azulish">Azulish</a>, <a href="/users/MlleKlausermans">MlleKlausermans</a>, <a href="/users/DPRenFTW">DPRenFTW</a>, <a href="/users/TiredRazzberry">TiredRazzberry</a>, <a href="/users/Elijah">Elijah</a>, <a href="/users/ultrabies">ultrabies</a>, <a href="/users/milifilou">milifilou</a>, <a href="/users/SeaCatAnna">SeaCatAnna</a>, <a href="/users/SapphireStream">SapphireStream</a>, <a href="/users/jjcc1113">jjcc1113</a>, <a href="/users/princesskel">princesskel</a>, <a href="/users/Maquette">Maquette</a>, <a href="/users/Locklain">Locklain</a>, <a href="/users/Animapower">Animapower</a>, <a href="/users/Saytherin">Saytherin</a>, <a href="/users/Canisse">Canisse</a>, <a href="/users/TSoL_iNSaNITY">TSoL_iNSaNITY</a>, <a href="/users/Janneia">Janneia</a>, <a href="/users/Unorganized_Shelf">Unorganized_Shelf</a>, <a href="/users/Lorical">Lorical</a>, <a href="/users/Levante">Levante</a>, <a href="/users/OHSQUASH">OHSQUASH</a>, <a href="/users/Jelaza">Jelaza</a>, <a href="/users/Anataeus">Anataeus</a>, <a href="/users/ladopa">ladopa</a>, <a href="/users/ChessKnight">ChessKnight</a>, <a href="/users/TediousLibrarian">TediousLibrarian</a>, <a href="/users/nykil">nykil</a>, <a href="/users/LeFang">LeFang</a>, <a href="/users/KnightPaco">KnightPaco</a>, <a href="/users/ChaoteToTheCore">ChaoteToTheCore</a>, <a href="/users/Rorb_Lalorb">Rorb_Lalorb</a>, <a href="/users/victorswreath">victorswreath</a>, <a href="/users/Harroc">Harroc</a>, <a href="/users/Riza_Wolf12">Riza_Wolf12</a>, <a href="/users/IDontEvenFandom">IDontEvenFandom</a>, <a href="/users/tsuwu">tsuwu</a>, <a href="/users/fistman_sunshine">fistman_sunshine</a>, <a href="/users/ArchaicNightfall">ArchaicNightfall</a>, <a href="/users/P_0TAT0_S">P_0TAT0_S</a>, <a href="/users/sa_turns">sa_turns</a>, <a href="/users/zenlove11">zenlove11</a>, <a href="/users/Stale_Goose">Stale_Goose</a>, <a href="/users/werewolvesRvalid">werewolvesRvalid</a>, <a href="/users/abbzeh">abbzeh</a>, <a href="/users/Lady_of_Bronze">Lady_of_Bronze</a>, <a href="/users/Crimson13">Crimson13</a>, <a href="/users/TheAmazingSpiderTeen">TheAmazingSpiderTeen</a>, <a href="/users/sevensages72000">sevensages72000</a>, <a href="/users/Juliedoo">Juliedoo</a>, <a href="/users/theshoutingslytherin">theshoutingslytherin</a>, <a href="/users/Sealunis">Sealunis</a>, <a href="/users/Rebeccaknowsyou">Rebeccaknowsyou</a>, <a href="/users/Rumorunderoath">Rumorunderoath</a>, <a href="/users/bibliofanatic">bibliofanatic</a>, <a href="/users/shadowalex2000">shadowalex2000</a>, <a href="/users/Eovin">Eovin</a>, <a href="/users/TiredSmolPrince">TiredSmolPrince</a>, <a href="/users/graeyre">graeyre</a>, <a href="/users/inkwellofstars">inkwellofstars</a>, <a href="/users/Gay_lover343">Gay_lover343</a>, <a href="/users/MinMin_Minah">MinMin_Minah</a>, <a href="/users/Acixs">Acixs</a>, <a href="/users/Nu_toamna">Nu_toamna</a>, <a href="/users/swag_canada">swag_canada</a>, <a href="/users/CrossBladeWing">CrossBladeWing</a>, <a href="/users/zegirlthatlikeslongstories">zegirlthatlikeslongstories</a>, <a href="/users/Soulborg63">Soulborg63</a>, <a href="/users/dytabytes">dytabytes</a>, <a href="/users/iluvcelebi">iluvcelebi</a>, <a href="/users/twinklehana">twinklehana</a>, <a href="/users/LadyMerlin">LadyMerlin</a>, <a href="/users/Illurine">Illurine</a>, <a href="/users/carpha">carpha</a>, <a href="/users/LuminatedEmber">LuminatedEmber</a>, <a href="/users/serinu">serinu</a>, <a href="/users/ZeeMastermind">ZeeMastermind</a>, <a href="/users/Yuu3">Yuu3</a>, <a href="/users/Voidless">Voidless</a>, <a href="/users/AbnormalVulpes">AbnormalVulpes</a>, <a href="/users/Chimeara">Chimeara</a>, <a href="/users/Risachi">Risachi</a>, <a href="/users/Interruptimoooooo">Interruptimoooooo</a>, <a href="/users/Ghostmilky">Ghostmilky</a>, <a href="/users/GambolVanguard">GambolVanguard</a>, <a href="/users/procrascarnations">procrascarnations</a>, <a href="/users/SilverPhoenixFlame">SilverPhoenixFlame</a>, <a href="/users/kookiepup12">kookiepup12</a>, <a href="/users/WillowWispFlame">WillowWispFlame</a>, <a href="/users/VioletLilies">VioletLilies</a>, <a href="/users/LlamaLamb72">LlamaLamb72</a>, <a href="/users/LectorEl">LectorEl</a>, <a href="/users/inanimaterambles">inanimaterambles</a>, <a href="/users/sunlightlover">sunlightlover</a>, <a href="/users/obliviouseloquence">obliviouseloquence</a>, <a href="/users/Ekgthe1st">Ekgthe1st</a>, <a href="/users/echol">echol</a>, <a href="/users/zarinthel">zarinthel</a>, <a href="/users/TheLennyBunny">TheLennyBunny</a>, <a href="/users/BookAddictAndLoner">BookAddictAndLoner</a>, <a href="/users/Lolle">Lolle</a>, <a href="/users/ameliafromafairytale">ameliafromafairytale</a>, <a href="/users/AllytheGreat">AllytheGreat</a>, <a href="/users/StandAloneFemale">StandAloneFemale</a>, <a href="/users/AstroGeko">AstroGeko</a>, <a href="/users/WhatTheDeafManHeard">WhatTheDeafManHeard</a>, <a href="/users/dixdozen">dixdozen</a>, <a href="/users/jenesaisrien">jenesaisrien</a>, <a href="/users/wovenstarlight">wovenstarlight</a>, <a href="/users/redrobin1989">redrobin1989</a>, <a href="/users/nessa11997">nessa11997</a>, <a href="/users/TophatsGalore">TophatsGalore</a>, <a href="/users/Keyrim">Keyrim</a>, <a href="/users/10scheherazade01">10scheherazade01</a>, <a href="/users/MadderRed">MadderRed</a>, <a href="/users/Atashi_wa_Kimi">Atashi_wa_Kimi</a>, <a href="/users/soarz">soarz</a>, <a href="/users/poetical_nonsense">poetical_nonsense</a>, <a href="/users/holdyholdy">holdyholdy</a>, <a href="/users/Guest182769">Guest182769</a>, <a href="/users/HowShouldIKnowboutLife">HowShouldIKnowboutLife</a>, <a href="/users/Momoirokitsune">Momoirokitsune</a>, <a href="/users/TheEdifier">TheEdifier</a>, <a href="/users/hrosanna">hrosanna</a>, <a href="/users/B0nk3rs">B0nk3rs</a>, <a href="/users/ArdentAspen2">ArdentAspen2</a>, <a href="/users/forbiddenSender">forbiddenSender</a>, <a href="/users/nxtelight">nxtelight</a>, <a href="/users/ColorfulGrey">ColorfulGrey</a>, <a href="/users/QueanKatt">QueanKatt</a>, <a href="/users/matterglob">matterglob</a>, <a href="/users/RubyChimera">RubyChimera</a>, <a href="/users/Silvermoon_of_Forestclan">Silvermoon_of_Forestclan</a>, <a href="/users/Obi_Sean_Kenobi">Obi_Sean_Kenobi</a>, <a href="/users/LunaLavenderSkies">LunaLavenderSkies</a>, <a href="/users/Oceans_pebble">Oceans_pebble</a>, <a href="/users/reol">reol</a>, <a href="/users/GoblinCatKC">GoblinCatKC</a>, <a href="/users/SnakeofMedusa">SnakeofMedusa</a>, <a href="/users/Eldritch_kun">Eldritch_kun</a>, <a href="/users/Menokai">Menokai</a>, <a href="/users/TheLachnessMonster">TheLachnessMonster</a>, <a href="/users/Eye_Heart">Eye_Heart</a>, <a href="/users/yaichi">yaichi</a>, <a href="/users/Silver777Tongue">Silver777Tongue</a>, <a href="/users/pohpohpotato">pohpohpotato</a>, <a href="/users/Flaremage">Flaremage</a>, <a href="/users/APhantomReader">APhantomReader</a>, <a href="/users/Kikialaxis">Kikialaxis</a>, <a href="/users/mikochan_noda">mikochan_noda</a>, <a href="/users/splazbee">splazbee</a>, <a href="/users/rossettes">rossettes</a>, <a href="/users/YepTheRebel">YepTheRebel</a>, <a href="/users/LeahElizabeth89">LeahElizabeth89</a>, <a href="/users/TiniGene">TiniGene</a>, <a href="/users/Mini_N">Mini_N</a>, <a href="/users/crabapplered">crabapplered</a>, <a href="/users/kaz_2y5_impala">kaz_2y5_impala</a>, <a href="/users/solarwings">solarwings</a>, <a href="/users/Sydeon">Sydeon</a>, <a href="/users/Lady_Lucirnaga">Lady_Lucirnaga</a>, <a href="/users/Dr_Valor">Dr_Valor</a>, <a href="/users/phantomwolf000">phantomwolf000</a>, <a href="/users/natsukyi">natsukyi</a>, <a href="/users/Maberry">Maberry</a>, <a href="/users/Feddlefew">Feddlefew</a>, <a href="/users/Symxalia">Symxalia</a>, <a href="/users/Wenzku">Wenzku</a>, <a href="/users/ubwPersona">ubwPersona</a>, <a href="/users/xane0">xane0</a>, <a href="/users/Knockoutroundabout">Knockoutroundabout</a>, <a href="/users/tabletoptime">tabletoptime</a>, <a href="/users/Dragonfire719">Dragonfire719</a>, <a href="/users/unsafestpear">unsafestpear</a>, <a href="/users/Gelatik">Gelatik</a>, <a href="/users/AiryAri">AiryAri</a>, <a href="/users/SimZim">SimZim</a>, <a href="/users/SpecialKai">SpecialKai</a>, <a href="/users/Devourer_of_Tales">Devourer_of_Tales</a>, <a href="/users/SugaSugar">SugaSugar</a>, <a href="/users/Lazy_Creativity">Lazy_Creativity</a>, <a href="/users/weslane">weslane</a>, <a href="/users/LepusCor">LepusCor</a>, <a href="/users/Sunnylighter">Sunnylighter</a>, <a href="/users/ShadowArchon">ShadowArchon</a>, <a href="/users/aeonastra">aeonastra</a>, <a href="/users/Rathenon">Rathenon</a>, <a href="/users/Antea21">Antea21</a>, <a href="/users/gearsky">gearsky</a>, <a href="/users/Haely_Potter">Haely_Potter</a>, <a href="/users/GoldGreen">GoldGreen</a>, <a href="/users/Ent">Ent</a>, <a href="/users/Trashworks">Trashworks</a>, <a href="/users/Mochikoenda">Mochikoenda</a>, <a href="/users/CaroBunny23">CaroBunny23</a>, <a href="/users/Lis_the_reader">Lis_the_reader</a>, <a href="/users/WerewolvesAreReal">WerewolvesAreReal</a>, <a href="/users/Crude_Mood">Crude_Mood</a>, <a href="/users/Celevon">Celevon</a>, <a href="/users/Tiamat851v5n">Tiamat851v5n</a>, <a href="/users/DrJ">DrJ</a>, <a href="/users/SelenaSkyheart">SelenaSkyheart</a>, <a href="/users/FlyingPotato63">FlyingPotato63</a>, <a href="/users/a_walnut">a_walnut</a>, <a href="/users/talcat">talcat</a>, <a href="/users/Grand_Marxc">Grand_Marxc</a>, <a href="/users/nbyk">nbyk</a>, <a href="/users/3dward">3dward</a>, <a href="/users/JebusCouch">JebusCouch</a>, <a href="/users/RMXStudio">RMXStudio</a>, <a href="/users/Sergito">Sergito</a>, <a href="/users/ThatPersonWhoExists">ThatPersonWhoExists</a>, <a href="/users/SheepySeconds">SheepySeconds</a>, <a href="/users/fox_lover">fox_lover</a>, <a href="/users/Tayto778">Tayto778</a>, <a href="/users/shio_san">shio_san</a>, <a href="/users/daiyu_amaya">daiyu_amaya</a>, <a href="/users/Noveloid505">Noveloid505</a>, <a href="/users/Castor_Raiden">Castor_Raiden</a>, <a href="/users/Fayah">Fayah</a>, <a href="/users/Vnovice7">Vnovice7</a>, <a href="/users/greenest_bean">greenest_bean</a>, <a href="/users/Mitsuhiku">Mitsuhiku</a>, <a href="/users/The_Button_Harlequin">The_Button_Harlequin</a>, <a href="/users/cookie_from_heck">cookie_from_heck</a>, <a href="/users/Ravelights">Ravelights</a>, <a href="/users/L1ghts55">L1ghts55</a>, <a href="/users/Xandynz">Xandynz</a>, <a href="/users/ekabw97">ekabw97</a>, <a href="/users/redhazel">redhazel</a>, <a href="/users/Despondent_Rat">Despondent_Rat</a>, <a href="/users/ShinXcrown">ShinXcrown</a>, <a href="/users/lunabyrd">lunabyrd</a>, <a href="/users/TheScienceCat">TheScienceCat</a>, <a href="/users/Zyxaliath">Zyxaliath</a>, <a href="/users/LadyAshetzi">LadyAshetzi</a>, <a href="/users/Hatelikingbatman">Hatelikingbatman</a>, <a href="/users/kageddd">kageddd</a>, <a href="/users/pjzza">pjzza</a>, <a href="/users/Pom_Rania">Pom_Rania</a>, <a href="/users/Shidake">Shidake</a>, <a href="/users/nokkochi">nokkochi</a>, <a href="/users/meowmeowmeow222">meowmeowmeow222</a>, <a href="/users/caeulio">caeulio</a>, <a href="/users/Lamellar">Lamellar</a>, <a href="/users/DeathByCocoa">DeathByCocoa</a>, <a href="/users/Annab23">Annab23</a>, <a href="/users/starless_ocean">starless_ocean</a>, <a href="/users/cigi">cigi</a>, <a href="/users/rnr4ev">rnr4ev</a>, <a href="/users/TiredMeis">TiredMeis</a>, <a href="/users/ardnajela">ardnajela</a>, <a href="/users/EternallyDescending">EternallyDescending</a>, <a href="/users/cherrylurker">cherrylurker</a>, <a href="/users/Chuchutu">Chuchutu</a>, <a href="/users/stephenc966">stephenc966</a>, <a href="/users/Lunar_Hikari">Lunar_Hikari</a>, <a href="/users/Reddiamond29">Reddiamond29</a>, <a href="/users/Reikey">Reikey</a>, <a href="/users/youlookhellafine">youlookhellafine</a>, <a href="/users/MoDSarah">MoDSarah</a>, <a href="/users/Dukeofnachos">Dukeofnachos</a>, <a href="/users/heybudster">heybudster</a>, <a href="/users/NoOneLeftStanding">NoOneLeftStanding</a>, <a href="/users/FelicitousVixen">FelicitousVixen</a>, <a href="/users/ZioWolfregent">ZioWolfregent</a>, <a href="/users/WaffleB0t">WaffleB0t</a>, <a href="/users/Savests">Savests</a>, <a href="/users/Sunny86">Sunny86</a>, <a href="/users/Mek_Night">Mek_Night</a>, <a href="/users/0Lazuli0">0Lazuli0</a>, <a href="/users/sugoid">sugoid</a>, <a href="/users/SammyLerma">SammyLerma</a>, <a href="/users/Ayacchii">Ayacchii</a>, <a href="/users/HybridKylin">HybridKylin</a>, <a href="/users/momoi">momoi</a>, <a href="/users/mymuffyincat">mymuffyincat</a>, <a href="/users/Wisetypewriter">Wisetypewriter</a>, <a href="/users/Kelton200143">Kelton200143</a>, <a href="/users/Wuga">Wuga</a>, <a href="/users/ShinyAltaria">ShinyAltaria</a>, <a href="/users/WinterRose21">WinterRose21</a>, <a href="/users/simgrim">simgrim</a>, <a href="/users/ch0bs">ch0bs</a>, <a href="/users/khepur">khepur</a>, <a href="/users/y_uu">y_uu</a>, <a href="/users/DeadHero">DeadHero</a>, <a href="/users/grimtidings">grimtidings</a>, <a href="/users/pine_ster">pine_ster</a>, <a href="/users/Femme_Fatality">Femme_Fatality</a>, <a href="/users/CrimsonCrystalConstellation">CrimsonCrystalConstellation</a>, <a href="/users/Faceball_95">Faceball_95</a>, <a href="/users/Fluffyladylady">Fluffyladylady</a>, <a href="/users/Lordlyhour">Lordlyhour</a>, <a href="/users/GoldenFalls">GoldenFalls</a>, <a href="/users/aloof_intheinternet">aloof_intheinternet</a>, <a href="/users/Spirit_Kin">Spirit_Kin</a>, <a href="/users/antara756">antara756</a>, <a href="/users/thousandstars">thousandstars</a>, <a href="/users/SwordZword">SwordZword</a>, <a href="/users/Evilkitten3">Evilkitten3</a>, <a href="/users/Suzy_Bro">Suzy_Bro</a>, <a href="/users/lesbianedgeworth">lesbianedgeworth</a>, <a href="/users/MathiasKejseren">MathiasKejseren</a>, <a href="/users/yihou">yihou</a>, <a href="/users/7thScythe">7thScythe</a>, <a href="/users/Secret_H">Secret_H</a>, <a href="/users/Resinpath">Resinpath</a>, <a href="/users/foible">foible</a>, <a href="/users/NameIt">NameIt</a>, <a href="/users/Sleepy_9000">Sleepy_9000</a>, <a href="/users/XxxBellaBellaxxX">XxxBellaBellaxxX</a>, <a href="/users/Shimmer">Shimmer</a>, <a href="/users/Rangrids">Rangrids</a>, <a href="/users/Beastrage">Beastrage</a>, <a href="/users/BJoker">BJoker</a>, <a href="/users/Tactile">Tactile</a>, <a href="/users/Maggisakura">Maggisakura</a>, <a href="/users/jitterbug0">jitterbug0</a>, <a href="/users/areyouserious">areyouserious</a>, <a href="/users/B_Cavendish">B_Cavendish</a>, <a href="/users/sunfirewings">sunfirewings</a>, <a href="/users/A_Normal_User">A_Normal_User</a>, <a href="/users/RandomCatStar">RandomCatStar</a>, <a href="/users/cicsummers">cicsummers</a>, <a href="/users/rhodonitewitch">rhodonitewitch</a>, <a href="/users/ariihen">ariihen</a>, <a href="/users/SweetAsLaffyTaffy">SweetAsLaffyTaffy</a>, <a href="/users/AyameEcho">AyameEcho</a>, <a href="/users/Sly_Slytherin_in_da_house">Sly_Slytherin_in_da_house</a>, <a href="/users/ToBeorNotto_Ohforgetit">ToBeorNotto_Ohforgetit</a>, <a href="/users/Geeneelee">Geeneelee</a>, <a href="/users/mochidrops">mochidrops</a>, <a href="/users/MemeDreams">MemeDreams</a>, <a href="/users/pinkpiano26">pinkpiano26</a>, <a href="/users/The_Truth_Or_Falsity">The_Truth_Or_Falsity</a>, <a href="/users/kenamailani">kenamailani</a>, <a href="/users/Bleak98">Bleak98</a>, <a href="/users/ChaoticallyAwkward">ChaoticallyAwkward</a>, <a href="/users/Acidwing">Acidwing</a>, <a href="/users/QTW">QTW</a>, <a href="/users/softgunch">softgunch</a>, <a href="/users/letspanic">letspanic</a>, <a href="/users/Oldseablues">Oldseablues</a>, <a href="/users/Kellakazoo">Kellakazoo</a>, <a href="/users/Minatos_Legacy">Minatos_Legacy</a>, <a href="/users/YouRanForIt">YouRanForIt</a>, <a href="/users/StealthyPeacock">StealthyPeacock</a>, <a href="/users/2tarOfMyHeart">2tarOfMyHeart</a> and <a href="/users/Katyuam">Katyuam</a></span> as well as 3381 guests left kudos on this work! <span class="kudos_expanded hidden"><a id="kudos_collapser" href="#">(collapse)</a></span>
+ </p>
+ </div>
+ <div id="add_comment_placeholder" title="top level comment">
+ <div id="add_comment">
+ <!-- expects the local variables comment, commentable, and button_name -->
+ <div class="post comment" id="comment_form_for_26640231">
+ <form id="comment_for_26640231" class="new_comment" action="/chapters/26640231/comments" accept-charset="UTF-8" method="post" name="comment_for_26640231">
+ <input name="utf8" type="hidden" value="✓" /><input type="hidden" name="authenticity_token" value="mOIlmErw6PVov2WEmzPkwGCptUG6CxJzGM90CBL0PHrSTvwVmLjunDejSKXjCjK6IKNJz31k1VS4E2QXVNpj4A==" />
+ <fieldset>
+ <legend>Post Comment</legend>
+ <dl>
+ <dt class="landmark">
+ Note:
+ </dt>
+ <dd class="instructions comment_form">
+ All fields are required. Your email address will not be published.
+ </dd>
+ <dt>
+ <label for="comment_name_for_26640231">Name:</label>
+ </dt>
+ <dd>
+ <input id="comment_name_for_26640231" type="text" name="comment[name]" />
+ <script>
+ <![CDATA[
+ var validation_for_comment_name_for_26640231=new LiveValidation('comment_name_for_26640231',{wait:500,onlyOnBlur:false});validation_for_comment_name_for_26640231.add(Validate.Presence,{"failureMessage":"Please enter your name.","validMessage":""});
+ ]]>
+ </script>
+ </dd>
+ <dt>
+ <label for="comment_email_for_26640231">Email:</label>
+ </dt>
+ <dd>
+ <input id="comment_email_for_26640231" type="text" name="comment[email]" />
+ <script>
+ <![CDATA[
+ var validation_for_comment_email_for_26640231=new LiveValidation('comment_email_for_26640231',{wait:500,onlyOnBlur:false});validation_for_comment_email_for_26640231.add(Validate.Presence,{"failureMessage":"Please enter your email address.","validMessage":""});
+ ]]>
+ </script>
+ </dd>
+ </dl>
+ <p>
+ <label for="comment_content_for_26640231" class="landmark">Comment</label>
+ <textarea id="comment_content_for_26640231" class="comment_form observe_textlength" title="Enter Comment" name="comment[comment_content]"></textarea> <input type="hidden" id="controller_name_for_26640231" name="controller_name" value="chapters" />
+ </p>
+ <p class="character_counter">
+ <span id="comment_content_for_26640231_counter" class="value" data-maxlength="10000" aria-live="polite" aria-valuemax="10000" aria-valuenow="comment_content_for_26640231">10000</span> characters left
+ </p>
+ <script>
+ <![CDATA[
+ var validation_for_comment_content_for_26640231=new LiveValidation('comment_content_for_26640231',{wait:500,onlyOnBlur:false});validation_for_comment_content_for_26640231.add(Validate.Presence,{"failureMessage":"Brevity is the soul of wit, but we need your comment to have text in it.","validMessage":""});validation_for_comment_content_for_26640231.add(Validate.Length,{"maximum":"10000","tooLongMessage":"must be less than 10000 characters long."});
+ ]]>
+ </script>
+ <p class="submit actions">
+ <input type="submit" name="commit" value="Comment" id="comment_submit_for_26640231" data-disable-with="Please wait..." />
+ </p>
+ </fieldset>
+ </form>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div><!-- If we have javascript, here is where the comments will be spiffily inserted -->
+ <!-- If not, and show_comments is true, here is where the comments will be rendered -->
+ <div id="comments_placeholder" style="display:none;"></div>
+ </div><!-- END comments -->
+ <!-- END comment section -->
+ <div class="clear">
+ <!--presentational-->
+ </div>
+ </div><!-- END main -->
+ </div><!-- BEGIN footer -->
+ <div id="footer" role="contentinfo" class="region">
+ <h3 class="landmark heading">
+ Footer
+ </h3>
+ <ul class="navigation actions" role="navigation">
+ <li class="module group">
+ <h4 class="heading">
+ About the Archive
+ </h4>
+ <ul class="menu">
+ <li>
+ <a href="/site_map">Site Map</a>
+ </li>
+ <li>
+ <a href="/diversity">Diversity Statement</a>
+ </li>
+ <li>
+ <a href="/tos">Terms of Service</a>
+ </li>
+ <li>
+ <a href="/dmca">DMCA Policy</a>
+ </li>
+ </ul>
+ </li>
+ <li class="module group">
+ <h4 class="heading">
+ Contact Us
+ </h4>
+ <ul class="menu">
+ <li>
+ <a href="/abuse_reports/new">Report Abuse</a>
+ </li>
+ <li>
+ <a href="/support">Technical Support and Feedback</a>
+ </li>
+ </ul>
+ </li>
+ <li class="module group">
+ <h4 class="heading">
+ Development
+ </h4>
+ <ul class="menu">
+ <li>
+ <a href="https://github.com/otwcode/otwarchive/commits/v0.9.282.1">otwarchive v0.9.282.1</a>
+ </li>
+ <li>
+ <a href="/known_issues">Known Issues</a>
+ </li>
+ <li>
+ <a href="http://www.gnu.org/licenses/gpl-2.0.html" title="View License">GPL</a> by the <a href="http://transformativeworks.org/" title="The Organization for Transformative Works">OTW</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div><!-- END footer -->
+ </div><!-- check to see if this controller/action allow tinymce before we load the gigantor js; see application_helper -->
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json b/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json
new file mode 100644
index 0000000..0ac6816
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json
@@ -0,0 +1,3 @@
+{
+ "ArticleByLine": true
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json
new file mode 100644
index 0000000..d14a558
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x215.jpg",
+ "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x426.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json
new file mode 100644
index 0000000..2cb17ec
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Dan Goodin - Apr 16, 2015 8:02 pm UTC",
+ "Direction": null,
+ "Excerpt": "Two-year-old bug exposes thousands of servers to crippling attack.",
+ "Image": "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x215.jpg",
+ "Title": "Just-released Minecraft exploit makes it easy to crash game servers",
+ "SiteName": "Ars Technica"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html
new file mode 100644
index 0000000..905e0d1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html
@@ -0,0 +1,91 @@
+<div>
+ <header>
+ <h4>
+ Biz &amp; IT —
+ </h4>
+
+ <h2 itemprop="description">
+ Two-year-old bug exposes thousands of servers to crippling attack.
+ </h2>
+
+ </header>
+ <div itemprop="articleBody">
+ <figure>
+ <img src="https://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x426.jpg" alt="Just-released Minecraft exploit makes it easy to crash game servers">
+ <figcaption>
+
+ </figcaption>
+ </figure>
+
+ <p>
+ A flaw in the wildly popular online game <em>Minecraft</em> makes it easy for just about anyone to crash the server hosting the game, according to a computer programmer who has released proof-of-concept code that exploits the vulnerability.
+ </p>
+ <p>
+ "I thought a lot before writing this post," Pakistan-based developer Ammar Askar wrote in a <a href="http://blog.ammaraskar.com/minecraft-vulnerability-advisory">blog post published Thursday</a>, 21 months, he said, after privately reporting the bug to <em>Minecraft</em> developer Mojang. "On the one hand I don't want to expose thousands of servers to a major vulnerability, yet on the other hand Mojang has failed to act on it."
+ </p>
+ <p>
+ The bug resides in the <a href="https://github.com/ammaraskar/pyCraft">networking internals of the <em>Minecraft</em> protocol</a>. It allows the contents of inventory slots to be exchanged, so that, among other things, items in players' hotbars are displayed automatically after logging in. <em>Minecraft</em> items can also store arbitrary metadata in a file format known as <a href="http://wiki.vg/NBT">Named Binary Tag (NBT)</a>, which allows complex data structures to be kept in hierarchical nests. Askar has released <a href="https://github.com/ammaraskar/pyCraft/tree/nbt_exploit">proof-of-concept attack code</a> he said exploits the vulnerability to crash any server hosting the game. Here's how it works.
+ </p>
+ <blockquote>
+ <p>
+ The vulnerability stems from the fact that the client is allowed to send the server information about certain slots. This, coupled with the NBT format’s nesting allows us to <em>craft</em> a packet that is incredibly complex for the server to deserialize but trivial for us to generate.
+ </p>
+ <p>
+ In my case, I chose to create lists within lists, down to five levels. This is a json representation of what it looks like.
+ </p>
+ <div>
+ <pre><code data-lang="javascript"><span>rekt</span><span>:</span> <span>{</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>]</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>]</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>]</span>
+ <span>list</span><span>:</span> <span>[</span>
+ <span>]</span>
+ <span>...</span>
+ <span>]</span>
+ <span>...</span>
+ <span>]</span>
+ <span>...</span>
+ <span>]</span>
+ <span>...</span>
+ <span>]</span>
+ <span>...</span>
+ <span>]</span>
+ <span>...</span>
+<span>}</span></code></pre>
+ </div>
+ <p>
+ The root of the object, <code>rekt</code>, contains 300 lists. Each list has a list with 10 sublists, and each of those sublists has 10 of their own, up until 5 levels of recursion. That’s a total of <code>10^5 * 300 = 30,000,000</code> lists.
+ </p>
+ <p>
+ And this isn’t even the theoretical maximum for this attack. Just the nbt data for this payload is 26.6 megabytes. But luckily Minecraft implements a way to compress large packets, lucky us! zlib shrinks down our evil data to a mere 39 kilobytes.
+ </p>
+ <p>
+ Note: in previous versions of Minecraft, there was no protocol wide compression for big packets. Previously, NBT was sent compressed with gzip and prefixed with a signed short of its length, which reduced our maximum payload size to <code>2^15 - 1</code>. Now that the length is a varint capable of storing integers up to <code>2^28</code>, our potential for attack has increased significantly.
+ </p>
+ <p>
+ When the server will decompress our data, it’ll have 27 megs in a buffer somewhere in memory, but that isn’t the bit that’ll kill it. When it attempts to parse it into NBT, it’ll create java representations of the objects meaning suddenly, the sever is having to create several million java objects including ArrayLists. This runs the server out of memory and causes tremendous CPU load.
+ </p>
+ <p>
+ This vulnerability exists on almost all previous and current Minecraft versions as of 1.8.3, the packets used as attack vectors are the <a href="http://wiki.vg/Protocol#Player_Block_Placement">0x08: Block Placement Packet</a> and <a href="http://wiki.vg/Protocol#Creative_Inventory_Action">0x10: Creative Inventory Action</a>.
+ </p>
+ <p>
+ The fix for this vulnerability isn’t exactly that hard, the client should never really send a data structure as complex as NBT of arbitrary size and if it must, some form of recursion and size limits should be implemented.
+ </p>
+ <p>
+ These were the fixes that I recommended to Mojang 2 years ago.
+ </p>
+ </blockquote>
+ <p>
+ Ars is asking Mojang for comment and will update this post if company officials respond.
+ </p>
+
+ </div>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html
new file mode 100644
index 0000000..27630ef
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html
@@ -0,0 +1,634 @@
+<!DOCTYPE html>
+<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+ <head>
+ <title>
+ Just-released Minecraft exploit makes it easy to crash game servers | Ars Technica
+ </title>
+ <script type="text/javascript">
+ //<![CDATA[
+ ars = {"ASSETS":"https:\/\/cdn.arstechnica.net\/wp-content\/themes\/ars\/assets","HOME_URL":"https:\/\/arstechnica.com","LOGIN_URL":"https:\/\/arstechnica.com\/services\/login-desktop.html?v=1","CIVIS":"\/civis","THEME":"light","VIEW":"grid","MOBILE":false,"SUBSCRIBER":false,"PLUS_PLUS":false,"LOGGED":false,"USER_ID":null,"ENV":"production","AD":{"tags":["denial-of-service-attack","exploits","minecraft","vulnerabilities"],"channel":"information-technology","slug":"just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers","template_type":"article","queue":[],"server":"production"},"TOTAL":97063,"UNREAD":0,"RECENT":[1698939,1698645,1698804,1698783,1698769,1698663,1698682,1698690,1698667,1698588,1698619,1697597,1698183,1698597,1698540,1698542,1698370,1698442,1698274,1698421,1698346,1698367,1698356,1698294,1698335],"LOGINS":true,"CROSS":false,"PARSELY":"arstechnica.com","COMMENTS":false,"HOMEPAGE":false,"SITE":1,"READY":[],"SHOW_ADS":true,"IMG_PROXY":"https:\/\/cdn.arstechnica.net\/i\/","CATEGORY":"information-technology","PAGETITLE":"","ZEN_MODE":false};
+ //]]>
+ </script>
+ <link rel="stylesheet" type="text/css" media="all" href="https://cdn.arstechnica.net/wp-content/themes/ars/assets/css/main-130fcfcce0.css" />
+ <link rel="alternate" type="application/rss+xml" href="http://feeds.arstechnica.com/arstechnica/index/" />
+ <link rel="shortcut icon" href="https://cdn.arstechnica.net/favicon.ico" />
+ <link rel="icon" type="image/x-icon" href="https://cdn.arstechnica.net/favicon.ico" />
+ <link rel="apple-touch-icon" sizes="180x180" href="https://cdn.arstechnica.net/wp-content/themes/ars/assets/img/ars-ios-icon-d9a45f558c.png" />
+ <link rel="mask-icon" href="https://cdn.arstechnica.net/wp-content/themes/ars/assets/img/ars-macos-safari-8997f76b21.svg" color="#ff4e00" />
+ <link rel="icon" sizes="192x192" href="https://cdn.arstechnica.net/wp-content/themes/ars/assets/img/material-ars-db41652381.png" />
+ <meta name="application-name" content="Ars Technica" />
+ <meta name="msapplication-starturl" content="http://arstechnica.com/" />
+ <meta name="msapplication-tooltip" content="Ars Technica: Serving the technologist for 1.2 decades" />
+ <meta name="msapplication-task" content="name=News;action-uri=http://arstechnica.com/;icon-uri=https://cdn.arstechnica.net/favicon.ico" />
+ <meta name="msapplication-task" content="name=Features;action-uri=http://arstechnica.com/features/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-features.ico" />
+ <meta name="msapplication-task" content="name=OpenForum;action-uri=http://arstechnica.com/civis/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-forum.ico" />
+ <meta name="msapplication-task" content="name=Subscribe;action-uri=http://arstechnica.com/subscriptions/;icon-uri=https://cdn.arstechnica.net/ie-jump-menu/jump-subscribe.ico" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="advertising" content="ask" />
+ <meta property="fb:admins" content="592156917" />
+ <meta property="fb:admins" content="108943" />
+ <meta property="fb:pages" content="19374573752" />
+ <meta name="format-detection" content="telephone=no" />
+ <meta name="theme-color" content="#000000" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" /><!-- cache miss 581:single/meta:5a5daf59fa5245a64fe8615caa0b1d1b -->
+ <meta name="parsely-page" content="{&quot;title&quot;:&quot;Just-released Minecraft exploit makes it easy to crash game servers&quot;,&quot;link&quot;:&quot;https:\/\/arstechnica.com\/information-technology\/2015\/04\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/&quot;,&quot;type&quot;:&quot;post&quot;,&quot;author&quot;:&quot;Dan Goodin&quot;,&quot;post_id&quot;:648287,&quot;pub_date&quot;:&quot;2015-04-16T20:02:01Z&quot;,&quot;section&quot;:&quot;Biz &amp; IT&quot;,&quot;tags&quot;:[&quot;denial-of-service-attack&quot;,&quot;exploits&quot;,&quot;minecraft&quot;,&quot;vulnerabilities&quot;,&quot;type: report&quot;],&quot;image_url&quot;:&quot;https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-150x150.jpg&quot;}" />
+ <meta name="parsely-metadata" content="{&quot;type&quot;:&quot;report&quot;,&quot;title&quot;:&quot;Just-released Minecraft exploit makes it easy to crash game servers&quot;,&quot;post_id&quot;:648287,&quot;lower_deck&quot;:&quot;Two-year-old bug exposes thousands of servers to crippling attack.&quot;,&quot;image_url&quot;:&quot;https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-150x150.jpg&quot;,&quot;listing_image_url&quot;:&quot;https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-300x150.jpg&quot;}" />
+ <link rel="canonical" href="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" />
+ <link rel="amphtml" href="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?amp=1" />
+ <link rel="shorturl" href="https://arstechnica.com/?p=648287" />
+ <meta name="description" content="Two-year-old bug exposes thousands of servers to crippling attack." />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:url" content="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" />
+ <meta name="twitter:title" content="Just-released Minecraft exploit makes it easy to crash game servers" />
+ <meta name="twitter:description" content="Two-year-old bug exposes thousands of servers to crippling attack." />
+ <meta name="twitter:site" content="@arstechnica" />
+ <meta name="twitter:domain" content="arstechnica.com" />
+ <meta property="og:site_name" content="Ars Technica" />
+ <meta name="twitter:image:src" content="https://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x215.jpg" />
+ <meta name="twitter:image:width" content="640" />
+ <meta name="twitter:image:height" content="215" />
+ <meta name="twitter:creator" content="@dangoodin001" />
+ <meta property="og:url" content="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" />
+ <meta property="og:title" content="Just-released Minecraft exploit makes it easy to crash game servers" />
+ <meta property="og:image" content="https://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x215.jpg" />
+ <meta property="og:description" content="Two-year-old bug exposes thousands of servers to crippling attack." />
+ <meta property="og:type" content="article" /><!-- cache hit 581:single/header:5a5daf59fa5245a64fe8615caa0b1d1b -->
+ <!-- Google Tag Manager DataLayer -->
+
+ <script>
+ <![CDATA[
+ window.dataLayer = window.dataLayer || [];
+ window.dataLayer.push({"event":"data-layer-loaded","user":{"ars_userId":undefined,"amg_userId":undefined,"uID":undefined,"sID":undefined,"loginStatus":false,"subscriberStatus":"none","infinityId":undefined,"registrationSource":undefined,"mdw_cnd_id":undefined,"monthlyVisits":undefined,"accessPaywall":undefined,"view":"grid","theme":"light","show_comments":false},"content":{"pageTemplate":"single","pageType":"article|report","contentCategory":"information-technology","section":"information technology","subsection":undefined,"contributor":"Dan Goodin","contentID":648287,"contentLength":835,"display":"Just-released Minecraft exploit makes it easy to crash game servers","contentSource":"web","pageAssets":undefined,"uniqueContentCount":undefined,"monthlyContentCount":undefined,"publishDate":"2015-04-16T20:02:01+00:00","modifiedDate":"2015-04-16T20:11:02+00:00","keywords":"denial of service attack|exploits|minecraft|vulnerabilities","dataSource":undefined},"marketing":{"campaignName":undefined,"circCampaignId":undefined,"internalCampaignId":undefined,"brand":"Ars Technica","certified_mrc_data":undefined,"condeNastId":undefined},"page":{"pID":undefined,"syndicatorUrl":undefined,"pageURL":"https:\/\/arstechnica.com\/?p=648287","canonical":"https:\/\/arstechnica.com\/information-technology\/2015\/04\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/","canonicalPathName":"\/information-technology\/2015\/04\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/"},"search":{"facets":undefined,"searchTerms":undefined},"site":{"appVersion":"1.0.0"}});
+ ]]>
+ </script><!-- End Google Tag Manager DataLayer -->
+ <!-- Google Tag Manager -->
+
+ <script>
+ <![CDATA[
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-NLXNPCQ');
+ ]]>
+ </script><!-- End Google Tag Manager -->
+ <!-- OneTrust Cookies Consent Notice start -->
+
+ <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="b10882a1-8446-4e7d-bfb2-ce2c770ad910"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+ function OptanonWrapper(){};
+ //]]>
+ </script>
+ <script src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" type="text/javascript" charset="UTF-8" ccpa-opt-out-ids="C0002,C0003,C0004,C0005" ccpa-opt-out-geo="ca" ccpa-opt-out-lspa="true"></script><!-- OneTrust Cookies Consent Notice end -->
+
+ <script src="https://www.googletagservices.com/tag/js/gpt.js" id="gpt-script" async="async"></script>
+ <script>
+ <![CDATA[
+ window.googletag=window.googletag||{};window.googletag.cmd=window.googletag.cmd||[];window.cns=window.cns||{};window.cns.queue=[];window.cns.async=function(s,c){cns.queue.push({service:s,callback:c})};window.sparrowQueue=window.sparrowQueue||[];
+ ]]>
+ </script>
+ <link rel="dns-prefetch" href="//aax.amazon-adsystem.com" />
+ <link rel="preconnect" href="//aax.amazon-adsystem.com" crossorigin="" />
+ <link rel="preconnect" href="https://mb.moatads.com" crossorigin="" />
+ <script src="https://c.amazon-adsystem.com/aax2/apstag.js" async="async"></script>
+ <script src="https://cdn.arstechnica.net/cns/prebid.min.js?v=1597375105"></script>
+ <script src="https://js-sec.indexww.com/ht/p/183973-93942139695505.js" async="async"></script>
+ <script src="https://z.moatads.com/condenastprebidheader987326845656/moatheader.js" async="async"></script>
+ <script>
+ <![CDATA[
+ window.cns.pageContext = {"contentType":"article","templateType":"article","channel":"information-technology","subChannel":"","slug":"just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers","server":"production","keywords":{"tags":["denial-of-service-attack","exploits","minecraft","vulnerabilities"],"cm":[],"platform":["wordpress"],"copilotid":""}};
+ ]]>
+ </script>
+ <script src="https://cdn.arstechnica.net/cns/ars-technica.min.js?v=1597375105"></script>
+ <script type="text/javascript" src="https://cdn.arstechnica.net/wp-content/themes/ars/assets/js/ars-32ecec341f.ads.us.js"></script>
+ </head>
+ <body class="post-template-default single single-post postid-648287 single-format-standard grid-view light blog-us">
+ <!-- Google Tag Manager (noscript) -->
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NLXNPCQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->
+ <aside class="ad ad_crown" aria-label="Top of page advertisement"></aside>
+ <div class="site-wrapper">
+ <a class="screen-reader-text skip-link" href="#main" aria-label="Skip to main content">Skip to main content</a>
+ <header class="site-header">
+ <div class="header-left">
+ <a href="https://arstechnica.com" id="header-logo" title="Ars Technica Homepage"></a>
+ </div>
+ <div class="header-right">
+ <nav id="header-nav-primary">
+ <ul>
+ <li>
+ <a class="nav-link section-information-technology active" href="/information-technology/">Biz &amp; IT</a>
+ </li>
+ <li>
+ <a class="nav-link section-gadgets" href="/gadgets/">Tech</a>
+ </li>
+ <li>
+ <a class="nav-link section-science" href="/science/">Science</a>
+ </li>
+ <li>
+ <a class="nav-link section-tech-policy" href="/tech-policy/">Policy</a>
+ </li>
+ <li>
+ <a class="nav-link section-cars" href="/cars/">Cars</a>
+ </li>
+ <li>
+ <a class="nav-link section-gaming" href="/gaming/">Gaming &amp; Culture</a>
+ </li>
+ <li>
+ <a class="nav-link store" href="/store/">Store</a>
+ </li>
+ <li>
+ <a class="nav-link forums" href="/civis/">Forums</a>
+ </li>
+ </ul>
+ </nav><a href="/store/product/subscriptions/" class="header-highlight-link">Subscribe</a>
+ <div class="dropdown" id="header-search">
+ <a href="/search/" class="dropdown-toggle search-toggle" aria-label="Search" aria-expanded="false"></a>
+ <div class="dropdown-content">
+ <form action="/search/" method="get" id="search_form" name="search_form">
+ <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" id="hdr_search_input" value="" aria-label="Search..." placeholder="Search..." />
+ </form><a class="nav-search-close">Close</a>
+ </div>
+ </div>
+ <div class="dropdown dropdown-mega" id="header-burger">
+ <a href="#site-menu" class="dropdown-toggle" aria-label="Menu" aria-expanded="false"></a>
+ <div id="site-menu" class="dropdown-content">
+ <section class="burger-navigate">
+ <h3>
+ Navigate
+ </h3>
+ <ul>
+ <li>
+ <a class="nav-link store" href="/store/">Store</a>
+ </li>
+ <li>
+ <a class="nav-link subscribe" href="/store/product/subscriptions/">Subscribe</a>
+ </li>
+ <li>
+ <a class="nav-link videos" href="http://video.arstechnica.com/">Videos</a>
+ </li>
+ <li>
+ <a class="nav-link section-features" href="/features/">Features</a>
+ </li>
+ <li>
+ <a class="nav-link section-reviews" href="/reviews/">Reviews</a>
+ </li>
+ </ul>
+ <ul>
+ <li>
+ <a class="nav-link page-rss-feeds" href="/rss-feeds/">RSS Feeds</a>
+ </li>
+ <li>
+ <a class="nav-link mobile" href="/?view=mobile">Mobile Site</a>
+ </li>
+ </ul>
+ <ul>
+ <li>
+ <a class="nav-link page-about-us" href="/about-us/">About Ars</a>
+ </li>
+ <li>
+ <a class="nav-link page-staff-directory" href="/staff-directory/">Staff Directory</a>
+ </li>
+ <li>
+ <a class="nav-link page-contact-us" href="/contact-us/">Contact Us</a>
+ </li>
+ </ul>
+ <ul>
+ <li>
+ <a class="nav-link page-advertise-with-us" href="/advertise-with-us/">Advertise with Ars</a>
+ </li>
+ <li>
+ <a class="nav-link page-reprints" href="/reprints/">Reprints</a>
+ </li>
+ </ul>
+ </section>
+ <section class="burger-filter">
+ <h3>
+ Filter by topic
+ </h3>
+ <ul id="burger-nav-primary">
+ <li>
+ <a class="nav-link section-information-technology active" href="/information-technology/">Biz &amp; IT</a>
+ </li>
+ <li>
+ <a class="nav-link section-gadgets" href="/gadgets/">Tech</a>
+ </li>
+ <li>
+ <a class="nav-link section-science" href="/science/">Science</a>
+ </li>
+ <li>
+ <a class="nav-link section-tech-policy" href="/tech-policy/">Policy</a>
+ </li>
+ <li>
+ <a class="nav-link section-cars" href="/cars/">Cars</a>
+ </li>
+ <li>
+ <a class="nav-link section-gaming" href="/gaming/">Gaming &amp; Culture</a>
+ </li>
+ <li>
+ <a class="nav-link store" href="/store/">Store</a>
+ </li>
+ <li>
+ <a class="nav-link forums" href="/civis/">Forums</a>
+ </li>
+ </ul>
+ </section>
+ <section class="burger-settings">
+ <h3>
+ Settings
+ </h3>
+ <div>
+ <div class="burger-layout">
+ <p>
+ Front page layout
+ </p>
+ <div class="burger-layout-grid">
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=grid" class=""><br />
+ Grid
+ <div class="faux-radio active"></div></a>
+ </div>
+ <div class="burger-layout-list">
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=archive" class=""><br />
+ List
+ <div class="faux-radio"></div></a>
+ </div>
+ </div>
+ <div class="burger-theme">
+ <p>
+ Site theme
+ </p>
+ <div class="burger-theme-light">
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?theme=light" class=""><span><span>Black on white</span></span>
+ <div class="faux-radio active"></div></a>
+ </div>
+ <div class="burger-theme-dark">
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?theme=dark" class=""><span><span>White on black</span></span>
+ <div class="faux-radio"></div></a>
+ </div>
+ </div>
+ </div>
+ </section>
+ </div>
+ </div>
+ <div class="dropdown dropdown-mega" id="header-account">
+ <a href="https://arstechnica.com/civis/ucp.php?mode=login&amp;return_to=%2Finformation-technology%2F2015%2F04%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" class="dropdown-toggle" aria-expanded="false">Sign in</a>
+ <div class="dropdown-content">
+ <section class="profile-activity">
+ <h3>
+ Comment activity
+ </h3>
+ <p>
+ Sign up or login to join the discussions!
+ </p>
+ </section>
+ <section class="profile-settings">
+ <form id="login-form" action="https://arstechnica.com/civis/ucp.php?mode=login" method="post" name="login-form">
+ <input type="text" name="username" id="username" placeholder="Username or Email" aria-label="Username or Email" /> <input type="password" name="password" id="password" placeholder="Password" aria-label="Password" /> <input type="submit" value="Submit" class="button button-orange button-wide" name="login" /> <label id="remember-label"><input type="checkbox" name="autologin" id="autologin" /> Stay logged in</label> <span>|</span> <a href="/civis/ucp.php?mode=sendpassword">Having trouble?</a> <input type="hidden" name="redirect" value="./ucp.php?mode=login&amp;autoredirect=1&amp;return_to=%2Finformation-technology%2F2015%2F04%2Fjust-released-minecraft-exploit-makes-it-easy-to-crash-game-servers%2F" /> <input type="hidden" name="return_to" value="/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" />
+ </form>
+ <div class="register-account">
+ <span>Sign up to comment and more</span> <a href="https://arstechnica.com/civis/ucp.php?mode=register" class="signup-btn button button-wide">Sign up</a>
+ </div>
+ </section>
+ </div>
+ </div>
+ </div>
+ </header>
+ <main id="main" class="content-wrapper">
+ <script type="text/javascript">
+ //<![CDATA[
+ ars.ARTICLE = {"url":"https:\/\/arstechnica.com\/information-technology\/2015\/04\/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers\/","short_url":"https:\/\/arstechnica.com\/?p=648287","title":"Just-released Minecraft exploit makes it easy to crash game servers","author":329388,"id":648287,"topic":1280621,"pages":1,"current_page":1,"superscroll":false,"promoted":[],"single_page":false,"comments":75,"fullwidth":false,"slug":"just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers","arsStaff":{"104481":{"name":"Aaron Zimmerman","title":"Copyeditor","staff":true},"1002":{"name":"Aurich Lawson","title":"Creative Director","staff":true},"509873":{"name":"Beth Mole","title":"Health Reporter","staff":true},"453791":{"name":"Cathleen O'Grady","title":"Contributing science reporter","staff":true},"102179":{"name":"Chris Lee","title":"Associate writer","staff":true},"821742":{"name":"Corey Gaskin","title":"Senior Commerce Writer","staff":true},"329388":{"name":"Dan Goodin","title":"Security Editor","staff":true},"254631":{"name":"Diana Gitig","title":"Associate Writer","staff":false},"25862":{"name":"Eric Bangeman","title":"Managing Editor","staff":true},"512413":{"name":"Eric Berger","title":"Senior Space Editor","staff":true},"46707":{"name":"Iljitsch van Beijnum","title":"Associate Writer","staff":false},"316010":{"name":"Jason Marlin","title":"Technical Director","staff":true},"746799":{"name":"Jennifer Ouellette","title":"Senior Writer","staff":true},"15365":{"name":"Jeremy Reimer","title":"Senior Niche Technology Historian","staff":false},"4086":{"name":"Jim Salter","title":"Technology Reporter","staff":true},"52979":{"name":"John Timmer","title":"Senior Science Editor","staff":true},"312082":{"name":"Jon Brodkin","title":"Senior IT Reporter","staff":true},"14317":{"name":"Jonathan M. Gitlin","title":"Automotive Editor","staff":true},"786739":{"name":"Kate Cox","title":"Tech Policy Reporter","staff":true},"998":{"name":"Ken Fisher","title":"Editor in Chief","staff":true},"440179":{"name":"Kerry Staurseth","title":"Associate Copyeditor","staff":true},"328283":{"name":"Kyle Orland","title":"Senior Gaming Editor","staff":true},"10243":{"name":"Lee Hutchinson","title":"Senior Technology Editor","staff":true},"173191":{"name":"Matthew Lasar","title":"Associate writer","staff":true},"182268":{"name":"Nate Anderson","title":"Deputy Editor","staff":true},"330533":{"name":"Nathan Mattise","title":"Features Editor","staff":true},"1991":{"name":"Ohrmazd","title":"","staff":false},"391727":{"name":"Ron Amadeo","title":"Reviews Editor","staff":true},"348927":{"name":"Sam Machkovech","title":"Tech Culture Editor","staff":true},"588289":{"name":"Samuel Axon","title":"Senior Reviews Editor","staff":true},"294205":{"name":"Scott K. Johnson","title":"Associate Writer","staff":true},"671621":{"name":"Steven Klein","title":"Developer","staff":false},"173910":{"name":"Timothy B. Lee","title":"Senior tech policy reporter","staff":true}},"tags":["denial-of-service-attack","exploits","minecraft","vulnerabilities"],"zen_mode":false,"vote_sentiments":[{"sentiment_id":"1","sentiment":"agree","direction":"positive","icon":null,"label":"Agree"},{"sentiment_id":"3","sentiment":"interesting","direction":"positive","icon":null,"label":"Interesting"},{"sentiment_id":"5","sentiment":"funny","direction":"positive","icon":null,"label":"Funny"},{"sentiment_id":"6","sentiment":"addsto","direction":"positive","icon":null,"label":"Adds to Story"},{"sentiment_id":"7","sentiment":"disagree","direction":"negative","icon":null,"label":"Disagree"},{"sentiment_id":"8","sentiment":"inaccurate","direction":"negative","icon":null,"label":"Inaccurate"},{"sentiment_id":"11","sentiment":"pointless","direction":"negative","icon":null,"label":"Doesn't Contribute"},{"sentiment_id":"12","sentiment":"abusive","direction":"negative","icon":null,"label":"Abusive"}]};
+ //]]>
+ </script>
+ <article itemscope="itemscope" itemtype="http://schema.org/NewsArticle" class="article-single standalone intro-default" id="">
+ <div class="column-wrapper">
+ <div class="left-column">
+ <header class="article-header">
+ <h4 class="post-upperdek">
+ Biz &amp; IT —
+ </h4>
+ <h1 itemprop="headline">
+ Just-released <i>Minecraft</i> exploit makes it easy to crash game servers
+ </h1>
+ <h2 itemprop="description">
+ Two-year-old bug exposes thousands of servers to crippling attack.
+ </h2>
+ <section class="post-meta">
+ <p class="byline" itemprop="author creator" itemscope="itemscope" itemtype="http://schema.org/Person">
+ <a itemprop="url" href="https://arstechnica.com/author/dan-goodin/" rel="author"><span itemprop="name">Dan Goodin</span></a> - <time class="date" data-time="1429214521" datetime="2015-04-16T20:02:01+00:00">Apr 16, 2015 8:02 pm UTC</time>
+ </p>
+ </section>
+ </header>
+ <section class="article-guts">
+ <div itemprop="articleBody" class="article-content post-page">
+ <figure class="intro-image intro-left">
+ <img src="https://cdn.arstechnica.net/wp-content/uploads/2015/04/server-crash-640x426.jpg" alt="Just-released Minecraft exploit makes it easy to crash game servers" />
+ <figcaption class="caption">
+ <div class="caption-credit">
+ <a rel="nofollow" class="caption-link" href="https://en.wikipedia.org/wiki/Kernel_panic#/media/File:Kernel-panic.jpg">Kevin</a>
+ </div>
+ </figcaption>
+ </figure>
+ <aside id="social-left" class="social-left" aria-label="Read the comments or share this article">
+ <a title="51 posters participating" class="comment-count icon-comment-bubble-down" href="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?comments=1">
+ <h4 class="comment-count-before">
+ reader comments
+ </h4><span class="comment-count-number">75</span> <span class="visually-hidden">with 51 posters participating</span></a>
+ <div class="share-links">
+ <h4>
+ Share this story
+ </h4>
+ <ul>
+ <li>
+ <a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287" target="_blank" class="social-icon share-facebook" title="Share on Facebook"><span class="visually-hidden">Share on Facebook</span></a>
+ </li>
+ <li>
+ <a href="https://twitter.com/share?text=Just-released+%3Ci%3EMinecraft%3C%2Fi%3E+exploit+makes+it+easy+to+crash+game+servers&amp;url=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287" target="_blank" class="social-icon share-twitter" title="Share on Twitter"><span class="visually-hidden">Share on Twitter</span></a>
+ </li>
+ <li>
+ <a href="https://www.reddit.com/submit?url=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287&amp;title=Just-released+%3Ci%3EMinecraft%3C%2Fi%3E+exploit+makes+it+easy+to+crash+game+servers" target="_blank" class="social-icon share-reddit" title="Share on Reddit"><span class="visually-hidden">Share on Reddit</span></a>
+ </li>
+ </ul>
+ </div>
+ </aside><!-- cache miss 581:single/related:5a5daf59fa5245a64fe8615caa0b1d1b --><!-- empty -->
+ <p>
+ A flaw in the wildly popular online game <em>Minecraft</em> makes it easy for just about anyone to crash the server hosting the game, according to a computer programmer who has released proof-of-concept code that exploits the vulnerability.
+ </p>
+ <p>
+ "I thought a lot before writing this post," Pakistan-based developer Ammar Askar wrote in a <a href="http://blog.ammaraskar.com/minecraft-vulnerability-advisory">blog post published Thursday</a>, 21 months, he said, after privately reporting the bug to <em>Minecraft</em> developer Mojang. "On the one hand I don't want to expose thousands of servers to a major vulnerability, yet on the other hand Mojang has failed to act on it."
+ </p>
+ <p>
+ The bug resides in the <a href="https://github.com/ammaraskar/pyCraft">networking internals of the <em>Minecraft</em> protocol</a>. It allows the contents of inventory slots to be exchanged, so that, among other things, items in players' hotbars are displayed automatically after logging in. <em>Minecraft</em> items can also store arbitrary metadata in a file format known as <a href="http://wiki.vg/NBT">Named Binary Tag (NBT)</a>, which allows complex data structures to be kept in hierarchical nests. Askar has released <a href="https://github.com/ammaraskar/pyCraft/tree/nbt_exploit">proof-of-concept attack code</a> he said exploits the vulnerability to crash any server hosting the game. Here's how it works.
+ </p>
+ <blockquote>
+ <p>
+ The vulnerability stems from the fact that the client is allowed to send the server information about certain slots. This, coupled with the NBT format’s nesting allows us to <em>craft</em> a packet that is incredibly complex for the server to deserialize but trivial for us to generate.
+ </p>
+ <p>
+ In my case, I chose to create lists within lists, down to five levels. This is a json representation of what it looks like.
+ </p>
+ <div class="highlight">
+ <pre><code class="language-javascript" data-lang="javascript"><span class="nx">rekt</span><span class="o">:</span> <span class="p">{</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="p">]</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="p">]</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="p">]</span>
+ <span class="nx">list</span><span class="o">:</span> <span class="p">[</span>
+ <span class="p">]</span>
+ <span class="p">...</span>
+ <span class="p">]</span>
+ <span class="p">...</span>
+ <span class="p">]</span>
+ <span class="p">...</span>
+ <span class="p">]</span>
+ <span class="p">...</span>
+ <span class="p">]</span>
+ <span class="p">...</span>
+ <span class="p">]</span>
+ <span class="p">...</span>
+<span class="p">}</span></code></pre>
+ </div>
+ <p>
+ The root of the object, <code>rekt</code>, contains 300 lists. Each list has a list with 10 sublists, and each of those sublists has 10 of their own, up until 5 levels of recursion. That’s a total of <code>10^5 * 300 = 30,000,000</code> lists.
+ </p>
+ <p>
+ And this isn’t even the theoretical maximum for this attack. Just the nbt data for this payload is 26.6 megabytes. But luckily Minecraft implements a way to compress large packets, lucky us! zlib shrinks down our evil data to a mere 39 kilobytes.
+ </p>
+ <p>
+ Note: in previous versions of Minecraft, there was no protocol wide compression for big packets. Previously, NBT was sent compressed with gzip and prefixed with a signed short of its length, which reduced our maximum payload size to <code>2^15 - 1</code>. Now that the length is a varint capable of storing integers up to <code>2^28</code>, our potential for attack has increased significantly.
+ </p>
+ <p>
+ When the server will decompress our data, it’ll have 27 megs in a buffer somewhere in memory, but that isn’t the bit that’ll kill it. When it attempts to parse it into NBT, it’ll create java representations of the objects meaning suddenly, the sever is having to create several million java objects including ArrayLists. This runs the server out of memory and causes tremendous CPU load.
+ </p>
+ <p>
+ This vulnerability exists on almost all previous and current Minecraft versions as of 1.8.3, the packets used as attack vectors are the <a href="http://wiki.vg/Protocol#Player_Block_Placement">0x08: Block Placement Packet</a> and <a href="http://wiki.vg/Protocol#Creative_Inventory_Action">0x10: Creative Inventory Action</a>.
+ </p>
+ <p>
+ The fix for this vulnerability isn’t exactly that hard, the client should never really send a data structure as complex as NBT of arbitrary size and if it must, some form of recursion and size limits should be implemented.
+ </p>
+ <p>
+ These were the fixes that I recommended to Mojang 2 years ago.
+ </p>
+ </blockquote>
+ <p>
+ Ars is asking Mojang for comment and will update this post if company officials respond.
+ </p>
+ <div id="action_button_container"></div>
+ </div>
+ </section>
+ </div>
+ <div class="xrail">
+ <div class="xrail-content">
+ <aside class="ad ad_xrail ad_xrail_top" aria-label="Top sidebar advertisement"></aside>
+ <aside class="ad_native ad_native_xrail" aria-label="Sidebar native advertisement"></aside>
+ </div>
+ </div>
+ </div>
+ <div class="column-wrapper">
+ <div class="left-column">
+ <div id="social-footer">
+ <a title="51 posters participating" class="comment-count icon-comment-bubble-down" href="https://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?comments=1">
+ <h4 class="comment-count-before">
+ reader comments
+ </h4><span class="comment-count-number">75</span> <span class="visually-hidden">with 51 posters participating</span></a>
+ <div class="share-links">
+ <h4>
+ Share this story
+ </h4>
+ <ul>
+ <li>
+ <a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287" target="_blank" class="social-icon share-facebook" title="Share on Facebook"><span class="visually-hidden">Share on Facebook</span></a>
+ </li>
+ <li>
+ <a href="https://twitter.com/share?text=Just-released+%3Ci%3EMinecraft%3C%2Fi%3E+exploit+makes+it+easy+to+crash+game+servers&amp;url=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287" target="_blank" class="social-icon share-twitter" title="Share on Twitter"><span class="visually-hidden">Share on Twitter</span></a>
+ </li>
+ <li>
+ <a href="https://www.reddit.com/submit?url=https%3A%2F%2Farstechnica.com%2F%3Fpost_type%3Dpost%26p%3D648287&amp;title=Just-released+%3Ci%3EMinecraft%3C%2Fi%3E+exploit+makes+it+easy+to+crash+game+servers" target="_blank" class="social-icon share-reddit" title="Share on Reddit"><span class="visually-hidden">Share on Reddit</span></a>
+ </li>
+ </ul>
+ </div>
+ </div><!-- cache hit 581:single/author:2814756d09510ff24ad530ca37a5a9a9 -->
+ <section class="article-author">
+ <a style="background-image:url('https://cdn.arstechnica.net/wp-content/uploads/2018/10/Dang.jpg');" class="author-photo" href="/author/dan-goodin" tabindex="-1" role="presentation" aria-hidden="true"></a>
+ <div class="author-bio">
+ <section class="author-bio-top">
+ <a href="/author/dan-goodin" class="author-name">Dan Goodin</a> Dan is the Security Editor at Ars Technica, which he joined in 2012 after working for The Register, the Associated Press, Bloomberg News, and other publications.
+ </section>
+ <section class="author-social">
+ <strong>Email</strong> <a href="mailto:[email protected]">[email protected]</a> <span class="slashes">//</span> <strong>Twitter</strong> <a href="https://www.twitter.com/dangoodin001" target="_blank">@dangoodin001</a>
+ </section>
+ </div>
+ </section>
+ </div>
+ <div class="xrail"></div>
+ </div>
+ <div id="article-footer-wrap">
+ <aside class="ad ad_fullwidth fullwidth" aria-label="Full width advertisement"></aside>
+ <section id="comments-area" class="comments-area column-wrapper">
+ <div class="row comments-row left-column">
+ <a name="comments-bar" id="comments-bar"></a>
+ <div id="comments-container"></div>
+ <div id="comments-posting-container" class="thick-divide-bottom">
+ <p id="reply">
+ You must <a href="https://arstechnica.com/civis/ucp.php?mode=login&amp;return_to/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/" class="vote_login">login or create an account</a> to comment.
+ </p>
+ </div>
+ </div>
+ <div class="xrail xrail-comments">
+ <div class="xrail-content xrail-content-comments">
+ <aside class="ad ad_xrail ad_xrail_comments" aria-label="Comments sidebar advertisement"></aside>
+ </div>
+ </div>
+ </section>
+ <section class="inline-playlist">
+ <div class="ars-video-playlist">
+ <h3 class="ars-video-playlist-module-header">
+ Channel <span>Ars Technica</span>
+ </h3>
+ <div class="ars-video-playlist-module" data-playlist-id="arstechnica-channel-ars-information-technology" data-video-options="[]"></div>
+ </div>
+ </section>
+ <div class="prev-next-links">
+ <a href="https://arstechnica.com/tech-policy/2015/04/dozens-of-us-government-online-whistleblower-sites-not-secured-by-https/" rel="prev"><span class="arrow">←</span> Previous story</a> <a href="https://arstechnica.com/gaming/2015/04/hidden-files-suggest-street-fighters-ryu-may-come-to-smash-bros/" rel="next">Next story <span class="arrow">→</span></a>
+ </div>
+ <footer id="article-footer">
+ <div id="recommendations-footer">
+ <div id="story-recommendations">
+ <div class="heading-column">
+ <h3>
+ Related Stories
+ </h3>
+ </div>
+ <ul id="story-recs" class="rec-wrap"></ul>
+ </div>
+ <div id="sponsored-recommendations">
+ <div class="heading-column">
+ <h3>
+ Sponsored Stories
+ </h3><a href="http://www.outbrain.com/what-is/default/en" target="_blank">Powered by </a>
+ </div>
+ <ul id="outbrain-recs"></ul>
+ </div>
+ <div id="latest-stories">
+ <div class="heading-column">
+ <h3>
+ Today on Ars
+ </h3>
+ </div>
+ <ul id="latest-recs" class="rec-wrap"></ul>
+ </div>
+ </div>
+ </footer>
+ </div>
+ </article>
+ </main>
+ <footer class="site-footer">
+ <nav class="nav-footer">
+ <section>
+ <ul>
+ <li>
+ <a href="/store/">Store</a>
+ </li>
+ <li>
+ <a href="/store/product/subscriptions/">Subscribe</a>
+ </li>
+ <li>
+ <a href="/about-us/">About Us</a>
+ </li>
+ <li>
+ <a href="/rss-feeds/">RSS Feeds</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="http://arstechnica.com/information-technology/2015/04/just-released-minecraft-exploit-makes-it-easy-to-crash-game-servers/?view=mobile">View Mobile Site</a>
+ </li>
+ </ul>
+ </section>
+ <section>
+ <ul>
+ <li>
+ <a href="/contact-us/">Contact Us</a>
+ </li>
+ <li>
+ <a href="/staff-directory/">Staff</a>
+ </li>
+ <li>
+ <a href="/advertise-with-us/">Advertise with us</a>
+ </li>
+ <li>
+ <a href="/reprints/">Reprints</a>
+ </li>
+ </ul>
+ </section>
+ <section class="footer-newsletter">
+ <div class="newsletter-wrapper">
+ <h3>
+ <a href="/newsletters/">Newsletter Signup</a>
+ </h3>
+ <p>
+ Join the Ars Orbital Transmission mailing list to get weekly updates delivered to your inbox.
+ </p><a class="button" href="/newsletters/">Sign me up →</a>
+ </div>
+ </section>
+ </nav>
+ <section class="footer-terms-logo">
+ <div class="cn-logo">
+ <a href="http://condenast.com/" class="icon icon-logo-cn-us" title="Visit Condé Nast"></a>
+ </div>
+ <p id="copyright-terms">
+ CNMN Collection<br />
+ WIRED Media Group<br />
+ © 2020 Condé Nast. All rights reserved. Use of and/or registration on any portion of this site constitutes acceptance of our <a href="https://www.condenast.com/user-agreement/">User Agreement</a> (updated 1/1/20) and <a href="https://www.condenast.com/privacy-policy/">Privacy Policy and Cookie Statement</a> (updated 1/1/20) and <a href="/amendment-to-conde-nast-user-agreement-privacy-policy/">Ars Technica Addendum</a> (effective 8/21/2018). Ars may earn compensation on sales from links on this site. <a href="/affiliate-link-policy/">Read our affiliate link policy</a>.<br />
+ <a href="https://www.condenast.com/privacy-policy/#california">Your California Privacy Rights</a> | <a id="ot-sdk-btn" class="ot-sdk-show-settings">Do Not Sell My Personal Information</a><br />
+ The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast.<br />
+ <a href="https://www.condenast.com/online-behavioral-advertising-oba-and-how-to-opt-out-of-oba/#clickheretoreadmoreaboutonlinebehavioraladvertising(oba)">Ad Choices</a>
+ </p>
+ </section>
+ </footer>
+ </div>
+ <script type="text/javascript" src="https://cdn.arstechnica.net/wp-content/themes/ars/assets/js/main-fafdd8b108.js"></script> <!-- cache hit 581:single/javascript-footer:5a5daf59fa5245a64fe8615caa0b1d1b -->
+
+ <script async="async" type="application/javascript" src="https://embed.actionbutton.co/widget/widget.min.js"></script> <!-- Parse.ly start -->
+ <script id="parsely-cfg" src="//fpa-cdn.arstechnica.com/keys/arstechnica.com/p.js"></script> <!-- Parse.ly end -->
+
+ <script src="https://player.cnevids.com/interlude/arstechnica.js" async="async"></script>
+ <script id="conde-polar" src="https://cdn.mediavoice.com/nativeads/script/condenastcorporate/conde-asa-polar-master.js" async="async"></script>
+ <script>
+ <![CDATA[
+
+ (function () {
+ function DQ() {
+ var queue = window.sparrowQueue;
+ this.push = fn => fn();
+ window.sparrowQueue = this;
+ while (queue.length) {
+ queue.shift()();
+ }
+ }
+ function e(t, e) {
+ var n, a, o;
+ a = !1, n = document.createElement("script"), n.type = "text/javascript", n.src = t, n.onload = n.onreadystatechange = function () {
+ a || this.readyState && "complete" != this.readyState || (a = !0, e ? e() : !0)
+ }, o = document.getElementsByTagName("script")[0], o.parentNode.insertBefore(n, o)
+ }
+ if (location.search.indexOf('no_sparrow') < 0) {
+ e("https://pixel.condenastdigital.com/config/v2/production/ars-technica.config.js", function () {
+ e("https://pixel.condenastdigital.com/sparrow.min.js", function () {
+ if (window.SparrowConfigV2) {
+ window.sparrow = new window.Sparrow(window.SparrowConfigV2);
+ new DQ();
+ }
+ })
+ })
+ }
+ })();
+ ]]>
+ </script>
+ <script type="text/javascript" src="//s.skimresources.com/js/100098X1555750.skimlinks.js"></script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json
new file mode 100644
index 0000000..51ed665
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "http:\/\/fakehost\/test\/base\/foo\/bar\/baz.png",
+ "http:\/\/fakehost\/foo\/bar\/baz.png",
+ "http:\/\/test\/foo\/bar\/baz.png",
+ "https:\/\/test\/foo\/bar\/baz.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json
new file mode 100644
index 0000000..e58519c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Base URL with base relative test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html
new file mode 100644
index 0000000..1a8d412
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html
@@ -0,0 +1,34 @@
+<article>
+ <h2>Lorem</h2>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>Links</p>
+ <p><a href="http://fakehost/test/base/foo/bar/baz.html">link</a></p>
+ <p><a href="http://fakehost/test/base/foo/bar/baz.html">link</a></p>
+ <p><a href="http://fakehost/foo/bar/baz.html">link</a></p>
+ <p><a href="#foo">link</a></p>
+ <p><a href="http://fakehost/test/base/baz.html#foo">link</a></p>
+ <p><a href="http://fakehost/foo/bar/baz.html#foo">link</a></p>
+ <p><a href="http://test/foo/bar/baz.html">link</a></p>
+ <p><a href="https://test/foo/bar/baz.html">link</a></p>
+ <p>Images</p>
+ <p><img src="http://fakehost/test/base/foo/bar/baz.png"></p>
+ <p><img src="http://fakehost/test/base/foo/bar/baz.png"></p>
+ <p><img src="http://fakehost/foo/bar/baz.png"></p>
+ <p><img src="http://test/foo/bar/baz.png"></p>
+ <p><img src="https://test/foo/bar/baz.png"></p>
+ <h2>Foo</h2>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html
new file mode 100644
index 0000000..bb0f7df
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <base href="base/"/>
+ <title>Base URL with base relative test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <p>Links</p>
+ <p><a href="foo/bar/baz.html">link</a></p>
+ <p><a href="./foo/bar/baz.html">link</a></p>
+ <p><a href="/foo/bar/baz.html">link</a></p>
+ <p><a href="#foo">link</a></p>
+ <p><a href="baz.html#foo">link</a></p>
+ <p><a href="/foo/bar/baz.html#foo">link</a></p>
+ <p><a href="http://test/foo/bar/baz.html">link</a></p>
+ <p><a href="https://test/foo/bar/baz.html">link</a></p>
+ <p>Images</p>
+ <p><img src="foo/bar/baz.png"/></p>
+ <p><img src="./foo/bar/baz.png"/></p>
+ <p><img src="/foo/bar/baz.png"/></p>
+ <p><img src="http://test/foo/bar/baz.png"/></p>
+ <p><img src="https://test/foo/bar/baz.png"/></p>
+ <h2>Foo</h2>
+ <div>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json
new file mode 100644
index 0000000..68c4864
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json
@@ -0,0 +1,5 @@
+[
+ "http:\/\/fakehost\/foo\/bar\/baz.png",
+ "http:\/\/test\/foo\/bar\/baz.png",
+ "https:\/\/test\/foo\/bar\/baz.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json
new file mode 100644
index 0000000..e7a86a7
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Base URL with base test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html
new file mode 100644
index 0000000..3a03ddb
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html
@@ -0,0 +1,34 @@
+<article>
+ <h2>Lorem</h2>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>Links</p>
+ <p><a href="http://fakehost/foo/bar/baz.html">link</a></p>
+ <p><a href="http://fakehost/foo/bar/baz.html">link</a></p>
+ <p><a href="http://fakehost/foo/bar/baz.html">link</a></p>
+ <p><a href="#foo">link</a></p>
+ <p><a href="http://fakehost/baz.html#foo">link</a></p>
+ <p><a href="http://fakehost/foo/bar/baz.html#foo">link</a></p>
+ <p><a href="http://test/foo/bar/baz.html">link</a></p>
+ <p><a href="https://test/foo/bar/baz.html">link</a></p>
+ <p>Images</p>
+ <p><img src="http://fakehost/foo/bar/baz.png"></p>
+ <p><img src="http://fakehost/foo/bar/baz.png"></p>
+ <p><img src="http://fakehost/foo/bar/baz.png"></p>
+ <p><img src="http://test/foo/bar/baz.png"></p>
+ <p><img src="https://test/foo/bar/baz.png"></p>
+ <h2>Foo</h2>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html
new file mode 100644
index 0000000..4b3c63c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <base href="/"/>
+ <title>Base URL with base test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <p>Links</p>
+ <p><a href="foo/bar/baz.html">link</a></p>
+ <p><a href="./foo/bar/baz.html">link</a></p>
+ <p><a href="/foo/bar/baz.html">link</a></p>
+ <p><a href="#foo">link</a></p>
+ <p><a href="baz.html#foo">link</a></p>
+ <p><a href="/foo/bar/baz.html#foo">link</a></p>
+ <p><a href="http://test/foo/bar/baz.html">link</a></p>
+ <p><a href="https://test/foo/bar/baz.html">link</a></p>
+ <p>Images</p>
+ <p><img src="foo/bar/baz.png"/></p>
+ <p><img src="./foo/bar/baz.png"/></p>
+ <p><img src="/foo/bar/baz.png"/></p>
+ <p><img src="http://test/foo/bar/baz.png"/></p>
+ <p><img src="https://test/foo/bar/baz.png"/></p>
+ <h2>Foo</h2>
+ <div>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json
new file mode 100644
index 0000000..e072ac1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "http:\/\/fakehost\/test\/foo\/bar\/baz.png",
+ "http:\/\/fakehost\/foo\/bar\/baz.png",
+ "http:\/\/test\/foo\/bar\/baz.png",
+ "https:\/\/test\/foo\/bar\/baz.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json
new file mode 100644
index 0000000..291ff94
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Base URL test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html
new file mode 100644
index 0000000..e9da69d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html
@@ -0,0 +1,34 @@
+<article>
+ <h2>Lorem</h2>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>Links</p>
+ <p><a href="http://fakehost/test/foo/bar/baz.html">link</a></p>
+ <p><a href="http://fakehost/test/foo/bar/baz.html">link</a></p>
+ <p><a href="http://fakehost/foo/bar/baz.html">link</a></p>
+ <p><a href="#foo">link</a></p>
+ <p><a href="http://fakehost/test/baz.html#foo">link</a></p>
+ <p><a href="http://fakehost/foo/bar/baz.html#foo">link</a></p>
+ <p><a href="http://test/foo/bar/baz.html">link</a></p>
+ <p><a href="https://test/foo/bar/baz.html">link</a></p>
+ <p>Images</p>
+ <p><img src="http://fakehost/test/foo/bar/baz.png"></p>
+ <p><img src="http://fakehost/test/foo/bar/baz.png"></p>
+ <p><img src="http://fakehost/foo/bar/baz.png"></p>
+ <p><img src="http://test/foo/bar/baz.png"></p>
+ <p><img src="https://test/foo/bar/baz.png"></p>
+ <h2>Foo</h2>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html b/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html
new file mode 100644
index 0000000..748b8be
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Base URL test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <p>Links</p>
+ <p><a href="foo/bar/baz.html">link</a></p>
+ <p><a href="./foo/bar/baz.html">link</a></p>
+ <p><a href="/foo/bar/baz.html">link</a></p>
+ <p><a href="#foo">link</a></p>
+ <p><a href="baz.html#foo">link</a></p>
+ <p><a href="/foo/bar/baz.html#foo">link</a></p>
+ <p><a href="http://test/foo/bar/baz.html">link</a></p>
+ <p><a href="https://test/foo/bar/baz.html">link</a></p>
+ <p>Images</p>
+ <p><img src="foo/bar/baz.png"/></p>
+ <p><img src="./foo/bar/baz.png"/></p>
+ <p><img src="/foo/bar/baz.png"/></p>
+ <p><img src="http://test/foo/bar/baz.png"/></p>
+ <p><img src="https://test/foo/bar/baz.png"/></p>
+ <h2>Foo</h2>
+ <div>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json
new file mode 100644
index 0000000..a31ae0b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.",
+ "Image": null,
+ "Title": "Basic tag cleaning test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html
new file mode 100644
index 0000000..c66b95c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html
@@ -0,0 +1,18 @@
+<div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div><div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html
new file mode 100644
index 0000000..d00f4cc
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Basic tag cleaning test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <iframe src="about:blank">Iframe fallback test</iframe>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ <h2>Foo</h2>
+ <div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <object data="foo.swf" type="application/x-shockwave-flash" width="88" height="31">
+ <param movie="foo.swf" />
+ </object>
+ <embed src="foo.swf"/>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json
new file mode 100644
index 0000000..5c50d84
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json
@@ -0,0 +1,7 @@
+[
+ "http:\/\/ichef.bbci.co.uk\/news\/1024\/cpsprodpb\/3D8B\/production\/_84455751_84455749.jpg",
+ "http:\/\/ichef.bbci.co.uk\/news\/555\/cpsprodpb\/462D\/production\/_84456971_gettyimages-167501087.jpg",
+ "http:\/\/ichef.bbci.co.uk\/news\/555\/media\/images\/76020000\/jpg\/_76020974_line976.jpg",
+ "http:\/\/ichef-1.bbci.co.uk\/news\/555\/cpsprodpb\/6D3D\/production\/_84456972_p072315al-0500.jpg",
+ "http:\/\/ichef-1.bbci.co.uk\/news\/555\/cpsprodpb\/142FD\/production\/_84458628_shirtreuters.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json
new file mode 100644
index 0000000..8d5937b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "President Barack Obama tells the BBC his failure to pass \"common sense gun safety laws\" is the greatest frustration of his presidency.",
+ "Image": "http:\/\/ichef.bbci.co.uk\/news\/1024\/cpsprodpb\/3D8B\/production\/_84455751_84455749.jpg",
+ "Title": "Obama admits US gun laws are his 'biggest frustration'",
+ "SiteName": "BBC News"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html
new file mode 100644
index 0000000..1e3c6d3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html
@@ -0,0 +1,22 @@
+<div property="articleBody">
+ <p>President Barack Obama has admitted that his failure to pass "common sense gun safety laws" in the US is the greatest frustration of his presidency. </p><p>In an interview with the BBC, Mr Obama said it was "distressing" not to have made progress on the issue "even in the face of repeated mass killings".</p><p>He vowed to keep trying, but the BBC's North America editor Jon Sopel said the president did not sound very confident. </p><p>However, Mr Obama said race relations had improved during his presidency. </p><p>Hours after the interview, a gunman opened fire at a cinema in the US state of Louisiana, killing two people and injuring several others before shooting himself.</p><p>In a wide-ranging interview, President Obama also said:</p><ul>
+<li>
+<a href="http://www.bbc.co.uk/news/uk-politics-33647154">The UK must stay in the EU</a> to have influence on the world stage</li>
+<li>He is confident the Iran nuclear deal will be passed by Congress </li>
+<li>Syria needs a political solution in order to defeat the Islamic State group</li>
+<li>He would speak "bluntly" against corruption <a href="http://www.bbc.co.uk/news/world-us-canada-33646563">and human rights violations in Kenya</a>
+</li>
+<li>He would defend his advocacy of gay rights following protests in Kenya</li>
+<li>Despite racial tensions, the US is becoming more diverse and more tolerant</li>
+</ul><p><a href="http://www.bbc.co.uk/news/world-us-canada-33646542">Read the full transcript of his interview</a></p><p>Mr Obama lands in Kenya later on Friday for his first visit since becoming president. </p><p>But with just 18 months left in power, he said gun control was the area where he has been "most frustrated and most stymied" since coming to power in 2009.</p><p>"If you look at the number of Americans killed since 9/11 by terrorism, it's less than 100. If you look at the number that have been killed by gun violence, it's in the tens of thousands," Mr Obama said. </p><figure><img src="http://ichef.bbci.co.uk/news/555/cpsprodpb/462D/production/_84456971_gettyimages-167501087.jpg" datasrc="http://ichef.bbci.co.uk/news/976/cpsprodpb/462D/production/_84456971_gettyimages-167501087.jpg" alt="Gun control campaigners protest in McPhearson Square in Washington DC - 25 April 2013" height="549" width="976">
+ <figcaption>
+ <span>
+ The president said he would continue fighting for greater gun control laws
+ </span>
+ </figcaption></figure><p>"For us not to be able to resolve that issue has been something that is distressing," he added. </p><p>Mr Obama has pushed for stricter gun control throughout his presidency but has been unable to secure any significant changes to the laws. </p><p>After nine African-American churchgoers were killed in South Carolina in June, he admitted "politics in this town" meant there were few options available.</p><figure><img src="http://ichef.bbci.co.uk/news/555/media/images/76020000/jpg/_76020974_line976.jpg" datasrc="http://ichef.bbci.co.uk/news/464/media/images/76020000/jpg/_76020974_line976.jpg" alt="line" height="2" width="464"></figure><h2>Analysis: Jon Sopel, BBC News, Washington</h2><figure><img src="http://ichef-1.bbci.co.uk/news/555/cpsprodpb/6D3D/production/_84456972_p072315al-0500.jpg" datasrc="http://ichef-1.bbci.co.uk/news/976/cpsprodpb/6D3D/production/_84456972_p072315al-0500.jpg" alt="President Barack Obama participates in an interview with Jon Sopel of BBC in the Roosevelt Room of the White House - 23 July 2015" height="549" width="976"></figure><p>Nine months ago, the president seemed like a spent force, after taking a beating in the midterm elections, during which members of his own party were reluctant to campaign on his record. </p><p>But the man sat before me today was relaxed and confident, buoyed by a string of "wins" on healthcare, Cuba and Iran, after bitter and ongoing battles with his many critics. </p><p>The only body swerve the president performed was when I asked him <a href="http://www.bbc.co.uk/news/world-us-canada-33643168"> how many minds he had changed on the Iran nuclear deal </a>after an intense sell aimed at Gulf allies and members of US Congress who remain implacably opposed. </p><p>There was a momentary flicker across the president's face as if to say "You think you got me?" before his smile returned and he proceeded to talk about how Congress would come round.</p><p>But notably, he did not give a direct answer to that question, which leaves me with the impression that he has persuaded precisely zero.</p><p><a href="http://www.bbc.co.uk/news/world-us-canada-33646875">Five things we learned from Obama interview</a></p><p><a href="http://www.bbc.co.uk/news/world-us-canada-33646545">The presidential body swerve</a></p><figure><img src="http://ichef.bbci.co.uk/news/555/media/images/76020000/jpg/_76020974_line976.jpg" datasrc="http://ichef.bbci.co.uk/news/464/media/images/76020000/jpg/_76020974_line976.jpg" alt="line" height="2" width="464"></figure><p>On race relations, Mr Obama said recent concerns around policing and mass incarcerations were "legitimate and deserve intense attention" but insisted progress had been made. </p><p>Children growing up during the eight years of his presidency "will have a different view of race relations in this country and what's possible," he said. </p><p>"There are going to be tensions that arise. But if you look at my daughters' generation, they have an attitude about race that's entirely different than even my generation."</p><p>Talking about how he was feeling after his recent successes, he said "every president, every leader has strengths and weaknesses". </p><p>"One of my strengths is I have a pretty even temperament. I don't get too high when it's high and I don't get too low when it's low," he said. </p><figure><img src="http://ichef-1.bbci.co.uk/news/555/cpsprodpb/142FD/production/_84458628_shirtreuters.jpg" datasrc="http://ichef-1.bbci.co.uk/news/976/cpsprodpb/142FD/production/_84458628_shirtreuters.jpg" alt="Customer looks at Obama shirts at a stall in Nairobi's Kibera slums, 23 July 2015" height="549" width="976">
+ <figcaption>
+ <span>
+ Kenya is getting ready to welcome the US president
+ </span>
+ </figcaption></figure><h2>Kenya trip</h2><p>Mr Obama was speaking to the BBC at the White House before departing for Kenya.</p><p>His father was Kenyan and the president is expected to meet relatives in Nairobi.</p><p>Mr Obama has faced criticism in the country after the US legalised gay marriage. However, in his interview, the president said he would not fall silent on the issue.</p><p>"I am not a fan of discrimination and bullying of anybody on the basis of race, on the basis of religion, on the basis of sexual orientation or gender," he said.</p><p>The president also admitted that some African governments, including Kenya's, needed to improve their records on human rights and democracy. However, he defended his decision to engage with and visit those governments. </p><p>"Well, they're not ideal institutions. But what we found is, is that when we combined blunt talk with engagement, that gives us the best opportunity to influence and open up space for civil society." </p><p>Mr Obama will become the first US president to address the African Union when he travels on to Ethiopia on Sunday.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html
new file mode 100644
index 0000000..876c893
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html
@@ -0,0 +1,2557 @@
+<html class="orb-js bbcdotcom bbcdotcom-responsive ads-enabled ctm ff flex bbcdotcom-init bbcdotcom-analytics-init grunticon bbccom-group-2" id="responsive-news" prefix="og: http://ogp.me/ns#" lang="en"><head><script src="http://s0.2mdn.net/instream/html5/gpt_proxy.js" type="text/javascript" async=""></script><script src="http://s0.2mdn.net/instream/html5/gpt_proxy.js" type="text/javascript" async=""></script><script src="http://s0.2mdn.net/instream/html5/gpt_proxy.js" type="text/javascript" async=""></script><script src="http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck" type="text/javascript"></script><script src="http://cdn.krxd.net/userdata/get?pub=5d7aaa39-eeed-454f-bb7d-ecea38d770fc&amp;technographics=1&amp;callback=Krux.ns._default.kxjsonp_userdata" type="text/javascript"></script><script src="http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck" type="text/javascript"></script><script src="http://s0.2mdn.net/instream/html5/gpt_proxy.js" type="text/javascript" async=""></script><script async="" charset="UTF-8" src="http://odb.outbrain.com/utils/get?url=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704&amp;settings=true&amp;recs=true&amp;widgetJSId=AR_9&amp;key=NANOWDGT01&amp;idx=3&amp;version=264730&amp;ref=&amp;apv=false&amp;sig=FC1ReOE3&amp;format=html&amp;rand=48671&amp;lsd=0ac84357-f829-4e49-9e8c-8571d3af928a&amp;t=MV9iYTQ4NWM0YjhkYTA4MWM1M2M3YjBlMmQ0NWViZTI3N18w&amp;winW=584&amp;winH=500" type="text/javascript"></script><style>.svg-icon--audio-dark { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%204l-6%206H0v12h10l6%206zM25.3.3l-1.8%201.8c3.7%203.5%206%208.5%206%2014s-2.3%2010.4-6%2014l1.8%201.8c4.1-4%206.7-9.6%206.7-15.7C32%209.9%2029.4%204.3%2025.3.3zm-4.5%204.5L19%206.6c2.4%202.4%203.9%205.8%203.9%209.5s-1.5%207-3.9%209.5l1.8%201.8c2.8-2.9%204.6-6.9%204.6-11.2%200-4.5-1.8-8.5-4.6-11.4z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--audio-light { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%204l-6%206H0v12h10l6%206zM25.3.3l-1.8%201.8c3.7%203.5%206%208.5%206%2014s-2.3%2010.4-6%2014l1.8%201.8c4.1-4%206.7-9.6%206.7-15.7C32%209.9%2029.4%204.3%2025.3.3zm-4.5%204.5L19%206.6c2.4%202.4%203.9%205.8%203.9%209.5s-1.5%207-3.9%209.5l1.8%201.8c2.8-2.9%204.6-6.9%204.6-11.2%200-4.5-1.8-8.5-4.6-11.4z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--email { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%2019.37L32%204.43V3H0v26h32V8l-4%204v13H4V8.17l12%2011.2zm0-2.76L5.81%207h20.38L16%2016.61z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--gallery-dark { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M9%205V3H4v2H0v24h32V5H9zm-2.5%208C5.1%2013%204%2011.9%204%2010.5S5.1%208%206.5%208%209%209.1%209%2010.5%207.9%2013%206.5%2013zM20%2026c-5%200-9-4-9-9s4-9%209-9%209%204%209%209-4%209-9%209z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M20%2011.5c-3%200-5.5%202.5-5.5%205.5s2.5%205.5%205.5%205.5%205.5-2.5%205.5-5.5-2.5-5.5-5.5-5.5z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--mobile-smart { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M6%200v32h20V0H6zm8%202h4v1h-4V2zm3%2028h-2v-2h2v2zm7-3H8V4h16v23z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--newsletter { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M5%203h22v12h3V0H2v15h3zm5%209h12v3H10zm0%204h12v3H10zm0-8h12v3H10zm19.46%208l-.46.29-13%208.13-13-8.13-.46-.29H0v16h32V16h-2.54zM29%2029H3V17.46l13%208.13%2013-8.13V29z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--rss { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%225.01%22%20cy%3D%2226.98%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M24.99%2031.98V32h7v-.02C31.99%2014.32%2017.67%200%20.01%200v7c13.78%200%2024.98%2011.2%2024.98%2024.98zm-9.99%200V32h7v-.02C22%2019.84%2012.15%209.99.01%209.99v7C8.28%2016.99%2015%2023.71%2015%2031.98z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--to-bottom { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M5.35%201.9H0l15.89%2023.4L32%201.9h-5.34L15.88%2017.48zM.4%2025.3h31.2v4.8H.4z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--twitter { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M32%206.08c-1.18.52-2.45.87-3.77%201.03%201.35-.81%202.4-2.1%202.89-3.64-1.27.75-2.68%201.3-4.17%201.6C25.75%203.8%2024.04%203%2022.16%203c-3.63%200-6.57%202.94-6.57%206.56%200%20.52.06%201.02.17%201.5-5.46-.28-10.3-2.89-13.54-6.86-.56.97-.89%202.1-.89%203.3%200%202.27%201.16%204.28%202.92%205.46-1.08-.04-2.09-.33-2.98-.82v.09c0%203.17%202.27%205.82%205.27%206.43-.54.15-1.12.23-1.72.23-.42%200-.83-.04-1.23-.11.84%202.61%203.25%204.5%206.13%204.55-2.25%201.76-5.08%202.82-8.16%202.82-.53%200-1.05-.04-1.56-.09C2.9%2027.92%206.35%2029%2010.06%2029c12.08%200%2018.68-10%2018.68-18.68%200-.28-.01-.57-.02-.85%201.29-.92%202.4-2.08%203.28-3.39z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--video-dark { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M3%2032l26-16L3%200z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+.svg-icon--video-light { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M3%2032l26-16L3%200z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; }
+
+</style><script async="" charset="UTF-8" src="http://odb.outbrain.com/utils/get?url=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704&amp;settings=true&amp;recs=true&amp;widgetJSId=AR_8&amp;key=NANOWDGT01&amp;idx=2&amp;version=264730&amp;ref=&amp;apv=false&amp;sig=FC1ReOE3&amp;format=html&amp;rand=41769&amp;lsd=0ac84357-f829-4e49-9e8c-8571d3af928a&amp;t=MV9iYTQ4NWM0YjhkYTA4MWM1M2M3YjBlMmQ0NWViZTI3N18w&amp;winW=584&amp;winH=500" type="text/javascript"></script><iframe style="width: 0px; height: 0px; border: 0px none; display: none;" title="" src="javascript:false"></iframe><script async="" charset="UTF-8" src="http://odb.outbrain.com/utils/get?url=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704&amp;settings=true&amp;recs=true&amp;widgetJSId=AR_7&amp;key=NANOWDGT01&amp;idx=1&amp;version=264730&amp;ref=&amp;apv=false&amp;sig=FC1ReOE3&amp;format=html&amp;rand=33694&amp;lsd=0ac84357-f829-4e49-9e8c-8571d3af928a&amp;t=MV9iYTQ4NWM0YjhkYTA4MWM1M2M3YjBlMmQ0NWViZTI3N18w&amp;winW=584&amp;winH=500" type="text/javascript"></script><script async="" charset="UTF-8" src="http://odb.outbrain.com/utils/get?url=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704&amp;settings=true&amp;recs=true&amp;widgetJSId=AR_5&amp;key=NANOWDGT01&amp;idx=0&amp;version=264730&amp;ref=&amp;apv=false&amp;sig=FC1ReOE3&amp;format=html&amp;rand=26305&amp;lsd=0ac84357-f829-4e49-9e8c-8571d3af928a&amp;winW=584&amp;winH=500" type="text/javascript"></script><style type="text/css"></style>
+ <meta charset="utf-8"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
+ <title>Obama admits US gun laws are his 'biggest frustration' - BBC News</title>
+ <meta name="description" content="President Barack Obama tells the BBC his failure to pass " common="" sense="" gun="" safety="" laws"="" is="" the="" greatest="" frustration="" of="" his="" presidency."=""/>
+
+ <meta name="x-country" content="us"/>
+ <meta name="x-audience" content="US"/>
+ <meta name="CPS_AUDIENCE" content="US"/>
+ <meta name="CPS_CHANGEQUEUEID" content="250829915"/>
+ <link rel="canonical" href="http://www.bbc.com/news/world-us-canada-33646704"/>
+
+ <link rel="alternate" hreflang="en-gb" href="http://www.bbc.co.uk/news/world-us-canada-33646704"/>
+ <link rel="alternate" hreflang="en" href="http://www.bbc.com/news/world-us-canada-33646704"/>
+ <meta property="og:title" content="Obama admits US gun laws are his 'biggest frustration' - BBC News"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:description" content="President Barack Obama tells the BBC his failure to pass &quot;common sense gun safety laws&quot; is the greatest frustration of his presidency."/>
+ <meta property="og:site_name" content="BBC News"/>
+ <meta property="og:locale" content="en_GB"/>
+ <meta property="og:article:author" content="BBC News"/>
+ <meta property="og:article:section" content="US &amp; Canada"/>
+ <meta property="og:url" content="http://www.bbc.com/news/world-us-canada-33646704"/>
+ <meta property="og:image" content="http://ichef.bbci.co.uk/news/1024/cpsprodpb/3D8B/production/_84455751_84455749.jpg"/>
+
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta name="twitter:site" content="@BBCWorld"/>
+ <meta name="twitter:title" content="Obama admits US gun laws are his 'biggest frustration' - BBC News"/>
+ <meta name="twitter:description" content="President Barack Obama tells the BBC his failure to pass &quot;common sense gun safety laws&quot; is the greatest frustration of his presidency."/>
+ <meta name="twitter:creator" content="@BBCWorld"/>
+ <meta name="twitter:image:src" content="http://ichef.bbci.co.uk/news/560/cpsprodpb/3D8B/production/_84455751_84455749.jpg"/>
+ <meta name="twitter:domain" content="www.bbc.com"/>
+
+ <script src="http://b.scorecardresearch.com/beacon.js" async=""></script><script src="//cdn.krxd.net/ctjs/controltag.js.875fd5b280a77e06def8c74a5a268e2c" async=""></script><script src="http://cdn.krxd.net/controltag?confid=JZTWpGsM" async="" type="text/javascript"></script><script type="application/ld+json">
+ {
+ "@context": "http://schema.org"
+ ,"@type": "Article"
+
+ ,"url": "http://www.bbc.com/news/world-us-canada-33646704"
+ ,"publisher": {
+ "@type": "Organization",
+ "name": "BBC News",
+ "logo": "http://www.bbc.co.uk/news/special/2015/newsspec_10857/bbc_news_logo.png?cb=1"
+ }
+
+ ,"headline": "Obama admits US gun laws are his 'biggest frustration'"
+
+ ,"mainEntityOfPage": "http://www.bbc.com/news/world-us-canada-33646704"
+ ,"articleBody": "President Barack Obama tells the BBC his failure to pass \"common sense gun safety laws\" is the greatest frustration of his presidency."
+
+ ,"image": {
+ "@list": [
+ "http://ichef.bbci.co.uk/news/560/cpsprodpb/3D8B/production/_84455751_84455749.jpg"
+ ,"http://ichef.bbci.co.uk/news/560/cpsprodpb/6D3D/production/_84456972_p072315al-0500.jpg"
+ ,"http://ichef-1.bbci.co.uk/news/560/cpsprodpb/462D/production/_84456971_gettyimages-167501087.jpg"
+ ,"http://ichef.bbci.co.uk/news/560/media/images/76020000/jpg/_76020974_line976.jpg"
+ ,"http://ichef.bbci.co.uk/news/560/cpsprodpb/142FD/production/_84458628_shirtreuters.jpg"
+ ]
+ }
+ ,"datePublished": "2015-07-24T05:36:09+01:00"
+ }
+ </script>
+
+
+
+ <meta name="apple-mobile-web-app-title" content="BBC News"/>
+ <link rel="apple-touch-icon-precomposed" sizes="57x57" href="http://static.bbci.co.uk/news/1.79.0380/apple-touch-icon-57x57-precomposed.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://static.bbci.co.uk/news/1.79.0380/apple-touch-icon-72x72-precomposed.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://static.bbci.co.uk/news/1.79.0380/apple-touch-icon-114x114-precomposed.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://static.bbci.co.uk/news/1.79.0380/apple-touch-icon.png"/>
+ <link rel="apple-touch-icon" href="http://static.bbci.co.uk/news/1.79.0380/apple-touch-icon.png"/>
+ <meta name="application-name" content="BBC News"/>
+ <meta name="msapplication-TileImage" content="http://static.bbci.co.uk/news/1.79.0380/windows-eight-icon-144x144.png"/>
+ <meta name="msapplication-TileColor" content="#bb1919"/>
+ <meta http-equiv="cleartype" content="on"/>
+ <meta name="mobile-web-app-capable" content="yes"/>
+ <meta name="robots" content="NOODP,NOYDIR"/>
+ <meta name="theme-color" content="#bb1919"/>
+ <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
+
+ <script>
+ (function() {
+ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
+ var msViewportStyle = document.createElement("style");
+ msViewportStyle.appendChild(
+ document.createTextNode("@-ms-viewport{width:auto!important}")
+ );
+ document.getElementsByTagName("head")[0].appendChild(msViewportStyle);
+ }
+ })();
+ </script>
+
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <script type="text/javascript">window.bbcredirection={geo:true}</script> <!--orb.ws.require.lib--> <script type="text/javascript">/*<![CDATA[*/ if (typeof window.define !== 'function' || typeof window.require !== 'function') { document.write('<script class="js-require-lib" src="http://static.bbci.co.uk/frameworks/requirejs/lib.js"><'+'/script>'); } /*]]>*/</script><script class="js-require-lib" src="http://static.bbci.co.uk/frameworks/requirejs/lib.js"></script> <script type="text/javascript"> bbcRequireMap = {"jquery-1":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.7.2", "jquery-1.4":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.4", "jquery-1.9":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.9.1", "swfobject-2":"http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2", "demi-1":"http://static.bbci.co.uk/frameworks/demi/0.10.0/sharedmodules/demi-1", "gelui-1":"http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1", "cssp!gelui-1/overlay":"http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1/overlay.css", "istats-1":"http://static.bbci.co.uk/frameworks/istats/0.26.31/modules/istats-1", "relay-1":"http://static.bbci.co.uk/frameworks/relay/0.2.6/sharedmodules/relay-1", "clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1", "canvas-clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/canvas-clock-1", "cssp!clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1.css", "jssignals-1":"http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1", "jcarousel-1":"http://static.bbci.co.uk/frameworks/jcarousel/0.1.10/modules/jcarousel-1", "bump-3":"//emp.bbci.co.uk/emp/bump-3/bump-3"}; require({ baseUrl: 'http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = true; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON')); (function(){var e="ckns_policy",m="Thu, 01 Jan 1970 00:00:00 GMT",k={ads:true,personalisation:true,performance:true,necessary:true};function f(p){if(f.cache[p]){return f.cache[p]}var o=p.split("/"),q=[""];do{q.unshift((o.join("/")||"/"));o.pop()}while(q[0]!=="/");f.cache[p]=q;return q}f.cache={};function a(p){if(a.cache[p]){return a.cache[p]}var q=p.split("."),o=[];while(q.length&&"|co.uk|com|".indexOf("|"+q.join(".")+"|")===-1){if(q.length){o.push(q.join("."))}q.shift()}f.cache[p]=o;return o}a.cache={};function i(o,t,p){var z=[""].concat(a(window.location.hostname)),w=f(window.location.pathname),y="",r,x;for(var s=0,v=z.length;s&lt;v;s++){r=z[s];for(var q=0,u=w.length;q&lt;u;q++){x=w[q];y=o+"="+t+";"+(r?"domain="+r+";":"")+(x?"path="+x+";":"")+(p?"expires="+p+";":"");bbccookies.set(y,true)}}}window.bbccookies={POLICY_REFRESH_DATE_MILLIS:new Date(2015,4,21,0,0,0,0).getTime(),POLICY_EXPIRY_COOKIENAME:"ckns_policy_exp",_setEverywhere:i,cookiesEnabled:function(){var o="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(o+"=1");if(this.get().indexOf(o)>-1){g(o);return true}return false},set:function(o){return document.cookie=o},get:function(){return document.cookie},getCrumb:function(o){if(!o){return null}return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(o).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},policyRequiresRefresh:function(){var p=new Date();p.setHours(0);p.setMinutes(0);p.setSeconds(0);p.setMilliseconds(0);if(bbccookies.POLICY_REFRESH_DATE_MILLIS&lt;=p.getTime()){var o=bbccookies.getCrumb(bbccookies.POLICY_EXPIRY_COOKIENAME);if(o){o=new Date(parseInt(o));o.setYear(o.getFullYear()-1);return bbccookies.POLICY_REFRESH_DATE_MILLIS>=o.getTime()}else{return true}}else{return false}},_setPolicy:function(o){return h.apply(this,arguments)},readPolicy:function(){return b.apply(this,arguments)},_deletePolicy:function(){i(e,"",m)},isAllowed:function(){return true},_isConfirmed:function(){return c()!==null},_acceptsAll:function(){var o=b();return o&&!(j(o).indexOf("0")>-1)},_getCookieName:function(){return d.apply(this,arguments)},_showPrompt:function(){var o=((!this._isConfirmed()||this.policyRequiresRefresh())&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?o&&(window.orb.fig("no")||window.orb.fig("ck")):o}};bbccookies._getPolicy=bbccookies.readPolicy;function d(p){var o=(""+p).match(/^([^=]+)(?==)/);return(o&&o.length?o[0]:"")}function j(o){return""+(o.ads?1:0)+(o.personalisation?1:0)+(o.performance?1:0)}function h(s){if(typeof s==="undefined"){s=k}if(typeof arguments[0]==="string"){var p=arguments[0],r=arguments[1];if(p==="necessary"){r=true}s=b();s[p]=r}else{if(typeof arguments[0]==="object"){s.necessary=true}}var q=new Date();q.setYear(q.getFullYear()+1);bbccookies.set(e+"="+j(s)+";domain=bbc.co.uk;path=/;expires="+q.toUTCString()+";");bbccookies.set(e+"="+j(s)+";domain=bbc.com;path=/;expires="+q.toUTCString()+";");var o=new Date(q.getTime());o.setMonth(o.getMonth()+1);bbccookies.set(bbccookies.POLICY_EXPIRY_COOKIENAME+"="+q.getTime()+";domain=bbc.co.uk;path=/;expires="+o.toUTCString()+";");bbccookies.set(bbccookies.POLICY_EXPIRY_COOKIENAME+"="+q.getTime()+";domain=bbc.com;path=/;expires="+o.toUTCString()+";");return s}function l(o){if(o===null){return null}var p=o.split("");return{ads:!!+p[0],personalisation:!!+p[1],performance:!!+p[2],necessary:true}}function c(){var o=new RegExp("(?:^|; ?)"+e+"=(\\d\\d\\d)($|;)"),p=document.cookie.match(o);if(!p){return null}return p[1]}function b(o){var p=l(c());if(!p){p=k}if(o){return p[o]}else{return p}}function g(o){return document.cookie=o+"=;expires="+m+";"}function n(){var o='&lt;script type="text/javascript" src="http://static.bbci.co.uk/frameworks/bbccookies/0.6.11/script/bbccookies.js">&lt;\/script>';if(window.bbccookies_flag==="ON"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable){document.write(o)}}n()})(); /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/
+(function(){window.fig=window.fig||{};window.fig.manager={include:function(a){a=a||window;var e=a.document,g=e.cookie,b=g.match(/(?:^|; ?)ckns_orb_fig=([^;]+)/);if(!b&&g.indexOf("ckns_orb_nofig=1")>-1){this.setFig(a,{no:1})}else{if(b){b=this.deserialise(decodeURIComponent(RegExp.$1));this.setFig(a,b)}e.write('&lt;script src="https://ssl.bbc.co.uk/frameworks/fig/1/fig.js">&lt;'+"/script>")}},confirm:function(a){a=a||window;if(a.orb&&a.orb.fig&&a.orb.fig("no")){this.setNoFigCookie(a)}if(a.orb===undefined||a.orb.fig===undefined){this.setFig(a,{no:1});this.setNoFigCookie(a)}},setNoFigCookie:function(a){a.document.cookie="ckns_orb_nofig=1; expires="+new Date(new Date().getTime()+1000*60*10).toGMTString()+";"},setFig:function(a,b){(function(){var c=b;a.orb=a.orb||{};a.orb.fig=function(d){return(arguments.length)?c[d]:c}})()},deserialise:function(b){var a={};b.replace(/([a-z]{2}):([0-9]+)/g,function(){a[RegExp.$1]=+RegExp.$2});return a}}})();fig.manager.include();/*]]>*/</script><script src="https://ssl.bbc.co.uk/frameworks/fig/1/fig.js"></script>
+
+<!--[if (gt IE 8) | (IEMobile)]><!-->
+<link rel="stylesheet" href="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/style/orb.css"/>
+<!--<![endif]-->
+
+<!--[if (lt IE 9) & (!IEMobile)]>
+<link rel="stylesheet" href="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/style/orb-ie.css"/>
+<![endif]-->
+
+ <script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate&lt;0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs&lt;this._signupEndTs&&this._signupEndTs&lt;=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);var overrides=window.bbccookies.get().match(/ckns_mandolin_setSegments=([^;]+)/);if(overrides!==null){eval("overrides = "+decodeURIComponent(RegExp.$1)+";");if(overrides[this._id]&&this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error("Invalid Override: overridden segment should exist in segments array")}}if(overrides!==null&&overrides[this._id]){this._segment=overrides[this._id]}else{if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs&lt;=now&&now&lt;this._signupEndTs&&now&lt;=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end&lt;expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){validateCookieName(name);this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEq=name+"=",ca=window.bbccookies.get().split("; "),i,c;validateCookieName(name);for(i=0;i&lt;ca.length;i++){c=ca[i];if(c.indexOf(nameEq)===0){return decodeURIComponent(c.substring(nameEq.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString()+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;str="{"+str+"}";if(!validateSerialisation(str)){throw"Invalid input provided for deserialisation."}eval("o = "+str);return o}var validateSerialisation=(function(){var OBJECT_TOKEN="&lt;Object>",ESCAPED_CHAR='"\\n\\r\\u2028\\u2029\\u000A\\u000D\\u005C',ALLOWED_CHAR="([^"+ESCAPED_CHAR+"]|\\\\["+ESCAPED_CHAR+"])",KEY='"'+ALLOWED_CHAR+'+"',VALUE='(null|"'+ALLOWED_CHAR+'*"|'+OBJECT_TOKEN+")",KEY_VALUE=KEY+":"+VALUE,KEY_VALUE_SEQUENCE="("+KEY_VALUE+",)*"+KEY_VALUE,OBJECT_LITERAL="({}|{"+KEY_VALUE_SEQUENCE+"})",objectPattern=new RegExp(OBJECT_LITERAL,"g");return function(str){if(str.indexOf(OBJECT_TOKEN)!==-1){return false}while(str.match(objectPattern)){str=str.replace(objectPattern,OBJECT_TOKEN)}return str===OBJECT_TOKEN}})();function validateCookieName(name){if(name.match(/ ,;/)){throw"Illegal name provided, must be valid in browser cookie."}}})(); /*]]>*/</script> <script type="text/javascript"> document.documentElement.className += (document.documentElement.className? ' ' : '') + 'orb-js'; fig.manager.confirm(); </script> <script src="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/script/orb/api.min.js"></script> <script type="text/javascript"> window.orb_masthead_test = new bbc.Mandolin( 'orb_masthead', ['simple', 'control'], { rate: 6/1000, start: new Date('09/22/2014 08:00:00 GMT'), /* format: mm/dd/yyyy hh:mm:ss */ signupEnd: new Date('09/24/2014 08:00:00 GMT'), end: new Date('10/06/2014 08:00:00 GMT') } ); var blq = { environment: function() { return 'live'; } } </script> <script type="text/javascript"> /*<![CDATA[*/ function oqsSurveyManager(w, flag) { if (flag !== 'OFF') { w.document.write('<script type="text/javascript" src="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/script/vendor/edr.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script><script type="text/javascript" src="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/script/vendor/edr.js"></script><script src="http://static.bbci.co.uk/frameworks/istats/0.26.31/modules/istats-1.js" data-requiremodule="istats-1" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script> <!-- BBCDOTCOM template: responsive webservice -->
+ <!-- BBCDOTCOM head --><script type="text/javascript"> /*<![CDATA[*/ var _sf_startpt = (new Date()).getTime(); /*]]>*/ </script><style type="text/css">.bbccom_display_none{display:none;}</style><script type="text/javascript"> /*<![CDATA[*/ var bbcdotcomConfig, googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var bbcdotcom = false; (function(){ if(typeof require !== 'undefined') { require({ paths:{ "bbcdotcom":"http://static.bbci.co.uk/bbcdotcom/0.3.322/script" } }); } })(); /*]]>*/ </script><script type="text/javascript"> /*<![CDATA[*/ var bbcdotcom = { adverts: { keyValues: { set: function() {} } }, advert: { write: function () {}, show: function () {}, isActive: function () { return false; }, layout: function() { return { reset: function() {} } } }, config: { init: function() {}, isActive: function() {}, setSections: function() {}, isAdsEnabled: function() {}, setAdsEnabled: function() {}, isAnalyticsEnabled: function() {}, setAnalyticsEnabled: function() {}, setAssetPrefix: function() {}, setJsPrefix: function() {}, setSwfPrefix: function() {}, setCssPrefix: function() {}, setConfig: function() {}, getAssetPrefix: function() {}, getJsPrefix: function () {}, getSwfPrefix: function () {}, getCssPrefix: function () {} }, survey: { init: function(){ return false; } }, data: {}, init: function() {}, objects: function(str) { return false; }, locale: { set: function() {} }, setAdKeyValue: function() {}, utils: { addEvent: function() {}, addHtmlTagClass: function() {}, log: function () {} }, addLoadEvent: function() {} }; /*]]>*/ </script><script type="text/javascript"> /*<![CDATA[*/ (function(){ if (typeof orb !== 'undefined' && typeof orb.fig === 'function') { if (orb.fig('ad') && orb.fig('uk') == 0) { bbcdotcom.data = { ads: (orb.fig('ad') ? 1 : 0), stats: (orb.fig('uk') == 0 ? 1 : 0), statsProvider: orb.fig('ap') }; } } else { document.write('<script type="text/javascript" src="'+('https:' == document.location.protocol ? 'https://ssl.bbc.com' : 'http://tps.bbc.com')+'/wwscripts/data">\x3C/script>'); } })(); /*]]>*/ </script><script type="text/javascript"> /*<![CDATA[*/ (function(){ if (typeof orb === 'undefined' || typeof orb.fig !== 'function') { bbcdotcom.data = { ads: bbcdotcom.data.a, stats: bbcdotcom.data.b, statsProvider: bbcdotcom.data.c }; } if (bbcdotcom.data.ads == 1) { document.write('<script type="text/javascript" src="'+('https:' == document.location.protocol ? 'https://ssl.bbc.co.uk' : 'http://www.bbc.co.uk')+'/wwscripts/flag">\x3C/script>'); } })(); /*]]>*/ </script><script type="text/javascript" src="http://www.bbc.co.uk/wwscripts/flag"></script><script type="text/javascript"> /*<![CDATA[*/ (function(){ if (window.bbcdotcom && (typeof bbcdotcom.flag == 'undefined' || (typeof bbcdotcom.data.ads !== 'undefined' && bbcdotcom.flag.a != 1))) { bbcdotcom.data.ads = 0; } if (/[?|&]ads/.test(window.location.href) || /(^|; )ads=on; /.test(document.cookie) || /; ads=on(; |$)/.test(document.cookie)) { bbcdotcom.data.ads = 1; bbcdotcom.data.stats = 1; } if (window.bbcdotcom && (bbcdotcom.data.ads == 1 || bbcdotcom.data.stats == 1)) { bbcdotcom.assetPrefix = "http://static.bbci.co.uk/bbcdotcom/0.3.322/"; document.write('<link rel="stylesheet" type="text/css" href="http://static.bbci.co.uk/bbcdotcom/0.3.322/style/orb/bbccom.css" />'); (function() { var useSSL = 'https:' == document.location.protocol; var src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; document.write('<scr' + 'ipt src="' + src + '">\x3C/script>'); })(); if (/(sandbox|int)(.dev)*.bbc.co*/.test(window.location.href) || /[?|&]ads-debug/.test(window.location.href) || document.cookie.indexOf('ads-debug=') !== -1) { document.write('<script type="text/javascript" src="http://static.bbci.co.uk/bbcdotcom/0.3.322/script/orb/individual.js">\x3C/script>'); } else { document.write('<script type="text/javascript" src="http://static.bbci.co.uk/bbcdotcom/0.3.322/script/orb/bbcdotcom.js">\x3C/script>'); } if(/[\\?&]ads=([^&#]*)/.test(window.location.href)) { document.write('<script type="text/javascript" src="http://static.bbci.co.uk/bbcdotcom/0.3.322/script/orb/adverts/adSuites.js">\x3C/script>'); } } })(); /*]]>*/ </script><link rel="stylesheet" type="text/css" href="http://static.bbci.co.uk/bbcdotcom/0.3.322/style/orb/bbccom.css"/><script src="http://www.googletagservices.com/tag/js/gpt.js"></script><iframe style="visibility: hidden; display: none;" src="http://tpc.googlesyndication.com/safeframe/1-0-2/html/container.html"></iframe><script type="text/javascript" src="http://static.bbci.co.uk/bbcdotcom/0.3.322/script/orb/bbcdotcom.js"></script><script src="http://universal.iperceptions.com/wrapper.js" type="text/javascript" defer="defer" async="async"></script><script type="text/javascript"> /*<![CDATA[*/ (function(){ if (window.bbcdotcom && (bbcdotcom.data.ads == 1 || bbcdotcom.data.stats == 1)) { bbcdotcomConfig = {"adFormat":"standard","adKeyword":"","adMode":"smart","adsEnabled":true,"appAnalyticsSections":"news>world","asyncEnabled":false,"disableInitialLoad":false,"advertInfoPageUrl":"http:\/\/www.bbc.co.uk\/faqs\/online\/adverts_general","advertisementText":"Advertisement","analyticsEnabled":true,"appName":"tabloid","assetPrefix":"http:\/\/static.bbci.co.uk\/bbcdotcom\/0.3.322\/","continuousPlayEnabled":false,"customAdParams":[],"customStatsParams":[],"headline":"Obama admits US gun laws are his 'biggest frustration'","id":"33646704","inAssociationWithText":"In association with","keywords":"","language":"","orbTransitional":false,"outbrainEnabled":true,"palEnv":"live","productName":"","sections":[],"siteCatalystEnabled":true,"comScoreEnabled":true,"slots":"","sponsoredByText":"Sponsored by","summary":"President Barack Obama tells the BBC his failure to pass \"common sense gun safety laws\" is the greatest frustration of his presidency.","type":"STORY","staticBase":"\/bbcdotcom","staticHost":"http:\/\/static.bbci.co.uk","staticVersion":"0.3.322","staticPrefix":"http:\/\/static.bbci.co.uk\/bbcdotcom\/0.3.322","dataHttp":"tps.bbc.com","dataHttps":"ssl.bbc.com","flagHttp":"www.bbc.co.uk","flagHttps":"ssl.bbc.co.uk","analyticsHttp":"sa.bbc.com","analyticsHttps":"ssa.bbc.com"}; bbcdotcom.config.init(bbcdotcomConfig, bbcdotcom.data, window.location, window.document); bbcdotcom.config.setAssetPrefix("http://static.bbci.co.uk/bbcdotcom/0.3.322/"); document.write('<!--[if IE 7]><script type="text/javascript">bbcdotcom.config.setIE7(true);\x3C/script><![endif]-->'); document.write('<!--[if IE 8]><script type="text/javascript">bbcdotcom.config.setIE8(true);\x3C/script><![endif]-->'); if (!bbcdotcom.config.isAsync() && bbcdotcom.config.isIE7()) { document.write('<link rel="stylesheet" type="text/css" href="http://static.bbci.co.uk/bbcdotcom/0.3.322/style/orb/bbccom-ie7.css" />'); } if (/[?|&]ex-dp/.test(window.location.href) || document.cookie.indexOf('ex-dp=') !== -1) { bbcdotcom.utils.addHtmlTagClass('bbcdotcom-ex-dp'); } } })(); /*]]>*/ </script><!--[if IE 7]><script type="text/javascript">bbcdotcom.config.setIE7(true);</script><![endif]--><!--[if IE 8]><script type="text/javascript">bbcdotcom.config.setIE8(true);</script><![endif]--> <script type="text/javascript">/*<![CDATA[*/
+ window.bbcFlagpoles_istats = 'ON';
+ window.orb = window.orb || {};
+
+ /*]]>*/</script>
+ <script type="text/javascript"> /* <![CDATA[ */ define('id-statusbar-config', { 'translation_signedout': "Sign in", 'translation_signedin': "Your account", 'use_overlay' : false, 'signin_url' : "https://ssl.bbc.com/id/signin?ptrt=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "http://www.bbc.com/news/world-us-canada-33646704" }); /* ]]> */ </script> <script type="text/javascript"> require(['istats-1'], function(istats){ if (typeof(document) != 'undefined' && typeof(document.cookie) != 'undefined') { var cookieAphidMatch = document.cookie.match(/ckpf_APHID=([^;]*)/); if (cookieAphidMatch && typeof(cookieAphidMatch[1]) == 'string') { istats.addLabels({'bbc_hid': cookieAphidMatch[1]}); } } })(); </script> <script type="text/javascript"> (function () { if (! window.require) { throw new Error('idcta: could not find require module'); } var map = {}; map['idapp-1'] = 'http://static.bbci.co.uk/idapp/0.68.01/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'http://static.bbci.co.uk/id/0.27.23/modules/idcta/idcta-1'; map['idcta/idCookie'] = 'http://static.bbci.co.uk/id/0.27.23/modules/idcta/idCookie'; map['idcta/overlayManager'] = 'http://static.bbci.co.uk/id/0.27.23/modules/idcta/overlayManager'; require({paths: map}); define('id-config', {"idapp":{"version":"0.68.01","hostname":"ssl.bbc.com","insecurehostname":"www.bbc.com","tld":"bbc.com"},"idtranslations":{"version":"0.31.1"},"identity":{"baseUrl":"https:\/\/talkback.live.bbc.co.uk\/identity","cookieAgeDays":730},"pathway":{"name":null,"staticAssetUrl":"http:\/\/static.bbci.co.uk\/idapp\/0.68.01\/modules\/idapp\/idapp-1\/View.css"}}); })(); </script>
+ <link type="text/css" rel="stylesheet" href="http://static.bbci.co.uk/news/1.79.0380/stylesheets/services/news/core.css"/>
+ <!--[if lt IE 9]>
+ <link type="text/css" rel="stylesheet" href="http://static.bbci.co.uk/news/1.79.0380/stylesheets/services/news/old-ie.css"/>
+ <script src="http://static.bbci.co.uk/news/1.79.0380/js/vendor/html5shiv/html5shiv.js"></script>
+ <![endif]-->
+ <link media="(max-width: 599px)" href="http://static.bbci.co.uk/news/1.79.0380/stylesheets/services/news/compact.css" type="text/css" rel="stylesheet"/><script id="news-loader"> if (document.getElementById("responsive-news")) { window.bbcNewsResponsive = true; } var isIE = (function() { var undef, v = 3, div = document.createElement('div'), all = div.getElementsByTagName('i'); while ( div.innerHTML = '<!--[if gt IE ' + (++v) + ']><i></i><![endif]-->', all[0] ); return v > 4 ? v : undef; }()); var modernDevice = 'querySelector' in document && 'localStorage' in window && 'addEventListener' in window, forceCore = document.cookie.indexOf('ckps_force_core') !== -1; window.cutsTheMustard = modernDevice && !forceCore; if (window.cutsTheMustard) { document.documentElement.className += ' ctm'; var insertPoint = document.getElementById('news-loader'), config = {"asset":{"asset_id":"33646704","asset_uri":"\/news\/world-us-canada-33646704","first_created":{"date":"2015-07-23 21:41:27","timezone_type":3,"timezone":"Europe\/London"},"last_updated":{"date":"2015-07-24 05:36:09","timezone_type":3,"timezone":"Europe\/London"},"options":{"allowRightHandSide":true,"allowRelatedStoriesBox":true,"includeComments":true,"isIgorSeoTagsEnabled":false,"hasNewsTracker":true,"allowAdvertising":true,"hasContentWarning":false,"allowDateStamp":true,"allowHeadline":true,"isKeyContent":false,"allowPrintingSharingLinks":true,"isBreakingNews":false,"suitableForSyndication":true},"section":{"name":"US & Canada","id":"99127","uri":"\/news\/world\/us_and_canada","urlIdentifier":"\/news\/world\/us_and_canada"},"edition":"US","audience":null,"iStats_counter_name":"news.world.us_and_canada.story.33646704.page","type":"STY","headline":"Obama admits US gun laws are his 'biggest frustration'","mediaType":"video"},"smpBrand":null,"staticHost":"http:\/\/static.bbci.co.uk","environment":"live","locatorVersion":"0.46.3","pathPrefix":"\/news","staticPrefix":"http:\/\/static.bbci.co.uk\/news\/1.79.0380","jsPath":"http:\/\/static.bbci.co.uk\/news\/1.79.0380\/js","cssPath":"http:\/\/static.bbci.co.uk\/news\/1.79.0380\/stylesheets\/services\/news","cssPostfix":"","dynamic":null,"features":{"localnews":true,"video":true,"liveeventcomponent":true,"mediaassetpage":true,"travel":true,"gallery":true,"rollingnews":true,"rumanalytics":true,"sportstories":true,"radiopromo":true,"fromothernewssites":true,"locallive":true,"weather":true},"features2":{"chartbeat":true,"connected_stream":true,"connected_stream_promo":true,"nav":true,"pulse_survey":false,"local_survey":true,"correspondents":true,"blogs":true,"open_graph":true,"follow_us":true,"marketdata_markets":true,"marketdata_shares":true,"nations_pseudo_nav":true,"politics_vote2014":true,"politics_scotref_polltracker":true,"politics_polltracker":true,"politics_election2015_hub":true,"politics_election2015_nation_hubs":true,"politics_election2015_results":true,"politics_scotref_live":true,"politics_scotref_results":true,"politics_scotref":true,"politics_councils":true,"politics_councils_az":true,"politics_constituencies_az":true,"politics_constituencies":true,"politics_election2015_manifestos":true,"politics_eu_regions":true,"politics_election2015_topic_pages":true,"responsive_breaking_news":true,"live_event":true,"most_popular":true,"most_popular_tabs":true,"most_popular_by_day":true,"routing":true,"rum":true,"radiopromonownext":true,"config_based_layout":true,"orb":true,"enhanced_gallery":true,"map_most_watched":true,"top_stories_promo":true,"features_and_analysis":true,"section_labels":true,"index_title":true,"share_tools":true,"local_live_promo":true,"adverts":true,"adexpert":true,"igor_geo_redirect":true,"igor_device_redirect":true,"live":true,"comscore_mmx":true,"find_local_news":true,"comments":true,"comments_enhanced":true,"browser_notify":true,"stream_grid_promo":true,"breaking_news":true,"top_stories_max_volume":true,"record_livestats":true,"contact_form":true,"channel_page":true,"portlet_global_variants":true,"suppress_lep_timezone":true,"story_recommendations":true,"cedexis":true,"mpulse":true,"story_single_column_layout":true,"ovp_resolve_primary_media_vpids":true},"configuration":{"showtimestamp":"1","showweather":"1","showsport":"1","showolympics":"1","showfeaturemain":"1","showsitecatalyst":"1","candyplatform":"EnhancedMobile","showwatchlisten":"1","showspecialreports":"","videotopiccandyid":"","showvideofeedsections":"1","showstorytopstories":"","showstoryfeaturesandanalysis":"1","showstorymostpopular":"","showgallery":"1","cms":"cps","channelpagecandyid":"10318089"},"pollingHost":"http:\/\/polling.bbc.co.uk","service":"news","locale":"en-GB","locatorHost":null,"locatorFlagPole":true,"local":{"allowLocationLookup":true},"isWorldService":false,"rumAnalytics":{"server":"http:\/\/ingest.rum.bbc.co.uk","key":"news","sample_rate":0.1,"url_params":null,"edition":"us"},"isChannelPage":false,"suitenameMap":"","languageVariant":"","commentsHost":"http:\/\/feeds.bbci.co.uk","search":null}; config.configuration['get'] = function (key) { return this[key.toLowerCase()]; }; var bootstrapUI=function(){var e=function(){if(navigator.userAgent.match(/(Android (2.0|2.1))|(Nokia)|(OSRE\/)|(Opera (Mini|Mobi))|(w(eb)?OSBrowser)|(UCWEB)|(Windows Phone)|(XBLWP)|(ZuneWP)/))return!1;if(navigator.userAgent.match(/MSIE 10.0/))return!0;var e,t=document,n=t.head||t.getElementsByTagName("head")[0],r=t.createElement("style"),s=t.implementation||{hasFeature:function(){return!1}};r.type="text/css",n.insertBefore(r,n.firstChild),e=r.sheet||r.styleSheet;var i=s.hasFeature("CSS2","")?function(t){if(!e||!t)return!1;var n=!1;try{e.insertRule(t,0),n=!/unknown/i.test(e.cssRules[0].cssText),e.deleteRule(e.cssRules.length-1)}catch(r){}return n}:function(t){return e&&t?(e.cssText=t,0!==e.cssText.length&&!/unknown/i.test(e.cssText)&&0===e.cssText.replace(/\r+|\n+/g,"").indexOf(t.split(" ")[0])):!1};return i('@font-face{ font-family:"font";src:"font.ttf"; }')}();e&&(document.getElementsByTagName("html")[0].className+=" ff"),function(){var e=document.documentElement.style;("flexBasis"in e||"WebkitFlexBasis"in e||"msFlexBasis"in e)&&(document.documentElement.className+=" flex")}();var t,n,r,s,i,a,o={},u=function(){t=window.innerWidth,n=window.innerHeight},c=function(e){var t=document.createElement("link");t.setAttribute("rel","stylesheet"),t.setAttribute("type","text/css"),t.setAttribute("href",r+e+s+".css"),t.setAttribute("media",a[e]),i.parentNode.insertBefore(t,i),delete a[e]},l=function(e,r,s){r&&!s&&(t>=r||n>=r)&&c(e),s&&!r&&(s>=t||s>=n)&&c(e),r&&s&&(t>=r||n>=r)&&(s>=t||s>=n)&&c(e)},f=function(e){if(o[e])return o[e];var t=e.match(/\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/),n=e.match(/\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/),r=t&&parseFloat(t[1])||null,s=n&&parseFloat(n[1])||null;return o[e]=[r,s],o[e]},m=function(){var e=0;for(var t in a)e++;return e},d=function(){m()||window.removeEventListener("resize",h,!1);for(var e in a){var t=a[e],n=f(t);l(e,n[0],n[1])}},h=function(){u(),d()},v=function(e,t){a=e,r=t.path+("/"!==t.path.substr(-1)?"/":""),s=t.postfix,i=t.insertBefore,u(),d(),window.addEventListener("resize",h,!1)};return{stylesheetLoaderInit:v}}(); bootstrapUI.stylesheetLoaderInit({ 'compact': '(max-width: 599px)', 'tablet' : '(min-width: 600px)', 'wide' : '(min-width: 1008px)' }, { path: 'http://static.bbci.co.uk/news/1.79.0380/stylesheets/services/news', postfix: '', insertBefore: insertPoint }); var loadRequire = function(){ var js_paths = {"jquery-1.9":"vendor\/jquery-1\/jquery","jquery-1":"http:\/\/static.bbci.co.uk\/frameworks\/jquery\/0.3.0\/sharedmodules\/jquery-1.7.2","demi-1":"http:\/\/static.bbci.co.uk\/frameworks\/demi\/0.10.0\/sharedmodules\/demi-1","swfobject-2":"http:\/\/static.bbci.co.uk\/frameworks\/swfobject\/0.1.10\/sharedmodules\/swfobject-2","jquery":"vendor\/jquery-2\/jquery.min","domReady":"vendor\/require\/domReady","translation":"module\/translations\/en-GB","bump-3":"\/\/emp.bbci.co.uk\/emp\/bump-3\/bump-3"}; js_paths.navigation = 'module/nav/navManager'; requirejs.config({ baseUrl: 'http://static.bbci.co.uk/news/1.79.0380/js', map: { 'vendor/locator': { 'module/bootstrap': 'vendor/locator/bootstrap', 'locator/stats': 'vendor/locator/stats', 'locator/locatorView': 'vendor/locator/locatorView' } }, paths: js_paths, waitSeconds: 30 }); define('config', function () { return config; }); require(['compiled/all'], function() {
+ require(['domReady'], function (domReady) { domReady(function () { require(["module\/dotcom\/handlerAdapter","module\/rumAdaptor","module\/stats\/statsSubscriberAdapter","module\/alternativeJsStrategy\/controller","module\/iconLoaderAdapter","module\/polyfill\/location.origin","module\/components\/breakingNewsAdapter","module\/indexTitleAdaptor","module\/navigation\/handlerAdaptor","module\/noTouchDetectionForCss","module\/components\/responsiveImage","module\/components\/timestampAdaptor","module\/components\/videoPlayer","module\/tableScrollAdapter","module\/components\/commentsButtonAdapter"], function() { require(["module\/strategiserAdaptor"]); }); }); }); });
+ }; loadRequire(); } else { var l = document.createElement('link'); l.href = 'http://static.bbci.co.uk/news/1.79.0380/icons/generated/icons.fallback.css'; l.rel = 'stylesheet'; document.getElementsByTagName('head')[0].appendChild(l); } </script> <script type="text/javascript"> /*<![CDATA[*/ bbcdotcom.init({adsToDisplay:['leaderboard', 'sponsor_section', 'mpu', 'outbrain_ar_5', 'outbrain_ar_7', 'outbrain_ar_8', 'outbrain_ar_9', 'native', 'mpu_bottom', 'adsense', 'inread']}); /*]]>*/ </script><script class="kxct" data-id="JZTWpGsM" data-timing="async" data-version="1.9" type="text/javascript">if (window.bbcdotcom && (bbcdotcom.data.ads == 1 || bbcdotcom.data.stats == 1)) { window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]); (function(){ var k=document.createElement("script");k.type="text/javascript";k.async=true; var m,src=(m=location.href.match(/\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]); k.src = /^https?:\/\/([a-z0-9_\-\.]+\.)?krxd\.net(:\d{1,5})?\//i.test(src) ? src : src === "disable" ? "" : (location.protocol==="https:"?"https:":"http:")+"//cdn.krxd.net/controltag?confid=JZTWpGsM"; var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s); }());}</script><script type="text/javascript"> if (window.bbcdotcom && (bbcdotcom.data.ads == 1 || bbcdotcom.data.stats == 1)) { window.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]); (function(){ function retrieve(n){ var m, k="kx"+n; if (window.localStorage) { return window.localStorage[k] || ""; } else if (navigator.cookieEnabled) { m = document.cookie.match(k+"=([^;]*)"); return (m && unescape(m[1])) || ""; } else { return ""; } } Krux.user = retrieve("user"); Krux.segments = retrieve("segs") && retrieve("segs").split(",") || []; })(); }</script><script type="text/javascript" src="http://partner.googleadservices.com/gpt/pubads_impl_68.js"></script><script src="http://static.bbci.co.uk/news/1.79.0380/js/compiled/all.js" data-requiremodule="compiled/all" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script> <noscript><link href="http://static.bbci.co.uk/news/1.79.0380/icons/generated/icons.fallback.css" rel="stylesheet"/></noscript>
+
+
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1"/>
+<script src="http://pagead2.googlesyndication.com/pagead/osd.js" type="text/javascript"></script><script src="http://static.bbci.co.uk/news/1.79.0380/js/vendor/jquery-2/jquery.min.js" data-requiremodule="jquery" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><style type="text/css">.ob-tcolor{color:rgb(64, 64, 64)} .ob-lcolor{color:rgb(64, 64, 64)} .ob-bgtcolor{background-color:rgb(64, 64, 64)} .item-link-container:hover .ob-tcolor{border-color:rgb(64, 64, 64)} </style><script src="http://static.bbci.co.uk/news/1.79.0380/js/module/translations/en-GB.js" data-requiremodule="translation" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="//emp.bbci.co.uk/emp/bump-3/bump-3.js" data-requiremodule="bump-3" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="http://static.bbci.co.uk/bbcdotcom/0.3.322/script/av/emp/analytics.js" data-requiremodule="bbcdotcom/av/emp/analytics" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="http://static.bbci.co.uk/bbcdotcom/0.3.322/script/av/emp/adverts.js" data-requiremodule="bbcdotcom/av/emp/adverts" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="http://static.bbci.co.uk/news/1.79.0380/js/vendor/jquery-1/jquery.js" data-requiremodule="jquery-1.9" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2.js" data-requiremodule="swfobject-2" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.7.2.js" data-requiremodule="jquery-1" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="http://open.live.bbc.co.uk/wurfldemi/network.jsonp?callback=bumpDemiNetwork" async="" charset="utf-8" type="text/javascript"></script><script src="//static.bbc.co.uk/nkdata/echoclient/2.0.0/sharedmodules/echo.js" data-requiremodule="//static.bbc.co.uk/nkdata/echoclient/2.0.0/sharedmodules/echo.js" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><style type="text/css">#edr_survey .edr_lwrap iframe {width:100%;height:100%;}#edr_survey .edr_go {opacity:0;display:block;filter:alpha(opacity = 0);position:absolute;font-size:0;background-color:#000;margin:0;padding:0;z-index:1000000;}#edr_survey .edr_go:focus {opacity:1;filter:alpha(opacity = 50);background-color:rgba(0, 0, 0, 0.1);}#edr_survey .edr_lb {position:fixed;top:0;left:0;right:0;bottom:0;z-index:999998;display:none;}</style><script src="http://static.bbci.co.uk/id/0.27.23/modules/idcta/idcta-1.js" data-requiremodule="idcta/idcta-1" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1.js" data-requiremodule="jssignals-1" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script><script src="http://static.bbci.co.uk/id/0.27.23/modules/idcta/idCookie.js" data-requiremodule="idcta/idCookie" data-requirecontext="_" async="" charset="utf-8" type="text/javascript"></script></head>
+<!--[if IE]><body id="asset-type-sty" class="ie device--feature"><![endif]-->
+<!--[if !IE]>--><body id="asset-type-sty" class="device--feature bbccom_leaderboard bbccom_outbrain_ar_5 bbccom_outbrain_ar_7 bbccom_outbrain_ar_8 bbccom_outbrain_ar_9 bbccom_adsense no-touch"><!--<![endif]-->
+ <div class="direction">
+
+
+ <!-- BBCDOTCOM bodyFirst --><div id="bbccom_interstitial_ad" class="bbccom_display_none"></div><div id="bbccom_interstitial" class="bbccom_display_none"><script type="text/javascript"> /*<![CDATA[*/ (function() { if (window.bbcdotcom && bbcdotcom.config.isActive('ads')) { googletag.cmd.push(function() { googletag.display('bbccom_interstitial'); }); } }()); /*]]>*/ </script><script type="text/javascript" src="https://securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1&amp;correlator=4252546614435597&amp;output=json_html&amp;callback=googletag.impl.pubads.setAdContentsBySlotForSync&amp;impl=ss&amp;json_a=1&amp;eid=108809047%2C108809031%2C108809035%2C108809049&amp;sc=0&amp;sfv=1-0-2&amp;iu_parts=4817%2Cbbccom.live.site.mobile.news%2Cnews_usandcanada_content&amp;enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2&amp;prev_iu_szs=516x60%7C320x50%7C300x50%2C88x31%2C516x60%7C300x50%7C320x50%7C300x250%2C336x208%2C300x251%2C6x6%2C1x1&amp;ists=1&amp;prev_scp=slot%3Dleaderboard%26sl%3Dtop%7Cslot%3Dsponsor_section%7Cslot%3Dmpu%26sl%3Dmiddle%7Cslot%3Dnative%7Cslot%3Dmpu_bottom%7Cslot%3Dinread%7Cslot%3Dinterstitial&amp;cust_params=frd%3D1%26channel%3Dnews%26sectn%3Dworlduscanada%26domain%3Dwww.bbc.com%26story_id%3D33646704%26ctype%3Dcontent%26asset_type%3Dstory%26referrer%3Dnonbbc%26esi%3D0%26kuid%3D%26khost%3Dwww.bbc.com&amp;cookie_enabled=1&amp;lmt=1437757077&amp;dt=1437757077386&amp;frm=20&amp;biw=584&amp;bih=500&amp;oid=3&amp;adks=430421793%2C1304435981%2C3569409373%2C209040735%2C267162101%2C3279844221%2C3169298880&amp;gut=v2&amp;ifi=1&amp;u_tz=-420&amp;u_his=9&amp;u_java=true&amp;u_h=500&amp;u_w=584&amp;u_ah=877&amp;u_aw=1436&amp;u_cd=24&amp;u_nplug=10&amp;u_nmime=76&amp;u_sd=2&amp;flash=18.0.0&amp;url=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704&amp;dssz=40&amp;icsg=512&amp;std=5&amp;csl=183&amp;vrg=68&amp;vrp=68&amp;ga_vid=165083980.1437757077&amp;ga_sid=1437757077&amp;ga_hid=702753462"></script></div><div id="bbccom_wallpaper_ad" class="bbccom_display_none"></div><div id="bbccom_wallpaper" class="bbccom_display_none"><script type="text/javascript"> /*<![CDATA[*/ (function() { var wallpaper; if (window.bbcdotcom && bbcdotcom.config.isActive('ads')) { if (bbcdotcom.config.isAsync()) { googletag.cmd.push(function() { googletag.display('bbccom_wallpaper'); }); } else { googletag.display("wallpaper"); } wallpaper = bbcdotcom.adverts.adRegister.getAd('wallpaper'); if (wallpaper !== null && wallpaper !== undefined) { wallpaper.setDomElement('bbccom_wallpaper'); } } }()); /*]]>*/ </script></div><script type="text/javascript"> /*<![CDATA[*/ (function() { if (window.bbcdotcom && bbcdotcom.config.isActive('ads')) { document.write(unescape('%3Cscript id="gnlAdsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } if (window.bbcdotcom && bbcdotcom.config.isActive('analytics')) { document.write(unescape('%3Cscript id="gnlAnalyticsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } if (window.bbcdotcom && bbcdotcom.config.isActive('continuousPlay')) { document.write(unescape('%3Cscript id="gnlContinuousPlayEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } }()); /*]]>*/ </script><script id="gnlAdsEnabled" class="bbccom_display_none"></script><script id="gnlAnalyticsEnabled" class="bbccom_display_none"></script> <div id="blq-global"> <div id="blq-pre-mast"> </div> </div> <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ &lt;section> &lt;div id="bbccookies" class="bbccookies-banner orb-banner-wrapper bbccookies-d"> &lt;div id="bbccookies-prompt" class="orb-banner b-g-p b-r b-f"> &lt;h2 class="orb-banner-title"> Cookies on the BBC website &lt;/h2> &lt;p class="orb-banner-content" dir="ltr"> The BBC has updated its cookie policy. We use cookies to ensure that we give you the best experience on our website. This includes cookies from third party social media websites if you visit a page which contains embedded content from social media. Such third party cookies may track your use of the BBC website.&lt;span class="bbccookies-international-message"> We and our partners also use cookies to ensure we show you advertising that is relevant to you.&lt;/span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, you can change your cookie settings at any time. &lt;/p> &lt;ul class="orb-banner-options"> &lt;li id="bbccookies-continue"> &lt;button type="button" id="bbccookies-continue-button">Continue&lt;/button> &lt;/li> &lt;li id="bbccookies-settings"> &lt;a href="/privacy/cookies/managing/cookie-settings.html">Change settings&lt;/a> &lt;/li> &lt;li id="bbccookies-more">&lt;a href="/privacy/cookies/bbc">Find out more&lt;/a>&lt;/li>&lt;/ul> &lt;/div> &lt;/div> &lt;/section> ]]></script> <script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var g=document,b=g.getElementById("blq-pre-mast"),e=g.getElementById("blq-bbccookies-tmpl"),a,f;if(b&&g.createElement){a=g.createElement("div");f=e.innerHTML;f=f.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=f;b.appendChild(a);blqCookieContinueButton=g.getElementById("bbccookies-continue-button");blqCookieContinueButton.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy(bbccookies.readPolicy())}var c=g.getElementById("bbccookies");if(c&&!window.orb.fig("uk")){c.className=c.className.replace(/\bbbccookies-d\b/,"");c.className=c.className+(" bbccookies-w")}}})(); /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ if (bbccookies.isAllowed('s1')) { var istatsTrackingUrl = '//sa.bbc.co.uk/bbc/bbc/s?name=news.world.us_and_canada.story.33646704.page&cps_asset_id=33646704&page_type=Story&section=%2Fnews%2Fworld%2Fus_and_canada&first_pub=2015-07-23T20%3A41%3A27%2B00%3A00&last_editorial_update=2015-07-24T04%3A36%3A09%2B00%3A00&title=Obama+admits+US+gun+laws+are+his+%27biggest+frustration%27&has_video=1&for_nation=us&app_version=1.79.0&pal_route=asset&ml_name=barlesque&app_type=responsive&language=en-GB&ml_version=0.26.31&pal_webapp=tabloid&prod_name=news&app_name=news'; require(['istats-1'], function (istats) { istats.addCollector({'name': 'default', 'url': '//sa.bbc.co.uk/bbc/bbc/s', 'seperator': '&' }); var counterName = (window.istats_countername) ? window.istats_countername : istatsTrackingUrl.match(/[\?&]name=([^&]*)/i)[1]; istats.setCountername(counterName); if (/\bIDENTITY=/.test(document.cookie)) { istats.addLabels({'bbc_identity': '1'}); } if (/\bckns_policy=\d\d0/.test(document.cookie)) { istats.addLabels({'ns_nc': '1'}); } var c = (document.cookie.match(/\bckns_policy=(\d\d\d)/) || []).pop() || ''; var screenWidthAndHeight = 'unavailable'; if (window.screen && screen.width && screen.height) { screenWidthAndHeight = screen.width + 'x' + screen.height; } istats.addLabels('cps_asset_id=33646704&page_type=Story&section=%2Fnews%2Fworld%2Fus_and_canada&first_pub=2015-07-23T20%3A41%3A27%2B00%3A00&last_editorial_update=2015-07-24T04%3A36%3A09%2B00%3A00&title=Obama+admits+US+gun+laws+are+his+%27biggest+frustration%27&has_video=1&for_nation=us&app_version=1.79.0&pal_route=asset&ml_name=barlesque&app_type=responsive&language=en-GB&ml_version=0.26.31&pal_webapp=tabloid&prod_name=news&app_name=news'); istats.addLabels({ 'blq_s': '4d', 'blq_r': '2.7', 'blq_v': 'default', 'blq_e': 'pal', 'bbc_mc': (c ? 'ad' + c.charAt(0) + 'ps' + c.charAt(1) + 'pf' + c.charAt(2) : 'not_set'), 'screen_resolution': screenWidthAndHeight, 'ns_referrer': encodeURI(((window.orb.referrer) ? window.orb.referrer : document.referrer)) } ); istats.invoke(); }); } /*]]>*/</script> <!-- Begin iStats 20100118 (UX-CMC 1.1009.3) --> <script type="text/javascript">/*<![CDATA[*/ if (bbccookies.isAllowed('s1')) { (function () { require(['istats-1'], function (istats) { istatsTrackingUrl = istats.getDefaultURL(); if (istats.isEnabled() && bbcFlagpoles_istats === 'ON') { sitestat(istatsTrackingUrl); } else { window.ns_pixelUrl = istatsTrackingUrl; /* used by Flash library to track */ } function sitestat(n) { var j = document, f = j.location, b = ""; if (j.cookie.indexOf("st_ux=") != -1) { var k = j.cookie.split(";"); var e = "st_ux", h = document.domain, a = "/"; if (typeof ns_ != "undefined" && typeof ns_.ux != "undefined") { e = ns_.ux.cName || e; h = ns_.ux.cDomain || h; a = ns_.ux.cPath || a } for (var g = 0, f = k.length; g < f; g++) { var m = k[g].indexOf("st_ux="); if (m != -1) { b = "&" + decodeURI(k[g].substring(m + 6)) } } bbccookies.set(e + "=; expires=" + new Date(new Date().getTime() - 60).toGMTString() + "; path=" + a + "; domain=" + h); } window.ns_pixelUrl = n; } }); })(); } else { window.istats = {enabled: false}; } /*]]>*/</script> <noscript><p style="position: absolute; top: -999em;"><img src="//sa.bbc.co.uk/bbc/bbc/s?name=news.world.us_and_canada.story.33646704.page&amp;cps_asset_id=33646704&amp;page_type=Story&amp;section=%2Fnews%2Fworld%2Fus_and_canada&amp;first_pub=2015-07-23T20%3A41%3A27%2B00%3A00&amp;last_editorial_update=2015-07-24T04%3A36%3A09%2B00%3A00&amp;title=Obama+admits+US+gun+laws+are+his+%27biggest+frustration%27&amp;has_video=1&amp;for_nation=us&amp;app_version=1.79.0&amp;pal_route=asset&amp;ml_name=barlesque&amp;app_type=responsive&amp;language=en-GB&amp;ml_version=0.26.31&amp;pal_webapp=tabloid&amp;prod_name=news&amp;app_name=news&amp;blq_js_enabled=0&amp;blq_s=4d&amp;blq_r=2.7&amp;blq_v=default&amp;blq_e=pal " height="1" width="1" alt=""/></p></noscript> <!-- End iStats (UX-CMC) -->
+ <!--[if (gt IE 8) | (IEMobile)]><!--> <header id="orb-banner" role="banner"> <!--<![endif]--> <!--[if (lt IE 9) & (!IEMobile)]> <![if (IE 8)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie8"> <![endif]> <![if (IE 7)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie7"> <![endif]> <![if (IE 6)]> <header id="orb-banner" role="banner" class="orb-old-ie orb-ie6"> <![endif]> <![endif]--> <div id="orb-header" class="orb-nav-pri orb-nav-pri-white orb-location-w orb-nav-dyn"> <script type="text/javascript"> (function(){var h=document.getElementById('orb-header');if(/bbc\.co\.uk$/i.test(location.hostname)&&orb_masthead_test.getSegment()=='simple'&&(location.pathname===''||location.pathname==='/'||location.pathname==='/frameworks/test/mandolin/acceptance'&&h.setAttribute)){h.setAttribute('data-max-w','0');h.setAttribute('data-max-d','0');}}()); </script> <div class="orb-nav-pri-container b-r b-g-p"> <div class="orb-nav-section orb-nav-blocks"> <a href="/"> <img src="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/img/bbc-blocks-dark.png" alt="BBC" height="24" width="84"/> </a> </div> <section> <div class="orb-skip-links"> <h2>Accessibility links</h2> <ul> <li><a href="#page">Skip to content</a></li> <li><a id="orb-accessibility-help" href="/accessibility/">Accessibility Help</a></li> </ul> </div> </section> <div class="orb-nav-section orb-nav-id orb-nav-focus"> <a id="idcta-link" href="https://ssl.bbc.com/id/signin?ptrt=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704"><img id="idcta-image" src="http://static.bbci.co.uk/id/0.27.23/img/bbcid_orb_signin_dark.png" alt="" height="18" width="18"/><span id="idcta-username">Sign in</span></a> </div> <nav role="navigation" class="orb-nav"> <div class="orb-nav-section orb-nav-links orb-nav-focus" id="orb-nav-links"> <h2>BBC navigation</h2> <ul> <li class="orb-nav-newsdotcom orb-w"> <a href="http://www.bbc.com/news/">News</a> </li> <li class="orb-nav-sport"> <a href="/sport/">Sport</a> </li> <li class="orb-nav-weather"> <a href="/weather/">Weather</a> </li> <li class="orb-nav-shop orb-w"> <a href="http://shop.bbc.com/">Shop</a> </li> <li class="orb-nav-earthdotcom orb-w"> <a href="http://www.bbc.com/earth/">Earth</a> </li> <li class="orb-nav-travel-dotcom orb-w"> <a href="http://www.bbc.com/travel/">Travel</a> </li> <li class="orb-nav-capital orb-w orb-nav-hide"> <a href="http://www.bbc.com/capital/">Capital</a> </li> <li class="orb-nav-culture orb-w orb-nav-hide"> <a href="http://www.bbc.com/culture/">Culture</a> </li> <li class="orb-nav-autos orb-w orb-nav-hide"> <a href="http://www.bbc.com/autos/">Autos</a> </li> <li class="orb-nav-future orb-w orb-nav-hide"> <a href="http://www.bbc.com/future/">Future</a> </li> <li class="orb-nav-tv orb-nav-hide"> <a href="/tv/">TV</a> </li> <li class="orb-nav-radio orb-nav-hide"> <a href="/radio/">Radio</a> </li> <li class="orb-nav-cbbc orb-nav-hide"> <a href="/cbbc">CBBC</a> </li> <li class="orb-nav-cbeebies orb-nav-hide"> <a href="/cbeebies">CBeebies</a> </li> <li class="orb-nav-hide"> <a href="/ww1/">WW1</a> </li> <li class="orb-nav-food orb-nav-hide"> <a href="/food/">Food</a> </li> <li class="orb-nav-hide"> <a href="/iwonder">iWonder</a> </li> <li class="orb-nav-hide"> <a href="/education">Bitesize</a> </li> <li class="orb-nav-music orb-nav-hide"> <a href="/music/">Music</a> </li> <li class="orb-nav-nature orb-w orb-nav-hide"> <a href="/nature/">Nature</a> </li> <li class="orb-nav-local orb-nav-hide"> <a href="/local/">Local</a> </li> <li aria-controls="orb-panel-more" style="width: 70px;" id="orb-nav-more"><a class="istats-notrack" href="#orb-footer" data-alt="More">More<span class="orb-icon orb-icon-arrow"></span></a></li> </ul> </div> </nav> <div class="orb-nav-section orb-nav-search"> <a href="http://search.bbc.co.uk/search"> <img src="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/img/orb-search-dark.png" alt="Search the BBC" height="18" width="18"/> </a> <form class="b-f" id="orb-search-form" role="search" method="get" action="http://search.bbc.co.uk/search" accept-charset="utf-8"> <div> <input name="uri" value="/news/world-us-canada-33646704" type="hidden"/> <label for="orb-search-q">Search the BBC</label> <input id="orb-search-q" name="q" placeholder="Search" type="text"/> <input id="orb-search-button" src="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/img/orb-search-dark.png" alt="Search the BBC" height="17" type="image" width="17"/> <input name="suggid" id="orb-search-suggid" type="hidden"/> </div> </form> </div> </div> <div id="orb-panels"> <div id="orb-panel-more" class="orb-panel" aria-labelledby="orb-nav-more"> <div class="orb-panel-content b-g-p b-r orb-nav-sec"> <h2 id="orb-panel-more-title">More<span class="orb-icon orb-icon-arrow"></span></h2><ul> <li class="orb-nav-newsdotcom orb-w orb-panel-hide"> <a href="http://www.bbc.com/news/">News</a> </li> <li class="orb-nav-sport orb-panel-hide"> <a href="/sport/">Sport</a> </li> <li class="orb-nav-weather orb-panel-hide"> <a href="/weather/">Weather</a> </li> <li class="orb-nav-shop orb-w orb-panel-hide"> <a href="http://shop.bbc.com/">Shop</a> </li> <li class="orb-nav-earthdotcom orb-w orb-panel-hide"> <a href="http://www.bbc.com/earth/">Earth</a> </li> <li class="orb-nav-travel-dotcom orb-w orb-panel-hide"> <a href="http://www.bbc.com/travel/">Travel</a> </li> <li class="orb-nav-capital orb-w orb-first-visible"> <a href="http://www.bbc.com/capital/">Capital</a> </li> <li class="orb-nav-culture orb-w"> <a href="http://www.bbc.com/culture/">Culture</a> </li> <li class="orb-nav-autos orb-w"> <a href="http://www.bbc.com/autos/">Autos</a> </li> <li class="orb-nav-future orb-w"> <a href="http://www.bbc.com/future/">Future</a> </li> <li class="orb-nav-tv"> <a href="/tv/">TV</a> </li> <li class="orb-nav-radio"> <a href="/radio/">Radio</a> </li> <li class="orb-nav-cbbc"> <a href="/cbbc">CBBC</a> </li> <li class="orb-nav-cbeebies"> <a href="/cbeebies">CBeebies</a> </li> <li class=""> <a href="/ww1/">WW1</a> </li> <li class="orb-nav-food"> <a href="/food/">Food</a> </li> <li class=""> <a href="/iwonder">iWonder</a> </li> <li class=""> <a href="/education">Bitesize</a> </li> <li class="orb-nav-music"> <a href="/music/">Music</a> </li> <li class="orb-nav-nature orb-w"> <a href="/nature/">Nature</a> </li> <li class="orb-nav-local"> <a href="/local/">Local</a> </li> </ul> </div> </div></div> </div> </header> <!-- Styling hook for shared modules only --> <div id="orb-modules">
+ <div id="site-container">
+
+ <!--[if lt IE 9]>
+<div class="browser-notify">
+ <div class="browser-notify__banner">
+ <div class="browser-notify__icon"></div>
+ <span>This site is optimised for modern web browsers, and does not fully support your version of Internet Explorer</span>
+ </div>
+</div>
+<![endif]-->
+ <div class="site-brand site-brand--height" role="banner" aria-label="News">
+ <div class="site-brand-inner site-brand-inner--height">
+ <div class="navigation navigation--primary">
+ <a href="/news" id="brand">
+ <img class="brand__logo" src="http://static.bbci.co.uk/news/1.79.0380/img/brand/news.png" alt="BBC News"/>
+ </a>
+ <h2 class="navigation__heading off-screen">News navigation</h2>
+ <a href="#core-navigation" class="navigation__section navigation__section--enhanced" data-event="header">
+ Sections </a>
+ </div>
+ </div>
+
+
+<div class="navigation navigation--wide">
+ <ul class="navigation-wide-list" role="navigation" aria-label="News" data-panel-id="js-navigation-panel-primary">
+ <li>
+ <a href="/news" class="navigation-wide-list__link">
+ <span>Home</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/video_and_audio/international" class="navigation-wide-list__link">
+ <span>Video</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/world" data-panel-id="js-navigation-panel-World" class="navigation-wide-list__link">
+ <span>World</span>
+ </a>
+ </li>
+ <li class="selected">
+ <a href="/news/world/us_and_canada" class="navigation-wide-list__link navigation-arrow--open">
+ <span>US &amp; Canada</span>
+ </a>
+ <span class="off-screen">selected</span> </li>
+ <li>
+ <a href="/news/uk" data-panel-id="js-navigation-panel-UK" class="navigation-wide-list__link">
+ <span>UK</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/business" data-panel-id="js-navigation-panel-Business" class="navigation-wide-list__link">
+ <span>Business</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/technology" class="navigation-wide-list__link">
+ <span>Tech</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/science_and_environment" class="navigation-wide-list__link">
+ <span>Science</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/magazine" class="navigation-wide-list__link">
+ <span>Magazine</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/entertainment_and_arts" class="navigation-wide-list__link">
+ <span>Entertainment &amp; Arts</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/health" class="navigation-wide-list__link">
+ <span>Health</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/in_pictures" class="navigation-wide-list__link">
+ <span>In Pictures</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/also_in_the_news" class="navigation-wide-list__link">
+ <span>Also in the News</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/special_reports" class="navigation-wide-list__link">
+ <span>Special Reports</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/explainers" class="navigation-wide-list__link">
+ <span>Explainers</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/the_reporters" class="navigation-wide-list__link">
+ <span>The Reporters</span>
+ </a>
+ </li>
+ <li>
+ <a href="/news/have_your_say" class="navigation-wide-list__link navigation-wide-list__link--last">
+ <span>Have Your Say</span>
+ </a>
+ </li>
+ </ul>
+</div>
+
+ </div><div class="secondary-navigation secondary-navigation--narrow secondary-navigation--narrow-closed"></div><nav id="navigation--top" class="navigation navigation--narrow" role="navigation" aria-label="News">
+
+ <ul class="navigation--narrow__toplevel">
+ <li class="">
+ <a href="/news" class="">
+ <span>Home</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/video_and_audio/international" class="">
+ <span>Video</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/world" data-panel-id="js-navigation-panel-World" class="navigation-arrow">
+ <span>World</span>
+ </a>
+ <div class="navigation-panel navigation-panel--closed js-navigation-panel-World">
+ <div class="navigation-panel__content">
+ <ul class="navigation-panel-secondary">
+ <li><a href="/news/world"><span>World Home</span></a></li>
+ <li>
+ <a href="/news/world/africa"><span>Africa</span></a> </li>
+ <li>
+ <a href="/news/world/asia"><span>Asia</span></a> </li>
+ <li>
+ <a href="/news/world/australia"><span>Australia</span></a> </li>
+ <li>
+ <a href="/news/world/europe"><span>Europe</span></a> </li>
+ <li>
+ <a href="/news/world/latin_america"><span>Latin America</span></a> </li>
+ <li>
+ <a href="/news/world/middle_east"><span>Middle East</span></a> </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ <li class="selected ">
+ <a href="/news/world/us_and_canada" class="navigation-arrow--open">
+ <span>US &amp; Canada</span>
+ </a>
+ <span class="off-screen">selected</span> </li>
+ <li class="">
+ <a href="/news/uk" data-panel-id="js-navigation-panel-UK" class="navigation-arrow">
+ <span>UK</span>
+ </a>
+ <div class="navigation-panel navigation-panel--closed js-navigation-panel-UK">
+ <div class="navigation-panel__content">
+ <ul class="navigation-panel-secondary">
+ <li><a href="/news/uk"><span>UK Home</span></a></li>
+ <li>
+ <a href="/news/england"><span>England</span></a> </li>
+ <li>
+ <a href="/news/northern_ireland"><span>N. Ireland</span></a> </li>
+ <li>
+ <a href="/news/scotland"><span>Scotland</span></a> </li>
+ <li>
+ <a href="/news/wales"><span>Wales</span></a> </li>
+ <li>
+ <a href="/news/politics"><span>Politics</span></a> </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ <li class="">
+ <a href="/news/business" data-panel-id="js-navigation-panel-Business" class="navigation-arrow">
+ <span>Business</span>
+ </a>
+ <div class="navigation-panel navigation-panel--closed js-navigation-panel-Business">
+ <div class="navigation-panel__content">
+ <ul class="navigation-panel-secondary">
+ <li><a href="/news/business"><span>Business Home</span></a></li>
+ <li>
+ <a href="http://www.bbc.co.uk/news/business/market_data"><span>Market Data</span></a> </li>
+ <li>
+ <a href="/news/business/markets"><span>Markets</span></a> </li>
+ <li>
+ <a href="/news/business/economy"><span>Economy</span></a> </li>
+ <li>
+ <a href="/news/business/companies"><span>Companies</span></a> </li>
+ <li>
+ <a href="/news/business-22434141"><span>Entrepreneurship</span></a> </li>
+ <li>
+ <a href="/news/business-11428889"><span>Technology of Business</span></a> </li>
+ <li>
+ <a href="/news/business/business_of_sport"><span>Business of Sport</span></a> </li>
+ <li>
+ <a href="/news/business-12686570"><span>Knowledge economy</span></a> </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ <li class="">
+ <a href="/news/technology" class="">
+ <span>Tech</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/science_and_environment" class="">
+ <span>Science</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/magazine" class="">
+ <span>Magazine</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/entertainment_and_arts" class="">
+ <span>Entertainment &amp; Arts</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/health" class="">
+ <span>Health</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/in_pictures" class="">
+ <span>In Pictures</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/also_in_the_news" class="">
+ <span>Also in the News</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/special_reports" class="">
+ <span>Special Reports</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/explainers" class="">
+ <span>Explainers</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/the_reporters" class="">
+ <span>The Reporters</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/have_your_say" class="">
+ <span>Have Your Say</span>
+ </a>
+ </li>
+ </ul>
+ </nav>
+
+
+
+<div id="bbccom_leaderboard_1_2_3_4" class="bbccom_slot bbccom_standard_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_leaderboard" class="bbccom_advert">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('leaderboard', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><a tabindex="-1" class="bbccom_text" href="http://www.bbc.co.uk/faqs/online/adverts_general">Advertisement</a><script type="text/javascript">bbcdotcom.ad("leaderboard").setBaseContent();googletag.display("leaderboard");</script><div id="leaderboard_ad_container">
+<ins style="width: 320px; height: 50px; display: inline-table; position: relative; border: 0px none; vertical-align: bottom;"><ins style="width: 320px; height: 50px; display: block; position: relative; border: 0px none;"><iframe tabindex="-1" style="border: 0px none; position: absolute; top: 0px; left: 0px;" marginheight="0" marginwidth="0" scrolling="no" name="google_ads_iframe_/4817/bbccom.live.site.mobile.news/news_usandcanada_content_0" id="google_ads_iframe_/4817/bbccom.live.site.mobile.news/news_usandcanada_content_0" frameborder="0" height="50" width="320"></iframe></ins></ins></div>
+<script>googletag.impl.pubads.createDomIframe("leaderboard_ad_container" ,"/4817/bbccom.live.site.mobile.news/news_usandcanada_content_0",false,false);</script>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div>
+ <div id="breaking-news-container" data-polling-url="http://polling.bbc.co.uk/news/latest_breaking_news?audience=US" aria-live="polite"></div>
+
+ <div class="container-width-only">
+ <span class="index-title" id="comp-index-title" data-index-title-meta="{&quot;id&quot;:&quot;comp-index-title&quot;,&quot;type&quot;:&quot;index-title&quot;,&quot;handler&quot;:&quot;indexTitle&quot;,&quot;deviceGroups&quot;:null,&quot;opts&quot;:{&quot;alwaysVisible&quot;:false,&quot;onFrontPage&quot;:false},&quot;template&quot;:&quot;index-title&quot;}">
+ <span class="index-title__container"><span class="bbccom_index_title">
+
+ US &amp; Canada
+
+ </span><a class="bbccom_text" href="http://www.bbc.co.uk/faqs/online/adverts_general" tabindex="-1" aria-hidden="true">is sponsored by</a></span>
+ </span>
+
+<div id="bbccom_sponsor_section_1_2_3_4" class="bbccom_slot bbccom_sponsor_section_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_sponsor_section" class="bbccom_advert bbccom_display_none bbccom_responsive">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('sponsor_section', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><a tabindex="-1" class="bbccom_text" href="http://www.bbc.co.uk/faqs/online/adverts_general">is sponsored by</a><script type="text/javascript">bbcdotcom.ad("sponsor_section").setBaseContent();googletag.display("sponsor_section");</script>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div> </div>
+
+ <div id="page" class="configurable story " data-story-id="world-us-canada-33646704"> <div role="main"> <div class="container-width-only"> <span class="index-title index-title--redundant " id="comp-index-title" data-index-title-meta="{&quot;id&quot;:&quot;comp-index-title&quot;,&quot;type&quot;:&quot;index-title&quot;,&quot;handler&quot;:&quot;indexTitle&quot;,&quot;deviceGroups&quot;:null,&quot;opts&quot;:{&quot;alwaysVisible&quot;:false,&quot;onFrontPage&quot;:false},&quot;template&quot;:&quot;index-title&quot;}">
+ <span class="index-title__container"><span class="bbccom_index_title">
+
+ US &amp; Canada
+
+ </span><a class="bbccom_text" href="http://www.bbc.co.uk/faqs/online/adverts_general" tabindex="-1" aria-hidden="true">is sponsored by</a></span>
+ </span>
+
+<div id="" class="bbccom_slot " aria-hidden="true">
+ <div class="bbccom_advert bbccom_display_none">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('sponsor_section', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div> </div> <div class="container"> <div class="container--primary-and-secondary-columns column-clearfix"> <div class="column--primary">
+ <div class="story-body">
+ <h1 class="story-body__h1">Obama admits US gun laws are his 'biggest frustration'</h1>
+
+
+ <div class="story-body__mini-info-list-and-share">
+ <ul class="mini-info-list">
+ <li class="mini-info-list__item"> <div data-timestamp-inserted="true" class="date date--v2" data-seconds="1437712569" data-datetime="24 July 2015">24 July 2015</div>
+</li>
+ <li class="mini-info-list__item"><span class="mini-info-list__section-desc off-screen">From the section </span><a href="/news/world/us_and_canada" class="mini-info-list__section">US &amp; Canada</a></li>
+ <li class="mini-info-list__item"><span id="dna-comment-count___CPS__33646704" class="js-comment-count comment-count dna-comment-count-show" data-comments-id="__CPS__33646704">941</span><span class="off-screen"> comments</span></li>
+</ul>
+ </div>
+
+ <div class="story-body__inner" property="articleBody">
+ <div class="media-placeholder lead-video-placeholder enabled" id="84457006" data-media-type="video" data-media-meta="{&quot;duration&quot;:&quot;PT1M1S&quot;,&quot;available&quot;:true,&quot;image&quot;:{&quot;height&quot;:360,&quot;width&quot;:640,&quot;href&quot;:&quot;http:\/\/c.files.bbci.co.uk\/8269\/production\/_84458333_gunslawstext.jpg&quot;,&quot;altText&quot;:&quot;Obama on gun laws&quot;,&quot;copyrightHolder&quot;:&quot;(C) British Broadcasting Corporation&quot;,&quot;originCode&quot;:&quot;cpsprodpb&quot;},&quot;mimeType&quot;:&quot;application\/xml&quot;,&quot;href&quot;:&quot;http:\/\/playlists.bbc.co.uk\/news\/world-us-canada-33629023A\/playlist.sxml&quot;,&quot;externalId&quot;:&quot;p02xw7bz&quot;,&quot;caption&quot;:&quot;Mr Obama told the BBC that gun control was his biggest frustration&quot;,&quot;allowOffSiteEmbedding&quot;:true,&quot;live&quot;:false,&quot;entityType&quot;:&quot;Version&quot;,&quot;durationInSeconds&quot;:61}"><figure class="media-item default-player has-caption"><div style="background-repeat: no-repeat; background-position: center center; background-size: contain; background-color: black; overflow: hidden;" class="media-container media-wrapper" id="media-84457006"><div id="smphtml5iframemedia-84457006wrp" style="border-bottom: 0px none; z-index: 999; position: relative; height: 100%; width: 100%; padding-bottom: 56.25%;"><iframe style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;" src="//emp.bbc.com/emp/SMPj/1.5.37/iframe.html" scrolling="no" name="smphtml5iframemedia-84457006" id="smphtml5iframemedia-84457006" frameborder="0"></iframe></div></div><figcaption class="media-caption"><span class="off-screen">Media caption</span> <span class="media-caption__text">Mr Obama told the BBC that gun control was his biggest frustration</span></figcaption><div id="bbccom_companion_84457006" class="bbccom_companion_outer"></div></figure></div><p class="story-body__introduction">President Barack Obama has admitted that his failure to pass "common sense gun safety laws" in the US is the greatest frustration of his presidency. </p><p>In an interview with the BBC, Mr Obama said it was "distressing" not to have made progress on the issue "even in the face of repeated mass killings".</p><p>He vowed to keep trying, but the BBC's North America editor Jon Sopel said the president did not sound very confident. </p><p>However, Mr Obama said race relations had improved during his presidency. </p><p>Hours after the interview, a gunman opened fire at a cinema in the US state of Louisiana, killing two people and injuring several others before shooting himself.</p><div id="bbccom_mpu_1_2_3" class="bbccom_slot mpu-ad bbccom_standard_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_mpu" class="bbccom_advert bbccom_display_none">
+ <script type="text/javascript">
+ /**/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('mpu', [1,2,3]);
+ }
+ /**/
+ </script><a tabindex="-1" class="bbccom_text" href="http://www.bbc.co.uk/faqs/online/adverts_general">Advertisement</a><script type="text/javascript">bbcdotcom.ad("mpu").setBaseContent();googletag.display("mpu");</script><div id="mpu_ad_container"><!-- Begin Rubicon Project Tag -->
+<!-- Site: BBC.com - US Only_MWeb_RFM Zone: BBC Properties_MWeb_RFM_ATF Size: Medium Rectangle -->
+<!-- PLACEMENT: Above the Fold; -->
+<script language="JavaScript" type="text/javascript">
+rp_account = '9176';
+rp_site = '21342';
+rp_zonesize = '72686-15';
+rp_adtype = 'js';
+rp_smartfile = '[SMART FILE URL]';
+</script>
+<script type="text/javascript" src="http://ads.rubiconproject.com/ad/9176.js"></script><script type="text/javascript" src="http://gum.criteo.com/sync?c=2&amp;r=2&amp;j=rp_onUserIdLoaded_72686_15"></script><script type="text/javascript">rp_requests = new RubiconAdServing.Requests(); rp_requests.sendRequest('72686-15');</script><script type="text/javascript" src="http://optimized-by.rubiconproject.com/a/9176/21342/72686-15.js?&amp;cb=0.19712674965035237&amp;tk_st=1&amp;rp_s=c&amp;p_exp=1&amp;p_pos=btf&amp;p_screen_res=584x500&amp;put_2054=3zr_sADHcp7bJibfUKesqs-8ROJWhKnp&amp;put_2138=3zr_sADHcp7bJibfUKesqs-8ROJWhKnp&amp;put_2149=3zr_sADHcp7bJibfUKesqs-8ROJWhKnp&amp;put_2532=3zr_sADHcp7bJibfUKesqs-8ROJWhKnp&amp;put_3410=3zr_sADHcp7bJibfUKesqs-8ROJWhKnp"></script>
+<div style="width: 0; height: 0; overflow: hidden;">
+<img src="http://beacon-us-east.rubiconproject.com/beacon/d/c7fc9a18-e658-40cb-b122-2a67ac137253?accountId=9176&amp;siteId=21342&amp;zoneId=72686&amp;e=6A1E40E384DA563BC35D424639CBC3996755004D5E9E92FCC5D5975482C06D202AFB0309050CE4C9FDBCCA75EDC6570644136BD09AD42E178F043B3A9B3D44DFCACFFC2D53F6EA7AC793078C8D240C81172CD28438FCBB6A0A85F1B2498A61AE3074348E62474919C04AE81C6C1B6F10D4119A84C501229B0FF33AE9256AA201" alt="" height="1" border="0" width="1"/>
+</div>
+
+<script type="text/javascript">
+/*<![CDATA[*/
+(function() {
+ try {
+ if (typeof BBC !== 'undefined' &&
+ typeof BBC.adverts !== 'undefined' &&
+ typeof BBC.adverts.close !== 'undefined') {
+ BBC.adverts.close('mpu');
+ }
+ if (typeof bbcdotcom !== 'undefined' &&
+ typeof bbcdotcom.objects !== 'undefined' &&
+ bbcdotcom.objects('bbcdotcom.adverts.adRegister')) {
+ var ad = bbcdotcom.adverts.adRegister.getAd('mpu');
+ if (typeof ad !== 'undefined' &&
+ typeof ad.close !== 'undefined') {
+ ad.close();
+ }
+ }
+ } catch(e) {}
+}());
+/*]]>*/
+</script><script>
+var _comscore = _comscore || [];
+(function() {
+ var rp_cats = "IAB12,IAB9,IAB3,IAB1,IAB13,IAB20,IAB19,IAB17,IAB15";
+ var rp_cat = 24*1000;
+ if (rp_cats) {
+ rp_cats = rp_cats.replace(/IAB/g,"").split(",");
+ if (rp_cats.length > 0 && rp_cats[0] && rp_cats[0].length > 0) {
+ rp_cat = rp_cats[0].split("-")[0];
+ rp_cat = rp_cat * 1000;
+ }
+}
+_comscore.push({ c1: "8", c2: "6135404", c3: rp_cat, c4: "21342", c10: "3947362" });
+
+var country_code = "us";
+var eligible = { us : 1, at: 1, be: 1, dk: 1, fi: 1, it: 1, nl: 1, no: 1, se: 1, uk: 1, au: 1, jp: 1 };
+
+if ( eligible[country_code] ) {
+ (function() {
+ var s = document.createElement("script"), el = document.getElementsByTagName("script")[0];
+ s.async = true;
+ s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
+ el.parentNode.insertBefore(s, el); })(); }
+ })();
+</script><div style="height: 0px; width: 0px; overflow: hidden">
+<script>
+(function() {var proto = document.location.protocol; var server="http://tap2-cdn.rubiconproject.com"; if (proto == "https:") server="https://tap-secure.rubiconproject.com"; document.write('<IFRAME SRC="'+server+'/partner/scripts/rubicon/emily.html?rtb_ext=1&pc=9176/21342&geo=na&co=us" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="0" HEIGHT="0" style="height: 0px; width: 0px"></IFRAME>'); })();
+</script><iframe tabindex="-1" src="http://tap2-cdn.rubiconproject.com/partner/scripts/rubicon/emily.html?rtb_ext=1&amp;pc=9176/21342&amp;geo=na&amp;co=us" marginwidth="0" marginheight="0" scrolling="NO" style="height: 0px; width: 0px" frameborder="0" height="0" width="0"></iframe>
+
+</div>
+<!-- End Rubicon Project Tag -->
+<script type="text/javascript">(function(){var h=this,k=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a.call)return"object";return b},n=function(a){return"string"==typeof a},aa=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}},p=Date.now||function(){return+new Date},q=function(a,b){var c=a.split("."),d=h;c[0]in d||!d.execScript||d.execScript("var "+c[0]);for(var e;c.length&&(e=c.shift());)c.length||void 0===b?d=d[e]?d[e]:d[e]={}:d[e]=b};var t=function(a,b,c,d,e){if(e)c=a+("&"+b+"="+c);else{var f="&"+b+"=",g=a.indexOf(f);0>g?c=a+f+c:(g+=f.length,f=a.indexOf("&",g),c=0&lt;=f?a.substring(0,g)+c+a.substring(f):a.substring(0,g)+c)}return 2E3&lt;c.length?void 0!==d?t(a,b,d,void 0,e):a:c};var ba=function(){var a=/[&\?]exk=([^& ]+)/.exec(u.location.href);return a&&2==a.length?a[1]:null};var ca=function(a){var b=a.toString();a.name&&-1==b.indexOf(a.name)&&(b+=": "+a.name);a.message&&-1==b.indexOf(a.message)&&(b+=": "+a.message);if(a.stack){a=a.stack;var c=b;try{-1==a.indexOf(c)&&(a=c+"\n"+a);for(var d;a!=d;)d=a,a=a.replace(/((https?:\/..*\/)[^\/:]*:\d+(?:.|\n)*)\2/,"$1");b=a.replace(/\n */g,"\n")}catch(e){b=c}}return b},v=function(a,b){a.google_image_requests||(a.google_image_requests=[]);var c=a.document.createElement("img");c.src=b;a.google_image_requests.push(c)};var w=document,u=window;var da=String.prototype.trim?function(a){return a.trim()}:function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")},ea=function(a,b){return a&lt;b?-1:a>b?1:0};var x=null,fa=function(a,b){for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&b.call(null,a[c],c,a)};function y(a){return"function"==typeof encodeURIComponent?encodeURIComponent(a):escape(a)}var ga=function(){if(!w.body)return!1;if(!x){var a=w.createElement("iframe");a.style.display="none";a.id="anonIframe";x=a;w.body.appendChild(a)}return!0},ha={};var ia=!0,ja={},ma=function(a,b,c,d){var e=ka,f,g=ia;try{f=b()}catch(l){try{var r=ca(l);b="";l.fileName&&(b=l.fileName);var G=-1;l.lineNumber&&(G=l.lineNumber);g=e(a,r,b,G,c)}catch(m){try{var B=ca(m);a="";m.fileName&&(a=m.fileName);c=-1;m.lineNumber&&(c=m.lineNumber);ka("pAR",B,a,c,void 0,void 0)}catch(Ma){la({context:"mRE",msg:Ma.toString()+"\n"+(Ma.stack||"")},void 0)}}if(!g)throw l;}finally{if(d)try{d()}catch(Wb){}}return f},ka=function(a,b,c,d,e,f){var g={};if(e)try{e(g)}catch(l){}g.context=a;g.msg=b.substring(0,512);c&&(g.file=c);0&lt;d&&(g.line=d.toString());g.url=w.URL.substring(0,512);g.ref=w.referrer.substring(0,512);na(g);la(g,f);return ia},la=function(a,b){try{if(Math.random()&lt;(b||.01)){var c="/pagead/gen_204?id=jserror"+oa(a),d="http"+("http:"==u.location.protocol?"":"s")+"://pagead2.googlesyndication.com"+c,d=d.substring(0,2E3);v(u,d)}}catch(e){}},na=function(a){var b=a||{};fa(ja,function(a,d){b[d]=u[a]})},z=function(a,b,c,d,e){return function(){var f=arguments;return ma(a,function(){return b.apply(c,f)},d,e)}},oa=function(a){var b="";fa(a,function(a,d){if(0===a||a)b+="&"+d+"="+y(String(a))});return b};var A=Array.prototype,pa=A.indexOf?function(a,b,c){return A.indexOf.call(a,b,c)}:function(a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(n(a))return n(b)&&1==b.length?a.indexOf(b,c):-1;for(;c&lt;a.length;c++)if(c in a&&a[c]===b)return c;return-1},qa=A.map?function(a,b,c){return A.map.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=Array(d),f=n(a)?a.split(""):a,g=0;g&lt;d;g++)g in f&&(e[g]=b.call(c,f[g],g,a));return e};var ra=function(a,b){for(var c in a)b.call(void 0,a[c],c,a)},sa=function(a){var b=arguments.length;if(1==b&&"array"==k(arguments[0]))return sa.apply(null,arguments[0]);for(var c={},d=0;d&lt;b;d++)c[arguments[d]]=!0;return c};var C;a:{var ta=h.navigator;if(ta){var ua=ta.userAgent;if(ua){C=ua;break a}}C=""}var D=function(a){return-1!=C.indexOf(a)};var E=function(){return D("Opera")||D("OPR")},va=function(){return(D("Chrome")||D("CriOS"))&&!E()&&!D("Edge")};var wa=function(){return D("iPhone")&&!D("iPod")&&!D("iPad")};var xa=E(),F=D("Trident")||D("MSIE"),ya=D("Edge"),za=D("Gecko")&&!(-1!=C.toLowerCase().indexOf("webkit")&&!D("Edge"))&&!(D("Trident")||D("MSIE"))&&!D("Edge"),Aa=-1!=C.toLowerCase().indexOf("webkit")&&!D("Edge"),Ba=function(){var a=C;if(za)return/rv\:([^\);]+)(\)|;)/.exec(a);if(ya)return/Edge\/([\d\.]+)/.exec(a);if(F)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(Aa)return/WebKit\/(\S+)/.exec(a)},Ca=function(){var a=h.document;return a?a.documentMode:void 0},Da=function(){if(xa&&h.opera){var a=h.opera.version;return"function"==k(a)?a():a}var a="",b=Ba();b&&(a=b?b[1]:"");return F&&(b=Ca(),b>parseFloat(a))?String(b):a}(),Ea={},Fa=function(a){if(!Ea[a]){for(var b=0,c=da(String(Da)).split("."),d=da(String(a)).split("."),e=Math.max(c.length,d.length),f=0;0==b&&f&lt;e;f++){var g=c[f]||"",l=d[f]||"",r=RegExp("(\\d*)(\\D*)","g"),G=RegExp("(\\d*)(\\D*)","g");do{var m=r.exec(g)||["","",""],B=G.exec(l)||["","",""];if(0==m[0].length&&0==B[0].length)break;b=ea(0==m[1].length?0:parseInt(m[1],10),0==B[1].length?0:parseInt(B[1],10))||ea(0==m[2].length,0==B[2].length)||ea(m[2],B[2])}while(0==b)}Ea[a]=0&lt;=b}},Ga=h.document,Ha=Ga&&F?Ca()||("CSS1Compat"==Ga.compatMode?parseInt(Da,10):5):void 0;var Ia=function(a,b,c){if("array"==k(b))for(var d=0;d&lt;b.length;d++)Ia(a,String(b[d]),c);else null!=b&&c.push("&",a,""===b?"":"=",encodeURIComponent(String(b)))},Ja=function(a,b,c){for(c=c||0;c&lt;b.length;c+=2)Ia(b[c],b[c+1],a);return a},Ka=function(a,b){var c=2==arguments.length?Ja([a],arguments[1],0):Ja([a],arguments,1);if(c[1]){var d=c[0],e=d.indexOf("#");0&lt;=e&&(c.push(d.substr(e)),c[0]=d=d.substr(0,e));e=d.indexOf("?");0>e?c[1]="?":e==d.length-1&&(c[1]=void 0)}return c.join("")};var La={l:947190538,m:947190541,o:947190542,h:79463068,i:79463069},Na={g:"ud=1",f:"ts=0",s:"sc=1",c:"gz=1",j:"lp=1"};if(w&&w.URL){var Oa=w.URL,Pa;if(Pa=Oa){var Qa;if(Oa){var H=/.*[&#?]google_debug(=[^&]*)?(&.*)?$/.exec(decodeURIComponent(Oa));Qa=H?H[1]&&1&lt;H[1].length?H[1].substring(1):"true":""}else Qa="";Pa=0&lt;Qa.length}ia=!Pa}var I=function(a,b,c,d){c=z(d||"osd_or_lidar::"+b,c,void 0,void 0,void 0);a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent&&a.attachEvent("on"+b,c)},Ra=function(a,b,c){if(!(0>=b)){var d=0,e=function(){a();d++;d&lt;b&&u.setTimeout(z(c,e,void 0,void 0,void 0),100)};e()}};var J=function(a,b){this.b=a||0;this.a=b||""},K=function(a,b){a.b&&(b[4]=a.b);a.a&&(b[12]=a.a)};J.prototype.match=function(a){return(this.b||this.a)&&(a.b||a.a)?this.a||a.a?this.a==a.a:this.b||a.b?this.b==a.b:!1:!1};J.prototype.toString=function(){var a=""+this.b;this.a&&(a+="-"+this.a);return a};var Sa=function(){var a=L,b=[];a.b&&b.push("adk="+a.b);a.a&&b.push("exk="+a.a);return b},M=function(a){var b=[];ra(a,function(a,d){var e=y(d),f=a;n(f)&&(f=y(f));b.push(e+"="+f)});return b.join("\n")},N=0,Ta=0,Ua=function(a){var b=0,c=u;try{if(c&&c.Goog_AdSense_getAdAdapterInstance)return c}catch(d){}try{for(;c&&5>b;){if(c.google_osd_static_frame)return c;if(c.aswift_0&&(!a||c.aswift_0.google_osd_static_frame))return c.aswift_0;b++;c=c!=c.parent?c.parent:null}}catch(e){}return null},Va=function(a,b,c,d,e){if(10&lt;Ta)u.clearInterval(N);else if(++Ta,u.postMessage&&(b.b||b.a)){var f=Ua(!0);if(f){var g={};K(b,g);g[0]="goog_request_monitoring";g[6]=a;g[16]=c;d&&d.length&&(g[17]=d.join(","));e&&(g[19]=e);try{var l=M(g);f.postMessage(l,"*")}catch(r){}}}},Wa=function(a){var b=Ua(!1),c=!b;!b&&u&&(b=u.parent);if(b&&b.postMessage)try{b.postMessage(a,"*"),c&&u.postMessage(a,"*")}catch(d){}};sa("area base br col command embed hr img input keygen link meta param source track wbr".split(" "));var O=function(a,b){this.width=a;this.height=b};O.prototype.round=function(){this.width=Math.round(this.width);this.height=Math.round(this.height);return this};var Xa;if(!(Xa=!za&&!F)){var Ya;if(Ya=F)Ya=9&lt;=Ha;Xa=Ya}Xa||za&&Fa("1.9.1");F&&Fa("9");var P=!1,Q=function(a){if(a=a.match(/[\d]+/g))a.length=3};if(navigator.plugins&&navigator.plugins.length){var Za=navigator.plugins["Shockwave Flash"];Za&&(P=!0,Za.description&&Q(Za.description));navigator.plugins["Shockwave Flash 2.0"]&&(P=!0)}else if(navigator.mimeTypes&&navigator.mimeTypes.length){var $a=navigator.mimeTypes["application/x-shockwave-flash"];(P=$a&&$a.enabledPlugin)&&Q($a.enabledPlugin.description)}else try{var ab=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"),P=!0;Q(ab.GetVariable("$version"))}catch(bb){try{ab=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"),P=!0}catch(cb){try{ab=new ActiveXObject("ShockwaveFlash.ShockwaveFlash"),P=!0,Q(ab.GetVariable("$version"))}catch(db){}}};var eb=D("Firefox"),fb=wa()||D("iPod"),gb=D("iPad"),hb=D("Android")&&!(va()||D("Firefox")||E()||D("Silk")),ib=va(),jb=D("Safari")&&!(va()||D("Coast")||E()||D("Edge")||D("Silk")||D("Android"))&&!(wa()||D("iPad")||D("iPod"));var R=function(a){return(a=a.exec(C))?a[1]:""};(function(){if(eb)return R(/Firefox\/([0-9.]+)/);if(F||xa)return Da;if(ib)return R(/Chrome\/([0-9.]+)/);if(jb&&!(wa()||D("iPad")||D("iPod")))return R(/Version\/([0-9.]+)/);if(fb||gb){var a;if(a=/Version\/(\S+).*Mobile\/(\S+)/.exec(C))return a[1]+"."+a[2]}else if(hb)return(a=R(/Android\s+([0-9.]+)/))?a:R(/Version\/([0-9.]+)/);return""})();var lb=function(){var a=u.parent&&u.parent!=u,b=a&&0&lt;="//tpc.googlesyndication.com".indexOf(u.location.host);if(a&&u.name&&0==u.name.indexOf("google_ads_iframe")||b){var c;a=u||u;try{var d;if(a.document&&!a.document.body)d=new O(-1,-1);else{var e=(a||window).document,f="CSS1Compat"==e.compatMode?e.documentElement:e.body;d=(new O(f.clientWidth,f.clientHeight)).round()}c=d}catch(g){c=new O(-12245933,-12245933)}return kb(c)}c=u.document.getElementsByTagName("SCRIPT");return 0&lt;c.length&&(c=c[c.length-1],c.parentElement&&c.parentElement.id&&0&lt;c.parentElement.id.indexOf("_ad_container"))?kb(void 0,c.parentElement):null},kb=function(a,b){var c=mb("IMG",a,b);return c||(c=mb("IFRAME",a,b))?c:(c=mb("OBJECT",a,b))?c:null},mb=function(a,b,c){var d=document;c=c||d;d=a&&"*"!=a?a.toUpperCase():"";c=c.querySelectorAll&&c.querySelector&&d?c.querySelectorAll(d+""):c.getElementsByTagName(d||"*");for(d=0;d&lt;c.length;d++){var e=c[d];if("OBJECT"==a)a:{var f=e.getAttribute("height");if(null!=f&&0&lt;f&&0==e.clientHeight)for(var f=e.children,g=0;g&lt;f.length;g++){var l=f[g];if("OBJECT"==l.nodeName||"EMBED"==l.nodeName){e=l;break a}}}f=e.clientHeight;g=e.clientWidth;if(l=b)l=new O(g,f),l=Math.abs(b.width-l.width)&lt;.1*b.width&&Math.abs(b.height-l.height)&lt;.1*b.height;if(l||!b&&10&lt;f&&10&lt;g)return e}return null};var nb,S=0,T="",U=!1,V=!1,ob=!1,pb=!0,qb=!1,rb=!1,sb=!1,tb=!1,ub="",vb=0,wb=0,W=0,xb=[],L=null,yb="",zb=[],Ab=null,Bb=[],Cb=!1,Db="",Eb="",Fb=(new Date).getTime(),Gb=!1,Hb="",Ib=!1,Jb=["1","0","3"],X=0,Y=0,Kb=0,Lb="",Nb=function(a,b,c){U&&(pb||3!=(c||3)||rb)&&Mb(a,b,!0);(ob||V&&qb)&&Mb(a,b)},Ob=function(){var a=Ab;return a?2!=a():!0},Mb=function(a,b,c){(b=b||yb)&&!Cb&&(2==Y||c)&&Ob()&&(b=Pb(b,c),v(a,b),tb=!0,c?U=!1:Cb=!0)},Pb=function(a,b){var c;c=b?"osdim":ob?"osd2":"osdtos";var d=["//pagead2.googlesyndication.com/activeview","?id=",c];"osd2"==c&&V&&qb&&d.push("&ts=1");T&&d.push("&avi=",T);nb&&d.push("&cid=",nb);d.push("&ti=1");d.push("&",a);d.push("&uc="+Kb);Gb?d.push("&tgt="+Hb):d.push("&tgt=nf");d.push("&cl="+(Ib?1:0));""!=ub&&(d.push("&lop=1"),c=p()-vb,d.push("&tslp="+c));d=d.join("");for(c=0;c&lt;zb.length;c++){try{var e=zb[c]()}catch(f){}var g="max_length";2&lt;=e.length&&(3==e.length&&(g=e[2]),d=t(d,y(e[0]),y(e[1]),g))}2E3&lt;d.length&&(d=d.substring(0,2E3));return d},Z=function(a,b){if(Db){try{var c=t(Db,"vi",a);ga()&&v(x.contentWindow,c)}catch(d){}0&lt;=pa(Jb,a)&&(Db="");var c=b||yb,e;e=t("//pagead2.googlesyndication.com/pagead/gen_204?id=sldb","avi",T);e=t(e,"vi",a);c&&(e+="&"+c);try{v(u,e)}catch(f){}}},Qb=function(){Z("-1")},Sb=function(a){if(a&&a.data&&n(a.data)){var b;var c=a.data;if(n(c)){b={};for(var c=c.split("\n"),d=0;d&lt;c.length;d++){var e=c[d].indexOf("=");if(!(0>=e)){var f=Number(c[d].substr(0,e)),e=c[d].substr(e+1);switch(f){case 5:case 8:case 11:case 15:case 16:case 18:e="true"==e;break;case 4:case 7:case 6:case 14:case 20:case 21:case 22:case 23:e=Number(e);break;case 3:case 19:if("function"==k(decodeURIComponent))try{e=decodeURIComponent(e)}catch(g){throw Error("Error: URI malformed: "+e);}break;case 17:e=qa(decodeURIComponent(e).split(","),Number)}b[f]=e}}b=b[0]?b:null}else b=null;if(b&&(c=new J(b[4],b[12]),L&&L.match(c))){for(c=0;c&lt;Bb.length;c++)Bb[c](b);void 0!=b[18]&&(rb=b[18],rb||2!=W||(W=3,Rb()));c=b[0];if("goog_acknowledge_monitoring"==c)u.clearInterval(N),X=2;else if("goog_get_mode"==c){X=1;d={};L&&K(L,d);d[0]="goog_provide_mode";d[6]=Y;d[19]=Lb;d[16]=V;try{var l=M(d);a.source.postMessage(l,a.origin)}catch(r){}u.clearInterval(N);X=2}else"goog_update_data"==c?(yb=b[3],++Kb):"goog_image_request"==c&&(Nb(u,b[3]),b[5]||b[11]||Z("0",b[3]));if("goog_update_data"==c||"goog_image_request"==c)(1==Y||2==Y||U)&&b[5]&&(a=1==b[15]&&"goog_update_data"==c,qb=!0,Z("1"),Eb&&Ob()&&(l=Eb,ga()&&v(x.contentWindow,l),Eb=""),U&&!a&&(Mb(u,void 0,!0),sb=!0,wb=p()),3==W&&(W=4,Rb()),U||1!=Y||(Cb=!0)),(1==Y||2==Y||U)&&b[11]&&(V=!1,Z("3"),U&&(Mb(u,void 0,!0),1==W&&rb&&(W=2)))}}},Rb=function(){var a=u,b=W;0!=b&&1!=b&&Tb(a,"osdim","zas="+b)},Tb=function(a,b,c){b="//pagead2.googlesyndication.com/pagead/gen_204?id="+b+"&";var d=[];d.push("ovr_value="+S);d.push("avi="+T);L&&(d=d.concat(Sa()));d.push("tt="+((new Date).getTime()-Fb));d.push(c);a.document&&a.document.referrer&&d.push("ref="+y(a.document.referrer));b+=d.join("&");try{v(a,b)}catch(e){}},Ub=function(){Nb(u);Z("0");2>X&&!V&&2==Y&&Tb(u,"osd2","hs="+X)},Vb=function(){var a={};K(L,a);a[0]="goog_dom_content_loaded";var b=M(a);try{Ra(function(){Wa(b)},10,"osd_listener::ldcl_int")}catch(c){}},Xb=function(){var a={};K(L,a);a[0]="goog_creative_loaded";var b=M(a);Ra(function(){Wa(b)},10,"osd_listener::lcel_int");Ib=!0},Yb=function(a){if(n(a)){a=a.split("&");for(var b=a.length-1;0&lt;=b;b--){var c=a[b],d=Na;c==d.g?(pb=!1,a.splice(b,1)):c==d.c?(W=1,a.splice(b,1)):c==d.f&&(V=!1,a.splice(b,1))}Lb=a.join("&")}},Zb=function(){if(!Gb){var a=lb();a&&(Gb=!0,Hb=a.tagName,a.complete||a.naturalWidth?Xb():I(a,"load",Xb,"osd_listener::creative_load"))}};q("osdlfm",z("osd_listener::init",function(a,b,c,d,e,f,g,l,r,G){S=a;Db=b;Eb=d;U=f;nb=G;l&&Yb(l);V=f;1!=r&&2!=r&&3!=r||xb.push(La["MRC_TEST_"+r]);L=new J(e,ba());I(u,"load",Qb,"osd_listener::load");I(u,"message",Sb,"osd_listener::message");T=c||"";I(u,"unload",Ub,"osd_listener::unload");var m=u.document;!m.readyState||"complete"!=m.readyState&&"loaded"!=m.readyState?("msie"in ha?ha.msie:ha.msie=-1!=navigator.userAgent.toLowerCase().indexOf("msie"))&&!window.opera?I(m,"readystatechange",function(){"complete"!=m.readyState&&"loaded"!=m.readyState||Vb()},"osd_listener::rsc"):I(m,"DOMContentLoaded",Vb,"osd_listener::dcl"):Vb();-1==S?Y=f?3:1:-2==S?Y=3:0&lt;S&&(Y=2,ob=!0);V&&!ob&&-1==S&&(Y=2);L&&(L.b||L.a)&&(X=1,N=u.setInterval(z("osd_proto::reqm_int",aa(Va,Y,L,V,xb,Lb),void 0,void 0,void 0),500));Ra(Zb,5,"osd_listener:sfc")}));q("osdlac",z("osd_listener::lac_ex",function(a){zb.push(a)}));q("osdlamrc",z("osd_listener::lamrc_ex",function(a){Bb.push(a)}));q("osdsir",z("osd_listener::sir_ex",Nb));q("osdacrc",z("osd_listener::acrc_ex",function(a){Ab=a}));q("osdpcls",z("osd_listener::acrc_ex",function(a){if(""==a||u==u.top||Cb||tb&&!sb)return!1;ub=a;if(sb){var b=T;T=a;var c=Pb(yb,!0);T=b;b=p()-wb;c=Ka(c,"tsvp",b);v(u,c)}T=""==T?a:T+","+a;vb=p();return!0}));}).call(this);osdlfm(-1,'','BWz45lW6yVeCgI9D7-QOox5q4BwAAAAAQATgByAEJwAIC4AIA4AQBoAYWwhMDEIAB','',3569409373,true,true,'ud\x3d1\x26la\x3d0\x26',3,'');</script>
+</div>
+
+ </div>
+ <script type="text/javascript">
+ /**/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /**/
+ </script>
+</div><p>In a wide-ranging interview, President Obama also said:</p><ul class="story-body__unordered-list">
+<li class="story-body__list-item">
+<a href="http://www.bbc.co.uk/news/uk-politics-33647154" class="story-body__link">The UK must stay in the EU</a> to have influence on the world stage</li>
+<li class="story-body__list-item">He is confident the Iran nuclear deal will be passed by Congress </li>
+<li class="story-body__list-item">Syria needs a political solution in order to defeat the Islamic State group</li>
+<li class="story-body__list-item">He would speak "bluntly" against corruption <a href="http://www.bbc.co.uk/news/world-us-canada-33646563" class="story-body__link">and human rights violations in Kenya</a>
+</li>
+<li class="story-body__list-item">He would defend his advocacy of gay rights following protests in Kenya</li>
+<li class="story-body__list-item">Despite racial tensions, the US is becoming more diverse and more tolerant</li>
+</ul><p><a href="http://www.bbc.co.uk/news/world-us-canada-33646542" class="story-body__link">Read the full transcript of his interview</a></p><p>Mr Obama lands in Kenya later on Friday for his first visit since becoming president. </p><p>But with just 18 months left in power, he said gun control was the area where he has been "most frustrated and most stymied" since coming to power in 2009.</p><p>"If you look at the number of Americans killed since 9/11 by terrorism, it's less than 100. If you look at the number that have been killed by gun violence, it's in the tens of thousands," Mr Obama said. </p><div class="media-placeholder narrative-video-placeholder enabled" id="84457698" data-media-type="video" data-media-meta="{&quot;duration&quot;:&quot;PT3M52S&quot;,&quot;available&quot;:true,&quot;image&quot;:{&quot;height&quot;:360,&quot;width&quot;:640,&quot;href&quot;:&quot;http:\/\/c.files.bbci.co.uk\/B0E5\/production\/_84458254_mediaitemuk.jpg&quot;,&quot;altText&quot;:&quot;Obama on the US-UK Relationship&quot;,&quot;copyrightHolder&quot;:&quot;(C) British Broadcasting Corporation&quot;,&quot;originCode&quot;:&quot;cpsprodpb&quot;},&quot;mimeType&quot;:&quot;application\/xml&quot;,&quot;href&quot;:&quot;http:\/\/playlists.bbc.co.uk\/news\/world-us-canada-33647052A\/playlist.sxml&quot;,&quot;externalId&quot;:&quot;p02xwdcy&quot;,&quot;caption&quot;:&quot;Barack Obama: \u0022Great Britain has always been our best partner\u0022&quot;,&quot;allowOffSiteEmbedding&quot;:true,&quot;live&quot;:false,&quot;entityType&quot;:&quot;Version&quot;,&quot;durationInSeconds&quot;:232}"><figure class="media-item default-player has-caption"><div style="background-repeat: no-repeat; background-position: center center; background-size: contain; background-color: black; overflow: hidden;" class="media-container media-wrapper" id="media-84457698"><div id="smphtml5iframemedia-84457698wrp" style="border-bottom: 0px none; z-index: 999; position: relative; height: 100%; width: 100%; padding-bottom: 56.25%;"><iframe style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;" src="//emp.bbc.com/emp/SMPj/1.5.37/iframe.html" scrolling="no" name="smphtml5iframemedia-84457698" id="smphtml5iframemedia-84457698" frameborder="0"></iframe></div></div><figcaption class="media-caption"><span class="off-screen">Media caption</span> <span class="media-caption__text">Barack Obama: "Great Britain has always been our best partner"</span></figcaption><div id="bbccom_companion_84457698" class="bbccom_companion_outer"></div></figure></div><figure class="media-landscape full-width has-caption"><img src="http://ichef.bbci.co.uk/news/555/cpsprodpb/462D/production/_84456971_gettyimages-167501087.jpg" datasrc="http://ichef.bbci.co.uk/news/976/cpsprodpb/462D/production/_84456971_gettyimages-167501087.jpg" class="js-image-replace" alt="Gun control campaigners protest in McPhearson Square in Washington DC - 25 April 2013" height="549" width="976"/>
+ <figcaption class="media-caption">
+ <span class="media-caption__text">
+ The president said he would continue fighting for greater gun control laws
+ </span>
+ </figcaption></figure><p>"For us not to be able to resolve that issue has been something that is distressing," he added. </p><p>Mr Obama has pushed for stricter gun control throughout his presidency but has been unable to secure any significant changes to the laws. </p><p>After nine African-American churchgoers were killed in South Carolina in June, he admitted "politics in this town" meant there were few options available.</p><figure class="media-landscape body-width no-caption"><img src="http://ichef.bbci.co.uk/news/555/media/images/76020000/jpg/_76020974_line976.jpg" datasrc="http://ichef.bbci.co.uk/news/464/media/images/76020000/jpg/_76020974_line976.jpg" class="js-image-replace" alt="line" height="2" width="464"/></figure><h2 class="story-body__crosshead">Analysis: Jon Sopel, BBC News, Washington</h2><figure class="media-landscape full-width no-caption"><img src="http://ichef-1.bbci.co.uk/news/555/cpsprodpb/6D3D/production/_84456972_p072315al-0500.jpg" datasrc="http://ichef-1.bbci.co.uk/news/976/cpsprodpb/6D3D/production/_84456972_p072315al-0500.jpg" class="js-image-replace" alt="President Barack Obama participates in an interview with Jon Sopel of BBC in the Roosevelt Room of the White House - 23 July 2015" height="549" width="976"/></figure><p>Nine months ago, the president seemed like a spent force, after taking a beating in the midterm elections, during which members of his own party were reluctant to campaign on his record. </p><p>But the man sat before me today was relaxed and confident, buoyed by a string of "wins" on healthcare, Cuba and Iran, after bitter and ongoing battles with his many critics. </p><p>The only body swerve the president performed was when I asked him <a href="http://www.bbc.co.uk/news/world-us-canada-33643168" class="story-body__link"> how many minds he had changed on the Iran nuclear deal </a>after an intense sell aimed at Gulf allies and members of US Congress who remain implacably opposed. </p><p>There was a momentary flicker across the president's face as if to say "You think you got me?" before his smile returned and he proceeded to talk about how Congress would come round.</p><p>But notably, he did not give a direct answer to that question, which leaves me with the impression that he has persuaded precisely zero.</p><p><a href="http://www.bbc.co.uk/news/world-us-canada-33646875" class="story-body__link">Five things we learned from Obama interview</a></p><p><a href="http://www.bbc.co.uk/news/world-us-canada-33646545" class="story-body__link">The presidential body swerve</a></p><figure class="media-landscape body-width no-caption"><img src="http://ichef.bbci.co.uk/news/555/media/images/76020000/jpg/_76020974_line976.jpg" datasrc="http://ichef.bbci.co.uk/news/464/media/images/76020000/jpg/_76020974_line976.jpg" class="js-image-replace" alt="line" height="2" width="464"/></figure><div class="media-placeholder narrative-video-placeholder enabled" id="83728567" data-media-type="video" data-media-meta="{&quot;duration&quot;:&quot;PT2M1S&quot;,&quot;available&quot;:true,&quot;image&quot;:{&quot;height&quot;:360,&quot;width&quot;:640,&quot;href&quot;:&quot;http:\/\/c.files.bbci.co.uk\/11F6E\/production\/_83728537_obama.jpg&quot;,&quot;altText&quot;:&quot;Images of Obama making speeches after mass shootings&quot;,&quot;copyrightHolder&quot;:&quot;Getty Images&quot;,&quot;originCode&quot;:&quot;cpsprodpb&quot;},&quot;mimeType&quot;:&quot;application\/xml&quot;,&quot;href&quot;:&quot;http:\/\/playlists.bbc.co.uk\/news\/world-us-canada-33193314A\/playlist.sxml&quot;,&quot;externalId&quot;:&quot;p02v1qt1&quot;,&quot;caption&quot;:&quot;The BBC contrasts President Obama\u0027s reactions after mass shootings, with the levels of US gun ownership during his terms in office. (Video by David Botti)&quot;,&quot;allowOffSiteEmbedding&quot;:true,&quot;live&quot;:false,&quot;entityType&quot;:&quot;Version&quot;,&quot;durationInSeconds&quot;:121}"><figure class="media-item default-player has-caption"><div style="background-repeat: no-repeat; background-position: center center; background-size: contain; background-color: black; overflow: hidden;" class="media-container media-wrapper" id="media-83728567"><div id="smphtml5iframemedia-83728567wrp" style="border-bottom: 0px none; z-index: 999; position: relative; height: 100%; width: 100%; padding-bottom: 56.25%;"><iframe style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;" src="//emp.bbc.com/emp/SMPj/1.5.37/iframe.html" scrolling="no" name="smphtml5iframemedia-83728567" id="smphtml5iframemedia-83728567" frameborder="0"></iframe></div></div><figcaption class="media-caption"><span class="off-screen">Media caption</span> <span class="media-caption__text">The BBC contrasts President Obama's reactions after mass shootings, with the levels of US gun ownership during his terms in office. (Video by David Botti)</span></figcaption><div id="bbccom_companion_83728567" class="bbccom_companion_outer"></div></figure></div><p>On race relations, Mr Obama said recent concerns around policing and mass incarcerations were "legitimate and deserve intense attention" but insisted progress had been made. </p><p>Children growing up during the eight years of his presidency "will have a different view of race relations in this country and what's possible," he said. </p><p>"There are going to be tensions that arise. But if you look at my daughters' generation, they have an attitude about race that's entirely different than even my generation."</p><p>Talking about how he was feeling after his recent successes, he said "every president, every leader has strengths and weaknesses". </p><p>"One of my strengths is I have a pretty even temperament. I don't get too high when it's high and I don't get too low when it's low," he said. </p><figure class="media-landscape full-width has-caption"><img src="http://ichef-1.bbci.co.uk/news/555/cpsprodpb/142FD/production/_84458628_shirtreuters.jpg" datasrc="http://ichef-1.bbci.co.uk/news/976/cpsprodpb/142FD/production/_84458628_shirtreuters.jpg" class="js-image-replace" alt="Customer looks at Obama shirts at a stall in Nairobi's Kibera slums, 23 July 2015" height="549" width="976"/>
+ <figcaption class="media-caption">
+ <span class="media-caption__text">
+ Kenya is getting ready to welcome the US president
+ </span>
+ </figcaption></figure><h2 class="story-body__crosshead">Kenya trip</h2><p>Mr Obama was speaking to the BBC at the White House before departing for Kenya.</p><p>His father was Kenyan and the president is expected to meet relatives in Nairobi.</p><p>Mr Obama has faced criticism in the country after the US legalised gay marriage. However, in his interview, the president said he would not fall silent on the issue.</p><div class="media-placeholder narrative-video-placeholder enabled" id="84459510" data-media-type="video" data-media-meta="{&quot;duration&quot;:&quot;PT3M16S&quot;,&quot;available&quot;:true,&quot;image&quot;:{&quot;height&quot;:549,&quot;width&quot;:976,&quot;href&quot;:&quot;http:\/\/c.files.bbci.co.uk\/14749\/production\/_84458738_x_maincomp-0;03;11;18_1.jpg&quot;,&quot;altText&quot;:&quot;Obama&quot;,&quot;copyrightHolder&quot;:&quot;BBC&quot;,&quot;originCode&quot;:&quot;cpsprodpb&quot;},&quot;mimeType&quot;:&quot;application\/xml&quot;,&quot;href&quot;:&quot;http:\/\/playlists.bbc.co.uk\/news\/world-africa-33647495A\/playlist.sxml&quot;,&quot;externalId&quot;:&quot;p02xx8zl&quot;,&quot;caption&quot;:&quot;President Obama told the BBC he would deliver a blunt message on gay rights when he travelled to Africa&quot;,&quot;allowOffSiteEmbedding&quot;:true,&quot;live&quot;:false,&quot;entityType&quot;:&quot;Version&quot;,&quot;durationInSeconds&quot;:196}"><figure class="media-item default-player has-caption"><div style="background-repeat: no-repeat; background-position: center center; background-size: contain; background-color: black; overflow: hidden;" class="media-container media-wrapper" id="media-84459510"><div id="smphtml5iframemedia-84459510wrp" style="border-bottom: 0px none; z-index: 999; position: relative; height: 100%; width: 100%; padding-bottom: 56.25%;"><iframe style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;" src="//emp.bbc.com/emp/SMPj/1.5.37/iframe.html" scrolling="no" name="smphtml5iframemedia-84459510" id="smphtml5iframemedia-84459510" frameborder="0"></iframe></div></div><figcaption class="media-caption"><span class="off-screen">Media caption</span> <span class="media-caption__text">President Obama told the BBC he would deliver a blunt message on gay rights when he travelled to Africa</span></figcaption><div id="bbccom_companion_84459510" class="bbccom_companion_outer"></div></figure></div><p>"I am not a fan of discrimination and bullying of anybody on the basis of race, on the basis of religion, on the basis of sexual orientation or gender," he said.</p><ul class="story-body__unordered-list"><li class="story-body__list-item"><a href="http://www.bbc.co.uk/news/live/world-africa-33577232" class="story-body__link">BBC Africa Live updates from Kenya</a></li></ul><p>The president also admitted that some African governments, including Kenya's, needed to improve their records on human rights and democracy. However, he defended his decision to engage with and visit those governments. </p><p>"Well, they're not ideal institutions. But what we found is, is that when we combined blunt talk with engagement, that gives us the best opportunity to influence and open up space for civil society." </p><p>Mr Obama will become the first US president to address the African Union when he travels on to Ethiopia on Sunday.</p>
+ </div>
+</div>
+ <div id="comp-comments-button" data-comp-meta="{&quot;id&quot;:&quot;comp-comments-button&quot;,&quot;type&quot;:&quot;comments-button&quot;,&quot;handler&quot;:&quot;commentsButton&quot;,&quot;deviceGroups&quot;:null,&quot;opts&quot;:{&quot;treatment&quot;:&quot;ghost_column&quot;,&quot;jsEnabled&quot;:true,&quot;commentsId&quot;:&quot;__CPS__33646704&quot;,&quot;position_info&quot;:{&quot;instanceNo&quot;:1,&quot;positionInRegion&quot;:2,&quot;lastInRegion&quot;:false,&quot;lastOnPage&quot;:false,&quot;column&quot;:&quot;primary_column&quot;}},&quot;template&quot;:&quot;\/component\/comments-button&quot;}" class="js-iframe-container comments-button ghost-column">
+ <a class="comments-button__link js-comments-button__link" href="/news/world-us-canada-33646704/comments" id="comments-iframe-33646704" data-iframe-src="/news/world-us-canada-33646704/comments/iframe" data-static-iframe-height="600">
+ <span class="comments-button__icon">View comments</span><span id="dna-comment-count___CPS__33646704" class="js-comment-count comments-button__count dna-comment-count-show" data-comments-id="__CPS__33646704">941</span>
+ </a>
+</div>
+ <div class="share share--lightweight show ghost-column">
+ <a name="share-tools"></a>
+ <h2 class="share__title share__title--lightweight">
+ Share this story <a href="http://www.bbc.co.uk/help/web/sharing.shtml">About&nbsp;sharing</a>
+ </h2>
+ <ul class="share__tools share__tools--lightweight">
+ <li class="share__tool share__tool--email">
+ <a href="mailto:?subject=Shared%20from%20BBC%20News&amp;body=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704">
+ <span>Email</span>
+ </a>
+ </li>
+ <li class="share__tool share__tool--facebook">
+ <a href="http://www.facebook.com/dialog/feed?app_id=58567469885&amp;redirect_uri=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704&amp;link=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704%3FSThisFB">
+ <span>Facebook</span>
+ </a>
+ </li>
+ <li class="share__tool share__tool--twitter">
+ <a href="https://twitter.com/intent/tweet?text=BBC%20News%20-%20Obama%20admits%20US%20gun%20laws%20are%20his%20%27biggest%20frustration%27&amp;url=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704" class="shortenUrl" data-social-url="https://twitter.com/intent/tweet?text=BBC+News+-+Obama+admits+US+gun+laws+are+his+%27biggest+frustration%27&amp;url=" data-target-url="http://www.bbc.com/news/world-us-canada-33646704">
+ <span>Twitter</span>
+ </a>
+ </li>
+ <li class="share__tool share__tool--whatsapp">
+ <a href="whatsapp://send?text=BBC%20News%20%7C%20Obama%20admits%20US%20gun%20laws%20are%20his%20%27biggest%20frustration%27%20-%20http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704%3Focid%3Dwsnews_chatapps_whatsapp_msg_trial_link1">
+ <span>WhatsApp</span>
+ </a>
+ </li>
+ <li class="share__tool share__tool--linkedin">
+ <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704&amp;title=Obama%20admits%20US%20gun%20laws%20are%20his%20%27biggest%20frustration%27&amp;summary=President%20Barack%20Obama%20tells%20the%20BBC%20his%20failure%20to%20pass%20%22common%20sense%20gun%20safety%20laws%22%20is%20the%20greatest%20frustration%20of%20his%20presidency.&amp;source=BBC">
+ <span>Linkedin</span>
+ </a>
+ </li>
+ </ul>
+</div>
+
+ <div class="story-more">
+ <div class="group story-alsos more-on-this-story"> <div class="group__header"> <h2 class="group__title">More on this story</h2> </div> <div class="group__body"> <ul class="units-list "> <li class="unit unit--regular"> <a href="/news/uk-politics-33647154" class="unit__link-wrapper"> <div class="unit__body"> <div class="unit__header"> <div class="unit__title"> <span class="cta"> Obama urges UK to stay in European Union </span> </div> <div class="unit__meta"> <div data-timestamp-inserted="true" class="date date--v1 relative-time" data-seconds="1437741970" data-datetime="24 July 2015">4 hours ago</div> </div> </div> </div> </a> </li> <li class="unit unit--regular"> <a href="/news/world-us-canada-33646875" class="unit__link-wrapper"> <div class="unit__body"> <div class="unit__header"> <div class="unit__title"> <span class="cta"> Interview at-a-glance </span> </div> <div class="unit__meta"> <div data-timestamp-inserted="true" class="date date--v1" data-seconds="1437707069" data-datetime="24 July 2015">24 July 2015</div> </div> </div> </div> </a> </li> <li class="unit unit--regular"> <a href="/news/world-us-canada-33629023" class="unit__link-wrapper"> <div class="unit__body"> <div class="unit__header"> <div class="unit__title">
+ <span class="icon-new icon-new--video-square-red"><span class="off-screen"> Video</span></span>
+
+
+ <span class="cta"> Obama 'distress' over gun laws </span> </div> <div class="unit__meta"> <div data-timestamp-inserted="true" class="date date--v1" data-seconds="1437685924" data-datetime="23 July 2015">23 July 2015</div> </div> </div> </div> </a> </li> <li class="unit unit--regular"> <a href="/news/world-us-canada-33647052" class="unit__link-wrapper"> <div class="unit__body"> <div class="unit__header"> <div class="unit__title">
+ <span class="icon-new icon-new--video-square-red"><span class="off-screen"> Video</span></span>
+
+
+ <span class="cta"> 'UK is our best partner' </span> </div> <div class="unit__meta"> <div data-timestamp-inserted="true" class="date date--v1" data-seconds="1437691167" data-datetime="23 July 2015">23 July 2015</div> </div> </div> </div> </a> </li> </ul> </div> </div> </div>
+
+
+
+ <div id="comp-pattern-library" class="distinct-component-group container-more-from-this-index">
+
+ <h2 class="group-title " data-entityid="strapline#">
+ <a href="/news/world/us_and_canada" class="group-title__link">US &amp; Canada</a>
+
+</h2>
+<div class="sparrow-container sparrow-columns">
+ <div class="sparrow sparrow__3 sparrow__">
+ <div class="sparrow-item faux-block-link">
+ <div class="sparrow-item__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef-1.bbci.co.uk/news/200/cpsprodpb/77FD/production/_84471703_houser.jpg" datasrc="http://ichef-1.bbci.co.uk/news/200/cpsprodpb/77FD/production/_84471703_houser.jpg" class="js-image-replace" alt="A police officer holds an image of John Houser at a news conference in Lafayette. Louisiana - 24 July 2015" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef-1.bbci.co.uk/news/200/cpsprodpb/77FD/production/_84471703_houser.jpg" class="js-image-replace" alt="A police officer holds an image of John Houser at a news conference in Lafayette. Louisiana - 24 July 2015" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+
+ <div class="sparrow-item__body">
+ <a href="/news/world-us-canada-33654509" class="title-link">
+
+ <h3 class="title-link__title">
+
+ <span class="title-link__title-text">US cinema gunman 'had violent past'</span>
+ </h3>
+ </a> <div class="sparrow-item__info">
+
+ <ul class="mini-info-list">
+ <li class="mini-info-list__item"><div data-timestamp-inserted="true" class="date date--v2 relative-time" data-seconds="1437754133" data-datetime="24 July 2015">49 minutes ago</div></li>
+ <li class="mini-info-list__item"><span class="mini-info-list__section-desc off-screen">From the section </span><a href="/news/world/us_and_canada" class="mini-info-list__section">US &amp; Canada</a></li>
+ </ul>
+ </div>
+ </div>
+
+ <a href="/news/world-us-canada-33654509" class="faux-block-link__overlay-link" tabindex="-1" aria-hidden="true">Full article US cinema gunman 'had violent past'</a>
+ </div>
+ <div class="sparrow-item faux-block-link">
+ <div class="sparrow-item__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef.bbci.co.uk/news/200/cpsprodpb/FFB1/production/_84475456_84474093.jpg" datasrc="http://ichef.bbci.co.uk/news/200/cpsprodpb/FFB1/production/_84475456_84474093.jpg" class="js-image-replace" alt="A 2012 image of wrestler Hulk Hogan" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef.bbci.co.uk/news/200/cpsprodpb/FFB1/production/_84475456_84474093.jpg" class="js-image-replace" alt="A 2012 image of wrestler Hulk Hogan" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+
+ <div class="sparrow-item__body">
+ <a href="/news/world-us-canada-33657483" class="title-link">
+
+ <h3 class="title-link__title">
+
+ <span class="title-link__title-text">WWE terminates Hulk Hogan's contract</span>
+ </h3>
+ </a> <div class="sparrow-item__info">
+
+ <ul class="mini-info-list">
+ <li class="mini-info-list__item"><div data-timestamp-inserted="true" class="date date--v2 relative-time" data-seconds="1437754721" data-datetime="24 July 2015">39 minutes ago</div></li>
+ <li class="mini-info-list__item"><span class="mini-info-list__section-desc off-screen">From the section </span><a href="/news/world/us_and_canada" class="mini-info-list__section">US &amp; Canada</a></li>
+ </ul>
+ </div>
+ </div>
+
+ <a href="/news/world-us-canada-33657483" class="faux-block-link__overlay-link" tabindex="-1" aria-hidden="true">Full article WWE terminates Hulk Hogan's contract</a>
+ </div>
+ <div class="sparrow-item faux-block-link">
+ <div class="sparrow-item__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef.bbci.co.uk/news/200/cpsprodpb/1657D/production/_84471519_0a0e2152-cb23-4b8a-91cd-715e7dd42c1c.jpg" datasrc="http://ichef.bbci.co.uk/news/200/cpsprodpb/1657D/production/_84471519_0a0e2152-cb23-4b8a-91cd-715e7dd42c1c.jpg" class="js-image-replace" alt="Civilians have begun guarding military recruiting centres in several US states" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef.bbci.co.uk/news/200/cpsprodpb/1657D/production/_84471519_0a0e2152-cb23-4b8a-91cd-715e7dd42c1c.jpg" class="js-image-replace" alt="Civilians have begun guarding military recruiting centres in several US states" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+
+ <div class="sparrow-item__body">
+ <a href="/news/world-us-canada-33655502" class="title-link">
+
+ <h3 class="title-link__title">
+
+ <span class="title-link__title-text">US military wary of civilian guards</span>
+ </h3>
+ </a> <div class="sparrow-item__info">
+
+ <ul class="mini-info-list">
+ <li class="mini-info-list__item"><div data-timestamp-inserted="true" class="date date--v2 relative-time" data-seconds="1437754090" data-datetime="24 July 2015">49 minutes ago</div></li>
+ <li class="mini-info-list__item"><span class="mini-info-list__section-desc off-screen">From the section </span><a href="/news/world/us_and_canada" class="mini-info-list__section">US &amp; Canada</a></li>
+ </ul>
+ </div>
+ </div>
+
+ <a href="/news/world-us-canada-33655502" class="faux-block-link__overlay-link" tabindex="-1" aria-hidden="true">Full article US military wary of civilian guards</a>
+ </div>
+ </div>
+</div>
+
+
+ </div>
+
+ <div id="comp-from-other-news-sites" class="hidden" data-comp-meta="{&quot;id&quot;:&quot;comp-from-other-news-sites&quot;,&quot;type&quot;:&quot;from-other-news-sites&quot;,&quot;handler&quot;:&quot;default&quot;,&quot;deviceGroups&quot;:null,&quot;opts&quot;:{&quot;conditions&quot;:[&quot;is_local_page&quot;],&quot;loading_strategy&quot;:&quot;post_load&quot;,&quot;asset_id&quot;:&quot;world-us-canada-33646704&quot;,&quot;position_info&quot;:{&quot;instanceNo&quot;:1,&quot;positionInRegion&quot;:7,&quot;lastInRegion&quot;:true,&quot;lastOnPage&quot;:false,&quot;column&quot;:&quot;primary_column&quot;}},&quot;template&quot;:&quot;\/component\/from-other-news-sites&quot;}">
+ </div>
+<div id="bbccom_outbrain_ar_5_1_2_3_4" class="bbccom_slot outbrain-ad bbccom_outbrain_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_outbrain_ar_5" class="bbccom_advert bbccom_responsive">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('outbrain_ar_5', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><div class="bbccom_outbrain_container bbccom_outbrain_ar_5"><div style="display: none;" id="ob_holder"><iframe tabindex="-1" src="http://widgets.outbrain.com/nanoWidget/3rd/comScore/comScore.htm" style="display: none; width: 1px; height: 1px;" id="ob_iframe"></iframe><script async="" charset="UTF-8" src="http://log.outbrain.com/loggerServices/widgetGlobalEvent?tm=311&amp;pid=4799&amp;sid=5053546&amp;wId=125&amp;wRV=264730&amp;rId=ba485c4b8da081c53c7b0e2d45ebe277&amp;eT=0&amp;idx=0&amp;eIdx=&amp;pvId=ba485c4b8da081c53c7b0e2d45ebe277&amp;org=6&amp;pad=0&amp;ab=false" type="text/javascript"></script><script async="" charset="UTF-8" src="http://log.outbrain.com/loggerServices/widgetGlobalEvent?tm=517&amp;pid=4799&amp;sid=5053546&amp;wId=146&amp;wRV=264730&amp;rId=8f662bbcc683465faee757a770a5173e&amp;eT=0&amp;idx=1&amp;eIdx=&amp;pvId=ba485c4b8da081c53c7b0e2d45ebe277&amp;org=3&amp;pad=0&amp;ab=false" type="text/javascript"></script><script async="" charset="UTF-8" src="http://log.outbrain.com/loggerServices/widgetGlobalEvent?tm=808&amp;pid=4799&amp;sid=5053546&amp;wId=149&amp;wRV=264730&amp;rId=9d632d057d21ad330434e4cd095ba3ad&amp;eT=0&amp;idx=2&amp;eIdx=&amp;pvId=ba485c4b8da081c53c7b0e2d45ebe277&amp;org=3&amp;pad=0&amp;ab=false" type="text/javascript"></script><script async="" charset="UTF-8" src="http://log.outbrain.com/loggerServices/widgetGlobalEvent?tm=1190&amp;pid=4799&amp;sid=5053546&amp;wId=150&amp;wRV=264730&amp;rId=c86028e5a7ae581ff579cd604bbd7630&amp;eT=0&amp;idx=3&amp;eIdx=&amp;pvId=ba485c4b8da081c53c7b0e2d45ebe277&amp;org=0&amp;pad=6&amp;ab=false" type="text/javascript"></script></div><div id="outbrain_widget_0" data-dynload="" data-os="macintel" data-browser="safari" data-ob-mark="true" class="OUTBRAIN" data-src="http://www.bbc.com/news/world-us-canada-33646704" data-widget-id="AR_5" data-ob-template="bbc.com/News"><div class="ob-widget ob-strip-layout AR_5">
+ <span style="position:fixed;top:-200px;">&nbsp;</span>
+ <style type="text/css">
+ /* dynamic basic css */
+.AR_5.ob-widget .ob-widget-items-container {margin:0;padding:0;}
+.AR_5.ob-widget .ob-widget-items-container .ob-clearfix {display:block;width:100%;float:none;clear:both;height:0px;line-height:0px;font-size:0px;}
+.AR_5.ob-widget .ob-widget-items-container.ob-multi-row {padding-top: 2%;}
+.AR_5.ob-widget .ob-dynamic-rec-container {position:relative;margin:0;padding;0;}
+.AR_5.ob-widget .ob-dynamic-rec-link,
+.AR_5.ob-widget .ob-dynamic-rec-link:hover {text-decoration:none;}
+.AR_5.ob-widget .ob-rec-image-container .ob-video-icon-container {position:absolute;height:20%;width:100%;text-align:center;top:40%;}
+[data-browser=safari] .AR_5.ob-widget .ob-rec-image-container .ob-video-icon-container {display:none;}
+.AR_5.ob-widget .ob-rec-image-container .ob-video-icon {display:inline-block;height:100%;opacity:0.7;transition: opacity 500ms;}
+.AR_5.ob-widget .ob-rec-image-container .ob-video-icon:hover {opacity:1;}
+.AR_5.ob-widget .ob_what{direction:ltr;clear:both;padding:5px 10px 0px;}
+.AR_5.ob-widget .ob_what a{color:#999;font-size:11px;font-family:arial;text-decoration: none;}
+.AR_5.ob-widget .ob_what.ob-hover:hover a{text-decoration: underline;}
+.AR_5.ob-widget .ob_amelia,
+.AR_5.ob-widget .ob_logo,
+.AR_5.ob-widget .ob_text_logo{vertical-align:baseline !important;display:inline-block;vertical-align:text-bottom;padding:0px 5px;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
+.AR_5.ob-widget .ob_amelia{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16.png') no-repeat center top;width:16px;height:16px;margin-bottom:-2px;}
+.AR_5.ob-widget .ob_logo{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_logo_67x12.png') no-repeat center top;width:67px;height:12px;}
+.AR_5.ob-widget .ob_text_logo{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_text_logo_66x23.png') no-repeat center top;width:66px;height:23px;}
+.AR_5.ob-widget:hover .ob_amelia,
+.AR_5.ob-widget:hover .ob_logo,
+.AR_5.ob-widget:hover .ob_text_logo{background-position:center bottom;}
+ .AR_5.ob-widget .ob_what{text-align:right;}
+.AR_5.ob-widget .ob-rec-image-container .ob-rec-image {display:block;}
+ /* dynamic strip css */
+.AR_5.ob-widget .ob-rec-image-container {position:relative;}
+.AR_5.ob-widget .ob-rec-image-container .ob-image-ratio {height:0px;line-height:0px;padding-top:56.00000000000001%;}
+.AR_5.ob-widget .ob-rec-image-container img.ob-rec-image {width:100%;position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;transition:all 750ms;}
+.AR_5.ob-widget .ob-rec-image-container img.ob-show {opacity:1;}
+.AR_5.ob-widget .ob-rec-image-container .ob-rec-label {position:absolute;bottom:0px;left:0px;padding:0px 3px;background-color:#666;color:white;font-size:10px;line-height:15px;}
+.AR_5.ob-widget {width:auto;min-width:360px;}
+.AR_5.ob-widget .ob-dynamic-rec-container {display:inline-block;vertical-align:top;min-width:50px;width:31.8%;box-sizing:border-box;-moz-box-sizing:border-box;}
+ .AR_5.ob-widget .ob-widget-items-container {direction: ltr;}
+ .AR_5.ob-widget .ob-dynamic-rec-container {margin-left:0;}
+ .AR_5.ob-widget .ob-dynamic-rec-container ~ .ob-dynamic-rec-container {margin:0 0 0 2.3%; }
+.AR_5.ob-widget .ob-widget-header {direction:ltr; }
+.AR_5.ob-widget .ob-unit {display:block;}
+.AR_5.ob-widget .ob-rec-text {max-height:63.0px;overflow:hidden;}
+.AR_5.ob-widget .ob-rec-source {font-weight:bold;}
+.AR_5.ob-widget .ob-rec-date {font-weight:bold;}
+
+
+
+
+
+ /* dynamic customized css */
+
+.AR_5.ob-strip-layout .ob-widget-header {font-family:inherit;font-size:24px;color:black;padding-bottom:0px;padding-top:0px;}
+.AR_5.ob-strip-layout .ob-dynamic-rec-container {max-width:200px;}
+.AR_5.ob-strip-layout .ob-rec-text {font-family:inherit;color:black;padding:0px 0 0px;text-align:left;line-height:1.5;font-size:14px;}
+.AR_5.ob-strip-layout .ob-rec-text:hover {color:#1167a8;}
+.AR_5.ob-strip-layout .ob-rec-source {font-family:inherit;color:black;padding:0px 0 0px;text-align:left;font-size:12px;}
+.AR_5.ob-strip-layout .ob-rec-date {font-family:inherit;color:black;padding:0px 0 0px;text-align:left;font-size:12px;}
+.AR_5.ob-strip-layout .ob-rec-author {font-family:inherit;color:black;padding:0px 0 0px;text-align:left;font-size:12px;}
+.AR_5.ob-strip-layout .ob-rec-description {font-family:inherit;color:black;padding:0px 0 0px;text-align:left;font-size:12px;}
+ </style>
+ <style type="text/css" class="ob-custom-css">
+ .AR_5 .ob-widget-header {
+ margin-bottom: 12px;
+ text-align: left;
+}
+.AR_5.ob-strip-layout .ob-dynamic-rec-container {
+ max-width: none !important;
+}
+.AR_5.ob-strip-layout .ob-rec-text {
+ margin-top: 15px;
+}
+.AR_5.ob-widget .ob_what {
+ margin-top: 10px;
+ padding: 0;
+ text-align: left;
+}
+.AR_5.ob-widget .ob-rec-image-container .ob-video-icon-container {
+ left: 0;
+}
+.AR_5.ob-widget .ob-rec-image-container .ob-video-icon-container {
+ height: 20%;
+ left: -42% !important;
+ position: absolute;
+ text-align: center;
+ top: 76%;
+ width: 100%;
+}
+.AR_5.ob-strip-layout .ob-dynamic-rec-container {
+ max-width: none !important;
+}
+.AR_5.ob-widget {
+ max-width: none !important;
+ width: auto;
+}
+.AR_5 .ob-unit.ob-rec-text {
+ line-height: 18px !important;
+}
+.OUTBRAIN .AR_5.ob-widget .ob-rec-image-container .ob-video-icon-container {
+ background-color: #fff;
+ background-image: url("http://static.bbci.co.uk/news/1.55.2536/img/news--icons-sprite.png");
+ background-position: -4px -2604px;
+ background-repeat: no-repeat;
+ bottom: -9px;
+ display: block;
+ height: 25px;
+ left: 0 !important;
+ position: absolute;
+ top: auto;
+ width: 25px;
+}
+.AR_5 .ob-video-icon {
+ display: none !important;
+}
+
+/* EDIT OFF BCC CSS */
+#bbccom_outbrain_ar_1 {
+ display: block;
+}
+.bbccom_slot.outbrain-ad.bbccom_standard_slot.bbccom_visible {
+ background-color: white;
+}
+#bbccom_outbrain_ar_2 {
+ display: block !important;
+}
+.AR_5.ob-widget .ob-dynamic-rec-link:hover .ob-rec-text {
+ color: #1167a8;
+}
+.AR_5.ob-strip-layout .ob-rec-text {
+ color: #000000;
+/* font-family: Long Primer; */
+ font-size: 14px;
+ line-height: 18px;
+ padding: 0;
+ text-align: left;
+}
+.AR_5.ob-widget .ob-widget-items-container.ob-multi-row {
+ padding-top: 12px !important;
+}
+.AR_5.ob-widget .ob-widget-items-container.ob-multi-row {
+ padding-top: 20px !important;
+}
+
+
+/* TABLET */
+@media screen and (min-width: 1px) and (max-width: 1000px) {
+#bbccom_outbrain_ar_2 {
+ display: block !important;
+ float: left;
+ margin-bottom: 20px !important;
+}
+.AR_5 .ob-unit.ob-rec-text {
+ line-height: 22px !important;
+ font-size: 16px;
+}
+.AR_5.ob-strip-layout .ob-rec-text {
+ margin-top: 18px;
+}
+.AR_5.ob-strip-layout .ob-widget-header {
+ font-size: 28px;
+ line-height: 32px;
+}
+}
+
+
+/* MOBILE */
+@media screen and (min-width: 1px) and (max-width: 600px) {
+.AR_5.ob-strip-layout .ob-widget-header {
+ font-size: 20px;
+ line-height: 24px;
+}
+.AR_5 .ob-unit.ob-rec-text {
+ font-size: 15px;
+ height: 36px;
+ line-height: 18px !important;
+ max-height: 36px;
+ overflow: hidden;
+}
+.AR_5.ob-widget .ob-dynamic-rec-container ~ .ob-dynamic-rec-container {
+ margin-bottom: 8px;
+ margin-left: 0 !important;
+ margin-right: 0 !important;
+ margin-top: 0 !important;
+}
+.AR_5.ob-widget .ob-dynamic-rec-container {
+ width: 100%;
+}
+.AR_5.ob-strip-layout .ob-dynamic-rec-container {
+ margin-bottom: 10px;
+ max-width: none !important;
+}
+#bbccom_outbrain_ar_2_1_2_3_4 {
+ margin-top: 20px !important;
+}
+/*
+.AR_5 .ob-widget-items-container.ob-multi-row.ob-row-1 {
+ display: none !important;
+}
+.AR_5 .ob-dynamic-rec-container.ob-recIdx-2 {
+ display: none !important;
+}
+*/
+.AR_5.ob-strip-layout .ob-dynamic-rec-container {
+ margin-bottom: 8px;
+ max-width: none !important;
+}
+.AR_5.ob-widget {
+ max-width: none !important;
+ min-width: auto !important;
+ width: auto;
+}
+.AR_5 .ob-widget-items-container {
+ float: left;
+ margin-right: 2.4% !important;
+ width: 48.33%;
+}
+body .AR_5 .ob-widget-items-container.ob-multi-row.ob-row-1 {
+ float: left !important;
+ margin-right: 0 !important;
+ padding-top: 0 !important;
+ width: 48.333% !important;
+}
+body .bbccom_advert div {
+ clear: both !important;
+}
+}
+
+ </style>
+ <div class="ob-widget-section ob-first">
+ <div class="ob-widget-header">More Videos from the BBC</div>
+ <ul class="ob-widget-items-container"><li class="ob-dynamic-rec-container ob-recIdx-0 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=5u4Uxi1-fK7UpqQEngPthbMP2DbptLQwBz5H4SwCUt87OABfrsGWMkflJd0JDP2UFKLIC-jGiLOHpnYbgHUBA_CDEsmumQscev_hFZ4E-DBT3KlCQLgyUVZuBy57398TJmhBZf7FT1eefm2e6epd32Gf4H63ZTRACX_GQzJlJaTW3b2u0QG7-T489TMN2f6FRBtS0JQ8zBQ8AwVNXZIYtzZY8CMh8mINaga8Q_gyFeT9Lv9md0yZjtl0cXk6hZB4_RVxtZiFqxVNiFLxW_WmOB_aaBQUY_cMYwyeLgDQSPVRyzvSWDUYklszW5E8wDboMKOf4AObMVI2Qoz7RGEGYtU_K08AN0z9ifyiXhsCuceIM_uItEYz1h91doiH8KEBzTRkQXkpaRynnfxb_d7Bz4ZpoaWeqZV0P-X74xNE9GiSbhF88L1BG42D99MbFeen6B8LYUxEWdP_N89tp5EEQEoACMgwwCaAeI4BJro5HLdaL_cWi8M0DVn0rOi4USp8fzrACWO5MpudXfeYPUZDj8eec4YRjA-vXhAe1MJbLRo&amp;c=9a07cc1b&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-image-container" data-type="Image">
+ <div class="ob-image-ratio"></div>
+ <img class="ob-rec-image ob-show" src="http://images.outbrain.com/imageserver/v2/s/Mmsn/n/19bHAj/abc/15R3qX/19bHAj-1Vhi-360x202.jpg" onload="this.className+=' ob-show'" alt="" title="" onerror="outbrain.imageError(this)"/>
+ <span class="ob-video-icon-container">
+ <img class="ob-video-icon" src="http://widgets.outbrain.com/images/widgetIcons/play_100x100.png" alt="" title=""/>
+ </span>
+ </span>
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Russia using North Korean 'slave labour', say human rights groups">Russia using North Korean 'slave labour', say human rights groups</span>
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-1 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=9RAkW_NHVqJUIBw2ADm6u7XE1r06a6_yLMcMcluPLUTnwqOqVCRq2bFs9wkDnmIbrUO8VZDVyxfJZAUFlCjOQdEJBYyopceJNkkexHu92zFL5gcggwHGbwhhk2YfN_lMrBIeRcVOyC4-1WV8ASO1GzXwLs0DADOsAJp4eGmpp8yudsfm_YPnVbcKPt1bI7KOY1mmp1RZUw5XRSA4ruShhEJebT7aEJNizD7R8DIVD5Um0-JvigxjJdw3luZtuvnFkxdNBqxM-gTCuK46-r5f3mfb9j23zqdCbQsyAoluKyuTKvrp8-iCjtbWCpMiVvwDjE5tgT7K5zXQz8RMAaC-mR-GkFT_A2DOH2UsS3yWFSGmcUpvYVi4y2RR0K1yhGpdOmPj7K7pClJsaFDlLvvAqBlicBD_IV-JDUllMMwoJXQdIE8mukL5NOl2peKTCLe2n6hVHlYsDuDcq0Ew5vLg_YQazcEQUWv0HQscXwb8Ur1LrBzmxyhRJJnSwwwINsfsapG503GZhepqqSGE33c2CFmNAkeGnznRM0RKpg04Q_Q&amp;c=58733978&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-image-container" data-type="Image">
+ <div class="ob-image-ratio"></div>
+ <img class="ob-rec-image ob-show" src="http://images.outbrain.com/imageserver/v2/s/Mmsn/n/19bhaS/abc/15RUvY/19bhaS-1Vhi-360x202.jpg" onload="this.className+=' ob-show'" alt="" title="" onerror="outbrain.imageError(this)"/>
+ <span class="ob-video-icon-container">
+ <img class="ob-video-icon" src="http://widgets.outbrain.com/images/widgetIcons/play_100x100.png" alt="" title=""/>
+ </span>
+ </span>
+ <span class="ob-unit ob-rec-text" data-type="Title" title="#BBCtrending: Why are people getting semicolon tattoos?">#BBCtrending: Why are people getting semicolon tattoos?</span>
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-2 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=tkbey84g-Ru33F7pkq9DhrGMB7cY85zzMllE_bhSg-_V9RjZ1i7gj_qm_izZk4EESy17vfJdbn6VbShlgmXFOCF_P7chrAxm31ytG3VRLdYOcMlRDLakpoPkaCmSnvlEwnKttOrb23uMQ6k6qHssrMJYwNkSf79fUu4N0XMsq8BjsA-0Dd71C3KoY5CDPSumCKvVn1QyaqPqL-e78IfX0Zdjcgpy4FdyxsMS1pcx4C0M3R_LGVxweUuhSNn2vXbMdXsc1od0ADgdZB5VpHJWiRcOryBl6B5qnoFsMYQ7PdhrN4naeg48c94QbXQHnL2TkplmiTB2bl_oirFzPkj5defwk8kAaFy7s-UTx1AqtaftmMnyDqlfvlt_79eXiXAv3zrv_LoFWAAeEy1Uk7usgMF1Qit5o0WNzggVaVKQ7RfIkiBE3HitV0JcHft297cxIC0PfWLqKlxTMEVkg9GfmwYfuf0sLVVNKs9DgJJsguoA7tKFU1C2_8Dzc8LrC7kToHLwBXCTU0yaCIi_q2QGGKwJTdfuGwXJwnEX24EMnjM&amp;c=8ec3786f&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-image-container" data-type="Image">
+ <div class="ob-image-ratio"></div>
+ <img class="ob-rec-image ob-show" src="http://images.outbrain.com/imageserver/v2/s/Mmsn/n/19SE13/abc/15IA8u/19SE13-1Vhi-360x202.jpg" onload="this.className+=' ob-show'" alt="" title="" onerror="outbrain.imageError(this)"/>
+ <span class="ob-video-icon-container">
+ <img class="ob-video-icon" src="http://widgets.outbrain.com/images/widgetIcons/play_100x100.png" alt="" title=""/>
+ </span>
+ </span>
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Plane in emergency landing on US highway">Plane in emergency landing on US highway</span>
+ </a>
+ </li></ul><ul class="ob-widget-items-container ob-multi-row ob-row-1"><li class="ob-dynamic-rec-container ob-recIdx-3 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=87aXdWBEZDE-HzNum9oCWXy_ElrGGLHECsp3SiMqc03tiM16_66GhVT1s8rmvLzLQ7IwNihvHAWDOI5z3CrVOQ6RlUkhEI__dvbFXu3_oybMkanmWgtSPIZG0DOPTtHb2-eaImG0R4Deds_GfVL1W8GTF_vVqJAufFGLYrVygIFFh8R6b5vJ9m3-yRgs5QcT-DloiyK_zmT0VALzLtAZsDvphIuWypNGsSlIYRtYl1C54pn6q0zp51TnU4mwwv3pyuLc5uh9SoHwsBhsBz_9VTxVVrgQWaWG_T6UoF4V9D5TSWDZNSinFZBFaEcErUJ4V2dErr0GNwCV1EZge9bRI_VZV8AHGjBuhKiogDagniF9OgNwnK1PeHB_Tyiy1sZn47lpTVzls-F-4WK9v7J0jodQEeEUXF-AsggHoelGbnKihyDIBMqkZ915oq4QJz1znkwvhEUMU_e-dJOSGrxfgHdsBEpVQS_W8ziEHikbt98y2xW-A-Ra7N8KcmcssAz3EgP5grdXj416SQkfY6qisw9KUTfl17ci1galbybh2_U&amp;c=3ce97664&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-image-container" data-type="Image">
+ <div class="ob-image-ratio"></div>
+ <img class="ob-rec-image ob-show" src="http://images.outbrain.com/imageserver/v2/s/Mmsn/n/19c1tt/abc/15Rr3E/19c1tt-1Vhi-360x202.jpg" onload="this.className+=' ob-show'" alt="" title="" onerror="outbrain.imageError(this)"/>
+ <span class="ob-video-icon-container">
+ <img class="ob-video-icon" src="http://widgets.outbrain.com/images/widgetIcons/play_100x100.png" alt="" title=""/>
+ </span>
+ </span>
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Obama on The Daily Show: 'I can't believe you're leaving before me'">Obama on The Daily Show: 'I can't believe you're leaving before me'</span>
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-4 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=NA14KZdtXSogH952nF5CNEt2SjJ7IwMEvya6_C7C4BSZ9AmOXcQbTXzG0zVZa-sERBTUBxN2jwGzALjlH0F7gcexQhuaT1-KyNEOkUSmo9_Do9kFeEFzAmj8PTipkYF-nKfBoDyaz7Ybu1kbqQmvLYTKs2UGIMi1hjnvkNwvHHjLtQwTbDzgHqXKgQXQzkRHP2U3vUJ5BMt8QV_M56kdBj5dWVuJPbuO0Z_MubFhmGo41kGw18AVMCj69r4E7hFQBdHXBfThEb7qr8SKYHDQeA3eCk3Xfd-4nZqg2RaF8DkGWZOvS8MehI2bDUafKI-lbQPA-3-lm-5UScpfWOB98AvsVWrMQX90QGkoKT7XllWLLi5b2vKZyPaC7tp5gKUgofTNgq90Vmo7glgergd7NXGYm9tCferfx2drGtVCHJc6bN7AFdGp48eLo4QSGj7vYETK-KBPHUOEJ1lJJifdu8TST96_cWMY5bOjBkjXSF_T2Ub10z0H_GW8Gr8Dh8dANWU5qEE33GMVYkOsyDCUi5JkAvUhZ0fSBDLtW-ZWiAA&amp;c=356fe0bf&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-image-container" data-type="Image">
+ <div class="ob-image-ratio"></div>
+ <img class="ob-rec-image ob-show" src="http://images.outbrain.com/imageserver/v2/s/Mmsn/n/19eehl/abc/15UV9a/19eehl-1Vhi-360x202.jpg" onload="this.className+=' ob-show'" alt="" title="" onerror="outbrain.imageError(this)"/>
+ <span class="ob-video-icon-container">
+ <img class="ob-video-icon" src="http://widgets.outbrain.com/images/widgetIcons/play_100x100.png" alt="" title=""/>
+ </span>
+ </span>
+ <span class="ob-unit ob-rec-text" data-type="Title" title="President Obama's Kenyan uncle on promise of future">President Obama's Kenyan uncle on promise of future</span>
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-5 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=ktS1VKM_WFvb-Jp8FyVN1NAGclrB_lUZuaMtSv67wArWqSQI6_ex-I18xkmMbZu3WTaxT-4v0VNGU8Av1kl20OREpbBLxzBdEJAFfGTD5C5txd3FBuOo-xlQeOL-Gqp-c7uUbI4GgkV5q6X066JPH0JzYGXpb1QMoHFr_L01_jQHCXxCMgJq81RibgQhzTfiovjwHrXPka3jKGE7AtF7uWjxN5JWWnNUM4mr21EN_gqY66JTeg75u3PqU4VCcLehorXRhUZCOJoRYT9nJHg3SlsTkllmPvk30FbLC1H1cxMobekPeDe_2t8cMQUYNBiTTTarx7YvLzp5rXsMvi23pgm_vanSZ0jooyertoil-lokAnzIMPeMavM0Lijj1CDc4akcNRj_XXksn2yxoI9ZFKS4FypINXxwrCKf-RMbr13CVjMC4Lz-3Qii8SljN_4CqG9dgMVBxRMDyEchJo7I6yNO-k9_6YtZ2mUF5qRXcozQ_fz9cb5ui8DucGaQPt9Wt3CmTvCh2ea0DaCZIcwxjpTO7rhM4mcdXprbUg4lcNg&amp;c=a7706fb4&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-image-container" data-type="Image">
+ <div class="ob-image-ratio"></div>
+ <img class="ob-rec-image ob-show" src="http://images.outbrain.com/imageserver/v2/s/Mmsn/n/19jeNg/abc/15Zgfg/19jeNg-1Vhi-360x202.jpg" onload="this.className+=' ob-show'" alt="" title="" onerror="outbrain.imageError(this)"/>
+ <span class="ob-video-icon-container">
+ <img class="ob-video-icon" src="http://widgets.outbrain.com/images/widgetIcons/play_100x100.png" alt="" title=""/>
+ </span>
+ </span>
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Earth-like planet discovered by Kepler telescope">Earth-like planet discovered by Kepler telescope</span>
+ </a>
+ </li></ul>
+ </div>
+ <div class="ob_what">
+
+ <a tabindex="-1" href="#" onmousedown="" onclick="OBR.extern.callWhatIs('http://www.outbrain.com/what-is/default/en','',-1,-1, false ,null);return false">
+ Recommended by Outbrain
+ </a>
+</div>
+ </div></div><script type="text/javascript"> document.write(unescape('%3Cscript src="http://widgets.outbrain.com/outbrain.js" type="text/javascript"%3E%3C/script%3E'));</script><script src="http://widgets.outbrain.com/outbrain.js" type="text/javascript"></script></div>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div>
+<div id="bbccom_outbrain_ar_7_1_2_3_4" class="bbccom_slot outbrain-ad bbccom_outbrain_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_outbrain_ar_7" class="bbccom_advert bbccom_responsive">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('outbrain_ar_7', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><div class="bbccom_outbrain_container bbccom_outbrain_ar_7"><div id="outbrain_widget_1" data-dynload="" data-os="macintel" data-browser="safari" data-ob-mark="true" class="OUTBRAIN" data-src="http://www.bbc.com/news/world-us-canada-33646704" data-widget-id="AR_7" data-ob-template="bbc.com/News"><div class="ob-widget ob-classic-layout AR_7">
+ <span style="position:fixed;top:-200px;">&nbsp;</span>
+ <style type="text/css">
+ /* dynamic basic css */
+.AR_7.ob-widget .ob-widget-items-container {margin:0;padding:0;}
+.AR_7.ob-widget .ob-widget-items-container .ob-clearfix {display:block;width:100%;float:none;clear:both;height:0px;line-height:0px;font-size:0px;}
+.AR_7.ob-widget .ob-widget-items-container.ob-multi-row {padding-top: 2%;}
+.AR_7.ob-widget .ob-dynamic-rec-container {position:relative;margin:0;padding;0;}
+.AR_7.ob-widget .ob-dynamic-rec-link,
+.AR_7.ob-widget .ob-dynamic-rec-link:hover {text-decoration:none;}
+.AR_7.ob-widget .ob-rec-image-container .ob-video-icon-container {position:absolute;}
+[data-browser=safari] .AR_7.ob-widget .ob-rec-image-container .ob-video-icon-container {display:none;}
+.AR_7.ob-widget .ob-rec-image-container .ob-video-icon {display:inline-block;height:100%;opacity:0.7;transition: opacity 500ms;}
+.AR_7.ob-widget .ob-rec-image-container .ob-video-icon:hover {opacity:1;}
+.AR_7.ob-widget .ob_what{direction:ltr;clear:both;padding:5px 10px 0px;}
+.AR_7.ob-widget .ob_what a{color:#999;font-size:11px;font-family:arial;text-decoration: none;}
+.AR_7.ob-widget .ob_what.ob-hover:hover a{text-decoration: underline;}
+.AR_7.ob-widget .ob_amelia,
+.AR_7.ob-widget .ob_logo,
+.AR_7.ob-widget .ob_text_logo{vertical-align:baseline !important;display:inline-block;vertical-align:text-bottom;padding:0px 5px;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
+.AR_7.ob-widget .ob_amelia{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16.png') no-repeat center top;width:16px;height:16px;margin-bottom:-2px;}
+.AR_7.ob-widget .ob_logo{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_logo_67x12.png') no-repeat center top;width:67px;height:12px;}
+.AR_7.ob-widget .ob_text_logo{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_text_logo_66x23.png') no-repeat center top;width:66px;height:23px;}
+.AR_7.ob-widget:hover .ob_amelia,
+.AR_7.ob-widget:hover .ob_logo,
+.AR_7.ob-widget:hover .ob_text_logo{background-position:center bottom;}
+ .AR_7.ob-widget .ob_what{text-align:right;}
+.AR_7.ob-widget .ob-rec-image-container .ob-rec-image {display:block;}
+ /* dynamic classic css */
+.AR_7.ob-classic-layout {width:auto;}
+.AR_7.ob-classic-layout:after {content:"";display:block;height:0px;float:none;clear:both;}
+.AR_7.ob-classic-layout .ob-widget-section {width:50%;box-sizing:border-box;-moz-box-sizing:border-box;}
+.AR_7.ob-classic-layout .ob-widget-section > * {margin:0px 10px;}
+
+.AR_7.ob-classic-layout .ob-widget-section {
+ float:left;
+ }
+.AR_7.ob-classic-layout .ob-widget-header,
+.AR_7.ob-classic-layout .ob-dynamic-rec-container,
+.AR_7.ob-classic-layout .ob-dynamic-rec-container .ob-unit{direction:ltr;}
+
+.AR_7.ob-classic-layout .ob-dynamic-rec-container {display:block;}
+.AR_7.ob-classic-layout .ob-dynamic-rec-container:hover {text-decoration:underline;}
+.AR_7.ob-classic-layout .ob-unit{display:inline;margin-bottom:10px;}
+.AR_7.ob-classic-layout .ob-widget-header {}
+.AR_7.ob-classic-layout .ob-unit.ob-rec-text {font-weight:bold;}
+.AR_7.ob-classic-layout .ob-unit.ob-rec-source {font-weight:bold;}
+.AR_7.ob-classic-layout .ob-unit.ob-rec-date {font-weight:bold;}
+ /* dynamic customized css */
+
+.AR_7.ob-classic-layout .ob-widget-header {font-family:inherit;font-size:24px;color:black;padding-bottom:0px;padding-top:0px;}
+.AR_7.ob-classic-layout .ob-widget-items-container {padding:0px 0px 0px 10px;}
+.AR_7.ob-classic-layout .ob-dynamic-rec-container {color:black;margin-bottom:0px;}
+.AR_7.ob-classic-layout .ob-dynamic-rec-container:hover {color:#1167a8;}
+.AR_7.ob-classic-layout .ob-dynamic-rec-link {color:black;}
+.AR_7.ob-classic-layout .ob-dynamic-rec-link:hover {color:#1167a8;}
+.AR_7.ob-classic-layout .ob-rec-text {color:black;font-family:inherit;font-size:16px;line-height:1.5;}
+.AR_7.ob-classic-layout .ob-rec-source {font-family:inherit;color:#cc0101;font-size:16px;}
+.AR_7.ob-classic-layout .ob-rec-date {font-family:inherit;font-size:12px;color:black;}
+.AR_7.ob-classic-layout .ob-rec-author {font-family:inherit;font-size:12px;color:black;}
+.AR_7.ob-classic-layout .ob-rec-description {font-family:inherit;font-size:12px;color:black;}
+ </style>
+ <style type="text/css" class="ob-custom-css">
+ .AR_7 .ob-dynamic-rec-container {
+ max-width: none !important;
+}
+.AR_7.ob-classic-layout .ob-widget-section {
+ box-sizing: border-box;
+ text-align: left;
+ width: 100%;
+}
+.AR_7.ob-classic-layout .ob-widget-items-container {
+ padding: 0;
+}
+.AR_7.ob-classic-layout .ob-widget-section * {
+ margin: 0;
+}
+.AR_7 .ob-widget-header {
+ margin-bottom: 12px !important;
+ text-align: left;
+}
+.AR_7 .ob-dynamic-rec-container {
+ margin-bottom: 15px !important;
+}
+
+
+/* HEADER, TITLES, SOURCES */
+.AR_7.ob-classic-layout .ob-widget-header {
+ color: #000000;
+ font-size: 24px;
+ line-height: 24px;
+ padding-bottom: 0;
+ padding-top: 0;
+}
+.AR_7.ob-classic-layout .ob-unit.ob-rec-text {
+ font-size: 16px !important;
+ font-weight: bold;
+ line-height: 22px;
+}
+.AR_7.ob-classic-layout .ob-unit.ob-rec-source {
+ color: #000000;
+ display: block;
+ font-size: 13px;
+ font-weight: normal;
+ line-height: 16px;
+ margin-top: 0;
+}
+
+
+
+.AR_7.ob-classic-layout {
+ float: left;
+ width: auto;
+}
+.AR_7.ob-widget .ob_what {
+ padding: 0;
+ text-align: left;
+}
+/*.bbccom_advert div {
+ clear: none !important;
+}*/
+
+/*.AR_7.ob-classic-layout {
+ float: left;
+ margin-right: 1%;
+ width: 49%;
+}*/
+
+#bbccom_outbrain_ar_7_1_2_3_4 {
+ clear: none !important;
+ float: left;
+ margin-right: 1%;
+ width: 49%;
+}
+
+.AR_7.ob-classic-layout .ob-dynamic-rec-container:hover {
+ text-decoration: none !important;
+}
+.AR_7.ob-classic-layout .ob-dynamic-rec-link:hover {
+ color: #1167a8 !important;
+ text-decoration: none !important;
+}
+.AR_7.ob-classic-layout .ob-dynamic-rec-link:hover .ob-unit.ob-rec-text {
+ color: #1167a8 !important;
+ text-decoration: none !important;
+}
+
+/* TABLET */
+@media screen and (min-width: 1px) and (max-width: 1000px) {
+.AR_7.ob-classic-layout .ob-widget-header {
+ font-size: 28px;
+ line-height: 32px;
+}
+.AR_7 {
+ margin-bottom: 40px;
+}
+.AR_7.ob-classic-layout .ob-unit.ob-rec-source {
+ font-size: 14px !important;
+}
+}
+
+/* MOBILE */
+@media screen and (min-width: 1px) and (max-width: 600px) {
+.AR_7.ob-classic-layout {
+ float: none !important;
+ width: auto;
+}
+.AR_7.ob-classic-layout .ob-widget-section {
+ float: none;
+}
+#bbccom_outbrain_ar_2 {
+ display: block !important;
+ float: none;
+ margin-bottom: 20px !important;
+}
+.AR_7.ob-classic-layout .ob-widget-header {
+ font-size: 20px;
+ line-height: 24px;
+}
+.AR_7 .ob_what.ob-hover {
+ display: none;
+}
+.AR_7.ob-classic-layout {
+ float: none;
+ margin-right: 0;
+ width: 100% !important;
+}
+.AR_7.ob-widget .ob_what {
+ display: none;
+}
+.AR_7 {
+ margin-bottom: 0px;
+}
+#bbccom_outbrain_ar_7_1_2_3_4 {
+ clear: none !important;
+ float: none !important;
+ margin-right: 0;
+ width: 100%;
+}
+}
+
+/* MOBILE */
+@media screen and (min-width: 1px) and (max-width: 599px) {
+body .AR_7 .ob-unit.ob-rec-text {
+ font-size: 16px !important;
+ line-height: 20px !important;
+}
+}
+
+@media screen and (min-width: 1px) and (max-width: 399px) {
+body .OUTBRAIN .AR_7 .ob-unit.ob-rec-text {
+ font-size: 15px !important;
+ line-height:18px !important;
+}
+}
+
+#bbccom_outbrain_ar_7 {
+ clear: none !important;
+}
+#bbccom_outbrain_ar_7 div {
+ clear: none !important;
+}
+.bbccom_outbrain_container.bbccom_outbrain_ar_7 {
+ clear: none !important;
+}
+.bbccom_outbrain_container.bbccom_outbrain_ar_7 div {
+ clear: none !important;
+}
+#bbccom_outbrain_ar_8 {
+ clear: none !important;
+}
+#bbccom_outbrain_ar_8 div {
+ clear: none !important;
+}
+.bbccom_outbrain_container.bbccom_outbrain_ar_8 {
+ clear: none !important;
+}
+.bbccom_outbrain_container.bbccom_outbrain_ar_8 div {
+ clear: none !important;
+}
+ </style>
+ <div class="ob-widget-section ob-first">
+ <div class="ob-widget-header">Elsewhere on BBC</div>
+ <ul class="ob-widget-items-container"><li class="ob-dynamic-rec-container ob-recIdx-0 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=0-p_YVzTneoy858e17xlQtk5z0-ABtJBkysZcUN0jcnshIHX4by3jqEbbR-Bc4izG_YYIvymP7SmvIaIuI2ARRvdqqo46dI_2NfpN0acezVO02nB9KOaN4jNJ9sGLhoVjIy4jHL7wp_1xY73rBhOx0BeZRU8xbCjFNGK3rwG8a0IRzxdC9AbUZUoRDbmwsnvxQHJm1nMvpltZRXgd3u6rujE9boFqJNKCVbOZMe5bs_pkFl0ZCUv_UpN-pwv3wFXtQf8ocREK1H71-oXdix45Auf2iL3RLOK4FAX0OrgLMeL8q4mA_5nAz0HUoZ_WN6_e3C8-ayfz_BjCaBiWdDgUFHCe9XVemP7t6r5cRJtCug-J5qe_H4YMYeNVuosx9Yrj0-K6g5QjBp3qVp8m_8yeLU7TuV7UBbA9SAooGwB8RayJaISEylP07k5f0SJQApg4mQz29AtQXovaNaYVV1WwtGZigW97_n8bsm3O40J-mp6m1b52dkNLknTrhsK29Pv_vNRwRsZi0i6zQzeRpHvXQ&amp;c=61dab60c&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Spain raises marrying age from 14 to 16">Spain raises marrying age from 14 to 16</span> <span class="ob-unit ob-rec-source" data-type="Source">BBC News</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-1 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=akyKg-ot69kKEAfRV8QDDrPZcRC3PgWGbSiYz1B9K8eR68Pj6WdlItLeE5LPtK3Tyl7-ADx_fvaDliu-AKVO9EnqG-xKxTszFLjwS7I35qOoI82HJIfh5ad3v72JKZHNr7dX-r60ikSbphxKLzQ_xbpKTswvbb72q4H4k1hAQglwT6xFc3212Cvw_O1ZP3SRqyk9lVt02DdHqAyQ9ht9V1znkDct5FgGWGMfgtLJRA080vAqFPd7QsNU7TVHofIKTJlUJ2IdB0k2Is0ZwngT-gxS3VXd-JcWV9wCWkr_MhqkLva4kRQ433N3KfrQFYSBMOwx-m25T9Pd8_kE07g6urdzw0GByosM7XFalQOVpGIrgXw_V3s3tnR3m0MLefaFbWGoyHjODBQSbAP8KWiyHy3XtXbK3mqheRp4_iOSOzKJh4jRAcDnQhyOkV6_nlFp5H-KzGx88LytfxrPpbVAaA2t_IvDi5zHi9g_YgybLYzwEQvALj7TOnlKBCJ6G_ujoS1IuVqQp5xmW4rnGhuB0A&amp;c=47b0a0ca&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Yorkshire schoolgirl, Jessica Lawson, 12, dies on French trip">Yorkshire schoolgirl, Jessica Lawson, 12, dies on French trip</span> <span class="ob-unit ob-rec-source" data-type="Source">BBC News</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-2 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=NISM48odPjGG6JIxYW_qKuin4bJOyzkQUOR6YuO0T_UZA2G5K-Y-D0QsB6AMMrryZnb7VwDxd0UuDCWg0Nha6a8xdJcXxSd4ERmzYRStTxK8ZG6knhPMuKw1AsWmnGpqUBWOHh1CxAo_0mmEO9QI5_0IJV1i5tLOpVQj__Ow7n8geFJizOoO6cQak94xKDGUxf8RWXIi0YuKctGJIl6oyw5T-cg37wfdLDFw_Tr9dWfGVqgPNaAFkglrgX_YpuDknAv4h1AyAaFE8stbK-GUTmT7iDuVbHxEkhRH34Rtp7s1J986bXSJrXYnOsD18nsIwsA7sf42QqXeOugC3q0ztTNnNzraj27x35Vf0GFmTkIg1yvxunRp4exjHoxY8M5lVvBbX_eF-lsA2c5I7DA9BePMVTER0-h0Q8Ov4Ioz2aRJbltw01-gOXFS-GM-RF-uMbCterh0tQHNf85KhYmTFCVuX7NeiaQzWWC_Y6WmrghULsk2TeoEsOH2NPCJXB_7BBbDMaOH0CjnxgBBg-1G_g&amp;c=57cff0dc&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Iran executions see 'unprecedented spike' - Amnesty">Iran executions see 'unprecedented spike' - Amnesty</span> <span class="ob-unit ob-rec-source" data-type="Source">BBC News</span>
+
+ </a>
+ </li></ul>
+ </div>
+ <div class="ob_what">
+
+ <a tabindex="-1" href="#" onmousedown="" onclick="OBR.extern.callWhatIs('http://www.outbrain.com/what-is/default/en','',-1,-1, false ,null);return false">
+ Recommended by Outbrain
+ </a>
+</div>
+ </div></div><script type="text/javascript"> document.write(unescape('%3Cscript src="http://widgets.outbrain.com/outbrain.js" type="text/javascript"%3E%3C/script%3E'));</script><script src="http://widgets.outbrain.com/outbrain.js" type="text/javascript"></script></div>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div>
+<div id="bbccom_outbrain_ar_8_1_2_3_4" class="bbccom_slot outbrain-ad bbccom_outbrain_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_outbrain_ar_8" class="bbccom_advert bbccom_responsive">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('outbrain_ar_8', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><div class="bbccom_outbrain_container bbccom_outbrain_ar_8"><div id="outbrain_widget_2" data-dynload="" data-os="macintel" data-browser="safari" data-ob-mark="true" class="OUTBRAIN" data-src="http://www.bbc.com/news/world-us-canada-33646704" data-widget-id="AR_8" data-ob-template="bbc.com/News"><div class="ob-widget ob-classic-layout AR_8">
+ <span style="position:fixed;top:-200px;">&nbsp;</span>
+ <style type="text/css">
+ /* dynamic basic css */
+.AR_8.ob-widget .ob-widget-items-container {margin:0;padding:0;}
+.AR_8.ob-widget .ob-widget-items-container .ob-clearfix {display:block;width:100%;float:none;clear:both;height:0px;line-height:0px;font-size:0px;}
+.AR_8.ob-widget .ob-widget-items-container.ob-multi-row {padding-top: 2%;}
+.AR_8.ob-widget .ob-dynamic-rec-container {position:relative;margin:0;padding;0;}
+.AR_8.ob-widget .ob-dynamic-rec-link,
+.AR_8.ob-widget .ob-dynamic-rec-link:hover {text-decoration:none;}
+.AR_8.ob-widget .ob-rec-image-container .ob-video-icon-container {position:absolute;}
+[data-browser=safari] .AR_8.ob-widget .ob-rec-image-container .ob-video-icon-container {display:none;}
+.AR_8.ob-widget .ob-rec-image-container .ob-video-icon {display:inline-block;height:100%;opacity:0.7;transition: opacity 500ms;}
+.AR_8.ob-widget .ob-rec-image-container .ob-video-icon:hover {opacity:1;}
+.AR_8.ob-widget .ob_what{direction:ltr;clear:both;padding:5px 10px 0px;}
+.AR_8.ob-widget .ob_what a{color:#999;font-size:11px;font-family:arial;text-decoration: none;}
+.AR_8.ob-widget .ob_what.ob-hover:hover a{text-decoration: underline;}
+.AR_8.ob-widget .ob_amelia,
+.AR_8.ob-widget .ob_logo,
+.AR_8.ob-widget .ob_text_logo{vertical-align:baseline !important;display:inline-block;vertical-align:text-bottom;padding:0px 5px;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
+.AR_8.ob-widget .ob_amelia{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16.png') no-repeat center top;width:16px;height:16px;margin-bottom:-2px;}
+.AR_8.ob-widget .ob_logo{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_logo_67x12.png') no-repeat center top;width:67px;height:12px;}
+.AR_8.ob-widget .ob_text_logo{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_text_logo_66x23.png') no-repeat center top;width:66px;height:23px;}
+.AR_8.ob-widget:hover .ob_amelia,
+.AR_8.ob-widget:hover .ob_logo,
+.AR_8.ob-widget:hover .ob_text_logo{background-position:center bottom;}
+ .AR_8.ob-widget .ob_what{text-align:right;}
+.AR_8.ob-widget .ob-rec-image-container .ob-rec-image {display:block;}
+ /* dynamic classic css */
+.AR_8.ob-classic-layout {width:auto;}
+.AR_8.ob-classic-layout:after {content:"";display:block;height:0px;float:none;clear:both;}
+.AR_8.ob-classic-layout .ob-widget-section {width:50%;box-sizing:border-box;-moz-box-sizing:border-box;}
+.AR_8.ob-classic-layout .ob-widget-section > * {margin:0px 10px;}
+
+.AR_8.ob-classic-layout .ob-widget-section {
+ float:left;
+ }
+.AR_8.ob-classic-layout .ob-widget-header,
+.AR_8.ob-classic-layout .ob-dynamic-rec-container,
+.AR_8.ob-classic-layout .ob-dynamic-rec-container .ob-unit{direction:ltr;}
+
+.AR_8.ob-classic-layout .ob-dynamic-rec-container {display:block;}
+.AR_8.ob-classic-layout .ob-dynamic-rec-container:hover {text-decoration:underline;}
+.AR_8.ob-classic-layout .ob-unit{display:inline;margin-bottom:10px;}
+.AR_8.ob-classic-layout .ob-widget-header {}
+.AR_8.ob-classic-layout .ob-unit.ob-rec-text {font-weight:bold;}
+.AR_8.ob-classic-layout .ob-unit.ob-rec-source {font-weight:bold;}
+.AR_8.ob-classic-layout .ob-unit.ob-rec-date {font-weight:bold;}
+ /* dynamic customized css */
+
+.AR_8.ob-classic-layout .ob-widget-header {font-family:inherit;font-size:24px;color:black;padding-bottom:0px;padding-top:0px;}
+.AR_8.ob-classic-layout .ob-widget-items-container {padding:0px 0px 0px 10px;}
+.AR_8.ob-classic-layout .ob-dynamic-rec-container {color:black;margin-bottom:0px;}
+.AR_8.ob-classic-layout .ob-dynamic-rec-container:hover {color:#1167a8;}
+.AR_8.ob-classic-layout .ob-dynamic-rec-link {color:black;}
+.AR_8.ob-classic-layout .ob-dynamic-rec-link:hover {color:#1167a8;}
+.AR_8.ob-classic-layout .ob-rec-text {color:black;font-family:inherit;font-size:16px;line-height:1.5;}
+.AR_8.ob-classic-layout .ob-rec-source {font-family:inherit;color:#cc0101;font-size:16px;}
+.AR_8.ob-classic-layout .ob-rec-date {font-family:inherit;font-size:12px;color:black;}
+.AR_8.ob-classic-layout .ob-rec-author {font-family:inherit;font-size:12px;color:black;}
+.AR_8.ob-classic-layout .ob-rec-description {font-family:inherit;font-size:12px;color:black;}
+ </style>
+ <style type="text/css" class="ob-custom-css">
+ .AR_8 .ob-dynamic-rec-container {
+ max-width: none !important;
+}
+.AR_8 .ob-rec-text {
+ margin-top: 15px;
+}
+.AR_8.ob-classic-layout .ob-widget-section {
+ box-sizing: border-box;
+ text-align: left;
+ width: 100%;
+}
+.AR_8.ob-classic-layout .ob-widget-items-container {
+ padding: 0;
+}
+.AR_8.ob-classic-layout .ob-widget-section * {
+ margin: 0;
+}
+.AR_8 .ob-widget-header {
+ margin-bottom: 12px !important;
+ text-align: left;
+}
+.AR_8 .ob-dynamic-rec-container {
+ margin-bottom: 15px !important;
+}
+.AR_8.ob-widget .ob_what {
+ padding: 0;
+ text-align: left;
+}
+.AR_8 .ob-widget-header {
+ display: none;
+}
+.AR_8 .ob_what.ob-hover {
+ display: none;
+}
+/*.AR_8.ob-classic-layout {
+ float: left;
+ margin-left: 1%;
+ margin-top: 39px;
+ width: 49%;
+}*/
+
+#bbccom_outbrain_ar_8_1_2_3_4 {
+ float: left;
+ width: 49%;
+ margin-left: 1%;
+ margin-top: 77px;
+}
+
+.AR_8.ob-classic-layout .ob-dynamic-rec-container:hover {
+ text-decoration: none !important;
+}
+.AR_8.ob-classic-layout .ob-dynamic-rec-link:hover {
+ color: #1167a8 !important;
+ text-decoration: none !important;
+}
+.AR_8.ob-classic-layout .ob-dynamic-rec-link:hover .ob-unit.ob-rec-text {
+ color: #1167a8 !important;
+ text-decoration: none !important;
+}
+.AR_8.ob-widget .ob_what {
+ display: none;
+}
+
+
+/* TITLES AND SOURCES */
+.AR_8.ob-classic-layout .ob-unit.ob-rec-text {
+ font-size: 16px !important;
+ font-weight: bold;
+ line-height: 22px;
+}
+
+.AR_8.ob-classic-layout .ob-unit.ob-rec-source {
+ color: #000000;
+ display: block;
+ font-size: 13px;
+ font-weight: normal;
+ line-height: 16px;
+ margin-top: 0;
+}
+
+/* TABLET */
+@media screen and (min-width: 1px) and (max-width: 1000px) {
+.AR_8.ob-classic-layout .ob-widget-header {
+ font-size: 28px;
+ line-height: 32px;
+}
+.AR_8.ob-classic-layout .ob-unit.ob-rec-source {
+ font-size: 14px !important;
+}
+.AR_8.ob-classic-layout .ob-unit.ob-rec-text {
+ font-size: 18px !important;
+ line-height: 22px;
+}
+}
+
+/* MOBILE */
+@media screen and (min-width: 1px) and (max-width: 600px) {
+.AR_8.ob-classic-layout {
+ float: none !important;
+ width: auto;
+}
+.AR_8.ob-classic-layout .ob-widget-section {
+ float: none;
+}
+#bbccom_outbrain_ar_2 {
+ display: block !important;
+ float: none;
+ margin-bottom: 20px !important;
+}
+.AR_8.ob-classic-layout .ob-widget-header {
+ font-size: 20px;
+ line-height: 24px;
+}
+.AR_8 .ob_what.ob-hover {
+ display: block;
+}
+.AR_8.ob-widget .ob_what {
+ display: block;
+}
+.AR_8.ob-classic-layout {
+ float: none;
+ margin-left: 0;
+ margin-top: 0;
+ width: 100%;
+}
+#bbccom_outbrain_ar_8_1_2_3_4 {
+ float: none;
+ width: 100%;
+ margin-left: 0%;
+}
+#bbccom_outbrain_ar_8_1_2_3_4 {
+ margin-top: 0 !important;
+}
+.AR_8.ob-classic-layout .ob-unit.ob-rec-text {
+ font-size: 16px !important;
+ line-height: 20px;
+}
+}
+
+
+/* MOBILE */
+@media screen and (min-width: 1px) and (max-width: 599px) {
+body .AR_8 .ob-unit.ob-rec-text {
+ font-size: 16px !important;
+ line-height: 20px !important;
+}
+}
+
+@media screen and (min-width: 1px) and (max-width: 399px) {
+body .OUTBRAIN .AR_8 .ob-unit.ob-rec-text {
+ font-size: 15px !important;
+ line-height:18px !important;
+}
+}
+
+.bbccom_outbrain_container.bbccom_outbrain_ar_8 {
+ clear: none !important;
+}
+.bbccom_outbrain_container.bbccom_outbrain_ar_8 div {
+ clear: none;
+}
+ </style>
+ <div class="ob-widget-section ob-first">
+ <div class="ob-widget-header">You Might Also Like</div>
+ <ul class="ob-widget-items-container"><li class="ob-dynamic-rec-container ob-recIdx-0 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=ERo9anya6qatS86kPqvODOTktX8sCtGTmnYvn5YPuT3zhDfsmxvvdz1tMoRMRSNekXzR7sW88ANiPY_uVBMGCYSUqszCoX9tDc7hASlfuIPk4JftW3EfYMQVDDKdcgHlikf1Ns2kW3DdWNL0RUWDIHhkrxpL0g6FsHufI7m8taXVxt5jREIE2E97CHSG3nX26_waAJCp1jWUEibg3uB8BmAAAuc5mLdqykTwekxzFHu5GqKdPAkCgrC1yp_bivUWz4R7JxQBuRRLu1_xjCYmF_-iQdF2r0JGtXdP6Ru651WXFybxOCRMHQndfEBZFMNowiNjUOzJBXNI17plF0pQ00rdiFBDRjXN9ydJY2DrY2AtcSI69ZKcCPHTk46mNRTYxAd3pPRFLYWV4whjklDd3a4U3ud4f1x4V-5Th7q67JrE-LIyqJ1jAxNWfrpC9Gte105-6_I99IyPCIfFGt36809xmHPHsds6tUgPwftC-TWGSP27MNdo9-2nBBVIH0Nz&amp;c=9b1959db&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Is your office full of insecure people?">Is your office full of insecure people?</span> <span class="ob-unit ob-rec-source" data-type="Source">BBC Capital</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-1 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=hZgRZCdiZJ2xpplcTU19tv4AkOUixrF0ik_iuyJUr8qNgY8P9H49r5ye49YHsedLv2YOZ_dW2OyRCUBGV1_BpJL6lZWkW5zD-tDBXPfUZU1HOuYIqTcsqFt-ildXn1ey5vo_bSuc1vqrBteckMgYhk0SBRZhw96PO2-_a8DlKgqwy6DI3jsCIsN5b4oq23ysN6AHhc19TbQN65y-Cm1P9iJ0jSheBzzxXIZ9ppFZRpMsA7IfB2xGrnwH62J960zs1bhXf5cNxJCTaECLITVTS-1LXk3gJz6dwP7RXwNvb7Van3bbTEZM18Dk198s4waoX0sCIQHiTyVq_bmPCcH1bSMgDJ2mAhnMAxds-CJkhosDQ7pByWHlNelt8jNtt5VJ48ydWHaxwoWWgX9y7smBqcF18UMxvnHvZHFYScBLe2no7URsZ1NbdYh4LG8rt40Fbv6PXS5NC02eaPNLNOdrwgyhHcei1USaf9ssseIjFd9I1AhW7bZR6pG_I8xr9j5t&amp;c=73a738b0&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Image of the day: London's nightmare commute">Image of the day: London's nightmare commute</span> <span class="ob-unit ob-rec-source" data-type="Source">BBC Autos</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-2 ob-o"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://traffic.outbrain.com/network/redir?p=ZAzsQPnyz_jfTOW_eEtiBk67CepdHqAdMDLZpuZzBeZZz4J2_OkMb1SwmNZPok1p2blEOQ6dJ5J_3BQpJ9jJ57owxPJgYf81ZGbNMfgatgYM2y-J_DdgpLDfgGjDG1EVgMqJGci8bdIbbcZgAiXTGMcxj5ClHPpWKUwaBHi-ZcMQEzUXB60rPbs2Ld6YAx5o_lZsweVPNt8QpHVYmkgLQLjOEabWc9lUhfyZjio4xm48moSMnxxOu0PBLVpw3hyn_AM1-iOqObruP33LS2we2md907fJlvXPfmp7btrn5Bd-GoRu7BvrkkLy8Nq7nnLxgYjifSIu0CWHlNBi0fL-_okp2b000cGRf7Wt1yRRfVBrq8gZc7Ecul8V66lkTt2TNCX_lnoQx6jt9d2zc_cQgoza4lXORqTXiBYh0Ud60s56g9Mhhl4VCvNBtBmbNQIjp_-0wdWdk7fVfBotKcuExrWO3ilFGwKTMeR8NDXlaHx6C0_Vva5ITpefRstiJQcb&amp;c=6a0f494d&amp;v=3" onmousedown="" target="_self" rel="">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Tesla's 'Ludicrous' Model S is a 2.8-second monster">Tesla's 'Ludicrous' Model S is a 2.8-second monster</span> <span class="ob-unit ob-rec-source" data-type="Source">BBC Autos</span>
+
+ </a>
+ </li></ul>
+ </div>
+ <div class="ob_what">
+
+ <a tabindex="-1" href="#" onmousedown="" onclick="OBR.extern.callWhatIs('http://www.outbrain.com/what-is/default/en','',-1,-1, false ,null);return false">
+ Recommended by Outbrain
+ </a>
+</div>
+ </div></div><script type="text/javascript"> document.write(unescape('%3Cscript src="http://widgets.outbrain.com/outbrain.js" type="text/javascript"%3E%3C/script%3E'));</script><script src="http://widgets.outbrain.com/outbrain.js" type="text/javascript"></script></div>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div> </div>
+ <div class="column--secondary" role="complementary">
+ <div id="comp-top-stories-promo" class="top-stories-promo">
+ <h2 class="top-stories-promo__title">Top Stories</h2>
+ <a href="/news/world-us-canada-33646704" class="top-stories-promo-story" data-asset-id="/news/world-us-canada-33646704">
+ <strong class="top-stories-promo-story__title">Obama: Gun laws my biggest frustration</strong>
+ <p class="top-stories-promo-story__summary ">President Barack Obama tells the BBC his failure to pass "common sense gun safety laws" is the greatest frustration of his presidency.</p>
+ <div data-timestamp-inserted="true" class="date date--v2" data-seconds="1437712569" data-datetime="24 July 2015">24 July 2015</div>
+ </a>
+ <a href="/news/world-us-canada-33654509" class="top-stories-promo-story" data-asset-id="/news/world-us-canada-33654509">
+ <strong class="top-stories-promo-story__title">US cinema gunman 'had violent past'</strong>
+ <div data-timestamp-inserted="true" class="date date--v2 relative-time" data-seconds="1437754133" data-datetime="24 July 2015">49 minutes ago</div>
+ </a>
+ <a href="/news/world-us-canada-33657483" class="top-stories-promo-story" data-asset-id="/news/world-us-canada-33657483">
+ <strong class="top-stories-promo-story__title">WWE terminates Hulk Hogan's contract</strong>
+ <div data-timestamp-inserted="true" class="date date--v2 relative-time" data-seconds="1437754721" data-datetime="24 July 2015">39 minutes ago</div>
+ </a>
+ </div>
+<div id="bbccom_mpu_4" class="bbccom_slot mpu-ad bbccom_standard_slot" aria-hidden="true">
+ <div class="bbccom_advert bbccom_display_none">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('mpu', [4]);
+ }
+ /*]]>*/
+ </script>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div>
+<div class="features-and-analysis" id="comp-features-and-analysis">
+ <h2 class="features-and-analysis__title">
+
+ Features &amp; Analysis
+ </h2>
+ <div class="features-and-analysis__stories promo-unit-spacer">
+
+ <div class="features-and-analysis__story">
+ <a href="/news/blogs-trending-33604916" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/787E/production/_84464803_ifidie4.jpg" datasrc="http://ichef.bbci.co.uk/news/304/cpsprodpb/787E/production/_84464803_ifidie4.jpg" class="js-image-replace" alt="If I die in police custody video" height="351" width="624"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/787E/production/_84464803_ifidie4.jpg" class="js-image-replace" alt="If I die in police custody video" width="624" height="351" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">'If I die...'</h3>
+ <p class="bold-image-promo__summary">How black Americans are reacting to Sandra Bland's death</p>
+ </a>
+ </div>
+
+
+ <div class="features-and-analysis__story">
+ <a href="/news/world-us-canada-33644498" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/A7B7/production/_84453924_5fa7af8b-bd47-44b4-a454-160cb7e8e49a.jpg" datasrc="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/A7B7/production/_84453924_5fa7af8b-bd47-44b4-a454-160cb7e8e49a.jpg" class="js-image-replace" alt="Donald Trump" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/A7B7/production/_84453924_5fa7af8b-bd47-44b4-a454-160cb7e8e49a.jpg" class="js-image-replace" alt="Donald Trump" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">The Donald's dollars</h3>
+ <p class="bold-image-promo__summary">What we learned from Trump's financial disclosure </p>
+ </a>
+ </div>
+
+
+ <div class="features-and-analysis__story">
+ <a href="/news/blogs-china-blog-33647396" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/A91F/production/_84459234_u1ntitled.jpg" datasrc="http://ichef.bbci.co.uk/news/304/cpsprodpb/A91F/production/_84459234_u1ntitled.jpg" class="js-image-replace" alt="Taylor Swift in China" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/A91F/production/_84459234_u1ntitled.jpg" class="js-image-replace" alt="Taylor Swift in China" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">T.S. Made in China</h3>
+ <p class="bold-image-promo__summary">The Taylor Swift fakes on the Chinese internet</p>
+ </a>
+ </div>
+
+
+ <div class="features-and-analysis__story">
+ <a href="/news/world-us-canada-33646875" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/183D5/production/_84458299_p072315al-0500.jpg" datasrc="http://ichef.bbci.co.uk/news/304/cpsprodpb/183D5/production/_84458299_p072315al-0500.jpg" class="js-image-replace" alt="President Barack Obama participates in an interview with Jon Sopel of BBC in the Roosevelt Room of the White House - 23 July 2015" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/183D5/production/_84458299_p072315al-0500.jpg" class="js-image-replace" alt="President Barack Obama participates in an interview with Jon Sopel of BBC in the Roosevelt Room of the White House - 23 July 2015" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">Five Obama take-aways</h3>
+ <p class="bold-image-promo__summary">At-a-glance - what the US president told the BBC </p>
+ </a>
+ </div>
+
+
+ <div class="features-and-analysis__story">
+ <a href="/news/world-asia-india-33639456" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/D510/production/_84444545_gettyimages-479284580.jpg" datasrc="http://ichef.bbci.co.uk/news/304/cpsprodpb/D510/production/_84444545_gettyimages-479284580.jpg" class="js-image-replace" alt="Ghantewala" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/D510/production/_84444545_gettyimages-479284580.jpg" class="js-image-replace" alt="Ghantewala" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">Sweet memories</h3>
+ <p class="bold-image-promo__summary">Delhi's oldest candy shop goes out of business</p>
+ </a>
+ </div>
+
+
+ <div class="features-and-analysis__story">
+ <a href="/news/world-europe-33634214" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/372C/production/_84442141_ntv_2.jpg" datasrc="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/372C/production/_84442141_ntv_2.jpg" class="js-image-replace" alt="Image from Russian Channel 1 TV showing Varvara Karaulova" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/372C/production/_84442141_ntv_2.jpg" class="js-image-replace" alt="Image from Russian Channel 1 TV showing Varvara Karaulova" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">Raw recruits</h3>
+ <p class="bold-image-promo__summary">Why Russian students are targets for Islamic State</p>
+ </a>
+ </div>
+
+
+ <div class="features-and-analysis__story">
+ <a href="/news/magazine-33629011" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/0DF4/production/_84427530_thinkstockphotos-87713420.jpg" datasrc="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/0DF4/production/_84427530_thinkstockphotos-87713420.jpg" class="js-image-replace" alt="Shark" height="1152" width="2048"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/0DF4/production/_84427530_thinkstockphotos-87713420.jpg" class="js-image-replace" alt="Shark" width="2048" height="1152" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">News quiz</h3>
+ <p class="bold-image-promo__summary">How did a surfer fend off a shark attack?</p>
+ </a>
+ </div>
+
+
+ <div class="features-and-analysis__story">
+ <a href="/news/science-environment-33479507" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/C415/production/_84379105_84306592.jpg" datasrc="http://ichef.bbci.co.uk/news/304/cpsprodpb/C415/production/_84379105_84306592.jpg" class="js-image-replace" alt="The buoy contains sensors that measure the salinity and temperature of the sea" height="549" width="976"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/C415/production/_84379105_84306592.jpg" class="js-image-replace" alt="The buoy contains sensors that measure the salinity and temperature of the sea" width="976" height="549" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">Salt and fresh</h3>
+ <p class="bold-image-promo__summary">Trying to predict the South Asian monsoon by studying the ocean</p>
+ </a>
+ </div>
+
+
+ <div class="features-and-analysis__story">
+ <a href="/news/business-33620066" class="bold-image-promo">
+ <div class="bold-image-promo__image">
+ <div class="responsive-image responsive-image--16by9">
+
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/313D/production/_84450621_thinkstockphotos-482433887.jpg" datasrc="http://ichef.bbci.co.uk/news/304/cpsprodpb/313D/production/_84450621_thinkstockphotos-482433887.jpg" class="js-image-replace" alt="Elderly man in wheelchair" height="351" width="624"/>
+ <!--[if lt IE 9]>
+ <img src="http://ichef.bbci.co.uk/news/304/cpsprodpb/313D/production/_84450621_thinkstockphotos-482433887.jpg" class="js-image-replace" alt="Elderly man in wheelchair" width="624" height="351" />
+ <![endif]-->
+ </div>
+ </div>
+ <h3 class="bold-image-promo__title">Dementia research</h3>
+ <p class="bold-image-promo__summary">How drugs firms are spending more on chronic illnesses</p>
+ </a>
+ </div>
+
+ </div>
+</div>
+
+<div id="bbccom_native_1_2_3_4" class="bbccom_slot native-ad bbccom_standard_slot bbccom_visible">
+ <div id="bbccom_native" class="bbccom_advert bbccom_display_none bbccom_responsive">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('native', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><script type="text/javascript">bbcdotcom.ad("native").setBaseContent();googletag.display("native");</script>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div> <div id="comp-most-popular" class="most-popular">
+ <h2 class="most-popular__title">Most Popular<span class="off-screen"> popular</span></h2>
+ <ul role="tablist" class="most-popular__header__tabs">
+ <li role="presentation" id="most-popular__tab-1" class="most-popular__header__tabs--read open"><a tabindex="0" role="tab" href="#">Read<span class="off-screen"> selected</span></a></li>
+ <li role="presentation" id="most-popular__tab-2" class="most-popular__header__tabs--watched"><a tabindex="-1" role="tab" href="#">Watched</a></li>
+ </ul>
+ <div class="most-popular__panels">
+ <div role="tabpanel" aria-labelledby="most-popular__tab-1" class="most-popular__list-container panel-1 open">
+ <h3 class="off-screen">Most read</h3>
+ <ul class="most-popular__list panel-read collection">
+ <li class="most-popular-list-item column-1">
+ <a href="/news/technology-33650491" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">1</span>
+ <span class="most-popular-list-item__headline">Jeep hack prompts 1.4m car recall</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-1">
+ <a href="/news/science-environment-33621491" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">2</span>
+ <span class="most-popular-list-item__headline">Four-legged snake fossil discovered</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-1">
+ <a href="/news/world-us-canada-33655502" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">3</span>
+ <span class="most-popular-list-item__headline">US military wary of civilian guards</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-1">
+ <a href="/news/magazine-32821678" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">4</span>
+ <span class="most-popular-list-item__headline">US students go to Germany for free college</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-1">
+ <a href="/news/world-us-canada-33646704" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">5</span>
+ <span class="most-popular-list-item__headline">Obama: Gun laws my big frustration</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-2">
+ <a href="/news/technology-33655417" class="most-popular-list-item__link column-2--first-item">
+ <span class="most-popular-list-item__rank">6</span>
+ <span class="most-popular-list-item__headline">Apple stops Nest sales in the US</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-2">
+ <a href="/news/world-europe-33654021" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">7</span>
+ <span class="most-popular-list-item__headline">Turkey vows to follow up IS strikes</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-2">
+ <a href="/news/world-us-canada-33657483" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">8</span>
+ <span class="most-popular-list-item__headline">WWE terminates Hulk Hogan's contract</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-2">
+ <a href="/news/world-africa-33629577" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">9</span>
+ <span class="most-popular-list-item__headline">The airlift education scholarship that changed the world</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-2">
+ <a href="/news/world-australia-33647183" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">10</span>
+ <span class="most-popular-list-item__headline">Australian returns from IS in Syria</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+ <div role="tabpanel" aria-labelledby="most-popular__tab-2" class="most-popular__list-container panel-2 closed">
+ <h3 class="off-screen">Most watched</h3>
+ <ul class="most-popular__list panel-watched collection">
+ <li class="most-popular-list-item column-1">
+ <a href="/news/world-us-canada-33629023" class="most-popular-list-item__link ">
+ <span class="most-popular-list-item__rank">1</span>
+ <span class="most-popular-list-item__headline">
+ Obama 'most frustrated' by gun laws</span>
+ </a>
+ </li>
+ <li class="most-popular-list-item column-2">
+ <a href="/news/magazine-33636790" class="most-popular-list-item__link column-2--first-item">
+ <span class="most-popular-list-item__rank">2</span>
+ <span class="most-popular-list-item__headline">
+ What happens to the Glastonbury wellies?</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+
+<div id="bbccom_mpu_bottom_1_2_3_4" class="bbccom_slot mpu-bottom-ad bbccom_standard_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_mpu_bottom" class="bbccom_advert bbccom_display_none">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('mpu_bottom', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><a tabindex="-1" class="bbccom_text" href="http://www.bbc.co.uk/faqs/online/adverts_general">Advertisement</a><script type="text/javascript">bbcdotcom.ad("mpu_bottom").setBaseContent();googletag.display("mpu_bottom");</script>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div>
+<div id="bbccom_outbrain_ar_9_1_2_3_4" class="bbccom_slot outbrain-ad bbccom_outbrain_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_outbrain_ar_9" class="bbccom_advert bbccom_responsive">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('outbrain_ar_9', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><div class="bbccom_outbrain_container bbccom_outbrain_ar_9"><div id="outbrain_widget_3" data-dynload="" data-os="macintel" data-browser="safari" data-ob-mark="true" class="OUTBRAIN" data-src="http://www.bbc.com/news/world-us-canada-33646704" data-widget-id="AR_9" data-ob-template="bbc.com/News"><div class="ob-widget ob-classic-layout AR_9">
+ <span style="position:fixed;top:-200px;">&nbsp;</span>
+ <style type="text/css">
+ /* dynamic basic css */
+.AR_9.ob-widget .ob-widget-items-container {margin:0;padding:0;}
+.AR_9.ob-widget .ob-widget-items-container .ob-clearfix {display:block;width:100%;float:none;clear:both;height:0px;line-height:0px;font-size:0px;}
+.AR_9.ob-widget .ob-widget-items-container.ob-multi-row {padding-top: 2%;}
+.AR_9.ob-widget .ob-dynamic-rec-container {position:relative;margin:0;padding;0;}
+.AR_9.ob-widget .ob-dynamic-rec-link,
+.AR_9.ob-widget .ob-dynamic-rec-link:hover {text-decoration:none;}
+.AR_9.ob-widget .ob-rec-image-container .ob-video-icon-container {position:absolute;}
+[data-browser=safari] .AR_9.ob-widget .ob-rec-image-container .ob-video-icon-container {display:none;}
+.AR_9.ob-widget .ob-rec-image-container .ob-video-icon {display:inline-block;height:100%;opacity:0.7;transition: opacity 500ms;}
+.AR_9.ob-widget .ob-rec-image-container .ob-video-icon:hover {opacity:1;}
+.AR_9.ob-widget .ob_what{direction:ltr;clear:both;padding:5px 10px 0px;}
+.AR_9.ob-widget .ob_what a{color:#999;font-size:11px;font-family:arial;text-decoration: none;}
+.AR_9.ob-widget .ob_what.ob-hover:hover a{text-decoration: underline;}
+.AR_9.ob-widget .ob_amelia,
+.AR_9.ob-widget .ob_logo,
+.AR_9.ob-widget .ob_text_logo{vertical-align:baseline !important;display:inline-block;vertical-align:text-bottom;padding:0px 5px;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
+.AR_9.ob-widget .ob_amelia{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_logo_16x16.png') no-repeat center top;width:16px;height:16px;margin-bottom:-2px;}
+.AR_9.ob-widget .ob_logo{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_logo_67x12.png') no-repeat center top;width:67px;height:12px;}
+.AR_9.ob-widget .ob_text_logo{background:url('http://widgets.outbrain.com/images/widgetIcons/ob_text_logo_66x23.png') no-repeat center top;width:66px;height:23px;}
+.AR_9.ob-widget:hover .ob_amelia,
+.AR_9.ob-widget:hover .ob_logo,
+.AR_9.ob-widget:hover .ob_text_logo{background-position:center bottom;}
+ .AR_9.ob-widget .ob_what{text-align:right;}
+.AR_9.ob-widget .ob-rec-image-container .ob-rec-image {display:block;}
+ /* dynamic classic css */
+.AR_9.ob-classic-layout {width:auto;}
+.AR_9.ob-classic-layout:after {content:"";display:block;height:0px;float:none;clear:both;}
+.AR_9.ob-classic-layout .ob-widget-section {width:50%;box-sizing:border-box;-moz-box-sizing:border-box;}
+.AR_9.ob-classic-layout .ob-widget-section > * {margin:0px 10px;}
+
+.AR_9.ob-classic-layout .ob-widget-section {
+ float:left;
+ }
+.AR_9.ob-classic-layout .ob-widget-header,
+.AR_9.ob-classic-layout .ob-dynamic-rec-container,
+.AR_9.ob-classic-layout .ob-dynamic-rec-container .ob-unit{direction:ltr;}
+
+.AR_9.ob-classic-layout .ob-dynamic-rec-container {display:block;}
+.AR_9.ob-classic-layout .ob-dynamic-rec-container:hover {text-decoration:underline;}
+.AR_9.ob-classic-layout .ob-unit{display:inline;margin-bottom:10px;}
+.AR_9.ob-classic-layout .ob-widget-header {font-weight:bold;}
+.AR_9.ob-classic-layout .ob-unit.ob-rec-text {font-weight:bold;}
+.AR_9.ob-classic-layout .ob-unit.ob-rec-source {}
+.AR_9.ob-classic-layout .ob-unit.ob-rec-date {font-weight:bold;}
+ /* dynamic customized css */
+
+.AR_9.ob-classic-layout .ob-widget-header {font-family:inherit;font-size:24px;color:black;padding-bottom:0px;padding-top:0px;}
+.AR_9.ob-classic-layout .ob-widget-items-container {padding:0px 0px 0px 10px;}
+.AR_9.ob-classic-layout .ob-dynamic-rec-container {color:black;margin-bottom:0px;}
+.AR_9.ob-classic-layout .ob-dynamic-rec-container:hover {color:#1167a8;}
+.AR_9.ob-classic-layout .ob-dynamic-rec-link {color:black;}
+.AR_9.ob-classic-layout .ob-dynamic-rec-link:hover {color:#1167a8;}
+.AR_9.ob-classic-layout .ob-rec-text {color:black;font-family:inherit;font-size:14px;line-height:1.5;}
+.AR_9.ob-classic-layout .ob-rec-source {font-family:inherit;color:black;font-size:12px;}
+.AR_9.ob-classic-layout .ob-rec-date {font-family:inherit;font-size:12px;color:black;}
+.AR_9.ob-classic-layout .ob-rec-author {font-family:inherit;font-size:12px;color:black;}
+.AR_9.ob-classic-layout .ob-rec-description {font-family:inherit;font-size:12px;color:black;}
+ </style>
+ <style type="text/css" class="ob-custom-css">
+ .AR_9 .ob-last .ob-widget-header { display: none; } .AR_9.ob-dynamic-rec-container { max-width: none !important; } .AR_9 .ob-rec-text { margin-top: 15px; } .AR_9.ob-classic-layout .ob-widget-section { width: 100%; } .AR_9 .ob-widget-header { margin-bottom: 12px !important; text-align: left; } .AR_9.ob-classic-layout .ob-widget-items-container { padding: 0 !important; } .AR_9.ob-widget .ob_what { padding: 0; text-align: left; } .AR_9.ob-classic-layout .ob-dynamic-rec-container:hover { text-decoration: none !important; } .AR_9.ob-classic-layout .ob-dynamic-rec-link:hover { color: #1167a8 !important; text-decoration: none !important; } .AR_9.ob-classic-layout .ob-dynamic-rec-link:hover .ob-unit.ob-rec-text { color: #1167a8 !important; text-decoration: none !important; } .AR_9 li { background-image: url("http://static.bbci.co.uk/news/1.55.2536/img/news--icons-sprite.png"); background-position: -4px -4405px; background-repeat: no-repeat; padding-left: 30px; } /* GROUP 4 more than 1008px */ .AR_9.ob-classic-layout .ob-widget-header { color: #000000; font-size: 24px; line-height: 24px; padding-bottom: 0; padding-top: 0; } .AR_9.ob-classic-layout .ob-unit.ob-rec-text { display: block; font-size: 16px; font-weight: bold; line-height: 22px; margin-bottom: 0; } .AR_9.ob-classic-layout .ob-rec-source { color: #000000; display: block; font-size: 13px; font-weight: normal; line-height: 16px; margin-bottom: 8px !important; margin-top: 0 !important; } /* TABLET */ /* GROUP 3 600 to 1007px */ @media screen and (min-width: 1px) and (max-width: 1007px) { .AR_9.ob-classic-layout .ob-widget-header { font-size: 28px; line-height: 32px; } #bbccom_outbrain_ar_3 { display: block; } .AR_9.ob-classic-layout .ob-dynamic-rec-container { display: inline-block !important; float: none; padding-right: 2% !important; vertical-align: top; width: 42% !important; } .AR_9.ob-classic-layout .ob-rec-text { color: black; font-family: inherit; font-size: 16px; line-height: 20px !important; } .AR_9.ob-classic-layout .ob-unit.ob-rec-source { display: block; font-weight: normal; padding-top: 0px; } .AR_9.ob-classic-layout .ob-widget-header { color: #000000; font-size: 28px; line-height: 32px; padding-bottom: 0; padding-top: 0; } .AR_9 .ob-unit.ob-rec-text { font-size: 18px !important; line-height: 22px !important; margin-top: 0 !important; } .AR_9.ob-classic-layout .ob-rec-source { color: #000000; font-size: 14px !important; line-height: 16px !important; } } /* MOBILE */ @media screen and (min-width: 1px) and (max-width: 599px) { .AR_7.ob-classic-layout { float: none !important; width: auto; } .AR_7.ob-classic-layout .ob-widget-section { float: none; } #bbccom_outbrain_ar_2 { display: block !important; float: none; margin-bottom: 20px !important; } .AR_7.ob-classic-layout .ob-widget-header { font-size: 20px; line-height: 24px; } .OUTBRAIN .AR_9.ob-classic-layout .ob-dynamic-rec-container { display: list-item; float: none; margin-bottom: 12px !important; padding-bottom: 1px; padding-right: 0 !important; vertical-align: top; width: 100% !important; } .OUTBRAIN .AR_9 .ob-dynamic-rec-container.ob-recIdx-5 { margin-bottom: 0 !important; padding-bottom: 0 !important; } .AR_9 .ob-unit.ob-rec-source { margin-bottom: 8px !important; margin-top: 0 !important; padding-top: 0 !important; } .AR_9.ob-classic-layout .ob-widget-header { color: #000000; font-size: 20px; line-height: 24px !important; padding-bottom: 0; padding-top: 0; } .AR_9 .ob-unit.ob-rec-text { font-size: 16px !important; line-height: 20px !important; } .AR_9 .ob-widget-header { margin-left: 0 !important; } .OUTBRAIN .AR_9.ob-classic-layout .ob-dynamic-rec-container { width: 92% !important; } } @media screen and (min-width: 1px) and (max-width: 399px) { .AR_9 .ob-unit.ob-rec-text { font-size: 15px !important; line-height:18px !important; } .AR_9 .ob-widget-header { margin-left: 0 !important; } .OUTBRAIN .AR_9.ob-classic-layout .ob-dynamic-rec-container { width: 92% !important; } }
+ </style>
+ <div class="ob-widget-section ob-first">
+ <div class="ob-widget-header">From Around the Web</div>
+ <ul class="ob-widget-items-container"><li class="ob-dynamic-rec-container ob-recIdx-0 ob-p"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://paid.outbrain.com/network/redir?p=rq4a_ASjttzFNp4vY6tvpw8WS9moM9MtaMU-DeedJzqQRj3AIbAMrVqycPHHN6lPmt868hj4ueMTBxFIWxmio-L7GZzQd9MPv1AsQQx5b6eAELLxQAiwir-aWzzpC4C1WaPqBtaHVpZEYCre-2HM1zcKuTAuf3Ugff6Nnw2xEGRwF1r2tKjuf16fwVg2wSPOzajkUUKKs4CCviYcaGTTEV_deNQROaqAMWj0FVtKdr4aRCoE3WYKRmqoQyHqg-vB8fBMEhL2znhEl7HotLpo68_p4FIY9CoBEoESuhxslAOHVVml9zBvrmXoyrSvDaNCcO8vuyJtjNiRQ4XJQ15iWQ1vNCdgXGfCGPE8jwG6t3qqFCupvU9BS9m5Lv-21u4-VMeMkKYrUSAJY3HVpAddSUB241rEJD3Edh2Y7cTEtcQsu2XKFEDNooRgPbKEDhYsaqWZmfUTZ9wn3hfaV3ZorSx3EjCa5a2cD6GTQoM7Qe75PnC5pvJ6Ggw9dvtFF6L04mZtX4BP7Wx9QJQ3kYWFQGi3ydEQHISBTXjEkLqGNj6EfO3ffDg4ThmFH8PjeHl9&amp;c=2680ac1d&amp;v=3" onmousedown="" target="_blank" rel="nofollow">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="The 25 Toughest U.S. Colleges to Get Into">The 25 Toughest U.S. Colleges to Get Into</span> <span class="ob-unit ob-rec-source" data-type="Source">(TheStreet)</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-1 ob-p"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://paid.outbrain.com/network/redir?p=cLJdfsNZv8gdGM2jDYzgbCzNY7LlzWIUojrYPIAZ9vJzUwCMkWlM_HFImuwvgJtVGDRVQO7GS5Wo69tmig4ewYfHwQi8u1qB92ahrdAceWTrfj2Bq0qgvqLp2yuqaHxV53gRWMGD6cnTyIeJhj5vD27pIp346X0auIDvaHvNHfLdYURcXm3gmGyJ7Y41V3py-6o6ctzO7aEhSmj4DPcKAUXszh84SuLJlU5nAVcDHC4kSE2-BSXJpeYytK-pWRi7i5p1hmib0Y1id7w_5CPMAVndnBPbILUBlFR1RwRaQCiIUPqn-hvFsG8LRujcPY-MZ6-2hS0VKVLHN2jJ6hQ0HQ4J_ugszIaF-ckRw-HSLMqRsw3JjJ9ekPDd9MMWElK2gxUfFRnv5j9KM6qqW-8eU8XeEn8SCWgtylYnkGxgEhYEgPugopY1Zaf9aUoMIGHgfyIAhI5lli5hyftUci7zbpcIb2kuJoEe7sVc02umwFT198iqcpW4yf7JzGcM6lEBecdNl7PMFST1eo_LMuBZExnz7YNMmPqxSD40qqMOzkp5oMMEtNHv-FYL7j97IyKa&amp;c=66165faa&amp;v=3" onmousedown="" target="_blank" rel="nofollow">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Having 1 Of These 7 Credit Cards Means You Have Excellent Credit">Having 1 Of These 7 Credit Cards Means You Have Excellent Credit</span> <span class="ob-unit ob-rec-source" data-type="Source">(NextAdvisor)</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-2 ob-p"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://paid.outbrain.com/network/redir?p=ubmI-nZpje_hcd24WEPrIxsnWghii227cwvwiAmT5pq_5bldfhbDD4iVkls2nBWosJsZeRyXJ7WvRi459yAKdKidBJjQW55Ry3TBKHUYkuO-LRcTwvSho_Blg6CFELjVv0UBV_o3g8Jr1F5e3YavgfahTZfiEOgKnpgWr4yMkt7qggZ_mtYYcFAlgSJ5Xvudz6_y7n6IvXN_wSjEeXj03lzfJqDZHiAOzEvXNZbZ4Ngs2mLg5PEs83EseFD6iN9sAuBSSCXg6WaVqyPzPdVxUuBNfSxKdhCtn4ioKjw7CFyE01-GfNvyRNriqe4ehTw-KE_Ee1wftWH1QaHklJ-FwdQLu5EsysjRn-c6mOioHwPcV54bf083hs8UQmIWTspzUSOUPPdlSGPZ_6svLdWI2a2IDgksV7wsPwajeOVPo_NESHSDxnL3Eo8L2JDZhM8sMY3SD9gfux4x5oixRm2FFx_zowfWT6DtRPYpbkoD8zqSh_QjejhbB19nJ66c1gTnsBnY6zGZlVv1sO8k2tpWmGsF1hDOsTnKlaKu3qFr6RF9lBPpaMnYZqi4zaK4ePgL&amp;c=9e31e665&amp;v=3" onmousedown="" target="_blank" rel="nofollow">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="The Sweeping Views in This U.S. Town Will Take Your Breath Away">The Sweeping Views in This U.S. Town Will Take Your Breath Away</span> <span class="ob-unit ob-rec-source" data-type="Source">(Paid Post On NYTimes.com)</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-3 ob-p"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://paid.outbrain.com/network/redir?p=SLESGYw6Si6eBl-1G7b3o2Kt0-p122pXZsHI8VvJlTfSDgYrmNOMPKDoevopz6r09Z-Oin0gNBFUReevm0FdTeUcMs-GvC4QYJ7wbdM-zzP5sFA3KSm3yCbHsn6HpIKcpVCNznpk6w3r8yXpoR-NtX7XL3_ipFtlkc3m9OzAsmLjr_vm4xUNfZ0zB_6PUXWOVZIyRVvK7D7izLvVeVnoHt7ZSKgPmJeq5dDhpN6bJ632ePY7SPUmqUT1E1p03UE0FH1fc1xtZQEqOawemU6iAraNeTdEJNNbPfhqtV4K7hKE-ZCtky3-4KVsxBya4zdBYoDW6RJMbUc8ROUK90OKKfq5yc144WkSeERaMq5-ZAn2ItUZcErrmFcPEL85QGrYUf-JCLOBxUer1kLzyZZhQ5bTLKAe5MCgrPYjZEfrYMlj6NRRHsvjZGe9LjVOzjDvrndpwsuLwKRX1m7maYqBi-ZkBKOm7rj3bZ1PBePbIai9nQ7tDbiHFCgD9YV7VmsAEBZ8qivtgbmAnXXlfNsA5rlHpNkA0xZfsCZi-9RttUvAFvZmOGW8vz63i2eWhg5o&amp;c=47420445&amp;v=3" onmousedown="" target="_blank" rel="nofollow">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="5 Things The Wealthy Do With Credit Cards That You Should Also Do">5 Things The Wealthy Do With Credit Cards That You Should Also Do</span> <span class="ob-unit ob-rec-source" data-type="Source">(NextAdvisor)</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-4 ob-p"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://paid.outbrain.com/network/redir?p=VLWE0I4Y4BDZMCX7BG_67myiNY-TjV76_zb9-CwcFUdn65juHw9jeAPnTpqCHCkajLvHP42Aun089ShC8wjxaF8dbFMXAQspNO7iXL005wJc-7wUbqZSAqF6b_6hPFnehLBnRm9c6uaMpDiZ3T5t-q8LQ0VjT6nuvVpLi9nKFNwgtBs2emFEO8yyGONXj7M1daLGOR_KC3LPiCxd3nQ94VxVM4BRZmuc5331u3c8ZVv_DnnDaeKnEbQ6UVr2A9R1yONCZnYqSLzB7pcPoY5d14gU5k6n6ULC5IDL0iitzbcsLOcQjesVZhCoz8MUT8Mqd_fDH8He9RVTKl-ABuEscDkE_XYQFOIUAPJoLkhqOfr8vmQWzGeLDpmU7_NkNsLh77Yn4YmXsIGZrjqKKlGdN92Nhz8WW_SWHZldpULpn0q2IuuE1loXZKMtzT7xIto1_w3XryzGPEVBH4wLaZAnEZQ9ew6yuhhJF_qK9fzwTN6b9xxIt-BLZX-yKdTCJqyG4Jjjywd2psA9HKlw4bsxRZRgEKkymiNq2v8J83kT7jWqXMsPFqdGCAKj3IUjF4W0&amp;c=3c62a2eb&amp;v=3" onmousedown="" target="_blank" rel="nofollow">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="Obama Visits Prison, Says He Could Have Wound Up There">Obama Visits Prison, Says He Could Have Wound Up There</span> <span class="ob-unit ob-rec-source" data-type="Source">(Newser)</span>
+
+ </a>
+ </li><li class="ob-dynamic-rec-container ob-recIdx-5 ob-p"><a tabindex="-1" class="ob-dynamic-rec-link" onclick="" href="http://paid.outbrain.com/network/redir?p=6O8A_4PTFEjKxFW5I3JJF27NGy_HK0TRquMFH00NhShBqUNV2kTj3uju_QebEWVuW4eWgjZKsdOFhA0iEqWRj-pXD1aV6F_nE3Xe40aMS7nHZ4Qkp3zc7nMAL-FjlPGItdPTx-hzOn7ck-HIFMr5yvg6FwYZBbMPuNrTqykyxlZ3-VPj0sZpQKOdtNp_mQDt9Eb6oCOlg1uM72YbryodX7jqTpy0IeUPcyEB5sw71uYm7zV5_74sDyQPrAUuIhxDuIJncNO-JlI2Pk3lNImwnVQlJLtCDkaFlxCEcFy6jk43djSygiH531IP1QgzBqQRIkx4lFjEeYtHZofTHFfKC29xGxwrFOre82GQEp3Xpb9SrF_A3xor2qZXD7UJrDAzgFHCzWWhYEAZvSmlzC2aF-ZJPOahQYTJ9WvTRWfhPcRjAl__4vgc8K_jz2lDhlqwFNRLFRDI72WrW1n7QEKIsrT91Vi7PAWD96xQ2MCU7bx_rU7VnKzxi-bve4oEQccaikm2nohDKM0C7P-yywuTx4bcrC9pyLrnMWhD5CKhkCg6xAM-L0vrfwTDL9uNbEpd&amp;c=5cfff822&amp;v=3" onmousedown="" target="_blank" rel="nofollow">
+
+ <span class="ob-unit ob-rec-text" data-type="Title" title="What Is Considered a Good Credit Score?">What Is Considered a Good Credit Score?</span> <span class="ob-unit ob-rec-source" data-type="Source">(Better Money Habits™ by Bank of America)</span>
+
+ </a>
+ </li></ul>
+ </div>
+ <div class="ob_what">
+
+ <a tabindex="-1" href="#" onmousedown="" onclick="OBR.extern.callWhatIs('http://www.outbrain.com/what-is/default/en','',-1,-1,true ,null);return false">
+ Promoted content by Outbrain
+ </a>
+</div>
+ </div></div><script type="text/javascript"> document.write(unescape('%3Cscript src="http://widgets.outbrain.com/outbrain.js" type="text/javascript"%3E%3C/script%3E'));</script><script src="http://widgets.outbrain.com/outbrain.js" type="text/javascript"></script></div>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div>
+<div id="bbccom_adsense_1_2_3_4" class="bbccom_slot adsense-ad bbccom_adsense_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_adsense" class="bbccom_advert bbccom_responsive">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('adsense', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script><script src="http://pagead2.googlesyndication.com/pagead/js/r20150721/r20150720/show_ads_impl.js"></script><script language="JavaScript1.1" src="https://googleads.g.doubleclick.net/pagead/ads?client=ca-bbccom&amp;output=js&amp;adk=1893803208&amp;lmt=1437757078&amp;num_ads=3&amp;channel=globalnews&amp;ad_type=text&amp;ea=0&amp;flash=18.0.0&amp;url=http%3A%2F%2Fwww.bbc.com%2Fnews%2Fworld-us-canada-33646704&amp;dt=1437757078592&amp;bdt=2083&amp;shv=r20150721&amp;cbv=r20150720&amp;saldr=sb&amp;correlator=3931185939561&amp;frm=20&amp;ga_vid=165083980.1437757077&amp;ga_sid=1437757077&amp;ga_hid=702753462&amp;ga_fc=0&amp;u_tz=-420&amp;u_his=9&amp;u_java=1&amp;u_h=500&amp;u_w=584&amp;u_ah=877&amp;u_aw=1436&amp;u_cd=24&amp;u_nplug=10&amp;u_nmime=76&amp;dff=helmet&amp;dfs=16&amp;biw=584&amp;bih=500&amp;eid=575144605%2C317150304&amp;oid=3&amp;rx=0&amp;eae=2&amp;fc=24&amp;plat=1%3A13%2C8%3A12%2C9%3A12%2C16%3A32%2C17%3A32&amp;brdim=%2C%2C16%2C26%2C1436%2C23%2C1409%2C767%2C584%2C500&amp;vis=1&amp;rsz=%7C%7Con%7C&amp;abl=CS&amp;ppjl=u&amp;fu=16&amp;bc=1&amp;ifi=9&amp;dtd=71"></script><div class="bbccom_adsense_container"><h3><a href="http://www.bbc.co.uk/bbc.com/faq/ads_by_google.shtml" tabindex="-1">Ads by Google</a></h3><ul><li><h4><a href="http://googleads.g.doubleclick.net/aclk?sa=l&amp;ai=CbI3llm6yVd7-KsSipgPztp6wD5GrsaQH8fmIi84B_JKlk2MQASDnhfQSKANgye7rhsijoBmgAcOI6OYDyAEBqAMBqgSGAU_QiNWwZegVcytCGFt-Sq8hfBNfj6ZRd8li_ZpNtanVEEnEuA69QEWqftfk9Znzh0Mri2dkrfvZ7Kxp7DX-kSw2diP5Rk8ujVLs3SqJJ99y59mb_qKGK_F4jtomL3BXmwDd_b-Oc_9NaREbeMVp1B3Z5OvodFcLCxQVG2twubWec-lu9B-T2AYEgAel95cZqAemvhvYBwE&amp;num=1&amp;sig=AOD64_1tTvNu12Bkxzd7KkOZU-dY9j-WAg&amp;client=ca-bbccom&amp;adurl=http://www.medicaresupplemental.com/get-quotes/%3FCID%3D24390%26SRC%3Dmstal_google%26bw_keyword%3D%26Sub_ID%3D" onmouseout="window.status=''" onmouseover="window.status='go to www.medicaresupplemental.com';return true;" target="_blank" tabindex="-1">Medicare Supplement Plans</a></h4><p>Medigap Options for (65 &amp; older). Compare Plans &amp; Prices for 2015.</p><p><a href="http://googleads.g.doubleclick.net/aclk?sa=l&amp;ai=CbI3llm6yVd7-KsSipgPztp6wD5GrsaQH8fmIi84B_JKlk2MQASDnhfQSKANgye7rhsijoBmgAcOI6OYDyAEBqAMBqgSGAU_QiNWwZegVcytCGFt-Sq8hfBNfj6ZRd8li_ZpNtanVEEnEuA69QEWqftfk9Znzh0Mri2dkrfvZ7Kxp7DX-kSw2diP5Rk8ujVLs3SqJJ99y59mb_qKGK_F4jtomL3BXmwDd_b-Oc_9NaREbeMVp1B3Z5OvodFcLCxQVG2twubWec-lu9B-T2AYEgAel95cZqAemvhvYBwE&amp;num=1&amp;sig=AOD64_1tTvNu12Bkxzd7KkOZU-dY9j-WAg&amp;client=ca-bbccom&amp;adurl=http://www.medicaresupplemental.com/get-quotes/%3FCID%3D24390%26SRC%3Dmstal_google%26bw_keyword%3D%26Sub_ID%3D" onmouseout="window.status=''" onmouseover="window.status='go to www.medicaresupplemental.com';return true;" target="_blank" tabindex="-1">www.medicaresupplemental.com</a></p></li><li><h4><a href="http://googleads.g.doubleclick.net/aclk?sa=l&amp;ai=CzVeIlm6yVd7-KsSipgPztp6wD5nYrOkFufW0j5cCwI23ARACIOeF9BIoA2DJ7uuGyKOgGaAB58GL2gPIAQGoAwGqBIMBT9D4gqpl6hVzK0IYW35KryF8E1-PplF3yWL9mk21qdUQScS4Dr1ARap-1-T1mfOHQyuLZ2St-9nsrGnsNf6RLDZ2I_lGTy6NUuzdKolv39KFXF-hAlXAGvcAMc2hyrZtutQAvMqO_DmdEiuMxmlhFtFR4OCBUgr-ERTmbHBRt28fKarYBgSAB4GJwzSoB6a-G9gHAQ&amp;num=3&amp;sig=AOD64_0CGeduVg9Ewe3HTDDIqdmtGw79Xg&amp;client=ca-bbccom&amp;adurl=http://tracker.marinsm.com/rd%3Fcid%3D93095py25419%26mkwid%3DcqJnflV6d_dt%26pcrid%3D74877453265%26pkw%3D%26pmt%3D%26rd%3Dhttp://genealogy.com/lp/military-records%26lp%3Dhttp://www.ancestry.com/s66298/t30294/rd.ashx%3F%2526s_kwcid%253D" onmouseout="window.status=''" onmouseover="window.status='go to genealogy.com/Records_War';return true;" target="_blank" tabindex="-1">Draft History Records</a></h4><p>1) Simply enter their name. 2) View their war record online!</p><p><a href="http://googleads.g.doubleclick.net/aclk?sa=l&amp;ai=CzVeIlm6yVd7-KsSipgPztp6wD5nYrOkFufW0j5cCwI23ARACIOeF9BIoA2DJ7uuGyKOgGaAB58GL2gPIAQGoAwGqBIMBT9D4gqpl6hVzK0IYW35KryF8E1-PplF3yWL9mk21qdUQScS4Dr1ARap-1-T1mfOHQyuLZ2St-9nsrGnsNf6RLDZ2I_lGTy6NUuzdKolv39KFXF-hAlXAGvcAMc2hyrZtutQAvMqO_DmdEiuMxmlhFtFR4OCBUgr-ERTmbHBRt28fKarYBgSAB4GJwzSoB6a-G9gHAQ&amp;num=3&amp;sig=AOD64_0CGeduVg9Ewe3HTDDIqdmtGw79Xg&amp;client=ca-bbccom&amp;adurl=http://tracker.marinsm.com/rd%3Fcid%3D93095py25419%26mkwid%3DcqJnflV6d_dt%26pcrid%3D74877453265%26pkw%3D%26pmt%3D%26rd%3Dhttp://genealogy.com/lp/military-records%26lp%3Dhttp://www.ancestry.com/s66298/t30294/rd.ashx%3F%2526s_kwcid%253D" onmouseout="window.status=''" onmouseover="window.status='go to genealogy.com/Records_War';return true;" target="_blank" tabindex="-1">genealogy.com/Records_War</a></p></li><li><h4><a href="http://googleads.g.doubleclick.net/aclk?sa=l&amp;ai=C2YE9lm6yVd7-KsSipgPztp6wD7jHhqYE0P2x-ZMC_JKlk2MQAyDnhfQSKANgye7rhsijoBmgAZKLpvYDyAEBqQJE4ZAgvKipPqgDAaoEhgFP0KjAumXrFXMrQhhbfkqvIXwTX4-mUXfJYv2aTbWp1RBJxLgOvUBFqn7X5PWZ84dDK4tnZK372eysaew1_pEsNnYj-UZPLo1S7N0qiSffcufZip-R8SvxeI7aJi9wV5sA3f2_jnP_TWkRG3jFadQd2eTr6HRXCwsUFRtrcLm1nnPpI4Ngj9gGBIAH1vTZCagHpr4b2AcB&amp;num=2&amp;sig=AOD64_0V0UZOV10jiiQb6dBac8JhselSdw&amp;client=ca-bbccom&amp;adurl=http://annuities.advisorworld.com/highest-annuity-returns-2014/%3Futm_source%3DAWGOOG%26utm_campaign%3Dmutfuncon16%26placement%3Dwww.bbc.com" onmouseout="window.status=''" onmouseover="window.status='go to advisorworld.com/CompareAnnuities';return true;" target="_blank" tabindex="-1">16% Annuity Return 2014</a></h4><p>True Investor Returns with no Risk. Find out how with our Free Report.</p><p><a href="http://googleads.g.doubleclick.net/aclk?sa=l&amp;ai=C2YE9lm6yVd7-KsSipgPztp6wD7jHhqYE0P2x-ZMC_JKlk2MQAyDnhfQSKANgye7rhsijoBmgAZKLpvYDyAEBqQJE4ZAgvKipPqgDAaoEhgFP0KjAumXrFXMrQhhbfkqvIXwTX4-mUXfJYv2aTbWp1RBJxLgOvUBFqn7X5PWZ84dDK4tnZK372eysaew1_pEsNnYj-UZPLo1S7N0qiSffcufZip-R8SvxeI7aJi9wV5sA3f2_jnP_TWkRG3jFadQd2eTr6HRXCwsUFRtrcLm1nnPpI4Ngj9gGBIAH1vTZCagHpr4b2AcB&amp;num=2&amp;sig=AOD64_0V0UZOV10jiiQb6dBac8JhselSdw&amp;client=ca-bbccom&amp;adurl=http://annuities.advisorworld.com/highest-annuity-returns-2014/%3Futm_source%3DAWGOOG%26utm_campaign%3Dmutfuncon16%26placement%3Dwww.bbc.com" onmouseout="window.status=''" onmouseover="window.status='go to advisorworld.com/CompareAnnuities';return true;" target="_blank" tabindex="-1">advisorworld.com/CompareAnnuities</a></p></li></ul></div>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div>
+<div id="bbccom_inread_1_2_3_4" class="bbccom_slot inread bbccom_inread_slot bbccom_visible" aria-hidden="true">
+ <div id="bbccom_inread" class="bbccom_advert bbccom_display_none bbccom_responsive">
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.slot) {
+ bbcdotcom.slot('inread', [1,2,3,4]);
+ }
+ /*]]>*/
+ </script><script type="text/javascript">bbcdotcom.ad("inread").setBaseContent();googletag.display("inread");</script>
+ </div>
+ <script type="text/javascript">
+ /*<![CDATA[*/
+ if (window.bbcdotcom && bbcdotcom.show) {
+ bbcdotcom.show()
+ }
+ /*]]>*/
+ </script>
+</div> </div>
+ </div> </div> </div> </div>
+
+
+<div id="core-navigation" class="navigation--footer">
+ <h2 class="navigation--footer__heading">News navigation</h2>
+
+
+ <button class="navigation__cta-footer navigation__footerButton">Sections</button><nav id="navigation--bottom" class="navigation navigation--bottom" role="navigation" aria-label="News">
+
+ <ul class="navigation--bottom__toplevel">
+ <li class="">
+ <a href="/news" class="">
+ <span>Home</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/video_and_audio/international" class="">
+ <span>Video</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/world" data-panel-id="js-navigation-panel-World" class="navigation-arrow">
+ <span>World</span>
+ </a>
+ <div class="navigation-panel navigation-panel--closed js-navigation-panel-World">
+ <div class="navigation-panel__content">
+ <ul class="navigation-panel-secondary">
+ <li><a href="/news/world"><span>World Home</span></a></li>
+ <li>
+ <a href="/news/world/africa"><span>Africa</span></a> </li>
+ <li>
+ <a href="/news/world/asia"><span>Asia</span></a> </li>
+ <li>
+ <a href="/news/world/australia"><span>Australia</span></a> </li>
+ <li>
+ <a href="/news/world/europe"><span>Europe</span></a> </li>
+ <li>
+ <a href="/news/world/latin_america"><span>Latin America</span></a> </li>
+ <li>
+ <a href="/news/world/middle_east"><span>Middle East</span></a> </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ <li class="selected ">
+ <a href="/news/world/us_and_canada" class="navigation-arrow--open">
+ <span>US &amp; Canada</span>
+ </a>
+ <span class="off-screen">selected</span> </li>
+ <li class="">
+ <a href="/news/uk" data-panel-id="js-navigation-panel-UK" class="navigation-arrow">
+ <span>UK</span>
+ </a>
+ <div class="navigation-panel navigation-panel--closed js-navigation-panel-UK">
+ <div class="navigation-panel__content">
+ <ul class="navigation-panel-secondary">
+ <li><a href="/news/uk"><span>UK Home</span></a></li>
+ <li>
+ <a href="/news/england"><span>England</span></a> </li>
+ <li>
+ <a href="/news/northern_ireland"><span>N. Ireland</span></a> </li>
+ <li>
+ <a href="/news/scotland"><span>Scotland</span></a> </li>
+ <li>
+ <a href="/news/wales"><span>Wales</span></a> </li>
+ <li>
+ <a href="/news/politics"><span>Politics</span></a> </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ <li class="">
+ <a href="/news/business" data-panel-id="js-navigation-panel-Business" class="navigation-arrow">
+ <span>Business</span>
+ </a>
+ <div class="navigation-panel navigation-panel--closed js-navigation-panel-Business">
+ <div class="navigation-panel__content">
+ <ul class="navigation-panel-secondary">
+ <li><a href="/news/business"><span>Business Home</span></a></li>
+ <li>
+ <a href="http://www.bbc.co.uk/news/business/market_data"><span>Market Data</span></a> </li>
+ <li>
+ <a href="/news/business/markets"><span>Markets</span></a> </li>
+ <li>
+ <a href="/news/business/economy"><span>Economy</span></a> </li>
+ <li>
+ <a href="/news/business/companies"><span>Companies</span></a> </li>
+ <li>
+ <a href="/news/business-22434141"><span>Entrepreneurship</span></a> </li>
+ <li>
+ <a href="/news/business-11428889"><span>Technology of Business</span></a> </li>
+ <li>
+ <a href="/news/business/business_of_sport"><span>Business of Sport</span></a> </li>
+ <li>
+ <a href="/news/business-12686570"><span>Knowledge economy</span></a> </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ <li class="">
+ <a href="/news/technology" class="">
+ <span>Tech</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/science_and_environment" class="">
+ <span>Science</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/magazine" class="">
+ <span>Magazine</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/entertainment_and_arts" class="">
+ <span>Entertainment &amp; Arts</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/health" class="">
+ <span>Health</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/in_pictures" class="">
+ <span>In Pictures</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/also_in_the_news" class="">
+ <span>Also in the News</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/special_reports" class="">
+ <span>Special Reports</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/explainers" class="">
+ <span>Explainers</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/the_reporters" class="">
+ <span>The Reporters</span>
+ </a>
+ </li>
+ <li class="">
+ <a href="/news/have_your_say" class="">
+ <span>Have Your Say</span>
+ </a>
+ </li>
+ </ul>
+ </nav>
+</div>
+ <div id="services-bar" class="blue-tit" role="navigation" aria-label="BBC News Services">
+ <div class="blue-tit__inner">
+ <h2 class="blue-tit__title">BBC News Services</h2>
+ <ul class="blue-tit__list">
+ <li class="blue-tit__list-item">
+ <a href="http://www.bbc.co.uk/news/10628994" class="blue-tit__list-item-link mobile">On your mobile</a>
+ </li>
+ <li class="blue-tit__list-item">
+ <a href="http://www.bbc.co.uk/news/help-17655000" class="blue-tit__list-item-link connected-tv">On your connected TV</a>
+ </li>
+ <li class="blue-tit__list-item">
+ <a href="http://www.bbc.co.uk/news/10628323" class="blue-tit__list-item-link newsletter">Get news alerts</a>
+ </li>
+ <li class="blue-tit__list-item">
+ <a href="http://www.bbc.co.uk/news/20039682" class="blue-tit__list-item-link contact-us">Contact BBC News</a>
+ </li>
+ </ul>
+ </div>
+</div>
+ </div><!-- closes #site-container --> </div> <div id="orb-footer" class="orb-footer orb-footer-grey orb-location-w"> <aside role="complementary"> <div id="orb-aside" class="orb-nav-sec b-r b-g-p"> <div class="orb-footer-inner" role="navigation"> <h2 class="orb-footer-lead">Explore the BBC</h2> <div id="orb-footer-promo" class="orb-d"></div> <div class="orb-footer-primary-links"> <ul> <li class="orb-nav-newsdotcom orb-w"> <a href="http://www.bbc.com/news/">News</a> </li> <li class="orb-nav-sport"> <a href="/sport/">Sport</a> </li> <li class="orb-nav-weather"> <a href="/weather/">Weather</a> </li> <li class="orb-nav-shop orb-w"> <a href="http://shop.bbc.com/">Shop</a> </li> <li class="orb-nav-earthdotcom orb-w"> <a href="http://www.bbc.com/earth/">Earth</a> </li> <li class="orb-nav-travel-dotcom orb-w"> <a href="http://www.bbc.com/travel/">Travel</a> </li> <li class="orb-nav-capital orb-w"> <a href="http://www.bbc.com/capital/">Capital</a> </li> <li class="orb-nav-culture orb-w"> <a href="http://www.bbc.com/culture/">Culture</a> </li> <li class="orb-nav-autos orb-w"> <a href="http://www.bbc.com/autos/">Autos</a> </li> <li class="orb-nav-future orb-w"> <a href="http://www.bbc.com/future/">Future</a> </li> <li class="orb-nav-tv"> <a href="/tv/">TV</a> </li> <li class="orb-nav-radio"> <a href="/radio/">Radio</a> </li> <li class="orb-nav-cbbc"> <a href="/cbbc">CBBC</a> </li> <li class="orb-nav-cbeebies"> <a href="/cbeebies">CBeebies</a> </li> <li> <a href="/ww1/">WW1</a> </li> <li class="orb-nav-food"> <a href="/food/">Food</a> </li> <li> <a href="/iwonder">iWonder</a> </li> <li> <a href="/education">Bitesize</a> </li> <li class="orb-nav-music"> <a href="/music/">Music</a> </li> <li class="orb-nav-nature orb-w"> <a href="/nature/">Nature</a> </li> <li class="orb-nav-local"> <a href="/local/">Local</a> </li> </ul> </div> </div> </div> </aside> <footer role="contentinfo"> <div id="orb-contentinfo" class="orb-nav-sec b-r b-g-p"> <div class="orb-footer-inner"> <ul> <li> <a href="/terms/">Terms of Use</a> </li> <li> <a href="/aboutthebbc/">About the BBC</a> </li> <li> <a href="/privacy/">Privacy Policy</a> </li> <li> <a href="/privacy/cookies/about">Cookies</a> </li> <li> <a href="/accessibility/">Accessibility Help</a> </li> <li> <a href="/guidance/">Parental Guidance</a> </li> <li> <a href="/contact/">Contact the BBC</a> </li> </ul> <small> <span class="orb-hilight">Copyright © 2015 BBC.</span> The BBC is not responsible for the content of external sites. <a href="/help/web/links/" class="orb-hilight">Read about our approach to external linking.</a> </small> </div> </div> </footer> </div> <!-- BBCDOTCOM bodyLast --><div class="bbccom_display_none"><script type="text/javascript"> /*<![CDATA[*/ if (window.bbcdotcom && window.bbcdotcom.analytics) { bbcdotcom.analytics.page(); } if (window.bbcdotcom && bbcdotcom.currencyProviders) { bbcdotcom.currencyProviders.write(); } /*]]>*/ </script><img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=6035051&amp;c4=www.bbc.com/news/world-us-canada-33646704" alt=""/><script type="text/javascript"> /*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.currencyProviders) { bbcdotcom.currencyProviders.postWrite(); } /*]]>*/ </script><script type="text/javascript"> /*<![CDATA[*/ /** * ASNYC waits to make any gpt requests until the bottom of the page */ /*]]>*/ </script><script type="text/javascript"> /*<![CDATA[*/ if (window.bbcdotcom && bbcdotcom.data && bbcdotcom.data.stats && bbcdotcom.data.stats === 1 && bbcdotcom.utils && window.location.pathname === '/' && window.bbccookies && bbccookies.readPolicy('performance') ) { var wwhpEdition = bbcdotcom.utils.getMetaPropertyContent('wwhp-edition'); var _sf_async_config={}; /** CONFIGURATION START **/ _sf_async_config.uid = 50924; _sf_async_config.domain = "bbc.co.uk"; _sf_async_config.title = "Homepage"+(wwhpEdition !== '' ? ' - '+wwhpEdition : ''); _sf_async_config.sections = "Homepage"+(wwhpEdition !== '' ? ', Homepage - '+wwhpEdition : ''); _sf_async_config.region = wwhpEdition; _sf_async_config.path = "/"+(wwhpEdition !== '' ? '?'+wwhpEdition : ''); /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement("script"); e.setAttribute("language", "javascript"); e.setAttribute("type", "text/javascript"); e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); } /*]]>*/ </script></div> <!-- BBCDOTCOM all code in page --> <script type="text/javascript"> document.write('&lt;' + 'script id="orb-js-script" data-assetpath="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/" src="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/script' + (( document.cookie.indexOf('ckns_debugorbjs') > -1 )? '-debug' : '') + '/orb.js">&lt;' + '/script>'); </script><script id="orb-js-script" data-assetpath="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/" src="http://static.bbci.co.uk/frameworks/barlesque/2.83.10/orb/4/script/orb.js"></script> <script type="text/javascript"> (function() {
+ 'use strict';
+
+ var promoManager = {
+ url: '',
+ segments: ['a', 'b'],
+ promoLoaded: false,
+ makeUrl: function (variant, theme, win) {
+ var loc = win? win.location : window.location,
+ proto = loc.protocol,
+ host = loc.host,
+ url = proto + '//' + ((proto.match(/s:/i) && !host.match(/^www\.(int|test)\./i))? 'ssl.' : 'www.'),
+ themes = ['light', 'dark'];
+
+ if ( host.match(/^(?:www|ssl)\.(int|test|stage|live)\.bbc\./i) ) {
+ url += RegExp.$1 + '.';
+ }
+ else if ( host.match(/^pal\.sandbox\./i) ) {
+ url += 'test.';
+ }
+
+ theme = themes[ +(theme === themes[0]) ];
+
+ return url + 'bbc.co.uk/navpromo/' + variant + '/' + theme;
+ },
+ validSegment: function (segment) {
+ var validSegments = this.segments;
+
+ for (var i = 0, len = validSegments.length; i &lt; len; i++) {
+ if (validSegments[i] === segment) {
+ return segment;
+ }
+ }
+
+ return validSegments[0];
+ },
+ init: function(node) {
+ var disabledByCookie = (document.cookie.indexOf('ckns_orb_nopromo=1') > -1),
+ orbFullWidth = (document.getElementById('orb-aside').offsetWidth >= 1008),
+ that = this;
+
+ if (window.promomanagerOverride) {
+ for (var p in promomanagerOverride) {
+ that[p] = promomanagerOverride[p];
+ }
+ }
+
+ if ( window.orb.fig('uk') && orbFullWidth && !disabledByCookie ) {
+ require(['orb/async/_footerpromo', 'istats-1'], function(promo, istats) {
+ var mandolinEndDate = new Date().getTime() + (7 * 60 * 60 * 24) * 1000,
+ mandolin = new bbc.Mandolin('footer-promo', that.segments, {rate: 0.2, end: mandolinEndDate}),
+ segmentToRequest = that.validSegment(mandolin.getSegment());
+
+ that.url = (window.promomanagerOverride || that).makeUrl(segmentToRequest, 'light');
+
+ if (that.url) {
+ promo.load(that.url, node, {
+ onSuccess: function(e) {
+ istats.addLabels({ 'campaignID': e.campaignID });
+ if (segmentToRequest === mandolin.getSegment()) {
+ istats.addLabels({ 'promo_id_segment': e.campaignID + ':' + mandolin.getSegment() });
+ }
+ istats.track('internal', {region: node, linkLocation : 'orb-footer-promo'});
+
+ istats.log('display', 'orb-footer-promo-displayed', {campaignID : e.campaignID, testVariant: segmentToRequest});
+ node.className = node.className + ' orb-footer-promo-loaded';
+ promoManager.promoLoaded = true;
+ promoManager.event('promo-loaded').fire(e);
+ },
+ onError: function() {
+ istats.log('error', 'orb-footer-promo-failed');
+ document.cookie = 'ckns_orb_nopromo=1; expires=' + new Date(new Date().getTime() + 1000 * 60 * 10).toGMTString() + ';';
+ }
+ });
+ }
+ });
+ }
+ }
+ };
+
+
+ define('orb/promomanager', ['orb/lib/_event'], function (event) {
+ event.mixin(promoManager);
+ return promoManager;
+ });
+
+ require(['orb/promomanager'], function (promoManager) {
+ promoManager.init(document.getElementById('orb-footer-promo'));
+ })
+})();
+ </script> <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementsByTagName('body')[0] }); istats.track('download', { region: document.getElementsByTagName('body')[0] }); }); } </script> <img alt="" id="livestats" src="http://stats.bbc.co.uk/o.gif?~RS~s~RS~News~RS~t~RS~HighWeb_Story~RS~i~RS~33646704~RS~p~RS~99127~RS~a~RS~US~RS~u~RS~/news/world-us-canada-33646704~RS~r~RS~0~RS~q~RS~0~RS~z~RS~8469~RS~"/> <script> window.old_onload = window.onload; window.onload = function() { if(window.old_onload) { window.old_onload(); } window.loaded = true; }; </script> <!-- Chartbeat Web Analytics code - start -->
+<script type="text/javascript">
+ var _sf_async_config={};
+ /** CONFIGURATION START **/
+ _sf_async_config.uid = "50924";
+ _sf_async_config.domain = "www.bbc.co.uk";
+ _sf_async_config.sections = "News, News - us-and-canada, News - STY, News - us-and-canada - STY";
+ <!-- if page is an index, add the edition to the path -->
+ _sf_async_config.path = "bbc.co.uk/news/world-us-canada-33646704";
+ (function() {
+ var noCookies = true;
+ var cookiePrefix = '_chartbeat';
+ if ("object" === typeof bbccookies && typeof bbccookies.readPolicy == 'function') {
+ noCookies = !bbccookies.readPolicy().performance;
+ }
+ if (noCookies && document.cookie.indexOf(cookiePrefix) !== -1) {
+ //Find and remove cookies whose names begin with '_chartbeat'
+ var cookieSplit = document.cookie.split(';');
+ var cookieLength = cookieSplit.length;
+ while (cookieLength--) {
+ var cookie = cookieSplit[cookieLength].replace(/^\s+|\s+$/g, '');
+ var cookieName = cookie.split('=')[0];
+
+ if (cookieName.indexOf(cookiePrefix) === 0) {
+ document.cookie = cookieName + '=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;';
+ }
+ }
+ }
+ _sf_async_config.noCookies = noCookies;
+ }());
+
+ /** CONFIGURATION END **/
+ (function(){
+ function loadChartbeat() {
+ window._sf_endpt=(new Date()).getTime();
+ var e = document.createElement("script");
+ e.setAttribute("language", "javascript");
+ e.setAttribute("type", "text/javascript");
+ e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');
+ document.body.appendChild(e);
+ }
+ var oldonload = window.onload;
+ window.onload = (typeof window.onload != "function") ?
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
+ }());
+</script>
+<!-- Chartbeat Web Analytics code - end -->
+ <!-- mpulse start -->
+<script>
+ var random = Math.random();
+ var rate = 1;
+ if (rate && (random &lt; rate)) {
+ var account = (location.host.indexOf('.co.uk') !== -1) ? 'WDD4L-XTNMF-UDE8D-52W9K-N4FX8' : 'X5H9R-GT47V-WJULQ-CWND4-S7WY8';
+ // mpulse vendor code
+ (function(){
+ if(window.BOOMR && window.BOOMR.version){return;}
+ var dom,doc,where,iframe = document.createElement('iframe');
+ iframe.src = "javascript:false";
+ iframe.title = ""; iframe.role="presentation";
+ (iframe.frameElement || iframe).style.cssText = "width:0;height:0;border:0;display:none;";
+ where = document.getElementsByTagName('script')[0];
+ where.parentNode.insertBefore(iframe, where);
+
+ try {
+ doc = iframe.contentWindow.document;
+ } catch(e) {
+ dom = document.domain;
+ iframe.src="javascript:var d=document.open();d.domain='"+dom+"';void(0);";
+ doc = iframe.contentWindow.document;
+ }
+ doc.open()._l = function() {
+ var js = this.createElement("script");
+ if(dom) this.domain = dom;
+ js.id = "boomr-if-as";
+ js.src = '//c.go-mpulse.net/boomerang/' +
+ account;
+ BOOMR_lstart=new Date().getTime();
+ this.body.appendChild(js);
+ };
+ doc.write('&lt;body onload="document._l();">');
+ doc.close();
+ })();
+ // mpulse vendor code - end
+ }
+</script>
+<!-- mpulse end -->
+
+
+
+
+
+
+
+
+
+
+</div><script src="http://b.scorecardresearch.com/beacon.js" type="text/javascript" async=""></script><div class="kxhead" data-id="JZTWpGsM" style="display:none !important;"><span class="kxtag kxinvisible" data-id="29292" data-alias="Krux Track Social"><script type="text/javascript">Krux('social.init');</script></span><span class="kxtag kxinvisible" data-id="48940" data-alias="DTC Ad Units on Legacy sites"><script>
+var krrain1 = document.getElementsByTagName('script');
+for(var i = 0; i &lt; krrain1.length; i++) {
+ if(krrain1[i].src.indexOf("doubleclick.net") > 0) {
+ var krrain2 = krrain1[i].src.split("/");
+ if (krrain2[3] != null && krrain2[3] != ""){
+ if (krrain2[3] == "adj"){
+ Krux('set', 'page_attr_adunit1', krrain2[4]);
+ var krrain3 = krrain2[5].split(";");
+ Krux('set', 'page_attr_adunit2', krrain3[0]);
+ }
+ else if (krrain2[4] == "adj") {
+ Krux('set', 'page_attr_adunit1', krrain2[5]);
+ var krrain3 = krrain2[6].split(";");
+ Krux('set', 'page_attr_adunit2', krrain3[0]);
+ }
+ }
+ break;
+ }
+}
+</script></span><span class="kxtag kxinvisible" data-id="34352" data-alias="DTC v1"><script>
+Krux('scrape', { "page_attr_keywords": {meta_name: "keywords"}});
+Krux('scrape', { 'page_attr_url_path_1': {url_path: '1'}});
+Krux('scrape', { 'page_attr_url_path_2': {url_path: '2'}});
+Krux('scrape', { 'page_attr_url_path_3': {url_path: '3'}});
+Krux('scrape', { 'page_attr_url_path_4': {url_path: '4'}});
+Krux('scrape', { 'page_attr_url_path_5': {url_path: '5'}});
+Krux('set', 'page_attr_sections', typeof window._sf_async_config === 'object' && window._sf_async_config['sections']);
+Krux('set', 'page_attr_title', typeof window._sf_async_config === 'object' && window._sf_async_config['title']);
+Krux('set', 'page_attr_region', typeof window._sf_async_config === 'object' && window._sf_async_config['region']);
+</script></span><span class="kxtag kxinvisible" data-id="44488" data-alias="BBC Meta Description">Krux('scrape', { 'page_attr_description': {meta_name: 'Description'}});</span><span class="kxtag kxinvisible" data-id="43732" data-alias="DTC v2"><script>
+Krux('set', 'page_attr_cb_title', typeof window._sf_async_config === 'object' && window._sf_async_config['title']);
+Krux('set', 'page_attr_cb_path', typeof window._sf_async_config === 'object' && window._sf_async_config['path']);
+
+Krux('scrape', { 'page_attr_google_ad.type': {js_global: "google_ad.type"}});
+Krux('scrape', { 'page_attr_google_ad.bidtype': {js_global: "google_ad.bidtype"}});
+Krux('scrape', { 'page_attr_google_ad.targeting_type': {js_global: "google_ad.targeting_type"}});
+Krux('scrape', { 'page_attr_google_ad.visible_url': {js_global: "google_ad.visible_url"}});
+Krux('scrape', { 'page_attr_scw_account': {js_global: "s_account"}});
+Krux('scrape', { 'page_attr_scw_site_section': {js_global: "scw.prop7"}});
+Krux('scrape', { 'page_attr_scw_ad_enabled': {js_global: "scw.prop57"}});
+Krux('scrape', { 'page_attr_scw_hour': {js_global: "s_hour"}});
+Krux('scrape', { 'page_attr_scw_day': {js_global: "s_day"}});
+Krux('scrape', { 'page_attr_scw_timepart': {js_global: "s_timepart"}});
+
+
+Krux('scrape', { 'page_attr_dart_tag': {dart: "tag"}});
+Krux('scrape', { 'page_attr_dart_page': {dart: "page"}});
+Krux('scrape', { 'page_attr_dart_referrer': {dart: "referrer"}});
+Krux('scrape', { 'page_attr_dart_domain': {dart: "domain"}});
+Krux('scrape', { 'page_attr_dart_headline': {dart: "headline"}});
+Krux('scrape', { 'page_attr_dart_is_sponsor': {dart: "is_sponsor"}});
+Krux('scrape', { 'page_attr_dart_is_mpu': {dart: "is_mpu"}});
+
+Krux('scrape', { 'page_attr_dfpZone': {js_global: "dfpZone"}});
+</script></span><span class="kxtag kxinvisible" data-id="40186" data-alias="BBC News DTC"><script>
+Krux('scrape', { 'page_attr_dart_ctype': {dart: "ctype"}});
+Krux('scrape', { 'page_attr_dart_news': {dart: "news"}});
+for(i=0;i&lt;document.getElementsByTagName('meta').length;i++) {
+ if(document.getElementsByTagName('meta')[i].getAttribute('name') == 'CPS_SECTION_PATH'){
+ var sec_hier = document.getElementsByTagName('meta')[i].getAttribute('content').split('/');
+ Krux('set', 'section', sec_hier[0]);
+ if(sec_hier.length > 1) {
+ Krux('set', 'subsection', sec_hier[1]);
+ }
+ }
+}
+</script></span></div><script src="//static.chartbeat.com/js/chartbeat.js" type="text/javascript" language="javascript"></script><iframe id="iPerceptionsFrame" style="display: none;" src="//universal.iperceptions.com/iFrame.html"></iframe><div id="edr_survey"></div><iframe style="display: none; width: 0px; height: 0px;" name="google_osd_static_frame" id="google_osd_static_frame_5275862176938"></iframe></body></html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json
new file mode 100644
index 0000000..1b254aa
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "https:\/\/1.bp.blogspot.com\/-YIPC5jkXkDE\/Vy7YPSqFKWI\/AAAAAAAAAxI\/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB\/w1200-h630-p-nu\/block-diagram.png",
+ "https:\/\/1.bp.blogspot.com\/-YIPC5jkXkDE\/Vy7YPSqFKWI\/AAAAAAAAAxI\/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB\/s640\/block-diagram.png",
+ "https:\/\/1.bp.blogspot.com\/-k3naUT3uXao\/Vy7WFac246I\/AAAAAAAAAw8\/mePy_ostO8QJra5ZJrbP2WGhTlJ0B_r8gCLcB\/s640\/schematic-from-hell.png",
+ "https:\/\/2.bp.blogspot.com\/-kIekczO693g\/Vy7dBqYifXI\/AAAAAAAAAxc\/hMNJBs5bedIQOrBzzkhq4gbmhR-n58EQwCLcB\/s400\/graph-labels.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json
new file mode 100644
index 0000000..a081c88
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "I've written a couple of posts in the past few months but they were all for the blog at work so I figured I'm long overdue for one on Silic...",
+ "Image": "https:\/\/1.bp.blogspot.com\/-YIPC5jkXkDE\/Vy7YPSqFKWI\/AAAAAAAAAxI\/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB\/w1200-h630-p-nu\/block-diagram.png",
+ "Title": "Open Verilog flow for Silego GreenPak4 programmable logic devices",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html
new file mode 100644
index 0000000..20d9033
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html
@@ -0,0 +1,84 @@
+<div id="post-body-932306423056216142" itemprop="description articleBody"><p>
+ I've written a couple of posts in the past few months but they were all for <a href="http://blog.ioactive.com/search/label/Andrew%20Zonenberg">the blog at work</a> so I figured I'm long overdue for one on Silicon Exposed.</p><h2>
+ So what's a GreenPak?</h2>
+ <p> Silego Technology is a fabless semiconductor company located in the SF Bay area, which makes (among other things) a line of programmable logic devices known as GreenPak. Their <a href="http://www.silego.com/products/greenpak5.html">5th generation parts</a> were just announced, but I started this project before that happened so I'm still targeting the <a href="http://www.silego.com/products/greenpak4.html">4th generation</a>.</p><p> GreenPak devices are kind of like itty bitty <a href="http://www.cypress.com/products/32-bit-arm-cortex-m-psoc">PSoCs</a> - they have a mixed signal fabric with an ADC, DACs, comparators, voltage references, plus a digital LUT/FF fabric and some typical digital MCU peripherals like counters and oscillators (but no CPU).</p><p> It's actually an interesting architecture - FPGAs (including some devices marketed as CPLDs) are a 2D array of LUTs connected via wires to adjacent cells, and true (product term) CPLDs are a star topology of AND-OR arrays connected by a crossbar. GreenPak, on the other hand, is a star topology of LUTs, flipflops, and analog/digital hard IP connected to a crossbar.</p><p> Without further ado, here's a block diagram showing all the cool stuff you get in the SLG46620V:</p><table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <a href="https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s1600/block-diagram.png" imageanchor="1"><img height="512" src="https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s640/block-diagram.png" width="640"></a>
+ </td>
+ </tr>
+ <tr>
+ <td>SLG46620V block diagram (from device datasheet)</td>
+ </tr>
+ </tbody>
+ </table><p>
+ They're also tiny (the SLG46620V is a 20-pin 0.4mm pitch STQFN measuring 2x3 mm, and the lower gate count SLG46140V is a mere 1.6x2 mm) and probably the cheapest programmable logic device on the market - $0.50 in low volume and less than $0.40 in larger quantities.</p><p> The Vdd range of GreenPak4 is huge, more like what you'd expect from an MCU than an FPGA! It can run on anything from 1.8 to 5V, although performance is only specified at 1.8, 3.3, and 5V nominal voltages. There's also a dual-rail version that trades one of the GPIO pins for a second power supply pin, allowing you to interface to logic at two different voltage levels.</p><p> To support low-cost/space-constrained applications, they even have the configuration memory on die. It's one-time programmable and needs external Vpp to program (presumably Silego didn't want to waste die area on charge pumps that would only be used once) but has a SRAM programming mode for prototyping.</p><p> The best part is that the development software (GreenPak Designer) is free of charge and provided for all major operating systems including Linux! Unfortunately, the only supported design entry method is schematic entry and there's no way to write your design in a HDL.</p><p> While schematics may be fine for quick tinkering on really simple designs, they quickly get unwieldy. The nightmare of a circuit shown below is just a bunch of counters hooked up to LEDs that blink at various rates.</p><table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <a href="https://1.bp.blogspot.com/-k3naUT3uXao/Vy7WFac246I/AAAAAAAAAw8/mePy_ostO8QJra5ZJrbP2WGhTlJ0B_r8gCLcB/s1600/schematic-from-hell.png" imageanchor="1"><img height="334" src="https://1.bp.blogspot.com/-k3naUT3uXao/Vy7WFac246I/AAAAAAAAAw8/mePy_ostO8QJra5ZJrbP2WGhTlJ0B_r8gCLcB/s640/schematic-from-hell.png" width="640"></a>
+ </td>
+ </tr>
+ <tr>
+ <td>Schematic from hell!</td>
+ </tr>
+ </tbody>
+ </table><p>
+ As if this wasn't enough of a problem, the largest GreenPak4 device (the SLG46620V) is split into two halves with limited routing between them, and the GUI doesn't help the user manage this complexity at all - you have to draw your schematic in two halves and add "cross connections" between them.</p><p> The icing on the cake is that schematics are a pain to diff and collaborate on. Although GreenPak schematics are XML based, which is a touch better than binary, who wants to read a giant XML diff and try to figure out what's going on in the circuit?</p><p> This isn't going to be a post on the quirks of Silego's software, though - that would be boring. As it turns out, there's one more exciting feature of these chips that I didn't mention earlier: the configuration bitstream is 100% documented in the device datasheet! This is unheard of in the programmable logic world. As Nick of Arachnid Labs <a href="http://www.arachnidlabs.com/blog/2015/03/30/greenpak/">says</a>, the chip is "just dying for someone to write a VHDL or Verilog compiler for it". As you can probably guess by from the title of this post, I've been busy doing exactly that.</p><h2>
+ Great! How does it work?</h2>
+ <p> Rather than wasting time writing a synthesizer, I decided to write a GreenPak technology library for Clifford Wolf's excellent open source synthesis tool, <a href="http://www.clifford.at/yosys/">Yosys</a>, and then make a place-and-route tool to turn that into a final netlist. The post-PAR netlist can then be loaded into GreenPak Designer in order to program the device.</p><p> The first step of the process is to run the "synth_greenpak4" Yosys flow on the Verilog source. This runs a generic RTL synthesis pass, then some coarse-grained extraction passes to infer shift register and counter cells from behavioral logic, and finally maps the remaining logic to LUT/FF cells and outputs a JSON-formatted netlist.</p><p> Once the design has been synthesized, my tool (named, surprisingly, gp4par) is then launched on the netlist. It begins by parsing the JSON and constructing a directed graph of cell objects in memory. A second graph, containing all of the primitives in the device and the legal connections between them, is then created based on the device specified on the command line. (As of now only the SLG46620V is supported; the SLG46621V can be added fairly easily but the SLG46140V has a slightly different microarchitecture which will require a bit more work to support.)</p><p> After the graphs are generated, each node in the netlist graph is assigned a numeric label identifying the type of cell and each node in the device graph is assigned a list of legal labels: for example, an I/O buffer site is legal for an input buffer, output buffer, or bidirectional buffer.</p><table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <a href="https://2.bp.blogspot.com/-kIekczO693g/Vy7dBqYifXI/AAAAAAAAAxc/hMNJBs5bedIQOrBzzkhq4gbmhR-n58EQwCLcB/s1600/graph-labels.png" imageanchor="1"><img height="141" src="https://2.bp.blogspot.com/-kIekczO693g/Vy7dBqYifXI/AAAAAAAAAxc/hMNJBs5bedIQOrBzzkhq4gbmhR-n58EQwCLcB/s400/graph-labels.png" width="400"></a>
+ </td>
+ </tr>
+ <tr>
+ <td>Example labeling for a subset of the netlist and device graphs</td>
+ </tr>
+ </tbody>
+ </table><p>
+ The labeled nodes now need to be placed. The initial placement uses a simple greedy algorithm to create a valid (although not necessarily optimal or even routable) placement:</p><ol>
+ <li>Loop over the cells in the netlist. If any cell has a LOC constraint, which locks the cell to a specific physical site, attempt to assign the node to the specified site. If the specified node is the wrong type, doesn't exist, or is already used by another constrained node, the constraint is invalid so fail with an error.</li>
+ <li>Loop over all of the unconstrained cells in the netlist and assign them to the first unused site with the right label. If none are available, the design is too big for the device so fail with an error.</li>
+ </ol><p>
+ Once the design is placed, the placement optimizer then loops over the design and attempts to improve it. A simulated annealing algorithm is used, where changes to the design are accepted unconditionally if they make the placement better, and with a random, gradually decreasing probability if they make it worse. The optimizer terminates when the design receives a perfect score (indicating an optimal placement) or if it stops making progress for several iterations. Each iteration does the following:</p><ol>
+ <li>Compute a score for the current design based on the number of unroutable nets, the amount of routing congestion (number of nets crossing between halves of the device), and static timing analysis (not yet implemented, always zero).</li>
+ <li>Make a list of nodes that contributed to this score in some way (having some attached nets unroutable, crossing to the other half of the device, or failing timing).</li>
+ <li>Remove nodes from the list that are LOC'd to a specific location since we're not allowed to move them.</li>
+ <li>Remove nodes from the list that have only one legal placement in the device (for example, oscillator hard IP) since there's nowhere else for them to go.</li>
+ <li>Pick a node from the remainder of the list at random. Call this our pivot.</li>
+ <li>Find a list of candidate placements for the pivot: </li>
+ <ol>
+ <li>Consider all routable placements in the other half of the device.</li>
+ <li>If none were found, consider all routable placements anywhere in the device.</li>
+ <li>If none were found, consider all placements anywhere in the device even if they're not routable.</li>
+ </ol>
+ <li>Pick one of the candidates at random and move the pivot to that location. If another cell in the netlist is already there, put it in the vacant site left by the pivot.</li>
+ <li>Re-compute the score for the design. If it's better, accept this change and start the next iteration.</li>
+ <li>If the score is worse, accept it with a random probability which decreases as the iteration number goes up. If the change is not accepted, restore the previous placement.</li>
+ </ol><p>
+ After optimization, the design is checked for routability. If any edges in the netlist graph don't correspond to edges in the device graph, the user probably asked for something impossible (for example, trying to hook a flipflop's output to a comparator's reference voltage input) so fail with an error.</p><p> The design is then routed. This is quite simple due to the crossbar structure of the device. For each edge in the netlist:</p><ol>
+ <li>If dedicated (non-fabric) routing is used for this path, configure the destination's input mux appropriately and stop.</li>
+ <li>If the source and destination are in the same half of the device, configure the destination's input mux appropriately and stop.</li>
+ <li>A cross-connection must be used. Check if we already used one to bring the source signal to the other half of the device. If found, configure the destination to route from that cross-connection and stop.</li>
+ <li>Check if we have any cross-connections left going in this direction. If they're all used, the design is unroutable due to congestion so fail with an error.</li>
+ <li>Pick the next unused cross-connection and configure it to route from the source. Configure the destination to route from the cross-connection and stop.</li>
+ </ol><p>
+ Once routing is finished, run a series of post-PAR design rule checks. These currently include the following:</p><ul>
+ <li>If any node has no loads, generate a warning</li>
+ <li>If an I/O buffer is connected to analog hard IP, fail with an error if it's not configured in analog mode.</li>
+ <li>Some signals (such as comparator inputs and oscillator power-down controls) are generated by a shared mux and fed to many loads. If different loads require conflicting settings for the shared mux, fail with an error.</li>
+ </ul><p>
+ If DRC passes with no errors, configure all of the individual cells in the netlist based on the HDL parameters. Fail with an error if an invalid configuration was requested.</p><p> Finally, generate the bitstream from all of the per-cell configuration and write it to a file.</p><h2>
+ Great, let's get started!</h2><p>
+ If you don't already have one, you'll need to buy a <a href="http://www.silego.com/buy/index.php?main_page=product_info&amp;products_id=388">GreenPak4 development kit</a>. The kit includes samples of the SLG46620V (among other devices) and a programmer/emulation board. While you're waiting for it to arrive, install <a href="http://www.silego.com/softdoc/software.html">GreenPak Designer</a>.</p><p> Download and install Yosys. Although Clifford is pretty good at merging my pull requests, only <a href="https://github.com/azonenberg/yosys/">my fork on Github</a> is guaranteed to have the most up-to-date support for GreenPak devices so don't be surprised if you can't use a bleeding-edge feature with mainline Yosys.</p><p> Download and install gp4par. You can get it from <a href="https://github.com/azonenberg/openfpga/">the Github repository</a>.</p><p> Write your HDL, compile with Yosys, P&amp;R with gp4par, and import the bitstream into GreenPak Designer to program the target device. The most current gp4par manual is included in LaTeX source form in the source tree and is automatically built as part of the compile process. If you're just browsing, there's a <a href="http://thanatos.virtual.antikernel.net/unlisted/gp4-hdl.pdf">relatively recent PDF version</a> on my web server.</p><p> If you'd like to see the Verilog that produced the nightmare of a schematic I showed above, <a href="https://github.com/azonenberg/openfpga/blob/master/tests/greenpak4/Blinky/Blinky.v">here it is</a>.</p><p> Be advised that this project is still very much a work in progress and there are still a number of SLG46620V features I don't support (see the manual for exact details).</p><h2>
+ I love it / it segfaulted / there's a problem in the manual!</h2><p>
+ Hop in our IRC channel (##openfpga on Freenode) and let me know. Feedback is great, pull requests are even better,</p><h2>
+ You're competing with Silego's IDE. Have they found out and sued you yet?</h2><p>
+ Nope. They're fully aware of what I'm doing and are rolling out the red carpet for me. They love the idea of a HDL flow as an alternative to schematic entry and are pretty amazed at how fast it's coming together.</p><p> After I reported a few bugs in their datasheets they decided to skip the middleman and give me direct access to the engineer who writes their documentation so that I can get faster responses. The last time I found a problem (two different parts of the datasheet contradicted each other) an updated datasheet was in my inbox and on their website by the next day. I only wish Xilinx gave me that kind of treatment!</p><p> They've even <a href="https://twitter.com/SilegoTech/status/717018987771469824">offered me free hardware</a> to help me add support for their latest product family, although I plan to get GreenPak4 support to a more stable state before taking them up on the offer.</p><h2>
+ So what's next?</h2>
+ <p> Better testing, for starters. I have to verify functionality by hand with a DMM and oscilloscope, which is time consuming.</p><p> My contact at Silego says they're going to be giving me documentation on the SRAM emulation interface soon, so I'm going to make a hardware-in-loop test platform that connects to my desktop and the Silego ZIF socket, and lets me load new bitstreams via a scriptable interface. It'll have FPGA-based digital I/O as well as an ADC and DAC on every device pin, plus an adjustable voltage regulator for power, so I can feed in arbitrary mixed-signal test waveforms and write PC-based unit tests to verify correct behavior.</p><p> Other than that, I want to finish support for the SLG46620V in the next month or two. The SLG46621V will be an easy addition since only one pin and the relevant configuration bits have changed from the 46620 (I suspect they're the same die, just bonded out differently).</p><p> Once that's done I'll have to do some more extensive work to add the SLG46140V since the architecture is a bit different (a lot of the combinatorial logic is merged into multi-function blocks). Luckily, the 46140 has a lot in common architecturally with the GreenPak5 family, so once that's done GreenPak5 will probably be a lot easier to add support for.</p><p> My thanks go out to Clifford Wolf, whitequark, the IRC users in ##openfpga, and everyone at Silego I've worked with to help make this possible. I hope that one day this project will become mature enough that Silego will ship it as an officially supported extension to GreenPak Designer, making history by becoming the first modern programmable logic vendor to ship a fully open source synthesis and P&amp;R suite.
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html b/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html
new file mode 100644
index 0000000..0c23844
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html
@@ -0,0 +1,2064 @@
+<!DOCTYPE html>
+<html class='v2' dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
+
+<head>
+ <meta content='width=1100' name='viewport' />
+ <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
+ <meta content='blogger' name='generator' />
+ <link href='http://siliconexposed.blogspot.tw/favicon.ico' rel='icon' type='image/x-icon' />
+ <link href='http://siliconexposed.blogspot.com/2016/05/open-verilog-flow-for-silego-greenpak4.html' rel='canonical' />
+ <link rel="alternate" type="application/atom+xml" title="Silicon Exposed - Atom" href="http://siliconexposed.blogspot.com/feeds/posts/default" />
+ <link rel="alternate" type="application/rss+xml" title="Silicon Exposed - RSS" href="http://siliconexposed.blogspot.com/feeds/posts/default?alt=rss" />
+ <link rel="service.post" type="application/atom+xml" title="Silicon Exposed - Atom" href="https://www.blogger.com/feeds/175004091875960054/posts/default" />
+
+ <link rel="alternate" type="application/atom+xml" title="Silicon Exposed - Atom" href="http://siliconexposed.blogspot.com/feeds/932306423056216142/comments/default" />
+ <!--[if IE]><script type="text/javascript" src="https://www.blogger.com/static/v1/jsbin/3382512426-ieretrofit.js"></script>
+<![endif]-->
+ <link href='https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s640/block-diagram.png' rel='image_src' />
+ <meta content='http://siliconexposed.blogspot.com/2016/05/open-verilog-flow-for-silego-greenpak4.html' property='og:url' />
+ <meta content='Open Verilog flow for Silego GreenPak4 programmable logic devices' property='og:title' />
+ <meta content='I&#39;ve written a couple of posts in the past few months but they were all for the blog at work so I figured I&#39;m long overdue for one on Silic...' property='og:description' />
+ <meta content='https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/w1200-h630-p-nu/block-diagram.png' property='og:image' />
+ <!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->
+ <title>Silicon Exposed: Open Verilog flow for Silego GreenPak4 programmable logic devices</title>
+ <link type='text/css' rel='stylesheet' href='https://www.blogger.com/static/v1/widgets/434580396-css_bundle_v2.css' />
+ <link type='text/css' rel='stylesheet' href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=175004091875960054&zx=7186378a-33a2-4a55-8356-a1dae7b99e4e' />
+ <style id='page-skin-1' type='text/css'>
+ <!--
+ /*
+-----------------------------------------------
+Blogger Template Style
+Name: Simple
+Designer: Josh Peterson
+URL: www.noaesthetic.com
+----------------------------------------------- */
+ /* Variable definitions
+====================
+<Variable name="keycolor" description="Main Color" type="color" default="#66bbdd"/>
+<Group description="Page Text" selector="body">
+<Variable name="body.font" description="Font" type="font"
+default="normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
+<Variable name="body.text.color" description="Text Color" type="color" default="#222222"/>
+</Group>
+<Group description="Backgrounds" selector=".body-fauxcolumns-outer">
+<Variable name="body.background.color" description="Outer Background" type="color" default="#66bbdd"/>
+<Variable name="content.background.color" description="Main Background" type="color" default="#ffffff"/>
+<Variable name="header.background.color" description="Header Background" type="color" default="transparent"/>
+</Group>
+<Group description="Links" selector=".main-outer">
+<Variable name="link.color" description="Link Color" type="color" default="#2288bb"/>
+<Variable name="link.visited.color" description="Visited Color" type="color" default="#888888"/>
+<Variable name="link.hover.color" description="Hover Color" type="color" default="#33aaff"/>
+</Group>
+<Group description="Blog Title" selector=".header h1">
+<Variable name="header.font" description="Font" type="font"
+default="normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
+<Variable name="header.text.color" description="Title Color" type="color" default="#3399bb" />
+</Group>
+<Group description="Blog Description" selector=".header .description">
+<Variable name="description.text.color" description="Description Color" type="color"
+default="#777777" />
+</Group>
+<Group description="Tabs Text" selector=".tabs-inner .widget li a">
+<Variable name="tabs.font" description="Font" type="font"
+default="normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
+<Variable name="tabs.text.color" description="Text Color" type="color" default="#999999"/>
+<Variable name="tabs.selected.text.color" description="Selected Color" type="color" default="#000000"/>
+</Group>
+<Group description="Tabs Background" selector=".tabs-outer .PageList">
+<Variable name="tabs.background.color" description="Background Color" type="color" default="#f5f5f5"/>
+<Variable name="tabs.selected.background.color" description="Selected Color" type="color" default="#eeeeee"/>
+</Group>
+<Group description="Post Title" selector="h3.post-title, .comments h4">
+<Variable name="post.title.font" description="Font" type="font"
+default="normal normal 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
+</Group>
+<Group description="Date Header" selector=".date-header">
+<Variable name="date.header.color" description="Text Color" type="color"
+default="#666666"/>
+<Variable name="date.header.background.color" description="Background Color" type="color"
+default="transparent"/>
+<Variable name="date.header.font" description="Text Font" type="font"
+default="normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
+<Variable name="date.header.padding" description="Date Header Padding" type="string" default="inherit"/>
+<Variable name="date.header.letterspacing" description="Date Header Letter Spacing" type="string" default="inherit"/>
+<Variable name="date.header.margin" description="Date Header Margin" type="string" default="inherit"/>
+</Group>
+<Group description="Post Footer" selector=".post-footer">
+<Variable name="post.footer.text.color" description="Text Color" type="color" default="#666666"/>
+<Variable name="post.footer.background.color" description="Background Color" type="color"
+default="#f9f9f9"/>
+<Variable name="post.footer.border.color" description="Shadow Color" type="color" default="#eeeeee"/>
+</Group>
+<Group description="Gadgets" selector="h2">
+<Variable name="widget.title.font" description="Title Font" type="font"
+default="normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
+<Variable name="widget.title.text.color" description="Title Color" type="color" default="#000000"/>
+<Variable name="widget.alternate.text.color" description="Alternate Color" type="color" default="#999999"/>
+</Group>
+<Group description="Images" selector=".main-inner">
+<Variable name="image.background.color" description="Background Color" type="color" default="#ffffff"/>
+<Variable name="image.border.color" description="Border Color" type="color" default="#eeeeee"/>
+<Variable name="image.text.color" description="Caption Text Color" type="color" default="#666666"/>
+</Group>
+<Group description="Accents" selector=".content-inner">
+<Variable name="body.rule.color" description="Separator Line Color" type="color" default="#eeeeee"/>
+<Variable name="tabs.border.color" description="Tabs Border Color" type="color" default="transparent"/>
+</Group>
+<Variable name="body.background" description="Body Background" type="background"
+color="#ffffff" default="$(color) none repeat scroll top left"/>
+<Variable name="body.background.override" description="Body Background Override" type="string" default=""/>
+<Variable name="body.background.gradient.cap" description="Body Gradient Cap" type="url"
+default="url(https://resources.blogblog.com/blogblog/data/1kt/simple/gradients_light.png)"/>
+<Variable name="body.background.gradient.tile" description="Body Gradient Tile" type="url"
+default="url(https://resources.blogblog.com/blogblog/data/1kt/simple/body_gradient_tile_light.png)"/>
+<Variable name="content.background.color.selector" description="Content Background Color Selector" type="string" default=".content-inner"/>
+<Variable name="content.padding" description="Content Padding" type="length" default="10px" min="0" max="100px"/>
+<Variable name="content.padding.horizontal" description="Content Horizontal Padding" type="length" default="10px" min="0" max="100px"/>
+<Variable name="content.shadow.spread" description="Content Shadow Spread" type="length" default="40px" min="0" max="100px"/>
+<Variable name="content.shadow.spread.webkit" description="Content Shadow Spread (WebKit)" type="length" default="5px" min="0" max="100px"/>
+<Variable name="content.shadow.spread.ie" description="Content Shadow Spread (IE)" type="length" default="10px" min="0" max="100px"/>
+<Variable name="main.border.width" description="Main Border Width" type="length" default="0" min="0" max="10px"/>
+<Variable name="header.background.gradient" description="Header Gradient" type="url" default="none"/>
+<Variable name="header.shadow.offset.left" description="Header Shadow Offset Left" type="length" default="-1px" min="-50px" max="50px"/>
+<Variable name="header.shadow.offset.top" description="Header Shadow Offset Top" type="length" default="-1px" min="-50px" max="50px"/>
+<Variable name="header.shadow.spread" description="Header Shadow Spread" type="length" default="1px" min="0" max="100px"/>
+<Variable name="header.padding" description="Header Padding" type="length" default="30px" min="0" max="100px"/>
+<Variable name="header.border.size" description="Header Border Size" type="length" default="1px" min="0" max="10px"/>
+<Variable name="header.bottom.border.size" description="Header Bottom Border Size" type="length" default="1px" min="0" max="10px"/>
+<Variable name="header.border.horizontalsize" description="Header Horizontal Border Size" type="length" default="0" min="0" max="10px"/>
+<Variable name="description.text.size" description="Description Text Size" type="string" default="140%"/>
+<Variable name="tabs.margin.top" description="Tabs Margin Top" type="length" default="0" min="0" max="100px"/>
+<Variable name="tabs.margin.side" description="Tabs Side Margin" type="length" default="30px" min="0" max="100px"/>
+<Variable name="tabs.background.gradient" description="Tabs Background Gradient" type="url"
+default="url(https://resources.blogblog.com/blogblog/data/1kt/simple/gradients_light.png)"/>
+<Variable name="tabs.border.width" description="Tabs Border Width" type="length" default="1px" min="0" max="10px"/>
+<Variable name="tabs.bevel.border.width" description="Tabs Bevel Border Width" type="length" default="1px" min="0" max="10px"/>
+<Variable name="post.margin.bottom" description="Post Bottom Margin" type="length" default="25px" min="0" max="100px"/>
+<Variable name="image.border.small.size" description="Image Border Small Size" type="length" default="2px" min="0" max="10px"/>
+<Variable name="image.border.large.size" description="Image Border Large Size" type="length" default="5px" min="0" max="10px"/>
+<Variable name="page.width.selector" description="Page Width Selector" type="string" default=".region-inner"/>
+<Variable name="page.width" description="Page Width" type="string" default="auto"/>
+<Variable name="main.section.margin" description="Main Section Margin" type="length" default="15px" min="0" max="100px"/>
+<Variable name="main.padding" description="Main Padding" type="length" default="15px" min="0" max="100px"/>
+<Variable name="main.padding.top" description="Main Padding Top" type="length" default="30px" min="0" max="100px"/>
+<Variable name="main.padding.bottom" description="Main Padding Bottom" type="length" default="30px" min="0" max="100px"/>
+<Variable name="paging.background"
+color="#ffffff"
+description="Background of blog paging area" type="background"
+default="transparent none no-repeat scroll top center"/>
+<Variable name="footer.bevel" description="Bevel border length of footer" type="length" default="0" min="0" max="10px"/>
+<Variable name="mobile.background.overlay" description="Mobile Background Overlay" type="string"
+default="transparent none repeat scroll top left"/>
+<Variable name="mobile.background.size" description="Mobile Background Size" type="string" default="auto"/>
+<Variable name="mobile.button.color" description="Mobile Button Color" type="color" default="#ffffff" />
+<Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="left"/>
+<Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="right"/>
+*/
+ /* Content
+----------------------------------------------- */
+
+ body {
+ font: normal normal 12px 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
+ color: #666666;
+ background: #ffffff none repeat scroll top left;
+ padding: 0 0 0 0;
+ }
+
+ html body .region-inner {
+ min-width: 0;
+ max-width: 100%;
+ width: auto;
+ }
+
+ h2 {
+ font-size: 22px;
+ }
+
+ a:link {
+ text-decoration: none;
+ color: #2288bb;
+ }
+
+ a:visited {
+ text-decoration: none;
+ color: #888888;
+ }
+
+ a:hover {
+ text-decoration: underline;
+ color: #33aaff;
+ }
+
+ .body-fauxcolumn-outer .fauxcolumn-inner {
+ background: transparent none repeat scroll top left;
+ _background-image: none;
+ }
+
+ .body-fauxcolumn-outer .cap-top {
+ position: absolute;
+ z-index: 1;
+ height: 400px;
+ width: 100%;
+ }
+
+ .body-fauxcolumn-outer .cap-top .cap-left {
+ width: 100%;
+ background: transparent none repeat-x scroll top left;
+ _background-image: none;
+ }
+
+ .content-outer {
+ -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
+ -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
+ -goog-ms-box-shadow: 0 0 0 #333333;
+ box-shadow: 0 0 0 rgba(0, 0, 0, .15);
+ margin-bottom: 1px;
+ }
+
+ .content-inner {
+ padding: 10px 40px;
+ }
+
+ .content-inner {
+ background-color: #ffffff;
+ }
+ /* Header
+----------------------------------------------- */
+
+ .header-outer {
+ background: transparent none repeat-x scroll 0 -400px;
+ _background-image: none;
+ }
+
+ .Header h1 {
+ font: normal normal 40px 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
+ color: #000000;
+ text-shadow: 0 0 0 rgba(0, 0, 0, .2);
+ }
+
+ .Header h1 a {
+ color: #000000;
+ }
+
+ .Header .description {
+ font-size: 18px;
+ color: #000000;
+ }
+
+ .header-inner .Header .titlewrapper {
+ padding: 22px 0;
+ }
+
+ .header-inner .Header .descriptionwrapper {
+ padding: 0 0;
+ }
+ /* Tabs
+----------------------------------------------- */
+
+ .tabs-inner .section:first-child {
+ border-top: 0 solid #dddddd;
+ }
+
+ .tabs-inner .section:first-child ul {
+ margin-top: -1px;
+ border-top: 1px solid #dddddd;
+ border-left: 1px solid #dddddd;
+ border-right: 1px solid #dddddd;
+ }
+
+ .tabs-inner .widget ul {
+ background: transparent none repeat-x scroll 0 -800px;
+ _background-image: none;
+ border-bottom: 1px solid #dddddd;
+ margin-top: 0;
+ margin-left: -30px;
+ margin-right: -30px;
+ }
+
+ .tabs-inner .widget li a {
+ display: inline-block;
+ padding: .6em 1em;
+ font: normal normal 12px 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
+ color: #000000;
+ border-left: 1px solid #ffffff;
+ border-right: 1px solid #dddddd;
+ }
+
+ .tabs-inner .widget li:first-child a {
+ border-left: none;
+ }
+
+ .tabs-inner .widget li.selected a,
+ .tabs-inner .widget li a:hover {
+ color: #000000;
+ background-color: #eeeeee;
+ text-decoration: none;
+ }
+ /* Columns
+----------------------------------------------- */
+
+ .main-outer {
+ border-top: 0 solid transparent;
+ }
+
+ .fauxcolumn-left-outer .fauxcolumn-inner {
+ border-right: 1px solid transparent;
+ }
+
+ .fauxcolumn-right-outer .fauxcolumn-inner {
+ border-left: 1px solid transparent;
+ }
+ /* Headings
+----------------------------------------------- */
+
+ div.widget>h2,
+ div.widget h2.title {
+ margin: 0 0 1em 0;
+ font: normal bold 11px 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
+ color: #000000;
+ }
+ /* Widgets
+----------------------------------------------- */
+
+ .widget .zippy {
+ color: #999999;
+ text-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
+ }
+
+ .widget .popular-posts ul {
+ list-style: none;
+ }
+ /* Posts
+----------------------------------------------- */
+
+ h2.date-header {
+ font: normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
+ }
+
+ .date-header span {
+ background-color: #bbbbbb;
+ color: #ffffff;
+ padding: 0.4em;
+ letter-spacing: 3px;
+ margin: inherit;
+ }
+
+ .main-inner {
+ padding-top: 35px;
+ padding-bottom: 65px;
+ }
+
+ .main-inner .column-center-inner {
+ padding: 0 0;
+ }
+
+ .main-inner .column-center-inner .section {
+ margin: 0 1em;
+ }
+
+ .post {
+ margin: 0 0 45px 0;
+ }
+
+ h3.post-title,
+ .comments h4 {
+ font: normal normal 22px 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
+ margin: .75em 0 0;
+ }
+
+ .post-body {
+ font-size: 110%;
+ line-height: 1.4;
+ position: relative;
+ }
+
+ .post-body img,
+ .post-body .tr-caption-container,
+ .Profile img,
+ .Image img,
+ .BlogList .item-thumbnail img {
+ padding: 2px;
+ background: #ffffff;
+ border: 1px solid #eeeeee;
+ -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
+ -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
+ box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
+ }
+
+ .post-body img,
+ .post-body .tr-caption-container {
+ padding: 5px;
+ }
+
+ .post-body .tr-caption-container {
+ color: #666666;
+ }
+
+ .post-body .tr-caption-container img {
+ padding: 0;
+ background: transparent;
+ border: none;
+ -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
+ -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
+ box-shadow: 0 0 0 rgba(0, 0, 0, .1);
+ }
+
+ .post-header {
+ margin: 0 0 1.5em;
+ line-height: 1.6;
+ font-size: 90%;
+ }
+
+ .post-footer {
+ margin: 20px -2px 0;
+ padding: 5px 10px;
+ color: #666666;
+ background-color: #eeeeee;
+ border-bottom: 1px solid #eeeeee;
+ line-height: 1.6;
+ font-size: 90%;
+ }
+
+ #comments .comment-author {
+ padding-top: 1.5em;
+ border-top: 1px solid transparent;
+ background-position: 0 1.5em;
+ }
+
+ #comments .comment-author:first-child {
+ padding-top: 0;
+ border-top: none;
+ }
+
+ .avatar-image-container {
+ margin: .2em 0 0;
+ }
+
+ #comments .avatar-image-container img {
+ border: 1px solid #eeeeee;
+ }
+ /* Comments
+----------------------------------------------- */
+
+ .comments .comments-content .icon.blog-author {
+ background-repeat: no-repeat;
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);
+ }
+
+ .comments .comments-content .loadmore a {
+ border-top: 1px solid #999999;
+ border-bottom: 1px solid #999999;
+ }
+
+ .comments .comment-thread.inline-thread {
+ background-color: #eeeeee;
+ }
+
+ .comments .continue {
+ border-top: 2px solid #999999;
+ }
+ /* Accents
+---------------------------------------------- */
+
+ .section-columns td.columns-cell {
+ border-left: 1px solid transparent;
+ }
+
+ .blog-pager {
+ background: transparent url(http://www.blogblog.com/1kt/simple/paging_dot.png) repeat-x scroll top center;
+ }
+
+ .blog-pager-older-link,
+ .home-link,
+ .blog-pager-newer-link {
+ background-color: #ffffff;
+ padding: 5px;
+ }
+
+ .footer-outer {
+ border-top: 1px dashed #bbbbbb;
+ }
+ /* Mobile
+----------------------------------------------- */
+
+ body.mobile {
+ background-size: auto;
+ }
+
+ .mobile .body-fauxcolumn-outer {
+ background: transparent none repeat scroll top left;
+ }
+
+ .mobile .body-fauxcolumn-outer .cap-top {
+ background-size: 100% auto;
+ }
+
+ .mobile .content-outer {
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
+ box-shadow: 0 0 3px rgba(0, 0, 0, .15);
+ }
+
+ .mobile .tabs-inner .widget ul {
+ margin-left: 0;
+ margin-right: 0;
+ }
+
+ .mobile .post {
+ margin: 0;
+ }
+
+ .mobile .main-inner .column-center-inner .section {
+ margin: 0;
+ }
+
+ .mobile .date-header span {
+ padding: 0.1em 10px;
+ margin: 0 -10px;
+ }
+
+ .mobile h3.post-title {
+ margin: 0;
+ }
+
+ .mobile .blog-pager {
+ background: transparent none no-repeat scroll top center;
+ }
+
+ .mobile .footer-outer {
+ border-top: none;
+ }
+
+ .mobile .main-inner,
+ .mobile .footer-inner {
+ background-color: #ffffff;
+ }
+
+ .mobile-index-contents {
+ color: #666666;
+ }
+
+ .mobile-link-button {
+ background-color: #2288bb;
+ }
+
+ .mobile-link-button a:link,
+ .mobile-link-button a:visited {
+ color: #ffffff;
+ }
+
+ .mobile .tabs-inner .section:first-child {
+ border-top: none;
+ }
+
+ .mobile .tabs-inner .PageList .widget-content {
+ background-color: #eeeeee;
+ color: #000000;
+ border-top: 1px solid #dddddd;
+ border-bottom: 1px solid #dddddd;
+ }
+
+ .mobile .tabs-inner .PageList .widget-content .pagelist-arrow {
+ border-left: 1px solid #dddddd;
+ }
+
+ .codescroll {
+ overflow-x: scroll;
+ overflow-y: scroll;
+ max-height: 500px;
+ max-width: 500px;
+ }
+
+ -->
+ </style>
+ <style id='template-skin-1' type='text/css'>
+ <!-- body {
+ min-width: 1120px;
+ }
+
+ .content-outer,
+ .content-fauxcolumn-outer,
+ .region-inner {
+ min-width: 1120px;
+ max-width: 1120px;
+ _width: 1120px;
+ }
+
+ .main-inner .columns {
+ padding-left: 0px;
+ padding-right: 260px;
+ }
+
+ .main-inner .fauxcolumn-center-outer {
+ left: 0px;
+ right: 260px;
+ /* IE6 does not respect left and right together */
+ _width: expression(this.parentNode.offsetWidth - parseInt("0px") - parseInt("260px") + 'px');
+ }
+
+ .main-inner .fauxcolumn-left-outer {
+ width: 0px;
+ }
+
+ .main-inner .fauxcolumn-right-outer {
+ width: 260px;
+ }
+
+ .main-inner .column-left-outer {
+ width: 0px;
+ right: 100%;
+ margin-left: -0px;
+ }
+
+ .main-inner .column-right-outer {
+ width: 260px;
+ margin-right: -260px;
+ }
+
+ #layout {
+ min-width: 0;
+ }
+
+ #layout .content-outer {
+ min-width: 0;
+ width: 800px;
+ }
+
+ #layout .region-inner {
+ min-width: 0;
+ width: auto;
+ }
+
+ -->
+ </style>
+ <script type="text/javascript">
+ function a() {
+ var b = window.location.href,
+ c = b.split("?");
+ switch (c.length) {
+ case 1:
+ return b + "?m=1";
+ case 2:
+ return 0 &lt;= c[1].search("(^|&)m=") ? null : b + "&m=1";
+ default:
+ return null
+ }
+ }
+ var d = navigator.userAgent;
+ if (-1 != d.indexOf("Mobile") && -1 != d.indexOf("WebKit") && -1 == d.indexOf("iPad") || -1 != d.indexOf("Opera Mini") || -1 != d.indexOf("IEMobile")) {
+ var e = a();
+ e && window.location.replace(e)
+ };
+ </script>
+</head>
+
+<body class='loading variant-simplysimple'>
+ <div class='navbar section' id='navbar'>
+ <div class='widget Navbar' data-version='1' id='Navbar1'>
+ <script type="text/javascript">
+ function setAttributeOnload(object, attribute, val) {
+ if (window.addEventListener) {
+ window.addEventListener('load',
+ function() {
+ object[attribute] = val;
+ }, false);
+ } else {
+ window.attachEvent('onload', function() {
+ object[attribute] = val;
+ });
+ }
+ }
+ </script>
+ <div id="navbar-iframe-container"></div>
+ <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+ <script type="text/javascript">
+ gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() {
+ if (gapi.iframes && gapi.iframes.getContext) {
+ gapi.iframes.getContext().openChild({
+ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d175004091875960054\x26blogName\x3dSilicon+Exposed\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttp://siliconexposed.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://siliconexposed.blogspot.com/\x26targetPostID\x3d932306423056216142\x26blogPostOrPageUrl\x3dhttp://siliconexposed.blogspot.com/2016/05/open-verilog-flow-for-silego-greenpak4.html\x26vt\x3d-765651877583110938',
+ where: document.getElementById("navbar-iframe-container"),
+ id: "navbar-iframe"
+ });
+ }
+ });
+ </script>
+ <script type="text/javascript">
+ (function() {
+ var script = document.createElement('script');
+ script.type = 'text/javascript';
+ script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js';
+ var head = document.getElementsByTagName('head')[0];
+ if (head) {
+ head.appendChild(script);
+ }
+ })();
+ </script>
+ </div>
+ </div>
+ <link href='http://alexgorbatchev.com/pub/sh/2.1.364/styles/shCore.css' rel='stylesheet' type='text/css' />
+ <link href='http://alexgorbatchev.com/pub/sh/2.1.364/styles/shThemeDefault.css' rel='stylesheet' type='text/css' />
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shCore.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCpp.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCSharp.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCss.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushJava.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushJScript.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPhp.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPython.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushRuby.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushSql.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushVb.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushXml.js' type='text/javascript'></script>
+ <script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPerl.js' type='text/javascript'></script>
+ <script language='javascript'>
+ SyntaxHighlighter.config.bloggerMode = true;
+ //SyntaxHighlighter.config.clipboardSwf = 'http://alexgorbatchev.com/pub/sh/2.1.364/scripts/clipboard.swf';
+ SyntaxHighlighter.all();
+ </script>
+ <div class='body-fauxcolumns'>
+ <div class='fauxcolumn-outer body-fauxcolumn-outer'>
+ <div class='cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left'>
+ <div class='fauxborder-right'></div>
+ <div class='fauxcolumn-inner'>
+ </div>
+ </div>
+ <div class='cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ </div>
+ <div class='content'>
+ <div class='content-fauxcolumns'>
+ <div class='fauxcolumn-outer content-fauxcolumn-outer'>
+ <div class='cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left'>
+ <div class='fauxborder-right'></div>
+ <div class='fauxcolumn-inner'>
+ </div>
+ </div>
+ <div class='cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ </div>
+ <div class='content-outer'>
+ <div class='content-cap-top cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left content-fauxborder-left'>
+ <div class='fauxborder-right content-fauxborder-right'></div>
+ <div class='content-inner'>
+ <header>
+ <div class='header-outer'>
+ <div class='header-cap-top cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left header-fauxborder-left'>
+ <div class='fauxborder-right header-fauxborder-right'></div>
+ <div class='region-inner header-inner'>
+ <div class='header section' id='header'>
+ <div class='widget Header' data-version='1' id='Header1'>
+ <div id='header-inner'>
+ <div class='titlewrapper'>
+ <h1 class='title'>
+ <a href='http://siliconexposed.blogspot.tw/'>Silicon Exposed</a>
+ </h1>
+ </div>
+ <div class='descriptionwrapper'>
+ <p class='description'><span>
+</span></p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class='header-cap-bottom cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ </header>
+ <div class='tabs-outer'>
+ <div class='tabs-cap-top cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left tabs-fauxborder-left'>
+ <div class='fauxborder-right tabs-fauxborder-right'></div>
+ <div class='region-inner tabs-inner'>
+ <div class='tabs no-items section' id='crosscol'></div>
+ <div class='tabs no-items section' id='crosscol-overflow'></div>
+ </div>
+ </div>
+ <div class='tabs-cap-bottom cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ <div class='main-outer'>
+ <div class='main-cap-top cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left main-fauxborder-left'>
+ <div class='fauxborder-right main-fauxborder-right'></div>
+ <div class='region-inner main-inner'>
+ <div class='columns fauxcolumns'>
+ <div class='fauxcolumn-outer fauxcolumn-center-outer'>
+ <div class='cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left'>
+ <div class='fauxborder-right'></div>
+ <div class='fauxcolumn-inner'>
+ </div>
+ </div>
+ <div class='cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ <div class='fauxcolumn-outer fauxcolumn-left-outer'>
+ <div class='cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left'>
+ <div class='fauxborder-right'></div>
+ <div class='fauxcolumn-inner'>
+ </div>
+ </div>
+ <div class='cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ <div class='fauxcolumn-outer fauxcolumn-right-outer'>
+ <div class='cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left'>
+ <div class='fauxborder-right'></div>
+ <div class='fauxcolumn-inner'>
+ </div>
+ </div>
+ <div class='cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ <!-- corrects IE6 width calculation -->
+ <div class='columns-inner'>
+ <div class='column-center-outer'>
+ <div class='column-center-inner'>
+ <div class='main section' id='main'>
+ <div class='widget Blog' data-version='1' id='Blog1'>
+ <div class='blog-posts hfeed'>
+
+ <div class="date-outer">
+
+ <h2 class='date-header'><span>Sunday, May 8, 2016</span></h2>
+
+ <div class="date-posts">
+
+ <div class='post-outer'>
+ <div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
+ <meta content='https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s640/block-diagram.png' itemprop='image_url' />
+ <meta content='175004091875960054' itemprop='blogId' />
+ <meta content='932306423056216142' itemprop='postId' />
+ <a name='932306423056216142'></a>
+ <h3 class='post-title entry-title' itemprop='name'>
+ Open Verilog flow for Silego GreenPak4 programmable logic devices
+ </h3>
+ <div class='post-header'>
+ <div class='post-header-line-1'></div>
+ </div>
+ <div class='post-body entry-content' id='post-body-932306423056216142' itemprop='description articleBody'>
+ I've written a couple of posts in the past few months but they were all for <a href="http://blog.ioactive.com/search/label/Andrew%20Zonenberg">the blog at work</a> so I figured I'm long overdue for one on Silicon Exposed.<br />
+ <br />
+ <h2>
+ So what's a GreenPak?</h2>
+ <br /> Silego Technology is a fabless semiconductor company located in the SF Bay area, which makes (among other things) a line of programmable logic devices known as GreenPak. Their <a href="http://www.silego.com/products/greenpak5.html">5th generation parts</a> were just announced, but I started this project before that happened so I'm still targeting the <a href="http://www.silego.com/products/greenpak4.html">4th generation</a>.<br />
+ <br /> GreenPak devices are kind of like itty bitty <a href="http://www.cypress.com/products/32-bit-arm-cortex-m-psoc">PSoCs</a> - they have a mixed signal fabric with an ADC, DACs, comparators, voltage references, plus a digital LUT/FF fabric and some typical digital MCU peripherals like counters and oscillators (but no CPU).<br />
+ <br /> It's actually an interesting architecture - FPGAs (including some devices marketed as CPLDs) are a 2D array of LUTs connected via wires to adjacent cells, and true (product term) CPLDs are a star topology of AND-OR arrays connected by a crossbar. GreenPak, on the other hand, is a star topology of LUTs, flipflops, and analog/digital hard IP connected to a crossbar.<br />
+ <br /> Without further ado, here's a block diagram showing all the cool stuff you get in the SLG46620V:<br />
+ <br />
+ <table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;">
+ <tbody>
+ <tr>
+ <td style="text-align: center;">
+ <a href="https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s1600/block-diagram.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"><img border="0" height="512" src="https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s640/block-diagram.png" width="640" /></a>
+ </td>
+ </tr>
+ <tr>
+ <td class="tr-caption" style="text-align: center;">SLG46620V block diagram (from device datasheet)</td>
+ </tr>
+ </tbody>
+ </table>
+ They're also tiny (the SLG46620V is a 20-pin 0.4mm pitch STQFN measuring 2x3 mm, and the lower gate count SLG46140V is a mere 1.6x2 mm) and probably the cheapest programmable logic device on the market - $0.50 in low volume and less than $0.40 in larger quantities.<br />
+ <br /> The Vdd range of GreenPak4 is huge, more like what you'd expect from an MCU than an FPGA! It can run on anything from 1.8 to 5V, although performance is only specified at 1.8, 3.3, and 5V nominal voltages. There's also a dual-rail version that trades one of the GPIO pins for a second power supply pin, allowing you to interface to logic at two different voltage levels.<br />
+ <br /> To support low-cost/space-constrained applications, they even have the configuration memory on die. It's one-time programmable and needs external Vpp to program (presumably Silego didn't want to waste die area on charge pumps that would only be used once) but has a SRAM programming mode for prototyping.<br />
+ <br /> The best part is that the development software (GreenPak Designer) is free of charge and provided for all major operating systems including Linux! Unfortunately, the only supported design entry method is schematic entry and there's no way to write your design in a HDL.<br />
+ <br /> While schematics may be fine for quick tinkering on really simple designs, they quickly get unwieldy. The nightmare of a circuit shown below is just a bunch of counters hooked up to LEDs that blink at various rates.<br />
+ <br />
+ <table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;">
+ <tbody>
+ <tr>
+ <td style="text-align: center;">
+ <a href="https://1.bp.blogspot.com/-k3naUT3uXao/Vy7WFac246I/AAAAAAAAAw8/mePy_ostO8QJra5ZJrbP2WGhTlJ0B_r8gCLcB/s1600/schematic-from-hell.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"><img border="0" height="334" src="https://1.bp.blogspot.com/-k3naUT3uXao/Vy7WFac246I/AAAAAAAAAw8/mePy_ostO8QJra5ZJrbP2WGhTlJ0B_r8gCLcB/s640/schematic-from-hell.png" width="640" /></a>
+ </td>
+ </tr>
+ <tr>
+ <td class="tr-caption" style="text-align: center;">Schematic from hell!</td>
+ </tr>
+ </tbody>
+ </table>
+ As if this wasn't enough of a problem, the largest GreenPak4 device (the SLG46620V) is split into two halves with limited routing between them, and the GUI doesn't help the user manage this complexity at all - you have to draw your schematic in two halves and add "cross connections" between them.<br />
+ <br /> The icing on the cake is that schematics are a pain to diff and collaborate on. Although GreenPak schematics are XML based, which is a touch better than binary, who wants to read a giant XML diff and try to figure out what's going on in the circuit?<br />
+ <br /> This isn't going to be a post on the quirks of Silego's software, though - that would be boring. As it turns out, there's one more exciting feature of these chips that I didn't mention earlier: the configuration bitstream is 100% documented in the device datasheet! This is unheard of in the programmable logic world. As Nick of Arachnid Labs <a href="http://www.arachnidlabs.com/blog/2015/03/30/greenpak/">says</a>, the chip is "just dying for someone to write a VHDL or Verilog compiler for it". As you can probably guess by from the title of this post, I've been busy doing exactly that.<br />
+ <br />
+ <h2>
+ Great! How does it work?</h2>
+ <br /> Rather than wasting time writing a synthesizer, I decided to write a GreenPak technology library for Clifford Wolf's excellent open source synthesis tool, <a href="http://www.clifford.at/yosys/">Yosys</a>, and then make a place-and-route tool to turn that into a final netlist. The post-PAR netlist can then be loaded into GreenPak Designer in order to program the device.<br />
+ <br /> The first step of the process is to run the "synth_greenpak4" Yosys flow on the Verilog source. This runs a generic RTL synthesis pass, then some coarse-grained extraction passes to infer shift register and counter cells from behavioral logic, and finally maps the remaining logic to LUT/FF cells and outputs a JSON-formatted netlist.<br />
+ <br /> Once the design has been synthesized, my tool (named, surprisingly, gp4par) is then launched on the netlist. It begins by parsing the JSON and constructing a directed graph of cell objects in memory. A second graph, containing all of the primitives in the device and the legal connections between them, is then created based on the device specified on the command line. (As of now only the SLG46620V is supported; the SLG46621V can be added fairly easily but the SLG46140V has a slightly different microarchitecture which will require a bit more work to support.)<br />
+ <br /> After the graphs are generated, each node in the netlist graph is assigned a numeric label identifying the type of cell and each node in the device graph is assigned a list of legal labels: for example, an I/O buffer site is legal for an input buffer, output buffer, or bidirectional buffer.<br />
+ <br />
+ <table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;">
+ <tbody>
+ <tr>
+ <td style="text-align: center;">
+ <a href="https://2.bp.blogspot.com/-kIekczO693g/Vy7dBqYifXI/AAAAAAAAAxc/hMNJBs5bedIQOrBzzkhq4gbmhR-n58EQwCLcB/s1600/graph-labels.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"><img border="0" height="141" src="https://2.bp.blogspot.com/-kIekczO693g/Vy7dBqYifXI/AAAAAAAAAxc/hMNJBs5bedIQOrBzzkhq4gbmhR-n58EQwCLcB/s400/graph-labels.png" width="400" /></a>
+ </td>
+ </tr>
+ <tr>
+ <td class="tr-caption" style="text-align: center;">Example labeling for a subset of the netlist and device graphs</td>
+ </tr>
+ </tbody>
+ </table>
+ The labeled nodes now need to be placed. The initial placement uses a simple greedy algorithm to create a valid (although not necessarily optimal or even routable) placement:<br />
+ <ol>
+ <li>Loop over the cells in the netlist. If any cell has a LOC constraint, which locks the cell to a specific physical site, attempt to assign the node to the specified site. If the specified node is the wrong type, doesn't exist, or is already used by another constrained node, the constraint is invalid so fail with an error.</li>
+ <li>Loop over all of the unconstrained cells in the netlist and assign them to the first unused site with the right label. If none are available, the design is too big for the device so fail with an error.</li>
+ </ol>
+ Once the design is placed, the placement optimizer then loops over the design and attempts to improve it. A simulated annealing algorithm is used, where changes to the design are accepted unconditionally if they make the placement better, and with a random, gradually decreasing probability if they make it worse. The optimizer terminates when the design receives a perfect score (indicating an optimal placement) or if it stops making progress for several iterations. Each iteration does the following:<br />
+ <ol>
+ <li>Compute a score for the current design based on the number of unroutable nets, the amount of routing congestion (number of nets crossing between halves of the device), and static timing analysis (not yet implemented, always zero).</li>
+ <li>Make a list of nodes that contributed to this score in some way (having some attached nets unroutable, crossing to the other half of the device, or failing timing).</li>
+ <li>Remove nodes from the list that are LOC'd to a specific location since we're not allowed to move them.</li>
+ <li>Remove nodes from the list that have only one legal placement in the device (for example, oscillator hard IP) since there's nowhere else for them to go.</li>
+ <li>Pick a node from the remainder of the list at random. Call this our pivot.</li>
+ <li>Find a list of candidate placements for the pivot: </li>
+ <ol>
+ <li>Consider all routable placements in the other half of the device.</li>
+ <li>If none were found, consider all routable placements anywhere in the device.</li>
+ <li>If none were found, consider all placements anywhere in the device even if they're not routable.</li>
+ </ol>
+ <li>Pick one of the candidates at random and move the pivot to that location. If another cell in the netlist is already there, put it in the vacant site left by the pivot.</li>
+ <li>Re-compute the score for the design. If it's better, accept this change and start the next iteration.</li>
+ <li>If the score is worse, accept it with a random probability which decreases as the iteration number goes up. If the change is not accepted, restore the previous placement.</li>
+ </ol>
+ After optimization, the design is checked for routability. If any edges in the netlist graph don't correspond to edges in the device graph, the user probably asked for something impossible (for example, trying to hook a flipflop's output to a comparator's reference voltage input) so fail with an error.<br />
+ <br /> The design is then routed. This is quite simple due to the crossbar structure of the device. For each edge in the netlist:<br />
+ <ol>
+ <li>If dedicated (non-fabric) routing is used for this path, configure the destination's input mux appropriately and stop.</li>
+ <li>If the source and destination are in the same half of the device, configure the destination's input mux appropriately and stop.</li>
+ <li>A cross-connection must be used. Check if we already used one to bring the source signal to the other half of the device. If found, configure the destination to route from that cross-connection and stop.</li>
+ <li>Check if we have any cross-connections left going in this direction. If they're all used, the design is unroutable due to congestion so fail with an error.</li>
+ <li>Pick the next unused cross-connection and configure it to route from the source. Configure the destination to route from the cross-connection and stop.</li>
+ </ol>
+ Once routing is finished, run a series of post-PAR design rule checks. These currently include the following:<br />
+ <ul>
+ <li>If any node has no loads, generate a warning</li>
+ <li>If an I/O buffer is connected to analog hard IP, fail with an error if it's not configured in analog mode.</li>
+ <li>Some signals (such as comparator inputs and oscillator power-down controls) are generated by a shared mux and fed to many loads. If different loads require conflicting settings for the shared mux, fail with an error.</li>
+ </ul>
+ If DRC passes with no errors, configure all of the individual cells in the netlist based on the HDL parameters. Fail with an error if an invalid configuration was requested.<br />
+ <br /> Finally, generate the bitstream from all of the per-cell configuration and write it to a file.<br />
+ <br />
+ <h2>
+ Great, let's get started!</h2>
+ If you don't already have one, you'll need to buy a <a href="http://www.silego.com/buy/index.php?main_page=product_info&amp;products_id=388">GreenPak4 development kit</a>. The kit includes samples of the SLG46620V (among other devices) and a programmer/emulation board. While you're waiting for it to arrive, install <a href="http://www.silego.com/softdoc/software.html">GreenPak Designer</a>.<br />
+ <br /> Download and install Yosys. Although Clifford is pretty good at merging my pull requests, only <a href="https://github.com/azonenberg/yosys/">my fork on Github</a> is guaranteed to have the most up-to-date support for GreenPak devices so don't be surprised if you can't use a bleeding-edge feature with mainline Yosys.<br />
+ <br /> Download and install gp4par. You can get it from <a href="https://github.com/azonenberg/openfpga/">the Github repository</a>.<br />
+ <br /> Write your HDL, compile with Yosys, P&amp;R with gp4par, and import the bitstream into GreenPak Designer to program the target device. The most current gp4par manual is included in LaTeX source form in the source tree and is automatically built as part of the compile process. If you're just browsing, there's a <a href="http://thanatos.virtual.antikernel.net/unlisted/gp4-hdl.pdf">relatively recent PDF version</a> on my web server.<br />
+ <br /> If you'd like to see the Verilog that produced the nightmare of a schematic I showed above, <a href="https://github.com/azonenberg/openfpga/blob/master/tests/greenpak4/Blinky/Blinky.v">here it is</a>.<br />
+ <br /> Be advised that this project is still very much a work in progress and there are still a number of SLG46620V features I don't support (see the manual for exact details).<br />
+ <br />
+ <h2>
+ I love it / it segfaulted / there's a problem in the manual!</h2>
+ Hop in our IRC channel (##openfpga on Freenode) and let me know. Feedback is great, pull requests are even better,<br />
+ <br />
+ <h2>
+ You're competing with Silego's IDE. Have they found out and sued you yet?</h2>
+ Nope. They're fully aware of what I'm doing and are rolling out the red carpet for me. They love the idea of a HDL flow as an alternative to schematic entry and are pretty amazed at how fast it's coming together.<br />
+ <br /> After I reported a few bugs in their datasheets they decided to skip the middleman and give me direct access to the engineer who writes their documentation so that I can get faster responses. The last time I found a problem (two different parts of the datasheet contradicted each other) an updated datasheet was in my inbox and on their website by the next day. I only wish Xilinx gave me that kind of treatment!<br />
+ <br /> They've even <a href="https://twitter.com/SilegoTech/status/717018987771469824">offered me free hardware</a> to help me add support for their latest product family, although I plan to get GreenPak4 support to a more stable state before taking them up on the offer.<br />
+ <br />
+ <h2>
+ So what's next?</h2>
+ <br /> Better testing, for starters. I have to verify functionality by hand with a DMM and oscilloscope, which is time consuming.<br />
+ <br /> My contact at Silego says they're going to be giving me documentation on the SRAM emulation interface soon, so I'm going to make a hardware-in-loop test platform that connects to my desktop and the Silego ZIF socket, and lets me load new bitstreams via a scriptable interface. It'll have FPGA-based digital I/O as well as an ADC and DAC on every device pin, plus an adjustable voltage regulator for power, so I can feed in arbitrary mixed-signal test waveforms and write PC-based unit tests to verify correct behavior.<br />
+ <br /> Other than that, I want to finish support for the SLG46620V in the next month or two. The SLG46621V will be an easy addition since only one pin and the relevant configuration bits have changed from the 46620 (I suspect they're the same die, just bonded out differently).<br />
+ <br /> Once that's done I'll have to do some more extensive work to add the SLG46140V since the architecture is a bit different (a lot of the combinatorial logic is merged into multi-function blocks). Luckily, the 46140 has a lot in common architecturally with the GreenPak5 family, so once that's done GreenPak5 will probably be a lot easier to add support for.<br />
+ <br /> My thanks go out to Clifford Wolf, whitequark, the IRC users in ##openfpga, and everyone at Silego I've worked with to help make this possible. I hope that one day this project will become mature enough that Silego will ship it as an officially supported extension to GreenPak Designer, making history by becoming the first modern programmable logic vendor to ship a fully open source synthesis and P&amp;R suite.
+ <div style='clear: both;'></div>
+ </div>
+ <div class='post-footer'>
+ <div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
+Posted by
+<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
+<meta content='https://www.blogger.com/profile/16821509563933020441' itemprop='url'/>
+<a class='g-profile' href='https://www.blogger.com/profile/16821509563933020441' rel='author' title='author profile'>
+<span itemprop='name'>Andrew Zonenberg</span>
+ </a>
+ </span>
+ </span>
+ <span class='post-timestamp'>
+at
+<meta content='http://siliconexposed.blogspot.com/2016/05/open-verilog-flow-for-silego-greenpak4.html' itemprop='url'/>
+<a class='timestamp-link' href='http://siliconexposed.blogspot.tw/2016/05/open-verilog-flow-for-silego-greenpak4.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2016-05-08T00:55:00-07:00'>12:55 AM</abbr></a>
+</span>
+ <span class='post-comment-link'>
+</span>
+ <span class='post-icons'>
+<span class='item-control blog-admin pid-382886925'>
+<a href='https://www.blogger.com/post-edit.g?blogID=175004091875960054&postID=932306423056216142&from=pencil' title='Edit Post'>
+<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
+</a>
+</span>
+ </span>
+ <div class='post-share-buttons goog-inline-block'>
+ <a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=175004091875960054&postID=932306423056216142&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=175004091875960054&postID=932306423056216142&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=175004091875960054&postID=932306423056216142&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=175004091875960054&postID=932306423056216142&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=175004091875960054&postID=932306423056216142&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
+ <div class='goog-inline-block google-plus-share-container'>
+ <g:plusone source='blogger:blog:plusone' href='http://siliconexposed.blogspot.com/2016/05/open-verilog-flow-for-silego-greenpak4.html' size='medium' width='300' annotation='inline' />
+ </div>
+ </div>
+ </div>
+ <div class='post-footer-line post-footer-line-2'><span class='post-labels'>
+Labels:
+<a href='http://siliconexposed.blogspot.tw/search/label/FPGA' rel='tag'>FPGA</a>,
+<a href='http://siliconexposed.blogspot.tw/search/label/Tools' rel='tag'>Tools</a>
+</span>
+ </div>
+ <div class='post-footer-line post-footer-line-3'></div>
+ </div>
+ </div>
+ <div class='comments' id='comments'>
+ <a name='comments'></a>
+ <h4>No comments:</h4>
+ <div id='Blog1_comments-block-wrapper'>
+ <dl class='avatar-comment-indent' id='comments-block'>
+ </dl>
+ </div>
+ <p class='comment-footer'>
+ <div class='comment-form'>
+ <a name='comment-form'></a>
+ <h4 id='comment-post-message'>Post a Comment</h4>
+ <p>
+ </p>
+ <a href='https://www.blogger.com/comment-iframe.g?blogID=175004091875960054&postID=932306423056216142' id='comment-editor-src'></a>
+ <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410px' id='comment-editor' name='comment-editor' src='' width='100%'></iframe>
+ <script type="text/javascript" src="https://www.blogger.com/static/v1/jsbin/2870402004-comment_from_post_iframe.js"></script>
+ <script type='text/javascript'>
+ BLOG_CMT_createIframe('https://www.blogger.com/rpc_relay.html');
+ </script>
+ </div>
+ </p>
+ <div id='backlinks-container'>
+ <div id='Blog1_backlinks-container'>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ </div>
+ </div>
+
+ </div>
+ <div class='blog-pager' id='blog-pager'>
+ <span id='blog-pager-older-link'>
+<a class='blog-pager-older-link' href='http://siliconexposed.blogspot.tw/2015/10/new-gpg-key.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a>
+</span>
+ <a class='home-link' href='http://siliconexposed.blogspot.tw/'>Home</a>
+ </div>
+ <div class='clear'></div>
+ <div class='post-feeds'>
+ <div class='feed-links'>
+ Subscribe to:
+ <a class='feed-link' href='http://siliconexposed.blogspot.com/feeds/932306423056216142/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a>
+ </div>
+ </div>
+ <script type="text/javascript">
+ window.___gcfg = {
+ 'lang': 'en'
+ };
+ </script>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class='column-left-outer'>
+ <div class='column-left-inner'>
+ <aside>
+ </aside>
+ </div>
+ </div>
+ <div class='column-right-outer'>
+ <div class='column-right-inner'>
+ <aside>
+ <div class='sidebar section' id='sidebar-right-1'>
+ <div class='widget LinkList' data-version='1' id='LinkList1'>
+ <h2>References</h2>
+ <div class='widget-content'>
+ <ul>
+ <li><a href='http://www.twitter.com/azonenberg/'>My twitter</a></li>
+ <li><a href='http://security.cs.rpi.edu/courses/hwre-spring2014/'>CSCI 6974 - Hardware Reverse Engineering</a></li>
+ <li><a href='http://siliconpr0n.org/'>Silicon Pr0n</a></li>
+ <li><a href='http://uvicrec.blogspot.com/'>John McMaster</a></li>
+ <li><a href='http://cmosfold.blogspot.com/'>CMOSfold</a></li>
+ </ul>
+ <div class='clear'></div>
+ <span class='widget-item-control'>
+<span class='item-control blog-admin'>
+<a class='quickedit' href='//www.blogger.com/rearrange?blogID=175004091875960054&widgetType=LinkList&widgetId=LinkList1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("LinkList1"));' target='configLinkList1' title='Edit'>
+<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
+</a>
+</span>
+ </span>
+ <div class='clear'></div>
+ </div>
+ </div>
+ <div class='widget BlogArchive' data-version='1' id='BlogArchive1'>
+ <h2>Blog Archive</h2>
+ <div class='widget-content'>
+ <div id='ArchiveList'>
+ <div id='BlogArchive1_ArchiveList'>
+ <ul class='hierarchy'>
+ <li class='archivedate expanded'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy toggle-open'>
+
+ &#9660;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/search?updated-min=2016-01-01T00:00:00-08:00&amp;updated-max=2017-01-01T00:00:00-08:00&amp;max-results=1'>
+2016
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ <ul class='hierarchy'>
+ <li class='archivedate expanded'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy toggle-open'>
+
+ &#9660;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2016_05_01_archive.html'>
+May
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ <ul class='posts'>
+ <li><a href='http://siliconexposed.blogspot.tw/2016/05/open-verilog-flow-for-silego-greenpak4.html'>Open Verilog flow for Silego GreenPak4 programmabl...</a></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/search?updated-min=2015-01-01T00:00:00-08:00&amp;updated-max=2016-01-01T00:00:00-08:00&amp;max-results=8'>
+2015
+</a>
+ <span class='post-count' dir='ltr'>(8)</span>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2015_10_01_archive.html'>
+October
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2015_05_01_archive.html'>
+May
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2015_02_01_archive.html'>
+February
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2015_01_01_archive.html'>
+January
+</a>
+ <span class='post-count' dir='ltr'>(5)</span>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/search?updated-min=2014-01-01T00:00:00-08:00&amp;updated-max=2015-01-01T00:00:00-08:00&amp;max-results=8'>
+2014
+</a>
+ <span class='post-count' dir='ltr'>(8)</span>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2014_10_01_archive.html'>
+October
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2014_09_01_archive.html'>
+September
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2014_08_01_archive.html'>
+August
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2014_03_01_archive.html'>
+March
+</a>
+ <span class='post-count' dir='ltr'>(3)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2014_02_01_archive.html'>
+February
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2014_01_01_archive.html'>
+January
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/search?updated-min=2013-01-01T00:00:00-08:00&amp;updated-max=2014-01-01T00:00:00-08:00&amp;max-results=16'>
+2013
+</a>
+ <span class='post-count' dir='ltr'>(16)</span>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2013_11_01_archive.html'>
+November
+</a>
+ <span class='post-count' dir='ltr'>(2)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2013_10_01_archive.html'>
+October
+</a>
+ <span class='post-count' dir='ltr'>(2)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2013_09_01_archive.html'>
+September
+</a>
+ <span class='post-count' dir='ltr'>(5)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2013_08_01_archive.html'>
+August
+</a>
+ <span class='post-count' dir='ltr'>(5)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2013_02_01_archive.html'>
+February
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2013_01_01_archive.html'>
+January
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/search?updated-min=2012-01-01T00:00:00-08:00&amp;updated-max=2013-01-01T00:00:00-08:00&amp;max-results=17'>
+2012
+</a>
+ <span class='post-count' dir='ltr'>(17)</span>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2012_12_01_archive.html'>
+December
+</a>
+ <span class='post-count' dir='ltr'>(2)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2012_10_01_archive.html'>
+October
+</a>
+ <span class='post-count' dir='ltr'>(2)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2012_07_01_archive.html'>
+July
+</a>
+ <span class='post-count' dir='ltr'>(7)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2012_06_01_archive.html'>
+June
+</a>
+ <span class='post-count' dir='ltr'>(2)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2012_04_01_archive.html'>
+April
+</a>
+ <span class='post-count' dir='ltr'>(2)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2012_03_01_archive.html'>
+March
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2012_01_01_archive.html'>
+January
+</a>
+ <span class='post-count' dir='ltr'>(1)</span>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/search?updated-min=2011-01-01T00:00:00-08:00&amp;updated-max=2012-01-01T00:00:00-08:00&amp;max-results=5'>
+2011
+</a>
+ <span class='post-count' dir='ltr'>(5)</span>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2011_12_01_archive.html'>
+December
+</a>
+ <span class='post-count' dir='ltr'>(2)</span>
+ </li>
+ </ul>
+ <ul class='hierarchy'>
+ <li class='archivedate collapsed'>
+ <a class='toggle' href='javascript:void(0)'>
+ <span class='zippy'>
+
+ &#9658;&#160;
+
+</span>
+ </a>
+ <a class='post-count-link' href='http://siliconexposed.blogspot.tw/2011_03_01_archive.html'>
+March
+</a>
+ <span class='post-count' dir='ltr'>(3)</span>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class='clear'></div>
+ <span class='widget-item-control'>
+<span class='item-control blog-admin'>
+<a class='quickedit' href='//www.blogger.com/rearrange?blogID=175004091875960054&widgetType=BlogArchive&widgetId=BlogArchive1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("BlogArchive1"));' target='configBlogArchive1' title='Edit'>
+<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
+</a>
+</span>
+ </span>
+ <div class='clear'></div>
+ </div>
+ </div>
+ <div class='widget LinkList' data-version='1' id='LinkList2'>
+ <h2>Categories</h2>
+ <div class='widget-content'>
+ <ul>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Atmel'>Atmel</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/BoardFab'>Board Fab</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/CurrentEvents'>Current Events</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Debugging'>Debugging</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/FPGA'>FPGA</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Infosec'>Infosec</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/MEMS'>MEMS</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Meta-posts'>Meta-posts</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Microchip'>Microchip</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/MyLab'>My Lab</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Personal'>Personal</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Teardowns'>Teardowns</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Thesis'>Thesis</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Tools'>Tools</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/WetLab'>Wet Lab Work</a></li>
+ <li><a href='http://siliconexposed.blogspot.com/search/label/Xilinx'>Xilinx</a></li>
+ </ul>
+ <div class='clear'></div>
+ <span class='widget-item-control'>
+<span class='item-control blog-admin'>
+<a class='quickedit' href='//www.blogger.com/rearrange?blogID=175004091875960054&widgetType=LinkList&widgetId=LinkList2&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("LinkList2"));' target='configLinkList2' title='Edit'>
+<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
+</a>
+</span>
+ </span>
+ <div class='clear'></div>
+ </div>
+ </div>
+ <div class='widget PopularPosts' data-version='1' id='PopularPosts1'>
+ <h2>Popular Posts</h2>
+ <div class='widget-content popular-posts'>
+ <ul>
+ <li>
+ <div class='item-content'>
+ <div class='item-title'><a href='http://siliconexposed.blogspot.tw/2014/10/why-apples-iphone-encryption-wont-stop.html'>Why Apple's iPhone encryption won't stop NSA (or any other intelligence agency)</a></div>
+ <div class='item-snippet'>Recent news headlines have made a big deal of Apple encrypting more of the storage on their handsets, and claiming to not have a key. Depend...</div>
+ </div>
+ <div style='clear: both;'></div>
+ </li>
+ <li>
+ <div class='item-content'>
+ <div class='item-thumbnail'>
+ <a href='http://siliconexposed.blogspot.tw/2012/07/bga-process-notes.html' target='_blank'>
+ <img alt='' border='0' src='http://2.bp.blogspot.com/-3W1-dqxwu8w/T_DehAq9y_I/AAAAAAAAAKA/pVbX_9PZ2Fw/w72-h72-p-nu/S7302801.JPG' />
+ </a>
+ </div>
+ <div class='item-title'><a href='http://siliconexposed.blogspot.tw/2012/07/bga-process-notes.html'>BGA process notes</a></div>
+ <div class='item-snippet'>I&#39;ve gotten a lot of requests recently to share some details on my BGA assembly process, so without further ado here it is! The board ...</div>
+ </div>
+ <div style='clear: both;'></div>
+ </li>
+ <li>
+ <div class='item-content'>
+ <div class='item-thumbnail'>
+ <a href='http://siliconexposed.blogspot.tw/2014/03/getting-my-feet-wet-with-invasive.html' target='_blank'>
+ <img alt='' border='0' src='http://3.bp.blogspot.com/-HZZBB2OVaNc/Uzm7UVm_PUI/AAAAAAAAAiw/cPfH0TUdOMM/w72-h72-p-nu/floorplan_dash.jpg' />
+ </a>
+ </div>
+ <div class='item-title'><a href='http://siliconexposed.blogspot.tw/2014/03/getting-my-feet-wet-with-invasive.html'>Getting my feet wet with invasive attacks, part 1: Target recon</a></div>
+ <div class='item-snippet'>This is part 1 of a 2-part series. Part 2, The Attack, is here . One of the reasons I&#39;ve gone a bit dark lately is that running CSCI 6...</div>
+ </div>
+ <div style='clear: both;'></div>
+ </li>
+ <li>
+ <div class='item-content'>
+ <div class='item-title'><a href='http://siliconexposed.blogspot.tw/2014/09/threat-modeling-for-fpga-software.html'>Threat modeling for FPGA software backdoors</a></div>
+ <div class='item-snippet'> I&#39;ve been interested in the security of compilers and related toolchains ever since I first read about Ken Thompson&#39;s compiler back...</div>
+ </div>
+ <div style='clear: both;'></div>
+ </li>
+ </ul>
+ <div class='clear'></div>
+ <span class='widget-item-control'>
+<span class='item-control blog-admin'>
+<a class='quickedit' href='//www.blogger.com/rearrange?blogID=175004091875960054&widgetType=PopularPosts&widgetId=PopularPosts1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("PopularPosts1"));' target='configPopularPosts1' title='Edit'>
+<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
+</a>
+</span>
+ </span>
+ <div class='clear'></div>
+ </div>
+ </div>
+ <div class='widget Profile' data-version='1' id='Profile1'>
+ <h2>About Me</h2>
+ <div class='widget-content'>
+ <a href='https://www.blogger.com/profile/16821509563933020441'><img alt='My photo' class='profile-img' height='60' src='//3.bp.blogspot.com/-p-v3ISALjLU/U0oKLSnpzZI/AAAAAAAAAo0/afHOciIedHs/s80/DSCF4378_sm.jpg' width='80' /></a>
+ <dl class='profile-datablock'>
+ <dt class='profile-data'>
+<a class='profile-name-link g-profile' href='https://www.blogger.com/profile/16821509563933020441' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'>
+Andrew Zonenberg
+</a>
+</dt>
+ </dl>
+ <a class='profile-link' href='https://www.blogger.com/profile/16821509563933020441' rel='author'>View my complete profile</a>
+ <div class='clear'></div>
+ <span class='widget-item-control'>
+<span class='item-control blog-admin'>
+<a class='quickedit' href='//www.blogger.com/rearrange?blogID=175004091875960054&widgetType=Profile&widgetId=Profile1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Profile1"));' target='configProfile1' title='Edit'>
+<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
+</a>
+</span>
+ </span>
+ <div class='clear'></div>
+ </div>
+ </div>
+ <div class='widget Followers' data-version='1' id='Followers1'>
+ <h2 class='title'>Followers</h2>
+ <div class='widget-content'>
+ <div id='Followers1-wrapper'>
+ <div style='margin-right:2px;'>
+ <div>
+ <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+ <div id="followers-iframe-container"></div>
+ <script type="text/javascript">
+ window.followersIframe = null;
+
+ function followersIframeOpen(url) {
+ gapi.load("gapi.iframes", function() {
+ if (gapi.iframes && gapi.iframes.getContext) {
+ window.followersIframe = gapi.iframes.getContext().openChild({
+ url: url,
+ where: document.getElementById("followers-iframe-container"),
+ messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER,
+ messageHandlers: {
+ '_ready': function(obj) {
+ window.followersIframe.getIframeEl().height = obj.height;
+ },
+ 'reset': function() {
+ window.followersIframe.close();
+ followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d175004091875960054\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaBjY2NjY2NiIGMjI4OGJiKgZmZmZmZmYyBjAwMDAwMDoGNjY2NjY2QgYyMjg4YmJKBjk5OTk5OVIGMjI4OGJiWgt0cmFuc3BhcmVudA%3D%3D\x26pageSize\x3d21\x26postID\x3d932306423056216142\x26origin\x3dhttp://siliconexposed.blogspot.tw/");
+ },
+ 'open': function(url) {
+ window.followersIframe.close();
+ followersIframeOpen(url);
+ },
+ 'blogger-ping': function() {}
+ }
+ });
+ }
+ });
+ }
+ followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d175004091875960054\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaBjY2NjY2NiIGMjI4OGJiKgZmZmZmZmYyBjAwMDAwMDoGNjY2NjY2QgYyMjg4YmJKBjk5OTk5OVIGMjI4OGJiWgt0cmFuc3BhcmVudA%3D%3D\x26pageSize\x3d21\x26postID\x3d932306423056216142\x26origin\x3dhttp://siliconexposed.blogspot.tw/");
+ </script>
+ </div>
+ </div>
+ </div>
+ <div class='clear'></div>
+ <span class='widget-item-control'>
+<span class='item-control blog-admin'>
+<a class='quickedit' href='//www.blogger.com/rearrange?blogID=175004091875960054&widgetType=Followers&widgetId=Followers1&action=editWidget&sectionId=sidebar-right-1' onclick='return _WidgetManager._PopupConfig(document.getElementById("Followers1"));' target='configFollowers1' title='Edit'>
+<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
+</a>
+</span>
+ </span>
+ <div class='clear'></div>
+ </div>
+ </div>
+ </div>
+ </aside>
+ </div>
+ </div>
+ </div>
+ <div style='clear: both'></div>
+ <!-- columns -->
+ </div>
+ <!-- main -->
+ </div>
+ </div>
+ <div class='main-cap-bottom cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ <footer>
+ <div class='footer-outer'>
+ <div class='footer-cap-top cap-top'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ <div class='fauxborder-left footer-fauxborder-left'>
+ <div class='fauxborder-right footer-fauxborder-right'></div>
+ <div class='region-inner footer-inner'>
+ <div class='foot no-items section' id='footer-1'></div>
+ <table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'>
+ <tbody>
+ <tr>
+ <td class='first columns-cell'>
+ <div class='foot no-items section' id='footer-2-1'></div>
+ </td>
+ <td class='columns-cell'>
+ <div class='foot no-items section' id='footer-2-2'></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!-- outside of the include in order to lock Attribution widget -->
+ <div class='foot section' id='footer-3'>
+ <div class='widget Attribution' data-version='1' id='Attribution1'>
+ <div class='widget-content' style='text-align: center;'>
+ Copyright (C) 2012-2014 Andrew Zonenberg. Content licensed under CC-BY unless otherwise stated. Simple template. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>.
+ </div>
+ <div class='clear'></div>
+ <span class='widget-item-control'>
+<span class='item-control blog-admin'>
+<a class='quickedit' href='//www.blogger.com/rearrange?blogID=175004091875960054&widgetType=Attribution&widgetId=Attribution1&action=editWidget&sectionId=footer-3' onclick='return _WidgetManager._PopupConfig(document.getElementById("Attribution1"));' target='configAttribution1' title='Edit'>
+<img alt='' height='18' src='https://resources.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>
+</a>
+</span>
+ </span>
+ <div class='clear'></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class='footer-cap-bottom cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ </footer>
+ <!-- content -->
+ </div>
+ </div>
+ <div class='content-cap-bottom cap-bottom'>
+ <div class='cap-left'></div>
+ <div class='cap-right'></div>
+ </div>
+ </div>
+ </div>
+ <script type='text/javascript'>
+ window.setTimeout(function() {
+ document.body.className = document.body.className.replace('loading', '');
+ }, 10);
+ </script>
+
+ <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1235661846-widgets.js"></script>
+ <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+ <script type='text/javascript'>
+ window['__wavt'] = 'AOuZoY793GE-9u9xtXSPHiSY4FyV9plLFQ:1477551217740';
+ _WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d175004091875960054', '//siliconexposed.blogspot.tw/2016/05/open-verilog-flow-for-silego-greenpak4.html', '175004091875960054');
+ _WidgetManager._SetDataContext([{
+ 'name': 'blog',
+ 'data': {
+ 'blogId': '175004091875960054',
+ 'bloggerUrl': 'https://www.blogger.com',
+ 'title': 'Silicon Exposed',
+ 'pageType': 'item',
+ 'postId': '932306423056216142',
+ 'url': 'http://siliconexposed.blogspot.tw/2016/05/open-verilog-flow-for-silego-greenpak4.html',
+ 'canonicalUrl': 'http://siliconexposed.blogspot.com/2016/05/open-verilog-flow-for-silego-greenpak4.html',
+ 'homepageUrl': 'http://siliconexposed.blogspot.tw/',
+ 'searchUrl': 'http://siliconexposed.blogspot.tw/search',
+ 'canonicalHomepageUrl': 'http://siliconexposed.blogspot.com/',
+ 'blogspotFaviconUrl': 'http://siliconexposed.blogspot.tw/favicon.ico',
+ 'enabledCommentProfileImages': true,
+ 'gPlusViewType': 'FILTERED_POSTMOD',
+ 'adultContent': false,
+ 'analyticsAccountNumber': '',
+ 'useUniversalAnalytics': false,
+ 'pageName': 'Open Verilog flow for Silego GreenPak4 programmable logic devices',
+ 'pageTitle': 'Silicon Exposed: Open Verilog flow for Silego GreenPak4 programmable logic devices',
+ 'encoding': 'UTF-8',
+ 'locale': 'en',
+ 'localeUnderscoreDelimited': 'en',
+ 'isPrivate': false,
+ 'isMobile': false,
+ 'isMobileRequest': false,
+ 'mobileClass': '',
+ 'isPrivateBlog': false,
+ 'languageDirection': 'ltr',
+ 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Silicon Exposed - Atom\x22 href\x3d\x22http://siliconexposed.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Silicon Exposed - RSS\x22 href\x3d\x22http://siliconexposed.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Silicon Exposed - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/175004091875960054/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Silicon Exposed - Atom\x22 href\x3d\x22http://siliconexposed.blogspot.com/feeds/932306423056216142/comments/default\x22 /\x3e\n',
+ 'meTag': '',
+ 'openIdOpTag': '',
+ 'postImageThumbnailUrl': 'https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s72-c/block-diagram.png',
+ 'postImageUrl': 'https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s640/block-diagram.png',
+ 'mobileHeadScript': '',
+ 'adsenseHostId': 'ca-host-pub-1556223355139109',
+ 'ieCssRetrofitLinks': '\x3c!--[if IE]\x3e\x3cscript type\x3d\x22text/javascript\x22 src\x3d\x22https://www.blogger.com/static/v1/jsbin/3382512426-ieretrofit.js\x22\x3e\x3c/script\x3e\n\x3c![endif]--\x3e',
+ 'view': '',
+ 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js',
+ 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/c258b0f953fb615c',
+ 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js',
+ 'sharing': {
+ 'platforms': [{
+ 'name': 'Get link',
+ 'key': 'link',
+ 'shareMessage': 'Get link',
+ 'target': ''
+ }, {
+ 'name': 'Facebook',
+ 'key': 'facebook',
+ 'shareMessage': 'Share to Facebook',
+ 'target': 'facebook'
+ }, {
+ 'name': 'BlogThis!',
+ 'key': 'blogThis',
+ 'shareMessage': 'BlogThis!',
+ 'target': 'blog'
+ }, {
+ 'name': 'Twitter',
+ 'key': 'twitter',
+ 'shareMessage': 'Share to Twitter',
+ 'target': 'twitter'
+ }, {
+ 'name': 'Pinterest',
+ 'key': 'pinterest',
+ 'shareMessage': 'Share to Pinterest',
+ 'target': 'pinterest'
+ }, {
+ 'name': 'Google+',
+ 'key': 'googlePlus',
+ 'shareMessage': 'Share to Google+',
+ 'target': 'googleplus'
+ }, {
+ 'name': 'Email',
+ 'key': 'email',
+ 'shareMessage': 'Email',
+ 'target': 'email'
+ }],
+ 'googlePlusShareButtonWidth': 300,
+ 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'
+ }
+ }
+ }, {
+ 'name': 'features',
+ 'data': {
+ 'widgetVisibility': true
+ }
+ }, {
+ 'name': 'messages',
+ 'data': {
+ 'linkCopiedToClipboard': 'Link copied to clipboard!',
+ 'postLink': 'Post Link'
+ }
+ }, {
+ 'name': 'template',
+ 'data': {
+ 'name': 'Simple',
+ 'localizedName': 'Simple',
+ 'variant': 'simplysimple',
+ 'isResponsive': false,
+ 'isAlternateRendering': false,
+ 'isCustom': false
+ }
+ }, {
+ 'name': 'view',
+ 'data': {
+ 'classic': {
+ 'name': 'classic',
+ 'url': '?view\x3dclassic'
+ },
+ 'flipcard': {
+ 'name': 'flipcard',
+ 'url': '?view\x3dflipcard'
+ },
+ 'magazine': {
+ 'name': 'magazine',
+ 'url': '?view\x3dmagazine'
+ },
+ 'mosaic': {
+ 'name': 'mosaic',
+ 'url': '?view\x3dmosaic'
+ },
+ 'sidebar': {
+ 'name': 'sidebar',
+ 'url': '?view\x3dsidebar'
+ },
+ 'snapshot': {
+ 'name': 'snapshot',
+ 'url': '?view\x3dsnapshot'
+ },
+ 'timeslide': {
+ 'name': 'timeslide',
+ 'url': '?view\x3dtimeslide'
+ },
+ 'isMobile': false,
+ 'title': 'Open Verilog flow for Silego GreenPak4 programmable logic devices',
+ 'description': 'I\x27ve written a couple of posts in the past few months but they were all for the blog at work so I figured I\x27m long overdue for one on Silic...',
+ 'featuredImage': 'https://1.bp.blogspot.com/-YIPC5jkXkDE/Vy7YPSqFKWI/AAAAAAAAAxI/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB/s640/block-diagram.png',
+ 'url': 'http://siliconexposed.blogspot.tw/2016/05/open-verilog-flow-for-silego-greenpak4.html',
+ 'type': 'item',
+ 'isSingleItem': true,
+ 'isMultipleItems': false,
+ 'isError': false,
+ 'isPage': false,
+ 'isPost': true,
+ 'isHomepage': false,
+ 'isArchive': false,
+ 'isSearch': false,
+ 'postId': 932306423056216142
+ }
+ }]);
+ _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', null, document.getElementById('Navbar1'), {}, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', null, document.getElementById('Header1'), {}, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', null, document.getElementById('Blog1'), {
+ 'cmtInteractionsEnabled': false,
+ 'lightboxEnabled': true,
+ 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1515155163-lbx.js',
+ 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/368954415-lightbox_bundle.css'
+ }, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList1', 'sidebar-right-1', null, document.getElementById('LinkList1'), {}, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', null, document.getElementById('BlogArchive1'), {
+ 'languageDirection': 'ltr',
+ 'loadingMessage': 'Loading...'
+ }, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList2', 'sidebar-right-1', null, document.getElementById('LinkList2'), {}, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'sidebar-right-1', null, document.getElementById('PopularPosts1'), {}, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-1', null, document.getElementById('Profile1'), {}, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar-right-1', null, document.getElementById('Followers1'), {}, 'displayModeFull'));
+ _WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', null, document.getElementById('Attribution1'), {}, 'displayModeFull'));
+ </script>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json b/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json
new file mode 100644
index 0000000..0ac6816
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json
@@ -0,0 +1,3 @@
+{
+ "ArticleByLine": true
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json
new file mode 100644
index 0000000..77ab1db
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "http:\/\/media.breitbart.com\/media\/2016\/11\/GettyImages-621866810.jpg",
+ "http:\/\/media.breitbart.com\/media\/2016\/11\/GettyImages-621866810-640x480.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json
new file mode 100644
index 0000000..f044513
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "by Lucas Nolan22 Dec 2016651",
+ "Direction": null,
+ "Excerpt": "Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”",
+ "Image": "http:\/\/media.breitbart.com\/media\/2016\/11\/GettyImages-621866810.jpg",
+ "Title": "'Neutral' Snopes Fact-Checker David Emery: 'Are There Any Un-Angry Trump Supporters?' - Breitbart",
+ "SiteName": "Breitbart"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html
new file mode 100644
index 0000000..b4a000f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html
@@ -0,0 +1,47 @@
+<div>
+
+
+
+ <figure>
+ <div><p><img itemprop="image" src="http://media.breitbart.com/media/2016/11/GettyImages-621866810-640x480.jpg" alt="Supporters of Republican presidential nominee Donald Trump cheer during election night at the New York Hilton Midtown in New York on November 9, 2016. / AFP / JIM WATSON (Photo credit should read JIM WATSON/AFP/Getty Images)" width="640" height="480"></p><p>JIM WATSON/AFP/Getty Images</p>
+ </div>
+ </figure>
+ <time datetime="2016-12-22T10:43:37Z">22 Dec, 2016</time>
+ <time datetime="2016-12-22T18:59:12Z">22 Dec, 2016</time>
+ </div><div>
+
+
+ <div id="EmailOptin">
+ <p><span>SIGN UP</span> FOR OUR NEWSLETTER</p>
+
+ </div>
+ <h2><span>Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”</span></h2>
+ <p><span>Emery, a writer for partisan “fact-checking” website Snopes.com which soon will be in charge of labelling </span><a href="http://www.breitbart.com/tech/2016/12/15/facebook-introduce-warning-labels-stories-deemed-fake-news/"><span>“fake news”</span></a><span> alongside ABC News and Politifact, retweeted an article by Vulture magazine relating to the </span><a href="http://www.breitbart.com/big-hollywood/2016/11/19/boycotthamilton-trends-hamilton-cast-members-harass-mike-pence/"><span>protests</span></a><span> of the <em>Hamilton</em> musical following the decision by the cast of the show to make a </span><a href="http://www.breitbart.com/big-hollywood/2016/11/19/tolerance-hamilton-cast-lectures-mike-pence-broadway-stage/"><span>public announcement</span></a><span> to Vice-president elect Mike Pence while he watched the performance with his family.</span></p>
+ <div id="EmailOptinM">
+ <p><span>SIGN UP</span> FOR OUR NEWSLETTER</p>
+
+ </div>
+ <p><span>The tweet from Vulture magazine reads, “</span><a href="https://twitter.com/hashtag/Hamilton?src=hash" target="_blank" rel="noopener"><span>#Hamilton</span></a><span> Chicago show interrupted by angry Trump supporter.” Emery retweeted the story, saying, “Are there un-angry Trump supporters?”</span></p>
+
+
+
+
+
+
+ <p><span>This isn’t the first time the Snopes.com writer has expressed anti-Trump sentiment on his Twitter page. In another tweet in which Emery links to an article that falsely attributes a quote to President-elect Trump, Emery states, “Incredibly, some people actually think they have to put words in Trump’s mouth to make him look bad.”</span></p>
+
+
+ <p><span>Emery also retweeted an article by <em>New York</em> magazine that claimed President-elect Trump relied on lies to win during his campaign and that we now lived in a “post-truth” society. “Before long we’ll all have forgotten what it was like to live in the same universe; or maybe we already have,” Emery tweeted.</span></p>
+
+
+
+
+
+
+ <p><span>Facebook believe that Emery, along with other Snopes writers, ABC News, and </span><a href="http://www.breitbart.com/tech/2016/12/16/flashback-weekly-standard-data-shows-politifact-has-it-out-for-republicans/"><span>Politifact</span></a><span> are impartial enough to label and silence what they believe to be “fake news” on social media. </span></p>
+ <p><i><span>Lucas Nolan is a reporter for Breitbart Tech covering issues of free speech and online censorship. Follow him on Twitter </span></i><a href="http://twitter.com/lucasnolan_" target="_blank" rel="noopener"><i><span>@LucasNolan_</span></i></a><i><span> or email him at </span></i><a href="http://www.breitbart.com/wp-admin/blank"><i><span>[email protected]</span></i></a></p>
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html b/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html
new file mode 100644
index 0000000..61ae0aa
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html
@@ -0,0 +1,19848 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# dc: http://purl.org/dc/elements/1.1/# v: http://rdf.data-vocabulary.org/# op: http://media.facebook.com/op#" lang="en">
+
+<head>
+ <script type="text/javascript" src="//m.addthis.com/live/red_lojson/300lo.json?si=5887328e015c3caf&amp;bkl=0&amp;bl=1&amp;sid=5887328e015c3caf&amp;pub=ra-536db77a775cf072&amp;rev=v7.9.5-wp&amp;ln=en&amp;pc=men&amp;cb=0&amp;ab=-&amp;dp=www.breitbart.com&amp;fp=tech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;fr=&amp;of=0&amp;pd=0&amp;irt=0&amp;vcl=0&amp;md=0&amp;ct=0&amp;tct=0&amp;abt=0&amp;cdn=0&amp;pi=1&amp;rb=0&amp;gen=100&amp;chr=UTF-8&amp;mk=Donald%20Trump%2Cfacebook%2CFact%20Check%2Cfake%20news%2CSnopes%2CTech%2Csnopes&amp;colc=1485255313842&amp;jsl=13505&amp;uvs=5887328e084443ac000&amp;skipb=1&amp;callback=addthis.cbs.oln9_77519642505367390">
+ <script type="text/javascript" id="cadmpjs" async="" src="//c1.rfihub.net/js/smarttag.js"></script>
+ <script type="text/javascript" id="pubnationjs" async="" src="//report-ads-to.pubnation.com/dist/pnr.js?t=pn-52225fd0c8484f06"></script>
+ </script>
+ <script type="text/javascript" src="//m.addthisedge.com/live/boost/ra-536db77a775cf072/_ate.track.config_resp"></script><iframe style="width: 0px; height: 0px; border: 0px none;" src="javascript:false"></iframe>
+ <script async="" type="text/javascript" src="http://de.tynt.com/deb/v2?id=dspfiQ33mr44afacwqm_6l&amp;dn=TI&amp;cc=1&amp;r="></script>
+ <script async="" type="text/javascript" src="https://sc.tynt.com/script/sc/dspfiQ33mr44afacwqm_6l.js"></script>
+ <script async="" type="text/javascript" src="http://s.newsmaxfeednetwork.com/static/js/render.v1.js"></script>
+ <script type="text/javascript" src="http://s.jsrdn.com/s/1.js?p=22445&amp;r=k198&amp;k=dmMJMjAxNjEwMjcJdQlkMDljZjVjNS0xNmRjLTQyNjUtYjJhZS00MTVlYjkzYmIzOTcJdW4JMAl2CWNkYWZkNTY5LTc4MzEtNDc0Zi04MWJkLWUyNGI1NjM0ZjYyMQl0Zwljcy5qcwlidAkyMDE3LTAxLTI0VDE4OjU1OjA5KzA4OjAwCWRjCXV0Zi04CWJsCWVuLXVzCWJmCTIxCWR3CTEyODAJZGgJNzEwCWJjCTEJYnAJMgliZAkyNAlidwkxNDQwCWJoCTkwMAliagkwCWYJaHR0cDovL3d3dy5icmVpdGJhcnQuY29tL3RlY2gvMjAxNi8xMi8yMi9uZXV0cmFsLXNub3Blcy1mYWN0LWNoZWNrZXItZGF2aWQtZW1lcnktdW4tYW5ncnktdHJ1bXAtc3VwcG9ydGVycy8JdWQJCXBiCTAJcHYJMAlwcQkwCWN3CQlhY3IJdW5kZWZpbmVkCWRyCQlrdwlkb25hbGQgdHJ1bXAsZmFjZWJvb2ssZmFjdCBjaGVjayxmYWtlIG5ld3Msc25vcGVzLHRlY2gsc25vcGVzCXByZgl1bmRlZmluZWQ" async="">
+ <script type="text/javascript" id="isczergnetjs" async="" src="//www.zergnet.com/zerg.js?id=40875"></script>
+ </script>
+ <script src="http://edge.quantserve.com/quant.js" async="" type="text/javascript"></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script type="text/javascript" id="iscdistroscalejs" async="" src="//c.jsrdn.com/s/cs.js?p=22445"></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script charset="UTF-8" type="text/javascript" src="http://cdn.taboola.com/libtrc/impl.242-8-RELEASE.js"></script>
+ <script async="" src="//widget.perfectmarket.com/breitbartcom/load.js"></script>
+ <style class="vjs-styles-defaults">
+ .video-js {
+ width: 300px;
+ height: 150px;
+ }
+
+ .vjs-fluid {
+ padding-top: 56.25%
+ }
+ </style>
+ <script type="text/javascript" async="" src="http://ad.crwdcntrl.net/5/c=1859/pe=y/callback=_nw2e.closures.c0"></script>
+ <script src="http://edge.quantserve.com/quant.js" async="" type="text/javascript"></script>
+ <script src="//pagead2.googlesyndication.com/pagead/expansion_embed.js?source=safeframe"></script>
+ <script src="http://pagead2.googlesyndication.com/pagead/osd.js"></script>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <title>'Neutral' Snopes Fact-Checker David Emery: 'Are There Any Un-Angry Trump Supporters?' - Breitbart</title>
+ <link rel="dns-prefetch" href="//media.breitbart.com" />
+ <link rel="dns-prefetch" href="//fonts.gstatic.com" />
+ <link rel="dns-prefetch" href="//breitbartproduction.disqus.com" />
+ <link rel="preload" href="/t/style-014852557.css" as="style" />
+ <link rel="preload" href="//fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2" as="font" crossorigin="" type="font/woff2" />
+ <link rel="preload" href="/t/assets/fonts/bbn.woff2" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="/t/assets/i/spriteg.png" as="image" />
+ <link rel="stylesheet" href="/t/style-014852557.css" type="text/css" media="all" />
+ <meta name="description" content="Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”" />
+ <meta name="robots" content="noodp" />
+ <meta name="keywords" content="Donald Trump, facebook, Fact Check, fake news, Snopes,Tech,snopes" />
+ <link rel="canonical" href="http://www.breitbart.com/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters/" />
+ <link rel="publisher" href="https://plus.google.com/110812411499982071387" />
+ <meta property="og:locale" content="en_US" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="'Neutral' Snopes Fact-Checker David Emery: 'Are There Any Un-Angry Trump Supporters?' - Breitbart" />
+ <meta property="og:description" content="Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”" />
+ <meta property="og:url" content="http://www.breitbart.com/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters/" />
+ <meta property="og:site_name" content="Breitbart" />
+ <meta property="article:publisher" content="https://www.facebook.com/Breitbart" />
+ <meta property="article:tag" content="Donald Trump" />
+ <meta property="article:tag" content="facebook" />
+ <meta property="article:tag" content="Fact Check" />
+ <meta property="article:tag" content="fake news" />
+ <meta property="article:tag" content="Snopes" />
+ <meta property="article:section" content="Tech" />
+ <meta property="article:published_time" content="2016-12-22T10:43:37-08:00" />
+ <meta property="article:modified_time" content="2016-12-22T18:59:12-08:00" />
+ <meta property="og:updated_time" content="2016-12-22T18:59:12-08:00" />
+ <meta property="fb:app_id" content="1243316582352556" />
+ <meta property="og:image" content="http://media.breitbart.com/media/2016/11/GettyImages-621866810.jpg" />
+ <meta property="og:image:width" content="640" />
+ <meta property="og:image:height" content="480" />
+ <meta name="twitter:card" content="summary" />
+ <meta name="twitter:description" content="Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”" />
+ <meta name="twitter:title" content="'Neutral' Snopes Fact-Checker David Emery: 'Are There Any Un-Angry Trump Supporters?' - Breitbart" />
+ <meta name="twitter:site" content="@BreitbartNews" />
+ <meta name="twitter:image" content="http://media.breitbart.com/media/2016/11/GettyImages-621866810.jpg" />
+ <meta name="twitter:creator" content="@lucasnolan_" />
+ <meta property="article:categories" content="Tech" />
+ <link rel="amphtml" href="http://www.breitbart.com/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters/amp/" />
+ <link rel="icon" href="http://www.breitbart.com/t/assets/i/w-logo-orange.png" sizes="32x32" />
+ <link rel="icon" href="http://www.breitbart.com/t/assets/i/w-logo-orange.png" sizes="192x192" />
+ <link rel="apple-touch-icon-precomposed" href="http://www.breitbart.com/t/assets/i/w-logo-orange.png" />
+ <meta name="msapplication-TileImage" content="http://www.breitbart.com/t/assets/i/w-logo-orange.png" />
+ <link rel="home" href="http://www.breitbart.com/" title="Home" />
+ <link rel="copyright" href="#copyrighttext" />
+ <link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/breitbart" title="Breitbart News Feed" />
+ <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
+ <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
+ <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png" />
+ <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
+ <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png" />
+ <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png" />
+ <link rel="apple-touch-icon-precomposed" href="/t/assets/i/w-logo-orange.png" />
+ <link rel="icon" href="/t/assets/i/w-logo-orange.png" sizes="32x32" />
+ <link rel="icon" href="/t/assets/i/w-logo-orange.png" sizes="192x192" />
+ <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
+ <link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192" />
+ <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
+ <meta property="op:markup_version" content="v1.0" />
+ <meta property="fb:use_automatic_ad_placement" content="true" />
+ <meta property="fb:pages" content="95475020353" />
+ <!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/4.0.1/placeholders.min.js"></script><![endif]-->
+ <script src="https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.zh_TW.tG5bnIHTb5g.O/m=client,plusone/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCPtGeQaUyun5lXJYreWuO_zbldYQQ/cb=gapi.loaded_0" async=""></script>
+ <script type="text/javascript" async="" src="https://d31qbv1cthcecs.cloudfront.net/atrk.js">
+ <script type="text/javascript" id="gptiscjs" async="" src="//www.googletagservices.com/tag/js/gpt.js" ></script>
+ </script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript">
+ var isc_js_debug = !1,
+ isc_is_dev = !1,
+ isc_js_bc = 'author-4326 category-tech single single-post postid-5765662 js';
+ var isc_metric2 = 3;
+ if (document.cookie & amp; & amp; document.cookie.indexOf("Ba2=") & gt; - 1) isc_metric2 = document.cookie.indexOf("Ba2=1") & gt; - 1 ? 1 : 2;
+ var isc_metric1 = Date.now() % 2 == 0 ? 4 : 5;
+ if (document.cookie & amp; & amp; document.cookie.indexOf("Bb1=") & gt; - 1) isc_metric1 = document.cookie.indexOf("Bb1=4") & gt; - 1 ? 4 : 5;
+ if (window.location.search & amp; & amp; window.location.search.indexOf("toutinform") & gt; - 1) isc_metric1 = window.location.search.indexOf("toutinform=5") & gt; - 1 ? 5 : 4;
+ var _informq = _informq || [],
+ _ndnq = _ndnq || [],
+ _nw2e = _nw2e || [];
+ _informq.push(["hook", "inform-player-1/videoLoad", function(event) {
+ _informq.push(["command", "inform-player-2/destruct"]);
+ if (isc_metric1 === 5) typeof ISCJS.init_a_tout == "function" & amp; & amp;
+ ISCJS.init_a_tout()
+ }]);
+ if (isc_metric1 === 5) _informq.push(["hook", "inform-player-2/widgetEmbedStart", function(event) {
+ _informq.push(["command", "inform-player-2/destruct"]);
+ typeof ISCJS.init_a_tout == "function" & amp; & amp;
+ ISCJS.init_a_tout()
+ }]);
+ var isc_is_mobile = /IEMobile|BB10|Android|Silk|Kindle|Opera Mini|Opera Mobi|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent) ? !0 : !1,
+ isc_is_mobile_plus = isc_is_mobile || /mobile/i.test(navigator.userAgent) ? !0 : !1,
+ isc_js_bc = isc_is_mobile ? "ismobile " + isc_js_bc : isc_js_bc,
+ isc_is_prod = window.location.href.indexOf(".breitbart.com") == 10,
+ isc_is_preview = window.location.href.indexOf("preview=true") & gt; - 1 & amp; & amp;
+ window.location.href.indexOf("preview_id=") & gt; - 1, isc_is_single = isc_js_bc.indexOf("single") & gt; - 1, isc_is_home =
+ /home blog /.test(isc_js_bc), isc_is_video = window.location.pathname.indexOf("/video/") == 0, isc_is_wire = window.location.pathname.indexOf("/news/") == 0 || isc_js_bc.indexOf("-wire") & gt; - 1, isc_is_cookie = document.cookie & amp; & amp;
+ document.cookie.length & gt;
+ 0, isc_is_ssl = "https:" == document.location.protocol ? true : false, isc_is_canvas = isc_js_bc.indexOf("cat-view-customize") & gt; - 1, isc_is_qazy = !isc_is_canvas & amp; & amp;
+ !isc_is_ssl & amp; & amp;
+ !isc_is_preview & amp; & amp;
+ !isc_is_home & amp; & amp;
+ !isc_is_mobile_plus & amp; & amp;
+ !(isc_is_video & amp; & amp; !isc_is_single);
+ if (isc_is_qazy) {
+ var qazy = {
+ runs: 0,
+ io: null,
+ x: 0,
+ dimg: "data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAUAAAAALAAAAAABAAEAAAICRAEAOw==",
+ RunIO: function() {
+ if (qazy.runs++ & gt; 5) qazy.StopIO();
+ qazy.MakeList();
+ return
+ },
+ StopIO: function() {
+ "number" === typeof qazy.io & amp; & amp;
+ (clearInterval(qazy.io), qazy.io = null);
+ return
+ },
+ MakeList: function() {
+ if (qazy.x === 0) {
+ qazy.x = 1;
+ var b = document.querySelectorAll("img[data-qazy='true']"),
+ d = b.length;
+ if (0 & lt; d)
+ for (var c = 0; c & lt; d; c++) {
+ var a = b[c];
+ if (a.src & amp; & amp; a.src.length & gt; 10) {
+ a.setAttribute("data-qazy",
+ "false");
+ a.setAttribute("data-qazy-src", a.src);
+ a.src = qazy.dimg
+ }
+ }
+ qazy.x = 0
+ }
+ return
+ }
+ };
+ qazy.io = setInterval(qazy.RunIO, 450);
+ if (window.addEventListener) window.addEventListener("load", qazy.StopIO, !1)
+ };
+ </script>
+ <script src="//breitbartproduction.disqus.com/count-data.js?1=5765662&amp;1=5983254&amp;1=5991950&amp;1=5998654&amp;1=6001310&amp;1=6001354&amp;1=6001426&amp;1=6001618&amp;1=6001622&amp;1=6001754&amp;1=6002926&amp;1=6003278&amp;1=6003326&amp;1=6003438&amp;1=6003894&amp;1=6003906&amp;1=6003970&amp;1=6004026&amp;1=6004306&amp;1=6004358&amp;1=6004430&amp;1=6004762&amp;1=6005154&amp;1=6005234&amp;1=6005298&amp;1=6005550&amp;1=6005858&amp;1=6006154"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://platform.twitter.com/js/tweet.08991409fe8c7862c0aa5cc77e44569a.js"></script>
+ <script src="https://securepubads.g.doubleclick.net/gpt/pubads_impl_108.js" async=""></script>
+ <link rel="prefetch" href="http://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html" />
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="models/Ndn/Widget" src="http://launch.newsinc.com/165/js/models/Ndn/Widget.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="perfectPixel90085" src="http://dmeserve.newsinc.com/dpid/90085/PPEmbed.js"></script>
+ <link rel="stylesheet" type="text/css" href="http://launch.newsinc.com/165/css/NdnEmbed.css" />
+ <link rel="stylesheet" type="text/css" href="http://launch.newsinc.com/165/css/NdnEmbed2.css" />
+ <style type="text/css">
+ .trc_rbox_container {
+ direction: ltr;
+ text-align: left
+ }
+
+ .trc_rbox_header {
+ border-style: solid;
+ border-width: 0
+ }
+
+ .in_trc_header {
+ position: relative!important;
+ float: right;
+ margin: 0
+ }
+
+ #trc_rbox_css_loaded {
+ overflow: hidden;
+ width: 0;
+ height: 0
+ }
+
+ .trc_rbox {
+ margin-top: 0
+ }
+
+ .trc_rbox_div {
+ margin: 0 0 3px;
+ direction: ltr;
+ padding: 0;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ overflow: auto;
+ position: relative;
+ width: auto;
+ *width: auto;
+ border: solid #CCC 1px
+ }
+
+ .loading-animation span {
+ display: block
+ }
+
+ .videoCube {
+ zoom: 1;
+ cursor: pointer;
+ float: none;
+ overflow: hidden;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box
+ }
+
+ div.videoCube:hover,
+ .videoCube_hover {
+ cursor: pointer
+ }
+
+ .videoCube span.video-title:hover,
+ .videoCube_hover span.video-title {
+ text-decoration: underline
+ }
+
+ .videoCube a {
+ text-decoration: none;
+ border: 0;
+ color: #000;
+ cursor: pointer
+ }
+
+ .videoCube a:hover,
+ .videoCube_hover a,
+ .videoCube a:link,
+ .videoCube a {
+ text-decoration: none!important;
+ outline: 0
+ }
+
+ .videoCube a .thumbBlock {
+ float: left;
+ display: block;
+ overflow: hidden!important
+ }
+
+ .videoCube a img,
+ .videoCube img {
+ border: 0;
+ _border: 0;
+ display: block;
+ margin: 0;
+ height: auto;
+ width: auto
+ }
+
+ .videoCube .video-label {
+ display: block;
+ overflow: hidden
+ }
+
+ .videoCube .video-title {
+ width: auto!important;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word
+ }
+
+ .videoCube .video-duration a {}
+
+ .videoCube .video-duration {
+ height: 0;
+ float: left;
+ position: relative;
+ color: #fff;
+ font-size: 11px
+ }
+
+ .videoCube .video-duration dt {
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ background-color: #000;
+ opacity: .6;
+ filter: alpha(opacity=60)
+ }
+
+ .videoCube span.video-label.trc_ellipsis {
+ position: relative;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis {
+ position: relative;
+ overflow: hidden
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis ins {
+ display: inline-block;
+ text-decoration: inherit
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis ins.lastLineEllipsis {
+ display: block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ word-wrap: normal
+ }
+
+ .sponsored-default .video-description {
+ font-weight: 400;
+ color: #000;
+ font-size: 9px;
+ max-height: 22px;
+ *height: 22px;
+ overflow: hidden;
+ line-height: 9px
+ }
+
+ .video-duration.video-duration-detail div {
+ color: #fff
+ }
+
+ .sponsored-default {
+ background-color: #f7f6c6;
+ padding-bottom: 0!important
+ }
+
+ .trc_rbox .sponsored {
+ position: relative;
+ display: block;
+ overflow: visible;
+ height: auto;
+ width: auto;
+ padding-right: 0;
+ text-align: right;
+ font-size: 9px
+ }
+
+ .sponsored-url {
+ white-space: nowrap;
+ float: left;
+ overflow: hidden;
+ width: 98%;
+ height: auto;
+ margin-top: 0;
+ margin-left: 1px;
+ padding-bottom: 2px;
+ color: green;
+ font-size: 9px;
+ text-decoration: underline
+ }
+
+ .sponsored-default .video-title {
+ height: 26px;
+ font-size: 11px;
+ line-height: 13px;
+ max-height: 26px;
+ *height: 26px
+ }
+
+ .sponsored-default .thumbBlock img {}
+
+ .sponsored-default .thumbBlock {
+ text-align: center;
+ background-color: transparent
+ }
+
+ .trc_rbox_div {
+ height: 410px
+ }
+
+ .videoCube {
+ direction: ltr;
+ font-size: 11px;
+ margin: 0;
+ color: #000;
+ border-width: 0
+ }
+
+ .videoCube.vertical:first-child {
+ border-top: 0;
+ margin-top: 0
+ }
+
+ .videoCube.horizontal:first-child {
+ border-left: 0;
+ margin-left: 0
+ }
+
+ .trc_rbox .trc_rbox_div .videoCube.vertical {
+ _margin-top: expression(this.previousSibling==null?'0':'default')
+ }
+
+ .trc_rbox .trc_rbox_div .videoCube.horizontal {
+ _margin-left: expression(this.previousSibling==null?'0':'default')
+ }
+
+ div.videoCube:hover,
+ .videoCube_hover {
+ background-color: #EBF0FF;
+ color: #000
+ }
+
+ .videoCube .thumbBlock {
+ margin-right: 5px;
+ margin-left: 1px;
+ border-style: solid
+ }
+
+ .videoCube a img,
+ .videoCube img {
+ border-color: #ececec
+ }
+
+ .videoCube .overlayImg {}
+
+ .videoCube .video-label-box {
+ margin-left: 81px
+ }
+
+ .videoCube .video-label dt {
+ font-weight: 700
+ }
+
+ .videoCube .video-title {
+ height: auto;
+ margin-bottom: 3px;
+ white-space: normal
+ }
+
+ .videoCube .trc_inline_detail_spacer {
+ display: inline-block;
+ white-space: pre
+ }
+
+ .sponsored-default {
+ padding-bottom: 0
+ }
+
+ .loading-animation {
+ font-family: sans;
+ font-size: 1.5em;
+ text-align: center;
+ color: gray;
+ height: 100%
+ }
+
+ .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-weight: 700;
+ text-decoration: none;
+ color: #000
+ }
+
+ .trc_header_right_part {
+ position: absolute;
+ left: 50%;
+ top: 0
+ }
+
+ .branding_div {
+ overflow: visible;
+ float: right
+ }
+
+ .branding_div img {
+ height: 20px
+ }
+
+ .trc_pager div {
+ float: left;
+ font-family: sans;
+ cursor: pointer;
+ margin-left: 2px;
+ margin-right: 2px
+ }
+
+ .trc_pager_prev,
+ .trc_pager_next {}
+
+ .trc_pager {
+ font-weight: 400
+ }
+
+ .trc_pager_pages {
+ display: block!important
+ }
+
+ .trc_related_container div.horizontal {
+ float: left;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box
+ }
+
+ .trc_related_container div.vertical {}
+
+ .trc_related_container DIV.videoCube.thumbnail_top .thumbBlock,
+ .trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock {
+ float: none
+ }
+
+ @media screen and (-webkit-min-device-pixel-ratio:0) {
+ .sponsored-url {
+ margin-top: 2px
+ }
+ }
+
+ .vidiscovery-note {
+ display: none
+ }
+
+ .pager_disabled {
+ cursor: auto
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base {
+ display: block;
+ width: auto;
+ margin-left: 0;
+ position: absolute;
+ color: #fff!important
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay {
+ filter: alpha(opacity=60);
+ opacity: .6;
+ display: block;
+ position: absolute;
+ *left: 0
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base .sponsored {
+ position: relative;
+ display: block;
+ overflow: visible;
+ width: auto;
+ text-align: center;
+ padding: 0 5px;
+ margin-top: 0
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base.round .trc_sponsored_overlay {
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base.round {
+ margin-left: 4px
+ }
+
+ .thumbnail-emblem {
+ background-color: transparent;
+ background-repeat: no-repeat;
+ position: absolute;
+ z-index: 50
+ }
+
+ .playerCube .thumbnail-overlay,
+ .videoCube .thumbnail-overlay {
+ position: absolute;
+ background-color: transparent;
+ background-repeat: no-repeat;
+ z-index: 50
+ }
+
+ .videoCube:hover .thumbnail-overlay,
+ .videoCube_hover .thumbnail-overlay {
+ position: absolute;
+ background-color: transparent;
+ background-repeat: no-repeat;
+ z-index: 50
+ }
+
+ .thumbnail_bottom {
+ padding-bottom: 8px
+ }
+
+ .trc_pager_next img,
+ trc_pager_next pager_disabled img,
+ trc_pager_next:hover img {
+ -moz-transform: scaleX(-1);
+ -o-transform: scaleX(-1);
+ -webkit-transform: scaleX(-1);
+ transform: scaleX(-1);
+ filter: FlipH;
+ -ms-filter: "FlipH"
+ }
+
+ .trc_cover_iframe {
+ position: absolute;
+ z-index: 100000;
+ top: 0;
+ left: 0;
+ background: #000;
+ opacity: .4;
+ filter: alpha(opacity=40);
+ border: 0
+ }
+
+ .trc_lightbox_base {
+ z-index: 100001;
+ position: fixed
+ }
+
+ .trc_lightbox_overlay {
+ background-color: transparent;
+ position: absolute;
+ z-index: 100002
+ }
+
+ .trc_lightbox_transparent {
+ position: absolute;
+ z-index: 100003
+ }
+
+ #trc_lightbox_header {
+ font-family: "Trebuchet MS", Helvetica, sans-serif
+ }
+
+ .trc_whitebox {
+ background-color: #fff;
+ position: relative;
+ z-index: 100004;
+ padding: 0 20px 20px;
+ margin: 0 auto;
+ border: 2px solid #000;
+ -moz-box-shadow: 3px 3px 20px #000;
+ -webkit-box-shadow: 3px 3px 20px #000;
+ box-shadow: 3px 3px 20px #000;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px
+ }
+
+ .trc_whiteboxCloseButton {
+ width: 32px;
+ height: 32px;
+ border: 0;
+ position: absolute;
+ right: -16px;
+ top: -14px;
+ cursor: pointer;
+ background: url(//cdn.taboola.com/taboola-generic/close.png) no-repeat top left transparent;
+ color: #fff;
+ color: transparent;
+ font-size: 0
+ }
+
+ .trc_related_container .logoDiv {
+ font-family: Arial, Helvetica, sans-serif;
+ white-space: nowrap;
+ font-size: 9px
+ }
+
+ .trc_related_container .logoDiv a {
+ font-size: 9px;
+ text-decoration: none!important;
+ color: #000;
+ margin-right: 1px;
+ vertical-align: text-bottom
+ }
+
+ .logoDiv a span:hover {
+ text-decoration: underline
+ }
+
+ .trc_rbox_header .logoDiv {
+ font-size: 1em
+ }
+
+ .trc_related_container .vertical-start-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-down.png);
+ height: 10px;
+ width: auto;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .vertical-end-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-up.png);
+ height: 10px;
+ width: auto;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .horizontal-start-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-right.png);
+ height: auto;
+ width: 10px;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .horizontal-end-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-left.png);
+ height: auto;
+ width: 10px;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_rbox_container.trc_expandable {
+ overflow: hidden;
+ max-height: 0;
+ transition-property: max-height;
+ -webkit-transition-property: max-height;
+ -moz-transition-property: max-height;
+ -o-transition-property: max-height;
+ -webkit-transform: translateZ(0);
+ -moz-transform: translateZ(0);
+ -ms-transform: translateZ(0);
+ -o-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+
+ DIV.trc_autoplaylist-box {
+ margin: 6px auto 0;
+ border: 0;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ padding: 4px;
+ font-family: "Trebuchet MS", Helvetica, sans-serif;
+ width: 320px;
+ background: #191919;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#393939');
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#393939)";
+ background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#393939));
+ background: -moz-linear-gradient(top, #191919, #393939);
+ background: linear-gradient(top, #191919, #393939)
+ }
+
+ DIV.trc_autoplaylist-box .trc-next-up-header {
+ font-size: 14px;
+ color: #CCC;
+ float: left;
+ line-height: 31px;
+ margin: 0 4px 0 6px;
+ overflow: hidden;
+ white-space: nowrap
+ }
+
+ DIV.trc_autoplaylist-box .trc-next-up-countdown {
+ color: #fff;
+ font-weight: 700;
+ font-size: 15px;
+ padding-left: 4px
+ }
+
+ DIV.trc_autoplaylist-box .nextup {
+ cursor: pointer
+ }
+
+ DIV.trc_autoplaylist-box .nextup .thumbblock {
+ border: solid #FEFEFE 1px;
+ margin-right: 10px
+ }
+
+ DIV.trc_autoplaylist-box:hover .nextup .thumbblock SPAN.thumbnail-overlay {
+ background-image: url(//cdn.taboola.com/taboola-generic/lightbox-overlay.png)
+ }
+
+ DIV.trc_autoplaylist-box .nextup .video-label-box {
+ color: #fff;
+ font-weight: 700;
+ font-size: 12px;
+ line-height: 14px
+ }
+
+ .trc-syndication-link {
+ text-decoration: none;
+ color: inherit
+ }
+
+ .playerCube {
+ width: 100%;
+ height: 100%;
+ position: relative;
+ cursor: pointer
+ }
+
+ .playerCube .thumbnail-overlay {
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ position: absolute
+ }
+
+ .trc_related_container .whatsThisSyndicated {
+ position: absolute;
+ cursor: pointer
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-bottom-right,
+ .trc_related_container .static-text.bottom-right {
+ bottom: 0;
+ right: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-top-right,
+ .trc_related_container .static-text.top-right {
+ top: 0;
+ right: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-bottom-left,
+ .trc_related_container .static-text.bottom-left {
+ bottom: 0;
+ left: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-top-left,
+ .trc_related_container .static-text.top-left {
+ top: 0;
+ left: 0
+ }
+
+ .trc_related_container .videoCube .thumbBlock .branding {
+ position: absolute;
+ bottom: 0;
+ z-index: 1;
+ width: 100%;
+ margin: 0;
+ padding: 5px 0;
+ text-align: center
+ }
+
+ .syndicatedItem .branding {
+ margin: 0
+ }
+
+ .trc_related_container .videoCube .thumbBlock .static-text {
+ position: absolute;
+ z-index: 1;
+ margin: 0;
+ padding: 5px;
+ background-color: #000;
+ color: #fff;
+ display: block;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: 400;
+ text-align: left;
+ text-decoration: none;
+ opacity: .7
+ }
+
+ .trc_related_container .static-text.top {
+ width: 100%;
+ top: 0;
+ padding: 5px 0
+ }
+
+ .trc_related_container .static-text.bottom {
+ width: 100%;
+ bottom: 0;
+ padding: 2px 0
+ }
+
+ .trc-inplayer-rbox {
+ background: #333;
+ background: rgba(30, 30, 30, .9);
+ *background: #333;
+ bottom: 0;
+ position: absolute;
+ height: 300px;
+ text-align: center
+ }
+
+ .trc-inplayer-rbox .trc_rbox_container {
+ margin: 50px auto 0;
+ width: 640px
+ }
+
+ .trc_rbox.trc-auto-size {
+ width: 100%;
+ height: 100%
+ }
+
+ .videoCube.thumbnail_under .thumbBlock {
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .videoCube.thumbnail_under .label-box-overlay {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ background: #000;
+ opacity: .75;
+ filter: alpha(opacity=75);
+ top: 0;
+ _display: none
+ }
+
+ .videoCube.thumbnail_under .video-labels-anchor {
+ width: 100%;
+ height: auto;
+ position: absolute;
+ z-index: 1;
+ left: 0;
+ bottom: 0;
+ min-height: 2.58em;
+ max-height: 2.58em;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ _background-color: #CECECE;
+ -webkit-transition: all .2s linear;
+ -moz-transition: all .2s linear;
+ -ms-transition: all .2s linear;
+ -o-transition: all .2s linear;
+ transition: all .2s linear;
+ line-height: 1.25em
+ }
+
+ .videoCube.thumbnail_under .video-labels-anchor span.video-title,
+ .videoCube.thumbnail_under .video-labels-anchor span.branding {
+ position: relative;
+ z-index: 1;
+ padding: 0 3px;
+ margin: 0
+ }
+
+ .videoCube.thumbnail_under .video-title {
+ min-height: 2.58em
+ }
+
+ .videoCube.thumbnail_under:hover .video-labels-anchor {
+ opacity: 1;
+ max-height: 6.45em
+ }
+
+ .trc-auto-size .trc_rbox_outer .trc_rbox_div {
+ height: auto;
+ width: auto
+ }
+
+ .trc-auto-size .trc_rbox_div .videoCube {
+ height: auto
+ }
+
+ .trc-auto-size .trc_rbox_div .videoCube.trc-first-recommendation {
+ margin-top: 0
+ }
+
+ .trc_rbox .trc_rbox_outer .trc_rbox_div .videoCube.trc-first-in-row {
+ margin-left: 0
+ }
+
+ .trc_elastic .trc_rbox {
+ width: auto
+ }
+
+ .trc_elastic .videoCube {
+ overflow: hidden
+ }
+
+ .trc_elastic .videoCube .thumbBlock {
+ display: block;
+ background-color: transparent;
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size: cover;
+ position: absolute;
+ display: inline-block;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .trc_elastic .thumbBlock_holder {
+ position: relative;
+ width: 100%
+ }
+
+ .trc_elastic .thumbnail_start .thumbBlock_holder {
+ float: left;
+ margin-right: 10px
+ }
+
+ .trc_elastic .videoCube_aspect {
+ width: 1px
+ }
+
+ .trc_elastic .trc_rbox .trc_rbox_div {
+ height: auto
+ }
+
+ .trc_elastic .video-label-box {
+ display: block
+ }
+
+ .trc_user_adChoice_btn {
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/3aadbb71016ecd7a194bbe2791777e9a.png) no-repeat scroll 0 0 rgba(255, 255, 255, .7);
+ border-radius: 0 0 0 5px;
+ width: 16px;
+ height: 16px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ z-index: 9000;
+ cursor: pointer;
+ visibility: hidden
+ }
+
+ .trc_user_adChoice_anchor {
+ width: 100%;
+ height: 100%;
+ position: absolute
+ }
+
+ .videoCube:hover .trc_user_adChoice_btn,
+ .videoCube_hover .trc_user_adChoice_btn {
+ visibility: visible
+ }
+
+ .trc_user_exclude_btn {
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/f539211219b796ffbb49949997c764f0.png) no-repeat scroll 0 0 transparent;
+ width: 12px;
+ height: 12px;
+ position: absolute;
+ right: 2px;
+ top: 2px;
+ z-index: 9000;
+ cursor: pointer;
+ visibility: hidden
+ }
+
+ .trc_undo_btn {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ line-height: 14px;
+ font-weight: 400;
+ color: #36C;
+ text-decoration: underline;
+ cursor: pointer;
+ position: absolute;
+ right: 2px;
+ top: 2px;
+ padding: 0 1px;
+ z-index: 11000;
+ visibility: hidden
+ }
+
+ .videoCube:hover .trc_user_exclude_btn,
+ .videoCube_hover .trc_user_exclude_btn,
+ .trc_user_excluded.videoCube:hover .trc_undo_btn,
+ .trc_user_excluded.videoCube_hover .trc_undo_btn,
+ .trc_undo_btn.trc_anchor {
+ visibility: visible
+ }
+
+ .videoCube.trc_user_excluded .trc_user_exclude_btn {
+ visibility: hidden
+ }
+
+ .trc_fade {
+ opacity: 0;
+ filter: alpha(opacity=0);
+ visibility: hidden;
+ transition: opacity 500ms 0s, visibility 0s 500ms;
+ -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -o-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -ms-transition: opacity 500ms 0s, visibility 0s 500ms
+ }
+
+ .trc_fade.trc_in,
+ .trc_user_excluded .trc_exclude_overlay {
+ visibility: visible;
+ opacity: 1;
+ filter: alpha(opacity=100);
+ transition-delay: 0s, 0s;
+ -moz-transition-delay: 0s, 0s;
+ -webkit-transition-delay: 0s, 0s;
+ -o-transition-delay: 0s, 0s;
+ -ms-transition-delay: 0s, 0s
+ }
+
+ .trc_excludable .trc_exclude_overlay {
+ position: absolute;
+ z-index: 10000;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ cursor: default;
+ background-color: #fff
+ }
+
+ .videoCube.trc_excludable .trc_exclude_overlay.trc_fade {
+ filter: alpha(opacity=80)\9
+ }
+
+ .videoCube.trc_user_excluded .trc_exclude_overlay {
+ visibility: visible;
+ opacity: .8;
+ filter: alpha(opacity=80)
+ }
+
+ .videoCube.trc_user_excluded .thumbBlock {
+ filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
+ filter: gray;
+ -webkit-filter: grayscale(100%)
+ }
+
+ .videoCube.trc_user_excluded:hover a .video-label-box .video-title,
+ .videoCube_hover.trc_user_excluded a .video-label-box .video-title {
+ text-decoration: none
+ }
+
+ .videoCube.trc_user_excluded a .video-label-box *,
+ .videoCube.trc_user_excluded:hover a .video-label-box *,
+ .videoCube_hover.trc_user_excluded a .video-label-box * {
+ color: #000;
+ overflow: hidden;
+ -webkit-transition: color 500ms 0s;
+ -moz-transition: color 500ms 0s;
+ -ms-transition: color 500ms 0s;
+ -o-transition: color 500ms 0s;
+ transition: color 500ms 0s
+ }
+
+ .videoCube.trc_user_excluded a .video-label-box .label-box-overlay {
+ background-color: #BBB;
+ -webkit-transition: background-color 500ms 0s;
+ -moz-transition: background-color 500ms 0s;
+ -ms-transition: background-color 500ms 0s;
+ -o-transition: background-color 500ms 0s;
+ transition: background-color 500ms 0s
+ }
+
+ .videoCube.thumbnail_under.trc_user_excluded .video-labels-anchor,
+ .videoCube.thumbnail_under.trc_user_excluded:hover .video-labels-anchor {
+ max-height: none;
+ -webkit-transition: none;
+ -moz-transition: none;
+ -ms-transition: none;
+ -o-transition: none;
+ transition: none
+ }
+
+ .trc_related_container .trc_clearer {
+ clear: both;
+ height: 0;
+ overflow: hidden;
+ font-size: 0;
+ line-height: 0;
+ visibility: hidden
+ }
+
+ .link-adc {
+ float: right!important
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_wrapper,
+ .trc_header_ext .link-adc a .trc_adc_wrapper {
+ vertical-align: baseline;
+ height: 15px;
+ width: 19px;
+ display: inline-block;
+ position: relative
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_s_logo,
+ .trc_header_ext .link-adc a .trc_adc_s_logo,
+ .trc-widget-footer .link-adc a .trc_adc_b_logo,
+ .trc_header_ext .link-adc a .trc_adc_b_logo {
+ vertical-align: middle;
+ height: 15px;
+ display: inline-block;
+ margin-top: -1px
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_s_logo,
+ .trc_header_ext .link-adc a .trc_adc_s_logo {
+ width: 19px;
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/3aadbb71016ecd7a194bbe2791777e9a.png) no-repeat!important
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_b_logo,
+ .trc_header_ext .link-adc a .trc_adc_b_logo {
+ width: 77px;
+ background: #fff url(//cdn.taboola.com/libtrc/static/thumbnails/0781f9c5a8637d1e162874f157460048.png) no-repeat!important;
+ right: -1px;
+ display: none;
+ position: absolute
+ }
+
+ .trc_mobile_disclosure_link,
+ .trc_mobile_attribution_link,
+ .trc_mobile_adc_link {
+ display: none
+ }
+
+ .trc_desktop_disclosure_link,
+ .trc_desktop_attribution_link,
+ .trc_desktop_adc_link {
+ display: inline
+ }
+
+ @media screen and (max-width:767px) {
+ .trc_mobile_disclosure_link {
+ display: inline
+ }
+ .trc_mobile_attribution_link {
+ display: inline
+ }
+ .trc_mobile_adc_link {
+ display: inline
+ }
+ .trc_desktop_disclosure_link {
+ display: none
+ }
+ .trc_desktop_attribution_link {
+ display: none
+ }
+ .trc_desktop_adc_link {
+ display: none
+ }
+ }
+
+ .trc_in_iframe .trc_mobile_attribution_link,
+ .trc_in_iframe .trc_mobile_disclosure_link {
+ display: inline
+ }
+
+ .trc_in_iframe .trc_desktop_attribution_link,
+ .trc_in_iframe .trc_desktop_disclosure_link {
+ display: none
+ }
+
+ .trc_related_container .logoDiv,
+ .trc_related_container .trc_header_ext .logoDiv {
+ float: right
+ }
+
+ .trc_related_container .logoDiv+.logoDiv {
+ margin-right: 2px
+ }
+
+ .trc_related_container .attribution-disclosure-link-sponsored,
+ .trc_related_container .attribution-disclosure-link-hybrid {
+ display: none
+ }
+
+ .trc_related_container .trc-content-sponsored .attribution-disclosure-link-sponsored {
+ display: block
+ }
+
+ .trc_related_container .trc-content-hybrid .attribution-disclosure-link-hybrid {
+ display: block
+ }
+
+ .trc_related_container .trc-widget-footer:hover a span,
+ .trc_related_container .trc_header_ext:hover a span {
+ text-decoration: underline!important
+ }
+
+ .logoDiv a span.trc_logos_v_align {
+ display: inline-block!important;
+ font-size: 15px!important;
+ line-height: 1em!important;
+ width: 0!important
+ }
+
+ .trc_related_container .trc_header_ext:hover a span.trc_logos_v_align,
+ .trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper,
+ .trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align,
+ .trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper {
+ text-decoration: none!important
+ }
+
+ .trc_related_container {
+ clear: both
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-label,
+ .ab_thumbs-2rx2_abp-mode .sponsored,
+ .ab_thumbs-2rx2_abp-mode .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 20.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode div.videoCube:hover,
+ .ab_thumbs-2rx2_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbs-2rx2_abp-mode div.sponsored-default:hover,
+ .ab_thumbs-2rx2_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_pager_prev:hover,
+ .ab_thumbs-2rx2_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: none;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_pager_prev,
+ .ab_thumbs-2rx2_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .playerCube div.videoCube:hover,
+ .ab_thumbs-2rx2_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_abp-mode div.syndicatedItem:hover,
+ .ab_thumbs-2rx2_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #000;
+ font-family: georgia, times, serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #111;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-label,
+ .ab_thumbs-2rx2_ratio-3x2 .sponsored,
+ .ab_thumbs-2rx2_ratio-3x2 .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 20.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #111;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 div.videoCube:hover,
+ .ab_thumbs-2rx2_ratio-3x2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 div.sponsored-default:hover,
+ .ab_thumbs-2rx2_ratio-3x2 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager_prev:hover,
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: none;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager_prev,
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .playerCube div.videoCube:hover,
+ .ab_thumbs-2rx2_ratio-3x2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 div.syndicatedItem:hover,
+ .ab_thumbs-2rx2_ratio-3x2 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #111;
+ font-family: georgia, times, serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #111;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-label,
+ .ab_thumbs-2rx2_ratio-4x3 .sponsored,
+ .ab_thumbs-2rx2_ratio-4x3 .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 20.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #111;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 div.videoCube:hover,
+ .ab_thumbs-2rx2_ratio-4x3 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 div.sponsored-default:hover,
+ .ab_thumbs-2rx2_ratio-4x3 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager_prev:hover,
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: none;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager_prev,
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .playerCube div.videoCube:hover,
+ .ab_thumbs-2rx2_ratio-4x3 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 div.syndicatedItem:hover,
+ .ab_thumbs-2rx2_ratio-4x3 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #111;
+ font-family: georgia, times, serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #111;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-label,
+ .ab_thumbs-2rx2_ratio-8x5 .sponsored,
+ .ab_thumbs-2rx2_ratio-8x5 .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 20.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #111;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 div.videoCube:hover,
+ .ab_thumbs-2rx2_ratio-8x5 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 div.sponsored-default:hover,
+ .ab_thumbs-2rx2_ratio-8x5 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager_prev:hover,
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: none;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager_prev,
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .playerCube div.videoCube:hover,
+ .ab_thumbs-2rx2_ratio-8x5 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 div.syndicatedItem:hover,
+ .ab_thumbs-2rx2_ratio-8x5 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #111;
+ font-family: georgia, times, serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #111;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-label,
+ .ab_thumbs-2rx2_ratio-9x5 .sponsored,
+ .ab_thumbs-2rx2_ratio-9x5 .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 20.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #111;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 div.videoCube:hover,
+ .ab_thumbs-2rx2_ratio-9x5 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 div.sponsored-default:hover,
+ .ab_thumbs-2rx2_ratio-9x5 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager_prev:hover,
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: none;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager_prev,
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube:hover .thumbnail-overlay,
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .playerCube div.videoCube:hover,
+ .ab_thumbs-2rx2_ratio-9x5 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 div.syndicatedItem:hover,
+ .ab_thumbs-2rx2_ratio-9x5 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #111;
+ font-family: georgia, times, serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-label,
+ .ab_thumbs-2r_abp-mode .sponsored,
+ .ab_thumbs-2r_abp-mode .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbs-2r_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbs-2r_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbs-2r_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2r_abp-mode div.videoCube:hover,
+ .ab_thumbs-2r_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbs-2r_abp-mode div.sponsored-default:hover,
+ .ab_thumbs-2r_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_thumbs-2r_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2r_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbs-2r_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_pager_prev:hover,
+ .ab_thumbs-2r_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2r_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbs-2r_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbs-2r_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 1px 0 1px 0;
+ border-style: solid;
+ border-color: #CCC;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_pager_prev,
+ .ab_thumbs-2r_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_thumbs-2r_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbs-2r_abp-mode .playerCube div.videoCube:hover,
+ .ab_thumbs-2r_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_abp-mode div.syndicatedItem:hover,
+ .ab_thumbs-2r_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #000;
+ font-family: georgia, times, serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-label,
+ .ab_thumbs-2r_backup-v-carousel .sponsored,
+ .ab_thumbs-2r_backup-v-carousel .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px 1px 1px 1px;
+ border-color: #D6D5D3;
+ padding: 0px 0px 0px 0px;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: NONE;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel div.videoCube:hover,
+ .ab_thumbs-2r_backup-v-carousel div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel div.sponsored-default:hover,
+ .ab_thumbs-2r_backup-v-carousel div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube:hover .thumbnail-overlay,
+ .ab_thumbs-2r_backup-v-carousel .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_pager_prev:hover,
+ .ab_thumbs-2r_backup-v-carousel .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_pager_prev,
+ .ab_thumbs-2r_backup-v-carousel .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube:hover .thumbnail-overlay,
+ .ab_thumbs-2r_backup-v-carousel .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .playerCube div.videoCube:hover,
+ .ab_thumbs-2r_backup-v-carousel div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel div.syndicatedItem:hover,
+ .ab_thumbs-2r_backup-v-carousel div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px 1px 1px 1px;
+ border-style: NONE;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000;
+ font-family: georgia, times, serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbs-2r_read-more .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2r_read-more .video-label,
+ .ab_thumbs-2r_read-more .sponsored,
+ .ab_thumbs-2r_read-more .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .ab_thumbs-2r_read-more .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbs-2r_read-more .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbs-2r_read-more .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbs-2r_read-more .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbs-2r_read-more .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px 1px 1px 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: NONE;
+ }
+
+ .ab_thumbs-2r_read-more div.videoCube:hover,
+ .ab_thumbs-2r_read-more div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_read-more .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbs-2r_read-more div.sponsored-default:hover,
+ .ab_thumbs-2r_read-more div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube:hover .thumbnail-overlay,
+ .ab_thumbs-2r_read-more .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_read-more .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_read-more div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2r_read-more .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2r_read-more .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbs-2r_read-more .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2r_read-more .trc_pager_prev:hover,
+ .ab_thumbs-2r_read-more .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2r_read-more .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbs-2r_read-more .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbs-2r_read-more div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbs-2r_read-more .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbs-2r_read-more .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_read-more .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbs-2r_read-more .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbs-2r_read-more {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2r_read-more .trc_pager_prev,
+ .ab_thumbs-2r_read-more .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube:hover .thumbnail-overlay,
+ .ab_thumbs-2r_read-more .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbs-2r_read-more .playerCube div.videoCube:hover,
+ .ab_thumbs-2r_read-more div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_read-more .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_read-more div.syndicatedItem:hover,
+ .ab_thumbs-2r_read-more div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_read-more div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px 1px 1px 1px;
+ border-style: NONE;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000;
+ font-family: georgia, times, serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_verticalx2_reg .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 20px;
+ font-weight: normal;
+ max-height: 60px;
+ *height: 60px;
+ color: #FFFFFF;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: auto;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_verticalx2_reg .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_verticalx2_reg .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_verticalx2_reg .video-label,
+ .ab_verticalx2_reg .sponsored,
+ .ab_verticalx2_reg .sponsored-url {
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_verticalx2_reg .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 15px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #989898;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #f0f0f0;
+ padding: 0;
+ }
+
+ .ab_verticalx2_reg .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_verticalx2_reg .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_verticalx2_reg .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_verticalx2_reg .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_verticalx2_reg .videoCube {
+ width: 100%;
+ _width: 100%;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #f0f0f0;
+ padding: 0;
+ height: auto;
+ margin-left: 0;
+ margin-top: 0;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_verticalx2_reg div.videoCube:hover,
+ .ab_verticalx2_reg div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_verticalx2_reg .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_verticalx2_reg div.sponsored-default:hover,
+ .ab_verticalx2_reg div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_verticalx2_reg .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_verticalx2_reg .videoCube:hover .thumbnail-overlay,
+ .ab_verticalx2_reg .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_verticalx2_reg .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_verticalx2_reg .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_verticalx2_reg div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_verticalx2_reg .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_verticalx2_reg .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_verticalx2_reg .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_verticalx2_reg .trc_pager_prev:hover,
+ .ab_verticalx2_reg .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_verticalx2_reg .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_verticalx2_reg .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_verticalx2_reg div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_verticalx2_reg .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_verticalx2_reg .video-label-box {
+ text-align: left;
+ }
+
+ .ab_verticalx2_reg .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_verticalx2_reg .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_verticalx2_reg .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_verticalx2_reg {
+ width: 100%;
+ _width: 100%;
+ border-width: 0;
+ border-style: solid;
+ border-color: #f0f0f0;
+ padding: 0 0 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_verticalx2_reg .videoCube.vertical {
+ border-style: none;
+ }
+
+ .ab_verticalx2_reg .videoCube.horizontal {
+ border-style: none none none solid;
+ }
+
+ .ab_verticalx2_reg .trc_pager_prev,
+ .ab_verticalx2_reg .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_verticalx2_reg .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_verticalx2_reg .playerCube:hover .thumbnail-overlay,
+ .ab_verticalx2_reg .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_verticalx2_reg .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_verticalx2_reg .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_verticalx2_reg .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_verticalx2_reg .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_verticalx2_reg .playerCube div.videoCube:hover,
+ .ab_verticalx2_reg div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_verticalx2_reg .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_verticalx2_reg div.syndicatedItem:hover,
+ .ab_verticalx2_reg div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_verticalx2_reg div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem.horizontal {
+ border-style: none none none solid;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem.vertical {
+ border-style: none none none none;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-title {
+ max-height: 40px;
+ *height: 40px;
+ color: #FFFFFF;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 20px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .syndicatedItem .branding {
+ color: #999;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_verticalx2_reg .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_verticalx2_reg .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .organic-thumbnails-a .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .organic-thumbnails-a .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .organic-thumbnails-a .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .organic-thumbnails-a .video-label,
+ .organic-thumbnails-a .sponsored,
+ .organic-thumbnails-a .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .organic-thumbnails-a .trc_rbox_header {
+ font-family: bebasNeueRegular;
+ font-size: 28.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .organic-thumbnails-a .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .organic-thumbnails-a .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .organic-thumbnails-a .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .organic-thumbnails-a .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .organic-thumbnails-a .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .organic-thumbnails-a div.videoCube:hover,
+ .organic-thumbnails-a div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .organic-thumbnails-a .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .organic-thumbnails-a div.sponsored-default:hover,
+ .organic-thumbnails-a div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .organic-thumbnails-a .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .organic-thumbnails-a .videoCube:hover .thumbnail-overlay,
+ .organic-thumbnails-a .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .organic-thumbnails-a .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .organic-thumbnails-a .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .organic-thumbnails-a div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .organic-thumbnails-a .pager_enabled {
+ color: #0056b3;
+ }
+
+ .organic-thumbnails-a .trc_pager_counter {
+ color: #000000;
+ }
+
+ .organic-thumbnails-a .pager_disabled {
+ color: #7d898f;
+ }
+
+ .organic-thumbnails-a .trc_pager_prev:hover,
+ .organic-thumbnails-a .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .organic-thumbnails-a .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .organic-thumbnails-a .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .organic-thumbnails-a div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .organic-thumbnails-a .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .organic-thumbnails-a .video-label-box {
+ text-align: left;
+ }
+
+ .organic-thumbnails-a .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .organic-thumbnails-a .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .organic-thumbnails-a .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .organic-thumbnails-a {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: none;
+ border-color: #000000;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .organic-thumbnails-a .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .organic-thumbnails-a .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .organic-thumbnails-a .trc_pager_prev,
+ .organic-thumbnails-a .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .trc_pager div {
+ font-family: serif;
+ }
+
+ .organic-thumbnails-a .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .organic-thumbnails-a .playerCube:hover .thumbnail-overlay,
+ .organic-thumbnails-a .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .organic-thumbnails-a .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .organic-thumbnails-a .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .organic-thumbnails-a .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .organic-thumbnails-a .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .organic-thumbnails-a .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .organic-thumbnails-a .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .organic-thumbnails-a .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .organic-thumbnails-a .playerCube div.videoCube:hover,
+ .organic-thumbnails-a div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .organic-thumbnails-a .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .organic-thumbnails-a div.syndicatedItem:hover,
+ .organic-thumbnails-a div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .organic-thumbnails-a div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .organic-thumbnails-a .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000000;
+ font-family: georgia, times, serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .organic-thumbnails-a .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .organic-thumbnails-a .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .rbox-blended .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .rbox-blended .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .rbox-blended .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 1px;
+ padding: 0;
+ }
+
+ .rbox-blended .videoCube .video-duration {
+ left: 36px;
+ display: block;
+ }
+
+ .rbox-blended .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .rbox-blended .video-label,
+ .rbox-blended .sponsored,
+ .rbox-blended .sponsored-url {
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .rbox-blended .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16px;
+ font-weight: bold;
+ text-decoration: none;
+ color: black;
+ border-width: 0;
+ background: transparent;
+ border-style: none none solid none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .rbox-blended .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .rbox-blended .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .rbox-blended .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .rbox-blended .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .rbox-blended .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 3px;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .rbox-blended div.videoCube:hover,
+ .rbox-blended div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .rbox-blended div.sponsored-default:hover,
+ .rbox-blended div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .rbox-blended .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube:hover .thumbnail-overlay,
+ .rbox-blended .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .rbox-blended .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .rbox-blended .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .rbox-blended div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .rbox-blended .pager_enabled {
+ color: #0056b3;
+ }
+
+ .rbox-blended .trc_pager_counter {
+ color: #000000;
+ }
+
+ .rbox-blended .pager_disabled {
+ color: #7d898f;
+ }
+
+ .rbox-blended .trc_pager_prev:hover,
+ .rbox-blended .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .rbox-blended .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .rbox-blended .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .rbox-blended div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .rbox-blended .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .rbox-blended .video-label-box {
+ text-align: left;
+ }
+
+ .rbox-blended .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .rbox-blended .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .rbox-blended {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: solid solid solid solid;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .rbox-blended .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .rbox-blended .videoCube.horizontal {
+ border-style: none none none solid;
+ }
+
+ .rbox-blended .trc_pager_prev,
+ .rbox-blended .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .trc_pager div {
+ font-family: serif;
+ }
+
+ .rbox-blended .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .playerCube:hover .thumbnail-overlay,
+ .rbox-blended .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .rbox-blended .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .rbox-blended .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .rbox-blended .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .rbox-blended .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .rbox-blended .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .rbox-blended .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .rbox-blended .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .rbox-blended .playerCube div.videoCube:hover,
+ .rbox-blended div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .rbox-blended div.syndicatedItem:hover,
+ .rbox-blended div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem.horizontal {
+ border-style: none none none solid;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .rbox-blended .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .rbox-blended .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .rbox-blended .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .branding {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: block;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: block;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .rbox-blended .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbs-2r .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbs-2r .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbs-2r .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbs-2r .video-label,
+ .thumbs-2r .sponsored,
+ .thumbs-2r .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .thumbs-2r .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .thumbs-2r .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbs-2r .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbs-2r .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbs-2r .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbs-2r .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px 1px 1px 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: NONE;
+ }
+
+ .thumbs-2r div.videoCube:hover,
+ .thumbs-2r div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2r .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbs-2r div.sponsored-default:hover,
+ .thumbs-2r div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbs-2r .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2r .videoCube:hover .thumbnail-overlay,
+ .thumbs-2r .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbs-2r .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbs-2r .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbs-2r div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbs-2r .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbs-2r .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbs-2r .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbs-2r .trc_pager_prev:hover,
+ .thumbs-2r .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbs-2r .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbs-2r .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbs-2r div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbs-2r .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbs-2r .video-label-box {
+ text-align: left;
+ }
+
+ .thumbs-2r .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbs-2r .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2r .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbs-2r {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbs-2r .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbs-2r .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbs-2r .trc_pager_prev,
+ .thumbs-2r .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbs-2r .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2r .playerCube:hover .thumbnail-overlay,
+ .thumbs-2r .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbs-2r .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbs-2r .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbs-2r .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbs-2r .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbs-2r .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbs-2r .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbs-2r .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbs-2r .playerCube div.videoCube:hover,
+ .thumbs-2r div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2r .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbs-2r div.syndicatedItem:hover,
+ .thumbs-2r div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2r div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px 1px 1px 1px;
+ border-style: NONE;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbs-2r .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbs-2r .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000;
+ font-family: georgia, times, serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbs-2r .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbs-2r .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbs-2r .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbs-2r-amp .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbs-2r-amp .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbs-2r-amp .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbs-2r-amp .video-label,
+ .thumbs-2r-amp .sponsored,
+ .thumbs-2r-amp .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .thumbs-2r-amp .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .thumbs-2r-amp .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbs-2r-amp .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbs-2r-amp .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbs-2r-amp .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbs-2r-amp .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .thumbs-2r-amp div.videoCube:hover,
+ .thumbs-2r-amp div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2r-amp .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbs-2r-amp div.sponsored-default:hover,
+ .thumbs-2r-amp div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbs-2r-amp .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2r-amp .videoCube:hover .thumbnail-overlay,
+ .thumbs-2r-amp .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbs-2r-amp .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbs-2r-amp .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbs-2r-amp div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbs-2r-amp .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbs-2r-amp .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbs-2r-amp .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbs-2r-amp .trc_pager_prev:hover,
+ .thumbs-2r-amp .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbs-2r-amp .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbs-2r-amp .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbs-2r-amp div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbs-2r-amp .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbs-2r-amp .video-label-box {
+ text-align: left;
+ }
+
+ .thumbs-2r-amp .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbs-2r-amp .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2r-amp .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbs-2r-amp {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbs-2r-amp .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbs-2r-amp .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbs-2r-amp .trc_pager_prev,
+ .thumbs-2r-amp .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbs-2r-amp .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2r-amp .playerCube:hover .thumbnail-overlay,
+ .thumbs-2r-amp .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbs-2r-amp .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbs-2r-amp .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbs-2r-amp .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbs-2r-amp .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbs-2r-amp .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbs-2r-amp .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbs-2r-amp .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbs-2r-amp .playerCube div.videoCube:hover,
+ .thumbs-2r-amp div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2r-amp .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbs-2r-amp div.syndicatedItem:hover,
+ .thumbs-2r-amp div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2r-amp div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbs-2r-amp .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000;
+ font-family: georgia, times, serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbs-2r-amp .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbs-2r-amp .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbs-2rx2 .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #111;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbs-2rx2 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbs-2rx2 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbs-2rx2 .video-label,
+ .thumbs-2rx2 .sponsored,
+ .thumbs-2rx2 .sponsored-url {
+ font-family: georgia, times, serif;
+ }
+
+ .thumbs-2rx2 .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 20.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #111;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .thumbs-2rx2 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbs-2rx2 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbs-2rx2 .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbs-2rx2 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbs-2rx2 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .thumbs-2rx2 div.videoCube:hover,
+ .thumbs-2rx2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2rx2 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbs-2rx2 div.sponsored-default:hover,
+ .thumbs-2rx2 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbs-2rx2 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2rx2 .videoCube:hover .thumbnail-overlay,
+ .thumbs-2rx2 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbs-2rx2 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbs-2rx2 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbs-2rx2 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbs-2rx2 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbs-2rx2 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbs-2rx2 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbs-2rx2 .trc_pager_prev:hover,
+ .thumbs-2rx2 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbs-2rx2 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbs-2rx2 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbs-2rx2 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbs-2rx2 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbs-2rx2 .video-label-box {
+ text-align: left;
+ }
+
+ .thumbs-2rx2 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbs-2rx2 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2rx2 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbs-2rx2 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: none;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbs-2rx2 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbs-2rx2 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbs-2rx2 .trc_pager_prev,
+ .thumbs-2rx2 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbs-2rx2 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2rx2 .playerCube:hover .thumbnail-overlay,
+ .thumbs-2rx2 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbs-2rx2 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbs-2rx2 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbs-2rx2 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbs-2rx2 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbs-2rx2 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbs-2rx2 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbs-2rx2 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbs-2rx2 .playerCube div.videoCube:hover,
+ .thumbs-2rx2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2rx2 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbs-2rx2 div.syndicatedItem:hover,
+ .thumbs-2rx2 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbs-2rx2 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbs-2rx2 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #111;
+ font-family: georgia, times, serif;
+ font-size: 14.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: georgia, times, serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbs-2rx2 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbs-2rx2 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .verticalx2 .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 20px;
+ font-weight: bold;
+ max-height: 60px;
+ *height: 60px;
+ color: #FFFFFF;
+ text-decoration: none;
+ }
+
+ .verticalx2 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .verticalx2 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: auto;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .verticalx2 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .verticalx2 .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .verticalx2 .video-label,
+ .verticalx2 .sponsored,
+ .verticalx2 .sponsored-url {
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .verticalx2 .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 15px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #989898;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #f0f0f0;
+ padding: 0;
+ }
+
+ .verticalx2 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .verticalx2 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .verticalx2 .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .verticalx2 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .verticalx2 .videoCube {
+ width: 100%;
+ _width: 100%;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #f0f0f0;
+ padding: 0;
+ height: auto;
+ margin-left: 0;
+ margin-top: 0;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .verticalx2 div.videoCube:hover,
+ .verticalx2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .verticalx2 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .verticalx2 div.sponsored-default:hover,
+ .verticalx2 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .verticalx2 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .verticalx2 .videoCube:hover .thumbnail-overlay,
+ .verticalx2 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .verticalx2 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .verticalx2 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .verticalx2 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .verticalx2 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .verticalx2 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .verticalx2 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .verticalx2 .trc_pager_prev:hover,
+ .verticalx2 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .verticalx2 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .verticalx2 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .verticalx2 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .verticalx2 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .verticalx2 .video-label-box {
+ text-align: left;
+ }
+
+ .verticalx2 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .verticalx2 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .verticalx2 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .verticalx2 {
+ width: 100%;
+ _width: 100%;
+ border-width: 0;
+ border-style: solid;
+ border-color: #f0f0f0;
+ padding: 0 0 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .verticalx2 .videoCube.vertical {
+ border-style: none;
+ }
+
+ .verticalx2 .videoCube.horizontal {
+ border-style: none none none solid;
+ }
+
+ .verticalx2 .trc_pager_prev,
+ .verticalx2 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .trc_pager div {
+ font-family: serif;
+ }
+
+ .verticalx2 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .verticalx2 .playerCube:hover .thumbnail-overlay,
+ .verticalx2 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .verticalx2 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .verticalx2 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .verticalx2 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .verticalx2 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .verticalx2 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .verticalx2 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .verticalx2 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .verticalx2 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .verticalx2 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .verticalx2 .playerCube div.videoCube:hover,
+ .verticalx2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .verticalx2 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .verticalx2 div.syndicatedItem:hover,
+ .verticalx2 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .verticalx2 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem.horizontal {
+ border-style: none none none solid;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem.vertical {
+ border-style: none none none none;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .verticalx2 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .verticalx2 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .video-title {
+ max-height: 40px;
+ *height: 40px;
+ color: #FFFFFF;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 20px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .verticalx2 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .verticalx2 .syndicatedItem .branding {
+ color: #999;
+ font-size: 10px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .verticalx2 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .verticalx2 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbs-2rx2_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbs-2rx2_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .logoDiv a {
+ vertical-align: baseline;
+ font-size: inherit;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .logoDiv a span {
+ display: inline;
+ color: black;
+ font-weight: normal;
+ font-size: 11px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbs-2rx2_abp-mode .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_header_left_column {
+ background: transparent;
+ display: inline;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_abp-mode .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ div.asf div.trc_header_ext {
+ font-size: 20px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbs-2rx2_ratio-3x2 [class*="span"] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 1.2em;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .logoDiv {
+ margin-top: 3px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .logoDiv a {
+ vertical-align: baseline;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .logoDiv a span {
+ display: inline;
+ color: black;
+ font-weight: normal;
+ font-size: 11px;
+ vertical-align: bottom;
+ line-height: 1em;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbs-2rx2_ratio-3x2 .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_header_left_column {
+ background: transparent;
+ display: inline;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-3x2 .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ div.asf div.trc_header_ext {
+ font-size: 20px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbs-2rx2_ratio-4x3 [class*="span"] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 1.2em;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .logoDiv {
+ margin-top: 3px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .logoDiv a {
+ vertical-align: baseline;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .logoDiv a span {
+ display: inline;
+ color: black;
+ font-weight: normal;
+ font-size: 11px;
+ vertical-align: bottom;
+ line-height: 1em;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbs-2rx2_ratio-4x3 .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_header_left_column {
+ background: transparent;
+ display: inline;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-4x3 .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ div.asf div.trc_header_ext {
+ font-size: 20px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbs-2rx2_ratio-8x5 [class*="span"] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 1.2em;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .logoDiv {
+ margin-top: 3px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .logoDiv a {
+ vertical-align: baseline;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .logoDiv a span {
+ display: inline;
+ color: black;
+ font-weight: normal;
+ font-size: 11px;
+ vertical-align: bottom;
+ line-height: 1em;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbs-2rx2_ratio-8x5 .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_header_left_column {
+ background: transparent;
+ display: inline;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-8x5 .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ div.asf div.trc_header_ext {
+ font-size: 20px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbs-2rx2_ratio-9x5 [class*="span"] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 1.2em;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .logoDiv {
+ margin-top: 3px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .logoDiv a {
+ vertical-align: baseline;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .logoDiv a span {
+ display: inline;
+ color: black;
+ font-weight: normal;
+ font-size: 11px;
+ vertical-align: bottom;
+ line-height: 1em;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbs-2rx2_ratio-9x5 .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_header_left_column {
+ background: transparent;
+ display: inline;
+ height: auto;
+ }
+
+ .ab_thumbs-2rx2_ratio-9x5 .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .ab_thumbs-2r_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbs-2r_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ height: auto;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 1.2em;
+ }
+
+ .ab_thumbs-2r_abp-mode .logoDiv a {
+ vertical-align: baseline;
+ }
+
+ .ab_thumbs-2r_abp-mode .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11px;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbs-2r_abp-mode .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_thumbs-2r_abp-mode .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2r_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbs-2r_abp-mode .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_header_left_column {
+ background: transparent;
+ display: inline;
+ height: auto;
+ }
+
+ .ab_thumbs-2r_abp-mode .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .trc_rbox.ab_thumbs-2r_abp-mode {
+ padding-top: 20px;
+ padding-bottom: 20px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbs-2r_backup-v-carousel [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: block;
+ width: auto;
+ margin: 0px 0px 0px 0px;
+ background: transparent;
+ height: auto;
+ background-color: transparent;
+ padding: 0 0 6px 0;
+ box-sizing: initial;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 10.0px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbs-2r_backup-v-carousel .video-label-box {
+ height: 88.0px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_header_right_part {
+ margin-top: 0px;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbs-2r_backup-v-carousel .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .ab_thumbs-2r_read-more img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbs-2r_read-more [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_thumbs-2r_read-more .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ background-color: transparent;
+ padding: 0 0 6px 0;
+ box-sizing: initial;
+ }
+
+ .ab_thumbs-2r_read-more .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2r_read-more .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .ab_thumbs-2r_read-more .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbs-2r_read-more .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 10.0px;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbs-2r_read-more .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbs-2r_read-more .video-label-box {
+ height: 88.0px;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_thumbs-2r_read-more .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbs-2r_read-more .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbs-2r_read-more .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .ab_thumbs-2r_read-more .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbs-2r_read-more .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbs-2r_read-more .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .ab_thumbs-2r_read-more .trc_header_right_part {
+ margin-top: 0px;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_verticalx2_reg [class*=span] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .ab_verticalx2_reg .videoCube:hover .video-label-box .video-title {
+ text-decoration: none;
+ }
+
+ .ab_verticalx2_reg .trc_rbox_outer {
+ width: 100%;
+ }
+
+ .ab_verticalx2_reg .trc_rbox_header {
+ margin-left: 5px;
+ margin-top: 3px;
+ margin-bottom: 1px;
+ }
+
+ .ab_verticalx2_reg .trc_rbox_header_span {
+ display: block;
+ width: 100%;
+ background-repeat: no-repeat;
+ height: 20px;
+ font-size: 15px;
+ color: #989898;
+ }
+ /** recommendations */
+
+ .ab_verticalx2_reg .trc_rbox_div {
+ margin-bottom: 0;
+ border-style: none;
+ height: auto;
+ overflow: hidden !important;
+ }
+
+ .ab_verticalx2_reg .trc_rbox_div &gt;
+ div {
+ width: 100% !important;
+ }
+
+ .ab_verticalx2_reg .videoCube {
+ margin: 0;
+ padding-top: 0;
+ padding-bottom: 0;
+ }
+
+ .ab_verticalx2_reg .trc_rbox_div .videoCube {
+ padding-left: 5px;
+ padding-bottom: 5px;
+ }
+
+ .ab_verticalx2_reg .videoCube .video-label-box {}
+
+ .ab_verticalx2_reg .videoCube .video-title {
+ margin-bottom: 0;
+ text-transform: uppercases;
+ padding-left: 2px;
+ padding-bottom: 2px;
+ }
+
+ .ab_verticalx2_reg.trc_rbox .videoCube a {
+ color: #494949;
+ }
+
+ .ab_verticalx2_reg .logoDiv a span {
+ color: #989898;
+ font-size: 11px;
+ font-weight: normal;
+ }
+
+ .ab_verticalx2_reg .trc_header_ext {
+ margin-right: 3px;
+ }
+
+ .organic-thumbnails-a img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .organic-thumbnails-a [class*=span] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .organic-thumbnails-a .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .organic-thumbnails-a .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .organic-thumbnails-a .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .organic-thumbnails-a .logoDiv a {
+ font-size: 100%;
+ }
+
+ .organic-thumbnails-a .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 10px;
+ }
+
+ .organic-thumbnails-a .videoCube a {
+ padding: 0;
+ }
+
+ .organic-thumbnails-a .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .organic-thumbnails-a .video-label-box {
+ height: 88.0px;
+ }
+
+ .organic-thumbnails-a .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .organic-thumbnails-a .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .organic-thumbnails-a .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .organic-thumbnails-a .video-label-box .branding {
+ display: block;
+ }
+
+ .organic-thumbnails-a .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .organic-thumbnails-a .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .organic-thumbnails-a .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .organic-thumbnails-a .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .thumbs-2r img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbs-2r [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbs-2r .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ background-color: transparent;
+ padding: 0 0 6px 0;
+ box-sizing: initial;
+ }
+
+ .thumbs-2r .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbs-2r .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .thumbs-2r .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbs-2r .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 10.0px;
+ }
+
+ .thumbs-2r .videoCube a {
+ padding: 0;
+ }
+
+ .thumbs-2r .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbs-2r .video-label-box {
+ height: 88.0px;
+ }
+
+ .thumbs-2r .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .thumbs-2r .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .thumbs-2r .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .thumbs-2r .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbs-2r .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .thumbs-2r .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbs-2r .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbs-2r .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .thumbs-2r .trc_header_right_part {
+ margin-top: 0px;
+ }
+ /*** Vertical Carousel ***/
+
+ @media screen and (min-width: 769px) {
+ .thumbs-2r {
+ position: relative;
+ }
+ .thumbs-2r .trc_rbox_outer {
+ height: 100%;
+ overflow: hidden;
+ position: relative;
+ }
+ .thumbs-2r .trc_rbox_outer .trc_rbox_div {
+ height: auto;
+ overflow-y: hidden;
+ overflow-x: hidden;
+ }
+ .thumbs-2r .trc_rbox_outer .trc_rbox_div&gt;
+ div:first-of-type {
+ display: table-cell;
+ -moz-padding-bottom: 32px !important;
+ -webkit-padding-bottom: 32px !important;
+ padding-bottom: 32px !important;
+ }
+ .thumbs-2r .trc_rbox_outer .trc_scroll_button_wrapper {
+ position: absolute;
+ left: 0px;
+ bottom: 0px;
+ width: 100%;
+ z-index: 2;
+ padding: 0px 12px 12px;
+ background-color: #ffffff;
+ -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px -6px 10px 0px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px -6px 10px 0px;
+ box-shadow: rgba(0, 0, 0, 0.35) 0px -6px 10px 0px;
+ }
+ .thumbs-2r .trc_rbox_outer .trc_scroll_button_wrapper .trc_button_up,
+ .thumbs-2r .trc_rbox_outer .trc_scroll_button_wrapper .trc_button_down {
+ position: absolute;
+ bottom: 8px;
+ left: calc(48% - 23px);
+ width: 80px;
+ z-index: 5;
+ padding: 25px 12px 12px;
+ background-color: #ffffff;
+ border-radius: 5px;
+ -webkit-box-shadow: inset 3px 6px 6px -6px rgba(0, 0, 0, 0.7);
+ -moz-box-shadow: inset 3px 6px 6px -6px rgba(0, 0, 0, 0.7);
+ box-shadow: inset 3px 6px 6px -6px rgba(0, 0, 0, 0.7);
+ background-repeat: no-repeat;
+ background-position: center center;
+ clip: rect(0, 82px, 33px, 0px);
+ cursor: pointer;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+ .thumbs-2r .trc_rbox_outer .trc_scroll_button_wrapper .trc_button_up {
+ background-image: url('http://cdn.taboola.com/static/57/57c9df74-5cd5-42ae-877c-c5cbadf68e5b.png');
+ display: none;
+ }
+ .thumbs-2r .trc_rbox_outer .trc_scroll_button_wrapper .trc_button_down {
+ background-image: url('http://cdn.taboola.com/static/cc/cc832fc0-4af5-42d7-9684-6d7ce01d20a5.png');
+ }
+ .thumbs-2r .trc_rbox_outer.slideUp .trc_scroll_button_wrapper {
+ -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px 0px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px 0px;
+ box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px 0px;
+ }
+ .thumbs-2r .trc_rbox_div::-webkit-scrollbar {
+ display: none;
+ }
+ }
+
+ .thumbs-2r-amp img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbs-2r-amp [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbs-2r-amp .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbs-2r-amp .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbs-2r-amp .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .thumbs-2r-amp .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbs-2r-amp .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 10.0px;
+ }
+
+ .thumbs-2r-amp .videoCube a {
+ padding: 0;
+ }
+
+ .thumbs-2r-amp .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbs-2r-amp .video-label-box {
+ height: 88.0px;
+ }
+
+ .thumbs-2r-amp .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .thumbs-2r-amp .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .thumbs-2r-amp .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .thumbs-2r-amp .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbs-2r-amp .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .thumbs-2r-amp .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbs-2r-amp .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbs-2r-amp .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ div.asf div.trc_header_ext {
+ font-size: 20px;
+ }
+
+ .thumbs-2rx2 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbs-2rx2 [class*="span"] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .thumbs-2rx2 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ height: auto;
+ }
+
+ .thumbs-2rx2 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbs-2rx2 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 1.2em;
+ }
+
+ .thumbs-2rx2 .logoDiv {
+ margin-top: 3px;
+ }
+
+ .thumbs-2rx2 .logoDiv a {
+ vertical-align: baseline;
+ }
+
+ .thumbs-2rx2 .logoDiv a span {
+ display: inline;
+ color: black;
+ font-weight: normal;
+ font-size: 11px;
+ vertical-align: bottom;
+ line-height: 1em;
+ }
+
+ .thumbs-2rx2 .videoCube a {
+ padding: 0;
+ }
+
+ .thumbs-2rx2 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbs-2rx2 .video-label-box {
+ height: 76.0px;
+ }
+
+ .thumbs-2rx2 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .thumbs-2rx2 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .thumbs-2rx2 .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .thumbs-2rx2 .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbs-2rx2 .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .thumbs-2rx2 .trc_header_left_column {
+ background: transparent;
+ display: inline;
+ height: auto;
+ }
+
+ .thumbs-2rx2 .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+ /* override bootstrap default span definitions */
+
+ .verticalx2 [class*=span] {
+ float: none;
+ margin-left: 0px;
+ }
+
+ .verticalx2 .videoCube:hover .video-label-box .video-title {
+ text-decoration: none;
+ }
+
+ .verticalx2 .trc_rbox_outer {
+ width: 100%;
+ }
+
+ .verticalx2 .trc_rbox_header {
+ margin-left: 5px;
+ margin-top: 3px;
+ margin-bottom: 1px;
+ }
+
+ .verticalx2 .trc_rbox_header_span {
+ display: block;
+ width: 100%;
+ background-repeat: no-repeat;
+ height: 20px;
+ font-size: 15px;
+ color: #989898;
+ }
+ /** recommendations */
+
+ .verticalx2 .trc_rbox_div {
+ margin-bottom: 0;
+ border-style: none;
+ height: auto;
+ overflow: hidden !important;
+ }
+
+ .verticalx2 .trc_rbox_div &gt;
+ div {
+ width: 100% !important;
+ }
+
+ .verticalx2 .videoCube {
+ margin: 0;
+ padding-top: 0;
+ padding-bottom: 0;
+ }
+
+ .verticalx2 .trc_rbox_div .videoCube {
+ padding-left: 5px;
+ padding-bottom: 5px;
+ }
+
+ .verticalx2 .videoCube .video-label-box {}
+
+ .verticalx2 .videoCube .video-title {
+ margin-bottom: 0;
+ text-transform: uppercases;
+ padding-left: 2px;
+ padding-bottom: 2px;
+ }
+
+ .verticalx2.trc_rbox .videoCube a {
+ color: #494949;
+ }
+
+ .verticalx2 .logoDiv a span {
+ color: #989898;
+ font-size: 11px;
+ font-weight: normal;
+ }
+
+ .verticalx2 .trc_header_ext {
+ margin-right: 3px;
+ }
+ </style>
+ <script type="text/javascript" src="//widget.perfectmarket.com/breitbartcom/pmk-201630001.27.js"></script>
+ <style type="text/css">
+ #tbx01,
+ #tbx01_f1 {
+ width: 300px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ </style>
+ <style type="text/css">
+ @media screen and (min-width: 0px) and (max-width: 1px) {
+ .trc_elastic_trc_63835 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_63835 .videoCube_aspect {
+ padding-bottom: 75%;
+ width: 100%;
+ }
+ .trc_elastic_trc_63835 .videoCube {
+ width: 31.33%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(-n+18) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(n+19) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+
+ @media screen and (min-width: 2px) and (max-width: 479px) {
+ .trc_elastic_trc_63835 .trc_rbox_outer .videoCube .video-label-box {
+ height: auto;
+ }
+ .trc_elastic_trc_63835 .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+ .trc_elastic_trc_63835 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_63835 .videoCube_aspect {
+ padding-bottom: 75%;
+ width: 100%;
+ }
+ .trc_elastic_trc_63835 .videoCube {
+ width: 97.99%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(-n+4) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(n+5) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+
+ @media screen and (min-width: 480px) and (max-width: 499px) {
+ .trc_elastic_trc_63835 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_63835 .videoCube_aspect {
+ padding-bottom: 100%;
+ width: 100%;
+ }
+ .trc_elastic_trc_63835 .videoCube {
+ width: 47.995%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(-n+4) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(n+5) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+
+ @media screen and (min-width: 500px) and (max-width: 749px) {
+ .trc_elastic_trc_63835 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_63835 .videoCube_aspect {
+ padding-bottom: 100%;
+ width: 100%;
+ }
+ .trc_elastic_trc_63835 .videoCube {
+ width: 31.33%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(-n+6) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(n+7) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+
+ @media screen and (min-width: 750px) and (max-width: 768px) {
+ .trc_elastic_trc_63835 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_63835 .videoCube_aspect {
+ padding-bottom: 100%;
+ width: 100%;
+ }
+ .trc_elastic_trc_63835 .videoCube {
+ width: 22.9975%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(-n+8) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(n+9) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+
+ @media screen and (min-width: 769px) {
+ .trc_elastic_trc_63835 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_63835 .videoCube_aspect {
+ padding-bottom: 100%;
+ width: 100%;
+ }
+ .trc_elastic_trc_63835 .videoCube {
+ width: 31.33%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(-n+18) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_63835 div.videoCube:nth-of-type(n+19) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+ </style>
+ <style type="text/css">
+ .trc_popover_aug_container {
+ position: static;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover {
+ position: absolute;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ line-height: 16px;
+ color: #000000;
+ cursor: default;
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 12000;
+ width: 180px;
+ padding: 1px;
+ text-align: left;
+ white-space: normal;
+ background-color: #ffffff;
+ border: 1px solid #ccc;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -webkit-background-clip: padding-box;
+ -moz-background-clip: padding;
+ background-clip: padding-box;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover iframe {
+ width: 100%;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover .trc_popover_arrow,
+ .trc_popover .trc_popover_arrow:after {
+ position: absolute;
+ display: block;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover .trc_popover_arrow {
+ border-width: 11px;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover .trc_popover_arrow:after {
+ border-width: 10px;
+ content: "";
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover.trc_bottom {
+ margin-top: 10px;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover.trc_bottom .trc_popover_arrow {
+ top: -11px;
+ right: 11px;
+ margin-left: -11px;
+ border-bottom-color: #999;
+ border-bottom-color: rgba(0, 0, 0, 0.25);
+ border-top-width: 0;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover.trc_bottom .trc_popover_arrow:after {
+ top: 1px;
+ margin-left: -10px;
+ border-bottom-color: #ffffff;
+ border-top-width: 0;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover_fade.trc_in {
+ visibility: visible;
+ opacity: 1;
+ filter: alpha(opacity=100);
+ transition-delay: 0s, 0s;
+ -moz-transition-delay: 0s, 0s;
+ -webkit-transition-delay: 0s, 0s;
+ -o-transition-delay: 0s, 0s;
+ -ms-transition-delay: 0s, 0s;
+ }
+
+ #tbl-aug-jqevjm #tbl-aug-xphicj #tbl-aug-36dhpn .trc_popover_fade {
+ visibility: hidden;
+ opacity: 0;
+ filter: alpha(opacity=0);
+ transition: opacity 500ms 0s, visibility 0s 500ms;
+ -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -o-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -ms-transition: opacity 500ms 0s, visibility 0s 500ms;
+ }
+ </style>
+ <style type="text/css">
+ .at-icon {
+ fill: #fff;
+ border: 0
+ }
+
+ .at-icon-wrapper {
+ display: inline-block;
+ overflow: hidden
+ }
+
+ a .at-icon-wrapper {
+ cursor: pointer
+ }
+
+ .at-rounded,
+ .at-rounded-element .at-icon-wrapper {
+ border-radius: 12%
+ }
+
+ .at-circular,
+ .at-circular-element .at-icon-wrapper {
+ border-radius: 50%
+ }
+
+ .addthis_32x32_style .at-icon {
+ width: 2pc;
+ height: 2pc
+ }
+
+ .addthis_24x24_style .at-icon {
+ width: 24px;
+ height: 24px
+ }
+
+ .addthis_20x20_style .at-icon {
+ width: 20px;
+ height: 20px
+ }
+
+ .addthis_16x16_style .at-icon {
+ width: 1pc;
+ height: 1pc
+ }
+
+ #at16lb {
+ display: none;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1001;
+ background-color: #000;
+ opacity: .001
+ }
+
+ #at_complete,
+ #at_error,
+ #at_share,
+ #at_success {
+ position: static!important
+ }
+
+ .at15dn {
+ display: none
+ }
+
+ #at15s,
+ #at16p,
+ #at16p form input,
+ #at16p label,
+ #at16p textarea,
+ #at_share .at_item {
+ font-family: arial, helvetica, tahoma, verdana, sans-serif!important;
+ font-size: 9pt!important;
+ outline-style: none;
+ outline-width: 0;
+ line-height: 1em
+ }
+
+ * html #at15s.mmborder {
+ position: absolute!important
+ }
+
+ #at15s.mmborder {
+ position: fixed!important;
+ width: 250px!important
+ }
+
+ #at15s {
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgaGAgAjAxEAlGFVJHIUCAAQDcngCUgqGMqwAAAABJRU5ErkJggg==);
+ float: none;
+ line-height: 1em;
+ margin: 0;
+ overflow: visible;
+ padding: 5px;
+ text-align: left;
+ position: absolute
+ }
+
+ #at15s a,
+ #at15s span {
+ outline: 0;
+ direction: ltr;
+ text-transform: none
+ }
+
+ #at15s .at-label {
+ margin-left: 5px
+ }
+
+ #at15s .at-icon-wrapper {
+ width: 1pc;
+ height: 1pc;
+ vertical-align: middle
+ }
+
+ #at15s .at-icon {
+ width: 1pc;
+ height: 1pc
+ }
+
+ .at4-icon {
+ display: inline-block;
+ background-repeat: no-repeat;
+ background-position: top left;
+ margin: 0;
+ overflow: hidden;
+ cursor: pointer
+ }
+
+ .addthis_16x16_style .at4-icon,
+ .addthis_default_style .at4-icon,
+ .at4-icon,
+ .at-16x16 {
+ width: 1pc;
+ height: 1pc;
+ line-height: 1pc;
+ background-size: 1pc!important
+ }
+
+ .addthis_32x32_style .at4-icon,
+ .at-32x32 {
+ width: 2pc;
+ height: 2pc;
+ line-height: 2pc;
+ background-size: 2pc!important
+ }
+
+ .addthis_24x24_style .at4-icon,
+ .at-24x24 {
+ width: 24px;
+ height: 24px;
+ line-height: 24px;
+ background-size: 24px!important
+ }
+
+ .addthis_20x20_style .at4-icon,
+ .at-20x20 {
+ width: 20px;
+ height: 20px;
+ line-height: 20px;
+ background-size: 20px!important
+ }
+
+ .at4-icon.circular,
+ .circular .at4-icon,
+ .circular.aticon {
+ border-radius: 50%
+ }
+
+ .at4-icon.rounded,
+ .rounded .at4-icon {
+ border-radius: 4px
+ }
+
+ .at4-icon-left {
+ float: left
+ }
+
+ #at15s .at4-icon {
+ text-indent: 20px;
+ padding: 0;
+ overflow: visible;
+ white-space: nowrap;
+ background-size: 1pc;
+ width: 1pc;
+ height: 1pc;
+ background-position: top left;
+ display: inline-block;
+ line-height: 1pc
+ }
+
+ .addthis_vertical_style .at4-icon,
+ .at4-follow-container .at4-icon {
+ margin-right: 5px
+ }
+
+ html&gt;
+ body #at15s {
+ width: 250px!important
+ }
+
+ #at15s.atm {
+ background: none!important;
+ padding: 0!important;
+ width: 10pc!important
+ }
+
+ #at15s_inner {
+ background: #fff;
+ border: 1px solid #fff;
+ margin: 0
+ }
+
+ #at15s_head {
+ position: relative;
+ background: #f2f2f2;
+ padding: 4px;
+ cursor: default;
+ border-bottom: 1px solid #e5e5e5
+ }
+
+ .at15s_head_success {
+ background: #cafd99!important;
+ border-bottom: 1px solid #a9d582!important
+ }
+
+ .at15s_head_success a,
+ .at15s_head_success span {
+ color: #000!important;
+ text-decoration: none
+ }
+
+ #at15s_brand,
+ #at15sptx,
+ #at16_brand {
+ position: absolute
+ }
+
+ #at15s_brand {
+ top: 4px;
+ right: 4px
+ }
+
+ .at15s_brandx {
+ right: 20px!important
+ }
+
+ a#at15sptx {
+ top: 4px;
+ right: 4px;
+ text-decoration: none;
+ color: #4c4c4c;
+ font-weight: 700
+ }
+
+ #at15sptx:hover {
+ text-decoration: underline
+ }
+
+ #at16_brand {
+ top: 5px;
+ right: 30px;
+ cursor: default
+ }
+
+ #at_hover {
+ padding: 4px
+ }
+
+ #at_hover .at_item,
+ #at_share .at_item {
+ background: #fff!important;
+ float: left!important;
+ color: #4c4c4c!important
+ }
+
+ #at_share .at_item .at-icon-wrapper {
+ margin-right: 5px
+ }
+
+ #at_hover .at_bold {
+ font-weight: 700;
+ color: #000!important
+ }
+
+ #at_hover .at_item {
+ width: 7pc!important;
+ padding: 2px 3px!important;
+ margin: 1px;
+ text-decoration: none!important
+ }
+
+ #at_hover .at_item.athov,
+ #at_hover .at_item:focus,
+ #at_hover .at_item:hover {
+ margin: 0!important
+ }
+
+ #at_hover .at_item.athov,
+ #at_hover .at_item:focus,
+ #at_hover .at_item:hover,
+ #at_share .at_item.athov,
+ #at_share .at_item:hover {
+ background: #f2f2f2!important;
+ border: 1px solid #e5e5e5;
+ color: #000!important;
+ text-decoration: none
+ }
+
+ .ipad #at_hover .at_item:focus {
+ background: #fff!important;
+ border: 1px solid #fff
+ }
+
+ .at15t {
+ display: block!important;
+ height: 1pc!important;
+ line-height: 1pc!important;
+ padding-left: 20px!important;
+ background-position: 0 0;
+ text-align: left
+ }
+
+ .addthis_button,
+ .at15t {
+ cursor: pointer
+ }
+
+ .addthis_toolbox a.at300b,
+ .addthis_toolbox a.at300m {
+ width: auto
+ }
+
+ .addthis_toolbox a {
+ margin-bottom: 5px;
+ line-height: initial
+ }
+
+ .addthis_toolbox.addthis_vertical_style {
+ width: 200px
+ }
+
+ .addthis_button_facebook_like .fb_iframe_widget {
+ line-height: 100%
+ }
+
+ .addthis_button_facebook_like iframe.fb_iframe_widget_lift {
+ max-width: none
+ }
+
+ .addthis_toolbox a.addthis_button_counter,
+ .addthis_toolbox a.addthis_button_facebook_like,
+ .addthis_toolbox a.addthis_button_facebook_send,
+ .addthis_toolbox a.addthis_button_facebook_share,
+ .addthis_toolbox a.addthis_button_foursquare,
+ .addthis_toolbox a.addthis_button_google_plusone,
+ .addthis_toolbox a.addthis_button_linkedin_counter,
+ .addthis_toolbox a.addthis_button_pinterest_pinit,
+ .addthis_toolbox a.addthis_button_stumbleupon_badge,
+ .addthis_toolbox a.addthis_button_tweet {
+ display: inline-block
+ }
+
+ .at-share-tbx-element .google_plusone_iframe_widget&gt;
+ span&gt;
+ div {
+ vertical-align: top!important
+ }
+
+ .addthis_toolbox span.addthis_follow_label {
+ display: none
+ }
+
+ .addthis_toolbox.addthis_vertical_style span.addthis_follow_label {
+ display: block;
+ white-space: nowrap
+ }
+
+ .addthis_toolbox.addthis_vertical_style a {
+ display: block
+ }
+
+ .addthis_toolbox.addthis_vertical_style.addthis_32x32_style a {
+ line-height: 2pc;
+ height: 2pc
+ }
+
+ .addthis_toolbox.addthis_vertical_style .at300bs {
+ margin-right: 4px;
+ float: left
+ }
+
+ .addthis_toolbox.addthis_20x20_style span {
+ line-height: 20px
+ }
+
+ .addthis_toolbox.addthis_32x32_style span {
+ line-height: 2pc
+ }
+
+ .addthis_toolbox.addthis_pill_combo_style .addthis_button_compact .at15t_compact,
+ .addthis_toolbox.addthis_pill_combo_style a {
+ float: left
+ }
+
+ .addthis_toolbox.addthis_pill_combo_style a.addthis_button_tweet {
+ margin-top: -2px
+ }
+
+ .addthis_toolbox.addthis_pill_combo_style .addthis_button_compact .at15t_compact {
+ margin-right: 4px
+ }
+
+ .addthis_default_style .addthis_separator {
+ margin: 0 5px;
+ display: inline
+ }
+
+ div.atclear {
+ clear: both
+ }
+
+ .addthis_default_style .addthis_separator,
+ .addthis_default_style .at4-icon,
+ .addthis_default_style .at300b,
+ .addthis_default_style .at300bo,
+ .addthis_default_style .at300bs,
+ .addthis_default_style .at300m {
+ float: left
+ }
+
+ .at300b img,
+ .at300bo img {
+ border: 0
+ }
+
+ a.at300b .at4-icon,
+ a.at300m .at4-icon {
+ display: block
+ }
+
+ .addthis_default_style .at300b,
+ .addthis_default_style .at300bo,
+ .addthis_default_style .at300m {
+ padding: 0 2px
+ }
+
+ .at300b,
+ .at300bo,
+ .at300bs,
+ .at300m {
+ cursor: pointer
+ }
+
+ .addthis_button_facebook_like.at300b:hover,
+ .addthis_button_facebook_like.at300bs:hover,
+ .addthis_button_facebook_send.at300b:hover,
+ .addthis_button_facebook_send.at300bs:hover {
+ opacity: 1
+ }
+
+ .addthis_20x20_style .at15t,
+ .addthis_20x20_style .at300bs {
+ overflow: hidden;
+ display: block;
+ height: 20px!important;
+ width: 20px!important;
+ line-height: 20px!important
+ }
+
+ .addthis_32x32_style .at15t,
+ .addthis_32x32_style .at300bs {
+ overflow: hidden;
+ display: block;
+ height: 2pc!important;
+ width: 2pc!important;
+ line-height: 2pc!important
+ }
+
+ .at300bs {
+ overflow: hidden;
+ display: block;
+ background-position: 0 0;
+ height: 1pc;
+ width: 1pc;
+ line-height: 1pc!important
+ }
+
+ .addthis_default_style .at15t_compact,
+ .addthis_default_style .at15t_expanded {
+ margin-right: 4px
+ }
+
+ #at_share .at_item {
+ width: 123px!important;
+ padding: 4px;
+ margin-right: 2px;
+ border: 1px solid #fff
+ }
+
+ #at16p {
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgaGAgAjAxEAlGFVJHIUCAAQDcngCUgqGMqwAAAABJRU5ErkJggg==);
+ z-index: 10000001;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ width: 300px;
+ padding: 10px;
+ margin: 0 auto;
+ margin-top: -185px;
+ margin-left: -155px;
+ font-family: arial, helvetica, tahoma, verdana, sans-serif;
+ font-size: 9pt;
+ color: #5e5e5e
+ }
+
+ #at_share {
+ margin: 0;
+ padding: 0
+ }
+
+ #at16pt {
+ position: relative;
+ background: #f2f2f2;
+ height: 13px;
+ padding: 5px 10px
+ }
+
+ #at16pt a,
+ #at16pt h4 {
+ font-weight: 700
+ }
+
+ #at16pt h4 {
+ display: inline;
+ margin: 0;
+ padding: 0;
+ font-size: 9pt;
+ color: #4c4c4c;
+ cursor: default
+ }
+
+ #at16pt a {
+ position: absolute;
+ top: 5px;
+ right: 10px;
+ color: #4c4c4c;
+ text-decoration: none;
+ padding: 2px
+ }
+
+ #at15sptx:focus,
+ #at16pt a:focus {
+ outline: thin dotted
+ }
+
+ #at15s #at16pf a {
+ top: 1px
+ }
+
+ #_atssh {
+ width: 1px!important;
+ height: 1px!important;
+ border: 0!important
+ }
+
+ .atm {
+ width: 10pc!important;
+ padding: 0;
+ margin: 0;
+ line-height: 9pt;
+ letter-spacing: normal;
+ font-family: arial, helvetica, tahoma, verdana, sans-serif;
+ font-size: 9pt;
+ color: #444;
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgaGAgAjAxEAlGFVJHIUCAAQDcngCUgqGMqwAAAABJRU5ErkJggg==);
+ padding: 4px
+ }
+
+ .atm-f {
+ text-align: right;
+ border-top: 1px solid #ddd;
+ padding: 5px 8px
+ }
+
+ .atm-i {
+ background: #fff;
+ border: 1px solid #d5d6d6;
+ padding: 0;
+ margin: 0;
+ box-shadow: 1px 1px 5px rgba(0, 0, 0, .15)
+ }
+
+ .atm-s {
+ margin: 0!important;
+ padding: 0!important
+ }
+
+ .atm-s a:focus {
+ border: transparent;
+ outline: 0;
+ -webkit-transition: none;
+ transition: none
+ }
+
+ #at_hover.atm-s a,
+ .atm-s a {
+ display: block;
+ text-decoration: none;
+ padding: 4px 10px;
+ color: #235dab!important;
+ font-weight: 400;
+ font-style: normal;
+ -webkit-transition: none;
+ transition: none
+ }
+
+ #at_hover.atm-s .at_bold {
+ color: #235dab!important
+ }
+
+ #at_hover.atm-s a:hover,
+ .atm-s a:hover {
+ background: #2095f0;
+ text-decoration: none;
+ color: #fff!important
+ }
+
+ #at_hover.atm-s .at_bold {
+ font-weight: 700
+ }
+
+ #at_hover.atm-s a:hover .at_bold {
+ color: #fff!important
+ }
+
+ .atm-s a .at-label {
+ vertical-align: middle;
+ margin-left: 5px;
+ direction: ltr
+ }
+
+ .at_PinItButton {
+ display: block;
+ width: 40px;
+ height: 20px;
+ padding: 0;
+ margin: 0;
+ background-image: url(//s7.addthis.com/static/t00/pinit00.png);
+ background-repeat: no-repeat
+ }
+
+ .at_PinItButton:hover {
+ background-position: 0 -20px
+ }
+
+ .addthis_toolbox .addthis_button_pinterest_pinit {
+ position: relative
+ }
+
+ .at-share-tbx-element .fb_iframe_widget span {
+ vertical-align: baseline!important
+ }
+
+ #at16pf {
+ height: auto;
+ text-align: right;
+ padding: 4px 8px
+ }
+
+ .at-privacy-info {
+ position: absolute;
+ left: 7px;
+ bottom: 7px;
+ cursor: pointer;
+ text-decoration: none;
+ font-family: helvetica, arial, sans-serif;
+ font-size: 10px;
+ line-height: 9pt;
+ letter-spacing: .2px;
+ color: #666
+ }
+
+ .at-privacy-info:hover {
+ color: #000
+ }
+
+ .body .wsb-social-share .wsb-social-share-button-vert {
+ padding-top: 0;
+ padding-bottom: 0
+ }
+
+ .body .wsb-social-share.addthis_counter_style .addthis_button_tweet.wsb-social-share-button {
+ padding-top: 44px
+ }
+
+ .body .wsb-social-share.addthis_counter_style .addthis_button_google_plusone.wsb-social-share-button {
+ padding-top: 4px
+ }
+
+ @media print {
+ #at4-follow,
+ #at4-share,
+ #at4-thankyou,
+ #at4-whatsnext,
+ #at4m-mobile,
+ #at15s,
+ .at4,
+ .at4-recommended {
+ display: none!important
+ }
+ }
+
+ @media screen and (max-width:400px) {
+ .at4win {
+ width: 100%
+ }
+ }
+
+ @media screen and (max-height:700px) and (max-width:400px) {
+ .at4-thankyou-inner .at4-recommended-container {
+ height: 122px;
+ overflow: hidden
+ }
+ .at4-thankyou-inner .at4-recommended .at4-recommended-item:first-child {
+ border-bottom: 1px solid #c5c5c5
+ }
+ }
+ </style>
+ <style type="text/css">
+ .at-branding-logo {
+ font-family: helvetica, arial, sans-serif;
+ text-decoration: none;
+ font-size: 10px;
+ display: inline-block;
+ margin: 2px 0;
+ letter-spacing: .2px
+ }
+
+ .at-branding-logo .at-branding-icon {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////+GlNUkcc1QAAAB1JREFUeNpiYIQDBjQmAwMmkwEM0JnY1WIxFyDAABGeAFEudiZsAAAAAElFTkSuQmCC")
+ }
+
+ .at-branding-logo .at-branding-icon,
+ .at-branding-logo .at-privacy-icon {
+ display: inline-block;
+ height: 10px;
+ width: 10px;
+ margin-left: 4px;
+ margin-right: 3px;
+ margin-bottom: -1px;
+ background-repeat: no-repeat
+ }
+
+ .at-branding-logo .at-privacy-icon {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAMAAABR24SMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhQTFRF8fr9ot/xXcfn2/P5AKva////////AKTWodjhjAAAAAd0Uk5T////////ABpLA0YAAAA6SURBVHjaJMzBDQAwCAJAQaj7b9xifV0kUKJ9ciWxlzWEWI5gMF65KUTv0VKkjVeTerqE/x7+9BVgAEXbAWI8QDcfAAAAAElFTkSuQmCC")
+ }
+
+ .at-branding-logo span {
+ text-decoration: none
+ }
+
+ .at-branding-logo .at-branding-addthis,
+ .at-branding-logo .at-branding-powered-by {
+ color: #666
+ }
+
+ .at-branding-logo .at-branding-addthis:hover {
+ color: #333
+ }
+
+ .at-cv-with-image .at-branding-addthis,
+ .at-cv-with-image .at-branding-addthis:hover {
+ color: #fff
+ }
+
+ a.at-branding-logo:visited {
+ color: initial
+ }
+
+ .at-branding-info {
+ display: inline-block;
+ padding: 0 5px;
+ color: #666;
+ border: 1px solid #666;
+ border-radius: 50%;
+ font-size: 10px;
+ line-height: 9pt;
+ opacity: .7;
+ transition: all .3s ease;
+ text-decoration: none
+ }
+
+ .at-branding-info span {
+ border: 0;
+ clip: rect(0 0 0 0);
+ height: 1px;
+ margin: -1px;
+ overflow: hidden;
+ padding: 0;
+ position: absolute;
+ width: 1px
+ }
+
+ .at-branding-info:before {
+ content: 'i';
+ font-family: Times New Roman
+ }
+
+ .at-branding-info:hover {
+ color: #0780df;
+ border-color: #0780df
+ }
+ </style>
+ <script src="http://api-cache.adsnative.com/v1/host/www.breitbart.com/?&amp;callback=an_callback_lookup_1986955808"></script>
+ <script src="http://api.adsnative.com/v1/ad-template.json?zid=FcdFRtthi9lEUjCvIY8jg6swoQEvy9_zcgNC_ul4&amp;ck_widget_type=text_feed&amp;force_mobile=0&amp;template_key=NM07&amp;num_ads=10&amp;url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;ref=&amp;callback=an_callback_605970347"></script>
+ <style type="text/css">
+ div.adsnative-labels {}
+
+ div.adsnative-powered-by {
+ margin-right: 5px !important;
+ font-size: 11px;
+ color: #777;
+ float: right;
+ text-align: right;
+ margin-right: 0px;
+ }
+
+ div.adsnative-powered-by a {
+ text-decoration: none;
+ color: #333;
+ font-size: 14px;
+ font-family: "BenchNine", sans-serif;
+ }
+
+ div.adsnative-powered-by a:hover {
+ color: #cc0033;
+ }
+
+ .adsnative-sponsored-label {
+ font-size: 12px;
+ color: #999;
+ margin-bottom: 5px;
+ }
+
+ .adsnative-share-buttons {
+ float: left;
+ margin-left: 8px;
+ margin-bottom: 5px;
+ }
+
+ .adsnative-share-button {
+ text-decoration: none;
+ display: block;
+ height: 24px;
+ float: left;
+ margin-right: 10px;
+ padding-left: 25px;
+ line-height: 21px;
+ font-size: 14px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ }
+
+ .adsnative-fb-share {
+ background: url(http://static.adsnative.com/static/img/facebook.png) no-repeat;
+ color: #3a5899;
+ }
+
+ .adsnative-tw-share {
+ background: url(http://static.adsnative.com/static/img/twitter.png) no-repeat;
+ color: #40aceb;
+ }
+
+ .adsnative-cta-button {
+ display: block;
+ float: left;
+ width: 100%;
+ margin: 8px 0px auto;
+ border-radius: 0px;
+ background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
+ border: 1px solid #DDD;
+ padding: 8px 0;
+ font-size: 14px;
+ font-family: Helvetica, Arial, sans-serif;
+ text-decoration: none;
+ text-align: center;
+ text-shadow: none;
+ color: #004276;
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
+ }
+
+ div.adsnative-reset {
+ clear: both;
+ }
+
+ [class^="adsnative-icon-"],
+ [class*=" adsnative-icon-"] {
+ display: none;
+ }
+
+ .sidebarText.nmDivWrap {
+ width: 100% !important;
+ text-align: left !important;
+ }
+
+ .sidebarText.nmHeaderGradiant {
+ height: 2px;
+ width: 30%;
+ min-width: 200px;
+ background: #005aab;
+ /* For browsers that do not support gradients */
+ background: -webkit-linear-gradient(left, #005aab, #FFFFFF);
+ /* For Safari 5.1 to 6.0 */
+ background: -o-linear-gradient(right, #005aab, #FFFFFF);
+ /* For Opera 11.1 to 12.0 */
+ background: -moz-linear-gradient(right, #005aab, #FFFFFF);
+ /* For Firefox 3.6 to 15 */
+ background: linear-gradient(to right, #005aab, #FFFFFF);
+ /* Standard syntax (must be last) */
+ }
+
+ .sidebarText.nmHeaderArrowRight {
+ width: 0;
+ height: 0;
+ border-top: 8px solid transparent;
+ border-bottom: 8px solid transparent;
+ border-left: 8px solid #B22222;
+ display: inline-block !important;
+ }
+
+ .sidebarText.nmHeaderTitle {
+ margin: 0px 0px 2px 1px !important;
+ font-size: 18px !important;
+ font-weight: 900 !important;
+ font-family: sans-serif !important;
+ display: inline-block !important;
+ letter-spacing: -1px !important;
+ color: #004a98 !important;
+ }
+
+ .sidebarText .nmWidgetUl {
+ padding: 0!important;
+ width: 100% !important;
+ margin: 5px 0 0 10px !important;
+ background: white !important;
+ overflow: inherit !important;
+ }
+
+ .sidebarText .nmWidgetList a {
+ font-size: 14px !important;
+ font-family: verdana !important;
+ color: #369 !important;
+ font-weight: bold !important;
+ line-height: 15px !important;
+ word-break: normal !important;
+ text-decoration: none !important;
+ display: inline-block;
+ margin-left: 5px;
+ }
+
+ .sidebarText .nmWidgetList a:hover {
+ text-decoration: underline !important;
+ }
+
+ .sidebarText .nmWidgetList {
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-size: 14px !important;
+ font-style: normal !important;
+ font-weight: bold !important;
+ margin: 0 0 8px 4px !important;
+ text-align: left !important;
+ background-color: transparent;
+ border-color: transparent;
+ border-bottom: none !important;
+ line-height: 15px !important;
+ min-height: 15px !important;
+ max-height: 50px !important;
+ padding: 0px !important;
+ color: #369 !important;
+ background: none !important;
+ list-style-type: none;
+ }
+
+ .sidebarText .nmWidgetList:before {
+ content: "• ";
+ font-weight: 800;
+ font-size: medium;
+ vertical-align: top;
+ margin: 0px 0 0 -11px;
+ display: inline-block;
+ color: #d0112b;
+ }
+
+ .sidebarText .nmWidgetList p {
+ overflow: hidden;
+ max-height: 50px !important;
+ margin: 0px !important;
+ font-size: 14px !important;
+ }
+
+ .sidebarText.nmWidgetBrand {
+ color: #000000 !important;
+ font-family: sans-serif;
+ font-size: 12px !important;
+ font-weight: 400 !important;
+ display: block;
+ margin: 0 5px 5px;
+ text-align: right;
+ cursor: pointer;
+ }
+
+ .sidebarText.nmWidgetBrand a {
+ color: #000000 !important;
+ text-decoration: none !Important;
+ }
+
+ .sidebarText.nmWidgetBrand a:hover {
+ text-decoration: underline;
+ }
+ </style>
+ <script type="text/javascript" id="BBGigyaScript" src="//cdns.gigya.com/js/gigya.js?apiKey=3_sVyWV_qhb9w4Q4jxXlEUG4EXX0dDK-sjiktnJKre3CQq9Jq4eUchLem4bynQohF-"></script>
+ <script async="" type="text/javascript" charset="UTF-8" src="http://connect.facebook.net/en_US/sdk.js"></script>
+ <style type="text/css">
+ .fb_hidden {
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reposition {
+ overflow: hidden;
+ position: relative
+ }
+
+ .fb_invisible {
+ display: none
+ }
+
+ .fb_reset {
+ background: none;
+ border: 0;
+ border-spacing: 0;
+ color: #000;
+ cursor: auto;
+ direction: ltr;
+ font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
+ font-size: 11px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-height: 1;
+ margin: 0;
+ overflow: visible;
+ padding: 0;
+ text-align: left;
+ text-decoration: none;
+ text-indent: 0;
+ text-shadow: none;
+ text-transform: none;
+ visibility: visible;
+ white-space: normal;
+ word-spacing: normal
+ }
+
+ .fb_reset&gt;
+ div {
+ overflow: hidden
+ }
+
+ .fb_link img {
+ border: none
+ }
+
+ @keyframes fb_transform {
+ from {
+ opacity: 0;
+ transform: scale(.95)
+ }
+ to {
+ opacity: 1;
+ transform: scale(1)
+ }
+ }
+
+ .fb_animate {
+ animation: fb_transform .3s forwards
+ }
+
+ .fb_dialog {
+ background: rgba(82, 82, 82, .7);
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reset .fb_dialog_legacy {
+ overflow: visible
+ }
+
+ .fb_dialog_advanced {
+ padding: 10px;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+ border-radius: 8px
+ }
+
+ .fb_dialog_content {
+ background: #fff;
+ color: #333
+ }
+
+ .fb_dialog_close_icon {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif);
+ cursor: pointer;
+ display: block;
+ height: 15px;
+ position: absolute;
+ right: 18px;
+ top: 17px;
+ width: 15px
+ }
+
+ .fb_dialog_mobile .fb_dialog_close_icon {
+ top: 5px;
+ left: 5px;
+ right: auto
+ }
+
+ .fb_dialog_padding {
+ background-color: transparent;
+ position: absolute;
+ width: 1px;
+ z-index: -1
+ }
+
+ .fb_dialog_close_icon:hover {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_close_icon:active {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_loader {
+ background-color: #f6f7f9;
+ border: 1px solid #606060;
+ font-size: 24px;
+ padding: 20px
+ }
+
+ .fb_dialog_top_left,
+ .fb_dialog_top_right,
+ .fb_dialog_bottom_left,
+ .fb_dialog_bottom_right {
+ height: 10px;
+ width: 10px;
+ overflow: hidden;
+ position: absolute
+ }
+
+ .fb_dialog_top_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;
+ left: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_top_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;
+ right: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_bottom_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;
+ bottom: -10px;
+ left: -10px
+ }
+
+ .fb_dialog_bottom_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;
+ right: -10px;
+ bottom: -10px
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right,
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ position: absolute;
+ background: #525252;
+ filter: alpha(opacity=70);
+ opacity: .7
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right {
+ width: 10px;
+ height: 100%
+ }
+
+ .fb_dialog_vert_left {
+ margin-left: -10px
+ }
+
+ .fb_dialog_vert_right {
+ right: 0;
+ margin-right: -10px
+ }
+
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ width: 100%;
+ height: 10px
+ }
+
+ .fb_dialog_horiz_top {
+ margin-top: -10px
+ }
+
+ .fb_dialog_horiz_bottom {
+ bottom: 0;
+ margin-bottom: -10px
+ }
+
+ .fb_dialog_iframe {
+ line-height: 0
+ }
+
+ .fb_dialog_content .dialog_title {
+ background: #6d84b4;
+ border: 1px solid #365899;
+ color: #fff;
+ font-size: 14px;
+ font-weight: bold;
+ margin: 0
+ }
+
+ .fb_dialog_content .dialog_title&gt;
+ span {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
+ float: left;
+ padding: 5px 0 7px 26px
+ }
+
+ body.fb_hidden {
+ -webkit-transform: none;
+ height: 100%;
+ margin: 0;
+ overflow: visible;
+ position: absolute;
+ top: -10000px;
+ left: 0;
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
+ min-height: 100%;
+ min-width: 100%;
+ overflow: hidden;
+ position: absolute;
+ top: 0;
+ z-index: 10001
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered {
+ width: auto;
+ height: auto;
+ min-height: initial;
+ min-width: initial;
+ background: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
+ background: none
+ }
+
+ .loading.centered #fb_dialog_loader_close {
+ color: #fff;
+ display: block;
+ padding-top: 20px;
+ clear: both;
+ font-size: 18px
+ }
+
+ #fb-root #fb_dialog_ipad_overlay {
+ background: rgba(0, 0, 0, .45);
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ top: 0;
+ width: 100%;
+ min-height: 100%;
+ z-index: 10000
+ }
+
+ #fb-root #fb_dialog_ipad_overlay.hidden {
+ display: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading iframe {
+ visibility: hidden
+ }
+
+ .fb_dialog_content .dialog_header {
+ -webkit-box-shadow: white 0 1px 1px -1px inset;
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));
+ border-bottom: 1px solid;
+ border-color: #1d4088;
+ color: #fff;
+ font: 14px Helvetica, sans-serif;
+ font-weight: bold;
+ text-overflow: ellipsis;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
+ vertical-align: middle;
+ white-space: nowrap
+ }
+
+ .fb_dialog_content .dialog_header table {
+ -webkit-font-smoothing: subpixel-antialiased;
+ height: 43px;
+ width: 100%
+ }
+
+ .fb_dialog_content .dialog_header td.header_left {
+ font-size: 12px;
+ padding-left: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .dialog_header td.header_right {
+ font-size: 12px;
+ padding-right: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .touchable_button {
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));
+ border: 1px solid #29487d;
+ -webkit-background-clip: padding-box;
+ -webkit-border-radius: 3px;
+ -webkit-box-shadow: rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;
+ display: inline-block;
+ margin-top: 3px;
+ max-width: 85px;
+ line-height: 18px;
+ padding: 4px 12px;
+ position: relative
+ }
+
+ .fb_dialog_content .dialog_header .touchable_button input {
+ border: none;
+ background: none;
+ color: #fff;
+ font: 12px Helvetica, sans-serif;
+ font-weight: bold;
+ margin: 2px -12px;
+ padding: 2px 6px 3px 6px;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog_content .dialog_header .header_center {
+ color: #fff;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 18px;
+ text-align: center;
+ vertical-align: middle
+ }
+
+ .fb_dialog_content .dialog_content {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
+ border: 1px solid #555;
+ border-bottom: 0;
+ border-top: 0;
+ height: 150px
+ }
+
+ .fb_dialog_content .dialog_footer {
+ background: #f6f7f9;
+ border: 1px solid #555;
+ border-top-color: #ccc;
+ height: 40px
+ }
+
+ #fb_dialog_loader_close {
+ float: left
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
+ visibility: hidden
+ }
+
+ #fb_dialog_loader_spinner {
+ animation: rotateSpinner 1.2s linear infinite;
+ background-color: transparent;
+ background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ height: 24px;
+ width: 24px
+ }
+
+ @keyframes rotateSpinner {
+ 0% {
+ transform: rotate(0deg)
+ }
+ 100% {
+ transform: rotate(360deg)
+ }
+ }
+
+ .fb_iframe_widget {
+ display: inline-block;
+ position: relative
+ }
+
+ .fb_iframe_widget span {
+ display: inline-block;
+ position: relative;
+ text-align: justify
+ }
+
+ .fb_iframe_widget iframe {
+ position: absolute
+ }
+
+ .fb_iframe_widget_fluid_desktop,
+ .fb_iframe_widget_fluid_desktop span,
+ .fb_iframe_widget_fluid_desktop iframe {
+ max-width: 100%
+ }
+
+ .fb_iframe_widget_fluid_desktop iframe {
+ min-width: 220px;
+ position: relative
+ }
+
+ .fb_iframe_widget_lift {
+ z-index: 1
+ }
+
+ .fb_hide_iframes iframe {
+ position: relative;
+ left: -10000px
+ }
+
+ .fb_iframe_widget_loader {
+ position: relative;
+ display: inline-block
+ }
+
+ .fb_iframe_widget_fluid {
+ display: inline
+ }
+
+ .fb_iframe_widget_fluid span {
+ width: 100%
+ }
+
+ .fb_iframe_widget_loader iframe {
+ min-height: 32px;
+ z-index: 2;
+ zoom: 1
+ }
+
+ .fb_iframe_widget_loader .FB_Loader {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat;
+ height: 32px;
+ width: 32px;
+ margin-left: -16px;
+ position: absolute;
+ left: 50%;
+ z-index: 4
+ }
+ </style>
+ <script type="text/javascript" charset="utf-8" async="" src="//s7.addthis.com/static/layers.ea0ccaf667d08a14f4c7.js"></script>
+ <style type="text/css">
+ .at-share-dock.atss {
+ top: auto;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ max-width: 100%;
+ z-index: 1000200;
+ box-shadow: 0 0 1px 1px #e2dfe2
+ }
+
+ .at-share-dock.at-share-dock-zindex-hide {
+ z-index: -1!important
+ }
+
+ .at-share-dock.atss-top {
+ bottom: auto;
+ top: 0
+ }
+
+ .at-share-dock a {
+ width: auto;
+ -webkit-transition: none;
+ transition: none;
+ color: #fff;
+ text-decoration: none;
+ box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box
+ }
+
+ .at-share-dock a:hover {
+ width: auto
+ }
+
+ .at-share-dock .at4-count {
+ height: 43px;
+ padding: 5px 0 0;
+ line-height: 20px;
+ background: #fff;
+ font-family: Helvetica neue, arial
+ }
+
+ .at-share-dock .at4-count span {
+ width: 100%
+ }
+
+ .at-share-dock .at4-count .at4-share-label {
+ color: #848484;
+ font-size: 10px;
+ letter-spacing: 1px
+ }
+
+ .at-share-dock .at4-count .at4-counter {
+ top: 2px;
+ position: relative;
+ display: block;
+ color: #222;
+ font-size: 22px
+ }
+
+ .at-share-dock.at-shfs-medium .at4-count {
+ height: 36px;
+ line-height: 1pc;
+ padding-top: 4px
+ }
+
+ .at-share-dock.at-shfs-medium .at4-count .at4-counter {
+ font-size: 18px
+ }
+
+ .at-share-dock.at-shfs-medium .at-share-btn .at-icon-wrapper,
+ .at-share-dock.at-shfs-medium a .at-icon-wrapper {
+ padding: 6px 0
+ }
+
+ .at-share-dock.at-shfs-small .at4-count {
+ height: 26px;
+ line-height: 1;
+ padding-top: 3px
+ }
+
+ .at-share-dock.at-shfs-small .at4-count .at4-share-label {
+ font-size: 8px
+ }
+
+ .at-share-dock.at-shfs-small .at4-count .at4-counter {
+ font-size: 14px
+ }
+
+ .at-share-dock.at-shfs-small .at-share-btn .at-icon-wrapper,
+ .at-share-dock.at-shfs-small a .at-icon-wrapper {
+ padding: 4px 0
+ }
+ </style>
+ <style type="text/css">
+ #at4m-mobile-container {
+ z-index: 9999999;
+ position: fixed
+ }
+
+ #at4m-menu {
+ -webkit-transition-timing-function: linear;
+ transition-timing-function: linear
+ }
+
+ #at4-searchClear {
+ cursor: pointer
+ }
+
+ #at4m-dock {
+ position: fixed;
+ left: 0;
+ width: 100%;
+ -o-box-shadow: 0 -1px 4px rgba(0, 0, 0, .15);
+ box-shadow: 0 -1px 4px rgba(0, 0, 0, .15);
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-size: 14px;
+ font-weight: 300;
+ color: #000
+ }
+
+ .at4m-dock {
+ background: #ebebeb
+ }
+
+ .at4m-dock-bottom {
+ top: auto;
+ bottom: 0
+ }
+
+ .at4m-dock-top {
+ top: 0;
+ bottom: auto
+ }
+
+ .at4m-dock a:link,
+ .at4m-dock a:visited {
+ display: block;
+ border: none;
+ margin: 0;
+ padding: 0;
+ height: 45px;
+ line-height: 45px;
+ text-align: center;
+ text-decoration: none;
+ text-shadow: none;
+ font-weight: 700;
+ color: #555;
+ cursor: pointer;
+ float: left;
+ zoom: 1
+ }
+
+ .at4m-dock a:active,
+ .at4m-dock a:hover,
+ .at4m-dock-toggle a:hover {
+ background-color: #e2e2e2;
+ color: #000;
+ cursor: pointer
+ }
+
+ .at4m-dock a i {
+ display: inline-block;
+ height: 45px;
+ line-height: 45px;
+ vertical-align: middle;
+ opacity: .2
+ }
+
+ .at4m-dock a:active i,
+ .at4m-dock a:hover i {
+ opacity: .9
+ }
+
+ .at4m-dock a i.at4m-dock-share {
+ background: url(//s7.addthis.com/static/0cdf7a36b49e9150e4ddd7ce01143fdc.png) no-repeat 0 0;
+ background-image: url(//s7.addthis.com/static/c4ee1ef2025cac1d2377de864e802791.svg), none;
+ background-position: 0 -2px;
+ width: 30px
+ }
+
+ .at4m-dock a i.at4m-dock-follow {
+ background: url(//s7.addthis.com/static/34c65ab171688e81111b0c5219405376.png) no-repeat 0 0;
+ background-image: url(//s7.addthis.com/static/2f9e800dffd36b9ae492670a4340386e.svg), none;
+ background-position: 0 -2px;
+ width: 26px
+ }
+
+ .at4m-dock.at4-ma1 a {
+ display: inline-block;
+ width: 86%
+ }
+
+ .at4m-dock.at4-ma2 a {
+ display: inline-block;
+ width: 43%
+ }
+
+ .at4m-dock.at4-ma2 a:first-child {
+ border-right: 1px solid #ccc
+ }
+
+ .at4m-dock-toggle {
+ position: fixed;
+ left: auto;
+ right: 0;
+ width: 14%;
+ min-width: 40px;
+ height: 45px
+ }
+
+ .at4m-dock-toggle-bottom {
+ top: auto;
+ bottom: 0
+ }
+
+ .at4m-dock-toggle-top {
+ bottom: auto;
+ top: 0
+ }
+
+ .at4m-dock-toggle a {
+ display: block;
+ background: url(//s7.addthis.com/static/6f026d41cd1a08a0f124517f4a4b6381.png) no-repeat center;
+ background-image: url(//s7.addthis.com/static/6ac59ac63a78f7c0ecfe9bbc05ee16af.svg), none;
+ border-left: 1px solid #ccc;
+ height: 44px;
+ line-height: 44px;
+ overflow: hidden;
+ text-indent: -9999em;
+ text-align: center;
+ padding: 0;
+ margin: 0;
+ opacity: .35
+ }
+
+ .at4m-dock-toggle a.at4-dock-toggle-active {
+ background: url(//s7.addthis.com/static/edb81de4c71c0bc5e7093002607fb828.png) no-repeat center;
+ background-image: url(//s7.addthis.com/static/958b6ad449d91a582198eaaa1013e4a8.svg), none;
+ background-color: #fff;
+ border-top: 1px solid #ccc
+ }
+
+ .at4m-dock-toggle.ats-dark,
+ .at4m-dock.ats-dark {
+ background: #262b30;
+ border-color: #1b1b1b;
+ color: #fff
+ }
+
+ .at4m-dock.ats-dark a {
+ color: #f2f2f2
+ }
+
+ .at4m-dock.ats-dark a i {
+ opacity: .25
+ }
+
+ .at4m-dock.at4-ma2.ats-dark a:first-child {
+ border-right: 1px solid #3e4247
+ }
+
+ .at4m-dock-toggle.ats-dark a:active,
+ .at4m-dock-toggle.ats-dark a:hover,
+ .at4m-dock.ats-dark a:active,
+ .at4m-dock.ats-dark a:hover {
+ background-color: #1b1e22
+ }
+
+ .at4m-dock.ats-dark a i.at4m-dock-share {
+ background: url(//s7.addthis.com/static/969412d543656390654b7a1fbad5c052.png) no-repeat left center;
+ background-image: url(//s7.addthis.com/static/d0b50381e6dff723034c9fb045fa5579.svg), none;
+ background-position: 0 -2px
+ }
+
+ .at4m-dock.ats-dark a i.at4m-dock-follow {
+ background: url(//s7.addthis.com/static/031cd90bcb2cf1bc5d0514d6df32e08b.png) no-repeat left center;
+ background-image: url(//s7.addthis.com/static/9b6c210d20bea1e6b56e800331c32bff.svg), none;
+ background-position: 0 -2px
+ }
+
+ .at4m-dock-toggle.ats-dark a {
+ background: url(//s7.addthis.com/static/bd94d63e97308ccebb29a220dcc82c2c.png) no-repeat center;
+ background-image: url(//s7.addthis.com/static/066d11a3dfa049803336eba1abb50292.svg), none;
+ border-color: #676d73
+ }
+
+ .at4m-dock-toggle.ats-dark a.at4-dock-toggle-active {
+ background: url(//s7.addthis.com/static/6ff05a92b143930d8fcc6a7d47a6859b.png) no-repeat center;
+ background-image: url(//s7.addthis.com/static/fd9202254cfad377dad0ecc0eb38d503.svg), none
+ }
+
+ .at4m-dock-toggle.top,
+ .at4m-dock.top {
+ top: 0;
+ bottom: auto
+ }
+
+ .at4m-dock-toggle.top a {
+ background: url(//s7.addthis.com/static/edb81de4c71c0bc5e7093002607fb828.png) no-repeat center;
+ background-image: url(//s7.addthis.com/static/958b6ad449d91a582198eaaa1013e4a8.svg), none
+ }
+
+ .at4m-dock-toggle.top a.at4-dock-toggle-active {
+ background: url(//s7.addthis.com/static/6f026d41cd1a08a0f124517f4a4b6381.png) no-repeat center;
+ background-image: url(//s7.addthis.com/static/6ac59ac63a78f7c0ecfe9bbc05ee16af.svg), none
+ }
+
+ .at4m-dock-toggle.top.ats-dark a {
+ background: url(//s7.addthis.com/static/6ff05a92b143930d8fcc6a7d47a6859b.png) no-repeat center;
+ background-image: url(//s7.addthis.com/static/fd9202254cfad377dad0ecc0eb38d503.svg), none;
+ border-color: #676d73
+ }
+
+ .at4m-dock-toggle.top.ats-dark a.at4-dock-toggle-active {
+ background: url(//s7.addthis.com/static/bd94d63e97308ccebb29a220dcc82c2c.png) no-repeat center;
+ background-image: url(//s7.addthis.com/static/066d11a3dfa049803336eba1abb50292.svg), none
+ }
+
+ .at4m-dock.ats-gray {
+ border-top: 1px solid #dbdbdb
+ }
+
+ .at4m-dock.ats-gray a:first-child {
+ border-right: 1px solid #dadada
+ }
+
+ .at4m-dock.ats-gray a {
+ color: #444
+ }
+
+ .at4m-dock.ats-gray a i {
+ opacity: .25
+ }
+
+ .at4m-dock-toggle.ats-gray a {
+ border-color: #b2b2b2
+ }
+
+ .at4m-dock-toggle.ats-gray a.at4-dock-toggle-active {
+ background-color: #e2e2e2;
+ border-color: #b2b2b2
+ }
+
+ .at4m-dock-toggle.ats-light a:active,
+ .at4m-dock-toggle.ats-light a:hover,
+ .at4m-dock.ats-light a:active,
+ .at4m-dock.ats-light a:hover {
+ background-color: #f5f5f5
+ }
+
+ .at4m-dock-toggle.ats-light a.at4-dock-toggle,
+ .at4m-dock-toggle.ats-light a.at4-dock-toggle-active {
+ background-color: #fff;
+ border-color: #dadada
+ }
+
+ .at4m-menu {
+ position: fixed;
+ background: #fff;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-size: 14px;
+ font-weight: 300;
+ display: none;
+ opacity: 0
+ }
+
+ .at4m-menu.abs {
+ position: absolute
+ }
+
+ .at4m-menu .at4m-menu-inner {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: auto
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-header {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ width: 100%;
+ background: #fff;
+ -o-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
+ box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-weight: 700;
+ color: #444;
+ cursor: default
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-header .at4m-menu-header-inner {
+ position: relative;
+ height: 44px;
+ text-align: left;
+ line-height: 44px;
+ padding: 0 44px 0 15px
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-header .at4m-menu-header-inner a.at4m-menu-cancel {
+ position: absolute;
+ top: 0;
+ right: 0;
+ display: block;
+ background: url(//s7.addthis.com/static/56b9cf44789a75f4822ae4677c0809f0.png) no-repeat center center;
+ background-image: url(//s7.addthis.com/static/fc0122e3c71ae79db7be2a7ccfcd419c.svg), none;
+ width: 42px;
+ height: 44px;
+ overflow: hidden;
+ text-indent: -9999em;
+ opacity: .74
+ }
+
+ #at4m-menu-body {
+ top: 45px;
+ bottom: 35px;
+ left: 0;
+ overflow-y: scroll
+ }
+
+ #at4m-menu-body,
+ #at4m-scroller {
+ position: absolute;
+ width: 100%
+ }
+
+ .at4m-hidden-overflow {
+ overflow: hidden
+ }
+
+ .at4m-scroll-overflow {
+ overflow-y: auto!important
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-search {
+ position: relative;
+ background: #f5f5f5;
+ border-bottom: 1px solid #e7e9ec;
+ height: 44px
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-search input[type=text] {
+ position: absolute;
+ top: 7px;
+ left: 13px;
+ right: 15px;
+ width: auto;
+ background: transparent;
+ border: none;
+ height: 24px;
+ line-height: 1.14em;
+ padding: 4px 4px 4px 22px;
+ font-size: 1.14em;
+ font-weight: 300;
+ outline: 0;
+ margin-bottom: 0
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-search input[type=submit] {
+ position: absolute;
+ top: 11px;
+ left: 14px;
+ width: 1pc;
+ height: 1pc;
+ background: url(//s7.addthis.com/static/3fc4b18bbb046f074de86a3cb5398353.svg), none;
+ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NDQxMjk0RDkzRjIxMUUyODgyNEMyRjRCOUU5QTdDNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDQxMjk0RTkzRjIxMUUyODgyNEMyRjRCOUU5QTdDNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU0NDEyOTRCOTNGMjExRTI4ODI0QzJGNEI5RTlBN0M2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU0NDEyOTRDOTNGMjExRTI4ODI0QzJGNEI5RTlBN0M2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RlRfxAAAAOhJREFUeNrEU+0NgkAM5YwD4Aa6AUygTuAIwASck8hNAG7CBrKBjIAT4CvpkSb2/Ag/bNL0CH3vXj/OjOMYLbFVtNDW/mCMmWJVVVuEXOS01tpWgqRq4z+IAOALjla5qAFJoRHMJQCcM7iDHwEgSSkpIEVM/mKzAufcHSGG7wAeZBLAN4QEvqF/qgLYlqUOykVXjsmnKTwCzR6+GSMlZZAbK3kZx/4dgeMyak9CEV7jeKDmorw+2EQeYy12oFNqnsYZ3AMxzhNPxDdwL4ibsiyLIEHIhLoOBOnPb4E38UxLpvbgb6/xKcAAtbllO+gwy6kAAAAASUVORK5CYII=");
+ background-repeat: no-repeat;
+ background-position: 0 0;
+ background-position: center bottom\9;
+ border: none;
+ overflow: hidden;
+ text-indent: -9999em;
+ cursor: pointer;
+ opacity: .22
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-search input[type=cancel] {
+ position: absolute;
+ top: 9pt;
+ right: 20px;
+ width: 18px;
+ height: 18px;
+ background: url(//s7.addthis.com/static/f048274431eaef1b46f80d94f1c18af6.png) no-repeat center center;
+ background-image: url(//s7.addthis.com/static/666b87d14e4d4e526b57292ab8adc465.svg), none;
+ background-size: 18px 18px;
+ border: none;
+ overflow: hidden;
+ text-indent: -9999em;
+ opacity: .14
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-footer {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ width: 100%;
+ height: 30px;
+ background: #fff;
+ text-align: left;
+ line-height: 1pc;
+ -o-box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
+ box-shadow: 0 -2px 4px rgba(0, 0, 0, .1)
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-footer .at4m-menu-footer-inner {
+ position: relative;
+ height: 26px;
+ padding: 5px 15px
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-footer .at4m-menu-footer-inner .at4m-menu-footer-logo {
+ background: url(//s7.addthis.com/static/5432e2206e5cb0b11874ad11e5a22186.png);
+ background-image: url(//s7.addthis.com/static/f1a5a53cfb4afc0b8231b342c9e39ece.svg), none;
+ background-repeat: no-repeat;
+ background-position: left 2px;
+ background-size: 9px 9px;
+ padding-left: 9pt
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-footer .at4m-menu-footer-inner .at4m-menu-footer-privacy {
+ position: absolute;
+ top: 7px;
+ right: 15px;
+ background: url(//s7.addthis.com/static/7450d2e11bef7d7c140b197429765a62.png);
+ background-image: url(//s7.addthis.com/static/d714fde79b61d3f511dd5c11ad366e68.svg), none;
+ background-repeat: no-repeat;
+ background-position: right 3px;
+ background-size: 8px 9px;
+ padding-right: 13px
+ }
+
+ .at4m-menu .at4m-menu-inner .at4m-menu-footer .at4m-menu-footer-inner a:link,
+ .at4m-menu .at4m-menu-inner .at4m-menu-footer .at4m-menu-footer-inner a:visited {
+ font-size: .714em;
+ text-decoration: none;
+ color: #666
+ }
+
+ .at4m-menu.abs {
+ border-top: .5px solid #efefef
+ }
+
+ .at4m-menu.abs,
+ .at4m-menu.abs .at4m-menu-inner .at4m-menu-footer,
+ .at4m-menu.abs .at4m-menu-inner .at4m-menu-header {
+ position: absolute
+ }
+
+ .at4m-menu .at4m-menu-content {
+ position: relative;
+ padding: 0 0 27px
+ }
+
+ .at4m-menu .at4m-menu-content ul {
+ margin: 0;
+ padding: 0
+ }
+
+ .at4m-menu .at4m-menu-content ul li {
+ background: #fff;
+ list-style: none;
+ margin: 0;
+ padding: 0;
+ border-bottom: 1px solid #e7e9ec;
+ -ms-box-sizing: content-box;
+ -o-box-sizing: content-box;
+ box-sizing: content-box
+ }
+
+ .at4m-menu .at4m-menu-content ul li:hover {
+ background: #f5f5f5
+ }
+
+ .at4m-menu .at4m-menu-content ul li a {
+ position: relative;
+ display: block;
+ height: 2pc;
+ line-height: 2pc;
+ padding: 9pt 20px 9pt 14px;
+ text-decoration: none;
+ text-align: left;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-size: 1.07em;
+ font-weight: 300;
+ color: #444;
+ -ms-box-sizing: content-box;
+ -o-box-sizing: content-box;
+ box-sizing: content-box
+ }
+
+ .at4m-menu .at4m-menu-content ul li a:active {
+ background-color: #f9f9f9
+ }
+
+ .at4m-menu .at4m-menu-content ul li a span.at-icon-wrapper {
+ margin: 0 9px 0 0;
+ float: left
+ }
+
+ .at4m-menu .at4m-menu-content ul li a span.at4-label {
+ display: inline-block;
+ height: 2pc;
+ line-height: 2pc;
+ margin-left: 10px
+ }
+
+ .at4m-menu .at4m-menu-content ul li a span.at4-label.atservice-preferred {
+ font-weight: 700
+ }
+
+ .at4m-menu .at4m-menu-content ul li a span.at4-arrow {
+ display: inline-block;
+ position: absolute;
+ right: 5px;
+ background: url(//s7.addthis.com/static/745bc30b589d20aeba08481e06fae159.png);
+ background-image: url(//s7.addthis.com/static/f4d5547a72831e67681d82122e1d563f.svg), none;
+ background-repeat: no-repeat;
+ background-position: center center;
+ width: 2pc;
+ height: 2pc;
+ text-indent: -9999em;
+ overflow: hidden;
+ opacity: .22
+ }
+
+ .at4m-menu.ats-dark .at4m-menu-footer,
+ .at4m-menu.ats-dark .at4m-menu-header {
+ background: #262b30;
+ color: #fff
+ }
+
+ .at4m-menu.ats-dark .at4m-menu-inner .at4m-menu-header button {
+ background: #000;
+ border-color: #333;
+ color: #fff
+ }
+
+ .at4m-menu.ats-dark .at4m-menu-inner .at4m-menu-header .at4m-menu-header-inner a.at4m-menu-cancel {
+ background: url(//s7.addthis.com/static/5092b14c9020eaa68c3de74da2219940.png) no-repeat center center;
+ background-image: url(//s7.addthis.com/static/fb08f6d50887bd0caacc86a62bcdcf68.svg), none
+ }
+
+ .at4m-menu.ats-dark .at4m-menu-inner .at4m-menu-footer .at4m-menu-footer-inner a:link,
+ .at4m-menu.ats-dark .at4m-menu-inner .at4m-menu-footer .at4m-menu-footer-inner a:visited {
+ color: #ccc
+ }
+
+ #at4m-dock:hover {
+ cursor: pointer
+ }
+
+ #at4m-dock.ats-dark {
+ background: #262b30;
+ border-color: #1b1b1b;
+ color: #fff
+ }
+
+ #at4m-dock.ats-light {
+ background: #fff;
+ border-color: #c5c5c5
+ }
+
+ .at4m-dock.ats-dark a,
+ .at4m-dock.ats-dark a:first-child {
+ color: #fff
+ }
+
+ .at4m-dock.ats-dark a:active,
+ .at4m-dock.ats-dark a:hover {
+ background: #1b1e22
+ }
+
+ .at-expandedmenu-component .at4m-dock,
+ .at-expandedmenu-component .at4m-dock-toggle {
+ display: none
+ }
+ </style>
+ <style type="text/css">
+ #at4-drawer-outer-container {
+ top: 0;
+ width: 20pc;
+ position: fixed
+ }
+
+ #at4-drawer-outer-container.at4-drawer-inline {
+ position: relative
+ }
+
+ #at4-drawer-outer-container.at4-drawer-inline.at4-drawer-right {
+ float: right;
+ right: 0;
+ left: auto
+ }
+
+ #at4-drawer-outer-container.at4-drawer-inline.at4-drawer-left {
+ float: left;
+ left: 0;
+ right: auto
+ }
+
+ #at4-drawer-outer-container.at4-drawer-shown,
+ #at4-drawer-outer-container.at4-drawer-shown * {
+ z-index: 999999
+ }
+
+ #at4-drawer-outer-container,
+ #at4-drawer-outer-container .at4-drawer-outer,
+ #at-drawer {
+ height: 100%;
+ overflow-y: auto;
+ overflow-x: hidden
+ }
+
+ .at4-drawer-push-content-right-back {
+ position: relative;
+ right: 0
+ }
+
+ .at4-drawer-push-content-right {
+ position: relative;
+ left: 20pc!important
+ }
+
+ .at4-drawer-push-content-left-back {
+ position: relative;
+ left: 0
+ }
+
+ .at4-drawer-push-content-left {
+ position: relative;
+ right: 20pc!important
+ }
+
+ #at4-drawer-outer-container.at4-drawer-right {
+ left: auto;
+ right: -20pc
+ }
+
+ #at4-drawer-outer-container.at4-drawer-left {
+ right: auto;
+ left: -20pc
+ }
+
+ #at4-drawer-outer-container.at4-drawer-shown.at4-drawer-right {
+ left: auto;
+ right: 0
+ }
+
+ #at4-drawer-outer-container.at4-drawer-shown.at4-drawer-left {
+ right: auto;
+ left: 0
+ }
+
+ #at-drawer {
+ top: 0;
+ z-index: 9999999;
+ height: 100%;
+ -webkit-animation-duration: .4s;
+ animation-duration: .4s
+ }
+
+ #at-drawer.drawer-push.at-right {
+ right: -20pc
+ }
+
+ #at-drawer.drawer-push.at-left {
+ left: -20pc
+ }
+
+ #at-drawer .at-recommended-label {
+ padding: 0 0 0 20px;
+ color: #999;
+ line-height: 3pc;
+ font-size: 18px;
+ font-weight: 300;
+ cursor: default
+ }
+
+ #at-drawer-arrow {
+ width: 30px;
+ height: 5pc
+ }
+
+ #at-drawer-arrow.ats-dark {
+ background: #262b30
+ }
+
+ #at-drawer-arrow.ats-gray {
+ background: #f2f2f2
+ }
+
+ #at-drawer-open-arrow {
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAABcCAYAAAC1OT8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk3ODNCQjdERUQ3QjExRTM5NjFGRUZBODc3MTIwMTNCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk3ODNCQjdFRUQ3QjExRTM5NjFGRUZBODc3MTIwMTNCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTc4M0JCN0JFRDdCMTFFMzk2MUZFRkE4NzcxMjAxM0IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTc4M0JCN0NFRDdCMTFFMzk2MUZFRkE4NzcxMjAxM0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7kstzCAAAB4ElEQVR42uyWv0oDQRDGb9dYimgVjliID2Ca9AGfwtZob2Grja1PIFj7EhGCYK99VPBPOkVMp8X5rc6FeN7dfjOksMjAxwXZ3667OzvfLKRr682l5ZV9aDh+fxsnRHhoDzqGLjFBi4XOoFtoAxowoB893o/w7WpAl/+QgQMBwwRdTPhUC2lAV/wDA7qy5WOgq9psHejqTqkKdLE7KYCv0JZjMgBgB58raBG6mP1K6j2pT099T+qMUOeeOss1wDcEIA1PnQXy576rAUI0oFMoC7VCnn40Gs8Pd4lAiXNUKmJ0lh1mPzGEWiyUCqAGW3Pwv4IvUJsFO9CHgP3Zr6Te0xwgAf3LxaAjS241pbikCRkOg+nSJdV4p8HOPl3vvRYI5dtrgVDvvcWovcWovcWovcWovcWovcWovQChWNywNpqvdAKtQp/QNmPUIQ6kwwqt2Xmsxf6GMPM1Pptsbz45CPmXqKb+15Gz4J/LZcDSNIqBlQlbB0afe1mmUDWiCNKFZRq0VKMeXY1CTDq2sJLWsCmoaBBRqNRR6qBKC6qCaj2rDIqaXBGiXHEaom00h1S+K3fVlr6HNuqgvgCh0+owt21bybQn8+mZ78mcEebcM2e5+T2ZX24ZqCph0qn1vgQYAJ/KDpLQr2tPAAAAAElFTkSuQmCC);
+ background-repeat: no-repeat;
+ width: 13px;
+ height: 23px;
+ margin: 28px 0 0 8px
+ }
+
+ .at-left #at-drawer-open-arrow {
+ background-position: 0 -46px
+ }
+
+ .ats-dark #at-drawer-open-arrow {
+ background-position: 0 -23px
+ }
+
+ .ats-dark.at-left #at-drawer-open-arrow {
+ background-position: 0 -69px
+ }
+
+ #at-drawer-arrow.at4-drawer-modern-browsers {
+ position: fixed;
+ top: 40%;
+ background-repeat: no-repeat;
+ background-position: 0 0!important;
+ z-index: 9999999
+ }
+
+ .at4-drawer-inline #at-drawer-arrow {
+ position: absolute
+ }
+
+ #at-drawer-arrow.at4-drawer-modern-browsers.at-right {
+ right: 0
+ }
+
+ #at-drawer-arrow.at4-drawer-modern-browsers.at-left {
+ left: 0
+ }
+
+ .at4-drawer-push-animation-left {
+ -webkit-transition: left .4s ease-in-out .15s;
+ transition: left .4s ease-in-out .15s
+ }
+
+ .at4-drawer-push-animation-right {
+ -webkit-transition: right .4s ease-in-out .15s;
+ transition: right .4s ease-in-out .15s
+ }
+
+ #at-drawer.drawer-push.at4-drawer-push-animation-right {
+ right: 0
+ }
+
+ #at-drawer.drawer-push.at4-drawer-push-animation-right-back {
+ right: -20pc!important
+ }
+
+ #at-drawer.drawer-push.at4-drawer-push-animation-left {
+ left: 0
+ }
+
+ #at-drawer.drawer-push.at4-drawer-push-animation-left-back {
+ left: -20pc!important
+ }
+
+ #at-drawer .at4-closebutton.drawer-close {
+ content: 'X';
+ color: #999;
+ display: block;
+ position: absolute;
+ margin: 0;
+ top: 0;
+ right: 0;
+ width: 3pc;
+ height: 45px;
+ line-height: 45px;
+ overflow: hidden;
+ opacity: .5
+ }
+
+ #at-drawer.ats-dark .at4-closebutton.drawer-close {
+ color: #fff
+ }
+
+ #at-drawer .at4-closebutton.drawer-close:hover {
+ opacity: 1
+ }
+
+ #at-drawer.ats-dark.at4-recommended .at4-logo-container a {
+ color: #666
+ }
+
+ #at-drawer.at4-recommended .at4-recommended-vertical {
+ padding: 0
+ }
+
+ #at-drawer.at4-recommended .at4-recommended-item .sponsored-label {
+ margin: 2px 0 0 21px;
+ color: #ddd
+ }
+
+ #at-drawer.at4-recommended .at4-recommended-vertical .at4-recommended-item {
+ position: relative;
+ padding: 0;
+ width: 20pc;
+ height: 180px;
+ margin: 0
+ }
+
+ #at-drawer.at4-recommended .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-img a:after {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: rgba(0, 0, 0, .65);
+ z-index: 1000000;
+ -webkit-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out
+ }
+
+ #at-drawer.at4-recommended .at4-recommended-vertical .at4-recommended-item.at-hover .at4-recommended-item-img a:after {
+ background: rgba(0, 0, 0, .8)
+ }
+
+ #at-drawer .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-img,
+ #at-drawer .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-img a,
+ #at-drawer .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-img img {
+ width: 20pc;
+ height: 180px;
+ float: none
+ }
+
+ #at-drawer .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-caption {
+ width: 100%;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ height: 70px
+ }
+
+ #at-drawer .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-caption .at-h4 {
+ color: #fff;
+ position: absolute;
+ height: 52px;
+ top: 0;
+ left: 20px;
+ right: 20px;
+ margin: 0;
+ padding: 0;
+ line-height: 25px;
+ font-size: 20px;
+ font-weight: 600;
+ z-index: 1000001;
+ text-decoration: none;
+ text-transform: none
+ }
+
+ #at-drawer.at4-recommended .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-caption .at-h4 a:hover {
+ text-decoration: none
+ }
+
+ #at-drawer.at4-recommended .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-caption .at-h4 a:link {
+ color: #fff
+ }
+
+ #at-drawer.at4-recommended .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-caption small {
+ position: absolute;
+ top: auto;
+ bottom: 10px;
+ left: 20px;
+ width: auto;
+ color: #ccc
+ }
+
+ #at-drawer.at4-recommended .at4-logo-container {
+ margin-left: 20px
+ }
+
+ #at-drawer.ats-dark.at4-recommended .at4-logo-container a:hover {
+ color: #fff
+ }
+
+ #at-drawer.at4-recommended .at-logo {
+ margin: 0
+ }
+ </style>
+ <style type="text/css">
+ .at4-follow.at-mobile {
+ display: none!important
+ }
+
+ .at4-follow {
+ position: fixed;
+ top: 0;
+ right: 0;
+ font-weight: 400;
+ color: #666;
+ cursor: default;
+ z-index: 10001
+ }
+
+ .at4-follow .at4-follow-inner {
+ position: relative;
+ padding: 10px 24px 10px 15px
+ }
+
+ .at4-follow-inner,
+ .at-follow-open-control {
+ border: 0 solid #c5c5c5;
+ border-width: 1px 0 1px 1px;
+ margin-top: -1px
+ }
+
+ .at4-follow .at4-follow-container {
+ margin-left: 9pt
+ }
+
+ .at4-follow.at4-follow-24 .at4-follow-container {
+ height: 24px;
+ line-height: 23px;
+ font-size: 13px
+ }
+
+ .at4-follow.at4-follow-32 .at4-follow-container {
+ width: 15pc;
+ height: 2pc;
+ line-height: 2pc;
+ font-size: 14px
+ }
+
+ .at4-follow .at4-follow-container .at-follow-label {
+ display: inline-block;
+ height: 24px;
+ line-height: 24px;
+ margin-right: 10px;
+ padding: 0;
+ cursor: default;
+ float: left
+ }
+
+ .at4-follow .at4-follow-container .at-icon-wrapper {
+ height: 24px;
+ width: 24px
+ }
+
+ .at4-follow.ats-transparent .at4-follow-inner,
+ .at-follow-open-control.ats-transparent {
+ border-color: transparent
+ }
+
+ .at4-follow.ats-dark .at4-follow-inner,
+ .at-follow-open-control.ats-dark {
+ background: #262b30;
+ border-color: #000;
+ color: #fff
+ }
+
+ .at4-follow.ats-dark .at-follow-close-control {
+ background-color: #262b30
+ }
+
+ .at4-follow.ats-light .at4-follow-inner {
+ background: #fff;
+ border-color: #c5c5c5
+ }
+
+ .at4-follow.ats-gray .at4-follow-inner,
+ .at-follow-open-control.ats-gray {
+ background: #f2f2f2;
+ border-color: #c5c5c5
+ }
+
+ .at4-follow.ats-light .at4-follow-close-control,
+ .at-follow-open-control.ats-light {
+ background: #e5e5e5
+ }
+
+ .at4-follow .at4-follow-inner .at4-follow-close-control {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ width: 20px;
+ cursor: pointer;
+ display: none
+ }
+
+ .at4-follow .at4-follow-inner .at4-follow-close-control div {
+ display: block;
+ line-height: 20px;
+ text-indent: -9999em;
+ margin-top: calc(50% + 1px);
+ overflow: hidden
+ }
+
+ .at-follow-open-control div.at4-arrow.at-left {
+ background-position: 0 -2px
+ }
+
+ .at-follow-open-control {
+ position: fixed;
+ height: 35px;
+ top: 0;
+ right: 0;
+ padding-top: 10px;
+ z-index: 10002
+ }
+
+ .at-follow-btn {
+ margin: 0 5px 5px 0;
+ padding: 0;
+ outline-offset: -1px;
+ display: inline-block;
+ box-sizing: content-box;
+ transition: all .2s ease-in-out
+ }
+
+ .at-follow-btn:focus,
+ .at-follow-btn:hover {
+ -webkit-transform: translateY(-4px);
+ transform: translateY(-4px)
+ }
+
+ .at4-follow-24 .at-follow-btn {
+ height: 25px;
+ line-height: 0;
+ width: 25px
+ }
+ </style>
+ <style type="text/css">
+ .at-follow-tbx-element .at300b,
+ .at-follow-tbx-element .at300m {
+ display: inline-block;
+ width: auto;
+ padding: 0;
+ margin: 0 2px 5px;
+ outline-offset: -1px;
+ -webkit-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out
+ }
+
+ .at-follow-tbx-element .at300b:focus,
+ .at-follow-tbx-element .at300b:hover,
+ .at-follow-tbx-element .at300m:focus,
+ .at-follow-tbx-element .at300m:hover {
+ -webkit-transform: translateY(-4px);
+ transform: translateY(-4px)
+ }
+
+ .at-follow-tbx-element .addthis_vertical_style .at300b,
+ .at-follow-tbx-element .addthis_vertical_style .at300m {
+ display: block
+ }
+
+ .at-follow-tbx-element .addthis_vertical_style .at300b .addthis_follow_label,
+ .at-follow-tbx-element .addthis_vertical_style .at300b .at-icon-wrapper,
+ .at-follow-tbx-element .addthis_vertical_style .at300m .addthis_follow_label,
+ .at-follow-tbx-element .addthis_vertical_style .at300m .at-icon-wrapper {
+ display: inline-block;
+ vertical-align: middle;
+ margin-right: 5px
+ }
+
+ .at-follow-tbx-element .addthis_vertical_style .at300b:focus,
+ .at-follow-tbx-element .addthis_vertical_style .at300b:hover,
+ .at-follow-tbx-element .addthis_vertical_style .at300m:focus,
+ .at-follow-tbx-element .addthis_vertical_style .at300m:hover {
+ -webkit-transform: none;
+ transform: none
+ }
+ </style>
+ <style type="text/css">
+ .at4-jumboshare .at-share-btn {
+ display: inline-block;
+ margin-right: 13px;
+ margin-top: 13px
+ }
+
+ .at4-jumboshare .at-share-btn .at-icon {
+ float: left
+ }
+
+ .at4-jumboshare .at-share-btn .at300bs {
+ display: inline-block;
+ float: left;
+ cursor: pointer
+ }
+
+ .at4-jumboshare .at4-mobile .at-share-btn .at-icon,
+ .at4-jumboshare .at4-mobile .at-share-btn .at-icon-wrapper {
+ margin: 0;
+ padding: 0
+ }
+
+ .at4-jumboshare .at4-mobile .at-share-btn {
+ padding: 0
+ }
+
+ .at4-jumboshare .at4-mobile .at-share-btn .at-label {
+ display: none
+ }
+
+ .at4-jumboshare .at4-count {
+ font-size: 60px;
+ line-height: 60px;
+ font-family: Helvetica neue, arial;
+ font-weight: 700
+ }
+
+ .at4-jumboshare .at4-count-container {
+ display: table-cell;
+ text-align: center;
+ min-width: 200px;
+ vertical-align: middle;
+ border-right: 1px solid #ccc;
+ padding-right: 20px
+ }
+
+ .at4-jumboshare .at4-share-container {
+ display: table-cell;
+ vertical-align: middle;
+ padding-left: 20px
+ }
+
+ .at4-jumboshare .at4-share-container.at-share-tbx-element {
+ padding-top: 0
+ }
+
+ .at4-jumboshare .at4-title {
+ position: relative;
+ font-size: 18px;
+ line-height: 18px;
+ bottom: 2px
+ }
+
+ .at4-jumboshare .at4-spacer {
+ height: 1px;
+ display: block;
+ visibility: hidden;
+ opacity: 0
+ }
+
+ .at4-jumboshare .at-share-btn {
+ display: inline-block;
+ margin: 0 2px;
+ line-height: 0;
+ padding: 0;
+ overflow: hidden;
+ text-decoration: none;
+ text-transform: none;
+ color: #fff;
+ cursor: pointer;
+ -webkit-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out;
+ border: 0;
+ background-color: transparent
+ }
+
+ .at4-jumboshare .at-share-btn:focus,
+ .at4-jumboshare .at-share-btn:hover {
+ -webkit-transform: translateY(-4px);
+ transform: translateY(-4px);
+ color: #fff;
+ text-decoration: none
+ }
+
+ .at4-jumboshare .at-label {
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-size: 9pt;
+ padding: 0 15px 0 0;
+ margin: 0;
+ height: 2pc;
+ line-height: 2pc;
+ background: none
+ }
+
+ .at4-jumboshare .at-share-btn:hover,
+ .at4-jumboshare .at-share-btn:link {
+ text-decoration: none
+ }
+
+ .at4-jumboshare .at-share-btn::-moz-focus-inner {
+ border: 0;
+ padding: 0
+ }
+
+ .at4-jumboshare.at-mobile .at-label {
+ display: none
+ }
+ </style>
+ <style type="text/css">
+ div.at-share-close-control.ats-dark,
+ div.at-share-open-control-left.ats-dark,
+ div.at-share-open-control-right.ats-dark {
+ background: #262b30
+ }
+
+ div.at-share-close-control.ats-light,
+ div.at-share-open-control-left.ats-light,
+ div.at-share-open-control-right.ats-light {
+ background: #fff
+ }
+
+ div.at-share-close-control.ats-gray,
+ div.at-share-open-control-left.ats-gray,
+ div.at-share-open-control-right.ats-gray {
+ background: #f2f2f2
+ }
+
+ .atss {
+ position: fixed;
+ top: 20%;
+ width: 3pc;
+ z-index: 100020;
+ background: none
+ }
+
+ .at-share-close-control {
+ position: relative;
+ width: 3pc;
+ overflow: auto
+ }
+
+ .at-share-open-control-left {
+ position: fixed;
+ top: 20%;
+ z-index: 100020;
+ left: 0;
+ width: 22px
+ }
+
+ .at-share-close-control .at4-arrow.at-left {
+ float: right
+ }
+
+ .atss-left {
+ left: 0;
+ float: left;
+ right: auto
+ }
+
+ .atss-right {
+ left: auto;
+ float: right;
+ right: 0
+ }
+
+ .atss-right.at-share-close-control .at4-arrow.at-right {
+ position: relative;
+ right: 0;
+ overflow: auto
+ }
+
+ .atss-right.at-share-close-control .at4-arrow {
+ float: left
+ }
+
+ .at-share-open-control-right {
+ position: fixed;
+ top: 20%;
+ z-index: 100020;
+ right: 0;
+ width: 22px;
+ float: right
+ }
+
+ .atss-right .at-share-close-control .at4-arrow {
+ float: left
+ }
+
+ .atss.atss-right a {
+ float: right
+ }
+
+ .atss.atss-right .at4-share-title {
+ float: right;
+ overflow: hidden
+ }
+
+ .atss .at-share-btn,
+ .atss a {
+ position: relative;
+ display: block;
+ width: 3pc;
+ margin: 0;
+ outline-offset: -1px;
+ text-align: center;
+ float: left;
+ -webkit-transition: width .15s ease-in-out;
+ transition: width .15s ease-in-out;
+ overflow: hidden;
+ background: #e8e8e8;
+ z-index: 100030;
+ cursor: pointer
+ }
+
+ .at-share-btn::-moz-focus-inner {
+ border: 0;
+ padding: 0
+ }
+
+ .atss-right .at-share-btn {
+ float: right
+ }
+
+ .atss .at-share-btn {
+ border: 0;
+ padding: 0
+ }
+
+ .atss .at-share-btn:focus,
+ .atss .at-share-btn:hover,
+ .atss a:focus,
+ .atss a:hover {
+ width: 4pc
+ }
+
+ .atss .at-share-btn .at-icon-wrapper,
+ .atss a .at-icon-wrapper {
+ display: block;
+ padding: 8px 0
+ }
+
+ .atss .at-share-btn:last-child,
+ .atss a:last-child {
+ border: none
+ }
+
+ .atss .at-share-btn span .at-icon,
+ .atss a span .at-icon {
+ position: relative;
+ top: 0;
+ left: 0;
+ display: block;
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ width: 2pc;
+ height: 2pc;
+ line-height: 2pc;
+ border: none;
+ padding: 0;
+ margin: 0 auto;
+ overflow: hidden;
+ cursor: pointer;
+ cursor: hand
+ }
+
+ .at4-share .at-custom-sidebar-counter {
+ font-family: Helvetica neue, arial;
+ vertical-align: top;
+ margin-right: 4px;
+ display: inline-block;
+ text-align: center
+ }
+
+ .at4-share .at-custom-sidebar-count {
+ font-size: 17px;
+ line-height: 1.25em;
+ color: #222
+ }
+
+ .at4-share .at-custom-sidebar-text {
+ font-size: 9px;
+ line-height: 1.25em;
+ color: #888;
+ letter-spacing: 1px
+ }
+
+ .at4-share .at4-share-count-container {
+ position: absolute;
+ left: 0;
+ right: auto;
+ top: auto;
+ bottom: 0;
+ width: 100%;
+ color: #fff;
+ background: inherit
+ }
+
+ .at4-share .at4-share-count,
+ .at4-share .at4-share-count-container {
+ line-height: 1pc;
+ font-size: 10px
+ }
+
+ .at4-share .at4-share-count {
+ text-indent: 0;
+ font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
+ font-weight: 200;
+ width: 100%;
+ height: 1pc
+ }
+
+ .at4-share .at4-share-count-anchor {
+ padding-bottom: 8px;
+ text-decoration: none;
+ -webkit-transition: padding .15s ease-in-out .15s, width .15s ease-in-out;
+ transition: padding .15s ease-in-out .15s, width .15s ease-in-out
+ }
+ </style>
+ <style type="text/css">
+ .at4-recommendedbox-outer-container {
+ display: inline
+ }
+
+ .at4-recommended-outer {
+ position: static
+ }
+
+ .at4-recommended {
+ top: 20%;
+ margin: 0;
+ text-align: center;
+ font-weight: 400;
+ font-size: 13px;
+ line-height: 17px;
+ color: #666
+ }
+
+ .at4-recommended.at-inline .at4-recommended-horizontal {
+ text-align: left
+ }
+
+ .at4-recommended-recommendedbox {
+ padding: 0;
+ z-index: inherit
+ }
+
+ .at4-recommended-recommended {
+ padding: 40px 0
+ }
+
+ .at4-recommended-horizontal {
+ max-height: 340px
+ }
+
+ .at4-recommended.at-medium .at4-recommended-horizontal {
+ max-height: 15pc
+ }
+
+ .at4-recommended.at4-minimal.at-medium .at4-recommended-horizontal {
+ padding-top: 10px;
+ max-height: 230px
+ }
+
+ .at4-recommended-text-only .at4-recommended-horizontal {
+ max-height: 130px
+ }
+
+ .at4-recommended-horizontal {
+ padding-top: 5px;
+ overflow-y: hidden
+ }
+
+ .at4-minimal {
+ background: none;
+ color: #000;
+ border: none!important;
+ box-shadow: none!important
+ }
+
+ @media screen and (max-width:900px) {
+ .at4-recommended-horizontal .at4-recommended-item,
+ .at4-recommended-horizontal .at4-recommended-item .at4-recommended-item-img {
+ width: 15pc
+ }
+ }
+
+ .at4-recommended.at4-minimal .at4-recommended-horizontal .at4-recommended-item .at4-recommended-item-caption {
+ padding: 0 0 10px
+ }
+
+ .at4-recommended.at4-minimal .at4-recommended-horizontal .at4-recommended-item-caption {
+ padding: 20px 0 0!important
+ }
+
+ .addthis-smartlayers .at4-recommended .at-h3.at-recommended-label {
+ margin: 0;
+ padding: 0;
+ font-weight: 300;
+ font-size: 18px;
+ line-height: 24px;
+ color: #464646;
+ width: 100%;
+ display: inline-block;
+ zoom: 1
+ }
+
+ .addthis-smartlayers .at4-recommended.at-inline .at-h3.at-recommended-label {
+ text-align: left
+ }
+
+ #at4-thankyou .addthis-smartlayers .at4-recommended.at-inline .at-h3.at-recommended-label {
+ text-align: center
+ }
+
+ .at4-recommended .at4-recommended-item {
+ display: inline-block;
+ zoom: 1;
+ position: relative;
+ background: #fff;
+ border: 1px solid #c5c5c5;
+ width: 200px;
+ margin: 10px
+ }
+
+ .addthis_recommended_horizontal .at4-recommended-item {
+ border: none
+ }
+
+ .at4-recommended .at4-recommended-item .sponsored-label {
+ color: #666;
+ font-size: 9px;
+ position: absolute;
+ top: -20px
+ }
+
+ .at4-recommended .at4-recommended-item-img .at-tli,
+ .at4-recommended .at4-recommended-item-img a {
+ position: absolute;
+ left: 0
+ }
+
+ .at4-recommended.at-inline .at4-recommended-horizontal .at4-recommended-item {
+ margin: 10px 20px 0 0
+ }
+
+ .at4-recommended.at-medium .at4-recommended-horizontal .at4-recommended-item {
+ margin: 10px 10px 0 0
+ }
+
+ .at4-recommended.at-medium .at4-recommended-item {
+ width: 140px;
+ overflow: hidden
+ }
+
+ .at4-recommended .at4-recommended-item .at4-recommended-item-img {
+ position: relative;
+ text-align: center;
+ width: 100%;
+ height: 200px;
+ line-height: 0;
+ overflow: hidden
+ }
+
+ .at4-recommended .at4-recommended-item .at4-recommended-item-img a {
+ display: block;
+ width: 100%;
+ height: 200px
+ }
+
+ .at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-img,
+ .at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-img a {
+ height: 140px
+ }
+
+ .at4-recommended .at4-recommended-item .at4-recommended-item-img img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ min-height: 0;
+ min-width: 0;
+ max-height: none;
+ max-width: none;
+ margin: 0;
+ padding: 0
+ }
+
+ .at4-recommended .at4-recommended-item .at4-recommended-item-caption {
+ height: 74px;
+ overflow: hidden;
+ padding: 20px;
+ text-align: left;
+ -ms-box-sizing: content-box;
+ -o-box-sizing: content-box;
+ box-sizing: content-box
+ }
+
+ .at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-caption {
+ height: 50px;
+ padding: 15px
+ }
+
+ .at4-recommended .at4-recommended-item .at4-recommended-item-caption .at-h4 {
+ height: 54px;
+ margin: 0 0 5px;
+ padding: 0;
+ overflow: hidden;
+ word-wrap: break-word;
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 18px;
+ text-align: left
+ }
+
+ .at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-caption .at-h4 {
+ font-size: 9pt;
+ line-height: 1pc;
+ height: 33px
+ }
+
+ .at4-recommended .at4-recommended-item:hover .at4-recommended-item-caption .at-h4 {
+ text-decoration: underline
+ }
+
+ .at4-recommended a:link,
+ .at4-recommended a:visited {
+ text-decoration: none;
+ color: #464646
+ }
+
+ .at4-recommended .at4-recommended-item .at4-recommended-item-caption .at-h4 a:hover {
+ text-decoration: underline;
+ color: #000
+ }
+
+ .at4-recommended .at4-recommended-item .at4-recommended-item-caption small {
+ display: block;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ font-size: 11px;
+ color: #666
+ }
+
+ .at4-recommended.at-medium .at4-recommended-item .at4-recommended-item-caption small {
+ font-size: 9px
+ }
+
+ .at4-recommended .at4-recommended-vertical {
+ padding: 15px 0 0
+ }
+
+ .at4-recommended .at4-recommended-vertical .at4-recommended-item {
+ display: block;
+ width: auto;
+ max-width: 100%;
+ height: 60px;
+ border: none;
+ margin: 0 0 15px;
+ box-shadow: none;
+ background: none
+ }
+
+ .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-img,
+ .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-img img {
+ width: 60px;
+ height: 60px;
+ float: left
+ }
+
+ .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-caption {
+ border-top: none;
+ margin: 0;
+ height: 60px;
+ padding: 3px 5px
+ }
+
+ .at4-recommended .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-caption .at-h4 {
+ height: 38px;
+ margin: 0
+ }
+
+ .at4-recommended .at4-recommended-vertical .at4-recommended-item .at4-recommended-item-caption small {
+ position: absolute;
+ bottom: 0
+ }
+
+ .at4-recommended .at-recommended-label.at-vertical {
+ text-align: left
+ }
+
+ .at4-no-image-light-recommended,
+ .at4-no-image-minimal-recommended {
+ background-color: #f2f2f2!important
+ }
+
+ .at4-no-image-gray-recommended {
+ background-color: #e6e6e5!important
+ }
+
+ .at4-no-image-dark-recommended {
+ background-color: #4e555e!important
+ }
+
+ .at4-recommended .at4-recommended-item-placeholder-img {
+ background-repeat: no-repeat!important;
+ background-position: center!important;
+ width: 100%!important;
+ height: 100%!important
+ }
+
+ .at4-recommended-horizontal .at4-no-image-dark-recommended .at4-recommended-item-placeholder-img {
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAfCAYAAACCox+xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFNUUyQTg3MTI0RDExRTM4NzAwREJDRjlCQzAyMUVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFNUUyQTg4MTI0RDExRTM4NzAwREJDRjlCQzAyMUVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUU1RTJBODUxMjREMTFFMzg3MDBEQkNGOUJDMDIxRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUU1RTJBODYxMjREMTFFMzg3MDBEQkNGOUJDMDIxRUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6oCfPiAAABfUlEQVR42uyWTU/DMAyGm3bdBxp062hHe+PC//9HCIkDYpNAO7CPAuWN5Eohyhpno2GHWqq8pO78xHHsiLquH4L/l6cwuBAZaOPKs//YBFIJIR59UiAt7huYi90aE/UQakTDLaL26RUEAAJqiefm93T9Bpj1X4O0bY0OIUXCpYBJvYDAUWyAUCWliHGTcnpqRMaM72ImRAJVknYG+eb4YEDIBeU0zGnsBLK1ODogYSsLhDwIJeVVk18lzfNA4ERGZNXi59UCIQhiYDilpSm/jp4awLxDvWhlf4/nGe8+LLuSt+SZul28ggaHG6gNVhDR+IuRFzOoxGKWwG7vVFm5AAQxgcqYpzrjFjR9zwPH5LSuT7XlNr2MQm5LzqjLpncNNaM+s8M27Y60g3FwhoSMzrtUQllgLtRs5pZ2cB4IhbvQbGRZv1NsrhyS8+SI5Mo9RJWpjAI1xqKL+0iEP180vy214JbeR12AyOgsHI7e0NfFyKv0ID1ID+IqPwIMAOeljGQOryBmAAAAAElFTkSuQmCC)!important
+ }
+
+ .at4-recommended-vertical .at4-no-image-dark-recommended .at4-recommended-item-placeholder-img {
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzREMyNTM2MTI0RjExRTM4NzAwREJDRjlCQzAyMUVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzREMyNTM3MTI0RjExRTM4NzAwREJDRjlCQzAyMUVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDNEQzI1MzQxMjRGMTFFMzg3MDBEQkNGOUJDMDIxRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDNEQzI1MzUxMjRGMTFFMzg3MDBEQkNGOUJDMDIxRUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5GfbtkAAAAxklEQVR42qRSTQvCMAxduk53mEOHKFPP/v8/5cGTiIibivVFUomlG7gFHvloXpKmJefcPhkmNyvGEWj+IOZA6ckPImoxxVwOLvCvXUzkpayNCpRQK64IbOBnAYGAXMeMslNlU+CzrIEdCkxi5DPAoz6BE8ZuVNdKJuL8rS9sv62IXlCHyP0KqKUKZXK9uwkSLVArfwpVR3b225kXwovibcP+jC4jUtfWPZmfqJJnYlkAM128j1z0nHWKSUbIKDL/msHktwADAPptQo+vkZNLAAAAAElFTkSuQmCC)!important
+ }
+
+ .at4-recommended-horizontal .at4-no-image-gray-recommended .at4-recommended-item-placeholder-img,
+ .at4-recommended-horizontal .at4-no-image-light-recommended .at4-recommended-item-placeholder-img,
+ .at4-recommended-horizontal .at4-no-image-minimal-recommended .at4-recommended-item-placeholder-img {
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAfCAYAAACCox+xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzREMyNTMyMTI0RjExRTM4NzAwREJDRjlCQzAyMUVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzREMyNTMzMTI0RjExRTM4NzAwREJDRjlCQzAyMUVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUU1RTJBODkxMjREMTFFMzg3MDBEQkNGOUJDMDIxRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUU1RTJBOEExMjREMTFFMzg3MDBEQkNGOUJDMDIxRUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6dfDQvAAABg0lEQVR42uyWS0vDQBDH82jaKNW0qUltbl68e/Di98eLBz+CCB5EBaWIpUat/4UJLMuame1j7SEDYbqbKfPLvHbDi8ur8+D/5T4K9kR6xrr27D+xgdS3N9d3PilQFmcNzN6mxkbdhxrQcoGofXkFAUAINcVzrG2vsP8KmJdtg7SlxoRQouBywOReQOAosUDoklPEpEU5XDciqeB/iRAig6pIO4P8CHysBBDqg0palrR2Alkwjj5RsDUDoRqhorpq6quifRkInKiIPLf4eWIgQoLoWbq0stXXn10DmDeoR2PsL/E84N0Hk5Wypc70dMkGGhzOoeb4gpjW34K6GEFljFkGu6XTZJUCEMQBVCHs6kI60MycB47FyUmo20oPvYJCzhVnvIsR3zg5ghoRTNpyHKTBBhIJTt6pFsoZ9iLDZswcB5uBULhnho0a66eazaFDca59Hym1e4guQ4rCO4Fu/T4Sw8Gk+c3MghN6H+8CRKVg4tB6fV8XI6/SgXQgHYir/AowAMU5TskhKVUNAAAAAElFTkSuQmCC)!important
+ }
+
+ .at4-recommended-vertical .at4-no-image-gray-recommended .at4-recommended-item-placeholder-img,
+ .at4-recommended-vertical .at4-no-image-light-recommended .at4-recommended-item-placeholder-img,
+ .at4-recommended-vertical .at4-no-image-minimal-recommended .at4-recommended-item-placeholder-img {
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzREMyNTNBMTI0RjExRTM4NzAwREJDRjlCQzAyMUVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzREMyNTNCMTI0RjExRTM4NzAwREJDRjlCQzAyMUVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDNEQzI1MzgxMjRGMTFFMzg3MDBEQkNGOUJDMDIxRUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDNEQzI1MzkxMjRGMTFFMzg3MDBEQkNGOUJDMDIxRUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz65Fr9cAAAA0ElEQVR42qRRuQrCQBDd3SSaIgYNosSrtLew8f+xsfAnYmEVRMR4YHwjExjCbsBk4DHHzptjR2+2u7VqJ3efjTNQ/EEMgbgiv46H/QNTDPnhCv/mYiLPI21EIIaaUEVgBj+oETQQypgRtidsXfNJpsACBXo28gWgUd9AjrEL0TXhiSh/XhWudlZI/kCdLPtFUGMRCni9p6kl+kAq/D5UavmzX2fNd87obsCSfztnrOR0rjvTiRImkoyAQQNRyZ2jhjenGNVBOpF1WZatyV8BBgBJ+irgS/KHdAAAAABJRU5ErkJggg==)!important
+ }
+
+ #at-drawer.ats-dark,
+ .at4-recommended.ats-dark .at4-recommended-horizontal .at4-recommended-item-caption,
+ .at4-recommended.ats-dark .at4-recommended-vertical .at4-recommended-item-caption {
+ background: #262b30
+ }
+
+ #at-drawer.ats-gray,
+ .at4-recommended.ats-gray .at4-recommended-horizontal .at4-recommended-item-caption {
+ background: #f2f2f2
+ }
+
+ #at-drawer.ats-light,
+ .at4-recommended.ats-light .at4-recommended-horizontal .at4-recommended-item-caption {
+ background: #fff
+ }
+
+ .at4-recommended.ats-dark .at4-recommended-vertical .at4-recommended-item {
+ background: none
+ }
+
+ .at4-recommended.ats-dark .at4-recommended-item .at4-recommended-item-caption a:hover,
+ .at4-recommended.ats-dark .at4-recommended-item .at4-recommended-item-caption a:link,
+ .at4-recommended.ats-dark .at4-recommended-item .at4-recommended-item-caption a:visited,
+ .at4-recommended.ats-dark .at4-recommended-item .at4-recommended-item-caption small,
+ .at4-recommended.ats-dark .at4-recommended-item-caption,
+ .at4-recommended.ats-dark .at-logo a:hover,
+ .at4-recommended.ats-dark .at-recommended-label.at-vertical {
+ color: #fff
+ }
+
+ .at4-recommended-vertical-logo {
+ padding-top: 0;
+ text-align: left
+ }
+
+ .at4-recommended-vertical-logo .at4-logo-container {
+ line-height: 10px
+ }
+
+ .at4-recommended-horizontal-logo {
+ text-align: center
+ }
+
+ .at4-recommended.at-inline .at4-recommended-horizontal-logo {
+ text-align: left
+ }
+
+ #at4-thankyou .at4-recommended.at-inline .at4-recommended-horizontal {
+ text-align: center
+ }
+
+ .at4-recommended .at-logo {
+ margin: 10px 0 0;
+ padding: 0;
+ height: 25px;
+ overflow: auto;
+ -ms-box-sizing: content-box;
+ -o-box-sizing: content-box;
+ box-sizing: content-box
+ }
+
+ .at4-recommended.at-inline .at4-recommended-horizontal .at-logo {
+ text-align: left
+ }
+
+ .at4-recommended .at4-logo-container a.at-sponsored-link {
+ color: #666
+ }
+
+ .at4-recommended-class .at4-logo-container a:hover,
+ .at4-recommendedbox-outer-container .at4-recommended-recommendedbox .at4-logo-container a:hover {
+ color: #000
+ }
+ </style>
+ <style type="text/css">
+ .at-recommendedjumbo-outer-container {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ background: none;
+ color: #000
+ }
+
+ .at-recommendedjumbo-footer {
+ position: relative;
+ width: 100%;
+ height: 510px;
+ overflow: hidden;
+ -webkit-transition: all .3s ease-in-out;
+ transition: all .3s ease-in-out
+ }
+
+ .at-mobile .at-recommendedjumbo-footer {
+ height: 250px
+ }
+
+ .at-recommendedjumbo-footer #bg-link:after {
+ content: '';
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: rgba(0, 0, 0, .75)
+ }
+
+ .at-recommendedjumbo-footer:hover #bg-link:after {
+ background: rgba(0, 0, 0, .85)
+ }
+
+ .at-recommendedjumbo-footer *,
+ .at-recommendedjumbo-footer :after,
+ .at-recommendedjumbo-footer :before {
+ box-sizing: border-box
+ }
+
+ .at-recommendedjumbo-footer:hover #at-recommendedjumbo-footer-bg {
+ -webkit-animation: atRecommendedJumboAnimatedBackground 1s ease-in-out 1;
+ animation: atRecommendedJumboAnimatedBackground 1s ease-in-out 1;
+ -webkit-animation-fill-mode: forwards;
+ animation-fill-mode: forwards
+ }
+
+ .at-recommendedjumbo-footer #at-recommendedjumbo-top-holder {
+ position: absolute;
+ top: 0;
+ padding: 0 40px;
+ width: 100%
+ }
+
+ .at-mobile .at-recommendedjumbo-footer #at-recommendedjumbo-top-holder {
+ padding: 0 20px
+ }
+
+ .at-recommendedjumbo-footer .at-recommendedjumbo-footer-inner {
+ position: relative;
+ text-align: center;
+ font-family: helvetica, arial, sans-serif;
+ z-index: 2;
+ width: 100%
+ }
+
+ .at-recommendedjumbo-footer #at-recommendedjumbo-label-holder {
+ margin: 40px 0 0;
+ max-height: 30px
+ }
+
+ .at-mobile .at-recommendedjumbo-footer #at-recommendedjumbo-label-holder {
+ margin: 20px 0 0;
+ max-height: 20px
+ }
+
+ .at-recommendedjumbo-footer #at-recommendedjumbo-label {
+ font-weight: 300;
+ font-size: 24px;
+ line-height: 24px;
+ color: #fff;
+ margin: 0
+ }
+
+ .at-mobile .at-recommendedjumbo-footer #at-recommendedjumbo-label {
+ font-weight: 150;
+ font-size: 14px;
+ line-height: 14px
+ }
+
+ .at-recommendedjumbo-footer #at-recommendedjumbo-title-holder {
+ margin: 20px 0 0;
+ min-height: 3pc;
+ max-height: 78pt
+ }
+
+ .at-mobile .at-recommendedjumbo-footer #at-recommendedjumbo-title-holder {
+ margin: 10px 0 0;
+ min-height: 24px;
+ max-height: 54px
+ }
+
+ .at-recommendedjumbo-footer #at-recommendedjumbo-content-title {
+ font-size: 3pc;
+ line-height: 52px;
+ font-weight: 700;
+ margin: 0
+ }
+
+ .at-mobile .at-recommendedjumbo-footer #at-recommendedjumbo-content-title {
+ font-size: 24px;
+ line-height: 27px
+ }
+
+ .at-recommendedjumbo-footer a {
+ text-decoration: none;
+ color: #fff
+ }
+
+ .at-recommendedjumbo-footer a:visited {
+ color: #fff
+ }
+
+ .at-recommendedjumbo-footer small {
+ margin: 20px 0 0;
+ display: inline-block;
+ height: 2pc;
+ line-height: 2pc;
+ font-size: 14px;
+ color: #ccc;
+ cursor: default
+ }
+
+ .at-mobile .at-recommendedjumbo-footer small {
+ margin: 10px 0 0;
+ height: 14px;
+ line-height: 14px;
+ font-size: 9pt
+ }
+
+ .at-recommendedjumbo-footer .at-logo-container {
+ position: absolute;
+ bottom: 20px;
+ margin: auto;
+ left: 0;
+ right: 0
+ }
+
+ .at-mobile .at-recommendedjumbo-footer .at-logo-container {
+ bottom: 10px
+ }
+
+ .at-recommendedjumbo-footer a.at-sponsored-link {
+ color: #ccc
+ }
+
+ .at-recommendedjumbo-footer div #at-recommendedjumbo-logo-link {
+ padding: 2px 0 0 11px;
+ text-decoration: none;
+ line-height: 20px;
+ font-family: helvetica, arial, sans-serif;
+ font-size: 9px;
+ color: #ccc
+ }
+
+ @-webkit-keyframes atRecommendedJumboAnimatedBackground {
+ 0% {
+ -webkit-transform: scale(1, 1);
+ transform: scale(1, 1)
+ }
+ to {
+ -webkit-transform: scale(1.1, 1.1);
+ transform: scale(1.1, 1.1)
+ }
+ }
+
+ @keyframes atRecommendedJumboAnimatedBackground {
+ 0% {
+ -webkit-transform: scale(1, 1);
+ transform: scale(1, 1)
+ }
+ to {
+ -webkit-transform: scale(1.1, 1.1);
+ transform: scale(1.1, 1.1)
+ }
+ }
+ </style>
+ <style type="text/css">
+ .at-resp-share-element {
+ position: relative;
+ padding: 0;
+ margin: 0;
+ font-size: 0;
+ line-height: 0
+ }
+
+ .at-resp-share-element:after,
+ .at-resp-share-element:before {
+ content: " ";
+ display: table
+ }
+
+ .at-resp-share-element.at-mobile .at4-share-count-container,
+ .at-resp-share-element.at-mobile .at-label {
+ display: none
+ }
+
+ .at-resp-share-element .at-share-btn {
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ margin: 0 2px 5px;
+ padding: 0;
+ overflow: hidden;
+ line-height: 0;
+ text-decoration: none;
+ text-transform: none;
+ color: #fff;
+ cursor: pointer;
+ -webkit-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out;
+ border: 0;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ background-color: transparent
+ }
+
+ .at-resp-share-element .at-share-btn::-moz-focus-inner {
+ border: 0;
+ padding: 0
+ }
+
+ .at-resp-share-element .at-share-btn:focus,
+ .at-resp-share-element .at-share-btn:hover {
+ -webkit-transform: translateY(-4px);
+ transform: translateY(-4px);
+ color: #fff;
+ text-decoration: none
+ }
+
+ .at-resp-share-element .at-share-btn .at-icon-wrapper {
+ float: left
+ }
+
+ .at-resp-share-element .at-share-btn.at-share-btn.at-svc-compact:hover {
+ -webkit-transform: none;
+ transform: none
+ }
+
+ .at-resp-share-element .at-share-btn .at-label {
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-size: 9pt;
+ padding: 0 15px 0 0;
+ margin: 0 0 0 5px;
+ height: 2pc;
+ line-height: 2pc;
+ background: none
+ }
+
+ .at-resp-share-element .at-icon,
+ .at-resp-share-element .at-label {
+ cursor: pointer
+ }
+
+ .at-resp-share-element .at4-share-count-container {
+ text-decoration: none;
+ float: right;
+ padding-right: 15px;
+ font-size: 9pt
+ }
+
+ .at-mobile .at-resp-share-element .at-label {
+ display: none
+ }
+
+ .at-resp-share-element.at-mobile .at-share-btn {
+ margin-right: 5px
+ }
+
+ .at-mobile .at-resp-share-element .at-share-btn {
+ padding: 5px;
+ margin-right: 5px
+ }
+ </style>
+ <style type="text/css">
+ .at-share-tbx-element {
+ position: relative;
+ margin: 0;
+ color: #fff;
+ font-size: 0
+ }
+
+ .at-share-tbx-element,
+ .at-share-tbx-element .at-share-btn {
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ padding: 0;
+ line-height: 0
+ }
+
+ .at-share-tbx-element .at-share-btn {
+ cursor: pointer;
+ margin: 0 5px 5px 0;
+ display: inline-block;
+ overflow: hidden;
+ border: 0;
+ text-decoration: none;
+ text-transform: none;
+ background-color: transparent;
+ color: inherit;
+ -webkit-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out
+ }
+
+ .at-share-tbx-element .at-share-btn:focus,
+ .at-share-tbx-element .at-share-btn:hover {
+ -webkit-transform: translateY(-4px);
+ transform: translateY(-4px);
+ outline-offset: -1px;
+ color: inherit
+ }
+
+ .at-share-tbx-element .at-share-btn::-moz-focus-inner {
+ border: 0;
+ padding: 0
+ }
+
+ .at-share-tbx-element .at-share-btn.at-share-btn.at-svc-compact:hover {
+ -webkit-transform: none;
+ transform: none
+ }
+
+ .at-share-tbx-element .at-icon-wrapper {
+ vertical-align: middle
+ }
+
+ .at-share-tbx-element .at4-share-count,
+ .at-share-tbx-element .at-label {
+ margin: 0 7.5px 0 2.5px;
+ text-decoration: none;
+ vertical-align: middle;
+ display: inline-block;
+ background: none;
+ height: 0;
+ font-size: inherit;
+ line-height: inherit;
+ color: inherit
+ }
+
+ .at-share-tbx-element.at-mobile .at4-share-count,
+ .at-share-tbx-element.at-mobile .at-label {
+ display: none
+ }
+
+ .at-share-tbx-element .at_native_button {
+ vertical-align: middle
+ }
+
+ .at-share-tbx-element .addthis_counter.addthis_bubble_style {
+ margin: 0 2px;
+ vertical-align: middle;
+ display: inline-block
+ }
+
+ .at-share-tbx-element .fb_iframe_widget {
+ display: block
+ }
+
+ .at-share-tbx-element.at-share-tbx-native .at300b {
+ vertical-align: middle
+ }
+
+ .at-style-responsive .at-share-btn {
+ padding: 5px
+ }
+
+ .at-style-jumbo {
+ display: table
+ }
+
+ .at-style-jumbo .at4-spacer {
+ height: 1px;
+ display: block;
+ visibility: hidden;
+ opacity: 0
+ }
+
+ .at-style-jumbo .at4-count-container {
+ display: table-cell;
+ text-align: center;
+ min-width: 200px;
+ vertical-align: middle;
+ border-right: 1px solid #ccc;
+ padding-right: 20px
+ }
+
+ .at-style-jumbo .at4-count {
+ font-size: 60px;
+ line-height: 60px;
+ font-weight: 700
+ }
+
+ .at-style-jumbo .at4-count-title {
+ position: relative;
+ font-size: 18px;
+ line-height: 18px;
+ bottom: 2px
+ }
+
+ .at-style-jumbo .at-share-btn-elements {
+ display: table-cell;
+ vertical-align: middle;
+ padding-left: 20px
+ }
+
+ .at_flat_counter {
+ cursor: pointer;
+ font-family: helvetica, arial, sans-serif;
+ font-weight: 700;
+ text-transform: uppercase;
+ display: inline-block;
+ position: relative;
+ vertical-align: top;
+ height: 100%;
+ margin: 0 5px;
+ padding: 0 6px;
+ left: -1px;
+ background: #ebebeb;
+ color: #32363b;
+ -webkit-transition: all .2s ease;
+ transition: all .2s ease
+ }
+
+ .at_flat_counter:after {
+ top: 30%;
+ left: -4px;
+ content: "";
+ position: absolute;
+ border-width: 5px 8px 5px 0;
+ border-style: solid;
+ border-color: transparent #ebebeb transparent transparent;
+ display: block;
+ width: 0;
+ height: 0;
+ -webkit-transform: translateY(360deg);
+ transform: translateY(360deg)
+ }
+
+ .at_flat_counter:hover {
+ background: #e1e2e2
+ }
+ </style>
+ <style type="text/css">
+ .at4-thankyou-background {
+ top: 0;
+ right: 0;
+ left: 0;
+ bottom: 0;
+ -webkit-overflow-scrolling: touch;
+ z-index: 9999999;
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpizCuu/sRABGBiIBKMKqSOQoAAAwC8KgJipENhxwAAAABJRU5ErkJggg==);
+ background: hsla(217, 6%, 46%, .95)
+ }
+
+ .at4-thankyou-background.at-thankyou-shown {
+ position: fixed
+ }
+
+ .at4-thankyou-inner {
+ position: absolute;
+ width: 100%;
+ top: 10%;
+ left: 50%;
+ margin-left: -50%;
+ text-align: center
+ }
+
+ .at4-thankyou-mobile .at4-thankyou-inner {
+ top: 5%
+ }
+
+ .thankyou-description {
+ font-weight: 400
+ }
+
+ .at4-thankyou-background .at4lb-inner {
+ position: relative;
+ width: 100%;
+ height: 100%
+ }
+
+ .at4-thankyou-background .at4lb-inner .at4x {
+ position: absolute;
+ top: 15px;
+ right: 15px;
+ display: block;
+ width: 20px;
+ height: 20px;
+ padding: 20px;
+ margin: 0;
+ cursor: pointer;
+ -webkit-transition: opacity .25s ease-in;
+ transition: opacity .25s ease-in;
+ opacity: .4;
+ background: url("data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMTMvMTKswDp5AAAAd0lEQVQ4jb2VQRLAIAgDE///Z3qqY1FAhalHMCsCIkVEAIAkkVgvp2lDBgYAnAyHkWotLccNrEd4A7X2TqIdqLfnWBAdaF5rJdyJfjtPH5GT37CaGhoVq3nOm/XflUuLUto2pY1d+vRKh0Pp+MrAVtDe2JkvYNQ+jVSEEFmOkggAAAAASUVORK5CYII=") no-repeat center center;
+ overflow: hidden;
+ text-indent: -99999em;
+ border: 1px solid transparent
+ }
+
+ .at4-thankyou-background .at4lb-inner .at4x:focus,
+ .at4-thankyou-background .at4lb-inner .at4x:hover {
+ border: 1px solid #fff;
+ border-radius: 50%;
+ outline: 0
+ }
+
+ .at4-thankyou-background .at4lb-inner #at4-palogo {
+ position: absolute;
+ bottom: 10px;
+ display: inline-block;
+ text-decoration: none;
+ font-family: helvetica, arial, sans-serif;
+ font-size: 11px;
+ cursor: pointer;
+ -webkit-transition: opacity .25s ease-in;
+ moz-transition: opacity .25s ease-in;
+ transition: opacity .25s ease-in;
+ opacity: .5;
+ z-index: 100020;
+ color: #fff;
+ padding: 2px 0 0 13px
+ }
+
+ .at4-thankyou-background .at4lb-inner #at4-palogo .at-branding-addthis,
+ .at4-thankyou-background .at4lb-inner #at4-palogo .at-branding-info {
+ color: #fff
+ }
+
+ .at4-thankyou-background .at4lb-inner #at4-palogo:hover,
+ .at4-thankyou-background.ats-dark .at4lb-inner a#at4-palogo:hover {
+ text-decoration: none;
+ color: #fff;
+ opacity: 1
+ }
+
+ .at4-thankyou-background.ats-dark {
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBgeMZABGBiIBKMKqSOQoAAAwB+cQD6hqlbCwAAAABJRU5ErkJggg==");
+ background: rgba(0, 0, 0, .85)
+ }
+
+ .at4-thankyou-background .thankyou-title {
+ color: #fff;
+ font-size: 38.5px;
+ margin: 10px 20px;
+ line-height: 38.5px;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-weight: 300
+ }
+
+ .at4-thankyou-background.ats-dark .thankyou-description,
+ .at4-thankyou-background.ats-dark .thankyou-title {
+ color: #fff
+ }
+
+ .at4-thankyou-background .thankyou-description {
+ color: #fff;
+ font-size: 18px;
+ margin: 10px 0;
+ line-height: 24px;
+ padding: 0;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-weight: 300
+ }
+
+ .at4-thankyou-background .at4-thanks-icons {
+ padding-top: 10px
+ }
+
+ .at4-thankyou-mobile * {
+ -webkit-overflow-scrolling: touch
+ }
+
+ #at4-thankyou .at4-recommended-recommendedbox .at-logo {
+ display: none
+ }
+
+ .at4-thankyou .at-h3 {
+ height: 49px;
+ line-height: 49px;
+ margin: 0 50px 0 20px;
+ padding: 1px 0 0;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-size: 1pc;
+ font-weight: 700;
+ color: #fff;
+ text-shadow: 0 1px #000
+ }
+
+ .at4-thanks {
+ padding-top: 50px;
+ text-align: center
+ }
+
+ .at4-thanks label {
+ display: block;
+ margin: 0 0 15px;
+ font-size: 1pc;
+ line-height: 1pc
+ }
+
+ .at4-thanks .at4-h2 {
+ background: none;
+ border: none;
+ margin: 0 0 10px;
+ padding: 0;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-size: 28px;
+ font-weight: 300;
+ color: #000
+ }
+
+ .at4-thanks .at4-thanks-icons {
+ position: relative;
+ height: 2pc
+ }
+
+ .at4-thanks .at4-thanks-icons .at-thankyou-label {
+ display: block;
+ padding-bottom: 10px;
+ font-size: 14px;
+ color: #666
+ }
+
+ .at4-thankyou-layer .at-follow .at-icon-wrapper {
+ width: 2pc;
+ height: 2pc
+ }
+ </style>
+ <style type="text/css">
+ .at4-recommended-toaster {
+ position: fixed;
+ top: auto;
+ bottom: 0;
+ right: 0;
+ z-index: 100021
+ }
+
+ .at4-recommended-toaster.ats-light {
+ border: 1px solid #c5c5c5;
+ background: #fff
+ }
+
+ .at4-recommended-toaster.ats-gray {
+ border: 1px solid #c5c5c5;
+ background: #f2f2f2
+ }
+
+ .at4-recommended-toaster.ats-dark {
+ background: #262b30;
+ color: #fff
+ }
+
+ .at4-recommended-toaster .at4-recommended-container {
+ padding-top: 0;
+ margin: 0
+ }
+
+ .at4-recommended.at4-recommended-toaster div.at-recommended-label {
+ line-height: 1pc;
+ font-size: 1pc;
+ text-align: left;
+ padding: 20px 0 0 20px
+ }
+
+ .at4-toaster-outer .at4-recommended .at4-recommended-item .at4-recommended-item-caption .at-h4 {
+ font-size: 11px;
+ line-height: 11px;
+ margin: 10px 0 6px;
+ height: 30px
+ }
+
+ .at4-recommended.at4-recommended-toaster div.at-recommended-label.ats-gray,
+ .at4-recommended.at4-recommended-toaster div.at-recommended-label.ats-light {
+ color: #464646
+ }
+
+ .at4-recommended.at4-recommended-toaster div.at-recommended-label.ats-dark {
+ color: #fff
+ }
+
+ .at4-toaster-close-control {
+ position: absolute;
+ top: 0;
+ right: 0;
+ display: block;
+ width: 20px;
+ height: 20px;
+ line-height: 20px;
+ margin: 5px 5px 0 0;
+ padding: 0;
+ text-indent: -9999em
+ }
+
+ .at4-toaster-open-control {
+ position: fixed;
+ right: 0;
+ bottom: 0;
+ z-index: 100020
+ }
+
+ .at4-toaster-outer .at4-recommended-item {
+ width: 90pt;
+ border: 0;
+ margin: 9px 10px 0
+ }
+
+ .at4-toaster-outer .at4-recommended-item:first-child {
+ margin-left: 20px
+ }
+
+ .at4-toaster-outer .at4-recommended-item:last-child {
+ margin-right: 20px
+ }
+
+ .at4-toaster-outer .at4-recommended-item .at4-recommended-item-img {
+ max-height: 90pt;
+ max-width: 90pt
+ }
+
+ .at4-toaster-outer .at4-recommended-item .at4-recommended-item-img img {
+ height: 90pt;
+ width: 90pt
+ }
+
+ .at4-toaster-outer .at4-recommended-item .at4-recommended-item-caption {
+ height: 30px;
+ padding: 0;
+ margin: 0;
+ height: initial
+ }
+
+ .at4-toaster-outer .ats-dark .at4-recommended-item .at4-recommended-item-caption {
+ background: #262b30
+ }
+
+ .at4-toaster-outer .at4-recommended .at4-recommended-item .at4-recommended-item-caption small {
+ width: auto;
+ line-height: 14px;
+ margin: 0
+ }
+
+ .at4-toaster-outer .at4-recommended.ats-dark .at4-recommended-item .at4-recommended-item-caption small {
+ color: #fff
+ }
+
+ .at4-recommended-toaster .at-logo {
+ margin: 0 0 3px 20px;
+ text-align: left
+ }
+
+ .at4-recommended-toaster .at-logo .at4-logo-container.at-sponsored-logo {
+ position: relative
+ }
+
+ .at4-toaster-outer .at4-recommended-item .sponsored-label {
+ text-align: right;
+ font-size: 10px;
+ color: #666;
+ float: right;
+ position: fixed;
+ bottom: 6px;
+ right: 20px;
+ top: initial;
+ z-index: 99999
+ }
+ </style>
+ <style type="text/css">
+ .at4-whatsnext {
+ position: fixed;
+ bottom: 0!important;
+ right: 0;
+ background: #fff;
+ border: 1px solid #c5c5c5;
+ margin: -1px;
+ width: 390px;
+ height: 90pt;
+ overflow: hidden;
+ font-size: 9pt;
+ font-weight: 400;
+ color: #000;
+ z-index: 1800000000
+ }
+
+ .at4-whatsnext a {
+ color: #666
+ }
+
+ .at4-whatsnext .at-whatsnext-content {
+ height: 90pt;
+ position: relative
+ }
+
+ .at4-whatsnext .at-whatsnext-content .at-branding {
+ position: absolute;
+ bottom: 15px;
+ right: 10px;
+ padding-left: 9px;
+ text-decoration: none;
+ line-height: 10px;
+ font-family: helvetica, arial, sans-serif;
+ font-size: 10px;
+ color: #666
+ }
+
+ .at4-whatsnext .at-whatsnext-content .at-whatsnext-content-inner {
+ position: absolute;
+ top: 15px;
+ right: 20px;
+ bottom: 15px;
+ left: 140px;
+ text-align: left;
+ height: 105px
+ }
+
+ .at4-whatsnext .at-whatsnext-content-inner a {
+ display: inline-block
+ }
+
+ .at4-whatsnext .at-whatsnext-content-inner div.at-h6 {
+ text-align: left;
+ margin: 0;
+ padding: 0 0 3px;
+ font-size: 11px;
+ color: #666;
+ cursor: default
+ }
+
+ .at4-whatsnext .at-whatsnext-content .at-h3 {
+ text-align: left;
+ margin: 5px 0;
+ padding: 0;
+ line-height: 1.2em;
+ font-weight: 400;
+ font-size: 14px;
+ height: 3pc
+ }
+
+ .at4-whatsnext .at-whatsnext-content-inner a:link,
+ .at4-whatsnext .at-whatsnext-content-inner a:visited {
+ text-decoration: none;
+ font-weight: 400;
+ color: #464646
+ }
+
+ .at4-whatsnext .at-whatsnext-content-inner a:hover {
+ color: #000
+ }
+
+ .at4-whatsnext .at-whatsnext-content-inner small {
+ position: absolute;
+ bottom: 15px;
+ line-height: 10px;
+ font-size: 11px;
+ color: #666;
+ cursor: default;
+ text-align: left
+ }
+
+ .at4-whatsnext .at-whatsnext-content .at-whatsnext-content-img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 90pt;
+ height: 90pt;
+ overflow: hidden
+ }
+
+ .at4-whatsnext .at-whatsnext-content .at-whatsnext-content-img img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ max-height: none;
+ max-width: none
+ }
+
+ .at4-whatsnext .at-whatsnext-close-control {
+ position: absolute;
+ top: 0;
+ right: 0;
+ display: block;
+ width: 20px;
+ height: 20px;
+ line-height: 20px;
+ margin: 0 5px 0 0;
+ padding: 0;
+ text-indent: -9999em
+ }
+
+ .at-whatsnext-open-control {
+ position: fixed;
+ right: 0;
+ bottom: 0;
+ z-index: 100020
+ }
+
+ .at4-whatsnext.ats-dark {
+ background: #262b30
+ }
+
+ .at4-whatsnext.ats-dark .at-whatsnext-content .at-h3,
+ .at4-whatsnext.ats-dark .at-whatsnext-content a.at4-logo:hover,
+ .at4-whatsnext.ats-dark .at-whatsnext-content-inner a:link,
+ .at4-whatsnext.ats-dark .at-whatsnext-content-inner a:visited {
+ color: #fff
+ }
+
+ .at4-whatsnext.ats-light {
+ background: #fff
+ }
+
+ .at4-whatsnext.ats-gray {
+ background: #f2f2f2
+ }
+
+ .at4-whatsnext.at-whatsnext-nophoto {
+ width: 270px
+ }
+
+ .at4-whatsnext.at-whatsnext-nophoto .at-whatsnext-content-img {
+ display: none
+ }
+
+ .at4-whatsnext.at-whatsnext-nophoto .at-whatsnext-content .at-whatsnext-content-inner {
+ top: 15px;
+ right: 0;
+ left: 20px
+ }
+
+ .at4-whatsnext.at-whatsnext-nophoto .at-whatsnext-content .at-whatsnext-content-inner.addthis_32x32_style {
+ top: 0;
+ right: 0;
+ left: 0;
+ padding: 45px 20px 0;
+ font-size: 20px
+ }
+
+ .at4-whatsnext.at-whatsnext-nophoto .at-whatsnext-content .at-whatsnext-content-inner .at4-icon,
+ .at4-whatsnext.at-whatsnext-nophoto .at-whatsnext-content .at-whatsnext-content-inner .at4-icon-fw,
+ .at4-whatsnext.at-whatsnext-nophoto .at-whatsnext-content .at-whatsnext-content-inner .whatsnext-msg {
+ vertical-align: middle
+ }
+
+ .at-whatsnext-img,
+ .at-whatsnext-img-lnk {
+ position: absolute;
+ left: 0
+ }
+ </style>
+ <style type="text/css">
+ .at4-whatsnextmobile {
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ left: 0;
+ background: #fff;
+ z-index: 9999998;
+ height: 170px;
+ font-size: 28px
+ }
+
+ .at4-whatsnextmobile .col-2 {
+ height: 100%;
+ font-size: 1em
+ }
+
+ .at4-whatsnextmobile .col-2:first-child {
+ max-width: 200px;
+ display: inline-block;
+ float: left
+ }
+
+ .at4-whatsnextmobile .col-2:last-child {
+ position: absolute;
+ left: 200px;
+ right: 50px;
+ top: 0;
+ bottom: 0;
+ display: inline-block
+ }
+
+ .at4-whatsnextmobile .at-whatsnext-content-inner {
+ font-size: 1em
+ }
+
+ .at4-whatsnextmobile .at-whatsnext-content-img img {
+ height: 100%;
+ width: 100%
+ }
+
+ .at4-whatsnextmobile .at-close-control {
+ font-size: 1em;
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 50px;
+ height: 50px
+ }
+
+ .at4-whatsnextmobile .at-close-control button {
+ width: 100%;
+ height: 100%;
+ font-size: 1em;
+ font-weight: 400;
+ text-decoration: none;
+ opacity: .5;
+ padding: 0;
+ cursor: pointer;
+ background: 0 0;
+ border: 0;
+ -webkit-appearance: none
+ }
+
+ .at4-whatsnextmobile .at-h3,
+ .at4-whatsnextmobile .at-h6 {
+ font-size: 1em;
+ margin: 0;
+ color: #a1a1a1;
+ margin-left: 2.5%;
+ margin-top: 25px
+ }
+
+ .at4-whatsnextmobile .at-h3 {
+ font-size: 1em;
+ line-height: 1em;
+ font-weight: 500;
+ height: 50%
+ }
+
+ .at4-whatsnextmobile .at-h3 a {
+ font-size: 1em;
+ text-decoration: none
+ }
+
+ .at4-whatsnextmobile .at-h6 {
+ font-size: .8em;
+ line-height: .8em;
+ font-weight: 500
+ }
+
+ .at4-whatsnextmobile .footer {
+ position: absolute;
+ bottom: 2px;
+ left: 200px;
+ right: 0;
+ padding-left: 2.5%;
+ font-size: 1em;
+ line-height: .6em
+ }
+
+ .at4-whatsnextmobile .footer small {
+ font-size: .6em;
+ color: #a1a1a1
+ }
+
+ .at4-whatsnextmobile .footer small:first-child {
+ margin-right: 5%;
+ float: left
+ }
+
+ .at4-whatsnextmobile .footer small:last-child {
+ margin-right: 2.5%;
+ float: right
+ }
+
+ .at4-whatsnextmobile .at-whatsnext-content {
+ height: 100%
+ }
+
+ .at4-whatsnextmobile.ats-dark {
+ background: #262b30;
+ color: #fff
+ }
+
+ .at4-whatsnextmobile .at-close-control button {
+ color: #bfbfbf
+ }
+
+ .at4-whatsnextmobile.ats-dark a:link,
+ .at4-whatsnextmobile.ats-dark a:visited {
+ color: #fff
+ }
+
+ .at4-whatsnextmobile.ats-gray {
+ background: #f2f2f2;
+ color: #262b30
+ }
+
+ .at4-whatsnextmobile.ats-light {
+ background: #fff;
+ color: #262b30
+ }
+
+ .at4-whatsnextmobile.ats-dark .footer a:link,
+ .at4-whatsnextmobile.ats-dark .footer a:visited,
+ .at4-whatsnextmobile.ats-gray .footer a:link,
+ .at4-whatsnextmobile.ats-gray .footer a:visited,
+ .at4-whatsnextmobile.ats-light .footer a:link,
+ .at4-whatsnextmobile.ats-light .footer a:visited {
+ color: #a1a1a1
+ }
+
+ .at4-whatsnextmobile.ats-gray a:link,
+ .at4-whatsnextmobile.ats-gray a:visited,
+ .at4-whatsnextmobile.ats-light a:link,
+ .at4-whatsnextmobile.ats-light a:visited {
+ color: #262b30
+ }
+
+ @media only screen and (min-device-width:320px) and (max-device-width:480px) {
+ .at4-whatsnextmobile {
+ height: 85px;
+ font-size: 14px
+ }
+ .at4-whatsnextmobile .col-2:first-child {
+ width: 75pt
+ }
+ .at4-whatsnextmobile .col-2:last-child {
+ right: 25px;
+ left: 75pt
+ }
+ .at4-whatsnextmobile .footer {
+ left: 75pt
+ }
+ .at4-whatsnextmobile .at-close-control {
+ width: 25px;
+ height: 25px
+ }
+ .at4-whatsnextmobile .at-h3,
+ .at4-whatsnextmobile .at-h6 {
+ margin-top: 12.5px
+ }
+ }
+ </style>
+ <style type="text/css">
+ .at-custom-mobile-bar {
+ left: 0;
+ right: 0;
+ width: 100%;
+ height: 56px;
+ position: fixed;
+ text-align: center;
+ z-index: 100020;
+ background: #fff;
+ overflow: hidden;
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
+ font: initial;
+ line-height: normal;
+ top: auto;
+ bottom: 0
+ }
+
+ .at-custom-mobile-bar.at-custom-mobile-bar-zindex-hide {
+ z-index: -1!important
+ }
+
+ .at-custom-mobile-bar.atss-top {
+ top: 0;
+ bottom: auto
+ }
+
+ .at-custom-mobile-bar.atss-bottom {
+ top: auto;
+ bottom: 0
+ }
+
+ .at-custom-mobile-bar .at-custom-mobile-bar-btns {
+ display: inline-block;
+ text-align: center
+ }
+
+ .at-custom-mobile-bar .at-custom-mobile-bar-counter,
+ .at-custom-mobile-bar .at-share-btn {
+ margin-top: 4px
+ }
+
+ .at-custom-mobile-bar .at-share-btn {
+ display: inline-block;
+ text-decoration: none;
+ -webkit-transition: none;
+ transition: none;
+ box-sizing: content-box
+ }
+
+ .at-custom-mobile-bar .at-custom-mobile-bar-counter {
+ font-family: Helvetica neue, arial;
+ vertical-align: top;
+ margin-left: 4px;
+ margin-right: 4px;
+ display: inline-block
+ }
+
+ .at-custom-mobile-bar .at-custom-mobile-bar-count {
+ font-size: 26px;
+ line-height: 1.25em;
+ color: #222
+ }
+
+ .at-custom-mobile-bar .at-custom-mobile-bar-text {
+ font-size: 9pt;
+ line-height: 1.25em;
+ color: #888;
+ letter-spacing: 1px
+ }
+
+ .at-custom-mobile-bar .at-icon-wrapper {
+ text-align: center;
+ height: 3pc;
+ width: 3pc;
+ margin: 0 4px
+ }
+
+ .at-custom-mobile-bar .at-icon {
+ vertical-align: top;
+ margin: 8px;
+ width: 2pc;
+ height: 2pc
+ }
+
+ .at-custom-mobile-bar.at-shfs-medium {
+ height: 3pc
+ }
+
+ .at-custom-mobile-bar.at-shfs-medium .at-custom-mobile-bar-counter {
+ margin-top: 6px
+ }
+
+ .at-custom-mobile-bar.at-shfs-medium .at-custom-mobile-bar-count {
+ font-size: 18px
+ }
+
+ .at-custom-mobile-bar.at-shfs-medium .at-custom-mobile-bar-text {
+ font-size: 10px
+ }
+
+ .at-custom-mobile-bar.at-shfs-medium .at-icon-wrapper {
+ height: 40px;
+ width: 40px
+ }
+
+ .at-custom-mobile-bar.at-shfs-medium .at-icon {
+ margin: 6px;
+ width: 28px;
+ height: 28px
+ }
+
+ .at-custom-mobile-bar.at-shfs-small {
+ height: 40px
+ }
+
+ .at-custom-mobile-bar.at-shfs-small .at-custom-mobile-bar-counter {
+ margin-top: 3px
+ }
+
+ .at-custom-mobile-bar.at-shfs-small .at-custom-mobile-bar-count {
+ font-size: 1pc
+ }
+
+ .at-custom-mobile-bar.at-shfs-small .at-custom-mobile-bar-text {
+ font-size: 10px
+ }
+
+ .at-custom-mobile-bar.at-shfs-small .at-icon-wrapper {
+ height: 2pc;
+ width: 2pc
+ }
+
+ .at-custom-mobile-bar.at-shfs-small .at-icon {
+ margin: 4px;
+ width: 24px;
+ height: 24px
+ }
+ </style>
+ <style type="text/css">
+ .at-custom-sidebar {
+ top: 20%;
+ width: 58px;
+ position: fixed;
+ text-align: center;
+ z-index: 100020;
+ background: #fff;
+ overflow: hidden;
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
+ font: initial;
+ line-height: normal;
+ top: auto;
+ bottom: 0
+ }
+
+ .at-custom-sidebar.at-custom-sidebar-zindex-hide {
+ z-index: -1!important
+ }
+
+ .at-custom-sidebar.atss-left {
+ left: 0;
+ right: auto;
+ float: left;
+ border-radius: 0 4px 4px 0
+ }
+
+ .at-custom-sidebar.atss-right {
+ left: auto;
+ right: 0;
+ float: right;
+ border-radius: 4px 0 0 4px
+ }
+
+ .at-custom-sidebar .at-custom-sidebar-btns {
+ display: inline-block;
+ text-align: center;
+ padding-top: 4px
+ }
+
+ .at-custom-sidebar .at-custom-sidebar-counter {
+ margin-bottom: 8px
+ }
+
+ .at-custom-sidebar .at-share-btn {
+ display: inline-block;
+ text-decoration: none;
+ -webkit-transition: none;
+ transition: none;
+ box-sizing: content-box
+ }
+
+ .at-custom-sidebar .at-custom-sidebar-counter {
+ font-family: Helvetica neue, arial;
+ vertical-align: top;
+ margin-left: 4px;
+ margin-right: 4px;
+ display: inline-block
+ }
+
+ .at-custom-sidebar .at-custom-sidebar-count {
+ font-size: 21px;
+ line-height: 1.25em;
+ color: #222
+ }
+
+ .at-custom-sidebar .at-custom-sidebar-text {
+ font-size: 10px;
+ line-height: 1.25em;
+ color: #888;
+ letter-spacing: 1px
+ }
+
+ .at-custom-sidebar .at-icon-wrapper {
+ text-align: center;
+ margin: 0 4px
+ }
+
+ .at-custom-sidebar .at-icon {
+ vertical-align: top;
+ margin: 9px;
+ width: 2pc;
+ height: 2pc
+ }
+
+ .at-custom-sidebar .at-icon-wrapper {
+ position: relative
+ }
+
+ .at-custom-sidebar .at4-share-count,
+ .at-custom-sidebar .at4-share-count-container {
+ line-height: 1pc;
+ font-size: 10px
+ }
+
+ .at-custom-sidebar .at4-share-count {
+ text-indent: 0;
+ font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
+ font-weight: 200;
+ width: 100%;
+ height: 1pc
+ }
+
+ .at-custom-sidebar .at4-share-count-anchor .at-icon {
+ margin-top: 3px
+ }
+
+ .at-custom-sidebar .at4-share-count-container {
+ position: absolute;
+ left: 0;
+ right: auto;
+ top: auto;
+ bottom: 0;
+ width: 100%;
+ color: #fff;
+ background: inherit
+ }
+ </style>
+ <style type="text/css">
+ .at-image-sharing-mobile-icon {
+ position: absolute;
+ background: #000 url(//s7.addthis.com/static/44a36d35bafef33aa9455b7d3039a771.png) no-repeat top center;
+ background-color: rgba(0, 0, 0, .9);
+ background-image: url(//s7.addthis.com/static/10db525181ee0bbe1a515001be1c7818.svg), none;
+ border-radius: 3px;
+ width: 50px;
+ height: 40px;
+ top: -9999px;
+ left: -9999px
+ }
+
+ .at-image-sharing-tool {
+ display: block;
+ position: absolute;
+ text-align: center;
+ z-index: 9001;
+ background: none;
+ overflow: hidden;
+ top: -9999px;
+ left: -9999px;
+ font: initial;
+ line-height: 0
+ }
+
+ .at-image-sharing-tool.addthis-animated {
+ -webkit-animation-duration: .15s;
+ animation-duration: .15s
+ }
+
+ .at-image-sharing-tool.at-orientation-vertical .at-share-btn {
+ display: block
+ }
+
+ .at-image-sharing-tool.at-orientation-horizontal .at-share-btn {
+ display: inline-block
+ }
+
+ .at-image-sharing-tool.at-image-sharing-tool-size-big .at-icon {
+ width: 43px;
+ height: 43px
+ }
+
+ .at-image-sharing-tool.at-image-sharing-tool-size-mobile .at-share-btn {
+ margin: 0!important
+ }
+
+ .at-image-sharing-tool.at-image-sharing-tool-size-mobile .at-icon-wrapper {
+ height: 60px;
+ width: 100%;
+ border-radius: 0!important
+ }
+
+ .at-image-sharing-tool.at-image-sharing-tool-size-mobile .at-icon {
+ max-width: 100%;
+ height: 54px!important;
+ width: 54px!important
+ }
+
+ .at-image-sharing-tool .at-custom-shape.at-image-sharing-tool-btns {
+ margin-right: 8px;
+ margin-bottom: 8px
+ }
+
+ .at-image-sharing-tool .at-custom-shape .at-share-btn {
+ margin-top: 8px;
+ margin-left: 8px
+ }
+
+ .at-image-sharing-tool .at-share-btn {
+ line-height: 0;
+ text-decoration: none;
+ -webkit-transition: none;
+ transition: none;
+ box-sizing: content-box
+ }
+
+ .at-image-sharing-tool .at-icon-wrapper {
+ text-align: center;
+ height: 100%;
+ width: 100%
+ }
+
+ .at-image-sharing-tool .at-icon {
+ vertical-align: top;
+ width: 2pc;
+ height: 2pc;
+ margin: 3px
+ }
+ </style>
+ <style type="text/css">
+ .at-expanding-share-button {
+ box-sizing: border-box;
+ position: fixed;
+ z-index: 9999
+ }
+
+ .at-expanding-share-button[data-position=bottom-right] {
+ bottom: 10px;
+ right: 10px
+ }
+
+ .at-expanding-share-button[data-position=bottom-right] .at-expanding-share-button-toggle-bg,
+ .at-expanding-share-button[data-position=bottom-right] .at-expanding-share-button-toggle-btn[data-name]:after,
+ .at-expanding-share-button[data-position=bottom-right] .at-icon-wrapper,
+ .at-expanding-share-button[data-position=bottom-right] [data-name]:after {
+ float: right
+ }
+
+ .at-expanding-share-button[data-position=bottom-right] [data-name]:after {
+ margin-right: 10px
+ }
+
+ .at-expanding-share-button[data-position=bottom-right] .at-expanding-share-button-toggle-btn[data-name]:after {
+ margin-right: 5px
+ }
+
+ .at-expanding-share-button[data-position=bottom-right] .at-icon-wrapper {
+ margin-right: -3px
+ }
+
+ .at-expanding-share-button[data-position=bottom-left] {
+ bottom: 10px;
+ left: 10px
+ }
+
+ .at-expanding-share-button[data-position=bottom-left] .at-expanding-share-button-toggle-bg,
+ .at-expanding-share-button[data-position=bottom-left] .at-expanding-share-button-toggle-btn[data-name]:after,
+ .at-expanding-share-button[data-position=bottom-left] .at-icon-wrapper,
+ .at-expanding-share-button[data-position=bottom-left] [data-name]:after {
+ float: left
+ }
+
+ .at-expanding-share-button[data-position=bottom-left] [data-name]:after {
+ margin-left: 10px
+ }
+
+ .at-expanding-share-button[data-position=bottom-left] .at-expanding-share-button-toggle-btn[data-name]:after {
+ margin-left: 5px
+ }
+
+ .at-expanding-share-button *,
+ .at-expanding-share-button :after,
+ .at-expanding-share-button :before {
+ box-sizing: border-box
+ }
+
+ .at-expanding-share-button .at-expanding-share-button-services-list {
+ display: none;
+ list-style: none;
+ margin: 0 5px;
+ overflow: visible;
+ padding: 0
+ }
+
+ .at-expanding-share-button .at-expanding-share-button-services-list&gt;
+ li {
+ display: block;
+ height: 45px;
+ position: relative;
+ overflow: visible
+ }
+
+ .at-expanding-share-button .at-expanding-share-button-toggle-btn,
+ .at-expanding-share-button .at-share-btn {
+ -webkit-transition: .1s;
+ transition: .1s;
+ text-decoration: none
+ }
+
+ .at-expanding-share-button .at-share-btn {
+ display: block;
+ height: 40px;
+ padding: 0 3px 0 0
+ }
+
+ .at-expanding-share-button .at-expanding-share-button-toggle-btn {
+ position: relative;
+ overflow: auto
+ }
+
+ .at-expanding-share-button .at-expanding-share-button-toggle-btn.at-expanding-share-button-hidden[data-name]:after {
+ display: none
+ }
+
+ .at-expanding-share-button .at-expanding-share-button-toggle-bg {
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
+ border-radius: 50%;
+ position: relative
+ }
+
+ .at-expanding-share-button .at-expanding-share-button-toggle-bg&gt;
+ span {
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eshare%3C%2Ftitle%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M26%2C13.4285714%20C26%2C13.6220248%2025.9293162%2C13.7894338%2025.7879464%2C13.9308036%20L20.0736607%2C19.6450893%20C19.932291%2C19.786459%2019.7648819%2C19.8571429%2019.5714286%2C19.8571429%20C19.3779752%2C19.8571429%2019.2105662%2C19.786459%2019.0691964%2C19.6450893%20C18.9278267%2C19.5037195%2018.8571429%2C19.3363105%2018.8571429%2C19.1428571%20L18.8571429%2C16.2857143%20L16.3571429%2C16.2857143%20C15.6279725%2C16.2857143%2014.9750773%2C16.3080355%2014.3984375%2C16.3526786%20C13.8217977%2C16.3973217%2013.2488868%2C16.477306%2012.6796875%2C16.5926339%20C12.1104882%2C16.7079619%2011.6157015%2C16.8660704%2011.1953125%2C17.0669643%20C10.7749235%2C17.2678581%2010.3824423%2C17.5264121%2010.0178571%2C17.8426339%20C9.65327199%2C18.1588557%209.35565592%2C18.534596%209.125%2C18.9698661%20C8.89434408%2C19.4051361%208.71391434%2C19.9203839%208.58370536%2C20.515625%20C8.45349637%2C21.1108661%208.38839286%2C21.7842224%208.38839286%2C22.5357143%20C8.38839286%2C22.9449425%208.40699386%2C23.4025272%208.44419643%2C23.9084821%20C8.44419643%2C23.9531252%208.45349693%2C24.0405499%208.47209821%2C24.1707589%20C8.4906995%2C24.3009679%208.5%2C24.3995532%208.5%2C24.4665179%20C8.5%2C24.5781256%208.46837829%2C24.6711306%208.40513393%2C24.7455357%20C8.34188956%2C24.8199408%208.25446484%2C24.8571429%208.14285714%2C24.8571429%20C8.02380893%2C24.8571429%207.9196433%2C24.7938994%207.83035714%2C24.6674107%20C7.77827355%2C24.6004461%207.72991094%2C24.5186017%207.68526786%2C24.421875%20C7.64062478%2C24.3251483%207.59040206%2C24.2135423%207.53459821%2C24.0870536%20C7.47879436%2C23.9605648%207.43973225%2C23.87128%207.41741071%2C23.8191964%20C6.47246551%2C21.6986501%206%2C20.0208395%206%2C18.7857143%20C6%2C17.3050521%206.19717065%2C16.0662252%206.59151786%2C15.0691964%20C7.79688103%2C12.0706695%2011.0520568%2C10.5714286%2016.3571429%2C10.5714286%20L18.8571429%2C10.5714286%20L18.8571429%2C7.71428571%20C18.8571429%2C7.52083237%2018.9278267%2C7.35342333%2019.0691964%2C7.21205357%20C19.2105662%2C7.07068382%2019.3779752%2C7%2019.5714286%2C7%20C19.7648819%2C7%2019.932291%2C7.07068382%2020.0736607%2C7.21205357%20L25.7879464%2C12.9263393%20C25.9293162%2C13.067709%2026%2C13.2351181%2026%2C13.4285714%20L26%2C13.4285714%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+ background-position: center center;
+ background-repeat: no-repeat;
+ -webkit-transition: transform .4s ease;
+ transition: transform .4s ease;
+ border-radius: 50%;
+ display: block
+ }
+
+ .at-expanding-share-button .at-icon-wrapper {
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
+ border-radius: 50%;
+ display: inline-block;
+ height: 40px;
+ line-height: 40px;
+ text-align: center;
+ width: 40px
+ }
+
+ .at-expanding-share-button .at-icon {
+ display: inline-block;
+ height: 34px;
+ margin: 3px 0;
+ vertical-align: top;
+ width: 34px
+ }
+
+ .at-expanding-share-button [data-name]:after {
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
+ -webkit-transform: translate(0, -50%);
+ transform: translate(0, -50%);
+ -webkit-transition: .4s;
+ transition: .4s;
+ background-color: #fff;
+ border-radius: 3px;
+ color: #666;
+ content: attr(data-name);
+ font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
+ font-size: 9pt;
+ line-height: 9pt;
+ font-weight: 500;
+ opacity: 0;
+ padding: 3px 5px;
+ position: relative;
+ top: 20px;
+ white-space: nowrap
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-show-icons .at-expanding-share-button-services-list {
+ display: block
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-animate-in .at-expanding-share-button-toggle-bg&gt;
+ span {
+ -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
+ background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%3E%3Cpath%20d%3D%22M18%2014V8h-4v6H8v4h6v6h4v-6h6v-4h-6z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+ background-position: center center;
+ background-repeat: no-repeat
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-animate-in [data-name]:after {
+ opacity: 1
+ }
+
+ .at-expanding-share-button.at-hide-label [data-name]:after {
+ display: none
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle {
+ height: 50px
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-desktop .at-icon-wrapper:hover {
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg {
+ height: 50px;
+ line-height: 50px;
+ width: 50px
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg&gt;
+ span {
+ height: 50px;
+ width: 50px
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg:after {
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
+ -webkit-transition: opacity .2s ease;
+ transition: opacity .2s ease;
+ border-radius: 50%;
+ content: '';
+ height: 100%;
+ opacity: 0;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg:hover:after {
+ opacity: 1
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-btn[data-name]:after {
+ top: 25px
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-services-list {
+ margin: 0
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-btn,
+ .at-expanding-share-button.at-expanding-share-button-mobile .at-share-btn {
+ outline: 0
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle {
+ height: 40px;
+ -webkit-tap-highlight-color: transparent
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg,
+ .at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg span {
+ height: 40px;
+ line-height: 40px;
+ width: 40px
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-click-flash {
+ -webkit-transform: scale(0);
+ transform: scale(0);
+ -webkit-transition: transform ease, opacity ease-in;
+ transition: transform ease, opacity ease-in;
+ background-color: hsla(0, 0%, 100%, .3);
+ border-radius: 50%;
+ height: 40px;
+ opacity: 1;
+ position: absolute;
+ width: 40px;
+ z-index: 10000
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-click-flash.at-expanding-share-button-click-flash-animate {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ opacity: 0
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile+.at-expanding-share-button-mobile-overlay {
+ -webkit-transition: opacity ease;
+ transition: opacity ease;
+ bottom: 0;
+ background-color: hsla(0, 0%, 87%, .7);
+ display: block;
+ height: auto;
+ left: 0;
+ opacity: 0;
+ position: fixed;
+ right: 0;
+ top: 0;
+ width: auto;
+ z-index: 9998
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile+.at-expanding-share-button-mobile-overlay.at-expanding-share-button-hidden {
+ height: 0;
+ width: 0;
+ z-index: -10000
+ }
+
+ .at-expanding-share-button.at-expanding-share-button-mobile.at-expanding-share-button-animate-in+.at-expanding-share-button-mobile-overlay {
+ -webkit-transition: opacity ease;
+ transition: opacity ease;
+ opacity: 1
+ }
+ </style>
+ <style type="text/css">
+ #addthissmartlayerscssready {
+ color: #bada55!important
+ }
+
+ .addthis-smartlayers,
+ div#at4-follow,
+ div#at4-share,
+ div#at4-thankyou,
+ div#at4-whatsnext {
+ padding: 0;
+ margin: 0
+ }
+
+ #at4-follow-label,
+ #at4-share-label,
+ #at4-whatsnext-label,
+ .at4-recommended-label.hidden {
+ padding: 0;
+ border: none;
+ background: none;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 0;
+ width: 0;
+ overflow: hidden;
+ text-indent: -9999em
+ }
+
+ .addthis-smartlayers .at4-arrow:hover {
+ cursor: pointer
+ }
+
+ .addthis-smartlayers .at4-arrow:after,
+ .addthis-smartlayers .at4-arrow:before {
+ content: none
+ }
+
+ a.at4-logo {
+ background: url(data:image/gif;base64,R0lGODlhBwAHAJEAAP9uQf///wAAAAAAACH5BAkKAAIALAAAAAAHAAcAAAILFH6Ge8EBH2MKiQIAOw==) no-repeat left center
+ }
+
+ .at4-minimal a.at4-logo {
+ background: url(data:image/gif;base64,R0lGODlhBwAHAJEAAP9uQf///wAAAAAAACH5BAkKAAIALAAAAAAHAAcAAAILFH6Ge8EBH2MKiQIAOw==) no-repeat left center!important
+ }
+
+ button.at4-closebutton {
+ position: absolute;
+ top: 0;
+ right: 0;
+ padding: 0;
+ margin-right: 10px;
+ cursor: pointer;
+ background: transparent;
+ border: 0;
+ -webkit-appearance: none;
+ font-size: 19px;
+ line-height: 1;
+ color: #000;
+ text-shadow: 0 1px 0 #fff;
+ opacity: .2
+ }
+
+ button.at4-closebutton:hover {
+ color: #000;
+ text-decoration: none;
+ cursor: pointer;
+ opacity: .5
+ }
+
+ div.at4-arrow {
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoCAYAAABpYH0BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV1JREFUeNrsmesOgyAMhQfxwfrofTM3E10ME2i5Oeppwr9a5OMUCrh1XV+wcvNAAIAA+BiAzrmtUWln27dbjEcC3AdODfo0BdEPhmcO4nIDvDNELi2jggk4/k8dT7skfeKzWIEd4VUpMQKvNB7X+OZSmAZkATWC1xvipbpnLmOosbJZC08CkAeA4E6qFUEMwLAGnlSBPCE8lW8CYnZTcimH2HoT7kSFOx5HBmCnDhTIu1p5s98G+QZrxGPhZVMY1vgyAQaAAAiAAAgDQACcBOD+BvJtBWfRy7NpJK5tBe4FNzXokywV734wPHMQlxvgnSGyNoUP/2ACjv/7iSeYKO3YWKzAjvCqlBiBVxqPa3ynexNJwOsN8TJbzL6JNIYYXWpMv4lIIAZgWANPqkCeEJ7KNwExu8lpLlSpAVQarO77TyKdBsyRPuwV0h0gmoGnTWFYzVkYBoAA+I/2FmAAt6+b5XM9mFkAAAAASUVORK5CYII=);
+ background-repeat: no-repeat;
+ width: 20px;
+ height: 20px;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ text-indent: -9999em;
+ text-align: left;
+ cursor: pointer
+ }
+
+ #at4-recommendedpanel-outer-container .at4-arrow.at-right,
+ div.at4-arrow.at-right {
+ background-position: -20px 0
+ }
+
+ #at4-recommendedpanel-outer-container .at4-arrow.at-left,
+ div.at4-arrow.at-left {
+ background-position: 0 0
+ }
+
+ div.at4-arrow.at-down {
+ background-position: -60px 0
+ }
+
+ div.at4-arrow.at-up {
+ background-position: -40px 0
+ }
+
+ .ats-dark div.at4-arrow.at-right {
+ background-position: -20px -20px
+ }
+
+ .ats-dark div.at4-arrow.at-left {
+ background-position: 0 -20px
+ }
+
+ .ats-dark div.at4-arrow.at-down {
+ background-position: -60px -20px
+ }
+
+ .ats-dark div.at4-arrow.at-up {
+ background-position: -40px -20
+ }
+
+ .at4-opacity-hidden {
+ opacity: 0!important
+ }
+
+ .at4-opacity-visible {
+ opacity: 1!important
+ }
+
+ .at4-visually-hidden {
+ position: absolute;
+ clip: rect(1px, 1px, 1px, 1px);
+ padding: 0;
+ border: 0;
+ overflow: hidden
+ }
+
+ .at4-hidden-off-screen,
+ .at4-hidden-off-screen * {
+ position: absolute!important;
+ top: -9999px!important;
+ left: -9999px!important
+ }
+
+ .at4-show {
+ display: block!important;
+ opacity: 1!important
+ }
+
+ .at4-show-content {
+ opacity: 1!important;
+ visibility: visible
+ }
+
+ .at4-hide {
+ display: none!important;
+ opacity: 0!important
+ }
+
+ .at4-hide-content {
+ opacity: 0!important;
+ visibility: hidden
+ }
+
+ .at4-visible {
+ display: block!important;
+ opacity: 0!important
+ }
+
+ .at-wordpress-hide {
+ display: none!important;
+ opacity: 0!important
+ }
+
+ .addthis-animated {
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ animation-timing-function: ease-out;
+ -webkit-animation-duration: .3s;
+ animation-duration: .3s
+ }
+
+ .slideInDown.addthis-animated,
+ .slideInLeft.addthis-animated,
+ .slideInRight.addthis-animated,
+ .slideInUp.addthis-animated,
+ .slideOutDown.addthis-animated,
+ .slideOutLeft.addthis-animated,
+ .slideOutRight.addthis-animated,
+ .slideOutUp.addthis-animated {
+ -webkit-animation-duration: .4s;
+ animation-duration: .4s
+ }
+
+ @-webkit-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ to {
+ opacity: 1
+ }
+ }
+
+ @keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ to {
+ opacity: 1
+ }
+ }
+
+ .fadeIn {
+ -webkit-animation-name: fadeIn;
+ animation-name: fadeIn
+ }
+
+ @-webkit-keyframes fadeInUp {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateY(20px)
+ }
+ to {
+ opacity: 1;
+ -webkit-transform: translateY(0)
+ }
+ }
+
+ @keyframes fadeInUp {
+ 0% {
+ opacity: 0;
+ transform: translateY(20px)
+ }
+ to {
+ opacity: 1;
+ transform: translateY(0)
+ }
+ }
+
+ .fadeInUp {
+ -webkit-animation-name: fadeInUp;
+ animation-name: fadeInUp
+ }
+
+ @-webkit-keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateY(-20px)
+ }
+ to {
+ opacity: 1;
+ -webkit-transform: translateY(0)
+ }
+ }
+
+ @keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ transform: translateY(-20px)
+ }
+ to {
+ opacity: 1;
+ transform: translateY(0)
+ }
+ }
+
+ .fadeInDown {
+ -webkit-animation-name: fadeInDown;
+ animation-name: fadeInDown
+ }
+
+ @-webkit-keyframes fadeInLeft {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(-20px)
+ }
+ to {
+ opacity: 1;
+ -webkit-transform: translateX(0)
+ }
+ }
+
+ @keyframes fadeInLeft {
+ 0% {
+ opacity: 0;
+ transform: translateX(-20px)
+ }
+ to {
+ opacity: 1;
+ transform: translateX(0)
+ }
+ }
+
+ .fadeInLeft {
+ -webkit-animation-name: fadeInLeft;
+ animation-name: fadeInLeft
+ }
+
+ @-webkit-keyframes fadeInRight {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(20px)
+ }
+ to {
+ opacity: 1;
+ -webkit-transform: translateX(0)
+ }
+ }
+
+ @keyframes fadeInRight {
+ 0% {
+ opacity: 0;
+ transform: translateX(20px)
+ }
+ to {
+ opacity: 1;
+ transform: translateX(0)
+ }
+ }
+
+ .fadeInRight {
+ -webkit-animation-name: fadeInRight;
+ animation-name: fadeInRight
+ }
+
+ @-webkit-keyframes fadeOut {
+ 0% {
+ opacity: 1
+ }
+ to {
+ opacity: 0
+ }
+ }
+
+ @keyframes fadeOut {
+ 0% {
+ opacity: 1
+ }
+ to {
+ opacity: 0
+ }
+ }
+
+ .fadeOut {
+ -webkit-animation-name: fadeOut;
+ animation-name: fadeOut
+ }
+
+ @-webkit-keyframes fadeOutUp {
+ 0% {
+ opacity: 1;
+ -webkit-transform: translateY(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateY(-20px)
+ }
+ }
+
+ @keyframes fadeOutUp {
+ 0% {
+ opacity: 1;
+ transform: translateY(0)
+ }
+ to {
+ opacity: 0;
+ transform: translateY(-20px)
+ }
+ }
+
+ .fadeOutUp {
+ -webkit-animation-name: fadeOutUp;
+ animation-name: fadeOutUp
+ }
+
+ @-webkit-keyframes fadeOutDown {
+ 0% {
+ opacity: 1;
+ -webkit-transform: translateY(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateY(20px)
+ }
+ }
+
+ @keyframes fadeOutDown {
+ 0% {
+ opacity: 1;
+ transform: translateY(0)
+ }
+ to {
+ opacity: 0;
+ transform: translateY(20px)
+ }
+ }
+
+ .fadeOutDown {
+ -webkit-animation-name: fadeOutDown;
+ animation-name: fadeOutDown
+ }
+
+ @-webkit-keyframes fadeOutLeft {
+ 0% {
+ opacity: 1;
+ -webkit-transform: translateX(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateX(-20px)
+ }
+ }
+
+ @keyframes fadeOutLeft {
+ 0% {
+ opacity: 1;
+ transform: translateX(0)
+ }
+ to {
+ opacity: 0;
+ transform: translateX(-20px)
+ }
+ }
+
+ .fadeOutLeft {
+ -webkit-animation-name: fadeOutLeft;
+ animation-name: fadeOutLeft
+ }
+
+ @-webkit-keyframes fadeOutRight {
+ 0% {
+ opacity: 1;
+ -webkit-transform: translateX(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateX(20px)
+ }
+ }
+
+ @keyframes fadeOutRight {
+ 0% {
+ opacity: 1;
+ transform: translateX(0)
+ }
+ to {
+ opacity: 0;
+ transform: translateX(20px)
+ }
+ }
+
+ .fadeOutRight {
+ -webkit-animation-name: fadeOutRight;
+ animation-name: fadeOutRight
+ }
+
+ @-webkit-keyframes slideInUp {
+ 0% {
+ -webkit-transform: translateY(1500px)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ -webkit-transform: translateY(0)
+ }
+ }
+
+ @keyframes slideInUp {
+ 0% {
+ transform: translateY(1500px)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ transform: translateY(0)
+ }
+ }
+
+ .slideInUp {
+ -webkit-animation-name: slideInUp;
+ animation-name: slideInUp
+ }
+
+ .slideInUp.addthis-animated {
+ -webkit-animation-duration: .4s;
+ animation-duration: .4s
+ }
+
+ @-webkit-keyframes slideInDown {
+ 0% {
+ -webkit-transform: translateY(-850px)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ -webkit-transform: translateY(0)
+ }
+ }
+
+ @keyframes slideInDown {
+ 0% {
+ transform: translateY(-850px)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ transform: translateY(0)
+ }
+ }
+
+ .slideInDown {
+ -webkit-animation-name: slideInDown;
+ animation-name: slideInDown
+ }
+
+ @-webkit-keyframes slideOutUp {
+ 0% {
+ -webkit-transform: translateY(0)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ -webkit-transform: translateY(-250px)
+ }
+ }
+
+ @keyframes slideOutUp {
+ 0% {
+ transform: translateY(0)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ transform: translateY(-250px)
+ }
+ }
+
+ .slideOutUp {
+ -webkit-animation-name: slideOutUp;
+ animation-name: slideOutUp
+ }
+
+ @-webkit-keyframes slideOutUpFast {
+ 0% {
+ -webkit-transform: translateY(0)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ -webkit-transform: translateY(-1250px)
+ }
+ }
+
+ @keyframes slideOutUpFast {
+ 0% {
+ transform: translateY(0)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ transform: translateY(-1250px)
+ }
+ }
+
+ #at4m-menu.slideOutUp {
+ -webkit-animation-name: slideOutUpFast;
+ animation-name: slideOutUpFast
+ }
+
+ @-webkit-keyframes slideOutDown {
+ 0% {
+ -webkit-transform: translateY(0)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ -webkit-transform: translateY(350px)
+ }
+ }
+
+ @keyframes slideOutDown {
+ 0% {
+ transform: translateY(0)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ transform: translateY(350px)
+ }
+ }
+
+ .slideOutDown {
+ -webkit-animation-name: slideOutDown;
+ animation-name: slideOutDown
+ }
+
+ @-webkit-keyframes slideOutDownFast {
+ 0% {
+ -webkit-transform: translateY(0)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ -webkit-transform: translateY(1250px)
+ }
+ }
+
+ @keyframes slideOutDownFast {
+ 0% {
+ transform: translateY(0)
+ }
+ 0%,
+ to {
+ opacity: 1
+ }
+ to {
+ transform: translateY(1250px)
+ }
+ }
+
+ #at4m-menu.slideOutDown {
+ -webkit-animation-name: slideOutDownFast;
+ animation-name: slideOutDownFast
+ }
+
+ @-webkit-keyframes slideInLeft {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(-850px);
+ transform: translateX(-850px)
+ }
+ to {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ }
+
+ @keyframes slideInLeft {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(-850px);
+ transform: translateX(-850px)
+ }
+ to {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ }
+
+ .slideInLeft {
+ -webkit-animation-name: slideInLeft;
+ animation-name: slideInLeft
+ }
+
+ @-webkit-keyframes slideInRight {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(1250px);
+ transform: translateX(1250px)
+ }
+ to {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ }
+
+ @keyframes slideInRight {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateX(1250px);
+ transform: translateX(1250px)
+ }
+ to {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ }
+
+ .slideInRight {
+ -webkit-animation-name: slideInRight;
+ animation-name: slideInRight
+ }
+
+ @-webkit-keyframes slideOutLeft {
+ 0% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateX(-250px);
+ transform: translateX(-250px)
+ }
+ }
+
+ @keyframes slideOutLeft {
+ 0% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateX(-350px);
+ transform: translateX(-350px)
+ }
+ }
+
+ .slideOutLeft {
+ -webkit-animation-name: slideOutLeft;
+ animation-name: slideOutLeft
+ }
+
+ @-webkit-keyframes slideOutRight {
+ 0% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateX(350px);
+ transform: translateX(350px)
+ }
+ }
+
+ @keyframes slideOutRight {
+ 0% {
+ -webkit-transform: translateX(0);
+ transform: translateX(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateX(350px);
+ transform: translateX(350px)
+ }
+ }
+
+ .slideOutRight {
+ -webkit-animation-name: slideOutRight;
+ animation-name: slideOutRight
+ }
+
+ .at4win {
+ margin: 0 auto;
+ background: #fff;
+ border: 1px solid #ebeced;
+ width: 25pc;
+ box-shadow: 0 0 10px rgba(0, 0, 0, .3);
+ border-radius: 8px;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ text-align: left;
+ z-index: 9999
+ }
+
+ .at4win .at4win-header {
+ position: relative;
+ border-bottom: 1px solid #f2f2f2;
+ background: #fff;
+ height: 49px;
+ -webkit-border-top-left-radius: 8px;
+ -webkit-border-top-right-radius: 8px;
+ -moz-border-radius-topleft: 8px;
+ -moz-border-radius-topright: 8px;
+ border-top-left-radius: 8px;
+ border-top-right-radius: 8px;
+ cursor: default
+ }
+
+ .at4win .at4win-header .at-h3,
+ .at4win .at4win-header h3 {
+ height: 49px;
+ line-height: 49px;
+ margin: 0 50px 0 0;
+ padding: 1px 0 0;
+ margin-left: 20px;
+ font-family: helvetica neue, helvetica, arial, sans-serif;
+ font-size: 1pc;
+ font-weight: 700;
+ text-shadow: 0 1px #fff;
+ color: #333
+ }
+
+ .at4win .at4win-header .at-h3 img,
+ .at4win .at4win-header h3 img {
+ display: inline-block;
+ margin-right: 4px
+ }
+
+ .at4win .at4win-header .at4-close {
+ display: block;
+ position: absolute;
+ top: 0;
+ right: 0;
+ background: url("data:image/gif;base64,R0lGODlhFAAUAIABAAAAAP///yH5BAEAAAEALAAAAAAUABQAAAIzBIKpG+YMm5Enpodw1HlCfnkKOIqU1VXk55goVb2hi7Y0q95lfG70uurNaqLgTviyyUoFADs=") no-repeat center center;
+ background-repeat: no-repeat;
+ background-position: center center;
+ border-left: 1px solid #d2d2d1;
+ width: 49px;
+ height: 49px;
+ line-height: 49px;
+ overflow: hidden;
+ text-indent: -9999px;
+ text-shadow: none;
+ cursor: pointer;
+ opacity: .5;
+ border: 0;
+ -webkit-transition: opacity .15s ease-in;
+ transition: opacity .15s ease-in
+ }
+
+ .at4win .at4win-header .at4-close::-moz-focus-inner {
+ border: 0;
+ padding: 0
+ }
+
+ .at4win .at4win-header .at4-close:hover {
+ opacity: 1;
+ background-color: #ebeced;
+ border-top-right-radius: 7px
+ }
+
+ .at4win .at4win-content {
+ position: relative;
+ background: #fff;
+ min-height: 220px
+ }
+
+ #at4win-footer {
+ position: relative;
+ background: #fff;
+ border-top: 1px solid #d2d2d1;
+ -webkit-border-bottom-right-radius: 8px;
+ -webkit-border-bottom-left-radius: 8px;
+ -moz-border-radius-bottomright: 8px;
+ -moz-border-radius-bottomleft: 8px;
+ border-bottom-right-radius: 8px;
+ border-bottom-left-radius: 8px;
+ height: 11px;
+ line-height: 11px;
+ padding: 5px 20px;
+ font-size: 11px;
+ color: #666;
+ -ms-box-sizing: content-box;
+ -o-box-sizing: content-box;
+ box-sizing: content-box
+ }
+
+ #at4win-footer a {
+ margin-right: 10px;
+ text-decoration: none;
+ color: #666
+ }
+
+ #at4win-footer a:hover {
+ text-decoration: none;
+ color: #000
+ }
+
+ #at4win-footer a.at4-logo {
+ top: 5px;
+ padding-left: 10px
+ }
+
+ #at4win-footer a.at4-privacy {
+ position: absolute;
+ top: 5px;
+ right: 10px;
+ padding-right: 14px
+ }
+
+ .at4win.ats-dark {
+ border-color: #555;
+ box-shadow: none
+ }
+
+ .at4win.ats-dark .at4win-header {
+ background: #1b1b1b;
+ -webkit-border-top-left-radius: 6px;
+ -webkit-border-top-right-radius: 6px;
+ -moz-border-radius-topleft: 6px;
+ -moz-border-radius-topright: 6px;
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px
+ }
+
+ .at4win.ats-dark .at4win-header .at4-close {
+ background: url("data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMTMvMTKswDp5AAAAd0lEQVQ4jb2VQRLAIAgDE///Z3qqY1FAhalHMCsCIkVEAIAkkVgvp2lDBgYAnAyHkWotLccNrEd4A7X2TqIdqLfnWBAdaF5rJdyJfjtPH5GT37CaGhoVq3nOm/XflUuLUto2pY1d+vRKh0Pp+MrAVtDe2JkvYNQ+jVSEEFmOkggAAAAASUVORK5CYII=") no-repeat center center;
+ background-image: url(//s7.addthis.com/static/fb08f6d50887bd0caacc86a62bcdcf68.svg), none;
+ border-color: #333
+ }
+
+ .at4win.ats-dark .at4win-header .at4-close:hover {
+ background-color: #000
+ }
+
+ .at4win.ats-dark .at4win-header .at-h3,
+ .at4win.ats-dark .at4win-header h3 {
+ color: #fff;
+ text-shadow: 0 1px #000
+ }
+
+ .at4win.ats-gray .at4win-header {
+ background: #fff;
+ border-color: #d2d2d1;
+ -webkit-border-top-left-radius: 6px;
+ -webkit-border-top-right-radius: 6px;
+ -moz-border-radius-topleft: 6px;
+ -moz-border-radius-topright: 6px;
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px
+ }
+
+ .at4win.ats-gray .at4win-header a.at4-close {
+ border-color: #d2d2d1
+ }
+
+ .at4win.ats-gray .at4win-header a.at4-close:hover {
+ background-color: #ebeced
+ }
+
+ .at4win.ats-gray #at4win-footer {
+ border-color: #ebeced
+ }
+
+ .at4win .clear {
+ clear: both
+ }
+
+ .at4win ::selection {
+ background: #fe6d4c;
+ color: #fff
+ }
+
+ .at4win ::-moz-selection {
+ background: #fe6d4c;
+ color: #fff
+ }
+
+ .at4-icon-fw {
+ display: inline-block;
+ background-repeat: no-repeat;
+ background-position: 0 0;
+ margin: 0 5px 0 0;
+ overflow: hidden;
+ text-indent: -9999em;
+ cursor: pointer;
+ padding: 0;
+ border-radius: 50%;
+ -moz-border-radius: 50%;
+ -webkit-border-radius: 50%
+ }
+
+ .at44-follow-container a.aticon {
+ height: 2pc;
+ margin: 0 5px 5px 0
+ }
+
+ .at44-follow-container .at4-icon-fw {
+ margin: 0
+ }
+ </style><iframe tabindex="-1" style="display: none;" src="//widget.perfectmarket.com/opt/tboptevent.html?v=2&amp;a=u&amp;d=%7B%22stp%22%3A%7B%22a%22%3A1%7D%2C%22disquscmt%22%3A%7B%22a%22%3A1%7D%7D" width="0" height="0"></iframe><iframe tabindex="-1" style="display: none;" src="//widget.perfectmarket.com/opt/tboptevent.html?v=2&amp;a=u&amp;d=%7B%22stp%22%3A%7B%22v%22%3A1%7D%7D" width="0" height="0"></iframe></head>
+
+<body class="author-4326 category-tech single single-post postid-5765662 js">
+ <div id="fb-root"></div>
+ <div id="ds_default_anchor"></div>
+
+ <div id="GlobalW" class="hfeed site">
+ <script type="text/javascript">
+ document.body.className = isc_js_bc;
+ (function(i, s, o, g, r, a, m) {
+ i["GoogleAnalyticsObject"] = r;
+ i[r] = i[r] || function() {
+ (i[r].q = i[r].q || []).push(arguments)
+ }, i[r].l = 1 * new Date;
+ a = s.createElement(o), m = s.getElementsByTagName(o)[0];
+ a.async = 1;
+ a.src = g;
+ m.parentNode.insertBefore(a, m)
+ })(window, document, "script", "//www.google-analytics.com/analytics.js", "ga");
+ ga("create", "UA-715222-1", {
+ siteSpeedSampleRate: 5,
+ cookieDomain: "breitbart.com"
+ });
+ ga('set', {
+ 'dimension1': 'Lucas Nolan',
+ 'dimension2': 'tech ',
+ 'dimension4': 'donald-trump facebook fact-check fake-news snopes ',
+ 'metric1': window.isc_metric1 || 3,
+ 'metric2': window.isc_metric2 || 3
+ });
+ ga('send', 'pageview');
+ var iscsl = [],
+ google_ad_client = "ca-pub-9229289037503472",
+ googletag = window.googletag || {};
+ googletag.cmd = window.googletag.cmd || [];
+ googletag.cmd.push(function() {
+ if (!isc_is_mobile) {
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.ROS.Top.Leader", [728, 90], "desktop-ROS-Top-Leader").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.ROS.Rail1", [
+ [300, 250],
+ [300, 600]
+ ], "desktop-ROS-Rail1").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.ROS.Rail2", [300, 250], "desktop-ROS-Rail2").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.ROS.Rail3", [300, 250], "desktop-ROS-Rail3").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.ROS.Rail4", [300, 250], "desktop-ROS-Rail4").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.ROS.1X1", [1, 1], "ROS-1x1-Pixel").addService(googletag.pubads()));
+ } else {
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.Mob.ROS.Header", [320, 50], "mobile-ROS-header").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.Mob.ROS.Body1", [
+ [300, 250],
+ [320, 480]
+ ], "mobile-ROS-body1").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.Mob.ROS.Body2", [
+ [300, 250],
+ [320, 480]
+ ], "mobile-ROS-body2").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.Mob.ROS.Body3", [
+ [300, 250],
+ [320, 480]
+ ], "mobile-ROS-body3").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.Mob.ROS.Body4", [
+ [300, 250],
+ [320, 480]
+ ], "mobile-ROS-body4").addService(googletag.pubads()));
+ iscsl.push(googletag.defineSlot("/1003622/Breitbart.ROS.1X1", [1, 1], "ROS-1x1-Pixel").addService(googletag.pubads()));
+ }
+ googletag.pubads().enableSingleRequest();
+ googletag.enableServices();
+ for (var x = 0; x & lt; iscsl.length; x++) googletag.display(iscsl[x].getSlotElementId());
+ iscsl = null;
+ });
+ var isc_pcats = ["tech"]
+ </script>
+ <a class="H" accesskey="2" rel="nofollow" href="#ContentW">Skip to content</a>
+ <div class="ad Hmobi">
+ <div id="desktop-ROS-Top-Leader" data-google-query-id="CKf61ZbP2tECFQQ4lgodH5oHJw">
+ <div id="google_ads_iframe_/1003622/Breitbart.ROS.Top.Leader_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/1003622/Breitbart.ROS.Top.Leader_0" title="3rd party ad content" name="google_ads_iframe_/1003622/Breitbart.ROS.Top.Leader_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="728" height="90" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/1003622/Breitbart.ROS.Top.Leader_0__hidden__" title="" name="google_ads_iframe_/1003622/Breitbart.ROS.Top.Leader_0__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" srcdoc="" width="0" height="0" frameborder="0"></iframe></div>
+ <div class="pubnation" data-target="desktop-ROS-Top-Leader" style="">report this ad</div>
+ <!--Breitbart.ROS.Top.Leader-->
+ </div>
+ <header id="headerHeadW">
+ <div id="HeadW">
+ <div id="HWIC">
+ <div id="HWI">
+ <a rel="index" class="logo" accesskey="1" href="http://www.breitbart.com/" title="Breitbart News Network"></a>
+ <div class="mobile menu-toggle"><span></span><span></span><span></span></div>
+ <ul id="HTlinks">
+ <li><a id="BBLogin" title="Login to Breitbart News Network" rel="nofollow" href="#">Login</a></li>
+ <li><a id="BBRegister" title="Register for Breitbart News Network" rel="nofollow" href="#">Register</a></li>
+ </ul>
+ <ul id="BBLoggedIn" class="H">
+ <li><a rel="nofollow" href="#"><span></span><img id="BBProfileP" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAbABsDASIAAhEBAxEB/8QAGAABAQEBAQAAAAAAAAAAAAAABwgGAwX/xAAsEAACAgEDAgQEBwAAAAAAAAABAgMEAAUGEQdREiFBcVKBkaETFCIyYbHB/8QAFQEBAQAAAAAAAAAAAAAAAAAABgX/xAAoEQABAwMBBwUBAAAAAAAAAAABAgMEAAURcQYSMUFRgfAhIjJhkcH/2gAMAwEAAhEDEQA/AOun1Jr92CpVTxzzOERe5OLNPpPRFMC7qFlrRHm0QUID7EEn6jDrZGow6TurTrlrygjchz8IZSvPy55+WUdG6SRq8bK6MOVZTyCO4wlY4UeQhSnRkg8Pqne0lxlRHEIZO6kjOep6dv7U47u27Z21qhqWGEsbDxxSgcB19vQ/xnh4i9Z9UrXNWp067rI9RX/FZfMBmI/T7jw/fDrI09ptmQttr4g+flX7Y+7IiIdeGFEeHuPWtf0+2g25bUkth2i0+AgOy/udvhH+n2742abo1DTaH5KnXCVuOChYtz9Tmf6TIqbIqMqgF5JGY9z4yP6AzY4vtMJplhLgHuUMk68qBX24vSJS2icJScAac9aNN79OqklOa7oMRhsxgu1cElZB68dj9sHsqzJj3Aixa9qUcahUWzKqgegDnI1+htslLrYxniKQ7MXB6QlbLxzu4wTx0r//2Q==" alt="" width="27" height="27" /></a>
+ <ul class="sub-menu">
+ <li><a id="BBLogout" title="Logout" rel="nofollow" href="#">LOGOUT</a></li>
+ <li><a id="BBEditProfile" title="Edit your profile" rel="nofollow" href="#">EDIT PROFILE</a></li>
+ </ul>
+ </li>
+ </ul>
+
+ <div class="mobile mobile-search">
+ <form class="search-form" method="get" action="/search/"><label for="searchiscq1"></label><input placeholder="SEARCH" name="s" id="searchiscq1" value="" type="text" /><input value="search" type="submit" /></form>
+ </div>
+
+ <nav>
+
+ <ul id="NavP" class="menu">
+ <li class="category-big-government"><a href="/big-government/">Big Government</a></li>
+ <li class="category-big-journalism"><a href="/big-journalism/">Big Journalism</a></li>
+ <li class="category-big-hollywood"><a href="/big-hollywood/">Big Hollywood</a></li>
+ <li class="category-national-security"><a href="/national-security/">National Security</a></li>
+ <li class="category-tech"><a href="/tech/">Tech</a></li>
+ <li class="category-video"><a href="/video/">Video</a></li>
+ <li class="category-sports"><a href="/sports/">Sports</a></li>
+ <li class="post-type-archive-wire"><a href="/news/">The Wires</a></li>
+ </ul>
+ <!--NavP-->
+ <!--NavP-->
+
+
+ <ul id="NavS" class="menu">
+ <li class="category-london"><a href="/london/">Breitbart London</a></li>
+ <li class="menu-breitbart-jerusalem"><a href="/jerusalem/">Breitbart Jerusalem</a></li>
+ <li class="category-texas"><a href="/texas/">Breitbart Texas</a></li>
+ <li class="category-california"><a href="/california/">Breitbart California</a></li>
+ <li class="bbstorelink"><a title="The Breitbart Store" target="_blank" href="https://store.breitbart.com/">STORE</a></li>
+ </ul>
+ <!--NavS-->
+ <!--NavS-->
+
+
+ <ul id="HTsocial">
+ <li><a class="fb" href="https://www.facebook.com/Breitbart">Facebook</a></li>
+ <li><a class="tw" href="https://twitter.com/#%21/BreitbartNews">Twitter</a></li>
+ <li><a class="rs" href="http://feeds.feedburner.com/breitbart">RSS</a></li>
+ </ul>
+ </nav>
+ <form class="search-form" method="get" action="/search/"><label for="searchiscq"></label><input placeholder="SEARCH" name="s" id="searchiscq" value="" type="text" /><input value="search" type="submit" /></form>
+ </div>
+ <!--HWI-->
+ </div>
+ <!--HWIC-->
+ <div class="ad if-mobile">
+ <div id="mobile-ROS-header"></div>
+ </div>
+ <div id="HeadWB"></div>
+ </div>
+ <!--HeadW-->
+ </header>
+ <div id="ContentW" class="site-content">
+
+ <div id="BBStoreLead" class="">
+ <div id="BBStoreFullDesk" class="">
+ <a id="ldr_logo" href="https://store.breitbart.com" rel="nofollow" target="_blank"></a>
+ <a id="ldr_hoodie" href="https://store.breitbart.com/collections/mens/products/b-strong-zip-hoodie" rel="nofollow" title="B STRONG ZIP HOODIE" target="_blank"></a>
+ <a id="ldr_shirt" href="https://store.breitbart.com/collections/mens/products/iconic-t-shirt" rel="nofollow" title="ICONIC T-SHIRT" target="_blank"></a>
+ <a id="ldr_hat" href="https://store.breitbart.com/collections/hats/products/breitbart-moving-company-hat" rel="nofollow" title="BREITBART MOVING COMPANY HAT" target="_blank"></a>
+ <div class="bbs_clr"></div>
+ </div>
+ <div id="BBStoreMinDesk" class="bbs_hide_mini">
+ <a id="bbs_mini_logo" href="https://store.breitbart.com" rel="nofollow" target="_blank"></a>
+ <a id="bbs_now_open" href="https://store.breitbart.com/collections" rel="nofollow" target="_blank"></a>
+ <div class="bbs_clr"></div>
+ </div>
+ <div class="bbs_mobile_store_ldr">
+ <a href="https://store.breitbart.com/collections/all-products" rel="nofollow" target="_blank"><img src="/t/assets/i/store/dd/bbs_fullstore-takeover-mobile.gif" srcset="/t/assets/i/store/dd/[email protected] 2x" alt="" /></a>
+ </div>
+ <a id="bbs_shop_now" class="bbs_mini" href="https://store.breitbart.com/collections/all-products" rel="nofollow" target="_blank">SHOP NOW &gt;</a>
+ <span id="bbs_store_toggle" class="bbs_store_toggle"></span>
+ </div>
+
+ <div id="ContainerW">
+ <div id="fb-root" class=" fb_reset">
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div><iframe name="fb_xdm_frame_http" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="http://staticxx.facebook.com/connect/xd_arbiter/r/YGoENyUbMBG.js?version=42#channel=f196bdf39e56d5a&amp;origin=http%3A%2F%2Fwww.breitbart.com" frameborder="0"></iframe><iframe name="fb_xdm_frame_https" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="https://staticxx.facebook.com/connect/xd_arbiter/r/YGoENyUbMBG.js?version=42#channel=f196bdf39e56d5a&amp;origin=http%3A%2F%2Fwww.breitbart.com" frameborder="0"></iframe></div>
+ </div>
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div><iframe name="f2980c4082c1986" allowtransparency="true" allowfullscreen="true" scrolling="no" style="display: none;" src="https://www.facebook.com/connect/ping?client_id=1243316582352556&amp;domain=www.breitbart.com&amp;origin=1&amp;redirect_uri=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2FYGoENyUbMBG.js%3Fversion%3D42%23cb%3Df24489d566ff5d8%26domain%3Dwww.breitbart.com%26origin%3Dhttp%253A%252F%252Fwww.breitbart.com%252Ff196bdf39e56d5a%26relation%3Dparent&amp;response_type=token%2Csigned_request%2Ccode&amp;sdk=joey" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <div id="MainW">
+ <article id="post-5765662" class="the-article post-5765662 post type-post has-post-thumbnail category-tech" itemscope="" itemtype="http://schema.org/BlogPosting">
+ <header class="articleheader">
+ <h1 itemprop="headline">'Neutral' Snopes Fact-Checker David Emery: 'Are There Any Un-Angry Trump Supporters?'</h1>
+ <div id="bbvb" title="http://www.breitbart.com/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters/">
+ <div class="addthis_toolbox addthis_default_style">
+ <div class="adhold5 adh1"><a class="addthis_button_facebook at300b" target="_blank" title="Share this page on Facebook" href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;pubid=ra-536db77a775cf072&amp;text=%E2%80%98Neutral%E2%80%99+Snopes+Fact-Checker+David+Emery%3A+%E2%80%98Are+There+Any+Un-Angry+Trump+Supporters%3F%E2%80%99" rel="nofollow"><span class="acz5">6366</span></a></div>
+ <div class="adhold5 adh2"><a class="addthis_button_email at300b" title="Share via email" rel="nofollow" target="_blank" href="#"><span class="at-icon-wrapper" style="background-color: rgb(132, 132, 132); line-height: 16px; height: 16px; width: 16px;"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" class="at-icon at-icon-email" style="width: 16px; height: 16px;" title="Email" alt="Email"><g><g fill-rule="evenodd"/><path d="M27 22.757c0 1.24-.988 2.243-2.19 2.243H7.19C5.98 25 5 23.994 5 22.757V13.67c0-.556.39-.773.855-.496l8.78 5.238c.782.467 1.95.467 2.73 0l8.78-5.238c.472-.28.855-.063.855.495v9.087z"/><path d="M27 9.243C27 8.006 26.02 7 24.81 7H7.19C5.988 7 5 8.004 5 9.243v.465c0 .554.385 1.232.857 1.514l9.61 5.733c.267.16.8.16 1.067 0l9.61-5.733c.473-.283.856-.96.856-1.514v-.465z"/></g></svg></span></a></div>
+ <div class="adhold5 adh3"><a class="addthis_button_google_plusone_share at300b" target="_blank" title="Share Google+" href="http://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;pubid=ra-536db77a775cf072&amp;text=%E2%80%98Neutral%E2%80%99+Snopes+Fact-Checker+David+Emery%3A+%E2%80%98Are+There+Any+Un-Angry+Trump+Supporters%3F%E2%80%99" rel="nofollow"><span class="acz5">12</span></a></div>
+ <div class="adhold6 adh4"><a class="addthis_button_twitter at300b" target="_blank" tw:count="none" title="Share on twitter" href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;pubid=ra-536db77a775cf072&amp;text=%E2%80%98Neutral%E2%80%99+Snopes+Fact-Checker+David+Emery%3A+%E2%80%98Are+There+Any+Un-Angry+Trump+Supporters%3F%E2%80%99&amp;shortener=bitly" rel="nofollow"><span class="at-icon-wrapper" style="background-color: rgb(29, 161, 242); line-height: 16px; height: 16px; width: 16px;"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" class="at-icon at-icon-twitter" style="width: 16px; height: 16px;" title="Twitter" alt="Twitter"><g><path d="M27.996 10.116c-.81.36-1.68.602-2.592.71a4.526 4.526 0 0 0 1.984-2.496 9.037 9.037 0 0 1-2.866 1.095 4.513 4.513 0 0 0-7.69 4.116 12.81 12.81 0 0 1-9.3-4.715 4.49 4.49 0 0 0-.612 2.27 4.51 4.51 0 0 0 2.008 3.755 4.495 4.495 0 0 1-2.044-.564v.057a4.515 4.515 0 0 0 3.62 4.425 4.52 4.52 0 0 1-2.04.077 4.517 4.517 0 0 0 4.217 3.134 9.055 9.055 0 0 1-5.604 1.93A9.18 9.18 0 0 1 6 23.85a12.773 12.773 0 0 0 6.918 2.027c8.3 0 12.84-6.876 12.84-12.84 0-.195-.005-.39-.014-.583a9.172 9.172 0 0 0 2.252-2.336" fill-rule="evenodd"/></g></svg></span></a></div>
+ <div class="atclear"></div>
+ </div>
+ </div>
+ <!--bbvb-->
+ <figure class="figurearticlefeatured">
+ <div class="featured-container"><img itemprop="image" src="http://media.breitbart.com/media/2016/11/GettyImages-621866810-640x480.jpg" class="attachment-isc-bbn-full size-isc-bbn-full wp-post-image" alt="Supporters of Republican presidential nominee Donald Trump cheer during election night at the New York Hilton Midtown in New York on November 9, 2016. / AFP / JIM WATSON (Photo credit should read JIM WATSON/AFP/Getty Images)" width="640" height="480" />
+ <div class="attribution">JIM WATSON/AFP/Getty Images</div>
+ </div>
+ </figure>
+ <p class="byline"><span class="by-author"><span class="by">by</span> <a class="byauthor" href="http://www.breitbart.com/author/lnolan/">Lucas Nolan</a></span><span class="bydate">22 Dec 2016</span><a rel="nofollow" class="bycount" href="http://www.breitbart.com/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters/#disqus_thread" data-dsqi="5765662">651</a></p> <time class="op-published H" datetime="2016-12-22T10:43:37Z">22 Dec, 2016</time>
+ <time class="op-modified H" datetime="2016-12-22T18:59:12Z">22 Dec, 2016</time>
+ </header>
+ <div class="entry-content">
+ <div class="ndn_embed ndn_embedding ndn_embedContainer ndn-widget-embed-1 ndn_embedded" id="inform-player-1" data-config-distributor-id="90085" style="width:100%" data-config-height="9/16w" data-config-pb="7" data-config-float="bottom right"></div>
+ <script type="text/javascript">
+ var _ndnq = _ndnq || [];
+ _ndnq.push(["embed"]);
+ </script>
+ <div class="desktop" id="EmailOptin">
+ <p class="sh2"><span>SIGN UP</span> FOR OUR NEWSLETTER</p>
+ <div class="gform_wrapper">
+ <a name="gf_1" class="gform_anchor"></a>
+ <form method="post" action="/newsletter-signup/">
+ <div class="gform_body">
+ <ul class="gform_fields top_label description_below">
+ <li class="gfield"><input name="input_1" value="" placeholder="email address" type="text" /></li>
+ </ul><input value="Submit" onclick="if(window['gf_submitting_1']){return false;} window['gf_submitting_1']=true;" type="submit" /></div>
+ <div class="H"><input name="is_submit_1" value="1" type="hidden" /><input name="gform_submit" value="1" type="hidden" /><input name="gform_target_page_number_1" value="0" type="hidden" /><input name="gform_source_page_number_1" value="1" type="hidden" /></div>
+ </form>
+ </div>
+ </div>
+ <h2><span style="font-weight: 400;">Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”</span></h2>
+ <p><span style="font-weight: 400;">Emery, a writer for partisan “fact-checking” website Snopes.com which soon will be in charge of labelling </span><a href="http://www.breitbart.com/tech/2016/12/15/facebook-introduce-warning-labels-stories-deemed-fake-news/"><span style="font-weight: 400;">“fake news”</span></a><span style="font-weight: 400;"> alongside ABC News and Politifact, retweeted an article by Vulture magazine relating to the </span><a href="http://www.breitbart.com/big-hollywood/2016/11/19/boycotthamilton-trends-hamilton-cast-members-harass-mike-pence/"><span style="font-weight: 400;">protests</span></a><span style="font-weight: 400;"> of the <em>Hamilton</em> musical following the decision by the cast of the show to make a </span><a href="http://www.breitbart.com/big-hollywood/2016/11/19/tolerance-hamilton-cast-lectures-mike-pence-broadway-stage/"><span style="font-weight: 400;">public announcement</span></a><span style="font-weight: 400;"> to Vice-president elect Mike Pence while he watched the performance with his family.</span></p>
+ <div class="mobile" id="EmailOptinM">
+ <p class="sh2"><span>SIGN UP</span> FOR OUR NEWSLETTER</p>
+ <div class="gform_wrapper">
+ <a name="gf_1" class="gform_anchor"></a>
+ <form method="post" action="/newsletter-signup/">
+ <div class="gform_body">
+ <ul class="gform_fields top_label description_below">
+ <li class="gfield"><input name="input_1" value="" placeholder="email address" type="text" /></li>
+ </ul><input value="Submit" onclick="if(window['gf_submitting_1']){return false;} window['gf_submitting_1']=true;" type="submit" /></div>
+ <div class="H"><input name="is_submit_1" value="1" type="hidden" /><input name="gform_submit" value="1" type="hidden" /><input name="gform_target_page_number_1" value="0" type="hidden" /><input name="gform_source_page_number_1" value="1" type="hidden" /></div>
+ </form>
+ </div>
+ </div>
+ <p><span style="font-weight: 400;">The tweet from Vulture magazine reads, “</span><a href="https://twitter.com/hashtag/Hamilton?src=hash" target="_blank" rel="noopener" class=" x5l"><span style="font-weight: 400;">#Hamilton</span></a><span style="font-weight: 400;"> Chicago show interrupted by angry Trump supporter.” Emery retweeted the story, saying, “Are there un-angry Trump supporters?”</span></p>
+ <iframe id="twitter-widget-0" scrolling="no" allowtransparency="true" allowfullscreen="true" class="twitter-tweet twitter-tweet-rendered" style="position: static; visibility: visible; display: block; width: 550px; height: 164.55px; padding: 0px; border: medium none; max-width: 100%; min-width: 220px; margin-top: 10px; margin-bottom: 10px;" data-tweet-id="800384752746254337" title="Twitter Tweet" frameborder="0"></iframe>
+ <p>
+ <script async="" src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
+ </p>
+
+ <div class="ad adinbody if-mobile">
+ <div class="inbodyad" id="mobile-ROS-body1"></div>
+ </div>
+
+
+ <p><span style="font-weight: 400;">This isn’t the first time the Snopes.com writer has expressed anti-Trump sentiment on his Twitter page. In another tweet in which Emery links to an article that falsely attributes a quote to President-elect Trump, Emery states, “Incredibly, some people actually think they have to put words in Trump’s mouth to make him look bad.”</span></p>
+ <iframe id="twitter-widget-1" scrolling="no" allowtransparency="true" allowfullscreen="true" class="twitter-tweet twitter-tweet-rendered" style="position: static; visibility: visible; display: block; width: 550px; height: 569.15px; padding: 0px; border: medium none; max-width: 100%; min-width: 220px; margin-top: 10px; margin-bottom: 10px;" data-tweet-id="769239021021036544" title="Twitter Tweet" frameborder="0"></iframe>
+ <p>
+ <script async="" src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
+ </p>
+ <p><span style="font-weight: 400;">Emery also retweeted an article by <em>New York</em> magazine that claimed President-elect Trump relied on lies to win during his campaign and that we now lived in a “post-truth” society. “Before long we’ll all have forgotten what it was like to live in the same universe; or maybe we already have,” Emery tweeted.</span></p>
+
+ <div class="ad adinbody if-mobile">
+ <div class="inbodyad" id="mobile-ROS-body2"></div>
+ </div>
+
+
+ <iframe id="twitter-widget-2" scrolling="no" allowtransparency="true" allowfullscreen="true" class="twitter-tweet twitter-tweet-rendered" style="position: static; visibility: visible; display: block; width: 550px; height: 349.717px; padding: 0px; border: medium none; max-width: 100%; min-width: 220px; margin-top: 10px; margin-bottom: 10px;" data-tweet-id="807998073116835840" title="Twitter Tweet" frameborder="0"></iframe>
+ <p>
+ <script async="" src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
+ </p>
+ <p><span style="font-weight: 400;">Facebook believe that Emery, along with other Snopes writers, ABC News, and </span><a href="http://www.breitbart.com/tech/2016/12/16/flashback-weekly-standard-data-shows-politifact-has-it-out-for-republicans/"><span style="font-weight: 400;">Politifact</span></a><span style="font-weight: 400;"> are impartial enough to label and silence what they believe to be “fake news” on social media. </span></p>
+ <p><i><span style="font-weight: 400;">Lucas Nolan is a reporter for Breitbart Tech covering issues of free speech and online censorship. Follow him on Twitter </span></i><a href="http://twitter.com/lucasnolan_" target="_blank" rel="noopener" class=" x5l"><i><span style="font-weight: 400;">@LucasNolan_</span></i></a><i><span style="font-weight: 400;"> or email him at </span></i><a href="http://www.breitbart.com/wp-admin/blank"><i><span style="font-weight: 400;">[email protected]</span></i></a></p>
+
+ <div class="ad adinbody if-mobile">
+ <div class="inbodyad" id="mobile-ROS-body3"></div>
+ </div>
+
+
+ </div>
+ <footer class="articlefooter">
+ <aside>
+ <h3>Read More Stories About:</h3>
+ <p><a href="/tech/">Tech</a>, <a href="/tag/donald-trump/">Donald Trump</a>, <a href="/tag/facebook/">facebook</a>, <a href="/tag/fact-check/">Fact Check</a>, <a href="/tag/fake-news/">fake news</a>, <a href="/tag/snopes/">Snopes</a></p>
+ </aside>
+ <div id="bbbtmshare">
+ <div class="addthis_toolbox addthis_default_style"><a class="addthis_button_twitter at300b" target="_blank" tw:count="none" title="Share on twitter" href="http://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;pubid=ra-536db77a775cf072&amp;text=%E2%80%98Neutral%E2%80%99+Snopes+Fact-Checker+David+Emery%3A+%E2%80%98Are+There+Any+Un-Angry+Trump+Supporters%3F%E2%80%99&amp;shortener=bitly" rel="nofollow"><span class="bbbtmspan"></span></a><a class="addthis_button_facebook at300b" target="_blank" title="Share this page on Facebook" href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;pubid=ra-536db77a775cf072&amp;text=%E2%80%98Neutral%E2%80%99+Snopes+Fact-Checker+David+Emery%3A+%E2%80%98Are+There+Any+Un-Angry+Trump+Supporters%3F%E2%80%99" rel="nofollow"><span class="bbbtmspan"></span></a>
+ <div class="atclear"></div>
+ </div>
+ </div>
+ <!--bbbtmshare-->
+ </footer>
+ </article>
+
+ <div class="pubnation" data-target="taboola-bottom-main-column-mix" style="text-align: right !important; width: 100%;">report this ad</div>
+ <div id="taboola-bottom-main-column-mix" class=" trc_related_container trc_spotlight_widget trc_elastic trc_elastic_trc_63835 " data-placement-name="Bottom Main Column">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_63835" class="trc_rbox thumbs-2r trc-content-sponsored " style="overflow: hidden; display: block;">
+ <div id="trc_header_63835" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext">
+ <div class="logoDiv link-adc "><a class="trc_desktop_adc_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2r:Bottom%20Main%20Column:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_adc_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2r:Bottom%20Main%20Column:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2r:Bottom%20Main%20Column:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_attribution_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2r:Bottom%20Main%20Column:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2r:Bottom%20Main%20Column:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2r:Bottom%20Main%20Column:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2r:Bottom%20Main%20Column:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2r:Bottom%20Main%20Column:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a></div>
+ </div><span class="trc_rbox_header_span">We Recommend</span></div>
+ <div id="outer_63835" class="trc_rbox_outer">
+ <div id="rbox-t2m" class="trc_rbox_div trc_rbox_border_elm" style="height: 717.407px;">
+ <div id="internal_trc_63835">
+ <div data-item-id="~~V1~~6328524277198470492~~CV7IK7S-dOs2O5F8EEjfGm3dVppf3Hngoq9scqIJMIcSO_fFkG-bpaW2-qyqBDD6lUWq59D5WPM2aIVaKl0FbL3LscTpIN1_Zc7uGDD4cE8" data-item-title="Best Flashlight Ever is Selling Like Crazy" data-item-thumb="http://www.dailylifetech.com/banners/lumify/v1/009.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_1_child trc-first-recommendation trc-spotlight-first-recommendation trc_excludable ">
+ <a title="Best Flashlight Ever is Selling Like Crazy" href="http://trkwl.me/base.php?c=167&amp;key=87b88eb90f48cdfd8435da9a2fd7a942&amp;cp=%7Bcampaign%7D&amp;site=breitbartcom&amp;thumb=http%3A%2F%2Fwww.dailylifetech.com%2Fbanners%2Flumify%2Fv1%2F009.jpg&amp;title=Best+Flashlight+Ever+is+Selling+Like+Crazy" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//www.dailylifetech.com/banners/lumify/v1/009.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Lumify Flashlight X9</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Best Flashlight Ever is Selling Like Crazy" href="http://trkwl.me/base.php?c=167&amp;key=87b88eb90f48cdfd8435da9a2fd7a942&amp;cp=%7Bcampaign%7D&amp;site=breitbartcom&amp;thumb=http%3A%2F%2Fwww.dailylifetech.com%2Fbanners%2Flumify%2Fv1%2F009.jpg&amp;title=Best+Flashlight+Ever+is+Selling+Like+Crazy" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Best Flashlight Ever is Selling Like Crazy</span><span class="branding">Lumify Flashlight X9</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~5203257888082971773~~pfBoXwMI7GABLLiNvFYGYH6XuwNy-kgGlR0S5FEF6qASO_fFkG-bpaW2-qyqBDD686fpt-4Pw457dfy2ji88C73LscTpIN1_Zc7uGDD4cE8" data-item-title="Say Goodbye To Snoring, Say Hello to Sleep" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/b4ea56abdb75f62da20a9c018b1ebe15.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_2_child trc_excludable ">
+ <a title="Say Goodbye To Snoring, Say Hello to Sleep" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetwork?utm_source=Taboola&amp;utm_medium=breitbartcom&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fb4ea56abdb75f62da20a9c018b1ebe15.jpg&amp;utm_term=Say+Goodbye+To+Snoring%2C+Say+Hello+to+Sleep" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/b4ea56abdb75f62da20a9c018b1ebe15.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">My Snoring Solution</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Say Goodbye To Snoring, Say Hello to Sleep" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetwork?utm_source=Taboola&amp;utm_medium=breitbartcom&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fb4ea56abdb75f62da20a9c018b1ebe15.jpg&amp;utm_term=Say+Goodbye+To+Snoring%2C+Say+Hello+to+Sleep" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Say Goodbye To Snoring, Say Hello to Sleep</span><span class="branding">My Snoring Solution</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-4126273700562553064~~aCcQ1G2g-zl_iY5AxVNvf6jwmrHQXP4APj0i219j49QSO_fFkG-bpaW2-qyqBDD65lHQ7Q-hhGxMNY4bl0YnX73LscTpIN1_Zc7uGDD4cE8" data-item-title="Finding Cheap Flights is Now Easy" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/121e89771500274cfd0914514ed244a1.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_3_child trc_excludable ">
+ <a title="Finding Cheap Flights is Now Easy" href="http://www.tripsinsider.com/flights/?utm_source=ti_taboola_flights_1&amp;utm_medium=breitbartcom" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/121e89771500274cfd0914514ed244a1.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">tripsinsider.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Finding Cheap Flights is Now Easy" href="http://www.tripsinsider.com/flights/?utm_source=ti_taboola_flights_1&amp;utm_medium=breitbartcom" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Finding Cheap Flights is Now Easy</span><span class="branding">tripsinsider.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~3178247457211747916~~n-mVVmqwrwr6mEdrOkDkBCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6VO83VUXXF4VL5_L-vAKtN73LscTpIN1_Zc7uGDD4cE8" data-item-title="Fresh Evidence In Maddie McCann Mystery Stuns Police" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/8cad6a1efe523336684e56c5308b1a03.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_4_child trc_excludable ">
+ <a title="Fresh Evidence In Maddie McCann Mystery Stuns Police" href="http://www.lifedaily.com/story/these-grieving-parents-are-hoping-to-find-their-missing-child-after-nearly-10-years/source/taboola/?utm_taboola_id=442390#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-GrievingParents" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/8cad6a1efe523336684e56c5308b1a03.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Fresh Evidence In Maddie McCann Mystery Stuns Police" href="http://www.lifedaily.com/story/these-grieving-parents-are-hoping-to-find-their-missing-child-after-nearly-10-years/source/taboola/?utm_taboola_id=442390#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-GrievingParents" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Fresh Evidence In Maddie McCann Mystery Stuns Police</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~23639497408646380~~MxC3bQkHCNU-J_c3NZdp8EO_aCgkERloxiei07hKXOESO_fFkG-bpaW2-qyqBDD6kjhacqx4kHIo-emkVtSk3b3LscTpIN1_Zc7uGDD4cE8" data-item-title="Finally You Can Track Your Car Using Your Smartphone" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/f0a68994354d0363f715f5084a350988.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_5_child trc_excludable ">
+ <a title="Finally You Can Track Your Car Using Your Smartphone" href="http://smartdevicetrends.com/trackr-car06.html?s1=breitbartcom--WW-TB-Car-WHFinally+You+Can+Track+Your+Car+Using+Your+Smartphone&amp;utm_source=taboola&amp;utm_medium=cpc&amp;utm_campaign=WW-TB-Car-WH&amp;utm_term=Finally+You+Can+Track+Your+Car+Using+Your+Smartphone--http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Ff0a68994354d0363f715f5084a350988.jpg&amp;utm_medium=breitbartcom" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/f0a68994354d0363f715f5084a350988.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Smart Device Trends</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Finally You Can Track Your Car Using Your Smartphone" href="http://smartdevicetrends.com/trackr-car06.html?s1=breitbartcom--WW-TB-Car-WHFinally+You+Can+Track+Your+Car+Using+Your+Smartphone&amp;utm_source=taboola&amp;utm_medium=cpc&amp;utm_campaign=WW-TB-Car-WH&amp;utm_term=Finally+You+Can+Track+Your+Car+Using+Your+Smartphone--http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Ff0a68994354d0363f715f5084a350988.jpg&amp;utm_medium=breitbartcom" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Finally You Can Track Your Car Using Your Smartphone</span><span class="branding">Smart Device Trends</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-596772105036256470~~kEu7oIbMzG2IK_AL6-uxeUA7Mh8G010-XV2t9favQIQSO_fFkG-bpaW2-qyqBDD6-lUkY74FbM66cgXMRFoQm73LscTpIN1_Zc7uGDD4cE8" data-item-title="5 College Degrees That Will Be Extinct In 20 Years" data-item-thumb="http://www.womensarticle.com/wp-content/uploads/2016/08/doctor-1193318-1024x768.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_6_child trc_excludable ">
+ <a title="5 College Degrees That Will Be Extinct In 20 Years" href="http://www.womensarticle.com/5-college-degrees-that-may-be-extinct-in-20-years/?utm_source=taboola&amp;utm_medium=referral&amp;utm_term=breitbartcom" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//www.womensarticle.com/wp-content/uploads/2016/08/doctor-1193318-1024x768.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Womensarticle.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="5 College Degrees That Will Be Extinct In 20 Years" href="http://www.womensarticle.com/5-college-degrees-that-may-be-extinct-in-20-years/?utm_source=taboola&amp;utm_medium=referral&amp;utm_term=breitbartcom" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">5 College Degrees That Will Be Extinct In 20 Years</span><span class="branding">Womensarticle.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-1601338324779469665~~98QIy1Ubb-5XfPQeL1nLFNlGuOGvlQvsy8QEciXCgtQSO_fFkG-bpaW2-qyqBDD63cfb9dInsRoqrh6KpFPkcb3LscTpIN1_Zc7uGDD4cE8" data-item-title="56 of the Worst Cars of All Time" data-item-thumb="http://www.carophile.com/wp-content/uploads/2015/11/ZUNDAPP-JANUS-1957-.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_7_child trc_excludable ">
+ <a title="56 of the Worst Cars of All Time" href="http://www.carophile.org/the-worst-cars-of-all-time/?utm_source=taboola&amp;utm_medium=referral&amp;utm_term=breitbartcom" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//www.carophile.com/wp-content/uploads/2015/11/ZUNDAPP-JANUS-1957-.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Carophile</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="56 of the Worst Cars of All Time" href="http://www.carophile.org/the-worst-cars-of-all-time/?utm_source=taboola&amp;utm_medium=referral&amp;utm_term=breitbartcom" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">56 of the Worst Cars of All Time</span><span class="branding">Carophile</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~1845659316976814413~~0rXvDb_j7JIeXoiAAmJ6F-LDOqd682uNcpNXA7tizMESO_fFkG-bpaW2-qyqBDD6pr2ZlWX4Fwfb7tQjnKDGDL3LscTpIN1_Zc7uGDD4cE8" data-item-title="End Your Nightly Snoring Nightmare With This Simple Solution" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/39303de8e6d88a04cc30c2dcaa3b9c29.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_8_child trc_excludable ">
+ <a title="End Your Nightly Snoring Nightmare With This Simple Solution" href="http://tracking.lifestylejournal.com/aff_c?offer_id=78&amp;aff_id=1169&amp;url_id=375&amp;aff_sub=taaSnoring-ROW-Desktop2&amp;aff_sub2=breitbartcom" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/39303de8e6d88a04cc30c2dcaa3b9c29.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">My Snoring Solution</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="End Your Nightly Snoring Nightmare With This Simple Solution" href="http://tracking.lifestylejournal.com/aff_c?offer_id=78&amp;aff_id=1169&amp;url_id=375&amp;aff_sub=taaSnoring-ROW-Desktop2&amp;aff_sub2=breitbartcom" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">End Your Nightly Snoring Nightmare With This Simple Solution</span><span class="branding">My Snoring Solution</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-8140381909497597080~~wnQGk0Mi0GijksyA9BGosW3dVppf3Hngoq9scqIJMIcSO_fFkG-bpaW2-qyqBDD6FYfIfroWDdlQoDexl2eKDb3LscTpIN1_Zc7uGDD4cE8" data-item-title="Crazy Cheap Flashlight - Selling Like Hotcakes!" data-item-thumb="http://dailylifetech.com/banners/lumify/v1dt/5.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_9_child trc_excludable ">
+ <a title="Crazy Cheap Flashlight - Selling Like Hotcakes!" href="http://trkwl.me/base.php?c=197&amp;key=3f911a6a326dd58a65b31d460fb9c90c&amp;cp=%7Bcampaign%7D&amp;site=breitbartcom&amp;thumb=http%3A%2F%2Fdailylifetech.com%2Fbanners%2Flumify%2Fv1dt%2F5.jpg&amp;title=Crazy+Cheap+Flashlight+-+Selling+Like+Hotcakes%21" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//dailylifetech.com/banners/lumify/v1dt/5.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Lumify X9</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Crazy Cheap Flashlight - Selling Like Hotcakes!" href="http://trkwl.me/base.php?c=197&amp;key=3f911a6a326dd58a65b31d460fb9c90c&amp;cp=%7Bcampaign%7D&amp;site=breitbartcom&amp;thumb=http%3A%2F%2Fdailylifetech.com%2Fbanners%2Flumify%2Fv1dt%2F5.jpg&amp;title=Crazy+Cheap+Flashlight+-+Selling+Like+Hotcakes%21" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Crazy Cheap Flashlight - Selling Like Hotcakes!</span><span class="branding">Lumify X9</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-2656004003234227089~~lxucT9VOjbIf_hUn-0v5zCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6eapnUGns6aRoZRIHeRejNb3LscTpIN1_Zc7uGDD4cE8" data-item-title="Cop Finds Baby In Dumpster: But 25 Years Later, This Happened..." data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/a765b2b85fd93cd30a4b44808b5e4385.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_10_child trc_excludable ">
+ <a title="Cop Finds Baby In Dumpster: But 25 Years Later, This Happened..." href="http://www.lifedaily.com/story/police-officer-who-saved-baby-from-certain-death-finds-him-after-25-years/source/taboola/?utm_taboola_id=454845#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL2-PoliceDumpster" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/a765b2b85fd93cd30a4b44808b5e4385.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Cop Finds Baby In Dumpster: But 25 Years Later, This Happened..." href="http://www.lifedaily.com/story/police-officer-who-saved-baby-from-certain-death-finds-him-after-25-years/source/taboola/?utm_taboola_id=454845#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL2-PoliceDumpster" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Cop Finds Baby In Dumpster: But 25 Years Later, This Happened...</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-986450015027639901~~yGywI-TINwiC9HeXOPB0diOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6QuPnFey0hkbUAzfZqvoZjr3LscTpIN1_Zc7uGDD4cE8" data-item-title="New Evidence In Missing Alabama Teen Mystery Stuns Police" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/8c78af17579d2c424ca97a8f3fe4e419.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_11_child trc_excludable ">
+ <a title="New Evidence In Missing Alabama Teen Mystery Stuns Police" href="http://www.lifedaily.com/story/new-evidence-in-case-of-missing-high-school-senior/source/taboola/?utm_taboola_id=451398#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL4-TeenAruba2" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/8c78af17579d2c424ca97a8f3fe4e419.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="New Evidence In Missing Alabama Teen Mystery Stuns Police" href="http://www.lifedaily.com/story/new-evidence-in-case-of-missing-high-school-senior/source/taboola/?utm_taboola_id=451398#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL4-TeenAruba2" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">New Evidence In Missing Alabama Teen Mystery Stuns Police</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-8085219896716513374~~UwdUquuG4xk4mqn1F4NOnCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6jGb6QeSv67bQ8b_xvIVJob3LscTpIN1_Zc7uGDD4cE8" data-item-title="Teen Vanishes On Spring Break: But 7 Years Later, Police Uncover Truth..." data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/1868da54cb4a1d293e5cfe9f71e34712.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_12_child trc_excludable ">
+ <a title="Teen Vanishes On Spring Break: But 7 Years Later, Police Uncover Truth..." href="http://www.lifedaily.com/story/this-new-york-vanished-on-spring-break-now-police-know-what-really-happened/source/taboola/?utm_taboola_id=455472#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL2-BritaneeDrexel" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/1868da54cb4a1d293e5cfe9f71e34712.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Teen Vanishes On Spring Break: But 7 Years Later, Police Uncover Truth..." href="http://www.lifedaily.com/story/this-new-york-vanished-on-spring-break-now-police-know-what-really-happened/source/taboola/?utm_taboola_id=455472#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL2-BritaneeDrexel" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Teen Vanishes On Spring Break: But 7 Years Later, Police Uncover Truth...</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-4981071907474008028~~n-mVVmqwrwr6mEdrOkDkBCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6j6fjngC0qKk29pu6XeDQS73LscTpIN1_Zc7uGDD4cE8" data-item-title="Couple Finds 50-Year-Old Fallout Shelter, But When They Look inside..." data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/73ce7f5b620863f37b43ab1f92272875.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_13_child trc_excludable ">
+ <a title="Couple Finds 50-Year-Old Fallout Shelter, But When They Look inside..." href="http://www.lifedaily.com/story/california-couple-inherits-50-year-old-secret-beneath-their-new-home/source/taboola/?utm_taboola_id=442390#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-CaliforniaCouple" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/73ce7f5b620863f37b43ab1f92272875.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Couple Finds 50-Year-Old Fallout Shelter, But When They Look inside..." href="http://www.lifedaily.com/story/california-couple-inherits-50-year-old-secret-beneath-their-new-home/source/taboola/?utm_taboola_id=442390#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-CaliforniaCouple" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Couple Finds 50-Year-Old Fallout Shelter, But When They Look inside...</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-5790306443668800295~~mi5tL-jsf-XxeGER1I9nxyOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6txiITbdPDKdIhUPcULpg_73LscTpIN1_Zc7uGDD4cE8" data-item-title="Baby Girl Vanishes From Crib: But 20 Years Later, This Happened..." data-item-thumb="http://cdn.lifedaily.com/wp-content/uploads/2016/10/108.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_14_child trc_excludable ">
+ <a title="Baby Girl Vanishes From Crib: But 20 Years Later, This Happened..." href="http://www.lifedaily.com/story/years-later-new-evidence-is-uncovered-in-the-case-of-missing-infant/source/taboola/?utm_taboola_id=435232#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-MissingInfant" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.lifedaily.com/wp-content/uploads/2016/10/108.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Baby Girl Vanishes From Crib: But 20 Years Later, This Happened..." href="http://www.lifedaily.com/story/years-later-new-evidence-is-uncovered-in-the-case-of-missing-infant/source/taboola/?utm_taboola_id=435232#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-MissingInfant" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Baby Girl Vanishes From Crib: But 20 Years Later, This Happened...</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-2751215934139413108~~mi5tL-jsf-XxeGER1I9nxyOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD61xN82DPxucz5hBkPIoACC73LscTpIN1_Zc7uGDD4cE8" data-item-title="Mysterious Alcatraz Escape Unsolved For Years, Until Police Find This..." data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/1093de74f6d2f9e750016d77a7ccc3cc.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_15_child trc_excludable ">
+ <a title="Mysterious Alcatraz Escape Unsolved For Years, Until Police Find This..." href="http://www.lifedaily.com/story/this-mysterious-prison-escape-has-baffled-authorities-for-50-years-until-now/source/taboola/?utm_taboola_id=435232#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-AlcatrazBreak" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/1093de74f6d2f9e750016d77a7ccc3cc.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Mysterious Alcatraz Escape Unsolved For Years, Until Police Find This..." href="http://www.lifedaily.com/story/this-mysterious-prison-escape-has-baffled-authorities-for-50-years-until-now/source/taboola/?utm_taboola_id=435232#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-AlcatrazBreak" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Mysterious Alcatraz Escape Unsolved For Years, Until Police Find This...</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-5305667577364839668~~LEit2mLytCpfOGilWpAOKH6XuwNy-kgGlR0S5FEF6qASO_fFkG-bpaW2-qyqBDD6NSnensjrJLnPxtJfAZoUyL3LscTpIN1_Zc7uGDD4cE8" data-item-title="A Solution That Puts Snoring to Bed" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/ed5294b3ff7707d3c3602ab067082b3f.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_16_child trc_excludable ">
+ <a title="A Solution That Puts Snoring to Bed" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROW?utm_source=Taboola&amp;utm_medium=breitbartcom&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fed5294b3ff7707d3c3602ab067082b3f.jpg&amp;utm_term=A+Solution+That+Puts+Snoring+to+Bed" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/ed5294b3ff7707d3c3602ab067082b3f.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">My Snoring Solution</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="A Solution That Puts Snoring to Bed" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROW?utm_source=Taboola&amp;utm_medium=breitbartcom&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fed5294b3ff7707d3c3602ab067082b3f.jpg&amp;utm_term=A+Solution+That+Puts+Snoring+to+Bed" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">A Solution That Puts Snoring to Bed</span><span class="branding">My Snoring Solution</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~7261229944523561421~~mi5tL-jsf-XxeGER1I9nxyOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6zEUZArHr0M_ZGFgq74l4ir3LscTpIN1_Zc7uGDD4cE8" data-item-title="Missing Teens Unsolved For 15 Years, Until Police Uncover Truth..." data-item-thumb="http://cdn.lifedaily.com/wp-content/uploads/2016/11/01-two-missing-girls-story.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_17_child trc_excludable ">
+ <a title="Missing Teens Unsolved For 15 Years, Until Police Uncover Truth..." href="http://www.lifedaily.com/story/police-unearth-strange-new-evidence-in-case-of-two-missing-oklahoma-girls/source/taboola/?utm_taboola_id=435232#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-OklahomaGirls" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.lifedaily.com/wp-content/uploads/2016/11/01-two-missing-girls-story.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Missing Teens Unsolved For 15 Years, Until Police Uncover Truth..." href="http://www.lifedaily.com/story/police-unearth-strange-new-evidence-in-case-of-two-missing-oklahoma-girls/source/taboola/?utm_taboola_id=435232#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-OklahomaGirls" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Missing Teens Unsolved For 15 Years, Until Police Uncover Truth...</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-6235199803971849526~~kEu7oIbMzG2IK_AL6-uxeUA7Mh8G010-XV2t9favQIQSO_fFkG-bpaW2-qyqBDD61xTOP7Qe5yvZVxHbqd0ZFb3LscTpIN1_Zc7uGDD4cE8" data-item-title="10 Shockingly High Paying Graduate College Degrees" data-item-thumb="http://www.womensarticle.com/wp-content/uploads/2016/06/books-1281581_1920-1024x388.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_18_child trc_excludable ">
+ <a title="10 Shockingly High Paying Graduate College Degrees" href="http://www.womensarticle.com/10-shockingly-highest-paying-masters-graduate-college-degrees/?utm_source=taboola2nddegr&amp;utm_medium=cpc&amp;utm_campaign=tabool2nddegree&amp;utm_source=taboola&amp;utm_medium=referral&amp;utm_term=breitbartcom" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_420%2Cw_420%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//www.womensarticle.com/wp-content/uploads/2016/06/books-1281581_1920-1024x388.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Womensarticle.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="10 Shockingly High Paying Graduate College Degrees" href="http://www.womensarticle.com/10-shockingly-highest-paying-masters-graduate-college-degrees/?utm_source=taboola2nddegr&amp;utm_medium=cpc&amp;utm_campaign=tabool2nddegree&amp;utm_source=taboola&amp;utm_medium=referral&amp;utm_term=breitbartcom" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">10 Shockingly High Paying Graduate College Degrees</span><span class="branding">Womensarticle.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ </div>
+ </div>
+ <div class="trc_scroll_button_wrapper">
+ <div class="trc_button_up"></div>
+ <div class="trc_button_down"></div>
+ </div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="ds_cpp" data-dvp_title_trim="60" data-dvp_desc_trim="120" data-dvp_zindex_base="90" data-dvp_mute_ad_na="0" data-dvp_friendly_iframe_na="0" style="margin: 5px auto 20px; position: relative; max-width: 645px; clear: both; max-height: 600px;" id="ds_cpp" ds_maxheight="600px">
+ <div class="ds_label" style="display:none;;text-align:center;font-size: 13px;line-height:13px;margin: 0 0 1px 0;background:none;color:black;"></div>
+ <div class="ds_dgv_label" style=";text-align:center;font-size: 13px;line-height:13px;margin: 0 0 1px 0;background:none;color:black;">Trending Articles</div>
+ <div class="ds_cpp_inner" style="background-color:#eee;overflow:hidden;border:1px solid lightgray;">
+ <div class="ds_publogo" style=";text-align:center; margin: 0px 2px 0 0;float:left;">
+ <img class="publogo" src="http://distroscale.s3.amazonaws.com/uploads/apps.distroscale.com/4df7ede9d2a024f5/Breitbart-LOGO.jpg" style="display:none;max-height:67px;margin:0 auto;max-width:100px;" />
+ </div>
+ <div class="ds_sponsor" style="text-align:center; margin: 1px 2px 0 0;float:left;">
+ <a href="" style="display:none;" rel="nofollow">
+ <img class="sp_logo" src="" style="display:none;max-height:67px;margin:0 auto;max-width:100px;" />
+ <span class="sp_name" style="display:none;;font-family: inherit; font-size: 16px;">Sponsored By: </span>
+ </a>
+ </div>
+ <div class="ds_description" style="text-align:center;padding: 0 4px 0px 2px;overflow-x:auto;min-width:100px;margin:0px;height:67px;overflow: hidden;font-family:inherit;">
+ <h3 class="ds_title" style="text-align: center; padding: 2px 0px; margin: 0px; color: rgb(51, 51, 51); font-family: inherit; font-size: 16px; font-weight: 600; letter-spacing: normal; line-height: 16px; cursor: pointer;" onclick="window.open(ds_ct719197('http://feedproxy.google.com/~r/breitbart/~3/pMBnY6ELN-Y/'),'_blank');">Gloria Steinem: Woman Felt ‘Sexually Assaulted’ by Trump’s…</h3>
+ <p class="ds_summary" style="text-align: left; font-family: inherit; font-size: 14px; line-height: 15px; margin: 1px 0px; padding: 0px; cursor: pointer;" onclick="window.open(ds_ct719197('http://feedproxy.google.com/~r/breitbart/~3/pMBnY6ELN-Y/'),'_blank');">Monday on MSNBC’s “All In,” discussing Saturday’s women’s march on Washington, feminist and…</p>
+
+ </div>
+ <div class="ds_body" style="width:100%;margin-top:2px;">
+ <div id="ds_player_sensor" style="width:1px;height:1px;padding:0;margin:0;border:none;background:none;position:relative;top:-300px"></div>
+ <div id="ds_player_container" style="border: medium none !important; padding: 0px !important; margin: 0px auto !important; position: relative !important; width: 638px; height: 359px;">
+ <script type="text/javascript" src="http://s3-us-west-2.amazonaws.com/distroscale-public/vplayer-parallel/20160725c/ds_vplayer_detached.min.js"></script>
+ <script data-ds-pbase="true" class="dsscript" type="text/dsscript" src="//s3-us-west-2.amazonaws.com/distroscale-public/vplayer-parallel/20160725c/ds_vplayer_detached.min.js"></script>
+ <script type="text/javascript" src="http://c5x8i7c7.ssl.hwcdn.net/comscore/comscore.streaming.5.4.0.161011.min.js"></script>
+ <script src="//c5x8i7c7.ssl.hwcdn.net/comscore/comscore.streaming.5.4.0.161011.min.js" class="dsscript" type="text/dsscript"></script>
+ <div id="ds_content_frame_parent" style="position: relative !important; width: 638px; height: 359px;">
+ <div id="ds_ad_container" style="text-align: center !important; margin: 0px auto !important; position: absolute !important; top: 0px !important; left: 0px !important; background-color: black !important; z-index: -1; width: 638px; height: 359px;"> <iframe id="gg-3m1kl" data-adtag="//googleads.g.doubleclick.net/pagead/ads?client=ca-video-pub-3851171199385532&amp;slotname=1769524866&amp;ad_type=standardvideo&amp;description_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;max_ad_duration=60000&amp;videoad_start_delay=0" scrolling="no" style="display: block; top: 0px; left: 0px; position: absolute; border: 0px none; margin: 0px; padding: 0px;" src="http://s3-us-west-2.amazonaws.com/distroscale-public/vplayer-parallel/20160725c/ima_flash/index.html" width="638px" height="359px"></iframe></div>
+ <div style="width: 100%; height: 327px; z-index: 95; position: absolute; top: 0px; left: 0px; cursor: pointer;" onclick="window.open(ds_ct719197('http://feedproxy.google.com/~r/breitbart/~3/pMBnY6ELN-Y/'),'_blank');"></div><iframe id="ds_content_frame" scrolling="no" src="//c5x8i7c7.ssl.hwcdn.net/videojs/5.1.0_20160613/show.html?controls=1&amp;loop=30&amp;autoplay=0&amp;tracker=059bee4c-fcbc-4d7d-8376-f90c428ea41b&amp;height=359&amp;width=638&amp;vurl=%2F%2Fc5x8i7c7.ssl.hwcdn.net%2Fvideos%2Fdgv_breitbart%2F201701240713_5886e0400d3dc%2Fdgv_breitbart_top_articles_from_breitbart_201701240713_5886e0400d3dc_new.mp4&amp;poster=%2F%2Fc5x8i7c7.ssl.hwcdn.net%2Fvideos%2Fdgv_breitbart%2F201701240713_5886e0400d3dc%2Fdgv_breitbart_top_articles_from_breitbart_201701240713_5886e0400d3dc_new.jpg" style="margin: 0px !important; padding: 0px !important; border: 0px none !important; outline: 0px none !important; position: absolute; top: 0px; left: 0px; width: 638px; height: 359px; z-index: 90;" frameborder="0"></iframe></div>
+ <script type="text/javascript">
+ (function() {
+ function init() {
+ var zindex_base = parseInt(vx.nvl(vx.dvp_zindex_base, 20));
+ var title_trim = parseInt(vx.nvl(vx.dvp_title_trim, 60));
+ var desc_trim = parseInt(vx.nvl(vx.dvp_desc_trim, 120));
+ var mute_ad = parseInt(vx.nvl(vx.dvp_mute_ad, 0));
+ var click_target = vx.nvl(vx.dvp_click_target, "_blank");
+ var friendly_iframe = parseInt(vx.nvl(vx.dvp_friendly_iframe, 0));
+ var ds_sbase = "//c5x8i7c7.ssl.hwcdn.net/videojs/5.1.0_20160613/show.html";
+ var dvp_meta = {
+ "width": "0",
+ "height": "0",
+ "loopcount": "30",
+ "adtags": {
+ "1": ["googlea", "openxdesktop_channel", "spotx_channel_desktop", "pulsepoint_desktop"],
+ "2": ["googlea", "openxdesktop_channel", "pulsepoint_desktop", "spotx_channel_desktop"]
+ },
+ "adtagdefs": {
+ "googlea": {
+ "cp": "gg",
+ "url": "\/\/googleads.g.doubleclick.net\/pagead\/ads?client=ca-video-pub-3851171199385532&amp;slotname=9292816986&amp;ad_type=standardvideo&amp;description_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;max_ad_duration=60000&amp;videoad_start_delay=0",
+ "sdk": "ima_flash"
+ },
+ "openxdesktop_channel": {
+ "cp": "ox",
+ "url": "\/\/distroscale-d.openx.net\/v\/1.0\/av?auid=538587338&amp;url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F",
+ "sdk": "ima_flash"
+ },
+ "spotx_channel_desktop": {
+ "cp": "sx",
+ "url": "\/\/search.spotxchange.com\/vast\/2.00\/150945?VPAID=1&amp;content_page_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;cb=766008&amp;player_width=__DYN_WIDTH__&amp;player_height=__DYN_HEIGHT__&amp;token[page_url]=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;token[width]=__DYN_WIDTH__&amp;token[height]=__DYN_HEIGHT__",
+ "sdk": "ima_flash"
+ },
+ "pulsepoint_desktop": {
+ "cp": "pp",
+ "url": "\/\/ads.contextweb.com\/TagPublish\/getvideo.aspx?cp=560840&amp;ct=538553&amp;cwu=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;mrnd=908206&amp;if=6&amp;cf=Video&amp;vpt=0&amp;video=%7B%22pos%22%3A0%2C%22minduration%22%3A0%2C%22maxduration%22%3A60%2C%22api%22%3A%5B1%2C2%5D%2C%22protocols%22%3A%5B2%2C3%2C5%2C6%5D%2C%22mimes%22%3A%5B%22video%2Fmp4%22%2C%22video%2Fwebm%22%2C%22video%2Fx-flv%22%2C%22application%2Fjavascript%22%2C%22application%2Fx-shockwave-flash%22%2C%22application%2Fx-shockwave-flash%22%5D%2C%22playbackmethod%22%3A%5B1%5D%2C%22delivery%22%3A%5B2%5D%2C%22w%22%3A__DYN_WIDTH__%2C%22h%22%3A__DYN_HEIGHT__%7D",
+ "sdk": "ima_flash"
+ }
+ },
+ "vid": {
+ "id": "160222",
+ "title": "Top Articles from Breitbart",
+ "description": "",
+ "video": "\/\/c5x8i7c7.ssl.hwcdn.net\/videos\/dgv_breitbart\/201701240713_5886e0400d3dc\/dgv_breitbart_top_articles_from_breitbart_201701240713_5886e0400d3dc_new.mp4",
+ "thumbnail": "\/\/c5x8i7c7.ssl.hwcdn.net\/videos\/dgv_breitbart\/201701240713_5886e0400d3dc\/dgv_breitbart_top_articles_from_breitbart_201701240713_5886e0400d3dc_new.jpg",
+ "link": null,
+ "signature": null,
+ "caption": {
+ "0": {
+ "title": "Chelsea Handler Won\u2019t Interview Melania Trump: \u2018She Can Barely Speak English\u2019",
+ "desc": "President Donald Trump and First Lady Melania Trump can save themselves a visit to Chelsea Handler's talk show, because she won't speak to them \u2014 even if the president himself requested an interview.",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/o2FetSnvM-I\/",
+ "credit": ""
+ },
+ "4": {
+ "title": "Gloria Steinem: Woman Felt \u2018Sexually Assaulted\u2019 by Trump\u2019s \u2018Language,\u2019 \u2018Attitude\u2019",
+ "desc": "Monday on MSNBC&amp;#8217;s &amp;#8220;All In,&amp;#8221; discussing Saturday&amp;#8217;s women\u2019s march on Washington, feminist and political activist Gloria Steinem said President Donald Trump made woman feel &amp;#8220;sexually assaulted by his language and by his attitude.&amp;#8221; Partial transcript as follows: HAYES: It struck me a lot of the signs, they were about all different kinds of issues and it was interesting to see that, but a lot of signs about the infamous comments the president of the United States made on the &amp;#8220;Access Hollywood&amp;#8221; tape. One of the things striking to me when he bragged about sexual assault, how easy it was to get away with it when you&amp;#8217;re a celebrity. There was a moment in the campaign where that happened and everyone thought, &amp;#8220;Oh my God,&amp;#8221; and you had Republican members of Congress running to every microphone to say &amp;#8220;I can&amp;#8217;t look my daughter in the eyes about this,&amp;#8221; and then it just sort of disappeared down the memory hole. STEINEM: It didn&amp;#8217;t disappear. I think\u00a0 people felt, women felt, and men on behalf of women felt sexually assaulted by his language and by his attitude. There&amp;#8217;s a common theme here of bodily integrity. We get to control our own bodies. The",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/pMBnY6ELN-Y\/",
+ "credit": ""
+ },
+ "8": {
+ "title": "Despite Democrat Obstruction U.S. Senate Confirms Mike Pompeo as Next Director of CIA",
+ "desc": "On Monday evening, Kansas Republican Mike Pompeo was confirmed as the next director of the C.I.A. by the U.S. Senate, despite days of stalling and obstruction by Senate Democrats.",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/FhGqji4i3pg\/",
+ "credit": ""
+ },
+ "12": {
+ "title": "Trump White House Pledges Support for Law Enforcement in White House Page\u00a0 \u00a0",
+ "desc": "President Trump is keeping his campaign promise as president by pledging to stand up for our Law Enforcement.",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/m9cF2OkTrXE\/",
+ "credit": ""
+ },
+ "16": {
+ "title": "Teamsters\u2019 Jimmy Hoffa Lavishes Praise on President Trump on Trade Policy",
+ "desc": "International Brotherhood of Teamsters president James P. Hoffa praised President Donald J. Trump\u2019s move to crush the Trans Pacific Partnership (TPP) once and for all on Monday, the second major labor union leader to do so.",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/WQ3Mte2b2Hk\/",
+ "credit": ""
+ },
+ "20": {
+ "title": "Report: Obama Gave 1 Million to Palestinians in Last Hours",
+ "desc": "The Associated Press reported Monday that former President Barack Obama released 1 million in U.S. funding for the Palestinian Authority on the morning of Friday, January 20 -- just hours before he was to leave office.",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/bmyMPuEjp6E\/",
+ "credit": ""
+ },
+ "24": {
+ "title": "Breitbart News Daily: Goodbye TPP; Hello American Jobs",
+ "desc": "On the Tuesday edition of Breitbart News Daily, broadcast live on SiriusXM Patriot Channel 125 from 6AM to 9AM Eastern, Breitbart Editor-in-Chief Alex Marlow will continue our discussion of President Trump\u2019s first 100 days. Wisconsin businessman Paul Nehlen will discuss the demise of TPP. Scott Paul, President of the Alliance for American Manufacturing, will discuss President Trump\u2019s meeting with union members, his trade policies favoring American manufacturing, and the open letter Paul\u2019s organization sent to President Trump concerning bringing back manufacturing jobs. Former Secret Service office Gary Bryne will discuss the report that the Secret Service is investigating Madonna after her remarks that she\u2019s thought about \u201cblowing up the White House.\u201d Kristan Hawkins, President of Students for Life, will discuss the Annual March for Life this week and President Trump\u2019s executive order reinstating the Mexico City policy prohibiting U.S. aid for abortion overseas. Live from London, Rome, and Jerusalem, Breitbart correspondents will provide updates on the latest international news. Breitbart News Daily is the first live, conservative radio enterprise to air seven days a week. SiriusXM Vice President for news and talk Dave Gorab called the show \u201cthe conservative news show of record.\u201d Follow Breitbart News on Twitter for live",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/0Ix-wZ2TEEY\/",
+ "credit": ""
+ },
+ "28": {
+ "title": "Burlesque Dancer Fired, Investigated by Secret Service for Trump Assassination Tweet",
+ "desc": "The Secret Service is investigating a burlesque dancer from Kentucky after she posted a Tweet that said she hoped someone would be \"kind enough\" to assassinate President Donald Trump.",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/uGQuzxuNlX8\/",
+ "credit": ""
+ },
+ "32": {
+ "title": "Five Facts About Trump\u2019s Reinstatement of the Mexico City Policy on Abortion",
+ "desc": "President Donald Trump signed an executive order Monday that reinstated what is known as the \"Mexico City Policy\" regarding U.S. aid for abortions overseas.",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/iZFQbB2GYj0\/",
+ "credit": ""
+ },
+ "36": {
+ "title": "Andrea Mitchell: Sean Spicer First Press Briefing Was \u2018Substantive\u2019 and \u2018Responsive\u2019",
+ "desc": "Monday on MSNBC commenting on the first official White House press briefing by press secretary Sean Spicer, Andrea Mitchell said it was both &amp;#8220;substantive&amp;#8221; and &amp;#8220;responsive.&amp;#8221; Mitchell said, &amp;#8220;First of all, he came out with a joke, with a light-hearted reference to the fact that Josh Earnest would still be the most popular, that his record of popularity would stand, that he messaged him last night. He attempted to fix \u2014 I think it was a reboot, you know, a chance to start over, frankly, a do-over. And it was substantive. It was responsive. He took lots of questions.&amp;#8221; &amp;#8220;He said that he intended to tell the truth, which is an important line to draw, saying that they may occasionally come out in haste and answer things incorrectly and have to fix it, but that he is dedicated to telling the truth,&amp;#8221; she added. &amp;#8220;That was an important question that had been raised by his performance on Saturday and of course, by what Kellyanne Conway said to Chuck Todd on &amp;#8216;Meet the Press&amp;#8217; when she, you know, talked about alternative facts.&amp;#8221; (h\/t Grabien) Follow Pam Key on Twitter @pamkeyNEN",
+ "link": "http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/TAup3X8RfPI\/",
+ "credit": ""
+ }
+ },
+ "duration": 39.6
+ }
+ };
+ dvp_meta.width = parseInt(vx.nvl(vx.dvp_width, 533));
+ dvp_meta.height = parseInt(vx.nvl(vx.dvp_height, 300));
+
+ var frtargets = {
+ "s1180": 95,
+ "s1003": 95,
+ "s995": 95,
+ "s3663": 95,
+ "s597": 95,
+ "s1032": 95,
+ "s3102": 95,
+ "s596": 95,
+ "s1874": 95,
+ "s1684": 95,
+ "s593": 95,
+ "s594": 95,
+ "s199": 95,
+ "s261": 95,
+ "s260": 95,
+ "s1109": 95,
+ "s417": 95,
+ "s1040": 95,
+ "s262": 95,
+ "s254": 95,
+ "s988": 95,
+ "s3111": 95,
+ "s3709": 95,
+ "s253": 95,
+ "s626": 95,
+ "s1685": 95,
+ "s3940": 50,
+ "s296": 50,
+ "s383": 50,
+ "s3419": 50
+ }; // 0%~100% friendly
+ var gfrdly = 0;
+ if ('s3419' in frtargets) {
+ var frspec = frtargets['s3419'];
+ var randnumber = (Math.random() * 100);
+ if (randnumber & lt; frspec) {
+ gfrdly = 1;
+ }
+ }
+ if (dvp_meta.adtagdefs & amp; & amp; dvp_meta.adtagdefs.googlea & amp; & amp; dvp_meta.adtagdefs.googlea.url) {
+ if (gfrdly == 1) {
+ dvp_meta.adtagdefs.googlea.friendly = true;
+ } else {
+ dvp_meta.adtagdefs.googlea.friendly = false;
+ dvp_meta.adtagdefs.googlea.url = dvp_meta.adtagdefs.googlea.url.replace("slotname=9292816986", "slotname=1769524866");
+ }
+ }
+
+ if (dvp_meta.adtagdefs & amp; & amp; dvp_meta.adtagdefs.aol_upfront) {
+ dvp_meta.adtagdefs.aol_upfront.friendly = true;
+ }
+ if (dvp_meta.adtagdefs & amp; & amp; dvp_meta.adtagdefs.appnexus) {
+ dvp_meta.adtagdefs.appnexus.friendly = true;
+ }
+
+ var dvpTrackName = "dvptrack";
+
+ vx.dvptrack('wf', '{"wf":"01: post runtime started"}');
+
+ function truncate(str, len, useWordBoundary, filler) {
+ if (filler == null) {
+ filler = '&amp;hellip;';
+ }
+ var isTooLong = str.length & gt;
+ len;
+ var s_ = isTooLong ? str.substr(0, len - 1) : str;
+ s_ = (useWordBoundary & amp; & amp; isTooLong) ? s_.substr(0, s_.lastIndexOf(' ')) : s_;
+ return isTooLong ? s_ + filler : s_;
+ }
+
+ var contDiv = document.getElementById("ds_player_container");
+ if (contDiv & amp; & amp; contDiv.style) {
+ contDiv.style.width = dvp_meta.width + "px";
+ contDiv.style.height = dvp_meta.height + "px";
+ }
+ var adContDiv = document.getElementById("ds_ad_container");
+ if (adContDiv & amp; & amp; adContDiv.style) {
+ adContDiv.style.width = dvp_meta.width + "px";
+ adContDiv.style.height = dvp_meta.height + "px";
+ }
+ for (var key in dvp_meta.adtagdefs) {
+ if (dvp_meta.adtagdefs[key]['url']) {
+ dvp_meta.adtagdefs[key]['url'] = dvp_meta.adtagdefs[key]['url'].replace(/__DYN_WIDTH__/g, dvp_meta.width).replace(/__DYN_HEIGHT__/g, dvp_meta.height);
+ }
+ }
+
+ vx.whenAvailable2(window, 'vxvideojsinit', function() {
+ vx.dvptrack('wf', '{"wf":"03: init function available"}');
+
+ var ctFrm = document.getElementById("ds_content_frame");
+ ctFrm.parentNode.style.width = "" + dvp_meta.width + "px";
+ ctFrm.parentNode.style.height = "" + dvp_meta.height + "px";
+ ctFrm.style.width = "" + dvp_meta.width + "px";
+ ctFrm.style.height = "" + dvp_meta.height + "px";
+ ctFrm.style.top = "0px";
+ ctFrm.style.left = "0px";
+ ctFrm.style.position = "absolute";
+ ctFrm.style.zIndex = zindex_base;
+
+ ctFrm.src = ds_sbase + '?controls=1&amp;loop=' + dvp_meta.loopcount + '&amp;autoplay=0&amp;tracker=059bee4c-fcbc-4d7d-8376-f90c428ea41b&amp;height=' + dvp_meta.height + '&amp;width=' + dvp_meta.width + '&amp;vurl=' + encodeURIComponent(dvp_meta.vid.video) + '&amp;poster=' + encodeURIComponent(dvp_meta.vid.thumbnail);
+
+ var actionDiv = document.createElement('div');
+ actionDiv.setAttribute("style", "width:100%;height:" + (dvp_meta.height - 32) + "px;z-index:" + (zindex_base + 5) + ";position:absolute;top:0;left:0;");
+ ctFrm.parentNode.insertBefore(actionDiv, ctFrm);
+
+ var capIdxLast = null;
+
+ function setSlideCaption(pos) {
+ if (pos & gt; = 0 & amp; & amp; dvp_meta.vid.caption) {
+ var capmeta = dvp_meta.vid.caption;
+ var idx = null;
+ var curr = 0;
+ var total = 0;
+ var found = 0;
+ for (var key in capmeta) {
+ if (capmeta.hasOwnProperty(key) & amp; & amp; !isNaN(tmpval = parseFloat(key)) & amp; & amp; tmpval & gt; = 0) {
+ total++;
+ if (found == 0) {
+ if (pos & lt; tmpval) {
+ found++;
+ } else {
+ curr++;
+ idx = key;
+ if (pos == tmpval) {
+ found++;
+ }
+ }
+ }
+ }
+ }
+ if (idx !== null & amp; & amp; idx != capIdxLast) {
+ // found new caption
+ capIdxLast = idx;
+
+ var el_curr = vx.ww.document.querySelector(".ds_slide_curr");
+ if (el_curr) {
+ el_curr.innerHTML = curr;
+ }
+ var el_total = vx.ww.document.querySelector(".ds_slide_total");
+ if (el_total) {
+ el_total.innerHTML = total;
+ }
+ var el_title = vx.ww.document.querySelector(".ds_title");
+ if (el_title) {
+ el_title.innerHTML = truncate(capmeta[idx]['title'], title_trim, true);
+ }
+ var el_desc = vx.ww.document.querySelector(".ds_summary");
+ if (el_desc) {
+ el_desc.innerHTML = truncate(capmeta[idx]['desc'], desc_trim, true);
+ }
+ var el_credit = vx.ww.document.querySelector(".ds_credit");
+ if (el_credit) {
+ el_credit.innerHTML = capmeta[idx]['credit'];
+ }
+ var link = capmeta[idx]['link'];
+ if (!link) {
+ link = dvp_meta.vid.link;
+ }
+ if (link) {
+ link = "window.open(ds_ct719197('" + link + "'),'" + click_target + "');";
+ actionDiv.setAttribute("onclick", link);
+ actionDiv.style.cursor = "pointer";
+ if (el_title) {
+ el_title.setAttribute("onclick", link);
+ el_title.style.cursor = "pointer";
+ }
+ if (el_desc) {
+ el_desc.setAttribute("onclick", link);
+ el_desc.style.cursor = "pointer";
+ }
+ } else {
+ actionDiv.removeAttribute("onclick");
+ actionDiv.style.cursor = "auto";
+ if (el_title) {
+ el_title.removeAttribute("onclick");
+ el_title.style.cursor = "auto";
+ }
+ if (el_desc) {
+ el_desc.removeAttribute("onclick");
+ el_desc.style.cursor = "auto";
+ }
+ }
+ }
+ }
+ }
+ setSlideCaption(0);
+
+ vx.addListener(window, 'message', function(event) {
+ if (!event.origin.match(/^https?:\/\/c5x8i7c7\.ssl\.hwcdn\.net/)) {
+ return;
+ }
+ vx.debug('ds_playerframe_message:' + event.origin + ":" + event.data);
+ if (event.data & amp; & amp; event.data.match & amp; & amp; event.data.match(/^playerpos[\d\.]+$/)) {
+ var position = event.data.substr(9);
+ if (position & gt; = 0) {
+ setSlideCaption(position);
+ }
+ }
+ });
+
+ var player = null; // holds data from callback
+ var comscore = null;
+ var rollcount = 0;
+ var options = {
+ playerContainer: 'ds_player_container',
+ adContainer: 'ds_ad_container',
+ width: dvp_meta.width,
+ height: dvp_meta.height,
+ playlist: dvp_meta,
+ tracker: dvpTrackName,
+ zIndex: zindex_base,
+ serial: true,
+ volumeBehavior: (mute_ad ? 'mute' : 'volume'),
+ friendlyIframe: friendly_iframe,
+ contentMute: function() {
+ vx.debug("client - mute fn");
+ ctFrm.contentWindow.postMessage("mute", "*");
+ },
+ contentUnmute: function() {
+ vx.debug("client - unmute fn");
+ ctFrm.contentWindow.postMessage("unmute", "*");
+ },
+ contentPause: function() {
+ vx.debug("client - pause fn");
+ adContDiv.style.zIndex = zindex_base + 7;
+ ctFrm.contentWindow.postMessage("pause", "*");
+ setTimeout(function() {
+ if (!comscore & amp; & amp; window.ns_ & amp; & amp; window.ns_.ReducedRequirementsStreamingAnalytics) {
+ comscore = new window.ns_.ReducedRequirementsStreamingAnalytics({
+ publisherId: '22807838'
+ });
+ }
+ if (comscore) {
+ rollcount++;
+ comscore.stop();
+ comscore.playVideoAdvertisement({
+ ns_st_cl: "0"
+ }, rollcount & gt; 1 ? ns_.ReducedRequirementsStreamingAnalytics.AdType.LinearOnDemandMidRoll : ns_.ReducedRequirementsStreamingAnalytics.AdType.LinearOnDemandPreRoll);
+ vx.dvptrack('cm', '{"cm":"playAd"}');
+ vx.debug("comscore&gt;&gt;playAd");
+ }
+ }, 1);
+ },
+ contentPlay: function() {
+ vx.debug("client - play fn");
+ adContDiv.style.zIndex = -1;
+ ctFrm.contentWindow.postMessage("play", "*");
+ setTimeout(function() {
+ if (!comscore & amp; & amp; window.ns_ & amp; & amp; window.ns_.ReducedRequirementsStreamingAnalytics) {
+ comscore = new window.ns_.ReducedRequirementsStreamingAnalytics({
+ publisherId: '22807838'
+ });
+ }
+ if (comscore) {
+ comscore.stop();
+ comscore.playVideoContentPart({
+ ns_st_ci: dvp_meta.vid.id,
+ ns_st_cl: parseInt(parseFloat(dvp_meta.vid.duration) * 1000),
+ ns_st_pu: "distroscale",
+ c3: "news",
+ c4: "*null",
+ c6: "*null"
+ }, ns_.ReducedRequirementsStreamingAnalytics.ContentType.ShortFormOnDemand);
+ vx.dvptrack('cm', '{"cm":"playContent"}');
+ vx.debug("comscore&gt;&gt;playContent");
+ }
+ }, 1);
+ },
+ contentSetVolume: function(vol) {
+ vx.debug("client - set volume:" + vol);
+ ctFrm.contentWindow.postMessage("setVolume:" + vol, "*");
+ },
+ adFinished: function() {
+ // this needs to be called after an ad finishes
+ // or after an error
+ vx.debug("***AdBreak finished")
+ },
+ playlistFinished: function() {
+ vx.debug("***AdBreak playlist over");
+ setTimeout(function() {
+ if (!comscore & amp; & amp; window.ns_ & amp; & amp; window.ns_.ReducedRequirementsStreamingAnalytics) {
+ comscore = new window.ns_.ReducedRequirementsStreamingAnalytics({
+ publisherId: '22807838'
+ });
+ }
+ if (comscore) {
+ comscore.stop();
+ }
+ }, 1);
+ }
+ }
+ setTimeout(function() {
+ if (!comscore & amp; & amp; window.ns_ & amp; & amp; window.ns_.ReducedRequirementsStreamingAnalytics) {
+ comscore = new window.ns_.ReducedRequirementsStreamingAnalytics({
+ publisherId: '22807838'
+ });
+ }
+ if (comscore) {
+ comscore.stop();
+ comscore.playVideoContentPart({
+ ns_st_ci: dvp_meta.vid.id,
+ ns_st_cl: parseInt(parseFloat(dvp_meta.vid.duration) * 1000),
+ ns_st_pu: "distroscale",
+ c3: "news",
+ c4: "*null",
+ c6: "*null"
+ }, ns_.ReducedRequirementsStreamingAnalytics.ContentType.ShortFormOnDemand);
+ vx.dvptrack('cm', '{"cm":"playContent"}');
+ vx.debug("comscore&gt;&gt;playContent");
+ }
+ }, 1);
+ window.vxvideojsinit(options, function(po) {
+ vx.debug("vxvideojsinit callback invoked!");
+ vx.debug(po);
+ player = po;
+ // configurable - time in seconds between ad breaks
+ player.startAdbreakTimer(20);
+
+ // trigger ad call when unit comes into view
+ var trackDiv = document.createElement("div");
+ trackDiv.id = "ds_player_sensor";
+ trackDiv.setAttribute("style", "width:1px;height:1px;padding:0;margin:0;border:none;background:none;position:relative;top:-300px");
+ contDiv.parentNode.insertBefore(trackDiv, contDiv);
+ var immediateAdFired = false;
+ vx.inview2.trackEl(trackDiv, window, function() {
+ if (!immediateAdFired) {
+ immediateAdFired = true;
+ vx.dvptrack('wf', '{"wf":"99: inview ad call"}');
+ var nowtag = [{
+ cp: "gg",
+ sdk: "ima_flash",
+ url: "//googleads.g.doubleclick.net/pagead/ads?client=ca-video-pub-3851171199385532&amp;slotname=6241611906&amp;ad_type=standardvideo&amp;description_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;max_ad_duration=60000&amp;videoad_start_delay=0" // TestY
+ }];
+ //var gdtargets={"512":1,"506":1,"751":1,"527":1,"566":1,"628":1,"670":1,"574":1,"501":1,"682":1,"717":1,"508":1,"556":1,"573":1,"533":1,"612":1,"602":1,"577":1,"543":1};
+ //if (gdtargets['0']==1) {
+ /*var brTag={
+ cp:"br",
+ sdk:"ima_flash",
+ url:"//vast.bp3870488.btrll.com/vast/3870488?n=059bee4c-fcbc-4d7d-8376-f90c428ea41b&amp;br_w="+dvp_meta.width+"&amp;br_h="+dvp_meta.height+"&amp;br_pageurl=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F"
+ };
+ nowtag.push(brTag);*/
+ //}
+ var sxtargets = {
+ "s1865": 100,
+ "s3194": 100,
+ "s988": 100,
+ "s3111": 20
+ }; // 0%~100%
+ var sxspec = 20;
+ if ('s3419' in sxtargets) {
+ sxspec = sxtargets['s3419'];
+ }
+ var randnumber = (Math.random() * 100);
+ if (randnumber & lt; sxspec) {
+ var sxTag = {
+ cp: "sx",
+ sdk: "ima_flash",
+ url: "//search.spotxchange.com/vast/2.00/157408?VPAID=1&amp;content_page_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;cb=178707&amp;player_width=" + dvp_meta.width + "&amp;player_height=" + dvp_meta.height + "&amp;token[page_url]=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;token[width]=" + dvp_meta.width + "&amp;token[height]=" + dvp_meta.height
+ };
+ nowtag.push(sxTag);
+ }
+ //}
+ player.startAdBreak(nowtag, 'mr');
+ } // firedTest
+ }, {
+ percent: 1, // percent of player viewable
+ time: 1 // time in ms to be visible
+ });
+
+ // configure mouse enter/leave to unmute/mute
+ if (!mute_ad) {
+ vx.addListener(contDiv, "mouseenter", function(event) {
+ vx.debug("mouseenter,unmute");
+ player.setMute(false);
+ });
+ vx.addListener(contDiv, "mouseleave", function(event) {
+ vx.debug("mouseleave, mute");
+ player.setMute(true);
+ });
+ }
+
+ vx.dvptrack('wf', '{"wf":"98: init function exit"}');
+ });
+ });
+
+ vx.dvptrack('wf', '{"wf":"99: outside init function"}');
+ }
+
+ window.dvptrack = function(name, extra) {
+ if (name == 'wf') {
+ return;
+ }
+ vx.debug("!&gt;&gt;&gt; " + name + " : " + JSON.stringify(extra));
+ var funcName = 'vxtrack059bee4c-fcbc-4d7d-8376-f90c428ea41b';
+ if (window[funcName]) {
+ window[funcName](name, extra);
+ }
+ };
+ vx.dvptrack = window.dvptrack;
+
+ vx.nvl = function(a, b) {
+ if (a === null || a === "" || a === undefined) {
+ return b;
+ }
+ return a;
+ };
+
+ var cppEl = document.getElementById("ds_cpp");
+ if (cppEl) {
+ vx.dvp_zindex_base = cppEl.getAttribute('data-dvp_zindex_base');
+ vx.dvp_title_trim = cppEl.getAttribute('data-dvp_title_trim');
+ vx.dvp_desc_trim = cppEl.getAttribute('data-dvp_desc_trim');
+ vx.dvp_mute_ad = cppEl.getAttribute('data-dvp_mute_ad');
+ vx.dvp_click_target = cppEl.getAttribute('data-dvp_click_target');
+ vx.dvp_friendly_iframe = cppEl.getAttribute('data-dvp_friendly_iframe');
+ vx.dvp_delay_init = cppEl.getAttribute('data-dvp_delay_init');
+ }
+
+ var dvp_init = function() {
+ var contEl = document.getElementById("ds_player_container");
+ if (contEl) {
+ // Responsive width/height
+ vx.dvp_width = 533;
+ vx.dvp_height = 300;
+ var dimEx = contEl.outerHTML.match(/var dvp_meta = \{"width":"?([^",]+)"?,"height":"?([^",]+)"?,/);
+ if (dimEx & amp; & amp; dimEx.length & gt; 2) {
+ vx.dvp_width = dimEx[1];
+ vx.dvp_height = dimEx[2];
+ }
+ if (vx.dvp_width == '0') {
+ vx.dvp_width = contEl.parentNode.clientWidth;
+ if (vx.dvp_width === 0) {
+ vx.dvp_width = contEl.parentNode.offsetWidth;
+ }
+ vx.dvp_width = Math.max(Math.min(vx.dvp_width, 1000), 300);
+ } else {
+ vx.dvp_width = parseInt(vx.dvp_width);
+ }
+ if (vx.dvp_height == '0') {
+ vx.dvp_height = '16:9'; // default aspect ratio
+ }
+ if (typeof vx.dvp_height === 'string' & amp; & amp; vx.dvp_height.match(/^ *(\d+):(\d+) *$/)) {
+ var ar = vx.dvp_height.match(/^ *(\d+):(\d+) *$/);
+ var ratio = 1 / (ar[1] / ar[2]);
+ vx.dvp_height = Math.round(vx.dvp_width * ratio);
+ } else {
+ vx.dvp_height = parseInt(vx.dvp_height);
+ }
+ if (vx.dvp_width & gt; = 400) {
+ vx.dvp_height = Math.max(vx.dvp_height, 300);
+ }
+ vx.dvptrack('wf', '{"wf":"00: size ' + vx.dvp_width + ',' + vx.dvp_height + '"}');
+
+ init();
+ }
+ };
+
+ if (vx.dvp_delay_init & gt; 0) {
+ var initialized = 0;
+ var intDelay = setInterval(function() {
+ if (vx.dvp_delay_ready == 1) {
+ clearInterval(intDelay);
+ intDelay = null;
+ if (initialized == 0) {
+ initialized = 1;
+ dvp_init();
+ }
+ }
+ }, 500);
+ setTimeout(function() {
+ clearInterval(intDelay);
+ intDelay = null;
+ if (initialized == 0) {
+ initialized = 1;
+ dvp_init();
+ }
+ }, vx.dvp_delay_init);
+ } else {
+ dvp_init();
+ }
+
+ })();
+ </script>
+ <script class="dsscript" type="text/dsscript">
+ (function() { function init() { var zindex_base=parseInt(vx.nvl(vx.dvp_zindex_base,20)); var title_trim=parseInt(vx.nvl(vx.dvp_title_trim,60)); var desc_trim=parseInt(vx.nvl(vx.dvp_desc_trim,120)); var mute_ad=parseInt(vx.nvl(vx.dvp_mute_ad,0)); var click_target=vx.nvl(vx.dvp_click_target,"_blank"); var friendly_iframe=parseInt(vx.nvl(vx.dvp_friendly_iframe,0)); var ds_sbase="//c5x8i7c7.ssl.hwcdn.net/videojs/5.1.0_20160613/show.html"; var dvp_meta = {"width":"0","height":"0","loopcount":"30","adtags":{"1":["googlea","openxdesktop_channel","spotx_channel_desktop","pulsepoint_desktop"],"2":["googlea","openxdesktop_channel","pulsepoint_desktop","spotx_channel_desktop"]},"adtagdefs":{"googlea":{"cp":"gg","url":"\/\/googleads.g.doubleclick.net\/pagead\/ads?client=ca-video-pub-3851171199385532&amp;slotname=9292816986&amp;ad_type=standardvideo&amp;description_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;max_ad_duration=60000&amp;videoad_start_delay=0","sdk":"ima_flash"},"openxdesktop_channel":{"cp":"ox","url":"\/\/distroscale-d.openx.net\/v\/1.0\/av?auid=538587338&amp;url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F","sdk":"ima_flash"},"spotx_channel_desktop":{"cp":"sx","url":"\/\/search.spotxchange.com\/vast\/2.00\/150945?VPAID=1&amp;content_page_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;cb=766008&amp;player_width=__DYN_WIDTH__&amp;player_height=__DYN_HEIGHT__&amp;token[page_url]=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;token[width]=__DYN_WIDTH__&amp;token[height]=__DYN_HEIGHT__","sdk":"ima_flash"},"pulsepoint_desktop":{"cp":"pp","url":"\/\/ads.contextweb.com\/TagPublish\/getvideo.aspx?cp=560840&amp;ct=538553&amp;cwu=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;mrnd=908206&amp;if=6&amp;cf=Video&amp;vpt=0&amp;video=%7B%22pos%22%3A0%2C%22minduration%22%3A0%2C%22maxduration%22%3A60%2C%22api%22%3A%5B1%2C2%5D%2C%22protocols%22%3A%5B2%2C3%2C5%2C6%5D%2C%22mimes%22%3A%5B%22video%2Fmp4%22%2C%22video%2Fwebm%22%2C%22video%2Fx-flv%22%2C%22application%2Fjavascript%22%2C%22application%2Fx-shockwave-flash%22%2C%22application%2Fx-shockwave-flash%22%5D%2C%22playbackmethod%22%3A%5B1%5D%2C%22delivery%22%3A%5B2%5D%2C%22w%22%3A__DYN_WIDTH__%2C%22h%22%3A__DYN_HEIGHT__%7D","sdk":"ima_flash"}},"vid":{"id":"160222","title":"Top Articles from Breitbart","description":"","video":"\/\/c5x8i7c7.ssl.hwcdn.net\/videos\/dgv_breitbart\/201701240713_5886e0400d3dc\/dgv_breitbart_top_articles_from_breitbart_201701240713_5886e0400d3dc_new.mp4","thumbnail":"\/\/c5x8i7c7.ssl.hwcdn.net\/videos\/dgv_breitbart\/201701240713_5886e0400d3dc\/dgv_breitbart_top_articles_from_breitbart_201701240713_5886e0400d3dc_new.jpg","link":null,"signature":null,"caption":{"0":{"title":"Chelsea Handler Won\u2019t Interview Melania Trump: \u2018She Can Barely Speak English\u2019","desc":"President Donald Trump and First Lady Melania Trump can save themselves a visit to Chelsea Handler's talk show, because she won't speak to them \u2014 even if the president himself requested an interview.","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/o2FetSnvM-I\/","credit":""},"4":{"title":"Gloria Steinem: Woman Felt \u2018Sexually Assaulted\u2019 by Trump\u2019s \u2018Language,\u2019 \u2018Attitude\u2019","desc":"Monday on MSNBC&amp;#8217;s &amp;#8220;All In,&amp;#8221; discussing Saturday&amp;#8217;s women\u2019s march on Washington, feminist and political activist Gloria Steinem said President Donald Trump made woman feel &amp;#8220;sexually assaulted by his language and by his attitude.&amp;#8221; Partial transcript as follows: HAYES: It struck me a lot of the signs, they were about all different kinds of issues and it was interesting to see that, but a lot of signs about the infamous comments the president of the United States made on the &amp;#8220;Access Hollywood&amp;#8221; tape. One of the things striking to me when he bragged about sexual assault, how easy it was to get away with it when you&amp;#8217;re a celebrity. There was a moment in the campaign where that happened and everyone thought, &amp;#8220;Oh my God,&amp;#8221; and you had Republican members of Congress running to every microphone to say &amp;#8220;I can&amp;#8217;t look my daughter in the eyes about this,&amp;#8221; and then it just sort of disappeared down the memory hole. STEINEM: It didn&amp;#8217;t disappear. I think\u00a0 people felt, women felt, and men on behalf of women felt sexually assaulted by his language and by his attitude. There&amp;#8217;s a common theme here of bodily integrity. We get to control our own bodies. The","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/pMBnY6ELN-Y\/","credit":""},"8":{"title":"Despite Democrat Obstruction U.S. Senate Confirms Mike Pompeo as Next Director of CIA","desc":"On Monday evening, Kansas Republican Mike Pompeo was confirmed as the next director of the C.I.A. by the U.S. Senate, despite days of stalling and obstruction by Senate Democrats.","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/FhGqji4i3pg\/","credit":""},"12":{"title":"Trump White House Pledges Support for Law Enforcement in White House Page\u00a0 \u00a0","desc":"President Trump is keeping his campaign promise as president by pledging to stand up for our Law Enforcement.","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/m9cF2OkTrXE\/","credit":""},"16":{"title":"Teamsters\u2019 Jimmy Hoffa Lavishes Praise on President Trump on Trade Policy","desc":"International Brotherhood of Teamsters president James P. Hoffa praised President Donald J. Trump\u2019s move to crush the Trans Pacific Partnership (TPP) once and for all on Monday, the second major labor union leader to do so.","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/WQ3Mte2b2Hk\/","credit":""},"20":{"title":"Report: Obama Gave 1 Million to Palestinians in Last Hours","desc":"The Associated Press reported Monday that former President Barack Obama released 1 million in U.S. funding for the Palestinian Authority on the morning of Friday, January 20 -- just hours before he was to leave office.","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/bmyMPuEjp6E\/","credit":""},"24":{"title":"Breitbart News Daily: Goodbye TPP; Hello American Jobs","desc":"On the Tuesday edition of Breitbart News Daily, broadcast live on SiriusXM Patriot Channel 125 from 6AM to 9AM Eastern, Breitbart Editor-in-Chief Alex Marlow will continue our discussion of President Trump\u2019s first 100 days. Wisconsin businessman Paul Nehlen will discuss the demise of TPP. Scott Paul, President of the Alliance for American Manufacturing, will discuss President Trump\u2019s meeting with union members, his trade policies favoring American manufacturing, and the open letter Paul\u2019s organization sent to President Trump concerning bringing back manufacturing jobs. Former Secret Service office Gary Bryne will discuss the report that the Secret Service is investigating Madonna after her remarks that she\u2019s thought about \u201cblowing up the White House.\u201d Kristan Hawkins, President of Students for Life, will discuss the Annual March for Life this week and President Trump\u2019s executive order reinstating the Mexico City policy prohibiting U.S. aid for abortion overseas. Live from London, Rome, and Jerusalem, Breitbart correspondents will provide updates on the latest international news. Breitbart News Daily is the first live, conservative radio enterprise to air seven days a week. SiriusXM Vice President for news and talk Dave Gorab called the show \u201cthe conservative news show of record.\u201d Follow Breitbart News on Twitter for live","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/0Ix-wZ2TEEY\/","credit":""},"28":{"title":"Burlesque Dancer Fired, Investigated by Secret Service for Trump Assassination Tweet","desc":"The Secret Service is investigating a burlesque dancer from Kentucky after she posted a Tweet that said she hoped someone would be \"kind enough\" to assassinate President Donald Trump.","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/uGQuzxuNlX8\/","credit":""},"32":{"title":"Five Facts About Trump\u2019s Reinstatement of the Mexico City Policy on Abortion","desc":"President Donald Trump signed an executive order Monday that reinstated what is known as the \"Mexico City Policy\" regarding U.S. aid for abortions overseas.","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/iZFQbB2GYj0\/","credit":""},"36":{"title":"Andrea Mitchell: Sean Spicer First Press Briefing Was \u2018Substantive\u2019 and \u2018Responsive\u2019","desc":"Monday on MSNBC commenting on the first official White House press briefing by press secretary Sean Spicer, Andrea Mitchell said it was both &amp;#8220;substantive&amp;#8221; and &amp;#8220;responsive.&amp;#8221; Mitchell said, &amp;#8220;First of all, he came out with a joke, with a light-hearted reference to the fact that Josh Earnest would still be the most popular, that his record of popularity would stand, that he messaged him last night. He attempted to fix \u2014 I think it was a reboot, you know, a chance to start over, frankly, a do-over. And it was substantive. It was responsive. He took lots of questions.&amp;#8221; &amp;#8220;He said that he intended to tell the truth, which is an important line to draw, saying that they may occasionally come out in haste and answer things incorrectly and have to fix it, but that he is dedicated to telling the truth,&amp;#8221; she added. &amp;#8220;That was an important question that had been raised by his performance on Saturday and of course, by what Kellyanne Conway said to Chuck Todd on &amp;#8216;Meet the Press&amp;#8217; when she, you know, talked about alternative facts.&amp;#8221; (h\/t Grabien) Follow Pam Key on Twitter @pamkeyNEN","link":"http:\/\/feedproxy.google.com\/~r\/breitbart\/~3\/TAup3X8RfPI\/","credit":""}},"duration":39.6}}; dvp_meta.width=parseInt(vx.nvl(vx.dvp_width,533)); dvp_meta.height=parseInt(vx.nvl(vx.dvp_height,300)); var frtargets={"s1180":95,"s1003":95,"s995":95,"s3663":95,"s597":95,"s1032":95,"s3102":95,"s596":95,"s1874":95,"s1684":95,"s593":95,"s594":95,"s199":95,"s261":95,"s260":95,"s1109":95,"s417":95,"s1040":95,"s262":95,"s254":95,"s988":95,"s3111":95,"s3709":95,"s253":95,"s626":95,"s1685":95,"s3940":50,"s296":50,"s383":50,"s3419":50}; // 0%~100% friendly var gfrdly=0; if ('s3419' in frtargets) { var frspec=frtargets['s3419']; var randnumber=(Math.random()*100); if (randnumber&lt;frspec) { gfrdly=1; } } if (dvp_meta.adtagdefs&amp;&amp;dvp_meta.adtagdefs.googlea&amp;&amp;dvp_meta.adtagdefs.googlea.url) { if (gfrdly==1) { dvp_meta.adtagdefs.googlea.friendly=true; } else { dvp_meta.adtagdefs.googlea.friendly=false; dvp_meta.adtagdefs.googlea.url=dvp_meta.adtagdefs.googlea.url.replace("slotname=9292816986","slotname=1769524866"); } } if (dvp_meta.adtagdefs&amp;&amp;dvp_meta.adtagdefs.aol_upfront) { dvp_meta.adtagdefs.aol_upfront.friendly=true; } if (dvp_meta.adtagdefs&amp;&amp;dvp_meta.adtagdefs.appnexus) { dvp_meta.adtagdefs.appnexus.friendly=true; } var dvpTrackName = "dvptrack"; vx.dvptrack('wf', '{"wf":"01: post runtime started"}'); function truncate(str, len, useWordBoundary, filler){ if (filler==null) { filler='&amp;hellip;'; } var isTooLong = str.length &gt; len; var s_ = isTooLong ? str.substr(0,len-1) : str; s_ = (useWordBoundary &amp;&amp; isTooLong) ? s_.substr(0,s_.lastIndexOf(' ')) : s_; return isTooLong ? s_ + filler : s_; } var contDiv = document.getElementById("ds_player_container"); if (contDiv &amp;&amp; contDiv.style) { contDiv.style.width = dvp_meta.width + "px"; contDiv.style.height = dvp_meta.height + "px"; } var adContDiv = document.getElementById("ds_ad_container"); if (adContDiv &amp;&amp; adContDiv.style) { adContDiv.style.width = dvp_meta.width + "px"; adContDiv.style.height = dvp_meta.height + "px"; } for (var key in dvp_meta.adtagdefs) { if (dvp_meta.adtagdefs[key]['url']) { dvp_meta.adtagdefs[key]['url']=dvp_meta.adtagdefs[key]['url'].replace(/__DYN_WIDTH__/g,dvp_meta.width).replace(/__DYN_HEIGHT__/g,dvp_meta.height); } } vx.whenAvailable2(window, 'vxvideojsinit', function() { vx.dvptrack('wf', '{"wf":"03: init function available"}'); var ctFrm = document.getElementById("ds_content_frame"); ctFrm.parentNode.style.width = "" + dvp_meta.width + "px"; ctFrm.parentNode.style.height = "" + dvp_meta.height + "px"; ctFrm.style.width = "" + dvp_meta.width + "px"; ctFrm.style.height = "" + dvp_meta.height + "px"; ctFrm.style.top = "0px"; ctFrm.style.left = "0px"; ctFrm.style.position = "absolute"; ctFrm.style.zIndex = zindex_base; ctFrm.src = ds_sbase+'?controls=1&amp;loop=' + dvp_meta.loopcount + '&amp;autoplay=0&amp;tracker=059bee4c-fcbc-4d7d-8376-f90c428ea41b&amp;height=' + dvp_meta.height + '&amp;width=' + dvp_meta.width + '&amp;vurl=' + encodeURIComponent(dvp_meta.vid.video) + '&amp;poster=' + encodeURIComponent(dvp_meta.vid.thumbnail); var actionDiv=document.createElement('div'); actionDiv.setAttribute("style","width:100%;height:"+(dvp_meta.height-32)+"px;z-index:"+(zindex_base+5)+";position:absolute;top:0;left:0;"); ctFrm.parentNode.insertBefore(actionDiv,ctFrm); var capIdxLast=null; function setSlideCaption(pos) { if (pos&gt;=0 &amp;&amp; dvp_meta.vid.caption) { var capmeta=dvp_meta.vid.caption; var idx=null; var curr=0; var total=0; var found=0; for (var key in capmeta) { if (capmeta.hasOwnProperty(key) &amp;&amp; !isNaN(tmpval=parseFloat(key)) &amp;&amp; tmpval&gt;=0) { total++; if (found==0) { if (pos&lt;tmpval) { found++; } else { curr++; idx=key; if (pos==tmpval) { found++; } } } } } if (idx!==null&amp;&amp;idx!=capIdxLast) { // found new caption capIdxLast=idx; var el_curr=vx.ww.document.querySelector(".ds_slide_curr"); if (el_curr) { el_curr.innerHTML=curr; } var el_total=vx.ww.document.querySelector(".ds_slide_total"); if (el_total) { el_total.innerHTML=total; } var el_title=vx.ww.document.querySelector(".ds_title"); if (el_title) { el_title.innerHTML=truncate(capmeta[idx]['title'], title_trim, true); } var el_desc=vx.ww.document.querySelector(".ds_summary"); if (el_desc) { el_desc.innerHTML=truncate(capmeta[idx]['desc'], desc_trim, true); } var el_credit=vx.ww.document.querySelector(".ds_credit"); if (el_credit) { el_credit.innerHTML=capmeta[idx]['credit']; } var link=capmeta[idx]['link']; if (!link) { link=dvp_meta.vid.link; } if (link) { link="window.open(ds_ct719197('"+link+"'),'"+click_target+"');"; actionDiv.setAttribute("onclick",link); actionDiv.style.cursor="pointer"; if (el_title) { el_title.setAttribute("onclick",link); el_title.style.cursor="pointer"; } if (el_desc) { el_desc.setAttribute("onclick",link); el_desc.style.cursor="pointer"; } } else { actionDiv.removeAttribute("onclick"); actionDiv.style.cursor="auto"; if (el_title) { el_title.removeAttribute("onclick"); el_title.style.cursor="auto"; } if (el_desc) { el_desc.removeAttribute("onclick"); el_desc.style.cursor="auto"; } } } } } setSlideCaption(0); vx.addListener(window, 'message', function(event) { if (!event.origin.match(/^https?:\/\/c5x8i7c7\.ssl\.hwcdn\.net/)) { return; } vx.debug('ds_playerframe_message:' + event.origin + ":" + event.data); if (event.data &amp;&amp; event.data.match &amp;&amp; event.data.match(/^playerpos[\d\.]+$/)) { var position=event.data.substr(9); if (position&gt;=0) { setSlideCaption(position); } } }); var player = null; // holds data from callback var comscore=null; var rollcount=0; var options = { playerContainer: 'ds_player_container', adContainer: 'ds_ad_container', width: dvp_meta.width, height: dvp_meta.height, playlist: dvp_meta, tracker: dvpTrackName, zIndex: zindex_base, serial: true, volumeBehavior: (mute_ad ? 'mute' : 'volume'), friendlyIframe: friendly_iframe, contentMute: function() { vx.debug("client - mute fn"); ctFrm.contentWindow.postMessage("mute", "*"); }, contentUnmute: function() { vx.debug("client - unmute fn"); ctFrm.contentWindow.postMessage("unmute", "*"); }, contentPause: function() { vx.debug("client - pause fn"); adContDiv.style.zIndex = zindex_base+7; ctFrm.contentWindow.postMessage("pause", "*"); setTimeout(function(){ if (!comscore &amp;&amp; window.ns_ &amp;&amp; window.ns_.ReducedRequirementsStreamingAnalytics) { comscore = new window.ns_.ReducedRequirementsStreamingAnalytics({publisherId:'22807838'}); } if(comscore){ rollcount++; comscore.stop(); comscore.playVideoAdvertisement({ns_st_cl:"0"},rollcount&gt;1?ns_.ReducedRequirementsStreamingAnalytics.AdType.LinearOnDemandMidRoll:ns_.ReducedRequirementsStreamingAnalytics.AdType.LinearOnDemandPreRoll); vx.dvptrack('cm', '{"cm":"playAd"}'); vx.debug("comscore&gt;&gt;playAd"); } },1); }, contentPlay: function() { vx.debug("client - play fn"); adContDiv.style.zIndex = -1; ctFrm.contentWindow.postMessage("play", "*"); setTimeout(function(){ if (!comscore &amp;&amp; window.ns_ &amp;&amp; window.ns_.ReducedRequirementsStreamingAnalytics) { comscore = new window.ns_.ReducedRequirementsStreamingAnalytics({publisherId:'22807838'}); } if(comscore){ comscore.stop(); comscore.playVideoContentPart({ns_st_ci:dvp_meta.vid.id,ns_st_cl:parseInt(parseFloat(dvp_meta.vid.duration)*1000),ns_st_pu:"distroscale",c3:"news",c4:"*null",c6:"*null"},ns_.ReducedRequirementsStreamingAnalytics.ContentType.ShortFormOnDemand); vx.dvptrack('cm', '{"cm":"playContent"}'); vx.debug("comscore&gt;&gt;playContent"); } },1); }, contentSetVolume: function(vol) { vx.debug("client - set volume:" + vol); ctFrm.contentWindow.postMessage("setVolume:" + vol, "*"); }, adFinished: function() { // this needs to be called after an ad finishes // or after an error vx.debug("***AdBreak finished") }, playlistFinished: function() { vx.debug("***AdBreak playlist over"); setTimeout(function(){ if (!comscore &amp;&amp; window.ns_ &amp;&amp; window.ns_.ReducedRequirementsStreamingAnalytics) { comscore = new window.ns_.ReducedRequirementsStreamingAnalytics({publisherId:'22807838'}); } if(comscore){ comscore.stop(); } },1); } } setTimeout(function(){ if (!comscore &amp;&amp; window.ns_ &amp;&amp; window.ns_.ReducedRequirementsStreamingAnalytics) { comscore = new window.ns_.ReducedRequirementsStreamingAnalytics({publisherId:'22807838'}); } if(comscore){ comscore.stop(); comscore.playVideoContentPart({ns_st_ci:dvp_meta.vid.id,ns_st_cl:parseInt(parseFloat(dvp_meta.vid.duration)*1000),ns_st_pu:"distroscale",c3:"news",c4:"*null",c6:"*null"},ns_.ReducedRequirementsStreamingAnalytics.ContentType.ShortFormOnDemand); vx.dvptrack('cm', '{"cm":"playContent"}'); vx.debug("comscore&gt;&gt;playContent"); } },1); window.vxvideojsinit(options, function(po) { vx.debug("vxvideojsinit callback invoked!"); vx.debug(po); player = po; // configurable - time in seconds between ad breaks player.startAdbreakTimer(20); // trigger ad call when unit comes into view var trackDiv=document.createElement("div"); trackDiv.id="ds_player_sensor"; trackDiv.setAttribute("style","width:1px;height:1px;padding:0;margin:0;border:none;background:none;position:relative;top:-300px"); contDiv.parentNode.insertBefore(trackDiv,contDiv); var immediateAdFired = false; vx.inview2.trackEl(trackDiv, window, function () { if (!immediateAdFired) { immediateAdFired = true; vx.dvptrack('wf', '{"wf":"99: inview ad call"}'); var nowtag=[{ cp:"gg", sdk:"ima_flash", url:"//googleads.g.doubleclick.net/pagead/ads?client=ca-video-pub-3851171199385532&amp;slotname=6241611906&amp;ad_type=standardvideo&amp;description_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;max_ad_duration=60000&amp;videoad_start_delay=0" // TestY }]; //var gdtargets={"512":1,"506":1,"751":1,"527":1,"566":1,"628":1,"670":1,"574":1,"501":1,"682":1,"717":1,"508":1,"556":1,"573":1,"533":1,"612":1,"602":1,"577":1,"543":1}; //if (gdtargets['0']==1) { /*var brTag={ cp:"br", sdk:"ima_flash", url:"//vast.bp3870488.btrll.com/vast/3870488?n=059bee4c-fcbc-4d7d-8376-f90c428ea41b&amp;br_w="+dvp_meta.width+"&amp;br_h="+dvp_meta.height+"&amp;br_pageurl=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F" }; nowtag.push(brTag);*/ //} var sxtargets={"s1865":100,"s3194":100,"s988":100,"s3111":20}; // 0%~100% var sxspec=20; if ('s3419' in sxtargets) { sxspec=sxtargets['s3419']; } var randnumber=(Math.random()*100); if (randnumber&lt;sxspec) { var sxTag={ cp:"sx", sdk:"ima_flash", url:"//search.spotxchange.com/vast/2.00/157408?VPAID=1&amp;content_page_url=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;cb=178707&amp;player_width="+dvp_meta.width+"&amp;player_height="+dvp_meta.height+"&amp;token[page_url]=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;token[width]="+dvp_meta.width+"&amp;token[height]="+dvp_meta.height }; nowtag.push(sxTag); } //} player.startAdBreak(nowtag, 'mr'); } // firedTest }, { percent: 1, // percent of player viewable time: 1 // time in ms to be visible }); // configure mouse enter/leave to unmute/mute if (!mute_ad) { vx.addListener(contDiv, "mouseenter", function(event) { vx.debug("mouseenter,unmute"); player.setMute(false); }); vx.addListener(contDiv, "mouseleave", function(event) { vx.debug("mouseleave, mute"); player.setMute(true); }); } vx.dvptrack('wf', '{"wf":"98: init function exit"}'); }); }); vx.dvptrack('wf', '{"wf":"99: outside init function"}'); } window.dvptrack=function(name,extra) { if (name == 'wf') { return; } vx.debug("!&gt;&gt;&gt; " + name + " : " + JSON.stringify(extra)); var funcName='vxtrack059bee4c-fcbc-4d7d-8376-f90c428ea41b'; if (window[funcName]) { window[funcName](name,extra); } }; vx.dvptrack=window.dvptrack; vx.nvl=function(a,b) { if (a===null || a==="" || a===undefined) { return b; } return a; }; var cppEl=document.getElementById("ds_cpp"); if (cppEl) { vx.dvp_zindex_base=cppEl.getAttribute('data-dvp_zindex_base'); vx.dvp_title_trim=cppEl.getAttribute('data-dvp_title_trim'); vx.dvp_desc_trim=cppEl.getAttribute('data-dvp_desc_trim'); vx.dvp_mute_ad=cppEl.getAttribute('data-dvp_mute_ad'); vx.dvp_click_target=cppEl.getAttribute('data-dvp_click_target'); vx.dvp_friendly_iframe=cppEl.getAttribute('data-dvp_friendly_iframe'); vx.dvp_delay_init=cppEl.getAttribute('data-dvp_delay_init'); } var dvp_init=function(){ var contEl=document.getElementById("ds_player_container"); if (contEl) { // Responsive width/height vx.dvp_width=533; vx.dvp_height=300; var dimEx=contEl.outerHTML.match(/var dvp_meta = \{"width":"?([^",]+)"?,"height":"?([^",]+)"?,/); if (dimEx&amp;&amp;dimEx.length&gt;2) { vx.dvp_width=dimEx[1]; vx.dvp_height=dimEx[2]; } if (vx.dvp_width=='0') { vx.dvp_width=contEl.parentNode.clientWidth; if(vx.dvp_width === 0){ vx.dvp_width=contEl.parentNode.offsetWidth; } vx.dvp_width=Math.max(Math.min(vx.dvp_width,1000),300); } else { vx.dvp_width=parseInt(vx.dvp_width); } if (vx.dvp_height=='0') { vx.dvp_height='16:9'; // default aspect ratio } if (typeof vx.dvp_height==='string' &amp;&amp; vx.dvp_height.match(/^ *(\d+):(\d+) *$/)) { var ar = vx.dvp_height.match(/^ *(\d+):(\d+) *$/); var ratio = 1 / (ar[1] / ar[2]); vx.dvp_height=Math.round(vx.dvp_width * ratio); } else { vx.dvp_height=parseInt(vx.dvp_height); } if (vx.dvp_width&gt;=400) { vx.dvp_height=Math.max(vx.dvp_height,300); } vx.dvptrack('wf','{"wf":"00: size '+vx.dvp_width+','+vx.dvp_height+'"}'); init(); } }; if (vx.dvp_delay_init&gt;0) { var initialized=0; var intDelay=setInterval(function(){ if (vx.dvp_delay_ready==1) { clearInterval(intDelay); intDelay=null; if (initialized==0) { initialized=1; dvp_init(); } } },500); setTimeout(function(){ clearInterval(intDelay); intDelay=null; if (initialized==0) { initialized=1; dvp_init(); } },vx.dvp_delay_init); } else { dvp_init(); } })();
+ </script>
+ <div id="ds_mute" class="ds_mute" style="display: none; z-index: 100; box-sizing: border-box; border: 1px solid black; background-attachment: scroll; background-color: lightgrey; width: 60px; height: 60px; opacity: 0.3; padding: 0px; right: 10px; position: absolute; bottom: 10px; background-size: contain; background-repeat: no-repeat no-repeat;"></div>
+ </div>
+ </div>
+
+ <div style="clear:both"></div>
+ </div>
+ <div class="ds_sponsorbox" style="text-align: right;position: absolute;bottom: -20px;right: 4px; font-size:9px;margin:0px;">
+ <a href="//i.jsrdn.com/i/1.gif?r=h8yu&amp;k=ZAl1cy13ZXN0LTJjCWgJaS0wMzQ1ZTU0YmJiMzFhMThiYQl1CWQwOWNmNWM1LTE2ZGMtNDI2NS1iMmFlLTQxNWViOTNiYjM5Nwl2CWNkYWZkNTY5LTc4MzEtNDc0Zi04MWJkLWUyNGI1NjM0ZjYyMQl2bAkyMDE3MDEyNC4wOTQ5CXZ0CTIwMTcwMTI0LjA5NDkJdnMJMjAxNjEwMjcJdmMJMjAxNjEwMjcJaQkwNTliZWU0Yy1mY2JjLTRkN2QtODM3Ni1mOTBjNDI4ZWE0MWIJZglodHRwOi8vd3d3LmJyZWl0YmFydC5jb20vdGVjaC8yMDE2LzEyLzIyL25ldXRyYWwtc25vcGVzLWZhY3QtY2hlY2tlci1kYXZpZC1lbWVyeS11bi1hbmdyeS10cnVtcC1zdXBwb3J0ZXJzLwlxCTMxMDA4NjFiLWMyYmMtNDBmMC04YTM1LThiNGM0N2E4OTVlOAltCTIyMzQyCWIJMjYyCWcJNDEwCXQJMzk5MwljCTQwNDMJbAk2MDYwCXoJNTU3MglzCTM0MTkJcAkyMjQ0NQl3CW5ld3MJZ2MJVFcJZ3IJMDMJZ2QJMAluZQlpdgluZAlpdglzZAlicmVpdGJhcnQuY29tCW5mCWl2CXFwCTUwCXF0CTI1MDAJcG4JNzYJdm4JMTYwMjIyCWUJY2sJYQk4NTAJbwk&amp;fwd=http%3A%2F%2Fdistroscale.com" rel="nofollow">Powered By <span style="display:block !important;width:1px !important;height:1px !important;position:fixed !important;bottom:0 !important;right:0 !important;border:none !important;margin:0 !important;padding:0 !important;" class="ds_im" id="ds_im_059bee4c-fcbc-4d7d-8376-f90c428ea41b"><img src="//i.jsrdn.com/i/1.gif?r=xw4q&amp;k=ZAl1cy13ZXN0LTJjCWgJaS0wMzQ1ZTU0YmJiMzFhMThiYQl1CWQwOWNmNWM1LTE2ZGMtNDI2NS1iMmFlLTQxNWViOTNiYjM5Nwl2CWNkYWZkNTY5LTc4MzEtNDc0Zi04MWJkLWUyNGI1NjM0ZjYyMQl2bAkyMDE3MDEyNC4wOTQ5CXZ0CTIwMTcwMTI0LjA5NDkJdnMJMjAxNjEwMjcJdmMJMjAxNjEwMjcJaQkwNTliZWU0Yy1mY2JjLTRkN2QtODM3Ni1mOTBjNDI4ZWE0MWIJZglodHRwOi8vd3d3LmJyZWl0YmFydC5jb20vdGVjaC8yMDE2LzEyLzIyL25ldXRyYWwtc25vcGVzLWZhY3QtY2hlY2tlci1kYXZpZC1lbWVyeS11bi1hbmdyeS10cnVtcC1zdXBwb3J0ZXJzLwlxCTMxMDA4NjFiLWMyYmMtNDBmMC04YTM1LThiNGM0N2E4OTVlOAltCTIyMzQyCWIJMjYyCWcJNDEwCXQJMzk5MwljCTQwNDMJbAk2MDYwCXoJNTU3MglzCTM0MTkJcAkyMjQ0NQl3CW5ld3MJZ2MJVFcJZ3IJMDMJZ2QJMAluZQlpdgluZAlpdglzZAlicmVpdGJhcnQuY29tCW5mCWl2CXFwCTUwCXF0CTI1MDAJcG4JNzYJdm4JMTYwMjIyCWUJaW0JYQk4NDYJbwk" width="1" border="0" height="1" /></span>
+ <img src="//c5x8i7c7.ssl.hwcdn.net/creatives/site_logos/dslogo_sm.png" style="height:15px;width:15px;margin:-5px 0 0 2px;" />
+ </a>
+ </div>
+ </div>
+
+ <div id="zergnet-widget-40875" class="widget-loaded">
+ <div class="zergheader"><span class="zerghead1">Around The Web</span> <span class="zerghead2">Powered By ZergNet</span></div>
+ <div class="zerglayoutcl">
+ <div class="zergrow">
+ <div class="zergentity">
+ <a href="http://www.zergnet.com/i/1423529/40875/0/0/0" target="_blank" rel="nofollow" class="zergimg">
+ <img src="http://img2.zergnet.com/1423529_300.jpg" nopin="true" data-pin-no-hover="true" />
+ </a>
+ <div class="zergheadline">
+ <a href="http://www.zergnet.com/i/1423529/40875/0/0/0" target="_blank" rel="nofollow">Major Break in the D.B. Cooper Mystery<span class="zergdestW">Nypost.com</span></a>
+ </div>
+ </div>
+ <div class="zergentity">
+ <a href="http://www.zergnet.com/i/1381153/40875/0/0/0" target="_blank" rel="nofollow" class="zergimg">
+ <img src="http://img2.zergnet.com/1381153_300.jpg" nopin="true" data-pin-no-hover="true" />
+ </a>
+ <div class="zergheadline">
+ <a href="http://www.zergnet.com/i/1381153/40875/0/0/0" target="_blank" rel="nofollow">What Trump Fans Think of Megyn Kelly's New Gig<span class="zergdestW">Aol.com</span></a>
+ </div>
+ </div>
+ <div class="zergentity">
+ <a href="http://www.zergnet.com/i/1394710/40875/0/0/0" target="_blank" rel="nofollow" class="zergimg">
+ <img src="http://img5.zergnet.com/1394710_300.jpg" nopin="true" data-pin-no-hover="true" />
+ </a>
+ <div class="zergheadline">
+ <a href="http://www.zergnet.com/i/1394710/40875/0/0/0" target="_blank" rel="nofollow">The Real Reason Sasha Was Absent From Her Dad's Farewell Speech<span class="zergdestW">Usmagazine.com</span></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div style="clear: both"></div>
+ <style type="text/css">
+ #zergnet-widget-40875 .zergentity {
+ float: left;
+ width: 32%;
+ margin-left: 2%;
+ overflow: hidden;
+ margin-bottom: 10px
+ }
+
+ #zergnet-widget-40875 .zerglayoutcl {
+ width: 100%
+ }
+
+ #zergnet-widget-40875 .zergheadline {
+ width: 100%;
+ margin-top: 6px;
+ text-align: left;
+ line-height: 19px
+ }
+
+ #zergnet-widget-40875 .zergheadline a {
+ font-size: 14px;
+ text-decoration: none;
+ font-family: Georgia, times, serif;
+ color: #000000
+ }
+
+ #zergnet-widget-40875 .zergentity:nth-of-type(1) {
+ margin-left: 0
+ }
+
+ #zergnet-widget-40875 .zergdestW {
+ display: block;
+ font-size: 11px;
+ color: #999
+ }
+
+ #zergnet-widget-40875 .zergentity img {
+ width: 100%;
+ height: auto
+ }
+
+ #zergnet-widget-40875 .zergheader {
+ color: #000000;
+ font-family: Arial, sans-serif;
+ margin-bottom: 8px
+ }
+
+ #zergnet-widget-40875 .zerghead1 {
+ text-align: left;
+ font-size: 22px;
+ font-weight: bold
+ }
+
+ #zergnet-widget-40875 .zerghead2 {
+ float: right;
+ font-size: 10px;
+ margin-top: 12px
+ }
+
+ @media (max-width: 600px) {}
+ </style>
+ </div>
+
+
+ <div id="comments">
+ <p><br />Comment count on this article reflects comments made on Breitbart.com and Facebook. Visit <a href="https://www.facebook.com/Breitbart" target="_blank" rel="noopener" class=" x5l">Breitbart's Facebook Page</a>.</p>
+ <div id="disqus_thread"><iframe id="dsq-app4" name="dsq-app4" allowtransparency="true" scrolling="no" tabindex="0" title="Disqus" style="width: 1px !important; min-width: 100% !important; border: medium none !important; overflow: hidden !important; height: 552px !important;" src="http://disqusads.com/ads-iframe/adsnative/?category=news&amp;stories_allowed=1&amp;service=dynamic&amp;safetylevel=20&amp;display_allowed=0&amp;video_allowed=0&amp;provider=adsnative&amp;thumbnails_allowed=1&amp;experiment=adblock_lift&amp;variant=no_hack&amp;display_only=0&amp;t=1485255304&amp;links_allowed=1&amp;position=top&amp;shortname=breitbartproduction&amp;display_bidding_allowed=0&amp;forum_shortname=breitbartproduction&amp;forum_pk=1290197&amp;anchorColor=%230088bb&amp;colorScheme=light&amp;sourceUrl=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;typeface=serif&amp;canonicalUrl=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;disqus_version=7bc0258" width="100%" frameborder="0"></iframe><iframe id="dsq-app1" name="dsq-app1" allowtransparency="true" scrolling="no" tabindex="0" title="Disqus" style="width: 1px !important; min-width: 100% !important; border: medium none !important; overflow: hidden !important; height: 7790px !important;" src="https://disqus.com/embed/comments/?base=default&amp;version=105ec7c1b6b6b3960e72ac39bf0bd1c5&amp;f=breitbartproduction&amp;t_i=5765662&amp;t_u=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;t_e=%26%238216%3BNeutral%26%238217%3B%20Snopes%20Fact-Checker%20David%20Emery%3A%20%26%238216%3BAre%20There%20Any%20Un-Angry%20Trump%20Supporters%3F%26%238217%3B&amp;t_d=%27Neutral%27%20Snopes%20Fact-Checker%20David%20Emery%3A%20%27Are%20There%20Any%20Un-Angry%20Trump%20Supporters%3F%27%20-%20Breitbart&amp;t_t=%26%238216%3BNeutral%26%238217%3B%20Snopes%20Fact-Checker%20David%20Emery%3A%20%26%238216%3BAre%20There%20Any%20Un-Angry%20Trump%20Supporters%3F%26%238217%3B&amp;s_o=default" horizontalscrolling="no" verticalscrolling="no" width="100%" frameborder="0"></iframe><iframe id="dsq-app6" name="dsq-app6" allowtransparency="true" scrolling="no" tabindex="0" title="Disqus" style="width: 1px !important; min-width: 100% !important; border: medium none !important; overflow: hidden !important; height: 0px !important;" src="http://disqusads.com/ads-iframe/adsnative/?category=news&amp;stories_allowed=1&amp;service=dynamic&amp;safetylevel=20&amp;display_allowed=0&amp;video_allowed=0&amp;provider=adsnative&amp;thumbnails_allowed=1&amp;experiment=adblock_lift&amp;variant=no_hack&amp;display_only=0&amp;t=1485255304&amp;links_allowed=1&amp;position=bottom&amp;shortname=breitbartproduction&amp;display_bidding_allowed=0&amp;forum_shortname=breitbartproduction&amp;forum_pk=1290197&amp;anchorColor=%230088bb&amp;colorScheme=light&amp;sourceUrl=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;typeface=serif&amp;canonicalUrl=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;disqus_version=7bc0258" width="100%" frameborder="0"></iframe><iframe id="indicator-north" name="indicator-north" allowtransparency="true" scrolling="no" tabindex="0" title="Disqus" style="width: 640px !important; border: medium none !important; overflow: hidden !important; top: 0px !important; min-width: 640px !important; max-width: 640px !important; position: fixed !important; z-index: 2147483646 !important; height: 16px !important; min-height: 16px !important; max-height: 16px !important; display: none !important;" frameborder="0"></iframe><iframe id="indicator-south" name="indicator-south" allowtransparency="true" scrolling="no" tabindex="0" title="Disqus" style="width: 640px !important; border: medium none !important; overflow: hidden !important; bottom: 0px !important; min-width: 640px !important; max-width: 640px !important; position: fixed !important; z-index: 2147483646 !important; height: 16px !important; min-height: 16px !important; max-height: 16px !important; display: none !important;" frameborder="0"></iframe></div>
+ <!--disqus_thread-->
+ </div>
+ <!--comments-->
+
+ <script type="text/javascript">
+ var disqus_identifier = '5765662',
+ disqus_title = "&amp;#8216;Neutral&amp;#8217; Snopes Fact-Checker David Emery: &amp;#8216;Are There Any Un-Angry Trump Supporters?&amp;#8217;",
+ disqus_url = 'http://www.breitbart.com/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters/',
+ live_wire_url = 'http://www.breitbart.com/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters/';
+ </script>
+
+ </div>
+ <!--MainW-->
+ <aside id="asideSideW">
+ <div id="SideW" class="widget-area col6 endcol">
+ <div class="ad Hmobi SWW">
+ <div class="ad-wrapper">
+ <div id="desktop-ROS-Rail1" data-google-query-id="CInX15bP2tECFQQ5lgodBTACVA">
+ <div id="google_ads_iframe_/1003622/Breitbart.ROS.Rail1_0__container__" style="border: 0pt none; display: inline-block; width: 300px; height: 250px;"><iframe style="border: 0px none; vertical-align: bottom;" src="http://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html#xpc=sf-gdn-exp-1&amp;p=http%3A//www.breitbart.com" id="google_ads_iframe_/1003622/Breitbart.ROS.Rail1_0" title="3rd party ad content" name="" scrolling="no" marginwidth="0" marginheight="0" data-is-safeframe="true" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ <div class="pubnation" data-target="desktop-ROS-Rail1" style="">report this ad</div>
+ </div>
+ <p>advertisement</p>
+ </div>
+ <!--SWW-->
+
+
+
+ <div id="BBOnAirSide" data-tb-region="BBOnAirSide">
+ <a id="acurtschilling" href="/whatever-it-takes-curt-schilling/" target="_blank" rel="nofollow">
+ <img class="onairbodylink" src="/t/assets/i/on-air/curtschilling-sidebar.jpg" srcset="/t/assets/i/on-air/[email protected] 2x" alt="" />
+ </a>
+ </div>
+
+
+
+
+
+ <div id="iscbbsocialconnect" class="SWW">
+ <p class="head">BREITBART <span>CONNECT</span></p>
+ <div class="content">
+ <div id="iscbbsocialconnecticons" class="social-icons">
+ <a id="SCFacebook" class="facebook x5l" href="http://www.facebook.com/breitbart" title="Breitbart Facebook" rel="noopener" target="_blank"></a>
+ <a id="SCTwitter" class="twitter x5l" href="http://www.twitter.com/breitbartnews" title="Breitbart Twitter" rel="noopener" target="_blank"></a>
+ <a id="SCYouTube" class="youtube x5l" href="https://www.youtube.com/channel/UCmgnsaQIK1IR808Ebde-ssA" title="Breitbart YouTube" rel="noopener" target="_blank"></a>
+ <a id="SCInstagram" class="instagram x5l" href="https://www.instagram.com/wearebreitbart/" title="Breitbart Instagram" rel="noopener" target="_blank"></a>
+ <a id="SCPodcasts" class="podcasts" href="http://www.breitbart.com/podcasts/" title="Breitbart Podcasts"></a>
+ </div>
+ <div class="signup">
+ <p class="sh3"><span>Sign Up</span> For Our Newsletter</p>
+ <div class="gform_wrapper" id="gform_wrapper_1">
+ <a id="gf_1" class="gform_anchor"></a>
+ <form method="post" id="gform_1" action="/newsletter-signup/">
+ <div class="gform_body">
+ <ul id="gform_fields_1" class="gform_fields top_label description_below">
+ <li id="field_1_1" class="gfield">
+ <input name="input_1" id="input_1_1" value="" placeholder="email address" type="text" />
+ </li>
+ </ul>
+ <input id="gform_submit_button_1" value="Submit" onclick='if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true;' type="submit" />
+ </div>
+ <div class="H">
+ <input name="is_submit_1" value="1" type="hidden" />
+ <input name="gform_submit" value="1" type="hidden" />
+ <input name="gform_target_page_number_1" id="gform_target_page_number_1" value="0" type="hidden" />
+ <input name="gform_source_page_number_1" id="gform_source_page_number_1" value="1" type="hidden" />
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!--iscbbsocialconnect-->
+
+
+ <div id="iscndnvideowidget" class="ndn-videos SWW">
+ <h2>BREITBART VIDEO PICKS</h2>
+ <div class="ndn-videos-content">
+ <div class="ndn_embed ndn_embedContainer ndn-widget-embed-3 ndn_widget_VideoLauncher-Slider ndn_embedded" data-config-widget-id="27513" data-config-type="VideoLauncher/Slider300x250" data-config-tracking-group="90085" data-config-site-section="breitbart2slider_nws_us_sec" id="ndn-widget-embed-3">
+ <div class="ndn_responsiveContainer ndn_sliderTopContainer" style="height: 258.333px;">
+ <div class="ndn_sliderContainer">
+ <div class="ndn_videoPlayerWrapper ndn_videoPlayerWrapper_loading">
+ <div id="inform-viewer-container-2" class="ndn_playerContainer inform-viewer-container">
+ <div class="viewer-loading-screen" style="position: absolute; z-index: 1001; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; display: block;">
+ <div class="inform-loading-spinner"></div>
+ </div>
+ <div class="inform-viewer-module-easi inform-viewer-module" style="width: 100%; height: 100%; overflow: hidden;"><iframe scrolling="no" style="overflow: hidden; width: 310px; height: 258px; border: 0px none; background: transparent none repeat scroll 0% 0%;" allowtransparency="true" class="ndn_easiPlayer"></iframe></div>
+ </div>
+ </div>
+ <div class="ndn_carousel-wrapper" style="max-width: 310px;">
+ <div class="ndn_carousel-viewport" style="width: 100%; overflow: hidden; position: relative; height: 258px;">
+ <ul class="ndn_sliderItems ndn_selectableVideos" style="width: 645%; position: relative; transition-duration: 0s; transform: translate3d(-620px, 0px, 0px);">
+ <li class="ndn_selectableVideo ndn_carousel-clone" data-playlist-index="0" data-video-index="2" data-selectable-video-index="2" data-video-id="31887330" title="Trump signs order withdrawing U.S. from TPP deal" style="float: left; list-style: outside none none; position: relative; width: 310px; height: 258px;">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887330&amp;playlistId=993">
+ <div class="ndn_sliderThumbnailOverlay">
+ <p class="ndn_sliderVideoTitle">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">Trump signs order withdrawing U.S. from TPP deal</div>
+ </p>
+ <p class="ndn_producerName">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">Reuters</div>
+ </p>
+ <img src="http://assets.newsinc.com/10449_75X27.png?t=1485174240" class="ndn_providerLogo" />
+ </div>
+ <img src="http://content.newsinc.com/jpg/320/31887330/49530028.jpg?t=1485174240" class="ndn_centerImage" style="" />
+ <div class="ndn_playButton"></div>
+ </a>
+ </li>
+ <li class="ndn_selectableVideo" data-playlist-index="0" data-video-index="0" data-selectable-video-index="0" data-video-id="31887884" title="Sean Spicer Holds First Formal Press Breifing" style="float: left; list-style: outside none none; position: relative; width: 310px; height: 258px;">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887884&amp;playlistId=993">
+ <div class="ndn_sliderThumbnailOverlay">
+ <p class="ndn_sliderVideoTitle">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">Sean Spicer Holds First Formal Press Breifing</div>
+ </p>
+ <p class="ndn_producerName">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">AP</div>
+ </p>
+ <img src="http://assets.newsinc.com/ap_logo_75x27.png?t=1485254340" class="ndn_providerLogo" />
+ </div>
+ <img src="http://content.newsinc.com/jpg/499/31887884/49537140.jpg?t=1485254340" class="ndn_centerImage" style="" />
+ <div class="ndn_playButton"></div>
+ </a>
+ </li>
+ <li class="ndn_selectableVideo" data-playlist-index="0" data-video-index="1" data-selectable-video-index="1" data-video-id="31887786" title="GOP senators: Give states the option of keeping ObamaCare" style="float: left; list-style: outside none none; position: relative; width: 310px; height: 258px;">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887786&amp;playlistId=993">
+ <div class="ndn_sliderThumbnailOverlay">
+ <p class="ndn_sliderVideoTitle">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">GOP senators: Give states the option of keeping ObamaCare</div>
+ </p>
+ <p class="ndn_producerName">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">TheHill.com</div>
+ </p>
+ <img src="http://assets.newsinc.com/thehill_75x27.png?t=1485180060" class="ndn_providerLogo" />
+ </div>
+ <img src="http://content.newsinc.com/jpg/2124/31887786/49535903.jpg?t=1485180060" class="ndn_centerImage" style="" />
+ <div class="ndn_playButton"></div>
+ </a>
+ </li>
+ <li class="ndn_selectableVideo" data-playlist-index="0" data-video-index="2" data-selectable-video-index="2" data-video-id="31887330" title="Trump signs order withdrawing U.S. from TPP deal" style="float: left; list-style: outside none none; position: relative; width: 310px; height: 258px;">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887330&amp;playlistId=993">
+ <div class="ndn_sliderThumbnailOverlay">
+ <p class="ndn_sliderVideoTitle">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">Trump signs order withdrawing U.S. from TPP deal</div>
+ </p>
+ <p class="ndn_producerName">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">Reuters</div>
+ </p>
+ <img src="http://assets.newsinc.com/10449_75X27.png?t=1485174240" class="ndn_providerLogo" />
+ </div>
+ <img src="http://content.newsinc.com/jpg/320/31887330/49530028.jpg?t=1485174240" class="ndn_centerImage" style="" />
+ <div class="ndn_playButton"></div>
+ </a>
+ </li>
+ <li class="ndn_selectableVideo ndn_carousel-clone" data-playlist-index="0" data-video-index="0" data-selectable-video-index="0" data-video-id="31887884" title="Sean Spicer Holds First Formal Press Breifing" style="float: left; list-style: outside none none; position: relative; width: 310px; height: 258px;">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887884&amp;playlistId=993">
+ <div class="ndn_sliderThumbnailOverlay">
+ <p class="ndn_sliderVideoTitle">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">Sean Spicer Holds First Formal Press Breifing</div>
+ </p>
+ <p class="ndn_producerName">
+ <div style="margin: 0px; padding: 0px; border: 0px none;">AP</div>
+ </p>
+ <img src="http://assets.newsinc.com/ap_logo_75x27.png?t=1485254340" class="ndn_providerLogo" />
+ </div>
+ <img src="http://content.newsinc.com/jpg/499/31887884/49537140.jpg?t=1485254340" class="ndn_centerImage" style="" />
+ <div class="ndn_playButton"></div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="ndn_sliderControls">
+ <div class="ndn_sliderPrev ndn_sliderNavButton">
+ <div class="ndn_arrow"></div>
+ </div>
+ <div class="ndn_sliderNext ndn_sliderNavButton">
+ <div class="ndn_arrow"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="ndn_playlistThumbnails">
+ <h4>More videos:</h4>
+ <div class="ndn_carousel-wrapper" style="max-width: 350px;">
+ <div class="ndn_carousel-viewport" style="width: 100%; overflow: hidden; position: relative; height: 76px;">
+ <ul class="ndn_playlistThumbnailsList" style="width: 645%; position: relative; transition-duration: 0s; transform: translate3d(-314px, 0px, 0px);">
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail ndn_carousel-clone" data-video-index="0" data-playlist-index="0" data-video-id="31887884" data-playlist-id="993" title="Sean Spicer Holds First Formal Press Breifing" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887884&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/499/31887884/49537140.jpg?t=1485254340" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">Sean Spicer Holds First Formal Press Breifing</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail"></div>
+ </li>
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail ndn_carousel-clone" data-video-index="1" data-playlist-index="0" data-video-id="31887786" data-playlist-id="993" title="GOP senators: Give states the option of keeping ObamaCare" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887786&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/2124/31887786/49535903.jpg?t=1485180060" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">GOP senators: Give states the option of keeping ObamaCare</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail" style="display: block;"></div>
+ </li>
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail ndn_carousel-clone" data-video-index="2" data-playlist-index="0" data-video-id="31887330" data-playlist-id="993" title="Trump signs order withdrawing U.S. from TPP deal" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887330&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/320/31887330/49530028.jpg?t=1485174240" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">Trump signs order withdrawing U.S. from TPP deal</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail"></div>
+ </li>
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail" data-video-index="0" data-playlist-index="0" data-video-id="31887884" data-playlist-id="993" title="Sean Spicer Holds First Formal Press Breifing" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887884&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/499/31887884/49537140.jpg?t=1485254340" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">Sean Spicer Holds First Formal Press Breifing</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail"></div>
+ </li>
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail" data-video-index="1" data-playlist-index="0" data-video-id="31887786" data-playlist-id="993" title="GOP senators: Give states the option of keeping ObamaCare" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887786&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/2124/31887786/49535903.jpg?t=1485180060" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">GOP senators: Give states the option of keeping ObamaCare</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail" style="display: block;"></div>
+ </li>
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail" data-video-index="2" data-playlist-index="0" data-video-id="31887330" data-playlist-id="993" title="Trump signs order withdrawing U.S. from TPP deal" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887330&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/320/31887330/49530028.jpg?t=1485174240" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">Trump signs order withdrawing U.S. from TPP deal</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail"></div>
+ </li>
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail ndn_carousel-clone" data-video-index="0" data-playlist-index="0" data-video-id="31887884" data-playlist-id="993" title="Sean Spicer Holds First Formal Press Breifing" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887884&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/499/31887884/49537140.jpg?t=1485254340" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">Sean Spicer Holds First Formal Press Breifing</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail"></div>
+ </li>
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail ndn_carousel-clone" data-video-index="1" data-playlist-index="0" data-video-id="31887786" data-playlist-id="993" title="GOP senators: Give states the option of keeping ObamaCare" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887786&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/2124/31887786/49535903.jpg?t=1485180060" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">GOP senators: Give states the option of keeping ObamaCare</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail" style="display: block;"></div>
+ </li>
+ <li class="ndn_playlistVideoThumbnail ndn_thumbnail ndn_carousel-clone" data-video-index="2" data-playlist-index="0" data-video-id="31887330" data-playlist-id="993" title="Trump signs order withdrawing U.S. from TPP deal" style="float: left; list-style: outside none none; position: relative; width: 100.667px; margin-right: 4px;">
+ <div class="ndn_thumbnailContainer">
+ <a href="//launch.newsinc.com/embed.html?type=VideoPlayer/16x9&amp;trackingGroup=90085&amp;widgetId=1&amp;videoId=31887330&amp;playlistId=993">
+ <img src="http://content.newsinc.com/jpg/320/31887330/49530028.jpg?t=1485174240" style="margin-left: 0px;" />
+ <div class="ndn_titleOverlay">
+ <div class="ndn_thumbTitle">Trump signs order withdrawing U.S. from TPP deal</div>
+ </div>
+ </a>
+ </div>
+ <div class="ndn_currentVideoThumbnail"></div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pubnation" data-target="iscndnvideowidget" style="text-align: center !important; width: 100%;">report this ad</div>
+ </div>
+ </div>
+ <!--iscndnvideowidget-->
+
+
+ <div id="isctaboolawidget1" class="ad SWW">
+ <div class="ad-wrapper">
+ <div id="taboola-right-rail" class=" trc_related_container trc_spotlight_widget" data-placement-name="right-rail">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_22491" class="trc_rbox thumbs-2rx2 trc-content-sponsored trc-auto-size" style="overflow: hidden; display: block;">
+ <div id="trc_header_22491" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext">
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2rx2:right-rail:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2rx2:right-rail:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2rx2:right-rail:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2rx2:right-rail:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a></div>
+ </div><span class="trc_rbox_header_span"><span class="trc_inner_header trc_header_left_column">YOU MIGHT LIKE</span><span class="trc_inner_header trc_header_right_column">From The Web</span></span>
+ </div>
+ <div id="outer_22491" class="trc_rbox_outer" style="overflow: hidden;">
+ <div id="rbox-t2v" class="trc_rbox_div trc_rbox_border_elm" style="overflow: hidden;">
+ <div id="internal_trc_22491" style="width: auto;">
+ <div data-item-id="~~V1~~-3510019048026187362~~uzaL-DdcN_Wk8rfvs4H7sW3dVppf3Hngoq9scqIJMIcSO_fFkG-bpaW2-qyqBDD6ksLyXXiVQ1qqB9ErtdiY22VW5HjaJcCw_CB_9SMo23o" data-item-title="Best Flashlight Ever is Selling Like Crazy" data-item-thumb="http://www.dailylifetech.com/banners/lumify/007.png" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem horizontal trc-first-recommendation trc-spotlight-first-recommendation trc_excludable " style="margin-bottom: 8px; margin-left: 0px; width: 300px; height: auto; position: relative;"><a title="Best Flashlight Ever is Selling Like Crazy" href="http://trkwl.me/base.php?c=131&amp;key=8f7dc8f9f96750dd7a45cb6bcef8a032&amp;cp=%7Bcampaign%7D&amp;site=breitbartcom&amp;thumb=http%3A%2F%2Fwww.dailylifetech.com%2Fbanners%2Flumify%2F007.png&amp;title=Best+Flashlight+Ever+is+Selling+Like+Crazy" rel="nofollow" target="_blank" class=" item-thumbnail-href "><span class="thumbBlock" style="height: 150px; width: 300px; position: relative; float: none; display: block;"><span class="thumbnail-overlay" style="height: 150px; width: 300px;"></span><span class="branding">Lumify Flashlight X800</span><span class="static-text top-right"></span><img style="visibility: visible; height: 150px !important;" src="http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_300%2Cw_600%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//www.dailylifetech.com/banners/lumify/007.png" /></span></a><a title="Best Flashlight Ever is Selling Like Crazy" href="http://trkwl.me/base.php?c=131&amp;key=8f7dc8f9f96750dd7a45cb6bcef8a032&amp;cp=%7Bcampaign%7D&amp;site=breitbartcom&amp;thumb=http%3A%2F%2Fwww.dailylifetech.com%2Fbanners%2Flumify%2F007.png&amp;title=Best+Flashlight+Ever+is+Selling+Like+Crazy" rel="nofollow" target="_blank" class=" item-label-href "><span style="display: block;" class="video-label-box"><span class="video-label video-title">Best Flashlight Ever is Selling Like Crazy</span><span class="branding">Lumify Flashlight X800</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div style="clear: both; width: 100%;"></div>
+ <div data-item-id="~~V1~~5203257888082971773~~pfBoXwMI7GABLLiNvFYGYH6XuwNy-kgGlR0S5FEF6qASO_fFkG-bpaW2-qyqBDD6SAPUJY21GDdrbepJFt0qJ2VW5HjaJcCw_CB_9SMo23o" data-item-title="Say Goodbye To Snoring, Say Hello to Sleep" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/b4ea56abdb75f62da20a9c018b1ebe15.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem horizontal trc_excludable " style="margin-bottom: 8px; margin-left: 0px; width: 300px; height: auto; position: relative;"><a title="Say Goodbye To Snoring, Say Hello to Sleep" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetwork?utm_source=Taboola&amp;utm_medium=breitbartcom&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fb4ea56abdb75f62da20a9c018b1ebe15.jpg&amp;utm_term=Say+Goodbye+To+Snoring%2C+Say+Hello+to+Sleep" rel="nofollow" target="_blank" class=" item-thumbnail-href "><span class="thumbBlock" style="height: 150px; width: 300px; position: relative; float: none; display: block;"><span class="thumbnail-overlay" style="height: 150px; width: 300px;"></span><span class="branding">My Snoring Solution</span><span class="static-text top-right"></span><img style="visibility: visible; height: 150px !important;" src="http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_300%2Cw_600%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/b4ea56abdb75f62da20a9c018b1ebe15.jpg" /></span></a><a title="Say Goodbye To Snoring, Say Hello to Sleep" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetwork?utm_source=Taboola&amp;utm_medium=breitbartcom&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fb4ea56abdb75f62da20a9c018b1ebe15.jpg&amp;utm_term=Say+Goodbye+To+Snoring%2C+Say+Hello+to+Sleep" rel="nofollow" target="_blank" class=" item-label-href "><span style="display: block;" class="video-label-box"><span class="video-label video-title">Say Goodbye To Snoring, Say Hello to Sleep</span><span class="branding">My Snoring Solution</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div style="clear: both; width: 100%;"></div>
+ <div data-item-id="~~V1~~-4126273700562553064~~aCcQ1G2g-zl_iY5AxVNvf6jwmrHQXP4APj0i219j49QSO_fFkG-bpaW2-qyqBDD669-0l4DuKZgmQpUQRXFhT2VW5HjaJcCw_CB_9SMo23o" data-item-title="Finding Cheap Flights is Now Easy" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/121e89771500274cfd0914514ed244a1.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem horizontal trc_excludable " style="margin-bottom: 8px; margin-left: 0px; width: 300px; height: auto; position: relative;"><a title="Finding Cheap Flights is Now Easy" href="http://www.tripsinsider.com/flights/?utm_source=ti_taboola_flights_1&amp;utm_medium=breitbartcom" rel="nofollow" target="_blank" class=" item-thumbnail-href "><span class="thumbBlock" style="height: 150px; width: 300px; position: relative; float: none; display: block;"><span class="thumbnail-overlay" style="height: 150px; width: 300px;"></span><span class="branding">tripsinsider.com</span><span class="static-text top-right"></span><img style="visibility: visible; height: 150px !important;" src="http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_300%2Cw_600%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/121e89771500274cfd0914514ed244a1.jpg" /></span></a><a title="Finding Cheap Flights is Now Easy" href="http://www.tripsinsider.com/flights/?utm_source=ti_taboola_flights_1&amp;utm_medium=breitbartcom" rel="nofollow" target="_blank" class=" item-label-href "><span style="display: block;" class="video-label-box"><span class="video-label video-title">Finding Cheap Flights is Now Easy</span><span class="branding">tripsinsider.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div style="clear: both; width: 100%;"></div>
+ <div data-item-id="~~V1~~-4981071907474008028~~n-mVVmqwrwr6mEdrOkDkBCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6TcAzsT3F8CHfR1kvoUNzzmVW5HjaJcCw_CB_9SMo23o" data-item-title="Couple Finds 50-Year-Old Fallout Shelter, But When They Look inside..." data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/73ce7f5b620863f37b43ab1f92272875.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem horizontal trc_excludable " style="margin-bottom: 8px; margin-left: 0px; width: 300px; height: auto; position: relative;"><a title="Couple Finds 50-Year-Old Fallout Shelter, But When They Look inside..." href="http://www.lifedaily.com/story/california-couple-inherits-50-year-old-secret-beneath-their-new-home/source/taboola/?utm_taboola_id=442390#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-CaliforniaCouple" rel="nofollow" target="_blank" class=" item-thumbnail-href "><span class="thumbBlock" style="height: 150px; width: 300px; position: relative; float: none; display: block;"><span class="thumbnail-overlay" style="height: 150px; width: 300px;"></span><span class="branding">LifeDaily.com</span><span class="static-text top-right"></span><img style="visibility: visible; height: 150px !important;" src="http://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_300%2Cw_600%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/73ce7f5b620863f37b43ab1f92272875.jpg" /></span></a><a title="Couple Finds 50-Year-Old Fallout Shelter, But When They Look inside..." href="http://www.lifedaily.com/story/california-couple-inherits-50-year-old-secret-beneath-their-new-home/source/taboola/?utm_taboola_id=442390#utm_medium=referral&amp;utm_source=taboola&amp;utm_campaign=TB-INTL-CaliforniaCouple" rel="nofollow" target="_blank" class=" item-label-href "><span style="display: block;" class="video-label-box"><span class="video-label video-title">Couple Finds 50-Year-Old Fallout Shelter, But When They Look inside...</span><span class="branding">LifeDaily.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div style="clear: both;"></div>
+ </div>
+ </div>
+ </div>
+ <div class="trc-widget-footer">
+ <div class="logoDiv link-adc "><a class="trc_desktop_adc_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2rx2:right-rail:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_adc_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2rx2:right-rail:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2rx2:right-rail:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=breitbartcom&amp;utm_medium=referral&amp;utm_content=thumbs-2rx2:right-rail:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a></div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pubnation" data-target="taboola-right-rail" style="">report this ad</div>
+ </div>
+ <p>advertisement</p>
+ </div>
+ <!--isctaboolawidget1-->
+
+
+
+ <div class="ad Hmobi SWW">
+ <div class="ad-wrapper">
+ <div id="desktop-ROS-Rail2" data-google-query-id="CKn61ZbP2tECFQQ4lgodH5oHJw">
+ <div id="google_ads_iframe_/1003622/Breitbart.ROS.Rail2_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/1003622/Breitbart.ROS.Rail2_0" title="3rd party ad content" name="google_ads_iframe_/1003622/Breitbart.ROS.Rail2_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ <div class="pubnation" data-target="desktop-ROS-Rail2" style="">report this ad</div>
+ </div>
+ <p>advertisement</p>
+ </div>
+ <!--SWW-->
+
+
+
+
+ <div class="ad Hmobi SWW">
+ <div class="ad-wrapper">
+ <div id="desktop-ROS-Rail3" data-google-query-id="CKr61ZbP2tECFQQ4lgodH5oHJw">
+ <div id="google_ads_iframe_/1003622/Breitbart.ROS.Rail3_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/1003622/Breitbart.ROS.Rail3_0" title="3rd party ad content" name="google_ads_iframe_/1003622/Breitbart.ROS.Rail3_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ <div class="pubnation" data-target="desktop-ROS-Rail3" style="">report this ad</div>
+ </div>
+ <p>advertisement</p>
+ </div>
+ <!--SWW-->
+
+
+
+ <div id="iscnewsmaxwidgetid" class="ad SWW">
+ <div class="ad-wrapper">
+ <div id="FcdFRtthi9lEUjCvIY8jg6swoQEvy9_zcgNC_ul4">
+ <div class="sidebarText nmDivWrap">
+ <div class="sidebarText nmHeaderArrowRight"></div>
+ <p class="sidebarText nmHeaderTitle">TAKE A LOOK</p>
+ <div class="sidebarText nmHeaderGradiant"></div>
+ </div>
+ <div id="nmWidget" class="sidebarText">
+ <ul class="nmWidgetUl">
+ <li class="nmWidgetList" style="cursor: pointer;">
+ <a href="http://t.newsmaxfeednetwork.com/ck?url=https%3A%2F%2Fw3.mindhealthreport.com%2FHealth%2FMHR%2FLP%2FMHR-Daily-Prayer-Video-DGT%3Fdkt_nbr%3D9c9jtgug&amp;data=YWVjM2JlZTQyODI4ODgxMjU2MDJjODQ2NDU4YjRmMWM5MjA1YTlhYTZiOWQzZjE0Zjc5N2NlYzY3ZDA0ZTZmN2MzZmExYzhkODEyNjhlMTdkZGQzNDM3ZGY3ZThkNDQ4ZmM4ZTkxZWNjN2M4NWViM2UzYjdlOGZiYzdkOTU2YmU1YzJjZjU3ZGRjMzNkNTQxOTM5ZTg2OGZjZTRjNTJhMDY1OGZlZWFmODk1MGZhYmI2Zjk2ZTM4ZjVjNzc3ZDI2NjBjOWIwYTU3Mzc1NWEzMmNmMWI4Y2U1M2Q0NzRiYzc5YTE4NTFmMzY1YmJkODAzZTc3NWE1MGRhZGZiN2QyYWQyMjU4MDIxNWQ5MzFlOTJiMGMyYWFlYjQ0NzE1YjBm&amp;sid=6d61fb14555341879a76bc30a3ddb842_c48d7061" target="_blank">
+ <p>4 Ways Prayer Changes Your Brain. See the Transformation. </p>
+ <div class="adsnative-icon-external-link"></div>
+ <p></p>
+ </a>
+ <img src="http://t.newsmaxfeednetwork.com/im.gif?data=YWVjM2JlZTQyODI4ODgxMjU2MDJjODQ2NDU4YjRmMWM5MjA1YTlhYTZiOWQzZjE0Zjc5N2NlYzY3ZDA0ZTZmN2MzZmExYzhkODEyNjhlMTdkZGQzNDM3ZGY3ZThkNDQ4ZmM4ZTkxZWNjN2M4NWViM2UzYjdlOGZiYzdkOTU2YmU1YzJjZjU3ZGRjMzNkNTQxOTM5ZTg2OGZjZTRjNTJhMDY1OGZlZWFmODk1MGZhYmI2Zjk2ZTM4ZjVjNzc3ZDI2NjBjOWIwYTU3Mzc1NWEzMmNmMWI4Y2U1M2Q0NzRiYzc5YTE4NTFmMzY1YmJkODAzZTc3NWE1MGRhZGZiN2QyYWQyMjU4MDIxNWQ5MzFlOTJiMGMyYWFlYjQ0NzE1YjBm&amp;sid=6d61fb14555341879a76bc30a3ddb842_c48d7061" style="margin: 0px; padding: 0px; height: 1px; width: 1px; border: medium none; float: left; display: none;" width="1" border="0" height="1" />
+ </li>
+ <li class="nmWidgetList" style="cursor: pointer;">
+ <a href="http://t.newsmaxfeednetwork.com/ck?url=https%3A%2F%2Fw3.brownsteinhealth.com%2FHealth%2FDRB%2FLP%2FBrownstein-Cancer-DGT%3Fdkt_nbr%3Dab8jrnkc&amp;data=YTRlZmMwMTc5NDc1OWRkMGU3YTJlYjFlNDZiNTBhZDAxMDUwYjI1NjdkOWI2YjFmMzE3NmFjOTA3Y2MxZGU2OTQ4NzMxZDEyMTE1YzNhZjQyMWZmZTI5NGVlNmQxMTBkYzU0NTBkODE0ODYwMDY3MTEzOTQ1ZTg5NzcwZGQwZjIzMTM3YTIyODM4ZGNhZTljZmRmNjE0YWZlOWFiNTEzMWI2NTNkMzNhZTBkYTViMzkyNzhkMmMyOGYxMzNmZWJmOWY1NDBjMGJhYjljZWE1NGRjMzM5M2MyOGRkMGZmZTA1ODg2OTQxNmIzZWU5MDI3MTEyMzMwYjIxMGI1MDYyMjgzZTcxY2Q5OTZiMWNjZjhlM2Q3YzE2MjdjMjI4ZGE0&amp;sid=6d61fb14555341879a76bc30a3ddb842_d8bab975" target="_blank">
+ <p>Cancer and Your Age... What I Found Will Shock You </p>
+ <div class="adsnative-icon-external-link"></div>
+ <p></p>
+ </a>
+ <img src="http://t.newsmaxfeednetwork.com/im.gif?data=YTRlZmMwMTc5NDc1OWRkMGU3YTJlYjFlNDZiNTBhZDAxMDUwYjI1NjdkOWI2YjFmMzE3NmFjOTA3Y2MxZGU2OTQ4NzMxZDEyMTE1YzNhZjQyMWZmZTI5NGVlNmQxMTBkYzU0NTBkODE0ODYwMDY3MTEzOTQ1ZTg5NzcwZGQwZjIzMTM3YTIyODM4ZGNhZTljZmRmNjE0YWZlOWFiNTEzMWI2NTNkMzNhZTBkYTViMzkyNzhkMmMyOGYxMzNmZWJmOWY1NDBjMGJhYjljZWE1NGRjMzM5M2MyOGRkMGZmZTA1ODg2OTQxNmIzZWU5MDI3MTEyMzMwYjIxMGI1MDYyMjgzZTcxY2Q5OTZiMWNjZjhlM2Q3YzE2MjdjMjI4ZGE0&amp;sid=6d61fb14555341879a76bc30a3ddb842_d8bab975" style="margin: 0px; padding: 0px; height: 1px; width: 1px; border: medium none; float: left; display: none;" width="1" border="0" height="1" />
+ </li>
+ <li class="nmWidgetList" style="cursor: pointer;">
+ <a href="http://t.newsmaxfeednetwork.com/ck?url=https%3A%2F%2Fw3.brownsteinhealth.com%2FHealth%2FDRB%2FLP%2FBrownstein-Arthritis-DGT%3Fdkt_nbr%3Dgmmqbyc6&amp;data=Mjg2MmYwNTJiY2ViMDNjN2YwOGZjMzg0NTc2YTdhOTY3NDk2ZjhmZjI3YWZmM2MyNzZjMmRmNWVkNTAwYmMyN2JiOTBmODNjNzA0YThlZWRlY2NkNzMzMjBkMmI5NGEyMWRkNTJkM2Q2NWQ0YTk0MzQ1MzFkOWUxNWY2YTgxNGVmYjFjNjY1MDBjM2E0ODkzNWM0N2UyNmVmNDBlYzlmNDEyYWM0ZjMwOGU2MzRmMzYxNjQ2N2MwOWEyZTkxNGI1NDU3NGMzY2ZjZjQ5OTEwYjExNWQyOWUzMzAzMzRiOWRhODAzYzQ0NTM4NTUxZmJiNDExYjJkZjEzM2FlMjUxODQ5YTY2ZTlkYjUyZTM0OWM0ZTI5ZjQ4M2FmYmE4ZmE3&amp;sid=6d61fb14555341879a76bc30a3ddb842_11a20dcc" target="_blank">
+ <p>Breakthrough: New Discovery in Treating Fibromyalgia and Arthritis </p>
+ <div class="adsnative-icon-external-link"></div>
+ <p></p>
+ </a>
+ <img src="http://t.newsmaxfeednetwork.com/im.gif?data=Mjg2MmYwNTJiY2ViMDNjN2YwOGZjMzg0NTc2YTdhOTY3NDk2ZjhmZjI3YWZmM2MyNzZjMmRmNWVkNTAwYmMyN2JiOTBmODNjNzA0YThlZWRlY2NkNzMzMjBkMmI5NGEyMWRkNTJkM2Q2NWQ0YTk0MzQ1MzFkOWUxNWY2YTgxNGVmYjFjNjY1MDBjM2E0ODkzNWM0N2UyNmVmNDBlYzlmNDEyYWM0ZjMwOGU2MzRmMzYxNjQ2N2MwOWEyZTkxNGI1NDU3NGMzY2ZjZjQ5OTEwYjExNWQyOWUzMzAzMzRiOWRhODAzYzQ0NTM4NTUxZmJiNDExYjJkZjEzM2FlMjUxODQ5YTY2ZTlkYjUyZTM0OWM0ZTI5ZjQ4M2FmYmE4ZmE3&amp;sid=6d61fb14555341879a76bc30a3ddb842_11a20dcc" style="margin: 0px; padding: 0px; height: 1px; width: 1px; border: medium none; float: left; display: none;" width="1" border="0" height="1" />
+ </li>
+ <li class="nmWidgetList" style="cursor: pointer;">
+ <a href="http://t.newsmaxfeednetwork.com/ck?url=https%3A%2F%2Fw3.hearthealthreport.com%2FHealth%2FCHH%2FLP%2FCrandall-Arteries-Video-DGT%3Fdkt_nbr%3Dsximuec9&amp;data=ZDQxN2IyYmRiYmY1OWZkNDc0MjUwZmQ3MDcyZDBiOTU1ZjgwYzQ5NjYwNjU2MmYxMTU0NjJkNDExNGZmZDk3YjM2ZmFmYjY5YmY3NTAxMjc0YzAxMjU4NTNlNGQ5OGY0MDMzMTYwMzMyNTgyNGUzMDRlZDFlMDZlMzUxMWU1ZmIxNmQzN2NlMmJjN2EwM2RmOTdjM2ZhODk3MTMxODA3NDRjMTBmY2QzYzc0YjViNjhlYzViM2Y0NmJlZmNkM2E1NDA2YmNmOGQzM2I4NWI0MTIzOWI3OWE5OTQ1N2VmZDU0NGFiMjI3MDQyMjYxYjU0NTA4ZWVkZjRlN2RjYjA0M2MzOWFjNjMxM2Q0NWQ2NDgzNTQxM2UzZTQ4ODRkMzQ3&amp;sid=6d61fb14555341879a76bc30a3ddb842_dbe1ca44" target="_blank">
+ <p>Early Warning Signs of a Heart Attack Revealed </p>
+ <div class="adsnative-icon-external-link"></div>
+ <p></p>
+ </a>
+ <img src="http://t.newsmaxfeednetwork.com/im.gif?data=ZDQxN2IyYmRiYmY1OWZkNDc0MjUwZmQ3MDcyZDBiOTU1ZjgwYzQ5NjYwNjU2MmYxMTU0NjJkNDExNGZmZDk3YjM2ZmFmYjY5YmY3NTAxMjc0YzAxMjU4NTNlNGQ5OGY0MDMzMTYwMzMyNTgyNGUzMDRlZDFlMDZlMzUxMWU1ZmIxNmQzN2NlMmJjN2EwM2RmOTdjM2ZhODk3MTMxODA3NDRjMTBmY2QzYzc0YjViNjhlYzViM2Y0NmJlZmNkM2E1NDA2YmNmOGQzM2I4NWI0MTIzOWI3OWE5OTQ1N2VmZDU0NGFiMjI3MDQyMjYxYjU0NTA4ZWVkZjRlN2RjYjA0M2MzOWFjNjMxM2Q0NWQ2NDgzNTQxM2UzZTQ4ODRkMzQ3&amp;sid=6d61fb14555341879a76bc30a3ddb842_dbe1ca44" style="margin: 0px; padding: 0px; height: 1px; width: 1px; border: medium none; float: left; display: none;" width="1" border="0" height="1" />
+ </li>
+ <li class="nmWidgetList" style="cursor: pointer;">
+ <a href="http://t.newsmaxfeednetwork.com/ck?url=https%3A%2F%2Fw3.blaylockwellness.com%2FHealth%2FBWR%2FLP%2FBWR-Brain-Video-DGT%3Fdkt_nbr%3Drroepnsn&amp;data=MDFkNGY0ZmU4OWYzOWU4MzYzOTRiNDQwMzlkNGUzN2JjYmNlZDNhNmQ3MmFmMTk0OTQ1NzRkNDIxOWMzMDg4YzMwOWQ2N2RmMTU2NjI1MThmODBkNDQ5YzUwNDM4YjFmZWU5OTg5MjJhMzQ1ZDEyZDRkODUzMTNiZjUwZjAyNDc0M2VhOTc3YzBlZWYxNDZkOWNjNmIzZGRhMDU3YjU0YzIwMTA1YWEyZjk0YTg3ZTFkYWVmNWVkZjUxY2U1MWUwMzcxMzc2NjQwYjY5ODBiOTc4YzA5NjMzMzFjNzExMDYyNTlkZjFiZjEzOTQxMWIxNGFlODc0Yzk2ODYwMDg0YTcyYmMzYjgwZTE0ODc4ZjdmZDNlYmZmMzhhYTQyMTFm&amp;sid=6d61fb14555341879a76bc30a3ddb842_bd46f188" target="_blank">
+ <p>ALERT: These 2 'Triggers' Cause Your Memory Loss </p>
+ <div class="adsnative-icon-external-link"></div>
+ <p></p>
+ </a>
+ <img src="http://t.newsmaxfeednetwork.com/im.gif?data=MDFkNGY0ZmU4OWYzOWU4MzYzOTRiNDQwMzlkNGUzN2JjYmNlZDNhNmQ3MmFmMTk0OTQ1NzRkNDIxOWMzMDg4YzMwOWQ2N2RmMTU2NjI1MThmODBkNDQ5YzUwNDM4YjFmZWU5OTg5MjJhMzQ1ZDEyZDRkODUzMTNiZjUwZjAyNDc0M2VhOTc3YzBlZWYxNDZkOWNjNmIzZGRhMDU3YjU0YzIwMTA1YWEyZjk0YTg3ZTFkYWVmNWVkZjUxY2U1MWUwMzcxMzc2NjQwYjY5ODBiOTc4YzA5NjMzMzFjNzExMDYyNTlkZjFiZjEzOTQxMWIxNGFlODc0Yzk2ODYwMDg0YTcyYmMzYjgwZTE0ODc4ZjdmZDNlYmZmMzhhYTQyMTFm&amp;sid=6d61fb14555341879a76bc30a3ddb842_bd46f188" style="margin: 0px; padding: 0px; height: 1px; width: 1px; border: medium none; float: left; display: none;" width="1" border="0" height="1" />
+ </li>
+ <li class="nmWidgetList" style="cursor: pointer;">
+ <a href="http://t.newsmaxfeednetwork.com/ck?url=https%3A%2F%2Fw3.newsmax.com%2FGeneral%2FNMM%2FOffers%2FMag-2009-Apr-Jesus-Trial%3Fdkt_nbr%3Dpgqeks21&amp;data=NTdlYzY4NWUxYjEyOGY1Y2VmYjNlNTI3MmFiYjVjMDViYzc1ZmRkOTRkOTZlYTdiZmJlOWUzMWE5Njg5ZGU5MjY3MmU5NzI2NjcyMTE0Y2U3MGI4NGQzMmI4MmJhZDhjNzkyYTc2MGYxODE1MWNjNDVhYTNmOGRlMzVkNmFjMjU4NWQyMzA1NzM4MzMwMjllYWEwOGE1NGM0MmIzNGVlYjQ3YTk1ODQ5ODcxYTBhYmVhZDE5YmYyMTA0NmYxZTc2MmUyM2Y4NDg5Zjg1OGIyNTA3YjczNmI4N2IwMGM1MWViYzc2N2FlY2QxNzM0MDRmMzdhOGYwYjJmMTYxZjFkYzg5YzgyM2E5NmU2OGYyMjY1NzJlYjE1NTE2ZWEzNDQz&amp;sid=6d61fb14555341879a76bc30a3ddb842_86936a6b" target="_blank">
+ <p>The Second Coming: What Does the Bible Predict? </p>
+ <div class="adsnative-icon-external-link"></div>
+ <p></p>
+ </a>
+ <img src="http://t.newsmaxfeednetwork.com/im.gif?data=NTdlYzY4NWUxYjEyOGY1Y2VmYjNlNTI3MmFiYjVjMDViYzc1ZmRkOTRkOTZlYTdiZmJlOWUzMWE5Njg5ZGU5MjY3MmU5NzI2NjcyMTE0Y2U3MGI4NGQzMmI4MmJhZDhjNzkyYTc2MGYxODE1MWNjNDVhYTNmOGRlMzVkNmFjMjU4NWQyMzA1NzM4MzMwMjllYWEwOGE1NGM0MmIzNGVlYjQ3YTk1ODQ5ODcxYTBhYmVhZDE5YmYyMTA0NmYxZTc2MmUyM2Y4NDg5Zjg1OGIyNTA3YjczNmI4N2IwMGM1MWViYzc2N2FlY2QxNzM0MDRmMzdhOGYwYjJmMTYxZjFkYzg5YzgyM2E5NmU2OGYyMjY1NzJlYjE1NTE2ZWEzNDQz&amp;sid=6d61fb14555341879a76bc30a3ddb842_86936a6b" style="margin: 0px; padding: 0px; height: 1px; width: 1px; border: medium none; float: left; display: none;" width="1" border="0" height="1" />
+ </li>
+ </ul>
+ </div>
+ <div class="sidebarText nmWidgetBrand">
+ <a target="_blank" href="https://www.newsmaxfeednetwork.com/">Powered by <img src="https://s.newsmaxfeednetwork.com/static/img/newsmax_templates/newsmax-powered-by.png" style="width: 55px !important;" /></a>
+ </div>
+ </div>
+ <div class="pubnation" data-target="FcdFRtthi9lEUjCvIY8jg6swoQEvy9_zcgNC_ul4" style="">report this ad</div>
+ </div>
+ </div>
+ <!--iscnewsmaxwidgetid-->
+
+
+ <div id="breitbartpodcasts" class="SWW">
+ <a id="bbpodcastspace" href="/podcasts/" title="Breitbart Podcasts"></a>
+ <div class="bbpodcast">
+ <a href="/podcasts/sonnie-johnson/" rel="nofollow" class="bbpodcastimg" title="Sonnie Johnson Podcast" target="bbpodcastwindow"></a>
+ <div class="bbpodcastright">
+ <a rel="nofollow" href="/podcasts/sonnie-johnson/" class="bbpodcasttxt" title="Listen Now" target="bbpodcastwindow">Episode 42 - HashtagMakeSuccessSexyAgain</a>
+ <a rel="nofollow" href="/podcasts/sonnie-johnson/" class="bbpodcastlistennow" title="Listen Now" target="bbpodcastwindow"></a>
+ <a rel="noopener" href="https://itunes.apple.com/us/podcast/id1095401893" class="bbpodcastitunes x5l" title="Listen on iTunes" target="_blank"></a>
+ </div>
+ <!--bbpodcastright-->
+ <br class="C" />
+ </div>
+ <!--bbpodcast-->
+ <div class="bbpodcast">
+ <a href="/podcasts/milo/" rel="nofollow" class="bbpodcastimg" title="Milo Yiannopoulos Podcast" target="bbpodcastwindow"></a>
+ <div class="bbpodcastright">
+ <a rel="nofollow" href="/podcasts/milo/" class="bbpodcasttxt" title="Listen Now" target="bbpodcastwindow">What Trump Means</a>
+ <a rel="nofollow" href="/podcasts/milo/" class="bbpodcastlistennow" title="Listen Now" target="bbpodcastwindow"></a>
+ <a rel="noopener" href="https://itunes.apple.com/us/podcast/id1095405552" class="bbpodcastitunes x5l" title="Listen on iTunes" target="_blank"></a>
+ </div>
+ <!--bbpodcastright-->
+ <br class="C" />
+ </div>
+ <!--bbpodcast-->
+ <div class="bbpodcast">
+ <a href="/podcasts/james-delingpole/" rel="nofollow" class="bbpodcastimg" title="James Delingpole Podcast" target="bbpodcastwindow"></a>
+ <div class="bbpodcastright">
+ <a rel="nofollow" href="/podcasts/james-delingpole/" class="bbpodcasttxt" title="Listen Now" target="bbpodcastwindow">Dominic Frisby, Comedian and Bitcoin...</a>
+ <a rel="nofollow" href="/podcasts/james-delingpole/" class="bbpodcastlistennow" title="Listen Now" target="bbpodcastwindow"></a>
+ <a rel="noopener" href="https://itunes.apple.com/us/podcast/delingpole-james-delingpole/id1163810679" class="bbpodcastitunes x5l" title="Listen on iTunes" target="_blank"></a>
+ </div>
+ <!--bbpodcastright-->
+ <br class="C" />
+ </div>
+ <!--bbpodcast-->
+ <div class="bbpodcast">
+ <a href="/podcasts/awr-hawkins/" rel="nofollow" class="bbpodcastimg" title="AWR Hawkins Podcast" target="bbpodcastwindow"></a>
+ <div class="bbpodcastright">
+ <a rel="nofollow" href="/podcasts/awr-hawkins/" class="bbpodcasttxt" title="Listen Now" target="bbpodcastwindow">Karl Malone</a>
+ <a rel="nofollow" href="/podcasts/awr-hawkins/" class="bbpodcastlistennow" title="Listen Now" target="bbpodcastwindow"></a>
+ <a rel="noopener" href="https://itunes.apple.com/us/podcast/bullets-with-awr-hawkins/id1163805390" class="bbpodcastitunes x5l" title="Listen on iTunes" target="_blank"></a>
+ </div>
+ <!--bbpodcastright-->
+ <br class="C" />
+ </div>
+ <!--bbpodcast-->
+ </div>
+
+
+ <div class="SWW">
+ <h2>MOST POPULAR</h2>
+ <ul id="disqus-popularUL">
+ <li><a href="/big-hollywood/2017/01/23/chelsea-handler-wont-interview-melania-trump-can-barely-speak-english/" title="Chelsea Handler Won’t Interview Melania Trump: ‘She Can Barely Speak English’" data-n="1">Chelsea Handler Won’t Interview Melania Trump: ‘She Can Barely Speak English’</a><span><a class="bycount" href="/big-hollywood/2017/01/23/chelsea-handler-wont-interview-melania-trump-can-barely-speak-english/#disqus_thread" data-dsqi="6005550" title="Chelsea Handler Won’t Interview Melania Trump: ‘She Can Barely Speak English’" rel="nofollow" data-n="1">4,162</a> comments - 7 hours ago</span></li>
+ <li><a href="/big-government/2017/01/23/report-obama-gave-221-million-palestinians-last-hours/" title="Report: Obama Gave $221 Million to Palestinians in Last Hours" data-n="2">Report: Obama Gave $221 Million to Palestinians in Last Hours</a><span><a class="bycount" href="/big-government/2017/01/23/report-obama-gave-221-million-palestinians-last-hours/#disqus_thread" data-dsqi="6004026" title="Report: Obama Gave $221 Million to Palestinians in Last Hours" rel="nofollow" data-n="2">5,984</a> comments - 13 hours ago</span></li>
+ <li><a href="/live/womens-march-washington-live-updates/" title="Women’s March on Washington: Live Updates" data-n="3">Women’s March on Washington: Live Updates</a><span><a class="bycount" href="/live/womens-march-washington-live-updates/#disqus_thread" data-dsqi="5991950" title="Women’s March on Washington: Live Updates" rel="nofollow" data-n="3">34,659</a> comments - 3 days ago</span></li>
+ <li><a href="/big-government/2017/01/23/sen-liz-warren-refuses-to-disavow-madonnas-wish-to-blow-up-the-white-house/" title="Sen. Liz Warren Refuses to Disavow Madonna’s Wish to ‘Blow Up the White House’" data-n="4">Sen. Liz Warren Refuses to Disavow Madonna’s Wish to ‘Blow Up the White House’</a><span><a class="bycount" href="/big-government/2017/01/23/sen-liz-warren-refuses-to-disavow-madonnas-wish-to-blow-up-the-white-house/#disqus_thread" data-dsqi="6001310" title="Sen. Liz Warren Refuses to Disavow Madonna’s Wish to ‘Blow Up the White House’" rel="nofollow" data-n="4">4,701</a> comments - 13 hours ago</span></li>
+ <li><a href="/live/inauguration-2017-swearing-president-donald-trump/" title="Inauguration 2017: The Swearing In of President Donald Trump" data-n="5">Inauguration 2017: The Swearing In of President Donald Trump</a><span><a class="bycount" href="/live/inauguration-2017-swearing-president-donald-trump/#disqus_thread" data-dsqi="5983254" title="Inauguration 2017: The Swearing In of President Donald Trump" rel="nofollow" data-n="5">42,070</a> comments - 4 days ago</span></li>
+ <li><a href="/texas/2017/01/23/poll-74-percent-californians-want-end-sanctuary-cities/" title="Poll: 74 Percent of Californians Want to End Sanctuary Cities" data-n="6">Poll: 74 Percent of Californians Want to End Sanctuary Cities</a><span><a class="bycount" href="/texas/2017/01/23/poll-74-percent-californians-want-end-sanctuary-cities/#disqus_thread" data-dsqi="6003278" title="Poll: 74 Percent of Californians Want to End Sanctuary Cities" rel="nofollow" data-n="6">3,930</a> comments - 15 hours ago</span></li>
+ <li><a href="/big-government/2017/01/23/donald-trump-executive-orders-kills-tpp-announces-federal-hiring-freeze-restores-mexico-city-policy/" title="Donald Trump Executive Actions Kills TPP, Announces Federal Hiring Freeze, Restores Mexico City Policy" data-n="7">Donald Trump Executive Actions Kills TPP, Announces Federal Hiring Freeze, Restores Mexico City Policy</a><span><a class="bycount" href="/big-government/2017/01/23/donald-trump-executive-orders-kills-tpp-announces-federal-hiring-freeze-restores-mexico-city-policy/#disqus_thread" data-dsqi="6001426" title="Donald Trump Executive Actions Kills TPP, Announces Federal Hiring Freeze, Restores Mexico City Policy" rel="nofollow" data-n="7">4,824</a> comments - 18 hours ago</span></li>
+ <li><a href="/video/2017/01/23/gloria-steinem-woman-felt-sexually-assaulted-by-trumps-language-attitude/" title="Gloria Steinem: Woman Felt ‘Sexually Assaulted’ by Trump’s ‘Language,’ ‘Attitude’" data-n="8">Gloria Steinem: Woman Felt ‘Sexually Assaulted’ by Trump’s ‘Language,’ ‘Attitude’</a><span><a class="bycount" href="/video/2017/01/23/gloria-steinem-woman-felt-sexually-assaulted-by-trumps-language-attitude/#disqus_thread" data-dsqi="6005298" title="Gloria Steinem: Woman Felt ‘Sexually Assaulted’ by Trump’s ‘Language,’ ‘Attitude’" rel="nofollow" data-n="8">1,623</a> comments - 8 hours ago</span></li>
+ <li><a href="/big-government/2017/01/23/president-trump-kills-tpp-executive-order-officially-withdrawing/" title="President Trump Kills TPP Once and for All with Executive Order Officially Withdrawing" data-n="9">President Trump Kills TPP Once and for All with Executive Order Officially Withdrawing</a><span><a class="bycount" href="/big-government/2017/01/23/president-trump-kills-tpp-executive-order-officially-withdrawing/#disqus_thread" data-dsqi="6001622" title="President Trump Kills TPP Once and for All with Executive Order Officially Withdrawing" rel="nofollow" data-n="9">3,412</a> comments - 17 hours ago</span></li>
+ <li><a href="/big-hollywood/2017/01/23/snl-writer-suspended-barron-trump-homeschool-shooter-tweet/" title="‘SNL’ Writer Suspended for Barron Trump ‘Homeschool Shooter’ Tweet" data-n="10">‘SNL’ Writer Suspended for Barron Trump ‘Homeschool Shooter’ Tweet</a><span><a class="bycount" href="/big-hollywood/2017/01/23/snl-writer-suspended-barron-trump-homeschool-shooter-tweet/#disqus_thread" data-dsqi="6003970" title="‘SNL’ Writer Suspended for Barron Trump ‘Homeschool Shooter’ Tweet" rel="nofollow" data-n="10">2,453</a> comments - 13 hours ago</span></li>
+ </ul>
+ </div>
+ <!--SWW-->
+
+
+ <div id="iscsynapsyswidget1" class="H"></div>
+ <!--iscsynapsyswidget1-->
+
+
+ <div id="HPSW" class="SWW">
+ <h2>FROM THE HOMEPAGE</h2>
+ <ul id="HPSWUL">
+ <li>
+ <a href="/texas/2017/01/23/chelsea-handler-wont-interview-melania-trump-can-barely-speak-english/" title="President Donald Trump and First Lady Melania Trump can save …" data-n="1"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Chelsea-Handler-Melania-Trump-2-Getty-200x150.jpg" class="qazy" alt="Chelsea Handler Won’t Interview Melania Trump: ‘She Can Barely Speak English’" title="President Donald Trump and First Lady Melania Trump can save …" width="200" height="150" />
+ <div>Chelsea Handler Won’t Interview Melania Trump: ‘She Can Barely Speak English’</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/chelsea-handler-wont-interview-melania-trump-can-barely-speak-english/#disqus_thread" title="Chelsea Handler Won’t Interview Melania Trump: ‘She Can Barely Speak English’" data-dsqi="6005550" data-n="1">4158</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/gloria-steinem-woman-felt-sexually-assaulted-by-trumps-language-attitude/" title="Monday on MSNBC's &quot;All In,&quot; discussing Saturday's women’s march on …" data-n="2"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Steinem-200x150.jpg" class="qazy" alt="Gloria Steinem: Woman Felt ‘Sexually Assaulted’ by Trump’s ‘Language,’ ‘Attitude’" title="Monday on MSNBC's &quot;All In,&quot; discussing Saturday's women’s march on …" width="200" height="150" />
+ <div>Gloria Steinem: Woman Felt ‘Sexually Assaulted’ by Trump’s ‘Language,’ ‘Attitude’</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/gloria-steinem-woman-felt-sexually-assaulted-by-trumps-language-attitude/#disqus_thread" title="Gloria Steinem: Woman Felt ‘Sexually Assaulted’ by Trump’s ‘Language,’ ‘Attitude’" data-dsqi="6005298" data-n="2">1623</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/watch-planned-parenthoods-pre-natal-care-deception/" title="National pro-life organization Live Action is releasing a new investigative …" data-n="3"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/pre-natal-care-Getty-200x150.jpg" class="qazy" alt="Watch: Planned Parenthood’s ‘Pre-Natal Care Deception’" title="National pro-life organization Live Action is releasing a new investigative …" width="200" height="150" />
+ <div>Watch: Planned Parenthood’s ‘Pre-Natal Care Deception’</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/watch-planned-parenthoods-pre-natal-care-deception/#disqus_thread" title="Watch: Planned Parenthood’s ‘Pre-Natal Care Deception’" data-dsqi="6005858" data-n="3">154</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/virgil-age-lion-donald-trump-meets-andrew-jackson/" title="Second of Two Parts... In Part One of this series, …" data-n="4"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Virgil-Donald-Trump-Andrew-Jackson-Getty-200x150.jpg" class="qazy" alt="Virgil: The Age of the Lion — Donald Trump Meets Andrew Jackson" title="Second of Two Parts... In Part One of this series, …" width="200" height="150" />
+ <div>Virgil: The Age of the Lion — Donald Trump Meets Andrew Jackson</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/virgil-age-lion-donald-trump-meets-andrew-jackson/#disqus_thread" title="Virgil: The Age of the Lion — Donald Trump Meets Andrew Jackson" data-dsqi="6003326" data-n="4">149</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/critics-trump-deputies-break-immigration-promise-day-one/" title="President Donald Trump’s deputies have yet to stop the Department …" data-n="5"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/DACA-Joe-Raedle-Getty-Images-200x150.jpg" class="qazy" alt="Critics: Trump’s Deputies Break His Cheap-Labor Immigration Promise on Day One" title="President Donald Trump’s deputies have yet to stop the Department …" width="200" height="150" />
+ <div>Critics: Trump’s Deputies Break His Cheap-Labor Immigration Promise on Day One</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/critics-trump-deputies-break-immigration-promise-day-one/#disqus_thread" title="Critics: Trump’s Deputies Break His Cheap-Labor Immigration Promise on Day One" data-dsqi="6004430" data-n="5">681</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/despite-democrat-obstruction-u-s-senate-confirms-mike-pompeo-as-next-director-of-cia/" title="On Monday evening, Kansas Republican Mike Pompeo was confirmed as …" data-n="6"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Pompeo-Grilled-AP-200x150.png" class="qazy" alt="Despite Democrat Obstruction U.S. Senate Confirms Mike Pompeo as Next Director of CIA" title="On Monday evening, Kansas Republican Mike Pompeo was confirmed as …" width="200" height="150" />
+ <div>Despite Democrat Obstruction U.S. Senate Confirms Mike Pompeo as Next Director of CIA</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/despite-democrat-obstruction-u-s-senate-confirms-mike-pompeo-as-next-director-of-cia/#disqus_thread" title="Despite Democrat Obstruction U.S. Senate Confirms Mike Pompeo as Next Director of CIA" data-dsqi="6005154" data-n="6">921</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/report-obama-gave-221-million-palestinians-last-hours/" title="The Associated Press reported Monday that former President Barack Obama …" data-n="7"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Donald-Trump-Barack-Obama-January-20-2017-200x150.jpg" class="qazy" alt="Report: Obama Gave $221 Million to Palestinians in Last Hours" title="The Associated Press reported Monday that former President Barack Obama …" width="200" height="150" />
+ <div>Report: Obama Gave $221 Million to Palestinians in Last Hours</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/report-obama-gave-221-million-palestinians-last-hours/#disqus_thread" title="Report: Obama Gave $221 Million to Palestinians in Last Hours" data-dsqi="6004026" data-n="7">5810</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/breitbart-news-daily-goodbye-tpp-hello-american-jobs/" title="On the Tuesday edition of Breitbart News Daily, broadcast live …" data-n="8"><img data-qazy="true" src="http://media.breitbart.com/media/2016/05/Radio-Daily2-200x150.jpg" class="qazy" alt="Breitbart News Daily: Goodbye TPP; Hello American Jobs" title="On the Tuesday edition of Breitbart News Daily, broadcast live …" width="200" height="150" />
+ <div>Breitbart News Daily: Goodbye TPP; Hello American Jobs</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/breitbart-news-daily-goodbye-tpp-hello-american-jobs/#disqus_thread" title="Breitbart News Daily: Goodbye TPP; Hello American Jobs" data-dsqi="6005234" data-n="8">73</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/brady-campaign-quiet-guns-deadlier-loud-ones/" title="On January 23, the Brady Campaign to Prevent Gun Violence …" data-n="9"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/man-uses-gun-silencer-suppressor-rifle-getty-200x150.jpg" class="qazy" alt="Brady Campaign: Quiet Guns Deadlier Than Loud Ones" title="On January 23, the Brady Campaign to Prevent Gun Violence …" width="200" height="150" />
+ <div>Brady Campaign: Quiet Guns Deadlier Than Loud Ones</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/brady-campaign-quiet-guns-deadlier-loud-ones/#disqus_thread" title="Brady Campaign: Quiet Guns Deadlier Than Loud Ones" data-dsqi="6006154" data-n="9">225</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/wapo-d-c-careful-becoming-sanctuary-city-trump/" title="Just as President Donald Trump begins his full work week, …" data-n="10"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/1-200x150.jpg" class="qazy" alt="WaPo: D.C. Should Be Careful Becoming Sanctuary City Under Trump" title="Just as President Donald Trump begins his full work week, …" width="200" height="150" />
+ <div>WaPo: D.C. Should Be Careful Becoming Sanctuary City Under Trump</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/wapo-d-c-careful-becoming-sanctuary-city-trump/#disqus_thread" title="WaPo: D.C. Should Be Careful Becoming Sanctuary City Under Trump" data-dsqi="6003438" data-n="10">84</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/teamsters-jimmy-hoffa-lavishes-praise-on-president-trump-on-trade-policy/" title="International Brotherhood of Teamsters president James P. Hoffa praised President …" data-n="11"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/James-P.-Hoffa-200x133.jpg" class="qazy" alt="Teamsters’ Jimmy Hoffa Lavishes Praise on President Trump on Trade Policy" title="International Brotherhood of Teamsters president James P. Hoffa praised President …" width="200" height="133" />
+ <div>Teamsters’ Jimmy Hoffa Lavishes Praise on President Trump on Trade Policy</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/teamsters-jimmy-hoffa-lavishes-praise-on-president-trump-on-trade-policy/#disqus_thread" title="Teamsters’ Jimmy Hoffa Lavishes Praise on President Trump on Trade Policy" data-dsqi="6004358" data-n="11">604</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/trump-white-house-pledges-support-law-enforcement-white-house-page/" title="President Trump is keeping his campaign promise as president by …" data-n="12"><img data-qazy="true" src="http://media.breitbart.com/media/2016/12/Trump-Laredo-Police-2016-ap-200x150.jpg" class="qazy" alt="Trump White House Pledges Support for Law Enforcement in White House Page " title="President Trump is keeping his campaign promise as president by …" width="200" height="150" />
+ <div>Trump White House Pledges Support for Law Enforcement in White House Page </div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/trump-white-house-pledges-support-law-enforcement-white-house-page/#disqus_thread" title="Trump White House Pledges Support for Law Enforcement in White House Page " data-dsqi="6004762" data-n="12">167</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/burlesque-dancer-fired-investigated-by-secret-service-for-trump-assassination-tweet/" title="The Secret Service is investigating a burlesque dancer from Kentucky …" data-n="13"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Heather-Lowrey-200x150.png" class="qazy" alt="Burlesque Dancer Fired, Investigated by Secret Service for Trump Assassination Tweet" title="The Secret Service is investigating a burlesque dancer from Kentucky …" width="200" height="150" />
+ <div>Burlesque Dancer Fired, Investigated by Secret Service for Trump Assassination Tweet</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/burlesque-dancer-fired-investigated-by-secret-service-for-trump-assassination-tweet/#disqus_thread" title="Burlesque Dancer Fired, Investigated by Secret Service for Trump Assassination Tweet" data-dsqi="6002926" data-n="13">1205</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/five-facts-president-trump-reinstating-mexico-city-policy-abortion/" title="President Donald Trump signed an executive order Monday that reinstated …" data-n="14"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Pro-Life-Protester-US-SCOTUS-2016-Getty-200x150.jpg" class="qazy" alt="Five Facts About Trump’s Reinstatement of the Mexico City Policy on Abortion" title="President Donald Trump signed an executive order Monday that reinstated …" width="200" height="150" />
+ <div>Five Facts About Trump’s Reinstatement of the Mexico City Policy on Abortion</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/five-facts-president-trump-reinstating-mexico-city-policy-abortion/#disqus_thread" title="Five Facts About Trump’s Reinstatement of the Mexico City Policy on Abortion" data-dsqi="6003894" data-n="14">507</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/andrea-mitchell-sean-spicer-first-press-briefing-was-substantive-and-responsive/" title="Monday on MSNBC commenting on the first official White House …" data-n="15"><img data-qazy="true" src="http://media.breitbart.com/media/2015/11/Mitchell-1124-Thumbnail-200x150.jpg" class="qazy" alt="Andrea Mitchell: Sean Spicer First Press Briefing Was ‘Substantive’ and ‘Responsive’" title="Monday on MSNBC commenting on the first official White House …" width="200" height="150" />
+ <div>Andrea Mitchell: Sean Spicer First Press Briefing Was ‘Substantive’ and ‘Responsive’</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/andrea-mitchell-sean-spicer-first-press-briefing-was-substantive-and-responsive/#disqus_thread" title="Andrea Mitchell: Sean Spicer First Press Briefing Was ‘Substantive’ and ‘Responsive’" data-dsqi="6003906" data-n="15">391</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/sean-spicer-scolds-media-negative-donald-trump-coverage/" title="White House press secretary Sean Spicer called out the media …" data-n="16"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Sean-Spicer-At-First-Press-Conference-200x150.jpg" class="qazy" alt="Sean Spicer Scolds Media for Negative Donald Trump Coverage" title="White House press secretary Sean Spicer called out the media …" width="200" height="150" />
+ <div>Sean Spicer Scolds Media for Negative Donald Trump Coverage</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/sean-spicer-scolds-media-negative-donald-trump-coverage/#disqus_thread" title="Sean Spicer Scolds Media for Negative Donald Trump Coverage" data-dsqi="6004306" data-n="16">568</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/guardian-hysteria-trump-unleash-tsunami-human-rights/" title="Reaching a new acme in irresponsible fear-mongering, the far-left Guardian …" data-n="17"><img data-qazy="true" src="http://media.breitbart.com/media/2016/09/Guardian-200x150.jpg" class="qazy" alt="Guardian Hysteria: Trump to ‘Unleash a Tsunami’ Against Human Rights" title="Reaching a new acme in irresponsible fear-mongering, the far-left Guardian …" width="200" height="150" />
+ <div>Guardian Hysteria: Trump to ‘Unleash a Tsunami’ Against Human Rights</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/guardian-hysteria-trump-unleash-tsunami-human-rights/#disqus_thread" title="Guardian Hysteria: Trump to ‘Unleash a Tsunami’ Against Human Rights" data-dsqi="6001754" data-n="17">487</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/obama-exports-us-airline-jobs/" title="Airline pilots will hold a White House rally on Tuesday …" data-n="18"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/AP_090224058041-200x150.jpg" class="qazy" alt="U.S. Airline Pilots Rally at White House: Will Ask Trump To Block Obama’s Export of White-Collar Jobs" title="Airline pilots will hold a White House rally on Tuesday …" width="200" height="150" />
+ <div>U.S. Airline Pilots Rally at White House: Will Ask Trump To Block Obama’s Export of White-Collar Jobs</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/obama-exports-us-airline-jobs/#disqus_thread" title="U.S. Airline Pilots Rally at White House: Will Ask Trump To Block Obama’s Export of White-Collar Jobs" data-dsqi="5998654" data-n="18">335</a> Comments</span> </li>
+ <li>
+ <a href="/texas/2017/01/23/patriots-qb-tom-brady-speaks-friendship-president-trump/" title="For the first time Patriots quarterback Tom Brady spoke openly …" data-n="19"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/Trump-Brady-200x150.png" class="qazy" alt="Patriots QB Tom Brady Speaks About Friendship with President Trump" title="For the first time Patriots quarterback Tom Brady spoke openly …" width="200" height="150" />
+ <div>Patriots QB Tom Brady Speaks About Friendship with President Trump</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/patriots-qb-tom-brady-speaks-friendship-president-trump/#disqus_thread" title="Patriots QB Tom Brady Speaks About Friendship with President Trump" data-dsqi="6001354" data-n="19">199</a> Comments</span> </li>
+ <li class="flr">
+ <a href="/texas/2017/01/23/madonna-defends-blowing-white-house/" title="Pop singer Madonna has issued a defense of a comment …" data-n="20"><img data-qazy="true" src="http://media.breitbart.com/media/2017/01/MadonnaClarifies-200x150.jpg" class="qazy" alt="Madonna Defends ‘Blowing Up White House’ Comment: ‘Wildly Out of Context’" title="Pop singer Madonna has issued a defense of a comment …" width="200" height="150" />
+ <div>Madonna Defends ‘Blowing Up White House’ Comment: ‘Wildly Out of Context’</div>
+ </a> <span><a class="bycount" rel="nofollow" href="/texas/2017/01/23/madonna-defends-blowing-white-house/#disqus_thread" title="Madonna Defends ‘Blowing Up White House’ Comment: ‘Wildly Out of Context’" data-dsqi="6001618" data-n="20">1303</a> Comments</span> </li>
+ </ul>
+ <!--HPSWUL-->
+ <div><br class="C" /></div>
+ </div>
+ <!--SWW-->
+ <div><br class="C" /></div>
+
+
+ <div class="send-tip SWW"><img src="http://media.breitbart.com/media/2015/09/send-tip.jpg" alt="Send a Tip" data-qazy="true" class="qazy" width="310" height="170" />
+ <p><a rel="nofollow" href="/send-a-tip/">Send A Tip</a></p>
+ </div>
+ <!--send-tip-->
+
+ <div class="mobile send-tip mobile-send-tip SWW">
+ <p><a rel="nofollow" href="/send-a-tip/">Send A Tip</a></p>
+ </div>
+ <!--mobile-send-tip-->
+
+
+ <div class="ad Hmobi SWW">
+ <div class="ad-wrapper">
+ <div id="desktop-ROS-Rail4" data-google-query-id="CObP15bP2tECFYcvlgodYS4Hnw">
+ <div id="google_ads_iframe_/1003622/Breitbart.ROS.Rail4_0__container__" style="border: 0pt none; display: inline-block; width: 300px; height: 250px;"><iframe style="border: 0px none; vertical-align: bottom;" src="http://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html#xpc=sf-gdn-exp-2&amp;p=http%3A//www.breitbart.com" id="google_ads_iframe_/1003622/Breitbart.ROS.Rail4_0" title="3rd party ad content" name="" scrolling="no" marginwidth="0" marginheight="0" data-is-safeframe="true" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ <div class="pubnation" data-target="desktop-ROS-Rail4" style="">report this ad</div>
+ </div>
+ <p>advertisement</p>
+ </div>
+ <!--SWW-->
+
+ <div><br class="C" /></div>
+ </div>
+ <!--SideW-->
+ </aside>
+ <div class="clear"></div>
+ </div>
+ <!--ContainerW-->
+ </div>
+ <!--ContentW-->
+ <footer id="footerFootW">
+ <div id="FootW">
+ <div id="FWI">
+ <div class="colW col7">
+ <a class="logo" href="/" title="Breitbart"></a>
+ <div class="copyright">
+ <p id="copyrighttext"><small>Copyright © 2017 Breitbart</small></p>
+ <form class="search-form" method="get" action="/search/"><label for="searchiscq2"></label><input placeholder="SEARCH" name="s" id="searchiscq2" value="" type="text" /><input value="search" type="submit" /></form>
+ <a rel="nofollow" href="/advertise-with-us/">Advertise With Us</a>
+ </div>
+ </div>
+ <!--col7-->
+
+ <div class="colW col8">
+ <nav id="navNavF">
+ <h4>EXPLORE BREITBART</h4>
+
+ <ul id="NavF" class="menu">
+ <li><a href="/big-government/" class="ddt">Big Government</a>
+ <ul class="S" id="fm0">
+ <li><a href="/big-journalism/">Big Journalism</a></li>
+ <li><a href="/big-hollywood/">Big Hollywood</a></li>
+ <li><a href="/national-security/">National Security</a></li>
+ <li><a href="/tech/">Tech</a></li>
+ <li><a href="/video/">Video</a></li>
+ <li><a href="/sports/">Sports</a></li>
+ <li><a href="/news/">The Wires</a></li>
+ </ul>
+ </li>
+ <li><a href="/london/" class="ddt">London</a>
+ <ul class="S" id="fm1">
+ <li><a href="/jerusalem/">Jerusalem</a></li>
+ <li><a href="/texas/">Texas</a></li>
+ <li><a href="/california/">California</a></li>
+ </ul>
+ </li>
+ <li><a href="/blog/" class="ddt">The Conversation</a>
+ <ul class="S" id="fm2">
+ <li><a rel="nofollow" href="/about-us/privacy-policy/">Privacy Policy</a></li>
+ <li><a rel="nofollow" href="/about-us/terms-of-use/">Terms of Use</a></li>
+ <li><a rel="nofollow" href="/about-us/jobs/">Breitbart Jobs</a></li>
+ </ul>
+ </li>
+ </ul>
+ <!--NavF-->
+ <!--NavF-->
+
+ </nav>
+ </div>
+ <!--col8-->
+
+ <div class="colW col3 endcol">
+ <nav id="navFSocialUL">
+ <h4>Connect</h4>
+ <ul id="FSocialUL">
+ <li><a href="https://www.facebook.com/Breitbart"><span class="fb"></span>Facebook</a></li>
+ <li><a href="https://twitter.com/#%21/BreitbartNews"><span class="tw"></span>Twitter</a></li>
+ <li><a href="http://feeds.feedburner.com/breitbart"><span class="rs"></span>RSS</a></li>
+ <li><a rel="nofollow" href="/send-a-tip/"><span class="tp"></span>Send us a tip</a></li>
+ </ul>
+ <p id="foottools">
+ <a class="logo mobile" href="/" title="Breitbart"></a><a rel="nofollow" class="subscribe" href="/newsletter-signup/">SUBSCRIBE TO THE BREITBART NEWSLETTER</a><a id="fullsiteswitch" class="full-site mobile" href="/">Switch to Full Site</a></p>
+ </nav>
+ </div>
+ <!--col3-->
+ <p class="copyright mobile"><small>Copyright © 2017 Breitbart</small></p>
+ </div>
+ <!--FWI-->
+ </div>
+ <!--FootW-->
+ </footer>
+ </div>
+ <!--GlobalW-->
+
+
+ <noscript>
+&lt;img style="display:none" height="1" width="1" alt="" src="//pixel.quantserve.com/pixel/p-dcxh5b8qxvs6g.gif" /&gt;
+&lt;img style="display:none" height="1" width="1" alt="" src="https://www.facebook.com/tr?id=296280873867140&amp;amp;ev=NoScript" /&gt;
+&lt;img style="display:none" height="1" width="1" alt="" src="http://b.scorecardresearch.com/p?c1=2&amp;amp;c2=17674108&amp;amp;cv=2.0&amp;amp;cj=1" /&gt;
+&lt;img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=l2Y7o1IW1810vg" style="display:none" height="1" width="1" alt="" /&gt;
+</noscript>
+
+ <script>
+ if (isc_metric1 === 5) {
+ var inf1 = document.getElementById("inform-player-1");
+ if (inf1) inf1.setAttribute("data-config-pb", "6")
+ }
+ var disqus_shortname = "breitbartproduction",
+ disqus_domain = "disqus.com",
+ DISQUSWIDGETS;
+ typeof DISQUSWIDGETS === "undefined" & amp; & amp;
+ (DISQUSWIDGETS = function() {
+ var f = document,
+ ContainerW = f.getElementById("ContainerW"),
+ e = {},
+ s = f.head || f.body,
+ j = {},
+ q = {
+ identifier: 1,
+ url: 2
+ };
+ e.domain = disqus_domain;
+ e.forum = disqus_shortname;
+ e.proto = "";
+ e.getCount = function() {
+ var c;
+ c = encodeURIComponent;
+ var a = e.proto + "//" + disqus_shortname + "." + e.domain + "/count-data.js?",
+ d = [],
+ k = 0,
+ l = 40,
+ r = "",
+ b = {};
+ b.reset & amp; & amp;
+ (j = {}, r = "&amp;_=" + +new Date);
+ for (var x = [ContainerW.getElementsByTagName("A")], m, i, g, h, n = 0; n & lt; x.length; n++) {
+ m = x[n];
+ for (var o = 0; o & lt; m.length; o++) {
+ i = m[o];
+ h = i.hash === "#disqus_thread" & amp; & amp;
+ i.href.replace("#disqus_thread", "") || i.getAttribute("data-dsqu");
+ g = i.getAttribute("data-dsqi");
+ if (g) h = q.identifier;
+ else if (h) g = h, h = q.url;
+ else continue;
+ var p;
+ j.hasOwnProperty(g) ? p = j[g] : (p = j[g] = {
+ elements: [],
+ type: h
+ }, d.push(c(h) + "=" + c(g)));
+ p.elements.push(i)
+ }
+ }
+ d.sort();
+ for (c = d.slice(k, l); c.length;) b = f.createElement("script"), b.src = a + c.join("&amp;") + r, s.appendChild(b), k += 40, l += 40, c = d.slice(k, l)
+ };
+ e.displayCount = function(b) {
+ var bb = b.text.comments;
+ for (var c, a,
+ d, e = b.counts; c = e.shift();)
+ if (a = j[c.id]) {
+ switch (c.comments) {
+ case 0:
+ d = bb.zero;
+ break;
+ case 1:
+ d = bb.one;
+ break;
+ default:
+ d = bb.multiple
+ }
+ c = d.replace("{num}", c.comments);
+ a = a.elements;
+ for (d = a.length - 1; d & gt; = 0; d--) a[d].innerHTML = c
+ }
+ };
+ return e
+ }());
+ DISQUSWIDGETS.getCount();
+ _atrk_opts = {
+ atrk_acct: "l2Y7o1IW1810vg",
+ domain: "breitbart.com",
+ dynamic: true
+ };
+ (function() {
+ var as = document.createElement("script");
+ as.type = "text/javascript";
+ as.async = true;
+ as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(as, s)
+ })();
+ </script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
+ <script>
+ window.jQuery || document.write(unescape('%3Cscript src="//code.jquery.com/jquery-1.12.4.min.js"%3E%3C/script%3E%3Cscript src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"%3E%3C/script%3E'))
+ </script>
+ <script src="/t/style-014852557.js" type="text/javascript"></script>
+
+ <div id="ROS-1x1-Pixel" class="div-gpt-ad-1465332055334-0" style="height:1px; width:1px;" data-google-query-id="CKz61ZbP2tECFQQ4lgodH5oHJw">
+ <div id="google_ads_iframe_/1003622/Breitbart.ROS.1X1_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/1003622/Breitbart.ROS.1X1_0" title="3rd party ad content" name="google_ads_iframe_/1003622/Breitbart.ROS.1X1_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="1" height="1" frameborder="0"></iframe></div>
+ </div>
+ <!--/1003622/Breitbart.ROS.1X1-->
+ <!-- 3 queries. 0.112 seconds. -->
+
+ <script type="text/javascript" id="cplusonejs" async="" src="https://apis.google.com/js/client:plusone.js" gapi_processed="true"></script><iframe name="oauth2relay637146154" id="oauth2relay637146154" src="https://accounts.google.com/o/oauth2/postmessageRelay?parent=http%3A%2F%2Fwww.breitbart.com&amp;jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.zh_TW.tG5bnIHTb5g.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCPtGeQaUyun5lXJYreWuO_zbldYQQ#rpctoken=1983948541&amp;forcesecure=1" style="width: 1px; height: 1px; position: absolute; top: -100px;" tabindex="-1" aria-hidden="true"></iframe><iframe id="apiproxy6ba324051a2bc920a2744ddfdb2a4f06b7ad5d6b0.9334498231289134" name="apiproxy6ba324051a2bc920a2744ddfdb2a4f06b7ad5d6b0.9334498231289134" style="width: 1px; height: 1px; position: absolute; top: -100px;" src="https://content.googleapis.com/static/proxy.html?jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.zh_TW.tG5bnIHTb5g.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCPtGeQaUyun5lXJYreWuO_zbldYQQ#parent=http%3A%2F%2Fwww.breitbart.com&amp;rpctoken=1552030175" tabindex="-1" aria-hidden="true"></iframe>
+ <script type="text/javascript" id="_nw2e-js" async="" src="//launch.newsinc.com/js/embed.js"></script>
+ <script type="text/javascript" id="iscfbdsjs" async="" src="https://connect.facebook.net/en_US/fbds.js"></script><iframe id="rufous-sandbox" scrolling="no" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: medium none;" title="Twitter analytics iframe" frameborder="0"></iframe>
+ <div id="tbl-aug-jqevjm" class="trc_popover_aug_container">
+ <div id="tbl-aug-xphicj" class="trc_popover_aug_container">
+ <div id="tbl-aug-36dhpn" class="trc_popover_aug_container">
+ <div class=" trc_popover trc_popover_fade trc_bottom ">
+ <div class=" trc_popover_arrow "></div><iframe scrolling="no" src="javascript:void(0)" style="width: 100%;" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ </div>
+ <form class="trc-hidden" target="tb-trc-transportFrame-5767" style="display: none;" method="post" action="http://trc.taboola.com/breitbartcom/log/3/available"><input name="ri" value="d31562828dee82cdf11fcbdbb965baca" type="hidden" /><input name="sd" value="v2_dc4044ca1eb166ce37b381df2182a109_4513e486-1bcb-484d-b251-4ef424db019f_1485253551_1485255304_CNawjgYQpKw9GLnc9YCdKyACKAE" type="hidden" /><input name="ui" value="4513e486-1bcb-484d-b251-4ef424db019f" type="hidden" /><input name="pi" value="/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters" type="hidden" /><input name="wi" value="-6666968971259355303" type="hidden" /><input name="pt" value="text" type="hidden" /><input name="vi" value="1485255306809" type="hidden" /><input name="li" value="rbox-t2m" type="hidden" /><input name="utm" value="3,47,571,935" type="hidden" /><input name="df" value="1" type="hidden" /><input name="ppb" value="CPgB" type="hidden" /><input name="cpb" value="Eg0yNDItOC1SRUxFQVNFGIoEIAAqGWhrLnRhYm9vbGFzeW5kaWNhdGlvbi5jb20yCHdhdGVyNjEw" type="hidden" /><input name="tim" value="18:55:08.126" type="hidden" /><input name="id" value="5767" type="hidden" /><input name="llvl" value="1" type="hidden" /><input name="cv" value="242-8-RELEASE" type="hidden" /><input name="fil" value="[{&quot;tii&quot;:&quot;~~V1~~6328524277198470492~~CV7IK7S-dOs2O5F8EEjfGm3dVppf3Hngoq9scqIJMIcSO_fFkG-bpaW2-qyqBDD6lUWq59D5WPM2aIVaKl0FbL3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~5203257888082971773~~pfBoXwMI7GABLLiNvFYGYH6XuwNy-kgGlR0S5FEF6qASO_fFkG-bpaW2-qyqBDD686fpt-4Pw457dfy2ji88C73LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-4126273700562553064~~aCcQ1G2g-zl_iY5AxVNvf6jwmrHQXP4APj0i219j49QSO_fFkG-bpaW2-qyqBDD65lHQ7Q-hhGxMNY4bl0YnX73LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~3178247457211747916~~n-mVVmqwrwr6mEdrOkDkBCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6VO83VUXXF4VL5_L-vAKtN73LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~23639497408646380~~MxC3bQkHCNU-J_c3NZdp8EO_aCgkERloxiei07hKXOESO_fFkG-bpaW2-qyqBDD6kjhacqx4kHIo-emkVtSk3b3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-596772105036256470~~kEu7oIbMzG2IK_AL6-uxeUA7Mh8G010-XV2t9favQIQSO_fFkG-bpaW2-qyqBDD6-lUkY74FbM66cgXMRFoQm73LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-1601338324779469665~~98QIy1Ubb-5XfPQeL1nLFNlGuOGvlQvsy8QEciXCgtQSO_fFkG-bpaW2-qyqBDD63cfb9dInsRoqrh6KpFPkcb3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~1845659316976814413~~0rXvDb_j7JIeXoiAAmJ6F-LDOqd682uNcpNXA7tizMESO_fFkG-bpaW2-qyqBDD6pr2ZlWX4Fwfb7tQjnKDGDL3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-8140381909497597080~~wnQGk0Mi0GijksyA9BGosW3dVppf3Hngoq9scqIJMIcSO_fFkG-bpaW2-qyqBDD6FYfIfroWDdlQoDexl2eKDb3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-2656004003234227089~~lxucT9VOjbIf_hUn-0v5zCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6eapnUGns6aRoZRIHeRejNb3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-986450015027639901~~yGywI-TINwiC9HeXOPB0diOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6QuPnFey0hkbUAzfZqvoZjr3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-8085219896716513374~~UwdUquuG4xk4mqn1F4NOnCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6jGb6QeSv67bQ8b_xvIVJob3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-4981071907474008028~~n-mVVmqwrwr6mEdrOkDkBCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6j6fjngC0qKk29pu6XeDQS73LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-5790306443668800295~~mi5tL-jsf-XxeGER1I9nxyOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6txiITbdPDKdIhUPcULpg_73LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-2751215934139413108~~mi5tL-jsf-XxeGER1I9nxyOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD61xN82DPxucz5hBkPIoACC73LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-5305667577364839668~~LEit2mLytCpfOGilWpAOKH6XuwNy-kgGlR0S5FEF6qASO_fFkG-bpaW2-qyqBDD6NSnensjrJLnPxtJfAZoUyL3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~7261229944523561421~~mi5tL-jsf-XxeGER1I9nxyOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6zEUZArHr0M_ZGFgq74l4ir3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-6235199803971849526~~kEu7oIbMzG2IK_AL6-uxeUA7Mh8G010-XV2t9favQIQSO_fFkG-bpaW2-qyqBDD61xTOP7Qe5yvZVxHbqd0ZFb3LscTpIN1_Zc7uGDD4cE8&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;}]" type="hidden" /></form><span><iframe class="trc-hidden" id="tb-trc-transportFrame-5767" name="tb-trc-transportFrame-5767" style="display:none" width="0" height="0"></iframe></span>
+ <form class="trc-hidden" target="tb-trc-transportFrame-7611" style="display: none;" method="post" action="http://trc.taboola.com/breitbartcom/log/3/available"><input name="ri" value="a66cf4de06ff55c358ff2c6cd412e5c8" type="hidden" /><input name="sd" value="v2_dc4044ca1eb166ce37b381df2182a109_4513e486-1bcb-484d-b251-4ef424db019f_1485253551_1485255304_CNawjgYQpKw9GLnc9YCdKyACKAE" type="hidden" /><input name="ui" value="4513e486-1bcb-484d-b251-4ef424db019f" type="hidden" /><input name="pi" value="/tech/2016/12/22/neutral-snopes-fact-checker-david-emery-un-angry-trump-supporters" type="hidden" /><input name="wi" value="-6666968971259355303" type="hidden" /><input name="pt" value="text" type="hidden" /><input name="vi" value="1485255306809" type="hidden" /><input name="li" value="rbox-t2v" type="hidden" /><input name="utm" value="3,47,571,935" type="hidden" /><input name="df" value="1" type="hidden" /><input name="ppb" value="CHQ" type="hidden" /><input name="cpb" value="Eg0yNDItOC1SRUxFQVNFGIoEIAAqGWhrLnRhYm9vbGFzeW5kaWNhdGlvbi5jb20yCHdhdGVyNjEw" type="hidden" /><input name="tim" value="18:55:08.177" type="hidden" /><input name="id" value="7611" type="hidden" /><input name="llvl" value="1" type="hidden" /><input name="cv" value="242-8-RELEASE" type="hidden" /><input name="fil" value="[{&quot;tii&quot;:&quot;~~V1~~-3510019048026187362~~uzaL-DdcN_Wk8rfvs4H7sW3dVppf3Hngoq9scqIJMIcSO_fFkG-bpaW2-qyqBDD6ksLyXXiVQ1qqB9ErtdiY22VW5HjaJcCw_CB_9SMo23o&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~5203257888082971773~~pfBoXwMI7GABLLiNvFYGYH6XuwNy-kgGlR0S5FEF6qASO_fFkG-bpaW2-qyqBDD6SAPUJY21GDdrbepJFt0qJ2VW5HjaJcCw_CB_9SMo23o&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-4126273700562553064~~aCcQ1G2g-zl_iY5AxVNvf6jwmrHQXP4APj0i219j49QSO_fFkG-bpaW2-qyqBDD669-0l4DuKZgmQpUQRXFhT2VW5HjaJcCw_CB_9SMo23o&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-4981071907474008028~~n-mVVmqwrwr6mEdrOkDkBCOPnbHVPKdv7qWKOIYunQESO_fFkG-bpaW2-qyqBDD6TcAzsT3F8CHfR1kvoUNzzmVW5HjaJcCw_CB_9SMo23o&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;}]" type="hidden" /></form><span><iframe class="trc-hidden" id="tb-trc-transportFrame-7611" name="tb-trc-transportFrame-7611" style="display:none" width="0" height="0"></iframe></span>
+ <script type="text/javascript" id="newsmaxjs" async="" src="//s.newsmaxfeednetwork.com/static/js/connectV5.js"></script>
+ <script type="text/javascript" id="disqusembedjs" async="" src="//breitbartproduction.disqus.com/embed.js"></script><iframe style="display: none;"></iframe>
+ <script type="text/javascript" id="addthisjs" async="" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-536db77a775cf072"></script>
+ <div style="visibility: hidden; height: 1px; width: 1px; position: absolute; top: -9999px; z-index: 100000;" id="_atssh"><iframe id="_atssh270" title="AddThis utility frame" style="height: 1px; width: 1px; position: absolute; top: 0px; z-index: 100000; border: 0px none; left: 0px;" src="http://s7.addthis.com/static/sh.92bb263c60d77a822f41d4b0.html#rand=0.06437998957765378&amp;iit=1485255313826&amp;tmr=load%3D1485255310262%26core%3D1485255310290%26main%3D1485255313820%26ifr%3D1485255313831&amp;cb=0&amp;cdn=0&amp;md=0&amp;kw=Donald%20Trump%2Cfacebook%2CFact%20Check%2Cfake%20news%2CSnopes%2CTech%2Csnopes&amp;ab=-&amp;dh=www.breitbart.com&amp;dr=&amp;du=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;href=http%3A%2F%2Fwww.breitbart.com%2Ftech%2F2016%2F12%2F22%2Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%2F&amp;dt=%27Neutral%27%20Snopes%20Fact-Checker%20David%20Emery%3A%20%27Are%20There%20Any%20Un-Angry%20Trump%20Supporters%3F%27%20-%20Breitbart&amp;dbg=0&amp;cap=tc%3D0%26ab%3D0&amp;inst=1&amp;jsl=13505&amp;prod=undefined&amp;lng=en&amp;ogt=height%2Cwidth%2Cimage%2Cupdated_time%2Csite_name%2Curl%2Cdescription%2Ctype%3Darticle&amp;pc=men&amp;pub=ra-536db77a775cf072&amp;ssl=0&amp;sid=5887328e015c3caf&amp;srpl=1&amp;srf=0.01&amp;srx=1&amp;ver=300&amp;xck=0&amp;xtr=0&amp;og=locale%3Den_US%26type%3Darticle%26title%3D%27Neutral%27%2520Snopes%2520Fact-Checker%2520David%2520Emery%253A%2520%27Are%2520There%2520Any%2520Un-Angry%2520Trump%2520Supporters%253F%27%2520-%2520Breitbart%26description%3DSnopes%2520fact%2520checker%2520and%2520staff%2520writer%2520David%2520Emery%2520posted%2520to%2520Twitter%2520asking%2520if%2520there%2520were%2520%25E2%2580%259Cany%2520un-angry%2520Trump%2520supporters%253F%25E2%2580%259D%26url%3Dhttp%253A%252F%252Fwww.breitbart.com%252Ftech%252F2016%252F12%252F22%252Fneutral-snopes-fact-checker-david-emery-un-angry-trump-supporters%252F%26site_name%3DBreitbart%26updated_time%3D2016-12-22T18%253A59%253A12-08%253A00%26image%3Dhttp%253A%252F%252Fmedia.breitbart.com%252Fmedia%252F2016%252F11%252FGettyImages-621866810.jpg%26image%253Awidth%3D640%26image%253Aheight%3D480&amp;csi=undefined&amp;rev=v7.9.5-wp&amp;ct=0&amp;xld=1&amp;xd=1"></iframe></div>
+ <style id="service-icons-0"></style>
+ <script type="text/javascript" id="isctyntjs" async="" src="http://tcr.tynt.com/ti.js"></script><img src="http://rudy.adsnative.com/cm.gif" style="height: 1px; width: 1px; border: medium none; display: none;" />
+ <script type="text/javascript" id="quantjs" async="" src="http://edge.quantserve.com/quant.js"></script><iframe id="google_osd_static_frame_4925718959846" name="google_osd_static_frame" style="display: none; width: 0px; height: 0px;"></iframe>
+ <div class="at-share-dock-outer addthis-smartlayers at4-visually-hidden addthis-smartlayers-mobile" aria-labelledby="at-share-dock-label" role="region">
+ <div id="at-share-dock-label" class="at4-hide">AddThis Sharing</div>
+ <div id="at-share-dock" class="at-share-dock atss atss-bottom at-shfs-large addthis-animated slideInUp at4-show at4-hide"><a style="width: 33.3333%;" role="button" tabindex="1" title="Twitter" class="at-share-btn at-svc-twitter"><span class="at-icon-wrapper" style="background-color: rgb(29, 161, 242);"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" class="at-icon at-icon-twitter" style="fill: rgb(255, 255, 255); width: 32px; height: 32px;" title="Twitter" alt="Twitter"><g><path d="M27.996 10.116c-.81.36-1.68.602-2.592.71a4.526 4.526 0 0 0 1.984-2.496 9.037 9.037 0 0 1-2.866 1.095 4.513 4.513 0 0 0-7.69 4.116 12.81 12.81 0 0 1-9.3-4.715 4.49 4.49 0 0 0-.612 2.27 4.51 4.51 0 0 0 2.008 3.755 4.495 4.495 0 0 1-2.044-.564v.057a4.515 4.515 0 0 0 3.62 4.425 4.52 4.52 0 0 1-2.04.077 4.517 4.517 0 0 0 4.217 3.134 9.055 9.055 0 0 1-5.604 1.93A9.18 9.18 0 0 1 6 23.85a12.773 12.773 0 0 0 6.918 2.027c8.3 0 12.84-6.876 12.84-12.84 0-.195-.005-.39-.014-.583a9.172 9.172 0 0 0 2.252-2.336" fill-rule="evenodd"/></g></svg></span></a><a style="width: 33.3333%;" role="button" tabindex="1" title="Email" class="at-share-btn at-svc-email"><span class="at-icon-wrapper" style="background-color: rgb(132, 132, 132);"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" class="at-icon at-icon-email" style="fill: rgb(255, 255, 255); width: 32px; height: 32px;" title="Email" alt="Email"><g><g fill-rule="evenodd"/><path d="M27 22.757c0 1.24-.988 2.243-2.19 2.243H7.19C5.98 25 5 23.994 5 22.757V13.67c0-.556.39-.773.855-.496l8.78 5.238c.782.467 1.95.467 2.73 0l8.78-5.238c.472-.28.855-.063.855.495v9.087z"/><path d="M27 9.243C27 8.006 26.02 7 24.81 7H7.19C5.988 7 5 8.004 5 9.243v.465c0 .554.385 1.232.857 1.514l9.61 5.733c.267.16.8.16 1.067 0l9.61-5.733c.473-.283.856-.96.856-1.514v-.465z"/></g></svg></span></a><a style="width: 33.3333%;" role="button" tabindex="1" title="Facebook" class="at-share-btn at-svc-facebook"><span class="at-icon-wrapper" style="background-color: rgb(59, 89, 152);"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" class="at-icon at-icon-facebook" style="fill: rgb(255, 255, 255); width: 32px; height: 32px;" title="Facebook" alt="Facebook"><g><path d="M22 5.16c-.406-.054-1.806-.16-3.43-.16-3.4 0-5.733 1.825-5.733 5.17v2.882H9v3.913h3.837V27h4.604V16.965h3.823l.587-3.913h-4.41v-2.5c0-1.123.347-1.903 2.198-1.903H22V5.16z" fill-rule="evenodd"/></g></svg></span></a></div>
+ </div>­
+ <style>
+ .pn-highlighted-ad {
+ box-shadow: 0 0 0 10px red !important
+ }
+
+ .pubnation {
+ font-size: 12px !important;
+ color: #a5a5a5 !important;
+ text-decoration: none !important;
+ cursor: pointer !important;
+ margin-top: 2px !important;
+ background: none !important;
+ text-align: right !important;
+ display: inline-block !important
+ }
+ </style><iframe style="display: none; position: fixed; top: 0px; left: 0px; z-index: 2147483647;" frameborder="false"></iframe></body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json
new file mode 100644
index 0000000..7da4a8f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json
@@ -0,0 +1,9 @@
+[
+ "https:\/\/static.independent.co.uk\/s3fs-public\/thumbnails\/image\/2015\/12\/06\/10\/bed-hotel-room.jpg",
+ "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2014\/03\/18\/10\/bandb2.jpg",
+ "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2015\/05\/26\/11\/hotel-door-getty.jpg",
+ "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2013\/07\/31\/15\/luggage-3.jpg",
+ "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2015\/04\/13\/11\/Lifestyle-hotels.jpg",
+ "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2014\/03\/13\/16\/agenda7.jpg",
+ "http:\/\/fakehost\/sites\/all\/themes\/ines_themes\/independent_theme\/img\/reuse.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json
new file mode 100644
index 0000000..b2b0d86
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Hazel Sheffield",
+ "Direction": null,
+ "Excerpt": "Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning. But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know.",
+ "Image": "https:\/\/static.independent.co.uk\/s3fs-public\/thumbnails\/image\/2015\/12\/06\/10\/bed-hotel-room.jpg",
+ "Title": "Seven secrets that hotel owners don't want you to know",
+ "SiteName": "The Independent"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html
new file mode 100644
index 0000000..520f8e8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html
@@ -0,0 +1,128 @@
+<div itemprop="articleBody" id="gigya-share-btns-2_gig_containerParent">
+ <p>Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning.</p>
+
+ <p>But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know.</p>
+
+ <p>Zeev Sharon and Michael Forrest Jones both run hotel start-ups in the US. Forrest Jones runs the start-up Beechmont Hotels Corporation, a hotel operating company that consults with hotel owners on how they can improve their business. Sharon is the CEO of Hotelied, a start-up that allows people to sign up for discounts at luxury hotels.</p>
+
+ <p>But even luxury hotels aren’t always cleaned as often as they should be.</p>
+
+ <p>Here are some of the secrets that the receptionist will never tell you when you check in, according to answers posted on <a href="https://www.quora.com/What-are-the-things-we-dont-know-about-hotel-rooms" target="_blank">Quora</a>.</p>
+
+
+
+ <div>
+ <div>
+
+ <p><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2014/03/18/10/bandb2.jpg" alt="bandb2.jpg" title="bandb2.jpg" width="564" height="423"></p>
+
+ </div>
+ <div>
+ <p>Even posh hotels might not wash a blanket in between stays
+ </p>
+ </div>
+ </div>
+
+ <p>1. Take any blankets or duvets off the bed</p>
+
+ <p>Forrest Jones said that anything that comes into contact with any of the previous guest’s skin should be taken out and washed every time the room is made, but that even the fanciest hotels don’t always do so. "Hotels are getting away from comforters. Blankets are here to stay, however. But some hotels are still hesitant about washing them every day if they think they can get out of it," he said.</p>
+
+ <div>
+
+ <p>Video shows bed bug infestation at New York hotel</p>
+ </div>
+
+
+
+ <div>
+ <div>
+
+ <p><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2015/05/26/11/hotel-door-getty.jpg" alt="hotel-door-getty.jpg" title="hotel-door-getty.jpg" width="564" height="423"></p>
+
+ </div>
+ <div>
+ <p>Forrest Jones advised stuffing the peep hole with a strip of rolled up notepaper when not in use.
+ </p>
+ </div>
+ </div>
+
+ <p>2. Check the peep hole has not been tampered with</p>
+
+ <p>This is not common, but can happen, Forrest Jones said. He advised stuffing the peep hole with a strip of rolled up notepaper when not in use. When someone knocks on the door, the paper can be removed to check who is there. If no one is visible, he recommends calling the front desk immediately. “I look forward to the day when I can tell you to choose only hotels where every employee who has access to guestroom keys is subjected to a complete public records background check, prior to hire, and every year or two thereafter. But for now, I can't,” he said.</p>
+
+
+
+ <div>
+
+ <p><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2013/07/31/15/luggage-3.jpg" alt="luggage-3.jpg" title="luggage-3.jpg" width="564" height="423"></p>
+
+ </div>
+
+ <p>3. Don’t use a wooden luggage rack</p>
+
+ <p>Bedbugs love wood. Even though a wooden luggage rack might look nicer and more expensive than a metal one, it’s a breeding ground for bugs. Forrest Jones says guests should put the items they plan to take from bags on other pieces of furniture and leave the bag on the floor.</p>
+
+
+
+ <div>
+ <div>
+
+ <p><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2015/04/13/11/Lifestyle-hotels.jpg" alt="Lifestyle-hotels.jpg" title="Lifestyle-hotels.jpg" width="564" height="423"></p>
+
+ </div>
+ <div>
+ <p>The old rule of thumb is that for every 00 invested in a room, the hotel should charge in average daily rate
+ </p>
+ </div>
+ </div>
+
+ <p>4. Hotel rooms are priced according to how expensive they were to build</p>
+
+ <p>Zeev Sharon said that the old rule of thumb is that for every $1000 invested in a room, the hotel should charge $1 in average daily rate. So a room that cost $300,000 to build, should sell on average for $300/night.</p>
+
+
+
+ <h3>5. Beware the wall-mounted hairdryer</h3>
+
+ <p>It contains the most germs of anything in the room. Other studies have said the TV remote and bedside lamp switches are the most unhygienic. “Perhaps because it's something that's easy for the housekeepers to forget to check or to squirt down with disinfectant,” Forrest Jones said.</p>
+
+
+
+ <div data-scald-gallery="3739501">
+
+ <h2><span></span>Business news in pictures</h2>
+
+ </div>
+
+ <h3>6. Mini bars almost always lose money</h3>
+
+ <p>Despite the snacks in the minibar seeming like the most overpriced food you have ever seen, hotel owners are still struggling to make a profit from those snacks. "Minibars almost always lose money, even when they charge $10 for a Diet Coke,” Sharon said.</p>
+
+
+
+ <div>
+ <div>
+
+ <p><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2014/03/13/16/agenda7.jpg" alt="agenda7.jpg" title="agenda7.jpg" width="564" height="423"></p>
+
+ </div>
+ <div>
+ <p>Towels should always be cleaned between stays
+ </p>
+ </div>
+ </div>
+
+ <p>7. Always made sure the hand towels are clean when you arrive</p>
+
+ <p>Forrest Jones made a discovery when he was helping out with the housekeepers. “You know where you almost always find a hand towel in any recently-vacated hotel room that was occupied by a guy? On the floor, next to the bed, about halfway down, maybe a little toward the foot of the bed. Same spot in the floor, next to almost every bed occupied by a man, in every room. I'll leave the rest to your imagination,” he said.</p>
+ <meta itemprop="datePublished" content="2016-05-08T10:11:51+01:00">
+ <ul>
+ <li>
+ More about:
+ </li>
+ <li><a itemprop="keywords" href="http://fakehost/topic/Hotels">Hotels</a></li>
+ <li><a itemprop="keywords" href="http://fakehost/topic/Hygiene">Hygiene</a></li>
+ </ul>
+
+ <p><a href="http://fakehost/syndication/reuse-permision-form?url=http://www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" target="_blank"><img src="http://fakehost/sites/all/themes/ines_themes/independent_theme/img/reuse.png" width="25">Reuse content</a>
+ </p></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html
new file mode 100644
index 0000000..b08ca34
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html
@@ -0,0 +1,3404 @@
+<!DOCTYPE html>
+<!--[if IE 8]>
+<html class="lt-ie9">
+<![endif]-->
+<!--[if gt IE 8]><!-->
+<html xmlns="http://www.w3.org/1999/xhtml" class="flash js" style="">
+<!--<![endif]-->
+
+<head>
+ <title>The seven secrets that hotel owners don't want you to know | The Independent</title>
+ <link rel="manifest" href="/sites/all/themes/ines_themes/independent_theme/manifest.json" />
+ <!-- HEAD -->
+ <!--[if IE]><![endif]-->
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="dns-prefetch" href="//players.brightcove.net" />
+ <link rel="dns-prefetch" href="//tags.onscroll.com" />
+ <meta name="article:subsection" content="Frontpage" />
+ <meta name="article:external_link_count" content="1" />
+ <link rel="dns-prefetch" href="//static.standard.co.uk/" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="article:embed_count" content="0" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="article:video_count" content="0" />
+ <meta name="article:internal_link_count" content="3" />
+ <link href="http://www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html?amp" rel="amphtml" />
+ <meta property="article:section" content="Business News" />
+ <meta name="article:author_name" content="Hazel Sheffield" />
+ <meta name="article:content_type" content="story" />
+ <meta name="article:image_count" content="1" />
+ <meta name="article:word_count" content="754" />
+ <meta name="apple-itunes-app" content="app-id=499587380, affiliate-data=1l3v95Z" />
+ <link rel="dns-prefetch" href="//static.independent.co.uk" />
+ <meta name="description" content="Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning. But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know." />
+ <meta name="keywords" content="Hotels, Hygiene, Business News, Business, News" />
+ <meta name="generator" content="Drupal 7 (http://drupal.org)" />
+ <link rel="canonical" href="http://www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" />
+ <meta property="fb:admins" content="729735830" />
+ <meta property="fb:app_id" content="235586169789578" />
+ <meta property="og:site_name" content="The Independent" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="Seven secrets that hotel owners don't want you to know" />
+ <meta property="og:url" content="http://www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" />
+ <meta property="og:description" content="Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning. But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know." />
+ <meta property="og:updated_time" content="2016-05-08T10:11:51+01:00" />
+ <meta property="og:image" content="https://static.independent.co.uk/s3fs-public/thumbnails/image/2015/12/06/10/bed-hotel-room.jpg" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:site" content="@independent" />
+ <meta name="twitter:title" content="The seven secrets that hotel owners don't want you to know" />
+ <meta name="twitter:url" content="http://www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" />
+ <meta name="twitter:description" content="Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning. But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know." />
+ <meta property="og:locale" content="en_GB" />
+ <meta property="article:tag" content="Hotels" />
+ <meta property="article:tag" content="Hygiene" />
+ <meta property="article:published_time" content="2015-09-17T16:57:43+01:00" />
+ <meta property="article:modified_time" content="2016-05-08T10:11:51+01:00" />
+ <link rel="shortcut icon" href="/sites/all/themes/ines_themes/independent_theme/favicon.ico" type="image/ico" />
+ <meta name="msvalidate.01" content="58C7FB6B9237322BB527AA3C68656AE3" />
+ <link rel="apple-touch-icon" href="/sites/all/themes/ines_themes/independent_theme/img/apple-icon-60x60.png" />
+ <link rel="apple-touch-icon" href="/sites/all/themes/ines_themes/independent_theme/img/apple-icon-72x72.png" sizes="72x72" />
+ <link rel="apple-touch-icon" href="/sites/all/themes/ines_themes/independent_theme/img/apple-icon-76x76.png" sizes="76x76" />
+ <link rel="apple-touch-icon" href="/sites/all/themes/ines_themes/independent_theme/img/apple-icon-114x114.png" sizes="114x114" />
+ <link rel="apple-touch-icon" href="/sites/all/themes/ines_themes/independent_theme/img/apple-icon-120x120.png" sizes="120x120" />
+ <link rel="apple-touch-icon" href="/sites/all/themes/ines_themes/independent_theme/img/apple-icon-144x144.png" sizes="144x144" />
+ <link rel="apple-touch-icon" href="/sites/all/themes/ines_themes/independent_theme/img/apple-icon-152x152.png" sizes="152x152" />
+ <link rel="apple-touch-icon" href="/sites/all/themes/ines_themes/independent_theme/img/apple-icon-180x180.png" sizes="180x180" />
+ <link rel="android-icon" href="/sites/all/themes/ines_themes/independent_theme/img/android-icon-36x36.png" sizes="36x36" />
+ <link rel="android-icon" href="/sites/all/themes/ines_themes/independent_theme/img/android-icon-48x48.png" sizes="48x48" />
+ <link rel="android-icon" href="/sites/all/themes/ines_themes/independent_theme/img/android-icon-72x72.png" sizes="72x72" />
+ <link rel="android-icon" href="/sites/all/themes/ines_themes/independent_theme/img/android-icon-96x96.png" sizes="96x96" />
+ <link rel="android-icon" href="/sites/all/themes/ines_themes/independent_theme/img/android-icon-114x114.png" sizes="114x114" />
+ <link rel="android-icon" href="/sites/all/themes/ines_themes/independent_theme/img/android-icon-192x192.png" sizes="192x192" />
+ <link rel="ms-icon" href="/sites/all/themes/ines_themes/independent_theme/img/ms-icon-70x70.png" sizes="70x70" />
+ <link rel="ms-icon" href="/sites/all/themes/ines_themes/independent_theme/img/ms-icon-144x144.png" sizes="144x144" />
+ <link rel="ms-icon" href="/sites/all/themes/ines_themes/independent_theme/img/ms-icon-150x150.png" sizes="150x150" />
+ <link rel="ms-icon" href="/sites/all/themes/ines_themes/independent_theme/img/ms-icon-310x310.png" sizes="310x310" />
+
+ <!-- PRE HEAD INLINE -->
+ <script async="" type="text/javascript" src="http://www.googletagservices.com/tag/js/gpt.js"></script>
+ <script type="text/javascript" async="" src="http://dataservices.sub2tech.com/ccs/a62ebd59-8802-4b7d-88d8-a93988f7e9ab/sub2_custom_cbv.js?r=64910"></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script>
+ <script async="" type="text/javascript" src="http://esimedia-d.openx.net/w/1.0/jstag?nc=71347885-independent"></script>
+ <script src="http://asset.pagefair.net/ads.min.js"></script>
+ <script src="http://asset.pagefair.com/measure.min.js"></script>
+ <script async="" src="//cdn.krxd.net/ctjs/controltag.js.c9ec434df4b6649f3a798e8d03d40769"></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script charset="UTF-8" type="text/javascript" src="http://cdn.taboola.com/libtrc/impl.233-25-RELEASE.js"></script>
+ <script async="" src="//widget.perfectmarket.com/eslmedia-theindependent/load.js"></script>
+ <script type="text/javascript" async="" src="https://p.cpx.to/p/11667/px.js"></script>
+ <script type="text/javascript" async="" src="http://ak.sail-horizon.com/horizon/v1.js"></script>
+ <script type="text/javascript" async="" src="http://cdn.krxd.net/controltag?confid=I8gY_o93"></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script type="text/javascript" async="" src="https://z.moatads.com/eveningstandard858kBFE49/moatcontent.js"></script>
+ <script async="" src="//cdn.taboola.com/libtrc/eslmedia-theindependent/loader.js"></script>
+ <script type="text/javascript" crossorigin="Anonymous" src="http://player.h-cdn.com/loader.js?customer=independent_co_uk"></script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script>
+ var _sf_startpt = (new Date()).getTime();
+
+
+ ;
+
+ var _sf_async_config = _sf_async_config || {};
+ /** CONFIGURATION START **/
+ _sf_async_config.uid = 62356;
+ _sf_async_config.domain = 'independent.co.uk';
+ _sf_async_config.useCanonical = true;
+ _sf_async_config.flickerControl = false;
+ _sf_async_config.sections = 'news,business,news';
+ _sf_async_config.authors = 'Hazel Sheffield';
+ _sf_async_config.type = 'Thursday, 17 September 2015';
+ _sf_async_config.title = 'The seven secrets that hotel owners don\'t want you to know';
+ /** CONFIGURATION END **/
+ var _sf_startpt = (new Date()).getTime();
+
+
+
+ ;
+ var topicTags = ["hotels", "hygiene"];
+
+
+ ;
+ var gptPath = "-in_news-in_business-in_news-in_news_article";
+
+
+ ;
+ var s_account = "indepdev";
+
+
+ ;
+ </script>
+ <!-- SCRIPTS -->
+
+ <!-- STYLES -->
+ <link type="text/css" rel="stylesheet" href="//static.independent.co.uk/s3fs-public/advagg_css/css__8hNSjhZ5ePShkLRtI7ArCXODkeETokErBoR_jivVdhs__xC0LcO0R-bDWxJtPRMI5XjB7k1116JFsZ5ohBi7FqG4__5kqHynOifjMNcOXxeiS0IBrNvzbqVpjIR7hq-0wSifY.css" media="all" />
+
+ <!-- HARDCODED -->
+ <script type="text/javascript">
+ var articleId = '6658741';
+ var pageType = 'image';
+ </script>
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/libraries/modernizr/modernizr-custom.js?ogluy1"></script>
+ <script type="text/javascript" src="//code.jquery.com/jquery-2.1.4.min.js"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/misc/jquery.once.js?v=1.2"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/misc/drupal.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" src="//www.independent.co.uk/sites/all/themes/ines_themes/ines_theme/js/main.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" async="async" src="//www.independent.co.uk/sites/all/modules/contrib/picture/picturefill2/picturefill.min.js?v=2.3.1"></script>
+ <script type="text/javascript" defer="defer" async="async" src="//www.independent.co.uk/sites/all/modules/contrib/picture/picture.min.js?v=7.50"></script>
+ <script type="text/javascript" defer="defer" src="/profiles/ines/modules/ines_js/js/ines_helper.min.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/themes/ines_themes/independent_theme/js/adunit_define.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/modules/custom/pugpig/core/js/pugpig.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/modules/contrib/scald_file/scald_file.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/modules/contrib/scald/modules/providers/scald_image/scald_image.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/modules/contrib/google_analytics/googleanalytics.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/profiles/ines/modules/ines_scald_videos_external/ines_scald_videos_external.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/themes/ines_themes/ines_theme/js/adunit.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/profiles/ines/modules/ines_layout_config/js/layout_grid.feeds.js?ogluy1"></script>
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/themes/ines_themes/ines_theme/js/gigya.session.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" async="async" src="//sadmin.brightcove.com/js/BrightcoveExperiences.js"></script>
+ <script type="text/javascript" defer="defer" src="/profiles/ines/modules/ines_js/js/ines_js.defer.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" src="//www.independent.co.uk/profiles/ines/modules/ines_commercial/ines_commercial_ads/js/commercial.lazy_ads.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" src="//www.independent.co.uk/profiles/ines/modules/ines_js/js/all/node--article.tpl.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" src="//www.independent.co.uk/profiles/ines/modules/ines_js/js/in/html.tpl.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" src="//www.independent.co.uk/sites/all/themes/ines_themes/ines_theme/js/vendor/jquery.lazyload.min.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" src="//www.independent.co.uk/sites/all/themes/ines_themes/ines_theme/js/ines-lazy-load.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" src="//www.independent.co.uk/sites/all/themes/ines_themes/ines_theme/js/ines-share-init.js?ogluy1"></script>
+ <script type="text/javascript" defer="defer" src="//www.independent.co.uk/sites/all/themes/ines_themes/independent_theme/js/sitecatalyst.masthead_tracking.js?ogluy1"></script>
+ <script type="text/javascript">
+ & lt;
+ !-- //--&gt;&lt;![CDATA[//&gt;&lt;!--
+ jQuery.extend(Drupal.settings, {
+ "basePath": "\/",
+ "pathPrefix": "",
+ "ajaxPageState": {
+ "theme": "independent_theme",
+ "theme_token": "yG7k0vwdRtJ8KdOBdi9yZAbGBpCbQYQH5fXQ-wn6Cjk",
+ "css": {
+ "modules\/system\/system.base.css": 1,
+ "modules\/system\/system.menus.css": 1,
+ "modules\/system\/system.messages.css": 1,
+ "modules\/system\/system.theme.css": 1,
+ "modules\/field\/theme\/field.css": 1,
+ "sites\/all\/modules\/contrib\/scald\/modules\/fields\/mee\/css\/editor-global.css": 1,
+ "modules\/node\/node.css": 1,
+ "sites\/all\/modules\/contrib\/picture\/picture_wysiwyg.css": 1,
+ "sites\/all\/modules\/contrib\/scald_file\/scald_file.css": 1,
+ "sites\/all\/modules\/contrib\/views\/css\/views.css": 1,
+ "sites\/all\/themes\/ines_themes\/ines_theme\/css\/style.css": 1,
+ "sites\/all\/themes\/ines_themes\/independent_theme\/css\/style.css": 1
+ },
+ "js": {
+ "sites\/all\/libraries\/modernizr\/modernizr-custom.js": 1,
+ "\/\/code.jquery.com\/jquery-2.1.4.min.js": 1,
+ "misc\/jquery.once.js": 1,
+ "misc\/drupal.js": 1,
+ "sites\/all\/themes\/ines_themes\/ines_theme\/js\/main.js": 1,
+ "sites\/all\/modules\/contrib\/picture\/picturefill2\/picturefill.min.js": 1,
+ "sites\/all\/modules\/contrib\/picture\/picture.min.js": 1,
+ "\/profiles\/ines\/modules\/ines_js\/js\/ines_helper.min.js": 1,
+ "sites\/all\/themes\/ines_themes\/independent_theme\/js\/adunit_define.js": 1,
+ "sites\/all\/modules\/custom\/pugpig\/core\/js\/pugpig.js": 1,
+ "sites\/all\/modules\/contrib\/scald_file\/scald_file.js": 1,
+ "sites\/all\/modules\/contrib\/scald\/modules\/providers\/scald_image\/scald_image.js": 1,
+ "sites\/all\/modules\/contrib\/google_analytics\/googleanalytics.js": 1,
+ "profiles\/ines\/modules\/ines_scald_videos_external\/ines_scald_videos_external.js": 1,
+ "sites\/all\/themes\/ines_themes\/ines_theme\/js\/adunit.js": 1,
+ "profiles\/ines\/modules\/ines_layout_config\/js\/layout_grid.feeds.js": 1,
+ "sites\/all\/themes\/ines_themes\/ines_theme\/js\/gigya.session.js": 1,
+ "https:\/\/sadmin.brightcove.com\/js\/BrightcoveExperiences.js": 1,
+ "\/profiles\/ines\/modules\/ines_js\/js\/ines_js.defer.js": 1,
+ "profiles\/ines\/modules\/ines_commercial\/ines_commercial_ads\/js\/commercial.lazy_ads.js": 1,
+ "profiles\/ines\/modules\/ines_js\/js\/all\/node--article.tpl.js": 1,
+ "profiles\/ines\/modules\/ines_js\/js\/in\/html.tpl.js": 1,
+ "sites\/all\/themes\/ines_themes\/ines_theme\/js\/vendor\/jquery.lazyload.min.js": 1,
+ "sites\/all\/themes\/ines_themes\/ines_theme\/js\/ines-lazy-load.js": 1,
+ "sites\/all\/themes\/ines_themes\/ines_theme\/js\/ines-share-init.js": 1,
+ "sites\/all\/themes\/ines_themes\/independent_theme\/js\/sitecatalyst.masthead_tracking.js": 1
+ }
+ },
+ "commercial_georiot": {
+ "ID": 3658
+ },
+ "scaldFile": {
+ "path": "sites\/all\/modules\/contrib\/scald_file\/scald_file.css"
+ },
+ "googleanalytics": {
+ "trackOutbound": 1,
+ "trackMailto": 1,
+ "trackDownload": 1,
+ "trackDownloadExtensions": "7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip"
+ },
+ "urlIsAjaxTrusted": {
+ "\/news\/business\/news\/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html": true
+ },
+ "gigya": {
+ "comments": {
+ "catID": "ArticleComments",
+ "streamID": "a6658741"
+ }
+ },
+ "layoutgridfeeds": [{
+ "url": "\/layout_component\/api-i100",
+ "root": "articles",
+ "title": "headline",
+ "image": "thumbnailImage:url",
+ "link": "displayURL"
+ }, {
+ "url": "\/\/www.independent.co.uk\/layout_component\/api-mmm",
+ "root": "articles",
+ "title": "title",
+ "image": "image",
+ "link": "link"
+ }, {
+ "url": "\/\/www.independent.co.uk\/layout_component\/sidebar-videos",
+ "root": "articles",
+ "title": "title",
+ "image": "image",
+ "link": "link",
+ "type": "video"
+ }, {
+ "url": "\/\/www.independent.co.uk\/layout_component\/sponsored-features",
+ "root": "articles",
+ "title": "title",
+ "image": "image",
+ "link": "link"
+ }],
+ "commercial_ads": {
+ "gptSlots": ["leaderboard", "mpu0", "mpu3", "teadsib", "znaptag", "thirdparty01", "outofpageslot", "takeover1", "takeover2"],
+ "lazy_gptSlots": ["partner1", "partner2", "partner3", "partner4", "partner5", "partner6", "partner7", "partner8", "partner9", "partner10", "mpu1", "mpu2", "mpu4", "mpu5", "mpu6", "mpu7", "mpu8", "mpu9", "perform"],
+ "breakpoints": {
+ "750": [{
+ "slot": "leaderboard",
+ "slotWidth": "320"
+ }],
+ "1050": [{
+ "slot": "leaderboard",
+ "slotWidth": "728"
+ }]
+ }
+ },
+ "gigya_ui": {
+ "shareButtons": [{
+ "provider": "facebook",
+ "tooltip": "Share on Facebook",
+ "enableCount": "false",
+ "iconImgUp": "\/sites\/all\/themes\/ines_themes\/independent_theme\/img\/facebook.png"
+ }, {
+ "provider": "Twitter",
+ "tooltip": "Share on Twitter",
+ "enableCount": "false",
+ "related": "independent,thei100,indyusa",
+ "via": "independent",
+ "iconImgUp": "\/sites\/all\/themes\/ines_themes\/independent_theme\/img\/twitter.png"
+ }, {
+ "provider": "WhatsApp",
+ "tooltip": "WhatsApp",
+ "enableCount": "false",
+ "iconImgUp": "\/sites\/all\/themes\/ines_themes\/independent_theme\/img\/whatsapp.png"
+ }, {
+ "provider": "email",
+ "tooltip": "email",
+ "enableCount": "false",
+ "iconImgUp": "\/sites\/all\/themes\/ines_themes\/independent_theme\/img\/email.png"
+ }, {
+ "provider": "share",
+ "tooltip": "Share",
+ "enableCount": true,
+ "iconImgUp": "\/sites\/all\/themes\/ines_themes\/ines_theme\/img\/blank.gif"
+ }]
+ },
+ "ines_share": {
+ "fbAppId": "235586169789578"
+ },
+ "js_defer": {
+ "onLoad": [],
+ "onReady": [{
+ "src": "\/\/s.skimresources.com\/js\/44681X1528610.skimlinks.js"
+ }, {
+ "src": "\/\/cdn.georiot.com\/snippet.js",
+ "id": "georiot"
+ }, {
+ "src": "\/\/native.sharethrough.com\/assets\/sfp.js"
+ }, {
+ "src": "\/\/esi.gscontxt.net\/independent\/channels.cgi?url=http%3A%2F%2Fwww.independent.co.uk%2Fnews%2Fbusiness%2Fnews%2Fseven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html"
+ }, {
+ "src": "http:\/\/www.independent.co.uk\/profiles\/ines\/modules\/ines_commercial\/ines_commercial_ads\/js\/commercial.openx.js"
+ }, {
+ "src": "https:\/\/hammerjs.github.io\/dist\/hammer.min.js",
+ "id": "hammerjs",
+ "modernizr": "touchevents"
+ }, {
+ "src": "http:\/\/cdn.gigya.com\/JS\/gigya.js?apiKey=2_bkQWNsWGVZf-fA4GnOiUOYdGuROCvoMoEN4WMj6_YBq4iecWA-Jp9D2GZCLbzON4",
+ "id": "gigya"
+ }],
+ "dependant": {
+ "georiot": [{
+ "src": "http:\/\/www.independent.co.uk\/profiles\/ines\/modules\/ines_commercial\/ines_commercial_affiliates\/js\/commercial.georiot.js"
+ }],
+ "gigya": [{
+ "src": "http:\/\/www.independent.co.uk\/profiles\/ines\/modules\/ines_gigya\/js\/gigya.comments.js"
+ }, {
+ "src": "http:\/\/webservices.sub2tech.com\/CodeBase\/LIVE\/Min\/sub2.js?LICENSEKEY=a62ebd59-8802-4b7d-88d8-a93988f7e9ab\u0026trackPage=Y",
+ "id": "sub2tech"
+ }],
+ "hammerjs": [{
+ "src": "http:\/\/www.independent.co.uk\/profiles\/ines\/modules\/ines_device\/js\/ines_device.js"
+ }],
+ "sub2tech": [{
+ "src": "http:\/\/www.independent.co.uk\/profiles\/ines\/modules\/ines_gigya\/js\/gigya.ui.js"
+ }]
+ }
+ }
+ });
+ //--&gt;&lt;!]]&gt;
+ </script>
+ <!-- POST HEAD INLINE -->
+ <script async="" src="http://seb.scorecardresearch.com/lookup.php"></script>
+ <script type="text/javascript" src="//impl.onscroll.com/onscroll/2016/09/1474295972056.js" async="" defer="defer"></script>
+ <script type="text/javascript" src="//impl.onscroll.com/onscroll/2016/09/1474981864827.js" async="" defer="defer"></script>
+ <script src="http://s.skimresources.com/js/44681X1528610.skimlinks.js" async=""></script>
+ <script id="georiot" src="http://cdn.georiot.com/snippet.js" async=""></script>
+ <script src="http://native.sharethrough.com/assets/sfp.js" async=""></script>
+ <script src="//esi.gscontxt.net/independent/channels.cgi?url=http%3A%2F%2Fwww.independent.co.uk%2Fnews%2Fbusiness%2Fnews%2Fseven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" async=""></script>
+ <script src="http://www.independent.co.uk/profiles/ines/modules/ines_commercial/ines_commercial_ads/js/commercial.openx.js" async=""></script>
+ <script id="gigya" src="http://cdn.gigya.com/JS/gigya.js?apiKey=2_bkQWNsWGVZf-fA4GnOiUOYdGuROCvoMoEN4WMj6_YBq4iecWA-Jp9D2GZCLbzON4" async=""></script>
+ <script id="facebook-jssdk" src="//connect.facebook.net/en_GB/sdk.js#xfbml=1&amp;version=v2.4&amp;appId=235586169789578"></script>
+ <script id="twitter-wjs" src="https://platform.twitter.com/widgets.js"></script>
+ <script type="text/javascript" src="//widget.perfectmarket.com/eslmedia-theindependent/pmk-201625013.4.js"></script>
+ <script src="http://www.independent.co.uk/profiles/ines/modules/ines_commercial/ines_commercial_affiliates/js/commercial.georiot.js" async=""></script>
+ <style type="text/css"></style>
+ <script async="" type="text/javascript" charset="UTF-8" src="http://cdn.gigya.com/js/GenesisExchange_Gigya.min.js"></script>
+ <script src="http://www.independent.co.uk/profiles/ines/modules/ines_gigya/js/gigya.comments.js" async=""></script>
+ <script id="sub2tech" src="http://webservices.sub2tech.com/CodeBase/LIVE/Min/sub2.js?LICENSEKEY=a62ebd59-8802-4b7d-88d8-a93988f7e9ab&amp;trackPage=Y" async=""></script>
+ <script async="" type="text/javascript" charset="UTF-8" src="http://cdn1.gigya.com/js/gigya.services.plugins.base.min.js?services=gigya.services.comments.plugins.comments2&amp;lang=en"></script>
+ <script async="" type="text/javascript" charset="UTF-8" src="http://comments.US1.gigya.com/comments.getStreamInfo?categoryID=ArticleComments&amp;streamID=a6658741&amp;APIKey=2_bkQWNsWGVZf-fA4GnOiUOYdGuROCvoMoEN4WMj6_YBq4iecWA-Jp9D2GZCLbzON4&amp;sdk=js_6.5.20&amp;format=jsonp&amp;callback=gigya._.apiAdapters.web.callback&amp;context=R1234948081&amp;authMode=cookie"></script>
+ <style type="text/css">
+ @media screen and (min-width: 0px) and (max-width: 1px) {
+ .trc_elastic_trc_32140 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_32140 .videoCube_aspect {
+ padding-bottom: 83.33333333333334%;
+ width: 100%;
+ }
+ .trc_elastic_trc_32140 .videoCube {
+ width: 22.9975%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_32140 div.videoCube:nth-of-type(-n+12) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_32140 div.videoCube:nth-of-type(n+13) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+
+ @media screen and (min-width: 2px) and (max-width: 419px) {
+ .trc_elastic_trc_32140 .trc_rbox_outer .videoCube .video-label-box {
+ height: auto;
+ }
+ .trc_elastic_trc_32140 .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+ .trc_elastic_trc_32140 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_32140 .videoCube_aspect {
+ padding-bottom: 50%;
+ width: 100%;
+ }
+ .trc_elastic_trc_32140 .videoCube {
+ width: 97.99%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_32140 div.videoCube:nth-of-type(-n+4) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_32140 div.videoCube:nth-of-type(n+5) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+
+ @media screen and (min-width: 420px) and (max-width: 749px) {
+ .trc_elastic_trc_32140 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_32140 .videoCube_aspect {
+ padding-bottom: 83.33333333333334%;
+ width: 100%;
+ }
+ .trc_elastic_trc_32140 .videoCube {
+ width: 31.33%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_32140 div.videoCube:nth-of-type(-n+9) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_32140 div.videoCube:nth-of-type(n+10) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+
+ @media screen and (min-width: 750px) {
+ .trc_elastic_trc_32140 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_32140 .videoCube_aspect {
+ padding-bottom: 83.33333333333334%;
+ width: 100%;
+ }
+ .trc_elastic_trc_32140 .videoCube {
+ width: 31.33%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_32140 div.videoCube:nth-of-type(-n+9) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_32140 div.videoCube:nth-of-type(n+10) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+ </style>
+ <style type="text/css">
+ .trc_popover_aug_container {
+ position: static;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover {
+ position: absolute;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ line-height: 16px;
+ color: #000000;
+ cursor: default;
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 12000;
+ width: 180px;
+ padding: 1px;
+ text-align: left;
+ white-space: normal;
+ background-color: #ffffff;
+ border: 1px solid #ccc;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -webkit-background-clip: padding-box;
+ -moz-background-clip: padding;
+ background-clip: padding-box;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover iframe {
+ width: 100%;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover .trc_popover_arrow,
+ .trc_popover .trc_popover_arrow:after {
+ position: absolute;
+ display: block;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover .trc_popover_arrow {
+ border-width: 11px;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover .trc_popover_arrow:after {
+ border-width: 10px;
+ content: "";
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover.trc_bottom {
+ margin-top: 10px;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover.trc_bottom .trc_popover_arrow {
+ top: -11px;
+ right: 11px;
+ margin-left: -11px;
+ border-bottom-color: #999;
+ border-bottom-color: rgba(0, 0, 0, 0.25);
+ border-top-width: 0;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover.trc_bottom .trc_popover_arrow:after {
+ top: 1px;
+ margin-left: -10px;
+ border-bottom-color: #ffffff;
+ border-top-width: 0;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover_fade.trc_in {
+ visibility: visible;
+ opacity: 1;
+ filter: alpha(opacity=100);
+ transition-delay: 0s, 0s;
+ -moz-transition-delay: 0s, 0s;
+ -webkit-transition-delay: 0s, 0s;
+ -o-transition-delay: 0s, 0s;
+ -ms-transition-delay: 0s, 0s;
+ }
+
+ #tbl-aug-voxp4u #tbl-aug-ujtj6v #tbl-aug-g9m1h7 .trc_popover_fade {
+ visibility: hidden;
+ opacity: 0;
+ filter: alpha(opacity=0);
+ transition: opacity 500ms 0s, visibility 0s 500ms;
+ -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -o-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -ms-transition: opacity 500ms 0s, visibility 0s 500ms;
+ }
+ </style>
+ <style type="text/css">
+ @media screen and (min-width: 0px) {
+ .trc_elastic_trc_39384 .trc_rbox_outer .videoCube .video-label-box {
+ height: auto;
+ }
+ .trc_elastic_trc_39384 .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+ .trc_elastic_trc_39384 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_39384 .videoCube_aspect {
+ padding-bottom: 50%;
+ width: 100%;
+ }
+ .trc_elastic_trc_39384 .videoCube {
+ width: 97.99%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_39384 div.videoCube:nth-of-type(-n+5) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_39384 div.videoCube:nth-of-type(n+6) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+ </style>
+ <script type="text/javascript" async="" src="//r.skimresources.com/api/?callback=skimlinksApplyHandlers&amp;data=%7B%22pubcode%22%3A%2244681X1528610%22%2C%22domains%22%3A%5B%22independentsubscriptions.co.uk%22%2C%22edition.independent.co.uk%22%2C%22tickets.independent.co.uk%22%2C%22courses.independent.co.uk%22%2C%22directory.independent.co.uk%22%2C%22independentescapes.com%22%2C%22indy100.com%22%2C%22puzzles.independent.co.uk%22%2C%22independentjobs.independent.co.uk%22%2C%22dating.independent.co.uk%22%2C%22facebook.com%22%2C%22twitter.com%22%2C%22quora.com%22%2C%22popup.taboola.com%22%2C%22go.babbel.com%22%2C%22plarium.com%22%2C%22clknew.com%22%2C%22trknx.com%22%2C%22us-presidents.insidegov.com%22%2C%22save70.com%22%2C%22onlinehealth.wiki%22%2C%22capgemini.ft.com%22%2C%22global-diseases.healthgrove.com%22%2C%22movies.prettyfamous.com%22%2C%22reuters.tv%22%2C%22aplus.com%22%2C%22independentnews.zendesk.com%22%2C%22esimedia.co.uk%22%2C%22syndication.independent.co.uk%22%2C%22standard.co.uk%22%2C%22en.novayagazeta.ru%22%5D%2C%22page%22%3A%22http%3A%2F%2Fwww.independent.co.uk%2Fnews%2Fbusiness%2Fnews%2Fseven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html%22%7D"></script>
+ <script type="text/javascript" id="ox_acj_7539148985" src="http://esimedia-d.openx.net/w/1.0/acj?o=7539148985&amp;callback=OX_7539148985&amp;ju=http%3A//www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html&amp;jr=&amp;be=1&amp;auid=538447738&amp;aus=728x90%2C970x250&amp;bc=hb_2api&amp;bt=3000&amp;dims=1280x710&amp;adxy=0%2C100&amp;res=1440x900x24&amp;plg=swf%2Cshk%2Cpm&amp;ch=UTF-8&amp;tz=-480&amp;ws=1280x710&amp;ifr=0&amp;tws=1280x710&amp;vmt=1&amp;sd=18"></script>
+ <script type="text/javascript" id="ox_acj_1596247291" src="http://esimedia-d.openx.net/w/1.0/acj?o=1596247291&amp;callback=OX_1596247291&amp;ju=http%3A//www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html&amp;jr=&amp;be=1&amp;auid=538447738&amp;aus=300x600%2C300x250&amp;bc=hb_2api&amp;bt=3000&amp;dims=1280x710&amp;adxy=783%2C1238&amp;res=1440x900x24&amp;plg=swf%2Cshk%2Cpm&amp;ch=UTF-8&amp;tz=-480&amp;ws=1280x710&amp;ifr=0&amp;tws=1280x710&amp;vmt=1&amp;sd=18"></script>
+ <script async="" type="text/javascript" charset="UTF-8" src="http://comments.US1.gigya.com/comments.getComments?categoryID=ArticleComments&amp;streamID=a6658741&amp;includeSettings=true&amp;threaded=true&amp;includeStreamInfo=true&amp;includeUserOptions=true&amp;includeUserHighlighting=true&amp;lang=en&amp;ctag=comments_v2&amp;APIKey=2_bkQWNsWGVZf-fA4GnOiUOYdGuROCvoMoEN4WMj6_YBq4iecWA-Jp9D2GZCLbzON4&amp;cid=&amp;source=showCommentsUI&amp;sourceData=%7B%22categoryID%22%3A%22ArticleComments%22%2C%22streamID%22%3A%22a6658741%22%7D&amp;sdk=js_6.5.20&amp;format=jsonp&amp;callback=gigya._.apiAdapters.web.callback&amp;context=R434684429&amp;authMode=cookie"></script>
+ <script src="http://www.independent.co.uk/profiles/ines/modules/ines_gigya/js/gigya.ui.js" async=""></script>
+ <script src="http://partner.googleadservices.com/gpt/pubads_impl_105.js" async=""></script>
+ <script async="" type="text/javascript" charset="UTF-8" src="http://cdn.gigya.com/js/gigya.services.socialize.plugins.reactions.min.js?lang=en"></script>
+ <link rel="prefetch" href="http://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html" />
+ <script async="" type="text/javascript" charset="UTF-8" src="http://cdn.gigya.com/js/gigya.services.socialize.plugins.simpleshare.min.js"></script>
+ <script async="" type="text/javascript" charset="UTF-8" src="http://cdn1.gigya.com/js/gigya.services.socialize.plugins.shareCounts.min.js"></script>
+</head>
+
+<body class="not-front article article-6658741 article-image source-10506160 inline-gallery inline-gallery-2893886 news-voices-article scald-file-processed">
+ <!-- PAGE TOP -->
+ <!-- PAGE -->
+ <header id="masthead">
+ <a href="http://www.independent.co.uk/" title="Home">
+ <span class="logo"></span>
+ </a>
+ <ul id="dynamic-header">
+ <a href="http://www.independent.co.uk/" title="Home">
+ <li class="logotype active">
+ <span class="logo-full"></span>
+ </li>
+ </a>
+ <li class="share" id="gigya-share-btns-3_gig_containerParent">
+ <div id="gigya-share-btns-3" gigid="showShareBarUI" style="visibility: visible;">
+ <div class="gig-bar-container gig-share-bar-container">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-facebook gig-button-container-facebook-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-3-reaction0" title="Share on Facebook" alt="Share on Facebook" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction0'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction0'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction0'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-3-reaction0-left"></td>
+ <td id="gigya-share-btns-3-reaction0-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-3-reaction0-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/facebook.png" alt="" /></td>
+ <td id="gigya-share-btns-3-reaction0-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-twitter gig-button-container-twitter-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-3-reaction1" title="Share on Twitter" alt="Share on Twitter" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction1'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction1'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction1'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-3-reaction1-left"></td>
+ <td id="gigya-share-btns-3-reaction1-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-3-reaction1-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/twitter.png" alt="" /></td>
+ <td id="gigya-share-btns-3-reaction1-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-whatsapp gig-button-container-whatsapp-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-3-reaction2" title="WhatsApp" alt="WhatsApp" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction2'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction2'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction2'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-3-reaction2-left"></td>
+ <td id="gigya-share-btns-3-reaction2-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-3-reaction2-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/whatsapp.png" alt="" /></td>
+ <td id="gigya-share-btns-3-reaction2-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-email gig-button-container-email-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-3-reaction3" title="email" alt="email" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction3'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction3'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction3'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-3-reaction3-left"></td>
+ <td id="gigya-share-btns-3-reaction3-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-3-reaction3-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/email.png" alt="" /></td>
+ <td id="gigya-share-btns-3-reaction3-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-right gig-button-container-share gig-button-container-share-count-right gig-share-button-container gig-button-container-horizontal">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td class="gig-button-td">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-right" id="gigya-share-btns-3-reaction4" title="Share" alt="Share" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction4'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction4'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-3'].buttonInstances['gigya-share-btns-3-reaction4'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-3-reaction4-left"></td>
+ <td id="gigya-share-btns-3-reaction4-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-3-reaction4-icon_img" src="/sites/all/themes/ines_themes/ines_theme/img/blank.gif" alt="" /></td>
+ <td id="gigya-share-btns-3-reaction4-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </td>
+ <td>
+ <div class="gig-counter gig-share-counter gig-counter-$rid gig-counter-right" id="gigya-share-btns-3-reaction4-count" style="display:none; background-image:url('http://cdn2.gigya.com/gs/GetSprite.ashx?path=%2FshareBar%2Fbutton%2Fbutton%5Bleft%2Cright%5DImg%5Bup%2Cover%5D.png%7C2%2C20%5E%2FshareBar%2Fbutton%2FrightCountImg.png%7C38%2C20%5E%2Fsharebar%2Ficons%2F%5Bfacebook%2Ctwitter%2Cwhatsapp%2Cemail%2Cshare%5D.png%7C16%2C16');background-position:-8px 0px;width: 38px;height: 20px;line-height: 20px;background-repeat:no-repeat;position:static;;text-align:center;vertical-align:middle;"><span class="gig-counter-text gig-share-counter-text gig-counter-text-right gig-share-counter-text-right" id="gigya-share-btns-3-reaction4-count-value"></span></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </li>
+ </ul>
+ <nav>
+ <ol>
+ <li><a href="/news" title="">News</a>
+ <ul>
+ <li><a href="http://www.independent.co.uk/topic/brexit" title="">Brexit latest</a></li>
+ <li class="topic"><a href="/topic/the-big-questions" title="">The Big Questions</a></li>
+ <li><a href="/news/uk" title="">UK</a></li>
+ <li><a href="http://www.independent.co.uk/news/world/americas" title="">US</a></li>
+ <li><a href="/news/world" title="">World</a></li>
+ <li><a href="http://www.independent.co.uk/news/people" title="">People</a></li>
+ <li><a href="/news/uk/politics" title="">Politics</a></li>
+ <li><a href="/news/business" title="">Business</a></li>
+ <li><a href="/news/science" title="">Science</a></li>
+ <li><a href="http://www.independent.co.uk/news/media/" title="">Media</a></li>
+ <li><a href="http://www.independent.co.uk/news/obituaries" title="">Obituaries</a></li>
+ </ul>
+ </li>
+ <li><a href="/news/world/americas/us-elections" title="US Election">US Election</a></li>
+ <li><a href="/voices" title="">Voices</a>
+ <ul>
+ <li><a href="/author/grace-dent" title="">Grace Dent</a></li>
+ <li><a href="http://www.independent.co.uk/author/mary-dejevsky" title="">Mary Dejevsky</a></li>
+ <li><a href="/author/robert-fisk" title="">Robert Fisk</a></li>
+ <li><a href="/author/john-rentoul" title="">John Rentoul</a></li>
+ <li><a href="/author/mark-steel" title="">Mark Steel</a></li>
+ <li><a href="/voices/campaigns/voicesindanger" title="">Voices in Danger</a></li>
+ <li><a href="http://www.independent.co.uk/voices/campaigns/GiantsClub" title="Giants Club">Giants Club</a></li>
+ </ul>
+ </li>
+ <li><a href="/arts-entertainment" title="">Culture</a>
+ <ul>
+ <li><a href="/arts-entertainment/tv" title="">TV + radio</a></li>
+ <li><a href="/arts-entertainment/films" title="">Film</a></li>
+ <li><a href="/arts-entertainment/music" title="">Music</a></li>
+ <li><a href="/arts-entertainment/books" title="">Books</a></li>
+ <li><a href="/arts-entertainment/art" title="">Art</a></li>
+ <li><a href="/arts-entertainment/theatre-dance" title="">Theatre + dance</a></li>
+ </ul>
+ </li>
+ <li><a href="/life-style" title="">Lifestyle</a>
+ <ul>
+ <li><a href="/travel" title="">Travel</a></li>
+ <li><a href="/life-style/fashion" title="">Fashion + beauty</a></li>
+ <li><a href="/life-style/food-and-drink" title="">Food</a></li>
+ <li><a href="/life-style/health-and-families" title="">Health</a></li>
+ <li><a href="/extras/indybest" title="">IndyBest</a></li>
+ <li><a href="/life-style/love-sex" title="">Love + sex</a></li>
+ </ul>
+ </li>
+ <li><a href="/life-style/gadgets-and-tech" title="">Tech</a>
+ <ul>
+ <li><a href="http://www.independent.co.uk/topic/pokemon-go" title="">Pokemon GO</a></li>
+ <li><a href="/life-style/gadgets-and-tech/news" title="">Tech news</a></li>
+ <li><a href="/life-style/gadgets-and-tech/features" title="">Tech culture</a></li>
+ <li><a href="/life-style/gadgets-and-tech/gaming" title="">Gaming</a></li>
+ </ul>
+ </li>
+ <li><a href="/sport" title="">Sport</a>
+ <ul>
+ <li class="topic"><a href="/topic/football-transfers" title="">Transfer news</a></li>
+ <li><a href="/sport/football" title="">Football</a></li>
+ <li><a href="/sport/rugby/rugby-union" title="">Rugby union</a></li>
+ <li><a href="/sport/cricket" title="">Cricket</a></li>
+ <li><a href="/sport/tennis" title="">Tennis</a></li>
+ <li><a href="/sport/golf" title="">Golf</a></li>
+ <li><a href="/sport/motor-racing" title="">Motor racing</a></li>
+ <li><a href="/sport/us-sport" title="">US sport</a></li>
+ </ul>
+ </li>
+ <li><a href="http://www.independent.co.uk/marketing/apps" title="">Daily Edition</a>
+ <ul>
+ <li><a href="http://www.independentsubscriptions.co.uk/" title="Subscribe for a free trial">Subscribe for a free trial</a></li>
+ <li><a href="https://edition.independent.co.uk/" title="Read now">Read now</a></li>
+ </ul>
+ </li>
+ </ol>
+ </nav>
+ <ol id="meta-nav">
+ <li class="search">
+ <a href="#" class="icon-search dropdown-toggle" title="Search"></a>
+ <form class="search-form search search" action="/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" method="post" id="search-form" accept-charset="UTF-8">
+ <div>
+ <div class="container-inline search-container search-container form-wrapper" id="edit-basic">
+ <div class="form-item form-type-textfield form-item-keys">
+ <label for="edit-keys"> </label>
+ <input placeholder="Search" autofocus="1" id="edit-keys" name="keys" value="" size="20" maxlength="255" class="form-text" type="text" />
+ </div>
+ <input id="edit-submit" name="op" value="Search" class="form-submit" type="submit" /><input name="get" value="[]" type="hidden" />
+ </div><input name="form_build_id" value="form-1wGh5C61es3a0HGEMc1s7L_9Fe4TCymY4hxOVwzQeTQ" type="hidden" />
+ <input name="form_id" value="apachesolr_search_custom_page_search_form" type="hidden" />
+ </div>
+ </form>
+ </li>
+ <li class="edition">
+ <a href="javascript:void(0)" class="icon-uk dropdown-toggle" title="Edition"></a>
+ <ul class="dropdown-menu">
+ <li>
+ <a href="javascript:void(0)" data-edition="UK">UK Edition <span class="icon-check"></span></a>
+ </li>
+ <li>
+ <a href="javascript:void(0)" data-edition="US">US Edition </a>
+ </li>
+ </ul>
+ </li>
+ <li class="account">
+ <a href="#" class="icon-user dropdown-toggle" title="Account"></a>
+ <ul class="dropdown-menu">
+ <li><a href="/login" id="signInLink" data-id="signInLink">Sign in</a></li>
+ <li><a href="/register" id="joinLink" data-id="joinLink">Register</a></li>
+ <li><a href="https://www.independentsubscriptions.co.uk/" title="">Subscriptions</a></li>
+ </ul>
+ </li>
+ <li class="toggle-menu">
+ <a href="#" class="icon-menu" title="Toggle menu"></a>
+ </li>
+ </ol>
+
+ <div id="menu">
+ <form class="search-form search search" action="/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" method="post" id="search-form" accept-charset="UTF-8">
+ <div>
+ <div class="container-inline search-container search-container form-wrapper" id="edit-basic">
+ <div class="form-item form-type-textfield form-item-keys">
+ <label for="edit-keys"> </label>
+ <input placeholder="Search" autofocus="1" id="edit-keys" name="keys" value="" size="20" maxlength="255" class="form-text" type="text" />
+ </div>
+ <input id="edit-submit" name="op" value="Search" class="form-submit" type="submit" /><input name="get" value="[]" type="hidden" />
+ </div><input name="form_build_id" value="form-1wGh5C61es3a0HGEMc1s7L_9Fe4TCymY4hxOVwzQeTQ" type="hidden" />
+ <input name="form_id" value="apachesolr_search_custom_page_search_form" type="hidden" />
+ </div>
+ </form>
+ <ul class="topics">
+ <li><a href="/news" title="">News</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li class="hot_topic"><a href="/topic/labour-leadership-contest" title="">Labour leadership contest</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/news/uk" title="">UK</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/news/world/americas" title="">US</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/news/world" title="">World</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/news/uk/politics" title="">Politics</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/news/people" title="">People</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/news/science" title="">Science</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/news/business" title="">Business</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://www.independent.co.uk/news/media/" title="">Media</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://www.independent.co.uk/news/obituaries" title="">Obituaries</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/voices" title="">Voices</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li><a href="/author/robert-fisk" title="">Robert Fisk</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/author/mark-steel" title="">Mark Steel</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/author/grace-dent" title="">Grace Dent</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://www.independent.co.uk/author/janet-street-porter" title="Janet Street-Porter">Janet Street-Porter</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/author/holly-baxter" title="">Holly Baxter</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://www.independent.co.uk/author/john-rentoul" title="">John Rentoul</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/voices/campaigns" title="">Campaigns</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/voices/comment" title="">Comment</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/voices/editorials" title="">Editorials</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/voices/letters" title="">Letters</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/voices/campaigns/GiantsClub" title="">Giants Club</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/sport" title="">Sport</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li class="hot_topic"><a href="/topic/football-transfers" title="">Transfer news</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/sport/football" title="">Football</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/sport/rugby/rugby-union" title="">Rugby union</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/sport/cricket" title="">Cricket</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/sport/tennis" title="">Tennis</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/sport/motor-racing" title="">Motor racing</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/sport/us-sport" title="">US sports</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="http://www.independent.co.uk/arts-entertainment" title="">Culture</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li><a href="/arts-entertainment/books" title="">Books</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/arts-entertainment/films" title="">Film</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/arts-entertainment/tv" title="">TV</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/arts-entertainment/music" title="">Music</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/arts-entertainment/art" title="">Art</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/arts-entertainment/theatre-dance" title="">Theatre + dance</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/arts-entertainment/comedy" title="">Comedy</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://tickets.independent.co.uk?utm_source=nav&amp;utm_medium=Encore" title="">Tickets</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/life-style" title="">Lifestyle</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li><a href="/travel" title="">Travel</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/life-style/motoring" title="">Motoring</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/life-style/food-and-drink" title="">Food + drink</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/life-style/health-and-families" title="">Health + families</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/life-style/fashion" title="">Fashion + beauty</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/student" title="">Student</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://courses.independent.co.uk/" title="">Find Courses</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/life-style/love-sex" title="">Love + sex</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://directory.independent.co.uk/?utm_source=independent&amp;utm_medium=navbar&amp;utm_campaign=touchlocal" title="">Business directory</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://www.independentescapes.com/?utm_source=independent&amp;utm_medium=navbar&amp;utm_term=navbar&amp;utm_campaign=secretescapes" title="">Secret Escapes</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/life-style/gadgets-and-tech" title="">Tech</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li class="hot_topic"><a href="/topic/iphone" title="">iPhone</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/life-style/gadgets-and-tech/news" title="">Tech news</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/life-style/gadgets-and-tech/features" title="">Tech culture</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/life-style/gadgets-and-tech/gaming" title="">Gaming</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/video" title="">Video</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li><a href="/video/News" title="">News videos</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/video/Explainers" title="">Explainer videos</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/video/Sport" title="">Sport videos</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/video/People-and-culture" title="">People + culture videos</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/extras/indybest" title="">IndyBest</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li><a href="/extras/indybest/christmasgifts" title="">Christmas</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/extras/indybest/outdoor-activity" title="">Sports &amp; Fitness</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/extras/indybest/house-garden" title="">Home &amp; Garden</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/extras/indybest/kids" title="">Kids</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/extras/indybest/arts-books" title="">Books</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/extras/indybest/travel" title="">Travel &amp; Outdoors</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/extras/indybest/fashion-beauty" title="">Fashion &amp; Beauty</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/extras/indybest/food-drink" title="">Food &amp; Drink</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/extras/indybest/gadgets-tech" title="">Tech</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/money" title="">Money</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li><a href="/money/mortgages" title="">Mortgages</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/money/loans-credit" title="">Loans</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/money/spend-save" title="">Savings</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/money/pensions" title="">Pensions</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://www.independent.co.uk/money/hifx-international-money-transfers?icn=hifx_nav" title="">Money transfers</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://www.independent.co.uk/money/health-insurance?icn=axa_nav" title="">Health insurance</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/money/moneydeals" title="">Money Deals</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/extras" title="">Extras</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ <ul>
+ <li><a href="/news/corrections" title="">Corrections</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="https://www.indy100.com" title="">indy100</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://puzzles.independent.co.uk?utm_campaign=navbar&amp;utm_medium=nav&amp;utm_source=navpuzzles" title="">Puzzles</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://puzzles.independent.co.uk?utm_campaign=navbar&amp;utm_medium=nav&amp;utm_source=navpuzzles" title="Crosswords Link">Crosswords</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/marketing/apps" title="">Apps</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="/independentbooks" title="">The Independent Books</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://independentjobs.independent.co.uk" title="">Jobs</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://dating.independent.co.uk/?utm_source=dating&amp;utm_campaign=dating&amp;utm_term=independent" title="">Dating</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ <li><a href="http://www.independent.co.uk/competitions/?icn=offfers_nav" title="">Competitions &amp; offers</a><span class="toggle"><span class="icon-arrow-right"></span></span>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul class="follow">
+ <li>Follow us:</li>
+ <li>
+ <a href="https://www.facebook.com/TheIndependentOnline" target="_blank" title="Facebook" class="icon-facebook"></a>
+ </li>
+ <li>
+ <a href="https://twitter.com/independent" target="_blank" title="Twitter" class="icon-twitter"></a>
+ </li>
+ </ul>
+ </div>
+ </header>
+ <div id="content">
+ <div class="region region-header">
+ <div class="ad-leaderboard">
+ <div id="leaderboard" style="margin: 0 auto 40px;">
+ <div id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_2__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_2" title="3rd party ad content" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_2" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" frameborder="0" width="970" height="250"></iframe></div><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_2__hidden__" title="" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_2__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" frameborder="0" width="0" height="0"></iframe></div>
+ </div>
+ </div>
+ <div id="cookie-warning">
+ <a href="#" class="close icon-close" title="OK"></a>
+ <p>We use cookies to enhance your visit to our site and to bring you advertisements that might interest you. Read our <a href="%20http://www.independent.co.uk/service/privacy-policy-a6184181.html">Privacy</a> and <a href="http://www.independent.co.uk/service/cookie-policy-a6184186.html">Cookie</a> Policies to find out more.</p>
+ </div>
+ <div class="tabs"></div>
+ <div class="region region-content">
+
+
+ <article class="full-article" itemscope="" itemtype="http://schema.org/NewsArticle">
+ <meta itemprop="mainEntityOfPage" content="http://www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" />
+ <div itemprop="publisher" itemscope="" itemtype="https://schema.org/Organization">
+ <meta itemprop="name" content="The Independent" />
+ <link itemprop="sameAs" href="http://www.independent.co.uk" />
+ <link itemprop="logo" href="https://static.independent.co.uk/static-assets/brand-logo.png" />
+ </div>
+
+
+
+ <header id="gigya-share-btns-1_gig_containerParent">
+
+ <ol vocab="http://schema.org/" typeof="BreadcrumbList" class="breadcrumbs clearfix">
+ <li property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" href="http://www.independent.co.uk/news"><span property="name">News</span></a></li>
+ <li property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" href="http://www.independent.co.uk/news/business"><span property="name">Business</span></a></li>
+ <li property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" href="http://www.independent.co.uk/news/business/news"><span property="name">Business News</span></a></li>
+ </ol>
+ <h1 itemprop="headline" class=" ">The seven secrets that hotel owners don't want you to know</h1>
+
+
+ <div class="intro">
+ <p>Hotel bosses spill the beans on cost cutting and horrible hygiene</p>
+ </div>
+ <ul class="caption meta inline-pipes-list">
+ <li class="author" itemprop="author" itemscope="" itemtype="http://schema.org/Person">
+ <span itemprop="name"><a href="/author/hazel-sheffield" title="Hazel Sheffield" itemprop="sameAs">Hazel Sheffield</a></span>
+ </li>
+ <li title="24 December 2015 17:00 London"><time data-microtimes="{&quot;published&quot;:&quot;1442501820000&quot;,&quot;display&quot;:&quot;1450976400000&quot;,&quot;changed&quot;:&quot;1462698711000&quot;}" datetime="17:00, 24 December 2015">Friday 25 December 2015</time></li>
+ <li class="comments">
+ <a href="#commentsDiv" id="comment-count" class="icon-comment">0 comments</a>
+ </li>
+ </ul>
+ <div id="gigya-share-btns-1" gigid="showShareBarUI" style="visibility: visible;">
+ <div class="gig-bar-container gig-share-bar-container">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-facebook gig-button-container-facebook-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-1-reaction0" title="Share on Facebook" alt="Share on Facebook" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction0'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction0'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction0'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-1-reaction0-left"></td>
+ <td id="gigya-share-btns-1-reaction0-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-1-reaction0-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/facebook.png" alt="" /></td>
+ <td id="gigya-share-btns-1-reaction0-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-twitter gig-button-container-twitter-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-1-reaction1" title="Share on Twitter" alt="Share on Twitter" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction1'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction1'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction1'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-1-reaction1-left"></td>
+ <td id="gigya-share-btns-1-reaction1-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-1-reaction1-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/twitter.png" alt="" /></td>
+ <td id="gigya-share-btns-1-reaction1-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-whatsapp gig-button-container-whatsapp-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-1-reaction2" title="WhatsApp" alt="WhatsApp" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction2'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction2'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction2'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-1-reaction2-left"></td>
+ <td id="gigya-share-btns-1-reaction2-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-1-reaction2-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/whatsapp.png" alt="" /></td>
+ <td id="gigya-share-btns-1-reaction2-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-email gig-button-container-email-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-1-reaction3" title="email" alt="email" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction3'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction3'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction3'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-1-reaction3-left"></td>
+ <td id="gigya-share-btns-1-reaction3-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-1-reaction3-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/email.png" alt="" /></td>
+ <td id="gigya-share-btns-1-reaction3-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-right gig-button-container-share gig-button-container-share-count-right gig-share-button-container gig-button-container-horizontal">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td class="gig-button-td">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-right" id="gigya-share-btns-1-reaction4" title="Share" alt="Share" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction4'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction4'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-1'].buttonInstances['gigya-share-btns-1-reaction4'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-1-reaction4-left"></td>
+ <td id="gigya-share-btns-1-reaction4-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-1-reaction4-icon_img" src="/sites/all/themes/ines_themes/ines_theme/img/blank.gif" alt="" /></td>
+ <td id="gigya-share-btns-1-reaction4-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </td>
+ <td>
+ <div class="gig-counter gig-share-counter gig-counter-$rid gig-counter-right" id="gigya-share-btns-1-reaction4-count" style="display:none; background-image:url('http://cdn.gigya.com/gs/GetSprite.ashx?path=%2FshareBar%2Fbutton%2Fbutton%5Bleft%2Cright%5DImg%5Bup%2Cover%5D.png%7C2%2C20%5E%2FshareBar%2Fbutton%2FrightCountImg.png%7C38%2C20%5E%2Fsharebar%2Ficons%2F%5Bfacebook%2Ctwitter%2Cwhatsapp%2Cemail%2Cshare%5D.png%7C16%2C16');background-position:-8px 0px;width: 38px;height: 20px;line-height: 20px;background-repeat:no-repeat;position:static;;text-align:center;vertical-align:middle;"><span class="gig-counter-text gig-share-counter-text gig-counter-text-right gig-share-counter-text-right" id="gigya-share-btns-1-reaction4-count-value"></span></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </header>
+
+
+ <div class="push-notifications-cta"><a href="https://www.independent.co.uk/us-election-notifications" class="us-election-notifications-cta">Click here to receive live updates on the US election</a></div>
+
+ <figure itemprop="associatedMedia image" itemscope="" itemtype="http://schema.org/ImageObject" class="featured-media medium-width">
+ <meta itemprop="representativeOfPage" content="true" />
+ <meta itemprop="url" content="https://static.independent.co.uk/s3fs-public/thumbnails/image/2015/12/06/10/bed-hotel-room.jpg" />
+ <meta itemprop="width" content="2048" />
+ <meta itemprop="height" content="1536" />
+
+ <!-- scald=4071216:article_responsive_images -->
+ <picture title="bed-hotel-room.jpg">
+ <!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source srcset="https://static.independent.co.uk/s3fs-public/styles/article_medium/public/thumbnails/image/2015/12/06/10/bed-hotel-room.jpg 1x" media="(min-width: 620px) and (max-width: 929px)" />
+ <source srcset="https://static.independent.co.uk/s3fs-public/styles/article_large/public/thumbnails/image/2015/12/06/10/bed-hotel-room.jpg 1x" media="(min-width: 930px) and (max-width: 1239px)" />
+ <source srcset="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/12/06/10/bed-hotel-room.jpg 1x" media="(min-width: 1240px)" />
+ <!--[if IE 9]></video><![endif]-->
+ <img src="https://static.independent.co.uk/s3fs-public/styles/article_small/public/thumbnails/image/2015/12/06/10/bed-hotel-room.jpg" alt="bed-hotel-room.jpg" title="bed-hotel-room.jpg" />
+ </picture>
+ <!-- END scald=4071216 -->
+ <figcaption itemprop="description" class="caption">
+ Even luxury hotels aren’t always cleaned as often as they should be <span class="copyright">Getty Images</span> </figcaption>
+ </figure>
+
+
+ <div class="article-wrapper clearfix">
+ <div class="main-content-column">
+ <div class="text-wrapper" itemprop="articleBody" id="gigya-share-btns-2_gig_containerParent">
+ <p>Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning.</p>
+
+ <p>But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know.</p>
+
+ <p>Zeev Sharon and Michael Forrest Jones both run hotel start-ups in the US. Forrest Jones runs the start-up Beechmont Hotels Corporation, a hotel operating company that consults with hotel owners on how they can improve their business. Sharon is the CEO of Hotelied, a start-up that allows people to sign up for discounts at luxury hotels.</p>
+
+ <p>But even luxury hotels aren’t always cleaned as often as they should be.</p>
+
+ <p>Here are some of the secrets that the receptionist will never tell you when you check in, according to answers posted on <a href="https://www.quora.com/What-are-the-things-we-dont-know-about-hotel-rooms" target="_blank">Quora</a>.</p>
+
+ <h3> </h3>
+
+ <div class="dnd-widget-wrapper context-sdl_editor_representation type-image">
+ <div class="dnd-atom-rendered">
+ <!-- scald=2893886:sdl_editor_representation -->
+ <div class="image"><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2014/03/18/10/bandb2.jpg" alt="bandb2.jpg" title="bandb2.jpg" width="564" height="423" /></div>
+ <!-- END scald=2893886 -->
+ </div>
+ <div class="dnd-caption-wrapper">
+ <!--copyright=2893886-->Even posh hotels might not wash a blanket in between stays
+ <!--END copyright=2893886-->
+ </div>
+ </div>
+
+ <p>1. Take any blankets or duvets off the bed</p>
+
+ <p>Forrest Jones said that anything that comes into contact with any of the previous guest’s skin should be taken out and washed every time the room is made, but that even the fanciest hotels don’t always do so. "Hotels are getting away from comforters. Blankets are here to stay, however. But some hotels are still hesitant about washing them every day if they think they can get out of it," he said.</p>
+
+ <div class="dnd-widget-wrapper context-sdl_editor_representation type-video">
+ <div class="dnd-atom-rendered">
+ <!-- scald=4129151:sdl_editor_representation -->
+ <div class="image">
+ <!-- Start of Brightcove Player -->
+ <div class="bc_container">
+ <div class="video-js vjs-mouse vjs-paused vjs-controls-enabled vjs-workinghover vjs-user-active bc-player-2d3d4a83-ba40-464e-9bfb-2804b076bf67_default vjs-plugins-ready vjs-errors" data-video-id="4685984084001" data-embed="default" data-player="2d3d4a83-ba40-464e-9bfb-2804b076bf67" data-account="624246174001" id="4685984084001" role="region" aria-label="video player"><video id="4685984084001_html5_api" data-account="624246174001" data-player="2d3d4a83-ba40-464e-9bfb-2804b076bf67" data-embed="default" data-video-id="4685984084001" class="vjs-tech" preload="none" poster="http://brightcove.vo.llnwd.net/e1/pd/624246174001/624246174001_4685986878001_4685984084001-vs.jpg?pubId=624246174001&amp;videoId=4685984084001" src="blob:http://www.independent.co.uk/112e1cb2-b0b1-e146-be22-fc6d052f7ddd"></video>
+ <div></div>
+ <div class="vjs-poster" tabindex="-1" style="background-image: url(&quot;http://brightcove.vo.llnwd.net/e1/pd/624246174001/624246174001_4685986878001_4685984084001-vs.jpg?pubId=624246174001&amp;videoId=4685984084001&quot;);"></div>
+ <div class="vjs-text-track-display" aria-live="assertive" aria-atomic="true">
+ <div style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: 1.5%;"></div>
+ </div>
+ <div class="vjs-loading-spinner" dir="ltr"></div>
+ <div class="vjs-big-play-button" tabindex="0" role="button" aria-live="polite"><span class="vjs-control-text">Play Video</span></div>
+ <div class="vjs-control-bar" dir="ltr" role="group">
+ <div class="vjs-play-control vjs-control vjs-button " tabindex="0" role="button" aria-live="polite"><span class="vjs-control-text">Play</span></div>
+ <div class="vjs-volume-menu-button vjs-menu-button vjs-menu-button-inline vjs-control vjs-button vjs-volume-menu-button-vertical vjs-vol-3" tabindex="0" role="button" aria-live="polite">
+ <div class="vjs-menu">
+ <div class="vjs-menu-content">
+ <div tabindex="0" class="vjs-volume-bar vjs-slider-bar vjs-slider vjs-slider-vertical" role="slider" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" aria-label="volume level" aria-valuetext="100.00%">
+ <div class="vjs-volume-level"><span class="vjs-control-text"></span></div>
+ </div>
+ </div>
+ </div><span class="vjs-control-text">Mute</span></div>
+ <div class="vjs-current-time vjs-time-control vjs-control vjs-time-controls">
+ <div class="vjs-current-time-display" aria-live="off"><span class="vjs-control-text">Current Time </span>0:00</div>
+ </div>
+ <div class="vjs-time-control vjs-time-divider vjs-time-controls">
+ <div><span>/</span></div>
+ </div>
+ <div class="vjs-duration vjs-time-control vjs-control vjs-time-controls">
+ <div class="vjs-duration-display" aria-live="off"><span class="vjs-control-text">Duration Time</span> 0:00</div>
+ </div>
+ <div class="vjs-progress-control vjs-control">
+ <div tabindex="0" class="vjs-progress-holder vjs-slider vjs-slider-horizontal" role="slider" aria-valuenow="NaN" aria-valuemin="0" aria-valuemax="100" aria-label="progress bar" aria-valuetext="0:00">
+ <div class="vjs-load-progress"><span class="vjs-control-text"><span>Loaded</span>: 0%</span>
+ </div>
+ <div class="vjs-mouse-display" style="left: 0px;" data-current-time="0:00"></div>
+ <div class="vjs-play-progress vjs-slider-bar" data-current-time="0:00"><span class="vjs-control-text"><span>Progress</span>: 0%</span>
+ </div>
+ </div>
+ </div>
+ <div class="vjs-live-control vjs-control vjs-live-controls vjs-hidden">
+ <div class="vjs-live-display" aria-live="off"><span class="vjs-control-text">Stream Type</span>LIVE</div>
+ </div>
+ <div class="vjs-remaining-time vjs-time-control vjs-control vjs-time-controls">
+ <div class="vjs-remaining-time-display" aria-live="off"><span class="vjs-control-text">Remaining Time</span> -0:00</div>
+ </div>
+ <div class="vjs-custom-control-spacer vjs-spacer "> </div>
+ <div class="vjs-share-control vjs-icon-share vjs-control vjs-button " tabindex="0" role="button" aria-live="polite"><span class="vjs-control-text">Share</span></div>
+ <div class="vjs-playback-rate vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden" tabindex="0" role="menuitem" aria-live="polite" aria-expanded="false" aria-haspopup="true">
+ <div class="vjs-menu" role="presentation">
+ <ul class="vjs-menu-content" role="menu"></ul>
+ </div><span class="vjs-control-text">Playback Rate</span>
+ <div class="vjs-playback-rate-value">1</div>
+ </div>
+ <div class="vjs-chapters-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden" tabindex="0" role="menuitem" aria-live="polite" aria-expanded="false" aria-haspopup="true" aria-label="Chapters Menu">
+ <div class="vjs-menu" role="presentation">
+ <ul class="vjs-menu-content" role="menu">
+ <li class="vjs-menu-title" tabindex="-1">Chapters</li>
+ </ul>
+ </div><span class="vjs-control-text">Chapters</span></div>
+ <div class="vjs-descriptions-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden" tabindex="0" role="menuitem" aria-live="polite" aria-expanded="false" aria-haspopup="true" aria-label="Descriptions Menu">
+ <div class="vjs-menu" role="presentation">
+ <ul class="vjs-menu-content" role="menu">
+ <li class="vjs-menu-item vjs-selected" tabindex="-1" role="menuitemcheckbox" aria-live="polite" aria-checked="true">descriptions off<span class="vjs-control-text">, selected</span></li>
+ </ul>
+ </div><span class="vjs-control-text">Descriptions</span></div>
+ <div class="vjs-subtitles-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden" tabindex="0" role="menuitem" aria-live="polite" aria-expanded="false" aria-haspopup="true" aria-label="Subtitles Menu">
+ <div class="vjs-menu" role="presentation">
+ <ul class="vjs-menu-content" role="menu">
+ <li class="vjs-menu-item vjs-selected" tabindex="-1" role="menuitemcheckbox" aria-live="polite" aria-checked="true">subtitles off<span class="vjs-control-text">, selected</span></li>
+ </ul>
+ </div><span class="vjs-control-text">Subtitles</span></div>
+ <div class="vjs-captions-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden" tabindex="0" role="menuitem" aria-live="polite" aria-expanded="false" aria-haspopup="true" aria-label="Captions Menu">
+ <div class="vjs-menu" role="presentation">
+ <ul class="vjs-menu-content" role="menu">
+ <li class="vjs-menu-item vjs-texttrack-settings" tabindex="-1" role="menuitem" aria-live="polite">captions settings<span class="vjs-control-text">, opens captions settings dialog</span></li>
+ <li class="vjs-menu-item vjs-selected" tabindex="-1" role="menuitemcheckbox" aria-live="polite" aria-checked="true">captions off<span class="vjs-control-text">, selected</span></li>
+ </ul>
+ </div><span class="vjs-control-text">Captions</span></div>
+ <div class="vjs-audio-button vjs-menu-button vjs-menu-button-popup vjs-control vjs-button vjs-hidden" tabindex="0" role="menuitem" aria-live="polite" aria-expanded="false" aria-haspopup="true" aria-label="Audio Menu">
+ <div class="vjs-menu" role="presentation">
+ <ul class="vjs-menu-content" role="menu">
+ <li class="vjs-menu-item vjs-selected" tabindex="-1" role="menuitemcheckbox" aria-live="polite" aria-checked="true">default<span class="vjs-control-text">, selected</span></li>
+ </ul>
+ </div><span class="vjs-control-text"></span></div>
+ <div class="vjs-fullscreen-control vjs-control vjs-button " tabindex="0" role="button" aria-live="polite"><span class="vjs-control-text">Fullscreen</span></div>
+ </div>
+ <div class="vjs-error-display vjs-modal-dialog vjs-hidden " tabindex="-1" aria-describedby="4685984084001_component_409_description" aria-hidden="true" aria-label="Modal Window" role="dialog">
+ <p class="vjs-modal-dialog-description vjs-offscreen" id="4685984084001_component_409_description">This is a modal window.</p>
+ <div class="vjs-modal-dialog-content" role="document"></div>
+ </div>
+ <div class="vjs-caption-settings vjs-modal-overlay vjs-hidden">
+ <div class="vjs-tracksettings">
+ <div class="vjs-tracksettings-colors">
+ <div class="vjs-fg-color vjs-tracksetting">
+ <label class="vjs-label">Foreground</label>
+ <select>
+ <option value="">---</option>
+ <option value="#FFF">White</option>
+ <option value="#000">Black</option>
+ <option value="#F00">Red</option>
+ <option value="#0F0">Green</option>
+ <option value="#00F">Blue</option>
+ <option value="#FF0">Yellow</option>
+ <option value="#F0F">Magenta</option>
+ <option value="#0FF">Cyan</option>
+ </select>
+ <span class="vjs-text-opacity vjs-opacity">
+ <select>
+ <option value="">---</option>
+ <option value="1">Opaque</option>
+ <option value="0.5">Semi-Opaque</option>
+ </select>
+ </span>
+ </div>
+ <!-- vjs-fg-color -->
+ <div class="vjs-bg-color vjs-tracksetting">
+ <label class="vjs-label">Background</label>
+ <select>
+ <option value="">---</option>
+ <option value="#FFF">White</option>
+ <option value="#000">Black</option>
+ <option value="#F00">Red</option>
+ <option value="#0F0">Green</option>
+ <option value="#00F">Blue</option>
+ <option value="#FF0">Yellow</option>
+ <option value="#F0F">Magenta</option>
+ <option value="#0FF">Cyan</option>
+ </select>
+ <span class="vjs-bg-opacity vjs-opacity">
+ <select>
+ <option value="">---</option>
+ <option value="1">Opaque</option>
+ <option value="0.5">Semi-Transparent</option>
+ <option value="0">Transparent</option>
+ </select>
+ </span>
+ </div>
+ <!-- vjs-bg-color -->
+ <div class="window-color vjs-tracksetting">
+ <label class="vjs-label">Window</label>
+ <select>
+ <option value="">---</option>
+ <option value="#FFF">White</option>
+ <option value="#000">Black</option>
+ <option value="#F00">Red</option>
+ <option value="#0F0">Green</option>
+ <option value="#00F">Blue</option>
+ <option value="#FF0">Yellow</option>
+ <option value="#F0F">Magenta</option>
+ <option value="#0FF">Cyan</option>
+ </select>
+ <span class="vjs-window-opacity vjs-opacity">
+ <select>
+ <option value="">---</option>
+ <option value="1">Opaque</option>
+ <option value="0.5">Semi-Transparent</option>
+ <option value="0">Transparent</option>
+ </select>
+ </span>
+ </div>
+ <!-- vjs-window-color -->
+ </div>
+ <!-- vjs-tracksettings -->
+ <div class="vjs-tracksettings-font">
+ <div class="vjs-font-percent vjs-tracksetting">
+ <label class="vjs-label">Font Size</label>
+ <select>
+ <option value="0.50">50%</option>
+ <option value="0.75">75%</option>
+ <option value="1.00" selected="selected">100%</option>
+ <option value="1.25">125%</option>
+ <option value="1.50">150%</option>
+ <option value="1.75">175%</option>
+ <option value="2.00">200%</option>
+ <option value="3.00">300%</option>
+ <option value="4.00">400%</option>
+ </select>
+ </div>
+ <!-- vjs-font-percent -->
+ <div class="vjs-edge-style vjs-tracksetting">
+ <label class="vjs-label">Text Edge Style</label>
+ <select>
+ <option value="none">None</option>
+ <option value="raised">Raised</option>
+ <option value="depressed">Depressed</option>
+ <option value="uniform">Uniform</option>
+ <option value="dropshadow">Dropshadow</option>
+ </select>
+ </div>
+ <!-- vjs-edge-style -->
+ <div class="vjs-font-family vjs-tracksetting">
+ <label class="vjs-label">Font Family</label>
+ <select>
+ <option value="">Default</option>
+ <option value="monospaceSerif">Monospace Serif</option>
+ <option value="proportionalSerif">Proportional Serif</option>
+ <option value="monospaceSansSerif">Monospace Sans-Serif</option>
+ <option value="proportionalSansSerif">Proportional Sans-Serif</option>
+ <option value="casual">Casual</option>
+ <option value="script">Script</option>
+ <option value="small-caps">Small Caps</option>
+ </select>
+ </div>
+ <!-- vjs-font-family -->
+ </div>
+ </div>
+ <div class="vjs-tracksettings-controls">
+ <button class="vjs-default-button">Defaults</button>
+ <button class="vjs-done-button">Done</button>
+ </div>
+ </div>
+ <div class="vjs-social-overlay vjs-modal-dialog vjs-hidden " tabindex="-1" aria-describedby="4685984084001_component_501_description" aria-hidden="true" aria-label="Sharing Dialog" role="dialog">
+ <div class="vjs-close-button vjs-control vjs-button vjs-icon-cancel" tabindex="0" role="button" aria-live="polite"><span class="vjs-control-text">Close</span></div>
+ <p class="vjs-modal-dialog-description vjs-offscreen" id="4685984084001_component_501_description">This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.</p>
+ <div class="vjs-modal-dialog-content" role="document"></div>
+ </div>
+ <script src="//players.brightcove.net/1719543778001/vttjs/dist/vtt.min.js"></script>
+ </div>
+ <script src="//players.brightcove.net/624246174001/2d3d4a83-ba40-464e-9bfb-2804b076bf67_default/index.min.js"></script>
+ </div>
+ <!-- End of Brightcove Player -->
+ </div>
+ <!-- END scald=4129151 -->
+ </div>
+ <div class="dnd-caption-wrapper">Video shows bed bug infestation at New York hotel</div>
+ </div>
+
+ <h3> </h3>
+
+ <div class="dnd-widget-wrapper context-sdl_editor_representation type-image">
+ <div class="dnd-atom-rendered">
+ <!-- scald=3091096:sdl_editor_representation -->
+ <div class="image"><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2015/05/26/11/hotel-door-getty.jpg" alt="hotel-door-getty.jpg" title="hotel-door-getty.jpg" width="564" height="423" /></div>
+ <!-- END scald=3091096 -->
+ </div>
+ <div class="dnd-caption-wrapper">
+ <!--copyright=3091096-->Forrest Jones advised stuffing the peep hole with a strip of rolled up notepaper when not in use.
+ <!--END copyright=3091096-->
+ </div>
+ </div>
+
+ <p>2. Check the peep hole has not been tampered with</p>
+
+ <p>This is not common, but can happen, Forrest Jones said. He advised stuffing the peep hole with a strip of rolled up notepaper when not in use. When someone knocks on the door, the paper can be removed to check who is there. If no one is visible, he recommends calling the front desk immediately. “I look forward to the day when I can tell you to choose only hotels where every employee who has access to guestroom keys is subjected to a complete public records background check, prior to hire, and every year or two thereafter. But for now, I can't,” he said.</p>
+
+ <h3> </h3>
+
+ <div class="dnd-widget-wrapper context-sdl_editor_representation type-image">
+ <div class="dnd-atom-rendered">
+ <!-- scald=230411:sdl_editor_representation -->
+ <div class="image"><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2013/07/31/15/luggage-3.jpg" alt="luggage-3.jpg" title="luggage-3.jpg" width="564" height="423" /></div>
+ <!-- END scald=230411 -->
+ </div>
+ <div class="dnd-caption-wrapper">
+ <!--copyright=230411-->Put luggage on the floor
+ <!--END copyright=230411-->
+ </div>
+ </div>
+
+ <p>3. Don’t use a wooden luggage rack</p>
+
+ <p>Bedbugs love wood. Even though a wooden luggage rack might look nicer and more expensive than a metal one, it’s a breeding ground for bugs. Forrest Jones says guests should put the items they plan to take from bags on other pieces of furniture and leave the bag on the floor.</p>
+
+ <h3> </h3>
+
+ <div class="dnd-widget-wrapper context-sdl_editor_representation type-image">
+ <div class="dnd-atom-rendered">
+ <!-- scald=3184441:sdl_editor_representation -->
+ <div class="image"><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2015/04/13/11/Lifestyle-hotels.jpg" alt="Lifestyle-hotels.jpg" title="Lifestyle-hotels.jpg" width="564" height="423" /></div>
+ <!-- END scald=3184441 -->
+ </div>
+ <div class="dnd-caption-wrapper">
+ <!--copyright=3184441-->The old rule of thumb is that for every 00 invested in a room, the hotel should charge in average daily rate
+ <!--END copyright=3184441-->
+ </div>
+ </div>
+
+ <p>4. Hotel rooms are priced according to how expensive they were to build</p>
+
+ <p>Zeev Sharon said that the old rule of thumb is that for every $1000 invested in a room, the hotel should charge $1 in average daily rate. So a room that cost $300,000 to build, should sell on average for $300/night.</p>
+
+ <div class="inline-block inline-block-related-list">
+ <h1 class="box-title">Read more</h1>
+
+ <ul>
+ <li><a href="/news/world/americas/man-rents-out-flatmates-room-on-airbnb--without-telling-him-10484670.html?origin=internalSearch" target="_blank">Man rents out flatmate's room on Airbnb - without telling him</a></li>
+ <li><a href="/travel/news-and-advice/exclusive-escapes-upmarket-holiday-company-goes-bust-on-the-eve-of-bank-holiday-weekend-10476653.html?origin=internalSearch" target="_blank">Upmarket holiday company goes bust on eve of bank holiday</a></li>
+ <li><a href="/voices/comment/as-barcelona-has-found-its-possible-for-a-city-to-have-too-many-tourists-10452542.html?origin=internalSearch" target="_blank">It’s possible for a city to have too many tourists</a></li>
+ </ul>
+ </div>
+
+ <h3>5. Beware the wall-mounted hairdryer</h3>
+
+ <p>It contains the most germs of anything in the room. Other studies have said the TV remote and bedside lamp switches are the most unhygienic. “Perhaps because it's something that's easy for the housekeepers to forget to check or to squirt down with disinfectant,” Forrest Jones said.</p>
+
+ <h3> </h3>
+
+ <div class="dnd-widget-wrapper context-full type-gallery">
+ <div class="dnd-atom-rendered">
+ <!-- scald=3739501:full -->
+ <script>
+ & lt;
+ !-- //--&gt;&lt;![CDATA[// &gt;&lt;!--
+
+ jQuery(document).ready(function() {
+
+ if (jQuery(window).width() & gt; 620) {
+ var galleryTitle = jQuery(".container.grid-mod-gallery .gallery-title");
+ var galleryTitleText = galleryTitle.text();
+ var galleryTitleLength = galleryTitleText.length;
+
+ if (galleryTitleLength & gt; 50) {
+ galleryTitle.css("font-size", "17px");
+ }
+
+ if (galleryTitleLength & gt; 60) {
+ galleryTitle.css({
+ "padding": "12px 20px",
+ "line-height": "22px"
+ });
+ }
+ }
+
+ });
+
+ //--&gt;&lt;!]]&gt;
+ </script>
+ <div class="container grid-mod-gallery" data-scald-gallery="3739501">
+ <!-- Gallery title -->
+ <h2 class="gallery-title"><span class="media-prefix icon-gallery"></span>Business news in pictures</h2>
+ <div class="images">
+ <!-- First four images -->
+ <ul>
+ <li class="lazy " data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/09/15/21/Depay2.jpg">
+ <a data-gallery-thumb="1" href="#"><span class="pager icon-arrow-left"></span></a>
+ <a data-gallery-thumb="1" href="#"><span class="pager icon-arrow-right"></span></a>
+ </li>
+ <li class="lazy " data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2015/09/04/02/AN74804427Star-Wars-The-For.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');">
+ <a data-gallery-thumb="2" href="#"></a>
+ </li>
+ <li class="lazy " data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2015/09/03/20/41-Natalie-Massenet-Rex.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');">
+ <a data-gallery-thumb="3" href="#"></a>
+ </li>
+ <li class="lazy " data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2014/09/23/10/mayerv2.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');">
+ <a data-gallery-thumb="4" href="#"></a>
+ </li>
+ <li>
+ <a class="show-all initial-open" href="#">
+ <span class="additional-photos icon-gallery">50</span>
+ <span class="label">show all</span>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+
+ <div class="full-gallery">
+ <div class="scroller">
+ <a href="#" class="close icon-close" title="Close gallery"></a>
+ <h2 class="gallery-title"><span class="media-prefix icon-gallery"></span>Business news in pictures</h2>
+ <div class="images">
+ <ul>
+ <li data-gallery-item="1" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/09/15/21/Depay2.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="2" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/09/04/02/AN74804427Star-Wars-The-For.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="3" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/09/03/20/41-Natalie-Massenet-Rex.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="4" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2014/09/23/10/mayerv2.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="5" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/08/23/20/P.47-Getty.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="6" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/08/07/10/LondonCityAirport.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="7" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/08/06/11/Carmichael_1.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="8" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/08/03/12/Charity.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="9" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/05/03/12/enfield-haunting.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="10" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/07/15/14/VirginTrain.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="11" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/07/15/14/HeavyTraffic.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="12" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/21/22/web-avengers-ultron-3.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="13" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/06/25/09/Adoboli.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="14" data-original="http://www.independent.co.uk/s3/files/styles/story_large/public/thumbnails/image/2015/06/23/11/Burberry%E2%80%99s%20autumn%20ad%20campaign" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="15" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/06/16/13/hololens.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="16" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2014/11/10/23/High-Street-Getty.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="17" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/06/10/15/ArgentinaStrike.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="18" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/06/08/08/17-beer-getty.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="19" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/06/03/09/NewLook.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="20" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/05/19/11/UnitedArabEmirates.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="21" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/02/25/16/gucci-show.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="22" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2012/02/22/22/5345360.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="23" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/05/14/15/Ring.jpeg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="24" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/05/14/15/BrewCat.jpeg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="25" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/05/08/13/DanielZhang.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="26" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/01/01/08/new-york-new-year.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="27" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/05/06/07/Winslet.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="28" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/05/06/07/SamCamFashion.jpeg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="29" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/02/10/12/aer_lingus_reuters.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="30" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/30/14/Weir.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="31" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/27/16/sport.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="32" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2014/06/07/21/p26harley.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="33" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/17/09/BPAGMCropped.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="34" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/01/23/AN66811047audi_tt_027.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="35" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/14/09/v3-48-Arlette-Ricci-Rex.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="36" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/08/07/Camden.jpeg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="37" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/08/07/RioTinto.jpeg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="38" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/08/07/Greenpeace.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="39" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/04/02/15/GoDaddy.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="40" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/31/10/ShritiVadera.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="41" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/31/09/Compass.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="42" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/31/09/SercoRail-(2).jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="43" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/30/15/NetAPorter.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="44" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/01/20/16/Li-Ka-Shing.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="45" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/25/15/Jaguar.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="46" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2014/09/12/11/A JD Wetherspoon pub.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="47" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/23/07/TescoJet.jpeg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="48" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/18/17/uber2.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="49" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/03/17/09/Sienna.jpeg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ <li data-gallery-item="50" data-original="https://static.independent.co.uk/s3fs-public/styles/story_large/public/thumbnails/image/2015/02/15/23/Blackpool-Getty.jpg" style="background-image: url('/sites/all/themes/ines_themes/ines_theme/img/blank.gif');" class=""></li>
+ </ul><span class="icon-arrow-left"></span>
+ <span class="icon-arrow-right"></span>
+ <a href="#" class="pager prev" title="Previous photo"></a>
+ <a href="#" class="pager next" title="Next photo"></a>
+ </div>
+
+ <ul class="legends">
+ <li data-gallery-legend="1">
+ <h2>
+ <span class="counter">1/50</span>
+ <!-- Optional photo title -->
+ United goin down </h2>
+ <!-- Optional photo caption -->
+ <p>Manchester United's absence from the Champions League hurt more than the fans' pride last year - it also dented the bottom line. Revenues at the New Uork listed club dipped 8.8 per cent to £395.2m in the year to June, triggering a £1.2 million loss after broadcasting and sponsorship deals dried up. The club said it was now looking to raise $400m from a share issue.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">GETTY IMAGES</p>
+ </li>
+ <li data-gallery-legend="2">
+ <h2>
+ <span class="counter">2/50</span>
+ <!-- Optional photo title -->
+ Star Wars boosts economy </h2>
+ <!-- Optional photo caption -->
+ <p>Production of the next Star Wars movie has brought an economic impact of some £150 million to Britain, according to company accounts. The seventh movie in the series, The Force Awakens, will be released in December.</p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="3">
+ <h2>
+ <span class="counter">3/50</span>
+ <!-- Optional photo title -->
+ Natalie Massenet Leaves Net-a-Porter </h2>
+ <!-- Optional photo caption -->
+ <p>The Net-a-Porter founder Natalie Massenet decided to quit the online fashion retailer during "a summer of reflection" that included a spectacular 50th birthday party on the Almalfi coast.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Rex</p>
+ </li>
+ <li data-gallery-legend="4">
+ <h2>
+ <span class="counter">4/50</span>
+ <!-- Optional photo title -->
+ I'll keep working, says Mayer </h2>
+ <!-- Optional photo caption -->
+ <p>The chief executive of Yahoo, Marissa Mayer, said that she was expecting twin girls in December. She said she would "approach the pregnancy and delivery the same way as I did with my son three years ago, taking limited time away and working throughout". In 2012, she took two weeks off when her first child was born.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">GETTY IMAGES</p>
+ </li>
+ <li data-gallery-legend="5">
+ <h2>
+ <span class="counter">5/50</span>
+ <!-- Optional photo title -->
+ World's richest lose $182b </h2>
+ <!-- Optional photo caption -->
+ <p>Warren Buffett, the world’s third richest person, lost $3.6bn in last week’s market slump. Fears that China's economy is slowing took many indices into correction territory. The turmoil has wiped $182 billion off the wealth of the 400 richest billionaires, according to research by Bloomberg.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty</p>
+ </li>
+ <li data-gallery-legend="6">
+ <h2>
+ <span class="counter">6/50</span>
+ <!-- Optional photo title -->
+ City for sale </h2>
+ <!-- Optional photo caption -->
+ <p>London City Airport was put up for sale by the American hedge fund Global Infrastructure Partners, which also owns Gatwick and Edinburgh airports. It is expected to fetch around £2 billion</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty</p>
+ </li>
+ <li data-gallery-legend="7">
+ <h2>
+ <span class="counter">7/50</span>
+ <!-- Optional photo title -->
+ Kicking up a skink Down Under </h2>
+ <!-- Optional photo caption -->
+ <p>An Australian court has overturned approval for Adani’s Carmichael coal mine in north Queensland, based on concerns over the impact of the project on the endangered yakka skink (pictured). Standard Chartered is under renewed pressure to stop financing the deal </p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="8">
+ <h2>
+ <span class="counter">8/50</span>
+ <!-- Optional photo title -->
+ Scope to do more in the City? </h2>
+ <!-- Optional photo caption -->
+ <p>Damien Hirst's 7m statue, Charity, has been installed in the shadow of the Gherkin in London. It is based on an old Scope collection from the 1960s and has provoked a debate about the City and disability. The Lord Mayor of London says the City does not employ enough disabled people. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Reuters/Corbis</p>
+ </li>
+ <li data-gallery-legend="9">
+ <h2>
+ <span class="counter">9/50</span>
+ <!-- Optional photo title -->
+ Thousands more take a look at Sky </h2>
+ <!-- Optional photo caption -->
+ <p>Drama and football are a winning formula for Sky, which has recorded its best growth for 11 years, gaining 124,000 UK customers in the past quarter. Sky paid £4.2bn for Premier League rights, but also has 35 dramas planned, following successes such as the ‘The Enfield Haunting’ (pictured) with Timothy Spall.</p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="10">
+ <h2>
+ <span class="counter">10/50</span>
+ <!-- Optional photo title -->
+ FirstGroup suffers over lost lines </h2>
+ <!-- Optional photo caption -->
+ <p>FirstGroup, the bus and rail operator, is paying the price for losing a string of rail franchises last year. Rail revenue will be “substantially lower” in 2015 after some big franchise losses, including ScotRail. The division lost out on tenders for the East Coast and West Coast (pictured) mainlines, which went to Virgin Trains. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">GETTY</p>
+ </li>
+ <li data-gallery-legend="11">
+ <h2>
+ <span class="counter">11/50</span>
+ <!-- Optional photo title -->
+ US retail rush hour slows down again </h2>
+ <!-- Optional photo caption -->
+ <p>US retail sales unexpectedly fell in June as households cut purchases of cars and a range of other goods. Sales fell 0.3 per cent, while economists had forecast a small rise. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">AFP</p>
+ </li>
+ <li data-gallery-legend="12">
+ <h2>
+ <span class="counter">12/50</span>
+ <!-- Optional photo title -->
+ Blockbusters aid Pinewood expansion </h2>
+ <!-- Optional photo caption -->
+ <p>Pinewood Studios revealed it is having to turn away major films until the five new stages it is building come on stream next summer. The group still saw operating profits rise from £4.9m to £5.8m in the past year, which saw it host the new Star Wars and Avengers films (Scarlett Johansson, pictured, stars in ‘Avengers: Age Of Ultron’) as well as the latest Bond release, ‘Spectre’ </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Marvel 2015</p>
+ </li>
+ <li data-gallery-legend="13">
+ <h2>
+ <span class="counter">13/50</span>
+ <!-- Optional photo title -->
+ Rogue trader freed </h2>
+ <!-- Optional photo caption -->
+ <p>Kweku Adoboli, the former UBS trader who was convicted of the UK’s biggest banking fraud, has been released from jail after serving half of his seven-year sentence. He was imprisoned in 2012 on two counts of fraud that resulted in losses of £1.4bn, the largest trading loss in British banking history </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty</p>
+ </li>
+ <li data-gallery-legend="14">
+ <h2>
+ <span class="counter">14/50</span>
+ <!-- Optional photo title -->
+ Burberry’s autumn ad campaign </h2>
+ <!-- Optional photo caption -->
+ <p>Burberry is launching its autumn ad campaign today with a cast of models including the singer Tom Odell and the actress Holliday Grainger </p>
+ <!-- Optional photo credits -->
+ <p class="credits"> Burberry/Testino</p>
+ </li>
+ <li data-gallery-legend="15">
+ <h2>
+ <span class="counter">15/50</span>
+ <!-- Optional photo title -->
+ Sneak peak at console battlefield </h2>
+ <!-- Optional photo caption -->
+ <p>Videogame titans Microsoft and Sony vied for attention ahead of the industry’s annual E3 conference yesterday, giving fans sneak peaks of the latest games for their Xbox and PlayStation consoles, including Sony’s new ‘Assassin’s Creed Syndicate’ </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty Images</p>
+ </li>
+ <li data-gallery-legend="16">
+ <h2>
+ <span class="counter">16/50</span>
+ <!-- Optional photo title -->
+ High street shops hit by exodus </h2>
+ <!-- Optional photo caption -->
+ <p>The number of Britons out shopping has fallen for the second month in a row. High streets saw 1.5 per cent fewer shoppers and shopping centres 2 per cent fewer in May compared with a year ago. Only out-of-town retail parks saw a rise, with 1.4 per cent more visitors, the British Retail Consortium said. Overall shopper numbers fell by 1 per cent.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty</p>
+ </li>
+ <li data-gallery-legend="17">
+ <h2>
+ <span class="counter">17/50</span>
+ <!-- Optional photo title -->
+ Argentina hit by strikes </h2>
+ <!-- Optional photo caption -->
+ <p>Daily life ground to a halt in Buenos Aires yesterday amid a 24-hour general strike protesting against moves to limit pay rises and increase taxes.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">AFP/Getty Images</p>
+ </li>
+ <li data-gallery-legend="18">
+ <h2>
+ <span class="counter">18/50</span>
+ <!-- Optional photo title -->
+ Duty rises blamed for beer woes </h2>
+ <!-- Optional photo caption -->
+ <p>Beer sales are still “fragile” after a decade of “devastating” duty hikes, according to the British Beer and Pub Association. The industry lobbyists said sales in pubs and shops were up 1.5 per cent in the past year, but fell by 0.8 per cent in the first quarter. Sales have fallen 24 per cent in the past decade. </p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="19">
+ <h2>
+ <span class="counter">19/50</span>
+ <!-- Optional photo title -->
+ New Look in push for men </h2>
+ <!-- Optional photo caption -->
+ <p>New Look is planning a menswear push after poaching Christopher Englinde, H&amp;M’s menswear chief. Like-for-like sales at the fashion chain rose 5 per cent</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Victoria Middleton</p>
+ </li>
+ <li data-gallery-legend="20">
+ <h2>
+ <span class="counter">20/50</span>
+ <!-- Optional photo title -->
+ Court halts Airbus insider trading trial </h2>
+ <!-- Optional photo caption -->
+ <p>A French court has quashed an insider trading case against seven current and former Airbus executives as well as Lagardère and Daimler, who were investors in the plane maker. Judges said the trial was dropped as they had all been cleared by France’s market regulator AMF, and it would have breached safeguards against double prosecutions </p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="21">
+ <h2>
+ <span class="counter">21/50</span>
+ <!-- Optional photo title -->
+ Alibaba hits back over ‘fake’ claims </h2>
+ <!-- Optional photo caption -->
+ <p>Alibaba has hit out at Gucci’s owner, Kering, for “wasteful litigation instead of the path of constructive co-operation”, after the French luxury giant filed a lawsuit in New York alleging the Chinese online retailer allows sales of fake goods on its websites. Gucci unveiled its Fall-Winter 2015-2016 women’s range at this year’s Milan Fashion Week</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty Images</p>
+ </li>
+ <li data-gallery-legend="22">
+ <h2>
+ <span class="counter">22/50</span>
+ <!-- Optional photo title -->
+ Hats off to Ralph Lauren </h2>
+ <!-- Optional photo caption -->
+ <p>The upmarket US clothing company Ralph Lauren saw sales climb 1 per cent to $1.9bn (£1.2bn) in the quarter to 28 March. The company said it opened several stores across key markets around the world, fuelling momentum for its luxury accessories business. However, net income decreased to $124m, compared with $153m in the same quarter last year, partly as a result of exchange-rate impacts.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">EPA</p>
+ </li>
+ <li data-gallery-legend="23">
+ <h2>
+ <span class="counter">23/50</span>
+ <!-- Optional photo title -->
+ With this ring… arts sales jump </h2>
+ <!-- Optional photo caption -->
+ <p>Sotheby’s raised $380m (£241m) in its New York contemporary art sale, a day after rival Christie’s sold a Picasso for a record $179m, with the auction house describing bidding as a “rush for art”. The top lots included Roy Lichtenstein’s ‘The Ring (Engagement)’ Estate of Roy Lichtenstein</p>
+ <!-- Optional photo credits -->
+ <p class="credits">AP</p>
+ </li>
+ <li data-gallery-legend="24">
+ <h2>
+ <span class="counter">24/50</span>
+ <!-- Optional photo title -->
+ Brewdog’s dead cat bounce </h2>
+ <!-- Optional photo caption -->
+ <p>Brewdog parachuted taxidermy “fats cats” holding its latest prospectus out of a helicopter over the City of London as the Scottish brewer looks to drum up publicity for its latest “punk” fundraising. The craft beer group has already raised £5m of the £25m it is seeking from investors to fund a new brewhouse and set up a US operation</p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="25">
+ <h2>
+ <span class="counter">25/50</span>
+ <!-- Optional photo title -->
+ Change at the top for Alibaba </h2>
+ <!-- Optional photo caption -->
+ <p>Chinese ecommerce giant Alibaba replaced its chief executive yesterday. Daniel Zhang, chief operating officer, will replace Jonathan Lu. The move follows the share price briefly dipping below $80 this week, its lowest since its New York flotation in September.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">ChinaFotoPress/ChinaFotoPress via Getty Images</p>
+ </li>
+ <li data-gallery-legend="26">
+ <h2>
+ <span class="counter">26/50</span>
+ <!-- Optional photo title -->
+ Put that light out </h2>
+ <!-- Optional photo caption -->
+ <p>New York City officials have been informed by the American Government that the Big Apple’s dazzling neon billboards violate a 2012 highways ruling and must be taken down. The city could forfeit up to $90m (£59m) in federal highway money if it fails to comply. New York is debating getting an exemption from the rule. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">AP</p>
+ </li>
+ <li data-gallery-legend="27">
+ <h2>
+ <span class="counter">27/50</span>
+ <!-- Optional photo title -->
+ Lionsgate wants the lion’s share </h2>
+ <!-- Optional photo caption -->
+ <p>Lionsgate yesterday announced plans to finance and co-invest in up to 25 British independent films over the next four years. The Canadian-US entertainment company has previously invested in such UK films as A Little Chaos, starring Kate Winslet </p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="28">
+ <h2>
+ <span class="counter">28/50</span>
+ <!-- Optional photo title -->
+ Tillman planning a ‘new Jaeger’ </h2>
+ <!-- Optional photo caption -->
+ <p>The fashion entrepreneur Harold Tillman (centre) has spoken out against the way Jon Moulton’s Better Capital has run Jaeger since taking it over from him and declared he would start a rival business to serve disappointed Jaeger customers. Mr Tillman said turnover at the group had fallen and losses widened since the private equity firm took over. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">2011 Getty Images</p>
+ </li>
+ <li data-gallery-legend="29">
+ <h2>
+ <span class="counter">29/50</span>
+ <!-- Optional photo title -->
+ Aer Lingus: end in sight to Irish talks with IAG </h2>
+ <!-- Optional photo caption -->
+ <p>Aer Lingus, the Irish carrier being bid for by British Airways’ owner IAG, yesterday said it is hopeful talks between its suitor and the Irish government will conclude soon. Ireland owns a 25 per cent stake in the airline, which posted a €48m (£35m) first-quarter loss yesterday but said its long-haul business had performed well</p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="30">
+ <h2>
+ <span class="counter">30/50</span>
+ <!-- Optional photo title -->
+ Weir sheds more jobs in oil slump </h2>
+ <!-- Optional photo caption -->
+ <p>Slumping orders for oil and gas projects in the wake of the oil price collapse have forced the engineer Weir to cut another 125 jobs. Since the start of the year, the US oil-rig count has more than halved, sending orders in Weir’s oil and gas division down 23 per cent in the first quarter. Weir has already shed 1,300 staff in the past year </p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="31">
+ <h2>
+ <span class="counter">31/50</span>
+ <!-- Optional photo title -->
+ Williams F1 team drives into the red </h2>
+ <!-- Optional photo caption -->
+ <p>Formula 1 team Williams drove £34m into the red for 2014 after the worst season in its history. A fall in prize money for 2013 – paid a year in arrears – meant the Frankfurt-listed group went into reverse after a £12m profit the year before. But Williams said this year’s figures would be better after it finished third in the 2014 Constructors’ Championship. Its driver Felipe Massa, pictured in Bahrain, is 5th in this year’s driver’s contest</p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="32">
+ <h2>
+ <span class="counter">32/50</span>
+ <!-- Optional photo title -->
+ Rivals roar as Harley stalls </h2>
+ <!-- Optional photo caption -->
+ <p>A strong dollar allowed US motorcycle-maker Harley-Davidson’s foreign competitors to undercut its prices in the first quarter, hurting its sales and market share and prompting it to lower 2015 shipment forecasts. The news sent its shares down 10 per cent in early trading</p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="33">
+ <h2>
+ <span class="counter">33/50</span>
+ <!-- Optional photo title -->
+ Climate changes for BP </h2>
+ <!-- Optional photo caption -->
+ <p>BP will be more accountable for its role in climate change after 98 per cent of investors backed a resolution to make it more transparent on the issue. BP’s annual shareholders’ meeting was held in London yesterday and attracted a protest against offshore oil drilling.</p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="34">
+ <h2>
+ <span class="counter">34/50</span>
+ <!-- Optional photo title -->
+ Car sales lift in Europe </h2>
+ <!-- Optional photo caption -->
+ <p>Demand for new cars in Europe soared last month, particularly in Spain and Portugal where sales increased by more than 40 per cent on March last year. Meanwhile UK sales were up 6.1 per cent on March 2014, according to the European Automobile Manufacturer Association. </p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="35">
+ <h2>
+ <span class="counter">35/50</span>
+ <!-- Optional photo title -->
+ Ricci heir guilt of tax fraud </h2>
+ <!-- Optional photo caption -->
+ <p>Arlette Ricci, the heir to the Nina Ricci perfume and fashion fortune, has been convicted of tax fraud by a Paris court, after hiding millions in an offshore HSBC account. Ms Ricci, 73, was sentenced to a year in prison and ordered to pay a €1m (£72,000) fine.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Rex</p>
+ </li>
+ <li data-gallery-legend="36">
+ <h2>
+ <span class="counter">36/50</span>
+ <!-- Optional photo title -->
+ Camden set for a makeover </h2>
+ <!-- Optional photo caption -->
+ <p>Teddy Sagi, Camden Market’s new Israeli billionaire owner, has appointed Mace as project manager to oversee the redevelopment of Camden Lock Village, with 170 homes as well as shops and offices in the north London district. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty</p>
+ </li>
+ <li data-gallery-legend="37">
+ <h2>
+ <span class="counter">37/50</span>
+ <!-- Optional photo title -->
+ All aboard the iron ore train </h2>
+ <!-- Optional photo caption -->
+ <p>Australia is reportedly examining how BHP Billiton and Rio Tinto shift billions of dollars in iron ore profits through low tax hubs in Singapore. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">AFP/Getty Images</p>
+ </li>
+ <li data-gallery-legend="38">
+ <h2>
+ <span class="counter">38/50</span>
+ <!-- Optional photo title -->
+ Shell’s Arctic plans under fire </h2>
+ <!-- Optional photo caption -->
+ <p>Greenpeace activists have climbed aboard a Shell oil rig in the Pacific Ocean bound for the Arctic. They plan to camp under the rig’s main deck in protest against the oil giant’s plans to restart drilling off the coast of Alaska. The group said the six protesters would occupy the underside of the Polar Pioneer’s main deck but would not interfere with the vessel.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Vincenzo Floramo / Greenpeace</p>
+ </li>
+ <li data-gallery-legend="39">
+ <h2>
+ <span class="counter">39/50</span>
+ <!-- Optional photo title -->
+ GoDaddy off to flying start in New York </h2>
+ <!-- Optional photo caption -->
+ <p>GoDaddy shares jumped 34 per cent as they started trading on the NYSE Wednesday, valuing the website group at more than $5bn (£3bn). The firm, which manages 59 million web domains – a fifth of the world’s total – raised $460m. It sponsors race car driver Danica Patrick (pictured with chief executive Blake Irving) and is backed by private equity firms KKR and Silver Lake</p>
+ <!-- Optional photo credits -->
+ <p class="credits">EPA/ANDREW GOMBERT</p>
+ </li>
+ <li data-gallery-legend="40">
+ <h2>
+ <span class="counter">40/50</span>
+ <!-- Optional photo title -->
+ The first lady of high street banks </h2>
+ <!-- Optional photo caption -->
+ <p>Shriti Vadera, a former adviser to Gordon Brown, has become the first female chairman of a UK high street bank, succeeding Sir Terry Burns at the helm of Santander UK. Baroness Vadera will be paid £650,000 and work alongside Santander’s new CEO, Nathan Bostock </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Paul Morigi/Getty Images</p>
+ </li>
+ <li data-gallery-legend="41">
+ <h2>
+ <span class="counter">41/50</span>
+ <!-- Optional photo title -->
+ Sterling returns for Compass </h2>
+ <!-- Optional photo caption -->
+ <p>Compass could see £30m added to its annual profits, thanks to the strength of the pound. The catering giant, which serves up strawberries and cream at Wimbledon each year, said underlying revenues are up 5.5 per cent in the first half, while gains from sterling against the euro, yen and Brazil’s real are set to offset any weakness of the pound against the dollar </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Peter Macdiarmid/Getty Images</p>
+ </li>
+ <li data-gallery-legend="42">
+ <h2>
+ <span class="counter">42/50</span>
+ <!-- Optional photo title -->
+ Serco sells Australian rail unit </h2>
+ <!-- Optional photo caption -->
+ <p>Serco has sold its Great Southern Rail to the Australian private equity firm Allegro Funds in a £2.5m deal. The disposal of the luxury business, which runs tourist trains such as The Ghan (pictured) across Australia, is part of the outsourcing group’s move to focus on core businesses under its new chief executive, Rupert Soames</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Mark Metcalfe/Getty Images</p>
+ </li>
+ <li data-gallery-legend="43">
+ <h2>
+ <span class="counter">43/50</span>
+ <!-- Optional photo title -->
+ Italian Retailer Yoox eyes Net-a-Porter </h2>
+ <!-- Optional photo caption -->
+ <p>The Italian internet retailer Yoox in the latest contender to swoop in with an offer for the luxury fashion business Net-a-Porter that could value the London-based firm at £1.3 billion</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Splash News/Corbis</p>
+ </li>
+ <li data-gallery-legend="44">
+ <h2>
+ <span class="counter">44/50</span>
+ <!-- Optional photo title -->
+ Li Ka-shing buys O2 for £10bn </h2>
+ <!-- Optional photo caption -->
+ <p>Li Ka-shing’s Hutchison Whampoa has finalised a £10.25bn deal to buy the UK mobile business O2 from Spain’s Telefonica. Hutchison, the Hong Kong conglomerate that already owns Three in the UK, entered exclusive talks with Telefonica in January. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">AP</p>
+ </li>
+ <li data-gallery-legend="45">
+ <h2>
+ <span class="counter">45/50</span>
+ <!-- Optional photo title -->
+ Jaguar climbs high in the City </h2>
+ <!-- Optional photo caption -->
+ <p>A Hollywood stuntman in a Jaguar XF crosses the River Thames by highwire to promote the latest model. The stunt was supported by 34mm-wide carbon wires. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">PA</p>
+ </li>
+ <li data-gallery-legend="46">
+ <h2>
+ <span class="counter">46/50</span>
+ <!-- Optional photo title -->
+ Pubs get protected </h2>
+ <!-- Optional photo caption -->
+ <p>New rules have been announced to mark Community Pubs Day today which protect local pubs and give communities a greater say in planning processes. </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Oli Scarff | Getty Images
+ </p>
+ </li>
+ <li data-gallery-legend="47">
+ <h2>
+ <span class="counter">47/50</span>
+ <!-- Optional photo title -->
+ Tesco jet still left on shelf </h2>
+ <!-- Optional photo caption -->
+ <p>Tesco has been forced to cut the price of its Gulfstream G550 jet by £3.5m in an attempt to shift it. The retailer has already sold three of its fleet of five jets since October but has cut the price of the 14-seater jet from $35m (£23.5m) to $30m. It also still has a Hawker 800XP.</p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty</p>
+ </li>
+ <li data-gallery-legend="48">
+ <h2>
+ <span class="counter">48/50</span>
+ <!-- Optional photo title -->
+ Uber called to account in Paris </h2>
+ <!-- Optional photo caption -->
+ <p>Uber’s Paris offices have been raided by French police as part of an investigation into its UberPOP service that lets anyone offer taxi rides. The French headquarters of the US taxi-booking app have been targeted by authorities as part of investigations into the feature, which is not available in the UK, that allows non-professional drivers to sign up </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Reuters</p>
+ </li>
+ <li data-gallery-legend="49">
+ <h2>
+ <span class="counter">49/50</span>
+ <!-- Optional photo title -->
+ P&amp;G on the scent of a sale? </h2>
+ <!-- Optional photo caption -->
+ <p>Procter &amp; Gamble is believed to be looking at a sale or IPO of some of its beauty brands, which range from Herbal Essence shampoos to Olay creams and Boss perfumes (as advertised by Sienna Miller, pictured). Shares in the US consumer products giant rose 2 per cent on the prospect of a sale yesterday, even though P&amp;G said the report, on Bloomberg, was “speculation”</p>
+ <!-- Optional photo credits -->
+ </li>
+ <li data-gallery-legend="50">
+ <h2>
+ <span class="counter">50/50</span>
+ <!-- Optional photo title -->
+ Blackpool pier is on sale for £12.6m </h2>
+ <!-- Optional photo caption -->
+ <p>Blackpool’s central pier has been put up for sale by its owner Cuerden as the attractions organiser looks to restructure its operations. The group is asking for offers of about £12.6m for a package of three piers – including Blackpool’s 19th-century central and southern piers and a third in Landudno in Wales </p>
+ <!-- Optional photo credits -->
+ <p class="credits">Getty</p>
+ </li>
+ </ul>
+ <div class="ad-mpu mpu5-container">
+ </div>
+ </div>
+ </div>
+ <!-- END scald=3739501 -->
+ </div>
+ </div>
+
+ <h3>6. Mini bars almost always lose money</h3>
+
+ <p>Despite the snacks in the minibar seeming like the most overpriced food you have ever seen, hotel owners are still struggling to make a profit from those snacks. "Minibars almost always lose money, even when they charge $10 for a Diet Coke,” Sharon said.</p>
+
+ <h3> </h3>
+
+ <div class="dnd-widget-wrapper context-sdl_editor_representation type-image">
+ <div class="dnd-atom-rendered">
+ <!-- scald=2898866:sdl_editor_representation -->
+ <div class="image"><img src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2014/03/13/16/agenda7.jpg" alt="agenda7.jpg" title="agenda7.jpg" width="564" height="423" /></div>
+ <!-- END scald=2898866 -->
+ </div>
+ <div class="dnd-caption-wrapper">
+ <!--copyright=2898866-->Towels should always be cleaned between stays
+ <!--END copyright=2898866-->
+ </div>
+ </div>
+
+ <p>7. Always made sure the hand towels are clean when you arrive</p>
+
+ <p>Forrest Jones made a discovery when he was helping out with the housekeepers. “You know where you almost always find a hand towel in any recently-vacated hotel room that was occupied by a guy? On the floor, next to the bed, about halfway down, maybe a little toward the foot of the bed. Same spot in the floor, next to almost every bed occupied by a man, in every room. I'll leave the rest to your imagination,” he said.</p>
+ <meta itemprop="datePublished" content="2016-05-08T10:11:51+01:00" />
+ <ul class="inline-pipes-list">
+ <li>
+ More about:
+ </li>
+ <li><a itemprop="keywords" href="/topic/Hotels">Hotels</a></li>
+ <li><a itemprop="keywords" href="/topic/Hygiene">Hygiene</a></li>
+ </ul>
+ <div id="gigya-share-btns-2" gigid="showShareBarUI" style="visibility: visible;">
+ <div class="gig-bar-container gig-share-bar-container">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-facebook gig-button-container-facebook-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-2-reaction0" title="Share on Facebook" alt="Share on Facebook" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction0'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction0'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction0'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-2-reaction0-left"></td>
+ <td id="gigya-share-btns-2-reaction0-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-2-reaction0-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/facebook.png" alt="" /></td>
+ <td id="gigya-share-btns-2-reaction0-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-twitter gig-button-container-twitter-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-2-reaction1" title="Share on Twitter" alt="Share on Twitter" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction1'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction1'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction1'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-2-reaction1-left"></td>
+ <td id="gigya-share-btns-2-reaction1-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-2-reaction1-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/twitter.png" alt="" /></td>
+ <td id="gigya-share-btns-2-reaction1-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-whatsapp gig-button-container-whatsapp-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-2-reaction2" title="WhatsApp" alt="WhatsApp" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction2'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction2'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction2'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-2-reaction2-left"></td>
+ <td id="gigya-share-btns-2-reaction2-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-2-reaction2-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/whatsapp.png" alt="" /></td>
+ <td id="gigya-share-btns-2-reaction2-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-none gig-button-container-email gig-button-container-email-count-none gig-share-button-container gig-button-container-horizontal">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-none" id="gigya-share-btns-2-reaction3" title="email" alt="email" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction3'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction3'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction3'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-2-reaction3-left"></td>
+ <td id="gigya-share-btns-2-reaction3-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-2-reaction3-icon_img" src="/sites/all/themes/ines_themes/independent_theme/img/email.png" alt="" /></td>
+ <td id="gigya-share-btns-2-reaction3-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ <td style="vertical-align:middle; white-space:nowrap;zoom:1;">
+ <div class="gig-button-container gig-button-container-count-right gig-button-container-share gig-button-container-share-count-right gig-share-button-container gig-button-container-horizontal">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td class="gig-button-td">
+ <div class="gig-button gig-share-button gig-button-up gig-button-count-right" id="gigya-share-btns-2-reaction4" title="Share" alt="Share" onclick="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction4'].onClick()" onmouseover="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction4'].changeState('over')" onmouseout="gigya.services.socialize.plugins.reactions.instances['gigya-share-btns-2'].buttonInstances['gigya-share-btns-2-reaction4'].changeState('up')">
+ <table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td id="gigya-share-btns-2-reaction4-left"></td>
+ <td id="gigya-share-btns-2-reaction4-icon" style="zoom:1;vertical-align:middle;text-align:left;background-repeat:repeat-x;"><img id="gigya-share-btns-2-reaction4-icon_img" src="/sites/all/themes/ines_themes/ines_theme/img/blank.gif" alt="" /></td>
+ <td id="gigya-share-btns-2-reaction4-right"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </td>
+ <td>
+ <div class="gig-counter gig-share-counter gig-counter-$rid gig-counter-right" id="gigya-share-btns-2-reaction4-count" style="display:none; background-image:url('http://cdn3.gigya.com/gs/GetSprite.ashx?path=%2FshareBar%2Fbutton%2Fbutton%5Bleft%2Cright%5DImg%5Bup%2Cover%5D.png%7C2%2C20%5E%2FshareBar%2Fbutton%2FrightCountImg.png%7C38%2C20%5E%2Fsharebar%2Ficons%2F%5Bfacebook%2Ctwitter%2Cwhatsapp%2Cemail%2Cshare%5D.png%7C16%2C16');background-position:-8px 0px;width: 38px;height: 20px;line-height: 20px;background-repeat:no-repeat;position:static;;text-align:center;vertical-align:middle;"><span class="gig-counter-text gig-share-counter-text gig-counter-text-right gig-share-counter-text-right" id="gigya-share-btns-2-reaction4-count-value"></span></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ <a href="/syndication/reuse-permision-form?url=http://www.independent.co.uk/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" target="_blank" class="syndication-btn"><img src="/sites/all/themes/ines_themes/independent_theme/img/reuse.png" width="25" />Reuse content</a>
+ </div>
+
+ <div class="box-comments">
+ </div>
+
+ <div class="taboola">
+ <div id="taboola-below-article-thumbnails" class=" trc_related_container trc_spotlight_widget trc_elastic trc_elastic_trc_32140 " data-placement-name="Below Article Thumbnails">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_32140" class="trc_rbox ab_thumbnails-d_row-read-more trc-content-sponsored " style="overflow: hidden; display: block;">
+ <div id="trc_header_32140" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext">
+ <div class="logoDiv link-adc "><a class="trc_desktop_adc_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-d_row-read-more:Below%20Article%20Thumbnails:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_adc_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-d_row-read-more:Below%20Article%20Thumbnails:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-d_row-read-more:Below%20Article%20Thumbnails:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_attribution_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-d_row-read-more:Below%20Article%20Thumbnails:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-d_row-read-more:Below%20Article%20Thumbnails:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-d_row-read-more:Below%20Article%20Thumbnails:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-d_row-read-more:Below%20Article%20Thumbnails:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-d_row-read-more:Below%20Article%20Thumbnails:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a></div>
+ </div><span class="trc_rbox_header_span"></span></div>
+ <div id="outer_32140" class="trc_rbox_outer">
+ <div id="rbox-t2m" class="trc_rbox_div trc_rbox_border_elm">
+ <div id="internal_trc_32140">
+ <div data-item-id="~~V1~~3564442357467433505~~v8p6g0t5RiY5W4t_nJFmLWhIoS99L-xBVvPXnmcRWlmx0zpqFuspPNx5ZviG_F2BA_C9mMkaN3ADM-tWVt4Olg" data-item-title="1,000,000 are using this app to learn a new language" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/1bbb02d90231ce627b085dd35df34650.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_1_child trc-first-recommendation trc-spotlight-first-recommendation trc_excludable ">
+ <a title="1,000,000 are using this app to learn a new language" href="https://go.babbel.com/engmag-a153-vid-bv-millionusers-cd-xo-tb/1_eng_tab_cd?utm_source=taboola&amp;utm_medium=CON&amp;utm_campaign=cd_engall_gen_cxo_millionusers&amp;utm_term=eslmedia-theindependent&amp;utm_content=1%2C000%2C000+are+using+this+app+to+learn+a+new+language" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/1bbb02d90231ce627b085dd35df34650.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Babbel</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="1,000,000 are using this app to learn a new language" href="https://go.babbel.com/engmag-a153-vid-bv-millionusers-cd-xo-tb/1_eng_tab_cd?utm_source=taboola&amp;utm_medium=CON&amp;utm_campaign=cd_engall_gen_cxo_millionusers&amp;utm_term=eslmedia-theindependent&amp;utm_content=1%2C000%2C000+are+using+this+app+to+learn+a+new+language" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">1,000,000 are using this app to learn a new language</span><span class="branding">Babbel</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~8127807913599977156~~DFUACUkEpKl3Psu0VW-o0KUEo1XjB8J7MKkOl_ek2ycC5xsnLMQkNbbO3QBcrJMnA_C9mMkaN3ADM-tWVt4Olg" data-item-title="This Is The Most Addicting Game Of The Year" data-item-thumb="https://console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/_A81D540B7D1F554D73FA0BEEF6C88AB667EBD6D42C6EBAC815_pimgpsh_fullsize_distr_22d657f0cf87e28c2dd9ce376f09725b.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_2_child trc_excludable ">
+ <a title="This Is The Most Addicting Game Of The Year" href="http://plarium.com/play/en/soldiers/top_g?adCampaign=90568&amp;adPixel=taboola_fr&amp;publisherID=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/https%3A//console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/_A81D540B7D1F554D73FA0BEEF6C88AB667EBD6D42C6EBAC815_pimgpsh_fullsize_distr_22d657f0cf87e28c2dd9ce376f09725b.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Soldiers: Free Online Game</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="This Is The Most Addicting Game Of The Year" href="http://plarium.com/play/en/soldiers/top_g?adCampaign=90568&amp;adPixel=taboola_fr&amp;publisherID=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">This Is The Most Addicting Game Of The Year</span><span class="branding">Soldiers: Free Online Game</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-3225717488342932989~~4Tp8HdrlGiqFcU1S8OdBb881kwABPLdtHBoOZHIScDdNkFsVyn0sUO0xvZ_Sh02fA_C9mMkaN3ADM-tWVt4Olg" data-item-title="You Don&amp;#39;t Need to Remember You Passwords Anymore Thanks to This Device" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/c85035a626b8cad889a03473ea3d2f7e.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_3_child trc_excludable ">
+ <a title="You Don't Need to Remember You Passwords Anymore Thanks to This Device" href="http://clknew.com/path/lp.php?trvid=10096&amp;trvx=75632ce9&amp;cid=5&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/c85035a626b8cad889a03473ea3d2f7e.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Everykey</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="You Don't Need to Remember You Passwords Anymore Thanks to This Device" href="http://clknew.com/path/lp.php?trvid=10096&amp;trvx=75632ce9&amp;cid=5&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">You Don't Need to Remember You Passwords Anymore T<span>…</span></span><span class="branding">Everykey</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-4283570402677082943~~f6N2pmFUrwF7EZK1ym9tPg0YPLCrVt54JIK-WgGqlCVBatLOuf0BlFLqsT3HV_1vA_C9mMkaN3ADM-tWVt4Olg" data-item-title="Tiny Device Turns Old Computer into New Fast PC" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/9eafa37e57266d2a8172fb3ae26ce46d.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_4_child trc_excludable ">
+ <a title="Tiny Device Turns Old Computer into New Fast PC" href="http://trknx.com/path/lp.php?trvid=10076&amp;trvx=89afd736&amp;cid=7&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/9eafa37e57266d2a8172fb3ae26ce46d.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Xtra-PC</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Tiny Device Turns Old Computer into New Fast PC" href="http://trknx.com/path/lp.php?trvid=10076&amp;trvx=89afd736&amp;cid=7&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Tiny Device Turns Old Computer into New Fast PC</span><span class="branding">Xtra-PC</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-2039182627798609380~~QZQ9W8k9o0rTRVky8qkYKJcP646jYXmr5TNqtyO4Cy6noS-QDNE4lgErPvQIvkJTA_C9mMkaN3ADM-tWVt4Olg" data-item-title="Are you a strategic thinker? Test your skills with millions of addicted players!" data-item-thumb="https://console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/Horus_b38a67ecffc4d0bfa9f9e47fc5ed37d1.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_5_child trc_excludable ">
+ <a title="Are you a strategic thinker? Test your skills with millions of addicted players!" href="http://plarium.com/play/en/sparta/017_armies_hybrid_anim_g?plid=83495&amp;pxl=taboola_fr&amp;publisherID=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/https%3A//console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/Horus_b38a67ecffc4d0bfa9f9e47fc5ed37d1.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Sparta Free Online Game</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Are you a strategic thinker? Test your skills with millions of addicted players!" href="http://plarium.com/play/en/sparta/017_armies_hybrid_anim_g?plid=83495&amp;pxl=taboola_fr&amp;publisherID=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Are you a strategic thinker? Test your skills with millions of addict<span>…</span></span><span class="branding">Sparta Free Online Game</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-6478236510062505434~~jPJUcHWkR_C6Uo40tIdjrraUjkdJmlr0GDnf7y85u1nUy1l2tU_0WV2FhdYLWJ27A_C9mMkaN3ADM-tWVt4Olg" data-item-title="Here Are the 15 Presidents with the Lowest IQ Scores" data-item-thumb="https://s.graphiq.com/sites/default/files/stories/t4/George_W_Bush_5404_5392.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem photoItem videoCube_6_child trc_excludable ">
+ <a title="Here Are the 15 Presidents with the Lowest IQ Scores" href="http://us-presidents.insidegov.com/stories/5392/least-intelligent-presidents?utm_medium=content.rec&amp;utm_source=taboola&amp;utm_campaign=i3.cr.tb.dt.5392" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/https%3A//s.graphiq.com/sites/default/files/stories/t4/George_W_Bush_5404_5392.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">InsideGov — By Graphiq</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Here Are the 15 Presidents with the Lowest IQ Scores" href="http://us-presidents.insidegov.com/stories/5392/least-intelligent-presidents?utm_medium=content.rec&amp;utm_source=taboola&amp;utm_campaign=i3.cr.tb.dt.5392" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Here Are the 15 Presidents with the Lowest IQ Scores</span><span class="branding">InsideGov — By Graphiq</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~6722066516164028540~~uw4UOVGG--92XMAu0TXE4x7LIF4d1ByTLT0fOQrMbGn0GxCA-5kkWJhkTvGdLPH_A_C9mMkaN3ADM-tWVt4Olg" data-item-title="That&amp;#39;s How You Find Super Cheap Hotels!" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/ab513a98e63c65c05674ef6ceb9eb5e5.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_7_child trc_excludable ">
+ <a title="That's How You Find Super Cheap Hotels!" href="http://www.save70.com/hotels/?utm_source=taboola_save70_hotels_4&amp;utm_medium=cpc&amp;utm_campaign=save70_hotels&amp;utm_medium=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/ab513a98e63c65c05674ef6ceb9eb5e5.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Save70</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="That's How You Find Super Cheap Hotels!" href="http://www.save70.com/hotels/?utm_source=taboola_save70_hotels_4&amp;utm_medium=cpc&amp;utm_campaign=save70_hotels&amp;utm_medium=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">That's How You Find Super Cheap Hotels!</span><span class="branding">Save70</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~2764352664306511535~~dsMnXsKiw4uD9yNyvkmMagiDfNCJqyshAOe3v9kFVCZ3x-4qiwxTcnzpvzPPLrsdA_C9mMkaN3ADM-tWVt4Olg" data-item-title="The Silent Killer: Can Acid Reflux Become A Life Threatening Condition?" data-item-thumb="http://onlinehealth.wiki/wp-content/uploads/hpylori-220x162.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_8_child trc_excludable ">
+ <a title="The Silent Killer: Can Acid Reflux Become A Life Threatening Condition?" href="http://onlinehealth.wiki/body/a-new-theory-about-how-acid-reflux-is-a-lot-worse-than-you-think?utm_source=taboola&amp;utm_campaign=108909&amp;utm_medium=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//onlinehealth.wiki/wp-content/uploads/hpylori-220x162.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Rapid Reflux Relief eBook</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="The Silent Killer: Can Acid Reflux Become A Life Threatening Condition?" href="http://onlinehealth.wiki/body/a-new-theory-about-how-acid-reflux-is-a-lot-worse-than-you-think?utm_source=taboola&amp;utm_campaign=108909&amp;utm_medium=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">The Silent Killer: Can Acid Reflux Become A Life Threatening Condi<span>…</span></span><span class="branding">Rapid Reflux Relief eBook</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-8884682040486427095~~OirM3nR_ImtfBvi3XXtobkZTRbABKUr5m-JkFZ80-0ni5KSke8x3F5X7iOWdl_HiA_C9mMkaN3ADM-tWVt4Olg" data-item-title="What will cognitive computing change?" data-item-thumb="http://capgemini.ft.com/partners/capgemini-FT/cacheDirectory/HTMLcontributions/img/2255_LANDSCAPE_FT.jpeg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_9_child trc_excludable ">
+ <a title="What will cognitive computing change?" href="http://capgemini.ft.com/trend-checking/what-will-cognitive-computing-change-_f-87.html?utm_source=TaboolaWW&amp;utm_medium=marketing&amp;utm_campaign=capgemini&amp;utm_content=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//capgemini.ft.com/partners/capgemini-FT/cacheDirectory/HTMLcontributions/img/2255_LANDSCAPE_FT.jpeg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Financial Times for CapGemini</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="What will cognitive computing change?" href="http://capgemini.ft.com/trend-checking/what-will-cognitive-computing-change-_f-87.html?utm_source=TaboolaWW&amp;utm_medium=marketing&amp;utm_campaign=capgemini&amp;utm_content=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">What will cognitive computing change?</span><span class="branding">Financial Times for CapGemini</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-1783400042781980055~~MTo8SNlyVheylp8KTjC4J-2spfM9rEOLbr7Z8olBl7TdpCrP1MaCuz6TfK3F_dVGA_C9mMkaN3ADM-tWVt4Olg" data-item-title="Here&amp;#39;s Why These Are the Most Dangerous Countries for Travel" data-item-thumb="https://s3.graphiq.com/sites/default/files/5246/media/images/_12278955.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_10_child trc_excludable ">
+ <a title="Here's Why These Are the Most Dangerous Countries for Travel" href="http://global-diseases.healthgrove.com/stories/17395/most-dangerous-countries-travel-africa-europe?utm_source=taboola&amp;utm_medium=content.rec&amp;utm_campaign=i3.cr.tb.dt.11093" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/https%3A//s3.graphiq.com/sites/default/files/5246/media/images/_12278955.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">HealthGrove — By Graphiq</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Here's Why These Are the Most Dangerous Countries for Travel" href="http://global-diseases.healthgrove.com/stories/17395/most-dangerous-countries-travel-africa-europe?utm_source=taboola&amp;utm_medium=content.rec&amp;utm_campaign=i3.cr.tb.dt.11093" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Here's Why These Are the Most Dangerous Countries for Travel</span><span class="branding">HealthGrove — By Graphiq</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-8621314997629165187~~hxK8GfHKc2pk3TkPM5YecmWLwSXvTwmT-yHv368tPe7HEdgLFmL7IS-sM-7EnZSeA_C9mMkaN3ADM-tWVt4Olg" data-item-title="Ranking Every Tom Hanks Film from Worst to First" data-item-thumb="https://s.graphiq.com/sites/default/files/980/media/images/_12444718.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_11_child trc_excludable ">
+ <a title="Ranking Every Tom Hanks Film from Worst to First" href="http://movies.prettyfamous.com/stories/18906/ranking-tom-hanks-films?utm_source=taboola&amp;utm_medium=content.rec&amp;utm_campaign=i3.cr.tb.dt.11141" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/https%3A//s.graphiq.com/sites/default/files/980/media/images/_12444718.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">PrettyFamous — By Graphiq</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Ranking Every Tom Hanks Film from Worst to First" href="http://movies.prettyfamous.com/stories/18906/ranking-tom-hanks-films?utm_source=taboola&amp;utm_medium=content.rec&amp;utm_campaign=i3.cr.tb.dt.11141" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Ranking Every Tom Hanks Film from Worst to First</span><span class="branding">PrettyFamous — By Graphiq</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-8797806345119007460~~rYdCbDDpF90VMDzu7rm7s2aGE8SjuYTSNgGySWOn6y7xxeVSADXRB4LxN3uHWpU_A_C9mMkaN3ADM-tWVt4Olg" data-item-title="Taliban Names Its New Leader" data-item-thumb="http://d2cg8n0o1ao5pb.cloudfront.net/api/v2/img/574585c4e4b0f81a7f1279e5-1464174018605?location=LANDSCAPE" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem videoCube_12_child trc_excludable ">
+ <a title="Taliban Names Its New Leader" href="http://www.reuters.tv/vlF/2016/05/26/taliban-names-its-new-leader?utm_source=taboola_int&amp;utm_medium=referral&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_179%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//d2cg8n0o1ao5pb.cloudfront.net/api/v2/img/574585c4e4b0f81a7f1279e5-1464174018605%3Flocation%3DLANDSCAPE&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Reuters TV</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Taliban Names Its New Leader" href="http://www.reuters.tv/vlF/2016/05/26/taliban-names-its-new-leader?utm_source=taboola_int&amp;utm_medium=referral&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Taliban Names Its New Leader</span><span class="branding">Reuters TV</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="taboola-below-article-thumbnails-2nd" class=" trc_related_container trc_spotlight_widget">
+ <div class="trc_rbox_container" style="display: none;">
+ <div>
+ <div id="trc_wrapper_23342" class="trc_rbox organic-thumbnails-d" style="overflow: hidden; display: none;"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div id="most-popular-mobile" class="most-popular-mobile"></div>
+
+ <div class="partner-slots">
+ <div class="es-partners-slot parter-slot-1">
+ <div id="partner1"> </div>
+ </div>
+ <div class="es-partners-slot parter-slot-2">
+ <div id="partner2"> </div>
+ </div>
+ </div>
+
+ <div class="box-comments">
+ <a href="/profile?icn=_IND_news_UAS" class="email-signpost"><img src="/sites/all/themes/ines_themes/independent_theme/img/signposts/indy-news.jpg" alt="" style="max-width:560px" width="100%" /></a>
+ </div>
+
+ <div class="box-comments">
+ <h2 class="box-title">Comments</h2>
+ <div id="commentsDiv" style="width: 500px;" gigid="showCommentsUI" class="gig-comments-container" data-version="2">
+ <div class="gig-comments-composebox">
+ <div class="gig-composebox-error"></div>
+ <div class="gig-composebox-header">
+ <div class="gig-composebox-login">
+ <div class="gig-composebox-social-login gig-comments-button" style="display: none;">Login
+ <div class="gig-composebox-login-icon"></div>
+ <div class="gig-composebox-login-drop-icon"></div>
+ </div>
+ <div class="gig-composebox-site-login">Login</div>
+ <div class="gig-composebox-or" style="display: none;">Or</div>
+ <div class="gig-composebox-guest-login gig-comments-button" style="display: none;">Guest</div>
+ </div>
+ <div class="gig-composebox-header-right">
+ <div class="gig-composebox-follow" style="display: none;"></div>
+ <div class="gig-composebox-close"></div>
+ </div>
+ <div class="gig-composebox-header-left">
+ <div class="gig-composebox-title" style="display: none;"></div>
+ <div class="gig-composebox-logout" style="display: none;">(<span>Logout</span>)</div>
+ <div class="gig-composebox-ratings" style="display: none;"></div>
+ </div>
+ </div>
+ <div class="gig-composebox-photo" style=""><img class="gig-comment-img" alt="" src="http://cdn3.gigya.com/gs/i/comments2/Avatar_empty_x1.png" style="vertical-align: top; height: 37px;" /></div>
+ <div class="gig-composebox-data">
+ <div class="gig-composebox-summary" style="display: none;"><input class="gig-composebox-summary-input gig-comments-placeholder" data-placeholder="Summary" /></div>
+ <div class="gig-composebox-editor">
+ <ul class="gig-composebox-sidebar"></ul>
+ <div class="gig-composebox-textarea" data-placeholder="Write a comment" contenteditable="true"></div>
+ <p></p>
+ </div>
+ <div class="gig-composebox-mediaItem"></div>
+ <div class="gig-composebox-footer">
+ <div class="gig-composebox-footer-right">
+ <div class="gig-composebox-cancel gig-comments-button" style="display: none;">Cancel</div>
+ <div class="gig-composebox-post gig-comments-button">Post</div>
+ </div>
+ <div class="gig-composebox-footer-left">
+ <div class="gig-composebox-share">
+ <div class="gig-composebox-share-text">Share:</div>
+ <div class="gig-composebox-share-providers">
+ <div class="gig-comments-share-provider gig-comments-share-provider-shown" style="background-image: url(&quot;http://cdn3.gigya.com/gs/i/comments2/shareToProviders/facebook_grey_x1.png&quot;);" data-provider="facebook">
+ <div class="gig-comments-share-provider-checkbox gig-comments-checkbox" data-provider="facebook"></div>
+ </div>
+ <div class="gig-comments-share-provider gig-comments-share-provider-shown" style="background-image: url(&quot;http://cdn3.gigya.com/gs/i/comments2/shareToProviders/twitter_grey_x1.png&quot;);" data-provider="twitter">
+ <div class="gig-comments-share-provider-checkbox gig-comments-checkbox" data-provider="twitter"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="gig-comments-header">
+ <div class="gig-comments-header-left">
+ <div class="gig-comments-count">0 Comments</div>
+ </div>
+ <ul class="gig-comments-header-right gig-comments-linksContainer">
+ <li class="gig-comments-sort" style="display: none;">Sort</li>
+ <li class="gig-comments-subscribe" title="Subscribe">Subscribe</li>
+ <li class="gig-comments-rss gig-comments-link-lastVisible"><a href="http://comments.US1.gigya.com/comments/rss/6115931/ArticleComments/a6658741">RSS</a></li>
+ </ul>
+ </div>
+ <div class="gig-comments-updates">
+ <div class="gig-comments-updates-text"></div>
+ <div class="gig-comments-updates-link"></div>
+ </div>
+ <div class="gig-comments-comments"></div>
+ <div class="gig-comments-more" style="display: none;"></div>
+ </div>
+
+ </div>
+
+ </div>
+
+ <div class="right-hand-column ">
+ <div class="sidebar">
+ <aside class="layout-component layout-component-mpu">
+ <div class="ad-mpu mpu-container mpu0-container">
+ <div id="mpu0">
+ <div id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_3__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_3" title="3rd party ad content" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_3" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" frameborder="0" width="300" height="600"></iframe></div><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_3__hidden__" title="" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_3__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" frameborder="0" width="0" height="0"></iframe></div>
+ </div>
+ </aside>
+ <aside class="layout-component layout-component-i100" id="i100-0">
+ <div data-feed="/layout_component/api-i100">
+ <h3>
+ <a href="http://indy100.com/?utm_source=indy&amp;utm_medium=top5header&amp;utm_campaign=i100" target="_blank"><img src="https://static.independent.co.uk/static-assets/i100.png" /></a>
+ </h3>
+ <ul class="simple-news-list">
+ <li class="story">
+ <a href="https://www.indy100.com/article/barack-obama-uk-prime-minister-7410116?utm_source=indy&amp;utm_medium=top5&amp;utm_campaign=i100" target="_blank"><img class="image" data-original="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2016/11/10/16/gettyimages-456483418.jpg" src="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2016/11/10/16/gettyimages-456483418.jpg" style="display: block;" />
+ <h2>British people are pleading for Barack Obama to move to the UK and become Prime Minister</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="https://www.indy100.com/article/hillary-clinton-lost-democrat-vote-donald-trump-president-elect-7418036?utm_source=indy&amp;utm_medium=top5&amp;utm_campaign=i100" target="_blank"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2016/11/08/23/hillary-clinton-4.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>A top Hillary Clinton aide nailed exactly why she lost</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="https://www.indy100.com/article/ryan-reynolds-twin-7418041?utm_source=indy&amp;utm_medium=top5&amp;utm_campaign=i100" target="_blank"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2016/11/15/08/sc.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>Ryan Reynolds got roasted by his own 'twin brother' and it was hilarious</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="https://www.indy100.com/article/barack-obama-donald-trump-president-election-latest-result-7406316?utm_source=indy&amp;utm_medium=top5&amp;utm_campaign=i100" target="_blank"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2016/11/09/05/barackobama.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>This Barack Obama quote about Donald Trump is now more terrifying than ever</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="https://www.indy100.com/article/this-woman-lost-almost-half-her-body-weight-in-less-than-a-year-7416956?utm_source=indy&amp;utm_medium=top5&amp;utm_campaign=i100" target="_blank"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/story_medium/public/thumbnails/image/2016/02/02/10/womanscales_istock.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>This woman lost almost half her body weight in less than a year</h2>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </aside>
+ <aside class="layout-component layout-component-most-popular article-list" id="most_popular-0">
+ <div data-feed="//www.independent.co.uk/layout_component/api-mmm">
+ <h2 class="box-title">Most Popular</h2>
+ <ul class="simple-news-list">
+ <li class="story">
+ <a href="/news/world/americas/ben-carson-no-experience-cabinet-role-donald-trump-government-ally-presidential-candidate-a7419226.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/03/10/18/Carson.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>Ben Carson turned down cabinet role as he said he had 'no experience'</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="/environment/noam-chomsky-donald-trump-climate-change-denier-global-warming-race-to-disaster-republicans-most-a7418296.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/11/03/15/noam-chomsky.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>Chomsky: Trump's climate denial means humanity is racing to disaster</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="/news/sweden-mansplaining-hotline-woman-get-to-report-patronising-male-colleagues-a7418491.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/11/15/11/woman-phone-hotline-getty.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>Swedish women get hotline to report mansplaining</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="/news/uk/politics/brexit-vote-eu-referendum-not-legally-binding-supreme-court-legal-challenge-article-50-a7418706.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/11/15/14/supremecourtjpeg.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>EU referendum was 'not legally binding' says Supreme Court judge</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="/news/people/michelle-obama-ape-in-heels-racist-facebook-a7418181.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/11/15/14/michelle-obama-thumbs.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>Michelle Obama called 'ape in heels' by government officials</h2>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </aside>
+ <aside class="layout-component layout-component-taboola-single" id="taboola_single-0">
+ <div id="taboola-single-mpu-thumbnails" class=" trc_related_container trc_spotlight_widget trc_elastic trc_elastic_trc_39384 " data-placement-name="Right Rail Thumbnails">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_39384" class="trc_rbox thumbnails-k trc-content-sponsored " style="overflow: hidden; display: block;">
+ <div id="trc_header_39384" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext">
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=thumbnails-k:Right%20Rail%20Thumbnails:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=thumbnails-k:Right%20Rail%20Thumbnails:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=thumbnails-k:Right%20Rail%20Thumbnails:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=thumbnails-k:Right%20Rail%20Thumbnails:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a></div>
+ </div><span class="trc_rbox_header_span"></span></div>
+ <div id="outer_39384" class="trc_rbox_outer">
+ <div id="rbox-t2m" class="trc_rbox_div trc_rbox_border_elm">
+ <div id="internal_trc_39384">
+ <div data-item-id="~~V1~~62857942217602485~~4Tp8HdrlGiqFcU1S8OdBb881kwABPLdtHBoOZHIScDfElDTKjFfe873p233We1Lvlhf9hQnzo2y5LM4QM3xOkA" data-item-title="You Really Need to See This Military Grade Password Security Device" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/a1c9d29af4c8375461234476b1e315dc.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_1_child trc-first-recommendation trc-spotlight-first-recommendation trc_excludable ">
+ <a title="You Really Need to See This Military Grade Password Security Device" href="http://clknew.com/path/lp.php?trvid=10096&amp;trvx=75632ce9&amp;cid=13&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_300%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/a1c9d29af4c8375461234476b1e315dc.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Everykey</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="You Really Need to See This Military Grade Password Security Device" href="http://clknew.com/path/lp.php?trvid=10096&amp;trvx=75632ce9&amp;cid=13&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">You Really Need to See This Military Grade Password Security Device</span><span class="branding">Everykey</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-5433321548155071309~~DLlo2QYnPWmOmQs8dgFPbZHknowz0Kq-Xk_QlCSd2jM61vq1e6s9xJsGPsU1T_hTlhf9hQnzo2y5LM4QM3xOkA" data-item-title="Tiny Device Allows You To Track Anything (it&amp;#39;s Genius!)" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/7f93d798a7436d4920501f1068ce2cb5.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_2_child trc_excludable ">
+ <a title="Tiny Device Allows You To Track Anything (it's Genius!)" href="http://trknx.com/path/lp.php?trvid=10046&amp;trvx=82ed3095&amp;cid=55&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_300%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/7f93d798a7436d4920501f1068ce2cb5.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Trackr Bravo</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Tiny Device Allows You To Track Anything (it's Genius!)" href="http://trknx.com/path/lp.php?trvid=10046&amp;trvx=82ed3095&amp;cid=55&amp;utm_term=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Tiny Device Allows You To Track Anything (it's Genius!)</span><span class="branding">Trackr Bravo</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-4066915967393823971~~_ReLu9t4HwFIuvWXXi38LPYUGJpPkT73cMKl1d3GL2POfZzus2LavzKe65fSGZfRlhf9hQnzo2y5LM4QM3xOkA" data-item-title="Hip-Hop Culture Can Teach Self-Determination And Agency To Anyone And Everyone" data-item-thumb="http://images5.aplus.com/uc-up/95a6028e-8aab-43d5-af0f-27db477ae8ec/95a6028e-8aab-43d5-af0f-27db477ae8ec.crop_1080x567_0,26.resize_1200x630.format_jpeg.inline_yes.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_3_child trc_excludable ">
+ <a title="Hip-Hop Culture Can Teach Self-Determination And Agency To Anyone And Everyone" href="http://aplus.com/a/hip-hop-culture-teaches-self-determination-agency?utm_source=taboola&amp;utm_medium=referral" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_300%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//images5.aplus.com/uc-up/95a6028e-8aab-43d5-af0f-27db477ae8ec/95a6028e-8aab-43d5-af0f-27db477ae8ec.crop_1080x567_0%2C26.resize_1200x630.format_jpeg.inline_yes.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">A Plus</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Hip-Hop Culture Can Teach Self-Determination And Agency To Anyone And Everyone" href="http://aplus.com/a/hip-hop-culture-teaches-self-determination-agency?utm_source=taboola&amp;utm_medium=referral" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Hip-Hop Culture Can Teach Self-Determination And Agency To An<span>…</span></span><span class="branding">A Plus</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-3288542798355327838~~QZQ9W8k9o0rTRVky8qkYKJcP646jYXmr5TNqtyO4Cy6UXMGKH1sl8TSBatFDknZclhf9hQnzo2y5LM4QM3xOkA" data-item-title="Are you a strategic thinker? Test your skills with millions" data-item-thumb="https://console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/Image_1_defa4a9559ab341e85cb51222f3349dc.600x500.png" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_4_child trc_excludable ">
+ <a title="Are you a strategic thinker? Test your skills with millions" href="https://plarium.com/play/en/sparta/017_armies_hybrid_anim_g?plid=83495&amp;pxl=taboola_fr&amp;publisherID=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_300%2Cc_fill%2Cg_faces%2Ce_sharpen/https%3A//console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/Image_1_defa4a9559ab341e85cb51222f3349dc.600x500.png&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Sparta Free Online Game</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Are you a strategic thinker? Test your skills with millions" href="https://plarium.com/play/en/sparta/017_armies_hybrid_anim_g?plid=83495&amp;pxl=taboola_fr&amp;publisherID=eslmedia-theindependent" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Are you a strategic thinker? Test your skills with millions</span><span class="branding">Sparta Free Online Game</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-7185889087621914534~~Ctz6tVEe4YRwR9hO3RZ61WhIoS99L-xBVvPXnmcRWllwE69BY4AvbShriW9dXJ4Alhf9hQnzo2y5LM4QM3xOkA" data-item-title="7 tricks to learn a language in 7 days" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/c9c28a034787fb55fb07f489045218df.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_5_child trc_excludable ">
+ <a title="7 tricks to learn a language in 7 days" href="https://go.babbel.com/engmag-a58-vid-bv17-turkishweek-cd-xo-tb/1_eng_tab_cd?utm_source=taboola&amp;utm_medium=CON&amp;utm_campaign=cd_engall_gen_cxo_hometownlearning&amp;utm_term=eslmedia-theindependent&amp;utm_content=7+tricks+to+learn+a+language+in+7+days" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;http://images.taboola.com/taboola/image/fetch/dpr_2.0%2Cf_jpg%2Cq_80%2Ch_150%2Cw_300%2Cc_fill%2Cg_faces%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/c9c28a034787fb55fb07f489045218df.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">Babbel</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="7 tricks to learn a language in 7 days" href="https://go.babbel.com/engmag-a58-vid-bv17-turkishweek-cd-xo-tb/1_eng_tab_cd?utm_source=taboola&amp;utm_medium=CON&amp;utm_campaign=cd_engall_gen_cxo_hometownlearning&amp;utm_term=eslmedia-theindependent&amp;utm_content=7+tricks+to+learn+a+language+in+7+days" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">7 tricks to learn a language in 7 days</span><span class="branding">Babbel</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="trc-widget-footer">
+ <div class="logoDiv link-adc "><a class="trc_desktop_adc_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=thumbnails-k:Right%20Rail%20Thumbnails:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_adc_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=thumbnails-k:Right%20Rail%20Thumbnails:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=thumbnails-k:Right%20Rail%20Thumbnails:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=eslmedia-theindependent&amp;utm_medium=referral&amp;utm_content=thumbnails-k:Right%20Rail%20Thumbnails:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a></div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </aside>
+ <aside class="layout-component layout-component-mpu">
+ <div class="ad-mpu mpu-container mpu6-container">
+ <div id="mpu6"></div>
+ </div>
+ </aside>
+ <aside class="layout-component layout-component-ines-video-sidebar" id="ines_video_sidebar-0">
+ <div data-feed="//www.independent.co.uk/layout_component/sidebar-videos">
+ <h2 class="box-title">Video</h2>
+ <ul class="video-sidebar clearfix">
+ <li><a href="/arts-entertainment/films/news/jackie-trailer-watch-natalie-portman-oscars-2017-jfk-jacqueline-kennedy-a7418101.html"><span class="icon-play"></span><img class="image lazy" data-original="/s3/files/styles/video_thumbnail/public/thumbnails/image/2016/11/15/09/jackie-0.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /><h2>Natalie Portman channels a grieving First Lady in trailer for Jackie</h2></a></li>
+ <li><a href="/news/world/australasia/new-zealand-earthquake-today-aftershocks-100000-landslides-rescue-efforts-a7417971.html"><span class="icon-play"></span><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/video_thumbnail/public/thumbnails/image/2016/11/14/09/new-zealand-landlside.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /><h2>New Zealand battered by aftershocks causing 100,000 landslides</h2></a></li>
+ <li><a href="/news/world/americas/us-elections/obama-says-trump-s-temperament-will-not-serve-him-well-a7417646.html"><span class="icon-play"></span><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/video_thumbnail/public/thumbnails/image/2016/11/14/22/gettyimages-623219322.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" /><h2>Obama says Trump’s temperament will not serve him well</h2></a></li>
+ </ul>
+ </div>
+ </aside>
+ <aside class="layout-component layout-component-ines-sponsored-features-sidebar article-list" id="ines_sponsored_features_sidebar-0">
+ <div data-feed="//www.independent.co.uk/layout_component/sponsored-features">
+ <h2 class="box-title">Sponsored Features</h2>
+ <ul class="simple-news-list">
+ <li class="story">
+ <a href="/arts-entertainment/tv/on-the-sofa-with-june-sarpong-a7410001.html"><img class="image lazy" data-original="/s3/files/styles/storylist/public/thumbnails/image/2016/11/10/15/20161027-junesarpong-0135.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>On the sofa with... June Sarpong</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="/travel/skiing/slip-away-to-the-ski-resorts-of-innsbruck-this-winter-a7404431.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/11/08/11/fp365j.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>Slip away to the ski resorts of Innsbruck this winter</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="/student/UWE/code-your-way-to-your-dream-job-a7404421.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/11/08/15/rexfeatures-5843439a-v2.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>Code your way to your dream job</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="/news/education/is-a-postgraduate-degree-worth-the-money-a7359806.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/10/13/16/img-study.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>Is a postgraduate degree worth the money?</h2>
+ </a>
+ </li>
+ <li class="story">
+ <a href="/travel/uk/my-glasgow-paralympic-tennis-star-gordon-reid-on-life-in-the-city-a7384526.html"><img class="image lazy" data-original="https://static.independent.co.uk/s3fs-public/styles/storylist/public/thumbnails/image/2016/10/28/12/img-4320.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
+ <h2>My Glasgow: Paralympic tennis star Gordon Reid on life in the city</h2>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </aside>
+ <aside class="visible">
+ <div id="onscroll-ad-independent-feb-2016-content"></div>
+ </aside>
+ </div>
+ </div>
+ </div>
+
+ </article>
+ </div>
+
+ <footer id="mastfooter" tynt-data="no-content">
+
+
+ <div class="stamp"></div>
+ <ul class="follow">
+ <li>Follow us:</li>
+ <li>
+ <a href="https://www.facebook.com/TheIndependentOnline" target="_blank" title="Facebook" class="icon-facebook"></a>
+ </li>
+ <li>
+ <a href="https://twitter.com/independent" target="_blank" title="Twitter" class="icon-twitter"></a>
+ </li>
+ </ul>
+ <ul class="links">
+ <li><a href="/service/user-policies-a6184151.html" title="">User Policies</a></li>
+ <li><a href="/service/privacy-policy-a6184181.html" title="">Privacy Policy</a></li>
+ <li><a href="/service/cookie-policy-a6184186.html" title="">Cookie Policy</a></li>
+ <li><a href="/service/code-of-conduct-a6184241.html" title="">Code of Conduct</a></li>
+ <li><a href="https://independentnews.zendesk.com/hc/en-us/requests/new" title="">Complaint Form</a></li>
+ <li><a href="/service/contact-us-759589.html" title="">Contact Us</a></li>
+ <li><a href="http://www.independent.co.uk/service/external-contributors-policy-7905982.html" title="">Contributors</a></li>
+ <li><a href="/topics-list" title="">All Topics</a></li>
+ <li><a href="http://www.independent.co.uk/archive" title="">Archive</a></li>
+ <li><a href="http://www.independent.co.uk/register" title="">Newsletters</a></li>
+ <li><a href="http://independentjobs.independent.co.uk/" title="">Jobs</a></li>
+ <li><a href="https://www.independentsubscriptions.co.uk/" title="">Subscriptions</a></li>
+ <li><a href="http://esimedia.co.uk/" title="">Advertising Guide</a></li>
+ <li><a href="http://syndication.independent.co.uk" title="">Syndication</a></li>
+ <li><a href="http://www.standard.co.uk/" title="">Evening Standard</a></li>
+ <li><a href="http://en.novayagazeta.ru/" title="">Novaya Gazeta</a></li>
+ <li><a href="http://www.independent.co.uk/marketing/apps/" title="">Install our Apps</a></li>
+ </ul>
+ </footer>
+
+ <div id="outofpageslot">
+ <div id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_0" title="3rd party ad content" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" frameborder="0" width="1" height="1"></iframe></div><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_0__hidden__" title="" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_0__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" frameborder="0" width="0" height="0"></iframe></div>
+
+ <div id="teadsib">
+ <div id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_1__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_1" title="3rd party ad content" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_1" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" frameborder="0" width="4" height="4"></iframe></div><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_1__hidden__" title="" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_1__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" frameborder="0" width="0" height="0"></iframe></div>
+ <div id="znaptag" tynt-data="no-content" data-google-query-id="CNzlnrjQrNACFRUTvQodbTgF_A" style="display: none;">
+ <div id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_8__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_8" title="3rd party ad content" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_8" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" frameborder="0" width="9" height="9"></iframe></div><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_8__hidden__" title="" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_8__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" frameborder="0" width="0" height="0"></iframe></div>
+ <div id="thirdparty01">
+ <div id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_9__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_9" title="3rd party ad content" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_9" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" frameborder="0" width="3" height="3"></iframe></div><iframe id="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_9__hidden__" title="" name="google_ads_iframe_/71347885/_main_independent/in_news/in_business/in_news/in_news_article_9__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" frameborder="0" width="0" height="0"></iframe></div>
+
+ </div>
+
+ <!-- PRE FOOTER INLINE -->
+ <script>
+ (function(i, s, o, g, r, a, m) {
+ i["GoogleAnalyticsObject"] = r;
+ i[r] = i[r] || function() {
+ (i[r].q = i[r].q || []).push(arguments)
+ }, i[r].l = 1 * new Date();
+ a = s.createElement(o), m = s.getElementsByTagName(o)[0];
+ a.async = 1;
+ a.src = g;
+ m.parentNode.insertBefore(a, m)
+ })(window, document, "script", "//www.google-analytics.com/analytics.js", "ga");
+ ga("create", "UA-27212627-1", {
+ "cookieDomain": "auto"
+ });
+ ga("set", "anonymizeIp", true);
+ ga("set", "dimension1", "Image");
+ ga("set", "dimension2", "News");
+ ga("set", "dimension3", "Business News");
+ ga("set", "dimension4", "Hazel Sheffield");
+ ga("set", "dimension5", "6658741");
+ ga("send", "pageview");
+
+
+ ;
+ </script>
+ <!-- PAGE BOTTOM -->
+ <div class="region region-page-bottom">
+ <!-- SiteCatalyst code version: h.27.5.
+Copyright 1996-2016 Adobe, Inc. -->
+ <script type="text/javascript" src="//www.independent.co.uk/sites/all/libraries/sitecatalyst/ind_am_code.js?ogluy1"></script>
+ <script type="text/javascript">
+ & lt;
+ !--
+
+ s.events = "event7";
+ s.prop3 = "";
+ s.prop8 = "Article";
+ s.prop9 = "10506160";
+ s.prop10 = "3:57 PM";
+ s.prop11 = "The seven secrets that hotel owners don\u0027t want you to know";
+ s.prop12 = "seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html";
+ s.prop13 = "Hazel Sheffield";
+ s.prop15 = "image";
+ s.prop16 = "Thursday, 17 September 2015";
+ s.prop38 = "Hotels,Hygiene";
+ s.pageName = "news\/business\/news\/article10506160";
+ s.hier1 = "news,business,news";
+ s.channel = "news";
+ s.prop1 = "news:business";
+ s.prop2 = "news:business:news";
+ s.prop18 = "New Site";
+ s.prop6 = "";
+ s.prop7 = "";
+ s.server = "www.independent.co.uk";
+ /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
+ var s_code = s.t();
+ if (s_code) document.write(s_code) //--&gt;
+ </script>
+ <script type="text/javascript">
+ & lt;
+ !--
+ if (navigator.appVersion.indexOf('MSIE') & gt; = 0) document.write(unescape('%3C') + '\!-' + '-')
+ //--&gt;
+ </script>
+ <noscript>&lt;img src="http://independent.122.2o7.net/b/ss/indepdev/1/H.27.5--NS/0?[AQB]&amp;amp;cdp=3&amp;amp;[AQE]/7229572" height="1" width="1" alt=""&gt;</noscript>
+ <!--/DO NOT REMOVE/-->
+ <!-- End SiteCatalyst code version: h.27.5. -->
+ <div class="adblock-modal adblock" style="display: none;">
+ <aside class="adblock-notice">
+ <div class="ctrl"><button class="close" data-action="close">Close</button></div>
+ <h2><span class="logo"></span></h2>
+ <div class="adblock-container main">
+ <div class="content">
+ <p><strong>We've noticed that you are using an ad blocker.</strong></p>
+ <p>Advertising helps fund our journalism and keep it truly independent. It helps to build our international editorial team, from war correspondents to investigative reporters, commentators to critics.</p>
+ <div class="content-section">
+ <p><a data-toggle="instructions" href="javascript:void(0);">Click here to view instructions</a> on how to disable your ad blocker, and help us to keep providing you with free-thinking journalism - for free.</p>
+ <p>Thank you for your support.</p>
+ </div>
+ </div>
+ </div>
+ <div class="adblock-container instructions">
+ <p><strong>How to disable your ad blocker for <span class="site-url">independent.co.uk</span></strong></p>
+ <h3 class="ad-block-icon"> Adblock / Adblock Plus</h3>
+ <ul>
+ <li>Click the Adblock/Adblock Plus icon, which is to the right of your address bar.</li>
+ <li>On Adblock click "Don't run on pages on this domain".</li>
+ <li>On Adblock Plus click "Enabled on this site" to disable ad blocking for the current website you are on. If you are in Firefox click "disable on <span class="site-url">independent.co.uk</span>".</li>
+ </ul>
+ <h3 class="firefox-icon">Firefox Tracking Protection</h3>
+ <ul>
+ <li>If you are Private Browsing in Firefox, "Tracking Protection" may cause the adblock notice to show. It can be temporarily disabled by clicking the "shield" icon in the address bar.</li>
+ </ul>
+ <h3 class="ghostery-icon">Ghostery</h3>
+ <ul>
+ <li>Click the Ghostery icon.</li>
+ <li>In versions before 6.0 click "whitelist site".</li>
+ <li>In version 6.0 click "trust site" or add <span class="site-url">independent.co.uk</span> to your Trusted Site list.</li>
+ <li>In versions before 6.0 you will see the message "Site is whitelisted".</li>
+ <li>Click "reload the page to see your changes".</li>
+ </ul>
+ <h3 class="ublock-icon">uBlock</h3>
+ <ul>
+ <li>Click the uBlock icon.</li>
+ <li>Then click the big power button to whitelist the current web site, and its state will be remembered next time you visit the web site.</li>
+ <li>Then reload the page.</li>
+ </ul>
+ </div>
+ </aside>
+ </div>
+ <div class="adblock-modal adblock-confirm" style="display: none;">
+ <aside class="adblock-notice">
+ <div class="ctrl"><button class="close" data-action="close">Close</button></div>
+ <h2><span class="logo"></span></h2>
+ <div class="adblock-container main">
+ <div class="content">
+ <p>Thank you for supporting <span class="site-url">independent.co.uk</span></p>
+ </div>
+ <button data-action="close">Continue to our site</button>
+ </div>
+ </aside>
+ </div>
+ </div>
+ <!-- POST FOOTER INLINE -->
+ <script>
+ window.jQuery || document.write("&lt;script src='/sites/all/modules/contrib/jquery_update/replace/jquery/2.1/jquery.min.js'&gt;\x3C/script&gt;")
+
+
+ ;
+ document.createElement("picture");
+
+
+ ;
+ //Add js: jQuery Alias
+ var $ = jQuery;
+
+
+ ;
+ //Add js: Hola
+ (function() {
+ var vhola = document.createElement("script");
+ vhola.async = false;
+ vhola.type = "text/javascript";
+ vhola.crossOrigin = "Anonymous";
+
+ var useSSL = "https:" == document.location.protocol;
+ vhola.src = (useSSL ? "https:" : "http:") + "//player.h-cdn.com/loader.js?customer=independent_co_uk";
+ var node = document.getElementsByTagName("script")[0];
+ node.parentNode.insertBefore(vhola, node);
+
+ if (!window.videojs)
+ return;
+
+ function init_hola() {
+ window.hola_cdn.init_independent_co_uk();
+ }
+ if (window.hola_cdn)
+ init_hola();
+ else
+ window.hola_cdn_on_load = init_hola;
+ })();
+
+
+ ;
+ //Add js: Temporary Share Bar position tracking
+ jQuery(function checkBars() {
+
+ if (jQuery('#gigya-share-btns-1 .gig-share-button tr img').length & gt; 0) {
+ addclicks();
+ } else {
+ setTimeout(checkBars, 3000);
+ };
+
+ function addclicks() {
+ jQuery('#gigya-share-btns-1 .gig-share-button tr img').bind('click', function(e) {
+ var s = s_gi(s_account)
+ sharebarTracker = 'Above Article Share';
+ s.linkTrackVars = 'prop38';
+ s.prop38 = sharebarTracker;
+ s.tl(this, 'o', sharebarTracker);
+ s.prop38 = '';
+ });
+ jQuery('#gigya-share-btns-2 .gig-share-button tr img').bind('click', function(e) {
+ var s = s_gi(s_account)
+ sharebarTracker = 'Below Article Share';
+ s.linkTrackVars = 'prop38';
+ s.prop38 = sharebarTracker;
+ s.tl(this, 'o', sharebarTracker);
+ s.prop38 = '';
+ });
+
+ jQuery('#gigya-share-btns-3 .gig-share-button tr img').bind('click', function(e) {
+ var s = s_gi(s_account)
+ sharebarTracker = 'Header Share';
+ s.linkTrackVars = 'prop38';
+ s.prop38 = sharebarTracker;
+ s.tl(this, 'o', sharebarTracker);
+ s.prop38 = '';
+ });
+ };
+ });
+
+
+ ;
+ //Add js: PageFair AdBlock Detection
+ (function() {
+ function async_load(script_url) {
+ var protocol = ('https:' == document.location.protocol ? 'https://' : 'http://');
+ var s = document.createElement('script');
+ s.src = protocol + script_url;
+ var x = document.getElementsByTagName('script')[0];
+ x.parentNode.insertBefore(s, x);
+ }
+ bm_website_code = '50DD925A1FA64A66';
+ jQuery(document).ready(function() {
+ async_load('asset.pagefair.com/measure.min.js')
+ });
+ jQuery(document).ready(function() {
+ async_load('asset.pagefair.net/ads.min.js')
+ });
+ })();
+
+
+ ;
+ jQuery.extend(Drupal.settings, {
+ "themeName": "independent_theme"
+ });
+
+
+ ;
+ jQuery.extend(Drupal.settings, {
+ "s_account": "indepdev"
+ });
+
+
+ ;
+ (function($) {
+ $('body').on('AdblockDetected', function() {
+ $('.ad-leaderboard').removeClass('ad-leaderboard').addClass('taboola-leaderboard');
+ var stickyMe;
+ window._taboola = window._taboola || [];
+ _taboola.push({
+ mode: 'thumbnails-f-abp',
+ container: 'leaderboard',
+ placement: 'Above Article Thumbnails - ABP',
+ target_type: 'mix'
+ });
+ });
+ })(jQuery);
+
+
+ ;
+ /** CONFIGURATION END **/
+ (function() {
+ function loadChartbeat() {
+ window._sf_endpt = (new Date()).getTime();
+
+ var e = document.createElement('script');
+ e.setAttribute('language', 'javascript');
+ e.setAttribute('type', 'text/javascript');
+ e.setAttribute('src', '//static.chartbeat.com/js/chartbeat_mab.js');
+ document.body.appendChild(e);
+
+ var e = document.createElement('script');
+ e.setAttribute('language', 'javascript');
+ e.setAttribute('type', 'text/javascript');
+ e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');
+ document.body.appendChild(e);
+ }
+ var oldonload = window.onload;
+ window.onload = (typeof window.onload != 'function') ?
+ loadChartbeat : function() {
+ oldonload();
+ loadChartbeat();
+ };
+ })();
+
+
+
+ ;
+ (function($) {
+ $('body').on('AdblockDetected', function() {
+ var mpuWrapper = $('#mpu0').parent();
+ if (mpuWrapper.hasClass('ad-mpu')) {
+ mpuWrapper.removeClass('ad-mpu').addClass('taboola-mpu');
+ }
+ var stickyMpu;
+ window._taboola = window._taboola || [];
+ _taboola.push({
+ mode: 'thumbnails-rr3',
+ container: 'mpu0',
+ placement: 'IAB Thumbnails ABP',
+ target_type: 'mix'
+ });
+ });
+ })(jQuery);
+
+
+ ;  
+ window._taboola = window._taboola || [];  
+ _taboola.push({    
+ mode: 'thumbnails-d',
+     container: 'taboola-below-article-thumbnails',
+     placement: 'Below Article Thumbnails',
+     target_type: 'mix'  
+ });
+
+
+ ;  
+ window._taboola = window._taboola || [];  
+ _taboola.push({    
+ mode: 'organic-thumbnails-d',
+     container: 'taboola-below-article-thumbnails-2nd',
+     placement: 'Below Article Thumbnails 2nd',
+     target_type: 'mix'  
+ });
+
+
+ ;
+ window._taboola = window._taboola || [];
+ _taboola.push({
+ mode: "thumbnails-k",
+ container: "taboola-single-mpu-thumbnails",
+ placement: "Right Rail Thumbnails",
+ target_type: "mix"
+ });
+
+
+ ;
+ (function($) {
+ var test = document.createElement('div');
+ test.innerHTML = '&amp;nbsp;';
+ test.className = 'adsbox';
+
+ function detectOnload() {
+ document.body.appendChild(test);
+ if (test.offsetHeight === 0) {
+ document.body.classList.add('adblock');
+ $('body').trigger('AdblockDetected');
+ // add GA Events if defined
+ if (typeof ga !== 'undefined') {
+ ga('send', 'event', 'Adblock', 'Blocked', location.href);
+ }
+ } else {
+ $('body').trigger('AdblockNotDetected');
+ // add GA Events if defined
+ if (typeof ga !== 'undefined') {
+ ga('send', 'event', 'Adblock', 'Unblocked', location.href);
+ }
+ // Old var should be depricat4d but used elsewhere
+ window.runAds = true;
+ }
+ test.remove();
+ }
+
+ var oldonload = window.onload;
+ window.onload = (typeof window.onload != 'function') ? detectOnload : function() {
+ oldonload();
+ detectOnload();
+ };
+
+ })(jQuery);
+
+
+ ;
+ (function($) {
+ $('body').on('AdblockDetected', function() {
+ // check for mobile with helper
+ if (typeof window.helper.isMobile !== 'undefined' & amp; & amp; !window.helper.isMobile.any()) {
+ var adblock_cookie = window.helper.getCookie('adblock_detected');
+ if (adblock_cookie !== 'ignored') {
+ $('.adblock.adblock-modal').css('display', 'block').appendTo('body');
+ window.helper.createCookie('adblock_detected', 'detected', 1);
+ $('.adblock-modal [data-action="close"]').click(function(e) {
+ window.helper.createCookie('adblock_detected', 'ignored', 30);
+ $('.adblock-modal').remove();
+ });
+ $(window).resize(function() {
+ var height = $(window).height();
+ var container = $('.adblock-modal .adblock-container').filter(':visible');
+ container.height('auto');
+ container.css('overflow-y', '');
+ if (container.height() & gt; $(window).height() - 190) {
+ container.height($(window).height() - 190);
+ container.css('overflow-y', 'scroll');
+ }
+ });
+ $(window).trigger('resize');
+ }
+ }
+ });
+ })(jQuery);
+
+
+ ;
+ (function($) {
+ $('body').on('AdblockNotDetected', function() {
+ var adblock_cookie = window.helper.getCookie('adblock_detected');
+ if (adblock_cookie) {
+ $('.adblock-confirm.adblock-modal').css('display', 'block').appendTo('body');
+ window.helper.deleteCookie('adblock_detected');
+ if (typeof ga !== 'undefined') {
+ ga('send', 'event', 'AdblockDisabled', 'Disabled', location.href);
+ }
+ $('.adblock-modal [data-action="close"]').click(function(e) {
+ $('.adblock-modal').remove();
+ });
+ };
+ });
+ })(jQuery);
+
+
+ ;
+ var openXSettings = {
+ "networkcode": "71347885-independent",
+ "publisher": "esimedia"
+ };
+
+
+ ;
+ window.__gigyaConf = {
+ sessionExpiration: -2,
+ }
+
+
+ ;
+ window._taboola = window._taboola || [];  
+ _taboola.push({
+ article: "auto"
+ });  
+ ! function(e, f, u) {    
+ e.async = 1;    
+ e.src = u;    
+ f.parentNode.insertBefore(e, f);  
+ }(document.createElement("script"),   document.getElementsByTagName("script")[0],   "//cdn.taboola.com/libtrc/eslmedia-theindependent/loader.js");
+
+
+ ;
+ window._taboola = window._taboola || [];  
+ _taboola.push({
+ flush: true
+ });
+
+
+ ;
+ ga('send', 'event', 'Replatform', 'pageview', location.href);
+
+
+ ;
+ ga('send', 'event', 'Page Type', pageType, location.href);
+
+
+ ;
+ (function() {
+ var a = document,
+ b = a.createElement("script"),
+ a = a.getElementsByTagName("script")[0];
+ b.type = "text/javascript";
+ b.async = !0;
+ b.src = "https://z.moatads.com/eveningstandard858kBFE49/moatcontent.js";
+ a.parentNode.insertBefore(b, a)
+ })();
+
+
+ ;
+
+
+ jQuery(function() {
+ ga('create', 'UA-69936242-1', 'auto', 'combined');
+ ga('combined.send', 'pageview');
+ });
+ </script>
+ <!-- COMSCORE -->
+ <!-- Begin comScore Tag -->
+ <script>
+ var _comscore = _comscore || [];
+ _comscore.push({
+ c1: "2",
+ c2: "10476312"
+ });
+ (function() {
+ var s = document.createElement("script"),
+ el = document.getElementsByTagName("script")[0];
+ s.async = true;
+ s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
+ el.parentNode.insertBefore(s, el);
+ })();
+ </script>
+ <noscript>
+ &lt;img src="https://sb.scorecardresearch.com/p?c1=2&amp;c2=10476312&amp;cv=2.0&amp;cj=1" /&gt;
+ </noscript>
+ <!-- End comScore Tag -->
+ <!-- QUBIT -->
+
+ <script src="//tags.onscroll.com/c5bed6a1-fa1a-47ca-b033-528d277352aa/tag.min.js" async="" defer="defer"></script>
+
+ <div id="overlay"></div>
+ <!-- BEGIN Krux Control Tag for "Independent" -->
+ <!-- Source: /snippet/controltag?confid=I8gY_o93&site=Independent&edit=1 -->
+ <script class="kxct" data-id="I8gY_o93" data-timing="async" data-version="1.9" type="text/javascript">
+ window.Krux || ((Krux = function() {
+ Krux.q.push(arguments)
+ }).q = []);
+ (function() {
+ var k = document.createElement('script');
+ k.type = 'text/javascript';
+ k.async = true;
+ var m, src = (m = location.href.match(/\bkxsrc=([^&amp;]+)/)) & amp; & amp;
+ decodeURIComponent(m[1]);
+ k.src = /^https?:\/\/([^\/]+\.)?krxd\.net(:\d{1,5})?\//i.test(src) ? src : src === "disable" ? "" :
+ (location.protocol === "https:" ? "https:" : "http:") + "//cdn.krxd.net/controltag?confid=I8gY_o93";
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(k, s);
+ }());
+ </script>
+ <!-- END Krux Controltag -->
+
+ <!-- Sherlock Tag -->
+ <script>
+ var js_loaded = false;
+ </script>
+ <script type="text/javascript" src="https://stag.mdotlabs.com/ads.js"></script>
+ <script src="https://stag.mdotlabs.com/sherlock.php?clientID=6035250"></script>
+ <!-- End Sherlock Tag -->
+
+ <!-- Sailthru Horizon -->
+ <script type="text/javascript">
+ (function() {
+ function loadHorizon() {
+ var s = document.createElement('script');
+ s.type = 'text/javascript';
+ s.async = true;
+ s.src = location.protocol + '//ak.sail-horizon.com/horizon/v1.js';
+ var x = document.getElementsByTagName('script')[0];
+ x.parentNode.insertBefore(s, x);
+ }
+ loadHorizon();
+ var oldOnLoad = window.onload;
+ window.onload = function() {
+ if (typeof oldOnLoad === 'function') {
+ oldOnLoad();
+ }
+ Sailthru.setup({
+ domain: 'horizon.e.independent.co.uk',
+ useStoredTags: false
+ });
+ };
+ })();
+ </script>
+ <!-- End Sailthru Horizon -->
+
+ <!-- Affiliate Network JS -->
+
+
+
+
+
+ <div class="kxhead" data-id="I8gY_o93" style="display:none !important;"></div>
+ <div id="tbl-aug-voxp4u" class="trc_popover_aug_container">
+ <div id="tbl-aug-ujtj6v" class="trc_popover_aug_container">
+ <div id="tbl-aug-g9m1h7" class="trc_popover_aug_container">
+ <div class=" trc_popover trc_popover_fade trc_bottom ">
+ <div class=" trc_popover_arrow "></div><iframe scrolling="no" src="javascript:void(0)" style="width: 100%;" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ </div>
+ <form class="trc-hidden" target="tb-trc-transportFrame-1891" style="display: none;" method="post" action="http://trc.taboola.com/eslmedia-theindependent/log/3/available"><input name="ri" value="bacbecc46871b102d491910af1f2d85a" type="hidden" /><input name="sd" value="v2_f5fd84c44e1c3bb8dce0fbe33ceaf941_690d5b7e-b1fd-45e3-be15-0398b17de280_1479276426_1479277047_CNawjgYQr5Y-GPjbod6GKyASKAM" type="hidden" /><input name="ui" value="690d5b7e-b1fd-45e3-be15-0398b17de280" type="hidden" /><input name="pi" value="/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" type="hidden" /><input name="wi" value="-3295114549870305334" type="hidden" /><input name="pt" value="text" type="hidden" /><input name="vi" value="1479277047288" type="hidden" /><input name="li" value="rbox-t2m" type="hidden" /><input name="utm" value="3,280,323,692" type="hidden" /><input name="df" value="1" type="hidden" /><input name="ppb" value="CA0" type="hidden" /><input name="cpb" value="Eg4yMzMtMjUtUkVMRUFTRRjVCCAAKhloay50YWJvb2xhc3luZGljYXRpb24uY29tMgh3YXRlcjYzMw" type="hidden" /><input name="tim" value="14:17:28.135" type="hidden" /><input name="id" value="1891" type="hidden" /><input name="llvl" value="1" type="hidden" /><input name="cv" value="233-25-RELEASE" type="hidden" /><input name="fil" value="[{&quot;tii&quot;:&quot;~~V1~~3564442357467433505~~v8p6g0t5RiY5W4t_nJFmLWhIoS99L-xBVvPXnmcRWlmx0zpqFuspPNx5ZviG_F2BA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~8127807913599977156~~DFUACUkEpKl3Psu0VW-o0KUEo1XjB8J7MKkOl_ek2ycC5xsnLMQkNbbO3QBcrJMnA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-3225717488342932989~~4Tp8HdrlGiqFcU1S8OdBb881kwABPLdtHBoOZHIScDdNkFsVyn0sUO0xvZ_Sh02fA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-4283570402677082943~~f6N2pmFUrwF7EZK1ym9tPg0YPLCrVt54JIK-WgGqlCVBatLOuf0BlFLqsT3HV_1vA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-2039182627798609380~~QZQ9W8k9o0rTRVky8qkYKJcP646jYXmr5TNqtyO4Cy6noS-QDNE4lgErPvQIvkJTA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-6478236510062505434~~jPJUcHWkR_C6Uo40tIdjrraUjkdJmlr0GDnf7y85u1nUy1l2tU_0WV2FhdYLWJ27A_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;photo&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~6722066516164028540~~uw4UOVGG--92XMAu0TXE4x7LIF4d1ByTLT0fOQrMbGn0GxCA-5kkWJhkTvGdLPH_A_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~2764352664306511535~~dsMnXsKiw4uD9yNyvkmMagiDfNCJqyshAOe3v9kFVCZ3x-4qiwxTcnzpvzPPLrsdA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-8884682040486427095~~OirM3nR_ImtfBvi3XXtobkZTRbABKUr5m-JkFZ80-0ni5KSke8x3F5X7iOWdl_HiA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-1783400042781980055~~MTo8SNlyVheylp8KTjC4J-2spfM9rEOLbr7Z8olBl7TdpCrP1MaCuz6TfK3F_dVGA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-8621314997629165187~~hxK8GfHKc2pk3TkPM5YecmWLwSXvTwmT-yHv368tPe7HEdgLFmL7IS-sM-7EnZSeA_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-8797806345119007460~~rYdCbDDpF90VMDzu7rm7s2aGE8SjuYTSNgGySWOn6y7xxeVSADXRB4LxN3uHWpU_A_C9mMkaN3ADM-tWVt4Olg&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;video&quot;,&quot;tids&quot;:&quot;a&quot;}]" type="hidden" /></form><span><iframe class="trc-hidden" id="tb-trc-transportFrame-1891" name="tb-trc-transportFrame-1891" style="display:none" width="0" height="0"></iframe></span>
+ <form class="trc-hidden" target="tb-trc-transportFrame-131" style="display: none;" method="post" action="http://trc.taboola.com/eslmedia-theindependent/log/3/available"><input name="ri" value="f08990261861d735f4694db767d3d658" type="hidden" /><input name="sd" value="v2_f5fd84c44e1c3bb8dce0fbe33ceaf941_690d5b7e-b1fd-45e3-be15-0398b17de280_1479276426_1479277047_CNawjgYQr5Y-GPjbod6GKyASKAM" type="hidden" /><input name="ui" value="690d5b7e-b1fd-45e3-be15-0398b17de280" type="hidden" /><input name="pi" value="/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" type="hidden" /><input name="wi" value="-3295114549870305334" type="hidden" /><input name="pt" value="text" type="hidden" /><input name="vi" value="1479277047288" type="hidden" /><input name="li" value="rbox-t2m" type="hidden" /><input name="utm" value="3,280,323,692" type="hidden" /><input name="df" value="1" type="hidden" /><input name="ppb" value="CKID" type="hidden" /><input name="cpb" value="Eg4yMzMtMjUtUkVMRUFTRRjVCCAAKhloay50YWJvb2xhc3luZGljYXRpb24uY29tMgh3YXRlcjYzMw" type="hidden" /><input name="tim" value="14:17:28.162" type="hidden" /><input name="id" value="131" type="hidden" /><input name="llvl" value="1" type="hidden" /><input name="cv" value="233-25-RELEASE" type="hidden" /><input name="fil" value="[]" type="hidden" /></form><span><iframe class="trc-hidden" id="tb-trc-transportFrame-131" name="tb-trc-transportFrame-131" style="display:none" width="0" height="0"></iframe></span>
+ <form class="trc-hidden" target="tb-trc-transportFrame-1064" style="display: none;" method="post" action="http://trc.taboola.com/eslmedia-theindependent/log/3/available"><input name="ri" value="99c2d5159b52e9394e06a23b1b1e449f" type="hidden" /><input name="sd" value="v2_f5fd84c44e1c3bb8dce0fbe33ceaf941_690d5b7e-b1fd-45e3-be15-0398b17de280_1479276426_1479277047_CNawjgYQr5Y-GPjbod6GKyASKAM" type="hidden" /><input name="ui" value="690d5b7e-b1fd-45e3-be15-0398b17de280" type="hidden" /><input name="pi" value="/news/business/news/seven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" type="hidden" /><input name="wi" value="-3295114549870305334" type="hidden" /><input name="pt" value="text" type="hidden" /><input name="vi" value="1479277047288" type="hidden" /><input name="li" value="rbox-t2m" type="hidden" /><input name="utm" value="3,280,323,692" type="hidden" /><input name="df" value="1" type="hidden" /><input name="ppb" value="CKgH" type="hidden" /><input name="cpb" value="Eg4yMzMtMjUtUkVMRUFTRRjVCCAAKhloay50YWJvb2xhc3luZGljYXRpb24uY29tMgh3YXRlcjYzMw" type="hidden" /><input name="tim" value="14:17:28.209" type="hidden" /><input name="id" value="1064" type="hidden" /><input name="llvl" value="1" type="hidden" /><input name="cv" value="233-25-RELEASE" type="hidden" /><input name="fil" value="[{&quot;tii&quot;:&quot;~~V1~~62857942217602485~~4Tp8HdrlGiqFcU1S8OdBb881kwABPLdtHBoOZHIScDfElDTKjFfe873p233We1Lvlhf9hQnzo2y5LM4QM3xOkA&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-5433321548155071309~~DLlo2QYnPWmOmQs8dgFPbZHknowz0Kq-Xk_QlCSd2jM61vq1e6s9xJsGPsU1T_hTlhf9hQnzo2y5LM4QM3xOkA&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-4066915967393823971~~_ReLu9t4HwFIuvWXXi38LPYUGJpPkT73cMKl1d3GL2POfZzus2LavzKe65fSGZfRlhf9hQnzo2y5LM4QM3xOkA&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-3288542798355327838~~QZQ9W8k9o0rTRVky8qkYKJcP646jYXmr5TNqtyO4Cy6UXMGKH1sl8TSBatFDknZclhf9hQnzo2y5LM4QM3xOkA&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-7185889087621914534~~Ctz6tVEe4YRwR9hO3RZ61WhIoS99L-xBVvPXnmcRWllwE69BY4AvbShriW9dXJ4Alhf9hQnzo2y5LM4QM3xOkA&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;}]" type="hidden" /></form><span><iframe class="trc-hidden" id="tb-trc-transportFrame-1064" name="tb-trc-transportFrame-1064" style="display:none" width="0" height="0"></iframe></span>
+ <div id="fb-root" class=" fb_reset">
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div><iframe name="fb_xdm_frame_http" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="http://staticxx.facebook.com/connect/xd_arbiter/r/fTmIQU3LxvB.js?version=42#channel=f32d7e16093b11e&amp;origin=http%3A%2F%2Fwww.independent.co.uk" frameborder="0"></iframe><iframe name="fb_xdm_frame_https" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="https://staticxx.facebook.com/connect/xd_arbiter/r/fTmIQU3LxvB.js?version=42#channel=f32d7e16093b11e&amp;origin=http%3A%2F%2Fwww.independent.co.uk" frameborder="0"></iframe></div>
+ </div>
+ </div><iframe id="rufous-sandbox" scrolling="no" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: medium none;" frameborder="0"></iframe><img src="https://sp.mdotlabs.com/images/p?c1=9&amp;c2=6035250&amp;t=abt&amp;v=2.14&amp;cms=0&amp;jsl=1&amp;abgp=0&amp;abgb=obj_not_present&amp;jrd=0&amp;gac=0&amp;ifb=no_addoc_frames&amp;cn=&amp;uid=19220369a1385aabcaba9dg1479202584&amp;bl1=0:0:0&amp;bl2=0:0:0&amp;dnt=0&amp;wc=0&amp;ss=1436:877:24:24&amp;ibv=ff32&amp;et=1635&amp;os=MacIntel&amp;ps=TUraU8gr&amp;cb=ZGteY5Ve&amp;durl=http%3A%2F%2Fwww.independent.co.uk%2Fnews%2Fbusiness%2Fnews%2Fseven-secrets-that-hotel-owners-dont-want-you-to-know-10506160.html" style="width: 0px; height: 0px;" /><iframe style="display: none;" width="0" height="0"></iframe></body><iframe id="kx-proxy-I8gY_o93" src="http://cdn.krxd.net/partnerjs/xdi/proxy.9a066b2dd4d31b0a4a22c0afd3c59825.html#%21kxcid=I8gY_o93&amp;kxt=http%3A%2F%2Fwww.independent.co.uk&amp;kxcl=cdn&amp;kxp=" style="display: none; visibility: hidden; height: 0; width: 0;"></iframe>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json
new file mode 100644
index 0000000..f44cbe4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json
@@ -0,0 +1,5 @@
+[
+ "http:\/\/s3-static-ak.buzzfed.com\/static\/2015-04\/22\/5\/campaign_images\/webdr03\/student-dies-after-diet-pills-she-bought-online-b-2-28712-1429696299-24_dblbig.jpg",
+ "http:\/\/ak-hdl.buzzfed.com\/static\/2015-04\/21\/5\/enhanced\/webdr12\/grid-cell-2501-1429608056-15.jpg",
+ "http:\/\/ak-hdl.buzzfed.com\/static\/2015-04\/21\/5\/enhanced\/webdr12\/grid-cell-2501-1429608057-18.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json
new file mode 100644
index 0000000..c332ef4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "An inquest into Eloise Parry's death has been adjourned until July.",
+ "Image": "http:\/\/s3-static-ak.buzzfed.com\/static\/2015-04\/22\/5\/campaign_images\/webdr03\/student-dies-after-diet-pills-she-bought-online-b-2-28712-1429696299-24_dblbig.jpg",
+ "Title": "Student Dies After Diet Pills She Bought Online \"Burned Her Up From Within\"",
+ "SiteName": "BuzzFeed"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html
new file mode 100644
index 0000000..d1e6dc0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html
@@ -0,0 +1,41 @@
+<div id="buzz_sub_buzz">
+ <div id="superlist_3758406_5547137" rel:buzz_num="1">
+ <h2>The mother of a woman who took suspected diet pills bought online has described how her daughter was “literally burning up from within” moments before her death.</h2>
+
+ <p> <span>West Merica Police</span></p>
+ </div>
+ <div id="superlist_3758406_5547213" rel:buzz_num="2">
+ <p>Eloise Parry, 21, was taken to Royal Shrewsbury hospital on 12 April after taking a lethal dose of highly toxic “slimming tablets”. </p>
+ <p>“The drug was in her system, there was no anti-dote, two tablets was a lethal dose – and she had taken eight,” her mother, Fiona, <a href="https://www.westmercia.police.uk/article/9501/A-tribute-to-Eloise-Aimee-Parry-written-by-her-mother-Fiona-Parry">said in a statement</a> yesterday.</p>
+ <p>“As Eloise deteriorated, the staff in A&amp;E did all they could to stabilise her. As the drug kicked in and started to make her metabolism soar, they attempted to cool her down, but they were fighting an uphill battle.</p>
+ <p>“She was literally burning up from within.”</p>
+ <p>She added: “They never stood a chance of saving her. She burned and crashed.”</p>
+ </div>
+ <div id="superlist_3758406_5547140" rel:buzz_num="3">
+ <div>
+ <div>
+ <p><img src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608056-15.jpg" rel:bf_image_src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608056-15.jpg" height="412" width="203"></p>
+ </div>
+ <p>Facebook</p>
+ </div>
+ <div>
+ <div>
+ <p><img src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608057-18.jpg" rel:bf_image_src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608057-18.jpg" height="412" width="412"></p>
+ </div>
+ <p>Facebook</p>
+ </div>
+
+ </div>
+ <div id="superlist_3758406_5547284" rel:buzz_num="4">
+ <p>West Mercia police <a href="https://www.westmercia.police.uk/article/9500/Warning-Issued-As-Shrewsbury-Woman-Dies-After-Taking-Suspected-Diet-Pills">said the tablets were believed to contain dinitrophenol</a>, known as DNP, which is a highly toxic industrial chemical. </p>
+ <p>“We are undoubtedly concerned over the origin and sale of these pills and are working with partner agencies to establish where they were bought from and how they were advertised,” said chief inspector Jennifer Mattinson from the West Mercia police.</p>
+ <p>The Food Standards Agency warned people to stay away from slimming products that contained DNP.</p>
+ <p>“We advise the public not to take any tablets or powders containing DNP, as it is an industrial chemical and not fit for human consumption,” it said in a statement.</p>
+ </div>
+ <div id="superlist_3758406_5547219" rel:buzz_num="5">
+ <h2>Fiona Parry issued a plea for people to stay away from pills containing the chemical.</h2>
+
+ <p>“[Eloise] just never really understood how dangerous the tablets that she took were,” she said. “Most of us don’t believe that a slimming tablet could possibly kill us.</p>
+ <p>“DNP is not a miracle slimming pill. It is a deadly toxin.”</p>
+ </div>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html
new file mode 100644
index 0000000..f51556a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html
@@ -0,0 +1,5294 @@
+<html class=" fonts-loaded srcset svg inlinesvg no-webp" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" lang="en">
+
+<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# buzzfeed: http://ogp.me/ns/fb/buzzfeed#">
+ <script src="//connect.facebook.net/en_US/fbds.js" async=""></script>
+ <script src="http://connect.facebook.net/en_US/fbds.js" async=""></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/jemplate/share_button.js" type="text/javascript"></script>
+ <script async="" src="https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.fr.4peQ-SxVWjw.O/m=client,plusone/rt=j/sv=1/d=1/ed=1/am=MQ/rs=AGLTcCOf3Ne3HaK2CinW2J4SVei_iFZnMw/t=zcms/cb=gapi.loaded_0"></script>
+ <script gapi_processed="true" src="https://apis.google.com/js/client:plusone.js?onload=GCallback" type="text/javascript"></script>
+ <script gapi_processed="true" src="https://apis.google.com/js/client:plusone.js?onload=GCallback" type="text/javascript"></script>
+ <script src="http://www.googletagservices.com/tag/js/gpt.js" type="text/javascript" async=""></script>
+ <script>
+ window.document.documentElement.className += " fonts-loaded";
+ </script>
+ <title>Student Dies After Diet Pills She Bought Online "Burned Her Up From Within" - BuzzFeed News</title>
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
+ <meta name="copyright" content="Copyright 2015 BuzzFeed, Inc. All rights reserved."/>
+ <meta name="description" content="An inquest into Eloise Parry's death has been adjourned until July..."/>
+ <meta property="bf:buzzid" content="3758406"/>
+ <meta property="bf:userid" content="1687686"/>
+ <meta property="author" content="Mark Di Stefano"/>
+ <meta name="news_keywords" content="diet pills, inquests, online shopping, uk"/>
+ <meta name="sailthru.tags" content="diet pills, inquests, online shopping, uk"/>
+ <meta name="apple-itunes-app" content="app-id=352969997, affiliate-data=at=10l3HP&amp;ct=Buzz/SmartBanner"/>
+ <meta name="google-signin-clientid" content="895639880237-tcoheof19odpd88p676rjc70v0iqit0o.apps.googleusercontent.com"/>
+ <meta name="google-signin-cookiepolicy" content="single_host_origin"/>
+ <meta name="google-signin-requestvisibleactions" content="https://schemas.google.com/AddActivity"/>
+ <meta name="google-signin-scope" content="https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/plus.profile.emails.read"/>
+ <meta property="fb:app_id" content="45075597673"/>
+ <meta property="og:site_name" content="BuzzFeed"/>
+ <meta property="fb:admins" content="707356852"/>
+ <meta property="fb:admins" content="689300683"/>
+ <meta property="fb:admins" content="1065534095"/>
+ <meta property="fb:admins" content="583832663"/>
+ <meta property="fb:admins" content="749455540"/>
+ <meta property="fb:admins" content="560468108"/>
+ <meta property="fb:admins" content="731012743"/>
+ <meta property="fb:admins" content="616026830"/>
+ <meta property="fb:admins" content="509245189"/>
+ <meta property="fb:admins" content="10903550"/>
+ <meta property="fb:admins" content="14231094"/>
+ <meta property="fb:admins" content="1806923"/>
+ <meta property="fb:admins" content="1554635003"/>
+ <meta property="fb:admins" content="835967"/>
+ <meta property="fb:admins" content="1234380730"/>
+ <meta property="fb:admins" content="743137474"/>
+ <meta property="fb:admins" content="2208604"/>
+ <meta property="fb:admins" content="28518"/>
+ <meta property="fb:admins" content="15920947"/>
+ <meta property="fb:admins" content="100003945960605"/>
+ <meta property="fb:admins" content="578226154"/>
+ <meta property="fb:admins" content="502418534"/>
+ <meta property="fb:admins" content="5515474"/>
+ <meta property="fb:admins" content="5525520"/>
+ <meta property="fb:admins" content="5205449"/>
+ <meta property="fb:admins" content="648659743"/>
+ <meta property="fb:admins" content="705370117"/>
+ <meta property="fb:admins" content="1351920148"/>
+ <meta property="fb:admins" content="8370474"/>
+ <meta property="fb:admins" content="1387300103"/>
+ <meta property="fb:admins" content="1572780204"/>
+ <meta property="fb:admins" content="100003824101586"/>
+ <meta property="fb:admins" content="1026583096"/>
+ <meta property="fb:admins" content="626540352"/>
+ <meta property="fb:admins" content="1338210367"/>
+ <meta property="fb:admins" content="43102791"/>
+ <meta property="fb:admins" content="100005241975163"/>
+ <meta property="fb:admins" content="1617218809"/>
+ <meta property="fb:admins" content="1215772645"/>
+ <meta property="fb:admins" content="100009270720042"/>
+ <meta property="fb:admins" content="502277904"/>
+ <meta property="fb:admins" content="544697162"/>
+ <meta name="title" content="Student Dies After Diet Pills She Bought Online &quot;Burned Her Up From Within&quot;"/>
+ <meta property="og:title" content="Student Dies After Diet Pills She Bought Online &quot;Burned Her Up From Within&quot;"/>
+ <meta property="og:description" content="An inquest into Eloise Parry's death has been adjourned until July."/>
+ <meta property="og:url" content="http://www.buzzfeed.com/markdistefano/diet-pills-burns-up"/>
+ <meta name="twitter:creator" content="@MarkDiStef"/>
+ <meta property="article:tag" content="inquests"/>
+ <meta property="article:tag" content="online shopping"/>
+ <meta property="article:tag" content="uk"/>
+ <meta property="article:section" content="UKNews"/>
+ <meta property="article:publisher" content="https://www.facebook.com/BuzzFeed"/>
+ <meta property="og:image" content="http://s3-static-ak.buzzfed.com/static/2015-04/22/5/campaign_images/webdr03/student-dies-after-diet-pills-she-bought-online-b-2-28712-1429696299-24_dblbig.jpg"/>
+ <meta property="og:image:width" content="625"/>
+ <meta property="og:image:height" content="415"/>
+ <meta property="og:image:url" content="http://s3-ak.buzzfeed.com/static/2015-04/21/4/enhanced/webdr10/enhanced-6418-1429605460-16.jpg"/>
+ <meta property="og:image:width" content="625"/>
+ <meta property="og:image:height" content="422"/>
+ <meta property="og:image:url" content="http://s3-ak.buzzfeed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608056-15.jpg"/>
+ <meta property="og:image:width" content="203"/>
+ <meta property="og:image:height" content="412"/>
+ <meta property="og:image:url" content="http://s3-ak.buzzfeed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608057-18.jpg"/>
+ <meta property="og:image:width" content="412"/>
+ <meta property="og:image:height" content="412"/>
+ <link rel="image_src" href="http://s3-static-ak.buzzfed.com/static/2015-04/22/5/campaign_images/webdr03/student-dies-after-diet-pills-she-bought-online-b-2-28712-1429696299-24_big.jpg"/>
+ <meta property="og:type" content="article"/>
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta name="twitter:title" content="Student Dies After Diet Pills She Bought Online &quot;Burned Her Up From Within&quot;"/>
+ <meta name="twitter:description" content="An inquest into Eloise Parry's death has been adjourned until July."/>
+ <meta name="twitter:image" content="http://s3-static-ak.buzzfed.com/static/2015-04/22/5/campaign_images/webdr03/student-dies-after-diet-pills-she-bought-online-b-2-28712-1429696299-24_big.jpg"/>
+ <meta name="twitter:site" content="@buzzfeednews"/>
+ <meta name="twitter:url" content="http://www.buzzfeed.com/markdistefano/diet-pills-burns-up"/>
+ <meta name="twitter:title" content="Student Dies After Diet Pills She Bought Online &quot;Burned Her Up From Within&quot;"/>
+ <meta name="twitter:description" content="An inquest into Eloise Parry's death has been adjourned until July."/>
+ <meta name="twitter:app:id:iphone" content="352969997"/>
+ <meta name="twitter:app:url:iphone" content="buzzfeed://buzz/markdistefano/diet-pills-burns-up"/>
+ <meta name="twitter:app:id:ipad" content="352969997"/>
+ <meta name="twitter:app:url:ipad" content="buzzfeed://buzz/markdistefano/diet-pills-burns-up"/>
+ <meta name="twitter:app:id:googleplay" content="com.buzzfeed.android"/>
+ <meta name="twitter:app:url:googleplay" content="http://www.buzzfeed.com/markdistefano/diet-pills-burns-up"/>
+ <link rel="apple-touch-startup-image" href="http://s3-ak.buzzfed.com/static/images/mobile/startup.png"/>
+ <link rel="apple-touch-icon" href="http://s3-ak.buzzfed.com/static/images/mobile/touch-icons/touch-icon-ios_60.png"/>
+ <link rel="apple-touch-icon" sizes="76x76" href="http://s3-ak.buzzfed.com/static/images/mobile/touch-icons/touch-icon-ios_76.png"/>
+ <link rel="apple-touch-icon" sizes="120x120" href="http://s3-ak.buzzfed.com/static/images/mobile/touch-icons/touch-icon-ios_120.png"/>
+ <link rel="apple-touch-icon" sizes="152x152" href="http://s3-ak.buzzfed.com/static/images/mobile/touch-icons/touch-icon-ios_152.png"/>
+ <link rel="apple-touch-icon" sizes="180x180" href="http://s3-ak.buzzfed.com/static/images/mobile/touch-icons/touch-icon-ios_180.png"/>
+ <link rel="shortcut icon" sizes="196x196" href="http://s3-ak.buzzfed.com/static/images/mobile/touch-icons/touch-icon-android.png"/>
+ <link rel="shortcut icon" crossorigin="" href="http://s3-ak.buzzfed.com/static/favicon.ico?v=201504241415" type="image/x-icon"/>
+ <link rel="canonical" href="http://www.buzzfeed.com/markdistefano/diet-pills-burns-up"/>
+ <link rel="alternate" href="http://www.buzzfeed.com/markdistefano/diet-pills-burns-up?s=mobile"/>
+ <link rel="alternate" href="android-app://com.buzzfeed.android/http/www.buzzfeed.com/markdistefano/diet-pills-burns-up?utm_source=google&amp;utm_medium=appindex&amp;utm_campaign=appindex"/>
+ <link rel="alternate" type="application/rss+xml" title="Mark Di Stefano's Buzz" href="/markdistefano.xml"/>
+ <link rel="alternate" type="application/rss+xml" title=" Buzz" href="/tag/.xml"/>
+ <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/ccss/front.desktop.css?v=201504241415" type="text/css"/>
+ <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/header.css?v=201504241415" type="text/css"/>
+ <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/legacy/core1.css?v=201504241415" type="text/css"/>
+ <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/legacy/core2.css?v=201504241415" type="text/css"/>
+ <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/bf_ui.css?v=201504241415" type="text/css"/>
+ <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/legacy/sponsorships.css?v=201504241415" type="text/css"/>
+ <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/permalink.css?v=201504241415" type="text/css"/>
+ <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/ccss/bpage.desktop.css?v=201504241415" type="text/css"/>
+ <!--[if IE 9]> <link rel="stylesheet" href="http://s3-ak.buzzfed.com/static/css/buzzfeed-ie9.css?v=201504241415" type="text/css" charset="utf-8" /> <![endif]-->
+ <!-- TO DO - This should be done by adding the class with Javascript -->
+ <script>
+ var rerankable = '';
+ </script>
+ <style>
+ .post2[style="background-color: #FDF6E5;"],
+ #BF_WIDGET_10,
+ [href^="http://www.faceporn.net/free?"],
+ div[id^="zergnet-widget-"],
+ div[id^="mainads"],
+ td[valign="top"] > .mainmenu[style="padding:10px 0 0 0 !important;"],
+ script[src^="http://free-shoutbox.net/app/webroot/shoutbox/sb.php?shoutbox="] + #freeshoutbox_content,
+ p[id^="div-gpt-ad-"],
+ input[onclick^="window.open('http://www.friendlyduck.com/AF_"],
+ input[onclick^="window.open('http://www.FriendlyDuck.com/AF_"],
+ img[alt^="Fuckbook"],
+ iframe[src^="http://cdn2.adexprt.com/"],
+ iframe[src^="http://cdn1.adexprt.com/"],
+ iframe[src^="http://ad.yieldmanager.com/"],
+ iframe[id^="google_ads_iframe"],
+ iframe[id^="google_ads_frame"],
+ div[id^="div-gpt-ad-"],
+ div[id^="acm-ad-tag-"],
+ div[id^="YFBMSN"],
+ div[id^="MarketGid"],
+ a[style="display:block;width:300px;min-height:250px"][href^="http://li.cnet.com/click?"],
+ a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source,
+ a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"],
+ a[onmousedown^="this.href='http://staffpicks.outbrain.com/network/redir?"][target="_blank"] + .ob_source,
+ a[onmousedown^="this.href='http://staffpicks.outbrain.com/network/redir?"][target="_blank"],
+ a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source,
+ a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"],
+ [href^="http://taboola-"][href*="/redirect.php?app.type="],
+ [href^="http://paid.outbrain.com/network/redir?"][target="_blank"],
+ [href^="http://games.ucoz.ru/"][target="_blank"],
+ [href^="http://api.taboola.com/"][href*="/recommendations.notify-click?app.type="],
+ [href^="http://amzn.to/"] > img[src^="data"],
+ [href^="//ads.ad-center.com/"],
+ [href^="//adbit.co/?a=Advertise&"],
+ [href^=" http://ads.ad-center.com/"],
+ a[href*="/adrotate-out.php?"],
+ a[href$="/vghd.shtml"],
+ a[data-redirect^="this.href='http://paid.outbrain.com/network/redir?"],
+ [onclick^="window.open('http://adultfriendfinder.com/search/"] {
+ display: none !important;
+ }
+ </style>
+ <script>
+ var bf_start_site_time = new Date().getTime();
+ </script>
+ <script>
+ var trans_gif_1x1_base64 = 'data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==';
+ </script>
+ <script>
+ var trans_gif_3x2_base64 = 'data:image/gif;base64,R0lGODlhAwACAPAAAAAAAAAAACH5BAEAAAAALAAAAAADAAIAAAIChF8AOw==';
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ if (null !== window.location.search.match("adtest")) {
+ BF_DFP_SITE = 'bfd.test.bpage';
+ document.write('<' + 'div style="position:fixed;top:0;left:0;background:#ff0;color:#000;padding:10px;z-index:99999;font:bold 16px arial;">AD TEST<' + '/div>');
+ } else if (null !== window.location.search.match("giraffe_test")) {
+ BF_DFP_SITE = 'bfd.giraffe_test.bpage';
+ document.write('<' + 'div style="position:fixed;top:0;left:0;background:#ff0;color:#000;padding:10px;z-index:99999;font:bold 16px arial;">GIRAFFE TEST<' + '/div>');
+ } else {
+ BF_DFP_SITE = 'bfd.bpage';
+ }
+
+ BF_TAG = 'tag=noads;';
+ BF_DFP_ZONE = '/uknews';
+ if (typeof BF_DFP_ORD == 'undefined') {
+ BF_DFP_ORD = Math.random() * 100000000000000000;
+ }
+ BF_DFP_KVS = 'bid=3758406;badge=viral;user=markdistefano;nsfw=0';
+ BF_NO_QS = true;
+ BF_DFP_NOADS = {};
+
+ var is_referer = "";
+
+ if (is_referer) {
+ BF_REFERER = is_referer;
+ } else if (document.referrer && !is_referer) {
+ BF_REFERER = document.referrer;
+ if (BF_REFERER.search('buzzfeed.com') != -1) BF_REFERER = 'buzzfeed';
+ } else {
+ BF_REFERER = 'undefined';
+ }
+ BF_REFERER = BF_REFERER.replace('http://', '').replace('https://', '').replace('www.', '').split(/[/?#]/)[0];
+ if (BF_REFERER.match('\.')) BF_REFERER = BF_REFERER.replace(/\./g, '_');
+ else BF_REFERER = BF_REFERER;
+
+
+
+
+ var AB_AD_TEST = false;
+
+ AB_AD_TEST = true;
+
+ var AB_RND_VAL = Math.floor((Math.random() * 100) + 1);
+
+ if (AB_AD_TEST) {
+
+
+
+
+
+
+ if (AB_RND_VAL >= 0 && AB_RND_VAL &lt; 33) {
+ AD_SIDEWIDE_BSU_REDESIGN = 'bsu_a';
+ } else if (AB_RND_VAL > 33 && AB_RND_VAL &lt;= 66) {
+ AD_SIDEWIDE_BSU_REDESIGN = 'bsu_b';
+ } else {
+ AD_SIDEWIDE_BSU_REDESIGN = 'bsu_c'
+ }
+ // GPT B-Page - 100% GPT [excluding f-ad]
+
+
+
+
+
+
+ var AD_DESIGN, AD_THUMBNAIL;
+ AD_THUMBNAIL = 'thumbnailcontrol';
+
+ if (AB_RND_VAL >= 0 && AB_RND_VAL &lt; 0) {
+ AD_DESIGN = 'script';
+ } else {
+ AD_DESIGN = 'gpt';
+ }
+
+ if (window['localStorage'] !== null) {
+
+ if (localStorage.getItem("GPT_BP7") == null) {
+ localStorage.setItem("GPT_BP7", AD_DESIGN);
+ }
+ AD_DESIGN = localStorage.getItem("GPT_BP7");
+
+
+
+ localStorage.setItem("AD_SIDEWIDE_BSU_REDESIGN", AD_SIDEWIDE_BSU_REDESIGN);
+
+ }
+
+ // Add to ab_test.js
+ (function() {
+ if (AB_AD_TEST && AD_DESIGN) {
+ if (typeof abtest != 'undefined' && !abtest.abTests.match(/GPT_BP7/)) {
+ abtest.addTest("GPT_BP7", AD_DESIGN);
+ } else {
+ setTimeout(arguments.callee, 100)
+ }
+ }
+ })();
+
+ } else {
+ AD_DESIGN = 'script';
+ }
+
+
+
+
+
+
+
+
+
+ try {
+ if (AB_AD_TEST && AD_DESIGN == 'gpt') {
+
+ var gptadslots = [];
+ var googletag = googletag || {};
+ googletag.cmd = googletag.cmd || [];
+ (function() {
+ var gads = document.createElement('script');
+ gads.async = true;
+ gads.type = 'text/javascript';
+ var useSSL = 'https:' == document.location.protocol;
+ gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
+ var node = document.getElementsByTagName('script')[0];
+ node.parentNode.insertBefore(gads, node);
+ })();
+
+
+ function loadGPTAd(params) {
+ if (!params || !params['wid']) return false;
+
+ googletag.cmd.push(function() {
+ if (params.infinite_scroll && typeof infinite_slots[params.wid] != 'undefined') {
+ gptadslots[params.wid] = googletag.defineSlot('/6556/' + BF_DFP_SITE + BF_DFP_ZONE, [
+ [5, 5]
+ ], 'div-gpt-ad-' + params.wid)
+ .setTargeting('wid', params.wid)
+ .setTargeting('pos', [infinite_slots[params.wid]])
+ .addService(googletag.pubads());
+ } else if (params.sidebar) {
+ gptadslots[params.wid] = googletag.defineSlot('/6556/' + BF_DFP_SITE + BF_DFP_ZONE, [
+ [3, 3]
+ ], 'div-gpt-ad-' + params.wid)
+ .setTargeting('wid', params.wid)
+ .setTargeting('pos', ['sidebar'])
+ .setTargeting('posnum', parseInt(params.wid, 10) - 4)
+ .setTargeting("nsfw", 0)
+ .setTargeting("user", 'markdistefano')
+
+ .setTargeting("bid", '3758406')
+
+
+ .setTargeting("badge", 'viral')
+
+
+ .addService(googletag.pubads());
+ }
+ /* Weekend Promo Ad Unit */
+ if (params.sitewideweekend) {
+ gptadslots[params.wid] = googletag.defineSlot('/6556/' + BF_DFP_SITE + BF_DFP_ZONE, [
+ [5, 5]
+ ], 'div-gpt-ad-' + params.wid)
+ .setTargeting('wid', params.wid)
+ .setTargeting('pos', ['sitewideweekend'])
+ .setTargeting("nsfw", 0)
+ .setTargeting("user", 'markdistefano')
+
+ .setTargeting("bid", '3758406')
+
+
+ .setTargeting("badge", 'viral')
+
+
+ .addService(googletag.pubads());
+ }
+ if (params.pos) {
+ gptadslots[params.wid] = googletag.defineSlot('/6556/' + BF_DFP_SITE + BF_DFP_ZONE, [params.size], 'div-gpt-ad-' + params.wid)
+ .setTargeting('wid', params.wid)
+ .setTargeting('pos', [params.pos])
+ .setTargeting('abtest', params.abtest)
+
+ .setTargeting("nsfw", 0)
+ .setTargeting("user", 'markdistefano')
+
+ .setTargeting("bid", '3758406')
+
+ .addService(googletag.pubads());
+
+
+ (function() {
+ if (AB_AD_TEST) {
+ if (typeof abtest != 'undefined' && !abtest.abTests.match(new RegExp(params.pos.toUpperCase()))) {
+ abtest.addTest(params.pos.toUpperCase(), params.abtest);
+ } else {
+ setTimeout(arguments.callee, 100)
+ }
+ }
+ })();
+
+ }
+ /*END Weekend Promo Ad Unit */
+ googletag.display('div-gpt-ad-' + params.wid);
+ googletag.pubads().refresh([gptadslots[params.wid]], {
+ changeCorrelator: false
+ });
+ });
+ }
+
+ googletag.cmd.push(function() {
+
+
+ // BPAGE GPT ADS (bsu + sitewide)
+ gptadslots[13] = googletag.defineSlot('/6556/' + BF_DFP_SITE + BF_DFP_ZONE, [
+ [300, 250]
+ ], 'div-gpt-ad-13')
+ .setTargeting('wid', '13')
+ .setTargeting('pos', ['bigstorybpage'])
+ .setTargeting('flex_medium', ['bigstory'])
+ .setTargeting("nsfw", 0)
+ .setTargeting("user", 'markdistefano')
+
+ .setTargeting("bid", '3758406')
+
+ //TODO: remove when sidewide_bsu_redesign test in #81670260 ends
+ .setTargeting('abtest', AD_SIDEWIDE_BSU_REDESIGN)
+
+
+
+ .setTargeting("badge", 'viral')
+
+
+ .addService(googletag.pubads());
+ gptadslots[9] = googletag.defineSlot('/6556/' + BF_DFP_SITE + BF_DFP_ZONE, [
+ [5, 5]
+ ], 'div-gpt-ad-9')
+ .setTargeting('wid', '9')
+ .setTargeting('pos', ['story-bpage'])
+ .setTargeting("nsfw", 0)
+ .setTargeting("user", 'markdistefano')
+
+ .setTargeting("bid", '3758406')
+
+
+ .setTargeting("badge", 'viral')
+
+
+ .addService(googletag.pubads());
+
+
+ googletag.pubads().enableSingleRequest();
+ googletag.pubads().disableInitialLoad();
+ googletag.pubads().setTargeting('poe', BF_REFERER);
+ googletag.pubads().setTargeting('abtest', AD_DESIGN);
+ googletag.pubads().setTargeting('ord', BF_DFP_ORD.toString());
+ googletag.pubads().enableAsyncRendering();
+ googletag.enableServices();
+ });
+
+ }
+ } catch (err) {
+ console.log(err);
+ }
+
+
+ function local_ad_call(wid, uparam, extra_params) {
+ if (BF_STATIC.bf_test_mode && document.cookie.match('sel2_ad') === null && document.cookie.match('sel2_gtrack') === null) {
+ console.info('disable DFP (dfp_tags.tt)');
+ return;
+ }
+
+ (function() {
+ var BF_WIDGET_JS = document.createElement('script');
+ BF_WIDGET_JS.type = "text/javascript";
+ BF_WIDGET_JS.async = true;
+ var BF_WIDGET_SRC = "http://ct.buzzfeed.com/wd/UserWidget?u=" + uparam + "&network=buzzfeed&uo=1&or=v&ct=1&cs=1&wid=" + wid + extra_params + "&cb=" + (new Date()).getTime();
+ setTimeout(function() {
+ document.getElementById('BF_WIDGET_' + wid).appendChild(BF_WIDGET_JS);
+ BF_WIDGET_JS.src = BF_WIDGET_SRC
+ }, 1);
+ })();
+ }
+
+ //]]>
+ </script>
+ <script type="text/javascript">
+ var homePageLink = {
+ 'fr': '/' + ('live' == 'dev' ? 'index' : '') + '?country=fr',
+ 'es': '/' + ('live' == 'dev' ? 'index' : '') + '?country=es',
+ 'pt': '/' + ('live' == 'dev' ? 'index' : '') + '?country=br',
+ 'de': '/' + ('live' == 'dev' ? 'index' : '') + '?country=de',
+ 'mx': '/' + ('live' == 'dev' ? 'index' : '') + '?country=mx'
+ };
+
+ var countryLangLookup = {
+ 'fr': 'fr_FR',
+ 'es': 'es_ES',
+ 'pt': 'pt_BR',
+ 'de': 'de_DE',
+ 'mx': 'es_MX'
+ };
+
+ var liveCountries = {
+ 'us': 1,
+ 'uk': 1,
+ 'au': 1,
+ 'in': 1,
+ 'br': 1,
+ 'pt': 1,
+ 'es': 1,
+ 'fr': 1,
+ 'de': 1,
+ 'mx': 1
+ };
+
+ var cookieBarVerticalBpageMessage = {
+ 'fr': "Vous connaissez BuzzFeed France? &lt;a href='" + homePageLink['fr'] + "'>C'est par ici!&lt;/a>",
+ 'es': "Ya viste BuzzFeed en Espa&ntilde;ol? &lt;a href='" + homePageLink['es'] + "'>&iexcl;Pasa a darle una mirada!&lt;/a>",
+ 'pt': "J&aacute; viu BuzzFeed Brasil? &lt;a href='" + homePageLink['pt'] + "'>Venha conferir!&lt;/a>"
+ };
+ </script>
+ <script type="text/javascript">
+ /* modernizr v3.0.0-alpha
+ * Build http://modernizr.com/download/#-inlinesvg-srcset-svg-webp-cssclasses
+ */
+ ! function(e, n) {
+ function A(e, n) {
+ return typeof e === n
+ }
+
+ function t() {
+ var e, n, t, o, a, s, f;
+ for (var u in i) {
+ if (e = [], n = i[u], n.name && (e.push(n.name.toLowerCase()), n.options && n.options.aliases && n.options.aliases.length))
+ for (t = 0; t &lt; n.options.aliases.length; t++) e.push(n.options.aliases[t].toLowerCase());
+ for (o = A(n.fn, "function") ? n.fn() : n.fn, a = 0; a &lt; e.length; a++) s = e[a], f = s.split("."), 1 === f.length ? r[f[0]] = o : 2 === f.length && (!r[f[0]] || r[f[0]] instanceof Boolean || (r[f[0]] = new Boolean(r[f[0]])), r[f[0]][f[1]] = o), l.push((o ? "" : "no-") + f.join("-"))
+ }
+ }
+
+ function o(e) {
+ var n = f.className,
+ A = r._config.classPrefix || "";
+ if (r._config.enableJSClass) {
+ var t = new RegExp("(^|\\s)" + A + "no-js(\\s|$)");
+ n = n.replace(t, "$1" + A + "js$2")
+ }
+ r._config.enableClasses && (n += " " + A + e.join(" " + A), f.className = n)
+ }
+
+ function a(e, n) {
+ if ("object" == typeof e)
+ for (var A in e) c(e, A) && a(A, e[A]);
+ else {
+ e = e.toLowerCase();
+ var t = e.split("."),
+ i = r[t[0]];
+ if (2 == t.length && (i = i[t[1]]), "undefined" != typeof i) return r;
+ n = "function" == typeof n ? n() : n, 1 == t.length ? r[t[0]] = n : 2 == t.length && (!r[t[0]] || r[t[0]] instanceof Boolean || (r[t[0]] = new Boolean(r[t[0]])), r[t[0]][t[1]] = n), o([(n && 0 != n ? "" : "no-") + t.join("-")]), r._trigger(e, n)
+ }
+ return r
+ }
+ var i = [],
+ s = {
+ _version: "v3.0.0pre",
+ _config: {
+ classPrefix: "",
+ enableClasses: !0,
+ enableJSClass: !0,
+ usePrefixes: !0
+ },
+ _q: [],
+ on: function(e, n) {
+ var A = this;
+ setTimeout(function() {
+ n(A[e])
+ }, 0)
+ },
+ addTest: function(e, n, A) {
+ i.push({
+ name: e,
+ fn: n,
+ options: A
+ })
+ },
+ addAsyncTest: function(e) {
+ i.push({
+ name: null,
+ fn: e
+ })
+ }
+ },
+ r = function() {};
+ r.prototype = s, r = new r;
+ var l = [],
+ f = n.documentElement,
+ u = function() {
+ return "function" != typeof n.createElement ? n.createElement(arguments[0]) : n.createElement.apply(n, arguments)
+ };
+ r.addTest("srcset", "srcset" in u("img"));
+ var c;
+ ! function() {
+ var e = {}.hasOwnProperty;
+ c = A(e, "undefined") || A(e.call, "undefined") ? function(e, n) {
+ return n in e && A(e.constructor.prototype[n], "undefined")
+ } : function(n, A) {
+ return e.call(n, A)
+ }
+ }(), s._l = {}, s.on = function(e, n) {
+ this._l[e] || (this._l[e] = []), this._l[e].push(n), r.hasOwnProperty(e) && setTimeout(function() {
+ r._trigger(e, r[e])
+ }, 0)
+ }, s._trigger = function(e, n) {
+ if (this._l[e]) {
+ var A = this._l[e];
+ setTimeout(function() {
+ var e, t;
+ for (e = 0; e &lt; A.length; e++)(t = A[e])(n)
+ }, 0), delete this._l[e]
+ }
+ }, r._q.push(function() {
+ s.addTest = a
+ }), r.addAsyncTest(function() {
+ function e(e, n, A) {
+ function t(n) {
+ var t = "load" === n.type ? 1 == o.width : !1,
+ i = "webp" === e;
+ a(e, i ? new Boolean(t) : t), A && A(n)
+ }
+ var o = new Image;
+ o.onerror = t, o.onload = t, o.src = n
+ }
+ var n = [{
+ uri: "data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=",
+ name: "webp"
+ }, {
+ uri: "data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAABBxAR/Q9ERP8DAABWUDggGAAAADABAJ0BKgEAAQADADQlpAADcAD++/1QAA==",
+ name: "webp.alpha"
+ }, {
+ uri: "data:image/webp;base64,UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA",
+ name: "webp.animation"
+ }, {
+ uri: "data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=",
+ name: "webp.lossless"
+ }],
+ A = n.shift();
+ e(A.name, A.uri, function(A) {
+ if ("load" === A.type)
+ for (var t = 0; t &lt; n.length; t++) e(n[t].name, n[t].uri)
+ })
+ }), r.addTest("svg", !!n.createElementNS && !!n.createElementNS("http://www.w3.org/2000/svg", "svg").createSVGRect), r.addTest("inlinesvg", function() {
+ var e = u("div");
+ return e.innerHTML = "&lt;svg/>", "http://www.w3.org/2000/svg" == (e.firstChild && e.firstChild.namespaceURI)
+ }), t(), o(l), delete s.addTest, delete s.addAsyncTest;
+ for (var p = 0; p &lt; r._q.length; p++) r._q[p]();
+ e.Modernizr = r
+ }(window, document);
+ </script>
+ <script src="http://s3-ak.buzzfed.com/static/js/prototype/prototype.1.7-compact.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ window.hasOwnProperty = Object.prototype.hasOwnProperty;
+
+ var fb_is_enabled = false;
+
+ fb_is_enabled = true;
+
+
+
+
+
+
+
+
+ var buzzDetails = {
+ ad: 0,
+ raw: 1,
+ nsfw: 0,
+ login: "terminal",
+ editor: "terminal" == "terminal" ? 1 : 0,
+ user: "terminal" == "contribute" ? 1 : 0,
+ trigger: 0,
+ postBadges: "viral" + "," + "",
+ postTags: "--ad-noads" + "," + "--primarykeyword-diet pills" + "," + "inquests" + "," + "online shopping" + "," + "uk" + "," + "",
+ f_partner: 0,
+ published: "2015-04-21 05:29:39",
+ category_name: "UKNews",
+ form: "super",
+ language: "en",
+ breaking: 0,
+ uri: "diet-pills-burns-up"
+ };
+
+
+ var BF_STATIC = {
+ country: 'us',
+ language: 'en',
+ non_english: 0,
+ translation_debug: 0,
+ static_root: 'http://s3-ak.buzzfed.com/static',
+ image_root: 'http://s3-ak.buzzfeed.com',
+ web_root: '',
+ version: '201504241415',
+ facebook_enabled: fb_is_enabled,
+ fb_app_id: '45075597673',
+ fb_api_key: '',
+ fb_api_version: 'v2.2',
+ fb_template_bundle_id: '',
+ fb_quickpost_template_bundle_id: '',
+ fb_badge_vote_template_bundle_id: '',
+ fb_love_vote_template_bundle_id: '',
+ fb_server_root: '',
+ twitter_api_key: 'vQjpMo8qABmqag9607Hg',
+ terminal_root_url: 'http://terminal.buzzfeed.com/',
+ fb_loader_server: '',
+ cookie_age_limit_hours: 24,
+ generated_timestamp: 1430141324,
+ page: 'Buzz',
+ tt_page: 'Buzz',
+ login_cookie_version: '1.0',
+ html5_video: false,
+ front_page_click_sample: 100,
+ bf_env: 'live',
+ referer: "",
+ bf_test_mode: false,
+ bf_category: '122',
+ big_image_root: 'http://ak-hdl.buzzfed.com',
+ image_service_root: 'http://s3-static-ak.buzzfed.com',
+ custom_ga_url: false,
+ BF_Beta_HP: false,
+ react_cam: true,
+ buzz_name: "Student Dies After Diet Pills She Bought Online \"Burned Her Up From Within\"",
+ buzz_blurb: "<b>An inquest into Eloise Parry&#8217;s death has been adjourned until July.</b>",
+ vertical: "uknews",
+ campaignid: "3758406",
+ f_ad: "",
+ username: "markdistefano",
+ user_is_f_ad: "0",
+ google_plus_client_id: "895639880237-tcoheof19odpd88p676rjc70v0iqit0o.apps.googleusercontent.com",
+ google_public_api_browser_key: 'AIzaSyBNj6Jq504-YFNx7I1SQei5x73orklpwnQ',
+ google_plus_client_id: "895639880237-tcoheof19odpd88p676rjc70v0iqit0o.apps.googleusercontent.com",
+ timequeue: [],
+ z: "4FFJJW",
+ hp_type: "",
+ mango_host: 'mango.buzzfeed.com',
+ page_layout: {
+ regions: {
+ bf_comments: false,
+ share_buttons: true,
+ facebook_comments: true,
+ reactions: false,
+ top_thumbstrip: true,
+ nexton: true,
+ sidebar: true,
+ infinite_content: true,
+ related_units: true,
+ hoton: true,
+ text_promo: true
+ }
+ },
+ show_post_content_only: "",
+ public_draft: "0",
+ pixiedust_sampling_rate: 1,
+ pixiedust_pound_sampling_rate: 1,
+ optimization_variations: {
+ control: 0.5,
+ collaborate: 0.5
+ },
+ collaborate_api: "collaborate.buzzfeed.com",
+ buzz_wide: 0
+
+ };
+
+
+ BF_STATIC.socket_server = "http://buzzsockets.buzzfeed.com:80";
+
+
+ var Cloud = {
+ "servers": ['alleyezonme-collection.buzzfeed.com'],
+ "report": 'http://wac.09fc.edgecastcdn.net/8009FC/dg-stats/_stats/buzz',
+ "staging": {
+ server: 'ec2-50-16-13-235.compute-1.amazonaws.com',
+ sample: 0
+ }
+ };
+
+ BF_server = "/buzzzfeed/";
+
+ if (!window.console) {
+ window.console = {};
+ }
+
+ $A(["assert", "count", "debug", "dir", "dirxml", "error", "group", "groupEnd", "info", "log", "profile", "profileEnd", "time", "timeEnd", "trace", "warn"]).each(function(method) {
+ if (!console[method]) {
+ if (method == 'error') {
+ console[method] = function(info) {
+ var error_image = new Image();
+ if (typeof(info) == 'object') info = Object.toJSON(info);
+ var page = window.location.href,
+ user_agent = navigator.userAgent;
+ error_image.src = '/go/small.gif?error_info=' + escape(info) + '&page=' + escape(page) + '&useragent=' + escape(user_agent);
+ }
+ } else {
+ console[method] = function() {};
+ }
+ }
+ });
+
+ /* ie? */
+ // even though we don't use IE8 and under we're not touching this code for now
+ var ieV = parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE") + 5));
+ Prototype.Browser.IE6 = (Prototype.Browser.IE && ieV == 6);
+ Prototype.Browser.IE7 = (Prototype.Browser.IE && ieV == 7);
+ Prototype.Browser.IE8 = (Prototype.Browser.IE && ieV == 8);
+ Prototype.Browser.IE9 = (Prototype.Browser.IE && ieV == 9);
+ Prototype.Browser.IE10 = (Prototype.Browser.IE && ieV == 1 || ieV == 10);
+
+ /* ff? */
+ Prototype.Browser.FF2 = (navigator.userAgent.indexOf("Firefox/2") != -1 && navigator.userAgent.match(/Firefox\/2\d+/).length == 0);
+ Prototype.Browser.FF3_5 = (navigator.userAgent.indexOf("Firefox/3.5") != -1);
+ Prototype.Browser.FF3_6 = (navigator.userAgent.indexOf("Firefox/3.6") != -1);
+
+ /* clicktrack */
+ function bfct(ct) {
+ var img = new Image();
+ img.src = ct;
+ }
+ </script>
+ <script type="text/javascript" charset="utf-8">
+ BF_STATIC['browser_language_settings'] = 'fr-FR,en-US;q=0.7,en;q=0.3';
+ </script>
+ <script type="text/javascript" charset="utf-8">
+ BF_STATIC['country_track'] = 'FR';
+ </script>
+ <script src="http://s3-ak.buzzfed.com/static/js/General_concat_header.js?v=201504241415" type="text/javascript" ref:jsconf="true"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/User_and_Buzz_concat_header.js?v=201504241415" type="text/javascript" ref:jsconf="true"></script>
+ <style></style>
+ <script type="text/javascript" charset="utf-8">
+ // ***** DFP *****
+
+ //INFLATED-BY-PUBLISHER
+
+ if ('hashtrack' in window) hashtrack.init();
+
+ var tracker = new Tracker();
+ tracker.setDefaults({
+ c: "7FNW2J7",
+ u: "7717MJ7",
+ buzz: "diet-pills-burns-up",
+ user: "markdistefano"
+ });
+ tracker.add();
+ tracker.run();
+ BuzzLoader.register(function() {
+ tracker.attach();
+ }, 5);
+ var _cs = _cs || [];
+ _cs.push({
+ c1: "2",
+ c2: "18415030",
+ ns_site: "buzzfeed-poc"
+ });
+ var _gaq = _gaq || [];
+ var pluginUrl = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.') + 'google-analytics.com/plugins/ga/inpage_linkid.js';
+ _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
+ _gaq.push(['_setAccount', 'UA-1740781-1']);
+ _gaq.push(['_setDomainName', 'buzzfeed.com']);
+ if (typeof window['HASH_REFER'] != 'undefined') _gaq.push(['_setReferrerOverride', window['HASH_REFER']]);
+
+
+ function GAPageLoad() {
+ try {
+ _gaq.push(['_setCampaignCookieTimeout', 0]);
+ _gaq.push(['_setPageGroup', '2', 'buzz']);
+
+ if (BF_STATIC.custom_ga_url != false) {
+ _gaq.push(['_set', 'page', BF_STATIC.custom_ga_url]);
+ _gaq.push(['_trackPageview', BF_STATIC.custom_ga_url]);
+ } else {
+ _gaq.push(['_trackPageview', (window.location.pathname + window.location.search.replace(/[?&]utm_term=[a-z0-9]*/, ''))]);
+ }
+
+ if (typeof BFW_Util == 'object') {
+ var country = (BFW_Util.getCookie("country") != null && BFW_Util.getCookie("country") != 'us' ? BFW_Util.getCookie("country") : 'us');
+ _gaq.push(['_trackPageview', '/_ga/' + country + window.location.pathname]);
+ }
+ _gaq.push(['_trackPageview', '/_ga/news' + window.location.pathname]);
+
+
+ _satellite.pageBottom();
+ } catch (err) {}
+ }
+
+ QuantcastCounter = 0;
+
+ function QuantPageLoad() {
+ if (typeof(_qevents) == 'undefined' && QuantcastCounter &lt; 20) {
+ QuantcastCounter++;
+ setTimeout("QuantPageLoad()", 250);
+ return false;
+ }
+ var quantLabel = "",
+ hasHash = (typeof hashtrack != 'undefined' && typeof hashtrack.tracked_hash_tag != 'undefined' ? true : false);
+
+ quantLabel = "Buzz.markdistefano.diet-pills-burns-up";
+ if (hasHash) {
+ quantLabel += ".Hash." + hashtrack.tracked_hash_tag;
+ }
+ quantLabel += ", uknews";
+ if (hasHash) {
+ quantLabel += ", Hash." + hashtrack.tracked_hash_tag + "." + "markdistefano";
+ }
+
+ _qevents.push({
+ qacct: "p-3aud4J6uA4Z6Y",
+ labels: quantLabel
+ });
+
+ }
+
+
+
+
+
+
+
+ (function() {
+ var ga = document.createElement('script');
+ ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
+ ga.setAttribute('async', 'true');
+ document.documentElement.firstChild.appendChild(ga);
+ gtrack.setCustomVars(3, {
+ 1: "Web",
+ 3: 'Buzz'
+ });
+ gtrack.setBuzzCVs();
+ gtrack.setVisitCVs();
+ gtrack.setUserCVs();
+ gtrack.abTracking();
+ })();
+
+
+ var _qevents = _qevents || [];
+ (function() {
+ var qc = document.createElement('script');
+ qc.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
+ qc.setAttribute('async', 'true');
+ qc.type = "text/javascript";
+ document.documentElement.firstChild.appendChild(qc);
+ QuantPageLoad();
+ })();
+
+
+ var _comscore = _comscore || [];
+ _comscore.push({
+ c1: "2",
+ c2: "6768151"
+ });
+ (function() {
+ var cs = document.createElement("script");
+ cs.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
+ cs.setAttribute('async', 'true');
+ document.documentElement.firstChild.appendChild(cs);
+ })();
+ </script>
+ <script async="true" src="http://stats.g.doubleclick.net/dc.js"></script>
+ <script type="text/javascript" async="true" src="http://edge.quantserve.com/quant.js"></script>
+ <script async="true" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script language="javascript">
+ acls = eval('({"group:brasil":["1271266","1335930","1335962","1870174","2478580","2478583","298095"],"queue_edit_audio":["1444088","1470778","group:superusers_us"],"queue_add_politics":["1003504","122429","1385295","2170678","2202803","2250863","227410","229172","230577","2328384","233242","259106","2741249","2855175","2870875","2956136","315300","315836","384520","568833","590158","686094","741910","824585","group:superusers_us"],"team_uknews":["1312775","1578896","2546507"],"mobile_homepage_edit":["p_developer_admin"],"brasil_homepage_edit":["1271266","298095","50","p_admin"],"australia_homepage_edit":["1197853","group:aus","group:edit_homepage_superusers","p_admin","p_developer_admin"],"test_oauth":["1","122429","1253","16062","187839","237968","266291","270926","3","336417","498631","55127"],"queue_edit_sports":["122429","1312880","2328384","267816","3","324633","386666","500733","group:superusers_us"],"pound":["p_admin","p_developer_admin"],"string_translation_moderator_purge":["122429","1485480","1717855","2484348","2813670","298095","66780","950397"],"buzz_homepage_edit":["1156822","16062","162354","2231567","266291","267816","364258","671752","736796","group:superusers_us","p_admin","p_developer_admin"],"francenews_homepage_edit":["2704195","2956221","p_developer_admin"],"queue_add_aunews":["1687686","845485","p_developer_admin"],"queue_edit_france":["1171016","238321","50","66780","group:france"],"queue_edit_food":["1273705","1273728","1845123","187839","1941119","2111936","2741249","339859","362601","386666","403790","537989","7","746557","group:superusers_us"],"delete_user_posts":["1003271","1108700","1115321","1253","1271266","1484259","16062","1849464","1896006","2111902","237968","238321","247883","270926","2747382","298095","339859","352440","357755","370320","401153","422680","428","55127","673572","7","707630","710080","751011","822569","84004","845485","935435","group:community_mods","p_admin"],"queue_add_france":["1171016","238321","50","66780","group:france"],"megaphone":["1273705","1273728","2111936","230684","336417","339859","40846","7","p_admin","p_editor_admin"],"queue_edit_francenews":["2704195","2956221","p_developer_admin"],"engagement_calculator":["1434527","176195","1830834","195079","2","270771","330597","54","963073","p_admin"],"advertising_leads":["336548","p_admin"],"queue_super_admin":["1","115350","1171016","1212587","122429","16062","194239","259106","3","386666","471","65","76","group:superusers_us"],"team_health":["1966022","2111936","2388155","2675381"],"queue_edit_health":["1273705","1273728","1966022","2111936","2388155","2675381","2741249","339859","537989","group:superusers_us","p_developer_admin"],"gif_feed_admin":["1171016","288662","p_developer_admin"],"queue_draft_to_publish":["p_developer_admin","p_editor_admin","p_partner_admin"],"queue_add_books":["1171016","p_editor_admin"],"plugin_moderation":["p_admin","p_developer_admin"],"homepage_edit":["1","1171016","1197853","1212587","122429","1904742","2081783","2328384","2854113","3","333563","370234","386666","403790","411700","65","66780","76","group:edit_homepage","group:edit_homepage_superusers"],"rest_api":["1277823","1694553","1745207","2066708","2066727","2066742","2066748","2066785","2138898","2138899","2138900","2212335","2401722","2547499","2580590","852110","899537","p_admin","p_developer_admin","p_editor_admin"],"queue_add_uk":["3","group:superusers_us","group:uk"],"queue_add_lgbt":["1171016","1984323","2081378","2111902","2170678","2231552","2250863","3","315836","376554","418643","462098","471","824585","group:superusers_us"],"pugopticon":["p_admin","p_developer_admin"],"lifestyle_homepage_edit":["1273705","1273728","1845123","1941119","1987041","2077242","2111936","336417","339859","40846","7","group:superusers_us","p_admin","p_developer_admin"],"team_parents":["1848921","792154"],"acl_edit":["1277776","1470778","2680742","p_admin"],"group:germany":["1896006","1923108","1923120","2053449","2591348","2591352"],"mexico_homepage_edit":["1171016","2484348","50","group:mexico","p_admin"],"quizzes_homepage_edit":["251155","267816","323444","group:superusers_us","p_admin","p_developer_admin"],"edit_user_client":["1","1171016","1212587","122429","2854113","3","386666","403790","65","76"],"editors_manage":["p_developer_admin","p_editor_admin"],"queue_edit_politics":["1003504","122429","2170678","2202803","2250863","233242","315300","590158","824585","group:superusers_us"],"queue_edit_style":["1273705","1273728","1661842","1845123","1941119","1987041","2111936","2231441","2236203","2741249","2848235","341645","40846","537989","7","group:superusers_us"],"queue_add_ideas":["1171016","2111902","2250863","2268055","2478648","2666258","group:superusers_us"],"queue_add_sports":["122429","2993270","3","386666","p_editor_admin"],"queue_add_australia":["2111902","238321","84004","group:aus"],"team_germany":["1171016","122429","1485480","1717855","2484348","2557882","2577162","2741611","2925518","66780","882394","963058","group:germany"],"edit_user_accounts":["p_admin","p_developer_admin","p_editor_admin","p_partner_admin"],"buzz_metadata":["1108320","1116949","1171016","12405","1253","1271266","1369134","149163","16062","1661938","1770243","190806","237968","2498866","2604687","266291","2699763","2699765","270926","302504","328249","341645","370320","391947","403774","422680","50","659572","69866","939067","group:aus","group:france","group:germany","group:india","group:mexico","p_admin","p_developer_admin"],"queue_edit_geeky":["115350","1171016","16062","267816","329408","group:superusers_us"],"queue_add_videos":["1000035","1086982","1171016","122429","2328384","240684","2958561","2959236","2961129","2961253","2963038","2966491","31899","386666","545436","545461","771922","963058","group:edit_video","p_editor_admin"],"entertainment_homepage_edit":["1108610","1385527","2478485","2478648","370035","370453","386254","418529","736840","885067","group:superusers_us","p_admin","p_developer_admin"],"hp_drag":["1197853","1470778","1578896","194239","2053449","2081783","2546507","333563","370234","411700","4146","66780","group:edit_homepage","group:superusers_us"],"group:edit_life":["1273728","1845123","1848921","1941119","1966022","1987041","2111936","2138524","2231441","2236203","2388155","2635268","2635279","2635417","2675381","2741249","2741267","2957479","2957481","2957492","336417","339859","362601","40846","7","736795","746557","792154"],"queue_edit_usnews":["2170678","2250863","2318153","2633715","500733","group:superusers_us"],"embed_whitelist":["p_admin"],"queue_edit_india":["1171016","386666","673572"],"unswitch_users":["1","1171016","1212587","122429","2081783","2854113","3","386666"],"queue_add_espanol":["1015411","122429","1253","1485480","238321","298095","427759","50","66780"],"slide_to_publish":["1027352","1089121","1108335","1108610","1108700","1115290","1156822","1171016","1212587","1273705","1273728","1369134","1458590","1661938","185968","2057907","2081698","2231552","2526433","2591352","2699765","370320","370453","386666","418529","532900","575948","659572","683475","736815","736840","76","833164","923522"],"queue_edit_books":["1054915","1171016","1953376","2328384","267816","386666","66780","group:superusers_us"],"queue_edit_music":["1171016","1559191","2053512","2136851","267816","295325","323444","group:superusers_us"],"queue_add_francenews":["2704195","2956221","822569","989100","p_developer_admin"],"picks_delete_from_anywhere":["1171016","1516092","1644469","357755","p_admin"],"uk_homepage_edit":["1253","238321","845485","group:edit_homepage_superusers","group:uk","p_admin"],"dashboard_custom_daterange":["!2031357","!2112279","f_ad","p_admin","p_developer_admin","p_editor_admin","p_partner_admin"],"general_advertiser":["f_ad","p_admin"],"queue_edit_travel":["1171426","1273728","1845123","1941119","2111936","267816","2741249","537989","group:superusers_us"],"queue_add_audio":["1081451","1171016","1444088","1470778","2906221","group:superusers_us"],"assign_bf_contributor":["p_admin"],"edit_user_posts":["1928635","312860","345930","357755","397967","412473","60694","615244","63387","727930","734362","750320","967593","p_admin","p_developer_admin","p_editor_admin"],"buzz_quick_link":["p_admin"],"news_homepage_edit":["1896880","2170678","2250852","2250863","2318153","2633715","2634389","group:superusers_us","p_admin","p_developer_admin"],"group:edit_news":["1003271","1003504","1026792","1089121","1108335","1108610","1156833","1193475","1301639","1312775","1312880","1336055","1353057","1385527","1387362","1434327","1442705","1484259","1559191","1578896","1610676","1614116","1687686","1740300","1823255","1850152","187839","1896880","1946840","1984323","2020696","2053512","2081378","2107477","2111783","2111902","2136851","2170674","2170678","2183452","2202803","2231436","2231552","2250852","226184","227410","229172","230577","2318153","2321795","2325401","233242","238321","2389092","2441426","2478447","2478468","2478478","2478479","2478482","2478485","2478648","2498432","2498866","251155","2512232","2512313","2512317","2546507","2570218","2570956","2577162","259106","260121","2608507","2633715","2634389","2666256","2666258","2671964","2699763","2699765","2704195","2739038","2739043","2777615","2855175","2870875","2883570","2956136","2956221","2965923","2990083","315300","315836","339184","352440","370035","370453","376554","384520","386254","418529","418643","422588","423472","450483","462098","568833","575948","590158","683073","686094","710080","712971","719068","741910","751011","76","780484","824585","836009","84004","841725","845485","885067","893445","935435","963170","991461"],"edit_partner_posts":["1171016","1353444","2493459","p_partner_admin"],"group:edit_homepage":["12405","1253","1484259","16062","1685059","1687686","1740300","2111902","2170674","2250852","2318153","238321","2478468","247883","2739043","300943","352440","423472","710080","741910","751011","780484","84004","935435"],"dashboard_bf_view":["p_admin"],"boost_moderation_view":["p_admin"],"team_comedy":["2396385"],"queue_edit_longform":["1108320","1171016","1212587","1301639","2250863","3","370320","386666","659572","group:superusers_us"],"queue_edit_australia":["1740300","2111902","238321","386666","84004","group:aus"],"queue_add_travel":["1171426","1273705","1273728","1845123","1941119","1987041","2111936","2741249","336417","362601","537989","736795","group:superusers_us"],"image_delete":["300943","364258","p_admin"],"edit_editor_posts":["p_editor_admin"],"queue_add_celebrity":["16191","1869367","2111902","230684","251155","262092","267816","370035","391411","471","962814","group:superusers_us"],"sponsored_stories_admin":["195079","304178","p_admin"],"unlink_users":["1","1171016","1212587","122429","2081783","2854113","3","386666"],"team_espanol":["1171016","1212587","122429","1485480","1717855","1730290","2484348","2557882","2577162","2741611","2854113","2925518","50","66780","882394","group:espanol"],"group:edit_video":["1000007","1075744","1096571","1104104","1115321","1115365","1212103","1212133","1218274","1314219","1353444","1364221","1382171","1438464","1484989","1605446","1718098","1718122","1718451","1722227","1771444","1849464","1873960","1897164","1993144","2022191","2082592","2092345","2097434","2113109","2113144","2113163","2113208","2113276","2117009","2117543","2123592","2215606","2221719","2241160","2332366","2360592","2493459","2519743","2519751","2519760","2519764","2519799","2520684","2522192","2523119","2524011","2555921","2740099","2747382","2758476","2788652","2795825","2799800","281486","2890555","315264","331181","390721","422627","488333","500380","670263","676627","676638","707630","727930","734485","734568","749009","757245","781609","84","881910","954476","954744","967593","969900","969905","997442"],"queue_add_germany":["50","group:germany","p_developer_admin"],"queue_edit_science":["1027352","1058035","923522","group:superusers_us","p_developer_admin"],"queue_add_parents":["1273705","1273728","1845123","1848921","1941119","1987041","2111936","2741249","336417","362601","537989","7","736795","792154","group:superusers_us","p_developer_admin"],"queue_edit_tvandmovies":["1108610","1171016","122429","2328384","2478485","267816","3","370453","386666","418529","575948","66780","885067","group:superusers_us"],"group:edit_homepage_superusers":["1484259","1685059","1687686","1740300","2111902","2170674","2318153","352440","710080","751011","84004"],"queue_add_ukpolitics":["3","group:superusers_us","group:uk"],"sailthru_edit":["p_admin"],"boost_admin":["p_admin"],"queue_edit_comics":["16062","group:superusers_us"],"new_quiz_format":["185968","p_admin"],"queue_edit_community":["1212587","1558928","2053484","2328384","2799084","386666","66780","group:community_mods","group:superusers_us"],"queue_add_science":["1027352","1058035","2283483","923522","group:superusers_us","p_developer_admin"],"queue_edit_diy":["1273705","1273728","1661842","1845123","1941119","2111936","2138524","2741249","2741267","3","336417","537989","7","group:superusers_us"],"queue_edit_mexico":["1171016","1485480","2484348","2813670","298095","50"],"rerankable_posts":["1110308","1116949","1171016","1212587","122429","1253","1273705","1335962","1390596","1444088","1459277","1472002","1558928","190806","1983419","1983731","2081679","2081687","2112694","2355176","251155","266291","2799084","2854113","298095","312860","323444","330597","336417","362601","471","536348","723165","736796","822569","939122","group:aus","p_developer_admin"],"group:superusers_us":["1089121","1108335","1171016","1253","1291311","1484259","1712709","1740300","2111902","2111977","2170674","2250852","2318153","237968","238321","2478468","247883","352440","367201","401153","422680","428","683475","710080","751011","84004","935435"],"gengo_admin":["1108335","1171016","1271266","1485480","2577162","2704195","2956221","298095","333563","50","66780","822569","963058","989100","group:germany"],"espanol_homepage_edit":["1015411","1253","1485480","238321","298095","427759","50","p_admin"],"ukbuzz_homepage_edit":["671752","p_admin","p_developer_admin"],"queue_add_business":["1336055","2170678","2965923","450483","568833","683073","712971","719068","group:superusers_us"],"queue_add_longform":["1108320","1171016","1301639","2111902","2250863","2699765","370320","386666","659572","group:superusers_us"],"creative_byline_in_toolbar":["p_admin","p_partner_admin"],"indepth_homepage_edit":["1108320","2170678","2250863","370320","659572","p_admin","p_developer_admin"],"dateline_locations":["1003271","1108335","1171016","1212587","2081378","2170678","2328384","2478468","2546507","2739799","2956136","386666","428","845485"],"queue_add_geeky":["1027352","115350","1171016","1558928","16062","329408","834236","group:superusers_us"],"germany_homepage_edit":["50","group:germany","p_admin","p_developer_admin"],"user_moderators":["group:community_mods","p_admin"],"queue_add_style":["1273705","1273728","1661842","1845123","1941119","1987041","2111936","2231441","2236203","2741249","2848235","336417","362601","40846","537989","7","736795","group:superusers_us"],"queue_edit_weddings":["1273705","1273728","1845123","1987041","2741249","339859","7","p_developer_admin"],"queue_add_rewind":["1171016","16191","2111902","230684","267816","3","406972","427759","471","group:superusers_us"],"queue_edit_aunews":["845485","p_developer_admin"],"can_boost":[],"buzz_any_embed":["1108320","1116949","12405","1253","1369134","149163","1661938","1770243","2498866","2604687","2699763","2699765","270926","302504","323444","328249","370320","391947","422680","50","659572","939067","group:aus","group:brasil","group:france","group:germany","group:india","group:mexico","p_admin","p_developer_admin"],"queue_add_music":["1559191","187839","2053512","2136851","267816","2920421","295325","323444","group:superusers_us"],"queue_add_brasil":["1271266","1335930","1335962","1870174","238321","2478580","2478583","298095","50"],"queue_edit_business":["1336055","2250863","450483","683073","712971","719068","group:superusers_us"],"amazon_rerank":["p_admin"],"queue_edit_animals":["122429","1770243","266291","267816","2883313","3","498631","group:superusers_us"],"community_manage":["1171016","1212587","122429","1439137","1558928","2053484","2081783","2328384","2854113","915581","group:community_mods","p_developer_admin"],"default_template_article":["group:edit_news"],"terminal_user":["p_admin","p_developer_admin","p_editor_admin"],"queue_add_uknews":["1003271","1026792","1076475","1312775","1578896","1685059","2511644","2546507","2633715","2666587","2739038","2739043","422680","590158","736840","p_developer_admin"],"group:uk":["1003271","1026792","1076475","1081451","1114825","1268340","1273246","1312775","1369060","1401831","1472002","1578896","1597198","1685059","1712709","1740300","1740404","1744199","2003837","2077242","2107477","2268055","2478447","2511644","2546507","2575622","2647836","2666587","2739038","2739043","2761694","2778050","4146","422680","428","537989","590158","671752","710486","736840","773166","923522","962814","991461"],"queue_add_india":["673572"],"queue_add_health":["1273705","1273728","1941119","1966022","1987041","2111936","2388155","2675381","2741249","336417","362601","537989","736795","group:superusers_us","p_developer_admin"],"updated_timestamp":["1108335","1171016","2604679","321271","386666","975974","group:edit_news","p_admin"],"queue_edit_celebrity":["122429","1869367","230684","262092","267816","403790","427759","471","962814","group:superusers_us"],"queue_add_food":["1273705","1273728","1845123","187839","1941119","1987041","2111936","2741249","336417","339859","362601","403790","537989","7","736795","746557","group:superusers_us"],"blog_press":["1","1171016","1212587","122429","201605","2250863","242537","2478482","2498432","2498866","2604672","2699763","3","333563","370234","65","735630","842571","86770","963058"],"lists_homepage_edit":["p_admin"],"longform_edit":["1081451","1108320","1110308","1115290","1197853","1212587","1280610","1290623","1369134","1434356","1471021","1847385","1869367","1928416","2020559","2062840","2112160","2235696","2235704","2250863","2268055","230684","2323166","2355170","247643","2526433","281496","2902196","343520","362317","370320","427637","615244","659572","66780","670266","736815","893420","group:edit_news","group:superusers_us","p_developer_admin"],"queue_add_animals":["2883313","3","p_editor_admin"],"group:mexico":["1485480","2813670","2957479","2957481","2957485","2957492","2957495"],"preview_special_tags":["p_admin"],"boost_button":["1434326","1745595","195079","196197","2","2576205","2644315","304178","328137","p_developer_admin"],"india_homepage_edit":["1904742","673572","group:edit_homepage_superusers","p_admin"],"queue_edit_lgbt":["1171016","1984323","2170678","2231552","2250863","3","315836","376554","418643","462098","824585","group:superusers_us"],"translation_approval":["1108335","2484348","2577162","p_admin"],"trending_moderation":["p_admin"],"sailthru_publish":[],"queue_add_world":["1193475","1434327","2081378","2170678","2250863","2328384","2478479","2739043","462098","824585","841725","893445","963170","group:superusers_us"],"queue_edit_germany":["50","group:germany","p_developer_admin"],"dateline_buzz":["1003271","1003504","1026792","1089121","1108335","1108700","1193475","1312775","1326855","1369134","1434327","1484259","1508517","1559191","1578896","1896880","1984323","2081378","2107477","2111902","2136851","2170674","2170678","2202803","2250852","2250863","229172","238321","2478447","2478468","2478478","2478479","247883","2480099","2512317","2546507","2634389","2666258","2666587","2739038","2761694","2777615","2855175","2870875","2902196","2965923","315300","370320","401153","418643","422680","428","450483","462098","50","590158","659572","710080","710486","751011","824585","84004","841725","845485","885067","893445","963170","981579","p_admin"],"france_homepage_edit":["1171016","238321","2704195","2956221","50","822569","989100","p_admin"],"edit_user_permissions":["1470778","p_admin"],"group:india":["1583184","1594871","1767263","1819831","1963300","2604768","673572"],"acl_view":["1470778","p_admin","p_developer_admin"],"queue_edit_rewind":["2250863","230684","267816","406972","427759","471","group:superusers_us"],"queue_edit_ideas":["1171016","2250863","2268055","2478648","2666258","group:superusers_us","p_developer_admin"],"queue_edit_tech":["1171016","122429","1823255","2250863","2328384","2389092","2512232","260121","2634389","2671964","2777615","2848269","422588","group:superusers_us"],"team_weddings":["p_developer_admin"],"string_translation_moderator":["1171016","122429","1717855","2484348","2741611","2925518","group:brasil","group:espanol","group:france","group:germany","group:mexico","p_developer_admin"],"group:aus":["1042292","1264948","1326855","1687686","1712361","1877436","1921502","1926263","2325401","2526433","2526435","2902184","2902196","845485","966504","967687"],"badge_config_admin":["1171016","1197853","1439137","1873378","915581","p_developer_admin"],"queue_add_diy":["1273705","1273728","1661842","1845123","1848921","1941119","1987041","2111936","2138524","2741249","2741267","336417","362601","537989","7","736795","group:superusers_us"],"queue_edit_uknews":["1076475","1312775","1685059","2546507","422680","590158","736840","p_developer_admin"],"hotlist_moderation":[],"queue_add_tvandmovies":["1108610","1171016","122429","1385527","2111902","2328384","2478485","267816","3","370035","370320","370453","386254","403790","418529","575948","66780","885067","group:superusers_us"],"buzz_promote":["p_admin"],"queue_edit_parents":["1273705","1273728","1845123","1848921","1941119","2111936","2741249","537989","7","792154","group:superusers_us","p_developer_admin"],"partners_manage":["1171016","1353444","2493459","354273","417220","984166","p_admin","p_partner_admin"],"switch_user_menu_option":["anyone"],"in_depth_moderation":["p_admin"],"queue_add_comics":["16062","2111902","267816","group:superusers_us"],"queue_edit_brasil":["1253","1271266","1335962","238321","298095","50"],"group:edit_buzz":["1015411","1042292","1054915","1058035","1076475","1114825","1115439","115350","1156822","1171426","1253","1268340","1271266","1273246","1335930","1335962","1353008","1369060","1401831","1444088","1459277","1459318","1459320","1558933","1597198","16062","16191","162354","1740404","1744199","1745256","1850152","1869367","1870174","1878629","1896006","1899640","1921502","1923120","1926263","1933171","1953376","1963300","2003837","2053449","2053484","207246","2081679","2081680","2081687","2081698","2112694","2231455","2231567","2235696","2235704","226184","2294340","230684","2355176","237968","2396385","2478650","2575622","2591348","2591352","259321","2604768","262092","2634188","2634190","2634194","2634195","2634332","266291","267816","2704195","2777778","2813670","2849654","2883302","2883313","2883359","2955603","2957481","2957485","2976051","2976379","298095","323444","324633","329408","341645","374407","406972","411042","4146","427759","471","498631","500733","532900","536348","670257","670266","671134","671752","696530","736796","736815","74504","773166","774378","799053","822569","82483","834236","923522","939060","939122","962814","963032","966504","983083","989100"],"uk_homepage_splashing":["1026792","1253","1268340","1312775","1578896","1740404","1744199","238321","2546507","2666587","2739038","4146","422680","428","537989","590158","group:edit_homepage_superusers","p_developer_admin"],"queue_add_mexico":["1171016","2484348","50","group:mexico"],"dashboard_admin":["p_admin","p_developer_admin","p_editor_admin","p_partner_admin"],"uknews_homepage_edit":["1003271","1026792","1312775","1685059","2546507","422680","p_admin","p_developer_admin"],"queue_add_weddings":["1273705","1273728","1845123","1987041","2081681","2111936","2741249","336417","339859","362601","40846","7","p_developer_admin"],"events_reorder":["1007381","216369","242537","676593","918039","p_admin"],"queue_edit_world":["1434327","2081378","2170678","2250863","2478479","2739043","824585","group:superusers_us"],"edit_community_posts":["p_editor_admin"],"queue_add_comedy":["115350","16062","2053484","2396385","267816","2777778","3","323444","411042","498631","670257","group:superusers_us"],"general_admin":["p_admin","p_developer_admin","p_editor_admin","p_partner_admin"],"queue_edit_comedy":["16062","2396385","267816","3","group:superusers_us"],"homepage_splashing":["1","1171016","1197853","1212587","122429","2081783","2328384","2854113","3","333563","370234","386666","411700","66780","76","group:edit_homepage","group:edit_homepage_superusers"],"queue_edit_ukpolitics":["1076475","1578896","2478447","2546507","590158","736840","773166","991461","group:superusers_us"],"queue_add_tech":["1171016","122429","1823255","2111902","2170678","2250863","2328384","2389092","251155","2512232","260121","2634389","2671964","2777615","2848269","2883570","422588","group:superusers_us"],"group:france":["2704195","2956221","2976051","822569","989100"],"queue_edit_videos":["1171016","122429","2360592","2394379","281486","2854113","31899","331181","386666","488333","545436","545461","707630","84","963058"],"super_share":[],"queue_edit_uk":["386666","group:superusers_us","group:uk"],"queue_add_usnews":["1156833","2250863","2328384","260121","2633715","2761694","333563","500733","group:superusers_us"],"team_france":["1171016","122429","1485480","1717855","1730290","2484348","2557882","2577162","2741611","2925518","50","66780","group:france"],"give_full_admin":["1","1171016","1212587","122429","2854113","3","403790","66780","76"],"aunews_homepage_edit":["2902196","845485","p_admin"],"team_mexico":["2231455","2321795","50","group:mexico"],"duplicate_post":["1171016","1271266","1335930","1335962","1434527","1439137","187839","195079","196197","2478580","2478583","2484348","2577162","357755","386666","931699","group:espanol","group:france","group:germany","group:mexico","p_developer_admin"],"logged_in":["anyone","p_admin"],"queue_edit_espanol":["1015411","122429","1253","1485480","238321","298095","50","66780"],"facebook_chatter":["p_admin"],"translation_moderator":["1171016","122429","1253","1385516","1470778","1717855","2484348","266291","2854113","50","group:brasil","group:espanol","group:france","group:germany","group:mexico","p_developer_admin"],"queue_add_community":["1353444","1558928","2053484","2493459","386666","816573","group:community_mods","group:superusers_us"],"new_preview":["!2680511","1026792","1108700","1156822","1156833","1171426","1312775","1459277","1459318","1459320","162354","1848921","2020916","2111902","2231552","230577","2389092","247883","248881","281496","2823827","333563","376554","4146","418529","418643","50","500733","536348","55127","590158","6291","683073","710080","736815","736840","74504","751011","845485","885067","954476","983083","991461","group:espanol","group:mexico","p_admin","p_developer_admin"],"group:community_mods":["115350","1558933","2081698","2138526","2557882","2634188","532900","670266","671134","939067"],"group:espanol":["1015411","1771122","1896343","2231455","2321795","298095"],"breaking_homepage":["group:superusers_us"],"team_brasil":["1171016","122429","1271266","1335930","1335962","1385516","1470778","1485480","1717855","1730290","180983","1870174","2478580","2478583","2484348","2557882","2577162","2741611","2925518","298095","333563","404442","50","65","66780"]})');
+ </script>
+ <style type="text/css">
+ .acl_control {
+ display: none
+ }
+
+ .queue_edit_audio {
+ display: none
+ }
+
+ .can_queue_edit_audio .acl_control.queue_edit_audio,
+ .can_queue_edit_audio .queue_edit_audio {
+ display: inherit
+ }
+
+ .queue_add_politics {
+ display: none
+ }
+
+ .can_queue_add_politics .acl_control.queue_add_politics,
+ .can_queue_add_politics .queue_add_politics {
+ display: inherit
+ }
+
+ .team_uknews {
+ display: none
+ }
+
+ .can_team_uknews .acl_control.team_uknews,
+ .can_team_uknews .team_uknews {
+ display: inherit
+ }
+
+ .mobile_homepage_edit {
+ display: none
+ }
+
+ .can_mobile_homepage_edit .acl_control.mobile_homepage_edit,
+ .can_mobile_homepage_edit .mobile_homepage_edit {
+ display: inherit
+ }
+
+ .brasil_homepage_edit {
+ display: none
+ }
+
+ .can_brasil_homepage_edit .acl_control.brasil_homepage_edit,
+ .can_brasil_homepage_edit .brasil_homepage_edit {
+ display: inherit
+ }
+
+ .australia_homepage_edit {
+ display: none
+ }
+
+ .can_australia_homepage_edit .acl_control.australia_homepage_edit,
+ .can_australia_homepage_edit .australia_homepage_edit {
+ display: inherit
+ }
+
+ .test_oauth {
+ display: none
+ }
+
+ .can_test_oauth .acl_control.test_oauth,
+ .can_test_oauth .test_oauth {
+ display: inherit
+ }
+
+ .queue_edit_sports {
+ display: none
+ }
+
+ .can_queue_edit_sports .acl_control.queue_edit_sports,
+ .can_queue_edit_sports .queue_edit_sports {
+ display: inherit
+ }
+
+ .pound {
+ display: none
+ }
+
+ .can_pound .acl_control.pound,
+ .can_pound .pound {
+ display: inherit
+ }
+
+ .string_translation_moderator_purge {
+ display: none
+ }
+
+ .can_string_translation_moderator_purge .acl_control.string_translation_moderator_purge,
+ .can_string_translation_moderator_purge .string_translation_moderator_purge {
+ display: inherit
+ }
+
+ .buzz_homepage_edit {
+ display: none
+ }
+
+ .can_buzz_homepage_edit .acl_control.buzz_homepage_edit,
+ .can_buzz_homepage_edit .buzz_homepage_edit {
+ display: inherit
+ }
+
+ .francenews_homepage_edit {
+ display: none
+ }
+
+ .can_francenews_homepage_edit .acl_control.francenews_homepage_edit,
+ .can_francenews_homepage_edit .francenews_homepage_edit {
+ display: inherit
+ }
+
+ .queue_add_aunews {
+ display: none
+ }
+
+ .can_queue_add_aunews .acl_control.queue_add_aunews,
+ .can_queue_add_aunews .queue_add_aunews {
+ display: inherit
+ }
+
+ .queue_edit_france {
+ display: none
+ }
+
+ .can_queue_edit_france .acl_control.queue_edit_france,
+ .can_queue_edit_france .queue_edit_france {
+ display: inherit
+ }
+
+ .queue_edit_food {
+ display: none
+ }
+
+ .can_queue_edit_food .acl_control.queue_edit_food,
+ .can_queue_edit_food .queue_edit_food {
+ display: inherit
+ }
+
+ .delete_user_posts {
+ display: none
+ }
+
+ .can_delete_user_posts .acl_control.delete_user_posts,
+ .can_delete_user_posts .delete_user_posts {
+ display: inherit
+ }
+
+ .queue_add_france {
+ display: none
+ }
+
+ .can_queue_add_france .acl_control.queue_add_france,
+ .can_queue_add_france .queue_add_france {
+ display: inherit
+ }
+
+ .megaphone {
+ display: none
+ }
+
+ .can_megaphone .acl_control.megaphone,
+ .can_megaphone .megaphone {
+ display: inherit
+ }
+
+ .queue_edit_francenews {
+ display: none
+ }
+
+ .can_queue_edit_francenews .acl_control.queue_edit_francenews,
+ .can_queue_edit_francenews .queue_edit_francenews {
+ display: inherit
+ }
+
+ .engagement_calculator {
+ display: none
+ }
+
+ .can_engagement_calculator .acl_control.engagement_calculator,
+ .can_engagement_calculator .engagement_calculator {
+ display: inherit
+ }
+
+ .advertising_leads {
+ display: none
+ }
+
+ .can_advertising_leads .acl_control.advertising_leads,
+ .can_advertising_leads .advertising_leads {
+ display: inherit
+ }
+
+ .queue_super_admin {
+ display: none
+ }
+
+ .can_queue_super_admin .acl_control.queue_super_admin,
+ .can_queue_super_admin .queue_super_admin {
+ display: inherit
+ }
+
+ .team_health {
+ display: none
+ }
+
+ .can_team_health .acl_control.team_health,
+ .can_team_health .team_health {
+ display: inherit
+ }
+
+ .queue_edit_health {
+ display: none
+ }
+
+ .can_queue_edit_health .acl_control.queue_edit_health,
+ .can_queue_edit_health .queue_edit_health {
+ display: inherit
+ }
+
+ .gif_feed_admin {
+ display: none
+ }
+
+ .can_gif_feed_admin .acl_control.gif_feed_admin,
+ .can_gif_feed_admin .gif_feed_admin {
+ display: inherit
+ }
+
+ .queue_draft_to_publish {
+ display: none
+ }
+
+ .can_queue_draft_to_publish .acl_control.queue_draft_to_publish,
+ .can_queue_draft_to_publish .queue_draft_to_publish {
+ display: inherit
+ }
+
+ .queue_add_books {
+ display: none
+ }
+
+ .can_queue_add_books .acl_control.queue_add_books,
+ .can_queue_add_books .queue_add_books {
+ display: inherit
+ }
+
+ .plugin_moderation {
+ display: none
+ }
+
+ .can_plugin_moderation .acl_control.plugin_moderation,
+ .can_plugin_moderation .plugin_moderation {
+ display: inherit
+ }
+
+ .homepage_edit {
+ display: none
+ }
+
+ .can_homepage_edit .acl_control.homepage_edit,
+ .can_homepage_edit .homepage_edit {
+ display: inherit
+ }
+
+ .rest_api {
+ display: none
+ }
+
+ .can_rest_api .acl_control.rest_api,
+ .can_rest_api .rest_api {
+ display: inherit
+ }
+
+ .queue_add_uk {
+ display: none
+ }
+
+ .can_queue_add_uk .acl_control.queue_add_uk,
+ .can_queue_add_uk .queue_add_uk {
+ display: inherit
+ }
+
+ .queue_add_lgbt {
+ display: none
+ }
+
+ .can_queue_add_lgbt .acl_control.queue_add_lgbt,
+ .can_queue_add_lgbt .queue_add_lgbt {
+ display: inherit
+ }
+
+ .pugopticon {
+ display: none
+ }
+
+ .can_pugopticon .acl_control.pugopticon,
+ .can_pugopticon .pugopticon {
+ display: inherit
+ }
+
+ .lifestyle_homepage_edit {
+ display: none
+ }
+
+ .can_lifestyle_homepage_edit .acl_control.lifestyle_homepage_edit,
+ .can_lifestyle_homepage_edit .lifestyle_homepage_edit {
+ display: inherit
+ }
+
+ .team_parents {
+ display: none
+ }
+
+ .can_team_parents .acl_control.team_parents,
+ .can_team_parents .team_parents {
+ display: inherit
+ }
+
+ .acl_edit {
+ display: none
+ }
+
+ .can_acl_edit .acl_control.acl_edit,
+ .can_acl_edit .acl_edit {
+ display: inherit
+ }
+
+ .mexico_homepage_edit {
+ display: none
+ }
+
+ .can_mexico_homepage_edit .acl_control.mexico_homepage_edit,
+ .can_mexico_homepage_edit .mexico_homepage_edit {
+ display: inherit
+ }
+
+ .quizzes_homepage_edit {
+ display: none
+ }
+
+ .can_quizzes_homepage_edit .acl_control.quizzes_homepage_edit,
+ .can_quizzes_homepage_edit .quizzes_homepage_edit {
+ display: inherit
+ }
+
+ .edit_user_client {
+ display: none
+ }
+
+ .can_edit_user_client .acl_control.edit_user_client,
+ .can_edit_user_client .edit_user_client {
+ display: inherit
+ }
+
+ .editors_manage {
+ display: none
+ }
+
+ .can_editors_manage .acl_control.editors_manage,
+ .can_editors_manage .editors_manage {
+ display: inherit
+ }
+
+ .queue_edit_politics {
+ display: none
+ }
+
+ .can_queue_edit_politics .acl_control.queue_edit_politics,
+ .can_queue_edit_politics .queue_edit_politics {
+ display: inherit
+ }
+
+ .queue_edit_style {
+ display: none
+ }
+
+ .can_queue_edit_style .acl_control.queue_edit_style,
+ .can_queue_edit_style .queue_edit_style {
+ display: inherit
+ }
+
+ .queue_add_ideas {
+ display: none
+ }
+
+ .can_queue_add_ideas .acl_control.queue_add_ideas,
+ .can_queue_add_ideas .queue_add_ideas {
+ display: inherit
+ }
+
+ .queue_add_sports {
+ display: none
+ }
+
+ .can_queue_add_sports .acl_control.queue_add_sports,
+ .can_queue_add_sports .queue_add_sports {
+ display: inherit
+ }
+
+ .queue_add_australia {
+ display: none
+ }
+
+ .can_queue_add_australia .acl_control.queue_add_australia,
+ .can_queue_add_australia .queue_add_australia {
+ display: inherit
+ }
+
+ .team_germany {
+ display: none
+ }
+
+ .can_team_germany .acl_control.team_germany,
+ .can_team_germany .team_germany {
+ display: inherit
+ }
+
+ .edit_user_accounts {
+ display: none
+ }
+
+ .can_edit_user_accounts .acl_control.edit_user_accounts,
+ .can_edit_user_accounts .edit_user_accounts {
+ display: inherit
+ }
+
+ .buzz_metadata {
+ display: none
+ }
+
+ .can_buzz_metadata .acl_control.buzz_metadata,
+ .can_buzz_metadata .buzz_metadata {
+ display: inherit
+ }
+
+ .queue_edit_geeky {
+ display: none
+ }
+
+ .can_queue_edit_geeky .acl_control.queue_edit_geeky,
+ .can_queue_edit_geeky .queue_edit_geeky {
+ display: inherit
+ }
+
+ .queue_add_videos {
+ display: none
+ }
+
+ .can_queue_add_videos .acl_control.queue_add_videos,
+ .can_queue_add_videos .queue_add_videos {
+ display: inherit
+ }
+
+ .entertainment_homepage_edit {
+ display: none
+ }
+
+ .can_entertainment_homepage_edit .acl_control.entertainment_homepage_edit,
+ .can_entertainment_homepage_edit .entertainment_homepage_edit {
+ display: inherit
+ }
+
+ .hp_drag {
+ display: none
+ }
+
+ .can_hp_drag .acl_control.hp_drag,
+ .can_hp_drag .hp_drag {
+ display: inherit
+ }
+
+ .queue_edit_usnews {
+ display: none
+ }
+
+ .can_queue_edit_usnews .acl_control.queue_edit_usnews,
+ .can_queue_edit_usnews .queue_edit_usnews {
+ display: inherit
+ }
+
+ .embed_whitelist {
+ display: none
+ }
+
+ .can_embed_whitelist .acl_control.embed_whitelist,
+ .can_embed_whitelist .embed_whitelist {
+ display: inherit
+ }
+
+ .queue_edit_india {
+ display: none
+ }
+
+ .can_queue_edit_india .acl_control.queue_edit_india,
+ .can_queue_edit_india .queue_edit_india {
+ display: inherit
+ }
+
+ .unswitch_users {
+ display: none
+ }
+
+ .can_unswitch_users .acl_control.unswitch_users,
+ .can_unswitch_users .unswitch_users {
+ display: inherit
+ }
+
+ .queue_add_espanol {
+ display: none
+ }
+
+ .can_queue_add_espanol .acl_control.queue_add_espanol,
+ .can_queue_add_espanol .queue_add_espanol {
+ display: inherit
+ }
+
+ .slide_to_publish {
+ display: none
+ }
+
+ .can_slide_to_publish .acl_control.slide_to_publish,
+ .can_slide_to_publish .slide_to_publish {
+ display: inherit
+ }
+
+ .queue_edit_books {
+ display: none
+ }
+
+ .can_queue_edit_books .acl_control.queue_edit_books,
+ .can_queue_edit_books .queue_edit_books {
+ display: inherit
+ }
+
+ .queue_edit_music {
+ display: none
+ }
+
+ .can_queue_edit_music .acl_control.queue_edit_music,
+ .can_queue_edit_music .queue_edit_music {
+ display: inherit
+ }
+
+ .queue_add_francenews {
+ display: none
+ }
+
+ .can_queue_add_francenews .acl_control.queue_add_francenews,
+ .can_queue_add_francenews .queue_add_francenews {
+ display: inherit
+ }
+
+ .picks_delete_from_anywhere {
+ display: none
+ }
+
+ .can_picks_delete_from_anywhere .acl_control.picks_delete_from_anywhere,
+ .can_picks_delete_from_anywhere .picks_delete_from_anywhere {
+ display: inherit
+ }
+
+ .uk_homepage_edit {
+ display: none
+ }
+
+ .can_uk_homepage_edit .acl_control.uk_homepage_edit,
+ .can_uk_homepage_edit .uk_homepage_edit {
+ display: inherit
+ }
+
+ .dashboard_custom_daterange {
+ display: none
+ }
+
+ .can_dashboard_custom_daterange .acl_control.dashboard_custom_daterange,
+ .can_dashboard_custom_daterange .dashboard_custom_daterange {
+ display: inherit
+ }
+
+ .general_advertiser {
+ display: none
+ }
+
+ .can_general_advertiser .acl_control.general_advertiser,
+ .can_general_advertiser .general_advertiser {
+ display: inherit
+ }
+
+ .queue_edit_travel {
+ display: none
+ }
+
+ .can_queue_edit_travel .acl_control.queue_edit_travel,
+ .can_queue_edit_travel .queue_edit_travel {
+ display: inherit
+ }
+
+ .queue_add_audio {
+ display: none
+ }
+
+ .can_queue_add_audio .acl_control.queue_add_audio,
+ .can_queue_add_audio .queue_add_audio {
+ display: inherit
+ }
+
+ .assign_bf_contributor {
+ display: none
+ }
+
+ .can_assign_bf_contributor .acl_control.assign_bf_contributor,
+ .can_assign_bf_contributor .assign_bf_contributor {
+ display: inherit
+ }
+
+ .edit_user_posts {
+ display: none
+ }
+
+ .can_edit_user_posts .acl_control.edit_user_posts,
+ .can_edit_user_posts .edit_user_posts {
+ display: inherit
+ }
+
+ .buzz_quick_link {
+ display: none
+ }
+
+ .can_buzz_quick_link .acl_control.buzz_quick_link,
+ .can_buzz_quick_link .buzz_quick_link {
+ display: inherit
+ }
+
+ .news_homepage_edit {
+ display: none
+ }
+
+ .can_news_homepage_edit .acl_control.news_homepage_edit,
+ .can_news_homepage_edit .news_homepage_edit {
+ display: inherit
+ }
+
+ .edit_partner_posts {
+ display: none
+ }
+
+ .can_edit_partner_posts .acl_control.edit_partner_posts,
+ .can_edit_partner_posts .edit_partner_posts {
+ display: inherit
+ }
+
+ .dashboard_bf_view {
+ display: none
+ }
+
+ .can_dashboard_bf_view .acl_control.dashboard_bf_view,
+ .can_dashboard_bf_view .dashboard_bf_view {
+ display: inherit
+ }
+
+ .boost_moderation_view {
+ display: none
+ }
+
+ .can_boost_moderation_view .acl_control.boost_moderation_view,
+ .can_boost_moderation_view .boost_moderation_view {
+ display: inherit
+ }
+
+ .team_comedy {
+ display: none
+ }
+
+ .can_team_comedy .acl_control.team_comedy,
+ .can_team_comedy .team_comedy {
+ display: inherit
+ }
+
+ .queue_edit_longform {
+ display: none
+ }
+
+ .can_queue_edit_longform .acl_control.queue_edit_longform,
+ .can_queue_edit_longform .queue_edit_longform {
+ display: inherit
+ }
+
+ .queue_edit_australia {
+ display: none
+ }
+
+ .can_queue_edit_australia .acl_control.queue_edit_australia,
+ .can_queue_edit_australia .queue_edit_australia {
+ display: inherit
+ }
+
+ .queue_add_travel {
+ display: none
+ }
+
+ .can_queue_add_travel .acl_control.queue_add_travel,
+ .can_queue_add_travel .queue_add_travel {
+ display: inherit
+ }
+
+ .image_delete {
+ display: none
+ }
+
+ .can_image_delete .acl_control.image_delete,
+ .can_image_delete .image_delete {
+ display: inherit
+ }
+
+ .edit_editor_posts {
+ display: none
+ }
+
+ .can_edit_editor_posts .acl_control.edit_editor_posts,
+ .can_edit_editor_posts .edit_editor_posts {
+ display: inherit
+ }
+
+ .queue_add_celebrity {
+ display: none
+ }
+
+ .can_queue_add_celebrity .acl_control.queue_add_celebrity,
+ .can_queue_add_celebrity .queue_add_celebrity {
+ display: inherit
+ }
+
+ .sponsored_stories_admin {
+ display: none
+ }
+
+ .can_sponsored_stories_admin .acl_control.sponsored_stories_admin,
+ .can_sponsored_stories_admin .sponsored_stories_admin {
+ display: inherit
+ }
+
+ .unlink_users {
+ display: none
+ }
+
+ .can_unlink_users .acl_control.unlink_users,
+ .can_unlink_users .unlink_users {
+ display: inherit
+ }
+
+ .team_espanol {
+ display: none
+ }
+
+ .can_team_espanol .acl_control.team_espanol,
+ .can_team_espanol .team_espanol {
+ display: inherit
+ }
+
+ .queue_add_germany {
+ display: none
+ }
+
+ .can_queue_add_germany .acl_control.queue_add_germany,
+ .can_queue_add_germany .queue_add_germany {
+ display: inherit
+ }
+
+ .queue_edit_science {
+ display: none
+ }
+
+ .can_queue_edit_science .acl_control.queue_edit_science,
+ .can_queue_edit_science .queue_edit_science {
+ display: inherit
+ }
+
+ .queue_add_parents {
+ display: none
+ }
+
+ .can_queue_add_parents .acl_control.queue_add_parents,
+ .can_queue_add_parents .queue_add_parents {
+ display: inherit
+ }
+
+ .queue_edit_tvandmovies {
+ display: none
+ }
+
+ .can_queue_edit_tvandmovies .acl_control.queue_edit_tvandmovies,
+ .can_queue_edit_tvandmovies .queue_edit_tvandmovies {
+ display: inherit
+ }
+
+ .queue_add_ukpolitics {
+ display: none
+ }
+
+ .can_queue_add_ukpolitics .acl_control.queue_add_ukpolitics,
+ .can_queue_add_ukpolitics .queue_add_ukpolitics {
+ display: inherit
+ }
+
+ .sailthru_edit {
+ display: none
+ }
+
+ .can_sailthru_edit .acl_control.sailthru_edit,
+ .can_sailthru_edit .sailthru_edit {
+ display: inherit
+ }
+
+ .boost_admin {
+ display: none
+ }
+
+ .can_boost_admin .acl_control.boost_admin,
+ .can_boost_admin .boost_admin {
+ display: inherit
+ }
+
+ .queue_edit_comics {
+ display: none
+ }
+
+ .can_queue_edit_comics .acl_control.queue_edit_comics,
+ .can_queue_edit_comics .queue_edit_comics {
+ display: inherit
+ }
+
+ .new_quiz_format {
+ display: none
+ }
+
+ .can_new_quiz_format .acl_control.new_quiz_format,
+ .can_new_quiz_format .new_quiz_format {
+ display: inherit
+ }
+
+ .queue_edit_community {
+ display: none
+ }
+
+ .can_queue_edit_community .acl_control.queue_edit_community,
+ .can_queue_edit_community .queue_edit_community {
+ display: inherit
+ }
+
+ .queue_add_science {
+ display: none
+ }
+
+ .can_queue_add_science .acl_control.queue_add_science,
+ .can_queue_add_science .queue_add_science {
+ display: inherit
+ }
+
+ .queue_edit_diy {
+ display: none
+ }
+
+ .can_queue_edit_diy .acl_control.queue_edit_diy,
+ .can_queue_edit_diy .queue_edit_diy {
+ display: inherit
+ }
+
+ .queue_edit_mexico {
+ display: none
+ }
+
+ .can_queue_edit_mexico .acl_control.queue_edit_mexico,
+ .can_queue_edit_mexico .queue_edit_mexico {
+ display: inherit
+ }
+
+ .rerankable_posts {
+ display: none
+ }
+
+ .can_rerankable_posts .acl_control.rerankable_posts,
+ .can_rerankable_posts .rerankable_posts {
+ display: inherit
+ }
+
+ .gengo_admin {
+ display: none
+ }
+
+ .can_gengo_admin .acl_control.gengo_admin,
+ .can_gengo_admin .gengo_admin {
+ display: inherit
+ }
+
+ .espanol_homepage_edit {
+ display: none
+ }
+
+ .can_espanol_homepage_edit .acl_control.espanol_homepage_edit,
+ .can_espanol_homepage_edit .espanol_homepage_edit {
+ display: inherit
+ }
+
+ .ukbuzz_homepage_edit {
+ display: none
+ }
+
+ .can_ukbuzz_homepage_edit .acl_control.ukbuzz_homepage_edit,
+ .can_ukbuzz_homepage_edit .ukbuzz_homepage_edit {
+ display: inherit
+ }
+
+ .queue_add_business {
+ display: none
+ }
+
+ .can_queue_add_business .acl_control.queue_add_business,
+ .can_queue_add_business .queue_add_business {
+ display: inherit
+ }
+
+ .queue_add_longform {
+ display: none
+ }
+
+ .can_queue_add_longform .acl_control.queue_add_longform,
+ .can_queue_add_longform .queue_add_longform {
+ display: inherit
+ }
+
+ .creative_byline_in_toolbar {
+ display: none
+ }
+
+ .can_creative_byline_in_toolbar .acl_control.creative_byline_in_toolbar,
+ .can_creative_byline_in_toolbar .creative_byline_in_toolbar {
+ display: inherit
+ }
+
+ .indepth_homepage_edit {
+ display: none
+ }
+
+ .can_indepth_homepage_edit .acl_control.indepth_homepage_edit,
+ .can_indepth_homepage_edit .indepth_homepage_edit {
+ display: inherit
+ }
+
+ .dateline_locations {
+ display: none
+ }
+
+ .can_dateline_locations .acl_control.dateline_locations,
+ .can_dateline_locations .dateline_locations {
+ display: inherit
+ }
+
+ .queue_add_geeky {
+ display: none
+ }
+
+ .can_queue_add_geeky .acl_control.queue_add_geeky,
+ .can_queue_add_geeky .queue_add_geeky {
+ display: inherit
+ }
+
+ .germany_homepage_edit {
+ display: none
+ }
+
+ .can_germany_homepage_edit .acl_control.germany_homepage_edit,
+ .can_germany_homepage_edit .germany_homepage_edit {
+ display: inherit
+ }
+
+ .user_moderators {
+ display: none
+ }
+
+ .can_user_moderators .acl_control.user_moderators,
+ .can_user_moderators .user_moderators {
+ display: inherit
+ }
+
+ .queue_add_style {
+ display: none
+ }
+
+ .can_queue_add_style .acl_control.queue_add_style,
+ .can_queue_add_style .queue_add_style {
+ display: inherit
+ }
+
+ .queue_edit_weddings {
+ display: none
+ }
+
+ .can_queue_edit_weddings .acl_control.queue_edit_weddings,
+ .can_queue_edit_weddings .queue_edit_weddings {
+ display: inherit
+ }
+
+ .queue_add_rewind {
+ display: none
+ }
+
+ .can_queue_add_rewind .acl_control.queue_add_rewind,
+ .can_queue_add_rewind .queue_add_rewind {
+ display: inherit
+ }
+
+ .queue_edit_aunews {
+ display: none
+ }
+
+ .can_queue_edit_aunews .acl_control.queue_edit_aunews,
+ .can_queue_edit_aunews .queue_edit_aunews {
+ display: inherit
+ }
+
+ .can_boost {
+ display: none
+ }
+
+ .can_can_boost .acl_control.can_boost,
+ .can_can_boost .can_boost {
+ display: inherit
+ }
+
+ .buzz_any_embed {
+ display: none
+ }
+
+ .can_buzz_any_embed .acl_control.buzz_any_embed,
+ .can_buzz_any_embed .buzz_any_embed {
+ display: inherit
+ }
+
+ .queue_add_music {
+ display: none
+ }
+
+ .can_queue_add_music .acl_control.queue_add_music,
+ .can_queue_add_music .queue_add_music {
+ display: inherit
+ }
+
+ .queue_add_brasil {
+ display: none
+ }
+
+ .can_queue_add_brasil .acl_control.queue_add_brasil,
+ .can_queue_add_brasil .queue_add_brasil {
+ display: inherit
+ }
+
+ .queue_edit_business {
+ display: none
+ }
+
+ .can_queue_edit_business .acl_control.queue_edit_business,
+ .can_queue_edit_business .queue_edit_business {
+ display: inherit
+ }
+
+ .amazon_rerank {
+ display: none
+ }
+
+ .can_amazon_rerank .acl_control.amazon_rerank,
+ .can_amazon_rerank .amazon_rerank {
+ display: inherit
+ }
+
+ .queue_edit_animals {
+ display: none
+ }
+
+ .can_queue_edit_animals .acl_control.queue_edit_animals,
+ .can_queue_edit_animals .queue_edit_animals {
+ display: inherit
+ }
+
+ .community_manage {
+ display: none
+ }
+
+ .can_community_manage .acl_control.community_manage,
+ .can_community_manage .community_manage {
+ display: inherit
+ }
+
+ .default_template_article {
+ display: none
+ }
+
+ .can_default_template_article .acl_control.default_template_article,
+ .can_default_template_article .default_template_article {
+ display: inherit
+ }
+
+ .terminal_user {
+ display: none
+ }
+
+ .can_terminal_user .acl_control.terminal_user,
+ .can_terminal_user .terminal_user {
+ display: inherit
+ }
+
+ .queue_add_uknews {
+ display: none
+ }
+
+ .can_queue_add_uknews .acl_control.queue_add_uknews,
+ .can_queue_add_uknews .queue_add_uknews {
+ display: inherit
+ }
+
+ .queue_add_india {
+ display: none
+ }
+
+ .can_queue_add_india .acl_control.queue_add_india,
+ .can_queue_add_india .queue_add_india {
+ display: inherit
+ }
+
+ .queue_add_health {
+ display: none
+ }
+
+ .can_queue_add_health .acl_control.queue_add_health,
+ .can_queue_add_health .queue_add_health {
+ display: inherit
+ }
+
+ .updated_timestamp {
+ display: none
+ }
+
+ .can_updated_timestamp .acl_control.updated_timestamp,
+ .can_updated_timestamp .updated_timestamp {
+ display: inherit
+ }
+
+ .queue_edit_celebrity {
+ display: none
+ }
+
+ .can_queue_edit_celebrity .acl_control.queue_edit_celebrity,
+ .can_queue_edit_celebrity .queue_edit_celebrity {
+ display: inherit
+ }
+
+ .queue_add_food {
+ display: none
+ }
+
+ .can_queue_add_food .acl_control.queue_add_food,
+ .can_queue_add_food .queue_add_food {
+ display: inherit
+ }
+
+ .blog_press {
+ display: none
+ }
+
+ .can_blog_press .acl_control.blog_press,
+ .can_blog_press .blog_press {
+ display: inherit
+ }
+
+ .lists_homepage_edit {
+ display: none
+ }
+
+ .can_lists_homepage_edit .acl_control.lists_homepage_edit,
+ .can_lists_homepage_edit .lists_homepage_edit {
+ display: inherit
+ }
+
+ .longform_edit {
+ display: none
+ }
+
+ .can_longform_edit .acl_control.longform_edit,
+ .can_longform_edit .longform_edit {
+ display: inherit
+ }
+
+ .queue_add_animals {
+ display: none
+ }
+
+ .can_queue_add_animals .acl_control.queue_add_animals,
+ .can_queue_add_animals .queue_add_animals {
+ display: inherit
+ }
+
+ .preview_special_tags {
+ display: none
+ }
+
+ .can_preview_special_tags .acl_control.preview_special_tags,
+ .can_preview_special_tags .preview_special_tags {
+ display: inherit
+ }
+
+ .boost_button {
+ display: none
+ }
+
+ .can_boost_button .acl_control.boost_button,
+ .can_boost_button .boost_button {
+ display: inherit
+ }
+
+ .india_homepage_edit {
+ display: none
+ }
+
+ .can_india_homepage_edit .acl_control.india_homepage_edit,
+ .can_india_homepage_edit .india_homepage_edit {
+ display: inherit
+ }
+
+ .queue_edit_lgbt {
+ display: none
+ }
+
+ .can_queue_edit_lgbt .acl_control.queue_edit_lgbt,
+ .can_queue_edit_lgbt .queue_edit_lgbt {
+ display: inherit
+ }
+
+ .translation_approval {
+ display: none
+ }
+
+ .can_translation_approval .acl_control.translation_approval,
+ .can_translation_approval .translation_approval {
+ display: inherit
+ }
+
+ .trending_moderation {
+ display: none
+ }
+
+ .can_trending_moderation .acl_control.trending_moderation,
+ .can_trending_moderation .trending_moderation {
+ display: inherit
+ }
+
+ .sailthru_publish {
+ display: none
+ }
+
+ .can_sailthru_publish .acl_control.sailthru_publish,
+ .can_sailthru_publish .sailthru_publish {
+ display: inherit
+ }
+
+ .queue_add_world {
+ display: none
+ }
+
+ .can_queue_add_world .acl_control.queue_add_world,
+ .can_queue_add_world .queue_add_world {
+ display: inherit
+ }
+
+ .queue_edit_germany {
+ display: none
+ }
+
+ .can_queue_edit_germany .acl_control.queue_edit_germany,
+ .can_queue_edit_germany .queue_edit_germany {
+ display: inherit
+ }
+
+ .dateline_buzz {
+ display: none
+ }
+
+ .can_dateline_buzz .acl_control.dateline_buzz,
+ .can_dateline_buzz .dateline_buzz {
+ display: inherit
+ }
+
+ .france_homepage_edit {
+ display: none
+ }
+
+ .can_france_homepage_edit .acl_control.france_homepage_edit,
+ .can_france_homepage_edit .france_homepage_edit {
+ display: inherit
+ }
+
+ .edit_user_permissions {
+ display: none
+ }
+
+ .can_edit_user_permissions .acl_control.edit_user_permissions,
+ .can_edit_user_permissions .edit_user_permissions {
+ display: inherit
+ }
+
+ .acl_view {
+ display: none
+ }
+
+ .can_acl_view .acl_control.acl_view,
+ .can_acl_view .acl_view {
+ display: inherit
+ }
+
+ .queue_edit_rewind {
+ display: none
+ }
+
+ .can_queue_edit_rewind .acl_control.queue_edit_rewind,
+ .can_queue_edit_rewind .queue_edit_rewind {
+ display: inherit
+ }
+
+ .queue_edit_ideas {
+ display: none
+ }
+
+ .can_queue_edit_ideas .acl_control.queue_edit_ideas,
+ .can_queue_edit_ideas .queue_edit_ideas {
+ display: inherit
+ }
+
+ .queue_edit_tech {
+ display: none
+ }
+
+ .can_queue_edit_tech .acl_control.queue_edit_tech,
+ .can_queue_edit_tech .queue_edit_tech {
+ display: inherit
+ }
+
+ .team_weddings {
+ display: none
+ }
+
+ .can_team_weddings .acl_control.team_weddings,
+ .can_team_weddings .team_weddings {
+ display: inherit
+ }
+
+ .string_translation_moderator {
+ display: none
+ }
+
+ .can_string_translation_moderator .acl_control.string_translation_moderator,
+ .can_string_translation_moderator .string_translation_moderator {
+ display: inherit
+ }
+
+ .badge_config_admin {
+ display: none
+ }
+
+ .can_badge_config_admin .acl_control.badge_config_admin,
+ .can_badge_config_admin .badge_config_admin {
+ display: inherit
+ }
+
+ .queue_add_diy {
+ display: none
+ }
+
+ .can_queue_add_diy .acl_control.queue_add_diy,
+ .can_queue_add_diy .queue_add_diy {
+ display: inherit
+ }
+
+ .queue_edit_uknews {
+ display: none
+ }
+
+ .can_queue_edit_uknews .acl_control.queue_edit_uknews,
+ .can_queue_edit_uknews .queue_edit_uknews {
+ display: inherit
+ }
+
+ .hotlist_moderation {
+ display: none
+ }
+
+ .can_hotlist_moderation .acl_control.hotlist_moderation,
+ .can_hotlist_moderation .hotlist_moderation {
+ display: inherit
+ }
+
+ .queue_add_tvandmovies {
+ display: none
+ }
+
+ .can_queue_add_tvandmovies .acl_control.queue_add_tvandmovies,
+ .can_queue_add_tvandmovies .queue_add_tvandmovies {
+ display: inherit
+ }
+
+ .buzz_promote {
+ display: none
+ }
+
+ .can_buzz_promote .acl_control.buzz_promote,
+ .can_buzz_promote .buzz_promote {
+ display: inherit
+ }
+
+ .queue_edit_parents {
+ display: none
+ }
+
+ .can_queue_edit_parents .acl_control.queue_edit_parents,
+ .can_queue_edit_parents .queue_edit_parents {
+ display: inherit
+ }
+
+ .partners_manage {
+ display: none
+ }
+
+ .can_partners_manage .acl_control.partners_manage,
+ .can_partners_manage .partners_manage {
+ display: inherit
+ }
+
+ .switch_user_menu_option {
+ display: none
+ }
+
+ .can_switch_user_menu_option .acl_control.switch_user_menu_option,
+ .can_switch_user_menu_option .switch_user_menu_option {
+ display: inherit
+ }
+
+ .in_depth_moderation {
+ display: none
+ }
+
+ .can_in_depth_moderation .acl_control.in_depth_moderation,
+ .can_in_depth_moderation .in_depth_moderation {
+ display: inherit
+ }
+
+ .queue_add_comics {
+ display: none
+ }
+
+ .can_queue_add_comics .acl_control.queue_add_comics,
+ .can_queue_add_comics .queue_add_comics {
+ display: inherit
+ }
+
+ .queue_edit_brasil {
+ display: none
+ }
+
+ .can_queue_edit_brasil .acl_control.queue_edit_brasil,
+ .can_queue_edit_brasil .queue_edit_brasil {
+ display: inherit
+ }
+
+ .uk_homepage_splashing {
+ display: none
+ }
+
+ .can_uk_homepage_splashing .acl_control.uk_homepage_splashing,
+ .can_uk_homepage_splashing .uk_homepage_splashing {
+ display: inherit
+ }
+
+ .queue_add_mexico {
+ display: none
+ }
+
+ .can_queue_add_mexico .acl_control.queue_add_mexico,
+ .can_queue_add_mexico .queue_add_mexico {
+ display: inherit
+ }
+
+ .dashboard_admin {
+ display: none
+ }
+
+ .can_dashboard_admin .acl_control.dashboard_admin,
+ .can_dashboard_admin .dashboard_admin {
+ display: inherit
+ }
+
+ .uknews_homepage_edit {
+ display: none
+ }
+
+ .can_uknews_homepage_edit .acl_control.uknews_homepage_edit,
+ .can_uknews_homepage_edit .uknews_homepage_edit {
+ display: inherit
+ }
+
+ .queue_add_weddings {
+ display: none
+ }
+
+ .can_queue_add_weddings .acl_control.queue_add_weddings,
+ .can_queue_add_weddings .queue_add_weddings {
+ display: inherit
+ }
+
+ .events_reorder {
+ display: none
+ }
+
+ .can_events_reorder .acl_control.events_reorder,
+ .can_events_reorder .events_reorder {
+ display: inherit
+ }
+
+ .queue_edit_world {
+ display: none
+ }
+
+ .can_queue_edit_world .acl_control.queue_edit_world,
+ .can_queue_edit_world .queue_edit_world {
+ display: inherit
+ }
+
+ .edit_community_posts {
+ display: none
+ }
+
+ .can_edit_community_posts .acl_control.edit_community_posts,
+ .can_edit_community_posts .edit_community_posts {
+ display: inherit
+ }
+
+ .queue_add_comedy {
+ display: none
+ }
+
+ .can_queue_add_comedy .acl_control.queue_add_comedy,
+ .can_queue_add_comedy .queue_add_comedy {
+ display: inherit
+ }
+
+ .general_admin {
+ display: none
+ }
+
+ .can_general_admin .acl_control.general_admin,
+ .can_general_admin .general_admin {
+ display: inherit
+ }
+
+ .queue_edit_comedy {
+ display: none
+ }
+
+ .can_queue_edit_comedy .acl_control.queue_edit_comedy,
+ .can_queue_edit_comedy .queue_edit_comedy {
+ display: inherit
+ }
+
+ .homepage_splashing {
+ display: none
+ }
+
+ .can_homepage_splashing .acl_control.homepage_splashing,
+ .can_homepage_splashing .homepage_splashing {
+ display: inherit
+ }
+
+ .queue_edit_ukpolitics {
+ display: none
+ }
+
+ .can_queue_edit_ukpolitics .acl_control.queue_edit_ukpolitics,
+ .can_queue_edit_ukpolitics .queue_edit_ukpolitics {
+ display: inherit
+ }
+
+ .queue_add_tech {
+ display: none
+ }
+
+ .can_queue_add_tech .acl_control.queue_add_tech,
+ .can_queue_add_tech .queue_add_tech {
+ display: inherit
+ }
+
+ .queue_edit_videos {
+ display: none
+ }
+
+ .can_queue_edit_videos .acl_control.queue_edit_videos,
+ .can_queue_edit_videos .queue_edit_videos {
+ display: inherit
+ }
+
+ .super_share {
+ display: none
+ }
+
+ .can_super_share .acl_control.super_share,
+ .can_super_share .super_share {
+ display: inherit
+ }
+
+ .queue_edit_uk {
+ display: none
+ }
+
+ .can_queue_edit_uk .acl_control.queue_edit_uk,
+ .can_queue_edit_uk .queue_edit_uk {
+ display: inherit
+ }
+
+ .queue_add_usnews {
+ display: none
+ }
+
+ .can_queue_add_usnews .acl_control.queue_add_usnews,
+ .can_queue_add_usnews .queue_add_usnews {
+ display: inherit
+ }
+
+ .team_france {
+ display: none
+ }
+
+ .can_team_france .acl_control.team_france,
+ .can_team_france .team_france {
+ display: inherit
+ }
+
+ .give_full_admin {
+ display: none
+ }
+
+ .can_give_full_admin .acl_control.give_full_admin,
+ .can_give_full_admin .give_full_admin {
+ display: inherit
+ }
+
+ .aunews_homepage_edit {
+ display: none
+ }
+
+ .can_aunews_homepage_edit .acl_control.aunews_homepage_edit,
+ .can_aunews_homepage_edit .aunews_homepage_edit {
+ display: inherit
+ }
+
+ .team_mexico {
+ display: none
+ }
+
+ .can_team_mexico .acl_control.team_mexico,
+ .can_team_mexico .team_mexico {
+ display: inherit
+ }
+
+ .duplicate_post {
+ display: none
+ }
+
+ .can_duplicate_post .acl_control.duplicate_post,
+ .can_duplicate_post .duplicate_post {
+ display: inherit
+ }
+
+ .logged_in {
+ display: none
+ }
+
+ .can_logged_in .acl_control.logged_in,
+ .can_logged_in .logged_in {
+ display: inherit
+ }
+
+ .queue_edit_espanol {
+ display: none
+ }
+
+ .can_queue_edit_espanol .acl_control.queue_edit_espanol,
+ .can_queue_edit_espanol .queue_edit_espanol {
+ display: inherit
+ }
+
+ .facebook_chatter {
+ display: none
+ }
+
+ .can_facebook_chatter .acl_control.facebook_chatter,
+ .can_facebook_chatter .facebook_chatter {
+ display: inherit
+ }
+
+ .translation_moderator {
+ display: none
+ }
+
+ .can_translation_moderator .acl_control.translation_moderator,
+ .can_translation_moderator .translation_moderator {
+ display: inherit
+ }
+
+ .queue_add_community {
+ display: none
+ }
+
+ .can_queue_add_community .acl_control.queue_add_community,
+ .can_queue_add_community .queue_add_community {
+ display: inherit
+ }
+
+ .new_preview {
+ display: none
+ }
+
+ .can_new_preview .acl_control.new_preview,
+ .can_new_preview .new_preview {
+ display: inherit
+ }
+
+ .breaking_homepage {
+ display: none
+ }
+
+ .can_breaking_homepage .acl_control.breaking_homepage,
+ .can_breaking_homepage .breaking_homepage {
+ display: inherit
+ }
+
+ .team_brasil {
+ display: none
+ }
+
+ .can_team_brasil .acl_control.team_brasil,
+ .can_team_brasil .team_brasil {
+ display: inherit
+ }
+ </style>
+ <script src="http://platform.twitter.com/widgets.js"></script>
+</head>
+<!--[if IE 9]>
+<body class="BuzzPage PermalinkPage TwoColumns list_format_article VerticalSection en UKNews ie9">
+<![endif]-->
+<!--[if !IE]><!-->
+
+<body class="bf_dom BuzzPage PermalinkPage TwoColumns list_format_article VerticalSection en UKNews">
+ <!--<![endif]-->
+ <!--[if gte IE 9]><!-->
+ <svg style="display:none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512">
+ <defs>
+ <g id="logo">
+ <path d="M78.992 103.787c0-9.275-6.625-16.785-18.772-16.785h-28.861v33.569h28.861c11.705 0 18.772-6.184 18.772-16.784zm-2.871-59.848c0-9.055-6.625-15.459-17.225-15.459h-27.537v30.918h27.537c10.6 0 17.225-5.963 17.225-15.459zm-76.121 104.237v-147.301h65.741c28.048 0 42.402 17.888 42.402 37.543 0 18.33-11.484 30.918-25.397 33.789 15.901 2.429 28.268 17.667 28.268 35.997 0 22.305-14.576 39.972-42.843 39.972h-68.171z"></path>
+ <path d="M226.649 148.176v-20.979l48.143-61.174h-48.143v-24.513h86.35v20.096l-49.028 62.058h49.911v24.512h-87.233"></path>
+ <path d="M321.066 148.176v-20.979l48.143-61.174h-48.143v-24.513h86.349v20.096l-49.027 62.058h49.91v24.512h-87.232"></path>
+ <path d="M424.783 148.176v-147.301h102.238v27.605h-70.878v30.918h53.333v27.604h-53.333v61.174h-31.36"></path>
+ <path d="M571.223 61.827c-17.447 0-24.956 12.147-26.06 22.747h52.561c-.884-10.159-7.951-22.747-26.501-22.747zm-55.211 32.906c0-30.918 22.967-55.873 55.211-55.873 32.022 0 53.443 23.85 53.443 58.523v6.625h-79.282c1.987 13.03 12.588 23.851 30.697 23.851 9.054 0 21.421-3.755 28.268-10.379l12.588 18.551c-10.601 9.717-27.385 14.796-43.948 14.796-32.463 0-56.977-21.864-56.977-56.094z"></path>
+ <path d="M685.4 61.827c-17.446 0-24.956 12.147-26.059 22.747h52.56c-.883-10.159-7.95-22.747-26.501-22.747zm-55.211 32.906c0-30.918 22.968-55.873 55.211-55.873 32.023 0 53.444 23.85 53.444 58.523v6.625h-79.282c1.988 13.03 12.587 23.851 30.697 23.851 9.054 0 21.421-3.755 28.267-10.379l12.588 18.551c-10.6 9.717-27.385 14.796-43.947 14.796-32.463 0-56.978-21.864-56.978-56.094z"></path>
+ <path d="M819.522 94.746c0-16.557-9.965-30.36-29.553-30.36h-17.51v60.874h17.352c18.793 0 29.711-14.613 29.711-30.514zm-73.719 53.639v-107.124h43.046c33.726 0 57.968 20.243 57.968 53.485 0 33.24-24.242 53.639-57.81 53.639h-43.204z"></path>
+ <path d="M116.619 105.525v-64.015h28.216v63.05c0 12.736 7.741 21.927 22.741 21.927 14.831 0 22.571-9.191 22.571-21.927v-63.05h28.059v63.858c0 26.764-16.124 45.632-50.63 45.632-34.512 0-50.957-19.031-50.957-45.475"></path>
+ </g>
+ <g id="facebook">
+ <path d="M483.743,0H28.259C12.649,0,0,12.649,0,28.259v455.484C0,499.348,12.649,512,28.259,512 h245.218V313.728h-66.724v-77.271h66.724v-56.985c0-66.13,40.39-102.14,99.384-102.14c28.257,0,52.545,2.104,59.621,3.044v69.111 l-40.913,0.019c-32.086,0-38.298,15.246-38.298,37.618v49.334h76.519l-9.964,77.271h-66.555V512h130.473 C499.348,512,512,499.348,512,483.743V28.259C512,12.649,499.348,0,483.743,0z">
+ </path>
+ </g>
+ <g id="facebook-f">
+ <path d="M369 170.013h-76.972v-50.645c0-19.03 12.563-23.458 21.413-23.458h54.32V12.285L292.952 12c-83.037 0-101.934 62.363-101.934 102.276v55.736H143v86.17h48.02v243.817h101.01V256.18h68.16l8.81-86.167z"></path>
+ </g>
+ <g id="google-plus">
+ <path d="M278.43 50h-127.69c-57.245 0-111.12 43.401-111.12 93.675 0 51.375 39.022 92.837 97.261 92.837 4.05 0 7.985-.081 11.839-.359-3.779 7.242-6.482 15.398-6.482 23.865 0 14.278 7.675 25.853 17.379 35.302-7.332 0-14.412.214-22.137.214-70.904-.001-125.479 45.191-125.479 92.052 0 46.154 59.829 75.024 130.737 75.024 80.836 0 125.482-45.899 125.482-92.056 0-37.008-10.911-59.171-44.647-83.045-11.54-8.176-33.612-28.059-33.612-39.747 0-13.697 3.906-20.444 24.509-36.553 21.117-16.512 36.062-39.727 36.062-66.727 0-32.146-14.306-63.475-41.162-73.812h40.486l28.575-20.671zm-44.6 312.591c1.013 4.279 1.565 8.683 1.565 13.176 0 37.294-24.015 66.438-92.917 66.438-49.011 0-84.407-31.048-84.407-68.341 0-36.551 43.904-66.978 92.913-66.448 11.438.121 22.097 1.963 31.772 5.098 26.605 18.516 45.691 28.978 51.074 50.077zm-78.472-139.105c-32.901-.984-64.162-36.829-69.841-80.053-5.679-43.239 16.379-76.325 49.271-75.346 32.888.989 64.163 35.679 69.844 78.908 5.674 43.236-16.389 77.477-49.274 76.492zm253.141-81.921v-91.566h-30.5v91.566h-91.5v30.522h91.5v91.566h30.5v-91.566h91.5v-30.522h-91.5z">
+ </path>
+ </g>
+ <g id="tweet">
+ <path d="M500 103.716c-17.954 8.07-37.251 13.524-57.501 15.974 20.667-12.555 36.544-32.435 44.02-56.126-19.347 11.628-40.772 20.068-63.579 24.618-18.261-19.717-44.281-32.035-73.078-32.035-55.29 0-100.121 45.42-100.121 101.445 0 7.951.886 15.695 2.594 23.119-83.209-4.23-156.982-44.619-206.361-105.996-8.618 14.983-13.557 32.411-13.557 51.003 0 35.197 17.675 66.248 44.54 84.44-16.411-.527-31.849-5.091-45.347-12.688-.01.423-.01.846-.01 1.276 0 49.151 34.511 90.153 80.313 99.474-8.401 2.319-17.246 3.56-26.376 3.56-6.451 0-12.725-.638-18.837-1.822 12.739 40.302 49.713 69.635 93.525 70.451-34.265 27.211-77.433 43.43-124.342 43.43-8.081 0-16.05-.482-23.883-1.419 44.308 28.784 96.934 45.581 153.474 45.581 184.154 0 284.86-154.584 284.86-288.644 0-4.398-.1-8.772-.293-13.123 19.564-14.305 36.537-32.171 49.959-52.516">
+ </path>
+ </g>
+ <g id="pinterest">
+ <path d="M255.459 11.311c-134.45 0-243.459 108.998-243.459 243.455 0 99.689 59.946 185.328 145.726 222.982-.685-17-.122-37.407 4.238-55.904 4.679-19.765 31.326-132.658 31.326-132.658s-7.78-15.543-7.78-38.52c0-36.077 20.913-63.021 46.953-63.021 22.145 0 32.843 16.633 32.843 36.549 0 22.262-14.198 55.559-21.5 86.399-6.099 25.825 12.949 46.889 38.426 46.889 46.126 0 77.193-59.243 77.193-129.437 0-53.357-35.938-93.295-101.302-93.295-73.849 0-119.856 55.073-119.856 116.589 0 21.209 6.253 36.169 16.049 47.749 4.504 5.32 5.13 7.462 3.499 13.57-1.168 4.479-3.849 15.263-4.96 19.538-1.622 6.165-6.617 8.369-12.189 6.092-34.014-13.886-49.858-51.135-49.858-93.009 0-69.156 58.326-152.082 173.996-152.082 92.949 0 154.125 67.261 154.125 139.462 0 95.502-53.094 166.852-131.359 166.852-26.285 0-51.009-14.209-59.477-30.345 0 0-14.134 56.092-17.128 66.923-5.16 18.771-15.265 37.53-24.503 52.152 21.896 6.465 45.026 9.984 68.998 9.984 134.44 0 243.443-109 243.443-243.459 0-134.457-109.003-243.455-243.443-243.455">
+ </path>
+ </g>
+ <g id="youtube">
+ <path d="M506.887,153.482c0,0-5.002-35.282-20.354-50.819c-19.469-20.393-41.293-20.494-51.301-21.688 c-71.646-5.179-179.122-5.179-179.122-5.179h-0.222c0,0-107.472,0-179.121,5.179c-10.009,1.194-31.824,1.294-51.301,21.688 C10.116,118.2,5.121,153.482,5.121,153.482S0,194.915,0,236.348v38.844c0,41.433,5.121,82.865,5.121,82.865 s4.995,35.282,20.346,50.819c19.477,20.393,45.061,19.748,56.456,21.886C122.883,434.688,256,435.904,256,435.904 s107.585-0.162,179.232-5.341c10.008-1.194,31.832-1.295,51.301-21.688c15.352-15.537,20.354-50.819,20.354-50.819 S512,316.624,512,275.191v-38.844C512,194.915,506.887,153.482,506.887,153.482z M203.418,322.262l-0.023-143.858l138.345,72.18 L203.418,322.262z">
+ <path d="M506.887,153.482c0,0-5.002-35.282-20.354-50.819 c-19.469-20.393-41.293-20.494-51.301-21.688c-71.646-5.179-179.122-5.179-179.122-5.179h-0.222c0,0-107.472,0-179.121,5.179 c-10.009,1.194-31.824,1.294-51.301,21.688C10.116,118.2,5.121,153.482,5.121,153.482S0,194.915,0,236.348v38.844 c0,41.433,5.121,82.865,5.121,82.865s4.995,35.282,20.346,50.819c19.477,20.393,45.061,19.748,56.456,21.886 C122.883,434.688,256,435.904,256,435.904s107.585-0.162,179.232-5.341c10.008-1.194,31.832-1.295,51.301-21.688 c15.352-15.537,20.354-50.819,20.354-50.819S512,316.624,512,275.191v-38.844C512,194.915,506.887,153.482,506.887,153.482z M203.418,322.262l-0.023-143.858l138.345,72.18L203.418,322.262z">
+ </path>
+ </path>
+ </g>
+ <g id="tumblr">
+ <path d="M378.819,408.955c-9.521,4.533-27.732,8.492-41.311,8.844 c-40.984,1.102-48.926-28.785-49.276-50.48V207.941h102.812v-77.51H288.608V0c0,0-73.777,0-75.004,0s-3.382,1.09-3.683,3.833 c-4.384,39.92-23.073,109.977-100.732,137.972v66.136h51.807v167.293c0,57.27,42.262,138.637,153.792,136.732
+ c37.626-0.65,79.413-16.408,88.657-29.986L378.819,408.955z">
+ </path>
+ </g>
+ <g id="social-icon--email">
+ <path d="M453.433 182.363c-42.482 29.453-85.236 58.91-127.447 88.635-17.7 12.275-47.655 37.365-69.714 37.365h-.542c-22.06 0-52.016-25.09-69.716-37.365-42.21-29.725-84.965-59.182-127.176-88.635C39.503 169.273 12 138.455 12 113.636 12 86.91 26.433 64 55.57 64h400.857C480.117 64 500 83.636 500 107.636c0 30.548-22.602 58.092-46.567 74.727zm46.567 222C500 428.365 480.394 448 456.428 448H55.57C31.607 448 12 428.365 12 404.363V187.82c8.168 8.998 17.43 16.906 27.503 23.725 45.206 30.818 90.955 61.637 135.345 94.092 22.876 16.91 51.196 37.637 80.88 37.637h.542c29.685 0 58.005-20.727 80.882-37.637 44.39-32.182 90.138-63.273 135.615-94.092 9.804-6.818 19.063-14.727 27.232-23.726v216.543z"></path>
+ </g>
+ <g id="icon-caret-right">
+ <path d="M374 243.082l-211.818-211.542c-2.727-2.724-6.818-4.54-10.455-4.54-3.636 0-7.727 1.816-10.455 4.54l-22.727 22.698c-2.727 2.724-4.545 6.809-4.545 10.441 0 3.632 1.818 7.717 4.545 10.441l178.637 178.404-178.637 178.404c-2.727 2.724-4.545 6.809-4.545 10.441 0 4.086 1.818 7.717 4.545 10.441l22.727 22.698c2.727 2.724 6.818 4.54 10.455 4.54 3.636 0 7.727-1.816 10.455-4.54l211.818-211.542c2.727-2.724 4.545-6.809 4.545-10.441 0-3.632-1.818-7.717-4.545-10.441z"></path>
+ </g>
+ <g id="icon-caret-down">
+ <path d="M266.918 384L478.46 172.182c2.724-2.727 4.54-6.818 4.54-10.455 0-3.636-1.816-7.727-4.54-10.455l-22.698-22.727c-2.724-2.727-6.81-4.545-10.44-4.545-3.633 0-7.718 1.818-10.442 4.545L256.476 307.182 78.072 128.545c-2.724-2.727-6.81-4.545-10.44-4.545-4.087 0-7.718 1.818-10.442 4.545l-22.698 22.727c-2.724 2.727-4.54 6.818-4.54 10.455 0 3.636 1.816 7.727 4.54 10.455L246.034 384c2.724 2.727 6.81 4.545 10.44 4.545 3.633 0 7.718-1.818 10.442-4.545h.002z"></path>
+ </g>
+ <g id="icon-search">
+ <path d="M476.41,423.501471 L376.136765,323.228235 C400.303529,288.343412 412.392294,249.457706 412.392294,206.581882 C412.392294,178.712059 406.981235,152.058647 396.162706,126.625235 C385.347765,101.188235 370.729294,79.2641176 352.310882,60.8457059 C333.892471,42.4272941 311.971941,27.8088235 286.538529,16.9938824 C261.097941,6.17535294 234.444529,0.767882353 206.574706,0.767882353 C178.704882,0.767882353 152.051471,6.17535294 126.618059,16.9938824 C101.181059,27.8088235 79.2569412,42.4272941 60.8385294,60.8457059 C42.4201176,79.2641176 27.8016471,101.191824 16.9867059,126.625235 C6.16817647,152.062235 0.760705882,178.712059 0.760705882,206.581882 C0.760705882,234.451706 6.16817647,261.097941 16.9867059,286.538529 C27.8016471,311.971941 42.4201176,333.892471 60.8385294,352.310882 C79.2569412,370.732882 101.184647,385.347765 126.618059,396.166294 C152.055059,406.984824 178.704882,412.392294 206.574706,412.392294 C249.457706,412.392294 288.339824,400.303529 323.224647,376.136765 L423.497882,476.115765 C430.512882,483.521882 439.275353,487.224941 449.806824,487.224941 C459.94,487.224941 468.716824,483.521882 476.115765,476.115765 C483.521882,468.713235 487.224941,459.94 487.224941,449.806824 C487.228529,439.483471 483.625941,430.710235 476.41,423.501471 L476.41,423.501471 Z M299.104529,299.104529 C273.473765,324.735294 242.632882,337.548882 206.574706,337.548882 C170.520118,337.548882 139.679235,324.731706 114.048471,299.104529 C88.4177059,273.473765 75.6041176,242.636471 75.6041176,206.578294 C75.6041176,170.523706 88.4212941,139.679235 114.048471,114.052059 C139.675647,88.4212941 170.520118,75.6077059 206.574706,75.6077059 C242.629294,75.6077059 273.470176,88.4248824 299.104529,114.052059 C324.735294,139.679235 337.552471,170.523706 337.552471,206.578294 C337.552471,242.636471 324.731706,273.473765 299.104529,299.104529 L299.104529,299.104529 Z" id="Shape" sketch:type="MSShapeGroup"></path>
+ </g>
+ <g id="news-bubble">
+ <path class="news-bubble__bubble" fill="#fff" d="M255.085 474.777c133.477 0 242.086-108.828 242.086-242.526 0-97.492-57.66-181.712-140.585-220.25H153.58C70.66 50.533 13 134.73 13 232.142c0 61.84 23.658 121.262 65.693 166.048L50.353 500H166.49l39.3-30.285c16.286 3.302 32.79 5.062 49.297 5.062z"></path>
+ <path class="news-bubble__bubble" fill="#ED3424" d="M256 42.3c-104.8 0-189.8 85.2-189.8 190.2 0 56.4 24.5 107 63.3 141.8L94.6 500l109.7-84.6c16.4 4.6 33.8 7.198 51.7 7.198 104.8 0 189.8-85.1 189.8-190.2C445.8 127.4 360.8 42.3 256 42.3z"></path>
+ <path class="news-bubble__bubble" fill="#fff" d="M193.3 211.9c13.4 9.9 27 19.9 40.5 29.9 5.6 4.1 15.2 12.6 22.2 12.6h.2c7 0 16.6-8.5 22.2-12.6 13.4-10 27-20 40.6-29.9 7.6-5.6 14.8-14.9 14.8-25.2 0-8.1-6.3-14.7-13.897-14.7H192.2c-9.3 0-13.9 7.7-13.9 16.8.1 8.3 8.8 18.7 15 23.1zM325 221.8c-14.5 10.4-29 20.9-43.2 31.8-7.3 5.7-16.3 12.7-25.7 12.7h-.2c-9.4 0-18.5-7-25.7-12.7-14.1-11-28.7-21.4-43.1-31.8-3.2-2.3-6.2-5-8.8-8v73.1c0 8.1 6.2 14.7 13.9 14.7h127.6c7.602 0 13.9-6.602 13.9-14.7v-73.1c-2.7 3-5.6 5.7-8.7 8z"></path>
+ </g>
+ <g id="icon-wrong-x">
+ <path d="M377.046875,327.516335 C377.046875,332.917377 374.822917,338.318419 371.010417,342.130919 L342.416667,370.724669 C338.604167,374.537169 333.203125,376.761127 327.802083,376.761127 C322.401042,376.761127 317.317708,374.537169 313.505208,370.724669 L256,313.21946 L198.494792,370.724669 C194.682292,374.537169 189.598958,376.761127 184.197917,376.761127 C178.796875,376.761127 173.395833,374.537169 169.583333,370.724669 L140.989583,342.130919 C137.177083,338.318419 134.953125,332.917377 134.953125,327.516335 C134.953125,322.115294 137.177083,317.03196 140.989583,313.21946 L198.494792,255.714252 L140.989583,198.209044 C137.177083,194.396544 134.953125,189.31321 134.953125,183.912169 C134.953125,178.511127 137.177083,173.110085 140.989583,169.297585 L169.583333,140.703835 C173.395833,136.891335 178.796875,134.667377 184.197917,134.667377 C189.598958,134.667377 194.682292,136.891335 198.494792,140.703835 L256,198.209044 L313.505208,140.703835 C317.317708,136.891335 322.401042,134.667377 327.802083,134.667377 C333.203125,134.667377 338.604167,136.891335 342.416667,140.703835 L371.010417,169.297585 C374.822917,173.110085 377.046875,178.511127 377.046875,183.912169 C377.046875,189.31321 374.822917,194.396544 371.010417,198.209044 L313.505208,255.714252 L371.010417,313.21946 C374.822917,317.03196 377.046875,322.115294 377.046875,327.516335 L377.046875,327.516335 Z M500,255.714252 C500,121.005919 390.708333,11.714252 256,11.714252 C121.291667,11.714252 12,121.005919 12,255.714252 C12,390.422585 121.291667,499.714252 256,499.714252 C390.708333,499.714252 500,390.422585 500,255.714252 L500,255.714252 Z" id="-2" sketch:type="MSShapeGroup"></path>
+ </g>
+ <g id="icon-correct-tick">
+ <path d="M422.580374,205.888376 C422.580374,211.289418 420.674124,216.372751 416.861624,220.185251 L244.345999,392.700876 C240.533499,396.513376 235.132457,398.737334 229.731416,398.737334 C224.648082,398.737334 219.247041,396.513376 215.434541,392.700876 L100.424124,277.690459 C96.611624,273.877959 94.705374,268.794626 94.705374,263.393584 C94.705374,257.992543 96.611624,252.591501 100.424124,248.779001 L129.335582,220.185251 C133.148082,216.372751 138.231416,214.148793 143.632457,214.148793 C149.033499,214.148793 154.116832,216.372751 157.929332,220.185251 L229.731416,291.987334 L359.356416,162.680043 C363.168916,158.867543 368.252249,156.643584 373.653291,156.643584 C379.054332,156.643584 384.137666,158.867543 387.950166,162.680043 L416.861624,191.273793 C420.674124,195.086293 422.580374,200.487334 422.580374,205.888376 L422.580374,205.888376 Z M502.642874,257.357126 C502.642874,122.648793 393.351207,13.357126 258.642874,13.357126 C123.934541,13.357126 14.642874,122.648793 14.642874,257.357126 C14.642874,392.065459 123.934541,501.357126 258.642874,501.357126 C393.351207,501.357126 502.642874,392.065459 502.642874,257.357126 L502.642874,257.357126 Z" id="-2" sketch:type="MSShapeGroup"></path>
+ </g>
+ <g id="icon-rss">
+ <path d="M12 433.074c0 36.96 29.963 66.926 66.926 66.926 36.962 0 66.926-29.966 66.926-66.926 0-36.959-29.964-66.926-66.926-66.926-36.963 0-66.926 29.967-66.926 66.926zM12 176.525v94.812c126.286 0 228.663 102.377 228.663 228.663h94.812c0-178.653-144.825-323.475-323.475-323.475zM12 12v97.6c215.613 0 390.4 174.787 390.4 390.4h97.6c0-269.512-218.489-488-488-488z"></path>
+ </g>
+ <g id="icon-envelop">
+ <path d="M256 357.455l-96.557-98.699-134.186 159.699h461.496l-134.195-159.699-96.558 98.699zm229.802-263.91h-459.603l229.801 234.878 229.802-234.878zm-118.967 150.626l133.165 158.499v-294.609l-133.165 136.11zm-354.835-136.11v294.609l133.165-158.499-133.165-136.11z"></path>
+ </g>
+ <g id="podcast">
+ <path d="M198.288 227.356c0-31.86 25.837-57.698 57.717-57.698 31.87 0 57.718 25.837 57.718 57.698 0 31.89-25.847 57.736-57.718 57.736-31.88 0-57.717-25.847-57.717-57.736zm57.716 72.166c-57.717 0-72.145 57.698-50.497 115.414C227.147 472.643 186.633 508 256.004 508c69.38 0 28.86-35.357 50.508-93.065 21.63-57.715 7.21-115.413-50.508-115.413zM256.014 4C132.834 4 32.622 104.183 32.622 227.338c0 69.053 31.185 133.14 85.543 175.825 8.206 6.433 20.06 5.01 26.495-3.194 6.433-8.197 5.01-20.062-3.185-26.504C96.29 337.99 70.37 284.736 70.37 227.34 70.37 125 153.65 41.75 256.013 41.75c102.345 0 185.618 83.252 185.618 185.59 0 57.642-26.112 111.052-71.636 146.536-8.223 6.398-9.69 18.263-3.283 26.476 3.722 4.782 9.28 7.282 14.894 7.282 4.06 0 8.15-1.305 11.59-3.987 54.77-42.695 86.18-106.956 86.18-176.31C479.378 104.184 379.178 4 256.015 4zM416.25 227.356C416.25 139 344.37 67.13 256.004 67.13c-88.364 0-160.254 71.872-160.254 160.226 0 43.498 17.14 84.212 48.252 114.623 7.467 7.282 19.413 7.145 26.695-.302 7.283-7.467 7.146-19.404-.3-26.696-23.803-23.245-36.9-54.376-36.9-87.625 0-67.536 54.962-122.478 122.507-122.478 67.548 0 122.5 54.94 122.5 122.477 0 33.586-13.336 64.927-37.54 88.237-7.5 7.238-7.72 19.184-.492 26.696 3.706 3.84 8.644 5.776 13.6 5.776 4.71 0 9.427-1.762 13.086-5.284 31.652-30.494 49.092-71.49 49.092-115.426z"></path>
+ </g>
+ <g id="icon-user-avatar">
+ <path d="M357.441761,250.236204 C348.700994,250.236204 311.764205,291.963569 256.5,291.963569 C201.235795,291.963569 164.299006,250.236204 155.558239,250.236204 C72.943892,250.236204 58,354.404518 58,422.249011 C58,470.880904 88.4517045,500 133.283381,500 L379.716619,500 C424.548295,500 455,470.880904 455,422.249011 C455,354.404518 440.056108,250.236204 357.441761,250.236204 Z M364.772727,127.275598 C364.772727,63.6338617 316.275568,12 256.5,12 C196.724432,12 148.227273,63.6338617 148.227273,127.275598 C148.227273,190.917335 196.724432,242.551196 256.5,242.551196 C316.275568,242.551196 364.772727,190.917335 364.772727,127.275598 L364.772727,127.275598 Z"></path>
+ </g>
+ <g id="plus">
+ <path d="M500 222.727c0-18.369-14.903-33.273-33.273-33.273h-144.182v-144.182c0-18.369-14.903-33.273-33.273-33.273h-66.545c-18.369 0-33.273 14.903-33.273 33.273v144.182h-144.182c-18.369 0-33.273 14.903-33.273 33.273v66.545c0 18.369 14.903 33.273 33.273 33.273h144.182v144.182c0 18.369 14.903 33.273 33.273 33.273h66.545c18.369 0 33.273-14.903 33.273-33.273v-144.182h144.182c18.369 0 33.273-14.903 33.273-33.273v-66.545z"></path>
+ </g>
+ <g id="minus">
+ <path d="M500 222.321c0-18.396-14.903-33.321-33.273-33.321h-421.455c-18.369 0-33.273 14.925-33.273 33.321v66.643c0 18.396 14.903 33.321 33.273 33.321h421.455c18.369 0 33.273-14.925 33.273-33.321v-66.643z"></path>
+ </g>
+ <g id="pencil">
+ <path d="M127.328 456.277h-33.995v-40.723h-40.667v-34.042l28.911-28.952 74.662 74.766-28.911 28.952zm166.162-295.245c0 1.909-.635 3.818-2.224 5.409l-172.198 172.438c-1.589 1.591-3.495 2.227-5.401 2.227-4.13 0-6.99-2.863-6.99-6.999 0-1.909.635-3.818 2.224-5.409l172.198-172.438c1.589-1.591 3.495-2.227 5.401-2.227 4.13 0 6.99 2.863 6.99 6.999zm-17.156-61.085l-264.334 264.702v132.351h132.167l264.334-264.702-132.167-132.351zm216.995 30.543c0-10.817-4.448-21.316-11.755-28.952l-74.662-74.448c-7.625-7.636-18.109-12.09-28.911-12.09s-21.286 4.454-28.594 12.09l-52.74 52.495 132.167 132.351 52.74-52.813c7.307-7.317 11.755-17.817 11.755-28.634z"></path>
+ </g>
+ <g id="trash">
+ <path d="M194.909 205.167c0-5.719-4.455-10.167-10.182-10.167h-20.364c-5.727 0-10.182 4.448-10.182 10.167v183c0 5.719 4.455 10.167 10.182 10.167h20.364c5.727 0 10.182-4.448 10.182-10.167v-183zm81.455 0c0-5.719-4.455-10.167-10.182-10.167h-20.364c-5.727 0-10.182 4.448-10.182 10.167v183c0 5.719 4.455 10.167 10.182 10.167h20.364c5.727 0 10.182-4.448 10.182-10.167v-183zm81.455 0c0-5.719-4.455-10.167-10.182-10.167h-20.364c-5.727 0-10.182 4.448-10.182 10.167v183c0 5.719 4.455 10.167 10.182 10.167h20.364c5.727 0 10.182-4.448 10.182-10.167v-183zm40.727 230.021c0 15.25-8.591 24.146-10.182 24.146h-264.727c-1.591 0-10.182-8.896-10.182-24.146v-301.188h285.091v301.188zm-213.818-341.854l15.591-37.172c.955-1.271 3.5-3.177 5.409-3.495h100.864c1.591.318 4.455 2.224 5.409 3.495l15.273 37.172h-142.545zm295.273 10.167c0-5.719-4.455-10.167-10.182-10.167h-98.318l-22.273-53.057c-6.364-15.568-25.455-28.276-42.318-28.276h-101.818c-16.864 0-35.955 12.708-42.318 28.276l-22.273 53.057h-98.318c-5.727 0-10.182 4.448-10.182 10.167v20.333c0 5.719 4.455 10.167 10.182 10.167h30.545v302.458c0 34.948 22.909 63.542 50.909 63.542h264.727c28 0 50.909-29.865 50.909-64.813v-301.188h30.545c5.727 0 10.182-4.448 10.182-10.167v-20.333z" sketch:type="MSShapeGroup"></path>
+ </g>
+ <g id="badge__cute">
+ <path class="badge__text" d="M70.024 366.258l-.196-.342c-14.975-26.16-7.252-59.867 21.986-76.604 18.98-10.864 36.33-9.9 51.342-1.92l-12.662 29.04c-7.97-3.61-14.983-4.362-22.85.14-10.43 5.97-12.84 19.61-6.38 30.894l.197.342c6.853 11.97 19.564 16.725 30.508 10.46 7.695-4.403 10.598-10.833 12.302-19.753l30.72 3.3c-1.308 17.547-8.725 33.143-29.073 44.79-27.87 15.955-60.918 5.814-75.894-20.35m108.297-43.6l-34.647-60.53 32.488-18.595 28.68 50.1c5.773 10.09 14.207 12.526 22.072 8.024 7.695-4.406 10.377-13.205 4.603-23.293l-28.677-50.1 32.488-18.594 52.95 92.505-32.487 18.597-7.244-12.652c-1.58 11.12-6.116 23.024-19.283 30.56-19.663 11.257-38.9 5.014-50.938-16.018m116.588-62.425l-21.533-37.618-10.943 6.265-14.976-26.164 10.947-6.264-13.41-23.426 32.488-18.596 13.41 23.427 21.544-12.333 14.973 26.16-21.544 12.334 17.91 31.29c3.72 6.5 8.192 7.57 14.177 4.146 4.274-2.447 7.694-5.994 10.55-10.125l14.584 25.475c-3.954 6.577-10.474 13.032-19.537 18.22-19.492 11.158-36.014 9.263-48.64-12.794 M405.197 163.734c-7.07-9.574-16.774-12.646-25.666-7.556-8.547 4.894-10.543 14.89-6.48 25.957l32.147-18.4zm-58.324 44.056l-.196-.342c-15.465-27.017-8.378-59.45 18.98-75.11 31.976-18.304 60.09-3.295 75.653 23.892 1.174 2.052 2.545 4.445 3.647 6.766l-61.9 35.432c8.34 8.62 18.63 9.542 28.718 3.766 7.694-4.404 12.185-10.834 15.135-21.15l26.47 4.6c-2.432 16.374-10.95 31.24-29.417 41.81-29.068 16.638-60.648 9.062-77.09-19.664z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__lol">
+ <path class="badge__text" d="M147.455 353.512l-49.683-86.117L57.5 290.662h-.003l69.557 120.566 96.895-55.984-19.87-34.447zM323.048 217.15c-20.172-34.966-64.468-46.116-101.644-24.636-37.175 21.48-49.82 65.99-29.65 100.955l.2.345c20.174 34.963 64.47 46.113 101.644 24.634 37.176-21.48 49.82-65.99 29.65-100.953l-.2-.347zm-49.674 65.446c-15.492 8.95-32.755 1.7-41-12.596l-.2-.346c-8.147-14.122-5.864-32.437 9.453-41.286 15.492-8.95 32.755-1.7 41 12.595l.2.345c8.15 14.124 5.864 32.438-9.453 41.288zM446.062 180.982l-56.623 32.716-49.684-86.12-40.274 23.27h-.002l69.557 120.566 96.898-55.985z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__wtf">
+ <path class="badge__text" d="M66.68 320.108l35.878-20.537 43.728 44.63-14.243-62.017 30.284-17.336 46.678 43.965-16.172-60.915 35.3-20.205 27.962 123.568-31.635 18.108-48-44.487 13.665 64.142-31.442 17.997-92.004-86.912M287.834 289.044l-24.292-42.437-12.346 7.067-16.892-29.514 12.346-7.067-15.128-26.426 36.65-20.98 15.128 26.43 24.304-13.915 16.892 29.514-24.304 13.912 20.205 35.3c4.196 7.33 9.242 8.54 15.994 4.676 4.823-2.762 8.68-6.762 11.903-11.423l16.452 28.743c-4.462 7.42-11.817 14.7-22.04 20.554-21.99 12.587-40.627 10.45-54.87-14.432M346.762 198.714l-12.153 6.956-16.453-28.74 12.153-6.956-1.325-2.316c-6.845-11.96-9.225-22.38-6.585-32.084 2.722-10.01 9.664-17.567 22.008-24.634 11.19-6.404 18.795-9.222 25.576-10.798l14.795 25.848c-5.018 1.08-9.703 2.736-14.91 5.717-6.752 3.865-8.65 9.048-4.787 15.8l1.436 2.507 23.917-13.692 16.122 28.162-23.343 13.36 42.952 75.037-36.46 20.87-42.95-75.038"></path>
+ </g>
+ <g id="badge__geeky">
+ <path class="badge__text" d="M116.894 333.782l-.146-.255c-4.379-7.65-13.454-9.903-21.614-5.232-8.287 4.743-10.868 13.837-6.489 21.487l.146.255c4.379 7.65 13.454 9.903 21.742 5.158 8.159-4.671 10.74-13.765 6.362-21.413zm-20.859 79.477l-1.418-20.516c9.73-.153 18.511-1.963 27.818-7.291 12.112-6.932 14.674-16.355 8.398-27.319l-1.533-2.679c-1.634 8.384-5.308 16.75-15.38 22.515-16.957 9.705-37.604 5.275-48.916-14.487l-.146-.255c-11.384-19.888-4.494-40.083 11.443-49.205 10.327-5.911 18.855-5.207 27.22-2.717l-4.671-8.16 24.224-13.865 29.994 52.4c7.225 12.621 9.456 23.024 6.839 32.647-2.671 9.823-10.39 18.811-24.797 27.058-13.387 7.663-26.212 11.281-39.075 11.873z M191.585 288.32c-5.272-7.139-12.506-9.428-19.137-5.634-6.374 3.65-7.864 11.102-4.833 19.355l23.97-13.721zm-43.488 32.849l-.146-.255c-11.531-20.143-6.246-44.327 14.152-56.004 23.842-13.647 44.804-2.456 56.407 17.815.877 1.529 1.898 3.315 2.718 5.045l-46.152 26.419c6.218 6.427 13.89 7.114 21.412 2.808 5.738-3.284 9.087-8.079 11.285-15.77l19.737 3.429c-1.814 12.21-8.164 23.293-21.933 31.175-21.674 12.406-45.22 6.757-57.48-14.662z M266.167 245.629c-5.27-7.139-12.506-9.43-19.135-5.634-6.376 3.648-7.864 11.102-4.833 19.355l23.968-13.721zm-43.487 32.849l-.146-.255c-11.531-20.145-6.246-44.328 14.152-56.004 23.842-13.647 44.804-2.458 56.407 17.814.875 1.531 1.898 3.315 2.718 5.046l-46.152 26.417c6.218 6.427 13.89 7.115 21.412 2.808 5.738-3.284 9.087-8.079 11.285-15.769l19.737 3.429c-1.814 12.209-8.164 23.292-21.933 31.175-21.674 12.406-45.22 6.756-57.48-14.662z M263.802 176.737l24.223-13.866 27.002 47.173 5.533-33.805 27.412-15.689-8.133 41.386 48.252 27.223-26.647 15.251-27.325-15.503-2.088 10.843 9.269 16.192-24.225 13.866-53.273-93.071 M403.567 239.934l-2.185-21.262c5.139.105 10.022-.828 12.699-2.36 2.422-1.386 3.715-2.972 4.003-6.016l-65.78-52.227 25.371-14.523 37.561 33.682-10.787-49.007 24.861-14.231 13.289 81.766c3.203 19.493.351 29.591-13.419 37.472-8.543 4.889-17.196 6.627-25.614 6.706" fill="#1A1918"></path>
+ </g>
+ <g id="badge__omg">
+ <path class="badge__text" d="M134.132 328.064l-.185-.323c-4.997-8.73-15.443-11.98-23.526-7.354-8.245 4.719-10.247 15.095-5.435 23.501l.185.324c4.997 8.73 15.443 11.98 23.526 7.352 8.245-4.719 10.247-15.094 5.435-23.501zm-64.019 36.646l-.185-.324c-14.251-24.897-5.773-58.081 23.327-74.737 28.938-16.564 61.499-7.301 75.749 17.596l.186.323c14.251 24.897 5.773 58.081-23.327 74.738-28.938 16.564-61.499 7.301-75.75-17.596z M152.172 258.714l36.697-21.007 6.756 11.802c1.494-10.514 6.592-22.231 18.717-29.172 11.963-6.847 24.139-6.949 34.356-.348 2.624-12.664 7.999-23.896 21.58-31.67 18.914-10.827 37.587-5.203 48.969 14.681l33.313 58.199-36.697 21.007-26.743-46.721c-4.257-7.436-11.029-9.141-16.364-6.088-5.334 3.054-7.778 10.034-3.521 17.47l26.744 46.721-36.699 21.005-26.743-46.721c-4.257-7.436-11.029-9.141-16.364-6.087-5.334 3.053-7.778 10.033-3.521 17.469l26.743 46.721-36.697 21.007-50.526-88.269 M397.178 170.413l-.186-.324c-4.35-7.598-13.685-10.41-22.577-5.321-9.053 5.182-11.102 14.727-6.66 22.486l.184.323c4.35 7.598 13.594 10.249 22.485 5.16 9.054-5.182 11.195-14.565 6.754-22.324zm-27.513 101.172l-1.36-28.626c12.822-.471 24.534-2.882 36.659-9.823 13.741-7.865 16.944-19.143 9.912-31.43l-1.479-2.586c-1.774 8.527-6.317 19.713-18.604 26.746-22.795 13.047-48.538 6.32-62.512-18.091l-.184-.324c-14.158-24.734-6.692-50.686 13.678-62.346 12.932-7.403 23.307-6.902 33.568-3.976l-5.366-9.377 36.697-21.006 37.755 65.96c9.346 16.327 12.337 29.426 8.88 42.136-3.387 12.456-12.644 24.407-32.367 35.698-19.561 11.197-36.979 16.015-55.277 17.045z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__trashy">
+ <path class="badge__text" d="M86.781 377.745l-15.555-27.174-7.905 4.525-10.818-18.898 7.905-4.526-9.686-16.922 23.469-13.433 9.686 16.922 15.564-8.908 10.818 18.898-15.564 8.908 12.939 22.605c2.687 4.693 5.918 5.468 10.241 2.993 3.088-1.767 5.557-4.329 7.621-7.314l10.535 18.405c-2.856 4.752-7.566 9.415-14.113 13.162-14.081 8.061-26.016 6.692-35.137-9.241 M107.099 304.946l23.469-13.435 7.707 13.464c-1.403-11.332 1.379-20.796 12.779-26.666l14.14 24.705-1.976 1.13c-12.228 7-15.115 18.001-6.277 33.441l11.878 20.752-23.468 13.433-38.251-66.824 M220.427 296.653l-1.768-3.088c-2.913.355-6.672 1.524-10.13 3.504-6.794 3.888-8.838 9.486-6.01 14.426l.141.248c2.617 4.571 7.631 5.307 12.448 2.551 6.794-3.888 9.137-10.97 5.319-17.64zm-39.593 29.388l-.141-.248c-7.92-13.834-1.521-27.008 14.166-35.989 6.177-3.535 12.937-5.764 17.543-6.597l-.635-1.112c-3.961-6.916-10.545-8.396-19.563-3.234-7.04 4.031-11.698 8.5-16.284 14.241l-14.291-13.794c5.767-7.401 12.593-14.096 24.082-20.672 11.98-6.857 21.76-8.683 30.111-6.412 7.893 2.042 13.952 7.758 19.326 17.145l21.989 38.415-23.223 13.292-3.959-6.916c-1.671 7.68-6.062 14.621-14.832 19.641-12.723 7.283-26.653 5.58-34.288-7.759z M256.775 296.839l.638-19.225c10.557.681 20.442-1.532 27.359-5.493 4.077-2.332 5.222-4.628 3.88-6.975l-.141-.248c-1.485-2.593-5.827-1.584-13.999.47-15.197 4.106-28.241 5.67-35.949-7.794l-.141-.248c-8.13-14.204-1.291-28.614 14.149-37.453 9.757-5.586 21.512-8.541 31.998-7.985l.457 19.418c-9.11.13-17.988 2.097-23.299 5.136-3.582 2.051-4.658 4.47-3.597 6.322l.141.248c1.485 2.593 6.02 1.637 14.264-.293 15.337-3.86 28.452-5.3 35.877 7.671l.141.246c8.413 14.699 1.803 28.651-14.501 37.984-11.239 6.434-24.195 9.586-37.276 8.219 M276.05 177.242l23.47-13.435 18.595 32.486c1.142-8.033 4.419-16.632 13.93-22.076 14.205-8.13 28.101-3.622 36.797 11.571l25.029 43.727-23.469 13.433-20.716-36.192c-4.171-7.288-10.262-9.048-15.822-5.867-5.682 3.252-7.619 9.61-3.448 16.897l20.716 36.192-23.469 13.433-51.614-90.169 M408.124 240.38l-2.116-20.6c4.979.102 9.708-.802 12.303-2.287 2.347-1.344 3.6-2.881 3.88-5.829l-63.73-50.601 24.58-14.07 36.391 32.632-10.451-47.48 24.086-13.787 12.875 79.218c3.105 18.888.339 28.67-13 36.305-8.276 4.737-16.66 6.421-24.817 6.498" fill="#1A1918"></path>
+ </g>
+ <g id="badge__win">
+ <path class="badge__text" d="M52.958 317.774l42.141-24.35 35.541 36.473-12.074-50.55 35.149-20.308 38.126 36.015-13.626-49.652 41.559-24.012 29.234 125.628-36.898 21.319-40.412-37.285 11.671 53.891-36.703 21.207-93.708-88.375 M226.954 217.24l44.083-25.47 61.218 106.111-44.083 25.47-61.218-106.111zm-21.406-35.311l45.636-26.367 16.257 28.18-45.636 26.369-16.257-28.181z M284.629 183.917l44.083-25.47 8.52 14.77c1.752-12.673 7.5-27.395 22.453-36.035 22.332-12.903 44.835-6.212 58.626 17.692l40.362 69.963-44.081 25.47-32.178-55.775c-5.271-9.134-13.735-11.239-20.339-7.425-6.602 3.815-9.595 12.54-4.326 21.674l32.179 55.775-44.083 25.471-61.218-106.111" fill="#1A1918"></path>
+ </g>
+ <g id="badge__fail">
+ <path class="badge__text" d="M93.124 348.203l-13.78 7.961-21.754-37.708 13.78-7.961c-6.904-12.963-9.823-24.491-6.729-36.047 3.367-12.576 11.838-21.78 27.987-31.11 14.426-8.335 23.999-12.143 31.793-14.059l17.652 30.597c-5.359 1.659-10.468 3.75-16.713 7.358-7.535 4.354-9.67 9.61-5.941 16.074l.498.862 27.13-15.676 21.008 36.416-26.052 15.053 46.12 79.942-48.877 28.24-46.119-79.941 M262.073 299.139l-2.859-4.955c-3.42.539-8.223 2.166-12.314 4.529-9.688 5.598-11.715 14.525-7.49 21.852l.249.43c3.978 6.894 11.542 8.559 17.784 4.951 8.613-4.976 11.095-15.604 4.63-26.808zm-67.147 52.301l-.249-.432c-13.551-23.486-3.694-46.706 23.651-62.507 9.904-5.723 23.85-10.908 30.261-11.739l-1.117-1.939c-6.216-10.774-16.496-13.167-31.568-4.457-12.057 6.966-20.685 15.399-28.659 25.465l-27.382-27.562c10.582-13.009 24.094-25.412 44.548-37.232 23.902-13.808 42.261-17.809 58.564-13.438 13.924 3.734 23.958 13.164 33.778 30.186l38.662 67.012-48.877 28.241-6.837-11.851c-3.085 13.561-10.71 25.723-25.35 34.184-22.607 13.062-46 9.34-59.424-13.931z M281.746 188.94l48.877-28.238 67.874 117.649-48.877 28.24-67.874-117.65zm-23.734-39.149l50.599-29.236 18.024 31.244-50.599 29.236-18.024-31.245z M323.251 112.096l48.877-28.239 90.746 157.297-48.875 28.24-90.748-157.298" fill="#1A1918"></path>
+ </g>
+ <g id="badge__trending">
+ <path class="badge__icon-white" d="M415.588 250.187l-19.801-141.264-131.49 53.377 52.118 30.276-49.233 85.799-85.274-49.538-84.015 146.42 47.059 27.336 56.845-99.07 85.274 49.538 76.401-133.149 52.116 30.276" fill="#fff"></path>
+ </g>
+ <g id="badge__election2015">
+ <path d="M377.98 470.274c-116.686 67.368-265.889 27.389-333.255-89.294-67.368-116.686-27.389-265.889 89.294-333.255 116.686-67.368 265.886-27.389 333.255 89.294 67.368 116.686 27.389 265.886-89.294 333.255z" fill="#fe0"></path>
+ <path d="M463.394 144.907v1.464c-1.009 3.03-2.984 5.411-5.157 7.649-3.346 3.445-7.118 6.35-11.227 8.831-.826.498-2.003.651-2.196 1.904-1.379.951-2.602 2.162-3.983 3.034-4.239 2.68-8.731 4.931-13.392 6.802-2.267.91-4.483 1.87-6.472 3.317-.624.454-1.362.749-2.045 1.123-.764.419-1.565.785-2.28 1.278-5.698 3.928-11.495 7.697-17.691 10.797-1.135.568-1.478 1.216-1.475 2.454.041 19.463.04 38.927.001 58.39-.003 1.242.365 2.049 1.307 2.855 10.775 9.229 21.1 18.949 31.214 28.896.372.365.721.754 1.207 1.263-.795.501-1.437.919-2.092 1.315-.791.478-1.633.881-2.381 1.417-1.35.968-1.509 1.761-.857 3.267.6 1.385 1.219 2.765 1.726 4.184 1.78 4.981 1.001 9.401-2.975 13.081l-.303.317c-1.032 1.03-1.457 1.094-2.624.189-.767-.595-1.435-1.316-2.169-1.955-.42-.365-.884-.677-1.368-1.043l-.594.874c-.35-.32-.663-.618-.989-.901-2.24-1.953-4.439-3.956-6.741-5.832-1.315-1.072-2.784-1.959-4.216-2.877-.507-.325-1.087-.661-1.798-.338 0 .361-.102.732.016 1.01.849 2.008 1.478 4.122 3.064 5.757 1.526 1.573 2.995 3.207 4.417 4.875.818.959 1.595 1.982 2.213 3.077 1.528 2.707.861 5.011-1.824 6.551-.928.532-1.959.893-2.849 1.477-.838.55-1.671 1.196-2.289 1.973-.804 1.01-.674 1.458.238 2.372 2.169 2.174 4.346 4.338 6.508 6.518.887.894.939 1.598.084 2.515-.453.487-1.041.881-1.632 1.197-.726.387-1.535.616-2.279.973-.498.239-.946.582-1.454.903l.409.79c2.313 4.237 5.447 7.838 8.81 11.243 3.595 3.641 7.268 7.205 10.902 10.808.402.399.773.83 1.137 1.223-.573.914-1.043 1.71-1.559 2.475-.867 1.288-1.816 1.6-3.269 1.083-1.124-.399-2.015-1.134-2.867-1.959-7.461-7.216-14.94-14.415-22.417-21.615-.441-.425-.914-.816-1.607-1.431-.031.855-.07 1.413-.07 1.972-.004 11.561-.027 23.121.004 34.683.027 10.045-6.16 17.899-14.015 21.097-3.121 1.27-6.369 1.656-9.716 1.654-65.159-.017-130.318-.008-195.476-.043-1.322-.001-2.088.43-2.851 1.478-6.566 9.025-13.193 18.005-19.799 27.001-1.193 1.625-2.514 3.104-4.37 4.001h-.584c-.354-.641-.382-1.309-.061-1.954.497-.999.95-2.037 1.577-2.952 5.979-8.724 11.992-17.424 17.993-26.133.264-.384.507-.783.911-1.41-2.045 0-3.828.05-5.606-.021-.93-.037-1.506.261-2.054 1.028-2.805 3.927-5.667 7.812-8.522 11.702-.322.44-.725.821-1.09 1.229l-.299-.199c.229-.453.423-.93.694-1.357 2.348-3.704 4.712-7.398 7.067-11.097.223-.351.418-.719.705-1.219-.561-.029-.934-.063-1.308-.064-1.899-.005-3.8.043-5.697-.022-.92-.031-1.507.251-2.076 1.002-3.767 4.973-7.591 9.904-11.394 14.85-1.931 2.512-3.854 5.031-5.795 7.534-.295.381-.519.926-1.414.875.393-.581.655-1.021.966-1.424 2.653-3.432 5.329-6.847 7.97-10.289 2.789-3.635 5.551-7.291 8.311-10.949.299-.397.846-.737.52-1.38-1.66-.379-2.402-.287-3.754.395-.548.276-1.239.757-1.664.007-.355-.627-.801-.598-1.327-.601-.633-.004-1.268.03-1.899-.009-.727-.046-1.297.114-1.778.737-.323.419-.843.685-1.537 1.224l.24-1.982c-1.926 0-3.777.054-5.623-.01-6.082-.211-11.237-2.564-15.445-6.939-4.381-4.555-6.302-10.116-6.303-16.36-.012-78.934-.009-157.868.002-236.803 0-1.459.081-2.924.23-4.376 1.023-9.967 8.328-17.943 18.102-19.808.902-.172 1.8-.362 2.701-.543h242.557c.323.091.64.22.969.267 8.425 1.193 14.44 5.647 18.059 13.357.136.289.308.562.486.885.395-.195.704-.33.996-.494 2.731-1.538 5.587-2.742 8.684-3.325 4.396-.827 8.78-1.713 13.184-2.488 2.103-.37 4.24-.546 6.363-.796.122-.014.259.094.388.145l.394 1.236c.741-.241 1.375-.511 2.036-.646 1.184-.243 2.382-.433 3.581-.593.964-.129 1.527.372 1.861 1.267.592 1.585.516 3.191.031 4.737-.4 1.275-.373 2.434.132 3.561.78.155 1.543.182 2.184.475.529.241 1.211.742 1.3 1.225.154.836.66 1.176 1.411 1.543l-1.346 2.081c.772-.046 1.482-.216 2.078-.576 1.792-1.081 3.509-2.288 5.313-3.35 1.909-1.124 3.903-1.954 6.233-1.436.997.222 1.83.504 2.047 1.605 1.454-.464 2.645-1.956 4.226-.613-.172 1.88-1.214 3.111-2.839 3.916-.475.017-.952.015-1.426.056-.841.074-1.32.49-1.228 1.398-.139.011-.316-.029-.412.042-1.972 1.459-4.028 2.75-5.776 4.574-1.544 1.61-3.666 2.724-5.664 3.817-1.425.779-2.531 1.923-3.857 2.796-.28.184-.423.575-.63.871.549-.079.969-.285 1.363-.534 3.375-2.127 6.754-4.247 10.112-6.401.856-.549 1.669-1.175 2.451-1.826 1.73-1.44 3.551-2.725 5.643-3.588 1.231-.508 2.356-.598 3.525.347 1.175.951 1.363 1.156.734 2.508-.917 1.972-2.325 3.587-3.799 5.149l-1.024 1.074c.678-.046 1.19-.319 1.734-.482 1.438-.431 2.873-.899 4.342-1.188 1.204-.237 2.31.081 2.932 1.313zm-281.99 215.761c-.321.268-.691.495-.957.809-7.084 8.354-14.157 16.716-21.228 25.082-.235.278-.414.603-.66.969 1.37.373 2.24.071 3.084-1.035 6.262-8.202 12.6-16.347 18.905-24.517.317-.412.553-.888.826-1.335l.804-.748-.248-.198-.527.973zm4.288-29.067c-1.06 1.2-2.15 2.375-3.175 3.604-8.124 9.735-15.688 19.907-23.302 30.039-1.962 2.611-3.823 5.307-5.919 7.805-2.118 2.525-3.313 5.6-5.244 8.22-.202.274-.356.59-.588.835-.201.212-.479.351-.723.522-.042-.447.056-.755.217-1.027 1.165-1.971 2.37-3.918 3.507-5.904.693-1.21 1.188-2.541 1.942-3.707 2.303-3.56 4.633-7.105 7.051-10.587 7.766-11.178 16.222-21.83 24.741-32.432 1.085-1.351 2.111-2.655 2.598-4.454.591-2.184 2.238-3.849 3.886-5.396.781-.735 1.598-1.431 2.375-2.169 5.761-5.47 11.517-10.947 17.273-16.424.282-.268.571-.535.814-.838 3.352-4.183 6.686-8.381 10.046-12.557 2.473-3.074 4.978-6.123 7.546-9.279-1.036-.454-.655-1.127-.281-1.788.218-.385.464-.754.697-1.13-1.978 1.436-3.829 2.946-5.519 4.619-16.522 16.353-31.612 33.958-45.574 52.537-4.743 6.312-9.314 12.754-13.965 19.135-.351.481-.611 1.076-1.536 1.273.27-.561.428-.945.631-1.302 2.553-4.49 5.114-8.977 7.671-13.465 5.915-10.385 12.19-20.534 19.414-30.075 11.956-15.791 24.644-30.973 37.846-45.728 2.957-3.305 5.849-6.685 8.996-9.802 6.891-6.825 13.926-13.504 20.899-20.246.26-.251.483-.541.765-.859-.439-.277-.758-.494-1.09-.687-15.197-8.861-30.773-16.987-46.936-23.934-7.238-3.111-14.628-5.868-21.922-8.853-1.423-.582-2.825-1.338-4.047-2.264-1.56-1.182-1.417-2.451.207-3.511.565-.369 1.183-.708 1.824-.901 1.767-.533 3.555-.998 5.343-1.455.83-.211 1.68-.339 2.576-.514-.401-.595-.774-1.041-1.027-1.548-.47-.943-1.104-1.602-2.499-1.524.535-.838.879-1.536 1.368-2.109 1.395-1.636 3.212-2.666 5.209-3.386 3.128-1.128 6.348-1.411 9.638-.999.456.057.916.08 1.374.119-.242-.358-.535-.495-.839-.599-1.381-.472-2.766-.933-4.148-1.401-1.777-.601-2.169-1.67-1.11-3.207.766-1.112 1.615-2.167 2.46-3.291.568.176 1.114.373 1.674.511.849.209 1.703.418 2.566.548.593.089 1.229.003 1.482-.657.602-1.572 1.153-3.164 1.758-4.842l-7.167-2.407c1.908-.246 1.909-.245 2.426-1.741.456-1.321.909-2.642 1.405-4.086 1.283.321 2.458.478 3.522.908 2.388.965 4.723 2.061 7.075 3.111 1.998.892 3.976 1.833 5.995 2.675.879.366 1.838.538 2.836.819l1.525-3.704c-5.989-3.641-12.638-5.234-19.152-7.391 2.389-.296 3.425-1.926 4.035-4.066.865.222 1.644.325 2.345.616 3.095 1.29 6.163 2.646 9.251 3.956 2.639 1.12 5.264 2.284 7.948 3.288 1.811.677 3.735.976 5.718.907-2.29-1.407-4.871-2.195-7.393-3.392 1.712-.841 3.318-1.033 5.265-.73 2.777.433 5.354 1.453 7.804 2.776 3.083 1.666 6.082 3.489 9.178 5.13 2.23 1.182 4.495 2.352 6.858 3.217 5.033 1.845 9.974 3.88 14.775 6.264 8.565 4.251 16.677 9.271 24.645 14.538.599.395 1.202.784 1.805 1.177l1.104-.939c10.223-8.89 20.343-17.903 30.695-26.639 10.575-8.925 21.379-17.58 32.082-26.354 4.197-3.441 8.659-6.471 13.579-8.791.204-.096.392-.229.714-.419-.406-.252-.671-.441-.956-.59-2.084-1.091-4.326-1.374-6.646-1.374-79.049.009-158.099.007-237.148.008-.536 0-1.072-.007-1.607.023-5.545.301-10.124 3.94-11.461 9.236-.329 1.305-.429 2.699-.429 4.052-.019 79.28-.017 158.559-.017 237.838 0 .391-.011.781.004 1.171.099 2.497.796 4.806 2.271 6.836 2.561 3.524 6.045 5.248 10.39 5.246 3.361-.002 6.724-.075 10.081.038 1.38.047 2.191-.4 2.991-1.509 10.954-15.194 22.559-29.875 34.74-44.101.819-.958 1.571-1.989 2.24-3.058 3.415-5.452 6.794-10.926 10.182-16.395.164-.265.296-.55.503-.938-.264.066-.372.059-.423.11-.347.341-.692.686-1.022 1.044-8.368 9.089-15.884 18.86-23.079 28.889-6.904 9.624-13.796 19.257-20.697 28.884-.255.356-.517.715-.827 1.02-.158.155-.429.197-.65.289.291-.829.733-1.462 1.177-2.093 11.169-15.863 22.215-31.814 34.097-47.16.234-.301.397-.657.593-.988l.808-.94-.244-.176-.694.997zm120.884-69.392c-1.407 1.3-2.693 2.484-3.976 3.674-11.718 10.873-23.327 21.86-34.473 33.326-1.019 1.048-2.016 2.12-3.058 3.143-.534.525-1.097 1.079-2.072 1.033.075-.893.595-1.402 1.072-1.923 3.093-3.379 6.111-6.832 9.306-10.113 6.833-7.017 13.759-13.944 20.647-20.908.364-.368.721-.743 1.082-1.115-.434.056-.7.267-.963.48-13.486 10.934-26.162 22.77-38.63 34.836-10.017 9.694-19.89 19.534-29.151 29.965-14.766 16.633-28.528 34.076-41.634 52.043-.188.258-.328.551-.612 1.035h1.919c28.536.001 57.071.001 85.607.001 33.99 0 67.98.002 101.97-.01 1.262-.001 2.552.005 3.78-.239 5.87-1.168 9.937-6.155 9.948-12.219l.029-45.07c.002-.917-.288-1.528-.956-2.139-20.612-18.856-41.828-36.992-64.027-53.956-5.185-3.962-10.445-7.829-15.809-11.843zm49.009-39.806c11.185 7.029 21.496 14.579 31.569 22.655.105-.33.181-.456.181-.582-.012-15.169-.03-30.337-.05-45.507l-.085-.1-.24-.139-1.834.877.867.687c-2.577 1.936-5.072 3.795-7.551 5.677-2.445 1.856-4.856 3.755-7.312 5.596-2.494 1.87-4.991 3.74-7.548 5.522-2.54 1.771-5.157 3.433-7.997 5.313zm-183.604 165.162c.471.055.74.113 1.01.114 1.461.01 2.925-.054 4.381.027.948.053 1.485-.331 2.045-1.057 6.432-8.331 12.781-16.729 19.386-24.922 11.97-14.845 24.745-28.978 38.297-42.396 3.877-3.839 7.784-7.649 11.673-11.469l-.469-1.777c-3.34 3.123-6.605 6.118-9.8 9.185-1.684 1.615-3.311 3.3-4.856 5.048-7.52 8.507-14.96 17.085-22.511 25.564-8.726 9.798-18.24 18.825-27.648 27.95-2.808 2.723-5.446 5.566-7.749 8.726-.947 1.299-1.951 2.556-2.924 3.837-.254.335-.489.685-.835 1.172zm-5.772-5.748l.197.15c.488-.571.974-1.145 1.466-1.713 4.048-4.677 8.154-9.304 12.132-14.039 6.641-7.904 13.201-15.877 19.792-23.823.227-.272.422-.572.7-.952-.955.218-1.76.357-2.535.596-.39.121-.794.359-1.07.657-1.058 1.143-2.128 2.285-3.084 3.512-9.013 11.561-18.004 23.139-26.998 34.714-.22.283-.4.598-.599.898zm258.203-214.233c-.409.26-.824.512-1.227.781-3.479 2.318-6.889 4.748-10.449 6.932-4.771 2.926-9.362 6.106-13.912 9.355-.316.226-.641.442-.943.686-.393.318-.485.699-.124 1.202.29-.154.603-.275.865-.466 6.535-4.753 13.423-8.961 20.363-13.074 2.297-1.361 3.962-3.212 5.428-5.415zm9.538-17.471c-1.918 1.861-3.268 4.17-5.526 5.55.462.875.936.447 1.371.174 4.531-2.839 9.068-5.669 13.575-8.546.622-.397 1.09-1.036 1.63-1.563-.583-.042-1.018.125-1.431.337-2.635 1.356-5.267 2.721-7.898 4.086-.589.306-1.17.715-1.722-.038zm-13.988 9.954l-.07-.17c-1.545.402-3.093.789-4.63 1.219-.313.087-.6.31-.866.513-4.334 3.306-8.661 6.621-12.995 9.928-.58.443-1.187.852-1.78 1.278-.372.267-.553.585-.286 1.135l20.627-13.904zm-252.309 209.396l-.276-.248c-5.423 6.007-10.79 12.063-16.169 18.346 1.218.203 2.004.193 2.713-.709 3.855-4.898 7.777-9.743 11.664-14.616.719-.901 1.38-1.848 2.068-2.775zm2.006 17.5l-.738.163c-1.889.524-2.482.018-2.194-1.877.057-.372.132-.742.212-1.186-1.332 1.204-2.422 2.591-2.774 3.494 1.683 0 3.37.007 5.057-.017.102-.002.2-.255.436-.576z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__ha-ha-ha">
+ <path class="badge__text" d="M189.44 210.697l-25.824-44.724c-4.8-8.313-10.92-8.548-18.07-4.42-6.817 3.935-8.293 9.442-9.154 13.71l28.605 49.545-29.927 17.278-61.375-106.3 29.93-17.282 20.29 35.144c1.583-8.008 7.034-18.915 21.167-27.075 18.62-10.75 33.102-4.482 41.166 9.485l33.117 57.36-29.925 17.28 M277.615 159.787l-4.417-7.647c-1.225 8.245-8.73 17.898-18.706 23.656-11.97 6.91-32.304 7.79-42.862-10.5-11.52-19.952.847-34.63 12.818-41.54 10.473-6.046 21.87-8.194 29.36-5.202l-4.8-8.313c-3.264-5.653-10.913-7-20.722-1.336-7.48 4.32-14.233 12.208-17.77 20.677l-20.796-12.6c5.817-14.883 18.764-27.015 30.9-34.02 19.95-11.52 43.437-15.77 58.892 11l28.03 48.55-29.928 17.277zm-12.576-21.78l-2.592-4.49c-3.626-1.674-9.646-.195-14.3 2.494-4.99 2.88-9.515 7.712-6.636 12.7 2.882 4.986 9.23 3.315 14.22.436 4.654-2.69 8.946-7.162 9.307-11.14zM255.752 325.555L229.93 280.83c-4.8-8.312-10.92-8.547-18.07-4.418-6.818 3.936-8.294 9.443-9.155 13.708l28.607 49.545-29.93 17.28-61.372-106.303 29.927-17.278 20.29 35.142c1.583-8.008 7.034-18.915 21.167-27.075 18.623-10.75 33.104-4.48 41.166 9.488l33.12 57.36-29.928 17.277 M343.93 274.648l-4.415-7.65c-1.227 8.245-8.733 17.898-18.708 23.656-11.97 6.913-32.304 7.79-42.862-10.5-11.52-19.95.847-34.627 12.818-41.54 10.473-6.046 21.873-8.194 29.36-5.202l-4.8-8.313c-3.264-5.652-10.91-7.002-20.722-1.338-7.48 4.32-14.232 12.208-17.768 20.677l-20.794-12.6c5.815-14.886 18.762-27.015 30.898-34.023 19.952-11.52 43.436-15.768 58.89 11.002l28.03 48.546-29.927 17.28zm-12.575-21.782l-2.59-4.487c-3.63-1.677-9.647-.196-14.302 2.49-4.987 2.88-9.514 7.71-6.635 12.698 2.88 4.987 9.228 3.318 14.218.437 4.656-2.687 8.945-7.16 9.31-11.14zM322.066 440.416l-25.82-44.726c-4.8-8.313-10.923-8.548-18.072-4.42-6.818 3.937-8.29 9.444-9.155 13.71l28.606 49.547-29.927 17.278-61.376-106.3 29.927-17.282 20.29 35.144c1.584-8.008 7.035-18.915 21.168-27.075 18.623-10.75 33.104-4.482 41.17 9.485l33.116 57.36-29.927 17.28 M410.242 389.507l-4.414-7.647c-1.225 8.245-8.73 17.898-18.708 23.656-11.97 6.91-32.302 7.79-42.862-10.5-11.52-19.952.847-34.63 12.818-41.54 10.475-6.05 21.873-8.194 29.36-5.202l-4.8-8.313c-3.26-5.653-10.91-7-20.72-1.336-7.484 4.32-14.235 12.208-17.77 20.677l-20.796-12.6c5.815-14.883 18.762-27.015 30.898-34.023 19.952-11.517 43.436-15.765 58.89 11.002l28.032 48.55-29.93 17.277zm-12.574-21.78l-2.59-4.49c-3.63-1.676-9.647-.195-14.302 2.49-4.987 2.883-9.514 7.712-6.635 12.7 2.88 4.986 9.232 3.317 14.22.438 4.655-2.69 8.944-7.162 9.308-11.14z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__fofo">
+ <path class="badge__text" d="M129.457 414.473l-37.46-64.884-15.875 9.164-17.87-30.954 15.874-9.165-2.52-4.363c-11.572-20.042-4.427-42.95 16.804-55.207 11.112-6.417 25.05-10.228 35.92-6.98l-1.442 27.286c-3.672-1.317-6.94-1.02-10.91 1.272-4.56 2.635-7.408 8.247-4.658 13.01l2.52 4.365 19.446-11.226 17.87 30.952-19.444 11.226 37.46 64.884-35.715 20.62 M156.547 334.81c-15.465-26.786-9.14-61.656 24.79-81.247 34.13-19.703 67.49-7.745 82.956 19.042 15.465 26.786 9.255 61.854-24.874 81.557-33.93 19.59-67.405 7.435-82.873-19.352zm71.037-41.014c-6.07-10.514-16.92-15.1-28.03-8.684-10.915 6.303-12.37 17.988-6.296 28.504 6.186 10.714 17.032 15.3 27.946 9 11.112-6.416 12.566-18.103 6.38-28.82zM307.738 311.544l-37.462-64.882-15.873 9.165-17.87-30.954 15.872-9.165-2.52-4.365c-11.572-20.04-4.427-42.95 16.806-55.207 11.11-6.415 25.048-10.226 35.92-6.978l-1.443 27.287c-3.672-1.318-6.937-1.02-10.907 1.27-4.563 2.636-7.408 8.248-4.66 13.01l2.52 4.364 19.447-11.227 17.87 30.954-19.446 11.226 37.463 64.884-35.715 20.618 M337.277 230.468c-15.465-26.786-9.14-61.656 24.79-81.247 34.128-19.702 67.49-7.744 82.956 19.043 15.465 26.786 9.255 61.854-24.874 81.557-33.932 19.588-67.408 7.435-82.873-19.352zm71.037-41.014c-6.073-10.516-16.922-15.1-28.03-8.684-10.915 6.303-12.37 17.988-6.296 28.504 6.186 10.714 17.032 15.3 27.946 9 11.112-6.418 12.566-18.103 6.38-28.82z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__meu-deus">
+ <path class="badge__text" d="M191.945 262.15l-24.69-42.764c-2.54-4.397-7.002-6.873-13.066-3.372-6.07 3.5-7.304 9.067-7.897 12.24l26.092 45.188-27.297 15.76-24.69-42.763c-2.54-4.398-6.85-6.962-13.068-3.373-5.915 3.414-7.15 8.98-7.742 12.154l26.09 45.19-27.296 15.758-42.286-73.24 27.295-15.76 4.815 8.34c.822-5.933 6.57-17.34 18.398-24.167 10.312-5.953 19.93-6.45 28.52.72.568-8.82 6.355-20.856 18.185-27.683 13.496-7.793 26.536-6.222 35.29 8.943l30.643 53.072-27.296 15.76 M201.75 207.56c-12.255-21.23-5.923-47.735 17.733-61.39 21.534-12.433 46.993-6.508 61.878 19.27l3.24 5.61-49.74 28.716c4.232 3.826 12.165 5.31 21.112.144 4.094-2.362 12.054-9.587 13.855-14.874l20.94 10.355c-3.688 10.42-15.066 20.83-25.986 27.134-22.894 13.22-49.108 9.145-63.028-14.965zm29.728-40.617c-8.34 4.817-7.918 11.85-6.903 15.71l24.113-13.92c-2.596-2.744-8.413-6.868-17.21-1.79zM355.434 167.76l-4.73-8.186c-1.53 7.15-6.502 17.097-19.393 24.54-16.982 9.805-30.126 3.847-37.393-8.74l-30.206-52.313 27.296-15.76 23.464 40.64c4.29 7.43 9.897 8.036 16.57 4.184 6.064-3.5 7.41-8.525 8.196-12.417l-26.09-45.186 27.296-15.76 42.29 73.242-27.298 15.758 M177.768 414.737l-4.465-7.735c-2.19 10.565-7.676 17.17-15.11 21.46-17.74 10.243-40 5.305-54.534-19.87-14.01-24.26-7.897-46.593 10.147-57.01 7.432-4.292 16.35-6.002 26.14-2.355l-20.575-35.634 27.295-15.76 58.398 101.143-27.297 15.76zm-15.76-27.296l-10.856-18.802c-4.417-1.696-10.534-.388-14.174 1.713-7.43 4.29-10.67 13.038-5.417 22.134 5.254 9.1 14.536 10.817 21.966 6.527 3.638-2.1 7.745-6.897 8.482-11.57zM189.693 358.922c-12.256-21.228-5.924-47.73 17.732-61.39 21.534-12.432 46.993-6.507 61.878 19.27l3.238 5.613-49.737 28.714c4.23 3.825 12.166 5.31 21.11.145 4.095-2.364 12.057-9.59 13.858-14.874l20.94 10.354c-3.69 10.42-15.068 20.83-25.985 27.133-22.898 13.22-49.11 9.145-63.032-14.965zm29.727-40.616c-8.34 4.817-7.918 11.85-6.9 15.714l24.11-13.92c-2.596-2.747-8.413-6.87-17.21-1.793zM343.32 319.157l-4.725-8.19c-1.535 7.153-6.505 17.098-19.396 24.54-16.984 9.806-30.128 3.848-37.395-8.738L251.6 274.454l27.294-15.76 23.464 40.638c4.29 7.432 9.897 8.037 16.568 4.185 6.066-3.5 7.413-8.525 8.2-12.415l-26.09-45.19 27.295-15.76 42.287 73.242-27.295 15.76M369.79 291.34l.326-24.652c8.39 1.222 23.537-1.257 31.728-5.985 5.61-3.238 6.49-5.566 5.44-7.386-4.027-6.976-40.413 25.96-57.923-4.368-7.614-13.194-2.92-31.675 18.31-43.933 12.282-7.09 25.39-9.6 37.122-8.894l.237 23.52c-6.74-1.165-17.423-.055-25.914 4.85-3.943 2.277-5.95 5.453-4.985 7.125 3.502 6.063 40.677-25.505 58.272 4.973 8.406 14.558 1.493 32.702-20.192 45.222-13.496 7.79-30.767 11.495-42.418 9.528 M431.26 218.246l-40.782-61.173 32.453-18.734 32.893 65.723-24.564 14.184zm9.6 25.388c-5.077-8.794-2.088-20.428 6.71-25.505 8.793-5.08 20.364-1.85 25.442 6.943 4.99 8.645 2 20.276-6.796 25.356-8.794 5.077-20.362 1.85-25.355-6.796z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__o-melhor">
+ <path class="badge__text" d="M184.62 204.955c-10.07-17.44-5.954-40.145 16.14-52.9 22.223-12.83 43.944-5.042 54.014 12.4s6.027 40.274-16.195 53.103c-22.096 12.754-43.89 4.84-53.96-12.603zm46.254-26.703c-3.955-6.847-11.02-9.83-18.254-5.653-7.105 4.1-8.052 11.71-4.1 18.558 4.03 6.976 11.094 9.96 18.2 5.858 7.234-4.177 8.18-11.785 4.154-18.764zM183.92 381.14l-21.037-36.434c-2.162-3.745-5.966-5.856-11.134-2.872s-6.22 7.725-6.726 10.43l22.23 38.5-23.257 13.425-21.036-36.433c-2.163-3.748-5.836-5.934-11.133-2.874-5.04 2.908-6.09 7.65-6.598 10.353l22.228 38.5-23.254 13.428-36.03-62.4 23.256-13.428 4.102 7.105c.7-5.055 5.597-14.77 15.675-20.59 8.787-5.07 16.98-5.497 24.298.615.486-7.515 5.417-17.77 15.494-23.587 11.5-6.64 22.606-5.302 30.065 7.618l26.11 45.218-23.257 13.427 M190.066 335.905c-10.44-18.088-5.048-40.667 15.11-52.304 18.343-10.59 40.036-5.543 52.717 16.42l2.76 4.78-42.377 24.466c3.604 3.26 10.363 4.524 17.986.122 3.49-2.013 10.27-8.17 11.805-12.67l17.84 8.82c-3.144 8.877-12.836 17.746-22.14 23.117-19.508 11.263-41.84 7.793-53.7-12.75zm25.328-34.604c-7.105 4.103-6.747 10.095-5.88 13.387l20.542-11.86c-2.213-2.34-7.17-5.852-14.662-1.526zM276.676 327.59l-49.753-86.173 23.256-13.427 49.752 86.173-23.256 13.427M347.525 286.685l-20.065-34.753c-3.73-6.46-8.487-6.644-14.043-3.436-5.297 3.057-6.444 7.337-7.113 10.653l22.23 38.5-23.257 13.425-49.755-86.173 23.256-13.425 17.83 30.878c1.23-6.224 5.466-14.7 16.448-21.04 14.47-8.355 25.723-3.482 31.99 7.37l25.732 44.572-23.254 13.427 M355.84 240.2c-10.07-17.442-5.952-40.146 16.14-52.903 22.222-12.83 43.943-5.043 54.013 12.398s6.027 40.275-16.195 53.104c-22.092 12.755-43.89 4.84-53.96-12.6zm46.253-26.704c-3.953-6.85-11.017-9.833-18.252-5.656-7.107 4.102-8.05 11.712-4.098 18.56 4.03 6.977 11.09 9.962 18.196 5.857 7.237-4.175 8.184-11.785 4.155-18.76zM446.84 230.487l-36.03-62.403 23.257-13.425 3.953 6.846c1.266-6.76 7.018-15.592 14.123-19.696l12.832 22.22c-1.388.286-3.475 1.145-5.67 2.414-4.91 2.835-10.496 7.78-11.29 12.373l22.08 38.242-23.255 13.426" fill="#1A1918"></path>
+ </g>
+ <g id="badge__sub">
+ <path class="badge__text" d="M95.84 407.88l.476-35.707c12.152 1.768 34.1-1.826 45.963-8.675 8.128-4.693 9.403-8.065 7.882-10.7-5.833-10.102-58.55 37.61-83.91-6.31-11.03-19.11-4.224-45.88 26.534-63.638 17.795-10.274 36.783-13.917 53.78-12.895l.333 34.067c-9.76-1.684-25.235-.072-37.538 7.03-5.712 3.3-8.618 7.907-7.223 10.322 5.07 8.783 58.93-36.952 84.415 7.19 12.173 21.084 2.154 47.366-29.263 65.505-19.554 11.29-44.576 16.658-61.453 13.81 M287.587 315.327l-6.848-11.86c-2.223 10.36-9.428 24.77-28.102 35.553-24.607 14.207-43.65 5.58-54.173-12.647l-43.746-75.767 39.545-22.833 33.98 58.856c6.215 10.76 14.336 11.636 24.004 6.054 8.785-5.073 10.736-12.35 11.878-17.985l-37.786-65.447 39.546-22.833 61.244 106.075-39.546 22.833zm-106.404-93.47c-10.985 6.34-24.498 2.723-30.838-8.257s-2.718-24.494 8.267-30.836c10.985-6.342 24.5-2.723 30.84 8.258 6.34 10.98 2.716 24.492-8.27 30.835zm47.456-27.4c-10.766 6.215-24.5 2.725-30.84-8.255s-2.497-24.62 8.27-30.837c10.984-6.342 24.717-2.85 31.057 8.13s2.497 24.62-8.488 30.962zM436.3 232.978c-19.772 11.416-37.258 13.604-54.607 10.444l-.436-35.765c9.896 3.95 27.068 2.234 38.053-4.108 6.373-3.68 8.4-7.778 7.004-10.194-5.58-9.663-51.282 29.9-75.373-11.825-12.552-21.74 5.486-41.234 2.443-46.505-2.79-4.83-9.55-3.856-16.36.076-10.765 6.216-15.193 15.8-9.74 25.244l57.186 99.048-39.546 22.832-57.187-99.048c-15.342-26.573-7.785-61.682 30.003-83.5 26.584-15.35 59.93-16.447 72.737 5.734 14.582 25.257-7.58 44.2-2.763 52.546 4.438 7.686 49.634-32.755 74.994 11.167 12.934 22.402.62 48.253-26.405 63.855" fill="#1A1918"></path>
+ </g>
+ <g id="badge__fallo">
+ <path class="badge__text" d="M130.645 422.49l-35.33-61.19-14.968 8.643-16.853-29.19 14.972-8.642-2.377-4.115c-10.913-18.9-4.176-40.504 15.847-52.065 10.477-6.05 23.622-9.645 33.872-6.58l-1.363 25.73c-3.46-1.243-6.542-.96-10.285 1.2-4.302 2.483-6.988 7.778-4.394 12.267l2.377 4.116 18.34-10.587 16.852 29.19-18.34 10.587 35.327 61.19-33.68 19.444 M245.34 356.27l-4.968-8.607c-1.38 9.28-9.828 20.142-21.055 26.623-13.474 7.78-36.356 8.767-48.24-11.817-12.962-22.454.953-38.973 14.427-46.75 11.788-6.81 24.615-9.222 33.045-5.855l-5.403-9.357c-3.672-6.364-12.28-7.88-23.322-1.505-8.423 4.863-16.02 13.74-19.998 23.27l-23.404-14.18c6.542-16.75 21.116-30.4 34.777-38.29 22.453-12.964 48.885-17.746 66.278 12.38l31.547 54.64-33.684 19.447zm-14.152-24.513l-2.916-5.05c-4.082-1.887-10.856-.22-16.094 2.803-5.614 3.243-10.707 8.68-7.466 14.29 3.24 5.615 10.387 3.734 16 .494 5.238-3.026 10.07-8.06 10.476-12.537zM292.378 329.112L220.32 204.304 254 184.86l72.057 124.808-33.68 19.444M339.42 301.953l-72.06-124.806 33.68-19.447 72.058 124.808-33.68 19.444 M354.53 232.852c-14.584-25.26-8.62-58.145 23.378-76.618 32.186-18.583 63.643-7.305 78.23 17.958 14.583 25.26 8.727 58.328-23.457 76.91-31.997 18.475-63.566 7.014-78.15-18.25zm66.988-38.674c-5.727-9.92-15.955-14.242-26.433-8.194-10.294 5.944-11.666 16.963-5.94 26.88 5.835 10.105 16.064 14.43 26.358 8.485 10.48-6.05 11.85-17.07 6.015-27.173zm-40.843-54.76l-22.453 12.963 6.895-39.908 29.004-16.746-13.446 43.69z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__lindo">
+ <path class="badge__text" d="M110.01 419.902L41.813 301.79l31.877-18.403 68.2 118.113-31.88 18.402 M89.63 285.514c-5.724-9.916-2.356-22.487 7.56-28.21 9.918-5.728 22.49-2.358 28.215 7.558 5.725 9.916 2.357 22.487-7.56 28.21-9.917 5.728-22.487 2.358-28.214-7.558zm65.24 108.49l-49.385-85.532 31.877-18.402 49.388 85.532-31.88 18.402zM255.45 335.94l-27.298-47.28c-5.115-8.856-11.838-9.46-19.454-5.064-7.26 4.192-8.83 10.06-9.75 14.6l30.468 52.773-31.877 18.4-49.387-85.53 31.877-18.403 5.625 9.74c1.686-8.53 7.494-20.147 22.548-28.836 19.837-11.45 35.467-4.418 44.054 10.456l35.074 60.74-31.878 18.4 M353.74 279.197l-5.213-9.03c-2.56 12.34-8.968 20.052-17.645 25.06-20.723 11.964-46.723 6.196-63.695-23.2-16.36-28.332-9.22-54.413 11.855-66.58 8.678-5.008 19.095-7.01 30.527-2.75l-24.028-41.61 31.88-18.406 68.196 118.114-31.88 18.402zm-18.405-31.874l-12.677-21.958c-5.16-1.98-12.306-.454-16.557 2-8.677 5.01-12.46 15.227-6.327 25.85 6.135 10.624 16.974 12.63 25.654 7.62 4.25-2.455 9.044-8.054 9.907-13.513zM365.477 215.286c-13.804-23.907-8.16-55.027 22.123-72.51 30.462-17.584 60.237-6.912 74.042 16.996 13.804 23.905 8.26 55.2-22.2 72.785-30.287 17.483-60.16 6.637-73.965-17.27zm63.402-36.602c-5.42-9.387-15.104-13.48-25.02-7.752-9.742 5.624-11.04 16.053-5.62 25.44 5.52 9.56 15.202 13.653 24.943 8.03 9.92-5.728 11.215-16.156 5.696-25.72z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__jajaja">
+ <path class="badge__text" d="M109.48 436.812l-5.115-23.9c4.34.522 6.506.08 10.747-2.367 4.998-2.887 5.927-8.27 1.906-15.234l-42.895-74.297 27.255-15.735 42.895 74.296c10.842 18.778 9.734 38.192-11.464 50.433-11.055 6.38-15.323 7.03-23.33 6.806zm-48.912-135.43c-4.898-8.48-2.016-19.23 6.462-24.126 8.482-4.895 19.23-2.016 24.124 6.467 4.895 8.477 2.018 19.227-6.464 24.122-8.477 4.895-19.227 2.016-24.122-6.462zM196.55 347.848l-4.02-6.964c-1.116 7.51-7.954 16.3-17.04 21.545-10.902 6.295-29.42 7.095-39.036-9.564-10.49-18.17.77-31.538 11.672-37.834 9.54-5.505 19.922-7.46 26.743-4.737l-4.374-7.572c-2.97-5.146-9.937-6.376-18.873-1.218-6.813 3.934-12.963 11.118-16.18 18.83L116.5 308.863c5.296-13.558 17.09-24.605 28.144-30.986 18.17-10.49 39.56-14.36 53.634 10.017l25.53 44.217-27.258 15.737zM185.1 328.01l-2.36-4.086c-3.305-1.525-8.786-.178-13.027 2.27-4.54 2.622-8.665 7.022-6.042 11.563 2.624 4.544 8.408 3.02 12.95.398 4.24-2.448 8.147-6.52 8.478-10.144zM232.298 365.904l-5.115-23.9c4.34.522 6.506.08 10.747-2.37 4.998-2.883 5.927-8.267 1.906-15.23l-42.895-74.3 27.256-15.734 42.897 74.296c10.84 18.778 9.732 38.192-11.467 50.433-11.054 6.38-15.322 7.03-23.33 6.805zm-48.912-135.43c-4.898-8.48-2.016-19.23 6.462-24.125 8.482-4.896 19.23-2.017 24.127 6.466 4.895 8.477 2.016 19.227-6.467 24.122-8.477 4.895-19.227 2.016-24.122-6.464zM319.368 276.94l-4.022-6.964c-1.115 7.51-7.953 16.3-17.038 21.545-10.903 6.297-29.42 7.095-39.037-9.562-10.49-18.17.772-31.538 11.675-37.834 9.54-5.505 19.92-7.462 26.74-4.737l-4.37-7.572c-2.972-5.15-9.94-6.376-18.873-1.218-6.816 3.934-12.965 11.118-16.184 18.83l-18.94-11.473c5.294-13.558 17.088-24.605 28.142-30.986 18.172-10.49 39.56-14.36 53.634 10.017l25.53 44.217-27.258 15.737zm-11.452-19.837l-2.36-4.087c-3.304-1.525-8.785-.178-13.024 2.27-4.544 2.622-8.668 7.022-6.044 11.563 2.623 4.543 8.407 3.02 12.95.397 4.24-2.448 8.146-6.52 8.477-10.144zM355.118 294.993L350 271.096c4.342.522 6.507.08 10.748-2.37 4.998-2.883 5.927-8.267 1.906-15.23l-42.895-74.3 27.254-15.736 42.897 74.298c10.84 18.778 9.735 38.192-11.466 50.433-11.052 6.382-15.322 7.03-23.326 6.804zm-48.915-135.43c-4.895-8.48-2.016-19.228 6.462-24.123 8.482-4.895 19.23-2.016 24.127 6.467 4.895 8.477 2.016 19.227-6.467 24.122-8.477 4.894-19.227 2.015-24.122-6.465zM442.186 206.03l-4.022-6.963c-1.115 7.51-7.953 16.298-17.038 21.545-10.903 6.293-29.42 7.094-39.037-9.563-10.492-18.17.77-31.54 11.673-37.835 9.54-5.508 19.92-7.462 26.74-4.737l-4.37-7.572c-2.972-5.15-9.94-6.376-18.873-1.218-6.816 3.934-12.965 11.118-16.184 18.83l-18.94-11.473c5.294-13.558 17.088-24.605 28.142-30.986 18.172-10.494 39.56-14.362 53.634 10.016l25.53 44.217-27.258 15.737zm-11.452-19.836l-2.36-4.087c-3.304-1.525-8.785-.178-13.024 2.27-4.544 2.622-8.668 7.022-6.044 11.563 2.623 4.544 8.407 3.02 12.95.398 4.24-2.448 8.146-6.52 8.477-10.144z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__genial">
+ <path class="badge__text" d="M109.283 430.58l.305-24.998c8.49 2.277 17.83-.015 25.393-4.38 6.11-3.53 14.947-11.733 7.81-24.097l-2.182-3.777c-2.018 10.276-7.052 16.672-14.324 20.87-16.87 9.74-37.214 6.748-51.067-17.247-13.52-23.416-6.71-42.86 10.596-52.852 7.272-4.197 15.535-5.67 25.07-2.257l-4.284-7.417 26.178-15.112 36.19 62.684c17.55 30.396-4.19 50.51-21.642 60.586-12.072 6.97-24.683 9.985-38.043 8.002zm20.827-75.433l-8.563-14.834c-4.153-1.484-10.022-.23-13.368 1.703-7.127 4.114-11.158 10.903-6.204 19.485 4.954 8.578 12.848 8.48 19.973 4.367 3.345-1.93 7.366-6.386 8.16-10.72zM156.365 332.426c-11.755-20.36-5.68-45.78 17.006-58.88 20.653-11.924 45.072-6.243 59.345 18.48l3.106 5.382-47.7 27.54c4.057 3.67 11.666 5.096 20.246.14 3.926-2.267 11.562-9.195 13.29-14.263l20.083 9.93c-3.54 9.992-14.452 19.977-24.926 26.022-21.96 12.68-47.1 8.773-60.45-14.35zm28.51-38.956c-8 4.62-7.593 11.367-6.62 15.07l23.125-13.352c-2.49-2.633-8.07-6.59-16.506-1.718zM301.625 295.486l-22.42-38.832c-4.2-7.272-9.72-7.767-15.973-4.158-5.964 3.443-7.255 8.263-8.01 11.994l25.023 43.34-26.18 15.114-40.556-70.247 26.178-15.112 4.62 8c1.385-7.007 6.153-16.546 18.516-23.684 16.29-9.404 29.127-3.628 36.18 8.586l28.8 49.886-26.18 15.115 M280.302 187.763c-4.702-8.146-1.935-18.47 6.208-23.17 8.146-4.702 18.468-1.938 23.17 6.208 4.702 8.147 1.938 18.47-6.208 23.17-8.146 4.703-18.468 1.936-23.17-6.207zm53.576 89.1L293.32 206.62l26.18-15.116 40.557 70.247-26.18 15.113zM408.79 233.613l-3.86-6.69c-1.073 7.212-7.64 15.655-16.363 20.694-10.47 6.044-28.258 6.813-37.494-9.185-10.076-17.453.74-30.29 11.213-36.338 9.16-5.288 19.132-7.167 25.684-4.55l-4.2-7.273c-2.855-4.943-9.546-6.122-18.126-1.168-6.545 3.78-12.453 10.68-15.544 18.087l-18.19-11.02c5.085-13.022 16.413-23.632 27.028-29.762 17.453-10.076 37.997-13.792 51.516 9.622l24.517 42.468-26.178 15.115zm-10.997-19.05l-2.267-3.927c-3.175-1.467-8.438-.17-12.51 2.18-4.365 2.52-8.323 6.744-5.804 11.107 2.518 4.363 8.075 2.9 12.438.38 4.07-2.35 7.826-6.26 8.143-9.74zM443.123 213.794l-56.006-97.007 26.176-15.115L469.3 198.68l-26.178 15.114" fill="#1A1918"></path>
+ </g>
+ <g id="badge__fail">
+ <path class="badge__text" d="M130.645 422.49l-35.33-61.19-14.968 8.643-16.853-29.19 14.972-8.642-2.377-4.115c-10.913-18.9-4.176-40.504 15.847-52.065 10.477-6.05 23.622-9.645 33.872-6.58l-1.363 25.73c-3.46-1.243-6.542-.96-10.285 1.2-4.302 2.483-6.988 7.778-4.394 12.267l2.377 4.116 18.34-10.587 16.852 29.19-18.34 10.587 35.327 61.19-33.68 19.444 M245.34 356.27l-4.968-8.607c-1.38 9.28-9.828 20.142-21.055 26.623-13.474 7.78-36.356 8.767-48.24-11.817-12.962-22.454.953-38.973 14.427-46.75 11.788-6.81 24.615-9.222 33.045-5.855l-5.403-9.357c-3.672-6.364-12.28-7.88-23.322-1.505-8.423 4.863-16.02 13.74-19.998 23.27l-23.404-14.18c6.542-16.75 21.116-30.4 34.777-38.29 22.453-12.964 48.885-17.746 66.278 12.38l31.547 54.64-33.684 19.447zm-14.152-24.513l-2.916-5.05c-4.082-1.887-10.856-.22-16.094 2.803-5.614 3.243-10.707 8.68-7.466 14.29 3.24 5.615 10.387 3.734 16 .494 5.238-3.026 10.07-8.06 10.476-12.537zM292.378 329.112L220.32 204.304 254 184.86l72.057 124.808-33.68 19.444M339.42 301.953l-72.06-124.806 33.68-19.447 72.058 124.808-33.68 19.444 M354.53 232.852c-14.584-25.26-8.62-58.145 23.378-76.618 32.186-18.583 63.643-7.305 78.23 17.958 14.583 25.26 8.727 58.328-23.457 76.91-31.997 18.475-63.566 7.014-78.15-18.25zm66.988-38.674c-5.727-9.92-15.955-14.242-26.433-8.194-10.294 5.944-11.666 16.963-5.94 26.88 5.835 10.105 16.064 14.43 26.358 8.485 10.48-6.05 11.85-17.07 6.015-27.173zm-40.843-54.76l-22.453 12.963 6.895-39.908 29.004-16.746-13.446 43.69z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__lindo">
+ <path class="badge__text" d="M110.01 419.902L41.813 301.79l31.877-18.403 68.2 118.113-31.88 18.402 M89.63 285.514c-5.724-9.916-2.356-22.487 7.56-28.21 9.918-5.728 22.49-2.358 28.215 7.558 5.725 9.916 2.357 22.487-7.56 28.21-9.917 5.728-22.487 2.358-28.214-7.558zm65.24 108.49l-49.385-85.532 31.877-18.402 49.388 85.532-31.88 18.402zM255.45 335.94l-27.298-47.28c-5.115-8.856-11.838-9.46-19.454-5.064-7.26 4.192-8.83 10.06-9.75 14.6l30.468 52.773-31.877 18.4-49.387-85.53 31.877-18.403 5.625 9.74c1.686-8.53 7.494-20.147 22.548-28.836 19.837-11.45 35.467-4.418 44.054 10.456l35.074 60.74-31.878 18.4 M353.74 279.197l-5.213-9.03c-2.56 12.34-8.968 20.052-17.645 25.06-20.723 11.964-46.723 6.196-63.695-23.2-16.36-28.332-9.22-54.413 11.855-66.58 8.678-5.008 19.095-7.01 30.527-2.75l-24.028-41.61 31.88-18.406 68.196 118.114-31.88 18.402zm-18.405-31.874l-12.677-21.958c-5.16-1.98-12.306-.454-16.557 2-8.677 5.01-12.46 15.227-6.327 25.85 6.135 10.624 16.974 12.63 25.654 7.62 4.25-2.455 9.044-8.054 9.907-13.513zM365.477 215.286c-13.804-23.907-8.16-55.027 22.123-72.51 30.462-17.584 60.237-6.912 74.042 16.996 13.804 23.905 8.26 55.2-22.2 72.785-30.287 17.483-60.16 6.637-73.965-17.27zm63.402-36.602c-5.42-9.387-15.104-13.48-25.02-7.752-9.742 5.624-11.04 16.053-5.62 25.44 5.52 9.56 15.202 13.653 24.943 8.03 9.92-5.728 11.215-16.156 5.696-25.72z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__jajaja">
+ <path class="badge__text" d="M109.48 436.812l-5.115-23.9c4.34.522 6.506.08 10.747-2.367 4.998-2.887 5.927-8.27 1.906-15.234l-42.895-74.297 27.255-15.735 42.895 74.296c10.842 18.778 9.734 38.192-11.464 50.433-11.055 6.38-15.323 7.03-23.33 6.806zm-48.912-135.43c-4.898-8.48-2.016-19.23 6.462-24.126 8.482-4.895 19.23-2.016 24.124 6.467 4.895 8.477 2.018 19.227-6.464 24.122-8.477 4.895-19.227 2.016-24.122-6.462zM196.55 347.848l-4.02-6.964c-1.116 7.51-7.954 16.3-17.04 21.545-10.902 6.295-29.42 7.095-39.036-9.564-10.49-18.17.77-31.538 11.672-37.834 9.54-5.505 19.922-7.46 26.743-4.737l-4.374-7.572c-2.97-5.146-9.937-6.376-18.873-1.218-6.813 3.934-12.963 11.118-16.18 18.83L116.5 308.863c5.296-13.558 17.09-24.605 28.144-30.986 18.17-10.49 39.56-14.36 53.634 10.017l25.53 44.217-27.258 15.737zM185.1 328.01l-2.36-4.086c-3.305-1.525-8.786-.178-13.027 2.27-4.54 2.622-8.665 7.022-6.042 11.563 2.624 4.544 8.408 3.02 12.95.398 4.24-2.448 8.147-6.52 8.478-10.144zM232.298 365.904l-5.115-23.9c4.34.522 6.506.08 10.747-2.37 4.998-2.883 5.927-8.267 1.906-15.23l-42.895-74.3 27.256-15.734 42.897 74.296c10.84 18.778 9.732 38.192-11.467 50.433-11.054 6.38-15.322 7.03-23.33 6.805zm-48.912-135.43c-4.898-8.48-2.016-19.23 6.462-24.125 8.482-4.896 19.23-2.017 24.127 6.466 4.895 8.477 2.016 19.227-6.467 24.122-8.477 4.895-19.227 2.016-24.122-6.464zM319.368 276.94l-4.022-6.964c-1.115 7.51-7.953 16.3-17.038 21.545-10.903 6.297-29.42 7.095-39.037-9.562-10.49-18.17.772-31.538 11.675-37.834 9.54-5.505 19.92-7.462 26.74-4.737l-4.37-7.572c-2.972-5.15-9.94-6.376-18.873-1.218-6.816 3.934-12.965 11.118-16.184 18.83l-18.94-11.473c5.294-13.558 17.088-24.605 28.142-30.986 18.172-10.49 39.56-14.36 53.634 10.017l25.53 44.217-27.258 15.737zm-11.452-19.837l-2.36-4.087c-3.304-1.525-8.785-.178-13.024 2.27-4.544 2.622-8.668 7.022-6.044 11.563 2.623 4.543 8.407 3.02 12.95.397 4.24-2.448 8.146-6.52 8.477-10.144zM355.118 294.993L350 271.096c4.342.522 6.507.08 10.748-2.37 4.998-2.883 5.927-8.267 1.906-15.23l-42.895-74.3 27.254-15.736 42.897 74.298c10.84 18.778 9.735 38.192-11.466 50.433-11.052 6.382-15.322 7.03-23.326 6.804zm-48.915-135.43c-4.895-8.48-2.016-19.228 6.462-24.123 8.482-4.895 19.23-2.016 24.127 6.467 4.895 8.477 2.016 19.227-6.467 24.122-8.477 4.894-19.227 2.015-24.122-6.465zM442.186 206.03l-4.022-6.963c-1.115 7.51-7.953 16.298-17.038 21.545-10.903 6.293-29.42 7.094-39.037-9.563-10.492-18.17.77-31.54 11.673-37.835 9.54-5.508 19.92-7.462 26.74-4.737l-4.37-7.572c-2.972-5.15-9.94-6.376-18.873-1.218-6.816 3.934-12.965 11.118-16.184 18.83l-18.94-11.473c5.294-13.558 17.088-24.605 28.142-30.986 18.172-10.494 39.56-14.362 53.634 10.016l25.53 44.217-27.258 15.737zm-11.452-19.836l-2.36-4.087c-3.304-1.525-8.785-.178-13.024 2.27-4.544 2.622-8.668 7.022-6.044 11.563 2.623 4.544 8.407 3.02 12.95.398 4.24-2.448 8.146-6.52 8.477-10.144z" fill="#1A1918"></path>
+ </g>
+ <g id="badge__chido">
+ <path class="badge__text" d="M138.276991,406.635862 C155.215665,396.856314 161.152691,382.95739 161.754166,374.397438 L134.112017,367.771742 C133.758107,372.493051 131.224545,378.06215 125.373003,381.440539 C117.519618,385.974693 107.810284,384.80491 102.298175,375.257658 C96.7860665,365.710405 100.716577,356.870972 108.569962,352.336818 C114.421503,348.958429 120.333455,349.240872 124.688089,351.44902 L132.860048,324.351357 C125.057269,320.438286 110.14084,318.784427 93.2021664,328.563975 C69.6420113,342.166437 60.3619321,368.056019 73.964394,391.616174 C87.6557609,415.330317 114.716836,420.238323 138.276991,406.635862 L138.276991,406.635862 Z M256.088822,336.153362 L225.416604,283.027522 C217.948586,270.092535 204.535448,264.285675 187.288799,274.243033 C174.199824,281.799956 169.150137,291.901498 167.683434,299.318451 L146.435144,262.515333 L118.717314,278.51823 L178.016936,381.228187 L205.734765,365.22529 L179.241081,319.336884 C180.039516,315.385514 181.406258,310.284763 187.719764,306.639659 C194.341245,302.816744 200.010304,303.034105 204.455553,310.733502 L228.370993,352.156258 L256.088822,336.153362 Z M239.293752,239.495662 C247.917076,234.516983 250.84581,223.586802 245.867131,214.963477 C240.888452,206.340152 229.958271,203.411419 221.334946,208.390098 C212.711621,213.368777 209.782888,224.298958 214.761567,232.922283 C219.740245,241.545608 230.670427,244.474341 239.293752,239.495662 L239.293752,239.495662 Z M299.205446,311.259968 L256.264341,236.883792 L228.546511,252.886688 L271.487616,327.262864 L299.205446,311.259968 Z M390.982259,258.2726 L331.682638,155.562643 L303.964808,171.565539 L324.857478,207.752705 C314.916308,204.047649 305.859514,205.786198 298.314105,210.142542 C279.98954,220.722235 273.782836,243.400182 288.007633,268.038252 C302.765859,293.600251 325.37234,298.616311 343.388929,288.214429 C350.934338,283.858085 356.506399,277.150661 358.730276,266.422111 L363.26443,274.275496 L390.982259,258.2726 Z M338.646302,258.307142 C331.100893,262.663486 321.675713,260.919013 316.341414,251.679736 C311.007115,242.44046 314.297852,233.559765 321.843261,229.203421 C325.538971,227.069702 331.752516,225.7408 336.237316,227.463162 L347.261533,246.557667 C346.510743,251.302798 342.342013,256.173423 338.646302,258.307142 L338.646302,258.307142 Z M444.097043,230.070572 C470.582969,214.778916 475.402071,187.563853 463.399898,166.775481 C451.397726,145.987108 425.508144,136.707029 399.022218,151.998686 C372.69028,167.201437 367.782274,194.262512 379.784446,215.050884 C391.786618,235.839257 417.765105,245.273324 444.097043,230.070572 L444.097043,230.070572 Z M429.961151,205.586489 C421.491815,210.476263 413.073084,206.918812 408.272215,198.603463 C403.560251,190.442102 404.688773,181.372542 413.15811,176.482768 C421.781435,171.50409 430.200165,175.061541 434.912129,183.222902 C439.712998,191.538251 438.584476,200.607811 429.961151,205.586489 L429.961151,205.586489 Z" fill="#1A1918"></path>
+ </g>
+ <symbol id="bf-news-logo" viewBox="0 0 372 43">
+ <g class="bf-news-logo__bf">
+ <path d="M0 42v-42h18.358c7.832 0 11.841 5.1 11.841 10.705 0 5.226-3.207 8.816-7.092 9.634 4.44.693 7.894 5.037 7.894 10.264 0 6.36-4.07 11.398-11.964 11.398h-19.036zm21.256-29.721c0-2.582-1.85-4.408-4.81-4.408h-7.689v8.816h7.689c2.96 0 4.81-1.7 4.81-4.408zm.802 17.064c0-2.645-1.85-4.786-5.242-4.786h-8.059v9.572h8.059c3.269 0 5.242-1.763 5.242-4.786z"></path>
+ <path d="M63 42v-5.9l13.797-17.205h-13.797v-6.895h24.747v5.652l-14.051 17.453h14.304v6.894h-25"></path>
+ <path d="M89 42v-5.9l13.797-17.205h-13.797v-6.895h24.747v5.652l-14.051 17.453h14.304v6.894h-25"></path>
+ <path d="M117 42v-42h29v7.871h-20.105v8.816h15.128v7.871h-15.128v17.443h-8.895"></path>
+ <path d="M143 26.468c0-9.113 6.553-16.468 15.752-16.468 9.136 0 15.248 7.029 15.248 17.249v1.953h-22.62c.567 3.84 3.591 7.03 8.758 7.03 2.583 0 6.112-1.107 8.065-3.059l3.591 5.468c-3.025 2.864-7.813 4.361-12.539 4.361-9.262 0-16.256-6.444-16.256-16.532zm15.752-9.698c-4.978 0-7.12 3.58-7.435 6.704h14.996c-.252-2.994-2.268-6.704-7.561-6.704z"></path>
+ <path d="M175 26.468c0-9.113 6.553-16.468 15.752-16.468 9.136 0 15.248 7.029 15.248 17.249v1.953h-22.62c.567 3.84 3.591 7.03 8.758 7.03 2.583 0 6.112-1.107 8.065-3.059l3.591 5.468c-3.024 2.864-7.813 4.361-12.538 4.361-9.262 0-16.256-6.444-16.256-16.532zm15.752-9.698c-4.977 0-7.12 3.58-7.435 6.704h14.996c-.252-2.994-2.268-6.704-7.561-6.704z"></path>
+ <path d="M207 42v-31h12.784c10.016 0 17.216 5.858 17.216 15.477s-7.2 15.523-17.169 15.523h-12.831zm21.894-15.523c0-4.791-2.959-8.785-8.777-8.785h-5.2v17.616h5.153c5.582 0 8.824-4.229 8.824-8.831z"></path>
+ <path d="M32 12h8.144v17.996c0 3.635 2.234 6.258 6.563 6.258 4.281 0 6.514-2.623 6.514-6.258v-17.996h8.098v18.226c0 7.639-4.653 13.024-14.612 13.024-9.961 0-14.707-5.432-14.707-12.979v-18.271z"></path>
+ </g>
+ <g class="bf-news-logo__news">
+ <path d="M252.853 38.174v3.826h-12.853v-3.826l3.324-1.099v-20.887l-3.324-1.319v-3.65l10.637-.22 11.967 20.315v-15.126l-3.235-1.319v-3.65l12.632-.22v3.87l-3.324 1.319v25.811h-7.402l-11.878-19.919v14.994l3.457 1.099zm30.722-21.986v7.343h9.287v4.837h-9.287v8.487h8.138l1.057-3.65h4.23v8.794h-24v-3.826l3.448-1.099v-20.887l-3.448-1.319v-3.65l10.575-.22h12.874v8.487h-4.276l-1.149-3.298h-7.448zm24.837 25.811l-7.27-25.855-3.141-1.275v-3.65l13.329-.22v3.87l-3.276 1.319 3.86 15.918 6.283-20.755 6.059-.352 6.014 21.062 4.308-15.874-3.366-1.319v-3.65l12.79-.22v3.87l-3.231 1.319-7.674 25.811h-6.373l-5.879-20.887c-.718 2.873-1.892 6.926-3.523 12.158-1.631 5.233-2.536 8.142-2.715 8.728h-6.193zm40.211-9.767l.667 3.567c1.185.595 2.637.892 4.356.892 1.511 0 2.785-.304 3.822-.913s1.556-1.451 1.556-2.527c0-.764-.37-1.43-1.111-1.996-.741-.566-1.667-1.005-2.778-1.316-1.111-.311-2.319-.729-3.622-1.253-1.304-.524-2.511-1.09-3.622-1.699-1.111-.609-2.037-1.515-2.778-2.718-.741-1.203-1.111-2.626-1.111-4.268 0-2.859 1.044-5.075 3.133-6.646 2.089-1.571 4.807-2.357 8.156-2.357 1.481 0 3.037.142 4.667.425 1.63.283 2.889.566 3.778.849l1.333.425-.222 7.729h-4.089l-1.111-3.61c-1.333-.425-2.637-.637-3.911-.637-1.511 0-2.674.283-3.489.849-.815.566-1.222 1.288-1.222 2.166 0 .764.37 1.43 1.111 1.996.741.566 1.667 1.012 2.778 1.338 1.111.326 2.311.743 3.6 1.253 1.289.51 2.489 1.062 3.6 1.656 1.111.595 2.037 1.472 2.778 2.633.741 1.161 1.111 2.52 1.111 4.077 0 3.086-1.119 5.499-3.356 7.24-2.237 1.741-5.119 2.612-8.644 2.612-1.481 0-3.052-.134-4.711-.403-1.659-.269-2.948-.545-3.867-.828l-1.333-.382v-8.153h4.533z"></path>
+ </g>
+ </symbol>
+ </defs>
+ </svg>
+ <!--<![endif]-->
+ <script>
+ (function() {
+ if (typeof(BFW_Util) == 'undefined' || typeof(buzzDetails) == 'undefined')
+ setTimeout(arguments.callee, 50);
+ else {
+ try {
+ var HT_PRIMARY = BFW_Util.getCookie('HT_PRIMARY');
+ if (HT_PRIMARY && typeof BFW_Util.getCookie('HT_PRIMARY') == 'string' && HT_PRIMARY.match(/COUNTED/) && HT_PRIMARY.match(buzzDetails.uri)) {
+ window.ISSEED = true;
+ } else {
+ window.ISSEED = false;
+ }
+ } catch (e) {
+ window.ISSEED = false;
+ }
+ }
+ })()
+ </script>
+ <div class="cookie_notice hidden" id="cookie_notice" rel:gt_cat="cookie_notice" country="us">
+ <p>
+ <span id="cookie-set-message" class="hidden">
+ This BuzzFeed homepage is tailored for our readers in the USA.
+ <a href="javascript:;" class="bf_dom" rel:gt_act="set-default-cookie" rel:gt_label="us" rel:bf_bucket_data="{'set_country_cookie':{'country':'us'}}">Make it your default.</a>
+ </span>
+ <span id="cookie-us-message" class="hidden">
+ This BuzzFeed homepage is tailored for our readers in the USA.
+ <a href="/?country=us">Switch to US</a>
+ </span>
+ <span id="have-you-seen-message" class="hidden">
+ Have you seen BuzzFeed English? <a href="/?country=en">Come check it out!</a>
+ </span>
+ <span class="remove_notice_wrp">
+ <a href="javascript:;" class="bf_dom remove_notice" rel:gt_act="remove_cookie_notice" rel:gt_label="us" rel:bf_bucket="remove_cookie_notice">&nbsp;</a>
+
+ </span>
+ </p>
+ </div>
+ <div id="header_wrapper" class="page-head">
+ <header id="page-header" class="unified_header full-width " rel:gt_cat="[ttp]:header">
+ <div id="upper-background">
+ <div id="upper-wrapper" class="page-wrapper">
+ <div class="upper">
+ <div id="logo" class="social page-logo">
+ <a class="logo bfnews-logo" rel:gt_act="home" href="/">BuzzFeed News</a>
+ <a href="/news" rel:gt_act="vertical-home">
+ <div class="bf-tagline news-page"></div>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="lower-background" class="nav-page">
+ <div id="lower-wrapper" class="page-wrapper">
+ <div class="lower">
+ <div id="nav-left" class="bf_dom nav-page__menu" rel:bf_bucket="gtrack" rel:gt_cat="[ttp]:header/menu">
+ <div id="menu-news" class="menu-item ">
+ <span><a href="/news" rel:gt_act="news">News</a></span>
+ </div>
+ <div id="menu-buzz" class="menu-item ">
+ <span><a href="/buzz" rel:gt_act="buzz">Buzz</a></span>
+ </div>
+ <div id="menu-life" class="menu-item ">
+ <span><a href="/life" rel:gt_act="life">Life</a></span>
+ </div>
+ <div id="menu-quiz" class="menu-item ">
+ <span><a href="/quizzes" rel:gt_act="quizzes">Quizzes</a></span>
+ </div>
+ <div id="video-more" class="menu-item ">
+ <span><a href="/videos" rel:gt_act="videos">Videos</a></span>
+ </div>
+ <div id="menu-more" class="page-nav__item page-nav__item--dropdown menu-item last-child header_dropdown" menu_group="more">
+ <span class="page-nav__link">
+ <span>More</span>
+ <span class="fa fa-chevron-down more-caret">&nbsp;</span>
+ <div class="more-menu">
+ <div class="more-menu__community">
+ <a class="more-menu__community-link" href="/community" rel:gt_act="community">BuzzFeed Community</a>
+ <a class="more-menu__make-post-link btn-action" href="/post" rel:gt_act="make-a-post"> Make A Post!</a>
+ </div>
+ <div class="more-menu__sections">
+ <span class="more-menu__sections-header">SECTIONS</span>
+ <ul class="more-menu__sections-link-container">
+ <li id="nav_menu_animals" class="more-menu__section-link">
+ <a href="/animals" rel:gt_act="animals">Animals</a>
+ </li>
+ <li id="nav_menu_audio" class="more-menu__section-link">
+ <a href="/audio" rel:gt_act="audio">Audio</a>
+ </li>
+ <li id="nav_menu_books" class="more-menu__section-link">
+ <a href="/books" rel:gt_act="books">Books</a>
+ </li>
+ <li id="nav_menu_business" class="more-menu__section-link">
+ <a href="/business" rel:gt_act="business">Business</a>
+ </li>
+ <li id="nav_menu_bigstories" class="more-menu__section-link">
+ <a href="/bigstories" rel:gt_act="bigstories">Big Stories</a>
+ </li>
+ <li id="nav_menu_celebrity" class="more-menu__section-link">
+ <a href="/celebrity" rel:gt_act="celebrity">Celebrity</a>
+ </li>
+ <li id="nav_menu_diy" class="more-menu__section-link">
+ <a href="/diy" rel:gt_act="diy">DIY</a>
+ </li>
+ <li id="nav_menu_entertainment" class="more-menu__section-link">
+ <a href="/entertainment" rel:gt_act="entertainment">Entertainment</a>
+ </li>
+ <li id="nav_menu_food" class="more-menu__section-link">
+ <a href="/food" rel:gt_act="food">Food</a>
+ </li>
+ <li id="nav_menu_geeky" class="more-menu__section-link">
+ <a href="/geeky" rel:gt_act="geeky">Geeky</a>
+ </li>
+ <li id="nav_menu_giffeed" class="more-menu__section-link">
+ <a href="/giffeed" rel:gt_act="giffeed">Gif Feed</a>
+ </li>
+ <li id="nav_menu_health" class="more-menu__section-link">
+ <a href="/health" rel:gt_act="health">Health</a>
+ </li>
+ <li id="nav_menu_ideas" class="more-menu__section-link">
+ <a href="/ideas" rel:gt_act="ideas">Ideas</a>
+ </li>
+ <li id="nav_menu_lgbt" class="more-menu__section-link">
+ <a href="/lgbt" rel:gt_act="lgbt">LGBT</a>
+ </li>
+ <li id="nav_menu_music" class="more-menu__section-link">
+ <a href="/music" rel:gt_act="music">Music</a>
+ </li>
+ <li id="nav_menu_parents" class="more-menu__section-link">
+ <a href="/parents" rel:gt_act="parents">Parents</a>
+ </li>
+ <li id="nav_menu_podcasts" class="more-menu__section-link">
+ <a href="/podcasts" rel:gt_act="podcasts">Podcasts</a>
+ </li>
+ <li id="nav_menu_politics" class="more-menu__section-link">
+ <a href="/politics" rel:gt_act="politics">Politics</a>
+ </li>
+ <li id="nav_menu_rewind" class="more-menu__section-link">
+ <a href="/rewind" rel:gt_act="rewind">Rewind</a>
+ </li>
+ <li id="nav_menu_science" class="more-menu__section-link">
+ <a href="/science" rel:gt_act="science">Science</a>
+ </li>
+ <li id="nav_menu_sports" class="more-menu__section-link">
+ <a href="/sports" rel:gt_act="sports">Sports</a>
+ </li>
+ <li id="nav_menu_style" class="more-menu__section-link">
+ <a href="/style" rel:gt_act="style">Style</a>
+ </li>
+ <li id="nav_menu_tech" class="more-menu__section-link">
+ <a href="/tech" rel:gt_act="tech">Tech</a>
+ </li>
+ <li id="nav_menu_travel" class="more-menu__section-link">
+ <a href="/travel" rel:gt_act="travel">Travel</a>
+ </li>
+ <li id="nav_menu_weekend" class="more-menu__section-link">
+ <a href="/weekend" rel:gt_act="weekend">Weekend</a>
+ </li>
+ <li id="nav_menu_world" class="more-menu__section-link">
+ <a href="/world" rel:gt_act="world">World</a>
+ </li>
+ </ul>
+ </div>
+ <div class="more-menu__footer">
+ <ul class="more-menu__footer-main-content">
+ <li><a href="/advertise">Advertise</a></li>
+ <li><a href="/about/jobs">Jobs</a></li>
+ <li><a href="/tools/mobile-ios">Mobile</a></li>
+ <li><a href="/tools/email">Newsletters</a></li>
+ <li>
+ <div class="more-menu__country-toggle country-toggle bf_dom country_switch" rel:bf_bucket_data="{'country_switch_menu':{}}">
+ <a class="btn-toggle" href="javascript:;">
+ US Edition
+ <svg viewBox="0 0 517 517" class="more-menu__country-toggle-icon"><use xlink:href="#icon-caret-down"></use></svg>
+ </a>
+ <div class="country_switch_menu country-toggle-menu" style="display: none;">
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=us' }}">US Edition</a>
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=uk' }}">UK Edition</a>
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=au' }}">Australia</a>
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=br' }}">Brasil</a>
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=de' }}">Deutschland</a>
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=es' }}">Español</a>
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=fr' }}">France</a>
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=in' }}">India Edition</a>
+ <a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=mx' }}">México</a>
+ </div>
+ </div>
+ </li>
+ </ul>
+ <ul class="more-menu__footer-sub-content">
+ <li><a rel:gt_act="about" href="/about">About</a></li>
+ <li><a rel:gt_act="press" href="/press">Press</a></li>
+ <li><a rel:gt_act="rss" href="/tools/more">RSS</a></li>
+ <li><a rel:gt_act="privacy" href="/about/privacy">Privacy</a></li>
+ <li><a rel:gt_act="user-terms" href="/about/useragreement">User Terms</a></li>
+ <li><a rel:gt_act="ad-choices" href="/about/privacy#adchoices">Ad Choices</a></li>
+ <li><a rel:gt_act="help" href="/help/faq">Help</a></li>
+ <li><a rel:gt_act="contact" href="/about/contact">Contact</a></li>
+ <li class="more-menu__copyright">© 2014 BuzzFeed, Inc</li>
+ </ul>
+ <a rel:gt_act="made-in-nyc" class="made-in-nyc" href="http://wearemadeinny.com/">Made in NY</a>
+ </div>
+ </div>
+ </span>
+ </div>
+ <div class="new-vertical-callout" id="app-callout"><a rel:gt_act="get-app" href="/tools/mobile-ios">Get Our App!</a></div>
+ </div>
+ <div id="nav-right">
+ <div class="page-search inactive">
+ <form class="page-search__form" action="/search" method="get">
+ <input placeholder="Search" class="page-search__input" autocomplete="off" rel:gt_act="ignore" value="" name="q" type="text"/>
+ <button class="page-search__search-button" rel:gt_act="search">
+ <svg viewBox="0 0 517 517" class="page-search__search-icon">
+ <use xlink:href="#icon-search"></use>
+ </svg>
+ </button>
+ </form>
+ </div>
+ <div id="nav-signin" class="nav-signin" rel:gt_cat="[ttp]:header/menu">
+ <div id="usernav-signin" style="">
+ <a class="nav-signin-icon fa fa-user bf_dom" rel:gt_act="sign-in" rel:bf_bucket_data="{'signin':{'signin_type':'initial', 'location':'header'}}" id="header-signin"></a>
+ </div>
+ <div id="usernav-profile" style="display: none;" class="header_dropdown">
+ <a rel:gt_act="user" href="javascript:;" id="usernav-profile-link" rel:bf_bucket="usernav-profile-link" class="bf_dom dropdown_heading">
+ <span class="image" id="usernav-image" style="display:none;">
+ <img nopin="nopin" src="" alt="" height="24" width="24"/>
+ </span>
+ <span class="image fa fa-user default-user-image" id="default-user-image" style="display:none;">
+ </span>
+ </a>
+ <ul id="usernav-menu" class="menu unstyled-list">
+ <li id="usernav-new-post" class="SL_hide"><a rel:gt_act="new-post" href="/post">NEW POST</a></li>
+ <li id="usernav-my-feed"><a rel:gt_act="myfeed" id="usernav-profile-link2" rel:bf_bucket="usernav-profile-link" class="bf_dom" href="javascript:;">MY FEED</a></li>
+ <li id="usernav-dashboard" class="hidden SL_hide"><a rel:gt_act="dashboard" href="/dashboard">DASHBOARD</a></li>
+ <li id="usernav-switch" style="display:none;" class="switch_user_menu_option"><a rel:gt_act="feeds/users" href="javascript:;" onclick="return false;" id="usernav-switch-link">FEEDS/USERS<img id="switch-list-spinner" src="http://s3-ak.buzzfed.com/static/images/public/spinners/small_on_f6f6f6.gif" style="display:none;" height="16" width="16"/></a></li>
+ <li id="usernav-settings" style="display:none;"><a rel:gt_act="settings" href="/settings" id="usernav-settings-link">SETTINGS</a></li>
+ <li id="usernav-signout" style="display:none;" class="last"><a rel:gt_act="sign-out" href="javascript:;">SIGN OUT</a></li>
+ </ul>
+ </div>
+ <div id="usernav-switch-list" class="SwitchUser list-users" style="display: none;"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </header>
+ </div>
+ <!--[if gte IE 9]>
+ <div class="PageContainer c ie9 " id="page_container" >
+<![endif]-->
+ <!--[if !IE]><!-->
+ <div class="PageContainer c " id="page_container">
+ <!--<![endif]-->
+ <div class="PageContent section UKNews bf_dom">
+ <div></div>
+ <div id="new-header-hot-nav" class="vertical-hot-nav unified">
+ <!-- X---HEADER-STRIP---X -@- /plugin/headerstrip/v:1.1 -->
+ <!-- BEGIN OF public/includes/header/_header_buzz_hoton.tt -->
+ <script type="text/javascript">
+ AD_THUMBNAIL = 'thumbnailtest';
+ </script>
+ <script type="text/javascript">
+ if (AD_THUMBNAIL && typeof BF_STATIC != 'undefined' && typeof BF_STATIC['tt_page'] != 'undefined' && BF_STATIC.tt_page == 'Buzz') {
+ AD_THUMBNAIL += '_bp';
+ } else {
+ AD_THUMBNAIL += '_hp';
+ }
+ </script>
+ <script type="text/javascript">
+ if (typeof(window.BF_NO_DUPES) == 'undefined') window.BF_NO_DUPES = {};
+ window.BF_NO_DUPES[3759586] = true;
+ window.BF_NO_DUPES[3752466] = true;
+ window.BF_NO_DUPES[3760401] = true;
+ window.BF_NO_DUPES[3754654] = true;
+ window.BF_NO_DUPES[3762016] = true;
+ window.BF_NO_DUPES[3760563] = true;
+ window.BF_NO_DUPES[3761951] = true;
+ window.BF_NO_DUPES[3753891] = true;
+ </script>
+ <section id="hothead" class="rel bf_dom" rel:gt_cat="[ttp]:thumbstrip" pound_position="4ldqpi4">
+ <div class="HotHead" id="hothead-unscripted">
+ <!-- first slot begin - do not remove-->
+ <div class="unit abtrack bf_dom thumb1" onmouseover="header &amp;&amp; header.fix_length(event);" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FO2FZ7&quot;,&quot;u&quot;:&quot;759SBH7&quot;,&quot;buzz&quot;:&quot;choses-que-les-filles-des-annees-2000-faisaient-19dho&quot;,&quot;user&quot;:&quot;jemimaskelley&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" track_load="{&quot;PROMO_IMPRESSION&quot;:&quot;8&quot;}" track_mousedown="{&quot;PROMO_CLICK&quot;:&quot;8&quot;}">
+ <a rel:gt_act="post/thumb:1" rel:gt_label="editor/jemimaskelley" rel:buzz_id="3759586" class="thumbbb bf_dom" rel:bf_bucket="abtrack" href="/jemimaskelley/choses-que-les-filles-des-annees-2000-faisaient-19dho">
+ <span class="title">23 choses que toutes les filles des années 2000…</span>
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/23/7/campaign_images/webdr13/23-choses-que-toutes-les-filles-des-annees-2000-f-2-22479-1429786805-12.jpg" alt=""/>
+ </a>
+ </div>
+ <!-- first slot end -->
+ <div class="bf-widget unit bf_dom gpt" onmouseover="header &amp;&amp; header.fix_length(event);" id="BF_WIDGET_10" rel:bf_ad_position="1">
+ <div id="bf-item-10-1" class="bf-item">
+ <div id="div-gpt-ad-10" style="position:absolute;overflow:hidden;z-index:-1"></div>
+ <script type="text/javascript">
+ if (AD_DESIGN == 'gpt') {
+ loadGPTAd({
+ 'wid': 10,
+ 'pos': "header",
+ 'size': [3, 3],
+ 'abtest': AD_THUMBNAIL + "_2"
+ });
+ }
+ </script>
+ <a rel:gt_act="dfp/badge:2" rel:gtrack_id="dfp/badge" class="badge bf-url" href="">
+ <div class="partner-sash">Sponsorisé</div>
+ </a>
+ <a rel:gt_act="dfp/thumb:2" rel:gtrack_id="dfp/thumb" class="thumbbb bf-url" rel:bf_bucket="abtrack" rel:gt_label="partner" href="">
+ <span class="title small">
+ <span class="bf-name" rel:bf_truncate="55"></span>
+ <small class="partner-info">
+ <span>→ </span> <span class="bf-display_name" rel:bf_truncate="15"></span>
+ </small>
+ </span>
+ <img nopin="nopin" class="bf-image partner" src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
+ </a>
+ </div>
+ </div>
+ <script type="text/javascript">
+ (function() {
+ var AD = document.getElementById('BF_WIDGET_' + 10) || document.getElementById('BF_IFRAME_' + 10);
+ if (AB_AD_TEST && AD && AD_DESIGN) {
+ AD.className = AD.className + " " + AD_DESIGN;
+ }
+ })()
+ </script>
+ <script type="text/javascript">
+ if (AD_DESIGN != 'gpt') {
+
+ if (!window['win8AdCall']) {
+ window['win8AdCall'] = function() { /* do nothing */ };
+ }
+ var ad_tag = 'http://ad.doubleclick.net/N6556/adj/' + BF_DFP_SITE + BF_DFP_ZONE + ';wid=10;sz=3x3;pos=header;tile=10;thumb_count=2;' + BF_DFP_KVS + ';' + BF_TAG + win8AdCall() + '';
+ if (typeof AD_DESIGN != 'undefined') {
+ ad_tag += ';abtest=' + AD_DESIGN + ';'
+ }
+
+ //Loreal MUC channel
+ if (window.location.search.match('loreal_feed=1') && BF_STATIC.tt_page === "Buzz") {
+ ad_tag += 'loreal_feed=1;'
+ }
+
+ ad_tag += 'poe=' + BF_REFERER + ';';
+ ad_tag += 'ord=' + BF_DFP_ORD + '?';
+
+
+
+ if (ad_tag) {
+ if (!('wid=10;sz=3x3;pos=header;tile=10;thumb_count=2').match(/pos=300x250/) && null !== window.location.search.match("skipdfp")) {
+ window.addEventListener('load', function() {
+ var query = (typeof String.prototype.toQueryParams != 'undefined') ? window.location.search.toQueryParams() : $.deparam.querystring();
+ var ad_user = (query['skipdfp']) ? query['skipdfp'] : 'boost';
+ var extra_params = (/bigstory/.test('wid=10;sz=3x3;pos=header;tile=10;thumb_count=2')) ? '&flex_medium=bigstory' : '';
+ local_ad_call(10, ad_user, extra_params);
+ })
+ } else {
+ if (!BF_STATIC.bf_test_mode || document.cookie.match('sel2_ad') !== null) {
+ document.write('&lt;' + 'scr' + 'ipt type="text/javascr' + 'ipt" src="' + ad_tag + '">&lt;\/scr' + 'ipt' + '>');
+ } else {
+ console.info('disable DFP (dfp_tags.tt)');
+ }
+ }
+ }
+
+ if (null !== window.location.search.match("adtest") && console !== undefined && typeof ad_tag != "undefined") console.log(ad_tag);
+ }
+ </script>
+ <script type="text/javascript">
+ AD_THUMBNAIL += '_' + 2;
+ </script>
+ <div class="unit abtrack bf_dom thumb3" onmouseover="header &amp;&amp; header.fix_length(event);" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FMZZJ7&quot;,&quot;u&quot;:&quot;764NN7&quot;,&quot;buzz&quot;:&quot;21-tatouages-qui-ont-recouvert-des-cicatrices&quot;,&quot;user&quot;:&quot;juliegerstein&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" track_load="{&quot;PROMO_IMPRESSION&quot;:&quot;8&quot;}" track_mousedown="{&quot;PROMO_CLICK&quot;:&quot;8&quot;}">
+ <a rel:gt_act="post/thumb:3" rel:gt_label="editor/juliegerstein" rel:buzz_id="3752466" class="thumbbb bf_dom" rel:bf_bucket="abtrack" href="/juliegerstein/21-tatouages-qui-ont-recouvert-des-cicatrices">
+ <span class="title">21 tatouages qui ont merveilleusement bien…</span>
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/16/9/campaign_images/webdr09/21-tatouages-qui-ont-merveilleusement-bien-recouv-2-4152-1429189266-0.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="unit abtrack bf_dom thumb4" onmouseover="header &amp;&amp; header.fix_length(event);" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FO6UG7&quot;,&quot;u&quot;:&quot;7386MV7&quot;,&quot;buzz&quot;:&quot;mannequins-mensongers&quot;,&quot;user&quot;:&quot;kristinchirico&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" track_load="{&quot;PROMO_IMPRESSION&quot;:&quot;8&quot;}" track_mousedown="{&quot;PROMO_CLICK&quot;:&quot;8&quot;}">
+ <a rel:gt_act="post/thumb:4" rel:gt_label="editor/kristinchirico" rel:buzz_id="3760401" class="thumbbb bf_dom" rel:bf_bucket="abtrack" href="/kristinchirico/mannequins-mensongers">
+ <span class="title">Voici à quoi ressemblent des vêtements «grande…</span>
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/23/9/campaign_images/webdr09/voici-a-quoi-ressemblent-des-vetements-grande-tai-2-2167-1429795022-0.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="unit abtrack bf_dom thumb5" onmouseover="header &amp;&amp; header.fix_length(event);" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FNBSZ7&quot;,&quot;u&quot;:&quot;73FEXC7&quot;,&quot;buzz&quot;:&quot;34-raisons-de-ne-jamais-aller-au-pays-basque&quot;,&quot;user&quot;:&quot;marietelling&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" track_load="{&quot;PROMO_IMPRESSION&quot;:&quot;8&quot;}" track_mousedown="{&quot;PROMO_CLICK&quot;:&quot;8&quot;}">
+ <a rel:gt_act="post/thumb:5" rel:gt_label="editor/marietelling" rel:buzz_id="3754654" class="thumbbb bf_dom" rel:bf_bucket="abtrack" href="/marietelling/34-raisons-de-ne-jamais-aller-au-pays-basque">
+ <span class="title">34 raisons de ne jamais aller au Pays basque</span>
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/18/10/campaign_images/webdr06/34-raisons-de-ne-jamais-aller-au-pays-basque-2-5868-1429368600-5.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="unit abtrack bf_dom thumb6" onmouseover="header &amp;&amp; header.fix_length(event);" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOFKH7&quot;,&quot;u&quot;:&quot;7CEIDY7&quot;,&quot;buzz&quot;:&quot;pourquoi-tu-fais-ca-shonda&quot;,&quot;user&quot;:&quot;jenniferpadjemi&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" track_load="{&quot;PROMO_IMPRESSION&quot;:&quot;8&quot;}" track_mousedown="{&quot;PROMO_CLICK&quot;:&quot;8&quot;}">
+ <a rel:gt_act="post/thumb:6" rel:gt_label="editor/jenniferpadjemi" rel:buzz_id="3762016" class="thumbbb bf_dom" rel:bf_bucket="abtrack" href="/jenniferpadjemi/pourquoi-tu-fais-ca-shonda">
+ <span class="title">Les 43 fois où Grey’s Anatomy a fait couler toutes…</span>
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/24/16/campaign_images/webdr01/les-43-fois-ou-greys-anatomy-a-fait-couler-toutes-2-4861-1429906011-15.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="unit abtrack bf_dom thumb7" onmouseover="header &amp;&amp; header.fix_length(event);" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FO7PY7&quot;,&quot;u&quot;:&quot;74N9GW7&quot;,&quot;buzz&quot;:&quot;oui-ceci-est-mon-metier&quot;,&quot;user&quot;:&quot;floperry&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" track_load="{&quot;PROMO_IMPRESSION&quot;:&quot;8&quot;}" track_mousedown="{&quot;PROMO_CLICK&quot;:&quot;8&quot;}">
+ <a rel:gt_act="post/thumb:7" rel:gt_label="editor/floperry" rel:buzz_id="3760563" class="thumbbb bf_dom" rel:bf_bucket="abtrack" href="/floperry/oui-ceci-est-mon-metier">
+ <span class="title">23 réactions que toute personne ayant travaillé…</span>
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/23/8/campaign_images/webdr08/23-reactions-que-toute-personne-ayant-travaille-d-2-11535-1429792966-16.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="unit abtrack bf_dom thumb8" onmouseover="header &amp;&amp; header.fix_length(event);" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOF7U7&quot;,&quot;u&quot;:&quot;762Y617&quot;,&quot;buzz&quot;:&quot;pas-dans-les-yeux&quot;,&quot;user&quot;:&quot;christianzamora&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" track_load="{&quot;PROMO_IMPRESSION&quot;:&quot;8&quot;}" track_mousedown="{&quot;PROMO_CLICK&quot;:&quot;8&quot;}">
+ <a rel:gt_act="post/thumb:8" rel:gt_label="editor/christianzamora" rel:buzz_id="3761951" class="thumbbb bf_dom" rel:bf_bucket="abtrack" href="/christianzamora/pas-dans-les-yeux">
+ <span class="title">19 réactions que tous les gens ayant déjà eu…</span>
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/5/campaign_images/webdr05/19-reactions-que-tous-les-gens-ayant-deja-eu-affa-2-13034-1430125613-16.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="unit abtrack bf_dom thumb9" onmouseover="header &amp;&amp; header.fix_length(event);" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FN7OM7&quot;,&quot;u&quot;:&quot;764NN7&quot;,&quot;buzz&quot;:&quot;ces-femmes-postent-fierement-des-photos-de-leurs-vergetures&quot;,&quot;user&quot;:&quot;juliegerstein&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" track_load="{&quot;PROMO_IMPRESSION&quot;:&quot;8&quot;}" track_mousedown="{&quot;PROMO_CLICK&quot;:&quot;8&quot;}">
+ <a rel:gt_act="post/thumb:9" rel:gt_label="editor/juliegerstein" rel:buzz_id="3753891" class="thumbbb bf_dom" rel:bf_bucket="abtrack" href="/juliegerstein/ces-femmes-postent-fierement-des-photos-de-leurs-vergetures">
+ <span class="title">Ces femmes postent fièrement des photos de leurs…</span>
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/16/3/campaign_images/webdr09/ces-femmes-postent-fierement-des-photos-de-leurs--2-30384-1429168480-26.jpg" alt=""/>
+ </a>
+ </div>
+ </div>
+ <!-- #hothead-unscripted -->
+ <div class="HotHead" id="hothead-scripted" style="display: none;"></div>
+ </section>
+ <script type="text/javascript">
+ if ('undefined' !== typeof BF_STATIC) {
+ BF_STATIC.thumbstrip_initial_buzzes = ["3759586", "3752466", "3760401", "3754654", "3762016", "3760563", "3761951", "3753891"];
+ }
+ </script>
+ <!-- END OF public/includes/header/_header_buzz_hoton.tt -->
+ <!-- UNIT:Headerstrip generated on 9:30:30, 4/27/2015 -->
+ </div>
+ <script type="text/javascript">
+ $$('.not_clickable').each(function(el) {
+ el.observe('click', function(e) {
+ e.stop();
+ });
+ });
+ </script>
+ <div class="c"></div>
+ <script type="text/javascript">
+ </script>
+ <div class="Content Page bf_dom ">
+ <article class="c viral-buzz bf_dom" rel:bf_bucket="abtest" rel:ab_test="pinterest_subbuzz_share" rel:gt_cat="Buzz">
+ <aside id="post_launch_success" class="launch-success-message" style="display:none;">
+ <div class="launch-success-wrap">
+ <div class="headline-1">Your Post Has Been Launched!</div>
+ <div class="headline-4">Fabulous! Don't forget to share with your friends on Twitter and Facebook.</div>
+ </div>
+ </aside>
+ <aside class="section hot_stats_bar c bf_dom " id="hot-buzz-stats" rel:bf_bucket="gtrack" rel:gt_cat="[ttp]:stats-bar">
+ <div class="trending-badge-header">
+ <span class="title">TOP POST</span>
+ <p class="num views"><span>653,817 VIEWS</span> </p>
+ </div>
+ <div class="trending-badge">
+ <div class="badge viral">
+ <a rel:gt_act="post/badge:viral" href="/trending"><img nopin="nopin" src="http://s3-ak.buzzfeed.com/static/badge_images/viral.png?v=201504241415" alt="viral" title="Click for More..." height="42" width="42"/></a>
+ </div>
+ </div>
+ <div class="badges">
+ </div>
+ </aside>
+ <div class="bf_dom c">
+ <div class="buzz no-border bf_dom c" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FNW2J7&quot;,&quot;u&quot;:&quot;7717MJ7&quot;,&quot;buzz&quot;:&quot;diet-pills-burns-up&quot;,&quot;user&quot;:&quot;markdistefano&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}">
+ <header id="post-3758406" class="post2 super_format bf_dom c" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FNW2J7&quot;,&quot;u&quot;:&quot;7717MJ7&quot;,&quot;buzz&quot;:&quot;diet-pills-burns-up&quot;,&quot;user&quot;:&quot;markdistefano&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" rel:ptool="true" rel:ptool_code="0.0.1.2.0.0" rel:owner="markdistefano" rel:advertiser="0" rel:partner="0" rel:data="{&quot;buzz_id&quot;:&quot;3758406&quot;,&quot;type&quot;:&quot;super&quot;,&quot;uri&quot;:&quot;diet-pills-burns-up&quot;,&quot;form_id&quot;:&quot;20&quot;,&quot;category&quot;:&quot;UKNews&quot;}" rel:ptool_stats="{&quot;impressions&quot;:&quot;653,817&quot;,&quot;email_shares&quot;:&quot;81&quot;,&quot;pinterest_count&quot;:&quot;&quot;,&quot;twitter_count&quot;:&quot;251&quot;,&quot;viral_lift&quot;:&quot;1.7X&quot;,&quot;facebook_count&quot;:&quot;665&quot;}">
+ <div id="buzz_header" class=" no_custom_header_image" rel:gt_cat="[ttp]:header">
+ <hgroup>
+ <a name="post-title"></a>
+ <h1 id="post-title">Student Dies After Diet Pills She Bought Online “Burned Her Up From&nbsp;Within”</h1>
+ <p class="description">
+ <b>An inquest into Eloise Parry’s death has been adjourned until July.</b>
+ </p>
+ <span class="post_datetimes">
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <span id="update_posted_time_3758406" class="buzz_datetime converted_buzz_datetime">posted on April 21, 2015, at 11:29 a.m.</span>
+ </span>
+ </hgroup>
+ <div class="c user-bg">
+ <div class="user-bylines ">
+ <div class="byline
+
+
+ ">
+ <a href="/markdistefano" rel:gt_act="user/avatar" rel:gt_label="editor/markdistefano">
+ <img nopin="nopin" src="http://s3-ak.buzzfeed.com/static/2014-06/30/20/user_images/webdr09/markdistefano-30063-1404175854-8_large.jpg" class="byline__avatar" alt="Mark Di Stefano"/>
+ </a>
+ <div class="byline__body">
+ <a href="/markdistefano" class="byline__author" rel:gt_act="user/username" rel:gt_label="editor/markdistefano">Mark Di Stefano</a>
+ <div class="byline__title">BuzzFeed News Reporter</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="share_control" class="bf_dom square_shares shown" rel:bf_bucket="abtest" rel:ab_test="fwd_linkedin" rel:gt_cat="Buzz">
+ <div class="horizontal-share-buttons upper-share-buttons c bf_dom" rel:gt_cat="[ttp]:sharing-upper" rel:bf_bucket="gtrack">
+ <div class="fb_share">
+ <a rel:gt_act="share/facebook/share" href="javascript:;" class="bf_dom shareBtn square">
+ <i class="fb_icon fa"></i><span></span></a>
+ </div>
+ <div class="tweet_share">
+ <a href="javascript:;" rel:gt_act="share/twitter/tweet" class="bf_dom shareBtn square">
+ <i class="twitter_icon fa"></i><span>Tweet</span></a>
+ </div>
+ <div class="email_share">
+ <a href="javascript:;" rel:data="{&quot;share_email&quot;:{&quot;buzz_id&quot;:&quot;3758406&quot;}}" rel:bf_bucket="event_handler sticky_popup_button" rel:actions="click:share_email" rel:gt_act="share/email" class="bf_dom shareBtn square">
+ <i class="email_icon fa"></i><span></span></a>
+ </div>
+ <div class="pinterest_share">
+ <a href="javascript:;" rel:bf_bucket="pinterest" rel:gt_act="share/pinterest" class="bf_dom shareBtn square">
+ <i class="pi_icon fa"></i><span></span></a>
+ </div>
+ <div class="gplus_share">
+ <a href="javascript:;" rel:gt_act="share/googleplus/plus-one" class="bf_dom shareBtn square">
+ <i class="gplus_icon fa"></i><span></span></a>
+ </div>
+ <div class="bookmark_share">
+ <a class="bf_dom shareBtn big square" rel:gt_cat="Buzz:sharing-upper" rel:gt_act="bookmark" rel:bf_bucket="add_bookmark" href="javascript:;">
+ <div class="fa fa-bookmark"></div>
+ <div class="label">Bookmark it</div>
+ </a>
+ <div class="bookmark-tooltip" style="display:none;"></div>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div class="hidden square_shares " id="pin_ref">
+ <div class="horizontal-share-buttons upper-share-buttons c bf_dom" rel:gt_cat="[ttp]:sharing-upper" rel:bf_bucket="gtrack">
+ <div class="pinterest_share">
+ <a href="javascript:;" rel:bf_bucket="pinterest" rel:gt_act="share/pinterest" class="bf_dom shareBtn square">
+ <i class="pi_icon fa"></i><span></span></a>
+ </div>
+ <div class="fb_share">
+ <a rel:gt_act="share/facebook/share" href="javascript:;" class="bf_dom shareBtn square">
+ <i class="fb_icon fa"></i><span></span></a>
+ </div>
+ <div class="email_share">
+ <a href="javascript:;" rel:data="{&quot;share_email&quot;:{&quot;buzz_id&quot;:&quot;3758406&quot;}}" rel:bf_bucket="event_handler sticky_popup_button" rel:actions="click:share_email" rel:gt_act="share/email" class="bf_dom shareBtn square">
+ <i class="email_icon fa"></i><span></span></a>
+ </div>
+ <div class="tweet_share">
+ <a href="javascript:;" rel:gt_act="share/twitter/tweet" class="bf_dom shareBtn square">
+ <i class="twitter_icon fa"></i><span>Tweet</span></a>
+ </div>
+ <div class="gplus_share">
+ <a href="javascript:;" rel:gt_act="share/googleplus/plus-one" class="bf_dom shareBtn square">
+ <i class="gplus_icon fa"></i><span></span></a>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div class="hidden square_shares " id="tweet_ref">
+ <div class="horizontal-share-buttons upper-share-buttons c bf_dom" rel:gt_cat="[ttp]:sharing-upper" rel:bf_bucket="gtrack">
+ <div class="tweet_share">
+ <a href="javascript:;" rel:gt_act="share/twitter/tweet" class="bf_dom shareBtn square">
+ <i class="twitter_icon fa"></i><span>Tweet</span></a>
+ </div>
+ <div class="fb_share">
+ <a rel:gt_act="share/facebook/share" href="javascript:;" class="bf_dom shareBtn square">
+ <i class="fb_icon fa"></i><span></span></a>
+ </div>
+ <div class="email_share">
+ <a href="javascript:;" rel:data="{&quot;share_email&quot;:{&quot;buzz_id&quot;:&quot;3758406&quot;}}" rel:bf_bucket="event_handler sticky_popup_button" rel:actions="click:share_email" rel:gt_act="share/email" class="bf_dom shareBtn square">
+ <i class="email_icon fa"></i><span></span></a>
+ </div>
+ <div class="pinterest_share">
+ <a href="javascript:;" rel:bf_bucket="pinterest" rel:gt_act="share/pinterest" class="bf_dom shareBtn square">
+ <i class="pi_icon fa"></i><span></span></a>
+ </div>
+ <div class="gplus_share">
+ <a href="javascript:;" rel:gt_act="share/googleplus/plus-one" class="bf_dom shareBtn square">
+ <i class="gplus_icon fa"></i><span></span></a>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ </header>
+ <div data-print="body" rel:gt_cat="[ttp]:content">
+ <div id="buzz_sub_buzz" class="c suplist_article suplist_list_show ">
+ <div class="buzz_superlist_item buzz_superlist_item_image buzz_superlist_item_wide image_hit no_caption " id="superlist_3758406_5547137" rel:buzz_num="1">
+ <h2>The mother of a woman who took suspected diet pills bought online has described how her daughter was “literally burning up from within” moments before her death.</h2>
+ <div class="sub_buzz_content">
+ <img src="http://ak-hdl.buzzfed.com/static/2015-04/21/4/enhanced/webdr10/enhanced-6418-1429605460-16.jpg" rel:bf_image_src="http://ak-hdl.buzzfed.com/static/2015-04/21/4/enhanced/webdr10/enhanced-6418-1429605460-16.jpg" class="bf_dom" rel:bf_bucket="progload" alt="The mother of a woman who took suspected diet pills bought online has described how her daughter was &quot;literally burning up from within&quot; moments before her death." height="422" width="625"/>
+ <div class="pinit" style="left: 542px; top: 374px;">
+ <a class="pin sub-buzz-pinterest-share bf_dom" href="javascript:;" rel:gt_act="share/pinterest/pin/list-item:1" rel:bf_bucket_data="{'pin-share':{'id':'3758406_5547137','not_a_sub':true}}" rel:sub_title="">
+ <span class="icon"></span>
+ </a>
+ </div>
+ <p class="print"><a href="http://ak-hdl.buzzfed.com/static/2015-04/21/4/enhanced/webdr10/enhanced-6418-1429605460-16.jpg" rel="nofollow"><b>View this image ›</b></a></p>
+ </div>
+ <p class="article_caption_w_attr"> <span class="sub_buzz_source_via buzz_attribution buzz_attr_no_caption">West Merica Police</span></p>
+ </div>
+ <div class="buzz_superlist_item buzz_superlist_item_text buzz_superlist_item_wide " id="superlist_3758406_5547213" rel:buzz_num="2">
+ <p class="sub_buzz_desc">Eloise Parry, 21, was taken to Royal Shrewsbury hospital on 12 April after taking a lethal dose of highly toxic “slimming tablets”. </p>
+ <p>“The drug was in her system, there was no anti-dote, two tablets was a lethal dose – and she had taken eight,” her mother, Fiona, <a href="https://www.westmercia.police.uk/article/9501/A-tribute-to-Eloise-Aimee-Parry-written-by-her-mother-Fiona-Parry">said in a statement</a> yesterday.</p>
+ <p>“As Eloise deteriorated, the staff in A&amp;E did all they could to stabilise her. As the drug kicked in and started to make her metabolism soar, they attempted to cool her down, but they were fighting an uphill battle.</p>
+ <p>“She was literally burning up from within.”</p>
+ <p>She added: “They never stood a chance of saving her. She burned and crashed.”</p>
+ </div>
+ <div class="buzz_superlist_item buzz_superlist_item_grid_row buzz_superlist_item_wide no_caption " id="superlist_3758406_5547140" rel:buzz_num="3">
+ <div class="grid_row two_pl grid_height_l">
+ <div class="grid_cell cell_1">
+ <div class="grid_cell_image_wrapper">
+ <img src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608056-15.jpg" rel:bf_image_src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608056-15.jpg" height="412" width="203"/>
+ <div class="pinit">
+ <a class="pin sub-buzz-pinterest-share bf_dom" href="javascript:;" rel:gt_act="share/pinterest/pin/list-item:1" rel:bf_bucket_data="{'pin-share':{'id':'3758406_5547140','not_a_sub':true}}" rel:sub_title="">
+ <span class="icon"></span>
+ </a>
+ </div>
+ </div>
+ <div class="sub_buzz_grid_cell_caption">
+ <p class="sub_buzz_grid_source_via">Facebook</p>
+ </div>
+ </div>
+ <div class="grid_cell cell_2">
+ <div class="grid_cell_image_wrapper">
+ <img src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608057-18.jpg" rel:bf_image_src="http://ak-hdl.buzzfed.com/static/2015-04/21/5/enhanced/webdr12/grid-cell-2501-1429608057-18.jpg" height="412" width="412"/>
+ <div class="pinit">
+ <a class="pin sub-buzz-pinterest-share bf_dom" href="javascript:;" rel:gt_act="share/pinterest/pin/list-item:2" rel:bf_bucket_data="{'pin-share':{'id':'3758406_5547140','not_a_sub':true}}" rel:sub_title="">
+ <span class="icon"></span>
+ </a>
+ </div>
+ </div>
+ <div class="sub_buzz_grid_cell_caption">
+ <p class="sub_buzz_grid_source_via">Facebook</p>
+ </div>
+ </div>
+ <div class="sub_buzz_content">
+ </div>
+ </div>
+ </div>
+ <div class="buzz_superlist_item buzz_superlist_item_text buzz_superlist_item_wide " id="superlist_3758406_5547284" rel:buzz_num="4">
+ <p class="sub_buzz_desc">West Mercia police <a href="https://www.westmercia.police.uk/article/9500/Warning-Issued-As-Shrewsbury-Woman-Dies-After-Taking-Suspected-Diet-Pills">said the tablets were believed to contain dinitrophenol</a>, known as DNP, which is a highly toxic industrial chemical. </p>
+ <p>“We are undoubtedly concerned over the origin and sale of these pills and are working with partner agencies to establish where they were bought from and how they were advertised,” said chief inspector Jennifer Mattinson from the West Mercia police.</p>
+ <p>The Food Standards Agency warned people to stay away from slimming products that contained DNP.</p>
+ <p>“We advise the public not to take any tablets or powders containing DNP, as it is an industrial chemical and not fit for human consumption,” it said in a statement.</p>
+ </div>
+ <div class="buzz_superlist_item buzz_superlist_item_text buzz_superlist_item_wide " id="superlist_3758406_5547219" rel:buzz_num="5">
+ <h2>Fiona Parry issued a plea for people to stay away from pills containing the chemical.</h2>
+ <br/>
+ <p class="sub_buzz_desc">“[Eloise] just never really understood how dangerous the tablets that she took were,” she said. “Most of us don’t believe that a slimming tablet could possibly kill us.</p>
+ <p>“DNP is not a miracle slimming pill. It is a deadly toxin.”</p>
+ </div>
+ </div>
+ <p class="print c"><a href="http://buzzfeed.com"><b>Check out more articles on BuzzFeed.com!</b></a></p>
+ </div>
+ <div class="user-bio">
+ <div class="user-bio__main-text">Mark di Stefano is a breaking news reporter for BuzzFeed News and is based in Sydney, Australia. </div>
+ <div class="user-bio__user-contact">
+ Contact Mark Di Stefano at <a href="mailto:[email protected]">[email protected]</a>
+ </div>
+ </div>
+ <section class="c bottom_shares square_shares">
+ <div class="bf_dom">
+ <div class="referrer_shares">
+ <div class=" bottom-share-buttons bf_dom" rel:gt_cat="[ttp]:sharing-bottom" rel:bf_bucket="gtrack">
+ <div class="fb_share">
+ <a rel:gt_act="share/facebook/share" href="javascript:;" class="bf_dom shareBtn square">
+ <i class="fb_icon fa"></i><span></span></a>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div class="vertical_shares">
+ <div class=" bottom-share-buttons bf_dom" rel:gt_cat="[ttp]:sharing-bottom" rel:bf_bucket="gtrack">
+ <div class="tweet_share">
+ <a href="javascript:;" rel:gt_act="share/twitter/tweet" class="bf_dom shareBtn square">
+ <i class="twitter_icon fa"></i><span>Tweet</span></a>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div class="other_shares">
+ <div class=" bottom-share-buttons bf_dom" rel:gt_cat="[ttp]:sharing-bottom" rel:bf_bucket="gtrack">
+ <div class="email_share">
+ <a href="javascript:;" rel:data="{&quot;share_email&quot;:{&quot;buzz_id&quot;:&quot;3758406&quot;}}" rel:bf_bucket="event_handler sticky_popup_button" rel:actions="click:share_email" rel:gt_act="share/email" class="bf_dom shareBtn square">
+ <i class="email_icon fa"></i><span></span></a>
+ </div>
+ <div class="gplus_share">
+ <a href="javascript:;" rel:gt_act="share/googleplus/plus-one" class="bf_dom shareBtn square">
+ <i class="gplus_icon fa"></i><span></span></a>
+ </div>
+ <div class="pinterest_share">
+ <a href="javascript:;" rel:bf_bucket="pinterest" rel:gt_act="share/pinterest" class="bf_dom shareBtn square">
+ <i class="pi_icon fa"></i><span></span></a>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <a href="javascript:;" class="more_shares bf_dom" rel:bf_bucket="more_shares">More <span class="ie-arrow">▾</span></a>
+ <div id="more_shares_box" class="bf_dom" style="display: none;">
+ <div class="arrow arrowBorder"></div>
+ <div class="arrow arrowFill"></div>
+ <div class="vertical-share-buttons bottom-more-share-buttons bf_dom" rel:gt_cat="[ttp]:sharing-bottom-more" rel:bf_bucket="gtrack">
+ <div rel:buzz_id="3758406" class="rebuzz_share hidden">
+ <a rel:data="{&quot;username&quot;:&quot;markdistefano&quot;}" id="3758406-make_pick-add" rel:gt_act="share/rebuzz" class="add-pick bf_dom make_pick shareBtn big square hidden">
+ <div class="rebuzz_icon fa">&nbsp;</div>
+ <div class="label">Rebuzz</div>
+ </a>
+ </div>
+ <div class="reddit_share">
+ <a href="javascript:;" rel:gt_act="share/reddit" class="bf_dom shareBtn square">
+ <i class="reddit_icon fa"></i><span></span></a>
+ </div>
+ <div class="stumbleupon_share">
+ <a href="javascript:;" rel:gt_act="share/su" class="bf_dom shareBtn square">
+ <i class="su_icon fa"></i><span>Stumble</span></a>
+ </div>
+ <div class="link_share">
+ <a rel:link="http://www.buzzfeed.com/markdistefano/diet-pills-burns-up" rel:bf_bucket="share_link sticky_popup_button" href="javascript:;" rel:gt_act="share/link" class="bf_dom shareBtn square">
+ <i class="copy_icon fa"></i><span></span></a>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ </div>
+ </section>
+ </div>
+ </div>
+ <div id="preFacebookComment" class="bf_dom" rel:bf_bucket_data="{&quot;progLoaderElement&quot;:{},&quot;scrollDifference&quot;:&quot;2000&quot;,&quot;reachElementMark&quot;:&quot;.bottom-share-buttons&quot;,&quot;name&quot;:&quot;fb_comments_nexton&quot;}">&nbsp;</div>
+ <section class="section hidden" id="fb_comments_nexton">
+ <header class="header">
+ <div class="headline-1">Facebook Conversations</div>
+ </header>
+ <div class="fb_comments_wrapper">
+ <img nopin="nopin" class="load-spinner" src="http://s3-ak.buzzfeed.com/static/images/public/spinners/big_on_white.gif?v=201504241415"/>
+ </div>
+ </section>
+ <!-- X---NEXT-ON-UNIT---X -@- /plugin/nexton/v:1.0/vt:news -->
+ <div class="bf_dom" rel:bf_bucket="abtest" rel:ab_test="next_on_same_vertical">
+ <div id="next_on" class="next_on_news" rel:gt_cat="[ttp]:next-on-news">
+ <ul id="next_on_same_vertical--same-vertical" class="hidden">
+ <li id="next_on_ab_1" rel:buzz_id="3749467">
+ <div class="leftPage">
+ <a href="/jayasaxena/the-bride-paradox" rel:gt_act="post/thumb" rel:gt_label="user/jayasaxena">
+ <img nopin="nopin" class="bf_dom" rel:bf_bucket="progload" src="http://s3-static-ak.buzzfed.com/static/2015-04/12/10/campaign_images/webdr15/the-bride-paradox-2-24817-1428850014-4_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/12/10/campaign_images/webdr15/the-bride-paradox-2-24817-1428850014-4_wide.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="bf_dom rightPage" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FMJSE7&quot;,&quot;u&quot;:&quot;74ASTR7&quot;,&quot;buzz&quot;:&quot;the-bride-paradox&quot;,&quot;user&quot;:&quot;jayasaxena&quot;,&quot;types&quot;:[],&quot;queries&quot;:[]}">
+ <a rel:gt_act="vertical/title" href="/news">
+ <span> Next On BuzzFeed News <span class="next_arrow">›</span></span>
+ </a>
+ <a href="/jayasaxena/the-bride-paradox" rel:gt_act="post/title" rel:gt_label="user/jayasaxena">
+ <h3>The Bride Paradox Of "Four Weddings"</h3>
+ </a>
+ </div>
+ </li>
+ <li id="next_on_ab_2" style="display:none;" rel:buzz_id="3746270">
+ <div class="leftPage">
+ <a href="/hgiorgis/rihanna-da-gawd" rel:gt_act="post/thumb" rel:gt_label="user/hgiorgis">
+ <img nopin="nopin" class="bf_dom" rel:bf_bucket="progload" src="http://s3-static-ak.buzzfed.com/static/2015-04/7/15/campaign_images/webdr03/rihanna-da-gawd-2-17340-1428435377-8_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/7/15/campaign_images/webdr03/rihanna-da-gawd-2-17340-1428435377-8_wide.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="bf_dom rightPage" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FM2IR7&quot;,&quot;u&quot;:&quot;7B8LV67&quot;,&quot;buzz&quot;:&quot;rihanna-da-gawd&quot;,&quot;user&quot;:&quot;hgiorgis&quot;,&quot;types&quot;:[],&quot;queries&quot;:[]}">
+ <a rel:gt_act="vertical/title" href="/news">
+ <span> Next On BuzzFeed News <span class="next_arrow">›</span></span>
+ </a>
+ <a href="/hgiorgis/rihanna-da-gawd" rel:gt_act="post/title" rel:gt_label="user/hgiorgis">
+ <h3>Rihanna And The Radical Power Of "Carefree Black Girl"...</h3>
+ </a>
+ </div>
+ </li>
+ </ul>
+ <ul id="next_on_same_vertical--control" class="">
+ <li id="next_on_1" rel:buzz_id="3763833">
+ <div class="leftPage">
+ <a href="/richardhjames/this-is-why-streaking-during-a-rugby-match-is-never-a-good-i" rel:gt_act="post/thumb" rel:gt_label="user/richardhjames">
+ <img nopin="nopin" class="bf_dom" rel:bf_bucket="progload" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/7/campaign_images/webdr15/this-is-why-streaking-during-a-rugby-match-is-nev-2-21907-1430135173-1_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/7/campaign_images/webdr15/this-is-why-streaking-during-a-rugby-match-is-nev-2-21907-1430135173-1_wide.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="bf_dom rightPage" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOPDS7&quot;,&quot;u&quot;:&quot;75GYN67&quot;,&quot;use&quot;:&quot;richardhjames&quot;,&quot;buzz&quot;:&quot;this-is-why-streaking-during-a-rugby-match-is-never-a-good-i&quot;,&quot;types&quot;:[],&quot;queries&quot;:[]}">
+ <a rel:gt_act="vertical/title" href="/news">
+ <span> Next On BuzzFeed News <span class="next_arrow">›</span></span>
+ </a>
+ <a href="/richardhjames/this-is-why-streaking-during-a-rugby-match-is-never-a-good-i" rel:gt_act="post/title" rel:gt_label="user/richardhjames">
+ <h3>This Is Why Streaking During A Rugby Match Is Never...</h3>
+ </a>
+ </div>
+ </li>
+ <li id="next_on_2" style="display:none;" rel:buzz_id="3762896">
+ <div class="leftPage">
+ <a href="/stephaniemcneal/people-in-nepal-are-letting-their-loved-ones-know-they-are-s" rel:gt_act="post/thumb" rel:gt_label="user/stephaniemcneal">
+ <img nopin="nopin" class="bf_dom" rel:bf_bucket="progload" src="http://s3-static-ak.buzzfed.com/static/2015-04/25/15/campaign_images/webdr07/people-in-nepal-are-letting-their-loved-ones-know-2-22144-1429990512-0_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/25/15/campaign_images/webdr07/people-in-nepal-are-letting-their-loved-ones-know-2-22144-1429990512-0_wide.jpg" alt=""/>
+ </a>
+ </div>
+ <div class="bf_dom rightPage" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOKBL7&quot;,&quot;u&quot;:&quot;7A6AR37&quot;,&quot;use&quot;:&quot;stephaniemcneal&quot;,&quot;buzz&quot;:&quot;people-in-nepal-are-letting-their-loved-ones-know-they-are-s&quot;,&quot;types&quot;:[],&quot;queries&quot;:[]}">
+ <a rel:gt_act="vertical/title" href="/news">
+ <span> Next On BuzzFeed News <span class="next_arrow">›</span></span>
+ </a>
+ <a href="/stephaniemcneal/people-in-nepal-are-letting-their-loved-ones-know-they-are-s" rel:gt_act="post/title" rel:gt_label="user/stephaniemcneal">
+ <h3>People In Nepal Are Letting Their Loved Ones Know They...</h3>
+ </a>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- UNIT:Nexton generated on 9:23:23, 4/27/2015 -->
+ <div id="social-actions" class="section SocialActions social-actions social-actions-hybrid" rel:gt_cat="[ttp]:reactions">
+ <div class="social-actions-buttons c">
+ <div id="spinner-sams_react" class="section social-message" style="display:none;">
+ <span class="spinner-text">Saving...</span>
+ </div>
+ <div id="spinner-love_or_hate" class="section social-message" style="display:none;">
+ <span class="spinner-text">Saving...</span>
+ </div>
+ <div id="spinner-badge" class="section social-message" style="display:none;">
+ <span class="spinner-text">Saving...</span>
+ </div>
+ <div id="social_message-rebuzz" class="section social-message" style="display:none;">
+ <div class="headline-5">Rebuzzed! This post has been added to <a href="/signin">your Feed</a></div>
+ </div>
+ <div id="social_message" class="section social-message" style="display:none;">
+ <div class="headline-5" id="badge-message"><span class="highlight">I know, right?</span> And <a rel:gt_act="feed-teaser/react" href="/badges">there’s more</a> where that came from.</div>
+ </div>
+ <div id="social_message-loves" class="section social-message" style="display:none;">
+ <div class="headline-5"><span class="highlight">Totally!</span> And there’s plenty <a rel:gt_act="feed-teaser/love" href="/badge/most-shared">more to love</a>!</div>
+ </div>
+ <div id="social_message-hates" class="section social-message" style="display:none;">
+ <div class="headline-5"><span class="highlight">Broken hearted?</span> Maybe you’ll like something <a rel:gt_act="feed-teaser/hate" href="/badges">over here</a> instead?</div>
+ </div>
+ </div>
+ <div id="share-reaction-box" style="display:none;" rel:gt_cat="[ttp]:reaction-box">
+ <div id="share-reaction-content-wrapper" style="display:none;">
+ <div id="share-reaction-box_title" class="headline-1">I know, right? Will your friends agree?</div>
+ <div id="fb-promo">Share this Link</div>
+ <div id="message-wrapper">
+ <textarea id="reaction-sharing-message"></textarea>
+ </div>
+ <div id="sharing-link-preview">
+ <img nopin="nopin" src="http://s3-ak.buzzfeed.com/static/2015-04/22/5/campaign_images/webdr03/student-dies-after-diet-pills-she-bought-online-b-2-28712-1429696299-24_small.jpg"/>
+ <div id="share-link-details">
+ <div class="headline-1">Student Dies After Diet Pills She Bought Online "Burned Her Up From Within"</div>
+ <span class="link">http://www.buzzfeed.com/markdistefano/diet-pill...</span>
+ <span class="blurb">An inquest into Eloise Parry's death has been adjourned until July.</span>
+ </div>
+ </div>
+ <div id="social-share-box-buttons">
+ <input id="reaction-share-submit" value="Share Link" rel:gt_act="share/facebook/share" class="submit button2" type="button"/>
+ </div>
+ </div>
+ <div id="share-reaction-success-wrapper" style="display:none;">
+ <div class="success_icon"></div><b>Your link was successfully shared!</b>
+ </div>
+ </div>
+ </div>
+ <div id="hotOnPinterestWrap"></div>
+ <div class="normal_reactions">
+ <aside id="bpage_ad_bottom" class="bf_dom std-posts section c" rel:bf_bucket="gtrack" rel:gt_cat="[ttp]:story-bpage">
+ <div class="bf-widget post partner-area viral-post bf_dom gpt" style="display:none;" id="BF_WIDGET_9" rel:bf_ad_position="27">
+ <div id="bf-item-9-1" class="bf-item">
+ <div id="div-gpt-ad-9" style="position:absolute;overflow:hidden;z-index:-1"></div>
+ <script type="text/javascript">
+ if (AD_DESIGN == 'gpt') {
+ loadGPTAd({
+ 'wid': 9
+ });
+ }
+ </script>
+ <div class="thumb-unit">
+ <a rel:gt_act="dfp/thumb" data-label="9" href="" class="bf-url"><img nopin="nopin" class="bf-image-big" src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" height="195" width="293"/></a>
+ </div>
+ <div class="pull-left">
+ <h2 class="bf-item-title"><a rel:gt_act="dfp/title" href="" class="bf-url bf-name"></a></h2>
+ <p class="bf-blurb description"></p>
+ <div class="media media-cleared">
+ <div class="pull-left">
+ <a rel:gt_act="dfp/avatar" href="" class="bf-user-url media__object">
+ <img nopin="nopin" class="bf-user_image_large" src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" height="36" width="36"/>
+ </a>
+ </div>
+ <div class="media__body">
+ <div class="by-line by-line--f-ad cf">
+ <div class="rect pull-left bf-byline_prefix">Promoted by</div>
+ </div>
+ <div class="type-6 by-line by-line--f-other bf-byline-other">BuzzFeed Staff</div>
+ <div class="media__heading">
+ <a rel:gt_act="dfp/username" href="" class="bf-user-url bf-display_name type-5"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ (function() {
+ var AD = document.getElementById('BF_WIDGET_' + 9) || document.getElementById('BF_IFRAME_' + 9);
+ if (AB_AD_TEST && AD && AD_DESIGN) {
+ AD.className = AD.className + " " + AD_DESIGN;
+ }
+ })()
+ </script>
+ <script type="text/javascript">
+ if (AD_DESIGN != 'gpt') {
+
+ if (!window['win8AdCall']) {
+ window['win8AdCall'] = function() { /* do nothing */ };
+ }
+ var ad_tag = 'http://ad.doubleclick.net/N6556/adj/' + BF_DFP_SITE + BF_DFP_ZONE + ';wid=9;page=1;sz=5x5;pos=story-bpage;tile=9;' + BF_DFP_KVS + ';' + BF_TAG + win8AdCall() + '';
+ if (typeof AD_DESIGN != 'undefined') {
+ ad_tag += ';abtest=' + AD_DESIGN + ';'
+ }
+
+ //Loreal MUC channel
+ if (window.location.search.match('loreal_feed=1') && BF_STATIC.tt_page === "Buzz") {
+ ad_tag += 'loreal_feed=1;'
+ }
+
+ ad_tag += 'poe=' + BF_REFERER + ';';
+ ad_tag += 'ord=' + BF_DFP_ORD + '?';
+
+
+
+ if (ad_tag) {
+ if (!('wid=9;page=1;sz=5x5;pos=story-bpage;tile=9').match(/pos=300x250/) && null !== window.location.search.match("skipdfp")) {
+ window.addEventListener('load', function() {
+ var query = (typeof String.prototype.toQueryParams != 'undefined') ? window.location.search.toQueryParams() : $.deparam.querystring();
+ var ad_user = (query['skipdfp']) ? query['skipdfp'] : 'boost';
+ var extra_params = (/bigstory/.test('wid=9;page=1;sz=5x5;pos=story-bpage;tile=9')) ? '&flex_medium=bigstory' : '';
+ local_ad_call(9, ad_user, extra_params);
+ })
+ } else {
+ if (!BF_STATIC.bf_test_mode || document.cookie.match('sel2_ad') !== null) {
+ document.write('&lt;' + 'scr' + 'ipt type="text/javascr' + 'ipt" src="' + ad_tag + '">&lt;\/scr' + 'ipt' + '>');
+ } else {
+ console.info('disable DFP (dfp_tags.tt)');
+ }
+ }
+ }
+
+ if (null !== window.location.search.match("adtest") && console !== undefined && typeof ad_tag != "undefined") console.log(ad_tag);
+ }
+ </script>
+ </aside>
+ <script type="text/javascript">
+ document.observe('dom:loaded', function() {
+ if (acl.user_can('general_admin')) $('related-post-tools').removeClassName('hidden');
+ });
+ </script>
+ <div class="bf_dom" rel:bf_bucket="abtest" rel:ab_test="collaborate_more_buzz">
+ <div id="collaborate" class="hidden">
+ <section id="related-links" class="related-links-full bckg_img_aaa_png c js_site_unit_more_buzz" rel:gt_cat="[ttp]:related-links" pound_position="4ldqpev">
+ <div id="related-post-tools" class="hidden">
+ <a id="edit-related-button" rel:bf_bucket_data="{'update-related':{'buzz_id':'3758406'}}" class="bf_dom edit-related" onclick="return false" href="javascript:;">EDIT</a>
+ </div>
+ <header>
+ <div class="headline-2">More Buzz</div>
+ </header>
+ <ul>
+ <li class="related-big js_opt_unit_more_buzz hidden">
+ <a rel:gt_act="related-link/thumb" rel:gt_label="editor/sirajdatoo" href="/sirajdatoo/police-arrest-3-students-and-use-cs-spray-during-anti-fees-p" class="related-thumb" track_load="imp_attr_" track_mousedown="click_attr_" rel:buzz_id="3758406" rel:opt_variation="control" rel:fallback="true">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2014-12/4/5/campaign_images/webdr06/police-arrest-three-students-and-use-cs-spray-dur-2-19155-1417690696-19_big.jpg" alt=""/>
+ </a>
+ <span>
+ <a rel:gt_act="related-link/name" rel:gt_label="editor/sirajdatoo" class="related-title" href="/sirajdatoo/police-arrest-3-students-and-use-cs-spray-during-anti-fees-p" track_load="imp_attr_" track_mousedown="click_attr_" rel:buzz_id="3758406" rel:opt_variation="control" rel:fallback="true">Police Arrest Three Students And Use CS Spray During Anti-Fees Protest At Warwick</a>
+ <a rel:gt_act="related-link/remove" rel:gt_label="editor/sirajdatoo" href="javascript:;" class="editor-delete_related_links delete_related_links" onclick="return false;" rel:campaignid="3758406" rel:related_campaignid="3533389" rel:buzz_name="Police%20Arrest%20Three%20Students%20And%20Use%20CS%20Spray%20During%20Anti-Fees%20Protest%20At%20Warwick" style="display:none">×</a>
+ </span>
+ </li>
+ <li>
+ <span><a rel:gt_act="related-link/name" rel:gt_label="editor/richardhjames" href="/richardhjames/durham-student-newspaper-publishes-powerful-front-page-calli" rel:buzz_id="3758406" rel:opt_variation="control" rel:fallback="true">Durham Student Newspaper Publishes Powerful Front Page Calling For Action After Student Drownings</a>
+ <a rel:gt_act="related-link/remove" rel:gt_label="editor/richardhjames" href="javascript:;" class="editor-delete_related_links delete_related_links" onclick="return false;" rel:campaignid="3758406" rel:related_campaignid="3645732" rel:buzz_name="Durham%20Student%20Newspaper%20Publishes%20Powerful%20Front%20Page%20Calling%20For%20Action%20After%20Student%20Drownings" style="display:none">×</a>
+ </span>
+ </li>
+ <li>
+ <span><a rel:gt_act="related-link/name" rel:gt_label="editor/floperry" href="/floperry/university-college-london-closed-an-exhibition-that-displaye" rel:buzz_id="3758406" rel:opt_variation="control" rel:fallback="true">University College London Closed An Exhibition That Displayed Students’ Stories Of Sexual Harrassment</a>
+ <a rel:gt_act="related-link/remove" rel:gt_label="editor/floperry" href="javascript:;" class="editor-delete_related_links delete_related_links" onclick="return false;" rel:campaignid="3758406" rel:related_campaignid="3536836" rel:buzz_name="University%20College%20London%20Closed%20An%20Exhibition%20That%20Displayed%20Students'%20Stories%20Of%20Sexual%20Harrassment" style="display:none">×</a>
+ </span>
+ </li>
+ <li>
+ <span><a rel:gt_act="related-link/name" rel:gt_label="editor/richardhjames" href="/richardhjames/durham-student-lucky-to-be-alive-after-being-rescued-from-ri" rel:buzz_id="3758406" rel:opt_variation="control" rel:fallback="true">Durham Student Rescued From River “Lucky To Be Alive” Following Deaths Of Three Others</a>
+ <a rel:gt_act="related-link/remove" rel:gt_label="editor/richardhjames" href="javascript:;" class="editor-delete_related_links delete_related_links" onclick="return false;" rel:campaignid="3758406" rel:related_campaignid="3596109" rel:buzz_name="Durham%20Student%20%20Rescued%20From%20River%20%E2%80%9CLucky%20To%20Be%20Alive%E2%80%9D%20Following%20Deaths%20Of%20Three%20Others" style="display:none">×</a>
+ </span>
+ </li>
+ </ul>
+ <span style="display:none;" class="alert_box popup_box update_related">
+ <form class="alert_form" id="related_links_form" method="post">
+ <div class="form_header">
+ <div class="headline-1">Related Links</div>
+ <a class="alert_close_btn bf_dom" rel:bf_bucket="related-cancel">×</a>
+ </div>
+ <div class="form_body">
+ <div class="headline-2">Note: once you save these links, they will no longer update automatically.</div>
+
+ <div class="related_input">1. <input id="related1" class="bf_dom" placeholder="http://www.buzzfeed.com/username/uri" value="http://www.buzzfeed.com/sirajdatoo/police-arrest-3-students-and-use-cs-spray-during-anti-fees-p" name="related1" size="75" type="text"/></div>
+
+ <div class="related_input">2. <input id="related2" class="bf_dom" placeholder="http://www.buzzfeed.com/username/uri" value="http://www.buzzfeed.com/richardhjames/durham-student-newspaper-publishes-powerful-front-page-calli" name="related2" size="75" type="text"/></div>
+
+ <div class="related_input">3. <input id="related3" class="bf_dom" placeholder="http://www.buzzfeed.com/username/uri" value="http://www.buzzfeed.com/floperry/university-college-london-closed-an-exhibition-that-displaye" name="related3" size="75" type="text"/></div>
+
+ <div class="related_input">4. <input id="related4" class="bf_dom" placeholder="http://www.buzzfeed.com/username/uri" value="http://www.buzzfeed.com/richardhjames/durham-student-lucky-to-be-alive-after-being-rescued-from-ri" name="related4" size="75" type="text"/></div>
+
+ </div>
+ <div class="form_btns">
+ <span id="save_spinner" style="display: none;">
+ <img nopin="nopin" src="http://s3-ak.buzzfed.com/static/images/public/spinners/big_on_white.gif"/>
+ </span>
+ <a class="button2 smaller bf_dom" rel:bf_bucket_data="{'related-save':{'buzz_id':'3758406'}}" onclick="return false" href="javascript:;">Save Changes</a>
+ <a class="button2 smaller grey bf_dom" rel:bf_bucket="related-cancel" onclick="return false" href="javascript:;">Cancel</a>
+ </div>
+ </form>
+ </span>
+ </section>
+ </div>
+ <div id="control" class="">
+ <section id="related-links" class="related-links-full bckg_img_aaa_png c js_site_unit_more_buzz" rel:gt_cat="[ttp]:related-links" pound_position="4ldqpdu">
+ <div id="related-post-tools" class="hidden">
+ <a id="edit-related-button" rel:bf_bucket_data="{'update-related':{'buzz_id':'3758406'}}" class="bf_dom edit-related" onclick="return false" href="javascript:;">EDIT</a>
+ </div>
+ <header>
+ <div class="headline-2">More Buzz</div>
+ </header>
+ <ul>
+ <li class="related-big ">
+ <a rel:gt_act="related-link/thumb" rel:gt_label="editor/sirajdatoo" href="/sirajdatoo/police-arrest-3-students-and-use-cs-spray-during-anti-fees-p" class="related-thumb" track_load="imp_attr_" track_mousedown="click_attr_" rel:buzz_id="3758406" rel:opt_variation="control">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2014-12/4/5/campaign_images/webdr06/police-arrest-three-students-and-use-cs-spray-dur-2-19155-1417690696-19_big.jpg" alt=""/>
+ </a>
+ <span>
+ <a rel:gt_act="related-link/name" rel:gt_label="editor/sirajdatoo" class="related-title" href="/sirajdatoo/police-arrest-3-students-and-use-cs-spray-during-anti-fees-p" track_load="imp_attr_" track_mousedown="click_attr_" rel:buzz_id="3758406" rel:opt_variation="control">Police Arrest Three Students And Use CS Spray During Anti-Fees Protest At Warwick</a>
+ <a rel:gt_act="related-link/remove" rel:gt_label="editor/sirajdatoo" href="javascript:;" class="editor-delete_related_links delete_related_links" onclick="return false;" rel:campaignid="3758406" rel:related_campaignid="3533389" rel:buzz_name="Police%20Arrest%20Three%20Students%20And%20Use%20CS%20Spray%20During%20Anti-Fees%20Protest%20At%20Warwick" style="display:none">×</a>
+ </span>
+ </li>
+ <li>
+ <span><a rel:gt_act="related-link/name" rel:gt_label="editor/richardhjames" href="/richardhjames/durham-student-newspaper-publishes-powerful-front-page-calli" rel:buzz_id="3758406" rel:opt_variation="control">Durham Student Newspaper Publishes Powerful Front Page Calling For Action After Student Drownings</a>
+ <a rel:gt_act="related-link/remove" rel:gt_label="editor/richardhjames" href="javascript:;" class="editor-delete_related_links delete_related_links" onclick="return false;" rel:campaignid="3758406" rel:related_campaignid="3645732" rel:buzz_name="Durham%20Student%20Newspaper%20Publishes%20Powerful%20Front%20Page%20Calling%20For%20Action%20After%20Student%20Drownings" style="display:none">×</a>
+ </span>
+ </li>
+ <li>
+ <span><a rel:gt_act="related-link/name" rel:gt_label="editor/floperry" href="/floperry/university-college-london-closed-an-exhibition-that-displaye" rel:buzz_id="3758406" rel:opt_variation="control">University College London Closed An Exhibition That Displayed Students’ Stories Of Sexual Harrassment</a>
+ <a rel:gt_act="related-link/remove" rel:gt_label="editor/floperry" href="javascript:;" class="editor-delete_related_links delete_related_links" onclick="return false;" rel:campaignid="3758406" rel:related_campaignid="3536836" rel:buzz_name="University%20College%20London%20Closed%20An%20Exhibition%20That%20Displayed%20Students'%20Stories%20Of%20Sexual%20Harrassment" style="display:none">×</a>
+ </span>
+ </li>
+ <li>
+ <span><a rel:gt_act="related-link/name" rel:gt_label="editor/richardhjames" href="/richardhjames/durham-student-lucky-to-be-alive-after-being-rescued-from-ri" rel:buzz_id="3758406" rel:opt_variation="control">Durham Student Rescued From River “Lucky To Be Alive” Following Deaths Of Three Others</a>
+ <a rel:gt_act="related-link/remove" rel:gt_label="editor/richardhjames" href="javascript:;" class="editor-delete_related_links delete_related_links" onclick="return false;" rel:campaignid="3758406" rel:related_campaignid="3596109" rel:buzz_name="Durham%20Student%20%20Rescued%20From%20River%20%E2%80%9CLucky%20To%20Be%20Alive%E2%80%9D%20Following%20Deaths%20Of%20Three%20Others" style="display:none">×</a>
+ </span>
+ </li>
+ </ul>
+ <span style="display:none;" class="alert_box popup_box update_related">
+ <form class="alert_form" id="related_links_form" method="post">
+ <div class="form_header">
+ <div class="headline-1">Related Links</div>
+ <a class="alert_close_btn bf_dom" rel:bf_bucket="related-cancel">×</a>
+ </div>
+ <div class="form_body">
+ <div class="headline-2">Note: once you save these links, they will no longer update automatically.</div>
+
+ <div class="related_input">1. <input id="related1" class="bf_dom" placeholder="http://www.buzzfeed.com/username/uri" value="http://www.buzzfeed.com/sirajdatoo/police-arrest-3-students-and-use-cs-spray-during-anti-fees-p" name="related1" size="75" type="text"/></div>
+
+ <div class="related_input">2. <input id="related2" class="bf_dom" placeholder="http://www.buzzfeed.com/username/uri" value="http://www.buzzfeed.com/richardhjames/durham-student-newspaper-publishes-powerful-front-page-calli" name="related2" size="75" type="text"/></div>
+
+ <div class="related_input">3. <input id="related3" class="bf_dom" placeholder="http://www.buzzfeed.com/username/uri" value="http://www.buzzfeed.com/floperry/university-college-london-closed-an-exhibition-that-displaye" name="related3" size="75" type="text"/></div>
+
+ <div class="related_input">4. <input id="related4" class="bf_dom" placeholder="http://www.buzzfeed.com/username/uri" value="http://www.buzzfeed.com/richardhjames/durham-student-lucky-to-be-alive-after-being-rescued-from-ri" name="related4" size="75" type="text"/></div>
+
+ </div>
+ <div class="form_btns">
+ <span id="save_spinner" style="display: none;">
+ <img nopin="nopin" src="http://s3-ak.buzzfed.com/static/images/public/spinners/big_on_white.gif"/>
+ </span>
+ <a class="button2 smaller bf_dom" rel:bf_bucket_data="{'related-save':{'buzz_id':'3758406'}}" onclick="return false" href="javascript:;">Save Changes</a>
+ <a class="button2 smaller grey bf_dom" rel:bf_bucket="related-cancel" onclick="return false" href="javascript:;">Cancel</a>
+ </div>
+ </form>
+ </span>
+ </section>
+ </div>
+ </div>
+ </div>
+ <aside class="views-tags">
+ <p>
+ <span class="tags">Tagged:<a rel:gt_act="post/tag" class="tag pub" href="/tag/diet_pills">diet pills</a>, <a rel:gt_act="post/tag" class="tag pub" href="/tag/inquests">inquests</a>, <a rel:gt_act="post/tag" class="tag pub" href="/tag/online_shopping">online shopping</a>, <a rel:gt_act="post/tag" class="tag pub" href="/tag/uk">uk</a>, <a class="tag" href="/badge/viral">viral</a> </span>
+ </p>
+ </aside>
+ <div id="preFacebookComment" class="bf_dom" rel:bf_bucket_data="{&quot;progLoaderElement&quot;:{},&quot;scrollDifference&quot;:&quot;2000&quot;,&quot;reachElementMark&quot;:&quot;.bottom-share-buttons&quot;,&quot;name&quot;:&quot;fb_comments_control&quot;}">&nbsp;</div>
+ <section class="section hidden" id="fb_comments_control">
+ <header class="header">
+ <div class="headline-1">Facebook Conversations</div>
+ </header>
+ <div class="fb_comments_wrapper">
+ <img nopin="nopin" class="load-spinner" src="http://s3-ak.buzzfeed.com/static/images/public/spinners/big_on_white.gif?v=201504241415"/>
+ </div>
+ </section>
+ </article>
+ </div>
+ <div class="Column2 ">
+ <div class="featured_section section c dfp_bigstory" rel:gt_cat="[ttp]:bigstory">
+ <div class="bf-widget partner-area bf_dom gpt bsu_b" style="display:none;" id="BF_WIDGET_13" rel:bf_ad_position="30" rel:bf_bucket="abtest" rel:ab_test="AD_SIDEWIDE_BSU_REDESIGN">
+ <div id="bf-item-13-1" class="bf-item lede lede--stacked">
+ <div class="partner-sash abtest">Promoted</div>
+ <div id="div-gpt-ad-13" style="position:absolute;overflow:hidden;z-index:-1"></div>
+ <script type="text/javascript">
+ if (AD_DESIGN == 'gpt') {
+ loadGPTAd({
+ 'wid': 13
+ });
+ }
+ </script>
+ <a rel:gt_act="dfp/thumb" href="" class="bf-url lede__link">
+ <div class="lede__media">
+ <img nopin="nopin" class="flex-wide-thumb bf-image-bigstory media__object" src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width="300"/>
+ </div>
+ </a>
+ <h2 class="bf-item-title lede__title">
+ <a rel:gt_act="dfp/title" href="" class="bf-url bf-name lede__link"></a>
+ </h2>
+ <p class="bf-blurb description" rel:bf_truncate="120"></p>
+ <div class="media">
+ <div class="pull-left">
+ <a rel:gt_act="dfp/avatar" href="" class="bf-user-url media__object pull-left">
+ <img nopin="nopin" class="bf-user_image_large media__object" src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" height="35" width="35"/>
+ </a>
+ </div>
+ <div class="media__body">
+ <div class="by-line by-line--f-ad cf">
+ <div class="rect pull-left promoted-label bf-byline_prefix">Promoted by</div>
+ </div>
+ <div class="type-6 by-line by-line--f-other bf-byline-other">BuzzFeed Staff</div>
+ <div class="media__heading">
+ <a rel:gt_act="dfp/username" href="" class="bf-user-url bf-display_name type-5 byline__author"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ (function() {
+ var AD = document.getElementById('BF_WIDGET_' + 13) || document.getElementById('BF_IFRAME_' + 13);
+ if (AB_AD_TEST && AD && AD_DESIGN) {
+ AD.className = AD.className + " " + AD_DESIGN;
+ }
+ })()
+ </script>
+ <script type="text/javascript">
+ if (AD_DESIGN != 'gpt') {
+
+ if (!window['win8AdCall']) {
+ window['win8AdCall'] = function() { /* do nothing */ };
+ }
+ var ad_tag = 'http://ad.doubleclick.net/N6556/adj/' + BF_DFP_SITE + BF_DFP_ZONE + ';wid=13;page=1;sz=300x250;pos=bigstorybpage;tile=13;flex_medium=bigstory;' + BF_DFP_KVS + ';' + BF_TAG + win8AdCall() + '';
+ if (typeof AD_DESIGN != 'undefined') {
+ ad_tag += ';abtest=' + AD_DESIGN + ';'
+ }
+
+ //Loreal MUC channel
+ if (window.location.search.match('loreal_feed=1') && BF_STATIC.tt_page === "Buzz") {
+ ad_tag += 'loreal_feed=1;'
+ }
+
+ ad_tag += 'poe=' + BF_REFERER + ';';
+ ad_tag += 'ord=' + BF_DFP_ORD + '?';
+
+
+
+ if (ad_tag) {
+ if (!('wid=13;page=1;sz=300x250;pos=bigstorybpage;tile=13;flex_medium=bigstory').match(/pos=300x250/) && null !== window.location.search.match("skipdfp")) {
+ window.addEventListener('load', function() {
+ var query = (typeof String.prototype.toQueryParams != 'undefined') ? window.location.search.toQueryParams() : $.deparam.querystring();
+ var ad_user = (query['skipdfp']) ? query['skipdfp'] : 'boost';
+ var extra_params = (/bigstory/.test('wid=13;page=1;sz=300x250;pos=bigstorybpage;tile=13;flex_medium=bigstory')) ? '&flex_medium=bigstory' : '';
+ local_ad_call(13, ad_user, extra_params);
+ })
+ } else {
+ if (!BF_STATIC.bf_test_mode || document.cookie.match('sel2_ad') !== null) {
+ document.write('&lt;' + 'scr' + 'ipt type="text/javascr' + 'ipt" src="' + ad_tag + '">&lt;\/scr' + 'ipt' + '>');
+ } else {
+ console.info('disable DFP (dfp_tags.tt)');
+ }
+ }
+ }
+
+ if (null !== window.location.search.match("adtest") && console !== undefined && typeof ad_tag != "undefined") console.log(ad_tag);
+ }
+ </script>
+ </div>
+ <!-- \dfp_bigstory -->
+ <!-- X---IN-DEPTH---X -@- /plugin/indepth/v:1.0 -->
+ <div class="indepth-module bf_dom" rel:bf_bucket_data="{'indepth_buzz':{'indepth_buzz_id':3755831}}">
+ <div class="indepth-module__logo-wrap">
+ <a href="/news" class="indepth-module__logo-wrap__logo-image" rel:gt_act="indepth-module:buzzfeed-news-logo"></a>
+ </div>
+ <a class="indepth-module__thumbnail" href="/ellievhall/gone-girl-an-interview-with-an-american-in-isis" rel:gt_label="3755831" rel:gt_act="indepth-module:image"><img nopin="nopin" src="http://s3-ak.buzzfeed.com/static/2015-04/22/14/campaign_images/webdr15/gone-girl-an-interview-with-an-american-in-isis-2-4632-1429727152-8_wide.jpg" height="118" width="336"/></a>
+ <div class="indepth-module__text">
+ <a class="indepth-module__title" href="/ellievhall/gone-girl-an-interview-with-an-american-in-isis" rel:gt_label="3755831" rel:gt_act="indepth-module:title">Gone Girl: An Interview With An American In ISIS</a>
+ <p class="indepth-module__subtitle">
+ by <a href="/ellievhall" rel:gt_act="indepth-module:author">Ellie Hall</a>
+ </p>
+ </div>
+ </div>
+ <!-- UNIT:Indepth generated on 9:20:20, 4/27/2015 -->
+ <!-- \in_depth -->
+ <div class="vertical-sidebar-info">
+ <div class="connect-widget connect-widget--uknews">
+ <h4 class="connect-widget__title">
+ <span>
+ Connect With
+
+ <svg viewBox="0 0 847 151" class="connect-widget__svg-logo">
+ <use xlink:href="#logo"></use>
+ </svg>
+
+
+ News
+
+ </span>
+ </h4>
+ <a href="http://www.facebook.com/BuzzFeedUKNews" class="connect-widget__button btn--facebook" rel:gt_act="share/facebook/like">
+ <svg viewBox="0 0 512 512" class="connect-widget__btn-svg">
+ <use xlink:href="#facebook"></use>
+ </svg>
+ Like Us On Facebook
+ </a>
+ <a href="http://www.twitter.com/BuzzFeedUK" class="connect-widget__button btn--twitter" rel:gt_act="share/twitter/follow">
+ <svg viewBox="0 0 512 512" class="connect-widget__btn-svg">
+ <use xlink:href="#tweet"></use>
+ </svg>
+ Follow Us On Twitter
+ </a>
+ </div>
+ </div>
+ <!-- /.vertical-sidebar-info -->
+ <!-- \sidebar_info -->
+ <!-- X---MORE-NEWS---X -@- /plugin/morenews/v:1.0 -->
+ <div class="section block bf_dom js-rightcol--control" rel:bf_bucket="abtest" rel:ab_test="bpage_sticking_rightcol" rel:gt_cat="[ttp]:sidebar/more-news" pound_position="4ldqpjb">
+ <div class="vertical-info-banner">
+ <span class="text">More News</span>
+ <div class="notch"></div>
+ </div>
+ <div class="content">
+ <ul>
+ <script type="text/javascript">
+ var imp_attr_3763538_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3763538_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post top bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FONSF7&quot;,&quot;u&quot;:&quot;71GVND7&quot;,&quot;buzz&quot;:&quot;family-friends-mourn-freddie-gray-at-wake-one-night-after-ch&quot;,&quot;user&quot;:&quot;mbvd&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-family-friends-mourn-freddie-gray-at-wake-one-night-after-ch">
+ <a href="/mbvd/family-friends-mourn-freddie-gray-at-wake-one-night-after-ch" rel:gt_act="buzzing/thumb" rel:buzz_id="3763538">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/5/campaign_images/webdr01/family-friends-mourn-freddie-gray-at-wake-one-nig-2-15357-1430127651-1_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/5/campaign_images/webdr01/family-friends-mourn-freddie-gray-at-wake-one-nig-2-15357-1430127651-1_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3763538&quot;}"></a>
+ <h2><a href="/mbvd/family-friends-mourn-freddie-gray-at-wake-one-night-after-ch" rel:gt_act="buzzing/title" rel:buzz_id="3763538">Family, Friends Mourn Freddie Gray At Wake One Night After Chaotic Protests</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3762718_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3762718_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOJCZ7&quot;,&quot;u&quot;:&quot;7BEY927&quot;,&quot;buzz&quot;:&quot;nepal-shaken-up-by-major-earthquake&quot;,&quot;user&quot;:&quot;felipearaujo&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-nepal-shaken-up-by-major-earthquake">
+ <a href="/felipearaujo/nepal-shaken-up-by-major-earthquake" rel:gt_act="buzzing/thumb" rel:buzz_id="3762718">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/8/campaign_images/webdr02/death-toll-in-nepal-rises-to-3600-2-8835-1430139002-18_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/8/campaign_images/webdr02/death-toll-in-nepal-rises-to-3600-2-8835-1430139002-18_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3762718&quot;}"></a>
+ <h2><a href="/felipearaujo/nepal-shaken-up-by-major-earthquake" rel:gt_act="buzzing/title" rel:buzz_id="3762718">Death Toll In Nepal Rises To 3,600</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3763853_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3763853_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOPHO7&quot;,&quot;u&quot;:&quot;71V1G7&quot;,&quot;buzz&quot;:&quot;tsarnaev-to-launch-defense-against-death-penalty&quot;,&quot;user&quot;:&quot;mikehayes&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-tsarnaev-to-launch-defense-against-death-penalty">
+ <a href="/mikehayes/tsarnaev-to-launch-defense-against-death-penalty" rel:gt_act="buzzing/thumb" rel:buzz_id="3763853">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/9/campaign_images/webdr04/tsarnaev-to-launch-defense-against-death-penalty-2-8928-1430139758-25_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/9/campaign_images/webdr04/tsarnaev-to-launch-defense-against-death-penalty-2-8928-1430139758-25_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3763853&quot;}"></a>
+ <h2><a href="/mikehayes/tsarnaev-to-launch-defense-against-death-penalty" rel:gt_act="buzzing/title" rel:buzz_id="3763853">Tsarnaev To Launch Defense Against Death Penalty</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3763894_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3763894_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOPPN7&quot;,&quot;u&quot;:&quot;7793T17&quot;,&quot;buzz&quot;:&quot;ultra-patriotic-russian-biker-gang-refused-entry-to-poland&quot;,&quot;user&quot;:&quot;franciswhittaker&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-ultra-patriotic-russian-biker-gang-refused-entry-to-poland">
+ <a href="/franciswhittaker/ultra-patriotic-russian-biker-gang-refused-entry-to-poland" rel:gt_act="buzzing/thumb" rel:buzz_id="3763894">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/9/campaign_images/webdr05/ultra-patriotic-russian-biker-gang-refused-entry--2-17023-1430140685-30_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/9/campaign_images/webdr05/ultra-patriotic-russian-biker-gang-refused-entry--2-17023-1430140685-30_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3763894&quot;}"></a>
+ <h2><a href="/franciswhittaker/ultra-patriotic-russian-biker-gang-refused-entry-to-poland" rel:gt_act="buzzing/title" rel:buzz_id="3763894">Ultra-Patriotic Russian Biker Gang Refused Entry To Poland</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3763883_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3763883_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOPNI7&quot;,&quot;u&quot;:&quot;7843DL7&quot;,&quot;buzz&quot;:&quot;swastikas-painted-on-sae-fraternity-house-at-stanford-univer&quot;,&quot;user&quot;:&quot;maryanngeorgantopoulos&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-swastikas-painted-on-sae-fraternity-house-at-stanford-univer">
+ <a href="/maryanngeorgantopoulos/swastikas-painted-on-sae-fraternity-house-at-stanford-univer" rel:gt_act="buzzing/thumb" rel:buzz_id="3763883">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/8/campaign_images/webdr06/swastikas-painted-on-sae-fraternity-house-at-stan-2-29351-1430137347-1_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/8/campaign_images/webdr06/swastikas-painted-on-sae-fraternity-house-at-stan-2-29351-1430137347-1_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3763883&quot;}"></a>
+ <h2><a href="/maryanngeorgantopoulos/swastikas-painted-on-sae-fraternity-house-at-stanford-univer" rel:gt_act="buzzing/title" rel:buzz_id="3763883">Swastikas Painted On SAE Fraternity House At Stanford University</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3763873_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3763873_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOPLK7&quot;,&quot;u&quot;:&quot;7C3FH97&quot;,&quot;buzz&quot;:&quot;andrew-chan-marries-partner-a-day-before-execution&quot;,&quot;user&quot;:&quot;robstott&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-andrew-chan-marries-partner-a-day-before-execution">
+ <a href="/robstott/andrew-chan-marries-partner-a-day-before-execution" rel:gt_act="buzzing/thumb" rel:buzz_id="3763873">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/8/campaign_images/webdr07/andrew-chan-marries-partner-a-day-before-execution-2-26101-1430136567-7_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/8/campaign_images/webdr07/andrew-chan-marries-partner-a-day-before-execution-2-26101-1430136567-7_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3763873&quot;}"></a>
+ <h2><a href="/robstott/andrew-chan-marries-partner-a-day-before-execution" rel:gt_act="buzzing/title" rel:buzz_id="3763873">Andrew Chan Marries Partner A Day Before Execution</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3763406_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3763406_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FON2R7&quot;,&quot;u&quot;:&quot;71BDXX7&quot;,&quot;buzz&quot;:&quot;supreme-courts-simple-marriage-case-questions-lead-to-comple&quot;,&quot;user&quot;:&quot;chrisgeidner&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-supreme-courts-simple-marriage-case-questions-lead-to-comple">
+ <a href="/chrisgeidner/supreme-courts-simple-marriage-case-questions-lead-to-comple" rel:gt_act="buzzing/thumb" rel:buzz_id="3763406">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/1/campaign_images/webdr08/supreme-courts-simple-marriage-case-questions-lea-2-3565-1430112279-6_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/1/campaign_images/webdr08/supreme-courts-simple-marriage-case-questions-lea-2-3565-1430112279-6_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3763406&quot;}"></a>
+ <h2><a href="/chrisgeidner/supreme-courts-simple-marriage-case-questions-lead-to-comple" rel:gt_act="buzzing/title" rel:buzz_id="3763406">Supreme Court’s Simple Marriage Case Questions Lead To Complex Arguments</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3739824_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3739824_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FL3PD7&quot;,&quot;u&quot;:&quot;7YLFS7&quot;,&quot;buzz&quot;:&quot;the-south-carolina-audition-to-be-hillary-clintons-most-seri&quot;,&quot;user&quot;:&quot;rubycramer&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-the-south-carolina-audition-to-be-hillary-clintons-most-seri">
+ <a href="/rubycramer/the-south-carolina-audition-to-be-hillary-clintons-most-seri" rel:gt_act="buzzing/thumb" rel:buzz_id="3739824">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/26/22/campaign_images/webdr06/the-south-carolina-audition-to-be-hillary-clinton-2-11926-1430100389-5_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/26/22/campaign_images/webdr06/the-south-carolina-audition-to-be-hillary-clinton-2-11926-1430100389-5_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3739824&quot;}"></a>
+ <h2><a href="/rubycramer/the-south-carolina-audition-to-be-hillary-clintons-most-seri" rel:gt_act="buzzing/title" rel:buzz_id="3739824">The South Carolina Audition To Be Hillary Clinton’s Most Serious Challenger</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3762507_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3762507_13 = {
+ "PROMO_CLICK": "13"
+ };
+
+ var promotions = [{
+ "width": "125",
+ "extra_fields": {
+ "small": {
+ "width": 870,
+ "left": 0,
+ "top": 0,
+ "height": "578"
+ },
+ "big": {
+ "width": 870,
+ "left": 119.518072289157,
+ "top": 0,
+ "height": 578
+ },
+ "wide": {
+ "width": 870,
+ "left": 119.518072289157,
+ "top": 192,
+ "height": 306
+ }
+ },
+ "image_dblwide": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_dblwide.jpg",
+ "clicks": null,
+ "dud": "0",
+ "added": "2015-04-27 09:08:40",
+ "campaign_id": "3762507",
+ "rate": 0,
+ "impressions": null,
+ "image_id": "175776",
+ "original_image_width": "990",
+ "promoter": "2666258",
+ "updated": null,
+ "id": "269482",
+ "image_dblbig": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_dblbig.jpg",
+ "is_default": "0",
+ "promotion_image_id": "175776",
+ "sub_buzz_id": "0",
+ "image_big": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_big.jpg",
+ "probability": 0.25,
+ "active": "1",
+ "original_image_height": "578",
+ "height": "83",
+ "description": "&lt;b>In my secular life, I'm a marathoner and stand-up comic.&lt;/b> In the eyes of the church, I'm a charity case.",
+ "image": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12.jpg",
+ "old": "0",
+ "promotion_medium_id": "1",
+ "flexpro_recipients": "",
+ "title": "Rejecting Motherhood As A Mormon Woman",
+ "image_wide": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_wide.jpg",
+ "original_image": "/static/2015-04/25/20/enhanced/webdr13/original-25550-1430009073-11.jpg"
+ }, {
+ "width": "125",
+ "extra_fields": {
+ "small": {
+ "width": 870,
+ "left": 0,
+ "top": 0,
+ "height": "578"
+ },
+ "big": {
+ "width": 870,
+ "left": 119.518072289157,
+ "top": 0,
+ "height": 578
+ },
+ "wide": {
+ "width": 870,
+ "left": 119.518072289157,
+ "top": 192,
+ "height": 306
+ }
+ },
+ "image_dblwide": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_dblwide.jpg",
+ "clicks": null,
+ "dud": "0",
+ "added": "2015-04-27 09:08:43",
+ "campaign_id": "3762507",
+ "rate": 0,
+ "impressions": null,
+ "image_id": "175776",
+ "original_image_width": "990",
+ "promoter": "2666258",
+ "updated": null,
+ "id": "269485",
+ "image_dblbig": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_dblbig.jpg",
+ "is_default": "0",
+ "promotion_image_id": "175776",
+ "sub_buzz_id": "0",
+ "image_big": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_big.jpg",
+ "probability": 0.25,
+ "active": "1",
+ "original_image_height": "578",
+ "height": "83",
+ "description": "&lt;b>In my secular life, I'm a marathoner and stand-up comic.&lt;/b> In the eyes of the church, I'm a charity case.",
+ "image": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12.jpg",
+ "old": "0",
+ "promotion_medium_id": "1",
+ "flexpro_recipients": "",
+ "title": "Mormon, Childless, And Constantly Condescended To",
+ "image_wide": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_wide.jpg",
+ "original_image": "/static/2015-04/25/20/enhanced/webdr13/original-25550-1430009073-11.jpg"
+ }, {
+ "width": "125",
+ "extra_fields": {
+ "small": {
+ "width": 870,
+ "left": 0,
+ "top": 0,
+ "height": "578"
+ },
+ "big": {
+ "width": 870,
+ "left": 119.518072289157,
+ "top": 0,
+ "height": 578
+ },
+ "wide": {
+ "width": 870,
+ "left": 119.518072289157,
+ "top": 192,
+ "height": 306
+ }
+ },
+ "image_dblwide": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_dblwide.jpg",
+ "clicks": null,
+ "dud": "0",
+ "added": "2015-04-27 09:08:43",
+ "campaign_id": "3762507",
+ "rate": 0,
+ "impressions": null,
+ "image_id": "175776",
+ "original_image_width": "990",
+ "promoter": "2666258",
+ "updated": null,
+ "id": "269484",
+ "image_dblbig": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_dblbig.jpg",
+ "is_default": "0",
+ "promotion_image_id": "175776",
+ "sub_buzz_id": "0",
+ "image_big": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_big.jpg",
+ "probability": 0.25,
+ "active": "1",
+ "original_image_height": "578",
+ "height": "83",
+ "description": "&lt;b>In my secular life, I'm a marathoner and stand-up comic.&lt;/b> In the eyes of the church, I'm a charity case.",
+ "image": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12.jpg",
+ "old": "0",
+ "promotion_medium_id": "1",
+ "flexpro_recipients": "",
+ "title": "Mormon And Childless By Choice",
+ "image_wide": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_wide.jpg",
+ "original_image": "/static/2015-04/25/20/enhanced/webdr13/original-25550-1430009073-11.jpg"
+ }, {
+ "width": "125",
+ "extra_fields": {
+ "small": {
+ "width": 870,
+ "left": 0,
+ "top": 0,
+ "height": "578"
+ },
+ "big": {
+ "width": 870,
+ "left": 119.518072289157,
+ "top": 0,
+ "height": 578
+ },
+ "wide": {
+ "width": 870,
+ "left": 119.518072289157,
+ "top": 192,
+ "height": 306
+ }
+ },
+ "image_dblwide": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140122-14_dblwide.jpg",
+ "clicks": null,
+ "dud": "0",
+ "added": "2015-04-27 09:08:43",
+ "campaign_id": "3762507",
+ "rate": 0,
+ "impressions": null,
+ "image_id": "175777",
+ "original_image_width": "990",
+ "promoter": "2666258",
+ "updated": null,
+ "id": "269483",
+ "image_dblbig": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140122-14_dblbig.jpg",
+ "is_default": "0",
+ "promotion_image_id": "175777",
+ "sub_buzz_id": "0",
+ "image_big": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140122-14_big.jpg",
+ "probability": 0.25,
+ "active": "1",
+ "original_image_height": "578",
+ "height": "83",
+ "description": "&lt;b>In my secular life, I'm a marathoner and stand-up comic.&lt;/b> In the eyes of the church, I'm a charity case.",
+ "image": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140122-14.jpg",
+ "old": "0",
+ "promotion_medium_id": "1",
+ "flexpro_recipients": "",
+ "title": "I'm Mormon But I Don't Want Children. Really.",
+ "image_wide": "/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140122-14_wide.jpg",
+ "original_image": "/static/2015-04/25/20/enhanced/webdr13/original-25550-1430009073-11.jpg"
+ }];
+ var opts = [];
+ for (var i = 0; i &lt; promotions.length; i++)
+ for (var j = 0; j &lt; (promotions[i].probability * 100); j++) opts.push(promotions[i]);
+ var sel_promo = opts[Math.floor(Math.random() * opts.length)];
+ imp_attr_3762507_13.FLEX_PRO_IMP = sel_promo.id;
+ click_attr_3762507_13.FLEX_PRO_CLICK = sel_promo.id;
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOI7Y7&quot;,&quot;u&quot;:&quot;7C8UNP7&quot;,&quot;buzz&quot;:&quot;mormon-childless-and-constantly-condescended-to&quot;,&quot;user&quot;:&quot;jenniferpurdie&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-mormon-childless-and-constantly-condescended-to">
+ <script type="text/javascript">
+ document.write('\
+ &lt;a href="/jenniferpurdie/mormon-childless-and-constantly-condescended-to" rel:gt_act="buzzing/thumb" rel:buzz_id="3762507">\
+ &lt;div style="float:left; position:relative;">\
+ &lt;img src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" rel:bf_image_src="http://s3-ak.buzzfeed.com' + sel_promo.image_wide + '" class="bf_dom thumb" rel:bf_bucket="progload" alt="" />\
+ \
+ &lt;/div>\
+ &lt;/a>\
+ &lt;a class="qe editor-admin" style="display:none" rel:data=\'{"buzz_id":"3762507"}\'>&lt;/a>\
+ &lt;h2>\
+ &lt;a href="/jenniferpurdie/mormon-childless-and-constantly-condescended-to" rel:gt_act="buzzing/title">' + sel_promo.title + '&lt;/a>\
+ &lt;/h2>\
+ ');
+ </script>
+ <a href="/jenniferpurdie/mormon-childless-and-constantly-condescended-to" rel:gt_act="buzzing/thumb" rel:buzz_id="3762507">
+ <div style="float:left; position:relative;"> <img nopin="nopin" src="http://s3-ak.buzzfeed.com/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_wide.jpg" rel:bf_image_src="http://s3-ak.buzzfeed.com/static/2015-04/27/9/campaign_images/webdr02/mormon-childless-and-constantly-condescended-to-2-8804-1430140118-12_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/> </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3762507&quot;}"></a>
+ <h2> <a href="/jenniferpurdie/mormon-childless-and-constantly-condescended-to" rel:gt_act="buzzing/title">Rejecting Motherhood As A Mormon Woman</a> </h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3763007_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3763007_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOKX67&quot;,&quot;u&quot;:&quot;766OVA7&quot;,&quot;buzz&quot;:&quot;windows-broken-scuffles-break-out-at-baltimore-protests&quot;,&quot;user&quot;:&quot;jimdalrympleii&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-windows-broken-scuffles-break-out-at-baltimore-protests">
+ <a href="/jimdalrympleii/windows-broken-scuffles-break-out-at-baltimore-protests" rel:gt_act="buzzing/thumb" rel:buzz_id="3763007">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/26/20/campaign_images/webdr11/35-arrested-after-windows-are-broken-and-clashes--2-10900-1430094476-14_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/26/20/campaign_images/webdr11/35-arrested-after-windows-are-broken-and-clashes--2-10900-1430094476-14_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3763007&quot;}"></a>
+ <h2><a href="/jimdalrympleii/windows-broken-scuffles-break-out-at-baltimore-protests" rel:gt_act="buzzing/title" rel:buzz_id="3763007">35 Arrested After Windows Are Broken And Clashes Break Out At Baltimore Protests</a></h2>
+ </li>
+ </ul>
+ </div>
+ <div class="footer" style="margin-bottom: 35px;">
+ <a class="button2" rel:gt_act="morenews/more-buzz" href="/news">More News ›</a>
+ </div>
+ <script type="text/javascript">
+ var promoted_switch = function() {
+ if (typeof(promoted_match) != 'undefined' && $(promoted_match)) {
+ $(promoted_match).hide();
+ $('promoted-extra-hidden').show();
+ }
+ }
+ promoted_switch();
+ </script>
+ </div>
+ <!-- UNIT:Morenews generated on 9:22:22, 4/27/2015 -->
+ <!-- \morenews -->
+ <div>
+ <!-- X---NOW-BUZZING---X -@- /plugin/nowbuzzing/v:1.0 -->
+ <div class="section block bf_dom fr js-rightcol--control" rel:bf_bucket="abtest" rel:ab_test="bpage_sticking_rightcol" rel:gt_cat="[ttp]:sidebar/now-buzzing" pound_position="4ldqpjc">
+ <div class="vertical-info-banner">
+ <span class="text">Le buzz du moment</span>
+ <div class="notch"></div>
+ </div>
+ <div class="content">
+ <ul>
+ <script type="text/javascript">
+ var imp_attr_3763815_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3763815_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post top bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOPAA7&quot;,&quot;u&quot;:&quot;7CBJA47&quot;,&quot;buzz&quot;:&quot;le-nepal-avant-et-apres-le-dramatique-seisme-de-ce-week-end&quot;,&quot;user&quot;:&quot;adriensenecat&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-le-nepal-avant-et-apres-le-dramatique-seisme-de-ce-week-end">
+ <a href="/adriensenecat/le-nepal-avant-et-apres-le-dramatique-seisme-de-ce-week-end" rel:gt_act="buzzing/thumb" rel:buzz_id="3763815">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/27/6/campaign_images/webdr12/le-nepal-avant-et-apres-le-dramatique-seisme-de-c-2-18873-1430131833-3_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/27/6/campaign_images/webdr12/le-nepal-avant-et-apres-le-dramatique-seisme-de-c-2-18873-1430131833-3_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3763815&quot;}"></a>
+ <h2><a href="/adriensenecat/le-nepal-avant-et-apres-le-dramatique-seisme-de-ce-week-end" rel:gt_act="buzzing/title" rel:buzz_id="3763815">Le Népal avant et après le dramatique séisme de ce week-end</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3754380_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3754380_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FNABP7&quot;,&quot;u&quot;:&quot;7AQFKR7&quot;,&quot;buzz&quot;:&quot;les-relations-au-debut-et-apres-deux-ans&quot;,&quot;user&quot;:&quot;remeepatel&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-les-relations-au-debut-et-apres-deux-ans">
+ <a href="/remeepatel/les-relations-au-debut-et-apres-deux-ans" rel:gt_act="buzzing/thumb" rel:buzz_id="3754380">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/16/10/campaign_images/webdr03/les-relations-au-debut-vs-apres-deux-ans-2-12797-1429193278-36_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/16/10/campaign_images/webdr03/les-relations-au-debut-vs-apres-deux-ans-2-12797-1429193278-36_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3754380&quot;}"></a>
+ <h2><a href="/remeepatel/les-relations-au-debut-et-apres-deux-ans" rel:gt_act="buzzing/title" rel:buzz_id="3754380">Les relations au début VS après deux ans</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3752639_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3752639_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FN0X67&quot;,&quot;u&quot;:&quot;79OCLI7&quot;,&quot;buzz&quot;:&quot;13-photos-impressionnantes-de-femmes-qui-accouchent-a-la-mai&quot;,&quot;user&quot;:&quot;agustinacaferri&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-13-photos-impressionnantes-de-femmes-qui-accouchent-a-la-mai">
+ <a href="/agustinacaferri/13-photos-impressionnantes-de-femmes-qui-accouchent-a-la-mai" rel:gt_act="buzzing/thumb" rel:buzz_id="3752639">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/15/6/campaign_images/webdr14/13-photos-impressionnantes-de-femmes-qui-accouche-2-2246-1429095089-16_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/15/6/campaign_images/webdr14/13-photos-impressionnantes-de-femmes-qui-accouche-2-2246-1429095089-16_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3752639&quot;}"></a>
+ <h2><a href="/agustinacaferri/13-photos-impressionnantes-de-femmes-qui-accouchent-a-la-mai" rel:gt_act="buzzing/title" rel:buzz_id="3752639">13 photos impressionnantes de femmes qui accouchent à domicile au Brésil</a></h2>
+ </li>
+ <li class="bf-widget post sidebar-post bf_dom lede--stacked gpt" style="display:none;" id="BF_WIDGET_6" rel:bf_ad_position="6">
+ <div id="bf-item-6-1" class="bf-item lede">
+ <div class="partner-sash">Sponsorisé</div>
+ <div id="div-gpt-ad-6" style="position:absolute;overflow:hidden;z-index:-1"></div>
+ <script type="text/javascript">
+ if (AD_DESIGN == 'gpt' && !BF_STATIC.buzz_wide) {
+ loadGPTAd({
+ 'wid': 6,
+ 'sidebar': 1
+ });
+ }
+ </script>
+ <a rel:gt_act="dfp/thumb" rel:gt_label="partner" href="" class="bf-url lede__media" rel:gtrack_id="dfp_ad"><img nopin="nopin" class="bf-image-widestory" src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" height="119" width="338"/></a>
+ <h2 class="bf-item-title lede__title"><a href="" class="bf-url bf-name lede__link" rel:gtrack_id="dfp_ad" rel:bf_truncate="100" rel:gt_act="dfp/title" rel:gt_label="partner"></a></h2>
+ </div>
+ </li>
+ <script type="text/javascript">
+ (function() {
+ var AD = document.getElementById('BF_WIDGET_' + 6) || document.getElementById('BF_IFRAME_' + 6);
+ if (AB_AD_TEST && AD && AD_DESIGN) {
+ AD.className = AD.className + " " + AD_DESIGN;
+ }
+ })()
+ </script>
+ <script type="text/javascript">
+ if (AD_DESIGN != 'gpt') {
+
+ if (!window['win8AdCall']) {
+ window['win8AdCall'] = function() { /* do nothing */ };
+ }
+ var ad_tag = 'http://ad.doubleclick.net/N6556/adj/' + BF_DFP_SITE + BF_DFP_ZONE + ';wid=6;posnum=2;sz=3x3;pos=sidebar;tile=6;' + BF_DFP_KVS + ';' + BF_TAG + win8AdCall() + '';
+ if (typeof AD_DESIGN != 'undefined') {
+ ad_tag += ';abtest=' + AD_DESIGN + ';'
+ }
+
+ //Loreal MUC channel
+ if (window.location.search.match('loreal_feed=1') && BF_STATIC.tt_page === "Buzz") {
+ ad_tag += 'loreal_feed=1;'
+ }
+
+ ad_tag += 'poe=' + BF_REFERER + ';';
+ ad_tag += 'ord=' + BF_DFP_ORD + '?';
+
+ ad_tag += ';large_images=1?';
+
+ if (ad_tag) {
+ if (!('wid=6;posnum=2;sz=3x3;pos=sidebar;tile=6').match(/pos=300x250/) && null !== window.location.search.match("skipdfp")) {
+ window.addEventListener('load', function() {
+ var query = (typeof String.prototype.toQueryParams != 'undefined') ? window.location.search.toQueryParams() : $.deparam.querystring();
+ var ad_user = (query['skipdfp']) ? query['skipdfp'] : 'boost';
+ var extra_params = (/bigstory/.test('wid=6;posnum=2;sz=3x3;pos=sidebar;tile=6')) ? '&flex_medium=bigstory' : '';
+ local_ad_call(6, ad_user, extra_params);
+ })
+ } else {
+ if (!BF_STATIC.bf_test_mode || document.cookie.match('sel2_ad') !== null) {
+ document.write('&lt;' + 'scr' + 'ipt type="text/javascr' + 'ipt" src="' + ad_tag + '">&lt;\/scr' + 'ipt' + '>');
+ } else {
+ console.info('disable DFP (dfp_tags.tt)');
+ }
+ }
+ }
+
+ if (null !== window.location.search.match("adtest") && console !== undefined && typeof ad_tag != "undefined") console.log(ad_tag);
+ }
+ </script>
+ <script type="text/javascript">
+ var imp_attr_3749666_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3749666_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FMKV37&quot;,&quot;u&quot;:&quot;76NMVN7&quot;,&quot;buzz&quot;:&quot;14-choses-les-plus-sadiques-imposees-aux-sims&quot;,&quot;user&quot;:&quot;jamiejones&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-14-choses-les-plus-sadiques-imposees-aux-sims">
+ <a href="/jamiejones/14-choses-les-plus-sadiques-imposees-aux-sims" rel:gt_act="buzzing/thumb" rel:buzz_id="3749666">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/14/10/campaign_images/webdr13/les-14-choses-les-plus-sadiques-quon-ait-pu-infli-2-14077-1429021136-14_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/14/10/campaign_images/webdr13/les-14-choses-les-plus-sadiques-quon-ait-pu-infli-2-14077-1429021136-14_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3749666&quot;}"></a>
+ <h2><a href="/jamiejones/14-choses-les-plus-sadiques-imposees-aux-sims" rel:gt_act="buzzing/title" rel:buzz_id="3749666">Les 14 choses les plus sadiques qu’on ait pu infliger aux Sims</a></h2>
+ </li>
+ <li class="bf-widget post sidebar-post bf_dom lede--stacked gpt" style="display:none;" id="BF_WIDGET_7" rel:bf_ad_position="6">
+ <div id="bf-item-7-1" class="bf-item lede">
+ <div class="partner-sash">Sponsorisé</div>
+ <div id="div-gpt-ad-7" style="position:absolute;overflow:hidden;z-index:-1"></div>
+ <script type="text/javascript">
+ if (AD_DESIGN == 'gpt' && !BF_STATIC.buzz_wide) {
+ loadGPTAd({
+ 'wid': 7,
+ 'sidebar': 1
+ });
+ }
+ </script>
+ <a rel:gt_act="dfp/thumb" rel:gt_label="partner" href="" class="bf-url lede__media" rel:gtrack_id="dfp_ad"><img nopin="nopin" class="bf-image-widestory" src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" height="119" width="338"/></a>
+ <h2 class="bf-item-title lede__title"><a href="" class="bf-url bf-name lede__link" rel:gtrack_id="dfp_ad" rel:bf_truncate="100" rel:gt_act="dfp/title" rel:gt_label="partner"></a></h2>
+ </div>
+ </li>
+ <script type="text/javascript">
+ (function() {
+ var AD = document.getElementById('BF_WIDGET_' + 7) || document.getElementById('BF_IFRAME_' + 7);
+ if (AB_AD_TEST && AD && AD_DESIGN) {
+ AD.className = AD.className + " " + AD_DESIGN;
+ }
+ })()
+ </script>
+ <script type="text/javascript">
+ if (AD_DESIGN != 'gpt') {
+
+ if (!window['win8AdCall']) {
+ window['win8AdCall'] = function() { /* do nothing */ };
+ }
+ var ad_tag = 'http://ad.doubleclick.net/N6556/adj/' + BF_DFP_SITE + BF_DFP_ZONE + ';wid=7;posnum=3;sz=3x3;pos=sidebar;tile=7;' + BF_DFP_KVS + ';' + BF_TAG + win8AdCall() + '';
+ if (typeof AD_DESIGN != 'undefined') {
+ ad_tag += ';abtest=' + AD_DESIGN + ';'
+ }
+
+ //Loreal MUC channel
+ if (window.location.search.match('loreal_feed=1') && BF_STATIC.tt_page === "Buzz") {
+ ad_tag += 'loreal_feed=1;'
+ }
+
+ ad_tag += 'poe=' + BF_REFERER + ';';
+ ad_tag += 'ord=' + BF_DFP_ORD + '?';
+
+ ad_tag += ';large_images=1?';
+
+ if (ad_tag) {
+ if (!('wid=7;posnum=3;sz=3x3;pos=sidebar;tile=7').match(/pos=300x250/) && null !== window.location.search.match("skipdfp")) {
+ window.addEventListener('load', function() {
+ var query = (typeof String.prototype.toQueryParams != 'undefined') ? window.location.search.toQueryParams() : $.deparam.querystring();
+ var ad_user = (query['skipdfp']) ? query['skipdfp'] : 'boost';
+ var extra_params = (/bigstory/.test('wid=7;posnum=3;sz=3x3;pos=sidebar;tile=7')) ? '&flex_medium=bigstory' : '';
+ local_ad_call(7, ad_user, extra_params);
+ })
+ } else {
+ if (!BF_STATIC.bf_test_mode || document.cookie.match('sel2_ad') !== null) {
+ document.write('&lt;' + 'scr' + 'ipt type="text/javascr' + 'ipt" src="' + ad_tag + '">&lt;\/scr' + 'ipt' + '>');
+ } else {
+ console.info('disable DFP (dfp_tags.tt)');
+ }
+ }
+ }
+
+ if (null !== window.location.search.match("adtest") && console !== undefined && typeof ad_tag != "undefined") console.log(ad_tag);
+ }
+ </script>
+ <script type="text/javascript">
+ var imp_attr_3760955_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3760955_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FO9U67&quot;,&quot;u&quot;:&quot;7CEIDY7&quot;,&quot;buzz&quot;:&quot;49-choses-que-ceux-qui-ont-grandi-avec-kd2a-noublieront-jama&quot;,&quot;user&quot;:&quot;jenniferpadjemi&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-49-choses-que-ceux-qui-ont-grandi-avec-kd2a-noublieront-jama">
+ <a href="/jenniferpadjemi/49-choses-que-ceux-qui-ont-grandi-avec-kd2a-noublieront-jama" rel:gt_act="buzzing/thumb" rel:buzz_id="3760955">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/25/4/campaign_images/webdr11/49-choses-que-ceux-qui-ont-grandi-avec-kd2a-noubl-2-19465-1429948902-10_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/25/4/campaign_images/webdr11/49-choses-que-ceux-qui-ont-grandi-avec-kd2a-noubl-2-19465-1429948902-10_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3760955&quot;}"></a>
+ <h2><a href="/jenniferpadjemi/49-choses-que-ceux-qui-ont-grandi-avec-kd2a-noublieront-jama" rel:gt_act="buzzing/title" rel:buzz_id="3760955">49 choses que ceux qui ont grandi avec KD2A n’oublieront jamais</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3762016_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3762016_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FOFKH7&quot;,&quot;u&quot;:&quot;7CEIDY7&quot;,&quot;buzz&quot;:&quot;pourquoi-tu-fais-ca-shonda&quot;,&quot;user&quot;:&quot;jenniferpadjemi&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-pourquoi-tu-fais-ca-shonda">
+ <a href="/jenniferpadjemi/pourquoi-tu-fais-ca-shonda" rel:gt_act="buzzing/thumb" rel:buzz_id="3762016">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/24/16/campaign_images/webdr01/les-43-fois-ou-greys-anatomy-a-fait-couler-toutes-2-4861-1429906011-15_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/24/16/campaign_images/webdr01/les-43-fois-ou-greys-anatomy-a-fait-couler-toutes-2-4861-1429906011-15_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3762016&quot;}"></a>
+ <h2><a href="/jenniferpadjemi/pourquoi-tu-fais-ca-shonda" rel:gt_act="buzzing/title" rel:buzz_id="3762016">Les 43 fois où Grey’s Anatomy a fait couler toutes les larmes de notre corps</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3759579_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3759579_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FO2EM7&quot;,&quot;u&quot;:&quot;7CBJA47&quot;,&quot;buzz&quot;:&quot;photos-marine-le-pen-contre-le-systeme&quot;,&quot;user&quot;:&quot;adriensenecat&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-photos-marine-le-pen-contre-le-systeme">
+ <a href="/adriensenecat/photos-marine-le-pen-contre-le-systeme" rel:gt_act="buzzing/thumb" rel:buzz_id="3759579">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/22/4/campaign_images/webdr08/8-photos-de-marine-le-pen-luttant-contre-le-syste-2-15395-1429693174-4_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/22/4/campaign_images/webdr08/8-photos-de-marine-le-pen-luttant-contre-le-syste-2-15395-1429693174-4_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3759579&quot;}"></a>
+ <h2><a href="/adriensenecat/photos-marine-le-pen-contre-le-systeme" rel:gt_act="buzzing/title" rel:buzz_id="3759579">8 photos de Marine Le Pen luttant contre le système</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3760563_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3760563_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FO7PY7&quot;,&quot;u&quot;:&quot;74N9GW7&quot;,&quot;buzz&quot;:&quot;oui-ceci-est-mon-metier&quot;,&quot;user&quot;:&quot;floperry&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-oui-ceci-est-mon-metier">
+ <a href="/floperry/oui-ceci-est-mon-metier" rel:gt_act="buzzing/thumb" rel:buzz_id="3760563">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/23/8/campaign_images/webdr08/23-reactions-que-toute-personne-ayant-travaille-d-2-11535-1429792966-16_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/23/8/campaign_images/webdr08/23-reactions-que-toute-personne-ayant-travaille-d-2-11535-1429792966-16_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3760563&quot;}"></a>
+ <h2><a href="/floperry/oui-ceci-est-mon-metier" rel:gt_act="buzzing/title" rel:buzz_id="3760563">23 réactions que toute personne ayant travaillé dans un centre d’appels reconnaîtra</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3759567_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3759567_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FO2CA7&quot;,&quot;u&quot;:&quot;7AEY4T7&quot;,&quot;buzz&quot;:&quot;15-emojis-qui-manquent-e-toutes-les-meilleures-ami&quot;,&quot;user&quot;:&quot;crystalro&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-15-emojis-qui-manquent-e-toutes-les-meilleures-ami">
+ <a href="/crystalro/15-emojis-qui-manquent-e-toutes-les-meilleures-ami" rel:gt_act="buzzing/thumb" rel:buzz_id="3759567">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/22/4/campaign_images/webdr03/15-emojis-qui-manquent-a-toutes-les-meilleures-am-2-404-1429691042-15_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/22/4/campaign_images/webdr03/15-emojis-qui-manquent-a-toutes-les-meilleures-am-2-404-1429691042-15_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3759567&quot;}"></a>
+ <h2><a href="/crystalro/15-emojis-qui-manquent-e-toutes-les-meilleures-ami" rel:gt_act="buzzing/title" rel:buzz_id="3759567">15 emojis qui manquent à toutes les meilleures amies</a></h2>
+ </li>
+ <script type="text/javascript">
+ var imp_attr_3759586_13 = {
+ "PROMO_IMPRESSION": "13"
+ };
+ var click_attr_3759586_13 = {
+ "PROMO_CLICK": "13"
+ };
+ </script>
+ <li class="post sidebar-post bf_dom sidebar-post-wide" rel:bf_bucket="track" track="{&quot;c&quot;:&quot;7FO2FZ7&quot;,&quot;u&quot;:&quot;759SBH7&quot;,&quot;buzz&quot;:&quot;choses-que-les-filles-des-annees-2000-faisaient-19dho&quot;,&quot;user&quot;:&quot;jemimaskelley&quot;,&quot;types&quot;:[100],&quot;queries&quot;:[]}" id="promoted-choses-que-les-filles-des-annees-2000-faisaient-19dho">
+ <a href="/jemimaskelley/choses-que-les-filles-des-annees-2000-faisaient-19dho" rel:gt_act="buzzing/thumb" rel:buzz_id="3759586">
+ <div style="float:left; position:relative;">
+ <img nopin="nopin" src="http://s3-static-ak.buzzfed.com/static/2015-04/23/7/campaign_images/webdr13/23-choses-que-toutes-les-filles-des-annees-2000-f-2-22479-1429786805-12_wide.jpg" rel:bf_image_src="http://s3-static-ak.buzzfed.com/static/2015-04/23/7/campaign_images/webdr13/23-choses-que-toutes-les-filles-des-annees-2000-f-2-22479-1429786805-12_wide.jpg" class="bf_dom thumb" rel:bf_bucket="progload" alt=""/>
+ </div>
+ </a>
+ <a class="qe editor-admin" style="display:none" rel:data="{&quot;buzz_id&quot;:&quot;3759586&quot;}"></a>
+ <h2><a href="/jemimaskelley/choses-que-les-filles-des-annees-2000-faisaient-19dho" rel:gt_act="buzzing/title" rel:buzz_id="3759586">23 choses que toutes les filles des années 2000 faisaient</a></h2>
+ </li>
+ </ul>
+ </div>
+ <div class="footer" style="margin-bottom: 35px;">
+ <a class="button2" rel:gt_act="buzzing/more-buzz" href="/?country=fr">Plus de Buzz ›</a>
+ </div>
+ <script type="text/javascript">
+ var promoted_switch = function() {
+ if (typeof(promoted_match) != 'undefined' && $(promoted_match)) {
+ $(promoted_match).hide();
+ $('promoted-extra-hidden').show();
+ }
+ }
+ promoted_switch();
+ </script>
+ </div>
+ <!-- UNIT:Nowbuzzing generated on 9:23:23, 4/27/2015 -->
+ </div>
+ <!-- \nowbuzzing -->
+ </div>
+ <div id="more_stuff">
+ <div class="lower-infinite-content" pound_position="4ldqpja">
+ <ul id="lower-more-content" rel:plugin_version="1.0"></ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="clear"></div>
+ <footer class="page-footer-wrapper">
+ <div class="page-footer" rel:gt_cat="[ttp]:footer">
+ <ul class="list--unstyled footer-menu footer-menu--main">
+ <li>
+ <a class="footer-menu__item" rel:gt_act="advertise" href="/advertise">advertise</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="jobs" href="/about/jobs">jobs</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="mobile" href="/tools/mobile-ios">mobile</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="newsletter" href="/tools/email">newsletter</a>
+ </li>
+ <li>
+ <div class="country_switch country-toggle bf_dom" rel:bf_bucket_data="{'country_switch_menu':{}}">
+ US Edition
+ <span class="fa fa-chevron-down"></span>
+ <ul class="country_switch_menu country-toggle-menu list--unstyled" style="display:none;">
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=us' }}">US</a></li>
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=uk' }}">UK</a></li>
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=au' }}">Australia</a></li>
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=br' }}">Brasil</a></li>
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=de' }}">Deutschland</a></li>
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=es' }}">Español</a></li>
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=fr' }}">France</a></li>
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=in' }}">India</a></li>
+ <li><a class="bf_dom" rel:bf_bucket_data="{'country_switch':{ 'r': '/?country=mx' }}">México</a></li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ <ul class="list--inline footer-menu footer-menu--sub">
+ <li>
+ <a class="footer-menu__item" rel:gt_act="about" href="/about">about</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="press" href="/press">press</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="RSS" href="/tools/more">RSS</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="privacy" href="/about/privacy">privacy</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="user terms" href="/about/useragreement">user terms</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="ad Choices" href="/about/privacy#adchoices">ad Choices</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="Help" href="/help/faq">Help</a>
+ </li>
+ <li>
+ <a class="footer-menu__item" rel:gt_act="Contact" href="/about/contact">Contact</a>
+ </li>
+ </ul>
+ <ul class="list--unstyled footer-copyright">
+ <li>
+ <p> © 2015 BuzzFeed, Inc </p>
+ </li>
+ <li>
+ <a rel:gt_act="made-in-nyc" class="made-in-nyc-logo" href="http://wearemadeinny.com/" target="_blank"></a>
+ </li>
+ </ul>
+ </div>
+ </footer>
+ <div id="suplist-modal-confirm" class="suplist-modal effect-fade-in-scale">
+ <div class="modal-content">
+ <div class="overlay-text">Are you sure you want to remove this item? You can\'t restore it with "Cancel" button!</div>
+ <div class="buttons">
+ <div class="bf_dom btn modal-cancel" rel:bf_bucket="confirm_cancel">NO</div>
+ <div class="bf_dom btn confirm-ok" rel:bf_bucket="confirm_ok">YES</div>
+ </div>
+ </div>
+ </div>
+ <div id="suplist-modal-spinner" class="suplist-modal effect-fade-in-scale">
+ <div class="modal-content">
+ <div class="overlay-text"></div>
+ <div class="waiting">Please wait...</div>
+ <div class="loader loader-6"></div>
+ <div class="buttons hidden">
+ <div class="bf_dom btn modal-cancel" rel:bf_bucket="spinner_cancel">Cancel</div>
+ </div>
+ </div>
+ </div>
+ <div id="suplist-modal-post-lock" class="suplist-modal effect-fade-in-scale">
+ <div class="modal-content">
+ <div id="post-lock-dialog" rel:gt_cat="[ttp]:special">
+ <div class="post-lock-locked">
+ <div class="post-lock-icon"></div>
+ <div class="headline-2">This Post Is Locked</div>
+ <p>
+ <a href="" class="post-lock-username"></a> has been editing this post since <b class="post-lock-time"></b>.</p>
+ <button class="bf_dom btn confirm-ok" rel:bf_bucket="break_only" rel:gt_act="post-unlock">Unlock and edit anyway</button>
+ </div>
+ <div class="post-lock-unlocked">
+ <div class="post-lock-icon"></div>
+ <div class="headline-2">Uh Oh!</div>
+ <p>
+ <a href="" class="post-lock-username"></a> took your lock at <b class="post-lock-time"></b>.</p>
+ <!-- <button class="bf_dom bf_button bf_submit" rel:bf_bucket="post-lock-duplicate">Save as a new post</button> -->
+ <button class="bf_dom btn confirm-ok" rel:bf_bucket="break_only">Refresh the post</button>
+ </div>
+ <div class="post-lock-error">
+ <div class="post-lock-icon"></div>
+ <div class="headline-2">Super Uh Oh!</div>
+ <p>Something's wrong, a mini-history of this post:</p>
+ <ul id="post-lock-audit">
+ </ul>
+ <button class="bf_dom btn confirm-ok" rel:bf_bucket="reload">Reload the page</button>
+ <br/>
+ </div>
+ <div class="post-view-draft">
+ <button id="quickpost-view-draft-dialog" type="button" class="bf_dom btn confirm-ok quickpost-view-draft" style="display: none;">View Draft</button>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="suplist-modal-content-type" class="suplist-modal effect-fade-in-scale">
+ <div class="modal-content">
+ <div class="overlay-text">What type of post are you making?</div>
+ <div class="buttons">
+ <div class="bf_dom btn content-type-btn longform"><span class="icon bf_dom" rel:bf_bucket_data="{'suplist_modal_content_format':{'format_type':'long'}}">New Article</span></div>
+ <div class="bf_dom btn content-type-btn list"><span class="icon bf_dom" rel:bf_bucket_data="{'suplist_modal_content_format':{'format_type':'none'}}">List</span></div>
+ <div class="bf_dom btn content-type-btn breaking breaking_post_summary acl_control breaking_post"><span class="icon bf_dom" rel:bf_bucket_data="{'suplist_modal_content_format':{'format_type':'breaking'}}">Breaking</span></div>
+ </div>
+ </div>
+ </div>
+ <div id="suplist_disable_overlay"></div>
+ <div class="bf_canvas" id="user-image-edit" style="display:none">
+ <div class="bf_overlay_mask"></div>
+ <div class="bf_dialog">
+ <div class="bf_dialog_header"><span class="title">Crop Image</span> <a href="javascript:;" onclick="BF_UI.closeDialog('user-image-edit');return false;" class="close">×</a></div>
+ <div class="bf_dialog_content">
+ <iframe data-value="Buzz" id="user-image-edit-iframe" src="about:blank" name="iframe_upload" scrolling="no" allowtransparency="true" height="465" width="800"></iframe>
+ </div>
+ </div>
+ </div>
+ <div class="bf_canvas" id="super-image-edit" style="display:none">
+ <div class="bf_overlay_mask"></div>
+ <div class="bf_dialog">
+ <div class="bf_dialog_content">
+ <iframe data-value="Buzz" id="super-image-edit-iframe" name="iframe_upload_super" scrolling="no" allowtransparency="true" height="600" width="800"></iframe>
+ </div>
+ </div>
+ </div>
+ <div id="modal-super-image-edit" class="modal thumbnail-modal cropperbody superpost" style="display:none">
+ <div class="modal-header">
+ <span class="modal-headline upload-title">Upload an Image</span>
+ <span class="modal-headline crop-title">Crop Image</span>
+ <span class="modal-headline thumbs-title">Are These Thumbnails Okay?</span>
+ <a class="modal-close" id="image-cancel" href="javascript:;">×</a>
+ </div>
+ <div class="modal-body" id="modal-super-image-edit-container">
+ </div>
+ <div class="modal-footer" id="save-button">
+ <button id="preview-thumbs" class="hidden bf_button bf_submit">Preview Thumbnails</button>
+ <button id="approve-thumbs" class="hidden bf_button bf_submit">Save Thumbnails</button>
+ <span class="bf_button" id="modal-insert-upload-button">Choose a new image</span>
+ <button id="save-image" class="hidden bf_button bf_submit">Save</button>
+ </div>
+ </div>
+ <div id="social-sharing-box" style="display:none;" rel:gt_cat="Buzz:social-share-box">
+ <div id="fill">
+ <div id="sharing-box-caption">
+ I know, right? Will your friends agree?
+ </div>
+ <textarea id="sharing-message"></textarea>
+ <a href="javascript:;" class="grey button2" onclick="javascript:$('social-sharing-box').hide();" rel:gt_act="facebook-box/close" id="social-close-btn" style="line-height:1;font-weight:normal;font-size:14px;">Close</a>
+ <input value="Post to Facebook" rel:gt_act="share/facebook" rel:gt_label="post/wall" class="submit button2" id="sharing-box-submit" style="float:right;margin-right:5px;font-size: 14px;padding: 3px 8px;" type="button"/>
+ </div>
+ <div id="arrowBorder" class="arrow"></div>
+ <div id="arrowFill" class="arrow"></div>
+ </div>
+ <div id="pin_bg" style="display: none"></div>
+ <div id="pin_bd" style="display: none">
+ <div style="display: block; height: 50px;"></div>
+ <div id="pin_header">
+ <span></span>
+ <a id="pin_close" onclick="if($('pin_bg')) $('pin_bg').hide(); if($('pin_bd')) $('pin_bd').hide(); window.scrollTo(0, bpage.lastScrollPos);">Cancel</a>
+ </div>
+ <span id="pin_img_container"></span>
+ <noembed id="pin_img_template">
+ <span class="pin_img">
+ <img style="#{img_style}" src="#{img_src}" width="#{img_width}px" height="#{img_height}px"/>
+ </span>
+ <cite>
+ <span class="pin_mask"></span>
+ <span>#{img_n_width}x#{img_n_height}</span>
+ </cite>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" onload="sharing.buttons.pinterest({
+ replace: this,
+ type: 'pin_image',
+ media: '#{media}',
+ description: '#{desc}'
+ });" />
+ </noembed>
+ </div>
+ <div id="share_email" class="section sticky-popup" style="display:none;">
+ <div id="share_email_cancel" class="bf_dom" rel:bf_bucket="share-email-cancel">x</div>
+ <form id="share_email_form" class="v signin-or-signup share_email_popup">
+ <div class="share_box_header headline-1">Email this to a friend</div>
+ <div id="share_email_message" class="message" style="display:none"></div>
+ <fieldset>
+ <input name="bid" value="3758406" id="bid" type="hidden"/>
+ <input name="sub_buzz_id" value="" id="sub_buzz_id" type="hidden"/>
+ <div class="field">
+ <input placeholder="Friend's email (separate multiple with comma)" rel:gt_act="ignore" class="text" name="b2" value="" id="b2" type="text"/>
+ </div>
+ <div class="field">
+ <input placeholder="Your email" rel:gt_act="ignore" class="text" name="bf" value="" id="bf" type="text"/>
+ </div>
+ <div class="field">
+ <textarea id="note" rel:gt_act="email/note" name="note" cols="10" rows="5">Hey, I saw this on BuzzFeed and thought of you.</textarea>
+ </div>
+ <div class="bf_dom catcha_service" style="display:none" rel:bf_bucket="catcha-email_a_friend">
+ <div class="share_box_header headline-1">Please enter the CAT-CHA</div>
+ <img nopin="nopin" src="data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="/>
+ <span class="catcha_question share_box_header headline-1">Catcha question...</span>
+ <div class="field">
+ <input class="text" style="width:320px;height:22px" name="catcha_answer" value="" onblur="bf_catcha.catcha_answer=this.value" type="text"/>
+ </div>
+ </div>
+ <div class="field">
+ <input id="share_email_submit" rel:gt_act="ignore" name="submit" value="Send It!" class="button2 grey submit action bf_dom" rel:bf_bucket_data="{'share-email-submit':{'vertical':'UKNews'}}" type="button"/>
+ </div>
+ </fieldset>
+ </form>
+ <form id="newsletter_signup_form" style="display:none;" class="share_email_popup" rel:gt_cat="[ttp]:Newsletters">
+ <div id="empty_sign_up_message" class="hidden">
+ <p><span class="error_icon"></span>Please select the newsletters you'd like to receive.</p>
+ </div>
+ <div id="email_sent_success_message"><span class="success_icon"></span>
+ <p>Your email has been sent!</p>
+ </div>
+ <p>Get our awesome newsletter at <span id="from_address"></span></p>
+ <div id="newsletter_signups">
+ <div class="email_box">
+ <div class="email_box_wrapper">
+ <div id="buzzfeed_signup" class="sprite checkOn checkBox pointer bf_dom" rel:bf_bucket_data="{'newsletter_checkbox':{'id':'buzzfeed_signup'}}" rel:gt_act="buzzfeed"></div>
+ <div class="logo_block bf_dom" rel:bf_bucket_data="{'newsletter_checkbox':{'id':'buzzfeed_signup'}}">
+ <div class="BFLogo pointer">BuzzFeeᴅ</div>
+ <div class="email_frequency">7x per week</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <fieldset>
+ <div class="field form-controls pull-right">
+ <input id="email_signup" value="Sign me up!" class="button2 grey submit action bf_dom" rel:bf_bucket="email-signup" rel:gt_act="newsletters/signup" type="button"/>
+ <div class="plain_cancel">
+ <a id="email_cancel" href="" onclick="return false" class="bf_dom" rel:bf_bucket="share-email-cancel">No thanks</a>
+ </div>
+ </div>
+ </fieldset>
+ </form>
+ <div id="share_email_error" class="section social-message sticky-popup share_email_popup" style="display:none">
+ <p id="share_email_error_text">Oops! We had a problem sending your message. Please try again later.</p>
+ </div>
+ <div id="share_email_confirm" class="section social-message sticky-popup share_email_popup" style="display:none">
+ <span class="success_icon"></span>
+ <p id="share_email_confirm_text">Great! You'll get your first email soon.</p>
+ </div>
+ </div>
+ <!-- #share_email -->
+ <div style="display: none" id="shares-copy-link" class="sticky-popup">
+ <div class="arrow arrowBorder"></div>
+ <div class="arrow arrowFill"></div>
+ <div class="share_box_header headline-1">Share This Link</div>
+ <input class="email_copy_link_text" value="http://www.buzzfeed.com/markdistefano/diet-pills-burns-up" type="text"/>
+ </div>
+ <script src="http://s3-ak.buzzfed.com/static/js/User_and_Buzz_concat_footer.js?v=201504241415" type="text/javascript" ref:jsconf="true"></script>
+ <script src="http://s3-ak.buzzfed.com/static/js/General_concat_footer.js?v=201504241415" type="text/javascript" ref:jsconf="true"></script>
+ <noscript><img src="http://b.scorecardresearch.com/p?c1=2&c2=6768151&c4=buzzfeed.com/markdistefano/diet-pills-burns-up" /></noscript>
+ <noscript><img src='http://pixel.quantserve.com/pixel/p-3aud4J6uA4Z6Y.gif' height='1' width='1' alt='Quantcast' /></noscript>
+ <div id="FB_HiddenContainer" style="position:absolute; top:-10000px; left:-10000px; width:0px; height:0px;"></div>
+ <script src="http://s3-ak.buzzfed.com/static/js/public/bpage-pinterest-nopin.js?v=201504241415" type="text/javascript"></script>
+ <script type="text/javascript">
+ var uagent = this.agent = navigator.userAgent.toLowerCase();
+
+
+ var post_success_cookie = BFW_Util.getCookie('qp_post_success');
+ if (post_success_cookie && location.pathname.replace(/^\/bf2/, '').replace(/^\/h[\d]+\/h[A-Z0-9]+/i, '') == post_success_cookie) {
+ $('post_launch_success').show();
+ BFW_Util.deleteCookie('qp_post_success');
+ }
+
+
+ var buzz_profile = {
+ category: 'UKNews',
+ badges: [],
+ nsfw: 0
+ };
+ buzz_profile.badges.push('viral');
+
+
+
+
+
+
+
+
+
+
+ sailthru_horizon = {
+ "domain": "horizon.buzzfeed.com",
+ "tags": ["UKNews", "--ad-noads", "--primarykeyword-diet pills", "inquests", "online shopping", "uk", "viral"]
+ };
+ sailthru_horizon_track(sailthru_horizon);
+
+
+
+
+
+
+
+
+
+
+ if (typeof bf_contribute !== "undefined") {
+ bf_contribute.enableForm('contribute-text-form');
+ bf_contribute.buttonToggle('text-contribute-activate');
+ }
+ </script>
+ <script type="text/javascript">
+ (function() {
+ window._fbds = window._fbds || {};
+ _fbds.pixelId = 224284281076687;
+ var e = document.createElement("script");
+ e.async = true;
+ e.src = ("https:" == document.location.protocol ? "https:" : "http:") + "//connect.facebook.net/en_US/fbds.js";
+ var t = document.getElementsByTagName("script")[0];
+ t.parentNode.insertBefore(e, t)
+ })();
+ window._fbq = window._fbq || [];
+ window._fbq.push(["track", "PixelInitialized", {}]);
+ window._fbq.push(['track', 'Section', {
+ 'section': "UKNews" ? "UKNews" : buzzDetails.category_name
+ }]);
+ </script>
+ <noscript><img height="1" width="1" border="0" alt="" style="display:none" src="https://www.facebook.com/tr?id=224284281076687&amp;ev=NoScript" /></noscript>
+ <script>
+ (function() {
+ var _fbq = window._fbq || (window._fbq = []);
+ if (!_fbq.loaded) {
+ var fbds = document.createElement('script');
+ fbds.async = true;
+ fbds.src = '//connect.facebook.net/en_US/fbds.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(fbds, s);
+ _fbq.loaded = true;
+ }
+ _fbq.push(['addPixelId', '260954170738952']);
+ })();
+ window._fbq = window._fbq || [];
+ window._fbq.push(['track', 'PixelInitialized', {}]);
+ </script>
+ <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=260954170738952&amp;ev=PixelInitialized" /></noscript>
+ <script src="//platform.twitter.com/oct.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ twttr.conversion.trackPid('l4lgt');
+ </script>
+ <noscript>
+ <img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=l4lgt&p_id=Twitter" />
+ <img height="1" width="1" style="display:none;" alt="" src="//t.co/i/adsct?txn_id=l4lgt&p_id=Twitter" />
+ </noscript>
+ <div id="buzz-body" style="display:none"></div>
+ <script>
+ try {
+ bf_site_speed.dom_time_spent('Buzz Body Load');
+ } catch (err) {
+ console.log(err);
+ }
+ </script>
+ <script type="text/javascript">
+ var pixelDataLogix = new Image();
+ pixelDataLogix.src = 'http://h.nexac.com/e/a-1177/s-2113/c-386/g-1107.xgi?pkey=bijo15bijox40&chpcm=&chpsg=&chpcr=' + BF_STATIC.campaignid + '&chpck=&rand=' + (Math.random() * 100000000000000000) + '&chpth=';
+ </script>
+ <iframe tabindex="-1" style="width: 1px; height: 1px; position: absolute; top: -100px;" src="https://accounts.google.com/o/oauth2/postmessageRelay?parent=http%3A%2F%2Fwww.buzzfeed.com#rpctoken=416601695&amp;forcesecure=1" id="oauth2relay2056065538" name="oauth2relay2056065538"></iframe>
+ <script src="/static/js/adobe/adobe_tracking.js" type="text/javascript"></script>
+ <div id="fb-root">
+ <script async="" src="http://connect.facebook.net/en_US/sdk.js"></script>
+ </div>
+ <div style="" class="show" id="back_to_top"></div>
+ <div class="bookmark-white-overlay" style="display: none;">
+ <div id="bookmark-popup" style="display: none;">
+ <a href="javascript:;" class="bookmark-popup-close bf_dom fa fa-times" rel:bf_bucket="close_bookmark_popup"></a>
+ <div class="bookmark-popup-content"></div>
+ </div>
+ </div>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json
new file mode 100644
index 0000000..c9eb0ac
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/fakehost\/img\/cha\/placeholders\/placeholder_1000x750.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json
new file mode 100644
index 0000000..3631109
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "par Alexandria Sage et Lisa Girion",
+ "Image": "http:\/\/fakehost\/img\/cha\/placeholders\/placeholder_1000x750.jpg",
+ "Title": "Les motivations du tueur de Las Vegas demeurent floues",
+ "SiteName": "Challenges"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html
new file mode 100644
index 0000000..195bdd2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html
@@ -0,0 +1,35 @@
+<div itemprop="articlebody">
+ <p>par Alexandria Sage et Lisa Girion</p>
+<p>LAS VEGAS, Nevada (Reuters) - La police américaine peinait mardi à établir les motivations qui ont poussé un retraité de 64 ans à tirer sur la foule depuis une chambre d'hôtel de Las Vegas, faisant 59 morts et 527 blessés dans la plus meurtrière fusillade de l'histoire des Etats-Unis.</p>
+<p>Le tireur, qui s'est donné la mort peu avant l'arrivée de police, a été identifié comme Stephen Paddock, un individu apparemment sans histoire, inconnu des services de police et vivant dans un lotissement en périphérie de la ville. Le seul fait notable le concernant était une infraction au code de la route.</p>
+<p>Paddock n'avait pas de passé militaire et n'était pas fiché pour d'éventuels troubles psychologiques, des comportements antisociaux ou l'expression d'opinions politiques et religieuses extrémistes sur les réseaux sociaux.</p>
+<p>L'homme, qui était semble-t-il un pratiquant assidu des jeux de hasards, avait amassé 42 armes à feu et s'est servi de certaines d'entre elles pour tirer depuis la fenêtre de sa chambre, au 32e étage de l'hôtel Mandalay Bay, sur une foule de 22.000 personnes qui assistaient à un concert de country dimanche soir.</p>
+<p>Vingt-trois armes ont été retrouvées dans sa chambre du Mandalay Bay, dont des fusils d'assaut et des armes altérées pour opérer de manière automatique. Un stock de nitrate d'ammonium, un engrais susceptible d'être utilisé dans l'élaboration d'explosifs, a été retrouvé dans sa voiture. </p>
+<p>"C'était un homme malade, un type dément", a déclaré Donald Trump devant la presse, sans fournir de précisions. "Beaucoup de problèmes, j'imagine. On examine son cas de manière très attentive parce qu'on a affaire à un individu très très malade", a ajouté le président américain.</p>
+<p>Interrogé sur un éventuel lien entre le meurtrier et une organisation terroriste, Donald Trump n'a pas répondu. La police estime, en l'état de l'enquête, que l'homme a agi seul.</p>
+<p>"On n'a aucune idée de la nature de ses croyances religieuses", a déclaré Joseph Lombardo, shérif du comté de Clark. "On ne peut pas comprendre ce qui se passe dans la tête d'un psychopathe", a-t-il ajouté.</p>
+
+<p>PISTE D'UN INDIVIDU ISOLE</p>
+<p>Le groupe djihadiste Etat islamique a revendiqué l'attaque dans un communiqué qui affirme que le suspect s'était récemment converti à l'islam, mais un responsable américain s'est dit très sceptique sur cette revendication et a évoqué des "antécédents psychiatriques".</p>
+<p>Aucun lien avec une organisation terroriste internationale n'a été établi pour le moment, a indiqué de son côté le FBI, tandis que la CIA a invité à la prudence.</p>
+<p>Si la piste d'un individu isolé semble s'imposer, les enquêteurs souhaitent entendre la petite amie de Stephen Paddock avec laquelle il vivait, Marilou Danley, actuellement en voyage à l'étranger, sans doute au Japon.</p>
+<p>La police s'intéresse également "à d'autres individus" qui seraient impliqués dans la vente des armes que possédait Stephen Paddock.</p>
+<p>Le massacre commis dimanche soir est le plus meurtrier de l'histoire des Etats-Unis, dépassant celui perpétré par un homme lié à l'EI l'an passé dans une boîte de nuit homosexuelle d'Orlando en Floride. L'assaillant avait tué 49 personnes.</p>
+<p>Stephen Paddock ne présentait aucune des caractéristiques habituelles de ce genre de tueur de masse, qui sont le plus souvent des hommes jeunes en proie à des troubles psychologiques, disent les experts.</p>
+<p>L'homme a mené une existence paisible, occupant des emplois de concierge et d'employé de l'industrie aéronautique et ayant résidé dans plusieurs régions du sud-est et de l'ouest des Etats-Unis.</p>
+<p>Il s'était installé, il y a quelques années, dans un lotissement pour retraités du Nevada, à environ une heure de voiture de Las Vegas où il pouvait s'adonner à sa passion pour le jeu et pour les casinos.</p>
+<p>Dix-neuf armes, des explosifs et quantité de munitions y ont été retrouvés, a annoncé lundi soir le shérif du comté.</p>
+
+<p>PAS L'HEURE D'UN DÉBAT SUR LES ARMES</p>
+<p>Un mandat a été émis pour fouiller une seconde maison située à Reno, une ville du Nevada à plus de 600 km au nord-ouest de Las Vegas, a annoncé lundi soir l'adjoint au shérif Todd Fasulo.</p>
+<p>A Mesquite, l'armurier local Chris Sullivan a confirmé dans un communiqué que Paddock comptait parmi ses clients et qu'il avait passé toutes les "vérifications et procédures" nécessaires à l'achat d'armes à feu.</p>
+<p>Contacté par Reuters, le frère de l'assaillant présumé, Eric Paddock, s'est dit "horrifié" et a présenté ses condoléances aux victimes. Son frère n'appartenait à aucun mouvement religieux ou politique, a-t-il ajouté, précisant qu'il n'avait pas à sa connaissance d'antécédents psychiatriques. </p>
+<p>Le père des deux hommes avait commis plusieurs braquages de banque et a un temps fait partie des fugitifs les plus recherchés par le FBI.</p>
+<p>Depuis sa maison d'Orlando, en Floride, devant laquelle se sont pressés des journalistes, Eric Paddock a décrit en outre son frère comme un "type riche" qui aimait jouer au poker en ligne, partir en croisière et qui coulait une retraite "paisible" dans le Nevada après des années passées en Floride.</p>
+<p>Cette nouvelle tuerie a ranimé le débat sur le contrôle des armes à feu aux Etats-Unis, une mesure contre laquelle le président Trump s'était fermement opposé lors de la campagne présidentielle l'an passé.</p>
+<p>"Nous discuterons d'une loi sur les armes en temps voulu", a commenté l'ancien homme d'affaires devant des journalistes à la Maison blanche. La présidence avait indiqué dès lundi que le débat sur ce sujet était, selon elle, "prématuré", répondant ainsi aux demandes d'élus démocrates.</p>
+
+<p> (Avec Jonathan Allen, Chris Michaud et Frank McGurty à New York, Susan Cornwell et Mark Hosenball à Washington, Ali Abdelaty au Caire, Tangi Salaün, Julie Carriat et Pierre Sérisier pour le service français)</p>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html b/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html
new file mode 100644
index 0000000..823f75f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html
@@ -0,0 +1,1744 @@
+<!doctype html>
+<html lang="fr">
+ <head>
+ <meta charset="UTF-8">
+ <title>Les motivations du tueur de Las Vegas demeurent floues - Challenges.fr</title>
+ <meta name="description" content="">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
+ <link rel="canonical" href="https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396"> <meta property="og:site_name" content="Challenges" /><meta property="og:type" content="article" /><meta property="og:url" content="https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396" /><meta property="og:title" content="Les motivations du tueur de Las Vegas demeurent floues" /><meta property="og:image" content="/img/cha/placeholders/placeholder_1000x750.jpg" /><meta property="og:article:published_time" content="2017-10-02T06:31:29.000Z" /><meta property="og:article:author" content="" /><meta property="og:article:section" content="Monde" /><meta property="fb:pages" content="79566127213" /><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@Challenges"><meta name="twitter:creator" content=""><meta name="twitter:title" content="Les motivations du tueur de Las Vegas demeurent floues"><meta name="twitter:image" content="/img/cha/placeholders/placeholder_1000x750.jpg">
+ <meta name="robots" content="index, follow, noodp, noarchive">
+ <meta name="theme-color" content="#333333">
+ <meta name="apple-itunes-app" content="app-id=377380727">
+ <link rel="shortcut icon" type="image/png" href="https://www.challenges.fr/img/cha/favicon/icon32.png">
+ <link rel="apple-touch-icon" href="https://www.challenges.fr/icons/apple-touch-icon.png">
+ <link rel="apple-touch-icon" sizes="57x57" href="https://www.challenges.fr/icons/apple-touch-icon-57x57.png">
+ <link rel="apple-touch-icon" sizes="72x72" href="https://www.challenges.fr/icons/apple-touch-icon-72x72.png">
+ <link rel="apple-touch-icon" sizes="76x76" href="https://www.challenges.fr/icons/apple-touch-icon-76x76.png">
+ <link rel="apple-touch-icon" sizes="114x114" href="https://www.challenges.fr/icons/apple-touch-icon-114x114.png">
+ <link rel="apple-touch-icon" sizes="120x120" href="https://www.challenges.fr/icons/apple-touch-icon-120x120.png">
+ <link rel="apple-touch-icon" sizes="144x144" href="https://www.challenges.fr/icons/apple-touch-icon-144x144.png">
+ <link rel="apple-touch-icon" sizes="152x152" href="https://www.challenges.fr/icons/apple-touch-icon-152x152.png">
+ <link rel="apple-touch-icon" sizes="180x180" href="https://www.challenges.fr/icons/apple-touch-icon-180x180.png">
+ <meta http-equiv="refresh" content="900">
+ <link rel="stylesheet" type="text/css" href="https://www.challenges.fr/css/article_cha.css">
+
+ <link rel="alternate" type="application/rss+xml" href="https://www.challenges.fr/monde/rss.xml" />
+ </head>
+ <body class="" itemscope itemtype="http://schema.org/WebPage" data-account-base="https://secure.challenges.fr">
+ <header>
+ <menu class="header-top">
+ <div class="out_left"><a href="https://www.challenges.fr/actualite-en-continu">Fil info</a></div>
+ <div class="in">
+ <div class="h-social">
+ <a href="https://www.facebook.com/challenges" target="_blank" class="fb social-btn-grey">Facebook</a>
+ <a href="https://twitter.com/Challenges" target="_blank" class="tw social-btn-grey">Twitter</a>
+ <a href="https://plus.google.com/+challenges" target="_blank" class="gg social-btn-grey">Google +</a>
+ <a href="https://www.linkedin.com/company/80846" target="_blank" class="ln social-btn-grey">Linkedin</a>
+ <a href="https://www.challenges.fr/rss" target="_blank" class="rss social-btn-grey">RSS</a>
+ </div>
+ <div class="h-links">
+ <a href="https://www.sciencesetavenir.fr" target="_blank" class="sm">Sciences et Avenir</a>
+ </div>
+ <div class="h-tools">
+ <a href="https://secure.challenges.fr/mon-compte/newsletters/" class="sm nl">Newsletter</a>
+ <a href="https://www.challenges.fr/services" class="sm app">Services</a>
+ <a href="http://challenges-magazine-digital.challenges.fr/profil/liseuse.html" class="sm shop">Magazine</a>
+ </div>
+ <div class="h-connect">
+ <div class="h-moncompte user-show" style="display:none">
+ <a href="javascript:void(0)" class="sm">Mon compte</a>
+ <div>
+ <a href="https://secure.challenges.fr/mon-compte" class="sm">Mon profil</a>
+ <a href="https://secure.challenges.fr/logout?redirect=/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396" class="sm logout">Déconnexion</a>
+ </div>
+ </div>
+ <a href="https://secure.challenges.fr/login" class="sm user-hide">Connexion</a>
+ <a href="http://logi150.xiti.com/go.click?xts=562191&amp;p=PromoAbonnement::Blocs_promo&amp;clic=S&amp;type=click&amp;url=https://www.challenges.fr/abonnements" class="sm abo">Abonnez-vous</a>
+ </div>
+ <a href="javascript:void(0)" class="h-search"></a>
+ </div>
+</menu>
+
+ <div class="search-bloc">
+ <div class="fond"></div>
+ <div class="s">
+ <div class="in">
+ <form action="https://www.challenges.fr/search/">
+ <input type="text" name="search" placeholder="Rechercher sur Challenges.fr">
+ <a href="javascript:void(0)" class="close"></a>
+ </form>
+ </div>
+ </div>
+ </div>
+ <nav class="xs-visible">
+ <div class="in">
+ <a href="javascript:void(0)" class="menu-xs-btn"><span class="line"></span></a>
+ <a href="http://logi150.xiti.com/go.click?xts=562191&amp;p=PromoAbonnement::Blocs_promo&amp;clic=S&amp;type=click&amp;url=https://www.challenges.fr/abonnements" class="abo">S'abonner</a>
+ <a href="javascript:void(0)" class="share"></a>
+ </div>
+ </nav>
+ <div class="header-sm">
+ <menu class="main-nav">
+ <ul class="menu">
+ <li class="dropdown">
+ <ul class="dropdown-menu">
+ <li class="menu-btn"><a href="javascript:void(0)" class="menu-xs-btn"><span class="line"></span><span class="text">Menu</span></a></li>
+ <li class="li-logo"><a href="https://www.challenges.fr" class="logo"></a></li>
+ <li class="li-search"><a href="javascript:void(0)" class="search"></a></li>
+ <li class="li-share sm-visible"><a href="javascript:void(0)" class="share"></a></li>
+ <li class="abo"><a href="http://logi150.xiti.com/go.click?xts=562191&amp;p=PromoAbonnement::Blocs_promo&amp;clic=S&amp;type=click&amp;url=https://www.challenges.fr/abonnements">Abonnez-vous</a></li>
+ <li class="connect sm-visible"><a href="https://secure.challenges.fr/login">Connexion</a></li>
+ </ul>
+ </li>
+ </ul>
+ </menu>
+ </div>
+ <div class="header-banner">
+ <div class="in">
+ <div id="pub_oreille_gauche" class="pubs pubs-l"></div>
+ <a href="https://www.challenges.fr" class="logo">
+ <img src="https://www.challenges.fr/img/cha/logo.svg" alt="Challenges, l&#39;actualité de l&#39;économie, de la finance, de l&#39;entreprise et les échos de la Bourse" style="width:270px; height:76px;">
+ </a>
+ <div id="pub_oreille_droite" class="pubs pubs-r"></div>
+ </div>
+ </div>
+
+ <nav class="main-nav" role="navigation" aria-label="primary">
+ <div class="in">
+ <ul class="menu">
+ <li id="home" class="dropdown d-rbrq-home">
+ <a href="https://www.challenges.fr/"><span class="picto"></span></a>
+ </li>
+ <li id="entreprise" class="dropdown">
+ <a href="https://www.challenges.fr/entreprise/"><span>Entreprise</span></a>
+ </li>
+ <li id="economie" class="dropdown">
+ <a href="https://www.challenges.fr/economie/"><span>Economie</span></a>
+ </li>
+ <li id="politique" class="dropdown">
+ <a href="https://www.challenges.fr/politique/"><span>Politique</span></a>
+ </li>
+ <li id="monde" class="dropdown d-rbrq-on">
+ <a href="https://www.challenges.fr/monde/"><span>Monde</span></a>
+ <div class="rbrq-common">
+ <ul class="dropdown-menu">
+ <li><a href="https://www.challenges.fr/monde/europe/">Europe</a></li>
+ <li><a href="https://www.challenges.fr/monde/etats-unis/">Etats-Unis</a></li>
+ <li><a href="https://www.challenges.fr/monde/russie/">Russie</a></li>
+ <li><a href="https://www.challenges.fr/monde/moyen-orient/">Moyen-orient</a></li>
+ <li><a href="https://www.challenges.fr/monde/afrique/">Afrique</a></li>
+ <li><a href="https://www.challenges.fr/monde/ameriques/">Amériques</a></li>
+ <li><a href="https://www.challenges.fr/monde/asie-pacifique/">Asie-Pacifique</a></li>
+ <li><a href="https://www.challenges.fr/monde/japon/">Japon</a></li>
+ <li><a href="https://www.challenges.fr/monde/brics/">Brics</a></li>
+ <li><a href="https://www.challenges.fr/monde/ocde/">OCDE</a></li>
+ <li><a href="http://www.challenges.fr/galeries-photos/monde/">Galeries photos</a></li>
+ <li class="more" style="display:none"><ul></ul></li>
+ </ul>
+ </div>
+ </li>
+ <li id="medias" class="dropdown">
+ <a href="https://www.challenges.fr/media/"><span>Médias</span></a>
+ </li>
+ <li id="tech" class="dropdown">
+ <a href="https://www.challenges.fr/high-tech/"><span>Tech</span></a>
+ </li>
+ <li id="auto" class="dropdown">
+ <a href="https://www.challenges.fr/automobile/"><span>Auto</span></a>
+ </li>
+ <li id="emploi" class="dropdown">
+ <a href="https://www.challenges.fr/emploi/"><span>Emploi</span></a>
+ </li>
+ <li id="patrimoine" class="dropdown">
+ <a href="https://www.challenges.fr/patrimoine/"><span>Patrimoine</span></a>
+ </li>
+ <li id="luxe" class="dropdown">
+ <a href="https://www.challenges.fr/luxe/"><span>Luxe</span></a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+</header>
+
+<nav class="menu-xs">
+ <form action="/search/">
+ <div class="in">
+ <input type="text" name="search" placeholder="Rechercher">
+ </div>
+ </form>
+ <div class="items">
+ <a href="https://www.challenges.fr/">Accueil</a>
+ <div class="bloc rbrq bloc-line">
+ <a class="rbrq-entreprise-color" href="https://www.challenges.fr/entreprise/">Entreprise</a><a class="rbrq-economie-color" href="https://www.challenges.fr/economie/">Economie</a><a class="rbrq-politique-color" href="https://www.challenges.fr/politique/">Politique</a><a class="rbrq-monde-color" href="https://www.challenges.fr/monde/">Monde</a><a class="rbrq-medias-color" href="https://www.challenges.fr/media/">Médias</a><a class="rbrq-tech-color" href="https://www.challenges.fr/high-tech/">Tech</a><a class="rbrq-auto-color" href="https://www.challenges.fr/automobile/">Auto</a><a class="rbrq-emploi-color" href="https://www.challenges.fr/emploi/">Emploi</a><a class="rbrq-patrimoine-color" href="https://www.challenges.fr/patrimoine/">Patrimoine</a><a class="rbrq-luxe-color" href="https://www.challenges.fr/luxe/">Luxe</a> <a href="https://www.challenges.fr/classements/">Classements</a> <a href="https://www.challenges.fr/videos/">Vidéos</a>
+ <a href="https://www.challenges.fr/services">Services</a>
+ </div>
+ </div>
+</nav>
+
+<header class="header-sticky header-shadow">
+ <nav class="main-nav" role="navigation" aria-label="secondary">
+ <ul class="menu">
+ <li class="dropdown">
+ <ul class="dropdown-menu">
+ <li class="menu-btn"><a href="javascript:void(0)" class="menu-xs-btn"><span class="line"></span><span class="text">Menu</span></a></li>
+ <li class="li-logo"><a href="https://www.challenges.fr" class="logo"></a></li>
+ <li><a href="https://www.challenges.fr/">Home</a></li><li><a href="https://www.challenges.fr/entreprise/">Entreprise</a></li><li><a href="https://www.challenges.fr/economie/">Economie</a></li><li><a href="https://www.challenges.fr/politique/">Politique</a></li><li><a href="https://www.challenges.fr/monde/">Monde</a></li><li><a href="https://www.challenges.fr/media/">Médias</a></li><li><a href="https://www.challenges.fr/high-tech/">Tech</a></li><li><a href="https://www.challenges.fr/automobile/">Auto</a></li><li><a href="https://www.challenges.fr/emploi/">Emploi</a></li><li><a href="https://www.challenges.fr/patrimoine/">Patrimoine</a></li><li><a href="https://www.challenges.fr/luxe/">Luxe</a></li>
+ <li class="more" style="display:none"><ul></ul></li>
+ <li class="li-search"><a href="https://www.challenges.fr/search/" class="search"></a></li>
+ <li class="li-share sm-visible"><a href="javascript:void(0)" class="share"></a></li>
+ <li class="user-show"><a href="https://secure.challenges.fr/mon-compte">Mon compte</a></li>
+ <li class="abo user-hide"><a href="http://logi150.xiti.com/go.click?xts=562191&amp;p=PromoAbonnement::Blocs_promo&amp;clic=S&amp;type=click&amp;url=https://www.challenges.fr/abonnements">Abonnez-vous</a></li>
+ <li class="connect sm-visible user-hide"><a href="https://secure.challenges.fr/login">Connexion</a></li>
+ </ul>
+ </li>
+ </ul>
+ </nav>
+</header>
+
+
+
+ <div id="pub_habillage"></div>
+ <div class="pub-container-haut">
+ <div id="pub_banniere_haute" class="pub"></div>
+ </div>
+
+
+ <div class="container
+
+
+
+ ">
+
+
+
+<main class="container-in container-main container-main-article container-in-border-top
+
+ "
+ data-id="503396">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<section class="highlights-top rbrq-common-a ">
+ <div>
+
+
+ <a href="https://www.challenges.fr/emploi/formation/universites-ces-50-masters-d-excellence-qui-font-de-l-ombre-aux-grandes-ecoles_499659">50 Masters</a>
+
+
+ <a href="https://www.challenges.fr/classement/arnault-bettencourt-mulliez-dumas-dassault-les-10-plus-grosses-fortunes-de-france-en-2017_483193">500 FORTUNES 2017</a>
+
+
+ <a href="https://www.challenges.fr/emploi/special-mba/le-top-30-des-global-mba-les-mba-s-adaptent-face-a-la-concurrence_477536">TOP 30 des Global MBA</a>
+
+
+ <a href="http://lesclesdedemain.lemonde.fr/">Les clés de demain</a>
+
+
+ <a href="https://www.challenges.fr/emploi/management/revolution-work-veut-revolutionner-le-travail-une-initiative-du-quartier-de-la-defense_513149">Revolution@work</a>
+
+ </div>
+</section>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <section class="content "
+ itemscope itemtype="http://schema.org/NewsArticle">
+
+ <meta itemprop="mainEntityOfPage" content="https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396">
+ <div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
+ <meta itemprop="name" content="Challenges">
+ <div itemprop="logo" itemscope itemtype="http://schema.org/ImageObject">
+ <meta itemprop="url" content="https://www.challenges.fr/img/cha/pictos/logo.png">
+ </div>
+ </div>
+
+
+
+ <div class="article-share">
+
+ <div>
+
+ <span class="msg sm-visible xs-visible">Partager</span>
+ <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396" onclick="window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600'); return false;" class="fb" title="Partager sur Facebook" rel="nofollow">
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 13.1 24" style="enable-background:new 0 0 13.1 24;" xml:space="preserve" class="svg replaced-svg">
+<path d="M12.4,13l0.7-4H8V6.2C8,4.9,8.4,4,10.2,4L13,4V0.2C12.6,0.2,11.8,0,10.2,0C6.8,0,4,2.2,4,6V9H0v4h4v11h4V13H12.4z"/>
+</svg>
+ </a>
+ <a href="https://twitter.com/share?url=https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396&via=Challenges&text=Les%20motivations%20du%20tueur%20de%20Las%20Vegas%20demeurent%20floues" onclick="window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" class="tw" rel="nofollow">
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 274 223" style="enable-background:new 0 0 274 223;" xml:space="preserve" class="svg replaced-svg">
+<g>
+ <path d="M86,223c-31.7,0-61.2-9.3-86-25.2c4.4,0.5,8.9,0.8,13.4,0.8c26.3,0,50.5-9,69.7-24c-24.5-0.5-45.3-16.7-52.4-39
+ c3.4,0.7,6.9,1,10.6,1c5.1,0,10.1-0.7,14.8-2c-25.7-5.2-45-27.8-45-55c0-0.2,0-0.5,0-0.7c7.6,4.2,16.2,6.7,25.4,7
+ c-15-10.1-25-27.2-25-46.7c0-10.3,2.8-19.9,7.6-28.2C46.7,45,88,67.4,134.6,69.7c-1-4.1-1.5-8.4-1.5-12.8c0-31,25.1-56.1,56.1-56.1
+ c16.1,0,30.7,6.8,40.9,17.7C243,16,255,11.4,265.8,4.9C261.6,18,252.8,29,241.2,36c11.3-1.4,22.2-4.4,32.2-8.8
+ c-7.5,11.2-17,21.1-28,29c0.1,2.4,0.2,4.8,0.2,7.3C245.6,137.5,189.1,223,86,223"/>
+</g>
+</svg>
+ </a>
+ <a href="https://plus.google.com/share?url=https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396" title="Partager sur Google Plus" onclick="window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600'); return false;" class="gg" rel="nofollow">
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 318 202" style="enable-background:new 0 0 318 202;" xml:space="preserve" class="svg replaced-svg">
+<g>
+ <g>
+ <path d="M101,81v40c0,0,38.8-0.1,54.6-0.1C147,146.9,133.7,161,101,161c-33.1,0-59-26.9-59-60c0-33.1,25.9-60,59-60
+ c17.5,0,28.8,6.2,39.2,14.7c8.3-8.3,7.6-9.5,28.8-29.5C151,10,127.2,0,101,0C45.2,0,0,45.2,0,101c0,55.8,45.2,101,101,101
+ c83.4,0,103.8-72.6,97-121C178.3,81,101,81,101,81z M283,83V48h-25v35h-36v25h36v36h25v-36h35V83H283z"/>
+ </g>
+</g>
+</svg>
+ </a>
+ <a href="https://www.linkedin.com/shareArticle?url=https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396" title="Partager sur LinkedIn" onclick="window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" class="ln" rel="nofollow">
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="-205 83.2 430.1 430.1" style="enable-background:new -205 83.2 430.1 430.1;" xml:space="preserve" class="svg replaced-svg">
+<g>
+ <path id="LinkedIn" d="M225.1,344.7v159h-92.2V355.4c0-37.3-13.3-62.7-46.7-62.7c-25.5,0-40.6,17.1-47.3,33.7
+ c-2.4,5.9-3.1,14.2-3.1,22.5v154.9h-92.2c0,0,1.2-251.3,0-277.3h92.2v39.3c-0.2,0.3-0.4,0.6-0.6,0.9h0.6v-0.9
+ c12.3-18.9,34.1-45.8,83.1-45.8C179.6,219.9,225.1,259.5,225.1,344.7z M-152.8,92.7c-31.5,0-52.2,20.7-52.2,47.9
+ c0,26.6,20,47.9,51,47.9h0.6c32.2,0,52.2-21.3,52.2-47.9C-101.9,113.4-121.3,92.7-152.8,92.7z M-199.5,503.7h92.2V226.4h-92.2
+ V503.7z"/>
+</g>
+</svg>
+ </a>
+ <span class="count"><span class="share_count_unload" data-url="https%3A%2F%2Fwww.challenges.fr%2Fmonde%2Fles-motivations-du-tueur-de-las-vegas-demeurent-floues_503396">-</span><em>shares</em></span>
+ <a href="javascript:void(0)" class="print"></a>
+ </div>
+
+
+ <div class="coms">
+ <a href="#comments"></a>
+ </div>
+
+
+</div>
+
+
+
+
+
+
+
+ <div class="content-main content-main-full content-article-start">
+
+
+
+<p class="breadcrumb">
+
+
+ <a href="https://www.challenges.fr/">Challenges</a>
+
+ <span class="sep"></span>
+
+
+ <a href="https://www.challenges.fr/monde/">Monde</a>
+
+</p>
+
+
+
+ <div class="article-start">
+
+
+
+
+<div class="article-thematique">
+
+
+
+ <span class="rbrq-monde-color">Monde</span>
+
+ <a href="javascript:void(0)" class="follow-rbrq-btn followed
+ rbrq-monde-border
+ rbrq-monde-svg
+ rbrq-monde-color" style="display: none;">
+
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 6 4.6" style="enable-background:new 0 0 6 4.6;" xml:space="preserve" class="svg replaced-svg f1">
+<path d="M2.1,4.6L1.4,3.9L5.3,0L6,0.7L2.1,4.6z"/>
+<path d="M2.4,3.5L1.7,4.2L0,2.5l0.7-0.7L2.4,3.5z"/>
+</svg>
+ <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 8.7 8.7" style="enable-background:new 0 0 8.7 8.7;" xml:space="preserve" class="svg replaced-svg f2">
+<path d="M8.7,8L8,8.7l-8-8L0.7,0L8.7,8z"/>
+<path d="M8,0l0.7,0.7l-8,8L0,8L8,0z"/>
+</svg>
+ <span class="f1">Thématique suivie</span>
+ <span class="f2">Ne plus suivre</span>
+ </a>
+
+
+
+</div>
+
+
+
+
+
+
+
+<h1 itemprop="headline">Les motivations du tueur de Las Vegas demeurent floues</h1>
+
+
+ </div>
+
+ </div>
+
+
+
+
+
+ <div class="content-main ">
+
+ <div class="article-start">
+
+<p class="article-infos">
+
+ <span>Par
+
+
+
+
+
+
+ <span class="signature">Reuters</span>
+
+
+
+
+
+
+
+ </span>
+
+
+
+
+
+ le <a href="https://www.challenges.fr/index/2017/10/02/">02.10.2017 à 08h31</a>
+
+
+
+ <meta itemprop="datePublished" content="2017-10-02T06:31:29.000Z">
+
+
+
+
+</p>
+
+
+
+
+
+
+<h2 class="article-chapo" itemprop="description"></h2>
+
+
+
+<div class="article-lire-reactions sm-visible">
+
+ <a href="#comments" class="article-reactions">0 réactions</a>
+
+
+</div>
+
+
+
+
+
+
+ </div>
+
+
+
+
+
+ <div class="xs-visible">
+
+ <a href="#comments" class="article-reactions ">0 réactions</a>
+
+
+ </div>
+
+
+
+
+
+
+
+
+ <article class="container-inside-right">
+
+
+
+
+
+
+ <div class="corps " itemprop="articlebody">
+ <p>par Alexandria Sage et Lisa Girion</p>
+<p>LAS VEGAS, Nevada (Reuters) - La police américaine peinait mardi à établir les motivations qui ont poussé un retraité de 64 ans à tirer sur la foule depuis une chambre d'hôtel de Las Vegas, faisant 59 morts et 527 blessés dans la plus meurtrière fusillade de l'histoire des Etats-Unis.</p>
+<p>Le tireur, qui s'est donné la mort peu avant l'arrivée de police, a été identifié comme Stephen Paddock, un individu apparemment sans histoire, inconnu des services de police et vivant dans un lotissement en périphérie de la ville. Le seul fait notable le concernant était une infraction au code de la route.</p>
+<p>Paddock n'avait pas de passé militaire et n'était pas fiché pour d'éventuels troubles psychologiques, des comportements antisociaux ou l'expression d'opinions politiques et religieuses extrémistes sur les réseaux sociaux.</p>
+<p>L'homme, qui était semble-t-il un pratiquant assidu des jeux de hasards, avait amassé 42 armes à feu et s'est servi de certaines d'entre elles pour tirer depuis la fenêtre de sa chambre, au 32e étage de l'hôtel Mandalay Bay, sur une foule de 22.000 personnes qui assistaient à un concert de country dimanche soir.</p>
+<p>Vingt-trois armes ont été retrouvées dans sa chambre du Mandalay Bay, dont des fusils d'assaut et des armes altérées pour opérer de manière automatique. Un stock de nitrate d'ammonium, un engrais susceptible d'être utilisé dans l'élaboration d'explosifs, a été retrouvé dans sa voiture. </p>
+<p>"C'était un homme malade, un type dément", a déclaré Donald Trump devant la presse, sans fournir de précisions. "Beaucoup de problèmes, j'imagine. On examine son cas de manière très attentive parce qu'on a affaire à un individu très très malade", a ajouté le président américain.</p>
+<p>Interrogé sur un éventuel lien entre le meurtrier et une organisation terroriste, Donald Trump n'a pas répondu. La police estime, en l'état de l'enquête, que l'homme a agi seul.</p>
+<p>"On n'a aucune idée de la nature de ses croyances religieuses", a déclaré Joseph Lombardo, shérif du comté de Clark. "On ne peut pas comprendre ce qui se passe dans la tête d'un psychopathe", a-t-il ajouté.</p>
+<p></p>
+<p>PISTE D'UN INDIVIDU ISOLE</p>
+<p>Le groupe djihadiste Etat islamique a revendiqué l'attaque dans un communiqué qui affirme que le suspect s'était récemment converti à l'islam, mais un responsable américain s'est dit très sceptique sur cette revendication et a évoqué des "antécédents psychiatriques".</p>
+<p>Aucun lien avec une organisation terroriste internationale n'a été établi pour le moment, a indiqué de son côté le FBI, tandis que la CIA a invité à la prudence.</p>
+<p>Si la piste d'un individu isolé semble s'imposer, les enquêteurs souhaitent entendre la petite amie de Stephen Paddock avec laquelle il vivait, Marilou Danley, actuellement en voyage à l'étranger, sans doute au Japon.</p>
+<p>La police s'intéresse également "à d'autres individus" qui seraient impliqués dans la vente des armes que possédait Stephen Paddock.</p>
+<p>Le massacre commis dimanche soir est le plus meurtrier de l'histoire des Etats-Unis, dépassant celui perpétré par un homme lié à l'EI l'an passé dans une boîte de nuit homosexuelle d'Orlando en Floride. L'assaillant avait tué 49 personnes.</p>
+<p>Stephen Paddock ne présentait aucune des caractéristiques habituelles de ce genre de tueur de masse, qui sont le plus souvent des hommes jeunes en proie à des troubles psychologiques, disent les experts.</p>
+<p>L'homme a mené une existence paisible, occupant des emplois de concierge et d'employé de l'industrie aéronautique et ayant résidé dans plusieurs régions du sud-est et de l'ouest des Etats-Unis.</p>
+<p>Il s'était installé, il y a quelques années, dans un lotissement pour retraités du Nevada, à environ une heure de voiture de Las Vegas où il pouvait s'adonner à sa passion pour le jeu et pour les casinos.</p>
+<p>Dix-neuf armes, des explosifs et quantité de munitions y ont été retrouvés, a annoncé lundi soir le shérif du comté.</p>
+<p></p>
+<p>PAS L'HEURE D'UN DÉBAT SUR LES ARMES</p>
+<p>Un mandat a été émis pour fouiller une seconde maison située à Reno, une ville du Nevada à plus de 600 km au nord-ouest de Las Vegas, a annoncé lundi soir l'adjoint au shérif Todd Fasulo.</p>
+<p>A Mesquite, l'armurier local Chris Sullivan a confirmé dans un communiqué que Paddock comptait parmi ses clients et qu'il avait passé toutes les "vérifications et procédures" nécessaires à l'achat d'armes à feu.</p>
+<p>Contacté par Reuters, le frère de l'assaillant présumé, Eric Paddock, s'est dit "horrifié" et a présenté ses condoléances aux victimes. Son frère n'appartenait à aucun mouvement religieux ou politique, a-t-il ajouté, précisant qu'il n'avait pas à sa connaissance d'antécédents psychiatriques. </p>
+<p>Le père des deux hommes avait commis plusieurs braquages de banque et a un temps fait partie des fugitifs les plus recherchés par le FBI.</p>
+<p>Depuis sa maison d'Orlando, en Floride, devant laquelle se sont pressés des journalistes, Eric Paddock a décrit en outre son frère comme un "type riche" qui aimait jouer au poker en ligne, partir en croisière et qui coulait une retraite "paisible" dans le Nevada après des années passées en Floride.</p>
+<p>Cette nouvelle tuerie a ranimé le débat sur le contrôle des armes à feu aux Etats-Unis, une mesure contre laquelle le président Trump s'était fermement opposé lors de la campagne présidentielle l'an passé.</p>
+<p>"Nous discuterons d'une loi sur les armes en temps voulu", a commenté l'ancien homme d'affaires devant des journalistes à la Maison blanche. La présidence avait indiqué dès lundi que le débat sur ce sujet était, selon elle, "prématuré", répondant ainsi aux demandes d'élus démocrates.</p>
+<p></p>
+<p> (Avec Jonathan Allen, Chris Michaud et Frank McGurty à New York, Susan Cornwell et Mark Hosenball à Washington, Ali Abdelaty au Caire, Tangi Salaün, Julie Carriat et Pierre Sérisier pour le service français)</p>
+
+
+ </div>
+
+
+
+
+
+
+ <a href="#comments" class="article-reactions xs-visible">0 réactions</a>
+
+
+
+
+
+<p class="article-tags"
+ itemprop="keywords">
+
+
+
+
+
+</p>
+
+
+
+
+ <a href="#comments" class="article-reactions xs-hidden">0 réactions</a>
+
+
+
+
+ </article>
+
+
+
+ <aside class="aside-left container-inside-left">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ </aside>
+
+
+
+
+
+
+ <div class="bottom">
+
+
+
+
+
+ <div class="OUTBRAIN" data-src="https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396" data-widget-id="AR_9" data-ob-template="challenges"></div>
+
+
+
+ <div id="ultimedia_chasea" class="digiteka"></div>
+<script>
+ var ULTIMEDIA_mdtk;
+ var ULTIMEDIA_target = "ultimedia_chasea";
+ // var ULTIMEDIA_async = true;
+
+ if (!window.chaDelayedCommands) { window.chaDelayedCommands = []; }
+ window.chaDelayedCommands.push(function () {
+ ULTIMEDIA_mdtk = isMobile.any ? "01253638" : "01650969";
+
+ var ultimediaSmart = document.createElement('script');
+ ultimediaSmart.src = 'https://www.ultimedia.com/js/common/smart.js';
+ ultimediaSmart.async = 1;
+ document.body.appendChild(ultimediaSmart);
+ });
+</script>
+
+
+
+ <div class="OUTBRAIN" data-src="https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396" data-widget-id="AR_1" data-ob-template="challenges"></div>
+
+
+
+
+
+<div id="comments" class="commentaires bloc-full">
+
+ <span class="comms-title">0 réactions</span>
+
+ <form class="com user-show" style="display:none"
+ data-node="503396">
+
+ <textarea placeholder="Participez à la conversation" style="min-width:100%; max-width:100%;"></textarea>
+ <a href="javascript:void(0)" class="comms-react">Réagir</a>
+ </form>
+
+ <a href="https://secure.challenges.fr/login" class="comms-react comms-react-big user-hide
+ ">Pour réagir, veuillez vous connecter en cliquant ici</a>
+
+
+ <ul class="not-loaded" data-id="503396" data-nb="0"></ul>
+
+
+
+
+</div>
+
+
+
+ </div>
+
+
+
+
+ </div>
+
+
+ <div class="content-right">
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc ">
+ <div id="pub_pave_haut"></div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc noborder">
+ <div class="in bourse bourse-mini">
+ <ul>
+ <li class="infos">
+ <a href="https://bourse.challenges.fr/">Bourse</a>
+ <span>Le 23/11 à 14H45</span>
+ </li>
+ <li class="big">
+
+
+ <span class="ttl">
+ <a href="https://bourse.challenges.fr/fichevaleur.html?pays=FR&amp;ticker=PX1">CAC 40</a>
+ </span>
+ <span class="val">5377,21</span>
+ <span class="value ">+0,46%</span>
+
+ </li>
+ <li class="links">
+ <form class="search-form"
+ action="https://bourse.challenges.fr/recherche.html" method="get">
+
+ <a class="search-link"><span>Rechercher une valeur</span></a>
+ <input type="text" value="" name="code">
+ </form>
+ </li>
+ </ul>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+ <div class="bloc newsletter-form">
+ <span class="title">Newsletter Challenges</span>
+ <div class="in">
+ <form data-type="actu">
+ <span class="title"></span>
+ <input type="email" name="email" placeholder="Entrez votre E-mail" required="true">
+ <div class="cookies-mod cnil-mod">
+ <div class="in">
+ <p class="picto_info"><span>Votre adresse nous sert à envoyer les newsletters qui vous intéressent. Conformément à la loi informatique et liberté du 6 janvier 1978, mise à jour par la loi du 6 août 2004, vous disposez d'un droit d'accès, de rectification et d'opposition aux données vous concernant en écrivant à l'adresse [email protected]</span></p>
+ </div>
+</div>
+
+ <input type="submit" class="" value="Je m'abonne">
+ </form>
+ <span class="conf-fin conf-ok" style="display:none">Votre inscription a bien été prise en compte</span>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+<div class="bloc ">
+ <div id="pub_pave_milieu"></div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc list list-rbrq">
+
+ <a href="https://www.challenges.fr/monde/"
+ class="title rbrq-monde-color">Monde</a>
+
+ <div class="in">
+ <ul class="list-square">
+
+
+
+ <li>
+
+
+ <a href="https://www.challenges.fr/monde/quand-donald-trump-insulte-les-plus-grands-sportifs-des-etats-unis_515241" title="Trump se sert de Twitter pour insulter les plus grands sportifs américains" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/06/cover-r4x3w200-5a166cae7e66d-000-u12rd.jpg" alt="Donald Trump" />
+ </span>
+ <span>Trump se sert de Twitter pour insulter les plus grands sportifs américains</span>
+ </a>
+
+ </li>
+
+ <li>
+
+
+ <a href="https://www.challenges.fr/monde/moyen-orient/liban-l-etroite-marge-de-manoeuvre-de-saad-hariri-entre-le-hezbollah-et-l-arabie-saoudite_515134" title="Liban: l&#39;étroite marge de manœuvre de Saad Hariri entre le Hezbollah et l&#39;Arabie saoudite">Liban: l&#39;étroite marge de manœuvre de Saad Hariri</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="https://www.challenges.fr/monde/europe/la-commission-europeenne-critique-fortement-le-premier-budget-de-macron_515161" title="La Commission européenne critique le premier budget de Macron ">Bruxelles épingle le premier budget de Macron </a>
+
+ </li>
+
+ <li>
+
+
+ <a href="https://www.challenges.fr/monde/europe/ce-village-suisse-qui-offre-plus-de-20-000-euros-a-ses-futurs-habitants_515123" title="Ce village suisse qui offre plus de 20.000 euros à ses futurs habitants">Ce village suisse qui offre plus de 20.000 euros à ses futurs habitants</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="https://www.challenges.fr/monde/europe/pourquoi-un-gouvernement-minoritaire-pourrait-dynamiser-l-allemagne_515070" title="Pourquoi un gouvernement minoritaire pourrait dynamiser l&#39;Allemagne">Pourquoi un gouvernement minoritaire pourrait dynamiser l&#39;Allemagne</a>
+
+ </li>
+
+ </ul>
+ <a href="https://www.challenges.fr/monde/" class="more">Tous les articles Monde</a>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+ <div class="bloc">
+
+ <div class="OUTBRAIN" data-src="https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396" data-widget-id="SB_1" data-ob-template="challenges"></div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc abo">
+ <span class="title">à la une cette semaine</span>
+ <div class="in">
+ <div class="wrap">
+ <img data-src="/static_files/CHA-couv/couv_170.jpg" class="couv lazyload" alt="Couverture du magazine">
+ <img data-src="/static_files/CHA-couv/couv_170.jpg" class="small lazyload" alt="Couverture du magazine">
+ <div class="mask"></div>
+ </div>
+ <a href="http://challenges-magazine-digital.challenges.fr/profil/liseuse.html" class="buy ">
+ <span>Acheter</span>
+ </a>
+ <a href="http://logi150.xiti.com/go.click?xts=562191&amp;p=PromoAbonnement::Blocs_promo&amp;clic=S&amp;type=click&amp;url=https://www.challenges.fr/abonnements" class="subs">
+ <span>S’abonner</span>
+ </a>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc ">
+ <div id="pub_pave_bas"></div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+ <div class="bloc article-diaporama article-diaporama-main article-diaporama-big">
+ <span class="title">Galeries Photo</span>
+ <div class="in">
+ <div class="left-col">
+
+
+
+ <a href="https://www.challenges.fr/automobile/nouveautes/en-images-aston-martin-vantage_514870/aston-martin-vantage-face-dynamique-jaune_1" title="En images : Aston Martin Vantage" class="overlay-hover rbrq-home-overlay-hover">
+ <div class="visuel">
+ <div class="big">
+ <div class="in">
+ <div class="item">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_400x300.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/21/cover-r4x3w400-5a144273a9070-aston-martin-vantagetungsten-silver07-jpg-jpg.jpg" alt="Aston Martin Vantage" />
+ </span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <strong>En images : Aston Martin Vantage</strong>
+ </a>
+
+
+ <div class="thumbnails">
+ <span class="plus">Les dernières galeries photo</span>
+ <a href="javascript:void(0)" class="prev-btn"></a>
+ <a href="javascript:void(0)" class="next-btn"></a>
+ <ul>
+
+
+ <li>
+ <a href="https://www.challenges.fr/automobile/essais/en-images-essai-ford-f-150-raptor_514620/ford-f-150-raptor-3-4-avant_1" title="En images : essai Ford F-150 Raptor" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/20/cover-r4x3w200-5a12f61d267e2-flf-07217036-56966-99999-99999-rgb-jpg.jpg" alt="Ford F-150 Raptor" />
+ </span>
+ </a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/automobile/actu-auto/les-suv-sont-les-preferes-des-voleurs-selon-palmares-des-vols-de-voitures_514610/smart-fortwo-de-seconde-generation_1" title="Les 10 voitures les plus volées entre juillet 2016 et juin 2017" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/20/cover-r4x3w200-5a12f82ab6a78-nouvelle-image.jpg" alt="Le palmarès 2017 des véhicules les plus volés, par 40 Millions d'Automobilistes, BCA Expertise, Experveo et Traqueur." />
+ </span>
+ </a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/automobile/essais/en-images-essai-mercedes-benz-classe-x_514166/mercedes-benz-x-250d-avant-dynamique_1" title="En images : essai Mercedes-Benz Classe X" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/17/cover-r4x3w200-5a0f1f35245fc-dsc-0590-jpg.jpg" alt="Mercedes-Benz Classe X" />
+ </span>
+ </a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/automobile/concept-cars/en-images-tesla-roadster-2017_514130/tesla-roadster-elon-musk_1" title="En images : Tesla Roadster 2017" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/17/cover-r4x3w200-5a0ef7b71cd78-roadster-hero-jpg.jpg" alt="Tesla Roadster" />
+ </span>
+ </a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/automobile/voitures-propres/premieres-images-du-camion-electrique-tesla-semi-annonce-pour-800-km-et-36-t_514125/tesla-semi-truck-2017-vue-generale-de-la-cabine_1" title="En images : Tesla Semi, le camion électrique de 2020" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/17/images_list-r4x3w200-5a0ef2cb127db-semi-interior-command-jpg.jpg" alt="Tesla Semi Truck (2017) : vue générale de la cabine" />
+ </span>
+ </a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/patrimoine/marche-de-l-art/les-10-tableaux-les-plus-chers-vendus-aux-encheres_513676/10-nurse-de-roy-lichtenstein_1" title="Les 10 tableaux les plus chers vendus aux enchères" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/16/cover-r4x3w200-5a0d3c9b38eee-sipa-ap22125625-000006.jpg" alt="Salvator Mundi de Léonard DE VINCI" />
+ </span>
+ </a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/luxe/montres/rolex-cellini-moonphase-breguet-type-xxi-3817-notre-selection-des-plus-belles-montres-de-luxe_497663/quantieme-perpetuel-patek-philippe_1" title="Notre sélection des plus belles montres de luxe" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/14/cover-r4x3w200-59b007c704372-5320g-001-presse-cotg-rvb-copie-jpg.jpg" alt="Quantième perpétuel Patek Philippe" />
+ </span>
+ </a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/automobile/essais/les-images-de-notre-essai-du-bmw-x3-xdrive30d-x-line-en-novembre-2017_512597/bmw-x3-xdrive30d-x-line-2017-file-sur-route_1" title="En images : essai du BMW X3 xDrive30d X Line (2017)" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" src="/img/cha/placeholders/placeholder_200x150.jpg" data-src="https://www.challenges.fr/assets/img/2017/11/10/cover-r4x3w200-5a05f39735d47-p90263742-highres-the-new-bmw-x3-xdriv-jpg.jpg" alt="BMW X3 de troisième génération (2017)" />
+ </span>
+ </a>
+ </li>
+
+ </ul>
+ </div>
+
+ </div>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc ">
+ <div id="pub_pave_bas_2"></div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+ <div class="bloc article-diaporama article-diaporama-main article-diaporama-big diapo-video">
+ <span class="title">Vidéos</span>
+
+ <div class="in">
+ <div class="left-col">
+
+ <a href="https://www.challenges.fr/videos/esclavage-en-libye-macron-parle-de-crime-contre-lhumanite_vskpqx" title="Esclavage en Libye: Macron parle de &#34;crime contre l&#39;Humanité&#34;" class="overlay-hover">
+ <div class="visuel">
+ <div class="big">
+ <div class="in">
+ <div class="item">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l55k/vskpqx-L.jpg" alt="Esclavage en Libye: Macron parle de &amp;quot;crime contre l&#39;Humanité&amp;quot;">
+ </span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <h3>Esclavage en Libye: Macron parle de &#34;crime contre l&#39;Humanité&#34;</h3>
+ </a>
+ <div class="thumbnails">
+ <span class="plus">Dernières vidéos</span>
+ <a class="prev-btn"></a>
+ <a class="next-btn"></a>
+ <ul>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/le-budget-des-francais-pour-noel_vskmvu" title="Le budget des Français pour Noël " class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l55k/vskmvu-M.jpg" alt="Le budget des Français pour Noël ">
+ </span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/ce-village-suisse-qui-offre-plus-de-20000-euros-a-ses-futurs-habitants_vsvfks" title="Ce village suisse qui offre plus de 20.000 euros à ses futurs habitants" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l555/vsvfks-M.jpg" alt="Ce village suisse qui offre plus de 20.000 euros à ses futurs habitants">
+ </span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/des-images-de-lincroyable-defection-dun-militaire-nord-coreen_vsvzrk" title="Des images de l&#39;incroyable défection d&#39;un militaire nord-coréen" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l555/vsvzrk-M.jpg" alt="Des images de l&#39;incroyable défection d&#39;un militaire nord-coréen">
+ </span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/emmanuel-macron-il-faut-retourner-dans-son-pays_vsvz0x" title="Emmanuel Macron : &#34;Il faut retourner dans son pays&#34;" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l555/vsvz0x-M.jpg" alt="Emmanuel Macron : &amp;quot;Il faut retourner dans son pays&amp;quot;">
+ </span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/faut-il-craquer-pour-le-robot-aspirateur-dark-vador-de-samsung_vsvrmm" title="Faut-il craquer pour le robot aspirateur Dark Vador de Samsung?" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l555/vsvrmm-M.jpg" alt="Faut-il craquer pour le robot aspirateur Dark Vador de Samsung?">
+ </span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/pres-de-20-des-salaries-du-prive-ont-renonce-a-un-arret-maladie_vsvrrm" title="Près de 20% des salariés du privé ont renoncé à un arrêt maladie" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l555/vsvrrm-M.jpg" alt="Près de 20% des salariés du privé ont renoncé à un arrêt maladie">
+ </span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/les-donnees-de-57-millions-dutilisateurs-duber-ont-ete-piratees-en-2016_vsvum5" title="Les données de 57 millions d&#39;utilisateurs d&#39;Uber ont été piratées en 2016" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l555/vsvum5-M.jpg" alt="Les données de 57 millions d&#39;utilisateurs d&#39;Uber ont été piratées en 2016">
+ </span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/tabac-et-cinema-retour-sur-les-affiches-qui-ont-ete-censurees_vsrss8" title="Tabac et cinéma : Retour sur les affiches qui ont été censurées" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l5sf/vsrss8-M.jpg" alt="Tabac et cinéma : Retour sur les affiches qui ont été censurées">
+ </span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/videos/travailleurs-detaches-les-routiers-protestent-en-manifestant-aux-frontieres_vsr30s" title="Travailleurs détachés : les routiers protestent en manifestant aux frontières" class="overlay-hover">
+ <span class="overlay">
+ <img class="lazyload" data-src="https://medialb.ultimedia.com/multi/3l5sf/vsr30s-M.jpg" alt="Travailleurs détachés : les routiers protestent en manifestant aux frontières">
+ </span>
+ </a>
+ </li>
+
+ </ul>
+ </div>
+ </div>
+ </div>
+
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc list">
+ <span class="title">
+
+ Notre rubrique Monde
+
+ </span>
+ <div class="in">
+ <ul class="list-square">
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/europe/" title="Europe" class="overlay-hover">
+ <span>Europe</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/ameriques/" title="Amériques" class="overlay-hover">
+ <span>Amériques</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/asie-pacifique/" title="Asie-Pacifique" class="overlay-hover">
+ <span>Asie-Pacifique</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/afrique/" title="Afrique" class="overlay-hover">
+ <span>Afrique</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/moyen-orient/" title="Moyen-Orient" class="overlay-hover">
+ <span>Moyen-Orient</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/japon/" title="Japon" class="overlay-hover">
+ <span>Japon</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/etats-unis/" title="Etats-Unis" class="overlay-hover">
+ <span>Etats-Unis</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/brics/" title="BRICS" class="overlay-hover">
+ <span>BRICS</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/ocde/" title="OCDE" class="overlay-hover">
+ <span>OCDE</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/monde/elections-americaines/" title="Elections américaines" class="overlay-hover">
+ <span>Elections américaines</span>
+ </a>
+ </li>
+
+ <li>
+
+ <a href="https://www.challenges.fr/galeries-photos/monde/" title="Galeries photos Monde" class="overlay-hover">
+ <span>Galeries photos Monde</span>
+ </a>
+ </li>
+
+ </ul>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+ </div>
+
+
+
+
+ </section>
+</main>
+
+
+
+ <div class="container-in container-in-border-top container-in-border-top-sml container-pre-footer list">
+ <div class="table">
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc pre-footer-sm">
+ <span class="title-big">
+
+ <a href="http://www.challenges.fr/emploi/">A ne pas manquer</a>
+
+ </span>
+ <div class="in">
+ <ul class="list-square">
+
+
+ <li>
+ <a href="https://www.challenges.fr/reforme-code-travail/" title="Droit du travail">Droit du travail</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/immobilier/" title="Immobilier">Immobilier</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/patrimoine/epargne/" title="Epargne">Epargne</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/emploi/special-mba/" title="Dossier MBA">Dossier MBA</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/emploi/formation/non-la-classe-prepa-n-est-pas-en-crise_13183" title="Les meilleures prépas">Les meilleures prépas</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/emploi/formation/gestion-marketing-web-rh-finance-les-meilleurs-masters-universitaires_27406" title="Les meilleurs masters">Les meilleurs masters</a>
+ </li>
+
+ </ul>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc pre-footer-sm">
+ <span class="title-big">
+
+ <a href="https://www.challenges.fr/entreprise/">Entreprise</a>
+
+ </span>
+ <div class="in">
+ <ul class="list-square">
+
+
+ <li>
+ <a href="https://www.challenges.fr/start-up/" title="L&#39;actu des start-up">L&#39;actu des start-up</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/entreprise/defense/" title="Défense">Défense</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/entreprise/aeronautique/" title="Aéronautique">Aéronautique</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/entreprise/energie/" title="Energie">Energie</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/entreprise/environnement/" title="Environnement">Environnement</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.challenges.fr/club-entrepreneurs/" title="Le Club des entrepreneurs">Le Club des entrepreneurs</a>
+ </li>
+
+ </ul>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="bloc pre-footer-sm">
+ <span class="title-big">
+
+ <a href="http://www.sciencesetavenir.fr/#xtor=CS1-48-[Lien_home]">Sur Sciences et Avenir</a>
+
+ </span>
+ <div class="in">
+ <ul class="list-square">
+
+
+ <li>
+ <a href="http://www.sciencesetavenir.fr/sante-maladie/#xtor=CS1-48-[Index_Maladies]" title="L&#39;index des maladies">L&#39;index des maladies</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.sciencesetavenir.fr/nutrition/#xtor=CS1-48-[Nutrition]" title="Bien se nourrir">Bien se nourrir</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.sciencesetavenir.fr/sante/#xtor=CS1-48-[Sante]" title="L&#39;actualité santé">L&#39;actualité santé</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.sciencesetavenir.fr/high-tech/#xtor=CS1-48-[High_Tech]" title="Nouveautés High-tech">Nouveautés High-tech</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.sciencesetavenir.fr/nature-environnement/#xtor=CS1-48-[Nature_Environnement]" title="Environnement">Environnement</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.sciencesetavenir.fr/espace/#xtor=CS1-48-[Espace]" title="Tout sur l&#39;espace">Tout sur l&#39;espace</a>
+ </li>
+
+ </ul>
+ </div>
+</div>
+
+
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="container-in container-in-border-top container-in-border-top-sml container-pre-footer">
+
+ <div class="bloc pre-footer-sm pre-footer-mail newsletter-form">
+ <span class="title-big">Newsletter Challenges</span>
+ <div class="in">
+ <span>Entrez votre email pour recevoir la newsletter</span>
+ <form data-type="actu">
+ <input type="email" name="email" placeholder="Entrez votre E-mail" required="true">
+ <div class="cookies-mod cnil-mod">
+ <div class="in">
+ <p class="picto_info"><span>Votre adresse nous sert à envoyer les newsletters qui vous intéressent. Conformément à la loi informatique et liberté du 6 janvier 1978, mise à jour par la loi du 6 août 2004, vous disposez d'un droit d'accès, de rectification et d'opposition aux données vous concernant en écrivant à l'adresse [email protected]</span></p>
+ </div>
+</div>
+
+ <input type="submit" class="" value="Je m'abonne">
+ </form>
+ <span class="conf-fin conf-ok" style="display:none">Votre inscription a bien été prise en compte</span>
+ </div>
+ </div>
+
+ <div class="bloc pre-footer-sm pre-footer-social">
+ <span class="title-big">Suivez-nous</span>
+ <div class="in">
+ <a href="https://www.facebook.com/challenges" target="_blank" class="fb social-btn-white">Facebook</a>
+ <a href="https://twitter.com/Challenges" target="_blank" class="tw social-btn-white">Twitter</a>
+ <a href="https://www.linkedin.com/company/80846" target="_blank" class="ln social-btn-white">Linkedin</a>
+ <a href="https://plus.google.com/+challenges" target="_blank" class="gg social-btn-white">Google +</a>
+ <a href="https://www.challenges.fr/rss" target="_blank" class="rs social-btn-white">RSS</a>
+ </div>
+ </div>
+
+</div>
+
+
+ </div>
+
+
+ <div class="pub-container-bas">
+ <div id="pub_banniere_basse" class="pub"></div>
+ </div>
+
+
+
+
+ <script type="text/javascript">
+ xtnv = document; // Ou parent.document
+ xtsd = 'https://logs3';
+ xtsite = '562191';
+ xtpage = 'Monde::Les_Motivations_Du_Tueur_De_Las_Vegas_Demeurent_Floues_503396';
+ xtn2 = '1';
+ xtdmc = '.challenges.fr';
+ xtdi = '';
+ xt_ac = '';
+ xt_an = '';
+ xt_tags = '';
+ xt_multc = '';
+
+ if (!window.chaDelayedCommands) { window.chaDelayedCommands = []; }
+ window.chaDelayedCommands.push(function () {
+ xtn2 = isMobile && isMobile.phone ? '2' : (isMobile && isMobile.tablet ? '2' : '1');
+ xt_multc = '&x1=[Challenges]&x2=7&x3=' + (isMobile && isMobile.phone ? '2' : (isMobile && isMobile.tablet ? '3' : '1')) + '&x15=[Monde]&x5=[Contenu]&x17=2&x18=1&x4=1&x6=[Autres]&x7=[]&x8=Reuters&x9=1&x10=[503396]&x11=[Les_Motivations_Du_Tueur_De_Las_Vegas_Demeurent_Floues]&x12=[]&x13=[]&x14=20171002';
+
+ //do not modify below
+ if (window.xtparam!=null){window.xtparam+="&ac="+xt_ac+"&an="+xt_an+xt_multc;}
+ else{window.xtparam = "&ac="+xt_ac+"&an="+xt_an+xt_multc;};
+ //-->
+
+ var at=document.createElement('script');
+ at.type='text/javascript';
+ at.async=true;
+ at.src='https://www.challenges.fr/js/libs/xtcore.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]||document.getElementsByTagName('script')[0].parentNode).insertBefore(at,null);
+ });
+ </script>
+ <noscript>
+ <img width="1" height="1" src="https://logs3.xiti.com/hit.xiti?s=562191&p=Monde::Les_Motivations_Du_Tueur_De_Las_Vegas_Demeurent_Floues_503396" alt="pixel" >
+ </noscript>
+
+
+
+ <!--script src="https://www.challenges.fr/js/libs/xtcore.js"></script-->
+
+
+
+
+ <script type='text/javascript'>
+ // init googletag variable
+ var googletag = googletag || {};
+
+ if (!window.chaDelayedCommands) { window.chaDelayedCommands = []; }
+ window.chaDelayedCommands.push(function () {
+ // display ads
+ $('body').chaAds({
+ googletag: googletag,
+ dfp_vars: {
+ enabled: true,
+ publisherid: '205069399',
+ site: 'CHA_challenges',
+
+ topic: 'monde',
+ subtopic: 'monde',
+
+ pagetype: 'RG'
+ },
+ dfptest: ''
+ });
+ });
+ </script>
+
+ <script type="text/javascript">
+ if (!window.chaDelayedCommands) { window.chaDelayedCommands = []; }
+ window.chaDelayedCommands.push(function () {
+ var i = document.createElement('iframe');
+ i.src = 'https://cstatic.weborama.fr/iframe/customers/premium.html?idEditeur=1164&idSite=233';
+ i.style = 'height: 1px; width: 1px; border: 0px none; position: absolute; display: none; left: 0px; top: 0px; z-index: 0;';
+ document.body.appendChild(i);
+ });
+ </script>
+
+
+
+
+<footer id="footer" class="container-in-border-top">
+ <div class="container-in">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<section class="highlights-top rbrq-common-a ">
+ <div>
+
+
+ <a href="https://www.challenges.fr/emploi/formation/universites-ces-50-masters-d-excellence-qui-font-de-l-ombre-aux-grandes-ecoles_499659">50 Masters</a>
+
+
+ <a href="https://www.challenges.fr/classement/arnault-bettencourt-mulliez-dumas-dassault-les-10-plus-grosses-fortunes-de-france-en-2017_483193">500 FORTUNES 2017</a>
+
+
+ <a href="https://www.challenges.fr/emploi/special-mba/le-top-30-des-global-mba-les-mba-s-adaptent-face-a-la-concurrence_477536">TOP 30 des Global MBA</a>
+
+
+ <a href="http://lesclesdedemain.lemonde.fr/">Les clés de demain</a>
+
+
+ <a href="https://www.challenges.fr/emploi/management/revolution-work-veut-revolutionner-le-travail-une-initiative-du-quartier-de-la-defense_513149">Revolution@work</a>
+
+ </div>
+</section>
+
+
+
+
+
+
+
+
+
+
+ </div>
+ <hr>
+ <div class="container-in container-in-table">
+ <div class="bloc"><a class="title" href="https://www.challenges.fr/automobile/">Automobile</a><a href="https://www.challenges.fr/automobile/actu-auto/les-20-voitures-les-plus-vendues-en-france-en-2015_118048/slide_1">Les meilleures voitures françaises</a><a href="https://www.challenges.fr/automobile/voitures-propres/">Choisir une voiture propre</a><a href="https://www.challenges.fr/automobile/essais/quelle-citadine-automatique-choisir_18666">Quelle citadine automatique choisir ?</a><a href="https://www.challenges.fr/automobile/essais/">Tous les essais auto</a><a href="https://www.challenges.fr/automobile/actu-auto/le-top-20-des-voitures-les-plus-vendues-en-france-en-2016_42006/slide_1">Les voitures les plus vendues</a><hr><a class="title" href="https://www.challenges.fr/emploi/">Emploi</a><a href="https://www.challenges.fr/emploi/salaire-des-cadres/salaires-des-cadres-ceux-qui-gagnent-ceux-qui-perdent_433587">Salaire des cadres</a><a href="https://www.challenges.fr/emploi/carriere/les-10-meilleurs-metiers-de-2016_28704/slide_1">Les meilleurs métiers du monde</a><a href="https://www.challenges.fr/emploi/management/">Nos conseils en management</a><hr><a class="title" href="https://www.challenges.fr/classements/">Classements</a><a href="https://www.challenges.fr/classements/fortune/">Classement des fortunes de France</a><a href="https://www.challenges.fr/classements/prepas/">Classement des prépas</a></div><div class="bloc"><a href="https://www.challenges.fr/classements/start-up/">Classement des start-up</a><a href="https://www.challenges.fr/emploi/classement-des-ecoles-de-commerce/le-palmares-2016-des-ecoles-de-commerce-post-prepa_3215">Classement des écoles de commerce</a><a href="https://www.challenges.fr/patrimoine/pourquoi-vous-payez-bien-trop-de-frais-bancaires_52371">Classement des banques les moins chères</a><a href="https://www.challenges.fr/monde/ameriques/decouvrez-le-classement-2015-des-americains-les-plus-riches_62362">Classement des hommes les plus riches des Etats-Unis</a><a href="https://www.challenges.fr/emploi/les-30-meilleurs-mba-au-monde_85056">Classement des meilleurs MBA au monde</a><a href="https://www.challenges.fr/emploi/le-guide-pour-trouver-les-meilleurs-masters_96137">Classement des meilleurs masters</a><a href="https://www.challenges.fr/classements/cote-des-diplomes/">La cote des diplomes</a><a href="https://www.challenges.fr/immobilier/actu-immo/immobilier-le-classement-des-villes-ou-les-francais-voudraient-investir_415392">Classement des villes où investir en immobilier</a><hr><a class="title" href="https://www.challenges.fr/immobilier/">Immobilier</a><a href="https://www.challenges.fr/immobilier/prix-immobilier-m2/">Le prix de l'immobilier au m2</a><a href="https://www.challenges.fr/immobilier/prix-immobilier-m2/encadrement-des-loyers-a-paris-les-prix-de-reference-par-quartier_32659">Prix des loyers à Paris</a><a href="https://www.challenges.fr/immobilier/actu-immo/immobilier-pourquoi-les-prix-auraient-du-baisser_26539">Evolution des prix de l'immobilier</a><a href="https://www.challenges.fr/immobilier/location-tout-savoir-sur-le-bail-d-habitation_32660">Tout savoir sur le bail d'habitation</a><hr><a class="title" href="https://www.challenges.fr/services">Services</a><a href="https://logs3.xiti.com/go.click?xts=562191&p=BureauxLocaux::Lien_Footer&clic=S&type=click&url=http://www.bureauxlocaux.com/">Trouver des bureaux</a><a href="https://logs3.xiti.com/go.click?xts=562191&p=SeLoger::Lien_Footer&clic=S&type=click&url=http://immobilier.challenges.fr/">Annonces immobilières</a><a href="https://logs3.xiti.com/go.click?xts=562191&p=Choisirmabanque::Lien_Footer&clic=S&type=click&url=https://quellebanque.challenges.fr/index.php">Comparez votre banque</a></div><div class="bloc"><a href="https://logs3.xiti.com/go.click?xts=562191&p=iQuesta::Lien_Footer&clic=S&type=click&url=http://stages-emploi.challenges.fr/">Offres emploi stages</a><a href="https://logs3.xiti.com/go.click?xts=562191&p=Maximis::Lien_Footer&clic=S&type=click&url=http://challenges.simul-retraite.fr/">Simulateur retraite</a><hr><a class="title" href="https://www.challenges.fr/economie/les-graphiques-de-challenges_142117/slide_1">Les graphiques de Challenges</a><hr><a class="title" href="https://www.challenges.fr/confidentiel/">Les confidentiels de Challenges</a><hr><a class="title" href="https://www.challenges.fr/galeries-photos/">Toutes nos galeries photos</a><a href="https://www.challenges.fr/galeries-photos/election-presidentielle-2017/">La Présidentielle 2017 en images</a><a href="https://www.challenges.fr/galeries-photos/economie/">L'économie en images</a><a href="https://www.challenges.fr/galeries-photos/entreprise/">Les entreprises en images</a><a href="https://www.challenges.fr/galeries-photos/emploi/">L'emploi en images</a></div><div class="bloc"><a class="title" href="https://www.sciencesetavenir.fr/">A découvrir sur Sciences et Avenir</a><a href="https://www.sciencesetavenir.fr/sante-nutrition/">Conseils nutrition</a><a href="https://www.sciencesetavenir.fr/sante-maladie/">Fiches maladies</a><hr><a class="title" href="https://success-story.challenges.fr">Success Story</a><hr><a class="title" href="https://partenaires.challenges.fr/">Dossiers Partenaires</a><hr><a href="https://www.challenges.fr/auteurs/" class="highlight ">La rédaction</a><a href="https://www.challenges.fr/donnees-personnelles" class="highlight ">Données personnelles</a><a href="https://www.challenges.fr/mentions-legales" class="highlight ">Mentions légales</a><a href="https://www.challenges.fr/contacts" class="highlight ">Contacts</a><a href="http://www.mediaobs.com/" class="highlight ">Publicité</a><a href="https://www.challenges.fr/licence" class="highlight ">Copyright</a><a href="https://www.challenges.fr/index/" class="highlight ">Nos archives</a><a href="https://www.challenges.fr/plan-du-site" class="highlight ">Plan du site</a><a href="https://www.challenges.fr/depeches/" class="highlight ">Les dépêches</a><a href="http://espaceclient.challenges.fr/" class="highlight ">Espace client</a><a href="https://www.challenges.fr/cgv" class="highlight ">CGV</a><a href="https://www.challenges.fr/abonnements" class="highlight abo">S'abonner</a></div>
+ </div>
+ <hr class="hr-last">
+ <div class="container-in container-footer-last">
+ <a href="https://www.challenges.fr" class="logo"></a>
+ <span class="text">© Challenges - Les contenus, marques, ou logos du site challenges.fr sont soumis à la protection de la propriété intellectuelle.</span>
+ <span class="ojd"><a href="http://www.acpm.fr/Support-Numerique/site/challenges-fr" target="_blank">Audience certifiée par l'</a></span>
+ </div>
+</footer>
+
+<script id="cookieBarTemplate" type="text/x-jsrender">
+ <div class="cookies-mod cookies-mod-bar">
+ <div class="in">
+ <p class="picto_info">
+ En poursuivant votre navigation, vous acceptez nos <a href="https://www.challenges.fr/cgv">CGV</a> et l'utilisation de cookies pour vous proposer des contenus, services, vidéos et publicités personnalisés et vous permettre l'utilisation de boutons de partages sociaux.
+ </p>
+ <p> <button class="link_action close">OK, tout accepter</button> <a href="https://www.challenges.fr/donnees-personnelles" class="link_action">Personnaliser</a></p>
+ </div>
+ </div>
+</script>
+
+
+
+
+<script type="text/javascript" src="https://www.challenges.fr/js/script.min.js" async></script>
+
+
+
+
+
+
+
+
+
+
+
+<script type="text/javascript">
+ !function(){var a=window._nli||(window._nli=[]);if(!a.loaded){var b=document.createElement("script");b.async=!0,b.src="https://non.li/sdk.js";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c),a.loaded=!1}}();
+ window._nli = window._nli || [];
+ window._nli.push(['brand', 'mYWkT%2FCU4s6EKGzwZX53FDL8dWs2t0Qa0GabcOqK02I%3D']);
+ (function(p,u,s,h){p._pcq=p._pcq||[];p._pcq.push(['_currentTime',Date.now()]);s=u.createElement('script');s.type='text/javascript';s.async=true;s.src='https://cdn.pushcrew.com/js/d3990b6196c128325384298ea57e73d7.js';h=u.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})(window,document);
+</script>
+
+<script type="text/javascript" src="https://widgets.outbrain.com/outbrain.js" async></script>
+
+
+
+
+ <meta itemprop="publisher" content="Challenges">
+
+
+
+
+ <script type="text/javascript">
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ window.gaName = 'uacha';
+ ga('create', 'UA-22393576-2', 'challenges.fr', { name: window.gaName });
+ ga(window.gaName + '.require', 'displayfeatures');
+
+ ga(window.gaName + '.send', 'pageview');
+ </script>
+
+ <div id="pub_dhtml"></div>
+ <div id="pub_parallaxe"></div>
+
+
+
+
+<script type='text/javascript'>
+var wamid = '4876';
+var typ = '1';
+
+var Wvar = {
+ "site":"challenges",
+ "thematique":"actualite-generale",
+ "rub-pcpl":"monde",
+ "rub-scnds":[],
+ "type-page":"contenu",
+ "type-contenu":"depeche",
+ "statut-article":"gratuit",
+ "statut-abonne":"non-logue",
+ "tags":[]
+};
+
+(function(){
+var w = document.createElement("script");
+w.type = "text/javascript";
+w.src = document.location.protocol + "//cstatic.weborama.fr/js/wam/customers/wamfactory_dpm.wildcard.min.js?rnd="+new Date().getTime();
+w.async = true;
+var body = document.getElementsByTagName('script')[0];
+body.parentNode.insertBefore(w,body);
+})();
+
+</script>
+
+
+
+ <div id="poool_init"
+ data-key="TBX9K-XTCUG-VB4T0-J49VE"
+ data-subscription-url="https://www.challenges.fr/abonnements"
+ data-login-url="https://secure.challenges.fr/login?redirect="
+ data-amorce="0"
+ data-page="free"
+ ></div>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-images.json
new file mode 100644
index 0000000..8a74adf
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "https:\/\/cdn.citylab.com\/media\/img\/citylab\/2019\/04\/mr1\/facebook.jpg?1556645448",
+ "https:\/\/cdn.citylab.com\/media\/img\/citylab\/2019\/04\/mr1\/300.jpg?mod=1556645448",
+ "https:\/\/cdn.theatlantic.com\/assets\/media\/img\/posts\/2019\/04\/AP_8912060228\/cbd32b0e1.jpg",
+ "https:\/\/cdn.theatlantic.com\/assets\/media\/img\/posts\/2019\/04\/AP_945361213236\/888fdd750.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-metadata.json
new file mode 100644
index 0000000..6ec809e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Sarah Archer",
+ "Direction": null,
+ "Excerpt": "The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline.",
+ "Image": "https:\/\/cdn.citylab.com\/media\/img\/citylab\/2019\/04\/mr1\/facebook.jpg?1556645448",
+ "Title": "The Modern Ambitions Behind Neon",
+ "SiteName": "CityLab"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected.html
new file mode 100644
index 0000000..2ad9f86
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected.html
@@ -0,0 +1,108 @@
+<article itemscope="itemscope" itemtype="https://schema.org/NewsArticle" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <meta itemprop="datePublished" content="2019-04-30T13:39:00-04:00">
+ <meta itemprop="dateModified" content="2019-04-30T13:40:00-04:00">
+ <meta itemprop="mainEntityOfPage" content="https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/">
+
+ <figure itemprop="image" itemscope="itemscope" itemtype="http://schema.org/ImageObject">
+ <picture><source srcset="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/940.jpg?mod=1556645448" media="(min-width: 1024px)"> <source srcset="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/lead_large.jpg?mod=1556645448" media="(min-width: 576px)"></picture>
+ <meta itemprop="height" content="128">
+ <meta itemprop="width" content="300">
+ <meta itemprop="url" content="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/300.jpg?mod=1556645448"><picture><source srcset="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/300.jpg?mod=1556645448" media="(max-width: 575px)"><img src="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/300.jpg?mod=1556645448" alt srcset="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/300.jpg?mod=1556645448"></picture>
+ <figcaption>
+ <span itemprop="caption">The Moulin Rouge cabaret in Paris</span> <span itemprop="creator">Benoit Tessier/Reuters</span>
+ </figcaption>
+ </figure>
+ <div>
+ <h2 itemprop="headline">
+ Why Neon Is the Ultimate Symbol of the 20th Century
+ </h2>
+
+ </div>
+ <h2 itemprop="description">
+ The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline.
+ </h2>
+
+ <section id="article-section-1">
+ <p>
+ In the summer of 1898, the Scottish chemist Sir William Ramsay made a discovery that would eventually give the Moulin Rouge in Paris, the Las Vegas Strip, and New York’s Times Square their perpetual nighttime glow. Using the boiling point of argon as a reference point, Ramsay and his colleague Morris W. Travers isolated three more noble gases and gave them evocative Greek names: neon, krypton, and xenon. In so doing, the scientists bestowed a label of permanent novelty on the most famous of the trio—neon, which translates as “new.” This discovery was the foundation on which the French engineer Georges Claude crafted a new form of illumination over the next decade. He designed glass tubes in which neon gas could be trapped, then electrified, to create a light that glowed reliably for more than 1,000 hours.
+ </p>
+ <p>
+ In the 2012 book <em>L’être et le Néon</em>, <a href="https://mitpress.mit.edu/books/being-and-neonness-translation-and-content-revised-augmented-and-updated-edition-luis-de-miranda">which has been newly translated into English by Michael Wells</a>, the philosopher Luis de Miranda weaves a history of neon lighting as both artifact and metaphor. <em>Being and Neonness</em>, as the book is called in its English edition, isn’t a typical material history. There are no photographs. Even de Miranda’s own example of a neon deli sign spotted in Paris is re-created typographically, with text in all caps and dashes forming the border of the sign, as one might attempt on Twitter. Fans of Miami Beach’s restored Art Deco hotels and California’s bowling alleys might be disappointed by the lack of glossy historical images. Nonetheless, de Miranda makes a convincing case for neon as a symbol of the grand modern ambitions of the 20th century.
+ </p>
+
+ <p>
+ De Miranda beautifully evokes the notion of neon lighting as an icon of the 1900s in his introduction: “When we hear the word <em>neon</em>, an image pops into our heads: a combination of light, colors, symbols, and glass. This image is itself a mood. It carries an atmosphere. It speaks … of the essence of cities, of the poetry of nights, of the 20th century.” When neon lights debuted in Europe, they seemed dazzlingly futuristic. But their husky physicality started becoming obsolete by the 1960s, thanks in part to the widespread use of plastic for fluorescent signs. Neon signs exist today, though they’ve been eclipsed by newer technologies such as digital billboards, and they remain charmingly analog: Signs must be made by hand because there’s no cost-effective way to mass-produce them.
+ </p>
+ <p>
+ In the 1910s, neon started being used for cosmopolitan flash in Paris at precisely the time and place where the first great modernist works were being created. De Miranda’s recounting of the ingenuity emerging from the French capital a century ago is thrilling to contemplate: the cubist art of Pablo Picasso, the radically deconstructed fashions of Coco Chanel, the stream-of-consciousness poetry of Gertrude Stein, and the genre-defying music of Claude Debussy—all of which heralded a new age of culture for Europe and for the world.
+ </p>
+ </section>
+
+ <section id="article-section-2">
+ <p>
+ Amid this artistic groundswell, Georges Claude premiered his neon lights at the <a href="https://www.mondial-paris.com/en/visiteur/auto">Paris Motor Show</a> in December 1910, captivating visitors with 40-foot-tall tubes affixed to the building’s exterior. The lights shone orange-red because neon, by itself, produces that color. <em>Neon lighting</em> is a catchall term that describes the technology of glass tubing that contains gas or chemicals that glow when electrified. For example, neon fabricators use carbon dioxide to make white, and mercury to make blue. Claude acknowledged at the time that neon didn’t produce the ideal color for a standard light bulb and insisted that it posed no commercial threat to incandescent bulbs.
+ </p>
+ <p>
+ Of course, the very quality that made neon fixtures a poor choice for interior lighting made them perfect for signs, de Miranda notes. The first of the neon signs was switched on in 1912, advertising a barbershop on Paris’s Boulevard Montmartre, and eventually they were adopted by cinemas and nightclubs. While Claude had a monopoly on neon lighting throughout the 1920s, the leaking of trade secrets and the expiration of a series of patents broke his hold on the rapidly expanding technology.
+ </p>
+ </section>
+
+ <section id="article-section-3">
+ <p>
+ In the following decades, neon’s nonstop glow and vibrant colors turned ordinary buildings and surfaces into 24/7 billboards for businesses, large and small, that wanted to convey a sense of always being open. The first examples of neon in the United States debuted in Los Angeles, where the Packard Motor Car Company commissioned two large blue-and-orange <span>Packard</span> signs that literally stopped traffic because they distracted motorists. The lighting also featured heavily at the Chicago Century of Progress Exposition in 1933 and at the 1939 World’s Fair in New York. At the latter event, a massive neon sign reading <span>Futurama</span> lit the way to a General Motors exhibition that heralded “The World of Tomorrow.”
+ </p>
+ <figure>
+ <picture><img alt data-srcset="https://cdn.theatlantic.com/assets/media/img/posts/2019/04/AP_8912060228/cbd32b0e1.jpg" src="https://cdn.theatlantic.com/assets/media/img/posts/2019/04/AP_8912060228/cbd32b0e1.jpg"></picture>
+ <figcaption>
+ Workers remove a hammer and sickle from a neon sign that reads “Glory to Communism,” visible on the roof of the Communist-run electricity-board headquarters in Czechoslovakia in 1989. (AP)
+ </figcaption>
+ </figure>
+ <p>
+ De Miranda points out that businesses weren’t alone in embracing neon’s ability to spread messages effectively. By the middle of the century, the lighting was being adopted for more political purposes. “In the 1960s, the Soviets deployed a vast ‘neonization’ of the Eastern bloc capitals to emulate capitalist metropolises,” de Miranda writes. “Because consumer shops were rare in the Polish capital [of Warsaw], they did not hesitate to illuminate the façades of public buildings.” In other words, as opposed to the sole use of the more obvious forms of propaganda via posters or slogans, the mass introduction of neon lighting was a way of getting citizens of Communist cities to see their surroundings with the pizzazz and nighttime glamour of major Western capitals.
+ </p>
+ </section>
+
+ <section id="article-section-4">
+ <p>
+ Neon, around this time, began to be phased out, thanks to cheaper and less labor-intensive alternatives. In addition, the global economic downturn of the 1970s yielded a landscape in which older, flickering neon signs, which perhaps their owners couldn’t afford to fix or replace, came to look like symbols of decline. Where such signs were once sophisticated and novel, they now seemed dated and even seedy.
+ </p>
+ <section>
+ <h2>
+ Cities are changing fast. Keep up with the <b>CityLab Daily</b> newsletter.
+ </h2><label for="promo-email-input-email">The best way to follow issues you care about.</label>
+
+ </section>
+ <p>
+ De Miranda understands this evolution by zooming out and looking at the 1900s as the “neon century.” The author draws a parallel between the physical form of neon lights, which again are essentially containers for electrified gases, and that of a glass capsule—suggesting they are a kind of message in a bottle from a time before the First World War. “Since then, [neon lights] have witnessed all the transformations that have created the world we live in,” de Miranda writes. “Today, they sometimes seem to maintain a hybrid status, somewhere between junkyards and museums, not unlike European capitals themselves.”
+ </p>
+ <figure>
+ <picture><img alt data-srcset="https://cdn.theatlantic.com/assets/media/img/posts/2019/04/AP_945361213236/888fdd750.jpg" src="https://cdn.theatlantic.com/assets/media/img/posts/2019/04/AP_945361213236/888fdd750.jpg"></picture>
+ <figcaption>
+ Martin Wartman, a student at Northern Kentucky University, works on a neon sign at the Neonworks of Cincinnati workshop connected to the American Sign Museum, in 2016. (John Minchillo / AP)
+ </figcaption>
+ </figure>
+ <p>
+ Another mark of neon’s hybridity: Its obsolescence started just as some contemporary artists began using the lights in their sculptures. Bruce Nauman’s 1968 work <em><a href="https://www.stedelijk.nl/en/collection/1097-bruce-nauman-my-name-as-though-it-were-written-on-the-surface-of-the-moon">My Name as Though It Were Written on the Surface of the Moon</a></em> poked fun at the space race—another symbol of 20th-century technological innovation whose moment has passed. The piece uses blue “neon” letters (mercury, actually) to spell out the name “bruce” in lowercase cursive, with each character repeated several times as if to convey a person speaking slowly in outer space. The British artist Tracey Emin has made <a href="https://www.artsy.net/collection/tracey-emin-neon-sculptures-and-prints">sculptures</a> that resemble neon Valentine’s Day candies: They read as garish and sentimental confections with pink, heart-shaped frames that surround blue text fragments. Drawing on the nostalgia-inducing quality of neon, the sculptures’ messages are redolent of old-fashioned movie dialogue, with titles such as “You Loved Me Like a Distant Star” and “The Kiss Was Beautiful.”
+ </p>
+ <p>
+ Seeing neon lighting tamed in the context of a gallery display fits comfortably with de Miranda’s notion that neon technology is like a time capsule from another age. In museums, works of neon art and design coexist with objects that were ahead of their own time in years past—a poignant fate for a technology that made its name advertising “The World of Tomorrow.” Yet today neon is also experiencing a kind of craft revival. The fact that it can’t be mass-produced has made its fabrication something akin to a cherished artisanal technique. Bars and restaurants hire firms such as Let There Be Neon in Manhattan, or <a href="https://www.instagram.com/theneonqueen/">the L.A.-based master neon artist Lisa Schulte</a>, to create custom signs and works of art. Neon’s story even continues to glow from inside museums such as California’s <a href="https://www.neonmona.org/">Museum of Neon Art</a> and the Neon Museum in Las Vegas. If it can still be a vital medium for artists and designers working today, “neonness” need not only be trapped in the past. It might also capture the mysterious glow of the near future—just as it did a century ago.
+ </p>
+ <p>
+ <em>This article originally appeared on <a href="https://www.theatlantic.com/entertainment/archive/2019/04/being-and-neonness-neon-lights-symbol-20th-century/588184/">The Atlantic</a>.</em>
+ </p>
+ </section>
+ <section data-include="css:https://cdn.citylab.com/static/a/frontend/dist/citylab/css/components/author-article.cf4e8e0b143f.css">
+ <h4>
+ About the Author
+ </h4>
+ <div itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person">
+ <h5 itemprop="name">
+ <a href="https://www.citylab.com/authors/sarah-archer/">Sarah Archer</a>
+ </h5>
+
+ <p itemprop="description">
+ <a href="https://www.citylab.com/authors/sarah-archer/" data-omni-click="inherit">Sarah Archer</a> is the author of <em>The Midcentury Kitchen</em>.
+ </p>
+ </div>
+ </section>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/citylab-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/source.html
new file mode 100644
index 0000000..7102061
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/source.html
@@ -0,0 +1,683 @@
+<!DOCTYPE html>
+<html lang="en" class="no-js" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <title>
+ A Brief History of Neon Signage - CityLab
+ </title>
+ <link rel="preload" as="font" crossorigin="" type="font/woff2" href="https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-Bold.087e7099415d.woff2" onload="performance.mark(&quot;citylab_pfdintextcondpro_loaded&quot;)" />
+ <link rel="preload" as="font" crossorigin="" type="font/woff2" href="https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/DalaFloda-Bold.e4a83f9528a6.woff2" onload="performance.mark(&quot;citylab_dala_loaded&quot;)" />
+ <style>
+ <![CDATA[
+ html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}@font-face{font-family:PFDINTextCondPro;font-stretch:normal;font-style:normal;font-weight:400;src:url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-Regular.e3d3da5ff930.woff2) format("woff2"),url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-Regular.91850a57ef05.woff) format("woff")}@font-face{font-family:PFDINTextCondPro;font-stretch:normal;font-style:italic;font-weight:400;src:url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-RegularItalic.5dbd98ad4797.woff2) format("woff2"),url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-RegularItalic.5da1a95ee80a.woff) format("woff")}@font-face{font-family:PFDINTextCondPro;font-stretch:normal;font-style:normal;font-weight:700;src:url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-Bold.087e7099415d.woff2) format("woff2"),url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-Bold.2ffc3c8a5a27.woff) format("woff")}@font-face{font-family:PFDINTextCondPro;font-stretch:normal;font-style:italic;font-weight:700;src:url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-BoldItalic.f3c72529a50c.woff2) format("woff2"),url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/PFDINTextCondPro-BoldItalic.9468cbb520b6.woff) format("woff")}@font-face{font-family:Dala Floda Web;font-stretch:normal;font-style:normal;font-weight:700;src:url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/DalaFloda-Bold.e4a83f9528a6.woff2) format("woff2"),url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/DalaFloda-Bold.51f469f66a2e.woff) format("woff")}@font-face{font-family:Dala Floda Web;font-stretch:normal;font-style:italic;font-weight:700;src:url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/DalaFloda-BoldItalic.f4ec64769a00.woff2) format("woff2"),url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/DalaFloda-BoldItalic.8b3e2184bf49.woff) format("woff")}@font-face{font-family:Roboto;font-stretch:normal;font-style:normal;font-weight:400;src:url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/Roboto-Regular-webfont.33b16009b506.woff2) format("woff2"),url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/Roboto-Regular-webfont.3e5675c89f97.woff) format("woff")}@font-face{font-family:Roboto Slab;font-stretch:normal;font-style:normal;font-weight:700;src:url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/RobotoSlab-Bold-webfont.da1b352a7ba8.woff2) format("woff2"),url(https://cdn.citylab.com/static/a/frontend/dist/citylab/fonts/RobotoSlab-Bold-webfont.4d4a1b7008c2.woff) format("woff")}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}template{display:none}[hidden]{display:none}a{color:#000;text-decoration:none;text-decoration:underline}a:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){a:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}blockquote{margin:1em 0}@media (min-width:49em){blockquote{padding:0 24px}}blockquote p{border-left:1px solid #b6b6b6;margin:0;padding:16px}body{font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;font-size:16px;line-height:1.5;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}@media (min-width:36em){body{font-size:18px}}@media (min-width:64em){body{font-size:20px}}figure{margin:0}.gsc-above-wrapper-area{height:110px}.gsc-above-wrapper-area table{height:100%;margin:0}h1,h2,h3,h4,h5,h6{font-family:Dala Floda Web,Georgia,Times,serif;line-height:1.125;margin:0}h1{font-size:48px}h2{font-size:40px}h3{font-size:36px}h4{font-size:32px}h5{font-size:28px}h6{font-size:20px}img{vertical-align:middle}.pullquote{font-family:Dala Floda Web,Georgia,Times,serif;font-size:24px;line-height:1.25;margin:1em 0;text-align:center}.pullquote:after,.pullquote:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;background-position-x:50%;background-repeat:no-repeat;background-size:80%;margin:0 auto;width:100%}.pullquote:before{background-position-y:100%;border-bottom:1px solid #b6b6b6;margin-bottom:24px}.pullquote:after{border-top:1px solid #b6b6b6;margin-top:24px}table,table.tg{border-collapse:collapse;border-spacing:0;margin:16px 0}table.tg td,table td{border-style:solid;border-width:1px;font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;font-size:14px;overflow:hidden;padding:8px 4px;word-break:normal}table.tg th,table th{border-style:solid;border-width:1px;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:14px;font-weight:400;overflow:hidden;padding:8px 4px;word-break:normal}.l-404:first-child{margin-top:16px}.l-404__message{margin-bottom:24px}.l-article__content{margin:0 auto;max-width:548px}@media (min-width:64em){.l-article__content{max-width:620px}}.l-article__hed{font-size:36px;line-height:1;margin-bottom:24px}@media (min-width:49em){.l-article__hed{font-size:40px}}@media (min-width:64em){.l-article__hed{font-size:48px;margin-bottom:8px}}.l-article__dek{font-family:PFDINTextCondPro,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.375}@media (min-width:36em){.l-article__dek{display:block}}@media (min-width:64em){.l-article__dek{border-top:1px solid #b6b6b6;font-size:20px;padding:24px 0 0}}.l-article__byline{font-family:PFDINTextCondPro,Arial,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase}.l-article__meta{margin:0 auto 24px;max-width:660px}@media (min-width:75em){.l-article__meta{max-width:none}}.s-cms-content figure[style] picture{background-color:#f3f3f3}.s-cms-content img[data-srcset]{-webkit-transition:all 1s;transition:all 1s}.s-cms-content aside.series-ask-citylab{font-size:.95em;margin:1em}.s-cms-content figure{margin-bottom:16px;margin-top:16px}.s-cms-content figure img{height:auto;width:100%}.s-cms-content figcaption{color:#777;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:14px;font-weight:400}.s-cms-content .c-lead-image__attribution{font-family:PFDINTextCondPro,Arial,sans-serif}.s-cms-content table,.s-cms-content table.tg{width:100%!important}.s-cms-content table.tg tr:nth-child(2n),.s-cms-content table tr:nth-child(2n){background:#ececec}.s-cms-content table.tg td.tg-amwm,.s-cms-content table.tg th,.s-cms-content table td.tg-amwm,.s-cms-content table th{font-family:PFDINTextCondPro,Arial,sans-serif;font-size:16px;font-weight:700}.s-cms-content table.tg td,.s-cms-content table td{border:0;font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;text-align:left}.s-cms-content .c-article-links,.s-cms-content .c-print-superscript{display:none}.s-cms-content .full-bleed{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:none!important}@media (min-width:55.25em){.s-cms-content .full-bleed{margin-left:calc(50% - (50vw - 155px));margin-right:calc(50% - (50vw - 155px))}}.s-cms-content .full-bleed figcaption{margin:4px auto 0;max-width:960px;padding:0 16px}.s-cms-content h3,.s-cms-content h4{font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;margin:8px 0}.s-cms-content h4{font-size:24px}.s-cms-content iframe[src*="https://esrimedia.maps.arcgis.com/"]{padding:8px}.o-small-container{margin:0 auto;max-width:548px}@media (min-width:64em){.o-small-container{max-width:620px}}.oembed{margin-bottom:32px;position:relative}.oembed:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;bottom:0;left:0;margin:0 auto;position:absolute;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);width:80%}.oembed figure{margin:0}.special-report{border:1px solid #b6b6b6;margin:0 auto;max-width:300px;padding:0 16px 16px;text-align:center}.special-report>*{font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700}.special-report a{color:#000;text-decoration:none}.special-report a:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.special-report a:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.special-report h4{font-size:20px}.special-report hr{display:none}.special-report img{width:100%}.special-report .go{margin-top:16px;text-transform:uppercase}.special-report .go a{background-color:#000;border:2px solid #000;border-radius:50%;color:#fff;line-height:1;padding:8px;position:relative}.special-report .go a:after{border:2px solid #fff;border-radius:50%;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.special-report .go a:hover{background-color:#fff;border-color:#fff;color:#000;text-decoration:none}.special-report .go a:hover:after{border-color:#000}.special-report .module-tag{background-color:#000;color:#fff;display:inline-block;font-size:20px;padding:8px;text-transform:uppercase}.c-editors-note{font-size:14px;font-style:italic}.c-editors-note__date{display:block}.c-editors-note__date-label{color:#109b54}.c-foundation-line{border-top:1px solid #b6b6b6;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;line-height:1.25}.gsc-control-cse table,.gsc-control-cse td{border-style:none}.l-header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;max-width:940px}@media (min-width:36em){.l-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (min-width:64em){.l-header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.l-header:not(.l-header--homepage){border-bottom:1px solid #b6b6b6}}.l-main{margin:16px auto;max-width:940px}@media (min-width:64em){.l-main{margin-top:0}}.l-masthead{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.l-sponsored{background-color:#000;display:none;min-width:310px}@media (min-width:55.25em){.l-sponsored{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:310px;flex-basis:310px;-ms-flex-negative:0;flex-shrink:0}}.l-sponsored__inner{height:100vh;max-width:310px;position:fixed;width:100%}.l-sponsored__label{color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:12px;font-weight:700;margin:0;padding:1em;text-align:center;text-transform:uppercase}@media (min-width:55.25em){.l-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:55.25em){.l-content{-ms-flex-preferred-size:100%;flex-basis:100%}}.l-content__inner{margin:16px 8px 0}@media (min-width:36em){.l-content__inner{margin:16px 16px 0}}@media (min-width:55.25em){.l-content__inner{margin-top:32px}}.c-about{color:#fff;font-size:12px;margin:32px auto 0;text-align:center;width:280px}@media (min-width:36em){.c-about{margin-top:96px;width:292px}}.c-about__item{margin:0}.c-about__item:not(:last-child){margin-bottom:16px}gpt-ad,gpt-placeholder{display:block}.c-ad{display:block;width:100%}.c-ad.ad-loaded:before{color:#b6b6b6;content:"Advertisement";display:block;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:1.3px;line-height:2;text-align:center;text-transform:uppercase}.c-ad img{height:auto;width:100%}.c-ad--bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media (min-width:55.25em){.c-ad--bleed{margin-left:calc(50% - (50vw - 155px));margin-right:calc(50% - (50vw - 155px))}}@media (min-width:55.25em){.c-ad--bleed{width:auto}}.c-ad--shade.ad-loaded{background:#b6b6b6;padding:16px 0}.c-ad--shade.ad-loaded:before{color:#000}.c-ad--presented-by.ad-loaded:before{content:""}.c-ad--article-logo.ad-loaded{width:auto}.c-ad-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px;width:100%}.c-ad--background.ad-loaded{background:#b6b6b6;padding:16px 0}.c-ad--background.ad-loaded:before{color:#000}@media (min-width:55.25em){.c-ad--container--sans-sidebar{display:none}}gpt-ad.ad-loaded.is-unlabeled:before{content:""!important}.c-author-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px;padding-top:16px}@media (min-width:36em){.c-author-header{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:48px}}@media (min-width:64em){.c-author-header{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:64px;padding-top:0}}.c-author-header__picture{margin-bottom:16px}@media (min-width:36em){.c-author-header__picture{margin-bottom:0;margin-right:16px}}.c-author-header__content{text-align:center}@media (min-width:36em){.c-author-header__content{-ms-flex-preferred-size:calc(100% - 216px);flex-basis:calc(100% - 216px);text-align:left}}.c-author-header__title{font-size:40px;line-height:1;margin-bottom:16px}@media (min-width:36em){.c-author-header__title{font-size:48px}}@media (min-width:64em){.c-author-header__title{font-size:60px}}.c-author-header__list{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:16px;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;list-style:none;margin:0 0 16px;padding:0;text-transform:uppercase}@media (min-width:36em){.c-author-header__list{font-size:18px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width:64em){.c-author-header__list{font-size:20px}}.c-author-header__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.c-author-header__item:not(:last-child):after{content:"/";margin:0 16px}.c-author-header__bio{margin:0;text-align:left}@media (min-width:36em){.c-author-header__bio{font-size:18px}}.c-btn{border-radius:0;color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;line-height:1;position:relative;text-decoration:none;white-space:nowrap}.c-btn[disabled]{cursor:not-allowed;opacity:.8}.c-btn--signup,.c-btn--submit{background-color:#000;border:1px solid #000;cursor:pointer;padding:8px 16px}.c-btn--signup:hover,.c-btn--submit:hover{background-color:#fff;color:#000}.c-btn--footer{border-color:#fff}.c-btn--border-white{border:1px solid #fff;padding:8px 16px}.c-btn--border-white:hover{background-color:#fff;color:#000;text-decoration:none}.c-btn__loader{height:100%;left:0;position:absolute;top:0;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.is-loading .c-btn__loader{-webkit-transform:scale(1);transform:scale(1)}.c-btn--share{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;fill:#fff;font-size:14px;padding:8px 12px;text-transform:uppercase}.c-btn--facebook{background-color:#3b5998;color:#fff;text-decoration:none}.c-btn--facebook:hover{background-color:#2d4373;color:#fff;text-decoration:inherit}.c-btn--twitter{background-color:#1da1f2;color:#fff;text-decoration:none}.c-btn--twitter:hover{background-color:#0c85d0;color:#fff;text-decoration:inherit}.c-btn--more{background-color:#fff;color:#fff;text-decoration:none;border:1px solid #b6b6b6;fill:#000;padding:8px}.c-btn--more:hover{background-color:#e6e6e6;color:#fff;text-decoration:inherit}.c-btn__share-label{margin-top:4px}.c-btn--action-bar{background-color:#024637;border-radius:2px;color:#37ee67;letter-spacing:1px;padding:10px 12px 8px;text-transform:uppercase}.c-btn--action-bar:hover{background-color:#03785e;color:#37ee67;text-decoration:inherit}.c-btn--disqus-comments{background-color:#000;border:1px solid #000;cursor:pointer;display:block;font-size:20px;margin:0 auto;padding:16px 24px;position:relative;z-index:1}.c-btn--disqus-comments:hover{background-color:#fff;color:#000}.c-btn--pagination{background-color:#fff;color:#fff;text-decoration:none;border:1px solid #b6b6b6;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px;position:relative;width:100%}.c-btn--pagination:hover{background-color:#e6e6e6;color:#fff;text-decoration:inherit}.c-btn--pagination:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;bottom:0;left:0;margin:0 auto;position:absolute;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);width:80%}.c-btn--pagination:hover{color:#000}.c-btn--pagination:not(:last-child){margin-bottom:32px}@media (min-width:36em){.c-btn--pagination:not(:last-child){margin-bottom:0;margin-right:24px}}@media (min-width:36em){.c-btn--pagination{margin:0 auto;max-width:300px}}.c-btn--more-stories{background-color:#fff;color:#fff;text-decoration:none;border:1px solid #b6b6b6;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px;padding:24px;position:relative;width:100%}.c-btn--more-stories:hover{background-color:#e6e6e6;color:#fff;text-decoration:inherit}.c-btn--more-stories:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;bottom:0;left:0;margin:0 auto;position:absolute;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);width:80%}.c-btn--more-stories:hover{color:#000}.c-btn--more-stories:not(:last-child){margin-bottom:32px}@media (min-width:36em){.c-btn--more-stories:not(:last-child){margin-bottom:0;margin-right:24px}}.c-byline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:14px;font-weight:500;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:1px;line-height:1.5;margin:0;text-transform:uppercase}@media (min-width:36em){.c-byline{font-size:16px}}.c-byline--most-popular{display:block}@media (min-width:49em){.c-byline--most-popular{display:-webkit-box;display:-ms-flexbox;display:flex}}.c-byline--homepage-item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.c-byline--related-content,.c-byline--river{display:block}.c-byline--article__hed{display:block}.c-byline--article-most-popular{display:block}.c-byline__link--most-popular,.c-byline__link--related-content,.c-byline__link--river{display:block}@media (min-width:42.75em){.c-byline__link--homepage-item{color:#fff}}.c-byline__time--homepage-item{display:-webkit-box;display:-ms-flexbox;display:flex}.c-loader{-webkit-animation:a 1.5s infinite linear;animation:a 1.5s infinite linear;color:hsla(0,0%,71%,.6);height:16px;margin:0 28px;position:relative;text-indent:-9999em;-webkit-transform:skew(135deg);transform:skew(135deg);width:2px}@-webkit-keyframes a{0%,to{-webkit-box-shadow:-28px 0 #b6b6b6,-20px 0,-12px 0,-4px 0,4px 0,12px 0,20px 0,28px 0;box-shadow:-28px 0 #b6b6b6,-20px 0,-12px 0,-4px 0,4px 0,12px 0,20px 0,28px 0}12.5%{-webkit-box-shadow:-28px 0 hsla(0,0%,71%,.8),-20px 0 #b6b6b6,-12px 0,-4px 0,4px 0,12px 0,20px 0,28px 0;box-shadow:-28px 0 hsla(0,0%,71%,.8),-20px 0 #b6b6b6,-12px 0,-4px 0,4px 0,12px 0,20px 0,28px 0}25%{-webkit-box-shadow:-28px 0,-20px 0 hsla(0,0%,71%,.8),-12px 0 #b6b6b6,-4px 0,4px 0,12px 0,20px 0,28px 0;box-shadow:-28px 0,-20px 0 hsla(0,0%,71%,.8),-12px 0 #b6b6b6,-4px 0,4px 0,12px 0,20px 0,28px 0}37.5%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0 hsla(0,0%,71%,.8),-4px 0 #b6b6b6,4px 0,12px 0,20px 0,28px 0;box-shadow:-28px 0,-20px 0,-12px 0 hsla(0,0%,71%,.8),-4px 0 #b6b6b6,4px 0,12px 0,20px 0,28px 0}50%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0,-4px 0 hsla(0,0%,71%,.8),4px 0 #b6b6b6,12px 0,20px 0,28px 0;box-shadow:-28px 0,-20px 0,-12px 0,-4px 0 hsla(0,0%,71%,.8),4px 0 #b6b6b6,12px 0,20px 0,28px 0}62.5%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0 hsla(0,0%,71%,.8),12px 0 #b6b6b6,20px 0,28px 0;box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0 hsla(0,0%,71%,.8),12px 0 #b6b6b6,20px 0,28px 0}75%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0,12px 0 hsla(0,0%,71%,.8),20px 0 #b6b6b6,28px 0;box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0,12px 0 hsla(0,0%,71%,.8),20px 0 #b6b6b6,28px 0}87.5%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0,12px 0,20px 0 hsla(0,0%,71%,.8),28px 0 #b6b6b6;box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0,12px 0,20px 0 hsla(0,0%,71%,.8),28px 0 #b6b6b6}}@keyframes a{0%,to{-webkit-box-shadow:-28px 0 #b6b6b6,-20px 0,-12px 0,-4px 0,4px 0,12px 0,20px 0,28px 0;box-shadow:-28px 0 #b6b6b6,-20px 0,-12px 0,-4px 0,4px 0,12px 0,20px 0,28px 0}12.5%{-webkit-box-shadow:-28px 0 hsla(0,0%,71%,.8),-20px 0 #b6b6b6,-12px 0,-4px 0,4px 0,12px 0,20px 0,28px 0;box-shadow:-28px 0 hsla(0,0%,71%,.8),-20px 0 #b6b6b6,-12px 0,-4px 0,4px 0,12px 0,20px 0,28px 0}25%{-webkit-box-shadow:-28px 0,-20px 0 hsla(0,0%,71%,.8),-12px 0 #b6b6b6,-4px 0,4px 0,12px 0,20px 0,28px 0;box-shadow:-28px 0,-20px 0 hsla(0,0%,71%,.8),-12px 0 #b6b6b6,-4px 0,4px 0,12px 0,20px 0,28px 0}37.5%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0 hsla(0,0%,71%,.8),-4px 0 #b6b6b6,4px 0,12px 0,20px 0,28px 0;box-shadow:-28px 0,-20px 0,-12px 0 hsla(0,0%,71%,.8),-4px 0 #b6b6b6,4px 0,12px 0,20px 0,28px 0}50%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0,-4px 0 hsla(0,0%,71%,.8),4px 0 #b6b6b6,12px 0,20px 0,28px 0;box-shadow:-28px 0,-20px 0,-12px 0,-4px 0 hsla(0,0%,71%,.8),4px 0 #b6b6b6,12px 0,20px 0,28px 0}62.5%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0 hsla(0,0%,71%,.8),12px 0 #b6b6b6,20px 0,28px 0;box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0 hsla(0,0%,71%,.8),12px 0 #b6b6b6,20px 0,28px 0}75%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0,12px 0 hsla(0,0%,71%,.8),20px 0 #b6b6b6,28px 0;box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0,12px 0 hsla(0,0%,71%,.8),20px 0 #b6b6b6,28px 0}87.5%{-webkit-box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0,12px 0,20px 0 hsla(0,0%,71%,.8),28px 0 #b6b6b6;box-shadow:-28px 0,-20px 0,-12px 0,-4px 0,4px 0,12px 0,20px 0 hsla(0,0%,71%,.8),28px 0 #b6b6b6}}.c-featured{border:1px solid #b6b6b6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-bottom:16px;position:relative;text-align:center}.c-featured:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;bottom:0;margin:0 auto;position:absolute;width:100%}@media (min-width:36em){.c-featured{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:64em){.c-featured{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.c-featured__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;list-style:none;margin:0;padding:0}@media (min-width:36em){.c-featured__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}}.c-featured-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px}.c-featured-item:not(:last-child){border-bottom:1px dashed #b6b6b6}.c-featured-item__hed{-ms-flex-preferred-size:100%;flex-basis:100%;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:20px;margin-bottom:4px}.c-featured__link--item{color:#000;text-decoration:none}.c-featured__link--item:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.c-featured__link--item:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.c-homepage-item__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;line-height:1;margin-bottom:16px}@media (min-width:42.75em){.c-homepage-item__container{background-color:#000;color:#fff}}@media (min-width:36em){.c-homepage-item__container:last-child{margin-bottom:0}}@media (min-width:75em){.c-homepage-item__container--top{-ms-flex-preferred-size:calc(33.33333% - 0px);flex-basis:calc(33.33333% - 0px);margin-bottom:0;margin-right:16px}.c-homepage-item__container--top:last-child{margin-right:0}}@media (min-width:49em){.c-homepage-item__container--upper-mid{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:36em){.c-homepage-item__container--upper-mid:nth-child(2){margin-bottom:0}}@media (min-width:49em){.c-homepage-item__container--upper-mid:nth-child(2){margin-bottom:16px}}.c-homepage-item__container--bottom{-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px)}.c-homepage-item__container--bottom:nth-child(n+5){display:none}@media (min-width:42.75em){.c-homepage-item__container--bottom{-ms-flex-preferred-size:calc(50% - 8px);flex-basis:calc(50% - 8px);margin-right:16px}}@media (min-width:49em){.c-homepage-item__container--bottom{-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px);margin-right:0}}@media (min-width:55.25em){.c-homepage-item__container--bottom:nth-child(n+5){display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:36em){.c-homepage-item__container--bottom:nth-child(2n){margin-right:0}}.c-homepage-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;padding:8px}.c-homepage-item__title{color:#000;text-decoration:none;color:inherit;font-size:20px;margin:0 0 8px}.c-homepage-item__title:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.c-homepage-item__title:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.c-homepage-item__media{-ms-flex-preferred-size:144px;flex-basis:144px;-ms-flex-negative:0;flex-shrink:0;margin:0;max-width:144px;min-width:144px;padding-bottom:144px;position:relative}@media (min-width:49em){.c-homepage-item__media{-ms-flex-preferred-size:128px;flex-basis:128px;min-width:128px;padding-bottom:128px}}@media (min-width:64em){.c-homepage-item__media{-ms-flex-preferred-size:144px;flex-basis:144px;min-width:144px;padding-bottom:144px}}@media (min-width:75em){@supports ((-o-object-fit:cover) or (object-fit:cover)){.c-homepage-item__media--upper-mid{-ms-flex-preferred-size:192px;flex-basis:192px;max-width:none;padding-bottom:128px}}}.c-homepage-item__image{height:100%;width:100%}.c-homepage-item__media-object{display:block;height:100%;position:absolute;width:100%}.c-homepage-item__byline{font-size:10px}.c-hp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}@media (min-width:36em){.c-hp{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.c-hp .c-byline{font-size:12px;line-height:1.125}@media (min-width:36em){.c-hp .c-byline{font-size:14px}}.c-hp-article-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:24px;width:100%}.c-hp--top{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.c-hp-promo-container{margin:0 auto 16px;width:100%}.c-hp-promo-container--top{margin-left:0;margin-right:0}@media (min-width:49em){.c-hp-promo-container--top{margin-bottom:24px}}@media (min-width:75em){.c-hp-promo-container--top{-ms-flex-preferred-size:calc(66.66667% - 0px);flex-basis:calc(66.66667% - 0px);margin-bottom:16px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.c-hp-article-section--top{margin-bottom:16px}@media (min-width:42.75em){.c-hp-article-section--top{-ms-flex-preferred-size:calc(58.33333% - 0px);flex-basis:calc(58.33333% - 0px);margin-bottom:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width:75em){.c-hp-article-section--top{-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.c-hp-featured-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media (min-width:42.75em){.c-hp-featured-container{-ms-flex-preferred-size:calc(41.66667% - 16px);flex-basis:calc(41.66667% - 16px);-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media (min-width:75em){.c-hp-featured-container{-ms-flex-preferred-size:calc(33.33333% - 16px);flex-basis:calc(33.33333% - 16px);margin-bottom:16px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.c-hp-featured-container .c-featured-item__hed{margin-bottom:0}.c-hp--upper-mid{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.c-hp-promo-container--upper-mid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;position:relative}@media (min-width:42.75em){.c-hp-promo-container--upper-mid{-ms-flex-preferred-size:calc(50% - 16px);flex-basis:calc(50% - 16px);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:49em){.c-hp-promo-container--upper-mid{margin-left:0;margin-right:16px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:42.75em){.c-hp-promo-container--upper-mid .c-promo--small{margin-bottom:0}}.c-hp-article-section--upper-mid{margin-bottom:0}@media (min-width:42.75em){.c-hp-article-section--upper-mid{-ms-flex-preferred-size:calc(50% - 0px);flex-basis:calc(50% - 0px)}}.c-hp--bottom{display:block}@media (min-width:49em){.c-hp--bottom{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:49em){.c-hp--bottom .c-ad-container{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.c-hp-article-section--bottom{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:49em){.c-hp-article-section--bottom{-ms-flex-preferred-size:calc(50% - 0px);flex-basis:calc(50% - 0px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media (min-width:75em){.c-hp-article-section--bottom{-ms-flex-preferred-size:calc(33.33333% - 16px);flex-basis:calc(33.33333% - 16px);max-width:calc(33.33333% - 16px);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.c-icon{margin-right:4px}.c-icon--writers{height:10px;width:10px}.c-icon--share{height:16px;width:16px}.c-icon--more{margin-right:0}.c-icon--author-article{height:10px;width:10px}.c-icon--author-header{height:16px;width:16px}.c-icon--close{height:10px;width:10px}@media (min-width:36em){.c-icon--close{height:16px;width:16px}}#icon-logo{fill:inherit}#icon-logo .top{fill:currentColor}#icon-wordmark{fill:inherit}#icon-wordmark .dark{fill:currentColor}#icon-wordmark .light{fill:var(--wordmark-light)}.c-landing-header{padding:40px;text-align:center}@media (min-width:49em){.c-landing-header{padding:48px}}.c-landing-header--navigator{padding-bottom:0}.c-landing-header--partner-solutions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 0 24px}@media (min-width:64em){.c-landing-header--partner-solutions{padding-bottom:48px}}.c-landing-header--partner-solutions .c-landing-header__title{margin-top:24px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width:64em){.c-landing-header--partner-solutions .c-landing-header__title{margin-top:48px}}.c-landing-header--partner-solutions .c-landing-header__sub{background:#005aff;color:#fff;font-family:Roboto,sans-serif;font-size:12px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding:8px;text-transform:uppercase}.c-landing-header__title{font-size:40px;line-height:1}@media (min-width:36em){.c-landing-header__title{font-size:48px}}@media (min-width:64em){.c-landing-header__title{font-size:60px}}.c-landing-header__dek{font-family:PFDINTextCondPro,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.25;margin-top:16px}@media (min-width:64em){.c-landing-header__dek{font-size:20px;margin-top:24px}}.c-landing-header__sub{font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;line-height:1;padding:24px 8px;text-align:center}.c-lead-image{margin:0 auto 16px}@media (min-width:36em){.c-lead-image{margin-bottom:24px}}.c-lead-image__image{background-color:#b6b6b6;display:block;height:0;padding-bottom:42.66667%;position:relative}@media (min-width:36em){.c-lead-image__image{height:auto;padding-bottom:0}}.c-lead-image__img{left:0;position:absolute;top:0;height:100%;width:100%}@media (min-width:36em){.c-lead-image__img{position:relative}}.c-lead-image__credit{color:#777;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:14px;margin-top:4px}.c-lead-image__caption+.c-lead-image__attribution:before{content:" // "}.c-logo--footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:64px}@media (min-width:36em){.c-logo--footer{margin-top:96px}}@media (min-width:36em){.c-logo--action-bar{display:none}}.c-logo__link{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;height:34px;width:32px}.c-logo__icon{height:100%;width:auto}.c-logo__reference--footer{color:#fff;fill:#b6b6b6}.c-logo__reference--action-bar{color:#0ab961;fill:#0ab961}.c-masthead{border-top:1px solid #b6b6b6;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;padding:16px 0}@media (min-width:36em){.c-masthead{-ms-flex-preferred-size:calc(50% - 8px);flex-basis:calc(50% - 8px);margin-right:16px}.c-masthead:nth-child(2n){margin-right:0}}@media (min-width:49em){.c-masthead{-ms-flex-preferred-size:calc(33.33333% - 10.66667px);flex-basis:calc(33.33333% - 10.66667px)}.c-masthead:nth-child(2n){margin-right:16px}.c-masthead:nth-child(3n){margin-right:0}}.c-masthead--see-all{font-family:PFDINTextCondPro,Arial,sans-serif;font-size:20px;font-weight:700}.c-masthead__img{height:52px;margin-right:16px;width:52px}.c-masthead__title{display:block;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:10px;font-weight:700;line-height:1;margin-bottom:8px;text-transform:uppercase}.c-masthead__name{font-size:20px;margin-bottom:16px}.c-masthead__list{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:10px;font-weight:700;list-style:none;text-transform:uppercase}.c-masthead__item:not(:first-child):before{content:"/";margin:0 8px}.c-masthead__link{color:#000;text-decoration:none;text-decoration:underline}.c-masthead__link:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.c-masthead__link:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.c-masthead__link--name{text-decoration:none}.c-meta__byline{display:inline-block;list-style-type:none;margin:0;padding:0}.c-meta__byline:not(:last-child){margin-right:8px}.c-meta__byline--related-content{display:block}.c-meta__author{display:inline}.c-meta__author>a{color:#000}.c-meta__author:not(:last-child) span:after{content:" / "}.c-most-popular{border-bottom:1px solid #b6b6b6;border-top:1px solid #b6b6b6;margin-bottom:24px;margin-top:64px;position:relative}.c-most-popular:after{background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(90%,#fff));background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 90%);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:20vw}@media (min-width:49em){.c-most-popular:after{content:normal}}@media (min-width:49em){.c-most-popular{border:1px solid #b6b6b6;-ms-flex-preferred-size:calc(50% - 16px);flex-basis:calc(50% - 16px);margin-top:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.c-most-popular:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";height:16px;pointer-events:none;display:block;position:relative;width:100%}}@media (min-width:75em){.c-most-popular{-ms-flex-preferred-size:calc(33.33333% - 16px);flex-basis:calc(33.33333% - 16px);margin-right:16px;margin-top:0;max-width:calc(33.33333% - 16px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.c-most-popular__title{background-color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:20px;font-weight:700;line-height:1;left:0;padding-right:8px;position:absolute;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@supports ((-webkit-transform:translateY(calc(-100% + 4px))) or (transform:translateY(calc(-100% + 4px)))){.c-most-popular__title{-webkit-transform:translateY(calc(-100% + 4px));transform:translateY(calc(-100% + 4px))}}.c-most-popular__title:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;margin-bottom:8px}@media (min-width:49em){.c-most-popular__title{left:50%;padding:0 4px;position:absolute;top:0;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.c-most-popular__title:before{content:normal}}.c-most-popular__container{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:auto;overflow-y:hidden;padding:16px 0;white-space:nowrap}.c-most-popular__container::-webkit-scrollbar,.c-most-popular__container::-webkit-scrollbar-thumb,.c-most-popular__container::-webkit-scrollbar-track{display:none}@media (min-width:49em){.c-most-popular__container{overflow:auto;padding:0;white-space:normal}}.c-most-popular__list{margin:0;padding:0;counter-reset:a;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none}@media (min-width:49em){.c-most-popular__list{display:block}}.c-most-popular__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:256px;flex-basis:256px;max-width:256px;min-width:256px;padding:16px 16px 16px 0;white-space:normal}.c-most-popular__item:not(:last-child){border-right:1px dashed #b6b6b6;margin-right:16px}.c-most-popular__item:before{content:counter(a);counter-increment:a;font-family:Dala Floda Web,Georgia,Times,serif;font-size:36px;line-height:13px;padding-right:16px}@media (min-width:49em){.c-most-popular__item:before{display:block;font-size:48px;line-height:1;margin-bottom:8px;padding-right:0}}@media (min-width:49em){.c-most-popular__item{display:block;max-width:100%;padding:16px;text-align:center;width:100%}.c-most-popular__item:not(:last-child){border-bottom:1px dashed #b6b6b6;border-right:0;margin-right:0}}.c-most-popular__hed{font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;font-size:16px;margin-bottom:4px}.c-most-popular__link{color:#000;text-decoration:none}.c-most-popular__link:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.c-most-popular__link:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.c-native{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border:1px solid #005aff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:16px;width:100%}.c-native:before{background-color:#005aff;color:#fff;content:"SPONSOR CONTENT";display:block;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:12px;font-weight:700;height:16px;letter-spacing:.8px;text-align:center;width:100%}.c-native__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:calc(100% - 324px);flex-basis:calc(100% - 324px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-family:Roboto,sans-serif;font-size:12px;padding:8px;position:relative;text-align:left;width:100%}@media (min-width:36em){.c-native__content{padding-left:16px}}.c-native__media{-ms-flex-preferred-size:144px;flex-basis:144px;-ms-flex-negative:0;flex-shrink:0;height:100%;margin:0;max-width:144px;padding-bottom:128px;position:relative}@media (min-width:49em){.c-native__media{-ms-flex-preferred-size:236px;flex-basis:236px;max-width:none;padding-bottom:148px}}@media (min-width:64em){.c-native__media{-ms-flex-preferred-size:300px;flex-basis:300px;padding-bottom:169px}}.c-native__advertiser,.c-native__dek,.c-native__title{margin:0;max-width:100%}.c-native__title{font-family:Roboto Slab,serif;font-size:20px;font-weight:700;line-height:1.125}@media (min-width:36em){.c-native__title{font-size:24px}}@media (min-width:75em){.c-native__title{font-size:32px}}.c-native__advertiser{margin-bottom:4px}.c-native__dek{display:none;line-height:1.5}@media (min-width:49em){.c-native__dek{display:block}}@media (min-width:64em){.c-native__dek{font-size:14px}}.c-native .c-native__image{height:100%;width:100%}.c-native__media-object{display:block;height:100%;position:absolute;width:100%}.c-native__link{max-width:100%;text-decoration:none}.c-native__link:hover{text-decoration:none}.s-native--hp-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}@media (min-width:36em){.s-native--hp-top{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:36em){.s-native--hp-top .c-native{margin-bottom:0}}@media (min-width:49em){.s-native--hp-top .c-native{display:block}}@media (min-width:36em){.s-native--hp-top .c-native__content{padding-left:8px}}@media (min-width:49em){.s-native--hp-top .c-native__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px);padding:8px 16px;text-align:center}}@media (min-width:49em){.s-native--hp-top .c-native__content:after{height:40px;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width:36em){.s-native--hp-top .c-native__title{font-size:16px}}@media (min-width:49em){.s-native--hp-top .c-native__dek,.s-native--hp-top .c-native__media{display:none}}@media (min-width:36em){.s-native--hp-mid-inside .c-native-container{display:none}}@media (min-width:49em){.s-native--hp-mid-inside .c-native-container{display:block}}.s-native--hp-mid-inside .c-native{margin-bottom:0}@media (min-width:49em){.s-native--hp-mid-inside .c-native{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (min-width:36em){.s-native--hp-mid-inside .c-native__content{padding-left:8px}}@media (min-width:49em){.s-native--hp-mid-inside .c-native__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}@media (min-width:49em){.s-native--hp-mid-inside .c-native__content:after{left:100%;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width:49em){.s-native--hp-mid-inside .c-native__media{-ms-flex-preferred-size:128px;flex-basis:128px;margin-right:0;padding-bottom:112px}}@media (min-width:64em){.s-native--hp-mid-inside .c-native__media{-ms-flex-preferred-size:144px;flex-basis:144px;min-width:144px;padding-bottom:128px}}@media (min-width:75em){@supports ((-o-object-fit:cover) or (object-fit:cover)){.s-native--hp-mid-inside .c-native__media{-ms-flex-preferred-size:192px;flex-basis:192px;max-width:none}}}@media (min-width:49em){.s-native--hp-mid-inside .c-native__title{font-size:18px}}.s-native--hp-mid-inside .c-native__dek{display:none}.s-native--hp-mid-outside .c-native-container{display:none}@media (min-width:36em){.s-native--hp-mid-outside .c-native-container{display:block}}@media (min-width:49em){.s-native--hp-mid-outside .c-native-container{display:none}}.s-native--hp-bottom .c-native-container{display:none}@media (min-width:36em){.s-native--hp-bottom .c-native-container{display:block}}.s-native--landing .c-native{margin:16px 0}@media (min-width:75em){.s-native--article .c-native__title{font-size:24px}}.c-nav{font-family:PFDINTextCondPro,Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:1;text-transform:uppercase}.c-nav--header{border-top:1px solid #b6b6b6;margin-top:8px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-top:8px;position:relative;width:100%}.c-nav--header:after{background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(90%,#fff));background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 90%);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:80px}@media (min-width:36em){.c-nav--header:after{content:normal}}@media (min-width:36em){.c-nav--header{border-top:none;margin-top:0;padding-right:16px;padding-top:0;width:auto}}@media (min-width:64em){.c-nav--header{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-left:16px}}.c-nav--footer{font-size:12px;margin-top:64px}@media (min-width:36em){.c-nav--footer{margin-top:96px}}@media (min-width:49em){.c-nav--footer{font-size:14px}}.c-nav--navigator{padding:0 40px 40px}@media (min-width:49em){.c-nav--navigator{padding:0 48px 48px}}.c-nav__container--header{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.c-nav__container--header::-webkit-scrollbar,.c-nav__container--header::-webkit-scrollbar-thumb,.c-nav__container--header::-webkit-scrollbar-track{display:none}.c-nav__container--footer{display:-webkit-box;display:-ms-flexbox;display:flex;height:180px;margin:0 auto;max-width:320px}@media (min-width:36em){.c-nav__container--footer{max-width:none}}.c-nav__list{margin:0;padding:0;list-style:none}.c-nav__list--header{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-right:40px}@media (min-width:36em){.c-nav__list--header{padding-right:0}}.c-nav__list--footer{-ms-flex-line-pack:distribute;align-content:space-around;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media (min-width:36em){.c-nav__list--footer:after,.c-nav__list--footer:before{content:"";-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}}.c-nav__list--navigator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-nav__item:not(:last-child):after{color:#b6b6b6;content:"/";padding:0 8px}.c-nav__item--footer:not(:last-child):after{padding:0 16px}@media (min-width:36em){.c-nav__item--footer:not(:last-child):after{padding:0 24px}}@media (min-width:49em){.c-nav__item--footer:not(:last-child):after{padding:0 40px}}@media (min-width:55.25em) and (max-width:64em){.c-nav__item--footer:not(:last-child):after{padding:0 16px}}.c-nav__item--footer:nth-child(3n):after{content:normal}@media (min-width:36em){.c-nav__item--footer:nth-child(3n):after{content:"/"}}@media (min-width:36em){.c-nav__item--footer:nth-child(4n):after{content:normal}}@media (min-width:36em){.c-nav__item--footer:nth-child(n+5){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:36em){.c-nav__item--footer:nth-child(n+9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.c-nav__link{border-bottom:1px solid transparent;padding-bottom:4px;text-decoration:none}.c-nav__link:hover{text-decoration:none}.c-nav__link--header{border-color:#37ee67;display:inline-block}.c-nav__link--header:hover{color:#37ee67}.c-nav__link--footer{color:#fff}.c-nav__link--footer:hover{border-color:#37ee67;color:#fff}.c-nav__link--navigator{border-color:#37ee67;display:inline-block}.c-nav__link--navigator:hover{color:#37ee67}.c-newsletter{border-bottom:1px solid #b6b6b6;border-top:1px solid #b6b6b6;margin-bottom:24px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding:24px 0;position:relative;width:calc(100% - 0px)}.c-newsletter--cta{margin-top:64px}@media (min-width:49em){.c-newsletter--homepage{display:-webkit-box;display:-ms-flexbox;display:flex}}.c-newsletter--footer{border:0;margin:40px auto 0;max-width:600px;padding:0}@media (min-width:36em){.c-newsletter--footer{margin-top:96px}}.c-newsletter__title{background-color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:20px;font-weight:700;line-height:1;left:0;padding-right:8px;position:absolute;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@supports ((-webkit-transform:translateY(calc(-100% + 4px))) or (transform:translateY(calc(-100% + 4px)))){.c-newsletter__title{-webkit-transform:translateY(calc(-100% + 4px));transform:translateY(calc(-100% + 4px))}}.c-newsletter__title:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;margin-bottom:8px}.c-newsletter__cta{display:block;line-height:1.25;margin:0 0 16px}@media (min-width:49em){.c-newsletter__cta--homepage{-ms-flex-preferred-size:calc(41.66667% - 0px);flex-basis:calc(41.66667% - 0px);margin:0 16px 0 0}}@media (min-width:64em){.c-newsletter__cta--homepage{-ms-flex-preferred-size:calc(50% - 0px);flex-basis:calc(50% - 0px)}}.c-newsletter__cta--footer{color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;letter-spacing:1px;line-height:1;margin-bottom:32px;text-align:center;text-transform:uppercase}.c-newsletter__secondary-cta{color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;margin:32px 0 0;text-align:center}.c-newsletter__secondary-cta a{color:#fff}.c-newsletter__form{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}@media (min-width:49em){.c-newsletter__form--homepage{-ms-flex-preferred-size:calc(58.33333% - 0px);flex-basis:calc(58.33333% - 0px);-ms-flex-negative:0;flex-shrink:0}}@media (min-width:64em){.c-newsletter__form--homepage{-ms-flex-preferred-size:calc(50% - 0px);flex-basis:calc(50% - 0px)}}.c-newsletter__field{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #000;border-radius:0;color:#000;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;letter-spacing:1px;padding:8px}.c-newsletter__field:-moz-placeholder{color:#b6b6b6;text-transform:uppercase}.c-newsletter__field::-moz-placeholder{color:#b6b6b6;text-transform:uppercase}.c-newsletter__field:-ms-input-placeholder{color:#b6b6b6;text-transform:uppercase}.c-newsletter__field::-webkit-input-placeholder{color:#b6b6b6;text-transform:uppercase}.c-newsletter__field--email{-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:4px}@media (min-width:36em){.c-newsletter__field--email{margin-right:8px}}.c-newsletter__field--footer{background-color:#000;border:none;border-bottom:1px solid #b6b6b6;color:#fff;padding-bottom:0}.c-newsletter__field--footer:-moz-placeholder{color:#fff}.c-newsletter__field--footer::-moz-placeholder{color:#fff}.c-newsletter__field--footer:-ms-input-placeholder{color:#fff}.c-newsletter__field--footer::-webkit-input-placeholder{color:#fff}.c-newsletter__alert{font-size:12px;left:0;padding:8px;position:absolute;top:100%;z-index:1}.c-newsletter__alert--success{background-color:#d4ffd4}.c-newsletter__alert--error{background-color:#ffd6db}.c-newsletter__static-form{margin-bottom:24px;padding:0 24px}.c-newsletter__static-form .c-newsletter__alert{position:inherit}.c-newsletter__static-form fieldset{border:0;border-bottom:1px solid #000;margin:16px 0 0;padding:0}.c-newsletter__static-form fieldset:last-of-type{border-bottom:none}.c-newsletter__static-checkbox-group input{float:right}.c-newsletter__static-checkbox-group label{font-family:PFDINTextCondPro,Arial,sans-serif;font-size:32px;font-weight:700;line-height:1}.c-newsletter__static-checkbox-group p{margin:0 0 15px}.c-newsletter__static-email-input{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 0}.c-newsletter__static-email-input .c-newsletter__field--email{margin-right:4px}.c-newsletter--promo{background-color:#ececec;border:0;font-size:18px;margin-top:0;padding:24px;position:static}@media (min-width:36em){.c-newsletter--promo{font-size:20px}}.c-newsletter--promo .c-newsletter__title{background-color:transparent;position:static;-webkit-transform:none;transform:none}.c-newsletter--promo .c-newsletter__title:before{background-image:none;height:0;margin-bottom:0}.c-newsletter--promo .c-newsletter__title b{color:#24b361;font-weight:700}.c-newsletter__cta--promo{font-family:PFDINTextCondPro,Arial,sans-serif}.c-newsletter__cta--promo b{color:#24b361;font-weight:700}.c-newsletter__form--promo{-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:36em){.c-newsletter__form--promo{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.c-newsletter__field--promo{-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px);font-size:16px;margin-bottom:8px;margin-right:0}@media (min-width:36em){.c-newsletter__field--promo{-ms-flex-preferred-size:calc(75% - 0px);flex-basis:calc(75% - 0px);font-size:18px;margin-bottom:0;margin-right:8px}}.c-newsletter__submit--promo{-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px);font-size:16px}@media (min-width:36em){.c-newsletter__submit--promo{-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);font-size:18px}}.c-notification{background-color:#ff0;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:12px;font-weight:700;padding:8px;-webkit-transition:opacity 1s;transition:opacity 1s}@media (min-width:36em){.c-notification{font-size:16px;padding:16px}}.c-notification__container{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;max-width:940px}.c-notification__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0}.c-notification__title{display:block;text-transform:uppercase}.c-notification__description{margin:0}.c-notification__close{background-color:transparent;border:0;cursor:pointer;height:10px;margin-left:8px;padding:0;width:10px}@media (min-width:36em){.c-notification__close{height:16px;margin-left:16px;width:16px}}.c-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto 32px;max-width:624px}@media (min-width:36em){.c-pagination{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.c-presented-by--with-rule{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width:36em){.c-presented-by--with-rule{position:relative}}.c-presented-by__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-presented-by__content--article-logo.child-loaded{border-bottom:1px solid #b6b6b6;border-top:1px solid #b6b6b6;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px;padding:24px 0}@media (min-width:36em){.c-presented-by__content--article-logo.child-loaded{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}.c-presented-by__content--landing.child-loaded{margin-top:16px}.c-presented-by__content.child-loaded:before{color:#b6b6b6;content:attr(data-label);font-family:PFDINTextCondPro,Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:4px;text-transform:uppercase}.c-presented-by__content--article-logo.child-loaded:before{color:#000;font-size:16px;line-height:1.25;margin:0 8px 0 0}@media (min-width:36em){.c-presented-by__content--article-logo.child-loaded:before{font-size:18px;line-height:1.125}}.c-presented-by__rule{border:0;border-top:1px solid #b6b6b6;margin:10px 8px 0 0;width:100%}.c-presented-by__rule:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;width:72px}@media (min-width:36em){.c-presented-by__rule{margin-top:0}}@media (min-width:75em){.c-presented-by__rule{margin-right:0}}.c-presented-by__content--with-rule{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0%;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:36em){.c-presented-by__content--with-rule{background-color:#fff;padding-left:8px;position:absolute;right:0;top:50%;-webkit-transform:translateY(calc(-50% - 4px));transform:translateY(calc(-50% - 4px));width:92px}}@media (min-width:75em){.c-presented-by__content--with-rule{right:-92px}}.c-tmp-share-sponsored-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:24px;margin-top:24px}@media (min-width:36em){.c-tmp-share-sponsored-container{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.c-tmp-share-sponsored-container .c-share:not(.c-share--action-bar){margin-right:8px}.c-tmp-share-sponsored-container .c-presented-by{-ms-flex-preferred-size:100%;flex-basis:100%}.c-promo{margin-bottom:16px;position:relative}.c-promo:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;bottom:0;margin:0 auto;position:absolute;width:100%}.c-promo--landing{margin-bottom:32px}@media (min-width:49em){.c-promo--landing{margin-bottom:64px}}.c-promo--partner-solutions{border:1px solid #005aff;margin-bottom:0}.c-promo--partner-solutions:after{content:none}.c-promo--partner-solutions .c-promo__content{border:0;border-top:1px solid #005aff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-promo--partner-solutions .c-promo__content>*{max-width:100%}.c-promo--partner-solutions .c-promo__channel{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;position:static;-webkit-transform:none;transform:none}.c-promo--partner-solutions .c-promo__hed{font-family:Roboto Slab,serif;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.c-promo--partner-solutions .c-promo__link--hed:hover{color:#000;text-decoration:underline}.c-promo--partner-solutions .c-promo__dek{font-family:Roboto,sans-serif;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.c-promo__content{border:1px solid #b6b6b6;border-top:0;padding:24px 48px 32px;position:relative}.c-promo__channel{left:0;position:absolute;right:0;text-align:center;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.c-promo__image{background-color:#f3f3f3;overflow:hidden;padding-bottom:61.93548%;position:relative}.c-promo__img{height:auto;width:100%}.c-promo__dek{display:none;font-size:20px;line-height:1.25;text-align:center}@media (min-width:55.25em){.c-promo__dek{display:block}}.c-promo__hed{font-size:24px;margin-bottom:8px;max-width:100%;text-align:center}@media (min-width:36em){.c-promo__hed{font-size:36px}}.c-promo__link--hed{color:#000;text-decoration:none}.c-promo__link--hed:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.c-promo__link--hed:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.c-promo--small{margin-bottom:24px}@media (min-width:36em){.c-promo--small .c-promo__content{font-size:24px}}.c-promo--small .c-promo__content .c-promo__hed{font-size:inherit}.c-promo--small .c-promo__content .c-promo__dek{display:none}.c-promo__img-link{height:100%;position:absolute;width:100%}.c-river-heading--partner-solutions{border-bottom:1px solid #005aff;color:#005aff;font-family:Roboto,sans-serif;font-size:12px;line-height:1;margin:0 0 16px;padding:24px 0;text-align:center;text-transform:uppercase}@media (min-width:64em){.c-river-heading--partner-solutions{margin-bottom:32px;padding:32px 0}}.c-river-item{margin-bottom:16px}.c-river-item--homepage .c-byline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (min-width:36em){.c-river-item--homepage .c-byline__link{color:#fff}}.c-river-item--homepage .c-byline__time{margin-left:8px}@media (min-width:36em){.c-river-item--homepage{background-color:#000;color:#fff}}.c-river-item--sponsored{border:1px solid #005aff}.c-river-item--partner-solutions{border-bottom:1px solid #005aff;margin-bottom:16px;padding-bottom:16px}@media (min-width:64em){.c-river-item--partner-solutions{margin-bottom:32px;padding-bottom:32px}}.c-river-item--partner-solutions .c-river-item__link--kicker{background:none;color:#000;display:block;font-family:Roboto,sans-serif;font-size:12px;line-height:1;margin-bottom:8px;padding:0;text-transform:none}@media (min-width:64em){.c-river-item--partner-solutions .c-river-item__link--kicker{font-size:14px}}.c-river-item--partner-solutions .c-river-item__link:hover{color:#000;text-decoration:underline}.c-river-item__label{display:block;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1;padding:4px;text-align:center;text-transform:uppercase}.c-river-item__label--sponsored{background-color:#005aff;color:#fff}.c-river-item__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.c-river-item__content{margin-left:8px}@media (min-width:64em){.c-river-item__content{margin-left:16px;width:calc(100% - 316px)}}.c-river-item__content--homepage{padding:8px 8px 8px 0}.c-river-item__content--sponsored{padding:16px 16px 16px 0;position:relative}.c-river-item__content--sponsored:before{background-image:repeating-linear-gradient(135deg,#005aff,#005aff 1px,transparent 2px,transparent 6px);content:"";display:block;width:16px;height:40px;left:0;position:absolute;top:16px;-webkit-transform:translateX(calc(-100% - 8px));transform:translateX(calc(-100% - 8px))}@media (-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi){.c-river-item__content--sponsored:before{background-image:repeating-linear-gradient(135deg,#005aff,#005aff 1px,transparent 2px,transparent 6px)}}.c-river-item__link{color:#000;text-decoration:none}.c-river-item__link:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.c-river-item__link:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.c-river-item__link--kicker{background-color:#000;color:#fff;display:inline-block;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:10px;line-height:1;padding:2px 4px 0;text-decoration:none;text-transform:uppercase;vertical-align:top}.c-river-item__link--kicker:hover{color:#fff;text-decoration:underline}@media (min-width:36em){.c-river-item__link--homepage{color:#fff}}.c-river-item__hed{background-color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:20px;font-weight:700;line-height:1;background-color:transparent;margin-bottom:4px}@media (min-width:49em){.c-river-item__hed{font-size:28px}}@media (min-width:49em){.c-river-item__hed--homepage{font-size:24px}}.c-river-item__hed--partner-solutions{font-family:Roboto Slab,serif;font-size:16px;line-height:1.25}@media (min-width:36em){.c-river-item__hed--partner-solutions{font-size:24px}}@media (min-width:64em){.c-river-item__hed--partner-solutions{font-size:32px}}.c-river-item__dek{display:none;line-height:1.25;margin:0 0 4px}@media (min-width:49em){.c-river-item__dek{display:block}}.c-river-item__dek--homepage,.c-river-item__dek--partner-solutions{display:none}.c-river-item__img{width:144px}@media (min-width:64em){.c-river-item__img{width:300px}}.c-river-item__picture{display:block;height:144px}@media (min-width:64em){.c-river-item__picture{height:185px}}.c-search{border-bottom:1px solid #000;margin:24px 0;padding-bottom:8px}@media (min-width:64em){.c-search{margin:48px 0}}.c-search__icon{width:16px}@media (min-width:64em){.c-search__icon{width:24px}}.c-search__submit{background:#fff;border:none;cursor:pointer;padding:4px 0}.c-search__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;color:#000;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:24px;font-weight:700;padding-left:8px;width:calc(100% - 48px)}.c-search__input:-moz-placeholder{color:#b6b6b6}.c-search__input::-moz-placeholder{color:#b6b6b6}.c-search__input:-ms-input-placeholder{color:#b6b6b6}.c-search__input::-webkit-input-placeholder{color:#b6b6b6}@media (min-width:36em){.c-search__input{font-size:28px}}@media (min-width:64em){.c-search__input{font-size:32px}}.c-search-nav{-ms-flex-preferred-size:16px;flex-basis:16px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}@media (min-width:36em){.c-search-nav{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.c-search-nav__link{fill:inherit;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.c-search-nav__link:hover{fill:#37ee67}.c-search-nav__icon{height:16px;width:16px}.c-share{margin-bottom:16px}@media (min-width:36em){.c-share{margin-bottom:0}}.c-share--action-bar{margin-bottom:0}@media (min-width:36em){.c-share--action-bar{margin-left:16px}}.c-share__list{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none}.c-share__item:not(:last-child){margin-right:8px}.c-share__item--more{position:relative}.c-more{background-color:#fff;border:1px solid #b6b6b6;border-radius:2px;display:none;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;left:50%;line-height:1;list-style:none;margin:0;padding:16px;position:absolute;top:0;-webkit-transform:translateX(-50%) translateY(calc(50% - 4px));transform:translateX(-50%) translateY(calc(50% - 4px));z-index:10000}.c-more:before{background-color:#fff;border-left:1px solid #b6b6b6;border-top:1px solid #b6b6b6;content:"";height:10px;left:50%;position:absolute;top:-2px;-webkit-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);width:10px}.c-more.is-active{display:block}.c-more__item:not(:last-child){margin-bottom:8px}.c-more__link{color:#000;text-decoration:none;display:block}.c-more__link:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.c-more__link:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.c-skip-link{display:none}@media (min-width:36em){.c-skip-link{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-transform:uppercase;z-index:1}.c-skip-link:active,.c-skip-link:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.c-skip-link:active,.c-skip-link:focus{height:100%;position:absolute;width:100%}}.c-social{border-bottom:1px solid #b6b6b6;border-top:1px solid #b6b6b6;-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px);margin-bottom:24px;padding:24px 0}.c-social--footer{border:0;margin:64px 0 0;padding:0}@media (min-width:36em){.c-social--footer{margin-top:96px}}.c-social__cta{line-height:1.25;margin:0 0 16px;text-align:center}.c-social__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto;padding:0;width:161px}@media (min-width:36em){.c-social__list{width:267px}}.c-social__item{display:-webkit-box;display:-ms-flexbox;display:flex}.c-social__link{fill:inherit;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;height:16px;width:16px}.c-social__link:hover{fill:#37ee67}.c-social__link--footer{fill:#fff}.c-social__icon{width:100%}.c-solutions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1.5;list-style-type:none;margin-bottom:48px;padding:0}.c-solutions:after{width:80%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none}@media (max-width:35.9375em){.c-solutions{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:scroll;overflow-y:hidden}.c-solutions:after{background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,59%,0)),color-stop(90%,#fff));background-image:linear-gradient(90deg,hsla(0,0%,59%,0),#fff 90%);content:"";height:115px;pointer-events:none;position:absolute;right:0;width:80px}}.c-solutions__item{background-size:cover;-ms-flex-preferred-size:24.5%;flex-basis:24.5%;height:115px;margin:1px;max-width:230px;min-width:115px}@media (max-width:35.9375em){.c-solutions__item{font-size:24px;min-width:230px}}@media (min-width:36em){.c-solutions__item{font-size:18px}}@media (min-width:64em){.c-solutions__item{font-size:24px}}.c-solutions__item a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.3);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-decoration:none;text-transform:uppercase;width:100%}.c-solutions__item a:hover{background:rgba(0,225,50,.4);color:#fff}.c-tag{background-color:#000;color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;line-height:1;padding:4px 8px;text-decoration:none;text-transform:uppercase}.c-tag:hover{color:#fff;text-decoration:underline}.c-tag__perspective{font-size:14px;padding-top:6px}@media (min-width:36em){.c-tag__perspective{font-size:16px}}@media (min-width:49em){.c-tag__perspective{font-size:18px}}.c-wordmark--header{-ms-flex-preferred-size:calc(100% - 16px);flex-basis:calc(100% - 16px);-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;position:relative}@media (min-width:36em){.c-wordmark--header{border-bottom:1px solid #b6b6b6;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 16px;padding-bottom:16px}}@media (min-width:64em){.c-wordmark--header{border-bottom:none;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 auto 0 0;padding:0 0 48px;position:relative}.c-wordmark--header:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;bottom:0;left:0;position:absolute;width:100%}}.c-wordmark--action-bar{display:none}@media (min-width:36em){.c-wordmark--action-bar{display:block}}.c-wordmark__link{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.c-wordmark__icon{--wordmark-light:$light;color:#0e9c54;fill:#0ab961;height:21px;width:122px}@media (min-width:36em){.c-wordmark__icon{height:32px;width:190px}}@media (min-width:64em){.c-wordmark__icon--header{max-width:100%}}.c-wordmark__icon--action-bar{width:122px}.c-writers{border-bottom:1px solid #b6b6b6;border-top:1px solid #b6b6b6;margin-bottom:24px;margin-top:64px;position:relative}.c-writers:after{background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(90%,#fff));background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 90%);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:20vw}@media (min-width:49em){.c-writers:after{content:normal}}@media (min-width:49em){.c-writers{-ms-flex-preferred-size:calc(100% - 0px);flex-basis:calc(100% - 0px);margin-top:40px;max-width:calc(100% - 0px);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width:75em){.c-writers{border:1px solid #b6b6b6;-ms-flex-preferred-size:calc(33.33333% - 16px);flex-basis:calc(33.33333% - 16px);margin-left:16px;margin-top:0;max-width:calc(33.33333% - 16px)}.c-writers:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";height:16px;pointer-events:none;display:block;position:relative;width:100%}}.c-writers__title{background-color:#fff;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:20px;font-weight:700;line-height:1;left:0;padding-right:8px;position:absolute;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}@supports ((-webkit-transform:translateY(calc(-100% + 4px))) or (transform:translateY(calc(-100% + 4px)))){.c-writers__title{-webkit-transform:translateY(calc(-100% + 4px));transform:translateY(calc(-100% + 4px))}}.c-writers__title:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='6' height='5' patternTransform='rotate(45)'%3E%3Cpath stroke='%23b6b6b6' stroke-width='2' d='M0 0v5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");content:"";display:block;height:16px;pointer-events:none;margin-bottom:8px}@media (min-width:75em){.c-writers__title{left:50%;padding:0 4px;position:absolute;top:0;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.c-writers__title:before{content:normal}}.c-writers__container{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:auto;overflow-y:hidden;padding:16px 0;white-space:nowrap}.c-writers__container::-webkit-scrollbar,.c-writers__container::-webkit-scrollbar-thumb,.c-writers__container::-webkit-scrollbar-track{display:none}@media (min-width:49em){.c-writers__container{overflow:auto;padding:0;white-space:normal}}.c-writers__list{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none}@media (min-width:49em){.c-writers__list{-ms-flex-wrap:wrap;flex-wrap:wrap}}.c-writer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:256px;flex-basis:256px;max-width:256px;min-width:256px;padding:16px 16px 16px 0;white-space:normal}.c-writer:not(:last-child){border-right:1px dashed #b6b6b6;margin-right:16px}@media (min-width:49em){.c-writer:not(:last-child){margin-right:0}}@media (min-width:75em){.c-writer:not(:last-child){border-bottom:1px dashed #b6b6b6;border-right:0}}@media (min-width:49em){.c-writer:nth-child(-n+3){border-bottom:1px solid #b6b6b6}}@media (min-width:75em){.c-writer:nth-child(-n+3){border-bottom-style:dashed}}@media (min-width:49em){.c-writer:nth-child(3n){border-right:0}}@media (min-width:49em){.c-writer{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%;min-width:auto;padding:16px;width:auto}}@media (min-width:55.25em) and (max-width:64em){.c-writer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.c-writer .c-writer__link--twitter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-writer .c-writer__img{margin-right:0}}@media (min-width:75em){.c-writer{-ms-flex-preferred-size:auto;flex-basis:auto;max-width:100%;width:100%}}.c-writer--see-all{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:20px;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-writer__img{height:52px;margin-bottom:16px;margin-right:16px;width:52px}.c-writer__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.c-writer__name{font-size:20px;margin-bottom:16px}.c-writer__link{color:#000;text-decoration:none}.c-writer__link:hover{color:#37ee67;text-decoration:underline}@supports ((-webkit-text-decoration:underline #37ee67) or (text-decoration:underline #37ee67)){.c-writer__link:hover{color:inherit;-webkit-text-decoration:underline #37ee67;text-decoration:underline #37ee67}}.c-writer__link--twitter{fill:inherit;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:PFDINTextCondPro,Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:1px;line-height:1;margin-bottom:16px;text-decoration:underline;text-transform:uppercase}.c-writer__link--twitter:hover{fill:#37ee67}.c-writer__article-hed{font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;font-size:12px;font-weight:400;line-height:1.25}@media (min-width:55.25em){.c-writer__article-hed{font-size:16px}}.u-hidden{display:none!important}.u-lazy{-webkit-transition:all 1s;transition:all 1s}.lazyload{-webkit-filter:blur(4px);filter:blur(4px);opacity:0;-webkit-transform:scale(1.02);transform:scale(1.02)}.no-js .lazyload{-webkit-filter:none;filter:none;opacity:1;-webkit-transform:none;transform:none}.lazyloaded{-webkit-filter:none;filter:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}@supports ((-o-object-fit:cover) or (object-fit:cover)){.u-object-cover{-o-object-fit:cover;object-fit:cover}}@media print{@page{margin:1cm}h3{page-break-before:always}figure,img,ol,p,table,ul{page-break-inside:avoid}.c-about{color:#000;margin-top:24px}.c-logo--footer{margin-top:24px}.c-logo__reference--footer{color:initial;fill:initial}.c-wordmark--header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-wordmark--header:after{content:"www.citylab.com";font-family:PFDINTextCondPro,Arial,sans-serif;font-weight:700;margin:4px}.l-content__inner{margin:0}.l-footer{background-color:#fff;padding-bottom:24px}.l-header:after{border:1px solid #bbb;content:"Thank you for printing content from www.citylab.com. If you enjoy this piece, then please check back soon for our latest in urban-centric journalism.";display:block;font-style:italic;margin-bottom:8px;padding:8px}.o-small-container{max-width:none;width:100%}.s-cms-content .c-article-links{display:block}.s-cms-content .c-print-superscript{display:inline-block;font-size:80%;font-style:normal;font-weight:700;margin:1px}.c-action-bar,.c-ad,.c-article-most-popular,.c-ballyhoos,.c-disqus,.c-nav,.c-newsletter,.c-presented-by,.c-search-nav,.c-share,.c-social,.l-sponsored,.lazyload,.lazyloading,.s-outbrain{display:none}}
+ ]]>
+ </style>
+ <script src="https://cdn.citylab.com/static/a/frontend/dist/citylab/js/polyfill.c71e135c0fd0.js" nomodule=""></script>
+ <script>
+ <![CDATA[
+ document.documentElement.className=document.documentElement.className.replace(/(^|\s)no-js(\s|$)/,"$1js$2")
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ "performance"in window&&"mark"in window.performance||(performance.mark=function(){})
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ "fonts"in document&&document.fonts.ready.then(function(n){performance.mark("citylab_fonts_loaded")})
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.CityLab={};window.CityLab.page_info= {"tall_ads_suppressed": false, "domain": "www.citylab.com", "disqus_identifier": "post_588400", "image": "https://cdn.citylab.com/media/img/citylab/2019/04/mr1/facebook.jpg?1556645448", "channels": ["design", "life"], "article_type": "citylab", "twitter_image": "", "canonical_url": "https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/", "is_amp": false, "is_freelance": false, "original_url": "https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/", "seo_title": "A Brief History of Neon Signage", "site_url": "https://www.citylab.com", "regions": ["New York"], "primary_channel": "design", "version": "1.0.0", "is_accounts": false, "share_dek": "", "is_instant": false, "share_title": "The Modern Ambitions Behind Neon", "description": "The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline.", "tags": [], "is_404": false, "has_full_width_content": false, "kicker": "", "authors": ["Sarah Archer"], "date": "2019-04-30T13:39:00-04:00", "path": "/design/2019/04/neon-signage-20th-century-history/588400/", "cities": ["New York", "Paris"], "article_id": 588400, "countries": ["United States"], "url": "https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/", "is_sponsored": false, "title": "Why Neon Is the Ultimate Symbol of the 20th Century", "request": {"experiment_group": null, "experiment_id": null, "is_gdpr": false}, "og_type": "article", "report": "", "view": "article", "days_since_published": 0};window.CityLab.page_meta= {"grapeshot_last_updated": "2019-04-30T17:41:38.736330+00:00", "adtargeting": {"watson_categories": ["/style and fashion/body art", "/law, govt and politics/politics", "/society/unrest and war"], "grapeshot_segments": ["an_bankofamerica_negative", "an_fidelity_safe", "an_jpmc_safe", "an_ms_safe", "ap_alfaromeo_safe", "gs_entertain", "gs_entertain_arts", "gs_science", "gs_auto"]}, "article_last_updated": "2019-04-30T13:40:00-04:00", "watson": {"top_category": {"four": null, "full": "/style and fashion/body art", "one": "style and fashion", "three": null, "two": "body art"}, "entities": ["de Miranda", "Georges Claude"], "categories": ["/style and fashion/body art", "/law, govt and politics/politics", "/society/unrest and war"], "keywords": ["history of neon lighting", "neon deli sign", "neon gas", "philosopher Luis de Miranda", "neon", "widespread use", "New York\u2019s Times Square", "Miranda\u2019s own example", "neon lights", "contemporary artists", "notion of neon lighting", "Neon signs", "neon fixtures", "first great modernist works", "interior lighting", "border of the sign", "such signs", "word neon", "John Minchillo", "perpetual nighttime glow", "French capital", "poor choice", "noble gases", "Scottish chemist Sir William Ramsay", "de Miranda", "combination of light", "husky physicality", "French engineer", "Bruce Nauman", "boiling point of argon", "sole use", "reference point", "mass introduction of neon lighting", "cost-effective way", "music of Claude Debussy", "cubist art of Pablo Picasso", "Let There Be Neon", "Neon lighting", "new form of illumination", "produce them.In", "neon sign", "fluorescent signs", "Fans of Miami Beach", "Martin Wartman", "British artist Tracey Emin", "light", "20th century", "United States", "World\u2019s Fair", "vital medium"], "concepts": ["Neon", "Neon sign", "Light", "Signage", "Neon lighting", "Neon lamp"]}, "meta": {"content_headline": "why neon is the ultimate symbol of the 20th century", "content_platform": "web", "channels": "design, life", "first_published_time": "13:39", "last_updated_datetime": "2019-04-30T13:40:00-04:00", "social_title": "why neon is the ultimate symbol of the 20th century", "content_subtype": "citylab", "content_headline_character_count": 51, "top_category_tier_4": null, "top_category_tier_1": "style and fashion", "top_category_tier_3": null, "top_category_tier_2": "body art", "primary_channel": "design", "secondary_author": null, "primary_author": "sarah archer", "grapeshot_segments": "an_bankofamerica_negative,an_fidelity_safe,an_jpmc_safe,an_ms_safe,ap_alfaromeo_safe,gs_entertain,gs_entertain_arts,gs_science,gs_auto", "first_published_date": "2019-04-30", "editorial_categories": null, "is_404": false, "watson_categories": "/style and fashion/body art;/law, govt and politics/politics;/society/unrest and war", "authors": "sarah archer", "report": null, "content_headline_word_count": 10, "article_id": 588400, "social_description": "the once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline.", "top_category_full": "/style and fashion/body art", "editorial_project": null, "content_headline_capitalized": "Why Neon Is the Ultimate Symbol of the 20th Century", "content_article_word_count": 1496, "first_published_datetime": "2019-04-30T13:39:00-04:00", "view": "amp"}, "watson_last_updated": "2019-04-30T17:41:39.685586+00:00", "article_word_count": 1496};window.CityLab.GTM={quantcastLabels: ["CityLab.Editorial.Title.Why Neon Is the Ultimate Symbol of the 20th Century", "CityLab.Editorial.Author.Sarah Archer", "CityLab.Editorial.Channel.design", "CityLab.Editorial.Channel.life"],simplereach:{is_404: false,conf: {"channels": ["design", "life"], "date": "2019-04-30T13:39:00-04:00", "title": "Why Neon Is the Ultimate Symbol of the 20th Century", "url": "https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/", "authors": ["sarah-archer"], "tags": [], "page_url": "https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/"} }}
+ ]]>
+ </script>
+ <link rel="manifest" href="https://cdn.citylab.com/static/a/frontend/citylab/manifest/manifest.3a606104fd2d.json" /><noscript>
+ <link rel="stylesheet" href="https://cdn.citylab.com/static/a/frontend/dist/citylab/css/no-js.f0eba3fa6040.css" media="screen" /></noscript><noscript><img src="https://atlanticmedia.122.2o7.net/b/ss/atlanticcities-prod/1/H.23.6--NS/0" height="1" width="1" border="0" alt="" /></noscript><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K92Z9D9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+ <meta name="description" content="The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline." />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <meta name="ROBOTS" content="INDEX, FOLLOW" />
+ <link rel="icon" sizes="16x16" href="https://cdn.citylab.com/static/a/frontend/citylab/img/icons/favicon-32x32.c6270a7c48d1.png" />
+ <link rel="icon" sizes="32x32" href="https://cdn.citylab.com/static/a/frontend/citylab/img/icons/favicon-16x16.10c30d3dfe8e.png" />
+ <link rel="apple-touch-icon" sizes="192x192" href="https://cdn.citylab.com/static/a/frontend/citylab/img/icons/touch-icon-192x192.2f88c5610402.png" />
+ <meta name="theme-color" content="#000000" />
+ <meta name="application-name" content="CityLab" />
+ <meta name="msapplication-TileColor" content="#000000" />
+ <meta name="msapplication-TileImage" content="https://cdn.citylab.com/static/a/citylab/img/icons/tile-144.b81cb04aaf40.png" />
+ <meta property="fb:app_id" content="149043611894677" />
+ <meta property="fb:page_id" content="236061986423933" />
+ <meta property="fb:pages" content="236061986423933,1468531833474495,1061579677251147,457711054591520,370457103090695,29259828486,1631141167169115,148681772342453,1510507419185410,128344747344340,128377530562508" />
+ <link href="https://plus.google.com/+citylab/" rel="publisher" />
+ <meta name="p:domain_verify" content="60d0d25f4baabe8b6700f9af2a743afc" />
+ <link rel="alternate" type="application/rss+xml" title="CityLab RSS" href="/feeds/posts/" />
+ <link rel="canonical" href="https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/" />
+ <link rel="image_src" href="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/facebook.jpg?1556645448" />
+ <meta property="og:description" content="The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline." />
+ <meta property="og:image" content="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/facebook.jpg?1556645448" />
+ <meta property="og:locale" content="en_US" />
+ <meta property="og:site_name" content="CityLab" />
+ <meta property="og:title" content="The Modern Ambitions Behind Neon" />
+ <meta property="og:type" content="article" />
+ <meta property="og:url" content="https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:site" content="@CityLab" />
+ <meta name="theme-color" content="#0ab961" />
+ <script type="application/ld+json">
+ <![CDATA[
+ { "@context": "http://schema.org", "@type": "Organization", "name": "CityLab", "url": "https://www.citylab.com", "logo": "https://cdn.citylab.com/static/a/citylab/img/logos/logo_social_1200x630.png", "sameAs" : [ "https://www.facebook.com/thisiscitylab", "https://twitter.com/citylab", "https://plus.google.com/+citylab/posts" ] }
+ ]]>
+ </script>
+ <meta name="twitter:title" content="Why Neon Is the Ultimate Symbol of the 20th Century" />
+ <meta name="twitter:description" content="The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline." />
+ <meta name="twitter:image" content="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/facebook.jpg?1556645448" />
+ <meta property="author" content="Sarah Archer" />
+ <meta property="article:publisher" content="https://www.facebook.com/thisiscitylab" />
+ <meta property="ia:markup_url" content="https://www.citylab.com/facebook-instant/article/588400/" />
+ </head>
+ <body>
+ <div class="u-hidden">
+ <!--?xml version="1.0" encoding="UTF-8"?--><svg xmlns="http://www.w3.org/2000/svg">
+ <symbol id="icon-close" viewbox="0 0 16 16">
+ <path d="M8 9.525l6.16 6.159a1.076 1.076 0 0 0 1.524 0 1.078 1.078 0 0 0 0-1.525L9.524 8l6.16-6.16A1.078 1.078 0 1 0 14.16.317L8 6.476 1.84.315A1.078 1.078 0 1 0 .317 1.84L6.476 8l-6.16 6.16a1.078 1.078 0 1 0 1.525 1.524L8 9.524z"></path>
+ </symbol>
+ <symbol id="icon-facebook" viewbox="0 0 16 16">
+ <path d="M15.022 0H.877A.88.88 0 0 0 0 .883v14.234A.88.88 0 0 0 .877 16h7.615V9.804H6.42V7.389h2.072V5.61c0-2.067 1.255-3.192 3.087-3.192.877 0 1.631.065 1.851.095v2.16h-1.27c-.997 0-1.19.476-1.19 1.176v1.541h2.376l-.309 2.415H10.97V16h4.052a.88.88 0 0 0 .877-.883V.883A.88.88 0 0 0 15.022 0" fill-rule="evenodd"></path>
+ </symbol>
+ <symbol id="icon-instagram" viewbox="0 0 16 16">
+ <path class="cls-1" d="M15.93 8.07v3.53a4.42 4.42 0 0 1-3.31 4.21 4.15 4.15 0 0 1-1 .14H4.45a4.26 4.26 0 0 1-3.88-2.34 4.11 4.11 0 0 1-.52-2.05C0 9.18 0 6.8.06 4.43A4.26 4.26 0 0 1 2.32.62 4.21 4.21 0 0 1 4.49.06h7.11a4.21 4.21 0 0 1 2.79 1.06 4.3 4.3 0 0 1 1.47 2.56 4.75 4.75 0 0 1 .07.82v3.57zM8 12.42A4.41 4.41 0 1 0 3.58 8 4.41 4.41 0 0 0 8 12.42zm6.18-9.7a.88.88 0 1 0-.89.88.89.89 0 0 0 .88-.89z"></path>
+ <circle class="cls-1" cx="7.99" cy="8.01" r="2.65"></circle>
+ </symbol>
+ <symbol id="icon-linkedin" viewbox="0 0 16 16">
+ <path d="M3.48 15.925H.341V5.085h3.07v10.84h.07zM1.842 3.738C.682 3.738 0 2.916 0 1.87 0 .822.75 0 1.91 0s1.843.822 1.843 1.87c0 .971-.75 1.868-1.91 1.868zM15.9 15.925h-3.548v-5.607c0-1.496-.546-2.468-1.774-2.468-.956 0-1.433.673-1.706 1.346-.068.225-.068.598-.068.897V16h-3.48s.068-9.944 0-10.916h3.48v1.72c.204-.748 1.296-1.795 3.07-1.795 2.184 0 3.958 1.57 3.958 4.935v5.981h.068z" fill-rule="evenodd"></path>
+ </symbol>
+ <symbol id="icon-logo" viewbox="0 0 26 28">
+ <path class="top" d="M18.961 9.065h6.732C23.758 4.025 18.934.45 13.277.45 6.33.45.631 5.832.005 12.703H6.02c.614-3.541 3.659-6.235 7.328-6.235 2.242 0 4.247 1.008 5.613 2.597z"></path>
+ <path class="bottom" d="M25.73 18.768h-6.596c-1.365 1.706-3.448 2.798-5.786 2.798-3.739 0-6.827-2.798-7.36-6.437H0c.587 6.914 6.3 12.342 13.277 12.342 5.69 0 10.54-3.617 12.452-8.703"></path>
+ </symbol>
+ <symbol id="icon-more" viewbox="0 0 16 4">
+ <g fill-rule="evenodd">
+ <circle cx="2" cy="2" r="2"></circle>
+ <circle cx="8" cy="2" r="2"></circle>
+ <circle cx="14" cy="2" r="2"></circle>
+ </g>
+ </symbol>
+ <symbol id="icon-rss" viewbox="0 0 17 16">
+ <path d="M3.137 16a2.731 2.731 0 0 1-2.722-2.74 2.731 2.731 0 0 1 2.722-2.74 2.731 2.731 0 0 1 2.723 2.74A2.731 2.731 0 0 1 3.137 16zm11.816 0a1.366 1.366 0 0 1-1.36-1.37c0-7.335-4.529-11.89-11.817-11.89a1.366 1.366 0 0 1-1.36-1.37C.415.613 1.024 0 1.775 0c4.304 0 7.95 1.384 10.559 4.005 2.609 2.62 3.98 6.295 3.98 10.625 0 .757-.61 1.37-1.362 1.37zm-5.152 0a1.366 1.366 0 0 1-1.362-1.37c0-4.449-2.242-6.705-6.663-6.705a1.366 1.366 0 0 1-1.36-1.37c0-.756.609-1.37 1.36-1.37 5.964 0 9.386 3.442 9.386 9.444 0 .363-.143.712-.398.97A1.357 1.357 0 0 1 9.8 16z" fill-rule="evenodd"></path>
+ </symbol>
+ <symbol id="icon-search" viewbox="0 0 14 14">
+ <path d="M14 12.935L9.716 8.71c.758-.933 1.082-1.996 1.082-3.294C10.798 2.425 8.381 0 5.4 0 2.418 0 0 2.425 0 5.416c0 2.991 2.418 5.416 5.4 5.416 1.299 0 2.285-.288 3.217-1.056L12.9 14 14 12.935zM1.08 5.415A4.326 4.326 0 0 1 5.4 1.082c2.384 0 4.318 1.94 4.318 4.333A4.325 4.325 0 0 1 5.4 9.75a4.326 4.326 0 0 1-4.32-4.334z" fill-rule="evenodd"></path>
+ </symbol>
+ <symbol id="icon-twitter" viewbox="0 0 16 14">
+ <path d="M14.026 2.13A3.39 3.39 0 0 0 15.46.25c-.63.39-1.328.673-2.071.825A3.197 3.197 0 0 0 11.008 0C9.206 0 7.746 1.523 7.746 3.401c0 .267.029.527.084.776C5.12 4.035 2.716 2.68 1.107.623a3.497 3.497 0 0 0-.442 1.71 3.44 3.44 0 0 0 1.451 2.83A3.148 3.148 0 0 1 .64 4.739v.043c0 1.648 1.124 3.023 2.616 3.335a3.14 3.14 0 0 1-1.473.059c.415 1.351 1.62 2.334 3.047 2.362A6.377 6.377 0 0 1 0 11.946a8.96 8.96 0 0 0 5 1.528c6 0 9.281-5.183 9.281-9.678 0-.148-.003-.294-.01-.44A6.794 6.794 0 0 0 15.9 1.595a6.315 6.315 0 0 1-1.873.536z" fill-rule="evenodd"></path>
+ </symbol>
+ <symbol id="icon-wordmark-white" viewbox="0 0 838 134">
+ <g fill-rule="nonzero">
+ <path d="M243 40.3h29.8V133H243zM94.8 42.5h33.5C118.7 17.7 94.6.2 66.5.2 31.9.2 3.5 26.7.4 60.4h30C33.5 43 48.6 29.8 66.9 29.8 78 29.7 88 34.7 94.8 42.5M128.5 90.2H95.7C88.9 98.6 78.5 104 66.9 104c-18.6 0-34-13.8-36.7-31.6H.4c2.9 34 31.4 60.7 66.1 60.7 28.3-.1 52.5-17.9 62-42.9M152.7.2h29.8V133h-29.8zM204.7.2h106.5v28H204.7zM400.7 66.7L362.3.2h-34.4l46.3 80V133h34.4V79.3zM415.7 68L454.9.2h-34.4l-22 38.1zM473.7.2h29.8V94h-29.8zM473.7 105.9h88.5v27h-88.5zM612.8 133L661.1.2h-31.7L581.1 133zM685 133h31.7L671 7.6l-15.6 44.1 10.5 28.7h-21l-10.4 28.4h41.7zM738.8.2h25.8V133h-25.8zM824.7 63.2c4.9-6.9 7.5-14.9 7.5-23.1 0-21.2-16.7-38.7-38-39.7L789 .2h-12.7v26.3h21c7.5 0 13.6 6.1 13.6 13.6s-6.1 13.6-13.6 13.6h-21v25.7h21c7.5 0 13.6 6.1 13.6 13.6s-6.1 13.6-13.6 13.6h-21V133h18.9l5.2-.3c20.6-1.6 36.7-19 36.7-39.6 0-10.8-4.4-20.9-12.4-28.5l-.6-.6.6-.8"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-wordmark" viewbox="0 0 122 21">
+ <g fill-rule="evenodd">
+ <path class="u-fill-green" d="M69.075 19.786h12.861V15.83H69.075z"></path>
+ <path class="dark" d="M35.257 20.046h4.326V6.476h-4.326z"></path>
+ <path d="M13.726 6.199H18.6C17.2 2.573 13.707 0 9.61 0 4.58 0 .454 3.873 0 8.817h4.355C4.8 6.269 7.005 4.33 9.662 4.33c1.623 0 3.075.725 4.064 1.868zM18.63 13.411h-4.775a5.366 5.366 0 0 1-4.19 2.014c-2.707 0-4.943-2.014-5.329-4.632H0c.425 4.975 4.562 8.88 9.614 8.88 4.12 0 7.632-2.602 9.016-6.262M22.305 19.442h4.329V0h-4.329zM29.5 4.103h15.481V0h-15.48zM58.07 9.74L52.486 0h-4.997l6.721 11.72v7.722h5.014l-.002-7.853zM60.063 9.934L65.76 0h-4.997l-3.2 5.582z" class="u-fill-green"></path>
+ <path class="light" d="M69.075 13.738h4.327V0h-4.327z"></path>
+ <path class="u-fill-green" d="M88.79 19.442L95.82 0h-4.607l-7.027 19.442z"></path>
+ <path class="dark" d="M99.443 19.792h4.605L97.414 1.44 95.14 7.89l1.521 4.208h-3.05L92.1 16.251h6.063z"></path>
+ <path class="u-fill-green" d="M107.21 19.442h3.749V0h-3.75zM119.991 9.23a5.82 5.82 0 0 0 1.093-3.39 5.809 5.809 0 0 0-5.519-5.812L114.811 0h-1.845v3.856h3.054c1.092 0 1.98.894 1.98 1.994a1.989 1.989 0 0 1-1.98 1.993.62.62 0 0 1-.086-.006l-.061.006h-2.907v3.765h3.054a1.99 1.99 0 0 1 1.98 1.995 1.989 1.989 0 0 1-1.98 1.993.674.674 0 0 1-.086-.006l-.061.006h-2.907v3.847h2.75l.752-.048c2.994-.24 5.34-2.784 5.34-5.794 0-1.579-.639-3.063-1.8-4.179l-.092-.088.075-.104"></path>
+ </g>
+ </symbol></svg>
+ </div>
+ <div class="l-wrapper">
+ <div class="l-content">
+ <section class="js-notifications"></section>
+ <div class="l-content__inner">
+ <header class="l-header l-header--article" role="banner">
+ <div class="c-wordmark c-wordmark--header">
+ <a href="#main-content" class="c-skip-link">Skip to content</a> <a class="c-wordmark__link" href="/" aria-label="CityLab"><svg class="c-wordmark__icon c-wordmark__icon--header" viewbox="0 0 122 21">
+ <use xlink:href="#icon-wordmark"></use></svg></a>
+ </div>
+ <nav class="c-nav c-nav--header" role="navigation" aria-label="Main Navigation">
+ <div class="c-nav__container c-nav__container--header">
+ <ul class="c-nav__list c-nav__list--header">
+ <li class="c-nav__item c-nav__item--header">
+ <a class="c-nav__link c-nav__link--header" href="/design/">Design</a>
+ </li>
+ <li class="c-nav__item c-nav__item--header">
+ <a class="c-nav__link c-nav__link--header" href="/transportation/">Transportation</a>
+ </li>
+ <li class="c-nav__item c-nav__item--header">
+ <a class="c-nav__link c-nav__link--header" href="/environment/">Environment</a>
+ </li>
+ <li class="c-nav__item c-nav__item--header">
+ <a class="c-nav__link c-nav__link--header" href="/equity/">Equity</a>
+ </li>
+ <li class="c-nav__item c-nav__item--header">
+ <a class="c-nav__link c-nav__link--header" href="/life/">Life</a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ <div class="c-search-nav">
+ <a class="c-search-nav__link" href="/search" aria-label="Search"><svg class="c-search-nav__icon" viewbox="0 0 14 14">
+ <use xlink:href="#icon-search"></use></svg></a>
+ </div>
+ </header>
+ <main id="main-content" class="l-main" role="main">
+ <article class="l-article s-cms-content" itemscope="itemscope" itemtype="https://schema.org/NewsArticle">
+ <meta itemprop="datePublished" content="2019-04-30T13:39:00-04:00" />
+ <meta itemprop="dateModified" content="2019-04-30T13:40:00-04:00" />
+ <meta itemprop="mainEntityOfPage" content="https://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/" />
+ <div itemprop="publisher" itemscope="itemscope" itemtype="https://schema.org/Organization">
+ <meta itemprop="name" content="CityLab" />
+ <meta itemprop="url" content="https://www.citylab.com" />
+ <div itemprop="logo" itemscope="itemscope" itemtype="http://schema.org/ImageObject">
+ <meta itemprop="url" content="https://cdn.citylab.com/static/a/citylab/img/logos/logo_social_1200x630.png" />
+ </div>
+ </div>
+ <figure class="c-lead-image" itemprop="image" itemscope="itemscope" itemtype="http://schema.org/ImageObject">
+ <picture class="c-lead-image__image"><source srcset="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/940.jpg?mod=1556645448" media="(min-width: 1024px)" /> <source srcset="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/lead_large.jpg?mod=1556645448" media="(min-width: 576px)" /></picture>
+ <meta itemprop="height" content="128" />
+ <meta itemprop="width" content="300" />
+ <meta itemprop="url" content="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/300.jpg?mod=1556645448" /><picture class="c-lead-image__image"><source srcset="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/300.jpg?mod=1556645448" media="(max-width: 575px)" /><img class="c-lead-image__img" srcset="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/300.jpg?mod=1556645448" alt="" itemprop="contentUrl" onload="performance.mark(&quot;citylab_lead_image_loaded&quot;)" /><noscript><img class="c-lead-image__img" src="https://cdn.citylab.com/media/img/citylab/2019/04/mr1/300.jpg?mod=1556645448" alt="" /></noscript></picture>
+ <figcaption class="c-lead-image__credit">
+ <span class="c-lead-image__caption" itemprop="caption">The Moulin Rouge cabaret in Paris</span> <span class="c-lead-image__attribution" itemprop="creator">Benoit Tessier/Reuters</span>
+ </figcaption>
+ </figure>
+ <div class="l-article__meta">
+ <h1 class="l-article__hed" itemprop="headline">
+ Why Neon Is the Ultimate Symbol of the 20th Century
+ </h1>
+ <div class="c-byline c-byline--article__hed">
+ <ol class="c-meta__byline c-meta__byline--article__hed">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--article__hed" href="https://www.citylab.com/authors/sarah-archer/">Sarah Archer</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--article__hed">1:39 PM ET</time></span>
+ </div>
+ </div>
+ <h2 class="l-article__dek o-small-container" itemprop="description">
+ The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline.
+ </h2>
+ <section class="c-tmp-share-sponsored-container o-small-container js-action-bar-active">
+ <div class="c-share c-share--">
+ <ul class="c-share__list">
+ <li class="c-share__item">
+ <a class="c-btn c-btn--share c-btn--facebook c-share__link" href="#" role="button" data-share="facebook"><svg class="c-icon c-icon--share" viewbox="0 0 16 16">
+ <use xlink:href="#icon-facebook"></use></svg> <span class="c-btn__share-label">Share</span></a>
+ </li>
+ <li class="c-share__item">
+ <a class="c-btn c-btn--share c-btn--twitter c-share__link" href="#" role="button" data-share="twitter" data-share-title="The Modern Ambitions Behind Neon"><svg class="c-icon c-icon--share" viewbox="0 0 16 16">
+ <use xlink:href="#icon-twitter"></use></svg> <span class="c-btn__share-label">Tweet</span></a>
+ </li>
+ <li class="c-share__item c-share__item--more">
+ <a class="c-btn c-btn--share c-btn--more" href="#" role="button" aria-label="More items"><svg class="c-icon c-icon--share c-icon--more" viewbox="0 0 16 4">
+ <use xlink:href="#icon-more"></use></svg></a>
+ <ul class="c-more">
+ <li class="c-more__item">
+ <a class="c-more__link c-share__link" href="#" data-share="linkedin">LinkedIn</a>
+ </li>
+ <li class="c-more__item">
+ <a class="c-more__link" href="mailto:?subject=Why%20Neon%20Is%20the%20Ultimate%20Symbol%20of%20the%2020th%20Century&amp;body=The%20once-ubiquitous%20form%20of%20lighting%20was%20novel%20when%20it%20first%20emerged%20in%20the%20early%201900s,%20though%20it%20has%20since%20come%20to%20represent%20decline.%0D%0A%20%0ARead%20More:%0Ahttps://www.citylab.com/design/2019/04/neon-signage-20th-century-history/588400/">Email</a>
+ </li>
+ <li class="c-more__item">
+ <a class="c-more__link c-share__link--print" href="#">Print</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </section>
+ <section class="s-article__section o-small-container" id="article-section-1">
+ <p>
+ In the summer of 1898, the Scottish chemist Sir William Ramsay made a discovery that would eventually give the Moulin Rouge in Paris, the Las Vegas Strip, and New York’s Times Square their perpetual nighttime glow. Using the boiling point of argon as a reference point, Ramsay and his colleague Morris W. Travers isolated three more noble gases and gave them evocative Greek names: neon, krypton, and xenon. In so doing, the scientists bestowed a label of permanent novelty on the most famous of the trio—neon, which translates as “new.” This discovery was the foundation on which the French engineer Georges Claude crafted a new form of illumination over the next decade. He designed glass tubes in which neon gas could be trapped, then electrified, to create a light that glowed reliably for more than 1,000 hours.
+ </p>
+ <p>
+ In the 2012 book <em>L’être et le Néon</em>, <a href="https://mitpress.mit.edu/books/being-and-neonness-translation-and-content-revised-augmented-and-updated-edition-luis-de-miranda">which has been newly translated into English by Michael Wells</a>, the philosopher Luis de Miranda weaves a history of neon lighting as both artifact and metaphor. <em>Being and Neonness</em>, as the book is called in its English edition, isn’t a typical material history. There are no photographs. Even de Miranda’s own example of a neon deli sign spotted in Paris is re-created typographically, with text in all caps and dashes forming the border of the sign, as one might attempt on Twitter. Fans of Miami Beach’s restored Art Deco hotels and California’s bowling alleys might be disappointed by the lack of glossy historical images. Nonetheless, de Miranda makes a convincing case for neon as a symbol of the grand modern ambitions of the 20th century.
+ </p>
+ <aside class="pullquote instapaper_ignore">
+ The very quality that made neon fixtures a poor choice for interior lighting made them perfect for signs.
+ </aside>
+ <p>
+ De Miranda beautifully evokes the notion of neon lighting as an icon of the 1900s in his introduction: “When we hear the word <em>neon</em>, an image pops into our heads: a combination of light, colors, symbols, and glass. This image is itself a mood. It carries an atmosphere. It speaks … of the essence of cities, of the poetry of nights, of the 20th century.” When neon lights debuted in Europe, they seemed dazzlingly futuristic. But their husky physicality started becoming obsolete by the 1960s, thanks in part to the widespread use of plastic for fluorescent signs. Neon signs exist today, though they’ve been eclipsed by newer technologies such as digital billboards, and they remain charmingly analog: Signs must be made by hand because there’s no cost-effective way to mass-produce them.
+ </p>
+ <p>
+ In the 1910s, neon started being used for cosmopolitan flash in Paris at precisely the time and place where the first great modernist works were being created. De Miranda’s recounting of the ingenuity emerging from the French capital a century ago is thrilling to contemplate: the cubist art of Pablo Picasso, the radically deconstructed fashions of Coco Chanel, the stream-of-consciousness poetry of Gertrude Stein, and the genre-defying music of Claude Debussy—all of which heralded a new age of culture for Europe and for the world.
+ </p>
+ </section>
+ <aside class="c-related-content u-full-width u-lazy lazyload" data-include="css:https://cdn.citylab.com/static/a/frontend/dist/citylab/css/components/related-content.a8ad49998034.css">
+ <h4 class="c-related-content__title">
+ Recommended
+ </h4>
+ <div class="c-related-content__container">
+ <ul class="c-related-content__list">
+ <li class="c-related-content__item">
+ <a class="c-related-content__image" href="https://www.citylab.com/design/2014/07/remembering-pittsburghs-most-mesmerizing-sign/374553/"><picture><img class="c-related-content__img u-lazy lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2014/07/ws1/144x144.jpg?mod=1494541269" alt="" /><noscript><img class="c-related-content__img" src="https://cdn.citylab.com/media/img/citylab/2014/07/ws1/144x144.jpg?mod=1494541269" alt="" /></noscript></picture></a>
+ <div class="c-related-content__content">
+ <h5 class="c-related-content__hed">
+ <a class="c-related-content__link" href="https://www.citylab.com/design/2014/07/remembering-pittsburghs-most-mesmerizing-sign/374553/">Remembering Pittsburgh's Most Mesmerizing Sign</a>
+ </h5>
+ <div class="c-byline c-byline--related-content">
+ <ol class="c-meta__byline c-meta__byline--related-content">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--related-content" href="https://www.citylab.com/authors/mark-byrnes/">Mark Byrnes</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--related-content">Jul 17, 2014</time></span>
+ </div>
+ </div>
+ </li>
+ <li class="c-related-content__item">
+ <a class="c-related-content__image" href="https://www.citylab.com/life/2018/03/navigator-long-llive-the-deadmalls/555203/"><picture><img class="c-related-content__img u-lazy lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2018/03/Screen_Shot_2018_03_09_at_5.22.15_PM/144x144.png?mod=1520634210" alt="" /><noscript><img class="c-related-content__img" src="https://cdn.citylab.com/media/img/citylab/2018/03/Screen_Shot_2018_03_09_at_5.22.15_PM/144x144.png?mod=1520634210" alt="" /></noscript></picture></a>
+ <div class="c-related-content__content">
+ <h5 class="c-related-content__hed">
+ <a class="c-related-content__link" href="https://www.citylab.com/life/2018/03/navigator-long-llive-the-deadmalls/555203/">Navigator: Ode To The Dead Mall</a>
+ </h5>
+ <div class="c-byline c-byline--related-content">
+ <ol class="c-meta__byline c-meta__byline--related-content">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--related-content" href="https://www.citylab.com/authors/tanvi-misra/">Tanvi Misra</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--related-content">Mar 9, 2018</time></span>
+ </div>
+ </div>
+ </li>
+ <li class="c-related-content__item">
+ <a class="c-related-content__image" href="https://www.citylab.com/life/2017/08/art-of-making-a-neon-sign/537618/"><picture><img class="c-related-content__img u-lazy lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2017/08/Screen_Shot_2017_08_22_at_6.42.43_PM/144x144.png?mod=1503441831" alt="" /><noscript><img class="c-related-content__img" src="https://cdn.citylab.com/media/img/citylab/2017/08/Screen_Shot_2017_08_22_at_6.42.43_PM/144x144.png?mod=1503441831" alt="" /></noscript></picture></a>
+ <div class="c-related-content__content">
+ <h5 class="c-related-content__hed">
+ <a class="c-related-content__link" href="https://www.citylab.com/life/2017/08/art-of-making-a-neon-sign/537618/">The Twists and Turns of Making a Neon Sign</a>
+ </h5>
+ <div class="c-byline c-byline--related-content">
+ <ol class="c-meta__byline c-meta__byline--related-content">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--related-content" href="https://www.citylab.com/authors/linda-poon/">Linda Poon</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--related-content">Aug 23, 2017</time></span>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </aside>
+ <section class="s-article__section o-small-container" id="article-section-2">
+ <p>
+ Amid this artistic groundswell, Georges Claude premiered his neon lights at the <a href="https://www.mondial-paris.com/en/visiteur/auto">Paris Motor Show</a> in December 1910, captivating visitors with 40-foot-tall tubes affixed to the building’s exterior. The lights shone orange-red because neon, by itself, produces that color. <em>Neon lighting</em> is a catchall term that describes the technology of glass tubing that contains gas or chemicals that glow when electrified. For example, neon fabricators use carbon dioxide to make white, and mercury to make blue. Claude acknowledged at the time that neon didn’t produce the ideal color for a standard light bulb and insisted that it posed no commercial threat to incandescent bulbs.
+ </p>
+ <p>
+ Of course, the very quality that made neon fixtures a poor choice for interior lighting made them perfect for signs, de Miranda notes. The first of the neon signs was switched on in 1912, advertising a barbershop on Paris’s Boulevard Montmartre, and eventually they were adopted by cinemas and nightclubs. While Claude had a monopoly on neon lighting throughout the 1920s, the leaking of trade secrets and the expiration of a series of patents broke his hold on the rapidly expanding technology.
+ </p>
+ </section>
+ <div class="ad-box-wrapper" data-pos="box"></div>
+ <section class="s-article__section o-small-container" id="article-section-3">
+ <p>
+ In the following decades, neon’s nonstop glow and vibrant colors turned ordinary buildings and surfaces into 24/7 billboards for businesses, large and small, that wanted to convey a sense of always being open. The first examples of neon in the United States debuted in Los Angeles, where the Packard Motor Car Company commissioned two large blue-and-orange <span class="smallcaps">Packard</span> signs that literally stopped traffic because they distracted motorists. The lighting also featured heavily at the Chicago Century of Progress Exposition in 1933 and at the 1939 World’s Fair in New York. At the latter event, a massive neon sign reading <span class="smallcaps">Futurama</span> lit the way to a General Motors exhibition that heralded “The World of Tomorrow.”
+ </p>
+ <figure style="max-width: 620.0px;">
+ <picture style="display: block; position:relative; width:100%; height:0; overflow:hidden; padding-bottom:66.4516129032%;"><img alt="" data-srcset="https://cdn.theatlantic.com/assets/media/img/posts/2019/04/AP_8912060228/cbd32b0e1.jpg" class="lazyload" style="position:absolute; width:100%; height:100%; top:0; left:0; border:0;" /></picture>
+ <figcaption class="caption">
+ Workers remove a hammer and sickle from a neon sign that reads “Glory to Communism,” visible on the roof of the Communist-run electricity-board headquarters in Czechoslovakia in 1989. (AP)
+ </figcaption>
+ </figure>
+ <p>
+ De Miranda points out that businesses weren’t alone in embracing neon’s ability to spread messages effectively. By the middle of the century, the lighting was being adopted for more political purposes. “In the 1960s, the Soviets deployed a vast ‘neonization’ of the Eastern bloc capitals to emulate capitalist metropolises,” de Miranda writes. “Because consumer shops were rare in the Polish capital [of Warsaw], they did not hesitate to illuminate the façades of public buildings.” In other words, as opposed to the sole use of the more obvious forms of propaganda via posters or slogans, the mass introduction of neon lighting was a way of getting citizens of Communist cities to see their surroundings with the pizzazz and nighttime glamour of major Western capitals.
+ </p>
+ </section>
+ <div class="ad-box-wrapper" data-pos="box"></div>
+ <section class="s-article__section o-small-container" id="article-section-4">
+ <p>
+ Neon, around this time, began to be phased out, thanks to cheaper and less labor-intensive alternatives. In addition, the global economic downturn of the 1970s yielded a landscape in which older, flickering neon signs, which perhaps their owners couldn’t afford to fix or replace, came to look like symbols of decline. Where such signs were once sophisticated and novel, they now seemed dated and even seedy.
+ </p>
+ <section class="c-newsletter c-newsletter--promo c-newsletter--cta">
+ <h2 class="c-newsletter__title">
+ Cities are changing fast. Keep up with the <b>CityLab Daily</b> newsletter.
+ </h2><label for="promo-email-input-email" class="c-newsletter__cta c-newsletter__cta--promo">The best way to follow issues you care about.</label>
+ <form id="promo-email" class="js-newsletter-form c-newsletter__form c-newsletter__form--promo" action="#" name="promo-email">
+ <input class="js-newsletter-field--email c-newsletter__field c-newsletter__field--email c-newsletter__field--promo" id="promo-email-input-email" name="email" type="email" placeholder="Email Address" aria-label="Email Address" /><input type="hidden" name="newsletters" value="7607485" /><input type="hidden" name="newsletterName" value="Today on CityLab" /> <button class="js-newsletter-form__btn c-btn c-btn--signup c-btn--promo c-newsletter__submit--promo" type="submit" name="submit">Subscribe</button>
+ <div class="c-loader" role="status">
+ <button class="js-newsletter-form__btn c-btn c-btn--signup c-btn--promo c-newsletter__submit--promo" type="submit" name="submit"><span class="c-btn__loader">Loading...</span></button>
+ </div><button class="js-newsletter-form__btn c-btn c-btn--signup c-btn--promo c-newsletter__submit--promo" type="submit" name="submit"></button>
+ <div class="js-newsletter-message"></div>
+ </form>
+ </section>
+ <p>
+ De Miranda understands this evolution by zooming out and looking at the 1900s as the “neon century.” The author draws a parallel between the physical form of neon lights, which again are essentially containers for electrified gases, and that of a glass capsule—suggesting they are a kind of message in a bottle from a time before the First World War. “Since then, [neon lights] have witnessed all the transformations that have created the world we live in,” de Miranda writes. “Today, they sometimes seem to maintain a hybrid status, somewhere between junkyards and museums, not unlike European capitals themselves.”
+ </p>
+ <figure style="max-width: 620.0px;">
+ <picture style="display: block; position:relative; width:100%; height:0; overflow:hidden; padding-bottom:66.6129032258%;"><img alt="" data-srcset="https://cdn.theatlantic.com/assets/media/img/posts/2019/04/AP_945361213236/888fdd750.jpg" class="lazyload" style="position:absolute; width:100%; height:100%; top:0; left:0; border:0;" /></picture>
+ <figcaption class="caption">
+ Martin Wartman, a student at Northern Kentucky University, works on a neon sign at the Neonworks of Cincinnati workshop connected to the American Sign Museum, in 2016. (John Minchillo / AP)
+ </figcaption>
+ </figure>
+ <p>
+ Another mark of neon’s hybridity: Its obsolescence started just as some contemporary artists began using the lights in their sculptures. Bruce Nauman’s 1968 work <em><a href="https://www.stedelijk.nl/en/collection/1097-bruce-nauman-my-name-as-though-it-were-written-on-the-surface-of-the-moon">My Name as Though It Were Written on the Surface of the Moon</a></em> poked fun at the space race—another symbol of 20th-century technological innovation whose moment has passed. The piece uses blue “neon” letters (mercury, actually) to spell out the name “bruce” in lowercase cursive, with each character repeated several times as if to convey a person speaking slowly in outer space. The British artist Tracey Emin has made <a href="https://www.artsy.net/collection/tracey-emin-neon-sculptures-and-prints">sculptures</a> that resemble neon Valentine’s Day candies: They read as garish and sentimental confections with pink, heart-shaped frames that surround blue text fragments. Drawing on the nostalgia-inducing quality of neon, the sculptures’ messages are redolent of old-fashioned movie dialogue, with titles such as “You Loved Me Like a Distant Star” and “The Kiss Was Beautiful.”
+ </p>
+ <p>
+ Seeing neon lighting tamed in the context of a gallery display fits comfortably with de Miranda’s notion that neon technology is like a time capsule from another age. In museums, works of neon art and design coexist with objects that were ahead of their own time in years past—a poignant fate for a technology that made its name advertising “The World of Tomorrow.” Yet today neon is also experiencing a kind of craft revival. The fact that it can’t be mass-produced has made its fabrication something akin to a cherished artisanal technique. Bars and restaurants hire firms such as Let There Be Neon in Manhattan, or <a href="https://www.instagram.com/theneonqueen/">the L.A.-based master neon artist Lisa Schulte</a>, to create custom signs and works of art. Neon’s story even continues to glow from inside museums such as California’s <a href="https://www.neonmona.org/">Museum of Neon Art</a> and the Neon Museum in Las Vegas. If it can still be a vital medium for artists and designers working today, “neonness” need not only be trapped in the past. It might also capture the mysterious glow of the near future—just as it did a century ago.
+ </p>
+ <p>
+ <em>This article originally appeared on <a href="https://www.theatlantic.com/entertainment/archive/2019/04/being-and-neonness-neon-lights-symbol-20th-century/588184/">The Atlantic</a>.</em>
+ </p>
+ </section>
+ <section class="c-authors-article u-lazy lazyload" data-include="css:https://cdn.citylab.com/static/a/frontend/dist/citylab/css/components/author-article.cf4e8e0b143f.css">
+ <h4 class="c-authors-article__about-title">
+ About the Author
+ </h4>
+ <section class="c-author-article" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person">
+ <div class="c-author-article__content">
+ <h5 class="c-author-article__title" itemprop="name">
+ <a class="c-author-article__link" href="https://www.citylab.com/authors/sarah-archer/">Sarah Archer</a>
+ </h5>
+ <ul class="c-author-article__list">
+ <li class="c-author-article__item">
+ <svg class="c-icon c-icon--rss c-icon--author-article" viewbox="0 0 16 16">
+ <use xlink:href="#icon-rss"></use></svg> <a href="/feeds/author/sarah-archer/" itemprop="url">Feed</a>
+ </li>
+ </ul>
+ <p class="c-author-article__bio" itemprop="description">
+ <a href="https://www.citylab.com/authors/sarah-archer/" class="author-link" data-omni-click="inherit">Sarah Archer</a> is the author of <em>The Midcentury Kitchen</em>.
+ </p>
+ </div>
+ </section>
+ </section>
+ </article>
+ <section class="c-disqus lazyload" data-include="css:https://cdn.citylab.com/static/a/frontend/dist/citylab/css/components/disqus.09fd7da024fd.css">
+ <button type="button" class="c-btn c-btn--disqus-comments js-load-disqus-comments">Expand Comments +</button>
+ <div id="disqus_thread" class="c-wrapper__disqus-comments"></div>
+ </section>
+ <div class="c-presented-by c-presented-by--article-logo">
+ <div class="c-presented-by__content c-presented-by__content--article-logo" data-label="with funding from"></div>
+ </div>
+ <section class="c-article-most-popular js-action-bar-disable u-lazy lazyload" data-include="css:https://cdn.citylab.com/static/a/frontend/dist/citylab/css/components/article-most-popular.3a9846ccf46b.css">
+ <h2 class="c-article-most-popular__title">
+ Most Popular
+ </h2>
+ <div class="c-article-most-popular__container">
+ <ol class="c-article-most-popular__list">
+ <li class="c-article-most-popular__item">
+ <a href="https://www.citylab.com/transportation/2019/04/innisfil-transit-ride-hailing-bus-public-transportation-uber/588154/"><picture class="c-article-most-popular__picture"><source data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/RTS28UAK/thumb.jpg?mod=1556565008" media="(min-width: 1024px)" /><source data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/RTS28UAK/144x144.jpg?mod=1556565008" media="(max-width: 575px)" /><img class="c-article-most-popular__img u-lazy lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/RTS28UAK/144x144.jpg?mod=1556565008" alt="A photo of an Uber Bus in Cairo, the company's new microtransit program." /><noscript><img class="c-article-most-popular__img" src="https://cdn.citylab.com/media/img/citylab/2019/04/RTS28UAK/144x144.jpg?mod=1556565008" alt="A photo of an Uber Bus in Cairo, the company's new microtransit program." /></noscript></picture></a>
+ <div class="c-article-most-popular__content">
+ <a class="c-article-most-popular__link c-article-most-popular__link--kicker" href="https://www.citylab.com/transportation/">Transportation</a>
+ <h3 class="c-article-most-popular__hed">
+ <a class="c-article-most-popular__link" href="https://www.citylab.com/transportation/2019/04/innisfil-transit-ride-hailing-bus-public-transportation-uber/588154/">‘Uber Was Supposed To Be Our Public Transit’</a>
+ </h3>
+ <p class="c-article-most-popular__dek">
+ Innisfil, Ontario, decided to partially subsidize ride-hailing trips rather than pay for a public bus system. It worked so well that now they have to raise fares and cap rides.
+ </p>
+ <div class="c-byline c-byline--article-most-popular">
+ <ol class="c-meta__byline c-meta__byline--article-most-popular">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--article-most-popular" href="https://www.citylab.com/authors/laura-bliss/">Laura Bliss</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--article-most-popular">Apr 29, 2019</time></span>
+ </div>
+ </div>
+ </li>
+ <li class="c-article-most-popular__item">
+ <a href="https://www.citylab.com/environment/2015/10/a-13235-mile-road-trip-for-70-degree-weather-every-day/411406/"><picture class="c-article-most-popular__picture"><source data-srcset="https://cdn.citylab.com/media/img/citylab/2015/10/winter_forecast_2015_cold_weather_october_snow_rain_sleet_hail_el_nino/thumb.jpg?mod=1494536288" media="(min-width: 1024px)" /><source data-srcset="https://cdn.citylab.com/media/img/citylab/2015/10/winter_forecast_2015_cold_weather_october_snow_rain_sleet_hail_el_nino/144x144.jpg?mod=1494536288" media="(max-width: 575px)" /><img class="c-article-most-popular__img u-lazy lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2015/10/winter_forecast_2015_cold_weather_october_snow_rain_sleet_hail_el_nino/144x144.jpg?mod=1494536288" alt="" /><noscript><img class="c-article-most-popular__img" src="https://cdn.citylab.com/media/img/citylab/2015/10/winter_forecast_2015_cold_weather_october_snow_rain_sleet_hail_el_nino/144x144.jpg?mod=1494536288" alt="" /></noscript></picture></a>
+ <div class="c-article-most-popular__content">
+ <a class="c-article-most-popular__link c-article-most-popular__link--kicker" href="https://www.citylab.com/environment/">Environment</a>
+ <h3 class="c-article-most-popular__hed">
+ <a class="c-article-most-popular__link" href="https://www.citylab.com/environment/2015/10/a-13235-mile-road-trip-for-70-degree-weather-every-day/411406/">A 13,235-Mile Road Trip for 70-Degree Weather Every Day</a>
+ </h3>
+ <p class="c-article-most-popular__dek">
+ This year-long journey across the U.S. keeps you at consistent high temperatures.
+ </p>
+ <div class="c-byline c-byline--article-most-popular">
+ <ol class="c-meta__byline c-meta__byline--article-most-popular">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--article-most-popular" href="https://www.citylab.com/authors/john-metcalfe/">John Metcalfe</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--article-most-popular">Oct 20, 2015</time></span>
+ </div>
+ </div>
+ </li>
+ <li class="c-article-most-popular__item">
+ <a href="https://www.citylab.com/environment/2019/04/air-conditioning-climate-change-carbon-capture-technology/588403/"><picture class="c-article-most-popular__picture"><source data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/Air_conditioning_Singapore/thumb.jpg?mod=1556646728" media="(min-width: 1024px)" /><source data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/Air_conditioning_Singapore/144x144.jpg?mod=1556646728" media="(max-width: 575px)" /><img class="c-article-most-popular__img u-lazy lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/Air_conditioning_Singapore/144x144.jpg?mod=1556646728" alt="The outside of a large apartment building, dotted with air conditioners." /><noscript><img class="c-article-most-popular__img" src="https://cdn.citylab.com/media/img/citylab/2019/04/Air_conditioning_Singapore/144x144.jpg?mod=1556646728" alt="The outside of a large apartment building, dotted with air conditioners." /></noscript></picture></a>
+ <div class="c-article-most-popular__content">
+ <a class="c-article-most-popular__link c-article-most-popular__link--kicker" href="https://www.citylab.com/environment/">Environment</a>
+ <h3 class="c-article-most-popular__hed">
+ <a class="c-article-most-popular__link" href="https://www.citylab.com/environment/2019/04/air-conditioning-climate-change-carbon-capture-technology/588403/">What If Air Conditioning Could Help Stop Climate Change Instead of Causing It?</a>
+ </h3>
+ <p class="c-article-most-popular__dek">
+ Using technology currently in development, AC units in skyscrapers and homes could get turned into machines that pull carbon dioxide out of the atmosphere.
+ </p>
+ <div class="c-byline c-byline--article-most-popular">
+ <ol class="c-meta__byline c-meta__byline--article-most-popular">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--article-most-popular" href="https://www.citylab.com/authors/matt-simon/">Matt Simon</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--article-most-popular">1:57 PM ET</time></span>
+ </div>
+ </div>
+ </li>
+ <li class="c-article-most-popular__item">
+ <a href="https://www.citylab.com/transportation/2019/04/texas-central-railway-high-speed-bullet-train-cost-route/587743/"><picture class="c-article-most-popular__picture"><source data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/shinkansen_flowers/thumb.jpg?mod=1556300630" media="(min-width: 1024px)" /><source data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/shinkansen_flowers/144x144.jpg?mod=1556300630" media="(max-width: 575px)" /><img class="c-article-most-popular__img u-lazy lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/shinkansen_flowers/144x144.jpg?mod=1556300630" alt="A train traveling on an elevated platform." /><noscript><img class="c-article-most-popular__img" src="https://cdn.citylab.com/media/img/citylab/2019/04/shinkansen_flowers/144x144.jpg?mod=1556300630" alt="A train traveling on an elevated platform." /></noscript></picture></a>
+ <div class="c-article-most-popular__content">
+ <a class="c-article-most-popular__link c-article-most-popular__link--kicker" href="https://www.citylab.com/transportation/">Transportation</a>
+ <h3 class="c-article-most-popular__hed">
+ <a class="c-article-most-popular__link" href="https://www.citylab.com/transportation/2019/04/texas-central-railway-high-speed-bullet-train-cost-route/587743/">Texas High Speed Rail Faces a New Threat: Semantics</a>
+ </h3>
+ <p class="c-article-most-popular__dek">
+ A private company plans to break ground on a bullet train between Houston and Dallas in 2019. But opponents of the project have a new argument.
+ </p>
+ <div class="c-byline c-byline--article-most-popular">
+ <ol class="c-meta__byline c-meta__byline--article-most-popular">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--article-most-popular" href="https://www.citylab.com/authors/laura-bliss/">Laura Bliss</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--article-most-popular">Apr 26, 2019</time></span>
+ </div>
+ </div>
+ </li>
+ <li class="c-article-most-popular__item">
+ <a href="https://www.citylab.com/solutions/2019/04/lausanne-switzerland-design-workshop-place-de-la-riponne/587050/"><picture class="c-article-most-popular__picture"><source data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/Riponne/thumb.jpg?mod=1556541985" media="(min-width: 1024px)" /><source data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/Riponne/144x144.jpg?mod=1556541985" media="(max-width: 575px)" /><img class="c-article-most-popular__img u-lazy lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2019/04/Riponne/144x144.jpg?mod=1556541985" alt="" /><noscript><img class="c-article-most-popular__img" src="https://cdn.citylab.com/media/img/citylab/2019/04/Riponne/144x144.jpg?mod=1556541985" alt="" /></noscript></picture></a>
+ <div class="c-article-most-popular__content">
+ <a class="c-article-most-popular__link c-article-most-popular__link--kicker" href="https://www.citylab.com/solutions/">Solutions</a>
+ <h3 class="c-article-most-popular__hed">
+ <a class="c-article-most-popular__link" href="https://www.citylab.com/solutions/2019/04/lausanne-switzerland-design-workshop-place-de-la-riponne/587050/">In Switzerland, Everyone’s an Urban Planner</a>
+ </h3>
+ <p class="c-article-most-popular__dek">
+ To reimagine its largest public space, the Swiss city of Lausanne organized a citywide consultation and workshop that asked: Just who is the public?
+ </p>
+ <div class="c-byline c-byline--article-most-popular">
+ <ol class="c-meta__byline c-meta__byline--article-most-popular">
+ <li class="c-meta__author">
+ <span><a class="c-byline__link c-byline__link--article-most-popular" href="https://www.citylab.com/authors/feargus-osullivan/">Feargus O'Sullivan</a></span>
+ </li>
+ </ol><span><time class="c-byline__time c-byline__time--article-most-popular">7:00 AM ET</time></span>
+ </div>
+ </div>
+ </li>
+ </ol>
+ </div>
+ </section>
+ <div class="c-ballyhoos u-lazy lazyload" data-include="css:https://cdn.citylab.com/static/a/frontend/dist/citylab/css/components/ballyhoo.d62a34a57fbc.css">
+ <div class="c-ballyhoo">
+ <a href="https://www.citylab.com/posts/maps/"><img class="c-ballyhoo__img lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2017/12/ballyhoo_artboards_maps-2/hero.png?mod=1512597427" alt="" /><noscript><img class="c-ballyhoo__img" src="https://cdn.citylab.com/media/img/citylab/2017/12/ballyhoo_artboards_maps-2/hero.png?mod=1512597427" alt="" /></noscript></a>
+ <div class="c-ballyhoo__content">
+ <div class="c-ballyhoo__cta">
+ <a class="c-ballyhoo__link c-ballyhoo__link--cta" href="https://www.citylab.com/posts/maps/">Maps</a>
+ </div><a class="c-btn c-btn--border-white c-ballyhoo__btn" href="https://www.citylab.com/posts/maps/">Click Here</a>
+ </div>
+ </div>
+ <div class="c-ballyhoo">
+ <a href="https://www.citylab.com/newsletters/"><img class="c-ballyhoo__img lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2017/12/ballyhoo_artboards_newsletter/hero.png?mod=1512597502" alt="" /><noscript><img class="c-ballyhoo__img" src="https://cdn.citylab.com/media/img/citylab/2017/12/ballyhoo_artboards_newsletter/hero.png?mod=1512597502" alt="" /></noscript></a>
+ <div class="c-ballyhoo__content">
+ <div class="c-ballyhoo__cta">
+ <a class="c-ballyhoo__link c-ballyhoo__link--cta" href="https://www.citylab.com/newsletters/">Newsletters</a>
+ </div><a class="c-btn c-btn--border-white c-ballyhoo__btn" href="https://www.citylab.com/newsletters/">Click Here</a>
+ </div>
+ </div>
+ <div class="c-ballyhoo">
+ <a href="https://www.facebook.com/thisiscitylab/"><img class="c-ballyhoo__img lazyload" data-srcset="https://cdn.citylab.com/media/img/citylab/2017/12/ballyhoo_artboards_facebook/hero.png?mod=1512597427" alt="" /><noscript><img class="c-ballyhoo__img" src="https://cdn.citylab.com/media/img/citylab/2017/12/ballyhoo_artboards_facebook/hero.png?mod=1512597427" alt="" /></noscript></a>
+ <div class="c-ballyhoo__content">
+ <div class="c-ballyhoo__cta">
+ <a class="c-ballyhoo__link c-ballyhoo__link--cta" href="https://www.facebook.com/thisiscitylab/">Facebook</a>
+ </div><a class="c-btn c-btn--border-white c-ballyhoo__btn" href="https://www.facebook.com/thisiscitylab/">Click Here</a>
+ </div>
+ </div>
+ </div>
+ <section class="c-action-bar js-action-bar u-hidden">
+ <div class="c-action-bar__container">
+ <div class="c-action-bar__section">
+ <div class="c-logo c-logo--action-bar">
+ <a class="c-logo__link" href="/" aria-label="CityLab"><svg class="c-logo__icon c-logo__icon--action-bar" viewbox="0 0 32 32">
+ <use class="c-logo__reference c-logo__reference--action-bar" xlink:href="#icon-logo"></use></svg></a>
+ </div>
+ <div class="c-wordmark c-wordmark--action-bar">
+ <a href="#main-content" class="c-skip-link">Skip to content</a> <a class="c-wordmark__link" href="/" aria-label="CityLab"><svg class="c-wordmark__icon c-wordmark__icon--action-bar" viewbox="0 0 122 21">
+ <use xlink:href="#icon-wordmark"></use></svg></a>
+ </div>
+ <div class="c-share c-share--action-bar">
+ <ul class="c-share__list">
+ <li class="c-share__item">
+ <a class="c-btn c-btn--share c-btn--facebook c-share__link" href="#" role="button" data-share="facebook"><svg class="c-icon c-icon--share" viewbox="0 0 16 16">
+ <use xlink:href="#icon-facebook"></use></svg> <span class="c-btn__share-label">Share</span></a>
+ </li>
+ <li class="c-share__item">
+ <a class="c-btn c-btn--share c-btn--twitter c-share__link" href="#" role="button" data-share="twitter" data-share-title="The Modern Ambitions Behind Neon"><svg class="c-icon c-icon--share" viewbox="0 0 16 16">
+ <use xlink:href="#icon-twitter"></use></svg> <span class="c-btn__share-label">Tweet</span></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="c-action-bar__section c-action-bar__section--next-story c-action-bar__section--most-popular">
+ <a class="c-btn c-btn--action-bar" href="https://www.citylab.com/transportation/2019/04/innisfil-transit-ride-hailing-bus-public-transportation-uber/588154/" role="button">Popular Now on CityLab »</a>
+ </div>
+ </div>
+ </section>
+ </main>
+ </div>
+ <footer class="l-footer lazyload" role="contentinfo" data-include="css:https://cdn.citylab.com/static/a/frontend/dist/citylab/css/layout/footer.26cd77fd51ec.css">
+ <div class="c-logo c-logo--footer">
+ <a class="c-logo__link" href="/" aria-label="CityLab"><svg class="c-logo__icon c-logo__icon--footer" viewbox="0 0 32 32">
+ <use class="c-logo__reference c-logo__reference--footer" xlink:href="#icon-logo"></use></svg></a>
+ </div>
+ <nav class="c-nav c-nav--footer" role="navigation" aria-label="Footer Navigation">
+ <div class="c-nav__container c-nav__container--footer">
+ <ul class="c-nav__list c-nav__list--footer">
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="/special-report/">Special&#160;Reports</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="/faq/">FAQ</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="/masthead/">Masthead</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="/solutions/">Solutions</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="https://www.theatlantic.com/store/">Store</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="http://atlanticmedia.com/">Atlantic&#160;Media</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="http://www.atlanticmedia.com/careers/">Jobs</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="https://www.citylab.com/saleskit">Media&#160;Kit</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="/sponsored/">Partner Solutions</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="/contact/">Contact&#160;Us</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="/privacy-policy/">Privacy</a>
+ </li>
+ <li class="c-nav__item c-nav__item--footer">
+ <a class="c-nav__link c-nav__link--footer" href="/terms-conditions/">Terms&#160;&amp;&#160;Conditions</a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ <div class="c-social c-social--footer">
+ <ul class="c-social__list">
+ <li class="c-social__item">
+ <a class="c-social__link c-social__link--footer" href="https://www.facebook.com/thisiscitylab" aria-label="Like us on Facebook" role="button"><svg class="c-social__icon" viewbox="0 0 16 16">
+ <use xlink:href="#icon-facebook"></use></svg></a>
+ </li>
+ <li class="c-social__item">
+ <a class="c-social__link c-social__link--footer" href="https://twitter.com/CityLab" aria-label="Follow us on Twitter" role="button"><svg class="c-social__icon" viewbox="0 0 16 16">
+ <use xlink:href="#icon-twitter"></use></svg></a>
+ </li>
+ <li class="c-social__item">
+ <a class="c-social__link c-social__link--footer" href="https://www.instagram.com/citylab/" aria-label="Follow us on Instagram" role="button"><svg class="c-social__icon" viewbox="0 0 16 16">
+ <use xlink:href="#icon-instagram"></use></svg></a>
+ </li>
+ <li class="c-social__item">
+ <a class="c-social__link c-social__link--footer" href="https://www.linkedin.com/company/citylab-com" aria-label="Connect with us on LinkedIn" role="button"><svg class="c-social__icon" viewbox="0 0 16 16">
+ <use xlink:href="#icon-linkedin"></use></svg></a>
+ </li>
+ <li class="c-social__item">
+ <a class="c-social__link c-social__link--footer" href="/feeds/posts/" aria-label="Subscribe to our RSS feed" role="button"><svg class="c-social__icon" viewbox="0 0 16 16">
+ <use xlink:href="#icon-rss"></use></svg></a>
+ </li>
+ </ul>
+ </div>
+ <section class="c-newsletter c-newsletter--footer c-newsletter--cta">
+ <label for="footer-email-input-email" class="c-newsletter__cta c-newsletter__cta--footer">Sign up for CityLab Daily:</label>
+ <form id="footer-email" class="js-newsletter-form c-newsletter__form c-newsletter__form--footer" action="#" name="footer-email">
+ <input class="js-newsletter-field--email c-newsletter__field c-newsletter__field--email c-newsletter__field--footer" id="footer-email-input-email" name="email" type="email" placeholder="Email Address" aria-label="Email Address" /> <input type="hidden" name="newsletters" value="7607485" /> <input type="hidden" name="newsletterName" value="Today on CityLab" /> <button class="js-newsletter-form__btn c-btn c-btn--signup c-btn--footer c-newsletter__submit--footer" type="submit" name="submit">Sign Up</button>
+ <div class="c-loader" role="status">
+ <button class="js-newsletter-form__btn c-btn c-btn--signup c-btn--footer c-newsletter__submit--footer" type="submit" name="submit"><span class="c-btn__loader">Loading...</span></button>
+ </div><button class="js-newsletter-form__btn c-btn c-btn--signup c-btn--footer c-newsletter__submit--footer" type="submit" name="submit"></button>
+ <div class="js-newsletter-message"></div>
+ </form>
+ <p class="c-newsletter__secondary-cta">
+ Subscribe to our other newsletters <a href="https://www.citylab.com/newsletters/">here</a>.
+ </p>
+ </section>
+ <section class="c-about">
+ <p class="c-about__item">
+ CityLab is committed to telling the story of the world’s cities: how they work, the challenges they face, and the solutions they need.
+ </p>
+ <p class="c-about__item">
+ Citylab.com © 2019 The Atlantic Monthly Group
+ </p>
+ </section>
+ </footer>
+ </div>
+ <aside class="l-sponsored" role="complementary">
+ <div class="l-sponsored__inner"></div>
+ </aside>
+ </div>
+ <script src="https://cdn.citylab.com/static/a/frontend/jspm_packages/system.822e0a71e40b.js" onload="performance.mark(&quot;citylab_systemjs_loaded&quot;)"></script>
+ <script>
+ <![CDATA[
+ function hasOwnProp(t,s){return Object.prototype.hasOwnProperty.call(t,s)}function entries(t,s){for(var a in t){if(hasOwnProp(t,a))s(a,t[a])}}var staticHashMap= {"js/bundle/lib": {"newsletter": "747250556035", "action-bar": "d468c0a4885f", "share": "767917b570f9", "child-load": "35d5afd81bb5", "debug": "f5b38d7f2830", "disqus": "0f2de7634a06"}, "js": {"polyfill": "c71e135c0fd0", "system": "a99bf9f54b8b", "bundle": "2d6ea566640d", "concrete": "7e454af0c511"}, "sw": {"sw": "841512067b29"}, "components": {"wordmark": "6c578bf4a8d5", "action-bar": "d284baf86cd9", "ad": "c475d92e204b", "newsletter-form": "b1c47d32486b", "share": "78198eff2776", "author-article": "302d3ebdf6b8", "loader": "985e6af068a5", "featured": "904a0a066926", "logo": "8539240bf828", "newsletter": "e46244103dcd", "native": "197799092c9d", "byline": "b4f131c38edb", "icons": "8c78c9f60481", "notification": "506f567a72b9", "writers": "110e476bcacb", "lead-image": "170464c20c5e", "special-report-item": "6bd0a0b51778", "promo": "f4cd63a7bb4f", "landing-header": "823e96571363", "author-header": "361b50dfce47", "about": "033b1b604744", "skip-link": "9d7d3101027e", "river-item": "21071cfe62cb", "_preview-dark": "b8bbfc29da4f", "search-nav": "36f9642a65e9", "pagination": "8b67d18c0b4b", "masthead": "ded9166dbe25", "disqus": "ec17841abbe5", "homepage-item": "394282204705", "search": "c6566c16bf3e", "related-content": "e411a6a2e6c4", "ballyhoo": "7f3a83aca57a", "_preview": "64756d2ee63a", "presented-by": "9a7c4ace5d22", "most-popular": "89a9947981a8", "article-most-popular": "fb96fa8983a6", "social": "991e186bf610", "author-perspective": "133e604b3cbf", "navigation": "622942b64494"}, "js/bundle": {"ads": "d41d8cd98f00"}};var systemjsMap={};entries(staticHashMap,function(t,s){entries(s,function(s,a){var n="dist/theatlantic/"+t+"/"+s;systemjsMap[n+".js"]=n+"."+a+".js"})});SystemJS.config({baseURL:"https://cdn.citylab.com/static/a/frontend/",map:systemjsMap})
+ ]]>
+ </script>
+ <script src="https://cdn.citylab.com/static/a/frontend/dist/citylab/js/concrete.7e454af0c511.js" onload="performance.mark(&quot;citylab_js_loaded&quot;)"></script>
+ <script>
+ <![CDATA[
+ SystemJS.set("pageInfo",SystemJS.newModule(window.CityLab.page_info))
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ SystemJS.set("adsConfig",SystemJS.newModule({"globals": {"src": "article", "byline": ["sarah-archer"], "title": "why-neon-is-the-ultimate-symbol-of-the-20th-century"}, "zone": "/4624/cities/channel_design", "krux": true, "perfUrl": "https://data-cdn.theatlantic.com/perf.gif", "adtest_domain": "citiestest", "lazy_load": 1, "outofpage": true, "gdpr": false}))
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ SystemJS.set("vendorConfig",SystemJS.newModule({gtm:"GTM-K92Z9D9"}))
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ SystemJS.import("citylab")
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ Promise.all( ["citylab/js/ads", "citylab/js/lib/newsletter", "citylab/js/lib/disqus", "citylab/js/lib/action-bar", "citylab/js/lib/share", "citylab/js/lib/child-load"].map(function(e){return SystemJS.import(e)})).then(function(){performance.mark("citylab_first_batch_dependencies_loaded")})
+ ]]>
+ </script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json
new file mode 100644
index 0000000..328eca3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/fakehost\/test\/hmhome.gif"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json
new file mode 100644
index 0000000..c5166f5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Ere introducing the scrivener, as he first appeared to me, it is fit \n I make some mention of myself, my employees, my business, my chambers, \n and general surroundings; because some such description is indispensable \n to an adequate understanding of the chief character about to be presented.",
+ "Image": null,
+ "Title": "Bartleby the Scrivener Web Study Text",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html
new file mode 100644
index 0000000..f9c6e07
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html
@@ -0,0 +1,1387 @@
+<div>
+ <h3>Study Webtext</h3>
+ <h2><span face="Lucida Handwriting " color="Maroon
+ ">"Bartleby the Scrivener: A Story of Wall-Street " </span>(1853)&nbsp;<br>
+ Herman Melville</h2>
+ <h2><a href="http://www.vcu.edu/engweb/webtexts/bartleby.html" target="_blank "><img src="http://fakehost/test/hmhome.gif" alt="To the story text without notes
+ " height="38 " width="38 "></a>
+ </h2>
+ <h3>Prepared by <a href="http://www.vcu.edu/engweb">Ann
+ Woodlief,</a> Virginia Commonwealth University</h3>
+ <h5>Click on text in red for hypertext notes and questions</h5>
+ I
+ am a rather elderly man. The nature of my avocations
+ for the last thirty years has brought me into more than ordinary contact
+ with what would seem an interesting and somewhat singular set of men of whom as yet
+ nothing that I know of has ever been written:-- I mean the law-copyists
+ or scriveners.
+ I have known very many of them, professionally and privately, and if I
+ pleased, could relate divers histories, at which good-natured gentlemen
+ might smile, and sentimental souls might weep. But I waive the biographies
+ of all other scriveners for a few passages
+ in the life of Bartleby, who was a scrivener the strangest
+ I ever saw or heard of. While of other law-copyists I might write the
+ complete life, of Bartleby nothing of that sort can be done. I believe that
+ no materials exist for a full and satisfactory biography of this man. It is an irreparable loss to literature. Bartleby
+ was one of those beings of whom nothing is ascertainable, except from
+ the original sources, and in his case those are very small. What my own
+ astonished eyes saw of Bartleby, that is all I know of him, except, indeed,
+ one vague report which will appear in the sequel.
+ <p>Ere introducing the scrivener, as he first appeared to me, it is fit
+ I make some mention of myself, my employees, my business, my chambers,
+ and general surroundings; because some such description is indispensable
+ to an adequate understanding of the chief character about to be presented.
+ </p><p> <i>Imprimis</i>: I am a man who, from his youth upwards, has been
+ filled with a profound conviction that the easiest way of life is the best.. Hence, though I belong to a profession
+ proverbially energetic and nervous, even to turbulence, at times, yet
+ nothing of that sort have I ever suffered to invade
+ my peace. I am one of those unambitious lawyers who never addresses
+ a jury, or in any way draws down public applause; but in the cool tranquillity
+ of a snug retreat, do a snug business among rich men's bonds and mortgages and title-deeds. The late John Jacob Astor, a personage little given to poetic enthusiasm, had
+ no hesitation in pronouncing my first
+ grand point to be prudence; my next, method. I do not speak
+ it in vanity, but simply record the fact, that I was not
+ unemployed in my profession by the last John Jacob Astor; a name which,
+ I admit, I love to repeat, for it hath a rounded and orbicular sound to
+ it, and rings
+ like unto bullion. I will freely add, that I was not
+ insensible to the late John Jacob Astor's good opinion.</p>
+ <p>Some time prior to the period at which this little history begins, my
+ avocations had been largely increased. The good old office, now
+ extinct in the State of New York, of a Master in Chancery,
+ had been conferred upon me. It was not a very arduous office, but very
+ pleasantly remunerative. I
+ seldom lose my temper; much more seldom indulge in dangerous
+ indignation at wrongs and outrages; but I must be permitted to be rash
+ here and declare, that I consider the sudden and violent abrogation of
+ the office of Master of Chancery, by the new Constitution, as a----premature
+ act; inasmuch as I had counted upon a life-lease of the
+ profits, whereas I only received those of a few short years. But this is
+ by the way.</p>
+ <p>My chambers were up stairs at No.--Wall-street. At one end they looked
+ upon the white wall of the interior of a spacious sky-light shaft, penetrating
+ the building from top to bottom. This view might have been considered rather
+ tame than otherwise, deficient
+ in what landscape painters call "life." But if so, the view
+ from the other end of my chambers offered, at least, a contrast, if nothing
+ more. In that direction my windows commanded an unobstructed view of a
+ lofty brick wall,black by age and everlasting shade; which wall required
+ no spy-glass to bring out its lurking beauties, but for the benefit of
+ all near-sighted spectators, was pushed up to within ten feet of my window
+ panes. Owing to the great height of the surrounding buildings, and my chambers
+ being on the second floor, the interval between this wall and mine not
+ a little resembled a huge square cistern.</p>
+ <p>At the period just preceding the advent of Bartleby, I had two persons
+ as copyists in my employment, and a promising lad as an office-boy. First,
+ Turkey; second, Nippers; third, Ginger Nut.These may seem names, the like
+ of which are not usually found in the Directory. In truth they were nicknames, mutually conferred upon
+ each other by my three clerks, and were deemed expressive of their respective
+ persons or characters. Turkey was a short, pursy Englishman of about my
+ own age, that is, somewhere not far from sixty. In the morning, one might
+ say, his face was of a fine florid hue, but after twelve o'clock, meridian--
+ his dinner hour-- it blazed like a grate full of Christmas coals;
+ and continued blazing--but, as it were, with a gradual wane--till 6 o'clock,
+ P.M. or thereabouts, after which I saw no more of the proprietor of the
+ face, which gaining its meridian with the sun, seemed to set with it, to
+ rise, culminate, and decline the following day, with the like regularity
+ and undiminished glory. There are many singular coincidences I have known
+ in the course of my life, not the least among which was the fact that exactly
+ when Turkey displayed his fullest beams from his red and radiant countenance,
+ just then, too, at the critical moment, began the daily period when I considered
+ his business capacities as seriously disturbed for the remainder of the
+ twenty-four hours. Not that he was absolutely idle, or averse to business
+ then; far from it. The difficulty was, he was apt to be altogether too
+ energetic. There was a strange, inflamed, flurried, flighty
+ recklessness of activity about him. He would be incautious in dipping his
+ pen into his inkstand. All his blots upon my documents, were dropped there
+ after twelve o'clock, meridian. Indeed, not only would he be reckless and
+ sadly given to making blots in the afternoon, but some days he went further,
+ and was rather noisy. At such times, too, his face
+ flamed with augmented blazonry, as if cannel
+ coal had been heaped on anthracite. He made an unpleasant
+ racket with his chair; spilled his sand-box; in mending his pens, impatiently
+ split them all to pieces, and threw them on the floor in a sudden passion;
+ stood up and leaned over his table, boxing his papers about in a most
+ indecorous manner, very sad to behold in an elderly manlike him. Nevertheless,
+ as he was in many ways a most valuable person to me, and all the time before
+ twelve o'clock, meridian, was the quickest, steadiest creature too, accomplishing
+ a great deal of work in a style not easy to be matched--for these reasons,
+ I was willingto overlook his eccentricities, though indeed, occasionally,
+ I remonstrated with him. I did this very gently, however, because, though
+ the civilest, nay, the blandest and most reverential of men in the morning,
+ yet in the afternoon he was disposed, upon provocation, to be slightly
+ rash with his tongue, in fact, insolent. Now, valuing his morning services
+ as I did, and resolved not to lose them; yet, at the same time made uncomfortable
+ by his inflamed ways after twelve o'clock; and being a man
+ of peace, unwilling by my admonitions to call forth unseemingly
+ retorts from him; I took upon me, one Saturday noon (he was always worse
+ on Saturdays), to hint to him, very kindly, that perhaps now that he was
+ growing old, it might be well to abridge his labors; in short, he need
+ not come to my chambers after twelve o'clock, but, dinner over, had best
+ go home to his lodgings and rest himself till tea-time. But no; he insisted
+ upon his afternoon devotions. His countenance became
+ intolerably fervid, as he oratorically assured me--gesticulating with a
+ long ruler at the other end of the room--that if his services in the morning
+ were useful, how indispensible, then, in the afternoon?</p>
+ <p>"With
+ submission, sir," said Turkey on this occasion, "I consider
+ myself your right-hand man. In the morning I but marshal and deploy my
+ columns; but in the afternoon I
+ put myself at their head, and gallantly charge the foe,
+ thus!"--and he made a violent
+ thrust with the ruler.</p>
+ <p>"But the blots, Turkey," intimated I.</p>
+ <p>"True,--but, with submission, sir, behold these hairs! I am getting old.
+ Surely, sir, a blot or two of a warm afternoon is not the page--is honorable.
+ With submission, sir, we both are getting old."</p>
+ <p>This
+ appeal to my fellow-feeling was hardly to be resisted. At
+ all events, I saw that go he would not. So I made up my mind to let him
+ stay, resolving, nevertheless, to see to it, that during the afternoon
+ he had to do with my less important papers.</p>
+ <p>Nippers, the second on my list, was a whiskered, sallow, and, upon the
+ whole, rather piratical-looking young man of about
+ five and twenty. I always deemed him the victim of two evil powers-- ambition
+ and indigestion. The ambition was evinced by a certain impatience of the
+ duties of a mere
+ copyist, an unwarrantable usurpation of strictly profession
+ affairs, such as the original
+ drawing up of legal documents. The indigestion seemed betokened
+ in an occasional nervous testiness and grinning irritability, causing the
+ teeth to audibly grind together over mistakes committed in copying; unnecessary
+ maledictions, hissed, rather than spoken, in the heat of business; and
+ especially by a continual
+ discontent with the height of the table where he worked.
+ Though of a very ingenious mechanical turn, Nippers could never get this
+ table to suit him. He put chips under it, blocks of various sorts, bits
+ of pasteboard, and at last went so far as to attempt an exquisite adjustment
+ by final pieces of folded blotting-paper. But no invention would answer.
+ If, for the sake of easing his back, he brought the table lid at a sharp
+ angle well up towards his chin, and wrote there like a man using the steep
+ roof of a Dutch house for his desk:--then he declared that it stopped the
+ circulation in his arms. If now he lowered the table to his waistbands,
+ and stooped over it in writing, then there was a sore aching in his back.
+ In short, the truth of the matter was, Nippers knew not what he wanted.
+ Or, if
+ he wanted anything, it was to be rid of a scrivener's table
+ altogether. Among the manifestations of his diseased ambition was a fondness
+ he had for receiving visits from certain ambiguous-looking fellows in seedy
+ coats, whom he called his clients. Indeed I was aware that not only was
+ he, at times, considerable of a ward-politician, but he occasionally did
+ a little businessat the Justices' courts, and was not unknown on the
+ steps of the Tombs. I have good reason to believe, however, that one individual
+ who called upon him at my chambers, and who, with a grand air, he insisted
+ was his client, was no other than a dun, and the alleged title-deed, a
+ bill. But with all his failings, and the annoyances he caused me, Nippers,
+ like his compatriot Turkey, was a very useful
+ man to me; wrote a neat, swift hand; and, when he chose,
+ was not deficient in a gentlemanly sort of deportment. Added to this, he
+ always dressedin a gentlemanly sort of way; and so, incidentally,
+ reflected credit upon my chambers. Whereas with respect to Turkey, I had
+ much ado to keep him from being a reproach to me. His clothes were apt
+ to look oily and smell of eating-houses. He wore his pantaloons very loose
+ and baggy in summer. His coats were execrable; his hat not to be handled.
+ But while the hat was a thing of indifference to
+ me, inasmuch as his natural civility and deference, as a dependent Englishman,
+ always led him to doff it the moment he entered the room, yet his coat
+ was another matter. Concerning his coats, I reasoned with him; but with
+ no effect. The truth was, I suppose, that a man with so small an income,
+ could not afford to sport such a lustrous face and a lustrous coat at one
+ and the same time. As Nippers once observed, Turkey's money went chiefly
+ for red ink. One winter day
+ I presented Turkey with a highly-respectable looking coat
+ of my own, a padded gray coat, of a most comfortable warmth, and which
+ buttoned straight up from the knee to the neck. I thought Turkey would
+ appreciate the favor, and abate his rashness and obstreperousness of afternoons.
+ But no. I verily believe that buttoning himself up in so downy and blanket-like
+ a coat had a pernicious effect upon him; upon the same principle that too
+ much oats are bad for horses. In fact, precisely as a rash, restive horse
+ is said to feel his oats, so Turkey felt his coat. It made
+ him insolent. He was a man whom prosperity harmed.</p>
+ <p>Though concerning the self-indulgent habits of Turkey I had my own private
+ surmises, yet touching Nippers I was well persuaded that whatever might
+ be his faults in other respects, he was, at least, a temperate young man.
+ But indeed, nature herself seemed to have been his vintner, and at his birth charged
+ him so thoroughly with an irritable, brandy-like disposition, that all
+ subsequent potations were needless. When I consider how, amid the stillness
+ of my chambers, Nippers would sometimes impatiently rise from his seat,
+ and stooping over his table, spread his arms wide apart, seize the whole
+ desk, and move it, and jerk it, with a grim, grinding motion on the floor,
+ as if the table were a perverse
+ voluntary agent, intent on thwarting and vexing him; I plainly
+ perceive that for Nippers, brandy and water were altogether superfluous.</p>
+ <p>It was fortunate for me that, owing to its course--indigestion--the irritability
+ and consequent nervousness of Nippers, were mainly observable in the morning,
+ while in the afternoon he was comparatively mild. So that Turkey's paroxysms
+ only coming on about twelve o'clock, I never had to do with their eccentricities
+ at one time. Their fits relieved each other like guards. When Nippers'
+ was on, Turkey's was off, and vice versa. This was a good
+ natural arrangement under the circumstances.</p>
+ <p>Ginger Nut, the third on my list, was a lad some twelve years old. His
+ father was a carman, ambitious of seeing his son on the bench instead of
+ a cart, before he died. So he sent him to my office as a student at law,
+ errand boy, and cleaner and sweeper, at the rate of one dollar a week.
+ He had a little desk to himself, but he did not use it much. Upon inspection,
+ the drawer exhibited a great array of the shells of various sorts of nuts.
+ Indeed, to this quick-witted youth the whole noble science of the law was
+ contained in a nut-shell. Not the least among the employments of Ginger
+ Nut, as well as one which he discharged with the most alacrity, was his
+ duty as cake and apple purveyor for Turkey and Nippers. Copying law papers
+ being proverbially a dry,
+ husky sort of business, my two scriveners were fain to moisten
+ their mouths very often with Spitzenbergs to be had at the numerous stalls
+ nigh the Custom House and Post Office. Also, they sent Ginger Nut very
+ frequently for that peculiar cake--small, flat, round, and very spicy--after
+ which he had been named by them. Of a cold morning when business was but
+ dull, Turkey would gobble up scores of these cakes, as if they were mere
+ wafers--indeed they sell them at the rate of six or eight for a penny--the
+ scrape of his pen blending with the crunching of the crisp particles in
+ his mouth. Of all the fiery afternoon blunders and flurried rashnesses
+ of Turkey, was his once moistening a ginger-cake between his lips, and
+ clapping it on to a mortgage for a seal. I
+ came within an ace of dismissing him then. But he mollified
+ me by making an oriental bow, and saying--"With submission, sir, it was
+ generous of me to
+ find you in stationery on my own account."</p>
+ <p>Now my original business--that of a conveyancer
+ and title hunter, and drawer-up of recondite documents of
+ all sorts--was considerably increased by receiving the master's office.
+ There was now great work for scriveners. Not only must I push the clerks
+ already with me, but I must have additional help. In answer to my advertisement,
+ a motionless young man one morning, stood upon my office threshold, the
+ door being open, for it was summer. I can see that figure now--pallidly
+ neat, pitiably respectable, incurably forlorn! It was Bartleby.</p>
+ <p>After a few words touching his qualifications, I engaged him, glad to
+ have among my
+ corps of copyists a man of so singularly
+ sedate an aspect, which I thought might operate beneficially
+ upon the flighty temper of Turkey, and the fiery one of Nippers.</p>
+ <p>I should have stated before that ground glass folding-doors divided my
+ premises into two parts, one of which was occupied by my scriveners, the
+ other by myself. According
+ to my humor I threw open these doors, or closed them. I resolved
+ to assign Bartleby a corner by the folding-doors, but on my side of them,
+ so as to have this quiet man within easy call, in case any trifling
+ thing was to be done. I placed his desk close up to a small
+ side window in that part of the room, a window which originally had afforded
+ a lateral view of certain grimy back-yards and bricks, but which, owing
+ to subsequent
+ erections, commanded at present no view at all, though it
+ gave some light. Within three feet of the panes was a wall, and the light
+ came down from far above, between two lofty buildings, as from a very small
+ opening in a dome. Still further to a satisfactory arrangement, I procured
+ a high green folding screen, which might entirely isolate Bartleby
+ from my sight, though not remove him from my
+ voice. And thus, in a manner, privacy and society were
+ conjoined.
+ </p>
+ <p>At first Bartleby did an extraordinary quantity of writing. As if long
+ famishingfor something to copy, he seemed to gorge himself on my documents. There
+ was no pause for digestion. He ran a day and night line, copying by sun-light
+ and by candle-light. I should have been quite delighted with his application,
+ had be been cheerfully
+ industrious. But he wrote on silently, palely, mechanically.
+ </p>
+ <p>It is, of course, an indispensable part of a scrivener's business to verify
+ the accuracy of his copy, word by word. Where there are two or more scriveners
+ in an office, they assist each other in this examination, one reading from
+ the copy, the other holding the original. It is a very
+ dull, wearisome, and lethargic affair. I can readily imagine
+ that to some sanguine temperaments it would be altogether
+ intolerable. For example, I cannot credit that the mettlesome
+ poet Byron would have contentedly sat down with Bartleby
+ to examine a law document of, say five hundred pages, closely written in
+ a crimpy hand.</p>
+ <p>Now and then, in the haste of business, it had been my habit to assist
+ in comparing some brief document myself, calling Turkey or Nippers for
+ this purpose. One object I had in placing Bartleby so handy to me behind
+ the screen, was to avail myself of his services on such trivial
+ occasions. It was on the third day, I think, of his being
+ with me, and before any necessity had arisen for having his own writing
+ examined, that, being much hurried to complete a small affair I had in
+ hand, I abruptly called to Bartleby. In my haste and natural
+ expectancy of instant compliance, I sat with my head bent
+ over the original on my desk, and my right hand sideways, and somewhat
+ nervously extended with the copy, so that immediately upon emerging from
+ his retreat, Bartleby might snatch it and proceed to business without
+ the least delay.</p>
+ <p>In this very attitude did I sit when I called to him, rapidly stating
+ what it was I wanted him to do--namely, to examine a small paper with me.
+ Imagine my surprise, nay, my consternation, when without moving from his
+ privacy, Bartleby in a singularly mild,
+ firm voice, replied,"I
+ would prefer not to."
+ </p>
+ <p>I sat awhile in perfect silence, rallying my stunned faculties. Immediately
+ it occurred to me that my ears had deceived me, or Bartleby had entirely
+ misunderstood my meaning. I repeated my request in the clearest tone I
+ could assume. But in quite as clear a one came the previous reply, "I would
+ prefer not to."</p>
+ <p>"Prefer not to," echoed I, rising in high excitement, and crossing the
+ room with a stride, "What do you mean? Are you moon-struck? I want you to help me
+ compare this sheet here--take it," and I thrust it towards him.</p>
+ <p>"I would prefer not to," said he.</p>
+ <p>I looked at him steadfastly. His face was leanly composed; his gray eye
+ dimly calm. Not a wrinkle of agitation rippled him. Had there been the
+ least uneasiness, anger, impatience or impertinence in his manner; in other
+ words, had there been any thing ordinarily
+ human about him, doubtless I
+ should have violently dismissed him from the premises. But
+ as it was, I should have as soon thought of turning my pale plaster-of-paris
+ bust of Cicero out of doors. I stood gazing at him awhile,
+ as he went on with his own writing, and then reseated myself at my desk.
+ This is very strange, thought I. What had one best do? But my business hurried
+ me. I concluded to forget the matter for the present, reserving it for
+ my future leisure. So calling Nippers from the other room, the paper was
+ speedily examined.</p>
+ <p>A few days after this, Bartleby concluded four lengthy documents, being
+ quadruplicates of a week's testimony taken before me in my High Court of
+ Chancery. It became necessary to examine them. It was an important suit,
+ and great accuracy was imperative. Having all things arranged I called
+ Turkey, Nippers and Ginger Nut from the next room, meaning to place the
+ four copies in the hands of my four clerks, while I should read from the
+ original. Accordingly Turkey, Nippers and Ginger Nut had taken their seats
+ in a row, each with his document in hand, when I called to Bartleby to
+ join this interesting
+ group.</p>
+ <p>"Bartleby! quick, I am waiting."</p>
+ <p>I heard a low scrape of his chair legs on the unscraped floor, and soon
+ he appeared standing at the entrance of his hermitage.
+ </p>
+ <p>"What is wanted?" said he mildly.</p>
+ <p>"The copies, the copies," said I hurriedly. "We are going to examine them.
+ There"--and I held towards him the fourth quadruplicate.</p>
+ <p>"I would prefer not to," he said, and gently disappeared behind the screen.</p>
+ <p>For a few moments I was turned into a
+ pillar of salt, standing at the head of my seated column
+ of clerks. Recovering myself, I advanced towards the screen, and demanded
+ the reason for such extraordinary conduct.</p>
+ <p>"<i>Why</i> do you refuse?"</p>
+ <p>"I would prefer not to."</p>
+ <p>With any other man I should have flown
+ outright into a dreadful passion, scorned all further words,
+ and thrust him ignominiously from my presence. But there was something
+ about Bartleby that not only strangely disarmed me, but in a wonderful
+ manner touched and disconcerted me. I began to reason with him.</p>
+ <p>"These are your own copies we are about to examine. It is labor saving
+ to you, because one examination will answer for your four papers. It
+ is common usage. Every copyist is bound to help examine his
+ copy. Is it not so? Will you not speak? Answer!"</p>
+ <p>"I prefer not to," he replied in a flute-like tone. It seemed to me that
+ while I had been addressing him, he carefully revolved every statement
+ that I made; fully comprehended the meaning; could not gainsay the irresistible
+ conclusion; but, at the same time, some paramount consideration prevailed
+ with him to reply as he did.</p>
+ <p>"You are decided, then, not to comply with my request--a request made
+ according to common usage and common sense?"</p>
+ <p>He briefly gave me to understand that on that point my
+ judgment was sound. Yes: his decision was irreversible.</p>
+ <p>It is not seldom the case that when a man is browbeaten in some unprecedented and
+ violently unreasonable way, he
+ begins to stagger in his own plainest faith. He begins, as
+ it were, vaguely to surmise that, wonderful as it may be, all the justice
+ and all the reason is on the other side. Accordingly, if any disinterested
+ persons are present, he turns to them for some reinforcement for his own
+ faltering mind.
+ </p>
+ <p>"Turkey," said I, "what do you think of this? Am I not right?"</p>
+ <p>"With submission, sir," said Turkey, with his blandest tone, "I think
+ that you are."</p>
+ <p>"Nippers," said I, "what do<i> you</i> think of it?"</p>
+ <p>"I think I should kick him out of the office."</p>
+ <p>(The reader of nice perceptions will here perceive that, it being morning,
+ Turkey's answer is couched in polite and tranquil terms, but Nippers replies
+ in ill-tempered ones. Or, to repeat a previous sentence, Nipper's ugly
+ mood was on duty, and Turkey's off.)</p>
+ <p>"Ginger Nut," said I, willing to enlist the smallest suffrage in my behalf,
+ "what do<i> you</i> think of it?"</p>
+ <p>"I think, sir, he's a little<i> luny</i>," replied Ginger Nut, with a
+ grin.</p>
+ <p>"You hear what they say," said I, turning towards the screen, "come forth
+ and do
+ your duty."</p>
+ <p>But he vouchsafed no reply. I pondered a moment in sore perplexity. But
+ once more business hurried me. I determined again to postpone the consideration
+ of this dilemma to my future leisure. With a little trouble we made out
+ to examine the papers without Bartleby, though at every page or two, Turkey
+ deferentially dropped his opinion that this proceeding was quite out of
+ the common; while Nippers, twitching in his chair with a dyspeptic nervousness,
+ ground out between his set teeth occasional hissing maledictions against
+ the stubborn oaf behind the screen. And for his (Nipper's) part, this was
+ the first and the last time he would do another man's business without
+ pay.</p>
+ <p>Meanwhile Bartleby sat in his hermitage, oblivious to every thing but
+ his own peculiar business there.</p>
+ <p>Some days passed, the scrivener being employed upon another lengthy work.
+ His late remarkable conduct led me to regard his way narrowly. I observed
+ that he never went to dinner; indeed that he never went any where. As yet
+ I had never of my personal knowledge known him to be outside of my office.
+ He was a perpetual
+ sentry in the corner. At about eleven o'clock though, in
+ the morning, I noticed that Ginger Nut would advance toward the opening
+ in Bartleby's screen, as if silently beckoned thither by a gesture invisible
+ to me where I sat. That boy would then leave the office jingling a few
+ pence, and reappear with a handful of ginger-nuts which he delivered in
+ the hermitage, receiving two of the cakes for his trouble.</p>
+ <p>He lives, then, on ginger-nuts, thought I; never eats a dinner, properly
+ speaking; he must be a vegetarian then, but no; he never eats even vegetables,
+ he eats
+ nothing but ginger-nuts. My mind then ran on in reveries
+ concerning the probable effects upon the human constitution of living entirely
+ on ginger-nuts. Ginger-nuts are so called because they contain ginger as
+ one of their peculiar constituents, and the final flavoring one. Now what
+ was ginger? A hot, spicy thing. Was Bartleby hot and spicy? Not at all.
+ Ginger, then, had no effect upon Bartleby. Probably
+ he preferred it should have none.
+ </p>
+ <p>Nothing so aggravates an earnest person as a passive
+ resistance. If the individual so resisted be of a not inhumane
+ temper, and the resisting one perfectly harmless in his passivity; then,
+ in the better moods of the former, he will endeavor charitably to construe
+ to his imagination what proves impossible to be solved by
+ his judgment. Even so, for the most part, I regarded Bartleby and his ways.
+ Poor fellow! thought I, he means no mischief; it is plain he intends no
+ insolence; his aspect sufficiently evinces that his eccentricities are
+ involuntary. He
+ is useful to me. I can get along with him. If I turn him
+ away, the chances are he will fall in with some less indulgent employer,
+ and then he will be rudely treated, and perhaps driven forth miserably
+ to starve. Yes. Here I
+ can cheaply purchase a delicious self-approval. To befriend
+ Bartleby; to humor him in his strange willfulness, will cost me little
+ or nothing, while I lay up in my soul what will eventually prove a sweet
+ morsel for my conscience. But this mood was not invariable
+ with me. The passiveness of Bartleby sometimes irritated me. I felt strangely
+ goaded on to encounter him in new opposition, to elicit some angry spark
+ from him answerable to my own. But indeed I might as well have essayed
+ to strike fire with my knuckles against a bit of Windsor
+ soap. But one afternoon the evil impulse in me mastered
+ me, and the following little scene ensued:</p>
+ <p>"Bartleby," said I, "when those papers are all copied, I will compare
+ them with you."</p>
+ <p>"I would prefer not to."</p>
+ <p>"How? Surely you do not mean to persist in that mulish
+ vagary?"</p>
+ <p>No answer.</p>
+ <p>I threw open the folding-doors near by, and turning upon Turkey and Nippers,
+ exclaimed in an excited manner--</p>
+ <p>"He says, a second time, he won't examine his papers. What do you think
+ of it, Turkey?"</p>
+ <p>It was afternoon, be it remembered. Turkey sat glowing like a brass boiler,
+ his bald head steaming, his hands reeling among his blotted papers.</p>
+ <p>"Think of it?" roared Turkey; "I think I'll just step behind his screen,
+ and black his eyes for him!"</p>
+ <p>So saying, Turkey rose to his feet and threw his arms into a pugilistic
+ position. He was hurrying away to make good his promise,
+ when I detained him, alarmed at the effect of incautiously rousing Turkey's
+ combativeness after dinner.</p>
+ <p>"Sit down, Turkey," said I, "and hear what Nippers has to say. What do
+ you think of it, Nippers? Would I not be justified in immediately dismissing
+ Bartleby?"</p>
+ <p>"Excuse me, that is for you to decide, sir. I think his conduct quite
+ unusual, and indeed unjust, as regards Turkey and myself. But it may only
+ be a passing whim."</p>
+ <p>"Ah," exclaimed I, "you have strangely changed your mind then--you speak
+ very gently of him now."</p>
+ <p>"All beer," cried Turkey; "gentleness is effects of beer--Nippers and
+ I dined together to-day. You see how gentle I am, sir. Shall I go and black
+ his eyes?"</p>
+ <p>"You refer to Bartleby, I suppose. No, not to-day, Turkey," I replied;
+ "pray, put up your fists."</p>
+ <p>I closed the doors, and again advanced towards Bartleby. I felt additional
+ incentives tempting me to my fate. I
+ burned to be rebelled against again. I remembered that Bartleby
+ never left the office.</p>
+ <p>"Bartleby," said I, "Ginger Nut is away; just step round to the Post
+ Office, won't you? (it was but a three minutes walk,) and
+ see if there is any thing for me."</p>
+ <p>"I would prefer not to."</p>
+ <p>"You<i> will</i> not?"</p>
+ <p>"I <i>prefer</i> not."</p>
+ <p>I staggered to my desk, and sat there
+ in a deep study. My blind
+ inveteracy returned. Was there any other thing in which I
+ could procure myself to be ignominiously repulsed by this lean,
+ penniless with?--my
+ hired clerk? What added thing is there, perfectly reasonable,
+ that he will be sure to refuse to do?</p>
+ <p>"Bartleby!"</p>
+ <p>No answer.</p>
+ <p>"Bartleby," in a louder tone.</p>
+ <p>No answer.</p>
+ <p>"Bartleby," I roared.</p>
+ <p>Like a
+ very ghost, agreeably to the laws of magical invocation,
+ at the third summons, he appeared at the entrance of his hermitage.</p>
+ <p>"Go to the next room, and tell Nippers to come to me."</p>
+ <p>"I prefer not to," he respectfully
+ and slowly said, and mildly disappeared.</p>
+ <p>"Very good, Bartleby," said I, in a quiet sort of serenely severe self-possessed
+ tone, intimating the unalterable purpose of some terrible
+ retribution very close at hand. At the moment I half intended
+ something of the kind. But upon the whole, as it was drawing towards my
+ dinner-hour, I thought it best to put on my hat and walk home for the day,
+ suffering much from perplexity and distress of mind.</p>
+ <p> Shall
+ I acknowledge it? The conclusion of this whole business was
+ that it soon became a fixed fact of my chambers, that a pale young scrivener,
+ by the name of Bartleby, had a desk there; that he copied for me at the
+ usual rate of four
+ cents a folio (one hundred words); but he was permanently
+ exempt from examining the work done by him, that duty being transferred
+ to Turkey and Nippers, one of compliment doubtless to their superior acuteness;
+ moreover, said Bartleby was never on any account to be dispatched on the
+ most trivial errand of any sort; and that even if entreated to take upon
+ him such a matter, it was generally understood that he would prefer not
+ to--in other words, that he would refuse point-blank.
+ </p>
+ <p>32 As days passed on, I became considerably reconciled to Bartleby. His
+ steadiness, his freedom from all dissipation, his incessant industry (except
+ when he chose to throw himself into a standing revery behind his screen),
+ his great stillness, his unalterableness of demeanor under all circumstances,
+ made him a
+ valuable acquisition. One prime thing was this,--he was
+ always there;--first in the morning, continually through the day, and the
+ last at night. I had a singular confidence in his honesty. I felt my most
+ precious papers perfectly safe in his hands. Sometimes to be sure I could
+ not, for
+ the very soul of me, avoid falling into sudden spasmodic
+ passions with him. For it was exceeding difficult to bear in mind all the
+ time those strange peculiarities, privileges, and unheard of exemptions,
+ forming the tacit stipulations on Bartleby's part under which he remained
+ in my office. Now and then, in the eagerness of dispatching pressing business,
+ I would inadvertently summon Bartleby, in a short, rapid tone, to put his
+ finger, say, on the incipient tie of a bit of red tape with which I was
+ about compressing some papers. Of course, from behind the screen the usual
+ answer, "I prefer not to," was sure to come; and then, how
+ could a human creature with the common infirmities of our
+ nature, refrain from bitterly exclaiming upon such perverseness--such unreasonableness.
+ However, every added repulse of this sort which I received only tended
+ to lessen the probability of my repeating the inadvertence.</p>
+ <p>Here is must be said, that according to the custom of most legal gentlemen
+ occupying chambers in densely-populated law buildings, there were several
+ keys to my door. One was kept by a woman residing in the attic, which person
+ weekly scrubbed and daily swept and dusted my apartments. Another was kept
+ by Turkey for convenience sake. The third I sometimes carried in my own
+ pocket. The fourth I knew not who had.</p>
+ <p>Now, one Sunday morning I happened to go to Trinity Church, to
+ hear a celebrated preacher, and finding myself rather early
+ on the ground, I thought I would walk round to my chambers for a while.
+ Luckily I had my key with me; but upon applying it to the lock, I found
+ it resisted by something inserted from the inside. Quite surprised, I called
+ out; when to my consternation a key was turned from within; and thrusting
+ his lean visage at me, and holding the door ajar, the
+ apparition of Bartleby appeared, in his shirt sleeves, and
+ otherwise in a strangely tattered dishabille, saying quietly that he was
+ sorry, but he was deeply engaged just then, and--preferred not admitting
+ me at present. In a brief word or two, he moreover added, that perhaps
+ I had better walk round the block two or three times, and by that time
+ he would probably have concluded his affairs. Now, the utterly unsurmised
+ appearance of Bartleby, tenanting my law-chambers of a Sunday
+ morning, with his cadaverously gentlemanly nonchalance,
+ yet withal firm and self-possessed, had such a strange effect upon me,
+ that incontinently I slunk away from my own door, and did as desired. But
+ not without sundry twinges of impotent rebellion against the mild effrontery
+ of this unaccountable scrivener. Indeed, it was his wonderful mildness
+ chiefly, which not only disarmed me, but unmanned me, as it were. For I consider
+ that one, for the time, is a sort of unmanned when he tranquilly permits
+ his hired clerk to dictate to him, and order
+ him away from his own premises. Furthermore, I was full of
+ uneasiness as to what Bartleby could possibly be doing in my office in
+ his shirt sleeves, and in an otherwise dismantled condition of a Sunday
+ morning. Was any thing amiss going on? Nay, that was out of the question.
+ It was not to be thought of for a moment that Bartleby was an immoral person.
+ But what could he be doing there?--copying? Nay again, whatever might be
+ his eccentricities, Bartleby was an eminently decorous person. He would
+ be the last man to sit down to his desk in any state approaching to nudity.
+ Besides, it was Sunday; and there was something about Bartleby that forbade
+ the supposition that we would by any secular occupation violate the
+ proprieties of the day.</p>
+ <p>Nevertheless, my mind was not pacified; and full of a restless curiosity,
+ at last I returned to the door. Without hindrance I inserted my key, opened
+ it, and entered. Bartleby was not to be seen. I looked round anxiously,
+ peeped behind his screen; but it was very plain that he was gone. Upon
+ more closely examining the place, I surmised that for an indefinite period
+ Bartleby must have ate, dressed, and slept in my office, and that too without
+ plate, mirror, or bed. The cushioned seat of a rickety old sofa in one
+ corner bore t faint impress of a lean, reclining form. Rolled away under
+ his desk, I found a blanket; under the empty grate, a blacking box and
+ brush; on a chair, a tin basin, with soap and a ragged towel; in a newspaper
+ a few crumbs of ginger-nuts and a morsel of cheese. Yet, thought I, it
+ is evident enough that Bartleby has been making his home here, keeping
+ bachelor's hallall by himself. Immediately then the thought came sweeping
+ across me, What miserable friendlessness and loneliness are here revealed!
+ His poverty is great; but his solitude, how
+ horrible! Think of it. Of a Sunday, Wall-street is deserted
+ as Petra; and every night of every day
+ it is an emptiness. This building too, which of week-days hums with industry
+ and life, at nightfall echoes with sheer vacancy, and all through Sunday
+ is forlorn. And here Bartleby makes his home; sole spectator of a solitude
+ which he has seen all populous--a sort of innocent and transformed Marius
+ brooding among the ruins of Carthage!
+ </p>
+ <p>For the first
+ time in my life a feeling of overpowering stinging melancholy
+ seized me. Before, I had never experienced aught but a not-unpleasing sadness.
+ The bond of a common humanity now drew me irresistibly to gloom. A fraternal
+ melancholy! For both I and Bartleby were sons
+ of Adam. I remembered the bright silks and sparkling faces
+ I had seen that day in gala trim, swan-like sailing down the Mississippi
+ of Broadway; and I contrasted them with the pallid copyist, and thought
+ to myself, Ah, happiness courts the light, so we deem the world is gay;
+ but misery hides aloof, so we deem that misery there is none. These sad
+ fancyings-- chimeras, doubtless, of a sick and
+ silly brain--led on to other and more special thoughts, concerning the
+ eccentricities of Bartleby. Presentiments of strange discoveries hovered
+ round me. The scrivener's pale form appeared to me laid
+ out, among uncaring strangers, in its shivering winding
+ sheet.</p>
+ <p>Suddenly I was attracted by Bartleby's closed desk, the key in open sight
+ left in the lock.</p>
+ <p> I
+ mean no mischief, seek the gratification of no heartless
+ curiosity, thought I; besides, the desk is mine, and its contents too,
+ so I will make bold to look within. Every thing was methodically arranged,
+ the papers smoothly placed. The pigeon holes were deep, and removing the
+ files of documents, I groped into their recesses. Presently I felt something
+ there, and dragged it out. It was an old bandanna handkerchief, heavy and
+ knotted. I opened it, and saw it was a savings' bank.</p>
+ <p>I now recalled all the quiet mysteries which I had noted in the man. I
+ remembered that he never spoke but to answer; that though at intervals
+ he had considerable time to himself, yet I had never seen him reading--no,
+ not even a newspaper; that for long periods he would stand looking out,
+ at his pale window behind the screen, upon the dead brick wall; I was quite
+ sure he never visited any refectory or eating house; while his pale face
+ clearly indicated that he never drank beer like Turkey, or tea and coffee
+ even, like other men; that he never went any where in particular that I
+ could learn; never went out for a walk, unless indeed that was the case
+ at present; that he had declined telling who he was, or whence he came,
+ or whether he had any relatives in the world; that though so thin and pale,
+ he never complained of ill health. And more than all, I remembered a certain
+ unconscious air of pallid--how shall I call it?--of pallid
+ haughtiness, say, or rather an austere reserve about him,
+ which had positively awed me into my tame compliance with his eccentricities,
+ when I had feared to ask him to do the slightest incidental thing for me,
+ even though I might know, from his long-continued motionlessness, that
+ behind his screen he must be standing in one of those dead-wall
+ reveries of his.</p>
+ <p>Revolving all these things, and coupling them with the recently discovered
+ fact that he made my office his constant abiding place and home, and not
+ forgetful of his morbid moodiness; revolving all these things, a prudential
+ feeling began to steal over me. My first emotions had been
+ those of pure melancholy and sincerest pity; but just in proportion as
+ the forlornness of Bartleby grew and grew to my imagination, did that same
+ melancholy merge into fear, that pity into repulsion. So
+ true it is, and so terrible too, that up to a certain point the thought
+ or sight of misery enlists our best affections; but, in certain special
+ cases, beyond that point it does not. They err who would assert that invariably
+ this is owing to the inherent selfishness of the human heart. It rather
+ proceeds from a certain hopelessness of remedying excessive and organic
+ ill. To a sensitive being, pity is not seldom pain. And when at last it
+ is perceived that such pity cannot lead to effectual succor, common sense
+ bids the soul be rid of it. What I saw that morning persuaded me that the
+ scrivener was the victim of
+ innate and incurable disorder. I might give alms to his body;
+ but his body did not pain him; it was his soul that suffered, and his
+ soul I could not reach.
+ </p>
+ <p>I did not accomplish the purpose of going to Trinity Church that morning.
+ Somehow, the
+ things I had seen disqualified me for the time from church-going.
+ I walked homeward, thinking what I would do with Bartleby. Finally, I
+ resolvedupon this;--I would put certain calm questions to him the
+ next morning, touching his history, &amp;c., and if he declined to answer
+ then openly and reservedly (and I supposed he would prefer not), then to
+ give him a twenty dollar bill over and above whatever I might owe him,
+ and tell him his services were no longer required; but that if in any other
+ way I could assist him, I would be happy to do so, especially if he desired
+ to return to his native place, wherever that might be, I would willingly
+ help to defray the expenses. Moreover, if after reaching home, he found
+ himself at any time in want of aid, a letter from him would be sure of
+ a reply.</p>
+ <p>The next morning came.</p>
+ <p>"Bartleby," said I, gently calling to him behind the screen.</p>
+ <p>No reply.</p>
+ <p>"Bartleby," said I, in a still gentler tone, "come here; I am not going
+ to ask you to do any thing you would prefer not to do--I simply wish to
+ speak to you."</p>
+ <p>Upon this he noiselessly slid into view.</p>
+ <p>"Will you tell me, Bartleby, where
+ you were born?"
+ </p>
+ <p>"I would prefer not to."</p>
+ <p>"Will you tell me <i>anything </i>about yourself?"</p>
+ <p>"I would prefer not to."</p>
+ <p>"But what reasonable
+ objection can you have to speak to me? I feel friendly towards
+ you."</p>
+ <p>He did not look at me while I spoke, but kept his glance fixed upon my
+ bust of Cicero, which as I then sat, was directly behind me, some
+ six inches above my head. "What is your answer, Bartleby?" said I, after
+ waiting a considerable time for a reply, during which his countenance remained
+ immovable, only there was the faintest
+ conceivable tremor of the white attenuated mouth.</p>
+ <p>"At present I prefer to give no answer," he said, and retired into his
+ hermitage.</p>
+ <p>It was rather weak in me I confess, but his manner on this occasion nettled
+ me. Not only did there seem to lurk in it a certain disdain, but his
+ perverseness seemed ungrateful, considering the undeniable
+ good usage and indulgence he had received from me.</p>
+ <p>Again I sat ruminating what I should do.Mortified as I was at his behavior,
+ and resolved as I had been to dismiss him when I entered my office, nevertheless
+ I strangely felt something superstitious knocking at my heart, and forbidding
+ me to carry out my purpose, and denouncing me for a villain if I dared
+ to breathe one bitter word against this forlornest of mankind. At last,
+ familiarly drawing my chair behind his screen, I sat down and said: "Bartleby,
+ never mind then about revealing your history; but let me entreat you,
+ as a friend, to comply as far as may be with the usages of this office.
+ Say now you will help to examine papers tomorrow or next day: in short,
+ say now that in a day or two you will begin to be a little reasonable:--say
+ so, Bartleby."</p>
+ <p>"At present I would prefer not to be a little reasonable
+ was his idly cadaverous reply.,"</p>
+ <p>Just then the folding-doors opened, and Nippers approached. He seemed
+ suffering from an unusually bad night's rest, induced by severer indigestion
+ than common. He overheard those final words of Bartleby.</p>
+ <p><i>"Prefer</i> not,
+ eh?" gritted Nippers--"I'd<i> prefer</i> him, if I were you, sir," addressing
+ me--"I'd <i>prefer</i> him; I'd give him preferences, the stubborn mule!
+ What is it, sir, pray, that he <i>prefers</i> not to do now?"</p>
+ <p>Bartleby moved not a limb.</p>
+ <p>"Mr.
+ Nippers," said I, "I'd prefer that you would withdraw for the present."
+ </p>
+ <p>Somehow, of late I had got into the way of involuntary using this word
+ "prefer" upon all sorts of not exactly suitable occasions. And I trembled
+ to think that my contact with the scrivener had already and seriously affected
+ me in a mental way. And what further and deeper aberration might it not yet produce?
+ This apprehension had not been without efficacy in determining me to summary
+ means.</p>
+ <p>As Nippers, looking very sour and sulky, was departing, Turkey blandly
+ and deferentially approached.</p>
+ <p>"With submission, sir," said he, "yesterday I was thinking about Bartleby
+ here, and I think that if he would but prefer to take a quart of good ale
+ every day, it would do much towards mending him, and enabling him to assist
+ in examining his papers."</p>
+ <p>"So you have got the word too," said I, slightly excited.</p>
+ <p>"With submission, what word, sir," asked Turkey, respectfully crowding
+ himself into the contracted space behind the screen, and by so doing, making
+ me jostle
+ the scrivener. "What word, sir?"</p>
+ <p>"I would prefer to be left alone here," said Bartleby, as if offended
+ at being mobbed
+ in his privacy.
+ </p>
+ <p>"<i>That's</i> the word, Turkey," said I--<i>"that's</i> it."</p>
+ <p>"Oh,<i> prefer</i> oh yes--queer word. I never use it myself. But, sir
+ as I was saying, if he would but prefer--"</p>
+ <p>"Turkey," interrupted I, "you will please withdraw."</p>
+ <p>"Oh, certainly, sir, if
+ you prefer that I should."</p>
+ <p>As he opened the folding-door to retire, Nippers at his desk caught a
+ glimpse of me, and asked whether I would prefer to have a certain paper
+ copied on blue paper or white. He did not in the least roguishly accent
+ the word prefer. It was plain that it involuntarily rolled from his tongue.
+ I thought to myself, surely I must get rid of a demented man, who already has in some
+ degree turned the tongues, if not the heads of myself and clerks. But I
+ thought it prudent not to break the dismission
+ at once.</p>
+ <p>The next day I noticed that Bartleby
+ did nothing but stand at his window in his dead-wall revery.
+ Upon asking him why he did not write, he said that he had decided upon
+ doing no more writing.</p>
+ <p>"Why, how now? what next?" exclaimed I, "do no more writing?"</p>
+ <p>"No more."</p>
+ <p>"And what is the reason?"</p>
+ <p>"Do
+ you not see the reason for yourself," he indifferently replied.</p>
+ <p>I looked steadfastly at him, and perceived that his eyes looked dull and
+ glazed. Instantly it occurred to me, that his unexampled diligence in copying
+ by his dim window for the first few weeks of his stay with me might have
+ temporarily impaired
+ his vision.</p>
+ <p>I was touched. I said something in condolence with him. I hinted that
+ of course he did wisely in abstaining from writing for a while; and urged
+ him to embrace that opportunity of taking wholesome exercise in the open
+ air. This, however, he
+ did not do. A few days after this, my other clerks being
+ absent, and being in a great hurry to dispatch certain letters by the mail,
+ I thought that, having nothing else earthly to do, Bartleby would surely
+ be less inflexible than usual, and carry these letters to
+ the post-office. But he blankly declined. So, much to my
+ inconvenience, I went myself.</p>
+ <p>Still added
+ days went by. Whether Bartleby's eyes improved or not, I
+ could not say. To all appearance, I thought they did. But when I asked
+ him if they did, he vouchsafed no answer. At all events, he would do no
+ copying. At last, in reply to my urgings, he informed me that he had permanently
+ given up copying.</p>
+ <p>"What!" exclaimed I; "suppose your eyes should get entirely well- better
+ than ever before--would you not copy then?"</p>
+ <p>"I have given up copying," he answered, and slid
+ aside.
+ </p>
+ <p>He remained as ever, a
+ fixture in my chamber. Nay--if that were possible--he became
+ still more of a fixture than before. What was to be done? He would do nothing
+ in the office: why should he stay there? In plain fact, he had now become
+ a millstone to me, not only useless as a necklace, but afflictive to bear.
+ Yet I was sorry for him. I speak less than truth when I say that, on his
+ own account, he occasioned me uneasiness. If he would but have named a
+ single relative or friend, I would instantly have written, and urged their
+ taking the poor fellow away to some convenient retreat. But he seemed alone,
+ absolutely alone in the universe. A
+ bit of wreck&lt;/font&gt; in the mid Atlantic. At length,
+ necessities connected with my business tyrannized over all other considerations.
+ Decently as I could, I told Bartleby that in six days' time he must unconditionally
+ leave the office. I warned him to take measures, in the interval, for procuring
+ some other abode. I offered to assist him in this endeavor, if he himself
+ would but take the first step towards a removal. "And when you finally
+ quit me, Bartleby," added I, "I shall see that you go not away entirely
+ unprovided. Six days from this hour, remember."</p>
+ <p>At the expiration of that period, I peeped behind the screen, and lo!
+ Bartleby was there.
+ </p>
+ <p>I buttoned
+ up my coat, balanced myself; advanced slowly towards him,
+ touched his shoulder, and said, "The time has come; you must quit this
+ place; I am sorry for you; here is money; but you must go."</p>
+ <p>"I would prefer not," he replied, with his back still towards me.</p>
+ <p>"You<i> must</i>."</p>
+ <p>He remained silent.</p>
+ <p>Now I had an unbounded confidence in this man's common honesty. He had
+ frequently restored to me six pences and shillings carelessly dropped upon
+ the floor, for I am apt to be very reckless in such shirt-button
+ affairs. The proceeding then which followed will not be
+ deemed extraordinary. "Bartleby,"
+ said I, "I owe you twelve dollars on account; here are thirty-two; the
+ odd twenty are yours.--Will you take it? and I handed the
+ bills towards him.</p>
+ <p>But he made no motion.</p>
+ <p>"I will leave them here then," putting them under a weight on the table.
+ Then taking my hat and cane and going to the door I tranquilly turned and
+ added--"After you have removed your things from these offices, Bartleby,
+ you will of course lock the door--since every one is now gone for the day
+ but you--and if you please, slip your key underneath the mat, so that I
+ may have it in the morning. I shall not see you again; so good-bye to you.
+ If hereafter in your new place of abode I can be of any service to you,
+ do not fail to advise me by letter. Good-bye, Bartleby, and fare you well."</p>
+ <p>But he answered not a word; like the
+ last column of some ruined temple, he remained standing
+ mute and solitary in the middle of the otherwise deserted room.</p>
+ <p>As I walked home in a pensive mood, my vanity
+ got the better of my pity. I could not but highly plume
+ myself on my masterly management in getting rid of Bartleby. Masterly I
+ call it, and such it must appear to any dispassionate thinker. The beauty
+ of my procedure seemed to consist in its perfect quietness. There was
+ no vulgar bullying, no bravado of any sort, no choleric hectoring
+ and striding to and fro across the apartment, jerking out vehement commands
+ for Bartleby to bundle himself off with his beggarly traps. Nothing of
+ the kind. Without loudly bidding Bartleby depart--as an
+ inferior genius might have done--I assumed the ground that
+ depart he must; and upon the assumption built all I had to say. The more
+ I thought over my procedure, the more I was charmed with it. Nevertheless,
+ next morning, upon awakening, I had my doubts,--I had somehow slept off
+ the fumes of vanity. One of the coolest and wisest hours a man has, is
+ just after he awakes in the morning. My procedure seemed as sagacious as
+ ever,--but only in theory. How it would prove in practice--there was the
+ rub. It was truly a beautiful thought to have assumed Bartleby's departure;
+ but, after all, that assumption was simply my own, and none of Bartleby's.
+ The great point was, not whether I had assumed that he would quit me, but
+ whether he would prefer so to do. He was more a man
+ of preferences than assumptions.</p>
+ <p>After breakfast, I walked down town, arguing the probabilities pro and
+ con. One moment I thought it would prove a miserable failure, and Bartleby
+ would be found all alive at my office as usual; the next moment it seemed
+ certain that I should see his chair empty. And so I kept veering about.
+ At the corner of Broadway and Canal- street, I saw quite an excited group
+ of people standing in earnest conversation.</p>
+ <p>"I'll take odds he doesn't," said a voice as I passed.</p>
+ <p>"Doesn't go?--done!" said I, "put up your money."</p>
+ <p>I was instinctively putting my hand in my pocket to produce my own, when
+ I remembered that this was an election day. The words I had overheard bore
+ no reference to Bartleby, but to the success or non-success of some candidate
+ for the mayoralty. In my intent frame of mind, I had, as it were, imagined
+ that all Broadway shared in my excitement, and were debating
+ the same question with me. I passed on, very thankful that the uproar of
+ the street screened my momentary absent-mindedness.</p>
+ <p>As I had intended, I was earlier than usual at my office door. I stood
+ listening for a moment. All was still. He must be gone. I tried the knob.
+ The door was locked. Yes, my procedure had worked to a charm; he indeed
+ must be vanished. Yet a certain melancholy mixed with this: I was almost
+ sorry for my brilliant success. I was fumbling under the
+ door mat for the key, which Bartleby was to have left there for me, when
+ accidentally my knee knocked against a panel, producing a summoning sound,
+ and in response a voice came to me from within--"Not yet; I am occupied."</p>
+ <p>It was Bartleby.</p>
+ <p>I was thunderstruck. For an instant I stood like
+ the man who, pipe in mouth, was killed one cloudless afternoon
+ long ago in Virginia, by summer lightning; at his own warm open window
+ he was killed, and remained leaning out there upon the dreamy afternoon,
+ till some one touched him, when he fell. "Not gone!" I murmured at last.
+ But again obeying that wondrous
+ ascendancy which the inscrutable scrivener had over me, and
+ from which ascendancy, for all my chafing, I could not completely escape,
+ I slowly went down stairs and out into the street, and while walking round
+ the block, considered what I should next do in this unheard-of-perplexity.
+ Turn the man out by an actual thrusting I could not; to drive him away
+ by calling him hard names would not do; calling in the police was an unpleasant
+ idea; and yet, permit
+ him to enjoy his cadaverous triumph over me,--this too I
+ could not think of. What was to be done? or, if nothing could be done,
+ was there any thing further that I could assume in the matter? Yes, as before
+ I had prospectively assumed that Bartleby would depart, so now I might
+ retrospectively assume that departed he was. In the legitimate carrying
+ out of this assumption, I might enter my office in a great hurry, and pretending
+ not to see Bartleby at all, walk straight against him as if he were air.
+ Such a proceeding would in a singular degree have the appearance of a
+ home-thrust. It was hardly possible that Bartleby could withstand
+ such an application of the doctrine of assumptions. But upon second thoughts
+ the success of the plan seemed rather dubious. I resolved to argue the
+ matter over with him again.</p>
+ <p>Bartleby," said I, entering the office, with a quietly severe expression.
+ "I am seriously displeased. I am pained, Bartleby. I had thought better
+ of you. I had imagined you of such a gentlemanly
+ organization, that in any delicate dilemma a slight hint
+ would suffice--in short, an assumption. But it appears I am deceived. Why,"
+ I added, unaffectedly
+ starting, "you have not even touched the money yet," pointing
+ to it, just where I had left it the evening previous.</p>
+ <p>He answered nothing.</p>
+ <p>"Will you, or will you not, quit me?" I now demanded in a sudden
+ passion, advancing close to him.</p>
+ <p>"I would prefer <i>not</i> to quit you," he replied, gently
+ emphasizing the<i> not</i>.</p>
+ <p>"What earthly
+ right have you to stay here? do you pay any rent? Do you
+ pay my taxes? Or is this property yours?"</p>
+ <p>He answered nothing.</p>
+ <p>"Are you ready to go on and write now? Are your eyes recovered? Could
+ you copy a small paper for me this morning? or help examine a few lines?
+ or step round to the post-office? In a word, will you do any thing at all,
+ to give a coloring to your refusal to depart the premises?"</p>
+ <p>He silently
+ retired into his hermitage.</p>
+ <p>I was now in such a state of nervous resentment that I thought it but
+ prudentto check myself at present from further demonstrations. Bartleby
+ and I were alone. I
+ remembered the tragedy of the unfortunate Adams and the still
+ more unfortunate Colt in the solitary office of the latter; and how poor
+ Colt, being dreadfully incensed by Adams, and imprudently permitting himself
+ to get wildly excited, was at unawares hurried into his fatal
+ act--an act which certainly no
+ man could possibly deplore more than the actor himself. Often
+ it had occurred to me in my ponderings upon the subject, that had
+ that altercation taken place in the public street, or at a private residence,
+ it would not have terminated as it did. It was the circumstance of being
+ alone in a solitary office, up stairs, of a building entirely unhallowed
+ by humanizing domestic associations--an uncarpeted
+ office, doubtless of a dusty, haggard sort of appearance;--this
+ it must have been, which greatly helped to enhance the irritable desperation
+ of the hapless Colt.</p>
+ <p>But when this old
+ Adam of resentment rose in me and tempted me concerning Bartleby,
+ I grappled him and threw him. How? Why, simply by recalling the divine
+ injunction: "A new commandment give I unto you, that ye
+ love one another." Yes, this it was that saved me. Aside from higher considerations,
+ charity often operates as a
+ vastly wise and prudent principle--a great safeguard to its
+ possessor. Men have committed murder for jealousy's sake, and anger's sake,
+ and hatred's sake, and selfishness' sake, and spiritual pride's sake; but
+ no man that ever I heard of, ever committed
+ a diabolical murder for sweet charity's sake. Mere
+ self-interest, then, if no better motive can be enlisted,
+ should, especially with high-tempered men, prompt all beings to charity
+ and philanthropy. At any rate, upon the occasion in question, I strove
+ to drown
+ my exasperated feelings towards the scrivener by benevolently
+ construing his conduct. Poor fellow, poor fellow! thought I, he don't mean
+ any thing; and besides, he has seen hard times, and ought to be indulged.</p>
+ <p>I endeavored also immediately to occupy myself, and at the same time
+ to comfort my despondency.I tried to fancy that in the course of the
+ morning, at such time as might prove agreeable to him, Bartleby, of his
+ own free accord, would emerge from his hermitage, and take up some decided
+ line of march in the direction of the door. But no. Half-past twelve o'clock
+ came; Turkey began to glow in the face, overturn his inkstand, and become
+ generally obstreperous; Nippers abated down into quietude and courtesy;
+ Ginger Nut munched his noon apple; and Bartleby remained standing at his
+ window in one of his profoundest deadwall reveries. Will
+ it be credited? Ought I to acknowledge it? That afternoon
+ I left the office without saying one further word to him.</p>
+ <p>Some days now passed, during which, at leisure intervals I looked a little
+ into Edwards
+ on the Will," and "Priestly on Necessity." Under the circumstances,
+ those books induced a salutary feeling. Gradually I slid
+ into the persuasion that these troubles of mine touching
+ the scrivener, had been all predestinated
+ from eternity, and Bartleby was billeted upon me for some mysterious
+ purpose of an all-wise Providence, which it was not for a mere mortal like
+ me to fathom. Yes, Bartleby, stay there behind your screen, thought
+ I; I shall persecute you no more; you are harmless and noiseless
+ as any of these old chairs; in short, I never feel so private as when I
+ know you are here. At least I see it, I feel it; I penetrate to the predestinated
+ purpose of my life. I am content. Others may have loftier parts to enact;
+ but my
+ mission in this world, Bartleby, is to furnish you with office-room
+ for such period as you may see fit to remain.</p>
+ <p>I believe that this wise and blessed frame of mind would have continued
+ with me, had it not been for the unsolicited and uncharitable remarks obtruded
+ upon me by my
+ professional friends who visited the rooms. But thus it often
+ is, that the constant friction of illiberal minds wears out at last the
+ best resolves of the more generous. Though to be sure, when
+ I reflected upon it, it was not strange that people entering my office
+ should be struck by the peculiar aspect of the unaccountable Bartleby,
+ and so be tempted to throw out some sinister observations concerning him.
+ Sometimes an attorney having business with me, and calling at my office,
+ and finding no one but the scrivener there, would undertake to obtain some
+ sort of precise information from him touching my whereabouts; but without
+ heeding his idle
+ talk, Bartleby would remain standing immovable in the middle
+ of the room. So after contemplating him in that position for a time, the
+ attorney would depart, no wiser than he came.</p>
+ <p>Also, when a Reference was going on, and the room full of lawyers and
+ witnesses and business was driving fast; some deeply occupied legal gentleman
+ present, seeing Bartleby wholly unemployed, would request him to run round
+ to his (the legal gentleman's) office and fetch some papers for him. Thereupon,
+ Bartleby would tranquilly decline, and remain idle as before. Then the
+ lawyer would give a great stare, and turn to me. And what could I say?
+ At last I was made aware that all through the circle of my professional
+ acquaintance, a whisper of wonder was running round, having reference to
+ the strange creature I kept at my office. This worried
+ me very much. And as the idea came upon me of his possibly
+ turning out a long-lived man, and keep occupying my chambers, and denying
+ my authority; and perplexing my visitors; and scandalizing
+ my professional reputation; and casting a general gloom over the premises;
+ keeping soul and body together to the last upon his savings (for doubtless
+ he spent but half a dime a day), and in the end perhaps outlive
+ me, and claim possession of my office by right of his perpetual
+ occupancy: as all these dark anticipations crowded upon me more and more,
+ and my friends continually intruded their relentless remarks upon the apparition
+ in my room; a great change was wrought in me. I resolved to gather all
+ my faculties together, and for ever rid me of this intolerable
+ incubus.</p>
+ <p>Ere revolving any complicated project, however, adapted to this end, I
+ first simply suggested to Bartleby the propriety of his permanent departure.
+ In a calm and serious tone, I commended the idea to his careful and mature
+ consideration. But having taken three days to meditate upon it, he apprised
+ me that his original determination remained the same; in short, that he
+ still preferred to abide
+ with me.</p>
+ <p>What shall I do? I now said to myself, buttoning
+ up my coat to the last button. What shall I do? what ought
+ I to do? what does conscience say I should do with this man, or rather
+ ghost. Rid myself of him, I must; go, he shall. But how? You will not thrust
+ him, the poor, pale, passive mortal,--you will not thrust such a helpless
+ creature out of your door? you will not dishonor
+ yourself by such cruelty? No, I will not, I cannot do that.
+ Rather would I let him live and die here, and then mason
+ up his remains in the wall. What then will you do? For all
+ your coaxing, he will not budge. Bribes he leaves under your own paperweight
+ on your table; in short, it is quite plain that he prefers
+ to cling to you.</p>
+ <p>Then something severe, something unusual must be done. What! surely you
+ will not have him collared by a constable, and commit his innocent pallor
+ to the common jail? And upon what ground could you procure such a thing
+ to be done?--a vagrant, is he? What! he a vagrant, a wanderer, who
+ refuses to budge? It is because he will not be a vagrant, then, that you
+ seek to count him as a vagrant. That is too absurd. No visible means of
+ support: there I have him. Wrong again: for indubitably he does support
+ himself, and that is the only unanswerable proof that any man can show
+ of his possessing the means so to do. No more then. Since he will not quit
+ me, I must quit him. I will change my offices; I will move elsewhere; and
+ give him fair notice, that if I find him on my new premises I will then
+ proceed against him as a common trespasser.</p>
+ <p>Acting accordingly, next day I thus addressed him: "I find these chambers
+ too far from the City Hall; the air is unwholesome. In a word, I propose
+ to remove my offices next week, and shall no longer require your services.
+ I tell you this now, in order that you may seek another place."</p>
+ <p>He made no reply, and nothing more was said.</p>
+ <p>On the appointed day I engaged carts and men, proceeded to my chambers,
+ and having but little furniture, every thing was removed in a few hours.
+ Throughout, the scrivener remained standing behind the
+ screen, which I directed to be removed the last thing. It
+ was withdrawn; and being folded up like a huge folio, left him the motionless
+ occupant of a naked room. I stood in the entry watching him
+ a moment, while something from within me upbraided me.</p>
+ <p>I re-entered, with my hand
+ in my pocket--and--and my heart in my mouth.
+ </p>
+ <p>"Good-bye, Bartleby; I am going--good-bye, and God some way bless you;
+ and take that," slipping something in his hand. But it dropped to the floor,
+ and then,--strange
+ to say--I tore myself from him whom I had so longed to be
+ rid of.</p>
+ <p>Established in my new quarters, for a day or two I kept the door locked,
+ and started at every footfall in the passages. When I returned to my rooms
+ after any little absence, I would pause at the threshold for an instant,
+ and attentively listen, ere applying my key. But these fears were needless.
+ Bartleby never came nigh me.</p>
+ <p>I thought all was going well, when a perturbed looking stranger visited
+ me, inquiring whether I was the person who had recently occupied rooms
+ at No.--Wall-street.</p>
+ <p>Full of forebodings, I replied that I was.</p>
+ <p>"Then, sir," said the stranger,
+ who proved a lawyer, "you are responsible for the man you
+ left there. He refuses to do any copying; he refuses to do any thing; he
+ says he prefers not to; and he refuses to quit the premises."</p>
+ <p>"I am very sorry, sir," said I, with assumed tranquillity, but an inward
+ tremor, "but, really, the
+ man you allude to is nothing to me --he is no relation or
+ apprentice of mine, that you should hold me responsible for him."</p>
+ <p>"In mercy's name, who is he?"</p>
+ <p>"I certainly cannot inform you. I know nothing about him. Formerly I employed
+ him as a copyist; but he has done nothing for me now for some time past."</p>
+ <p>"I
+ shall settle him then,--good morning, sir."</p>
+ <p>Several days passed, and I heard nothing more; and though I often felt
+ a charitable prompting to call at the place and see poor Bartleby, yet
+ a certain squeamishness of I know not what withheld
+ me.</p>
+ <p>All is over with him, by this time, thought I at last, when through another
+ week no further intelligence reached me. But coming to my room the day
+ after, I found several persons waiting at my door in a high state of nervous
+ excitement.</p>
+ <p>"That's the man--here he comes," cried the foremost one, whom recognized
+ as the lawyer who had previously called upon me alone.</p>
+ <p>"You must take him away, sir, at once," cried a portly person among them,
+ advancing upon me, and whom I knew to be the landlord of No.--Wall-street.
+ "These gentlemen, my tenants, cannot stand it any longer; Mr. B--" pointing
+ to the lawyer, "has turned him out of his room, and he now persists in
+ haunting the buildinggenerally, sitting upon the banisters of the
+ stairs by day, and sleeping in the entry by night. Every body is concerned;
+ clients are leaving the offices; some
+ fears are entertained of a mob; something you must do, and
+ that without delay."</p>
+ <p> Aghast
+ at this torment, I fell back before it, and would fain have
+ locked myselfin my new quarters. In vain I persisted that Bartleby
+ was nothing to me--no more than to any one else. In vain:--I was the last
+ person known to have any thing to do with him, and they held me to the
+ terrible account. Fearful
+ then of being exposed in the papers (as one person present
+ obscurely threatened) I considered the matter, and at length said, that
+ if the lawyer would give me a confidential interview with the scrivener,
+ in his (the lawyer's) own room, I would that afternoon strive my best to
+ rid them of the nuisance they complained of.</p>
+ <p>Going up stairs to my old haunt, there was Bartleby silently sitting upon
+ the banister at the landing.</p>
+ <p>"What are you doing here, Bartleby?" said I.</p>
+ <p>"Sitting upon the banister," he mildly replied.</p>
+ <p>I motioned him into the lawyer's room, who then left us.</p>
+ <p>"Bartleby,"
+ said I, "are you aware that you are the cause of great tribulation
+ to me, by persisting in occupying the entry after being dismissed from
+ the office?"</p>
+ <p>No answer.</p>
+ <p>"Now one of two things must take place. Either you must do something or
+ something must be done to you. Now what sort of business would you like
+ to engage in? Would you like to re-engage in copying for some one?"</p>
+ <p>"No; I would prefer not to make any change."</p>
+ <p>"Would you like a clerkship in a dry-goods store?"</p>
+ <p>"There is too much confinement about that. No, I would not like a clerkship;
+ but I am not particular."</p>
+ <p>"Too much confinement," I cried, "why you keep yourself confined all the
+ time!"</p>
+ <p>"I would prefer not to take a clerkship," he rejoined, as if to settle
+ that little item at once.</p>
+ <p>"How would a bar-tender's business suit you? There is no trying of the
+ eyesight in that."</p>
+ <p>"I would not like it at all; though, as I said before, I am not particular."</p>
+ <p>His unwonted wordiness inspirited me. I returned to the charge.</p>
+ <p>"Well then, would you like to travel through the country collecting bills
+ for the merchants? That would improve your health."</p>
+ <p>"No, I would prefer to be doing something else."</p>
+ <p>"How then would going as a companion to Europe, to entertain some young
+ gentleman with your conversation,--how would that suit you?"</p>
+ <p>"Not at all. It does not strike me that there is any thing definite about
+ that. I like to be stationary. But I am not particular.</p>
+ <p>"Stationary you shall be then," I cried, now losing all patience, and
+ for the first time in all my exasperating connection with him fairly flying
+ into a passion. "If you do not go away from these premises before night,
+ I shall feel bound--indeed I am bound--to-- to--to quit the premises
+ myself!" I rather absurdly concluded, knowing not with what possible
+ threat to try to frighten his immobility into compliance.
+ Despairing of all further efforts, I was precipitately leaving him, when
+ a final thought occurred to me--one
+ which had not been wholly unindulged before.
+ </p>
+ <p>"Bartleby," said I, in the kindest tone
+ I could assume under such exciting circumstances, "will you
+ go home with me now--not to my office, but my dwelling--and remain there
+ till we can conclude upon some convenient arrangement for you at our leisure?
+ Come, let us start now, right away."</p>
+ <p>"No: at present I would prefer not to make any change at all."</p>
+ <p>I answered nothing; but effectualy dodging every one by the suddenness
+ and rapidity of my flight, rushed from the building, ran
+ up Wall-street towards Broadway, and jumping into the first omnibus was
+ soon removed from pursuit. As soon as tranquility returned I distinctly
+ perceived that I had now done all that I possibly could, both in respect
+ to the demands of the landlord and his tenants, and with regard to my own
+ desire and sense of duty, to benefit Bartleby, and shield him from rude
+ persecution. I now strove to be entirely care-free and quiescent; and my
+ conscience justified me in the attempt; though indeed it was not so successful
+ as I could have wished. So fearful was I of being again hunted out by the
+ incensed landlord and his exasperated tenants, that, surrendering my business
+ to Nippers, for a few days I drove about the upper part of the town and
+ through the suburbs, in my rockaway; crossed over to Jersey City and Hoboken,
+ and paid fugitive visits to Manhattanville and Astoria. In fact I almost
+ lived in my rockaway for the time.</p>
+ <p>When again I entered my office, lo, a note from the landlord lay upon
+ desk. opened it with trembling hands. informed me that writer had sent
+ to police, and Bartleby removed the
+ Tombs as a vagrant. Moreover, since I knew more
+ about him than any one else, he wished me to appear at that place, and
+ make a suitable statement of the facts. These tidings had a conflicting
+ effect upon me. At first I was indignant; but at last almost approved.
+ The landlord's energetic, summary disposition, had led him to adopt a procedure
+ which I do not think I would have decided upon myself; and yet as a last
+ resort, under such peculiar circumstances, it seemed the only plan.</p>
+ <p>As I afterwards learned, the poor scrivener, when told that he must be
+ conducted to the Tombs, offered not the slightest obstacle, but in his
+ pale unmoving way, silently
+ acquiesced.
+ </p>
+ <p>Some of the compassionate and curious bystanders joined the party; and
+ headed by one of the constables arm in arm with Bartleby, the
+ silent procession filed its way through all the noise, and
+ heat, and joy of the roaring thoroughfares at noon.</p>
+ <p>The same day I received the note I went to the Tombs, or to speak more
+ properly, the Halls of Justice. Seeking the right officer, I stated the
+ purpose of my call, and was informed that the individual I described was
+ indeed within. I then assured the functionary that Bartleby was a perfectly
+ honest man, and greatly to be compassionated, however unaccountably eccentric.
+ I narrated all I knew,and closed by suggesting the idea of letting
+ him remain in as indulgent confinement as possible till something less
+ harsh might be done--though indeed I hardly knew what. At all events, if
+ nothing else could be decided upon, the alms-house must receive him. I
+ then begged to have an interview.</p>
+ <p>Being under no disgraceful charge, and quite serene and harmless in all
+ his ways, they had permitted him freely to wander about the prison, and
+ especially in the inclosed grass-platted yards thereof. And so I found
+ him there, standing all alone in the quietest of the yards, his face
+ towards a high wall, while all around, from the narrow slits of the
+ jail windows, I thought I
+ saw peering out upon him the eyes of murderers and thieves.
+ </p>
+ <p>"Bartleby!"</p>
+ <p>"I
+ know you," he said, without looking round,--"and I want
+ nothing to say to you."</p>
+ <p>"It was not I that brought you here, Bartleby," said I, keenly
+ pained at his implied suspicion. "And to you, this should
+ not be so vile a place. Nothing reproachful attaches to you by being here.
+ And see, it
+ is not so sad a place as one might think. Look, there is
+ the sky, and here is the grass."</p>
+ <p>"I know where I am," he replied, but would say nothing more, and so I
+ left him.</p>
+ <p>As I entered the corridor again, a broad meat-like
+ man in an apron, accosted me, and jerking his thumb over
+ his shoulder said--"Is that your
+ friend?"</p>
+ <p>"Yes."</p>
+ <p>"Does he want to starve? If he does, let him live on the prison fare,
+ that's all.</p>
+ <p>"Who are you?" asked I, not knowing what to make of such an unofficially
+ speaking person in such a place.</p>
+ <p>"I am the grub-man. Such gentlemen as have friends here, hire me to provide
+ them with something good to eat."</p>
+ <p>"Is this so?" said I, turning to the turnkey.</p>
+ <p>He said it was.</p>
+ <p>"Well then," said I, slipping some silver into the grub-man's hands (for
+ so they called him). "I want you to give particular attention to my friend
+ there; let him have the best dinner you can get. And you must be as polite
+ to him as possible."</p>
+ <p>"Introduce me, will you?" said the grub-man, looking at me with an expression
+ which seemed to say he was all impatience for an opportunity to give a
+ specimen of his breeding.</p>
+ <p>Thinking it would prove of benefit to the scrivener, I acquiesced; and
+ asking the grub-man his name, went up with him to Bartleby.</p>
+ <p>"Bartleby, this is a
+ friend; you will find him very useful to you."</p>
+ <p>"Your
+ sarvant, sir, your sarvant," said the grub-man, making a
+ low salutation behind his apron. "Hope you find it pleasant
+ here, sir;--spacious grounds--cool apartments, sir--hope
+ you'll stay with us some time--try to make it agreeable. What will you
+ have for dinner today?"</p>
+ <p>"I prefer not to dine to-day," said Bartleby, turning away. "It would
+ disagree with me; I am unused to dinners." So saying he slowly moved to
+ the other side of the inclosure, and took up a
+ position fronting the dead-wall.</p>
+ <p>"How's this?" said the grub-man, addressing me with a stare of astonishment.
+ "He's odd, aint he?"</p>
+ <p>"I think he is a little deranged," said I, sadly.</p>
+ <p>"Deranged? deranged is it? Well now, upon my word, I thought that friend
+ of yourn was a gentleman
+ forger; they are always pale and genteel-like, them forgers.
+ I can't help pity 'em--can't help it, sir. Did you know Monroe Edwards?"
+ he added touchingly, and paused. Then, laying his hand pityingly on my
+ shoulder, sighed, "he died of consumption at Sing-Sing. so you weren't
+ acquainted with Monroe?"</p>
+ <p>"No, I was never socially acquainted with any forgers. But I cannot stop
+ longer. Look to my friend yonder. You will not lose by it. I will see you
+ again."</p>
+ <p>Some few days after this, I again obtained admission to the Tombs, and
+ went through the corridors in quest of Bartleby; but without finding him.</p>
+ <p>"I saw him coming from his cell not long ago," said a turnkey, "may be
+ he's gone to loiter in the yards."</p>
+ <p>So I went in that direction.</p>
+ <p>"Are you looking for the silent man?" said another turnkey passing me.
+ "Yonder he lies--sleeping in the yard there. 'Tis not twenty minutes since
+ I saw him lie down."</p>
+ <p>The yard was entirely quiet. It was not accessible to the common prisoners.
+ The surrounding walls, of amazing thickness, kept
+ off all sound behind them. The Egyptian
+ character of the masonry weighed upon me with its gloom.
+ But a soft imprisoned
+ turf grew under foot. The heart of the eternal pyramids,
+ it seemed, wherein, by some strange magic, through the clefts, grass-seed,
+ dropped by birds, had sprung.</p>
+ <p>Strangely huddled at the base of the wall, his
+ knees drawn up, and lying on his side, his head touching
+ the cold stones, I saw the wasted Bartleby. But nothing stirred. I paused;
+ then went close up to him; stooped over, and saw that his dim eyes were
+ open; otherwise he seemed profoundly sleeping. Something prompted me
+ to touch him. I felt his hand, when a tingling shiver ran up my arm
+ and down my spine to my feet.</p>
+ <p>The round face of the grub-man peered upon me now. "His dinner is ready.
+ Won't he dine to-day, either? Or does he live without dining?"</p>
+ <p>"Lives without dining," said I, and closed the eyes.</p>
+ <p>"Eh!--He's asleep, aint he?"</p>
+ <p>"With
+ kings and counsellors," murmured I.</p>
+ <p>* * * * * * * *</p>
+ <p>There would seem little need for proceeding further in this history. Imagination
+ will readily supply the meagre recital of poor Bartleby's interment. But
+ ere parting with the reader, let me say, that if this little narrative
+ has sufficiently interested him, to awaken curiosity as to who Bartleby
+ was, and what manner of life he led prior to the present narrator's making
+ his acquaintance, I can only reply, that in such curiosity I fully share,
+ but am wholly unable to gratify it. Yet here I hardly know whether I should
+ divulge one
+ little item of rumor, which came to my ear a few months
+ after the scrivener's decease. Upon what basis it rested, I could never
+ ascertain; and hence how true it is I cannot now tell. But inasmuch as
+ this vague report has not been without a certain strange suggestive
+ interest to me, however said, it may prove the same with
+ some others; and so I will briefly mention it. The report was this: that
+ Bartleby had been a subordinate clerk in the Dead
+ Letter Office at <a href="http://raven.cc.ukans.edu/%7Ezeke/bartleby/parker.html" target="_blank">Washington</a>, from which he had been suddenly removed
+ by a change in the administration. When I think over this rumor, I cannot
+ adequately express the emotions which seize me. Dead
+ letters! does it not sound like dead men? Conceive a man
+ by nature and misfortune prone to a pallid hopelessness, can any business
+ seem more fitted to heighten it than that of continually handling these
+ dead letters and assorting them for the flames? For by the cart-load they
+ are annually burned. Sometimes from out the folded paper
+ the pale clerk takes a ring:--the bank-note sent in swiftest charity:--he
+ whom it would relieve, nor eats nor hungers any more; pardon for those
+ who died despairing; hope for those who died unhoping; good tidings for
+ those who died stifled by unrelieved calamities. On
+ errands of life, these letters speed to death.
+ </p>
+ <p> Ah
+ Bartleby! Ah humanity!</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html b/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html
new file mode 100644
index 0000000..775023e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html
@@ -0,0 +1,1863 @@
+<!DOCTYPE html>
+<html>
+
+ <head>
+ <title>Bartleby the Scrivener Web Study Text</title>
+ <meta http-equiv="resource-type"
+ content="document"/>
+ <meta http-equiv="copyright" content="Copyright Ann Woodlief"/>
+ <meta name="generator" content="Me :)"/>
+ <LINK REL=" stylesheet "=" " type="text/css " href="http://www.vcu.edu/engweb/webtexts/myweb.css "/>
+ <style type="text/css ">
+<!--
+body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt;}
+-->
+</style>
+ </head>
+<body text="#000000 " background="http://www.vcu.edu/engweb/papyrus.jpg
+ " bgcolor="#DCD1C0 " link="#990000 " vlink="#CC0000 ">
+
+<!-- BEGIN CODE FOR POP-UP NOTES -->
+<div id="overDiv " style="position:absolute; visibility:hidden; z-index:1000; "></div>
+<script language="JavaScript " src="http://www.vcu.edu/engweb/webtexts/popnote.js "></script>
+<!-- END CODE FOR POP-UP NOTES -->
+&nbsp;&nbsp;
+<center>
+ <table width="675 " border="0 " cellpadding="2 ">
+ <tbody>
+ <tr>
+ <td>
+ <h3 align="center ">Study Webtext</h3>
+ <h2 align="center "><font face="Lucida Handwriting " color="Maroon
+ ">"Bartleby the Scrivener: A Story of Wall-Street " </font>(1853)&nbsp;<br/>
+ Herman Melville</h2>
+ <h2 align="center "><a href="http://www.vcu.edu/engweb/webtexts/bartleby.html
+ " target="_blank "><img src="hmhome.gif " alt="To the story text without notes
+ " height="38 " width="38 " align="absmiddle "/></a>
+ </h2>
+ <h3 align="center ">Prepared by <a href="http://www.vcu.edu/engweb ">Ann
+ Woodlief,</a> Virginia Commonwealth University</h3>
+ <h5 align="center ">Click on text in red for hypertext notes and questions</h5>
+ <a href="javascript:void(0); " onclick="return overlib(
+ 'Note that this story is told in first-person by this unnamed lawyer. That means that the reader has to figure out what sort of person he is in order to understand the &quot;angle&quot; or bias from which he presents his story. What sort of man would define himself immediately in terms of his age and nothing else?', STICKY) " onmouseout="nd(); " class="popup ">I</a>
+ am a <a href="javascript:void(0); " onclick="return overlib(
+ 'Why does he stress that he is elderly? To show that he has had a wide range of experience? To suggest that he is very set in his ways?', STICKY) " onmouseout="nd(); " class="popup
+ ">rather elderly</a> man. The nature of my <a href="javascript:void(0); " onclick="return overlib(
+ 'Why does he say that being a lawyer is an &quot;avocation,&quot; meaning a hobby? Is it that Melville is suggesting that he does not take his career all that seriously?', STICKY) " onmouseout="nd(); " class="popup ">avocations</a>
+ for the last thirty years has brought me into more than ordinary contact
+ with what <a href="javascript:void(0); " onclick="return overlib(
+ 'Notice how he qualifies his statement, as if he is not quite sure they are so interesting.', STICKY) " onmouseout="nd(); " class="popup
+ ">would seem</a> an interesting and somewhat singular set of men of whom as yet
+ nothing that I know of has ever been written:-- I mean the <a href="javascript:void(0); " onclick="return overlib(
+ 'The job of a law-copyist was to do exactly what the name suggests--to copy precisely, with pen (or quill) and ink, legal documents (rather like a human xerox machine or carbon paper).', STICKY) " onmouseout="nd(); " class="popup ">law-copyists</a>
+ or <a href="javascript:void(0); " onclick="return overlib(
+ 'The word means &quot;writers.&quot; Some critics have looked at this story as Melville\'s lament that the work of (creative) writers is so little appreciated,
+ especially in financial terms. He struggled all his life to make a living
+ by writing, whereas his brother Gansevoort, who worked on Wall Street,
+ led a very comfortable life and never really understood why his brother
+ bothered to write.
+ ', STICKY)" onmouseout="nd();" class="popup">scriveners</a>.
+ I have known very many of them, professionally and privately, and if I
+ pleased, could relate divers histories, at which good-natured gentlemen
+ might smile, and sentimental souls might weep. But I waive the biographies
+ of all other scriveners for a few <a href="javascript:void(0);" onclick="return overlib('Note the use of the word &quot;passages&quot; here (and only a few). He
+ is looking at Bartleby\
+ 's life as a kind of literary production, but that production will be his, not Bartleby\'s. (Somewhat similar to the way that the copyists copy the lawyer\
+ 's words, not their own.)', STICKY) " onmouseout="nd(); " class="popup ">passages</a>
+ in the life of Bartleby, who was a scrivener the <a href="javascript:void(0);
+ " onclick="return overlib(
+ 'Immediately he judges Bartleby, causing the reader to accept the judgment without knowing more at this point about the person.', STICKY) " onmouseout="nd(); " class="popup ">strangest</a>
+ I ever saw or heard of. While of other law-copyists I might write the
+ <a href="javascript:void(0); " onclick="return overlib(
+ 'It is interesting that he assumes he knows &quot;all about&quot; other copyists, in spite of their great differences in class, education, experience, and power. Is this not presumptuous? Is part of his frustration with Bartleby because he will not reveal himself so that the lawyer can assume that he knows &quot;all&quot; about him?', STICKY) " onmouseout="nd(); " class="popup ">complete life</a>, of Bartleby nothing of that sort can be done. I believe that
+ no materials exist for a full and <a href="javascript:void(0);
+ " onclick="return overlib(
+ 'Satisfactory to whom? to the lawyer? to the reader? to both?', STICKY) " onmouseout="nd(); " class="popup ">satisfactory biography </a> of this man. It is an irreparable loss to literature. Bartleby
+ was one of those beings of whom nothing is ascertainable, except from
+ the original sources, and in his case those are very small. What my own
+ astonished eyes saw of Bartleby, that is all I know of him, except, indeed,
+ one vague report which will appear in the <a href="javascript:void(0);
+ " onclick="return overlib(
+ 'Note that he promises there will be some sort of answer toward the end. Why does he call it a &quot;sequel&quot;? Does he recruit the reader\'s patience with the story by making this promise?&nbsp;
+ ', STICKY)" onmouseout="nd();" class="popup">sequel</a>.
+ <p>Ere introducing the scrivener, as he first appeared to me, it is fit
+ I make some mention of myself, my employees, my business, my chambers,
+ and general surroundings; because some such description is indispensable
+ to an adequate understanding of the chief character about to be presented.
+ </p><p> <i>Imprimis</i>: I am a man who, from his youth upwards, has been
+ filled with a profound conviction that <a href="javascript:void(0);" onclick="return overlib('What sort of person is he, according to this statement? How will this
+ change or be challenged in the story?
+ ', STICKY)" onmouseout="nd();" class="popup">the easiest way of life is the best.</a>. Hence, though I belong to a profession
+ proverbially energetic and nervous, even to turbulence, at times, yet
+ nothing of that sort have I ever suffered to <a href="javascript:void(0);" onclick="return overlib('Why does he use the word &quot;invade&quot;? Has he walled himself up?
+ from what?
+ ', STICKY)" onmouseout="nd();" class="popup">invade</a>
+ my peace. I am one of those unambitious lawyers who never addresses
+ a jury, or in any way draws down public applause; but in the cool tranquillity
+ of a snug retreat, do a <a href="javascript:void(0);" onclick="return overlib('What does &quot;snug&quot; suggest about him? He seems to be unwilling
+ to take risks in his work; how does this apply to his personal life?
+ ', STICKY)" onmouseout="nd();" class="popup">snug business</a> among rich men's bonds and mortgages and title-deeds. The late <a href="javascript:void(0);"
+ onclick="return overlib('John Jacob Astor, 1763-1848, a German immigrant, became quite wealthy because of his shrewd dealings with Canadian Indians, trading whiskey and rifles to establish a very properous fur trade. He also stripped all the sandalwood from the Hawaiian Islands and smuggled opium in China. He invested that money in New York, buying foreclosed mortgages during the Panic of 1837 and building tenements, becoming the wealthiest person in the U.S. at the time of his death. Some model!', STICKY)"
+ onmouseout="nd();" class="popup">John Jacob Astor</a>, a personage little given to poetic enthusiasm, had
+ no hesitation in pronouncing my <a href="javascript:void(0);" onclick="return overlib('Note how he builds a description of himself. How would you describe him? Would you consider him a &quot;typical&quot; lawyer, businessman, or &quot;boss&quot;?', STICKY)"
+ onmouseout="nd();" class="popup">first
+ grand point</a> to be prudence; my next, method. I do not <a href="javascript:void(0);"
+ onclick="return overlib('By claiming not be to boasting, he draws attention to the fact that he is indeed boasting; he drops this famous name three times (just to make sure you get it!)', STICKY)"
+ onmouseout="nd();" class="popup">speak
+ it in vanity</a>, but simply record the fact, that I was not
+ unemployed in my profession by the last John Jacob Astor; a name which,
+ I admit, I love to repeat, for it hath a rounded and orbicular sound to
+ it, and <a href="javascript:void(0);" onclick="return overlib('gold. Clearly the lawyer is rather entranced by Astor\'s wealth. . As a &quot;hero&quot; for the narrator, he represents rapacious materialism.', STICKY)"
+ onmouseout="nd();" class="popup">rings
+ like unto bullion.</a> I will freely add, that I was <a href="javascript:void(0);"
+ onclick="return overlib('In fact, he seems to have been very impressed by Astor and his opinion. Is he trying to convince the reader that he has secure standing in the business community here? Is he trying too hard? Maybe even trying to convince himself? Why does he repeatedly emphasize that Astor is deceased?', STICKY)"
+ onmouseout="nd();" class="popup">not
+ insensible to</a> the late John Jacob Astor's good opinion.</p>
+ <p>Some time prior to the period at which this little history begins, my
+ avocations had been largely increased. The good old office, <a href="javascript:void(0);"
+ onclick="return overlib(' Evidently the job was abolished because it was a sinecure, requiring little of the holder of the job for a great deal of money. Very likely it was a political appointment. New York did abolish this office in 1846 as part of an outdated court system.&nbsp; This would be a perfect kind of job for a writer, supporting his true vocation, but Melville was unable to find such work. His job at the Customs House was too demanding for him to write much and did not pay very much.', STICKY)"
+ onmouseout="nd();" class="popup">now
+ extinct</a> in the State of New York, of a Master in Chancery,
+ had been conferred upon me. It was not a very arduous office, but very
+ pleasantly remunerative. <a href="javascript:void(0);" onclick="return overlib('Again, more description of his personality and character.Will we see these characteristics to be true in his encounter with Bartleby? If not, is it because he doesn\'t really know himself?', STICKY)"
+ onmouseout="nd();" class="popup">I
+ seldom lose my temper</a>; much more seldom indulge in dangerous
+ indignation at wrongs and outrages; but I must be permitted to be rash
+ here and declare, that I consider the sudden and violent abrogation of
+ the office of Master of Chancery, by the new Constitution, as a----<a href="javascript:void(0);"
+ onclick="return overlib('Note that he does not challenge the reason for abolishing the office, only that it was premature, and should have been done later (after his pockets were &quot;pleasantly&quot; filled.).', STICKY)"
+ onmouseout="nd();" class="popup">premature
+ act</a>; inasmuch as I had counted upon a life-lease of the
+ profits, whereas I only received those of a few short years. But this is
+ <a
+ href="javascript:void(0);" onclick="return overlib('Is it? It would seem to be rather vital to understand this man and what sort of person he was before his encounter with Bartleby.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">by the way</a>.</p>
+ <p>My chambers were up stairs at No.--Wall-street. At one end they looked
+ upon the white wall of the interior of a spacious sky-light shaft, penetrating
+ the building from top to bottom. This view might have been considered rather
+ tame than otherwise, <a href="javascript:void(0);" onclick="return overlib('Landscape painters wouldn\'t be the only ones to find this blocked view not &quot;life&quot;! This seems to be an example of his kind of humor, tongue-in-cheek and a little factitious. On the other hand, perhaps the air of death in his chambers is more than a matter of setting.', STICKY)"
+ onmouseout="nd();" class="popup">deficient
+ in what landscape painters call "life."</a> But if so, the view
+ from the other end of my chambers offered, at least, a contrast, if nothing
+ more. In that direction my windows commanded an unobstructed view of a
+ <a
+ href="javascript:void(0);" onclick="return overlib('Though it may contrast with the other brick wall, both are solid walls. Again, note his attempt to be humorous. But how funny is this fact of walls, for Bartleby or for him? Be alert that walls are also being used symbolically in this story (it is about &quot;Wall Street!). Also, this office with its &quot;high, blank walls&quot; is prison-like.', STICKY)"
+ onmouseout="nd();" class="popup">lofty brick wall,</a>black by age and everlasting shade; which wall required
+ no spy-glass to bring out its lurking beauties, but for the benefit of
+ all near-sighted spectators, was pushed up to within ten feet of my window
+ panes. Owing to the great height of the surrounding buildings, and my chambers
+ being on the second floor, the interval between this wall and mine not
+ a little resembled a huge square <a href="javascript:void(0);" onclick="return overlib('An interesting comparison, since a cistern holds water, which is frequently an image for life. This one, of course, is dry.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">cistern</a>.</p>
+ <p>At the period just preceding the advent of Bartleby, I had two persons
+ as copyists in my employment, and a promising lad as an office-boy. First,
+ Turkey; second, Nippers; third, Ginger Nut.These may seem names, the like
+ of which are not usually found in the Directory. In truth they were <a href="javascript:void(0);"
+ onclick="return overlib('He does not ever give their real names. Why would they give each other such nicknames? Does it show affection? lack of respect? equality? Names seem to be very important in this story (except, of course, we don\'t have a name for the lawyer--a significant absence), and perhaps symbolic. Consider how the names fit the persons. Note that none of the characters has a visible family or home.', STICKY)"
+ onmouseout="nd();" class="popup">nicknames</a>, mutually conferred upon
+ each other by my three clerks, and were deemed expressive of their respective
+ persons or characters. Turkey was a short, pursy Englishman of about my
+ own age, that is, somewhere not far from sixty. In the morning, one might
+ say, his face was of a fine florid hue, but after twelve o'clock, meridian--
+ <a
+ href="javascript:void(0);" onclick="return overlib('This is the first of many references to eating (although probably not the most important one!). How do these references play out in the story (culminating in &quot;he lives without eating?&quot;)? The only person who does not eat--although we may assume that he is well-fed--is the lawyer/narrator. Is this significant?', STICKY)"
+ onmouseout="nd();" class="popup">his dinner hour</a>-- it blazed like a grate full of Christmas coals;
+ and continued blazing--but, as it were, with a gradual wane--till 6 o'clock,
+ P.M. or thereabouts, after which I saw no more of the proprietor of the
+ face, which gaining its meridian with the sun, seemed to set with it, to
+ rise, culminate, and decline the following day, with the like regularity
+ and undiminished glory. There are many singular coincidences I have known
+ in the course of my life, not the least among which was the fact that exactly
+ when Turkey displayed his fullest beams from his red and radiant countenance,
+ just then, too, at the critical moment, began the daily period when I considered
+ his business capacities as seriously disturbed for the remainder of the
+ twenty-four hours. Not that he was absolutely idle, or averse to business
+ then; far from it. The difficulty was, he was apt to be altogether <a href="javascript:void(0);"
+ onclick="return overlib('In other words, he is not much use when he is showing too much liveliness.', STICKY)"
+ onmouseout="nd();" class="popup">too
+ energetic</a>. There was a strange, inflamed, flurried, flighty
+ recklessness of activity about him. He would be incautious in dipping his
+ pen into his inkstand. All his blots upon my documents, were dropped there
+ after twelve o'clock, meridian. Indeed, not only would he be reckless and
+ sadly given to making blots in the afternoon, but some days he went further,
+ and was rather <a href="javascript:void(0);" onclick="return overlib('Evidently the lawyer does not like to be disturbed with noise, especially noise of his clerks\' frustration.', STICKY)"
+ onmouseout="nd();" class="popup">noisy</a>. At such times, too, his face
+ flamed with augmented blazonry, as if <a href="javascript:void(0);" onclick="return overlib('Cannel, or soft, coal burns quickly and brightly; anthracite, or hard, coal burns more slowly and intensely.', STICKY)"
+ onmouseout="nd();" class="popup">cannel
+ coal</a> had been heaped on anthracite. He made an unpleasant
+ racket with his chair; spilled his sand-box; in mending his pens, impatiently
+ split them all to pieces, and threw them on the floor in a sudden passion;
+ stood up and leaned over his table, boxing his papers about in a most
+ <a
+ href="javascript:void(0);" onclick="return overlib('He does not behave in an orderly fashion, something the lawyer prizes. He is elderly, like the lawyer! In other words, they should both be more settled and calm because of their age?', STICKY)"
+ onmouseout="nd();" class="popup">indecorous manner, very sad to behold in an elderly man</a>like him. Nevertheless,
+ as he was in many ways a most valuable person to me, and all the time before
+ twelve o'clock, meridian, was the quickest, steadiest creature too, accomplishing
+ a great deal of work in a style not easy to be matched--for these reasons,
+ <a
+ href="javascript:void(0);" onclick="return overlib('Is he saying that he really should have fired him, and only out of the goodness of his heart has he kept him? How does this prepare the reader for his later relationship with Bartleby?', STICKY)"
+ onmouseout="nd();" class="popup">I was willing</a>to overlook his eccentricities, though indeed, occasionally,
+ I remonstrated with him. I did this very gently, however, because, though
+ the civilest, nay, the blandest and most reverential of men in the morning,
+ yet in the afternoon he was disposed, upon provocation, to be slightly
+ rash with his tongue, in fact, insolent. Now, valuing his morning services
+ as I did, and resolved not to lose them; yet, at the same time made uncomfortable
+ by his inflamed ways after twelve o'clock; and being a <a href="javascript:void(0);"
+ onclick="return overlib('or at least a man who does not like to have his peace disturbed! Note his willingness to live with a worker who functions well only half of the time. He seems to have some sympathetic perception of Turkey\'s frustration.', STICKY)"
+ onmouseout="nd();" class="popup">man
+ of peace</a>, unwilling by my admonitions to call forth unseemingly
+ retorts from him; I took upon me, one Saturday noon (he was always worse
+ on Saturdays), to hint to him, very kindly, that perhaps now that he was
+ growing old, it might be well to abridge his labors; in short, he need
+ not come to my chambers after twelve o'clock, but, dinner over, had best
+ go home to his lodgings and rest himself till tea-time. But no; he insisted
+ upon his afternoon <a href="javascript:void(0);" onclick="return overlib('Why does he describe his afternoon excitability in these terms? Is he being ironic?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">devotions</a>. His countenance became
+ intolerably fervid, as he oratorically assured me--gesticulating with a
+ long ruler at the other end of the room--that if his services in the morning
+ were useful, how indispensible, then, in the afternoon?</p>
+ <p>"<a href="javascript:void(0);" onclick="return overlib('Turkey is careful to &quot;keep his place&quot; with his boss, though his &quot;submission&quot; actually seems to be more suited to his morning than his afternoon work.', STICKY)"
+ onmouseout="nd();" class="popup">With
+ submission, sir,</a>" said Turkey on this occasion, "I consider
+ myself your right-hand man. In the morning I but marshal and deploy my
+ columns; but in the afternoon <a href="javascript:void(0);" onclick="return overlib('Why does he use this military image? Why does he point out that he &quot;puts himself at their head,&quot; in particular?', STICKY)"
+ onmouseout="nd();" class="popup">I
+ put myself at their head</a>, and gallantly charge the foe,
+ thus!"--and he made a <a href="javascript:void(0);" onclick="return overlib('Look out for more &quot;violent thrusts&quot; in the story.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">violent
+ thrust</a> with the ruler.</p>
+ <p>"But the blots, Turkey," intimated I.</p>
+ <p>"True,--but, with submission, sir, behold these hairs! I am getting old.
+ Surely, sir, a blot or two of a warm afternoon is not the page--is honorable.
+ With submission, sir, we both are getting old."</p>
+ <p><a href="javascript:void(0);" onclick="return overlib('Here we can see his weak--or perhaps his more compassionate--side, and a suggestion of identification with the feelings of his employees.',STICKY)"
+ onmouseout="nd();" class="popup">This
+ appeal to my fellow-feeling</a> was hardly to be resisted. At
+ all events, I saw that go he would not. So I made up my mind to let him
+ stay, resolving, nevertheless, to see to it, that during the afternoon
+ he had to do with my less important papers.</p>
+ <p>Nippers, the second on my list, was a whiskered, sallow, and, upon the
+ whole, rather <a href="javascript:void(0);" onclick="return overlib('Pirates rarely suffer from indigestion, do they? In what way could Nippers be considered like a pirate?', STICKY)"
+ onmouseout="nd();" class="popup">piratical-looking</a> young man of about
+ five and twenty. I always deemed him the victim of two evil powers-- ambition
+ and indigestion. The ambition was evinced by a certain impatience of the
+ duties of a <a href="javascript:void(0);" onclick="return overlib('Note this word, one which seems to be attached to this job both by the boss (who actually could not function at all without his copyists) and the scriveners.', STICKY)"
+ onmouseout="nd();" class="popup">mere
+ copyist,</a> an unwarrantable usurpation of strictly profession
+ affairs, such as the <a href="javascript:void(0);" onclick="return overlib('taking over without permission In other words, he took it upon himself to draw up legal documents, which he is evidently able to do. Very likely he feels fully capable of doing the lawyer\'s work, though he is not &quot;properly qualified&quot; to do so.', STICKY)"
+ onmouseout="nd();" class="popup">original
+ drawing up</a> of legal documents. The indigestion seemed betokened
+ in an occasional nervous testiness and grinning irritability, causing the
+ teeth to audibly grind together over mistakes committed in copying; unnecessary
+ maledictions, hissed, rather than spoken, in the heat of business; and
+ especially by a <a href="javascript:void(0);" onclick="return overlib('Why is he so unhappy about the table? What does this show about him and his job?', STICKY)"
+ onmouseout="nd();" class="popup">continual
+ discontent</a> with the height of the table where he worked.
+ Though of a very ingenious mechanical turn, Nippers could never get this
+ table to suit him. He put chips under it, blocks of various sorts, bits
+ of pasteboard, and at last went so far as to attempt an exquisite adjustment
+ by final pieces of folded blotting-paper. But no invention would answer.
+ If, for the sake of easing his back, he brought the table lid at a sharp
+ angle well up towards his chin, and wrote there like a man using the steep
+ roof of a Dutch house for his desk:--then he declared that it stopped the
+ circulation in his arms. If now he lowered the table to his waistbands,
+ and stooped over it in writing, then there was a sore aching in his back.
+ In short, the truth of the matter was, Nippers knew not what he wanted.
+ Or, <a href="javascript:void(0);" onclick="return overlib('This observation is probably quite true, and rather perceptive of the lawyer. He does seem to understand and sympathize with his employee\'s situation, but that does not mean he makes any move to change it (except to try rearranging so there are fewer blots for him to deal with).', STICKY)"
+ onmouseout="nd();" class="popup">if
+ he wanted anything</a>, it was to be rid of a scrivener's table
+ altogether. Among the manifestations of his diseased ambition was a fondness
+ he had for receiving visits from certain ambiguous-looking fellows in seedy
+ coats, whom he called his clients. Indeed I was aware that not only was
+ he, at times, considerable of a ward-politician, but he occasionally did
+ <a
+ href="javascript:void(0);" onclick="return overlib('In other words, he was practicing law with poorer clients. Remember that in that time one did not need to go to law school; all he had to do was to have enough knowledge of the law to pass the bar exam--and the examiners, who were anxious to keep &quot;lower-class&quot; people out of the profession.', STICKY)"
+ onmouseout="nd();" class="popup">a little business</a>at the Justices' courts, and was not unknown on the
+ steps of the Tombs. I have good reason to believe, however, that one individual
+ who called upon him at my chambers, and who, with a grand air, he insisted
+ was his client, was no other than a dun, and the alleged title-deed, a
+ bill. But with all his failings, and the annoyances he caused me, Nippers,
+ like his compatriot Turkey, was a very <a href="javascript:void(0);" onclick="return overlib('This is probably his prime value as a human being, in the lawyer\'s eyes.', STICKY)"
+ onmouseout="nd();" class="popup">useful
+ man </a>to me; wrote a neat, swift hand; and, when he chose,
+ was not deficient in a gentlemanly sort of deportment. Added to this, he
+ <a
+ href="javascript:void(0);" onclick="return overlib('Appearances are very important to the lawyer evidently. He makes it clear that he will forgive a person much who presents a good exterior to the public.', STICKY)"
+ onmouseout="nd();" class="popup">always dressed</a>in a gentlemanly sort of way; and so, incidentally,
+ reflected credit upon my chambers. Whereas with respect to Turkey, I had
+ much ado to keep him from being a reproach to me. His clothes were apt
+ to look oily and smell of eating-houses. He wore his pantaloons very loose
+ and baggy in summer. His coats were execrable; his hat not to be handled.
+ But while the <a href="javascript:void(0);" onclick="return overlib('In other words, the hat is okay because he doffs it as a sign of respect for his boss.', STICKY)"
+ onmouseout="nd();" class="popup">hat</a> was a thing of indifference to
+ me, inasmuch as his natural civility and deference, as a dependent Englishman,
+ always led him to doff it the moment he entered the room, yet his coat
+ was another matter. Concerning his coats, I reasoned with him; but with
+ no effect. The truth was, I suppose, that a man with so small an income,
+ could not afford to sport such a lustrous face and a lustrous coat at one
+ and the same time. As Nippers once observed, Turkey's money went chiefly
+ for red ink. One winter day<a href="javascript:void(0);" onclick="return overlib('He gives him a coat primarily so he will appear better for him, not out of any real sense of charity. See how this kind of transaction will work with Bartleby. It doesn\'t seem to work so well with Turkey either!', STICKY)"
+ onmouseout="nd();" class="popup">
+ I presented Turkey</a> with a highly-respectable looking coat
+ of my own, a padded gray coat, of a most comfortable warmth, and which
+ buttoned straight up from the knee to the neck. I thought Turkey would
+ appreciate the favor, and abate his rashness and obstreperousness of afternoons.
+ But no. I verily believe that buttoning himself up in so downy and blanket-like
+ a coat had a pernicious effect upon him; upon the same principle that too
+ much oats are bad for horses. In fact, precisely as a rash, restive <a href="javascript:void(0);"
+ onclick="return overlib(' &quot;Feelings one\'s oats&quot; has become a cliche today, for it has lost its original metaphorical force. Here, however, Melville is very aware of the original comparison. Evidently a horse with overabundant oats gets very frisky and out of control, even as Turkey seems to be beyond the lawyer\'s control with his new coat. Does Turkey resent this gift, even though he needs it? Is that what makes him &quot;insolent&quot; to his boss? Why would he resent it?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">horse
+ is said to feel his oats</a>, so Turkey felt his coat. It made
+ him insolent. He was a man whom prosperity harmed.</p>
+ <p>Though concerning the self-indulgent habits of Turkey I had my own private
+ surmises, yet touching Nippers I was well persuaded that whatever might
+ be his faults in other respects, he was, at least, a temperate young man.
+ But indeed, nature herself seemed to have been his <a href="javascript:void(0);"
+ onclick="return overlib('a maker of wine. In other words, Nippers does not have to drink (as Turkey must at his dinner) to be equally restive and discontent.', STICKY)"
+ onmouseout="nd();" class="popup">vintner</a>, and at his birth charged
+ him so thoroughly with an irritable, brandy-like disposition, that all
+ subsequent potations were needless. When I consider how, amid the stillness
+ of my chambers, Nippers would sometimes impatiently rise from his seat,
+ and stooping over his table, spread his arms wide apart, seize the whole
+ desk, and move it, and jerk it, with a grim, grinding motion on the floor,
+ as if the table were a <a href="javascript:void(0);" onclick="return overlib('What or whom is he substituting the table for?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">perverse
+ voluntary agent</a>, intent on thwarting and vexing him; I plainly
+ perceive that for Nippers, brandy and water were altogether superfluous.</p>
+ <p>It was fortunate for me that, owing to its course--indigestion--the irritability
+ and consequent nervousness of Nippers, were mainly observable in the morning,
+ while in the afternoon he was comparatively mild. So that Turkey's paroxysms
+ only coming on about twelve o'clock, I never had to do with their eccentricities
+ at one time. Their fits relieved each other like guards. When Nippers'
+ was on, Turkey's was off, and vice versa. This was a <a href="javascript:void(0);"
+ onclick="return overlib('Under what circumstances? That anyone employed in such a job will necessarily be discontent and feel less than human? Note that he accepts them with their flaws, perhaps understanding that they may &quot;go with the job.&quot;&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">good
+ natural arrangement</a> under the circumstances.</p>
+ <p>Ginger Nut, the third on my list, was a lad some twelve years old. His
+ father was a carman, ambitious of seeing his son on the bench instead of
+ a cart, before he died. So he sent him to my office as a student at law,
+ errand boy, and cleaner and sweeper, at the rate of one dollar a week.
+ He had a little desk to himself, but he did not use it much. Upon inspection,
+ the drawer exhibited a great array of the shells of various sorts of nuts.
+ Indeed, to this quick-witted youth the whole noble science of the law was
+ <a
+ href="javascript:void(0);" onclick="return overlib('Again he uses a cliche to make a joke at the expense of one of his employees.', STICKY)"
+ onmouseout="nd();" class="popup">contained in a nut-shell</a>. Not the least among the employments of Ginger
+ Nut, as well as one which he discharged with the most alacrity, was his
+ duty as cake and apple purveyor for Turkey and Nippers. Copying law papers
+ being proverbially a <a href="javascript:void(0);" onclick="return overlib('an interesting metaphor, as it suggests emptiness', STICKY)"
+ onmouseout="nd();" class="popup">dry,
+ husky </a>sort of business, my two scriveners were fain to moisten
+ their mouths very often with Spitzenbergs to be had at the numerous stalls
+ nigh the Custom House and Post Office. Also, they sent Ginger Nut very
+ frequently for that peculiar cake--small, flat, round, and very spicy--after
+ which he had been named by them. Of a cold morning when business was but
+ dull, Turkey would gobble up scores of these cakes, as if they were mere
+ wafers--indeed they sell them at the rate of six or eight for a penny--the
+ scrape of his pen blending with the crunching of the crisp particles in
+ his mouth. Of all the fiery afternoon blunders and flurried rashnesses
+ of Turkey, was his once moistening a ginger-cake between his lips, and
+ clapping it on to a mortgage for a seal. <a href="javascript:void(0);" onclick="return overlib('Would this have been adequate cause for firing a long-time employee? Does this show that the lawyer has a temper? Is he upset because he thinks that Turkey is not taking his business seriously enough?', STICKY)"
+ onmouseout="nd();" class="popup">I
+ came within an ace </a>of dismissing him then. But he mollified
+ me by making an oriental bow, and saying--"With submission, sir, it was
+ generous of me <a href="javascript:void(0);" onclick="return overlib('in other words, supply you with stationery at my own expense. It must be morning; note his ornate &quot;submissiveness&quot;! Such a response is one that even the angry lawyer will respond to.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">to
+ find you</a> in stationery on my own account."</p>
+ <p>Now my original business--that of a <a href="javascript:void(0);" onclick="return overlib('A conveyancer does the paper work to legally transfer property; a title hunter makes certain that titles of ownership are free and clear. Note that his business deals strictly with legal paperwork, not with matters of justice. Such paperwork is necessary only in a society where a person\'s word is likely not to be trustworthy, in other words, a world with flawed and dishonest communications.', STICKY)"
+ onmouseout="nd();" class="popup">conveyancer
+ and title hunter</a>, and drawer-up of recondite documents of
+ all sorts--was considerably increased by receiving the master's office.
+ There was now great work for scriveners. Not only must I push the clerks
+ already with me, but I must have additional help. In answer to my advertisement,
+ a motionless young man one morning, stood upon my office threshold, the
+ door being open, for it was summer. I can see that figure now--<a href="javascript:void(0);"
+ onclick="return overlib('What an emotional as well as visual description is packed in these few words! We see more than a man; we see what he would become to the lawyer. Do you think that words like &quot;pitiable&quot; and &quot;incurable&quot; would have occurred to the lawyer at that moment? Or is he also juxtaposing his later understanding of Bartleby? (and himself?)&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">pallidly
+ neat</a>, pitiably respectable, incurably forlorn! It was Bartleby.</p>
+ <p>After a few words touching his qualifications, I engaged him, glad to
+ have among <a href="javascript:void(0);" onclick="return overlib('here is used as a military image, appropriate for the hierarchy which clearly exists in this office.', STICKY)"
+ onmouseout="nd();" class="popup">my
+ corps</a> of copyists a man of so <a href="javascript:void(0);"
+ onclick="return overlib('Note that he chooses Bartleby primarily for his sense of calm and lack of excitability and presentability, and for little else. He takes him at his word about his experience.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">singularly
+ sedate</a> an aspect, which I thought might operate beneficially
+ upon the flighty temper of Turkey, and the fiery one of Nippers.</p>
+ <p>I should have stated before that ground glass folding-doors divided my
+ premises into two parts, one of which was occupied by my scriveners, the
+ other by myself. <a href="javascript:void(0);" onclick="return overlib('He has full control over the doors, and thus over the ability to communicate in the office. But he opens them not for logical reasons but almost on whim, depending on his mood or &quot;humor.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">According
+ to my humor</a> I threw open these doors, or closed them. I resolved
+ to assign Bartleby a corner by the folding-doors, but on my side of them,
+ so as to have this quiet man within easy call, in case any <a href="javascript:void(0);"
+ onclick="return overlib('He will put him on the &quot;communicating&quot; side primarily to take care of trifles, then, not because he cares to communicate with him. At the same time, he is dividing him from his fellow workers.', STICKY)"
+ onmouseout="nd();" class="popup">trifling
+ thing</a> was to be done. I placed his desk close up to a small
+ side window in that part of the room, a window which originally had afforded
+ a lateral view of certain grimy back-yards and bricks, but which, owing
+ to <a href="javascript:void(0);" onclick="return overlib('At this point, the reader is reminded that they are in New York City, and that the tall buildings block views from windows. (no glimpses of the green of Central Park in this office!) The connection of walls and the urban setting seems important in this story.', STICKY)"
+ onmouseout="nd();" class="popup">subsequent
+ erections,</a> commanded at present no view at all, though it
+ gave some light. Within three feet of the panes was a wall, and the light
+ came down from far above, between two lofty buildings, as from a very small
+ opening in a dome. Still further to a satisfactory arrangement, I procured
+ <a
+ href="javascript:void(0);" onclick="return overlib('Although it is green, it is hardly &quot;natural,&quot; especially since it walls Bartleby off from the lawyer\'s sight and his fellow workers. In fact, note that he is walled off, either by the screen, the doors, or the wall outside the window, on all sides. What do you think of this judgment: &quot;Bartleby\'s cubicle faces a ded, blind wall that symbolizes the moral blindness of the laws and the invisibility of the underclass on whose labor prosperity depends.&quot;&nbsp; (Robertson-Lorant, 333)', STICKY)"
+ onmouseout="nd();" class="popup">a high green folding screen</a>, which might entirely isolate Bartleby
+ from my sight, though not remove him from <a href="javascript:void(0);"
+ onclick="return overlib('And the primary function of that &quot;voice&quot; is to summon Bartleby to do &quot;trifling things.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">my
+ voice</a>. And thus, in a manner, privacy and society were
+ <a
+ href="javascript:void(0);" onclick="return overlib('Brought together for whom? the lawyer? Bartleby?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">conjoined.</a>
+ </p>
+ <p>At first Bartleby did an extraordinary quantity of writing. As if long
+ <a
+ href="javascript:void(0);" onclick="return overlib('This is the first of many references to eating (although probably not the most important one!). How do these references play out in the story (culminating in &quot;he lives without eating?&quot;)? The only person who does not eat--although we may assume that he is well-fed--is the lawyer/narrator. Is this significant?', STICKY)"
+ onmouseout="nd();" class="popup">famishing</a>for something to copy, he seemed to <a href="javascript:void(0);"
+ onclick="return overlib('Now we\'re getting some serious eating imagery', STICKY)"
+ onmouseout="nd();" class="popup">gorge</a> himself on my documents. There
+ was no pause for digestion. He ran a day and night line, copying by sun-light
+ and by candle-light. I should have been quite delighted with his application,
+ had be been <a href="javascript:void(0);" onclick="return overlib('He\'s a tough boss to please! Not only does he like Bartleby\'s extraordinary devotion to his job but he wants him to be happy in the process. Such a man--and the assumptions he has about the ideal employee (not unlike a &quot;happy slave&quot;?) would be most difficult to work for, for there\'s no way he would be pleased with any sort of normal work and attitude.', STICKY)"
+ onmouseout="nd();" class="popup">cheerfully
+ industrious</a>. But he wrote on silently, palely, <a href="javascript:void(0);"
+ onclick="return overlib('A key word for the scrivener who is essentially a human copying machine.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">mechanically.</a>
+ </p>
+ <p>It is, of course, an indispensable part of a scrivener's business to verify
+ the accuracy of his copy, word by word. Where there are two or more scriveners
+ in an office, they assist each other in this examination, one reading from
+ the copy, the other holding the original. It is a <a href="javascript:void(0);"
+ onclick="return overlib('He is certainly correct, but how would he know? Surely he has never had to do such work!', STICKY)"
+ onmouseout="nd();" class="popup">very
+ dull, wearisome, and lethargic</a> affair. I can readily imagine
+ that to some <a href="javascript:void(0);" onclick="return overlib('ardently optimistic, cheerful. In other words, he concedes that a certain melancholy or maladjustment makes for a better employee.', STICKY)"
+ onmouseout="nd();" class="popup">sanguine</a> temperaments it would be altogether
+ intolerable. For example, I cannot credit that the <a href="javascript:void(0);"
+ onclick="return overlib('He has chosen a romantic poet, famed for his adventuresome spirit (although &quot;mettlesome&quot; suggests he doesn\'t care much for poets.) Some interpret this passage as suggesting that no creative person could survive such work, even though it might be necessary for making a decent living. He seems to recognize that legal copying is blinding, cramping, uncreativework.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">mettlesome
+ poet Byron</a> would have contentedly sat down with Bartleby
+ to examine a law document of, say five hundred pages, closely written in
+ a crimpy hand.</p>
+ <p>Now and then, in the haste of business, it had been my habit to assist
+ in comparing some brief document myself, calling Turkey or Nippers for
+ this purpose. One object I had in placing Bartleby so handy to me behind
+ the screen, was to avail myself of his services on such <a href="javascript:void(0);"
+ onclick="return overlib('Again he reminds the reader that he hopes Bartleby will be available for what he freely admits are trivialities.', STICKY)"
+ onmouseout="nd();" class="popup">trivial
+ occasions</a>. It was on the third day, I think, of his being
+ with me, and before any necessity had arisen for having his own writing
+ examined, that, being much hurried to complete a small affair I had in
+ hand, I abruptly called to Bartleby. In my haste and <a href="javascript:void(0);"
+ onclick="return overlib('According to his theory of management, when the boss says &quot;jump,&quot; his employees should say &quot;how high?&quot;', STICKY)"
+ onmouseout="nd();" class="popup">natural
+ expectancy of instant compliance</a>, I sat with my head bent
+ over the original on my desk, and my right hand sideways, and somewhat
+ nervously extended with the copy, so that immediately upon emerging from
+ his retreat, Bartleby might <a href="javascript:void(0);" onclick="return overlib('Evidently he doesn\'t know his man at all if he expects him to &quot;snatch&quot; anything!&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">snatch</a> it and proceed to business without
+ the least delay.</p>
+ <p>In this very attitude did I sit when I called to him, rapidly stating
+ what it was I wanted him to do--namely, to examine a small paper with me.
+ Imagine my surprise, nay, my consternation, when without moving from his
+ privacy, Bartleby in a singularly <a href="javascript:void(0);" onclick="return overlib('These would seem to be very significant adjectives and they are used frequently to describe his voice and demeanor', STICKY)"
+ onmouseout="nd();" class="popup">mild,
+ firm voice</a>, replied,<a href="javascript:void(0);" onclick="return overlib('Note that he does not say &quot;no&quot; and that he is very polite. The underlying assumption is that his preferences should matter. Should they? Do they, in this business world? By voicing a personal preference, Bartleby throws a monkey wrench into the whole system.&quot; In &quot;Civil Disobedience,&quot; Thoreau writes that a person who resists oppression acts as &quot;a counter-friction to the machine&quot; that crushes initiative and creativity. Bartleby is not Thoreau, but he seems to understand the power of passive resistance.', STICKY)"
+ onmouseout="nd();" class="popup">"I
+ would prefer not to."</a>
+ </p>
+ <p>I sat awhile in perfect silence, rallying my stunned faculties. Immediately
+ it occurred to me that my ears had deceived me, or Bartleby had entirely
+ misunderstood my meaning. I repeated my request in the clearest tone I
+ could assume. But in quite as clear a one came the previous reply, "I would
+ prefer not to."</p>
+ <p>"Prefer not to," echoed I, rising in high excitement, and crossing the
+ room with a stride, "What do you mean? Are you <a href="javascript:void(0);"
+ onclick="return overlib('i.e. &quot;looney&quot; (from &quot;lune-ey&quot;). For some reason, there is a common tie between the moon and mild madness! Actually it\'s the lawyer who seems to be &quot;struck,&quot; psychologically anyhow. Notice that the imagery of blows and thrusts (like fencing?) will be repeated.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">moon-struck</a>? I want you to help me
+ compare this sheet here--take it," and I thrust it towards him.</p>
+ <p>"I would prefer not to," said he.</p>
+ <p>I looked at him steadfastly. His face was leanly composed; his gray eye
+ dimly calm. Not a wrinkle of agitation rippled him. Had there been the
+ least uneasiness, anger, impatience or impertinence in his manner; in other
+ words, had there been any thing <a href="javascript:void(0);" onclick="return overlib('How is Bartleby not ordinarily human, at this point? Does this mean he is someh divine? saintly? or inhuman? or just very special in some sense because he does not show violent emotion (which the narrator has adjusted himself to with his other two employees.)', STICKY)"
+ onmouseout="nd();" class="popup">ordinarily
+ human</a> about him, doubtless <a href="javascript:void(0);" onclick="return overlib('Perhaps this is standard business behavior (although the &quot;violence&quot; might not be).', STICKY)"
+ onmouseout="nd();" class="popup">I
+ should have violently dismissed</a> him from the premises. But
+ as it was, I should have as soon thought of turning my pale <a href="javascript:void(0);"
+ onclick="return overlib('>How is Bartleby like this wise philosopher?', STICKY)"
+ onmouseout="nd();" class="popup">plaster-of-paris
+ bust of Cicero</a> out of doors. I stood gazing at him awhile,
+ as he went on with his own writing, and then reseated myself at my desk.
+ This is very strange, thought I. What had <a href="javascript:void(0);"
+ onclick="return overlib('Why does he use the impersonal pronoun here? After all, the real question is what should HE do.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">one</a> best do? But my business hurried
+ me. I concluded to forget the matter for the present, reserving it for
+ my future leisure. So calling Nippers from the other room, the paper was
+ speedily examined.</p>
+ <p>A few days after this, Bartleby concluded four lengthy documents, being
+ quadruplicates of a week's testimony taken before me in my High Court of
+ Chancery. It became necessary to examine them. It was an important suit,
+ and great accuracy was imperative. Having all things arranged I called
+ Turkey, Nippers and Ginger Nut from the next room, meaning to place the
+ four copies in the hands of my four clerks, while I should read from the
+ original. Accordingly Turkey, Nippers and Ginger Nut had taken their seats
+ in a row, each with his document in hand, when I called to Bartleby to
+ join this <a href="javascript:void(0);" onclick="return overlib('Is he being ironic here', STICKY)"
+ onmouseout="nd();" class="popup">interesting
+ group</a>.</p>
+ <p>"Bartleby! quick, I am waiting."</p>
+ <p>I heard a low scrape of his chair legs on the unscraped floor, and soon
+ he appeared standing at the entrance of his <a href="javascript:void(0);"
+ onclick="return overlib('A telling word which will be used repeatedly. A hermitage is a secluded or hidden residence, in which a hermit may reside (although not necessarily). But the seclusion was actually arranged by the lawyer, not Bartleby (so maybe it encourages his being a &quot;hermit&quot;?)&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">hermitage.</a>
+ </p>
+ <p>"What is wanted?" said he mildly.</p>
+ <p>"The copies, the copies," said I hurriedly. "We are going to examine them.
+ There"--and I held towards him the fourth quadruplicate.</p>
+ <p>"I would prefer not to," he said, and gently disappeared behind the screen.</p>
+ <p>For a few moments I was turned into <a href="javascript:void(0);" onclick="return overlib('This is a reference to Genesis 19:26, where Lot\'s wife was turned into a pillar of salt for disobeying God and looking back to Sodom. Ironically, it seems to be Bartleby who is disobedient. Again, he is &quot;struck&quot; still by astonishment. He is temporarily immobile; Bartleby is also immobile behind the screen.', STICKY)"
+ onmouseout="nd();" class="popup">a
+ pillar of salt,</a> standing at the head of my seated column
+ of clerks. Recovering myself, I <a href="javascript:void(0);" onclick="return overlib('a military term again. Note that he advances to the screen, not to the man.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">advanced</a> towards the screen, and demanded
+ the reason for such extraordinary conduct.</p>
+ <p>"<i>Why</i> do you refuse?"</p>
+ <p>"I would prefer not to."</p>
+ <p>With any other man I should have <a href="javascript:void(0);" onclick="return overlib('Another reminder that he is susceptible to violent rages, although he considers himself a prudent and reasonable man. What about Bartleby restrains--or significantly, &quot;disarms&quot;--him?', STICKY)"
+ onmouseout="nd();" class="popup">flown
+ outright into a dreadful passion,</a> scorned all further words,
+ and thrust him ignominiously from my presence. But there was something
+ about Bartleby that not only strangely disarmed me, but in a wonderful
+ manner touched and disconcerted me. I began to reason with him.</p>
+ <p>"These are your own copies we are about to examine. It is labor saving
+ to you, because one examination will answer for your four papers. <a href="javascript:void(0);"
+ onclick="return overlib('Just because something is &quot;common usage&quot;, does that make it humane or right?', STICKY)"
+ onmouseout="nd();" class="popup">It
+ is common usage.</a> Every copyist is bound to help examine his
+ copy. Is it not so? Will you not speak? Answer!"</p>
+ <p>"I prefer not to," he replied in a flute-like tone. It seemed to me that
+ while I had been addressing him, he carefully revolved every statement
+ that I made; fully comprehended the meaning; could not gainsay the irresistible
+ conclusion; but, at the same time, some paramount consideration prevailed
+ with him to reply as he did.</p>
+ <p>"You are decided, then, not to comply with my request--a request made
+ according to common usage and common sense?"</p>
+ <p>He briefly gave me to understand that on that point <a href="javascript:void(0);"
+ onclick="return overlib(' He does like to think of himself as reasonable. Whether that\'s what Bartleby thinks (the narrator is the one to use this phrase) is another question. Certainly Bartleby is calmer.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">my
+ judgment was sound.</a> Yes: his decision was irreversible.</p>
+ <p>It is not seldom the case that when a man is <a href="javascript:void(0);"
+ onclick="return overlib('Has he been browbeaten? (think about that word!) Why is he overreacting?', STICKY)"
+ onmouseout="nd();" class="popup">browbeaten</a> in some unprecedented and
+ violently unreasonable way, <a href="javascript:void(0);" onclick="return overlib('Again, he is struck, and now he doesn\'t even trust himself.', STICKY)"
+ onmouseout="nd();" class="popup">he
+ begins to stagger</a> in his own plainest faith. He begins, as
+ it were, vaguely to surmise that, wonderful as it may be, all the justice
+ and all the reason is on the other side. Accordingly, if any disinterested
+ persons are present, he turns to them for some reinforcement for his own
+ <a
+ href="javascript:void(0);" onclick="return overlib('Note his response here of self-doubt. Why is that? Why would he then turn to support to his other employees, whom he does not appear to respect very much? Is there desperation in his appeal?', STICKY)"
+ onmouseout="nd();" class="popup">faltering mind.</a>
+ </p>
+ <p>"Turkey," said I, "what do you think of this? Am I not right?"</p>
+ <p>"With submission, sir," said Turkey, with his blandest tone, "I think
+ that you are."</p>
+ <p>"Nippers," said I, "what do<i> you</i> think of it?"</p>
+ <p>"I think I should kick him out of the office."</p>
+ <p>(The reader of nice perceptions will here perceive that, it being morning,
+ Turkey's answer is couched in polite and tranquil terms, but Nippers replies
+ in ill-tempered ones. Or, to repeat a previous sentence, Nipper's ugly
+ mood was on duty, and Turkey's off.)</p>
+ <p>"Ginger Nut," said I, willing to enlist the smallest suffrage in my behalf,
+ "what do<i> you</i> think of it?"</p>
+ <p>"I think, sir, he's a little<i> luny</i>," replied Ginger Nut, with a
+ grin.</p>
+ <p>"You hear what they say," said I, turning towards the screen, "come forth
+ and <a href="javascript:void(0);" onclick="return overlib('His &quot;duty&quot; here is verified by his fellow clerks then. What authority do they hold? As Turkey says repeatedly, he responds &quot;with submission.&quot; The idea of &quot;doing your duty&quot; will come back to haunt the narrator toward the end', STICKY)"
+ onmouseout="nd();" class="popup">do
+ your duty</a>."</p>
+ <p>But he vouchsafed no reply. I pondered a moment in sore perplexity. But
+ once more business hurried me. I determined <a href="javascript:void(0);"
+ onclick="return overlib('This makes twice he decides to &quot;think about it.&quot; This will become a pattern in his response to Bartleby.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">again</a> to postpone the consideration
+ of this dilemma to my future leisure. With a little trouble we made out
+ to examine the papers without Bartleby, though at every page or two, Turkey
+ deferentially dropped his opinion that this proceeding was quite out of
+ the common; while Nippers, twitching in his chair with a dyspeptic nervousness,
+ ground out between his set teeth occasional hissing maledictions against
+ the stubborn oaf behind the screen. And for his (Nipper's) part, this was
+ the first and the last time he would do another man's business without
+ pay.</p>
+ <p>Meanwhile Bartleby sat in his hermitage, oblivious to every thing but
+ his own peculiar business there.</p>
+ <p>Some days passed, the scrivener being employed upon another lengthy work.
+ His late remarkable conduct led me to regard his way narrowly. I observed
+ that he never went to dinner; indeed that he never went any where. As yet
+ I had never of my personal knowledge known him to be outside of my office.
+ He was a <a href="javascript:void(0);" onclick="return overlib('Again a military image, and a very immobile one at that.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">perpetual
+ sentry</a> in the corner. At about eleven o'clock though, in
+ the morning, I noticed that Ginger Nut would advance toward the opening
+ in Bartleby's screen, as if silently beckoned thither by a gesture invisible
+ to me where I sat. That boy would then leave the office jingling a few
+ pence, and reappear with a handful of ginger-nuts which he delivered in
+ the hermitage, receiving two of the cakes for his trouble.</p>
+ <p>He lives, then, on ginger-nuts, thought I; never eats a dinner, properly
+ speaking; he must be a vegetarian then, but no; he never eats even vegetables,
+ he <a href="javascript:void(0);" onclick="return overlib('At this point he doesn\'t actually know that this is true, so why does he imagine that it is?', STICKY)"
+ onmouseout="nd();" class="popup">eats
+ nothing but ginger-nuts</a>. My mind then ran on in reveries
+ concerning the probable effects upon the human constitution of living entirely
+ on ginger-nuts. Ginger-nuts are so called because they contain ginger as
+ one of their peculiar constituents, and the final flavoring one. Now what
+ was ginger? A hot, spicy thing. Was Bartleby hot and spicy? Not at all.
+ Ginger, then, had no effect upon Bartleby. Probably<a href="javascript:void(0);"
+ onclick="return overlib('He seems to be trying to be humorous about it all here. But notice that &quot;the phrase&quot; has already become part of his thinking, perhaps without his realizing it.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">
+ he preferred it should have none.</a>
+ </p>
+ <p>Nothing so aggravates an earnest person as a <a href="javascript:void(0);"
+ onclick="return overlib('Some readers see a reflection of Henry David Thoreau, author of &quot;Civil Disobedience,&quot; in this stance. However, Thoreau was not passive; he just did not act violently. He refused to compromise to the business world, choosing to live cheaply as possible so that he would be able to write.', STICKY)"
+ onmouseout="nd();" class="popup">passive
+ resistance.</a> If the individual so resisted be of a not inhumane
+ temper, and the resisting one perfectly harmless in his passivity; then,
+ in the better moods of the former, he will endeavor charitably to <a href="javascript:void(0);"
+ onclick="return overlib('This is exactly what he is going to do.', STICKY)"
+ onmouseout="nd();" class="popup">construe
+ to his imagination</a> what proves impossible to be solved by
+ his judgment. Even so, for the most part, I regarded Bartleby and his ways.
+ Poor fellow! thought I, he means no mischief; it is plain he intends no
+ insolence; his aspect sufficiently evinces that his eccentricities are
+ involuntary. <a href="javascript:void(0);" onclick="return overlib('This, of course, is the primary reason he keeps him at this point, not because of any respect or compassion.', STICKY)"
+ onmouseout="nd();" class="popup">He
+ is useful to me</a>. I can get along with him. If I turn him
+ away, the chances are he will fall in with some less indulgent employer,
+ and then he will be rudely treated, and perhaps driven forth miserably
+ to starve. Yes. Here <a href="javascript:void(0);" onclick="return overlib('In other words, he will tolerate Bartleby not because he cares for him, but because he can gain points in heaven for it and feel good about being so benevolent. Note the words &quot;purchase&quot; and &quot;delicious.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">I
+ can cheaply purchase</a> a delicious self-approval. To befriend
+ Bartleby; to humor him in his strange willfulness, will cost me little
+ or nothing, while I lay up in my soul what will eventually prove a <a href="javascript:void(0);"
+ onclick="return overlib('An interesting instance of food imagery!', STICKY)"
+ onmouseout="nd();" class="popup">sweet
+ morsel</a> for my conscience. But this mood was not invariable
+ with me. The passiveness of Bartleby sometimes irritated me. I felt strangely
+ goaded on to encounter him in new opposition, to elicit some angry spark
+ from him answerable to my own. But indeed I might as well have essayed
+ to strike fire with my knuckles against a bit of <a href="javascript:void(0);"
+ onclick="return overlib('a brand of soft hand soap', STICKY)" onmouseout="nd();"
+ class="popup">Windsor
+ soap</a>. But one afternoon the evil impulse in me mastered
+ me, and the following little scene ensued:</p>
+ <p>"Bartleby," said I, "when those papers are all copied, I will compare
+ them with you."</p>
+ <p>"I would prefer not to."</p>
+ <p>"How? Surely you do not mean to persist in that <a href="javascript:void(0);"
+ onclick="return overlib('so he\'s a mule? No wonder there is no answer to this insult.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">mulish
+ vagary?</a>"</p>
+ <p>No answer.</p>
+ <p>I threw open the folding-doors near by, and turning upon Turkey and Nippers,
+ exclaimed in an excited manner--</p>
+ <p>"He says, a second time, he won't examine his papers. What do you think
+ of it, Turkey?"</p>
+ <p>It was afternoon, be it remembered. Turkey sat glowing like a brass boiler,
+ his bald head steaming, his hands reeling among his blotted papers.</p>
+ <p>"Think of it?" roared Turkey; "I think I'll just step behind his screen,
+ and black his eyes for him!"</p>
+ <p>So saying, Turkey rose to his feet and threw his arms into a <a href="javascript:void(0);"
+ onclick="return overlib('like a fighter. Again we have violent imagery.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">pugilistic
+ position</a>. He was hurrying away to make good his promise,
+ when I detained him, alarmed at the effect of incautiously rousing Turkey's
+ combativeness after dinner.</p>
+ <p>"Sit down, Turkey," said I, "and hear what Nippers has to say. What do
+ you think of it, Nippers? Would I not be justified in immediately dismissing
+ Bartleby?"</p>
+ <p>"Excuse me, that is for you to decide, sir. I think his conduct quite
+ unusual, and indeed unjust, as regards Turkey and myself. But it may only
+ be a passing whim."</p>
+ <p>"Ah," exclaimed I, "you have strangely changed your mind then--you speak
+ very gently of him now."</p>
+ <p>"All beer," cried Turkey; "gentleness is effects of beer--Nippers and
+ I dined together to-day. You see how gentle I am, sir. Shall I go and black
+ his eyes?"</p>
+ <p>"You refer to Bartleby, I suppose. No, not to-day, Turkey," I replied;
+ "pray, put up your fists."</p>
+ <p>I closed the doors, and again advanced towards Bartleby. I felt additional
+ incentives tempting me to my fate. <a href="javascript:void(0);" onclick="return overlib('He is provoking Bartleby to fulfill some personal needs of his own. What might they be?', STICKY)"
+ onmouseout="nd();" class="popup">I
+ burned to be rebelled against again.</a> I remembered that Bartleby
+ never left the office.</p>
+ <p>"Bartleby," said I, "Ginger Nut is away; just step round to the <a href="javascript:void(0);"
+ onclick="return overlib('As we will see later, Bartleby may have good reason for not going there.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">Post
+ Office</a>, won't you? (it was but a three minutes walk,) and
+ see if there is any thing for me."</p>
+ <p>"I would prefer not to."</p>
+ <p>"You<i> will</i> not?"</p>
+ <p>"I <i>prefer</i> not."</p>
+ <p>I <a href="javascript:void(0);" onclick="return overlib('He is clearly deeply shaken.', STICKY)"
+ onmouseout="nd();" class="popup">staggered</a> to my desk, and sat there
+ in a deep study. My <a href="javascript:void(0);" onclick="return overlib('tenacity. They are both being stubborn!', STICKY)"
+ onmouseout="nd();" class="popup">blind
+ inveteracy</a> returned. Was there any other thing in which I
+ could procure myself to be <a href="javascript:void(0);" onclick="return overlib('dishonorably, disgracefully. Evidently he is sensitive about being humiliated.', STICKY)"
+ onmouseout="nd();" class="popup">ignominiously</a> repulsed by this lean,
+ penniless with?--<a href="javascript:void(0);" onclick="return overlib('Not a troubled human being, but his &quot;hired clerk&quot; (almost his slave?) Why does he continue to try to provoke him?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">my
+ hired clerk</a>? What added thing is there, perfectly reasonable,
+ that he will be sure to refuse to do?</p>
+ <p>"Bartleby!"</p>
+ <p>No answer.</p>
+ <p>"Bartleby," in a louder tone.</p>
+ <p>No answer.</p>
+ <p>"Bartleby," I roared.</p>
+ <p>Like <a href="javascript:void(0);" onclick="return overlib('There will be several references to him as ghostly, perhaps showing death-in-life.', STICKY)"
+ onmouseout="nd();" class="popup">a
+ very ghost</a>, agreeably to the laws of magical invocation,
+ at the third summons, he appeared at the entrance of his hermitage.</p>
+ <p>"Go to the next room, and tell Nippers to come to me."</p>
+ <p>"I prefer not to," he <a href="javascript:void(0);" onclick="return overlib('He is always polite and respectful, even when he is being insulted.', STICKY)"
+ onmouseout="nd();" class="popup">respectfully
+ </a>and slowly said, and mildly disappeared.</p>
+ <p>"Very good, Bartleby," said I, in a quiet sort of serenely severe self-possessed
+ tone, intimating the unalterable purpose of some <a href="javascript:void(0);"
+ onclick="return overlib('What could he have in mind? Oh well, he\'s hungry and doesn\'t want to bother punishing Bartleby.', STICKY)"
+ onmouseout="nd();" class="popup">terrible
+ retribution</a> very close at hand. At the moment I half intended
+ something of the kind. But upon the whole, as it was drawing towards my
+ dinner-hour, I thought it best to put on my hat and walk home for the day,
+ <a
+ href="javascript:void(0);" onclick="return overlib('Why is he so very disturbed? Does he feel he is being personally attacked? punished?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">suffering much from perplexity and distress of mind</a>.</p>
+ <p> <a href="javascript:void(0);" onclick="return overlib('Here he is openly appealing to the reader, perhaps even confessing. Is this whole story an effort to justify what he has done?', STICKY)"
+ onmouseout="nd();" class="popup">Shall
+ I acknowledge it?</a> The conclusion of this whole business was
+ that it soon became a fixed fact of my chambers, that a pale young scrivener,
+ by the name of Bartleby, had a desk there; that he copied for me at the
+ usual rate of <a href="javascript:void(0);" onclick="return overlib('This shows that Bartleby was not paid by the hour or salary, but &quot;by the piece,&quot; as the others must be.mThat means that the lawyer did not have to pay for work done slowly and poorly, only for acceptable work.', STICKY)"
+ onmouseout="nd();" class="popup">four
+ cents a folio </a>(one hundred words); but he was permanently
+ exempt from examining the work done by him, that duty being transferred
+ to Turkey and Nippers, one of compliment doubtless to their superior acuteness;
+ moreover, said Bartleby was never on any account to be dispatched on the
+ most trivial errand of any sort; and that even if entreated to take upon
+ him such a matter, it was generally understood that he would prefer not
+ to--in other words, that he would refuse <a href="javascript:void(0);" onclick="return overlib('Though he certainly refuses, is it &quot;point blank&quot;?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">point-blank.</a>
+ </p>
+ <p>32 As days passed on, I became considerably reconciled to Bartleby. His
+ steadiness, his freedom from all dissipation, his incessant industry (except
+ when he chose to throw himself into a standing revery behind his screen),
+ his great stillness, his unalterableness of demeanor under all circumstances,
+ made him <a href="javascript:void(0);" onclick="return overlib('The lawyer convinces himself of Bartleby\'s &quot;virtues.&quot; Note that he speaks of him not as a person, but a &quot;valuable acquisition&quot;! Do you think Bartleby is aware of this dehumanizing attitude?', STICKY)"
+ onmouseout="nd();" class="popup">a
+ valuable acquisition</a>. One prime thing was this,--he was
+ always there;--first in the morning, continually through the day, and the
+ last at night. I had a singular confidence in his honesty. I felt my most
+ precious papers perfectly safe in his hands. Sometimes to be sure I could
+ not, <a href="javascript:void(0);" onclick="return overlib('what a curious statement! Is Bartleby in some way connected with the lawyer\'s soul?', STICKY)"
+ onmouseout="nd();" class="popup">for
+ the very soul of me</a>, avoid falling into sudden spasmodic
+ passions with him. For it was exceeding difficult to bear in mind all the
+ time those strange peculiarities, privileges, and unheard of exemptions,
+ forming the tacit stipulations on Bartleby's part under which he remained
+ in my office. Now and then, in the eagerness of dispatching pressing business,
+ I would inadvertently summon Bartleby, in a short, rapid tone, to put his
+ finger, say, on the incipient tie of a bit of red tape with which I was
+ about compressing some papers. Of course, from behind the screen the usual
+ answer, "I prefer not to," was sure to come; and then, <a href="javascript:void(0);"
+ onclick="return overlib('Is he defending himself here? For whom? Why?', STICKY)"
+ onmouseout="nd();" class="popup">how
+ could a human creature</a> with the common infirmities of our
+ nature, refrain from bitterly exclaiming upon such perverseness--such unreasonableness.
+ However, every added repulse of this sort which I received only <a href="javascript:void(0);"
+ onclick="return overlib('Bartleby seems to be conditioning him very well.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">tended
+ to lessen</a> the probability of my repeating the inadvertence.</p>
+ <p>Here is must be said, that according to the custom of most legal gentlemen
+ occupying chambers in densely-populated law buildings, there were several
+ keys to my door. One was kept by a woman residing in the attic, which person
+ weekly scrubbed and daily swept and dusted my apartments. Another was kept
+ by Turkey for convenience sake. The third I sometimes carried in my own
+ pocket. The fourth I knew not who had.</p>
+ <p>Now, one Sunday morning I happened to go to Trinity Church, <a href="javascript:void(0);"
+ onclick="return overlib('In other words, why else would he go to church? His moral condition does not seem to be very strong, or his generosity very deep.', STICKY)"
+ onmouseout="nd();" class="popup">to
+ hear a celebrated preacher</a>, and finding myself rather early
+ on the ground, I thought I would walk round to my chambers for a while.
+ Luckily I had my key with me; but upon applying it to the lock, I found
+ it resisted by something inserted from the inside. Quite surprised, I called
+ out; when to my consternation a key was turned from within; and thrusting
+ his lean visage at me, and holding the door ajar, <a href="javascript:void(0);"
+ onclick="return overlib('Recall that he has already called him a ghost', STICKY)"
+ onmouseout="nd();" class="popup">the
+ apparition</a> of Bartleby appeared, in his shirt sleeves, and
+ otherwise in a strangely tattered dishabille, saying quietly that he was
+ sorry, but he was deeply engaged just then, and--preferred not admitting
+ me at present. In a brief word or two, he moreover added, that perhaps
+ I had better walk round the block two or three times, and by that time
+ he would probably have concluded his affairs. Now, the utterly <a href="javascript:void(0);"
+ onclick="return overlib('Why is he so surprised? He has already commended Bartleby for working so many hours overtime--and for no extra pay.', STICKY)"
+ onmouseout="nd();" class="popup">unsurmised
+ appearance</a> of Bartleby, tenanting my law-chambers of a Sunday
+ morning, with his <a href="javascript:void(0);" onclick="return overlib('This description adds to the idea of Bartleby as being somehow a &quot;living dead&quot; person.', STICKY)"
+ onmouseout="nd();" class="popup">cadaverously</a> gentlemanly nonchalance,
+ yet withal firm and self-possessed, had such a strange effect upon me,
+ that incontinently I slunk away from my own door, and did as desired. But
+ not without sundry twinges of impotent rebellion against the mild effrontery
+ of this unaccountable scrivener. Indeed, it was his wonderful mildness
+ chiefly, which not only disarmed me, but <a href="javascript:void(0);" onclick="return overlib('A &quot;real man&quot; would have dealt immediately and definitely with such defiance, right? This does seem to be a royal battle of wills at this point, and he\'s afraid he\'s losing--and losing face (a big kind of loss for a person who cherishes appearances).', STICKY)"
+ onmouseout="nd();" class="popup">unmanned</a> me, as it were. For I consider
+ that one, for the time, is a sort of unmanned when he tranquilly permits
+ his hired clerk to dictate to him, and <a href="javascript:void(0);" onclick="return overlib('Was what Bartleby said an &quot;order&quot;? Or does he just take it that way because his &quot;inferior&quot; is not showing proper respect for his property and rights?', STICKY)"
+ onmouseout="nd();" class="popup">order
+ him</a> away from his own premises. Furthermore, I was full of
+ uneasiness as to what Bartleby could possibly be doing in my office in
+ his shirt sleeves, and in an otherwise dismantled condition of a Sunday
+ morning. Was any thing amiss going on? Nay, that was out of the question.
+ It was not to be thought of for a moment that Bartleby was an immoral person.
+ But what could he be doing there?--copying? Nay again, whatever might be
+ his eccentricities, Bartleby was an eminently decorous person. He would
+ be the last man to sit down to his desk in any state approaching to nudity.
+ Besides, it was Sunday; and there was something about Bartleby that forbade
+ the supposition that we would by any secular occupation violate <a href="javascript:void(0);"
+ onclick="return overlib('One thing he likes about Bartleby is his dress and observation of &quot;proprieties,&quot; in short, how well he makes his boss to appear.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">the
+ proprieties</a> of the day.</p>
+ <p>Nevertheless, my mind was not pacified; and full of a restless curiosity,
+ at last I returned to the door. Without hindrance I inserted my key, opened
+ it, and entered. Bartleby was not to be seen. I looked round anxiously,
+ peeped behind his screen; but it was very plain that he was gone. Upon
+ more closely examining the place, I surmised that for an indefinite period
+ Bartleby must have ate, dressed, and slept in my office, and that too without
+ plate, mirror, or bed. The cushioned seat of a rickety old sofa in one
+ corner bore t faint impress of a lean, reclining form. Rolled away under
+ his desk, I found a blanket; under the empty grate, a blacking box and
+ brush; on a chair, a tin basin, with soap and a ragged towel; in a newspaper
+ a few crumbs of ginger-nuts and a morsel of cheese. Yet, thought I, it
+ is evident enough that Bartleby has been making his home here, keeping
+ <a
+ href="javascript:void(0);" onclick="return overlib('Presumably the lawyer is also a bachelor. They may have more in common than immediately appears to be! Both are probably well acquainted with loneliness.', STICKY)"
+ onmouseout="nd();" class="popup">bachelor's hall</a>all by himself. Immediately then the thought came sweeping
+ across me, What miserable friendlessness and loneliness are here revealed!
+ His poverty is great; but his solitude, <a href="javascript:void(0);" onclick="return overlib('Again his sympathy is aroused. Obviously he can imagine with great feeling--perhaps a feeling that he himself has experienced?', STICKY)"
+ onmouseout="nd();" class="popup">how
+ horrible!</a> Think of it. Of a Sunday, Wall-street is deserted
+ as <a href="javascript:void(0);" onclick="return overlib('an ancient ruined city', STICKY)"
+ onmouseout="nd();" class="popup">Petra</a>; and every night of every day
+ it is an emptiness. This building too, which of week-days hums with industry
+ and life, at nightfall echoes with sheer vacancy, and all through Sunday
+ is forlorn. And here Bartleby makes his home; sole spectator of a solitude
+ which he has seen all populous--a sort of innocent and transformed <a href="javascript:void(0);"
+ onclick="return overlib('Marius was a Roman general who was exiled from Rome, captured by enemies, and escaped to Africa, sending back a message to Rome that he was sitting &quot;amid the ruins of Carthage,&quot; presumably feeling very much like a ruin himself.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">Marius
+ brooding among the ruins of Carthage!</a>
+ </p>
+ <p>For the <a href="javascript:void(0);" onclick="return overlib('The lawyer is changing, having feelingsof melancholy (about the human condition?) he never admitted to himself before.', STICKY)"
+ onmouseout="nd();" class="popup">first
+ time in my life</a> a feeling of overpowering stinging melancholy
+ seized me. Before, I had never experienced aught but a not-unpleasing sadness.
+ The bond of a common humanity now drew me irresistibly to gloom. A fraternal
+ melancholy! For both I and Bartleby were <a href="javascript:void(0);" onclick="return overlib('Here he truly connects with Bartleby and so has a new perspective on himself and the connections between human beings.', STICKY)"
+ onmouseout="nd();" class="popup">sons
+ of Adam</a>. I remembered the bright silks and sparkling faces
+ I had seen that day in gala trim, swan-like sailing down the Mississippi
+ of Broadway; and I contrasted them with the pallid copyist, and thought
+ to myself, Ah, happiness courts the light, so we deem the world is gay;
+ but misery hides aloof, so we deem that misery there is none. These sad
+ fancyings-- <a href="javascript:void(0);" onclick="return overlib('fancies, illusions', STICKY)"
+ onmouseout="nd();" class="popup">chimeras</a>, doubtless, of a sick and
+ silly brain--led on to other and more special thoughts, concerning the
+ eccentricities of Bartleby. Presentiments of strange discoveries hovered
+ round me. The scrivener's pale form appeared to me <a href="javascript:void(0);"
+ onclick="return overlib('He imagines Bartleby dead among uncaring people. What does this show about him at this point?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">laid
+ out</a>, among uncaring strangers, in its shivering winding
+ sheet.</p>
+ <p>Suddenly I was attracted by Bartleby's closed desk, the key in open sight
+ left in the lock.</p>
+ <p> <a href="javascript:void(0);" onclick="return overlib('Again, he is quite defensive before the reader. Isn\'t he invading Bartleby\'s territory? Or is he justified in poking around his desk? Does that explain the change that will come in Bartleby?', STICKY)"
+ onmouseout="nd();" class="popup">I
+ mean no mischief, </a>seek the gratification of no heartless
+ curiosity, thought I; besides, the desk is mine, and its contents too,
+ so I will make bold to look within. Every thing was methodically arranged,
+ the papers smoothly placed. The pigeon holes were deep, and removing the
+ files of documents, I groped into their recesses. Presently I felt something
+ there, and dragged it out. It was an old bandanna handkerchief, heavy and
+ knotted. I opened it, and saw it was a savings' bank.</p>
+ <p>I now recalled all the quiet mysteries which I had noted in the man. I
+ remembered that he never spoke but to answer; that though at intervals
+ he had considerable time to himself, yet I had never seen him reading--no,
+ not even a newspaper; that for long periods he would stand looking out,
+ at his pale window behind the screen, upon the dead brick wall; I was quite
+ sure he never visited any refectory or eating house; while his pale face
+ clearly indicated that he never drank beer like Turkey, or tea and coffee
+ even, like other men; that he never went any where in particular that I
+ could learn; never went out for a walk, unless indeed that was the case
+ at present; that he had declined telling who he was, or whence he came,
+ or whether he had any relatives in the world; that though so thin and pale,
+ he never complained of ill health. And more than all, I remembered a certain
+ unconscious air of pallid--how shall I call it?--of <a href="javascript:void(0);"
+ onclick="return overlib('He finds Bartleby proud but somehow lifeless. Has he yet realized that Bartleby may be fighting for respect?', STICKY)"
+ onmouseout="nd();" class="popup">pallid
+ haughtiness</a>, say, or rather an austere reserve about him,
+ which had positively awed me into my tame compliance with his eccentricities,
+ when I had feared to ask him to do the slightest incidental thing for me,
+ even though I might know, from his long-continued motionlessness, that
+ behind his screen he must be standing in one of those <a href="javascript:void(0);"
+ onclick="return overlib('This is the first time he seems to have personally confronted the &quot;view&quot; that Bartleby sees, as well as its significance. He has evidently been watching Bartleby closely in his &quot;hermitage.&quot;&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">dead-wall
+ reveries</a> of his.</p>
+ <p>Revolving all these things, and coupling them with the recently discovered
+ fact that he made my office his constant abiding place and home, and not
+ forgetful of his morbid moodiness; revolving all these things, a <a href="javascript:void(0);"
+ onclick="return overlib('Remember that prudence was his leading characteristic at the beginning of the story. How is this significant at this point? What is the link between prudence and the train of emotions he is experiencing?', STICKY)"
+ onmouseout="nd();" class="popup">prudential
+ feeling</a> began to steal over me. My first emotions had been
+ those of pure melancholy and sincerest pity; but just in proportion as
+ the forlornness of Bartleby grew and grew to my imagination, did that same
+ melancholy merge into <a href="javascript:void(0);" onclick="return overlib('What is it that he is afraid of?', STICKY)"
+ onmouseout="nd();" class="popup">fear</a>, that pity into repulsion. So
+ true it is, and so terrible too, that up to a certain point the thought
+ or sight of misery enlists our best affections; but, in certain special
+ cases, beyond that point it does not. They err who would assert that invariably
+ this is owing to the inherent selfishness of the human heart. It rather
+ proceeds from a certain hopelessness of remedying excessive and organic
+ ill. To a sensitive being, pity is not seldom pain. And when at last it
+ is perceived that such pity cannot lead to effectual succor, common sense
+ bids the soul be rid of it. What I saw that morning persuaded me that the
+ scrivener was the victim <a href="javascript:void(0);" onclick="return overlib('He sees him as hopelessly sick. Does this then relieve him of any responsibility for Bartleby\'s well-being? Or does it distance him from Bartleby, so he doesn\'t have to have those uncomfortable feelings? What alternatives would an employer have in such a situation? What would you expect him to do? Why?', STICKY)"
+ onmouseout="nd();" class="popup">of
+ innate and incurable disorder.</a> I might give alms to his body;
+ but his body did not pain him; it was his soul that suffered, and <a href="javascript:void(0);"
+ onclick="return overlib('This is a touching sentence, and probably an accurate observation of Bartleby\'s state. What is interesting is that the lawyer wishes, even desperately, to somehow touch his soul. Is it because his own soul is tied up in Bartleby\'s condition at this point?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">his
+ soul I could not reach.</a>
+ </p>
+ <p>I did not accomplish the purpose of going to Trinity Church that morning.
+ Somehow, <a href="javascript:void(0);" onclick="return overlib('A curious statement. Does he feel soiled in some way? Or does he not feel that Trinity Church will help him with his moral dilemma?', STICKY)"
+ onmouseout="nd();" class="popup">the
+ things I had seen disqualified me</a> for the time from church-going.
+ I walked homeward, thinking what I would do with Bartleby. Finally, I
+ <a
+ href="javascript:void(0);" onclick="return overlib('He\'s quite happy that he\'s found a &quot;reasonable&quot; yet compassionate solution to this problem--fire him with severance pay and a promise of a recommendation. Yet he has just concluded that Bartleby\'s problems are not of the body but the soul. Why would he think this could possibly work?', STICKY)"
+ onmouseout="nd();" class="popup">resolved</a>upon this;--I would put certain calm questions to him the
+ next morning, touching his history, &amp;c., and if he declined to answer
+ then openly and reservedly (and I supposed he would prefer not), then to
+ give him a twenty dollar bill over and above whatever I might owe him,
+ and tell him his services were no longer required; but that if in any other
+ way I could assist him, I would be happy to do so, especially if he desired
+ to return to his native place, wherever that might be, I would willingly
+ help to defray the expenses. Moreover, if after reaching home, he found
+ himself at any time in want of aid, a letter from him would be sure of
+ a reply.</p>
+ <p>The next morning came.</p>
+ <p>"Bartleby," said I, gently calling to him behind the screen.</p>
+ <p>No reply.</p>
+ <p>"Bartleby," said I, in a still gentler tone, "come here; I am not going
+ to ask you to do any thing you would prefer not to do--I simply wish to
+ speak to you."</p>
+ <p>Upon this he noiselessly slid into view.</p>
+ <p>"Will you tell me, Bartleby, <a href="javascript:void(0);" onclick="return overlib(' Is this any business of his? He seems to be trying to establish a personal connection with Bartleby, rather than the business one alone.', STICKY)"
+ onmouseout="nd();" class="popup">where
+ you were born?"</a>
+ </p>
+ <p>"I would prefer not to."</p>
+ <p>"Will you tell me <i>anything </i>about yourself?"</p>
+ <p>"I would prefer not to."</p>
+ <p>"But what <a href="javascript:void(0);" onclick="return overlib('Again, there\'s emphasis on &quot;reason.&quot; Yet people--even the lawyer--often behave from unreasonable motivation (see his prudence and his consciousness of appearances, for example).', STICKY)"
+ onmouseout="nd();" class="popup">reasonable
+ objection</a> can you have to speak to me? I feel friendly towards
+ you."</p>
+ <p>He did not look at me while I spoke, but kept his glance fixed upon my
+ <a
+ href="javascript:void(0);" onclick="return overlib('Earlier he thought Bartleby resembled a bust of Cicero, a Roman philosopher. Why does he note this here? A reader may be reminded of Poe, especially his poem &quot;The Raven&quot; where the raven perches on a bust of Pallas, the Greek goddess of wisdom, saying repeatedly &quot;Nevermore.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">bust of Cicero</a>, which as I then sat, was directly behind me, some
+ six inches above my head. "What is your answer, Bartleby?" said I, after
+ waiting a considerable time for a reply, during which his countenance remained
+ immovable, only there was the <a href="javascript:void(0);" onclick="return overlib('Bartleby\'s first expression of emotion. What do you think has caused this?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">faintest
+ conceivable tremor</a> of the white attenuated mouth.</p>
+ <p>"At present I prefer to give no answer," he said, and retired into his
+ hermitage.</p>
+ <p>It was rather weak in me I confess, but his manner on this occasion nettled
+ me. Not only did there seem to lurk in it a certain disdain, but <a href="javascript:void(0);"
+ onclick="return overlib('Again, he demands that Bartleby assume the proper &quot;employee demeanor&quot; and be grateful for his good treatment. In other words, he should be properly subservient and recognize what a good person his employer is. This is not disinterested moral behavior!', STICKY)"
+ onmouseout="nd();" class="popup">his
+ perverseness seemed ungrateful</a>, considering the undeniable
+ good usage and indulgence he had received from me.</p>
+ <p>Again I sat ruminating what I should do.<a href="javascript:void(0);"
+ onclick="return overlib('Very upset (but note that he uses a word with the Latin word for &quot;death&quot; in it)', STICKY)"
+ onmouseout="nd();" class="popup">Mortified</a> as I was at his behavior,
+ and resolved as I had been to dismiss him when I entered my office, nevertheless
+ I strangely felt something superstitious knocking at my heart, and forbidding
+ me to carry out my purpose, and denouncing me for a villain if I dared
+ to breathe one bitter word against this forlornest of mankind. At last,
+ familiarly drawing my chair behind his screen, I sat down and said: "Bartleby,
+ never mind then about revealing your history; but let me entreat you,
+ <a
+ href="javascript:void(0);" onclick="return overlib('Is he really his friend? Or is he just desperate?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">as a friend</a>, to comply as far as may be with the usages of this office.
+ Say now you will help to examine papers tomorrow or next day: in short,
+ say now that in a day or two you will begin to be a little reasonable:--say
+ so, Bartleby."</p>
+ <p>"At present I would prefer not to be a little <a href="javascript:void(0);"
+ onclick="return overlib('Note the repetition and linking of these words.', STICKY)"
+ onmouseout="nd();" class="popup">reasonable
+ was his idly cadaverous reply.</a>,"</p>
+ <p>Just then the folding-doors opened, and Nippers approached. He seemed
+ suffering from an unusually bad night's rest, induced by severer indigestion
+ than common. He overheard those final words of Bartleby.</p>
+ <p><i>"<a href="javascript:void(0);" onclick="return overlib('Here\'s an outbreak of &quot;prefer,&quot; consciously from Nippers and less consciously from the lawyer. The contagion is spreading, and the concept of &quot;preferences&quot; mattering has sunk in.', STICKY)" onmouseout="nd();" class="popup">Prefer</a></i> not,
+ eh?" gritted Nippers--"I'd<i> prefer</i> him, if I were you, sir," addressing
+ me--"I'd <i>prefer</i> him; I'd give him preferences, the stubborn mule!
+ What is it, sir, pray, that he <i>prefers</i> not to do now?"</p>
+ <p>Bartleby moved not a limb.</p>
+ <p><a href="javascript:void(0);" onclick="return overlib('This is the first time that the lawyer uses Bartleby&quot;s phrase in the story.', STICKY)"
+ onmouseout="nd();" class="popup">"Mr.
+ Nippers," said I, "I'd prefer that you would withdraw for the present."</a>
+ </p>
+ <p>Somehow, of late I had got into the way of involuntary using this word
+ "prefer" upon all sorts of not exactly suitable occasions. And I trembled
+ to think that my contact with the scrivener had already and seriously affected
+ me in a mental way. And what further and deeper <a href="javascript:void(0);"
+ onclick="return overlib('e seems worried that he may be losing his sanity. Is he? Just because he assumes that it is all right to &quot;prefer not&quot; to do something?', STICKY)"
+ onmouseout="nd();" class="popup">aberration</a> might it not yet produce?
+ This apprehension had not been without <a href="javascript:void(0);" onclick="return overlib('effectiveness. Why is this sentence so complicated? Is he trying to avoid saying exactly what he means?', STICKY)"
+ onmouseout="nd();" class="popup">efficacy</a> in determining me to summary
+ means.</p>
+ <p>As Nippers, looking very sour and sulky, was departing, Turkey blandly
+ and deferentially approached.</p>
+ <p>"With submission, sir," said he, "yesterday I was thinking about Bartleby
+ here, and I think that if he would but prefer to take a quart of good ale
+ every day, it would do much towards mending him, and enabling him to assist
+ in examining his papers."</p>
+ <p>"So you have got the word too," said I, slightly excited.</p>
+ <p>"With submission, what word, sir," asked Turkey, respectfully crowding
+ himself into the contracted space behind the screen, and by so doing, making
+ me <a href="javascript:void(0);" onclick="return overlib('He has crossed Bartleby\'s boundaries again.', STICKY)"
+ onmouseout="nd();" class="popup">jostle
+ the scrivener.</a> "What word, sir?"</p>
+ <p>"I would prefer to be left alone here," said Bartleby, as if offended
+ at being <a href="javascript:void(0);" onclick="return overlib('In a sense, Bartleby is being ridiculed. Turkey doesn\'t seem to have any idea that he has adopted the word--or the concept of preferring.', STICKY)"
+ onmouseout="nd();" class="popup">mobbed
+ in his privacy.</a>
+ </p>
+ <p>"<i>That's</i> the word, Turkey," said I--<i>"that's</i> it."</p>
+ <p>"Oh,<i> prefer</i> oh yes--queer word. I never use it myself. But, sir
+ as I was saying, if he would but prefer--"</p>
+ <p>"Turkey," interrupted I, "you will please withdraw."</p>
+ <p>"Oh, certainly, sir, <a href="javascript:void(0);" onclick="return overlib('You should be at least smiling at this point! Yet this is quite serious; even the obsequious Turkey has been infected.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">if
+ you prefer that I should</a>."</p>
+ <p>As he opened the folding-door to retire, Nippers at his desk caught a
+ glimpse of me, and asked whether I would prefer to have a certain paper
+ copied on blue paper or white. He did not in the least roguishly accent
+ the word prefer. It was plain that it involuntarily rolled from his tongue.
+ I thought to myself, surely I must get rid of a <a href="javascript:void(0);"
+ onclick="return overlib(' By this definition, is Bartleby &quot;demented&quot;? Just because others start picking up his phrase? (Then we are all in trouble!) But this is a man who loves order and hierarchy; all of a sudden, his employees are getting quite &quot;uppity&quot; and hard to control.', STICKY)"
+ onmouseout="nd();" class="popup">demented</a> man, who already has in some
+ degree turned the tongues, if not the heads of myself and clerks. But I
+ thought it <a href="javascript:void(0);" onclick="return overlib(' Why wouldn\'t it be &quot;prudent&quot;? Is he not admitting his need to delay?', STICKY)"
+ onmouseout="nd();" class="popup">prudent</a> not to break the dismission
+ at once.</p>
+ <p>The next day I noticed that <a href="javascript:void(0);" onclick="return overlib('Obviously the intrusive encounter of the previous day has turned Bartleby\'s polite defiance into a fatal direction. Do you think he would have continued to work as before had the lawyer not confronted him?', STICKY)"
+ onmouseout="nd();" class="popup">Bartleby
+ did nothing </a>but stand at his window in his dead-wall revery.
+ Upon asking him why he did not write, he said that he had decided upon
+ doing no more writing.</p>
+ <p>"Why, how now? what next?" exclaimed I, "do no more writing?"</p>
+ <p>"No more."</p>
+ <p>"And what is the reason?"</p>
+ <p>"<a href="javascript:void(0);" onclick="return overlib('What should he be seeing? That Bartleby is staring at the dead wall? Or what that might mean?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">Do
+ you not see the reason</a> for yourself," he indifferently replied.</p>
+ <p>I looked steadfastly at him, and perceived that his eyes looked dull and
+ glazed. Instantly it occurred to me, that his unexampled diligence in copying
+ by his dim window for the first few weeks of his stay with me might have
+ temporarily <a href="javascript:void(0);" onclick="return overlib('He immediately assumes that the problem is a physical one. Evidently his understanding of &quot;seeing&quot; is quite different from Bartleby\'s. Note that Bartleby is now the one talking about &quot;reason.&quot; Why does he say it &quot;indifferently&quot;? Does he know the answer?', STICKY)"
+ onmouseout="nd();" class="popup">impaired
+ his vision</a>.</p>
+ <p>I was touched. I said something in condolence with him. I hinted that
+ of course he did wisely in abstaining from writing for a while; and urged
+ him to embrace that opportunity of taking wholesome exercise in the open
+ air. This, however, <a href="javascript:void(0);" onclick="return overlib('He seems to prefer not to leave the office. Surely the lawyer realizes that suggesting exercise is futile; again, he wishes to speak to the body, not the soul.', STICKY)"
+ onmouseout="nd();" class="popup">he
+ did not do</a>. A few days after this, my other clerks being
+ absent, and being in a great hurry to dispatch certain letters by the mail,
+ I thought that, having nothing else earthly to do, Bartleby would surely
+ be less inflexible than usual, and carry these letters <a href="javascript:void(0);"
+ onclick="return overlib('again, he wants to send him here. He seems desperate to get Bartleby out of the office, but Bartleby refuses to go anywhere.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">to
+ the post-office</a>. But he blankly declined. So, much to my
+ inconvenience, I went myself.</p>
+ <p>Still <a href="javascript:void(0);" onclick="return overlib('His reluctance to act is even more pronounced; he wants to believe everything will be all right if he gives it some time. Maybe his eyes will improve!', STICKY)"
+ onmouseout="nd();" class="popup">added
+ days went by.</a> Whether Bartleby's eyes improved or not, I
+ could not say. To all appearance, I thought they did. But when I asked
+ him if they did, he vouchsafed no answer. At all events, he would do no
+ copying. At last, in reply to my urgings, he informed me that he had permanently
+ given up copying.</p>
+ <p>"What!" exclaimed I; "suppose your eyes should get entirely well- better
+ than ever before--would you not copy then?"</p>
+ <p>"I have given up copying," he answered, and <a href="javascript:void(0);"
+ onclick="return overlib('No direct confrontation here! This action seems to reflect the willingness of the lawyer to &quot;let things slide&quot; also.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">slid
+ aside.</a>
+ </p>
+ <p>He remained as ever, <a href="javascript:void(0);" onclick="return overlib('His physical immobility is emphasized, and it will remain his major characteristic. Have you seen hints of immobility leading up to this point? Does the lawyer share that tendency?', STICKY)"
+ onmouseout="nd();" class="popup">a
+ fixture</a> in my chamber. Nay--if that were possible--he became
+ still more of a fixture than before. What was to be done? He would do nothing
+ in the office: why should he stay there? In plain fact, he had now become
+ a millstone to me, not only useless as a necklace, but afflictive to bear.
+ Yet I was sorry for him. I speak less than truth when I say that, on his
+ own account, he occasioned me uneasiness. If he would but have named a
+ single relative or friend, I would instantly have written, and urged their
+ taking the poor fellow away to some convenient retreat. But he seemed alone,
+ absolutely alone in the universe. <a href="javascript:void(0);" onclick="return overlib('Again the image of ruin and utter loneliness. Yet Bartleby is in a busy office, separated only by a green &quot;wall&quot; of a screen. The narrator seems to be overdramatizing; why might that be?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">A
+ bit of wreck&lt;</a>/font&gt; in the mid Atlantic. At length,
+ necessities connected with my business tyrannized over all other considerations.
+ Decently as I could, I told Bartleby that in six days' time he must unconditionally
+ leave the office. I warned him to take measures, in the interval, for procuring
+ some other abode. I offered to assist him in this endeavor, if he himself
+ would but take the first step towards a removal. "And when you finally
+ quit me, Bartleby," added I, "I shall see that you go not away entirely
+ unprovided. Six days from this hour, remember."</p>
+ <p>At the expiration of that period, I peeped behind the screen, and <a href="javascript:void(0);"
+ onclick="return overlib('Of course he was! What would make him expect anything else?', STICKY)"
+ onmouseout="nd();" class="popup">lo!
+ Bartleby was there.</a>
+ </p>
+ <p>I <a href="javascript:void(0);" onclick="return overlib('and his courage! This is not easy for him.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">buttoned
+ up my coat</a>, balanced myself; advanced slowly towards him,
+ touched his shoulder, and said, "The time has come; you must quit this
+ place; I am sorry for you; here is money; but you must go."</p>
+ <p>"I would prefer not," he replied, with his back still towards me.</p>
+ <p>"You<i> must</i>."</p>
+ <p>He remained silent.</p>
+ <p>Now I had an unbounded confidence in this man's common honesty. He had
+ frequently restored to me six pences and shillings carelessly dropped upon
+ the floor, for I am apt to be very reckless in such <a href="javascript:void(0);"
+ onclick="return overlib('Though money means little to him, so little that he throws it around, it must seem quite different for his impoverished clerks. He seems rather insensitive in this case.', STICKY)"
+ onmouseout="nd();" class="popup">shirt-button
+ affairs</a>. The proceeding then which followed will not be
+ deemed extraordinary. "<a href="javascript:void(0);" onclick="return overlib('This sounds like a speech he has practiced for some time. In fact, he seems rather proud that he has wrapped up the situation, and Bartleby, paid him off and kept his conscience clean.', STICKY)"
+ onmouseout="nd();" class="popup">Bartleby,"
+ said I, "I owe you twelve dollars on account; here are thirty-two; the
+ odd twenty are yours.--Will you take it?</a> and I handed the
+ bills towards him.</p>
+ <p>But he made no motion.</p>
+ <p>"I will leave them here then," putting them under a weight on the table.
+ Then taking my hat and cane and going to the door I tranquilly turned and
+ added--"After you have removed your things from these offices, Bartleby,
+ you will of course lock the door--since every one is now gone for the day
+ but you--and if you please, slip your key underneath the mat, so that I
+ may have it in the morning. I shall not see you again; so good-bye to you.
+ If hereafter in your new place of abode I can be of any service to you,
+ do not fail to advise me by letter. Good-bye, Bartleby, and fare you well."</p>
+ <p>But he answered not a word; like <a href="javascript:void(0);" onclick="return overlib('Again, the image of ruin, immobility, and solitude. This is further emphasized by the rest of the sentence.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">the
+ last column of some ruined temple</a>, he remained standing
+ mute and solitary in the middle of the otherwise deserted room.</p>
+ <p>As I walked home in a pensive mood, my <a href="javascript:void(0);" onclick="return overlib('These two emotions have been very prominent in his relation with Bartleby. He is extremely proud of what he has done. &quot;Masterly&quot; seems very significant, as he feels he has established his rightful authority over Bartleby and mollified his conscience with the money.', STICKY)"
+ onmouseout="nd();" class="popup">vanity
+ got the better of my pity</a>. I could not but highly plume
+ myself on my masterly management in getting rid of Bartleby. Masterly I
+ call it, and such it must appear to any dispassionate thinker. The beauty
+ of my procedure seemed to consist in its perfect quietness. There was
+ <a
+ href="javascript:void(0);" onclick="return overlib('This detailed list of what he did NOT do suggests that he had considered each of these actions thoroughly, but each would have been emotional and &quot;disorderly.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">no vulgar bullying</a>, no bravado of any sort, no choleric hectoring
+ and striding to and fro across the apartment, jerking out vehement commands
+ for Bartleby to bundle himself off with his beggarly traps. Nothing of
+ the kind. Without loudly bidding Bartleby depart--as <a href="javascript:void(0);"
+ onclick="return overlib('Wow, he IS proud of himself. Such pride &quot;goeth before a fall.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">an
+ inferior genius</a> might have done--I assumed the ground that
+ depart he must; and upon the assumption built all I had to say. The more
+ I thought over my procedure, the more I was charmed with it. Nevertheless,
+ next morning, upon awakening, I had my doubts,--I had somehow slept off
+ the fumes of vanity. One of the coolest and wisest hours a man has, is
+ just after he awakes in the morning. My procedure seemed as sagacious as
+ ever,--but only in theory. How it would prove in practice--there was the
+ rub. It was truly a beautiful thought to have assumed Bartleby's departure;
+ but, after all, that assumption was simply my own, and none of Bartleby's.
+ The great point was, not whether I had assumed that he would quit me, but
+ whether he would prefer so to do. He was more a <a href="javascript:void(0);"
+ onclick="return overlib('Bartleby prefers; the lawyer assumes! Clearly the question here is which has the most power, and deep down, the lawyer knows that Bartleby is the stronger.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">man
+ of preferences than assumptions</a>.</p>
+ <p>After breakfast, I walked down town, arguing the probabilities pro and
+ con. One moment I thought it would prove a miserable failure, and Bartleby
+ would be found all alive at my office as usual; the next moment it seemed
+ certain that I should see his chair empty. And so I kept veering about.
+ At the corner of Broadway and Canal- street, I saw quite an excited group
+ of people standing in earnest conversation.</p>
+ <p>"I'll take odds he doesn't," said a voice as I passed.</p>
+ <p>"Doesn't go?--done!" said I, "put up your money."</p>
+ <p>I was instinctively putting my hand in my pocket to produce my own, when
+ I remembered that this was an election day. The words I had overheard bore
+ no reference to Bartleby, but to the success or non-success of some candidate
+ for the mayoralty. In my intent frame of mind, I had, as it were, <a href="javascript:void(0);"
+ onclick="return overlib('His obsession with Bartleby has led him to assume it is shared by everyone.', STICKY)"
+ onmouseout="nd();" class="popup">imagined
+ that all Broadway shared in my excitement</a>, and were debating
+ the same question with me. I passed on, very thankful that the uproar of
+ the street screened my momentary absent-mindedness.</p>
+ <p>As I had intended, I was earlier than usual at my office door. I stood
+ listening for a moment. All was still. He must be gone. I tried the knob.
+ The door was locked. Yes, my procedure had worked to a charm; he indeed
+ must be vanished. Yet a certain melancholy mixed with this: I was <a href="javascript:void(0);"
+ onclick="return overlib('Again, he is experiencing conflicting emotions. He wants Bartleby to leave but he has also bonded with him without meaning to.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">almost
+ sorry for my brilliant success</a>. I was fumbling under the
+ door mat for the key, which Bartleby was to have left there for me, when
+ accidentally my knee knocked against a panel, producing a summoning sound,
+ and in response a voice came to me from within--"Not yet; I am occupied."</p>
+ <p>It was Bartleby.</p>
+ <p>I was thunderstruck. For an instant I stood <a href="javascript:void(0);"
+ onclick="return overlib('This happened at Berkeley plantation to the young statesman, Benjamin Harrison. He was holding a child and another was hanging on to his leg as he lowered a window; all were killed by the lightning. Perhaps Melville knew this story.', STICKY)"
+ onmouseout="nd();" class="popup">like
+ the man who, pipe in mouth, was killed</a> one cloudless afternoon
+ long ago in Virginia, by summer lightning; at his own warm open window
+ he was killed, and remained leaning out there upon the dreamy afternoon,
+ till some one touched him, when he fell. "Not gone!" I murmured at last.
+ But again obeying that <a href="javascript:void(0);" onclick="return overlib('Here he is acknowledging Bartleby\'s strange power over him. He can no longer avoid the issue and talk his way out of it.', STICKY)"
+ onmouseout="nd();" class="popup">wondrous
+ ascendancy</a> which the inscrutable scrivener had over me, and
+ from which ascendancy, for all my chafing, I could not completely escape,
+ I slowly went down stairs and out into the street, and while walking round
+ the block, considered what I should next do in this unheard-of-perplexity.
+ Turn the man out by an actual thrusting I could not; to drive him away
+ by calling him hard names would not do; calling in the police was an unpleasant
+ idea; and yet, <a href="javascript:void(0);" onclick="return overlib('Here it becomes quite clear that this has been a power struggle, and that Bartleby in some way is winning. Yet he is &quot;cadaverous,&quot; deathlike. Does he represent a death-in-life? Is this what terrifies the lawyer?', STICKY)"
+ onmouseout="nd();" class="popup">permit
+ him</a> to enjoy his cadaverous triumph over me,--this too I
+ could not think of. What was to be done? or, if nothing could be done,
+ was there any thing further that I could <a href="javascript:void(0);" onclick="return overlib('The idea of making assumptions about Bartleby has become very important. He cannot assume that he understands Bartleby\'s behavior, and can thus change it, because that behavior is not usual and &quot;rational.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">assume</a> in the matter? Yes, as before
+ I had prospectively assumed that Bartleby would depart, so now I might
+ retrospectively assume that departed he was. In the legitimate carrying
+ out of this assumption, I might enter my office in a great hurry, and pretending
+ not to see Bartleby at all, walk straight against him as if he were air.
+ Such a proceeding would in a singular degree have the appearance of a
+ <a
+ href="javascript:void(0);" onclick="return overlib('This is the second time this word has been used in the paragraph. Some readers see sexual undertones in this struggle between the two. Or it could be military imagery again (the thrust of the sword?)&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">home-thrust</a>. It was hardly possible that Bartleby could withstand
+ such an application of the doctrine of assumptions. But upon second thoughts
+ the success of the plan seemed rather dubious. I resolved to argue the
+ matter over with him again.</p>
+ <p>Bartleby," said I, entering the office, with a quietly severe expression.
+ "I am seriously displeased. I am pained, Bartleby. I had thought better
+ of you. I had imagined you of such a <a href="javascript:void(0);" onclick="return overlib('Bartleby is far beyond responding to insults, even gentle ones like this. He cannot be humiliated; his determined self-respect is too strong for that.', STICKY)"
+ onmouseout="nd();" class="popup">gentlemanly
+ organization</a>, that in any delicate dilemma a slight hint
+ would suffice--in short, an assumption. But it appears I am deceived. Why,"
+ I added, <a href="javascript:void(0);" onclick="return overlib('His shock at seeing the money lying there shows that he just now realizes that he cannot buy Bartleby off.', STICKY)"
+ onmouseout="nd();" class="popup">unaffectedly
+ starting</a>, "you have not even touched the money yet," pointing
+ to it, just where I had left it the evening previous.</p>
+ <p>He answered nothing.</p>
+ <p>"Will you, or will you not, quit me?" I now demanded in a <a href="javascript:void(0);"
+ onclick="return overlib('His strong feelings are now exposed, and he invades Bartleby\'s territory again.', STICKY)"
+ onmouseout="nd();" class="popup">sudden
+ passion</a>, advancing close to him.</p>
+ <p>"I would prefer <i>not</i> to quit you," he replied, <a href="javascript:void(0);"
+ onclick="return overlib('Notice the contrasting emotion here. In fact, the word &quot;gentle&quot; has been applied to him several times already. He is no raving maniac!', STICKY)"
+ onmouseout="nd();" class="popup">gently
+ emphasizing</a> the<i> not</i>.</p>
+ <p>"What <a href="javascript:void(0);" onclick="return overlib('In a society based on the power of private property, he is correct. But does it not imply that there may be other, even higher rights?', STICKY)"
+ onmouseout="nd();" class="popup">earthly
+ right</a> have you to stay here? do you pay any rent? Do you
+ pay my taxes? Or is this property yours?"</p>
+ <p>He answered nothing.</p>
+ <p>"Are you ready to go on and write now? Are your eyes recovered? Could
+ you copy a small paper for me this morning? or help examine a few lines?
+ or step round to the post-office? In a word, will you do any thing at all,
+ to give a coloring to your refusal to depart the premises?"</p>
+ <p>He <a href="javascript:void(0);" onclick="return overlib('Bartleby has no answer to these questions because he does not recognize their validity. Note that hermitage is used again.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">silently
+ retired into his hermitage</a>.</p>
+ <p>I was now in such a state of nervous resentment that I thought it but
+ <a
+ href="javascript:void(0);" onclick="return overlib('Why is this prudent? Isn\'t this a rather mild word considering the force of his anger? Evidently he does not trust himself at this point to be &quot;reasonable.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">prudent</a>to check myself at present from further demonstrations. Bartleby
+ and I were alone. <a href="javascript:void(0);" onclick="return overlib('The printer Samuel Adams was ax murdered by John C. Colt in 1841 when Adams tried to collect a debt. Colt apparently crated Adams\'s body to ship to New Orleans. Shortly before he was scheduled to hang, he married his mistress in his jail cell and was found stabbed to death soon afterward. Colt would seem to have led a far more interesting life than the lawyer!', STICKY)"
+ onmouseout="nd();" class="popup">I
+ remembered</a> the tragedy of the unfortunate Adams and the still
+ more unfortunate Colt in the solitary office of the latter; and how poor
+ Colt, being dreadfully incensed by Adams, and imprudently permitting himself
+ to get wildly excited, was at unawares hurried into his <a href="javascript:void(0);"
+ onclick="return overlib('He probably fears that he would be tempted to do the same rash act.', STICKY)"
+ onmouseout="nd();" class="popup">fatal
+ act</a>--an act which certainly <a href="javascript:void(0);"
+ onclick="return overlib('This is his assumption; there\'s no particular evidence that it was true for Colt (as it would have been true for the lawyer had he done something similar).', STICKY)"
+ onmouseout="nd();" class="popup">no
+ man could possibly deplore</a> more than the actor himself. Often
+ it had occurred to me in my <a href="javascript:void(0);" onclick="return overlib('Why would he have spent so much time thinking about this case?', STICKY)"
+ onmouseout="nd();" class="popup">ponderings</a> upon the subject, that had
+ that altercation taken place in the public street, or at a private residence,
+ it would not have terminated as it did. It was the circumstance of being
+ alone in a solitary office, up stairs, of a building entirely unhallowed
+ by humanizing domestic associations--an <a href="javascript:void(0);" onclick="return overlib('Undoubtedly he sees parallels here. He seems to be learning how to imagine a situation of someone quite different from himself very vividly.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">uncarpeted
+ office</a>, doubtless of a dusty, haggard sort of appearance;--this
+ it must have been, which greatly helped to enhance the irritable desperation
+ of the hapless Colt.</p>
+ <p>But when this <a href="javascript:void(0);" onclick="return overlib('Perhaps he is speaking of original sin, finding in himself a urge to murder. However, it was Adam\'s son, Cain, who resented and then murdered his brother.', STICKY)"
+ onmouseout="nd();" class="popup">old
+ Adam of resentment</a> rose in me and tempted me concerning Bartleby,
+ I grappled him and threw him. How? Why, simply by recalling the <a href="javascript:void(0);"
+ onclick="return overlib('This Christian injunction conflicts with the principles of private property, ownership, and power he has been operating from previously. He is reminded that he is Bartleby\'s brother, in a sense, not a vengeful god', STICKY)"
+ onmouseout="nd();" class="popup">divine
+ injunction</a>: "A new commandment give I unto you, that ye
+ love one another." Yes, this it was that saved me. Aside from higher considerations,
+ charity often operates as <a href="javascript:void(0);" onclick="return overlib('He misses the point. The &quot;injunction&quot; says one should love one another (as brothers), not with the promise that it will be advantageous and prudent to do so. Is it love for Bartleby that motivates him or fear that he might be &quot;imprudent&quot; enough to murder him?', STICKY)"
+ onmouseout="nd();" class="popup">a
+ vastly wise and prudent</a> principle--a great safeguard to its
+ possessor. Men have committed murder for jealousy's sake, and anger's sake,
+ and hatred's sake, and selfishness' sake, and spiritual pride's sake; but
+ no man that ever I heard of, ever <a href="javascript:void(0);" onclick="return overlib('which he seems to feel he is on the ver', STICKY)"
+ onmouseout="nd();" class="popup">committed
+ a diabolical murder</a> for sweet charity's sake. <a href="javascript:void(0);"
+ onclick="return overlib('That was not what Jesus had in mind! If Bartleby has been &quot;sent&quot; to teach him the lesson of brotherhood, the lawyer hasn\'t yet fully comprehended it, and is still deeply concerned with his own welfare. Is this true charity, to do something for &quot;mere self interest&quot;? Is that the kind of charity you would like to be the beneficiary of?', STICKY)"
+ onmouseout="nd();" class="popup">Mere
+ self-interest</a>, then, if no better motive can be enlisted,
+ should, especially with high-tempered men, prompt all beings to charity
+ and philanthropy. At any rate, upon the occasion in question, I strove
+ to <a href="javascript:void(0);" onclick="return overlib('He may say that Bartleby is a &quot;poor fellow,&quot; but at this point he is primarily interested in calming himself down so that he won\'t murder him.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">drown
+ my exasperated feelings</a> towards the scrivener by benevolently
+ construing his conduct. Poor fellow, poor fellow! thought I, he don't mean
+ any thing; and besides, he has seen hard times, and ought to be indulged.</p>
+ <p>I endeavored also immediately to occupy myself, and at the same time
+ <a
+ href="javascript:void(0);" onclick="return overlib('He is very deeply affected by what has happened, but again he tries to ignore it, and wallow in wishful fantasy.', STICKY)"
+ onmouseout="nd();" class="popup">to comfort my despondency.</a>I tried to fancy that in the course of the
+ morning, at such time as might prove agreeable to him, Bartleby, of his
+ own free accord, would emerge from his hermitage, and take up some decided
+ line of march in the direction of the door. But no. Half-past twelve o'clock
+ came; Turkey began to glow in the face, overturn his inkstand, and become
+ generally obstreperous; Nippers abated down into quietude and courtesy;
+ Ginger Nut munched his noon apple; and Bartleby remained standing at his
+ window in one of his profoundest <a href="javascript:void(0);" onclick="return overlib('These two words are completely linked by this point. Bartleby is facing a real wall; the lawyer is facing the equally immovable wall that Bartleby presents him.', STICKY)"
+ onmouseout="nd();" class="popup">deadwall</a> reveries. <a href="javascript:void(0);"
+ onclick="return overlib('This is a strange phrase, one which has financial tones. Does he mean that he might be credited with his good behavior (for not killing Bartleby\ either on earth, by his employees and others recognizing his great restraint?', STICKY)"
+ onmouseout="nd();" class="popup">Will
+ it be credited?</a> Ought I to acknowledge it? That afternoon
+ I left the office without saying one further word to him.</p>
+ <p>Some days now passed, during which, at leisure intervals I looked a little
+ into <a href="javascript:void(0);" onclick="return overlib('Neither Jonathan Edwards, a Puritan minister, or Joseph Priestley, an English scientist, believed that man has totally free will. Perhaps the lawyer would like to believe that none of this is his fault, and that it was fated to happen. This way he would have to take no responsibility for what has happened and will happen.', STICKY)"
+ onmouseout="nd();" class="popup">Edwards
+ on the Will,</a>" and "Priestly on Necessity." Under the circumstances,
+ those books induced a salutary feeling. Gradually I <a href="javascript:void(0);"
+ onclick="return overlib('now look who\'s sliding! He doesn\'t exactly choose to believe this, but it certainly does work for him to appease his conscience.', STICKY)"
+ onmouseout="nd();" class="popup">slid
+ into the persuasion</a> that these troubles of mine touching
+ the scrivener, had been all <a href="javascript:void(0);" onclick="return overlib('By whom? God? fate? natural law? That does get him off the hook though.', STICKY)"
+ onmouseout="nd();" class="popup">predestinated
+ from eternity</a>, and Bartleby was <a href="javascript:void(0);"
+ onclick="return overlib('sent to live with, as soldiers may be billeted with citizens. Again, he uses military imagery. As you think about why, consider that the military is highly hierarchical, with superiors giving orders to inferiors which are supposed to be accepted without question.', STICKY)"
+ onmouseout="nd();" class="popup">billeted</a> upon me for some mysterious
+ purpose of an all-wise Providence, which it was not for a mere mortal like
+ me to fathom. Yes, Bartleby, stay there behind your screen, <a href="javascript:void(0);"
+ onclick="return overlib('However, he does not say this.', STICKY)" onmouseout="nd();"
+ class="popup">thought
+ I</a>; I shall persecute you no more; you are harmless and noiseless
+ as any of these old chairs; in short, I never feel so private as when I
+ know you are here. At least I see it, I feel it; I penetrate to the predestinated
+ purpose of my life. I am content. Others may have loftier parts to enact;
+ but <a href="javascript:void(0);" onclick="return overlib('He\'s being very philosophical, resigning himself to the will of fate or Providence. Of course, he may also be being ironic, even laughing at himself.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">my
+ mission</a> in this world, Bartleby, is to furnish you with office-room
+ for such period as you may see fit to remain.</p>
+ <p>I believe that this wise and blessed frame of mind would have continued
+ with me, had it not been for the unsolicited and uncharitable remarks obtruded
+ upon me by <a href="javascript:void(0);" onclick="return overlib('The lawyer is very aware of the opinions of others (recall his feelings about how his clerks dressed). Since his benevolence is primarily based on self-interest, it seems logical that it will also be challenged by other self-interests.', STICKY)"
+ onmouseout="nd();" class="popup">my
+ professional friends</a> who visited the rooms. But thus it often
+ is, that the constant friction of illiberal minds wears out at last the
+ best resolves of the more <a href="javascript:void(0);" onclick="return overlib('Is he generous? Or avoiding the issue--again?', STICKY)"
+ onmouseout="nd();" class="popup">generous</a>. Though to be sure, when
+ I reflected upon it, it was not strange that people entering my office
+ should be struck by the peculiar aspect of the unaccountable Bartleby,
+ and so be tempted to throw out some sinister observations concerning him.
+ Sometimes an attorney having business with me, and calling at my office,
+ and finding no one but the scrivener there, would undertake to obtain some
+ sort of precise information from him touching my whereabouts; but without
+ heeding his <a href="javascript:void(0);" onclick="return overlib('&quot;Idle&quot; is very much like &quot;trivial,&quot; the sort of business Bartleby will have nothing to do with.', STICKY)"
+ onmouseout="nd();" class="popup">idle
+ talk,</a> Bartleby would remain standing immovable in the middle
+ of the room. So after contemplating him in that position for a time, the
+ attorney would depart, no wiser than he came.</p>
+ <p>Also, when a Reference was going on, and the room full of lawyers and
+ witnesses and business was driving fast; some deeply occupied legal gentleman
+ present, seeing Bartleby wholly unemployed, would request him to run round
+ to his (the legal gentleman's) office and fetch some papers for him. Thereupon,
+ Bartleby would tranquilly decline, and remain idle as before. Then the
+ lawyer would give a great stare, and turn to me. And what could I say?
+ At last I was made aware that all through the circle of my professional
+ acquaintance, a whisper of wonder was running round, having reference to
+ the strange creature I kept at my office. This <a href="javascript:void(0);"
+ onclick="return overlib('as it would any prudent man anxious to keep up good appearances.', STICKY)"
+ onmouseout="nd();" class="popup">worried
+ me very much</a>. And as the idea came upon me of his possibly
+ turning out a long-lived man, and keep occupying my chambers, and <a href="javascript:void(0);"
+ onclick="return overlib('Is this the crux of the problem', STICKY)" onmouseout="nd();"
+ class="popup">denying
+ my authority</a>; and perplexing my visitors; and scandalizing
+ my professional reputation; and casting a general gloom over the premises;
+ keeping soul and body together to the last upon his savings (for doubtless
+ he spent but half a dime a day), and in the end perhaps <a href="javascript:void(0);"
+ onclick="return overlib('Why would he fancy that Bartleby would outlive him and &quot;claim possession&quot;? Notice that he is worried that Bartleby would continue to live. Is he thus wishing his death as a way of solving his problem?', STICKY)"
+ onmouseout="nd();" class="popup">outlive
+ me</a>, and claim possession of my office by right of his perpetual
+ occupancy: as all these dark anticipations crowded upon me more and more,
+ and my friends continually intruded their relentless remarks upon the apparition
+ in my room; a great change was wrought in me. I resolved to gather all
+ my faculties together, and for ever rid me of this <a href="javascript:void(0);"
+ onclick="return overlib('an evil spirit or person who oppresses like a nightmare. Clearly he\'s not feeling Christian brotherhood at this point, for he has demonized him.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">intolerable
+ incubus</a>.</p>
+ <p>Ere revolving any complicated project, however, adapted to this end, I
+ first simply suggested to Bartleby the <a href="javascript:void(0);" onclick="return overlib('He is definitely a man who believes in propriety above all; Bartleby is not.', STICKY)"
+ onmouseout="nd();" class="popup">propriety</a> of his permanent departure.
+ In a calm and serious tone, I commended the idea to his careful and mature
+ consideration. But having taken three days to meditate upon it, he apprised
+ me that his original determination remained the same; in short, that he
+ still preferred to <a href="javascript:void(0);" onclick="return overlib('Note the Biblical language here. Is that significant?', STICKY)"
+ onmouseout="nd();" class="popup">abide
+ with me</a>.</p>
+ <p>What shall I do? I now said to myself, <a href="javascript:void(0);" onclick="return overlib('This seems to be his way of summoning courage to confront Bartleby! In a way, he is hiding behind his coat (a kind of wall?)', STICKY)"
+ onmouseout="nd();" class="popup">buttoning
+ up my coat</a> to the last button. What shall I do? what ought
+ I to do? what does conscience say I should do with this man, or rather
+ ghost. Rid myself of him, I must; go, he shall. But how? You will not thrust
+ him, the poor, pale, passive mortal,--you will not thrust such a helpless
+ creature out of your door? you will not <a href="javascript:void(0);" onclick="return overlib('His primary concern here seems to be dishonor to himself, not true conscience about the moral way to act. Again, he is most concerned about how others will judge him.', STICKY)"
+ onmouseout="nd();" class="popup">dishonor
+ yourself</a> by such cruelty? No, I will not, I cannot do that.
+ Rather would I let him live and die here, and then <a href="javascript:void(0);"
+ onclick="return overlib('Melville probably knew Poe\'s story &quot;The Cask of Amontillado&quot; in which the main character does exactly this--but before his &quot;enemy&quot; is dead. This image of &quot;living&quot; or &quot;premature death&quot; in Poe\'s story is rather appropriate for this one also. The lawyer still seems to be contemplating murder, in a way.', STICKY)"
+ onmouseout="nd();" class="popup">mason
+ up his remains</a> in the wall. What then will you do? For all
+ your coaxing, he will not budge. <a href="javascript:void(0);" onclick="return overlib('At least he acknowledges that\'s what he\'s trying to do! Yet he also reluctantly admires Bartleby for his resisting temptation and sticking to his &quot;preferences.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">Bribes</a> he leaves under your own paperweight
+ on your table; in short, it is quite plain that he prefers<a href="javascript:void(0);"
+ onclick="return overlib('Bartleby isn\'t exactly &quot;clinging,&quot; so why does the lawyer say this? This may represent more the psychological burden that he feels!&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">
+ to cling to you</a>.</p>
+ <p>Then something severe, something unusual must be done. What! surely you
+ will not have him collared by a constable, and commit his innocent pallor
+ to the common jail? And upon what ground could you procure such a thing
+ to be done?--a vagrant, is he? <a href="javascript:void(0);" onclick="return overlib('His inner struggle goes on, as he considers possible legal, but inhumane, ways of solving the problem. It\'s true: he\'s not a vagrant! His answer is a legal one, based on the idea of trespassing on private property, which is the only legal answer.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">What!</a> he a vagrant, a wanderer, who
+ refuses to budge? It is because he will not be a vagrant, then, that you
+ seek to count him as a vagrant. That is too absurd. No visible means of
+ support: there I have him. Wrong again: for indubitably he does support
+ himself, and that is the only unanswerable proof that any man can show
+ of his possessing the means so to do. No more then. Since he will not quit
+ me, I must quit him. I will change my offices; I will move elsewhere; and
+ give him fair notice, that if I find him on my new premises I will then
+ proceed against him as a common trespasser.</p>
+ <p>Acting accordingly, next day I thus addressed him: "I find these chambers
+ too far from the City Hall; the air is unwholesome. In a word, I propose
+ to remove my offices next week, and shall no longer require your services.
+ I tell you this now, in order that you may seek another place."</p>
+ <p>He made no reply, and nothing more was said.</p>
+ <p>On the appointed day I engaged carts and men, proceeded to my chambers,
+ and having but little furniture, every thing was removed in a few hours.
+ Throughout, the scrivener remained standing behind <a href="javascript:void(0);"
+ onclick="return overlib('Again we are reminded of this wall in the office. Why does he leave it for the end?', STICKY)"
+ onmouseout="nd();" class="popup">the
+ screen,</a> which I directed to be removed the last thing. It
+ was withdrawn; and being folded up like a huge folio, left him the <a href="javascript:void(0);"
+ onclick="return overlib('Only at this point is the wall taken down, both in the room and to some degree, in the lawyer. Again, note the conjunction of immobility and aloneness.', STICKY)"
+ onmouseout="nd();" class="popup">motionless
+ occupant of a naked room.</a> I stood in the entry watching him
+ a moment, while something from within me upbraided me.</p>
+ <p>I re-entered, with my <a href="javascript:void(0);" onclick="return overlib('A symbolic connection of money and his strong emotion.Why is his heart in his mouth? Is that because his smooth talking has not worked?', STICKY)"
+ onmouseout="nd();" class="popup">hand
+ in my pocket--and--and my heart in my mouth.</a>
+ </p>
+ <p>"Good-bye, Bartleby; I am going--good-bye, and God some way bless you;
+ and take that," slipping something in his hand. But it dropped to the floor,
+ and then,<a href="javascript:void(0);" onclick="return overlib('Why is it &quot;strange to say&quot;? What is this strong bond between them? Here we see his great conflict in feelings toward Bartleby.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">--strange
+ to say</a>--I tore myself from him whom I had so longed to be
+ rid of.</p>
+ <p>Established in my new quarters, for a day or two I kept the door locked,
+ and started at every footfall in the passages. When I returned to my rooms
+ after any little absence, I would pause at the threshold for an instant,
+ and attentively listen, ere applying my key. But these fears were needless.
+ Bartleby never came nigh me.</p>
+ <p>I thought all was going well, when a perturbed looking stranger visited
+ me, inquiring whether I was the person who had recently occupied rooms
+ at No.--Wall-street.</p>
+ <p>Full of forebodings, I replied that I was.</p>
+ <p>"Then, sir," said the <a href="javascript:void(0);" onclick="return overlib('Certainly he is taking the legalistic stance, insisting that legally the lawyer is responsible for his employee. This is the other side of the hierarchical equation; the master has some obligation to care for his servant. Note that the man uses the word &quot;refuses&quot; three times. That is much stronger than anything we have heard thus far about Bartleby\'s adamant stance.', STICKY)"
+ onmouseout="nd();" class="popup">stranger,
+ who proved a lawyer</a>, "you are responsible for the man you
+ left there. He refuses to do any copying; he refuses to do any thing; he
+ says he prefers not to; and he refuses to quit the premises."</p>
+ <p>"I am very sorry, sir," said I, with assumed tranquillity, but an inward
+ tremor, "but, really, <a href="javascript:void(0);" onclick="return overlib('Is this true? Does he feel no responsibility for Bartleby? Even though technically he has none, is that how he feels? His statement here is said to echo Saint Peter\'s denial of Christ in Mark 14:68, 70-71).', STICKY)"
+ onmouseout="nd();" class="popup">the
+ man you allude to is nothing to me</a> --he is no relation or
+ apprentice of mine, that you should hold me responsible for him."</p>
+ <p>"In mercy's name, who is he?"</p>
+ <p>"I certainly cannot inform you. I know nothing about him. Formerly I employed
+ him as a copyist; but he has done nothing for me now for some time past."</p>
+ <p>"<a href="javascript:void(0);" onclick="return overlib('An ironic phrase, considering that Bartleby is nothing if not thoroughly settled.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">I
+ shall settle him</a> then,--good morning, sir."</p>
+ <p>Several days passed, and I heard nothing more; and though I often felt
+ a charitable prompting to call at the place and see poor Bartleby, yet
+ a certain <a href="javascript:void(0);" onclick="return overlib('For whatever reason, we have seen many examples of this &quot;squeamish&quot; unwillingness to confront Bartleby.', STICKY)"
+ onmouseout="nd();" class="popup">squeamishness</a> of I know not what withheld
+ me.</p>
+ <p>All is over with him, by this time, thought I at last, when through another
+ week no further intelligence reached me. But coming to my room the day
+ after, I found several persons waiting at my door in a high state of nervous
+ excitement.</p>
+ <p>"That's the man--here he comes," cried the foremost one, whom recognized
+ as the lawyer who had previously called upon me alone.</p>
+ <p>"You must take him away, sir, at once," cried a portly person among them,
+ advancing upon me, and whom I knew to be the landlord of No.--Wall-street.
+ "These gentlemen, my tenants, cannot stand it any longer; Mr. B--" pointing
+ to the lawyer, "has turned him out of his room, and he now persists in
+ <a
+ href="javascript:void(0);" onclick="return overlib('What else would a &quot;ghost&quot; or &quot;apparition&quot; do?', STICKY)"
+ onmouseout="nd();" class="popup">haunting the building</a>generally, sitting upon the banisters of the
+ stairs by day, and sleeping in the entry by night. Every body is concerned;
+ clients are leaving the offices; <a href="javascript:void(0);" onclick="return overlib('Doesn\'t this seem a bit exaggerated? They seem to be as desperate as the lawyer was.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">some
+ fears are entertained of a mob</a>; something you must do, and
+ that without delay."</p>
+ <p> <a href="javascript:void(0);" onclick="return overlib('They aren\'t the only people exaggerating! It does show how deep the narator\'s feelings are though.', STICKY)"
+ onmouseout="nd();" class="popup">Aghast
+ at this torment</a>, I fell back before it, and would fain have
+ <a
+ href="javascript:void(0);" onclick="return overlib('They will not let him hide this time. Note that he wishes to hide behind the walls of his office to escape the problem.', STICKY)"
+ onmouseout="nd();" class="popup">locked myself</a>in my new quarters. In vain I persisted that Bartleby
+ was nothing to me--no more than to any one else. In vain:--I was the last
+ person known to have any thing to do with him, and they held me to the
+ terrible account. <a href="javascript:void(0);" onclick="return overlib('For such a prudent man, this is a major threat. Exposure, or being thrust out from behind walls (of respectability) frightens him greatly.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">Fearful
+ then of being exposed</a> in the papers (as one person present
+ obscurely threatened) I considered the matter, and at length said, that
+ if the lawyer would give me a confidential interview with the scrivener,
+ in his (the lawyer's) own room, I would that afternoon strive my best to
+ rid them of the nuisance they complained of.</p>
+ <p>Going up stairs to my old haunt, there was Bartleby silently sitting upon
+ the banister at the landing.</p>
+ <p>"What are you doing here, Bartleby?" said I.</p>
+ <p>"Sitting upon the banister," he mildly replied.</p>
+ <p>I motioned him into the lawyer's room, who then left us.</p>
+ <p>"<a href="javascript:void(0);" onclick="return overlib('This interchange is the most extended one they have ever had. Why does Bartleby say he is not particular? Is the problem that the lawyer cannot come up with a job that would suit Bartleby? Is there such a job? Note that he gets increasingly ironic, but Bartleby remains calm and serious, and adamant as ever.', STICKY)"
+ onmouseout="nd();" class="popup">Bartleby,"
+ said I</a>, "are you aware that you are the cause of great tribulation
+ to me, by persisting in occupying the entry after being dismissed from
+ the office?"</p>
+ <p>No answer.</p>
+ <p>"Now one of two things must take place. Either you must do something or
+ something must be done to you. Now what sort of business would you like
+ to engage in? Would you like to re-engage in copying for some one?"</p>
+ <p>"No; I would prefer not to make any change."</p>
+ <p>"Would you like a clerkship in a dry-goods store?"</p>
+ <p>"There is too much confinement about that. No, I would not like a clerkship;
+ but I am not particular."</p>
+ <p>"Too much confinement," I cried, "why you keep yourself confined all the
+ time!"</p>
+ <p>"I would prefer not to take a clerkship," he rejoined, as if to settle
+ that little item at once.</p>
+ <p>"How would a bar-tender's business suit you? There is no trying of the
+ eyesight in that."</p>
+ <p>"I would not like it at all; though, as I said before, I am not particular."</p>
+ <p>His unwonted wordiness inspirited me. I returned to the charge.</p>
+ <p>"Well then, would you like to travel through the country collecting bills
+ for the merchants? That would improve your health."</p>
+ <p>"No, I would prefer to be doing something else."</p>
+ <p>"How then would going as a companion to Europe, to entertain some young
+ gentleman with your conversation,--how would that suit you?"</p>
+ <p>"Not at all. It does not strike me that there is any thing definite about
+ that. I like to be stationary. But I am not particular.</p>
+ <p>"Stationary you shall be then," I cried, now losing all patience, and
+ for the first time in all my exasperating connection with him fairly flying
+ into a passion. "If you do not go away from these premises before night,
+ <a
+ href="javascript:void(0);" onclick="return overlib('Perhaps this may be taken two ways, since he is clearly--and unwillingly--bound to Bartleby.', STICKY)"
+ onmouseout="nd();" class="popup">I shall feel bound</a>--indeed I am bound--to-- to--to quit the premises
+ myself!" I rather absurdly concluded, knowing not with what <a href="javascript:void(0);"
+ onclick="return overlib('Again, he tries to use psychological force, wanting compliance but met but immobility.', STICKY)"
+ onmouseout="nd();" class="popup">possible
+ threat to try to frighten</a> his immobility into compliance.
+ Despairing of all further efforts, I was precipitately leaving him, when
+ a final thought occurred to me--<a href="javascript:void(0);" onclick="return overlib('Why then has he never mentioned it? Is this offer made out of love or out of desperation? Also, note the highly negative construction of the sentence. Perhaps he has been affected by Bartleby\'s negativism so much that it affects his language.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">one
+ which had not been wholly unindulged before.</a>
+ </p>
+ <p>"Bartleby," said I, in the kindest <a href="javascript:void(0);" onclick="return overlib('This indicates that his hospitality is all a ruse, an act. Perhaps Bartleby senses that. He\'s not going to give him an easy way out which will ease his conscience.', STICKY)"
+ onmouseout="nd();" class="popup">tone
+ I could assume</a> under such exciting circumstances, "will you
+ go home with me now--not to my office, but my dwelling--and remain there
+ till we can conclude upon some convenient arrangement for you at our leisure?
+ Come, let us start now, right away."</p>
+ <p>"No: at present I would prefer not to make any change at all."</p>
+ <p>I answered nothing; but effectualy dodging every one by the <a href="javascript:void(0);"
+ onclick="return overlib('He is in motion, but escaping from his problem as hard as he can. Is that so different from Bartleby\'s immobility, which is also a kind of escape?', STICKY)"
+ onmouseout="nd();" class="popup">suddenness
+ and rapidity of my flight,</a> rushed from the building, ran
+ up Wall-street towards Broadway, and jumping into the first omnibus was
+ soon removed from pursuit. As soon as tranquility returned I distinctly
+ perceived that I had now done all that I possibly could, both in respect
+ to the demands of the landlord and his tenants, and with regard to my own
+ desire and sense of duty, to benefit Bartleby, and shield him from rude
+ persecution. I now strove to be entirely care-free and quiescent; and my
+ conscience justified me in the attempt; though indeed it was not so successful
+ as I could have wished. So fearful was I of being again hunted out by the
+ incensed landlord and his exasperated tenants, that, surrendering my business
+ to Nippers, for a few days I drove about the upper part of the town and
+ through the suburbs, in my rockaway; crossed over to Jersey City and Hoboken,
+ and paid fugitive visits to Manhattanville and Astoria. In fact I almost
+ lived in my <a href="javascript:void(0);" onclick="return overlib('a carriage with open sides and top--not perhaps the most comfortable place to live! It is interesting that he meets Bartleby\'s &quot;stationary&quot; stance with pointless motion of his own. Also, note that he needs this because he lives in the suburbs, away from the callous materialism and injustices of the city.', STICKY)"
+ onmouseout="nd();" class="popup">rockaway</a> for the time.</p>
+ <p>When again I entered my office, lo, a note from the landlord lay upon
+ desk. opened it with trembling hands. informed me that writer had sent
+ to police, and Bartleby removed <a href="javascript:void(0);" onclick="return overlib('The Tombs is a name for the Halls of Justice (jail). However, it also carries symbolic power here, considering the death-in-life theme.', STICKY)"
+ onmouseout="nd();" class="popup">the
+ Tombs</a> as a <a href="javascript:void(0);" onclick="return overlib('This is ironic, since the word means &quot;a wanderer,&quot; and Bartleby is anything but that (although he is homeless). Note the previous comments the lawyer made on this subject.', STICKY)"
+ onmouseout="nd();" class="popup">vagrant</a>. Moreover, since I knew more
+ about him than any one else, he wished me to appear at that place, and
+ make a suitable statement of the facts. These tidings had a conflicting
+ effect upon me. At first I was indignant; but at last almost approved.
+ The landlord's energetic, summary disposition, had led him to adopt a procedure
+ which I do not think I would have decided upon myself; and yet as a last
+ resort, under such peculiar circumstances, it seemed the only plan.</p>
+ <p>As I afterwards learned, the poor scrivener, when told that he must be
+ conducted to the Tombs, offered not the slightest obstacle, but in his
+ pale unmoving way, <a href="javascript:void(0);" onclick="return overlib('Surely he preferred not to go! Why does he agree instead of resisting? Is it because it IS called the Tombs, and he knows that there (in death) he will not be disturbed? Also note the repeated use of &quot;pale&quot; throughout the story. Why is it used? One meaning of &quot;pale&quot; is &quot;an area enclosed by a fence or boundary&quot;; a &quot;vagrant&quot; would go &quot;beyond the pale.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">silently
+ acquiesced.</a>
+ </p>
+ <p>Some of the compassionate and curious bystanders joined the party; and
+ headed by one of the constables arm in arm with Bartleby, <a href="javascript:void(0);"
+ onclick="return overlib('Note the contrast between their (funereal?) silence and the city noises.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">the
+ silent procession</a> filed its way through all the noise, and
+ heat, and joy of the roaring thoroughfares at noon.</p>
+ <p>The same day I received the note I went to the Tombs, or to speak more
+ properly, the Halls of Justice. Seeking the right officer, I stated the
+ purpose of my call, and was informed that the individual I described was
+ indeed within. I then assured the functionary that Bartleby was a perfectly
+ honest man, and greatly to be compassionated, however unaccountably eccentric.
+ <a
+ href="javascript:void(0);" onclick="return overlib('He is trying to personalize Bartleby to a &quot;functionary,&quot; whose job, like Bartleby\'s, requires that he not make any personal attachment. Is this likely to do any good? Or does it just relieve his conscience?', STICKY)"
+ onmouseout="nd();" class="popup">I narrated all I knew,</a>and closed by suggesting the idea of letting
+ him remain in as indulgent confinement as possible till something less
+ harsh might be done--though indeed I hardly knew what. At all events, if
+ nothing else could be decided upon, the alms-house must receive him. I
+ then begged to have an interview.</p>
+ <p>Being under no disgraceful charge, and quite serene and harmless in all
+ his ways, they had permitted him freely to wander about the prison, and
+ especially in the inclosed grass-platted yards thereof. And so I found
+ him there, standing all alone in the quietest of the yards, his face
+ <a
+ href="javascript:void(0);" onclick="return overlib('He is outside, yet even in this natural setting he is enclosed and facing a wall. There is grass here though (remember the green screen?)', STICKY)"
+ onmouseout="nd();" class="popup">towards a high wall</a>, while all around, from the narrow slits of the
+ jail windows, I thought <a href="javascript:void(0);" onclick="return overlib('This may be his vivid imagination at work. They may be looking out windows but they are seeing a person, not a dead brick wall.', STICKY)"
+ onmouseout="nd();" class="popup">I
+ saw peering out upon him the eyes of murderers and thieves.</a>
+ </p>
+ <p>"Bartleby!"</p>
+ <p>"<a href="javascript:void(0);" onclick="return overlib('Perhaps he does, even better than the lawyer knows himself.', STICKY)"
+ onmouseout="nd();" class="popup">I
+ know you</a>," he said, without looking round,--"and I want
+ nothing to say to you."</p>
+ <p>"It was not I that brought you here, Bartleby," said I, <a href="javascript:void(0);"
+ onclick="return overlib('Note his strong emotion here; Bartleby\'s opinion of him matters very much to him.', STICKY)"
+ onmouseout="nd();" class="popup">keenly
+ pained</a> at his implied suspicion. "And to you, this should
+ not be so vile a place. Nothing reproachful attaches to you by being here.
+ And see, <a href="javascript:void(0);" onclick="return overlib('Who does he think he\'s fooling?&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">it
+ is not so sad</a> a place as one might think. Look, there is
+ the sky, and here is the grass."</p>
+ <p>"I know where I am," he replied, but would say nothing more, and so I
+ left him.</p>
+ <p>As I entered the corridor again, a broad <a href="javascript:void(0);"
+ onclick="return overlib('Again, an image of food.', STICKY)" onmouseout="nd();"
+ class="popup">meat-like
+ </a>man in an apron, accosted me, and jerking his thumb over
+ his shoulder said--"Is that <a href="javascript:void(0);" onclick="return overlib('Notice that he is now claiming Bartleby as a friend, not a former employee.', STICKY)"
+ onmouseout="nd();" class="popup">your
+ friend</a>?"</p>
+ <p>"Yes."</p>
+ <p>"Does he want to starve? If he does, let him live on the prison fare,
+ that's all.</p>
+ <p>"Who are you?" asked I, not knowing what to make of such an <a href="javascript:void(0);"
+ onclick="return overlib('The lawyer is much more comfortable with officials.', STICKY)"
+ onmouseout="nd();" class="popup">unofficially
+ speaking person</a> in such a place.</p>
+ <p>"I am the grub-man. Such gentlemen as have friends here, hire me to provide
+ them with something good to eat."</p>
+ <p>"Is this so?" said I, turning to the turnkey.</p>
+ <p>He said it was.</p>
+ <p>"Well then," said I, slipping some silver into the grub-man's hands (for
+ so they called him). "I want you to give particular attention to my friend
+ there; let him have the best dinner you can get. And you must be as polite
+ to him as possible."</p>
+ <p>"Introduce me, will you?" said the grub-man, looking at me with an expression
+ which seemed to say he was all impatience for an opportunity to give a
+ specimen of his breeding.</p>
+ <p>Thinking it would prove of benefit to the scrivener, I acquiesced; and
+ <a
+ href="javascript:void(0);" onclick="return overlib('But he doesn\'t use the name, and keeps calling him the &quot;grub-man.&quot;', STICKY)"
+ onmouseout="nd();" class="popup">asking the grub-man his name</a>, went up with him to Bartleby.</p>
+ <p>"Bartleby, this is <a href="javascript:void(0);" onclick="return overlib('Why does he call him that? It seems to devalue his own claiming of friendship with Bartleby.', STICKY)"
+ onmouseout="nd();" class="popup">a
+ friend; </a>you will find him very useful to you."</p>
+ <p>"<a href="javascript:void(0);" onclick="return overlib('Like Turkey, he makes all the sounds of subservience.', STICKY)"
+ onmouseout="nd();" class="popup">Your
+ sarvant</a>, sir, your sarvant," said the grub-man, making a
+ low salutation behind his apron. "Hope you find it <a href="javascript:void(0);"
+ onclick="return overlib('Why does he say this? Is he assuming that Bartleby is too crazy to know where he really is?', STICKY)"
+ onmouseout="nd();" class="popup">pleasant
+ here</a>, sir;--spacious grounds--cool apartments, sir--hope
+ you'll stay with us some time--try to make it agreeable. What will you
+ have for dinner today?"</p>
+ <p>"I prefer not to dine to-day," said Bartleby, turning away. "It would
+ disagree with me; I am unused to dinners." So saying he slowly moved to
+ the other side of the inclosure, and took up <a href="javascript:void(0);"
+ onclick="return overlib('Just like the position he had assumed in the lawyer\'s office (although at the beginning, the placement of the desk forced him to look at the dead wall). Now it is clearly voluntary.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">a
+ position</a> fronting the dead-wall.</p>
+ <p>"How's this?" said the grub-man, addressing me with a stare of astonishment.
+ "He's odd, aint he?"</p>
+ <p>"I think he is a little deranged," said I, sadly.</p>
+ <p>"Deranged? deranged is it? Well now, upon my word, I thought that friend
+ of yourn was a <a href="javascript:void(0);" onclick="return overlib('a forger is someone who also writes the words of others, representing them as his own. There is a relationship with the scrivener, but he is honest about the words not being his own; he does not plagiarize.', STICKY)"
+ onmouseout="nd();" class="popup">gentleman
+ forger</a>; they are always pale and genteel-like, them forgers.
+ <a
+ href="javascript:void(0);" onclick="return overlib('He is like the lawyer here, except that the lawyer would not pity a dishonest person. Perhaps the grub-man is even more compassionate.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">I can't help pity 'em</a>--can't help it, sir. Did you know Monroe Edwards?"
+ he added touchingly, and paused. Then, laying his hand pityingly on my
+ shoulder, sighed, "he died of consumption at Sing-Sing. so you weren't
+ acquainted with Monroe?"</p>
+ <p>"No, I was never socially acquainted with any forgers. But I cannot stop
+ longer. Look to my friend yonder. You will not lose by it. I will see you
+ again."</p>
+ <p>Some few days after this, I again obtained admission to the Tombs, and
+ went through the corridors in quest of Bartleby; but without finding him.</p>
+ <p>"I saw him coming from his cell not long ago," said a turnkey, "may be
+ he's gone to loiter in the yards."</p>
+ <p>So I went in that direction.</p>
+ <p>"Are you looking for the silent man?" said another turnkey passing me.
+ "Yonder he lies--sleeping in the yard there. 'Tis not twenty minutes since
+ I saw him lie down."</p>
+ <p>The yard was entirely quiet. It was not accessible to the common prisoners.
+ The surrounding walls, of amazing thickness, <a href="javascript:void(0);"
+ onclick="return overlib('Again there is silence behind walls.', STICKY)"
+ onmouseout="nd();" class="popup">kept
+ off all sound</a> behind them. The <a href="javascript:void(0);"
+ onclick="return overlib('The Egyptians, of course, were obsessed with death (and masonry). This is appropriate architecture for the Tombs.', STICKY)"
+ onmouseout="nd();" class="popup">Egyptian
+ character</a> of the masonry weighed upon me with its gloom.
+ But a soft <a href="javascript:void(0);" onclick="return overlib('In the midst of death there is life. Perhaps even in this sad death there is some hope and life for the narrator. Is that possible? At the &quot;heart&quot; of the &quot;eternal pyramids,&quot; where death lies enshrined, is life from above?', STICKY)"
+ onmouseout="nd();" class="popup">imprisoned
+ turf</a> grew under foot. The heart of the eternal pyramids,
+ it seemed, wherein, by some strange magic, through the clefts, grass-seed,
+ dropped by birds, had sprung.</p>
+ <p>Strangely huddled at the base of the wall, <a href="javascript:void(0);"
+ onclick="return overlib('He\'s in a fetal position, and at the base of the impenetrable wall. In the Brittanica film, his hands are pressed together, as if praying---obviously an interpretive directorial decision.', STICKY)"
+ onmouseout="nd();" class="popup">his
+ knees drawn up</a>, and lying on his side, his head touching
+ the cold stones, I saw the wasted Bartleby. But nothing stirred. I paused;
+ then went close up to him; stooped over, and saw that his dim eyes were
+ open; otherwise he seemed profoundly sleeping. Something prompted me
+ <a
+ href="javascript:void(0);" onclick="return overlib('Only when he is dead does he touch him, and the touch affects his whole body.', STICKY)"
+ onmouseout="nd();" class="popup">to touch him</a>. I felt his hand, when a tingling shiver ran up my arm
+ and down my spine to my feet.</p>
+ <p>The round face of the grub-man peered upon me now. "His dinner is ready.
+ Won't he dine to-day, either? Or does he live without dining?"</p>
+ <p>"Lives without dining," said I, and closed the eyes.</p>
+ <p>"Eh!--He's asleep, aint he?"</p>
+ <p>"<a href="javascript:void(0);" onclick="return overlib('In other words, he is dead and with the great. The phrase comes from Job 3:14 where Job, in his sufferings, wishes he were &quot;at rest, With kings and counsellors of the earth which built desolate places for themselve', STICKY)"
+ onmouseout="nd();" class="popup">With
+ kings and counsellors</a>," murmured I.</p>
+ <p>* * * * * * * *</p>
+ <p>There would seem little need for proceeding further in this history. Imagination
+ will readily supply the meagre recital of poor Bartleby's interment. But
+ ere parting with the reader, let me say, that if this little narrative
+ has sufficiently interested him, to awaken curiosity as to who Bartleby
+ was, and what manner of life he led prior to the present narrator's making
+ his acquaintance, I can only reply, that in such curiosity I fully share,
+ but am wholly unable to gratify it. Yet here I hardly know whether I should
+ divulge <a href="javascript:void(0);" onclick="return overlib('Note that he does not know if this is true. Perhaps his hesitancy in reporting it is because he sees it in such emotional terms, and he doesn\'t wish to reveal himself.', STICKY)"
+ onmouseout="nd();" class="popup">one
+ little item of rumor</a>, which came to my ear a few months
+ after the scrivener's decease. Upon what basis it rested, I could never
+ ascertain; and hence how true it is I cannot now tell. But inasmuch as
+ this vague report has not been without a certain strange <a href="javascript:void(0);"
+ onclick="return overlib('In other words, it elicits ideas and feelings which reverberate with his own.', STICKY)"
+ onmouseout="nd();" class="popup">suggestive
+ interest</a> to me, however said, it may prove the same with
+ some others; and so I will briefly mention it. The report was this: that
+ Bartleby had been a subordinate clerk in the <a href="javascript:void(0);"
+ onclick="return overlib('&quot;Dead letters&quot; are those which cannot be delivered for various reasons. Since this was in Washington, D.C. perhaps it indicts the legal profession and/or politicians who were passing laws to buttress the dying institution of slavery.', STICKY)"
+ onmouseout="nd();" class="popup">Dead
+ Letter Office</a> at <a href="http://raven.cc.ukans.edu/%7Ezeke/bartleby/parker.html"
+ target="_blank">Washington</a>, from which he had been suddenly removed
+ by a change in the administration. When I think over this rumor, I cannot
+ adequately express the emotions which seize me. <a href="javascript:void(0);"
+ onclick="return overlib('Perhaps it does sound like dead men, in the context of this story and what the narrator has come to understand about himself and humanity.', STICKY)"
+ onmouseout="nd();" class="popup">Dead
+ letters!</a> does it not sound like dead men? Conceive a man
+ by nature and misfortune prone to a pallid hopelessness, can any business
+ seem more fitted to heighten it than that of continually handling these
+ dead letters and assorting them for the flames? For by the cart-load they
+ are annually burned. <a href="javascript:void(0);" onclick="return overlib('Notice the stories which the narrator associates with these letters--all tragic stories of blocked communications. Since he is creating the stories, it seems clear that he has been touched deeply by his experience with Bartleby. Could the lawyer at the beginning of the story, as he pictured himself, have imagined such personal tragedies?', STICKY)"
+ onmouseout="nd();" class="popup">Sometimes</a> from out the folded paper
+ the pale clerk takes a ring:--the bank-note sent in swiftest charity:--he
+ whom it would relieve, nor eats nor hungers any more; pardon for those
+ who died despairing; hope for those who died unhoping; good tidings for
+ those who died stifled by unrelieved calamities. <a href="javascript:void(0);"
+ onclick="return overlib(' Some readers interpret this as suggesting that Bartleby has sped to death on an errand of bringing life to the narrator, and thus see him as a kind of Christ figure. Certainly the narrator has come to experience the reality of death deeply.&nbsp;', STICKY)"
+ onmouseout="nd();" class="popup">On
+ errands of life, these letters speed to death.</a>
+ </p>
+ <p> <a href="javascript:void(0);" onclick="return overlib('Why does he equate Bartleby with humanity? What does the &quot;Ah&quot; suggest? This statement, which seems to be very emotional, seems to reveal a person quite changed from the one who began this story. Has he been transformed? Some readers think not, and that he despairs for the fate of humanity. Others find this a mockery of the typical sentimental ending of stories published in<i> Harper\'s</i> (as this one was.) Your decision.', STICKY)"
+ onmouseout="nd();" class="popup">Ah
+ Bartleby! Ah humanity</a>!</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </center>
+ <p></p>
+ <center>
+ <img src="../bar.gif" width="535" height="15" border="0" align="middle"/>
+ <p>
+<a href="http://www.vcu.edu/engweb/webtexts/bartleby/bartleby.html">Text Without Notes</a>
+<br/> <a href="http://www.vcu.edu/engweb/webtexts/bartleby/web-hm.htm">Melville Web Links</a>
+ </p>
+ <p>
+ <img src="../bar.gif" width="535" height="15" border="0" align="middle"/>
+ </p>
+ <p> <a href="http://www.vcu.edu/engweb"><img src="../myhome.jpg" width="50" height="21" border="0" align="middle"/></a>
+ </p>
+ </center>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json
new file mode 100644
index 0000000..f83aea1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json
@@ -0,0 +1,5 @@
+[
+ "https:\/\/cdn1.cnet.com\/img\/JumVcu1ZSLtPP8ui0UWaSlgi5RU=\/670x503\/2017\/12\/01\/b36ce794-e0b8-495c-a198-184923a8f4e9\/twitter-lite.jpg",
+ "https:\/\/cdn2.cnet.com\/img\/LI8y19stcvIQUdzbYdH4-DAigtc=\/fit-in\/570x0\/2017\/12\/01\/b36ce794-e0b8-495c-a198-184923a8f4e9\/twitter-lite.jpg",
+ "https:\/\/cdn1.cnet.com\/img\/mWcZaiA8Ngv61OQcpdoh6Ra9nY0=\/170x96\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json
new file mode 100644
index 0000000..632df58
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "por \n \n \n César Salza",
+ "Direction": null,
+ "Excerpt": "Twitter Lite llega a 11 países de América Latina, para ayudar a los usuarios con mala señal de sus redes móviles.",
+ "Image": "https:\/\/cdn1.cnet.com\/img\/JumVcu1ZSLtPP8ui0UWaSlgi5RU=\/670x503\/2017\/12\/01\/b36ce794-e0b8-495c-a198-184923a8f4e9\/twitter-lite.jpg",
+ "Title": "Twitter Lite se estrena en México, Venezuela y otros nueve países",
+ "SiteName": "CNET en Español"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html
new file mode 100644
index 0000000..3adf950
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html
@@ -0,0 +1,27 @@
+<div itemprop="articleBody" data-component="lazyloadImages" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <figure section="shortcodeImage"><span><span itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><img src="https://cdn2.cnet.com/img/LI8y19stcvIQUdzbYdH4-DAigtc=/fit-in/570x0/2017/12/01/b36ce794-e0b8-495c-a198-184923a8f4e9/twitter-lite.jpg" class alt="twitter-lite" height="0" width="570"><meta itemprop="url" content="https://cdn2.cnet.com/img/LI8y19stcvIQUdzbYdH4-DAigtc=/fit-in/570x0/2017/12/01/b36ce794-e0b8-495c-a198-184923a8f4e9/twitter-lite.jpg"><meta itemprop="height" content="0"><meta itemprop="width" content="570"></span></span>
+ <figcaption><span><p>Twitter Lite estará disponible en Google Play Store en 11 países de América Latina.</p></span><span>
+ Twitter
+ </span></figcaption>
+ </figure>
+ <p>Twitter ha dado a conocer que Twitter Lite llegará a un total de 24 nuevos países a partir de hoy, 11 de ellos de América Latina. </p>
+ <p>Según explicó en un <a href="https://blog.twitter.com/official/en_us/topics/product/2017/twitter-lite-in-the-google-play-store-in-24-more-countries.html#" target="_blank" data-component="externalLink">comunicado</a> <span section="shortcodeLink"><a href="http://fakehost/es/noticias/twitter-estrena-twitter-lite/">Twitter Lite</a></span> ahora estará disponible en Bolivia, Brasil, Chile, Colombia, Costa Rica, Ecuador, México, Panamá, Perú, El Salvador y Venezuela.</p>
+ <p>Twitter Lite es la versión ligera de la aplicación de la red social para Android, disponible en la Google Play Store. Con este app los usuarios que experimentan fallos de red o que viven en países con redes con poca velocidad de conexión como Venezuela podrán descargar los tuits de forma más rápida.</p>
+
+ <p>Entre sus novedades, Twitter Lite permite la carga rápida de tuits en redes 2G y 3G, y ofrece ayuda offline en caso de que pierdas tu conexión; a eso debemos sumar que minimiza el uso de datos y ofrece un modo de ahorro, en el que únicamente se descargan las fotos o videos de los tuits que quieres ver.</p>
+
+
+ <p>Además, el app ocupa menos espacio en tu teléfono móvil, al reducir a 3MB su peso.</p>
+ <p>Twitter dio a conocer Twitter Lite en abril en India, y desde entonces ha estado trabajando para llevarlo a más países. La empresa en los últimos meses también se ha involucrado de forma definitiva en la <span section="shortcodeLink"><a href="http://fakehost/es/noticias/twitter-hemos-progresado-en-nuestra-batalla-contra-el-abuso/">eliminación de los abusos en la red social</a></span>, tomando medidas incluso en la <span section="shortcodeLink"><a href="http://fakehost/es/noticias/twitter-elimina-verificacion-a-cuentas-ofensivas/">verificación de cuentas.</a></span></p><svg><symbol id="play" viewBox="0 0 26.6 32"><path d="M0,2.6c0-2.4,1.6-3.3,3.7-2L25,13.7c2,1.3,2,3.2,0,4.5L3.7,31.4c-2,1.3-3.7,0.3-3.7-2C0,29.4,0,2.6,0,2.6z" /></symbol><symbol id="pause" viewBox="0 0 26.6 32"><g><polygon points="16,32 26.5,32 26.5,8.8 26.5,0 16,0" /><rect x="0.1" y="0" width="10.6" height="32" /></g></symbol><symbol id="playlist" viewBox="0 0 32 22.9"><g><circle cx="2.3" cy="20.6" r="2.3" /><circle cx="2.3" cy="11.4" r="2.3" /><circle cx="2.3" cy="2.3" r="2.3" /><path d="M32,1.1C32,0.5,31.5,0,30.9,0H10.3C9.7,0,9.1,0.5,9.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V1.1z" /><path d="M32,10.3c0-0.6-0.5-1.1-1.1-1.1H10.3c-0.6,0-1.1,0.5-1.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V10.3z" /><path d="M32,19.4c0-0.6-0.5-1.1-1.1-1.1H10.3c-0.6,0-1.1,0.5-1.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V19.4z" /></g></symbol><symbol id="speaker-on" viewBox="0 0 32 28.1"><g><g><path d="M12.6,5L6.3,8.7H0.6C0.3,8.7,0,9,0,9.3V19c0,0.4,0.3,0.7,0.6,0.7h5.9l6.1,3.4c1.3,0.8,1.5,0.2,1.5-1.5V6.5C14.2,4.8,13.9,4.2,12.6,5z" /></g><path d="M18,23.1v-2.8c2.6,0,4.7-2.8,4.7-6.2S20.6,7.8,18,7.8V5c4.2,0,7.5,4,7.5,9S22.1,23.1,18,23.1z" /><path d="M21.3,28.1v-2.8c4.4,0,7.9-5,7.9-11.2S25.6,2.8,21.3,2.8V0C27.2,0,32,6.3,32,14C32,21.8,27.2,28.1,21.3,28.1z" /></g></symbol><symbol id="speaker-off" viewBox="0 0 32 18.8"><g><g><path d="M12.6,0.4L6.3,4H0.6C0.3,4,0,4.3,0,4.7v9.7c0,0.4,0.3,0.7,0.6,0.7h5.9l6.1,3.4c1.3,0.8,1.5,0.2,1.5-1.5V1.8C14.2,0.2,13.9-0.5,12.6,0.4z" /></g><polygon points="32,4.5 30.2,2.7 25.3,7.6 20.4,2.7 18.6,4.5 23.5,9.4 18.6,14.3 20.4,16.1 25.3,11.2 30.2,16.1 32,14.3 27.1,9.4 " /></g></symbol><symbol id="captions" viewBox="0 0 32 16.2"><g><path d="M8.6,16.2c-1.2,0-2.4-0.2-3.4-0.6c-1.1-0.4-2-0.9-2.7-1.6c-0.8-0.7-1.4-1.6-1.8-2.6C0.2,10.4,0,9.3,0,8.1c0-1.2,0.2-2.3,0.7-3.3s1-1.8,1.8-2.6C3.2,1.5,4.1,1,5.2,0.6S7.4,0,8.6,0c1,0,1.9,0.1,2.7,0.4c0.8,0.3,1.4,0.6,2,1.1c0.6,0.4,1.1,0.9,1.4,1.5c0.4,0.5,0.7,1.1,0.9,1.6l-4.1,1.9c-0.1-0.3-0.2-0.6-0.4-0.9C11,5.3,10.8,5,10.5,4.8c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.2C8,4.2,7.5,4.3,7,4.5C6.6,4.7,6.2,5,5.8,5.3C5.5,5.7,5.2,6.1,5.1,6.5C4.9,7,4.8,7.5,4.8,8.1c0,0.5,0.1,1.1,0.3,1.5c0.2,0.5,0.4,0.9,0.8,1.2c0.3,0.4,0.7,0.6,1.2,0.8C7.5,11.9,8,12,8.6,12c0.3,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.7c0.2-0.3,0.3-0.6,0.4-0.9l4.1,1.9c-0.2,0.5-0.5,1-0.9,1.6c-0.4,0.5-0.9,1-1.4,1.5c-0.6,0.4-1.2,0.8-2,1.1C10.5,16,9.6,16.2,8.6,16.2z" /><path d="M24.9,16.2c-1.2,0-2.4-0.2-3.4-0.6c-1.1-0.4-2-0.9-2.7-1.6c-0.8-0.7-1.4-1.6-1.8-2.6c-0.4-1-0.7-2.1-0.7-3.3c0-1.2,0.2-2.3,0.7-3.3c0.4-1,1-1.8,1.8-2.6c0.8-0.7,1.7-1.3,2.7-1.7C22.6,0.2,23.7,0,24.9,0c1,0,1.9,0.1,2.7,0.4c0.8,0.3,1.4,0.6,2,1.1c0.6,0.4,1.1,0.9,1.4,1.5C31.5,3.5,31.8,4,32,4.5l-4.1,1.9c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.5-0.7-0.7c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.2c-0.6,0-1.1,0.1-1.5,0.3c-0.5,0.2-0.9,0.5-1.2,0.8c-0.3,0.4-0.6,0.8-0.8,1.2c-0.2,0.5-0.3,1-0.3,1.5c0,0.5,0.1,1.1,0.3,1.5c0.2,0.5,0.4,0.9,0.8,1.2c0.3,0.4,0.7,0.6,1.2,0.8c0.5,0.2,1,0.3,1.5,0.3c0.3,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.7c0.2-0.3,0.3-0.6,0.4-0.9l4.1,1.9c-0.2,0.5-0.5,1-0.9,1.6c-0.4,0.5-0.9,1-1.4,1.5c-0.6,0.4-1.2,0.8-2,1.1C26.8,16,25.9,16.2,24.9,16.2z" /></g></symbol><symbol id="fullscreen" viewBox="0 0 32 32"><g><g><polygon points="11.4,0 0,0 0,11.4 3.4,8 9.1,13.7 13.7,9.1 8,3.4 " /></g><g><polygon points="20.6,32 32,32 32,20.6 28.6,24 22.9,18.3 18.3,22.9 24,28.6 " /></g><g><polygon points="32,11.4 32,0 20.6,0 24,3.4 18.3,9.1 22.9,13.7 28.6,8 " /></g><g><polygon points="0,20.6 0,32 11.4,32 8,28.6 13.7,22.9 9.1,18.3 3.4,24 " /></g></g></symbol><symbol id="video" viewBox="0 0 32 22"><g><path d="M29,2.2c-0.7,0.2-4.6,3-7.9,5.3V2.1C21.1,1,20.1,0,19,0H2.1C1,0,0,1,0,2.1v17.7C0,21,1,22,2.1,22H19c1.2,0,2.1-1,2.1-2.1v-5.9c3.3,2.4,7.4,5.4,8.2,5.6c1.4,0.4,2.7-0.1,2.7-0.1V2.2C32,2.2,30.1,1.8,29,2.2z" /></g></symbol></svg>
+ <div data-load-playlist="[{&quot;id&quot;:&quot;dc362fcb-cba9-4bf6-b62d-aa7e39a092c7&quot;,&quot;title&quot;:&quot;Google Assistant mejora, hay m\u00e1s cambios en Twitter y llega el OnePlus 5T&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #163] Esta semana hablamos de las caracter\u00edsticas del OnePlus 5T, las novedades de Google Assistant y los cambios que ha hecho Twitter a su proceso de verificaci\u00f3n.&quot;,&quot;slug&quot;:&quot;google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t&quot;,&quot;chapters&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;duration&quot;:489,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:&quot;&quot;,&quot;mpxRefId&quot;:&quot;38uKprB1_hIkwXffuj20eMptuapoWX4K&quot;,&quot;ratingVChip&quot;:&quot;TV-14&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;1c0fd1cb-c387-11e2-8208-0291187b029a&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;6a9b3b6b-575a-4b66-b4b2-4aedee01be6d&quot;,&quot;firstName&quot;:&quot;Gabriel&quot;,&quot;lastName&quot;:&quot;Sama&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:&quot;La semana&quot;},&quot;image&quot;:{&quot;id&quot;:&quot;70540d7a-cbc5-4563-ab86-b5549ef68168&quot;,&quot;filename&quot;:&quot;oneplus-5t-product-21.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-13 17:56:07&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;alt&quot;:&quot;oneplus-5t-product-21&quot;,&quot;credits&quot;:&quot;Andrew Hoyle\/CNET&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/EcEJ76YiEastX8yctETLURpwICc=\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg&quot;,&quot;cropGravity&quot;:0,&quot;crop&quot;:null,&quot;typeName&quot;:&quot;content_image&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/xTOX9ZdBnxWFXxkzSLG6dBydTMg=\/fit-in\/194x109\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/17\/1098353731717\/es_lasemana16novFINAL_1265786_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t\/&quot;},{&quot;id&quot;:&quot;7097a578-8dc8-48b8-9bea-bc0dcabdb558&quot;,&quot;title&quot;:&quot;El \u0027bug\u0027 de MacOS High Sierra y la expansi\u00f3n de Huawei en Latinoam\u00e9rica&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #165] Apple solucion\u00f3 el problema de que se pod\u00eda acceder a algunas Mac sin contrase\u00f1a. Huawei adelant\u00f3 planes para la regi\u00f3n.&quot;,&quot;slug&quot;:&quot;bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:550,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1107731523514,&quot;mpxRefId&quot;:&quot;IwoiIhK2JgjRf8oj2sS99ClHB2K8w8uw&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;1934b65e-89f2-4449-ae15-61584288ed9d&quot;,&quot;name&quot;:&quot;macos-high-sierra-image&quot;,&quot;filename&quot;:&quot;macos-high-sierra-image.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/bmNGTUwxlWz6QUuj1pUj2G90QUE=\/2017\/09\/27\/1934b65e-89f2-4449-ae15-61584288ed9d\/macos-high-sierra-image.jpg&quot;,&quot;size&quot;:1306802,&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-09-27 17:49:57&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-09-27 17:49:57&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;macos-high-sierra-image&quot;,&quot;cropGravity&quot;:0},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/C6S9ny6QsPl0M4RazJBreX1ZaO8=\/fit-in\/194x109\/2017\/09\/27\/1934b65e-89f2-4449-ae15-61584288ed9d\/macos-high-sierra-image.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/12\/01\/1107731523514\/es_lasemana1diciembre_1275504_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica\/&quot;},{&quot;id&quot;:&quot;41e31d24-ab17-445d-8841-ceb86ae9044f&quot;,&quot;title&quot;:&quot;Nuestros consejos para la temporada de ofertas&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #164] Nada de madrugar, hacer filas largas y estresarte. Esta semana te compartimos sugerencias puntuales para que le saques m\u00e1s jugo a las compras de Black Friday y Cyber Monday.&quot;,&quot;slug&quot;:&quot;consejos-ofertas-viernes-negro&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:441,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1102073923731,&quot;mpxRefId&quot;:&quot;5XzHm1c3DBSxFhifEcVyEyTaNwlg6R0a&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;154d2576-1ff8-41d8-ac2a-414450d5ee6c&quot;,&quot;name&quot;:&quot;viernesnegro&quot;,&quot;filename&quot;:&quot;viernesnegro.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/e6vO1LTPdKpSs3924nDWctNCZMY=\/2017\/11\/22\/154d2576-1ff8-41d8-ac2a-414450d5ee6c\/viernesnegro.jpg&quot;,&quot;size&quot;:278742,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-22 22:32:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-11-22 22:32:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;viernesnegro&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn4.cnet.com\/img\/fcY_4UWuEddB5TbPXMSaNvgfcec=\/fit-in\/194x109\/2017\/11\/22\/154d2576-1ff8-41d8-ac2a-414450d5ee6c\/viernesnegro.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/consejos-ofertas-viernes-negro.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/22\/1102073923731\/semana_nov22_1270073_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/consejos-ofertas-viernes-negro\/&quot;},{&quot;id&quot;:&quot;db8b62cc-68fc-4f96-8fbc-bcbe5d4f8a1c&quot;,&quot;title&quot;:&quot;El desembarco de Xiaomi en Espa\u00f1a y la previa del OnePlus 5T&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #162] La fabricante de celulares china llega a Espa\u00f1a con m\u00e1s de seis tel\u00e9fonos de menos de 300 euros, y el OnePlus 5T se presentar\u00e1 el 16 de noviembre en Estados Unidos.&quot;,&quot;slug&quot;:&quot;el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:500,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1093211715579,&quot;mpxRefId&quot;:&quot;APQJZKaXzbhmwxYJcFFg_AHYIHfLWNU6&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;96ec74ea-1acb-48be-b74e-816ba301d19a&quot;,&quot;name&quot;:&quot;oneplus-5t&quot;,&quot;filename&quot;:&quot;oneplus-5t.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/KK0CqnMaqMxZ9bC-3jbAiQhnutM=\/2017\/10\/30\/96ec74ea-1acb-48be-b74e-816ba301d19a\/oneplus-5t.jpg&quot;,&quot;caption&quot;:&quot;<p>Una supuesta foto del OnePlus 5T filtrada en China.<\/p>&quot;,&quot;size&quot;:41019,&quot;height&quot;:592,&quot;width&quot;:690,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-30 19:55:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-30 19:56:18&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;credits&quot;:&quot;Weibo&quot;,&quot;alt&quot;:&quot;oneplus-5t&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn2.cnet.com\/img\/9CtVwepYPv7fktP5LlCjoAjq0is=\/fit-in\/194x109\/2017\/10\/30\/96ec74ea-1acb-48be-b74e-816ba301d19a\/oneplus-5t.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/10\/1093211715579\/es_lasemana_9noviembre02_1259372_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t\/&quot;},{&quot;id&quot;:&quot;283c729a-eeeb-454b-ae03-d1d95229031d&quot;,&quot;title&quot;:&quot;Google Assistant habla espa\u00f1ol y el iPhone X presenta un nuevo idioma de dise\u00f1o&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #161] El asistente virtual de Google ahora domina el idioma de Cervantes, y el iPhone X inaugura nuevos gestos y un nuevo lenguaje de dise\u00f1o de la marca.&quot;,&quot;slug&quot;:&quot;google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:683,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1087923267594,&quot;mpxRefId&quot;:&quot;jCXv62P0jCNTJB3jKuthMzA3CV0ghejk&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;0d404b1c-30e9-4ccf-9901-d2125b2b23f2&quot;,&quot;name&quot;:&quot;iphone-x-67&quot;,&quot;filename&quot;:&quot;iphone-x-67.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/JoewZeNO5ePGyD5iGiD7VM32i9w=\/2017\/11\/03\/0d404b1c-30e9-4ccf-9901-d2125b2b23f2\/iphone-x-67.jpg&quot;,&quot;size&quot;:153088,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-03 16:19:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-11-03 16:19:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;iphone-x-67&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/6fdfuTdyxV3t7waWLSKyE6df3fY=\/fit-in\/194x109\/2017\/11\/03\/0d404b1c-30e9-4ccf-9901-d2125b2b23f2\/iphone-x-67.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/03\/1087923267594\/semananov2_1253191_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma\/&quot;},{&quot;id&quot;:&quot;a3c0de25-3d75-44b9-9c83-6925dbd3ebb2&quot;,&quot;title&quot;:&quot;La pantalla del Pixel 2 XL, la llave maestra de Amazon y el inminente iPhone X&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #160] Analizamos los problemas con el panel OLED del tel\u00e9fono de Google, los env\u00edos de Amazon entran en tu hogar y ya est\u00e1 a la puerta el nuevo tel\u00e9fono de Apple.&quot;,&quot;slug&quot;:&quot;la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:574,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1082906179568,&quot;mpxRefId&quot;:&quot;t4LPcFt8Hmm8Vg7U8o4s4_E0Xn_xqxAj&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;00597069-4f14-41dd-b1f1-e7bc413d4e17&quot;,&quot;name&quot;:&quot;Google Pixel 2 XL screen burn-in&quot;,&quot;filename&quot;:&quot;screen-problems-2405-001.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/zM13Oy086Lnor1efnDjx0mVca88=\/2017\/10\/23\/00597069-4f14-41dd-b1f1-e7bc413d4e17\/screen-problems-2405-001.jpg&quot;,&quot;caption&quot;:&quot;<p><\/p>&quot;,&quot;size&quot;:1865911,&quot;height&quot;:1467,&quot;width&quot;:2200,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-23 19:09:04&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-23 19:09:23&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:1,&quot;credits&quot;:&quot;Josh Miller\/CNET&quot;,&quot;alt&quot;:&quot;Google Pixel 2 XL screen burn-in&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn4.cnet.com\/img\/XTHaIZ7ZBuXvKPKB5niFqcP_23M=\/fit-in\/194x109\/2017\/10\/23\/00597069-4f14-41dd-b1f1-e7bc413d4e17\/screen-problems-2405-001.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/27\/1082906179568\/es_lasemana27october_1247416_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x\/&quot;},{&quot;id&quot;:&quot;ae23b111-1e88-4edd-b1b5-dfed3e0cb061&quot;,&quot;title&quot;:&quot;Se consolida el hogar inteligente y aparece el fallo KRACK&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #159] Esta semana hablamos de la nueva plataforma de Samsung para el Internet de las Cosas, de la vulnerabilidad KRACK y de los nuevos tel\u00e9fonos en el mercado.&quot;,&quot;slug&quot;:&quot;la-semana-oct-19-cnet-espanol&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:691,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1077887555736,&quot;mpxRefId&quot;:&quot;H4gkX0JjbU6b4gxZOkirySjFp3Z845dA&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;6a9b3b6b-575a-4b66-b4b2-4aedee01be6d&quot;,&quot;firstName&quot;:&quot;Gabriel&quot;,&quot;lastName&quot;:&quot;Sama&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;d704b38b-cafe-414b-879b-459dd712796c&quot;,&quot;name&quot;:&quot;zte-axon-m-9755-024&quot;,&quot;filename&quot;:&quot;zte-axon-m-9755-024.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/VAqXY-db6xzcKly6P5BNqbaHpQw=\/2017\/10\/20\/d704b38b-cafe-414b-879b-459dd712796c\/zte-axon-m-9755-024.jpg&quot;,&quot;size&quot;:87148,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-20 16:33:13&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-20 16:33:13&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;zte-axon-m-9755-024&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/ReV56T1ZCShd3YWImeR2IWEqAXU=\/fit-in\/194x109\/2017\/10\/20\/d704b38b-cafe-414b-879b-459dd712796c\/zte-axon-m-9755-024.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/la-semana-oct-19-cnet-espanol.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/20\/1077887555736\/semana_oct19_1241505_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/la-semana-oct-19-cnet-espanol\/&quot;},{&quot;id&quot;:&quot;4cb73b8d-1b2f-40ef-bb98-6b093198c681&quot;,&quot;title&quot;:&quot;Un nuevo Kindle y se asoman las nuevas gafas VR de Oculus&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #158] Esta semana, lleg\u00f3 el Kindle Oasis impermeable, se anunciaron las Oculus Go y Santa Cruz para realidad virtual y hubo un problemita con la Google Home Mini.&quot;,&quot;slug&quot;:&quot;un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:422,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1072264259697,&quot;mpxRefId&quot;:&quot;8RTAYZ4ou1BgXXiybOYiclkJ6avdl6SM&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;4514916c-88c7-4c00-8324-9d522e0b3047&quot;,&quot;name&quot;:&quot;kindle-oasis-covers&quot;,&quot;filename&quot;:&quot;kindle-oasis-covers.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/el7STcxt2T02OoIFWp08KB2D1Bk=\/2017\/10\/05\/4514916c-88c7-4c00-8324-9d522e0b3047\/kindle-oasis-covers.jpg&quot;,&quot;caption&quot;:&quot;<p>The optional covers start at $40 and come in nylon or leather.<\/p>&quot;,&quot;size&quot;:4432570,&quot;height&quot;:3024,&quot;width&quot;:4032,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-05 19:52:22&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-05 19:53:38&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;startDate&quot;:{&quot;date&quot;:&quot;2017-10-11 13:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:1,&quot;credits&quot;:&quot;David Carnoy\/CNET&quot;,&quot;alt&quot;:&quot;kindle-oasis-covers&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/vDQrwxSq2oDqDHdtnPLwD_eJR98=\/fit-in\/194x109\/2017\/10\/05\/4514916c-88c7-4c00-8324-9d522e0b3047\/kindle-oasis-covers.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/13\/1072264259697\/es_lasemana12_oct_1235274_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman\/&quot;},{&quot;id&quot;:&quot;09051611-4cd7-4384-a459-b4a1050b5c1c&quot;,&quot;title&quot;:&quot;Google Pixel 2 y lo que nos dej\u00f3 la temporada de s\u00faper tel\u00e9fonos&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #157] La gigante de las b\u00fasquedas se anima con todo al hardware, y sus tel\u00e9fonos marcan el fin de una \u00e9poca de grandes anuncios.&quot;,&quot;slug&quot;:&quot;google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:598,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1064365123530,&quot;mpxRefId&quot;:&quot;Us3jKld5gPd3TfSG9QLLbD5jw_vdMyds&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;d077c3c0-c88f-492f-a8a2-8b043af04f0e&quot;,&quot;name&quot;:&quot;100417-google-pixel-2-7126&quot;,&quot;filename&quot;:&quot;100417-google-pixel-2-7126.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/BNbeNYmhimN2Z_KulzpEpn0l7AI=\/2017\/10\/05\/d077c3c0-c88f-492f-a8a2-8b043af04f0e\/100417-google-pixel-2-7126.jpg&quot;,&quot;size&quot;:52547,&quot;height&quot;:467,&quot;width&quot;:830,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-05 23:35:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-05 23:35:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;100417-google-pixel-2-7126&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn2.cnet.com\/img\/5-e1P5u3K43hFHiSjBjhdB3f1lI=\/fit-in\/194x109\/2017\/10\/05\/d077c3c0-c88f-492f-a8a2-8b043af04f0e\/100417-google-pixel-2-7126.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/06\/1064365123530\/semana_oct5_1229769_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos\/&quot;},{&quot;id&quot;:&quot;4bb8f3fd-304c-495e-8b83-57fcea47b89b&quot;,&quot;title&quot;:&quot;La avalancha de productos de Amazon, y tuits de 280 caracteres&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #156] Esta semana vimos nuevas bocinas de Amazon; una nueva c\u00e1mara GoPro y Twitter dijo que duplicar\u00e1 el l\u00edmite de caracteres en tuits.&quot;,&quot;slug&quot;:&quot;amazon-nuevos-productos-twitter-280-caracteres&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:673,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1057969219682,&quot;mpxRefId&quot;:&quot;IUOzQ0y6ps_ludp4UH9c1EZFCsJNA7X8&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;194498de-a074-4687-ab0d-d880d5ee05de&quot;,&quot;name&quot;:&quot;amazon-spot-1&quot;,&quot;filename&quot;:&quot;amazon-spot-1.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/MLV0Q7ERz3liDf123UtGhwIuMjU=\/2017\/09\/28\/194498de-a074-4687-ab0d-d880d5ee05de\/amazon-spot-1.jpg&quot;,&quot;size&quot;:850748,&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-09-28 05:39:36&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-09-28 05:39:36&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;amazon-spot-1&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/0t12kUyxiPUjjBEvghADT8bfI1Q=\/fit-in\/194x109\/2017\/09\/28\/194498de-a074-4687-ab0d-d880d5ee05de\/amazon-spot-1.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/amazon-nuevos-productos-twitter-280-caracteres.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/09\/29\/1057969219682\/es_lasemana_28septiembre_1223993_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/amazon-nuevos-productos-twitter-280-caracteres\/&quot;}]">
+ <div> <svg><use aria-hidden="false" xlink:href="#play" /></svg><svg><use aria-hidden="false" xlink:href="#pause" /></svg>
+ <figure><img src="https://cdn1.cnet.com/img/mWcZaiA8Ngv61OQcpdoh6Ra9nY0=/170x96/2017/11/13/70540d7a-cbc5-4563-ab86-b5549ef68168/oneplus-5t-product-21.jpg" alt height="96" width="170"></figure>
+ </div>
+ <p><span>
+ <span>Reproduciendo:</span> <span>Mira esto:</span> </span> Google Assistant mejora, hay más cambios en Twitter y... </p>
+ <p><span>
+ 8:09 <svg><use aria-hidden="false" xlink:href="#video" /></svg></span> </p>
+ </div>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html
new file mode 100644
index 0000000..c71419f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html
@@ -0,0 +1,662 @@
+<!DOCTYPE html>
+<html lang="es" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://ogp.me/ns/fb#" class="">
+
+<head>
+ <!-- MacLeod loves you! -->
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
+ <meta content="es_US" http-equiv="Content-Language"/>
+ <meta name="theme-color" content="#B80000"/>
+ <meta name="apple-mobile-web-app-capable" content="yes"/>
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
+ <title>Twitter Lite se estrena en México, Venezuela y otros nueve países - CNET en Español</title>
+ <meta name="description" content="Twitter Lite llega a 11 países de América Latina, para ayudar a los usuarios con mala señal de sus redes móviles."/>
+ <link rel="canonical" href="https://www.cnet.com/es/noticias/twitter-lite-america-latina/"/>
+ <meta property="al:ios:app_name" content="CNET"/>
+ <meta property="al:ios:app_store_id" content="383989837"/>
+ <meta property="al:ios:url" content="https://www.cnet.com/es/noticias/twitter-lite-america-latina/?search=toapp"/>
+ <link rel="search" type="application/opensearchdescription+xml" title="CNET Search" href="https://www.cnet.com/opensearch.xml"/>
+ <meta property="og:site_name" content="CNET en Español"/>
+ <meta property="og:title" content="Twitter Lite se estrena en México, Venezuela y otros nueve países"/>
+ <meta property="og:description" content="Twitter Lite llega a 11 países de América Latina, para ayudar a los usuarios con mala señal de sus redes móviles."/>
+ <meta property="og:image" content="https://cdn1.cnet.com/img/JumVcu1ZSLtPP8ui0UWaSlgi5RU=/670x503/2017/12/01/b36ce794-e0b8-495c-a198-184923a8f4e9/twitter-lite.jpg"/>
+ <meta property="og:type" content="Article"/>
+ <meta property="og:url" content="https://www.cnet.com/es/noticias/twitter-lite-america-latina/"/>
+ <meta property="fb:app_id" content="16995676698"/>
+ <meta property="fb:admins" content="100001036810388"/>
+ <meta property="article:publisher" content="https://facebook.com/CNETenEspanol"/>
+ <meta property="article:author" content="https://www.facebook.com/profile.php?id=cesarsalza"/>
+ <meta property="fb:pages" content="145802748959745"/>
+ <meta content="30261067" property="twitter:account_id"/>
+ <meta content="summary" property="twitter:card"/>
+ <meta content="https://www.cnet.com/es/noticias/twitter-lite-america-latina/" property="twitter:url"/>
+ <meta content="Twitter Lite se estrena en 11 países de América Latina" property="twitter:title"/>
+ <meta content="Twitter Lite llega a 11 países de América Latina, para ayudar a los usuarios con mala señal de sus redes móviles." property="twitter:description"/>
+ <meta content="https://cdn1.cnet.com/img/JumVcu1ZSLtPP8ui0UWaSlgi5RU=/670x503/2017/12/01/b36ce794-e0b8-495c-a198-184923a8f4e9/twitter-lite.jpg" property="twitter:image"/>
+ <meta content="670" property="twitter:image:width"/>
+ <meta content="503" property="twitter:image:height"/>
+ <meta content="@CNET_Es" property="twitter:site"/>
+ <meta content="@cesarsalza" property="twitter:creator"/>
+ <meta content="I1kHyfzmmG1fEVjq8GBUgkfCHc6PNtxce1_VyUuJhws" name="google-site-verification"/>
+ <meta content="wNWLoFvk5wsdZQ-u75uCNiaHNa7FLFmNtH2t7dZbXmQ" name="google-site-verification"/>
+ <meta content="47524839a64b83c951afca9ef6c838e0" name="p:domain_verify"/>
+ <meta content="CNET en español, análisis de productos, comparaciones de precios, guías de compras, y noticias sobre tecnología" name="msapplication-tooltip"/>
+ <meta content="https://www.cnet.com/es/" name="msapplication-starturl"/>
+ <meta content="width=1024;height=768" name="msapplication-window"/>
+ <meta content="#424244" name="msapplication-navbutton-color"/>
+ <meta content="name=Hogar; action-uri=https://www.cnet.com/es/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task"/>
+ <meta content="name=Descargas; action-uri=http://download.cnet.com/; icon-uri=http://download.cnet.com/favicon.ico" name="msapplication-task"/>
+ <meta content="name=Noticias; action-uri=https://www.cnet.com/es/noticias/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task"/>
+ <meta content="name=Analisis; action-uri=https://www.cnet.com/es/analisis/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task"/>
+ <meta content="name=Videos; action-uri=https://www.cnet.com/es/videos/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task"/>
+ <meta content="name=Forums; action-uri=http://forums.cnet.com/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task"/>
+ <link rel="manifest" href="/manifest.json"/>
+ <meta name="viewport" content="width=device-width"/>
+ <meta name="news_keywords" content="twitter, google, mobile apps, networking"/>
+ <link rel="amphtml" href="https://www.cnet.com/es/google-amp/noticias/twitter-lite-america-latina/"/>
+ <meta itemprop="speakable" itemscope="" itemtype="http://schema.org/SpeakableSpecification" itemref="speakablemeta"/>
+ <meta id="speakablemeta" itemprop="cssSelector" content=".speakableText"/>
+ <link rel="stylesheet" href="https://cnet1.cbsistatic.com/fly/css/core/main.desktop-9e4ac49584-rev.css"/>
+ <link rel="stylesheet" href="https://cnet4.cbsistatic.com/fly/css/article/v3/article.desktop-ad70a38a52-rev.css"/>
+ <script async="" type="application/javascript" src="//mtrx.go.sonobi.com/morpheus.cnet.1591.js"></script>
+</head>
+
+<body class="not-logged-in
+ es
+
+
+ noBleed
+
+
+
+ v3Article
+
+" data-cms-edit="{&quot;url&quot;:&quot;http:\/\/cms-beta.cnet.com\/content\/article\/87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea\/version\/es&quot;}"> <svg class="svg-symbol"><symbol id="stars-full" viewBox="0 0 14 14"><polygon points="7,0 8.8,5.1 14,5.3 9.9,8.7 11.3,14 7,11 2.7,14 4.1,8.7 0,5.3 5.2,5.1"></polygon></symbol><symbol id="stars-half" viewBox="0 0 14 14"><polygon points="7.1,0 7.1,11 2.7,14 4.1,8.7 0,5.3 5.2,5.1"></polygon></symbol><symbol id="play" viewBox="0 0 26.6 32"><path d="M0,2.6c0-2.4,1.6-3.3,3.7-2L25,13.7c2,1.3,2,3.2,0,4.5L3.7,31.4c-2,1.3-3.7,0.3-3.7-2C0,29.4,0,2.6,0,2.6z"></path></symbol><symbol id="playOverlay" viewBox="0 0 70 70"><g><circle cx="35" cy="35" r="33"></circle></g><path class="overlayBorder" d="M35,2c18.2,0,33,14.8,33,33S53.2,68,35,68S2,53.2,2,35S16.8,2,35,2 M35,0C15.7,0,0,15.7,0,35s15.7,35,35,35
+ s35-15.7,35-35S54.3,0,35,0L35,0z"></path><path class="overlayIcon" d="M24.7,22.6c0-2.2,1.5-3.1,3.4-1.9l19.8,12.2c1.9,1.2,1.9,3,0,4.2L28.1,49.3c-1.9,1.2-3.4,0.3-3.4-1.9
+ C24.7,47.4,24.7,22.6,24.7,22.6z"></path></symbol><symbol id="galleryOverlay" viewBox="0 0 70 70"><g><circle cx="35" cy="35" r="33"></circle></g><path class="overlayBorder" d="M35,2c18.2,0,33,14.8,33,33S53.2,68,35,68S2,53.2,2,35S16.8,2,35,2 M35,0C15.7,0,0,15.7,0,35s15.7,35,35,35
+ s35-15.7,35-35S54.3,0,35,0L35,0z"></path><circle class="overlayIcon" cx="30.5" cy="34.2" r="1.8"></circle><polygon class="overlayIcon" points="21.2,41.3 19.1,41.3 19.1,22.9 45.5,22.9 45.5,25 21.2,25 "></polygon><path class="overlayIcon" d="M48.9,30v15.1h-23V30H48.9 M50.9,28h-27v19.1h27V28L50.9,28z"></path><polygon class="overlayIcon" points="29,42.8 33.1,37.5 35.7,40 40.4,33.6 46.6,42.8 "></polygon></symbol><symbol id="arrow-round" viewBox="0 0 16 28"><g><path d="M0.6,27.4c0.8,0.8,2,0.8,2.8,0l12-12c0.8-0.8,0.8-2,0-2.8l-12-12C3,0.2,2.5,0,2,0C1.5,0,1,0.2,0.6,0.6
+ c-0.8,0.8-0.8,2,0,2.8L11.2,14L0.6,24.6C-0.2,25.4-0.2,26.6,0.6,27.4z"></path></g></symbol><symbol id="allContent" viewBox="0 0 32 32"><g><ellipse cx="4.1" cy="4.1" rx="4.1" ry="4.1"></ellipse><ellipse cx="16" cy="4.1" rx="4.1" ry="4.1"></ellipse><ellipse cx="27.9" cy="4.1" rx="4.1" ry="4.1"></ellipse></g><g><ellipse cx="4.1" cy="16" rx="4.1" ry="4.1"></ellipse><ellipse cx="16" cy="16" rx="4.1" ry="4.1"></ellipse><ellipse cx="27.9" cy="16" rx="4.1" ry="4.1"></ellipse></g><g><ellipse cx="4.1" cy="27.9" rx="4.1" ry="4.1"></ellipse><ellipse cx="16" cy="27.9" rx="4.1" ry="4.1"></ellipse><ellipse cx="27.9" cy="27.9" rx="4.1" ry="4.1"></ellipse></g></symbol><symbol id="video" viewBox="0 0 32 22"><g><path d="M29,2.2c-0.7,0.2-4.6,3-7.9,5.3V2.1C21.1,1,20.1,0,19,0H2.1C1,0,0,1,0,2.1v17.7C0,21,1,22,2.1,22H19c1.2,0,2.1-1,2.1-2.1
+ v-5.9c3.3,2.4,7.4,5.4,8.2,5.6c1.4,0.4,2.7-0.1,2.7-0.1V2.2C32,2.2,30.1,1.8,29,2.2z"></path></g></symbol><symbol id="cnet" viewBox="0 0 180 131.5"><g><rect x="44.2" width="8.1" height="131.5"></rect><path d="M11.1,47.9c0.1-8.3,14.5-8.6,14.5-0.4l0.1,7.1h11V48c0.7-22-37-22-36.7-0.5v37.9c-0.3,21.5,37.5,22,36.8,0v-7.9H25.6v8.5
+ c0,8.2-14.3,8.4-14.5,0V47.5L11.1,47.9z"></path><path d="M73.8,39.3c0,0,1.9-2.8,6.9-5.6c6.4-3.5,12.6,0,11.7-0.4c5,2.2,6.9,7.6,7.3,13.6v44.9h7.1v8.2H88.6l0-53.6
+ c0-7.8-13.2-7.6-13.3,0.4l0-0.4V100H59v-8.2l5.2,0V41.5l-6.1-0.1v-8.2h15.7L73.8,39.3z"></path><path d="M156.1,85.2c0.4,6,2.3,11.4,7.3,13.6c-0.9-0.4,2.5,1.3,5.9,1.2c1.8,0,10.7,0,10.7,0v-8.2c0,0-4.5-0.1-6.9,0
+ c-3,0-5.6-1.4-5.8-5.7l0,0l0-44.5l0-0.1H178v-8.1h-10.7l0-0.1V16h-11.2l0,0L156.1,85.2L156.1,85.2z"></path><path d="M135.9,77.4v8.5c0,8.2-14.4,8.4-14.5,0V68.2l23.6,0c1.1,0,2-0.9,2-2l0-18.2c0.7-22-37-22-36.7-0.5v37.9
+ c-0.3,21.5,37.5,22,36.8,0v-7.9H135.9z M121.4,47.4c0.2-8.2,14.5-8.2,14.5,0.1l0,12.4h-14.4V47.4z"></path></g></symbol><symbol id="photo" viewBox="0 0 32 24"><path d="M30,4h-6c-0.5,0-2.9-4-4-4h-8c-1.1,0-3.6,4-4,4H2C0.9,4,0,4.9,0,6v16c0,1.1,0.9,2,2,2h28c1.1,0,2-0.9,2-2V6
+ C32,4.9,31.1,4,30,4z M16,20.3c-3.9,0-7-3.1-7-7c0-3.9,3.1-7,7-7c3.9,0,7,3.1,7,7C23,17.2,19.9,20.3,16,20.3z M16,19
+ c-3.1,0-5.6-2.5-5.6-5.6c0-3.1,2.5-5.6,5.6-5.6c3.1,0,5.6,2.5,5.6,5.6C21.6,16.5,19.1,19,16,19z"></path></symbol><symbol id="pop-out" viewBox="0 0 32 32"><g><polygon points="25.2,19.9 25.2,27.9 4.1,27.9 4.1,7 12.6,7 12.6,2.7 0,2.7 0,32 29.3,32 29.3,19.9 "></polygon><polygon points="18.6,0 18.6,4.1 25.1,4.1 15.2,14 18.2,16.9 27.9,7.2 27.9,13 32,13 32,0 "></polygon></g></symbol><symbol id="close" viewBox="0 0 28 28"><polygon points="28,1.9 26.1,0 14,12.1 1.9,0 0,1.9 12.1,14 0,26.1 1.9,28 14,15.9 26.1,28 28,26.1 15.9,14 "></polygon></symbol></svg><svg class="svg-symbol"><symbol id="comments" viewBox="0 0 15 15"><polygon points="0,11 12,11 15,15 15,0 0,0"></polygon></symbol><symbol id="copy" viewBox="0 0 16 8"><g><path d="M3.6,5.9C2.6,5.9,1.7,5,1.7,4c0-1,0.8-1.9,1.9-1.9l3.4,0c0.4,0,0.7,0.1,1,0.3c0.8,0.5,1.1,1.5,0.7,2.3l1.8,0
+ C10.9,2.9,9.8,1.1,8,0.5C7.7,0.5,7.3,0.4,7,0.4l-3.4,0C1.6,0.4,0,2,0,4c0,2,1.6,3.6,3.6,3.6h2.3c-0.5-0.5-1-1.1-1.3-1.7H3.6z"></path><path d="M12.4,0.4h-2.3c0.5,0.5,1,1.1,1.3,1.7h1c1,0,1.9,0.8,1.9,1.9c0,1-0.8,1.9-1.9,1.9H9C8,5.9,7.1,5,7.1,4c0-0.2,0-0.5,0.1-0.7
+ l-1.8,0c0,0.2-0.1,0.5-0.1,0.7c0,0.6,0.2,1.3,0.5,1.9C6.4,6.6,7.1,7.2,8,7.5c0.3,0.1,0.7,0.1,1,0.1l3.4,0C14.4,7.6,16,6,16,4
+ C16,2,14.4,0.4,12.4,0.4z"></path></g></symbol><symbol id="email" viewBox="0 0 32 21"><g><polygon points="32,19.5 32,1.3 23.1,10.4"></polygon></g><g><path d="M16.9,13.8L30.4,0h-29l13.5,13.9C15.4,14.4,16.3,14.4,16.9,13.8z"></path></g><g><polygon points="0,1.5 0,19.4 8.7,10.5"></polygon></g><g><path d="M18.3,15.3c-0.7,0.7-1.6,1-2.4,1c-0.9,0-1.7-0.3-2.4-1L10.2,12l-8.8,9h29.2l-8.9-9.2L18.3,15.3z"></path></g><g><polygon points="32,21 32,21 32,21"></polygon></g></symbol><symbol id="facebook" viewBox="0 0 15.2 32"><path d="M15.2,11.1H9.6V7c0-1.2,1.3-1.5,1.9-1.5c0.6,0,3.6,0,3.6,0V0L11,0C5.4,0,4.1,4.1,4.1,6.7v4.4H0v5.6h4.1
+ c0,7.3,0,15.2,0,15.2h5.5c0,0,0-8.1,0-15.2h4.7L15.2,11.1z"></path></symbol><symbol id="googleplus" viewBox="0 0 32 32"><path d="M18.8,1c1.1-0.6,1.6-1,1.6-1H9.9C7.8,0,2,2.4,2,7.9c0,5.5,6,6.7,8.2,6.6C9,16,10,17.4,10.7,18.1
+ c0.7,0.7,0.5,0.9-0.3,0.9C9.7,19,0,19.1,0,26s12.8,7.4,17.1,3.7s3.3-8.9,0-11.2c-3.3-2.3-4.5-3.4-2.4-5.3
+ c2.1-1.8,3.7-3.3,3.7-6.8s-2.8-5.2-2.8-5.2S17.7,1.6,18.8,1z M17.1,25.7c0,3-2.5,4.4-6.8,4.4c-4.3,0-6.6-2.1-6.6-5.4
+ c0-3.2,3.1-4.8,9-4.8C14.3,21.2,17.1,22.7,17.1,25.7z M10.9,13.2c-5.2,0-7.5-12.1-1.4-12.1C14.2,0.9,17.8,13.2,10.9,13.2z
+ M28.1,4V0.1h-2V4h-4v2h4V10h2V6.1H32V4H28.1z"></path></symbol><symbol id="linkedin" viewBox="0 0 31.9 32"><path d="M24,8c-5.1,0.1-7.7,3.8-8,4V8h-6v24h6V18c0-0.5,1.3-4.6,6-4c2.5,0.2,3.9,3.5,4,4v14l6,0V15.4
+ C31.7,13,30.5,8.1,24,8z M0,32h6V8H0V32z M3,0C1.3,0,0,1.3,0,3s1.3,3,3,3c1.7,0,3-1.3,3-3S4.7,0,3,0z"></path></symbol><symbol id="more" viewBox="0 0 32 7.3"><circle cx="3.7" cy="3.7" r="3.7"></circle><circle cx="16" cy="3.7" r="3.7"></circle><circle cx="28.3" cy="3.7" r="3.7"></circle></symbol><symbol id="pinterest" viewBox="0 0 24.9 32"><path d="M13.2,0C4.4,0,0,6.3,0,11.5c0,3.2,1.2,6,3.8,7c0.4,0.2,0.8,0,0.9-0.5c0.1-0.3,0.3-1.1,0.4-1.5
+ c0.1-0.5,0.1-0.6-0.3-1c-0.7-0.9-1.2-2-1.2-3.6c0-4.6,3.5-8.8,9.1-8.8c5,0,7.7,3,7.7,7c0,5.3-2.4,9.8-5.9,9.8
+ c-1.9,0-3.4-1.6-2.9-3.5c0.6-2.3,1.6-4.8,1.6-6.5c0-1.5-0.8-2.8-2.5-2.8c-2,0-3.6,2-3.6,4.8c0,1.7,0.6,2.9,0.6,2.9s-2,8.5-2.4,10
+ c-0.7,3-0.1,6.6-0.1,7c0,0.2,0.3,0.3,0.4,0.1c0.2-0.2,2.5-3.1,3.3-6c0.2-0.8,1.3-5.1,1.3-5.1c0.6,1.2,2.5,2.3,4.5,2.3
+ c5.9,0,10-5.4,10-12.6C24.9,5.1,20.3,0,13.2,0z"></path></symbol><symbol id="reddit" viewBox="0 0 32 26.7"><path d="M22.9,14.5C23,14.7,23,15,23,15.2c0,0.4-0.2,0.9-0.4,1.2c-0.3,0.3-0.6,0.6-1,0.7h0c0,0,0,0,0,0c0,0,0,0,0,0
+ c-0.2,0.1-0.4,0.1-0.6,0.1c-0.5,0-0.9-0.2-1.3-0.5c-0.4-0.3-0.6-0.7-0.7-1.2c0,0,0,0,0,0c0,0,0,0,0,0h0c0-0.1,0-0.2,0-0.4
+ c0-0.4,0.1-0.8,0.4-1.2c0.2-0.3,0.6-0.6,1-0.7c0,0,0,0,0,0c0,0,0,0,0,0c0.2-0.1,0.5-0.1,0.7-0.1c0.4,0,0.8,0.1,1.2,0.4
+ C22.5,13.8,22.7,14.1,22.9,14.5C22.9,14.5,22.9,14.5,22.9,14.5C22.9,14.5,22.9,14.5,22.9,14.5L22.9,14.5z M21.6,19.7
+ c-0.2-0.1-0.4-0.2-0.6-0.2c-0.2,0-0.3,0-0.5,0.1c-1.4,0.8-3.1,1.3-4.7,1.3c-1.2,0-2.5-0.3-3.6-0.8l0,0l0,0
+ c-0.2-0.1-0.4-0.2-0.6-0.4c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.4,0.1c0,0,0,0,0,0
+ c-0.2,0.1-0.3,0.2-0.4,0.4c-0.1,0.2-0.2,0.4-0.2,0.6c0,0.2,0,0.3,0.1,0.5c0.1,0.1,0.2,0.3,0.4,0.4c1.6,1.1,3.5,1.6,5.4,1.6
+ c1.7,0,3.4-0.4,4.9-1.1l0,0l0,0c0.2-0.1,0.5-0.2,0.7-0.4c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.2-0.3,0.2-0.4c0-0.1,0-0.2,0-0.2
+ c0-0.1,0-0.3-0.1-0.4C21.9,19.9,21.8,19.8,21.6,19.7L21.6,19.7z M10.4,17.1C10.4,17.1,10.4,17.1,10.4,17.1
+ c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.6c0.4-0.3,0.6-0.8,0.6-1.4c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0-0.6-0.3-1-0.6-1.4
+ c-0.4-0.3-0.9-0.6-1.4-0.6c-0.1,0-0.3,0-0.4,0c0,0,0,0,0,0h0c-0.7,0.1-1.3,0.7-1.5,1.4c0,0,0,0,0,0C9,14.8,9,15,9,15.2
+ c0,0.4,0.1,0.9,0.4,1.2C9.6,16.7,10,17,10.4,17.1C10.4,17.1,10.4,17.1,10.4,17.1L10.4,17.1z M32,12.1L32,12.1c0,0.1,0,0.1,0,0.2
+ c0,0.8-0.2,1.5-0.7,2.2c-0.4,0.6-0.9,1.1-1.5,1.4c0,0.3,0.1,0.6,0.1,0.9c0,1.7-0.6,3.3-1.6,4.6v0h0c-1.9,2.5-4.7,3.9-7.6,4.7l0,0
+ c-1.5,0.4-3.1,0.6-4.7,0.6c-2.4,0-4.7-0.4-6.9-1.3v0h0c-2.3-0.9-4.5-2.4-5.8-4.6c-0.7-1.2-1.1-2.5-1.1-3.9c0-0.3,0-0.6,0.1-0.9
+ c-0.6-0.3-1.1-0.8-1.5-1.4C0.3,13.9,0,13.2,0,12.4v0c0-1.1,0.5-2.1,1.2-2.8c0.7-0.7,1.7-1.2,2.8-1.2h0c0.1,0,0.2,0,0.3,0
+ c0.5,0,1.1,0.1,1.6,0.3l0,0h0C6.3,8.8,6.8,9,7.1,9.3c0.1-0.1,0.3-0.1,0.4-0.2c2.3-1.4,5-1.9,7.6-2c0-1.3,0.2-2.7,0.8-3.8
+ c0.5-1,1.4-1.8,2.5-2l0,0h0c0.4-0.1,0.8-0.1,1.2-0.1c1.1,0,2.2,0.3,3.2,0.7c0.5-0.7,1.1-1.2,1.9-1.5l0,0l0,0
+ C25.3,0.1,25.8,0,26.2,0c0.5,0,1,0.1,1.5,0.3v0c0,0,0,0,0,0c0,0,0,0,0,0C28.4,0.6,29,1,29.4,1.6C29.8,2.2,30,3,30,3.7
+ c0,0.1,0,0.3,0,0.4l0,0c0,0,0,0,0,0c-0.1,1-0.6,1.8-1.2,2.4c-0.7,0.6-1.6,1-2.5,1c-0.1,0-0.3,0-0.4,0c-0.9-0.1-1.8-0.5-2.4-1.2
+ c-0.6-0.7-1-1.5-1-2.5c0,0,0-0.1,0-0.1C21.6,3.3,20.7,3,19.8,3c-0.1,0-0.3,0-0.4,0h0c-0.7,0.1-1.3,0.5-1.6,1.1v0
+ c-0.5,0.9-0.6,1.9-0.6,3c2.6,0.2,5.2,0.8,7.4,2.1h0l0,0c0,0,0.1,0.1,0.2,0.1C25,9.2,25.2,9,25.4,8.9c0.7-0.5,1.5-0.7,2.3-0.7
+ c0.4,0,0.7,0,1.1,0.1h0l0,0c0,0,0,0,0,0c0.8,0.2,1.6,0.7,2.2,1.3C31.5,10.4,31.9,11.2,32,12.1L32,12.1L32,12.1z M24.4,3.6
+ c0,0,0,0.1,0,0.1v0c0,0.4,0.2,0.9,0.6,1.2c0.3,0.3,0.8,0.5,1.2,0.5h0c0,0,0.1,0,0.1,0c0.4,0,0.9-0.2,1.2-0.5
+ C27.8,4.6,28,4.2,28,3.8v0c0,0,0-0.1,0-0.1c0-0.5-0.2-0.9-0.6-1.2c-0.3-0.3-0.8-0.5-1.2-0.5c-0.1,0-0.3,0-0.4,0.1h0l0,0
+ c-0.4,0.1-0.7,0.3-1,0.6C24.6,2.9,24.4,3.2,24.4,3.6L24.4,3.6z M5.4,10.5c-0.3-0.2-0.7-0.3-1.1-0.3c-0.1,0-0.1,0-0.2,0h0l0,0
+ c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.8-0.7,1.4v0l0,0c0,0,0,0.1,0,0.1c0,0.3,0.1,0.6,0.3,0.9c0.1,0.2,0.3,0.4,0.5,0.6
+ C3.4,12.6,4.3,11.5,5.4,10.5L5.4,10.5z M27.8,16.9c0-1.2-0.4-2.3-1.1-3.2c-1.3-1.9-3.4-3.1-5.6-3.8l0,0c-0.4-0.1-0.8-0.2-1.3-0.3
+ c-1.3-0.3-2.6-0.4-3.9-0.4c-1.7,0-3.5,0.3-5.2,0.8c-2.2,0.7-4.3,1.9-5.6,3.8v0c-0.7,0.9-1.1,2.1-1.1,3.3c0,0.4,0.1,0.9,0.2,1.3
+ l0,0c0.2,0.9,0.7,1.8,1.3,2.5c0.6,0.7,1.4,1.3,2.2,1.8c0.2,0.1,0.4,0.2,0.5,0.3c2.3,1.3,5,1.9,7.6,1.9c0.4,0,0.9,0,1.3,0
+ c2.7-0.2,5.3-1,7.5-2.6v0c0.7-0.5,1.3-1.1,1.8-1.8c0.5-0.7,0.9-1.5,1-2.3v0C27.8,17.5,27.8,17.2,27.8,16.9L27.8,16.9z M29.9,12.3
+ c0-0.3-0.1-0.6-0.2-0.8l0,0l0,0c-0.2-0.4-0.5-0.7-0.8-0.9c-0.4-0.2-0.8-0.3-1.2-0.3c-0.4,0-0.7,0.1-1.1,0.3c1.1,0.9,2,2,2.6,3.3
+ c0.2-0.2,0.4-0.4,0.5-0.6C29.8,13,29.9,12.6,29.9,12.3L29.9,12.3z M29.9,12.3"></path></symbol><symbol id="stumble" viewBox="0 0 32 24"><path d="M17.8,8.6l2.1,1.5l3.3-1.5l0-1.6C23,3.3,19.9,0,16,0c-3.8,0-7,3.2-7.1,6.9v9.9c0,0.9-0.8,1.6-1.7,1.6
+ c-0.9,0-1.9-0.4-1.9-1.3V12H0c0,0,0,5.1,0,5.1C0,20.9,3.2,24,7.1,24c3.9,0,7.1-3.1,7.1-6.9V6.9c0-0.9,0.8-1.7,1.8-1.7
+ c0.9,0,1.8,0.8,1.8,1.7V8.6z M26.7,12v5.1c0,0.9-1,1.5-1.9,1.5c-0.9,0-1.7-0.7-1.7-1.6l0-5l-3.3,1.6L17.8,12v5.1
+ c0,3.8,3.2,6.9,7.1,6.9c3.9,0,7.1-3.1,7.1-6.9c0,0,0-5.1,0-5.1H26.7z"></path></symbol><symbol id="tumblr" viewBox="0 0 20.9 32"><path d="M7,0C6.8,1.8,6.7,2.4,6.1,3.6C5.5,4.7,4.7,6.2,3.7,7.1C2.8,7.9,1.4,8.7,0,9.2v5.5h4.1v8.9
+ c0,1.6,0.2,2.8,0.5,3.6c0.3,0.8,0.9,1.6,1.8,2.4c0.9,0.7,2.8,1.7,2.8,1.7s1.6,0.6,3.2,0.6c1.4,0,2.7-0.1,4-0.4c1.2-0.3,3-1,4.6-1.7
+ v-5.5c-1.8,1.1-4,1.9-5.8,1.9c-1,0-1.9-0.2-2.7-0.7c-0.6-0.3-1-0.8-1.2-1.4c-0.2-0.6-0.7-1.9-0.7-3.9v-5.7H19V8.6h-8.5V0H7z"></path></symbol><symbol id="twitter" viewBox="0 0 32.5 28.4"><path d="M32.5,3.4c-0.5,0.3-2.2,1-3.7,1.1c1-0.6,2.4-2.4,2.8-3.9c-0.9,0.6-3.1,1.6-4.2,1.6c0,0,0,0,0,0
+ C26.1,0.9,24.4,0,22.5,0c-3.7,0-6.7,3.2-6.7,7.2c0,0.6,0.1,1.1,0.2,1.6h0C11,8.7,5.1,6,1.8,1.3c-2,3.8-0.3,8,2,9.5
+ c-0.8,0.1-2.2-0.1-2.9-0.8c0,2.5,1.1,5.8,5.2,7c-0.8,0.5-2.2,0.3-2.8,0.2c0.2,2.1,3,4.9,6,4.9c-1.1,1.3-4.7,3.8-9.3,3
+ c3.1,2,6.7,3.2,10.5,3.2c10.8,0,19.2-9.4,18.7-21.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1C30.2,6.4,31.5,5.1,32.5,3.4z"></path></symbol><symbol id="yahoo" viewBox="-133 141 30.3 20"><path d="M-107.7,146.7c0,0,1.2-0.7,2.1-0.7s2.1,0,2.1,0l0.8-1.9h-12.9l0.1,1.4l0.8,0.4l3.3,0.1c0,0,0.2,0.7-0.3,1.1
+ c-0.6,0.4-5.4,4.7-5.4,4.7l-6.2-7.5c0,0,0.1-0.2,1-0.2c0.9,0,3.5,0,3.5,0V141H-133v3.1c0,0,1.8,0,2.7,0c0.9,0,1.9,1,2.8,1.8
+ c0.9,0.9,7.1,7.4,7.1,7.4v5.4c0,0-0.5,0.8-2.2,0.8c-1.8,0-2.5,0.1-2.5,0.1v1.4h14.1v-1c0,0-0.4-0.6-0.8-0.6h-3.4
+ c-0.4,0-0.5-0.5-0.5-1.1c0-0.6,0-4.7,0-4.7L-107.7,146.7z"></path></symbol><symbol id="sms" viewBox="0 0 72 72"><path d="M38,58 L24,72 L24,58 L9.99237268,58 C4.47373763,58 0,53.5215031 0,48.0046567 L0,15.9953433 C0,10.4750676 4.47671884,
+ 6 9.99237268,6 L62.0076273,6 C67.5262624,6 72,10.4784969 72,15.9953433 L72,48.0046567 C72,53.5249324 67.5232812,58 62.0076273,
+ 58 L38,58 Z M9.9,28.475 C9.9,33.075 13.825,33.575 16.825,33.925 C18.675,34.125 20.2,34.475 20.2,35.725 C20.2,37.15 19,37.7 16.875,
+ 37.7 C15.275,37.7 14.15,37.05 13.65,35.975 C13.325,35.225 13.05,35.1 12.325,35.375 L10.5,36.025 C9.8,36.275 9.6,36.6 9.85,37.325 C10.825,
+ 39.95 12.975,41.375 16.875,41.375 C21.475,41.375 24.3,39.075 24.3,35.65 C24.3,31.25 20.75,30.5 17.825,30.15 C15.8,29.925 14.075,29.65 14.075,
+ 28.3 C14.075,27.1 14.975,26.575 17.025,26.575 C18.6,26.575 19.45,27.175 19.975,28.225 C20.35,28.9 20.625,29.025 21.275,28.725 L23.175,
+ 27.9 C23.875,27.6 24.075,27.25 23.725,26.55 C22.575,24.1 20.675,22.875 17.025,22.875 C12.35,22.875 9.9,25.25 9.9,28.475 Z M43.875,23.25 L42.1,
+ 23.25 C41.325,23.25 41.125,23.375 40.75,24.025 L36.15,32.45 L31.575,24 C31.225,23.4 30.975,23.25 30.15,23.25 L28.525,23.25 C27.775,23.25 27.5,
+ 23.5 27.5,24.25 L27.5,40 C27.5,40.75 27.775,41 28.525,41 L30.3,41 C31.05,41 31.3,40.75 31.3,40 L31.3,34.35 C31.3,32.675 31.15,31.25 30.55,28.7 L30.775,
+ 28.7 C31.275,30.525 31.825,32 32.625,33.35 L34.425,36.525 C34.725,37.1 34.95,37.25 35.575,37.25 L36.725,37.25 C37.35,37.25 37.575,37.05 37.85,
+ 36.525 L39.625,33.35 C40.375,32 41.075,30.4 41.6,28.7 L41.825,28.7 C41.2,31.15 41,32.8 41,34.325 L41,40 C41,40.75 41.25,41 42,41 L43.875,41 C44.65,
+ 41 44.9,40.75 44.9,40 L44.9,24.25 C44.9,23.5 44.65,23.25 43.875,23.25 Z M48.325,28.475 C48.325,33.075 52.25,33.575 55.25,33.925 C57.1,34.125 58.625,
+ 34.475 58.625,35.725 C58.625,37.15 57.425,37.7 55.3,37.7 C53.7,37.7 52.575,37.05 52.075,35.975 C51.75,35.225 51.475,35.1 50.75,35.375 L48.925,36.025 C48.225,
+ 36.275 48.025,36.6 48.275,37.325 C49.25,39.95 51.4,41.375 55.3,41.375 C59.9,41.375 62.725,39.075 62.725,35.65 C62.725,31.25 59.175,30.5 56.25,
+ 30.15 C54.225,29.925 52.5,29.65 52.5,28.3 C52.5,27.1 53.4,26.575 55.45,26.575 C57.025,26.575 57.875,27.175 58.4,28.225 C58.775,28.9 59.05,
+ 29.025 59.7,28.725 L61.6,27.9 C62.3,27.6 62.5,27.25 62.15,26.55 C61,24.1 59.1,22.875 55.45,22.875 C50.775,22.875 48.325,25.25 48.325,28.475 Z"></path></symbol><symbol id="instagram" viewBox="0 0 24 24"><path d="M21.2,0H2.8C1.2,0,0,1.2,0,2.8v18.5C0,22.8,1.2,24,2.8,24h18.5c1.5,0,2.8-1.2,2.8-2.8V2.8C24,1.2,22.8,0,21.2,0z M12,7.4
+ c2.5,0,4.6,2.1,4.6,4.6c0,2.5-2.1,4.6-4.6,4.6S7.4,14.5,7.4,12C7.4,9.5,9.5,7.4,12,7.4z M21,20.1c0,0.5-0.4,0.9-0.9,0.9H3.9
+ C3.4,21,3,20.6,3,20.1V10h1.9c-0.1,0.3-0.2,0.6-0.2,1c-0.1,0.3-0.1,0.7-0.1,1c0,4.1,3.3,7.4,7.4,7.4s7.4-3.3,7.4-7.4
+ c0-0.4,0-0.6-0.1-1c0-0.3-0.1-0.7-0.2-1H21V20.1z M21,6.1C21,6.6,20.6,7,20.1,7h-2.2C17.4,7,17,6.6,17,6.1V3.9C17,3.4,17.4,3,17.9,3
+ h2.2C20.6,3,21,3.4,21,3.9V6.1z"></path></symbol><symbol id="flipboard" viewBox="0 0 100 100"><g shape-rendering="crispEdges"><path d="M35 35h25v25H35z" opacity=".8"></path><path d="M35 10h50v25H35z" opacity=".9"></path><path d="M10 10h25v80H10z"></path></g></symbol></svg><svg class="svg-symbol"><symbol id="deal" viewBox="0 0 28 28"><path d="M4.66666667,6.53333333 C3.63377778,6.53333333 2.8,5.69955556 2.8,4.66666667 C2.8,3.63377778 3.63377778,2.8 4.66666667,2.8 C5.69955556,2.8 6.53333333,3.63377778 6.53333333,4.66666667 C6.53333333,5.69955556 5.69955556,6.53333333 4.66666667,6.53333333 M27.174,13.412 L14.574,0.812 C14.07,0.308 13.37,0 12.6,0 L2.8,0 C1.26,0 0,1.26 0,2.8 L0,12.6 C0,13.37 0.308,14.07 0.826,14.588 L13.426,27.188 C13.93,27.692 14.63,28 15.4,28 C16.17,28 16.87,27.692 17.374,27.174 L27.174,17.374 C27.692,16.87 28,16.17 28,15.4 C28,14.63 27.678,13.916 27.174,13.412" id="deals-icon"></path></symbol><symbol id="gift" viewBox="0 0 32 32"><path d="M25,8c0.6-0.8,1-1.9,1-3c0-2.8-2.2-5-5-5c-2.4,0-4.4,1.7-4.9,4h-0.2c-0.5-2.3-2.5-4-4.9-4C8.2,0,6,2.2,6,5
+ c0,1.1,0.4,2.2,1,3H0v8h4v16h24V16h4V8H25z M11,2c1.7,0,3,1.3,3,3s-1.3,3-3,3S8,6.7,8,5S9.3,2,11,2z M15,30H6V16h9V30z M15,14H4H2
+ v-4h13V14z M21,2c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S19.3,2,21,2z M26,30h-9V16h9V30z M30,14h-2H17v-4h13V14z"></path></symbol><symbol id="list" viewBox="0 0 375 392"><path fill="white" d="M0,0v392h375V97.7L277.1,0H0z"></path><path d="M0,0v392h375V97.7L277.1,0H0z M17,17h243v98h98v260H17V17z M277,23l75,75h-75V23z M81,164h65v-17H81V164z
+ M81,212h213v-16H81V212z M81,261h213v-15H81V261z M81,309h147v-15H81V309z"></path></symbol><symbol id="video-stroke" viewBox="0 0 32 32"><path d="M18.8,32H2.9C1.3,32,0,30.6,0,29V12.3c0-1.6,1.4-2.9,2.9-2.9h15.9c1.6,0,2.9,1.4,2.9,2.9v3.3l0.3-0.2
+ c3.7-2.6,5.3-3.7,5.9-3.9c1.3-0.4,3.1-0.1,3.3,0l0.7,0.2v17.7l-0.6,0.2c-0.2,0.1-1.6,0.6-3.1,0.1c-0.7-0.2-2.3-1.3-6.5-4.3v3.7
+ C21.7,30.7,20.4,32,18.8,32z M2.9,11.3c-0.5,0-1,0.5-1,1V29c0,0.6,0.5,1.1,1,1.1h15.9c0.6,0,1-0.5,1-1v-7.4l1.9,1.4
+ c2.4,1.7,6.3,4.6,7,4.8c0.5,0.1,1,0.1,1.4,0.1V13.2c-0.6-0.1-1.2-0.1-1.6,0.1l0,0c-0.5,0.2-3.4,2.2-5.4,3.6l-3.2,2.3v-6.9
+ c0-0.5-0.5-1-1-1H2.9z"></path></symbol><symbol id="mag" viewBox="0 0 16 16"><path d="M15.9,14.3l-3.5-3.5c0.7-1.1,1.1-2.4,1.1-3.8c0-3.8-3-6.9-6.7-6.9C3,0,0,3.1,0,6.9s3,6.9,6.7,6.9
+ c1.6,0,3-0.5,4.1-1.5l3.5,3.5c0.1,0.1,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0.1,0,0.3-0.1,0.3-0.2l0.8-0.9C16,14.8,16,14.5,15.9,14.3z
+ M6.7,11.6c-2.6,0-4.6-2.1-4.6-4.7s2.1-4.7,4.6-4.7c2.6,0,4.6,2.1,4.6,4.7S9.3,11.6,6.7,11.6z"></path></symbol></svg>
+ <div class="espanol-match" data-component="editionToggler" data-espanol-match-options="{&quot;generic&quot;:true}">
+ <div class="match-text">
+ <p>CNET también está disponible en español.</p>
+ </div>
+ <div class="read-button" data-action="readButton"><a data-edition="es" href="https://www.cnet.com/es/noticias/twitter-lite-america-latina/">Ir a español</a></div>
+ <div class="close" data-action="closeMatch">
+ <p>Don't show this again</p> <svg viewBox="0 0 28 28"><polygon points="28,1.9 26.1,0 14,12.1 1.9,0 0,1.9 12.1,14 0,26.1 1.9,28 14,15.9 26.1,28 28,26.1 15.9,14 "></polygon></svg></div>
+ </div>
+ <div id="nav-ad-5a229f90e23b5" class="ad-nav-ad" data-ad="nav-ad">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing nav-ad-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("nav-ad-5a229f90e23b5");
+ </script>
+ </div>
+ <div id="rbWrapper">
+ <header id="rbHeader" data-component="siteHeader">
+ <nav section="brand_nav|top" data-component="tabsModal" data-tabs-modal-options="{&quot;enableDeselect&quot;:true,&quot;idOverlay&quot;:&quot;modalBodyWrapper&quot;,&quot;classOverlay&quot;:&quot;&quot;,&quot;notRoadshow&quot;:true,&quot;enableEsc&quot;:true,&quot;classOpen&quot;:&quot;menuOpen&quot;,&quot;closeOnScroll&quot;:true}">
+ <div section="site_sections|logo"> <a class="rbLogo " href="/es/" title="CNET en Español">
+
+ <img class="logo" src="/bundles/cnetcss/images/core/redball/esLogo_250.png" height="88" width="88" alt="CNET"/><span class="site">CNET</span>
+ </a> </div>
+ <div class="primary">
+ <div class="submenu">
+ <div class="menu" id="reviewsMenu" section="site_sections|reviews"> <a class="menuHead" href="/es/analisis/">Análisis</a>
+ <div class="tab" id="reviewsTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/es/temas/audio/">Audio</a></li>
+ <li><a href="/es/temas/tecnologia-automotriz/">Automotriz</a></li>
+ <li><a href="/es/temas/celulares/">Celulares</a></li>
+ <li><a href="/es/temas/computadoras-de-escritorio/">Computadoras</a></li>
+ <li><a href="/es/temas/electrodomesticos/">Hogar inteligente</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/temas/computadoras-portatiles/">Portátiles</a></li>
+ <li><a href="/es/temas/software/">Sistemas Operativos</a></li>
+ <li><a href="/es/temas/tabletas/">Tabletas</a></li>
+ <li><a href="/es/temas/tecnologia-de-vestir/">Tecnología de vestir</a></li>
+ <li><a href="/es/temas/televisiones/">Televisores</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/temas/videojuegos/">Videojuegos</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="menu active" id="newsMenu" section="site_sections|news"> <a class="menuHead" href="/es/noticias/">Noticias</a>
+ <div class="tab" id="newsTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/es/etiquetas/amazon/">Amazon</a></li>
+ <li><a href="/es/apple/">Apple</a></li>
+ <li><a href="/es/ces/">CES</a></li>
+ <li><a href="/es/temas/cultura-tecnologica/">Cultura tecnológica</a></li>
+ <li><a href="/es/etiquetas/facebook/">Facebook</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/etiquetas/google/">Google</a></li>
+ <li><a href="/es/temas/industria-de-la-tecnologia/">Industria de la tecnología</a></li>
+ <li><a href="/es/etiquetas/lg/">LG</a></li>
+ <li><a href="/es/etiquetas/microsoft/">Microsoft</a></li>
+ <li><a href="/es/mobile-world-congress/">MWC</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/etiquetas/samsung/">Samsung</a></li>
+ </ul>
+ <div class="tertiaryMenu">
+ <div class="hed"> <span>SUSCRÍBETE</span> </div>
+ <div>
+ <ul>
+ <li><a href="/es/user/registro-comunidad-cnet-en-espanol/">Boletín informativo</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="menu " id="videoMenu" section="site_sections|video"> <a class="menuHead" href="/es/videos/">Videos</a>
+ <div class="tab" id="videosTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/es/actualizacion-android/">Actualización Android</a></li>
+ <li><a href="/es/colecciones/chismes-de-la-manzana/">Chismes de la manzana</a></li>
+ <li><a href="/es/como-se-hace/videos/">Cómo se Hace</a></li>
+ <li><a href="/es/comparativos/">Comparativos</a></li>
+ <li><a href="/es/colecciones/la-semana/">La semana</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/feature/video-primer-vistazo/">Primer Vistazo</a></li>
+ <li><a href="/es/cnet-top-5/">Top 5</a></li>
+ <li><a href="/es/unboxing/">Unboxing</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="link" id="howtoMenu" section="site_sections|howto"> <a class="menuHead" href="/es/como-se-hace/">Cómo se hace</a> </div>
+ <div class="submenu">
+ <div class="menu" id="listsMenu" section="site_sections|lists"> <a class="menuHead" href="/es/listas/">Listas</a>
+ <div class="tab" id="listsTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/es/temas/celulares/los-mejores-celulares/">Los mejores celulares</a></li>
+ <li><a href="/es/temas/telefonos-moviles/los-mejores-celulares/android/">Los mejores celulares con Android</a></li>
+ <li><a href="/es/temas/celulares/los-mejores-celulares/windows-phone/">Los mejores celulares con Windows Phone</a></li>
+ <li><a href="/es/temas/celulares/los-mejores-celulares/camaras/">Los teléfonos con las mejores cámaras</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/temas/tabletas/las-mejores-tabletas/">Las mejores tabletas</a></li>
+ <li><a href="/es/temas/tabletas/las-mejores-tabletas/pequenas/">Las mejores tabletas pequeñas</a></li>
+ <li><a href="/es/temas/tabletas/las-mejores-tabletas/econmicas/">Las mejores tabletas económicas</a></li>
+ <li><a href="/es/temas/tabletas/las-mejores-tabletas/con-las-mejores-pantallas/">Las tabletas con las mejores pantallas</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/temas/computadoras-portatiles/las-mejores-computadoras-portatiles/">Las mejores portátiles</a></li>
+ <li><a href="/es/ces/">Lo mejor de CES</a></li>
+ <li><a href="/es/mobile-world-congress/">Lo mejor de MWC</a></li>
+ <li><a href="/es/movil/guia-de-compra-de-telefonos-moviles/">Guía de celulares</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/noticias/telefonos-celulares-desbloqueados/">Guía de celulares desbloqueados</a></li>
+ <li><a href="/es/noticias/guia-de-compras-de-tabletas/">Guía de tabletas</a></li>
+ <li><a href="/es/televisiones/guia-de-compra-de-televisores/">Guía de televisores</a></li>
+ <li><a href="/es/guia-de-compras-navidenas/">Guía de compras navideñas</a></li>
+ </ul>
+ <ul>
+ <li><a href="/es/colecciones/los-mejores-audifonos/">Los mejores audifonos</a></li>
+ <li><a href="/es/colecciones/las-mejores-bocinas-bluetooth/">Las mejores bocinas bluetooth</a></li>
+ <li><a href="/es/colecciones/mejores-bocinas-inteligentes-domotica/">Las mejores bocinas inteligentes domotica</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="secondary">
+ <div class="menuClick" id="searchMenu" data-item="trigger" data-target="#search" aria-expanded="false" aria-controls="search" tabindex="0" data-event-name="searchToggle" section="search"> <svg viewBox="0 0 16 16"><g><path class="st1" d="M15.9,14.3l-3.5-3.5c0.7-1.1,1.1-2.4,1.1-3.8c0-3.8-3-6.9-6.7-6.9C3,0,0,3.1,0,6.9s3,6.9,6.7,6.9
+ c1.6,0,3-0.5,4.1-1.5l3.5,3.5c0.1,0.1,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0.1,0,0.3-0.1,0.3-0.2l0.8-0.9C16,14.8,16,14.5,15.9,14.3z
+ M6.7,11.6c-2.6,0-4.6-2.1-4.6-4.7s2.1-4.7,4.6-4.7c2.6,0,4.6,2.1,4.6,4.7S9.3,11.6,6.7,11.6z"></path></g></svg></div>
+ <div class="menuClick" id="editionMenu" data-item="trigger" data-target="#editionTab" aria-expanded="false" aria-controls="edition" tabindex="0" data-event-name="editionToggle" section="edition"> <svg viewBox="0 0 32 32"><path d="M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M17,10.3c1.3,0,2.7-0.2,3.9-0.3c0.3,1.5,0.5,3.2,0.6,5H17
+ V10.3z M17,8.3V2.7c1.3,0.7,2.5,2.6,3.4,5.3C19.3,8.1,18.2,8.2,17,8.3z M15,2.7v5.6c-1.2,0-2.3-0.1-3.4-0.3
+ C12.5,5.2,13.7,3.3,15,2.7z M15,10.3V15h-4.5c0.1-1.8,0.3-3.5,0.6-5C12.3,10.1,13.7,10.2,15,10.3z M8.5,15H2.1
+ c0.2-2.6,1.1-4.9,2.4-6.9c1.4,0.6,2.9,1.2,4.6,1.5C8.8,11.2,8.6,13.1,8.5,15z M8.5,17c0.1,2,0.3,3.8,0.6,5.5
+ c-1.7,0.4-3.2,0.9-4.6,1.5c-1.4-2-2.3-4.4-2.5-7H8.5z M10.5,17H15v4.8c-1.3,0-2.7,0.1-3.9,0.3C10.8,20.6,10.5,18.8,10.5,17z
+ M15,23.7v5.6c-1.3-0.7-2.5-2.5-3.4-5.3C12.7,23.9,13.8,23.8,15,23.7z M17,29.3v-5.6c1.2,0,2.3,0.1,3.4,0.3
+ C19.5,26.8,18.3,28.7,17,29.3z M17,21.7V17h4.5c-0.1,1.9-0.3,3.6-0.6,5.1C19.7,21.9,18.3,21.8,17,21.7z M23.5,17H30
+ c-0.2,2.6-1.1,5-2.5,7c-1.4-0.6-2.9-1.2-4.6-1.5C23.2,20.8,23.5,18.9,23.5,17z M23.5,15c-0.1-1.9-0.3-3.7-0.6-5.4
+ c1.7-0.4,3.2-0.9,4.6-1.6c1.4,2,2.3,4.4,2.5,7H23.5z M26.2,6.4c-1.1,0.5-2.4,0.9-3.8,1.2c-0.6-2.1-1.5-3.8-2.5-5.1
+ C22.3,3.2,24.5,4.6,26.2,6.4z M12.2,2.5c-1,1.3-1.9,3-2.5,5.1C8.2,7.3,6.9,6.9,5.8,6.5C7.5,4.6,9.7,3.3,12.2,2.5z M5.8,25.6
+ c1.1-0.5,2.4-0.9,3.8-1.2c0.6,2.1,1.5,3.8,2.5,5.1C9.7,28.8,7.5,27.4,5.8,25.6z M19.8,29.5c1-1.2,1.9-3,2.5-5.1
+ c1.4,0.3,2.7,0.7,3.8,1.2C24.5,27.4,22.3,28.7,19.8,29.5z"></path></svg></div>
+ <div class="menuClick" id="loginMenu" tabindex="0" data-authentication="{&quot;appId&quot;:370,&quot;refresh&quot;:false}" section="login"> <span class="login">Registro / Acceso</span> </div>
+ <div class="menuClick" id="profileMenu" data-item="trigger" data-target="#loginTab" aria-expanded="false" aria-controls="login" tabindex="0" data-event-name="loginToggle" section="profile"> <span data-user-var="userName">Mi perfil</span> </div>
+ </div>
+ <div class="tab" id="search" aria-hidden="true">
+ <div class="wrapper">
+ <form method="get" action="/es/busqueda/" data-auto-suggest-options="{&quot;url&quot;:&quot;\/es\/smartsearch\/xhr\/&quot;,&quot;showLimit&quot;:&quot;5&quot;,&quot;selectorSuggestions&quot;:&quot;.topCategories li a&quot;,&quot;clickable&quot;:true}" data-component="[&quot;formTrim&quot;,&quot;autoSuggest&quot;]" section="brand_nav|top" data-searchtracking="null">
+ <div class="searchBar">
+ <div class="submit"> <svg viewBox="0 0 16 16"><g><path class="st1" d="M15.9,14.3l-3.5-3.5c0.7-1.1,1.1-2.4,1.1-3.8c0-3.8-3-6.9-6.7-6.9C3,0,0,3.1,0,6.9s3,6.9,6.7,6.9
+ c1.6,0,3-0.5,4.1-1.5l3.5,3.5c0.1,0.1,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0.1,0,0.3-0.1,0.3-0.2l0.8-0.9C16,14.8,16,14.5,15.9,14.3z
+ M6.7,11.6c-2.6,0-4.6-2.1-4.6-4.7s2.1-4.7,4.6-4.7c2.6,0,4.6,2.1,4.6,4.7S9.3,11.6,6.7,11.6z"></path></g></svg></div> <input type="search" placeholder="Buscar" id="primarySearch" name="query" value="" autocomplete="off" data-item="focus"/></div>
+ <div class="close" data-item="close"><svg viewBox="0 0 28 28"><polygon points="28,1.9 26.1,0 14,12.1 1.9,0 0,1.9 12.1,14 0,26.1 1.9,28 14,15.9 26.1,28 28,26.1 15.9,14 "></polygon></svg></div>
+ </form>
+ </div>
+ </div>
+ <div class="tab" id="editionTab" aria-hidden="true">
+ <div class="wrapper" data-component="editionToggler">
+ <ul>
+ <li><a data-edition="au" href="/au/">Australia</a></li>
+ <li><a target="_blank" href="http://www.cnetnews.com.cn/">China</a></li>
+ <li><a target="_blank" href="http://www.cnetfrance.fr/">Francia</a></li>
+ <li><a target="_blank" href="http://www.cnet.de/">Alemania</a></li>
+ <li><a target="_blank" href="http://japan.cnet.com/">Japón</a></li>
+ </ul>
+ <ul>
+ <li><a target="_blank" href="http://www.cnet.co.kr/">Corea</a></li>
+ <li><a target="_blank" href="http://me.cnet.com/">Medio Oriente</a></li>
+ <li><a data-edition="uk" href="/uk/">Reino Unido</a></li>
+ </ul>
+ <ul>
+ <li class="hed">US Ediciones</li>
+ <li><a data-edition="us" href="/">Inglés</a></li>
+ <li class="selected"><a data-edition="es" href="/es/noticias/twitter-lite-america-latina/">Español</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="tab" id="loginTab" aria-hidden="true">
+ <div class="wrapper">
+ <ul class="logged-in">
+ <li section="user"><a data-user-var="profileLink" data-template="/es/perfiles/__username__/">Mi perfil</a></li>
+ <li section="user"><a href="/forums/">Forums</a></li>
+ <li section="user|sign-out"><a href="/user/logout/" data-user-action="logout" data-user-suppress-refresh="true">Salir</a></li>
+ </ul>
+ </div>
+ </div>
+ </nav><a section="holiday_promo" class="holidayPromo" href="/es/guia-de-compras-navidenas/" data-component="stickyElement" data-sticky-element-options="{&quot;offset&quot;:-10}">
+ <svg viewBox="0 0 32 32"><path d="M25,8c0.6-0.8,1-1.9,1-3c0-2.8-2.2-5-5-5c-2.4,0-4.4,1.7-4.9,4h-0.2c-0.5-2.3-2.5-4-4.9-4C8.2,0,6,2.2,6,5
+ c0,1.1,0.4,2.2,1,3H0v8h4v16h24V16h4V8H25z M11,2c1.7,0,3,1.3,3,3s-1.3,3-3,3S8,6.7,8,5S9.3,2,11,2z M15,30H6V16h9V30z M15,14H4H2
+ v-4h13V14z M21,2c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S19.3,2,21,2z M26,30h-9V16h9V30z M30,14h-2H17v-4h13V14z"></path></svg><div class="promoText">
+ guía de compras <span>navideñas</span>
+ </div>
+</a> </header>
+ <div id="intromercial-5a229f90e23b5" class="ad-intromercial" data-ad="intromercial">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing intromercial-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("intromercial-5a229f90e23b5");
+ </script>
+ </div>
+ <div id="rbContent" class="">
+ <div itemscope="" itemtype="http://schema.org/Article" id="page-twitter-lite-america-latina" class="pageWrapper pageContainer current" data-container-asset-id="87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea" data-article-options="{&quot;autoplayVideo&quot;:false}" data-page-options="{&quot;browserTitle&quot;:&quot;Twitter Lite se estrena en 11 pa\u00edses de Am\u00e9rica Latina&quot;,&quot;browserUrl&quot;:&quot;\/es\/noticias\/twitter-lite-america-latina\/&quot;,&quot;cmsUrl&quot;:&quot;https:\/\/cms.cnet.com\/content\/article\/87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea&quot;,&quot;initialPage&quot;:true,&quot;taboolaElement&quot;:&quot;taboola-twitter-lite-america-latina-below-article-thumbnails-article-redesign&quot;,&quot;trackingEventData&quot;:[],&quot;trackScroll25&quot;:true,&quot;trackScroll100&quot;:true}" data-component="[&quot;article&quot;,&quot;page&quot;]">
+ <div class="content-header">
+ <div class="hero-content">
+ <div class="container">
+ <div class="col-1"></div>
+ <div class="col-7 articleHead"> <a href="/es/temas/aplicaciones-moviles/" section="topic" class="bc-2">Aplicaciones móviles</a>
+ <h1 class="speakableText">Twitter Lite se estrena en 11 países de América Latina</h1>
+ <p class="article-dek">La aplicación de Twitter que minimiza el uso de datos y permite la carga de tuits de forma más rápida llega a México y Venezuela.</p>
+ <div class="authorInfo" section="author">
+ <ul itemprop="author" itemscope="" itemtype="http://schema.org/Person"><span class="byText">por </span>
+ <li>
+ <div class="profileInfo"> <a rel="author" aria-label="Página de autor de César Salza" class="author" href="https://www.cnet.com/es/perfiles/cesarsalza/">
+ <span itemprop="name">César Salza</span>
+ </a> </div>
+ </li>
+ </ul><time class="timeStamp" itemprop="datePublished" content="2017-12-01T03:00:00-0800"><span class="formattedDate">1 de diciembre de 2017</span> <span class="formattedTime">3:00 AM PST</span></time>
+ <meta itemprop="dateModified" content="2017-12-01T03:00:00-0800"/>
+ </div>
+ <div class="sharebarRedesign inline-view atTop" section="topSharebar" data-component="sharebar" data-sharebar-options="{&quot;title&quot;:&quot;Twitter Lite se estrena en 11 pa\u00edses de Am\u00e9rica Latina&quot;,&quot;description&quot;:&quot;La aplicaci\u00f3n de Twitter que minimiza el uso de datos y permite la carga de tuits de forma m\u00e1s r\u00e1pida llega a M\u00e9xico y Venezuela.&quot;,&quot;url&quot;:&quot;https:\/\/www.cnet.com\/es\/noticias\/twitter-lite-america-latina\/#COS-05-10aaa2d&quot;,&quot;popupWidth&quot;:780,&quot;popupHeight&quot;:510,&quot;data&quot;:{&quot;media&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/Jg9RongOPbMqcuJVb66rWY88SLg=\/170x128\/2017\/12\/01\/b36ce794-e0b8-495c-a198-184923a8f4e9\/twitter-lite.jpg&quot;},&quot;scrollToComments&quot;:false}">
+ <div class="sharebarWrapper ">
+ <ul class="sharebarContainer">
+ <li class="share-button sharebarRedesignButton facebookWrapper">
+ <a tabindex="0" aria-label="Comparte en Facebook" data-popup="facebook" data-tracking="facebook">
+ <div class="social-button-small-redesign facebook"> <svg class=" facebook"><use aria-hidden="false" xlink:href="#facebook"></use></svg></div>
+ </a>
+ </li>
+ <li class="share-button sharebarRedesignButton twitterWrapper">
+ <a tabindex="0" aria-label="Comparte en Twitter" data-popup="twitter" data-tracking="twitter">
+ <div class="social-button-small-redesign twitter"> <svg class=" twitter"><use aria-hidden="false" xlink:href="#twitter"></use></svg></div>
+ </a>
+ </li>
+ <li class="share-button sharebarRedesignButton flipboardWrapper">
+ <a tabindex="0" aria-label="component.sharebar.share_on_flipboard" data-popup="flipboard" data-tracking="flipboard">
+ <div class="social-button-small-redesign flipboard"> <svg class=" flipboard"><use aria-hidden="false" xlink:href="#flipboard"></use></svg></div>
+ </a>
+ </li>
+ <li class="share-button sharebarRedesignButton copyWrapper">
+ <a tabindex="0" aria-label="Copiar enlace" data-popup="copy" data-tracking="copy">
+ <div class="social-button-small-redesign copy"> <svg class=" copy"><use aria-hidden="false" xlink:href="#copy"></use></svg></div>
+ </a>
+ </li>
+ <li class="share-button sharebarRedesignButton emailWrapper">
+ <a tabindex="0" aria-label="Comparte por correo electrónico" data-popup="email" data-tracking="email">
+ <div class="social-button-small-redesign email"> <svg class=" email"><use aria-hidden="false" xlink:href="#email"></use></svg></div>
+ </a>
+ </li>
+ <li class="share-button sharebarRedesignButton comment-count-redesign" data-conversation-id="87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea" data-article-id="87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea">
+ <a href="#comentarios">
+ <div class="social-button-small-redesign comments"> <svg class=" comments"><use aria-hidden="false" xlink:href="#comments"></use></svg></div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="leadWrap">
+ <div class="sticky-leader" data-component="stickyLeader">
+ <div id="leader-top-5a229f90e23b5" class="ad-leader-top" data-ad="leader-top">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing leader-top-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("leader-top-5a229f90e23b5");
+ </script>
+ </div>
+ </div>
+ </div>
+ <div class="contentWrap">
+ <div class="container">
+ <div class="row">
+ <div class="row">
+ <div class="col-12">
+ <div class="row">
+ <div class="col-8"> </div>
+ <div class="col-4"> </div>
+ </div>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-12">
+ <article id="article-body" class="row" section="articleBody">
+ <meta itemprop="thumbnailUrl" content="https://cdn1.cnet.com/img/P3hYlJ31dPDzxeZk72LruJu9d4k=/770x433/2017/12/01/b36ce794-e0b8-495c-a198-184923a8f4e9/twitter-lite.jpg"/>
+ <meta itemprop="keywords" content="Aplicaciones móviles"/>
+ <meta itemprop="url mainEntityOfPage" content="https://www.cnet.com/es/noticias/twitter-lite-america-latina/"/>
+ <meta itemprop="headline" content="Twitter Lite se estrena en 11 países de América Latina"/>
+ <meta itemprop="description" content="La aplicación de Twitter que minimiza el uso de datos y permite la carga de tuits de forma más rápida llega a México y Venezuela."/>
+ <div itemprop="publisher" itemscope="" itemtype="https://schema.org/Organization">
+ <meta itemprop="name" content="CNET en Español"/>
+ <div itemprop="logo" itemscope="" itemtype="https://schema.org/ImageObject">
+ <meta itemprop="url" content="https://cnet2.cbsistatic.com/fly/bundles/cnetcore/images/logos/CNET-Espanol-Lockup.jpg"/>
+ </div>
+ </div>
+ <div class="col-1"></div>
+ <div class="col-7 article-main-body row" itemprop="articleBody" data-component="lazyloadImages">
+ <figure class="image image-medium pull-right shortcode" section="shortcodeImage"><span class="imageContainer"><span itemprop="image" itemscope="" itemtype="https://schema.org/ImageObject"><img src="https://cdn2.cnet.com/img/LI8y19stcvIQUdzbYdH4-DAigtc=/fit-in/570x0/2017/12/01/b36ce794-e0b8-495c-a198-184923a8f4e9/twitter-lite.jpg" class="" alt="twitter-lite" height="0" width="570"/><meta itemprop="url" content="https://cdn2.cnet.com/img/LI8y19stcvIQUdzbYdH4-DAigtc=/fit-in/570x0/2017/12/01/b36ce794-e0b8-495c-a198-184923a8f4e9/twitter-lite.jpg"/><meta itemprop="height" content="0"/><meta itemprop="width" content="570"/></span></span>
+ <figcaption><span class="caption"><p>Twitter Lite estará disponible en Google Play Store en 11 países de América Latina.</p></span><span class="credit">
+ Twitter
+ </span></figcaption>
+ </figure>
+ <p>Twitter ha dado a conocer que Twitter Lite llegará a un total de 24 nuevos países a partir de hoy, 11 de ellos de América Latina. </p>
+ <p>Según explicó en un <a href="https://blog.twitter.com/official/en_us/topics/product/2017/twitter-lite-in-the-google-play-store-in-24-more-countries.html#" target="_blank" data-component="externalLink">comunicado</a> <span class="link" section="shortcodeLink"><a href="/es/noticias/twitter-estrena-twitter-lite/">Twitter Lite</a></span> ahora estará disponible en Bolivia, Brasil, Chile, Colombia, Costa Rica, Ecuador, México, Panamá, Perú, El Salvador y Venezuela.</p>
+ <p>Twitter Lite es la versión ligera de la aplicación de la red social para Android, disponible en la Google Play Store. Con este app los usuarios que experimentan fallos de red o que viven en países con redes con poca velocidad de conexión como Venezuela podrán descargar los tuits de forma más rápida.</p>
+ <div class="shortcode related-links float_left" section="shortcodeRelatedLinks">
+ <h3> <span>Artículos Relacionados</span> </h3>
+ <ul>
+ <li><a href="/es/noticias/este-es-el-hombre-que-elimino-la-cuenta-de-twitter-de-trump/">Este es el hombre que eliminó la cuenta de Twitter de Trump</a></li>
+ <li><a href="/es/noticias/twitter-bookmark-leer-despues-guardar-links/">Twitter muestra avances de Bookmarks, su herramienta para guardar enlaces</a></li>
+ <li><a href="/es/noticias/twitter-personas-hablando-sobre-un-tema/">Twitter mostrará cuántas personas están hablando sobre un mismo tuit</a></li>
+ </ul>
+ </div>
+ <p>Entre sus novedades, Twitter Lite permite la carga rápida de tuits en redes 2G y 3G, y ofrece ayuda offline en caso de que pierdas tu conexión; a eso debemos sumar que minimiza el uso de datos y ofrece un modo de ahorro, en el que únicamente se descargan las fotos o videos de los tuits que quieres ver.</p>
+ <div id="inpage-video-top-5a229f90e23b5" class="ad-inpage-video-top" data-ad="inpage-video-top">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing inpage-video-top-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("inpage-video-top-5a229f90e23b5");
+ </script>
+ </div>
+ <div id="replay-wide-top-5a229f90e23b5" class="ad-replay-wide-top" data-ad="replay-wide-top">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing replay-wide-top-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("replay-wide-top-5a229f90e23b5");
+ </script>
+ </div>
+ <p>Además, el app ocupa menos espacio en tu teléfono móvil, al reducir a 3MB su peso.</p>
+ <p>Twitter dio a conocer Twitter Lite en abril en India, y desde entonces ha estado trabajando para llevarlo a más países. La empresa en los últimos meses también se ha involucrado de forma definitiva en la <span class="link" section="shortcodeLink"><a href="/es/noticias/twitter-hemos-progresado-en-nuestra-batalla-contra-el-abuso/">eliminación de los abusos en la red social</a></span>, tomando medidas incluso en la <span class="link" section="shortcodeLink"><a href="/es/noticias/twitter-elimina-verificacion-a-cuentas-ofensivas/">verificación de cuentas.</a></span></p><svg class="svg-symbol playerControls"><symbol id="play" viewBox="0 0 26.6 32"><path d="M0,2.6c0-2.4,1.6-3.3,3.7-2L25,13.7c2,1.3,2,3.2,0,4.5L3.7,31.4c-2,1.3-3.7,0.3-3.7-2C0,29.4,0,2.6,0,2.6z"></path></symbol><symbol id="pause" viewBox="0 0 26.6 32"><g><polygon points="16,32 26.5,32 26.5,8.8 26.5,0 16,0"></polygon><rect x="0.1" y="0" width="10.6" height="32"></rect></g></symbol><symbol id="playlist" viewBox="0 0 32 22.9"><g><circle class="st11" cx="2.3" cy="20.6" r="2.3"></circle><circle class="st11" cx="2.3" cy="11.4" r="2.3"></circle><circle class="st11" cx="2.3" cy="2.3" r="2.3"></circle><path class="st11" d="M32,1.1C32,0.5,31.5,0,30.9,0H10.3C9.7,0,9.1,0.5,9.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V1.1z"></path><path class="st11" d="M32,10.3c0-0.6-0.5-1.1-1.1-1.1H10.3c-0.6,0-1.1,0.5-1.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V10.3z"></path><path class="st11" d="M32,19.4c0-0.6-0.5-1.1-1.1-1.1H10.3c-0.6,0-1.1,0.5-1.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V19.4z"></path></g></symbol><symbol id="speaker-on" viewBox="0 0 32 28.1"><g><g><path d="M12.6,5L6.3,8.7H0.6C0.3,8.7,0,9,0,9.3V19c0,0.4,0.3,0.7,0.6,0.7h5.9l6.1,3.4c1.3,0.8,1.5,0.2,1.5-1.5V6.5C14.2,4.8,13.9,4.2,12.6,5z"></path></g><path d="M18,23.1v-2.8c2.6,0,4.7-2.8,4.7-6.2S20.6,7.8,18,7.8V5c4.2,0,7.5,4,7.5,9S22.1,23.1,18,23.1z"></path><path d="M21.3,28.1v-2.8c4.4,0,7.9-5,7.9-11.2S25.6,2.8,21.3,2.8V0C27.2,0,32,6.3,32,14C32,21.8,27.2,28.1,21.3,28.1z"></path></g></symbol><symbol id="speaker-off" viewBox="0 0 32 18.8"><g><g><path d="M12.6,0.4L6.3,4H0.6C0.3,4,0,4.3,0,4.7v9.7c0,0.4,0.3,0.7,0.6,0.7h5.9l6.1,3.4c1.3,0.8,1.5,0.2,1.5-1.5V1.8C14.2,0.2,13.9-0.5,12.6,0.4z"></path></g><polygon points="32,4.5 30.2,2.7 25.3,7.6 20.4,2.7 18.6,4.5 23.5,9.4 18.6,14.3 20.4,16.1 25.3,11.2 30.2,16.1 32,14.3 27.1,9.4 "></polygon></g></symbol><symbol id="captions" viewBox="0 0 32 16.2"><g><path d="M8.6,16.2c-1.2,0-2.4-0.2-3.4-0.6c-1.1-0.4-2-0.9-2.7-1.6c-0.8-0.7-1.4-1.6-1.8-2.6C0.2,10.4,0,9.3,0,8.1c0-1.2,0.2-2.3,0.7-3.3s1-1.8,1.8-2.6C3.2,1.5,4.1,1,5.2,0.6S7.4,0,8.6,0c1,0,1.9,0.1,2.7,0.4c0.8,0.3,1.4,0.6,2,1.1c0.6,0.4,1.1,0.9,1.4,1.5c0.4,0.5,0.7,1.1,0.9,1.6l-4.1,1.9c-0.1-0.3-0.2-0.6-0.4-0.9C11,5.3,10.8,5,10.5,4.8c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.2C8,4.2,7.5,4.3,7,4.5C6.6,4.7,6.2,5,5.8,5.3C5.5,5.7,5.2,6.1,5.1,6.5C4.9,7,4.8,7.5,4.8,8.1c0,0.5,0.1,1.1,0.3,1.5c0.2,0.5,0.4,0.9,0.8,1.2c0.3,0.4,0.7,0.6,1.2,0.8C7.5,11.9,8,12,8.6,12c0.3,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.7c0.2-0.3,0.3-0.6,0.4-0.9l4.1,1.9c-0.2,0.5-0.5,1-0.9,1.6c-0.4,0.5-0.9,1-1.4,1.5c-0.6,0.4-1.2,0.8-2,1.1C10.5,16,9.6,16.2,8.6,16.2z"></path><path d="M24.9,16.2c-1.2,0-2.4-0.2-3.4-0.6c-1.1-0.4-2-0.9-2.7-1.6c-0.8-0.7-1.4-1.6-1.8-2.6c-0.4-1-0.7-2.1-0.7-3.3c0-1.2,0.2-2.3,0.7-3.3c0.4-1,1-1.8,1.8-2.6c0.8-0.7,1.7-1.3,2.7-1.7C22.6,0.2,23.7,0,24.9,0c1,0,1.9,0.1,2.7,0.4c0.8,0.3,1.4,0.6,2,1.1c0.6,0.4,1.1,0.9,1.4,1.5C31.5,3.5,31.8,4,32,4.5l-4.1,1.9c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.5-0.7-0.7c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.2c-0.6,0-1.1,0.1-1.5,0.3c-0.5,0.2-0.9,0.5-1.2,0.8c-0.3,0.4-0.6,0.8-0.8,1.2c-0.2,0.5-0.3,1-0.3,1.5c0,0.5,0.1,1.1,0.3,1.5c0.2,0.5,0.4,0.9,0.8,1.2c0.3,0.4,0.7,0.6,1.2,0.8c0.5,0.2,1,0.3,1.5,0.3c0.3,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.7c0.2-0.3,0.3-0.6,0.4-0.9l4.1,1.9c-0.2,0.5-0.5,1-0.9,1.6c-0.4,0.5-0.9,1-1.4,1.5c-0.6,0.4-1.2,0.8-2,1.1C26.8,16,25.9,16.2,24.9,16.2z"></path></g></symbol><symbol id="share" viewBox="0 0 32 20"><path d="M20,6c0,0-7.9-0.1-13.2,3.3C1.6,12.7,0,20,0,20s5.1-5.4,9.8-7.2C14.9,10.9,20,12,20,12v6l12-8L20,0V6z"></path></symbol><symbol id="fullscreen" viewBox="0 0 32 32"><g><g><polygon class="st11" points="11.4,0 0,0 0,11.4 3.4,8 9.1,13.7 13.7,9.1 8,3.4 "></polygon></g><g><polygon class="st11" points="20.6,32 32,32 32,20.6 28.6,24 22.9,18.3 18.3,22.9 24,28.6 "></polygon></g><g><polygon class="st11" points="32,11.4 32,0 20.6,0 24,3.4 18.3,9.1 22.9,13.7 28.6,8 "></polygon></g><g><polygon class="st11" points="0,20.6 0,32 11.4,32 8,28.6 13.7,22.9 9.1,18.3 3.4,24 "></polygon></g></g></symbol><symbol id="video" viewBox="0 0 32 22"><g><path d="M29,2.2c-0.7,0.2-4.6,3-7.9,5.3V2.1C21.1,1,20.1,0,19,0H2.1C1,0,0,1,0,2.1v17.7C0,21,1,22,2.1,22H19c1.2,0,2.1-1,2.1-2.1v-5.9c3.3,2.4,7.4,5.4,8.2,5.6c1.4,0.4,2.7-0.1,2.7-0.1V2.2C32,2.2,30.1,1.8,29,2.2z"></path></g></symbol></svg>
+ <div class="shortcode video v2" data-load-playlist="[{&quot;id&quot;:&quot;dc362fcb-cba9-4bf6-b62d-aa7e39a092c7&quot;,&quot;title&quot;:&quot;Google Assistant mejora, hay m\u00e1s cambios en Twitter y llega el OnePlus 5T&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #163] Esta semana hablamos de las caracter\u00edsticas del OnePlus 5T, las novedades de Google Assistant y los cambios que ha hecho Twitter a su proceso de verificaci\u00f3n.&quot;,&quot;slug&quot;:&quot;google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t&quot;,&quot;chapters&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;duration&quot;:489,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:&quot;&quot;,&quot;mpxRefId&quot;:&quot;38uKprB1_hIkwXffuj20eMptuapoWX4K&quot;,&quot;ratingVChip&quot;:&quot;TV-14&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;1c0fd1cb-c387-11e2-8208-0291187b029a&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;6a9b3b6b-575a-4b66-b4b2-4aedee01be6d&quot;,&quot;firstName&quot;:&quot;Gabriel&quot;,&quot;lastName&quot;:&quot;Sama&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:&quot;La semana&quot;},&quot;image&quot;:{&quot;id&quot;:&quot;70540d7a-cbc5-4563-ab86-b5549ef68168&quot;,&quot;filename&quot;:&quot;oneplus-5t-product-21.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-13 17:56:07&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;alt&quot;:&quot;oneplus-5t-product-21&quot;,&quot;credits&quot;:&quot;Andrew Hoyle\/CNET&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/EcEJ76YiEastX8yctETLURpwICc=\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg&quot;,&quot;cropGravity&quot;:0,&quot;crop&quot;:null,&quot;typeName&quot;:&quot;content_image&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/xTOX9ZdBnxWFXxkzSLG6dBydTMg=\/fit-in\/194x109\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/17\/1098353731717\/es_lasemana16novFINAL_1265786_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t\/&quot;},{&quot;id&quot;:&quot;7097a578-8dc8-48b8-9bea-bc0dcabdb558&quot;,&quot;title&quot;:&quot;El \u0027bug\u0027 de MacOS High Sierra y la expansi\u00f3n de Huawei en Latinoam\u00e9rica&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #165] Apple solucion\u00f3 el problema de que se pod\u00eda acceder a algunas Mac sin contrase\u00f1a. Huawei adelant\u00f3 planes para la regi\u00f3n.&quot;,&quot;slug&quot;:&quot;bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:550,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1107731523514,&quot;mpxRefId&quot;:&quot;IwoiIhK2JgjRf8oj2sS99ClHB2K8w8uw&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;1934b65e-89f2-4449-ae15-61584288ed9d&quot;,&quot;name&quot;:&quot;macos-high-sierra-image&quot;,&quot;filename&quot;:&quot;macos-high-sierra-image.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/bmNGTUwxlWz6QUuj1pUj2G90QUE=\/2017\/09\/27\/1934b65e-89f2-4449-ae15-61584288ed9d\/macos-high-sierra-image.jpg&quot;,&quot;size&quot;:1306802,&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-09-27 17:49:57&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-09-27 17:49:57&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;macos-high-sierra-image&quot;,&quot;cropGravity&quot;:0},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/C6S9ny6QsPl0M4RazJBreX1ZaO8=\/fit-in\/194x109\/2017\/09\/27\/1934b65e-89f2-4449-ae15-61584288ed9d\/macos-high-sierra-image.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/12\/01\/1107731523514\/es_lasemana1diciembre_1275504_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica\/&quot;},{&quot;id&quot;:&quot;41e31d24-ab17-445d-8841-ceb86ae9044f&quot;,&quot;title&quot;:&quot;Nuestros consejos para la temporada de ofertas&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #164] Nada de madrugar, hacer filas largas y estresarte. Esta semana te compartimos sugerencias puntuales para que le saques m\u00e1s jugo a las compras de Black Friday y Cyber Monday.&quot;,&quot;slug&quot;:&quot;consejos-ofertas-viernes-negro&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:441,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1102073923731,&quot;mpxRefId&quot;:&quot;5XzHm1c3DBSxFhifEcVyEyTaNwlg6R0a&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;154d2576-1ff8-41d8-ac2a-414450d5ee6c&quot;,&quot;name&quot;:&quot;viernesnegro&quot;,&quot;filename&quot;:&quot;viernesnegro.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/e6vO1LTPdKpSs3924nDWctNCZMY=\/2017\/11\/22\/154d2576-1ff8-41d8-ac2a-414450d5ee6c\/viernesnegro.jpg&quot;,&quot;size&quot;:278742,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-22 22:32:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-11-22 22:32:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;viernesnegro&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn4.cnet.com\/img\/fcY_4UWuEddB5TbPXMSaNvgfcec=\/fit-in\/194x109\/2017\/11\/22\/154d2576-1ff8-41d8-ac2a-414450d5ee6c\/viernesnegro.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/consejos-ofertas-viernes-negro.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/22\/1102073923731\/semana_nov22_1270073_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/consejos-ofertas-viernes-negro\/&quot;},{&quot;id&quot;:&quot;db8b62cc-68fc-4f96-8fbc-bcbe5d4f8a1c&quot;,&quot;title&quot;:&quot;El desembarco de Xiaomi en Espa\u00f1a y la previa del OnePlus 5T&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #162] La fabricante de celulares china llega a Espa\u00f1a con m\u00e1s de seis tel\u00e9fonos de menos de 300 euros, y el OnePlus 5T se presentar\u00e1 el 16 de noviembre en Estados Unidos.&quot;,&quot;slug&quot;:&quot;el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:500,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1093211715579,&quot;mpxRefId&quot;:&quot;APQJZKaXzbhmwxYJcFFg_AHYIHfLWNU6&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;96ec74ea-1acb-48be-b74e-816ba301d19a&quot;,&quot;name&quot;:&quot;oneplus-5t&quot;,&quot;filename&quot;:&quot;oneplus-5t.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/KK0CqnMaqMxZ9bC-3jbAiQhnutM=\/2017\/10\/30\/96ec74ea-1acb-48be-b74e-816ba301d19a\/oneplus-5t.jpg&quot;,&quot;caption&quot;:&quot;<p>Una supuesta foto del OnePlus 5T filtrada en China.<\/p>&quot;,&quot;size&quot;:41019,&quot;height&quot;:592,&quot;width&quot;:690,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-30 19:55:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-30 19:56:18&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;credits&quot;:&quot;Weibo&quot;,&quot;alt&quot;:&quot;oneplus-5t&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn2.cnet.com\/img\/9CtVwepYPv7fktP5LlCjoAjq0is=\/fit-in\/194x109\/2017\/10\/30\/96ec74ea-1acb-48be-b74e-816ba301d19a\/oneplus-5t.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/10\/1093211715579\/es_lasemana_9noviembre02_1259372_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t\/&quot;},{&quot;id&quot;:&quot;283c729a-eeeb-454b-ae03-d1d95229031d&quot;,&quot;title&quot;:&quot;Google Assistant habla espa\u00f1ol y el iPhone X presenta un nuevo idioma de dise\u00f1o&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #161] El asistente virtual de Google ahora domina el idioma de Cervantes, y el iPhone X inaugura nuevos gestos y un nuevo lenguaje de dise\u00f1o de la marca.&quot;,&quot;slug&quot;:&quot;google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:683,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1087923267594,&quot;mpxRefId&quot;:&quot;jCXv62P0jCNTJB3jKuthMzA3CV0ghejk&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;0d404b1c-30e9-4ccf-9901-d2125b2b23f2&quot;,&quot;name&quot;:&quot;iphone-x-67&quot;,&quot;filename&quot;:&quot;iphone-x-67.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/JoewZeNO5ePGyD5iGiD7VM32i9w=\/2017\/11\/03\/0d404b1c-30e9-4ccf-9901-d2125b2b23f2\/iphone-x-67.jpg&quot;,&quot;size&quot;:153088,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-03 16:19:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-11-03 16:19:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;iphone-x-67&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/6fdfuTdyxV3t7waWLSKyE6df3fY=\/fit-in\/194x109\/2017\/11\/03\/0d404b1c-30e9-4ccf-9901-d2125b2b23f2\/iphone-x-67.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/03\/1087923267594\/semananov2_1253191_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma\/&quot;},{&quot;id&quot;:&quot;a3c0de25-3d75-44b9-9c83-6925dbd3ebb2&quot;,&quot;title&quot;:&quot;La pantalla del Pixel 2 XL, la llave maestra de Amazon y el inminente iPhone X&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #160] Analizamos los problemas con el panel OLED del tel\u00e9fono de Google, los env\u00edos de Amazon entran en tu hogar y ya est\u00e1 a la puerta el nuevo tel\u00e9fono de Apple.&quot;,&quot;slug&quot;:&quot;la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:574,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1082906179568,&quot;mpxRefId&quot;:&quot;t4LPcFt8Hmm8Vg7U8o4s4_E0Xn_xqxAj&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;00597069-4f14-41dd-b1f1-e7bc413d4e17&quot;,&quot;name&quot;:&quot;Google Pixel 2 XL screen burn-in&quot;,&quot;filename&quot;:&quot;screen-problems-2405-001.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/zM13Oy086Lnor1efnDjx0mVca88=\/2017\/10\/23\/00597069-4f14-41dd-b1f1-e7bc413d4e17\/screen-problems-2405-001.jpg&quot;,&quot;caption&quot;:&quot;<p><\/p>&quot;,&quot;size&quot;:1865911,&quot;height&quot;:1467,&quot;width&quot;:2200,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-23 19:09:04&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-23 19:09:23&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:1,&quot;credits&quot;:&quot;Josh Miller\/CNET&quot;,&quot;alt&quot;:&quot;Google Pixel 2 XL screen burn-in&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn4.cnet.com\/img\/XTHaIZ7ZBuXvKPKB5niFqcP_23M=\/fit-in\/194x109\/2017\/10\/23\/00597069-4f14-41dd-b1f1-e7bc413d4e17\/screen-problems-2405-001.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/27\/1082906179568\/es_lasemana27october_1247416_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x\/&quot;},{&quot;id&quot;:&quot;ae23b111-1e88-4edd-b1b5-dfed3e0cb061&quot;,&quot;title&quot;:&quot;Se consolida el hogar inteligente y aparece el fallo KRACK&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #159] Esta semana hablamos de la nueva plataforma de Samsung para el Internet de las Cosas, de la vulnerabilidad KRACK y de los nuevos tel\u00e9fonos en el mercado.&quot;,&quot;slug&quot;:&quot;la-semana-oct-19-cnet-espanol&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:691,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1077887555736,&quot;mpxRefId&quot;:&quot;H4gkX0JjbU6b4gxZOkirySjFp3Z845dA&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;6a9b3b6b-575a-4b66-b4b2-4aedee01be6d&quot;,&quot;firstName&quot;:&quot;Gabriel&quot;,&quot;lastName&quot;:&quot;Sama&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;d704b38b-cafe-414b-879b-459dd712796c&quot;,&quot;name&quot;:&quot;zte-axon-m-9755-024&quot;,&quot;filename&quot;:&quot;zte-axon-m-9755-024.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/VAqXY-db6xzcKly6P5BNqbaHpQw=\/2017\/10\/20\/d704b38b-cafe-414b-879b-459dd712796c\/zte-axon-m-9755-024.jpg&quot;,&quot;size&quot;:87148,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-20 16:33:13&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-20 16:33:13&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;zte-axon-m-9755-024&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/ReV56T1ZCShd3YWImeR2IWEqAXU=\/fit-in\/194x109\/2017\/10\/20\/d704b38b-cafe-414b-879b-459dd712796c\/zte-axon-m-9755-024.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/la-semana-oct-19-cnet-espanol.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/20\/1077887555736\/semana_oct19_1241505_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/la-semana-oct-19-cnet-espanol\/&quot;},{&quot;id&quot;:&quot;4cb73b8d-1b2f-40ef-bb98-6b093198c681&quot;,&quot;title&quot;:&quot;Un nuevo Kindle y se asoman las nuevas gafas VR de Oculus&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #158] Esta semana, lleg\u00f3 el Kindle Oasis impermeable, se anunciaron las Oculus Go y Santa Cruz para realidad virtual y hubo un problemita con la Google Home Mini.&quot;,&quot;slug&quot;:&quot;un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:422,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1072264259697,&quot;mpxRefId&quot;:&quot;8RTAYZ4ou1BgXXiybOYiclkJ6avdl6SM&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;4514916c-88c7-4c00-8324-9d522e0b3047&quot;,&quot;name&quot;:&quot;kindle-oasis-covers&quot;,&quot;filename&quot;:&quot;kindle-oasis-covers.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/el7STcxt2T02OoIFWp08KB2D1Bk=\/2017\/10\/05\/4514916c-88c7-4c00-8324-9d522e0b3047\/kindle-oasis-covers.jpg&quot;,&quot;caption&quot;:&quot;<p>The optional covers start at $40 and come in nylon or leather.<\/p>&quot;,&quot;size&quot;:4432570,&quot;height&quot;:3024,&quot;width&quot;:4032,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-05 19:52:22&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-05 19:53:38&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;startDate&quot;:{&quot;date&quot;:&quot;2017-10-11 13:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:1,&quot;credits&quot;:&quot;David Carnoy\/CNET&quot;,&quot;alt&quot;:&quot;kindle-oasis-covers&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/vDQrwxSq2oDqDHdtnPLwD_eJR98=\/fit-in\/194x109\/2017\/10\/05\/4514916c-88c7-4c00-8324-9d522e0b3047\/kindle-oasis-covers.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/13\/1072264259697\/es_lasemana12_oct_1235274_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman\/&quot;},{&quot;id&quot;:&quot;09051611-4cd7-4384-a459-b4a1050b5c1c&quot;,&quot;title&quot;:&quot;Google Pixel 2 y lo que nos dej\u00f3 la temporada de s\u00faper tel\u00e9fonos&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #157] La gigante de las b\u00fasquedas se anima con todo al hardware, y sus tel\u00e9fonos marcan el fin de una \u00e9poca de grandes anuncios.&quot;,&quot;slug&quot;:&quot;google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:598,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1064365123530,&quot;mpxRefId&quot;:&quot;Us3jKld5gPd3TfSG9QLLbD5jw_vdMyds&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;d077c3c0-c88f-492f-a8a2-8b043af04f0e&quot;,&quot;name&quot;:&quot;100417-google-pixel-2-7126&quot;,&quot;filename&quot;:&quot;100417-google-pixel-2-7126.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/BNbeNYmhimN2Z_KulzpEpn0l7AI=\/2017\/10\/05\/d077c3c0-c88f-492f-a8a2-8b043af04f0e\/100417-google-pixel-2-7126.jpg&quot;,&quot;size&quot;:52547,&quot;height&quot;:467,&quot;width&quot;:830,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-05 23:35:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-05 23:35:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;100417-google-pixel-2-7126&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn2.cnet.com\/img\/5-e1P5u3K43hFHiSjBjhdB3f1lI=\/fit-in\/194x109\/2017\/10\/05\/d077c3c0-c88f-492f-a8a2-8b043af04f0e\/100417-google-pixel-2-7126.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/06\/1064365123530\/semana_oct5_1229769_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos\/&quot;},{&quot;id&quot;:&quot;4bb8f3fd-304c-495e-8b83-57fcea47b89b&quot;,&quot;title&quot;:&quot;La avalancha de productos de Amazon, y tuits de 280 caracteres&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #156] Esta semana vimos nuevas bocinas de Amazon; una nueva c\u00e1mara GoPro y Twitter dijo que duplicar\u00e1 el l\u00edmite de caracteres en tuits.&quot;,&quot;slug&quot;:&quot;amazon-nuevos-productos-twitter-280-caracteres&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:673,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1057969219682,&quot;mpxRefId&quot;:&quot;IUOzQ0y6ps_ludp4UH9c1EZFCsJNA7X8&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;194498de-a074-4687-ab0d-d880d5ee05de&quot;,&quot;name&quot;:&quot;amazon-spot-1&quot;,&quot;filename&quot;:&quot;amazon-spot-1.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/MLV0Q7ERz3liDf123UtGhwIuMjU=\/2017\/09\/28\/194498de-a074-4687-ab0d-d880d5ee05de\/amazon-spot-1.jpg&quot;,&quot;size&quot;:850748,&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-09-28 05:39:36&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-09-28 05:39:36&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;amazon-spot-1&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/0t12kUyxiPUjjBEvghADT8bfI1Q=\/fit-in\/194x109\/2017\/09\/28\/194498de-a074-4687-ab0d-d880d5ee05de\/amazon-spot-1.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/amazon-nuevos-productos-twitter-280-caracteres.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/09\/29\/1057969219682\/es_lasemana_28septiembre_1223993_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/amazon-nuevos-productos-twitter-280-caracteres\/&quot;}]">
+ <div class="embeddedVideoContainer">
+ <div class="videoContainer"> <svg class=" play"><use aria-hidden="false" xlink:href="#play"></use></svg><svg class=" pause"><use aria-hidden="false" xlink:href="#pause"></use></svg>
+ <figure class=" img"><img src="https://cdn1.cnet.com/img/mWcZaiA8Ngv61OQcpdoh6Ra9nY0=/170x96/2017/11/13/70540d7a-cbc5-4563-ab86-b5549ef68168/oneplus-5t-product-21.jpg" class="photo" alt="" height="96" width="170"/></figure>
+ </div>
+ <div class="videoTitle"> <span class="bold">
+ <span class="nowPlaying">Reproduciendo:</span> <span class="watchThis">Mira esto:</span> </span> Google Assistant mejora, hay más cambios en Twitter y... </div>
+ <div class="videoMeta"> <span class="duration">
+ 8:09 <svg class=" video"><use aria-hidden="false" xlink:href="#video"></use></svg></span> </div>
+ </div>
+ </div>
+ <div class="taboola col-7" id="taboola-twitter-lite-america-latina-below-article-thumbnails-article-redesign" data-component="taboola" data-taboola-options="{&quot;mode&quot;:&quot;thumbnails-g&quot;,&quot;container&quot;:&quot;taboola-twitter-lite-america-latina-below-article-thumbnails-article-redesign&quot;,&quot;url&quot;:&quot;https:\/\/www.cnet.com\/es\/noticias\/twitter-lite-america-latina\/&quot;,&quot;placement&quot;:&quot;Below Article Thumbnails Article Redesign&quot;,&quot;width&quot;:&quot;col-7&quot;,&quot;isXhr&quot;:false,&quot;target_type&quot;:&quot;mix&quot;}"></div>
+ <footer>
+ <div class="comment-container" data-component="sharebar" data-sharebar-options="{&quot;title&quot;:&quot;Twitter Lite se estrena en 11 pa\u00edses de Am\u00e9rica Latina&quot;,&quot;description&quot;:&quot;La aplicaci\u00f3n de Twitter que minimiza el uso de datos y permite la carga de tuits de forma m\u00e1s r\u00e1pida llega a M\u00e9xico y Venezuela.&quot;,&quot;url&quot;:&quot;https:\/\/www.cnet.com\/es\/noticias\/twitter-lite-america-latina\/&quot;,&quot;popupWidth&quot;:780,&quot;popupHeight&quot;:510,&quot;data&quot;:{&quot;media&quot;:&quot;&quot;},&quot;scrollToComments&quot;:true}">
+ <h2>Comparte tu opinión</h2>
+ <div class="share-button sharebarRedesignButton comment-count-redesign" data-conversation-id="87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea">
+ <a href="#comentarios">
+ <div class="wrapper">
+ <div class="icon-container "><svg class=" comments"><use aria-hidden="false" xlink:href="#comments"></use></svg></div> <span class="disqus-comment-count count" data-component="disqusCount" data-disqus-count-options="{&quot;disqusIdentifier&quot;:&quot;87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea&quot;,&quot;disqusUrl&quot;:&quot;https:\/\/www.cnet.com\/es\/noticias\/twitter-lite-america-latina\/&quot;}">0</span> </div>
+ </a>
+ </div>
+ </div>
+ <div class="row tags" section="tag">
+ <h2>Etiquetas</h2>
+ <div class="tagList"> <a href="/es/temas/aplicaciones-moviles/">Aplicaciones móviles</a> </div>
+ </div>
+ </footer>
+ </div>
+ <div class="col-4" section="rColumn">
+ <div data-video-player="container">
+ <div class="inviewElement dock entered" data-component="inviewElement" data-inview-element-options="{&quot;events&quot;:[&quot;entered&quot;],&quot;repeat&quot;:false}" style="background-image: url(https://cdn2.cnet.com/img/ZP-31IwCuzwDW2kwBFhKUciVjyQ=/433x244/2017/11/13/70540d7a-cbc5-4563-ab86-b5549ef68168/oneplus-5t-product-21.jpg)">
+ <div class="upnext hidden" data-video-info="upnext"></div> <svg class="svg-symbol playerControls"><symbol id="play" viewBox="0 0 26.6 32"><path d="M0,2.6c0-2.4,1.6-3.3,3.7-2L25,13.7c2,1.3,2,3.2,0,4.5L3.7,31.4c-2,1.3-3.7,0.3-3.7-2C0,29.4,0,2.6,0,2.6z"></path></symbol><symbol id="pause" viewBox="0 0 26.6 32"><g><polygon points="16,32 26.5,32 26.5,8.8 26.5,0 16,0"></polygon><rect x="0.1" y="0" width="10.6" height="32"></rect></g></symbol><symbol id="playlist" viewBox="0 0 32 22.9"><g><circle class="st11" cx="2.3" cy="20.6" r="2.3"></circle><circle class="st11" cx="2.3" cy="11.4" r="2.3"></circle><circle class="st11" cx="2.3" cy="2.3" r="2.3"></circle><path class="st11" d="M32,1.1C32,0.5,31.5,0,30.9,0H10.3C9.7,0,9.1,0.5,9.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V1.1z"></path><path class="st11" d="M32,10.3c0-0.6-0.5-1.1-1.1-1.1H10.3c-0.6,0-1.1,0.5-1.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V10.3z"></path><path class="st11" d="M32,19.4c0-0.6-0.5-1.1-1.1-1.1H10.3c-0.6,0-1.1,0.5-1.1,1.1v2.3c0,0.6,0.5,1.1,1.1,1.1h20.6c0.6,0,1.1-0.5,1.1-1.1V19.4z"></path></g></symbol><symbol id="speaker-on" viewBox="0 0 32 28.1"><g><g><path d="M12.6,5L6.3,8.7H0.6C0.3,8.7,0,9,0,9.3V19c0,0.4,0.3,0.7,0.6,0.7h5.9l6.1,3.4c1.3,0.8,1.5,0.2,1.5-1.5V6.5C14.2,4.8,13.9,4.2,12.6,5z"></path></g><path d="M18,23.1v-2.8c2.6,0,4.7-2.8,4.7-6.2S20.6,7.8,18,7.8V5c4.2,0,7.5,4,7.5,9S22.1,23.1,18,23.1z"></path><path d="M21.3,28.1v-2.8c4.4,0,7.9-5,7.9-11.2S25.6,2.8,21.3,2.8V0C27.2,0,32,6.3,32,14C32,21.8,27.2,28.1,21.3,28.1z"></path></g></symbol><symbol id="speaker-off" viewBox="0 0 32 18.8"><g><g><path d="M12.6,0.4L6.3,4H0.6C0.3,4,0,4.3,0,4.7v9.7c0,0.4,0.3,0.7,0.6,0.7h5.9l6.1,3.4c1.3,0.8,1.5,0.2,1.5-1.5V1.8C14.2,0.2,13.9-0.5,12.6,0.4z"></path></g><polygon points="32,4.5 30.2,2.7 25.3,7.6 20.4,2.7 18.6,4.5 23.5,9.4 18.6,14.3 20.4,16.1 25.3,11.2 30.2,16.1 32,14.3 27.1,9.4 "></polygon></g></symbol><symbol id="captions" viewBox="0 0 32 16.2"><g><path d="M8.6,16.2c-1.2,0-2.4-0.2-3.4-0.6c-1.1-0.4-2-0.9-2.7-1.6c-0.8-0.7-1.4-1.6-1.8-2.6C0.2,10.4,0,9.3,0,8.1c0-1.2,0.2-2.3,0.7-3.3s1-1.8,1.8-2.6C3.2,1.5,4.1,1,5.2,0.6S7.4,0,8.6,0c1,0,1.9,0.1,2.7,0.4c0.8,0.3,1.4,0.6,2,1.1c0.6,0.4,1.1,0.9,1.4,1.5c0.4,0.5,0.7,1.1,0.9,1.6l-4.1,1.9c-0.1-0.3-0.2-0.6-0.4-0.9C11,5.3,10.8,5,10.5,4.8c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.2C8,4.2,7.5,4.3,7,4.5C6.6,4.7,6.2,5,5.8,5.3C5.5,5.7,5.2,6.1,5.1,6.5C4.9,7,4.8,7.5,4.8,8.1c0,0.5,0.1,1.1,0.3,1.5c0.2,0.5,0.4,0.9,0.8,1.2c0.3,0.4,0.7,0.6,1.2,0.8C7.5,11.9,8,12,8.6,12c0.3,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.7c0.2-0.3,0.3-0.6,0.4-0.9l4.1,1.9c-0.2,0.5-0.5,1-0.9,1.6c-0.4,0.5-0.9,1-1.4,1.5c-0.6,0.4-1.2,0.8-2,1.1C10.5,16,9.6,16.2,8.6,16.2z"></path><path d="M24.9,16.2c-1.2,0-2.4-0.2-3.4-0.6c-1.1-0.4-2-0.9-2.7-1.6c-0.8-0.7-1.4-1.6-1.8-2.6c-0.4-1-0.7-2.1-0.7-3.3c0-1.2,0.2-2.3,0.7-3.3c0.4-1,1-1.8,1.8-2.6c0.8-0.7,1.7-1.3,2.7-1.7C22.6,0.2,23.7,0,24.9,0c1,0,1.9,0.1,2.7,0.4c0.8,0.3,1.4,0.6,2,1.1c0.6,0.4,1.1,0.9,1.4,1.5C31.5,3.5,31.8,4,32,4.5l-4.1,1.9c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.3-0.4-0.5-0.7-0.7c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.7-0.2-1-0.2c-0.6,0-1.1,0.1-1.5,0.3c-0.5,0.2-0.9,0.5-1.2,0.8c-0.3,0.4-0.6,0.8-0.8,1.2c-0.2,0.5-0.3,1-0.3,1.5c0,0.5,0.1,1.1,0.3,1.5c0.2,0.5,0.4,0.9,0.8,1.2c0.3,0.4,0.7,0.6,1.2,0.8c0.5,0.2,1,0.3,1.5,0.3c0.3,0,0.7-0.1,1-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.5-0.4,0.7-0.7c0.2-0.3,0.3-0.6,0.4-0.9l4.1,1.9c-0.2,0.5-0.5,1-0.9,1.6c-0.4,0.5-0.9,1-1.4,1.5c-0.6,0.4-1.2,0.8-2,1.1C26.8,16,25.9,16.2,24.9,16.2z"></path></g></symbol><symbol id="share" viewBox="0 0 32 20"><path d="M20,6c0,0-7.9-0.1-13.2,3.3C1.6,12.7,0,20,0,20s5.1-5.4,9.8-7.2C14.9,10.9,20,12,20,12v6l12-8L20,0V6z"></path></symbol><symbol id="fullscreen" viewBox="0 0 32 32"><g><g><polygon class="st11" points="11.4,0 0,0 0,11.4 3.4,8 9.1,13.7 13.7,9.1 8,3.4 "></polygon></g><g><polygon class="st11" points="20.6,32 32,32 32,20.6 28.6,24 22.9,18.3 18.3,22.9 24,28.6 "></polygon></g><g><polygon class="st11" points="32,11.4 32,0 20.6,0 24,3.4 18.3,9.1 22.9,13.7 28.6,8 "></polygon></g><g><polygon class="st11" points="0,20.6 0,32 11.4,32 8,28.6 13.7,22.9 9.1,18.3 3.4,24 "></polygon></g></g></symbol><symbol id="video" viewBox="0 0 32 22"><g><path d="M29,2.2c-0.7,0.2-4.6,3-7.9,5.3V2.1C21.1,1,20.1,0,19,0H2.1C1,0,0,1,0,2.1v17.7C0,21,1,22,2.1,22H19c1.2,0,2.1-1,2.1-2.1v-5.9c3.3,2.4,7.4,5.4,8.2,5.6c1.4,0.4,2.7-0.1,2.7-0.1V2.2C32,2.2,30.1,1.8,29,2.2z"></path></g></symbol></svg>
+ <div class="videoPlayer " data-component="videoPlayer" data-video-player-options="{&quot;config&quot;:{&quot;policies&quot;:{&quot;default&quot;:11417438},&quot;tracking&quot;:{&quot;can_partner_id&quot;:&quot;canPartnerID&quot;,&quot;comscore_id&quot;:&quot;3000085&quot;,&quot;comscore_home&quot;:&quot;3000085&quot;,&quot;comscore_how_to&quot;:&quot;3000078&quot;,&quot;comscore_news&quot;:&quot;3000078&quot;,&quot;comscore_reviews&quot;:&quot;3000087&quot;,&quot;comscore_videos&quot;:&quot;3000088&quot;,&quot;comscore_sense_id&quot;:&quot;cnetvideo&quot;,&quot;comscore_sense_home&quot;:&quot;cnethome&quot;,&quot;comscore_sense_how_to&quot;:&quot;cnethowto&quot;,&quot;comscore_sense_news&quot;:&quot;cnetnews&quot;,&quot;comscore_sense_reviews&quot;:&quot;cnetreviews&quot;,&quot;comscore_sense_videos&quot;:&quot;cnetvideo&quot;,&quot;nielsen_cid&quot;:&quot;us-200330&quot;,&quot;nielsen_vcid&quot;:&quot;c07&quot;,&quot;nielsen_vcid_reviews&quot;:&quot;c05&quot;,&quot;nielsen_vcid_home&quot;:&quot;c07&quot;,&quot;nielsen_vcid_news&quot;:&quot;c08&quot;,&quot;nielsen_vcid_how_to&quot;:&quot;c09&quot;,&quot;nielsen_vcid_videos&quot;:&quot;c20&quot;},&quot;uvpConfig&quot;:{&quot;mpx_account&quot;:&quot;kYEXFC&quot;}},&quot;playlist&quot;:[{&quot;id&quot;:&quot;dc362fcb-cba9-4bf6-b62d-aa7e39a092c7&quot;,&quot;title&quot;:&quot;Google Assistant mejora, hay m\u00e1s cambios en Twitter y llega el OnePlus 5T&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #163] Esta semana hablamos de las caracter\u00edsticas del OnePlus 5T, las novedades de Google Assistant y los cambios que ha hecho Twitter a su proceso de verificaci\u00f3n.&quot;,&quot;slug&quot;:&quot;google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t&quot;,&quot;chapters&quot;:{&quot;data&quot;:[],&quot;paging&quot;:{&quot;total&quot;:0,&quot;limit&quot;:15,&quot;offset&quot;:0}},&quot;duration&quot;:489,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:&quot;&quot;,&quot;mpxRefId&quot;:&quot;38uKprB1_hIkwXffuj20eMptuapoWX4K&quot;,&quot;ratingVChip&quot;:&quot;TV-14&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;1c0fd1cb-c387-11e2-8208-0291187b029a&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;6a9b3b6b-575a-4b66-b4b2-4aedee01be6d&quot;,&quot;firstName&quot;:&quot;Gabriel&quot;,&quot;lastName&quot;:&quot;Sama&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:&quot;La semana&quot;},&quot;image&quot;:{&quot;id&quot;:&quot;70540d7a-cbc5-4563-ab86-b5549ef68168&quot;,&quot;filename&quot;:&quot;oneplus-5t-product-21.jpg&quot;,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-13 17:56:07&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;alt&quot;:&quot;oneplus-5t-product-21&quot;,&quot;credits&quot;:&quot;Andrew Hoyle\/CNET&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/EcEJ76YiEastX8yctETLURpwICc=\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg&quot;,&quot;cropGravity&quot;:0,&quot;crop&quot;:null,&quot;typeName&quot;:&quot;content_image&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/xTOX9ZdBnxWFXxkzSLG6dBydTMg=\/fit-in\/194x109\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/17\/1098353731717\/es_lasemana16novFINAL_1265786_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-assistant-mejora-hay-mas-cambios-en-twitter-y-llega-el-oneplus-5t\/&quot;},{&quot;id&quot;:&quot;7097a578-8dc8-48b8-9bea-bc0dcabdb558&quot;,&quot;title&quot;:&quot;El \u0027bug\u0027 de MacOS High Sierra y la expansi\u00f3n de Huawei en Latinoam\u00e9rica&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #165] Apple solucion\u00f3 el problema de que se pod\u00eda acceder a algunas Mac sin contrase\u00f1a. Huawei adelant\u00f3 planes para la regi\u00f3n.&quot;,&quot;slug&quot;:&quot;bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:550,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1107731523514,&quot;mpxRefId&quot;:&quot;IwoiIhK2JgjRf8oj2sS99ClHB2K8w8uw&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;1934b65e-89f2-4449-ae15-61584288ed9d&quot;,&quot;name&quot;:&quot;macos-high-sierra-image&quot;,&quot;filename&quot;:&quot;macos-high-sierra-image.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/bmNGTUwxlWz6QUuj1pUj2G90QUE=\/2017\/09\/27\/1934b65e-89f2-4449-ae15-61584288ed9d\/macos-high-sierra-image.jpg&quot;,&quot;size&quot;:1306802,&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-09-27 17:49:57&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-09-27 17:49:57&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;macos-high-sierra-image&quot;,&quot;cropGravity&quot;:0},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/C6S9ny6QsPl0M4RazJBreX1ZaO8=\/fit-in\/194x109\/2017\/09\/27\/1934b65e-89f2-4449-ae15-61584288ed9d\/macos-high-sierra-image.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/12\/01\/1107731523514\/es_lasemana1diciembre_1275504_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/bug-de-macos-high-sierra-expansion-huawei-en-latinoamerica\/&quot;},{&quot;id&quot;:&quot;41e31d24-ab17-445d-8841-ceb86ae9044f&quot;,&quot;title&quot;:&quot;Nuestros consejos para la temporada de ofertas&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #164] Nada de madrugar, hacer filas largas y estresarte. Esta semana te compartimos sugerencias puntuales para que le saques m\u00e1s jugo a las compras de Black Friday y Cyber Monday.&quot;,&quot;slug&quot;:&quot;consejos-ofertas-viernes-negro&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:441,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1102073923731,&quot;mpxRefId&quot;:&quot;5XzHm1c3DBSxFhifEcVyEyTaNwlg6R0a&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;154d2576-1ff8-41d8-ac2a-414450d5ee6c&quot;,&quot;name&quot;:&quot;viernesnegro&quot;,&quot;filename&quot;:&quot;viernesnegro.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/e6vO1LTPdKpSs3924nDWctNCZMY=\/2017\/11\/22\/154d2576-1ff8-41d8-ac2a-414450d5ee6c\/viernesnegro.jpg&quot;,&quot;size&quot;:278742,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-22 22:32:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-11-22 22:32:03&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;viernesnegro&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn4.cnet.com\/img\/fcY_4UWuEddB5TbPXMSaNvgfcec=\/fit-in\/194x109\/2017\/11\/22\/154d2576-1ff8-41d8-ac2a-414450d5ee6c\/viernesnegro.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/consejos-ofertas-viernes-negro.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/22\/1102073923731\/semana_nov22_1270073_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/consejos-ofertas-viernes-negro\/&quot;},{&quot;id&quot;:&quot;db8b62cc-68fc-4f96-8fbc-bcbe5d4f8a1c&quot;,&quot;title&quot;:&quot;El desembarco de Xiaomi en Espa\u00f1a y la previa del OnePlus 5T&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #162] La fabricante de celulares china llega a Espa\u00f1a con m\u00e1s de seis tel\u00e9fonos de menos de 300 euros, y el OnePlus 5T se presentar\u00e1 el 16 de noviembre en Estados Unidos.&quot;,&quot;slug&quot;:&quot;el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:500,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1093211715579,&quot;mpxRefId&quot;:&quot;APQJZKaXzbhmwxYJcFFg_AHYIHfLWNU6&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;96ec74ea-1acb-48be-b74e-816ba301d19a&quot;,&quot;name&quot;:&quot;oneplus-5t&quot;,&quot;filename&quot;:&quot;oneplus-5t.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/KK0CqnMaqMxZ9bC-3jbAiQhnutM=\/2017\/10\/30\/96ec74ea-1acb-48be-b74e-816ba301d19a\/oneplus-5t.jpg&quot;,&quot;caption&quot;:&quot;<p>Una supuesta foto del OnePlus 5T filtrada en China.<\/p>&quot;,&quot;size&quot;:41019,&quot;height&quot;:592,&quot;width&quot;:690,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-30 19:55:39&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-30 19:56:18&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;credits&quot;:&quot;Weibo&quot;,&quot;alt&quot;:&quot;oneplus-5t&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn2.cnet.com\/img\/9CtVwepYPv7fktP5LlCjoAjq0is=\/fit-in\/194x109\/2017\/10\/30\/96ec74ea-1acb-48be-b74e-816ba301d19a\/oneplus-5t.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/10\/1093211715579\/es_lasemana_9noviembre02_1259372_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/el-desembarco-de-xiaomi-en-espana-y-la-previa-del-oneplus-5t\/&quot;},{&quot;id&quot;:&quot;283c729a-eeeb-454b-ae03-d1d95229031d&quot;,&quot;title&quot;:&quot;Google Assistant habla espa\u00f1ol y el iPhone X presenta un nuevo idioma de dise\u00f1o&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #161] El asistente virtual de Google ahora domina el idioma de Cervantes, y el iPhone X inaugura nuevos gestos y un nuevo lenguaje de dise\u00f1o de la marca.&quot;,&quot;slug&quot;:&quot;google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:683,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1087923267594,&quot;mpxRefId&quot;:&quot;jCXv62P0jCNTJB3jKuthMzA3CV0ghejk&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;0d404b1c-30e9-4ccf-9901-d2125b2b23f2&quot;,&quot;name&quot;:&quot;iphone-x-67&quot;,&quot;filename&quot;:&quot;iphone-x-67.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/JoewZeNO5ePGyD5iGiD7VM32i9w=\/2017\/11\/03\/0d404b1c-30e9-4ccf-9901-d2125b2b23f2\/iphone-x-67.jpg&quot;,&quot;size&quot;:153088,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-11-03 16:19:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-11-03 16:19:37&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;iphone-x-67&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/6fdfuTdyxV3t7waWLSKyE6df3fY=\/fit-in\/194x109\/2017\/11\/03\/0d404b1c-30e9-4ccf-9901-d2125b2b23f2\/iphone-x-67.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/11\/03\/1087923267594\/semananov2_1253191_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-assistant-habla-espanol-y-el-iphone-x-un-nuevo-idioma\/&quot;},{&quot;id&quot;:&quot;a3c0de25-3d75-44b9-9c83-6925dbd3ebb2&quot;,&quot;title&quot;:&quot;La pantalla del Pixel 2 XL, la llave maestra de Amazon y el inminente iPhone X&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #160] Analizamos los problemas con el panel OLED del tel\u00e9fono de Google, los env\u00edos de Amazon entran en tu hogar y ya est\u00e1 a la puerta el nuevo tel\u00e9fono de Apple.&quot;,&quot;slug&quot;:&quot;la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:574,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1082906179568,&quot;mpxRefId&quot;:&quot;t4LPcFt8Hmm8Vg7U8o4s4_E0Xn_xqxAj&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;00597069-4f14-41dd-b1f1-e7bc413d4e17&quot;,&quot;name&quot;:&quot;Google Pixel 2 XL screen burn-in&quot;,&quot;filename&quot;:&quot;screen-problems-2405-001.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/zM13Oy086Lnor1efnDjx0mVca88=\/2017\/10\/23\/00597069-4f14-41dd-b1f1-e7bc413d4e17\/screen-problems-2405-001.jpg&quot;,&quot;caption&quot;:&quot;<p><\/p>&quot;,&quot;size&quot;:1865911,&quot;height&quot;:1467,&quot;width&quot;:2200,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-23 19:09:04&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-23 19:09:23&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:1,&quot;credits&quot;:&quot;Josh Miller\/CNET&quot;,&quot;alt&quot;:&quot;Google Pixel 2 XL screen burn-in&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn4.cnet.com\/img\/XTHaIZ7ZBuXvKPKB5niFqcP_23M=\/fit-in\/194x109\/2017\/10\/23\/00597069-4f14-41dd-b1f1-e7bc413d4e17\/screen-problems-2405-001.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/27\/1082906179568\/es_lasemana27october_1247416_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/la-pantalla-de-pixel-2-xl-la-llave-maestra-de-amazon-y-el-inminente-iphone-x\/&quot;},{&quot;id&quot;:&quot;ae23b111-1e88-4edd-b1b5-dfed3e0cb061&quot;,&quot;title&quot;:&quot;Se consolida el hogar inteligente y aparece el fallo KRACK&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #159] Esta semana hablamos de la nueva plataforma de Samsung para el Internet de las Cosas, de la vulnerabilidad KRACK y de los nuevos tel\u00e9fonos en el mercado.&quot;,&quot;slug&quot;:&quot;la-semana-oct-19-cnet-espanol&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:691,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1077887555736,&quot;mpxRefId&quot;:&quot;H4gkX0JjbU6b4gxZOkirySjFp3Z845dA&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;6a9b3b6b-575a-4b66-b4b2-4aedee01be6d&quot;,&quot;firstName&quot;:&quot;Gabriel&quot;,&quot;lastName&quot;:&quot;Sama&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;d704b38b-cafe-414b-879b-459dd712796c&quot;,&quot;name&quot;:&quot;zte-axon-m-9755-024&quot;,&quot;filename&quot;:&quot;zte-axon-m-9755-024.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/VAqXY-db6xzcKly6P5BNqbaHpQw=\/2017\/10\/20\/d704b38b-cafe-414b-879b-459dd712796c\/zte-axon-m-9755-024.jpg&quot;,&quot;size&quot;:87148,&quot;height&quot;:900,&quot;width&quot;:1600,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-20 16:33:13&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-20 16:33:13&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;zte-axon-m-9755-024&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/ReV56T1ZCShd3YWImeR2IWEqAXU=\/fit-in\/194x109\/2017\/10\/20\/d704b38b-cafe-414b-879b-459dd712796c\/zte-axon-m-9755-024.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/la-semana-oct-19-cnet-espanol.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/20\/1077887555736\/semana_oct19_1241505_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/la-semana-oct-19-cnet-espanol\/&quot;},{&quot;id&quot;:&quot;4cb73b8d-1b2f-40ef-bb98-6b093198c681&quot;,&quot;title&quot;:&quot;Un nuevo Kindle y se asoman las nuevas gafas VR de Oculus&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #158] Esta semana, lleg\u00f3 el Kindle Oasis impermeable, se anunciaron las Oculus Go y Santa Cruz para realidad virtual y hubo un problemita con la Google Home Mini.&quot;,&quot;slug&quot;:&quot;un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:422,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1072264259697,&quot;mpxRefId&quot;:&quot;8RTAYZ4ou1BgXXiybOYiclkJ6avdl6SM&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;4514916c-88c7-4c00-8324-9d522e0b3047&quot;,&quot;name&quot;:&quot;kindle-oasis-covers&quot;,&quot;filename&quot;:&quot;kindle-oasis-covers.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/el7STcxt2T02OoIFWp08KB2D1Bk=\/2017\/10\/05\/4514916c-88c7-4c00-8324-9d522e0b3047\/kindle-oasis-covers.jpg&quot;,&quot;caption&quot;:&quot;<p>The optional covers start at $40 and come in nylon or leather.<\/p>&quot;,&quot;size&quot;:4432570,&quot;height&quot;:3024,&quot;width&quot;:4032,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-05 19:52:22&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-05 19:53:38&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;startDate&quot;:{&quot;date&quot;:&quot;2017-10-11 13:00:00&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:1,&quot;credits&quot;:&quot;David Carnoy\/CNET&quot;,&quot;alt&quot;:&quot;kindle-oasis-covers&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn3.cnet.com\/img\/vDQrwxSq2oDqDHdtnPLwD_eJR98=\/fit-in\/194x109\/2017\/10\/05\/4514916c-88c7-4c00-8324-9d522e0b3047\/kindle-oasis-covers.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/13\/1072264259697\/es_lasemana12_oct_1235274_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/un-nuevo-kindle-y-nuevas-gafas-vr-de-oculus-se-asoman\/&quot;},{&quot;id&quot;:&quot;09051611-4cd7-4384-a459-b4a1050b5c1c&quot;,&quot;title&quot;:&quot;Google Pixel 2 y lo que nos dej\u00f3 la temporada de s\u00faper tel\u00e9fonos&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #157] La gigante de las b\u00fasquedas se anima con todo al hardware, y sus tel\u00e9fonos marcan el fin de una \u00e9poca de grandes anuncios.&quot;,&quot;slug&quot;:&quot;google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:598,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1064365123530,&quot;mpxRefId&quot;:&quot;Us3jKld5gPd3TfSG9QLLbD5jw_vdMyds&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;d077c3c0-c88f-492f-a8a2-8b043af04f0e&quot;,&quot;name&quot;:&quot;100417-google-pixel-2-7126&quot;,&quot;filename&quot;:&quot;100417-google-pixel-2-7126.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/BNbeNYmhimN2Z_KulzpEpn0l7AI=\/2017\/10\/05\/d077c3c0-c88f-492f-a8a2-8b043af04f0e\/100417-google-pixel-2-7126.jpg&quot;,&quot;size&quot;:52547,&quot;height&quot;:467,&quot;width&quot;:830,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-10-05 23:35:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-10-05 23:35:43&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;100417-google-pixel-2-7126&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn2.cnet.com\/img\/5-e1P5u3K43hFHiSjBjhdB3f1lI=\/fit-in\/194x109\/2017\/10\/05\/d077c3c0-c88f-492f-a8a2-8b043af04f0e\/100417-google-pixel-2-7126.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/10\/06\/1064365123530\/semana_oct5_1229769_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/google-pixel-2-lo-que-nos-dejo-la-temporada-de-super-telefonos\/&quot;},{&quot;id&quot;:&quot;4bb8f3fd-304c-495e-8b83-57fcea47b89b&quot;,&quot;title&quot;:&quot;La avalancha de productos de Amazon, y tuits de 280 caracteres&quot;,&quot;description&quot;:&quot;[La semana en CNET en Espa\u00f1ol #156] Esta semana vimos nuevas bocinas de Amazon; una nueva c\u00e1mara GoPro y Twitter dijo que duplicar\u00e1 el l\u00edmite de caracteres en tuits.&quot;,&quot;slug&quot;:&quot;amazon-nuevos-productos-twitter-280-caracteres&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;duration&quot;:673,&quot;hasCaptions&quot;:true,&quot;mpxId&quot;:1057969219682,&quot;mpxRefId&quot;:&quot;IUOzQ0y6ps_ludp4UH9c1EZFCsJNA7X8&quot;,&quot;ratingVChip&quot;:&quot;&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;272ff2eb-03d3-4e24-9b55-09f4633368f9&quot;,&quot;firstName&quot;:&quot;Mariana&quot;,&quot;lastName&quot;:&quot;Marcaletti&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b45f7536-5ba2-40d8-a054-40341b279649&quot;,&quot;title&quot;:[&quot;La semana&quot;]},&quot;image&quot;:{&quot;id&quot;:&quot;194498de-a074-4687-ab0d-d880d5ee05de&quot;,&quot;name&quot;:&quot;amazon-spot-1&quot;,&quot;filename&quot;:&quot;amazon-spot-1.jpg&quot;,&quot;path&quot;:&quot;https:\/\/cnet4.cbsistatic.com\/img\/MLV0Q7ERz3liDf123UtGhwIuMjU=\/2017\/09\/28\/194498de-a074-4687-ab0d-d880d5ee05de\/amazon-spot-1.jpg&quot;,&quot;size&quot;:850748,&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;dateCreated&quot;:{&quot;date&quot;:&quot;2017-09-28 05:39:36&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;dateUpdated&quot;:{&quot;date&quot;:&quot;2017-09-28 05:39:36&quot;,&quot;timezone_type&quot;:3,&quot;timezone&quot;:&quot;UTC&quot;},&quot;needsModeration&quot;:0,&quot;mimeType&quot;:&quot;image\/jpeg&quot;,&quot;deleted&quot;:0,&quot;preferred&quot;:0,&quot;watermark&quot;:0,&quot;alt&quot;:&quot;amazon-spot-1&quot;},&quot;thumbnail&quot;:&quot;https:\/\/cdn1.cnet.com\/img\/0t12kUyxiPUjjBEvghADT8bfI1Q=\/fit-in\/194x109\/2017\/09\/28\/194498de-a074-4687-ab0d-d880d5ee05de\/amazon-spot-1.jpg&quot;,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/es\/videos\/manifest\/amazon-nuevos-productos-twitter-280-caracteres.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/09\/29\/1057969219682\/es_lasemana_28septiembre_1223993_740.mp4&quot;,&quot;selector&quot;:&quot;\/es\/videos\/selector\/amazon-nuevos-productos-twitter-280-caracteres\/&quot;}],&quot;customCSS&quot;:&quot;https:\/\/cnet3.cbsistatic.com\/fly\/css\/video\/common\/uvpjsDefaults-475e4ed2ed-rev.css&quot;,&quot;apeList&quot;:false,&quot;autoplay&quot;:&quot;load&quot;,&quot;mainPlayer&quot;:true,&quot;useCloseButton&quot;:true}"> </div>
+ </div>
+ </div>
+ <div class="stickyColumn" data-component="stickyColumn" data-sticky-column-options="{&quot;offset&quot;:0,&quot;selectorHeightConstraint&quot;:&quot;article&quot;}">
+ <div class="stickyColumnElement" data-meta="{&quot;height&quot;:600,&quot;type&quot;:&quot;required&quot;}">
+ <div id="mpu-plus-top-5a229f90e23b5" class="ad-mpu-plus-top" data-ad="mpu-plus-top">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing mpu-plus-top-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("mpu-plus-top-5a229f90e23b5");
+ </script>
+ </div>
+ </div>
+ <div class="stickyColumnElement" data-meta="{&quot;height&quot;:300,&quot;type&quot;:&quot;required&quot;}">
+ <div id="mpu-bottom-5a229f90e23b5" class="ad-mpu-bottom" data-ad="mpu-bottom">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing mpu-bottom-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("mpu-bottom-5a229f90e23b5");
+ </script>
+ </div>
+ </div>
+ </div>
+ </div>
+ </article>
+ <div class="comments collapsible hidden" data-component="toggle" data-toggle-options="{&quot;closeOnUrlChange&quot;:true,&quot;openOnInit&quot;:false}">
+ <div class="close" data-item="trigger"><svg viewBox="0 0 28 28"><polygon points="28,1.9 26.1,0 14,12.1 1.9,0 0,1.9 12.1,14 0,26.1 1.9,28 14,15.9 26.1,28 28,26.1 15.9,14 "></polygon></svg> Cerrar</div>
+ <!-- General comments -->
+ <div id="disqusContainer-87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea" class="commentsContainer disqusContainer" data-component="selfishScroll" data-disqus-container="null"> <a name="comentarios"></a> <button class="disqusLogin btn-link">Regístrate o inicia sesión para comentar</button>
+ <p class="policy">Les pedimos que sean respetuosos y que utilicen un lenguaje apropiado al opinar. Los comentarios que no respeten nuestra <a href="https://www.cnet.com/es/acerca/reglas-comentarios/" target="_blank">política del foro comunitario</a> serán eliminados.</p>
+ <div data-social="disqus" data-id="87f5b8c3-cb62-4fd5-b3e0-3ce877bcdaea" data-title="Twitter Lite se estrena en 11 países de América Latina" data-url="https://www.cnet.com/es/noticias/twitter-lite-america-latina/"></div>
+ </div>
+ </div>
+ <div class="fixate-bottom-anchor"></div>
+ <div class="upNextBottomWrapper"> <a class="upNextBottom" href="#page-iphone-x-compra-tiempo-espera" data-component="linkTracker" data-link-tracker-options="{&quot;action&quot;:&quot;bottom|UpNext&quot;}">
+ <span class="label">Siguiente artículo:</span>
+ Si quieres un iPhone X, ya no tendrás que esperar tanto
+ </a> </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="tailWrap">
+ <div id="flex-leader-plus-incontent-bottom-5a229f90e23b5" class="ad-flex-leader-plus-incontent-bottom" data-ad="flex-leader-plus-incontent-bottom">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing flex-leader-plus-incontent-bottom-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("flex-leader-plus-incontent-bottom-5a229f90e23b5");
+ </script>
+ </div>
+ </div>
+ </div>
+ <div id="page-iphone-x-compra-tiempo-espera" class="pageWrapper pageContainer" data-container-asset-id="3d9aefce-56d8-4263-91b4-033609bb98d8" data-component="page" data-page-options="{&quot;allowAds&quot;:true,&quot;ajaxOffset&quot;:2000,&quot;ajaxUrl&quot;:&quot;\/es\/news\/iphone-x-compra-tiempo-espera\/xhr\/&quot;,&quot;browserTitle&quot;:&quot;Si quieres un iPhone X, ya no tendr\u00e1s que esperar tanto&quot;,&quot;browserUrl&quot;:&quot;\/es\/noticias\/iphone-x-compra-tiempo-espera\/&quot;,&quot;cmsUrl&quot;:&quot;https:\/\/cms.cnet.com\/content\/article\/3d9aefce-56d8-4263-91b4-033609bb98d8&quot;,&quot;limit&quot;:5,&quot;resetAdPosition&quot;:true,&quot;taboolaElement&quot;:&quot;taboola-iphone-x-compra-tiempo-espera-below-article-thumbnails-article-redesign&quot;,&quot;trackingEventData&quot;:[],&quot;trackingPageLoadData&quot;:[],&quot;trackScroll25&quot;:true,&quot;trackScroll100&quot;:true}"> </div>
+ </div>
+ <section id="contentPromo" section="footer|content_promo" class="hide" data-component="lazyloadComponent" data-lazyload-component-options="{&quot;endpoint&quot;:&quot;\/es\/component\/load\/xhr\/&quot;,&quot;view&quot;:&quot;responsive_listing_highlight&quot;,&quot;familyName&quot;:&quot;listing&quot;,&quot;typeName&quot;:&quot;curated_listing&quot;,&quot;slug&quot;:&quot;footer-promo-es&quot;}"></section>
+ <footer id="cnetFooter" section="footer">
+ <div class="container">
+ <div id="cnetPromo" class="hide" section="mag_promo" data-component="lazyloadComponent" data-lazyload-component-options="{&quot;endpoint&quot;:&quot;\/es\/component\/load\/xhr\/&quot;,&quot;view&quot;:&quot;h1_and_dek&quot;,&quot;familyName&quot;:&quot;editorial&quot;,&quot;typeName&quot;:&quot;component_editorial_component&quot;,&quot;slug&quot;:&quot;mag-promo-es&quot;}"> </div>
+ <div id="cnetLegal">
+ <div section="site_sections|logo"> <a class="rbLogo " href="/es/" title="CNET en Español">
+
+ <img class="logo" src="/bundles/cnetcss/images/core/redball/esLogo_250.png" height="88" width="88" alt="CNET"/><span class="site">CNET</span>
+ </a> </div>
+ <div class="footerText">
+ <div class="copyright">© CBS Interactive Inc. &nbsp;/&nbsp; Derechos reservados.</div> <a href="/es/acerca/">Acerca de CNET</a> <a href="https://cnet.app.link/e/ZcTLbpPxzG" rel="nofollow">Descarga nuestro app</a> <a href="http://cbsi.force.com/CBSi/privacyesp" rel="nofollow">Política de privacidad</a> <a href="http://cbsi.force.com/CBSi/eulaesp" rel="nofollow">Acuerdo del usuario</a> <a href="http://cbsi.force.com/CBSi/adchoiceesp" rel="nofollow">Condiciones de uso</a> <a href="http://cbsi.force.com/CBSi/touesp" rel="nofollow">Acuerdo del usuario</a> <a href="https://cbsi.secure.force.com/CBSi/knowledgehome_esp?referer=cnet.com/_esp" rel="nofollow">Centro de ayuda</a> </div>
+ </div>
+ <div class="dtl"> <span class="dtlBrands">Marcas de Primera:</span>
+ <div id="dynamic-text-link-top-5a229f90e23b5" class="ad-dynamic-text-link-top" data-ad="dynamic-text-link-top">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing dynamic-text-link-top-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("dynamic-text-link-top-5a229f90e23b5");
+ </script>
+ </div>
+ <div id="dynamic-text-link-bottom-5a229f90e23b5" class="ad-dynamic-text-link-bottom" data-ad="dynamic-text-link-bottom">
+ <script type="application/javascript">
+ window.console && console.log && console.log("ADS: queuing dynamic-text-link-bottom-5a229f90e23b5 for display");
+ var cbsiGptDivIds = cbsiGptDivIds || [];
+ cbsiGptDivIds.push("dynamic-text-link-bottom-5a229f90e23b5");
+ </script>
+ </div>
+ </div>
+ </div>
+ </footer>
+ </div>
+ <script async="" type="application/javascript" src="https://cnet3.cbsistatic.com/fly/bundles/cnetcore/js/nav.js"></script>
+ <script type="application/javascript">
+ if (window.console) {
+ window.console.log("Service: mpulse");
+ }
+ </script>
+ <script type="application/javascript" src="https://cnet4.cbsistatic.com/fly/bundles/cnetjs/js/libs/mpulse.js"></script>
+ <script type="application/javascript">
+ (function() {
+ try {
+ window.mPulseApp = mPulse.init("38QDY-8CT77-8XNH2-VJQTD-EK4YX", "b57b1dbc-378d-449c-af20-04cebd350c11");
+ } catch (e) {}
+ })();
+
+ function addVars() {
+ BOOMR.addVar({
+ "txId": (window.CnetPageVars && window.CnetPageVars.txId) ? window.CnetPageVars.txId : ""
+ });
+ }
+ if (document.addEventListener) {
+ document.addEventListener("onBoomerangLoaded", addVars);
+ } else if (document.attachEvent) {
+ document.attachEvent("onpropertychange", function(e) {
+ if (!e) {
+ e = window.event;
+ }
+ if (e && e.propertyName === "onBoomerangLoaded") {
+ addVars();
+ }
+ });
+ }
+ </script>
+ <script async="" type="application/javascript" data-main="https://cnet3.cbsistatic.com/fly/4623-fly/js/main.default.js" src="https://cnet2.cbsistatic.com/fly/js/libs/require-2.1.2.js"></script>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json
new file mode 100644
index 0000000..e8bdae4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/cnet3.cbsistatic.com\/img\/1JaRRjqhoGxDVkFxTRRWkZgyK2Q=\/670x503\/2014\/03\/21\/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e\/mark-zuckerberg-facebook-home-10671610x407.jpg",
+ "https:\/\/cnet1.cbsistatic.com\/img\/nAMdBzIE1ogVw5bOBZBaiJCt3Ro=\/570x0\/2014\/03\/21\/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e\/mark-zuckerberg-facebook-home-10671610x407.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json
new file mode 100644
index 0000000..d51b852
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "by \n\n \n Steven Musil\n \n\n\n January 18, 2017 11:00 PM PST\n \n \n \n \n \n \n\n \n @stevenmusil",
+ "Direction": null,
+ "Excerpt": "Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast.",
+ "Image": "https:\/\/cnet3.cbsistatic.com\/img\/1JaRRjqhoGxDVkFxTRRWkZgyK2Q=\/670x503\/2014\/03\/21\/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e\/mark-zuckerberg-facebook-home-10671610x407.jpg",
+ "Title": "Zuckerberg offers peek at Facebook's acquisition strategies",
+ "SiteName": "CNET"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html
new file mode 100644
index 0000000..f9a3b74
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html
@@ -0,0 +1,46 @@
+<div itemprop="articleBody" data-component="lazyloadImages">
+
+
+
+
+ <figure section="shortcodeImage"><span><span itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><img src="https://cnet1.cbsistatic.com/img/nAMdBzIE1ogVw5bOBZBaiJCt3Ro=/570x0/2014/03/21/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e/mark-zuckerberg-facebook-home-10671610x407.jpg" class alt width="570" height="0"><meta itemprop="url" content="https://cnet1.cbsistatic.com/img/nAMdBzIE1ogVw5bOBZBaiJCt3Ro=/570x0/2014/03/21/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e/mark-zuckerberg-facebook-home-10671610x407.jpg"><meta itemprop="height" content="0"><meta itemprop="width" content="570"></span></span>
+ <figcaption><span><p>Facebook CEO Mark Zuckerberg, the man with the acquisition plan.</p></span><span>Photo by James Martin/CNET
+ </span></figcaption>
+ </figure>
+ <p>Anyone who has ever been involved in closing a billion-dollar acquisition deal will tell you that you don't go in without a clear, well thought out plan.</p>
+
+ <p>Facebook CEO Mark Zuckerberg knows a thing or two about how to seal the deal on blockbuster buys. After all, he's the man behind his company's <a href="https://www.cnet.com/news/facebook-closes-19-billion-deal-for-whatsapp/" target="_blank">$19 billion acquisition</a> of WhatsApp, he <a href="https://www.cnet.com/news/zuckerberg-did-1-billion-instagram-deal-on-his-own/" target="_blank">personally brokered</a> its $1 billion buyout of <a href="https://www.cnet.com/news/why-facebook-plunked-down-1-billion-to-buy-instagram/" target="_blank">Instagram</a> and closed the <a href="https://www.cnet.com/news/facebook-to-buy-oculus-for-2-billion/" target="_blank">$3 billion deal</a> to buy Oculus VR.</p>
+ <p>Zuckerberg offered a primer on the strategies he and his company employ when they see an attractive target during testimony Tuesday <a href="https://www.cnet.com/news/zenimax-sues-oculus-over-virtual-reality-rift-tech/">in a lawsuit with ZeniMax Media</a>, which accuses Oculus and Facebook of "misappropriating" trade secrets and copyright infringement. At the heart of the lawsuit is technology that helped create liftoff for virtual reality, one of the <a href="http://www.cbsnews.com/videos/the-reality-of-the-virtual-world/" target="_blank" data-component="externalLink">hottest gadget trends today.</a></p>
+ <p>A key Facebook approach is building a long-term relationship with your target, Zuckerberg said at the trial. These deals don't just pop up over night, he said according to a transcript reviewed by <a href="http://www.businessinsider.com/mark-zuckerberg-explains-facebooks-acquisition-strategy-2017-1" target="_blank" data-component="externalLink">Business Insider</a>. They take time to cultivate. </p>
+ <blockquote>
+ <p>I've been building relationships, at least in Instagram and the WhatsApp cases, for years with the founders and the people that are involved in these companies, which made [it] so that when it became time or when we thought it was the right time to move, we felt like we had a good amount of context and had good relationships so that we could move quickly, which was competitively important and why a lot of these acquisitions, I think, came to us instead of our competitors and ended up being very good acquisitions over time that a lot of competitors wished they had gotten instead. </p>
+ </blockquote>
+ <p> He also stressed the need assure your target that you have a shared vision about how you will collaborate after the deal is put to bed. Zuckerberg said this was reason Facebook was able to acquire Oculus for less than its original $4 billion asking price.</p>
+ <blockquote>If this [deal] is going to happen, it's not going to be because we offer a lot of money, although we're going to have to offer a fair price for the company that is more than what they felt like they could do on their own. But they also need to feel like this was actually going to help their mission.</blockquote>
+
+
+
+
+
+
+ <p>When that doesn't work, Zuckerberg said scare tactics is an effective, if undesirable, way of persuading small startups that they face a better chance of survival if they have Facebook to guide their way rather than going it alone.</p>
+ <blockquote>That's less my thing, but I think if you are trying to help convince people that they want to join you, helping them understand all the pain that they would have to go through to build it out independently is a valuable tactic. </blockquote>
+ <p>It also pays to be weary of competing suitors for your startup, Zuckerberg said, and be willing to move fast to stave off rivals and get the deal done.</p>
+ <blockquote>Often, if a company knows we're offering something, they will offer more. So being able to move quickly not only increases our chance of being able to get a deal done if we want to, but it makes it so we don't have end up having to pay a lot more because the process drags out.</blockquote>
+ <p>It wasn't clear why these strategies didn't work on Snapchat CEO Evan Spiegel, who <a href="https://www.cnet.com/news/snapchat-said-to-rebuff-3-billion-offer-from-facebook/">famously rebuffed</a> a $3 billion takeover offer from Facebook in 2013.</p>
+
+
+
+
+
+
+ <p><em><strong>Tech Enabled:</strong> CNET chronicles tech's role in providing new kinds of accessibility. Check it out <a href="https://www.cnet.com/tech-enabled/">here</a>.</em><em><strong><br></strong></em></p>
+ <p><em><strong>Technically Literate:</strong> Original works of short fiction with unique perspectives on tech, exclusively on CNET. <a href="https://www.cnet.com/technically-literate/">Here</a>.</em></p>
+
+
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html b/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html
new file mode 100644
index 0000000..410bf3c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html
@@ -0,0 +1,19356 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://ogp.me/ns/fb#" class="" lang="en">
+
+<head>
+ <script type="text/javascript" src="https://cbsi.demdex.net/event?d_mid=50214751830842117273598128141218526661&amp;d_nsid=0&amp;d_cid_ic=cnet_reg%01%012&amp;d_ld=_ts%3D1484820262002&amp;d_rtbd=json&amp;d_jsonv=1&amp;d_dst=1&amp;d_cb=demdexRequestCallback_0_1484820262002&amp;c_pageName=cnet%3A%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;c_channel=news&amp;c_server=www.cnet.com&amp;c_events=event56%3D4%2Cevent65%2Cevent62&amp;c_eVar1=cnet&amp;c_hier1=cnet%3Anews%7Ctech-industry&amp;c_eVar2=us&amp;c_list2=1c0fd1cb-c387-11e2-8208-0291187b029a&amp;c_eVar3=responsive%20web%7C%7C%7Cdesktop&amp;c_list3=922e7b92-1087-453a-8fe9-04310a618b39&amp;c_eVar5=cbsicnetglobalsite&amp;c_eVar6=cnet%3Anews%7Ctech-industry&amp;c_eVar7=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;c_eVar8=Zuckerberg%20offers%20peek%20at%20Facebook%27s%20acquisition%20strategies%20-%20CNET&amp;c_prop9=D%3DUser-Agent&amp;c_eVar10=article&amp;c_eVar11=D%3Dch%2B%22%3A%22%2Bv10&amp;c_eVar15=undefined%7Cundefined&amp;c_eVar16=not_adblocking&amp;c_eVar20=zuckerberg%20offers%20peek%20at%20facebook%27s%20acquisition%20strategies&amp;c_eVar22=magnet_article&amp;c_eVar23=1c0fd1cb-c387-11e2-8208-0291187b029a&amp;c_eVar24=9ebac140-de2e-11e6-80be-03a3e80ab46f&amp;c_prop25=Battle%20of%20the%20CES%20robot%20baristas&amp;c_eVar25=Battle%20of%20the%20CES%20robot%20baristas&amp;c_eVar27=e22d5201-ad55-436c-bcdb-3b1747a584e9&amp;c_eVar30=ca76438a-4f9c-425f-bdb7-a69a7121cef0&amp;c_prop31=a1d3349d-ed37-4c13-a80b-3624ca349b6b&amp;c_eVar31=a1d3349d-ed37-4c13-a80b-3624ca349b6b&amp;c_prop33=a1d3349d-ed37-4c13-a80b-3624ca349b6b&amp;c_eVar33=a1d3349d-ed37-4c13-a80b-3624ca349b6b&amp;c_prop34=Battle%20of%20the%20CES%20robot%20baristas&amp;c_eVar34=Battle%20of%20the%20CES%20robot%20baristas&amp;c_eVar37=patrick%20holland&amp;c_prop38=video&amp;c_eVar38=video&amp;c_prop39=1%3AA%3APRE%3A0%3A1&amp;c_eVar39=1%3AA%3APRE%3A0%3A1&amp;c_prop50=5%3A00AM&amp;c_eVar50=5%3A00AM&amp;c_prop51=Thursday&amp;c_eVar51=Thursday&amp;c_prop52=1&amp;c_eVar52=1&amp;c_prop53=New&amp;c_eVar53=New&amp;c_prop54=First%20Visit&amp;c_eVar54=First%20Visit&amp;c_eVar56=facebook%2Coculus-vr-inc%2Cwhatsapp&amp;c_prop67=1&amp;c_eVar67=1&amp;c_eVar75=article&amp;c_pe=lnk_o&amp;c_pev2=videoAd25Percent"></script>
+ <script type="text/javascript" src="https://cbsi.demdex.net/event?d_mid=50214751830842117273598128141218526661&amp;d_nsid=0&amp;d_cid_ic=cnet_reg%01%012&amp;d_ld=_ts%3D1484820257779&amp;d_rtbd=json&amp;d_jsonv=1&amp;d_dst=1&amp;d_cb=demdexRequestCallback_0_1484820257779&amp;c_pageName=cnet%3A%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;c_channel=news&amp;c_server=www.cnet.com&amp;c_events=event65%2Cevent60&amp;c_eVar1=cnet&amp;c_hier1=cnet%3Anews%7Ctech-industry&amp;c_eVar2=us&amp;c_list2=1c0fd1cb-c387-11e2-8208-0291187b029a&amp;c_eVar3=responsive%20web%7C%7C%7Cdesktop&amp;c_list3=922e7b92-1087-453a-8fe9-04310a618b39&amp;c_eVar5=cbsicnetglobalsite&amp;c_eVar6=cnet%3Anews%7Ctech-industry&amp;c_eVar7=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;c_eVar8=Zuckerberg%20offers%20peek%20at%20Facebook%27s%20acquisition%20strategies%20-%20CNET&amp;c_prop9=D%3DUser-Agent&amp;c_eVar10=article&amp;c_eVar11=D%3Dch%2B%22%3A%22%2Bv10&amp;c_eVar15=undefined%7Cundefined&amp;c_eVar16=not_adblocking&amp;c_eVar20=zuckerberg%20offers%20peek%20at%20facebook%27s%20acquisition%20strategies&amp;c_eVar22=magnet_article&amp;c_eVar23=1c0fd1cb-c387-11e2-8208-0291187b029a&amp;c_eVar24=9ebac140-de2e-11e6-80be-03a3e80ab46f&amp;c_prop25=Battle%20of%20the%20CES%20robot%20baristas&amp;c_eVar25=Battle%20of%20the%20CES%20robot%20baristas&amp;c_eVar27=e22d5201-ad55-436c-bcdb-3b1747a584e9&amp;c_eVar30=ca76438a-4f9c-425f-bdb7-a69a7121cef0&amp;c_prop31=a1d3349d-ed37-4c13-a80b-3624ca349b6b&amp;c_eVar31=a1d3349d-ed37-4c13-a80b-3624ca349b6b&amp;c_prop33=a1d3349d-ed37-4c13-a80b-3624ca349b6b&amp;c_eVar33=a1d3349d-ed37-4c13-a80b-3624ca349b6b&amp;c_prop34=Battle%20of%20the%20CES%20robot%20baristas&amp;c_eVar34=Battle%20of%20the%20CES%20robot%20baristas&amp;c_eVar37=patrick%20holland&amp;c_prop38=video&amp;c_eVar38=video&amp;c_prop39=0%3AA%3APRE%3A0%3A1&amp;c_eVar39=0%3AA%3APRE%3A0%3A1&amp;c_prop50=5%3A00AM&amp;c_eVar50=5%3A00AM&amp;c_prop51=Thursday&amp;c_eVar51=Thursday&amp;c_prop52=1&amp;c_eVar52=1&amp;c_prop53=New&amp;c_eVar53=New&amp;c_prop54=First%20Visit&amp;c_eVar54=First%20Visit&amp;c_eVar56=facebook%2Coculus-vr-inc%2Cwhatsapp&amp;c_prop67=1&amp;c_eVar67=1&amp;c_eVar75=article&amp;c_pe=lnk_o&amp;c_pev2=videoAdStart"></script>
+ <script async="" src="https://sb.scorecardresearch.com/beacon.js"></script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script charset="UTF-8" type="text/javascript" src="https://cdn.taboola.com/libtrc/impl.241-93-RELEASE.js"></script>
+ <script async="" src="//widget.perfectmarket.com/cbsinteractive-cnet/load.js"></script>
+ <script async="" src="https://sb.scorecardresearch.com/beacon.js"></script>
+ <script async="" src="https://cdn.teads.tv/media/format/v3/teads-format.min.js?201711918"></script>
+ <script src="//pagead2.googlesyndication.com/pagead/expansion_embed.js?source=safeframe"></script>
+ <script src="https://pagead2.googlesyndication.com/pagead/osd.js"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="https://connect.facebook.net/en_US/fbevents.js" id="utag_43"></script>
+ <script type="text/javascript" src="//zn_0xssfnnsxmogd01-cbs.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_0xsSFNNsXmogd01&amp;Q_LOC=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F"></script>
+ <script type="text/javascript" src="https://cbsi.demdex.net/event?d_mid=50214751830842117273598128141218526661&amp;d_nsid=0&amp;d_cid_ic=cnet_reg%01%012&amp;d_ld=_ts%3D1484820251007&amp;d_rtbd=json&amp;d_jsonv=1&amp;d_dst=1&amp;d_cb=demdexRequestCallback_0_1484820251007&amp;c_pageName=cnet%3A%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;c_channel=news&amp;c_server=www.cnet.com&amp;c_eVar1=cnet&amp;c_hier1=cnet%3Anews%7Ctech-industry&amp;c_prop2=D%3Dv2&amp;c_eVar2=us&amp;c_list2=1c0fd1cb-c387-11e2-8208-0291187b029a&amp;c_prop3=D%3Dv3&amp;c_eVar3=responsive%20web%7C%7C%7Cdesktop&amp;c_list3=95d547b2-8176-11e2-9d12-0018fe8a00b0&amp;c_prop4=D%3Dv4&amp;c_prop5=D%3Dv5&amp;c_eVar5=cbsicnetglobalsite&amp;c_prop6=D%3Dv6&amp;c_eVar6=cnet%3Anews%7Ctech-industry&amp;c_prop7=D%3Dv7&amp;c_eVar7=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;c_prop8=D%3Dv8&amp;c_eVar8=Zuckerberg%20offers%20peek%20at%20Facebook%27s%20acquisition%20strategies%20-%20CNET&amp;c_prop9=D%3DUser-Agent&amp;c_prop10=D%3Dv10&amp;c_eVar10=article&amp;c_prop11=D%3Dv11&amp;c_eVar11=D%3Dch%2B%22%3A%22%2Bv10&amp;c_eVar15=not%20authenticated%7Canon&amp;c_prop20=D%3Dv20&amp;c_eVar20=zuckerberg%20offers%20peek%20at%20facebook%27s%20acquisition%20strategies&amp;c_prop22=D%3Dv22&amp;c_eVar22=magnet_article&amp;c_prop23=D%3Dv23&amp;c_eVar23=1c0fd1cb-c387-11e2-8208-0291187b029a&amp;c_prop24=D%3Dv24&amp;c_eVar24=9ebac140-de2e-11e6-80be-03a3e80ab46f&amp;c_prop28=D%3Dv28&amp;c_eVar28=facebook&amp;c_prop30=D%3Dv30&amp;c_eVar30=ca76438a-4f9c-425f-bdb7-a69a7121cef0&amp;c_prop35=D%3Dv35&amp;c_eVar35=HX2Wu1iAjQc1%2BxnJGHw&amp;c_eVar37=steven%20musil&amp;c_eVar49=Below%20Article%20Thumbnails%20Article%20Redesign&amp;c_prop50=5%3A00AM&amp;c_eVar50=5%3A00AM&amp;c_prop51=Thursday&amp;c_eVar51=Thursday&amp;c_prop52=1&amp;c_eVar52=1&amp;c_prop53=New&amp;c_eVar53=New&amp;c_prop54=First%20Visit&amp;c_eVar54=First%20Visit&amp;c_eVar56=facebook%2Coculus-vr-inc%2Cwhatsapp&amp;c_prop67=1&amp;c_eVar67=1"></script>
+ <script src="https://s0.2mdn.net/instream/video/client.js" async="" type="text/javascript"></script>
+ <script type="text/javascript" async="" id="tealium-tag-3005" src="https://sb.scorecardresearch.com/c2/3005086/cs.js"></script>
+ <script src="//tru.am/scripts/ta-pagesocial-sdk.js"></script>
+ <script type="text/javascript" async="async" src="https://dpm.demdex.net/id?d_visid_ver=1.5.4&amp;d_rtbd=json&amp;d_ver=2&amp;d_orgid=10D31225525FF5790A490D4D%40AdobeOrg&amp;d_nsid=0&amp;d_mid=50214751830842117273598128141218526661&amp;d_blob=NRX38WO0n5BH8Th-nqAG_A&amp;d_cid_ic=cnet_reg%01%012&amp;d_cb=s_c_il%5B2%5D._setMarketingCloudFields"></script>
+ <!-- MacLeod loves you! -->
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <meta content="en_US" http-equiv="Content-Language" />
+ <meta name="theme-color" content="#B80000" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+ <title>Zuckerberg offers peek at Facebook's acquisition strategies - CNET</title>
+ <meta name="description" content="Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast." />
+ <link rel="canonical" href="https://www.cnet.com/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <meta property="al:ios:app_name" content="CNET" />
+ <meta property="al:ios:app_store_id" content="383989837" />
+ <meta property="al:ios:url" content="https://www.cnet.com/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/?search=toapp" />
+ <link rel="alternate" hreflang="x-default" href="https://www.cnet.com/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <link rel="alternate" hreflang="en-au" href="https://www.cnet.com/au/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <link rel="alternate" hreflang="en-gb" href="https://www.cnet.com/uk/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <link rel="alternate" hreflang="en-ie" href="https://www.cnet.com/uk/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <link rel="alternate" hreflang="en-us" href="https://www.cnet.com/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <link rel="search" type="application/opensearchdescription+xml" title="CNET Search" href="https://www.cnet.com/opensearch.xml" />
+ <meta property="og:site_name" content="CNET" />
+ <meta property="og:title" content="Zuckerberg offers peek at Facebook's acquisition strategies" />
+ <meta property="og:description" content="Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast." />
+ <meta property="og:image" content="https://cnet3.cbsistatic.com/img/1JaRRjqhoGxDVkFxTRRWkZgyK2Q=/670x503/2014/03/21/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e/mark-zuckerberg-facebook-home-10671610x407.jpg" />
+ <meta property="og:type" content="Article" />
+ <meta property="og:url" content="https://www.cnet.com/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <meta property="fb:app_id" content="16995676698" />
+ <meta property="fb:admins" content="100001036810388" />
+ <meta property="article:publisher" content="https://www.facebook.com/cnet" />
+ <meta content="30261067" property="twitter:account_id" />
+ <meta content="summary" property="twitter:card" />
+ <meta content="https://www.cnet.com/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" property="twitter:url" />
+ <meta content="Zuckerberg offers peek at Facebook's acquisition strategies" property="twitter:title" />
+ <meta content="Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast." property="twitter:description" />
+ <meta content=" https://cnet3.cbsistatic.com/img/1JaRRjqhoGxDVkFxTRRWkZgyK2Q=/670x503/2014/03/21/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e/mark-zuckerberg-facebook-home-10671610x407.jpg" property="twitter:image" />
+ <meta content="670" property="twitter:image:width" />
+ <meta content="503" property="twitter:image:height" />
+ <meta content="@CNET" property="twitter:site" />
+ <meta content="@stevenmusil" property="twitter:creator" />
+ <meta content="I1kHyfzmmG1fEVjq8GBUgkfCHc6PNtxce1_VyUuJhws" name="google-site-verification" />
+ <meta content="wNWLoFvk5wsdZQ-u75uCNiaHNa7FLFmNtH2t7dZbXmQ" name="google-site-verification" />
+ <meta content="47524839a64b83c951afca9ef6c838e0" name="p:domain_verify" />
+ <meta content="Product reviews and prices, software downloads, and tech news - CNET" name="msapplication-tooltip" />
+ <meta content="https://www.cnet.com/" name="msapplication-starturl" />
+ <meta content="width=1024;height=768" name="msapplication-window" />
+ <meta content="#424244" name="msapplication-navbutton-color" />
+ <meta content="name=Home; action-uri=https://www.cnet.com/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task" />
+ <meta content="name=Downloads; action-uri=http://download.cnet.com/; icon-uri=http://download.cnet.com/favicon.ico" name="msapplication-task" />
+ <meta content="name=News; action-uri=https://www.cnet.com/news/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task" />
+ <meta content="name=Reviews; action-uri=https://www.cnet.com/reviews/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task" />
+ <meta content="name=Videos; action-uri=https://www.cnet.com/videos/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task" />
+ <meta content="name=Forums; action-uri=http://forums.cnet.com/; icon-uri=https://www.cnet.com/favicon.ico" name="msapplication-task" />
+ <link rel="manifest" href="/manifest.json" />
+ <meta name="viewport" content="width=device-width" />
+ <link rel="amphtml" href="https://www.cnet.com/google-amp/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <link rel="stylesheet" href="https://cnet3.cbsistatic.com/fly/css/core/v2/main.desktop-3620562002-rev.css" />
+ <link rel="stylesheet" href="https://cnet3.cbsistatic.com/fly/css/article/v2/article.desktop-2cc9131e47-rev.css" /><iframe src="javascript:false" title="" style="width: 0px; height: 0px; border: 0px none; display: none;"></iframe>
+ <script type="text/javascript" src="https://cbsi.demdex.net/event?d_mid=50214751830842117273598128141218526661&amp;d_nsid=0&amp;d_ld=_ts%3D1484820249978&amp;d_rtbd=json&amp;d_jsonv=1&amp;d_dst=1&amp;d_cb=demdexRequestCallback_0_1484820249978&amp;c_hash=&amp;c_host=www.cnet.com&amp;c_hostname=www.cnet.com&amp;c_pathname=news%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;c_protocol=https%3A"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tru.am/scripts/custom/cbsinteractive.js" id="utag_34"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="https://dw.cbsi.com/js/cbsi/ds.js" id="utag_4"></script>
+ <script src="https://asset.pagefair.net/ads.min.js"></script>
+ <script src="https://asset.pagefair.com/measure.min.js"></script>
+ <script type="text/javascript" async="" src="https://segment-data.zqtk.net/cbsi-a7d9c2?url=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F"></script>
+ <script src="https://as-sec.casalemedia.com/cygnus?v=7&amp;fn=cygnus_index_parse_res&amp;s=182415&amp;r=%7B%22id%22%3A211321091%2C%22site%22%3A%7B%22page%22%3A%22https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F%22%2C%22ref%22%3A%22%22%7D%2C%22imp%22%3A%5B%7B%22id%22%3A%221%22%2C%20%22banner%22%3A%7B%22w%22%3A728%2C%22h%22%3A90%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22101%22%2C%22siteID%22%3A182415%7D%7D%2C%7B%22id%22%3A%222%22%2C%20%22banner%22%3A%7B%22w%22%3A970%2C%22h%22%3A250%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22119%22%2C%22siteID%22%3A183213%7D%7D%2C%7B%22id%22%3A%223%22%2C%20%22banner%22%3A%7B%22w%22%3A300%2C%22h%22%3A250%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22111%22%2C%22siteID%22%3A182416%7D%7D%2C%7B%22id%22%3A%224%22%2C%20%22banner%22%3A%7B%22w%22%3A300%2C%22h%22%3A250%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22108%22%2C%22siteID%22%3A182417%7D%7D%2C%7B%22id%22%3A%225%22%2C%20%22banner%22%3A%7B%22w%22%3A300%2C%22h%22%3A600%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22122%22%2C%22siteID%22%3A182418%7D%7D%2C%7B%22id%22%3A%226%22%2C%20%22banner%22%3A%7B%22w%22%3A728%2C%22h%22%3A90%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22105%22%2C%22siteID%22%3A182421%7D%7D%5D%7D" type="text/javascript"></script>
+ <script>
+ (function() {
+ if (window.BOOMR & amp; & amp; window.BOOMR.version) {
+ return;
+ }
+
+ var dom, doc, where, iframe = document.createElement('iframe');
+
+ iframe.src = "javascript:false";
+ iframe.title = "";
+ iframe.role = "presentation";
+ (iframe.frameElement || iframe).style.cssText = "width:0;height:0;border:0;display:none;";
+
+ where = document.getElementsByTagName('script')[0];
+ where.parentNode.insertBefore(iframe, where);
+
+ try {
+ doc = iframe.contentWindow.document;
+ } catch (e) {
+ dom = document.domain;
+ iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
+ doc = iframe.contentWindow.document;
+ }
+
+ doc.open()._l = function() {
+ var js = this.createElement("script");
+ if (dom) this.domain = dom;
+ js.id = "boomr-if-as";
+ js.src = '//c.go-mpulse.net/boomerang/' + '38QDY-8CT77-8XNH2-VJQTD-EK4YX';
+ BOOMR_lstart = new Date().getTime();
+ this.body.appendChild(js);
+ };
+
+ doc.write('&lt;' + 'body onload="document._l();"&gt;');
+ doc.close();
+ })();
+ </script>
+ <script type="text/javascript">
+ window.CnetPageVars = {
+ ads: {
+ enabled: true,
+ data: {
+ "gpt": {
+ "targeting": {
+ "section": "news",
+ "pid": "ca76438a-4f9c-425f-bdb7-a69a7121cef0",
+ "topic": "tech-industry",
+ "tag": "facebook,startups,virtual-reality",
+ "edition": "us",
+ "test": "||",
+ "mfr": "facebook,oculus-vr-inc,whatsapp",
+ "people": "mark-zuckerberg",
+ "device": "desktop",
+ "ptype": "article",
+ "cid": "zuckerberg-offers-peek-at-facebooks-acquisition-strategies",
+ "env": "prod"
+ },
+ "adConfig": {
+ "network": {
+ "dev": 8264,
+ "prod": 8264
+ },
+ "method": "async-inline",
+ "regions": [{
+ "region": "uk",
+ "countries": ["gb", "ie", "za", "bh", "kw", "om", "qa", "sa", "ae", "iq", "eg", "ye", "fr"]
+ }, {
+ "region": "au",
+ "countries": ["au", "nz"]
+ }, {
+ "region": "asia",
+ "countries": ["sg", "my", "th", "id", "ph", "hk", "vn", "in", "tw"]
+ }],
+ "adUnits": {
+ "intromercial": {
+ "outOfPage": true,
+ "eventCallbacks": {
+ "slotRenderEnded": "intromercialCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "skin": {
+ "sizes": [
+ [1600, 1000]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "adSkinCallback"
+ }
+ },
+ "resourceCenterTop": {
+ "sizes": [
+ [300, 300]
+ ],
+ "position": "top"
+ },
+ "resourceCenterBottom": {
+ "sizes": [
+ [632, 160]
+ ],
+ "position": "bottom"
+ },
+ "mpuPlusTop": {
+ "sizes": [
+ [300, 250],
+ [300, 600],
+ [300, 1050]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "mpuPlusTopCallback"
+ }
+ },
+ "marqueeTop": {
+ "sizes": [
+ [300, 60]
+ ],
+ "position": "top"
+ },
+ "mpuTop": {
+ "sizes": [
+ [300, 250]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "mpuTopCallback"
+ }
+ },
+ "mpuBottom": {
+ "sizes": [
+ [300, 250]
+ ],
+ "position": "bottom",
+ "eventCallbacks": {
+ "slotRenderEnded": "mpuBottomCallback"
+ }
+ },
+ "leaderPlusTop": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "leaderboardTopPlusCallback"
+ }
+ },
+ "leaderTop": {
+ "sizes": [
+ [970, 66],
+ [728, 90]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "leaderTopCallback"
+ }
+ },
+ "buttonTop": {
+ "sizes": [
+ [88, 31],
+ [70, 20],
+ [155, 40]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "omnibarTop": {
+ "sizes": [
+ [980, 45]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "omnibarTopCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "sponsoredSearchTop": {
+ "sizes": [
+ [501, 11]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "dynamicTextLinkTop": {
+ "sizes": [
+ [1171, 61]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "mpuHalfTop": {
+ "sizes": [
+ [300, 250],
+ [300, 600]
+ ],
+ "position": "top"
+ },
+ "mpuMiddle": {
+ "sizes": [
+ [300, 250]
+ ],
+ "position": "middle",
+ "eventCallbacks": {
+ "slotRenderEnded": "mpuMiddleCallback"
+ }
+ },
+ "mpuPlusMiddle": {
+ "sizes": [
+ [300, 250],
+ [300, 600]
+ ],
+ "position": "middle"
+ },
+ "mpuMiddle2": {
+ "sizes": [
+ [300, 250]
+ ],
+ "position": "middle2",
+ "eventCallbacks": {
+ "slotRenderEnded": "mpuMiddle2Callback"
+ }
+ },
+ "mpuMiddle3": {
+ "sizes": [
+ [300, 250]
+ ],
+ "position": "middle3",
+ "eventCallbacks": {
+ "slotRenderEnded": "mpuMiddle3Callback"
+ }
+ },
+ "mpuPlusBottom": {
+ "sizes": [
+ [300, 250],
+ [300, 600]
+ ],
+ "position": "bottom"
+ },
+ "leaderPlusMiddle": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250]
+ ],
+ "position": "middle"
+ },
+ "leaderPlusIncontentTop": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250],
+ [321, 31]
+ ],
+ "position": "top"
+ },
+ "leaderPlusMantle": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250]
+ ],
+ "position": "mantle",
+ "eventCallbacks": {
+ "slotRenderEnded": "leaderPlusMantleCallback"
+ }
+ },
+ "leaderMiddle": {
+ "sizes": [
+ [970, 66],
+ [728, 90]
+ ],
+ "position": "middle",
+ "eventCallbacks": {
+ "slotRenderEnded": "leaderMiddleCallback"
+ }
+ },
+ "leaderMiddle2": {
+ "sizes": [
+ [970, 66],
+ [728, 90]
+ ],
+ "position": "middle2"
+ },
+ "leaderMiddle3": {
+ "sizes": [
+ [970, 66],
+ [728, 90]
+ ],
+ "position": "middle3"
+ },
+ "leaderMiddle4": {
+ "sizes": [
+ [970, 66],
+ [728, 90]
+ ],
+ "position": "middle4"
+ },
+ "leaderBottom": {
+ "sizes": [
+ [970, 66],
+ [728, 90]
+ ],
+ "position": "bottom"
+ },
+ "leaderPlusBottom": {
+ "sizes": [
+ [970, 66],
+ [728, 90]
+ ],
+ "position": "bottom"
+ },
+ "flexLeaderTop": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [7, 7]
+ ],
+ "position": "top"
+ },
+ "flexLeaderPlusTop": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250],
+ [7, 7]
+ ],
+ "position": "top"
+ },
+ "flexLeaderPlusBottom": {
+ "sizes": [
+ [7, 7],
+ [970, 250],
+ [970, 66],
+ [728, 90]
+ ],
+ "position": "bottom"
+ },
+ "flexIncontentAdTop": {
+ "sizes": [
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "top"
+ },
+ "flexLeaderPlusIncontentBottom": {
+ "sizes": [
+ [7, 7],
+ [970, 250],
+ [970, 66],
+ [728, 90],
+ [321, 31]
+ ],
+ "position": "bottom",
+ "eventCallbacks": {
+ "slotRenderEnded": "flexLeaderPlusIncontentBottomCallback"
+ },
+ "collapseEmptyDiv": true
+ },
+ "dynamicShowcaseTop": {
+ "sizes": [
+ [371, 771]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "infoBoardTop": {
+ "sizes": [
+ [771, 201],
+ [620, 90]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "infoButtonsTop": {
+ "sizes": [
+ [771, 61]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "socialLogoTop": {
+ "sizes": [
+ [88, 31]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "inlineProductCarouselTop": {
+ "sizes": [
+ [621, 221],
+ [621, 471],
+ [321, 31]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "inlineProductCarouselTopCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "inpageVideoTop": {
+ "sizes": [
+ [641, 321]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "windowTop": {
+ "sizes": [
+ [120, 90]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "windowBottom": {
+ "sizes": [
+ [120, 90]
+ ],
+ "position": "bottom",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "sponsoredMatchTop": {
+ "sizes": [
+ [971, 201]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "replaySquareTop": {
+ "sizes": [
+ [271, 271]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "replaySquareCallBack"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "replayWideTop": {
+ "sizes": [
+ [771, 131],
+ [11, 11]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "replayWideTopCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true,
+ "customTargeting": {
+ "strr": "",
+ "strb": "",
+ "stc": "jeTMd4HjGdxg4dTceXGzahvk",
+ "strnativekey": "9ZUFuTwq2XugQH5BAj3iNPab"
+ }
+ },
+ "replayWideBottom": {
+ "sizes": [
+ [771, 131],
+ [11, 11]
+ ],
+ "position": "bottom",
+ "eventCallbacks": {
+ "slotRenderEnded": "replayWideBottomCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "replayWideEditorspicks": {
+ "sizes": [
+ [771, 131],
+ [11, 11]
+ ],
+ "position": "editorspicks",
+ "eventCallbacks": {
+ "slotRenderEnded": "replayWideEditorspicksCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "nativeDeals": {
+ "sizes": [
+ [11, 11]
+ ],
+ "position": "deals",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "nativeThisweekoncnet": {
+ "sizes": [
+ [11, 11]
+ ],
+ "position": "thisweekoncnet",
+ "eventCallbacks": {
+ "slotRenderEnded": "nativeThisweekoncnetCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true,
+ "customTargeting": {
+ "strr": "d320ba44",
+ "strb": "2434f2df",
+ "stc": "d320ba44",
+ "strnativekey": "2434f2df"
+ }
+ },
+ "nativeCompare": {
+ "sizes": [
+ [11, 11]
+ ],
+ "position": "compare",
+ "eventCallbacks": {
+ "slotRenderEnded": "nativeCompareCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "overgifTop": {
+ "sizes": [
+ [251, 11]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "showcaseBottom": {
+ "sizes": [
+ [3, 3],
+ [728, 90],
+ [970, 66]
+ ],
+ "position": "bottom"
+ },
+ "showcaseTop": {
+ "sizes": [
+ [3, 3]
+ ],
+ "position": "top"
+ },
+ "videoThumbnailTop": {
+ "sizes": [
+ [171, 231],
+ [771, 131],
+ [11, 11]
+ ],
+ "position": "thumbnail",
+ "eventCallbacks": {
+ "slotRenderEnded": "videoThumbnailTopCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true,
+ "customTargeting": {
+ "strr": "ec8036a4",
+ "strb": "bfdbade1",
+ "stc": "ec8036a4",
+ "strnativekey": "bfdbade1"
+ }
+ },
+ "nativeToc": {
+ "sizes": [
+ [300, 90],
+ [11, 11]
+ ],
+ "position": "toc",
+ "eventCallbacks": {
+ "slotRenderEnded": "nativeTocCallBack"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true,
+ "customTargeting": {
+ "strr": "9bebd1e1",
+ "strb": "12b2a632",
+ "stc": "9bebd1e1",
+ "strnativekey": "12b2a632"
+ }
+ },
+ "customAd": {
+ "sizes": [
+ [330, 100],
+ [330, 59]
+ ],
+ "position": "top"
+ },
+ "navAd": {
+ "sizes": [
+ [7, 7]
+ ],
+ "position": "nav",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "incontentAd": {
+ "sizes": [
+ [321, 31]
+ ],
+ "position": "top"
+ },
+ "incontentAdMiddle": {
+ "sizes": [
+ [321, 31]
+ ],
+ "position": "middle"
+ },
+ "incontentAdPlusTop": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [321, 31],
+ [7, 7],
+ [9, 9]
+ ],
+ "position": "top"
+ },
+ "incontentAdPlusBillboardTop": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250],
+ [321, 31],
+ [7, 7],
+ [9, 9]
+ ],
+ "position": "top"
+ },
+ "incontentAdPlusMiddle": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "middle"
+ },
+ "incontentAdPlusBillboardMiddle": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "middle"
+ },
+ "incontentAdPlusMiddle2": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "middle2"
+ },
+ "incontentAdPlusBillboardMiddle2": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "middle2"
+ },
+ "incontentAdPlusMiddle3": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "middle3"
+ },
+ "incontentAdPlusBillboardMiddle3": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "middle3"
+ },
+ "incontentAdPlusBottom": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "bottom"
+ },
+ "incontentAdPlusBillboardBottom": {
+ "sizes": [
+ [970, 66],
+ [728, 90],
+ [970, 250],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "bottom"
+ },
+ "flexIncontentAdPlusBillboardTop": {
+ "sizes": [
+ [970, 250],
+ [321, 31],
+ [7, 7]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "flexIncontentAdPlusBillboardTopCallback"
+ }
+ },
+ "premierBrandsTop": {
+ "sizes": [
+ [372, 142]
+ ],
+ "position": "top"
+ },
+ "premierBrandsBottom": {
+ "sizes": [
+ [372, 142]
+ ],
+ "position": "bottom"
+ },
+ "sponsoredLogoTop": {
+ "sizes": [
+ [88, 31]
+ ],
+ "position": "top",
+ "eventCallbacks": {
+ "slotRenderEnded": "sponsoredLogoTopCallback"
+ }
+ },
+ "sponsoredLogoBottom": {
+ "sizes": [
+ [88, 31]
+ ],
+ "position": "bottom"
+ },
+ "nativeMiddle": {
+ "sizes": [
+ [11, 11]
+ ],
+ "position": "middle"
+ },
+ "nativeMiddle2": {
+ "sizes": [
+ [11, 11]
+ ],
+ "position": "middle2"
+ },
+ "dealsTileTop": {
+ "sizes": [
+ [30, 30]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true
+ },
+ "dealsTileMiddle2": {
+ "sizes": [
+ [30, 30]
+ ],
+ "position": "middle2",
+ "collapseEmptyDiv": true
+ },
+ "dealsTileMiddle3": {
+ "sizes": [
+ [30, 30]
+ ],
+ "position": "middle3",
+ "collapseEmptyDiv": true
+ },
+ "dealsTileBottom": {
+ "sizes": [
+ [30, 30]
+ ],
+ "position": "bottom",
+ "collapseEmptyDiv": true
+ }
+ },
+ "mobile": {
+ "adUnits": {
+ "hpto": {
+ "outOfPage": true,
+ "eventCallbacks": {
+ "slotRenderEnded": "hptoCallback"
+ },
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "mobileBannerTop": {
+ "sizes": [
+ [320, 50],
+ [6, 1]
+ ],
+ "position": "increment"
+ },
+ "mobileBannerMpuHptoOverlay": {
+ "outOfPage": true
+ },
+ "mobileMpuBottom": {
+ "sizes": [
+ [300, 250]
+ ],
+ "position": "increment"
+ },
+ "mobileBanner": {
+ "sizes": [
+ [320, 50]
+ ],
+ "position": "increment",
+ "eventCallbacks": {
+ "slotRenderEnded": "mobileBannerCallback"
+ }
+ },
+ "mobileCustomAd": {
+ "sizes": [
+ [330, 100]
+ ],
+ "position": "increment"
+ },
+ "mobileReplaySquare": {
+ "sizes": [
+ [271, 271]
+ ],
+ "position": "increment"
+ },
+ "mobileReplayWide": {
+ "sizes": [
+ [771, 131],
+ [11, 11]
+ ],
+ "position": "increment"
+ },
+ "mobileReplayWideInc": {
+ "sizes": [
+ [771, 131],
+ [11, 11]
+ ],
+ "position": "inc",
+ "eventCallbacks": {
+ "slotRenderEnded": "mobileReplayWideInc"
+ }
+ },
+ "mobileReplayWidePlus": {
+ "sizes": [
+ [771, 131],
+ [320, 50],
+ [11, 11]
+ ],
+ "position": "increment",
+ "eventCallbacks": {
+ "slotRenderEnded": "mobileReplayWidePlusCallBack"
+ }
+ },
+ "mobileBannerPlus": {
+ "sizes": [
+ [300, 250],
+ [320, 50],
+ [621, 221]
+ ],
+ "position": "increment"
+ },
+ "mobileMpu": {
+ "sizes": [
+ [300, 250]
+ ],
+ "position": "increment"
+ },
+ "mobileMpuFlex": {
+ "sizes": [
+ [300, 250],
+ [7, 7]
+ ],
+ "position": "increment"
+ },
+ "mobileMpuNative": {
+ "sizes": [
+ [300, 250],
+ [11, 11]
+ ],
+ "position": "increment"
+ },
+ "mobileOvergif": {
+ "sizes": [
+ [251, 11]
+ ],
+ "position": "increment",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "mobileShowcase": {
+ "sizes": [
+ [3, 3]
+ ],
+ "position": "increment",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "mobileNavAd": {
+ "sizes": [
+ [7, 7]
+ ],
+ "position": "nav",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ },
+ "mobileRevealAd": {
+ "sizes": [
+ [9, 9]
+ ],
+ "position": "rev"
+ },
+ "mobileIncontentAd": {
+ "sizes": [
+ [321, 31]
+ ],
+ "position": "increment"
+ },
+ "mobileIncontentAdPlus": {
+ "sizes": [
+ [321, 31],
+ [300, 250],
+ [7, 7]
+ ],
+ "position": "increment"
+ },
+ "mobileIncontentMpuAd": {
+ "sizes": [
+ [300, 250],
+ [321, 31]
+ ],
+ "position": "increment"
+ },
+ "mobileSponsoredLogo": {
+ "sizes": [
+ [88, 31]
+ ],
+ "position": "increment",
+ "eventCallbacks": {
+ "slotRenderEnded": "mobileSponsoredLogoCallback"
+ }
+ },
+ "mobileNativeDeals": {
+ "sizes": [
+ [11, 11]
+ ],
+ "position": "deals"
+ },
+ "mobileNativeBottom": {
+ "sizes": [
+ [11, 11]
+ ],
+ "position": "increment"
+ },
+ "mobileInpageVideoTop": {
+ "sizes": [
+ [641, 321]
+ ],
+ "position": "top",
+ "collapseEmptyDiv": true,
+ "collapseEmptyDivOnPageload": true
+ }
+ }
+ },
+ "tablet": {
+ "adUnits": {
+ "resourceCenterTop": {
+ "sizes": [
+ [300, 300]
+ ],
+ "position": "top"
+ },
+ "resourceCenterBottom": {
+ "sizes": [
+ [632, 160]
+ ],
+ "position": "bottom"
+ },
+ "mpuPlusTop": {
+ "sizes": [
+ [300, 600],
+ [300, 250]
+ ]
+ },
+ "marqueeTop": {
+ "sizes": [
+ [234, 60]
+ ],
+ "position": "top"
+ },
+ "mpuTop": {
+ "sizes": [
+ [300, 250],
+ [300, 600]
+ ],
+ "position": "top"
+ },
+ "mpuBottom": {
+ "sizes": [
+ [300, 250]
+ ],
+ "position": "bottom"
+ },
+ "leaderTop": {
+ "sizes": [
+ [728, 90],
+ [970, 66]
+ ],
+ "position": "bottom"
+ },
+ "leaderPlusTop": {
+ "sizes": [
+ [728, 90],
+ [970, 66],
+ [970, 250]
+ ],
+ "position": "top"
+ }
+ }
+ },
+ "siteName": "cnet",
+ "collapseEmptyDiv": false,
+ "setRefreshUnfilledSlots": true,
+ "setClearUnfilledSlots": false,
+ "disableInitialLoad": false,
+ "disableInitialLoadCompanions": false,
+ "enableSingleRequest": true,
+ "enableAsyncRendering": true,
+ "defaultRegion": "aw",
+ "adOrder": ["flex_leader_top", "flex_leader_plus_top", "leader_plus_incontent_top", "leader_top", "leader_plus_top", "incontent_ad", "incontent_ad_plus_top", "incontent_ad_plus_billboard_top", "mpu_top", "mpu_plus_top", "flex_incontent_ad_top", "leader_middle", "leader_plus_middle", "incontent_ad_plus_middle", "incontent_ad_plus_billboard_middle", "incontent_ad_middle", "leader_middle2", "incontent_ad_plus_middle2", "incontent_ad_plus_billboard_middle2", "mpu_middle", "mpu_plus_middle", "mpu_middle2", "incontent_ad_plus_middle3", "incontent_ad_plus_billboard_middle3", "leader_middle3", "leader_middle4", "mpu_bottom", "mpu_plus_bottom", "leader_bottom", "incontent_ad_plus_bottom", "incontent_ad_plus_billboard_bottom", "flex_leader_plus_bottom", "skin", "nav_ad", "flex_incontent_ad_plus_billboard_top", "omnibar_top", "premier_brands_top", "premier_brands_bottom", "window_bottom", "inpage_video_top", "intromercial", "replay_wide_top", "replay_wide_bottom", "replay_wide_editorspicks", "video_thumbnail_top", "native_toc", "native_compare", "native_thisweekoncnet", "native_middle", "native_middle2", "inline_product_carousel_top", "resource_center_top", "sponsored_logo_top", "sponsored_logo_bottom", "custom_ad", "info_board_top", "info_buttons_top", "dynamic_text_link_top", "showcase_top", "dynamic_showcase_top"],
+ "disableInitialLoadRefresh": true,
+ "enableHeaderBidding": true,
+ "enableRepeatedAds": true,
+ "deviceRegions": {
+ "mobile": [{
+ "region": "aw",
+ "countries": ["all"]
+ }],
+ "desktop": [],
+ "tablet": []
+ },
+ "disableAdIncrement": false,
+ "disableClearTargetingOnInit": false
+ },
+ "containerId": "58808543f19c0",
+ "slotVars": {
+ "network": "8264",
+ "siteName": "cnet",
+ "collapseEmptyDiv": "",
+ "topics": "tech-industry",
+ "platform": "desktop"
+ },
+ "adType": "gpt",
+ "adDivIds": ["inpage-video-top-58808543f19c0", "replay-wide-top-58808543f19c0", "mpu-half-top-58808543f19c0", "mpu-bottom-58808543f19c0", "nav-ad-58808543f19c0", "intromercial-58808543f19c0", "leader-top-58808543f19c0", "flex-leader-plus-incontent-bottom-58808543f19c0", "dynamic-text-link-top-58808543f19c0"]
+ },
+ "cookieName": "cnet_ad",
+ "cookieServicePath": "http:\/\/www.cnet.com\/ad\/ad-cookie\/",
+ "session": 4,
+ "subSession": 6
+ }
+ },
+ assetsVersion: {
+ version: '3483-fly'
+ },
+ auto: false,
+ build: true,
+ cmsEdit: {
+ contentId: 'ca76438a-4f9c-425f-bdb7-a69a7121cef0',
+ contentType: 'article'
+ },
+ device: 'desktop',
+ deviceOriginal: 'desktop',
+ edition: {
+ code: 'us'
+ },
+ environment: 'prod',
+ pageType: 'article',
+ promotionals: {
+ flyoutPromo: {
+ url: '/flyout-promo/'
+ }
+ },
+ tracking: {
+ enabled: true
+ },
+ txId: '7d6d8b39-e339-40d6-8c45-ee737e789f0d',
+ user: {
+ baseUrl: 'https://www.cnet.com',
+ 'urls': {
+ 'login': "https://www.cnet.com/user/login/",
+ 'register': "https://www.cnet.com/user/registration/",
+ 'confirmRegistration': "https://www.cnet.com/user/instructions-confirm-registration/",
+ 'forgotPassword': "https://www.cnet.com/user/forgotten-password/",
+ 'passwordSent': "https://www.cnet.com/user/password-sent/",
+ 'createUsername': "https://www.cnet.com/user/create-username/",
+ 'sendConfirmation': "https://www.cnet.com/user/send-confirmation/?registered=1",
+ 'userData': "https://www.cnet.com/user/get-data/",
+ 'socialAdditionalInformation': "https://www.cnet.com/user/social-additional-information/"
+ }
+ },
+ video: {
+ tpBaseUrl: 'https://cnet2.cbsistatic.com/fly/bundles/cnetmpxpdk/pdk',
+ playCount: 0,
+ prepend: {
+ "id": "5f324b7b-7ad8-4ddd-a1cb-450055d96224",
+ "title": "Zuckerberg takes the stand, Seinfeld's new home at Netflix",
+ "description": "Today's biggest tech stories include Mark Zuckerberg's testimony in a major lawsuit, Android 2.0 rumors pointing to a February release and Jerry Seinfeld's web series finding a new home at (you guessed it) Netflix.",
+ "slug": "zuckerberg-takes-the-stand-seinfelds-new-home-at-netflix",
+ "chapters": "",
+ "hasCaptions": false,
+ "mpxId": 857216579792,
+ "mpxRefId": "fWS7L5D1noUch_Dkjawm9M9T_1GsvYdM",
+ "primaryTopic": {
+ "id": ""
+ },
+ "author": {
+ "id": "3dd87c14-8176-11e2-9d12-0018fe8a00b0",
+ "firstName": "Jeff",
+ "lastName": "Bakalar"
+ },
+ "primaryCollection": {
+ "id": "0d8f9ac8-61cb-4e36-9263-552d5468e04b",
+ "title": ["Tech Today"]
+ },
+ "duration": 73,
+ "isVertical": false,
+ "m3u8": "\/videos\/manifest\/zuckerberg-takes-the-stand-seinfelds-new-home-at-netflix.m3u8",
+ "mp4": "https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/18\/857216579792\/TT_011817_1232948_740.mp4"
+ }
+ }
+ };
+
+
+
+
+ var utag_data = {
+ "isEnabled": true,
+ "articleAuthorId": ["95d547b2-8176-11e2-9d12-0018fe8a00b0"],
+ "articleAuthorName": ["steven musil"],
+ "articleId": "ca76438a-4f9c-425f-bdb7-a69a7121cef0",
+ "articlePubDate": "2017-01-19 07:00:12",
+ "articleTitle": "zuckerberg offers peek at facebook's acquisition strategies",
+ "articleType": "magnet_article",
+ "collectionId": [],
+ "collectionName": [],
+ "deviceType": "desktop",
+ "isDev": "0",
+ "pageNum": "1",
+ "pageType": "article",
+ "siteEdition": "us",
+ "siteHier": ["news", "tech-industry"],
+ "siteSection": "news",
+ "siteType": "responsive web",
+ "topicId": ["1c0fd1cb-c387-11e2-8208-0291187b029a"],
+ "topicName": ["tech industry"],
+ "dwAccount": "cbsicnetglobalsite",
+ "dwHost": "dw.cbsi.com",
+ "siteId": 1,
+ "reportSuiteId": "cbsicnetglobalsite",
+ "bkSiteId": 3321,
+ "limit": 4,
+ "brand": "cnet",
+ "collectionSlug": [],
+ "tagSlugs": ["facebook"],
+ "topicSlugs": ["tech-industry"],
+ "siteName": "cnet",
+ "tealium": {
+ "profile": "cnetglobalsite",
+ "env": "prod"
+ },
+ "soastaBucket": "",
+ "soastaPageType": "article"
+ };
+
+ if (window.I10C & amp; & amp; window.I10C.MorphState & amp; & amp; utag_data & amp; & amp; CnetPageVars) {
+ utag_data.testName = "IL";
+ utag_data.testVersion = "1";
+ utag_data.testGroup = window.I10C.MorphState;
+
+ utag_data.soastaBucket = utag_data.testName + '_' + utag_data.testVersion + '_' + utag_data.testGroup;
+
+ CnetPageVars.ads.data.gpt.targeting.test = utag_data.testName + '|' + utag_data.testVersion + '|' + utag_data.testGroup;
+ }
+ </script>
+ <script type="application/javascript" src="//www.googletagservices.com/tag/js/gpt.js" async=""></script>
+ <script src="//js-sec.indexww.com/ht/ls-cnet.js" async=""></script>
+ <script src="https://securepubads.g.doubleclick.net/gpt/pubads_impl_107.js" async=""></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="main.default" src="https://cnet3.cbsistatic.com/fly/3483-fly/js/main.default.js"></script>
+ <link rel="prefetch" href="https://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html" />
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//native.sharethrough.com/assets/sfp.js" src="//native.sharethrough.com/assets/sfp.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="pages/desktop/article" src="https://cnet4.cbsistatic.com/fly/js/pages/desktop/article-3a7bce9390-rev.js"></script>
+ <style type="text/css"></style>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.js" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="https://urs.cnet.com/sdk/urs.js" src="https://urs.cnet.com/sdk/urs.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//cdn.livefyre.com/Livefyre.js" src="//cdn.livefyre.com/Livefyre.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//s0.2mdn.net/instream/html5/ima3.js" src="//s0.2mdn.net/instream/html5/ima3.js"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.36.js?utv=ut4.39.201610031939" id="utag_cbsi.cnetglobalsite_36"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.4.js?utv=ut4.39.201701182245" id="utag_cbsi.cnetglobalsite_4"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.38.js?utv=ut4.39.201612191505" id="utag_cbsi.cnetglobalsite_38"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.12.js?utv=ut4.39.201605231556" id="utag_cbsi.cnetglobalsite_12"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.16.js?utv=ut4.39.201605231556" id="utag_cbsi.cnetglobalsite_16"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.34.js?utv=ut4.39.201608172105" id="utag_cbsi.cnetglobalsite_34"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.35.js?utv=ut4.39.201610201920" id="utag_cbsi.cnetglobalsite_35"></script>
+ <script src="//script.crazyegg.com/pages/scripts/0049/4900.js"></script>
+ <link rel="stylesheet" href="https://cnet1.cbsistatic.com/fly/css/video/htmlPlayerControls/controls-0b1dae622a-rev.css" type="text/css" media="screen" charset="utf-8" />
+ <script src="//vidtech.cbsinteractive.com/uvpjs/1.7.2/lib/tracking/comscore/streamsense.5.1.1.160316.min.js" async=""></script>
+ <style type="text/css"></style>
+ <style type="text/css">
+ @keyframes resizeanim {
+ from {
+ opacity: 0;
+ }
+ to {
+ opacity: 0;
+ }
+ }
+
+ .resize-triggers {
+ animation: 1ms resizeanim;
+ visibility: hidden;
+ opacity: 0;
+ }
+
+ .resize-triggers,
+ .resize-triggers &gt;
+ div,
+ .contract-trigger:before {
+ content: " ";
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ overflow: hidden;
+ }
+
+ .resize-triggers &gt;
+ div {
+ background: #eee;
+ overflow: auto;
+ }
+
+ .contract-trigger:before {
+ width: 200%;
+ height: 200%;
+ }
+ </style>
+ <style type="text/css">
+ #menu_uvpJs_1_player {
+ background: rgba(28, 28, 28, 0.9);
+ border: 0;
+ border-radius: 4px;
+ color: #FFF;
+ direction: ltr;
+ display: none;
+ font-family: Arial, Tahoma, Geneva, sans-serif;
+ font-size: 12px;
+ font-weight: bold;
+ line-height: 1;
+ list-style: none;
+ margin: 0;
+ overflow: hidden;
+ padding: 10px 0;
+ position: absolute;
+ text-align: left;
+ text-shadow: 0 0 2px rgba(0, 0, 0, .5);
+ width: 180px;
+ z-index: 2147483647;
+ transition: opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
+ -moz-transition: opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
+ -webkit-transition: opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -webkit-user-select: none;
+ -webkit-font-smoothing: antialiased;
+ }
+
+ #menu_uvpJs_1_player li {
+ cursor: pointer;
+ padding: 10px 15px;
+ border: 0;
+ margin: 0;
+ }
+
+ #menu_uvpJs_1_player li:hover:not(:last-child) {
+ background-color: rgba(255, 255, 255, .1);
+ cursor: pointer;
+ }
+
+ #diagnostic_uvpJs_1_player {
+ background: rgba(28, 28, 28, 0.7);
+ border: 0;
+ border-radius: 4px;
+ color: white;
+ display: none;
+ font-family: Arial, Tahoma, Geneva, sans-serif;
+ font-size: 12px;
+ left: 5px;
+ line-height: 1;
+ padding: 5px;
+ position: absolute;
+ top: 5px;
+ z-index: 10;
+ }
+
+ #diagnostic_uvpJs_1_player span {
+ color: #777;
+ cursor: pointer;
+ float: right;
+ font-size: 14px;
+ line-height: 1;
+ margin: -15px -10px;
+ padding: 10px;
+ }
+
+ #diagnostic_uvpJs_1_player span:hover {
+ color: #fff;
+ }
+
+ #diagnostic_uvpJs_1_player table {
+ border-spacing: auto;
+ margin-right: 20px;
+ border: 0;
+ padding: 0;
+ margin: 0;
+ }
+
+ #diagnostic_uvpJs_1_player table td {
+ background: transparent;
+ }
+
+ #diagnostic_uvpJs_1_player table td:first-child {
+ color: #c9c9c9;
+ padding: 0 5px;
+ }
+
+ #diagnostic_uvpJs_1_player table td:last-child {
+ width: 60px;
+ }
+ </style>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//cdn.taboola.com/libtrc/cbsinteractive-cnet/loader.js" src="//cdn.taboola.com/libtrc/cbsinteractive-cnet/loader.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//cdn.livefyre.com/libs/fyre.conv/v3.0.0/livefyre.min.js" src="//cdn.livefyre.com/libs/fyre.conv/v3.0.0/livefyre.min.js"></script>
+ <script type="text/javascript" async="" charset="utf-8" src="//tags.tiqcdn.com/utag/cbsi/cnetglobalsite/prod/utag.43.js?utv=ut4.39.201701182245" id="utag_cbsi.cnetglobalsite_43"></script>
+ <script type="text/javascript" async="" src="//cdn.viglink.com/api/vglnk.js"></script>
+ <link rel="stylesheet" type="text/css" href="https://d3qdfnco3bamip.cloudfront.net/wjs/v3.0.1484263742/css/livefyre_main.css" media="all" />
+ <script type="text/javascript" src="https://d3qdfnco3bamip.cloudfront.net/wjs/v3.0.1484263742/javascripts/livefyre_base.js" async="" defer="defer"></script>
+ <script type="text/javascript" src="https://d3qdfnco3bamip.cloudfront.net/wjs/v3.0.1484263742/javascripts/livefyre_mod_main.js" async="" defer="defer"></script>
+ <link rel="stylesheet" type="text/css" href="https://cdn.teads.tv/media/format/v3/teads-format.css" />
+ <script type="text/javascript" src="//widget.perfectmarket.com/cbsinteractive-cnet/pmk-201642011.6.js"></script>
+ <style type="text/css">
+ .trc_rbox_container {
+ direction: ltr;
+ text-align: left
+ }
+
+ .trc_rbox_header {
+ border-style: solid;
+ border-width: 0
+ }
+
+ .in_trc_header {
+ position: relative!important;
+ float: right;
+ margin: 0
+ }
+
+ #trc_rbox_css_loaded {
+ overflow: hidden;
+ width: 0;
+ height: 0
+ }
+
+ .trc_rbox {
+ margin-top: 0
+ }
+
+ .trc_rbox_div {
+ margin: 0 0 3px;
+ direction: ltr;
+ padding: 0;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ overflow: auto;
+ position: relative;
+ width: auto;
+ *width: auto;
+ border: solid #CCC 1px
+ }
+
+ .loading-animation span {
+ display: block
+ }
+
+ .videoCube {
+ zoom: 1;
+ cursor: pointer;
+ float: none;
+ overflow: hidden;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box
+ }
+
+ div.videoCube:hover,
+ .videoCube_hover {
+ cursor: pointer
+ }
+
+ .videoCube span.video-title:hover,
+ .videoCube_hover span.video-title {
+ text-decoration: underline
+ }
+
+ .videoCube a {
+ text-decoration: none;
+ border: 0;
+ color: #000;
+ cursor: pointer
+ }
+
+ .videoCube a:hover,
+ .videoCube_hover a,
+ .videoCube a:link,
+ .videoCube a {
+ text-decoration: none!important;
+ outline: 0
+ }
+
+ .videoCube a .thumbBlock {
+ float: left;
+ display: block;
+ overflow: hidden!important
+ }
+
+ .videoCube a img,
+ .videoCube img {
+ border: 0;
+ _border: 0;
+ display: block;
+ margin: 0;
+ height: auto;
+ width: auto
+ }
+
+ .videoCube .video-label {
+ display: block;
+ overflow: hidden
+ }
+
+ .videoCube .video-title {
+ width: auto!important;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word
+ }
+
+ .videoCube .video-duration a {}
+
+ .videoCube .video-duration {
+ height: 0;
+ float: left;
+ position: relative;
+ color: #fff;
+ font-size: 11px
+ }
+
+ .videoCube .video-duration dt {
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ background-color: #000;
+ opacity: .6;
+ filter: alpha(opacity=60)
+ }
+
+ .videoCube span.video-label.trc_ellipsis {
+ position: relative;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis {
+ position: relative;
+ overflow: hidden
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis ins {
+ display: inline-block;
+ text-decoration: inherit
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis ins.lastLineEllipsis {
+ display: block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ word-wrap: normal
+ }
+
+ .sponsored-default .video-description {
+ font-weight: 400;
+ color: #000;
+ font-size: 9px;
+ max-height: 22px;
+ *height: 22px;
+ overflow: hidden;
+ line-height: 9px
+ }
+
+ .video-duration.video-duration-detail div {
+ color: #fff
+ }
+
+ .sponsored-default {
+ background-color: #f7f6c6;
+ padding-bottom: 0!important
+ }
+
+ .trc_rbox .sponsored {
+ position: relative;
+ display: block;
+ overflow: visible;
+ height: auto;
+ width: auto;
+ padding-right: 0;
+ text-align: right;
+ font-size: 9px
+ }
+
+ .sponsored-url {
+ white-space: nowrap;
+ float: left;
+ overflow: hidden;
+ width: 98%;
+ height: auto;
+ margin-top: 0;
+ margin-left: 1px;
+ padding-bottom: 2px;
+ color: green;
+ font-size: 9px;
+ text-decoration: underline
+ }
+
+ .sponsored-default .video-title {
+ height: 26px;
+ font-size: 11px;
+ line-height: 13px;
+ max-height: 26px;
+ *height: 26px
+ }
+
+ .sponsored-default .thumbBlock img {}
+
+ .sponsored-default .thumbBlock {
+ text-align: center;
+ background-color: transparent
+ }
+
+ .trc_rbox_div {
+ height: 410px
+ }
+
+ .videoCube {
+ direction: ltr;
+ font-size: 11px;
+ margin: 0;
+ color: #000;
+ border-width: 0
+ }
+
+ .videoCube.vertical:first-child {
+ border-top: 0;
+ margin-top: 0
+ }
+
+ .videoCube.horizontal:first-child {
+ border-left: 0;
+ margin-left: 0
+ }
+
+ .trc_rbox .trc_rbox_div .videoCube.vertical {
+ _margin-top: expression(this.previousSibling==null?'0':'default')
+ }
+
+ .trc_rbox .trc_rbox_div .videoCube.horizontal {
+ _margin-left: expression(this.previousSibling==null?'0':'default')
+ }
+
+ div.videoCube:hover,
+ .videoCube_hover {
+ background-color: #EBF0FF;
+ color: #000
+ }
+
+ .videoCube .thumbBlock {
+ margin-right: 5px;
+ margin-left: 1px;
+ border-style: solid
+ }
+
+ .videoCube a img,
+ .videoCube img {
+ border-color: #ececec
+ }
+
+ .videoCube .overlayImg {}
+
+ .videoCube .video-label-box {
+ margin-left: 81px
+ }
+
+ .videoCube .video-label dt {
+ font-weight: 700
+ }
+
+ .videoCube .video-title {
+ height: auto;
+ margin-bottom: 3px;
+ white-space: normal
+ }
+
+ .videoCube .trc_inline_detail_spacer {
+ display: inline-block;
+ white-space: pre
+ }
+
+ .sponsored-default {
+ padding-bottom: 0
+ }
+
+ .loading-animation {
+ font-family: sans;
+ font-size: 1.5em;
+ text-align: center;
+ color: gray;
+ height: 100%
+ }
+
+ .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-weight: 700;
+ text-decoration: none;
+ color: #000
+ }
+
+ .trc_header_right_part {
+ position: absolute;
+ left: 50%;
+ top: 0
+ }
+
+ .branding_div {
+ overflow: visible;
+ float: right
+ }
+
+ .branding_div img {
+ height: 20px
+ }
+
+ .trc_pager div {
+ float: left;
+ font-family: sans;
+ cursor: pointer;
+ margin-left: 2px;
+ margin-right: 2px
+ }
+
+ .trc_pager_prev,
+ .trc_pager_next {}
+
+ .trc_pager {
+ font-weight: 400
+ }
+
+ .trc_pager_pages {
+ display: block!important
+ }
+
+ .trc_related_container div.horizontal {
+ float: left;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box
+ }
+
+ .trc_related_container div.vertical {}
+
+ .trc_related_container DIV.videoCube.thumbnail_top .thumbBlock,
+ .trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock {
+ float: none
+ }
+
+ @media screen and (-webkit-min-device-pixel-ratio:0) {
+ .sponsored-url {
+ margin-top: 2px
+ }
+ }
+
+ .vidiscovery-note {
+ display: none
+ }
+
+ .pager_disabled {
+ cursor: auto
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base {
+ display: block;
+ width: auto;
+ margin-left: 0;
+ position: absolute;
+ color: #fff!important
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay {
+ filter: alpha(opacity=60);
+ opacity: .6;
+ display: block;
+ position: absolute;
+ *left: 0
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base .sponsored {
+ position: relative;
+ display: block;
+ overflow: visible;
+ width: auto;
+ text-align: center;
+ padding: 0 5px;
+ margin-top: 0
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base.round .trc_sponsored_overlay {
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base.round {
+ margin-left: 4px
+ }
+
+ .thumbnail-emblem {
+ background-color: transparent;
+ background-repeat: no-repeat;
+ position: absolute;
+ z-index: 50
+ }
+
+ .playerCube .thumbnail-overlay,
+ .videoCube .thumbnail-overlay {
+ position: absolute;
+ background-color: transparent;
+ background-repeat: no-repeat;
+ z-index: 50
+ }
+
+ .videoCube:hover .thumbnail-overlay,
+ .videoCube_hover .thumbnail-overlay {
+ position: absolute;
+ background-color: transparent;
+ background-repeat: no-repeat;
+ z-index: 50
+ }
+
+ .thumbnail_bottom {
+ padding-bottom: 8px
+ }
+
+ .trc_pager_next img,
+ trc_pager_next pager_disabled img,
+ trc_pager_next:hover img {
+ -moz-transform: scaleX(-1);
+ -o-transform: scaleX(-1);
+ -webkit-transform: scaleX(-1);
+ transform: scaleX(-1);
+ filter: FlipH;
+ -ms-filter: "FlipH"
+ }
+
+ .trc_cover_iframe {
+ position: absolute;
+ z-index: 100000;
+ top: 0;
+ left: 0;
+ background: #000;
+ opacity: .4;
+ filter: alpha(opacity=40);
+ border: 0
+ }
+
+ .trc_lightbox_base {
+ z-index: 100001;
+ position: fixed
+ }
+
+ .trc_lightbox_overlay {
+ background-color: transparent;
+ position: absolute;
+ z-index: 100002
+ }
+
+ .trc_lightbox_transparent {
+ position: absolute;
+ z-index: 100003
+ }
+
+ #trc_lightbox_header {
+ font-family: "Trebuchet MS", Helvetica, sans-serif
+ }
+
+ .trc_whitebox {
+ background-color: #fff;
+ position: relative;
+ z-index: 100004;
+ padding: 0 20px 20px;
+ margin: 0 auto;
+ border: 2px solid #000;
+ -moz-box-shadow: 3px 3px 20px #000;
+ -webkit-box-shadow: 3px 3px 20px #000;
+ box-shadow: 3px 3px 20px #000;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px
+ }
+
+ .trc_whiteboxCloseButton {
+ width: 32px;
+ height: 32px;
+ border: 0;
+ position: absolute;
+ right: -16px;
+ top: -14px;
+ cursor: pointer;
+ background: url(//cdn.taboola.com/taboola-generic/close.png) no-repeat top left transparent;
+ color: #fff;
+ color: transparent;
+ font-size: 0
+ }
+
+ .trc_related_container .logoDiv {
+ font-family: Arial, Helvetica, sans-serif;
+ white-space: nowrap;
+ font-size: 9px
+ }
+
+ .trc_related_container .logoDiv a {
+ font-size: 9px;
+ text-decoration: none!important;
+ color: #000;
+ margin-right: 1px;
+ vertical-align: text-bottom
+ }
+
+ .logoDiv a span:hover {
+ text-decoration: underline
+ }
+
+ .trc_rbox_header .logoDiv {
+ font-size: 1em
+ }
+
+ .trc_related_container .vertical-start-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-down.png);
+ height: 10px;
+ width: auto;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .vertical-end-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-up.png);
+ height: 10px;
+ width: auto;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .horizontal-start-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-right.png);
+ height: auto;
+ width: 10px;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .horizontal-end-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-left.png);
+ height: auto;
+ width: 10px;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_rbox_container.trc_expandable {
+ overflow: hidden;
+ max-height: 0;
+ transition-property: max-height;
+ -webkit-transition-property: max-height;
+ -moz-transition-property: max-height;
+ -o-transition-property: max-height;
+ -webkit-transform: translateZ(0);
+ -moz-transform: translateZ(0);
+ -ms-transform: translateZ(0);
+ -o-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+
+ DIV.trc_autoplaylist-box {
+ margin: 6px auto 0;
+ border: 0;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ padding: 4px;
+ font-family: "Trebuchet MS", Helvetica, sans-serif;
+ width: 320px;
+ background: #191919;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#393939');
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#393939)";
+ background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#393939));
+ background: -moz-linear-gradient(top, #191919, #393939);
+ background: linear-gradient(top, #191919, #393939)
+ }
+
+ DIV.trc_autoplaylist-box .trc-next-up-header {
+ font-size: 14px;
+ color: #CCC;
+ float: left;
+ line-height: 31px;
+ margin: 0 4px 0 6px;
+ overflow: hidden;
+ white-space: nowrap
+ }
+
+ DIV.trc_autoplaylist-box .trc-next-up-countdown {
+ color: #fff;
+ font-weight: 700;
+ font-size: 15px;
+ padding-left: 4px
+ }
+
+ DIV.trc_autoplaylist-box .nextup {
+ cursor: pointer
+ }
+
+ DIV.trc_autoplaylist-box .nextup .thumbblock {
+ border: solid #FEFEFE 1px;
+ margin-right: 10px
+ }
+
+ DIV.trc_autoplaylist-box:hover .nextup .thumbblock SPAN.thumbnail-overlay {
+ background-image: url(//cdn.taboola.com/taboola-generic/lightbox-overlay.png)
+ }
+
+ DIV.trc_autoplaylist-box .nextup .video-label-box {
+ color: #fff;
+ font-weight: 700;
+ font-size: 12px;
+ line-height: 14px
+ }
+
+ .trc-syndication-link {
+ text-decoration: none;
+ color: inherit
+ }
+
+ .playerCube {
+ width: 100%;
+ height: 100%;
+ position: relative;
+ cursor: pointer
+ }
+
+ .playerCube .thumbnail-overlay {
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ position: absolute
+ }
+
+ .trc_related_container .whatsThisSyndicated {
+ position: absolute;
+ cursor: pointer
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-bottom-right,
+ .trc_related_container .static-text.bottom-right {
+ bottom: 0;
+ right: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-top-right,
+ .trc_related_container .static-text.top-right {
+ top: 0;
+ right: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-bottom-left,
+ .trc_related_container .static-text.bottom-left {
+ bottom: 0;
+ left: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-top-left,
+ .trc_related_container .static-text.top-left {
+ top: 0;
+ left: 0
+ }
+
+ .trc_related_container .videoCube .thumbBlock .branding {
+ position: absolute;
+ bottom: 0;
+ z-index: 1;
+ width: 100%;
+ margin: 0;
+ padding: 5px 0;
+ text-align: center
+ }
+
+ .syndicatedItem .branding {
+ margin: 0
+ }
+
+ .trc_related_container .videoCube .thumbBlock .static-text {
+ position: absolute;
+ z-index: 1;
+ margin: 0;
+ padding: 5px;
+ background-color: #000;
+ color: #fff;
+ display: block;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: 400;
+ text-align: left;
+ text-decoration: none;
+ opacity: .7
+ }
+
+ .trc_related_container .static-text.top {
+ width: 100%;
+ top: 0;
+ padding: 5px 0
+ }
+
+ .trc_related_container .static-text.bottom {
+ width: 100%;
+ bottom: 0;
+ padding: 2px 0
+ }
+
+ .trc-inplayer-rbox {
+ background: #333;
+ background: rgba(30, 30, 30, .9);
+ *background: #333;
+ bottom: 0;
+ position: absolute;
+ height: 300px;
+ text-align: center
+ }
+
+ .trc-inplayer-rbox .trc_rbox_container {
+ margin: 50px auto 0;
+ width: 640px
+ }
+
+ .trc_rbox.trc-auto-size {
+ width: 100%;
+ height: 100%
+ }
+
+ .videoCube.thumbnail_under .thumbBlock {
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .videoCube.thumbnail_under .label-box-overlay {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ background: #000;
+ opacity: .75;
+ filter: alpha(opacity=75);
+ top: 0;
+ _display: none
+ }
+
+ .videoCube.thumbnail_under .video-labels-anchor {
+ width: 100%;
+ height: auto;
+ position: absolute;
+ z-index: 1;
+ left: 0;
+ bottom: 0;
+ min-height: 2.58em;
+ max-height: 2.58em;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ _background-color: #CECECE;
+ -webkit-transition: all .2s linear;
+ -moz-transition: all .2s linear;
+ -ms-transition: all .2s linear;
+ -o-transition: all .2s linear;
+ transition: all .2s linear;
+ line-height: 1.25em
+ }
+
+ .videoCube.thumbnail_under .video-labels-anchor span.video-title,
+ .videoCube.thumbnail_under .video-labels-anchor span.branding {
+ position: relative;
+ z-index: 1;
+ padding: 0 3px;
+ margin: 0
+ }
+
+ .videoCube.thumbnail_under .video-title {
+ min-height: 2.58em
+ }
+
+ .videoCube.thumbnail_under:hover .video-labels-anchor {
+ opacity: 1;
+ max-height: 6.45em
+ }
+
+ .trc-auto-size .trc_rbox_outer .trc_rbox_div {
+ height: auto;
+ width: auto
+ }
+
+ .trc-auto-size .trc_rbox_div .videoCube {
+ height: auto
+ }
+
+ .trc-auto-size .trc_rbox_div .videoCube.trc-first-recommendation {
+ margin-top: 0
+ }
+
+ .trc_rbox .trc_rbox_outer .trc_rbox_div .videoCube.trc-first-in-row {
+ margin-left: 0
+ }
+
+ .trc_elastic .trc_rbox {
+ width: auto
+ }
+
+ .trc_elastic .videoCube {
+ overflow: hidden
+ }
+
+ .trc_elastic .videoCube .thumbBlock {
+ display: block;
+ background-color: transparent;
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size: cover;
+ position: absolute;
+ display: inline-block;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .trc_elastic .thumbBlock_holder {
+ position: relative;
+ width: 100%
+ }
+
+ .trc_elastic .thumbnail_start .thumbBlock_holder {
+ float: left;
+ margin-right: 10px
+ }
+
+ .trc_elastic .videoCube_aspect {
+ width: 1px
+ }
+
+ .trc_elastic .trc_rbox .trc_rbox_div {
+ height: auto
+ }
+
+ .trc_elastic .video-label-box {
+ display: block
+ }
+
+ .trc_user_adChoice_btn {
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/3aadbb71016ecd7a194bbe2791777e9a.png) no-repeat scroll 0 0 rgba(255, 255, 255, .7);
+ border-radius: 0 0 0 5px;
+ width: 16px;
+ height: 16px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ z-index: 9000;
+ cursor: pointer;
+ visibility: hidden
+ }
+
+ .trc_user_adChoice_anchor {
+ width: 100%;
+ height: 100%;
+ position: absolute
+ }
+
+ .videoCube:hover .trc_user_adChoice_btn,
+ .videoCube_hover .trc_user_adChoice_btn {
+ visibility: visible
+ }
+
+ .trc_user_exclude_btn {
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/f539211219b796ffbb49949997c764f0.png) no-repeat scroll 0 0 transparent;
+ width: 12px;
+ height: 12px;
+ position: absolute;
+ right: 2px;
+ top: 2px;
+ z-index: 9000;
+ cursor: pointer;
+ visibility: hidden
+ }
+
+ .trc_undo_btn {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ line-height: 14px;
+ font-weight: 400;
+ color: #36C;
+ text-decoration: underline;
+ cursor: pointer;
+ position: absolute;
+ right: 2px;
+ top: 2px;
+ padding: 0 1px;
+ z-index: 11000;
+ visibility: hidden
+ }
+
+ .videoCube:hover .trc_user_exclude_btn,
+ .videoCube_hover .trc_user_exclude_btn,
+ .trc_user_excluded.videoCube:hover .trc_undo_btn,
+ .trc_user_excluded.videoCube_hover .trc_undo_btn,
+ .trc_undo_btn.trc_anchor {
+ visibility: visible
+ }
+
+ .videoCube.trc_user_excluded .trc_user_exclude_btn {
+ visibility: hidden
+ }
+
+ .trc_fade {
+ opacity: 0;
+ filter: alpha(opacity=0);
+ visibility: hidden;
+ transition: opacity 500ms 0s, visibility 0s 500ms;
+ -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -o-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -ms-transition: opacity 500ms 0s, visibility 0s 500ms
+ }
+
+ .trc_fade.trc_in,
+ .trc_user_excluded .trc_exclude_overlay {
+ visibility: visible;
+ opacity: 1;
+ filter: alpha(opacity=100);
+ transition-delay: 0s, 0s;
+ -moz-transition-delay: 0s, 0s;
+ -webkit-transition-delay: 0s, 0s;
+ -o-transition-delay: 0s, 0s;
+ -ms-transition-delay: 0s, 0s
+ }
+
+ .trc_excludable .trc_exclude_overlay {
+ position: absolute;
+ z-index: 10000;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ cursor: default;
+ background-color: #fff
+ }
+
+ .videoCube.trc_excludable .trc_exclude_overlay.trc_fade {
+ filter: alpha(opacity=80)\9
+ }
+
+ .videoCube.trc_user_excluded .trc_exclude_overlay {
+ visibility: visible;
+ opacity: .8;
+ filter: alpha(opacity=80)
+ }
+
+ .videoCube.trc_user_excluded .thumbBlock {
+ filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
+ filter: gray;
+ -webkit-filter: grayscale(100%)
+ }
+
+ .videoCube.trc_user_excluded:hover a .video-label-box .video-title,
+ .videoCube_hover.trc_user_excluded a .video-label-box .video-title {
+ text-decoration: none
+ }
+
+ .videoCube.trc_user_excluded a .video-label-box *,
+ .videoCube.trc_user_excluded:hover a .video-label-box *,
+ .videoCube_hover.trc_user_excluded a .video-label-box * {
+ color: #000;
+ overflow: hidden;
+ -webkit-transition: color 500ms 0s;
+ -moz-transition: color 500ms 0s;
+ -ms-transition: color 500ms 0s;
+ -o-transition: color 500ms 0s;
+ transition: color 500ms 0s
+ }
+
+ .videoCube.trc_user_excluded a .video-label-box .label-box-overlay {
+ background-color: #BBB;
+ -webkit-transition: background-color 500ms 0s;
+ -moz-transition: background-color 500ms 0s;
+ -ms-transition: background-color 500ms 0s;
+ -o-transition: background-color 500ms 0s;
+ transition: background-color 500ms 0s
+ }
+
+ .videoCube.thumbnail_under.trc_user_excluded .video-labels-anchor,
+ .videoCube.thumbnail_under.trc_user_excluded:hover .video-labels-anchor {
+ max-height: none;
+ -webkit-transition: none;
+ -moz-transition: none;
+ -ms-transition: none;
+ -o-transition: none;
+ transition: none
+ }
+
+ .trc_related_container .trc_clearer {
+ clear: both;
+ height: 0;
+ overflow: hidden;
+ font-size: 0;
+ line-height: 0;
+ visibility: hidden
+ }
+
+ .link-adc {
+ float: right!important
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_wrapper,
+ .trc_header_ext .link-adc a .trc_adc_wrapper {
+ vertical-align: baseline;
+ height: 15px;
+ width: 19px;
+ display: inline-block;
+ position: relative
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_s_logo,
+ .trc_header_ext .link-adc a .trc_adc_s_logo,
+ .trc-widget-footer .link-adc a .trc_adc_b_logo,
+ .trc_header_ext .link-adc a .trc_adc_b_logo {
+ vertical-align: middle;
+ height: 15px;
+ display: inline-block;
+ margin-top: -1px
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_s_logo,
+ .trc_header_ext .link-adc a .trc_adc_s_logo {
+ width: 19px;
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/3aadbb71016ecd7a194bbe2791777e9a.png) no-repeat!important
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_b_logo,
+ .trc_header_ext .link-adc a .trc_adc_b_logo {
+ width: 77px;
+ background: #fff url(//cdn.taboola.com/libtrc/static/thumbnails/0781f9c5a8637d1e162874f157460048.png) no-repeat!important;
+ right: -1px;
+ display: none;
+ position: absolute
+ }
+
+ .trc_mobile_disclosure_link,
+ .trc_mobile_attribution_link,
+ .trc_mobile_adc_link {
+ display: none
+ }
+
+ .trc_desktop_disclosure_link,
+ .trc_desktop_attribution_link,
+ .trc_desktop_adc_link {
+ display: inline
+ }
+
+ @media screen and (max-width:767px) {
+ .trc_mobile_disclosure_link {
+ display: inline
+ }
+ .trc_mobile_attribution_link {
+ display: inline
+ }
+ .trc_mobile_adc_link {
+ display: inline
+ }
+ .trc_desktop_disclosure_link {
+ display: none
+ }
+ .trc_desktop_attribution_link {
+ display: none
+ }
+ .trc_desktop_adc_link {
+ display: none
+ }
+ }
+
+ .trc_in_iframe .trc_mobile_attribution_link,
+ .trc_in_iframe .trc_mobile_disclosure_link {
+ display: inline
+ }
+
+ .trc_in_iframe .trc_desktop_attribution_link,
+ .trc_in_iframe .trc_desktop_disclosure_link {
+ display: none
+ }
+
+ .trc_related_container .logoDiv,
+ .trc_related_container .trc_header_ext .logoDiv {
+ float: right
+ }
+
+ .trc_related_container .logoDiv+.logoDiv {
+ margin-right: 2px
+ }
+
+ .trc_related_container .attribution-disclosure-link-sponsored,
+ .trc_related_container .attribution-disclosure-link-hybrid {
+ display: none
+ }
+
+ .trc_related_container .trc-content-sponsored .attribution-disclosure-link-sponsored {
+ display: block
+ }
+
+ .trc_related_container .trc-content-hybrid .attribution-disclosure-link-hybrid {
+ display: block
+ }
+
+ .trc_related_container .trc-widget-footer:hover a span,
+ .trc_related_container .trc_header_ext:hover a span {
+ text-decoration: underline!important
+ }
+
+ .logoDiv a span.trc_logos_v_align {
+ display: inline-block!important;
+ font-size: 15px!important;
+ line-height: 1em!important;
+ width: 0!important
+ }
+
+ .trc_related_container .trc_header_ext:hover a span.trc_logos_v_align,
+ .trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper,
+ .trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align,
+ .trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper {
+ text-decoration: none!important
+ }
+
+ .trc_related_container {
+ clear: both
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-label,
+ .ab_alternating-thumbnails-a_abp-mode .sponsored,
+ .ab_alternating-thumbnails-a_abp-mode .sponsored-url {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 14.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode div.videoCube:hover,
+ .ab_alternating-thumbnails-a_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode div.sponsored-default:hover,
+ .ab_alternating-thumbnails-a_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-a_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager_prev:hover,
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 1px 0px 1px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 8px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager_prev,
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-a_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .playerCube div.videoCube:hover,
+ .ab_alternating-thumbnails-a_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode div.syndicatedItem:hover,
+ .ab_alternating-thumbnails-a_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-label,
+ .ab_alternating-thumbnails-a_zoom .sponsored,
+ .ab_alternating-thumbnails-a_zoom .sponsored-url {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 100%;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom div.videoCube:hover,
+ .ab_alternating-thumbnails-a_zoom div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_alternating-thumbnails-a_zoom div.sponsored-default:hover,
+ .ab_alternating-thumbnails-a_zoom div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-a_zoom .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_pager_prev:hover,
+ .ab_alternating-thumbnails-a_zoom .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-a_zoom div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 20px 0px 20px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_pager_prev,
+ .ab_alternating-thumbnails-a_zoom .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-a_zoom .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .playerCube div.videoCube:hover,
+ .ab_alternating-thumbnails-a_zoom div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom div.syndicatedItem:hover,
+ .ab_alternating-thumbnails-a_zoom div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 16.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-label,
+ .ab_alternating-thumbnails-a_zoom-out .sponsored,
+ .ab_alternating-thumbnails-a_zoom-out .sponsored-url {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 100%;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out div.videoCube:hover,
+ .ab_alternating-thumbnails-a_zoom-out div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out div.sponsored-default:hover,
+ .ab_alternating-thumbnails-a_zoom-out div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-a_zoom-out .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager_prev:hover,
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 20px 0px 20px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager_prev,
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-a_zoom-out .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .playerCube div.videoCube:hover,
+ .ab_alternating-thumbnails-a_zoom-out div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out div.syndicatedItem:hover,
+ .ab_alternating-thumbnails-a_zoom-out div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 16.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-label,
+ .ab_alternating-thumbnails-a_zoom-rotate .sponsored,
+ .ab_alternating-thumbnails-a_zoom-rotate .sponsored-url {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 100%;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate div.videoCube:hover,
+ .ab_alternating-thumbnails-a_zoom-rotate div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate div.sponsored-default:hover,
+ .ab_alternating-thumbnails-a_zoom-rotate div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager_prev:hover,
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 20px 0px 20px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager_prev,
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .playerCube div.videoCube:hover,
+ .ab_alternating-thumbnails-a_zoom-rotate div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate div.syndicatedItem:hover,
+ .ab_alternating-thumbnails-a_zoom-rotate div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 16.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-label,
+ .ab_alternating-thumbnails-c_abp-mode .sponsored,
+ .ab_alternating-thumbnails-c_abp-mode .sponsored-url {
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_rbox_header {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 14.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode div.videoCube:hover,
+ .ab_alternating-thumbnails-c_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode div.sponsored-default:hover,
+ .ab_alternating-thumbnails-c_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-c_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager_prev:hover,
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 1px 0px 1px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 8px 60px 0px 60px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager_prev,
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-c_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .playerCube div.videoCube:hover,
+ .ab_alternating-thumbnails-c_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode div.syndicatedItem:hover,
+ .ab_alternating-thumbnails-c_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-label,
+ .ab_alternating-thumbnails-e_abp-mode .sponsored,
+ .ab_alternating-thumbnails-e_abp-mode .sponsored-url {
+ font-family: 'Proxima Nova', proxima-nova;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova;
+ font-size: 15.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #b80000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode div.videoCube:hover,
+ .ab_alternating-thumbnails-e_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode div.sponsored-default:hover,
+ .ab_alternating-thumbnails-e_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-e_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager_prev:hover,
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 1px 1px 1px 1px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 5px 5px 0px 5px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager_prev,
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-e_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .playerCube div.videoCube:hover,
+ .ab_alternating-thumbnails-e_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode div.syndicatedItem:hover,
+ .ab_alternating-thumbnails-e_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000;
+ font-family: 'Proxima Nova', proxima-nova;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', proxima-nova;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-label,
+ .ab_alternating-thumbnails-rr_abp-mode .sponsored,
+ .ab_alternating-thumbnails-rr_abp-mode .sponsored-url {
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, 'sans-serif';
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova, helvetica;
+ font-size: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode div.videoCube:hover,
+ .ab_alternating-thumbnails-rr_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode div.sponsored-default:hover,
+ .ab_alternating-thumbnails-rr_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager_prev:hover,
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 1px 1px 1px 1px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 8px 8px 0px 8px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager_prev,
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .playerCube div.videoCube:hover,
+ .ab_alternating-thumbnails-rr_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode div.syndicatedItem:hover,
+ .ab_alternating-thumbnails-rr_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, 'sans-serif';
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, 'sans-serif';
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-label,
+ .ab_thumbnails-c_abp-mode .sponsored,
+ .ab_thumbnails-c_abp-mode .sponsored-url {
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, sans-serif;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, sans-serif;
+ font-size: 14.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbnails-c_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbnails-c_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbnails-c_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .ab_thumbnails-c_abp-mode div.videoCube:hover,
+ .ab_thumbnails-c_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-c_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbnails-c_abp-mode div.sponsored-default:hover,
+ .ab_thumbnails-c_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_thumbnails-c_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-c_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-c_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbnails-c_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_pager_prev:hover,
+ .ab_thumbnails-c_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-c_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbnails-c_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbnails-c_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 1px 1px 1px 1px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 8px 8px 0px 8px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_pager_prev,
+ .ab_thumbnails-c_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_thumbnails-c_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbnails-c_abp-mode .playerCube div.videoCube:hover,
+ .ab_thumbnails-c_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-c_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbnails-c_abp-mode div.syndicatedItem:hover,
+ .ab_thumbnails-c_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-c_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, sans-serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .alternating-thumbnails-a .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ max-height: 76.0px;
+ *height: 76.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-a .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .alternating-thumbnails-a .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-a .video-label,
+ .alternating-thumbnails-a .sponsored,
+ .alternating-thumbnails-a .sponsored-url {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ }
+
+ .alternating-thumbnails-a .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 100%;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-a .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .alternating-thumbnails-a .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .alternating-thumbnails-a .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .alternating-thumbnails-a .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .alternating-thumbnails-a .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-a div.videoCube:hover,
+ .alternating-thumbnails-a div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-a .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .alternating-thumbnails-a div.sponsored-default:hover,
+ .alternating-thumbnails-a div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .alternating-thumbnails-a .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-a .videoCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-a .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-a .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-a .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-a div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-a .pager_enabled {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-a .trc_pager_counter {
+ color: #000000;
+ }
+
+ .alternating-thumbnails-a .pager_disabled {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-a .trc_pager_prev:hover,
+ .alternating-thumbnails-a .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-a .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-a .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-a div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-a .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .alternating-thumbnails-a .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-a .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .alternating-thumbnails-a .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-a .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .alternating-thumbnails-a {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 20px 0px 20px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .alternating-thumbnails-a .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-a .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-a .trc_pager_prev,
+ .alternating-thumbnails-a .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .trc_pager div {
+ font-family: serif;
+ }
+
+ .alternating-thumbnails-a .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-a .playerCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-a .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-a .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .alternating-thumbnails-a .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .alternating-thumbnails-a .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-a .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .alternating-thumbnails-a .playerCube div.videoCube:hover,
+ .alternating-thumbnails-a div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-a .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-a div.syndicatedItem:hover,
+ .alternating-thumbnails-a div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-a div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-title {
+ max-height: 57.0px;
+ *height: 57.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 16.0px;
+ line-height: 19.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ background-image: null;
+ text-align: left;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .alternating-thumbnails-a .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .alternating-thumbnails-a .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .alternating-thumbnails-b .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 18.0px;
+ line-height: 24.0px;
+ font-weight: bold;
+ max-height: 96.0px;
+ *height: 96.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-b .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .alternating-thumbnails-b .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-b .video-label,
+ .alternating-thumbnails-b .sponsored,
+ .alternating-thumbnails-b .sponsored-url {
+ font-family: Panton;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header {
+ font-family: Panton;
+ font-size: 21.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .alternating-thumbnails-b .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .alternating-thumbnails-b .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .alternating-thumbnails-b .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .alternating-thumbnails-b .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .alternating-thumbnails-b .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-b div.videoCube:hover,
+ .alternating-thumbnails-b div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-b .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .alternating-thumbnails-b div.sponsored-default:hover,
+ .alternating-thumbnails-b div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .alternating-thumbnails-b .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-b .videoCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-b .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-b .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-b div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-b .pager_enabled {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-b .trc_pager_counter {
+ color: #000000;
+ }
+
+ .alternating-thumbnails-b .pager_disabled {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-b .trc_pager_prev:hover,
+ .alternating-thumbnails-b .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-b .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-b .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-b div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-b .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .alternating-thumbnails-b .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-b .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .alternating-thumbnails-b .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-b .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .alternating-thumbnails-b {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .alternating-thumbnails-b .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-b .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-b .trc_pager_prev,
+ .alternating-thumbnails-b .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .trc_pager div {
+ font-family: serif;
+ }
+
+ .alternating-thumbnails-b .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-b .playerCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-b .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-b .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .alternating-thumbnails-b .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .alternating-thumbnails-b .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-b .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .alternating-thumbnails-b .playerCube div.videoCube:hover,
+ .alternating-thumbnails-b div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-b .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-b div.syndicatedItem:hover,
+ .alternating-thumbnails-b div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-b div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-title {
+ max-height: 72.0px;
+ *height: 72.0px;
+ color: #000000;
+ font-family: Panton;
+ font-size: 16.0px;
+ line-height: 20.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .branding {
+ color: #000000;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova';
+ background-image: null;
+ text-align: left;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .alternating-thumbnails-b .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .alternating-thumbnails-c .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-c .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .alternating-thumbnails-c .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-c .video-label,
+ .alternating-thumbnails-c .sponsored,
+ .alternating-thumbnails-c .sponsored-url {
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial;
+ }
+
+ .alternating-thumbnails-c .trc_rbox_header {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 14.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #860000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .alternating-thumbnails-c .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .alternating-thumbnails-c .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .alternating-thumbnails-c .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .alternating-thumbnails-c .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .alternating-thumbnails-c .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-c div.videoCube:hover,
+ .alternating-thumbnails-c div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-c .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .alternating-thumbnails-c div.sponsored-default:hover,
+ .alternating-thumbnails-c div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .alternating-thumbnails-c .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-c .videoCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-c .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-c .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-c .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-c div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-c .pager_enabled {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-c .trc_pager_counter {
+ color: #000000;
+ }
+
+ .alternating-thumbnails-c .pager_disabled {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-c .trc_pager_prev:hover,
+ .alternating-thumbnails-c .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-c .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-c .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-c div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-c .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .alternating-thumbnails-c .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-c .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .alternating-thumbnails-c .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-c .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .alternating-thumbnails-c {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .alternating-thumbnails-c .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-c .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-c .trc_pager_prev,
+ .alternating-thumbnails-c .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .trc_pager div {
+ font-family: serif;
+ }
+
+ .alternating-thumbnails-c .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-c .playerCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-c .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-c .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .alternating-thumbnails-c .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .alternating-thumbnails-c .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-c .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .alternating-thumbnails-c .playerCube div.videoCube:hover,
+ .alternating-thumbnails-c div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-c .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-c div.syndicatedItem:hover,
+ .alternating-thumbnails-c div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-c div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial;
+ background-image: null;
+ text-align: left;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .alternating-thumbnails-c .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .alternating-thumbnails-c .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .alternating-thumbnails-e .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-e .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .alternating-thumbnails-e .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-e .video-label,
+ .alternating-thumbnails-e .sponsored,
+ .alternating-thumbnails-e .sponsored-url {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova;
+ font-size: 100%;
+ font-weight: bold;
+ text-decoration: none;
+ color: #b80000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-e .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .alternating-thumbnails-e .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .alternating-thumbnails-e .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .alternating-thumbnails-e .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .alternating-thumbnails-e .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-e div.videoCube:hover,
+ .alternating-thumbnails-e div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-e .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .alternating-thumbnails-e div.sponsored-default:hover,
+ .alternating-thumbnails-e div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .alternating-thumbnails-e .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-e .videoCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-e .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-e .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-e div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-e .pager_enabled {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-e .trc_pager_counter {
+ color: #000000;
+ }
+
+ .alternating-thumbnails-e .pager_disabled {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-e .trc_pager_prev:hover,
+ .alternating-thumbnails-e .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-e .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-e .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-e div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-e .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .alternating-thumbnails-e .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-e .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .alternating-thumbnails-e .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-e .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .alternating-thumbnails-e {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .alternating-thumbnails-e .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-e .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-e .trc_pager_prev,
+ .alternating-thumbnails-e .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .trc_pager div {
+ font-family: serif;
+ }
+
+ .alternating-thumbnails-e .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-e .playerCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-e .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-e .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .alternating-thumbnails-e .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .alternating-thumbnails-e .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-e .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .alternating-thumbnails-e .playerCube div.videoCube:hover,
+ .alternating-thumbnails-e div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-e .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-e div.syndicatedItem:hover,
+ .alternating-thumbnails-e div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-e div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ background-image: null;
+ text-align: left;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .alternating-thumbnails-e .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .alternating-thumbnails-e .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .alternating-thumbnails-g .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-g .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .alternating-thumbnails-g .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-g .video-label,
+ .alternating-thumbnails-g .sponsored,
+ .alternating-thumbnails-g .sponsored-url {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ }
+
+ .alternating-thumbnails-g .trc_rbox_header {
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 100%;
+ font-weight: bold;
+ text-decoration: none;
+ color: #B80000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-g .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .alternating-thumbnails-g .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .alternating-thumbnails-g .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .alternating-thumbnails-g .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .alternating-thumbnails-g .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-g div.videoCube:hover,
+ .alternating-thumbnails-g div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-g .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .alternating-thumbnails-g div.sponsored-default:hover,
+ .alternating-thumbnails-g div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .alternating-thumbnails-g .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-g .videoCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-g .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-g .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-g .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-g div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-g .pager_enabled {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-g .trc_pager_counter {
+ color: #000000;
+ }
+
+ .alternating-thumbnails-g .pager_disabled {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-g .trc_pager_prev:hover,
+ .alternating-thumbnails-g .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-g .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-g .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-g div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-g .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .alternating-thumbnails-g .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-g .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .alternating-thumbnails-g .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-g .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .alternating-thumbnails-g {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 20px 0px 20px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .alternating-thumbnails-g .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-g .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-g .trc_pager_prev,
+ .alternating-thumbnails-g .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .trc_pager div {
+ font-family: serif;
+ }
+
+ .alternating-thumbnails-g .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-g .playerCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-g .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-g .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .alternating-thumbnails-g .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .alternating-thumbnails-g .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-g .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .alternating-thumbnails-g .playerCube div.videoCube:hover,
+ .alternating-thumbnails-g div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-g .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-g div.syndicatedItem:hover,
+ .alternating-thumbnails-g div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-g div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000000;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, Helvetica, Arial, sans-serif\3b;
+ background-image: null;
+ text-align: left;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .alternating-thumbnails-g .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .alternating-thumbnails-g .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .alternating-thumbnails-rr .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #000;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-rr .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .alternating-thumbnails-rr .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-rr .video-label,
+ .alternating-thumbnails-rr .sponsored,
+ .alternating-thumbnails-rr .sponsored-url {
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, 'sans-serif';
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_header {
+ font-family: 'Proxima Nova', proxima-nova, helvetica;
+ font-size: 100%;
+ font-weight: bold;
+ text-decoration: none;
+ color: #B80000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-rr .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .alternating-thumbnails-rr .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .alternating-thumbnails-rr .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .alternating-thumbnails-rr .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .alternating-thumbnails-rr .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-rr div.videoCube:hover,
+ .alternating-thumbnails-rr div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-rr .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .alternating-thumbnails-rr div.sponsored-default:hover,
+ .alternating-thumbnails-rr div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .alternating-thumbnails-rr .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-rr .videoCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-rr .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-rr .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-rr div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-rr .pager_enabled {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-rr .trc_pager_counter {
+ color: #000000;
+ }
+
+ .alternating-thumbnails-rr .pager_disabled {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-rr .trc_pager_prev:hover,
+ .alternating-thumbnails-rr .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-rr .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .alternating-thumbnails-rr .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .alternating-thumbnails-rr div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .alternating-thumbnails-rr .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .alternating-thumbnails-rr .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-rr .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .alternating-thumbnails-rr .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-rr .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .alternating-thumbnails-rr {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .alternating-thumbnails-rr .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-rr .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-rr .trc_pager_prev,
+ .alternating-thumbnails-rr .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .trc_pager div {
+ font-family: serif;
+ }
+
+ .alternating-thumbnails-rr .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-rr .playerCube:hover .thumbnail-overlay,
+ .alternating-thumbnails-rr .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .alternating-thumbnails-rr .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .alternating-thumbnails-rr .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .alternating-thumbnails-rr .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-rr .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .alternating-thumbnails-rr .playerCube div.videoCube:hover,
+ .alternating-thumbnails-rr div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-rr .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .alternating-thumbnails-rr div.syndicatedItem:hover,
+ .alternating-thumbnails-rr div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-rr div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #000;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, 'sans-serif';
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .branding {
+ color: #768696;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', proxima-nova, helvetica, arial, 'sans-serif';
+ background-image: null;
+ text-align: left;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .alternating-thumbnails-rr .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .alternating-thumbnails-rr .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 30%;
+ _width: 30%;
+ }
+
+ .rbox-blended .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .rbox-blended .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .rbox-blended .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 1px;
+ padding: 0;
+ }
+
+ .rbox-blended .videoCube .video-duration {
+ left: 36px;
+ display: block;
+ }
+
+ .rbox-blended .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .rbox-blended .video-label,
+ .rbox-blended .sponsored,
+ .rbox-blended .sponsored-url {
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .rbox-blended .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16px;
+ font-weight: bold;
+ text-decoration: none;
+ color: black;
+ border-width: 0;
+ background: transparent;
+ border-style: none none solid none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .rbox-blended .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .rbox-blended .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .rbox-blended .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .rbox-blended .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .rbox-blended .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 3px;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .rbox-blended div.videoCube:hover,
+ .rbox-blended div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .rbox-blended div.sponsored-default:hover,
+ .rbox-blended div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .rbox-blended .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube:hover .thumbnail-overlay,
+ .rbox-blended .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .rbox-blended .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .rbox-blended .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .rbox-blended div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .rbox-blended .pager_enabled {
+ color: #0056b3;
+ }
+
+ .rbox-blended .trc_pager_counter {
+ color: #000000;
+ }
+
+ .rbox-blended .pager_disabled {
+ color: #7d898f;
+ }
+
+ .rbox-blended .trc_pager_prev:hover,
+ .rbox-blended .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .rbox-blended .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .rbox-blended .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .rbox-blended div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .rbox-blended .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .rbox-blended .video-label-box {
+ text-align: left;
+ }
+
+ .rbox-blended .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .rbox-blended .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .rbox-blended {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: solid solid solid solid;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .rbox-blended .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .rbox-blended .videoCube.horizontal {
+ border-style: none none none solid;
+ }
+
+ .rbox-blended .trc_pager_prev,
+ .rbox-blended .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .trc_pager div {
+ font-family: serif;
+ }
+
+ .rbox-blended .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .playerCube:hover .thumbnail-overlay,
+ .rbox-blended .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .rbox-blended .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .rbox-blended .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .rbox-blended .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .rbox-blended .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .rbox-blended .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .rbox-blended .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .rbox-blended .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .rbox-blended .playerCube div.videoCube:hover,
+ .rbox-blended div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .rbox-blended div.syndicatedItem:hover,
+ .rbox-blended div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem.horizontal {
+ border-style: none none none solid;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .rbox-blended .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .rbox-blended .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .rbox-blended .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .branding {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: block;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: block;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .rbox-blended .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-a .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 68.0px;
+ *height: 68.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-a .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-a .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-a .video-label,
+ .thumbnails-a .sponsored,
+ .thumbnails-a .sponsored-url {
+ font-family: Panton;
+ }
+
+ .thumbnails-a .trc_rbox_header {
+ font-family: Panton;
+ font-size: 25px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .thumbnails-a .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-a .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-a .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-a .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-a .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .thumbnails-a div.videoCube:hover,
+ .thumbnails-a div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-a .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-a div.sponsored-default:hover,
+ .thumbnails-a div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-a .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-a .videoCube:hover .thumbnail-overlay,
+ .thumbnails-a .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-a .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-a .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-a div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-a .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-a .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-a .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-a .trc_pager_prev:hover,
+ .thumbnails-a .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-a .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-a .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-a div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-a .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-a .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-a .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-a .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-a .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-a {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-a .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-a .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-a .trc_pager_prev,
+ .thumbnails-a .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-a .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-a .playerCube:hover .thumbnail-overlay,
+ .thumbnails-a .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-a .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-a .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-a .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-a .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-a .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-a .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-a .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-a .playerCube div.videoCube:hover,
+ .thumbnails-a div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-a .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-a div.syndicatedItem:hover,
+ .thumbnails-a div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-a div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-a .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-a .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .video-title {
+ max-height: 68.0px;
+ *height: 68.0px;
+ color: #000000;
+ font-family: Panton;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-a .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a .syndicatedItem .branding {
+ color: #4caf50;
+ font-size: 14.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, proxima-nova;
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-a .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-a .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-d .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 68.0px;
+ *height: 68.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-d .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-d .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-d .video-label,
+ .thumbnails-d .sponsored,
+ .thumbnails-d .sponsored-url {
+ font-family: Panton;
+ }
+
+ .thumbnails-d .trc_rbox_header {
+ font-family: Panton;
+ font-size: 25px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .thumbnails-d .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-d .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-d .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-d .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-d .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .thumbnails-d div.videoCube:hover,
+ .thumbnails-d div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-d .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-d div.sponsored-default:hover,
+ .thumbnails-d div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-d .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-d .videoCube:hover .thumbnail-overlay,
+ .thumbnails-d .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-d .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-d .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-d div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-d .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-d .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-d .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-d .trc_pager_prev:hover,
+ .thumbnails-d .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-d .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-d .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-d div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-d .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-d .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-d .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-d .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-d .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-d {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-d .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-d .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-d .trc_pager_prev,
+ .thumbnails-d .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-d .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-d .playerCube:hover .thumbnail-overlay,
+ .thumbnails-d .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-d .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-d .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-d .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-d .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-d .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-d .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-d .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-d .playerCube div.videoCube:hover,
+ .thumbnails-d div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-d .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-d div.syndicatedItem:hover,
+ .thumbnails-d div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-d div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-d .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-d .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .video-title {
+ max-height: 68.0px;
+ *height: 68.0px;
+ color: #000000;
+ font-family: Panton;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-d .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-d .syndicatedItem .branding {
+ color: #4caf50;
+ font-size: 14.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova', Proxima-Nova, proxima-nova;
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-d .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-d .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-f .video-title {
+ font-family: ProximaNova-Regular, 'Proxima Nova', Proxima-Nova, proxima-nova;
+ font-size: 14.0px;
+ line-height: 18.0px;
+ font-weight: normal;
+ max-height: 90.0px;
+ *height: 90.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-f .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-f .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-f .video-label,
+ .thumbnails-f .sponsored,
+ .thumbnails-f .sponsored-url {
+ font-family: Panton;
+ }
+
+ .thumbnails-f .trc_rbox_header {
+ font-family: Panton, sans-serif;
+ font-size: 25px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .thumbnails-f .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-f .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-f .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-f .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-f .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .thumbnails-f div.videoCube:hover,
+ .thumbnails-f div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-f .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-f div.sponsored-default:hover,
+ .thumbnails-f div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-f .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-f .videoCube:hover .thumbnail-overlay,
+ .thumbnails-f .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-f .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-f .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-f div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-f .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-f .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-f .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-f .trc_pager_prev:hover,
+ .thumbnails-f .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-f .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-f .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-f div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-f .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-f .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-f .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-f .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-f .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-f {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-f .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-f .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-f .trc_pager_prev,
+ .thumbnails-f .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-f .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-f .playerCube:hover .thumbnail-overlay,
+ .thumbnails-f .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-f .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-f .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-f .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-f .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-f .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-f .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-f .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-f .playerCube div.videoCube:hover,
+ .thumbnails-f div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-f .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-f div.syndicatedItem:hover,
+ .thumbnails-f div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-f div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-f .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-f .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .video-title {
+ max-height: 72.0px;
+ *height: 72.0px;
+ color: #000000;
+ font-family: ProximaNova-Regular, 'Proxima Nova', Proxima-Nova, proxima-nova;
+ font-size: 14.0px;
+ line-height: 18.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-f .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-f .syndicatedItem .branding {
+ color: #4caf50;
+ font-size: 12.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: ProximaNova-Regular, 'Proxima Nova', Proxima-Nova, proxima-nova;
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-f .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-f .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-m .video-title {
+ font-family: 'Proxima Nova', Proxima-Nova, proxima-nova, Helvetica, Arial, sans-serif;
+ font-size: 17.0px;
+ line-height: 20.0px;
+ font-weight: normal;
+ max-height: 60.0px;
+ *height: 60.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-m .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-m .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-m .video-label,
+ .thumbnails-m .sponsored,
+ .thumbnails-m .sponsored-url {
+ font-family: 'Proxima Nova', Proxima-Nova, proxima-nova, Helvetica, Arial, sans-serif;
+ }
+
+ .thumbnails-m .trc_rbox_header {
+ font-family: Panton, sans-serif;
+ font-size: 25.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 40px 0;
+ }
+
+ .thumbnails-m .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-m .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-m .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-m .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-m .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .thumbnails-m div.videoCube:hover,
+ .thumbnails-m div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-m .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-m div.sponsored-default:hover,
+ .thumbnails-m div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-m .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-m .videoCube:hover .thumbnail-overlay,
+ .thumbnails-m .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-m .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-m .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-m div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-m .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-m .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-m .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-m .trc_pager_prev:hover,
+ .thumbnails-m .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-m .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-m .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-m div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-m .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-m .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-m .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-m .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-m .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-m {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-m .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-m .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-m .trc_pager_prev,
+ .thumbnails-m .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-m .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-m .playerCube:hover .thumbnail-overlay,
+ .thumbnails-m .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-m .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-m .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-m .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-m .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-m .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-m .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-m .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-m .playerCube div.videoCube:hover,
+ .thumbnails-m div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-m .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-m div.syndicatedItem:hover,
+ .thumbnails-m div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-m div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-m .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-m .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .video-title {
+ max-height: 48px;
+ *height: 48px;
+ color: #000000;
+ font-family: 'Proxima Nova', Proxima-Nova, proxima-nova, Helvetica, Arial, sans-serif;
+ font-size: 17.0px;
+ line-height: 24px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-m .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m .syndicatedItem .branding {
+ color: #000;
+ font-size: 14.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Panton, sans-serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-m .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-m .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-m2 .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ max-height: 88.0px;
+ *height: 88.0px;
+ color: #860000;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-m2 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-m2 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-m2 .video-label,
+ .thumbnails-m2 .sponsored,
+ .thumbnails-m2 .sponsored-url {
+ font-family: proxima-nova, helvetica;
+ }
+
+ .thumbnails-m2 .trc_rbox_header {
+ font-family: proxima-nova, helvetica;
+ font-size: 15.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .thumbnails-m2 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-m2 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-m2 .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-m2 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-m2 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .thumbnails-m2 div.videoCube:hover,
+ .thumbnails-m2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-m2 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-m2 div.sponsored-default:hover,
+ .thumbnails-m2 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-m2 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-m2 .videoCube:hover .thumbnail-overlay,
+ .thumbnails-m2 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-m2 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-m2 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-m2 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-m2 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-m2 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-m2 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-m2 .trc_pager_prev:hover,
+ .thumbnails-m2 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-m2 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-m2 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-m2 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-m2 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-m2 .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-m2 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-m2 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-m2 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-m2 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-m2 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-m2 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-m2 .trc_pager_prev,
+ .thumbnails-m2 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-m2 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-m2 .playerCube:hover .thumbnail-overlay,
+ .thumbnails-m2 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-m2 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-m2 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-m2 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-m2 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-m2 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-m2 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-m2 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-m2 .playerCube div.videoCube:hover,
+ .thumbnails-m2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-m2 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-m2 div.syndicatedItem:hover,
+ .thumbnails-m2 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-m2 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-m2 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #860000;
+ font-family: proxima-nova, helvetica;
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-m2 .syndicatedItem .branding {
+ color: #999999;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: proxima-nova, helvetica;
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-m2 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-m2 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-n .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 18.0px;
+ line-height: 24.0px;
+ font-weight: bold;
+ max-height: 96.0px;
+ *height: 96.0px;
+ color: #000000;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-n .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-n .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-n .video-label,
+ .thumbnails-n .sponsored,
+ .thumbnails-n .sponsored-url {
+ font-family: Panton;
+ }
+
+ .thumbnails-n .trc_rbox_header {
+ font-family: Panton;
+ font-size: 21.0px;
+ font-weight: bold;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .thumbnails-n .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-n .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-n .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-n .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-n .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-style: none;
+ }
+
+ .thumbnails-n div.videoCube:hover,
+ .thumbnails-n div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-n .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-n div.sponsored-default:hover,
+ .thumbnails-n div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-n .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-n .videoCube:hover .thumbnail-overlay,
+ .thumbnails-n .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-n .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-n .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-n div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-n .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-n .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-n .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-n .trc_pager_prev:hover,
+ .thumbnails-n .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-n .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-n .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-n div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-n .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-n .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-n .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-n .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-n .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-n {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-n .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-n .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-n .trc_pager_prev,
+ .thumbnails-n .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-n .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-n .playerCube:hover .thumbnail-overlay,
+ .thumbnails-n .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-n .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-n .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-n .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-n .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-n .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-n .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-n .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-n .playerCube div.videoCube:hover,
+ .thumbnails-n div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-n .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-n div.syndicatedItem:hover,
+ .thumbnails-n div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-n div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ border-style: none;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-n .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-n .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .video-title {
+ max-height: 72.0px;
+ *height: 72.0px;
+ color: #000000;
+ font-family: Panton;
+ font-size: 16.0px;
+ line-height: 20.0px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-n .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-n .syndicatedItem .branding {
+ color: #000000;
+ font-size: 11.0px;
+ font-weight: bold;
+ text-decoration: none;
+ font-family: 'Proxima Nova';
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-n .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-n .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .videoCube:hover .video-label-box .video-title {
+ text-decoration: none !important;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_alternating-thumbnails-a_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_alternating-thumbnails-a_abp-mode .video-label-box {
+ height: 88.0px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-a_abp-mode .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .ab_alternating-thumbnails-a_zoom img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_alternating-thumbnails-a_zoom [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: url(https://cdn.taboola.com/libtrc/static/thumbnails/a9e525401b3db5d91c17641f5a9a2f76.png) no-repeat;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube a {
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_alternating-thumbnails-a_zoom .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ bottom: -1px;
+ background: white;
+ padding-left: 8px;
+ }
+ /*** Zoom-only on Thumbnails ***/
+
+ @media screen and (min-width: 769px) {
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_outer .trc_rbox_div .videoCube .thumbBlock_holder {
+ overflow: hidden;
+ }
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_outer .trc_rbox_div .videoCube .thumbBlock_holder .thumbBlock {
+ -webkit-transform: scale(1);
+ -moz-transform: scale(1);
+ -ms-transform: scale(1);
+ -o-transform: scale(1);
+ transform: scale(1);
+ -webkit-transition: all 0.15s ease-in-out;
+ -moz-transition: all 0.15s ease-in-out;
+ transition: all 0.15s ease-in-out;
+ }
+ .ab_alternating-thumbnails-a_zoom .trc_rbox_outer .trc_rbox_div .videoCube:hover .thumbBlock_holder .thumbBlock {
+ -webkit-transform: scale(1.05);
+ -moz-transform: scale(1.05);
+ -ms-transform: scale(1.05);
+ -o-transform: scale(1.05);
+ transform: scale(1.05);
+ }
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_alternating-thumbnails-a_zoom-out [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: url(https://cdn.taboola.com/libtrc/static/thumbnails/a9e525401b3db5d91c17641f5a9a2f76.png) no-repeat;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube a {
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_alternating-thumbnails-a_zoom-out .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ bottom: -1px;
+ background: white;
+ padding-left: 8px;
+ }
+ /*** Zoom-OUT on Thumbnails ***/
+
+ @media screen and (min-width: 769px) {
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_outer .trc_rbox_div .videoCube .thumbBlock_holder {
+ overflow: hidden;
+ }
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_outer .trc_rbox_div .videoCube .thumbBlock_holder .thumbBlock {
+ -webkit-transform: scale(1);
+ -moz-transform: scale(1);
+ -ms-transform: scale(1);
+ -o-transform: scale(1);
+ transform: scale(1);
+ -webkit-transition: all 0.15s ease-in-out;
+ -moz-transition: all 0.15s ease-in-out;
+ transition: all 0.15s ease-in-out;
+ }
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_outer .trc_rbox_div .videoCube .thumbBlock_holder .thumbBlock {
+ -webkit-transform: scale(1.05);
+ -moz-transform: scale(1.05);
+ -ms-transform: scale(1.05);
+ -o-transform: scale(1.05);
+ transform: scale(1.05);
+ }
+ .ab_alternating-thumbnails-a_zoom-out .trc_rbox_outer .trc_rbox_div .videoCube:hover .thumbBlock_holder .thumbBlock {
+ -webkit-transform: scale(1.00);
+ -moz-transform: scale(1.00);
+ -ms-transform: scale(1.00);
+ -o-transform: scale(1.00);
+ transform: scale(1.00);
+ }
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_alternating-thumbnails-a_zoom-rotate [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: url(https://cdn.taboola.com/libtrc/static/thumbnails/a9e525401b3db5d91c17641f5a9a2f76.png) no-repeat;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube a {
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_alternating-thumbnails-a_zoom-rotate .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 19px;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ bottom: -1px;
+ background: white;
+ padding-left: 8px;
+ }
+ /*** Zoom-rotate on Thumbnails ***/
+
+ @media screen and (min-width: 769px) {
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_outer .trc_rbox_div .videoCube .thumbBlock_holder {
+ overflow: hidden;
+ }
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_outer .trc_rbox_div .videoCube .thumbBlock_holder .thumbBlock {
+ -webkit-transform: scale(1);
+ -moz-transform: scale(1);
+ -ms-transform: scale(1);
+ -o-transform: scale(1);
+ transform: scale(1);
+ -webkit-transition: all 0.15s ease-in-out;
+ -moz-transition: all 0.15s ease-in-out;
+ transition: all 0.15s ease-in-out;
+ }
+ .ab_alternating-thumbnails-a_zoom-rotate .trc_rbox_outer .trc_rbox_div .videoCube:hover .thumbBlock_holder .thumbBlock {
+ -webkit-transform: scale(1.05) rotate(1deg);
+ -moz-transform: scale(1.05) rotate(1deg);
+ -ms-transform: scale(1.05) rotate(1deg);
+ -o-transform: scale(1.05) rotate(1deg);
+ transform: scale(1.05) rotate(1deg);
+ }
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_alternating-thumbnails-c_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_alternating-thumbnails-c_abp-mode .video-label-box {
+ height: 88.0px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-c_abp-mode .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_alternating-thumbnails-e_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_div {
+ margin-bottom: 0;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_alternating-thumbnails-e_abp-mode .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin-bottom: 0;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .videoCube .video-label-box {
+ margin-top: 0px;
+ }
+
+ .ab_alternating-thumbnails-e_abp-mode .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_alternating-thumbnails-rr_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_div {
+ margin-bottom: 0;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_alternating-thumbnails-rr_abp-mode .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin-bottom: 0;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .videoCube .video-label-box {
+ margin-top: 0px;
+ }
+
+ .ab_alternating-thumbnails-rr_abp-mode .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .ab_thumbnails-c_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbnails-c_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_div {
+ margin-bottom: 0;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .ab_thumbnails-c_abp-mode .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-c_abp-mode .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+
+ .ab_thumbnails-c_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbnails-c_abp-mode .video-label-box {
+ height: 76.0px;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin-bottom: 0;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-c_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbnails-c_abp-mode .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-c_abp-mode .videoCube .video-label-box {
+ margin-top: 0px;
+ }
+
+ .ab_thumbnails-c_abp-mode .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .alternating-thumbnails-a img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .alternating-thumbnails-a [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .alternating-thumbnails-a .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: url(https://cdn.taboola.com/libtrc/static/thumbnails/a9e525401b3db5d91c17641f5a9a2f76.png) no-repeat;
+ height: 19px;
+ }
+
+ .alternating-thumbnails-a .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 19px;
+ }
+
+ .alternating-thumbnails-a .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 19px;
+ }
+
+ .alternating-thumbnails-a .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-a .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .alternating-thumbnails-a .videoCube a {
+ padding: 0;
+ }
+
+ .alternating-thumbnails-a .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .alternating-thumbnails-a .video-label-box {
+ height: 76.0px;
+ }
+
+ .alternating-thumbnails-a .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .alternating-thumbnails-a .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .alternating-thumbnails-a .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-a .video-label-box .branding {
+ display: block;
+ }
+
+ .alternating-thumbnails-a .syndicatedItem .branding {
+ line-height: 19.0px;
+ }
+
+ .alternating-thumbnails-a .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 19px;
+ }
+
+ .alternating-thumbnails-a .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-a .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ bottom: -1px;
+ background: white;
+ padding-left: 8px;
+ }
+
+ .alternating-thumbnails-b img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .alternating-thumbnails-b [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_div {
+ padding-bottom: 10px;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header .logoDiv a span {
+ font-size: 13px;
+ font-family: 'proxima nova';
+ font-weight: regular;
+ }
+
+ .alternating-thumbnails-b .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-b .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .alternating-thumbnails-b .videoCube a {
+ padding: 0;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_outer .videoCube {
+ margin: 0px 0PX 10px 0px;
+ }
+
+ .alternating-thumbnails-b .videoCube .item-thumbnail-href .thumbBlock_holder {
+ margin: 0 0 20px 0;
+ margin-right: 0px;
+ }
+
+ .alternating-thumbnails-b .thumbBlock {
+ margin: 0;
+ }
+
+ .alternating-thumbnails-b .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ border-width: 1px 0px 0px 0px;
+ border-style: solid;
+ border-color: #E4E7EA;
+ padding: 11px 0 0 10px;
+ margin-bottom: 9px;
+ font-weight: 400;
+ line-height: 20px;
+ height: 60px;
+ }
+
+ .alternating-thumbnails-b .videoCube:hover .video-label-box .video-title {
+ text-decoration: none;
+ }
+
+ .alternating-thumbnails-b .video-label-box .branding {
+ display: block;
+ font-family: 'Proxima Nova';
+ font-weight: bold;
+ font-size: 13px;
+ padding: 0 0 0px 10px;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .branding {
+ line-height: 20.0px;
+ max-height: 20px;
+ font-family: 'Proxima Nova';
+ font-weight: bold;
+ font-size: 13px;
+ -webkit-line-clamp: 1 !important;
+ overflow: hidden;
+ }
+
+ .alternating-thumbnails-b .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-b .videoCube .video-label-box {
+ margin-top: 0px;
+ margin-right: 20px;
+ }
+
+ .alternating-thumbnails-b .videoCube.syndicatedItem .video-label-box {
+ margin-right: 20px;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ bottom: 20px;
+ left: 1px;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header .trc_rbox_header_span::before {
+ content: 'YOU ';
+ font-weight: 400;
+ padding-top: 9px;
+ line-height: 20px;
+ }
+
+ .alternating-thumbnails-b .syndicatedItem .branding::before {
+ content: 'Sponsored by ';
+ font-size: 13px;
+ color: #4CAF50;
+ line-height: 20px;
+ font-weight: 400;
+ font-family: 'Proxima Nova';
+ }
+
+ .trc_rbox.alternating-thumbnails-b {
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 10%);
+ }
+
+ .alternating-thumbnails-b .trc_rbox_div .videoCube {
+ border-width: 0px 0px 0px 0px;
+ border-style: solid;
+ border-color: #E4E7EA;
+ margin: 0px 0px 0px 0px !important;
+ }
+
+ .alternating-thumbnails-b .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 96px;
+ }
+
+ .alternating-thumbnails-b .trc_rbox_header {
+ margin: 0px 20px 0px 20px;
+ padding: 25px 0px 48px 0px;
+ }
+
+ .alternating-thumbnails-c img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .alternating-thumbnails-c [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .alternating-thumbnails-c .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .alternating-thumbnails-c .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .alternating-thumbnails-c .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .alternating-thumbnails-c .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-c .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .alternating-thumbnails-c .videoCube a {
+ padding: 0;
+ }
+
+ .alternating-thumbnails-c .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .alternating-thumbnails-c .video-label-box {
+ height: 88.0px;
+ }
+
+ .alternating-thumbnails-c .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .alternating-thumbnails-c .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .alternating-thumbnails-c .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-c .video-label-box .branding {
+ display: block;
+ }
+
+ .alternating-thumbnails-c .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .alternating-thumbnails-c .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+
+ .alternating-thumbnails-c .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-c .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .alternating-thumbnails-e img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .alternating-thumbnails-e [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_div {
+ margin-bottom: 0;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: url(https://cdn.taboola.com/libtrc/static/thumbnails/d9e803677642513a04038d94bd9e359b.png) no-repeat;
+ height: 47px;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 47px;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 47px;
+ }
+
+ .alternating-thumbnails-e .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-e .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .alternating-thumbnails-e .videoCube a {
+ padding: 0;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+
+ .alternating-thumbnails-e .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .alternating-thumbnails-e .video-label-box {
+ height: 76.0px;
+ }
+
+ .alternating-thumbnails-e .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin-bottom: 0;
+ }
+
+ .alternating-thumbnails-e .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-e .video-label-box .branding {
+ display: block;
+ }
+
+ .alternating-thumbnails-e .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .alternating-thumbnails-e .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 47px;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-e .videoCube .video-label-box {
+ margin-top: 0px;
+ }
+
+ .alternating-thumbnails-e .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ top: 0;
+ right: 0;
+ }
+
+ .alternating-thumbnails-g img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .alternating-thumbnails-g [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .alternating-thumbnails-g .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: url(https://cdn.taboola.com/libtrc/static/thumbnails/caf75321143d3f323ac0584894c4831c.jpg) no-repeat;
+ height: 19px;
+ }
+
+ .alternating-thumbnails-g .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 19px;
+ }
+
+ .alternating-thumbnails-g .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 19px;
+ }
+
+ .alternating-thumbnails-g .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-g .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .alternating-thumbnails-g .videoCube a {
+ padding: 0;
+ }
+
+ .alternating-thumbnails-g .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .alternating-thumbnails-g .video-label-box {
+ height: 88.0px;
+ }
+
+ .alternating-thumbnails-g .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .alternating-thumbnails-g .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+
+ .alternating-thumbnails-g .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-g .video-label-box .branding {
+ display: block;
+ }
+
+ .alternating-thumbnails-g .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .alternating-thumbnails-g .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 19px;
+ }
+
+ .alternating-thumbnails-g .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-g .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ bottom: -1px;
+ background: white;
+ padding-left: 8px;
+ }
+
+ .alternating-thumbnails-rr img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .alternating-thumbnails-rr [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_div {
+ margin-bottom: 0;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: url(https://cdn.taboola.com/libtrc/static/thumbnails/2f70e29f935fdd259b8fff94a3320bba.jpg) no-repeat;
+ height: 50px;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 50px;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: 50px;
+ }
+
+ .alternating-thumbnails-rr .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-rr .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+
+ .alternating-thumbnails-rr .videoCube a {
+ padding: 0;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+
+ .alternating-thumbnails-rr .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .alternating-thumbnails-rr .video-label-box {
+ height: 76.0px;
+ }
+
+ .alternating-thumbnails-rr .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin-bottom: 0;
+ }
+
+ .alternating-thumbnails-rr .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+
+ .alternating-thumbnails-rr .video-label-box .branding {
+ display: block;
+ }
+
+ .alternating-thumbnails-rr .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+
+ .alternating-thumbnails-rr .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 50px;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .alternating-thumbnails-rr .videoCube .video-label-box {
+ margin-top: 0px;
+ }
+
+ .alternating-thumbnails-rr .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ top: 0;
+ right: 0;
+ }
+
+ .thumbnails-a img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbnails-a [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbnails-a .trc_rbox_header {
+ line-height: 35px;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ margin-bottom: 10px;
+ }
+
+ .thumbnails-a .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ }
+
+ .thumbnails-a .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .thumbnails-a .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-a .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: 200;
+ font-size: 16.0px;
+ font-family: Panton, sans-serif;
+ }
+
+ .thumbnails-a .trc_rbox_header_span {
+ padding-right: 20px;
+ }
+
+ .thumbnails-a .videoCube a {
+ padding: 0;
+ }
+
+ .thumbnails-a .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbnails-a .video-label-box {
+ height: 108.0px;
+ }
+
+ .thumbnails-a .videoCube .video-label-box {
+ margin-top: 20px;
+ }
+
+ .thumbnails-a .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0 0 10px 0;
+ }
+
+ .thumbnails-a .videoCube .video-label-box .video-title {
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ }
+
+ .thumbnails-a .videoCube:hover .video-label-box .video-title {
+ text-decoration: none;
+ color: #FF8B00;
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ }
+
+ .thumbnails-a .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbnails-a .syndicatedItem .branding {
+ line-height: 17.0px;
+ }
+
+ .thumbnails-a .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 34px;
+ }
+
+ .thumbnails-a .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-a .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ top: 0;
+ right: 0;
+ }
+
+ .thumbnails-a .syndicatedItem .video-title {
+ height: 68px;
+ }
+
+ .thumbnails-a .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ top: 0;
+ right: 0;
+ background: white;
+ padding-left: 20px;
+ z-index: 2;
+ line-height: 25px;
+ }
+
+ .thumbnails-a .logoDiv .trc_desktop_attribution_link span {
+ font-weight: bold;
+ }
+
+ .thumbnails-a .videoCube:hover .thumbnail-overlay {
+ background: rgba(0, 0, 0, 0.2);
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ width: 100%;
+ height: 100%;
+ }
+
+ .thumbnails-a .firstWord {
+ font-weight: 200;
+ }
+
+ .thumbnails-a .trc_rbox_header:after {
+ position: absolute;
+ height: 5px;
+ background-color: #E4E7EA;
+ flex: 2;
+ content: '';
+ top: 15px;
+ width: 100%;
+ }
+
+ .thumbnails-a .syndicatedItem .branding .firstTabBranding {
+ font-weight: 400;
+ }
+
+ .thumbnails-d img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbnails-d [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbnails-d .trc_rbox_header {
+ line-height: 35px;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ margin-bottom: 10px;
+ }
+
+ .thumbnails-d .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ }
+
+ .thumbnails-d .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .thumbnails-d .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-d .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: 200;
+ font-size: 16.0px;
+ font-family: Panton, sans-serif;
+ }
+
+ .thumbnails-d .trc_rbox_header_span {
+ padding-right: 20px;
+ }
+
+ .thumbnails-d .videoCube a {
+ padding: 0;
+ }
+
+ .thumbnails-d .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbnails-d .video-label-box {
+ height: 108.0px;
+ }
+
+ .thumbnails-d .videoCube .video-label-box {
+ margin-top: 20px;
+ }
+
+ .thumbnails-d .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0 0 10px 0;
+ }
+
+ .thumbnails-d .videoCube .video-label-box .video-title {
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ }
+
+ .thumbnails-d .videoCube:hover .video-label-box .video-title {
+ text-decoration: none;
+ color: #FF8B00;
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ }
+
+ .thumbnails-d .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbnails-d .syndicatedItem .branding {
+ line-height: 17.0px;
+ }
+
+ .thumbnails-d .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 34px;
+ }
+
+ .thumbnails-d .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-d .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ top: 0;
+ right: 0;
+ }
+
+ .thumbnails-d .syndicatedItem .video-title {
+ height: 68px;
+ }
+
+ .thumbnails-d .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ top: 0;
+ right: 0;
+ background: white;
+ padding-left: 20px;
+ z-index: 2;
+ line-height: 25px;
+ }
+
+ .thumbnails-d .logoDiv .trc_desktop_attribution_link span {
+ font-weight: bold;
+ }
+
+ .thumbnails-d .videoCube:hover .thumbnail-overlay {
+ background: rgba(0, 0, 0, 0.2);
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ width: 100%;
+ height: 100%;
+ }
+
+ .thumbnails-d .firstWord {
+ font-weight: 200;
+ }
+
+ .thumbnails-d .trc_rbox_header:after {
+ position: absolute;
+ height: 5px;
+ background-color: #E4E7EA;
+ flex: 2;
+ content: '';
+ top: 15px;
+ width: 100%;
+ }
+
+ .thumbnails-d .syndicatedItem .branding .firstTabBranding {
+ font-weight: 400;
+ }
+
+ .thumbnails-f img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbnails-f [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbnails-f .trc_rbox_header {
+ line-height: 35px;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ margin-bottom: 20px;
+ }
+
+ .thumbnails-f .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ }
+
+ .thumbnails-f .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .thumbnails-f .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-f .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: 200;
+ font-size: 16.0px;
+ font-family: Panton, sans-serif;
+ }
+
+ .thumbnails-f .trc_rbox_header_span {
+ padding-right: 20px;
+ }
+
+ .thumbnails-f .videoCube a {
+ padding: 0;
+ }
+
+ .thumbnails-f .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbnails-f .video-label-box {
+ height: 99.0px;
+ }
+
+ .thumbnails-f .videoCube .video-label-box {
+ margin-top: 12px;
+ }
+
+ .thumbnails-f .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0 0 10px 0;
+ }
+
+ .thumbnails-f .videoCube .video-label-box .video-title {
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ }
+
+ .thumbnails-f .videoCube:hover .video-label-box .video-title {
+ text-decoration: none;
+ color: #FF8B00;
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ }
+
+ .thumbnails-f .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbnails-f .syndicatedItem .branding {
+ line-height: 15.0px;
+ max-height: 15.0px;
+ position: relative;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ }
+ }
+ .thumbnails-f .trc_header_left_column {
+ width: 100%;
+ display: inline-block;
+ background: transparent;
+ height: 34px;
+ }
+ .thumbnails-f .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+ .thumbnails-f .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ top: 0;
+ right: 0;
+ }
+ .thumbnails-f .syndicatedItem .video-title {
+ height: 72px;
+ }
+ .thumbnails-f .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ top: 0;
+ right: 0;
+ background: white;
+ padding-left: 20px;
+ z-index: 2;
+ line-height: 25px;
+ }
+ .thumbnails-f .logoDiv .trc_desktop_attribution_link span {
+ font-weight: bold;
+ }
+ .thumbnails-f .videoCube:hover .thumbnail-overlay {
+ background: rgba(0, 0, 0, 0.2);
+ -webkit-transition-property: all;
+ transition-property: all;
+ -webkit-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+ -webkit-transition-timing-function: ease;
+ transition-timing-function: ease;
+ width: 100%;
+ height: 100%;
+ }
+ .thumbnails-f .firstWord {
+ font-weight: 200;
+ }
+ .thumbnails-f .trc_rbox_header:after {
+ position: absolute;
+ height: 5px;
+ background-color: #E4E7EA;
+ flex: 2;
+ content: '';
+ top: 15px;
+ width: 100%;
+ }
+ .thumbnails-f .syndicatedItem .branding .firstTabBranding {
+ font-weight: 400;
+ }
+ .thumbnails-f .trc_rbox_outer .trc_rbox_div .videoCube {
+ width: 163px;
+ margin-left: 24px;
+ }
+ .thumbnails-f .trc_rbox_outer .trc_rbox_div .videoCube_1_child {
+ margin-left: 0px;
+ }
+ .thumbnails-f .trc_rbox_outer .trc_rbox_div .videoCube .thumbBlock_holder {
+ height: 122px;
+ }
+ .trc_elastic .trc_rbox_container .thumbnails-f {
+ width: 724px;
+ height: 282px;
+ }
+ .thumbnails-m img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+ .thumbnails-m [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+ .thumbnails-m .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-m .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-m .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+ .thumbnails-m .logoDiv a {
+ font-size: 100%;
+ }
+ .thumbnails-m .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+ .thumbnails-m .videoCube a {
+ padding: 0;
+ }
+ .thumbnails-m .thumbBlock {
+ margin: 0;
+ }
+ .trc_elastic .thumbnails-m .video-label-box {
+ height: 60.0px;
+ }
+ .thumbnails-m .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+ .thumbnails-m .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+ .thumbnails-m .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+ .thumbnails-m .video-label-box .branding {
+ display: block;
+ font-weight: bold;
+ }
+ .thumbnails-m .syndicatedItem .branding {
+ line-height: 20.0px;
+ -webkit-line-clamp: 1 !important;
+ overflow: hidden;
+ }
+ .thumbnails-m .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-m .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+ .thumbnails-m .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+ .thumbnails-m .syndicatedItem .branding::before {
+ content: 'Sponsored by ';
+ font-size: 14px;
+ color: #4CAF50;
+ line-height: 20px;
+ font-weight: 400;
+ font-family: Panton, sans-serif;
+ }
+ .thumbnails-m .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ bottom: 20px;
+ left: 1px;
+ }
+ .thumbnails-m .trc_rbox_header .trc_rbox_header_span::before {
+ content: 'YOU ';
+ font-weight: 300;
+ padding-top: 9px;
+ line-height: 20px;
+ }
+ .trc_elastic .thumbnails-m .logoDiv a span {
+ font-size: 14px;
+ }
+ .thumbnails-m2 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+ .thumbnails-m2 [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+ .thumbnails-m2 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-m2 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-m2 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+ .thumbnails-m2 .logoDiv a {
+ font-size: 100%;
+ }
+ .thumbnails-m2 .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+ .thumbnails-m2 .videoCube a {
+ padding: 0;
+ }
+ .thumbnails-m2 .thumbBlock {
+ margin: 0;
+ }
+ .trc_elastic .thumbnails-m2 .video-label-box {
+ height: 88.0px;
+ }
+ .thumbnails-m2 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+ .thumbnails-m2 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ }
+ .thumbnails-m2 .videoCube:hover .video-label-box .video-title {
+ text-decoration: underline;
+ }
+ .thumbnails-m2 .video-label-box .branding {
+ display: block;
+ }
+ .thumbnails-m2 .syndicatedItem .branding {
+ line-height: 22.0px;
+ }
+ .thumbnails-m2 .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-m2 .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+ .thumbnails-m2 .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+ .thumbnails-n img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+ .thumbnails-n [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+ .thumbnails-n .trc_rbox_div {
+ padding-bottom: 10px;
+ }
+ .thumbnails-n .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-n .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-n .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+ .thumbnails-n .trc_rbox_header .logoDiv a span {
+ font-size: 13px;
+ font-family: 'proxima nova';
+ font-weight: regular;
+ }
+ .thumbnails-n .logoDiv a {
+ font-size: 100%;
+ }
+ .thumbnails-n .logoDiv a span {
+ display: inline;
+ color: #000000;
+ font-weight: normal;
+ font-size: 11.0px;
+ }
+ .thumbnails-n .videoCube a {
+ padding: 0;
+ }
+ .thumbnails-n .trc_rbox_outer .videoCube {
+ margin: 0px 0PX 10px 0px;
+ }
+ .thumbnails-n .videoCube .item-thumbnail-href .thumbBlock_holder {
+ margin: 0 0 20px 0;
+ margin-right: 0px;
+ }
+ .thumbnails-n .thumbBlock {
+ margin: 0;
+ }
+ .thumbnails-n .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ border-width: 1px 0px 0px 0px;
+ border-style: solid;
+ border-color: #E4E7EA;
+ padding: 11px 0 0 10px;
+ margin-bottom: 9px;
+ font-weight: 400;
+ line-height: 20px;
+ height: 60px;
+ }
+ .thumbnails-n .videoCube:hover .video-label-box .video-title {
+ text-decoration: none;
+ }
+ .thumbnails-n .video-label-box .branding {
+ display: block;
+ font-family: 'Proxima Nova';
+ font-weight: bold;
+ font-size: 13px;
+ padding: 0 0 0px 10px;
+ }
+ .thumbnails-n .syndicatedItem .branding {
+ line-height: 20.0px;
+ max-height: 20px;
+ font-family: 'Proxima Nova';
+ font-weight: bold;
+ font-size: 13px;
+ -webkit-line-clamp: 1 !important;
+ overflow: hidden;
+ }
+ .thumbnails-n .trc_header_left_column {
+ width: 48%;
+ display: inline-block;
+ background: transparent;
+ height: auto;
+ }
+ .thumbnails-n .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+ .thumbnails-n .videoCube .video-label-box {
+ margin-top: 0px;
+ margin-right: 20px;
+ }
+ .thumbnails-n .videoCube.syndicatedItem .video-label-box {
+ margin-right: 20px;
+ }
+ .thumbnails-n .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ bottom: 20px;
+ left: 1px;
+ }
+ .thumbnails-n .trc_rbox_header .trc_rbox_header_span::before {
+ content: 'YOU ';
+ font-weight: 400;
+ padding-top: 9px;
+ line-height: 20px;
+ }
+ .thumbnails-n .syndicatedItem .branding::before {
+ content: 'Sponsored by ';
+ font-size: 13px;
+ color: #4CAF50;
+ line-height: 20px;
+ font-weight: 400;
+ font-family: 'Proxima Nova';
+ }
+ .trc_rbox.thumbnails-n {
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 10%);
+ }
+ .thumbnails-n .trc_rbox_div .videoCube {
+ border-width: 0px 0px 0px 0px;
+ border-style: solid;
+ border-color: #E4E7EA;
+ margin: 0px 0px 0px 0px !important;
+ }
+ .thumbnails-n .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 96px;
+ }
+ .thumbnails-n .trc_rbox_header {
+ margin: 0px 20px 0px 20px;
+ padding: 25px 0px 48px 0px;
+ }
+ </style>
+ <script type="text/javascript" src="https://d3qdfnco3bamip.cloudfront.net/wjs/v3.0.1484263742/javascripts/livefyre_mod_editor_main.js" async="" defer="defer"></script>
+ <style type="text/css"></style>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="components/flyout-promo.desktop" src="https://cnet2.cbsistatic.com/fly/js/components/flyout-promo.desktop-b30bb4d65e-rev.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="managers/third-party/facebook" src="https://cnet4.cbsistatic.com/fly/js/managers/third-party/facebook-856ce2b6eb-rev.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="components/modal-async.desktop" src="https://cnet1.cbsistatic.com/fly/js/components/modal-async.desktop-b2e042271d-rev.js"></script>
+ <style type="text/css">
+ @media screen and (min-width: 0px) {
+ .trc_elastic_trc_55099 .trc_rbox_outer {
+ margin-left: -0%;
+ }
+ .trc_elastic_trc_55099 .videoCube_aspect {
+ padding-bottom: 56.25%;
+ width: 100%;
+ }
+ .trc_elastic_trc_55099 .videoCube {
+ width: 24.9975%;
+ position: relative;
+ float: left;
+ margin: 0 0 0% 0;
+ margin-left: 0%;
+ }
+ .trc_elastic_trc_55099 div.videoCube:nth-of-type(-n+4) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_55099 div.videoCube:nth-of-type(n+5) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+ </style>
+ <style type="text/css">
+ .trc_popover_aug_container {
+ position: static;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover {
+ position: absolute;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ line-height: 16px;
+ color: #000000;
+ cursor: default;
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 12000;
+ width: 180px;
+ padding: 1px;
+ text-align: left;
+ white-space: normal;
+ background-color: #ffffff;
+ border: 1px solid #ccc;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -webkit-background-clip: padding-box;
+ -moz-background-clip: padding;
+ background-clip: padding-box;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover iframe {
+ width: 100%;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover .trc_popover_arrow,
+ .trc_popover .trc_popover_arrow:after {
+ position: absolute;
+ display: block;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover .trc_popover_arrow {
+ border-width: 11px;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover .trc_popover_arrow:after {
+ border-width: 10px;
+ content: "";
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover.trc_bottom {
+ margin-top: 10px;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover.trc_bottom .trc_popover_arrow {
+ top: -11px;
+ right: 11px;
+ margin-left: -11px;
+ border-bottom-color: #999;
+ border-bottom-color: rgba(0, 0, 0, 0.25);
+ border-top-width: 0;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover.trc_bottom .trc_popover_arrow:after {
+ top: 1px;
+ margin-left: -10px;
+ border-bottom-color: #ffffff;
+ border-top-width: 0;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover_fade.trc_in {
+ visibility: visible;
+ opacity: 1;
+ filter: alpha(opacity=100);
+ transition-delay: 0s, 0s;
+ -moz-transition-delay: 0s, 0s;
+ -webkit-transition-delay: 0s, 0s;
+ -o-transition-delay: 0s, 0s;
+ -ms-transition-delay: 0s, 0s;
+ }
+
+ #tbl-aug-wgbmm6 #tbl-aug-awrsmt #tbl-aug-5fmjui .trc_popover_fade {
+ visibility: hidden;
+ opacity: 0;
+ filter: alpha(opacity=0);
+ transition: opacity 500ms 0s, visibility 0s 500ms;
+ -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -o-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -ms-transition: opacity 500ms 0s, visibility 0s 500ms;
+ }
+ </style>
+ <style>
+ div.teads-inread div.teads-ui-components-label,
+ div.teads-inboard div.teads-ui-components-label,
+ div.teads-expand div.teads-ui-components-label {
+ font-family: 'Helvetica', Arial, sans-serif !important;
+ font-size: 11.5px !important;
+ color: #aaa;
+ text-align: center !important;
+ /*padding: 3px 0;*/
+ text-transform: uppercase !important;
+ height: 21px !important;
+ line-height: 21px !important;
+ letter-spacing: 0.3px !important;
+ font-weight: 300 !important;
+ }
+
+ div.teads-inread div.teads-ui-components-label::before,
+ div.teads-inboard div.teads-ui-components-label::before,
+ div.teads-impact div.teads-ui-components-label::before,
+ div.teads-inread div.teads-ui-components-label::after,
+ div.teads-inboard div.teads-ui-components-label::after,
+ div.teads-impact div.teads-ui-components-label::after {
+ display: none !important;
+ }
+
+ div.teads-inread.sm-screen div.teads-ui-components-label,
+ div.teads-inread.xs-screen div.teads-ui-components-label,
+ div.teads-inboard.sm-screen div.teads-ui-components-label,
+ div.teads-inboard.xs-screen div.teads-ui-components-label {
+ font-size: 10px !important;
+ }
+ </style>
+ <style>
+ div.teads-inread div.teads-ui-components-credits,
+ div.teads-inboard div.teads-ui-components-credits,
+ div.teads-expand div.teads-ui-components-credits {
+ font-family: 'Helvetica', Arial, sans-serif !important;
+ font-size: 11.5px !important;
+ color: #aaa !important;
+ text-align: right !important;
+ padding: 1px 0 !important;
+ height: 26px !important;
+ line-height: 26px !important;
+ padding-right: 4px !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits a span,
+ div.teads-inboard div.teads-ui-components-credits a span,
+ div.teads-expand div.teads-ui-components-credits a span {
+ display: inline !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits a span,
+ div.teads-inboard div.teads-ui-components-credits a span,
+ div.teads-expand div.teads-ui-components-credits a span,
+ div.teads-inread div.teads-ui-components-credits a,
+ div.teads-inboard div.teads-ui-components-credits a,
+ div.teads-expand div.teads-ui-components-credits a {
+ font-family: 'Helvetica', Arial, sans-serif !important;
+ font-size: 11.5px !important;
+ box-shadow: none !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread.sm-screen div.teads-ui-components-credits a span,
+ div.teads-inboard.sm-screen div.teads-ui-components-credits a span,
+ div.teads-expand.sm-screen div.teads-ui-components-credits a span,
+ div.teads-inread.sm-screen div.teads-ui-components-credits a,
+ div.teads-inboard.sm-screen div.teads-ui-components-credits a,
+ div.teads-expand.sm-screen div.teads-ui-components-credits a,
+ div.teads-inread.xs-screen div.teads-ui-components-credits a span,
+ div.teads-inboard.xs-screen div.teads-ui-components-credits a span,
+ div.teads-expand.xs-screen div.teads-ui-components-credits a span,
+ div.teads-inread.xs-screen div.teads-ui-components-credits a,
+ div.teads-inboard.xs-screen div.teads-ui-components-credits a,
+ div.teads-expand.xs-screen div.teads-ui-components-credits a {
+ font-family: 'Helvetica', Arial, sans-serif !important;
+ font-size: 9px !important;
+ box-shadow: none !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread.sm-screen div.teads-ui-components-credits,
+ div.teads-inboard.xs-screen div.teads-ui-components-credits {
+ font-size: 9px !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread .teads-ui-components-credits a,
+ div.teads-inboard .teads-ui-components-credits a,
+ div.teads-expand .teads-ui-components-credits a {
+ color: #aaa !important;
+ text-decoration: none !important;
+ font-weight: 300 !important;
+ border: none !important;
+ letter-spacing: 0.3px !important;
+ /*
+ * From @jean-pierre.colomb comment on https://jira.teads.net/browse/TT-4076
+ * The gqjapan.jp website overrides &lt;a&gt; properties to add 2 orange squares
+ * which affects the credits link
+ */
+ background: none !important;
+ padding: 0 !important;
+ }
+
+ div.teads-inread.sm-screen .teads-ui-components-credits a,
+ div.teads-inboard.sm-screen .teads-ui-components-credits a,
+ div.teads-expand.sm-screen .teads-ui-components-credits a,
+ div.teads-inread.xs-screen .teads-ui-components-credits a,
+ div.teads-inboard.xs-screen .teads-ui-components-credits a,
+ div.teads-expand.xs-screen .teads-ui-components-credits a {
+ font-size: 9px !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits span.teads-ui-components-credits-colored,
+ div.teads-inboard div.teads-ui-components-credits span.teads-ui-components-credits-colored,
+ div.teads-expand div.teads-ui-components-credits span.teads-ui-components-credits-colored {
+ color: #79BBE9 !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits span::before,
+ div.teads-inboard div.teads-ui-components-credits span::before,
+ div.teads-impact div.teads-ui-components-credits span::before,
+ div.teads-inread div.teads-ui-components-credits span::after,
+ div.teads-inboard div.teads-ui-components-credits span::after,
+ div.teads-impact div.teads-ui-components-credits span::after {
+ display: none !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits a::before,
+ div.teads-inboard div.teads-ui-components-credits a::before,
+ div.teads-impact div.teads-ui-components-credits a::before,
+ div.teads-inread div.teads-ui-components-credits a::after,
+ div.teads-inboard div.teads-ui-components-credits a::after,
+ div.teads-impact div.teads-ui-components-credits a::after {
+ display: none !important;
+ }
+ </style>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//connect.facebook.net/en_US/all.js" src="//connect.facebook.net/en_US/all.js"></script><iframe tabindex="-1" style="display: none;" src="//widget.perfectmarket.com/opt/tboptevent.html?v=2&amp;a=u&amp;d=%7B%22stp%22%3A%7B%22a%22%3A1%7D%2C%22Video%22%3A%7B%22a%22%3A1%7D%7D" width="0" height="0"></iframe>
+ <style type="text/css">
+ .fb_hidden {
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reposition {
+ overflow: hidden;
+ position: relative
+ }
+
+ .fb_invisible {
+ display: none
+ }
+
+ .fb_reset {
+ background: none;
+ border: 0;
+ border-spacing: 0;
+ color: #000;
+ cursor: auto;
+ direction: ltr;
+ font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
+ font-size: 11px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-height: 1;
+ margin: 0;
+ overflow: visible;
+ padding: 0;
+ text-align: left;
+ text-decoration: none;
+ text-indent: 0;
+ text-shadow: none;
+ text-transform: none;
+ visibility: visible;
+ white-space: normal;
+ word-spacing: normal
+ }
+
+ .fb_reset&gt;
+ div {
+ overflow: hidden
+ }
+
+ .fb_link img {
+ border: none
+ }
+
+ @keyframes fb_transform {
+ from {
+ opacity: 0;
+ transform: scale(.95)
+ }
+ to {
+ opacity: 1;
+ transform: scale(1)
+ }
+ }
+
+ .fb_animate {
+ animation: fb_transform .3s forwards
+ }
+
+ .fb_dialog {
+ background: rgba(82, 82, 82, .7);
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reset .fb_dialog_legacy {
+ overflow: visible
+ }
+
+ .fb_dialog_advanced {
+ padding: 10px;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+ border-radius: 8px
+ }
+
+ .fb_dialog_content {
+ background: #fff;
+ color: #333
+ }
+
+ .fb_dialog_close_icon {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif);
+ cursor: pointer;
+ display: block;
+ height: 15px;
+ position: absolute;
+ right: 18px;
+ top: 17px;
+ width: 15px
+ }
+
+ .fb_dialog_mobile .fb_dialog_close_icon {
+ top: 5px;
+ left: 5px;
+ right: auto
+ }
+
+ .fb_dialog_padding {
+ background-color: transparent;
+ position: absolute;
+ width: 1px;
+ z-index: -1
+ }
+
+ .fb_dialog_close_icon:hover {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_close_icon:active {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_loader {
+ background-color: #f6f7f9;
+ border: 1px solid #606060;
+ font-size: 24px;
+ padding: 20px
+ }
+
+ .fb_dialog_top_left,
+ .fb_dialog_top_right,
+ .fb_dialog_bottom_left,
+ .fb_dialog_bottom_right {
+ height: 10px;
+ width: 10px;
+ overflow: hidden;
+ position: absolute
+ }
+
+ .fb_dialog_top_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;
+ left: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_top_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;
+ right: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_bottom_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;
+ bottom: -10px;
+ left: -10px
+ }
+
+ .fb_dialog_bottom_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;
+ right: -10px;
+ bottom: -10px
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right,
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ position: absolute;
+ background: #525252;
+ filter: alpha(opacity=70);
+ opacity: .7
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right {
+ width: 10px;
+ height: 100%
+ }
+
+ .fb_dialog_vert_left {
+ margin-left: -10px
+ }
+
+ .fb_dialog_vert_right {
+ right: 0;
+ margin-right: -10px
+ }
+
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ width: 100%;
+ height: 10px
+ }
+
+ .fb_dialog_horiz_top {
+ margin-top: -10px
+ }
+
+ .fb_dialog_horiz_bottom {
+ bottom: 0;
+ margin-bottom: -10px
+ }
+
+ .fb_dialog_iframe {
+ line-height: 0
+ }
+
+ .fb_dialog_content .dialog_title {
+ background: #6d84b4;
+ border: 1px solid #365899;
+ color: #fff;
+ font-size: 14px;
+ font-weight: bold;
+ margin: 0
+ }
+
+ .fb_dialog_content .dialog_title&gt;
+ span {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
+ float: left;
+ padding: 5px 0 7px 26px
+ }
+
+ body.fb_hidden {
+ -webkit-transform: none;
+ height: 100%;
+ margin: 0;
+ overflow: visible;
+ position: absolute;
+ top: -10000px;
+ left: 0;
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
+ min-height: 100%;
+ min-width: 100%;
+ overflow: hidden;
+ position: absolute;
+ top: 0;
+ z-index: 10001
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered {
+ width: auto;
+ height: auto;
+ min-height: initial;
+ min-width: initial;
+ background: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
+ background: none
+ }
+
+ .loading.centered #fb_dialog_loader_close {
+ color: #fff;
+ display: block;
+ padding-top: 20px;
+ clear: both;
+ font-size: 18px
+ }
+
+ #fb-root #fb_dialog_ipad_overlay {
+ background: rgba(0, 0, 0, .45);
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ top: 0;
+ width: 100%;
+ min-height: 100%;
+ z-index: 10000
+ }
+
+ #fb-root #fb_dialog_ipad_overlay.hidden {
+ display: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading iframe {
+ visibility: hidden
+ }
+
+ .fb_dialog_content .dialog_header {
+ -webkit-box-shadow: white 0 1px 1px -1px inset;
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));
+ border-bottom: 1px solid;
+ border-color: #1d4088;
+ color: #fff;
+ font: 14px Helvetica, sans-serif;
+ font-weight: bold;
+ text-overflow: ellipsis;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
+ vertical-align: middle;
+ white-space: nowrap
+ }
+
+ .fb_dialog_content .dialog_header table {
+ -webkit-font-smoothing: subpixel-antialiased;
+ height: 43px;
+ width: 100%
+ }
+
+ .fb_dialog_content .dialog_header td.header_left {
+ font-size: 12px;
+ padding-left: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .dialog_header td.header_right {
+ font-size: 12px;
+ padding-right: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .touchable_button {
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));
+ border: 1px solid #29487d;
+ -webkit-background-clip: padding-box;
+ -webkit-border-radius: 3px;
+ -webkit-box-shadow: rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;
+ display: inline-block;
+ margin-top: 3px;
+ max-width: 85px;
+ line-height: 18px;
+ padding: 4px 12px;
+ position: relative
+ }
+
+ .fb_dialog_content .dialog_header .touchable_button input {
+ border: none;
+ background: none;
+ color: #fff;
+ font: 12px Helvetica, sans-serif;
+ font-weight: bold;
+ margin: 2px -12px;
+ padding: 2px 6px 3px 6px;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog_content .dialog_header .header_center {
+ color: #fff;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 18px;
+ text-align: center;
+ vertical-align: middle
+ }
+
+ .fb_dialog_content .dialog_content {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
+ border: 1px solid #555;
+ border-bottom: 0;
+ border-top: 0;
+ height: 150px
+ }
+
+ .fb_dialog_content .dialog_footer {
+ background: #f6f7f9;
+ border: 1px solid #555;
+ border-top-color: #ccc;
+ height: 40px
+ }
+
+ #fb_dialog_loader_close {
+ float: left
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
+ visibility: hidden
+ }
+
+ #fb_dialog_loader_spinner {
+ animation: rotateSpinner 1.2s linear infinite;
+ background-color: transparent;
+ background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ height: 24px;
+ width: 24px
+ }
+
+ @keyframes rotateSpinner {
+ 0% {
+ transform: rotate(0deg)
+ }
+ 100% {
+ transform: rotate(360deg)
+ }
+ }
+
+ .fb_iframe_widget {
+ display: inline-block;
+ position: relative
+ }
+
+ .fb_iframe_widget span {
+ display: inline-block;
+ position: relative;
+ text-align: justify
+ }
+
+ .fb_iframe_widget iframe {
+ position: absolute
+ }
+
+ .fb_iframe_widget_fluid_desktop,
+ .fb_iframe_widget_fluid_desktop span,
+ .fb_iframe_widget_fluid_desktop iframe {
+ max-width: 100%
+ }
+
+ .fb_iframe_widget_fluid_desktop iframe {
+ min-width: 220px;
+ position: relative
+ }
+
+ .fb_iframe_widget_lift {
+ z-index: 1
+ }
+
+ .fb_hide_iframes iframe {
+ position: relative;
+ left: -10000px
+ }
+
+ .fb_iframe_widget_loader {
+ position: relative;
+ display: inline-block
+ }
+
+ .fb_iframe_widget_fluid {
+ display: inline
+ }
+
+ .fb_iframe_widget_fluid span {
+ width: 100%
+ }
+
+ .fb_iframe_widget_loader iframe {
+ min-height: 32px;
+ z-index: 2;
+ zoom: 1
+ }
+
+ .fb_iframe_widget_loader .FB_Loader {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat;
+ height: 32px;
+ width: 32px;
+ margin-left: -16px;
+ position: absolute;
+ left: 50%;
+ z-index: 4
+ }
+ </style><iframe tabindex="-1" style="display: none;" src="//widget.perfectmarket.com/opt/tboptevent.html?v=2&amp;a=u&amp;d=%7B%22Video%22%3A%7B%22v%22%3A1%7D%7D" width="0" height="0"></iframe></head>
+<body class="not-logged-in
+ us
+
+
+
+
+
+
+
+ noBleed
+
+ touch-disabled" data-cms-edit="{&quot;url&quot;:&quot;http:\/\/cms-beta.cnet.com\/content\/article\/ca76438a-4f9c-425f-bdb7-a69a7121cef0&quot;}">
+ <svg xmlns="http://www.w3.org/2000/svg" class="svg-symbol"><symbol id="stars-full" viewBox="0 0 14 14"><polygon points="7,0 8.8,5.1 14,5.3 9.9,8.7 11.3,14 7,11 2.7,14 4.1,8.7 0,5.3 5.2,5.1"/></symbol><symbol id="stars-half" viewBox="0 0 14 14"><polygon points="7.1,0 7.1,11 2.7,14 4.1,8.7 0,5.3 5.2,5.1"/></symbol><symbol id="play" viewBox="0 0 26.6 32"><path d="M0,2.6c0-2.4,1.6-3.3,3.7-2L25,13.7c2,1.3,2,3.2,0,4.5L3.7,31.4c-2,1.3-3.7,0.3-3.7-2C0,29.4,0,2.6,0,2.6z"/></symbol><symbol id="playOverlay" viewBox="-99 101 100 100"><g><circle cx="-50" cy="151" r="33"/></g><path class="playOverlayBorder" d="M-50,118c18.2,0,33,14.8,33,33s-14.8,33-33,33s-33-14.8-33-33S-68.2,118-50,118 M-50,116c-19.3,0-35,15.7-35,35 s15.7,35,35,35s35-15.7,35-35S-30.7,116-50,116L-50,116z"/><g><path class="playOverlayArrow" d="M-60.3,138.6c0-2.2,1.5-3.1,3.4-1.9l19.8,12.2c1.9,1.2,1.9,3,0,4.2l-19.8,12.2c-1.9,1.2-3.4,0.3-3.4-1.9C-60.3,163.4-60.3,138.6-60.3,138.6z"/></g></symbol><symbol id="allContent" viewBox="0 0 32 32"><g><ellipse cx="4.1" cy="4.1" rx="4.1" ry="4.1"/><ellipse cx="16" cy="4.1" rx="4.1" ry="4.1"/><ellipse cx="27.9" cy="4.1" rx="4.1" ry="4.1"/></g><g><ellipse cx="4.1" cy="16" rx="4.1" ry="4.1"/><ellipse cx="16" cy="16" rx="4.1" ry="4.1"/><ellipse cx="27.9" cy="16" rx="4.1" ry="4.1"/></g><g><ellipse cx="4.1" cy="27.9" rx="4.1" ry="4.1"/><ellipse cx="16" cy="27.9" rx="4.1" ry="4.1"/><ellipse cx="27.9" cy="27.9" rx="4.1" ry="4.1"/></g></symbol><symbol id="video" viewBox="0 0 32 22"><g><path d="M29,2.2c-0.7,0.2-4.6,3-7.9,5.3V2.1C21.1,1,20.1,0,19,0H2.1C1,0,0,1,0,2.1v17.7C0,21,1,22,2.1,22H19c1.2,0,2.1-1,2.1-2.1
+ v-5.9c3.3,2.4,7.4,5.4,8.2,5.6c1.4,0.4,2.7-0.1,2.7-0.1V2.2C32,2.2,30.1,1.8,29,2.2z"/></g></symbol><symbol id="cnet" viewBox="0 0 180 131.5"><g><rect x="44.2" width="8.1" height="131.5"/><path d="M11.1,47.9c0.1-8.3,14.5-8.6,14.5-0.4l0.1,7.1h11V48c0.7-22-37-22-36.7-0.5v37.9c-0.3,21.5,37.5,22,36.8,0v-7.9H25.6v8.5
+ c0,8.2-14.3,8.4-14.5,0V47.5L11.1,47.9z"/><path d="M73.8,39.3c0,0,1.9-2.8,6.9-5.6c6.4-3.5,12.6,0,11.7-0.4c5,2.2,6.9,7.6,7.3,13.6v44.9h7.1v8.2H88.6l0-53.6
+ c0-7.8-13.2-7.6-13.3,0.4l0-0.4V100H59v-8.2l5.2,0V41.5l-6.1-0.1v-8.2h15.7L73.8,39.3z"/><path d="M156.1,85.2c0.4,6,2.3,11.4,7.3,13.6c-0.9-0.4,2.5,1.3,5.9,1.2c1.8,0,10.7,0,10.7,0v-8.2c0,0-4.5-0.1-6.9,0
+ c-3,0-5.6-1.4-5.8-5.7l0,0l0-44.5l0-0.1H178v-8.1h-10.7l0-0.1V16h-11.2l0,0L156.1,85.2L156.1,85.2z"/><path d="M135.9,77.4v8.5c0,8.2-14.4,8.4-14.5,0V68.2l23.6,0c1.1,0,2-0.9,2-2l0-18.2c0.7-22-37-22-36.7-0.5v37.9
+ c-0.3,21.5,37.5,22,36.8,0v-7.9H135.9z M121.4,47.4c0.2-8.2,14.5-8.2,14.5,0.1l0,12.4h-14.4V47.4z"/></g></symbol><symbol id="photo" viewBox="0 0 32 24"><path d="M30,4h-6c-0.5,0-2.9-4-4-4h-8c-1.1,0-3.6,4-4,4H2C0.9,4,0,4.9,0,6v16c0,1.1,0.9,2,2,2h28c1.1,0,2-0.9,2-2V6
+ C32,4.9,31.1,4,30,4z M16,20.3c-3.9,0-7-3.1-7-7c0-3.9,3.1-7,7-7c3.9,0,7,3.1,7,7C23,17.2,19.9,20.3,16,20.3z M16,19
+ c-3.1,0-5.6-2.5-5.6-5.6c0-3.1,2.5-5.6,5.6-5.6c3.1,0,5.6,2.5,5.6,5.6C21.6,16.5,19.1,19,16,19z"/></symbol><symbol id="galleryOverlay" viewBox="0 0 70 70"><style type="text/css">
+ .circle{opacity:0.3;}
+ .outline{opacity:0.5;fill:#FFFFFF;enable-background:new;}
+ .icon{fill:#FFFFFF;}
+ </style><g class="circle"><circle cx="35" cy="35" r="33"/></g><path class="outline" d="M35,2c18.2,0,33,14.8,33,33S53.2,68,35,68S2,53.2,2,35S16.8,2,35,2 M35,0C15.7,0,0,15.7,0,35s15.7,35,35,35
+ s35-15.7,35-35S54.3,0,35,0L35,0z"/><circle class="icon" cx="30.5" cy="34.2" r="1.8"/><polygon class="icon" points="21.2,41.3 19.1,41.3 19.1,22.9 45.5,22.9 45.5,25 21.2,25 "/><path class="icon" d="M48.9,30v15.1h-23V30H48.9 M50.9,28h-27v19.1h27V28L50.9,28z"/><polygon class="icon" points="29,42.8 33.1,37.5 35.7,40 40.4,33.6 46.6,42.8 "/></symbol><symbol id="arrow-round" viewBox="0 0 16 28"><g><path d="M0.6,27.4c0.8,0.8,2,0.8,2.8,0l12-12c0.8-0.8,0.8-2,0-2.8l-12-12C3,0.2,2.5,0,2,0C1.5,0,1,0.2,0.6,0.6
+ c-0.8,0.8-0.8,2,0,2.8L11.2,14L0.6,24.6C-0.2,25.4-0.2,26.6,0.6,27.4z"/></g></symbol><symbol id="pop-out" viewBox="0 0 32 32"><g><polygon points="25.2,19.9 25.2,27.9 4.1,27.9 4.1,7 12.6,7 12.6,2.7 0,2.7 0,32 29.3,32 29.3,19.9 "/><polygon points="18.6,0 18.6,4.1 25.1,4.1 15.2,14 18.2,16.9 27.9,7.2 27.9,13 32,13 32,0 "/></g></symbol><symbol id="close" viewBox="0 0 28 28"><polygon points="28,1.9 26.1,0 14,12.1 1.9,0 0,1.9 12.1,14 0,26.1 1.9,28 14,15.9 26.1,28 28,26.1 15.9,14 "/></symbol></svg><svg xmlns="http://www.w3.org/2000/svg" class="svg-symbol"><symbol id="comments" viewBox="0 0 15 15"><polygon points="0,11 12,11 15,15 15,0 0,0"/></symbol><symbol id="email" viewBox="0 0 32 21"><g><polygon points="32,19.5 32,1.3 23.1,10.4"/></g><g><path d="M16.9,13.8L30.4,0h-29l13.5,13.9C15.4,14.4,16.3,14.4,16.9,13.8z"/></g><g><polygon points="0,1.5 0,19.4 8.7,10.5"/></g><g><path d="M18.3,15.3c-0.7,0.7-1.6,1-2.4,1c-0.9,0-1.7-0.3-2.4-1L10.2,12l-8.8,9h29.2l-8.9-9.2L18.3,15.3z"/></g><g><polygon points="32,21 32,21 32,21"/></g></symbol><symbol id="facebook" viewBox="0 0 15.2 32"><path d="M15.2,11.1H9.6V7c0-1.2,1.3-1.5,1.9-1.5c0.6,0,3.6,0,3.6,0V0L11,0C5.4,0,4.1,4.1,4.1,6.7v4.4H0v5.6h4.1
+ c0,7.3,0,15.2,0,15.2h5.5c0,0,0-8.1,0-15.2h4.7L15.2,11.1z"/></symbol><symbol id="googleplus" viewBox="0 0 32 32"><path d="M18.8,1c1.1-0.6,1.6-1,1.6-1H9.9C7.8,0,2,2.4,2,7.9c0,5.5,6,6.7,8.2,6.6C9,16,10,17.4,10.7,18.1
+ c0.7,0.7,0.5,0.9-0.3,0.9C9.7,19,0,19.1,0,26s12.8,7.4,17.1,3.7s3.3-8.9,0-11.2c-3.3-2.3-4.5-3.4-2.4-5.3
+ c2.1-1.8,3.7-3.3,3.7-6.8s-2.8-5.2-2.8-5.2S17.7,1.6,18.8,1z M17.1,25.7c0,3-2.5,4.4-6.8,4.4c-4.3,0-6.6-2.1-6.6-5.4
+ c0-3.2,3.1-4.8,9-4.8C14.3,21.2,17.1,22.7,17.1,25.7z M10.9,13.2c-5.2,0-7.5-12.1-1.4-12.1C14.2,0.9,17.8,13.2,10.9,13.2z
+ M28.1,4V0.1h-2V4h-4v2h4V10h2V6.1H32V4H28.1z"/></symbol><symbol id="linkedin" viewBox="0 0 31.9 32"><path d="M24,8c-5.1,0.1-7.7,3.8-8,4V8h-6v24h6V18c0-0.5,1.3-4.6,6-4c2.5,0.2,3.9,3.5,4,4v14l6,0V15.4
+ C31.7,13,30.5,8.1,24,8z M0,32h6V8H0V32z M3,0C1.3,0,0,1.3,0,3s1.3,3,3,3c1.7,0,3-1.3,3-3S4.7,0,3,0z"/></symbol><symbol id="more" viewBox="0 0 32 7.3"><circle cx="3.7" cy="3.7" r="3.7"/><circle cx="16" cy="3.7" r="3.7"/><circle cx="28.3" cy="3.7" r="3.7"/></symbol><symbol id="pinterest" viewBox="0 0 24.9 32"><path d="M13.2,0C4.4,0,0,6.3,0,11.5c0,3.2,1.2,6,3.8,7c0.4,0.2,0.8,0,0.9-0.5c0.1-0.3,0.3-1.1,0.4-1.5
+ c0.1-0.5,0.1-0.6-0.3-1c-0.7-0.9-1.2-2-1.2-3.6c0-4.6,3.5-8.8,9.1-8.8c5,0,7.7,3,7.7,7c0,5.3-2.4,9.8-5.9,9.8
+ c-1.9,0-3.4-1.6-2.9-3.5c0.6-2.3,1.6-4.8,1.6-6.5c0-1.5-0.8-2.8-2.5-2.8c-2,0-3.6,2-3.6,4.8c0,1.7,0.6,2.9,0.6,2.9s-2,8.5-2.4,10
+ c-0.7,3-0.1,6.6-0.1,7c0,0.2,0.3,0.3,0.4,0.1c0.2-0.2,2.5-3.1,3.3-6c0.2-0.8,1.3-5.1,1.3-5.1c0.6,1.2,2.5,2.3,4.5,2.3
+ c5.9,0,10-5.4,10-12.6C24.9,5.1,20.3,0,13.2,0z"/></symbol><symbol id="reddit" viewBox="0 0 32 26.7"><path d="M22.9,14.5C23,14.7,23,15,23,15.2c0,0.4-0.2,0.9-0.4,1.2c-0.3,0.3-0.6,0.6-1,0.7h0c0,0,0,0,0,0c0,0,0,0,0,0
+ c-0.2,0.1-0.4,0.1-0.6,0.1c-0.5,0-0.9-0.2-1.3-0.5c-0.4-0.3-0.6-0.7-0.7-1.2c0,0,0,0,0,0c0,0,0,0,0,0h0c0-0.1,0-0.2,0-0.4
+ c0-0.4,0.1-0.8,0.4-1.2c0.2-0.3,0.6-0.6,1-0.7c0,0,0,0,0,0c0,0,0,0,0,0c0.2-0.1,0.5-0.1,0.7-0.1c0.4,0,0.8,0.1,1.2,0.4
+ C22.5,13.8,22.7,14.1,22.9,14.5C22.9,14.5,22.9,14.5,22.9,14.5C22.9,14.5,22.9,14.5,22.9,14.5L22.9,14.5z M21.6,19.7
+ c-0.2-0.1-0.4-0.2-0.6-0.2c-0.2,0-0.3,0-0.5,0.1c-1.4,0.8-3.1,1.3-4.7,1.3c-1.2,0-2.5-0.3-3.6-0.8l0,0l0,0
+ c-0.2-0.1-0.4-0.2-0.6-0.4c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.4,0.1c0,0,0,0,0,0
+ c-0.2,0.1-0.3,0.2-0.4,0.4c-0.1,0.2-0.2,0.4-0.2,0.6c0,0.2,0,0.3,0.1,0.5c0.1,0.1,0.2,0.3,0.4,0.4c1.6,1.1,3.5,1.6,5.4,1.6
+ c1.7,0,3.4-0.4,4.9-1.1l0,0l0,0c0.2-0.1,0.5-0.2,0.7-0.4c0.1-0.1,0.2-0.2,0.4-0.3c0.1-0.1,0.2-0.3,0.2-0.4c0-0.1,0-0.2,0-0.2
+ c0-0.1,0-0.3-0.1-0.4C21.9,19.9,21.8,19.8,21.6,19.7L21.6,19.7z M10.4,17.1C10.4,17.1,10.4,17.1,10.4,17.1
+ c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.6c0.4-0.3,0.6-0.8,0.6-1.4c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0-0.6-0.3-1-0.6-1.4
+ c-0.4-0.3-0.9-0.6-1.4-0.6c-0.1,0-0.3,0-0.4,0c0,0,0,0,0,0h0c-0.7,0.1-1.3,0.7-1.5,1.4c0,0,0,0,0,0C9,14.8,9,15,9,15.2
+ c0,0.4,0.1,0.9,0.4,1.2C9.6,16.7,10,17,10.4,17.1C10.4,17.1,10.4,17.1,10.4,17.1L10.4,17.1z M32,12.1L32,12.1c0,0.1,0,0.1,0,0.2
+ c0,0.8-0.2,1.5-0.7,2.2c-0.4,0.6-0.9,1.1-1.5,1.4c0,0.3,0.1,0.6,0.1,0.9c0,1.7-0.6,3.3-1.6,4.6v0h0c-1.9,2.5-4.7,3.9-7.6,4.7l0,0
+ c-1.5,0.4-3.1,0.6-4.7,0.6c-2.4,0-4.7-0.4-6.9-1.3v0h0c-2.3-0.9-4.5-2.4-5.8-4.6c-0.7-1.2-1.1-2.5-1.1-3.9c0-0.3,0-0.6,0.1-0.9
+ c-0.6-0.3-1.1-0.8-1.5-1.4C0.3,13.9,0,13.2,0,12.4v0c0-1.1,0.5-2.1,1.2-2.8c0.7-0.7,1.7-1.2,2.8-1.2h0c0.1,0,0.2,0,0.3,0
+ c0.5,0,1.1,0.1,1.6,0.3l0,0h0C6.3,8.8,6.8,9,7.1,9.3c0.1-0.1,0.3-0.1,0.4-0.2c2.3-1.4,5-1.9,7.6-2c0-1.3,0.2-2.7,0.8-3.8
+ c0.5-1,1.4-1.8,2.5-2l0,0h0c0.4-0.1,0.8-0.1,1.2-0.1c1.1,0,2.2,0.3,3.2,0.7c0.5-0.7,1.1-1.2,1.9-1.5l0,0l0,0
+ C25.3,0.1,25.8,0,26.2,0c0.5,0,1,0.1,1.5,0.3v0c0,0,0,0,0,0c0,0,0,0,0,0C28.4,0.6,29,1,29.4,1.6C29.8,2.2,30,3,30,3.7
+ c0,0.1,0,0.3,0,0.4l0,0c0,0,0,0,0,0c-0.1,1-0.6,1.8-1.2,2.4c-0.7,0.6-1.6,1-2.5,1c-0.1,0-0.3,0-0.4,0c-0.9-0.1-1.8-0.5-2.4-1.2
+ c-0.6-0.7-1-1.5-1-2.5c0,0,0-0.1,0-0.1C21.6,3.3,20.7,3,19.8,3c-0.1,0-0.3,0-0.4,0h0c-0.7,0.1-1.3,0.5-1.6,1.1v0
+ c-0.5,0.9-0.6,1.9-0.6,3c2.6,0.2,5.2,0.8,7.4,2.1h0l0,0c0,0,0.1,0.1,0.2,0.1C25,9.2,25.2,9,25.4,8.9c0.7-0.5,1.5-0.7,2.3-0.7
+ c0.4,0,0.7,0,1.1,0.1h0l0,0c0,0,0,0,0,0c0.8,0.2,1.6,0.7,2.2,1.3C31.5,10.4,31.9,11.2,32,12.1L32,12.1L32,12.1z M24.4,3.6
+ c0,0,0,0.1,0,0.1v0c0,0.4,0.2,0.9,0.6,1.2c0.3,0.3,0.8,0.5,1.2,0.5h0c0,0,0.1,0,0.1,0c0.4,0,0.9-0.2,1.2-0.5
+ C27.8,4.6,28,4.2,28,3.8v0c0,0,0-0.1,0-0.1c0-0.5-0.2-0.9-0.6-1.2c-0.3-0.3-0.8-0.5-1.2-0.5c-0.1,0-0.3,0-0.4,0.1h0l0,0
+ c-0.4,0.1-0.7,0.3-1,0.6C24.6,2.9,24.4,3.2,24.4,3.6L24.4,3.6z M5.4,10.5c-0.3-0.2-0.7-0.3-1.1-0.3c-0.1,0-0.1,0-0.2,0h0l0,0
+ c-0.5,0-1,0.2-1.4,0.6c-0.4,0.4-0.6,0.8-0.7,1.4v0l0,0c0,0,0,0.1,0,0.1c0,0.3,0.1,0.6,0.3,0.9c0.1,0.2,0.3,0.4,0.5,0.6
+ C3.4,12.6,4.3,11.5,5.4,10.5L5.4,10.5z M27.8,16.9c0-1.2-0.4-2.3-1.1-3.2c-1.3-1.9-3.4-3.1-5.6-3.8l0,0c-0.4-0.1-0.8-0.2-1.3-0.3
+ c-1.3-0.3-2.6-0.4-3.9-0.4c-1.7,0-3.5,0.3-5.2,0.8c-2.2,0.7-4.3,1.9-5.6,3.8v0c-0.7,0.9-1.1,2.1-1.1,3.3c0,0.4,0.1,0.9,0.2,1.3
+ l0,0c0.2,0.9,0.7,1.8,1.3,2.5c0.6,0.7,1.4,1.3,2.2,1.8c0.2,0.1,0.4,0.2,0.5,0.3c2.3,1.3,5,1.9,7.6,1.9c0.4,0,0.9,0,1.3,0
+ c2.7-0.2,5.3-1,7.5-2.6v0c0.7-0.5,1.3-1.1,1.8-1.8c0.5-0.7,0.9-1.5,1-2.3v0C27.8,17.5,27.8,17.2,27.8,16.9L27.8,16.9z M29.9,12.3
+ c0-0.3-0.1-0.6-0.2-0.8l0,0l0,0c-0.2-0.4-0.5-0.7-0.8-0.9c-0.4-0.2-0.8-0.3-1.2-0.3c-0.4,0-0.7,0.1-1.1,0.3c1.1,0.9,2,2,2.6,3.3
+ c0.2-0.2,0.4-0.4,0.5-0.6C29.8,13,29.9,12.6,29.9,12.3L29.9,12.3z M29.9,12.3"/></symbol><symbol id="stumble" viewBox="0 0 32 24"><path d="M17.8,8.6l2.1,1.5l3.3-1.5l0-1.6C23,3.3,19.9,0,16,0c-3.8,0-7,3.2-7.1,6.9v9.9c0,0.9-0.8,1.6-1.7,1.6
+ c-0.9,0-1.9-0.4-1.9-1.3V12H0c0,0,0,5.1,0,5.1C0,20.9,3.2,24,7.1,24c3.9,0,7.1-3.1,7.1-6.9V6.9c0-0.9,0.8-1.7,1.8-1.7
+ c0.9,0,1.8,0.8,1.8,1.7V8.6z M26.7,12v5.1c0,0.9-1,1.5-1.9,1.5c-0.9,0-1.7-0.7-1.7-1.6l0-5l-3.3,1.6L17.8,12v5.1
+ c0,3.8,3.2,6.9,7.1,6.9c3.9,0,7.1-3.1,7.1-6.9c0,0,0-5.1,0-5.1H26.7z"/></symbol><symbol id="tumblr" viewBox="0 0 20.9 32"><path d="M7,0C6.8,1.8,6.7,2.4,6.1,3.6C5.5,4.7,4.7,6.2,3.7,7.1C2.8,7.9,1.4,8.7,0,9.2v5.5h4.1v8.9
+ c0,1.6,0.2,2.8,0.5,3.6c0.3,0.8,0.9,1.6,1.8,2.4c0.9,0.7,2.8,1.7,2.8,1.7s1.6,0.6,3.2,0.6c1.4,0,2.7-0.1,4-0.4c1.2-0.3,3-1,4.6-1.7
+ v-5.5c-1.8,1.1-4,1.9-5.8,1.9c-1,0-1.9-0.2-2.7-0.7c-0.6-0.3-1-0.8-1.2-1.4c-0.2-0.6-0.7-1.9-0.7-3.9v-5.7H19V8.6h-8.5V0H7z"/></symbol><symbol id="twitter" viewBox="0 0 32.5 28.4"><path d="M32.5,3.4c-0.5,0.3-2.2,1-3.7,1.1c1-0.6,2.4-2.4,2.8-3.9c-0.9,0.6-3.1,1.6-4.2,1.6c0,0,0,0,0,0
+ C26.1,0.9,24.4,0,22.5,0c-3.7,0-6.7,3.2-6.7,7.2c0,0.6,0.1,1.1,0.2,1.6h0C11,8.7,5.1,6,1.8,1.3c-2,3.8-0.3,8,2,9.5
+ c-0.8,0.1-2.2-0.1-2.9-0.8c0,2.5,1.1,5.8,5.2,7c-0.8,0.5-2.2,0.3-2.8,0.2c0.2,2.1,3,4.9,6,4.9c-1.1,1.3-4.7,3.8-9.3,3
+ c3.1,2,6.7,3.2,10.5,3.2c10.8,0,19.2-9.4,18.7-21.1c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1C30.2,6.4,31.5,5.1,32.5,3.4z"/></symbol><symbol id="yahoo" viewBox="-133 141 30.3 20"><path d="M-107.7,146.7c0,0,1.2-0.7,2.1-0.7s2.1,0,2.1,0l0.8-1.9h-12.9l0.1,1.4l0.8,0.4l3.3,0.1c0,0,0.2,0.7-0.3,1.1
+ c-0.6,0.4-5.4,4.7-5.4,4.7l-6.2-7.5c0,0,0.1-0.2,1-0.2c0.9,0,3.5,0,3.5,0V141H-133v3.1c0,0,1.8,0,2.7,0c0.9,0,1.9,1,2.8,1.8
+ c0.9,0.9,7.1,7.4,7.1,7.4v5.4c0,0-0.5,0.8-2.2,0.8c-1.8,0-2.5,0.1-2.5,0.1v1.4h14.1v-1c0,0-0.4-0.6-0.8-0.6h-3.4
+ c-0.4,0-0.5-0.5-0.5-1.1c0-0.6,0-4.7,0-4.7L-107.7,146.7z"/></symbol><symbol id="whatsapp" viewBox="0 0 32 32"><path d="M16.2,0C7.6,0,0.6,7,0.6,15.6c0,4.3,2.3,8.1,2.3,8.1L0.2,32l8.5-2.7c0,0,3.2,1.9,7.5,1.9
+ c8.6,0,15.6-7,15.6-15.6C31.8,7,24.8,0,16.2,0z M16.2,28.7c-4,0-7.2-2.2-7.2-2.2l-4.9,1.6l1.6-4.8c0,0-2.6-3.5-2.6-7.8
+ C3.1,8.4,9,2.5,16.2,2.5c7.2,0,13.1,5.9,13.1,13.1C29.3,22.8,23.5,28.7,16.2,28.7z"/><path d="M10.3,8.8c0,0,0.4-0.3,0.6-0.3c0.2,0,1.2,0,1.2,0s0.3,0.1,0.5,0.4c0.2,0.3,1.2,2.8,1.3,3
+ c0.1,0.2,0.3,0.7,0,1.1c-0.3,0.4-1,1.2-1,1.2s-0.3,0.2,0,0.6c0.2,0.4,1,1.6,2.1,2.6c1.1,1,2.4,1.7,3,1.9c0.7,0.2,0.8-0.1,1-0.4
+ c0.2-0.3,1-1.3,1-1.3s0.3-0.4,0.8-0.2c0.5,0.2,3.1,1.5,3.1,1.5s0.3,0.1,0.3,0.4c0,0.3,0.2,1.4-0.7,2.4c-0.9,1-2.9,1.5-3.8,1.2
+ c-0.9-0.3-4-1.1-6-2.9s-3.6-3.8-4.3-5.3c-0.7-1.5-0.6-2.3-0.6-2.7S9,9.6,10.3,8.8z"/></symbol><symbol id="instagram" viewBox="0 0 24 24"><path d="M21.2,0H2.8C1.2,0,0,1.2,0,2.8v18.5C0,22.8,1.2,24,2.8,24h18.5c1.5,0,2.8-1.2,2.8-2.8V2.8C24,1.2,22.8,0,21.2,0z M12,7.4
+ c2.5,0,4.6,2.1,4.6,4.6c0,2.5-2.1,4.6-4.6,4.6S7.4,14.5,7.4,12C7.4,9.5,9.5,7.4,12,7.4z M21,20.1c0,0.5-0.4,0.9-0.9,0.9H3.9
+ C3.4,21,3,20.6,3,20.1V10h1.9c-0.1,0.3-0.2,0.6-0.2,1c-0.1,0.3-0.1,0.7-0.1,1c0,4.1,3.3,7.4,7.4,7.4s7.4-3.3,7.4-7.4
+ c0-0.4,0-0.6-0.1-1c0-0.3-0.1-0.7-0.2-1H21V20.1z M21,6.1C21,6.6,20.6,7,20.1,7h-2.2C17.4,7,17,6.6,17,6.1V3.9C17,3.4,17.4,3,17.9,3
+ h2.2C20.6,3,21,3.4,21,3.9V6.1z"/></symbol></svg><svg xmlns="http://www.w3.org/2000/svg" class="svg-symbol"><symbol id="deal" viewBox="0 0 28 28"><path d="M4.66666667,6.53333333 C3.63377778,6.53333333 2.8,5.69955556 2.8,4.66666667 C2.8,3.63377778 3.63377778,2.8 4.66666667,2.8 C5.69955556,2.8 6.53333333,3.63377778 6.53333333,4.66666667 C6.53333333,5.69955556 5.69955556,6.53333333 4.66666667,6.53333333 M27.174,13.412 L14.574,0.812 C14.07,0.308 13.37,0 12.6,0 L2.8,0 C1.26,0 0,1.26 0,2.8 L0,12.6 C0,13.37 0.308,14.07 0.826,14.588 L13.426,27.188 C13.93,27.692 14.63,28 15.4,28 C16.17,28 16.87,27.692 17.374,27.174 L27.174,17.374 C27.692,16.87 28,16.17 28,15.4 C28,14.63 27.678,13.916 27.174,13.412" id="deals-icon"/></symbol><symbol id="gift" viewBox="0 0 32 32"><path d="M25,8c0.6-0.8,1-1.9,1-3c0-2.8-2.2-5-5-5c-2.4,0-4.4,1.7-4.9,4h-0.2c-0.5-2.3-2.5-4-4.9-4C8.2,0,6,2.2,6,5
+ c0,1.1,0.4,2.2,1,3H0v8h4v16h24V16h4V8H25z M11,2c1.7,0,3,1.3,3,3s-1.3,3-3,3S8,6.7,8,5S9.3,2,11,2z M15,30H6V16h9V30z M15,14H4H2
+ v-4h13V14z M21,2c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S19.3,2,21,2z M26,30h-9V16h9V30z M30,14h-2H17v-4h13V14z"/></symbol><symbol id="list" viewBox="0 0 375 392"><path fill="white" d="M0,0v392h375V97.7L277.1,0H0z"/><path d="M0,0v392h375V97.7L277.1,0H0z M17,17h243v98h98v260H17V17z M277,23l75,75h-75V23z M81,164h65v-17H81V164z
+ M81,212h213v-16H81V212z M81,261h213v-15H81V261z M81,309h147v-15H81V309z"/></symbol><symbol id="video-stroke" viewBox="0 0 32 32"><path d="M18.8,32H2.9C1.3,32,0,30.6,0,29V12.3c0-1.6,1.4-2.9,2.9-2.9h15.9c1.6,0,2.9,1.4,2.9,2.9v3.3l0.3-0.2
+ c3.7-2.6,5.3-3.7,5.9-3.9c1.3-0.4,3.1-0.1,3.3,0l0.7,0.2v17.7l-0.6,0.2c-0.2,0.1-1.6,0.6-3.1,0.1c-0.7-0.2-2.3-1.3-6.5-4.3v3.7
+ C21.7,30.7,20.4,32,18.8,32z M2.9,11.3c-0.5,0-1,0.5-1,1V29c0,0.6,0.5,1.1,1,1.1h15.9c0.6,0,1-0.5,1-1v-7.4l1.9,1.4
+ c2.4,1.7,6.3,4.6,7,4.8c0.5,0.1,1,0.1,1.4,0.1V13.2c-0.6-0.1-1.2-0.1-1.6,0.1l0,0c-0.5,0.2-3.4,2.2-5.4,3.6l-3.2,2.3v-6.9
+ c0-0.5-0.5-1-1-1H2.9z"/></symbol><symbol id="mag" viewBox="0 0 16 16"><path d="M15.9,14.3l-3.5-3.5c0.7-1.1,1.1-2.4,1.1-3.8c0-3.8-3-6.9-6.7-6.9C3,0,0,3.1,0,6.9s3,6.9,6.7,6.9
+ c1.6,0,3-0.5,4.1-1.5l3.5,3.5c0.1,0.1,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0.1,0,0.3-0.1,0.3-0.2l0.8-0.9C16,14.8,16,14.5,15.9,14.3z
+ M6.7,11.6c-2.6,0-4.6-2.1-4.6-4.7s2.1-4.7,4.6-4.7c2.6,0,4.6,2.1,4.6,4.7S9.3,11.6,6.7,11.6z"/></symbol></svg>
+ <div id="nav-ad-58808543f19c0" class="ad-nav-ad" data-ad="nav-ad" style="display: none;" data-google-query-id="CIvU97z6zdECFVUbvAod6bMGxA">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_2__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_2" title="3rd party ad content" name="google_ads_iframe_/8264/asia-cnet/tech-industry_2" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="7" height="7" frameborder="0"></iframe></div>
+ </div>
+
+ <div id="rbWrapper">
+ <header id="rbHeader" data-component="siteHeader" data-site-header-options="{&quot;isTrackTab&quot;:false}">
+ <nav section="brand_nav|top">
+ <div section="site_sections|logo">
+ <a class="rbLogo" href="/">
+ <svg xmlns="http://www.w3.org/2000/svg" class=" cnet"><use xlink:href="#cnet" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg><span class="site">CNET</span>
+ </a>
+ </div>
+ <div class="primary">
+ <div class="menu " id="reviewsMenu" section="site_sections|reviews" data-component="touchMenuHover">
+ <a class="menuHead" data-trigger="menu" href="/reviews/">Reviews</a>
+
+ <div class="tab" id="reviewsTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/best-products/">Best Products</a></li>
+ <li><a href="/cnet100/">CNET 100</a></li>
+ <li><a href="/topics/appliances/">Appliances</a></li>
+ <li><a href="/topics/audio/">Audio</a></li>
+ <li><a href="/topics/cameras/">Cameras</a></li>
+ </ul>
+ <ul>
+ <li><a href="/roadshow/" target="_blank">Cars</a></li>
+ <li><a href="/topics/desktops/">Desktops</a></li>
+ <li><a href="/topics/drones/">Drones</a></li>
+ <li><a href="/topics/headphones/">Headphones</a></li>
+ <li><a href="/topics/laptops/">Laptops</a></li>
+ </ul>
+ <ul>
+ <li><a href="/topics/networking/">Networking</a></li>
+ <li><a href="/topics/phones/">Phones</a></li>
+ <li><a href="/topics/printers/">Printers</a></li>
+ <li><a href="/smart-home/">Smart Home</a></li>
+ <li><a href="/topics/tablets/">Tablets</a></li>
+ </ul>
+ <ul>
+ <li><a href="/topics/tvs/">TVs</a></li>
+ <li><a href="/tags/virtual-reality/">Virtual Reality</a></li>
+ <li><a href="/topics/wearable-tech/">Wearable Tech</a></li>
+ <li><a href="/web-hosting/">Web Hosting</a></li>
+ <li><a href="/forums/">Forums</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="menu active" id="newsMenu" section="site_sections|news" data-component="touchMenuHover">
+ <a class="menuHead" data-trigger="menu" href="/news/">News</a>
+
+ <div class="tab" id="newsTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/apple/">Apple</a></li>
+ <li><a href="/topics/computers/">Computers</a></li>
+ <li><a href="/crave/">Crave</a></li>
+ <li><a href="/deals/">Deals</a></li>
+ <li><a href="/google/">Google</a></li>
+ </ul>
+ <ul>
+ <li><a href="/topics/internet/">Internet</a></li>
+ <li><a href="/tags/microsoft/">Microsoft</a></li>
+ <li><a href="/topics/mobile/">Mobile</a></li>
+ <li><a href="/topics/photography/">Photography</a></li>
+ <li><a href="/topics/security/">Security</a></li>
+ </ul>
+ <ul>
+ <li><a href="/topics/sci-tech/">Sci-Tech</a></li>
+ <li><a href="/topics/tech-culture/">Tech Culture</a></li>
+ <li><a href="/topics/tech-industry/">Tech Industry</a></li>
+ <li><a href="/pictures/">Photo Galleries</a></li>
+ <li><a href="/videos/cnet-news/">Video</a></li>
+ </ul>
+ <ul>
+ <li><a href="/forums/">Forums</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="menu " id="videoMenu" section="site_sections|video" data-component="touchMenuHover">
+ <a class="menuHead" data-trigger="menu" href="/videos/">Video</a>
+
+ <div class="tab" id="videosTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/apple-byte/">Apple Byte</a></li>
+ <li><a href="/carfection/" target="_blank">Carfection</a></li>
+ <li><a href="/cnet-top-5/">CNET Top 5</a></li>
+ <li><a href="/cnet-update/">CNET Update</a></li>
+ <li><a href="/googlicious/">Googlicious</a></li>
+ </ul>
+ <ul>
+ <li><a href="/how-to/videos/">How To</a></li>
+ <li><a href="/netpicks/">Netpicks</a></li>
+ <li><a href="/next-big-thing/">Next Big Thing</a></li>
+ <li><a href="/videos/cnet-news/">News</a></li>
+ <li><a href="/cnet-on-cars/" target="_blank">On Cars</a></li>
+ </ul>
+ <ul>
+ <li><a href="/topics/phones/videos/">Phones</a></li>
+ <li><a href="/prizefight/">Prizefight</a></li>
+ <li><a href="/topics/tablets/videos/">Tablets</a></li>
+ <li><a href="/tomorrow-daily/">Tomorrow Daily</a></li>
+ <li><a href="/cnet-podcasts/">CNET Podcasts</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="menu " id="howtoMenu" section="site_sections|howto" data-component="touchMenuHover">
+ <a class="menuHead" data-trigger="menu" href="/how-to/">How To</a>
+
+ <div class="tab" id="howtoTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/topics/appliances/how-to/">Appliances</a></li>
+ <li><a href="/topics/computers/how-to/">Computers</a></li>
+ <li><a href="/topics/gaming/how-to/">Gaming</a></li>
+ <li><a href="/topics/home-entertainment/how-to/">Home Entertainment</a></li>
+ <li><a href="/topics/internet/how-to/">Internet</a></li>
+ </ul>
+ <ul>
+ <li><a href="/topics/mobile-apps/how-to/">Mobile Apps</a></li>
+ <li><a href="/topics/phones/how-to/">Phones</a></li>
+ <li><a href="/topics/photography/how-to/">Photography</a></li>
+ <li><a href="/topics/security/how-to/">Security</a></li>
+ <li><a href="/topics/smart-home/how-to/">Smart Home</a></li>
+ </ul>
+ <ul>
+ <li><a href="/topics/tablets/how-to/">Tablets</a></li>
+ <li><a href="/topics/wearable-tech/how-to/">Wearable Tech</a></li>
+ <li><a href="/forums/">Forums</a></li>
+ <li><a href="/internet-speed-test/">Speed Test</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="menu" id="smartHomeMenu" section="site_sections|smartHome" data-component="touchMenuHover">
+ <a class="menuHead" data-trigger="menu" href="/smart-home/">Smart Home</a>
+
+ <div class="tab" id="smartHomeTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/topics/smart-home/best-smart-home-devices/">Best smart home devices</a></li>
+ <li><a href="/topics/smart-home/how-to/">How To</a></li>
+ <li><a href="/topics/smart-home/#latest">News</a></li>
+ <li><a href="/smart-home/apartment/">Tour our smart apartment</a></li>
+ <li><a href="/smart-home/">Tour our smart house</a></li>
+ </ul>
+ <div class="tertiaryMenu">
+ <a class="hed" href="/smart-home/compatibility/">Product Compatibility</a>
+ <div>
+ <ul>
+ <li><a href="/smart-home/compatibility/amazon-alexa/">Amazon Alexa</a></li>
+ <li><a href="/products/apple-homekit/compatibility/">Apple HomeKit</a></li>
+ <li><a href="/products/belkin-wemo/compatibility/">Belkin WeMo</a></li>
+
+ </ul>
+ <ul>
+ <li><a href="/products/google-home/compatibility/">Google Home</a></li>
+ <li><a href="/products/lutron/compatibility/">Lutron</a></li>
+ <li><a href="/products/nest/compatibility/">Nest</a></li>
+ </ul>
+ <ul>
+ <li><a href="/products/philips-hue/compatibility/">Philips Hue</a></li>
+ <li><a href="/products/smartthings-hub-and-sensors/compatibility/">Samsung SmartThings</a></li>
+ <li><a href="/products/wink/compatibility/">Wink</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="menu " id="carsMenu" section="site_sections|cars" data-component="touchMenuHover">
+ <a class="menuHead" data-trigger="menu" href="/roadshow/">Cars</a>
+
+ <div class="tab" id="carsTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/roadshow/finder/automobiles/">Car Reviews</a></li>
+ <li><a href="/roadshow/best/automobiles/">Best Cars</a></li>
+ <li><a href="/roadshow/for-sale/?filter=condition_new">New Cars</a></li>
+ <li><a href="/roadshow/for-sale/?filter=condition_used">Used Cars</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="menu " id="dealsMenu" section="site_sections|deals" data-component="touchMenuHover">
+ <a class="menuHead" href="/deals/">Deals</a>
+
+ <div class="tab" id="dealsTab">
+ <div class="wrapper">
+ <ul>
+ <li><a href="/cheapskate/">Cheapskate</a></li>
+ <li><a href="/holiday-gift-guide/under-50/">Best Tech Under $50</a></li>
+ <li><a href="/deals/">All Deals</a></li>
+ <li><a href="/deals/tech/">Tech Deals</a></li>
+ <li><a href="/deals/non-tech/">Non-Tech Deals</a></li>
+ </ul>
+ <ul>
+ <li><a href="/deals/audio/">Audio Deals</a></li>
+ <li><a href="/deals/phones/">Cell Phone Deals</a></li>
+ <li><a href="/deals/desktops/">Desktop Deals</a></li>
+ <li><a href="/deals/laptops/">Laptop Deals</a></li>
+ <li><a href="/deals/storage/">Hard Drive &amp; Storage Deals</a></li>
+ </ul>
+ <ul>
+ <li><a href="/deals/printers/">Printer Deals</a></li>
+ <li><a href="/deals/tablets/">Tablet Deals</a></li>
+ <li><a href="/deals/cameras/">Camera Deals</a></li>
+ <li><a href="/deals/monitors/">Monitor Deals</a></li>
+ <li><a href="/deals/software/">Software Deals</a></li>
+ </ul>
+ <ul>
+ <li><a href="/deals/televisions/">TV Deals</a></li>
+ <li><a href="/web-hosting/">Web Hosting</a></li>
+ <li><a href="/best-vpn-services-directory/">VPN Services</a></li>
+ <li><a href="/wordpress-hosting-providers/">WordPress Hosting</a></li>
+ <li><a href="/domain-name-providers/">Domain Names</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="menu" id="download" section="site_sections|download">
+ <a class="menuHead link" href="http://download.cnet.com" data-user-action="legacy" data-component="trackDownload">Download</a>
+ </div>
+ </div>
+
+ <div class="secondary">
+ <div class="menu" id="searchMenu" section="search" data-component="touchMenuHover">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g><path class="st1" d="M15.9,14.3l-3.5-3.5c0.7-1.1,1.1-2.4,1.1-3.8c0-3.8-3-6.9-6.7-6.9C3,0,0,3.1,0,6.9s3,6.9,6.7,6.9
+ c1.6,0,3-0.5,4.1-1.5l3.5,3.5c0.1,0.1,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0.1,0,0.3-0.1,0.3-0.2l0.8-0.9C16,14.8,16,14.5,15.9,14.3z
+ M6.7,11.6c-2.6,0-4.6-2.1-4.6-4.7s2.1-4.7,4.6-4.7c2.6,0,4.6,2.1,4.6,4.7S9.3,11.6,6.7,11.6z"/></g></svg>
+ <div class="tab" id="searchTab">
+ <div class="wrapper">
+ <form method="get" action="/search/" data-auto-suggest-options="{&quot;url&quot;:&quot;\/smartsearch\/xhr\/&quot;,&quot;showLimit&quot;:&quot;5&quot;,&quot;selectorSuggestions&quot;:&quot;.topCategories li a&quot;}" data-component="[&quot;formTrim&quot;,&quot;autoSuggest&quot;]" section="brand_nav|top" data-searchtracking="null">
+ <div class="searchBar">
+ <input placeholder="Search" id="primarySearch" name="query" value="" autocomplete="off" type="search" /><button type="submit" class="submit" value="Search" data-smartsearch="null">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g><path class="st1" d="M15.9,14.3l-3.5-3.5c0.7-1.1,1.1-2.4,1.1-3.8c0-3.8-3-6.9-6.7-6.9C3,0,0,3.1,0,6.9s3,6.9,6.7,6.9
+ c1.6,0,3-0.5,4.1-1.5l3.5,3.5c0.1,0.1,0.2,0.1,0.3,0.1c0,0,0,0,0,0c0.1,0,0.3-0.1,0.3-0.2l0.8-0.9C16,14.8,16,14.5,15.9,14.3z
+ M6.7,11.6c-2.6,0-4.6-2.1-4.6-4.7s2.1-4.7,4.6-4.7c2.6,0,4.6,2.1,4.6,4.7S9.3,11.6,6.7,11.6z"/></g></svg></button>
+ </div>
+ </form>
+ </div>
+ </div>
+ <div class="searchOverlay" data-searchoverlay="null"></div>
+ </div>
+ <div class="menu" id="loginMenu" data-component="touchMenuHover">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M2.1,32c-0.1-0.9-0.5-5,1.6-5.4c0.2,0,0.5-0.1,0.8-0.1c2.8-0.5,7.5-1.3,8.9-4.4c0.7-1.6,0.5-3.5-0.8-5.7
+ C11,13.6,9.1,7.9,10.8,4.6C11.7,3,13.2,2.1,15.5,2l0.9,0c2.4,0.2,3.9,1,4.8,2.6c1.8,3.3-0.2,9-1.8,11.9c-1.2,2.2-1.5,4.1-0.8,5.7
+ c1.4,3.1,6.1,3.9,8.9,4.4c0.3,0,0.5,0.1,0.8,0.1c2.2,0.4,1.7,4.5,1.6,5.4h2c0.4-2.7,0-6.7-3.2-7.3c-0.2,0-0.5-0.1-0.8-0.1
+ c-2.3-0.4-6.4-1.1-7.5-3.3c-0.5-1-0.2-2.3,0.7-3.9c1.6-2.8,4.1-9.4,1.8-13.8c-1.2-2.2-3.3-3.4-6.4-3.6l-1,0c-3,0.2-5.2,1.4-6.3,3.6
+ C6.8,8,9.3,14.6,10.9,17.4c0.9,1.6,1.1,2.9,0.7,3.9c-1,2.2-5.2,2.9-7.5,3.3c-0.3,0.1-0.6,0.1-0.8,0.1c-3.2,0.6-3.6,4.7-3.2,7.3H2.1
+ z"/></svg>
+ <div class="menuHead" data-trigger="menu">
+ <div class="user-avatar" data-user-var="avatar"></div>
+ </div>
+
+ <div class="tab" id="loginTab">
+
+ <div class="wrapper">
+ <ul class="logged-out">
+ <li section="user|join">
+ <a href="/user/registration/?appId=376">Join CNET</a>
+ </li>
+ <li><a href="/user/join-cnet/">Member Benefits</a></li>
+ </ul>
+ <ul class="logged-out">
+ <li section="user|sign-in">
+ <a href="/user/login/?appId=376">Sign In to CNET</a>
+ </li>
+ </ul>
+ <ul class="logged-in">
+ <li section="user" class="selected"><a data-user-var="profileLink" data-template="/profiles/__username__/"><span data-user-var="userName">My Profile</span></a></li>
+ <li section="user"><a href="/forums/">Forums</a></li>
+ <li section="user|sign-out"><a href="/user/logout/?t=1484820250019" data-user-action="logout" data-user-suppress-refresh="true">Sign Out</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="menu" id="editionMenu" section="edition" data-component="touchMenuHover">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M17,10.3c1.3,0,2.7-0.2,3.9-0.3c0.3,1.5,0.5,3.2,0.6,5H17
+ V10.3z M17,8.3V2.7c1.3,0.7,2.5,2.6,3.4,5.3C19.3,8.1,18.2,8.2,17,8.3z M15,2.7v5.6c-1.2,0-2.3-0.1-3.4-0.3
+ C12.5,5.2,13.7,3.3,15,2.7z M15,10.3V15h-4.5c0.1-1.8,0.3-3.5,0.6-5C12.3,10.1,13.7,10.2,15,10.3z M8.5,15H2.1
+ c0.2-2.6,1.1-4.9,2.4-6.9c1.4,0.6,2.9,1.2,4.6,1.5C8.8,11.2,8.6,13.1,8.5,15z M8.5,17c0.1,2,0.3,3.8,0.6,5.5
+ c-1.7,0.4-3.2,0.9-4.6,1.5c-1.4-2-2.3-4.4-2.5-7H8.5z M10.5,17H15v4.8c-1.3,0-2.7,0.1-3.9,0.3C10.8,20.6,10.5,18.8,10.5,17z
+ M15,23.7v5.6c-1.3-0.7-2.5-2.5-3.4-5.3C12.7,23.9,13.8,23.8,15,23.7z M17,29.3v-5.6c1.2,0,2.3,0.1,3.4,0.3
+ C19.5,26.8,18.3,28.7,17,29.3z M17,21.7V17h4.5c-0.1,1.9-0.3,3.6-0.6,5.1C19.7,21.9,18.3,21.8,17,21.7z M23.5,17H30
+ c-0.2,2.6-1.1,5-2.5,7c-1.4-0.6-2.9-1.2-4.6-1.5C23.2,20.8,23.5,18.9,23.5,17z M23.5,15c-0.1-1.9-0.3-3.7-0.6-5.4
+ c1.7-0.4,3.2-0.9,4.6-1.6c1.4,2,2.3,4.4,2.5,7H23.5z M26.2,6.4c-1.1,0.5-2.4,0.9-3.8,1.2c-0.6-2.1-1.5-3.8-2.5-5.1
+ C22.3,3.2,24.5,4.6,26.2,6.4z M12.2,2.5c-1,1.3-1.9,3-2.5,5.1C8.2,7.3,6.9,6.9,5.8,6.5C7.5,4.6,9.7,3.3,12.2,2.5z M5.8,25.6
+ c1.1-0.5,2.4-0.9,3.8-1.2c0.6,2.1,1.5,3.8,2.5,5.1C9.7,28.8,7.5,27.4,5.8,25.6z M19.8,29.5c1-1.2,1.9-3,2.5-5.1
+ c1.4,0.3,2.7,0.7,3.8,1.2C24.5,27.4,22.3,28.7,19.8,29.5z"/></svg>
+ <div class="tab" id="editionTab">
+ <div class="wrapper" data-component="editionToggler">
+ <ul>
+ <li><a data-edition="au" href="/au/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/">Australia</a></li>
+ <li><a target="_blank" href="http://www.cnetnews.com.cn/">China</a></li>
+ <li><a target="_blank" href="http://www.cnetfrance.fr/">France</a></li>
+ <li><a target="_blank" href="http://www.cnet.de/">Germany</a></li>
+ <li><a target="_blank" href="http://japan.cnet.com/">Japan</a></li>
+ </ul>
+ <ul>
+ <li><a target="_blank" href="http://www.cnet.co.kr/">Korea</a></li>
+ <li><a data-edition="uk" href="/uk/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/">United Kingdom</a></li>
+ </ul>
+ <ul>
+ <li class="hed">US Editions</li>
+ <li class="selected"><a data-edition="us" href="/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/">English</a></li>
+ <li><a data-edition="es" href="/es/">Español</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </nav>
+ </header>
+ <div id="intromercial-58808543f19c0" class="ad-intromercial" data-ad="intromercial" style="display: none;" data-google-query-id="CI3U97z6zdECFVUbvAod6bMGxA">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_4__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_4" title="3rd party ad content" name="google_ads_iframe_/8264/asia-cnet/tech-industry_4" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="1" height="1" frameborder="0"></iframe></div>
+ </div>
+
+ <div id="rbContent" class="">
+
+
+ <div id="page-zuckerberg-offers-peek-at-facebooks-acquisition-strategies" class="pageWrapper pageContainer current" data-container-asset-id="ca76438a-4f9c-425f-bdb7-a69a7121cef0" data-article-options="{&quot;autoplayVideo&quot;:true}" data-page-options="{&quot;browserTitle&quot;:&quot;Zuckerberg offers peek at Facebook\u0027s acquisition strategies&quot;,&quot;browserUrl&quot;:&quot;\/news\/zuckerberg-offers-peek-at-facebooks-acquisition-strategies\/&quot;,&quot;cmsUrl&quot;:&quot;https:\/\/cms.cnet.com\/content\/article\/ca76438a-4f9c-425f-bdb7-a69a7121cef0&quot;,&quot;initialPage&quot;:true,&quot;taboolaElement&quot;:&quot;taboola-zuckerberg-offers-peek-at-facebooks-acquisition-strategies-below-article-thumbnails-article-redesign&quot;,&quot;trackingEventData&quot;:[],&quot;trackPageChange&quot;:true}" data-component="[&quot;article&quot;,&quot;page&quot;]">
+
+
+
+ <div class="content-header">
+
+ <div class="hero-content">
+ <div class="container">
+
+
+ <div class="row">
+ <div class="col-8">
+ <ul class="breadcrumb" section="bc">
+ <li>
+ <a href="/">CNET</a>
+ <span class="divider"> </span>
+ </li>
+
+ <li>
+ <a href="/topics/tech-industry/">Tech Industry</a>
+ <span class="divider"></span>
+ </li>
+
+ <li>Zuckerberg offers peek at Facebook's acquisition strategies</li>
+ </ul>
+ </div>
+ </div>
+
+
+
+ <div class="articleHead col-9">
+ <h1>Zuckerberg offers peek at Facebook's acquisition strategies</h1>
+ <p class="article-dek">Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast.</p>
+ </div>
+ </div>
+ </div>
+
+ </div>
+ <div class="sticky-element-placeholder hidden" style="height: 86px;"></div>
+ <div class="sticky-leader" data-component="stickyLeader">
+
+
+
+
+
+ <div id="leader-top-58808543f19c0" class="ad-leader-top" data-ad="leader-top" data-google-query-id="CInU97z6zdECFVUbvAod6bMGxA">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_0" title="3rd party ad content" name="google_ads_iframe_/8264/asia-cnet/tech-industry_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="728" height="90" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_0__hidden__" title="" name="google_ads_iframe_/8264/asia-cnet/tech-industry_0__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" srcdoc="" width="0" height="0" frameborder="0"></iframe></div>
+ </div>
+
+
+ <div class="container">
+ <div class="row">
+ <div class="row">
+ <div class="col-12">
+ <div class="row">
+ <div class="col-8">
+ </div>
+ <div class="col-4">
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-12">
+
+
+
+
+
+ <article itemscope="" itemtype="http://schema.org/Article" id="article-body" section="articleBody">
+ <meta itemprop="thumbnailUrl" content="https://cnet3.cbsistatic.com/img/xgSbTJU0S_VQYrJTZ5k0R7M_raE=/770x433/2014/03/21/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e/mark-zuckerberg-facebook-home-10671610x407.jpg" />
+ <meta itemprop="keywords" content="Tech Industry, Facebook" />
+ <meta itemprop="url mainEntityOfPage" content="https://www.cnet.com/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies/" />
+ <meta itemprop="headline" content="Zuckerberg offers peek at Facebook's acquisition strategies" />
+ <meta itemprop="description" content="Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast." />
+ <div itemprop="publisher" itemscope="" itemtype="https://schema.org/Organization">
+ <meta itemprop="name" content="CNET" />
+ <div itemprop="logo" itemscope="" itemtype="https://schema.org/ImageObject">
+ <meta itemprop="url" content="https://cnet1.cbsistatic.com/fly/bundles/cnetcore/images/logos/cnet-redball-large.jpg" />
+ </div>
+ </div>
+
+ <div class="col-2 leftColumn" section="lColumn">
+
+
+ <div class="authorInfo" section="author">
+ <h6><a href="/topics/tech-industry/" section="topic">Tech Industry</a></h6>
+
+ <ul>
+ <li itemprop="author" itemscope="" itemtype="http://schema.org/Person">
+ <div class="profilePic">
+ <a rel="author" href="/profiles/stevenmusil/" section="author_headshot">
+ <figure class=" img"><img src="https://cnet4.cbsistatic.com/img/GKAekmXh44rNOqaTl91J3WOQrSU=/70x70/2013/07/29/d7513a63-f8ee-11e2-8c7c-d4ae52e62bcc/Steven_Musil2.jpg" class="" alt="Steven Musil mugshot" width="70" height="70" /></figure>
+ </a>
+ </div>
+
+ <div class="profileInfo">
+ <span class="byText">by </span>
+
+ <a rel="author" class="author" href="https://www.cnet.com/profiles/stevenmusil/">
+ <span itemprop="name">Steven Musil</span>
+ </a>
+
+
+ <time class="timeStamp" itemprop="datePublished" content="2017-01-18T23:00:00-0800"><span class="formattedDate">January 18, 2017</span> <span class="formattedTime">11:00 PM PST</span></time>
+ <meta itemprop="dateModified" content="2017-01-18T23:00:00-0800" /><span class="asset-twitter" data-component="socialTracking" data-social-tracking-options="{&quot;socialSite&quot;:&quot;twitterfollow&quot;}" section="author_twitter">
+ <a class="twitterIcon" target="_blank" href="https://twitter.com/intent/user?screen_name=stevenmusil">
+ <div class="twitter">
+ <div class="icon icon-twitter-red"></div>
+ </div>
+ </a>
+
+ <a class="twitterHandle" target="_blank" href="https://twitter.com/intent/user?screen_name=stevenmusil">
+ @stevenmusil
+ <svg xmlns="http://www.w3.org/2000/svg" class="twitter twitter"><use xlink:href="#twitter" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ </span>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div class="slidingArticleInfo ready" data-component="slidingElement" data-sliding-element-options="{&quot;offset&quot;:0,&quot;selectorGuideParallel&quot;:&quot;#page-zuckerberg-offers-peek-at-facebooks-acquisition-strategies .article-main-body&quot;,&quot;selectorGuideTop&quot;:&quot;#page-zuckerberg-offers-peek-at-facebooks-acquisition-strategies .authorInfo&quot;}">
+
+
+
+
+
+ <div class="sharebarRedesign inline-view atTop" section="topSharebar" data-component="sharebar" data-sharebar-options="{&quot;title&quot;:&quot;Zuckerberg offers peek at Facebook\u0027s acquisition strategies&quot;,&quot;description&quot;:&quot;Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast.&quot;,&quot;url&quot;:&quot;https:\/\/www.cnet.com\/news\/zuckerberg-offers-peek-at-facebooks-acquisition-strategies\/&quot;,&quot;popupWidth&quot;:780,&quot;popupHeight&quot;:510,&quot;data&quot;:{&quot;media&quot;:&quot;https:\/\/cnet3.cbsistatic.com\/img\/Yutq4XZHF3bqKOtddsWXDKZPEWo=\/170x128\/2014\/03\/21\/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e\/mark-zuckerberg-facebook-home-10671610x407.jpg&quot;},&quot;scrollToComments&quot;:false}">
+ <div class="sharebarWrapper ">
+ <ul class="sharebarContainer">
+ <li class="share-button sharebarRedesignButton">
+ <a data-popup="facebook" data-tracking="facebook">
+ <div class="social-button-small-redesign facebook">
+ <svg xmlns="http://www.w3.org/2000/svg" class=" facebook"><use xlink:href="#facebook" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></div>
+ </a>
+ </li>
+
+
+ <li class="share-button sharebarRedesignButton">
+ <a data-popup="twitter" data-tracking="twitter">
+ <div class="social-button-small-redesign twitter">
+ <svg xmlns="http://www.w3.org/2000/svg" class=" twitter"><use xlink:href="#twitter" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></div>
+ </a>
+ </li>
+
+
+
+
+ <li class="share-button sharebarRedesignButton">
+ <a data-popup="email" data-tracking="email">
+ <div class="social-button-small-redesign email">
+ <svg xmlns="http://www.w3.org/2000/svg" class=" email"><use xlink:href="#email" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></div>
+ </a>
+ </li>
+
+
+ <li class="share-button sharebarRedesignButton comment-count-redesign" data-livefyre-count-redesign="ca76438a-4f9c-425f-bdb7-a69a7121cef0">
+ <a href="#comments">
+ <div class="social-button-small-redesign comments">
+ <svg xmlns="http://www.w3.org/2000/svg" class=" comments"><use xlink:href="#comments" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></div>
+ </a>
+ </li>
+
+ </ul>
+ </div>
+ </div>
+ </div>
+
+ <a class="nextPreview col-2 ready" href="#page-governments-social-media-wpp-leaders-report" section="upnextClicked" data-component="slidingElement" data-sliding-element-options="{&quot;offset&quot;:-30,&quot;offsetGuideParallelTop&quot;:&quot;70%&quot;,&quot;selectorGuideParallel&quot;:&quot;#page-zuckerberg-offers-peek-at-facebooks-acquisition-strategies .article-main-body&quot;,&quot;stickTo&quot;:&quot;bottom&quot;}" style="top: 1172.5px;">
+ <div class="title">
+ <span class="upNext">Up Next</span>
+
+ <span>Governments suck at social media, but you deserve some blame</span>
+ </div>
+ </a>
+ </div>
+
+ <div class="col-7 article-main-body row" itemprop="articleBody" data-component="lazyloadImages">
+
+
+
+
+ <figure class="image image-medium
+ pull-right" section="shortcodeImage"><span class="imageContainer"><span itemprop="image" itemscope="" itemtype="https://schema.org/ImageObject"><img src="https://cnet1.cbsistatic.com/img/nAMdBzIE1ogVw5bOBZBaiJCt3Ro=/570x0/2014/03/21/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e/mark-zuckerberg-facebook-home-10671610x407.jpg" class="" alt="" width="570" height="0" /><meta itemprop="url" content="https://cnet1.cbsistatic.com/img/nAMdBzIE1ogVw5bOBZBaiJCt3Ro=/570x0/2014/03/21/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e/mark-zuckerberg-facebook-home-10671610x407.jpg" /><meta itemprop="height" content="0" /><meta itemprop="width" content="570" /></span></span>
+ <figcaption><span class="caption"><p style="">Facebook CEO Mark Zuckerberg, the man with the acquisition plan.</p></span><span class="credit">Photo by James Martin/CNET
+ </span></figcaption>
+ </figure>
+ <p style="">Anyone who has ever been involved in closing a billion-dollar acquisition deal will tell you that you don't go in without a clear, well thought out plan.</p>
+ <div class="teads-inread" style="height: 0px; text-align: center; max-width: 100%; overflow: hidden; margin-top: 0px; position: relative;">
+ <div style="position: relative;">
+ <div class="teads-ui-components-label">ADVERTISING</div>
+ <div class="teads-player" id="teads0"></div>
+ <div class="teads-ui-components-credits"><a href="http://inread-experience.teads.tv" target="_blank"><span class="teads-ui-components-credits-colored">inRead</span> invented by Teads</a></div>
+ </div>
+ </div>
+ <p style="">Facebook CEO Mark Zuckerberg knows a thing or two about how to seal the deal on blockbuster buys. After all, he's the man behind his company's <a href="https://www.cnet.com/news/facebook-closes-19-billion-deal-for-whatsapp/" target="_blank">$19 billion acquisition</a> of WhatsApp, he <a href="https://www.cnet.com/news/zuckerberg-did-1-billion-instagram-deal-on-his-own/" target="_blank">personally brokered</a> its $1 billion buyout of <a href="https://www.cnet.com/news/why-facebook-plunked-down-1-billion-to-buy-instagram/" target="_blank">Instagram</a> and closed the <a href="https://www.cnet.com/news/facebook-to-buy-oculus-for-2-billion/" target="_blank">$3 billion deal</a> to buy Oculus VR.</p>
+ <p style="">Zuckerberg offered a primer on the strategies he and his company employ when they see an attractive target during testimony Tuesday <a href="https://www.cnet.com/news/zenimax-sues-oculus-over-virtual-reality-rift-tech/">in a lawsuit with ZeniMax Media</a>, which accuses Oculus and Facebook of "misappropriating" trade secrets and copyright infringement. At the heart of the lawsuit is technology that helped create liftoff for virtual reality, one of the <a href="http://www.cbsnews.com/videos/the-reality-of-the-virtual-world/" target="_blank" data-component="externalLink">hottest gadget trends today.</a></p>
+ <p style="">A key Facebook approach is building a long-term relationship with your target, Zuckerberg said at the trial. These deals don't just pop up over night, he said according to a transcript reviewed by <a href="http://www.businessinsider.com/mark-zuckerberg-explains-facebooks-acquisition-strategy-2017-1" target="_blank" data-component="externalLink">Business Insider</a>. They take time to cultivate. </p>
+ <blockquote>
+ <p style="">I've been building relationships, at least in Instagram and the WhatsApp cases, for years with the founders and the people that are involved in these companies, which made [it] so that when it became time or when we thought it was the right time to move, we felt like we had a good amount of context and had good relationships so that we could move quickly, which was competitively important and why a lot of these acquisitions, I think, came to us instead of our competitors and ended up being very good acquisitions over time that a lot of competitors wished they had gotten instead. </p>
+ </blockquote>
+ <p style=""> He also stressed the need assure your target that you have a shared vision about how you will collaborate after the deal is put to bed. Zuckerberg said this was reason Facebook was able to acquire Oculus for less than its original $4 billion asking price.</p>
+ <blockquote>If this [deal] is going to happen, it's not going to be because we offer a lot of money, although we're going to have to offer a fair price for the company that is more than what they felt like they could do on their own. But they also need to feel like this was actually going to help their mission.</blockquote>
+
+
+
+
+
+ <div id="inpage-video-top-58808543f19c0" class="ad-inpage-video-top" data-ad="inpage-video-top" style="display: none;" data-google-query-id="CIzU97z6zdECFVUbvAod6bMGxA">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_3__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_3" title="3rd party ad content" name="google_ads_iframe_/8264/asia-cnet/tech-industry_3" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="641" height="321" frameborder="0"></iframe></div>
+ </div>
+ <p style="">When that doesn't work, Zuckerberg said scare tactics is an effective, if undesirable, way of persuading small startups that they face a better chance of survival if they have Facebook to guide their way rather than going it alone.</p>
+ <blockquote>That's less my thing, but I think if you are trying to help convince people that they want to join you, helping them understand all the pain that they would have to go through to build it out independently is a valuable tactic. </blockquote>
+ <p style="">It also pays to be weary of competing suitors for your startup, Zuckerberg said, and be willing to move fast to stave off rivals and get the deal done.</p>
+ <blockquote>Often, if a company knows we're offering something, they will offer more. So being able to move quickly not only increases our chance of being able to get a deal done if we want to, but it makes it so we don't have end up having to pay a lot more because the process drags out.</blockquote>
+ <p style="">It wasn't clear why these strategies didn't work on Snapchat CEO Evan Spiegel, who <a href="https://www.cnet.com/news/snapchat-said-to-rebuff-3-billion-offer-from-facebook/">famously rebuffed</a> a $3 billion takeover offer from Facebook in 2013.</p>
+
+
+
+
+
+ <div id="replay-wide-top-58808543f19c0" class="ad-replay-wide-top" data-ad="replay-wide-top" style="display: none;" data-google-query-id="CI7U97z6zdECFVUbvAod6bMGxA">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_5__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_5" title="3rd party ad content" name="google_ads_iframe_/8264/asia-cnet/tech-industry_5" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="11" height="11" frameborder="0"></iframe></div>
+ </div>
+ <p style=""><em><strong>Tech Enabled:</strong> CNET chronicles tech's role in providing new kinds of accessibility. Check it out <a href="https://www.cnet.com/tech-enabled/">here</a>.</em><em><strong><br /></strong></em></p>
+ <p style=""><em><strong>Technically Literate:</strong> Original works of short fiction with unique perspectives on tech, exclusively on CNET. <a href="https://www.cnet.com/technically-literate/">Here</a>.</em></p>
+
+
+
+ <div class="taboola col-8 trc_related_container trc_spotlight_widget trc_elastic trc_elastic_trc_55099 " id="taboola-zuckerberg-offers-peek-at-facebooks-acquisition-strategies-below-article-thumbnails-article-redesign" data-component="taboola" data-taboola-options="{&quot;mode&quot;:&quot;thumbnails-f&quot;,&quot;container&quot;:&quot;taboola-zuckerberg-offers-peek-at-facebooks-acquisition-strategies-below-article-thumbnails-article-redesign&quot;,&quot;canonicalUrl&quot;:&quot;https:\/\/www.cnet.com\/news\/zuckerberg-offers-peek-at-facebooks-acquisition-strategies\/&quot;,&quot;placement&quot;:&quot;Below Article Thumbnails Article Redesign&quot;,&quot;width&quot;:&quot;col-8&quot;,&quot;isXhr&quot;:false,&quot;target_type&quot;:&quot;mix&quot;}" data-placement-name="article desktop Below Article Thumbnails Article Redesign">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_55099" class="trc_rbox thumbnails-f trc-content-sponsored " style="overflow: hidden; display: block;">
+ <div id="trc_header_55099" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext">
+ <div class="logoDiv link-adc "><a class="trc_desktop_adc_link trc_attribution_position_top" rel="nofollow" href="https://popup.taboola.com/en/?template=colorbox&amp;utm_source=cbsinteractive-cnet&amp;utm_medium=referral&amp;utm_content=thumbnails-f:article%20desktop%20Below%20Article%20Thumbnails%20Article%20Redesign:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_adc_link trc_attribution_position_top" rel="nofollow" href="https://popup.taboola.com/en/?template=colorbox&amp;utm_source=cbsinteractive-cnet&amp;utm_medium=referral&amp;utm_content=thumbnails-f:article%20desktop%20Below%20Article%20Thumbnails%20Article%20Redesign:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_top" rel="nofollow" href="https://popup.taboola.com/en/?template=colorbox&amp;utm_source=cbsinteractive-cnet&amp;utm_medium=referral&amp;utm_content=thumbnails-f:article%20desktop%20Below%20Article%20Thumbnails%20Article%20Redesign:" target="_blank"><span>Taboola</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_attribution_link trc_attribution_position_top" rel="nofollow" href="https://popup.taboola.com/en/?template=colorbox&amp;utm_source=cbsinteractive-cnet&amp;utm_medium=referral&amp;utm_content=thumbnails-f:article%20desktop%20Below%20Article%20Thumbnails%20Article%20Redesign:" target="_blank"><span>Taboola</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="https://popup.taboola.com/en/?template=colorbox&amp;utm_source=cbsinteractive-cnet&amp;utm_medium=referral&amp;utm_content=thumbnails-f:article%20desktop%20Below%20Article%20Thumbnails%20Article%20Redesign:" target="_blank"><span>Sponsored Links by </span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="https://popup.taboola.com/en/?template=colorbox&amp;utm_source=cbsinteractive-cnet&amp;utm_medium=referral&amp;utm_content=thumbnails-f:article%20desktop%20Below%20Article%20Thumbnails%20Article%20Redesign:" target="_blank"><span>Sponsored Links by </span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="https://popup.taboola.com/en/?template=colorbox&amp;utm_source=cbsinteractive-cnet&amp;utm_medium=referral&amp;utm_content=thumbnails-f:article%20desktop%20Below%20Article%20Thumbnails%20Article%20Redesign:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="https://popup.taboola.com/en/?template=colorbox&amp;utm_source=cbsinteractive-cnet&amp;utm_medium=referral&amp;utm_content=thumbnails-f:article%20desktop%20Below%20Article%20Thumbnails%20Article%20Redesign:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a></div>
+ </div><span class="trc_rbox_header_span"><span class="firstWord">YOU</span> MAY ALSO LIKE</span>
+ </div>
+ <div id="outer_55099" class="trc_rbox_outer">
+ <div id="rbox-t2m" class="trc_rbox_div trc_rbox_border_elm">
+ <div id="internal_trc_55099">
+ <div data-item-id="~~V1~~-893380842433424006~~rhLzuaNqOmnO4rIn0ZHOsSItunY2dpi87v_IfxwvEo8SO_fFkG-bpaW2-qyqBDD669-MlAvAMFXGgJq6zMPUc44ZGylOV7X5ExoRexp9hkQ" data-item-title="Best Tracking Device Ever is Selling Like Crazy" data-item-thumb="http://dailylifetech.com/banners/trackr/v2dt/3.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_1_child trc-first-recommendation trc-spotlight-first-recommendation trc_excludable ">
+ <a title="Best Tracking Device Ever is Selling Like Crazy" href="http://trkwl.me/base.php?c=186&amp;key=379e47b237b0078f8419f0a6df5f3ab7&amp;cp=%7Bcampaign%7D&amp;site=cbsinteractive-cnet&amp;thumb=http%3A%2F%2Fdailylifetech.com%2Fbanners%2Ftrackr%2Fv2dt%2F3.jpg&amp;title=Best+Tracking+Device+Ever+is+Selling+Like+Crazy" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;https://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_255%2Cw_340%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//dailylifetech.com/banners/trackr/v2dt/3.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">&lt;span class=firstTabBranding&gt;Sponsored by &lt;/span&gt;TrackR Bravo</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Best Tracking Device Ever is Selling Like Crazy" href="http://trkwl.me/base.php?c=186&amp;key=379e47b237b0078f8419f0a6df5f3ab7&amp;cp=%7Bcampaign%7D&amp;site=cbsinteractive-cnet&amp;thumb=http%3A%2F%2Fdailylifetech.com%2Fbanners%2Ftrackr%2Fv2dt%2F3.jpg&amp;title=Best+Tracking+Device+Ever+is+Selling+Like+Crazy" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Best Tracking Device Ever is Selling Like Crazy</span><span class="branding"><span class="firstTabBranding">Sponsored by </span>TrackR Bravo</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~798462909385093416~~DyLS1YTpwFu3KimDcSf3Hm3dVppf3Hngoq9scqIJMIcSO_fFkG-bpaW2-qyqBDD6GSP-PCbrrhTbdhjP5-D7LI4ZGylOV7X5ExoRexp9hkQ" data-item-title="Crazy Cheap Flashlight - Selling Like Hotcakes!" data-item-thumb="http://dailylifetech.com/banners/lumify/v1dt/5.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_2_child trc_excludable ">
+ <a title="Crazy Cheap Flashlight - Selling Like Hotcakes!" href="http://trkwl.me/base.php?c=195&amp;key=c0475562870cd291fb435a478cd27388&amp;cp=%7Bcampaign%7D&amp;site=cbsinteractive-cnet&amp;thumb=http%3A%2F%2Fdailylifetech.com%2Fbanners%2Flumify%2Fv1dt%2F5.jpg&amp;title=Crazy+Cheap+Flashlight+-+Selling+Like+Hotcakes%21" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;https://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_255%2Cw_340%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//dailylifetech.com/banners/lumify/v1dt/5.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">&lt;span class=firstTabBranding&gt;Sponsored by &lt;/span&gt;Lumify X9</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Crazy Cheap Flashlight - Selling Like Hotcakes!" href="http://trkwl.me/base.php?c=195&amp;key=c0475562870cd291fb435a478cd27388&amp;cp=%7Bcampaign%7D&amp;site=cbsinteractive-cnet&amp;thumb=http%3A%2F%2Fdailylifetech.com%2Fbanners%2Flumify%2Fv1dt%2F5.jpg&amp;title=Crazy+Cheap+Flashlight+-+Selling+Like+Hotcakes%21" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">Crazy Cheap Flashlight - Selling Like Hotcakes!</span><span class="branding"><span class="firstTabBranding">Sponsored by </span>Lumify X9</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-6911648573594303085~~r7cMhFRt-fcjonumxfeo1OPzFJLP9fyVanxUK6rQOYUSO_fFkG-bpaW2-qyqBDD64-U7zNB5r4zu7x_t4vNcKY4ZGylOV7X5ExoRexp9hkQ" data-item-title="How this app teaches you a language in 3 weeks!" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/9bd19f7534f9917dea78978e5989cdd0.png" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_3_child trc_excludable ">
+ <a title="How this app teaches you a language in 3 weeks!" href="https://go.babbel.com/engmag-a189-appsanywhere-cd-xo-tb/1_eng_tab_cd?utm_source=taboola&amp;utm_medium=CON&amp;utm_campaign=cd_engall_gen_cxo_spanishchallenge&amp;utm_term=cbsinteractive-cnet&amp;utm_content=How+this+app+teaches+you+a+language+in+3+weeks%21" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;https://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_255%2Cw_340%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/9bd19f7534f9917dea78978e5989cdd0.png&quot;);"><span class="thumbnail-overlay"></span><span class="branding">&lt;span class=firstTabBranding&gt;Sponsored by &lt;/span&gt;Babbel</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="How this app teaches you a language in 3 weeks!" href="https://go.babbel.com/engmag-a189-appsanywhere-cd-xo-tb/1_eng_tab_cd?utm_source=taboola&amp;utm_medium=CON&amp;utm_campaign=cd_engall_gen_cxo_spanishchallenge&amp;utm_term=cbsinteractive-cnet&amp;utm_content=How+this+app+teaches+you+a+language+in+3+weeks%21" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">How this app teaches you a language in 3 weeks!</span><span class="branding"><span class="firstTabBranding">Sponsored by </span>Babbel</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~2373116301310985151~~OYztXYBqZRMkd8OLbv1r6dWQT6PM09ali7LZGt2tpCUSO_fFkG-bpaW2-qyqBDD62nigSbBKlHqmnhGDhGeZA44ZGylOV7X5ExoRexp9hkQ" data-item-title="The Ultimate Way to Get Cheap Hotel Rooms" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0e7815ee2413aaa0c8ed3a207d3d6837.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_4_child trc_excludable ">
+ <a title="The Ultimate Way to Get Cheap Hotel Rooms" href="http://www.save70.com/find-hotels/?utm_source=taboola_whitelist_hotels&amp;utm_medium=cbsinteractive-cnet" rel="nofollow" target="_blank" class=" item-thumbnail-href ">
+ <div class="thumbBlock_holder"><span class="thumbBlock" style="background-image: url(&quot;https://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_255%2Cw_340%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A//cdn.taboolasyndication.com/libtrc/static/thumbnails/0e7815ee2413aaa0c8ed3a207d3d6837.jpg&quot;);"><span class="thumbnail-overlay"></span><span class="branding">&lt;span class=firstTabBranding&gt;Sponsored by &lt;/span&gt;Save70.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="The Ultimate Way to Get Cheap Hotel Rooms" href="http://www.save70.com/find-hotels/?utm_source=taboola_whitelist_hotels&amp;utm_medium=cbsinteractive-cnet" rel="nofollow" target="_blank" class=" item-label-href "><span class="video-label-box"><span class="video-label video-title">The Ultimate Way to Get Cheap Hotel Rooms</span><span class="branding"><span class="firstTabBranding">Sponsored by </span>Save70.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+ <footer>
+ <div class="comment-container" data-component="sharebar" data-sharebar-options="{&quot;title&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;popupWidth&quot;:780,&quot;popupHeight&quot;:510,&quot;data&quot;:{&quot;media&quot;:&quot;&quot;},&quot;scrollToComments&quot;:true}">
+ <h2>Share your voice</h2>
+ <div class="share-button sharebarRedesignButton comment-count-redesign" data-livefyre-count-redesign="ca76438a-4f9c-425f-bdb7-a69a7121cef0">
+ <a href="#comments">
+ <div class="wrapper">
+ <div class="icon-container "><svg xmlns="http://www.w3.org/2000/svg" class=" comments"><use xlink:href="#comments" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></div>
+ <span class="livefyre-commentcount count" data-lf-site-id="311569" data-lf-article-id="ca76438a-4f9c-425f-bdb7-a69a7121cef0" data-lf-format="numberOnly">0</span>
+ <span>comments</span>
+ </div>
+ </a>
+ </div>
+ </div>
+
+
+ <div class="row tags" section="tag">
+ <h2><a href="/tags/">Tags</a></h2>
+
+
+ <a href="/topics/tech-industry/">Tech Industry</a>
+
+ <a href="/tags/facebook/">Facebook</a>
+ </div>
+ </footer>
+ </div>
+
+ <div class="col-3 stickyColumn ready" section="rColumn" data-component="stickyColumn" data-sticky-column-options="{&quot;offset&quot;:0,&quot;selectorHeightConstraint&quot;:&quot;article&quot;}" style="height: 1675px;">
+ <div class="stickyColumnElement" data-meta="{&quot;height&quot;:600,&quot;type&quot;:&quot;required&quot;}">
+
+
+
+
+
+ <div id="mpu-half-top-58808543f19c0" class="ad-mpu-half-top" data-ad="mpu-half-top" data-google-query-id="CJDU97z6zdECFVUbvAod6bMGxA">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_7__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_7" title="3rd party ad content" name="google_ads_iframe_/8264/asia-cnet/tech-industry_7" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ </div>
+
+
+
+
+ <div class="stickyColumnElement" data-meta="{&quot;height&quot;:250,&quot;type&quot;:&quot;required&quot;}" style="top: 837.5px;">
+
+
+
+
+
+ <div id="mpu-bottom-58808543f19c0" class="ad-mpu-bottom" data-ad="mpu-bottom" data-google-query-id="CIrU97z6zdECFVUbvAod6bMGxA">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_1__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_1" title="3rd party ad content" name="google_ads_iframe_/8264/asia-cnet/tech-industry_1" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </article>
+ <div class="collapsible hidden" data-component="toggle" data-toggle-options="{&quot;closeOnUrlChange&quot;:true,&quot;openOnInit&quot;:false}">
+ <div class="close" data-item="trigger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><polygon points="28,1.9 26.1,0 14,12.1 1.9,0 0,1.9 12.1,14 0,26.1 1.9,28 14,15.9 26.1,28 28,26.1 15.9,14 "/></svg> Close</div>
+
+
+
+
+
+ <!-- General comments -->
+ <div id="livefyreContainer-ca76438a-4f9c-425f-bdb7-a69a7121cef0" class="livefyreContainer" data-component="selfishScroll">
+ <a name="comments" class="livefyreJumpTarget"> </a>
+ <h3>
+ <span>Discuss: Zuckerberg offers peek at Facebook's acquisition...</span>
+ </h3>
+
+
+ <div id="livefyreConversation-ca76438a-4f9c-425f-bdb7-a69a7121cef0" class="livefyreConversation" data-component="livefyreConversation" data-livefyre-conversation-options="{&quot;urlUserToken&quot;:&quot;\/livefyre\/user-token\/&quot;,&quot;globalConfig&quot;:{&quot;network&quot;:&quot;cnet.fyre.co&quot;,&quot;stringOverrides&quot;:[]},&quot;commentStreamConfigs&quot;:{&quot;initialNumVisible&quot;:5,&quot;maxVisible&quot;:5,&quot;siteId&quot;:311569,&quot;articleId&quot;:&quot;ca76438a-4f9c-425f-bdb7-a69a7121cef0&quot;,&quot;el&quot;:&quot;livefyreConversation-ca76438a-4f9c-425f-bdb7-a69a7121cef0&quot;,&quot;checksum&quot;:&quot;ed70d8b48db87e571d974ed8a51ba1d5&quot;,&quot;collectionMeta&quot;:&quot;eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6Ilp1Y2tlcmJlcmcgb2ZmZXJzIHBlZWsgYXQgRmFjZWJvb2sncyBhY3F1aXNpdGlvbiBzdHJhdGVnaWVzIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5jbmV0LmNvbVwvbmV3c1wvenVja2VyYmVyZy1vZmZlcnMtcGVlay1hdC1mYWNlYm9va3MtYWNxdWlzaXRpb24tc3RyYXRlZ2llc1wvIiwiY2hlY2tzdW0iOiJlZDcwZDhiNDhkYjg3ZTU3MWQ5NzRlZDhhNTFiYTFkNSIsImFydGljbGVJZCI6ImNhNzY0MzhhLTRmOWMtNDI1Zi1iZGI3LWE2OWE3MTIxY2VmMCJ9.Z7VvYowqd0Mp4v_k2EY1Gjr7vu6AdJYh1TAwx4Op5wg&quot;},&quot;profileURL&quot;:&quot;\/profiles\/%7Busername%7D\/&quot;,&quot;edition&quot;:&quot;us&quot;}">
+ <div class="fyre fyre-width-medium">
+ <div class="fyre-widget fyre-avatar-disabled">
+ <div class="fyre-featured-content-wrapper" style="display: none"></div>
+ <div class="fyre-stream-stats">
+ <div class="fyre-comment-count"><span><span class="commentCountNumber">No</span> comments</span>
+ </div>
+ <div class="fyre-help">
+ <div class="fyre-box-wrapper">
+ <a class="fyre-logo-link" href="http://livefyre.com" target="_blank"><img class="fyre-logo-drop" src="https://d3qdfnco3bamip.cloudfront.net/wjs/v3.0.1484263742/images/down_arrow.png" alt="Down arrow" /><img class="fyre-logo-help" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" alt="Livefyre" /></a>
+ <ul class="fyre-box-list">
+ <li><a href="http://livefyre.com" target="_blank" title="Get Livefyre">Get Livefyre</a></li>
+ <li><a href="http://support.livefyre.com" target="_blank" title="FAQ">FAQ</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="fyre-auth">
+ <div class="fyre-login-bar"><a rel="nofollow" class="fyre-user-loggedout" role="button" tabindex="0">Log in</a></div>
+ <div class="fyre-live-container">
+ <div class="fyre-livecount"><em class="fyre-stream-livecount">33 people following</em></div>
+ </div>
+ </div>
+ <div class="fyre-editor">
+ <div class="fyre-editor-container fyre-editor-container-focus">
+ <div class="fyre-editor-editable editable fyre-editor-iframe" id="fyre-editor-3" style=""> <iframe style="width: 430px; height: 100px;" aria-label="editor" title="editor" frameborder="0"></iframe></div><span class="fyre-editor-spinner" style="display: none;"></span>
+ <div class="fyre-editor-preview"></div>
+ <div class="fyre-editor-media-drawer" style="display: none;"></div>
+ <div class="fyre-editor-toolbar">
+ <div class="fyre-mention-menu fyre-mention-menu-vertical" style="-moz-user-select: none; display: none;" role="menu" aria-haspopup="true">
+ <div class="fyre-mention-menu-filter">
+ <div></div><input autocomplete="off" aria-autocomplete="list" aria-owns=":g.content-el" aria-expanded="true" tabindex="-1" type="text" /></div>
+ <div class="fyre-mention-menu-content" id=":g.content-el">
+ <div class="goog-control goog-control-disabled" aria-disabled="true" style="-moz-user-select: none;" id=":d"></div>
+ <div class="goog-control goog-control-disabled" aria-disabled="true" style="-moz-user-select: none;" id=":e"></div>
+ <div class="goog-control goog-control-disabled" aria-disabled="true" style="-moz-user-select: none;" id=":f"></div>
+ <div class="fyre-mention-item fyre-mention-item-twitter" aria-hidden="true" style="-moz-user-select: none; display: none;" id=":h"><img src="https://dpstvy7p9whsy.cloudfront.net/a/anon/50.jpg" class="fyre-mention-item-avatar" />
+ <h4 class="fyre-mention-item-display-name"></h4><span class="fyre-mention-item-twitter"></span></div>
+ <div class="fyre-mention-item fyre-mention-item-livefyre" aria-hidden="true" style="-moz-user-select: none; display: none;" id=":i"><img src="https://dpstvy7p9whsy.cloudfront.net/a/anon/50.jpg" class="fyre-mention-item-avatar" />
+ <h4 class="fyre-mention-item-display-name"></h4><span class="fyre-mention-item-livefyre"></span></div>
+ </div>
+ </div>
+ <div class="goog-toolbar goog-toolbar-horizontal" style="-moz-user-select: none;" role="toolbar">
+ <div class="goog-toolbar-separator goog-inline-block" style="-moz-user-select: none;" role="separator" id=":a"> </div>
+ <div class="goog-inline-block fyre-button-left fyre-format-button" role="button" style="-moz-user-select: none;" id=":c" tabindex="0" aria-label="editor format text">
+ <div class="goog-inline-block fyre-button-left-outer-box">
+ <div class="goog-inline-block fyre-button-left-inner-box"></div>
+ </div>
+ </div>
+ <div class="goog-inline-block fyre-button-left fyre-mention-button" role="button" style="-moz-user-select: none;" id=":k" tabindex="0" aria-label="editor mention user">
+ <div class="goog-inline-block fyre-button-left-outer-box">
+ <div class="goog-inline-block fyre-button-left-inner-box"></div>
+ </div>
+ </div>
+ <div class="goog-inline-block fyre-button-left fyre-embed-button" role="button" style="-moz-user-select: none; display: none;" id=":m" tabindex="0" aria-label="editor add media" aria-hidden="true">
+ <div class="goog-inline-block fyre-button-left-outer-box">
+ <div class="goog-inline-block fyre-button-left-inner-box"></div>
+ </div>
+ </div>
+ <div class="goog-inline-block fyre-button-left fyre-raw-button" role="button" style="-moz-user-select: none; display: none;" id=":o" tabindex="0" aria-label="editor html embed">
+ <div class="goog-inline-block fyre-button-left-outer-box">
+ <div class="goog-inline-block fyre-button-left-inner-box"></div>
+ </div>
+ </div>
+ <div class="goog-inline-block fyre-button-left fyre-follow-button" role="button" style="-moz-user-select: none;" id=":q" tabindex="0" aria-label="editor follow button">
+ <div class="goog-inline-block fyre-button-left-outer-box">
+ <div class="goog-inline-block fyre-button-left-inner-box">+ Follow conversation</div>
+ </div>
+ </div>
+ <div class="goog-inline-block fyre-button-right fyre-share-button" role="button" style="-moz-user-select: none;" id=":s" tabindex="0" aria-label="editor share control">
+ <div class="goog-inline-block fyre-button-right-outer-box">
+ <div class="goog-inline-block fyre-button-right-inner-box">Share<label class="fyre-share-counter fyre-share-empty"></label></div>
+ </div>
+ </div>
+ <div class="goog-inline-block fyre-button-right fyre-post-button fyre-post-button-new" role="button" style="-moz-user-select: none;" id=":u" tabindex="0" aria-label="editor post comment">
+ <div class="goog-inline-block fyre-button-right-outer-box">
+ <div class="goog-inline-block fyre-button-right-inner-box">Post comment as...</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="livefyreOverlay" style="left: 0px;"><span>Please Log In to CNET to Comment</span></div>
+ </div>
+ <div class="fyre-comment-preview" style="display: none;">
+ <h5>Custom HTML Preview<span class="fyre-icon-remove"></span></h5>
+ <div class="fyre-roundedpanel-content fyre-comment-preview-content">
+ <article class="fyre-comment-article">
+ <div class="fyre-comment">
+ <div class="fyre-comment-raw-html"></div>
+ </div>
+ </article>
+ </div>
+ </div>
+ <div class="livefyreInfo"><a href="/community-faqs/" target="_blank">FAQs</a> / <a href="/community-guidelines/" target="_blank">Guidelines</a></div>
+ </div>
+ <div class="fyre-input-box-collapsed"></div>
+ <div class="fyre-stream-header">
+ <div class="fyre-content-loading" style="display: none;">Loading</div>
+ <div class="fyre-stream-sort">
+ <div class="fyre-stream-sort-options"><a class="fyre-stream-sort-newest fyre-stream-sort-selected">Newest</a><span class="fyre-stream-sort-bar"> | </span><a class="fyre-stream-sort-oldest">Oldest</a><span class="fyre-stream-sort-bar"> | </span><a class="fyre-stream-sort-top-comments">Top Comments</a></div>
+ <a class="fyre-stream-sort-back"></a>
+ </div>
+ </div>
+ <div class="fyre-comment-stream">
+ <div class="fyre-stream-content"></div>
+ <div class="fyre-stream-content-not-found"></div>
+ <div class="fyre-stream-more" style="display: none;">
+ <div class="fyre-stream-more-container">
+ <div class="fyre-text">Show More Comments</div>
+ <div class="fyre-spinner"><img src="https://d3qdfnco3bamip.cloudfront.net/wjs/v3.0.1484263742/images/snake-loader.gif" alt="" /></div>
+ </div>
+ </div>
+ </div>
+ <div class="fyre-top-content-stream"></div>
+ <div class="fyre-thread-breakout-stream"></div>
+ <div class="fyre-stream-menu-container"></div>
+ </div>
+ </div>
+ </div>
+
+ <div class="livefyreFooter">
+ <p class="livefyrePowered">Conversation powered by Livefyre</p>
+ </div>
+ </div>
+ </div>
+
+ <div class="fixate-bottom-anchor"></div>
+
+ <div class="upNextBottomWrapper">
+ <a class="upNextBottom" href="#page-governments-social-media-wpp-leaders-report">
+ <span class="label">Up Next:</span> Governments suck at social media, but you deserve some blame
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+
+
+
+ <div id="flex-leader-plus-incontent-bottom-58808543f19c0" class="ad-flex-leader-plus-incontent-bottom adSize-728x90" data-ad="flex-leader-plus-incontent-bottom" data-google-query-id="CKW5_bz6zdECFQculgod4rcAew">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_8__container__" style="border: 0pt none; display: inline-block; width: 728px; height: 90px;"><iframe style="border: 0px none; vertical-align: bottom;" src="https://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html#xpc=sf-gdn-exp-1&amp;p=https%3A//www.cnet.com" id="google_ads_iframe_/8264/asia-cnet/tech-industry_8" title="3rd party ad content" name="" scrolling="no" marginwidth="0" marginheight="0" data-is-safeframe="true" width="728" height="90" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <div id="page-governments-social-media-wpp-leaders-report" class="pageWrapper pageContainer" data-container-asset-id="621f0934-9ad9-4bc1-aba2-76a21645b051" data-component="page" data-page-options="{&quot;ajaxOffset&quot;:2000,&quot;ajaxUrl&quot;:&quot;\/news\/governments-social-media-wpp-leaders-report\/xhr\/&quot;,&quot;browserTitle&quot;:&quot;Governments suck at social media, but you deserve some blame&quot;,&quot;browserUrl&quot;:&quot;\/news\/governments-social-media-wpp-leaders-report\/&quot;,&quot;cmsUrl&quot;:&quot;https:\/\/cms.cnet.com\/content\/article\/621f0934-9ad9-4bc1-aba2-76a21645b051&quot;,&quot;limit&quot;:5,&quot;resetAdPosition&quot;:true,&quot;taboolaElement&quot;:&quot;taboola-governments-social-media-wpp-leaders-report-below-article-thumbnails-article-redesign&quot;,&quot;trackingEventData&quot;:[],&quot;trackingPageLoadData&quot;:[],&quot;trackPageChange&quot;:true}"> </div>
+
+
+ <div class="featuredVideo">
+
+
+
+
+
+ <div class="popOnScroll" data-component="popOnScroll" data-pop-on-scroll-options="{&quot;popOnScroll&quot;:true,&quot;popOnLoad&quot;:false,&quot;popOutReturn&quot;:true,&quot;popOutOffset&quot;:-160,&quot;hideOnClose&quot;:false}">
+ <div class="videoContainer popOut ui-draggable playerLoaded playbackStarted isPlaying ad">
+ <div class="videoPlayer" data-component="cnetVideo" data-cnet-video-options="{&quot;videos&quot;:[{&quot;id&quot;:&quot;a1d3349d-ed37-4c13-a80b-3624ca349b6b&quot;,&quot;title&quot;:&quot;Battle of the CES robot baristas&quot;,&quot;description&quot;:&quot;Several companies at CES 2017 had large robotic arms that could make coffee and tea. While all the robots drew crowds, which one was the best?&quot;,&quot;slug&quot;:&quot;battle-of-the-ces-robot-baristas&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:&quot;857471555813&quot;,&quot;mpxRefId&quot;:&quot;JqkvYwfEL3Bu_kkWtdJ3hPYKHxBJHarE&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;922e7b92-1087-453a-8fe9-04310a618b39&quot;,&quot;firstName&quot;:&quot;Patrick&quot;,&quot;lastName&quot;:&quot;Holland&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;e22d5201-ad55-436c-bcdb-3b1747a584e9&quot;,&quot;title&quot;:&quot;CES 2017&quot;},&quot;duration&quot;:170,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/battle-of-the-ces-robot-baristas.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/18\/857471555813\/ces17_RobotBattleBarista_1233311_740.mp4&quot;},{&quot;id&quot;:&quot;a1d3349d-ed37-4c13-a80b-3624ca349b6b&quot;,&quot;title&quot;:&quot;Battle of the CES robot baristas&quot;,&quot;description&quot;:&quot;Several companies at CES 2017 had large robotic arms that could make coffee and tea. While all the robots drew crowds, which one was the best?&quot;,&quot;slug&quot;:&quot;battle-of-the-ces-robot-baristas&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:857471555813,&quot;mpxRefId&quot;:&quot;JqkvYwfEL3Bu_kkWtdJ3hPYKHxBJHarE&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;922e7b92-1087-453a-8fe9-04310a618b39&quot;,&quot;firstName&quot;:&quot;Patrick&quot;,&quot;lastName&quot;:&quot;Holland&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;e22d5201-ad55-436c-bcdb-3b1747a584e9&quot;,&quot;title&quot;:[&quot;Special Features&quot;,&quot;CES 2017&quot;]},&quot;duration&quot;:170,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/battle-of-the-ces-robot-baristas.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/18\/857471555813\/ces17_RobotBattleBarista_1233311_740.mp4&quot;},{&quot;id&quot;:&quot;5f324b7b-7ad8-4ddd-a1cb-450055d96224&quot;,&quot;title&quot;:&quot;Zuckerberg takes the stand, Seinfeld\u0027s new home at Netflix&quot;,&quot;description&quot;:&quot;Today\u0027s biggest tech stories include Mark Zuckerberg\u0027s testimony in a major lawsuit, Android 2.0 rumors pointing to a February release and Jerry Seinfeld\u0027s web series finding a new home at (you guessed it) Netflix.&quot;,&quot;slug&quot;:&quot;zuckerberg-takes-the-stand-seinfelds-new-home-at-netflix&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:857216579792,&quot;mpxRefId&quot;:&quot;fWS7L5D1noUch_Dkjawm9M9T_1GsvYdM&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;3dd87c14-8176-11e2-9d12-0018fe8a00b0&quot;,&quot;firstName&quot;:&quot;Jeff&quot;,&quot;lastName&quot;:&quot;Bakalar&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;0d8f9ac8-61cb-4e36-9263-552d5468e04b&quot;,&quot;title&quot;:[&quot;Tech Today&quot;]},&quot;duration&quot;:73,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/zuckerberg-takes-the-stand-seinfelds-new-home-at-netflix.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/18\/857216579792\/TT_011817_1232948_740.mp4&quot;},{&quot;id&quot;:&quot;863a7e23-5348-461a-b95e-269f2802780f&quot;,&quot;title&quot;:&quot;MacBooks may grow more powerful this year&quot;,&quot;description&quot;:&quot;According to an analyst known for accurate predictions, Apple will refresh its MacBook line with more processing power and more RAM.&quot;,&quot;slug&quot;:&quot;macbooks-may-grow-more-powerful-this-year&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:856459331943,&quot;mpxRefId&quot;:&quot;1bxJdo_9IAwC4nDL3iFSjZIgGd4VCHNC&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;74504c8d-a5f9-4894-9cc3-b7e94f30d64b&quot;,&quot;firstName&quot;:&quot;Iyaz&quot;,&quot;lastName&quot;:&quot;Akhtar&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;040fa0bc-bf08-43dc-ac3d-ee7869a9fc85&quot;,&quot;title&quot;:[&quot;CNET News Video&quot;]},&quot;duration&quot;:90,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/macbooks-may-grow-more-powerful-this-year.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/17\/856459331943\/News_0117_Apple_1232167_740.mp4&quot;},{&quot;id&quot;:&quot;8a7b97a5-627e-4a68-a3c1-0e2b9bcac2fa&quot;,&quot;title&quot;:&quot;Oculus\u0027 ugly allegations, Nintendo\u0027s Switch won\u0027t oust 3DS&quot;,&quot;description&quot;:&quot;The day\u0027s biggest tech stories include an ugly set of allegations against Facebook\u0027s Oculus, Google\u0027s impressive image technology and Nintendo of America president\u0027s assertion that the Switch and 3DS can coexist.&quot;,&quot;slug&quot;:&quot;oculus-ugly-allegations-nintendo-says-switch-wont-oust-3ds&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:856306243511,&quot;mpxRefId&quot;:&quot;rfJEMtyqJwJctVv_Y8nfF0a8RJ_7QqO0&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;3dd87c14-8176-11e2-9d12-0018fe8a00b0&quot;,&quot;firstName&quot;:&quot;Jeff&quot;,&quot;lastName&quot;:&quot;Bakalar&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;0d8f9ac8-61cb-4e36-9263-552d5468e04b&quot;,&quot;title&quot;:[&quot;Tech Today&quot;]},&quot;duration&quot;:82,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/oculus-ugly-allegations-nintendo-says-switch-wont-oust-3ds.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/17\/856306243511\/JG_TT170117_V1_1021865_740.mp4&quot;},{&quot;id&quot;:&quot;88d5a293-485c-4854-bf2d-c60aec62d297&quot;,&quot;title&quot;:&quot;Samsung heir formally accused of bribery, Nintendo\u0027s Fils-Aime says The Switch won\u0027t oust 3DS&quot;,&quot;description&quot;:&quot;Acting Samsung President Jay Y. Lee may be arrested in connection with a multi million dollar government bribery allegation. Also in today\u0027s tech news Nintendo says the 3DS will still be supported after the Switch is released and the Chinese government tightens grip on Android app stores.&quot;,&quot;slug&quot;:&quot;samsung-heir-formally-accused-of-bribery-nintendos-fils-aime-says-the-switch-wont-oust-3ds&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:855777347886,&quot;mpxRefId&quot;:&quot;XXA2tJGz1Q4euf_NSj_1I16cOCyxzFae&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;1e98ecc9-b62b-4bd7-a62b-f8a579faf8b2&quot;,&quot;firstName&quot;:&quot;Jonathan&quot;,&quot;lastName&quot;:&quot;Garnham&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;0d8f9ac8-61cb-4e36-9263-552d5468e04b&quot;,&quot;title&quot;:[&quot;Tech Today&quot;]},&quot;duration&quot;:89,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/samsung-heir-formally-accused-of-bribery-nintendos-fils-aime-says-the-switch-wont-oust-3ds.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/16\/855777347886\/JG_TT170116_V1_1021303_740.mp4&quot;},{&quot;id&quot;:&quot;714ec383-5833-4616-945e-28e4d7ea113e&quot;,&quot;title&quot;:&quot;Nintendo Switch debuts with tons of info&quot;,&quot;description&quot;:&quot;This week\u0027s biggest tech stories include a blowout of new information on Nintendo\u0027s next console, the tablet-hybrid Switch.&quot;,&quot;slug&quot;:&quot;nintendo-switch-debuts-with-tons-of-info&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:854472259934,&quot;mpxRefId&quot;:&quot;w6zsDNaeFf8KjsmNoG3NUPk02a6mgAe4&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;3dd87c14-8176-11e2-9d12-0018fe8a00b0&quot;,&quot;firstName&quot;:&quot;Jeff&quot;,&quot;lastName&quot;:&quot;Bakalar&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;0d8f9ac8-61cb-4e36-9263-552d5468e04b&quot;,&quot;title&quot;:[&quot;Tech Today&quot;]},&quot;duration&quot;:82,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/nintendo-switch-debuts-with-tons-of-info.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/13\/854472259934\/TT_011417_1230116_740.mp4&quot;},{&quot;id&quot;:&quot;7a810056-05c9-4007-9272-3f2ae42a4867&quot;,&quot;title&quot;:&quot;The \u0027iPhone 8\u0027 will take design cues from the iPhone 4&quot;,&quot;description&quot;:&quot;One of the best-looking iPhones could inspire the new \u0022premium\u0022 iPhone 8. The Touch Bar MacBook Pros finally get a Consumer Reports recommendation after a software fix, and do you want Apple Glasses?&quot;,&quot;slug&quot;:&quot;the-iphone-8-will-take-design-cues-from-the-iphone-4-apple-byte&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:854604355965,&quot;mpxRefId&quot;:&quot;2HAEiu4VQODIn0SSutHCeW5kVv6hXqRH&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;02167fb4-8176-11e2-9d12-0018fe8a00b0&quot;,&quot;firstName&quot;:&quot;Brian&quot;,&quot;lastName&quot;:&quot;Tong&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;b1a9dea1-31dc-4a54-88f7-cd7d6cde4bae&quot;,&quot;title&quot;:[&quot;Apple Byte&quot;]},&quot;duration&quot;:310,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/the-iphone-8-will-take-design-cues-from-the-iphone-4-apple-byte.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/13\/854604355965\/AB420_1019748_740.mp4&quot;},{&quot;id&quot;:&quot;d1502427-80e3-470a-86c7-eaab58175f1d&quot;,&quot;title&quot;:&quot;Did Samsung just leak the Galaxy S8?&quot;,&quot;description&quot;:&quot;Two new videos from Samsung\u0027s display division show off a new phone that might be the upcoming Galaxy S8.&quot;,&quot;slug&quot;:&quot;did-samsung-just-leak-the-galaxy-s8&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:854577731804,&quot;mpxRefId&quot;:&quot;NdM3wr60DY5ltJD7fBMUk_xWFqW5yBaO&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;7cbbe78d-a591-11e2-8a8e-0291187978f3&quot;,&quot;firstName&quot;:&quot;Lexy&quot;,&quot;lastName&quot;:&quot;Savvides&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;040fa0bc-bf08-43dc-ac3d-ee7869a9fc85&quot;,&quot;title&quot;:[&quot;CNET News Video&quot;]},&quot;duration&quot;:69,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/did-samsung-just-leak-the-galaxy-s8.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/13\/854577731804\/17n_samsungS8_0113_1019682_740.mp4&quot;},{&quot;id&quot;:&quot;e25fb849-4b57-402e-8fe6-b37e2a936b32&quot;,&quot;title&quot;:&quot;Nintendo debuts all-in-one gaming console Switch&quot;,&quot;description&quot;:&quot;The Switch, revealed at a Tokyo press conference, is a hybrid handheld system with detachable gaming controllers so you can also play on a TV or tablet.&quot;,&quot;slug&quot;:&quot;nintendo-debuts-all-in-one-gaming-console-switch&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:854380099881,&quot;mpxRefId&quot;:&quot;G6gOTWCgCYwMC7Evtn3gu_YCitDYMlut&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;lastName&quot;:&quot;&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;040fa0bc-bf08-43dc-ac3d-ee7869a9fc85&quot;,&quot;title&quot;:[&quot;CNET News Video&quot;]},&quot;duration&quot;:193,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/nintendo-debuts-all-in-one-gaming-console-switch.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/13\/854380099881\/2017n_nintendo_switch_0113_1019299_740.mp4&quot;},{&quot;id&quot;:&quot;1602c81e-979a-4fd8-9299-a59150e7cb35&quot;,&quot;title&quot;:&quot;Nintendo debuts Switch price and date, Apple to buy scripted TV shows?&quot;,&quot;description&quot;:&quot;The biggest tech stories of the day include brand new info on Nintendo\u0027s Switch console, Apple\u0027s interest in scripted TV shows and a Google Maps update that\u0027ll let you order a ride share straight from the app.&quot;,&quot;slug&quot;:&quot;nintendo-debuts-switch-price-and-date-apple-to-buy-scripted-tv-shows&quot;,&quot;chapters&quot;:&quot;&quot;,&quot;hasCaptions&quot;:false,&quot;mpxId&quot;:854089795843,&quot;mpxRefId&quot;:&quot;tiyEGG6yqhY54Q0veiLitR9n1959km4_&quot;,&quot;primaryTopic&quot;:{&quot;id&quot;:&quot;&quot;},&quot;author&quot;:{&quot;id&quot;:&quot;3dd87c14-8176-11e2-9d12-0018fe8a00b0&quot;,&quot;firstName&quot;:&quot;Jeff&quot;,&quot;lastName&quot;:&quot;Bakalar&quot;},&quot;primaryCollection&quot;:{&quot;id&quot;:&quot;0d8f9ac8-61cb-4e36-9263-552d5468e04b&quot;,&quot;title&quot;:[&quot;Tech Today&quot;]},&quot;duration&quot;:75,&quot;isVertical&quot;:false,&quot;m3u8&quot;:&quot;\/videos\/manifest\/nintendo-debuts-switch-price-and-date-apple-to-buy-scripted-tv-shows.m3u8&quot;,&quot;mp4&quot;:&quot;https:\/\/cnetmedia-a.akamaihd.net\/21923\/2017\/01\/13\/854089795843\/TT011317_1229578_740.mp4&quot;}],&quot;relatedItems&quot;:null,&quot;controlsCss&quot;:&quot;https:\/\/cnet1.cbsistatic.com\/fly\/css\/video\/htmlPlayerControls\/controls-0b1dae622a-rev.css&quot;,&quot;autoplay&quot;:false,&quot;timelineContainer&quot;:null,&quot;vidInfoContainer&quot;:null,&quot;monitorProgress&quot;:null,&quot;refreshAds&quot;:null,&quot;timeRange&quot;:&quot;&quot;,&quot;playFullScreen&quot;:false,&quot;prepend&quot;:true,&quot;config&quot;:{&quot;policies&quot;:{&quot;default&quot;:11417438},&quot;tracking&quot;:{&quot;can_partner_id&quot;:&quot;canPartnerID&quot;,&quot;comscore_id&quot;:&quot;3000085&quot;,&quot;comscore_home&quot;:&quot;3000085&quot;,&quot;comscore_news&quot;:&quot;3000078&quot;,&quot;comscore_reviews&quot;:&quot;3000087&quot;,&quot;comscore_videos&quot;:&quot;3000088&quot;,&quot;comscore_sense_id&quot;:&quot;cnetvideo&quot;,&quot;comscore_sense_home&quot;:&quot;cnethome&quot;,&quot;comscore_sense_news&quot;:&quot;cnetnews&quot;,&quot;comscore_sense_reviews&quot;:&quot;cnetreviews&quot;,&quot;comscore_sense_videos&quot;:&quot;cnetvideo&quot;,&quot;nielsen_cid&quot;:&quot;us-200330&quot;,&quot;nielsen_vcid&quot;:&quot;c07&quot;,&quot;nielsen_vcid_reviews&quot;:&quot;c05&quot;,&quot;nielsen_vcid_home&quot;:&quot;c07&quot;,&quot;nielsen_vcid_news&quot;:&quot;c08&quot;,&quot;nielsen_vcid_how_to&quot;:&quot;c09&quot;,&quot;nielsen_vcid_videos&quot;:&quot;c20&quot;}},&quot;baseUrl&quot;:&quot;https:\/\/www.cnet.com\/&quot;,&quot;runtime&quot;:&quot;Flash&quot;,&quot;plugins&quot;:[&quot;\/\/vidtech.cbsinteractive.com\/plugins\/closed_captions\/3_7_1\/Captions.swf&quot;,&quot;\/\/vidtech.cbsinteractive.com\/plugins\/akamai\/3_7_0\/AkamaiAnalytics.swf&quot;],&quot;policy&quot;:null,&quot;partnerId&quot;:null,&quot;uvpPartner&quot;:&quot;cnet&quot;,&quot;introVideo&quot;:&quot;&quot;}" id="uvpJs_1">
+
+
+
+ <div class="videoPromo" style="display: none;">
+ <div class="videoSlide">
+ <div class="v2">
+ <svg xmlns="http://www.w3.org/2000/svg" class=" playOverlay"><use xlink:href="#playOverlay" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ <figure class=" img"><img src="https://cnet4.cbsistatic.com/img/nEQp5MZWOoB48gCDqN6BYecID1A=/770x433/2017/01/18/7c9ebfcb-37d7-4155-871e-14e083fa6cbf/ces17robotbattlebarista.jpg" class="photo" alt="" width="770" height="433" /></figure>
+ </div>
+
+ <div class="meta">
+ <h4>Battle of the CES robot baristas</h4>
+ <p class="dek">Several companies at CES 2017 had large robotic arms that could make coffee and tea. While all the robots drew crowds, which one was the best?</p>
+
+ <span class="author">by <span class="name">Patrick Holland</span></span>
+ </div>
+
+ <div class="duration"><span>2:50 <svg xmlns="http://www.w3.org/2000/svg" class=" video"><use xlink:href="#video" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></span></div>
+ </div>
+ </div>
+
+
+
+
+
+ <div class="popControls">
+ <div class="close" data-pop-on-scroll="close">
+ <div class="popOnScroll-close">Close</div>
+ </div>
+ <div class="dragHandle" data-pop-on-scroll="drag">
+ <span class="popOnScroll-logo">
+ </span>
+ <span class="title" data-video-info-title="">Battle of the CES robot baristas</span>
+ <div class="drag">
+ <div class="popOnScroll-drag">Drag</div>
+ </div>
+ </div>
+ </div>
+
+ <div class="autoplayControls visible" data-component="autoplayControls" data-autoplay-controls-options="{&quot;clickElement&quot;:&quot;&quot;,&quot;onText&quot;:&quot;Autoplay: ON&quot;,&quot;offText&quot;:&quot;Autoplay: OFF&quot;}">
+ <span class="autoplayOn visible">Autoplay: ON</span>
+ <span class="autoplayOff">Autoplay: OFF</span>
+ </div>
+
+ <div class="playerMessaging">
+ </div>
+ <div class="playerContainer" style="visibility: visible;">
+ <div id="uvpJs_1_player" style="height: 100%; position: relative;">
+ <div id="content_uvpJs_1_player">
+ <div id="diagnostic_uvpJs_1_player"><span>x</span>
+ <table>
+ <tbody>
+ <tr>
+ <td>player version</td>
+ <td>1.7.2</td>
+ </tr>
+ <tr>
+ <td>playback state</td>
+ <td>1</td>
+ </tr>
+ <tr>
+ <td>duration</td>
+ <td>15</td>
+ </tr>
+ <tr>
+ <td>current time</td>
+ <td>7.00</td>
+ </tr>
+ <tr>
+ <td>buffer length</td>
+ <td>0.00</td>
+ </tr>
+ <tr>
+ <td>average dropped (fps)</td>
+ <td>0</td>
+ </tr>
+ </tbody>
+ </table>
+ </div><video id="video_uvpJs_1_player" style="width: 100%;"></video></div>
+ <div id="ad_uvpJs_1_player" style="position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;">
+ <div style="position: absolute; width: 433px; height: 244px;"><iframe src="https://imasdk.googleapis.com/js/core/bridge3.154.1_en.html#goog_318185325" allowfullscreen="" style="border: 0px none; opacity: 1; margin: 0px; padding: 0px; position: relative;" width="433" height="244"></iframe></div>
+ </div>
+ <div class="resize-triggers">
+ <div class="expand-trigger">
+ <div style="width: 434px; height: 245px;"></div>
+ </div>
+ <div class="contract-trigger"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="overlays min" style="width: 433px; height: 244px; pointer-events: none; margin-top: -244px;">
+ <div class="mouseListener" style="width: 100%; height: 100%; pointer-events: auto; background: rgb(0, 0, 0) none repeat scroll 0% 0%; opacity: 0; display: none;"></div>
+ <div class="playlist overlay">
+ <div class="playScroll">
+ <div data-item="loadingCircle" id="loadingCircle"></div>
+ </div>
+ </div>
+ <div class="share overlay"></div>
+ </div>
+ <div class="videoControls" data-component="videoControls" style="margin-left: 20px; width: 393px;">
+ <ul class="controlsList">
+ <li class="playPause">
+ <div class="play" style="display: none;"></div>
+ <div class="pause" style="display: block;"></div>
+ <div class="divider"></div>
+ </li>
+ <li class="playlist">playlist</li>
+ <li class="progress" style="width: 73px;">
+ <div class="progress-slider ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all ui-slider-disabled ui-state-disabled ui-disabled" aria-disabled="true">
+ <div class="ui-slider-range ui-widget-header ui-slider-range-min" style="width: 0%;"></div>
+ <a class="ui-slider-handle ui-state-default ui-corner-all" href="#" style="left: 0%;"></a>
+ </div>
+ <div class="chapters"></div>
+ </li>
+ <li class="time">0:07 / 0:15</li>
+ <li class="captions">captions</li>
+ <li class="volume">
+ <div class="mute"></div>
+ <div class="volume-slider ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all">
+ <div class="ui-slider-range ui-widget-header ui-slider-range-min" style="height: 75%;"></div>
+ <a class="ui-slider-handle ui-state-default ui-corner-all" href="#" style="bottom: 75%;"></a>
+ </div>
+ </li>
+ <li class="share">share</li>
+ <li class="fullscreen">fullscreen</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+
+ <section id="contentPromo" section="footer|content_promo" class="show" data-component="lazyloadComponent" data-lazyload-component-options="{&quot;endpoint&quot;:&quot;\/component\/load\/xhr\/&quot;,&quot;view&quot;:&quot;responsive_listing_highlight&quot;,&quot;familyName&quot;:&quot;listing&quot;,&quot;typeName&quot;:&quot;curated_listing&quot;,&quot;slug&quot;:&quot;footer-promo&quot;}">
+ <div class="asset" section="pos1" data-component="lazyloadImages">
+ <a class="mainStory" href="/news/blizzard-25/"></a>
+
+ <figure class=" img"><span><img src="" class="" alt="" data-original=" https://cnet4.cbsistatic.com/img/ADhScBH_L3W5TAopZGiN7F1fokU=/1170x658/2016/11/01/8c94db8b-3727-4e28-a70f-222f07c9884a/blizzard-promo.jpg" width="1170" height="658" /></span><noscript>&lt;span
+ &gt;&lt;img src=" https://cnet4.cbsistatic.com/img/ADhScBH_L3W5TAopZGiN7F1fokU=/1170x658/2016/11/01/8c94db8b-3727-4e28-a70f-222f07c9884a/blizzard-promo.jpg" class="" alt="" height="658"
+ width="1170"
+ /&gt;&lt;/span&gt;</noscript></figure>
+
+ <div class="content">
+ <span class="tag-article">Special feature</span>
+
+ <h3 class="h">How to build worlds for fun and profit</h3>
+
+ <span class="assetAuthor">
+ <span class="author">by
+ <a rel="author" href="/profiles/seamus+byrne/">
+ Seamus Byrne </a>
+ </span>
+ </span>
+ </div>
+ </div>
+ <div class="asset" section="pos2" data-component="lazyloadImages">
+ <a class="mainStory" href="/news/does-the-mac-still-matter/"></a>
+
+ <figure class=" img"><span><img src="" class="" alt="" data-original=" https://cnet1.cbsistatic.com/img/BCN2RF5RZaqa0kiLNvo_43hB5Ls=/1170x658/2016/10/28/af0ce604-1a5b-4271-b116-2df39fd4332a/apple-event-macbook-102716-craig-federighi-3368.jpg" width="1170" height="658" /></span><noscript>&lt;span
+ &gt;&lt;img src=" https://cnet1.cbsistatic.com/img/BCN2RF5RZaqa0kiLNvo_43hB5Ls=/1170x658/2016/10/28/af0ce604-1a5b-4271-b116-2df39fd4332a/apple-event-macbook-102716-craig-federighi-3368.jpg" class="" alt="" height="658"
+ width="1170"
+ /&gt;&lt;/span&gt;</noscript></figure>
+
+ <div class="content">
+ <span class="tag-article">Exclusive interview</span>
+
+ <h3 class="h">Does the Mac still matter?</h3>
+
+ <span class="assetAuthor">
+ <span class="author">by
+ <a rel="author" href="/profiles/sharatibken/">
+ Shara Tibken </a>
+ </span>
+ </span>
+ </div>
+ </div>
+ </section>
+ <footer id="cnetFooter" section="footer">
+ <div class="container">
+
+ <div id="cnetPromo" class="show" section="mag_promo" data-component="lazyloadComponent" data-lazyload-component-options="{&quot;endpoint&quot;:&quot;\/component\/load\/xhr\/&quot;,&quot;view&quot;:&quot;h1_and_dek&quot;,&quot;familyName&quot;:&quot;editorial&quot;,&quot;typeName&quot;:&quot;component_editorial_component&quot;,&quot;slug&quot;:&quot;mag-promo&quot;}">
+ <div data-component="lazyloadImages">
+ <h3>CNET Magazine</h3>
+ <p>Read about tech’s impact on the worldwide refugee crisis, discover what conservationists, scientists and tech companies are doing to save the rhino, learn how Tetris conquered the world, and more in the Winter issue of CNET Magazine.</p>
+ <span class="promoLabel">Grab your copy</span>
+ <figure class="promoImage img"><span><img src="" class="" alt="" data-original=" https://cnet2.cbsistatic.com/img/7EsyCWIMGotBXdU9pWue3Mh-Rdo=/1254x620/2016/11/11/5d5be602-9298-445c-bcf7-c246d1c5b6a6/tjmfooter-image-template.png" width="1254" height="620" /></span><noscript>&lt;span
+ &gt;&lt;img src=" https://cnet2.cbsistatic.com/img/7EsyCWIMGotBXdU9pWue3Mh-Rdo=/1254x620/2016/11/11/5d5be602-9298-445c-bcf7-c246d1c5b6a6/tjmfooter-image-template.png" class="" alt="" height="620"
+ width="1254"
+ /&gt;&lt;/span&gt;</noscript></figure>
+ <a class="promoLink" href="http://subscribe.cnet.com/magazine/subscribe/#ftag=CAD63a33e1"></a>
+ </div>
+ </div>
+
+ <div id="cnetLegal">
+ <div section="site_sections|logo">
+ <a class="rbLogo" href="/">
+ <svg xmlns="http://www.w3.org/2000/svg" class=" cnet"><use xlink:href="#cnet" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg><span class="site">CNET</span>
+ </a>
+ </div>
+ <div class="footerText">
+ <div class="copyright">© CBS Interactive Inc. / All Rights Reserved.</div>
+ <a href="/about/">About CNET</a>
+ <a href="http://cbsi.force.com/CBSi/privacy" rel="nofollow">Privacy Policy</a>
+ <a href="http://legalterms.cbsinteractive.com/adchoice" rel="nofollow">Ad Choice</a>
+ <a href="http://legalterms.cbsinteractive.com/terms-of-use" rel="nofollow">Terms of Use</a>
+ <a href="http://legalterms.cbsinteractive.com/eula" rel="nofollow">Mobile User Agreement</a>
+ <a href="https://cbsi.secure.force.com/CBSi/knowledgehome?referer=cnet.com" rel="nofollow">Help Center</a>
+ </div>
+ </div>
+
+
+
+
+
+ <div id="dynamic-text-link-top-58808543f19c0" class="ad-dynamic-text-link-top" data-ad="dynamic-text-link-top" style="" data-google-query-id="CI_U97z6zdECFVUbvAod6bMGxA">
+ <div id="google_ads_iframe_/8264/asia-cnet/tech-industry_6__container__" style="border: 0pt none; height: auto;"><iframe id="google_ads_iframe_/8264/asia-cnet/tech-industry_6" title="3rd party ad content" name="google_ads_iframe_/8264/asia-cnet/tech-industry_6" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; display: none;" srcdoc="" width="1171" height="61" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ </footer>
+ </div>
+
+
+
+ <script>
+ function addVars() {
+ BOOMR.addVar({
+ "txId": (window.CnetPageVars & amp; & amp; window.CnetPageVars.txId) ? window.CnetPageVars.txId : ""
+ });
+ }
+
+ if (document.addEventListener) {
+ document.addEventListener("onBoomerangLoaded", addVars);
+ } else if (document.attachEvent) {
+ document.attachEvent("onpropertychange", function(e) {
+ if (!e) e = window.event;
+ if (e & amp; & amp; e.propertyName === "onBoomerangLoaded") {
+ addVars();
+ }
+ });
+ }
+
+ /*! mpulse v0.0.2 */
+
+ ! function(a) {
+ "use strict";
+
+ function b(b, c) {
+ j || ("object" == typeof XDomainRequest ? (r = !0, j = function() {
+ return new XDomainRequest
+ }) : "function" == typeof XMLHttpRequest || "object" == typeof XMLHttpRequest ? j = function() {
+ return new XMLHttpRequest
+ } : "function" == typeof require ? j = function() {
+ var a = require("xmlhttprequest").XMLHttpRequest;
+ return new a
+ } : a & amp; & amp;
+ "undefined" != typeof a.ActiveXObject & amp; & amp;
+ (j = function() {
+ return new a.ActiveXObject("Microsoft.XMLHTTP")
+ }));
+ var d = j();
+ "function" == typeof c & amp; & amp;
+ (r ? d.onload = function() {
+ c(d.responseText)
+ } : d.onreadystatechange = function() {
+ 4 === d.readyState & amp; & amp;
+ c(d.responseText)
+ }), d.open("GET", b, !0), d.send()
+ }
+
+ function c() {
+ return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(a) {
+ var b = 16 * Math.random() | 0,
+ c = "x" === a ? b : 3 & amp;
+ b | 8;
+ return c.toString(16)
+ })
+ }
+
+ function d(d, e) {
+ function f(b) {
+ return -1 !== b.indexOf("http://") || -1 !== b.indexOf("https://") ? b : (Q ? b = "https:" + b : "undefined" == typeof a ? -1 === b.indexOf("http:") & amp; & amp;
+ (b = "http:" + b) : "undefined" != typeof a & amp; & amp;
+ "file:" === a.location.protocol & amp; & amp; - 1 === b.indexOf("http:") & amp; & amp;
+ (b = "http:" + b), b)
+ }
+
+ function g() {
+ var a = P;
+ return a += -1 !== a.indexOf("?") ? "&amp;" : "?", a += "key=" + O, a += "&amp;acao=", f(a)
+ }
+
+ function h() {
+ var a = R.beacon_url;
+ return a += -1 !== a.indexOf("?") ? "&amp;" : "?", a += "acao=1", f(a)
+ }
+
+ function i(a) {
+ try {
+ var b = JSON.parse(a);
+ for (var c in b) b.hasOwnProperty(c) & amp; & amp;
+ (R[c] = b[c])
+ } catch (d) {
+ return void(T = !1)
+ }
+ if ($ || I(R.session_id), _ = {}, ba = {}, Z = {}, R.PageParams) {
+ var e = R.PageParams.customMetrics,
+ f = R.PageParams.customTimers,
+ g = R.PageParams.customDimensions;
+ if (e)
+ for (q = 0; q & lt; e.length; q++) {
+ var h = e[q];
+ _[h.name] = h.label
+ }
+ if (f)
+ for (q = 0; q & lt; f.length; q++) {
+ var i = f[q];
+ ba[i.name] = i.label
+ }
+ if (g)
+ for (q = 0; q & lt; g.length; q++) {
+ var m = g[q];
+ Z[m.name] = m.label
+ }
+ }
+ T = !0, S = !0, setTimeout(j, l), k(r)
+ }
+
+ function j() {
+ if ("" !== P) {
+ var a = g();
+ S & amp; & amp;
+ (a += "&amp;r="), b(a, i)
+ }
+ }
+
+ function n() {
+ var a = {};
+ for (var b in Y) Y.hasOwnProperty(b) & amp; & amp;
+ (a[b] = Y[b]);
+ return a
+ }
+
+ function o(a, b, c) {
+ U.push({
+ type: a,
+ name: b,
+ value: c,
+ group: W,
+ ab: X,
+ dimensions: n()
+ })
+ }
+
+ function r(a) {
+ if (0 !== U.length) {
+ if (!T) return void((!V || a) & amp; & amp;
+ (V = !0, setTimeout(function() {
+ r(!0)
+ }, m)));
+ var b = U.shift(),
+ c = b.type,
+ d = b.name,
+ e = b.value,
+ f = {};
+ "boolean" != typeof b.group & amp; & amp;
+ (f["h.pg"] = b.group), "boolean" != typeof b.ab & amp; & amp;
+ (f["h.ab"] = b.ab);
+ for (var g in b.dimensions) b.dimensions.hasOwnProperty(g) & amp; & amp;
+ "undefined" != typeof Z[g] & amp; & amp;
+ (f[Z[g]] = b.dimensions[g]);
+ "metric" === c ? "undefined" != typeof _[d] & amp; & amp;
+ (f[_[d]] = e, t(f)): "timer" === c & amp; & amp;
+ "undefined" != typeof ba[d] & amp; & amp;
+ (f.t_other = ba[d] + "|" + e, t(f)), k(r)
+ }
+ }
+
+ function t(a) {
+ a.d = R.site_domain, a["h.key"] = R["h.key"], a["h.d"] = R["h.d"], a["h.cr"] = R["h.cr"], a["h.t"] = R["h.t"], a["http.initiator"] = "api", $ !== !1 & amp; & amp;
+ (a["rt.si"] = $, a["rt.ss"] = da, a["rt.sl"] = ea), a.api = 1, a.v = 1, a.u = "http://" + R.site_domain, a.t_done = 0, N("before_beacon", a);
+ var c = [];
+ for (var d in a) a.hasOwnProperty(d) & amp; & amp;
+ c.push(encodeURIComponent(d) + "=" + (void 0 === a[d] || null === a[d] ? "" : encodeURIComponent(a[d])));
+ var e = h(),
+ f = e + (e.indexOf("?") & gt; - 1 ? "&amp;" : "?") + c.join("&amp;");
+ N("beacon", a), b(f)
+ }
+
+ function u(a) {
+ return "string" != typeof a ? -1 : (ca++, aa[ca] = {
+ time: s(),
+ name: a
+ }, ca)
+ }
+
+ function v(a) {
+ if ("number" != typeof a || 0 & gt; a) return -1;
+ var b = aa[a],
+ c = 0;
+ return b ? (c = Math.round(s() - b.time), w(b.name, c), delete aa[a], c) : -1
+ }
+
+ function w(a, b) {
+ return "string" != typeof a ? -1 : "number" != typeof b || 0 & gt;
+ b ? -1 : (b = Math.round(b), o("timer", a, b), k(r), b)
+ }
+
+ function x(a, b) {
+ "string" == typeof a & amp; & amp;
+ ("undefined" == typeof b || "number" == typeof b) & amp; & amp;
+ ("undefined" == typeof b & amp; & amp;
+ (b = 1), o("metric", a, b), k(r))
+ }
+
+ function y(a) {
+ "string" == typeof a & amp; & amp;
+ (W = a)
+ }
+
+ function z() {
+ return W
+ }
+
+ function A() {
+ W = !1
+ }
+
+ function B(a) {
+ return "string" != typeof a ? !1 : /^[a-zA-Z0-9_ -]{1,25}$/.test(a) === !1 ? !1 : (X = a, !0)
+ }
+
+ function C() {
+ return X
+ }
+
+ function D() {
+ X = !1
+ }
+
+ function E(a, b) {
+ return "undefined" != typeof a ? "undefined" == typeof b ? void F(a) : void(Y[a] = b) : void 0
+ }
+
+ function F(a) {
+ "undefined" != typeof a & amp; & amp;
+ "undefined" != typeof Y[a] & amp; & amp;
+ delete Y[a]
+ }
+
+ function G(a) {
+ ("string" == typeof a || "number" == typeof a) & amp; & amp;
+ ("number" == typeof a & amp; & amp;
+ (a = "" + a), $ = a)
+ }
+
+ function H() {
+ return $
+ }
+
+ function I(a) {
+ return G(a || c()), K(0), H()
+ }
+
+ function J() {
+ ea++
+ }
+
+ function K(a) {
+ "number" != typeof a || 0 & gt;
+ a || (ea = a)
+ }
+
+ function L() {
+ return ea
+ }
+
+ function M(a, b) {
+ fa.hasOwnProperty(a) & amp; & amp;
+ "function" == typeof b & amp; & amp;
+ fa[a].push(b)
+ }
+
+ function N(a, b) {
+ for (var c = 0; c & lt; fa[a].length; c++) fa[a][c](b)
+ }
+ e = e || {};
+ var O = d,
+ P = "//c.go-mpulse.net/api/config.json",
+ Q = !1,
+ R = {},
+ S = !1,
+ T = !1,
+ U = [],
+ V = !1,
+ W = !1,
+ X = !1,
+ Y = {},
+ Z = {},
+ $ = !1,
+ _ = {},
+ aa = {},
+ ba = {},
+ ca = -1,
+ da = s(),
+ ea = 0,
+ fa = {};
+ for (q = 0; q & lt; p.length; q++) fa[p[q]] = [];
+ "undefined" != typeof e.configUrl & amp; & amp;
+ (P = e.configUrl), e.forceSSL & amp; & amp;
+ (Q = !0), j();
+ var ga = {
+ startTimer: u,
+ stopTimer: v,
+ sendTimer: w,
+ sendMetric: x,
+ setPageGroup: y,
+ getPageGroup: z,
+ resetPageGroup: A,
+ setABTest: B,
+ getABTest: C,
+ resetABTest: D,
+ setDimension: E,
+ resetDimension: F,
+ setSessionID: G,
+ getSessionID: H,
+ startSession: I,
+ incrementSessionLength: J,
+ setSessionLength: K,
+ getSessionLength: L,
+ subscribe: M,
+ parseConfig: i
+ };
+ return ga
+ }
+
+ function e() {
+ return w.mPulse = x, v
+ }
+
+ function f(a, b) {
+ if (b = b || {}, "undefined" != typeof b.name & amp; & amp;
+ "undefined" != typeof z[b.name]) return z[b.name];
+ var c = d(a, b);
+ if (y === !1) {
+ y = c;
+ for (var e = 0; e & lt; o.length; e++) {
+ var f = o[e];
+ v[f] = y[f]
+ }
+ }
+ return "undefined" != typeof b.name & amp; & amp;
+ (z[b.name] = c), c
+ }
+
+ function g(a) {
+ return z[a]
+ }
+
+ function h() {}
+
+ function i(a) {
+ "undefined" != typeof z[a] & amp; & amp;
+ delete z[a]
+ }
+ var j, k, l = 3e5,
+ m = 5e3,
+ n = "0.0.1",
+ o = ["startTimer", "stopTimer", "sendTimer", "sendMetric", "setPageGroup", "getPageGroup", "resetPageGroup", "setABTest", "getABTest", "resetABTest", "setDimension", "resetDimension", "setSessionID", "getSessionID", "startSession", "incrementSessionLength", "setSessionLength", "getSessionLength", "subscribe"],
+ p = ["before_beacon", "beacon"],
+ q = 0,
+ r = !1,
+ s = !1,
+ t = +new Date;
+ if (k = "undefined" != typeof process & amp; & amp;
+ "function" == typeof process.nextTick ? process.nextTick.bind(process) : "undefined" != typeof a ? a.setImmediate ? a.setImmediate.bind(a) : a.msSetImmediate ? a.msSetImmediate.bind(a) : a.webkitSetImmediate ? a.webkitSetImmediate.bind(a) : a.mozSetImmediate ? a.mozSetImmediate.bind(a) : function(a) {
+ setTimeout(a, 10)
+ } : function(a) {
+ setTimeout(a, 10)
+ }, "undefined" != typeof a)
+ if ("undefined" != typeof a.performance & amp; & amp;
+ "function" == typeof a.performance.now) s = a.performance.now.bind(a.performance);
+ else if ("undefined" != typeof a.performance) {
+ var u = ["webkitNow", "msNow", "mozNow"];
+ for (q = 0; q & lt; u.length; q++)
+ if ("function" == typeof a.performance[u[q]]) {
+ s = a.performance[u[q]];
+ break
+ }
+ }
+ s || ("undefined" != typeof a & amp; & amp; a.performance & amp; & amp; a.performance.timing & amp; & amp; a.performance.timing.navigationStart & amp; & amp;
+ (t = a.performance.timing.navigationStart), s = "undefined" != typeof Date & amp; & amp; Date.now ? function() {
+ return Date.now() - t
+ } : function() {
+ return +new Date - t
+ });
+ var v, w, x, y = !1,
+ z = {};
+ for ("undefined" != typeof a & amp; & amp;
+ (w = a, x = w.mPulse), v = {
+ version: n,
+ noConflict: e,
+ init: f,
+ getApp: g,
+ stop: i
+ }, q = 0; q & lt; o.length; q++) v[o[q]] = h;
+ "function" == typeof define & amp; & amp;
+ define.amd ? define([], function() {
+ return v
+ }) : "undefined" != typeof module & amp; & amp;
+ module.exports ? module.exports = v : "undefined" != typeof w & amp; & amp;
+ (w.mPulse = v)
+ }("undefined" != typeof window ? window : void 0);
+
+ (function() {
+ try {
+ window.mPulseApp = mPulse.init("38QDY-8CT77-8XNH2-VJQTD-EK4YX");
+ } catch (e) {}
+ })();
+ </script>
+ <script data-main="https://cnet3.cbsistatic.com/fly/3483-fly/js/main.default.js" src="https://cnet2.cbsistatic.com/fly/js/libs/require-2.1.2.js"></script>
+ <iframe id="destination_publishing_iframe_cbsi_0" style="display: none; width: 0px; height: 0px;" src="https://cbsi.demdex.net/dest5.html?d_nsid=0#https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F" class="aamIframeLoaded"></iframe>
+ <div id="uvpjs-tracking-1484820250408"><img src="//dw.cbsi.com/levt/video/e.gif?bitrate=0&amp;blockcntry=&amp;codec=&amp;componentid=9f4fae40de2e11e6a3947d73dcb07f9e&amp;contsessid=&amp;device=type%3Adesktop%3Bos%3Aos%2520x%3Bver%3A10.11%3Bscreensz%3A1440x900&amp;distntwrk=&amp;encodeprfl=&amp;event=init&amp;eventdur=0&amp;gestval=&amp;ip=&amp;mapp=UVPJS%3B1.7.2&amp;medastid=0&amp;medid=0&amp;medlength=0&amp;mednum=0&amp;medrls=&amp;medtime=0&amp;medtitle=&amp;medtype=0&amp;mso=&amp;pageurl=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;part=cnet&amp;playerembed=0&amp;playersz=&amp;playertime=0&amp;qosnum=0&amp;recommend=&amp;relsessid=&amp;sdlvrytype=&amp;siteid=1&amp;sponsored=&amp;srchost=www.cnet.com&amp;subj=&amp;ts=1484820250362&amp;ua=&amp;ursuid=&amp;usrbndwdth=0&amp;v16=9ebac140-de2e-11e6-80be-03a3e80ab46f&amp;v17=tech%20industry&amp;v18=news%2Ctech-industry&amp;v19=article&amp;v20=ca76438a-4f9c-425f-bdb7-a69a7121cef0&amp;v21=desktop%2520web&amp;v22=&amp;v23=cbsicnetglobalsite&amp;v25=anon&amp;v26=&amp;videosz=&amp;volume=0" style="position: absolute; bottom: 0px; right: 0px;" width="1" border="0" height="1" /><img src="//dw.cbsi.com/levt/video/e.gif?bitrate=0&amp;blockcntry=&amp;codec=&amp;componentid=9f4fae40de2e11e6a3947d73dcb07f9e&amp;contsessid=&amp;device=type%3Adesktop%3Bos%3Aos%2520x%3Bver%3A10.11%3Bscreensz%3A1440x900&amp;distntwrk=cnet&amp;encodeprfl=&amp;event=start&amp;eventdur=0&amp;gestval=paywall%3A0%3Bcaption_available%3A1&amp;ip=&amp;mapp=UVPJS%3B1.7.2&amp;medastid=595&amp;medid=&amp;medlength=-1&amp;mednum=1&amp;medrls=&amp;medtime=0&amp;medtitle=&amp;medtype=0&amp;mso=&amp;pageurl=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;part=cnet&amp;playerembed=0&amp;playersz=0x0&amp;playertime=0&amp;qosnum=0&amp;recommend=&amp;relsessid=&amp;sdlvrytype=3&amp;siteid=1&amp;sponsored=&amp;srchost=www.cnet.com&amp;subj=&amp;ts=1484820250362&amp;ua=&amp;ursuid=&amp;usrbndwdth=0&amp;v16=9ebac140-de2e-11e6-80be-03a3e80ab46f&amp;v17=tech%20industry&amp;v18=news%2Ctech-industry&amp;v19=article&amp;v20=ca76438a-4f9c-425f-bdb7-a69a7121cef0&amp;v21=desktop%2520web&amp;v22=&amp;v23=cbsicnetglobalsite&amp;v25=anon&amp;v26=&amp;videosz=&amp;volume=0&amp;adastid=43&amp;adbreak=&amp;adid=259895529&amp;adlength=15&amp;adnum=1&amp;adpod=0&amp;adpodpos=1&amp;adpos=pre&amp;adtime=0&amp;adtitle=7HF71V15SE-promos&amp;adtype=1" style="position: absolute; bottom: 0px; right: 0px;" width="1" border="0" height="1" /><img src="//dw.cbsi.com/levt/video/e.gif?bitrate=0&amp;blockcntry=&amp;codec=&amp;componentid=9f4fae40de2e11e6a3947d73dcb07f9e&amp;contsessid=&amp;device=type%3Adesktop%3Bos%3Aos%2520x%3Bver%3A10.11%3Bscreensz%3A1440x900&amp;distntwrk=cnet&amp;encodeprfl=&amp;event=play&amp;eventdur=0&amp;gestval=&amp;ip=&amp;mapp=UVPJS%3B1.7.2&amp;medastid=595&amp;medid=&amp;medlength=-1&amp;mednum=1&amp;medrls=&amp;medtime=0&amp;medtitle=&amp;medtype=0&amp;mso=&amp;pageurl=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;part=cnet&amp;playerembed=0&amp;playersz=0x0&amp;playertime=7&amp;qosnum=0&amp;recommend=&amp;relsessid=&amp;sdlvrytype=3&amp;siteid=1&amp;sponsored=&amp;srchost=www.cnet.com&amp;subj=&amp;ts=1484820250362&amp;ua=&amp;ursuid=&amp;usrbndwdth=0&amp;v16=9ebac140-de2e-11e6-80be-03a3e80ab46f&amp;v17=tech%20industry&amp;v18=news%2Ctech-industry&amp;v19=article&amp;v20=ca76438a-4f9c-425f-bdb7-a69a7121cef0&amp;v21=desktop%2520web&amp;v22=&amp;v23=cbsicnetglobalsite&amp;v25=anon&amp;v26=&amp;videosz=&amp;volume=0&amp;adastid=43&amp;adbreak=&amp;adid=259895529&amp;adlength=15&amp;adnum=1&amp;adpod=0&amp;adpodpos=1&amp;adpos=pre&amp;adtime=2&amp;adtitle=7HF71V15SE-promos&amp;adtype=1" style="position: absolute; bottom: 0px; right: 0px;" width="1" border="0" height="1" /><img src="//dw.cbsi.com/levt/video/e.gif?bitrate=0&amp;blockcntry=&amp;codec=&amp;componentid=9f4fae40de2e11e6a3947d73dcb07f9e&amp;contsessid=&amp;device=type%3Adesktop%3Bos%3Aos%2520x%3Bver%3A10.11%3Bscreensz%3A1440x900&amp;distntwrk=cnet&amp;encodeprfl=&amp;event=play&amp;eventdur=0&amp;gestval=&amp;ip=&amp;mapp=UVPJS%3B1.7.2&amp;medastid=595&amp;medid=&amp;medlength=-1&amp;mednum=1&amp;medrls=&amp;medtime=0&amp;medtitle=&amp;medtype=0&amp;mso=&amp;pageurl=https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F&amp;part=cnet&amp;playerembed=0&amp;playersz=0x0&amp;playertime=11&amp;qosnum=0&amp;recommend=&amp;relsessid=&amp;sdlvrytype=3&amp;siteid=1&amp;sponsored=&amp;srchost=www.cnet.com&amp;subj=&amp;ts=1484820250362&amp;ua=&amp;ursuid=&amp;usrbndwdth=0&amp;v16=9ebac140-de2e-11e6-80be-03a3e80ab46f&amp;v17=tech%20industry&amp;v18=news%2Ctech-industry&amp;v19=article&amp;v20=ca76438a-4f9c-425f-bdb7-a69a7121cef0&amp;v21=desktop%2520web&amp;v22=&amp;v23=cbsicnetglobalsite&amp;v25=anon&amp;v26=&amp;videosz=&amp;volume=0&amp;adastid=43&amp;adbreak=&amp;adid=259895529&amp;adlength=15&amp;adnum=1&amp;adpod=0&amp;adpodpos=1&amp;adpos=pre&amp;adtime=7&amp;adtitle=7HF71V15SE-promos&amp;adtype=1" style="position: absolute; bottom: 0px; right: 0px;" width="1" border="0" height="1" /></div>
+ <ul id="menu_uvpJs_1_player">
+ <li>Playback statistics</li>
+ <li>CBSi Player 1.7.2</li>
+ </ul><iframe id="destination_publishing_iframe_cbsi_undefined" style="display: none; width: 0px; height: 0px;" src="https://cbsi.demdex.net/dest5.html?d_nsid=undefined#https%3A%2F%2Fwww.cnet.com%2Fnews%2Fzuckerberg-offers-peek-at-facebooks-acquisition-strategies%2F" class="aamIframeLoaded"></iframe>
+ <div id="ZN_0xsSFNNsXmogd01"></div><iframe id="google_osd_static_frame_3547234450103" name="google_osd_static_frame" style="display: none; width: 0px; height: 0px;"></iframe><iframe style="margin: 0px; padding: 0px; width: 0px; height: 0px; border: 0px none; overflow: hidden; display: none;" scrolling="no" src="https://sync.teads.tv/iframe?pid=26801&amp;userId=8294a986-ea85-4110-adb5-ba4bf0a49530&amp;1484820252386" frameborder="0"></iframe><span><iframe class="trc-hidden" id="trc-pixel-iframe-9763" name="trc-pixel-iframe-9763" style="display:none" width="0" height="0"></iframe></span>
+ <div id="tbl-aug-wgbmm6" class="trc_popover_aug_container">
+ <div id="tbl-aug-awrsmt" class="trc_popover_aug_container">
+ <div id="tbl-aug-5fmjui" class="trc_popover_aug_container">
+ <div class=" trc_popover trc_popover_fade trc_bottom ">
+ <div class=" trc_popover_arrow "></div><iframe scrolling="no" src="javascript:void(0)" style="width: 100%;" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ </div>
+ <form class="trc-hidden" target="tb-trc-transportFrame-3915" style="display: none;" method="post" action="https://trc.taboola.com/cbsinteractive-cnet/log/3/available"><input name="ri" value="3b2e6ab5ae4cc117de4ce1de078aaa27" type="hidden" /><input name="sd" value="v2_318b3ddad0235c85499a7978f941b9d6_570bc319-bde3-4e97-9b9e-3b1e7cee0d8d_1484820254_1484820254_CNawjgYQ9rE_GOGdvLGbKyABKAE" type="hidden" /><input name="ui" value="570bc319-bde3-4e97-9b9e-3b1e7cee0d8d" type="hidden" /><input name="pi" value="/news/zuckerberg-offers-peek-at-facebooks-acquisition-strategies" type="hidden" /><input name="wi" value="-8701498927067025324" type="hidden" /><input name="pt" value="text" type="hidden" /><input name="vi" value="1484820254433" type="hidden" /><input name="li" value="rbox-t2m" type="hidden" /><input name="utm" value="7,607,1853,3538" type="hidden" /><input name="df" value="1" type="hidden" /><input name="ppb" value="COMH" type="hidden" /><input name="cpb" value="Eg4yNDEtOTMtUkVMRUFTRRjyCyARKhloay50YWJvb2xhc3luZGljYXRpb24uY29tMgh3YXRlcjYzOQ" type="hidden" /><input name="tim" value="18:04:17.387" type="hidden" /><input name="id" value="3915" type="hidden" /><input name="llvl" value="1" type="hidden" /><input name="cv" value="241-93-RELEASE" type="hidden" /><input name="fil" value="[{&quot;tii&quot;:&quot;~~V1~~-893380842433424006~~rhLzuaNqOmnO4rIn0ZHOsSItunY2dpi87v_IfxwvEo8SO_fFkG-bpaW2-qyqBDD669-MlAvAMFXGgJq6zMPUc44ZGylOV7X5ExoRexp9hkQ&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~798462909385093416~~DyLS1YTpwFu3KimDcSf3Hm3dVppf3Hngoq9scqIJMIcSO_fFkG-bpaW2-qyqBDD6GSP-PCbrrhTbdhjP5-D7LI4ZGylOV7X5ExoRexp9hkQ&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~-6911648573594303085~~r7cMhFRt-fcjonumxfeo1OPzFJLP9fyVanxUK6rQOYUSO_fFkG-bpaW2-qyqBDD64-U7zNB5r4zu7x_t4vNcKY4ZGylOV7X5ExoRexp9hkQ&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;},{&quot;tii&quot;:&quot;~~V1~~2373116301310985151~~OYztXYBqZRMkd8OLbv1r6dWQT6PM09ali7LZGt2tpCUSO_fFkG-bpaW2-qyqBDD62nigSbBKlHqmnhGDhGeZA44ZGylOV7X5ExoRexp9hkQ&quot;,&quot;tipt&quot;:&quot;SP&quot;,&quot;tit&quot;:&quot;text&quot;,&quot;tids&quot;:&quot;a&quot;}]" type="hidden" /></form><span><iframe class="trc-hidden" id="tb-trc-transportFrame-3915" name="tb-trc-transportFrame-3915" style="display:none" width="0" height="0"></iframe></span>
+ <div id="fb-root" class=" fb_reset">
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div></div>
+ </div>
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div><iframe name="fb_xdm_frame_https" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="https://staticxx.facebook.com/connect/xd_arbiter/r/qXiJsurHCex.js?version=42#channel=f8f091f0f27e9a&amp;origin=https%3A%2F%2Fwww.cnet.com" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <div id="flyoutPromo" class="col-4">
+ <div class="closeFlyoutPromo" data-close="flyout-promo">
+ Close
+ </div>
+ <div class="flyoutHeader">BECOME A CNET MEMBER FOR FREE!</div>
+
+ <div class="normal-authenticate">
+ <p class="flyoutContent">Share your ideas with the community, receive exclusive offers for sweeps and events, and get the latest news, reviews and how-tos in your inbox.</p>
+ <button class="btn btn-link btn-margin" data-user-show="{&quot;action&quot;:&quot;register&quot;,&quot;params&quot;:{&quot;appId&quot;:376}}">GET STARTED</button>
+ <a class="user-close" data-close="flyout-promo">No, thanks.</a>
+ </div>
+
+ <div class="social-authenticate">
+ <form data-component="formValidate" novalidate="novalidate">
+ <h2>Quickly sign up with:</h2>
+
+ <div class="social-site facebook" data-user-social="{&quot;socialSite&quot;:&quot;facebook&quot;,&quot;action&quot;:&quot;register&quot;,&quot;params&quot;:{&quot;appId&quot;:376}}">
+ <span class="logo">Facebook</span>
+ </div>
+
+ <div class="agree">
+ <label>
+ <input id="user_tos" name="user[tos]" required="required" value="1" type="checkbox" /><p>I have read and agree to the CBS Interactive <a href="http://legalterms.cbsinteractive.com/terms-of-use" target="_blank">Terms of Use</a> and <a href="http://legalterms.cbsinteractive.com/privacy" target="_blank">Privacy Policy</a>. I understand I will receive the CNET Insider, How To and Smart Home newsletters (you can opt out at any time).</p>
+ </label>
+ </div>
+ </form>
+ </div>
+ </div>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json
new file mode 100644
index 0000000..93a8c33
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/i2.cdn.turner.com\/money\/dam\/assets\/141103182938-income-inequality-780x439.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json
new file mode 100644
index 0000000..46a71fa
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Ahiza Garcia",
+ "Direction": null,
+ "Excerpt": "A recently-released report on poverty and inequality found that the U.S. ranks the lowest among countries with welfare states.",
+ "Image": "http:\/\/i2.cdn.turner.com\/money\/dam\/assets\/141103182938-income-inequality-780x439.png",
+ "Title": "The 'birth lottery' and economic mobility",
+ "SiteName": "CNNMoney"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html
new file mode 100644
index 0000000..368cf77
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html
@@ -0,0 +1,48 @@
+<div id="storytext">
+
+
+ <h2>The U.S. has long been heralded as a land of opportunity -- a place where anyone can succeed regardless of the economic class they were born into.</h2>
+ <p> But a new report released on Monday by <a href="http://web.stanford.edu/group/scspi-dev/cgi-bin/" target="_blank">Stanford University's Center on Poverty and Inequality</a> calls that into question. </p>
+
+ <p> The report assessed poverty levels, income and wealth inequality, economic mobility and unemployment levels among 10 wealthy countries with social welfare programs. </p>
+ <div id="smartassetcontainer">
+
+
+
+
+
+ <p>
+ Powered by SmartAsset.com
+ </p>
+
+
+
+
+
+
+ </div>
+ <p> Among its key findings: the class you're born into matters much more in the U.S. than many of the other countries. </p>
+ <p> As the <a href="http://web.stanford.edu/group/scspi-dev/cgi-bin/publications/state-union-report" target="_blank">report states</a>: "[T]he birth lottery matters more in the U.S. than in most well-off countries." </p>
+
+ <p> But this wasn't the only finding that suggests the U.S. isn't quite living up to its reputation as a country where everyone has an equal chance to get ahead through sheer will and hard work. </p>
+ <p> <a href="http://money.cnn.com/2016/01/11/news/economy/rich-taxes/index.html?iid=EL"><span>Related: Rich are paying more in taxes but not as much as they used to</span></a> </p>
+
+ <p> The report also suggested the U.S. might not be the "jobs machine" it thinks it is, when compared to other countries. </p>
+ <p> It ranked near the bottom of the pack based on the levels of unemployment among men and women of prime working age. The study determined this by taking the ratio of employed men and women between the ages of 25 and 54 compared to the total population of each country. </p>
+ <p> The overall rankings of the countries were as follows:<span> <br>1. Finland <span> <br>2. Norway<span> <br>3. Australia <span> <br>4. Canada<span> <br>5. Germany<span> <br>6. France<span> <br>7. United Kingdom <span> <br>8. Italy<span> <br>9. Spain<span> <br>10. United States </span></span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </p>
+ <p> The low ranking the U.S. received was due to its extreme levels of wealth and income inequality and the ineffectiveness of its "safety net" -- social programs aimed at reducing poverty. </p>
+ <p> <a href="http://money.cnn.com/2016/01/05/news/economy/chicago-segregated/index.html?iid=EL"><span>Related: Chicago is America's most segregated city</span></a> </p>
+ <p> The report concluded that the American safety net was ineffective because it provides only half the financial help people need. Additionally, the levels of assistance in the U.S. are generally lower than in other countries. </p>
+
+
+ <p><span> CNNMoney (New York) </span> <span>First published February 1, 2016: 1:28 AM ET</span> </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html b/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html
new file mode 100644
index 0000000..a4950a1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html
@@ -0,0 +1,4190 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+ <script type="text/javascript" src="http://cdn.krxd.net/userdata/get?pub=e9eaedd3-c1da-4334-82f0-d7e3ff883c87&amp;technographics=1&amp;callback=Krux.ns._default.kxjsonp_userdata"></script>
+ <script type="text/javascript" src="http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck"></script>
+ <script async="" src="https://cdn.teads.tv/media/format/v3/teads-format.min.js?201712516"></script>
+ <script src="http://pagead2.googlesyndication.com/pagead/osd.js"></script>
+ <script type="text/javascript" src="http://odb.outbrain.com/utils/get?url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;settings=true&amp;recs=true&amp;widgetJSId=AR_11&amp;key=NANOWDGT01&amp;idx=0&amp;version=01001301&amp;ref=&amp;apv=false&amp;sig=pco6Hqth&amp;format=html&amp;rand=42826&amp;winW=1280&amp;winH=685&amp;adblck=false" charset="UTF-8" async=""></script>
+ <script src="//s.cdn.turner.com/analytics/comscore/streamsense.5.2.0.160629.min.js"></script>
+ <script type="text/javascript" async="" src="//ml314.com/tag.aspx?2502017"></script>
+ <script type="text/javascript" async="" src="http://aax.amazon-adsystem.com/e/dtb/bid?src=3159&amp;u=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;cb=1738745&amp;t=1000"></script>
+ <script type="text/javascript" async="" src="http://rtax.criteo.com/delivery/rta/rta.js?netId=4157&amp;cookieName=crtg_trnr&amp;rnd=53464413671&amp;varName=crtg_content"></script>
+ <script id="twitter-wjs" src="//platform.twitter.com/widgets.js"></script>
+ <script id="facebook-jssdk" src="//connect.facebook.net/en_US/sdk.js"></script>
+ <script type="text/javascript" id="async-buttons" src="http://w.sharethis.com/button/async-buttons.js"></script>
+ <script src="http://pixel.quantserve.com/aquant.js?a=p-D1yc5zQgjmqr5" async="" type="text/javascript"></script>
+ <script type="text/javascript" src="http://beacon.krxd.net/cookie2json?callback=Krux.ns._default.kxjsonp_3pevents"></script>
+ <script async="" src="//cdn.krxd.net/ctjs/controltag.js.836fa2cc8007bb6234a5da3cc5415177"></script>
+ <script type="text/javascript" async="" src="http://nexus.ensighten.com/turner/money-prod/code/6b83967578ba7f85f04a5c2c75835bc9.js?conditionId0=462898"></script>
+ <script src="http://nexus.ensighten.com/turner/money-prod/serverComponent.php?r=8960.530516705317&amp;ClientID=1511&amp;PageID=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html"></script>
+ <meta name="viewport" content="width=1140" />
+ <title>The 'birth lottery' and economic mobility - Feb. 1, 2016 </title>
+ <link rel="image_src" href="http://i2.cdn.turner.com/money/dam/assets/141103182938-income-inequality-780x439.png" />
+ <link rel="canonical" href="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" />
+ <link rel="shortlink" href="http://cnnmon.ie/1SSExWC" />
+ <meta name="date" content="2016-02-01 01:28:49" />
+ <meta name="title" content="The 'birth lottery' and economic mobility " />
+ <meta name="description" content="A recently-released report on poverty and inequality found that the U.S. ranks the lowest among countries with welfare states." />
+ <meta name="keywords" content="U.S. , poverty , inequality, welfare state, countries, wealthy, ranking, report, Stanford Center on Povery &amp; Inequality, 2016" />
+ <meta name="news_keywords" content="U.S. , poverty , inequality, welfare state, countries, wealthy, ranking, report, Stanford Center on Povery &amp; Inequality, 2016" />
+ <meta name="author" content="Ahiza Garcia" />
+ <meta name="section" content="news" />
+ <meta name="subsection" content="economy" />
+ <meta property="og:title" content="The 'birth lottery' and economic mobility " />
+ <meta property="og:type" content="article" />
+ <meta property="og:url" content="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" />
+ <meta property="og:image" content="http://i2.cdn.turner.com/money/dam/assets/141103182938-income-inequality-780x439.png" />
+ <meta property="og:site_name" content="CNNMoney" />
+ <meta property="og:description" content="A recently-released report on poverty and inequality found that the U.S. ranks the lowest among countries with welfare states." />
+ <meta property="fb:app_id" content="521848191196480" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:site" content="@CNNMoney" />
+ <meta name="twitter:url" content="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" />
+ <meta name="twitter:title" content="The 'birth lottery' and economic mobility " />
+ <meta name="twitter:description" content="A recently-released report on poverty and inequality found that the U.S. ranks the lowest among countries with welfare states." />
+ <meta name="twitter:image" content="http://i2.cdn.turner.com/money/dam/assets/141103182938-income-inequality-540x304.png" />
+ <meta name="DC.date.issued" content="2016-02-01T01:28:49" />
+ <meta property="vr:type" content="Article" />
+ <meta property="vr:category" content="economy" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <link rel="stylesheet" type="text/css" href="http://z.cdn.turner.com/money/tmpl_asset/static/style/2260/css/cnnm-ocean.story-min.css" /> <iframe src="javascript:void(0)" title="" style="width: 0px; height: 0px; border: 0px none; display: none;"></iframe>
+ <script type="text/javascript" async="" src="http://smartasset.com/embed.js"></script>
+ <script type="text/javascript" src="http://contextual.media.net/dmedianet.js?cid=8CUS8896N" async=""></script>
+ <script type="text/javascript" async="" src="http://smartasset.com/embed.js"></script>
+ <script type="text/javascript" src="http://www.googletagservices.com/tag/js/gpt.js"></script>
+ <script type="text/javascript" async="" src="http://cdn.krxd.net/controltag?confid=IWzCuclz"></script>
+ <script type="text/javascript" async="" src="http://www.ugdturner.com/xd.sjs"></script>
+ <script type="text/javascript" async="" src="http://c.amazon-adsystem.com/aax2/amzn_ads.js"></script>
+ <script async="" src="//connect.facebook.net/en_US/fbevents.js"></script>
+ <script async="" src="http://a.visualrevenue.com/vrs.js"></script>
+ <script type="text/javascript" src="http://z.cdn.turner.com/money/tmpl_asset/static/script/1455/js/cnnmoney.main-min.js"></script>
+ <script type="text/javascript" src="http://z.cdn.turner.com/money/.e/script/jquery/1.11.1/jquery.min.js"></script>
+ <script type="text/javascript" src="http://z.cdn.turner.com/money/.e/script/jquery.migrate/jquery.migrate.min.js"></script>
+ <script language="JavaScript" type="text/javascript">
+ var cnnSiteWideCurrDate = new Date(2014, 11, 4);
+ </script>
+ <!--[if lt IE 9]>
+<script src = "http://z.cdn.turner.com/money/.element/script/html5shiv/3.7.0/html5shiv.js"> </script>
+<![endif]-->
+
+ <!--// Optimizely script include //-->
+ <script src="//cdn.optimizely.com/js/59492907.js">
+ </script>
+
+ <!--// Outbrain VR: generic //-->
+ <script type="text/javascript">
+ var _vrq_automate = false;
+ /* Home and international pages */
+ var _vrq_pathname = location.pathname.toLowerCase();
+ if (location.pathname == '/' || location.pathname == '/index.html' || (_vrq_pathname.match('news/world') != null) || (_vrq_pathname.match('/international') != null)) {
+ _vrq_automate = true;
+ }
+ var _vrq = _vrq || [];
+ _vrq.push(['id', 454]);
+ _vrq.push(['automate', _vrq_automate]);
+ _vrq.push(['track',
+ function() {}
+ ]);
+ (function(d, a) {
+ var s = d.createElement(a),
+ x = d.getElementsByTagName(a)[0];
+ s.async = true;
+ s.src = 'http://a.visualrevenue.com/vrs.js';
+ x.parentNode.insertBefore(s, x);
+ })(document, 'script');
+
+ /** HOT FIX HACK **/
+ _vrtrack = function(Object) {};
+ </script>
+
+
+
+ <style>
+ .cmmtcount {
+ display: none;
+ }
+ </style>
+
+ <!--// MSIB SDK for login //-->
+ <script type="text/javascript">
+ if (window.location.hostname.match(/^money.cnn.com$/i)) {
+ document.write(' &lt;scr' + 'ipt src="https://s.cdn.turner.com/money/.element/script/msib/msib_sdk.min.js"&gt;&lt;/scr' + 'ipt&gt;');
+ } else {
+ /* document.write(' &lt;scr' + 'ipt src="http://aud-qai.cnn.com/services/money/sdk/msib_sdk.js"&gt;&lt;/scr' + 'ipt&gt;'); */
+ document.write(' &lt;scr' + 'ipt src="https://s.cdn.turner.com/money/.element/script/msib/msib_sdk.min.js"&gt;&lt;/scr' + 'ipt&gt;');
+ }
+ </script>
+ <script src="https://s.cdn.turner.com/money/.element/script/msib/msib_sdk.min.js"></script>
+
+ <!-- Facebook Custom Audience Pixel Code -->
+ <script>
+ ! function(f, b, e, v, n, t, s) {
+ if (f.fbq) return;
+ n = f.fbq = function() {
+ n.callMethod ?
+ n.callMethod.apply(n, arguments) : n.queue.push(arguments)
+ };
+ if (!f._fbq) f._fbq = n;
+ n.push = n;
+ n.loaded = !0;
+ n.version = '2.0';
+ n.queue = [];
+ t = b.createElement(e);
+ t.async = !0;
+ t.src = v;
+ s = b.getElementsByTagName(e)[0];
+ s.parentNode.insertBefore(t, s)
+ }(window,
+ document, 'script', '//connect.facebook.net/en_US/fbevents.js');
+
+ fbq('init', '687168111412131');
+ fbq('track', "PageView");
+ </script>
+ <noscript>&lt;img height="1" width="1" style="display:none"
+src="https://www.facebook.com/tr?id=687168111412131&amp;ev=PageView&amp;noscript=1"
+/&gt;</noscript>
+ <!-- End Facebook Custom Audience Pixel Code -->
+
+
+ <!-- MNYGEN-6523: mPulse -->
+ <script>
+ (function() {
+ if (window.BOOMR & amp; & amp; window.BOOMR.version) {
+ return;
+ }
+ var dom, doc, where, iframe = document.createElement("iframe"),
+ win = window;
+
+ function boomerangSaveLoadTime(e) {
+ win.BOOMR_onload = (e & amp; & amp; e.timeStamp) || new Date().getTime();
+ }
+ if (win.addEventListener) {
+ win.addEventListener("load", boomerangSaveLoadTime, false);
+ } else if (win.attachEvent) {
+ win.attachEvent("onload", boomerangSaveLoadTime);
+ }
+
+ iframe.src = "javascript:void(0)";
+ iframe.title = "";
+ iframe.role = "presentation";
+ (iframe.frameElement || iframe).style.cssText = "width:0;height:0;border:0;display:none;";
+ where = document.getElementsByTagName("script")[0];
+ where.parentNode.insertBefore(iframe, where);
+
+ try {
+ doc = iframe.contentWindow.document;
+ } catch (e) {
+ dom = document.domain;
+ iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
+ doc = iframe.contentWindow.document;
+ }
+ doc.open()._l = function() {
+ var js = this.createElement("script");
+ if (dom) {
+ this.domain = dom;
+ }
+ js.id = "boomr-if-as";
+ js.src = "//c.go-mpulse.net/boomerang/" +
+ "VQUZM-ZM9PY-YXUX2-SMCUL-QHMKQ";
+ BOOMR_lstart = new Date().getTime();
+ this.body.appendChild(js);
+ };
+ doc.write('&lt;body onload="document._l();"&gt;');
+ doc.close();
+ })();
+ </script>
+ <!-- /MNYGEN-6523: mPulse -->
+
+ <script type="text/javascript">
+ var cnnActivePlayer = null;
+ var cnnPlayers = [];
+ var vidConfig = [];
+ </script>
+ <script type="text/javascript">
+ var _sf_startpt = (new Date()).getTime();
+ document.adoffset = 0;
+ </script>
+ <script type="text/javascript" src="http://i.cdn.turner.com/ads/adfuel/ais/cnn_money-ais.js"></script>
+ <script type="text/javascript" async="" src="http://ads.rubiconproject.com/header/11016.js"></script>
+ <script type="text/javascript" src="http://i.cdn.turner.com/ads/adfuel/adfuel-1.1.2.js"></script>
+ <script type="text/javascript" src="//nexus.ensighten.com/turner/money-prod/Bootstrap.js"></script>
+ <script>
+ var CNNMONEY = window.CNNMONEY || {};
+ CNNMONEY.adTargets = {};
+
+ if (document.referrer.match("edition|us|www.cnn.com")) {
+ CNNMONEY.adTargets.refdom = "cnn";
+ } else if (document.referrer.match("money.cnn.com")) {
+ CNNMONEY.adTargets.refdom = "money";
+ } else if (document.referrer.match("facebook.com")) {
+ CNNMONEY.adTargets.refdom = "facebook";
+ } else if (document.referrer.match("twitter.com") || document.referrer.match("/t.co/")) {
+ CNNMONEY.adTargets.refdom = "twitter";
+ } else if (document.referrer.match("google.com")) {
+ CNNMONEY.adTargets.refdom = "google";
+ } else {
+ CNNMONEY.adTargets.refdom = "other";
+ }
+ </script>
+ <script type="text/javascript">
+ CNNMONEY.adTargets.c_type = 'article';
+ CNNMONEY.adTargets.spec = 'american_opportunity';
+ </script>
+ <script src="http://i.cdn.turner.com/ads/cnn_money/cnnmoney_economy.js"></script>
+ <script src="https://securepubads.g.doubleclick.net/gpt/pubads_impl_108.js" async=""></script>
+ <link rel="dns-prefetch" href="//optimized-by.rubiconproject.com/" />
+ <link rel="prefetch" href="http://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html" />
+ <script type="text/javascript" async="" src="http://segment-data-us-east.zqtk.net/turner-47fcf6?url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html"></script>
+ <style type="text/css">
+ #mc_embed_signup input.mce_inline_error {
+ border-color: #6B0505;
+ }
+
+ #mc_embed_signup div.mce_inline_error {
+ margin: 0 0 1em 0;
+ padding: 5px 10px;
+ background-color: #6B0505;
+ font-weight: bold;
+ z-index: 1;
+ color: #fff;
+ }
+ </style>
+ <script type="text/javascript" async="" src="//r.skimresources.com/api/?callback=skimlinksApplyHandlers&amp;data=%7B%22pubcode%22%3A%2287768X1540669%22%2C%22domains%22%3A%5B%22edition.cnn.com%22%2C%22twitter.com%22%2C%22web.stanford.edu%22%2C%22indeed.com%22%2C%22nextadvisor.com%22%2C%22facebook.com%22%2C%22linkedin.com%22%2C%22cnnmoneytech.tumblr.com%22%2C%22plus.google.com%22%5D%2C%22page%22%3A%22http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html%22%7D"></script>
+ <div id="linkedin_script">
+ <script type="text/javascript" src="http://platform.linkedin.com/in.js"></script>
+ </div>
+ <script type="text/javascript" async="" src="//r.skimresources.com/api/?callback=skimlinksApplySecondaryHandlers&amp;data=%7B%22pubcode%22%3A%2287768X1540669%22%2C%22domains%22%3A%5B%22pinterest.com%22%2C%22stumbleupon.com%22%2C%22reddit.com%22%2C%22smartasset.com%22%5D%2C%22page%22%3A%22http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html%22%7D"></script>
+ <script src="https://platform.linkedin.com/js/secureAnonymousFramework?v=0.0.2000-RC8.59485-1429&amp;"></script>
+ <link rel="stylesheet" type="text/css" href="http://w.sharethis.com/button/css/buttons.e80452d5e7cc382dad89d10f50bde247.css" />
+ <link href="http://z.cdn.turner.com/money/tmpl_asset/static/style/2260/css/cnnm-ocean.members.services-min.css" rel="stylesheet" id="js-ms-form-styles" /><iframe id="stSegmentFrame" name="stSegmentFrame" scrolling="no" sandbox="allow-scripts allow-same-origin" style="display:none;" width="0px" height="0px" frameborder="0"></iframe>
+ <link rel="stylesheet" type="text/css" href="https://cdn.teads.tv/media/format/v3/teads-format.css" />
+ <style>
+ div.teads-inread div.teads-ui-components-label,
+ div.teads-inboard div.teads-ui-components-label,
+ div.teads-expand div.teads-ui-components-label {
+ font-family: 'Helvetica', Arial, sans-serif !important;
+ font-size: 11.5px !important;
+ color: #aaa;
+ text-align: center !important;
+ /*padding: 3px 0;*/
+ text-transform: uppercase !important;
+ height: 21px !important;
+ line-height: 21px !important;
+ letter-spacing: 0.3px !important;
+ font-weight: 300 !important;
+ }
+
+ div.teads-inread div.teads-ui-components-label::before,
+ div.teads-inboard div.teads-ui-components-label::before,
+ div.teads-impact div.teads-ui-components-label::before,
+ div.teads-inread div.teads-ui-components-label::after,
+ div.teads-inboard div.teads-ui-components-label::after,
+ div.teads-impact div.teads-ui-components-label::after {
+ display: none !important;
+ }
+
+ div.teads-inread.sm-screen div.teads-ui-components-label,
+ div.teads-inread.xs-screen div.teads-ui-components-label,
+ div.teads-inboard.sm-screen div.teads-ui-components-label,
+ div.teads-inboard.xs-screen div.teads-ui-components-label {
+ font-size: 10px !important;
+ }
+ </style>
+ <style>
+ div.teads-inread div.teads-ui-components-credits,
+ div.teads-inboard div.teads-ui-components-credits,
+ div.teads-expand div.teads-ui-components-credits {
+ font-family: 'Helvetica', Arial, sans-serif !important;
+ font-size: 11.5px !important;
+ color: #aaa !important;
+ text-align: right !important;
+ padding: 1px 0 !important;
+ height: 26px !important;
+ line-height: 26px !important;
+ padding-right: 4px !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits a span,
+ div.teads-inboard div.teads-ui-components-credits a span,
+ div.teads-expand div.teads-ui-components-credits a span {
+ display: inline !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits a span,
+ div.teads-inboard div.teads-ui-components-credits a span,
+ div.teads-expand div.teads-ui-components-credits a span,
+ div.teads-inread div.teads-ui-components-credits a,
+ div.teads-inboard div.teads-ui-components-credits a,
+ div.teads-expand div.teads-ui-components-credits a {
+ font-family: 'Helvetica', Arial, sans-serif !important;
+ font-size: 11.5px !important;
+ box-shadow: none !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread.sm-screen div.teads-ui-components-credits a span,
+ div.teads-inboard.sm-screen div.teads-ui-components-credits a span,
+ div.teads-expand.sm-screen div.teads-ui-components-credits a span,
+ div.teads-inread.sm-screen div.teads-ui-components-credits a,
+ div.teads-inboard.sm-screen div.teads-ui-components-credits a,
+ div.teads-expand.sm-screen div.teads-ui-components-credits a,
+ div.teads-inread.xs-screen div.teads-ui-components-credits a span,
+ div.teads-inboard.xs-screen div.teads-ui-components-credits a span,
+ div.teads-expand.xs-screen div.teads-ui-components-credits a span,
+ div.teads-inread.xs-screen div.teads-ui-components-credits a,
+ div.teads-inboard.xs-screen div.teads-ui-components-credits a,
+ div.teads-expand.xs-screen div.teads-ui-components-credits a {
+ font-family: 'Helvetica', Arial, sans-serif !important;
+ font-size: 9px !important;
+ box-shadow: none !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread.sm-screen div.teads-ui-components-credits,
+ div.teads-inboard.xs-screen div.teads-ui-components-credits {
+ font-size: 9px !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread .teads-ui-components-credits a,
+ div.teads-inboard .teads-ui-components-credits a,
+ div.teads-expand .teads-ui-components-credits a {
+ color: #aaa !important;
+ text-decoration: none !important;
+ font-weight: 300 !important;
+ border: none !important;
+ letter-spacing: 0.3px !important;
+ /*
+ * From @jean-pierre.colomb comment on https://jira.teads.net/browse/TT-4076
+ * The gqjapan.jp website overrides &lt;a&gt; properties to add 2 orange squares
+ * which affects the credits link
+ */
+ background: none !important;
+ padding: 0 !important;
+ }
+
+ div.teads-inread.sm-screen .teads-ui-components-credits a,
+ div.teads-inboard.sm-screen .teads-ui-components-credits a,
+ div.teads-expand.sm-screen .teads-ui-components-credits a,
+ div.teads-inread.xs-screen .teads-ui-components-credits a,
+ div.teads-inboard.xs-screen .teads-ui-components-credits a,
+ div.teads-expand.xs-screen .teads-ui-components-credits a {
+ font-size: 9px !important;
+ letter-spacing: 0.3px !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits span.teads-ui-components-credits-colored,
+ div.teads-inboard div.teads-ui-components-credits span.teads-ui-components-credits-colored,
+ div.teads-expand div.teads-ui-components-credits span.teads-ui-components-credits-colored {
+ color: #79BBE9 !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits span::before,
+ div.teads-inboard div.teads-ui-components-credits span::before,
+ div.teads-impact div.teads-ui-components-credits span::before,
+ div.teads-inread div.teads-ui-components-credits span::after,
+ div.teads-inboard div.teads-ui-components-credits span::after,
+ div.teads-impact div.teads-ui-components-credits span::after {
+ display: none !important;
+ }
+
+ div.teads-inread div.teads-ui-components-credits a::before,
+ div.teads-inboard div.teads-ui-components-credits a::before,
+ div.teads-impact div.teads-ui-components-credits a::before,
+ div.teads-inread div.teads-ui-components-credits a::after,
+ div.teads-inboard div.teads-ui-components-credits a::after,
+ div.teads-impact div.teads-ui-components-credits a::after {
+ display: none !important;
+ }
+ </style>
+ <script async="" type="text/javascript" charset="UTF-8" src="http://gscounters.us1.gigya.com/gscounters.sendReport?reports=%5B%7B%22name%22%3A%22loadc%22%2C%22time%22%3A%221485333489121%22%2C%22reportData%22%3A%7B%22sref%22%3A%22%22%7D%7D%5D&amp;APIKey=3_gtUbleJNtrRITgx-1mM_ci7GcIrH8xL9W_VfAbzSa4zpFrRwnpq_eYd8QTRkr7VC&amp;sdk=js_6.5.40&amp;format=jsonp&amp;callback=gigya._.apiAdapters.web.callback&amp;context=R4025602799"></script>
+ <style type="text/css">
+ .fb_hidden {
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reposition {
+ overflow: hidden;
+ position: relative
+ }
+
+ .fb_invisible {
+ display: none
+ }
+
+ .fb_reset {
+ background: none;
+ border: 0;
+ border-spacing: 0;
+ color: #000;
+ cursor: auto;
+ direction: ltr;
+ font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
+ font-size: 11px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-height: 1;
+ margin: 0;
+ overflow: visible;
+ padding: 0;
+ text-align: left;
+ text-decoration: none;
+ text-indent: 0;
+ text-shadow: none;
+ text-transform: none;
+ visibility: visible;
+ white-space: normal;
+ word-spacing: normal
+ }
+
+ .fb_reset&gt;
+ div {
+ overflow: hidden
+ }
+
+ .fb_link img {
+ border: none
+ }
+
+ @keyframes fb_transform {
+ from {
+ opacity: 0;
+ transform: scale(.95)
+ }
+ to {
+ opacity: 1;
+ transform: scale(1)
+ }
+ }
+
+ .fb_animate {
+ animation: fb_transform .3s forwards
+ }
+
+ .fb_dialog {
+ background: rgba(82, 82, 82, .7);
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reset .fb_dialog_legacy {
+ overflow: visible
+ }
+
+ .fb_dialog_advanced {
+ padding: 10px;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+ border-radius: 8px
+ }
+
+ .fb_dialog_content {
+ background: #fff;
+ color: #333
+ }
+
+ .fb_dialog_close_icon {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif);
+ cursor: pointer;
+ display: block;
+ height: 15px;
+ position: absolute;
+ right: 18px;
+ top: 17px;
+ width: 15px
+ }
+
+ .fb_dialog_mobile .fb_dialog_close_icon {
+ top: 5px;
+ left: 5px;
+ right: auto
+ }
+
+ .fb_dialog_padding {
+ background-color: transparent;
+ position: absolute;
+ width: 1px;
+ z-index: -1
+ }
+
+ .fb_dialog_close_icon:hover {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_close_icon:active {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_loader {
+ background-color: #f6f7f9;
+ border: 1px solid #606060;
+ font-size: 24px;
+ padding: 20px
+ }
+
+ .fb_dialog_top_left,
+ .fb_dialog_top_right,
+ .fb_dialog_bottom_left,
+ .fb_dialog_bottom_right {
+ height: 10px;
+ width: 10px;
+ overflow: hidden;
+ position: absolute
+ }
+
+ .fb_dialog_top_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;
+ left: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_top_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;
+ right: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_bottom_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;
+ bottom: -10px;
+ left: -10px
+ }
+
+ .fb_dialog_bottom_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;
+ right: -10px;
+ bottom: -10px
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right,
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ position: absolute;
+ background: #525252;
+ filter: alpha(opacity=70);
+ opacity: .7
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right {
+ width: 10px;
+ height: 100%
+ }
+
+ .fb_dialog_vert_left {
+ margin-left: -10px
+ }
+
+ .fb_dialog_vert_right {
+ right: 0;
+ margin-right: -10px
+ }
+
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ width: 100%;
+ height: 10px
+ }
+
+ .fb_dialog_horiz_top {
+ margin-top: -10px
+ }
+
+ .fb_dialog_horiz_bottom {
+ bottom: 0;
+ margin-bottom: -10px
+ }
+
+ .fb_dialog_iframe {
+ line-height: 0
+ }
+
+ .fb_dialog_content .dialog_title {
+ background: #6d84b4;
+ border: 1px solid #365899;
+ color: #fff;
+ font-size: 14px;
+ font-weight: bold;
+ margin: 0
+ }
+
+ .fb_dialog_content .dialog_title&gt;
+ span {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
+ float: left;
+ padding: 5px 0 7px 26px
+ }
+
+ body.fb_hidden {
+ -webkit-transform: none;
+ height: 100%;
+ margin: 0;
+ overflow: visible;
+ position: absolute;
+ top: -10000px;
+ left: 0;
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
+ min-height: 100%;
+ min-width: 100%;
+ overflow: hidden;
+ position: absolute;
+ top: 0;
+ z-index: 10001
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered {
+ width: auto;
+ height: auto;
+ min-height: initial;
+ min-width: initial;
+ background: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
+ background: none
+ }
+
+ .loading.centered #fb_dialog_loader_close {
+ color: #fff;
+ display: block;
+ padding-top: 20px;
+ clear: both;
+ font-size: 18px
+ }
+
+ #fb-root #fb_dialog_ipad_overlay {
+ background: rgba(0, 0, 0, .45);
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ top: 0;
+ width: 100%;
+ min-height: 100%;
+ z-index: 10000
+ }
+
+ #fb-root #fb_dialog_ipad_overlay.hidden {
+ display: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading iframe {
+ visibility: hidden
+ }
+
+ .fb_dialog_content .dialog_header {
+ -webkit-box-shadow: white 0 1px 1px -1px inset;
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));
+ border-bottom: 1px solid;
+ border-color: #1d4088;
+ color: #fff;
+ font: 14px Helvetica, sans-serif;
+ font-weight: bold;
+ text-overflow: ellipsis;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
+ vertical-align: middle;
+ white-space: nowrap
+ }
+
+ .fb_dialog_content .dialog_header table {
+ -webkit-font-smoothing: subpixel-antialiased;
+ height: 43px;
+ width: 100%
+ }
+
+ .fb_dialog_content .dialog_header td.header_left {
+ font-size: 12px;
+ padding-left: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .dialog_header td.header_right {
+ font-size: 12px;
+ padding-right: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .touchable_button {
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));
+ border: 1px solid #29487d;
+ -webkit-background-clip: padding-box;
+ -webkit-border-radius: 3px;
+ -webkit-box-shadow: rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;
+ display: inline-block;
+ margin-top: 3px;
+ max-width: 85px;
+ line-height: 18px;
+ padding: 4px 12px;
+ position: relative
+ }
+
+ .fb_dialog_content .dialog_header .touchable_button input {
+ border: none;
+ background: none;
+ color: #fff;
+ font: 12px Helvetica, sans-serif;
+ font-weight: bold;
+ margin: 2px -12px;
+ padding: 2px 6px 3px 6px;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog_content .dialog_header .header_center {
+ color: #fff;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 18px;
+ text-align: center;
+ vertical-align: middle
+ }
+
+ .fb_dialog_content .dialog_content {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
+ border: 1px solid #555;
+ border-bottom: 0;
+ border-top: 0;
+ height: 150px
+ }
+
+ .fb_dialog_content .dialog_footer {
+ background: #f6f7f9;
+ border: 1px solid #555;
+ border-top-color: #ccc;
+ height: 40px
+ }
+
+ #fb_dialog_loader_close {
+ float: left
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
+ visibility: hidden
+ }
+
+ #fb_dialog_loader_spinner {
+ animation: rotateSpinner 1.2s linear infinite;
+ background-color: transparent;
+ background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ height: 24px;
+ width: 24px
+ }
+
+ @keyframes rotateSpinner {
+ 0% {
+ transform: rotate(0deg)
+ }
+ 100% {
+ transform: rotate(360deg)
+ }
+ }
+
+ .fb_iframe_widget {
+ display: inline-block;
+ position: relative
+ }
+
+ .fb_iframe_widget span {
+ display: inline-block;
+ position: relative;
+ text-align: justify
+ }
+
+ .fb_iframe_widget iframe {
+ position: absolute
+ }
+
+ .fb_iframe_widget_fluid_desktop,
+ .fb_iframe_widget_fluid_desktop span,
+ .fb_iframe_widget_fluid_desktop iframe {
+ max-width: 100%
+ }
+
+ .fb_iframe_widget_fluid_desktop iframe {
+ min-width: 220px;
+ position: relative
+ }
+
+ .fb_iframe_widget_lift {
+ z-index: 1
+ }
+
+ .fb_hide_iframes iframe {
+ position: relative;
+ left: -10000px
+ }
+
+ .fb_iframe_widget_loader {
+ position: relative;
+ display: inline-block
+ }
+
+ .fb_iframe_widget_fluid {
+ display: inline
+ }
+
+ .fb_iframe_widget_fluid span {
+ width: 100%
+ }
+
+ .fb_iframe_widget_loader iframe {
+ min-height: 32px;
+ z-index: 2;
+ zoom: 1
+ }
+
+ .fb_iframe_widget_loader .FB_Loader {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat;
+ height: 32px;
+ width: 32px;
+ margin-left: -16px;
+ position: absolute;
+ left: 50%;
+ z-index: 4
+ }
+ </style>
+</head>
+
+<body class="cnn-story body--tos body--sticky viewability--on inbetweener-pinner--type1">
+ <div id="fb-root" class=" fb_reset">
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div><iframe name="fb_xdm_frame_http" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="http://staticxx.facebook.com/connect/xd_arbiter/r/WFAdUidhDBg.js?version=42#channel=f1d3d9bb7487c6&amp;origin=http%3A%2F%2Fmoney.cnn.com" frameborder="0"></iframe><iframe name="fb_xdm_frame_https" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="https://staticxx.facebook.com/connect/xd_arbiter/r/WFAdUidhDBg.js?version=42#channel=f1d3d9bb7487c6&amp;origin=http%3A%2F%2Fmoney.cnn.com" frameborder="0"></iframe></div>
+ </div>
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div></div>
+ </div>
+ </div><iframe marginwidth="0" marginheight="0" scrolling="no" id="_mN_beacons" style="display: none !important;" width="0" height="0" frameborder="0"></iframe>
+ <div class="moneyEconomyNav">
+ <!--script language="JavaScript" src="http://i.cdn.turner.com/money/.element/ssi/javascript/1.1/cnnhat_section.js"></script-->
+
+
+
+ <header class="main-banner js-banner banner-intl">
+ <div class="container">
+
+ <a href="http://edition.cnn.com/?iid=badge_cnn" class="main-banner-logo">
+ <img src="http://i.cdn.turner.com/money/.element/img/8.0/logos/cnn-logo.png" class="cnn-logo" width="82" height="82" />
+ </a>
+ <a href="/?iid=badge_money" class="main-banner-logo">
+ <img src="http://i.cdn.turner.com/money/.element/img/8.0/logos/money-logo.png" class="money-logo" width="140" height="82" />
+ </a>
+
+ <span class="editionizer js-editionizer">
+ <a class="editionizer-display"><span class="js-editionDisplay">International</span>
+ <span class="icon-display js-editionIcon">+</span>
+ </a>
+ <a class="js-editionOption editionizer-option" id="www">U.S.</a>
+ </span>
+
+ <nav class="main-nav js-nav" role="navigation">
+ <ul class="main-nav-ul">
+ <li class="main-nav-li" id="main-nav--markets">
+ <a class="main-nav-a" id="markets-link" href="/markets/">Markets</a>
+
+
+
+
+
+ <div class="flyout-nav markets">
+ <div class="row flyout-markets">
+ <div class="column" data-vr-zone="Nav-markets col1">
+ <article class="summary hero" data-vr-contentbox="">
+ <a class="flyout-nav-link" href="http://money.cnn.com/2017/01/24/investing/wilbur-ross-interfere-climate-science/index.html?iid=A_MKT_News">
+ <figure class="summary-image">
+
+
+
+
+
+ <img src="http://i2.cdn.turner.com/money/dam/assets/170118130731-wilbur-ross-hearing-commerce-336x188.jpg" alt="Wilbur Ross hearing commerce" width="298" border="0" height="168" />
+
+
+
+ </figure>
+ <figcaption class="nav-summary-hed">
+ Wilbur Ross pledges not to intimidate climate scientists
+ </figcaption>
+ </a>
+ </article>
+ </div>
+ <div class="column">
+ <ul class="flyout-nav-list" data-vr-zone="Nav-markets col2">
+ <!--<li data-vr-contentbox=""><a href="/data/markets/trade/" class="flyout-nav-link">Trade</a></li>-->
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/investing/thebuzz/?iid=A_MKT_QL" class="flyout-nav-link">Buzz</a></li>
+ <!--<li data-vr-contentbox=""><a href="/data/markets/profit/" class="flyout-nav-link">Profit</a></li>-->
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/investing/?iid=A_MKT_QL" class="flyout-nav-link">Investing</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/news/economy/?iid=A_MKT_QL" class="flyout-nav-link">Economy</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/markets/stockswatch/?iid=A_MKT_QL" class="flyout-nav-link">Stockswatch</a></li>
+ </ul>
+ <ul class="flyout-nav-list" data-vr-zone="Nav-markets col3">
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/premarket/?iid=A_MKT_QL" class="flyout-nav-link">Premarkets</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/hotstocks/?iid=A_MKT_QL" class="flyout-nav-link">Market Movers</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/dow30/?iid=A_MKT_QL" class="flyout-nav-link">Dow 30</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/afterhours/?iid=A_MKT_QL" class="flyout-nav-link">After-Hours</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/world_markets/americas/?iid=A_MKT_QL" class="flyout-nav-link">World Markets</a></li>
+ </ul>
+ <ul class="flyout-nav-list" data-vr-zone="Nav-markets col4">
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/markets/investing-guide/?iid=A_MKT_QL" class="flyout-nav-link">Investing Guide</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/markets/the-open?iid=A_MKT_QL" class="flyout-nav-link">The Open</a></li>
+
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/tech30?iid=A_MKT_QL" class="flyout-nav-link">Tech30</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/data/fear-and-greed?iid=A_MKT_QL" class="flyout-nav-link">Fear &amp; Greed</a></li>
+ <!-- <li data-vr-contentbox=""><a href="/news/specials/jobs" class="flyout-nav-link">Jobs</a></li> -->
+ </ul>
+ </div>
+
+ </div>
+ </div>
+
+
+ </li>
+ <li class="main-nav-li" id="main-nav--economy">
+ <a class="main-nav-a" href="/economy/">Economy</a>
+
+
+
+
+
+ <div class="flyout-nav economy">
+ <div class="row flyout-economy">
+ <div class="column" data-vr-zone="Nav-economy col1">
+ <article class="summary hero" data-vr-contentbox="">
+ <a class="flyout-nav-link" href="/2017/01/24/news/economy/us-canada-mexico-trade-deal/index.html">
+ <figure class="summary-image">
+
+
+
+
+
+ <img src="http://i2.cdn.turner.com/money/dam/assets/170123154121-sean-spicer-white-house-336x188.jpg" alt="sean spicer white house" width="298" border="0" height="168" />
+
+
+
+ </figure>
+ <figcaption class="nav-summary-hed">
+ Will the U.S. and Canada leave Mexico behind?
+ </figcaption>
+ </a>
+ </article>
+ </div>
+ <div class="column">
+ <ul class="flyout-nav-list" data-vr-zone="Nav-markets col2">
+ <li data-vr-contentbox=""><a href="/news/growing-india/" class="flyout-nav-link">Growing India</a></li>
+ <li data-vr-contentbox=""><a href="/news/europe-2020/" class="flyout-nav-link">Europe 2020</a></li>
+ <li data-vr-contentbox=""><a href="/news/going-global/" class="flyout-nav-link">Going Global</a></li>
+ <li data-vr-contentbox=""><a href="/news/traders/" class="flyout-nav-link">Traders</a></li>
+ </ul>
+ </div>
+
+ </div>
+ </div>
+
+
+ </li>
+ <li class="main-nav-li" id="main-nav--companies">
+ <a class="main-nav-a" href="/news/companies/">Companies</a>
+ </li>
+ <li class="main-nav-li" id="main-nav--tech">
+ <a class="main-nav-a" href="/technology/">Tech</a>
+
+
+
+
+
+ <div class="flyout-nav tech">
+ <div class="row flyout-tech">
+ <div class="column" data-vr-zone="Nav-tech col1">
+ <article class="summary hero" data-vr-contentbox="">
+ <a class="flyout-nav-link" href="http://money.cnn.com/2016/12/13/technology/microsoft-chat-bot-tay-zo/index.html?iid=A_T_News">
+ <figure class="summary-image">
+
+
+
+
+
+ <img src="http://i2.cdn.turner.com/money/dam/assets/161213114825-microsoft-zo-ai-336x188.png" alt="microsoft zo ai" width="298" border="0" height="168" />
+
+
+
+ </figure>
+ <figcaption class="nav-summary-hed">
+ Microsoft unveils new, nicer chat bot
+ </figcaption>
+ </a>
+ </article>
+ </div>
+ <div class="column">
+ <ul class="flyout-nav-list" data-vr-zone="Nav-tech col2">
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/business/?iid=A_T_QL" class="flyout-nav-link">Business</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/culture/?iid=A_T_QL" class="flyout-nav-link">Culture</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/gadgets/?iid=A_T_QL" class="flyout-nav-link">Gadgets</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/future/?iid=A_T_QL" class="flyout-nav-link">Future</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/startups/?iid=A_T_QL" class="flyout-nav-link">Startups</a></li>
+ </ul>
+ <ul class="flyout-nav-list" data-vr-zone="Nav-tech col3">
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/powering-your-world/?iid=A_T_QL" class="flyout-nav-link">Powering Your World</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/agility-in-action/?iid=A_T_QL" class="flyout-nav-link">Agility in Action</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/upstarts/?iid=A_T_QL" class="flyout-nav-link">Upstarts</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/innovative-cities/?iid=A_T_QL" class="flyout-nav-link">Innovative Cities</a></li>
+ </ul>
+ <ul class="flyout-nav-list" data-vr-zone="Nav-tech col4">
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/unhackable/?iid=A_T_QL" class="flyout-nav-link">Unhackable</a></li>
+ <li data-vr-contentbox=""><a href="http://money.cnn.com/technology/15-questions/?iid=A_T_QL" class="flyout-nav-link">15 Questions</a></li>
+ </ul>
+ </div>
+
+ </div>
+ </div>
+
+
+ </li>
+ <li class="main-nav-li" id="main-nav--autos">
+ <a class="main-nav-a" href="/autos/">Autos</a>
+
+
+
+
+
+ <div class="flyout-nav autos">
+ <div class="row flyout-autos">
+ <div class="column" data-vr-zone="Nav-autos col1">
+ <article class="summary hero" data-vr-contentbox="">
+ <a class="flyout-nav-link" href="/2017/01/24/luxury/gm-cerv-i/index.html">
+ <figure class="summary-image">
+
+
+
+
+
+ <img src="http://i2.cdn.turner.com/money/dam/assets/170124115244-gm-cerv-1-barrett-jackson-336x188.jpg" alt="gm cerv 1 barrett jackson" width="298" border="0" height="168" />
+
+
+
+ </figure>
+ <figcaption class="nav-summary-hed">
+ GM paid $1.3 million to buy back its cool 1960s research car
+ </figcaption>
+ </a>
+ </article>
+ </div>
+ <div class="column">
+ <ul class="flyout-nav-list" data-vr-zone="Nav-autos col2">
+ <li data-vr-contentbox=""><a href="/luxury/drive/" class="flyout-nav-link">Drive</a></li>
+ <li data-vr-contentbox=""><a href="/luxury/the-collector/" class="flyout-nav-link">The Collector</a></li>
+
+ </ul>
+ <ul class="flyout-nav-list" data-vr-zone="Nav-autos col3">
+
+ </ul>
+ <ul class="flyout-nav-list" data-vr-zone="Nav-autos col4">
+
+ </ul>
+ </div>
+
+ </div>
+ </div>
+
+
+ </li>
+ <li class="main-nav-li" id="main-nav--india">
+ <a class="main-nav-a" href="/news/india">India</a>
+ </li>
+ <li class="main-nav-li" id="main-nav--video">
+ <a class="main-nav-a" href="/video/">Video</a>
+ </li>
+ </ul>
+ </nav>
+ <div class="main-banner-right">
+
+ <div class="main-banner-eyebrow">
+ <span class="login">
+ <span class="username js-username-display" style="display: none;"></span>
+ <span class="status js-logged-in-display">
+ <a href="javascript:void(0)" class="cnnLogin">Log In</a>
+ </span>
+ <span class="status js-logged-out-display" style="display: none;">
+ <a href="javascript:void(0)" class="cnnLogout">Log Out</a>
+ </span>
+ </span>
+ </div>
+
+ <form role="search" class="search" method="get" action="http://searchapp.cnn.com/money-search/validate.jsp" name="quoteForm">
+ <input id="symb" title="Search" name="symbols" autocomplete="off" class="blur search--input" placeholder="stock tickers" type="text" />
+ <span id="search_button" class="search-icon" onclick="document.quoteForm.submit();"><img src="http://i.cdn.turner.com/money/.element/img/8.0/misc/icon-search-intl.png" class="search-icon-img" width="24px" height="25px" /></span>
+ </form>
+
+ </div>
+ </div>
+ </header>
+ </div>
+ <div id="adBanner">
+ <div id="ad_bnr_atf_01" style="" data-google-query-id="CMS4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney/economy/main_1__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney/economy/main_1" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney/economy/main_1" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="970" height="90" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <main class="container js-social-anchor-start" role="main">
+ <header>
+ <div class="row">
+ <div class="column">
+ <div class="breadcrumb"> <a href="/news/american-opportunity/">American Opportunity</a> </div>
+ <h1 class="article-title">The 'birth lottery' and economic mobility </h1>
+ <style>
+ #ad_ns_atf_01 {
+ float: right;
+ margin-bottom: 8px;
+ display: inline-block;
+ }
+ </style>
+ <div id="ad_ns_atf_01"></div>
+ </div>
+ </div>
+ <div class="row">
+ <div class="column share-byline-timestamp"> <span class="byline-timestamp"> <span id="js-byline-icon"> </span> <span class="cnnbyline "> <span class="byline">by Ahiza Garcia </span> <a href="https://twitter.com/intent/user?screen_name=ahiza_garcia" class="soc-twtname">@ahiza_garcia</a> </span> <span class="cnnDateStamp"> February 1, 2016: 12:41 PM ET </span> </span>
+ <div class="share-tools" id="js-sharebar-main">
+ <div id="js-sharebar-main-bin"><span class="fbrec js-share-fbrec"><div class="fb-like fb_iframe_widget" data-action="recommend" data-href="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" data-layout="button_count" data-send="false" data-width="90" data-show-faces="false" fb-xfbml-state="rendered" fb-iframe-plugin-query="action=recommend&amp;app_id=80401312489&amp;container_width=0&amp;href=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;layout=button_count&amp;locale=en_US&amp;sdk=joey&amp;send=false&amp;show_faces=false&amp;width=90"><span style="vertical-align: bottom; width: 130px; height: 20px;"><iframe name="f17fee802a1e95a" allowtransparency="true" allowfullscreen="true" scrolling="no" title="fb:like Facebook Social Plugin" style="border: medium none; visibility: visible; width: 130px; height: 20px;" src="https://www.facebook.com/v2.0/plugins/like.php?action=recommend&amp;app_id=80401312489&amp;channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2FWFAdUidhDBg.js%3Fversion%3D42%23cb%3Df1c1ab12d5c0484%26domain%3Dmoney.cnn.com%26origin%3Dhttp%253A%252F%252Fmoney.cnn.com%252Ff1d3d9bb7487c6%26relation%3Dparent.parent&amp;container_width=0&amp;href=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;layout=button_count&amp;locale=en_US&amp;sdk=joey&amp;send=false&amp;show_faces=false&amp;width=90" class="" width="90px" height="1000px" frameborder="0"></iframe></span></div>
+ </span>
+ <a href="javascript:void(0)" class="st_email_custom icon icon--social-mail js-share-mail" st_url="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" st_title="The%20'birth%20lottery'%20and%20economic%20mobility" st_summary="Check%20out%20this%20story%20on%20CNNMoney%3A%20http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html" st_processed="yes"></a>
+ <a class="icon icon--social-facebook js-share-fb" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;title=The%20%27birth%20lottery%27%20and%20economic%20mobility" target="new"></a>
+ <a class="icon icon--social-twitter js-share-tw" href="https://twitter.com/intent/tweet?text=The%20%27birth%20lottery%27%20and%20economic%20mobility&amp;via=CNNMoney&amp;related=CNNMoney%3ABreaking%20news%20and%20in-depth%20looks%20at%20the%20most%20important%20business%20stories%20of%20the%20day.&amp;url=http://cnnmon.ie/1SSExWC"></a>
+ <a class="icon icon--social-linkedin js-share-linkedin" onclick="openWindow('http://www.linkedin.com/shareArticle?mini=true&amp;source=CNNMoney&amp;url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html%3Fsource%3Dlinkedin&amp;title=The%20\'birth%20lottery\'%20and%20economic%20mobility','linkedin', 'scrollbars=yes,resizable=yes,toolbar=no,location=yes,width=600,height=450,left=0,top=0'); eventLogger.social_track('lin-share'); return false;" target="new"></a>
+ <a class="icon icon--social-more js-share-more">
+ <div class="popup-menu js-share-more-popup"><a class="icon icon--social-pinterest js-share-pinterest" href="http://pinterest.com/pin/create/bookmarklet/?is_video=false&amp;url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;media=http%3A%2F%2Fi2.cdn.turner.com%2Fmoney%2Fdam%2Fassets%2F141103182938-income-inequality-780x439.png&amp;description=The%20%27birth%20lottery%27%20and%20economic%20mobility"><span></span></a>
+ <a class="icon icon--social-stumbleupon js-share-stumbleupon" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;title=The%20%27birth%20lottery%27%20and%20economic%20mobility"></a><a class="icon icon--social-googleplus js-share-gplus" href="https://plus.google.com/share?url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html"><span></span></a><a class="icon icon--social-reddit js-share-reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;title=The%20%27birth%20lottery%27%20and%20economic%20mobility"><span></span></a></div>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </header>
+ <div class="row two-columns-fixed-rr">
+ <section class="column">
+ <article class="module">
+ <div id="storycontent">
+ <!--storytext-->
+ <div id="storytext">
+ <div id="js-ie-storytop" class="ie--storytop" style="height: 482px;">
+ <script type="text/javascript">
+ vidConfig.push({
+ videoArray: [{
+ id: "/video/news/2015/11/30/homeboy-industries-priest.cnnmoney",
+ collection: "",
+ hed: "The priest saving LA\'s gang members"
+ }],
+ loc: 'top',
+ autoplay: true,
+ playerprofile: 'story',
+ playerid: 'cvp_story_0',
+ divid: 'vid0',
+ hedtarget: '#cnnplayer0 .cnnHeadline'
+ });
+ </script>
+ <div class="js-inbetweener-unpinner inbetweener-unpinner"></div>
+ <div class="js-inbetweener-pinner--type1 inbetweener-pinner--type1" style="left: 890px;"></div>
+ <div class="js-inbetweener-pinner--type2 inbetweener-pinner--type2"></div>
+ <div class="cnnplayer fade-in" id="cnnplayer_cvp_story_0" style="left: 890px;">
+ <div class="cnnVidplayer">
+ <div class="summaryImg" id="vid0" href="/video/news/2015/11/30/homeboy-industries-priest.cnnmoney" onclick="javascript:VideoPlayerManager.playVideos('cvp_story_0'); return false;" style="width: 780px; height: 439px;"><video id="cvp_story_0" style="width: 300px; height: 169px;" preload="metadata" poster="" src="http://ht3.cdn.turner.com/money/big/news/2015/11/30/homeboy-industries-priest.cnnmoney_1024x576.mp4" controls="controls" width="300" height="169"></video>
+ <div id="cvp_story_0_endSlate" class="video-posterboard end-slate" style="display: none;">
+ <div class="video-slate-wrapper">
+ <div class="video-bg">
+ <div class="mask"></div><img src="" alt="" width="620" height="348" /></div>
+ <div class="video-slate-content">
+ <div class="video-thumbnails-wrapper">
+ <a class="video-thumbnail first" href="/" target="_top"> <img src="" alt="" width="160" height="90" />
+ <div class="video-thumbnail-caption"></div>
+ </a>
+ <a class="video-thumbnail second" href="/" target="_top"> <img src="" alt="" width="160" height="90" />
+ <div class="video-thumbnail-caption"></div>
+ </a>
+ <a class="video-thumbnail third" href="/" target="_top"> <img src="" alt="" width="160" height="90" />
+ <div class="video-thumbnail-caption"></div>
+ </a>
+ <div class="clearFloat"></div>
+ </div>
+ <div data-playerid="cvp_story_0" class="replay">Replay</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="cnnVidFooter">
+ <div class="js-vid-hed-cvp_story_0 cnnHeadline">The priest saving LA's gang members</div>
+ <div class="js-vid-countdown-cvp_story_0 countdown">Your video will play in 00:25</div>
+ </div>
+ </div>
+ </div>
+ <div class="share-tools share-tools--floater" id="js-sharebar-floater" style="visibility: visible; top: 70px; position: fixed; display: block;">
+ <div id="js-sharebar-floater-bin">
+ <a href="javascript:void(0)" class="st_email_custom icon icon--social-mail js-share-mail" st_url="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" st_title="The%20'birth%20lottery'%20and%20economic%20mobility" st_summary="Check%20out%20this%20story%20on%20CNNMoney%3A%20http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html" st_processed="yes"></a>
+ <a class="icon icon--social-facebook js-share-fb" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;title=The%20%27birth%20lottery%27%20and%20economic%20mobility" target="new"></a>
+ <a class="icon icon--social-twitter js-share-tw" href="https://twitter.com/intent/tweet?text=The%20%27birth%20lottery%27%20and%20economic%20mobility&amp;via=CNNMoney&amp;related=CNNMoney%3ABreaking%20news%20and%20in-depth%20looks%20at%20the%20most%20important%20business%20stories%20of%20the%20day.&amp;url=http://cnnmon.ie/1SSExWC"></a>
+ <a class="icon icon--social-linkedin js-share-linkedin" onclick="openWindow('http://www.linkedin.com/shareArticle?mini=true&amp;source=CNNMoney&amp;url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html%3Fsource%3Dlinkedin&amp;title=The%20\'birth%20lottery\'%20and%20economic%20mobility','linkedin', 'scrollbars=yes,resizable=yes,toolbar=no,location=yes,width=600,height=450,left=0,top=0'); eventLogger.social_track('lin-share'); return false;" target="new"></a>
+ <a class="icon icon--social-more js-share-more">
+ <div class="popup-menu js-share-more-popup"><a class="icon icon--social-pinterest js-share-pinterest" href="http://pinterest.com/pin/create/bookmarklet/?is_video=false&amp;url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;media=http%3A%2F%2Fi2.cdn.turner.com%2Fmoney%2Fdam%2Fassets%2F141103182938-income-inequality-780x439.png&amp;description=The%20%27birth%20lottery%27%20and%20economic%20mobility&amp;iid=EL"><span></span></a>
+ <a class="icon icon--social-stumbleupon js-share-stumbleupon" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;title=The%20%27birth%20lottery%27%20and%20economic%20mobility&amp;iid=EL"></a><a class="icon icon--social-googleplus js-share-gplus" href="https://plus.google.com/share?url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;iid=EL"><span></span></a><a class="icon icon--social-reddit js-share-reddit" href="http://www.reddit.com/submit?url=http%3A%2F%2Fmoney.cnn.com%2F2016%2F02%2F01%2Fnews%2Feconomy%2Fpoverty-inequality-united-states%2Findex.html&amp;title=The%20%27birth%20lottery%27%20and%20economic%20mobility&amp;iid=EL"><span></span></a></div>
+ </a>
+ </div>
+ </div>
+ <h2>The U.S. has long been heralded as a land of opportunity -- a place where anyone can succeed regardless of the economic class they were born into.</h2>
+ <p style=""> But a new report released on Monday by <a href="http://web.stanford.edu/group/scspi-dev/cgi-bin/" target="_blank">Stanford University's Center on Poverty and Inequality</a> calls that into question. </p>
+ <div id="ie_column">
+ <script>
+ var SMARTASSET = SMARTASSET || {};
+ SMARTASSET.setDivIndex = function(i) {
+ return i;
+ }
+
+ SMARTASSET.setSmartAssetDiv = function() {
+ // get paragraphs only in the storytext
+ var storytext = document.getElementById('storytext');
+ var currentParagraph;
+ var smartasset;
+ var i;
+ var heights = 0;
+ var limit = 1875;
+ var afterParagraphFour = false;
+ var insertAfterThisParagraphIndex = -1;
+ var smartAssetDiv = '&lt;div id="smartassetcontainer" class="module" style="float:none; width: 300px; margin-bottom:0;"&gt;&lt;div class="module" style="height:35px; margin-bottom:0;"&gt;&lt;div class="module-body" style="padding-top:0;"&gt;&lt;div id="smartasset-article" class="collapsible"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;';
+ for (i = 0; i & lt; storytext.childNodes.length; i++) {
+ if (storytext.childNodes[i].nodeName.toLowerCase() === 'p') {
+ if (!afterParagraphFour & amp; & amp; i & gt; 4) {
+ afterParagraphFour = true;
+ }
+ currentParagraph = storytext.childNodes[i];
+ heights += currentParagraph.clientHeight;
+ if (heights & gt; = limit & amp; & amp; insertAfterThisParagraphIndex === -1) {
+ insertAfterThisParagraphIndex = SMARTASSET.setDivIndex(i);
+ console.log("insert after paragraph number " + i);
+ console.log("HEIGHTS = " + heights);
+ console.log("LIMIT = " + limit);
+ }
+ }
+ /* div with id="ie_column" */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'div' & amp; & amp; storytext.childNodes[i].id !== "undefined" & amp; & amp; storytext.childNodes[i].id === "ie_column") {
+ heights = 0;
+ limit = 80;
+ insertAfterThisParagraphIndex = -1
+ }
+ /* embeds from twitter, facebook, youtube */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'div' & amp; & amp; storytext.childNodes[i].classList.contains('embed')) {
+ heights = 0;
+ limit = 80;
+ insertAfterThisParagraphIndex = -1
+ }
+ /* cnn video player */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'div' & amp; & amp; storytext.childNodes[i].classList.contains('cnnplayer')) {
+ heights = 0;
+ limit = 80;
+ insertAfterThisParagraphIndex = -1
+ }
+ /* images */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'img') {
+ heights = 0;
+ limit = 80;
+ }
+ /* images stored in figure tags */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'figure') {
+ heights = 0;
+ limit = 80;
+ }
+ }
+ if (heights & gt; = 875 & amp; & amp; afterParagraphFour) {
+ storytext.childNodes[insertAfterThisParagraphIndex].insertAdjacentHTML('afterend', smartAssetDiv);
+ smartasset = document.getElementById('smartasset-article');
+ smartasset.style.float = 'left'; // allows module to have text float to right
+ smartasset.style.marginRight = '20px';
+ smartasset.style.marginBottom = '25px';
+ }
+ }
+
+ SMARTASSET.setSmartAssetScript = function() {
+ console.log('starting setSmartAssetScript');
+ SA = document.SA || [];
+ SA.push({
+ embedUrl: "https://smartasset.com",
+ container: "#smartasset-article",
+ version: 1.1,
+ data: {
+ key: "bdknf2rinbhwvdksm6zbmhf3twrv4oih"
+ }
+ /*{ key: "CNNe038d38a57032085441e7fe7010b0" }*/
+ });
+ console.log('finished in setSmartAssetScript push() call');
+
+ var smscript = document.createElement("script");
+ smscript.type = "text/javascript";
+ smscript.async = true;
+ smscript.src = ("https:" == document.location.protocol ? "https://" : "http://") + "smartasset.com/embed.js";
+
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(smscript, s);
+ console.log("finished entire function of setSmartAssetFunction()");
+ };
+ SMARTASSET.setSmartAssetDiv();
+ SMARTASSET.setSmartAssetScript();
+ </script>
+ </div>
+ <p style=""> The report assessed poverty levels, income and wealth inequality, economic mobility and unemployment levels among 10 wealthy countries with social welfare programs. </p>
+ <div id="smartassetcontainer" class="module" style="float:none; width: 300px; margin-bottom:0;">
+ <div class="module" style="height:35px; margin-bottom:0;">
+ <div class="module-body" style="padding-top:0;">
+ <div id="smartasset-article" class="collapsible" style="float: left; margin-right: 20px; margin-bottom: 25px;">
+ <div>
+ <style>
+ div.cnnhdr {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ line-height: 1em;
+ vertical-align: top;
+ height: 30px;
+ padding: 8px 10px 7px 10px;
+ width: 300px;
+ background: #77b7d9;
+ color: #fff;
+ font-family: 'CNN', Arial, sans-serif;
+ font-size: 14px;
+ font-weight: 500;
+ }
+
+ div.cnnhdr img {
+ max-width: 120px;
+ margin-bottom: -1px;
+ }
+
+ div.collapsible {
+ width: 300px;
+ }
+
+ div.collapsible.expanded {
+ width: 780px;
+ }
+
+ div.collapsible.expanded #sa_swtYhka26oGQ {
+ width: 100%;
+ min-width: 780px;
+ }
+
+ .collapsible #sa_swtYhka26oGQ {
+ border: none;
+ max-width: 300px;
+ width: 100%;
+ min-width: 300px;
+ }
+
+ #sa_swtYhka26oGQ {
+ border: none;
+ max-width: 750px;
+ width: 100%;
+ min-width: 300px;
+ }
+
+ .sa-hide-attribution #sa_swtYhka26oGQ-img {
+ display: none;
+ }
+
+ #sa_swtYhka26oGQ-img,
+ #sa_swtYhka26oGQ-img a,
+ #sa_swtYhka26oGQ-img a img {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font-weight: normal;
+ vertical-align: middle;
+ background: transparent;
+ box-sizing: border-box;
+ opacity: 1;
+ outline: 0;
+ box-shadow: none;
+ line-height: 1.3;
+ }
+
+ .collapsible #sa_swtYhka26oGQ-img {
+ text-align: left;
+ }
+
+ .collapsible .rightcnn {
+ display: none;
+ }
+
+ .collapsible.expanded #sa_swtYhka26oGQ-img a.rightcnn {
+ display: inline-block;
+ float: left;
+ font-weight: normal;
+ }
+
+ .collapsible.expanded #sa_swtYhka26oGQ-img {
+ text-align: right;
+ max-width: 780px;
+ }
+
+ #sa_swtYhka26oGQ-img {
+ max-width: 750px;
+ border-top: 1px solid #bbb;
+ padding-top: 5px;
+ text-align: right;
+ line-height: 1em;
+ }
+
+ #sa_swtYhka26oGQ-img a img,
+ #sa_swtYhka26oGQ-img.no-links img {
+ width: auto;
+ height: auto;
+ display: inline-block;
+ margin-left: 4px;
+ vertical-align: baseline;
+ margin-bottom: -1px;
+ }
+
+ #sa_swtYhka26oGQ-img a:hover {
+ color: #555;
+ text-decoration: underline;
+ }
+
+ #sa_swtYhka26oGQ-img span,
+ #sa_swtYhka26oGQ-img a {
+ font-family: arial, helvetica, sans-serif;
+ font-size: 10px;
+ /** pc: adjusted line-height **/
+ line-height: 14px;
+ font-weight: bold;
+ color: #aaa;
+ text-decoration: none;
+ text-transform: uppercase;
+ }
+ </style>
+
+
+ <script>
+ // send sa-attribution click
+ window.saCnnClick = function() {
+ var el = document.getElementById('sa_swtYhka26oGQ');
+ el.contentWindow.postMessage("fnfsvm:on_sa_click", "*");
+ }
+
+ var IFRAMERESIZE_LOADED = IFRAMERESIZE_LOADED || false;
+
+ if (IFRAMERESIZE_LOADED != true) {
+ IFRAMERESIZE_LOADED = true;
+
+ ;
+ (function(window) {
+ 'use strict';
+
+ var
+ count = 0,
+ logEnabled = false,
+ msgHeader = 'message',
+ msgHeaderLen = msgHeader.length,
+ msgId = '[iFrameSizer_SA]', //Must match iframe msg ID
+ msgIdLen = msgId.length,
+ pagePosition = null,
+ requestAnimationFrame = window.requestAnimationFrame,
+ resetRequiredMethods = {
+ max: 1,
+ scroll: 1,
+ bodyScroll: 1,
+ documentElementScroll: 1
+ },
+ settings = {},
+ timer = null,
+
+ defaults = {
+ autoResize: true,
+ bodyBackground: null,
+ bodyMargin: null,
+ bodyMarginV1: 8,
+ bodyPadding: null,
+ checkOrigin: true,
+ enableInPageLinks: false,
+ enablePublicMethods: false,
+ heightCalculationMethod: 'offset',
+ interval: 32,
+ log: false,
+ maxHeight: Infinity,
+ maxWidth: Infinity,
+ minHeight: 0,
+ minWidth: 0,
+ resizeFrom: 'parent',
+ scrolling: false,
+ sizeHeight: true,
+ sizeWidth: false,
+ tolerance: 0,
+ closedCallback: function() {},
+ initCallback: function() {},
+ messageCallback: function() {},
+ resizedCallback: function() {},
+ scrollCallback: function() {
+ return true;
+ }
+ };
+
+ function addEventListener(obj, evt, func) {
+ if ('addEventListener' in window) {
+ obj.addEventListener(evt, func, false);
+ } else if ('attachEvent' in window) { //IE
+ obj.attachEvent('on' + evt, func);
+ }
+ }
+
+ function setupRequestAnimationFrame() {
+ var
+ vendors = ['moz', 'webkit', 'o', 'ms'],
+ x;
+
+ // Remove vendor prefixing if prefixed and break early if not
+ for (x = 0; x & lt; vendors.length & amp; & amp; !requestAnimationFrame; x += 1) {
+ requestAnimationFrame = window[vendors[x] + 'RequestAnimationFrame'];
+ }
+
+ if (!(requestAnimationFrame)) {
+ log(' RequestAnimationFrame not supported');
+ }
+ }
+
+ function getMyID() {
+ var retStr = 'Host page';
+
+ if (window.top !== window.self) {
+ if (window.parentIFrame) {
+ retStr = window.parentIFrame.getId();
+ } else {
+ retStr = 'Nested host page';
+ }
+ }
+
+ return retStr;
+ }
+
+ function formatLogMsg(msg) {
+ return msgId + '[' + getMyID() + ']' + msg;
+ }
+
+ function log(msg) {
+ if (logEnabled & amp; & amp;
+ ('object' === typeof window.console)) {
+ console.log(formatLogMsg(msg));
+ }
+ }
+
+ function warn(msg) {
+ if ('object' === typeof window.console) {
+ console.warn(formatLogMsg(msg));
+ }
+ }
+
+ function iFrameListener(event) {
+ function resizeIFrame() {
+ function resize() {
+ setSize(messageData);
+ setPagePosition();
+ settings[iframeId].resizedCallback(messageData);
+ }
+
+ ensureInRange('Height');
+ ensureInRange('Width');
+
+ syncResize(resize, messageData, 'resetPage');
+ }
+
+ function closeIFrame(iframe) {
+ var iframeId = iframe.id;
+
+ log(' Removing iFrame: ' + iframeId);
+ iframe.parentNode.removeChild(iframe);
+ settings[iframeId].closedCallback(iframeId);
+ delete settings[iframeId];
+ log(' --');
+ }
+
+ function processMsg() {
+ var data = msg.substr(msgIdLen).split(':');
+
+ return {
+ iframe: document.getElementById(data[0]),
+ id: data[0],
+ height: data[1],
+ width: data[2],
+ type: data[3]
+ };
+ }
+
+ function ensureInRange(Dimension) {
+ var
+ max = Number(settings[iframeId]['max' + Dimension]),
+ min = Number(settings[iframeId]['min' + Dimension]),
+ dimension = Dimension.toLowerCase(),
+ size = Number(messageData[dimension]);
+
+ if (min & gt; max) {
+ throw new Error('Value for min' + Dimension + ' can not be greater than max' + Dimension);
+ }
+
+ log(' Checking ' + dimension + ' is in range ' + min + '-' + max);
+
+ if (size & lt; min) {
+ size = min;
+ log(' Set ' + dimension + ' to min value');
+ }
+
+ if (size & gt; max) {
+ size = max;
+ log(' Set ' + dimension + ' to max value');
+ }
+
+ messageData[dimension] = '' + size;
+ }
+
+
+ function isMessageFromIFrame() {
+ function checkAllowedOrigin() {
+ function checkList() {
+ log(' Checking connection is from allowed list of origins: ' + checkOrigin);
+ var i;
+ for (i = 0; i & lt; checkOrigin.length; i++) {
+ if (checkOrigin[i] === origin) {
+ return true;
+ }
+ }
+ return false;
+ }
+
+ function checkSingle() {
+ log(' Checking connection is from: ' + remoteHost);
+ return origin === remoteHost;
+ }
+
+ return checkOrigin.constructor === Array ? checkList() : checkSingle();
+ }
+
+ var
+ origin = event.origin,
+ checkOrigin = settings[iframeId].checkOrigin,
+ remoteHost = messageData.iframe.src.split('/').slice(0, 3).join('/');
+
+ if (checkOrigin) {
+ if (('' + origin !== 'null') & amp; & amp; !checkAllowedOrigin()) {
+ throw new Error(
+ 'Unexpected message received from: ' + origin +
+ ' for ' + messageData.iframe.id +
+ '. Message was: ' + event.data +
+ '. This error can be disabled by setting the checkOrigin: false option or by providing of array of trusted domains.'
+ );
+ }
+ }
+
+ return true;
+ }
+
+ function isMessageForUs() {
+ return msgId === ('' + msg).substr(0, msgIdLen); //''+Protects against non-string msg
+ }
+
+ function isMessageFromMetaParent() {
+ //Test if this message is from a parent above us. This is an ugly test, however, updating
+ //the message format would break backwards compatibity.
+ var retCode = messageData.type in {
+ 'true': 1,
+ 'false': 1,
+ 'undefined': 1
+ };
+
+ if (retCode) {
+ log(' Ignoring init message from meta parent page');
+ }
+
+ return retCode;
+ }
+
+ function getMsgBody(offset) {
+ return msg.substr(msg.indexOf(':') + msgHeaderLen + offset);
+ }
+
+ function forwardMsgFromIFrame(msgBody) {
+ log(' MessageCallback passed: {iframe: ' + messageData.iframe.id + ', message: ' + msgBody + '}');
+ settings[iframeId].messageCallback({
+ iframe: messageData.iframe,
+ message: JSON.parse(msgBody)
+ });
+ log(' --');
+ }
+
+ function checkIFrameExists() {
+ if (null === messageData.iframe) {
+ warn(' IFrame (' + messageData.id + ') not found');
+ return false;
+ }
+ return true;
+ }
+
+ function getElementPosition(target) {
+ var
+ iFramePosition = target.getBoundingClientRect();
+
+ getPagePosition();
+
+ return {
+ x: parseInt(iFramePosition.left, 10) + parseInt(pagePosition.x, 10),
+ y: parseInt(iFramePosition.top, 10) + parseInt(pagePosition.y, 10)
+ };
+ }
+
+ function scrollRequestFromChild(addOffset) {
+ function reposition() {
+ pagePosition = newPosition;
+
+ scrollTo();
+
+ log(' --');
+ }
+
+ function calcOffset() {
+ return {
+ x: Number(messageData.width) + offset.x,
+ y: Number(messageData.height) + offset.y
+ };
+ }
+
+ var
+ offset = addOffset ? getElementPosition(messageData.iframe) : {
+ x: 0,
+ y: 0
+ },
+ newPosition = calcOffset();
+
+ log(' Reposition requested from iFrame (offset x:' + offset.x + ' y:' + offset.y + ')');
+
+ if (window.top !== window.self) {
+ if (window.parentIFrame) {
+ if (addOffset) {
+ window.parentIFrame.scrollToOffset(newPosition.x, newPosition.y);
+ } else {
+ window.parentIFrame.scrollTo(messageData.width, messageData.height);
+ }
+ } else {
+ warn(' Unable to scroll to requested position, window.parentIFrame not found');
+ }
+ } else {
+ reposition();
+ }
+
+ }
+
+ function scrollTo() {
+ if (false !== settings[iframeId].scrollCallback(pagePosition)) {
+ setPagePosition();
+ }
+ }
+
+ function findTarget(location) {
+ function jumpToTarget(target) {
+ var jumpPosition = getElementPosition(target);
+
+ log(' Moving to in page link (#' + hash + ') at x: ' + jumpPosition.x + ' y: ' + jumpPosition.y);
+ pagePosition = {
+ x: jumpPosition.x,
+ y: jumpPosition.y
+ };
+
+ scrollTo();
+ log(' --');
+ }
+
+ var
+ hash = location.split('#')[1] || '',
+ hashData = decodeURIComponent(hash),
+ target = document.getElementById(hashData) || document.getElementsByName(hashData)[0];
+
+ if (window.top !== window.self) {
+ if (window.parentIFrame) {
+ window.parentIFrame.moveToAnchor(hash);
+ } else {
+ log(' In page link #' + hash + ' not found and window.parentIFrame not found');
+ }
+ } else if (target) {
+ jumpToTarget(target);
+ } else {
+ log(' In page link #' + hash + ' not found');
+ }
+ }
+
+ function actionMsg() {
+ switch (messageData.type) {
+ case 'close':
+ closeIFrame(messageData.iframe);
+ break;
+ case 'message':
+ forwardMsgFromIFrame(getMsgBody(6));
+ break;
+ case 'scrollTo':
+ scrollRequestFromChild(false);
+ break;
+ case 'scrollToOffset':
+ scrollRequestFromChild(true);
+ break;
+ case 'inPageLink':
+ findTarget(getMsgBody(9));
+ break;
+ case 'reset':
+ resetIFrame(messageData);
+ break;
+ case 'init':
+ resizeIFrame();
+ settings[iframeId].initCallback(messageData.iframe);
+ break;
+ default:
+ resizeIFrame();
+ }
+ }
+
+ function hasSettings(iframeId) {
+ var retBool = true;
+
+ if (!settings[iframeId]) {
+ retBool = false;
+ warn(messageData.type + ' No settings for ' + iframeId + '. Message was: ' + msg);
+ }
+
+ return retBool;
+ }
+
+ var
+ msg = event.data,
+ messageData = {},
+ iframeId = null;
+
+ if (isMessageForUs()) {
+ messageData = processMsg();
+ iframeId = messageData.id;
+
+ if (!isMessageFromMetaParent() & amp; & amp; hasSettings(iframeId)) {
+ logEnabled = settings[iframeId].log;
+ log(' Received: ' + msg);
+
+ if (checkIFrameExists() & amp; & amp; isMessageFromIFrame()) {
+ settings[iframeId].firstRun = false;
+ actionMsg();
+ }
+ }
+ }
+ }
+
+
+ function getPagePosition() {
+ if (null === pagePosition) {
+ pagePosition = {
+ x: (window.pageXOffset !== undefined) ? window.pageXOffset : document.documentElement.scrollLeft,
+ y: (window.pageYOffset !== undefined) ? window.pageYOffset : document.documentElement.scrollTop
+ };
+ log(' Get page position: ' + pagePosition.x + ',' + pagePosition.y);
+ }
+ }
+
+ function setPagePosition() {
+ if (null !== pagePosition) {
+ window.scrollTo(pagePosition.x, pagePosition.y);
+ log(' Set page position: ' + pagePosition.x + ',' + pagePosition.y);
+ pagePosition = null;
+ }
+ }
+
+ function resetIFrame(messageData) {
+ function reset() {
+ setSize(messageData);
+ trigger('reset', 'reset', messageData.iframe, messageData.id);
+ }
+
+ log(' Size reset requested by ' + ('init' === messageData.type ? 'host page' : 'iFrame'));
+ getPagePosition();
+ syncResize(reset, messageData, 'init');
+ }
+
+ function setSize(messageData) {
+ function setDimension(dimension) {
+ messageData.iframe.style[dimension] = messageData[dimension] + 'px';
+ log(
+ ' IFrame (' + iframeId +
+ ') ' + dimension +
+ ' set to ' + messageData[dimension] + 'px'
+ );
+ }
+ var iframeId = messageData.iframe.id;
+ if (settings[iframeId].sizeHeight) {
+ setDimension('height');
+ }
+ if (settings[iframeId].sizeWidth) {
+ setDimension('width');
+ }
+ }
+
+ function syncResize(func, messageData, doNotSync) {
+ if (doNotSync !== messageData.type & amp; & amp; requestAnimationFrame) {
+ log(' Requesting animation frame');
+ requestAnimationFrame(func);
+ } else {
+ func();
+ }
+ }
+
+ function trigger(calleeMsg, msg, iframe, id) {
+ if (iframe & amp; & amp; iframe.contentWindow) {
+ log('[' + calleeMsg + '] Sending msg to iframe (' + msg + ')');
+ iframe.contentWindow.postMessage(msgId + msg, '*');
+ } else {
+ warn('[' + calleeMsg + '] IFrame not found');
+ if (settings[id]) {
+ delete settings[id];
+ }
+ }
+ }
+
+
+ function setupIFrame(options) {
+ function setLimits() {
+ function addStyle(style) {
+ if ((Infinity !== settings[iframeId][style]) & amp; & amp;
+ (0 !== settings[iframeId][style])) {
+ iframe.style[style] = settings[iframeId][style] + 'px';
+ log(' Set ' + style + ' = ' + settings[iframeId][style] + 'px');
+ }
+ }
+
+ addStyle('maxHeight');
+ addStyle('minHeight');
+ addStyle('maxWidth');
+ addStyle('minWidth');
+ }
+
+ function ensureHasId(iframeId) {
+ if ('' === iframeId) {
+ iframe.id = iframeId = 'iFrameResizer' + count++;
+ logEnabled = (options || {}).log;
+ log(' Added missing iframe ID: ' + iframeId + ' (' + iframe.src + ')');
+ }
+
+ return iframeId;
+ }
+
+ function setScrolling() {
+ log(' IFrame scrolling ' + (settings[iframeId].scrolling ? 'enabled' : 'disabled') + ' for ' + iframeId);
+ iframe.style.overflow = false === settings[iframeId].scrolling ? 'hidden' : 'auto';
+ iframe.scrolling = false === settings[iframeId].scrolling ? 'no' : 'yes';
+ }
+
+ //The V1 iFrame script expects an int, where as in V2 expects a CSS
+ //string value such as '1px 3em', so if we have an int for V2, set V1=V2
+ //and then convert V2 to a string PX value.
+ function setupBodyMarginValues() {
+ if (('number' === typeof(settings[iframeId].bodyMargin)) || ('0' === settings[iframeId].bodyMargin)) {
+ settings[iframeId].bodyMarginV1 = settings[iframeId].bodyMargin;
+ settings[iframeId].bodyMargin = '' + settings[iframeId].bodyMargin + 'px';
+ }
+ }
+
+ function createOutgoingMsg() {
+ return iframeId +
+ ':' + settings[iframeId].bodyMarginV1 +
+ ':' + settings[iframeId].sizeWidth +
+ ':' + settings[iframeId].log +
+ ':' + settings[iframeId].interval +
+ ':' + settings[iframeId].enablePublicMethods +
+ ':' + settings[iframeId].autoResize +
+ ':' + settings[iframeId].bodyMargin +
+ ':' + settings[iframeId].heightCalculationMethod +
+ ':' + settings[iframeId].bodyBackground +
+ ':' + settings[iframeId].bodyPadding +
+ ':' + settings[iframeId].tolerance +
+ ':' + settings[iframeId].enableInPageLinks +
+ ':' + settings[iframeId].resizeFrom;
+ }
+
+ function init(msg) {
+ //We have to call trigger twice, as we can not be sure if all
+ //iframes have completed loading when this code runs. The
+ //event listener also catches the page changing in the iFrame.
+ addEventListener(iframe, 'load', function() {
+ var fr = settings[iframeId].firstRun; // Reduce scope of var to function, because IE8's JS execution
+ // context stack is borked and this value gets externally
+ // changed midway through running this function.
+ trigger('iFrame.onload', msg, iframe);
+ if (!fr & amp; & amp; settings[iframeId].heightCalculationMethod in resetRequiredMethods) {
+ resetIFrame({
+ iframe: iframe,
+ height: 0,
+ width: 0,
+ type: 'init'
+ });
+ }
+ });
+ trigger('init', msg, iframe);
+ }
+
+ function checkOptions(options) {
+ if ('object' !== typeof options) {
+ throw new TypeError('Options is not an object.');
+ }
+ }
+
+ function processOptions(options) {
+ options = options || {};
+ settings[iframeId] = {
+ firstRun: true
+ };
+
+ checkOptions(options);
+
+ for (var option in defaults) {
+ if (defaults.hasOwnProperty(option)) {
+ settings[iframeId][option] = options.hasOwnProperty(option) ? options[option] : defaults[option];
+ }
+ }
+
+ logEnabled = settings[iframeId].log;
+ }
+
+ var
+ /*jshint validthis:true */
+ iframe = this,
+ iframeId = ensureHasId(iframe.id);
+
+ processOptions(options);
+ setScrolling();
+ setLimits();
+ setupBodyMarginValues();
+ init(createOutgoingMsg());
+ }
+
+ function throttle(fn, time) {
+ if (null === timer) {
+ timer = setTimeout(function() {
+ timer = null;
+ fn();
+ }, time);
+ }
+ }
+
+ function winResize() {
+ function isIFrameResizeEnabled(iframeId) {
+ return 'parent' === settings[iframeId].resizeFrom & amp; & amp;
+ settings[iframeId].autoResize & amp; & amp;
+ !settings[iframeId].firstRun;
+ }
+
+ throttle(function() {
+ for (var iframeId in settings) {
+ if (isIFrameResizeEnabled(iframeId)) {
+ trigger('Window resize', 'resize', document.getElementById(iframeId), iframeId);
+ }
+ }
+ }, 66);
+ }
+
+ function factory() {
+ function init(element, options) {
+ if (!element.tagName) {
+ throw new TypeError('Object is not a valid DOM element');
+ } else if ('IFRAME' !== element.tagName.toUpperCase()) {
+ throw new TypeError('Expected &lt;IFRAME&gt; tag, found &lt;' + element.tagName + '&gt;.');
+ } else {
+ setupIFrame.call(element, options);
+ }
+ }
+
+ setupRequestAnimationFrame();
+ addEventListener(window, 'message', iFrameListener);
+ addEventListener(window, 'resize', winResize);
+
+ return function iFrameResizeF(options, target) {
+ switch (typeof(target)) {
+ case 'undefined':
+ case 'string':
+ Array.prototype.forEach.call(document.querySelectorAll(target || 'iframe'), function(element) {
+ init(element, options);
+ });
+ break;
+ case 'object':
+ init(target, options);
+ break;
+ default:
+ throw new TypeError('Unexpected data type (' + typeof(target) + ').');
+ }
+ };
+ }
+
+ function createJQueryPublicMethod($) {
+ $.fn.iFrameResize = function $iFrameResizeF(options) {
+ return this.filter('iframe').each(function(index, element) {
+ setupIFrame.call(element, options);
+ }).end();
+ };
+ }
+
+ // if (typeof define === 'function' &amp;&amp; define.amd) {
+ // define([],factory);
+ // } else if (typeof module === 'object' &amp;&amp; typeof module.exports === 'object') { //Node for browserfy
+ // module.exports = factory();
+ // } else {
+ window.iFrameResizeSA = window.iFrameResizeSA || factory();
+ // }
+
+ })(window || {});
+ }
+
+ iFrameResizeSA({
+ log: false,
+ checkOrigin: false
+ }, document.getElementById('sa_swtYhka26oGQ'));
+
+ (function() {
+ var hasTriggered = false;
+
+ //
+ // check whether element is visible
+ //
+ var el = document.getElementById('sa_swtYhka26oGQ');
+
+ var isElementInViewport = function(el) {
+ var rect = el.getBoundingClientRect();
+ return (rect.top & lt; = (window.innerHeight || document.documentElement.clientHeight));
+ }
+
+ var onVisibilityChange = function(el, callback) {
+ return function() {
+ if (!hasTriggered) {
+ var visible = isElementInViewport(el);
+ if (visible) {
+ // set hasTriggered flag to true
+ hasTriggered = true;
+ // send message to iframe
+ parent.postMessage("fnfsvm:on_visible", "*");
+ el.contentWindow.postMessage("fnfsvm:on_visible", "*");
+ }
+ }
+ }
+ }
+
+ var isIE10 = false;
+ if (window.PointerEvent || window.navigator.msPointerEnabled || document.documentMode) {
+ isIE10 = true;
+ }
+
+ //
+ // PC / SA-6873 // The code block below queues up the "on_visible" message, since
+ // this is getting sent to the iFrame *before* the widget code is loaded -- and
+ // hence being missed. We therefore wait for the on_load event first, and send
+ // the on_visible event, if the visible event came through before the on_load
+ //
+ var isLoaded = false,
+ isVisibleQueued = false;
+ var localListener = function(event) {
+ if (!isLoaded & amp; & amp; typeof(event.data) === "string") {
+ var data = event.data;
+ if (data.indexOf(random) == 0) {
+ var event = data.substr(data.indexOf(":") + 1);
+ if (event == "on_load") {
+ isLoaded = true;
+ if (isVisibleQueued) {
+ el.contentWindow.postMessage("fnfsvm:on_visible", "*");
+ }
+ }
+ if (event == "on_visible") {
+ if (!isLoaded) {
+ // queue up the isVisible event
+ isVisibleQueued = true;
+ }
+ }
+ }
+ }
+ }
+
+ if (window.addEventListener) {
+ addEventListener("message", localListener, false);
+ } else {
+ attachEvent("onmessage", localListener);
+ }
+
+ var mouseUpHandler = function(e) {
+ if (isIE10) {
+ el.contentWindow.postMessage("fnfsvm:on_mouse_up", "*");
+ }
+ };
+
+ var mouseDownHandler = function(e) {
+ el.contentWindow.postMessage("fnfsvm:on_mouse_down", "*");
+ };
+
+ var handler = onVisibilityChange(el);
+
+ if (window.addEventListener) {
+ addEventListener('DOMContentLoaded', handler, false);
+ addEventListener('load', handler, false);
+ addEventListener('scroll', handler, false);
+ addEventListener('resize', handler, false);
+ addEventListener('mouseup', mouseUpHandler, false);
+ addEventListener('mousedown', mouseDownHandler, false);
+ } else if (window.attachEvent) {
+ attachEvent('onDOMContentLoaded', handler); // IE9+ :(
+ attachEvent('onload', handler);
+ attachEvent('onscroll', handler);
+ attachEvent('onresize', handler);
+ attachEvent('onmouseup', mouseUpHandler);
+ attachEvent('onmousedown', mouseDownHandler);
+ }
+
+ if (window.attachEvent) {
+ window.attachEvent('onresize', function() {
+ //console.log("ID: sa_swtYhka26oGQ");
+ resizeFrame();
+ });
+ } else if (window.addEventListener) {
+ window.addEventListener('resize', function() {
+ //console.log("ID: sa_swtYhka26oGQ");
+ resizeFrame();
+ }, true);
+ }
+
+ //
+ // set height/width on startup
+ //
+ var resizeFrame = function() {
+ var width = document.getElementById('sa_swtYhka26oGQ').parentNode.offsetWidth;
+ document.getElementById('sa_swtYhka26oGQ').style.width = width + "px";
+ }
+
+ // resize frame on startup
+ resizeFrame();
+
+ // check visibiliy (note the (), since onVisibilityChange is a function-ref)
+ onVisibilityChange(el)();
+
+ // resize on timeout
+ setTimeout(function() {
+ resizeFrame();
+ }, 2000);
+ })();
+ </script>
+
+ <div class="cnnhdr">
+ Powered by SmartAsset.com
+ </div>
+
+ <iframe id="sa_swtYhka26oGQ" class="sa-iframe" name="sa_swtYhka26oGQ" src="https://smartasset.com/embed/retirementcalculatorc?&amp;key=bdknf2rinbhwvdksm6zbmhf3twrv4oih&amp;src=http%253A%252F%252Fmoney.cnn.com%252F2016%252F02%252F01%252Fnews%252Feconomy%252Fpoverty-inequality-united-states%252Findex.html&amp;ref=&amp;ver=1.1&amp;rnd=fnfsvm" scrolling="no" style="overflow: hidden; width: 300px; height: 512px;"></iframe>
+
+ <div id="sa_swtYhka26oGQ-img">
+ <a class="rightcnn" href="#" onclick="saCnnClick();return false;">Disclosures</a>
+ <a href="https://smartasset.com" target="_blank">SmartAsset.com</a>
+ </div>
+
+
+ <img src="https://smrt.as/ck" style="height:0px; width:0px;display: none;border:none;outline:none;position:absolute" />
+
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <p style=""> Among its key findings: the class you're born into matters much more in the U.S. than many of the other countries. </p>
+ <p style=""> As the <a href="http://web.stanford.edu/group/scspi-dev/cgi-bin/publications/state-union-report" target="_blank">report states</a>: "[T]he birth lottery matters more in the U.S. than in most well-off countries." </p>
+ <div id="ad_nat_btf_03" style="display: none;" data-google-query-id="CMe4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney/economy/main_4__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney/economy/main_4" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney/economy/main_4" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="1" height="2" frameborder="0"></iframe></div>
+ </div>
+ <p style=""> But this wasn't the only finding that suggests the U.S. isn't quite living up to its reputation as a country where everyone has an equal chance to get ahead through sheer will and hard work. </p>
+ <p style=""> <a href="http://money.cnn.com/2016/01/11/news/economy/rich-taxes/index.html?iid=EL"><span class="inStoryHeading">Related: Rich are paying more in taxes but not as much as they used to</span></a> </p>
+ <div class="teads-inread">
+ <div style="position: relative;">
+ <div class="teads-ui-components-label">ADVERTISING</div>
+ <div class="teads-player" id="teads0"></div>
+ <div class="teads-ui-components-credits"><a href="http://inread-experience.teads.tv" target="_blank"><span class="teads-ui-components-credits-colored">inRead</span> invented by Teads</a></div>
+ </div>
+ </div>
+ <p style=""> The report also suggested the U.S. might not be the "jobs machine" it thinks it is, when compared to other countries. </p>
+ <p style=""> It ranked near the bottom of the pack based on the levels of unemployment among men and women of prime working age. The study determined this by taking the ratio of employed men and women between the ages of 25 and 54 compared to the total population of each country. </p>
+ <p style=""> The overall rankings of the countries were as follows:<span> <br />1. Finland <span> <br />2. Norway<span> <br />3. Australia <span> <br />4. Canada<span> <br />5. Germany<span> <br />6. France<span> <br />7. United Kingdom <span> <br />8. Italy<span> <br />9. Spain<span> <br />10. United States </span></span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </span>
+ </p>
+ <p style=""> The low ranking the U.S. received was due to its extreme levels of wealth and income inequality and the ineffectiveness of its "safety net" -- social programs aimed at reducing poverty. </p>
+ <p style=""> <a href="http://money.cnn.com/2016/01/05/news/economy/chicago-segregated/index.html?iid=EL"><span class="inStoryHeading">Related: Chicago is America's most segregated city</span></a> </p>
+ <p style=""> The report concluded that the American safety net was ineffective because it provides only half the financial help people need. Additionally, the levels of assistance in the U.S. are generally lower than in other countries. </p>
+ <div id="storyFooter"></div>
+ <div class="clearfix"></div>
+ <div class="storytimestamp"> <span class="cnnStorySource"> CNNMoney (New York) </span> <span class="cnnDateStamp">First published February 1, 2016: 1:28 AM ET</span> </div>
+ </div>
+ <!--/storytext-->
+ <div class="foot">
+ <div id="postedin"></div>
+ <div class="clearFloat"></div>
+ </div>
+ </div>
+ </article>
+ <div class="cnnoutbrain outbrain-recommended" id="js-outbrain-recommended">
+ <div id="ob_holder" style="display: none;"><iframe id="ob_iframe" style="display: none; width: 1px; height: 1px;" src="about:blank"></iframe></div>
+ <div class="OUTBRAIN" data-widget-id="AR_11" data-src="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" data-ob-template="cnnmoney" data-ob-mark="true" data-browser="firefox" data-os="macintel" data-dynload="" data-idx="0" id="outbrain_widget_0"></div>
+ </div>
+ <div class="cnnoutbrain outbrain-relateds" id="js-outbrain-relateds">
+ <div class="OUTBRAIN" data-widget-id="AR_6" data-src="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" data-ob-template="cnnmoney" data-ob-mark="true" data-browser="firefox" data-os="macintel" data-dynload="" data-idx="1" id="outbrain_widget_1"></div>
+ </div>
+ <script type="text/javascript">
+ window._mNHandle = window._mNHandle || {};
+ window._mNHandle.queue = window._mNHandle.queue || [];
+ medianet_versionId = "121199";
+ (function() {
+ var sct = document.createElement("script"),
+ sctHl = document.getElementsByTagName("script")[0],
+ isSSL = 'https:' == document.location.protocol;
+ sct.type = "text/javascript";
+ sct.src = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/dmedianet.js?cid=8CUS8896N' + (isSSL ? '&amp;https=1' : '') + '';
+ sct.async = "async";
+ sctHl.parentNode.insertBefore(sct, sctHl);
+ })();
+ </script>
+
+ <div id="medianet" style="width: 780px; height: 218px; margin: 20px auto;">
+ <div id="461374455">
+ <script type="text/javascript">
+ try {
+ window._mNHandle.queue.push(function() {
+ window._mNDetails.loadTag("461374455", "780x218", "461374455");
+ });
+ } catch (error) {}
+ </script>
+ <iframe marginwidth="0" marginheight="0" scrolling="no" id="_mN_dy_461374455" width="100%" height="218" frameborder="0"></iframe></div>
+ </div>
+ <script>
+ var SMARTASSET = SMARTASSET || {};
+ SMARTASSET.setDivIndex = function(i) {
+ return i;
+ }
+
+ SMARTASSET.setSmartAssetDiv = function() {
+ // get paragraphs only in the storytext
+ var storytext = document.getElementById('storytext');
+ var currentParagraph;
+ var smartasset;
+ var i;
+ var heights = 0;
+ var limit = 1875;
+ var afterParagraphFour = false;
+ var insertAfterThisParagraphIndex = -1;
+ var smartAssetDiv = '&lt;div id="smartassetcontainer" class="module" style="float:none; width: 300px; margin-bottom:0;"&gt;&lt;div class="module" style="height:35px; margin-bottom:0;"&gt;&lt;div class="module-body" style="padding-top:0;"&gt;&lt;div id="smartasset-article" class="collapsible"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;';
+ for (i = 0; i & lt; storytext.childNodes.length; i++) {
+ if (storytext.childNodes[i].nodeName.toLowerCase() === 'p') {
+ if (!afterParagraphFour & amp; & amp; i & gt; 4) {
+ afterParagraphFour = true;
+ }
+ currentParagraph = storytext.childNodes[i];
+ heights += currentParagraph.clientHeight;
+ if (heights & gt; = limit & amp; & amp; insertAfterThisParagraphIndex === -1) {
+ insertAfterThisParagraphIndex = SMARTASSET.setDivIndex(i);
+ console.log("insert after paragraph number " + i);
+ console.log("HEIGHTS = " + heights);
+ console.log("LIMIT = " + limit);
+ }
+ }
+ /* div with id="ie_column" */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'div' & amp; & amp; storytext.childNodes[i].id !== "undefined" & amp; & amp; storytext.childNodes[i].id === "ie_column") {
+ heights = 0;
+ limit = 80;
+ insertAfterThisParagraphIndex = -1
+ }
+ /* embeds from twitter, facebook, youtube */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'div' & amp; & amp; storytext.childNodes[i].classList.contains('embed')) {
+ heights = 0;
+ limit = 80;
+ insertAfterThisParagraphIndex = -1
+ }
+ /* cnn video player */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'div' & amp; & amp; storytext.childNodes[i].classList.contains('cnnplayer')) {
+ heights = 0;
+ limit = 80;
+ insertAfterThisParagraphIndex = -1
+ }
+ /* images */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'img') {
+ heights = 0;
+ limit = 80;
+ }
+ /* images stored in figure tags */
+ else if (storytext.childNodes[i].nodeName.toLowerCase() === 'figure') {
+ heights = 0;
+ limit = 80;
+ }
+ }
+ if (heights & gt; = 875 & amp; & amp; afterParagraphFour) {
+ storytext.childNodes[insertAfterThisParagraphIndex].insertAdjacentHTML('afterend', smartAssetDiv);
+ smartasset = document.getElementById('smartasset-article');
+ smartasset.style.float = 'left'; // allows module to have text float to right
+ smartasset.style.marginRight = '20px';
+ smartasset.style.marginBottom = '25px';
+ }
+ }
+
+ SMARTASSET.setSmartAssetScript = function() {
+ console.log('starting setSmartAssetScript');
+ SA = document.SA || [];
+ SA.push({
+ embedUrl: "https://smartasset.com",
+ container: "#smartasset-article",
+ version: 1.1,
+ data: {
+ key: "bdknf2rinbhwvdksm6zbmhf3twrv4oih"
+ }
+ /*{ key: "CNNe038d38a57032085441e7fe7010b0" }*/
+ });
+ console.log('finished in setSmartAssetScript push() call');
+
+ var smscript = document.createElement("script");
+ smscript.type = "text/javascript";
+ smscript.async = true;
+ smscript.src = ("https:" == document.location.protocol ? "https://" : "http://") + "smartasset.com/embed.js";
+
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(smscript, s);
+ console.log("finished entire function of setSmartAssetFunction()");
+ };
+ SMARTASSET.setSmartAssetDiv();
+ SMARTASSET.setSmartAssetScript();
+ </script>
+ </section>
+ <section class="column">
+
+
+
+
+
+ <div class="module module-surge-story js-surge-module">
+ <a href="http://money.cnn.com/surge/?iid=surge-landing">
+ <h3 class="module-header">Social Surge - What's Trending</h3>
+ <div class="module-surge-story-icon"></div>
+ </a>
+ <div class="module-body">
+ <ul class="summary-list summary-list-thumbs summary-list-numbered">
+
+
+
+
+
+ <li>
+ <a class="summary summary-hed" href="http://money.cnn.com/2017/01/23/pf/cfpb-citi-mortgage-fined/index.html?iid=surge-story-summary">
+
+ <figure class="thumb-image pull-left">
+
+
+
+
+
+ <img src="http://i2.cdn.turner.com/money/dam/assets/170123170010-cfpb-citi-subsidiaries-124x70.jpg" alt="Citi mortgage units fined $28.8 million" width="124" border="0" height="70" />
+
+
+
+ </figure>
+
+ <figcaption class="thumb-caption">
+ Citi mortgage units fined $28.8 million
+ </figcaption>
+ <div style="clear:both"></div>
+ </a>
+
+
+ </li>
+
+
+
+
+
+ <li>
+ <a class="summary summary-hed" href="http://money.cnn.com/2017/01/24/news/airasia-us-flights-low-cost-budget-airline/index.html?iid=surge-story-summary">
+
+ <figure class="thumb-image pull-left">
+
+
+
+
+
+ <img src="http://i2.cdn.turner.com/money/dam/assets/170124063354-air-asia-x-124x70.jpg" alt="First low-cost Asian airline cleared for flights to the U.S." width="124" border="0" height="70" />
+
+
+
+ </figure>
+
+ <figcaption class="thumb-caption">
+ First low-cost Asian airline cleared for flights to the U.S.
+ </figcaption>
+ <div style="clear:both"></div>
+ </a>
+
+
+ </li>
+
+
+
+
+
+ <li>
+ <a class="summary summary-hed" href="http://money.cnn.com/gallery/luxury/2017/01/24/scottsdale-collector-car-auctions/index.html?iid=surge-story-summary">
+
+ <figure class="thumb-image pull-left">
+
+
+
+
+
+ <img src="http://i2.cdn.turner.com/money/dam/assets/170123114700-scottsdale-auctions-1963-jaguar-etype-124x70.jpg" alt="Most expensive cars from the Scottsdale collector car auctions" width="124" border="0" height="70" />
+
+
+
+ </figure>
+
+ <figcaption class="thumb-caption">
+ Most expensive cars from the Scottsdale collector car auctions
+ </figcaption>
+ <div style="clear:both"></div>
+ </a>
+
+ <div class="surge-sponsored">
+
+
+
+ <div id="ad_mod_b5d9c7a2a" style="display: none;" data-google-query-id="CMK4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney/surge_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney/surge_0" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney/surge_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="175" height="31" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/8663477/CNNMoney/surge_0__hidden__" title="" name="google_ads_iframe_/8663477/CNNMoney/surge_0__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" srcdoc="" width="0" height="0" frameborder="0"></iframe></div>
+
+ </div>
+
+ </li>
+
+
+
+
+ </ul>
+
+ </div>
+ </div>
+
+ <div id="adsquare">
+ <div id="ad_rect_atf_01" style="" data-google-query-id="CMW4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney/economy/main_2__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney/economy/main_2" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney/economy/main_2" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <style>
+ #cnnBody .module {
+ border-bottom: 1px solid #ddd;
+ }
+
+ #cnnBody .module-body {
+ background: transparent;
+ margin-bottom: 15px;
+ padding: 0;
+ }
+
+ #cnnBody .module-header {
+ background: transparent;
+ color: #151515;
+ font-size: 20px;
+ padding: 0;
+ margin-bottom: 23px;
+ }
+
+ #cnnBody .module-body.sponsored .sponsor {
+ padding: 20px 0;
+ }
+ </style>
+
+ <div class="module mortgage-and-savings">
+ <h3 class="module-header">Mortgage &amp; Savings
+ <div class="paid-partner module-heading-right">Powered by LendingTree</div>
+ </h3>
+ <div class="module-body">
+ <iframe src="http://offers.lendingtree.com/splitter/splitter.ashx?id=ns-cnn-rtwidget&amp;widget_height_cssclass=h414&amp;splitter_personal=ns-cnn-rt-pl&amp;splitter_mortgage=ns-cnn-rt-m&amp;siteid=markets&amp;esourceid=6201916&amp;esourceid_personal=6213006" scrolling="no" id="widgetFrame" title="LendingTree Widget" class="ng-pristine ng-valid" width="300px" height="354px" frameborder="0"></iframe>
+ <div style="height:30px">
+ <a href="https://www.lendingtree.com" target="_blank" style="display: inline-block;">
+ <img id="lt-logo" class="logowrap" src="http://widgets.lendingtree.com/Content/images/white-logo.jpg" alt="LendingTree" />
+ </a>
+ <div style="float: right; padding-top: 10px;">
+ <div>
+ <span style="color: #c2c2c2; font-family: arial; font-size: 9px; text-decoration: none;">Terms &amp; Conditions apply</span>
+ <p style="font-size: 8px; color: #c2c2c2; font-family: arial; line-height: normal; text-align: right; margin-bottom: 0; margin-top: 4px;">NMLS #1136</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="module glass-door">
+ <h3 class="module-header">Search for Jobs
+ <div class="paid-partner module-heading-right">Powered by Indeed</div>
+ </h3>
+ <div class="module-body sponsored">
+ <!--BEGIN: Indeed widget include -->
+ <div id="gdWidgetStatic">
+ <div class="cnnrow">
+ <div class="defaultWidgetBody widgetBody">
+ <div id="Content">
+ <div id="Contentrow">
+ <div class="col1 searchFormrow defaultSearchForm">
+ <div class="h2">Millions of job openings!</div>
+
+ <form action="http://www.indeed.com/jobs" class="clear" id="gd_jsform" name="gd_jsform" target="_job">
+ <input name="indpubnum" value="7133302637958085" type="hidden" />
+ <div class="inputrow">
+ <fieldset>
+ <input class="sbox keyword" id="keyword" name="q" placeholder="Job title" type="text" />
+ </fieldset>
+
+ <fieldset>
+ <input class="sbox location" id="location" name="l" placeholder="Location" type="text" />
+ </fieldset>
+ </div>
+ <button class="cnnm-btn" id="searchButton" type="submit">Find Jobs <i class="icon icon--arrow-right"></i>
+ </button>
+ </form>
+ </div>
+
+ <div class="row three-equal-columns categories">
+ <div class="column">
+ <ul>
+ <li>
+ <a href="http://www.indeed.com/jobs?q=Accounting&amp;indpubnum=7133302637958085" target="_blank">Accounting</a>
+ </li>
+
+ <li>
+ <a href="http://www.indeed.com/jobs?q=Finance&amp;indpubnum=7133302637958085" target="_blank">Finance</a>
+ </li>
+
+ <li>
+ <a href="%20http://www.indeed.com/jobs?q=Marketing&amp;indpubnum=7133302637958085" target="_blank">Marketing</a>
+ </li>
+ </ul>
+ </div>
+
+ <div class="column">
+ <ul>
+ <li>
+ <a href="http://www.indeed.com/jobs?q=Engineering&amp;indpubnum=7133302637958085" target="_blank">Engineering</a>
+ </li>
+
+ <li>
+ <a href="http://www.indeed.com/jobs?q=Management&amp;indpubnum=7133302637958085" target="_blank">Management</a>
+ </li>
+
+ <li>
+ <a href="http://www.indeed.com/jobs?q=Sales&amp;indpubnum=7133302637958085" target="_blank">Sales</a>
+ </li>
+ </ul>
+ </div>
+
+ <div class="column">
+ <ul>
+ <li>
+ <a href="http://www.indeed.com/jobs?q=Developer&amp;indpubnum=7133302637958085" target="_blank">Developer</a>
+ </li>
+
+ <li>
+ <a href="http://www.indeed.com/jobs?q=Media&amp;indpubnum=7133302637958085" target="_blank">Media</a>
+ </li>
+
+ <li>
+ <a href="http://www.indeed.com/jobs?indpubnum=7133302637958085" target="_blank">See all jobs</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+
+ <a href="http://www.indeed.com/hire?indpubnum=7133302637958085" target="_blank">Employers / Post a Job</a>
+ <div class="clear"></div>
+ <blockquote class="sponsor">
+ <span id="indeed_at">
+ <a href="http://www.indeed.com/?indpubnum=7133302637958085" style="text-decoration: none; color: #000" target="_blank">jobs</a> by<a href="http://www.indeed.com/?indpubnum=7133302637958085" target="_blank" title="Job Search" style="float:right; margin-top:2px;"><img src="/.element/ssi/partners/indeed/8.0/indeed_blue.png" style="border: 0; vertical-align: middle" alt="job search" />
+ </a>
+ </span>
+ </blockquote>
+ </div>
+ </div>
+
+ <div class="clear"></div>
+ </div>
+ </div>
+ </div>
+ <!--END: Indeed widget include-->
+ </div>
+ </div>
+ <div class="cnnoutbrain outbrain-module" id="js-outbrain-rightrail-ads-module">
+ <div class="OUTBRAIN" data-widget-id="AR_34" data-src="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" data-ob-template="cnnmoney" data-ob-mark="true" data-browser="firefox" data-os="macintel" data-dynload="" data-idx="2" id="outbrain_widget_2"></div>
+ </div>
+ <style>
+ body.blog .cnnoutbrain {
+ border: 1px solid #ddd;
+ background-color: #fff;
+ margin-bottom: 5px;
+ padding: 10px 9px;
+ }
+ </style>
+ <div class="cnnoutbrain outbrain-module" id="js-outbrain-module">
+ <div class="OUTBRAIN" data-widget-id="AR_5" data-src="http://money.cnn.com/2016/02/01/news/economy/poverty-inequality-united-states/index.html" data-ob-template="cnnmoney" data-ob-mark="true" data-browser="firefox" data-os="macintel" data-dynload="" data-idx="3" id="outbrain_widget_3"></div>
+ </div>
+ <div id="lendingtree" class="module">
+ <h3 class="boxHeading module-header" style="width: 100%; margin-bottom: 0;">LendingTree
+ <div class="paid-partner module-heading-right">Paid Partner</div>
+ </h3>
+ <div class="module-body" style="padding-top:0;">
+ <iframe src="https://offers.lendingtree.com/splitter/splitter.ashx?id=cnn-money-cp" border="0" scrolling="no" style="border:0;" width="300" height="400"></iframe>
+ </div>
+ </div>
+ <div id="before-the-bell-newletter-mod" class="module">
+ <style>
+ .before-the-bell-newsletter-body {
+ color: #fff;
+ }
+
+ h3.email-signup-description {
+ margin: 0 auto;
+ font-size: 1.05em;
+ margin-top: 5%;
+ text-align: center;
+ width: 100%;
+ }
+
+ p.email-signup-description {
+ font-size: 0.8em;
+ text-align: center;
+ padding: 0px 20px;
+ margin: 10px 0px 25px 0px;
+ }
+
+ #mc-embedded-subscribe {
+ background-color: #14222F;
+ border: none;
+ color: #fff;
+ font-size: 16px;
+ height: 43px;
+ margin: 17.5px 5px 17.5px 15px;
+ text-indent: -35px;
+ width: 150px;
+ }
+
+ div.before-the-bell-sponsor-banner {
+ text-align: center;
+ margin: 20px 0px;
+ }
+
+ div.before-the-bell-sponsor-banner &gt;
+ span {
+ color: white;
+ font-size: 10px;
+ }
+
+ div.before-the-bell-sponsor-banner &gt;
+ img {
+ position: relative;
+ width: 100px;
+ top: 1px;
+ right: -5px;
+ }
+
+ #mce-EMAIL {
+ background-color: #E6E6E6;
+ border: none;
+ color: #000;
+ display: block;
+ font-size: 15px;
+ height: 40px;
+ margin: 0 auto;
+ margin-top: 15px;
+ text-indent: 10px;
+ width: 90%;
+ }
+
+ #mce-responses .response {
+ margin: 0 auto;
+ margin-top: 5px;
+ width: 90%;
+ }
+
+ div.mce_inline_error {
+ position: relative;
+ font-size: 12px;
+ padding: 5px 0px 0px 17px;
+ }
+
+ .btb-privacy-policy {
+ font-size: 12px !important;
+ color: white;
+ }
+
+ .btb-privacy-policy:hover {
+ color: #ccc;
+ }
+
+ #mce-error-response {
+ font-size: 12px;
+ }
+
+ #mce-success-response {
+ font-size: 12px;
+ }
+
+ #mce-error-response &gt;
+ a {
+ font-size: 12px;
+ display: block;
+ }
+ </style>
+ <!-- Begin MailChimp Signup Form -->
+ <form action="//cnn.us11.list-manage.com/subscribe/post?u=47c9040f6ff957a59bd88396e&amp;id=1d49e2a168" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="novalidate">
+ <h3 class="module-header">Newsletter</h3>
+ <div class="before-the-bell-newsletter-module" style="background-size: contain; background: #000 url(http://i.cdn.turner.com/money/.element/img/8.0/newsletters/beforethebell/right-rail-sign-up-skin-2.0_2X.png) no-repeat">
+ <div class="before-the-bell-newsletter-banner">
+ <img src="http://i.cdn.turner.com/money/.element/img/8.0/newsletters/beforethebell/right-rail-sign-up-logo_2X.png" style="width: 50%; margin-top: 10%; margin-left: 25%;" />
+
+ <div class="before-the-bell-sponsor-banner">
+ <span>Sponsored by</span>
+ <img src="http://i.cdn.turner.com/money/.element/img/8.0/newsletters/beforethebell/etrade-logo-2.png" />
+ </div>
+
+ </div>
+ <div class="before-the-bell-newsletter-body">
+ <h3 class="email-signup-description"><strong>Key market news. In your inbox.<br />Every morning.</strong></h3>
+
+ <div class="mc-field-group">
+ <p class="email-signup-description">Start your day right with the latest news driving global markets, from major stock movers and key economic headlines to important events on the calendar. Daily newsletter, Sunday through Friday.</p>
+ <input value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Enter email address" aria-required="true" type="email" />
+ </div>
+ <div id="mce-responses" class="clear">
+ <div class="response" id="mce-error-response" style="display:none"></div>
+ <div class="response" id="mce-success-response" style="display:none"></div>
+ </div>
+ <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
+ <div style="position: absolute; left: -5000px;"><input name="b_47c9040f6ff957a59bd88396e_e95cdc16a9" tabindex="-1" value="" type="text" /></div>
+ <div class="clear">
+ <div style="position: relative; display: inline-block;">
+ <input name="MERGE1" id="MERGE1" value="economy_article" type="hidden" />
+ <input value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" type="submit" />
+ <i id="rr-subscription-arrow" class="icon icon--arrow-right" style="position: absolute; top: 32px; right:30px;"></i>
+ </div>
+ <div style="display:inline-block; position: relative;">
+ <a class="btb-privacy-policy" href="http://money.cnn.com/services/privacy/" target="_blank" style="position: absolute; font-size: 14px; text-align:right; display: block; width: 106px;">Privacy Policy</a>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ </form>
+ <script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
+ <script type="text/javascript">
+ (function($) {
+ window.fnames = new Array();
+ window.ftypes = new Array();
+ fnames[0] = 'EMAIL';
+ ftypes[0] = 'email';
+ }
+
+ (jQuery));
+ var $mcj = jQuery.noConflict(true);
+ </script>
+ </div>
+ <div id="moneySponsors" class="module">
+ <h3 class="boxHeading module-header">CNNMoney Sponsors</h3>
+ <div class="module-body partner-center-module">
+ <ul class="summary-list">
+ <li>
+ <div id="ad_mod_048fa0f34" style="display: none;" data-google-query-id="CMi4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney_0" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="25" frameborder="0"></iframe></div>
+ </div>
+ </li>
+ <li>
+ <div id="ad_mod_439fb79c2" style="display: none;" data-google-query-id="CMm4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney_1__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney_1" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney_1" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="25" frameborder="0"></iframe></div>
+ </div>
+ </li>
+ <li>
+ <div id="ad_mod_f5abb3fc6" style="display: none;" data-google-query-id="CMq4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney_2__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney_2" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney_2" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="25" frameborder="0"></iframe></div>
+ </div>
+ </li>
+ <li>
+ <div id="ad_mod_a60ca7487" style="display: none;" data-google-query-id="CMu4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney_3__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney_3" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney_3" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="25" frameborder="0"></iframe></div>
+ </div>
+ </li>
+ <li>
+ <div id="ad_mod_a7cebd199" style="display: none;" data-google-query-id="CMy4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney_4__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney_4" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney_4" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="25" frameborder="0"></iframe></div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+
+
+
+
+
+ <div class="module">
+ <h3 class="module-header">Partner Offers
+ <div class="paid-partner module-heading-right">Paid Partner</div>
+ </h3>
+ <div class="module-body">
+ <ul class="summary-list">
+ <iframe valign="middle" marginheight="0" marginwidth="0" vspace="0" hspace="0" scrolling="NO" src="//www.dianomi.com/smartads.epl?id=2622" width="300" height="400" frameborder="0"></iframe>
+
+ </ul>
+ </div>
+ </div>
+ <div class="module">
+ <a class="full-width-header" target="_other" href="http://www.nextadvisor.com/credit_cards/index.php?kw=cnnmoneybp_int_nabrand-121015">
+
+ <h3 class="module-header">NextAdvisor <i class="icon icon--arrow-right"></i>
+ <div class="paid-partner module-heading-right">Paid Partner</div>
+ </h3>
+ </a>
+ <a target="_other" href="http://www.nextadvisor.com/credit_cards/index.php?kw=cnnmoneybp_int_nabrand-121015">
+ </a>
+ <div class="module-body">
+ <ul class="summary-list">
+ <li><a class="summary summary-hed " href="http://www.nextadvisor.com/redirect.php?link=www.creditcards.com/reward.php&amp;kw=cnnmoneybp_rr_jawdropping40k_#a22105772" target="_blank">A jaw-dropping 40,000 point bonus has arrived</a></li>
+ <li><a class="summary summary-hed " href="http://www.nextadvisor.com/blog/2013/11/06/top-7-credit-card-offers-for-those-with-excellent-credit/?kw=cnnmoneybp_rr-7outrageous" target="_blank">7 outrageous credit cards if you have excellent credit</a></li>
+ <li><a class="summary summary-hed " href="http://www.nextadvisor.com/blog/2016/12/16/best-credit-cards-for-2017/?kw=cnnmoneybp_rr-best2017" target="_blank">The best credit cards for 2017</a></li>
+ <li><a class="summary summary-hed " href="http://www.nextadvisor.com/credit_cards/low_APR.php?kw=cnnmoneybp_rr-10chargecomp" target="_blank">10 cards charging 0% interest until 2018</a></li>
+ <li><a class="summary summary-hed last" href="http://www.nextadvisor.com/blog/2016/06/14/double-rewards-discover-it-cashback-match/?kw=cnnmoneybp_rr-hpcbcc" target="_blank">The highest paying cash back card has arrived</a></li>
+
+ </ul>
+ </div>
+ </div>
+
+ <div id="adsquare">
+ <div id="ad_rect_btf_01" style="" data-google-query-id="CMa4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney/economy/main_3__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney/economy/main_3" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney/economy/main_3" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ </section>
+ </div>
+ </main>
+ <script language="javascript" type="text/javascript">
+ var cnnBrandingValue = "american_opportunity";
+ var cnnAuthor = "Ahiza Garcia";
+ var cnnSource = "CNN";
+ var cnnPublishDate = "2016-02-01";
+ var cnnContentType = "article";
+ var cnnOmniture_videoopps = "1";
+ </script>
+ <script language="JavaScript">
+ if (window.btnDone) btnDone();
+ </script>
+ <div id="csiIframe"></div>
+ <script>
+ function getCookie(check_name) {
+ var a_all_cookies = document.cookie.split(';');
+ var a_temp_cookie = '';
+ var ck_name = '';
+ var cookie_value = '';
+ var b_cookie_found = false;
+ for (i = 0; i & lt; a_all_cookies.length; i++) {
+ a_temp_cookie = a_all_cookies[i].split('=');
+ ck_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
+ if (ck_name == check_name) {
+ b_cookie_found = true;
+ if (a_temp_cookie.length & gt; 1) {
+ cookie_value = unescape(a_temp_cookie[1].replace(/^\s+|\s+$/g, ''));
+ }
+ return cookie_value;
+ break;
+ }
+ a_temp_cookie = null;
+ ck_name = '';
+ }
+ if (!b_cookie_found) {
+ return null;
+ }
+ }
+
+ function setCookie(c_name, value) {
+ var exdate = new Date();
+ exdate.setDate(exdate.getDate() + 365);
+ document.cookie = c_name + "=" + escape(value) + ";expires=" + exdate.toUTCString() + ";path=/;domain=cnn.com";
+ return;
+ }
+
+ function checkCookie(set_value) {
+ if (getCookie('SelectedEdition') == null || getCookie('SelectedEdition') == "") {
+ setCookie('SelectedEdition', set_value);
+ }
+ return;
+ }
+ try {
+ checkCookie('edition');
+ } catch (e) {}
+ </script>
+
+
+ <footer class="footer footer-intl">
+ <section class="container">
+ <nav class="row four-equal-columns">
+ <div class="column">
+ <div class="list-header">
+ <div class="footer-cnnmoney-logo">
+ <img src="http://i.cdn.turner.com/money/.element/img/8.0/logos/CNNMoney-logo.png" class="cnnmoney-logo" width="220" height="82" />
+ </div>
+ </div>
+ <ul class="footer-links first">
+ <li class="footer-link"><a rel="nofollow" href="/services/speakup/speakup.html">Contact Us</a></li>
+ <li class="footer-link"><a rel="nofollow" href="/services/advertise/" target="_blank">Advertise with Us</a></li>
+ <li class="footer-link"><a rel="nofollow" href="/profile/">User Preferences</a></li>
+ <li class="footer-link"><a rel="nofollow" href="/services/closed-captioning.html">Closed Captioning</a></li>
+ </ul>
+ </div>
+
+ <div class="column">
+ <div class="list-header"> Content</div>
+ <ul class="footer-links">
+ <div class="row two-equal-columns">
+ <div class="column">
+ <li class="footer-link"><a href="/news/">Business</a></li>
+ <li class="footer-link"><a href="/markets/">Markets</a></li>
+ <li class="footer-link"><a href="/investing/">Investing</a></li>
+ <li class="footer-link"><a href="/news/economy/">Economy</a></li>
+ <li class="footer-link"><a href="/technology/">Tech</a></li>
+ </div>
+ <div class="column">
+ <li class="footer-link"><a href="/pf/">Personal Finance</a></li>
+ <li class="footer-link"><a href="/smallbusiness/">Small Business</a></li>
+ <li class="footer-link"><a href="/luxury/">Luxury</a></li>
+ <li class="footer-link"><a href="/media/">Media</a></li>
+ <li class="footer-link"><a href="/video/">Video</a></li>
+ </div>
+ </div>
+ </ul>
+ </div>
+
+ <div class="column">
+ <div class="list-header"> Tools</div>
+ <ul class="footer-links">
+ <div class="row two-equal-columns">
+ <div class="column">
+ <li class="footer-link"><a href="/services/sitemap/">Site Map</a></li>
+ <li class="footer-link"><a href="/interactive/">Interactive</a></li>
+ <li class="footer-link"><a href="https://portfolio.money.cnn.com/">Portfolio</a></li>
+ <li class="footer-link"><a href="http://jobsearch.money.cnn.com/a/all-jobs/list" target="_blank">Job Search</a></li>
+ <li class="footer-link"><a href="http://realestate.money.cnn.com/">Real Estate Search</a></li>
+ </div>
+ <div class="column">
+ <li class="footer-link"><a href="/pf/loan_center/">Loan Center</a></li>
+ <li class="footer-link"><a href="/tools/">Calculators</a></li>
+ <li class="footer-link"><a href="/news/corrections/">Corrections</a></li>
+ <li class="footer-link"><a href="/profile/">Market Data Alerts</a></li>
+ <li class="footer-link"><a href="/profile/">News Alerts</a></li>
+ </div>
+ </div>
+ </ul>
+ </div>
+
+ <div class="column">
+ <div class="list-header">Connect</div>
+ <ul class="footer-links">
+ <div class="row two-equal-columns">
+ <div class="column">
+ <li class="footer-link"><a href="/profile/" rel="nofollow">My Account</a></li>
+ <li class="footer-link"><a href="/services/mobile/" rel="nofollow">Mobile Site &amp; Apps</a></li>
+ <li class="footer-link"><a href="http://facebook.com/cnnmoney" target="_blank">Facebook</a></li>
+ <li class="footer-link"><a href="http://twitter.com/cnnmoney" target="_blank">Twitter</a></li>
+ <li class="footer-link"><a href="http://www.linkedin.com/today/money.cnn.com" target="_blank">LinkedIn</a></li>
+ </div>
+ <div class="column">
+ <li class="footer-link"><a href="http://www.youtube.com/CNNMoney" target="_blank">YouTube</a></li>
+ <li class="footer-link"><a href="/services/rss/">RSS Feeds</a></li>
+ <li class="footer-link"><a href="/profile/">Newsletters</a></li>
+ <li class="footer-link"><a href="http://cnnmoneytech.tumblr.com/">Tumblr</a></li>
+ <li class="footer-link"><a href="https://plus.google.com/115995105609774588517/" rel="publisher" target="_blank">Google+</a></li>
+ </div>
+ </div>
+ </ul>
+ </div>
+ </nav>
+ <p class="disclaimer" id="market-copyright">
+ </p>
+ <p>Most stock quote data provided by BATS. Market indices are shown in real time, except for the DJIA, which is delayed by two minutes. All times are ET. <a href="http://money.cnn.com/services/disclaimer.html">Disclaimer</a>. Morningstar: © 2016 Morningstar, Inc. All Rights Reserved. Factset: FactSet Research Systems Inc. 2016. All rights reserved. Chicago Mercantile Association: Certain market data is the property of Chicago Mercantile Exchange Inc. and its licensors. All rights reserved. Dow Jones: The Dow Jones branded indices are proprietary to and are calculated, distributed and marketed by DJI Opco, a subsidiary of S&amp;P Dow Jones Indices LLC and have been licensed for use to S&amp;P Opco, LLC and CNN. Standard &amp; Poor's and S&amp;P are registered trademarks of Standard &amp; Poor’s Financial Services LLC and Dow Jones is a registered trademark of Dow Jones Trademark Holdings LLC. All content of the Dow Jones branded indices © S&amp;P Dow Jones Indices LLC 2016 and/or its affiliates.</p>
+ <p></p>
+ <p class="copyright">
+ <style>
+ img#adchoice-logo {
+ display: initial;
+ margin-left: 5px;
+ }
+ </style>
+ © 2016 Cable News Network. A Time Warner Company. All Rights Reserved. <a href="/services/terms.html" rel="nofollow"> Terms</a> under which this service is provided to you. <a href="/services/privacy/"> Privacy Policy</a>.
+ <a id="trusteLink">
+ <script type="text/javascript" src="http://consent.truste.com/notice?domain=turner.com&amp;c=trusteLink&amp;text=true"></script>
+ </a>
+ <!--<img id="adchoice-logo" src="http://i2.cdn.turner.com/money/.element/img/1.0/services/advertise/adchoiceslogo_footer.png" width="12" height="12">-->.
+
+ <!-- legal docs include -->
+ <script type="text/javascript" src="http://z.cdn.turner.com/money/tmpl_asset/static/script/1455/js/cnnmoney.legal.docs-min.js"></script>
+ </p>
+ </section>
+ </footer>
+ <script>
+ if (window.location.hostname === "ref2.money.cnn.com") {
+ var cnnOmniture_prodenv = false;
+ } else if (window.location.hostname === "dev.money.cnn.com") {
+ var cnnOmniture_prodenv = false;
+ } else if (window.location.hostname === "train.money.cnn.com") {
+ var cnnOmniture_prodenv = false;
+ } else if (window.location.hostname === "stage.money.cnn.com") {
+ var cnnOmniture_prodenv = false;
+ } else {
+ var cnnOmniture_prodenv = true;
+ }
+ </script>
+
+ <script language="JavaScript" src="http://i.cdn.turner.com/analytics/mon/jsmd-prod.js"></script>
+ <script language="JavaScript">
+ & lt;
+ !--
+ if (window.location.pathname.indexOf(".element") == -1 & amp; & amp; window.location.href.indexOf("?fb_xd_fragment#?=&amp;") == -1 & amp; & amp; window.location.href.indexOf("search/index.html?") == -1) {
+ var jsmd = _jsmd.init();
+ jsmd.send();
+ }
+ //--&gt;
+ </script>
+ <script type="text/javascript" src="http://z.cdn.turner.com/money/.element/script/6.0/newsbeat/newsbeat.js"></script>
+
+ <!-- STILL NEEDED?
+<script language="JavaScript">
+ var R = new String(document.referrer);
+ var serveAd=1;
+ if(R.length > 0)
+ {
+ if (R.indexOf("yahoo.com") >= 0)
+ serveAd=0;
+ }
+ if(serveAd)
+ {
+ /* dynamic logic */
+ document.write('<scr'+'ipt src="http://content.dl-rms.com/rms/mother/8101/nodetag.js"></scr'+'ipt>');
+ /* ADSPACE: ros/popunders/bot.1x1 */
+ cnnad_createAd("229469","http://ads.cnn.com/html.ng/site=cnn_money&cnn_money_position=1x1_bot&params.styles=fs","1","1");
+ try { selectSurvey(); } catch(e){}
+ }
+</script>-->
+
+ <!-- Begin: www.iperceptions.com -->
+ <script src="http://ips-invite.iperceptions.com/webValidator.aspx?sdfc=8903e7fe-104983-4d96497c-d068-4528-a4f9-0dbb51a45963&amp;lID=1&amp;loc=STUDY&amp;cD=90&amp;rF=False&amp;iType=1&amp;domainname=0" type="text/javascript" defer="defer"></script>
+ <!-- End: www.iperceptions.com -->
+
+
+
+ <!-- ClickTale Bottom part -->
+ <script type="text/javascript">
+ (function(win, doc) {
+
+ var scriptElement, scrSrc;
+
+ if (typeof(win.ClickTaleCreateDOMElement) != "function") {
+ win.ClickTaleCreateDOMElement = function(tagName) {
+ if (doc.createElementNS) {
+ return doc.createElementNS('http://www.w3.org/1999/xhtml', tagName);
+ }
+ return doc.createElement(tagName);
+ }
+ }
+
+ win.WRInitTime = (new Date()).getTime();
+
+ scriptElement = ClickTaleCreateDOMElement('script');
+ scriptElement.type = "text/javascript";
+
+ scrSrc = doc.location.protocol == 'https:' ? 'https://cdnssl.clicktale.net/' : 'http://cdn.clicktale.net/';
+
+ scrSrc += 'www04/ptc/1db4a0f2-17e4-45f8-b5fd-5fd78f545b59.js';
+
+ scriptElement.src = scrSrc;
+
+ doc.getElementsByTagName('body')[0].appendChild(scriptElement);
+ })(window, document);
+ </script>
+ <script type="text/javascript" src="http://cdn.clicktale.net/www04/ptc/1db4a0f2-17e4-45f8-b5fd-5fd78f545b59.js"></script>
+ <!-- ClickTale end of Bottom part -->
+
+ <script>
+ (function(doc, win) {
+ var fetchUrl = 'http://data.cnn.com/1m/sp/imm.dat';
+ jQuery.get(fetchUrl, '', function(data) {
+ try {
+ var dsVal, details = jQuery.parseHTML(data, doc, true)[0],
+ script = doc.createElement('script');
+ script.src = details.src;
+ script.async = details.async;
+ script.type = details.type;
+ for (dsVal in details.dataset) {
+ script.dataset[dsVal] = details.dataset[dsVal];
+ }
+ doc.body.appendChild(script);
+ } catch (e) {}
+ }, 'html');
+ })(document, window);
+ </script>
+ <!-- Quantcast Tag -->
+ <script>
+ var ezt = ezt || [];
+
+ (function() {
+ var elem = document.createElement('script');
+ elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://pixel") + ".quantserve.com/aquant.js?a=p-D1yc5zQgjmqr5";
+ elem.async = true;
+ elem.type = "text/javascript";
+ var scpt = document.getElementsByTagName('script')[0];
+ scpt.parentNode.insertBefore(elem, scpt);
+ }());
+
+
+ ezt.push({
+ qacct: 'p-D1yc5zQgjmqr5',
+ uid: 'USER-ID-HERE'
+ });
+ </script>
+ <noscript>
+ &lt;img src="//pixel.quantserve.com/pixel/p-D1yc5zQgjmqr5.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/&gt;
+</noscript>
+ <!-- End Quantcast Tag -->
+
+ <img src="http://i.cdn.turner.com/money/video/bvp/images/1.gif" alt="" name="OmnitureTrack" id="OmnitureTrack" width="0" vspace="0" border="0" align="right" hspace="0" height="0" /> <img src="http://i.cdn.turner.com/money/images/1.gif" alt="" name="cookieCrumb" id="cookieCrumb" width="0" vspace="0" border="0" align="right" hspace="0" height="0" />
+ <script type="text/javascript">
+ var urlPre = "http://markets.money.cnn.com/";
+ var cnnDomain = "http://money.cnn.com/";
+ var cookieDomain = "cnn.com";
+ var tzOffset = -240;
+ </script>
+ <script type="text/javascript" src="http://z.cdn.turner.com/xslo/cvp/ads/freewheel/js/fwjslib_1.1.js?version=1.1"></script>
+ <script type="text/javascript" src="http://z.cdn.turner.com/xslo/cvp/js/cvp/2.8.4.1/cvp.min.js"></script>
+ <script type="text/javascript" src="http://z.cdn.turner.com/money/tmpl_asset/static/script/1455/js/cnnm-ocean.story-min.js"></script>
+ <div id="bubbleGroup" style="z-index: 10000000000000;">
+ <div id="popbubble" class="popbub">
+ <div class="brdr-top">
+ <div class="brdr-cornerL"></div>
+ <div class="brdr-mid">
+ <div class="pinch"></div>
+ </div>
+ <div class="brdr-cornerR"></div>
+ </div>
+ <div class="popbub-body">
+ <div class="brder-right">
+ <div class="innershell">
+ <div class="close_btn"></div>
+ <div class="popbody">
+ </div>
+ <ul class="sponsor_ad"></ul>
+ </div>
+ </div>
+ </div>
+ <div class="clearFloat"></div>
+ <div class="brdr-btm">
+ <div class="brdr-cornerL"></div>
+ <div class="brdr-mid">
+ <div class="pinch"></div>
+ </div>
+ <div class="brdr-cornerR"></div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
+ <script type="text/javascript">
+ stLight.options({
+ doNotHash: true
+ });
+ </script>
+ <script type="text/javascript" src="http://i.cdn.turner.com/xslo/aspen/js/1.3/aspenweb_1.3.0.min.js"></script>
+ <!--// Nativo/Post Release //-->
+ <!--// Nativo/Post Release
+<script type="text/javascript" src="http://a.postrelease.com/serve/load.js?async=true" async="async"></script>
+//-->
+ <!--// skimlinks -->
+ <script type="text/javascript" src="//s.skimresources.com/js/87768X1540669.skimlinks.js"></script>
+ <div id="ad_oop_skin_01" style="" data-google-query-id="CMO4wLjy3NECFYkjvQodgmEMMw" class=" adfuel-rendered">
+ <div id="google_ads_iframe_/8663477/CNNMoney/economy/main_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/8663477/CNNMoney/economy/main_0" title="3rd party ad content" name="google_ads_iframe_/8663477/CNNMoney/economy/main_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="1" height="1" frameborder="0"></iframe></div>
+ </div>
+ <div id="fb-root"></div>
+ <script src="http://d2lv4zbk7v5f93.cloudfront.net/esf.js" async="" type="text/javascript" data-client-id="MciousnsysXuwtD"></script>
+ <script language="javascript" async="async" type="text/javascript" src="http://widgets.outbrain.com/outbrain.js"></script>
+ <div class="kxhead" data-id="IWzCuclz" style="display:none !important;"><span class="kxtag kxinvisible" data-id="28716"><!-- Facebook Pixel Code -->
+<script>
+!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
+n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
+n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
+t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
+document,'script','https://connect.facebook.net/en_US/fbevents.js');
+fbq('init', '1747946482194849'); // Insert your pixel ID here.
+fbq('track', 'PageView');
+</script>
+<noscript></noscript>
+<!-- DO NOT MODIFY -->
+<!-- End Facebook Pixel Code --></span><span class="kxtag kxinvisible" data-id="23413"><script>
+(function(){
+ if (window.Krux) {
+ var kuid = window.Krux('get', 'user');
+ if (kuid &amp;&amp; typeof kuid != 'undefined') {
+ var rubicon_url = '//tap.rubiconproject.com/oz/feeds/krux/tokens?afu=' + kuid;
+ var i = new Image();
+ i.src = rubicon_url;
+ }
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="23416"><script type="text/javascript">
+(function () {
+_ml = window._ml || {};
+_ml.pub = '748';
+_ml.redirect = '//beacon.krxd.net/usermatch.gif?partner=madisonlogic&amp;partner_uid=[PersonID]';
+var s = document.getElementsByTagName('script')[0], cd = new Date(), mltag = document.createElement('script');
+mltag.type = 'text/javascript'; mltag.async = true;
+mltag.src = '//ml314.com/tag.aspx?' + cd.getDate() + cd.getMonth() + cd.getFullYear();
+s.parentNode.insertBefore(mltag, s);
+})();
+</script></span><span class="kxtag kxinvisible" data-id="26790"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ var prefix = window.location.protocol == 'https:' ? 'https:' : 'http:';
+ if (kuid) {
+ new Image().src = prefix + '//tapestry.tapad.com/tapestry/1?ta_partner_id=1969&amp;ta_redirect=' + prefix + encodeURIComponent('//beacon.krxd.net/usermatch.gif?partner=tapad&amp;partner_uid=${IDS:key}');
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="24231"><script>
+(function(){
+ new Image().src = location.protocol + '//usersync.videoamp.com/usersync?partner_id=6902992&amp;redirect=' + location.protocol + encodeURIComponent('//beacon.krxd.net/usermatch.gif?partner=vidamp&amp;partner_uid={vamp_user_id}');
+})();
+</script></span><span class="kxtag kxinvisible" data-id="27404"><script>
+(function(){
+
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl = prefix + encodeURIComponent('//beacon.krxd.net/usermatch.gif?partner=spotxchange&amp;partner_uid=&lt;spotx_audience_id&gt;');
+ var spotxchange_url = prefix + '//sync.search.spotxchange.com/audience_sync/9?redir=' + kurl;
+ new Image().src = spotxchange_url;
+ }
+
+})();
+</script></span><span class="kxtag kxinvisible" data-id="26137"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=4e3f8627-26fa-484d-bd95-a1f8f09d95a6&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=quky68qukyi81&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script>
+</span><span class="kxtag kxinvisible" data-id="23605"></span><span class="kxtag kxinvisible" data-id="23619"><script>
+(function() {
+ if (window.location.protocol == 'http:') {
+ var img = new Image();
+ img.src = "//bea4.v.fwmrm.net/ad/u?mode=echo&amp;cr=http%3A%2F%2Fbeacon.krxd.net%2Fusermatch.gif%3Fpartner%3Dfreewheel%26partner_uid%3D%23%7Buser.id%7D"
+ img.setAttribute("style", "width:0px; height:0px; visibility:hidden;");
+ document.body.appendChild(img);
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="23641"><img style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/925133270/?value=1.00&amp;currency_code=USD&amp;label=OuhECLD29GcQ1tORuQM&amp;guid=ON&amp;script=0" width="1" height="1" /></span><span class="kxtag kxinvisible" data-id="23409"><script>
+// this tag is intentionally blank
+</script></span><span class="kxtag kxinvisible" data-id="23410"></span><span class="kxtag kxinvisible" data-id="23412"><script type="text/javascript">Krux('social.init');</script></span><span class="kxtag kxinvisible" data-id="23414"><script>
+(function() {
+ if (Krux('get', 'user') != null) {
+ new Image().src = 'https://usermatch.krxd.net/um/v2?partner=google';
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="27284"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=a8138b01-9fff-43bb-b649-99241ab62170&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=qkgx66qkgxw46&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="23445"><script>
+ var slot;
+ (function() {
+ if (window.googletag &amp;&amp; googletag.pubads() &amp;&amp; googletag.pubads().getSlots()) {
+ var c1 = {};
+ var arr = googletag.pubads().getSlots();
+ var site = ["br", "cnn", "cnn_arabic", "cnn_international", "cnn_money", "conan", "eSports", "espanol", "funnyordie", "hln", "nascar", "nba", "ncaa", "pga", "tbs", "tcm", "toonswim", "trutv"];
+
+ if (arr) {
+ for (var i = 0, l = arr.length; i &lt; l; i++) {
+ c1[arr[i].getAdUnitPath()] = (c1[arr[i].getAdUnitPath()] || 0) + 1;
+ }
+ slot = Object.keys(c1)[0] || null;
+ for (k in c1) slot = (c1[k] &gt; c1[slot]) ? k : slot;
+ }
+
+ if (window.slot) { // Set string lowercase and split slot into an array
+ slot = slot.toLowerCase();
+ slot = slot.split('/');
+
+ // Changes slot from "as" to "toonswim"
+ slot[2] = slot[2] == 'as' ? 'toonswim' : slot[2];
+ // Changes slot from "arabic" to "cnn_arabic"
+ slot[2] = slot[2] == 'arabic' ? 'cnn_arabic' : slot[2];
+ // Changes slot from "cnni" to "cnn_internation"
+ slot[2] = slot[2] == 'cnni' ? 'cnn_international' : slot[2];
+ // Changes slot from "cnnmoney" to "cnn_money"
+ slot[2] = slot[2] == 'cnnmoney' ? 'cnn_money' : slot[2];
+
+ // "teamcoco"
+ if(slot[2] === "tbs" &amp;&amp; slot[4] === "conan"){
+ slot = slot.splice(2)
+ };
+
+ for (var i = 0; i &lt; site.length; i++) {
+
+ if (slot[2] == site[i]) {
+ // Using domain to dynamically scrape page attribute site
+ Krux('set', 'page_attr_' + slot[2] + '_site', slot[2]);
+ // Using domain to dynamically scrape page attribute rollup
+ Krux('set', 'page_attr_' + slot[2] + '_rollup', slot[3]);
+ // Using domain to dynamically scrape page attribute section
+ Krux('set', 'page_attr_' + slot[2] + '_section', slot[4]);
+ // Using domain to dynamically scrape page attribute subsection
+ Krux('set', 'page_attr_' + slot[2] + '_subsection', slot[5]);
+ // Using domain to dynamically scrape page attribute AdUnit 5
+ Krux('set', 'page_attr_' + slot[2] + '_adunit5', slot[6]);
+
+
+ };
+ };
+ };
+ };
+
+ if(window.CNNMONEY &amp;&amp; window.CNNMONEY.adTargets) spec = CNNMONEY.adTargets.spec;
+ if(window.CNN &amp;&amp; window.CNN.adTargets) spec = CNN.adTargets.spec;
+ if(window.CNNI &amp;&amp; window.CNNI.adTargets) spec = CNNI.adTargets.spec;
+
+ if (window.spec &amp;&amp; slot &amp;&amp; slot.length &gt;= 3) {
+ Krux('set', 'page_attr_' + slot[2] + '_spec', spec);
+ };
+
+
+
+
+ if (window.queryString) {
+ Krux('set', 'page_attr_on_site_searcher', true)
+ };
+
+
+ if (window.CNN &amp;&amp; window.CNN.contentModel &amp;&amp; window.CNN.contentModel.analytics) {
+ var ct = CNN.contentModel.analytics.cap_topics;
+ if (ct) {
+ ct = ct.replace(/ /g, '');
+ Krux('set', 'page_attr_cap_topics', ct);
+ };
+ };
+
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="23474"><script>
+(function() {
+
+ // Using Meta keywords to produce page attribute keywords
+ Krux('scrape', { "page_attr_keywords": {meta_name: "keywords"}});
+ // Using Cookie last5stocks to produce page attribute cookie_last5stocks
+ Krux('scrape', { "page_attr_cookie_last5stocks": {cookie: "last5stocks"}});
+
+ if (document.location.host.match("bleacherreport")) {
+ // Using Meta keywords to produce page attribute keywords
+ Krux('scrape', {"page_attr_bleacherreport_keywords": {meta_name: "keywords"}});
+ Krux('scrape', {"page_attr_bleacherreport_site": {javascript: "document.location.host.split('.')[0]"}});
+ }
+
+ if(window.slot) {
+ // get namespace;
+ var ns = (function() {
+ var exceptions, jsmdmap, key1, key2, val1, val2, _ref;
+ if (window._jsmd_default) {
+ jsmdmap = _jsmd_default.map;
+ for (key1 in jsmdmap) {
+ val1 = jsmdmap[key1];
+ for (key2 in val1) {
+ val2 = val1[key2];
+ if (ns = val2 != null ? (_ref = val2.settings) != null ? _ref.visitorNamespace : void 0 : void 0) {
+ return ns;
+ }
+ }
+ }
+ }
+ exceptions = {
+ 'NBA': '0_nbagroup',
+ 'Nascar': 'nascardigitalsap',
+ 'Bleacher Report': 'turnersidigital',
+ 'Teamcoco': '0_teamcoco'
+ };
+ return exceptions[Krux('get', 'site')];
+ })();
+
+ if(!ns) return;
+ //get site
+ var site = slot[2];
+ // get pixel
+ var pixel = window["s_i_" + ns] || window["s_i_1_" + ns] || window["s_i_0_" + ns];
+ // regex for pixel source
+ var lookFor = "&amp;h1=(.*?)&amp;";
+ // check if pixel source matches the regex
+ var match = (pixel &amp;&amp; pixel.src) ? pixel.src.match(lookFor) : null;
+
+ if (match) {
+ var parts = decodeURIComponent(match[1]).split('|');
+ var keys = ['lob', 'brand', 'bizunit', 'sitename', 'sitesectionlevel1', 'sitesectionlevel2'];
+ for (var i = 0, l = keys.length;i &lt; l; i++) {
+ var key = keys[i];
+ if(parts[i]) Krux('set', "page_attr_" + site + "_" + key, parts[i]);
+ }
+ }
+ }
+
+})();
+</script></span><span class="kxtag kxinvisible" data-id="23477"><script>
+ (function() {
+ // To Pull GUID
+ Krux('scrape', {
+ 'user_attr_turner_guid': {
+ cookie: 'ug'
+ }
+ });
+
+ // To Pull Adobe Analytics ID
+ adobeID = Krux('scrape.javascript', "Krux('scrape.cookie', 's_vi').split('|',2)[1].split('[')[0]");
+ if (window.adobeID) {
+ if (adobeID.length === 33 &amp;&amp; adobeID.indexOf('-') != -1) {
+ Krux('set', 'user_attr_aa_id', adobeID);
+ };
+ };
+
+ // To Pull Backup Adobe Analytics ID
+ Krux('scrape', {
+ 'user_attr_af_id': {
+ cookie: 's_fid'
+ }
+ });
+
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="23509"></span><span class="kxtag kxinvisible" data-id="23511"></span><span class="kxtag kxinvisible" data-id="23513"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var bk_prefix = location.protocol == 'https:' ? "stags" : "tags";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;partner=bluekai&amp;bk_uuid=$_BK_UUID");
+ var kurl = prefix + "//beacon.krxd.net/usermatch.gif?" + kurl_params;
+ var bk_params = 'id=' + kuid;
+ var bk_url = '//' + bk_prefix + '.bluekai.com/site/26357?' + bk_params + '&amp;redir=' + kurl;
+ var i = new Image();
+ i.src = bk_url;
+ }
+ })();
+</script>
+</span><span class="kxtag kxinvisible" data-id="26604"><script>
+(function(){
+var kxfbmap = {
+ 'JLmLD3_1': '782589578427709',
+ 'ITcBPihd': '289259704582565',
+ 'ITcA0tkB': '1517553741888280',
+ 'ITcA76Nx': '1407388882899380',
+ 'ITcAwecV': '497430300356774',
+ 'IWzDCwHo': '418245194992316',
+ 'ITcAsWsy': '418245194992316',
+ 'ITcATbN4': '418245194992316',
+ 'ITcAEoo6': '177383419263866',
+ 'ITb_4eqO': '731697573629176',
+ 'ITb9NmYG': '596760543765088',
+ 'ITb9Q03y': '418245194992316'
+};
+
+!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
+n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
+n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
+t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
+document,'script','//connect.facebook.net/en_US/fbevents.js');
+
+fbq('init', kxfbmap[Krux('get', 'confid')]);
+fbq('track', 'PageView');
+})();
+</script> </span><span class="kxtag kxinvisible" data-id="23548"></span></div>
+ <script type="text/javascript">
+ // Copyright 2006-2016 ClickTale Ltd., US Patent Pending
+ // PID: 86
+ // WR destination: www04
+ // WR version: latest
+ // Recording ratio: 0.018
+ // Generated on: 12/22/2016 2:52:53 AM (UTC 12/22/2016 8:52:53 AM)
+ (function() {
+ var dependencyCallback;
+ var scriptSyncTokens = ["wr"];
+ var dependencies = scriptSyncTokens.slice(0);
+ var ct2Callback, isRecorderReady;
+ var clickTaleOnReadyList = window.ClickTaleOnReadyList || (window.ClickTaleOnReadyList = []);
+
+ function isValidToken(token) {
+ if (scriptSyncTokens.indexOf(token) & gt; - 1) {
+ var index = dependencies.indexOf(token);
+
+ if (index & gt; - 1) {
+ dependencies.splice(index, 1);
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ clickTaleOnReadyList.push(function() {
+ if (ct2Callback) {
+ ct2Callback();
+ }
+
+ isRecorderReady = true;
+ });
+
+ window.ClickTaleGlobal = window.ClickTaleGlobal || {};
+ ClickTaleGlobal.scripts = ClickTaleGlobal.scripts || {};
+ ClickTaleGlobal.scripts.dependencies = {
+ setDependencies: function(deps) {
+ scriptSyncTokens = deps;
+ },
+ onDependencyResolved: function(callback) {
+ dependencyCallback = callback;
+ },
+ notifyScriptLoaded: function(token) {
+ if (isValidToken(token)) {
+ if (dependencies.length === 0 & amp; & amp; typeof dependencyCallback === "function") {
+ dependencyCallback();
+ }
+ }
+ }
+ };
+
+ ClickTaleGlobal.scripts.integration = {
+ onReady: function(callback) {
+ if (isRecorderReady) {
+ callback();
+ } else {
+ ct2Callback = callback;
+ }
+ }
+ };
+ })();
+
+
+
+ function ClickTaleCDNHTTPSRewrite(u) {
+ try {
+ var scripts = document.getElementsByTagName('script');
+ if (scripts.length) {
+ var script = scripts[scripts.length - 1],
+ s = 'https://clicktalecdn.sslcs.cdngc.net/';
+ if (script.src & amp; & amp; script.src.substr(0, s.length) == s)
+ return u.replace('https://cdnssl.clicktale.net/', s);
+ }
+ } catch (e) {}
+ return u;
+ }
+
+ var ClickTaleIsXHTMLCompliant = true;
+ if (typeof(ClickTaleCreateDOMElement) != "function") {
+ ClickTaleCreateDOMElement = function(tagName) {
+ if (document.createElementNS) {
+ return document.createElementNS('http://www.w3.org/1999/xhtml', tagName);
+ }
+ return document.createElement(tagName);
+ }
+ }
+
+ if (typeof(ClickTaleAppendInHead) != "function") {
+ ClickTaleAppendInHead = function(element) {
+ var parent = document.getElementsByTagName('head').item(0) || document.documentElement;
+ parent.appendChild(element);
+ }
+ }
+
+ if (typeof(ClickTaleXHTMLCompliantScriptTagCreate) != "function") {
+ ClickTaleXHTMLCompliantScriptTagCreate = function(code) {
+ var script = ClickTaleCreateDOMElement('script');
+ script.setAttribute("type", "text/javascript");
+ script.text = code;
+ return script;
+ }
+ }
+
+ var pccScriptElement = ClickTaleCreateDOMElement('script');
+ pccScriptElement.type = "text/javascript";
+ pccScriptElement.src = (document.location.protocol == 'https:' ?
+ ClickTaleCDNHTTPSRewrite('https://cdnssl.clicktale.net/www04/pcc/1db4a0f2-17e4-45f8-b5fd-5fd78f545b59.js?DeploymentConfigName=Release_11142016&amp;Version=1') :
+ 'http://cdn.clicktale.net/www04/pcc/1db4a0f2-17e4-45f8-b5fd-5fd78f545b59.js?DeploymentConfigName=Release_11142016&amp;Version=1');
+ document.body.appendChild(pccScriptElement);
+
+ var ClickTalePrevOnReady;
+ if (typeof ClickTaleOnReady == 'function') {
+ ClickTalePrevOnReady = ClickTaleOnReady;
+ ClickTaleOnReady = undefined;
+ }
+
+ if (typeof window.ClickTaleScriptSource == 'undefined') {
+ window.ClickTaleScriptSource = (document.location.protocol == 'https:' ?
+ ClickTaleCDNHTTPSRewrite('https://cdnssl.clicktale.net/www/') :
+ 'http://cdn.clicktale.net/www/');
+ }
+
+
+ // Start of user-defined pre WR code (PreLoad)b
+ //PTC Code Version 7
+
+ window.ClickTaleSettings = window.ClickTaleSettings || {};
+ window.ClickTaleSettings.PTC = window.ClickTaleSettings.PTC || {};
+ window.ClickTaleIncludedOnDOMReady = true;
+ window.ClickTaleSettings.PTC.EnableChangeMonitor = false;
+ window.ClickTaleSettings.PTC.UseTransport = true;
+
+ window.ClickTaleUIDCookieName = 'WRUID14112016';
+
+ function deleteIrrelevantUIDCookies(relevant) {
+ var cookieArray = document.cookie.replace(/\s+/g, '').split(";");
+ var hostArray = location.host.split('.');
+ var topDom = (hostArray.length & lt; = 2 ? location.host : hostArray.slice(1).join('.'));
+ for (var i = 0; i & lt; cookieArray.length; i++) {
+ var currentCookie = cookieArray[i];
+ var cookieKey = currentCookie.substring(0, currentCookie.indexOf('='));
+ if (cookieKey.indexOf('WRUID') & gt; - 1 & amp; & amp; relevant.indexOf(cookieKey) == -1) {
+ document.cookie = cookieKey + "='';domain=." + topDom + ";path=/;expires=Thu, 01-Jan-1970 00:00:01 GMT;";
+ document.cookie = cookieKey + "='';path=/;expires=Thu, 01-Jan-1970 00:00:01 GMT;";
+ }
+ }
+ }
+
+ deleteIrrelevantUIDCookies([window.ClickTaleUIDCookieName]);
+
+ window.ClickTaleSettings.Protocol = {
+ Method: "ImpactRecorder"
+ };
+
+ window.ClickTaleSettings.Proxy = {
+ WR: "ing-district.clicktale.net/ctn_v2/",
+ ImageFlag: "ing-district.clicktale.net/ctn_v2/"
+ };
+
+ window.ClickTaleSettings.CheckAgentSupport = function(f, v) {
+ if (v.t == v.IE & amp; & amp; v.v & lt; = 8) {
+ window.ClickTaleSettings.PTC.okToRunPCC = false;
+ return false;
+ } else {
+ if (!(v.t == v.IE & amp; & amp; v.v & lt; = 10)) {
+ window.ClickTaleSettings.PTC.EnableChangeMonitor = true;
+ window.ClickTaleSettings.PTC.ConfigChangeMonitor();
+ }
+ var fv = f(v);
+ window.ClickTaleSettings.PTC.okToRunPCC = fv;
+ return fv;
+ }
+ };
+
+
+ window.ClickTaleSettings.PTC.RulesObj = [{
+ selector: "input[type=\"text\"], input[type=\"tel\"], input[type=\"email\"]",
+ changeMon: {
+ Attributes: ['value'],
+ Text: false
+ },
+ rewriteApi: {
+ Attributes: ['value'],
+ Text: false
+ }
+ }];
+
+ window.ClickTaleSettings.PTC.RulesObjRemoveEls = [{
+ rewriteApi: 'div[id^="google_ads_iframe"],iframe[id^="google_ads_iframe"], iframe[src*= "xd_arbiter"], #fb-root',
+ changeMonLive: "head script"
+ }];
+
+ ;
+ (function() {
+ if (typeof window.ClickTalePIISelector === 'string' & amp; & amp; window.ClickTalePIISelector != '') {
+ try {
+ var domNodes = document.querySelectorAll(window.ClickTalePIISelector);
+ if (domNodes) {
+ window.ClickTaleSettings.PTC.RulesObj.push({
+ selector: window.ClickTalePIISelector,
+ changeMon: {
+ Attributes: ['value'],
+ Text: true
+ },
+ rewriteApi: {
+ Attributes: ['value'],
+ Text: true
+ }
+ });
+ }
+ } catch (err) {}
+ }
+ })();
+
+ window.ClickTaleSettings.PTC.cloneNodeIE9 = function(node) {
+ var clone = node.nodeType === 3 ? document.createTextNode(node.nodeValue) : node.cloneNode(false);
+
+ var child = node.firstChild;
+ while (child) {
+ if (child.nodeName !== 'SCRIPT') {
+ clone.appendChild(window.ClickTaleSettings.PTC.cloneNodeIE9(child));
+ } else {
+ var script = document.createElement('script');
+ clone.appendChild(script);
+ }
+ child = child.nextSibling;
+ }
+
+ return clone;
+ };
+
+ window.ClickTaleSettings.PTC.ConfigChangeMonitor = function() {
+
+ if (window.ClickTaleSettings.PTC.EnableChangeMonitor) {
+ window.ClickTaleSettings.XHRWrapper = {
+ Enable: false
+ };
+
+ var script = document.createElement("SCRIPT");
+ script.src = (document.location.protocol === "https:" ? "https://cdnssl." : "http://cdn.") + "clicktale.net/www/ChangeMonitor-latest.js";
+ document.body.appendChild(script);
+
+ window.ClickTaleSettings.ChangeMonitor = {
+ Enable: true,
+ AddressingMode: "id",
+ OnReadyHandler: function(changeMonitor) {
+ changeMonitor.observe();
+
+ var CMRemrule = window.ClickTaleSettings.PTC.RulesObjRemoveEls;
+ if (CMRemrule) {
+ for (var i = 0; i & lt; CMRemrule.length; i++) {
+ var rule = CMRemrule[i];
+ var CMlocation = rule['location'];
+ if ((!CMlocation || (CMlocation & amp; & amp; document.location[CMlocation['prop']].toLowerCase().search(CMlocation.search) === -1))) {
+ if (rule.changeMon) {
+ changeMonitor.exclude(rule.changeMon);
+ }
+ if (rule.changeMonLive) {
+ changeMonitor.exclude({
+ selector: rule.changeMonLive,
+ multiple: true
+ });
+ }
+ }
+ }
+ }
+ },
+ OnBeforeReadyHandler: function(settings) {
+ settings.Enable = window.ClickTaleGetUID ? !!ClickTaleGetUID() : false;
+ return settings;
+ },
+ Filters: {
+ MaxBufferSize: 300000,
+ MaxElementCount: 3000
+ },
+ PII: {
+ Text: [],
+ Attributes: []
+ }
+ }
+ var RulesObj = window.ClickTaleSettings.PTC.RulesObj;
+ if (RulesObj) {
+ window.ClickTaleSettings.ChangeMonitor.PII.Text = window.ClickTaleSettings.ChangeMonitor.PII.Text || [];
+ window.ClickTaleSettings.ChangeMonitor.PII.Attributes = window.ClickTaleSettings.ChangeMonitor.PII.Attributes || [];
+ for (var i = 0; i & lt; RulesObj.length; i++) {
+ var CMrule = RulesObj[i]['changeMon'];
+ var CMlocation = RulesObj[i]['location'];
+ if (!CMrule || (CMlocation & amp; & amp; document.location[CMlocation['prop']].toLowerCase().search(CMlocation.search) === -1)) {
+ continue;
+ }
+ var selector = RulesObj[i]['selector'];
+ var attributesArr = CMrule.Attributes;
+ if (attributesArr instanceof Array) {
+ for (var u = 0; u & lt; attributesArr.length; u++) {
+ var attr = attributesArr[u];
+ window.ClickTaleSettings.ChangeMonitor.PII.Attributes.push({
+ selector: selector,
+ transform: (function(attr) {
+ return function(el) {
+ var attrs = el.attributes;
+ var attrsToReturn = {}
+ for (var i = 0; i & lt; attrs.length; i++) {
+ var name = attrs[i].nodeName;
+ attrsToReturn[name] = attrs[i].nodeValue;
+ }
+ var attrib = el.getAttribute(attr);;
+ if (typeof attrib === 'string') {
+ attrsToReturn[attr] = attrib.replace(/\w/g, '-');
+ }
+ return attrsToReturn;
+ }
+ })(attr)
+ });
+ }
+ }
+ if (CMrule.Text) {
+ window.ClickTaleSettings.ChangeMonitor.PII.Text.push({
+ selector: selector,
+ transform: function(el) {
+ return el.textContent.replace(/\w/g, '-');
+ }
+ });
+ }
+ }
+ }
+ }
+ };
+
+ window.ClickTaleSettings.Compression = {
+ Method: function() {
+ return "deflate";
+ }
+ };
+
+ window.ClickTaleSettings.Transport = {
+ Legacy: false,
+ MaxConcurrentRequests: 5
+ };
+
+ window.ClickTaleSettings.RewriteRules = {
+ OnBeforeRewrite: function(rewriteApi) {
+ var bodyClone = ((document.documentMode & amp; & amp; document.documentMode & lt; = 9) ? ClickTaleSettings.PTC.cloneNodeIE9(document.documentElement) : document.documentElement.cloneNode(true));
+
+ if (window.ClickTaleSettings.PTC.RulesObj) {
+ rewriteApi.add(function(buffer) {
+
+
+ var RulesObj = window.ClickTaleSettings.PTC.RulesObj;
+ for (var i = 0; i & lt; RulesObj.length; i++) {
+ var rewriteApirule = RulesObj[i]['rewriteApi'];
+ var rewriteApilocation = RulesObj[i]['location'];
+ if (!rewriteApirule || (rewriteApilocation & amp; & amp; document.location[rewriteApilocation['prop']].toLowerCase().search(rewriteApilocation.search) === -1)) {
+ continue;
+ }
+ var selector = RulesObj[i]['selector'];
+ var elements = bodyClone.querySelectorAll(selector);
+
+ Array.prototype.forEach.call(elements, function(el, ind) {
+ var attributesArr = rewriteApirule.Attributes;
+ if (attributesArr instanceof Array) {
+
+ for (var u = 0; u & lt; attributesArr.length; u++) {
+ var attr = attributesArr[u];
+ var attrib = el.getAttribute(attr);
+ if (typeof attrib === 'string') {
+ el.setAttribute(attr, attrib.replace(/\w/g, '-'));
+ }
+ }
+
+ }
+ if (rewriteApirule.Text) {
+ var children = el.childNodes;
+ Array.prototype.forEach.call(children, function(child) {
+ if (child & amp; & amp; child.nodeType === 3) {
+ child.textContent = child.textContent.replace(/\w/g, '-');
+ }
+ });
+ }
+ });
+ }
+
+ //work on body
+ var RulesObjRemoveEls = window.ClickTaleSettings.PTC.RulesObjRemoveEls;
+ if (RulesObjRemoveEls) {
+ for (var i = 0; i & lt; RulesObjRemoveEls.length; i++) {
+ if (RulesObjRemoveEls[i].rewriteApi) {
+ var elementsToRemove = bodyClone.querySelectorAll(RulesObjRemoveEls[i].rewriteApi);
+ Array.prototype.forEach.call(elementsToRemove, function(el, ind) {
+ if (el.parentNode) {
+ el.parentNode.removeChild(el);
+ }
+ });
+ }
+ if (RulesObjRemoveEls[i].rewriteApiReplace) {
+ var elementsToReplace = bodyClone.querySelectorAll(RulesObjRemoveEls[i].rewriteApiReplace);
+ Array.prototype.forEach.call(elementsToReplace, function(el, ind) {
+ if (el.parentNode) {
+ var comment = document.createComment(el.outerHTML);
+ el.parentNode.replaceChild(comment, el);
+ }
+ });
+ }
+ }
+ }
+
+ return bodyClone.innerHTML.replace(/&lt;script\b([^&gt;]*)&gt;([\s\S]*?)&lt;\/script&gt;/gi, '&lt;script&gt;&lt;\/script&gt;').replace(/(&lt;div id="?ClickTaleDiv"?[^&gt;]+&gt;)\s*&lt;script[^&gt;]+&gt;&lt;\/script&gt;\s*(&lt;\/div&gt;)/i, '$1$2');
+ });
+ }
+ rewriteApi.add({
+ pattern: /(&lt;head[^&gt;]*&gt;)/i,
+ replace: '$1&lt;script type="text\/javascript" class="cm-ignore" src="http:\/\/dummytest.clicktale-samples.com\/GlobalResources\/jquery.js"&gt;&lt;\/script&gt;'
+ });
+ }
+ };
+ // End of user-defined pre WR code
+
+
+ var ClickTaleOnReady = function() {
+ var PID = 86,
+ Ratio = 0.018,
+ PartitionPrefix = "www04";
+
+ if (window.navigator & amp; & amp; window.navigator.loadPurpose === "preview") {
+ return; //in preview
+ };
+
+
+ // Start of user-defined header code (PreInitialize)
+ if (typeof ClickTaleSetAllSensitive === "function") {
+ ClickTaleSetAllSensitive();
+ };
+
+ if (typeof ClickTaleUploadPage === 'function' & amp; & amp; window.ClickTaleSettings.PTC.UseTransport) {
+ if (window.ClickTaleSettings.PTC.EnableChangeMonitor) {
+ if (typeof ClickTaleEvent === "function") {
+ ClickTaleEvent("CM");
+ }
+ }
+
+ ClickTaleUploadPage();
+ };
+ // End of user-defined header code (PreInitialize)
+
+
+ window.ClickTaleIncludedOnDOMReady = true;
+
+ ClickTale(PID, Ratio, PartitionPrefix);
+
+ if ((typeof ClickTalePrevOnReady == 'function') & amp; & amp;
+ (ClickTaleOnReady.toString() != ClickTalePrevOnReady.toString())) {
+ ClickTalePrevOnReady();
+ }
+
+
+ // Start of user-defined footer code
+
+ // End of user-defined footer code
+
+ };
+
+
+ (function() {
+ var div = ClickTaleCreateDOMElement("div");
+ div.id = "ClickTaleDiv";
+ div.style.display = "none";
+ document.body.appendChild(div);
+
+
+
+ var externalWrScript = ClickTaleCreateDOMElement("script");
+ var wrSrc = (document.location.protocol == 'https:' ? 'https://cdnssl.clicktale.net/www/' : 'http://cdn.clicktale.net/www/') + 'tc/WR-latest.js';
+ externalWrScript.src = (window.ClickTaleCDNHTTPSRewrite ? ClickTaleCDNHTTPSRewrite(wrSrc) : wrSrc);
+ externalWrScript.type = 'text/javascript';
+ document.body.appendChild(externalWrScript);
+ })();
+
+
+
+
+ ! function() {
+ function t() {
+ window.addEventListener & amp; & amp;
+ addEventListener("message", e, !1)
+ }
+
+ function e(t) {
+ var e, n = new RegExp("(clicktale.com|ct.test)($|:)"),
+ i = new RegExp("ct.test"),
+ c = !1,
+ l = t.origin;
+ try {
+ e = JSON.parse(t.data)
+ } catch (d) {
+ return
+ }
+ n.test(t.origin) !== !1 & amp; & amp;
+ (window.ct_ve_parent_window = t.source, i.test(t.origin) === !0 & amp; & amp;
+ (c = !0), "CTload_ve" === e["function"] & amp; & amp;
+ "function" == typeof ClickTaleGetPID & amp; & amp; null !== ClickTaleGetPID() & amp; & amp; o(l, c))
+ }
+
+ function n(t) {
+ return document.createElementNS ? document.createElementNS("http://www.w3.org/1999/xhtml", t) : document.createElement(t)
+ }
+
+ function o(t, e) {
+ var o = n("script");
+ o.setAttribute("type", "text/javascript"), o.setAttribute("id", "ctVisualEditorClientModule");
+ var i;
+ i = e ? document.location.protocol + "//ct.test/VisualEditor/Client/dist/veClientModule.js" : document.location.protocol + "//" + t.match(/subs\d*/)[0] + ".app.clicktale.com/VisualEditor/Client/dist/veClientModule.js", o.src = i, document.getElementById("ctVisualEditorClientModule") || document.body.appendChild(o)
+ }
+ try {
+ var i = window.chrome,
+ c = window.navigator & amp; & amp;
+ window.navigator.vendor;
+ null !== i & amp; & amp;
+ void 0 !== i & amp; & amp;
+ "Google Inc." === c & amp; & amp;
+ t()
+ } catch (l) {}
+ }();
+ </script>
+ <script type="text/javascript" src="http://cdn.clicktale.net/www04/pcc/1db4a0f2-17e4-45f8-b5fd-5fd78f545b59.js?DeploymentConfigName=Release_11142016&amp;Version=1"></script>
+ <div id="ClickTaleDiv" style="display: none;"></div>
+ <script src="http://cdn.clicktale.net/www/tc/WR-latest.js" type="text/javascript"></script>
+ <div class="ms-overlay" id="js-ms-overlay">
+ <div class="ms-overlay-bg" onclick="CNNM_MODAL.hide()"></div>
+ <div class="ms-overlay-modal"> <span class="icon icon--close" onclick="CNNM_MODAL.hide()"></span>
+ <h1 id="js-ms-overlay-modal-title" class="ms-overlay-modal-title"></h1>
+ <div id="js-ms-overlay-modal-body" class="ms-overlay-modal-body"></div>
+ <div></div>
+ </div>
+ </div>
+ <script src="http://cdn.clicktale.net/www/ChangeMonitor-latest.js"></script><object id="cvpXhrFlash" type="application/x-shockwave-flash" data="http://z.cdn.turner.com/xslo/cvp/plugins/cvp/xhr/1.0/cvp_flashXhr.swf" style="position: fixed; top: 0px; left: 0px;" width="10" height="10"><param name="menu" value="false" /><param name="scale" value="noScale" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /><param name="flashvars" value="callPrefix=cvp_flash_xhr&amp;log=true" /></object><iframe id="rufous-sandbox" scrolling="no" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: medium none;" title="Twitter analytics iframe" frameborder="0"></iframe><iframe style="margin: 0px; padding: 0px; width: 0px; height: 0px; border: 0px none; overflow: hidden; display: none;" scrolling="no" src="https://sync.teads.tv/iframe?pid=43054&amp;userId=5e7966a9-b600-4122-8119-36084a44e379&amp;1485333491623" frameborder="0"></iframe><img src="//bea4.v.fwmrm.net/ad/u?mode=echo&amp;cr=http%3A%2F%2Fbeacon.krxd.net%2Fusermatch.gif%3Fpartner%3Dfreewheel%26partner_uid%3D%23%7Buser.id%7D" style="width:0px; height:0px; visibility:hidden;" /><iframe id="vpaidFrame" style="display: none;" width="0" height="0"></iframe>
+ <div id="csimanagerdiv"></div>
+ <div id="csimanagerdivdelayed"></div>
+ <script language="javascript" type="text/javascript" src="//static.chartbeat.com/js/chartbeat_video.js"></script><iframe id="google_osd_static_frame_9591037305274" name="google_osd_static_frame" style="display: none; width: 0px; height: 0px;"></iframe>
+ <div id="stwrapper" class="stwrapper stwrapper4x stwrapper4x" style="display: none;"><iframe allowtransparency="true" id="stLframe" class="stLframe" name="stLframe" scrolling="no" src="http://edge.sharethis.com/share4x/index.5f5dcf6d0b830bf5db044baa34091c04.html" frameborder="0"></iframe></div>
+ <div id="stOverlay" onclick="javascript:stWidget.closeWidget();"></div>
+</body><iframe id="kx-proxy-IWzCuclz" src="http://cdn.krxd.net/partnerjs/xdi/proxy.fbdd44589e2d9fd8c91d841c8cb79227.html#%21kxcid=IWzCuclz&amp;kxt=http%3A%2F%2Fmoney.cnn.com&amp;kxcl=cdn&amp;kxp=" style="display: none; visibility: hidden; height: 0; width: 0;"></iframe>
+
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json
new file mode 100644
index 0000000..b1c1035
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.",
+ "Image": null,
+ "Title": "Test script parsing",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html
new file mode 100644
index 0000000..57c50c6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html
@@ -0,0 +1,18 @@
+<div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div><div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur.
+ Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html
new file mode 100644
index 0000000..59b7a02
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html
@@ -0,0 +1,34 @@
+<html>
+ <head><title>Test script parsing</title></head>
+<body>
+ <script>
+ <!--
+ Silly test
+ <script src="foo.js"></script>
+ -->
+ </script>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ <h2>Foo</h2>
+ <div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur.
+ Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json
new file mode 100644
index 0000000..888aa85
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/fakehost\/graphics\/author\/addison-bw-425.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json
new file mode 100644
index 0000000..1dbda03
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Daring Fireball is written and produced by John Gruber.",
+ "Image": null,
+ "Title": "Daring Fireball: Colophon",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html
new file mode 100644
index 0000000..7fbd053
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html
@@ -0,0 +1,30 @@
+<div id="Box">
+ <h2>About This Site</h2>
+ <p>Daring Fireball is written and produced by John Gruber.</p>
+ <p>
+ <a href="http://fakehost/graphics/author/addison-bw.jpg"> <img src="http://fakehost/graphics/author/addison-bw-425.jpg" alt="Photograph of the author."></a>
+ <br><em>Portrait by <a href="http://superbiate.com/inquiries/">George Del Barrio</a></em> </p>
+ <h2>Mac Apps</h2>
+ <ul>
+ <li><a href="http://www.barebones.com/products/bbedit/">BBEdit</a></li>
+ <li><a href="http://www.flyingmeat.com/acorn/">Acorn</a></li>
+ <li><a href="http://www.red-sweater.com/marsedit/">MarsEdit</a></li>
+ <li><a href="http://aged-and-distilled.com/napkin/">Napkin</a></li>
+ <li><a href="http://www.barebones.com/products/Yojimbo/">Yojimbo</a></li>
+ <li><a href="http://www.panic.com/transmit/">Transmit</a></li>
+ <li><a href="http://latenightsw.com/sd4/index.html">Script Debugger</a></li>
+ <li><a href="http://www.ambrosiasw.com/utilities/snapzprox/">Snapz Pro X</a></li>
+ <li><a href="http://nightly.webkit.org/">WebKit</a></li>
+ </ul>
+ <h2>iPhone Apps</h2>
+ <ul>
+ <li><a href="http://vesperapp.co/">Vesper</a></li>
+ </ul>
+ <h2>Server Software</h2>
+ <p>The Daring Fireball website is hosted by <a href="http://joyent.com/">Joyent</a>.</p>
+ <p>Articles and links are published through <a href="http://movabletype.org/">Movable Type</a>. In addition to my own SmartyPants and Markdown plug-ins, Daring Fireball uses several excellent Movable Type plug-ins, including Brad Choate’s <a href="http://bradchoate.com/weblog/2003/06/24/regular-expressions">MT-Regex</a> and <a href="http://bradchoate.com/weblog/2004/10/20/mtifempty">MT-IfEmpty</a>, and <a href="http://bumppo.net/projects/amputator/">Nat Irons’s Amputator</a>.</p>
+ <p>Stats are tracked using <a href="http://haveamint.com/">Mint</a>. Additional web nerdery, including the membership system, is fueled by <a href="http://perl.org/">Perl</a>, <a href="http://www.php.net/">PHP</a>, and <a href="http://www.mysql.com/">MySQL</a>.</p>
+ <h2>Web Standards</h2>
+ <p>Web standards are important, and Daring Fireball adheres to them. Specifically, Daring Fireball’s HTML markup should validate as either <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML 5</a> or XHTML 4.01 Transitional, its layout is constructed using <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://daringfireball.net/css/fireball_screen.css">valid CSS</a>, and its syndicated feed is <a href="http://feedvalidator.org/check?url=http%3A%2F%2Fdaringfireball.net%2Findex.xml">valid Atom</a>.</p>
+ <p>If Daring Fireball looks goofy in your browser, you’re likely using a shitty browser that doesn’t support web standards. Internet Explorer, I’m looking in your direction. If you complain about this, I will laugh at you, because I do not care. If, however, you are using a modern, standards-compliant browser and have trouble viewing or reading Daring Fireball, please do let me know.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html
new file mode 100644
index 0000000..c68f390
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+ <title>Daring Fireball: Colophon</title>
+ <meta name="viewport" content="width=600, initial-scale=0.5, minimum-scale=0.45"/>
+ <link rel="apple-touch-icon-precomposed" href="/graphics/apple-touch-icon.png"/>
+ <link rel="shortcut icon" href="/graphics/favicon.ico?v=005"/>
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/fireball_screen.css?v1.6"/>
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/ie_sucks.php"/>
+ <link rel="stylesheet" type="text/css" media="print" href="/css/fireball_print.css?v01"/>
+ <link rel="alternate" type="application/atom+xml" href="/feeds/main"/>
+ <script src="/js/js-global/FancyZoom.js" type="text/javascript"></script>
+ <script src="/js/js-global/FancyZoomHTML.js" type="text/javascript"></script>
+ <link rel="shortcut icon" href="/favicon.ico"/> </head>
+
+<body onload="setupZoom()">
+ <div id="Box">
+ <div id="Banner">
+ <a href="/" title="Daring Fireball: Home"><img src="/graphics/logos/" alt="Daring Fireball" height="56"/></a>
+ </div>
+ <div id="Sidebar">
+ <p>By <strong>John&nbsp;Gruber</strong></p>
+ <ul>
+ <!--&#9733;-->
+ <li><a href="/archive/" title="Previous articles.">Archive</a></li>
+ <li>
+ <script type="text/javascript">
+ // <![CDATA[
+ function ReadCookie(name) {
+ var nameEQ = name + "=";
+ var ca = document.cookie.split(';');
+ for (var i = 0; i < ca.length; i++) {
+ var c = ca[i];
+ while (c.charAt(0) == ' ') c = c.substring(1, c.length);
+ if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
+ }
+ return null;
+ }
+ var display_linked_list = ReadCookie('displayLinkedList');
+ var li_linked = '<a href="/linked/" title="The Linked List.">Linked List<\/a>';
+ if (display_linked_list == "hide") {
+ // Linked List is off on home page, so show it in menu:
+ document.write(li_linked + "<\/li>\n<li>");
+ } else {
+ // Default to not putting separate LL item in sidebar:
+ }
+ // ]]>
+ </script>
+ </li>
+ <li><a href="/thetalkshow/" title="The world’s most popular podcast.">The Talk Show</a></li>
+ <li><a href="http://vesperapp.co/" title="A simple, elegant iOS app for collecting notes, ideas, thoughts, and images.">Vesper: <em>Now for iPad</em></a></li>
+ <li><a href="/projects/" title="Software projects, including SmartyPants and Markdown.">Projects</a></li>
+ <li><a href="/contact/" title="How to send email regarding Daring Fireball.">Contact</a></li>
+ <li><a href="/colophon/" title="About this site and the tools used to produce it.">Colophon</a></li>
+ <li><a href="/feeds/">RSS Feed</a></li>
+ <li><a href="https://twitter.com/daringfireball">Twitter</a></li>
+ <li><a href="/feeds/sponsors/">Sponsorship</a></li>
+ </ul>
+ </div>
+ <!-- Sidebar -->
+ <div id="Main">
+ <div class="article">
+ <h1>About This Site</h1>
+ <p>Daring Fireball is written and produced by John Gruber.</p>
+ <p>
+ <a href="/graphics/author/addison-bw.jpg"> <img src="/graphics/author/addison-bw-425.jpg" alt="Photograph of the author." style="border: 0;"/></a>
+ <br/><em>Portrait by <a href="http://superbiate.com/inquiries/">George Del Barrio</a></em> </p>
+ <h2>Mac Apps</h2>
+ <ul>
+ <li><a href="http://www.barebones.com/products/bbedit/">BBEdit</a></li>
+ <li><a href="http://www.flyingmeat.com/acorn/">Acorn</a></li>
+ <li><a href="http://www.red-sweater.com/marsedit/">MarsEdit</a></li>
+ <li><a href="http://aged-and-distilled.com/napkin/">Napkin</a></li>
+ <li><a href="http://www.barebones.com/products/Yojimbo/">Yojimbo</a></li>
+ <li><a href="http://www.panic.com/transmit/">Transmit</a></li>
+ <li><a href="http://latenightsw.com/sd4/index.html">Script Debugger</a></li>
+ <li><a href="http://www.ambrosiasw.com/utilities/snapzprox/">Snapz Pro X</a></li>
+ <li><a href="http://nightly.webkit.org/">WebKit</a></li>
+ </ul>
+ <h2>iPhone Apps</h2>
+ <ul>
+ <li><a href="http://vesperapp.co/">Vesper</a></li>
+ </ul>
+ <h2>Server Software</h2>
+ <p>The Daring Fireball website is hosted by <a href="http://joyent.com/">Joyent</a>.</p>
+ <p>Articles and links are published through <a href="http://movabletype.org/">Movable Type</a>. In addition to my own SmartyPants and Markdown plug-ins, Daring Fireball uses several excellent Movable Type plug-ins, including Brad Choate’s <a href="http://bradchoate.com/weblog/2003/06/24/regular-expressions">MT-Regex</a> and <a href="http://bradchoate.com/weblog/2004/10/20/mtifempty">MT-IfEmpty</a>, and <a href="http://bumppo.net/projects/amputator/">Nat Irons’s Amputator</a>.</p>
+ <p>Stats are tracked using <a href="http://haveamint.com/">Mint</a>. Additional web nerdery, including the membership system, is fueled by <a href="http://perl.org/">Perl</a>, <a href="http://www.php.net/">PHP</a>, and <a href="http://www.mysql.com/">MySQL</a>.</p>
+ <h2>Web Standards</h2>
+ <p>Web standards are important, and Daring Fireball adheres to them. Specifically, Daring Fireball’s HTML markup should validate as either <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML 5</a> or XHTML 4.01 Transitional, its layout is constructed using <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://daringfireball.net/css/fireball_screen.css">valid CSS</a>, and its syndicated feed is <a href="http://feedvalidator.org/check?url=http%3A%2F%2Fdaringfireball.net%2Findex.xml">valid Atom</a>.</p>
+ <p>If Daring Fireball looks goofy in your browser, you’re likely using a shitty browser that doesn’t support web standards. Internet Explorer, I’m looking in your direction. If you complain about this, I will laugh at you, because I do not care. If, however, you are using a modern, standards-compliant browser and have trouble viewing or reading Daring Fireball, please do let me know.</p>
+ </div>
+ <!-- article -->
+ <div id="Footer">
+ <form id="SiteSearch" action="https://daringfireball.net/search" method="get" style="margin-bottom: 2.5em;">
+ <div>
+ <input name="q" type="text" value="" style="margin-right: 8px; width: 66%;"/>
+ <input type="submit" value="Search"/> </div>
+ </form>
+ <p class="smallprint"> <a href="/preferences/" title="Customize the font size and presentation options for this web site.">Display Preferences</a>
+ <br/>
+ <br/> Copyright © 2002–2015 The Daring Fireball Company LLC. </p>
+ </div>
+ <div id="SidebarTheDeck">
+ <script type="text/javascript">
+ // <![CDATA[
+ (function(id) {
+ document.write('<script type="text/javascript" src="' + '//connect.decknetwork.net/deck' + id + '_js.php?' + (new Date().getTime()) + '"></' + 'script>');
+ })("DF");
+ var deckDiv = document.getElementById("SidebarTheDeck");
+ var sidebarDiv = document.getElementById("Sidebar");
+ sidebarDiv.appendChild(deckDiv);
+ // ]]>
+ </script>
+ <p id="ViaTheDeck">
+ <a href="http://decknetwork.net/"> <img src="//daringfireball.net/graphics/madison/via_the_deck.png" alt="Ads via The Deck" class="the_deck_promo" width="70"/> <span>Ads via The Deck</span> </a>
+ </p>
+ </div>
+ <!-- Google Analytics -->
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-593949-1']);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script');
+ ga.type = 'text/javascript';
+ ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ <!-- Asynchronously load Mint -->
+ <script type="text/javascript">
+ (function() {
+ var ma = document.createElement('script');
+ ma.type = 'text/javascript';
+ ma.src = '/mint/?js';
+ ma.async = true;
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ma, s);
+ })();
+ </script>
+ </div>
+ <!-- Main -->
+ </div>
+ <!-- box -->
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-images.json
new file mode 100644
index 0000000..b85fb67
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==",
+ "data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'><path d='M512 512H0V0h512v512z'\/><\/svg>",
+ "data:image\/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZD0nTTUxMiA1MTJIMFYwaDUxMnY1MTJ6Jy8+PC9zdmc+",
+ "data:image\/jpeg;base64,\/9j\/4AAQSkZJRgABAQEBLAEsAAD\/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj\/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj\/wAARCAH0AbYDAREAAhEBAxEB\/8QAHAAAAgMBAQEBAAAAAAAAAAAABAUCAwYBBwAI\/8QASRAAAgEDAgMGAwYEBAQFAwMFAQIDAAQREiEFMUEGEyJRYXEygZEUI0KhscEHUmLRM3Lh8BUkQ\/EIFjQ1glOiwkVjgyUmkrKz\/8QAGwEAAwEBAQEBAAAAAAAAAAAAAAECAwQFBgf\/xAA1EQACAgICAgEDAwEHBQEAAwAAAQIRAyESMQRBURMiYQUycYEGIzORobHRFELB4fAVUoLx\/9oADAMBAAIRAxEAPwD1G3lC9a8Hjs4LLnvCq896HAdgzcSKnGalx2FnW4lkc81tGArKDxI6uZFOcPgEwqG\/JxhtzWPFpjCBe7bmjaAsS665+VJx+APpLvbGcVpFfImCi7wTvV6DYRBcvnc7VLiOw6O6x1rLiUmfSXy43b51Sr2Ps8n\/AIiTifi5wSQN9\/aujDtnXgVI0PAgV4ZAP6B+lelDpA+zPdvT4I\/Ws8vo0xmGxmsjcLsB\/wAwtAUP2+GpYkCSjfepsYou9pjyqwZCmxF5yIIzvgvil3sAgZwKoCQNKvkR6H\/CJ8cQul81BrfB2zHN6PY7XwO2SNxS8t1CzGHYbzVfKowO4JmjAL9iWORgCtWIS3rpHkkgnGSOtIDG9qiGvLfG4NZ5PRcBhaDEK+1UiWScc6YCbivWpfQ0Hdl1LSYAJPPYVpjJkaiOWJ5AiTQs+caRKufpmtOSurJ4Sq6PP\/4n7r3bZB2GOuaif7lY10egdnLsJwCyGRkRL+leZmVCTCJb4E7nFckk2UVHiEaHJPzpK0FnV4mhOAarfYrD4LpXALeVWmwsm9ytQ2xlbXaBSM1DegKWvEJxkVkpjKheIpO9VdiPpLxG8qmxlcd4A2CKFkaETmvV0HcVSyWApm4npc5PKtI9gVycR1dMmuutEXYG96wf1rKYrC4LxicsaxeSh0Evfrp3xmnCbbHoBe+yxwNVdUc0kiXFMQrcELk4Hzo4HHZS96GYgZqq0AHPMc8z60kkBUkzBcA7k1URIr786\/izimAbBd4G5FQ4XsZyTiHiCqaniUFW15k75J8qFGwYW0xKZ5U3DRNlYZsg74ppUFl6zkHYkelOkFk2uiqnVn5UmkNFPfaxsazcfZaZ572tbPF5QeldGPo7sP7TZ8G\/9uh\/yD9K9CPSJZm+3vwQj3rLL6NMS2YnArI3DOHj79aTF6HxG1SxA0g33pdlIS3I++arQyFUSFNHmyQgcpKliZbp2GKY+ztAqNr\/AAuk0cWnH\/7efzrbC\/uMsy0ew3kxS1DA7nrmp87\/AAWYR7Gtg5e1gYncoDU+N\/hx\/gso4kCVYdcVuwMle8O7ziH2nvHyU06TnHvWdK7Az3aRcX9uo3AFTk7RcRpaj7oe1WiTr9aQCXiekBnlcRxL8THp\/c0m0k2yoxcnSFqXk9xEYoiYLQnZV2Z\/VjXBk8iUtLSPQhgjDbVstj4cjKSM5NYUbcgPtCZb7gZjuCXuLMgq7HLNGTuD7Eg+xr0PGy81xl2jh8nEovnHpmls7trfhltGzY0oBzpZ4qzz72yM3FMnAbeuZ40WVy3bSLuedJxSEGWhYKCSdq0jEQyivsYXNEoWBa9+qJnVWTxhyF8182SdRxWc8aHZQ3ESE3ORWPALB\/8AiX3nifw1axsakEHiSso0tT+m6HZWOIrvqaspY2guzk3ERpxrqIQt9B0Kbq9GQxO2a7seOkS3ZKG7IX4se9NiRclyHILEE1lNNdD0EpcgHANc80CK5LhjJsdjXRGOrQrCLZtWTiom2NMTSgjbFd9HCDDCEnH1pUAHcXBBIANGwBzIzEAHc+VKx0WrFhck74pAUSOynnsfI07GVLPpPWnfpDoZWMraQSd6VEsYJdquM04iLY7xG5HPkKdUMuMxK7Del\/I6KCXZwNxUsYbBFgb\/ACoSoRgO1i6eKyE9Sa1gehgf2m04UMWMP+UfpXcukSzL9vjvCPSscvo1xGN61nZuG8NGbhaTEx6\/KkwQLN1zUjEtwPvjVpAcxTEaHgnDhfcP08vHnNT2hN07NBY9kheSd3HIQ+M8tqqEeWiHOtnb3sjHZuFnnYE\/yjNKbjj\/AHMX1Ars7Fa8Fv8A7QkrvldJBWlDPji7sicuRqbztDBc2YhhDagc5O1T5XkwljcURW7N3wJtfDLVuvdr+ldGBVjj\/Ayd9uTWrAT3WN6lsDE9oRq4rCOorKfZcehtAMRD2rQkquJFijd5WCooySegpP8AI0r0YLiXEm4pebErbRn7tPP+o15+bK8jpdHqYcKxq32G2hxp\/F51lRbZorNQ65A3HpTogBvYwZ2wpyQVI5jGDWmDWVE5leJ2UX6utvCqtyUbV25ezxb2xdCrtL4ya55peikNFUAqQx9qzdIdDKN27vIrSLRIHfXzQ4I6VtGKZLBE4kZB42YUPHQWQueIADnmuacQsAfiITmTvWUYWxlX2zPXY10Rg0KyP23usnJwN6mUfgdlZ4m8nwbGolj+R2RF8zOFJyKSx1sZfqYpnmK3g6JZRc3xiGcEDrircExJ7KrfjBJVAdiedYTxNFWPre9BjB5msPphZyW73zvVKNJiGVldju8nrWcuykwcEON8YrsVeziA5sasDlRfwL+Sl4VJO1T2URiswZNWMY5CmkgLbiPu1waAsXzsANgM0NjQMulyc5232qbG2Eq3djw5IqbbdiBp55AcrzNWmPsZcHdn0ltz54rKWWSNVBGkihVlydqSkNxKZ8IRyrRbM2iSy4XbOKrsgwPahtfEm3860iejgX2m24dtaRf5R+ldq6J9mS7eH76IelY5e0jXHsyYwCMkVmvg1GHD42juF7xWTIyNSkfrTqg7Q7ZcjPSlISBJ+tQUJp1xKc0xsiKpCNz2NjP\/AA8EDmxoijOb2ek9mLbQHkYb4xmunGqVmEnZlu3ErrxDGpioGMCvO83ckgMk1zIXARiPOudQVbFYfDKyxnfOBWU0Fnt3Z7I4NaE\/\/SX9K9vCqgv4GW8Q1lMpgn1q2AllMp+JRUgJbzh6y3KysPEKlq3ZSdF2jSgFUIwPbTjOq4PDrdvCu8rDqegrk8jJ\/wBiO7xMX\/exHaHqRXMonVOQ1tpPGM7USEjVcPlxCM5pJiaBbp1a\/QAkMQc\/Q1ph\/wARE5v8JgvE5SWQDp1rvyLZ4SFkc6mQjOHFYTSRogwyFiM1jJehsa2zZjAzVRVEMX8VjUoc861TJM8co432rZNUB9dXCpHkYrDIrEL5py3i233FTjiaJUQil1EYO9byaSEy6VWcZHTpWSokoWPUQeQzVPekMZRQr+E561L\/ACFhmtQqjyrN2h9iviTKQ2kfKrixELez2jZQT12rPkytDy2XCeMEfKs3foGGRRI4xUtEhCWwQdR7VNWMrBGnblXT+TkOqo8v71LA+WNdzRYEmdYxsRmqAX3twNLHO3l50x0Ibm6UyYPPzo4lpUdtny+wPvUMQxSN3xtUokl9kDfFzoY0xrw+JYsE7HpUOJrGQ1NwiL6+lJIqxVfXoycVrFMl7BResoGMgVolaIMlxaTvL92J5mrSqz0cP7T0GwH\/ACsf+UfpXb6MjJdtlMl7Ci7s2APc1hkVtGuP2OLe2i4KgtbEBbgf41zga2bqAegHkKw8jyHjfDH\/AFZ1YcKmuczksvEEbVHeXRzzDPq\/I1zLPlW+TOj6WN6cUByz6mP221Rl6ywL3bj3Hwn6VrHyL\/ev+SH40f8AsdAd1aFommtXE8A5so3X\/MvMfpWqSkrg7MJJxdSRmpd5jmhAdC+lUI9M7BW2vg8LY5k\/rWuNXEwm9npPDoe7tSB1FdC0jH2YHtqNV+3mK8ryv3jZk4lCncb5rnbEGaS4wFOMVm67A9x4KMcKtlIxiNcfSvcx\/sRRdOd8dKpgLZ13NSABOm9IZnO1nFF4TwqSUEd8w0xr6+dZ5J8I2aYsbySo8fhLTTtI7EsxJJ864Um9nqtqKpDiE6QP3qzPsacNUySDHLrtWMmzWqRpJXEVurDYVMtIlK2Lra4abiWV30RtvWvibymfl\/biZXxQMkmCeVd+T9x4cTPS6zc\/d86m17KQ7t4XVAzE5x1rCbsZKS7eAHeskIX3V5LO3xbe9WpUKgOQPgajvTWRoKBZoJSmB71X1LEBTpKuxHhHWqjJFp0XWQzsRjyq3slhTlQmG\/KpSYvyfWzKWIztWnGtkvZN5jGcgED1pSQkwWfiDBsHpUfTstEYrhLmQFwB0xS48dAajhUSOo5elc8tFoayQoq5NRuxNFEUkayZotk1QxWSNkG4rJyoaQn1qF3NdhyHUmXUN9sUUBTcXaKnP60NAJ7niSq2Q\/yzQuylFsWXHFFfUoarjE0UAeFjMx5GqaBqh\/w+AADp51nVozbHMSgcuVS1RJ8xxvgYqdlA094sbYPMVQ0CS8VGMaqfHZZ2KX7QQfzptUgRc1uWA0g5qeQzL8QGLxuu9ax2jux\/tPRbIYtk9hXYZmU7UuI+N2bE7LIh\/MVlN1JM0xrTHQHeXTSMMFiST65rzctubbPThqJdcxFRkDNRQXYlu3x8OVx\/MMigpCw3HdyiRHMUq8nTl\/2pxbi7TLaUlTKbi3ivzrgVIbs80GySf5fI+nKuqGRT09P\/AHOTJhcNroWlGRyrqVZTghhgg1ru6Me1o9f\/AIdQ\/wD9vWpIG4P6104l9pzTf3M3cY0wVr6MvZ5t2vDPxCQLuDXjeY6yDZnhasrA7nzrm56BBSkJGcc+makPZ7fw8EWEIPRF\/Svfj+1FH0tAAE1AANxtmpA8Q7f8aHE+NtFC+YIPAuORNcmWXKX8Ho+PDhG\/kWWWFXPWlFGrYWkoJAzvSlouCs0XBQpYdPesGmzRqkEcd4ikYWMNudqznvQ4QfZXwZWZJJs\/hx57ZFdPiL7\/AOhy+c\/sou4u5+0EEcq7MqqR4cWJ4sNcgkdayekUaK3bMRBxWTGLr+Ikkjf2rPVgArFoPw02yb2fZQnG21RdASwhwcVSZIFdhNRG2DVReykytURQCMVrG\/QmDy88jz2FbIVledCk1doBfdTlgRqp6YJUVhTJvvmjjQ7J20fdvuSOopSj7FZruC3IjIVzvj2zXn5O7NExpdXZ7rOwNZxexszrcSVbgh261uoNohh0fEYlAIc1jKLDoIuEYE88V01s5QN3aIczQJCq\/nY9TjHKhPZaQkmd5SdsdKtfJoigQvnJzV8kWgvh6vG4z0O9S5IUjRWc\/iAJ28qhy9mLQ6SZe7\/es3IEime5JGF2rO7KoU3RLvyzvzq4utjSOW9gWIJ671LyM0pDy0gWJRkelLnZIfFoI23qokswvETqv25HxfvWsFo9DH+09Ds9rdfau4zMT223vwOuBisMvZtj6G3C7pHt4ZSSS4GQfPkfzrhzJKVnfidxoZzTd6pFZ6eijN8TLIxwG+VI0QlllJJzzq1voCj7SVODyo4lJjGG4h4hpivJNE2MJcfoH8x68xW+PJ6n\/mcuXDX3QPY+wlq1vwC1jkA1KuD1616ONVFI8yf7jVEYiIq30QuzAdp1UcQJFeN5kf7wJCKSVRnHOuTiIBuJApXzJo4tbGme8WJ1WMJON0HL2r349IshKeeKAAZaQGW7b8QPD+CTuhAkkBRTnG9D0rKirZ4EqsbltZyxOc+dcnCmelGWhrHjSM5wD9aqg7eg6zRS4DbYrObo0ghzJeQ2Nt4WyfKudv4N4RbexLAZLuZ7iYEqOQ86zOhr0PuzcpuJnjU7Ig5erV1+IvvZ5fn6iNuMW7GXNbZZfeeItGdKtHcjGfep5Foe2utkwRWcmIt+zsTnBrCTAou4NKE9agDK8S71CWQ4Ga1grWxaBYuIOgwTnHSreP4AKt1lu2zp+dJPj2FB62DrjX0rojL2JombMMMYolOhIEvbJhkqNv1pLJYPQjksm73DDrWymkNDK24ecAnGKHmQqLZ7FVGFFQ8pNFtrb6CDnOK5pzvsot4g7pCcE1EUrsdsyNzKROdRwehruxtLQy6C50jdsH3rOaTCjeXDEjV0NJo5BY+CSDmoeikC3EG2+aEMHSx1AtjbzqWyrLouHADLA5\/Wp5By0VS2mh\/CMetPk\/Ycg2xtznfFNMQwY6E35CmyRReXmJQFOKhxs0ii20AeRevrQ4mi0P440WPpmsuNMTZXPKqpscH0ppCB47g9DWq0FGXud70\/5\/3reL9nfBfaejWv+AvtXYYmI7Zf+5fKufJ+43xdAvCbjTbvGxI0NrHz51zZo8o\/wdmB1Kvkci+1SDDbVx2dPEvukjuIdWAaolaMnxFdDsBtVxVlitnJ2Iz7VolZn0RaVoznce9JxaKjJPs3vYPtw\/CmWC8LSWh2I5lfUVtgzOGn0c3keOp7XZ7PZ8RteIWYms5klRhtpNejakrR5ji4umecdrbh24rIkKs7LzAGa8zyMbnkpAxZa8N4veyFYbC5UDmzoVH1NC8ScnpEDSLsXxW4lBn7mJBuSXyRvyrReBNvbBaZ6vDeW8FsiO4AUYHWvQWOi+QDfcatYOSu+rkeho4JdhbZmOO9qlgjAjVcny51Mml0XGNnmvbzjtzxaKAqxKJuUG2axlPkjeMFEycSF3U75zWDZumMHLxp5HFV6NItXs7HN3GDIxZj05CspQrs6oSvSOwTyXtyE5qOeDyrF6NaQ04ncw2sccCsAcdNzWe2JSpWzR9jeGizgNyZFle5ODpzgCtsNxkji8lqcWNeIyLq8RFaZf3HhIQEI91jpWb6LHVviOPapexNnJLtVyKOAWCXFyrLms3GgMxxVg5Na40L2IGBEwB3BP0rrcftBM2HAI0EQzjNcE9MtMaXEqxqOXKtIvQMChnUsQpHOlOfySEyR6kJAztWHOnoGKLqERkNjka2jkvRNUCfaQnX0xWq2UkXwTJNzYVm20KgwRoFBXY1k3YCnilwUBAGa2grEZ10719Tc66o6QW0VNEUbI3HrU6KTNc88rEAHao7Obor1MviyaTKJrKGADUkIsjlXcE0pIGEiRcZGc0uIimU6vKk0NHYiVznnVRfoGRuJW08s58q1aEgNrXWdRx51FlxdBnD4cNjOwpqPIuxtI6JHjUM1osSJsUXJLvhDzrOUeI0y\/BEQ9qzLEE\/\/rjjO7\/vW8ejth+09Ft\/8Fa6zIw\/a\/fibVz5f3G+LoUWUvcXKPtjOGz5HY1HRqG3iNAToOpTuuK4pR4to9CE+Sslw7jCAd1LsfKpiU4X0B8VdZMspH1rSP4JbpGfkkQMfEufcVtFezCTBJbtk2H0ztQ7XRN\/II\/ETHybHsani0y+Q57O9rbzh12j287Lk777fMVvBtO0YZUn2e4cI7ZW91aQTtpEjjfIBIPvXWs2jkeEax9p0mDd1ctqHIHBFUs9kPC0EDi\/2lMyMwPkDg1pyvsjjQtuOKxxl4jJl\/iVnochpGf4l2piaNkfSCGwy+R86xeQ0jCzMXnG47sMHOGG2c71m5\/Jqo10KZJDjbEgPUVm\/wAGi\/JyIBTkdakdhvd6sHO+NvT1qkxWKr2B4vvGA35AfvScfk6ISXou4fcNa4d\/LJxsK58sWdEJJoDadrm9aR84LY9hWTXFUacb2bvsbf6LsWZfKEgqD0NaY7bo5c6SVjniKt3hI5b9a1yPdngoTRAifJGd6i0yhg02lMDbaiiWLppJNecU11Q0C3Vy5TY70pQGLJXZyc4NKNIGgFkUSZNdHK0QNrO9MOAu+3PNcs42WpEOJ8Qd0JXfHlShD0Mhwu8RpvAzct9VVmgvQro1ttcKY+eRXC47ExZxNw5YLitYiE\/2N5FJPWtlKirRKKIRkg7Gm3YFjz4GnUKhoVAN2C6kE52rSA6FgiKyYzvXQpaE0EMqhQGAzUCQ71LjlSUTnIKDK+kA49qqMLYWfTR90K2WKikK2uSpORmplCh1ZZb3rFgDy96ngJxGsBL7nfPIVlJUFWGIjHbG1OAEZIgCM4rZv0Kj6XSF2rBgBmcQnIPOtcb2UkWfahJGVxlieeeQrqi1QMKtLcMMtvXJl2Uiy4j0jpisUirM3Nvfj\/OP1raPR3R\/aeiQj7oV2GRhe1u\/E2rnyfuN8XQlUVmalnFLh7e0tJckxsSp9CDWGZLs6vHl6KLu2W7gE9udMnUCsuzqTp7M\/d3syKY5SdqqKsznIST3IJJ1P\/8AEgV0xic85Udgl7xMGfB8pFx\/91WoqjJy2cmglBGtCBzHUH5iji49oOafRclvltcYLEDOBzIquNoz5fI64ZeTIFRXOg8s+dAWazhnE3ijOWwCRkZ5UfkOxwnG5EfJkyOYINXbslxSL5+I\/aoI1lbOds+VaRl6Zm409Gc4jwySaV9L6mXJxnnQ0noLdCUW08QAkTY8j5+lS1RSYVYBlymSM7gHfFZtGiY0gTVGC\/MHFKgsOtlyc8ydqEBOa3WRGGOh3IquwTFd\/ZsEPdrqOnKjzP8ApUyiaQmJbtu4ZYl3ZfiYVzyx7OyOW4mh7ALJc9oLcLkqpLsfIAVeOO9HL5M6g7PTLmIE1lKWzx6Es8ISXI86yUtgVycuVbJ2KgGdjzFapIYrvNQOd8elOXQXsEVdQ1ZO1Y2JgV2zE+D51akLRZw9WcYYZIqJumNh8sHmNqmwT+SFtAI5CVXbpSk77HdhxujFH4c\/SsqtgCrxHUTkZpqAnsNtJwyYxTkmgTB7w6ck1UJWFCSSQiUHoNsVu42hh1u3fZHSs3ofRXeW4G42PmKuLsYveXxaWG461pxJod28wKg+dUoezChlbMgXlg4reEaJBb6TUdPStqvsaEd4pZtK74rFtGqRG0tWWQM+c+VZSY3EfWj6cBRmsJOzNqhh35jTPn0qOmTSIRSfaJQFHXetIty0AzXh6FR1NdCxKhoEuuFA523rKcePRa0LfsZikGCee9ZxmNjKFygAzWzjoR27nTuvWocQ7MuDrvkPm4\/WhI9CP7T0aL\/DFdlmRhO1f\/ub1y5P3G+LoUAVHo1oZwwwXvDms7oeBicMOanzFYZUbYnpmT4jctwK8a2ilM6rzLDHyqFV6OhSbRnuM3qTvrUbHnW2OFsiTpCeS6WNNQBI9K6VE55SPkvEBXc5IzvsKaj7Jsd8Kve7bCqrRMN4zup+X71NuL0TJWNAYZCPsuF1f9Inr\/SfP0O9UmpdEO12BtcNr\/lkQ4ORj61DKQxtXZRKutvENQ\/f9apL4BsY2yyNju8\/\/LpVKhNj2xVkhYDBfnvWiM2yE948bq4csUOCfQ0mNF0jxSjJJwTnGMij0CQP9ijILxE86hmisvjQ6EAzk9aXqg9hcS6ccqTXoYfCgPpmhMRC5tiRldmGwzTsZmeOcL2Bt4yTks5AyamSvo0jOuzVfw7tfsVg1wygGdyuSNwFH9zVYo0mzm8mV6NK90GY4IOK4pq2cgveUSTEczWCWxUVXCkYK5NbxYilLaSU7g1o5UM+m4ZlPFms55BMhHw1QMY\/KuZ5BUA3\/DlAOFGauM\/kTQHbW3ckYGDmrbvsEHlA4GrFRfwOiapHyyAaG2IrmhBBGB9KV7sPQrmsijhh9K15DQXaZGFIAIqZWOgie21pudzUxdMBPd2BTOcYrphILKrSNoW35U50xllxqUZOCvpRChWLVh7xyQM1vJohslwy6Rzhmxit18CkqHaXkcce7Va0RQumvu8n0R0O3opIKtbYPuxyayZZbcRBMEDArFpisqW5ETVnSb0JkjeaxscGqWN+yGg3h0+ls5AzVwXFho0FrOWXmK35oKLmkVzjOcVx5sqei0qArpF5gVlF2MS3s7R7DnXVF2iQaN5JjvkD1rOUkil2CW+97H5d4P1qkrZ3rUT0ZP8ADFdbMjCdp9+KSe9cuT9x0Y+hUKg0GdnE7WMzxrl4zqH0pOPJUOMuLPOOJyl5pTMS0mTkmufjTs6lIz96wLacn03rrxxrZnkYNHHpBRs4blWrZzlos2JUZJXHzpOasGg+xVokCnmp2NZylYJUqCGkIyBuD0IzUp0Ohpasl3GI5ziYrhWbcj0J6j338ieVdCd6Zk\/t2hhaL3DgSLkgYBB50JUNOx5AY4vBqO4BBOwPrT0hXZOe67t8Etttt1piALiXKtJHsSM4J\/aixq0fWV6GjbwjCnl1HrS9j9D7hWJreVVPiHiHmaHQrots5leYpJ4WHQ0IbbqwuVlhk0gjelIIuwyz8WOX1pJFN0MntSAupeflyNDjQlKykWIkbSU+KkgZr+EcAA7LXUNuh+5+\/i6nP4lP0rpjFKNHLlbfZiZWKu2WNefPbMvRXZTFpjvyrDjsY1UaiMCqJegqE6TyFTIVn11OgXpWM0xAizp54rBooGvHRxjIrSJItmIAPI71pQA8twAB0NCQyv7SBudzVBROO6DNjrSaa7At1qW35+tFWIqSQJN0I9KbstbGCMHVTWSsQBfgYJJ2rog9EsBWNpPENtqpvY7omtszDxMTSsQTBZrGOWc03KxaPPbWcxsa9RGj6HNlHLNu2or5U20tmbD4LUi4yBjFZ82ybG8OEB23pLYmwbiUjBOtZtOxoz8ksivzNNR+Cy6O5fG6Yq1ohoMs5HLAnI9axyP4AdwXTovxVwzlL0UgmK80jnvUbGTe6yuSdq2x66EL7hxI21dPSJLIlxE22+DXPLbLQts1\/wCehH\/7g\/Wt12jvX7T0VPgFdhiYTtL\/AO6Se9cmT9x0YuhYoqDQ1HZO3aYOirq1HGK1xK2Z5HR5z\/FDs7cdnuOyrJgwyeNGXlv0pZcXCRphy8kYGZtTcyDVKi27LIJVICOAd9h602iLGKBe7B\/2KxYzvL50r9AfKmttgfpTW+hWOLJNRRieW53wa6I\/kzZp4ohdW4DRqrjfVjmf2rXtGT0Kb67eIRRMA2jcY8jzxWbZaGrsk1qCpBYY3zSsdCaZ5I3K\/h50N0UD2U\/dyuoI0n15A+VLkTZp+BXHdxqDjwHfO2xobG9kuKS91dxyxnY9c4+VJscV6Jy38bAyuQAKcpCUaB17Z29k2B3hwceFc1Km70htI1fB+2lrcKizxMI3AOwyceeK1U2tNE\/TtXFj214rZM6ssmtCc+Hp7jpSbSdj4tqmehcDUSWuYmUxXMbRMeeCQcbVvHas5pqtM8zvrYiSQHmpI2rzJPbMkgGwtmMzHON6i1Yx1ECg5UmQ9lNxMRyFCAT3kkrtzIWiS0B223G7GuZoRZMoAxmmuwF1064xnGOdaLehUK558tgNWiiUgbvWDjJyKfH2VRersGyp\/Kk1Yi9ZJJTpzU1xCgy3jCnc6mpehh+hu7yBWTasdAM6sxwTvWkZElZJjj35+laaaIorW9wQGFLjQMPguA6eL5Una6GYex4frfLjYV6ikOTNLZRrGukfSnJ6MmWsVRieXlWXQgeWcjYU0hlLFpmABzS0NMJj4emMsAaHKkDOfYFZ8AH5Vk5UTZY1uYV8IGfKs7sYM0joSWBFZzjZaKTfFm0gZq4YgDLcSSjLZxW0cVCbClQZ3NGRehIKWVVTw+VcjuzWIts9+JQesgrph2jtf7T0BfgFdfRiYPtFvxOT3rkyfuZ04+gS1tpLiVY4ULuxAAFCi5OkU5KKtnqvZXhf\/l\/h8RvCBdzsBoBBxvXdih9NU+zknLm7MH\/F7TxHj09m4yDGdIB5MKjMrm0Xi1Gzwm+4fLDI4Y4x0Nc\/LizpTs5w+IKMsxPoVqXKwSoOJC7LjFR3tjPs8qV0xhtj8WfEAf5etaQohj+3GVAU7\/1j966E9GbJ3F1NBju8LgbYIpOVCqzO8TvmadXK\/iyR5edYvJZaiEwcSZFxnbOTvUKbHxosmvEkUkMcsQedVzHQpvZmjuw4Hh5EDqKfJ3sVGw4LIXgXIHiXSTz+tVd7QqLb8NIEj\/EGBzSaBdmS7RcTaIT92zGGI8h1NEYuUqsic0Mey9yivDdrFHNH+OGRcpIp5qR6jPtzrbE3CVoyn9yL+KcRgsOK\/ZrIyfZFnLW3efGqn8JPXnj1xVZpKrXpl+PyumbywgUqkyLpMm7D5VlJbNU2enfw+vTqlsHyykFl8wcdK1xNrRjlVqzPynXNIDkkk8687IqkzmRXbQAE4rFPYNl0oZdqZJUEBGSN6dsAO+iAG3M9KJOkACpEec\/SsxAl1eqAcnA9apIEJJrzU5UEEVqoeykitImlJJ2FaaH0EJZlmBAOKlyGEPZlQN8elRYrKQjJJpzvQ\/kB5wyBXRdY3rnnKhjOS30p4flWXKxAptBzJ3NUnQAl5BojOMVrGTFQilttc2TnPSujloSC1cxqAQOVQ18BQOsPdrsMCutNozKZphCCzEitVKxUAvfNK+AcCnxLSokA7776aG0kIugmMT42rNux1Y0S8UJsRUMloMtZVJGevlWUmTQS4Ryayk6KQuv4QV2G3lWcZNsvpAEFiC+o16GF2S2NYgqppA6V10iGVTRv3mV5Vz5JJFI4qtoOQeVcV7NI9lXDd+JW+3\/UFbxW0dz\/AGnoCDIAz0rrMRI3Zm64nxN3AAiLdcg1n9FykaLJxVGw4Z2a4d2ahN5NiW7\/AAljkJ8q6YY44lfsylKU3RmuL9o5JOJRTBhoik1cj+tSpNysrikqMtdzrxHtDcXrNlYoncY335fvS7k5AtRo804taSXV4xCg6mJrlkm2dMaoWXCLbfdAgkc96zat6ZdlKb9c58qTdATD6TkbEUl3oEG2TjGrJUDritF82S96JXXG44gUikZiOYBq7dE6F7ccDEiRGxUuLYconBcw3fhD+IeexqHBrbK5J9Em8I571NDK2kOSKErGTaXvBG3N1O+RzFWmyXRuOyuZLcxkgFCcZ6jyzWl6on8lvaZjZQzTJnBUY\/pJqqJvVGIaBZ0kDHMUgww\/ekrTtIy1VML4Pp4faRxFjttqOwrVNdkpA7P\/AMX7SAw7wxHc9D\/vFTJ26NsapWes8EnXVFCWGoDGOtS2VTo33ZAaO1GTyC+WMbVrj\/eZT\/aLZwTd3DKcoXP0zXFl3Js5V1RK1Yqxx1rkq2BdI2+9VQih2AJxToOgS8ww2NRIKAHtyy+dZ2goTcUsHkBGT6YraEwBeH8Icn7zNavLRaNLa8KCxgMMisZTG0cmt1gzyqVJskXyuS2AMitFRJT3LM4bpTb0A4sgqEYblXPJFB09woXnvyrOnYMBa7AYdaviAHf3KspA55rSKAAjkVic7ECtVaEyq4DNjAzVIRY0i6Mda6eJnQsvonl2UVotDB7LhcrSgnlnyq7bQ2x\/9gEUQJFc8k72TYouly\/hAzQikDJFLO2lEOOW9aNatho0NhbOgAJIIFcs2LsOWIqc7k1jLaoEduEGgZGTisoxZQvB0uQdt+VdeKXElqw63Ree1dEsroEthDRKeZ+lckpNjINEFikznlikuxx7AOFwF+KQd2QcPnHWurGuTR3N\/aer8L4Ye6R5FIY8s16EYGHIbTNFwmy14Tvm254qv2on9zPPe0vHXlVg7ghjtpG31FZSkaxR5xxziQYFI3DHq2eXyrJv0aL5KOxEzXd5xCFmz93y8q0x7siemU9pFSyRtLLqORWOR8UaQ2YOQmSUsTvnbNc\/8mxdEEQHIUkny5UuwB7yTIOG50IbYqu5pu6J1Np9TXRCKfZlKTXRNAgXGcbc8b1LWybAEd\/t7KT4WHKtWkoWZp7oJu00IrrkMBkehqYj\/JbbX7NjWdR\/Wplj9I1UrCpG1aWG1ZJV2UTgbLKM5PTNCXyHZ6B2WIiCB9s4NbRi6IbDe09t9rge17wDvFwPfpWiVuhJ6swkVld6cW00Tuux8W1FCcNk\/wDgV7dEC5nRU6iMZ\/M0rEoo0HCILSwhEdsg1+fP61DkaKNmu7LQM12GIOnmSaiO2VLo9H7Hp\/zd7MCF0wsQSdq3x+2c+V\/aCXCJqcx\/Dk4rhnK7aOYqjGk+dYLbH2VTyDJA51VEkERiN96Yj6eIhQcVjkdFA5cKpDDFYr5ArEQkPpVKQfyEwWoj3O4ocgTCzJGqjHlU27LsU36d6SFzWkRdgBgKdcmtUDRU8oXPnRQqIwyu7ZA9amUULoJZ2dQCDtWdUUVOGXfO9VQhdxFiF2A9K3ggsHgl2GrnV8aF7G0WgIDjOfOs2rFq9gNpEGGW3FejGOjJsJ0RhsbVDWxhMTKvLFaRRL2cuJx3WDSlEaF0MPfXGw8OazhBtjbpD6w4eiAEqM1u1SM7sNaFFOVxXn5tM0RQ+AD71yctmiQDdyAcjW0UhMS3c+mU71uo6skM4e5kwSaiYwuaYpjG4qaCyKSSTv3alVztkmrx43IcVs3nYXsfNHLFf8Q0GMeJFHPPrnpXpYcXHbOiU70jY8Rv4rcMFzrHLSM5rdujOjB9rONl3wytnTy6VlN2zWKo834vfakZmzjn4m\/bFZOjVIx16+py+rI5+VZvso0\/8PYsjiFwWZU0gEkfOunEvtbMMnaRmO19wHvHw+QDtvXFmps6MekZwHbJHKo\/Bf5OhgeQ2pNUMpuEJ3xTWtgQeET2+nH1qlJxZLjYqDG3PdS5HQE10JqWzB60WrLAPFpXVjGahwldLoLXYJd3IfwpWigK2Ux5WQMSdvyqntaKWtjKO5RsAEVhwRqpWM7CE3BTuzhgdhS42JujZcNDxXKnGFO\/h5A1skQ2ajiEIu+GltP30Y1D2oSoEZ2ytUEUkkCprc6mwMEmpbLA2k0zFW1KOuOYqHIdBlhErSBtQOT1FQ2i0b3s\/EY4HcgAAYyfWrj8kSNr2dxFwbikvwt3YX6mtIaiznyiWWdgDk1w8dWYkIZSTjfHnWdbEyeAW5CqJCogB70mIpvZAowOdc81ZSFNwxI33FSl8AyUMpA8IzjlSqgYUJmVRn86VEplTS7kDnQlRRxFLA77VaYyL24YZNWpFi29gAbAJrWIiu0TWRnIIpT0IYyQhAp64rnbGL7qUICGrWHRLEl7OWOFGc10wXsRRArMcDbHStgdje2uO7TDnfFYSx7HVgi3KounfNd8DFopa8KZY8qU6HGJ9DxMsd+VTC0NxOvdtK4x8NaX6Jqg6yuViAJxVJUS0OIeIjAxgiiT0R0Wm6LnY15udM2irJNG5XIbJPSvOpp2agN1GQhyADXXibfZmzPzj73Sa7k1Qh5w22CxgjY4zWE3sdBndKWCyZGTzAqVvQHpPY3gNvbWi3M1qjuyhlkdQSv\/AGr1cUFGPRokO+J3yWsDadPhGBnGflWtlUeZ8d4+jSYE+jfcE5BrJyNEmZninELdo2Zpgc+1TJouKZiOJzwu5wNug086ybNaYolk8Q7oNn3zUN\/Av5NJ2a4gkPCb1TKA7EHQFOfrW8GuDMpx+5GQ4tIZLhmJySeVcUncjoS0AliFxvS30UVKd\/P2o\/AF2AyAjel10NA+Wic4Jx5VS32JkZhFcKRKgz54qk2tolpPQFJw+2JyCw9K0WR+iHBdsktnbx7oKObYlFIpmhUjK1SnsdFVrCFYnFVJhFfA34ZJ3dygyV355qPY3tGztZ9G8u+TkEGtbIRseGus8CyIdx8Wwp9oKaAjw94phIijSSQcDY1HEfLYHxLhutxJGNJI32yDUSXsuLLOGWLl0AUA9CayaLs3NvCYoY4AM6dz6mr9UZt3s1dqEg7MzoGyZHGrby6Vr1BnPkexBJCMee3OuWVUZdkY108uWKxBlUkhVtqdE0TjuM8qTRJJiH+LeufIikRW3WTkBWV0OrIzWyxKSDg0+xUK5LghtOfaqSSCiVuyu+WP1okMLkkVUGKSHRWtwX8P51pFDs7Iqum+1bJUJspi0xnCj51lPQkHAAoSRWBQqv4FlJ8q2g2KhRLZaThN\/LrXTFsRV3fd51ruPSto\/gaRZGneDNDGLntZCdedq3jVGLroHmheTIHSm0NSotsbU8iM0LZLY0HDy4GxpzdE2cFsYsgjaub60kyqIBjG2d62i+XZNDSznGAScmieJMpMcQTLKNI515+SCRVkZ4DpJYCog+INCt7WIOSRWvMXYVCdtI2PKndgaXsjw+K54gTI+pUIz611eNBN2NKz1C4b7JYd0FJYjmOX\/avQSNbo857WTPJbuJZQmM6UAzkVElrZSfweOcV4m63Low2zgEDb51g2zetC+W\/1qQqoz46g0uQ0L7l2ZwZHAUDpiou32OgKaRQMKCTyH\/ek\/gEWcLukgldNsyKQSDVQdaJkvYDfsO8bw4rmfbNl0AlidjgD1o\/kZIYY7fWhaF2XKPD\/AG51LasaXoi66hvQ2MoeLDeEk5p3q0JogybEdRTUgordDzq+VsmtFLrlcYzVJqxEViKgEL4ulDlsVFqeFtTYG\/Wjb0ikh4nEYXtBiVdS8\/FWl6Djsf8AZntR3D6YIu\/6MGOkGmpUwlDkjccPubfiOruOYGsBjgqfI+oqrvoydotwC5Do0bA+4JqWNMY8Lt0WUydBuAB+1TW7G2NIYpXbwRvk\/wBNCTE2jQyxTJZfZljbKDLAjYk1s4vjRhNpiqexu2izHCOW65x+u351zSwyfRkLyJIWZJY2RvJhWDg49jIlAc+VL8EnBEAPShhRXPIFHPFc+RAStLtQxBO9YNfJRdcTqV9KatAxJMDJMQgxVxZLDbe2VVy2M0mOyF0Qdhg0JBYLHGysCSSPKtEmKy15cDFaXSEcTUxJHKsckr0NE5JzGvPHnmpSHYFJdAuVU5zW0IjJxLtlvzro40BCa3MgNCdBdkray0g53NEptgwKZMsFWuuOjFtlRgESksKutENnLF0LjkBmrjGhMfW+GIwBioydCSIXsQVSa4JNWamY4nP3RKiujEwo5Y3RO2a0lkXQcTS8Md9Oo4zXBlaKQbNK2nG9cyGwQxFpPEa0UhDDhVn9qvEhRCzMcACt8MObFR6rwLhsfDoES3iAIGpm6E+tetCCgqRqlQJ2gnfS32mRhp8QCnAPpV+ho807UcSZ1bu9SA7MR\/eok7ZaR5Vxqdmd+5DDzAFYy30arRnhdgSFnDL55NYJo0dlkV4rFhGqtnzov8DoHmbWcONK88aqXrYFbFYzqJZCOnU\/LpVLQmfNMJlyAfM5rKcdlR0UFcnbl5VKd9+hssVSMfrSY0XLj1zUv4GSGBvgUuugONErHbNKw7KXjIJJGKFIZQye2a0UrQmiIjUnYU7slk+72wAc8htR2DQuutQkCyIdAJzjr8q3hX9Sbd9FtikVwpARgQcYYcqmaaNYU0PrC0kS0WW2PiLYJHSoxptt\/BeSXGkb\/sxbSW1vqbaR\/wCbrtXQlRySdsPfu2ctNMMMPEg3GfSlYzVcFERt5BHlcAZLA4HqKa6JejU9mbES3nfyy95HENZXBGw96vHFXbInLVIDNnZ3EnEriLiS\/eyairxMNPpud6JKMr2Zu6ENzZShmNrcRSN0CSaGPyP96wlH4ZmicX2oqFuWkI6a9\/oayk5VTGX4BGKyvZLKpMgYzVDFd8SGPUVnOgAVnCgLjx6s59PKpaXGqEGo0koAztWD0DYRBEoxqFSpbAsllCDArRKxAGS7kiqEEMNKcsmkmCAijGQHcU\/wUwlAVBxUMkFu2YjbrVRHZXa2JY6iDnyrpg9FDG2tSZN+VXJjHC2aCIYFZWSCNCqtuKqIzPEhRrxXb0Yi29utmA5VqtoVCmK6cXAVScE9KmcuJfE1vDpvDud8VyZM1kpIvuiShBO1cjnb0MzPEoQZPOtoSYJkLZVjYYxVsr0aHh8wGkDfPOsJRcuhDc6WAyKPpP2FlEowQBzPLFL6YWeh9heCoIFuRJl2GM4Ow+depgxqMbNIr2am8uYLSDulLM4HTfUfOulFM837T8SjiiJcuWOSdJ5fX96ltFJHkPG+Ma52xO2kHcNtmsnI0SEd3d98gZlEijbw7\/U1LkmUlRnL5xnwDHpyrJrejRWCRzlW2Yk+R5Umr2MKE2lQTnX5g8qla6Kq+wcnJJDb9TTsn+SmOZoZQCQVPPenXJUAbkMuVOxrJqiyKthtyalUwvZehBO2aXQFobA3zSZR0EHOGz6Gp6AtChxuDnzNDXsQJcLpJyGO34etVGxMo0OSCgYA779Kq\/QUXRxlQNUm\/Ok6YE3tkmXxc6UZUJqypeFywnXAQ3mD1Fa877KTobdm1kX\/ABidAOdNClUhydo39pcwvGQ2Qhxgqd\/StuRg4tPRNEglkURRtITvjHOlfwGzdcHtlS1X7vuQdgNxVr8kNm84PDHb8AuZnUs5BAIJyPWto6VmUuzHWd5cf8NkaV3bU5GHAbA+dZObStiloXXTawdogdtygKn8sj9KynO0Qg6yYgFZIwDyOMjPuORrBzp7E2QuI4y+Ae6b+rdT7HpRcW\/gTBmiYHSy+meYoa4oSAru3IztXPOQ\/wCRU9uokBAwaVv2KxnZoiKPOspJjRbOV55xUxQWDGMyEitYxoTOxQiJh+dUxF0gAzjbas\/ZYtuWCbr9KpbAqW5ZtlG1HEh\/kthRnPjG1VFAhkigIANq0WjRF8TqnvVJgy43aKuC2KVCqwKS6Vn2INWkOhBK3h9K2Ut7MRXcwd4CRzraLvoRCx4eiHUeeetLJGyrGtu4gfB5VySgLs5e34xgGsVjt2OmKLiQyHAOc1044NjWipkZVyDWzhoLCuGXUizgEHas1jUWDVmjjmllKpGjM52VQMknyxW3FMk2HA+x147rNxWQ2yAg6FwXx652X8zVR8fds0jCts3J4jBaWC21voRV8AzuSfXzrpNaoz3GuJyW4ch0U8gV2PyFO6FR5\/xG\/Viwbxux5ybZqLLowvGpxMrIsKvg4BTZR\/eol1Ra0Y+5xE5BBx004rF6NBRcxHUWB\/Y1H8gBOxjbYnbyqtS0U7osgmBI54586loYQxLLsSfY1F+hgsib7VaYmtn1vMYWAbdD+VNpSEn8h\/hfBU59KwaaKRNWOcFT8qTq9jReN9t8+QGalqvZRcsZUDVpU9ATk0hfwTUYI+N2\/SlWgJtA7jI0K31qv5D8AslrJg65QM9M4o5UKj6O3TffVt060m2FB0cbEACPAxtmmlQfyGRQlY9UrAADOwq0qA+tFUHLgDJz51ToZo+ElQwMZjydsEVSJZq+C2MssyyP4VHLbGapJmcnSNfZIS4RASM4x51qvgzbNzff8p2fEJwjBScHYj2PUVtLSoyW2efQXLNZBZUEignmMH6jn71yzm6HLSKHiiYEwyaTzCy8x7MNj88Vhaa1\/wDf1MgmENo0MCrAZXHIj0qGn7AHkcMSGbw9D5Uo9isstmK+Enb6\/wCxVt12BVf4UZG37+1cuVe0OhBcFmc6frSTT7JLI5zGuDzpNCsp7\/W+kk0IQWjhWB1Zq7Gi4TAjKik3otI6\/jGayGIuJyFThSRW0FZIHbSvqGd62caQUPIWZogRWcexpF3eEKSa0oo6ZMLlTTSAX3M0j\/DvWqjXYFCSkDxbGm0DRNwmjehnP0ByMkbcxg1pBgBzXIj51vVggCfiWThTk1m4JmiiD95JLvqzmk4JILoutciTc5q4RSE3aG1vZT3FwkcULuzEAIoyST6VclS0JKz0LgPYKXQknFEFtyOk7sB645VjHA5bmaRj8m34facN4OGazt4I3xp7xvjPsTy+VdKjGP7S1FIncXYlQCdjvkgDcD3qv5H\/AAZ\/jfGIbNcoPFg4Zvi+gzik3Q0jE3t9czSNIkcecZLy56+XpSVjMte8SnmkZSneBNsQptUNtlJJGb4n9on8OoRoPwjwmolbLVITX0MaAEqM9d8VMqBWxXMwYkBSrDbzrNloX3CnO+Tj0xQigbBDYGfar7F0WhyBz3qXGxpk2BK7sBnzqdsZEoQDjJ9aL9CqjsLPC6gZYHbSN\/pSe+g6G8ajH3hycfAp3HuelZSiNO+i2M5ysQCDmQu31NQ\/aRX8hCRgEF9yeQXmanb2Oy5WXdSFwOYHIe5607p0In3bHdBz5sRimBNLaJjtGpP4iedVQFxgAA7tFUelHGw6IPIsWdi7eRp9IFsqklmlYB9h0A2oYJB9hbGVsHJNUkNuja8B4KjMsjjGkCtIxvbMZS+DY26BAqpv5VbZBtOznCHiVLq5GAd1FbQi1tmUpekH9ppddhMx28J5Cqn0TE874FiTh7MqqV1nIU+Ft+Y8j6VyS0VLom8PXPh5g+dc8lRkfFmiQ6T6jyzSTAAmLCVtOcHcfP8A3+VX7EE2kjYww5cqO0FnbrxqVPnkelc818jADaDfPyrJOiWimWzO+c4o5CYO8JHIAnNCZNE4UdV8Q5mnZSQbawZGWNLkX0XyqvdnHOhfArEd1bmYkYrSLoRdw3hul9R396pyBbHC2gVdhU2WUSW+52zVqQwGeNgCApFWmI5BbkjlWnMXRyW0xzFLkgF9yy5wa0dN2c7FF6cnCnatIRb2NfkVzRzSEjOR5Vsky00VR8Pcvvmqr2DkO7LhU0y4giMh5bdKmhdm57L\/AML5LwrccbuvskBziJPjPzIwKtQ+S1B+z0rhnD+F8EiEPC7WGPG3eMcsfXPOr\/g1UUgfiHE1jG2RKOshAC+n77UrGJ7rin4GlXUN9bJ8PrvQMR8b4y0ulVnZtuibGhsEhHe8QPegLpVwMtlP2oYIUXdy0spM0jPEPwBcA\/QfpS97K9CPiM0j5RUUIPwg4AqW7GkJpY20HBEW2edZvSLTEt5GjH7sFj\/M+wrNu+h7XYnuUAcaGyeuBSe+iugV8bAk7dM5qbGVEDoCPUU7+Q6IFSp3OKpb0BLYD98UNgEwxMcE+AEdf1qKCyxmWHAt+oOXbmf7Cl\/AHYYG3csVGfbNS9lBUF0WOlRsNtR5UnEAxAGGEJC8iw5sfIVm18AXqoXAxjyXy9TS6HYVCd9jlR+dOwGEQTGGAx1qkxUFpBFKo3xmqsNk14QpK93pOTvR2K6JtwVu8BxlfTekkPkPOEcKSNg7DGfOrj+SZSNPaoBhE2HI1d30Q0bPsvwxJJkYpqwetb4oGU2bSbKkL0A2xyrZmSEHaVscMmPXSazn0VE847LPiwnRhhC5OK5MnWxy6HQKumkHxc1PnWPemZFBjJ2POosCBtxpUnGdxTu0iHssit9x+lWlaFZKeNAOQqJQoOQBOVXlg1g0VZWzhlwSDWbv0FFEioNxS7A5GwYgNnFNIYbGY9OnYmkxPZ9KiketJSCgbuAzagTn9K1T9AFRJp5bU07GWGXAwOY61cYWMGedc4Jq+NDKtm5kUxMIi0qpzyqX2IDu5QGGMUIpGFe98G78uVdaj8GNFH2gMcnlXVFUqChjZhNJJwSa0SJ6HHAeAXnGb1Y7aCTQ22sLt8s06HGPI9b7M9muF9moGd9d1xAbMx6ew5D3oVI2jCgi84i95IykqqgYwG2AoNBDd8T0gxwxtIEGzEHT8sUrsdCSTiAWAvO8ClDyRST7UrGLLu\/e6bw28rIN9T7D6UXYCfiU4kcy3lzsnwo2QKTrtsavpGevL+OJS7PueShtTH2HIUrrsdWIJuLXcjd3aRtFGTgszfXNZcpM0UUtspa5mRiryfJdv1ovdCoruZ2WMKrkZ8yTmpmykLSxbLO2SfTYVG12OrYHM6hMKoGeW9FgkByZOwAHr51Mex9FeVY9fem\/wM+KZJxgdM0RYUSTKkCJQXPJ2GT7+lXyS0iaPmZj4UZmJO5PNjU2NIvgiCkO27Hy3+lQ2CJu+onvNwDjSDkfOl+GN\/JZCjytjYAZJx0FTIYXqFuQIsa8bDotLVh2RjmkXIcZ9RUv0h0MbeaMKpY4weRHWk2Og+NwVHiHnvTQ+w23U76WoQDqyTkS2McxVIljS3UKuM5IqhdjCHU+NsCjbJdIc8Mh1SDbO9awiRJnp3B4DDw5WCpgDOccvpXbFUjlfYWG1DJBGfWkAj7Uf+2TDzBrOfRUTzzgTAcNYr5muXL+0cv2hKTKDpJ26Vio2ZBEbmRdXUHDf3oatWDIPOFwPU1KRLPlvADzya3USGiu8uD3edQ9qiQjP3l041YbasWrLRRa3bsSBnFZSihhaz+DLHNKMaY2Ui4Pekcx0q2hFsd1obdvaokgCheIQMtWajQyyKcNyNaJAGoNeCT9KdAclTKnetYsBVcxvr25A1sqopE7dsNhxUyExkgBXIFYt30IXXkZ18sinEZ5dOCo2r1OAuwUSvGc5yKcVWgo3HYjs9xPtNKGtYZBaKRrlwNPtnzrVJsnjZ75wbhdr2c4WsdkjNIww8jnLMffoKvo0jHQHxHiD2skoZoEBGTud\/QedDdFJGYv+KsUCvJPobOkYC5z5VF+ihFd3zupVZkKDfSHJI9zyFK2MXXV9P8AZcwx26nO7Dxftik7rQ0tim4up2jDTSPI43A5D2wKQ9XsWXFw8hx92HXc48X1NJMekKLoqFLR6nb+dsb+gpfwMTzSkbKmk533x9ai\/gpFCtpRyrBmb8TdBU9Jh2L7iXWSUJY8snrWT30a9EFZ1UmRiBj4SdhQtE1ZWZUKnbUB1PKmmhUweTSSCMmlZWikjJ8hQmB8MkDA39edNu+wLipA0LkseZNT0OiccOlCxbCjm3mfIU+XsmvgreUjZc49ev8ApR2FHyeLQiruTtgdaUqSKT9DJNNtFoB1EbsfM1HYIHV8yHJOc5pP8jDLRRJINXLmc0m\/QwhF1y7bIDgCpfY0MoYVYZbcHlVUAbb2pXlyPyp1XQX8jyygIxqJOepNOibHMKaQoA3piGlqmRvzqlvshmh4NFqmQAZ3reC2ZSZ6Tcqltw6AqWDEAEV1PowRGPdBtipAQdr208Ll\/wAp\/Ss8nRUTzngPh4Tz5sawmvtHJ6OtnVtWcdGQztm55GxG9TasRRcKRz6VNUxAathsjlWsQZGRS586znEzsC4hB4ccqzLQNaw6WAycedZN29lBEkbKvUihNADKTrJUZPSrTok5IjaRkUqTArYMBjG\/vTSQwvhZYMASdPTNJ0ilsfoxCbc6gKK5JGPM71omIHlfzFaroaOR4WTce4NJoGMonQjntWLED3JXPnREDyu9XoBua9liizVdguwE3aC5EnEYprexQandvCG8gOtOML7K\/g94tUtODcKitLCPTbJ4QB+I\/KtHpFJCrjnHJAoEJAB8JYqfD67UpMaRmuI8VMEaiGNJpjsHcAE\/uKlv4KoQ8TnuQVMiRKW+LS5yPQdaHoBRdzufuoBCzHrnOk+tS+6RSS9i+SxnP\/qb5CP5IRn6nOBU18sd30Q7u3jQYjKr0csST606AWXd7bRRuBht+eQT9Klz0VxdiWW5M58CESEYBfc\/6VPK0VXyLrhGiXxyZ+dZsfYtuJGk+AAR+tS7e0UtaByGXxO3Llipb+RkTqcjSAPU70v5CjjL4dyo+dP2mgRWcdOZ50r+AI6d8ty6Ci36GdjBJLDHPAou+hUXJpXwgeHGT5mkOkSYtIwPIDZfSk5WOvRFotXMn50m17AnbxlFaYjGDge\/pT7FW6onIwGFz68t6KroZ1ANJON+YHrU6uh2GWx0xEnGWGPcVIBlts5x5UL8AxrbqNAxgHPyq0AwiXSQwJ22xQ9bD8Di0OkD86diHVthwABmqJGdvGSNquKIkzU9moc3CDHXlXRjRjNmr4vIW4hGgYroAGnO1XLshdBsX+GKCTM9uGxwmY\/0n9KzyPRcTzvs6S3BdTDfNZT3EUugrTXPejILikCKM9KQAV1Pk7Hl4TWiiAIJMsN8Votdgw2BM4zstYy2ZsqvkwueYrJoaKLVNTbgYrnkygua2DKBtijQgZrQxjYZosD42+caqObodHzWqEHGKfMRO3hRCNtxQgQwBUIAAc43qlTKBZuRNXQAesscetWrRVl+NWSTv5mqcrJBXu+4JUmk430CRH7aGPPNJQYxX2S7N3fE7lHezLREg6pThcZ58v3FetGPtkRdntpxHbR2dvEY4FGp2yefuev6Vb3\/AAapUC3HEILSBu9AeQ7RxknA9ccz7nnSvQ6Mnd8duLebCffT89vhVfQdaV0Nox3E+K3V5faGk7oj+nWc+WKi23RdJKwe5muApUTA52LSgajQ7BL2ykS2qwkTktIOeDjfzIFHoE3ZS725iB7kMR+MA7D9Kkr2AXGm4AZggj8y2r5VPfZV\/AqmigG+lpGzyAwtQWVTPMqHGiMHYKq7Ae9JyYkhbJAzAv8ACg3zn+9ZtKrKsWSsdegHLZ96E7HRTIp574PM5qLa7GU6gmCxJB2GarsXWzoBBznfpQ1QH256\/OlY6OKgZtiSDtSukFFjgL4V6bVNhSJlMDBIHmc0+kOiaqGcYzgdKXYFyqSSW9gKi1Yyy7jzoiAyF5486r4sSBCuJMtnOadhRbFz67chSqmOw5gNBxjAwNvSk9ISLIAQ4I2zz9AaSK\/kZQuc4U7cv2pp0L0NraYMuCMYG\/pV2IdW66kGDyFOtC9jWxJVwpGG54oQPaHltv4sEZrZbMWa\/sudMq6up51vjMpDzioH\/FRhgwIB2py7JXQwT\/DFUSZXtzvwuVf6T+lY5Oi4mL4VGI+AIwO2d6lr7QfRT3mX57VzOOjItY5jJBoihCu5YrK\/ln966EgRGNSd+lJhYzgcBQMjFc7ZnIpv5gBzGKiT+AQJazAPudjWEo2UOY5FZNt6xpjOFlB3FUkwRVLJ4eVNxaGCNcrnHI9aaQmz6O4B9apdiLGuVVeuKtRofYHLeliR58qtIZCGQ6\/SqaAOZToyOVSmIQcSEhfw8q6cdVsuJVAkpG2eVVJRK6Pc+F2MXDrWK3tIUVwMFiAGPv5e2a7\/AOBJJFHGeJJYWza2SJs+Jc5z6f6YobpAkYjiXFXuAzW9oTncsfCx9d+XzzUlGbuhKsOtiI3O+X5D59aT0MX99Aj4W8bvXB+Bjy\/IUv4GLbqOKNSzszNz6KB71LSKTE13cc+6ZcHfOr+1ZyZomAvLNI3iaVl6AucUtsKR9FDMVBZwoHUg4\/Palsdou+06MqZlydj4xmp5DUSE00khwDHgcv8AZqXJvoql7F1y8m+cHHrms2\/ka\/ACUfGQq6+eeVNpiKXGkfETU\/kpg7qNWWB+dNCPhsBnwg9Opp6A6GyQNs+QFTVhZdFu3i2wDsKl9j\/J0DQfXpTTsCaqCckk1LGiwKckYwDST0DDLQZYMR4U3FNfgC0x6vT160xUDSwBV5H1pVQWQihKuM7Y3OfPyo\/A\/RdqCqqrkk7nHSlYL8hcSkliD1xin2ATGCFA6Bt96KGMrVxkqBnPTzqhD7hsgLEZ9KZMkPrcagjHZga0qyXoeWWygHY\/rWsTNmn4CdM6bdfpWsTKQ84ggXjGV6gZ96cl9xK6GS7IKZJku3JI4bMR0Q\/pWOQ0iYjhUrf+XWLbZND6E+gaJgMc96zaMgwMBHk8qiIMXzSRgSZXJY7HyraNE0UwyjGM0NARe8CNiuSaFQPPcl8\/pUICiW9xIMLpXyq5pSChnaXo0\/EBWDiOi9bzW2Cc0+NAi93Dpgc6bGCSW4HXej+SWVhGXcbVPsGzsjZGPrW0RogYC2NJxTYy61g335+VQ2MbrFmPHSo6EwQ2IeTltV86QJBMfDlQfCKh5GUbjivGIrK3T7TJDC8mcDckD+kcyfWvcbrspIx3FOLwSeKytJnYfFNcHQF+ZH6Cpv4X+ZSVdmZ4nxmYRYFwskr\/AP0jnG\/5UndDpCWeD7vvbqTumYZYa9yKTikgsSzcQjs1ZbYSkNzIYEn6cqlypFVYtuTeXOhiNEf4dRJz8qiSbNFSB2trtWDykrttpODip62PRwTYzqjYsfCDqzj19KLFRHKsPG7LjpUPZV\/CPmeNQAoG45EVEnSopfkHlLAY1BTnOKztpDonHGGTfGnmf6jTVAUXDhixXJ26Cjl2x1oGAG55n2qWMGc4bffy25UxEBu2+T5gVWqF+C5MYz8IqRlqDBOFyfWkDJrGS2Tgmk9aGXaSB0FLYEol1AnmKSt7BhcQ+6ONs88VURFunHxfCOlMZ1o1ZR0PnT7QuilYyD6kHHpSSAjHFq8Q6mppjDVj8OB8R8\/Kq36AMt4yFPUDYU1pC7DreA4LLsR1oHYbbEhtvekNmkspNQUbnI6VomZDy1JGnV8PPUK1jfRmzT9n5i0+Djngj9xW0HbM5I0V9\/7x12UfpVS\/cQuhlnwCqJMf2\/OOEXB\/oNY5Oi4mHsXB7NQ\/1Gk+hPopC4QH86kzPu+KoRnanGIMU3c+SSK0URAkU7d5tmhxHRJgzN1rjy6ZNk9IBGT71iybB5cMSBTQ0dgBB3zirbTGwy0J7zxbCoe0IdQqSD\/eoHdEZEYnfO1JsVlMoZjgcqEiSyOIY8XPpVWWmSICDeixgpulSXyqlGykg0X2wOqjjYui6C9y29JqhB\/2xQByrNwYz7iXECZZJVto2kfIM0rkHHv\/ALFe5s0VCKd47p3e68W2cJsPTmaXfYwG4\/4NaBXmtoJJseFM5b3\/ANik6Q9sUcRv7a6TUIo7dQdlYFsepqXT2UtCe4SF1JtFLkZ1SsukD2FL+AuhfNPJERiR223PwgVLZSSBpL1c7hjvsW5fTrUOXwVFWVTSkjOpSOYGdvpUsoFklkc+E\/Raybb2UkdV2TxSOGPTpU2vY6JLcZOERAQNy1JsaOTTM641Zz\/KNqnl8jopdNI+E6j1osdFTEoAvU8hRaFRUYgNJkI1enl5VVhRW\/hxy38+tNCaJoceKQ+29Kx0FRR6upHlUtBZ0HS+hBluvpQgCFQkgEnJ8zQCJMBpAA8P60XrQi+D\/CBxzfOB1poGEW\/jJ6k7ZqltgXmNdJwRgbknpV6YugYou50+2aj2BfFCMZPIYycbmnxvYBLRZ3xjqRTaGE2kRB3G3SpSCxjEhUYG\/wAqKoAy3hXSxxzORtRQnYZZs0U4TGxGxoWgZpYWwijOCdq3T0ZGm7OKFmB+R9a2gZSNPcnPFBlQMKB71Uv3ELoYD4aYjHdv\/wD2i4z1QissnRUTCyr9k4LZxNjcZpLaFPSBe+wmKKMgOafYgVpFDFsjlmI86sBjw+yBGSKwyToTYfJbquDgA+1cU5WyGCzLp5Lms09k2CGIEksNya1uxoJigBXYVm2UXxQKo32NCdiYdCB51EhFjqSPSkpADHbNaLYgaSYxnd6pKyokYZHnJwcim4mlI+ltSQTtmtIgUEPGMHetaAlA7F9iOdTKKBh41lRvWVUItu76GJ83gWd15gZwp8gOtem2bC+a6NzJrbubePG0MaZkpW+xmeult2d\/uQXJ5leXlnGM+1KigIRwQAu4cjmScL9BgUugBbu+gOUtxoUHJAGTn59alyHVANzcgAFlYnmFfB+dS37KSFrzYfXKgXPINz96z12OmVzTQlgFQMfMVLaspJnCcAksFz+HrWcrRaI6ojlVDY65qbKJK8QO+nI\/D5\/Ok7D2RkuE6IAQeYzS\/Iz6LSTqckk9cUm60B82lXJUb+tGgopK5xvsKd2BXKmny500Lo5GpLZOcdBTYBisVTI3Y7AVLdAWQRaFGR4jufWjQglQAowMk00BUwKDxHep6DsshdjHt8ZOBnpVIA1VWCHAOT1pqohZeGAhbI35\/OqT0Ik0Q23ycZJqgCI49thk5G1NAXxxkvkjwDn60AFwpuCRjbYe9SAwhjGBuCR1oCxjbxDmBQkI4YtMpJ50qHY2spC2lThhmrUvRDXs2nZ4feqOpNdMDnkP3lDcUYMwDfCozzxzxTbXKhLoaD4c1RBke3ahuGPk7YrLJ0XFmG4uFSO1D7ppxmnjonL0Jrpgpwm486tr4ISBWZj0BzTQyEKFnAC9aUpUQaG0CIg6VyTdiBOIXscbYJz7Vg02yewZbpHA3qKoKLWRZDleXrTv4DoMjRRHtjNZjBbmTu98jFUrEyqO93xTcbEWm9ao4DBLm6IG5wPStYJhQsku3mfSDtXQo12WlQ\/4aiCFShYsRvnpWU3RTDHAVTWansBXcsckiuqLGga1nImII61UkJocwy6huN6jiIDSFjreVZVA6zSgn0IC8q7Ujd7BHtJXifXcd3E\/RAAxHl6D8zS3QaFcosEBVO8KqTqfWWY\/LkKFRW7AZu6fLLAhUDIOTkDzNT+RgGqEkmMqMfyruaVIdg8oaQ4LFc9OWPnUNDsFngSAEIEPm5Xf86h60irBwzgkjOnHMVP5GVmcfh0\/Pas2y6Po5UfYohcdSahpdDOyW+d9SDrsM\/Spoop8BbBJ+VKwouTSdhjbnmlQEXG53HsKa0x9kWAzsNPTnyoq+hFUyg4PPAyapOgZGMeMADb9ab+SQhR4uQzjr0pdof5CIuR22HruadUIJ04UkgDoOtOrGBTnLEDZcY386m\/gC63kCKzc9tvShaEycLl33yRzNNDGagYXB2B29TWvokLjjwFJ3PWmgLtOCBgn0FDAZ8M4fJfzCGDTt4mZjsPWuLzvNxeFieTJ\/RfJePG5ukaWDswsckEou9YRwXUxYJOehyfzr5jL\/ab6kJQWOm+nZ1R8fi07Lbns3PEss9ky3MROVjUESKM7bfi59Dn0r0\/A\/X\/HzpQyPjL8\/P8A7MZ4JR6KLSPYAjkN9utfQx6OZljw6l1DbJpNaFewrh8OCoG7Z6daVqKcpOl8jdvSNfwpntyGUDWRtn8O3OvnPM\/tTCDcPEXJ\/L6\/p8m8fDvc\/wDI5byL\/wCYoriaRiUzhm8iCDn0\/wBK8rw\/1PJHy8efyJt\/Lf5N54rxuEUbdMMlfoyPEZjO3hP\/AA2VBjNZz+CkYvjkEr8OtWHQVUF7FNiB0Ye9XRK32QQMTUsJDC0gz0rCcjPsMliZUOPKsExGV4kszXGQuR607URrZ9awMMFs+1ZOQMdWowviGaylJE0WTXCxJUoYmv7hXVNEgLN0HSt1HSlYEIBpAJ50mAWrE7VJILc28jxlgDitIyoaYFaW7CbDEgk1ry0WaezUog07VlIYZHGZiN9qxfYXRO6showorSMqCxNJYtFJkiu2ErGpBCPgb03EEhD9sIKy3crzXHMRBcgn1zzrZP5N6K7l57te8vNSDYrEAB9cUmm1sapAt7mRVydWThEQjA+Q50nsIgk9uwx3zhRz0nI+q0mMqkZwhEYVNI3J2ofQ0ASBxltwOmWxmoZSYOwc+KWQAfyxksT86h2UvwVyBSw8L456WH7Vm38FJHPCwOQQPMryqSitYU1nYMPXbFQMI7tFXUBnpy2qeuh0RDo\/hGAf6RihKw6K+57xjvgA450mrBHyxDWMnOD+dL2MnoGsgADHM0xFPdAMRg88mnXoD4IEm8yKpIRJvxH0xmlSTAJt1wrHAJqkhBEf+HgeVNL4CwKddLbDIXelVBZxScqoB2GCPU1PWgNFw7s1xK94fHc8NhW8if4hC47xT1BU4PzGa45fqfj45vFkfFr5NHilSkgy14BxJC32i0lt2XcrMNBIHPAPP35etLL+reNBL7rv4HHFJsYwcDvJwjRojRnxBjIozWX\/AO74kV97af8AAS8eSeiq64Xc2mhbqIoSfi5hvQEbV2+L52Dyv8GV\/wD3wZyg49jbsgJpL9obaJ5JJAdKqOgPP0Hqdq8\/9c8KflYY8FbT\/wBzbx8kYNqXs1xbEsEEdzC7EkymM5UYBwurGD5kjPLnXxuTxY4nx5Jtr16OxPluhxZ2d33Bk7hzEpO6kNtnnsc4rmn+n+RKH1IRtfgX1Ip02UcZtlvLZ7kD\/m0XJcDeVRzDeZA3B57EHO2Pf\/s\/+tTWReL5Du9J\/n4f\/g58+BVziJooC6Kq78sV9p5HkY\/GxPLmdRX\/AN\/\/AIcEYucqiaHhHC+4geWR4yrgBCrjUjDnlfI+4O3Wvj\/NeT9SxOc7jF9K\/wDVr3f86O+NY2ku\/Zd3gRsYKsMggdD\/AL3r5VRcJ8GdPYoguQ94xO+pjXZlp4y3GjccCuzcWIU\/FH4TnqOn+\/Svv\/7N+a\/L8JKT+6Gn\/wCP9DxPNx8Mlr2ZXt9dhIZEzuRivblXJI510U8Ak4ZxjgsUU76HTZhnBq4a0yZKwmXshw24UdxdaSBsM1dWT0Ze77OXVvIdEbOobAIHOoknQmyUFjPEoLROAPSueUX8ElkoJGGWs+LJFFxbozEld6xlYrImFU307Cs6sVlclzGPDyNHErsV38yupANaQgOtiwRKbvwSak55rWcElQ71scRxpoAPM+dc7WyaJoV7wKOdJokaCAd0CoFJIZR\/w0skk6L4YyAcetbQ3f4KWiyNNIAqnG9lBtrzHvWM4iGekaMk9KlKhWLLvBzvXXiY0K5B4utdBRk7m4jMmYtUp6yyLqJ+XlVWvR01rYOsyuxHdO7DkXGB9Keg2iYkdWIhjZWYYJUkE+Z9KX4QfyDyIwADzbdFzv8A3o\/gPYJJKxyowB0KkAj\/AH71DZRTr0LjKZPJnOTSt9DIMsOol31OB5VDKWyh3bfu1yDgcudZttlKiEkcoI1bnG+OQ9KTTRSIRpkgFBgeeazat7GEMyY0uwY52wOVJuxqyLW4DaiCOu3OihrZaqnRsD4fpR6FZADKAj4ydvekkP8AJJVGdgMDO9NJehHGTTjOd9yc0aD0DuPEEG5J3AHIVS2LoIZVCKFBwMZ2506EEcNtxPJo7xUdidJZSQT8uXvg1lmyrDHnLo0xY\/qOl2Ol7P3yrqAgZT4hpmBz7Vx\/\/r+MpU2U8MjOcRjkgublJkdXjIBUjcGu6GSOVcoO0YtNaZPh9rNfTxQWyF55m0KPU8z8t\/oaWbNDDB5JdIErdHqnZrhbcFhNvHcNIwYuWZcLvjIA6jI618L+o+avKyfU416PQxx4xo1MRhvYwtyupc52OCp9D0ry4ZXjmm+vYNP0URcDAiYcLmaUqxzBLgSL6A8mr1H468lc8Lv8E\/Up\/cLrnElvNbXCkDGCrDdWHLbzBrn8d5PFzxnFfcn\/APIqSUon3COGNY2EkTsUuJADcINtPkh88cz6n0r0\/wBd\/UnPL9CD+1d\/z\/6M8GOlbDY4CiqYtjvg\/X+1fPOdvZ1BVs8tuFWN2UgblTiiOacHcHQmk+x3Y30XEBouWSG8HwynZX9G\/vXc3i85VlfHJ6l8\/wA\/89mNSxbW18A8trHZzSjBjdOcZGcH09Dt+1T5\/m+Z5GSHjeX3HX8\/l\/P8rVFY4QScsfsHgkeFZHJOnIPPlXoTm4RbI42QuZjI2C6owGBjLH6Dy9ccq87JBTkpzaX+rNYvihbNCq29wqvKrpHrBXwud\/Tl1\/v0qvqpNKH+ppbfZrODXEkF3pQD78BfTfdf1\/Ou\/wDs55UvD8\/6Eup6\/r2mcXl41kxcvaLOIdjrzi12JZXCrn4SK\/RJYnJ3Z5Kmki+3\/hvCi574Iee1P6X5Cw1ewxVQFugMcsZp8H8iLl7K30enu76MhTyYE1S5r2JxTOP2f4rqwZLV08txn8qblNi4IHl7KzvICbWErjcCQZpd9ol4\/gEfsTqdme0cZ5aZAcfnUvHB9oX0wS77EgqVS2ucnbUOlL6UPgX0hJe\/w5uSpaJ5dY5Bo9qf04+mH0zN8Q\/h\/wAYiBYQd5nyBFHBAotDfgnAoIOHrFxThZWdFPiBB1euaHBNbRSElz2fvAxaK3bQTsM8hXM8RHCT6B7fgd2s4ZoZAetS8XpIX05D+K1miTHcMysORG4qeHH+ouEvZV3ckUbxmCQI5GoYODjlWkIpLaBJi+7QI7DRoAqnH4K\/kqt5W1YBqXiAMLXOF0gNq2xmoeB9oAd4bxmP3Jx71tjxSXY7RGOzmJOY2rbiwtHnUErySNjuiRuXYnb2wdqI7Ot6LHu9CaAxwTzQ7f6\/M0NhHZAyNpCoZEH0\/Xal6GwaWVFU90yNg+IBgcn1NTLXQ0CmVpCVYLg8lxn86QFc0cgUawUHPCjNJoaZUsTFQNGhfMnc\/KocUUmERukORrBI6ADak2PRF3z4u8IH9Oahp9jIKzA\/ET6YqdsqiakjkpY0mqAuVRjx+Hz3wKX8jI6NSFRqI8uVTVjIBMEqB4j+QopgXIviA8jyprb0DRwx+F\/MnIOKaXsTB+6bmu45Ek700DPiPvFXkDvjNNMTQVas8E0cqsAwbUB54pZMayxcJdMcZuL5I9J4LdQXUIORqI2B8jvXwPnYJ4Mji\/R6cvuSmumR7R8Dt+KwBCe7uUGElAzgeR8x+lV+n\/qOTxJWtxfaOeeNS7FfY3gU\/BONyXV+FKxxlYmU5DFtifkAdvWvQ\/U\/1SHlYFjw9t7sjHiads29wI5Cs8B8B2K+Rr5labizoSOJKIZAcnf8qTXJUMJaQm4SaF+7lHM4yDTxZZYXaJq9MPvJ1nlguokVeIICvfYzp8iM7EjfB5j6V6eT9VSUcmNff8\/H\/wB\/oRHF6fQHDbLCrSPIBhfEzHYjzJrx5ZJZJUttnR0ROFgKZJKylR7ZB\/8Ayp17\/BYUAmWwMdDWGyCi4jAGpdquEmBWvEHlg7qclpIsCNvNc\/CfbmPmK9GWRThFT7j0\/wAfH\/AuNbQwTVOBGoKgjd\/2FGfy+S4RIUaC4IYoEB0AN1yMFTXA8lbH2IL64X7fcaB4VjEY+uf3rqxxf07ejZR1Y2snJtYH1YYLseuQdjWflTljyY8ke0l\/ozGNO0zb2\/aLHdKxXvZVLqmd2AxqIHkCa\/WvE8yPk4YZY\/8Acr\/5\/wBTwsmJwk18Bq9oAPjiPyrp5ozLk7QWxxqVxRyQFy8bsj\/1CPlTtAWLxayb\/rqPcUWgstHELQ8p0phZYt1bt8M0Z\/8AkKKCyxZEbk6n2NAWSyDyoGfUAVyQxS\/4kSP\/AJlBpVYFLcPs2+K1gP8A\/GKXFfAFB4Jw4gg2cODzwMUcUBD\/AIBw3IItsY8nb+9L6cfgLIS9nrGT8Mi\/5W\/vRwQFf\/ljhxhaJkdg3MsQT+lVFcVSE0m7ZQeyXDwgRVXA5ZRTQ1aoEkil+yFtlWTuSV5Zi\/1pcWgpA8\/ZDUrd39l1EYBKkYpty9UJQSKF7ISZPeRWzDppcj9qlcvdD4o\/KE08vcd0jsqdFRcfn\/s1EpHRQNGHTxAxq3LVzP1pX8CO6myDOruOQeR9vkOZpN+2Vr0wqOR0XBRQoHQAfOhsSKHuC76UyT1Y9KLsf5OuMIS6ljUsZSoVtznB\/DneopdjRZp6Rpy2B5CkOyx0CY1FM03SGMeC2cPETNCWENxjMTMfAx\/lb+XPQ\/WvO8vy348o\/DNYY+cWyi5s57O4MV1E8Ei81dSK3xZ8eZXBktNdkbe2lvbpLa0jlnnkOESNSzMfb\/eK0e9BdD9OBx8NuRFxWXvWdD3sdo4JiONvGQQWHUDbpk15Xlef9PIox3XZtjxuUbD7DhXZh00snG0mIP3ryxMuT106B+tYS\/VVFdP\/AE\/4BYJL2L7jspdLKzW9xbPbahiV30Hf+nmT6DNa4f1bFki3LTQnjadDSz4NZxRIWCzlidfer4ZB\/lz4eXTf1rg8n9Qy\/VfF18HRjx1GmM5uzHBbmxWCASWcr5YS6jKFOeoO+Pnyrnx\/qzWVZJ9\/6EOH2uPoSR9iDZvJJxORZJF3EcR8LDodXMg+mK6vL\/W5qXDHGvyyIY0+xX2isYY4bG5t8rHJG0br\/K6nfHuCCPSvT\/TPJ+qnGT2ic8eLI8IvHgQKrfAcr7Vz\/q\/iKVZF10\/+Tq8LIpJ45Gu4ZxGO6PPfrk718rnwPGaThRO5vAL5FyNPI1MMT4NgloPW5CR5HP4WHpWDg26CjomWdQ6kMDScXF0waoh37ROFY+xp8FJWgqx5w5jLArAE5NceVcXQyfEQptHi+PXs22xGeXzrs8bHjivqdtdC3YRfcLkFuZ7Tx6sO8RGTkDcr58htSyuKlQ4TvTFttc96JDyAY43ztXNPHxpFSXwTeXIxUqJJRBEXn1dK0lKlQ29UPbfSI8YAI3rmkyaKOJXghtXkJ3Udegp4oOcki4xsQWVtd3KEpBJI7nWwVSzAeZ8q9mWKVUukXKcUqs0NmNEUccisGXKsp2I361z+VLFcHLaXo5op7GlkypcxyEDVoK4BxlTvj25V2Yf1LN4zjkx6a9eq+CZ41KLixlIZCCYHJ\/pbc\/I9a+h8D+1OPNNYs64v59f+jgy+HxVx2Cm7lx+E\/KvqfqM46Pvtj9UQ\/Kn9RhxPvtvnCh9qPqfgXE79siPxQY9jT5r4Cn8nftUH8ko9mo5x+BUz4XUHR51+dPnEKZNbxB8N5MvuKrlH5Fx\/BcnEJQPBxJh\/mzT5L5Dj+C5OK3g+HiCH3NHL8oVFicY4iPhuIX+Yqt\/gC1eN8TXmkTD3FG\/gCwdob9fitVPtRv4GTHaW4Hx2Z+VH9BbLB2oUf4lrIPai0PZIdqrX8UUootBbLF7UWB5mQf8AxotBb+C1O0fDWP8AjEe4o0F\/gvXjnDmH\/qF+YNMLPxDLcuzAyyAbbLz+Vc232zoqilZVDZyrv9cD9qWkFt7OtMrN4HIP82DtU37TAr7ovu7ny55NFP2OwgEJpTSNXm3T6U38AWSSIo1Mwc49aTYJHI5O8OMAA8+mKl7K6LGchcak046bn8qTfyxlYZpMNkIo3Az+dL8sY+7NsO+nwhIKjduvnXg\/ra1B\/wAnV470z0O2EHFOEx2\/EI1lTTpBPxL0yp6GvmVmyYMnLG6aLlFexPZ8Jm4Gt3DYLJcXs4ILxAllh6LtyLcz8hXveR+qOWKMV9rktmcMSbtlFhwa9vNxCwmU63SbwE55YzzORXlZM+OK3I6m6GC8Ne1GJ43RhudakZ9q4nmU\/wBrJ2OuE8KEuJroHuhkKPLNYz8iteh1QHxGyF0RHbqFvIho0rsJgOXs35H359uPOsiimtmsXw\/gptHLQrqyCux89q5cqqTFNU9DiOVbqE2lw2IyuFc792fP29KrDm19PI9evx\/6MWqfKJjr+xPdXfD7rwujZ8wGB2Ptj8jXpYc0vGzRn\/maSiskbRkAHjlKtsynB9K+yXHPD5TR5ycscrXaCbS9a2mLAkZHKvnfL8ThLg\/6HtQnHPBSQdaXhuZQ5O5OK4cmLgqIarRoHuB3Tgnpj\/WuBQ2CXRDglzI4u42A7tRs3Majt+m\/yrTPhVKQZKVM2lrwOz4lw63ngllVowBJCCpG2xAI3Hn1rz83kxw25Lb6+GZRbsNzFbwiJAI1XYKK8+3kdsYpuJWklGDgFhyr0ofbjo24pI1thJ90NTchzrjc+V8jlaM32pjFrfLcRYCXAOrp4xzPzH71phfNOL7RtB2qFyTAgeLntmqcGhsYwtoxjl1rCWyAhrlUUE\/9qz4NlJGev7trq6SAYMZbU3y3H7V6GLH9OLn7NapWPOA31wk6W805a1kkAZZN8D06ijNnlOHCTtHNKKTtGnexhnQlW7t8YBIzj3Arzk1dsOTQkLTW\/EhFOArq3uCMcx5iu2clxtGqpxtD62nDAefWuFO3TMpInNbGeVTCMknxeQ9a+x\/Rv16OLBLD5D3Fa\/K+DhzePb5R9hkXDoIsMxLnzYDH0rk8z+0HkZlxj9kfx2OGCMd9nOIRQtBIBHCpCkhlUBht0x+9c0P13ycNrHO9e9miwRk1aFV1FFE6CGRpEKA5Yb565r7n9P8AKjnxpJ26TOHNDi7qgfFd5kcxTDo5RYiJFAESBQBEigZzJ6E\/WgDneSD8b\/Wi2I++03CjAmk+tPk\/kKR3\/iF0vKd\/nT5y+RcUff8AE7sH\/EB91Bp\/Ul8i4o+\/4xcgeJYW90qvqyDgiJ4wT8dpbt8qPqv4QcDh4tAfi4fH8mIo+ovgXF\/J+Y3jbfrj1zn+9ZOzoOJGBH96oJPqd\/lSdAiYl0gLHG2r12AotdjqiyWZQwAxqB8+VEhLrZZ3i6cySZJ+Zov0xk\/jYKwbGN8tjahgvwXm0YwCZIWa3BwZFGpFPkccj71l9THz43s04yrlWiQzowqKiHqeZrTfbJOxjA2yxY8z0qdjHvZe3aW9ljMiJqQEk8lAzk14n60vtg3rZvg9m14TLZRYtnvJ+8UkArbeE7+r5\/KvnJ4sLuUm\/wDJUdEoyY5tFaJS8cyTAsXYpnO\/mDvXD5OP6knNO\/8Af\/Ipa0XWv3127A7lAyk8snmP0NU8Kfj1LTXv8fkeyy5u1hj0zRtIrfgGN\/mdvnvXHi8ZKaeS0vwN36IrfwTAa45rfCMqqrhuoPIjBxj0r144\/EyYvpxTW+\/f\/v8AgzqSdme4lK1vxANqDg4ZXXkynkRXO\/H4Lgzrx\/dEJu3SRTdxgh2wJR0Pk3z5H196z\/ct9mdV9rKo5sb8qzlEllXaBRPbRXy7vEBFL6r+E\/t9K7sM3khxfaCOvtMLxSMG71jYMN6+p\/SM7lj+m\/8At\/2ObyYbU0KruTTJkDNdnm4lOHL2h+Hk4z4vpk+EXOm4ZCf6hXieRjuNnoT07NPcT4gWQsMkda8uELlQoP0M+EwmLhok06e8bXjrnp+VZ+Q5P3pGc3cqNX2SvY7Nro3EmmNkXA5kkHoPma8fzscsiSiJIIv7pbiRyhMYY7DTk\/lUYcXGky13ZOz4fazESPcTEg7hVC4Pkc1cssovg4hKb9Glt4bNYgI5pw4\/+ooYZ+WK3xLwM6qUnB\/naOd\/UXoScZjbinASxAjlUiQajsjKdx58s1zY6xeQt\/a9GsXxZnZAlpEpE0Nw5YfAxyM8+YHrXdLCm9S1+L\/4Hbk+ghpGibQ6lTjbI\/3kVzzxSi\/uGqYJc3MrlljilfSFJKqWGCT5b9K2w+O5K0XGl2wHhWr7ewkDKwQnDAgjl51r5EXHH\/U0yNOOjQ8PgywbGMb15uWdHOx8vENO2reuPhJdBRTdrLxGWA20byzxnkgySp\/sd67PD8fNnbxwV2HOME+Qfb2V9AodrWRs8iuGA9dia6sn6R5mJXw\/2ZksuOT7G\/C7lJJDbO8a3PMRM4D\/ACB3rHxf0\/yJtqt\/l0\/8icsorYVcy6CV5Hr6Vl5kcnj\/AG5I0KCUtoS31ySWx\/Kf7fvXnwuTtm6VAQk+9jUHmv586+3\/ALN+Q+cYP4aOLy4\/a2XV9secfEUwIkUCOYoAiVoGRK+lOxECKBkGG9AECKBFbCgZWwoEVsKBoqbnQBUwxQFHgbTBvgbG\/Inl9KLZp+Cl5D3g+Ejq3ICk2CRIBVOrckjIHSgfZ2SMggkqMefKpGVOcshCswJ5kDB9hTtCosSZdWA5IHPG5zRf5CjWdhbt1u5yuloSFLagGDKTggg7Ee9fPfrn28ckXvZ1+O\/tcWb7jfZPhPGYHayiisLzYiSJdKMfJlH6j868Pw\/1jPglTfKP5KnjTPMuIWVzwviEtndIEmibB2JXHQjzHrX2fjeVDyYLLD2c0ouOjUfw\/iDG\/ncBiuiMbb4OSdvkK+f\/ALR5WlCC\/LOjx12abh9gvfSyEZJY18vlzOlE62FaJbWdJUYhgQQF29hRhyfcpfGyWr0QurkxgTSnMgYk42yc1fKWVtvtnTDGqL+C8RuZI7xu4mktTmTwpty6HlTcZwcYwdfJGWERjeWavKvhQOcFGGyt5ZA2+Yrb6ksGfhkSv8dP4OftaMfcv9ot7mADEts7OgPMDPiX9\/lW3LpPpnTH7Wn8kuF3QMIV91IIOOorDJHjOwyLZQZe6ldGJOk7etU48laJYdaMk6SQS\/BMpQnyzyPyOD8qWN8JpmbMXxIEMUIxJGSh9DX0H6ZJ486T9izLljYTwXs4vEIkur2RorQ50hCNcu\/TyHqflXo\/qH6jj8a4ds4sUG3aHFx2b4PcXdqtlw25tZcgNJFdHQFweasCST715Ef1GGSDUo7O1PJ7djePsj3FxE0sgubKM6yCMNkdCBzH\/avIzeQ1FuHb0VHJsmLeW5UFRhCS7MeQyf1rmnmUUo2D7sPhtUjQYHzPOuSWRtjsm8egEqC2RyPWkpW9is5cSzuEAmkVPCxXUd8YIz866l5E+PFhGKHvDOLcPnCx3MU1u527xH1DPngit8eH9Pyrjki4v5TIn9SO1sZK4jSW1n7ssuJInH4kOzAeYz9M1vl8SvFlhlTlDcX+CFK5Jr2eUcSSReKy2aNkxzGNfIYPP6VOJJwUvlHcq42MEvJbW1S3iijkjDaiZSZA3sD8PsK0WeNKLirXyZceTuwiG4eOU3NrqtLgrgiPZR5EDp+m1XOaglkSqS\/2Eo39r2h7I03ErW3ecaZ1XBOcq56nHMfnXneR5UctKqomK4MpiR45ND5DDoDXBMvsu+zyGVmAJjzkDz86jmqr2VeiT2kjD\/FfT0ANaQ8qUVSdEUBrYujgoxVs8wcH1raPmTXUmDoKt7MbmbLEtqJbc8v+1ZZM8pPk3sPwhss0qwpiQsAMb8wKqfmTyY1Ce0QopO0UTXBZgSD4h+eeX6Vxxgl0X2UrJniqhTsG0\/LGP2r6H+z0mvJxpfk5\/JX2MbGv0Q8o+NAjlHYHKYEaBETQBEjNAECKYyBFAiDCgCpqQytqBMqamMpb2pUDPz8Ci+JVJX+r+1F10albSAnwnLdADsPy3pX8AfB3VxqBJA\/3mi9hXwTM\/hLEgtnG4zii72C+EWR6GXJYnHM5zn50Ug36OKwOQgULjckUfgLNB2QbF3Op27yMEfI14X65D+6jJen\/ALnRgf3NM9RtJm7qKQbK4B9q+Ny4XjqXpnV3oB7T8HXjturwzCG9hQhG05Ei9FJ6eh9a9D9L\/UpeHJp7izKcOQo7BwvZSXcN6jRuJFVlfYg46iuv+0WRZvpzxu1T\/wBx4ItWay2DJNMSyKkSnWXYAbcvU5GOXka8XF4r8mPJaS7b\/wDuzpnJJfyGxR27cPifiIc3AGW7l9K6\/QEE1MJ4U3DHBtv8\/wDgj7k9Caa1jvLgzRR3MsMT\/eIwGk\/06tt\/St8WHLwcoxr8myzUuLNBPxJ5eFzxCMf4LKirggbYxgcq44wywkk9mNK+xfwe7D8ORSoxEdJ9RXZ5cPq+OpJbiOuM\/wCSri1ks8iTrgTqCFkPNh\/K3n6HpXJh8qTXCXRfRmLyFLOVBBrMQRTIzrj7w8wPQHb1xmvU1OFezSMnPsE4jNmWGbVv8J9fKlijpxFXaL7SfDc6yyQ0Q0CXtmL3jZB\/wn+9kx5DYj5n9a7MefhDm+0LpUaWKNSiqiqqAYVVGwHQCvKy5ZTm5S7ZKXwXrMsKyMcYzzx05V0JJLRtw0au1JeNTkDbIFef9XtNnM0L+KQi30PEMRscEDoaz\/c7NIsHiyUXPIis32UfS+FN+nKnHsQulnBYE9FA\/M\/2rpjDVFpUUB8YOc8hVNWA9seKf8n3c7EhCCp8gdiPp+ldmPybxSxT+Nf8GTx\/dcQLinD45eJSTKVDyABiBjI8xXJjztwUb6LukfMkFlAzxRKGAzqPxNj1rb67l9qRK2I7R5HE07NqGsfVt\/kNj9a2zzckotnQkujVcMkDW8RB2xXjzuMzGSD7iMMobG4H0pN3tkp0cs2kAxKBnpj9KxlV3E0CzGvMbA1g5bADmYJIuefi\/StYW1YHZf8AEcry1aQB6U+6B6Og460kxFJIDjyzn51SAo4dluIRhujE\/lX0n9n9+ZFfCZz+X+xj\/TjnX6C2krZ5QVNDFZxq1wS0x3EYHw+9fI\/qX6823iwa\/J2YvH9yM3x7tC8YK2sMfeHZXlGTnoMD1rg8D9Rz4pcMcnK37Ol4IT3IaR6zChl0iTSNQHLON6+9XWzyn26PiKYjhoAiRQDIEUICBoAgaAK2oAqagClxQgKm50BR+eFl1bn70nfGCBT7NNo+MuTsGDf0jYVNj6IEuN8EjmWPKkHZW8iYO7L64\/KgEiUeyfGWJGwz0pdjOQse8w2MDkB0p+gY94NcLbX8UzklFyrNuTvt864fO8eWfBKC7\/4LxzUZI9P4Ddh4RAxG3w+tfIxa\/wAOS7O2S9oLdzGxxtXnTxuDaY1tESUlkaQAB9IyfPHL8qhylSi+i4Iq+0y3GuP+VVGcdc7nz5bV0t8cUYLrtjSSfJhF+txeWiqNCR4xpUbn1Y+ftiso54RlUY1\/5FHTsqs+8aGHv5ZZVjH3aO+QmDjYdNsVpnzzmqb0huKT0MUKqNQJz0xXntuwoqtYnilaZE1JKDlEGT74r0\/HTUPuVpibXV9DC4Ro4YtZUxTKHQhgdQrkl4U8M05e+g5piLivdJPH9o3t2YJL5hTsT8tiPavX8KF3Fjhb0uzJ8XSS07+CUfewPpb5HmPcHPzqo4+M6ZqpJ00V2NzllGrNTlxksb8PId55epYRj5bn8zXLm+1KJDVjiOYIoGehya4nC2XFWDvOMHHMkA\/XO9dEVqjpa0aWz4jHFCihS8hGTkdK89xq9HE1bCHd7u3lDgDI8PoRuKmK+6xLTFqXIVdLHG2abhe0a0RmulKsCfce1OON2FCK4uPupHBySzFfYDA\/Wu6ENpGijskshSNNZyQo2pNW9EtFtvI8xMUe7Hb29alwS2xultmhU6kAdtWBjV61ycePRg3bE3aS8ENiwLYY+EGunxIOc1ouCtiixctwcTNnxzk7dQFAFdWX\/F4r0jpS2aDs9diW1CZ8SMR+ded5ePjKzDIqZp4iDDj61yRe9mTI28u5B3I8+tZTVO0XF2SM2keYqONlCu9uVPEIlBzkfqyiuvFjf02UlaL45sxKT8Rz+tZSjsT7JGXypcSSp5MHNUogX8OUG+Qj1b6ivoP7ON\/9Yl+Gc\/lf4bNPbBLeI3EuNR2jU+fnXsfr36pxX\/T4nv3\/AMHJ4+L\/ALmIuMX+BIJDl85z518fbb\/k7UjN8FgPE+NGV97e18Z8i5+Efv8ASvrv0Dwd\/XkuujHycnGPFezYV9aeaRNMCJ2oBESKAIGgCDCkBWaYFbc6QFbUwKmoApagZ+e0tlQagxx5Yzn3oRpRwlQAGkIPTwjP+lGkHZYUDrk6tONtqG7F0wbuQzAAA71NN6K\/JZL93HgLgZ+tFfIHIhkkMoUjc+lOvkB5wLgV5xYqLSS0JLY0vcBCPcGuLP52LxnWXT\/g1jilKPJG24dwfivDeHK96sOIzjMUwcgdCcV8j52fBmzOWH2dWO0qkMhc\/abXUf8AETY1hNfUjvtFVTKoJvBIRzArllDaNYh3B7cPCJCN2Oo1j5GRp0JjOdESMkHTjp51zRbboa7M\/HdKIWy2NDcj5Zx\/avQeNtmnFl8l4sbAupKY5cqjHj3siiP\/AB+G31Jah8F8jvDkry5Yr04y+nGscf8AMlY3J7D4+JNfKJGxjOwHIef51y5sk8k1zfRMoqOkAdoWD27K2AxXGfOu7xp\/3yT7KxKmIe1Rabhlrf8AWW2Ebn+tBzPqR+ldeWP99TKqm4md4dOQgJPLpUZoboqWjQcFuB\/wpZGIBLu3\/wB1ef5MP72l+BVYcLwPACdxWP06kawjsBvrrTGSNtwMkc66MeO2bS0h9wybvCJJW2boPKvPzxrUThfY++1jusR+EVxKLTIEN9daLhh0O9duPHcbN4bQruuJlE3PiJ5iumHj2zWMdi+5vTpKjdlVE38zua6IYvf8lKIZ9qLxopO561j9OnZFbNBwhO6iMh3dvyFcOaVukYTlboNmuEVCc4zWKTbJSMV2lvWup4YEOWY7gfQV7Ph4ljTmzoxxD71lteGxWyMAIgN\/Xqa58ac8jm\/Zquyjs7xEx3zozeF8HGetX5eDlBNEZFas3treAoN8npXhyx0+jmaJxzBbjOcahiolG4jiRuJiFkBOM8iPOnCF0aCWK4MnE8k\/Dgbn3J\/Su1wSxmi6DrK4D24AbGNs+1YZIVIiSLFnJzk+1Q4EnGlpqIDTs8UfiAaQ+BYmYjzx0\/Ourw\/Kl4k3kit01\/mZ5oqUaGPFL5mYvIBjGMDoPKuablJ23tkJejI8Vmlvrxba1GuWU6VHQep8hXo\/pvhS8rIor+oTkoK2anhXD04dZJBGdR+J3x8bHma\/RcOKOGChH0eXkm5ythJrYgic0gOGmBE0CIGkMgaAK2oArNAFTCmBWevWkB552r\/iNNwPjEtlacPtrhI8Bnm1Z1deVdUKSpJMwlt7Z54koiIGFCjqdya5ujqq+gnvo3+HxN7AVTYL8nzxK6Z71ifLPKih2UhSrLswA577mp\/gCm6d2PhXSR1I\/Slv0CKYz3anfGfPmaLHQ+7K3n2PiK9+AYZPCSd9J6V5H6v4jz4eUe4m\/j5KdemeuWF33mEBwAMf32r4KScDraF3EbAWeu7t89z\/ANSPGwHUj28q68Gfk0mHapiWSUIJwp54INdDinJGkB\/w24KRRnppHLoa87NC2xstvbpAhAxnp61OPG2wRjXuitxKjYAc6cjlv+2QK9mOO4po3Ox3\/ewgE+MDGP8AfzqZYeLIkt6B2ddXPbNaJMEPuGTqtlCcgcz+dcmSP95sxntsjxqcOmpWBGMEV3+HC86bHiKoCbzs\/eWYAkmVC8SsMgkZOn0yMjbfevWzR4ZFKtB5MG48o9mGiaKSNjaMwbGe5Y5YDrg\/iH51pn8fdo4sXmc9ZOx5wif\/APoyKCCNR\/WvEzw\/vmz0YLQQLjShGeu\/So+ns3iqF3Ern7sAbAHOK6MMNhNjDg3EcFVBzjl6Vz+Rg9nJI0y3o0bnJxzNeY8TsgT8Wut1bVjGx9vWuzBj9GuLToz0l4WcoDnLDl1FehHF7OitFUl1qKb51uz4z8h+Qq1jr+hX4HnCiJCGJOlOfqa4c+tGE5V0aGO+076tv0rz3iswoX8V4uscMgzggH1roweK5NGkY2ZvgzmfiqzSEEqc\/OvR8lKGJxidSVIYcYuCQcHz9cVz+PBAKLS5KXKMraT711zxpxoUujb8I4gGjUg14vkYaZzSQ3lu9Kh+eN65I4r0SuyN7efd7ZIxkH08qePFs1WxXYzZmuGIOoEkZ9F\/1rqyx+1L\/wC7L9BNncaY0G2joBtvWWSFsJUw2NzuWO3QVhJeiNHzy55UKIDqwj+ywM0hHesP\/wDEeVZzoxlK3oE4hfE6Uj1MzkKqKMkknGAOua28TxMnkZFjhtktqKtmw7Mdh72ztjc3fdC+mHiTVnul6Lnz86\/SPA\/TF4mPiu\/Z5ebyPqPXQ3fs7fDkEPs1d\/0pGPJA78C4gv8A0c+xpfTkHJA78Iv1520nyFLhL4DkgeSxuk+K3kH\/AMaXF\/A7RQ8Eo5xuPlRTC0VMrDmpHyoApkOlSzHCjqaai30DaRS8iadWtNOM51DFX9GZP1IkEcSIHQ60P4huKhwkhqSItSpjtFRxmkM\/PH8Q5B\/5p4gDviU11xqjE40awjDMJMdGb88CuU6tk4ZEZiExv0UYpp3oQfG8dzbRFQiPEhDrnd8E7genL5etZYsnJuD7RnGW9n0cuoELjT6AnFbp+jR7KZIsZdhqJ236UnsAaePB1adI54qWqGWWoRkReYHMAGkqfQ6Nx2Z4wTiCU4dcbk7kV8b+s\/pv0pfUgvtf+h3Ycn1I77Ru4ZVkiwdJBGN6+XaaZoZzjfBjEhlsw3dgeKMblRnmPT0r0\/H8jlqfZUZK9g9pdaFxnpRkx2zWvYJxG+whUnY7g+XnW2HDbsF2Za5udVydyQQV9vKvUhComl2ij7UUkGDs2\/tV\/TtB2Ei5yc5ycjFZ\/TEjQ20oWzhAIOEFefONzbOeW3Z9dzGS2cEb4yDXo+AqyjjpkOD3Zt7pXVsbg\/nmvX8nHzi\/wdD+6NGY7SG0t+0F7bXIa2dJdUc8I2KnxDI89+YxyrowyjlxpS7Pns2PhNovtrkfZAFlWQYLF1XTq38vOvI8zElmPX8Jt4lZY8x04BOMc81zKJ3qgDiE2oO2rGMY8\/et8UaIk\/R9wy80jAO4x1oz4jml2aKK8LjY15ssVEoheMDbyHrpNVj\/AHJFQ7M1bTMzNJv4VJx616U4pJI6m6LGYtcRxjAKqq1NVFsOVbNBBKIECqeXP1NcEoubs5m77I3F+QpwelEMNsEZ6fiJnlZWYnfOK9OGDgrNsaGfBZQjg9a5PJjaNbLuIyh4iV51GKNPYCbVqI2rrolmo4LceBMHwjYYrzPIhtmMh5Jcnu8DnXDHHshIqmmPcI+rbTjHqKuMdtG0SixlxHM5IyQ528thWmWO0v4GW2NyupUzkKBvUZIOrBjOO45jYe3WuVwIoMsnBl1tg6TsD51nNUqIm\/SGNxeYTcisIw5MzSol2K4ta2XGZuIXNo113P3cGGA0OfibfrjYe5r7z9CwLxcbnKP3P\/Q4vLuVJHoifxEsv+pY3K+xU\/vX0H\/UL4OH6bCU\/iDwdvjS7j94gf0NV9eIuEi9O3XAm53Mi+8Lf2p\/Wh8hxl8Fq9teAN\/+oKv+aNh+1P6sPkXGXwXxdq+BSkhOKWuRzDPj9aayRfTCmELxrg83w8QsW\/8A5Vp8l8kgnGls7\/hF5BYXdnHdSxFYpVdTpbGxp2vQM8ik7G\/xBdSkfE7G5j6g6CD+VNTyroiosBbsn\/EG2heEWHD54mbUy92uCaf1ci9f7C4R+TgT+IVpGI27OQtGvIIpA+WDR9af\/wDEfCPpg5452st2\/wCZ7JzEf06v7UfW+Yhw+GUy9s+IRZ+09mLyP1G\/7Uvr4\/cR8JfJ5t2it7LinE5r2ew4hC8zFiCvWplkxN2nRUVJCq3lyNJCKD6DH0rnOkIgjiGdTscfy7CivTGwGVEh4uunUsdxGQu+4YHP7fnWGXHyTcdMwyL2M7HiHfSJa3LiOY7JJyWT36BvyPpRgz\/UVPsUJ130HyQMjac6Mc9Q3rq\/Bun7RQ9oCzENkjrikAGkTRTKrZO+Sc1FUx9h9omljIhCkbhj51GTDHNBwn0yoTeOVo2PBuN95GoZgHzjGetfBeb4EsM3Fo9JNSXJdGqjuFaAHPTevKScXRJmONQiKVpIsKGOSOWDXo4ZXpmsJ6pmU4hcaiQSc9Qa9PFCjQQyzHvPnmu+MLRROWTvELDkDq+tTGNOgTJW7l9K4wW8jSmq2EtGi+1aRjlgY3rz\/p3swKHuyU052J89q7PDx1lQeidlcBcOCdhn1r2pK9G8XaFX8QZlbitjMQo7+1B5bEqxH6YrPFipNL0eP50PvFdtcBbNQNhqI\/euTJjfPZ2\/p7vF\/UL7\/Ma7n51jw2d7dIEvJw0bHqQNq3xY9kORTw+UhsA+tXngc8nZo7Sc4G9eXkgSFtLqXntWSjQ0Z+2PhbJPiYLjy3zXoT7OlsL4f47mWYjIUnB9ayy6iokZHqg15STXOomVi3idxpiOK6\/Hx3IpCm0b\/md9\/Su\/NGo7N4bHfDHIklB5BcbeZrzcy0htn0lzrhGcZ5ULHTHYAZPFgttit+ImzQcEl0qp5VweTExl2ORNqOOlcXGhEZpPumB+H9KcY7LT9FdvOEsWzuTGd\/c1U4XP+pZG2uNTbN+dOcNBY0tZGZiWJxXLOKS0RKXEYwXIHKueUDEp4jflIiEJLnZR5npXb+neL9XKrWkDHfD7cWllFDnJUeI+bHc\/nX2cEkqPOyS5SbCDVkEDRYis7UwogSR1oERY\/OiwK2x5D6UrHRWyr\/KKBURDMhyjuh\/pYihOgqyxb+9iOYry6Q+azMP3p8n8icY\/AQnaHjMQCpxa+X074n9ar6k17Yvpx+AiPtb2ijQsvFbrSoyWfBAHqSMVSy5PTJeOC7LF7bdoNBb7dFMgOkkxxuM88bVS8jKumJYoMqftjxVjmRbFz5m2Wn\/1WT8f5A8MTwRo5FcAvsP5cYpGhdCTz3bfbIwKa7CwTjrlUtpgTqSQ74wBTu9EZAgwpeQ6ycatx6Hr+deTmbw5Licy+Aqx4oyFbTiLHI2jl\/v5ivRxZ1kjbKjNw2uh2fiwrkqBn0P+lbo6FJPYK4JkGcA8gBSeyui0oiNpZ6NBfwfOxi+8ibxDcgbZri83xo5oP5R0+PlcHT6Zq+B8XE8CMzfhz9K+J8nxuEtHZJbPuMXQaNhmlgx0xGVukMqNhsMN816sHxZcZV2Z65Y75NehBGpO2k1xgZwTlTUzjTFZbw5gZvF+Hf51OVUtBJ6GLz5HPeuZQoyX5KFmzsSd2HWuvx4f3iAtt7jEYGdwSK9KSdm0HQF21xccL4VN+NHkjzn2NaY7jJ\/wed+oLpiTh85Nuysd1b9qy8jH91o0\/T5fY0wrvSI9hneudY7kd7kCTSlhzrohjoyvRbYtvnkOVY+REzbNBay4AGc15k4iQRNcJDCXkOw5DzrOGNydIpbFkLYiTc5wWOfWuqS2bWF279ymnOfM+dYzXJ2ZSley3vRjNTxEhPxKUv4emfpXf40F2XEHsjhy2NhyrfOm0oo2g9WNeHzBGlc88iuDNjekgbBJ5cPMgO2okDNaxhpNgmUl8sD0OKtRE2PeHyBUT\/eK4MsbbM2N0m361xuIHLu6KwMFyKcMdy2NfJCWbRasNzgKo8\/9704xuRVldq+oFSQMeXWqmq2OxrFNoGOWwrllGyJliXWkHJFS8dkhPCNN1xNJX3jhGvHTPSvov07CseO\/bOfPKo6NR9pTyr0rOE++0J5GgKPjcJ50WBAzx\/zCmBBpo\/5hQIr71TkaqOwog0qgfEPnQB1Elk\/w4pG8iENFE8ortgvEbu14aueI31nanoks6629kXJ\/KrWOTVkPNBdGb4h20sI0YcPhuL1xsHZe5jHrk5Y+2BSqK7ZLyt9IVC97VcZ2tybO3brCoiUf\/M+I\/WhTS6QcZS2zQWnBi0CDjF3PxOQb6Z3JiU+icifU0SyN6ZrHGojGGCK3BEEUcY\/oUCoqiiR38xTA8eW+lAAZMDPPlXTyJomLqQ4PhB+pNFiLLtftlkyElnG4x0IpSuvyElqgXhNwU0xMSNey\/wCYbEfMYrDyMf1Y\/wCxytBt3ClzHvjPnXm45OD6JsqsOKyWLC3uwXiztk7j2r18WVTRadO0PbWdJcSRNrUjAZf97VqdClaLwy5xpDHrttS09DRMEd5qA3Hn50vyNC7h183D+IyQMfu85UHqprw\/P8NSto9HFPnFMbXt+JM5PyryseGiroFWQEe9a8aGZ6ZiTht9yPWvRgjayu0c4cDGQQd6rLHaJbLtfdXBKk88gVCjyjsOVoKeRXXOdqxUaIKFmCONbbZHWuvBH7kx1ZbFJoklTqDmuuSfZcZFPHJRJwqBSclZyR7Ff9KqHZy+fXFMT25wWI57Z6UZFf8AQx8CdScS15MgjrUJUz0JyBw2cZ9610ujPsLtHwBnnXNminsnsdW7\/lXnTVACcRnMkoUE6F2G\/WtsEOKs1WkS1gZIJOMKKniOy8Sb4zWfEyJSyaY8g70QhbGmK7ttXQc8Zr0sUGik6IxHShA3J9KWVcpGqdItE2ghV6bbVm8d22K7Iztk6s4zRBUTZBXIOR0puOmPkMbe5KKmDvneuOeK2yX8jmCfUoNcUoUI+vbgEKoOOS08cPZd62VT3Qkhk0nbX+lVHG01ZKkmW2DFckkHyqMqspMMM+XbeseGhSeyp7hmYIvNvLfaujBg5yRN+z0PgfDxZcPRZB98\/jfP5D5CvoYRUVSPOyz5SDTCp\/DVmZW8CjkMUqGVmFc86ehWyPcr1GaWg2fC2VwdK7DcnkBQl6REsih2KLzi3CbXI75rqUf9O28X1bZR9T7VnPLix\/vdf7mDzyf7ULJe03Ev\/wBOs7WyT+Z171z8zgD6Vzy\/UYRX2R\/zIfKT+5ia4ueNcSkaOa+urgvzjgOgfPTjFEPJz5f2qgjD4RZZdkWPinMVsp5qg1ufc8v1rZY5Pc3ZusfyOrXglrZlTAilx+OQam\/Pl8q0UVHo2SS6QYRKdy2cdaYaInvBjDc6BkNU3PNAETLJQB5jcFWXwgbjnyrp2Qgdi652LDkCedK17HRbEWOxYIPIClYMDu0WC4IkJEMuMtjdG6N8qmOnRz5I0w2CcyBllAE8ezgcj\/UPQ1yeTh39Rf1MWvRG4ijuI8NnUORrmxylB6EmL7e4uOGzkqcodip5NXp48qmtGsZezTcOvI7xAYCQ34kY7rW\/ZrGSfYfspCsPcc80mi0xP2kDr9muhgMh0HT9R+9ZTipdnRgnVxAoL4sAM8sbV52bx0to6k7GsU2VG9efKA7FPEPDK\/LHPNduDpWaJgttJic7DB6VvlinHRLkXzOMIwPocVjBXaBSLI5fu9\/1qXC3oGwa5kI+EjHWurBHexWXiTWVbmGXJromtFJ0fcQGqyBPRwPqDURe9GHlO8exQrYkB89jWzjyVHn4p8JKRZI2FIzUKO6PVnL2Vht96pk2FwNtvisckRpjZJdERbrjavOlD7qGLQ33wDHA3NdTiuFjci1ZdSJ1y+fzqXCmwUrCg5zt0rncBWVzy5A3yK6MOJFJg0rYVABuBn2zXUlXQXsir4XOfQVPCxuVaIptg561VIXKw6CLvfAOZ5e9c03wVsmUgOTUrsu\/hwd63rVkxybout3B2PtvWGXG7s0chtaTDAVcVwZICsG4pfEA9MAnatvH8e9iyZKF9leOY2TI3I\/SurPgSaZjjm\/ZobObEWpjvivKyQt0dMWfGfrzwM0RgF2aLsJw03\/EjcyLmC2wTn8TdB+9ej42KtmGadKj0giu2zjIsD50WwpEGFKwKmXl50wdIT8S41DaM0duBcXI5qPhQ\/1H9h+Vc2byoYf3d\/BzSzOWo9Gcvrm4vSTf3BdeYhXaMf8Ax6\/PNeXl83Nl1HSMaRG1tpbs6LGDUo2aQ7Ivz\/YVeLw55NyNIwchxbcAiUZvJGmb+VfCn9zXoY\/Gxw3RtHEl2MliSJBHEion8qjFdBr10RYYpgcIoAgwosCBAJzTsCOnAxSsRBlx0ppgeThTgEMB5sa6GSWxyhSTzOPp86PYFqxxN45HAPvRS7Ffopu7T7RCyoUyNx50pJ9oUlaE0MrtH4WIuLfl\/UnkfPH6e1Wvu2jmYdDcRzx602PVfI\/2rgzYFH7o9CaJSgTJpdaxi3F2hIAaOS1dZIWKsu4IPKuzHl5Fp6H\/AA3in2tdDHTc9V6N7f2roUuRrGXyF36farWaBtmYeEnffoaT2bRuLsyEblHKsMEHkehqJxtHZGSTG1rc+EDrXm5cJpZ9dnWuedTjVMdi4sEcY6b867Y7iZtnDdgh1O4ByKaw9MiOXbRfHMDHkH3FQ8dPZqpWU3DkHbPKtMcRNhduyhU1Hl\/atHVUDZfeRvLwdrkEhY5VUDPTcE\/pUxic3kZLqPwJZNmPLzzW35OMrlYlAwPPY+hoSR0wyNqjqHVy5\/pUtUzpTtBcTYIHI1lJFph7SgIFbmRXK4btD5exVdXOg4yd9jXbjxJpM58mX0i6xmZzGD0GdumaxzwSVmmKeqDdZ1ZHTqeWaxhBdGiZB2LEAk71skkXaSInxOcVW+kS5UVyRvqBGoLyG1XGlo45ZW3ZdFE7fhJqddlxy0HMzWcWI0LXUmyKBkjPU1xuMckqk9A8jfQ\/7P8AYLivF7F2wsM+ksv2htOs9EH9zgV2Ysc5yfqJlLJxX5M7xjhF\/wAGvWteJWstrdLgmOVcEjzHQj1G1XPC0awzqS7IWsh1A7jHTFcWbFV6NuRC8jWWcqZcK45AZIqsNxjtdGOXIk6BLRH5AZBOSa0zTT2ggN0kIUgbkfKuD6dnQpDfgnCLrjF0Le1XYf4kjDwoPU1pjwvthKairPXeF8Pg4ZYx2tqPAnMnmx6k12JUcjbk7YQ3ypiZAnbfnQIizAAkkBQMkk4AHmTRdCb4q2ZbjPGmucwWDskHJ5uTP6L5D15n0ry\/J85L7Mf+ZyTk5vfQieRLdAkS5YnAUDJJrgx4Z5nYlb6HXCuAlsT8TGpuYg6D\/N\/avZweLHGt9nRDFW2PgFVQqhVUbAAYA9hXTZqQagKINzoDogaAKzQBw0AQNFgRNMVHCKQddniyTFt3Z8nodhiu1kBMbF056UB5Dz96jfY2XJA2kMyqpPItk0UKyaQoG3lB686VWF\/Aq4kht7pZ4cAZzsNs9RTjpmU1QFM\/cXCywZWKQalHl5iqoha0MLe4WRdQyPMeVcWTFxdk1Ra51DBxnl71klxeg6ApI9DakJDDeujHN+x3So0PBeJi7ZYLtgJh8LHbX7+tdMXyNIutMSdowkfGplRQA2lvfbnT40jpx5L0waGXC7VjPGvZ1KQX32oEZx1rCOOmU2L7ssH3yBW+ONaOfI\/bF7ticE8s1ulqjnfdjC3k1LjrnOaxlE6MbJyOGbbc5pxj7NbCrSGS5lWGLmeZ8h506t0Y5cvBWaq4s1\/4JPaxDYRHTk7kjf8AankVJHJik5uVmHYgqp64+dC7Ymct2UMVO6tsacl8AtESphlIxyO+1P8AcqNceWtMtgcE7HaolE6oyXaDu7muVH2ddb4+Edaw40+gySSQmukc3RR1Ksp06T0NdUahHZyN8mM4VEUYC7E4ya5JPmzqi0lSLl1Ead+f0qkqZqnQXa20k7hIlZ5G6D\/e1FLsmWT4NJYcFtraH\/mB3tw25IOAvoKZjJ8tME41CtqYNKZWTOQd8HaspwraMMmqob8HtoPs7s8MZfSrAsOWSf7U8cE+xQk26HViILfLxRRI3PKqBgVvGKj0jVmp4JdHvFJY7jnW8JWYzR6Xw+z4V2ksPsXG7K1vY0GUE6BtJ64PMZ9CK6lUkYNtbPMP4z9iOw3ZLhz3Nle3lrxaZSbbhySiUP6sGBZUHnn0FTPB9SLb1+f+PyV\/1LjUVs8e7K8Jk4vxWO21KJJs+JxkAYySRXl5YfbUdG+NtytmrH8OeJK5Ec9lp6HUf0xXN9NtnTY64X\/DqKFg\/EblpvNIVKj6nerWKu9j+obG0tILG3WC0hSGIclQY+fqfU1p0Q3ZaaAIMaBMouJY4ImlmcJGvxMf09SfKpnNQXKWkROSirZjuL8Ue+YocpaqciMc29W8z6chXieR5cs2o9HLKTltima4J0xxAtIxAAUZ38vU08HivIxJWafgXBlslFxcgPeEe4j9B6+texjxxxqoo6oQ4jjO9aFlTHANAyBNIRWx8qBkSaYED6UgImgCJ9KYESKAIk0hHi6zLjwgZJzk12v8EBUMg\/Dgt5Cl\/AggmV8qXAPUKNzSpj0VTRGM5UEHoOppK2JFMwEsDI5QMdx\/Nml3oTVigIZYnh\/EPvE\/cf78q0UrRh7B4JWhkyPmKcoqS2OhvE4dVYE4xtXDkjwdENEW55A28hSSsPyVuu2U2YdfKri32O6AeJSvPdySyMWYHGTz2ruj0VZG3mGcPzpONnTjzemFE45NlfPyrHi0dKkiLgyKRk56UftZE1yVC94W1gHmds8615ROZxadB\/diFAg543J5k1km5OzeNR0QaQIck48tsmtFGxSypaNL2QTvYpnA27zHnyAqorZx5ZcmamNMHSw22FLKvtF47++jzadDDJLE3OOQr9DUL5LfwDnZ+mPOqsQRJ441k6jCt7dDUftJl8nwjVyCPCfOlyaGpuLLViLhndiY4VDac41HNVFqq9lyk8lNjNLKXipkvI1hRy+67jJx51x58qxS4v2OORRVBlp2bubmC8lkubWBLWBpiGYkuBjwrgc9+tXhyRndFfXS0a\/+D\/ZbhHaHjVzFxeOWW3htXmVVlKZYFQMkb43NbYKySaYnmk+jWrZ8PtO9tbWyjhgDYxGuCfnzNcn11FtPo61jbVi7iXCl095Zg+o8q2U1Lohxa7MV2ogeJbbvAQ2s8x6VOToxyrSD+HnCyKNj9mib\/wC4\/wB6qH\/gzg\/vDoZcgA9K1OgaWFwV3yAc8\/KqTJkgfjX8UZ+Eo1r2dZGuyMG6Yalj\/wAo6n1O1bwy1s5ZJPSMPHw3ivGbLifaC\/kknit9LXFxO5Jd2YAKCebb8ugHtROU8itkqKj0em\/+GngUPGO03FLq9jMkNtaaQOgd2wPyVvrUYIRkm2jS2uj3r\/y\/w+3uGEdqTj+Y7VssUF0g5NoIbhPD5RpeCMD+k1XCL9E8mugC57H8NkU6JJIyeuQRWb8eDKWWSMl2j7N3HCUEwJltidnA5Vy5cDgrW0bQy8tMzM80cETyzMEjQZZj0\/ufSuac1CPKXRc5qCtmK4vxWS+k1HwQoToTnj1Pmxrw\/IzS8iVejjk3J2xHdXPPBIxzzW3jeJyapC7NR2Y4SbWIXl0n\/MuPAp\/6an\/8j+m1evSiuKOvHDirHxOBQaEC2DQBFiDuKAK2NAEKAIE0ARJoERJoGRLfSgXRwmgCJPzoA8N69Plyrv1RmGWvMaQwz0FZ99AHhygzpA9aLF6OZ1eJt88jikUj7ZCCABncDrQlT0FiriC91c94owM6v71UTGapgd7Dg60G1OOtE36I2c+hwpPhNKcOQmMAcjauTr0TVENWG3pV7DYvutpnJ867cbuNssHOxyfOtALYyehPy6UilJrosErIc86nipPZayyLmuV0RiMAl1yxxjSc4x6\/61H0ldj+q2fXBZ7MOCQVbB36HlVJJSIk2Lxlmyd8+da1RBuew5Q2ckZbEhcuB6DAqYv7mjOZqmTBB60ZFcWGN1NHnnaGIR8bv0A27zV9R\/rWMX0bz\/cKpFwARVogJsSrNoY+FxpPp61ExfgkEaNmD7EHBz0qO+iUmyyBtUd2m+8eR8jVpaNE6Nf2etMdn0uI2yBIwkUc18j7GuDzcLa+qv6kSe6O8QYx2VxpJAZNJx5GuTBL76EbH+BjaOK8Q55azZPq6V6eGfHkawVs9Nbg6kk6Rv6Vk4I7ORW3BhjZKFCloHI86\/i9YfZLPhLacFp5Fzj+gUp6iY5n0ZaxbF26+div5b\/tWsXtfwYR\/cW3F9FZQa5W0g8gNy3oK05aOiUlHsznE+MXN6jRjMVudu7U7t7n9qjnydJnLKbnZ92c4Mb+71SnEK7uw5+w9a0i30XCHI3Hb7iMdt2MsuFWqLFFJODoQ4ACDP6kVvKX2NCkqZ6B\/wCGRo+HcI4lcS6R9qmAyf5UX+7Gq8ZXAU9M9q4jd27xB2lVFxzJroomxS09vIv3F2ur1G1LTGHWImljIIWQf0NVL8kkOK3dknAL\/wC3SiOCOMly\/wCHy+eaU2km5dC5cdn5p7QcTN7OUjBW3Q+FT\/8A7H1r4\/yczzSqPRTk5O2Z+4lP4Tjy9B1NVgwcnSJDezHD1vLr7XcD7iFvAp\/G\/r7frgV63FQXE6cOO\/uZsmm6k0HRREzA4waLCj4vv6UCZWXoAiX286AIl6AIa80ARL0CIF6AId4M7UDPi+1AHNYoA8UTGrA3xz32FdzMmw6BsAlufQKKlgTZmJyzAegpewLBIQoyAP1pOwPgcjmfEd89faivkV2DcRAeDb8P6U6rZM9oGQd5AoP8op7ox7Fc0ZjkK\/Sruyuwy1m1ov8AMPXn61jkhRLL3OTke9Yr4F7A7oeJWXkdq3xvVFKgYj02+lb+hny8vWkBKQ7bULQtlXUDJJByKr+R9B9oe8jmi6um3uNxWb7srtACnO\/nzqiWOLG5ls47WeBsOjsR5EbbH0rBtqVomSPR+G3sXErFbiHrs6nmjdQa3UuUTL9rMZ2ui0cfuumtI3H0A\/asUdU9sSCF5CRGupuZx\/vaqRm2TSExDOoMeW3IfPrUSq6EvkpuJDIxaRiTWi0UER97bMJYsZ3zkZBHrWfJXsXs1XBrtrForu2AktZF0Sxefmp\/Y1jklLFLk9xfZMqeg3jarHa3AjYmMqrIT1U4I\/I15sYKGZU9AjYfwG0Nx+eN2AaSBlTP4jkHH0B+ld8F2a4nvZ76toMDarOiz42Y8qKCzyX\/AMQcAi4XwH1upv8A\/mtZ5V9uzPK+jyo3Zsb+Gbu+8P2VVCHYHII39KTmocZP4Oe2mJp+8uLhpZ2LOenQD08qxeRzegbbdsgU1yhFHM4A6murGqjQLezbcNiS1tFiTmPiPUnrWyo61GlRnu21133ELeAHaOPJHqT\/AKCpySpGM9yPT+xF0\/CuztnGhx4NZwcHJOa68WopEscX3aeWZAC2P6WolMqMTsXG3jjDhic+vWkpaG42aLgHaaVXjCyE6j051ccpEofJi\/4kdsH43etHbtptFIGBt3rDbWf2rwPP8760uEP2r\/Uw72zz6WXGeuTv6muLFG6K7KrSzn4rxOCwtRqmmbBONlHMk+gGTXsY8axouMeTo9Li7NrbwJDCCERdIzz96iUHJ2z0IySSSIPwRxyFT9JlcyluCyjkCPajgw5orbhdyv4m2p1JByRU9hc5zk5ouQvtKntLpc7Z+VHKQUiox3I5pmnzYOKK2Mw5xmnzftC4fkrMjDmjD5U+aBwItN55FPkhcWV98uTg0KcX7BwZITDTvVCaaOd8KKEeQxAggKPeux9mX8BSLoG3M7Z9aQrOyA4IB5UUuwJKNKb7daTD2QaUE+HxHl7UDJCIzRPqJACk7Uu+xP8AbQFA3hXzx+9WjAjfQ6o9Q6dRRdMSYuhcxSA9Ad6qSsoYqwZfMHH0rmlGuyGVTLqBB59KqDpjQGTyroWyjm2fT0oA6eVHfYFB5j+9XtCDLOXTKjZ5Heokk9FohdRCK7kQcgdS+x3FJPVktbCsj7NEBn4mP6VjJbJb2M+BcTl4Zch1BaJvDImfiHp6j\/SlGfF2ZyGvamS2u+IxTwyiRWtlDBdiCCefltTk4p8jVu0hFJIFGnG3RRy+nWoTlN\/gnsFmkJIyTq\/lB\/U1rDHxRSVF\/DLSOacfaDsRgL5E8s1GXJ6X+ZLlXRORwtxJEwA07bjr5VnCL4KXscVoI4VefZZzHJvE2zKeVatKUd+x99Gj4nIJOHZXdREiAnrjFebkxSx5o\/FEhvY66msQLq1fu7iGRJI28mBOPl5+hNaSnwxuXw0K36P1T2d4lDxvgtpxG3AVZ0yUznQw2ZfkQRXZFKS5I6Yz5K0MhHmnxZVnjv8A4jAjWnZ+DWglE00mjPi06VGrHlnIz6Vz+S+ELZlkkeJypjOTlvU15fNzezHplGg59\/St06Qwzg1r3nG4x\/KQB7mu3xpckxof3UctuxBX0BrdaO7sxd05vePPv8UgUew2qO2crdys38XEBHFpz92Bp0+1dKkauGjq3xl2O\/r1qXL5KSoKS4ZogmfzrNvQUgi9vms7LuUY9\/MuTv8ACh6e5\/T3rzPO8lxX0ovbOfLPk+KMzLIXcnJNedGNIyA5HwNZPov7mvW8XDSUmB61\/CHss1vwZuMXUeLm\/H3OfwwA7H\/5EZ9gPOuyrOjGuKs3jcO9KfE05FbcOH8opcQsqbhw\/lpUOypuGjqgo4hyKn4an8lLigsqbhaH8IoodlD8JT+UUUg5MGk4Mh\/BS4oOQLLwVDnC0OCHyYFNwMb4UfSpcCuYBPwEb4U1Lxj5gE3AGBOARS4UVzA5OBzqfCTijiw5JnjyZCnR9a9CjlLY\/wCrljl5VLBMkAC3i5Z2\/wBaPQyMmFUk4LHlRQvZWrBXwCC370\/Q+g1MacasqowccqNpUxasVRjEYI6MaI\/kw9hUeHjYVTQhNdxd3KR0NVF+hlto+RpJO1ZzjewaCH3XbnWEVQkCSghs9PSulPRXZUcY5YPWqC\/RBj8t+lNAV8+tV0gLIDgkHf5+VS1oaDrwa44JRnYaCfbcVC1aCR3P3cY671nLT6IfdBMKYALE5\/SspzUfyxVZKSUhTpOAPPp70oQbdsE2wQszErGDnzro1EaJd3oHvSTsbYRbsQQcY3+tYzTZmzkzmfikhOPEwGfPYCqTaxo0j0cu4jDK6nmhx7iqhJNWCYx4bfZi+zzklG2z5etVOKkqYNGi4WrQWUwY7q6fqa87NGsckyXo9G7CdqpuDW1zbbvAxEygH4Tyb\/8AE1HiZWouPwaYX91P2aq4\/idDZ2jzSRSMyjwoCBrboM9K6X5HFWzoyRUFbPJONcVvOO8SuOI8Tl7y5m3OOSKOSqOijkK8nyPIeZ2zh7diWVRqJIqYOtjOLHgFj0q3LQwvhpaGdJI\/jDa\/oCa9Hx3xhQ4K5IYT8bbuXM8edKk59QK2jmXTO6UaTaMf2eUPxESycly5P+\/Wmr5I5YI0rzxbgyACtXJfJ0bPlv40X7oM7DpyqHkgvY+MmGcJe5mkkuroItpBzQHeRz8KfufT3rDN5axwcq\/gyzPgu9nLu5knlkeRizOcknrXhRubuT7OVAbtq8PInmfIeddeDH9WfH0P8jfsTwA9qu1Vrw86ls1+9uWH4YV5gerZCj1b0r2ox1r+Bw2z9RRwRKqpGERFAVVXYKAMAD0A2rTgb2dMA6AGjiwsi1uPKhoLK2tlPSlQWVNbL5UqCyprQeQo4jsqa0FJodlbWgzsBSoLK2sgelFBZU1gPKjiFlD8PB6U6FZQ\/DR0FKh2Dvwz+mhoaZQ3CgfwilQ7PyfCCzBRso\/Oulv0ZlwXG53xyFRQyvUCzH9Kar2BWzjGQNPl5mjsZ9Gm2o0l+QYSjFVAyNjvR2IHijzasdshjVLo5W90fWx8YH6VVWF2C8Ujzk43prTKi\/QsQlXBG2OdNq0MOVwyg7kHnWMoNCIt4iRj29KcGNFBBNaehlbjbmaBUUnz5flV2q2MkhIcHpRdgNIV721mTmVGtdvKsZadlNaslbx6iDnAArGToy12iyd9AycAVMIX2OgeMSXMgVBn9hXQ2oofSCUiWIYH1xzqG7TbEmccZ\/1o2B9EcEZ86ib9EHLMauIAZzmTf6051GKNfQx43HidXA55B+tcnizttL5ITFGSrDBr0OykzU8E4i09s9vJ8Zxg+eK5fIxuUGo9ikmaXg8+kxOTkA4YenI\/ka8jFP6eZW9PRCb7QBxK47+7YI2qKIkKR18zV+RK3xXSNcuR5GQZ9sVyJW7RmREZbA8\/Sqc6WhJEp1xpUUsbvYy+2XE8APJgw\/8AtNelgl6Lh+5AnaIiHhcm3ichB+\/5CtopWdud1GvkC7MQBo5nPooqpezHCt2Ovs4PQVFM6S+2sTNMkcSqXbYZ5DzJPkNzQ0TKXFWwq8lRRHb23\/p48hTyLHqx9\/0wK8fNm+rK10ujglLm+TF8p+LB2G1TBCB3JSEk83\/IV7XiYuMb9sT0ansbfycFtpZYiyTXGCxU48I5D9TW88lSpHXix\/bb9mpj7bX6HadtuhNT9R\/JpwDIv4gX6AeJWq1lol4wu3\/iXepnvURxn2xVrM\/YvpDGD+J0f\/Xtl+Rp\/WT7QvptDGD+I3C5B97G6Gn9WDFwkg2Dttwab\/q6fc01KD9i4y+A+LtFwqXlcp9aacX7FsITiXDpfguY8+9FJ+wtlyvbyDwSofY0+AciWhGzpdTj1pODDkcNuDvnPtRxY+RB7XNLiFlZtPSlxCyBtBnAHrRxCz8S2zMx8PLHOtG60OrO3D63zk7bUmBFsAeE7e9D+R0Vr4mJK89hnrQwLiWxgkeHypXWhHFByF9fpRaHXwX2q5jlU9GNVG2jjyfuoEde7lB5CrVgqZVekMh5Gjsa0xOw3J50\/RoWQSYBXcjnUTWgLiSGByNqSXoRyUdRVLYWVNyOBn3oQylhjNXsDhG\/z8qaJsZcOl0TIeh2I86ymkXaDIMLGzHYA+fKuWVuRC7ATmaXP4eldS+1DoY8JUC5VBndSPfauZtykmRZKQYZvLNa0BRKdsenWhDK4\/fkaUloTLeEjPEIs8tdKb0X6NHxO2zwu\/dxuksSqfcsT+WK4\/Gjx5P8mXbozEq+fyrsizQlaTPBMrAnwnNaP5HZtLabvLcNFsJRz8vOvF83DwnzXTIaBnbD6Ryrm9WBONu8k9AKX7UJbGES58XyFc0n6HeylzqlYjcCt8a0AZCpM0XoTz9jXZ48v7z+hcP3IRdr5d7WAern9B+9dsFqzfPLaiMOzkPd8MU4+Mk70MvCtWM9OMn86k2YYWFnaEHaeZfFnmqdB89ifTArg83PX91H+pxZp8nS6QsZttW+a89L0Ygjt3hVAfi5+1dvj4+c0v8AMZEA3FyF5L+gFe2nUXIeOPKVDgEjGk4A5VzHorRwsx65FJgR1t1NIZ0Ow6mqEfd4fOpHZ8JWA5n60xaPjK3nTt9ASW4lXGljn3othotXiE64Ac0chUXx8YuU+GWRf8rEVXKhcbC4u0nEVHhvbhfZzTU36YuK+A6DtjxaMjTfzfM5q1ll8k\/TQwg\/iBxZMargN7qBVrNL2S8aDov4i8RHxMhPquar6rF9MMj\/AIj3h5pAfXBp\/VYnjR+aVYImnHLnWtewsgrb5PPG3oKQzqgyHnSYj47HYY9BRQE48s7DpyNMC3c6ccyaljCbQeOUHnqqsZy5U+QLfR4XOOVXX9DOOxdK2qI+3nT9Fp7FhxnFBocGxyM0AEB9WN6zCy5BqAU8z51L0JlLppO3KtQKCPFzxtTT9AQ9frT0ARbtgA7bVL+RoYX0quESPYMoZwPPyrOMUvuBlWBGoX8R3P8AapnIzsYcI\/8AXRD5VlVNE2TuRiVs1rXyNOgaTGT546UIbKoviwfapmLvRdwbe\/iyR8Y\/WjI3o0ZsuLxj\/wArGQc5Jl1e6oR\/auTHJfS\/\/sZLUjHyLgeWD0raD2UmVtGDnG3pmnypaGnsd9nbnZ7ZjzGU361n5EPqwddrYWFXJ0OTXmQV9kvRdYjKZPNqjLpgM\/hT22rjqxsqhGpx710w6DoPt18S79CfyNb+LTyf0Lx\/uRju0Mvf8ckUZxHiMY9Of616KdKy8jubNfZR9zaQx\/yoKH2dMFUUHWka+KaUZih3IP4m\/Cvz6+gNZZcixwc2RmnxjrtgV3I0szMx1EnUSfM14btybfbOP8AUrbc+fX0rSNoKB9emJmz4nOBtyFez4mLhG12xBvC4dMRlOxfl7f7\/AErfI90jswRpcmGHNZHQtHxoaAjjHlSGfU+2L+Tm\/XpSA5+tAHDypgRPnmkB9nlSA+z60DIlsH3pbQvR8GP\/AGpptCJd565qrA73mPKnYqOiU\/zVXIKPOch+YOOZzXd7MT748joOZpNAXgaUOeQ2qf5BJkNyfnin\/Aei5E0kDz51PasC9Fy48sZpd9D9MItB\/wAxIMbEA\/tV4u2c2dU0yviafd7c61ZiuxBKcA5FBotgLc9\/qKCiHXPKnXsLLImwMEbc6mdAEIdxtvUMT2fSuBOVONLAfOnFa\/gEqRXNGVAIzpO2f2NNPY31ZSRk1evQycOc7HnSdNCsY2EJlmGQSoNZN\/ApSDuL2fdFZ4h922FYfyn\/AFFZNEIr4U2L+Ek7Bsc\/Ws5dp\/kEFcQXTcOD1rofYAMh3O1KhlcWdftUz+RMu4P\/AOtiwBjWDSyu6Lelo2N+S\/Z5k\/CsqyH5qy\/rivJwTbjOH5TJrZlHGV9xyrui9iIxjIGKTYdFkLm3uklXoc1pCVlDjiTDKld9W6+xrh4cZtEPsLshhVrkyOm6GGyHEZHrsa5ktjJW4wTjoK3tqLQBqEJlzsEQsfpW\/hq5t\/gvG\/vTMPw9TecUDNuZJNX1Nek\/SFFts3yxSNC8qIzRRnDOB4VzyyeQ+dJW+jvbS7YJNxu2biUPC7VBcQrG5kmDFfGQPGvmBjG\/QVl5OKDg3P11\/wAnFO5XNlMrZIzzx9K8NIz7A521HQB8XP0FdmDF9SSXoLIQobq4WNNk5ZHQdTXtJ8V\/sVCPJ0h6FAACjAAwBWPs9DRw0h9kTyoA+3xSYEdzzp\/yI+\/SgZ8fypICO9OgONyo2K6PgM4pd9gRIyKNAQI32pdMf8HBnlv8qAO5+lMCBOPOpYI+1elFgYAgsSBsBzNeozmLYkIwfOp7Y+iUh6bCgNklGSSM46UvwBei5O+221TYdF4XxCkxlq+CWNz0Ok+x\/wBcURlUkzLNHRPiK\/dZI+VdT62cj7Mvd+Fjil6NlQCaL2URPn6U+wPkJBBHL0oq9CCo89OfnWUq9g\/kruxlUYZ22qod0hWWW0oZDkDOMMp6inJcRshcRd2QR8LfCaItMVn0IywPlvihjRoeGwhEXP8AvNZpezKbt0xozR6jFMAYZfCwoaXRIllgaw4oInOcMCrY2YdDWE7iU6aC+LDFy3pWrYR1sXORgigq7K4RljvvUZNkvRbwkgXkR\/qHOjIVJ+zbhO94fcxDJ1QsR6lfEP0rw8Uv75r5AyPMA4xyr0V2T7IxEDAxz6U5Id\/JORdSHbaoTqVsEw\/WZbK1YndSUPy3\/eqzR3yBjK1OFHoM15mTsFsKkbKryzWMNvYwi1HnyzW0k1ED7i8hi4VdFN2dO7X1LED9K38Jdv0NOjO2Drw371AktzyUkZVT6D8R\/wB711SyO6iJSfou4rdXbw6r2ZmlI0xwgBQgPmBt5bVUZW1Gy7tl3Z7h720bzTgd7KPxcwv+tcXneQpf3cekEnehhcNgEmuKKvRFAUj4XOfG\/wCQr2vGxcY\/liG\/DLfuYAzDDvufQdBWs3bpHbhhxj+WF8\/SoNrs+35cxT6CzhFICLDNKgOAU6C\/k+0+dIZ8BzyKYrOEDpSAgQaAPhQHo+PI0UBAj6VLWwI48qdAiBGOVTuhkTnnSoZ0nbH71Viow0MbsdyNPWvSbOVljMAcDYCkUV7sdvrSbGrL0Q7DnjFJ9gqCVUY386kf5L1XxBuvSgRPuwyFTtqGKn0J77OvmW03+MbMPUV1QfKKZwyjxdGY4guCd6frRcBc3XGdjTRZDlv\/AK0AffP8qYBFu22Kzkq2DLZEDxsu3LIqE6EARv3MoIzzwRjpW\/4GxooEsbR5BDbqfX\/e1Y3TsllVohMmnGP2qpMZpLcYto2I3Y5oRhJ7LOJBjASvxKc0pKh3sCvbgT2lpIf8RCUPtWM1or2W8VbU6t0ZQfyoi7iqBWLWPh\/tVDsjBjXvjGc+dRkTYnpk+GnF0hP8wFPKrLl0b6zcLKmvkGwfY\/8AevnuXHIpP5JZjtGFxnYbV6a\/cSVRczvVzeqD8hIXOV5Cse0HQRZbwzRHcghx8uf5GtZSbhZemMrc+FjvvtXmTEgpz4gDms4bex\/gLthtv7860yriqYdi\/j9yS0drHnOe8b9AP1NdWGLjD8sl7F0Mi2xBTDTfzDcJ7evrWnB\/9pSTGPD+H65BdXW\/VVP6mufPnUF9PH37Y260g+V8KWbmf94rgUbYgCVu8c5PhXdvfyr0PEw8ny9IWyfDYTdXZd\/gTxMOnoK9RtxV+2bYocn+B8M5yayOw4OVAH2AKQEetFDsiw25bUgI5pgcJz51LA5k0D6O74qrEc96QHBjOOlCA+IpiImk0Mgd\/ejYEW26VIEcbYzTQzh+VDsRjB19K9FoworHiG\/TaperAvRAQOdEiqLYwPzNR10HwXY8WOmcUVphHZeo60pEouUDu9XUCnQ10QAxclR8Lrkj2OK0xKrOfyUtMz3F0A7zHQ1o9Myh8CZhhzVGtFZOR7UCPsU6saRKA7gdKTRD\/bYWjHAO2SM1g3cqBIBulCzHHma6I\/tQ2GWDExA53XlWeT4Bdh8CAGcjYhqn2JqkOjtbxkeVP8mJObxRnPWOrlH0THqzPTsRIF6fF86yn0zoroaXniit8nnGKyxK4maADuregrX3RbRyHZyOnP8AKs8j0Q\/ghZNi5XGPiqcm4lyN3GxB6dK+eybkwXRlzt9RXqNezJkYgPEPInFVOTuhlyDce9ZyVRsbYTZ\/+sQeZKn2IqoP0W\/kMtiQvzrhmTe6C23lXPv+dRhVvYxhb7Ln0q8\/oBDxQ4uJ3\/FJIyk+gwABXXi2khpFvA7eN3d3XUUGwPLnS8ybx4vt9lPSHcjFYwR1GTXkdEAMpyD6cq2hsPQEzHRGvQrrPqa93BFKCSJTtj\/hkSxWcenm41E+tOXbPRxpKKoKNQy0cbbFAM+HKgCP4aQIhS9lI4xwPlRLoSKzzx86TGdWmhHx5c6EBHng9aOxneYo9kncbUwI0ARB25CjoD7Gc0n7ArPMCkP0QO4pDR\/\/2Q=="
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-metadata.json
new file mode 100644
index 0000000..a11bb0d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eaque totam provident obcaecati nisi praesentium iusto velit fuga debitis quidem ut repellat corrupti, eligendi inventore quibusdam perspiciatis delectus omnis pariatur excepturi quasi fugit? A adipisci natus nostrum, qui aperiam, at culpa corrupti autem enim earum vitae. Nostrum et officiis facere ex recusandae tenetur, delectus odit provident soluta id perferendis ducimus quibusdam corporis rerum voluptatem architecto sequi beatae quod mollitia voluptatibus earum tempora inventore ut. Deserunt reprehenderit recusandae nostrum, eaque fuga cum, repellat, perspiciatis ducimus in non consequatur ratione. Sint rerum necessitatibus deleniti odio earum voluptatum eos modi ab dolor minus.",
+ "Image": null,
+ "Title": "Document",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected.html b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected.html
new file mode 100644
index 0000000..9ed1e62
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected.html
@@ -0,0 +1,11 @@
+<div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of Metroid">
+ <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eaque totam provident obcaecati nisi praesentium iusto velit fuga debitis quidem ut repellat corrupti, eligendi inventore quibusdam perspiciatis delectus omnis pariatur excepturi quasi fugit? A adipisci natus nostrum, qui aperiam, at culpa corrupti autem enim earum vitae. Nostrum et officiis facere ex recusandae tenetur, delectus odit provident soluta id perferendis ducimus quibusdam corporis rerum voluptatem architecto sequi beatae quod mollitia voluptatibus earum tempora inventore ut. Deserunt reprehenderit recusandae nostrum, eaque fuga cum, repellat, perspiciatis ducimus in non consequatur ratione. Sint rerum necessitatibus deleniti odio earum voluptatum eos modi ab dolor minus.</p>
+ <img alt="Illustration for article titled The Spectacular Story Of Metroid" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu12g5xzyxojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zu12g5xzyxojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zu12g5xzyxojpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zu12g5xzyxojpg.jpg 800w" srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu12g5xzyxojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zu12g5xzyxojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zu12g5xzyxojpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zu12g5xzyxojpg.jpg 800w">
+ <p>Quae veniam recusandae vel cupiditate doloribus pariatur, dolorum saepe hic quos mollitia harum nihil molestias magni modi maiores? Ea accusamus velit vel doloremque pariatur voluptate? Consequuntur dolorum fugit facere architecto eveniet beatae eligendi rerum nisi maxime, voluptatum a repellendus perferendis dolores eius repudiandae accusamus animi eum esse adipisci voluptatibus incidunt necessitatibus! Adipisci id, quos libero dolor odit dignissimos et, cum explicabo est facere aliquid mollitia! Iure nihil nobis beatae quibusdam, dolor saepe reiciendis, exercitationem hic accusamus quasi commodi modi molestiae ipsum, maxime non nesciunt deserunt itaque quo cupiditate rerum ipsa ad minus vel quod. Earum dolorum velit aut minus hic?</p>
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M512 512H0V0h512v512z'/></svg>">
+ <p>Quidem nam tempore ex harum repellat modi expedita quia rerum est ut ullam, quisquam repudiandae at dolorum. Sint atque fugit facere id blanditiis dolor omnis rem repudiandae, laboriosam unde delectus illo voluptate dolorem consectetur rerum expedita quas debitis deleniti iure amet. At sequi distinctio facere eaque, esse molestiae tenetur, unde sapiente fugit minus eos ex aperiam atque? Animi soluta, dolorem sequi doloremque pariatur in. Impedit, voluptates dolorem natus perspiciatis pariatur eligendi labore rerum facilis est error. Illum eveniet nostrum atque nobis molestiae expedita perferendis, esse ullam corrupti sit explicabo beatae. Sapiente aliquid nesciunt reiciendis incidunt cumque et officiis minus aliquam?</p>
+ <img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZD0nTTUxMiA1MTJIMFYwaDUxMnY1MTJ6Jy8+PC9zdmc+">
+ <p>Veritatis sit nostrum officiis alias ea quam nulla veniam eos, quidem nisi, magni molestias ut odio. Ea, mollitia nesciunt. Maiores iste quos quas sapiente sit at esse quidem? Laboriosam fugiat nobis voluptatum reiciendis aliquam excepturi ipsum? Perspiciatis expedita sit quod, optio assumenda veritatis culpa, neque explicabo distinctio facere incidunt magnam accusamus, quidem animi delectus doloremque vel molestiae a quae dolorem. Sit, at? Numquam possimus animi esse incidunt quos quibusdam. Ab sit eligendi laborum beatae maxime suscipit, obcaecati enim cum nam autem, dicta nobis corrupti ut aut nostrum ex excepturi perferendis, soluta veniam. Excepturi beatae suscipit enim dignissimos! Quam, esse praesentium!</p>
+ <img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEBLAEsAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAH0AbYDAREAAhEBAxEB/8QAHAAAAgMBAQEBAAAAAAAAAAAABAUCAwYBBwAI/8QASRAAAgEDAgMGAwYEBAQFAwMFAQIDAAQREiEFMUEGEyJRYXEygZEUI0KhscEHUmLRM3Lh8BUkQ/EIFjQ1glOiwkVjgyUmkrKz/8QAGwEAAwEBAQEBAAAAAAAAAAAAAAECAwQFBgf/xAA1EQACAgICAgEDAwEHBQEAAwAAAQIRAyESMQRBURMiYQUycYEGIzORobHRFELB4fAVUoLx/9oADAMBAAIRAxEAPwD1G3lC9a8Hjs4LLnvCq896HAdgzcSKnGalx2FnW4lkc81tGArKDxI6uZFOcPgEwqG/JxhtzWPFpjCBe7bmjaAsS665+VJx+APpLvbGcVpFfImCi7wTvV6DYRBcvnc7VLiOw6O6x1rLiUmfSXy43b51Sr2Ps8n/AIiTifi5wSQN9/aujDtnXgVI0PAgV4ZAP6B+lelDpA+zPdvT4I/Ws8vo0xmGxmsjcLsB/wAwtAUP2+GpYkCSjfepsYou9pjyqwZCmxF5yIIzvgvil3sAgZwKoCQNKvkR6H/CJ8cQul81BrfB2zHN6PY7XwO2SNxS8t1CzGHYbzVfKowO4JmjAL9iWORgCtWIS3rpHkkgnGSOtIDG9qiGvLfG4NZ5PRcBhaDEK+1UiWScc6YCbivWpfQ0Hdl1LSYAJPPYVpjJkaiOWJ5AiTQs+caRKufpmtOSurJ4Sq6PP/4n7r3bZB2GOuaif7lY10egdnLsJwCyGRkRL+leZmVCTCJb4E7nFckk2UVHiEaHJPzpK0FnV4mhOAarfYrD4LpXALeVWmwsm9ytQ2xlbXaBSM1DegKWvEJxkVkpjKheIpO9VdiPpLxG8qmxlcd4A2CKFkaETmvV0HcVSyWApm4npc5PKtI9gVycR1dMmuutEXYG96wf1rKYrC4LxicsaxeSh0Evfrp3xmnCbbHoBe+yxwNVdUc0kiXFMQrcELk4Hzo4HHZS96GYgZqq0AHPMc8z60kkBUkzBcA7k1URIr786/izimAbBd4G5FQ4XsZyTiHiCqaniUFW15k75J8qFGwYW0xKZ5U3DRNlYZsg74ppUFl6zkHYkelOkFk2uiqnVn5UmkNFPfaxsazcfZaZ572tbPF5QeldGPo7sP7TZ8G/9uh/yD9K9CPSJZm+3vwQj3rLL6NMS2YnArI3DOHj79aTF6HxG1SxA0g33pdlIS3I++arQyFUSFNHmyQgcpKliZbp2GKY+ztAqNr/AAuk0cWnH/7efzrbC/uMsy0ew3kxS1DA7nrmp87/AAWYR7Gtg5e1gYncoDU+N/hx/gso4kCVYdcVuwMle8O7ziH2nvHyU06TnHvWdK7Az3aRcX9uo3AFTk7RcRpaj7oe1WiTr9aQCXiekBnlcRxL8THp/c0m0k2yoxcnSFqXk9xEYoiYLQnZV2Z/VjXBk8iUtLSPQhgjDbVstj4cjKSM5NYUbcgPtCZb7gZjuCXuLMgq7HLNGTuD7Eg+xr0PGy81xl2jh8nEovnHpmls7trfhltGzY0oBzpZ4qzz72yM3FMnAbeuZ40WVy3bSLuedJxSEGWhYKCSdq0jEQyivsYXNEoWBa9+qJnVWTxhyF8182SdRxWc8aHZQ3ESE3ORWPALB/8AiX3nifw1axsakEHiSso0tT+m6HZWOIrvqaspY2guzk3ERpxrqIQt9B0Kbq9GQxO2a7seOkS3ZKG7IX4se9NiRclyHILEE1lNNdD0EpcgHANc80CK5LhjJsdjXRGOrQrCLZtWTiom2NMTSgjbFd9HCDDCEnH1pUAHcXBBIANGwBzIzEAHc+VKx0WrFhck74pAUSOynnsfI07GVLPpPWnfpDoZWMraQSd6VEsYJdquM04iLY7xG5HPkKdUMuMxK7Del/I6KCXZwNxUsYbBFgb/ACoSoRgO1i6eKyE9Sa1gehgf2m04UMWMP+UfpXcukSzL9vjvCPSscvo1xGN61nZuG8NGbhaTEx6/KkwQLN1zUjEtwPvjVpAcxTEaHgnDhfcP08vHnNT2hN07NBY9kheSd3HIQ+M8tqqEeWiHOtnb3sjHZuFnnYE/yjNKbjj/AHMX1Ars7Fa8Fv8A7QkrvldJBWlDPji7sicuRqbztDBc2YhhDagc5O1T5XkwljcURW7N3wJtfDLVuvdr+ldGBVjj/Ayd9uTWrAT3WN6lsDE9oRq4rCOorKfZcehtAMRD2rQkquJFijd5WCooySegpP8AI0r0YLiXEm4pebErbRn7tPP+o15+bK8jpdHqYcKxq32G2hxp/F51lRbZorNQ65A3HpTogBvYwZ2wpyQVI5jGDWmDWVE5leJ2UX6utvCqtyUbV25ezxb2xdCrtL4ya55peikNFUAqQx9qzdIdDKN27vIrSLRIHfXzQ4I6VtGKZLBE4kZB42YUPHQWQueIADnmuacQsAfiITmTvWUYWxlX2zPXY10Rg0KyP23usnJwN6mUfgdlZ4m8nwbGolj+R2RF8zOFJyKSx1sZfqYpnmK3g6JZRc3xiGcEDrircExJ7KrfjBJVAdiedYTxNFWPre9BjB5msPphZyW73zvVKNJiGVldju8nrWcuykwcEON8YrsVeziA5sasDlRfwL+Sl4VJO1T2URiswZNWMY5CmkgLbiPu1waAsXzsANgM0NjQMulyc5232qbG2Eq3djw5IqbbdiBp55AcrzNWmPsZcHdn0ltz54rKWWSNVBGkihVlydqSkNxKZ8IRyrRbM2iSy4XbOKrsgwPahtfEm3860iejgX2m24dtaRf5R+ldq6J9mS7eH76IelY5e0jXHsyYwCMkVmvg1GHD42juF7xWTIyNSkfrTqg7Q7ZcjPSlISBJ+tQUJp1xKc0xsiKpCNz2NjP/AA8EDmxoijOb2ek9mLbQHkYb4xmunGqVmEnZlu3ErrxDGpioGMCvO83ckgMk1zIXARiPOudQVbFYfDKyxnfOBWU0Fnt3Z7I4NaE//SX9K9vCqgv4GW8Q1lMpgn1q2AllMp+JRUgJbzh6y3KysPEKlq3ZSdF2jSgFUIwPbTjOq4PDrdvCu8rDqegrk8jJ/wBiO7xMX/exHaHqRXMonVOQ1tpPGM7USEjVcPlxCM5pJiaBbp1a/QAkMQc/Q1ph/wARE5v8JgvE5SWQDp1rvyLZ4SFkc6mQjOHFYTSRogwyFiM1jJehsa2zZjAzVRVEMX8VjUoc861TJM8co432rZNUB9dXCpHkYrDIrEL5py3i233FTjiaJUQil1EYO9byaSEy6VWcZHTpWSokoWPUQeQzVPekMZRQr+E561L/ACFhmtQqjyrN2h9iviTKQ2kfKrixELez2jZQT12rPkytDy2XCeMEfKs3foGGRRI4xUtEhCWwQdR7VNWMrBGnblXT+TkOqo8v71LA+WNdzRYEmdYxsRmqAX3twNLHO3l50x0Ibm6UyYPPzo4lpUdtny+wPvUMQxSN3xtUokl9kDfFzoY0xrw+JYsE7HpUOJrGQ1NwiL6+lJIqxVfXoycVrFMl7BResoGMgVolaIMlxaTvL92J5mrSqz0cP7T0GwH/ACsf+UfpXb6MjJdtlMl7Ci7s2APc1hkVtGuP2OLe2i4KgtbEBbgf41zga2bqAegHkKw8jyHjfDH/AFZ1YcKmuczksvEEbVHeXRzzDPq/I1zLPlW+TOj6WN6cUByz6mP221Rl6ywL3bj3Hwn6VrHyL/ev+SH40f8AsdAd1aFommtXE8A5so3X/MvMfpWqSkrg7MJJxdSRmpd5jmhAdC+lUI9M7BW2vg8LY5k/rWuNXEwm9npPDoe7tSB1FdC0jH2YHtqNV+3mK8ryv3jZk4lCncb5rnbEGaS4wFOMVm67A9x4KMcKtlIxiNcfSvcx/sRRdOd8dKpgLZ13NSABOm9IZnO1nFF4TwqSUEd8w0xr6+dZ5J8I2aYsbySo8fhLTTtI7EsxJJ864Um9nqtqKpDiE6QP3qzPsacNUySDHLrtWMmzWqRpJXEVurDYVMtIlK2Lra4abiWV30RtvWvibymfl/biZXxQMkmCeVd+T9x4cTPS6zc/d86m17KQ7t4XVAzE5x1rCbsZKS7eAHeskIX3V5LO3xbe9WpUKgOQPgajvTWRoKBZoJSmB71X1LEBTpKuxHhHWqjJFp0XWQzsRjyq3slhTlQmG/KpSYvyfWzKWIztWnGtkvZN5jGcgED1pSQkwWfiDBsHpUfTstEYrhLmQFwB0xS48dAajhUSOo5elc8tFoayQoq5NRuxNFEUkayZotk1QxWSNkG4rJyoaQn1qF3NdhyHUmXUN9sUUBTcXaKnP60NAJ7niSq2Q/yzQuylFsWXHFFfUoarjE0UAeFjMx5GqaBqh/w+AADp51nVozbHMSgcuVS1RJ8xxvgYqdlA094sbYPMVQ0CS8VGMaqfHZZ2KX7QQfzptUgRc1uWA0g5qeQzL8QGLxuu9ax2jux/tPRbIYtk9hXYZmU7UuI+N2bE7LIh/MVlN1JM0xrTHQHeXTSMMFiST65rzctubbPThqJdcxFRkDNRQXYlu3x8OVx/MMigpCw3HdyiRHMUq8nTl/2pxbi7TLaUlTKbi3ivzrgVIbs80GySf5fI+nKuqGRT09P/AHOTJhcNroWlGRyrqVZTghhgg1ru6Me1o9f/AIdQ/wD9vWpIG4P6104l9pzTf3M3cY0wVr6MvZ5t2vDPxCQLuDXjeY6yDZnhasrA7nzrm56BBSkJGcc+makPZ7fw8EWEIPRF/Svfj+1FH0tAAE1AANxtmpA8Q7f8aHE+NtFC+YIPAuORNcmWXKX8Ho+PDhG/kWWWFXPWlFGrYWkoJAzvSlouCs0XBQpYdPesGmzRqkEcd4ikYWMNudqznvQ4QfZXwZWZJJs/hx57ZFdPiL7/AOhy+c/sou4u5+0EEcq7MqqR4cWJ4sNcgkdayekUaK3bMRBxWTGLr+Ikkjf2rPVgArFoPw02yb2fZQnG21RdASwhwcVSZIFdhNRG2DVReykytURQCMVrG/QmDy88jz2FbIVledCk1doBfdTlgRqp6YJUVhTJvvmjjQ7J20fdvuSOopSj7FZruC3IjIVzvj2zXn5O7NExpdXZ7rOwNZxexszrcSVbgh261uoNohh0fEYlAIc1jKLDoIuEYE88V01s5QN3aIczQJCq/nY9TjHKhPZaQkmd5SdsdKtfJoigQvnJzV8kWgvh6vG4z0O9S5IUjRWc/iAJ28qhy9mLQ6SZe7/es3IEime5JGF2rO7KoU3RLvyzvzq4utjSOW9gWIJ671LyM0pDy0gWJRkelLnZIfFoI23qokswvETqv25HxfvWsFo9DH+09Ds9rdfau4zMT223vwOuBisMvZtj6G3C7pHt4ZSSS4GQfPkfzrhzJKVnfidxoZzTd6pFZ6eijN8TLIxwG+VI0QlllJJzzq1voCj7SVODyo4lJjGG4h4hpivJNE2MJcfoH8x68xW+PJ6n/mcuXDX3QPY+wlq1vwC1jkA1KuD1616ONVFI8yf7jVEYiIq30QuzAdp1UcQJFeN5kf7wJCKSVRnHOuTiIBuJApXzJo4tbGme8WJ1WMJON0HL2r349IshKeeKAAZaQGW7b8QPD+CTuhAkkBRTnG9D0rKirZ4EqsbltZyxOc+dcnCmelGWhrHjSM5wD9aqg7eg6zRS4DbYrObo0ghzJeQ2Nt4WyfKudv4N4RbexLAZLuZ7iYEqOQ86zOhr0PuzcpuJnjU7Ig5erV1+IvvZ5fn6iNuMW7GXNbZZfeeItGdKtHcjGfep5Foe2utkwRWcmIt+zsTnBrCTAou4NKE9agDK8S71CWQ4Ga1grWxaBYuIOgwTnHSreP4AKt1lu2zp+dJPj2FB62DrjX0rojL2JombMMMYolOhIEvbJhkqNv1pLJYPQjksm73DDrWymkNDK24ecAnGKHmQqLZ7FVGFFQ8pNFtrb6CDnOK5pzvsot4g7pCcE1EUrsdsyNzKROdRwehruxtLQy6C50jdsH3rOaTCjeXDEjV0NJo5BY+CSDmoeikC3EG2+aEMHSx1AtjbzqWyrLouHADLA5/Wp5By0VS2mh/CMetPk/Ycg2xtznfFNMQwY6E35CmyRReXmJQFOKhxs0ii20AeRevrQ4mi0P440WPpmsuNMTZXPKqpscH0ppCB47g9DWq0FGXud70/5/3reL9nfBfaejWv+AvtXYYmI7Zf+5fKufJ+43xdAvCbjTbvGxI0NrHz51zZo8o/wdmB1Kvkci+1SDDbVx2dPEvukjuIdWAaolaMnxFdDsBtVxVlitnJ2Iz7VolZn0RaVoznce9JxaKjJPs3vYPtw/CmWC8LSWh2I5lfUVtgzOGn0c3keOp7XZ7PZ8RteIWYms5klRhtpNejakrR5ji4umecdrbh24rIkKs7LzAGa8zyMbnkpAxZa8N4veyFYbC5UDmzoVH1NC8ScnpEDSLsXxW4lBn7mJBuSXyRvyrReBNvbBaZ6vDeW8FsiO4AUYHWvQWOi+QDfcatYOSu+rkeho4JdhbZmOO9qlgjAjVcny51Mml0XGNnmvbzjtzxaKAqxKJuUG2axlPkjeMFEycSF3U75zWDZumMHLxp5HFV6NItXs7HN3GDIxZj05CspQrs6oSvSOwTyXtyE5qOeDyrF6NaQ04ncw2sccCsAcdNzWe2JSpWzR9jeGizgNyZFle5ODpzgCtsNxkji8lqcWNeIyLq8RFaZf3HhIQEI91jpWb6LHVviOPapexNnJLtVyKOAWCXFyrLms3GgMxxVg5Na40L2IGBEwB3BP0rrcftBM2HAI0EQzjNcE9MtMaXEqxqOXKtIvQMChnUsQpHOlOfySEyR6kJAztWHOnoGKLqERkNjka2jkvRNUCfaQnX0xWq2UkXwTJNzYVm20KgwRoFBXY1k3YCnilwUBAGa2grEZ10719Tc66o6QW0VNEUbI3HrU6KTNc88rEAHao7Obor1MviyaTKJrKGADUkIsjlXcE0pIGEiRcZGc0uIimU6vKk0NHYiVznnVRfoGRuJW08s58q1aEgNrXWdRx51FlxdBnD4cNjOwpqPIuxtI6JHjUM1osSJsUXJLvhDzrOUeI0y/BEQ9qzLEE//rjjO7/vW8ejth+09Ft/8Fa6zIw/a/fibVz5f3G+LoUWUvcXKPtjOGz5HY1HRqG3iNAToOpTuuK4pR4to9CE+Sslw7jCAd1LsfKpiU4X0B8VdZMspH1rSP4JbpGfkkQMfEufcVtFezCTBJbtk2H0ztQ7XRN/II/ETHybHsani0y+Q57O9rbzh12j287Lk777fMVvBtO0YZUn2e4cI7ZW91aQTtpEjjfIBIPvXWs2jkeEax9p0mDd1ctqHIHBFUs9kPC0EDi/2lMyMwPkDg1pyvsjjQtuOKxxl4jJl/iVnochpGf4l2piaNkfSCGwy+R86xeQ0jCzMXnG47sMHOGG2c71m5/Jqo10KZJDjbEgPUVm/wAGi/JyIBTkdakdhvd6sHO+NvT1qkxWKr2B4vvGA35AfvScfk6ISXou4fcNa4d/LJxsK58sWdEJJoDadrm9aR84LY9hWTXFUacb2bvsbf6LsWZfKEgqD0NaY7bo5c6SVjniKt3hI5b9a1yPdngoTRAifJGd6i0yhg02lMDbaiiWLppJNecU11Q0C3Vy5TY70pQGLJXZyc4NKNIGgFkUSZNdHK0QNrO9MOAu+3PNcs42WpEOJ8Qd0JXfHlShD0Mhwu8RpvAzct9VVmgvQro1ttcKY+eRXC47ExZxNw5YLitYiE/2N5FJPWtlKirRKKIRkg7Gm3YFjz4GnUKhoVAN2C6kE52rSA6FgiKyYzvXQpaE0EMqhQGAzUCQ71LjlSUTnIKDK+kA49qqMLYWfTR90K2WKikK2uSpORmplCh1ZZb3rFgDy96ngJxGsBL7nfPIVlJUFWGIjHbG1OAEZIgCM4rZv0Kj6XSF2rBgBmcQnIPOtcb2UkWfahJGVxlieeeQrqi1QMKtLcMMtvXJl2Uiy4j0jpisUirM3Nvfj/OP1raPR3R/aeiQj7oV2GRhe1u/E2rnyfuN8XQlUVmalnFLh7e0tJckxsSp9CDWGZLs6vHl6KLu2W7gE9udMnUCsuzqTp7M/d3syKY5SdqqKsznIST3IJJ1P/8AEgV0xic85Udgl7xMGfB8pFx/91WoqjJy2cmglBGtCBzHUH5iji49oOafRclvltcYLEDOBzIquNoz5fI64ZeTIFRXOg8s+dAWazhnE3ijOWwCRkZ5UfkOxwnG5EfJkyOYINXbslxSL5+I/aoI1lbOds+VaRl6Zm409Gc4jwySaV9L6mXJxnnQ0noLdCUW08QAkTY8j5+lS1RSYVYBlymSM7gHfFZtGiY0gTVGC/MHFKgsOtlyc8ydqEBOa3WRGGOh3IquwTFd/ZsEPdrqOnKjzP8ApUyiaQmJbtu4ZYl3ZfiYVzyx7OyOW4mh7ALJc9oLcLkqpLsfIAVeOO9HL5M6g7PTLmIE1lKWzx6Es8ISXI86yUtgVycuVbJ2KgGdjzFapIYrvNQOd8elOXQXsEVdQ1ZO1Y2JgV2zE+D51akLRZw9WcYYZIqJumNh8sHmNqmwT+SFtAI5CVXbpSk77HdhxujFH4c/SsqtgCrxHUTkZpqAnsNtJwyYxTkmgTB7w6ck1UJWFCSSQiUHoNsVu42hh1u3fZHSs3ofRXeW4G42PmKuLsYveXxaWG461pxJod28wKg+dUoezChlbMgXlg4reEaJBb6TUdPStqvsaEd4pZtK74rFtGqRG0tWWQM+c+VZSY3EfWj6cBRmsJOzNqhh35jTPn0qOmTSIRSfaJQFHXetIty0AzXh6FR1NdCxKhoEuuFA523rKcePRa0LfsZikGCee9ZxmNjKFygAzWzjoR27nTuvWocQ7MuDrvkPm4/WhI9CP7T0aL/DFdlmRhO1f/ub1y5P3G+LoUAVHo1oZwwwXvDms7oeBicMOanzFYZUbYnpmT4jctwK8a2ilM6rzLDHyqFV6OhSbRnuM3qTvrUbHnW2OFsiTpCeS6WNNQBI9K6VE55SPkvEBXc5IzvsKaj7Jsd8Kve7bCqrRMN4zup+X71NuL0TJWNAYZCPsuF1f9Inr/SfP0O9UmpdEO12BtcNr/lkQ4ORj61DKQxtXZRKutvENQ/f9apL4BsY2yyNju8//LpVKhNj2xVkhYDBfnvWiM2yE948bq4csUOCfQ0mNF0jxSjJJwTnGMij0CQP9ijILxE86hmisvjQ6EAzk9aXqg9hcS6ccqTXoYfCgPpmhMRC5tiRldmGwzTsZmeOcL2Bt4yTks5AyamSvo0jOuzVfw7tfsVg1wygGdyuSNwFH9zVYo0mzm8mV6NK90GY4IOK4pq2cgveUSTEczWCWxUVXCkYK5NbxYilLaSU7g1o5UM+m4ZlPFms55BMhHw1QMY/KuZ5BUA3/DlAOFGauM/kTQHbW3ckYGDmrbvsEHlA4GrFRfwOiapHyyAaG2IrmhBBGB9KV7sPQrmsijhh9K15DQXaZGFIAIqZWOgie21pudzUxdMBPd2BTOcYrphILKrSNoW35U50xllxqUZOCvpRChWLVh7xyQM1vJohslwy6Rzhmxit18CkqHaXkcce7Va0RQumvu8n0R0O3opIKtbYPuxyayZZbcRBMEDArFpisqW5ETVnSb0JkjeaxscGqWN+yGg3h0+ls5AzVwXFho0FrOWXmK35oKLmkVzjOcVx5sqei0qArpF5gVlF2MS3s7R7DnXVF2iQaN5JjvkD1rOUkil2CW+97H5d4P1qkrZ3rUT0ZP8ADFdbMjCdp9+KSe9cuT9x0Y+hUKg0GdnE7WMzxrl4zqH0pOPJUOMuLPOOJyl5pTMS0mTkmufjTs6lIz96wLacn03rrxxrZnkYNHHpBRs4blWrZzlos2JUZJXHzpOasGg+xVokCnmp2NZylYJUqCGkIyBuD0IzUp0Ohpasl3GI5ziYrhWbcj0J6j338ieVdCd6Zk/t2hhaL3DgSLkgYBB50JUNOx5AY4vBqO4BBOwPrT0hXZOe67t8Etttt1piALiXKtJHsSM4J/aixq0fWV6GjbwjCnl1HrS9j9D7hWJreVVPiHiHmaHQrots5leYpJ4WHQ0IbbqwuVlhk0gjelIIuwyz8WOX1pJFN0MntSAupeflyNDjQlKykWIkbSU+KkgZr+EcAA7LXUNuh+5+/i6nP4lP0rpjFKNHLlbfZiZWKu2WNefPbMvRXZTFpjvyrDjsY1UaiMCqJegqE6TyFTIVn11OgXpWM0xAizp54rBooGvHRxjIrSJItmIAPI71pQA8twAB0NCQyv7SBudzVBROO6DNjrSaa7At1qW35+tFWIqSQJN0I9KbstbGCMHVTWSsQBfgYJJ2rog9EsBWNpPENtqpvY7omtszDxMTSsQTBZrGOWc03KxaPPbWcxsa9RGj6HNlHLNu2or5U20tmbD4LUi4yBjFZ82ybG8OEB23pLYmwbiUjBOtZtOxoz8ksivzNNR+Cy6O5fG6Yq1ohoMs5HLAnI9axyP4AdwXTovxVwzlL0UgmK80jnvUbGTe6yuSdq2x66EL7hxI21dPSJLIlxE22+DXPLbLQts1/wCehH/7g/Wt12jvX7T0VPgFdhiYTtL/AO6Se9cmT9x0YuhYoqDQ1HZO3aYOirq1HGK1xK2Z5HR5z/FDs7cdnuOyrJgwyeNGXlv0pZcXCRphy8kYGZtTcyDVKi27LIJVICOAd9h602iLGKBe7B/2KxYzvL50r9AfKmttgfpTW+hWOLJNRRieW53wa6I/kzZp4ohdW4DRqrjfVjmf2rXtGT0Kb67eIRRMA2jcY8jzxWbZaGrsk1qCpBYY3zSsdCaZ5I3K/h50N0UD2U/dyuoI0n15A+VLkTZp+BXHdxqDjwHfO2xobG9kuKS91dxyxnY9c4+VJscV6Jy38bAyuQAKcpCUaB17Z29k2B3hwceFc1Km70htI1fB+2lrcKizxMI3AOwyceeK1U2tNE/TtXFj214rZM6ssmtCc+Hp7jpSbSdj4tqmehcDUSWuYmUxXMbRMeeCQcbVvHas5pqtM8zvrYiSQHmpI2rzJPbMkgGwtmMzHON6i1Yx1ECg5UmQ9lNxMRyFCAT3kkrtzIWiS0B223G7GuZoRZMoAxmmuwF1064xnGOdaLehUK558tgNWiiUgbvWDjJyKfH2VRersGyp/Kk1Yi9ZJJTpzU1xCgy3jCnc6mpehh+hu7yBWTasdAM6sxwTvWkZElZJjj35+laaaIorW9wQGFLjQMPguA6eL5Una6GYex4frfLjYV6ikOTNLZRrGukfSnJ6MmWsVRieXlWXQgeWcjYU0hlLFpmABzS0NMJj4emMsAaHKkDOfYFZ8AH5Vk5UTZY1uYV8IGfKs7sYM0joSWBFZzjZaKTfFm0gZq4YgDLcSSjLZxW0cVCbClQZ3NGRehIKWVVTw+VcjuzWIts9+JQesgrph2jtf7T0BfgFdfRiYPtFvxOT3rkyfuZ04+gS1tpLiVY4ULuxAAFCi5OkU5KKtnqvZXhf/l/h8RvCBdzsBoBBxvXdih9NU+zknLm7MH/F7TxHj09m4yDGdIB5MKjMrm0Xi1Gzwm+4fLDI4Y4x0Nc/LizpTs5w+IKMsxPoVqXKwSoOJC7LjFR3tjPs8qV0xhtj8WfEAf5etaQohj+3GVAU7/1j966E9GbJ3F1NBju8LgbYIpOVCqzO8TvmadXK/iyR5edYvJZaiEwcSZFxnbOTvUKbHxosmvEkUkMcsQedVzHQpvZmjuw4Hh5EDqKfJ3sVGw4LIXgXIHiXSTz+tVd7QqLb8NIEj/EGBzSaBdmS7RcTaIT92zGGI8h1NEYuUqsic0Mey9yivDdrFHNH+OGRcpIp5qR6jPtzrbE3CVoyn9yL+KcRgsOK/ZrIyfZFnLW3efGqn8JPXnj1xVZpKrXpl+PyumbywgUqkyLpMm7D5VlJbNU2enfw+vTqlsHyykFl8wcdK1xNrRjlVqzPynXNIDkkk8687IqkzmRXbQAE4rFPYNl0oZdqZJUEBGSN6dsAO+iAG3M9KJOkACpEec/SsxAl1eqAcnA9apIEJJrzU5UEEVqoeykitImlJJ2FaaH0EJZlmBAOKlyGEPZlQN8elRYrKQjJJpzvQ/kB5wyBXRdY3rnnKhjOS30p4flWXKxAptBzJ3NUnQAl5BojOMVrGTFQilttc2TnPSujloSC1cxqAQOVQ18BQOsPdrsMCutNozKZphCCzEitVKxUAvfNK+AcCnxLSokA7776aG0kIugmMT42rNux1Y0S8UJsRUMloMtZVJGevlWUmTQS4Ryayk6KQuv4QV2G3lWcZNsvpAEFiC+o16GF2S2NYgqppA6V10iGVTRv3mV5Vz5JJFI4qtoOQeVcV7NI9lXDd+JW+3/UFbxW0dz/AGnoCDIAz0rrMRI3Zm64nxN3AAiLdcg1n9FykaLJxVGw4Z2a4d2ahN5NiW7/AAljkJ8q6YY44lfsylKU3RmuL9o5JOJRTBhoik1cj+tSpNysrikqMtdzrxHtDcXrNlYoncY335fvS7k5AtRo804taSXV4xCg6mJrlkm2dMaoWXCLbfdAgkc96zat6ZdlKb9c58qTdATD6TkbEUl3oEG2TjGrJUDritF82S96JXXG44gUikZiOYBq7dE6F7ccDEiRGxUuLYconBcw3fhD+IeexqHBrbK5J9Em8I571NDK2kOSKErGTaXvBG3N1O+RzFWmyXRuOyuZLcxkgFCcZ6jyzWl6on8lvaZjZQzTJnBUY/pJqqJvVGIaBZ0kDHMUgww/ekrTtIy1VML4Pp4faRxFjttqOwrVNdkpA7P/AMX7SAw7wxHc9D/vFTJ26NsapWes8EnXVFCWGoDGOtS2VTo33ZAaO1GTyC+WMbVrj/eZT/aLZwTd3DKcoXP0zXFl3Js5V1RK1Yqxx1rkq2BdI2+9VQih2AJxToOgS8ww2NRIKAHtyy+dZ2goTcUsHkBGT6YraEwBeH8Icn7zNavLRaNLa8KCxgMMisZTG0cmt1gzyqVJskXyuS2AMitFRJT3LM4bpTb0A4sgqEYblXPJFB09woXnvyrOnYMBa7AYdaviAHf3KspA55rSKAAjkVic7ECtVaEyq4DNjAzVIRY0i6Mda6eJnQsvonl2UVotDB7LhcrSgnlnyq7bQ2x/9gEUQJFc8k72TYouly/hAzQikDJFLO2lEOOW9aNatho0NhbOgAJIIFcs2LsOWIqc7k1jLaoEduEGgZGTisoxZQvB0uQdt+VdeKXElqw63Ree1dEsroEthDRKeZ+lckpNjINEFikznlikuxx7AOFwF+KQd2QcPnHWurGuTR3N/aer8L4Ye6R5FIY8s16EYGHIbTNFwmy14Tvm254qv2on9zPPe0vHXlVg7ghjtpG31FZSkaxR5xxziQYFI3DHq2eXyrJv0aL5KOxEzXd5xCFmz93y8q0x7siemU9pFSyRtLLqORWOR8UaQ2YOQmSUsTvnbNc/8mxdEEQHIUkny5UuwB7yTIOG50IbYqu5pu6J1Np9TXRCKfZlKTXRNAgXGcbc8b1LWybAEd/t7KT4WHKtWkoWZp7oJu00IrrkMBkehqYj/JbbX7NjWdR/Wplj9I1UrCpG1aWG1ZJV2UTgbLKM5PTNCXyHZ6B2WIiCB9s4NbRi6IbDe09t9rge17wDvFwPfpWiVuhJ6swkVld6cW00Tuux8W1FCcNk/wDgV7dEC5nRU6iMZ/M0rEoo0HCILSwhEdsg1+fP61DkaKNmu7LQM12GIOnmSaiO2VLo9H7Hp/zd7MCF0wsQSdq3x+2c+V/aCXCJqcx/Dk4rhnK7aOYqjGk+dYLbH2VTyDJA51VEkERiN96Yj6eIhQcVjkdFA5cKpDDFYr5ArEQkPpVKQfyEwWoj3O4ocgTCzJGqjHlU27LsU36d6SFzWkRdgBgKdcmtUDRU8oXPnRQqIwyu7ZA9amUULoJZ2dQCDtWdUUVOGXfO9VQhdxFiF2A9K3ggsHgl2GrnV8aF7G0WgIDjOfOs2rFq9gNpEGGW3FejGOjJsJ0RhsbVDWxhMTKvLFaRRL2cuJx3WDSlEaF0MPfXGw8OazhBtjbpD6w4eiAEqM1u1SM7sNaFFOVxXn5tM0RQ+AD71yctmiQDdyAcjW0UhMS3c+mU71uo6skM4e5kwSaiYwuaYpjG4qaCyKSSTv3alVztkmrx43IcVs3nYXsfNHLFf8Q0GMeJFHPPrnpXpYcXHbOiU70jY8Rv4rcMFzrHLSM5rdujOjB9rONl3wytnTy6VlN2zWKo834vfakZmzjn4m/bFZOjVIx16+py+rI5+VZvso0/8PYsjiFwWZU0gEkfOunEvtbMMnaRmO19wHvHw+QDtvXFmps6MekZwHbJHKo/Bf5OhgeQ2pNUMpuEJ3xTWtgQeET2+nH1qlJxZLjYqDG3PdS5HQE10JqWzB60WrLAPFpXVjGahwldLoLXYJd3IfwpWigK2Ux5WQMSdvyqntaKWtjKO5RsAEVhwRqpWM7CE3BTuzhgdhS42JujZcNDxXKnGFO/h5A1skQ2ajiEIu+GltP30Y1D2oSoEZ2ytUEUkkCprc6mwMEmpbLA2k0zFW1KOuOYqHIdBlhErSBtQOT1FQ2i0b3s/EY4HcgAAYyfWrj8kSNr2dxFwbikvwt3YX6mtIaiznyiWWdgDk1w8dWYkIZSTjfHnWdbEyeAW5CqJCogB70mIpvZAowOdc81ZSFNwxI33FSl8AyUMpA8IzjlSqgYUJmVRn86VEplTS7kDnQlRRxFLA77VaYyL24YZNWpFi29gAbAJrWIiu0TWRnIIpT0IYyQhAp64rnbGL7qUICGrWHRLEl7OWOFGc10wXsRRArMcDbHStgdje2uO7TDnfFYSx7HVgi3KounfNd8DFopa8KZY8qU6HGJ9DxMsd+VTC0NxOvdtK4x8NaX6Jqg6yuViAJxVJUS0OIeIjAxgiiT0R0Wm6LnY15udM2irJNG5XIbJPSvOpp2agN1GQhyADXXibfZmzPzj73Sa7k1Qh5w22CxgjY4zWE3sdBndKWCyZGTzAqVvQHpPY3gNvbWi3M1qjuyhlkdQSv/AGr1cUFGPRokO+J3yWsDadPhGBnGflWtlUeZ8d4+jSYE+jfcE5BrJyNEmZninELdo2Zpgc+1TJouKZiOJzwu5wNug086ybNaYolk8Q7oNn3zUN/Av5NJ2a4gkPCb1TKA7EHQFOfrW8GuDMpx+5GQ4tIZLhmJySeVcUncjoS0AliFxvS30UVKd/P2o/AF2AyAjel10NA+Wic4Jx5VS32JkZhFcKRKgz54qk2tolpPQFJw+2JyCw9K0WR+iHBdsktnbx7oKObYlFIpmhUjK1SnsdFVrCFYnFVJhFfA34ZJ3dygyV355qPY3tGztZ9G8u+TkEGtbIRseGus8CyIdx8Wwp9oKaAjw94phIijSSQcDY1HEfLYHxLhutxJGNJI32yDUSXsuLLOGWLl0AUA9CayaLs3NvCYoY4AM6dz6mr9UZt3s1dqEg7MzoGyZHGrby6Vr1BnPkexBJCMee3OuWVUZdkY108uWKxBlUkhVtqdE0TjuM8qTRJJiH+LeufIikRW3WTkBWV0OrIzWyxKSDg0+xUK5LghtOfaqSSCiVuyu+WP1okMLkkVUGKSHRWtwX8P51pFDs7Iqum+1bJUJspi0xnCj51lPQkHAAoSRWBQqv4FlJ8q2g2KhRLZaThN/LrXTFsRV3fd51ruPSto/gaRZGneDNDGLntZCdedq3jVGLroHmheTIHSm0NSotsbU8iM0LZLY0HDy4GxpzdE2cFsYsgjaub60kyqIBjG2d62i+XZNDSznGAScmieJMpMcQTLKNI515+SCRVkZ4DpJYCog+INCt7WIOSRWvMXYVCdtI2PKndgaXsjw+K54gTI+pUIz611eNBN2NKz1C4b7JYd0FJYjmOX/avQSNbo857WTPJbuJZQmM6UAzkVElrZSfweOcV4m63Low2zgEDb51g2zetC+W/1qQqoz46g0uQ0L7l2ZwZHAUDpiou32OgKaRQMKCTyH/ek/gEWcLukgldNsyKQSDVQdaJkvYDfsO8bw4rmfbNl0AlidjgD1o/kZIYY7fWhaF2XKPD/AG51LasaXoi66hvQ2MoeLDeEk5p3q0JogybEdRTUgordDzq+VsmtFLrlcYzVJqxEViKgEL4ulDlsVFqeFtTYG/Wjb0ikh4nEYXtBiVdS8/FWl6Djsf8AZntR3D6YIu/6MGOkGmpUwlDkjccPubfiOruOYGsBjgqfI+oqrvoydotwC5Do0bA+4JqWNMY8Lt0WUydBuAB+1TW7G2NIYpXbwRvk/wBNCTE2jQyxTJZfZljbKDLAjYk1s4vjRhNpiqexu2izHCOW65x+u351zSwyfRkLyJIWZJY2RvJhWDg49jIlAc+VL8EnBEAPShhRXPIFHPFc+RAStLtQxBO9YNfJRdcTqV9KatAxJMDJMQgxVxZLDbe2VVy2M0mOyF0Qdhg0JBYLHGysCSSPKtEmKy15cDFaXSEcTUxJHKsckr0NE5JzGvPHnmpSHYFJdAuVU5zW0IjJxLtlvzro40BCa3MgNCdBdkray0g53NEptgwKZMsFWuuOjFtlRgESksKutENnLF0LjkBmrjGhMfW+GIwBioydCSIXsQVSa4JNWamY4nP3RKiujEwo5Y3RO2a0lkXQcTS8Md9Oo4zXBlaKQbNK2nG9cyGwQxFpPEa0UhDDhVn9qvEhRCzMcACt8MObFR6rwLhsfDoES3iAIGpm6E+tetCCgqRqlQJ2gnfS32mRhp8QCnAPpV+ho807UcSZ1bu9SA7MR/eok7ZaR5Vxqdmd+5DDzAFYy30arRnhdgSFnDL55NYJo0dlkV4rFhGqtnzov8DoHmbWcONK88aqXrYFbFYzqJZCOnU/LpVLQmfNMJlyAfM5rKcdlR0UFcnbl5VKd9+hssVSMfrSY0XLj1zUv4GSGBvgUuugONErHbNKw7KXjIJJGKFIZQye2a0UrQmiIjUnYU7slk+72wAc8htR2DQuutQkCyIdAJzjr8q3hX9Sbd9FtikVwpARgQcYYcqmaaNYU0PrC0kS0WW2PiLYJHSoxptt/BeSXGkb/sxbSW1vqbaR/wCbrtXQlRySdsPfu2ctNMMMPEg3GfSlYzVcFERt5BHlcAZLA4HqKa6JejU9mbES3nfyy95HENZXBGw96vHFXbInLVIDNnZ3EnEriLiS/eyairxMNPpud6JKMr2Zu6ENzZShmNrcRSN0CSaGPyP96wlH4ZmicX2oqFuWkI6a9/oayk5VTGX4BGKyvZLKpMgYzVDFd8SGPUVnOgAVnCgLjx6s59PKpaXGqEGo0koAztWD0DYRBEoxqFSpbAsllCDArRKxAGS7kiqEEMNKcsmkmCAijGQHcU/wUwlAVBxUMkFu2YjbrVRHZXa2JY6iDnyrpg9FDG2tSZN+VXJjHC2aCIYFZWSCNCqtuKqIzPEhRrxXb0Yi29utmA5VqtoVCmK6cXAVScE9KmcuJfE1vDpvDud8VyZM1kpIvuiShBO1cjnb0MzPEoQZPOtoSYJkLZVjYYxVsr0aHh8wGkDfPOsJRcuhDc6WAyKPpP2FlEowQBzPLFL6YWeh9heCoIFuRJl2GM4Ow+depgxqMbNIr2am8uYLSDulLM4HTfUfOulFM837T8SjiiJcuWOSdJ5fX96ltFJHkPG+Ma52xO2kHcNtmsnI0SEd3d98gZlEijbw7/U1LkmUlRnL5xnwDHpyrJrejRWCRzlW2Yk+R5Umr2MKE2lQTnX5g8qla6Kq+wcnJJDb9TTsn+SmOZoZQCQVPPenXJUAbkMuVOxrJqiyKthtyalUwvZehBO2aXQFobA3zSZR0EHOGz6Gp6AtChxuDnzNDXsQJcLpJyGO34etVGxMo0OSCgYA779Kq/QUXRxlQNUm/Ok6YE3tkmXxc6UZUJqypeFywnXAQ3mD1Fa877KTobdm1kX/ABidAOdNClUhydo39pcwvGQ2Qhxgqd/StuRg4tPRNEglkURRtITvjHOlfwGzdcHtlS1X7vuQdgNxVr8kNm84PDHb8AuZnUs5BAIJyPWto6VmUuzHWd5cf8NkaV3bU5GHAbA+dZObStiloXXTawdogdtygKn8sj9KynO0Qg6yYgFZIwDyOMjPuORrBzp7E2QuI4y+Ae6b+rdT7HpRcW/gTBmiYHSy+meYoa4oSAru3IztXPOQ/wCRU9uokBAwaVv2KxnZoiKPOspJjRbOV55xUxQWDGMyEitYxoTOxQiJh+dUxF0gAzjbas/ZYtuWCbr9KpbAqW5ZtlG1HEh/kthRnPjG1VFAhkigIANq0WjRF8TqnvVJgy43aKuC2KVCqwKS6Vn2INWkOhBK3h9K2Ut7MRXcwd4CRzraLvoRCx4eiHUeeetLJGyrGtu4gfB5VySgLs5e34xgGsVjt2OmKLiQyHAOc1044NjWipkZVyDWzhoLCuGXUizgEHas1jUWDVmjjmllKpGjM52VQMknyxW3FMk2HA+x147rNxWQ2yAg6FwXx652X8zVR8fds0jCts3J4jBaWC21voRV8AzuSfXzrpNaoz3GuJyW4ch0U8gV2PyFO6FR5/xG/Viwbxux5ybZqLLowvGpxMrIsKvg4BTZR/eol1Ra0Y+5xE5BBx004rF6NBRcxHUWB/Y1H8gBOxjbYnbyqtS0U7osgmBI54586loYQxLLsSfY1F+hgsib7VaYmtn1vMYWAbdD+VNpSEn8h/hfBU59KwaaKRNWOcFT8qTq9jReN9t8+QGalqvZRcsZUDVpU9ATk0hfwTUYI+N2/SlWgJtA7jI0K31qv5D8AslrJg65QM9M4o5UKj6O3TffVt060m2FB0cbEACPAxtmmlQfyGRQlY9UrAADOwq0qA+tFUHLgDJz51ToZo+ElQwMZjydsEVSJZq+C2MssyyP4VHLbGapJmcnSNfZIS4RASM4x51qvgzbNzff8p2fEJwjBScHYj2PUVtLSoyW2efQXLNZBZUEignmMH6jn71yzm6HLSKHiiYEwyaTzCy8x7MNj88Vhaa1/wDf1MgmENo0MCrAZXHIj0qGn7AHkcMSGbw9D5Uo9isstmK+Enb6/wCxVt12BVf4UZG37+1cuVe0OhBcFmc6frSTT7JLI5zGuDzpNCsp7/W+kk0IQWjhWB1Zq7Gi4TAjKik3otI6/jGayGIuJyFThSRW0FZIHbSvqGd62caQUPIWZogRWcexpF3eEKSa0oo6ZMLlTTSAX3M0j/DvWqjXYFCSkDxbGm0DRNwmjehnP0ByMkbcxg1pBgBzXIj51vVggCfiWThTk1m4JmiiD95JLvqzmk4JILoutciTc5q4RSE3aG1vZT3FwkcULuzEAIoyST6VclS0JKz0LgPYKXQknFEFtyOk7sB645VjHA5bmaRj8m34facN4OGazt4I3xp7xvjPsTy+VdKjGP7S1FIncXYlQCdjvkgDcD3qv5H/AAZ/jfGIbNcoPFg4Zvi+gzik3Q0jE3t9czSNIkcecZLy56+XpSVjMte8SnmkZSneBNsQptUNtlJJGb4n9on8OoRoPwjwmolbLVITX0MaAEqM9d8VMqBWxXMwYkBSrDbzrNloX3CnO+Tj0xQigbBDYGfar7F0WhyBz3qXGxpk2BK7sBnzqdsZEoQDjJ9aL9CqjsLPC6gZYHbSN/pSe+g6G8ajH3hycfAp3HuelZSiNO+i2M5ysQCDmQu31NQ/aRX8hCRgEF9yeQXmanb2Oy5WXdSFwOYHIe5607p0In3bHdBz5sRimBNLaJjtGpP4iedVQFxgAA7tFUelHGw6IPIsWdi7eRp9IFsqklmlYB9h0A2oYJB9hbGVsHJNUkNuja8B4KjMsjjGkCtIxvbMZS+DY26BAqpv5VbZBtOznCHiVLq5GAd1FbQi1tmUpekH9ppddhMx28J5Cqn0TE874FiTh7MqqV1nIU+Ft+Y8j6VyS0VLom8PXPh5g+dc8lRkfFmiQ6T6jyzSTAAmLCVtOcHcfP8A3+VX7EE2kjYww5cqO0FnbrxqVPnkelc818jADaDfPyrJOiWimWzO+c4o5CYO8JHIAnNCZNE4UdV8Q5mnZSQbawZGWNLkX0XyqvdnHOhfArEd1bmYkYrSLoRdw3hul9R396pyBbHC2gVdhU2WUSW+52zVqQwGeNgCApFWmI5BbkjlWnMXRyW0xzFLkgF9yy5wa0dN2c7FF6cnCnatIRb2NfkVzRzSEjOR5Vsky00VR8Pcvvmqr2DkO7LhU0y4giMh5bdKmhdm57L/AML5LwrccbuvskBziJPjPzIwKtQ+S1B+z0rhnD+F8EiEPC7WGPG3eMcsfXPOr/g1UUgfiHE1jG2RKOshAC+n77UrGJ7rin4GlXUN9bJ8PrvQMR8b4y0ulVnZtuibGhsEhHe8QPegLpVwMtlP2oYIUXdy0spM0jPEPwBcA/QfpS97K9CPiM0j5RUUIPwg4AqW7GkJpY20HBEW2edZvSLTEt5GjH7sFj/M+wrNu+h7XYnuUAcaGyeuBSe+iugV8bAk7dM5qbGVEDoCPUU7+Q6IFSp3OKpb0BLYD98UNgEwxMcE+AEdf1qKCyxmWHAt+oOXbmf7Cl/AHYYG3csVGfbNS9lBUF0WOlRsNtR5UnEAxAGGEJC8iw5sfIVm18AXqoXAxjyXy9TS6HYVCd9jlR+dOwGEQTGGAx1qkxUFpBFKo3xmqsNk14QpK93pOTvR2K6JtwVu8BxlfTekkPkPOEcKSNg7DGfOrj+SZSNPaoBhE2HI1d30Q0bPsvwxJJkYpqwetb4oGU2bSbKkL0A2xyrZmSEHaVscMmPXSazn0VE847LPiwnRhhC5OK5MnWxy6HQKumkHxc1PnWPemZFBjJ2POosCBtxpUnGdxTu0iHssit9x+lWlaFZKeNAOQqJQoOQBOVXlg1g0VZWzhlwSDWbv0FFEioNxS7A5GwYgNnFNIYbGY9OnYmkxPZ9KiketJSCgbuAzagTn9K1T9AFRJp5bU07GWGXAwOY61cYWMGedc4Jq+NDKtm5kUxMIi0qpzyqX2IDu5QGGMUIpGFe98G78uVdaj8GNFH2gMcnlXVFUqChjZhNJJwSa0SJ6HHAeAXnGb1Y7aCTQ22sLt8s06HGPI9b7M9muF9moGd9d1xAbMx6ew5D3oVI2jCgi84i95IykqqgYwG2AoNBDd8T0gxwxtIEGzEHT8sUrsdCSTiAWAvO8ClDyRST7UrGLLu/e6bw28rIN9T7D6UXYCfiU4kcy3lzsnwo2QKTrtsavpGevL+OJS7PueShtTH2HIUrrsdWIJuLXcjd3aRtFGTgszfXNZcpM0UUtspa5mRiryfJdv1ovdCoruZ2WMKrkZ8yTmpmykLSxbLO2SfTYVG12OrYHM6hMKoGeW9FgkByZOwAHr51Mex9FeVY9fem/wM+KZJxgdM0RYUSTKkCJQXPJ2GT7+lXyS0iaPmZj4UZmJO5PNjU2NIvgiCkO27Hy3+lQ2CJu+onvNwDjSDkfOl+GN/JZCjytjYAZJx0FTIYXqFuQIsa8bDotLVh2RjmkXIcZ9RUv0h0MbeaMKpY4weRHWk2Og+NwVHiHnvTQ+w23U76WoQDqyTkS2McxVIljS3UKuM5IqhdjCHU+NsCjbJdIc8Mh1SDbO9awiRJnp3B4DDw5WCpgDOccvpXbFUjlfYWG1DJBGfWkAj7Uf+2TDzBrOfRUTzzgTAcNYr5muXL+0cv2hKTKDpJ26Vio2ZBEbmRdXUHDf3oatWDIPOFwPU1KRLPlvADzya3USGiu8uD3edQ9qiQjP3l041YbasWrLRRa3bsSBnFZSihhaz+DLHNKMaY2Ui4Pekcx0q2hFsd1obdvaokgCheIQMtWajQyyKcNyNaJAGoNeCT9KdAclTKnetYsBVcxvr25A1sqopE7dsNhxUyExkgBXIFYt30IXXkZ18sinEZ5dOCo2r1OAuwUSvGc5yKcVWgo3HYjs9xPtNKGtYZBaKRrlwNPtnzrVJsnjZ75wbhdr2c4WsdkjNIww8jnLMffoKvo0jHQHxHiD2skoZoEBGTud/QedDdFJGYv+KsUCvJPobOkYC5z5VF+ihFd3zupVZkKDfSHJI9zyFK2MXXV9P8AZcwx26nO7Dxftik7rQ0tim4up2jDTSPI43A5D2wKQ9XsWXFw8hx92HXc48X1NJMekKLoqFLR6nb+dsb+gpfwMTzSkbKmk533x9ai/gpFCtpRyrBmb8TdBU9Jh2L7iXWSUJY8snrWT30a9EFZ1UmRiBj4SdhQtE1ZWZUKnbUB1PKmmhUweTSSCMmlZWikjJ8hQmB8MkDA39edNu+wLipA0LkseZNT0OiccOlCxbCjm3mfIU+XsmvgreUjZc49ev8ApR2FHyeLQiruTtgdaUqSKT9DJNNtFoB1EbsfM1HYIHV8yHJOc5pP8jDLRRJINXLmc0m/QwhF1y7bIDgCpfY0MoYVYZbcHlVUAbb2pXlyPyp1XQX8jyygIxqJOepNOibHMKaQoA3piGlqmRvzqlvshmh4NFqmQAZ3reC2ZSZ6Tcqltw6AqWDEAEV1PowRGPdBtipAQdr208Ll/wAp/Ss8nRUTzngPh4Tz5sawmvtHJ6OtnVtWcdGQztm55GxG9TasRRcKRz6VNUxAathsjlWsQZGRS586znEzsC4hB4ccqzLQNaw6WAycedZN29lBEkbKvUihNADKTrJUZPSrTok5IjaRkUqTArYMBjG/vTSQwvhZYMASdPTNJ0ilsfoxCbc6gKK5JGPM71omIHlfzFaroaOR4WTce4NJoGMonQjntWLED3JXPnREDyu9XoBua9liizVdguwE3aC5EnEYprexQandvCG8gOtOML7K/g94tUtODcKitLCPTbJ4QB+I/KtHpFJCrjnHJAoEJAB8JYqfD67UpMaRmuI8VMEaiGNJpjsHcAE/uKlv4KoQ8TnuQVMiRKW+LS5yPQdaHoBRdzufuoBCzHrnOk+tS+6RSS9i+SxnP/qb5CP5IRn6nOBU18sd30Q7u3jQYjKr0csST606AWXd7bRRuBht+eQT9Klz0VxdiWW5M58CESEYBfc/6VPK0VXyLrhGiXxyZ+dZsfYtuJGk+AAR+tS7e0UtaByGXxO3Llipb+RkTqcjSAPU70v5CjjL4dyo+dP2mgRWcdOZ50r+AI6d8ty6Ci36GdjBJLDHPAou+hUXJpXwgeHGT5mkOkSYtIwPIDZfSk5WOvRFotXMn50m17AnbxlFaYjGDge/pT7FW6onIwGFz68t6KroZ1ANJON+YHrU6uh2GWx0xEnGWGPcVIBlts5x5UL8AxrbqNAxgHPyq0AwiXSQwJ22xQ9bD8Di0OkD86diHVthwABmqJGdvGSNquKIkzU9moc3CDHXlXRjRjNmr4vIW4hGgYroAGnO1XLshdBsX+GKCTM9uGxwmY/0n9KzyPRcTzvs6S3BdTDfNZT3EUugrTXPejILikCKM9KQAV1Pk7Hl4TWiiAIJMsN8Votdgw2BM4zstYy2ZsqvkwueYrJoaKLVNTbgYrnkygua2DKBtijQgZrQxjYZosD42+caqObodHzWqEHGKfMRO3hRCNtxQgQwBUIAAc43qlTKBZuRNXQAesscetWrRVl+NWSTv5mqcrJBXu+4JUmk430CRH7aGPPNJQYxX2S7N3fE7lHezLREg6pThcZ58v3FetGPtkRdntpxHbR2dvEY4FGp2yefuev6Vb3/AAapUC3HEILSBu9AeQ7RxknA9ccz7nnSvQ6Mnd8duLebCffT89vhVfQdaV0Nox3E+K3V5faGk7oj+nWc+WKi23RdJKwe5muApUTA52LSgajQ7BL2ykS2qwkTktIOeDjfzIFHoE3ZS725iB7kMR+MA7D9Kkr2AXGm4AZggj8y2r5VPfZV/AqmigG+lpGzyAwtQWVTPMqHGiMHYKq7Ae9JyYkhbJAzAv8ACg3zn+9ZtKrKsWSsdegHLZ96E7HRTIp574PM5qLa7GU6gmCxJB2GarsXWzoBBznfpQ1QH256/OlY6OKgZtiSDtSukFFjgL4V6bVNhSJlMDBIHmc0+kOiaqGcYzgdKXYFyqSSW9gKi1Yyy7jzoiAyF5486r4sSBCuJMtnOadhRbFz67chSqmOw5gNBxjAwNvSk9ISLIAQ4I2zz9AaSK/kZQuc4U7cv2pp0L0NraYMuCMYG/pV2IdW66kGDyFOtC9jWxJVwpGG54oQPaHltv4sEZrZbMWa/sudMq6up51vjMpDzioH/FRhgwIB2py7JXQwT/DFUSZXtzvwuVf6T+lY5Oi4mL4VGI+AIwO2d6lr7QfRT3mX57VzOOjItY5jJBoihCu5YrK/ln966EgRGNSd+lJhYzgcBQMjFc7ZnIpv5gBzGKiT+AQJazAPudjWEo2UOY5FZNt6xpjOFlB3FUkwRVLJ4eVNxaGCNcrnHI9aaQmz6O4B9apdiLGuVVeuKtRofYHLeliR58qtIZCGQ6/SqaAOZToyOVSmIQcSEhfw8q6cdVsuJVAkpG2eVVJRK6Pc+F2MXDrWK3tIUVwMFiAGPv5e2a7/AOBJJFHGeJJYWza2SJs+Jc5z6f6YobpAkYjiXFXuAzW9oTncsfCx9d+XzzUlGbuhKsOtiI3O+X5D59aT0MX99Aj4W8bvXB+Bjy/IUv4GLbqOKNSzszNz6KB71LSKTE13cc+6ZcHfOr+1ZyZomAvLNI3iaVl6AucUtsKR9FDMVBZwoHUg4/Palsdou+06MqZlydj4xmp5DUSE00khwDHgcv8AZqXJvoql7F1y8m+cHHrms2/ka/ACUfGQq6+eeVNpiKXGkfETU/kpg7qNWWB+dNCPhsBnwg9Opp6A6GyQNs+QFTVhZdFu3i2wDsKl9j/J0DQfXpTTsCaqCckk1LGiwKckYwDST0DDLQZYMR4U3FNfgC0x6vT160xUDSwBV5H1pVQWQihKuM7Y3OfPyo/A/RdqCqqrkk7nHSlYL8hcSkliD1xin2ATGCFA6Bt96KGMrVxkqBnPTzqhD7hsgLEZ9KZMkPrcagjHZga0qyXoeWWygHY/rWsTNmn4CdM6bdfpWsTKQ84ggXjGV6gZ96cl9xK6GS7IKZJku3JI4bMR0Q/pWOQ0iYjhUrf+XWLbZND6E+gaJgMc96zaMgwMBHk8qiIMXzSRgSZXJY7HyraNE0UwyjGM0NARe8CNiuSaFQPPcl8/pUICiW9xIMLpXyq5pSChnaXo0/EBWDiOi9bzW2Cc0+NAi93Dpgc6bGCSW4HXej+SWVhGXcbVPsGzsjZGPrW0RogYC2NJxTYy61g335+VQ2MbrFmPHSo6EwQ2IeTltV86QJBMfDlQfCKh5GUbjivGIrK3T7TJDC8mcDckD+kcyfWvcbrspIx3FOLwSeKytJnYfFNcHQF+ZH6Cpv4X+ZSVdmZ4nxmYRYFwskr/AP0jnG/5UndDpCWeD7vvbqTumYZYa9yKTikgsSzcQjs1ZbYSkNzIYEn6cqlypFVYtuTeXOhiNEf4dRJz8qiSbNFSB2trtWDykrttpODip62PRwTYzqjYsfCDqzj19KLFRHKsPG7LjpUPZV/CPmeNQAoG45EVEnSopfkHlLAY1BTnOKztpDonHGGTfGnmf6jTVAUXDhixXJ26Cjl2x1oGAG55n2qWMGc4bffy25UxEBu2+T5gVWqF+C5MYz8IqRlqDBOFyfWkDJrGS2Tgmk9aGXaSB0FLYEol1AnmKSt7BhcQ+6ONs88VURFunHxfCOlMZ1o1ZR0PnT7QuilYyD6kHHpSSAjHFq8Q6mppjDVj8OB8R8/Kq36AMt4yFPUDYU1pC7DreA4LLsR1oHYbbEhtvekNmkspNQUbnI6VomZDy1JGnV8PPUK1jfRmzT9n5i0+Djngj9xW0HbM5I0V9/7x12UfpVS/cQuhlnwCqJMf2/OOEXB/oNY5Oi4mHsXB7NQ/1Gk+hPopC4QH86kzPu+KoRnanGIMU3c+SSK0URAkU7d5tmhxHRJgzN1rjy6ZNk9IBGT71iybB5cMSBTQ0dgBB3zirbTGwy0J7zxbCoe0IdQqSD/eoHdEZEYnfO1JsVlMoZjgcqEiSyOIY8XPpVWWmSICDeixgpulSXyqlGykg0X2wOqjjYui6C9y29JqhB/2xQByrNwYz7iXECZZJVto2kfIM0rkHHv/ALFe5s0VCKd47p3e68W2cJsPTmaXfYwG4/4NaBXmtoJJseFM5b3/ANik6Q9sUcRv7a6TUIo7dQdlYFsepqXT2UtCe4SF1JtFLkZ1SsukD2FL+AuhfNPJERiR223PwgVLZSSBpL1c7hjvsW5fTrUOXwVFWVTSkjOpSOYGdvpUsoFklkc+E/Raybb2UkdV2TxSOGPTpU2vY6JLcZOERAQNy1JsaOTTM641Zz/KNqnl8jopdNI+E6j1osdFTEoAvU8hRaFRUYgNJkI1enl5VVhRW/hxy38+tNCaJoceKQ+29Kx0FRR6upHlUtBZ0HS+hBluvpQgCFQkgEnJ8zQCJMBpAA8P60XrQi+D/CBxzfOB1poGEW/jJ6k7ZqltgXmNdJwRgbknpV6YugYou50+2aj2BfFCMZPIYycbmnxvYBLRZ3xjqRTaGE2kRB3G3SpSCxjEhUYG/wAqKoAy3hXSxxzORtRQnYZZs0U4TGxGxoWgZpYWwijOCdq3T0ZGm7OKFmB+R9a2gZSNPcnPFBlQMKB71Uv3ELoYD4aYjHdv/wD2i4z1QissnRUTCyr9k4LZxNjcZpLaFPSBe+wmKKMgOafYgVpFDFsjlmI86sBjw+yBGSKwyToTYfJbquDgA+1cU5WyGCzLp5Lms09k2CGIEksNya1uxoJigBXYVm2UXxQKo32NCdiYdCB51EhFjqSPSkpADHbNaLYgaSYxnd6pKyokYZHnJwcim4mlI+ltSQTtmtIgUEPGMHetaAlA7F9iOdTKKBh41lRvWVUItu76GJ83gWd15gZwp8gOtem2bC+a6NzJrbubePG0MaZkpW+xmeult2d/uQXJ5leXlnGM+1KigIRwQAu4cjmScL9BgUugBbu+gOUtxoUHJAGTn59alyHVANzcgAFlYnmFfB+dS37KSFrzYfXKgXPINz96z12OmVzTQlgFQMfMVLaspJnCcAksFz+HrWcrRaI6ojlVDY65qbKJK8QO+nI/D5/Ok7D2RkuE6IAQeYzS/Iz6LSTqckk9cUm60B82lXJUb+tGgopK5xvsKd2BXKmny500Lo5GpLZOcdBTYBisVTI3Y7AVLdAWQRaFGR4jufWjQglQAowMk00BUwKDxHep6DsshdjHt8ZOBnpVIA1VWCHAOT1pqohZeGAhbI35/OqT0Ik0Q23ycZJqgCI49thk5G1NAXxxkvkjwDn60AFwpuCRjbYe9SAwhjGBuCR1oCxjbxDmBQkI4YtMpJ50qHY2spC2lThhmrUvRDXs2nZ4feqOpNdMDnkP3lDcUYMwDfCozzxzxTbXKhLoaD4c1RBke3ahuGPk7YrLJ0XFmG4uFSO1D7ppxmnjonL0Jrpgpwm486tr4ISBWZj0BzTQyEKFnAC9aUpUQaG0CIg6VyTdiBOIXscbYJz7Vg02yewZbpHA3qKoKLWRZDleXrTv4DoMjRRHtjNZjBbmTu98jFUrEyqO93xTcbEWm9ao4DBLm6IG5wPStYJhQsku3mfSDtXQo12WlQ/4aiCFShYsRvnpWU3RTDHAVTWansBXcsckiuqLGga1nImII61UkJocwy6huN6jiIDSFjreVZVA6zSgn0IC8q7Ujd7BHtJXifXcd3E/RAAxHl6D8zS3QaFcosEBVO8KqTqfWWY/LkKFRW7AZu6fLLAhUDIOTkDzNT+RgGqEkmMqMfyruaVIdg8oaQ4LFc9OWPnUNDsFngSAEIEPm5Xf86h60irBwzgkjOnHMVP5GVmcfh0/Pas2y6Po5UfYohcdSahpdDOyW+d9SDrsM/Spoop8BbBJ+VKwouTSdhjbnmlQEXG53HsKa0x9kWAzsNPTnyoq+hFUyg4PPAyapOgZGMeMADb9ab+SQhR4uQzjr0pdof5CIuR22HruadUIJ04UkgDoOtOrGBTnLEDZcY386m/gC63kCKzc9tvShaEycLl33yRzNNDGagYXB2B29TWvokLjjwFJ3PWmgLtOCBgn0FDAZ8M4fJfzCGDTt4mZjsPWuLzvNxeFieTJ/RfJePG5ukaWDswsckEou9YRwXUxYJOehyfzr5jL/ab6kJQWOm+nZ1R8fi07Lbns3PEss9ky3MROVjUESKM7bfi59Dn0r0/A/X/HzpQyPjL8/P8A7MZ4JR6KLSPYAjkN9utfQx6OZljw6l1DbJpNaFewrh8OCoG7Z6daVqKcpOl8jdvSNfwpntyGUDWRtn8O3OvnPM/tTCDcPEXJ/L6/p8m8fDvc/wDI5byL/wCYoriaRiUzhm8iCDn0/wBK8rw/1PJHy8efyJt/Lf5N54rxuEUbdMMlfoyPEZjO3hP/AA2VBjNZz+CkYvjkEr8OtWHQVUF7FNiB0Ye9XRK32QQMTUsJDC0gz0rCcjPsMliZUOPKsExGV4kszXGQuR607URrZ9awMMFs+1ZOQMdWowviGaylJE0WTXCxJUoYmv7hXVNEgLN0HSt1HSlYEIBpAJ50mAWrE7VJILc28jxlgDitIyoaYFaW7CbDEgk1ry0WaezUog07VlIYZHGZiN9qxfYXRO6showorSMqCxNJYtFJkiu2ErGpBCPgb03EEhD9sIKy3crzXHMRBcgn1zzrZP5N6K7l57te8vNSDYrEAB9cUmm1sapAt7mRVydWThEQjA+Q50nsIgk9uwx3zhRz0nI+q0mMqkZwhEYVNI3J2ofQ0ASBxltwOmWxmoZSYOwc+KWQAfyxksT86h2UvwVyBSw8L456WH7Vm38FJHPCwOQQPMryqSitYU1nYMPXbFQMI7tFXUBnpy2qeuh0RDo/hGAf6RihKw6K+57xjvgA450mrBHyxDWMnOD+dL2MnoGsgADHM0xFPdAMRg88mnXoD4IEm8yKpIRJvxH0xmlSTAJt1wrHAJqkhBEf+HgeVNL4CwKddLbDIXelVBZxScqoB2GCPU1PWgNFw7s1xK94fHc8NhW8if4hC47xT1BU4PzGa45fqfj45vFkfFr5NHilSkgy14BxJC32i0lt2XcrMNBIHPAPP35etLL+reNBL7rv4HHFJsYwcDvJwjRojRnxBjIozWX/AO74kV97af8AAS8eSeiq64Xc2mhbqIoSfi5hvQEbV2+L52Dyv8GV/wD3wZyg49jbsgJpL9obaJ5JJAdKqOgPP0Hqdq8/9c8KflYY8FbT/wBzbx8kYNqXs1xbEsEEdzC7EkymM5UYBwurGD5kjPLnXxuTxY4nx5Jtr16OxPluhxZ2d33Bk7hzEpO6kNtnnsc4rmn+n+RKH1IRtfgX1Ip02UcZtlvLZ7kD/m0XJcDeVRzDeZA3B57EHO2Pf/s/+tTWReL5Du9J/n4f/g58+BVziJooC6Kq78sV9p5HkY/GxPLmdRX/AN//AIcEYucqiaHhHC+4geWR4yrgBCrjUjDnlfI+4O3Wvj/NeT9SxOc7jF9K/wDVr3f86O+NY2ku/Zd3gRsYKsMggdD/AL3r5VRcJ8GdPYoguQ94xO+pjXZlp4y3GjccCuzcWIU/FH4TnqOn+/Svv/7N+a/L8JKT+6Gn/wCP9DxPNx8Mlr2ZXt9dhIZEzuRivblXJI510U8Ak4ZxjgsUU76HTZhnBq4a0yZKwmXshw24UdxdaSBsM1dWT0Ze77OXVvIdEbOobAIHOoknQmyUFjPEoLROAPSueUX8ElkoJGGWs+LJFFxbozEld6xlYrImFU307Cs6sVlclzGPDyNHErsV38yupANaQgOtiwRKbvwSak55rWcElQ71scRxpoAPM+dc7WyaJoV7wKOdJokaCAd0CoFJIZR/w0skk6L4YyAcetbQ3f4KWiyNNIAqnG9lBtrzHvWM4iGekaMk9KlKhWLLvBzvXXiY0K5B4utdBRk7m4jMmYtUp6yyLqJ+XlVWvR01rYOsyuxHdO7DkXGB9Keg2iYkdWIhjZWYYJUkE+Z9KX4QfyDyIwADzbdFzv8A3o/gPYJJKxyowB0KkAj/AH71DZRTr0LjKZPJnOTSt9DIMsOol31OB5VDKWyh3bfu1yDgcudZttlKiEkcoI1bnG+OQ9KTTRSIRpkgFBgeeazat7GEMyY0uwY52wOVJuxqyLW4DaiCOu3OihrZaqnRsD4fpR6FZADKAj4ydvekkP8AJJVGdgMDO9NJehHGTTjOd9yc0aD0DuPEEG5J3AHIVS2LoIZVCKFBwMZ2506EEcNtxPJo7xUdidJZSQT8uXvg1lmyrDHnLo0xY/qOl2Ol7P3yrqAgZT4hpmBz7Vx//r+MpU2U8MjOcRjkgublJkdXjIBUjcGu6GSOVcoO0YtNaZPh9rNfTxQWyF55m0KPU8z8t/oaWbNDDB5JdIErdHqnZrhbcFhNvHcNIwYuWZcLvjIA6jI618L+o+avKyfU416PQxx4xo1MRhvYwtyupc52OCp9D0ry4ZXjmm+vYNP0URcDAiYcLmaUqxzBLgSL6A8mr1H468lc8Lv8E/Up/cLrnElvNbXCkDGCrDdWHLbzBrn8d5PFzxnFfcn/APIqSUon3COGNY2EkTsUuJADcINtPkh88cz6n0r0/wBd/UnPL9CD+1d/z/6M8GOlbDY4CiqYtjvg/X+1fPOdvZ1BVs8tuFWN2UgblTiiOacHcHQmk+x3Y30XEBouWSG8HwynZX9G/vXc3i85VlfHJ6l8/wA/89mNSxbW18A8trHZzSjBjdOcZGcH09Dt+1T5/m+Z5GSHjeX3HX8/l/P8rVFY4QScsfsHgkeFZHJOnIPPlXoTm4RbI42QuZjI2C6owGBjLH6Dy9ccq87JBTkpzaX+rNYvihbNCq29wqvKrpHrBXwud/Tl1/v0qvqpNKH+ppbfZrODXEkF3pQD78BfTfdf1/Ou/wDs55UvD8/6Eup6/r2mcXl41kxcvaLOIdjrzi12JZXCrn4SK/RJYnJ3Z5Kmki+3/hvCi574Iee1P6X5Cw1ewxVQFugMcsZp8H8iLl7K30enu76MhTyYE1S5r2JxTOP2f4rqwZLV08txn8qblNi4IHl7KzvICbWErjcCQZpd9ol4/gEfsTqdme0cZ5aZAcfnUvHB9oX0wS77EgqVS2ucnbUOlL6UPgX0hJe/w5uSpaJ5dY5Bo9qf04+mH0zN8Q/h/wAYiBYQd5nyBFHBAotDfgnAoIOHrFxThZWdFPiBB1euaHBNbRSElz2fvAxaK3bQTsM8hXM8RHCT6B7fgd2s4ZoZAetS8XpIX05D+K1miTHcMysORG4qeHH+ouEvZV3ckUbxmCQI5GoYODjlWkIpLaBJi+7QI7DRoAqnH4K/kqt5W1YBqXiAMLXOF0gNq2xmoeB9oAd4bxmP3Jx71tjxSXY7RGOzmJOY2rbiwtHnUErySNjuiRuXYnb2wdqI7Ot6LHu9CaAxwTzQ7f6/M0NhHZAyNpCoZEH0/Xal6GwaWVFU90yNg+IBgcn1NTLXQ0CmVpCVYLg8lxn86QFc0cgUawUHPCjNJoaZUsTFQNGhfMnc/KocUUmERukORrBI6ADak2PRF3z4u8IH9Oahp9jIKzA/ET6YqdsqiakjkpY0mqAuVRjx+Hz3wKX8jI6NSFRqI8uVTVjIBMEqB4j+QopgXIviA8jyprb0DRwx+F/MnIOKaXsTB+6bmu45Ek700DPiPvFXkDvjNNMTQVas8E0cqsAwbUB54pZMayxcJdMcZuL5I9J4LdQXUIORqI2B8jvXwPnYJ4Mji/R6cvuSmumR7R8Dt+KwBCe7uUGElAzgeR8x+lV+n/qOTxJWtxfaOeeNS7FfY3gU/BONyXV+FKxxlYmU5DFtifkAdvWvQ/U/1SHlYFjw9t7sjHiads29wI5Cs8B8B2K+Rr5labizoSOJKIZAcnf8qTXJUMJaQm4SaF+7lHM4yDTxZZYXaJq9MPvJ1nlguokVeIICvfYzp8iM7EjfB5j6V6eT9VSUcmNff8/H/wB/oRHF6fQHDbLCrSPIBhfEzHYjzJrx5ZJZJUttnR0ROFgKZJKylR7ZB/8Ayp17/BYUAmWwMdDWGyCi4jAGpdquEmBWvEHlg7qclpIsCNvNc/CfbmPmK9GWRThFT7j0/wAfH/AuNbQwTVOBGoKgjd/2FGfy+S4RIUaC4IYoEB0AN1yMFTXA8lbH2IL64X7fcaB4VjEY+uf3rqxxf07ejZR1Y2snJtYH1YYLseuQdjWflTljyY8ke0l/ozGNO0zb2/aLHdKxXvZVLqmd2AxqIHkCa/WvE8yPk4YZY/8Acr/5/wBTwsmJwk18Bq9oAPjiPyrp5ozLk7QWxxqVxRyQFy8bsj/1CPlTtAWLxayb/rqPcUWgstHELQ8p0phZYt1bt8M0Z/8AkKKCyxZEbk6n2NAWSyDyoGfUAVyQxS/4kSP/AJlBpVYFLcPs2+K1gP8A/GKXFfAFB4Jw4gg2cODzwMUcUBD/AIBw3IItsY8nb+9L6cfgLIS9nrGT8Mi/5W/vRwQFf/ljhxhaJkdg3MsQT+lVFcVSE0m7ZQeyXDwgRVXA5ZRTQ1aoEkil+yFtlWTuSV5Zi/1pcWgpA8/ZDUrd39l1EYBKkYpty9UJQSKF7ISZPeRWzDppcj9qlcvdD4o/KE08vcd0jsqdFRcfn/s1EpHRQNGHTxAxq3LVzP1pX8CO6myDOruOQeR9vkOZpN+2Vr0wqOR0XBRQoHQAfOhsSKHuC76UyT1Y9KLsf5OuMIS6ljUsZSoVtznB/DneopdjRZp6Rpy2B5CkOyx0CY1FM03SGMeC2cPETNCWENxjMTMfAx/lb+XPQ/WvO8vy348o/DNYY+cWyi5s57O4MV1E8Ei81dSK3xZ8eZXBktNdkbe2lvbpLa0jlnnkOESNSzMfb/eK0e9BdD9OBx8NuRFxWXvWdD3sdo4JiONvGQQWHUDbpk15Xlef9PIox3XZtjxuUbD7DhXZh00snG0mIP3ryxMuT106B+tYS/VVFdP/AE/4BYJL2L7jspdLKzW9xbPbahiV30Hf+nmT6DNa4f1bFki3LTQnjadDSz4NZxRIWCzlidfer4ZB/lz4eXTf1rg8n9Qy/VfF18HRjx1GmM5uzHBbmxWCASWcr5YS6jKFOeoO+Pnyrnx/qzWVZJ9/6EOH2uPoSR9iDZvJJxORZJF3EcR8LDodXMg+mK6vL/W5qXDHGvyyIY0+xX2isYY4bG5t8rHJG0br/K6nfHuCCPSvT/TPJ+qnGT2ic8eLI8IvHgQKrfAcr7Vz/q/iKVZF10/+Tq8LIpJ45Gu4ZxGO6PPfrk718rnwPGaThRO5vAL5FyNPI1MMT4NgloPW5CR5HP4WHpWDg26CjomWdQ6kMDScXF0waoh37ROFY+xp8FJWgqx5w5jLArAE5NceVcXQyfEQptHi+PXs22xGeXzrs8bHjivqdtdC3YRfcLkFuZ7Tx6sO8RGTkDcr58htSyuKlQ4TvTFttc96JDyAY43ztXNPHxpFSXwTeXIxUqJJRBEXn1dK0lKlQ29UPbfSI8YAI3rmkyaKOJXghtXkJ3Udegp4oOcki4xsQWVtd3KEpBJI7nWwVSzAeZ8q9mWKVUukXKcUqs0NmNEUccisGXKsp2I361z+VLFcHLaXo5op7GlkypcxyEDVoK4BxlTvj25V2Yf1LN4zjkx6a9eq+CZ41KLixlIZCCYHJ/pbc/I9a+h8D+1OPNNYs64v59f+jgy+HxVx2Cm7lx+E/KvqfqM46Pvtj9UQ/Kn9RhxPvtvnCh9qPqfgXE79siPxQY9jT5r4Cn8nftUH8ko9mo5x+BUz4XUHR51+dPnEKZNbxB8N5MvuKrlH5Fx/BcnEJQPBxJh/mzT5L5Dj+C5OK3g+HiCH3NHL8oVFicY4iPhuIX+Yqt/gC1eN8TXmkTD3FG/gCwdob9fitVPtRv4GTHaW4Hx2Z+VH9BbLB2oUf4lrIPai0PZIdqrX8UUootBbLF7UWB5mQf8AxotBb+C1O0fDWP8AjEe4o0F/gvXjnDmH/qF+YNMLPxDLcuzAyyAbbLz+Vc232zoqilZVDZyrv9cD9qWkFt7OtMrN4HIP82DtU37TAr7ovu7ny55NFP2OwgEJpTSNXm3T6U38AWSSIo1Mwc49aTYJHI5O8OMAA8+mKl7K6LGchcak046bn8qTfyxlYZpMNkIo3Az+dL8sY+7NsO+nwhIKjduvnXg/ra1B/wAnV470z0O2EHFOEx2/EI1lTTpBPxL0yp6GvmVmyYMnLG6aLlFexPZ8Jm4Gt3DYLJcXs4ILxAllh6LtyLcz8hXveR+qOWKMV9rktmcMSbtlFhwa9vNxCwmU63SbwE55YzzORXlZM+OK3I6m6GC8Ne1GJ43RhudakZ9q4nmU/wBrJ2OuE8KEuJroHuhkKPLNYz8iteh1QHxGyF0RHbqFvIho0rsJgOXs35H359uPOsiimtmsXw/gptHLQrqyCux89q5cqqTFNU9DiOVbqE2lw2IyuFc792fP29KrDm19PI9evx/6MWqfKJjr+xPdXfD7rwujZ8wGB2Ptj8jXpYc0vGzRn/maSiskbRkAHjlKtsynB9K+yXHPD5TR5ycscrXaCbS9a2mLAkZHKvnfL8ThLg/6HtQnHPBSQdaXhuZQ5O5OK4cmLgqIarRoHuB3Tgnpj/WuBQ2CXRDglzI4u42A7tRs3Majt+m/yrTPhVKQZKVM2lrwOz4lw63ngllVowBJCCpG2xAI3Hn1rz83kxw25Lb6+GZRbsNzFbwiJAI1XYKK8+3kdsYpuJWklGDgFhyr0ofbjo24pI1thJ90NTchzrjc+V8jlaM32pjFrfLcRYCXAOrp4xzPzH71phfNOL7RtB2qFyTAgeLntmqcGhsYwtoxjl1rCWyAhrlUUE/9qz4NlJGev7trq6SAYMZbU3y3H7V6GLH9OLn7NapWPOA31wk6W805a1kkAZZN8D06ijNnlOHCTtHNKKTtGnexhnQlW7t8YBIzj3Arzk1dsOTQkLTW/EhFOArq3uCMcx5iu2clxtGqpxtD62nDAefWuFO3TMpInNbGeVTCMknxeQ9a+x/Rv16OLBLD5D3Fa/K+DhzePb5R9hkXDoIsMxLnzYDH0rk8z+0HkZlxj9kfx2OGCMd9nOIRQtBIBHCpCkhlUBht0x+9c0P13ycNrHO9e9miwRk1aFV1FFE6CGRpEKA5Yb565r7n9P8AKjnxpJ26TOHNDi7qgfFd5kcxTDo5RYiJFAESBQBEigZzJ6E/WgDneSD8b/Wi2I++03CjAmk+tPk/kKR3/iF0vKd/nT5y+RcUff8AE7sH/EB91Bp/Ul8i4o+/4xcgeJYW90qvqyDgiJ4wT8dpbt8qPqv4QcDh4tAfi4fH8mIo+ovgXF/J+Y3jbfrj1zn+9ZOzoOJGBH96oJPqd/lSdAiYl0gLHG2r12AotdjqiyWZQwAxqB8+VEhLrZZ3i6cySZJ+Zov0xk/jYKwbGN8tjahgvwXm0YwCZIWa3BwZFGpFPkccj71l9THz43s04yrlWiQzowqKiHqeZrTfbJOxjA2yxY8z0qdjHvZe3aW9ljMiJqQEk8lAzk14n60vtg3rZvg9m14TLZRYtnvJ+8UkArbeE7+r5/KvnJ4sLuUm/wDJUdEoyY5tFaJS8cyTAsXYpnO/mDvXD5OP6knNO/8Af/Ipa0XWv3127A7lAyk8snmP0NU8Kfj1LTXv8fkeyy5u1hj0zRtIrfgGN/mdvnvXHi8ZKaeS0vwN36IrfwTAa45rfCMqqrhuoPIjBxj0r144/EyYvpxTW+/f/v8AgzqSdme4lK1vxANqDg4ZXXkynkRXO/H4Lgzrx/dEJu3SRTdxgh2wJR0Pk3z5H196z/ct9mdV9rKo5sb8qzlEllXaBRPbRXy7vEBFL6r+E/t9K7sM3khxfaCOvtMLxSMG71jYMN6+p/SM7lj+m/8At/2ObyYbU0KruTTJkDNdnm4lOHL2h+Hk4z4vpk+EXOm4ZCf6hXieRjuNnoT07NPcT4gWQsMkda8uELlQoP0M+EwmLhok06e8bXjrnp+VZ+Q5P3pGc3cqNX2SvY7Nro3EmmNkXA5kkHoPma8fzscsiSiJIIv7pbiRyhMYY7DTk/lUYcXGky13ZOz4fazESPcTEg7hVC4Pkc1cssovg4hKb9Glt4bNYgI5pw4/+ooYZ+WK3xLwM6qUnB/naOd/UXoScZjbinASxAjlUiQajsjKdx58s1zY6xeQt/a9GsXxZnZAlpEpE0Nw5YfAxyM8+YHrXdLCm9S1+L/4Hbk+ghpGibQ6lTjbI/3kVzzxSi/uGqYJc3MrlljilfSFJKqWGCT5b9K2w+O5K0XGl2wHhWr7ewkDKwQnDAgjl51r5EXHH/U0yNOOjQ8PgywbGMb15uWdHOx8vENO2reuPhJdBRTdrLxGWA20byzxnkgySp/sd67PD8fNnbxwV2HOME+Qfb2V9AodrWRs8iuGA9dia6sn6R5mJXw/2ZksuOT7G/C7lJJDbO8a3PMRM4D/ACB3rHxf0/yJtqt/l0/8icsorYVcy6CV5Hr6Vl5kcnj/AG5I0KCUtoS31ySWx/Kf7fvXnwuTtm6VAQk+9jUHmv586+3/ALN+Q+cYP4aOLy4/a2XV9secfEUwIkUCOYoAiVoGRK+lOxECKBkGG9AECKBFbCgZWwoEVsKBoqbnQBUwxQFHgbTBvgbG/Inl9KLZp+Cl5D3g+Ejq3ICk2CRIBVOrckjIHSgfZ2SMggkqMefKpGVOcshCswJ5kDB9hTtCosSZdWA5IHPG5zRf5CjWdhbt1u5yuloSFLagGDKTggg7Ee9fPfrn28ckXvZ1+O/tcWb7jfZPhPGYHayiisLzYiSJdKMfJlH6j868Pw/1jPglTfKP5KnjTPMuIWVzwviEtndIEmibB2JXHQjzHrX2fjeVDyYLLD2c0ouOjUfw/iDG/ncBiuiMbb4OSdvkK+f/ALR5WlCC/LOjx12abh9gvfSyEZJY18vlzOlE62FaJbWdJUYhgQQF29hRhyfcpfGyWr0QurkxgTSnMgYk42yc1fKWVtvtnTDGqL+C8RuZI7xu4mktTmTwpty6HlTcZwcYwdfJGWERjeWavKvhQOcFGGyt5ZA2+Yrb6ksGfhkSv8dP4OftaMfcv9ot7mADEts7OgPMDPiX9/lW3LpPpnTH7Wn8kuF3QMIV91IIOOorDJHjOwyLZQZe6ldGJOk7etU48laJYdaMk6SQS/BMpQnyzyPyOD8qWN8JpmbMXxIEMUIxJGSh9DX0H6ZJ486T9izLljYTwXs4vEIkur2RorQ50hCNcu/TyHqflXo/qH6jj8a4ds4sUG3aHFx2b4PcXdqtlw25tZcgNJFdHQFweasCST715Ef1GGSDUo7O1PJ7djePsj3FxE0sgubKM6yCMNkdCBzH/avIzeQ1FuHb0VHJsmLeW5UFRhCS7MeQyf1rmnmUUo2D7sPhtUjQYHzPOuSWRtjsm8egEqC2RyPWkpW9is5cSzuEAmkVPCxXUd8YIz866l5E+PFhGKHvDOLcPnCx3MU1u527xH1DPngit8eH9Pyrjki4v5TIn9SO1sZK4jSW1n7ssuJInH4kOzAeYz9M1vl8SvFlhlTlDcX+CFK5Jr2eUcSSReKy2aNkxzGNfIYPP6VOJJwUvlHcq42MEvJbW1S3iijkjDaiZSZA3sD8PsK0WeNKLirXyZceTuwiG4eOU3NrqtLgrgiPZR5EDp+m1XOaglkSqS/2Eo39r2h7I03ErW3ecaZ1XBOcq56nHMfnXneR5UctKqomK4MpiR45ND5DDoDXBMvsu+zyGVmAJjzkDz86jmqr2VeiT2kjD/FfT0ANaQ8qUVSdEUBrYujgoxVs8wcH1raPmTXUmDoKt7MbmbLEtqJbc8v+1ZZM8pPk3sPwhss0qwpiQsAMb8wKqfmTyY1Ce0QopO0UTXBZgSD4h+eeX6Vxxgl0X2UrJniqhTsG0/LGP2r6H+z0mvJxpfk5/JX2MbGv0Q8o+NAjlHYHKYEaBETQBEjNAECKYyBFAiDCgCpqQytqBMqamMpb2pUDPz8Ci+JVJX+r+1F10albSAnwnLdADsPy3pX8AfB3VxqBJA/3mi9hXwTM/hLEgtnG4zii72C+EWR6GXJYnHM5zn50Ug36OKwOQgULjckUfgLNB2QbF3Op27yMEfI14X65D+6jJen/ALnRgf3NM9RtJm7qKQbK4B9q+Ny4XjqXpnV3oB7T8HXjturwzCG9hQhG05Ei9FJ6eh9a9D9L/UpeHJp7izKcOQo7BwvZSXcN6jRuJFVlfYg46iuv+0WRZvpzxu1T/wBx4ItWay2DJNMSyKkSnWXYAbcvU5GOXka8XF4r8mPJaS7b/wDuzpnJJfyGxR27cPifiIc3AGW7l9K6/QEE1MJ4U3DHBtv8/wDgj7k9Caa1jvLgzRR3MsMT/eIwGk/06tt/St8WHLwcoxr8myzUuLNBPxJ5eFzxCMf4LKirggbYxgcq44wywkk9mNK+xfwe7D8ORSoxEdJ9RXZ5cPq+OpJbiOuM/wCSri1ks8iTrgTqCFkPNh/K3n6HpXJh8qTXCXRfRmLyFLOVBBrMQRTIzrj7w8wPQHb1xmvU1OFezSMnPsE4jNmWGbVv8J9fKlijpxFXaL7SfDc6yyQ0Q0CXtmL3jZB/wn+9kx5DYj5n9a7MefhDm+0LpUaWKNSiqiqqAYVVGwHQCvKy5ZTm5S7ZKXwXrMsKyMcYzzx05V0JJLRtw0au1JeNTkDbIFef9XtNnM0L+KQi30PEMRscEDoaz/c7NIsHiyUXPIis32UfS+FN+nKnHsQulnBYE9FA/M/2rpjDVFpUUB8YOc8hVNWA9seKf8n3c7EhCCp8gdiPp+ldmPybxSxT+Nf8GTx/dcQLinD45eJSTKVDyABiBjI8xXJjztwUb6LukfMkFlAzxRKGAzqPxNj1rb67l9qRK2I7R5HE07NqGsfVt/kNj9a2zzckotnQkujVcMkDW8RB2xXjzuMzGSD7iMMobG4H0pN3tkp0cs2kAxKBnpj9KxlV3E0CzGvMbA1g5bADmYJIuefi/StYW1YHZf8AEcry1aQB6U+6B6Og460kxFJIDjyzn51SAo4dluIRhujE/lX0n9n9+ZFfCZz+X+xj/TjnX6C2krZ5QVNDFZxq1wS0x3EYHw+9fI/qX6823iwa/J2YvH9yM3x7tC8YK2sMfeHZXlGTnoMD1rg8D9Rz4pcMcnK37Ol4IT3IaR6zChl0iTSNQHLON6+9XWzyn26PiKYjhoAiRQDIEUICBoAgaAK2oAqagClxQgKm50BR+eFl1bn70nfGCBT7NNo+MuTsGDf0jYVNj6IEuN8EjmWPKkHZW8iYO7L64/KgEiUeyfGWJGwz0pdjOQse8w2MDkB0p+gY94NcLbX8UzklFyrNuTvt864fO8eWfBKC7/4LxzUZI9P4Ddh4RAxG3w+tfIxa/wAOS7O2S9oLdzGxxtXnTxuDaY1tESUlkaQAB9IyfPHL8qhylSi+i4Iq+0y3GuP+VVGcdc7nz5bV0t8cUYLrtjSSfJhF+txeWiqNCR4xpUbn1Y+ftiso54RlUY1/5FHTsqs+8aGHv5ZZVjH3aO+QmDjYdNsVpnzzmqb0huKT0MUKqNQJz0xXntuwoqtYnilaZE1JKDlEGT74r0/HTUPuVpibXV9DC4Ro4YtZUxTKHQhgdQrkl4U8M05e+g5piLivdJPH9o3t2YJL5hTsT8tiPavX8KF3Fjhb0uzJ8XSS07+CUfewPpb5HmPcHPzqo4+M6ZqpJ00V2NzllGrNTlxksb8PId55epYRj5bn8zXLm+1KJDVjiOYIoGehya4nC2XFWDvOMHHMkA/XO9dEVqjpa0aWz4jHFCihS8hGTkdK89xq9HE1bCHd7u3lDgDI8PoRuKmK+6xLTFqXIVdLHG2abhe0a0RmulKsCfce1OON2FCK4uPupHBySzFfYDA/Wu6ENpGijskshSNNZyQo2pNW9EtFtvI8xMUe7Hb29alwS2xultmhU6kAdtWBjV61ycePRg3bE3aS8ENiwLYY+EGunxIOc1ouCtiixctwcTNnxzk7dQFAFdWX/F4r0jpS2aDs9diW1CZ8SMR+ded5ePjKzDIqZp4iDDj61yRe9mTI28u5B3I8+tZTVO0XF2SM2keYqONlCu9uVPEIlBzkfqyiuvFjf02UlaL45sxKT8Rz+tZSjsT7JGXypcSSp5MHNUogX8OUG+Qj1b6ivoP7ON/9Yl+Gc/lf4bNPbBLeI3EuNR2jU+fnXsfr36pxX/T4nv3/AMHJ4+L/ALmIuMX+BIJDl85z518fbb/k7UjN8FgPE+NGV97e18Z8i5+Efv8ASvrv0Dwd/XkuujHycnGPFezYV9aeaRNMCJ2oBESKAIGgCDCkBWaYFbc6QFbUwKmoApagZ+e0tlQagxx5Yzn3oRpRwlQAGkIPTwjP+lGkHZYUDrk6tONtqG7F0wbuQzAAA71NN6K/JZL93HgLgZ+tFfIHIhkkMoUjc+lOvkB5wLgV5xYqLSS0JLY0vcBCPcGuLP52LxnWXT/g1jilKPJG24dwfivDeHK96sOIzjMUwcgdCcV8j52fBmzOWH2dWO0qkMhc/abXUf8AETY1hNfUjvtFVTKoJvBIRzArllDaNYh3B7cPCJCN2Oo1j5GRp0JjOdESMkHTjp51zRbboa7M/HdKIWy2NDcj5Zx/avQeNtmnFl8l4sbAupKY5cqjHj3siiP/AB+G31Jah8F8jvDkry5Yr04y+nGscf8AMlY3J7D4+JNfKJGxjOwHIef51y5sk8k1zfRMoqOkAdoWD27K2AxXGfOu7xp/3yT7KxKmIe1Rabhlrf8AWW2Ebn+tBzPqR+ldeWP99TKqm4md4dOQgJPLpUZoboqWjQcFuB/wpZGIBLu3/wB1ef5MP72l+BVYcLwPACdxWP06kawjsBvrrTGSNtwMkc66MeO2bS0h9wybvCJJW2boPKvPzxrUThfY++1jusR+EVxKLTIEN9daLhh0O9duPHcbN4bQruuJlE3PiJ5iumHj2zWMdi+5vTpKjdlVE38zua6IYvf8lKIZ9qLxopO561j9OnZFbNBwhO6iMh3dvyFcOaVukYTlboNmuEVCc4zWKTbJSMV2lvWup4YEOWY7gfQV7Ph4ljTmzoxxD71lteGxWyMAIgN/Xqa58ac8jm/Zquyjs7xEx3zozeF8HGetX5eDlBNEZFas3treAoN8npXhyx0+jmaJxzBbjOcahiolG4jiRuJiFkBOM8iPOnCF0aCWK4MnE8k/Dgbn3J/Su1wSxmi6DrK4D24AbGNs+1YZIVIiSLFnJzk+1Q4EnGlpqIDTs8UfiAaQ+BYmYjzx0/Ourw/Kl4k3kit01/mZ5oqUaGPFL5mYvIBjGMDoPKuablJ23tkJejI8Vmlvrxba1GuWU6VHQep8hXo/pvhS8rIor+oTkoK2anhXD04dZJBGdR+J3x8bHma/RcOKOGChH0eXkm5ythJrYgic0gOGmBE0CIGkMgaAK2oArNAFTCmBWevWkB552r/iNNwPjEtlacPtrhI8Bnm1Z1deVdUKSpJMwlt7Z54koiIGFCjqdya5ujqq+gnvo3+HxN7AVTYL8nzxK6Z71ifLPKih2UhSrLswA577mp/gCm6d2PhXSR1I/Slv0CKYz3anfGfPmaLHQ+7K3n2PiK9+AYZPCSd9J6V5H6v4jz4eUe4m/j5KdemeuWF33mEBwAMf32r4KScDraF3EbAWeu7t89z/ANSPGwHUj28q68Gfk0mHapiWSUIJwp54INdDinJGkB/w24KRRnppHLoa87NC2xstvbpAhAxnp61OPG2wRjXuitxKjYAc6cjlv+2QK9mOO4po3Ox3/ewgE+MDGP8AfzqZYeLIkt6B2ddXPbNaJMEPuGTqtlCcgcz+dcmSP95sxntsjxqcOmpWBGMEV3+HC86bHiKoCbzs/eWYAkmVC8SsMgkZOn0yMjbfevWzR4ZFKtB5MG48o9mGiaKSNjaMwbGe5Y5YDrg/iH51pn8fdo4sXmc9ZOx5wif/APoyKCCNR/WvEzw/vmz0YLQQLjShGeu/So+ns3iqF3Ern7sAbAHOK6MMNhNjDg3EcFVBzjl6Vz+Rg9nJI0y3o0bnJxzNeY8TsgT8Wut1bVjGx9vWuzBj9GuLToz0l4WcoDnLDl1FehHF7OitFUl1qKb51uz4z8h+Qq1jr+hX4HnCiJCGJOlOfqa4c+tGE5V0aGO+076tv0rz3iswoX8V4uscMgzggH1roweK5NGkY2ZvgzmfiqzSEEqc/OvR8lKGJxidSVIYcYuCQcHz9cVz+PBAKLS5KXKMraT711zxpxoUujb8I4gGjUg14vkYaZzSQ3lu9Kh+eN65I4r0SuyN7efd7ZIxkH08qePFs1WxXYzZmuGIOoEkZ9F/1rqyx+1L/wC7L9BNncaY0G2joBtvWWSFsJUw2NzuWO3QVhJeiNHzy55UKIDqwj+ywM0hHesP/wDEeVZzoxlK3oE4hfE6Uj1MzkKqKMkknGAOua28TxMnkZFjhtktqKtmw7Mdh72ztjc3fdC+mHiTVnul6Lnz86/SPA/TF4mPiu/Z5ebyPqPXQ3fs7fDkEPs1d/0pGPJA78C4gv8A0c+xpfTkHJA78Iv1520nyFLhL4DkgeSxuk+K3kH/AMaXF/A7RQ8Eo5xuPlRTC0VMrDmpHyoApkOlSzHCjqaai30DaRS8iadWtNOM51DFX9GZP1IkEcSIHQ60P4huKhwkhqSItSpjtFRxmkM/PH8Q5B/5p4gDviU11xqjE40awjDMJMdGb88CuU6tk4ZEZiExv0UYpp3oQfG8dzbRFQiPEhDrnd8E7genL5etZYsnJuD7RnGW9n0cuoELjT6AnFbp+jR7KZIsZdhqJ236UnsAaePB1adI54qWqGWWoRkReYHMAGkqfQ6Nx2Z4wTiCU4dcbk7kV8b+s/pv0pfUgvtf+h3Ycn1I77Ru4ZVkiwdJBGN6+XaaZoZzjfBjEhlsw3dgeKMblRnmPT0r0/H8jlqfZUZK9g9pdaFxnpRkx2zWvYJxG+whUnY7g+XnW2HDbsF2Za5udVydyQQV9vKvUhComl2ij7UUkGDs2/tV/TtB2Ei5yc5ycjFZ/TEjQ20oWzhAIOEFefONzbOeW3Z9dzGS2cEb4yDXo+AqyjjpkOD3Zt7pXVsbg/nmvX8nHzi/wdD+6NGY7SG0t+0F7bXIa2dJdUc8I2KnxDI89+YxyrowyjlxpS7Pns2PhNovtrkfZAFlWQYLF1XTq38vOvI8zElmPX8Jt4lZY8x04BOMc81zKJ3qgDiE2oO2rGMY8/et8UaIk/R9wy80jAO4x1oz4jml2aKK8LjY15ssVEoheMDbyHrpNVj/AHJFQ7M1bTMzNJv4VJx616U4pJI6m6LGYtcRxjAKqq1NVFsOVbNBBKIECqeXP1NcEoubs5m77I3F+QpwelEMNsEZ6fiJnlZWYnfOK9OGDgrNsaGfBZQjg9a5PJjaNbLuIyh4iV51GKNPYCbVqI2rrolmo4LceBMHwjYYrzPIhtmMh5Jcnu8DnXDHHshIqmmPcI+rbTjHqKuMdtG0SixlxHM5IyQ528thWmWO0v4GW2NyupUzkKBvUZIOrBjOO45jYe3WuVwIoMsnBl1tg6TsD51nNUqIm/SGNxeYTcisIw5MzSol2K4ta2XGZuIXNo113P3cGGA0OfibfrjYe5r7z9CwLxcbnKP3P/Q4vLuVJHoifxEsv+pY3K+xU/vX0H/UL4OH6bCU/iDwdvjS7j94gf0NV9eIuEi9O3XAm53Mi+8Lf2p/Wh8hxl8Fq9teAN/+oKv+aNh+1P6sPkXGXwXxdq+BSkhOKWuRzDPj9aayRfTCmELxrg83w8QsW/8A5Vp8l8kgnGls7/hF5BYXdnHdSxFYpVdTpbGxp2vQM8ik7G/xBdSkfE7G5j6g6CD+VNTyroiosBbsn/EG2heEWHD54mbUy92uCaf1ci9f7C4R+TgT+IVpGI27OQtGvIIpA+WDR9af/wDEfCPpg5452st2/wCZ7JzEf06v7UfW+Yhw+GUy9s+IRZ+09mLyP1G/7Uvr4/cR8JfJ5t2it7LinE5r2ew4hC8zFiCvWplkxN2nRUVJCq3lyNJCKD6DH0rnOkIgjiGdTscfy7CivTGwGVEh4uunUsdxGQu+4YHP7fnWGXHyTcdMwyL2M7HiHfSJa3LiOY7JJyWT36BvyPpRgz/UVPsUJ130HyQMjac6Mc9Q3rq/Bun7RQ9oCzENkjrikAGkTRTKrZO+Sc1FUx9h9omljIhCkbhj51GTDHNBwn0yoTeOVo2PBuN95GoZgHzjGetfBeb4EsM3Fo9JNSXJdGqjuFaAHPTevKScXRJmONQiKVpIsKGOSOWDXo4ZXpmsJ6pmU4hcaiQSc9Qa9PFCjQQyzHvPnmu+MLRROWTvELDkDq+tTGNOgTJW7l9K4wW8jSmq2EtGi+1aRjlgY3rz/p3swKHuyU052J89q7PDx1lQeidlcBcOCdhn1r2pK9G8XaFX8QZlbitjMQo7+1B5bEqxH6YrPFipNL0eP50PvFdtcBbNQNhqI/euTJjfPZ2/p7vF/UL7/Ma7n51jw2d7dIEvJw0bHqQNq3xY9kORTw+UhsA+tXngc8nZo7Sc4G9eXkgSFtLqXntWSjQ0Z+2PhbJPiYLjy3zXoT7OlsL4f47mWYjIUnB9ayy6iokZHqg15STXOomVi3idxpiOK6/Hx3IpCm0b/md9/Su/NGo7N4bHfDHIklB5BcbeZrzcy0htn0lzrhGcZ5ULHTHYAZPFgttit+ImzQcEl0qp5VweTExl2ORNqOOlcXGhEZpPumB+H9KcY7LT9FdvOEsWzuTGd/c1U4XP+pZG2uNTbN+dOcNBY0tZGZiWJxXLOKS0RKXEYwXIHKueUDEp4jflIiEJLnZR5npXb+neL9XKrWkDHfD7cWllFDnJUeI+bHc/nX2cEkqPOyS5SbCDVkEDRYis7UwogSR1oERY/OiwK2x5D6UrHRWyr/KKBURDMhyjuh/pYihOgqyxb+9iOYry6Q+azMP3p8n8icY/AQnaHjMQCpxa+X074n9ar6k17Yvpx+AiPtb2ijQsvFbrSoyWfBAHqSMVSy5PTJeOC7LF7bdoNBb7dFMgOkkxxuM88bVS8jKumJYoMqftjxVjmRbFz5m2Wn/1WT8f5A8MTwRo5FcAvsP5cYpGhdCTz3bfbIwKa7CwTjrlUtpgTqSQ74wBTu9EZAgwpeQ6ycatx6Hr+deTmbw5Licy+Aqx4oyFbTiLHI2jl/v5ivRxZ1kjbKjNw2uh2fiwrkqBn0P+lbo6FJPYK4JkGcA8gBSeyui0oiNpZ6NBfwfOxi+8ibxDcgbZri83xo5oP5R0+PlcHT6Zq+B8XE8CMzfhz9K+J8nxuEtHZJbPuMXQaNhmlgx0xGVukMqNhsMN816sHxZcZV2Z65Y75NehBGpO2k1xgZwTlTUzjTFZbw5gZvF+Hf51OVUtBJ6GLz5HPeuZQoyX5KFmzsSd2HWuvx4f3iAtt7jEYGdwSK9KSdm0HQF21xccL4VN+NHkjzn2NaY7jJ/wed+oLpiTh85Nuysd1b9qy8jH91o0/T5fY0wrvSI9hneudY7kd7kCTSlhzrohjoyvRbYtvnkOVY+REzbNBay4AGc15k4iQRNcJDCXkOw5DzrOGNydIpbFkLYiTc5wWOfWuqS2bWF279ymnOfM+dYzXJ2ZSley3vRjNTxEhPxKUv4emfpXf40F2XEHsjhy2NhyrfOm0oo2g9WNeHzBGlc88iuDNjekgbBJ5cPMgO2okDNaxhpNgmUl8sD0OKtRE2PeHyBUT/eK4MsbbM2N0m361xuIHLu6KwMFyKcMdy2NfJCWbRasNzgKo8/9704xuRVldq+oFSQMeXWqmq2OxrFNoGOWwrllGyJliXWkHJFS8dkhPCNN1xNJX3jhGvHTPSvov07CseO/bOfPKo6NR9pTyr0rOE++0J5GgKPjcJ50WBAzx/zCmBBpo/5hQIr71TkaqOwog0qgfEPnQB1Elk/w4pG8iENFE8ortgvEbu14aueI31nanoks6629kXJ/KrWOTVkPNBdGb4h20sI0YcPhuL1xsHZe5jHrk5Y+2BSqK7ZLyt9IVC97VcZ2tybO3brCoiUf/M+I/WhTS6QcZS2zQWnBi0CDjF3PxOQb6Z3JiU+icifU0SyN6ZrHGojGGCK3BEEUcY/oUCoqiiR38xTA8eW+lAAZMDPPlXTyJomLqQ4PhB+pNFiLLtftlkyElnG4x0IpSuvyElqgXhNwU0xMSNey/wCYbEfMYrDyMf1Y/wCxytBt3ClzHvjPnXm45OD6JsqsOKyWLC3uwXiztk7j2r18WVTRadO0PbWdJcSRNrUjAZf97VqdClaLwy5xpDHrttS09DRMEd5qA3Hn50vyNC7h183D+IyQMfu85UHqprw/P8NSto9HFPnFMbXt+JM5PyryseGiroFWQEe9a8aGZ6ZiTht9yPWvRgjayu0c4cDGQQd6rLHaJbLtfdXBKk88gVCjyjsOVoKeRXXOdqxUaIKFmCONbbZHWuvBH7kx1ZbFJoklTqDmuuSfZcZFPHJRJwqBSclZyR7Ff9KqHZy+fXFMT25wWI57Z6UZFf8AQx8CdScS15MgjrUJUz0JyBw2cZ9610ujPsLtHwBnnXNminsnsdW7/lXnTVACcRnMkoUE6F2G/WtsEOKs1WkS1gZIJOMKKniOy8Sb4zWfEyJSyaY8g70QhbGmK7ttXQc8Zr0sUGik6IxHShA3J9KWVcpGqdItE2ghV6bbVm8d22K7Iztk6s4zRBUTZBXIOR0puOmPkMbe5KKmDvneuOeK2yX8jmCfUoNcUoUI+vbgEKoOOS08cPZd62VT3Qkhk0nbX+lVHG01ZKkmW2DFckkHyqMqspMMM+XbeseGhSeyp7hmYIvNvLfaujBg5yRN+z0PgfDxZcPRZB98/jfP5D5CvoYRUVSPOyz5SDTCp/DVmZW8CjkMUqGVmFc86ehWyPcr1GaWg2fC2VwdK7DcnkBQl6REsih2KLzi3CbXI75rqUf9O28X1bZR9T7VnPLix/vdf7mDzyf7ULJe03Ev/wBOs7WyT+Z171z8zgD6Vzy/UYRX2R/zIfKT+5ia4ueNcSkaOa+urgvzjgOgfPTjFEPJz5f2qgjD4RZZdkWPinMVsp5qg1ufc8v1rZY5Pc3ZusfyOrXglrZlTAilx+OQam/Pl8q0UVHo2SS6QYRKdy2cdaYaInvBjDc6BkNU3PNAETLJQB5jcFWXwgbjnyrp2Qgdi652LDkCedK17HRbEWOxYIPIClYMDu0WC4IkJEMuMtjdG6N8qmOnRz5I0w2CcyBllAE8ezgcj/UPQ1yeTh39Rf1MWvRG4ijuI8NnUORrmxylB6EmL7e4uOGzkqcodip5NXp48qmtGsZezTcOvI7xAYCQ34kY7rW/ZrGSfYfspCsPcc80mi0xP2kDr9muhgMh0HT9R+9ZTipdnRgnVxAoL4sAM8sbV52bx0to6k7GsU2VG9efKA7FPEPDK/LHPNduDpWaJgttJic7DB6VvlinHRLkXzOMIwPocVjBXaBSLI5fu9/1qXC3oGwa5kI+EjHWurBHexWXiTWVbmGXJromtFJ0fcQGqyBPRwPqDURe9GHlO8exQrYkB89jWzjyVHn4p8JKRZI2FIzUKO6PVnL2Vht96pk2FwNtvisckRpjZJdERbrjavOlD7qGLQ33wDHA3NdTiuFjci1ZdSJ1y+fzqXCmwUrCg5zt0rncBWVzy5A3yK6MOJFJg0rYVABuBn2zXUlXQXsir4XOfQVPCxuVaIptg561VIXKw6CLvfAOZ5e9c03wVsmUgOTUrsu/hwd63rVkxybout3B2PtvWGXG7s0chtaTDAVcVwZICsG4pfEA9MAnatvH8e9iyZKF9leOY2TI3I/SurPgSaZjjm/ZobObEWpjvivKyQt0dMWfGfrzwM0RgF2aLsJw03/EjcyLmC2wTn8TdB+9ej42KtmGadKj0giu2zjIsD50WwpEGFKwKmXl50wdIT8S41DaM0duBcXI5qPhQ/1H9h+Vc2byoYf3d/BzSzOWo9Gcvrm4vSTf3BdeYhXaMf8Ax6/PNeXl83Nl1HSMaRG1tpbs6LGDUo2aQ7Ivz/YVeLw55NyNIwchxbcAiUZvJGmb+VfCn9zXoY/Gxw3RtHEl2MliSJBHEion8qjFdBr10RYYpgcIoAgwosCBAJzTsCOnAxSsRBlx0ppgeThTgEMB5sa6GSWxyhSTzOPp86PYFqxxN45HAPvRS7Ffopu7T7RCyoUyNx50pJ9oUlaE0MrtH4WIuLfl/UnkfPH6e1Wvu2jmYdDcRzx602PVfI/2rgzYFH7o9CaJSgTJpdaxi3F2hIAaOS1dZIWKsu4IPKuzHl5Fp6H/AA3in2tdDHTc9V6N7f2roUuRrGXyF36farWaBtmYeEnffoaT2bRuLsyEblHKsMEHkehqJxtHZGSTG1rc+EDrXm5cJpZ9dnWuedTjVMdi4sEcY6b867Y7iZtnDdgh1O4ByKaw9MiOXbRfHMDHkH3FQ8dPZqpWU3DkHbPKtMcRNhduyhU1Hl/atHVUDZfeRvLwdrkEhY5VUDPTcE/pUxic3kZLqPwJZNmPLzzW35OMrlYlAwPPY+hoSR0wyNqjqHVy5/pUtUzpTtBcTYIHI1lJFph7SgIFbmRXK4btD5exVdXOg4yd9jXbjxJpM58mX0i6xmZzGD0GdumaxzwSVmmKeqDdZ1ZHTqeWaxhBdGiZB2LEAk71skkXaSInxOcVW+kS5UVyRvqBGoLyG1XGlo45ZW3ZdFE7fhJqddlxy0HMzWcWI0LXUmyKBkjPU1xuMckqk9A8jfQ/7P8AYLivF7F2wsM+ksv2htOs9EH9zgV2Ysc5yfqJlLJxX5M7xjhF/wAGvWteJWstrdLgmOVcEjzHQj1G1XPC0awzqS7IWsh1A7jHTFcWbFV6NuRC8jWWcqZcK45AZIqsNxjtdGOXIk6BLRH5AZBOSa0zTT2ggN0kIUgbkfKuD6dnQpDfgnCLrjF0Le1XYf4kjDwoPU1pjwvthKairPXeF8Pg4ZYx2tqPAnMnmx6k12JUcjbk7YQ3ypiZAnbfnQIizAAkkBQMkk4AHmTRdCb4q2ZbjPGmucwWDskHJ5uTP6L5D15n0ry/J85L7Mf+ZyTk5vfQieRLdAkS5YnAUDJJrgx4Z5nYlb6HXCuAlsT8TGpuYg6D/N/avZweLHGt9nRDFW2PgFVQqhVUbAAYA9hXTZqQagKINzoDogaAKzQBw0AQNFgRNMVHCKQddniyTFt3Z8nodhiu1kBMbF056UB5Dz96jfY2XJA2kMyqpPItk0UKyaQoG3lB686VWF/Aq4kht7pZ4cAZzsNs9RTjpmU1QFM/cXCywZWKQalHl5iqoha0MLe4WRdQyPMeVcWTFxdk1Ra51DBxnl71klxeg6ApI9DakJDDeujHN+x3So0PBeJi7ZYLtgJh8LHbX7+tdMXyNIutMSdowkfGplRQA2lvfbnT40jpx5L0waGXC7VjPGvZ1KQX32oEZx1rCOOmU2L7ssH3yBW+ONaOfI/bF7ticE8s1ulqjnfdjC3k1LjrnOaxlE6MbJyOGbbc5pxj7NbCrSGS5lWGLmeZ8h506t0Y5cvBWaq4s1/4JPaxDYRHTk7kjf8AankVJHJik5uVmHYgqp64+dC7Ymct2UMVO6tsacl8AtESphlIxyO+1P8AcqNceWtMtgcE7HaolE6oyXaDu7muVH2ddb4+Edaw40+gySSQmukc3RR1Ksp06T0NdUahHZyN8mM4VEUYC7E4ya5JPmzqi0lSLl1Ead+f0qkqZqnQXa20k7hIlZ5G6D/e1FLsmWT4NJYcFtraH/mB3tw25IOAvoKZjJ8tME41CtqYNKZWTOQd8HaspwraMMmqob8HtoPs7s8MZfSrAsOWSf7U8cE+xQk26HViILfLxRRI3PKqBgVvGKj0jVmp4JdHvFJY7jnW8JWYzR6Xw+z4V2ksPsXG7K1vY0GUE6BtJ64PMZ9CK6lUkYNtbPMP4z9iOw3ZLhz3Nle3lrxaZSbbhySiUP6sGBZUHnn0FTPB9SLb1+f+PyV/1LjUVs8e7K8Jk4vxWO21KJJs+JxkAYySRXl5YfbUdG+NtytmrH8OeJK5Ec9lp6HUf0xXN9NtnTY64X/DqKFg/EblpvNIVKj6nerWKu9j+obG0tILG3WC0hSGIclQY+fqfU1p0Q3ZaaAIMaBMouJY4ImlmcJGvxMf09SfKpnNQXKWkROSirZjuL8Ue+YocpaqciMc29W8z6chXieR5cs2o9HLKTltima4J0xxAtIxAAUZ38vU08HivIxJWafgXBlslFxcgPeEe4j9B6+texjxxxqoo6oQ4jjO9aFlTHANAyBNIRWx8qBkSaYED6UgImgCJ9KYESKAIk0hHi6zLjwgZJzk12v8EBUMg/Dgt5Cl/AggmV8qXAPUKNzSpj0VTRGM5UEHoOppK2JFMwEsDI5QMdx/Nml3oTVigIZYnh/EPvE/cf78q0UrRh7B4JWhkyPmKcoqS2OhvE4dVYE4xtXDkjwdENEW55A28hSSsPyVuu2U2YdfKri32O6AeJSvPdySyMWYHGTz2ruj0VZG3mGcPzpONnTjzemFE45NlfPyrHi0dKkiLgyKRk56UftZE1yVC94W1gHmds8615ROZxadB/diFAg543J5k1km5OzeNR0QaQIck48tsmtFGxSypaNL2QTvYpnA27zHnyAqorZx5ZcmamNMHSw22FLKvtF47++jzadDDJLE3OOQr9DUL5LfwDnZ+mPOqsQRJ441k6jCt7dDUftJl8nwjVyCPCfOlyaGpuLLViLhndiY4VDac41HNVFqq9lyk8lNjNLKXipkvI1hRy+67jJx51x58qxS4v2OORRVBlp2bubmC8lkubWBLWBpiGYkuBjwrgc9+tXhyRndFfXS0a/+D/ZbhHaHjVzFxeOWW3htXmVVlKZYFQMkb43NbYKySaYnmk+jWrZ8PtO9tbWyjhgDYxGuCfnzNcn11FtPo61jbVi7iXCl095Zg+o8q2U1Lohxa7MV2ogeJbbvAQ2s8x6VOToxyrSD+HnCyKNj9mib/wC4/wB6qH/gzg/vDoZcgA9K1OgaWFwV3yAc8/KqTJkgfjX8UZ+Eo1r2dZGuyMG6Yalj/wAo6n1O1bwy1s5ZJPSMPHw3ivGbLifaC/kknit9LXFxO5Jd2YAKCebb8ugHtROU8itkqKj0em/+GngUPGO03FLq9jMkNtaaQOgd2wPyVvrUYIRkm2jS2uj3r/y/w+3uGEdqTj+Y7VssUF0g5NoIbhPD5RpeCMD+k1XCL9E8mugC57H8NkU6JJIyeuQRWb8eDKWWSMl2j7N3HCUEwJltidnA5Vy5cDgrW0bQy8tMzM80cETyzMEjQZZj0/ufSuac1CPKXRc5qCtmK4vxWS+k1HwQoToTnj1Pmxrw/IzS8iVejjk3J2xHdXPPBIxzzW3jeJyapC7NR2Y4SbWIXl0n/MuPAp/6an/8j+m1evSiuKOvHDirHxOBQaEC2DQBFiDuKAK2NAEKAIE0ARJoERJoGRLfSgXRwmgCJPzoA8N69Plyrv1RmGWvMaQwz0FZ99AHhygzpA9aLF6OZ1eJt88jikUj7ZCCABncDrQlT0FiriC91c94owM6v71UTGapgd7Dg60G1OOtE36I2c+hwpPhNKcOQmMAcjauTr0TVENWG3pV7DYvutpnJ867cbuNssHOxyfOtALYyehPy6UilJrosErIc86nipPZayyLmuV0RiMAl1yxxjSc4x6/61H0ldj+q2fXBZ7MOCQVbB36HlVJJSIk2Lxlmyd8+da1RBuew5Q2ckZbEhcuB6DAqYv7mjOZqmTBB60ZFcWGN1NHnnaGIR8bv0A27zV9R/rWMX0bz/cKpFwARVogJsSrNoY+FxpPp61ExfgkEaNmD7EHBz0qO+iUmyyBtUd2m+8eR8jVpaNE6Nf2etMdn0uI2yBIwkUc18j7GuDzcLa+qv6kSe6O8QYx2VxpJAZNJx5GuTBL76EbH+BjaOK8Q55azZPq6V6eGfHkawVs9Nbg6kk6Rv6Vk4I7ORW3BhjZKFCloHI86/i9YfZLPhLacFp5Fzj+gUp6iY5n0ZaxbF26+div5b/tWsXtfwYR/cW3F9FZQa5W0g8gNy3oK05aOiUlHsznE+MXN6jRjMVudu7U7t7n9qjnydJnLKbnZ92c4Mb+71SnEK7uw5+w9a0i30XCHI3Hb7iMdt2MsuFWqLFFJODoQ4ACDP6kVvKX2NCkqZ6B/wCGRo+HcI4lcS6R9qmAyf5UX+7Gq8ZXAU9M9q4jd27xB2lVFxzJroomxS09vIv3F2ur1G1LTGHWImljIIWQf0NVL8kkOK3dknAL/wC3SiOCOMly/wCHy+eaU2km5dC5cdn5p7QcTN7OUjBW3Q+FT/8A7H1r4/yczzSqPRTk5O2Z+4lP4Tjy9B1NVgwcnSJDezHD1vLr7XcD7iFvAp/G/r7frgV63FQXE6cOO/uZsmm6k0HRREzA4waLCj4vv6UCZWXoAiX286AIl6AIa80ARL0CIF6AId4M7UDPi+1AHNYoA8UTGrA3xz32FdzMmw6BsAlufQKKlgTZmJyzAegpewLBIQoyAP1pOwPgcjmfEd89faivkV2DcRAeDb8P6U6rZM9oGQd5AoP8op7ox7Fc0ZjkK/Sruyuwy1m1ov8AMPXn61jkhRLL3OTke9Yr4F7A7oeJWXkdq3xvVFKgYj02+lb+hny8vWkBKQ7bULQtlXUDJJByKr+R9B9oe8jmi6um3uNxWb7srtACnO/nzqiWOLG5ls47WeBsOjsR5EbbH0rBtqVomSPR+G3sXErFbiHrs6nmjdQa3UuUTL9rMZ2ui0cfuumtI3H0A/asUdU9sSCF5CRGupuZx/vaqRm2TSExDOoMeW3IfPrUSq6EvkpuJDIxaRiTWi0UER97bMJYsZ3zkZBHrWfJXsXs1XBrtrForu2AktZF0Sxefmp/Y1jklLFLk9xfZMqeg3jarHa3AjYmMqrIT1U4I/I15sYKGZU9AjYfwG0Nx+eN2AaSBlTP4jkHH0B+ld8F2a4nvZ76toMDarOiz42Y8qKCzyX/AMQcAi4XwH1upv8A/mtZ5V9uzPK+jyo3Zsb+Gbu+8P2VVCHYHII39KTmocZP4Oe2mJp+8uLhpZ2LOenQD08qxeRzegbbdsgU1yhFHM4A6murGqjQLezbcNiS1tFiTmPiPUnrWyo61GlRnu21133ELeAHaOPJHqT/AKCpySpGM9yPT+xF0/CuztnGhx4NZwcHJOa68WopEscX3aeWZAC2P6WolMqMTsXG3jjDhic+vWkpaG42aLgHaaVXjCyE6j051ccpEofJi/4kdsH43etHbtptFIGBt3rDbWf2rwPP8760uEP2r/Uw72zz6WXGeuTv6muLFG6K7KrSzn4rxOCwtRqmmbBONlHMk+gGTXsY8axouMeTo9Li7NrbwJDCCERdIzz96iUHJ2z0IySSSIPwRxyFT9JlcyluCyjkCPajgw5orbhdyv4m2p1JByRU9hc5zk5ouQvtKntLpc7Z+VHKQUiox3I5pmnzYOKK2Mw5xmnzftC4fkrMjDmjD5U+aBwItN55FPkhcWV98uTg0KcX7BwZITDTvVCaaOd8KKEeQxAggKPeux9mX8BSLoG3M7Z9aQrOyA4IB5UUuwJKNKb7daTD2QaUE+HxHl7UDJCIzRPqJACk7Uu+xP8AbQFA3hXzx+9WjAjfQ6o9Q6dRRdMSYuhcxSA9Ad6qSsoYqwZfMHH0rmlGuyGVTLqBB59KqDpjQGTyroWyjm2fT0oA6eVHfYFB5j+9XtCDLOXTKjZ5Heokk9FohdRCK7kQcgdS+x3FJPVktbCsj7NEBn4mP6VjJbJb2M+BcTl4Zch1BaJvDImfiHp6j/SlGfF2ZyGvamS2u+IxTwyiRWtlDBdiCCefltTk4p8jVu0hFJIFGnG3RRy+nWoTlN/gnsFmkJIyTq/lB/U1rDHxRSVF/DLSOacfaDsRgL5E8s1GXJ6X+ZLlXRORwtxJEwA07bjr5VnCL4KXscVoI4VefZZzHJvE2zKeVatKUd+x99Gj4nIJOHZXdREiAnrjFebkxSx5o/FEhvY66msQLq1fu7iGRJI28mBOPl5+hNaSnwxuXw0K36P1T2d4lDxvgtpxG3AVZ0yUznQw2ZfkQRXZFKS5I6Yz5K0MhHmnxZVnjv8A4jAjWnZ+DWglE00mjPi06VGrHlnIz6Vz+S+ELZlkkeJypjOTlvU15fNzezHplGg59/St06Qwzg1r3nG4x/KQB7mu3xpckxof3UctuxBX0BrdaO7sxd05vePPv8UgUew2qO2crdys38XEBHFpz92Bp0+1dKkauGjq3xl2O/r1qXL5KSoKS4ZogmfzrNvQUgi9vms7LuUY9/MuTv8ACh6e5/T3rzPO8lxX0ovbOfLPk+KMzLIXcnJNedGNIyA5HwNZPov7mvW8XDSUmB61/CHss1vwZuMXUeLm/H3OfwwA7H/5EZ9gPOuyrOjGuKs3jcO9KfE05FbcOH8opcQsqbhw/lpUOypuGjqgo4hyKn4an8lLigsqbhaH8IoodlD8JT+UUUg5MGk4Mh/BS4oOQLLwVDnC0OCHyYFNwMb4UfSpcCuYBPwEb4U1Lxj5gE3AGBOARS4UVzA5OBzqfCTijiw5JnjyZCnR9a9CjlLY/wCrljl5VLBMkAC3i5Z2/wBaPQyMmFUk4LHlRQvZWrBXwCC370/Q+g1MacasqowccqNpUxasVRjEYI6MaI/kw9hUeHjYVTQhNdxd3KR0NVF+hlto+RpJO1ZzjewaCH3XbnWEVQkCSghs9PSulPRXZUcY5YPWqC/RBj8t+lNAV8+tV0gLIDgkHf5+VS1oaDrwa44JRnYaCfbcVC1aCR3P3cY671nLT6IfdBMKYALE5/SspzUfyxVZKSUhTpOAPPp70oQbdsE2wQszErGDnzro1EaJd3oHvSTsbYRbsQQcY3+tYzTZmzkzmfikhOPEwGfPYCqTaxo0j0cu4jDK6nmhx7iqhJNWCYx4bfZi+zzklG2z5etVOKkqYNGi4WrQWUwY7q6fqa87NGsckyXo9G7CdqpuDW1zbbvAxEygH4Tyb/8AE1HiZWouPwaYX91P2aq4/idDZ2jzSRSMyjwoCBrboM9K6X5HFWzoyRUFbPJONcVvOO8SuOI8Tl7y5m3OOSKOSqOijkK8nyPIeZ2zh7diWVRqJIqYOtjOLHgFj0q3LQwvhpaGdJI/jDa/oCa9Hx3xhQ4K5IYT8bbuXM8edKk59QK2jmXTO6UaTaMf2eUPxESycly5P+/Wmr5I5YI0rzxbgyACtXJfJ0bPlv40X7oM7DpyqHkgvY+MmGcJe5mkkuroItpBzQHeRz8KfufT3rDN5axwcq/gyzPgu9nLu5knlkeRizOcknrXhRubuT7OVAbtq8PInmfIeddeDH9WfH0P8jfsTwA9qu1Vrw86ls1+9uWH4YV5gerZCj1b0r2ox1r+Bw2z9RRwRKqpGERFAVVXYKAMAD0A2rTgb2dMA6AGjiwsi1uPKhoLK2tlPSlQWVNbL5UqCyprQeQo4jsqa0FJodlbWgzsBSoLK2sgelFBZU1gPKjiFlD8PB6U6FZQ/DR0FKh2Dvwz+mhoaZQ3CgfwilQ7PyfCCzBRso/Oulv0ZlwXG53xyFRQyvUCzH9Kar2BWzjGQNPl5mjsZ9Gm2o0l+QYSjFVAyNjvR2IHijzasdshjVLo5W90fWx8YH6VVWF2C8Ujzk43prTKi/QsQlXBG2OdNq0MOVwyg7kHnWMoNCIt4iRj29KcGNFBBNaehlbjbmaBUUnz5flV2q2MkhIcHpRdgNIV721mTmVGtdvKsZadlNaslbx6iDnAArGToy12iyd9AycAVMIX2OgeMSXMgVBn9hXQ2oofSCUiWIYH1xzqG7TbEmccZ/1o2B9EcEZ86ib9EHLMauIAZzmTf6051GKNfQx43HidXA55B+tcnizttL5ITFGSrDBr0OykzU8E4i09s9vJ8Zxg+eK5fIxuUGo9ikmaXg8+kxOTkA4YenI/ka8jFP6eZW9PRCb7QBxK47+7YI2qKIkKR18zV+RK3xXSNcuR5GQZ9sVyJW7RmREZbA8/Sqc6WhJEp1xpUUsbvYy+2XE8APJgw/8AtNelgl6Lh+5AnaIiHhcm3ichB+/5CtopWdud1GvkC7MQBo5nPooqpezHCt2Ovs4PQVFM6S+2sTNMkcSqXbYZ5DzJPkNzQ0TKXFWwq8lRRHb23/p48hTyLHqx9/0wK8fNm+rK10ujglLm+TF8p+LB2G1TBCB3JSEk83/IV7XiYuMb9sT0ansbfycFtpZYiyTXGCxU48I5D9TW88lSpHXix/bb9mpj7bX6HadtuhNT9R/JpwDIv4gX6AeJWq1lol4wu3/iXepnvURxn2xVrM/YvpDGD+J0f/Xtl+Rp/WT7QvptDGD+I3C5B97G6Gn9WDFwkg2Dttwab/q6fc01KD9i4y+A+LtFwqXlcp9aacX7FsITiXDpfguY8+9FJ+wtlyvbyDwSofY0+AciWhGzpdTj1pODDkcNuDvnPtRxY+RB7XNLiFlZtPSlxCyBtBnAHrRxCz8S2zMx8PLHOtG60OrO3D63zk7bUmBFsAeE7e9D+R0Vr4mJK89hnrQwLiWxgkeHypXWhHFByF9fpRaHXwX2q5jlU9GNVG2jjyfuoEde7lB5CrVgqZVekMh5Gjsa0xOw3J50/RoWQSYBXcjnUTWgLiSGByNqSXoRyUdRVLYWVNyOBn3oQylhjNXsDhG/z8qaJsZcOl0TIeh2I86ymkXaDIMLGzHYA+fKuWVuRC7ATmaXP4eldS+1DoY8JUC5VBndSPfauZtykmRZKQYZvLNa0BRKdsenWhDK4/fkaUloTLeEjPEIs8tdKb0X6NHxO2zwu/dxuksSqfcsT+WK4/Gjx5P8mXbozEq+fyrsizQlaTPBMrAnwnNaP5HZtLabvLcNFsJRz8vOvF83DwnzXTIaBnbD6Ryrm9WBONu8k9AKX7UJbGES58XyFc0n6HeylzqlYjcCt8a0AZCpM0XoTz9jXZ48v7z+hcP3IRdr5d7WAern9B+9dsFqzfPLaiMOzkPd8MU4+Mk70MvCtWM9OMn86k2YYWFnaEHaeZfFnmqdB89ifTArg83PX91H+pxZp8nS6QsZttW+a89L0Ygjt3hVAfi5+1dvj4+c0v8AMZEA3FyF5L+gFe2nUXIeOPKVDgEjGk4A5VzHorRwsx65FJgR1t1NIZ0Ow6mqEfd4fOpHZ8JWA5n60xaPjK3nTt9ASW4lXGljn3othotXiE64Ac0chUXx8YuU+GWRf8rEVXKhcbC4u0nEVHhvbhfZzTU36YuK+A6DtjxaMjTfzfM5q1ll8k/TQwg/iBxZMargN7qBVrNL2S8aDov4i8RHxMhPquar6rF9MMj/AIj3h5pAfXBp/VYnjR+aVYImnHLnWtewsgrb5PPG3oKQzqgyHnSYj47HYY9BRQE48s7DpyNMC3c6ccyaljCbQeOUHnqqsZy5U+QLfR4XOOVXX9DOOxdK2qI+3nT9Fp7FhxnFBocGxyM0AEB9WN6zCy5BqAU8z51L0JlLppO3KtQKCPFzxtTT9AQ9frT0ARbtgA7bVL+RoYX0quESPYMoZwPPyrOMUvuBlWBGoX8R3P8AapnIzsYcI/8AXRD5VlVNE2TuRiVs1rXyNOgaTGT546UIbKoviwfapmLvRdwbe/iyR8Y/WjI3o0ZsuLxj/wArGQc5Jl1e6oR/auTHJfS//sZLUjHyLgeWD0raD2UmVtGDnG3pmnypaGnsd9nbnZ7ZjzGU361n5EPqwddrYWFXJ0OTXmQV9kvRdYjKZPNqjLpgM/hT22rjqxsqhGpx710w6DoPt18S79CfyNb+LTyf0Lx/uRju0Mvf8ckUZxHiMY9Of616KdKy8jubNfZR9zaQx/yoKH2dMFUUHWka+KaUZih3IP4m/Cvz6+gNZZcixwc2RmnxjrtgV3I0szMx1EnUSfM14btybfbOP8AUrbc+fX0rSNoKB9emJmz4nOBtyFez4mLhG12xBvC4dMRlOxfl7f7/AErfI90jswRpcmGHNZHQtHxoaAjjHlSGfU+2L+Tm/XpSA5+tAHDypgRPnmkB9nlSA+z60DIlsH3pbQvR8GP/AGpptCJd565qrA73mPKnYqOiU/zVXIKPOch+YOOZzXd7MT748joOZpNAXgaUOeQ2qf5BJkNyfnin/Aei5E0kDz51PasC9Fy48sZpd9D9MItB/wAxIMbEA/tV4u2c2dU0yviafd7c61ZiuxBKcA5FBotgLc9/qKCiHXPKnXsLLImwMEbc6mdAEIdxtvUMT2fSuBOVONLAfOnFa/gEqRXNGVAIzpO2f2NNPY31ZSRk1evQycOc7HnSdNCsY2EJlmGQSoNZN/ApSDuL2fdFZ4h922FYfyn/AFFZNEIr4U2L+Ek7Bsc/Ws5dp/kEFcQXTcOD1rofYAMh3O1KhlcWdftUz+RMu4P/AOtiwBjWDSyu6Lelo2N+S/Z5k/CsqyH5qy/rivJwTbjOH5TJrZlHGV9xyrui9iIxjIGKTYdFkLm3uklXoc1pCVlDjiTDKld9W6+xrh4cZtEPsLshhVrkyOm6GGyHEZHrsa5ktjJW4wTjoK3tqLQBqEJlzsEQsfpW/hq5t/gvG/vTMPw9TecUDNuZJNX1Nek/SFFts3yxSNC8qIzRRnDOB4VzyyeQ+dJW+jvbS7YJNxu2biUPC7VBcQrG5kmDFfGQPGvmBjG/QVl5OKDg3P11/wAnFO5XNlMrZIzzx9K8NIz7A521HQB8XP0FdmDF9SSXoLIQobq4WNNk5ZHQdTXtJ8V/sVCPJ0h6FAACjAAwBWPs9DRw0h9kTyoA+3xSYEdzzp/yI+/SgZ8fypICO9OgONyo2K6PgM4pd9gRIyKNAQI32pdMf8HBnlv8qAO5+lMCBOPOpYI+1elFgYAgsSBsBzNeozmLYkIwfOp7Y+iUh6bCgNklGSSM46UvwBei5O+221TYdF4XxCkxlq+CWNz0Ok+x/wBcURlUkzLNHRPiK/dZI+VdT62cj7Mvd+Fjil6NlQCaL2URPn6U+wPkJBBHL0oq9CCo89OfnWUq9g/kruxlUYZ22qod0hWWW0oZDkDOMMp6inJcRshcRd2QR8LfCaItMVn0IywPlvihjRoeGwhEXP8AvNZpezKbt0xozR6jFMAYZfCwoaXRIllgaw4oInOcMCrY2YdDWE7iU6aC+LDFy3pWrYR1sXORgigq7K4RljvvUZNkvRbwkgXkR/qHOjIVJ+zbhO94fcxDJ1QsR6lfEP0rw8Uv75r5AyPMA4xyr0V2T7IxEDAxz6U5Id/JORdSHbaoTqVsEw/WZbK1YndSUPy3/eqzR3yBjK1OFHoM15mTsFsKkbKryzWMNvYwi1HnyzW0k1ED7i8hi4VdFN2dO7X1LED9K38Jdv0NOjO2Drw371AktzyUkZVT6D8R/wB711SyO6iJSfou4rdXbw6r2ZmlI0xwgBQgPmBt5bVUZW1Gy7tl3Z7h720bzTgd7KPxcwv+tcXneQpf3cekEnehhcNgEmuKKvRFAUj4XOfG/wCQr2vGxcY/liG/DLfuYAzDDvufQdBWs3bpHbhhxj+WF8/SoNrs+35cxT6CzhFICLDNKgOAU6C/k+0+dIZ8BzyKYrOEDpSAgQaAPhQHo+PI0UBAj6VLWwI48qdAiBGOVTuhkTnnSoZ0nbH71Viow0MbsdyNPWvSbOVljMAcDYCkUV7sdvrSbGrL0Q7DnjFJ9gqCVUY386kf5L1XxBuvSgRPuwyFTtqGKn0J77OvmW03+MbMPUV1QfKKZwyjxdGY4guCd6frRcBc3XGdjTRZDlv/AK0AffP8qYBFu22Kzkq2DLZEDxsu3LIqE6EARv3MoIzzwRjpW/4GxooEsbR5BDbqfX/e1Y3TsllVohMmnGP2qpMZpLcYto2I3Y5oRhJ7LOJBjASvxKc0pKh3sCvbgT2lpIf8RCUPtWM1or2W8VbU6t0ZQfyoi7iqBWLWPh/tVDsjBjXvjGc+dRkTYnpk+GnF0hP8wFPKrLl0b6zcLKmvkGwfY/8AevnuXHIpP5JZjtGFxnYbV6a/cSVRczvVzeqD8hIXOV5Cse0HQRZbwzRHcghx8uf5GtZSbhZemMrc+FjvvtXmTEgpz4gDms4bex/gLthtv7860yriqYdi/j9yS0drHnOe8b9AP1NdWGLjD8sl7F0Mi2xBTDTfzDcJ7evrWnB/9pSTGPD+H65BdXW/VVP6mufPnUF9PH37Y260g+V8KWbmf94rgUbYgCVu8c5PhXdvfyr0PEw8ny9IWyfDYTdXZd/gTxMOnoK9RtxV+2bYocn+B8M5yayOw4OVAH2AKQEetFDsiw25bUgI5pgcJz51LA5k0D6O74qrEc96QHBjOOlCA+IpiImk0Mgd/ejYEW26VIEcbYzTQzh+VDsRjB19K9FoworHiG/TaperAvRAQOdEiqLYwPzNR10HwXY8WOmcUVphHZeo60pEouUDu9XUCnQ10QAxclR8Lrkj2OK0xKrOfyUtMz3F0A7zHQ1o9Myh8CZhhzVGtFZOR7UCPsU6saRKA7gdKTRD/bYWjHAO2SM1g3cqBIBulCzHHma6I/tQ2GWDExA53XlWeT4Bdh8CAGcjYhqn2JqkOjtbxkeVP8mJObxRnPWOrlH0THqzPTsRIF6fF86yn0zoroaXniit8nnGKyxK4maADuregrX3RbRyHZyOnP8AKs8j0Q/ghZNi5XGPiqcm4lyN3GxB6dK+eybkwXRlzt9RXqNezJkYgPEPInFVOTuhlyDce9ZyVRsbYTZ/+sQeZKn2IqoP0W/kMtiQvzrhmTe6C23lXPv+dRhVvYxhb7Ln0q8/oBDxQ4uJ3/FJIyk+gwABXXi2khpFvA7eN3d3XUUGwPLnS8ybx4vt9lPSHcjFYwR1GTXkdEAMpyD6cq2hsPQEzHRGvQrrPqa93BFKCSJTtj/hkSxWcenm41E+tOXbPRxpKKoKNQy0cbbFAM+HKgCP4aQIhS9lI4xwPlRLoSKzzx86TGdWmhHx5c6EBHng9aOxneYo9kncbUwI0ARB25CjoD7Gc0n7ArPMCkP0QO4pDR//2Q==">
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/data-url-image/source.html b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/source.html
new file mode 100644
index 0000000..4d5ccac
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/source.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"></meta>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
+ <title>Document</title>
+</head>
+<body>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of Metroid" />
+ <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eaque totam provident obcaecati nisi praesentium iusto velit fuga debitis quidem ut repellat corrupti, eligendi inventore quibusdam perspiciatis delectus omnis pariatur excepturi quasi fugit? A adipisci natus nostrum, qui aperiam, at culpa corrupti autem enim earum vitae. Nostrum et officiis facere ex recusandae tenetur, delectus odit provident soluta id perferendis ducimus quibusdam corporis rerum voluptatem architecto sequi beatae quod mollitia voluptatibus earum tempora inventore ut. Deserunt reprehenderit recusandae nostrum, eaque fuga cum, repellat, perspiciatis ducimus in non consequatur ratione. Sint rerum necessitatibus deleniti odio earum voluptatum eos modi ab dolor minus.</p>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of Metroid" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu12g5xzyxojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zu12g5xzyxojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zu12g5xzyxojpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zu12g5xzyxojpg.jpg 800w"/>
+ <p>Quae veniam recusandae vel cupiditate doloribus pariatur, dolorum saepe hic quos mollitia harum nihil molestias magni modi maiores? Ea accusamus velit vel doloremque pariatur voluptate? Consequuntur dolorum fugit facere architecto eveniet beatae eligendi rerum nisi maxime, voluptatum a repellendus perferendis dolores eius repudiandae accusamus animi eum esse adipisci voluptatibus incidunt necessitatibus! Adipisci id, quos libero dolor odit dignissimos et, cum explicabo est facere aliquid mollitia! Iure nihil nobis beatae quibusdam, dolor saepe reiciendis, exercitationem hic accusamus quasi commodi modi molestiae ipsum, maxime non nesciunt deserunt itaque quo cupiditate rerum ipsa ad minus vel quod. Earum dolorum velit aut minus hic?</p>
+ <img src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M512 512H0V0h512v512z'/></svg>" />
+ <p>Quidem nam tempore ex harum repellat modi expedita quia rerum est ut ullam, quisquam repudiandae at dolorum. Sint atque fugit facere id blanditiis dolor omnis rem repudiandae, laboriosam unde delectus illo voluptate dolorem consectetur rerum expedita quas debitis deleniti iure amet. At sequi distinctio facere eaque, esse molestiae tenetur, unde sapiente fugit minus eos ex aperiam atque? Animi soluta, dolorem sequi doloremque pariatur in. Impedit, voluptates dolorem natus perspiciatis pariatur eligendi labore rerum facilis est error. Illum eveniet nostrum atque nobis molestiae expedita perferendis, esse ullam corrupti sit explicabo beatae. Sapiente aliquid nesciunt reiciendis incidunt cumque et officiis minus aliquam?</p>
+ <img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZD0nTTUxMiA1MTJIMFYwaDUxMnY1MTJ6Jy8+PC9zdmc+" />
+ <p>Veritatis sit nostrum officiis alias ea quam nulla veniam eos, quidem nisi, magni molestias ut odio. Ea, mollitia nesciunt. Maiores iste quos quas sapiente sit at esse quidem? Laboriosam fugiat nobis voluptatum reiciendis aliquam excepturi ipsum? Perspiciatis expedita sit quod, optio assumenda veritatis culpa, neque explicabo distinctio facere incidunt magnam accusamus, quidem animi delectus doloremque vel molestiae a quae dolorem. Sit, at? Numquam possimus animi esse incidunt quos quibusdam. Ab sit eligendi laborum beatae maxime suscipit, obcaecati enim cum nam autem, dicta nobis corrupti ut aut nostrum ex excepturi perferendis, soluta veniam. Excepturi beatae suscipit enim dignissimos! Quam, esse praesentium!</p>
+ <img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEBLAEsAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAH0AbYDAREAAhEBAxEB/8QAHAAAAgMBAQEBAAAAAAAAAAAABAUCAwYBBwAI/8QASRAAAgEDAgMGAwYEBAQFAwMFAQIDAAQREiEFMUEGEyJRYXEygZEUI0KhscEHUmLRM3Lh8BUkQ/EIFjQ1glOiwkVjgyUmkrKz/8QAGwEAAwEBAQEBAAAAAAAAAAAAAAECAwQFBgf/xAA1EQACAgICAgEDAwEHBQEAAwAAAQIRAyESMQRBURMiYQUycYEGIzORobHRFELB4fAVUoLx/9oADAMBAAIRAxEAPwD1G3lC9a8Hjs4LLnvCq896HAdgzcSKnGalx2FnW4lkc81tGArKDxI6uZFOcPgEwqG/JxhtzWPFpjCBe7bmjaAsS665+VJx+APpLvbGcVpFfImCi7wTvV6DYRBcvnc7VLiOw6O6x1rLiUmfSXy43b51Sr2Ps8n/AIiTifi5wSQN9/aujDtnXgVI0PAgV4ZAP6B+lelDpA+zPdvT4I/Ws8vo0xmGxmsjcLsB/wAwtAUP2+GpYkCSjfepsYou9pjyqwZCmxF5yIIzvgvil3sAgZwKoCQNKvkR6H/CJ8cQul81BrfB2zHN6PY7XwO2SNxS8t1CzGHYbzVfKowO4JmjAL9iWORgCtWIS3rpHkkgnGSOtIDG9qiGvLfG4NZ5PRcBhaDEK+1UiWScc6YCbivWpfQ0Hdl1LSYAJPPYVpjJkaiOWJ5AiTQs+caRKufpmtOSurJ4Sq6PP/4n7r3bZB2GOuaif7lY10egdnLsJwCyGRkRL+leZmVCTCJb4E7nFckk2UVHiEaHJPzpK0FnV4mhOAarfYrD4LpXALeVWmwsm9ytQ2xlbXaBSM1DegKWvEJxkVkpjKheIpO9VdiPpLxG8qmxlcd4A2CKFkaETmvV0HcVSyWApm4npc5PKtI9gVycR1dMmuutEXYG96wf1rKYrC4LxicsaxeSh0Evfrp3xmnCbbHoBe+yxwNVdUc0kiXFMQrcELk4Hzo4HHZS96GYgZqq0AHPMc8z60kkBUkzBcA7k1URIr786/izimAbBd4G5FQ4XsZyTiHiCqaniUFW15k75J8qFGwYW0xKZ5U3DRNlYZsg74ppUFl6zkHYkelOkFk2uiqnVn5UmkNFPfaxsazcfZaZ572tbPF5QeldGPo7sP7TZ8G/9uh/yD9K9CPSJZm+3vwQj3rLL6NMS2YnArI3DOHj79aTF6HxG1SxA0g33pdlIS3I++arQyFUSFNHmyQgcpKliZbp2GKY+ztAqNr/AAuk0cWnH/7efzrbC/uMsy0ew3kxS1DA7nrmp87/AAWYR7Gtg5e1gYncoDU+N/hx/gso4kCVYdcVuwMle8O7ziH2nvHyU06TnHvWdK7Az3aRcX9uo3AFTk7RcRpaj7oe1WiTr9aQCXiekBnlcRxL8THp/c0m0k2yoxcnSFqXk9xEYoiYLQnZV2Z/VjXBk8iUtLSPQhgjDbVstj4cjKSM5NYUbcgPtCZb7gZjuCXuLMgq7HLNGTuD7Eg+xr0PGy81xl2jh8nEovnHpmls7trfhltGzY0oBzpZ4qzz72yM3FMnAbeuZ40WVy3bSLuedJxSEGWhYKCSdq0jEQyivsYXNEoWBa9+qJnVWTxhyF8182SdRxWc8aHZQ3ESE3ORWPALB/8AiX3nifw1axsakEHiSso0tT+m6HZWOIrvqaspY2guzk3ERpxrqIQt9B0Kbq9GQxO2a7seOkS3ZKG7IX4se9NiRclyHILEE1lNNdD0EpcgHANc80CK5LhjJsdjXRGOrQrCLZtWTiom2NMTSgjbFd9HCDDCEnH1pUAHcXBBIANGwBzIzEAHc+VKx0WrFhck74pAUSOynnsfI07GVLPpPWnfpDoZWMraQSd6VEsYJdquM04iLY7xG5HPkKdUMuMxK7Del/I6KCXZwNxUsYbBFgb/ACoSoRgO1i6eKyE9Sa1gehgf2m04UMWMP+UfpXcukSzL9vjvCPSscvo1xGN61nZuG8NGbhaTEx6/KkwQLN1zUjEtwPvjVpAcxTEaHgnDhfcP08vHnNT2hN07NBY9kheSd3HIQ+M8tqqEeWiHOtnb3sjHZuFnnYE/yjNKbjj/AHMX1Ars7Fa8Fv8A7QkrvldJBWlDPji7sicuRqbztDBc2YhhDagc5O1T5XkwljcURW7N3wJtfDLVuvdr+ldGBVjj/Ayd9uTWrAT3WN6lsDE9oRq4rCOorKfZcehtAMRD2rQkquJFijd5WCooySegpP8AI0r0YLiXEm4pebErbRn7tPP+o15+bK8jpdHqYcKxq32G2hxp/F51lRbZorNQ65A3HpTogBvYwZ2wpyQVI5jGDWmDWVE5leJ2UX6utvCqtyUbV25ezxb2xdCrtL4ya55peikNFUAqQx9qzdIdDKN27vIrSLRIHfXzQ4I6VtGKZLBE4kZB42YUPHQWQueIADnmuacQsAfiITmTvWUYWxlX2zPXY10Rg0KyP23usnJwN6mUfgdlZ4m8nwbGolj+R2RF8zOFJyKSx1sZfqYpnmK3g6JZRc3xiGcEDrircExJ7KrfjBJVAdiedYTxNFWPre9BjB5msPphZyW73zvVKNJiGVldju8nrWcuykwcEON8YrsVeziA5sasDlRfwL+Sl4VJO1T2URiswZNWMY5CmkgLbiPu1waAsXzsANgM0NjQMulyc5232qbG2Eq3djw5IqbbdiBp55AcrzNWmPsZcHdn0ltz54rKWWSNVBGkihVlydqSkNxKZ8IRyrRbM2iSy4XbOKrsgwPahtfEm3860iejgX2m24dtaRf5R+ldq6J9mS7eH76IelY5e0jXHsyYwCMkVmvg1GHD42juF7xWTIyNSkfrTqg7Q7ZcjPSlISBJ+tQUJp1xKc0xsiKpCNz2NjP/AA8EDmxoijOb2ek9mLbQHkYb4xmunGqVmEnZlu3ErrxDGpioGMCvO83ckgMk1zIXARiPOudQVbFYfDKyxnfOBWU0Fnt3Z7I4NaE//SX9K9vCqgv4GW8Q1lMpgn1q2AllMp+JRUgJbzh6y3KysPEKlq3ZSdF2jSgFUIwPbTjOq4PDrdvCu8rDqegrk8jJ/wBiO7xMX/exHaHqRXMonVOQ1tpPGM7USEjVcPlxCM5pJiaBbp1a/QAkMQc/Q1ph/wARE5v8JgvE5SWQDp1rvyLZ4SFkc6mQjOHFYTSRogwyFiM1jJehsa2zZjAzVRVEMX8VjUoc861TJM8co432rZNUB9dXCpHkYrDIrEL5py3i233FTjiaJUQil1EYO9byaSEy6VWcZHTpWSokoWPUQeQzVPekMZRQr+E561L/ACFhmtQqjyrN2h9iviTKQ2kfKrixELez2jZQT12rPkytDy2XCeMEfKs3foGGRRI4xUtEhCWwQdR7VNWMrBGnblXT+TkOqo8v71LA+WNdzRYEmdYxsRmqAX3twNLHO3l50x0Ibm6UyYPPzo4lpUdtny+wPvUMQxSN3xtUokl9kDfFzoY0xrw+JYsE7HpUOJrGQ1NwiL6+lJIqxVfXoycVrFMl7BResoGMgVolaIMlxaTvL92J5mrSqz0cP7T0GwH/ACsf+UfpXb6MjJdtlMl7Ci7s2APc1hkVtGuP2OLe2i4KgtbEBbgf41zga2bqAegHkKw8jyHjfDH/AFZ1YcKmuczksvEEbVHeXRzzDPq/I1zLPlW+TOj6WN6cUByz6mP221Rl6ywL3bj3Hwn6VrHyL/ev+SH40f8AsdAd1aFommtXE8A5so3X/MvMfpWqSkrg7MJJxdSRmpd5jmhAdC+lUI9M7BW2vg8LY5k/rWuNXEwm9npPDoe7tSB1FdC0jH2YHtqNV+3mK8ryv3jZk4lCncb5rnbEGaS4wFOMVm67A9x4KMcKtlIxiNcfSvcx/sRRdOd8dKpgLZ13NSABOm9IZnO1nFF4TwqSUEd8w0xr6+dZ5J8I2aYsbySo8fhLTTtI7EsxJJ864Um9nqtqKpDiE6QP3qzPsacNUySDHLrtWMmzWqRpJXEVurDYVMtIlK2Lra4abiWV30RtvWvibymfl/biZXxQMkmCeVd+T9x4cTPS6zc/d86m17KQ7t4XVAzE5x1rCbsZKS7eAHeskIX3V5LO3xbe9WpUKgOQPgajvTWRoKBZoJSmB71X1LEBTpKuxHhHWqjJFp0XWQzsRjyq3slhTlQmG/KpSYvyfWzKWIztWnGtkvZN5jGcgED1pSQkwWfiDBsHpUfTstEYrhLmQFwB0xS48dAajhUSOo5elc8tFoayQoq5NRuxNFEUkayZotk1QxWSNkG4rJyoaQn1qF3NdhyHUmXUN9sUUBTcXaKnP60NAJ7niSq2Q/yzQuylFsWXHFFfUoarjE0UAeFjMx5GqaBqh/w+AADp51nVozbHMSgcuVS1RJ8xxvgYqdlA094sbYPMVQ0CS8VGMaqfHZZ2KX7QQfzptUgRc1uWA0g5qeQzL8QGLxuu9ax2jux/tPRbIYtk9hXYZmU7UuI+N2bE7LIh/MVlN1JM0xrTHQHeXTSMMFiST65rzctubbPThqJdcxFRkDNRQXYlu3x8OVx/MMigpCw3HdyiRHMUq8nTl/2pxbi7TLaUlTKbi3ivzrgVIbs80GySf5fI+nKuqGRT09P/AHOTJhcNroWlGRyrqVZTghhgg1ru6Me1o9f/AIdQ/wD9vWpIG4P6104l9pzTf3M3cY0wVr6MvZ5t2vDPxCQLuDXjeY6yDZnhasrA7nzrm56BBSkJGcc+makPZ7fw8EWEIPRF/Svfj+1FH0tAAE1AANxtmpA8Q7f8aHE+NtFC+YIPAuORNcmWXKX8Ho+PDhG/kWWWFXPWlFGrYWkoJAzvSlouCs0XBQpYdPesGmzRqkEcd4ikYWMNudqznvQ4QfZXwZWZJJs/hx57ZFdPiL7/AOhy+c/sou4u5+0EEcq7MqqR4cWJ4sNcgkdayekUaK3bMRBxWTGLr+Ikkjf2rPVgArFoPw02yb2fZQnG21RdASwhwcVSZIFdhNRG2DVReykytURQCMVrG/QmDy88jz2FbIVledCk1doBfdTlgRqp6YJUVhTJvvmjjQ7J20fdvuSOopSj7FZruC3IjIVzvj2zXn5O7NExpdXZ7rOwNZxexszrcSVbgh261uoNohh0fEYlAIc1jKLDoIuEYE88V01s5QN3aIczQJCq/nY9TjHKhPZaQkmd5SdsdKtfJoigQvnJzV8kWgvh6vG4z0O9S5IUjRWc/iAJ28qhy9mLQ6SZe7/es3IEime5JGF2rO7KoU3RLvyzvzq4utjSOW9gWIJ671LyM0pDy0gWJRkelLnZIfFoI23qokswvETqv25HxfvWsFo9DH+09Ds9rdfau4zMT223vwOuBisMvZtj6G3C7pHt4ZSSS4GQfPkfzrhzJKVnfidxoZzTd6pFZ6eijN8TLIxwG+VI0QlllJJzzq1voCj7SVODyo4lJjGG4h4hpivJNE2MJcfoH8x68xW+PJ6n/mcuXDX3QPY+wlq1vwC1jkA1KuD1616ONVFI8yf7jVEYiIq30QuzAdp1UcQJFeN5kf7wJCKSVRnHOuTiIBuJApXzJo4tbGme8WJ1WMJON0HL2r349IshKeeKAAZaQGW7b8QPD+CTuhAkkBRTnG9D0rKirZ4EqsbltZyxOc+dcnCmelGWhrHjSM5wD9aqg7eg6zRS4DbYrObo0ghzJeQ2Nt4WyfKudv4N4RbexLAZLuZ7iYEqOQ86zOhr0PuzcpuJnjU7Ig5erV1+IvvZ5fn6iNuMW7GXNbZZfeeItGdKtHcjGfep5Foe2utkwRWcmIt+zsTnBrCTAou4NKE9agDK8S71CWQ4Ga1grWxaBYuIOgwTnHSreP4AKt1lu2zp+dJPj2FB62DrjX0rojL2JombMMMYolOhIEvbJhkqNv1pLJYPQjksm73DDrWymkNDK24ecAnGKHmQqLZ7FVGFFQ8pNFtrb6CDnOK5pzvsot4g7pCcE1EUrsdsyNzKROdRwehruxtLQy6C50jdsH3rOaTCjeXDEjV0NJo5BY+CSDmoeikC3EG2+aEMHSx1AtjbzqWyrLouHADLA5/Wp5By0VS2mh/CMetPk/Ycg2xtznfFNMQwY6E35CmyRReXmJQFOKhxs0ii20AeRevrQ4mi0P440WPpmsuNMTZXPKqpscH0ppCB47g9DWq0FGXud70/5/3reL9nfBfaejWv+AvtXYYmI7Zf+5fKufJ+43xdAvCbjTbvGxI0NrHz51zZo8o/wdmB1Kvkci+1SDDbVx2dPEvukjuIdWAaolaMnxFdDsBtVxVlitnJ2Iz7VolZn0RaVoznce9JxaKjJPs3vYPtw/CmWC8LSWh2I5lfUVtgzOGn0c3keOp7XZ7PZ8RteIWYms5klRhtpNejakrR5ji4umecdrbh24rIkKs7LzAGa8zyMbnkpAxZa8N4veyFYbC5UDmzoVH1NC8ScnpEDSLsXxW4lBn7mJBuSXyRvyrReBNvbBaZ6vDeW8FsiO4AUYHWvQWOi+QDfcatYOSu+rkeho4JdhbZmOO9qlgjAjVcny51Mml0XGNnmvbzjtzxaKAqxKJuUG2axlPkjeMFEycSF3U75zWDZumMHLxp5HFV6NItXs7HN3GDIxZj05CspQrs6oSvSOwTyXtyE5qOeDyrF6NaQ04ncw2sccCsAcdNzWe2JSpWzR9jeGizgNyZFle5ODpzgCtsNxkji8lqcWNeIyLq8RFaZf3HhIQEI91jpWb6LHVviOPapexNnJLtVyKOAWCXFyrLms3GgMxxVg5Na40L2IGBEwB3BP0rrcftBM2HAI0EQzjNcE9MtMaXEqxqOXKtIvQMChnUsQpHOlOfySEyR6kJAztWHOnoGKLqERkNjka2jkvRNUCfaQnX0xWq2UkXwTJNzYVm20KgwRoFBXY1k3YCnilwUBAGa2grEZ10719Tc66o6QW0VNEUbI3HrU6KTNc88rEAHao7Obor1MviyaTKJrKGADUkIsjlXcE0pIGEiRcZGc0uIimU6vKk0NHYiVznnVRfoGRuJW08s58q1aEgNrXWdRx51FlxdBnD4cNjOwpqPIuxtI6JHjUM1osSJsUXJLvhDzrOUeI0y/BEQ9qzLEE//rjjO7/vW8ejth+09Ft/8Fa6zIw/a/fibVz5f3G+LoUWUvcXKPtjOGz5HY1HRqG3iNAToOpTuuK4pR4to9CE+Sslw7jCAd1LsfKpiU4X0B8VdZMspH1rSP4JbpGfkkQMfEufcVtFezCTBJbtk2H0ztQ7XRN/II/ETHybHsani0y+Q57O9rbzh12j287Lk777fMVvBtO0YZUn2e4cI7ZW91aQTtpEjjfIBIPvXWs2jkeEax9p0mDd1ctqHIHBFUs9kPC0EDi/2lMyMwPkDg1pyvsjjQtuOKxxl4jJl/iVnochpGf4l2piaNkfSCGwy+R86xeQ0jCzMXnG47sMHOGG2c71m5/Jqo10KZJDjbEgPUVm/wAGi/JyIBTkdakdhvd6sHO+NvT1qkxWKr2B4vvGA35AfvScfk6ISXou4fcNa4d/LJxsK58sWdEJJoDadrm9aR84LY9hWTXFUacb2bvsbf6LsWZfKEgqD0NaY7bo5c6SVjniKt3hI5b9a1yPdngoTRAifJGd6i0yhg02lMDbaiiWLppJNecU11Q0C3Vy5TY70pQGLJXZyc4NKNIGgFkUSZNdHK0QNrO9MOAu+3PNcs42WpEOJ8Qd0JXfHlShD0Mhwu8RpvAzct9VVmgvQro1ttcKY+eRXC47ExZxNw5YLitYiE/2N5FJPWtlKirRKKIRkg7Gm3YFjz4GnUKhoVAN2C6kE52rSA6FgiKyYzvXQpaE0EMqhQGAzUCQ71LjlSUTnIKDK+kA49qqMLYWfTR90K2WKikK2uSpORmplCh1ZZb3rFgDy96ngJxGsBL7nfPIVlJUFWGIjHbG1OAEZIgCM4rZv0Kj6XSF2rBgBmcQnIPOtcb2UkWfahJGVxlieeeQrqi1QMKtLcMMtvXJl2Uiy4j0jpisUirM3Nvfj/OP1raPR3R/aeiQj7oV2GRhe1u/E2rnyfuN8XQlUVmalnFLh7e0tJckxsSp9CDWGZLs6vHl6KLu2W7gE9udMnUCsuzqTp7M/d3syKY5SdqqKsznIST3IJJ1P/8AEgV0xic85Udgl7xMGfB8pFx/91WoqjJy2cmglBGtCBzHUH5iji49oOafRclvltcYLEDOBzIquNoz5fI64ZeTIFRXOg8s+dAWazhnE3ijOWwCRkZ5UfkOxwnG5EfJkyOYINXbslxSL5+I/aoI1lbOds+VaRl6Zm409Gc4jwySaV9L6mXJxnnQ0noLdCUW08QAkTY8j5+lS1RSYVYBlymSM7gHfFZtGiY0gTVGC/MHFKgsOtlyc8ydqEBOa3WRGGOh3IquwTFd/ZsEPdrqOnKjzP8ApUyiaQmJbtu4ZYl3ZfiYVzyx7OyOW4mh7ALJc9oLcLkqpLsfIAVeOO9HL5M6g7PTLmIE1lKWzx6Es8ISXI86yUtgVycuVbJ2KgGdjzFapIYrvNQOd8elOXQXsEVdQ1ZO1Y2JgV2zE+D51akLRZw9WcYYZIqJumNh8sHmNqmwT+SFtAI5CVXbpSk77HdhxujFH4c/SsqtgCrxHUTkZpqAnsNtJwyYxTkmgTB7w6ck1UJWFCSSQiUHoNsVu42hh1u3fZHSs3ofRXeW4G42PmKuLsYveXxaWG461pxJod28wKg+dUoezChlbMgXlg4reEaJBb6TUdPStqvsaEd4pZtK74rFtGqRG0tWWQM+c+VZSY3EfWj6cBRmsJOzNqhh35jTPn0qOmTSIRSfaJQFHXetIty0AzXh6FR1NdCxKhoEuuFA523rKcePRa0LfsZikGCee9ZxmNjKFygAzWzjoR27nTuvWocQ7MuDrvkPm4/WhI9CP7T0aL/DFdlmRhO1f/ub1y5P3G+LoUAVHo1oZwwwXvDms7oeBicMOanzFYZUbYnpmT4jctwK8a2ilM6rzLDHyqFV6OhSbRnuM3qTvrUbHnW2OFsiTpCeS6WNNQBI9K6VE55SPkvEBXc5IzvsKaj7Jsd8Kve7bCqrRMN4zup+X71NuL0TJWNAYZCPsuF1f9Inr/SfP0O9UmpdEO12BtcNr/lkQ4ORj61DKQxtXZRKutvENQ/f9apL4BsY2yyNju8//LpVKhNj2xVkhYDBfnvWiM2yE948bq4csUOCfQ0mNF0jxSjJJwTnGMij0CQP9ijILxE86hmisvjQ6EAzk9aXqg9hcS6ccqTXoYfCgPpmhMRC5tiRldmGwzTsZmeOcL2Bt4yTks5AyamSvo0jOuzVfw7tfsVg1wygGdyuSNwFH9zVYo0mzm8mV6NK90GY4IOK4pq2cgveUSTEczWCWxUVXCkYK5NbxYilLaSU7g1o5UM+m4ZlPFms55BMhHw1QMY/KuZ5BUA3/DlAOFGauM/kTQHbW3ckYGDmrbvsEHlA4GrFRfwOiapHyyAaG2IrmhBBGB9KV7sPQrmsijhh9K15DQXaZGFIAIqZWOgie21pudzUxdMBPd2BTOcYrphILKrSNoW35U50xllxqUZOCvpRChWLVh7xyQM1vJohslwy6Rzhmxit18CkqHaXkcce7Va0RQumvu8n0R0O3opIKtbYPuxyayZZbcRBMEDArFpisqW5ETVnSb0JkjeaxscGqWN+yGg3h0+ls5AzVwXFho0FrOWXmK35oKLmkVzjOcVx5sqei0qArpF5gVlF2MS3s7R7DnXVF2iQaN5JjvkD1rOUkil2CW+97H5d4P1qkrZ3rUT0ZP8ADFdbMjCdp9+KSe9cuT9x0Y+hUKg0GdnE7WMzxrl4zqH0pOPJUOMuLPOOJyl5pTMS0mTkmufjTs6lIz96wLacn03rrxxrZnkYNHHpBRs4blWrZzlos2JUZJXHzpOasGg+xVokCnmp2NZylYJUqCGkIyBuD0IzUp0Ohpasl3GI5ziYrhWbcj0J6j338ieVdCd6Zk/t2hhaL3DgSLkgYBB50JUNOx5AY4vBqO4BBOwPrT0hXZOe67t8Etttt1piALiXKtJHsSM4J/aixq0fWV6GjbwjCnl1HrS9j9D7hWJreVVPiHiHmaHQrots5leYpJ4WHQ0IbbqwuVlhk0gjelIIuwyz8WOX1pJFN0MntSAupeflyNDjQlKykWIkbSU+KkgZr+EcAA7LXUNuh+5+/i6nP4lP0rpjFKNHLlbfZiZWKu2WNefPbMvRXZTFpjvyrDjsY1UaiMCqJegqE6TyFTIVn11OgXpWM0xAizp54rBooGvHRxjIrSJItmIAPI71pQA8twAB0NCQyv7SBudzVBROO6DNjrSaa7At1qW35+tFWIqSQJN0I9KbstbGCMHVTWSsQBfgYJJ2rog9EsBWNpPENtqpvY7omtszDxMTSsQTBZrGOWc03KxaPPbWcxsa9RGj6HNlHLNu2or5U20tmbD4LUi4yBjFZ82ybG8OEB23pLYmwbiUjBOtZtOxoz8ksivzNNR+Cy6O5fG6Yq1ohoMs5HLAnI9axyP4AdwXTovxVwzlL0UgmK80jnvUbGTe6yuSdq2x66EL7hxI21dPSJLIlxE22+DXPLbLQts1/wCehH/7g/Wt12jvX7T0VPgFdhiYTtL/AO6Se9cmT9x0YuhYoqDQ1HZO3aYOirq1HGK1xK2Z5HR5z/FDs7cdnuOyrJgwyeNGXlv0pZcXCRphy8kYGZtTcyDVKi27LIJVICOAd9h602iLGKBe7B/2KxYzvL50r9AfKmttgfpTW+hWOLJNRRieW53wa6I/kzZp4ohdW4DRqrjfVjmf2rXtGT0Kb67eIRRMA2jcY8jzxWbZaGrsk1qCpBYY3zSsdCaZ5I3K/h50N0UD2U/dyuoI0n15A+VLkTZp+BXHdxqDjwHfO2xobG9kuKS91dxyxnY9c4+VJscV6Jy38bAyuQAKcpCUaB17Z29k2B3hwceFc1Km70htI1fB+2lrcKizxMI3AOwyceeK1U2tNE/TtXFj214rZM6ssmtCc+Hp7jpSbSdj4tqmehcDUSWuYmUxXMbRMeeCQcbVvHas5pqtM8zvrYiSQHmpI2rzJPbMkgGwtmMzHON6i1Yx1ECg5UmQ9lNxMRyFCAT3kkrtzIWiS0B223G7GuZoRZMoAxmmuwF1064xnGOdaLehUK558tgNWiiUgbvWDjJyKfH2VRersGyp/Kk1Yi9ZJJTpzU1xCgy3jCnc6mpehh+hu7yBWTasdAM6sxwTvWkZElZJjj35+laaaIorW9wQGFLjQMPguA6eL5Una6GYex4frfLjYV6ikOTNLZRrGukfSnJ6MmWsVRieXlWXQgeWcjYU0hlLFpmABzS0NMJj4emMsAaHKkDOfYFZ8AH5Vk5UTZY1uYV8IGfKs7sYM0joSWBFZzjZaKTfFm0gZq4YgDLcSSjLZxW0cVCbClQZ3NGRehIKWVVTw+VcjuzWIts9+JQesgrph2jtf7T0BfgFdfRiYPtFvxOT3rkyfuZ04+gS1tpLiVY4ULuxAAFCi5OkU5KKtnqvZXhf/l/h8RvCBdzsBoBBxvXdih9NU+zknLm7MH/F7TxHj09m4yDGdIB5MKjMrm0Xi1Gzwm+4fLDI4Y4x0Nc/LizpTs5w+IKMsxPoVqXKwSoOJC7LjFR3tjPs8qV0xhtj8WfEAf5etaQohj+3GVAU7/1j966E9GbJ3F1NBju8LgbYIpOVCqzO8TvmadXK/iyR5edYvJZaiEwcSZFxnbOTvUKbHxosmvEkUkMcsQedVzHQpvZmjuw4Hh5EDqKfJ3sVGw4LIXgXIHiXSTz+tVd7QqLb8NIEj/EGBzSaBdmS7RcTaIT92zGGI8h1NEYuUqsic0Mey9yivDdrFHNH+OGRcpIp5qR6jPtzrbE3CVoyn9yL+KcRgsOK/ZrIyfZFnLW3efGqn8JPXnj1xVZpKrXpl+PyumbywgUqkyLpMm7D5VlJbNU2enfw+vTqlsHyykFl8wcdK1xNrRjlVqzPynXNIDkkk8687IqkzmRXbQAE4rFPYNl0oZdqZJUEBGSN6dsAO+iAG3M9KJOkACpEec/SsxAl1eqAcnA9apIEJJrzU5UEEVqoeykitImlJJ2FaaH0EJZlmBAOKlyGEPZlQN8elRYrKQjJJpzvQ/kB5wyBXRdY3rnnKhjOS30p4flWXKxAptBzJ3NUnQAl5BojOMVrGTFQilttc2TnPSujloSC1cxqAQOVQ18BQOsPdrsMCutNozKZphCCzEitVKxUAvfNK+AcCnxLSokA7776aG0kIugmMT42rNux1Y0S8UJsRUMloMtZVJGevlWUmTQS4Ryayk6KQuv4QV2G3lWcZNsvpAEFiC+o16GF2S2NYgqppA6V10iGVTRv3mV5Vz5JJFI4qtoOQeVcV7NI9lXDd+JW+3/UFbxW0dz/AGnoCDIAz0rrMRI3Zm64nxN3AAiLdcg1n9FykaLJxVGw4Z2a4d2ahN5NiW7/AAljkJ8q6YY44lfsylKU3RmuL9o5JOJRTBhoik1cj+tSpNysrikqMtdzrxHtDcXrNlYoncY335fvS7k5AtRo804taSXV4xCg6mJrlkm2dMaoWXCLbfdAgkc96zat6ZdlKb9c58qTdATD6TkbEUl3oEG2TjGrJUDritF82S96JXXG44gUikZiOYBq7dE6F7ccDEiRGxUuLYconBcw3fhD+IeexqHBrbK5J9Em8I571NDK2kOSKErGTaXvBG3N1O+RzFWmyXRuOyuZLcxkgFCcZ6jyzWl6on8lvaZjZQzTJnBUY/pJqqJvVGIaBZ0kDHMUgww/ekrTtIy1VML4Pp4faRxFjttqOwrVNdkpA7P/AMX7SAw7wxHc9D/vFTJ26NsapWes8EnXVFCWGoDGOtS2VTo33ZAaO1GTyC+WMbVrj/eZT/aLZwTd3DKcoXP0zXFl3Js5V1RK1Yqxx1rkq2BdI2+9VQih2AJxToOgS8ww2NRIKAHtyy+dZ2goTcUsHkBGT6YraEwBeH8Icn7zNavLRaNLa8KCxgMMisZTG0cmt1gzyqVJskXyuS2AMitFRJT3LM4bpTb0A4sgqEYblXPJFB09woXnvyrOnYMBa7AYdaviAHf3KspA55rSKAAjkVic7ECtVaEyq4DNjAzVIRY0i6Mda6eJnQsvonl2UVotDB7LhcrSgnlnyq7bQ2x/9gEUQJFc8k72TYouly/hAzQikDJFLO2lEOOW9aNatho0NhbOgAJIIFcs2LsOWIqc7k1jLaoEduEGgZGTisoxZQvB0uQdt+VdeKXElqw63Ree1dEsroEthDRKeZ+lckpNjINEFikznlikuxx7AOFwF+KQd2QcPnHWurGuTR3N/aer8L4Ye6R5FIY8s16EYGHIbTNFwmy14Tvm254qv2on9zPPe0vHXlVg7ghjtpG31FZSkaxR5xxziQYFI3DHq2eXyrJv0aL5KOxEzXd5xCFmz93y8q0x7siemU9pFSyRtLLqORWOR8UaQ2YOQmSUsTvnbNc/8mxdEEQHIUkny5UuwB7yTIOG50IbYqu5pu6J1Np9TXRCKfZlKTXRNAgXGcbc8b1LWybAEd/t7KT4WHKtWkoWZp7oJu00IrrkMBkehqYj/JbbX7NjWdR/Wplj9I1UrCpG1aWG1ZJV2UTgbLKM5PTNCXyHZ6B2WIiCB9s4NbRi6IbDe09t9rge17wDvFwPfpWiVuhJ6swkVld6cW00Tuux8W1FCcNk/wDgV7dEC5nRU6iMZ/M0rEoo0HCILSwhEdsg1+fP61DkaKNmu7LQM12GIOnmSaiO2VLo9H7Hp/zd7MCF0wsQSdq3x+2c+V/aCXCJqcx/Dk4rhnK7aOYqjGk+dYLbH2VTyDJA51VEkERiN96Yj6eIhQcVjkdFA5cKpDDFYr5ArEQkPpVKQfyEwWoj3O4ocgTCzJGqjHlU27LsU36d6SFzWkRdgBgKdcmtUDRU8oXPnRQqIwyu7ZA9amUULoJZ2dQCDtWdUUVOGXfO9VQhdxFiF2A9K3ggsHgl2GrnV8aF7G0WgIDjOfOs2rFq9gNpEGGW3FejGOjJsJ0RhsbVDWxhMTKvLFaRRL2cuJx3WDSlEaF0MPfXGw8OazhBtjbpD6w4eiAEqM1u1SM7sNaFFOVxXn5tM0RQ+AD71yctmiQDdyAcjW0UhMS3c+mU71uo6skM4e5kwSaiYwuaYpjG4qaCyKSSTv3alVztkmrx43IcVs3nYXsfNHLFf8Q0GMeJFHPPrnpXpYcXHbOiU70jY8Rv4rcMFzrHLSM5rdujOjB9rONl3wytnTy6VlN2zWKo834vfakZmzjn4m/bFZOjVIx16+py+rI5+VZvso0/8PYsjiFwWZU0gEkfOunEvtbMMnaRmO19wHvHw+QDtvXFmps6MekZwHbJHKo/Bf5OhgeQ2pNUMpuEJ3xTWtgQeET2+nH1qlJxZLjYqDG3PdS5HQE10JqWzB60WrLAPFpXVjGahwldLoLXYJd3IfwpWigK2Ux5WQMSdvyqntaKWtjKO5RsAEVhwRqpWM7CE3BTuzhgdhS42JujZcNDxXKnGFO/h5A1skQ2ajiEIu+GltP30Y1D2oSoEZ2ytUEUkkCprc6mwMEmpbLA2k0zFW1KOuOYqHIdBlhErSBtQOT1FQ2i0b3s/EY4HcgAAYyfWrj8kSNr2dxFwbikvwt3YX6mtIaiznyiWWdgDk1w8dWYkIZSTjfHnWdbEyeAW5CqJCogB70mIpvZAowOdc81ZSFNwxI33FSl8AyUMpA8IzjlSqgYUJmVRn86VEplTS7kDnQlRRxFLA77VaYyL24YZNWpFi29gAbAJrWIiu0TWRnIIpT0IYyQhAp64rnbGL7qUICGrWHRLEl7OWOFGc10wXsRRArMcDbHStgdje2uO7TDnfFYSx7HVgi3KounfNd8DFopa8KZY8qU6HGJ9DxMsd+VTC0NxOvdtK4x8NaX6Jqg6yuViAJxVJUS0OIeIjAxgiiT0R0Wm6LnY15udM2irJNG5XIbJPSvOpp2agN1GQhyADXXibfZmzPzj73Sa7k1Qh5w22CxgjY4zWE3sdBndKWCyZGTzAqVvQHpPY3gNvbWi3M1qjuyhlkdQSv/AGr1cUFGPRokO+J3yWsDadPhGBnGflWtlUeZ8d4+jSYE+jfcE5BrJyNEmZninELdo2Zpgc+1TJouKZiOJzwu5wNug086ybNaYolk8Q7oNn3zUN/Av5NJ2a4gkPCb1TKA7EHQFOfrW8GuDMpx+5GQ4tIZLhmJySeVcUncjoS0AliFxvS30UVKd/P2o/AF2AyAjel10NA+Wic4Jx5VS32JkZhFcKRKgz54qk2tolpPQFJw+2JyCw9K0WR+iHBdsktnbx7oKObYlFIpmhUjK1SnsdFVrCFYnFVJhFfA34ZJ3dygyV355qPY3tGztZ9G8u+TkEGtbIRseGus8CyIdx8Wwp9oKaAjw94phIijSSQcDY1HEfLYHxLhutxJGNJI32yDUSXsuLLOGWLl0AUA9CayaLs3NvCYoY4AM6dz6mr9UZt3s1dqEg7MzoGyZHGrby6Vr1BnPkexBJCMee3OuWVUZdkY108uWKxBlUkhVtqdE0TjuM8qTRJJiH+LeufIikRW3WTkBWV0OrIzWyxKSDg0+xUK5LghtOfaqSSCiVuyu+WP1okMLkkVUGKSHRWtwX8P51pFDs7Iqum+1bJUJspi0xnCj51lPQkHAAoSRWBQqv4FlJ8q2g2KhRLZaThN/LrXTFsRV3fd51ruPSto/gaRZGneDNDGLntZCdedq3jVGLroHmheTIHSm0NSotsbU8iM0LZLY0HDy4GxpzdE2cFsYsgjaub60kyqIBjG2d62i+XZNDSznGAScmieJMpMcQTLKNI515+SCRVkZ4DpJYCog+INCt7WIOSRWvMXYVCdtI2PKndgaXsjw+K54gTI+pUIz611eNBN2NKz1C4b7JYd0FJYjmOX/avQSNbo857WTPJbuJZQmM6UAzkVElrZSfweOcV4m63Low2zgEDb51g2zetC+W/1qQqoz46g0uQ0L7l2ZwZHAUDpiou32OgKaRQMKCTyH/ek/gEWcLukgldNsyKQSDVQdaJkvYDfsO8bw4rmfbNl0AlidjgD1o/kZIYY7fWhaF2XKPD/AG51LasaXoi66hvQ2MoeLDeEk5p3q0JogybEdRTUgordDzq+VsmtFLrlcYzVJqxEViKgEL4ulDlsVFqeFtTYG/Wjb0ikh4nEYXtBiVdS8/FWl6Djsf8AZntR3D6YIu/6MGOkGmpUwlDkjccPubfiOruOYGsBjgqfI+oqrvoydotwC5Do0bA+4JqWNMY8Lt0WUydBuAB+1TW7G2NIYpXbwRvk/wBNCTE2jQyxTJZfZljbKDLAjYk1s4vjRhNpiqexu2izHCOW65x+u351zSwyfRkLyJIWZJY2RvJhWDg49jIlAc+VL8EnBEAPShhRXPIFHPFc+RAStLtQxBO9YNfJRdcTqV9KatAxJMDJMQgxVxZLDbe2VVy2M0mOyF0Qdhg0JBYLHGysCSSPKtEmKy15cDFaXSEcTUxJHKsckr0NE5JzGvPHnmpSHYFJdAuVU5zW0IjJxLtlvzro40BCa3MgNCdBdkray0g53NEptgwKZMsFWuuOjFtlRgESksKutENnLF0LjkBmrjGhMfW+GIwBioydCSIXsQVSa4JNWamY4nP3RKiujEwo5Y3RO2a0lkXQcTS8Md9Oo4zXBlaKQbNK2nG9cyGwQxFpPEa0UhDDhVn9qvEhRCzMcACt8MObFR6rwLhsfDoES3iAIGpm6E+tetCCgqRqlQJ2gnfS32mRhp8QCnAPpV+ho807UcSZ1bu9SA7MR/eok7ZaR5Vxqdmd+5DDzAFYy30arRnhdgSFnDL55NYJo0dlkV4rFhGqtnzov8DoHmbWcONK88aqXrYFbFYzqJZCOnU/LpVLQmfNMJlyAfM5rKcdlR0UFcnbl5VKd9+hssVSMfrSY0XLj1zUv4GSGBvgUuugONErHbNKw7KXjIJJGKFIZQye2a0UrQmiIjUnYU7slk+72wAc8htR2DQuutQkCyIdAJzjr8q3hX9Sbd9FtikVwpARgQcYYcqmaaNYU0PrC0kS0WW2PiLYJHSoxptt/BeSXGkb/sxbSW1vqbaR/wCbrtXQlRySdsPfu2ctNMMMPEg3GfSlYzVcFERt5BHlcAZLA4HqKa6JejU9mbES3nfyy95HENZXBGw96vHFXbInLVIDNnZ3EnEriLiS/eyairxMNPpud6JKMr2Zu6ENzZShmNrcRSN0CSaGPyP96wlH4ZmicX2oqFuWkI6a9/oayk5VTGX4BGKyvZLKpMgYzVDFd8SGPUVnOgAVnCgLjx6s59PKpaXGqEGo0koAztWD0DYRBEoxqFSpbAsllCDArRKxAGS7kiqEEMNKcsmkmCAijGQHcU/wUwlAVBxUMkFu2YjbrVRHZXa2JY6iDnyrpg9FDG2tSZN+VXJjHC2aCIYFZWSCNCqtuKqIzPEhRrxXb0Yi29utmA5VqtoVCmK6cXAVScE9KmcuJfE1vDpvDud8VyZM1kpIvuiShBO1cjnb0MzPEoQZPOtoSYJkLZVjYYxVsr0aHh8wGkDfPOsJRcuhDc6WAyKPpP2FlEowQBzPLFL6YWeh9heCoIFuRJl2GM4Ow+depgxqMbNIr2am8uYLSDulLM4HTfUfOulFM837T8SjiiJcuWOSdJ5fX96ltFJHkPG+Ma52xO2kHcNtmsnI0SEd3d98gZlEijbw7/U1LkmUlRnL5xnwDHpyrJrejRWCRzlW2Yk+R5Umr2MKE2lQTnX5g8qla6Kq+wcnJJDb9TTsn+SmOZoZQCQVPPenXJUAbkMuVOxrJqiyKthtyalUwvZehBO2aXQFobA3zSZR0EHOGz6Gp6AtChxuDnzNDXsQJcLpJyGO34etVGxMo0OSCgYA779Kq/QUXRxlQNUm/Ok6YE3tkmXxc6UZUJqypeFywnXAQ3mD1Fa877KTobdm1kX/ABidAOdNClUhydo39pcwvGQ2Qhxgqd/StuRg4tPRNEglkURRtITvjHOlfwGzdcHtlS1X7vuQdgNxVr8kNm84PDHb8AuZnUs5BAIJyPWto6VmUuzHWd5cf8NkaV3bU5GHAbA+dZObStiloXXTawdogdtygKn8sj9KynO0Qg6yYgFZIwDyOMjPuORrBzp7E2QuI4y+Ae6b+rdT7HpRcW/gTBmiYHSy+meYoa4oSAru3IztXPOQ/wCRU9uokBAwaVv2KxnZoiKPOspJjRbOV55xUxQWDGMyEitYxoTOxQiJh+dUxF0gAzjbas/ZYtuWCbr9KpbAqW5ZtlG1HEh/kthRnPjG1VFAhkigIANq0WjRF8TqnvVJgy43aKuC2KVCqwKS6Vn2INWkOhBK3h9K2Ut7MRXcwd4CRzraLvoRCx4eiHUeeetLJGyrGtu4gfB5VySgLs5e34xgGsVjt2OmKLiQyHAOc1044NjWipkZVyDWzhoLCuGXUizgEHas1jUWDVmjjmllKpGjM52VQMknyxW3FMk2HA+x147rNxWQ2yAg6FwXx652X8zVR8fds0jCts3J4jBaWC21voRV8AzuSfXzrpNaoz3GuJyW4ch0U8gV2PyFO6FR5/xG/Viwbxux5ybZqLLowvGpxMrIsKvg4BTZR/eol1Ra0Y+5xE5BBx004rF6NBRcxHUWB/Y1H8gBOxjbYnbyqtS0U7osgmBI54586loYQxLLsSfY1F+hgsib7VaYmtn1vMYWAbdD+VNpSEn8h/hfBU59KwaaKRNWOcFT8qTq9jReN9t8+QGalqvZRcsZUDVpU9ATk0hfwTUYI+N2/SlWgJtA7jI0K31qv5D8AslrJg65QM9M4o5UKj6O3TffVt060m2FB0cbEACPAxtmmlQfyGRQlY9UrAADOwq0qA+tFUHLgDJz51ToZo+ElQwMZjydsEVSJZq+C2MssyyP4VHLbGapJmcnSNfZIS4RASM4x51qvgzbNzff8p2fEJwjBScHYj2PUVtLSoyW2efQXLNZBZUEignmMH6jn71yzm6HLSKHiiYEwyaTzCy8x7MNj88Vhaa1/wDf1MgmENo0MCrAZXHIj0qGn7AHkcMSGbw9D5Uo9isstmK+Enb6/wCxVt12BVf4UZG37+1cuVe0OhBcFmc6frSTT7JLI5zGuDzpNCsp7/W+kk0IQWjhWB1Zq7Gi4TAjKik3otI6/jGayGIuJyFThSRW0FZIHbSvqGd62caQUPIWZogRWcexpF3eEKSa0oo6ZMLlTTSAX3M0j/DvWqjXYFCSkDxbGm0DRNwmjehnP0ByMkbcxg1pBgBzXIj51vVggCfiWThTk1m4JmiiD95JLvqzmk4JILoutciTc5q4RSE3aG1vZT3FwkcULuzEAIoyST6VclS0JKz0LgPYKXQknFEFtyOk7sB645VjHA5bmaRj8m34facN4OGazt4I3xp7xvjPsTy+VdKjGP7S1FIncXYlQCdjvkgDcD3qv5H/AAZ/jfGIbNcoPFg4Zvi+gzik3Q0jE3t9czSNIkcecZLy56+XpSVjMte8SnmkZSneBNsQptUNtlJJGb4n9on8OoRoPwjwmolbLVITX0MaAEqM9d8VMqBWxXMwYkBSrDbzrNloX3CnO+Tj0xQigbBDYGfar7F0WhyBz3qXGxpk2BK7sBnzqdsZEoQDjJ9aL9CqjsLPC6gZYHbSN/pSe+g6G8ajH3hycfAp3HuelZSiNO+i2M5ysQCDmQu31NQ/aRX8hCRgEF9yeQXmanb2Oy5WXdSFwOYHIe5607p0In3bHdBz5sRimBNLaJjtGpP4iedVQFxgAA7tFUelHGw6IPIsWdi7eRp9IFsqklmlYB9h0A2oYJB9hbGVsHJNUkNuja8B4KjMsjjGkCtIxvbMZS+DY26BAqpv5VbZBtOznCHiVLq5GAd1FbQi1tmUpekH9ppddhMx28J5Cqn0TE874FiTh7MqqV1nIU+Ft+Y8j6VyS0VLom8PXPh5g+dc8lRkfFmiQ6T6jyzSTAAmLCVtOcHcfP8A3+VX7EE2kjYww5cqO0FnbrxqVPnkelc818jADaDfPyrJOiWimWzO+c4o5CYO8JHIAnNCZNE4UdV8Q5mnZSQbawZGWNLkX0XyqvdnHOhfArEd1bmYkYrSLoRdw3hul9R396pyBbHC2gVdhU2WUSW+52zVqQwGeNgCApFWmI5BbkjlWnMXRyW0xzFLkgF9yy5wa0dN2c7FF6cnCnatIRb2NfkVzRzSEjOR5Vsky00VR8Pcvvmqr2DkO7LhU0y4giMh5bdKmhdm57L/AML5LwrccbuvskBziJPjPzIwKtQ+S1B+z0rhnD+F8EiEPC7WGPG3eMcsfXPOr/g1UUgfiHE1jG2RKOshAC+n77UrGJ7rin4GlXUN9bJ8PrvQMR8b4y0ulVnZtuibGhsEhHe8QPegLpVwMtlP2oYIUXdy0spM0jPEPwBcA/QfpS97K9CPiM0j5RUUIPwg4AqW7GkJpY20HBEW2edZvSLTEt5GjH7sFj/M+wrNu+h7XYnuUAcaGyeuBSe+iugV8bAk7dM5qbGVEDoCPUU7+Q6IFSp3OKpb0BLYD98UNgEwxMcE+AEdf1qKCyxmWHAt+oOXbmf7Cl/AHYYG3csVGfbNS9lBUF0WOlRsNtR5UnEAxAGGEJC8iw5sfIVm18AXqoXAxjyXy9TS6HYVCd9jlR+dOwGEQTGGAx1qkxUFpBFKo3xmqsNk14QpK93pOTvR2K6JtwVu8BxlfTekkPkPOEcKSNg7DGfOrj+SZSNPaoBhE2HI1d30Q0bPsvwxJJkYpqwetb4oGU2bSbKkL0A2xyrZmSEHaVscMmPXSazn0VE847LPiwnRhhC5OK5MnWxy6HQKumkHxc1PnWPemZFBjJ2POosCBtxpUnGdxTu0iHssit9x+lWlaFZKeNAOQqJQoOQBOVXlg1g0VZWzhlwSDWbv0FFEioNxS7A5GwYgNnFNIYbGY9OnYmkxPZ9KiketJSCgbuAzagTn9K1T9AFRJp5bU07GWGXAwOY61cYWMGedc4Jq+NDKtm5kUxMIi0qpzyqX2IDu5QGGMUIpGFe98G78uVdaj8GNFH2gMcnlXVFUqChjZhNJJwSa0SJ6HHAeAXnGb1Y7aCTQ22sLt8s06HGPI9b7M9muF9moGd9d1xAbMx6ew5D3oVI2jCgi84i95IykqqgYwG2AoNBDd8T0gxwxtIEGzEHT8sUrsdCSTiAWAvO8ClDyRST7UrGLLu/e6bw28rIN9T7D6UXYCfiU4kcy3lzsnwo2QKTrtsavpGevL+OJS7PueShtTH2HIUrrsdWIJuLXcjd3aRtFGTgszfXNZcpM0UUtspa5mRiryfJdv1ovdCoruZ2WMKrkZ8yTmpmykLSxbLO2SfTYVG12OrYHM6hMKoGeW9FgkByZOwAHr51Mex9FeVY9fem/wM+KZJxgdM0RYUSTKkCJQXPJ2GT7+lXyS0iaPmZj4UZmJO5PNjU2NIvgiCkO27Hy3+lQ2CJu+onvNwDjSDkfOl+GN/JZCjytjYAZJx0FTIYXqFuQIsa8bDotLVh2RjmkXIcZ9RUv0h0MbeaMKpY4weRHWk2Og+NwVHiHnvTQ+w23U76WoQDqyTkS2McxVIljS3UKuM5IqhdjCHU+NsCjbJdIc8Mh1SDbO9awiRJnp3B4DDw5WCpgDOccvpXbFUjlfYWG1DJBGfWkAj7Uf+2TDzBrOfRUTzzgTAcNYr5muXL+0cv2hKTKDpJ26Vio2ZBEbmRdXUHDf3oatWDIPOFwPU1KRLPlvADzya3USGiu8uD3edQ9qiQjP3l041YbasWrLRRa3bsSBnFZSihhaz+DLHNKMaY2Ui4Pekcx0q2hFsd1obdvaokgCheIQMtWajQyyKcNyNaJAGoNeCT9KdAclTKnetYsBVcxvr25A1sqopE7dsNhxUyExkgBXIFYt30IXXkZ18sinEZ5dOCo2r1OAuwUSvGc5yKcVWgo3HYjs9xPtNKGtYZBaKRrlwNPtnzrVJsnjZ75wbhdr2c4WsdkjNIww8jnLMffoKvo0jHQHxHiD2skoZoEBGTud/QedDdFJGYv+KsUCvJPobOkYC5z5VF+ihFd3zupVZkKDfSHJI9zyFK2MXXV9P8AZcwx26nO7Dxftik7rQ0tim4up2jDTSPI43A5D2wKQ9XsWXFw8hx92HXc48X1NJMekKLoqFLR6nb+dsb+gpfwMTzSkbKmk533x9ai/gpFCtpRyrBmb8TdBU9Jh2L7iXWSUJY8snrWT30a9EFZ1UmRiBj4SdhQtE1ZWZUKnbUB1PKmmhUweTSSCMmlZWikjJ8hQmB8MkDA39edNu+wLipA0LkseZNT0OiccOlCxbCjm3mfIU+XsmvgreUjZc49ev8ApR2FHyeLQiruTtgdaUqSKT9DJNNtFoB1EbsfM1HYIHV8yHJOc5pP8jDLRRJINXLmc0m/QwhF1y7bIDgCpfY0MoYVYZbcHlVUAbb2pXlyPyp1XQX8jyygIxqJOepNOibHMKaQoA3piGlqmRvzqlvshmh4NFqmQAZ3reC2ZSZ6Tcqltw6AqWDEAEV1PowRGPdBtipAQdr208Ll/wAp/Ss8nRUTzngPh4Tz5sawmvtHJ6OtnVtWcdGQztm55GxG9TasRRcKRz6VNUxAathsjlWsQZGRS586znEzsC4hB4ccqzLQNaw6WAycedZN29lBEkbKvUihNADKTrJUZPSrTok5IjaRkUqTArYMBjG/vTSQwvhZYMASdPTNJ0ilsfoxCbc6gKK5JGPM71omIHlfzFaroaOR4WTce4NJoGMonQjntWLED3JXPnREDyu9XoBua9liizVdguwE3aC5EnEYprexQandvCG8gOtOML7K/g94tUtODcKitLCPTbJ4QB+I/KtHpFJCrjnHJAoEJAB8JYqfD67UpMaRmuI8VMEaiGNJpjsHcAE/uKlv4KoQ8TnuQVMiRKW+LS5yPQdaHoBRdzufuoBCzHrnOk+tS+6RSS9i+SxnP/qb5CP5IRn6nOBU18sd30Q7u3jQYjKr0csST606AWXd7bRRuBht+eQT9Klz0VxdiWW5M58CESEYBfc/6VPK0VXyLrhGiXxyZ+dZsfYtuJGk+AAR+tS7e0UtaByGXxO3Llipb+RkTqcjSAPU70v5CjjL4dyo+dP2mgRWcdOZ50r+AI6d8ty6Ci36GdjBJLDHPAou+hUXJpXwgeHGT5mkOkSYtIwPIDZfSk5WOvRFotXMn50m17AnbxlFaYjGDge/pT7FW6onIwGFz68t6KroZ1ANJON+YHrU6uh2GWx0xEnGWGPcVIBlts5x5UL8AxrbqNAxgHPyq0AwiXSQwJ22xQ9bD8Di0OkD86diHVthwABmqJGdvGSNquKIkzU9moc3CDHXlXRjRjNmr4vIW4hGgYroAGnO1XLshdBsX+GKCTM9uGxwmY/0n9KzyPRcTzvs6S3BdTDfNZT3EUugrTXPejILikCKM9KQAV1Pk7Hl4TWiiAIJMsN8Votdgw2BM4zstYy2ZsqvkwueYrJoaKLVNTbgYrnkygua2DKBtijQgZrQxjYZosD42+caqObodHzWqEHGKfMRO3hRCNtxQgQwBUIAAc43qlTKBZuRNXQAesscetWrRVl+NWSTv5mqcrJBXu+4JUmk430CRH7aGPPNJQYxX2S7N3fE7lHezLREg6pThcZ58v3FetGPtkRdntpxHbR2dvEY4FGp2yefuev6Vb3/AAapUC3HEILSBu9AeQ7RxknA9ccz7nnSvQ6Mnd8duLebCffT89vhVfQdaV0Nox3E+K3V5faGk7oj+nWc+WKi23RdJKwe5muApUTA52LSgajQ7BL2ykS2qwkTktIOeDjfzIFHoE3ZS725iB7kMR+MA7D9Kkr2AXGm4AZggj8y2r5VPfZV/AqmigG+lpGzyAwtQWVTPMqHGiMHYKq7Ae9JyYkhbJAzAv8ACg3zn+9ZtKrKsWSsdegHLZ96E7HRTIp574PM5qLa7GU6gmCxJB2GarsXWzoBBznfpQ1QH256/OlY6OKgZtiSDtSukFFjgL4V6bVNhSJlMDBIHmc0+kOiaqGcYzgdKXYFyqSSW9gKi1Yyy7jzoiAyF5486r4sSBCuJMtnOadhRbFz67chSqmOw5gNBxjAwNvSk9ISLIAQ4I2zz9AaSK/kZQuc4U7cv2pp0L0NraYMuCMYG/pV2IdW66kGDyFOtC9jWxJVwpGG54oQPaHltv4sEZrZbMWa/sudMq6up51vjMpDzioH/FRhgwIB2py7JXQwT/DFUSZXtzvwuVf6T+lY5Oi4mL4VGI+AIwO2d6lr7QfRT3mX57VzOOjItY5jJBoihCu5YrK/ln966EgRGNSd+lJhYzgcBQMjFc7ZnIpv5gBzGKiT+AQJazAPudjWEo2UOY5FZNt6xpjOFlB3FUkwRVLJ4eVNxaGCNcrnHI9aaQmz6O4B9apdiLGuVVeuKtRofYHLeliR58qtIZCGQ6/SqaAOZToyOVSmIQcSEhfw8q6cdVsuJVAkpG2eVVJRK6Pc+F2MXDrWK3tIUVwMFiAGPv5e2a7/AOBJJFHGeJJYWza2SJs+Jc5z6f6YobpAkYjiXFXuAzW9oTncsfCx9d+XzzUlGbuhKsOtiI3O+X5D59aT0MX99Aj4W8bvXB+Bjy/IUv4GLbqOKNSzszNz6KB71LSKTE13cc+6ZcHfOr+1ZyZomAvLNI3iaVl6AucUtsKR9FDMVBZwoHUg4/Palsdou+06MqZlydj4xmp5DUSE00khwDHgcv8AZqXJvoql7F1y8m+cHHrms2/ka/ACUfGQq6+eeVNpiKXGkfETU/kpg7qNWWB+dNCPhsBnwg9Opp6A6GyQNs+QFTVhZdFu3i2wDsKl9j/J0DQfXpTTsCaqCckk1LGiwKckYwDST0DDLQZYMR4U3FNfgC0x6vT160xUDSwBV5H1pVQWQihKuM7Y3OfPyo/A/RdqCqqrkk7nHSlYL8hcSkliD1xin2ATGCFA6Bt96KGMrVxkqBnPTzqhD7hsgLEZ9KZMkPrcagjHZga0qyXoeWWygHY/rWsTNmn4CdM6bdfpWsTKQ84ggXjGV6gZ96cl9xK6GS7IKZJku3JI4bMR0Q/pWOQ0iYjhUrf+XWLbZND6E+gaJgMc96zaMgwMBHk8qiIMXzSRgSZXJY7HyraNE0UwyjGM0NARe8CNiuSaFQPPcl8/pUICiW9xIMLpXyq5pSChnaXo0/EBWDiOi9bzW2Cc0+NAi93Dpgc6bGCSW4HXej+SWVhGXcbVPsGzsjZGPrW0RogYC2NJxTYy61g335+VQ2MbrFmPHSo6EwQ2IeTltV86QJBMfDlQfCKh5GUbjivGIrK3T7TJDC8mcDckD+kcyfWvcbrspIx3FOLwSeKytJnYfFNcHQF+ZH6Cpv4X+ZSVdmZ4nxmYRYFwskr/AP0jnG/5UndDpCWeD7vvbqTumYZYa9yKTikgsSzcQjs1ZbYSkNzIYEn6cqlypFVYtuTeXOhiNEf4dRJz8qiSbNFSB2trtWDykrttpODip62PRwTYzqjYsfCDqzj19KLFRHKsPG7LjpUPZV/CPmeNQAoG45EVEnSopfkHlLAY1BTnOKztpDonHGGTfGnmf6jTVAUXDhixXJ26Cjl2x1oGAG55n2qWMGc4bffy25UxEBu2+T5gVWqF+C5MYz8IqRlqDBOFyfWkDJrGS2Tgmk9aGXaSB0FLYEol1AnmKSt7BhcQ+6ONs88VURFunHxfCOlMZ1o1ZR0PnT7QuilYyD6kHHpSSAjHFq8Q6mppjDVj8OB8R8/Kq36AMt4yFPUDYU1pC7DreA4LLsR1oHYbbEhtvekNmkspNQUbnI6VomZDy1JGnV8PPUK1jfRmzT9n5i0+Djngj9xW0HbM5I0V9/7x12UfpVS/cQuhlnwCqJMf2/OOEXB/oNY5Oi4mHsXB7NQ/1Gk+hPopC4QH86kzPu+KoRnanGIMU3c+SSK0URAkU7d5tmhxHRJgzN1rjy6ZNk9IBGT71iybB5cMSBTQ0dgBB3zirbTGwy0J7zxbCoe0IdQqSD/eoHdEZEYnfO1JsVlMoZjgcqEiSyOIY8XPpVWWmSICDeixgpulSXyqlGykg0X2wOqjjYui6C9y29JqhB/2xQByrNwYz7iXECZZJVto2kfIM0rkHHv/ALFe5s0VCKd47p3e68W2cJsPTmaXfYwG4/4NaBXmtoJJseFM5b3/ANik6Q9sUcRv7a6TUIo7dQdlYFsepqXT2UtCe4SF1JtFLkZ1SsukD2FL+AuhfNPJERiR223PwgVLZSSBpL1c7hjvsW5fTrUOXwVFWVTSkjOpSOYGdvpUsoFklkc+E/Raybb2UkdV2TxSOGPTpU2vY6JLcZOERAQNy1JsaOTTM641Zz/KNqnl8jopdNI+E6j1osdFTEoAvU8hRaFRUYgNJkI1enl5VVhRW/hxy38+tNCaJoceKQ+29Kx0FRR6upHlUtBZ0HS+hBluvpQgCFQkgEnJ8zQCJMBpAA8P60XrQi+D/CBxzfOB1poGEW/jJ6k7ZqltgXmNdJwRgbknpV6YugYou50+2aj2BfFCMZPIYycbmnxvYBLRZ3xjqRTaGE2kRB3G3SpSCxjEhUYG/wAqKoAy3hXSxxzORtRQnYZZs0U4TGxGxoWgZpYWwijOCdq3T0ZGm7OKFmB+R9a2gZSNPcnPFBlQMKB71Uv3ELoYD4aYjHdv/wD2i4z1QissnRUTCyr9k4LZxNjcZpLaFPSBe+wmKKMgOafYgVpFDFsjlmI86sBjw+yBGSKwyToTYfJbquDgA+1cU5WyGCzLp5Lms09k2CGIEksNya1uxoJigBXYVm2UXxQKo32NCdiYdCB51EhFjqSPSkpADHbNaLYgaSYxnd6pKyokYZHnJwcim4mlI+ltSQTtmtIgUEPGMHetaAlA7F9iOdTKKBh41lRvWVUItu76GJ83gWd15gZwp8gOtem2bC+a6NzJrbubePG0MaZkpW+xmeult2d/uQXJ5leXlnGM+1KigIRwQAu4cjmScL9BgUugBbu+gOUtxoUHJAGTn59alyHVANzcgAFlYnmFfB+dS37KSFrzYfXKgXPINz96z12OmVzTQlgFQMfMVLaspJnCcAksFz+HrWcrRaI6ojlVDY65qbKJK8QO+nI/D5/Ok7D2RkuE6IAQeYzS/Iz6LSTqckk9cUm60B82lXJUb+tGgopK5xvsKd2BXKmny500Lo5GpLZOcdBTYBisVTI3Y7AVLdAWQRaFGR4jufWjQglQAowMk00BUwKDxHep6DsshdjHt8ZOBnpVIA1VWCHAOT1pqohZeGAhbI35/OqT0Ik0Q23ycZJqgCI49thk5G1NAXxxkvkjwDn60AFwpuCRjbYe9SAwhjGBuCR1oCxjbxDmBQkI4YtMpJ50qHY2spC2lThhmrUvRDXs2nZ4feqOpNdMDnkP3lDcUYMwDfCozzxzxTbXKhLoaD4c1RBke3ahuGPk7YrLJ0XFmG4uFSO1D7ppxmnjonL0Jrpgpwm486tr4ISBWZj0BzTQyEKFnAC9aUpUQaG0CIg6VyTdiBOIXscbYJz7Vg02yewZbpHA3qKoKLWRZDleXrTv4DoMjRRHtjNZjBbmTu98jFUrEyqO93xTcbEWm9ao4DBLm6IG5wPStYJhQsku3mfSDtXQo12WlQ/4aiCFShYsRvnpWU3RTDHAVTWansBXcsckiuqLGga1nImII61UkJocwy6huN6jiIDSFjreVZVA6zSgn0IC8q7Ujd7BHtJXifXcd3E/RAAxHl6D8zS3QaFcosEBVO8KqTqfWWY/LkKFRW7AZu6fLLAhUDIOTkDzNT+RgGqEkmMqMfyruaVIdg8oaQ4LFc9OWPnUNDsFngSAEIEPm5Xf86h60irBwzgkjOnHMVP5GVmcfh0/Pas2y6Po5UfYohcdSahpdDOyW+d9SDrsM/Spoop8BbBJ+VKwouTSdhjbnmlQEXG53HsKa0x9kWAzsNPTnyoq+hFUyg4PPAyapOgZGMeMADb9ab+SQhR4uQzjr0pdof5CIuR22HruadUIJ04UkgDoOtOrGBTnLEDZcY386m/gC63kCKzc9tvShaEycLl33yRzNNDGagYXB2B29TWvokLjjwFJ3PWmgLtOCBgn0FDAZ8M4fJfzCGDTt4mZjsPWuLzvNxeFieTJ/RfJePG5ukaWDswsckEou9YRwXUxYJOehyfzr5jL/ab6kJQWOm+nZ1R8fi07Lbns3PEss9ky3MROVjUESKM7bfi59Dn0r0/A/X/HzpQyPjL8/P8A7MZ4JR6KLSPYAjkN9utfQx6OZljw6l1DbJpNaFewrh8OCoG7Z6daVqKcpOl8jdvSNfwpntyGUDWRtn8O3OvnPM/tTCDcPEXJ/L6/p8m8fDvc/wDI5byL/wCYoriaRiUzhm8iCDn0/wBK8rw/1PJHy8efyJt/Lf5N54rxuEUbdMMlfoyPEZjO3hP/AA2VBjNZz+CkYvjkEr8OtWHQVUF7FNiB0Ye9XRK32QQMTUsJDC0gz0rCcjPsMliZUOPKsExGV4kszXGQuR607URrZ9awMMFs+1ZOQMdWowviGaylJE0WTXCxJUoYmv7hXVNEgLN0HSt1HSlYEIBpAJ50mAWrE7VJILc28jxlgDitIyoaYFaW7CbDEgk1ry0WaezUog07VlIYZHGZiN9qxfYXRO6showorSMqCxNJYtFJkiu2ErGpBCPgb03EEhD9sIKy3crzXHMRBcgn1zzrZP5N6K7l57te8vNSDYrEAB9cUmm1sapAt7mRVydWThEQjA+Q50nsIgk9uwx3zhRz0nI+q0mMqkZwhEYVNI3J2ofQ0ASBxltwOmWxmoZSYOwc+KWQAfyxksT86h2UvwVyBSw8L456WH7Vm38FJHPCwOQQPMryqSitYU1nYMPXbFQMI7tFXUBnpy2qeuh0RDo/hGAf6RihKw6K+57xjvgA450mrBHyxDWMnOD+dL2MnoGsgADHM0xFPdAMRg88mnXoD4IEm8yKpIRJvxH0xmlSTAJt1wrHAJqkhBEf+HgeVNL4CwKddLbDIXelVBZxScqoB2GCPU1PWgNFw7s1xK94fHc8NhW8if4hC47xT1BU4PzGa45fqfj45vFkfFr5NHilSkgy14BxJC32i0lt2XcrMNBIHPAPP35etLL+reNBL7rv4HHFJsYwcDvJwjRojRnxBjIozWX/AO74kV97af8AAS8eSeiq64Xc2mhbqIoSfi5hvQEbV2+L52Dyv8GV/wD3wZyg49jbsgJpL9obaJ5JJAdKqOgPP0Hqdq8/9c8KflYY8FbT/wBzbx8kYNqXs1xbEsEEdzC7EkymM5UYBwurGD5kjPLnXxuTxY4nx5Jtr16OxPluhxZ2d33Bk7hzEpO6kNtnnsc4rmn+n+RKH1IRtfgX1Ip02UcZtlvLZ7kD/m0XJcDeVRzDeZA3B57EHO2Pf/s/+tTWReL5Du9J/n4f/g58+BVziJooC6Kq78sV9p5HkY/GxPLmdRX/AN//AIcEYucqiaHhHC+4geWR4yrgBCrjUjDnlfI+4O3Wvj/NeT9SxOc7jF9K/wDVr3f86O+NY2ku/Zd3gRsYKsMggdD/AL3r5VRcJ8GdPYoguQ94xO+pjXZlp4y3GjccCuzcWIU/FH4TnqOn+/Svv/7N+a/L8JKT+6Gn/wCP9DxPNx8Mlr2ZXt9dhIZEzuRivblXJI510U8Ak4ZxjgsUU76HTZhnBq4a0yZKwmXshw24UdxdaSBsM1dWT0Ze77OXVvIdEbOobAIHOoknQmyUFjPEoLROAPSueUX8ElkoJGGWs+LJFFxbozEld6xlYrImFU307Cs6sVlclzGPDyNHErsV38yupANaQgOtiwRKbvwSak55rWcElQ71scRxpoAPM+dc7WyaJoV7wKOdJokaCAd0CoFJIZR/w0skk6L4YyAcetbQ3f4KWiyNNIAqnG9lBtrzHvWM4iGekaMk9KlKhWLLvBzvXXiY0K5B4utdBRk7m4jMmYtUp6yyLqJ+XlVWvR01rYOsyuxHdO7DkXGB9Keg2iYkdWIhjZWYYJUkE+Z9KX4QfyDyIwADzbdFzv8A3o/gPYJJKxyowB0KkAj/AH71DZRTr0LjKZPJnOTSt9DIMsOol31OB5VDKWyh3bfu1yDgcudZttlKiEkcoI1bnG+OQ9KTTRSIRpkgFBgeeazat7GEMyY0uwY52wOVJuxqyLW4DaiCOu3OihrZaqnRsD4fpR6FZADKAj4ydvekkP8AJJVGdgMDO9NJehHGTTjOd9yc0aD0DuPEEG5J3AHIVS2LoIZVCKFBwMZ2506EEcNtxPJo7xUdidJZSQT8uXvg1lmyrDHnLo0xY/qOl2Ol7P3yrqAgZT4hpmBz7Vx//r+MpU2U8MjOcRjkgublJkdXjIBUjcGu6GSOVcoO0YtNaZPh9rNfTxQWyF55m0KPU8z8t/oaWbNDDB5JdIErdHqnZrhbcFhNvHcNIwYuWZcLvjIA6jI618L+o+avKyfU416PQxx4xo1MRhvYwtyupc52OCp9D0ry4ZXjmm+vYNP0URcDAiYcLmaUqxzBLgSL6A8mr1H468lc8Lv8E/Up/cLrnElvNbXCkDGCrDdWHLbzBrn8d5PFzxnFfcn/APIqSUon3COGNY2EkTsUuJADcINtPkh88cz6n0r0/wBd/UnPL9CD+1d/z/6M8GOlbDY4CiqYtjvg/X+1fPOdvZ1BVs8tuFWN2UgblTiiOacHcHQmk+x3Y30XEBouWSG8HwynZX9G/vXc3i85VlfHJ6l8/wA/89mNSxbW18A8trHZzSjBjdOcZGcH09Dt+1T5/m+Z5GSHjeX3HX8/l/P8rVFY4QScsfsHgkeFZHJOnIPPlXoTm4RbI42QuZjI2C6owGBjLH6Dy9ccq87JBTkpzaX+rNYvihbNCq29wqvKrpHrBXwud/Tl1/v0qvqpNKH+ppbfZrODXEkF3pQD78BfTfdf1/Ou/wDs55UvD8/6Eup6/r2mcXl41kxcvaLOIdjrzi12JZXCrn4SK/RJYnJ3Z5Kmki+3/hvCi574Iee1P6X5Cw1ewxVQFugMcsZp8H8iLl7K30enu76MhTyYE1S5r2JxTOP2f4rqwZLV08txn8qblNi4IHl7KzvICbWErjcCQZpd9ol4/gEfsTqdme0cZ5aZAcfnUvHB9oX0wS77EgqVS2ucnbUOlL6UPgX0hJe/w5uSpaJ5dY5Bo9qf04+mH0zN8Q/h/wAYiBYQd5nyBFHBAotDfgnAoIOHrFxThZWdFPiBB1euaHBNbRSElz2fvAxaK3bQTsM8hXM8RHCT6B7fgd2s4ZoZAetS8XpIX05D+K1miTHcMysORG4qeHH+ouEvZV3ckUbxmCQI5GoYODjlWkIpLaBJi+7QI7DRoAqnH4K/kqt5W1YBqXiAMLXOF0gNq2xmoeB9oAd4bxmP3Jx71tjxSXY7RGOzmJOY2rbiwtHnUErySNjuiRuXYnb2wdqI7Ot6LHu9CaAxwTzQ7f6/M0NhHZAyNpCoZEH0/Xal6GwaWVFU90yNg+IBgcn1NTLXQ0CmVpCVYLg8lxn86QFc0cgUawUHPCjNJoaZUsTFQNGhfMnc/KocUUmERukORrBI6ADak2PRF3z4u8IH9Oahp9jIKzA/ET6YqdsqiakjkpY0mqAuVRjx+Hz3wKX8jI6NSFRqI8uVTVjIBMEqB4j+QopgXIviA8jyprb0DRwx+F/MnIOKaXsTB+6bmu45Ek700DPiPvFXkDvjNNMTQVas8E0cqsAwbUB54pZMayxcJdMcZuL5I9J4LdQXUIORqI2B8jvXwPnYJ4Mji/R6cvuSmumR7R8Dt+KwBCe7uUGElAzgeR8x+lV+n/qOTxJWtxfaOeeNS7FfY3gU/BONyXV+FKxxlYmU5DFtifkAdvWvQ/U/1SHlYFjw9t7sjHiads29wI5Cs8B8B2K+Rr5labizoSOJKIZAcnf8qTXJUMJaQm4SaF+7lHM4yDTxZZYXaJq9MPvJ1nlguokVeIICvfYzp8iM7EjfB5j6V6eT9VSUcmNff8/H/wB/oRHF6fQHDbLCrSPIBhfEzHYjzJrx5ZJZJUttnR0ROFgKZJKylR7ZB/8Ayp17/BYUAmWwMdDWGyCi4jAGpdquEmBWvEHlg7qclpIsCNvNc/CfbmPmK9GWRThFT7j0/wAfH/AuNbQwTVOBGoKgjd/2FGfy+S4RIUaC4IYoEB0AN1yMFTXA8lbH2IL64X7fcaB4VjEY+uf3rqxxf07ejZR1Y2snJtYH1YYLseuQdjWflTljyY8ke0l/ozGNO0zb2/aLHdKxXvZVLqmd2AxqIHkCa/WvE8yPk4YZY/8Acr/5/wBTwsmJwk18Bq9oAPjiPyrp5ozLk7QWxxqVxRyQFy8bsj/1CPlTtAWLxayb/rqPcUWgstHELQ8p0phZYt1bt8M0Z/8AkKKCyxZEbk6n2NAWSyDyoGfUAVyQxS/4kSP/AJlBpVYFLcPs2+K1gP8A/GKXFfAFB4Jw4gg2cODzwMUcUBD/AIBw3IItsY8nb+9L6cfgLIS9nrGT8Mi/5W/vRwQFf/ljhxhaJkdg3MsQT+lVFcVSE0m7ZQeyXDwgRVXA5ZRTQ1aoEkil+yFtlWTuSV5Zi/1pcWgpA8/ZDUrd39l1EYBKkYpty9UJQSKF7ISZPeRWzDppcj9qlcvdD4o/KE08vcd0jsqdFRcfn/s1EpHRQNGHTxAxq3LVzP1pX8CO6myDOruOQeR9vkOZpN+2Vr0wqOR0XBRQoHQAfOhsSKHuC76UyT1Y9KLsf5OuMIS6ljUsZSoVtznB/DneopdjRZp6Rpy2B5CkOyx0CY1FM03SGMeC2cPETNCWENxjMTMfAx/lb+XPQ/WvO8vy348o/DNYY+cWyi5s57O4MV1E8Ei81dSK3xZ8eZXBktNdkbe2lvbpLa0jlnnkOESNSzMfb/eK0e9BdD9OBx8NuRFxWXvWdD3sdo4JiONvGQQWHUDbpk15Xlef9PIox3XZtjxuUbD7DhXZh00snG0mIP3ryxMuT106B+tYS/VVFdP/AE/4BYJL2L7jspdLKzW9xbPbahiV30Hf+nmT6DNa4f1bFki3LTQnjadDSz4NZxRIWCzlidfer4ZB/lz4eXTf1rg8n9Qy/VfF18HRjx1GmM5uzHBbmxWCASWcr5YS6jKFOeoO+Pnyrnx/qzWVZJ9/6EOH2uPoSR9iDZvJJxORZJF3EcR8LDodXMg+mK6vL/W5qXDHGvyyIY0+xX2isYY4bG5t8rHJG0br/K6nfHuCCPSvT/TPJ+qnGT2ic8eLI8IvHgQKrfAcr7Vz/q/iKVZF10/+Tq8LIpJ45Gu4ZxGO6PPfrk718rnwPGaThRO5vAL5FyNPI1MMT4NgloPW5CR5HP4WHpWDg26CjomWdQ6kMDScXF0waoh37ROFY+xp8FJWgqx5w5jLArAE5NceVcXQyfEQptHi+PXs22xGeXzrs8bHjivqdtdC3YRfcLkFuZ7Tx6sO8RGTkDcr58htSyuKlQ4TvTFttc96JDyAY43ztXNPHxpFSXwTeXIxUqJJRBEXn1dK0lKlQ29UPbfSI8YAI3rmkyaKOJXghtXkJ3Udegp4oOcki4xsQWVtd3KEpBJI7nWwVSzAeZ8q9mWKVUukXKcUqs0NmNEUccisGXKsp2I361z+VLFcHLaXo5op7GlkypcxyEDVoK4BxlTvj25V2Yf1LN4zjkx6a9eq+CZ41KLixlIZCCYHJ/pbc/I9a+h8D+1OPNNYs64v59f+jgy+HxVx2Cm7lx+E/KvqfqM46Pvtj9UQ/Kn9RhxPvtvnCh9qPqfgXE79siPxQY9jT5r4Cn8nftUH8ko9mo5x+BUz4XUHR51+dPnEKZNbxB8N5MvuKrlH5Fx/BcnEJQPBxJh/mzT5L5Dj+C5OK3g+HiCH3NHL8oVFicY4iPhuIX+Yqt/gC1eN8TXmkTD3FG/gCwdob9fitVPtRv4GTHaW4Hx2Z+VH9BbLB2oUf4lrIPai0PZIdqrX8UUootBbLF7UWB5mQf8AxotBb+C1O0fDWP8AjEe4o0F/gvXjnDmH/qF+YNMLPxDLcuzAyyAbbLz+Vc232zoqilZVDZyrv9cD9qWkFt7OtMrN4HIP82DtU37TAr7ovu7ny55NFP2OwgEJpTSNXm3T6U38AWSSIo1Mwc49aTYJHI5O8OMAA8+mKl7K6LGchcak046bn8qTfyxlYZpMNkIo3Az+dL8sY+7NsO+nwhIKjduvnXg/ra1B/wAnV470z0O2EHFOEx2/EI1lTTpBPxL0yp6GvmVmyYMnLG6aLlFexPZ8Jm4Gt3DYLJcXs4ILxAllh6LtyLcz8hXveR+qOWKMV9rktmcMSbtlFhwa9vNxCwmU63SbwE55YzzORXlZM+OK3I6m6GC8Ne1GJ43RhudakZ9q4nmU/wBrJ2OuE8KEuJroHuhkKPLNYz8iteh1QHxGyF0RHbqFvIho0rsJgOXs35H359uPOsiimtmsXw/gptHLQrqyCux89q5cqqTFNU9DiOVbqE2lw2IyuFc792fP29KrDm19PI9evx/6MWqfKJjr+xPdXfD7rwujZ8wGB2Ptj8jXpYc0vGzRn/maSiskbRkAHjlKtsynB9K+yXHPD5TR5ycscrXaCbS9a2mLAkZHKvnfL8ThLg/6HtQnHPBSQdaXhuZQ5O5OK4cmLgqIarRoHuB3Tgnpj/WuBQ2CXRDglzI4u42A7tRs3Majt+m/yrTPhVKQZKVM2lrwOz4lw63ngllVowBJCCpG2xAI3Hn1rz83kxw25Lb6+GZRbsNzFbwiJAI1XYKK8+3kdsYpuJWklGDgFhyr0ofbjo24pI1thJ90NTchzrjc+V8jlaM32pjFrfLcRYCXAOrp4xzPzH71phfNOL7RtB2qFyTAgeLntmqcGhsYwtoxjl1rCWyAhrlUUE/9qz4NlJGev7trq6SAYMZbU3y3H7V6GLH9OLn7NapWPOA31wk6W805a1kkAZZN8D06ijNnlOHCTtHNKKTtGnexhnQlW7t8YBIzj3Arzk1dsOTQkLTW/EhFOArq3uCMcx5iu2clxtGqpxtD62nDAefWuFO3TMpInNbGeVTCMknxeQ9a+x/Rv16OLBLD5D3Fa/K+DhzePb5R9hkXDoIsMxLnzYDH0rk8z+0HkZlxj9kfx2OGCMd9nOIRQtBIBHCpCkhlUBht0x+9c0P13ycNrHO9e9miwRk1aFV1FFE6CGRpEKA5Yb565r7n9P8AKjnxpJ26TOHNDi7qgfFd5kcxTDo5RYiJFAESBQBEigZzJ6E/WgDneSD8b/Wi2I++03CjAmk+tPk/kKR3/iF0vKd/nT5y+RcUff8AE7sH/EB91Bp/Ul8i4o+/4xcgeJYW90qvqyDgiJ4wT8dpbt8qPqv4QcDh4tAfi4fH8mIo+ovgXF/J+Y3jbfrj1zn+9ZOzoOJGBH96oJPqd/lSdAiYl0gLHG2r12AotdjqiyWZQwAxqB8+VEhLrZZ3i6cySZJ+Zov0xk/jYKwbGN8tjahgvwXm0YwCZIWa3BwZFGpFPkccj71l9THz43s04yrlWiQzowqKiHqeZrTfbJOxjA2yxY8z0qdjHvZe3aW9ljMiJqQEk8lAzk14n60vtg3rZvg9m14TLZRYtnvJ+8UkArbeE7+r5/KvnJ4sLuUm/wDJUdEoyY5tFaJS8cyTAsXYpnO/mDvXD5OP6knNO/8Af/Ipa0XWv3127A7lAyk8snmP0NU8Kfj1LTXv8fkeyy5u1hj0zRtIrfgGN/mdvnvXHi8ZKaeS0vwN36IrfwTAa45rfCMqqrhuoPIjBxj0r144/EyYvpxTW+/f/v8AgzqSdme4lK1vxANqDg4ZXXkynkRXO/H4Lgzrx/dEJu3SRTdxgh2wJR0Pk3z5H196z/ct9mdV9rKo5sb8qzlEllXaBRPbRXy7vEBFL6r+E/t9K7sM3khxfaCOvtMLxSMG71jYMN6+p/SM7lj+m/8At/2ObyYbU0KruTTJkDNdnm4lOHL2h+Hk4z4vpk+EXOm4ZCf6hXieRjuNnoT07NPcT4gWQsMkda8uELlQoP0M+EwmLhok06e8bXjrnp+VZ+Q5P3pGc3cqNX2SvY7Nro3EmmNkXA5kkHoPma8fzscsiSiJIIv7pbiRyhMYY7DTk/lUYcXGky13ZOz4fazESPcTEg7hVC4Pkc1cssovg4hKb9Glt4bNYgI5pw4/+ooYZ+WK3xLwM6qUnB/naOd/UXoScZjbinASxAjlUiQajsjKdx58s1zY6xeQt/a9GsXxZnZAlpEpE0Nw5YfAxyM8+YHrXdLCm9S1+L/4Hbk+ghpGibQ6lTjbI/3kVzzxSi/uGqYJc3MrlljilfSFJKqWGCT5b9K2w+O5K0XGl2wHhWr7ewkDKwQnDAgjl51r5EXHH/U0yNOOjQ8PgywbGMb15uWdHOx8vENO2reuPhJdBRTdrLxGWA20byzxnkgySp/sd67PD8fNnbxwV2HOME+Qfb2V9AodrWRs8iuGA9dia6sn6R5mJXw/2ZksuOT7G/C7lJJDbO8a3PMRM4D/ACB3rHxf0/yJtqt/l0/8icsorYVcy6CV5Hr6Vl5kcnj/AG5I0KCUtoS31ySWx/Kf7fvXnwuTtm6VAQk+9jUHmv586+3/ALN+Q+cYP4aOLy4/a2XV9secfEUwIkUCOYoAiVoGRK+lOxECKBkGG9AECKBFbCgZWwoEVsKBoqbnQBUwxQFHgbTBvgbG/Inl9KLZp+Cl5D3g+Ejq3ICk2CRIBVOrckjIHSgfZ2SMggkqMefKpGVOcshCswJ5kDB9hTtCosSZdWA5IHPG5zRf5CjWdhbt1u5yuloSFLagGDKTggg7Ee9fPfrn28ckXvZ1+O/tcWb7jfZPhPGYHayiisLzYiSJdKMfJlH6j868Pw/1jPglTfKP5KnjTPMuIWVzwviEtndIEmibB2JXHQjzHrX2fjeVDyYLLD2c0ouOjUfw/iDG/ncBiuiMbb4OSdvkK+f/ALR5WlCC/LOjx12abh9gvfSyEZJY18vlzOlE62FaJbWdJUYhgQQF29hRhyfcpfGyWr0QurkxgTSnMgYk42yc1fKWVtvtnTDGqL+C8RuZI7xu4mktTmTwpty6HlTcZwcYwdfJGWERjeWavKvhQOcFGGyt5ZA2+Yrb6ksGfhkSv8dP4OftaMfcv9ot7mADEts7OgPMDPiX9/lW3LpPpnTH7Wn8kuF3QMIV91IIOOorDJHjOwyLZQZe6ldGJOk7etU48laJYdaMk6SQS/BMpQnyzyPyOD8qWN8JpmbMXxIEMUIxJGSh9DX0H6ZJ486T9izLljYTwXs4vEIkur2RorQ50hCNcu/TyHqflXo/qH6jj8a4ds4sUG3aHFx2b4PcXdqtlw25tZcgNJFdHQFweasCST715Ef1GGSDUo7O1PJ7djePsj3FxE0sgubKM6yCMNkdCBzH/avIzeQ1FuHb0VHJsmLeW5UFRhCS7MeQyf1rmnmUUo2D7sPhtUjQYHzPOuSWRtjsm8egEqC2RyPWkpW9is5cSzuEAmkVPCxXUd8YIz866l5E+PFhGKHvDOLcPnCx3MU1u527xH1DPngit8eH9Pyrjki4v5TIn9SO1sZK4jSW1n7ssuJInH4kOzAeYz9M1vl8SvFlhlTlDcX+CFK5Jr2eUcSSReKy2aNkxzGNfIYPP6VOJJwUvlHcq42MEvJbW1S3iijkjDaiZSZA3sD8PsK0WeNKLirXyZceTuwiG4eOU3NrqtLgrgiPZR5EDp+m1XOaglkSqS/2Eo39r2h7I03ErW3ecaZ1XBOcq56nHMfnXneR5UctKqomK4MpiR45ND5DDoDXBMvsu+zyGVmAJjzkDz86jmqr2VeiT2kjD/FfT0ANaQ8qUVSdEUBrYujgoxVs8wcH1raPmTXUmDoKt7MbmbLEtqJbc8v+1ZZM8pPk3sPwhss0qwpiQsAMb8wKqfmTyY1Ce0QopO0UTXBZgSD4h+eeX6Vxxgl0X2UrJniqhTsG0/LGP2r6H+z0mvJxpfk5/JX2MbGv0Q8o+NAjlHYHKYEaBETQBEjNAECKYyBFAiDCgCpqQytqBMqamMpb2pUDPz8Ci+JVJX+r+1F10albSAnwnLdADsPy3pX8AfB3VxqBJA/3mi9hXwTM/hLEgtnG4zii72C+EWR6GXJYnHM5zn50Ug36OKwOQgULjckUfgLNB2QbF3Op27yMEfI14X65D+6jJen/ALnRgf3NM9RtJm7qKQbK4B9q+Ny4XjqXpnV3oB7T8HXjturwzCG9hQhG05Ei9FJ6eh9a9D9L/UpeHJp7izKcOQo7BwvZSXcN6jRuJFVlfYg46iuv+0WRZvpzxu1T/wBx4ItWay2DJNMSyKkSnWXYAbcvU5GOXka8XF4r8mPJaS7b/wDuzpnJJfyGxR27cPifiIc3AGW7l9K6/QEE1MJ4U3DHBtv8/wDgj7k9Caa1jvLgzRR3MsMT/eIwGk/06tt/St8WHLwcoxr8myzUuLNBPxJ5eFzxCMf4LKirggbYxgcq44wywkk9mNK+xfwe7D8ORSoxEdJ9RXZ5cPq+OpJbiOuM/wCSri1ks8iTrgTqCFkPNh/K3n6HpXJh8qTXCXRfRmLyFLOVBBrMQRTIzrj7w8wPQHb1xmvU1OFezSMnPsE4jNmWGbVv8J9fKlijpxFXaL7SfDc6yyQ0Q0CXtmL3jZB/wn+9kx5DYj5n9a7MefhDm+0LpUaWKNSiqiqqAYVVGwHQCvKy5ZTm5S7ZKXwXrMsKyMcYzzx05V0JJLRtw0au1JeNTkDbIFef9XtNnM0L+KQi30PEMRscEDoaz/c7NIsHiyUXPIis32UfS+FN+nKnHsQulnBYE9FA/M/2rpjDVFpUUB8YOc8hVNWA9seKf8n3c7EhCCp8gdiPp+ldmPybxSxT+Nf8GTx/dcQLinD45eJSTKVDyABiBjI8xXJjztwUb6LukfMkFlAzxRKGAzqPxNj1rb67l9qRK2I7R5HE07NqGsfVt/kNj9a2zzckotnQkujVcMkDW8RB2xXjzuMzGSD7iMMobG4H0pN3tkp0cs2kAxKBnpj9KxlV3E0CzGvMbA1g5bADmYJIuefi/StYW1YHZf8AEcry1aQB6U+6B6Og460kxFJIDjyzn51SAo4dluIRhujE/lX0n9n9+ZFfCZz+X+xj/TjnX6C2krZ5QVNDFZxq1wS0x3EYHw+9fI/qX6823iwa/J2YvH9yM3x7tC8YK2sMfeHZXlGTnoMD1rg8D9Rz4pcMcnK37Ol4IT3IaR6zChl0iTSNQHLON6+9XWzyn26PiKYjhoAiRQDIEUICBoAgaAK2oAqagClxQgKm50BR+eFl1bn70nfGCBT7NNo+MuTsGDf0jYVNj6IEuN8EjmWPKkHZW8iYO7L64/KgEiUeyfGWJGwz0pdjOQse8w2MDkB0p+gY94NcLbX8UzklFyrNuTvt864fO8eWfBKC7/4LxzUZI9P4Ddh4RAxG3w+tfIxa/wAOS7O2S9oLdzGxxtXnTxuDaY1tESUlkaQAB9IyfPHL8qhylSi+i4Iq+0y3GuP+VVGcdc7nz5bV0t8cUYLrtjSSfJhF+txeWiqNCR4xpUbn1Y+ftiso54RlUY1/5FHTsqs+8aGHv5ZZVjH3aO+QmDjYdNsVpnzzmqb0huKT0MUKqNQJz0xXntuwoqtYnilaZE1JKDlEGT74r0/HTUPuVpibXV9DC4Ro4YtZUxTKHQhgdQrkl4U8M05e+g5piLivdJPH9o3t2YJL5hTsT8tiPavX8KF3Fjhb0uzJ8XSS07+CUfewPpb5HmPcHPzqo4+M6ZqpJ00V2NzllGrNTlxksb8PId55epYRj5bn8zXLm+1KJDVjiOYIoGehya4nC2XFWDvOMHHMkA/XO9dEVqjpa0aWz4jHFCihS8hGTkdK89xq9HE1bCHd7u3lDgDI8PoRuKmK+6xLTFqXIVdLHG2abhe0a0RmulKsCfce1OON2FCK4uPupHBySzFfYDA/Wu6ENpGijskshSNNZyQo2pNW9EtFtvI8xMUe7Hb29alwS2xultmhU6kAdtWBjV61ycePRg3bE3aS8ENiwLYY+EGunxIOc1ouCtiixctwcTNnxzk7dQFAFdWX/F4r0jpS2aDs9diW1CZ8SMR+ded5ePjKzDIqZp4iDDj61yRe9mTI28u5B3I8+tZTVO0XF2SM2keYqONlCu9uVPEIlBzkfqyiuvFjf02UlaL45sxKT8Rz+tZSjsT7JGXypcSSp5MHNUogX8OUG+Qj1b6ivoP7ON/9Yl+Gc/lf4bNPbBLeI3EuNR2jU+fnXsfr36pxX/T4nv3/AMHJ4+L/ALmIuMX+BIJDl85z518fbb/k7UjN8FgPE+NGV97e18Z8i5+Efv8ASvrv0Dwd/XkuujHycnGPFezYV9aeaRNMCJ2oBESKAIGgCDCkBWaYFbc6QFbUwKmoApagZ+e0tlQagxx5Yzn3oRpRwlQAGkIPTwjP+lGkHZYUDrk6tONtqG7F0wbuQzAAA71NN6K/JZL93HgLgZ+tFfIHIhkkMoUjc+lOvkB5wLgV5xYqLSS0JLY0vcBCPcGuLP52LxnWXT/g1jilKPJG24dwfivDeHK96sOIzjMUwcgdCcV8j52fBmzOWH2dWO0qkMhc/abXUf8AETY1hNfUjvtFVTKoJvBIRzArllDaNYh3B7cPCJCN2Oo1j5GRp0JjOdESMkHTjp51zRbboa7M/HdKIWy2NDcj5Zx/avQeNtmnFl8l4sbAupKY5cqjHj3siiP/AB+G31Jah8F8jvDkry5Yr04y+nGscf8AMlY3J7D4+JNfKJGxjOwHIef51y5sk8k1zfRMoqOkAdoWD27K2AxXGfOu7xp/3yT7KxKmIe1Rabhlrf8AWW2Ebn+tBzPqR+ldeWP99TKqm4md4dOQgJPLpUZoboqWjQcFuB/wpZGIBLu3/wB1ef5MP72l+BVYcLwPACdxWP06kawjsBvrrTGSNtwMkc66MeO2bS0h9wybvCJJW2boPKvPzxrUThfY++1jusR+EVxKLTIEN9daLhh0O9duPHcbN4bQruuJlE3PiJ5iumHj2zWMdi+5vTpKjdlVE38zua6IYvf8lKIZ9qLxopO561j9OnZFbNBwhO6iMh3dvyFcOaVukYTlboNmuEVCc4zWKTbJSMV2lvWup4YEOWY7gfQV7Ph4ljTmzoxxD71lteGxWyMAIgN/Xqa58ac8jm/Zquyjs7xEx3zozeF8HGetX5eDlBNEZFas3treAoN8npXhyx0+jmaJxzBbjOcahiolG4jiRuJiFkBOM8iPOnCF0aCWK4MnE8k/Dgbn3J/Su1wSxmi6DrK4D24AbGNs+1YZIVIiSLFnJzk+1Q4EnGlpqIDTs8UfiAaQ+BYmYjzx0/Ourw/Kl4k3kit01/mZ5oqUaGPFL5mYvIBjGMDoPKuablJ23tkJejI8Vmlvrxba1GuWU6VHQep8hXo/pvhS8rIor+oTkoK2anhXD04dZJBGdR+J3x8bHma/RcOKOGChH0eXkm5ythJrYgic0gOGmBE0CIGkMgaAK2oArNAFTCmBWevWkB552r/iNNwPjEtlacPtrhI8Bnm1Z1deVdUKSpJMwlt7Z54koiIGFCjqdya5ujqq+gnvo3+HxN7AVTYL8nzxK6Z71ifLPKih2UhSrLswA577mp/gCm6d2PhXSR1I/Slv0CKYz3anfGfPmaLHQ+7K3n2PiK9+AYZPCSd9J6V5H6v4jz4eUe4m/j5KdemeuWF33mEBwAMf32r4KScDraF3EbAWeu7t89z/ANSPGwHUj28q68Gfk0mHapiWSUIJwp54INdDinJGkB/w24KRRnppHLoa87NC2xstvbpAhAxnp61OPG2wRjXuitxKjYAc6cjlv+2QK9mOO4po3Ox3/ewgE+MDGP8AfzqZYeLIkt6B2ddXPbNaJMEPuGTqtlCcgcz+dcmSP95sxntsjxqcOmpWBGMEV3+HC86bHiKoCbzs/eWYAkmVC8SsMgkZOn0yMjbfevWzR4ZFKtB5MG48o9mGiaKSNjaMwbGe5Y5YDrg/iH51pn8fdo4sXmc9ZOx5wif/APoyKCCNR/WvEzw/vmz0YLQQLjShGeu/So+ns3iqF3Ern7sAbAHOK6MMNhNjDg3EcFVBzjl6Vz+Rg9nJI0y3o0bnJxzNeY8TsgT8Wut1bVjGx9vWuzBj9GuLToz0l4WcoDnLDl1FehHF7OitFUl1qKb51uz4z8h+Qq1jr+hX4HnCiJCGJOlOfqa4c+tGE5V0aGO+076tv0rz3iswoX8V4uscMgzggH1roweK5NGkY2ZvgzmfiqzSEEqc/OvR8lKGJxidSVIYcYuCQcHz9cVz+PBAKLS5KXKMraT711zxpxoUujb8I4gGjUg14vkYaZzSQ3lu9Kh+eN65I4r0SuyN7efd7ZIxkH08qePFs1WxXYzZmuGIOoEkZ9F/1rqyx+1L/wC7L9BNncaY0G2joBtvWWSFsJUw2NzuWO3QVhJeiNHzy55UKIDqwj+ywM0hHesP/wDEeVZzoxlK3oE4hfE6Uj1MzkKqKMkknGAOua28TxMnkZFjhtktqKtmw7Mdh72ztjc3fdC+mHiTVnul6Lnz86/SPA/TF4mPiu/Z5ebyPqPXQ3fs7fDkEPs1d/0pGPJA78C4gv8A0c+xpfTkHJA78Iv1520nyFLhL4DkgeSxuk+K3kH/AMaXF/A7RQ8Eo5xuPlRTC0VMrDmpHyoApkOlSzHCjqaai30DaRS8iadWtNOM51DFX9GZP1IkEcSIHQ60P4huKhwkhqSItSpjtFRxmkM/PH8Q5B/5p4gDviU11xqjE40awjDMJMdGb88CuU6tk4ZEZiExv0UYpp3oQfG8dzbRFQiPEhDrnd8E7genL5etZYsnJuD7RnGW9n0cuoELjT6AnFbp+jR7KZIsZdhqJ236UnsAaePB1adI54qWqGWWoRkReYHMAGkqfQ6Nx2Z4wTiCU4dcbk7kV8b+s/pv0pfUgvtf+h3Ycn1I77Ru4ZVkiwdJBGN6+XaaZoZzjfBjEhlsw3dgeKMblRnmPT0r0/H8jlqfZUZK9g9pdaFxnpRkx2zWvYJxG+whUnY7g+XnW2HDbsF2Za5udVydyQQV9vKvUhComl2ij7UUkGDs2/tV/TtB2Ei5yc5ycjFZ/TEjQ20oWzhAIOEFefONzbOeW3Z9dzGS2cEb4yDXo+AqyjjpkOD3Zt7pXVsbg/nmvX8nHzi/wdD+6NGY7SG0t+0F7bXIa2dJdUc8I2KnxDI89+YxyrowyjlxpS7Pns2PhNovtrkfZAFlWQYLF1XTq38vOvI8zElmPX8Jt4lZY8x04BOMc81zKJ3qgDiE2oO2rGMY8/et8UaIk/R9wy80jAO4x1oz4jml2aKK8LjY15ssVEoheMDbyHrpNVj/AHJFQ7M1bTMzNJv4VJx616U4pJI6m6LGYtcRxjAKqq1NVFsOVbNBBKIECqeXP1NcEoubs5m77I3F+QpwelEMNsEZ6fiJnlZWYnfOK9OGDgrNsaGfBZQjg9a5PJjaNbLuIyh4iV51GKNPYCbVqI2rrolmo4LceBMHwjYYrzPIhtmMh5Jcnu8DnXDHHshIqmmPcI+rbTjHqKuMdtG0SixlxHM5IyQ528thWmWO0v4GW2NyupUzkKBvUZIOrBjOO45jYe3WuVwIoMsnBl1tg6TsD51nNUqIm/SGNxeYTcisIw5MzSol2K4ta2XGZuIXNo113P3cGGA0OfibfrjYe5r7z9CwLxcbnKP3P/Q4vLuVJHoifxEsv+pY3K+xU/vX0H/UL4OH6bCU/iDwdvjS7j94gf0NV9eIuEi9O3XAm53Mi+8Lf2p/Wh8hxl8Fq9teAN/+oKv+aNh+1P6sPkXGXwXxdq+BSkhOKWuRzDPj9aayRfTCmELxrg83w8QsW/8A5Vp8l8kgnGls7/hF5BYXdnHdSxFYpVdTpbGxp2vQM8ik7G/xBdSkfE7G5j6g6CD+VNTyroiosBbsn/EG2heEWHD54mbUy92uCaf1ci9f7C4R+TgT+IVpGI27OQtGvIIpA+WDR9af/wDEfCPpg5452st2/wCZ7JzEf06v7UfW+Yhw+GUy9s+IRZ+09mLyP1G/7Uvr4/cR8JfJ5t2it7LinE5r2ew4hC8zFiCvWplkxN2nRUVJCq3lyNJCKD6DH0rnOkIgjiGdTscfy7CivTGwGVEh4uunUsdxGQu+4YHP7fnWGXHyTcdMwyL2M7HiHfSJa3LiOY7JJyWT36BvyPpRgz/UVPsUJ130HyQMjac6Mc9Q3rq/Bun7RQ9oCzENkjrikAGkTRTKrZO+Sc1FUx9h9omljIhCkbhj51GTDHNBwn0yoTeOVo2PBuN95GoZgHzjGetfBeb4EsM3Fo9JNSXJdGqjuFaAHPTevKScXRJmONQiKVpIsKGOSOWDXo4ZXpmsJ6pmU4hcaiQSc9Qa9PFCjQQyzHvPnmu+MLRROWTvELDkDq+tTGNOgTJW7l9K4wW8jSmq2EtGi+1aRjlgY3rz/p3swKHuyU052J89q7PDx1lQeidlcBcOCdhn1r2pK9G8XaFX8QZlbitjMQo7+1B5bEqxH6YrPFipNL0eP50PvFdtcBbNQNhqI/euTJjfPZ2/p7vF/UL7/Ma7n51jw2d7dIEvJw0bHqQNq3xY9kORTw+UhsA+tXngc8nZo7Sc4G9eXkgSFtLqXntWSjQ0Z+2PhbJPiYLjy3zXoT7OlsL4f47mWYjIUnB9ayy6iokZHqg15STXOomVi3idxpiOK6/Hx3IpCm0b/md9/Su/NGo7N4bHfDHIklB5BcbeZrzcy0htn0lzrhGcZ5ULHTHYAZPFgttit+ImzQcEl0qp5VweTExl2ORNqOOlcXGhEZpPumB+H9KcY7LT9FdvOEsWzuTGd/c1U4XP+pZG2uNTbN+dOcNBY0tZGZiWJxXLOKS0RKXEYwXIHKueUDEp4jflIiEJLnZR5npXb+neL9XKrWkDHfD7cWllFDnJUeI+bHc/nX2cEkqPOyS5SbCDVkEDRYis7UwogSR1oERY/OiwK2x5D6UrHRWyr/KKBURDMhyjuh/pYihOgqyxb+9iOYry6Q+azMP3p8n8icY/AQnaHjMQCpxa+X074n9ar6k17Yvpx+AiPtb2ijQsvFbrSoyWfBAHqSMVSy5PTJeOC7LF7bdoNBb7dFMgOkkxxuM88bVS8jKumJYoMqftjxVjmRbFz5m2Wn/1WT8f5A8MTwRo5FcAvsP5cYpGhdCTz3bfbIwKa7CwTjrlUtpgTqSQ74wBTu9EZAgwpeQ6ycatx6Hr+deTmbw5Licy+Aqx4oyFbTiLHI2jl/v5ivRxZ1kjbKjNw2uh2fiwrkqBn0P+lbo6FJPYK4JkGcA8gBSeyui0oiNpZ6NBfwfOxi+8ibxDcgbZri83xo5oP5R0+PlcHT6Zq+B8XE8CMzfhz9K+J8nxuEtHZJbPuMXQaNhmlgx0xGVukMqNhsMN816sHxZcZV2Z65Y75NehBGpO2k1xgZwTlTUzjTFZbw5gZvF+Hf51OVUtBJ6GLz5HPeuZQoyX5KFmzsSd2HWuvx4f3iAtt7jEYGdwSK9KSdm0HQF21xccL4VN+NHkjzn2NaY7jJ/wed+oLpiTh85Nuysd1b9qy8jH91o0/T5fY0wrvSI9hneudY7kd7kCTSlhzrohjoyvRbYtvnkOVY+REzbNBay4AGc15k4iQRNcJDCXkOw5DzrOGNydIpbFkLYiTc5wWOfWuqS2bWF279ymnOfM+dYzXJ2ZSley3vRjNTxEhPxKUv4emfpXf40F2XEHsjhy2NhyrfOm0oo2g9WNeHzBGlc88iuDNjekgbBJ5cPMgO2okDNaxhpNgmUl8sD0OKtRE2PeHyBUT/eK4MsbbM2N0m361xuIHLu6KwMFyKcMdy2NfJCWbRasNzgKo8/9704xuRVldq+oFSQMeXWqmq2OxrFNoGOWwrllGyJliXWkHJFS8dkhPCNN1xNJX3jhGvHTPSvov07CseO/bOfPKo6NR9pTyr0rOE++0J5GgKPjcJ50WBAzx/zCmBBpo/5hQIr71TkaqOwog0qgfEPnQB1Elk/w4pG8iENFE8ortgvEbu14aueI31nanoks6629kXJ/KrWOTVkPNBdGb4h20sI0YcPhuL1xsHZe5jHrk5Y+2BSqK7ZLyt9IVC97VcZ2tybO3brCoiUf/M+I/WhTS6QcZS2zQWnBi0CDjF3PxOQb6Z3JiU+icifU0SyN6ZrHGojGGCK3BEEUcY/oUCoqiiR38xTA8eW+lAAZMDPPlXTyJomLqQ4PhB+pNFiLLtftlkyElnG4x0IpSuvyElqgXhNwU0xMSNey/wCYbEfMYrDyMf1Y/wCxytBt3ClzHvjPnXm45OD6JsqsOKyWLC3uwXiztk7j2r18WVTRadO0PbWdJcSRNrUjAZf97VqdClaLwy5xpDHrttS09DRMEd5qA3Hn50vyNC7h183D+IyQMfu85UHqprw/P8NSto9HFPnFMbXt+JM5PyryseGiroFWQEe9a8aGZ6ZiTht9yPWvRgjayu0c4cDGQQd6rLHaJbLtfdXBKk88gVCjyjsOVoKeRXXOdqxUaIKFmCONbbZHWuvBH7kx1ZbFJoklTqDmuuSfZcZFPHJRJwqBSclZyR7Ff9KqHZy+fXFMT25wWI57Z6UZFf8AQx8CdScS15MgjrUJUz0JyBw2cZ9610ujPsLtHwBnnXNminsnsdW7/lXnTVACcRnMkoUE6F2G/WtsEOKs1WkS1gZIJOMKKniOy8Sb4zWfEyJSyaY8g70QhbGmK7ttXQc8Zr0sUGik6IxHShA3J9KWVcpGqdItE2ghV6bbVm8d22K7Iztk6s4zRBUTZBXIOR0puOmPkMbe5KKmDvneuOeK2yX8jmCfUoNcUoUI+vbgEKoOOS08cPZd62VT3Qkhk0nbX+lVHG01ZKkmW2DFckkHyqMqspMMM+XbeseGhSeyp7hmYIvNvLfaujBg5yRN+z0PgfDxZcPRZB98/jfP5D5CvoYRUVSPOyz5SDTCp/DVmZW8CjkMUqGVmFc86ehWyPcr1GaWg2fC2VwdK7DcnkBQl6REsih2KLzi3CbXI75rqUf9O28X1bZR9T7VnPLix/vdf7mDzyf7ULJe03Ev/wBOs7WyT+Z171z8zgD6Vzy/UYRX2R/zIfKT+5ia4ueNcSkaOa+urgvzjgOgfPTjFEPJz5f2qgjD4RZZdkWPinMVsp5qg1ufc8v1rZY5Pc3ZusfyOrXglrZlTAilx+OQam/Pl8q0UVHo2SS6QYRKdy2cdaYaInvBjDc6BkNU3PNAETLJQB5jcFWXwgbjnyrp2Qgdi652LDkCedK17HRbEWOxYIPIClYMDu0WC4IkJEMuMtjdG6N8qmOnRz5I0w2CcyBllAE8ezgcj/UPQ1yeTh39Rf1MWvRG4ijuI8NnUORrmxylB6EmL7e4uOGzkqcodip5NXp48qmtGsZezTcOvI7xAYCQ34kY7rW/ZrGSfYfspCsPcc80mi0xP2kDr9muhgMh0HT9R+9ZTipdnRgnVxAoL4sAM8sbV52bx0to6k7GsU2VG9efKA7FPEPDK/LHPNduDpWaJgttJic7DB6VvlinHRLkXzOMIwPocVjBXaBSLI5fu9/1qXC3oGwa5kI+EjHWurBHexWXiTWVbmGXJromtFJ0fcQGqyBPRwPqDURe9GHlO8exQrYkB89jWzjyVHn4p8JKRZI2FIzUKO6PVnL2Vht96pk2FwNtvisckRpjZJdERbrjavOlD7qGLQ33wDHA3NdTiuFjci1ZdSJ1y+fzqXCmwUrCg5zt0rncBWVzy5A3yK6MOJFJg0rYVABuBn2zXUlXQXsir4XOfQVPCxuVaIptg561VIXKw6CLvfAOZ5e9c03wVsmUgOTUrsu/hwd63rVkxybout3B2PtvWGXG7s0chtaTDAVcVwZICsG4pfEA9MAnatvH8e9iyZKF9leOY2TI3I/SurPgSaZjjm/ZobObEWpjvivKyQt0dMWfGfrzwM0RgF2aLsJw03/EjcyLmC2wTn8TdB+9ej42KtmGadKj0giu2zjIsD50WwpEGFKwKmXl50wdIT8S41DaM0duBcXI5qPhQ/1H9h+Vc2byoYf3d/BzSzOWo9Gcvrm4vSTf3BdeYhXaMf8Ax6/PNeXl83Nl1HSMaRG1tpbs6LGDUo2aQ7Ivz/YVeLw55NyNIwchxbcAiUZvJGmb+VfCn9zXoY/Gxw3RtHEl2MliSJBHEion8qjFdBr10RYYpgcIoAgwosCBAJzTsCOnAxSsRBlx0ppgeThTgEMB5sa6GSWxyhSTzOPp86PYFqxxN45HAPvRS7Ffopu7T7RCyoUyNx50pJ9oUlaE0MrtH4WIuLfl/UnkfPH6e1Wvu2jmYdDcRzx602PVfI/2rgzYFH7o9CaJSgTJpdaxi3F2hIAaOS1dZIWKsu4IPKuzHl5Fp6H/AA3in2tdDHTc9V6N7f2roUuRrGXyF36farWaBtmYeEnffoaT2bRuLsyEblHKsMEHkehqJxtHZGSTG1rc+EDrXm5cJpZ9dnWuedTjVMdi4sEcY6b867Y7iZtnDdgh1O4ByKaw9MiOXbRfHMDHkH3FQ8dPZqpWU3DkHbPKtMcRNhduyhU1Hl/atHVUDZfeRvLwdrkEhY5VUDPTcE/pUxic3kZLqPwJZNmPLzzW35OMrlYlAwPPY+hoSR0wyNqjqHVy5/pUtUzpTtBcTYIHI1lJFph7SgIFbmRXK4btD5exVdXOg4yd9jXbjxJpM58mX0i6xmZzGD0GdumaxzwSVmmKeqDdZ1ZHTqeWaxhBdGiZB2LEAk71skkXaSInxOcVW+kS5UVyRvqBGoLyG1XGlo45ZW3ZdFE7fhJqddlxy0HMzWcWI0LXUmyKBkjPU1xuMckqk9A8jfQ/7P8AYLivF7F2wsM+ksv2htOs9EH9zgV2Ysc5yfqJlLJxX5M7xjhF/wAGvWteJWstrdLgmOVcEjzHQj1G1XPC0awzqS7IWsh1A7jHTFcWbFV6NuRC8jWWcqZcK45AZIqsNxjtdGOXIk6BLRH5AZBOSa0zTT2ggN0kIUgbkfKuD6dnQpDfgnCLrjF0Le1XYf4kjDwoPU1pjwvthKairPXeF8Pg4ZYx2tqPAnMnmx6k12JUcjbk7YQ3ypiZAnbfnQIizAAkkBQMkk4AHmTRdCb4q2ZbjPGmucwWDskHJ5uTP6L5D15n0ry/J85L7Mf+ZyTk5vfQieRLdAkS5YnAUDJJrgx4Z5nYlb6HXCuAlsT8TGpuYg6D/N/avZweLHGt9nRDFW2PgFVQqhVUbAAYA9hXTZqQagKINzoDogaAKzQBw0AQNFgRNMVHCKQddniyTFt3Z8nodhiu1kBMbF056UB5Dz96jfY2XJA2kMyqpPItk0UKyaQoG3lB686VWF/Aq4kht7pZ4cAZzsNs9RTjpmU1QFM/cXCywZWKQalHl5iqoha0MLe4WRdQyPMeVcWTFxdk1Ra51DBxnl71klxeg6ApI9DakJDDeujHN+x3So0PBeJi7ZYLtgJh8LHbX7+tdMXyNIutMSdowkfGplRQA2lvfbnT40jpx5L0waGXC7VjPGvZ1KQX32oEZx1rCOOmU2L7ssH3yBW+ONaOfI/bF7ticE8s1ulqjnfdjC3k1LjrnOaxlE6MbJyOGbbc5pxj7NbCrSGS5lWGLmeZ8h506t0Y5cvBWaq4s1/4JPaxDYRHTk7kjf8AankVJHJik5uVmHYgqp64+dC7Ymct2UMVO6tsacl8AtESphlIxyO+1P8AcqNceWtMtgcE7HaolE6oyXaDu7muVH2ddb4+Edaw40+gySSQmukc3RR1Ksp06T0NdUahHZyN8mM4VEUYC7E4ya5JPmzqi0lSLl1Ead+f0qkqZqnQXa20k7hIlZ5G6D/e1FLsmWT4NJYcFtraH/mB3tw25IOAvoKZjJ8tME41CtqYNKZWTOQd8HaspwraMMmqob8HtoPs7s8MZfSrAsOWSf7U8cE+xQk26HViILfLxRRI3PKqBgVvGKj0jVmp4JdHvFJY7jnW8JWYzR6Xw+z4V2ksPsXG7K1vY0GUE6BtJ64PMZ9CK6lUkYNtbPMP4z9iOw3ZLhz3Nle3lrxaZSbbhySiUP6sGBZUHnn0FTPB9SLb1+f+PyV/1LjUVs8e7K8Jk4vxWO21KJJs+JxkAYySRXl5YfbUdG+NtytmrH8OeJK5Ec9lp6HUf0xXN9NtnTY64X/DqKFg/EblpvNIVKj6nerWKu9j+obG0tILG3WC0hSGIclQY+fqfU1p0Q3ZaaAIMaBMouJY4ImlmcJGvxMf09SfKpnNQXKWkROSirZjuL8Ue+YocpaqciMc29W8z6chXieR5cs2o9HLKTltima4J0xxAtIxAAUZ38vU08HivIxJWafgXBlslFxcgPeEe4j9B6+texjxxxqoo6oQ4jjO9aFlTHANAyBNIRWx8qBkSaYED6UgImgCJ9KYESKAIk0hHi6zLjwgZJzk12v8EBUMg/Dgt5Cl/AggmV8qXAPUKNzSpj0VTRGM5UEHoOppK2JFMwEsDI5QMdx/Nml3oTVigIZYnh/EPvE/cf78q0UrRh7B4JWhkyPmKcoqS2OhvE4dVYE4xtXDkjwdENEW55A28hSSsPyVuu2U2YdfKri32O6AeJSvPdySyMWYHGTz2ruj0VZG3mGcPzpONnTjzemFE45NlfPyrHi0dKkiLgyKRk56UftZE1yVC94W1gHmds8615ROZxadB/diFAg543J5k1km5OzeNR0QaQIck48tsmtFGxSypaNL2QTvYpnA27zHnyAqorZx5ZcmamNMHSw22FLKvtF47++jzadDDJLE3OOQr9DUL5LfwDnZ+mPOqsQRJ441k6jCt7dDUftJl8nwjVyCPCfOlyaGpuLLViLhndiY4VDac41HNVFqq9lyk8lNjNLKXipkvI1hRy+67jJx51x58qxS4v2OORRVBlp2bubmC8lkubWBLWBpiGYkuBjwrgc9+tXhyRndFfXS0a/+D/ZbhHaHjVzFxeOWW3htXmVVlKZYFQMkb43NbYKySaYnmk+jWrZ8PtO9tbWyjhgDYxGuCfnzNcn11FtPo61jbVi7iXCl095Zg+o8q2U1Lohxa7MV2ogeJbbvAQ2s8x6VOToxyrSD+HnCyKNj9mib/wC4/wB6qH/gzg/vDoZcgA9K1OgaWFwV3yAc8/KqTJkgfjX8UZ+Eo1r2dZGuyMG6Yalj/wAo6n1O1bwy1s5ZJPSMPHw3ivGbLifaC/kknit9LXFxO5Jd2YAKCebb8ugHtROU8itkqKj0em/+GngUPGO03FLq9jMkNtaaQOgd2wPyVvrUYIRkm2jS2uj3r/y/w+3uGEdqTj+Y7VssUF0g5NoIbhPD5RpeCMD+k1XCL9E8mugC57H8NkU6JJIyeuQRWb8eDKWWSMl2j7N3HCUEwJltidnA5Vy5cDgrW0bQy8tMzM80cETyzMEjQZZj0/ufSuac1CPKXRc5qCtmK4vxWS+k1HwQoToTnj1Pmxrw/IzS8iVejjk3J2xHdXPPBIxzzW3jeJyapC7NR2Y4SbWIXl0n/MuPAp/6an/8j+m1evSiuKOvHDirHxOBQaEC2DQBFiDuKAK2NAEKAIE0ARJoERJoGRLfSgXRwmgCJPzoA8N69Plyrv1RmGWvMaQwz0FZ99AHhygzpA9aLF6OZ1eJt88jikUj7ZCCABncDrQlT0FiriC91c94owM6v71UTGapgd7Dg60G1OOtE36I2c+hwpPhNKcOQmMAcjauTr0TVENWG3pV7DYvutpnJ867cbuNssHOxyfOtALYyehPy6UilJrosErIc86nipPZayyLmuV0RiMAl1yxxjSc4x6/61H0ldj+q2fXBZ7MOCQVbB36HlVJJSIk2Lxlmyd8+da1RBuew5Q2ckZbEhcuB6DAqYv7mjOZqmTBB60ZFcWGN1NHnnaGIR8bv0A27zV9R/rWMX0bz/cKpFwARVogJsSrNoY+FxpPp61ExfgkEaNmD7EHBz0qO+iUmyyBtUd2m+8eR8jVpaNE6Nf2etMdn0uI2yBIwkUc18j7GuDzcLa+qv6kSe6O8QYx2VxpJAZNJx5GuTBL76EbH+BjaOK8Q55azZPq6V6eGfHkawVs9Nbg6kk6Rv6Vk4I7ORW3BhjZKFCloHI86/i9YfZLPhLacFp5Fzj+gUp6iY5n0ZaxbF26+div5b/tWsXtfwYR/cW3F9FZQa5W0g8gNy3oK05aOiUlHsznE+MXN6jRjMVudu7U7t7n9qjnydJnLKbnZ92c4Mb+71SnEK7uw5+w9a0i30XCHI3Hb7iMdt2MsuFWqLFFJODoQ4ACDP6kVvKX2NCkqZ6B/wCGRo+HcI4lcS6R9qmAyf5UX+7Gq8ZXAU9M9q4jd27xB2lVFxzJroomxS09vIv3F2ur1G1LTGHWImljIIWQf0NVL8kkOK3dknAL/wC3SiOCOMly/wCHy+eaU2km5dC5cdn5p7QcTN7OUjBW3Q+FT/8A7H1r4/yczzSqPRTk5O2Z+4lP4Tjy9B1NVgwcnSJDezHD1vLr7XcD7iFvAp/G/r7frgV63FQXE6cOO/uZsmm6k0HRREzA4waLCj4vv6UCZWXoAiX286AIl6AIa80ARL0CIF6AId4M7UDPi+1AHNYoA8UTGrA3xz32FdzMmw6BsAlufQKKlgTZmJyzAegpewLBIQoyAP1pOwPgcjmfEd89faivkV2DcRAeDb8P6U6rZM9oGQd5AoP8op7ox7Fc0ZjkK/Sruyuwy1m1ov8AMPXn61jkhRLL3OTke9Yr4F7A7oeJWXkdq3xvVFKgYj02+lb+hny8vWkBKQ7bULQtlXUDJJByKr+R9B9oe8jmi6um3uNxWb7srtACnO/nzqiWOLG5ls47WeBsOjsR5EbbH0rBtqVomSPR+G3sXErFbiHrs6nmjdQa3UuUTL9rMZ2ui0cfuumtI3H0A/asUdU9sSCF5CRGupuZx/vaqRm2TSExDOoMeW3IfPrUSq6EvkpuJDIxaRiTWi0UER97bMJYsZ3zkZBHrWfJXsXs1XBrtrForu2AktZF0Sxefmp/Y1jklLFLk9xfZMqeg3jarHa3AjYmMqrIT1U4I/I15sYKGZU9AjYfwG0Nx+eN2AaSBlTP4jkHH0B+ld8F2a4nvZ76toMDarOiz42Y8qKCzyX/AMQcAi4XwH1upv8A/mtZ5V9uzPK+jyo3Zsb+Gbu+8P2VVCHYHII39KTmocZP4Oe2mJp+8uLhpZ2LOenQD08qxeRzegbbdsgU1yhFHM4A6murGqjQLezbcNiS1tFiTmPiPUnrWyo61GlRnu21133ELeAHaOPJHqT/AKCpySpGM9yPT+xF0/CuztnGhx4NZwcHJOa68WopEscX3aeWZAC2P6WolMqMTsXG3jjDhic+vWkpaG42aLgHaaVXjCyE6j051ccpEofJi/4kdsH43etHbtptFIGBt3rDbWf2rwPP8760uEP2r/Uw72zz6WXGeuTv6muLFG6K7KrSzn4rxOCwtRqmmbBONlHMk+gGTXsY8axouMeTo9Li7NrbwJDCCERdIzz96iUHJ2z0IySSSIPwRxyFT9JlcyluCyjkCPajgw5orbhdyv4m2p1JByRU9hc5zk5ouQvtKntLpc7Z+VHKQUiox3I5pmnzYOKK2Mw5xmnzftC4fkrMjDmjD5U+aBwItN55FPkhcWV98uTg0KcX7BwZITDTvVCaaOd8KKEeQxAggKPeux9mX8BSLoG3M7Z9aQrOyA4IB5UUuwJKNKb7daTD2QaUE+HxHl7UDJCIzRPqJACk7Uu+xP8AbQFA3hXzx+9WjAjfQ6o9Q6dRRdMSYuhcxSA9Ad6qSsoYqwZfMHH0rmlGuyGVTLqBB59KqDpjQGTyroWyjm2fT0oA6eVHfYFB5j+9XtCDLOXTKjZ5Heokk9FohdRCK7kQcgdS+x3FJPVktbCsj7NEBn4mP6VjJbJb2M+BcTl4Zch1BaJvDImfiHp6j/SlGfF2ZyGvamS2u+IxTwyiRWtlDBdiCCefltTk4p8jVu0hFJIFGnG3RRy+nWoTlN/gnsFmkJIyTq/lB/U1rDHxRSVF/DLSOacfaDsRgL5E8s1GXJ6X+ZLlXRORwtxJEwA07bjr5VnCL4KXscVoI4VefZZzHJvE2zKeVatKUd+x99Gj4nIJOHZXdREiAnrjFebkxSx5o/FEhvY66msQLq1fu7iGRJI28mBOPl5+hNaSnwxuXw0K36P1T2d4lDxvgtpxG3AVZ0yUznQw2ZfkQRXZFKS5I6Yz5K0MhHmnxZVnjv8A4jAjWnZ+DWglE00mjPi06VGrHlnIz6Vz+S+ELZlkkeJypjOTlvU15fNzezHplGg59/St06Qwzg1r3nG4x/KQB7mu3xpckxof3UctuxBX0BrdaO7sxd05vePPv8UgUew2qO2crdys38XEBHFpz92Bp0+1dKkauGjq3xl2O/r1qXL5KSoKS4ZogmfzrNvQUgi9vms7LuUY9/MuTv8ACh6e5/T3rzPO8lxX0ovbOfLPk+KMzLIXcnJNedGNIyA5HwNZPov7mvW8XDSUmB61/CHss1vwZuMXUeLm/H3OfwwA7H/5EZ9gPOuyrOjGuKs3jcO9KfE05FbcOH8opcQsqbhw/lpUOypuGjqgo4hyKn4an8lLigsqbhaH8IoodlD8JT+UUUg5MGk4Mh/BS4oOQLLwVDnC0OCHyYFNwMb4UfSpcCuYBPwEb4U1Lxj5gE3AGBOARS4UVzA5OBzqfCTijiw5JnjyZCnR9a9CjlLY/wCrljl5VLBMkAC3i5Z2/wBaPQyMmFUk4LHlRQvZWrBXwCC370/Q+g1MacasqowccqNpUxasVRjEYI6MaI/kw9hUeHjYVTQhNdxd3KR0NVF+hlto+RpJO1ZzjewaCH3XbnWEVQkCSghs9PSulPRXZUcY5YPWqC/RBj8t+lNAV8+tV0gLIDgkHf5+VS1oaDrwa44JRnYaCfbcVC1aCR3P3cY671nLT6IfdBMKYALE5/SspzUfyxVZKSUhTpOAPPp70oQbdsE2wQszErGDnzro1EaJd3oHvSTsbYRbsQQcY3+tYzTZmzkzmfikhOPEwGfPYCqTaxo0j0cu4jDK6nmhx7iqhJNWCYx4bfZi+zzklG2z5etVOKkqYNGi4WrQWUwY7q6fqa87NGsckyXo9G7CdqpuDW1zbbvAxEygH4Tyb/8AE1HiZWouPwaYX91P2aq4/idDZ2jzSRSMyjwoCBrboM9K6X5HFWzoyRUFbPJONcVvOO8SuOI8Tl7y5m3OOSKOSqOijkK8nyPIeZ2zh7diWVRqJIqYOtjOLHgFj0q3LQwvhpaGdJI/jDa/oCa9Hx3xhQ4K5IYT8bbuXM8edKk59QK2jmXTO6UaTaMf2eUPxESycly5P+/Wmr5I5YI0rzxbgyACtXJfJ0bPlv40X7oM7DpyqHkgvY+MmGcJe5mkkuroItpBzQHeRz8KfufT3rDN5axwcq/gyzPgu9nLu5knlkeRizOcknrXhRubuT7OVAbtq8PInmfIeddeDH9WfH0P8jfsTwA9qu1Vrw86ls1+9uWH4YV5gerZCj1b0r2ox1r+Bw2z9RRwRKqpGERFAVVXYKAMAD0A2rTgb2dMA6AGjiwsi1uPKhoLK2tlPSlQWVNbL5UqCyprQeQo4jsqa0FJodlbWgzsBSoLK2sgelFBZU1gPKjiFlD8PB6U6FZQ/DR0FKh2Dvwz+mhoaZQ3CgfwilQ7PyfCCzBRso/Oulv0ZlwXG53xyFRQyvUCzH9Kar2BWzjGQNPl5mjsZ9Gm2o0l+QYSjFVAyNjvR2IHijzasdshjVLo5W90fWx8YH6VVWF2C8Ujzk43prTKi/QsQlXBG2OdNq0MOVwyg7kHnWMoNCIt4iRj29KcGNFBBNaehlbjbmaBUUnz5flV2q2MkhIcHpRdgNIV721mTmVGtdvKsZadlNaslbx6iDnAArGToy12iyd9AycAVMIX2OgeMSXMgVBn9hXQ2oofSCUiWIYH1xzqG7TbEmccZ/1o2B9EcEZ86ib9EHLMauIAZzmTf6051GKNfQx43HidXA55B+tcnizttL5ITFGSrDBr0OykzU8E4i09s9vJ8Zxg+eK5fIxuUGo9ikmaXg8+kxOTkA4YenI/ka8jFP6eZW9PRCb7QBxK47+7YI2qKIkKR18zV+RK3xXSNcuR5GQZ9sVyJW7RmREZbA8/Sqc6WhJEp1xpUUsbvYy+2XE8APJgw/8AtNelgl6Lh+5AnaIiHhcm3ichB+/5CtopWdud1GvkC7MQBo5nPooqpezHCt2Ovs4PQVFM6S+2sTNMkcSqXbYZ5DzJPkNzQ0TKXFWwq8lRRHb23/p48hTyLHqx9/0wK8fNm+rK10ujglLm+TF8p+LB2G1TBCB3JSEk83/IV7XiYuMb9sT0ansbfycFtpZYiyTXGCxU48I5D9TW88lSpHXix/bb9mpj7bX6HadtuhNT9R/JpwDIv4gX6AeJWq1lol4wu3/iXepnvURxn2xVrM/YvpDGD+J0f/Xtl+Rp/WT7QvptDGD+I3C5B97G6Gn9WDFwkg2Dttwab/q6fc01KD9i4y+A+LtFwqXlcp9aacX7FsITiXDpfguY8+9FJ+wtlyvbyDwSofY0+AciWhGzpdTj1pODDkcNuDvnPtRxY+RB7XNLiFlZtPSlxCyBtBnAHrRxCz8S2zMx8PLHOtG60OrO3D63zk7bUmBFsAeE7e9D+R0Vr4mJK89hnrQwLiWxgkeHypXWhHFByF9fpRaHXwX2q5jlU9GNVG2jjyfuoEde7lB5CrVgqZVekMh5Gjsa0xOw3J50/RoWQSYBXcjnUTWgLiSGByNqSXoRyUdRVLYWVNyOBn3oQylhjNXsDhG/z8qaJsZcOl0TIeh2I86ymkXaDIMLGzHYA+fKuWVuRC7ATmaXP4eldS+1DoY8JUC5VBndSPfauZtykmRZKQYZvLNa0BRKdsenWhDK4/fkaUloTLeEjPEIs8tdKb0X6NHxO2zwu/dxuksSqfcsT+WK4/Gjx5P8mXbozEq+fyrsizQlaTPBMrAnwnNaP5HZtLabvLcNFsJRz8vOvF83DwnzXTIaBnbD6Ryrm9WBONu8k9AKX7UJbGES58XyFc0n6HeylzqlYjcCt8a0AZCpM0XoTz9jXZ48v7z+hcP3IRdr5d7WAern9B+9dsFqzfPLaiMOzkPd8MU4+Mk70MvCtWM9OMn86k2YYWFnaEHaeZfFnmqdB89ifTArg83PX91H+pxZp8nS6QsZttW+a89L0Ygjt3hVAfi5+1dvj4+c0v8AMZEA3FyF5L+gFe2nUXIeOPKVDgEjGk4A5VzHorRwsx65FJgR1t1NIZ0Ow6mqEfd4fOpHZ8JWA5n60xaPjK3nTt9ASW4lXGljn3othotXiE64Ac0chUXx8YuU+GWRf8rEVXKhcbC4u0nEVHhvbhfZzTU36YuK+A6DtjxaMjTfzfM5q1ll8k/TQwg/iBxZMargN7qBVrNL2S8aDov4i8RHxMhPquar6rF9MMj/AIj3h5pAfXBp/VYnjR+aVYImnHLnWtewsgrb5PPG3oKQzqgyHnSYj47HYY9BRQE48s7DpyNMC3c6ccyaljCbQeOUHnqqsZy5U+QLfR4XOOVXX9DOOxdK2qI+3nT9Fp7FhxnFBocGxyM0AEB9WN6zCy5BqAU8z51L0JlLppO3KtQKCPFzxtTT9AQ9frT0ARbtgA7bVL+RoYX0quESPYMoZwPPyrOMUvuBlWBGoX8R3P8AapnIzsYcI/8AXRD5VlVNE2TuRiVs1rXyNOgaTGT546UIbKoviwfapmLvRdwbe/iyR8Y/WjI3o0ZsuLxj/wArGQc5Jl1e6oR/auTHJfS//sZLUjHyLgeWD0raD2UmVtGDnG3pmnypaGnsd9nbnZ7ZjzGU361n5EPqwddrYWFXJ0OTXmQV9kvRdYjKZPNqjLpgM/hT22rjqxsqhGpx710w6DoPt18S79CfyNb+LTyf0Lx/uRju0Mvf8ckUZxHiMY9Of616KdKy8jubNfZR9zaQx/yoKH2dMFUUHWka+KaUZih3IP4m/Cvz6+gNZZcixwc2RmnxjrtgV3I0szMx1EnUSfM14btybfbOP8AUrbc+fX0rSNoKB9emJmz4nOBtyFez4mLhG12xBvC4dMRlOxfl7f7/AErfI90jswRpcmGHNZHQtHxoaAjjHlSGfU+2L+Tm/XpSA5+tAHDypgRPnmkB9nlSA+z60DIlsH3pbQvR8GP/AGpptCJd565qrA73mPKnYqOiU/zVXIKPOch+YOOZzXd7MT748joOZpNAXgaUOeQ2qf5BJkNyfnin/Aei5E0kDz51PasC9Fy48sZpd9D9MItB/wAxIMbEA/tV4u2c2dU0yviafd7c61ZiuxBKcA5FBotgLc9/qKCiHXPKnXsLLImwMEbc6mdAEIdxtvUMT2fSuBOVONLAfOnFa/gEqRXNGVAIzpO2f2NNPY31ZSRk1evQycOc7HnSdNCsY2EJlmGQSoNZN/ApSDuL2fdFZ4h922FYfyn/AFFZNEIr4U2L+Ek7Bsc/Ws5dp/kEFcQXTcOD1rofYAMh3O1KhlcWdftUz+RMu4P/AOtiwBjWDSyu6Lelo2N+S/Z5k/CsqyH5qy/rivJwTbjOH5TJrZlHGV9xyrui9iIxjIGKTYdFkLm3uklXoc1pCVlDjiTDKld9W6+xrh4cZtEPsLshhVrkyOm6GGyHEZHrsa5ktjJW4wTjoK3tqLQBqEJlzsEQsfpW/hq5t/gvG/vTMPw9TecUDNuZJNX1Nek/SFFts3yxSNC8qIzRRnDOB4VzyyeQ+dJW+jvbS7YJNxu2biUPC7VBcQrG5kmDFfGQPGvmBjG/QVl5OKDg3P11/wAnFO5XNlMrZIzzx9K8NIz7A521HQB8XP0FdmDF9SSXoLIQobq4WNNk5ZHQdTXtJ8V/sVCPJ0h6FAACjAAwBWPs9DRw0h9kTyoA+3xSYEdzzp/yI+/SgZ8fypICO9OgONyo2K6PgM4pd9gRIyKNAQI32pdMf8HBnlv8qAO5+lMCBOPOpYI+1elFgYAgsSBsBzNeozmLYkIwfOp7Y+iUh6bCgNklGSSM46UvwBei5O+221TYdF4XxCkxlq+CWNz0Ok+x/wBcURlUkzLNHRPiK/dZI+VdT62cj7Mvd+Fjil6NlQCaL2URPn6U+wPkJBBHL0oq9CCo89OfnWUq9g/kruxlUYZ22qod0hWWW0oZDkDOMMp6inJcRshcRd2QR8LfCaItMVn0IywPlvihjRoeGwhEXP8AvNZpezKbt0xozR6jFMAYZfCwoaXRIllgaw4oInOcMCrY2YdDWE7iU6aC+LDFy3pWrYR1sXORgigq7K4RljvvUZNkvRbwkgXkR/qHOjIVJ+zbhO94fcxDJ1QsR6lfEP0rw8Uv75r5AyPMA4xyr0V2T7IxEDAxz6U5Id/JORdSHbaoTqVsEw/WZbK1YndSUPy3/eqzR3yBjK1OFHoM15mTsFsKkbKryzWMNvYwi1HnyzW0k1ED7i8hi4VdFN2dO7X1LED9K38Jdv0NOjO2Drw371AktzyUkZVT6D8R/wB711SyO6iJSfou4rdXbw6r2ZmlI0xwgBQgPmBt5bVUZW1Gy7tl3Z7h720bzTgd7KPxcwv+tcXneQpf3cekEnehhcNgEmuKKvRFAUj4XOfG/wCQr2vGxcY/liG/DLfuYAzDDvufQdBWs3bpHbhhxj+WF8/SoNrs+35cxT6CzhFICLDNKgOAU6C/k+0+dIZ8BzyKYrOEDpSAgQaAPhQHo+PI0UBAj6VLWwI48qdAiBGOVTuhkTnnSoZ0nbH71Viow0MbsdyNPWvSbOVljMAcDYCkUV7sdvrSbGrL0Q7DnjFJ9gqCVUY386kf5L1XxBuvSgRPuwyFTtqGKn0J77OvmW03+MbMPUV1QfKKZwyjxdGY4guCd6frRcBc3XGdjTRZDlv/AK0AffP8qYBFu22Kzkq2DLZEDxsu3LIqE6EARv3MoIzzwRjpW/4GxooEsbR5BDbqfX/e1Y3TsllVohMmnGP2qpMZpLcYto2I3Y5oRhJ7LOJBjASvxKc0pKh3sCvbgT2lpIf8RCUPtWM1or2W8VbU6t0ZQfyoi7iqBWLWPh/tVDsjBjXvjGc+dRkTYnpk+GnF0hP8wFPKrLl0b6zcLKmvkGwfY/8AevnuXHIpP5JZjtGFxnYbV6a/cSVRczvVzeqD8hIXOV5Cse0HQRZbwzRHcghx8uf5GtZSbhZemMrc+FjvvtXmTEgpz4gDms4bex/gLthtv7860yriqYdi/j9yS0drHnOe8b9AP1NdWGLjD8sl7F0Mi2xBTDTfzDcJ7evrWnB/9pSTGPD+H65BdXW/VVP6mufPnUF9PH37Y260g+V8KWbmf94rgUbYgCVu8c5PhXdvfyr0PEw8ny9IWyfDYTdXZd/gTxMOnoK9RtxV+2bYocn+B8M5yayOw4OVAH2AKQEetFDsiw25bUgI5pgcJz51LA5k0D6O74qrEc96QHBjOOlCA+IpiImk0Mgd/ejYEW26VIEcbYzTQzh+VDsRjB19K9FoworHiG/TaperAvRAQOdEiqLYwPzNR10HwXY8WOmcUVphHZeo60pEouUDu9XUCnQ10QAxclR8Lrkj2OK0xKrOfyUtMz3F0A7zHQ1o9Myh8CZhhzVGtFZOR7UCPsU6saRKA7gdKTRD/bYWjHAO2SM1g3cqBIBulCzHHma6I/tQ2GWDExA53XlWeT4Bdh8CAGcjYhqn2JqkOjtbxkeVP8mJObxRnPWOrlH0THqzPTsRIF6fF86yn0zoroaXniit8nnGKyxK4maADuregrX3RbRyHZyOnP8AKs8j0Q/ghZNi5XGPiqcm4lyN3GxB6dK+eybkwXRlzt9RXqNezJkYgPEPInFVOTuhlyDce9ZyVRsbYTZ/+sQeZKn2IqoP0W/kMtiQvzrhmTe6C23lXPv+dRhVvYxhb7Ln0q8/oBDxQ4uJ3/FJIyk+gwABXXi2khpFvA7eN3d3XUUGwPLnS8ybx4vt9lPSHcjFYwR1GTXkdEAMpyD6cq2hsPQEzHRGvQrrPqa93BFKCSJTtj/hkSxWcenm41E+tOXbPRxpKKoKNQy0cbbFAM+HKgCP4aQIhS9lI4xwPlRLoSKzzx86TGdWmhHx5c6EBHng9aOxneYo9kncbUwI0ARB25CjoD7Gc0n7ArPMCkP0QO4pDR//2Q==" />
+</body>
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json
new file mode 100644
index 0000000..12cfc8c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json
@@ -0,0 +1,7 @@
+[
+ "https:\/\/test\/foo\/bar\/src.jpg",
+ "https:\/\/test\/foo\/bar\/data-original.jpg",
+ "https:\/\/test\/foo\/bar\/data-orig.jpg",
+ "https:\/\/test\/foo\/bar\/data-url.jpg",
+ "https:\/\/test\/foo\/bar\/data-src.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json
new file mode 100644
index 0000000..c442d50
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Image sources test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html
new file mode 100644
index 0000000..e5a6261
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html
@@ -0,0 +1,24 @@
+<article>
+ <h2>Lorem</h2>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>Images</p>
+ <p><img src="https://test/foo/bar/src.jpg"></p>
+ <p><img data-original="https://test/foo/bar/data-original.jpg" src="https://test/foo/bar/data-original.jpg"></p>
+ <p><img data-orig="https://test/foo/bar/data-orig.jpg" src="https://test/foo/bar/data-orig.jpg"></p>
+ <p><img data-url="https://test/foo/bar/data-url.jpg" src="https://test/foo/bar/data-url.jpg"></p>
+ <p><img data-src="https://test/foo/bar/data-src.jpg" src="https://test/foo/bar/data-src.jpg"></p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+</article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html
new file mode 100644
index 0000000..8727af6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Image sources test</title>
+</head>
+<body>
+<article>
+ <h1>Lorem</h1>
+ <div>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <p>Images</p>
+ <p><img src="https://test/foo/bar/src.jpg"/></p>
+ <p><img data-original="https://test/foo/bar/data-original.jpg"/></p>
+ <p><img data-orig="https://test/foo/bar/data-orig.jpg"/></p>
+ <p><img data-url="https://test/foo/bar/data-url.jpg"/></p>
+ <p><img data-src="https://test/foo/bar/data-src.jpg"/></p>
+ <div>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+</article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-images.json
new file mode 100644
index 0000000..9a202b5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-images.json
@@ -0,0 +1,5 @@
+[
+ "https:\/\/aem.dropbox.com\/cms\/content\/dam\/dropbox\/tech-blog\/en-us\/2020\/11\/atf\/diagrams\/Techblog-ATF-Social.png",
+ "http:\/\/fakehost\/cms\/content\/dam\/dropbox\/tech-blog\/en-us\/2020\/11\/atf\/diagrams\/Techblog-ATF-720x844px-1.png",
+ "http:\/\/fakehost\/cms\/content\/dam\/dropbox\/tech-blog\/en-us\/2020\/11\/atf\/diagrams\/Techblog-ATF-720x225px-2.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-metadata.json
new file mode 100644
index 0000000..d3d9913
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Arun Sai Krishnan",
+ "Direction": null,
+ "Excerpt": "I joined Dropbox not long after graduating with a Master\u2019s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal service that most of our software would use: It would handle asynchronous computing requests behind the scenes, powering everything from dragging a file into a Dropbox folder to scheduling a marketing campaign.",
+ "Image": "https:\/\/aem.dropbox.com\/cms\/content\/dam\/dropbox\/tech-blog\/en-us\/2020\/11\/atf\/diagrams\/Techblog-ATF-Social.png",
+ "Title": "How we designed Dropbox\u2019s ATF - an async task framework",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected.html b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected.html
new file mode 100644
index 0000000..e15acfa
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected.html
@@ -0,0 +1,527 @@
+<div>
+ <div>
+ <p>
+ I joined Dropbox not long after graduating with a Master’s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal service that most of our software would use: It would handle asynchronous computing requests behind the scenes, powering everything from dragging a file into a Dropbox folder to scheduling a marketing campaign.
+ </p>
+ <p>
+ This Asynchronous Task Framework (ATF) would replace multiple bespoke async systems used by different engineering teams. It would reduce redundant development, incompatibilities, and reliance on legacy software. There were no open-source projects or buy-not-build solutions that worked well for our use case and scale, so we had to create our own. ATF is both an important and interesting challenge, though, so we were happy to design, build and deploy our own in-house service.
+ </p>
+ <p>
+ ATF not only had to work well, it had to work well at scale: It would be a foundational building block of Dropbox infrastructure. It would need to handle 10,000 async tasks per second from the start, and be architected for future growth. It would need to support nearly 100 unique async task types from the start, again with room to grow. There were at least two dozen engineering teams that would want to use it for entirely different parts of our codebase, for many products and services.&nbsp;
+ </p>
+ <p>
+ As any engineer would, we Googled to see what other companies with mega-scale services had done to handle async tasks. We were disappointed to find little material published by engineers who built supersized async services.
+ </p>
+ <p>
+ Now that ATF is deployed and currently serving 9,000 async tasks scheduled per second and in use by 28 engineering teams internally, we’re glad to fill that information gap. We’ve documented Dropbox ATF thoroughly, as a reference and guide for the engineering community seeking their own async solutions.
+ </p>
+ </div>
+ <div>
+ <p id="introduction">
+ <h2>
+ Introduction
+ </h2>
+ </p>
+ </div>
+ <div>
+ <p>
+ Scheduling asynchronous tasks on-demand is a critical capability that powers many features and internal platforms at Dropbox. Async Task Framework (ATF) is the infrastructural system that supports this capability at Dropbox through a callback-based architecture. ATF enables developers to define callbacks, and schedule tasks that execute against these pre-defined callbacks.
+ </p>
+ <p>
+ Since its introduction over a year ago, ATF has gone on to become an important building block in the Dropbox infrastructure, used by nearly 30 internal teams across our codebase. It currently supports 100+ use cases which require either immediate or delayed task scheduling.&nbsp;
+ </p>
+ </div>
+ <div>
+ <p id="glossary">
+ <h2>
+ Glossary
+ </h2>
+ </p>
+ </div>
+ <div>
+ <p>
+ Some basic terms repeatedly used in this post, defined as used in the context of this discussion.
+ </p>
+ <p>
+ <b>Lambda:</b> A callback implementing business logic.
+ </p>
+ <p>
+ <span><b>Task:</b> Unit of execution of a lambda. Each asynchronous job scheduled with ATF is a task.</span>
+ </p>
+ <p>
+ <span><b>Collection:</b> A labeled subset of tasks belonging to a lambda. If <span>send email</span> is implemented as a lambda, then <span>password reset email</span> and <span>marketing email</span> would be collections.</span>
+ </p>
+ <p>
+ <span><b>&nbsp;Priority:</b> Labels defining priority of execution of tasks within a lambda.&nbsp;</span>
+ </p>
+ </div>
+ <div>
+ <p id="features">
+ <h2>
+ Features
+ </h2>
+ </p>
+ </div>
+ <div>
+ <p>
+ <b>Task scheduling</b><br>
+ Clients can schedule tasks to execute at a specified time. Tasks can be scheduled for immediate execution, or delayed to fit the use case.
+ </p>
+ <p>
+ <b>Priority based execution</b><br>
+ Tasks should be associated with a priority. Tasks with higher priority should get executed before tasks with a lower priority once they are ready for execution.
+ </p>
+ <p>
+ <b>Task gating</b><br>
+ ATF enables the the gating of tasks based on lambda, or a subset of tasks on a lambda based on collection. Tasks can be gated to be completely dropped or paused until a suitable time for execution.
+ </p>
+ <p>
+ <b>Track task status</b><br>
+ Clients can query the status of a scheduled task.
+ </p>
+ </div>
+ <div>
+ <p id="system-guarantees">
+ <h2>
+ System guarantees
+ </h2>
+ </p>
+ </div>
+ <div>
+ <p>
+ <b>At-least once task execution<br></b> The ATF system guarantees that a task is executed at least once after being scheduled. Execution is said to be complete once the user-defined callback signals task completion to the ATF system.
+ </p>
+ <p>
+ <b>No concurrent task execution<br></b> The ATF system guarantees that at most one instance of a task will be actively executing at any given in point. This helps users write their callbacks without designing for concurrent execution of the same task from different locations.
+ </p>
+ <p>
+ <b>Isolation<br></b> Tasks in a given lambda are isolated from the tasks in other lambdas. This isolation spans across several dimensions, including worker capacity for task execution and resource use for task scheduling. Tasks on the same lambda but different priority levels are also isolated in their resource use for task scheduling.
+ </p>
+ <p>
+ <b>Delivery latency<br></b> 95% of tasks begin execution within five seconds from their scheduled execution time.
+ </p>
+ <p>
+ <b>High availability for task scheduling<br></b> The ATF service is 99.9% available to accept task scheduling requests from any client.
+ </p>
+ </div>
+ <div>
+ <p id="-lambda-requirements">
+ <h2>
+ Lambda requirements
+ </h2>
+ </p>
+ </div>
+ <div>
+ <p>
+ Following are some restrictions we place on the callback logic (lambda):
+ </p>
+ <p>
+ <b>Idempotence</b><br>
+ A single task on a lambda can be executed multiple times within the ATF system. Developers should ensure that their lambda logic and correctness of task execution in clients are not affected by this.
+ </p>
+ <p>
+ <b>Resiliency</b><br>
+ Worker processes which execute tasks might die at any point during task execution. ATF retries abruptly interrupted tasks, which could also be retried on different hosts. Lambda owners must design their lambdas such that retries on different hosts do not affect lambda correctness.
+ </p>
+ <p>
+ <b>Terminal state handling<br></b> ATF retries tasks until they are signaled to be complete from the lambda logic. Client code can mark a task as successfully completed, fatally terminated, or retriable. It is critical that lambda owners design clients to signal task completion appropriately to avoid misbehavior such as infinite retries.&nbsp;
+ </p>
+ </div>
+ <div>
+ <p id="architecture">
+ <h2>
+ Architecture
+ </h2>
+ </p>
+ </div>
+ <div>
+ <figure>
+ <img src="http://fakehost/cms/content/dam/dropbox/tech-blog/en-us/2020/11/atf/diagrams/Techblog-ATF-720x844px-1.png" aria-hidden="false" alt="Async Task Framework (ATF) [Fig 1]" height="1688" width="1440">
+ <figcaption>
+ Async Task Framework (ATF) [Fig 1]
+ </figcaption>
+ </figure>
+ </div>
+ <div>
+ <p>
+ In this section, we describe the high-level architecture of ATF and give brief description of its different components. (See Fig. 1 above.)&nbsp;In this section, we describe the high-level architecture of ATF and give brief description of its different components. (See Fig. 1 above.) Dropbox <a href="https://dropbox.tech/infrastructure/courier-dropbox-migration-to-grpc">uses gRPC</a> for remote calls and our in-house <a href="https://dropbox.tech/infrastructure/reintroducing-edgestore">Edgestore</a> to store tasks.
+ </p>
+ <p>
+ ATF consists of the following components:&nbsp;
+ </p>
+ <ul>
+ <li>Frontend
+ </li>
+ <li>Task Store
+ </li>
+ <li>Store Consumer
+ </li>
+ <li>Queue
+ </li>
+ <li>Controller
+ </li>
+ <li>Executor
+ </li>
+ <li>Heartbeat and Status Controller (HSC)<span><br></span>
+ </li>
+ </ul>
+ <p>
+ <span><b>Frontend</b><br>
+ This is the service that schedules requests via an RPC interface. The frontend accepts RPC requests from clients and schedules tasks by interacting with ATF’s task store described below.</span><br>
+ </p>
+ <p>
+ <b>Task Store<br></b> ATF tasks are stored in and triggered from the task store. The task store could be any generic data store with indexed querying capability. In ATF’s case, We use our in-house metadata store Edgestore to power the task store. More details can be&nbsp;found in the <a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=395988446153757833740421&amp;h2=Data-model">D</a><a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=395988446153757833740421&amp;h2=Data-model">ata</a> <a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=395988446153757833740421&amp;h2=Data-model">M</a><a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=395988446153757833740421&amp;h2=Data-model">odel</a> section below.
+ </p>
+ <p>
+ <b>Store Consumer<br></b> The Store Consumer is a service that periodically polls the task store to find tasks that are ready for execution and pushes them onto the right queues, as described in the queue section below. These could be tasks that are newly ready for execution, or older tasks that are ready for execution again because they either failed in a retriable way on execution, or were dropped elsewhere within the ATF system.&nbsp;
+ </p>
+ <p>
+ Below is a simple walkthrough of the Store Consumer’s function:&nbsp;
+ </p>
+ </div>
+ <div>
+ <pre><code>repeat every second:
+ 1. poll tasks ready for execution from task store
+ 2. push tasks onto the right queues
+ 3. update task statuses</code></pre>
+ </div>
+ <div>
+ <p>
+ The Store Consumer polls tasks that failed in earlier execution attempts. This helps with the at-least-once guarantee that the ATF system provides. More details on how the Store Consumer polls new and previously failed tasks is presented in the <a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=342792671048375002388848&amp;h2=Lifecycle-of-a-task">Lifecycle of a task</a> section below.
+ </p>
+ <p>
+ <b>Queue<br></b> ATF uses AWS <a href="https://aws.amazon.com/sqs/">Simple Queue Service</a> (SQS) to queue tasks internally. These queues act as a buffer between the Store Consumer and Controllers (described below). Each <span>&lt;lambda, priority&gt;</span> &nbsp;pair gets a dedicated SQS queue. The total number of SQS queues used by ATF is <span>#lambdas x #priorities</span>.
+ </p>
+ <p>
+ <b>Controller<br></b> Worker hosts are physical hosts dedicated for task execution. Each worker host has one controller process responsible for polling tasks from SQS queues in a background thread, and then pushing them onto process local buffered queues. The Controller is only aware of the lambdas it is serving and thus polls only the limited set of necessary queues.&nbsp;
+ </p>
+ <p>
+ The Controller serves tasks from its process local queue as a response to <span>NextWork</span> RPCs. This is the layer where execution level task prioritization occurs. The Controller has different process level queues for tasks of different priorities and can thus prioritize tasks in response to <span>NextWork</span> RPCs.
+ </p>
+ <p>
+ <b>Executor<br></b> The Executor is a process with multiple threads, responsible for the actual task execution. Each thread within an Executor process follows this simple loop:
+ </p>
+ </div>
+ <div>
+ <pre><code>while True:
+ w = get_next_work()
+ do_work(w)</code></pre>
+ </div>
+ <div>
+ <p>
+ Each worker host has a single Controller process and multiple executor processes. Both the Controller and Executors work in a “pull” model, in which active loops continuously long-poll for new work to be done.
+ </p>
+ <p>
+ <b>Heartbeat and Status Controller (HSC)</b><br>
+ The HSC serves RPCs for claiming a task for execution (<span>ClaimTask</span>), setting task status after execution (<span>SetResults</span>) and heartbeats during task execution (<span>Heartbeat</span>). <span>ClaimTask</span> requests originate from the Controllers in response to <span>NextWork</span> requests. <span>Heartbeat</span> and <span>SetResults</span> requests originate from executor processes during and after task execution. The HSC interacts with the task store to update the task status on the kind of request it receives.
+ </p>
+ </div>
+ <div>
+ <p id="data-model">
+ <h2>
+ Data model
+ </h2>
+ </p>
+ </div>
+ <div>
+ <p>
+ ATF uses our in-house metadata store, Edgestore, as a task store. Edgestore objects can be Entities or Associations (<span>assoc</span>), each of which can have user-defined attributes. Associations are used to represent relationships between entities. Edgestore supports indexing only on attributes of associations.
+ </p>
+ <p>
+ Based on this design, we have two kinds of ATF-related objects in Edgestore. The ATF association stores scheduling information, such as the next scheduled timestamp at which the Store Consumer should poll a given task (either for the first time or for a retry). The ATF entity stores all task related information that is used to track the task state and payload for task execution. We query on associations from the Store Consumer in a pull model to pick up tasks ready for execution.
+ </p>
+ </div>
+ <div>
+ <p id="lifecycle-of-a-task">
+ <h2>
+ Lifecycle of a task
+ </h2>
+ </p>
+ </div>
+ <div>
+ <ol>
+ <li>Client performs a <span>Schedule</span> RPC call to <b>Frontend</b> with task information, including execution time.&nbsp;
+ </li>
+ <li>Frontend creates Edgestore <span>entity</span> and <span>assoc</span> for the task.&nbsp;
+ </li>
+ <li>When it is time to process the task, <b>Store Consumer</b> pulls the task from <b>Edgestore</b> and pushes it to a related <b>SQS</b> queue.&nbsp;
+ </li>
+ <li>
+ <b>Executor</b> makes <span>NextWork</span> RPC call to <b>Controller</b>, which pulls tasks from the <b>SQS</b> queue, makes a <span>ClaimTask</span> RPC to the HSC and then returns the task to the <b>Executor</b>.&nbsp;
+ </li>
+ <li>
+ <b>Executor</b> invokes the callback for the task. While processing, <b>Executor</b> performs <span>Heartbeat</span> RPC calls to <b>Heartbeat and Status Controller (HSC)</b>. Once processing is done, <b>Executor</b> performs <span>TaskStatus</span> RPC call to <b>HSC</b>.&nbsp;
+ </li>
+ <li>Upon getting <span>Heartbeat</span> and <span>TaskStatus</span> RPC calls, <b>HSC</b> updates the <b>Edgestore</b> entity and <span>assoc</span>.
+ </li>
+ </ol>
+ <p>
+ Every state update in the lifecycle of a task is accompanied by an update to the next trigger timestamp in the <span>assoc</span>. This ensures that the Store Consumer pulls the task again if there is no change in state of the task within the next trigger timestamp. This helps ATF achieve its at-least-once delivery guarantee by ensuring that no task is dropped.
+ </p>
+ <p>
+ Following are the task entity and association states in ATF and their corresponding timestamp updates:
+ </p>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <td>
+ <p>
+ <b>Entity status</b>
+ </p>
+ </td>
+ <td>
+ <p>
+ <b>Assoc status</b>
+ </p>
+ </td>
+ <td>
+ <p>
+ <b>next trigger timestamp in Assoc</b>
+ </p>
+ </td>
+ <td>
+ <p>
+ <b>Comment</b>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span>new</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>new</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>scheduled_timestamp</span> of the task
+ </p>
+ </td>
+ <td>
+ <p>
+ Pick up new tasks that are ready.&nbsp;
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span>enqueued</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>started</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>enqueued_timestamp</span> + <span>enqueue_timeout</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ Re-enqueue task if it has been in <span>enqueued</span> state for too long. This can happen if the queue loses data or the controller goes down after polling the queue and before the task is claimed.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span>claimed</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>started</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>claimed_timestamp</span> + <span>claim_timeout</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ Re-enqueue if task is claimed but never transfered to <span>processing</span>. This can happen if Controller is down after claiming a task. Task status is changed to <span>enqueued</span> after re-enqueue.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span>processing</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>started</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>heartbeat_timestamp</span> + <span>heartbeat_timeout</span>`
+ </p>
+ </td>
+ <td>
+ <p>
+ Re-enqueue if task hasn’t sent <span>heartbeat</span> for too long. This can happen if Executor is down. Task status is changed to <span>enqueued</span> after re-enqueue.&nbsp;
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span>retriable failure</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ started
+ </p>
+ </td>
+ <td>
+ <p>
+ compute <span>next_timestamp</span> according to backoff logic
+ </p>
+ </td>
+ <td>
+ <p>
+ Exponential backoff for tasks with retriable failure.&nbsp;
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span>success</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>completed</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ N/A
+ </p>
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span>fatal_failure</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span>completed</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ N/A
+ </p>
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ The store consumer polls for tasks based on the following query:
+ </p>
+ <p>
+ <span>assoc_status= &amp;&amp; next_timestamp&lt;=time.now()<br></span>
+ </p>
+ <p>
+ Below is the state machine that defines task state transitions:&nbsp;<br>
+ </p>
+ </div>
+ <div>
+ <figure>
+ <img src="http://fakehost/cms/content/dam/dropbox/tech-blog/en-us/2020/11/atf/diagrams/Techblog-ATF-720x225px-2.png" aria-hidden="false" alt="Task State Transitions [Fig 2]" height="450" width="1440">
+ </figure>
+ </div>
+ <div>
+ <p id="-achieving-guarantees">
+ <h2>
+ Achieving guarantees
+ </h2>
+ </p>
+ </div>
+ <div>
+ <p>
+ <b>At-least-once task execution<br></b> At-least-once execution is guaranteed in ATF by retrying a task until it completes execution (which is signaled by a <span>Success</span> or a <span>FatalFailure</span> state). All ATF system errors are implicitly considered retriable failures, and lambda owners have an option of marking tasks with a <span>RetriableFailure</span> state. Tasks might be dropped from the ATF execution pipeline in different parts of the system through transient RPC failures and failures on dependencies like Edgestore or SQS. These transient failures at different parts of the system do not affect the at-least-once guarantee, though, because of the system of timeouts and re-polling from Store Consumer.
+ </p>
+ <p>
+ <b>No concurrent task execution<br></b> Concurrent task execution is avoided through a combination of two methods in ATF. First, tasks are explicitly claimed through an exclusive task state (<span>Claimed</span>) before starting execution. Once the task execution is complete, the task status is updated to one of <span>Success</span>, <span>FatalFailure</span> or <span>RetriableFailure</span>. A task can be claimed only if its existing task state is <span>Enqueued</span> (retried tasks go to the <span>Enqueued</span> state as well once they are re-pushed onto SQS).
+ </p>
+ <p>
+ However, there might be situations where once a long running task starts execution, its heartbeats might fail repeatedly yet the task execution continues. ATF would retry this task by polling it from the store consumer because the heartbeat timeouts would’ve expired. This task can then be claimed by another worker and lead to concurrent execution.&nbsp;<br>
+ </p>
+ <p>
+ To avoid this situation, there is a termination logic in the Executor processes whereby an Executor process terminates itself as soon as three consecutive heartbeat calls fail. Each heartbeat timeout is large enough to eclipse three consecutive heartbeat failures. This ensures that the Store Consumer cannot pull such tasks before the termination logic ends them—the second method that helps achieve this guarantee.
+ </p>
+ <p>
+ <b>Isolation<br></b> Isolation of lambdas is achieved through dedicated worker clusters, dedicated queues, and dedicated per-lambda scheduling quotas. In addition, isolation across different priorities within the same lambda is likewise achieved through dedicated queues and scheduling bandwidth.
+ </p>
+ <p>
+ <b>Delivery latency<br></b> ATF use cases do not require ultra-low task delivery latencies. Task delivery latencies on the order of a couple of seconds are acceptable. Tasks ready for execution are periodically polled by the Store Consumer and this period of polling largely controls the task delivery latency. Using this as a tuning lever, ATF can achieve different delivery latencies as required. Increasing poll frequency reduces task delivery latency and vice versa. Currently, we have calibrated ATF to poll for ready tasks once every two seconds.
+ </p>
+ </div>
+ <div>
+ <p id="ownership-model">
+ <h2>
+ Ownership model
+ </h2>
+ </p>
+ </div>
+ <p>
+ ATF is designed to be a self-serve framework for developers at Dropbox. The design is very intentional in driving an ownership model where lambda owners own all aspects of their lambdas’ operations. To promote this, all lambda worker clusters are owned by the lambda owners. They have full control over operations on these clusters, including code deployments and capacity management. Each executor process is bound to one lambda. Owners have the option of deploying multiple lambdas on their worker clusters simply by spawning new executor processes on their hosts.
+ </p>
+ <div>
+ <p id="-extending-atf">
+ <h2>
+ Extending ATF
+ </h2>
+ </p>
+ </div>
+ <div>
+ <p>
+ As described above, ATF provides an infrastructural building block for scheduling asynchronous tasks. With this foundation established, ATF can be extended to support more generic use cases and provide more features as a framework. Following are some examples of what could be built as an extension to ATF.&nbsp;
+ </p>
+ <p>
+ <b>Periodic task execution<br></b> Currently, ATF is a system for one-time task scheduling. Building support for periodic task execution as an extension to this framework would be useful in unlocking new capabilities for our clients.
+ </p>
+ <p>
+ <b>Better support for task chaining<br></b> Currently, it is possible to chain tasks on ATF by scheduling a task onto ATF that then schedules other tasks onto ATF during its execution. Although it is possible to do this in the current ATF setup, visibility and control on this chaining is absent at the framework level. Another natural extension here would be to better support task chaining through framework-level visibility and control, to make this use case a first class concept in the ATF model.
+ </p>
+ <p>
+ <b>Dead letter queues for misbehaving tasks<br></b> One common source of maintenance overhead we observe on ATF is that some tasks get stuck in infinite retry loops due to occasional bugs in lambda logic. This requires manual intervention from the ATF framework owners in some cases where there are a large number of tasks stuck in such loops, occupying a lot of the scheduling bandwidth in the system. Typical manual actions in response to such a situation include pausing execution of the lambdas with misbehaving tasks, or dropping them outright.
+ </p>
+ <p>
+ One way to reduce this operational overhead and provide an easy interface for lambda owners to recover from such incidents would be to create dead letter queues filled with such misbehaving tasks. The ATF framework could impose a maximum number of retries before tasks are pushed onto the dead letter queue. We could create and expose tools that make it easy to reschedule tasks from the dead letter queue back into the ATF system, once the associated lambda bugs are fixed.<br>
+ </p>
+ </div>
+ <div>
+ <p id="conclusion">
+ <h2>
+ Conclusion
+ </h2>
+ </p>
+ </div>
+ <p>
+ We hope this post helps engineers elsewhere to develop better async task frameworks of their own. Many thanks to everyone who worked on this project: Anirudh Jayakumar, Deepak Gupta, Dmitry Kopytkov, Koundinya Muppalla, Peng Kang, Rajiv Desai, Ryan Armstrong, Steve Rodrigues, Thomissa Comellas, Xiaonan Zhang and Yuhuan Du.<br>
+ &nbsp;
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/source.html b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/source.html
new file mode 100644
index 0000000..83f2b05
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/source.html
@@ -0,0 +1,868 @@
+<!DOCTYPE html>
+<html lang="en" xml:lang="en" data-cms-lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta charset="utf-8" />
+ <title>
+ How we designed Dropbox ATF: an async task framework - Dropbox
+ </title>
+ <meta name="data-tags" content="Async,Edgestore,Infrastructure,Task Scheduling" />
+ <meta name="data-tagTaxonomy" content="Async; Edgestore; Infrastructure; Task Scheduling;" />
+ <meta name="page-id" content="infrastructure-asynchronous-task-scheduling-at-dropbox" />
+ <meta name="topic" content="Infrastructure" />
+ <meta name="publishDate" content="2020-11-11 12:00:00.000-0600" />
+ <meta name="author" content="Arun Sai Krishnan" />
+ <link rel="canonical" href="https://dropbox.tech/infrastructure/asynchronous-task-scheduling-at-dropbox" />
+ <link rel="icon" href="https://cfl.dropboxstatic.com/static/images/favicon-vflUeLeeY.ico" type="image/x-icon" />
+ <meta property="og:url" content="https://dropbox.tech/infrastructure/asynchronous-task-scheduling-at-dropbox" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="How we designed Dropbox’s ATF - an async task framework" />
+ <meta property="og:image" content="https://aem.dropbox.com/cms/content/dam/dropbox/tech-blog/en-us/2020/11/atf/diagrams/Techblog-ATF-Social.png" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta content="width=device-width,initial-scale=1.0,user-scalable=no" name="viewport" />
+ <link rel="alternate" hreflang="en-us" href="https://dropbox.tech/infrastructure/asynchronous-task-scheduling-at-dropbox" /><!-- /* Enable rebrand styles */
+<sly data-sly-use.inheritUtil="com.dropbox.aem.common.models.utils.InheritanceUtilUse"
+ data-sly-test.pageStyle="" /> -->
+ <link rel="stylesheet" href="/cms/etc.clientlibs/settings/wcm/designs/dropbox-common/clientlib-cms-common.757d73acbd22d3e2bf4eeb953c16c4d5.css" type="text/css" />
+ <link rel="stylesheet" href="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-all.fc2ae6db413129b3901dd5a89e64f347.css" type="text/css" /><!--Knotch Integration should be added in header-->
+
+ <script src="https://www.knotch-cdn.com/unit/latest/knotch.min.js" data-account="33c0d4ac-b5bc-4168-a95b-e963ec65974d" async="async"></script>
+ <link rel="stylesheet" href="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-article-content.22c503f9a8a000fceab6a403af5ce96f.css" type="text/css" />
+ <style>
+ <![CDATA[
+ body.stormcrow-animate{opacity:1;}
+ ]]>
+ </style>
+ </head>
+ <body class="tech-blog-article-page__page stormcrow-animate" data-article-uuid="d4052e45-cbcb-4ebb-b834-eb377ab543e8">
+ <input type="hidden" id="wcmRunmode" name="wcmRunmode" value="publish,prod" />
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var attr = "tealium_event$cms".split(",");
+
+ var utag_data = {}
+ attr.forEach(function (item) {
+ if (item && item.indexOf("$") > -1)
+ utag_data[item.split("$")[0]] = item.split("$")[1];
+ })
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ (function (a, b, c, d) {
+ a = "\/\/tags.tiqcdn.com\/utag\/dropbox\/tech\u002Dblog\/prod\/utag.js";
+ b = document;
+ c = 'script';
+ d = b.createElement(c);
+ d.src = a;
+ d.type = 'text/java' + c;
+ d.async = true;
+ a = b.getElementsByTagName(c)[0];
+ a.parentNode.insertBefore(d, a);
+ })();
+ //]]>
+ </script>
+ <header class="dr-header">
+ <div class="dr-header__sticky-container">
+ <section class="dr-header__section dr-flex dr-flex--align-center dr-padding-right-40 dr-padding-left-40 dr-header__sticky-content-container dr-header__sticky-content-container--opened dr-container--surface">
+ <div class="dr-flex-1">
+ <a class="dr-link dr-link--no-underline dr-link--no-underline-hover dr-typography-t1" href="https://dropbox.tech/">Dropbox.Tech</a>
+ </div><button class="dr-header__item dr-nav__menu-toggle-button dr-button dr-hide-from-md dr-flex dr-flex-align-center dr-flex-justify-center" data-dr-tooltip="Menu" data-dr-tooltip-theme="white"><svg viewbox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg" class="dr-width-100 dr-height-100">
+ <rect x="0.501831" y="8" width="28" height="2" fill="white"></rect>
+ <rect x="0.500977" y="18" width="28" height="2" fill="white"></rect></svg></button>
+ <nav class="dr-show-block-from-md dr-nav__nav">
+ <button class="dr-button dr-nav__menu-close-button"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.2875 2.15983L17.6683 0.566406L9.82597 8.28403L2.33211 0.909344L0.71294 2.50277L8.2068 9.87746L0.666992 17.2974L2.28617 18.8908L9.82597 11.4709L17.7143 19.2337L19.3334 17.6403L11.4451 9.87746L19.2875 2.15983Z" fill="white"></path></svg></button>
+ <ul class="dr-unstyled-list dr-typography-t2 dr-flex dr-nav__nav-list">
+ <li class="dr-header__item dr-position-relative dr-header__item--with-subnav dr-header__list-item">
+ <button class="dr-button dr-button--link dr-header__link--with-subnav">Topics</button>
+ <ul class="dr-unstyled-list dr-display-none dr-header__subnav dr-position-absolute dr-container--surface dr-padding-top-30 dr-padding-left-40 dr-padding-bottom-20 dr-padding-right-40 dr-font-weight-500">
+ <li class="dr-header__list-item dr-header__list-item--subnav">
+ <a href="https://dropbox.tech/application" class="dr-display-block dr-link dr-link--no-underline dr-container--application dr-link--primary">Application</a>
+ </li>
+ <li class="dr-header__list-item dr-header__list-item--subnav">
+ <a href="https://dropbox.tech/frontend" class="dr-display-block dr-link dr-link--no-underline dr-container--frontend dr-link--primary">Front End</a>
+ </li>
+ <li class="dr-header__list-item dr-header__list-item--subnav">
+ <a href="https://dropbox.tech/infrastructure" class="dr-display-block dr-link dr-link--no-underline dr-container--infrastructure dr-link--primary">Infrastructure</a>
+ </li>
+ <li class="dr-header__list-item dr-header__list-item--subnav">
+ <a href="https://dropbox.tech/machine-learning" class="dr-display-block dr-link dr-link--no-underline dr-container--machine-learning dr-link--primary">Machine Learning</a>
+ </li>
+ <li class="dr-header__list-item dr-header__list-item--subnav">
+ <a href="https://dropbox.tech/mobile" class="dr-display-block dr-link dr-link--no-underline dr-container--mobile dr-link--primary">Mobile</a>
+ </li>
+ <li class="dr-header__list-item dr-header__list-item--subnav">
+ <a href="https://dropbox.tech/security" class="dr-display-block dr-link dr-link--no-underline dr-container--security dr-link--primary">Security</a>
+ </li>
+ </ul>
+ </li>
+ <li class="dr-header__item dr-header__list-item">
+ <a href="https://dropbox.tech/developers" class="dr-link dr-link--no-underline dr-nav__main-category">Developers</a>
+ </li>
+ <li class="dr-header__item dr-header__list-item">
+ <a class="dr-link dr-link--no-underline dr-header__link" href="http://dropbox.com/jobs" target="_blank">Jobs</a>
+ </li>
+ </ul>
+ </nav><button data-dark-mode-switcher="" class="dr-header__item dr-header__dark-mode-switcher dr-button dr-button--link dr-cursor-pointer" data-dr-tooltip="Dark Mode" data-dr-tooltip-theme="white" type="button"><img alt="" height="30" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-all/resources/button_dark-mode-new.svg" width="30" class="dr-header__mode-image" /></button> <button class="dr-header__item dr-header__search-button dr-button dr-button--link dr-cursor-pointer" data-dr-tooltip="Search" data-dr-tooltip-theme="white" type="button"><img alt="" height="20" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-all/resources/button_search-new.svg" width="20" /></button> <!--search-result-page-only-->
+ <!--search-result-page-only-->
+ <div class="dr-header__search dr-display-none">
+ <button class="dr-header__search-close-button dr-header__item dr-button dr-button--link dr-cursor-pointer" type="button"><svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.2875 2.15983L17.6683 0.566406L9.82597 8.28403L2.33211 0.909344L0.71294 2.50277L8.2068 9.87746L0.666992 17.2974L2.28617 18.8908L9.82597 11.4709L17.7143 19.2337L19.3334 17.6403L11.4451 9.87746L19.2875 2.15983Z" fill="white"></path></svg></button>
+ <div class="dr-header__search-form-container">
+ <form action="https://dropbox.tech/search-results.html" class="dr-header__search-form dr-container__content dr-width-100">
+ <input autocomplete="off" class="dr-header__search-input dr-typography-t3" name="q" placeholder="Search" required="true" type="text" />
+ <p class="dr-header__search-hint dr-margin-top-30 dr-margin-bottom-0 dr-typography-t5 dr-display-none">
+ // Press enter to search
+ </p>
+ </form>
+ </div>
+ </div>
+ </section>
+ </div>
+ </header>
+ <div class="dr-article-hero">
+ <div class="dr-article-hero__background-container dr-container--infrastructure">
+ <picture class="dr-article-hero__background dr-article-hero__background--regular"><source media="( max-width: 375px )" srcset="/content/dam/dropbox/tech-blog/en-us/2020/11/atf/header/Infrastructure-ATF-375x150-light.png" /> <source media="( max-width: 376px ) and ( max-width: 1199px )" srcset="/content/dam/dropbox/tech-blog/en-us/2020/11/atf/header/Infrastructure-ATF-1024x250-light.png" /> <img class="dr-article-hero__background-image" src="/cms/content/dam/dropbox/tech-blog/en-us/2020/11/atf/header/Infrastructure-ATF-1440x305-light.png" alt="" /></picture> <picture class="dr-article-hero__background dr-article-hero__background--dark"><source media="( max-width: 375px )" srcset="/content/dam/dropbox/tech-blog/en-us/2020/11/atf/header/Infrastructure-ATF-375x150-dark.png" /> <source media="( max-width: 376px ) and ( max-width: 1199px )" srcset="/content/dam/dropbox/tech-blog/en-us/2020/11/atf/header/Infrastructure-ATF-1024x250-dark.png" /> <img class="dr-article-hero__background-image" src="/cms/content/dam/dropbox/tech-blog/en-us/2020/11/atf/header/Infrastructure-ATF-1440x305-dark.png" alt="" /></picture>
+ </div>
+ <section class="dr-container__content">
+ <h1 class="dr-display-inline dr-typography-t15 dr-container--surface dr-article-hero__title">
+ <span class="dr-article-hero__title-container dr-container--infrastructure">How we designed Dropbox ATF: an async task framework</span>
+ </h1>
+ <div class="dr-typography-no-space dr-margin-top-10 dr-margin-md-top-20">
+ <span class="dr-typography-t5">// By Arun Sai Krishnan • Nov 11, 2020</span>
+ </div>
+ </section>
+ </div>
+ <div class="dr-article-content">
+ <div class="dr-article-content__scroll-tracker-container dr-container--infrastructure">
+ <div class="dr-article-content__scroll-tracker"></div>
+ </div>
+ <div class="dr-container__content">
+ <div class="dr-article-content__content-container dr-padding-md-left-80 dr-padding-md-right-80 dr-typography-t12">
+ <nav class="dr-article-content__side-nav dr-article-content__side-nav--initial dr-typography-t5">
+ <ol class="dr-article-content__side-nav-list dr-margin-0">
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#introduction" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Introduction</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#glossary" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Glossary</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#features" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Features</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#system-guarantees" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">System guarantees</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#-lambda-requirements" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Lambda requirements</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#architecture" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Architecture</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#data-model" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Data model</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#lifecycle-of-a-task" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Lifecycle of a task</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#-achieving-guarantees" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Achieving guarantees</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#ownership-model" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Ownership model</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#-extending-atf" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Extending ATF</a>
+ </li>
+ <li class="dr-article-content__side-nav-list-item dr-margin-bottom-5">
+ <a href="#conclusion" class="dr-link dr-link--no-underline dr-article-content__side-nav-link">Conclusion</a>
+ </li>
+ </ol>
+ </nav>
+ <div class="dr-article-content__content">
+ <div class="aem-Grid aem-Grid--12 aem-Grid--default--12">
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ I joined Dropbox not long after graduating with a Master’s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal service that most of our software would use: It would handle asynchronous computing requests behind the scenes, powering everything from dragging a file into a Dropbox folder to scheduling a marketing campaign.
+ </p>
+ <p>
+ This Asynchronous Task Framework (ATF) would replace multiple bespoke async systems used by different engineering teams. It would reduce redundant development, incompatibilities, and reliance on legacy software. There were no open-source projects or buy-not-build solutions that worked well for our use case and scale, so we had to create our own. ATF is both an important and interesting challenge, though, so we were happy to design, build and deploy our own in-house service.
+ </p>
+ <p>
+ ATF not only had to work well, it had to work well at scale: It would be a foundational building block of Dropbox infrastructure. It would need to handle 10,000 async tasks per second from the start, and be architected for future growth. It would need to support nearly 100 unique async task types from the start, again with room to grow. There were at least two dozen engineering teams that would want to use it for entirely different parts of our codebase, for many products and services.&#160;
+ </p>
+ <p>
+ As any engineer would, we Googled to see what other companies with mega-scale services had done to handle async tasks. We were disappointed to find little material published by engineers who built supersized async services.
+ </p>
+ <p>
+ Now that ATF is deployed and currently serving 9,000 async tasks scheduled per second and in use by 28 engineering teams internally, we’re glad to fill that information gap. We’ve documented Dropbox ATF thoroughly, as a reference and guide for the engineering community seeking their own async solutions.
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="introduction">
+ <h2 class="dr-article-content__section-title">
+ Introduction
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ Scheduling asynchronous tasks on-demand is a critical capability that powers many features and internal platforms at Dropbox. Async Task Framework (ATF) is the infrastructural system that supports this capability at Dropbox through a callback-based architecture. ATF enables developers to define callbacks, and schedule tasks that execute against these pre-defined callbacks.
+ </p>
+ <p>
+ Since its introduction over a year ago, ATF has gone on to become an important building block in the Dropbox infrastructure, used by nearly 30 internal teams across our codebase. It currently supports 100+ use cases which require either immediate or delayed task scheduling.&#160;
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="glossary">
+ <h2 class="dr-article-content__section-title">
+ Glossary
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ Some basic terms repeatedly used in this post, defined as used in the context of this discussion.
+ </p>
+ <p>
+ <b>Lambda:</b> A callback implementing business logic.
+ </p>
+ <p>
+ <span><b>Task:</b> Unit of execution of a lambda. Each asynchronous job scheduled with ATF is a task.</span>
+ </p>
+ <p>
+ <span><b>Collection:</b> A labeled subset of tasks belonging to a lambda. If <span class="dr-code">send email</span> is implemented as a lambda, then <span class="dr-code">password reset email</span> and <span class="dr-code">marketing email</span> would be collections.</span>
+ </p>
+ <p>
+ <span><b>&#160;Priority:</b> Labels defining priority of execution of tasks within a lambda.&#160;</span>
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="features">
+ <h2 class="dr-article-content__section-title">
+ Features
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ <b>Task scheduling</b><br />
+ Clients can schedule tasks to execute at a specified time. Tasks can be scheduled for immediate execution, or delayed to fit the use case.
+ </p>
+ <p>
+ <b>Priority based execution</b><br />
+ Tasks should be associated with a priority. Tasks with higher priority should get executed before tasks with a lower priority once they are ready for execution.
+ </p>
+ <p>
+ <b>Task gating</b><br />
+ ATF enables the the gating of tasks based on lambda, or a subset of tasks on a lambda based on collection. Tasks can be gated to be completely dropped or paused until a suitable time for execution.
+ </p>
+ <p>
+ <b>Track task status</b><br />
+ Clients can query the status of a scheduled task.
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="system-guarantees">
+ <h2 class="dr-article-content__section-title">
+ System guarantees
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ <b>At-least once task execution<br /></b> The ATF system guarantees that a task is executed at least once after being scheduled. Execution is said to be complete once the user-defined callback signals task completion to the ATF system.
+ </p>
+ <p>
+ <b>No concurrent task execution<br /></b> The ATF system guarantees that at most one instance of a task will be actively executing at any given in point. This helps users write their callbacks without designing for concurrent execution of the same task from different locations.
+ </p>
+ <p>
+ <b>Isolation<br /></b> Tasks in a given lambda are isolated from the tasks in other lambdas. This isolation spans across several dimensions, including worker capacity for task execution and resource use for task scheduling. Tasks on the same lambda but different priority levels are also isolated in their resource use for task scheduling.
+ </p>
+ <p>
+ <b>Delivery latency<br /></b> 95% of tasks begin execution within five seconds from their scheduled execution time.
+ </p>
+ <p>
+ <b>High availability for task scheduling<br /></b> The ATF service is 99.9% available to accept task scheduling requests from any client.
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="-lambda-requirements">
+ <h2 class="dr-article-content__section-title">
+ Lambda requirements
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ Following are some restrictions we place on the callback logic (lambda):
+ </p>
+ <p>
+ <b>Idempotence</b><br />
+ A single task on a lambda can be executed multiple times within the ATF system. Developers should ensure that their lambda logic and correctness of task execution in clients are not affected by this.
+ </p>
+ <p>
+ <b>Resiliency</b><br />
+ Worker processes which execute tasks might die at any point during task execution. ATF retries abruptly interrupted tasks, which could also be retried on different hosts. Lambda owners must design their lambdas such that retries on different hosts do not affect lambda correctness.
+ </p>
+ <p>
+ <b>Terminal state handling<br /></b> ATF retries tasks until they are signaled to be complete from the lambda logic. Client code can mark a task as successfully completed, fatally terminated, or retriable. It is critical that lambda owners design clients to signal task completion appropriately to avoid misbehavior such as infinite retries.&#160;
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="architecture">
+ <h2 class="dr-article-content__section-title">
+ Architecture
+ </h2>
+ </div>
+ </div>
+ <div class="image c04-image aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-image image cq-dd-image">
+ <figure class="dr-margin-0 dr-display-inline-block">
+ <img src="/cms/content/dam/dropbox/tech-blog/en-us/2020/11/atf/diagrams/Techblog-ATF-720x844px-1.png" aria-hidden="false" alt="Async Task Framework (ATF) [Fig 1]" height="1688" width="1440" />
+ <figcaption class="dr-typography-t5 dr-color-ink-60">
+ Async Task Framework (ATF) [Fig 1]
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ In this section, we describe the high-level architecture of ATF and give brief description of its different components. (See Fig. 1 above.)&#160;In this section, we describe the high-level architecture of ATF and give brief description of its different components. (See Fig. 1 above.) Dropbox <a href="https://dropbox.tech/infrastructure/courier-dropbox-migration-to-grpc">uses gRPC</a> for remote calls and our in-house <a href="https://dropbox.tech/infrastructure/reintroducing-edgestore">Edgestore</a> to store tasks.
+ </p>
+ <p>
+ ATF consists of the following components:&#160;
+ </p>
+ <ul>
+ <li>Frontend
+ </li>
+ <li>Task Store
+ </li>
+ <li>Store Consumer
+ </li>
+ <li>Queue
+ </li>
+ <li>Controller
+ </li>
+ <li>Executor
+ </li>
+ <li>Heartbeat and Status Controller (HSC)<span><br /></span>
+ </li>
+ </ul>
+ <p>
+ <span><b>Frontend</b><br />
+ This is the service that schedules requests via an RPC interface. The frontend accepts RPC requests from clients and schedules tasks by interacting with ATF’s task store described below.</span><br />
+ </p>
+ <p>
+ <b>Task Store<br /></b> ATF tasks are stored in and triggered from the task store. The task store could be any generic data store with indexed querying capability. In ATF’s case, We use our in-house metadata store Edgestore to power the task store. More details can be&#160;found in the <a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=395988446153757833740421&amp;h2=Data-model">D</a><a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=395988446153757833740421&amp;h2=Data-model">ata</a> <a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=395988446153757833740421&amp;h2=Data-model">M</a><a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=395988446153757833740421&amp;h2=Data-model">odel</a> section below.
+ </p>
+ <p>
+ <b>Store Consumer<br /></b> The Store Consumer is a service that periodically polls the task store to find tasks that are ready for execution and pushes them onto the right queues, as described in the queue section below. These could be tasks that are newly ready for execution, or older tasks that are ready for execution again because they either failed in a retriable way on execution, or were dropped elsewhere within the ATF system.&#160;
+ </p>
+ <p>
+ Below is a simple walkthrough of the Store Consumer’s function:&#160;
+ </p>
+ </div>
+ <div class="dr-code-container aem-GridColumn aem-GridColumn--default--12">
+ <button class="dr-code-container__copy-button dr-button dr-typography-t17">Copy</button>
+ <pre class="dr-code-container__pre"><code class="dr-code-container__code dr-typography-t5">repeat every second:
+ 1. poll tasks ready for execution from task store
+ 2. push tasks onto the right queues
+ 3. update task statuses</code></pre>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ The Store Consumer polls tasks that failed in earlier execution attempts. This helps with the at-least-once guarantee that the ATF system provides. More details on how the Store Consumer polls new and previously failed tasks is presented in the <a href="https://paper.dropbox.com/doc/How-we-designed-Dropboxs-ATF-an-async-task-framework--A~wmq5aW48OkHns4LzkM~o6zAg-cf95JuxevqilF2iWWATj6#:uid=342792671048375002388848&amp;h2=Lifecycle-of-a-task">Lifecycle of a task</a> section below.
+ </p>
+ <p>
+ <b>Queue<br /></b> ATF uses AWS <a href="https://aws.amazon.com/sqs/" style="background-color: rgb(255,255,255);">Simple Queue Service</a> (SQS) to queue tasks internally. These queues act as a buffer between the Store Consumer and Controllers (described below). Each <span class="dr-code">&lt;lambda, priority&gt;</span> &#160;pair gets a dedicated SQS queue. The total number of SQS queues used by ATF is <span class="dr-code">#lambdas x #priorities</span>.
+ </p>
+ <p>
+ <b>Controller<br /></b> Worker hosts are physical hosts dedicated for task execution. Each worker host has one controller process responsible for polling tasks from SQS queues in a background thread, and then pushing them onto process local buffered queues. The Controller is only aware of the lambdas it is serving and thus polls only the limited set of necessary queues.&#160;
+ </p>
+ <p>
+ The Controller serves tasks from its process local queue as a response to <span class="dr-code">NextWork</span> RPCs. This is the layer where execution level task prioritization occurs. The Controller has different process level queues for tasks of different priorities and can thus prioritize tasks in response to <span class="dr-code">NextWork</span> RPCs.
+ </p>
+ <p>
+ <b>Executor<br /></b> The Executor is a process with multiple threads, responsible for the actual task execution. Each thread within an Executor process follows this simple loop:
+ </p>
+ </div>
+ <div class="dr-code-container aem-GridColumn aem-GridColumn--default--12">
+ <button class="dr-code-container__copy-button dr-button dr-typography-t17">Copy</button>
+ <pre class="dr-code-container__pre"><code class="dr-code-container__code dr-typography-t5">while True:
+ w = get_next_work()
+ do_work(w)</code></pre>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ Each worker host has a single Controller process and multiple executor processes. Both the Controller and Executors work in a “pull” model, in which active loops continuously long-poll for new work to be done.
+ </p>
+ <p>
+ <b>Heartbeat and Status Controller (HSC)</b><br />
+ The HSC serves RPCs for claiming a task for execution (<span class="dr-code">ClaimTask</span>), setting task status after execution (<span class="dr-code">SetResults</span>) and heartbeats during task execution (<span class="dr-code">Heartbeat</span>). <span class="dr-code">ClaimTask</span> requests originate from the Controllers in response to <span class="dr-code">NextWork</span> requests. <span class="dr-code">Heartbeat</span> and <span class="dr-code">SetResults</span> requests originate from executor processes during and after task execution. The HSC interacts with the task store to update the task status on the kind of request it receives.
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="data-model">
+ <h2 class="dr-article-content__section-title">
+ Data model
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ ATF uses our in-house metadata store, Edgestore, as a task store. Edgestore objects can be Entities or Associations (<span class="dr-code">assoc</span>), each of which can have user-defined attributes. Associations are used to represent relationships between entities. Edgestore supports indexing only on attributes of associations.
+ </p>
+ <p>
+ Based on this design, we have two kinds of ATF-related objects in Edgestore. The ATF association stores scheduling information, such as the next scheduled timestamp at which the Store Consumer should poll a given task (either for the first time or for a retry). The ATF entity stores all task related information that is used to track the task state and payload for task execution. We query on associations from the Store Consumer in a pull model to pick up tasks ready for execution.
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="lifecycle-of-a-task">
+ <h2 class="dr-article-content__section-title">
+ Lifecycle of a task
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <ol>
+ <li>Client performs a <span class="dr-code">Schedule</span> RPC call to <b>Frontend</b> with task information, including execution time.&#160;
+ </li>
+ <li>Frontend creates Edgestore <span class="dr-code">entity</span> and <span class="dr-code">assoc</span> for the task.&#160;
+ </li>
+ <li>When it is time to process the task, <b>Store Consumer</b> pulls the task from <b>Edgestore</b> and pushes it to a related <b>SQS</b> queue.&#160;
+ </li>
+ <li>
+ <b>Executor</b> makes <span class="dr-code">NextWork</span> RPC call to <b>Controller</b>, which pulls tasks from the <b>SQS</b> queue, makes a <span class="dr-code">ClaimTask</span> RPC to the HSC and then returns the task to the <b>Executor</b>.&#160;
+ </li>
+ <li>
+ <b>Executor</b> invokes the callback for the task. While processing, <b>Executor</b> performs <span class="dr-code">Heartbeat</span> RPC calls to <b>Heartbeat and Status Controller (HSC)</b>. Once processing is done, <b>Executor</b> performs <span class="dr-code">TaskStatus</span> RPC call to <b>HSC</b>.&#160;
+ </li>
+ <li>Upon getting <span class="dr-code">Heartbeat</span> and <span class="dr-code">TaskStatus</span> RPC calls, <b>HSC</b> updates the <b>Edgestore</b> entity and <span class="dr-code">assoc</span>.
+ </li>
+ </ol>
+ <p>
+ Every state update in the lifecycle of a task is accompanied by an update to the next trigger timestamp in the <span class="dr-code">assoc</span>. This ensures that the Store Consumer pulls the task again if there is no change in state of the task within the next trigger timestamp. This helps ATF achieve its at-least-once delivery guarantee by ensuring that no task is dropped.
+ </p>
+ <p>
+ Following are the task entity and association states in ATF and their corresponding timestamp updates:
+ </p>
+ <table>
+ <tbody>
+ <tr>
+ <td>
+ <p>
+ <b>Entity status</b>
+ </p>
+ </td>
+ <td>
+ <p>
+ <b>Assoc status</b>
+ </p>
+ </td>
+ <td>
+ <p>
+ <b>next trigger timestamp in Assoc</b>
+ </p>
+ </td>
+ <td>
+ <p>
+ <b>Comment</b>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span class="dr-code">new</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">new</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">scheduled_timestamp</span> of the task
+ </p>
+ </td>
+ <td>
+ <p>
+ Pick up new tasks that are ready.&#160;
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span class="dr-code">enqueued</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">started</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">enqueued_timestamp</span> + <span class="dr-code">enqueue_timeout</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ Re-enqueue task if it has been in <span class="dr-code">enqueued</span> state for too long. This can happen if the queue loses data or the controller goes down after polling the queue and before the task is claimed.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span class="dr-code">claimed</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">started</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">claimed_timestamp</span> + <span class="dr-code">claim_timeout</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ Re-enqueue if task is claimed but never transfered to <span class="dr-code">processing</span>. This can happen if Controller is down after claiming a task. Task status is changed to <span class="dr-code">enqueued</span> after re-enqueue.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span class="dr-code">processing</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">started</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">heartbeat_timestamp</span> + <span class="dr-code">heartbeat_timeout</span>`
+ </p>
+ </td>
+ <td>
+ <p>
+ Re-enqueue if task hasn’t sent <span class="dr-code">heartbeat</span> for too long. This can happen if Executor is down. Task status is changed to <span class="dr-code">enqueued</span> after re-enqueue.&#160;
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span class="dr-code">retriable failure</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ started
+ </p>
+ </td>
+ <td>
+ <p>
+ compute <span class="dr-code">next_timestamp</span> according to backoff logic
+ </p>
+ </td>
+ <td>
+ <p>
+ Exponential backoff for tasks with retriable failure.&#160;
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span class="dr-code">success</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">completed</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ N/A
+ </p>
+ </td>
+ <td>
+ <p>
+ &#160;
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <span class="dr-code">fatal_failure</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ <span class="dr-code">completed</span>
+ </p>
+ </td>
+ <td>
+ <p>
+ N/A
+ </p>
+ </td>
+ <td>
+ <p>
+ &#160;
+ </p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ The store consumer polls for tasks based on the following query:
+ </p>
+ <p>
+ <span class="dr-code">assoc_status= &amp;&amp; next_timestamp&lt;=time.now()<br /></span>
+ </p>
+ <p>
+ Below is the state machine that defines task state transitions:&#160;<br />
+ </p>
+ </div>
+ <div class="image c04-image aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-image image cq-dd-image">
+ <figure class="dr-margin-0 dr-display-inline-block">
+ <img src="/cms/content/dam/dropbox/tech-blog/en-us/2020/11/atf/diagrams/Techblog-ATF-720x225px-2.png" aria-hidden="false" alt="Task State Transitions [Fig 2]" height="450" width="1440" />
+ </figure>
+ </div>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="-achieving-guarantees">
+ <h2 class="dr-article-content__section-title">
+ Achieving guarantees
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ <b>At-least-once task execution<br /></b> At-least-once execution is guaranteed in ATF by retrying a task until it completes execution (which is signaled by a <span class="dr-code">Success</span> or a <span class="dr-code">FatalFailure</span> state). All ATF system errors are implicitly considered retriable failures, and lambda owners have an option of marking tasks with a <span class="dr-code">RetriableFailure</span> state. Tasks might be dropped from the ATF execution pipeline in different parts of the system through transient RPC failures and failures on dependencies like Edgestore or SQS. These transient failures at different parts of the system do not affect the at-least-once guarantee, though, because of the system of timeouts and re-polling from Store Consumer.
+ </p>
+ <p>
+ <b>No concurrent task execution<br /></b> Concurrent task execution is avoided through a combination of two methods in ATF. First, tasks are explicitly claimed through an exclusive task state (<span class="dr-code">Claimed</span>) before starting execution. Once the task execution is complete, the task status is updated to one of <span class="dr-code">Success</span>, <span class="dr-code">FatalFailure</span> or <span class="dr-code">RetriableFailure</span>. A task can be claimed only if its existing task state is <span class="dr-code">Enqueued</span> (retried tasks go to the <span class="dr-code">Enqueued</span> state as well once they are re-pushed onto SQS).
+ </p>
+ <p>
+ However, there might be situations where once a long running task starts execution, its heartbeats might fail repeatedly yet the task execution continues. ATF would retry this task by polling it from the store consumer because the heartbeat timeouts would’ve expired. This task can then be claimed by another worker and lead to concurrent execution.&#160;<br />
+ </p>
+ <p>
+ To avoid this situation, there is a termination logic in the Executor processes whereby an Executor process terminates itself as soon as three consecutive heartbeat calls fail. Each heartbeat timeout is large enough to eclipse three consecutive heartbeat failures. This ensures that the Store Consumer cannot pull such tasks before the termination logic ends them—the second method that helps achieve this guarantee.
+ </p>
+ <p>
+ <b>Isolation<br /></b> Isolation of lambdas is achieved through dedicated worker clusters, dedicated queues, and dedicated per-lambda scheduling quotas. In addition, isolation across different priorities within the same lambda is likewise achieved through dedicated queues and scheduling bandwidth.
+ </p>
+ <p>
+ <b>Delivery latency<br /></b> ATF use cases do not require ultra-low task delivery latencies. Task delivery latencies on the order of a couple of seconds are acceptable. Tasks ready for execution are periodically polled by the Store Consumer and this period of polling largely controls the task delivery latency. Using this as a tuning lever, ATF can achieve different delivery latencies as required. Increasing poll frequency reduces task delivery latency and vice versa. Currently, we have calibrated ATF to poll for ready tasks once every two seconds.
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="ownership-model">
+ <h2 class="dr-article-content__section-title">
+ Ownership model
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ ATF is designed to be a self-serve framework for developers at Dropbox. The design is very intentional in driving an ownership model where lambda owners own all aspects of their lambdas’ operations. To promote this, all lambda worker clusters are owned by the lambda owners. They have full control over operations on these clusters, including code deployments and capacity management. Each executor process is bound to one lambda. Owners have the option of deploying multiple lambdas on their worker clusters simply by spawning new executor processes on their hosts.
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="-extending-atf">
+ <h2 class="dr-article-content__section-title">
+ Extending ATF
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ As described above, ATF provides an infrastructural building block for scheduling asynchronous tasks. With this foundation established, ATF can be extended to support more generic use cases and provide more features as a framework. Following are some examples of what could be built as an extension to ATF.&#160;
+ </p>
+ <p>
+ <b>Periodic task execution<br /></b> Currently, ATF is a system for one-time task scheduling. Building support for periodic task execution as an extension to this framework would be useful in unlocking new capabilities for our clients.
+ </p>
+ <p>
+ <b>Better support for task chaining<br /></b> Currently, it is possible to chain tasks on ATF by scheduling a task onto ATF that then schedules other tasks onto ATF during its execution. Although it is possible to do this in the current ATF setup, visibility and control on this chaining is absent at the framework level. Another natural extension here would be to better support task chaining through framework-level visibility and control, to make this use case a first class concept in the ATF model.
+ </p>
+ <p>
+ <b>Dead letter queues for misbehaving tasks<br /></b> One common source of maintenance overhead we observe on ATF is that some tasks get stuck in infinite retry loops due to occasional bugs in lambda logic. This requires manual intervention from the ATF framework owners in some cases where there are a large number of tasks stuck in such loops, occupying a lot of the scheduling bandwidth in the system. Typical manual actions in response to such a situation include pausing execution of the lambdas with misbehaving tasks, or dropping them outright.
+ </p>
+ <p>
+ One way to reduce this operational overhead and provide an easy interface for lambda owners to recover from such incidents would be to create dead letter queues filled with such misbehaving tasks. The ATF framework could impose a maximum number of retries before tasks are pushed onto the dead letter queue. We could create and expose tools that make it easy to reschedule tasks from the dead letter queue back into the ATF system, once the associated lambda bugs are fixed.<br />
+ </p>
+ </div>
+ <div class="section aem-GridColumn aem-GridColumn--default--12">
+ <div class="dr-article-content__section" id="conclusion">
+ <h2 class="dr-article-content__section-title">
+ Conclusion
+ </h2>
+ </div>
+ </div>
+ <div class="text parbase aem-GridColumn aem-GridColumn--default--12">
+ <p>
+ We hope this post helps engineers elsewhere to develop better async task frameworks of their own. Many thanks to everyone who worked on this project: Anirudh Jayakumar, Deepak Gupta, Dmitry Kopytkov, Koundinya Muppalla, Peng Kang, Rajiv Desai, Ryan Armstrong, Steve Rodrigues, Thomissa Comellas, Xiaonan Zhang and Yuhuan Du.<br />
+ &#160;
+ </p>
+ </div>
+ </div>
+ </div>
+ <hr class="dr-typography-t5 dr-margin-top-50 dr-article-content__divider" />
+ <div class="dr-typography-t5"></div>
+ <div class="dr-typography-t5 dr-margin-top-20">
+ // Tags<br />
+ <ul class="dr-unstyled-list dr-margin-top-10 dr-typography-t4">
+ <li class="dr-container--infrastructure dr-display-inline-block dr-margin-right-10 dr-margin-bottom-10">
+ <a class="dr-link dr-pill dr-pill--primary dr-link--no-underline" href="https://dropbox.tech/infrastructure">Infrastructure</a>
+ </li>
+ <li class="dr-display-inline-block dr-margin-right-10">
+ <a class="dr-link dr-pill dr-link--no-underline" href="https://dropbox.tech/tag-results.task-scheduling">Task Scheduling</a>
+ </li>
+ <li class="dr-display-inline-block dr-margin-right-10">
+ <a class="dr-link dr-pill dr-link--no-underline" href="https://dropbox.tech/tag-results.async">Async</a>
+ </li>
+ <li class="dr-display-inline-block dr-margin-right-10">
+ <a class="dr-link dr-pill dr-link--no-underline" href="https://dropbox.tech/tag-results.edgestore">Edgestore</a>
+ </li>
+ </ul>
+ </div>
+ <div class="dr-typography-t5 dr-margin-top-20 dr-hide-from-md">
+ // Copy link<br />
+ <div class="dr-article-content__social-links-tooltip dr-display-none">
+ Link copied
+ </div><button class="dr-button dr-button--link dr-link dr-link--no-underline dr-article-content__copy-link" data-dr-tooltip="Copy link"><img alt="Copy link" class="dr-display-block dr-invert-on-theme-dark" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-article-content/resources/copy.svg" /></button>
+ </div>
+ <div class="dr-article-content__social-links">
+ <ul class="dr-article-content__social-links-list dr-unstyled-list">
+ <li class="dr-margin-bottom-20">
+ <div class="dr-article-content__social-links-tooltip dr-typography-t5 dr-display-none">
+ Link copied
+ </div><button class="dr-button dr-display-block dr-link dr-link--no-underline dr-article-content__copy-link dr-button--link" data-dr-tooltip="Copy link" data-dr-tooltip-position="cl" data-dr-tooltip-theme="bw"><img alt="Copy link" class="dr-display-block dr-invert-on-theme-dark" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-article-content/resources/copy.svg" /></button>
+ </li>
+ <li class="dr-margin-bottom-20">
+ <a class="dr-link dr-display-block dr-link--no-underline dr-article-content__share-link dr-article-content__twitter-link" data-dr-tooltip="Share on Twitter" data-dr-tooltip-position="cl" data-dr-tooltip-theme="bw" href="https://twitter.com/intent/tweet/?text=How%20we%20designed%20Dropbox%20ATF%3A%20an%20async%20task%20framework&amp;url=https://dropbox.tech/infrastructure/asynchronous-task-scheduling-at-dropbox" target="_blank"><img alt="Share on Twitter" class="dr-display-block dr-invert-on-theme-dark" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-article-content/resources/twitter.svg" /></a>
+ </li>
+ <li class="dr-margin-bottom-20">
+ <a class="dr-link dr-display-block dr-link--no-underline dr-article-content__share-link dr-article-content__facebook-link" data-dr-tooltip="Share on Facebook" data-dr-tooltip-position="cl" data-dr-tooltip-theme="bw" href="https://facebook.com/sharer/sharer.php?u=https://dropbox.tech/infrastructure/asynchronous-task-scheduling-at-dropbox" target="_blank"><img alt="Share on Facebook" class="dr-display-block dr-invert-on-theme-dark" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-article-content/resources/facebook.svg" /></a>
+ </li>
+ <li>
+ <a class="dr-link dr-display-block dr-link--no-underline dr-article-content__share-link dr-article-content__linkedin-link" data-dr-tooltip="Share on Linkedin" data-dr-tooltip-position="cl" data-dr-tooltip-theme="bw" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https://dropbox.tech/infrastructure/asynchronous-task-scheduling-at-dropbox&amp;title=How%20we%20designed%20Dropbox%20ATF%3A%20an%20async%20task%20framework&amp;source=https://dropbox.tech/infrastructure/asynchronous-task-scheduling-at-dropbox" target="_blank"><img alt="Share on Linkedin" class="dr-display-block dr-invert-on-theme-dark" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-article-content/resources/linkedin.svg" /></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="aem-Grid aem-Grid--12 aem-Grid--default--12">
+ <div class="plain-html c17-plain-html aem-GridColumn aem-GridColumn--default--12">
+ <div class="knotch_placeholder"></div>
+ </div>
+ </div>
+ <footer class="dr-footer">
+ <div class="dr-container--surface">
+ <section class="dr-container__content dr-footer__container">
+ <div class="dr-newsletter-subscription__succeed dr-display-none dr-typography-t5">
+ <hr class="dr-newsletter-subscription__form-divider" />
+ <div class="dr-margin-bottom-30 dr-margin-top-30">
+ <!--// Thanks for subscribing.-->
+ <div class="dr-show-block-from-lg">
+ <img src="/cms/content/dam/dropbox/tech-blog/en-us/subscribe/thanksforsubscribing_desktop.png" title="subscription__success" alt="subscription__success" />
+ </div>
+ <div class="dr-show-block-from-md dr-hide-from-lg dr-hide-from-sm">
+ <img src="/cms/content/dam/dropbox/tech-blog/en-us/subscribe/thanksforsubscribing_tablet.png" title="subscription__success" alt="subscription__success" />
+ </div>
+ <div class="dr-show-block-from-sm dr-hide-from-lg dr-hide-from-md">
+ <img src="/cms/content/dam/dropbox/tech-blog/en-us/subscribe/thanksforsubscribing_mobile.png" title="subscription__success" alt="subscription__success" />
+ </div>
+ </div>
+ <hr class="dr-newsletter-subscription__form-divider" />
+ </div>
+ <form role="form" class="dr-typography-t5 dr-newsletter-subscription__form" novalidate="">
+ <hr class="dr-newsletter-subscription__form-divider" />
+ <div class="dr-margin-top-30 dr-margin-bottom-30 dr-margin-md-top-10 dr-margin-md-bottom-10">
+ // Subscribe to email updates by category
+ </div>
+ <div class="dr-margin-left-25">
+ <p class="dr-newsletter-subscription__topic-error dr-display-none dr-color-tangerine">
+ Select at least one topic
+ </p><label class="dr-newsletter-subscription__form-label" for="newsletterForm.application"><input class="dr-newsletter-subscription__form-checkbox dr-input" id="newsletterForm.application" name="categories[ ]" type="checkbox" value="Application" data-mid="127814" />Application</label> <label class="dr-newsletter-subscription__form-label" for="newsletterForm.frontend"><input class="dr-newsletter-subscription__form-checkbox dr-input" id="newsletterForm.frontend" name="categories[ ]" type="checkbox" value="Front End" data-mid="127842" />Front End</label> <label class="dr-newsletter-subscription__form-label" for="newsletterForm.infrastructure"><input class="dr-newsletter-subscription__form-checkbox dr-input" id="newsletterForm.infrastructure" name="categories[ ]" type="checkbox" value="Infrastructure" data-mid="127826" />Infrastructure</label> <label class="dr-newsletter-subscription__form-label" for="newsletterForm.machine-learning"><input class="dr-newsletter-subscription__form-checkbox dr-input" id="newsletterForm.machine-learning" name="categories[ ]" type="checkbox" value="Machine Learning" data-mid="127830" />Machine Learning</label><br class="dr-show-block-from-md" />
+ <label class="dr-newsletter-subscription__form-label" for="newsletterForm.mobile"><input class="dr-newsletter-subscription__form-checkbox dr-input" id="newsletterForm.mobile" name="categories[ ]" type="checkbox" value="Mobile" data-mid="127834" />Mobile</label> <label class="dr-newsletter-subscription__form-label" for="newsletterForm.security"><input class="dr-newsletter-subscription__form-checkbox dr-input" id="newsletterForm.security" name="categories[ ]" type="checkbox" value="Security" data-mid="127838" />Security</label> <label class="dr-newsletter-subscription__form-label" for="newsletterForm.developers"><input class="dr-newsletter-subscription__form-checkbox dr-input" id="newsletterForm.developers" name="categories[ ]" type="checkbox" value="Developers" data-mid="129642" />Developers</label> <label class="dr-newsletter-subscription__form-label" for="newsletterForm.all"><input class="dr-newsletter-subscription__form-checkbox dr-newsletter-subscription__form-checkbox--all dr-input" id="newsletterForm.all" type="checkbox" />All</label>
+ </div>
+ <p class="dr-newsletter-subscription__error dr-display-none dr-color-tangerine">
+ Error occurred!<br />
+ Please try again later
+ </p>
+ <p class="dr-newsletter-subscription__email-error dr-display-none dr-color-tangerine">
+ Enter a valid address
+ </p>
+ <div class="dr-newsletter-subscription__email-container dr-margin-bottom-20 dr-margin-top-40 dr-margin-md-top-0">
+ <div>
+ // Type your email address
+ </div><input autocomplete="off" class="dr-newsletter-subscription__form-input dr-flex-1" name="email" type="email" />
+ <div class="dr-newsletter-subscription__actions-container">
+ <div class="dr-newsletter-subscription__loading dr-display-none">
+ Submitting...
+ </div><button type="submit" disabled="disabled" class="dr-newsletter-subscription__form-submit dr-button dr-typography-t5">Subscribe</button>
+ </div>
+ </div>
+ <hr class="dr-newsletter-subscription__form-divider" />
+ </form>
+ <div class="dr-grid dr-grid--md-2">
+ <div>
+ <a href="https://dropbox.com" target="_blank" class="dr-margin-bottom-20 dr-display-block"><img alt="Dropbox" height="40" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-all/resources/logo_dropbox.svg" width="164" /></a>
+ </div>
+ <ul class="dr-footer-links dr-unstyled-list dr-typography-t10 dr-grid dr-grid--2 dr-grid--column-gap-15">
+ <li>
+ <a class="dr-link dr-link--no-underline" href="http://dropbox.com/jobs" target="_blank">Jobs</a>
+ </li>
+ <li>
+ <a class="dr-link dr-link--no-underline" href="https://medium.com/@Dropbox" target="_blank">Medium</a>
+ </li>
+ <li>
+ <a class="dr-link dr-link--no-underline" href="https://www.dropbox.com/privacy" target="_blank">Privacy</a>
+ </li>
+ <li>
+ <a class="dr-link dr-link--no-underline" href="https://twitter.com/Dropbox" target="_blank">twitter</a>
+ </li>
+ <li>
+ <a class="dr-link dr-link--no-underline" href="https://www.dropbox.com/terms" target="_blank">Terms</a>
+ </li>
+ <li>
+ <a class="dr-link dr-link--no-underline" href="https://www.instagram.com/dropbox" target="_blank">Instagram</a>
+ </li>
+ <li>
+ <a class="dr-link dr-link--no-underline" href="https://blog.dropbox.com/" target="_blank">Work In Progress</a>
+ </li>
+ </ul>
+ </div>
+ </section>
+ </div>
+ </footer>
+ <div id="u04-snapengage-config" data-snapengage-widget-id="d5c1efed-d0ef-4fca-8c7d-faff398ad272" data-proactive-chat="false" style="display:none;"></div>
+ <script type="text/javascript" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-common/clientlib-cms-common.7f3cf4624fd698d8bfec572c3c993880.js"></script>
+ <script type="text/javascript" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-all.3230e3eaa6e5a90686710bfde829f620.js"></script>
+ <script type="text/javascript" src="/cms/etc.clientlibs/settings/wcm/designs/dropbox-tech-blog/clientlib-article-content.2c12dd2925c2dcad6bde22d2ff271137.js"></script>
+ <script type="application/javascript">
+ <![CDATA[
+ document.body.classList.remove('stormcrow-animate');
+ ]]>
+ </script> <noscript></noscript>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-metadata.json
new file mode 100644
index 0000000..f2764b3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Bradley M. Kuhn (http:\/\/ebb.org\/bkuhn\/)",
+ "Direction": null,
+ "Excerpt": "The website of Bradley M. Kuhn, aka Brad, aka bkuhn. This site includes his GPG keys, resume, blog, projects list, software, interviews, speeches and writing.",
+ "Image": null,
+ "Title": "On Recent Controversial Events - Bradley M. Kuhn ( Brad ) ( bkuhn )",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected.html
new file mode 100644
index 0000000..a13415e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected.html
@@ -0,0 +1,56 @@
+<div id="contentWithSidebar">
+
+ <p>
+ Tuesday 15 October 2019 by Bradley M. Kuhn
+ </p>
+ <p>
+ The last 33 days have been unprecedentedly difficult for the software freedom community and for me personally. Folks have been emailing, phoning, texting, tagging me on social media (— the last of which has been funny, because all my social media accounts are placeholder accounts). But, just about everyone has urged me to comment on the serious issues that the software freedom community now faces. Until now, I have stayed silent regarding all these current topics: from Richard M. Stallman (RMS)'s public statements, to <a href="https://www.fsf.org/news/richard-m-stallman-resigns">his resignation from the Free Software Foundation (FSF)</a>, to the Epstein scandal and its connection to MIT. I've also avoided generally commenting on software freedom organizational governance during this period. I did this for good reason, which is explained below. However, in this blog post, I now share my primary comments on the matters that seem to currently be of the utmost attention of the Open Source and Free Software communities.
+ </p>
+ <p>
+ I have been silent the last month because, until two days ago, I was an at-large member of <a href="https://www.fsf.org/about/staff-and-board">FSF's Board of Directors</a>, and a <a href="https://static.fsf.org/nosvn/fsf-amended-bylaws-current.pdf">Voting Member</a> of the FSF. As a member of FSF's two leadership bodies, I was abiding by a reasonable request from the FSF management and my duty to the organization. Specifically, the FSF asked that all communication during the crisis <a href="https://www.fsf.org/news/richard-m-stallman-resigns">come</a> <a href="https://www.fsf.org/news/fsf-and-gnu">directly</a> from FSF officers and not from at-large directors and/or Voting Members. Furthermore, the FSF management asked all Directors and Voting Members to remain silent on this entire matter — even on issues only tangentially related to the current situation, and even when speaking in our own capacity (e.g., on our own blogs like this one). The FSF is an important organization, and I take any request from the FSF seriously — so I abided fully with their request.
+ </p>
+ <p>
+ The situation was further complicated because folks at my employer, Software Freedom Conservancy (where I also serve on the <a href="https://sfconservancy.org/about/board/#bkuhn">Board of Directors</a>) had strong opinions about this matter as well. Fortunately, the FSF and Conservancy both had already created clear protocols for what I should do if ever there was a disagreement or divergence of views between Conservancy and FSF. I therefore was recused fully from the planning, drafting, and timing of Conservancy's statement on this matter. I thank my colleagues at the Conservancy for working so carefully to keep me entirely outside the loop on their statement and to diligently assure that it was straight-forward for me to manage any potential organizational disagreements. I also thank those at the FSF who outlined clear protocols (ahead of time, back in March 2019) in case a situation like this ever came up. I also know my colleagues at Conservancy care deeply, as I do, about the health and welfare of the FSF and its mission of fighting for universal software freedom for all. None of us want, nor have, any substantive disagreement over software freedom issues.
+ </p>
+ <p>
+ I take very seriously my duty to the various organizations where I have (or have had) affiliations. More generally, I champion non-profit organizational transparency. Unfortunately, the current crisis left me in a quandary between the overarching goal of community transparency and abiding by FSF management's directives. Now that I've left the FSF Board of Directors, FSF's Voting Membership, and all my FSF volunteer roles (which ends my 22-year uninterrupted affiliation with the FSF), I can now comment on the substantive issues that face not just the FSF, but the Free Software community as a whole, while continuing to adhere to my past duty of acting in FSF's best interest. In other words, my affiliation with the FSF has come to an end for many good and useful reasons. The end to this affiliation allows me to speak directly about the core issues at the heart of the community's current crisis.
+ </p>
+ <p>
+ Firstly, all these events — from RMS' public comments on the MIT mailing list, to RMS' resignation from the FSF to RMS' discussions about the next steps for the GNU project — <em>seem</em> to many to have happened ridiculously quickly. But it wasn't actually fast at all. In fact, these events were culmination of issues that were slowly growing in concern to many people, including me.
+ </p>
+ <p>
+ For the last two years, I had been a loud internal voice in the FSF leadership regarding RMS' Free-Software-unrelated public statements; I felt strongly that it was in the best interest of the FSF to actively seek to limit such statements, and that it was my duty to FSF to speak out about this within the organization. Those who only learned of this story in the last month (understandably) believed <a href="https://medium.com/@selamjie/remove-richard-stallman-fec6ec210794">Selam G.'s Medium post</a> raised an entirely new issue. <a href="https://web.archive.org/web/20161107050933/https://www.stallman.org/archives/2016-jul-oct.html#31_October_2016_(Down's_syndrome)">In</a> <a href="https://web.archive.org/web/20170202025227/https://www.stallman.org/archives/2016-nov-feb.html#14_December_2016_(Campaign_of_bull-headed_prudery)">fact</a>, <a href="https://web.archive.org/web/20170224174306/https://www.stallman.org/archives/2016-nov-feb.html#23_February_2017_(A_violent_sex_offender)">RMS'</a> <a href="https://web.archive.org/web/20170612074722/http://stallman.org/archives/2017-mar-jun.html#26_May_2017_(Prudish_ignorantism)">views</a> <a href="https://web.archive.org/web/20170616044924/https://www.stallman.org/archives/2017-mar-jun.html#13_June_2017_(Sex_offender_registry)">and</a> <a href="https://web.archive.org/web/20171020041022/http://stallman.org/archives/2017-jul-oct.html#10_October_2017_(Laws_against_having_sex_with_an_animal)">statements</a> <a href="https://web.archive.org/web/20180131020215/https://stallman.org/archives/2017-jul-oct.html#29_October_2017_(Pestering_women)">posted</a> <a href="https://web.archive.org/web/20180104112431/https://www.stallman.org/archives/2017-nov-feb.html#27_November_2017_(Roy_Moore's_relationships)">on</a> <a href="https://web.archive.org/web/20180509120046/https://stallman.org/archives/2018-mar-jun.html#30_April_2018_(UN_peacekeepers_in_South_Sudan)">stallman.org</a> <a href="https://web.archive.org/web/20180911075211/https://www.stallman.org/archives/2018-jul-oct.html#17_July_2018_(The_bullshitter's_flirting)">about</a> <a href="https://web.archive.org/web/20180911075211/https://www.stallman.org/archives/2018-jul-oct.html#21_August_2018_(Age_and_attraction)">sexual</a> <a href="https://web.archive.org/web/20180924231708/https://stallman.org/archives/2018-jul-oct.html#23_September_2018_(Cody_Wilson)">morality</a> <a href="https://web.archive.org/web/20180919100154/https://stallman.org/antiglossary.html#assult">escalated</a> <a href="https://web.archive.org/web/20181113161736/https://www.stallman.org/archives/2018-sep-dec.html#6_November_2018_(Sex_according_to_porn)">for</a> <a href="https://web.archive.org/web/20190325024048/https://stallman.org/archives/2019-jan-apr.html#14_February_2019_(Respecting_peoples_right_to_say_no)">the</a> <a href="https://www.stallman.org/archives/2019-may-aug.html#11_June_2019_(Stretching_meaning_of_terms)">worse</a> <a href="https://web.archive.org/web/20190801201704/https://stallman.org/archives/2019-may-aug.html#12_June_2019_(Declining_sex_rates)">over</a> <a href="https://web.archive.org/web/20190801201704/https://stallman.org/archives/2019-may-aug.html#30_July_2019_(Al_Franken)">the</a> <a href="https://web.archive.org/web/20190903050208/https://stallman.org/archives/2019-jul-oct.html#27_August_2019_(Me-too_frenzy)">last</a> <a href="https://web.archive.org/web/20191011023557/https://stallman.org/archives/2019-jul-oct.html#21_September_2019_(Sex_workers)">few</a> <a href="https://web.archive.org/web/20180924231708/https://stallman.org/archives/2018-jul-oct.html#23_September_2018_(Cody_Wilson)">years</a>. When the escalation started, I still considered RMS both a friend and colleague, and I attempted to argue with him at length to convince him that some of his positions were harmful to sexual assault survivors and those who are sex trafficked, and to the people who devote their lives in service to such individuals. More importantly to the FSF, I attempted to persuade RMS that launching a controversial campaign on sexual behavior and morality was counter to his and FSF's mission to advance software freedom, and told RMS that my duty as an FSF Director was to assure the best outcome for the FSF, which <acronym title="in my opinion">IMO</acronym> didn't include having a leader who made such statements. Not only is human sexual behavior not a topic on which RMS has adequate academic expertise, but also his positions appear to ignore significant research and widely available information on the subject. Many of his comments, while occasionally politically intriguing, lack empathy for people who experienced trauma.
+ </p>
+ <p>
+ IMO, this is not and has never been a Free Speech issue. I do believe freedom of speech links directly to software freedom: indeed, I see the freedom to publish software under Free licenses as almost a corollary to the freedom of speech. However, we do not need to follow leadership from those whose views we fundamentally disagree. Moreover, organizations need not and should not elevate spokespeople and leaders who speak regularly on unrelated issues that organizations find do not advance their mission, and/or that alienate important constituents. I, like many other software freedom leaders, curtail my public comments on issues not related to <acronym title="Free and Open Source Software">FOSS</acronym>. (Indeed, I would not even be commenting on <em>this issue</em> if it had not become a central issue of concern to the software freedom community.) Leaders have power, and they must exercise the power of their words with <a href="https://lwn.net/Articles/770966/">restraint, not with impunity</a>.
+ </p>
+ <p>
+ RMS has consistently argued that there was a campaign of “prudish intimidation” — seeking to keep him quiet about his views on sexuality. After years of conversing with RMS about how his non-software-freedom views were a distraction, an indulgence, and downright problematic, his general response was to make even more public comments of this nature. The issue is not about RMS' right to say what he believes, nor is it even about whether or not you agree or disagree with RMS' statements. The question is whether an organization should have a designated leader who is on a sustained, public campaign advocating about an unrelated issue that many consider controversial. It really doesn't matter what your view about the controversial issue is; a leader who refuses to stop talking loudly about unrelated issues eventually creates an untenable distraction from the radical activism you're actively trying to advance. The message of universal software freedom is a radical cause; it's basically impossible for one individual to effectively push forward two unrelated controversial agendas at once. In short, the radical message of software freedom became overshadowed by RMS' radical views about sexual morality.
+ </p>
+ <p>
+ And here is where I say the thing that may infuriate many but it's what I believe: I think RMS took a useful step by resigning some of his leadership roles at the FSF. I thank RMS for taking that step, and I wish the FSF Directors well in their efforts to assure that the FSF becomes a welcoming organization to all who care about universal software freedom. The <a href="https://www.fsf.org/about/">FSF's mission</a> is essential to our technological future, and we should all support that mission. I care deeply about that mission myself and have worked and will continue to work in our community in the best interest of the mission.
+ </p>
+ <p>
+ I'm admittedly struggling to find a way to work again with RMS, given his views on sexual morality and his behaviors stemming from those views. I explicitly do not agree with <a href="https://web.archive.org/web/20180919100154/https://stallman.org/antiglossary.html#assult">this “(re-)definition” of sexual assault</a>. Furthermore, I believe uninformed statements about sexual assault are irresponsible and cause harm to victims. #MeToo is <strong><a href="https://web.archive.org/web/20190903050208/https://stallman.org/archives/2019-jul-oct.html#27_August_2019_(Me-too_frenzy)">not a “frenzy”</a></strong>; it is a global movement by individuals who have been harmed seeking to hold both bad actors <em>and</em> society-at-large accountable for ignoring systemic wrongs. Nevertheless, I still am proud of the <a href="https://www.gnu.org/philosophy/freedom-or-power.en.html">essay that I co-wrote with RMS</a> and still find <a href="https://www.gnu.org/gnu/manifesto.en.html">many</a> <a href="https://www.gnu.org/philosophy/free-sw.html">of</a> <a href="https://www.gnu.org/philosophy/why-free.html">RMS'</a> <a href="https://www.gnu.org/philosophy/pragmatic.html">other</a> <a href="https://www.gnu.org/philosophy/microsoft-old.html">essays</a> <a href="https://www.gnu.org/philosophy/gpl-american-way.html">compelling</a>, <a href="https://www.gnu.org/licenses/why-not-lgpl.html">important</a>, <a href="https://www.gnu.org/philosophy/stallman-kth.en.html">and</a> <a href="https://www.gnu.org/philosophy/who-does-that-server-really-serve.en.html">relevant</a>.
+ </p>
+ <p>
+ I want the FSF to succeed in its mission and enter a new era of accomplishments. I've spent the last 22 years, without a break, dedicating substantial time, effort, care and loyalty to the various FSF roles that I've had: including employee, volunteer, at-large Director, and Voting Member. Even though my duties to the FSF are done, and my relationship with the FSF is no longer formal, I still think the FSF is a valuable institution worth helping and saving, specifically because the FSF was founded for a mission that I deeply support. And we should also realize that RMS — a human being (who is flawed like the rest of us) — invented that mission.
+ </p>
+ <p>
+ As culture change becomes more rapid, I hope we can find reasonable nuance and moderation on our complex analysis about people and their disparate views, while we also hold individuals fully accountable for their actions. That's the difficulty we face in the post-post-modern culture of the early twenty-first century. Most importantly, I believe we must find a way to stand firm for software freedom while also making a safe environment for victims of sexual assault, sexual abuse, gaslighting, and other deplorable actions.
+ </p>
+ <p>
+ Posted on Tuesday 15 October 2019 at 09:11 by Bradley M. Kuhn.
+ </p>
+
+
+ </div><p>
+ <code>#include &lt;std/disclaimer.h&gt;</code><br>
+ <code>use Standard::Disclaimer;</code><br>
+ <code>from standard import disclaimer</code><br>
+ <code>SELECT full_text FROM standard WHERE type = 'disclaimer';</code>
+ </p><p>
+ Both previously and presently, I have been employed by and/or done work for various organizations that also have views on Free, Libre, and Open Source Software. As should be blatantly obvious, this is my website, not theirs, so please do not assume views and opinions here belong to any such organization. Since I do co-own ebb.org with my wife, it may not be so obvious that these aren't her views and opinions, either.
+ </p><p>
+ ebb <sup>℠</sup> is a service mark of Bradley M. Kuhn.
+ </p> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ebb-org/source.html b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/source.html
new file mode 100644
index 0000000..5daa2a0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/source.html
@@ -0,0 +1,485 @@
+<!DOCTYPE html>
+<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <title>
+ On Recent Controversial Events - Bradley M. Kuhn ( Brad ) ( bkuhn )
+ </title>
+ <meta content="Bradley M. Kuhn (http://ebb.org/bkuhn/)" name="author" />
+ <link href="http://ebb.org/bkuhn/rss.xml" rel="alternate" title="Whole Website RSS for Bradley M. Kuhn" type="application/rss+xml" />
+ <link href="http://ebb.org/bkuhn/blog/rss.xml" rel="alternate" title="Blog RSS for Bradley M. Kuhn" type="application/rss+xml" />
+ <link href="http://ebb.org/bkuhn/blog/rss.xml" rel="alternate" title="Articles / Interviews RSS for Bradley M. Kuhn" type="application/rss+xml" />
+ <link href="/css/screen.css" rel="stylesheet" type="text/css" />
+ <link href="mailto:[email protected]" rel="made" />
+ <meta content="kuhn, brad, bradley, bkuhn, hacker, gnu, free, software, linux, unix, perl, liberal, pgp, gpg, geek, system, administrator, network, free software, developer, new york, NY, computer, open source, hacker, software, freedom, software freedom" http-equiv="Keywords" name="Keywords" />
+ <meta content="The website of Bradley M. Kuhn, aka Brad, aka bkuhn. This site includes his GPG keys, resume, blog, projects list, software, interviews, speeches and writing." http-equiv="Description" name="Description" />
+ </head>
+ <body>
+ <div id="site">
+ <div id="sidebar">
+ <div id="title">
+ <p>
+ <a href="/bkuhn">Bradley M. Kuhn</a> <a href="http://ebb.org/bkuhn/rss.xml"><img alt="[RSS of Whole Site]" border="0" src="/images/feed-icon-14x14.png" /></a>
+ </p>
+ </div>
+ <div id="menu">
+ <ul>
+ <li>
+ <a href="/bkuhn/contact">Contact</a>
+ </li>
+ <li>
+ <a href="/bkuhn/blog">Blog</a> &#160; <a href="http://ebb.org/bkuhn/blog/rss.xml"><img alt="[RSS of Blog]" border="0" src="/images/feed-icon-14x14.png" /></a>
+ </li>
+ <li>
+ <a href="http://identi.ca/bkuhn/">Pump.io Social Network</a>
+ </li><!-- %li= link_to("About", "/bkuhn/about") -->
+ <!-- %li= link_to("Speeches / Talks", "/bkuhn/speeches/") -->
+ <li>
+ <a href="/bkuhn/articles">Interviews / Articles</a> &#160; <a href="http://ebb.org/bkuhn/articles/rss.xml"><img alt="[RSS of Articles]" border="0" src="/images/feed-icon-14x14.png" /></a>
+ </li>
+ <li>
+ <a href="/bkuhn/code/">Software</a>
+ </li>
+ <li>
+ <a href="/bkuhn/resume">Résumé</a>
+ </li>
+ </ul>
+ </div>
+ <h2>
+ <a href="/bkuhn/tags">Tag</a> Cloud
+ </h2>
+ <ol id="tag-cloud">
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#accounting">accounting</a>
+ </li>
+ <li class="tier-4" title="24 posts">
+ <a href="/bkuhn/tags.html#advocacy">advocacy</a>
+ </li>
+ <li class="tier-4" title="16 posts">
+ <a href="/bkuhn/tags.html#agpl">agpl</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#android">android</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#apache">apache</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#apple">apple</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#apt">apt</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#artistic">artistic</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#asterisk">asterisk</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#automotive">automotive</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#autonomous">autonomous</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#award">award</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#bilski">bilski</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#canonical">canonical</a>
+ </li>
+ <li class="tier-3" title="7 posts">
+ <a href="/bkuhn/tags.html#cla">cla</a>
+ </li>
+ <li class="tier-5" title="39 posts">
+ <a href="/bkuhn/tags.html#community">community</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#compliance">compliance</a>
+ </li>
+ <li class="tier-4" title="15 posts">
+ <a href="/bkuhn/tags.html#conferences">conferences</a>
+ </li>
+ <li class="tier-5" title="37 posts">
+ <a href="/bkuhn/tags.html#conservancy">conservancy</a>
+ </li>
+ <li class="tier-3" title="8 posts">
+ <a href="/bkuhn/tags.html#copyleft">copyleft</a>
+ </li>
+ <li class="tier-5" title="56 posts">
+ <a href="/bkuhn/tags.html#copyright">copyright</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#cow-orking">cow-orking</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#cpp">cpp</a>
+ </li>
+ <li class="tier-3" title="9 posts">
+ <a href="/bkuhn/tags.html#debian">debian</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#denounce">denounce</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#development">development</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#diversity">diversity</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#emacs">emacs</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#encryption">encryption</a>
+ </li>
+ <li class="tier-3" title="10 posts">
+ <a href="/bkuhn/tags.html#enforcement">enforcement</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#exceptions">exceptions</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#faif">faif</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#fdl">fdl</a>
+ </li>
+ <li class="tier-4" title="11 posts">
+ <a href="/bkuhn/tags.html#for-profit">for-profit</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#fosdem">fosdem</a>
+ </li>
+ <li class="tier-4" title="13 posts">
+ <a href="/bkuhn/tags.html#fsf">fsf</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#gcc">gcc</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#git">git</a>
+ </li>
+ <li class="tier-4" title="13 posts">
+ <a href="/bkuhn/tags.html#gnome">gnome</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#gnu">gnu</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#google">google</a>
+ </li>
+ <li class="tier-6" title="107 posts">
+ <a href="/bkuhn/tags.html#gpl">gpl</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#gpl-compatibility">gpl-compatibility</a>
+ </li>
+ <li class="tier-5" title="47 posts">
+ <a href="/bkuhn/tags.html#gpl-enforcement">gpl-enforcement</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#gplv3">gplv3</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#guadec">guadec</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#identica">identica</a>
+ </li>
+ <li class="tier-4" title="17 posts">
+ <a href="/bkuhn/tags.html#infringement">infringement</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#java">java</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#javascript">javascript</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#jvm">jvm</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#launchpad">launchpad</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#ldap">ldap</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#lgpl">lgpl</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#libreoffice">libreoffice</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#libreplanet">libreplanet</a>
+ </li>
+ <li class="tier-6" title="72 posts">
+ <a href="/bkuhn/tags.html#licensing">licensing</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#lindows">lindows</a>
+ </li>
+ <li class="tier-4" title="11 posts">
+ <a href="/bkuhn/tags.html#linux">linux</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#maemo">maemo</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#mail">mail</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#meego">meego</a>
+ </li>
+ <li class="tier-4" title="17 posts">
+ <a href="/bkuhn/tags.html#microsoft">microsoft</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#mobile">mobile</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#moblin">moblin</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#mono">mono</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#motorola">motorola</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#mta">mta</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#mysql">mysql</a>
+ </li>
+ <li class="tier-4" title="13 posts">
+ <a href="/bkuhn/tags.html#net-services">net-services</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#nlp">nlp</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#nokia">nokia</a>
+ </li>
+ <li class="tier-4" title="23 posts">
+ <a href="/bkuhn/tags.html#non-profit">non-profit</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#np-complete">np-complete</a>
+ </li>
+ <li class="tier-3" title="7 posts">
+ <a href="/bkuhn/tags.html#open-core">open-core</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#open-foam">open-foam</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#oracle">oracle</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#parrot">parrot</a>
+ </li>
+ <li class="tier-4" title="16 posts">
+ <a href="/bkuhn/tags.html#patents">patents</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#perl">perl</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#perljvm">perljvm</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#permissive-license">permissive-license</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#piracy">piracy</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#podcast">podcast</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#podjango">podjango</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#poker">poker</a>
+ </li>
+ <li class="tier-4" title="14 posts">
+ <a href="/bkuhn/tags.html#politics">politics</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#postfix">postfix</a>
+ </li>
+ <li class="tier-4" title="13 posts">
+ <a href="/bkuhn/tags.html#proprietary">proprietary</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#qt">qt</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#replicant">replicant</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#requiem">requiem</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#rtlinux">rtlinux</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#scale">SCALE</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#sco">sco</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#scotus">scotus</a>
+ </li>
+ <li class="tier-3" title="5 posts">
+ <a href="/bkuhn/tags.html#security">security</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#sexism">sexism</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#sflc">sflc</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#slicing">slicing</a>
+ </li>
+ <li class="tier-3" title="7 posts">
+ <a href="/bkuhn/tags.html#social-justice">social-justice</a>
+ </li>
+ <li class="tier-3" title="6 posts">
+ <a href="/bkuhn/tags.html#software">software</a>
+ </li>
+ <li class="tier-6" title="108 posts">
+ <a href="/bkuhn/tags.html#software-freedom">software-freedom</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#speeches">speeches</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#stet">stet</a>
+ </li>
+ <li class="tier-2" title="4 posts">
+ <a href="/bkuhn/tags.html#talks">talks</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#tcl">tcl</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#teaching">teaching</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#tech-press">tech-press</a>
+ </li>
+ <li class="tier-5" title="35 posts">
+ <a href="/bkuhn/tags.html#technology">technology</a>
+ </li>
+ <li class="tier-2" title="2 posts">
+ <a href="/bkuhn/tags.html#thesis">thesis</a>
+ </li>
+ <li class="tier-3" title="5 posts">
+ <a href="/bkuhn/tags.html#trademarks">trademarks</a>
+ </li>
+ <li class="tier-3" title="10 posts">
+ <a href="/bkuhn/tags.html#ubuntu">ubuntu</a>
+ </li>
+ <li class="tier-1" title="1 post">
+ <a href="/bkuhn/tags.html#voip">voip</a>
+ </li>
+ <li class="tier-2" title="3 posts">
+ <a href="/bkuhn/tags.html#xen">xen</a>
+ </li>
+ </ol>
+ <h2>
+ Powered by
+ </h2><a href="https://gitorious.org/bkuhn/jekyll/source/HEAD:">A Very Old Fork of Jekyll</a> <a href="https://gitorious.org/bkuhn/website/source/HEAD:">"Source Code" for this site</a>
+ </div>
+ <div id="contentWithSidebar">
+ <div id="post">
+ <h1>
+ On Recent Controversial Events
+ </h1>
+ <p class="topAttributionWithDate">
+ Tuesday 15 October 2019 by Bradley M. Kuhn
+ </p>
+ <p>
+ The last 33 days have been unprecedentedly difficult for the software freedom community and for me personally. Folks have been emailing, phoning, texting, tagging me on social media (— the last of which has been funny, because all my social media accounts are placeholder accounts). But, just about everyone has urged me to comment on the serious issues that the software freedom community now faces. Until now, I have stayed silent regarding all these current topics: from Richard M. Stallman (RMS)'s public statements, to <a href="https://www.fsf.org/news/richard-m-stallman-resigns">his resignation from the Free Software Foundation (FSF)</a>, to the Epstein scandal and its connection to MIT. I've also avoided generally commenting on software freedom organizational governance during this period. I did this for good reason, which is explained below. However, in this blog post, I now share my primary comments on the matters that seem to currently be of the utmost attention of the Open Source and Free Software communities.
+ </p>
+ <p>
+ I have been silent the last month because, until two days ago, I was an at-large member of <a href="https://www.fsf.org/about/staff-and-board">FSF's Board of Directors</a>, and a <a href="https://static.fsf.org/nosvn/fsf-amended-bylaws-current.pdf">Voting Member</a> of the FSF. As a member of FSF's two leadership bodies, I was abiding by a reasonable request from the FSF management and my duty to the organization. Specifically, the FSF asked that all communication during the crisis <a href="https://www.fsf.org/news/richard-m-stallman-resigns">come</a> <a href="https://www.fsf.org/news/fsf-and-gnu">directly</a> from FSF officers and not from at-large directors and/or Voting Members. Furthermore, the FSF management asked all Directors and Voting Members to remain silent on this entire matter — even on issues only tangentially related to the current situation, and even when speaking in our own capacity (e.g., on our own blogs like this one). The FSF is an important organization, and I take any request from the FSF seriously — so I abided fully with their request.
+ </p>
+ <p>
+ The situation was further complicated because folks at my employer, Software Freedom Conservancy (where I also serve on the <a href="https://sfconservancy.org/about/board/#bkuhn">Board of Directors</a>) had strong opinions about this matter as well. Fortunately, the FSF and Conservancy both had already created clear protocols for what I should do if ever there was a disagreement or divergence of views between Conservancy and FSF. I therefore was recused fully from the planning, drafting, and timing of Conservancy's statement on this matter. I thank my colleagues at the Conservancy for working so carefully to keep me entirely outside the loop on their statement and to diligently assure that it was straight-forward for me to manage any potential organizational disagreements. I also thank those at the FSF who outlined clear protocols (ahead of time, back in March 2019) in case a situation like this ever came up. I also know my colleagues at Conservancy care deeply, as I do, about the health and welfare of the FSF and its mission of fighting for universal software freedom for all. None of us want, nor have, any substantive disagreement over software freedom issues.
+ </p>
+ <p>
+ I take very seriously my duty to the various organizations where I have (or have had) affiliations. More generally, I champion non-profit organizational transparency. Unfortunately, the current crisis left me in a quandary between the overarching goal of community transparency and abiding by FSF management's directives. Now that I've left the FSF Board of Directors, FSF's Voting Membership, and all my FSF volunteer roles (which ends my 22-year uninterrupted affiliation with the FSF), I can now comment on the substantive issues that face not just the FSF, but the Free Software community as a whole, while continuing to adhere to my past duty of acting in FSF's best interest. In other words, my affiliation with the FSF has come to an end for many good and useful reasons. The end to this affiliation allows me to speak directly about the core issues at the heart of the community's current crisis.
+ </p>
+ <p>
+ Firstly, all these events — from RMS' public comments on the MIT mailing list, to RMS' resignation from the FSF to RMS' discussions about the next steps for the GNU project — <em>seem</em> to many to have happened ridiculously quickly. But it wasn't actually fast at all. In fact, these events were culmination of issues that were slowly growing in concern to many people, including me.
+ </p>
+ <p>
+ For the last two years, I had been a loud internal voice in the FSF leadership regarding RMS' Free-Software-unrelated public statements; I felt strongly that it was in the best interest of the FSF to actively seek to limit such statements, and that it was my duty to FSF to speak out about this within the organization. Those who only learned of this story in the last month (understandably) believed <a href="https://medium.com/@selamjie/remove-richard-stallman-fec6ec210794">Selam G.'s Medium post</a> raised an entirely new issue. <a href="https://web.archive.org/web/20161107050933/https://www.stallman.org/archives/2016-jul-oct.html#31_October_2016_(Down's_syndrome)">In</a> <a href="https://web.archive.org/web/20170202025227/https://www.stallman.org/archives/2016-nov-feb.html#14_December_2016_(Campaign_of_bull-headed_prudery)">fact</a>, <a href="https://web.archive.org/web/20170224174306/https://www.stallman.org/archives/2016-nov-feb.html#23_February_2017_(A_violent_sex_offender)">RMS'</a> <a href="https://web.archive.org/web/20170612074722/http://stallman.org/archives/2017-mar-jun.html#26_May_2017_(Prudish_ignorantism)">views</a> <a href="https://web.archive.org/web/20170616044924/https://www.stallman.org/archives/2017-mar-jun.html#13_June_2017_(Sex_offender_registry)">and</a> <a href="https://web.archive.org/web/20171020041022/http://stallman.org/archives/2017-jul-oct.html#10_October_2017_(Laws_against_having_sex_with_an_animal)">statements</a> <a href="https://web.archive.org/web/20180131020215/https://stallman.org/archives/2017-jul-oct.html#29_October_2017_(Pestering_women)">posted</a> <a href="https://web.archive.org/web/20180104112431/https://www.stallman.org/archives/2017-nov-feb.html#27_November_2017_(Roy_Moore's_relationships)">on</a> <a href="https://web.archive.org/web/20180509120046/https://stallman.org/archives/2018-mar-jun.html#30_April_2018_(UN_peacekeepers_in_South_Sudan)">stallman.org</a> <a href="https://web.archive.org/web/20180911075211/https://www.stallman.org/archives/2018-jul-oct.html#17_July_2018_(The_bullshitter's_flirting)">about</a> <a href="https://web.archive.org/web/20180911075211/https://www.stallman.org/archives/2018-jul-oct.html#21_August_2018_(Age_and_attraction)">sexual</a> <a href="https://web.archive.org/web/20180924231708/https://stallman.org/archives/2018-jul-oct.html#23_September_2018_(Cody_Wilson)">morality</a> <a href="https://web.archive.org/web/20180919100154/https://stallman.org/antiglossary.html#assult">escalated</a> <a href="https://web.archive.org/web/20181113161736/https://www.stallman.org/archives/2018-sep-dec.html#6_November_2018_(Sex_according_to_porn)">for</a> <a href="https://web.archive.org/web/20190325024048/https://stallman.org/archives/2019-jan-apr.html#14_February_2019_(Respecting_peoples_right_to_say_no)">the</a> <a href="https://www.stallman.org/archives/2019-may-aug.html#11_June_2019_(Stretching_meaning_of_terms)">worse</a> <a href="https://web.archive.org/web/20190801201704/https://stallman.org/archives/2019-may-aug.html#12_June_2019_(Declining_sex_rates)">over</a> <a href="https://web.archive.org/web/20190801201704/https://stallman.org/archives/2019-may-aug.html#30_July_2019_(Al_Franken)">the</a> <a href="https://web.archive.org/web/20190903050208/https://stallman.org/archives/2019-jul-oct.html#27_August_2019_(Me-too_frenzy)">last</a> <a href="https://web.archive.org/web/20191011023557/https://stallman.org/archives/2019-jul-oct.html#21_September_2019_(Sex_workers)">few</a> <a href="https://web.archive.org/web/20180924231708/https://stallman.org/archives/2018-jul-oct.html#23_September_2018_(Cody_Wilson)">years</a>. When the escalation started, I still considered RMS both a friend and colleague, and I attempted to argue with him at length to convince him that some of his positions were harmful to sexual assault survivors and those who are sex trafficked, and to the people who devote their lives in service to such individuals. More importantly to the FSF, I attempted to persuade RMS that launching a controversial campaign on sexual behavior and morality was counter to his and FSF's mission to advance software freedom, and told RMS that my duty as an FSF Director was to assure the best outcome for the FSF, which <acronym title="in my opinion">IMO</acronym> didn't include having a leader who made such statements. Not only is human sexual behavior not a topic on which RMS has adequate academic expertise, but also his positions appear to ignore significant research and widely available information on the subject. Many of his comments, while occasionally politically intriguing, lack empathy for people who experienced trauma.
+ </p>
+ <p>
+ IMO, this is not and has never been a Free Speech issue. I do believe freedom of speech links directly to software freedom: indeed, I see the freedom to publish software under Free licenses as almost a corollary to the freedom of speech. However, we do not need to follow leadership from those whose views we fundamentally disagree. Moreover, organizations need not and should not elevate spokespeople and leaders who speak regularly on unrelated issues that organizations find do not advance their mission, and/or that alienate important constituents. I, like many other software freedom leaders, curtail my public comments on issues not related to <acronym title="Free and Open Source Software">FOSS</acronym>. (Indeed, I would not even be commenting on <em>this issue</em> if it had not become a central issue of concern to the software freedom community.) Leaders have power, and they must exercise the power of their words with <a href="https://lwn.net/Articles/770966/">restraint, not with impunity</a>.
+ </p>
+ <p>
+ RMS has consistently argued that there was a campaign of “prudish intimidation” — seeking to keep him quiet about his views on sexuality. After years of conversing with RMS about how his non-software-freedom views were a distraction, an indulgence, and downright problematic, his general response was to make even more public comments of this nature. The issue is not about RMS' right to say what he believes, nor is it even about whether or not you agree or disagree with RMS' statements. The question is whether an organization should have a designated leader who is on a sustained, public campaign advocating about an unrelated issue that many consider controversial. It really doesn't matter what your view about the controversial issue is; a leader who refuses to stop talking loudly about unrelated issues eventually creates an untenable distraction from the radical activism you're actively trying to advance. The message of universal software freedom is a radical cause; it's basically impossible for one individual to effectively push forward two unrelated controversial agendas at once. In short, the radical message of software freedom became overshadowed by RMS' radical views about sexual morality.
+ </p>
+ <p>
+ And here is where I say the thing that may infuriate many but it's what I believe: I think RMS took a useful step by resigning some of his leadership roles at the FSF. I thank RMS for taking that step, and I wish the FSF Directors well in their efforts to assure that the FSF becomes a welcoming organization to all who care about universal software freedom. The <a href="https://www.fsf.org/about/">FSF's mission</a> is essential to our technological future, and we should all support that mission. I care deeply about that mission myself and have worked and will continue to work in our community in the best interest of the mission.
+ </p>
+ <p>
+ I'm admittedly struggling to find a way to work again with RMS, given his views on sexual morality and his behaviors stemming from those views. I explicitly do not agree with <a href="https://web.archive.org/web/20180919100154/https://stallman.org/antiglossary.html#assult">this “(re-)definition” of sexual assault</a>. Furthermore, I believe uninformed statements about sexual assault are irresponsible and cause harm to victims. #MeToo is <strong><a href="https://web.archive.org/web/20190903050208/https://stallman.org/archives/2019-jul-oct.html#27_August_2019_(Me-too_frenzy)">not a “frenzy”</a></strong>; it is a global movement by individuals who have been harmed seeking to hold both bad actors <em>and</em> society-at-large accountable for ignoring systemic wrongs. Nevertheless, I still am proud of the <a href="https://www.gnu.org/philosophy/freedom-or-power.en.html">essay that I co-wrote with RMS</a> and still find <a href="https://www.gnu.org/gnu/manifesto.en.html">many</a> <a href="https://www.gnu.org/philosophy/free-sw.html">of</a> <a href="https://www.gnu.org/philosophy/why-free.html">RMS'</a> <a href="https://www.gnu.org/philosophy/pragmatic.html">other</a> <a href="https://www.gnu.org/philosophy/microsoft-old.html">essays</a> <a href="https://www.gnu.org/philosophy/gpl-american-way.html">compelling</a>, <a href="https://www.gnu.org/licenses/why-not-lgpl.html">important</a>, <a href="https://www.gnu.org/philosophy/stallman-kth.en.html">and</a> <a href="https://www.gnu.org/philosophy/who-does-that-server-really-serve.en.html">relevant</a>.
+ </p>
+ <p>
+ I want the FSF to succeed in its mission and enter a new era of accomplishments. I've spent the last 22 years, without a break, dedicating substantial time, effort, care and loyalty to the various FSF roles that I've had: including employee, volunteer, at-large Director, and Voting Member. Even though my duties to the FSF are done, and my relationship with the FSF is no longer formal, I still think the FSF is a valuable institution worth helping and saving, specifically because the FSF was founded for a mission that I deeply support. And we should also realize that RMS — a human being (who is flawed like the rest of us) — invented that mission.
+ </p>
+ <p>
+ As culture change becomes more rapid, I hope we can find reasonable nuance and moderation on our complex analysis about people and their disparate views, while we also hold individuals fully accountable for their actions. That's the difficulty we face in the post-post-modern culture of the early twenty-first century. Most importantly, I believe we must find a way to stand firm for software freedom while also making a safe environment for victims of sexual assault, sexual abuse, gaslighting, and other deplorable actions.
+ </p>
+ <p class="bottomAttributionWithDate">
+ Posted on Tuesday 15 October 2019 at 09:11 by Bradley M. Kuhn.
+ </p>
+ <p class="comments">
+ Submit comments on this post to <a href="mailto:[email protected]">&lt;[email protected]&gt;</a>.
+ </p>
+ <div id="prevlink">
+ <a class="previous" href="/bkuhn/blog/2019/05/23/github-sponsors.html">← <strong>Previous</strong>: Chasing Quick Fixes To Sustainability</a>
+ </div>
+ </div>
+ </div>
+ <p id="footer"></p>
+ <hr />
+ <br />
+ <p>
+ <a href="http://creativecommons.org/licenses/by-sa/3.0/us/" rel="license"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" style="border-width:10" /></a> This website and all documents on it are licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/us/" rel="license">Creative Commons Attribution-Share Alike 3.0 United States License</a> .
+ </p>
+ <hr />
+ <p>
+ <code>#include &lt;std/disclaimer.h&gt;</code><br />
+ <code>use Standard::Disclaimer;</code><br />
+ <code>from standard import disclaimer</code><br />
+ <code>SELECT full_text FROM standard WHERE type = 'disclaimer';</code>
+ </p>
+ <p>
+ Both previously and presently, I have been employed by and/or done work for various organizations that also have views on Free, Libre, and Open Source Software. As should be blatantly obvious, this is my website, not theirs, so please do not assume views and opinions here belong to any such organization. Since I do co-own ebb.org with my wife, it may not be so obvious that these aren't her views and opinions, either.
+ </p>
+ <p align="right">
+ — bkuhn
+ </p>
+ <hr />
+ <p>
+ ebb <sup>℠</sup> is a service mark of Bradley M. Kuhn.
+ </p>
+ <address>
+ <a href="http://ebb.org/bkuhn/">Bradley M. Kuhn</a> <a href="mailto:[email protected]">&lt;[email protected]&gt;</a>
+ </address>
+ </div>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json
new file mode 100644
index 0000000..4bb8990
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json
@@ -0,0 +1,3 @@
+{
+ "summonCthulhu": true
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json
new file mode 100644
index 0000000..d0e6496
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json
@@ -0,0 +1,14 @@
+[
+ "http:\/\/img-aws.ehowcdn.com\/200x200\/cme\/photography.prod.demandstudios.com\/16149374-814f-40bc-baf3-ca20f149f0ba.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/photography.prod.demandstudios.com\/16149374-814f-40bc-baf3-ca20f149f0ba.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/fc249ef6-4d27-41b4-8c21-15f7a8512b50.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/aae11d4d-a4aa-4251-a4d9-41023ebf6d84.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/7afdfa1e-da74-44b5-b89c-ca8123516272.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/4f6612c0-316a-4c74-bb03-cb4e778f6d72.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/eeb1e0b4-e573-40a3-8db1-2c76f0b13b84.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/812d4649-4152-4363-97c0-f181d02e709a.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/0cb3988c-9318-47d6-bc9c-c798da1ede72.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/photography.prod.demandstudios.com\/e3e18f0b-ab2c-4ffb-9988-a1ea63faef8b.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/photography.prod.demandstudios.com\/2cd79f8d-0d16-4573-8861-e47fb74b0638.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/photography.prod.demandstudios.com\/78670312-8636-4c42-a75c-3029f7aa6c73.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json
new file mode 100644
index 0000000..4de1448
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Lucy Akins",
+ "Direction": null,
+ "Excerpt": "Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the...",
+ "Image": "http:\/\/img-aws.ehowcdn.com\/200x200\/cme\/photography.prod.demandstudios.com\/16149374-814f-40bc-baf3-ca20f149f0ba.jpg",
+ "Title": "How to Build a Terrarium | eHow",
+ "SiteName": "eHow"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html
new file mode 100644
index 0000000..d73c3c5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html
@@ -0,0 +1,102 @@
+<div>
+ <header>
+
+
+
+ </header>
+ <div>
+ <p>Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the terrariums unless you see that the walls are not misting up. Small growing plants that don’t require a lot of light work best such as succulents, ferns, moss, even orchids.</p>
+ <figure> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg" alt="Glass cloche terrariums" title="Glass cloche terrariums" data-credit="Lucy Akins " longdesc="http://s3.amazonaws.com/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg"> </figure>
+ <figcaption> Glass cloche terrariums (Lucy Akins) </figcaption>
+ </div>
+ <div id="relatedContentUpper" data-module="rcp_top">
+ <header class>
+ <h3>Other People Are Reading</h3> </header>
+
+ </div>
+ <div> <p><span>What You'll Need:</span></p><ul>
+ <li>Cloche</li>
+ <li>Planter saucer, small shallow dish or desired platform</li>
+ <li>Floral foam oasis</li>
+ <li>Ruler </li>
+ <li>Spoon</li>
+ <li>Floral wire pins or paper clips</li>
+ <li>Small plants (from a florist or nursery)</li>
+ <li>Moss</li>
+ <li>Tweezers</li>
+ <li>Other small decorative items (optional)</li>
+ </ul>
+ </div>
+ <div>
+ <div> <p><span>Step 1</span></p><p>Measure the circumference of your cloche and cut the foam oasis about 3/4 inch (2 cm) smaller. Place the foam oasis into a container full of water and allow to soak until it sinks to the bottom. Dig out a hole on the oasis large enough to fit your plant, being careful not to pierce all the way through to the bottom.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/fc249ef6-4d27-41b4-8c21-15f7a8512b50.jpg" alt="Dig a hole in the oasis." data-credit="Lucy Akins"> </figure>
+ <figcaption> Dig a hole in the oasis. (Lucy Akins) </figcaption>
+ </div>
+
+
+ <div>
+ <div> <p><span>Step 2</span></p><p>Insert your plant into the hole.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/aae11d4d-a4aa-4251-a4d9-41023ebf6d84.jpg" alt="Orchid in foam oasis" data-credit="Lucy Akins"> </figure>
+ <figcaption> Orchid in foam oasis (Lucy Akins) </figcaption>
+ </div>
+ <div>
+ <div> <p><span>Step 3</span></p><p>You can add various plants if you wish.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/7afdfa1e-da74-44b5-b89c-ca8123516272.jpg" alt="Various foliage" data-credit="Lucy Akins"> </figure>
+ <figcaption> Various foliage (Lucy Akins) </figcaption>
+ </div>
+ <div>
+ <div> <p><span>Step 4</span></p><p>Using floral pins, attach enough moss around the oasis to cover it.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/4f6612c0-316a-4c74-bb03-cb4e778f6d72.jpg" alt="Attach moss." data-credit="Lucy Akins"> </figure>
+ <figcaption> Attach moss. (Lucy Akins) </figcaption>
+ </div>
+ <div>
+ <div> <p><span>Step 5</span></p><p>Gently place the cloche over the oasis. The glass may push some of the moss upward, exposing some of the foam.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/eeb1e0b4-e573-40a3-8db1-2c76f0b13b84.jpg" alt="Place cloche over oasis." data-credit="Lucy Akins"> </figure>
+ <figcaption> Place cloche over oasis. (Lucy Akins) </figcaption>
+ </div>
+ <div>
+ <div> <p><span>Step 6</span></p><p>Simply pull down the moss with tweezers or insert more moss to fill in the empty spaces.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/812d4649-4152-4363-97c0-f181d02e709a.jpg" alt="Rearrange moss." data-credit="Lucy Akins"> </figure>
+ <figcaption> Rearrange moss. (Lucy Akins) </figcaption>
+ </div>
+ <div>
+ <div> <p><span>Step 7</span></p><p>You can use any platform you wish. In this case, a small saucer was used.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/0cb3988c-9318-47d6-bc9c-c798da1ede72.jpg" alt="Place cloche on a platform to sit on." data-credit="Lucy Akins"> </figure>
+ <figcaption> Place cloche on a platform to sit on. (Lucy Akins) </figcaption>
+ </div>
+ <div>
+ <div> <p><span>Step 8</span></p><p>This particular terrarium rests on a planter saucer and features a small white pumpkin.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/e3e18f0b-ab2c-4ffb-9988-a1ea63faef8b.jpg" alt="Cloche placed on a terracotta saucer" data-credit="Lucy Akins"> </figure>
+ <figcaption> Cloche placed on a terracotta saucer (Lucy Akins) </figcaption>
+ </div>
+ <div>
+ <div> <p><span>Step 9</span></p><p>This particular terrarium was placed on a wood slice and a little toy squirrel was placed inside to add a little whimsy.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/2cd79f8d-0d16-4573-8861-e47fb74b0638.jpg" alt="Placed on a wooden slice" data-credit="Lucy Akins"> </figure>
+ <figcaption> Placed on a wooden slice (Lucy Akins) </figcaption>
+ </div>
+ <div>
+ <div> <p><span>Finished Terrarium</span></p><p>Displayed alone or in a group, these pretty arrangements allow you to add a little nature to your decor or tablescape.</p>
+ </div>
+ <figure> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/78670312-8636-4c42-a75c-3029f7aa6c73.jpg" alt="Cloche terrarium" data-credit="Lucy Akins"> </figure>
+ <figcaption> Cloche terrarium (Lucy Akins) </figcaption>
+ </div>
+
+
+
+
+
+
+ <section id="FeaturedTombstone" data-module="rcp_tombstone">
+ <h2>Featured</h2>
+
+ </section>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html
new file mode 100644
index 0000000..f5c9afe
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html
@@ -0,0 +1,934 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html class="Crafts en-US" lang="en-US" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#" data-channel="crafts" itemscope="" itemtype="http://schema.org/Article">
+
+<head>
+ <meta charset="utf-8"/>
+ <meta name="description" content="How to Build a Terrarium. Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You..."/>
+ <meta name="format-detection" content="telephone=no"/>
+ <meta name="y_key" content="4d4cb4ef1ad334cb"/>
+ <meta name="alexaVerifyID" content="xlJch1oUHrXNtOQBpiuUCV0-rlc"/>
+ <meta name="cachetime" content="201504281431"/>
+ <meta name="p:domain_verify" content="4d1387210be25228f0c4692cc47db05b"/>
+ <meta name="cme_last_updated" content="2015-04-28T11:54:11.401000"/>
+ <meta name="publishdate" content="05/29/2007 09:49:00"/>
+ <meta name="last_rcp_import" content="2015-04-27T19:34:40.179876"/>
+ <meta name="articleimage" content="http://s3.amazonaws.com/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg"/>
+ <link href="http://www.ehow.com/how_2042752_build-terrarium.html" rel="canonical"/>
+ <link type="application/rss+xml" href="http://www.ehow.com/feed/ehow-crafts.rss" rel="alternate" title="Subscribe to our RSS Feed"/>
+ <meta name="studioid" scheme="DMINSTR2" content="f941e4cd-a49e-4948-b244-677c15ff8b7f"/>
+ <meta name="contentid" scheme="DMINSTR2" content="2042752"/>
+ <meta name="category" scheme="DMINSTR2" content="Crafts"/>
+ <meta name="subcategory" scheme="DMINSTR2" content="Other DIY Crafts"/>
+ <meta name="subsubcat" scheme="DMINSTR2" content="Other DIY Projects"/>
+ <meta name="subpagetype" scheme="DMINSTR2" content="topic_view"/>
+ <meta name="exp_page" scheme="DMINSTR2" content=""/>
+ <meta name="wa_pchn" scheme="DMINSTR2" content="Crafts"/>
+ <meta name="pagetype" scheme="DMINSTR2" content="inline"/>
+ <meta name="wa_lr" scheme="DMINSTR2" content="en-US"/>
+ <meta name="siteid" scheme="DMINSTR2" content="EHWC"/>
+ <meta name="exp_name" scheme="DMINSTR2" content="desktop:default"/>
+ <meta name="wa_un" scheme="DMINSTR2" content=""/>
+ <meta name="wa_isreg" scheme="DMINSTR2" content=""/>
+ <meta name="wa_lgdin" scheme="DMINSTR2" content=""/>
+ <meta name="wa_clvl" scheme="DMINSTR2" content="1"/>
+ <meta name="wa_lgsrc" scheme="DMINSTR2" content="1"/>
+ <meta name="author" scheme="DMINSTR2" content="Lucy Akins"/>
+ <meta name="author_image" content=""/>
+ <meta name="twitter:card" content="summary"/>
+ <meta name="twitter:site" content="@ehow"/>
+ <meta property="og:image" content="http://img-aws.ehowcdn.com/200x200/cme/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg"/>
+ <meta property="og:url" content="http://www.ehow.com/how_2042752_build-terrarium.html"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:title" content="How to Build a Terrarium | eHow"/>
+ <meta property="og:description" content="Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the..."/>
+ <meta property="fb:app_id" content="63203377906"/>
+ <meta property="fb:ttl" content="604800"/>
+ <meta property="og:site_name" content="eHow"/>
+ <title>How to Build a Terrarium (with Pictures) | eHow</title>
+ <link type="image/x-icon" href="http://v5-static.ehowcdn.com/favicon.ico" rel="shortcut icon apple-touch-icon"/>
+ <link rel="stylesheet" type="text/css" href="http://dynamic02.ehowcdn.com/services/modules/css/common_header,corporate-skin,inline/fa923205/"/>
+ <!--[if lt IE 9]><link href="http://v5-static.ehowcdn.com/ui/stylesheets/layout/ie.css" rel="stylesheet" /><script src="http://v5-static.ehowcdn.com/ui/scripts/ie_hacks/header.js"></script><![endif]-->
+ <!--[if IE 9]><link href="http://v5-static.ehowcdn.com/ui/stylesheets/layout/ie9.css" rel="stylesheet" /><![endif]-->
+ <script>
+ window._omnitureLinkSetDomain = 'extended.dmtracker.com';
+ </script>
+ <script>
+ var dmjs = dmjs || {};
+ dmjs.global = dmjs.global || {};
+ dmjs.global.glbBaseUrl = "http:\/\/www.ehow.com";
+ dmjs.global.facebook = {
+ "app_id": "63203377906",
+ "api_version": "v2.0",
+ "login_service": "http:\/\/www.ehow.com\/services\/fb\/login\/",
+ "comment_service": "http:\/\/www.ehow.com\/services\/comment\/refresh\/"
+ };
+ dmjs.urls = {
+ "cdn": "http:\/\/v5-static.ehowcdn.com",
+ "sitelife": "http:\/\/sitelife.ehow.com\/ver1.0\/",
+ "dmtracker": "vs.dmtracker.com"
+ };
+ dmjs.global.IN_PRODUCTION = true;
+ dmjs.global.darkhorse = true;
+ dmjs.global.pool = "default";
+ dmjs.global.channel = "crafts";
+ dmjs.global.skin = "crafts";
+ dmjs.global.facebook.xid = "aG93XzIwNDI3NTJfYnVpbGQtdGVycmFyaXVtLmh0bWw";
+ dmjs.global.facebook.associate_on_comment = false;
+ dmjs.global._adChannel = "craft_other_diy,text,suggested7";
+ dmjs.global.IsSlideStep = false;
+ dmjs.global.fixed_category = [{
+ "id": 5352,
+ "title": "Crafts",
+ "url": "\/crafts\/"
+ }, {
+ "id": 5426,
+ "title": "Other DIY Crafts",
+ "url": "\/diy-crafts\/"
+ }, {
+ "id": 5429,
+ "title": "Other DIY Projects",
+ "url": "\/diy-projects\/"
+ }];
+ dmjs.global.SlideShowTest = {
+ "_id": "www.ehow.com\/how_16357_make-paper-sunflowers.html",
+ "dimensions": "none",
+ "image": {
+ "url": "http:\/\/s3.amazonaws.com\/uploadedimages.demandmedia\/sunflowers-1.jpg"
+ },
+ "subtitle": "",
+ "title": "How to Make Paper Sunflowers",
+ "type": "Article",
+ "url": "\/how_16357_make-paper-sunflowers.html"
+ };
+ dmjs.global.contributor = "www.demandstudios.com\/contributor\/3959b24c-24bb-447f-a676-55ce0b6e5519";
+ dmjs.global.articleType = "Article";
+ dmjs.global.articleID = 2042752;
+ /* Add xdomain first event helper to be added before ad event listeners are added */
+ dmjs.xdomainFirstEventListener = true;
+ if (window.addEventListener) {
+ window.addEventListener("message", function(event) {
+ if (typeof xdomain != 'undefined' && typeof xdomain.dmjsFirstEventListener != 'undefined') {
+ xdomain.dmjsFirstEventListener(event);
+ }
+ }, false);
+ } else {
+ window.attachEvent("message", function(event) {
+ if (typeof xdomain != 'undefined' && typeof xdomain.dmjsFirstEventListener != 'undefined') {
+ xdomain.dmjsFirstEventListener(event);
+ }
+ });
+ }
+ </script>
+ <!--[if lt IE 9]>
+<script src="http://v5-static.ehowcdn.com/content/compressed/common_header-646656f9.js" ></script>
+<![endif]-->
+ <script src="http://dynamic01.ehowcdn.com/services/modules/js/gpt,common_header_slim/4eb05a96/"></script>
+ <script class="kxct" data-id="JWC_M4Hq" data-timing="async" data-version="1.9" type="text/javascript">
+ window.Krux || ((Krux = function() {
+ Krux.q.push(arguments)
+ }).q = []);
+ (function() {
+ var k = document.createElement('script');
+ k.type = 'text/javascript';
+ k.async = true;
+ var m, src = (m = location.href.match(/\bkxsrc=([^&]+)/)) && decodeURIComponent(m[1]);
+ k.src = /^https?:\/\/([a-z0-9_\-\.]+\.)?krxd\.net(:\d{1,5})?\//i.test(src) ? src : src === "disable" ? "" : (location.protocol === "https:" ? "https:" : "http:") + "//cdn.krxd.net/controltag?confid=JWC_M4Hq";
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(k, s);
+ }());
+ </script>
+ <script>
+ window.Krux || ((Krux = function() {
+ Krux.q.push(arguments);
+ }).q = []);
+ (function() {
+ function retrieve(n) {
+ var m, k = 'kx' + n;
+ if (window.localStorage) {
+ return window.localStorage[k] || "";
+ } else if (navigator.cookieEnabled) {
+ m = document.cookie.match(k + '=([^;]*)');
+ return (m && unescape(m[1])) || "";
+ } else {
+ return '';
+ }
+ }
+ Krux.user = retrieve('user');
+ Krux.segments = retrieve('segs') && retrieve('segs').split(',') || [];
+ })();
+ </script>
+ <script type="text/javascript">
+ var GPT = [];
+ googletag.cmd.push(function() {
+ window.slot_define_string = "6117/dmd.ehow/crafts/otherdiycrafts/otherdiyprojects";
+ GPT['300x250_300x600'] = googletag.defineSlot('/6117/dmd.ehow/crafts/otherdiycrafts/otherdiyprojects', [
+ [300, 250],
+ [300, 600]
+ ], '300x250_300x600').addService(googletag.pubads());
+ GPT['728x90_990x90_970x250'] = googletag.defineSlot('/6117/dmd.ehow/crafts/otherdiycrafts/otherdiyprojects', [
+ [728, 90],
+ [990, 90],
+ [970, 250]
+ ], '728x90_990x90_970x250').addService(googletag.pubads());
+ GPT['outofpage'] = googletag.defineOutOfPageSlot('/6117/dmd.ehow/crafts/otherdiycrafts/otherdiyprojects', 'outofpage').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
+ googletag.pubads().setTargeting('cat', 'crafts');
+ googletag.pubads().setTargeting('scat', 'otherdiycrafts');
+ googletag.pubads().setTargeting('sscat', 'otherdiyprojects');
+ googletag.pubads().setTargeting('x', '7');
+ googletag.pubads().setTargeting('art', '2042752');
+ googletag.pubads().setTargeting('ctype', 'step_articles');
+ googletag.pubads().setTargeting('vid', '0');
+ googletag.pubads().setTargeting('blog', '0');
+ googletag.pubads().setTargeting('ad_chan', 'craft_other_diy');
+ window.gpt_targeting_vars = {
+ "cat": "crafts",
+ "scat": "otherdiycrafts",
+ "sscat": "otherdiyprojects",
+ "x": "7",
+ "art": 2042752,
+ "ctype": "step_articles",
+ "vid": 0,
+ "blog": 0,
+ "ad_chan": "craft_other_diy"
+ };
+ googletag.pubads().setTargeting('dc_ref', top.window.location.href.replace('#', '-'));
+ googletag.pubads().setTargeting("envr", ""); //for production. set envr to empty string
+ googletag.pubads().setTargeting("ksg", Krux.segments);
+ googletag.pubads().setTargeting("kuid", Krux.user);
+ googletag.pubads().collapseEmptyDivs();
+ googletag.pubads().enableSingleRequest();
+ googletag.enableServices();
+ });
+ </script>
+ <script>
+ dataLayer = [{
+ 'content_category': 'Crafts',
+ 'content_subCategory': 'Other DIY Crafts',
+ 'content_subSubCategory': 'Other DIY Projects',
+ 'content_pageType': 'inline',
+ 'content_subPageType': 'topic_view',
+ 'content_channel': 'crafts',
+ 'content_author': 'Lucy Akins',
+ 'content_publishDate': '05/29/2007 09:49:00',
+ 'content_name': 'How to Build a Terrarium (with Pictures) | eHow',
+ 'content_hasImages': 'True',
+ 'content_experience': 'desktop:default',
+ 'httpStatusCode': '200'
+ }];
+ </script>
+ <!--
+<PageMap>
+ <DataObject type="meta">
+ <Attribute name="articlethumbnail"><![CDATA[]]></Attribute>
+ <Attribute name="articletype"><![CDATA[professional]]></Attribute>
+ </DataObject>
+</PageMap>
+-->
+</head>
+
+<body class="Crafts TopicView " data-skin="crafts">
+ <!--[if IE 7]>
+ <script src="http://v5-static.ehowcdn.com/ui/scripts/ie7_notification.js" ></script> <![endif]-->
+ <noscript>
+ <iframe src="//www.googletagmanager.com/ns.html?id=GTM-K7RB82" height="0" width="0" style="display:none;visibility:hidden"></iframe>
+ </noscript>
+ <script>
+ (function(w, d, s, l, i) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ var f = d.getElementsByTagName(s)[0],
+ j = d.createElement(s),
+ dl = l != 'dataLayer' ? '&l=' + l : '';
+ j.async = true;
+ j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl;
+ f.parentNode.insertBefore(j, f);
+ })(window, document, 'script', 'dataLayer', 'GTM-K7RB82');
+ </script>
+ <header id="Header" data-section="header">
+ <section class="topContainer inner-container page-header clearfix">
+ <a href="http://www.ehow.com/" class="image corp-logo fl"><img src="http://v5-static.ehowcdn.com/media/images/logos/logo-stamp.png" width="134" height="38" alt="eHow Logo"/></a>
+ <form method="get" action="http://www.ehow.com/search.html" id="searchHeader" class="Search ">
+ <input type="text" name="s" data-type="searchinput" class="input fl headline4"/>
+ <input name="skin" type="hidden" value="corporate"/>
+ <input name="t" type="hidden" value="all"/>
+ <input type="submit" value="Search" class="bttn submit headline5 head"/> </form>
+ </section>
+ <nav id="primaryNav" role="navigation">
+ <ul class="inner-container channelListing clearfix skin-crafts">
+ <li class="list js-list"><a href="http://www.ehow.com/ehow-mom/" class="mom head title channel gtm_headerNavmom" data-channel="mom">mom</a></li>
+ <li class="list js-list"><a href="http://www.ehow.com/ehow-style/" class="style head title channel gtm_headerNavstyle" data-channel="style">style</a></li>
+ <li class="list js-list"><a href="http://www.ehow.com/ehow-food/" class="food head title channel gtm_headerNavfood" data-channel="food">food</a></li>
+ <li class="list js-list"><a href="http://www.ehow.com/ehow-tech/" class="tech head title channel gtm_headerNavtech" data-channel="tech">tech</a></li>
+ <li class="list js-list"><a href="http://www.ehow.com/ehow-home/" class="home head title channel gtm_headerNavhome" data-channel="home">home</a></li>
+ <li class="list js-list"><a href="http://www.ehow.com/ehow-money/" class="money head title channel gtm_headerNavmoney" data-channel="money">money</a></li>
+ <li class="list js-list"><a href="http://www.ehow.com/ehow-crafts/" class="crafts head title channel gtm_headerNavcrafts" data-channel="crafts">crafts</a></li>
+ <li class="list js-list more"><a class="head title more js-more" data-channel="more" href="#">More<span class="js-icon more-icon elegant-icons">3</span></a>
+ <div class="more_dropdown">
+ <div class="moreLinks">
+ <div class="headline2 head mg-4">Browse Articles &amp; Videos By Category</div>
+ <ul class="list list-0">
+ <li class="item"><a href="http://www.ehow.com/arts/" class="headline5 title target">Arts &amp; Entertainment</a></li>
+ <li class="item"><a href="http://www.ehow.com/business/" class="headline5 title target">Business</a></li>
+ <li class="item"><a href="http://www.ehow.com/careers/" class="headline5 title target">Careers &amp; Work</a></li>
+ <li class="item"><a href="http://www.ehow.com/cars/" class="headline5 title target">Cars</a></li>
+ <li class="item"><a href="http://www.ehow.com/computers/" class="headline5 title target">Computers</a></li>
+ <li class="item"><a href="http://www.ehow.com/crafts/" class="headline5 title target">Crafts</a></li>
+ <li class="item"><a href="http://www.ehow.com/cultures/" class="headline5 title target">Culture &amp; Society</a></li>
+ </ul>
+ <ul class="list list-1">
+ <li class="item"><a href="http://www.ehow.com/education/" class="headline5 title target">Education</a></li>
+ <li class="item"><a href="http://www.ehow.com/electronics/" class="headline5 title target">Electronics</a></li>
+ <li class="item"><a href="http://www.ehow.com/fashion/" class="headline5 title target">Fashion, Style &amp; Personal Care</a></li>
+ <li class="item"><a href="http://www.ehow.com/food/" class="headline5 title target">Food &amp; Drink</a></li>
+ <li class="item"><a href="http://www.ehow.com/health/" class="headline5 title target">Health</a></li>
+ <li class="item"><a href="http://www.ehow.com/hobbies-games/" class="headline5 title target">Hobbies, Games &amp; Toys</a></li>
+ <li class="item"><a href="http://www.ehow.com/holidays/" class="headline5 title target">Holidays &amp; Celebrations</a></li>
+ </ul>
+ <ul class="list list-2">
+ <li class="item"><a href="http://www.ehow.com/home/" class="headline5 title target">Home &amp; Garden</a></li>
+ <li class="item"><a href="http://www.ehow.com/internet/" class="headline5 title target">Internet</a></li>
+ <li class="item"><a href="http://www.ehow.com/legal/" class="headline5 title target">Legal</a></li>
+ <li class="item"><a href="http://www.ehow.com/parenting/" class="headline5 title target">Parenting</a></li>
+ <li class="item"><a href="http://www.ehow.com/parties/" class="headline5 title target">Parties &amp; Entertaining</a></li>
+ <li class="item"><a href="http://www.ehow.com/personal-finance/" class="headline5 title target">Personal Finance</a></li>
+ <li class="item"><a href="http://www.ehow.com/pets/" class="headline5 title target">Pets</a></li>
+ </ul>
+ <ul class="list list-3">
+ <li class="item"><a href="http://www.ehow.com/relationships/" class="headline5 title target">Relationships &amp; Family</a></li>
+ <li class="item"><a href="http://www.ehow.com/sports/" class="headline5 title target">Sports &amp; Fitness</a></li>
+ <li class="item"><a href="http://www.ehow.com/travel/" class="headline5 title target">Travel</a></li>
+ <li class="item"><a href="http://www.ehow.com/weddings/" class="headline5 title target">Weddings</a></li>
+ </ul>
+ </div>
+ <div class="sponsored_programs">
+ <ul class="unstyled">
+ <li class="item">
+ <a href="http://www.ehow.com/ehow-indoor/" class="diyhome"></a>
+ </li>
+ <li class="item">
+ <a href="http://www.ehow.com/ehow-outdoor/" class="diyoutdoor"></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </nav>
+ </header>
+ <div class="inner-container">
+ <!-- gpt slot 728x90_990x90_970x250 -->
+ <div class="bannerAd mod" data-module="gpt-ad-728x90_990x90_970x250" id="728x90_990x90_970x250">
+ <script type="text/javascript">
+ googletag.cmd.push(function() {
+ googletag.display('728x90_990x90_970x250');
+ });
+ </script>
+ </div>
+ <!-- gpt slot outofpage -->
+ <div class="AdUnitOutOfPage mod" data-module="gpt-ad-outofpage" id="outofpage">
+ <script type="text/javascript">
+ googletag.cmd.push(function() {
+ googletag.display('outofpage');
+ });
+ </script>
+ </div>
+ </div>
+ <section id="Body" class="InlineTemplate FLC" data-page-id="inlinetemplate" data-section="body">
+ <script id="_ehow-com-hnh"></script>
+ <ol class="breadcrumbs unstyled inline" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" data-module="breadcrumb">
+ <li class="list">
+ <a href="http://www.ehow.com/" rel="home" itemprop="url" class="title"> <span itemprop="title">eHow</span> </a>
+ </li>
+ <li class="list" itemprop="child" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="http://www.ehow.com/crafts/" rel="directory" itemprop="url" class="title"> <span itemprop="title">Crafts</span> </a>
+ </li>
+ <li class="list" itemprop="child" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="http://www.ehow.com/crafts/diy-crafts/" rel="directory" itemprop="url" class="title"> <span itemprop="title">Other DIY Crafts</span> </a>
+ </li>
+ <li class="list" itemprop="child" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="http://www.ehow.com/crafts/diy-crafts/diy-projects/" rel="directory" itemprop="url" class="title"> <span itemprop="title">Other DIY Projects</span> </a>
+ </li>
+ <li class="list" itemprop="child" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="http://www.ehow.com/how_2042752_build-terrarium.html" rel="directory" itemprop="url" class="title"> <span itemprop="title">How to Build a Terrarium</span> </a>
+ </li>
+ </ol>
+ <!-- gpt slot 990x50 -->
+ <div class="col-main">
+ <header class="page-head bordered">
+ <h1 class="headline1 head mg-2" itemprop="headline">
+How to Build a Terrarium </h1>
+ <div data-type="AuthorProfile" itemprop="author" itemscope="" itemtype="http://www.schema.org/Person">
+ <script type="text/html" data-element="template">
+ <footer class="AuthorProfileWrap footer">
+ <div class="AuthorProfileModal" data-element="modal">
+ <div class="wrapper">
+ <div class="ModalClose close" data-action="hideModal" data-element="closeButton">X</div> <img src="http://img-aws.ehowcdn.com/100x100/studio-image/ver1.0/Content/images/store/3/11/a3407c7f-fdf9-4ae6-8bac-48007b0109ea.Medium.jpg" onerror="this.className = &#039;hide&#039;" />
+ <div class="headline3 head mg-2" itemprop="name"> Lucy Akins </div>
+ <p class="bio"> Lucy Akins is an artist/photographer/blogger living in Toronto, Ontario. Her blog, Craftberry Bush, has blossomed into a business, having gained domestic and international recognition. Her work has been published in several magazines, including: Cottages and Bungalows, American Farmlife Style, National Geographic Kids, Artful Blogger, Somerset Life, and most recently graced the cover of Somerset Home. </p>
+ <p class="portfolio"> <a class="profile" itemprop="url" rel="author" href="http://www.demandstudios.com/profile-3959b24c-Lucy-Akins/" target="_blank">View my portfolio</a> </p>
+ </div>
+ </div>
+ </footer>
+ </script>
+ <div class="post-meta clearfix headline6 mg-2 ">
+ <div class="meta">
+ <a class="byline trigger gtm_contributorByline head-alt nb-name" rel="author" itemprop="author" href="/contributor/lucy_akins/" target="_top"> <span itemprop="name">By Lucy Akins</span> </a>
+ <div class="nb-byline">eHow Contributor</div>
+ </div>
+ </div>
+ <div class="article-meta"> </div>
+ <div data-element="container"></div>
+ </div>
+ <div class="clearfix">
+ <ul class="social-icons js-social-icons inline flcb" data-url="http://www.ehow.com/how_2042752_build-terrarium.html">
+ <li class="item btnPinterest">
+ <a class="js-btn btn gtm_socialShare" data-social="pinterest" data-url="http://www.ehow.com/how_2042752_build-terrarium.html?p=d" data-title="How to Build a Terrarium" data-media="http://s3.amazonaws.com/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg"> <span class="social-icon elegant-icons"></span> <span class="action js-pins">Pin</span> </a>
+ </li>
+ <li class="item btnFacebook">
+ <a class="js-btn btn gtm_socialShare" data-social="facebook" data-url="http://www.ehow.com/how_2042752_build-terrarium.html" data-title="How to Build a Terrarium" data-media="http://s3.amazonaws.com/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg" data-description="Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the..."> <span class="social-icon elegant-icons"></span> <span class="action js-facebook_shares">Share</span> </a>
+ </li>
+ <li class="item btnTwitter">
+ <a class="js-btn btn gtm_socialShare" data-social="twitter" data-url="http://www.ehow.com/how_2042752_build-terrarium.html" data-title="How to Build a Terrarium" data-media="http://s3.amazonaws.com/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg"> <span class="social-icon elegant-icons"></span> <span class="action js-tweets">Tweet</span> </a>
+ </li>
+ <li class="item btnGoogle">
+ <a class="js-btn btn gtm_socialShare" data-social="google" data-url="http://www.ehow.com/how_2042752_build-terrarium.html" data-title="How to Build a Terrarium"> <span class="social-icon elegant-icons"></span> <span class="action js-plusones">Share</span> </a>
+ </li>
+ </ul>
+ <div class="pagescore js-pagescore page-heading" data-score="true" data-url="http://www.ehow.com/how_2042752_build-terrarium.html"> <span class="headline3 num js-num"></span> <span class="icon"></span> <span class="msg">Found This Helpful</span> </div>
+ </div>
+ </header>
+ <div class="mod step">
+ <div class="stepContent mod">
+ <div class="content lead">
+ <p>Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the terrariums unless you see that the walls are not misting up. Small growing plants that don’t require a lot of light work best such as succulents, ferns, moss, even orchids.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg" alt="Glass cloche terrariums" title="Glass cloche terrariums" class="photo" data-credit="Lucy Akins " longdesc="http://s3.amazonaws.com/photography.prod.demandstudios.com/16149374-814f-40bc-baf3-ca20f149f0ba.jpg"/> </figure>
+ <figcaption class="small caption"> Glass cloche terrariums (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div id="relatedContentUpper" class="RelatedContent Module" data-module="rcp_top">
+ <header class="">
+ <h3 class="head headline2 mg-2">Other People Are Reading</h3> </header>
+ <ul class="unstyled inline box box-inner people-reading mod FLC" data-type="more-relatedArticles">
+ <li class="fl item headline5 first">
+ <a class="gtm_otherPeopleReading" href="http://www.ehow.com/video_12263138_plant-terrarium-ideas.html"> <img src="http://img-aws.ehowcdn.com/105x70/viper/media/2b3830ca-4eb6-4bfd-a1cd-d430b3e28d59/jpeg/a7edbb0f-86a7-4c73-9c2d-f85f87b49efa_0.jpg" class="thumb fl"/> </a> <a class="title gtm_otherPeopleReading headline5" href="http://www.ehow.com/video_12263138_plant-terrarium-ideas.html">Plant Terrarium Ideas</a> </li>
+ <li class="fl item headline5 mid">
+ <a class="gtm_otherPeopleReading" href="http://www.ehow.com/how_4885344_build-terrarium-succulent-plants.html"> <img src="http://img-aws.ehowcdn.com/105x70/cme/photography.prod.demandstudios.com/619daaaa-7991-4fc6-9b62-dfeab8a285b4.jpg" class="thumb fl"/> </a> <a class="title gtm_otherPeopleReading headline5" href="http://www.ehow.com/how_4885344_build-terrarium-succulent-plants.html">How to Build a Terrarium With Succulent Plants</a> </li>
+ </ul>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">What You'll Need:</span>
+ <ul class="markdown-ul">
+ <li>Cloche</li>
+ <li>Planter saucer, small shallow dish or desired platform</li>
+ <li>Floral foam oasis</li>
+ <li>Ruler </li>
+ <li>Spoon</li>
+ <li>Floral wire pins or paper clips</li>
+ <li>Small plants (from a florist or nursery)</li>
+ <li>Moss</li>
+ <li>Tweezers</li>
+ <li>Other small decorative items (optional)</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 1</span>
+ <p>Measure the circumference of your cloche and cut the foam oasis about 3/4 inch (2 cm) smaller. Place the foam oasis into a container full of water and allow to soak until it sinks to the bottom. Dig out a hole on the oasis large enough to fit your plant, being careful not to pierce all the way through to the bottom.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/fc249ef6-4d27-41b4-8c21-15f7a8512b50.jpg" alt="Dig a hole in the oasis." class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Dig a hole in the oasis. (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div id="m1"></div>
+ <div class="mod Inline">
+ <div id="DMINSTR" type="adimpression" data-type="adTracking" name="&amp;adunit_id=ca-ehow_300x250&amp;ad_unit_type=CNT&amp;ad_unit_network=GAP&amp;revenue_basis=CPC&amp;ad_position=-&amp;revenue_tag=craft_other_diy">
+ <div id="GoogleAdsense300x250"></div>
+ <script>
+ dmjs.revenueTags.push('ca-ehow_300x250;craft_other_diy,text,suggested7');
+ googleAds.addAdUnit({
+ priority: 3,
+ adUnitId: 'GoogleAdsense300x250',
+ google_ad_channel: 'craft_other_diy,text,suggested7',
+ google_ad_client: 'ca-ehow_300x250',
+ google_page_url: 'http://www.ehow.com/how_2042752_build-terrarium.html',
+ google_max_num_ads: '1',
+ google_ad_type: 'text',
+ templates: {
+ text: '&lt;div class="GoogleTextAd GoogleAd300x250 ad-300"> \
+ &lt;p>&lt;a class="header" href="{!= google_info.feedback_url !}">Sponsored Links&lt;/a>&lt;/p> \
+ &lt;ul> \
+ {! for (var i = 0; i &lt; ads.length; i++) { !} \
+ &lt;li class="Ad"> \
+ &lt;a rel="nofollow" href="{!= ads[i].url !}" target="_blank" title="go to {!= clean(ads[i].visible_url) !}" class="title"> \
+ {!= ads[i].line1 !} \
+ &lt;/a> \
+ &lt;p class="copy">{!= ads[i].line2 !} {!= ads[i].line3 !}&lt;/p> \
+ &lt;a rel="nofollow" href="{!= ads[i].url !}" target="_blank" title="go to {!= clean(ads[i].visible_url) !}" class="baseurl url"> \
+ {!= ads[i].visible_url !} \
+ &lt;/a> \
+ &lt;/li> \
+ {! } !} \
+ &lt;/ul> \
+ &lt;/div>',
+ image: '&lt;div class="GoogleImageAd GoogleImageAdNew"> \
+ &lt;a class="header" href="{!= google_info.feedback_url !}">Sponsored Links&lt;/a> \
+ &lt;a href="{!= ads[0].url !}" title="go to {!= clean(ads[0].visible_url) !}" target="_blank" class="Ad" >\
+ &lt;img src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" border="0" alt="" />\
+ &lt;/a> \
+ &lt;/div>',
+ flash: '&lt;div class="GoogleFlashAd GoogleFlashAdNew">\
+ &lt;a class="header" href="{!= google_info.feedback_url !}">Sponsored Links&lt;/a> \
+ &lt;div class="Ad">\
+ &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}">&lt;param name="movie" value="{!= ads[0].image_url !}">&lt;param name="quality" value="high">&lt;param name="AllowScriptAccess" value="never">&lt;embed src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" type="application/x-shockwave-flash" AllowScriptAccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer">&lt;/embed>&lt;/object>\
+ &lt;/div>\
+ &lt;/div>'
+ },
+ google_image_size: '300x250'
+ });
+ </script>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 2</span>
+ <p>Insert your plant into the hole.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/aae11d4d-a4aa-4251-a4d9-41023ebf6d84.jpg" alt="Orchid in foam oasis" class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Orchid in foam oasis (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 3</span>
+ <p>You can add various plants if you wish.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/7afdfa1e-da74-44b5-b89c-ca8123516272.jpg" alt="Various foliage" class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Various foliage (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 4</span>
+ <p>Using floral pins, attach enough moss around the oasis to cover it.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/4f6612c0-316a-4c74-bb03-cb4e778f6d72.jpg" alt="Attach moss." class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Attach moss. (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 5</span>
+ <p>Gently place the cloche over the oasis. The glass may push some of the moss upward, exposing some of the foam.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/eeb1e0b4-e573-40a3-8db1-2c76f0b13b84.jpg" alt="Place cloche over oasis." class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Place cloche over oasis. (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 6</span>
+ <p>Simply pull down the moss with tweezers or insert more moss to fill in the empty spaces.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/812d4649-4152-4363-97c0-f181d02e709a.jpg" alt="Rearrange moss." class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Rearrange moss. (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 7</span>
+ <p>You can use any platform you wish. In this case, a small saucer was used.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/default/cme/photography.prod.demandstudios.com/0cb3988c-9318-47d6-bc9c-c798da1ede72.jpg" alt="Place cloche on a platform to sit on." class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Place cloche on a platform to sit on. (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 8</span>
+ <p>This particular terrarium rests on a planter saucer and features a small white pumpkin.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/e3e18f0b-ab2c-4ffb-9988-a1ea63faef8b.jpg" alt="Cloche placed on a terracotta saucer" class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Cloche placed on a terracotta saucer (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Step 9</span>
+ <p>This particular terrarium was placed on a wood slice and a little toy squirrel was placed inside to add a little whimsy.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/2cd79f8d-0d16-4573-8861-e47fb74b0638.jpg" alt="Placed on a wooden slice" class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Placed on a wooden slice (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div class="mod step">
+ <div class="stepContent">
+ <div class="content"> <span class="headline2 head mg-1 block">Finished Terrarium</span>
+ <p>Displayed alone or in a group, these pretty arrangements allow you to add a little nature to your decor or tablescape.</p>
+ </div>
+ <figure class="stepThumb"> <img src="http://img-aws.ehowcdn.com/640/cme/photography.prod.demandstudios.com/78670312-8636-4c42-a75c-3029f7aa6c73.jpg" alt="Cloche terrarium" class="photo" data-credit="Lucy Akins"/> </figure>
+ <figcaption class="small caption"> Cloche terrarium (Lucy Akins) </figcaption>
+ </div>
+ </div>
+ <div id="m2"></div>
+ <div id="DMINSTR" type="adimpression" data-type="adTracking" name="&amp;adunit_id=ca-ehow_336x280&amp;ad_unit_type=CNT&amp;ad_unit_network=GAP&amp;revenue_basis=CPC&amp;ad_position=-&amp;revenue_tag=craft_other_diy" data-module="google-ad-336x280">
+ <div id="GoogleAdsense336x280" class="mod"></div>
+ <script>
+ dmjs.revenueTags.push('ca-ehow_336x280;craft_other_diy,text,suggested7');
+ googleAds.addAdUnit({
+ priority: 2,
+ adUnitId: 'GoogleAdsense336x280',
+ google_ad_channel: 'craft_other_diy,text,suggested7',
+ google_ad_client: 'ca-ehow_336x280',
+ google_page_url: 'http://www.ehow.com/how_2042752_build-terrarium.html',
+ google_max_num_ads: '4',
+ google_ad_type: 'text',
+ google_hints: '',
+ templates: {
+ text: '&lt;div class="GoogleTextAd GoogleTextAdNew">\
+ &lt;a class="header" href="{!= google_info.feedback_url !}">Sponsored Links&lt;/a>\
+ &lt;ul class="opNew336 evenColorItems">\
+ {! for (var i = 0; i &lt; ads.length; i++) { !}\
+ &lt;li class="item">\
+ &lt;div class="term">\
+ &lt;a rel="nofollow" target="_blank" href="{!= ads[i].url !}" title="go to {!= clean(ads[i].visible_url) !}" class="title">\
+ &lt;span>{!= ads[i].line1 !}&lt;/span>\
+ &lt;/a>\
+ &lt;/div>\
+ &lt;div class="Ad">\
+ &lt;p class="copy">{!= ads[i].line2 !}&lt;/p>\
+ &lt;p class="copy">{!= ads[i].line3 !}&lt;/p>\
+ &lt;a rel="nofollow" target="_blank" href="{!= ads[i].url !}" title="go to {!= clean(ads[i].visible_url) !}" class="baseurl url">\
+ {!= ads[i].visible_url !}\
+ &lt;/a>\
+ &lt;/div>\
+ &lt;/li>\
+ {! } !}\
+ &lt;/ul>\
+ &lt;/div>',
+ image: '&lt;div class="GoogleImageAd GoogleImageAdNew"> \
+ &lt;a class="header" href="{!= google_info.feedback_url !}">Sponsored Links&lt;/a> \
+ &lt;a href="{!= ads[0].url !}" title="go to {!= clean(ads[0].visible_url) !}" target="_blank" class="Ad" >\
+ &lt;img src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" border="0" alt="" />\
+ &lt;/a> \
+ &lt;/div>',
+ flash: '&lt;div class="GoogleFlashAd GoogleFlashAdNew">\
+ &lt;a class="header" href="{!= google_info.feedback_url !}">Sponsored Links&lt;/a> \
+ &lt;div class="Ad">\
+ &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}">&lt;param name="movie" value="{!= ads[0].image_url !}">&lt;param name="quality" value="high">&lt;param name="AllowScriptAccess" value="never">&lt;embed src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" type="application/x-shockwave-flash" AllowScriptAccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer">&lt;/embed>&lt;/object>\
+ &lt;/div>\
+ &lt;/div>'
+ },
+ google_image_size: '336x280'
+ });
+ AdblockPlus.detect(function(usesABP) {
+ if (usesABP) {
+ googleAds.overrideAd('GoogleAdsense336x280', {
+ google_ad_channel: 'craft_other_diy,text,suggested7,Art6'
+ });
+ }
+ });
+ </script>
+ </div>
+ <div class="RelatedSearches FLC mod" id="RelatedSearches" data-module="related-searches">
+ <div class="headline2 head heading">Related Searches</div>
+ </div>
+ <div class="community mod" style="float:left;width: 610px;">
+ <div id="_ehow-com-injection" data-article-id="2042752" data-cat-id="5352" data-scat-id="5426" data-sscat-id="5429"></div>
+ <script id="_ehow-com-article" type="text/javascript">
+ dmjs.domready(function() {
+ if (!(dmjs.platform.isTablet())) {
+ var ehowCom = document.createElement('script');
+ ehowCom.type = 'text/javascript';
+ ehowCom.async = true;
+ ehowCom.src = 'https://community.ehow.com/widget/ehow/community.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ehowCom, s);
+ }
+ });
+ </script>
+ </div>
+ <aside class="mod related clearfix" data-module="rcp_bottom">
+ <h3 class="head headline2 mg-2">More Like This</h3>
+ <ul class="unstyled">
+ <li class="item fl ">
+ <a href="http://www.ehow.com/how_4431062_convert-aquarium-terrarium.html"> <img src="http://img-aws.ehowcdn.com/200x133/cme/photography.prod.demandstudios.com/90f9f3d7-6e4f-4be8-b379-3d994ccbf69c.jpg" class="img" alt=""/>
+ <p class="headline6 mg-0">How to Convert an Aquarium to a Terrarium</p>
+ </a>
+ </li>
+ <li class="item fl even">
+ <a href="http://www.ehow.com/video_12263138_plant-terrarium-ideas.html"> <img src="http://img-aws.ehowcdn.com/200x133/viper/media/2b3830ca-4eb6-4bfd-a1cd-d430b3e28d59/jpeg/a7edbb0f-86a7-4c73-9c2d-f85f87b49efa_0.jpg" class="img" alt=""/>
+ <p class="headline6 mg-0">Plant Terrarium Ideas</p>
+ </a>
+ </li>
+ <li class="item fl ">
+ <a href="http://www.ehow.com/video_9374_make-terrarium.html"> <img src="http://img-aws.ehowcdn.com/200x133/ehow/images/a00/09/4u/make-terrarium-800x800.jpg" class="img" alt=""/>
+ <p class="headline6 mg-0">How to Make a Terrarium</p>
+ </a>
+ </li>
+ </ul>
+ </aside>
+ <figure id="Comments" class="mod FLC" data-module="comments">
+ <div data-id="fb_comments"></div>
+ </figure>
+ <section id="FeaturedTombstone" class="mod" data-module="rcp_tombstone">
+ <h2 class="headline2 head mg-2">Featured</h2>
+ <div class="featured FLC">
+ <section class="Alpha item" data-cme-module="0">
+ <a class="target link-accent gtm_featuredArticles" href="http://www.ehow.com/how_2056495_make-ballet-tutu.html"> <img src="http://img-aws.ehowcdn.com/200x133/cme/photography.prod.demandstudios.com/7f06be69-3650-4e94-88d4-2289c1a5c6a2.jpg" class="photo" alt=""/> <span class="subtitle">Read Article</span>
+ <div class="title headline6">How to Make a Ballet Tutu</div>
+ </a>
+ </section>
+ <section class=" item" data-cme-module="1">
+ <a class="target link-accent gtm_featuredArticles" href="http://www.ehow.com/how_7687715_paint-tulip-watercolor.html"> <img src="http://img-aws.ehowcdn.com/200x133/cme/uploadedimages.demandmedia/tulips-1.jpg" class="photo" alt=""/> <span class="subtitle">Read Article</span>
+ <div class="title headline6">How to Paint a Tulip in Watercolor</div>
+ </a>
+ </section>
+ <section class="Omega item" data-cme-module="2">
+ <a class="target link-accent gtm_featuredArticles" href="http://www.ehow.com/info_12340422_kids-kitchen-slipcover.html"> <img src="http://img-aws.ehowcdn.com/200x133/cme/uploadedimages.demandmedia/kitchen-1.jpg" class="photo" alt=""/> <span class="subtitle">Read Article</span>
+ <div class="title headline6">Kids Kitchen Slipcover</div>
+ </a>
+ </section>
+ </div>
+ </section>
+ </div>
+ <div class="col-rail">
+ <!-- gpt slot 300x250_300x600 -->
+ <div class="AdUnit mod" data-module="gpt-ad-300x250_300x600" id="300x250_300x600">
+ <script type="text/javascript">
+ googletag.cmd.push(function() {
+ googletag.display('300x250_300x600');
+ });
+ </script>
+ </div>
+ <!-- gpt slot 300x100 -->
+ <div class="mod hide" data-module="radlinks">
+ <h3 class="headline3 head mg-2">Related Ads</h3>
+ <div id="DMINSTR" type="rlimpression" data-type="adTracking" name="&amp;adunit_id=ca-ehow-radlinks_js&amp;ad_unit_type=LNK&amp;ad_unit_network=GAP&amp;revenue_basis=CPC&amp;ad_position=-&amp;revenue_tag=craft_other_diy">
+ <div id="GoogleRelatedAds"></div>
+ <script>
+ dmjs.revenueTags.push('ca-ehow-radlinks_js;craft_other_diy,text,suggested7');
+ googleAds.addAdUnit({
+ priority: 1,
+ adUnitId: 'GoogleRelatedAds',
+ google_ad_channel: 'craft_other_diy,text,suggested7',
+ google_ad_client: 'ca-ehow-radlinks_js',
+ google_page_url: 'http://www.ehow.com/how_2042752_build-terrarium.html',
+ google_max_num_ads: '0',
+ google_num_radlinks: '6',
+ google_max_radlink_len: '27',
+ metaData: {
+ "contentid": "2042752",
+ "studioid": "f941e4cd-a49e-4948-b244-677c15ff8b7f",
+ "category": "Crafts",
+ "subcategory": "Other DIY Crafts",
+ "skin": "crafts"
+ }
+ });
+ </script>
+ </div>
+ </div>
+ <div class="RelatedSearches FLC mod" id="RelatedSearches" data-module="related-searches-right">
+ <div class="headline3 head mg-2">Related Searches</div>
+ </div>
+ <section class="mod box slideshow" data-module="rcp_slideshow_module">
+ <a href="http://www.ehow.com/how_16357_make-paper-sunflowers.html"> <img src="http://img-aws.ehowcdn.com/300x200/cme/uploadedimages.demandmedia/sunflowers-1.jpg" alt="" title="" class="photo" longdesc="http://s3.amazonaws.com/uploadedimages.demandmedia/sunflowers-1.jpg"/> <span class="arrow arrow-left" data-icon="4"></span> <span class="arrow arrow-right" data-icon="5"></span> <span class="subtitle">
+Read Article </span> </a>
+ <a href="http://www.ehow.com/how_16357_make-paper-sunflowers.html">
+ <h3 class="headline4 title">
+How to Make Paper Sunflowers </h3> </a>
+ </section>
+ <ul class="media-list mod unstyled " data-module="rcp_right_rail">
+ <h2 class="headline3 head mg-2 title">You May Like</h2>
+ <li class="media headline6">
+ <a href="http://www.ehow.com/how_4431062_convert-aquarium-terrarium.html" class="fl gtm_youMayLike"> <img src="http://img-aws.ehowcdn.com/150X100/cme/photography.prod.demandstudios.com/90f9f3d7-6e4f-4be8-b379-3d994ccbf69c.jpg" alt="" class="media-object"/>
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/how_4431062_convert-aquarium-terrarium.html"> <span class=" num js-num"></span> <span class="icon"></span> </div>
+ </a>
+ <div class="media-body"> <a href="http://www.ehow.com/how_4431062_convert-aquarium-terrarium.html" class="gtm_youMayLike">How to Convert an Aquarium to a Terrarium</a> </div>
+ </li>
+ <li class="media headline6">
+ <a href="http://www.ehow.com/video_12263137_build-orchid-terrarium.html" class="fl gtm_youMayLike"> <img src="http://img-aws.ehowcdn.com/150X100/viper/media/2b3830ca-4eb6-4bfd-a1cd-d430b3e28d59/jpeg/47b02568-2cde-44f4-a39c-494294e50ccd_1.jpg" alt="" class="media-object"/>
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/video_12263137_build-orchid-terrarium.html"> <span class=" num js-num"></span> <span class="icon"></span> </div>
+ </a>
+ <div class="media-body"> <a href="http://www.ehow.com/video_12263137_build-orchid-terrarium.html" class="gtm_youMayLike">How to Build an Orchid Terrarium</a> </div>
+ </li>
+ <li class="media headline6">
+ <a href="http://www.ehow.com/video_9374_make-terrarium.html" class="fl gtm_youMayLike"> <img src="http://img-aws.ehowcdn.com/150X100/ehow/images/a00/09/4u/make-terrarium-800x800.jpg" alt="" class="media-object"/>
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/video_9374_make-terrarium.html"> <span class=" num js-num"></span> <span class="icon"></span> </div>
+ </a>
+ <div class="media-body"> <a href="http://www.ehow.com/video_9374_make-terrarium.html" class="gtm_youMayLike">How to Make a Terrarium</a> </div>
+ </li>
+ <li class="media headline6">
+ <a href="http://www.ehow.com/video_12263133_group-plants-together-terrarium.html" class="fl gtm_youMayLike"> <img src="http://img-aws.ehowcdn.com/150X100/viper/media/2b3830ca-4eb6-4bfd-a1cd-d430b3e28d59/jpeg/dc66dd37-78b6-4494-a8db-7bbe697cedda_0.jpg" alt="" class="media-object"/>
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/video_12263133_group-plants-together-terrarium.html"> <span class=" num js-num"></span> <span class="icon"></span> </div>
+ </a>
+ <div class="media-body"> <a href="http://www.ehow.com/video_12263133_group-plants-together-terrarium.html" class="gtm_youMayLike">How to Group Plants Together in a Terrarium</a> </div>
+ </li>
+ <li class="media headline6">
+ <a href="http://www.ehow.com/video_12263135_build-tropical-terrarium.html" class="fl gtm_youMayLike"> <img src="http://img-aws.ehowcdn.com/150X100/viper/media/2b3830ca-4eb6-4bfd-a1cd-d430b3e28d59/jpeg/70ebb809-634d-41df-9fff-9b183f81e9e0_1.jpg" alt="" class="media-object"/>
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/video_12263135_build-tropical-terrarium.html"> <span class=" num js-num"></span> <span class="icon"></span> </div>
+ </a>
+ <div class="media-body"> <a href="http://www.ehow.com/video_12263135_build-tropical-terrarium.html" class="gtm_youMayLike">How to Build a Tropical Terrarium</a> </div>
+ </li>
+ <li class="media headline6">
+ <a href="http://www.ehow.com/how_7853040_diy-own-living-room-furniture.html" class="fl gtm_youMayLike"> <img src="http://img-aws.ehowcdn.com/150X100/cme/photography.prod.demandstudios.com/2ecfca5a-1c35-4fbe-9ff5-8f5bd8129d97.jpg" alt="" class="media-object"/>
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/how_7853040_diy-own-living-room-furniture.html"> <span class=" num js-num"></span> <span class="icon"></span> </div>
+ </a>
+ <div class="media-body"> <a href="http://www.ehow.com/how_7853040_diy-own-living-room-furniture.html" class="gtm_youMayLike">DIY Build Your Own Living Room Furniture</a> </div>
+ </li>
+ <li class="media headline6">
+ <a href="http://www.ehow.com/slideshow_12333243_edible-arrangements-make-own-easter-candy-terrariums.html" class="fl gtm_youMayLike"> <img src="http://img-aws.ehowcdn.com/150X100/ds-cdn-write/upload/image/39/4D/34B73D38-EC9F-4415-A740-23DCF2F94D39/34B73D38-EC9F-4415-A740-23DCF2F94D39.jpg" alt="" class="media-object"/>
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/slideshow_12333243_edible-arrangements-make-own-easter-candy-terrariums.html"> <span class=" num js-num"></span> <span class="icon"></span> </div>
+ </a>
+ <div class="media-body"> <a href="http://www.ehow.com/slideshow_12333243_edible-arrangements-make-own-easter-candy-terrariums.html" class="gtm_youMayLike">Edible Arrangements: Make Your Own Easter Candy Terrariums</a> </div>
+ </li>
+ <li class="media headline6">
+ <a href="http://www.ehow.com/ehow-mom/blog/3-ingredient-easter-bark/" class="fl gtm_youMayLike"> <img src="http://img-aws.ehowcdn.com/150X100/ehow-mom-blog-us/files/2015/03/easterbark0.jpg" alt="" class="media-object"/>
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/ehow-mom/blog/3-ingredient-easter-bark/"> <span class=" num js-num"></span> <span class="icon"></span> </div>
+ </a>
+ <div class="media-body"> <a href="http://www.ehow.com/ehow-mom/blog/3-ingredient-easter-bark/" class="gtm_youMayLike">3-Ingredient Easter Bark</a> </div>
+ </li>
+ </ul>
+ </div>
+ </section>
+ <script src="http://v5-static.ehowcdn.com/content/compressed/module-jquery-764eded0.js"></script>
+ <footer id="Footer" data-section="footer">
+ <div class="inner-container">
+ <div class="details clearfix">
+ <div class="identity"> <a href="http://www.demandmedia.com/" class="logo">demandmedia.com</a>
+ <p class="copyright">© 1999-2015 Demand Media, Inc.</p>
+ </div>
+ <nav xmlns="http://www.w3.org/1999/html">
+ <ul class="listing">
+ <li>
+ <ul>
+ <li class="item row1"> <a href="http://www.ehow.com/about-us.html" class="title">About eHow</a> </li>
+ <li class="item row1"> <a href="http://www.ehow.co.uk/" class="title">eHow UK</a> </li>
+ <li class="item row1"> <a href="http://www.ehowenespanol.com/" class="title">eHow en Español</a> </li>
+ <li class="item row1"> <a href="http://www.ehow.com.br/" class="title">eHow Brasil</a> </li>
+ <li class="item row1"> <a href="http://www.ehow.de/" class="title">eHow Deutschland</a> </li>
+ <li class="item row1"> <a href="http://www.ehowhelp.com/hc/en-us" class="title">Contact Us</a> </li>
+ </ul>
+ </li>
+ <li>
+ <ul>
+ <li class="item row2"> <a href="http://www.ehow.com/blog/" class="title">eHow Blog</a> </li>
+ <li class="item row2"> <a href="http://www.ehow.com/how-to.html" class="title">How to by Topic</a> </li>
+ <li class="item row2"> <a href="http://www.ehow.com/videos.html" class="title">How to Videos</a> </li>
+ </ul>
+ </li>
+ <li>
+ <ul>
+ <li class="item row3"> <a href="http://www.ehow.com/terms-of-use.html" class="title">Terms of Use</a> </li>
+ <li class="item row3"> <a href="http://www.ehow.com/privacy.html" class="title">Privacy Policy</a> </li>
+ <li class="item row3"> <a href="http://www.ehow.com/terms-of-use.html#copyright/" class="title">Report Copyright</a> </li>
+ <li class="item row3">
+ <a id="_bapw-link" class="ad-choice" style="cursor:pointer !important"><img id="_bapw-icon" style="display:inline !important;vertical-align:middle !important"/> <span style="vertical-align:middle !important">Ad Choices</span></a> <abbr>en-US</abbr> </li>
+ </ul>
+ </li>
+ </ul>
+ </nav>
+ <div class="socialConnect fr">
+ <p class="headline4 heading head">Connect with us:</p>
+ <ul>
+ <li class="source"><a class="icon elegant-icons gtm_social" href="http://www.pinterest.com/ehow/" target="_blank"></a></li>
+ <li class="source"><a class="icon elegant-icons gtm_social" href="https://www.facebook.com/eHow" target="_blank"></a></li>
+ <li class="source"><a class="icon elegant-icons gtm_social" href="https://twitter.com/ehow" target="_blank"></a></li>
+ <li class="source"><a class="icon elegant-icons gtm_social" href="https://plus.google.com/+howto/posts" target="_blank"></a></li>
+ <li class="source last"><a class="icon elegant-icons gtm_social" href="http://instagram.com/ehow_team" target="_blank"></a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="extras">
+ <div class="comscore comscore-eh">
+ <div class="category5352 eh-cat"></div>
+ </div>
+ </div>
+ </footer>
+ <!-- BEGIN dmtracker -->
+ <noscript><img src="http://vs.dmtracker.com/images/zig.gif?Log=1" alt="zig" /></noscript>
+ <div id="dmOmni"></div>
+ <!-- END dmtracker -->
+ <noscript><img src="http://b.scorecardresearch.com/b?c1=2&c2=6036385&c3=&c7=http%3A%2F%2Fwww.ehow.com%2Fhow_2042752_build-terrarium.html%3Fcomscorekw%3DeHow_Hobbies_Games_and_Toys&cv=2.0&cj=1" /></noscript>
+ <script>
+ var dmjs = dmjs || {};
+ dmjs.global = dmjs.global || {};
+ dmjs.global.comscore = {
+ "c1": "2",
+ "c2": "6036385",
+ "c3": "",
+ "options": {
+ "url_append": "comscorekw=eHow_Hobbies_Games_and_Toys"
+ }
+ };
+ dmjs.global.dm_tracker = {
+ "domain": "vs.dmtracker.com",
+ "url": "bit.ehow.com",
+ "bit": "bit"
+ };
+ dmjs.global.fb_comment = {
+ "num_posts": 5,
+ "width": 620,
+ "mobile": false,
+ "href": "http:\/\/www.ehow.com\/how_2042752_build-terrarium.html",
+ "selector": "[data-id=\"fb_comments\"]"
+ };
+ dmjs.global.hnh = {
+ "url": "http:\/\/services.ehowcdn.com\/widgets\/generated\/hnh.min.js"
+ };
+ </script>
+ <script src="http://dynamic01.ehowcdn.com/services/modules/js/hnh,evidon,rev_tag,dm_track,comscore,common_deferred,cache_buster/ba9c0085/" defer="defer"></script>
+ <!--[if lt IE 9]>
+<script src="http://v5-static.ehowcdn.com/content/compressed/common_footer-266c5d77.js" ></script>
+<![endif]-->
+ <script src="http://v5-static.ehowcdn.com/content/compressed/inline-81314781.js" defer="defer"></script>
+ <script>
+ dmjs.domready(function() {
+ new OmnitureLinkSet($('[data-module="rcp_top"]'), "TLS101", "default_IL");
+ });
+ </script>
+ <script>
+ dmjs.domready(function() {
+ new OmnitureLinkSet($('[data-module="rcp_bottom"]'), "TLS103", "default_B");
+ });
+ </script>
+ <script>
+ dmjs.domready(function() {
+ new OmnitureLinkSet($('[data-module="rcp_tombstone"]'), "LS103", "default_TOMB");
+ });
+ </script>
+ <script>
+ dmjs.domready(function() {
+ new OmnitureLinkSet($('[data-module="rcp_slideshow_module"]'), "TLS106", "default_SS");
+ });
+ </script>
+ <script>
+ dmjs.domready(function() {
+ new OmnitureLinkSet($('[data-module="rcp_right_rail"]'), "TLS102", "default_R3");
+ });
+ </script>
+ <script>
+ googleAds.defaults.google_adtest = 'off';
+ googleAds.defaults.google_page_url = 'http://www.ehow.com/how_2042752_build-terrarium.html';
+ googleAds.render();
+ </script>
+ <script defer="" src="//cdn.optimizely.com/js/9718688.js"></script>
+ <script>
+ dmjs.addEvent(window, 'load', function() {
+ dmjs.fireEvents();
+ });
+ </script>
+ <script defer="" src="http://static.ehownowcdn.com/widget/ehow/auth.js"></script>
+ <div id="fb-root"></div>
+ <div class="view-mobile"></div>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json
new file mode 100644
index 0000000..a6dcad5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json
@@ -0,0 +1,13 @@
+[
+ "http:\/\/img-aws.ehowcdn.com\/200x200\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/60x60\/cme\/cme_public_images\/www_demandstudios_com\/sitelife.studiod.com\/ver1.0\/Content\/images\/store\/9\/2\/d9dd6f61-b183-4893-927f-5b540e45be91.Small.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/FE\/CB\/121569D2-6984-4B2F-83C4-9D2D9A27CBFE\/121569D2-6984-4B2F-83C4-9D2D9A27CBFE.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/DF\/FC\/A05B0252-BD73-4BC7-A09A-96F0A504FCDF\/A05B0252-BD73-4BC7-A09A-96F0A504FCDF.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/EB\/DB\/8A04CCA7-3255-4225-B59A-C41441F8DBEB\/8A04CCA7-3255-4225-B59A-C41441F8DBEB.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/94\/10\/08035476-0167-4A03-AADC-13A7E7AA1094\/08035476-0167-4A03-AADC-13A7E7AA1094.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/06\/49\/4AD62696-FC95-4DA2-8351-42740C7B4906\/4AD62696-FC95-4DA2-8351-42740C7B4906.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/D0\/51\/B6AED06C-5E19-4A26-9AAD-0E175F6251D0\/B6AED06C-5E19-4A26-9AAD-0E175F6251D0.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/35\/B4\/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435\/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435.jpg",
+ "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/A1\/FA\/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1\/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json
new file mode 100644
index 0000000..756b8c1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Gina Roberts-Grey",
+ "Direction": null,
+ "Excerpt": "Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern...",
+ "Image": "http:\/\/img-aws.ehowcdn.com\/200x200\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg",
+ "Title": "How to Throw a Graduation Party on a Budget | eHow",
+ "SiteName": "eHow"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html
new file mode 100644
index 0000000..48823ad
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html
@@ -0,0 +1,148 @@
+<div data-type="AuthorProfile">
+ <div>
+ <p><a id="img-follow-tip" href="http://fakehost/contributor/gina_robertsgrey/" target="_top">
+ <img src="http://img-aws.ehowcdn.com/60x60/cme/cme_public_images/www_demandstudios_com/sitelife.studiod.com/ver1.0/Content/images/store/9/2/d9dd6f61-b183-4893-927f-5b540e45be91.Small.jpg" data-failover="//img-aws.ehowcdn.com/60x60/ehow-cdn-assets/test15/media/images/authors/missing-author-image.png" onerror="var failover = this.getAttribute('data-failover');
+ if (failover) failover = failover.replace(/^https?:/,'');
+ var src = this.src ? this.src.replace(/^https?:/,'') : '';
+ if (src != failover){
+ this.src = failover;
+ }"> </a></p>
+ </div>
+
+ <p><time datetime="2016-09-14T07:07:00-04:00" itemprop="dateModified">Last updated September 14, 2016</time>
+ </p>
+
+ </div><div>
+ <article data-type="article">
+ <div>
+ <div>
+ <p>Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.</p>
+ <p>The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern statistics, and parties in urban areas like New York City are thought to have a much higher price tag.</p>
+ <p>Thankfully, there are plenty of creative ways to trim a little grad party fat without sacrificing any of the fun or celebratory spirit.</p>
+ </div>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" alt="Graduation" title="Graduation" data-credit="Mike Watson Images/Moodboard/Getty " longdesc="http://s3.amazonaws.com/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ (Mike Watson Images/Moodboard/Getty)
+ </figcaption>
+ </div>
+
+
+ <span>
+<span>
+<div>
+<p><span><p>Parties hosted at restaurants, clubhouses and country clubs eliminate the need to spend hours cleaning up once party guests have gone home. But that convenience comes with a price tag. A country club may charge as much as $2,000 for room rental and restaurant food and beverage will almost always cost more than food prepped and served at home.</p></span> </p>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/FE/CB/121569D2-6984-4B2F-83C4-9D2D9A27CBFE/121569D2-6984-4B2F-83C4-9D2D9A27CBFE.jpg" alt="Save money hosting the party at home." data-credit="Thomas Jackson/Digital Vision/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ Thomas Jackson/Digital Vision/Getty Images </figcaption>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div>
+<p><span><p>Instead of hiring a DJ, use your iPod or Smartphone to spin the tunes. Both easily hook up to most speakers or mp3 compatible docks to play music from your music library. Or download Pandora, the free online radio app, and play hours of music for free.</p>
+<p>Personalize the music with a playlist of the grad’s favorite songs or songs that were big hits during his or her years in school.</p></span> </p>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/DF/FC/A05B0252-BD73-4BC7-A09A-96F0A504FCDF/A05B0252-BD73-4BC7-A09A-96F0A504FCDF.jpg" alt="Online radio can take the place of a hired DJ." data-credit="Spencer Platt/Getty Images News/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ Spencer Platt/Getty Images News/Getty Images </figcaption>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div>
+<p><span><p>Avoid canned drinks, which guests often open, but don't finish. Serve pitchers of tap water with lemon and cucumber slices or sliced strawberries for an interesting and refreshing flavor. Opt for punches and non-alcoholic drinks for high school graduates that allow guests to dole out the exact amount they want to drink.</p></span> </p>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/EB/DB/8A04CCA7-3255-4225-B59A-C41441F8DBEB/8A04CCA7-3255-4225-B59A-C41441F8DBEB.jpg" alt="Serve drinks in pitchers, not in cans." data-credit="evgenyb/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ evgenyb/iStock/Getty Images </figcaption>
+ </div>
+
+ </span>
+ </span>
+ <span>
+<span>
+<div>
+<p><span><p>Instead of inviting everyone you – and the graduate – know or ever knew, scale back the guest list. Forgo inviting guests that you or your grad haven't seen for eons. There is no reason to provide provisions for people who are essentially out of your lives. Sticking to a small, but personal, guest list allows more time to mingle with loved ones during the party, too.</p></span> </p>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/94/10/08035476-0167-4A03-AADC-13A7E7AA1094/08035476-0167-4A03-AADC-13A7E7AA1094.jpg" alt="Limit guests to those close to the graduate." data-credit="Kane Skennar/Photodisc/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ Kane Skennar/Photodisc/Getty Images </figcaption>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div>
+<p><span><p>See if your grad and his best friend, girlfriend or close family member would consider hosting a joint party. You can split some of the expenses, especially when the two graduates share mutual friends. You'll also have another parent to bounce ideas off of and to help you stick to your budget when you're tempted to splurge.</p></span> </p>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/06/49/4AD62696-FC95-4DA2-8351-42740C7B4906/4AD62696-FC95-4DA2-8351-42740C7B4906.jpg" alt="Throw a joint bash for big savings." data-credit="Mike Watson Images/Moodboard/Getty" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ Mike Watson Images/Moodboard/Getty </figcaption>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div>
+<p><span><p>Skip carving stations of prime rib and jumbo shrimp as appetizers, especially for high school graduation parties. Instead, serve some of the graduate's favorite side dishes that are cost effective, like a big pot of spaghetti with breadsticks. Opt for easy and simple food such as pizza, finger food and mini appetizers. </p>
+<p>Avoid pre-packaged foods and pre-made deli platters. These can be quite costly. Instead, make your own cheese and deli platters for less than half the cost of pre-made.</p></span> </p>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/D0/51/B6AED06C-5E19-4A26-9AAD-0E175F6251D0/B6AED06C-5E19-4A26-9AAD-0E175F6251D0.jpg" alt="Cost effective appetizers are just as satisfying as pre-made deli platters." data-credit="Mark Stout/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ Mark Stout/iStock/Getty Images </figcaption>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div>
+<p><span><p>Instead of an evening dinner party, host a grad lunch or all appetizers party. Brunch and lunch fare or finger food costs less than dinner. Guests also tend to consume less alcohol in the middle of the day, which keeps cost down.</p></span> </p>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/35/B4/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435.jpg" alt="A brunch gathering will cost less than a dinner party." data-credit="Mark Stout/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ Mark Stout/iStock/Getty Images </figcaption>
+ </div>
+ <div id="relatedContentUpper" data-module="rcp_top">
+ <header class>
+ <h3>Other People Are Reading</h3>
+ </header>
+
+ </div>
+
+ </span>
+ </span>
+ <span>
+<span>
+<div>
+<p><span><p>Decorate your party in the graduate's current school colors or the colors of the school he or she will be headed to next. Décor that is not specifically graduation-themed may cost a bit less, and any leftovers can be re-used for future parties, picnics and events.</p></span> </p>
+ <figure>
+ <img src="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/A1/FA/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1.jpg" alt="Theme the party by color without graduation-specific decor." data-credit="jethuynh/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true">
+ </figure>
+ <figcaption>
+ jethuynh/iStock/Getty Images </figcaption>
+ </div>
+ </span>
+ </span>
+
+
+ <h2>
+ <a target="_blank" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&amp;url=http://ehow.com/&amp;hl=en&amp;client=ehow&amp;gl=US">Related Searches</a>
+ </h2>
+
+
+ <p>Promoted By Zergnet</p>
+
+ </article>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html
new file mode 100644
index 0000000..6976de3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html
@@ -0,0 +1,1621 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html xmlns="http://www.w3.org/1999/xhtml" class="Corporate en-US" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#" data-channel="corporate" lang="en-US">
+
+<head>
+ <script>
+ // ET-1126: Remove 'pool' query string parameter after dmp cookie is set
+ function removeVariableFromURL(url_string, variable_name) {
+ var URL = String(url_string);
+ var regex = new RegExp("\\?" + variable_name + "=[^&amp;]*&amp;?", "gi");
+ URL = URL.replace(regex, '?');
+ regex = new RegExp("\\&amp;" + variable_name + "=[^&amp;]*&amp;?", "gi");
+ URL = URL.replace(regex, '&amp;');
+ URL = URL.replace(/(\?|&amp;)$/, '');
+ regex = null;
+ return URL;
+ }
+ var new_url = removeVariableFromURL(window.location.href, 'pool');
+ if (new_url !== window.location.href) {
+ window.location.href = new_url;
+ }
+ </script>
+ <script src="//v5-static.ehowcdn.com/test15/ui/scripts/plugins/adunblock.plugin.js"></script>
+ <meta charset="utf-8" />
+ <meta name="description" content="How to Throw a Graduation Party on a Budget. Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food...." />
+ <meta name="format-detection" content="telephone=no" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, minimal-ui" />
+ <meta name="y_key" content="4d4cb4ef1ad334cb" />
+ <meta name="alexaVerifyID" content="xlJch1oUHrXNtOQBpiuUCV0-rlc" />
+ <meta name="cachetime" content="201701100200" />
+ <meta name="p:domain_verify" content="4d1387210be25228f0c4692cc47db05b" />
+ <meta name="last_updated" content="2016-09-14T12:33:10.443000" />
+ <meta name="publish_date" content="05/08/2014 07:01:00" />
+ <meta name="last_rcp_import" content="2017-01-09T20:27:15.507425" />
+ <meta name="articleimage" content="http://s3.amazonaws.com/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" />
+ <meta name="inlineimageallsteps" content="true" />
+ <link href="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html" rel="canonical" />
+ <link href="https://plus.google.com/115690814317760150668" rel="author" />
+ <meta name="studioid" scheme="DMINSTR2" content="ecfabbce-0245-4b5f-9111-5223553b7afd" />
+ <meta name="contentid" scheme="DMINSTR2" content="4851888" />
+ <meta name="category" scheme="DMINSTR2" content="Holidays &amp; Celebrations" />
+ <meta name="subcategory" scheme="DMINSTR2" content="More Holidays &amp; Celebrations" />
+ <meta name="subsubcat" scheme="DMINSTR2" content="Graduations" />
+ <meta name="subpagetype" scheme="DMINSTR2" content="inline" />
+ <meta name="exp_page" scheme="DMINSTR2" content="" />
+ <meta name="wa_pchn" scheme="DMINSTR2" content="Corporate" />
+ <meta name="wa_page" scheme="DMINSTR2" content="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html" />
+ <meta name="author" scheme="DMINSTR2" content="Gina Roberts-Grey" />
+ <meta name="article_length" scheme="DMINSTR2" content="8" />
+ <meta name="pagetype" scheme="DMINSTR2" content="article" />
+ <meta name="wa_lr" scheme="DMINSTR2" content="en-US" />
+ <meta name="siteid" scheme="DMINSTR2" content="EHWC" />
+ <meta name="exp_name" scheme="DMINSTR2" content="desktop:test15" />
+ <meta name="wa_un" scheme="DMINSTR2" content="" />
+ <meta name="wa_isreg" scheme="DMINSTR2" content="" />
+ <meta name="wa_lgdin" scheme="DMINSTR2" content="" />
+ <meta name="wa_clvl" scheme="DMINSTR2" content="1" />
+ <meta name="wa_lgsrc" scheme="DMINSTR2" content="1" />
+ <meta name="author" scheme="DMINSTR2" content="Gina Roberts-Grey" />
+ <meta name="author_image" content="" />
+ <meta name="twitter:card" content="summary" />
+ <meta name="twitter:site" content="@ehow" />
+ <meta property="og:image" content="http://img-aws.ehowcdn.com/200x200/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" />
+ <meta property="og:url" content="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="How to Throw a Graduation Party on a Budget | eHow" />
+ <meta property="og:description" content="Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern..." />
+ <meta property="fb:app_id" content="63203377906" />
+ <meta property="fb:pages" content="93743106025" />
+ <meta property="og:site_name" content="eHow" />
+ <title>How to Throw a Graduation Party on a Budget (with Pictures) | eHow</title>
+ <link type="image/x-icon" href="//v5-static.ehowcdn.com/test15/favicon.ico" rel="shortcut icon apple-touch-icon" />
+ <link rel="stylesheet" type="text/css" href="//dynamic02.ehowcdn.com/test15/services/modules/css/common_header,corporate-skin/7bd35e3a/" />
+ <link type="text/css" href="//v5-static.ehowcdn.com/test15/content/compressed/article-consolidated-infinitescroll-6f4c6813.css" rel="stylesheet" />
+ <meta http-equiv="“X-UA-Compatible”" content="“IE=edge”" />
+ <!--[if lt IE 9]><link href="//v5-static.ehowcdn.com/test15/ui/stylesheets/layout/ie.css" rel="stylesheet" /><script src="//v5-static.ehowcdn.com/test15/ui/scripts/ie_hacks/header.js"></script><![endif]-->
+ <script>
+ window._omnitureLinkSetDomain = 'extended.dmtracker.com';
+ </script>
+ <script>
+ var dmjs = dmjs || {};
+
+ /* Core DMJS configuration */
+ dmjs.global = dmjs.global || {};
+ dmjs.global.glbBaseUrl = "\/\/www.ehow.com";
+ dmjs.global.facebook = {
+ "app_id": "63203377906",
+ "api_version": "v2.1",
+ "login_service": "\/\/www.ehow.com\/services\/fb\/login\/",
+ "comment_service": "\/\/www.ehow.com\/services\/comment\/refresh\/"
+ };
+ dmjs.urls = {
+ "cdn": "\/\/v5-static.ehowcdn.com\/test15",
+ "sitelife": "http:\/\/sitelife.ehow.com\/ver1.0\/",
+ "dmtracker": "vs.dmtracker.com"
+ };
+ dmjs.global.IN_PRODUCTION = true;
+ dmjs.global.pool = "test15";
+ dmjs.global.channel = "corporate";
+ dmjs.global.skin = "corporate";
+ dmjs.global.zergnetId = 33846;
+ dmjs.global._adChannel = "holi_more_holidays_celebration,text,suggested7";
+ dmjs.global.author_data = "{\"name\":\"Gina Roberts-Grey\",\"slug\":\"\\\/contributor\\\/gina_robertsgrey\\\/\",\"image_url\":\"http:\\\/\\\/s3.amazonaws.com\\\/cme_public_images\\\/www_demandstudios_com\\\/sitelife.studiod.com\\\/ver1.0\\\/Content\\\/images\\\/store\\\/9\\\/2\\\/d9dd6f61-b183-4893-927f-5b540e45be91.Small.jpg\",\"website\":\"\"}";
+ dmjs.global.author_url = "\/contributor\/gina_robertsgrey\/";
+ dmjs.global.IsSlideStep = false;
+ dmjs.global.fixed_category = [{
+ "_id": "\/holidays\/",
+ "external_url": "\/holidays\/",
+ "id": 15,
+ "title": "Holidays &amp; Celebrations",
+ "url": "\/holidays\/"
+ }, {
+ "_id": "\/more-holidays-celebrations\/",
+ "external_url": "\/more-holidays-celebrations\/",
+ "id": 1046,
+ "title": "More Holidays &amp; Celebrations",
+ "url": "\/more-holidays-celebrations\/"
+ }, {
+ "_id": "\/graduations\/",
+ "external_url": "\/graduations\/",
+ "id": 4257,
+ "title": "Graduations",
+ "url": "\/graduations\/"
+ }];
+ dmjs.global.SlideShowTest = {
+ "_full_id": "http:\/\/cme3.demandmedia.com\/www.ehow.com\/how_12343015_delicious-thanksgiving-sides-thatll-make-turkey-insignificant.html",
+ "_id": "www.ehow.com\/how_12343015_delicious-thanksgiving-sides-thatll-make-turkey-insignificant.html",
+ "_url": "http:\/\/www.ehow.com\/how_12343015_delicious-thanksgiving-sides-thatll-make-turkey-insignificant.html",
+ "dimensions": "none",
+ "external_url": "www.ehow.com\/how_12343015_delicious-thanksgiving-sides-thatll-make-turkey-insignificant.html",
+ "image": {
+ "thumbnail_url": "http:\/\/s3.amazonaws.com\/photography.prod.demandstudios.com\/082b04c2-3114-44fb-8be6-4e0e84e9b045.jpg",
+ "url": "http:\/\/s3.amazonaws.com\/photography.prod.demandstudios.com\/082b04c2-3114-44fb-8be6-4e0e84e9b045.jpg"
+ },
+ "subtitle": "",
+ "thumbnail": "http:\/\/s3.amazonaws.com\/photography.prod.demandstudios.com\/082b04c2-3114-44fb-8be6-4e0e84e9b045.jpg",
+ "title": "13 Delicious Thanksgiving Sides That'll Make Turkey Insignificant",
+ "url": "\/how_12343015_delicious-thanksgiving-sides-thatll-make-turkey-insignificant.html"
+ };
+ dmjs.global.contributor = "www.demandstudios.com\/contributor\/10589130-1fd3-4d3a-8e7c-18fd1d5cf4de";
+ dmjs.global.articleType = "Article";
+ dmjs.global.articleID = 4851888;
+ dmjs.global.rcp_units = [{
+ "url": "\/how_4900703_high-school-graduation-party-budget.html",
+ "title": "How to Throw a High School Graduation Party on a Budget",
+ "type": "Article"
+ }, {
+ "url": "\/way_5173339_cheap-graduation-party-meal-ideas.html",
+ "title": "Cheap Graduation Party Meal Ideas",
+ "type": "Article"
+ }, {
+ "url": "\/way_5408721_high-graduation-open-house-ideas.html",
+ "title": "High School Graduation Open House Ideas",
+ "type": "Article"
+ }, {
+ "url": "\/way_5299560_etiquette-high-school-graduation-party.html",
+ "title": "What Is the Etiquette for a High School Graduation Party?",
+ "type": "Article"
+ }, {
+ "url": "\/info_8172097_simple-food-ideas-graduation-party.html",
+ "title": "23 Simple Food Ideas for a Graduation Party",
+ "type": "Article"
+ }, {
+ "url": "\/how_2205228_throw-upscale-party-budget.html",
+ "title": "How to throw an Upscale Party on a Budget",
+ "type": "Article"
+ }, {
+ "url": "\/info_8620636_much-cab-driver-new-york.html",
+ "title": "How Much Does it Cost to Become a Cab Driver in New York?",
+ "type": "Article"
+ }, {
+ "url": "\/ehow-home\/blog\/how-to-throw-a-fabulous-graduation-party\/",
+ "title": "How to Throw a Fabulous Graduation Party",
+ "type": "Blog"
+ }, {
+ "url": "\/info_7964741_foods-serve-backyard-graduation-party.html",
+ "title": "What Foods to Serve at a Backyard Graduation Party",
+ "type": "Article"
+ }, {
+ "url": "\/info_8295762_top-ten-foods-graduation-parties.html",
+ "title": "The Top Ten Foods at Graduation Parties",
+ "type": "Article"
+ }, {
+ "url": "\/way_5534730_things-do-graduation-party.html",
+ "title": "Things to Do at a Graduation Party",
+ "type": "Article"
+ }, {
+ "url": "\/way_5154290_high-school-graduation-party-ideas.html",
+ "title": "The Best High School Graduation Party Ideas",
+ "type": "Article"
+ }, {
+ "url": "\/list_5832362_finger-food-recipe-ideas.html",
+ "title": "Finger Food Recipe Ideas",
+ "type": "Article"
+ }, {
+ "url": "\/how_12343531_out-registered-vote.html",
+ "title": "How to Find Out If You're Registered to Vote",
+ "type": "Article"
+ }, {
+ "url": "\/how_7187093_word-graduation-party-invitations.html",
+ "title": "How to Word Graduation Party Invitations",
+ "type": "Article"
+ }, {
+ "url": "\/how_12517_graduation-party.html",
+ "title": "How to Plan a Graduation Party",
+ "type": "Article"
+ }, {
+ "url": "\/how_7368664_throw-party-club.html",
+ "title": "How to Throw a Party at a Club",
+ "type": "Article"
+ }, {
+ "url": "\/how_7283538_throw-1940s-party.html",
+ "title": "How to Throw a 1940s Party",
+ "type": "Article"
+ }, {
+ "url": "\/how_6930_throw-oscar-party.html",
+ "title": "How to Throw an Oscar Party",
+ "type": "Article"
+ }, {
+ "url": "\/how_7224366_throw-listening-party.html",
+ "title": "How to Throw a Listening Party",
+ "type": "Article"
+ }];
+ /* Add xdomain first event helper to be added before ad event listeners are added */
+ dmjs.xdomainFirstEventListener = true;
+ if (window.addEventListener) {
+ window.addEventListener("message", function(event) {
+ if (typeof xdomain != 'undefined' & amp; & amp; typeof xdomain.dmjsFirstEventListener != 'undefined') {
+ xdomain.dmjsFirstEventListener(event);
+ }
+ }, false);
+ } else {
+ window.attachEvent("message", function(event) {
+ if (typeof xdomain != 'undefined' & amp; & amp; typeof xdomain.dmjsFirstEventListener != 'undefined') {
+ xdomain.dmjsFirstEventListener(event);
+ }
+ });
+ }
+ </script>
+ <script>
+ /* Add xdomain first event helper to be added before ad event listeners are added */
+ dmjs.xdomainFirstEventListener = true;
+ if (window.addEventListener) {
+ window.addEventListener("message", function(event) {
+ if (typeof xdomain != 'undefined' & amp; & amp; typeof xdomain.dmjsFirstEventListener != 'undefined') {
+ xdomain.dmjsFirstEventListener(event);
+ }
+ }, false);
+ } else {
+ window.attachEvent("message", function(event) {
+ if (typeof xdomain != 'undefined' & amp; & amp; typeof xdomain.dmjsFirstEventListener != 'undefined') {
+ xdomain.dmjsFirstEventListener(event);
+ }
+ });
+ }
+ </script>
+ <!--[if lt IE 9]>
+<script src="//v5-static.ehowcdn.com/test15/content/compressed/common_header_ie_legacy-753c1c9a.js" ></script>
+<![endif]-->
+ <script>
+ if (!window.console) window.console = {};
+ if (!window.console.log) window.console.log = function() {};
+ if (!window.console.error) window.console.error = function() {};
+ </script>
+ <script src="//dynamic01.ehowcdn.com/test15/services/modules/js/gpt,common_header/79b594d4/"></script>
+ <script type="text/javascript">
+ googletag.cmd.push(function() {
+ googletag.pubads().addEventListener('slotRenderEnded', function(event) {
+ dmjs.global.gpt_logger.log(event, 'slotRenderEnded');
+ });
+ googletag.pubads().addEventListener('impressionViewable', function(event) {
+ dmjs.global.gpt_logger.log(event, 'impressionViewable');
+ });
+ googletag.pubads().addEventListener('slotOnload', function(event) {
+ dmjs.global.gpt_logger.log(event, 'slotOnload');
+ });
+ });
+ </script>
+ <script type="text/javascript">
+ var GPT = [];
+ googletag.cmd.push(function() {
+ window.slot_define_string = "/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations";
+ GPT['300x250_300x600_REM'] = googletag.defineSlot('/6117/dmd.rem.ehow/holidays/moreholidayscelebrations/graduations', [
+ [300, 250],
+ [300, 600]
+ ], '300x250_300x600_REM').addService(googletag.pubads()).setTargeting('loc', 'btf');
+ GPT['300x250_300x600_REM'].set('create_date', new Date());
+ GPT['640x120_ATF'] = googletag.defineSlot('/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations', [640, 120], '640x120_ATF').addService(googletag.pubads()).setTargeting('loc', 'atf');
+ GPT['640x120_ATF'].set('create_date', new Date());
+ GPT['300x250_300x600'] = googletag.defineSlot('/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations', [
+ [300, 250],
+ [300, 600]
+ ], '300x250_300x600').addService(googletag.pubads()).setTargeting('loc', 'atf');
+ GPT['300x250_300x600'].set('create_date', new Date());
+ GPT['728x90_990x90_970x250'] = googletag.defineSlot('/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations', [
+ [728, 90],
+ [970, 90],
+ [970, 250]
+ ], '728x90_990x90_970x250').addService(googletag.pubads()).setTargeting('loc', 'atf');
+ GPT['728x90_990x90_970x250'].set('create_date', new Date());
+ GPT['outofpage'] = googletag.defineOutOfPageSlot('/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations', 'outofpage').addService(googletag.pubads()).setCollapseEmptyDiv(true, true);
+ GPT['outofpage'].set('create_date', new Date());
+ googletag.pubads().setTargeting('cat', 'holidayscelebrations');
+ googletag.pubads().setTargeting('scat', 'moreholidayscelebrations');
+ googletag.pubads().setTargeting('sscat', 'graduations');
+ googletag.pubads().setTargeting('art', '4851888');
+ googletag.pubads().setTargeting('ctype', 'articles');
+ googletag.pubads().setTargeting('vid', '0');
+ googletag.pubads().setTargeting('blog', '0');
+ googletag.pubads().setTargeting('ad_chan', 'holi_more_holidays_celebration');
+ googletag.pubads().setTargeting('dc_ref', top.window.location.href.replace('#', '-'));
+
+ googletag.pubads().setTargeting("envr", dmjs.global.pool === 'default' ? '' : dmjs.global.pool);
+
+
+ // ET-405
+ googletag.pubads().setTargeting('ref_src', dmjs.platform.getPageReferrer());
+ googletag.pubads().setTargeting('source_page_type', dmjs.platform.getPageType());
+
+ // EH-9727
+ googletag.pubads().setTargeting('secu', '');
+ googletag.pubads().collapseEmptyDivs();
+ googletag.pubads().enableSingleRequest();
+ googletag.pubads().disableInitialLoad();
+ googletag.enableServices();
+ }); /*gpt_end*/
+ window.gpt_targeting_vars = {
+ "cat": "holidayscelebrations",
+ "scat": "moreholidayscelebrations",
+ "sscat": "graduations",
+ "art": 4851888,
+ "ctype": "articles",
+ "vid": 0,
+ "blog": 0,
+ "ad_chan": "holi_more_holidays_celebration"
+ };
+ </script>
+ <script src="//js-sec.indexww.com/ht/ls-ehow.js"></script>
+ <script type="text/javascript" src="//c.amazon-adsystem.com/aax2/amzn_ads.js"></script>
+ <script type="text/javascript">
+ try {
+ amznads.getAds('3066');
+ } catch (e) {
+ window.onerror(e, "ehow.com/module", "0", "amznads");
+ }
+ </script>
+ <script>
+ try {
+ amznads.setTargetingForGPTAsync('amznslots');
+ } catch (e) {
+ window.onerror(e, "ehow.com/module", "0", "amznads");
+ }
+ </script>
+ <script type="text/javascript" src="//native.sharethrough.com/assets/sfp.js" defer="defer"></script>
+ <script type="text/javascript" src="//www.zergnet.com/zerg-inf-multi.js"></script>
+ <script>
+ __reach_config = {
+ pid: '562a6183736b79323600086f',
+ title: "How to Throw a Graduation Party on a Budget",
+ url: "http:\/\/www.ehow.com\/how_4851888_throw-graduation-party-budget.html",
+ date: "2014-05-08T16:40:56.018000",
+ authors: ["Gina Roberts-Grey"],
+ channels: "holidays &amp; celebrations",
+ tags: ["Graduation parties", "budget", "cheap graduation party"],
+ iframe: true,
+ landing_url: "http:\/\/www.ehow.com\/how_4851888_throw-graduation-party-budget.html"
+ };
+ (function() {
+ var s = document.createElement('script');
+ s.async = true;
+ s.type = 'text/javascript';
+ s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';
+ (document.getElementsByTagName('head')[0] ||
+ document.getElementsByTagName('body')[0]).appendChild(s);
+ })();
+ </script>
+ <!--
+<PageMap>
+ <DataObject type="meta">
+ <Attribute name="articlethumbnail"><![CDATA[http://s3.amazonaws.com/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg]]></Attribute>
+ <Attribute name="articletype"><![CDATA[professional]]></Attribute>
+ </DataObject>
+</PageMap>
+-->
+</head>
+
+<body class="Corporate Inline " data-skin="corporate">
+ <!--[if IE 7]>
+ <script src="//v5-static.ehowcdn.com/test15/ui/scripts/ie7_notification.js" ></script> <![endif]-->
+ <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-K7RB82" style="display:none;visibility:hidden" width="0" height="0"></iframe></noscript>
+ <script>
+ (function(w, d, s, l, i) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ var f = d.getElementsByTagName(s)[0],
+ j = d.createElement(s),
+ dl = l != 'dataLayer' ? '&amp;l=' + l : '';
+ j.async = true;
+ j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl;
+ f.parentNode.insertBefore(j, f);
+ })(window, document, 'script', 'dataLayer', 'GTM-K7RB82');
+ </script>
+ <header id="Header" data-section="header" class="header-non-responsive js-headroom">
+ <section class="header-section">
+ <div class="container-fluid container-non-responsive">
+ <div class="fl">
+ <a href="//www.ehow.com/" class="logo-container"><img src="//v5-static.ehowcdn.com/test15/media/images/logos/logov3.png" alt="eHow Logo" class="logo" /></a>
+ <span class="nav hidden-xs">
+<label for="menu-toggle" class="label">Discover<div class="elegant-icons arrow">C</div></label>
+<input id="menu-toggle" type="checkbox" />
+<div class="dropdown">
+<div class="category-links">
+<ul>
+<li><a href="/home/" data-gtm-event="navHeaderMore">Home Decor &amp; Repair</a></li>
+<li><a href="/crafts/" data-gtm-event="navHeaderMore">Crafts</a></li>
+<li><a href="/food/" data-gtm-event="navHeaderMore">Food &amp; Drink</a></li>
+<li><a href="/garden/" data-gtm-event="navHeaderMore">Garden</a></li>
+</ul>
+<ul>
+<li><a href="/parties/" data-gtm-event="navHeaderMore">Entertaining</a></li>
+<li><a href="/fashion/" data-gtm-event="navHeaderMore">Fashion &amp; Beauty</a></li>
+<li><a href="/holidays/" data-gtm-event="navHeaderMore">Holidays</a></li>
+<li><a href="/tech/" data-gtm-event="navHeaderMore">Tech</a></li>
+</ul>
+<ul>
+<li><a href="/personal-finance/" data-gtm-event="navHeaderMore">Personal Finance</a></li>
+<li><a href="/cars/" data-gtm-event="navHeaderMore">Cars</a></li>
+<li><a href="/pets/" data-gtm-event="navHeaderMore">Pets</a></li>
+<li><a href="/legal/" data-gtm-event="navHeaderMore">Legal</a></li>
+</ul>
+</div>
+<div class="sponsored-programs">
+<ul>
+<li><a href="//www.ehow.com/honest-hacks/" class="item honest-hacks">Honest Hacks</a></li>
+<li class="sponsored-filler size-2">FOLLOW US
+<ul class="icons inline">
+<li class="pinterest"><a data-gtm-event="nav header" data-gtm-info="pinterest" href="//pinterest.com/ehow/" class="elegant-icons" target="_blank"></a></li>
+<li class="facebook"><a data-gtm-event="nav header" data-gtm-info="facebook" href="//facebook.com/eHow/" class="elegant-icons" target="_blank"></a></li>
+<li class="twitter"><a data-gtm-event="nav header" data-gtm-info="twitter" href="//twitter.com/eHow/" class="elegant-icons" target="_blank"></a></li>
+<li class="googleplus"><a data-gtm-event="nav header" data-gtm-info="googleplus" href="//plus.google.com/+howto/" class="social-icon icon-google_plus" target="_blank"></a></li>
+<li class="instagram btnInstagram"><a data-gtm-event="nav header" data-gtm-info="instagram" href="//instagram.com/ehow_team/" class="icon-social_instagram" target="_blank"></a></li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+</span>
+ </div>
+ <div>
+ <div class="eHowUserMenu fr"></div>
+ <form method="get" action="/sitesearch.html" id="searchHeader">
+ <label class="elegant-icons magnifying-glass hidden-xs">U</label>
+ <input name="s" value="" autofocus="" onfocus="this.value = this.value;" placeholder="Search" type="text" />
+ <input name="skin" value="corporate" type="hidden" />
+ <button class="submit gh-bttn" type="submit">
+<span class="hidden-xs">Search</span>
+<span class="elegant-icons magnifying-glass visible-xs">U</span>
+</button>
+ <input name="t" value="all" type="hidden" />
+ </form>
+ </div>
+ </div>
+ </section>
+ </header>
+ <div class="non-responsive-spacer"></div>
+ <div class="inner-container">
+ <!-- gpt slot 728x90_990x90_970x250 -->
+ <div class="bannerAd mod" data-module="gpt-ad-728x90_990x90_970x250" id="728x90_990x90_970x250">
+ <script type="text/javascript">
+ if (typeof index_headertag_lightspeed === "undefined") {
+ setTimeout(function() {
+ googletag.cmd.push(function() {
+ googletag.display('728x90_990x90_970x250');
+ });
+ }, 500);
+ };
+ </script>
+ </div>
+ <!-- gpt slot outofpage -->
+ <div class="AdUnitOutOfPage mod" data-module="gpt-ad-outofpage" id="outofpage">
+ <script type="text/javascript">
+ if (typeof index_headertag_lightspeed === "undefined") {
+ setTimeout(function() {
+ googletag.cmd.push(function() {
+ googletag.display('outofpage');
+ });
+ }, 500);
+ };
+ </script>
+ </div>
+ </div>
+ <section id="Body" class="InlineTemplate FLC" data-page-id="inlinetemplate" data-section="body">
+ <script type="text/javascript">
+ dmjs.global.generalMeta = {
+ "title": "How to Throw a Graduation Party on a Budget",
+ "description": "How to Throw a Graduation Party on a Budget. Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They&amp;#8217;re also costly for mom and dad.\n\nThe average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern statistics, and parties in urban areas like New York City are thought to have a much higher price tag.\n\nThankfully, there are plenty of creative ways to trim a little grad party fat without sacrificing any of the fun or celebratory spirit.",
+ "last_updated": "2016-09-14T12:33:10.443000",
+ "publish_date": "05\/08\/2014 07:01:00",
+ "last_rcp_import": "2017-01-09T20:27:15.507425",
+ "articleimage": "http:\/\/s3.amazonaws.com\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg",
+ "pagetype": "article",
+ "zergnetId": 33846,
+ "keywords": ["Graduation parties", "budget", "cheap graduation party"]
+ };
+ dmjs.global.facebookMeta = {
+ "og:image": "\/\/img-aws.ehowcdn.com\/200x200\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg",
+ "og:url": "http:\/\/www.ehow.com\/how_4851888_throw-graduation-party-budget.html",
+ "og:type": "article",
+ "og:title": "How to Throw a Graduation Party on a Budget | eHow",
+ "og:description": "Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They&amp;#8217;re also costly for mom and dad.The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern..."
+ };
+ dmjs.global.omnitureMeta = {
+ "studioid": "ecfabbce-0245-4b5f-9111-5223553b7afd",
+ "contentid": "4851888",
+ "category": "Holidays &amp; Celebrations",
+ "subcategory": "More Holidays &amp; Celebrations",
+ "subsubcat": "Graduations",
+ "subpagetype": "inline",
+ "exp_page": "",
+ "wa_pchn": "Corporate",
+ "wa_page": "http:\/\/www.ehow.com\/how_4851888_throw-graduation-party-budget.html",
+ "author": "Gina Roberts-Grey",
+ "article_length": "8"
+ };
+ dmjs.global.comscorekw = "eHow_Holidays_and_Celebrations";
+ </script>
+ <div class="infiniteScrollAdFunction">
+ <!-- <script type='text/javascript'>
+ var GPT = [];
+ googletag.cmd.push(function() {
+ window.slot_define_string = "/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations";GPT['300x250_300x600_REM'] = googletag.defineSlot('/6117/dmd.rem.ehow/holidays/moreholidayscelebrations/graduations', [[300,250],[300,600]], '300x250_300x600_REM').addService(googletag.pubads()).setTargeting('loc','btf');
+GPT['300x250_300x600_REM'].set('create_date', new Date());GPT['640x120_ATF'] = googletag.defineSlot('/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations', [640,120], '640x120_ATF').addService(googletag.pubads()).setTargeting('loc','atf');
+GPT['640x120_ATF'].set('create_date', new Date());GPT['300x250_300x600'] = googletag.defineSlot('/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations', [[300,250], [300,600]], '300x250_300x600').addService(googletag.pubads()).setTargeting('loc','atf');
+GPT['300x250_300x600'].set('create_date', new Date());GPT['728x90_990x90_970x250'] = googletag.defineSlot('/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations', [[728,90], [970,90], [970,250]], '728x90_990x90_970x250').addService(googletag.pubads()).setTargeting('loc','atf');
+GPT['728x90_990x90_970x250'].set('create_date', new Date());GPT['outofpage'] = googletag.defineOutOfPageSlot('/6117/dmd.ehow/holidays/moreholidayscelebrations/graduations', 'outofpage').addService(googletag.pubads()).setCollapseEmptyDiv(true,true);
+GPT['outofpage'].set('create_date', new Date());googletag.pubads().setTargeting('cat','holidayscelebrations');
+googletag.pubads().setTargeting('scat','moreholidayscelebrations');
+googletag.pubads().setTargeting('sscat','graduations');
+googletag.pubads().setTargeting('art','4851888');
+googletag.pubads().setTargeting('ctype','articles');
+googletag.pubads().setTargeting('vid','0');
+googletag.pubads().setTargeting('blog','0');
+googletag.pubads().setTargeting('ad_chan','holi_more_holidays_celebration');
+ googletag.pubads().setTargeting('dc_ref',top.window.location.href.replace('#', '-'));
+
+ googletag.pubads().setTargeting("envr", dmjs.global.pool === 'default' ? '' : dmjs.global.pool);
+
+
+ // ET-405
+ googletag.pubads().setTargeting('ref_src', dmjs.platform.getPageReferrer());
+ googletag.pubads().setTargeting('source_page_type', dmjs.platform.getPageType());
+
+ // EH-9727
+ googletag.pubads().setTargeting('secu', '');
+ googletag.pubads().collapseEmptyDivs();
+ googletag.pubads().enableSingleRequest();
+ googletag.pubads().disableInitialLoad();
+ googletag.enableServices();
+ });/*gpt_end*/ window.gpt_targeting_vars = {"cat":"holidayscelebrations","scat":"moreholidayscelebrations","sscat":"graduations","art":4851888,"ctype":"articles","vid":0,"blog":0,"ad_chan":"holi_more_holidays_celebration"};
+ </script>
+
+ <script src="//js-sec.indexww.com/ht/ls-ehow.js"></script>
+ -->
+ </div>
+ <div style="display:none;" data-template-type="Inline"></div>
+ <ol class="breadcrumbs unstyled inline" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" data-module="breadcrumb">
+ <li class="list">
+ <a href="//www.ehow.com/" rel="home" itemprop="url" class="title">
+ <span itemprop="title">eHow</span>
+ </a>
+ </li>
+ <li class="list" itemprop="child" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="//www.ehow.com/holidays/" rel="directory" itemprop="url" class="title">
+ <span itemprop="title">Holidays &amp; Celebrations</span>
+ </a>
+ </li>
+ <li class="list" itemprop="child" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="//www.ehow.com/holidays/more-holidays-celebrations/" rel="directory" itemprop="url" class="title">
+ <span itemprop="title">More Holidays &amp; Celebrations</span>
+ </a>
+ </li>
+ <li class="list" itemprop="child" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="//www.ehow.com/holidays/more-holidays-celebrations/graduations/" rel="directory" itemprop="url" class="title">
+ <span itemprop="title">Graduations</span>
+ </a>
+ </li>
+ <li class="list" itemprop="child" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="//www.ehow.com/how_4851888_throw-graduation-party-budget.html" rel="directory" itemprop="url" class="title">
+ <span itemprop="title">How to Throw a Graduation Party on a Budget</span>
+ </a>
+ </li>
+ </ol>
+ <!-- gpt slot 990x50 -->
+ <header class="page-head bordered pre-col">
+ <h1 class="headline1 head mg-2" itemprop="headline">
+ How to Throw a Graduation Party on a Budget </h1>
+ <div data-type="AuthorProfile">
+ <div class="post-meta clearfix headline6 mg-2">
+ <a class="gtm_contributorBylineAvatar contributor-follow-tip" id="img-follow-tip" href="/contributor/gina_robertsgrey/" target="_top">
+ <img src="//img-aws.ehowcdn.com/60x60/cme/cme_public_images/www_demandstudios_com/sitelife.studiod.com/ver1.0/Content/images/store/9/2/d9dd6f61-b183-4893-927f-5b540e45be91.Small.jpg" class="avatar fl" data-failover="//img-aws.ehowcdn.com/60x60/ehow-cdn-assets/test15/media/images/authors/missing-author-image.png" onerror="var failover = this.getAttribute('data-failover');
+ if (failover) failover = failover.replace(/^https?:/,'');
+ var src = this.src ? this.src.replace(/^https?:/,'') : '';
+ if (src != failover){
+ this.src = failover;
+ }" /> </a>
+ <div class="meta">
+ <a class="byline trigger gtm_contributorByline head-alt nb-name contributor-follow-tip" id="name-follow-tip" rel="author" href="/contributor/gina_robertsgrey/" data-author-url="/contributor/gina_robertsgrey/" target="_top">
+By <span>Gina Roberts-Grey</span> </a>
+ <div class="nb-byline">eHow Contributor</div>
+ </div>
+ </div>
+ <div class="post-meta clearfix headline6 mg-2" id="author_powertip" data-author-url="/contributor/gina_robertsgrey/" style="display: none;">
+ <a class="gtm_contributorBylineAvatar" href="/contributor/gina_robertsgrey/" target="_top" style="padding-top: 0 !important;">
+ <img src="//img-aws.ehowcdn.com/60x60/cme/cme_public_images/www_demandstudios_com/sitelife.studiod.com/ver1.0/Content/images/store/9/2/d9dd6f61-b183-4893-927f-5b540e45be91.Small.jpg" class="avatar fl" data-failover="//img-aws.ehowcdn.com/60x60/ehow-cdn-assets/test15/media/images/authors/missing-author-image.png" onerror="var failover = this.getAttribute('data-failover');
+ if (failover) failover = failover.replace(/^https?:/,'');
+ var src = this.src ? this.src.replace(/^https?:/,'') : '';
+ if (src != failover){
+ this.src = failover;
+ }" /> </a>
+ <div class="meta">
+ <a class="byline trigger gtm_contributorByline head-alt nb-name" rel="author" href="/contributor/gina_robertsgrey/" target="_top">
+Gina Roberts-Grey </a>
+ </div>
+ <div class="btn btnFollow" data-type="contributor" data-author-url="/contributor/gina_robertsgrey/" data-follow-data="{&quot;name&quot;:&quot;Gina Roberts-Grey&quot;,&quot;slug&quot;:&quot;\/contributor\/gina_robertsgrey\/&quot;,&quot;image_url&quot;:&quot;http:\/\/s3.amazonaws.com\/cme_public_images\/www_demandstudios_com\/sitelife.studiod.com\/ver1.0\/Content\/images\/store\/9\/2\/d9dd6f61-b183-4893-927f-5b540e45be91.Small.jpg&quot;,&quot;website&quot;:&quot;&quot;}">Follow</div>
+ </div>
+ <div class="article-meta">
+ <time datetime="2016-09-14T07:07:00-04:00" itemprop="dateModified">Last updated September 14, 2016</time>
+ </div>
+ <div data-element="container"></div>
+ </div>
+ <div class="clearfix mg-3">
+ <ul class="social-icons js-social-icons inline " data-url="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html" share-buttons-uninitialized="">
+ <li class="item round-button-circle pinterest-any-image">
+ <a class="js-btn btn btnPinterest gtm_socialShare" data-social="pinterest" data-url="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html" data-title="How to Throw a Graduation Party on a Budget" data-media="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" data-description="Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They&amp;#8217;re also costly for mom and dad.The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern...">
+ <span class="social-icon elegant-icons"></span>
+ </a>
+ <span class="action js-pins">Pin</span>
+ </li>
+ <li class="item round-button-circle">
+ <a class="js-btn btn btnFacebook gtm_socialShare" data-social="facebook" data-url="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html" data-title="How to Throw a Graduation Party on a Budget" data-media="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" data-description="Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They&amp;#8217;re also costly for mom and dad.The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern...">
+ <span class="social-icon elegant-icons"></span>
+ </a>
+ <span class="action js-facebook_shares">Share</span>
+ </li>
+ <li class="item round-button-circle">
+ <a class="js-btn btn btnTwitter gtm_socialShare" data-social="twitter" data-url="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html" data-title="How to Throw a Graduation Party on a Budget" data-media="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg">
+ <span class="social-icon elegant-icons"></span>
+ </a>
+ <span class="action js-tweets">Tweet</span>
+ </li>
+ <li class="item round-button-circle">
+ <a class="js-btn btn btnGoogle gtm_socialShare" data-social="google" data-url="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html" data-title="How to Throw a Graduation Party on a Budget">
+ <span class="social-icon icon-google_plus"></span>
+ </a>
+ <span class="action js-plusones">Share</span>
+ </li>
+ <li class="item round-button-circle">
+ <a class="js-btn btn btnEmail gtm_socialShare" data-social="email" data-url="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html?utm_source=eHowDesktopShare%26utm_medium=email" data-title="How to Throw a Graduation Party on a Budget" data-media="http://img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" data-description="Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They&amp;#8217;re also costly for mom and dad.The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern...">
+ <span class="social-icon elegant-icons"></span>
+ </a>
+ <span class="action">Email</span>
+ </li>
+ </ul>
+ <script type="text/javascript">
+ dmjs.global.article_data = JSON.stringify({
+ "image_url": "http:\/\/s3.amazonaws.com\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg",
+ "image_thumb": "http:\/\/s3.amazonaws.com\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F_tn.jpg",
+ "title": "How to Throw a Graduation Party on a Budget",
+ "summary": "Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They&amp;#8217;re also costly for mom and dad.\n\nThe average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern statistics, and parties in urban areas like New York City are thought to have a much higher price tag.\n\nThankfully, there are plenty of creative ways to trim a little grad party fat without sacrificing any of the fun or celebratory spirit.",
+ "article_url": "\/\/www.ehow.com\/how_4851888_throw-graduation-party-budget.html"
+ });
+ </script>
+ <div class="article-bookmark js-pagescore" data-score="true" data-url="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html">
+ <div class="gh-bttn save gh-bttn-large deselected btnSave" data-url="http://www.ehow.com/how_4851888_throw-graduation-party-budget.html">
+ <span class="state-msg"> Save</span>
+ </div>
+ <div class="save-text">
+ <span class="js-num"></span>
+ <span class="bookmark-num"></span>
+ <span class="bookmark-msg"></span>
+ </div>
+ </div>
+ </div>
+ </header>
+ <!-- schema.org recipe itemtype scope -->
+ <div class="col-main">
+ <article data-type="article">
+ <div class="mod step">
+ <div class="stepContent mod">
+ <div class="content lead">
+ <p>Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.</p>
+ <p>The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern statistics, and parties in urban areas like New York City are thought to have a much higher price tag.</p>
+ <p>Thankfully, there are plenty of creative ways to trim a little grad party fat without sacrificing any of the fun or celebratory spirit.</p>
+ </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" alt="Graduation" title="Graduation" class="photo" data-credit="Mike Watson Images/Moodboard/Getty " longdesc="http://s3.amazonaws.com/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/2F/86/5547EF62-EAF5-4256-945D-0496F61C862F/5547EF62-EAF5-4256-945D-0496F61C862F.jpg" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ (Mike Watson Images/Moodboard/Getty)
+ </figcaption>
+ </div>
+ </div>
+ <!-- gpt slot 640x120_ATF -->
+ <div class="AdUnit mod" data-module="gpt-ad-640x120_ATF" id="640x120_ATF">
+ <script type="text/javascript">
+ if (typeof index_headertag_lightspeed === "undefined") {
+ setTimeout(function() {
+ googletag.cmd.push(function() {
+ googletag.display('640x120_ATF');
+ });
+ }, 500);
+ };
+ </script>
+ </div>
+ <span>
+<span>
+<div class="mod step">
+<div class="stepContent mod">
+<div class="content">
+<span><p>Parties hosted at restaurants, clubhouses and country clubs eliminate the need to spend hours cleaning up once party guests have gone home. But that convenience comes with a price tag. A country club may charge as much as $2,000 for room rental and restaurant food and beverage will almost always cost more than food prepped and served at home.</p></span> </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/FE/CB/121569D2-6984-4B2F-83C4-9D2D9A27CBFE/121569D2-6984-4B2F-83C4-9D2D9A27CBFE.jpg" alt="Save money hosting the party at home." class="photo" data-credit="Thomas Jackson/Digital Vision/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ Thomas Jackson/Digital Vision/Getty Images </figcaption>
+ </div>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div class="mod step">
+<div class="stepContent mod">
+<div class="content">
+<span><p>Instead of hiring a DJ, use your iPod or Smartphone to spin the tunes. Both easily hook up to most speakers or mp3 compatible docks to play music from your music library. Or download Pandora, the free online radio app, and play hours of music for free.</p>
+<p>Personalize the music with a playlist of the grad’s favorite songs or songs that were big hits during his or her years in school.</p></span> </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/DF/FC/A05B0252-BD73-4BC7-A09A-96F0A504FCDF/A05B0252-BD73-4BC7-A09A-96F0A504FCDF.jpg" alt="Online radio can take the place of a hired DJ." class="photo" data-credit="Spencer Platt/Getty Images News/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ Spencer Platt/Getty Images News/Getty Images </figcaption>
+ </div>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div class="mod step">
+<div class="stepContent mod">
+<div class="content">
+<span><p>Avoid canned drinks, which guests often open, but don't finish. Serve pitchers of tap water with lemon and cucumber slices or sliced strawberries for an interesting and refreshing flavor. Opt for punches and non-alcoholic drinks for high school graduates that allow guests to dole out the exact amount they want to drink.</p></span> </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/EB/DB/8A04CCA7-3255-4225-B59A-C41441F8DBEB/8A04CCA7-3255-4225-B59A-C41441F8DBEB.jpg" alt="Serve drinks in pitchers, not in cans." class="photo" data-credit="evgenyb/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ evgenyb/iStock/Getty Images </figcaption>
+ </div>
+ </div>
+ <div class="mod Inline">
+ <div id="DMINSTR" type="adimpression" data-type="adTracking" name="&amp;adunit_id=ca-ehow_300x250&amp;ad_unit_type=CNT&amp;ad_unit_network=GAP&amp;revenue_basis=CPC&amp;ad_position=-&amp;revenue_tag=holi_more_holidays_celebration" data-adsense-id="300">
+ <div id="GoogleAdsense300x250"></div>
+ <script>
+ dmjs.revenueTags.push('ca-ehow_300x250;holi_more_holidays_celebration,text,suggested7');
+ googleAds.addAdUnit({
+ priority: 3,
+ adUnitId: 'GoogleAdsense300x250',
+ google_ad_channel: 'holi_more_holidays_celebration,text,suggested7',
+ google_ad_client: 'ca-ehow_300x250',
+ google_page_url: 'http://www.ehow.com/how_4851888_throw-graduation-party-budget.html',
+ google_max_num_ads: '1',
+ google_ad_type: 'text',
+ templates: {
+ text: '&lt;div class="GoogleTextAd GoogleAd300x250 ad-300"&gt; \
+ &lt;p&gt;&lt;a class="header" href="{!= google_info.feedback_url !}"&gt;Sponsored Links&lt;/a&gt;&lt;/p&gt; \
+ &lt;ul&gt; \
+ {! for (var i = 0; i &lt; ads.length; i++) { !} \
+ &lt;li class="Ad"&gt; \
+ &lt;a rel="nofollow" href="{!= ads[i].url !}" target="_blank" title="go to {!= clean(ads[i].visible_url) !}" class="title"&gt; \
+ {!= ads[i].line1 !} \
+ &lt;/a&gt; \
+ &lt;p class="copy"&gt;{!= ads[i].line2 !} {!= ads[i].line3 !}&lt;/p&gt; \
+ &lt;a rel="nofollow" href="{!= ads[i].url !}" target="_blank" title="go to {!= clean(ads[i].visible_url) !}" class="baseurl url"&gt; \
+ {!= ads[i].visible_url !} \
+ &lt;/a&gt; \
+ &lt;/li&gt; \
+ {! } !} \
+ &lt;/ul&gt; \
+ &lt;/div&gt;',
+ image: '&lt;div class="GoogleImageAd GoogleImageAdNew"&gt; \
+ &lt;a class="header" href="{!= google_info.feedback_url !}"&gt;Sponsored Links&lt;/a&gt; \
+ &lt;a href="{!= ads[0].url !}" title="go to {!= clean(ads[0].visible_url) !}" target="_blank" class="Ad" &gt;\
+ &lt;img src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" border="0" alt="" /&gt;\
+ &lt;/a&gt; \
+ &lt;/div&gt;',
+ flash: '&lt;div class="GoogleFlashAd GoogleFlashAdNew"&gt;\
+ &lt;a class="header" href="{!= google_info.feedback_url !}"&gt;Sponsored Links&lt;/a&gt; \
+ &lt;div class="Ad"&gt;\
+ &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}"&gt;&lt;param name="movie" value="{!= ads[0].image_url !}"&gt;&lt;param name="quality" value="high"&gt;&lt;param name="AllowScriptAccess" value="never"&gt;&lt;embed src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" type="application/x-shockwave-flash" AllowScriptAccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer"&gt;&lt;/embed&gt;&lt;/object&gt;\
+ &lt;/div&gt;\
+ &lt;/div&gt;'
+ },
+ google_image_size: '300x250'
+ });
+ </script>
+ </div>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div class="mod step">
+<div class="stepContent mod">
+<div class="content">
+<span><p>Instead of inviting everyone you – and the graduate – know or ever knew, scale back the guest list. Forgo inviting guests that you or your grad haven't seen for eons. There is no reason to provide provisions for people who are essentially out of your lives. Sticking to a small, but personal, guest list allows more time to mingle with loved ones during the party, too.</p></span> </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/94/10/08035476-0167-4A03-AADC-13A7E7AA1094/08035476-0167-4A03-AADC-13A7E7AA1094.jpg" alt="Limit guests to those close to the graduate." class="photo" data-credit="Kane Skennar/Photodisc/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ Kane Skennar/Photodisc/Getty Images </figcaption>
+ </div>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div class="mod step">
+<div class="stepContent mod">
+<div class="content">
+<span><p>See if your grad and his best friend, girlfriend or close family member would consider hosting a joint party. You can split some of the expenses, especially when the two graduates share mutual friends. You'll also have another parent to bounce ideas off of and to help you stick to your budget when you're tempted to splurge.</p></span> </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/06/49/4AD62696-FC95-4DA2-8351-42740C7B4906/4AD62696-FC95-4DA2-8351-42740C7B4906.jpg" alt="Throw a joint bash for big savings." class="photo" data-credit="Mike Watson Images/Moodboard/Getty" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ Mike Watson Images/Moodboard/Getty </figcaption>
+ </div>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div class="mod step">
+<div class="stepContent mod">
+<div class="content">
+<span><p>Skip carving stations of prime rib and jumbo shrimp as appetizers, especially for high school graduation parties. Instead, serve some of the graduate's favorite side dishes that are cost effective, like a big pot of spaghetti with breadsticks. Opt for easy and simple food such as pizza, finger food and mini appetizers. </p>
+<p>Avoid pre-packaged foods and pre-made deli platters. These can be quite costly. Instead, make your own cheese and deli platters for less than half the cost of pre-made.</p></span> </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/D0/51/B6AED06C-5E19-4A26-9AAD-0E175F6251D0/B6AED06C-5E19-4A26-9AAD-0E175F6251D0.jpg" alt="Cost effective appetizers are just as satisfying as pre-made deli platters." class="photo" data-credit="Mark Stout/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ Mark Stout/iStock/Getty Images </figcaption>
+ </div>
+ </div>
+ </span>
+ </span>
+ <span>
+<span>
+<div class="mod step">
+<div class="stepContent mod">
+<div class="content">
+<span><p>Instead of an evening dinner party, host a grad lunch or all appetizers party. Brunch and lunch fare or finger food costs less than dinner. Guests also tend to consume less alcohol in the middle of the day, which keeps cost down.</p></span> </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/35/B4/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435.jpg" alt="A brunch gathering will cost less than a dinner party." class="photo" data-credit="Mark Stout/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ Mark Stout/iStock/Getty Images </figcaption>
+ </div>
+ </div>
+ <div id="relatedContentUpper" class="RelatedContent Module fl" data-module="rcp_top">
+ <header class="">
+ <h3 class="head headline2 mg-2">Other People Are Reading</h3>
+ </header>
+ <ul class="unstyled inline box box-inner people-reading mod FLC" data-type="more-relatedArticles">
+ <li class="fl item headline5 first">
+ <a class="gtm_otherPeopleReading" href="//www.ehow.com/how_4900703_high-school-graduation-party-budget.html">
+ <img src="//img-aws.ehowcdn.com/105x70/cme/cme_public_images/www_ehow_com/i.ehow.com/images/a04/lh/qv/high-school-graduation-party-budget-800x800.jpg" class="thumb fl" /> </a>
+ <a class="title gtm_otherPeopleReading headline5" href="//www.ehow.com/how_4900703_high-school-graduation-party-budget.html">How to Throw a High School Graduation Party on a Budget</a>
+ </li>
+ <li class="fl item headline5 mid">
+ <a class="gtm_otherPeopleReading" href="//www.ehow.com/way_5173339_cheap-graduation-party-meal-ideas.html">
+ <img src="//img-aws.ehowcdn.com/105x70/cme/cme_public_images/www_ehow_com/i.ehow.com/images/a04/ts/2r/cheap-graduation-party-meal-ideas-800x800.jpg" class="thumb fl" /> </a>
+ <a class="title gtm_otherPeopleReading headline5" href="//www.ehow.com/way_5173339_cheap-graduation-party-meal-ideas.html">Cheap Graduation Party Meal Ideas</a>
+ </li>
+ </ul>
+ </div>
+ <div style="clear:both;"></div>
+ </span>
+ </span>
+ <span>
+<span>
+<div class="mod step">
+<div class="stepContent mod">
+<div class="content">
+<span><p>Decorate your party in the graduate's current school colors or the colors of the school he or she will be headed to next. Décor that is not specifically graduation-themed may cost a bit less, and any leftovers can be re-used for future parties, picnics and events.</p></span> </div>
+ <figure class="stepThumb">
+ <img src="//img-aws.ehowcdn.com/640/cme/cme_public_images/www_ehow_com/cdn-write.demandstudios.com/upload/image/A1/FA/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1.jpg" alt="Theme the party by color without graduation-specific decor." class="photo" data-credit="jethuynh/iStock/Getty Images" data-pin-ehow-hover="true" data-pin-no-hover="true" />
+ </figure>
+ <figcaption class="small caption">
+ jethuynh/iStock/Getty Images </figcaption>
+ </div>
+ </div>
+ </span>
+ </span>
+ <div id="m2"></div>
+ <div id="DMINSTR" type="adimpression" data-type="adTracking" name="&amp;adunit_id=ca-ehow_336x280&amp;ad_unit_type=CNT&amp;ad_unit_network=GAP&amp;revenue_basis=CPC&amp;ad_position=-&amp;revenue_tag=holi_more_holidays_celebration" data-module="google-ad-336x280" data-adsense-id="336v2">
+ <div id="GoogleAdsense336x280" class="mod"></div>
+ <script>
+ dmjs.revenueTags.push('ca-ehow_336x280;holi_more_holidays_celebration,text,suggested7');
+ googleAds.addAdUnit({
+ priority: 2,
+ adUnitId: 'GoogleAdsense336x280',
+ google_ad_channel: 'holi_more_holidays_celebration,text,suggested7',
+ google_ad_client: 'ca-ehow_336x280',
+ google_page_url: 'http://www.ehow.com/how_4851888_throw-graduation-party-budget.html',
+ google_max_num_ads: '4',
+ google_ad_type: 'text',
+ google_hints: '',
+ templates: {
+ text: '&lt;div class="GoogleTextAd GoogleTextAdNew"&gt;\
+ &lt;a class="header" href="{!= google_info.feedback_url !}"&gt;Sponsored Links&lt;/a&gt;\
+ &lt;ul class="opNew336 evenColorItems"&gt;\
+ {! for (var i = 0; i &lt; ads.length; i++) { !}\
+ &lt;li class="item"&gt;\
+ &lt;div class="term"&gt;\
+ &lt;a rel="nofollow" target="_blank" href="{!= ads[i].url !}" title="go to {!= clean(ads[i].visible_url) !}" class="title"&gt;\
+ &lt;span&gt;{!= ads[i].line1 !}&lt;/span&gt;\
+ &lt;/a&gt;\
+ &lt;/div&gt;\
+ &lt;div class="Ad"&gt;\
+ &lt;p class="copy"&gt;{!= ads[i].line2 !}&lt;/p&gt;\
+ &lt;p class="copy"&gt;{!= ads[i].line3 !}&lt;/p&gt;\
+ &lt;a rel="nofollow" target="_blank" href="{!= ads[i].url !}" title="go to {!= clean(ads[i].visible_url) !}" class="baseurl url"&gt;\
+ {!= ads[i].visible_url !}\
+ &lt;/a&gt;\
+ &lt;/div&gt;\
+ &lt;/li&gt;\
+ {! } !}\
+ &lt;/ul&gt;\
+ &lt;/div&gt;',
+ image: '&lt;div class="GoogleImageAd GoogleImageAdNew"&gt; \
+ &lt;a class="header" href="{!= google_info.feedback_url !}"&gt;Sponsored Links&lt;/a&gt; \
+ &lt;a href="{!= ads[0].url !}" title="go to {!= clean(ads[0].visible_url) !}" target="_blank" class="Ad" &gt;\
+ &lt;img src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" border="0" alt="" /&gt;\
+ &lt;/a&gt; \
+ &lt;/div&gt;',
+ flash: '&lt;div class="GoogleFlashAd GoogleFlashAdNew"&gt;\
+ &lt;a class="header" href="{!= google_info.feedback_url !}"&gt;Sponsored Links&lt;/a&gt; \
+ &lt;div class="Ad"&gt;\
+ &lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}"&gt;&lt;param name="movie" value="{!= ads[0].image_url !}"&gt;&lt;param name="quality" value="high"&gt;&lt;param name="AllowScriptAccess" value="never"&gt;&lt;embed src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" type="application/x-shockwave-flash" AllowScriptAccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer"&gt;&lt;/embed&gt;&lt;/object&gt;\
+ &lt;/div&gt;\
+ &lt;/div&gt;'
+ },
+ google_image_size: '336x280'
+ });
+ </script>
+ </div>
+ <h2 class="RsTitle head mg-2 title">
+ <a target="_blank" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&amp;url=http://ehow.com/&amp;hl=en&amp;client=ehow&amp;gl=US">Related Searches</a>
+ </h2>
+ <div class="RelatedSearches FLC mod" id="RelatedSearches" data-module="related-searches">
+ <div id="RelatedSearchesMain"></div>
+ </div>
+ <div class="zergnet-widget zergnet-widget-33846" data-zerg-widget-id="33846"></div>
+ <div class="zergnet-pw">Promoted By Zergnet</div>
+ <figure id="Comments" class="mod FLC" data-module="comments">
+ <h2 class="decoration headline2 head mg-2">Comments</h2>
+ <div id="disqus_thread"></div>
+ <script type="text/javascript">
+ /* * * CONFIGURATION VARIABLES * * */
+ var disqus_shortname = 'ehow',
+ disqus_api_key = 'rnFiy8PpBapCC32Vm32eFiyFUginrBQc9LZzk0XJb7h6YjeWsWamFqyI5jjqk6WD';
+
+ var disqus_category_id = '3917728';
+ var disqus_url = 'http://www.ehow.com/how_4851888_throw-graduation-party-budget.html';
+
+ function disqus_config() {
+ var thisPlatform = (dmjs.platform.isMobile() ? 'mobile' : (dmjs.platform.isTablet() ? 'tablet' : 'desktop'));
+ this.callbacks.onNewComment = [function(comment) {
+ // Google Analytic Tracking
+ dataLayer.push({
+ 'event': 'Disqus Comment'
+ });
+
+ // Custom eHow Disqus Tracking Dashboard
+ $.ajax({
+ type: 'GET',
+ url: 'http://disqusdash.ehow.com/pub/api/tags/' + comment.id + '/' + thisPlatform + '?api_key=' + disqus_api_key,
+ dataType: "jsonp"
+ });
+ }];
+ }
+
+ /* * * DON'T EDIT BELOW THIS LINE * * */
+ (function() {
+ var dsq = document.createElement('script');
+ dsq.type = 'text/javascript';
+ dsq.async = true;
+ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+ })();
+ </script>
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
+ </figure>
+ </article>
+ </div>
+ <!-- end schema.org recipe itemtype scope -->
+ <div class="col-rail">
+ <!-- gpt slot 300x250_300x600 -->
+ <div class="AdUnit mod" data-module="gpt-ad-300x250_300x600" id="300x250_300x600">
+ <script type="text/javascript">
+ if (typeof index_headertag_lightspeed === "undefined") {
+ setTimeout(function() {
+ googletag.cmd.push(function() {
+ googletag.display('300x250_300x600');
+ });
+ }, 500);
+ };
+ </script>
+ </div>
+ <!-- gpt slot 300x100 -->
+ <h2 class="RsTitle head mg-2 title">
+ <a target="_blank" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&amp;url=http://ehow.com/&amp;hl=en&amp;client=ehow&amp;gl=US">Related Searches</a>
+ </h2>
+ <div class="RelatedSearches FLC mod" id="RelatedSearches" data-module="related-searches">
+ <div id="RelatedSearchesRight"></div>
+ </div>
+ <section class="mod box slideshow" data-module="rcp_slideshow_module">
+ <a href="//www.ehow.com/how_12343015_delicious-thanksgiving-sides-thatll-make-turkey-insignificant.html">
+ <img src="//img-aws.ehowcdn.com/300x200/cme/photography.prod.demandstudios.com/082b04c2-3114-44fb-8be6-4e0e84e9b045.jpg" alt="" title="" class="photo" data-pin-nopin="1" longdesc="http://s3.amazonaws.com/photography.prod.demandstudios.com/082b04c2-3114-44fb-8be6-4e0e84e9b045.jpg" /> <span class="subtitle">
+Check It Out </span>
+ </a>
+ <a href="//www.ehow.com/how_12343015_delicious-thanksgiving-sides-thatll-make-turkey-insignificant.html">
+ <h3 class="headline4 title">
+ 13 Delicious Thanksgiving Sides That'll Make Turkey Insignificant </h3>
+ </a>
+ </section>
+ <ul class="media-list mod unstyled " data-module="rcp_right_rail">
+ <h2 class="head mg-2 title">You May Like</h2>
+ <li class="media headline6">
+ <a href="//www.ehow.com/way_5408721_high-graduation-open-house-ideas.html" class="fl gtm_youMayLike">
+ <img src="//img-aws.ehowcdn.com/150X100/cme/cme_public_images/www_ehow_com/photos.demandstudios.com/getty/article/103/89/dv1850012_XS.jpg" alt="" class="media-object" data-pin-nopin="true" />
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/way_5408721_high-graduation-open-house-ideas.html">
+ <span class=" num js-num"></span>
+ <span class="icon"></span>
+ </div>
+ </a>
+ <div class="media-body">
+ <a href="//www.ehow.com/way_5408721_high-graduation-open-house-ideas.html" class="gtm_youMayLike">High School Graduation Open House Ideas</a>
+ </div>
+ </li>
+ <li class="media headline6">
+ <a href="//www.ehow.com/way_5299560_etiquette-high-school-graduation-party.html" class="fl gtm_youMayLike">
+ <img src="//img-aws.ehowcdn.com/150X100/cme/cme_public_images/www_ehow_com/i.ehow.com/images/a05/1n/b8/etiquette-high-school-graduation-party-800x800.jpg" alt="" class="media-object" data-pin-nopin="true" />
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/way_5299560_etiquette-high-school-graduation-party.html">
+ <span class=" num js-num"></span>
+ <span class="icon"></span>
+ </div>
+ </a>
+ <div class="media-body">
+ <a href="//www.ehow.com/way_5299560_etiquette-high-school-graduation-party.html" class="gtm_youMayLike">What Is the Etiquette for a High School Graduation Party?</a>
+ </div>
+ </li>
+ <li class="media headline6">
+ <a href="//www.ehow.com/info_8172097_simple-food-ideas-graduation-party.html" class="fl gtm_youMayLike">
+ <img src="//img-aws.ehowcdn.com/150X100/cme/photography.prod.demandstudios.com/33c61293-ddba-4178-ae65-5eb82bab4a0c.jpg" alt="" class="media-object" data-pin-nopin="true" />
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/info_8172097_simple-food-ideas-graduation-party.html">
+ <span class=" num js-num"></span>
+ <span class="icon"></span>
+ </div>
+ </a>
+ <div class="media-body">
+ <a href="//www.ehow.com/info_8172097_simple-food-ideas-graduation-party.html" class="gtm_youMayLike">23 Simple Food Ideas for a Graduation Party</a>
+ </div>
+ </li>
+ <li class="media headline6">
+ <a href="//www.ehow.com/how_2205228_throw-upscale-party-budget.html" class="fl gtm_youMayLike">
+ <img src="//img-aws.ehowcdn.com/150X100/cme/cme_public_images/www_ehow_com/i.ehow.com/images/a02/39/hc/throw-upscale-party-budget-800x800.jpg" alt="" class="media-object" data-pin-nopin="true" />
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/how_2205228_throw-upscale-party-budget.html">
+ <span class=" num js-num"></span>
+ <span class="icon"></span>
+ </div>
+ </a>
+ <div class="media-body">
+ <a href="//www.ehow.com/how_2205228_throw-upscale-party-budget.html" class="gtm_youMayLike">How to throw an Upscale Party on a Budget</a>
+ </div>
+ </li>
+ <li class="media headline6">
+ <a href="//www.ehow.com/info_8620636_much-cab-driver-new-york.html" class="fl gtm_youMayLike">
+ <img src="//img-aws.ehowcdn.com/150X100/cme/cme_public_images/www_ehow_com/photos.demandstudios.com/getty/article/190/137/452190602_XS.jpg" alt="" class="media-object" data-pin-nopin="true" />
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/info_8620636_much-cab-driver-new-york.html">
+ <span class=" num js-num"></span>
+ <span class="icon"></span>
+ </div>
+ </a>
+ <div class="media-body">
+ <a href="//www.ehow.com/info_8620636_much-cab-driver-new-york.html" class="gtm_youMayLike">How Much Does it Cost to Become a Cab Driver in New York?</a>
+ </div>
+ </li>
+ <li class="media headline6">
+ <a href="//www.ehow.com/ehow-home/blog/how-to-throw-a-fabulous-graduation-party/" class="fl gtm_youMayLike">
+ <img src="//img-aws.ehowcdn.com/150X100/cme/cme_public_images/www_ehow_com/home-ehow-com.blog.ehow.com/files/2013/05/graduation_ceremony1.jpg" alt="" class="media-object" data-pin-nopin="true" />
+ <div class="pagescore js-pagescore small" data-score="true" data-url="http://www.ehow.com/ehow-home/blog/how-to-throw-a-fabulous-graduation-party/">
+ <span class=" num js-num"></span>
+ <span class="icon"></span>
+ </div>
+ </a>
+ <div class="media-body">
+ <a href="//www.ehow.com/ehow-home/blog/how-to-throw-a-fabulous-graduation-party/" class="gtm_youMayLike">How to Throw a Fabulous Graduation Party</a>
+ </div>
+ </li>
+ </ul>
+ <!-- gpt slot 300x250_300x600_REM -->
+ <div class="AdUnit mod" data-module="gpt-ad-300x250_300x600_REM" id="300x250_300x600_REM">
+ <script type="text/javascript">
+ if (typeof index_headertag_lightspeed === "undefined") {
+ setTimeout(function() {
+ googletag.cmd.push(function() {
+ googletag.display('300x250_300x600_REM');
+ });
+ }, 500);
+ };
+ </script>
+ </div>
+ </div>
+ </section>
+ <div class="InfiniteScroll"></div>
+ <script src="//v5-static.ehowcdn.com/test15/content/compressed/jquery-657217e9.js"></script>
+ <div class="bottompopout hide">
+ <div class="close js-close elegant-icons">M</div>
+ <div class="pop">
+ <div class="desc">Is DIY in your DNA? Become part of our maker community.</div>
+ <a href="//www.ehow.com/write-for-ehow/" class="gh-bttn go gh-bttn-large" data-gtm-event="write slideout">Submit Your Work!</a>
+ </div>
+ </div>
+ <a style="display:none" class="emailPopoutTrigger" href="#emailPopout">out of box</a>
+ <div id="emailPopout" style="display:none">
+ <div class="emailPopoutClose">
+ <span class="icon elegant-icons">M</span>
+ </div>
+ <div class="emailPopoutContents">
+ <div class="email-popout-title">
+ Get Weekly DIY Guides &amp; Inspiration
+ <div class="email-popout-subtitle">Life Made Easier.</div>
+ </div>
+ <div class="email-popout-form">
+ <input class="email-popout-email" name="email" placeholder="Email" autocomplete="off" type="email" />
+ <input class="email-popout-submit" value="Get Inspired" data-gtm-event="newsletter signup attempt" type="submit" />
+ <input class="collection-source" value="popup_lightbox" type="hidden" />
+ <input class="collection-campaign" value="" type="hidden" />
+ </div>
+ <div class="email-popout-error"></div>
+ </div>
+ </div>
+ <div class="clearfix visible-xs"></div>
+ <footer id="Footer" data-section="footer">
+ <div class="footer-section">
+ <!-- Mobile only -->
+ <div class="container-fluid container-non-responsive visible-xs">
+ <ul class="listing">
+ <li>
+ <a href="//www.ehow.com/about/" class="title">About eHow</a>
+ </li>
+ <li>
+ <a href="//www.ehow.com/advertise/" class="title">Advertise</a>
+ </li>
+ <li>
+ <a href="//www.ehow.com/write-for-ehow/" class="title">Write For eHow</a>
+ </li>
+ <li>
+ <a href="//www.ehow.com/about/#contact" class="title">Contact Us</a>
+ </li>
+ </ul>
+ <!-- Mobile only -->
+ <div class="socialConnect visible-xs">
+ <div class="social-icons-mobile">
+ <ul class="icons unstyled inline">
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//pinterest.com/ehow/" data-gtmsocial="pinterest" class="gtm_social btnPinterest" target="_blank">
+ <span class="social-icon icon-social_pinterest"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//facebook.com/eHow/" data-gtmsocial="facebook" class="gtm_social btnFacebook" target="_blank">
+ <span class="social-icon icon-social_facebook"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//twitter.com/eHow/" data-gtmsocial="twitter" class="gtm_social btnTwitter" target="_blank">
+ <span class="social-icon elegant-icons icon-social_twitter"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//plus.google.com/+howto/" data-gtmsocial="google-plus" class="gtm_social btnGoogle" target="_blank">
+ <span class="social-icon icon-google_plus"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//instagram.com/ehow_team/" data-gtmsocial="instagram" class="gtm_social btnInstagram" target="_blank">
+ <span class="social-icon icon-social_instagram"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- End Mobile only -->
+ <!-- Non-Mobile only -->
+ <div class="socialConnect fr hidden-xs">
+ <div class="headline4 heading head">Connect with us</div>
+ <div class="social">
+ <ul class="icons unstyled inline footer-social">
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//pinterest.com/ehow/" data-gtm-event="nav footer" data-gtm-info="pinterest" class="gtm_social btnPinterest" target="_blank">
+ <span class="social-icon icon-social_pinterest"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//facebook.com/eHow/" data-gtmsocial="facebook" data-gtm-event="nav footer" data-gtm-info="facebook" class="gtm_social btnFacebook" target="_blank">
+ <span class="social-icon icon-social_facebook"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//twitter.com/eHow/" data-gtm-event="nav footer" data-gtm-info="twitter" class="gtm_social btnTwitter" target="_blank">
+ <span class="social-icon elegant-icons icon-social_twitter"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//plus.google.com/+howto/" data-gtm-event="nav footer" data-gtm-info="googleplus" class="gtm_social btnGoogle" target="_blank">
+ <span class="social-icon icon-google_plus"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//instagram.com/ehow_team/" data-gtm-event="nav footer" data-gtm-info="instagram" class="gtm_social btnInstagram" target="_blank">
+ <span class="social-icon icon-social_instagram"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- End Non-Mobile only -->
+ <div class="row">
+ <div class="column separator col-xs-4 col-xs-offset-4"></div>
+ </div>
+ <div class="row">
+ <ul class="listing below-separator">
+ <li>
+ <a href="//www.ehow.com/terms-of-use.html" class="title">Terms of Use</a>
+ </li>
+ <li>
+ <a href="//www.ehow.com/copyright.html" class="title">Report Copyright</a>
+ </li>
+ <li>
+ <a id="_bapw-link" class="ad-choice" style="cursor:pointer !important">
+ <img id="_bapw-icon" style="display:inline !important;vertical-align:middle !important" />
+ <span style="vertical-align:middle !important">Ad Choices</span>
+ </a>
+ <abbr>en-US</abbr>
+ </li>
+ </ul>
+ <ul class="listing below-separator">
+ <li>
+ <a href="//www.ehow.com/privacy.html" class="title">Privacy Policy</a>
+ </li>
+ <li>
+ <a href="//www.ehow.com/mobile-privacy.html" class="title">Mobile Privacy</a>
+ </li>
+ </ul>
+ </div>
+ <div class="row logo-container">
+ <div class="col-xs-4 col-xs-offset-4">
+ <a rel="nofollow" class="logo-mobile" data-url="http://www.leafgroup.com/">leafgroup.com</a>
+ </div>
+ <div class="clearfix"></div>
+ <div class="col-xs-8 col-xs-offset-2">
+ <p class="copyright">© 1999-2017 Leaf Group Ltd.</p>
+ </div>
+ </div>
+ </div>
+ <!-- End Mobile only -->
+ <!-- Non-mobile only -->
+ <div class="container-fluid container-non-responsive hidden-xs">
+ <div class="row">
+ <div class="column col-xs-6 col-sm-4 col-md-3">
+ <a rel="nofollow" class="logo" data-url="http://www.leafgroup.com/">leafgroup.com</a>
+ <p class="copyright">© 1999-2017 Leaf Group Ltd.</p>
+ </div>
+ <div class="column col-xs-6 col-sm-4 col-md-6 footer-links">
+ <div class="row">
+ <a0:nav xmlns:a0="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html">
+ <a0:ul class="listing">
+ <a0:li class="column col-xs-12 col-sm-6 col-md-4">
+ <a0:ul>
+ <a0:li>
+ <a0:a href="//www.ehow.com/about/" class="title">About eHow</a0:a>
+ </a0:li>
+ <a0:li>
+ <a0:a href="//www.ehow.com/advertise/" class="title">Advertise</a0:a>
+ </a0:li>
+ <a0:li>
+ <a0:a href="//www.ehow.com/about/#contact" class="title">Contact Us</a0:a>
+ </a0:li>
+ <a0:li>
+ <a0:a href="//www.ehow.com/write-for-ehow/" class="title">Write For eHow</a0:a>
+ </a0:li>
+ </a0:ul>
+ </a0:li>
+ <a0:li class="column col-xs-12 col-sm-6 col-md-4">
+ <a0:ul>
+ <a0:li>
+ <a0:a href="//www.ehow.com/terms-of-use.html" class="title">Terms of Use</a0:a>
+ </a0:li>
+ <a0:li>
+ <a0:a href="//www.ehow.com/privacy.html" class="title">Privacy Policy</a0:a>
+ </a0:li>
+ </a0:ul>
+ </a0:li>
+ <a0:li class="column col-xs-12 col-sm-6 col-md-4">
+ <a0:ul>
+ <a0:li>
+ <a0:a href="//www.ehow.com/copyright.html" class="title">Report Copyright</a0:a>
+ </a0:li>
+ <a0:li>
+ <a0:a id="_bapw-link" class="ad-choice" style="cursor:pointer !important"><a0:img id="_bapw-icon" src="http://cdn.betrad.com/pub/icon1.png" style="display:inline !important;vertical-align:middle !important" />
+ <a0:span style="vertical-align:middle !important">Ad Choices</a0:span>
+ </a0:a>
+ <a0:abbr>en-US</a0:abbr>
+ </a0:li>
+ <a0:li>
+ <a0:a href="//www.ehow.com/how-to.html" class="title visible-xs-inline-block">How to by Topic</a0:a>
+ </a0:li>
+ <a0:li>
+ <a0:a href="//www.ehow.com/mobile-privacy.html" class="title visible-xs-inline-block">Mobile Privacy</a0:a>
+ </a0:li>
+ </a0:ul>
+ </a0:li>
+ </a0:ul>
+ </a0:nav>
+ </div>
+ </div>
+ <div class="column col-xs-6 col-sm-4 col-md-3">
+ <!-- Mobile only -->
+ <div class="socialConnect visible-xs">
+ <div class="social-icons-mobile">
+ <ul class="icons unstyled inline">
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//pinterest.com/ehow/" data-gtmsocial="pinterest" class="gtm_social btnPinterest" target="_blank">
+ <span class="social-icon icon-social_pinterest"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//facebook.com/eHow/" data-gtmsocial="facebook" class="gtm_social btnFacebook" target="_blank">
+ <span class="social-icon icon-social_facebook"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//twitter.com/eHow/" data-gtmsocial="twitter" class="gtm_social btnTwitter" target="_blank">
+ <span class="social-icon elegant-icons icon-social_twitter"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//plus.google.com/+howto/" data-gtmsocial="google-plus" class="gtm_social btnGoogle" target="_blank">
+ <span class="social-icon icon-google_plus"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//instagram.com/ehow_team/" data-gtmsocial="instagram" class="gtm_social btnInstagram" target="_blank">
+ <span class="social-icon icon-social_instagram"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- End Mobile only -->
+ <!-- Non-Mobile only -->
+ <div class="socialConnect fr hidden-xs">
+ <div class="headline4 heading head">Connect with us</div>
+ <div class="social">
+ <ul class="icons unstyled inline footer-social">
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//pinterest.com/ehow/" data-gtm-event="nav footer" data-gtm-info="pinterest" class="gtm_social btnPinterest" target="_blank">
+ <span class="social-icon icon-social_pinterest"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//facebook.com/eHow/" data-gtmsocial="facebook" data-gtm-event="nav footer" data-gtm-info="facebook" class="gtm_social btnFacebook" target="_blank">
+ <span class="social-icon icon-social_facebook"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//twitter.com/eHow/" data-gtm-event="nav footer" data-gtm-info="twitter" class="gtm_social btnTwitter" target="_blank">
+ <span class="social-icon elegant-icons icon-social_twitter"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//plus.google.com/+howto/" data-gtm-event="nav footer" data-gtm-info="googleplus" class="gtm_social btnGoogle" target="_blank">
+ <span class="social-icon icon-google_plus"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ <li class="icon">
+ <div class="round-button">
+ <div class="round-button-circle">
+ <a href="//instagram.com/ehow_team/" data-gtm-event="nav footer" data-gtm-info="instagram" class="gtm_social btnInstagram" target="_blank">
+ <span class="social-icon icon-social_instagram"></span>
+ </a>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- End Non-Mobile only -->
+ </div>
+ </div>
+ </div>
+ <!-- End Non-mobile only -->
+ </div>
+ <!-- Non-Mobile only -->
+ <div class="extras container-fluid container-non-responsive hidden-xs">
+ <div class="row">
+ <div class="column col-xs-12">
+ <div class="comscore comscore-eh">
+ <div class="category15 eh-cat"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- End Non-Mobile only -->
+ </footer>
+ <!-- BEGIN dmtracker -->
+ <noscript><img src="//vs.dmtracker.com/images/zig.gif?Log=1" alt="zig" /></noscript>
+ <div id="dmOmni"></div>
+ <!-- END dmtracker --><noscript><img src="//b.scorecardresearch.com/b?c1=2&amp;c2=6036385&amp;c3=&amp;c7=%2F%2Fwww.ehow.com%2Fhow_4851888_throw-graduation-party-budget.html%3Fcomscorekw%3DeHow_Holidays_and_Celebrations&amp;cv=2.0&amp;cj=1" /></noscript>
+ <noscript><img src="//pixel.quantserve.com/pixel/p-4dIM5nVs2rFio.gif?labels=_fp.event.Default" style="display: none;" alt="Quantcast" width="1" border="0" height="1" /></noscript>
+ <script>
+ var dmjs = dmjs || {};
+
+ /* Core DMJS configuration */
+ dmjs.global = dmjs.global || {};
+ dmjs.global.comscore = {
+ "c1": "2",
+ "c2": "6036385",
+ "c3": "",
+ "options": {
+ "url_append": "comscorekw=eHow_Holidays_and_Celebrations"
+ }
+ };
+ dmjs.global.dm_tracker = {
+ "domain": "vs.dmtracker.com",
+ "url": "bit.ehow.com",
+ "bit": "bit"
+ };
+ /* Add xdomain first event helper to be added before ad event listeners are added */
+ dmjs.xdomainFirstEventListener = true;
+ if (window.addEventListener) {
+ window.addEventListener("message", function(event) {
+ if (typeof xdomain != 'undefined' & amp; & amp; typeof xdomain.dmjsFirstEventListener != 'undefined') {
+ xdomain.dmjsFirstEventListener(event);
+ }
+ }, false);
+ } else {
+ window.attachEvent("message", function(event) {
+ if (typeof xdomain != 'undefined' & amp; & amp; typeof xdomain.dmjsFirstEventListener != 'undefined') {
+ xdomain.dmjsFirstEventListener(event);
+ }
+ });
+ }
+ </script>
+ <script src="//dynamic01.ehowcdn.com/test15/services/modules/js/zergnet,evidon,rev_tag,dm_track,comscore,quantcast,common_footer/7da5ff40/" defer="defer"></script>
+ <!--[if lt IE 9]>
+<script src="//v5-static.ehowcdn.com/test15/content/compressed/common_footer_ie_legacy-f629e488.js" ></script>
+<![endif]-->
+ <script src="//v5-static.ehowcdn.com/test15/content/compressed/article-consolidated-infinitescroll-e08bbacd.js" defer="defer"></script>
+ <script>
+ googletag.cmd.push(function() {
+ if ((typeof BannerAdManager !== 'undefined') & amp; & amp;
+ (typeof document.getElementsByClassName('bannerAd')[0] !== 'undefined')) {
+ //--BannerAdManager setup starts--
+ var slots = googletag.pubads().getSlots();
+ for (var i = 0; i & lt; slots.length; i++) {
+ slots[i].set('called', Date.now());
+ }
+ dmjs.global.bannerAdManager = BannerAdManager(document.getElementsByClassName('bannerAd')[0]);
+ dmjs.global.bannerAdManager.init();
+ //--BannerAdManager setup ends--
+ }
+ googletag.pubads().refresh();
+ });
+ </script>
+ <script>
+ dmjs.domready(function() {
+ new OmnitureLinkSet($('[data-module="rcp_top"]'), "TLS101", "test15_IL");
+ });
+ </script>
+ <script>
+ dmjs.domready(function() {
+ new OmnitureLinkSet($('[data-module="rcp_slideshow_module"]'), "TLS106", "test15_SS");
+ });
+ </script>
+ <script>
+ dmjs.domready(function() {
+ new OmnitureLinkSet($('[data-module="rcp_right_rail"]'), "TLS102", "test15_R3");
+ });
+ </script>
+ <script>
+ googleAds.addChannel('GoogleAdsense336x280', 'source15');
+ googleAds.addChannel('GoogleRelatedAds', 'source15');
+ googleAds.addChannel('GoogleAdsense300x250', 'source15');
+ googleAds.addChannel('GoogleAdsense728x90', 'source15');
+
+
+ googleAds.defaults.google_adtest = 'off';
+ googleAds.defaults.google_page_url = 'http://www.ehow.com/how_4851888_throw-graduation-party-budget.html';
+
+ if (typeof(window.usesABP) !== 'undefined' & amp; & amp; window.usesABP) {
+ googleAds.overrideAd('GoogleAdsense336x280', {
+ google_ad_channel: 'holi_more_holidays_celebration,text,suggested7,Art6'
+ });
+ }
+
+ googleAds.render();
+ </script>
+ <script>
+ dmjs.domready(function() {
+ dmjs.dom.loadCss("//v5-static.ehowcdn.com/test15/content/compressed/common_footer-eb0c06ef.css");
+ });
+ </script>
+ <script defer="defer" src="//cdn.optimizely.com/js/9718688.js"></script>
+ <script>
+ dmjs.addEvent(window, 'load', function() {
+ dmjs.fireEvents();
+ });
+ </script>
+ <script defer="defer" src="//static.ehownowcdn.com/widget/ehow/auth.js"></script>
+ <div id="fb-root"></div>
+ <!-- Neustar Tracking -->
+ <img src="http://d.agkn.com/pixel/7698/?che=005022400148404245675981&amp;atr=HolidaysCelebrations,MoreHolidaysCelebrationsHolidays" style="display:none;" width="1" border="0" height="1" />
+ <!-- /Neustar Tracking -->
+
+
+</body>
+
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json
new file mode 100644
index 0000000..e0e8859
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Embedded videos test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html
new file mode 100644
index 0000000..4dc9164
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html
@@ -0,0 +1,26 @@
+<article>
+ <h2>Lorem</h2>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+ <p>At root</p>
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/LtOGa5M8AuU" frameborder="0" allowfullscreen></iframe>
+ <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/LtOGa5M8AuU" frameborder="0" allowfullscreen></iframe>
+ <iframe src="https://player.vimeo.com/video/32246206?color=ffffff+title=0+byline=0+portrait=0" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
+ <p>In a paragraph</p>
+ <p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/LtOGa5M8AuU" frameborder="0" allowfullscreen></iframe></p>
+ <p>In a div</p>
+ <p><iframe width="560" height="315" src="https://www.youtube.com/embed/LtOGa5M8AuU" frameborder="0" allowfullscreen></iframe></p>
+ <h2>Foo</h2>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html
new file mode 100644
index 0000000..ff43acf
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Embedded videos test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ <h2>Videos</h2>
+ <p>At root</p>
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/LtOGa5M8AuU"
+ frameborder="0" allowfullscreen=""></iframe>
+ <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/LtOGa5M8AuU"
+ frameborder="0" allowfullscreen=""></iframe>
+ <iframe src="https://player.vimeo.com/video/32246206?color=ffffff+title=0+byline=0+portrait=0"
+ width="500" height="281" frameborder="0"
+ webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
+ <p>In a paragraph</p>
+ <p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/LtOGa5M8AuU"
+ frameborder="0" allowfullscreen=""></iframe></p>
+ <p>In a div</p>
+ <div><iframe width="560" height="315" src="https://www.youtube.com/embed/LtOGa5M8AuU"
+ frameborder="0" allowfullscreen=""></iframe></div>
+ <h2>Foo</h2>
+ <div>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json
new file mode 100644
index 0000000..315467f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json
@@ -0,0 +1,13 @@
+[
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C943%2C0%2C0&quality=85&format=jpg&resize=1600%2C943&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=9fa7b29452763464190c6edff6822489df516d1b",
+ "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=980%2C653&quality=80&image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F208%2F8%2FS7142088%2Fslug%2Fl%2Fxbox-one-x-review-gallery-1-1.jpg&client=cbc79c14efcebee57402&signature=9bb08b52e12de8e4060f863a52c613489529818d",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C1067%2C0%2C0&quality=85&format=jpg&resize=1600%2C1067&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F93beb86758ae1cf95721699e1e006e35%2F205826074%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B7.jpg&client=a1acac3e1b3290917d92&signature=c0f2d36259c2c1decfb60aae364527cda2560d4a",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C949%2C0%2C0&quality=85&format=jpg&resize=1600%2C949&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F9ece7fdad1e7025dec06ac9bf98688d0%2F205826075%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B5.jpg&client=a1acac3e1b3290917d92&signature=9913883753141e7df322616bfe0bc41c6ecd80c8",
+ "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1599%252C1043%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1043%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F8b98ec8f6649158fe7448ac2f2695ac5%252F205826072%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B6.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D353dad1308f98c2c9dfc82c58a540a8b2f1fe63c&client=cbc79c14efcebee57402&signature=60b7c061460d0d45f5d367b8a9c62978af6b76ce",
+ "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C900%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C900%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F1885534bd201fc37481b806645c1fc8b%252F205828119%252FXbox%252Bone%252BX%252Bscreenshot%252Bgallery%252B8.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Df63cf67c88b37fd9424855984e45f6b950c8c11a&client=cbc79c14efcebee57402&signature=0adca80fc8ee26a7353be639082881450a5ad49f",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C900%2C0%2C0&quality=85&format=jpg&resize=1600%2C900&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F8352a8a14e88e2ca2ba5be4d8381a055%2F205828115%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=d2ccb22e0eaabeb05bfe46e83dbe26fd07f01da8",
+ "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=980%2C653&quality=80&image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F4%2FS7142924%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-2-1.jpg&client=cbc79c14efcebee57402&signature=38c95635c7aad58a8a48038e05589f5cf35b1e28",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C900%2C0%2C0&quality=85&format=jpg&resize=1600%2C900&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Facb08903fbe26ad77b80db8c8e7e8fb1%2F205828118%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B7.jpg&client=a1acac3e1b3290917d92&signature=21630fa5ec6d8fdce2c35f7e1f652636a2d8efe7",
+ "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C1027%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1027%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fa2c8ba1caccdbb9e0559797e5141eafd%252F205826078%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B11.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Da11bcddced805c6e3698f8ce0494102aef057265&client=cbc79c14efcebee57402&signature=1e9bd192add2772bc842a34e67b7572cfd1b265a",
+ "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C1028%2C0%2C0&quality=85&format=jpg&resize=1600%2C1028&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F5396460ef8b6bde7fb7272d9e66a7701%2F205826076%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B9.jpg&client=a1acac3e1b3290917d92&signature=f5b5b4b986c2f8b5031a4469ae0ecec82aff65b0"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json
new file mode 100644
index 0000000..3eb49be
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "The Xbox One X is the most powerful gaming console ever, but it's not for everyone yet.",
+ "Image": "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C943%2C0%2C0&quality=85&format=jpg&resize=1600%2C943&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=9fa7b29452763464190c6edff6822489df516d1b",
+ "Title": "Xbox One X review: A console that keeps up with gaming PCs",
+ "SiteName": "Engadget"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html
new file mode 100644
index 0000000..17496cc
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html
@@ -0,0 +1,331 @@
+<div data-behavior="Dropcap">
+ <p>The <a href="https://www.engadget.com/2017/06/13/the-xbox-one-x-is-aspirational-in-the-purest-sense-of-the-word/">Xbox
+ One X</a> is the ultimate video game system. It sports
+ more horsepower than any system ever. And it plays more
+ titles in native 4K than <a href="https://www.engadget.com/2016/11/07/sony-playstation-4-pro-review/">Sony's
+ PlayStation 4 Pro</a>. It's just about everything
+ you could want without investing in a gaming PC. The
+ only problem? It's now been a year since the PS4 Pro
+ launched, and the One X costs $500, while Sony's console
+ launched at $400. That high price limits the Xbox One X
+ to diehard Microsoft fans who don't mind paying a bit
+ more to play the console's exclusive titles in 4K.
+ Everyone else might be better off waiting, or opting for
+ the $279 <a href="https://www.engadget.com/2016/08/02/xbox-one-s-review/">Xbox
+ One S</a>. </p>
+
+ </div><section>
+ <h4> Gallery: Xbox One
+ X | 14 Photos </h4>
+ <div data-behavior="lightbox_trigger" data-engadget-slideshow-id="803271" data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142088,&quot;index&quot;:0}" data-eng-mn="93511844"><p><a href="#" data-index="0" data-engadget-slide-id="7142088" data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142088,&quot;index&quot;:0}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=980%2C653&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F208%2F8%2FS7142088%2Fslug%2Fl%2Fxbox-one-x-review-gallery-1-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=9bb08b52e12de8e4060f863a52c613489529818d">
+ </a></p>
+
+ </div>
+ </section><div>
+
+
+ <div>
+ <div>
+
+ <ul>
+ <li>Most
+ powerful hardware ever in a home console
+ </li>
+ <li>Solid
+ selection of enhanced titles
+ </li>
+ <li>4K Blu-ray
+ drive is great for movie fans
+ </li>
+ </ul>
+ </div>
+ <div>
+
+ <ul>
+ <li>Expensive
+ </li>
+ <li>Not worth
+ it if you don’t have a 4K TV
+ </li>
+ <li>Still no VR
+ support
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div>
+
+ <p>As promised, the Xbox One X is the
+ most powerful game console ever. In practice, though, it
+ really just puts Microsoft on equal footing with Sony’s
+ PlayStation 4 Pro. 4K/HDR enhanced games look great, but
+ it’s lack of VR is disappointing in 2017.</p>
+ </div>
+ </div><div xmlns:xlink="http://www.w3.org/1999/xlink">
+
+ <div>
+ <h3>Hardware</h3>
+ <p><img data-credit="Devindra Hardawar/AOL" data-mep="2181678" src="https://o.aolcdn.com/images/dims?crop=1600%2C1067%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C1067&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F93beb86758ae1cf95721699e1e006e35%2F205826074%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B7.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=c0f2d36259c2c1decfb60aae364527cda2560d4a" alt></p>
+ <p>Despite all the power inside, the One X is
+ Microsoft's smallest console to date. It looks
+ similar to the Xbox One S, except it has an entirely
+ matte black case and is slightly slimmer. It's also
+ surprisingly dense -- the console weighs 8.4 pounds,
+ but it feels far heavier than you'd expect for its
+ size, thanks to all of its new hardware. The One S,
+ in comparison, weighs two pounds less.</p>
+ <p>The Xbox One X's real upgrades are under the hood. It
+ features an 8-core CPU running at 2.3Ghz, 12GB of
+ GDDR5 RAM, a 1 terabyte hard drive and an upgraded
+ AMD Polaris GPU with 6 teraflops of computing power.
+ The PS4 Pro has only 8GB of RAM and tops out at 4.2
+ teraflops. Microsoft's console is clearly faster.
+ That additional horsepower means the Xbox One X can
+ run more games in full native 4K than the Sony's
+ console.</p>
+ <p><img data-credit="Devindra Hardawar/AOL" data-mep="2182489" src="https://o.aolcdn.com/images/dims?crop=1600%2C949%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C949&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F9ece7fdad1e7025dec06ac9bf98688d0%2F205826075%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B5.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=9913883753141e7df322616bfe0bc41c6ecd80c8" alt></p>
+ <p>Along the front, there's the slot-loading 4K Blu-ray
+ drive, a physical power button, a single USB port
+ and a controller pairing button. And around back,
+ there are HDMI out and in ports, the latter of which
+ lets you plug in your cable box. Additionally, there
+ are two USB ports, connections for optical audio, IR
+ out, and gigabit Ethernet. If you've still got a
+ Kinect around, you'll need to use a USB adapter to
+ plug it in.</p>
+ </div>
+ <div data-engadget-breakout-type="image">
+ <figure><img src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1599%252C1043%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1043%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F8b98ec8f6649158fe7448ac2f2695ac5%252F205826072%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B6.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D353dad1308f98c2c9dfc82c58a540a8b2f1fe63c&amp;client=cbc79c14efcebee57402&amp;signature=60b7c061460d0d45f5d367b8a9c62978af6b76ce">
+ <figcaption><span>Devindra Hardawar/AOL</span>
+ </figcaption>
+ </figure>
+ </div>
+ <div>
+ <p>The console's controller hasn't changed since its
+ last mini-upgrade with the Xbox One S. That revision
+ rounded out its seams, improved bumper performance
+ and added a 3.5mm headphone jack. It's still a great
+ controller, though I'm annoyed Microsoft is sticking
+ with AA batteries as their default power source.
+ Sure, you could just pick up some renewable
+ batteries, or the Play and Charge kit, but that's an
+ extra expense. And manually swapping batteries feels
+ like a bad user experience when every other console
+ has rechargeable controllers.</p>
+ <h3>In use</h3>
+ </div>
+ <div data-engadget-breakout-type="image">
+ <figure><img src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C900%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C900%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F1885534bd201fc37481b806645c1fc8b%252F205828119%252FXbox%252Bone%252BX%252Bscreenshot%252Bgallery%252B8.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Df63cf67c88b37fd9424855984e45f6b950c8c11a&amp;client=cbc79c14efcebee57402&amp;signature=0adca80fc8ee26a7353be639082881450a5ad49f">
+ <figcaption><span>Devindra Hardawar/AOL</span>
+ </figcaption>
+ </figure>
+ </div>
+ <div>
+ <p>You won't find any major differences between the One
+ X and the last Xbox at first — aside from a more
+ dramatic startup sequence. Navigating the Xbox
+ interface is fast and zippy, but mostly that's due
+ to a recent OS upgrade. If you're moving over from
+ an older Xbox One, you can use the backup tool to
+ transfer your games and settings to an external hard
+ drive. Just plug that into the new console during
+ setup and it'll make it feel just like your old
+ machine. It's also a lot faster than waiting for
+ everything to download from Xbox Live.</p>
+ <p>You'll still have to set aside some time if you want
+ to play an Xbox One X-enhanced title, though. Those
+ 4K textures will make games significantly larger,
+ but Microsoft says it's come up with a few ways to
+ help developers make downloading them more
+ efficient. For example, language packs and other
+ optional content won't get installed by default.</p>
+ <p>We only had a few enhanced titles to test out during
+ our review: <em>Gears of War 4</em>, <em>Killer
+ Instinct</em> and <em>Super Lucky's Tale</em>.
+ They each took advantage of the console in different
+ ways. <em>Gears of War 4</em> runs natively in 4K at
+ 30 FPS with Dolby Atmos and HDR (high dynamic range
+ lighting) support. It looked great -- especially
+ with HDR, which highlighted bright elements like
+ lightning strikes -- but I noticed the frame rate
+ dip occasionally. I was also surprised that load
+ times were on-par with what I've seen with the game
+ on the Xbox One S.</p>
+ </div>
+ <div data-engadget-breakout-type="e2ehero">
+
+ <figure><img src="https://o.aolcdn.com/images/dims?crop=1600%2C900%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C900&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F8352a8a14e88e2ca2ba5be4d8381a055%2F205828115%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B1.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=d2ccb22e0eaabeb05bfe46e83dbe26fd07f01da8">
+
+ </figure>
+ </div>
+ <div>
+ <p>You can also play in Performance mode, which bumps
+ the frame rate up to 60FPS and uses higher quality
+ graphical effects, while rendering it lower in
+ 1080p. Personally, I preferred this, since it makes
+ the game much smoother -- as if you're playing it on
+ a high-end gaming PC, not a console. Some
+ PlayStation 4 Pro games also let you choose how you
+ wanted to distribute its power, so in some ways
+ Microsoft is just following in its footsteps.</p>
+ <p>I've been playing <em>Gears of War 4</em> on my
+ gaming PC (which is connected to my home theater)
+ over the past year, and I was impressed that the
+ Xbox One X is able to deliver a similar experience.
+ It didn't quite match my rig though, which is
+ powered by Intel Core i7 4790k CPU running at 4GHz,
+ 16GB DDR3 RAM and an NVIDIA GTX 1080 GPU. Typically,
+ I play at 1,440p (2,560 by 1,440 pixels) with HDR
+ and all of the graphical settings set to their
+ highest level, and I can easily maintain a 60FPS
+ frame rate. The One X felt just as solid at 1080p,
+ but there were clearly plenty of graphics settings
+ it couldn't take advantage of, in particular higher
+ levels of bloom lighting and shadow detail.</p>
+
+ </div>
+
+ <section data-engadget-breakout-type="gallery">
+ <h3> Gallery: Xbox
+ One X screenshots | 9 Photos </h3>
+ <div data-behavior="lightbox_trigger" data-engadget-slideshow-id="803330" data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142924}" data-eng-mn="93511844"><p><a href="#" data-index="0" data-engadget-slide-id="7142924" data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142924}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=980%2C653&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F4%2FS7142924%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-2-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=38c95635c7aad58a8a48038e05589f5cf35b1e28">
+ </a></p>
+
+ </div>
+ </section>
+ <div>
+ <p><em>Killer Instinct</em> and <em>Super Lucky's
+ Tale</em> run in 4K at a smooth 60FPS. They both
+ looked and played better than their standard
+ versions, though I was surprised they didn't take
+ advantage of HDR. As usual, I noticed the
+ improvement in frame rates more than the higher
+ resolution. Unless you're sitting very close to a TV
+ above 50-inches, you'd likely have a hard time
+ telling between 4K and 1080p.</p>
+ <p>That poses a problem for Microsoft: It's betting that
+ gamers will actually want true 4K rendering. In
+ practice, though, PlayStation 4 Pro titles running
+ in HDR and resolutions between 1080p and 4K often
+ look just as good to the naked eye. The Xbox One X's
+ big advantage is that its hardware could let more
+ games reach 60FPS compared to Sony's console.</p>
+ <p>Microsoft says over 130 Xbox One X-enhanced titles
+ are in the works. That includes already-released
+ games like <em>Forza Motorsport 7</em> and <em>Assassin's
+ Creed Origins</em>, as well as upcoming titles
+ like <em>Call of Duty: WW2</em>. You'll be able to
+ find them easily in a special section in the Xbox
+ store. There is also a handful of Xbox 360 games
+ that'll get enhanced eventually, including <em>Halo
+ 3</em> and <em>Fallout 3</em>. Some of those
+ titles will get bumped up to a higher resolution,
+ while others will get HDR support. Microsoft
+ describes these upgrades as a bonus for developers
+ who were prescient about how they built their games.
+ Basically, don't expect your entire 360 library to
+ get enhanced.</p>
+ </div>
+ <div data-engadget-breakout-type="e2ehero">
+
+ <figure><img src="https://o.aolcdn.com/images/dims?crop=1600%2C900%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C900&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Facb08903fbe26ad77b80db8c8e7e8fb1%2F205828118%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B7.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=21630fa5ec6d8fdce2c35f7e1f652636a2d8efe7">
+
+ </figure>
+ </div>
+ <div>
+ <p>Even if a game isn't specifically tuned for the new
+ console, Microsoft says you might still see some
+ performance improvements. The PlayStation 4 Pro,
+ meanwhile, has over one hundred games built for its
+ hardware, and its boost mode can speed up some older
+ games.</p>
+ <p>Microsoft is still pushing the Xbox as more than just
+ a game console, though. 4K Blu-rays loaded up
+ quickly, and I didn't notice many delays as I
+ skipped around films. <em>Planet Earth II</em>, in
+ particular, looked fantastic thanks to its brilliant
+ use of HDR. Unfortunately, the One X doesn't support
+ Dolby Vision, so you're stuck with the slightly less
+ capable HDR 10 standard. That makes sense since it's
+ more widely supported, but it would have been nice
+ to see Dolby's, too.</p>
+ <p>
+ <iframe allowfullscreen frameborder="0" gesture="media" height="360" src="https://www.youtube.com/embed/c8aFcHFu8QM" width="640"></iframe>
+ </p>
+ <p>And speaking of Dolby technology, Microsoft is also
+ highlighting Atmos support on the One X, just like
+ it did with the One S. The company's app lets you
+ configure the console to pass audio Atmos signals to
+ your audio receiver. You can also shell out $15 to
+ get Atmos support for headphones, which simulates
+ immersive surround sound. It's strange to pay money
+ to unlock Dolby features, but it's worth it since
+ it's significantly better than Microsoft's audio
+ virtualization technology. The Netflix app also
+ supports Atmos for a handful of films (something
+ that the Xbox One S and PlayStation 4 offer, as
+ well).</p>
+ <p>One thing you won't find in the new Xbox is VR
+ support. Microsoft has mentioned that the console
+ will offer some sort of mixed reality, but it hasn't
+ offered up any details yet. It's technically
+ powerful enough to work with any of the Windows
+ Mixed Reality headsets launching this fall. It's a
+ shame that Microsoft is being so wishy-washy because
+ Sony has had a very successful head start with the
+ PlayStation VR.</p>
+ <h3>Pricing and the competition</h3>
+ </div>
+ <div data-engadget-breakout-type="image">
+ <figure><img src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C1027%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1027%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fa2c8ba1caccdbb9e0559797e5141eafd%252F205826078%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B11.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Da11bcddced805c6e3698f8ce0494102aef057265&amp;client=cbc79c14efcebee57402&amp;signature=1e9bd192add2772bc842a34e67b7572cfd1b265a">
+ <figcaption><span>Devindra Hardawar/AOL</span>
+ </figcaption>
+ </figure>
+ </div>
+ <div>
+ <p>The biggest knock against the Xbox One X is its $500
+ price. The PS4 Pro launched at $400 last year, and
+ there's a good chance we'll see plenty of deals
+ around the holidays. If your friends are on Xbox
+ Live, or you're a devotee of Microsoft's first party
+ franchises, then the X makes more sense. If you just
+ want to play third-party titles that come to both
+ platforms, though, the PS4 Pro is clearly the better
+ deal.</p>
+ <p>If you're looking to upgrade from an original Xbox
+ One, and you have a new TV, the One X might be more
+ compelling. It's faster and offers more features
+ than the One S, and more importantly, it'll last you
+ much longer without needing an upgrade. There's also
+ plenty of wisdom in simply waiting a while before
+ you buy the One X, especially if you haven't moved
+ to a 4K TV yet. The new console can make games look
+ better on 1080p sets, since it'll supersample
+ high-res textures and have more graphical effects,
+ but it's simply not worth the upgrade since those
+ TVs don't support HDR.</p>
+ <p>If price isn't a huge concern for you, it's worth
+ considering investing in a gaming PC. A decent one
+ costs between $600 and $800, plus the price of a
+ monitor, but it'll easily be more powerful than the
+ One X. And you have the added benefit of upgrading
+ components down the line. Now that Microsoft and
+ game publishers are offering most major titles on
+ PC, you won't be missing out on much by ditching
+ consoles.</p>
+ <h3>Wrap-up</h3>
+ <p><img data-credit="Devindra Hardawar/AOL" data-mep="2181681" src="https://o.aolcdn.com/images/dims?crop=1600%2C1028%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C1028&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F5396460ef8b6bde7fb7272d9e66a7701%2F205826076%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B9.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=f5b5b4b986c2f8b5031a4469ae0ecec82aff65b0" alt></p>
+ <p>Ultimately, the Xbox One X offers some major
+ performance upgrades that gamers will notice --
+ especially if you're coming from an original Xbox
+ One. But it's also a bit disappointing since it's
+ coming a year after the PS4 Pro, and it doesn't
+ offer VR yet. For Microsoft fans, though, none of
+ that will matter. It's exactly what the company
+ promised: the fastest game console ever made.</p>
+ </div>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html b/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html
new file mode 100644
index 0000000..2bed808
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html
@@ -0,0 +1,3513 @@
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8"></meta>
+ <meta http-equiv="cache-control" content="no-cache"></meta>
+ <meta http-equiv="cache-control" content="no-store"></meta>
+ <meta http-equiv="expires" content="0"></meta>
+ <meta http-equiv="pragma" content="no-cache"></meta>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"></meta>
+ <script src="https://o.aolcdn.com/ads/adsWrapper.min.js"></script>
+ <!-- Rapid -->
+ <script src="https://s.yimg.com/ss/rapid-3.45.0.js"></script>
+ <script>
+ var rapidConfig = {
+ spaceid: 1197802876,
+ nol: true,
+ keys: {
+ "pt": "content",
+ "pct": "story",
+ "paid": "engadget_479=bsd:23265143",
+ "st_sec": "us.engadget",
+ "ver": "blogsmith"
+ },
+ webworker_file: 'https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/js/rapidworker-1.2.js'
+ };
+ var myRapidInstance = new YAHOO.i13n.Rapid(rapidConfig);
+ </script>
+ <!-- End Rapid -->
+ <meta http-equiv="content-type" content="text/html"></meta>
+ <link rel="stylesheet"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/css/split/styles.css?h=d85ad52bbabf0f534ab4b3baf22e8900"></link>
+ <title>Xbox One X review: A console that keeps up with gaming PCs</title>
+ <link rel="amphtml" href="https://www.engadget.com/amp/2017/11/03/xbox-one-x-review/"></link>
+ <meta name="description"
+ content="The Xbox One X is the ultimate video game system. It sports more horsepower than any system ever. And it plays more titles in native 4K than Sony's PlayStation..."></meta>
+ <link rel="canonical" href="https://www.engadget.com/2017/11/03/xbox-one-x-review/"></link>
+ <meta property="og:type" content="article"></meta>
+ <meta property="og:url" content="https://www.engadget.com/2017/11/03/xbox-one-x-review/"></meta>
+ <meta property="og:title" content="Xbox One X review: A console that keeps up with gaming PCs"></meta>
+ <meta property="og:description"
+ content="The Xbox One X is the most powerful gaming console ever, but it's not for everyone yet."></meta>
+ <meta property="og:image"
+ content="https://o.aolcdn.com/images/dims?thumbnail=1200%2C630&amp;quality=80&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C943%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C943%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fd457f269d1400106a402302a310de800%252F205826071%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B1.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D9fa7b29452763464190c6edff6822489df516d1b&amp;client=cbc79c14efcebee57402&amp;signature=ab988e814a2686e0d93dd7ae306d241356fb7b9c"></meta>
+ <meta property="og:image:width" content="1200"></meta>
+ <meta property="og:image:height" content="630"></meta>
+ <meta property="article:tag" content="av"></meta>
+ <meta property="article:tag" content="consoles"></meta>
+ <meta property="article:tag" content="entertainment"></meta>
+ <meta property="article:tag" content="gadgetry"></meta>
+ <meta property="article:tag" content="gadgets"></meta>
+ <meta property="article:tag" content="gaming"></meta>
+ <meta property="article:tag" content="gear"></meta>
+ <meta property="article:tag" content="microsoft"></meta>
+ <meta property="article:tag" content="review"></meta>
+ <meta property="article:tag" content="video"></meta>
+ <meta property="article:tag" content="videogames"></meta>
+ <meta property="article:tag" content="Xbox"></meta>
+ <meta property="article:tag" content="XboxOne"></meta>
+ <meta property="article:tag" content="XboxOneX"></meta>
+ <meta name="post_id" content="23265143"></meta>
+ <meta property="article:author" content="devindra"></meta>
+ <meta name="robots" content="noodp,noydir"></meta>
+ <meta class="swiftype" name="sections" data-type="string" content=""></meta>
+ <meta name="twitter:card" content="summary_large_image"></meta>
+ <meta name="twitter:site" content="@engadget"></meta>
+ <meta name="twitter:url" content="https://www.engadget.com/2017/11/03/xbox-one-x-review/"></meta>
+ <meta name="twitter:title" content="Xbox One X review: A console that keeps up with gaming PCs"></meta>
+ <meta name="twitter:description"
+ content="The Xbox One X is the ultimate video game system. It sports more horsepower than any system ever. And it plays more titles in native 4K than Sony's PlayStation..."></meta>
+ <meta name="twitter:image"
+ content="https://o.aolcdn.com/images/dims?crop=1600%2C943%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C943&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=9fa7b29452763464190c6edff6822489df516d1b"></meta>
+ <meta name="twitter:creator" content="@devindra"></meta>
+ <meta name="twitter:app:name:iphone" content="Engadget for iPhone"></meta>
+ <meta name="twitter:app:url:iphone" content="com.aol.engadget://www.engadget.com/2017/11/03/xbox-one-x-review/"></meta>
+ <meta name="twitter:app:name:ipad" content="Engadget for iPad"></meta>
+ <meta name="twitter:app:url:ipad"
+ content="com.aol.appspinner.engadget://www.engadget.com/2017/11/03/xbox-one-x-review/"></meta>
+ <meta name="twitter:app:id:googleplay" content="com.aol.mobile.engadget"></meta>
+ <meta name="twitter:app:name:googleplay" content="Engadget"></meta>
+ <meta name="twitter:app:url:googleplay" content="engadget://xbox-one-x-review"></meta>
+ <meta name="activeEdition" content="irl"></meta>
+ <meta name="google-site-verification" content="wLXjbTY6pixubu5bTDip5LFbmV3y14B-1FuGRBA608U"></meta>
+ <meta name="google-site-verification" content="tWejEOjeALosEomCYTYn5Ps9e_bfdSDFep3l5tdwP30"></meta>
+ <meta name="google-site-verification" content="1GwTnKM_I1dlzvY6ZgkdMD7npjzC-zbHHs9BXlA8BrI"></meta>
+ <meta name="bitly-verification" content="f57da7265213"></meta>
+ <meta name="p:domain_verify" content="fb69533f2acad78bdd89abf093c35a28"></meta>
+ <meta name="msvalidate.01" content="5ABD8A078F3356F3A6A8C8643C31FB8F"></meta>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
+ <meta name="apple-mobile-web-app-status-bar-style" content="black"></meta>
+ <meta name="application-name" content="Engadget"></meta>
+ <meta property="fb:pages" content="5738237369"></meta>
+ <meta property="fb:admins" content="11710688"></meta>
+ <meta property="fb:app_id" content="132746074315"></meta>
+ <meta property="og:locale" content="en_US"></meta>
+ <meta property="og:site_name" content="Engadget"></meta>
+ <meta name="application-name" content="Engadget"></meta>
+ <meta name="msapplication-TileColor" content="#2B2D32"></meta>
+ <meta name="msapplication-TileImage"
+ content="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/eng-e-558.png?h=e46e7a1510fad56707bc442189dbb7bd"></meta>
+ <meta name="msapplication-square70x70logo"
+ content="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/eng-e-128.png?h=899847bb37304e3b3dc54c93580a087c"></meta>
+ <meta name="msapplication-square150x150logo"
+ content="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/eng-e-270.png?h=d343c1055c3eded8aa8f05c2d42dcaed"></meta>
+ <meta name="msapplication-wide310x150logo"
+ content="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/eng-e-558x270.png?h=61de5b820dbedd7eba8bb1b0fd08ce57"></meta>
+ <meta name="msapplication-square310x310logo"
+ content="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/eng-e-558.png?h=e46e7a1510fad56707bc442189dbb7bd"></meta>
+ <meta name="msapplication-notification"
+ content="frequency=30;polling-uri=https://notifications.buildmypinnedsite.com/?feed=https://www.engadget.com/rss.xml&amp;id=1;polling-uri2=https://notifications.buildmypinnedsite.com/?feed=https://www.engadget.com/rss.xml&amp;id=2;polling-uri3=https://notifications.buildmypinnedsite.com/?feed=https://www.engadget.com/rss.xml&amp;id=3;polling-uri4=https://notifications.buildmypinnedsite.com/?feed=https://www.engadget.com/rss.xml&amp;id=4;polling-uri5=https://notifications.buildmypinnedsite.com/?feed=https://www.engadget.com/rss.xml&amp;id=5; cycle=1"></meta>
+ <link rel="alternate" type="application/rss+xml" title="Engadget" href="//www.engadget.com/rss.xml"></link>
+ <link rel="apple-touch-icon" sizes="57x57"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/apple-touch-icon-57x57.png?h=b07835531d7826b72615c77771a72171"></link>
+ <link rel="apple-touch-icon" sizes="114x114"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/apple-touch-icon-114x114.png?h=50cf09ab299e153bf29c8649d827c83a"></link>
+ <link rel="apple-touch-icon" sizes="72x72"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/apple-touch-icon-72x72.png?h=8f37a2b779de4fbfe1a7874704cc01e2"></link>
+ <link rel="apple-touch-icon" sizes="144x144"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/apple-touch-icon-144x144.png?h=de656b4889f628881dabd59b88d24460"></link>
+ <link rel="apple-touch-icon" sizes="60x60"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/apple-touch-icon-60x60.png?h=30dc9d03897d7b5e1c7d66ea023a628d"></link>
+ <link rel="apple-touch-icon" sizes="120x120"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/apple-touch-icon-120x120.png?h=232a14b1a350de05a49b584a62abac9e"></link>
+ <link rel="apple-touch-icon" sizes="76x76"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/apple-touch-icon-76x76.png?h=41c7920a7654ebebc6827434c8563668"></link>
+ <link rel="apple-touch-icon" sizes="152x152"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/apple-touch-icon-152x152.png?h=443922d02603331286171a9bbc12fadd"></link>
+ <link rel="icon" type="image/png"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/favicon-16x16.png?h=288a0831497b5dbbde1fdb670dc8a62c"
+ sizes="16x16"></link>
+ <link rel="icon" type="image/png"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/favicon-32x32.png?h=876ea6dda580d9954a93627f24b6b25b"
+ sizes="32x32"></link>
+ <link rel="icon" type="image/png"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/favicon-96x96.png?h=9680b5ecfb3de364248a4a98bf84664f"
+ sizes="96x96"></link>
+ <link rel="icon" type="image/png"
+ href="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/favicon-160x160.png?h=1638b0a8bbe7effa8f85c3ecabb63620"
+ sizes="160x160"></link>
+ <meta name="apple-touch-fullscreen" content="yes"></meta>
+ <link rel="dns-prefetch" href="//media.gdgt.com"></link>
+ <link rel="dns-prefetch" href="//ajax.googleapis.com"></link>
+ <link rel="search" type="application/opensearchdescription+xml" href="/osd.xml" title="Engadget"></link>
+ <script>
+ var _sf_startpt = (new Date()).getTime(),
+ Sitevars = {
+ geoCountry: "irl",
+ activeEdition: "irl"
+ };
+ </script>
+ <meta class="swiftype" name="blogger_name" data-type="string" content="Devindra Hardawar"></meta>
+ <meta class="swiftype" name="blogger_slug" data-type="enum" content="devindra-hardawar"></meta>
+ <meta class="swiftype" name="blogger_image" data-type="enum"
+ content="https://s.blogcdn.com/www.engadget.com/media/2016/03/devindra-engadget-headshot-small.jpg"></meta>
+ <meta class="swiftype" name="blogger_twitter" data-type="enum" content="devindra"></meta>
+ <meta class="swiftype" name="has_author" data-type="integer" content="1"></meta>
+ <meta class="swiftype" name="type" data-type="enum" content="reviews"></meta>
+ <meta class="swiftype" name="content_type_id" data-type="enum" content="23265143"></meta>
+ <meta class="swiftype" name="title" data-type="string"
+ content="Xbox One X review: A console that keeps up with gaming PCs"></meta>
+ <meta class="swiftype" name="main_tag_label" data-type="string" content="Gadgetry"></meta>
+ <meta class="swiftype" name="published_at" data-type="date" content="2017-11-03T03:01:00-04:00"></meta>
+ <meta class="swiftype" name="image" data-type="enum"
+ content="https://o.aolcdn.com/images/dims?crop=1600%2C943%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C943&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=9fa7b29452763464190c6edff6822489df516d1b"></meta>
+ <meta class="swiftype" name="thumbnail_url" data-type="enum"
+ content="https://o.aolcdn.com/images/dims?thumbnail=300%2C200&amp;quality=80&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C943%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C943%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fd457f269d1400106a402302a310de800%252F205826071%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B1.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D9fa7b29452763464190c6edff6822489df516d1b&amp;client=cbc79c14efcebee57402&amp;signature=44978fa251cd5f68b2f2d722afa2ea162cc35d35"></meta>
+ <meta class="swiftype" name="autocomplete_thumbnail_url" data-type="enum"
+ content="https://o.aolcdn.com/images/dims?thumbnail=130%2C86&amp;quality=80&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C943%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C943%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fd457f269d1400106a402302a310de800%252F205826071%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B1.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D9fa7b29452763464190c6edff6822489df516d1b&amp;client=cbc79c14efcebee57402&amp;signature=59500f8bfd9da79dd2445e808c704cd7ffcc4d20"></meta>
+ <meta class="swiftype" name="url" data-type="enum" content="/2017/11/03/xbox-one-x-review/"></meta>
+ <meta class="swiftype" name="dek" data-type="string" content="But only hardcore gamers will appreciate it."></meta>
+ <meta class="swiftype" name="has_video" data-type="integer" content="1"></meta>
+ <meta class="swiftype" name="has_gallery" data-type="integer" content="1"></meta>
+ <meta class="swiftype" name="has_video_and_gallery" data-type="integer" content="1"></meta>
+ <meta class="swiftype" name="popularity" data-type="integer" content="2192"></meta>
+ <meta class="swiftype" name="country_origin" data-type="string" content="origin-us"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="av"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="consoles"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="entertainment"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="gadgetry"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="gadgets"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="gaming"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="gear"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="microsoft"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="review"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="video"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="videogames"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="Xbox"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="XboxOne"></meta>
+ <meta class="swiftype" name="tags" data-type="string" content="XboxOneX"></meta>
+ <meta class="swiftype" name="channel" data-type="string" content="review"></meta>
+ <meta class="swiftype" name="engadget_score" data-type="string" content="87"></meta>
+ <meta class="swiftype" name="computed_score" data-type="string" content="87"></meta>
+ <meta class="swiftype" name="channel" data-type="string" content="gear"></meta>
+ <meta class="swiftype" name="channel" data-type="string" content="gaming"></meta>
+ <meta class="swiftype" name="channel" data-type="string" content="entertainment"></meta>
+ <meta class="swiftype" name="order" data-type="integer" content="3"></meta>
+ <script type="application/javascript">
+ <!--
+ function runOmni() {
+ s_265.pfxID = "weg";
+ s_265.pageName = s_265.pfxID + ' : ' + "Xbox One X review: A console that keeps up with gaming PCs";
+ s_265.server = location.protocol + '//' + location.host;
+ s_265.channel = "us.engadget";
+ s_265.linkInternalFilters = "javascript:,engadget.com,joystiq.com,massively.com,tuaw.com,switched.com,techcrunch.com";
+ s_265.mmxgo = true;
+ s_265.prop12 = document.location;
+ s_265.prop1 = "article";
+ s_265.prop2 = "gaming";
+ s_265.prop8 = "bss:21";
+ s_265.prop45 = "aws";
+ s_265.prop54 = "blogsmith";
+ s_265.prop62 = "video_o2_entrybody|video_youtube_entrybody";
+ s_265.prop9 = "bsd:23265143";
+ s_265.prop18 = "gaming|microsoft|entertainment|gear|av|gadgetry";
+ s_265.prop19 = "av|consoles|entertainment|gadgetry|gadgets|gaming|gear|microsoft|review|video|videogames|Xbox|XboxOne|XboxOneX|@aoloriginal|@applenews|@av|@badge-video|@company-microsoft|@entertainment|@features|@gadgetry|@gaming|@gear|@spotim|@swipe-review|@uk";
+ s_265.prop22 = "devindra-hardawar";
+ s_265.prop23 = "11-03-2017";
+ s_265.prop65 = "original_content";
+ s_265.eVar14 = "amp-ex";
+ s_265.eVar57 = "amp-ex";
+ s_265.t();
+ }
+
+ var s_account = "aolwbengadget,aolsvc";
+ (function (d) {
+ var h = d.getElementsByTagName('head')[0],
+ s1 = d.createElement('script');
+ s1.src = '//o.aolcdn.com/os/aol/omniture.min.js';
+ h.appendChild(s1);
+ })(document);
+ var bN_cfg = {
+ h: location.hostname,
+ p: {
+ "dL_ch": "us.engadget",
+ "dL_dpt": document.title,
+ "dL_sDpt": document.title,
+ "cms_src": "AMP",
+ "dL_siteID": "bss:21",
+ "dL_cmsID": "bsd:23265143",
+ "dL_categories": "gaming|microsoft|entertainment|gear|av|gadgetry",
+ "dL_tags": "av|consoles|entertainment|gadgetry|gadgets|gaming|gear|microsoft|review|video|videogames|Xbox|XboxOne|XboxOneX|@aoloriginal|@applenews|@av|@badge-video|@company-microsoft|@entertainment|@features|@gadgetry|@gaming|@gear|@spotim|@swipe-review|@uk",
+ "dL_author": "devindra-hardawar",
+ "dL_published": "11-03-2017",
+ "dL_source": "original_content",
+ "dL_vid": "video_o2_entrybody|video_youtube_entrybody",
+ "spaceid": "1197802876"
+ }
+ };
+ (function (d) {
+ var h = d.getElementsByTagName('head')[0],
+ s2 = d.createElement('script');
+ s2.src = '//o.aolcdn.com/os/aol/beacon.min.js';
+ h.appendChild(s2);
+ })(document);
+ //-->
+ </script>
+ <style>
+ html {
+ display: none;
+ }
+ </style>
+ <script>
+ if (self == top) {
+ document.documentElement.style.display = 'block';
+ } else {
+ top.location = self.location;
+ }
+ </script>
+ <script type="text/javascript">
+ window._taboola = window._taboola || [];
+ _taboola.push({
+ article: 'auto'
+ });
+ !function (e, f, u) {
+ e.async = 1;
+ e.src = u;
+ f.parentNode.insertBefore(e, f);
+ }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/aol-engadget/loader.js');
+ </script>
+</head>
+
+<body class="th-base" data-behavior="addthis">
+<div class="o-h">
+ <div class="i-nav_drawer_slide@tp-" data-behavior="NavDrawerSlide">
+ <!-- global-header -->
+ <header class="uk-cookiebanner o-sticky_header@tp- th-reverse@tp- c-white@tp- border-bottom@tp- bc-gray-2@tp- i-nav_drawer_slide@tp-__panel z-1"
+ data-nav-drawer-slide-panel="">
+ <div class="container@tl+ pl-25@tp- o-h h-60@s h-80@m+">
+ <div>
+ <div class="table h-60@s h-80@m+ ">
+ <div class="table-cell">
+ <div class="hide@tl+ inline-block vm mr-20">
+ <button class="block i-nav_drawer_slide@tp-__menu_btn" data-nav-drawer-slide-btn="">
+ <div class="w-20 h-2 bg-white"></div>
+ <div class="w-20 h-2 mt-3 bg-white"></div>
+ <div class="w-20 h-2 mt-3 bg-white"></div>
+ </button>
+ </div>
+ <div class="inline-block vm">
+ <a href="/" class="">
+ <h1>
+ <svg role="img" aria-label="Engadget" class="th-title header-logo">
+ <title>Engadget</title>
+ <use xlink:href="#icon-logo"></use>
+ </svg>
+ </h1>
+ </a>
+ </div>
+ </div>
+ <ul class="table-cell ta-r c-gray-7 hide@tp-">
+ <li class="inline-block t-meta "><a href="https://www.engadget.com/user/login"
+ class="increase-hit th-meta" target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_auth_window"> <span
+ class="increase-hit__inner">
+ Login
+ </span>
+ </a></li>
+ </ul>
+ <a href="#search-box" data-search-box-trigger=""
+ class="hide@tl+ table-cell ta-c c-gray-5 w-60@s w-80@m+ full-height border-left">
+ <svg class="icon inline-block vm">
+ <use xlink:href="#icon-search"></use>
+ </svg>
+ </a></div>
+ </div>
+ </div>
+ </header>
+ <div class="o-sticky_header@tp-__spacer"></div>
+ <!-- global-nav -->
+ <nav role="navigation"
+ class="o-nav_drawer@tp- bg-gray-1 c-gray-5 border-bottom bc-gray-2 h-80@tl+ i-nav_drawer_slide@tp-__nav z-5@tp- z-0@tl+">
+ <a href="#" class="i-nav_drawer_slide@tp-__close hide@tl+ absolute r-n40 c-gray-2">
+ <svg class="icon increase-hit__inner">
+ <use xlink:href="#icon-close"></use>
+ </svg>
+ </a>
+ <div class="container@tl+ cf o-nav_drawer@tp-__inner c-gray-7">
+ <ul class="left@tl+ ml-n35@tl+ o-nav_drawer@tp-__main" data-nav-drawer-slide-nav="">
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ hide@tl+ border-top@tp-">
+ <a href="/" class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Home
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ border-top@tp-">
+ <a href="/gear/" class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Gear
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ border-top@tp-">
+ <a href="/gaming/" class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Gaming
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ border-top@tp-">
+ <a href="/entertainment/" class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Entertainment
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ border-top@tp-">
+ <a href="/tomorrow/" class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Tomorrow
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ border-top@tp-">
+ <a href="/videos/" class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Video
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ border-top@tp-">
+ <a href="/reviews/" class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Reviews
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ border-top@tp-">
+ <a href="/events/the-engadget-experience-2017/"
+ class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Events
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ border-top@tp-">
+ <a href="/?edition=usa" class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- ">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ US Edition
+ </span></div>
+ </a>
+ </li>
+ </ul>
+ <a href="#search-box" data-search-box-trigger="" class="hide@tp- increase-hit mt-30 ml-25 right">
+ <svg class="icon search-icon increase-hit__inner">
+ <use xlink:href="#icon-search"></use>
+ </svg>
+ </a>
+ <ul class="hide@tl+" data-nav-drawer-slide-nav="">
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ hide@tl+ bg-gray-2@tp- bc-gray-3@tp- ">
+ <a href="https://www.engadget.com/user/"
+ class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- " target="_blank"
+ data-behavior="Pop" data-engadget-popname="engadget_auth_window">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Log in
+ </span></div>
+ </a>
+ </li>
+ <li class="inline-block@tl+ t-global-nav@tl+ pt-45@tl+ pl-25@tl+ hide@tl+ bg-gray-2@tp- bc-gray-3@tp- border-top@tp-">
+ <a href="https://www.engadget.com/user/register"
+ class="increase-hit@tl+ c-gray-10:hvr block@tp- p-20@tp- o-h@tp- " target="_blank"
+ data-behavior="Pop" data-engadget-popname="engadget_auth_window">
+ <div class="left@tp-"> <span class="increase-hit@tl+__inner t-global-nav@tp-">
+ Sign up
+ </span></div>
+ </a>
+ </li>
+ </ul>
+ <!-- share-macro -->
+ <div class="hide@tl+ fixed-table h-60 bg-gray-2 bc-gray-3 border-top" data-nav-drawer-slide-nav=""><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F"
+ class="table-cell contain c-white:hvr sharebtn facebook-share" target="_blank"
+ data-behavior="Pop" data-engadget-popname="engadget_share" data-engadget-pop-w="560"
+ data-engadget-h="636">
+ <svg class="icon contain__inner">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a>
+ <a href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F&amp;text=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs&amp;via=engadget"
+ class="table-cell contain border-left c-white:hvr sharebtn twitter-share" target="_blank"
+ data-behavior="Pop" data-engadget-popname="engadget_share" data-engadget-pop-w="670"
+ data-engadget-h="430">
+ <svg class="icon contain__inner">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a>
+ <a href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F&amp;title=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs"
+ class="table-cell contain border-left c-white:hvr sharebtn reddit-share" target="_blank"
+ data-behavior="Pop" data-engadget-popname="engadget_share" data-engadget-pop-w="960"
+ data-engadget-h="750">
+ <svg class="icon contain__inner">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a></div>
+ </div>
+ </nav>
+ <section id="search-box"
+ class="i-search_box is-box-hidden is-results-hidden i-nav_drawer_slide@tp-__panel z-1 fixed@tp- absolute@tl+ full-width t-0@tp- t-80@tl+"
+ data-behavior="SearchBox SearchAutocomplete">
+ <div class="th-reverse bg-gray-2 bc-gray-3 c-gray-6">
+ <div class="container@tp+ pl-20@m- pr-20@m-">
+ <div class="relative pl-40 pr-40"><label for="search-terms">
+ <svg class="absolute l-0 t-0 b-0 mt-a mb-a search-icon inline-block mr-5 relative">
+ <use xlink:href="#icon-search"></use>
+ </svg>
+ </label>
+ <form action="/search/" data-engadget-search-submit=""><input data-search-box-input=""
+ class="c-white bg-trans full-width pt-20@s pt-25@m+ pb-20@s pb-25@m+ tx-d5@s tx-d3@m+"
+ type="Text" id="search-terms"
+ name="search-terms" value=""
+ placeholder="What are you searching for?"
+ autocomplete="off" required=""></input>
+ </form>
+ <a href="#" data-search-box-close="">
+ <svg class="absolute t-0 r-0 b-0 mt-a mb-a icon vm">
+ <use xlink:href="#icon-close"></use>
+ </svg>
+ </a></div>
+ </div>
+ </div>
+ <section class="th-reverse bg-gray-2 bc-gray-3 c-gray-6 border-top pt-15 pb-25 i-search_box__results">
+ <div class="container@tp+ pl-20@m- pr-20@m-">
+ <div class="scroll custom-scroll scroll-track-gray-4-30 scroll-handle-gray-4"
+ style="max-height: 313px">
+ <div class="contain">
+ <div class="contain__inner">
+ <div class="grid full-height">
+ <div class="grid__cell col-1-of-2@tp col-1-of-3@tl+ full-height grid-divider"></div>
+ <div class="hide@m- grid__cell col-1-of-2@tp col-1-of-3@tl+ full-height grid-divider"></div>
+ <div class="hide@tp- grid__cell col-1-of-2@tp col-1-of-3@tl+ full-height grid-divider"></div>
+ </div>
+ </div>
+ <div id="autocomplete-results-container"
+ class="grid o-grid_divider_mask mt-n15@s mt-n25@m+">
+ <div class="hide@m- o-grid_divider_mask__mask bg-gray-2"></div>
+ </div>
+ </div>
+ </div>
+ <div class="js-show-more-acresults-container container@tp- mt-15 hide"><a href="#"
+ class="js-show-more-acresults o-btn th-btn">
+ <span class="t-btn">
+ <span class="hide@s">Show</span> More <span class="hide@s">Results</span>
+ </span>
+ </a></div>
+ </div>
+ </section>
+ </section>
+ <div class="i-nav_drawer_slide@tp-__panel relative z-0" data-nav-drawer-slide-panel="">
+ <!-- banner-leaderboard -->
+ <aside role="banner" class="">
+ <div class="relative">
+ <div id="leaderboard_article"
+ data-aol-adcall="{&quot;s&quot;:{&quot;adSetType&quot;:&quot;F&quot;,&quot;htmlAdWH&quot;:{&quot;mn&quot;:93484767,&quot;sizes&quot;:{&quot;w&quot;:&quot;320&quot;,&quot;h&quot;:&quot;50&quot;},&quot;type&quot;:&quot;f&quot;},&quot;cb&quot;:&quot;adjust_lb&quot;},&quot;tp&quot;:{&quot;adSetType&quot;:&quot;F&quot;,&quot;htmlAdWH&quot;:{&quot;mn&quot;:93484768,&quot;sizes&quot;:{&quot;w&quot;:&quot;LB&quot;,&quot;h&quot;:&quot;LB&quot;},&quot;type&quot;:&quot;fc&quot;},&quot;cb&quot;:&quot;adjust_lb&quot;}}"
+ data-behavior="Advertisement"></div>
+ </div>
+ </aside>
+ <main role="main" class="th-base o-h">
+ <!-- article-context-nav -->
+ <!-- context-nav -->
+ <nav data-behavior="ContextNav"
+ class="i-context_nav bc-white-10 border-bottom c-gray-5 t-0 full-width o-context_nav hide@tp- z-10"
+ data-context-nav-offset="200" style="z-index: 100000">
+ <div class="th-reverse bc-gray-2 h-80">
+ <div class="container relative">
+ <div class="o-bar">
+ <div class="table-cell-top">
+ <div class="vt pt-20 pb-20 pr-50"><a href="/">
+ <svg role="img" aria-label="Engadget" class="header-logo c-white">
+ <title>Engadget</title>
+ <use xlink:href="#icon-logo"></use>
+ </svg>
+ </a></div>
+ <a href="#"
+ class="hide@tl- i-context_nav__related_btn vt pl-60 pr-60 border-left border-right h-80 hit c-white:hvr c-inherit-*:hvr"
+ data-context-nav-related-btn="">
+ <div class="t-btn-context-nav mt-30">
+ <div class="inline-block">3 related articles</div>
+ <svg class="c-gray-4 inline-block vm ml-10 caret-icon">
+ <use xlink:href="#icon-down-caret"></use>
+ </svg>
+ </div>
+ </a>
+ </div>
+ <div class="o-bar__cell">
+ <div class="vt pr-20">
+ <div class="table h-80">
+ <div class="table-cell">
+ <div class="inline-block hide@tl-">
+ <!-- buy-button-alt -->
+ <a href="/buylink/110829"
+ class="o-btn o-btn--small th-btn-alt w-130@tl+ c-white@tp-"
+ target="_blank">
+ <div class="t-btn"> Buy Now
+ <div class="ml-10 inline-block hide@m-">
+ <svg class="icon t-1 relative">
+ <use xlink:href="#icon-link-off"></use>
+ </svg>
+ </div>
+ </div>
+ </a>
+ </div>
+ <div class="inline-block pr-60">
+ <!-- share-macro -->
+ <div class="inline-block border-right icon-20-line-height"><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F"
+ class="inline-block pl-20 pr-20 th-meta sharebtn facebook-share"
+ target="_blank" data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="560" data-engadget-h="636">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a></div>
+ <div class="inline-block border-right icon-20-line-height"><a
+ href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F&amp;text=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs&amp;via=engadget"
+ class="inline-block pl-20 pr-20 th-meta sharebtn twitter-share"
+ target="_blank" data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="670" data-engadget-h="430">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a></div>
+ <div class="inline-block border-right icon-20-line-height"><a
+ href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F&amp;title=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs"
+ class="inline-block pl-20 pr-20 th-meta sharebtn reddit-share"
+ target="_blank" data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="960" data-engadget-h="750">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a></div>
+ <div class="inline-block border-right icon-20-line-height"><a
+ href="mailto:?subject=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs via Engadget&amp;body=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F"
+ class="inline-block pl-20 pr-20 th-meta" target="_blank"
+ data-behavior="Pop" data-engadget-popname="engadget_share">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-email"></use>
+ </svg>
+ </a></div>
+ </div>
+ <ul class="inline-block pr-30">
+ <li class="inline-block t-meta "><a
+ href="https://www.engadget.com/user/login"
+ class="increase-hit th-meta" target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_auth_window">
+ <span class="increase-hit__inner">
+ Login
+ </span>
+ </a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="inline-block vt"><a href="#search-box" data-search-box-trigger=""
+ class="w-80 h-80 contain inline-block border-left th-meta">
+ <svg class="icon search-icon contain__inner">
+ <use xlink:href="#icon-search"></use>
+ </svg>
+ </a></div>
+ </div>
+ </div>
+ </div>
+ <section
+ class="i-context_nav__related bg-gray-2 c-gray-9 bc-gray-5 pt-25 pb-25 o-context_nav__related">
+ <div class="container">
+ <div class="grid">
+ <div class="grid__cell col-1-of-3">
+ <a href="https://www.engadget.com/2018/03/21/google-lytro-acquisition-rumor/"
+ class="c-white:hvr">
+ <article class="table">
+ <div class="table-cell-top pr-20 w-130"><img
+ src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D3000%252C1996%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1065%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F4281e1d07a07ef72be80107dbe2507de%252F206231272%252Fthe-lytro-camera-is-displayed-for-a-photograph-in-san-francisco-us-picture-id140228514%26client%3Da1acac3e1b3290917d92%26signature%3D3652a66233df6394ce5f09154619f3b62feab93e&amp;client=cbc79c14efcebee57402&amp;signature=7ac5f830221b7d6285b7c08212b6724ceeeada60"
+ alt="Google is reportedly acquiring Lytro for around $40 million"
+ class="max-img"></img></div>
+ <div class="table-cell-top pl-20">
+ <h2 class="t-h6">Google is reportedly acquiring Lytro for around $40
+ million</h2>
+ </div>
+ </article>
+ </a>
+ </div>
+ <div class="grid__cell col-1-of-3">
+ <a href="https://www.engadget.com/2018/03/21/hyper-light-drifter-is-another-indie-game-coming-to-switch/"
+ class="c-white:hvr">
+ <article class="table">
+ <div class="table-cell-top pr-20 w-130"><img
+ src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fa45e94a7987030d3366b8e9570d04df2%2F206231033%2Ffba4a93144c04a87dc2bd998e822b218_original.jpg&amp;client=cbc79c14efcebee57402&amp;signature=69faf46cf16b248637d393468f674362c6da2688"
+ alt="'Hyper Light Drifter' is another indie game coming to Switch"
+ class="max-img"></img></div>
+ <div class="table-cell-top pl-20">
+ <h2 class="t-h6">'Hyper Light Drifter' is another indie game coming
+ to Switch</h2>
+ </div>
+ </article>
+ </a>
+ </div>
+ <div class="grid__cell col-1-of-3">
+ <a href="https://www.engadget.com/2018/03/20/samsungs-commercial-grade-galaxy-tab-active-2-is-available-in-t/"
+ class="c-white:hvr">
+ <article class="table">
+ <div class="table-cell-top pr-20 w-130"><img
+ src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F468b08b5911b6515fc5903f0a07d362%2F206230195%2Ftabactive2.jpg&amp;client=cbc79c14efcebee57402&amp;signature=622dbee20f12ddc433bec544928a36b582216a77"
+ alt="Samsung's commercial-grade Galaxy Tab Active 2 is available in the US"
+ class="max-img"></img></div>
+ <div class="table-cell-top pl-20">
+ <h2 class="t-h6">Samsung's commercial-grade Galaxy Tab Active 2 is
+ available in the US</h2>
+ </div>
+ </article>
+ </a>
+ </div>
+ </div>
+ </div>
+ </section>
+ </div>
+ </nav>
+ <!-- article -->
+ <!-- article-hero-embed -->
+ <header class="bg-gray-11 cf">
+ <div class="ta-c bg-gray-1">
+ <div class="container@d">
+ <!-- TAG START { player: "Eng: HERO EMBED - sideview, autoplay, muted ", owner: "Engadget AOL", for: "Engadget AOL" } -->
+ <div id="56e83c06e4b01fe390d9dadd"
+ class="vdb_player vdb_56e83c06e4b01fe390d9dadd564f3144ff690c0a7c285e51"
+ vdb_params="m.embeded=cms_video_plugin_cms.publishing.oath.com"
+ data-placeholder="//img.vidible.tv/prod/2017-11/01/59fa00654db5ff559119c006/59fa012bae56975c360acc8b_o_U_v1.jpg?w=1440&amp;h=900">
+ <script async="" type="text/javascript"
+ src="//delivery.vidible.tv/jsonp/pid=56e83c06e4b01fe390d9dadd/vid=59fa00654db5ff559119c006/564f3144ff690c0a7c285e51.js?m.embeded=cms_video_plugin_cms.publishing.oath.com"></script>
+ </div>
+ <!-- TAG END { date: 11/02/17 } -->
+ </div>
+ </div>
+ <div class="ta-c pb-60@tp- pb-80@tl+ container">
+ <h1 class="t-h4@s t-h3@m t-h1@tp t-alpha-h1@tl+ mt-40@tp- mt-75@tl+ c-gray-1 ml-a mr-a col-11-of-15">
+ Xbox One X review: A console that keeps up with gaming PCs </h1>
+ <h2 class="t-d7@m- t-d3-b@tp t-d2@tl+ mt-25 c-gray-3 ml-a mr-a col-11-of-15"> But only hardcore
+ gamers will appreciate it. </h2>
+ </div>
+ <div class="container border-top pt-25 pb-25">
+ <div class="grid">
+ <div class="grid__cell vm col-6-of-15@tp- col-7-of-15@tl+">
+ <!-- article-author-header -->
+ <div class="o-article_meta_bar__avatar left mr-20 mr-10@s o-avatar_offset">
+ <div class="w-45@m+ h-45@m+ o-h w-30@s h-30@s"><a
+ href="/about/editors/devindra-hardawar/">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=45%2C45&amp;quality=80&amp;image_uri=http%3A%2F%2Fwww.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2016%2F03%2Fdevindra-engadget-headshot-small.jpg&amp;client=cbc79c14efcebee57402&amp;signature=e6ffba7468c380581b6589a70ce5d7c1ec40cd1d"
+ class="inline-block vm circle-mask"></img>
+ </a></div>
+ </div>
+ <div class="t-meta-small@s t-meta@m+"><a href="/about/editors/devindra-hardawar/"
+ class="th-meta">Devindra Hardawar</a><span
+ class="hide@s th-meta">, <a href="https://twitter.com/devindra" class="th-meta">@devindra</a></span>
+ <div class="th-meta"> 11.03.17 in <a href="/tags/gadgetry/" class="th-topic">Gadgetry</a>
+ </div>
+ </div>
+ </div>
+ <div class="grid__cell vm col-2-of-15 grid-divider hide@tp-">
+ <!-- article-stat --><a href="#comments" class="o-hit"><span
+ class="t-d1 pb-5 spot-im-replies-count" data-post-id="post-23265143"></span>
+ <span class="t-meta pb-0 th-meta">Comments</span>
+ </a></div>
+ <div class="grid__cell vm col-2-of-15 grid-divider hide@tp-">
+ <!-- article-stat --><span class="t-d1 pb-5 ">2192</span> <span
+ class="t-meta pb-0 th-meta">Shares</span></div>
+ <div class="grid__cell vm col-9-of-15@tp- col-4-of-15@tl+ ta-r">
+ <!-- article-social-nav -->
+ <div class="o-social_nav c-gray-9">
+ <!-- share-macro -->
+ <div class="o-social_nav__item" data-tooltip-outer=""><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F"
+ class="inline-block pl-10@s th-meta sharebtn facebook-share"
+ data-behavior="Tooltip Pop" target="_blank"
+ data-engadget-popname="engadget_share" data-engadget-pop-w="560"
+ data-engadget-h="636">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span class="c-white">Share</span> <span
+ data-share-count-facebook=""></span></div>
+ </div>
+ </div>
+ </div>
+ <div class="o-social_nav__item" data-tooltip-outer=""><a
+ href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F&amp;text=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs&amp;via=engadget"
+ class="inline-block pl-10@s th-meta sharebtn twitter-share"
+ data-behavior="Tooltip Pop" target="_blank"
+ data-engadget-popname="engadget_share" data-engadget-pop-w="670"
+ data-engadget-h="430">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span class="c-white">Tweet</span> <span
+ data-share-count-twitter=""></span></div>
+ </div>
+ </div>
+ </div>
+ <div class="o-social_nav__item " data-tooltip-outer=""><a
+ href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F&amp;title=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs"
+ class="inline-block pl-10@s th-meta sharebtn reddit-share"
+ data-behavior="Tooltip Pop" target="_blank"
+ data-engadget-popname="engadget_share" data-engadget-pop-w="960"
+ data-engadget-h="750">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span class="c-white">Share</span> <span
+ data-share-count-reddit=""></span></div>
+ </div>
+ </div>
+ </div>
+ <div class="o-social_nav__item" data-tooltip-outer=""><a href="javascript:;"
+ class="inline-block pl-10@s th-meta"
+ data-engadget-reading-list-id="23265143"
+ data-engadget-reading-list-type="post"
+ data-behavior="Tooltip AddToReadingList"
+ target="_blank"
+ data-engadget-auth="false">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-save"></use>
+ </svg>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span class="c-white">Save</span> <span
+ data-share-count-save=""></span></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </header>
+ <div class="container@tp+ pt-40@tp+" data-behavior="BreakoutsHandler">
+ <div class="grid flex">
+ <div class="grid__cell col-3-of-15 hide@tl- flex pb-80" style="flex-direction: column">
+ <div class="flex-1" id="hero-table-of-contents" data-sticky-container=""
+ style="margin-top: -160px; padding-top: 160px">
+ <ul class="i-contents_nav flush-top " data-behavior="sticky"></ul>
+ </div>
+ </div>
+ <div class="grid__cell col-12-of-15@d ">
+ <article class="c-gray-1">
+ <div id="page_body" data-behavior="trigger_contents_nav">
+ <div class="container@m-">
+ <!-- article-contents -->
+ <div class="flush-top flush-bottom" data-behavior="FitVids ">
+ <div class="o-article_block ">
+ <!-- rail -->
+ <div class="grid@tl+ mt-n40">
+ <div style="clear: right;"></div>
+ <div id="right-ads-rail"
+ class="hide@tp- grid@tl+__cell col-4-of-12@tl+ right@tl+ flush-top pt-40 relative z-1">
+ <!-- product-card -->
+ <aside class="o-card rounded mb-40 hide@tp-">
+ <div class="o-hit th-meta i-hover_text o-h">
+ <header class="o-bar">
+ <div class=" h-70 o-h">
+ <div class="i-hover_text__barrel">
+ <div class="o-bar h-70">
+ <div class="o-bar__cell o-card__title">
+ <h4 class="t-list-header c-gray-2">
+ Xbox One X </h4>
+ </div>
+ <div class="o-bar__cell ta-r o-card__title h-70 w-45 contain">
+ <svg class="vc inline-block arrow-small contain__inner">
+ <use xlink:href="#icon-right-arrow-thick"></use>
+ </svg>
+ </div>
+ </div>
+ <div class="o-bar h-70">
+ <div class="o-bar__cell o-card__title">
+ <h4 class="t-list-header c-gray-2">
+ Get more info </h4>
+ </div>
+ <div class="o-bar__cell ta-r o-card__title h-70 w-45 contain">
+ <svg class="vc inline-block arrow-small contain__inner">
+ <use xlink:href="#icon-right-arrow-thick"></use>
+ </svg>
+ </div>
+ </div>
+ </div>
+ </div>
+ <a href="https://www.engadget.com/products/microsoft/xbox/one/x/"
+ class="o-hit__link">More</a></header>
+ </div>
+ <a href="https://www.engadget.com/products/microsoft/xbox/one/x/"
+ class="o-hit__link">
+ <!-- rating-thumb -->
+ <div class="o-rating_thumb c-white"><img
+ data-original="https://o.aolcdn.com/images/dims?quality=100&amp;image_uri=https%3A%2F%2Fs3.amazonaws.com%2Fengadget-production%2Fproducts%2F558%2Fbyyh%2Fbyyh.jpg&amp;client=cbc79c14efcebee57402&amp;signature=be3d0bf5faf20e48947fa9635f7f3305460f3198"
+ alt="Xbox" class="ml-a mr-a pb-30 max-img"></img>
+ <div class="o-rating_thumb__rating b-75@m- z-3">
+ <!-- rating -->
+ <div class="o-rating bg-rating-85 c-white ">
+ <div class="o-rating__inner t-rating-large">
+ 87
+ </div>
+ </div>
+ </div>
+ </div>
+ </a>
+ <section>
+ <div class="hide@m-">
+ <div class="border-top pt-20 pr-20 pb-25 pl-20">
+ <div class="th-title t-list-header-2"><a
+ href="https://www.engadget.com/products/microsoft/xbox/one/x/scores/">Scores</a>
+ </div>
+ <!-- rating-bars -->
+ <div class="i-rating_bars mt-0"
+ data-behavior="RatingBars">
+ <article class=" pt-15">
+ <div class="table">
+ <div class="table-cell-bottom">
+ <h4 class=" t-meta">
+ <span class="th-title">Engadget</span>
+ </h4>
+ </div>
+ <div class="table-cell-bottom ta-r">
+ <div class="t-list-header-2 th-title">
+ 87
+ </div>
+ </div>
+ </div>
+ <!-- rating-meter -->
+ <div class="bg-gray-10 mt-10 i-rating_bars__bar">
+ <div style="width: 87%;"
+ class="h-10 bg-rating-85">
+ &nbsp;
+ </div>
+ </div>
+ </article>
+ <article class=" pt-15">
+ <div class="table">
+ <div class="table-cell-bottom">
+ <h4 class=" t-meta">
+ <span class="th-title">Critic</span>
+ <a href="//www.engadget.com/products/microsoft/xbox/one/x/scores/"
+ class="inline tx-meta ml-5 lh-inherit th-meta">
+ 10 Reviews
+ </a></h4>
+ </div>
+ <div class="table-cell-bottom ta-r">
+ <div class="t-list-header-2 th-title">
+ 8.3
+ </div>
+ </div>
+ </div>
+ <!-- rating-meter -->
+ <div class="bg-gray-10 mt-10 i-rating_bars__bar">
+ <div style="width: 83%;"
+ class="h-10 bg-rating-70">
+ &nbsp;
+ </div>
+ </div>
+ </article>
+ <article class=" pt-15">
+ <div class="table">
+ <div class="table-cell-bottom">
+ <h4 class=" t-meta">
+ <span class="th-title">Users</span>
+ <a href="//www.engadget.com/products/microsoft/xbox/one/x/user-scores/"
+ class="inline tx-meta ml-5 lh-inherit th-meta">
+ 1 Reviews
+ </a></h4>
+ </div>
+ <div class="table-cell-bottom ta-r">
+ <div class="t-list-header-2 th-title">
+ 10
+ </div>
+ </div>
+ </div>
+ <!-- rating-meter -->
+ <div class="bg-gray-10 mt-10 i-rating_bars__bar">
+ <div style="width: 100%;"
+ class="h-10 bg-rating-85">
+ &nbsp;
+ </div>
+ </div>
+ </article>
+ </div>
+ </div>
+ <div class="border-top pt-20 pr-20 pb-25 pl-20">
+ <h4 class="th-title t-list-header-2"><a
+ href="https://www.engadget.com/products/microsoft/xbox/one/x/specs/">Key
+ Specs</a></h4>
+ <ul class="t-meta-list th-meta mt-15">
+ <li><span
+ class="c-gray-3">Game format&nbsp;</span>
+ Optical, Downloadable
+ </li>
+ <li><span class="c-gray-3">Online features&nbsp;</span>
+ Multiplayer, Voice chat, Store
+ </li>
+ <li><span class="c-gray-3">Drive capacity&nbsp;</span>
+ 10001
+ </li>
+ <li><span class="c-gray-3">Controller type&nbsp;</span>
+ Wired, Wireless
+ </li>
+ <li><span class="c-gray-3">Video outputs&nbsp;</span>
+ HDMI
+ </li>
+ </ul>
+ </div>
+ </div>
+ </section>
+ <div class="border-top hide@m p-20 ta-c"><span
+ class="inline-block vm t-meta c-gray-7">From</span>
+ <span class="inline-block vm t-h3-b">$610.00</span>
+ <div class="mt-10">
+ <!-- buy-button-alt -->
+ <a href="/buylink/110829"
+ class="o-btn o-btn--small th-btn-alt c-white@tp-"
+ target="_blank">
+ <div class="t-btn"> Buy Now
+ <div class="ml-10 inline-block hide@m-">
+ <svg class="icon t-1 relative">
+ <use xlink:href="#icon-link-off"></use>
+ </svg>
+ </div>
+ </div>
+ </a>
+ </div>
+ </div>
+ </aside>
+ <aside id="shared-ads-container" role="banner">
+ <div class="vc relative mb-20">
+ <div id="multi_size_article"
+ data-aol-adcall="{&quot;tl&quot;:{&quot;adSetType&quot;:&quot;F&quot;,&quot;htmlAdWH&quot;:{&quot;mn&quot;:93484769,&quot;sizes&quot;:{&quot;w&quot;:&quot;RR&quot;,&quot;h&quot;:&quot;RR&quot;},&quot;type&quot;:&quot;f&quot;}}}"
+ data-behavior="Advertisement"></div>
+ </div>
+ </aside>
+ <div id="taboola-right-rail-thumbnails"
+ class="mt-35 mb-35"></div>
+ <script type="text/javascript">
+ window._taboola = window._taboola || [];
+ _taboola.push({
+ mode: 'thumbnails-e',
+ container: 'taboola-right-rail-thumbnails',
+ placement: 'Right Rail Thumbnails',
+ target_type: 'mix'
+ });
+ </script>
+ <aside role="banner">
+ <div class="relative mb-15 mt-25">
+ <div id="latest_rail_article"
+ data-aol-adcall="{&quot;tl&quot;:{&quot;adSetInView&quot;:[&quot;D&quot;,&quot;&quot;,&quot;250&quot;],&quot;htmlAdWH&quot;:{&quot;mn&quot;:93484770,&quot;sizes&quot;:{&quot;w&quot;:&quot;RR&quot;,&quot;h&quot;:&quot;RR&quot;},&quot;type&quot;:&quot;f&quot;}}}"
+ data-behavior="Advertisement"></div>
+ </div>
+ </aside>
+ </div>
+ </div>
+ </div>
+ <!-- post-contents -->
+ <div class="o-article_block pb-15 pb-5@m- mt-25@s">
+ <div class="grid@tl+">
+ <div class="grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1" data-behavior="Dropcap">
+ <p>The <a
+ href="https://www.engadget.com/2017/06/13/the-xbox-one-x-is-aspirational-in-the-purest-sense-of-the-word/">Xbox
+ One X</a> is the ultimate video game system. It sports
+ more horsepower than any system ever. And it plays more
+ titles in native 4K than <a
+ href="https://www.engadget.com/2016/11/07/sony-playstation-4-pro-review/">Sony's
+ PlayStation 4 Pro</a>. It's just about everything
+ you could want without investing in a gaming PC. The
+ only problem? It's now been a year since the PS4 Pro
+ launched, and the One X costs $500, while Sony's console
+ launched at $400. That high price limits the Xbox One X
+ to diehard Microsoft fans who don't mind paying a bit
+ more to play the console's exclusive titles in 4K.
+ Everyone else might be better off waiting, or opting for
+ the $279 <a
+ href="https://www.engadget.com/2016/08/02/xbox-one-s-review/">Xbox
+ One S</a>. </p>
+ <!-- inline article gal -->
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- article-gallery -->
+ <div class="o-article_block o-subtle_divider">
+ <div class="grid@tl+">
+ <div class="grid@tl+__cell col-8-of-12@tl+ left">
+ <section>
+ <h4 class="t-section-title mb-35 mb-15@s"> Gallery: Xbox One
+ X | 14 Photos </h4>
+ <div class="relative mb-n15 mb-25@tp-"
+ data-behavior="lightbox_trigger"
+ data-engadget-slideshow-id="803271"
+ data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142088,&quot;index&quot;:0}"
+ data-eng-mn="93511844"><a href="#" data-index="0"
+ data-engadget-slide-id="7142088"
+ data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142088,&quot;index&quot;:0}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=980%2C653&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F208%2F8%2FS7142088%2Fslug%2Fl%2Fxbox-one-x-review-gallery-1-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=9bb08b52e12de8e4060f863a52c613489529818d"
+ class="stretch-img"></img>
+ </a>
+ <div class="hide@tp+ t-meta absolute b-0 l-0 c-white">
+ <svg class="inline-block slideshow-icon vm mr-n15">
+ <use xlink:href="#icon-slideshow"></use>
+ </svg>
+ 14
+ </div>
+ <ul class="hide@m- absolute b-0 l-0 ml-n10 pt-10 pr-10 bg-white">
+ <li class="ml-10 inline-block vt contain"><a
+ href="#" data-index="1"
+ data-engadget-slide-id="7142089"
+ data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142089,&quot;index&quot;:0}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F208%2F9%2FS7142089%2Fslug%2Fl%2Fxbox-one-x-review-gallery-2-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=916edb7e63b5363e0d7ddfa5a1eb84cde5b6c0f9"></img>
+ </a></li>
+ <li class="ml-10 inline-block vt contain"><a
+ href="#" data-index="2"
+ data-engadget-slide-id="7142090"
+ data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142090,&quot;index&quot;:0}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F209%2F0%2FS7142090%2Fslug%2Fl%2Fxbox-one-x-review-gallery-3-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=2ff9a50b64a05d9bb5f006c6a7ed6a38818c6111"></img>
+ </a></li>
+ <li class="ml-10 inline-block vt contain"><a
+ href="#" data-index="3"
+ data-engadget-slide-id="7142091"
+ data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142091,&quot;index&quot;:0}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F209%2F1%2FS7142091%2Fslug%2Fl%2Fxbox-one-x-review-gallery-4-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=05f59c708541c0bcc6569a09deb733249b6ffce6"></img>
+ </a></li>
+ <li class="ml-10 inline-block vt contain"><a
+ href="#" data-index="4"
+ data-engadget-slide-id="7142092"
+ data-eng-bang="{&quot;gallery&quot;:803271,&quot;slide&quot;:7142092,&quot;index&quot;:0}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F209%2F2%2FS7142092%2Fslug%2Fl%2Fxbox-one-x-review-gallery-5-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=e9fe81e42526f7f32e57e22fcc6cd7ac4e00801a"></img>
+ </a>
+ <a href="#" data-index="grid"
+ data-engadget-slide-type="grid"
+ data-eng-bang="{&quot;gallery&quot;:803271,&quot;view&quot;:&quot;grid&quot;}"
+ class="contain__inner bg-gray-1 translucent">
+ <div class="t-article-gallery-count absolute b-10 l-15 c-white">
+ +10
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </section>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-15 pb-5@m- cf@tp-">
+ <div class="grid@tl+">
+ <div class="move-up@tp- full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1">
+ <p></p>
+ <p style="margin-top: -20px"></p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- review-card -->
+ <div class="o-article_block o-subtle_divider@tl+">
+ <div class="grid@tl+">
+ <div class="full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <h4 class="t-list-header">Engadget Score
+ <div class="right">
+ <!-- rating-key -->
+ <figure class="pb-0 ta-r c-gray-6 hide@s o-rating_key i-rating-key t-meta-small cf">
+ <div class="o-rating_key__score o-rating_key__score--poor
+ i-rating-key__score i-rating-key__score--poor left" data-rating-from="1" data-rating-to="55"><span
+ class="o-rating_key__score__label i-rating-key__score__label c-gray-2">Poor</span>
+ <div class="inline-block full-width bg-rating-1"
+ style="height: 3px"></div>
+ </div>
+ <div class="o-rating_key__score o-rating_key__score--uninspiring
+ i-rating-key__score i-rating-key__score--uninspiring left" data-rating-from="55" data-rating-to="70"><span
+ class="o-rating_key__score__label i-rating-key__score__label c-gray-2">Uninspiring</span>
+ <div class="inline-block full-width bg-rating-55"
+ style="height: 3px"></div>
+ </div>
+ <div class="o-rating_key__score o-rating_key__score--good
+ i-rating-key__score i-rating-key__score--good left" data-rating-from="70" data-rating-to="85"><span
+ class="o-rating_key__score__label i-rating-key__score__label c-gray-2">Good</span>
+ <div class="inline-block full-width bg-rating-70"
+ style="height: 3px"></div>
+ </div>
+ <div class="o-rating_key__score o-rating_key__score--excellent
+ i-rating-key__score i-rating-key__score--excellent left" data-rating-from="85" data-rating-to="100"><span
+ class="o-rating_key__score__label i-rating-key__score__label c-gray-2">Excellent</span>
+ <div class="inline-block full-width bg-rating-85"
+ style="height: 3px"></div>
+ </div>
+ <figcaption class="t-meta mt-5">Key</figcaption>
+ </figure>
+ </div>
+ </h4>
+ <div class="border-top pt-20 mt-30 cf relative">
+ <div class="table">
+ <div class="table-cell">
+ <div class="t-meta"><a href="/products/microsoft/"
+ class="th-topic">Microsoft</a>
+ </div>
+ <div class="t-meta th-title mt-5"><a
+ href="/products/microsoft/xbox/one/x">Xbox</a>
+ </div>
+ </div>
+ <div class="table-cell">
+ <div class="grid">
+ <div class="grid__cell col-1-of-3">
+ <div class="relative t-15"><span
+ class="th-meta inline-block">from</span>&nbsp;<span
+ class="t-h4-b inline-block">$610.00</span>
+ </div>
+ </div>
+ <div class="grid__cell col-2-of-3">
+ <!-- buy-button-alt -->
+ <a href="/buylink/110829"
+ class="o-btn o-btn--medium th-btn-alt c-white@tp-"
+ target="_blank">
+ <div class="t-btn"> Buy Now
+ <div class="ml-10 inline-block hide@m-">
+ <svg class="icon t-1 relative">
+ <use xlink:href="#icon-link-off"></use>
+ </svg>
+ </div>
+ </div>
+ </a>
+ </div>
+ </div>
+ </div>
+ <div class="table-cell w-60">
+ <!-- rating -->
+ <div class="o-rating bg-rating-85 c-white w-60 h-60 ml-20 right">
+ <div class="o-rating__inner t-rating-large">
+ 87
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="mt-35 border-top">
+ <!-- pros-cons -->
+ <div class="grid mt-30">
+ <div class="grid__cell col-1-of-2@m+ ">
+ <h5 class="t-list-header">Pros</h5>
+ <ul class="t-bullet-list-large mt-20 c-gray-3">
+ <li class="bulleted bulleted--large">Most
+ powerful hardware ever in a home console
+ </li>
+ <li class="bulleted bulleted--large">Solid
+ selection of enhanced titles
+ </li>
+ <li class="bulleted bulleted--large">4K Blu-ray
+ drive is great for movie fans
+ </li>
+ </ul>
+ </div>
+ <div class="grid__cell col-1-of-2@m+ grid-divider@m+ mt-20@m-">
+ <h5 class="t-list-header">Cons</h5>
+ <ul class="t-bullet-list-large mt-20 c-gray-3">
+ <li class="bulleted bulleted--large">Expensive
+ </li>
+ <li class="bulleted bulleted--large">Not worth
+ it if you don’t have a 4K TV
+ </li>
+ <li class="bulleted bulleted--large">Still no VR
+ support
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="mt-35 pb-35 pt-35 border-top border-bottom">
+ <h4 class="t-list-header">Summary</h4>
+ <p class="t-d3 mt-15">As promised, the Xbox One X is the
+ most powerful game console ever. In practice, though, it
+ really just puts Microsoft on equal footing with Sony’s
+ PlayStation 4 Pro. 4K/HDR enhanced games look great, but
+ it’s lack of VR is disappointing in 2017.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="js-notMobileReferredByFbTw">
+ <!-- continued contents -->
+ <div class="o-article_block pb-15 pb-5@m- mt-n35 mt-n25@m mt-n15@s">
+ <div class="grid@tl+">
+ <div class="full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1 Array">
+ <h3>Hardware</h3>
+ <p><img data-credit="Devindra Hardawar/AOL"
+ data-mep="2181678"
+ src="https://o.aolcdn.com/images/dims?crop=1600%2C1067%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C1067&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F93beb86758ae1cf95721699e1e006e35%2F205826074%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B7.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=c0f2d36259c2c1decfb60aae364527cda2560d4a"
+ alt=""></img></p>
+ <p>Despite all the power inside, the One X is
+ Microsoft's smallest console to date. It looks
+ similar to the Xbox One S, except it has an entirely
+ matte black case and is slightly slimmer. It's also
+ surprisingly dense -- the console weighs 8.4 pounds,
+ but it feels far heavier than you'd expect for its
+ size, thanks to all of its new hardware. The One S,
+ in comparison, weighs two pounds less.</p>
+ <p>The Xbox One X's real upgrades are under the hood. It
+ features an 8-core CPU running at 2.3Ghz, 12GB of
+ GDDR5 RAM, a 1 terabyte hard drive and an upgraded
+ AMD Polaris GPU with 6 teraflops of computing power.
+ The PS4 Pro has only 8GB of RAM and tops out at 4.2
+ teraflops. Microsoft's console is clearly faster.
+ That additional horsepower means the Xbox One X can
+ run more games in full native 4K than the Sony's
+ console.</p>
+ <p><img data-credit="Devindra Hardawar/AOL"
+ data-mep="2182489"
+ src="https://o.aolcdn.com/images/dims?crop=1600%2C949%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C949&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F9ece7fdad1e7025dec06ac9bf98688d0%2F205826075%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B5.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=9913883753141e7df322616bfe0bc41c6ecd80c8"
+ alt=""></img></p>
+ <p>Along the front, there's the slot-loading 4K Blu-ray
+ drive, a physical power button, a single USB port
+ and a controller pairing button. And around back,
+ there are HDMI out and in ports, the latter of which
+ lets you plug in your cable box. Additionally, there
+ are two USB ports, connections for optical audio, IR
+ out, and gigabit Ethernet. If you've still got a
+ Kinect around, you'll need to use a USB adapter to
+ plug it in.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-0 pt-0">
+ <div class="move-up@tp- full-width@tp-">
+ <!-- article-full-bleed -->
+ <!-- article-figure -->
+ <div class="js-breakout-container"
+ data-engadget-breakout-type="image">
+ <figure><img
+ src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1599%252C1043%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1043%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F8b98ec8f6649158fe7448ac2f2695ac5%252F205826072%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B6.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D353dad1308f98c2c9dfc82c58a540a8b2f1fe63c&amp;client=cbc79c14efcebee57402&amp;signature=60b7c061460d0d45f5d367b8a9c62978af6b76ce"
+ class="stretch-img"></img>
+ <figcaption class="mt-15 t-meta c-gray-3"><span
+ class="c-gray-7">Devindra Hardawar/AOL</span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-10 pb-5@m- cf@tp-">
+ <div class="grid@tl+">
+ <div class="move-up@tp- full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1">
+ <p>The console's controller hasn't changed since its
+ last mini-upgrade with the Xbox One S. That revision
+ rounded out its seams, improved bumper performance
+ and added a 3.5mm headphone jack. It's still a great
+ controller, though I'm annoyed Microsoft is sticking
+ with AA batteries as their default power source.
+ Sure, you could just pick up some renewable
+ batteries, or the Play and Charge kit, but that's an
+ extra expense. And manually swapping batteries feels
+ like a bad user experience when every other console
+ has rechargeable controllers.</p>
+ <h3>In use</h3>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-0 pt-0">
+ <div class="move-up@tp- full-width@tp-">
+ <!-- article-full-bleed -->
+ <!-- article-figure -->
+ <div class="js-breakout-container"
+ data-engadget-breakout-type="image">
+ <figure><img
+ src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C900%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C900%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F1885534bd201fc37481b806645c1fc8b%252F205828119%252FXbox%252Bone%252BX%252Bscreenshot%252Bgallery%252B8.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Df63cf67c88b37fd9424855984e45f6b950c8c11a&amp;client=cbc79c14efcebee57402&amp;signature=0adca80fc8ee26a7353be639082881450a5ad49f"
+ class="stretch-img"></img>
+ <figcaption class="mt-15 t-meta c-gray-3"><span
+ class="c-gray-7">Devindra Hardawar/AOL</span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-10 pb-5@m- cf@tp-">
+ <div class="grid@tl+">
+ <div class="move-up@tp- full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1">
+ <p>You won't find any major differences between the One
+ X and the last Xbox at first — aside from a more
+ dramatic startup sequence. Navigating the Xbox
+ interface is fast and zippy, but mostly that's due
+ to a recent OS upgrade. If you're moving over from
+ an older Xbox One, you can use the backup tool to
+ transfer your games and settings to an external hard
+ drive. Just plug that into the new console during
+ setup and it'll make it feel just like your old
+ machine. It's also a lot faster than waiting for
+ everything to download from Xbox Live.</p>
+ <p>You'll still have to set aside some time if you want
+ to play an Xbox One X-enhanced title, though. Those
+ 4K textures will make games significantly larger,
+ but Microsoft says it's come up with a few ways to
+ help developers make downloading them more
+ efficient. For example, language packs and other
+ optional content won't get installed by default.</p>
+ <p>We only had a few enhanced titles to test out during
+ our review: <em>Gears of War 4</em>, <em>Killer
+ Instinct</em> and <em>Super Lucky's Tale</em>.
+ They each took advantage of the console in different
+ ways. <em>Gears of War 4</em> runs natively in 4K at
+ 30 FPS with Dolby Atmos and HDR (high dynamic range
+ lighting) support. It looked great -- especially
+ with HDR, which highlighted bright elements like
+ lightning strikes -- but I noticed the frame rate
+ dip occasionally. I was also surprised that load
+ times were on-par with what I've seen with the game
+ on the Xbox One S.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block o-subtle_divider pb-10 pb-5@m-">
+ <div class="mt-n40">
+ <div class="move-up@tp- full-width@tp- pt-40 js-breakout-container"
+ data-engadget-breakout-type="e2ehero">
+ <!-- article-full-bleed -->
+ <div class="pull-3-of-12@d">
+ <div class="ml-n10@d">
+ <div class="ml-i mr-i">
+ <div class="ml-a mr-a full-screen-width">
+ <!-- article-hero -->
+ <figure class="contain "><img
+ src="https://o.aolcdn.com/images/dims?crop=1600%2C900%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C900&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F8352a8a14e88e2ca2ba5be4d8381a055%2F205828115%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B1.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=d2ccb22e0eaabeb05bfe46e83dbe26fd07f01da8"
+ class="stretch-img"></img>
+ <div class="container@tp- contain@tl+__inner">
+ <div class="grid@tl+ full-height ">
+ <div class="grid@tl+__cell full-height col-4-of-15@tl+ ta-l">
+ <div class="full-height relative@tl+"></div>
+ </div>
+ </div>
+ </div>
+ </figure>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-10 pb-5@m- cf@tp- js-after-hero-quote">
+ <div class="grid@tl+">
+ <div class="move-up@tp- full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1">
+ <p>You can also play in Performance mode, which bumps
+ the frame rate up to 60FPS and uses higher quality
+ graphical effects, while rendering it lower in
+ 1080p. Personally, I preferred this, since it makes
+ the game much smoother -- as if you're playing it on
+ a high-end gaming PC, not a console. Some
+ PlayStation 4 Pro games also let you choose how you
+ wanted to distribute its power, so in some ways
+ Microsoft is just following in its footsteps.</p>
+ <p>I've been playing <em>Gears of War 4</em> on my
+ gaming PC (which is connected to my home theater)
+ over the past year, and I was impressed that the
+ Xbox One X is able to deliver a similar experience.
+ It didn't quite match my rig though, which is
+ powered by Intel Core i7 4790k CPU running at 4GHz,
+ 16GB DDR3 RAM and an NVIDIA GTX 1080 GPU. Typically,
+ I play at 1,440p (2,560 by 1,440 pixels) with HDR
+ and all of the graphical settings set to their
+ highest level, and I can easily maintain a 60FPS
+ frame rate. The One X felt just as solid at 1080p,
+ but there were clearly plenty of graphics settings
+ it couldn't take advantage of, in particular higher
+ levels of bloom lighting and shadow detail.</p>
+ <!-- inline article gal -->
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- article-gallery-breakout -->
+ <div class="o-article_block o-subtle_divider">
+ <div class="mt-n40">
+ <div class="move-up@tp- full-width@tp- pt-40 js-breakout-container"
+ data-engadget-breakout-type="gallery">
+ <section>
+ <h3 class="t-section-title mb-35 mb-15@s"> Gallery: Xbox
+ One X screenshots | 9 Photos </h3>
+ <div class="relative" data-behavior="lightbox_trigger"
+ data-engadget-slideshow-id="803330"
+ data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142924}"
+ data-eng-mn="93511844"><a href="#" data-index="0"
+ data-engadget-slide-id="7142924"
+ data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142924}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=980%2C653&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F4%2FS7142924%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-2-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=38c95635c7aad58a8a48038e05589f5cf35b1e28"
+ class="stretch-img"></img>
+ </a>
+ <div class="hide@tp+ t-meta absolute b-0 l-0 c-white">
+ <svg class="inline-block slideshow-icon vm mr-n15">
+ <use xlink:href="#icon-slideshow"></use>
+ </svg>
+ 9
+ </div>
+ <ul class="hide@m- absolute b-0 l-0 ml-n10 pt-10 pr-10 bg-white">
+ <li class="ml-10 inline-block vt contain"><a
+ href="#" data-index="1"
+ data-engadget-slide-id="7142925"
+ data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142925}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F5%2FS7142925%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-3-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=4dfa6e80acd3f2286ec97fadee78f05d440b1b64"></img>
+ </a></li>
+ <li class="ml-10 inline-block vt contain"><a
+ href="#" data-index="2"
+ data-engadget-slide-id="7142926"
+ data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142926}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F6%2FS7142926%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-4-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=e35908c4fa292b0578fb81152657eea02ae148fd"></img>
+ </a></li>
+ <li class="ml-10 inline-block vt contain"><a
+ href="#" data-index="3"
+ data-engadget-slide-id="7142927"
+ data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142927}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F7%2FS7142927%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-5-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=894210646519be60ae021b1835372b3fb2055339"></img>
+ </a></li>
+ <li class="ml-10 inline-block vt contain"><a
+ href="#" data-index="4"
+ data-engadget-slide-id="7142923"
+ data-eng-bang="{&quot;gallery&quot;:803330,&quot;slide&quot;:7142923}">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=130%2C87&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F3%2FS7142923%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-1-1.jpg&amp;client=cbc79c14efcebee57402&amp;signature=9a6cc2c58efde1b4dbd4989d5a534ae67dac6f2e"></img>
+ </a>
+ <a href="#" data-index="grid"
+ data-engadget-slide-type="grid"
+ data-eng-bang="{&quot;gallery&quot;:803330,&quot;view&quot;:&quot;grid&quot;}"
+ class="contain__inner bg-gray-1 translucent">
+ <div class="t-article-gallery-count absolute b-10 l-15 c-white">
+ +6
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </section>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block o-subtle_divider pb-15 pb-5@m- cf@tp-">
+ <div class="grid@tl+">
+ <div class="move-up@tp- full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1">
+ <p><em>Killer Instinct</em> and <em>Super Lucky's
+ Tale</em> run in 4K at a smooth 60FPS. They both
+ looked and played better than their standard
+ versions, though I was surprised they didn't take
+ advantage of HDR. As usual, I noticed the
+ improvement in frame rates more than the higher
+ resolution. Unless you're sitting very close to a TV
+ above 50-inches, you'd likely have a hard time
+ telling between 4K and 1080p.</p>
+ <p>That poses a problem for Microsoft: It's betting that
+ gamers will actually want true 4K rendering. In
+ practice, though, PlayStation 4 Pro titles running
+ in HDR and resolutions between 1080p and 4K often
+ look just as good to the naked eye. The Xbox One X's
+ big advantage is that its hardware could let more
+ games reach 60FPS compared to Sony's console.</p>
+ <p>Microsoft says over 130 Xbox One X-enhanced titles
+ are in the works. That includes already-released
+ games like <em>Forza Motorsport 7</em> and <em>Assassin's
+ Creed Origins</em>, as well as upcoming titles
+ like <em>Call of Duty: WW2</em>. You'll be able to
+ find them easily in a special section in the Xbox
+ store. There is also a handful of Xbox 360 games
+ that'll get enhanced eventually, including <em>Halo
+ 3</em> and <em>Fallout 3</em>. Some of those
+ titles will get bumped up to a higher resolution,
+ while others will get HDR support. Microsoft
+ describes these upgrades as a bonus for developers
+ who were prescient about how they built their games.
+ Basically, don't expect your entire 360 library to
+ get enhanced.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block o-subtle_divider pb-10 pb-5@m-">
+ <div class="mt-n40">
+ <div class="move-up@tp- full-width@tp- pt-40 js-breakout-container"
+ data-engadget-breakout-type="e2ehero">
+ <!-- article-full-bleed -->
+ <div class="pull-3-of-12@d">
+ <div class="ml-n10@d">
+ <div class="ml-i mr-i">
+ <div class="ml-a mr-a full-screen-width">
+ <!-- article-hero -->
+ <figure class="contain "><img
+ src="https://o.aolcdn.com/images/dims?crop=1600%2C900%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C900&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Facb08903fbe26ad77b80db8c8e7e8fb1%2F205828118%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B7.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=21630fa5ec6d8fdce2c35f7e1f652636a2d8efe7"
+ class="stretch-img"></img>
+ <div class="container@tp- contain@tl+__inner">
+ <div class="grid@tl+ full-height ">
+ <div class="grid@tl+__cell full-height col-4-of-15@tl+ ta-l">
+ <div class="full-height relative@tl+"></div>
+ </div>
+ </div>
+ </div>
+ </figure>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-10 pb-5@m- cf@tp- js-after-hero-quote">
+ <div class="grid@tl+">
+ <div class="move-up@tp- full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1">
+ <p>Even if a game isn't specifically tuned for the new
+ console, Microsoft says you might still see some
+ performance improvements. The PlayStation 4 Pro,
+ meanwhile, has over one hundred games built for its
+ hardware, and its boost mode can speed up some older
+ games.</p>
+ <p>Microsoft is still pushing the Xbox as more than just
+ a game console, though. 4K Blu-rays loaded up
+ quickly, and I didn't notice many delays as I
+ skipped around films. <em>Planet Earth II</em>, in
+ particular, looked fantastic thanks to its brilliant
+ use of HDR. Unfortunately, the One X doesn't support
+ Dolby Vision, so you're stuck with the slightly less
+ capable HDR 10 standard. That makes sense since it's
+ more widely supported, but it would have been nice
+ to see Dolby's, too.</p>
+ <p>
+ <iframe allowfullscreen="" frameborder="0"
+ gesture="media" height="360"
+ src="https://www.youtube.com/embed/c8aFcHFu8QM"
+ width="640"></iframe>
+ </p>
+ <p>And speaking of Dolby technology, Microsoft is also
+ highlighting Atmos support on the One X, just like
+ it did with the One S. The company's app lets you
+ configure the console to pass audio Atmos signals to
+ your audio receiver. You can also shell out $15 to
+ get Atmos support for headphones, which simulates
+ immersive surround sound. It's strange to pay money
+ to unlock Dolby features, but it's worth it since
+ it's significantly better than Microsoft's audio
+ virtualization technology. The Netflix app also
+ supports Atmos for a handful of films (something
+ that the Xbox One S and PlayStation 4 offer, as
+ well).</p>
+ <p>One thing you won't find in the new Xbox is VR
+ support. Microsoft has mentioned that the console
+ will offer some sort of mixed reality, but it hasn't
+ offered up any details yet. It's technically
+ powerful enough to work with any of the Windows
+ Mixed Reality headsets launching this fall. It's a
+ shame that Microsoft is being so wishy-washy because
+ Sony has had a very successful head start with the
+ PlayStation VR.</p>
+ <h3>Pricing and the competition</h3>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-0 pt-0">
+ <div class="move-up@tp- full-width@tp-">
+ <!-- article-full-bleed -->
+ <!-- article-figure -->
+ <div class="js-breakout-container"
+ data-engadget-breakout-type="image">
+ <figure><img
+ src="https://o.aolcdn.com/images/dims?resize=980%2C640&amp;quality=100&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C1027%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1027%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fa2c8ba1caccdbb9e0559797e5141eafd%252F205826078%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B11.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Da11bcddced805c6e3698f8ce0494102aef057265&amp;client=cbc79c14efcebee57402&amp;signature=1e9bd192add2772bc842a34e67b7572cfd1b265a"
+ class="stretch-img"></img>
+ <figcaption class="mt-15 t-meta c-gray-3"><span
+ class="c-gray-7">Devindra Hardawar/AOL</span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ <div class="o-article_block pb-10 pb-5@m- cf@tp-">
+ <div class="grid@tl+">
+ <div class="move-up@tp- full-width@tp- grid@tl+__cell col-8-of-12@tl+">
+ <div class="article-text c-gray-1">
+ <p>The biggest knock against the Xbox One X is its $500
+ price. The PS4 Pro launched at $400 last year, and
+ there's a good chance we'll see plenty of deals
+ around the holidays. If your friends are on Xbox
+ Live, or you're a devotee of Microsoft's first party
+ franchises, then the X makes more sense. If you just
+ want to play third-party titles that come to both
+ platforms, though, the PS4 Pro is clearly the better
+ deal.</p>
+ <p>If you're looking to upgrade from an original Xbox
+ One, and you have a new TV, the One X might be more
+ compelling. It's faster and offers more features
+ than the One S, and more importantly, it'll last you
+ much longer without needing an upgrade. There's also
+ plenty of wisdom in simply waiting a while before
+ you buy the One X, especially if you haven't moved
+ to a 4K TV yet. The new console can make games look
+ better on 1080p sets, since it'll supersample
+ high-res textures and have more graphical effects,
+ but it's simply not worth the upgrade since those
+ TVs don't support HDR.</p>
+ <p>If price isn't a huge concern for you, it's worth
+ considering investing in a gaming PC. A decent one
+ costs between $600 and $800, plus the price of a
+ monitor, but it'll easily be more powerful than the
+ One X. And you have the added benefit of upgrading
+ components down the line. Now that Microsoft and
+ game publishers are offering most major titles on
+ PC, you won't be missing out on much by ditching
+ consoles.</p>
+ <h3>Wrap-up</h3>
+ <p><img data-credit="Devindra Hardawar/AOL"
+ data-mep="2181681"
+ src="https://o.aolcdn.com/images/dims?crop=1600%2C1028%2C0%2C0&amp;quality=85&amp;format=jpg&amp;resize=1600%2C1028&amp;image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F5396460ef8b6bde7fb7272d9e66a7701%2F205826076%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B9.jpg&amp;client=a1acac3e1b3290917d92&amp;signature=f5b5b4b986c2f8b5031a4469ae0ecec82aff65b0"
+ alt=""></img></p>
+ <p>Ultimately, the Xbox One X offers some major
+ performance upgrades that gamers will notice --
+ especially if you're coming from an original Xbox
+ One. But it's also a bit disappointing since it's
+ coming a year after the PS4 Pro, and it doesn't
+ offer VR yet. For Microsoft fans, though, none of
+ that will matter. It's exactly what the company
+ promised: the fastest game console ever made.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- footer -->
+ <footer class="o-article_block">
+ <div class="grid@tl+ mt-n40">
+ <div class="grid@tl+__cell col-8-of-12@tl+ pb-80@tp+ pb-120@d ">
+ <div class="pb-35 border-top mt-20 mt-35@s pt-35 pt-30@m pt-25@s pb-25@s break-out@s">
+ <section class="t-meta c-gray-3">
+ <div class="mt-5">In this article: <span
+ class="th-meta">
+ <a href="/tag/av" class="th-meta">av</a>, <a href="/tag/consoles" class="th-meta">consoles</a>, <a
+ href="/tag/entertainment" class="th-meta">entertainment</a>, <a
+ href="/tag/gadgetry" class="th-meta">gadgetry</a>, <a
+ href="/tag/gadgets"
+ class="th-meta">gadgets</a>, <a
+ href="/tag/gaming"
+ class="th-meta">gaming</a>, <a
+ href="/tag/gear" class="th-meta">gear</a>, <a
+ href="/tag/microsoft" class="th-meta">microsoft</a>, <a
+ href="/tag/review"
+ class="th-meta">review</a>, <a
+ href="/tag/video" class="th-meta">video</a>, <a
+ href="/tag/videogames" class="th-meta">videogames</a>, <a
+ href="/tag/Xbox" class="th-meta">Xbox</a>, <a
+ href="/tag/XboxOne"
+ class="th-meta">XboxOne</a>, <a
+ href="/tag/XboxOneX" class="th-meta">XboxOneX</a> </span>
+ </div>
+ </section>
+ </div>
+ <div class="border-top pt-40 pt-30@s break-out@s pb-35">
+ <div class="table">
+ <div class="table-cell w-100@m+ w-55@s"><a
+ href="/about/editors/devindra-hardawar/">
+ <img src="https://o.aolcdn.com/images/dims?thumbnail=100%2C100&amp;quality=80&amp;image_uri=http%3A%2F%2Fwww.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2016%2F03%2Fdevindra-engadget-headshot-small.jpg&amp;client=cbc79c14efcebee57402&amp;signature=30e2e66c20e041451c3d8f10afbba87b97998f2b"
+ class="circle-mask"></img>
+ </a></div>
+ <div class="table-cell pl-30 pl-20@s"><span
+ class="t-list-header@m+ t-meta@s">By <a
+ href="/about/editors/devindra-hardawar/">Devindra Hardawar</a></span>
+ <a href="https://twitter.com/devindra"
+ class="t-meta th-meta mt-5">@devindra</a>
+ </div>
+ </div>
+ <div class="t-d6 c-gray-3 mt-35 hide@s">Devindra has
+ been obsessed with technology for as long as he can
+ remember -- starting with the first time he ever
+ glimpsed an NES. He spent several years fixing other
+ people's computers before he started down the
+ treacherous path of writing about technology.
+ Mission accomplished?
+ </div>
+ </div>
+ <!-- article-comments -->
+ <div class="table@m+ pt-40@m+ pb-40@m+ border-top@m+ hide@s">
+ <div class="table-cell@m+"><span
+ class="t-h3@m+ pb-5 pl-30@s">2192</span> <span
+ class="t-meta@m+ pb-0 c-gray-7@m+">Shares</span>
+ </div>
+ <div class="table-cell@m+ ta-r@m+ c-gray-9">
+ <div class="o-social_nav@m+">
+ <!-- share-macro -->
+ <div class="o-social_nav__item"
+ data-tooltip-outer=""><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F"
+ class="inline-block pl-10@s th-meta sharebtn facebook-share"
+ data-behavior="Tooltip Pop"
+ target="_blank"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="560"
+ data-engadget-h="636">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Share</span>
+ <span data-share-count-facebook=""></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-social_nav__item"
+ data-tooltip-outer=""><a
+ href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F&amp;text=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs&amp;via=engadget"
+ class="inline-block pl-10@s th-meta sharebtn twitter-share"
+ data-behavior="Tooltip Pop"
+ target="_blank"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="670"
+ data-engadget-h="430">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Tweet</span>
+ <span data-share-count-twitter=""></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-social_nav__item "
+ data-tooltip-outer=""><a
+ href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2017%2F11%2F03%2Fxbox-one-x-review%2F&amp;title=Xbox%20One%20X%20review%3A%20%20A%20console%20that%20keeps%20up%20with%20gaming%20PCs"
+ class="inline-block pl-10@s th-meta sharebtn reddit-share"
+ data-behavior="Tooltip Pop"
+ target="_blank"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="960"
+ data-engadget-h="750">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Share</span>
+ <span data-share-count-reddit=""></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="o-social_nav__item"
+ data-tooltip-outer=""><a
+ href="javascript:;"
+ class="inline-block pl-10@s th-meta"
+ data-engadget-reading-list-id="23265143"
+ data-engadget-reading-list-type="post"
+ data-behavior="Tooltip AddToReadingList"
+ target="_blank"
+ data-engadget-auth="false">
+ <svg class="inline-block icon vm th-meta__icon">
+ <use xlink:href="#icon-save"></use>
+ </svg>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Save</span>
+ <span data-share-count-save=""></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <section id="recirculation"
+ class="border-top@m+ pt-40@s+ pb-40@s+">
+ <div data-spotim-module="recirculation"
+ data-spot-id="sp_f76RE06N"></div>
+ </section>
+ <section id="comments" class="border-top@m+ border-bottom@s"
+ data-site-id="20"
+ data-engadget-svg-assets="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/svg/icons.svg?h=bbb41e9a8e18f1699b5c221570e081c2">
+ <header class="table pt-35@m+ pb-10@m+">
+ <div class="table@s">
+ <div class="table-cell@s w-40@s ta-c inline@m+">
+ <svg class="inline-block icon vm@m+ vt@s th-meta__icon hide@m+">
+ <use xlink:href="#icon-comment"></use>
+ </svg>
+ </div>
+ <div class="table-cell@s inline@m+"> <span
+ class="t-h3@m+ pb-5 th-title pl-20@s">
+ <span class="c-gray-6@s spot-im-replies-count" data-post-id="post-23265143"></span> </span> <span
+ class="t-meta@m+ pb-0 c-gray-7@m+ c-gray-6@s">Comments</span>
+ </div>
+ </div>
+ <div class="table-cell ta-r">
+ <div class="hide@s"><a href="/user/login/"
+ class="o-btn o-btn--small th-btn w-120"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_auth_window">
+ <span class="t-btn">Sign In</span>
+ </a></div>
+ </div>
+ </header>
+ <div class="spot-im-frame-inpage"
+ data-post-id="post-23265143"
+ data-messages-count="0"
+ data-sort-by="newest"></div>
+ </section>
+ </div>
+ </div>
+ </footer>
+ </div>
+ </div>
+ </div>
+ </div>
+ </article>
+ </div>
+ </div>
+ </div>
+ <!-- section-latest-footer -->
+ <aside class="pb-40@m- pb-20@s pt-25@m mt-25@m- border-top">
+ <div class=" pb-40@tp+ pt-40@tp+">
+ <div class="container@m+">
+ <!-- latest-listing -->
+ <article class="o-hit ">
+ <div class="grid@m+">
+ <div class="hide@tp- grid@tl+__cell col-1-of-8@tl+ col-1-of-15@d">
+ <!-- listing-time-label -->
+ <div class="t-meta th-meta absolute">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 52m
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-3-of-8@tl+ col-4-of-15@d">
+ <!-- rating-thumb -->
+ <div class="o-rating_thumb c-white"><img
+ data-original="https://o.aolcdn.com/images/dims?thumbnail=300%2C200&amp;quality=80&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D3000%252C2000%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1067%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F36514d02b27e52baa311efcbcbda2610%252F203644880%252F464270905.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Da29e527af032f490baae3ac233ff2aad96f1b383&amp;client=cbc79c14efcebee57402&amp;signature=58657eab6bc275a3affd3fce9d4357e11d7ec2fc"
+ alt="AMD vows to fix newly-disclosed processor vulnerabilities"
+ class="stretch-img prelazy"></img>
+ <div class="absolute l-0 b-0 b-55@s"></div>
+ <div class="o-rating_thumb__rating b-75@m- z-3">
+ <!-- rating -->
+ </div>
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-4-of-8@tl+ col-10-of-15@d ">
+ <!-- listing-body -->
+ <div class=" o-feed_listing@m- o-feed_bleed@s" data-feed-container="">
+ <div class=" o-feed_listing@m-__mid">
+ <div class=" o-feed_listing@m-__inner th-base@m- break-left@s ">
+ <div class="">
+ <!-- time-label -->
+ <div class="t-meta th-meta inline-block hide@tl+ hide@m-">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 52m ago in
+ </div>
+ <!-- topic-link -->
+ <div class="t-meta hide@m- inline-block"><a
+ href="https://www.engadget.com/tags/security"
+ class="th-topic">
+ Security
+ </a></div>
+ </div>
+ <div class="th-title">
+ <h2 class="mt-10@tp+ t-h4@s t-h3-c@m t-h3-b@tp t-h4@tl t-h3@d"> <span
+ class="th-underline">
+ AMD vows to fix newly-disclosed processor vulnerabilities
+ </span></h2>
+ </div>
+ <div class="hide@s mt-10@s">
+ <p class="mt-15@m+ t-d5@m- t-d5@tp+ c-gray-3">The company was
+ given just 24 hours' notice before the flaws were made
+ public.</p>
+ </div>
+ <div class="mt-20@s">
+ <!-- listing-meta-bar -->
+ <div class="">
+ <div class="table@tp+ mt-15@m+ th-meta">
+ <div class="relative inline-block "><a
+ href="/about/editors/rachel-england/">
+ <img class="vc circle-mask absolute l-0 "
+ src="https://o.aolcdn.com/images/dims?thumbnail=30%2C30&amp;quality=70&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2017%2F06%2Frachelengland-300x300.jpg&amp;client=cbc79c14efcebee57402&amp;signature=c05d26e9ef7778f715b176f03d4781a094f21f6d"
+ width="30px" height="30px"></img>
+ </a>
+ <div class="h-1 w-40 inline-block "></div>
+ <span class="t-meta pb-0 vt mt-5@tp+ w-185@m mr-10@tp+
+ ">
+
+ <span class="hide@m-">By </span> <span class="block@m-"><a href="/about/editors/rachel-england"
+ class="th-meta">R. England</a></span><span
+ class="hide@m- hide@tp">, </span><span
+ class=" hide@tp">
+ &nbsp;52m ago</span></span>
+ </div>
+ <div class="inline-block@tp+ relative@tp+ t-2@tp+ o-feed_share@m- mt-5@m "
+ style="vertical-align: -2px">
+ <div class="o-feed_share@m-__item inline-block@tp+"
+ data-tooltip-outer="">
+ <!-- listing-action --><a href="javascript:;"
+ class=" vc@tp+ ml-a@m- icon th-meta increase-hit "
+ data-engadget-reading-list-id="23391267"
+ data-engadget-reading-list-type="article"
+ data-behavior="Tooltip AddToReadingList"
+ data-engadget-icon="save"
+ target="_blank"
+ data-engadget-auth="false">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="save">
+ <title>save</title>
+ <use xlink:href="#icon-save"></use>
+ </svg>
+ </span>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Save</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- share-macro -->
+ <div class="o-feed_share@m-__item icon-divider@tp+ relative i-share_overlay"
+ data-behavior="ShareOverlay">
+ <div class="bg-gray-2 o-share_ui i-share_overlay__over o-h"
+ data-share-overlay-over="">
+ <div style="padding-top: 8px">
+ <div class="icon-20-line-height"><a
+ href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Famd-vows-to-fix-newly-disclosed-processor-vulnerabilities%2F&amp;text=AMD%20vows%20to%20fix%20newly-disclosed%20processor%20vulnerabilities&amp;via=engadget"
+ class="c-white:hvr block o-share_ui__item sharebtn twitter-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="670"
+ data-engadget-h="430">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Famd-vows-to-fix-newly-disclosed-processor-vulnerabilities%2F"
+ class="c-white:hvr block o-share_ui__item sharebtn facebook-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="560"
+ data-engadget-h="636">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Famd-vows-to-fix-newly-disclosed-processor-vulnerabilities%2F&amp;title=AMD%20vows%20to%20fix%20newly-disclosed%20processor%20vulnerabilities"
+ class="c-white:hvr block o-share_ui__item sharebtn reddit-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="960"
+ data-engadget-h="750">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="mailto:?subject=AMD%20vows%20to%20fix%20newly-disclosed%20processor%20vulnerabilities via Engadget&amp;body=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Famd-vows-to-fix-newly-disclosed-processor-vulnerabilities%2F"
+ class="c-white:hvr block o-share_ui__item"
+ target="_blank"
+ data-behavior="Pop">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-email"></use>
+ </svg>
+ </a></div>
+ </div>
+ </div>
+ <div class="relative i-share_overlay__btn full-height"
+ data-share-overlay-btn="">
+ <!-- listing-action --><a
+ href="javascript:;"
+ class=" c-white:hvr! c-inherit-*:hvr vc@tp+ ml-a@m- icon th-meta increase-hit c-white:hvr! c-inherit-*:hvr">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="share">
+ <title>share</title>
+ <use xlink:href="#icon-share"></use>
+ </svg>
+ </span>
+ </a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <a href="/2018/03/21/amd-vows-to-fix-newly-disclosed-processor-vulnerabilities/"
+ class="o-hit__link">
+ View
+ </a></article>
+ </div>
+ </div>
+ <div class="border-top@tp+ pb-40@tp+ pt-40@tp+">
+ <div class="container@m+">
+ <!-- latest-listing -->
+ <article class="o-hit ">
+ <div class="grid@m+">
+ <div class="hide@tp- grid@tl+__cell col-1-of-8@tl+ col-1-of-15@d">
+ <!-- listing-time-label -->
+ <div class="t-meta th-meta absolute">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 1h
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-3-of-8@tl+ col-4-of-15@d">
+ <!-- rating-thumb -->
+ <div class="o-rating_thumb c-white"><img
+ src="https://s.aolcdn.com/hss/storage/midas/320e92598e4f352eb5686998e408f820/206231387/hmm.gif"
+ alt="The Morning After: Two days with the always on, always online laptop"
+ class="stretch-img"></img>
+ <div class="absolute l-0 b-0 b-55@s"></div>
+ <div class="o-rating_thumb__rating b-75@m- z-3">
+ <!-- rating -->
+ </div>
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-4-of-8@tl+ col-10-of-15@d ">
+ <!-- listing-body -->
+ <div class=" o-feed_listing@m- o-feed_bleed@s" data-feed-container="">
+ <div class=" o-feed_listing@m-__mid">
+ <div class=" o-feed_listing@m-__inner th-base@m- break-left@s ">
+ <div class="">
+ <!-- time-label -->
+ <div class="t-meta th-meta inline-block hide@tl+ hide@m-">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 1h ago in
+ </div>
+ <!-- topic-link -->
+ <div class="t-meta hide@m- inline-block"><a
+ href="https://www.engadget.com/tags/internet"
+ class="th-topic">
+ Internet
+ </a></div>
+ </div>
+ <div class="th-title">
+ <h2 class="mt-10@tp+ t-h4@s t-h3-c@m t-h3-b@tp t-h4@tl t-h3@d"> <span
+ class="th-underline">
+ The Morning After: Two days with the always on, always online laptop
+ </span></h2>
+ </div>
+ <div class="hide@s mt-10@s">
+ <p class="mt-15@m+ t-d5@m- t-d5@tp+ c-gray-3">Last week, we'd
+ never heard of Cambridge Analytica...</p>
+ </div>
+ <div class="mt-20@s">
+ <!-- listing-meta-bar -->
+ <div class="">
+ <div class="table@tp+ mt-15@m+ th-meta">
+ <div class="relative inline-block "><a
+ href="/about/editors/mat-smith/">
+ <img class="vc circle-mask absolute l-0 "
+ src="https://o.aolcdn.com/images/dims?thumbnail=30%2C30&amp;quality=70&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2017%2F07%2Fsmiles.jpg&amp;client=cbc79c14efcebee57402&amp;signature=7ab9ed3575aea521e45af95481a6e3eb095e4102"
+ width="30px" height="30px"></img>
+ </a>
+ <div class="h-1 w-40 inline-block "></div>
+ <span class="t-meta pb-0 vt mt-5@tp+ w-185@m mr-10@tp+
+ ">
+
+ <span class="hide@m-">By </span> <span class="block@m-"><a href="/about/editors/mat-smith" class="th-meta">M. Smith</a></span><span
+ class="hide@m- hide@tp">, </span><span
+ class=" hide@tp">
+ &nbsp;1h ago</span></span>
+ </div>
+ <div class="inline-block@tp+ relative@tp+ t-2@tp+ o-feed_share@m- mt-5@m "
+ style="vertical-align: -2px">
+ <div class="o-feed_share@m-__item inline-block@tp+"
+ data-tooltip-outer="">
+ <!-- listing-action --><a href="javascript:;"
+ class=" vc@tp+ ml-a@m- icon th-meta increase-hit "
+ data-engadget-reading-list-id="23391253"
+ data-engadget-reading-list-type="article"
+ data-behavior="Tooltip AddToReadingList"
+ data-engadget-icon="save"
+ target="_blank"
+ data-engadget-auth="false">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="save">
+ <title>save</title>
+ <use xlink:href="#icon-save"></use>
+ </svg>
+ </span>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Save</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- share-macro -->
+ <div class="o-feed_share@m-__item icon-divider@tp+ relative i-share_overlay"
+ data-behavior="ShareOverlay">
+ <div class="bg-gray-2 o-share_ui i-share_overlay__over o-h"
+ data-share-overlay-over="">
+ <div style="padding-top: 8px">
+ <div class="icon-20-line-height"><a
+ href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fthe-morning-after-two-days-with-the-always-on-always-online-la%2F&amp;text=The%20Morning%20After%3A%20Two%20days%20with%20the%20always%20on%2C%20always%20online%20laptop&amp;via=engadget"
+ class="c-white:hvr block o-share_ui__item sharebtn twitter-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="670"
+ data-engadget-h="430">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fthe-morning-after-two-days-with-the-always-on-always-online-la%2F"
+ class="c-white:hvr block o-share_ui__item sharebtn facebook-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="560"
+ data-engadget-h="636">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fthe-morning-after-two-days-with-the-always-on-always-online-la%2F&amp;title=The%20Morning%20After%3A%20Two%20days%20with%20the%20always%20on%2C%20always%20online%20laptop"
+ class="c-white:hvr block o-share_ui__item sharebtn reddit-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="960"
+ data-engadget-h="750">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="mailto:?subject=The%20Morning%20After%3A%20Two%20days%20with%20the%20always%20on%2C%20always%20online%20laptop via Engadget&amp;body=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fthe-morning-after-two-days-with-the-always-on-always-online-la%2F"
+ class="c-white:hvr block o-share_ui__item"
+ target="_blank"
+ data-behavior="Pop">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-email"></use>
+ </svg>
+ </a></div>
+ </div>
+ </div>
+ <div class="relative i-share_overlay__btn full-height"
+ data-share-overlay-btn="">
+ <!-- listing-action --><a
+ href="javascript:;"
+ class=" c-white:hvr! c-inherit-*:hvr vc@tp+ ml-a@m- icon th-meta increase-hit c-white:hvr! c-inherit-*:hvr">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="share">
+ <title>share</title>
+ <use xlink:href="#icon-share"></use>
+ </svg>
+ </span>
+ </a></div>
+ </div>
+ </div>
+ <a href="https://www.engadget.com/about/newsletter"
+ class="absolute sponsored-byline r-0 b-n25"><img
+ alt="The Morning After logo"
+ src="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/images/morning-after-static.png?h=c98aa0f8b50bb6027fc52135691e1240"
+ width="130"
+ class="hide@tl- inline vm right"></img></a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <a href="/2018/03/21/the-morning-after-two-days-with-the-always-on-always-online-la/"
+ class="o-hit__link">
+ View
+ </a></article>
+ </div>
+ </div>
+ <div class="border-top@tp+ pb-40@tp+ pt-40@tp+">
+ <div class="container@m+">
+ <!-- latest-listing -->
+ <article class="o-hit ">
+ <div class="grid@m+">
+ <div class="hide@tp- grid@tl+__cell col-1-of-8@tl+ col-1-of-15@d">
+ <!-- listing-time-label -->
+ <div class="t-meta th-meta absolute">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 2h
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-3-of-8@tl+ col-4-of-15@d">
+ <!-- rating-thumb -->
+ <div class="o-rating_thumb c-white"><img
+ data-original="https://o.aolcdn.com/images/dims?thumbnail=300%2C200&amp;quality=80&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D3000%252C1996%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1065%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F4281e1d07a07ef72be80107dbe2507de%252F206231272%252Fthe-lytro-camera-is-displayed-for-a-photograph-in-san-francisco-us-picture-id140228514%26client%3Da1acac3e1b3290917d92%26signature%3D3652a66233df6394ce5f09154619f3b62feab93e&amp;client=cbc79c14efcebee57402&amp;signature=3c05d14f6db98dba9696b3a4075264474311ca5c"
+ alt="Google is reportedly acquiring Lytro for around $40 million"
+ class="stretch-img prelazy"></img>
+ <div class="absolute l-0 b-0 b-55@s"></div>
+ <div class="o-rating_thumb__rating b-75@m- z-3">
+ <!-- rating -->
+ </div>
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-4-of-8@tl+ col-10-of-15@d ">
+ <!-- listing-body -->
+ <div class=" o-feed_listing@m- o-feed_bleed@s" data-feed-container="">
+ <div class=" o-feed_listing@m-__mid">
+ <div class=" o-feed_listing@m-__inner th-base@m- break-left@s ">
+ <div class="">
+ <!-- time-label -->
+ <div class="t-meta th-meta inline-block hide@tl+ hide@m-">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 2h ago in
+ </div>
+ <!-- topic-link -->
+ <div class="t-meta hide@m- inline-block"><a
+ href="https://www.engadget.com/tags/gadgetry"
+ class="th-topic">
+ Gadgetry
+ </a></div>
+ </div>
+ <div class="th-title">
+ <h2 class="mt-10@tp+ t-h4@s t-h3-c@m t-h3-b@tp t-h4@tl t-h3@d"> <span
+ class="th-underline">
+ Google is reportedly acquiring Lytro for around $40 million
+ </span></h2>
+ </div>
+ <div class="hide@s mt-10@s">
+ <p class="mt-15@m+ t-d5@m- t-d5@tp+ c-gray-3">The light field
+ camera/VR company had been valued at $360 million.</p>
+ </div>
+ <div class="mt-20@s">
+ <!-- listing-meta-bar -->
+ <div class="">
+ <div class="table@tp+ mt-15@m+ th-meta">
+ <div class="relative inline-block "><a
+ href="/about/editors/richard-lawler/">
+ <img class="vc circle-mask absolute l-0 "
+ src="https://o.aolcdn.com/images/dims?thumbnail=30%2C30&amp;quality=70&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2017%2F04%2F1781464810155265074044066361860786402917460o.jpg&amp;client=cbc79c14efcebee57402&amp;signature=9768114a5782d84bc7017417fe1ef974f76300b4"
+ width="30px" height="30px"></img>
+ </a>
+ <div class="h-1 w-40 inline-block "></div>
+ <span class="t-meta pb-0 vt mt-5@tp+ w-185@m mr-10@tp+
+ ">
+
+ <span class="hide@m-">By </span> <span class="block@m-"><a href="/about/editors/richard-lawler"
+ class="th-meta">R. Lawler</a></span><span
+ class="hide@m- hide@tp">, </span><span
+ class=" hide@tp">
+ &nbsp;2h ago</span></span>
+ </div>
+ <div class="inline-block@tp+ relative@tp+ t-2@tp+ o-feed_share@m- mt-5@m "
+ style="vertical-align: -2px">
+ <div class="o-feed_share@m-__item inline-block@tp+"
+ data-tooltip-outer="">
+ <!-- listing-action --><a href="javascript:;"
+ class=" vc@tp+ ml-a@m- icon th-meta increase-hit "
+ data-engadget-reading-list-id="23391149"
+ data-engadget-reading-list-type="article"
+ data-behavior="Tooltip AddToReadingList"
+ data-engadget-icon="save"
+ target="_blank"
+ data-engadget-auth="false">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="save">
+ <title>save</title>
+ <use xlink:href="#icon-save"></use>
+ </svg>
+ </span>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Save</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- share-macro -->
+ <div class="o-feed_share@m-__item icon-divider@tp+ relative i-share_overlay"
+ data-behavior="ShareOverlay">
+ <div class="bg-gray-2 o-share_ui i-share_overlay__over o-h"
+ data-share-overlay-over="">
+ <div style="padding-top: 8px">
+ <div class="icon-20-line-height"><a
+ href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fgoogle-lytro-acquisition-rumor%2F&amp;text=Google%20is%20reportedly%20acquiring%20Lytro%20for%20around%20%2440%20million&amp;via=engadget"
+ class="c-white:hvr block o-share_ui__item sharebtn twitter-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="670"
+ data-engadget-h="430">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fgoogle-lytro-acquisition-rumor%2F"
+ class="c-white:hvr block o-share_ui__item sharebtn facebook-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="560"
+ data-engadget-h="636">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fgoogle-lytro-acquisition-rumor%2F&amp;title=Google%20is%20reportedly%20acquiring%20Lytro%20for%20around%20%2440%20million"
+ class="c-white:hvr block o-share_ui__item sharebtn reddit-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="960"
+ data-engadget-h="750">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="mailto:?subject=Google%20is%20reportedly%20acquiring%20Lytro%20for%20around%20%2440%20million via Engadget&amp;body=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fgoogle-lytro-acquisition-rumor%2F"
+ class="c-white:hvr block o-share_ui__item"
+ target="_blank"
+ data-behavior="Pop">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-email"></use>
+ </svg>
+ </a></div>
+ </div>
+ </div>
+ <div class="relative i-share_overlay__btn full-height"
+ data-share-overlay-btn="">
+ <!-- listing-action --><a
+ href="javascript:;"
+ class=" c-white:hvr! c-inherit-*:hvr vc@tp+ ml-a@m- icon th-meta increase-hit c-white:hvr! c-inherit-*:hvr">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="share">
+ <title>share</title>
+ <use xlink:href="#icon-share"></use>
+ </svg>
+ </span>
+ </a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <a href="/2018/03/21/google-lytro-acquisition-rumor/" class="o-hit__link">
+ View
+ </a></article>
+ </div>
+ </div>
+ <div class="border-top@tp+ pb-40@tp+ pt-40@tp+">
+ <div class="container@m+">
+ <!-- latest-listing -->
+ <article class="o-hit ">
+ <div class="grid@m+">
+ <div class="hide@tp- grid@tl+__cell col-1-of-8@tl+ col-1-of-15@d">
+ <!-- listing-time-label -->
+ <div class="t-meta th-meta absolute">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 4h
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-3-of-8@tl+ col-4-of-15@d">
+ <!-- rating-thumb -->
+ <div class="o-rating_thumb c-white"><img
+ data-original="https://o.aolcdn.com/images/dims?thumbnail=300%2C200&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F24ce2419e679c50b46e1ad2dcede3428%2F206231202%2Fyoutube-pic-in-pic2.jpg&amp;client=cbc79c14efcebee57402&amp;signature=71a527a92ddd95eba0dba79d5615c02033420fff"
+ alt="YouTube is testing floating picture-in-picture videos on the web"
+ class="stretch-img prelazy"></img>
+ <div class="absolute l-0 b-0 b-55@s"></div>
+ <div class="o-rating_thumb__rating b-75@m- z-3">
+ <!-- rating -->
+ </div>
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-4-of-8@tl+ col-10-of-15@d ">
+ <!-- listing-body -->
+ <div class=" o-feed_listing@m- o-feed_bleed@s" data-feed-container="">
+ <div class=" o-feed_listing@m-__mid">
+ <div class=" o-feed_listing@m-__inner th-base@m- break-left@s ">
+ <div class="">
+ <!-- time-label -->
+ <div class="t-meta th-meta inline-block hide@tl+ hide@m-">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 4h ago in
+ </div>
+ <!-- topic-link -->
+ <div class="t-meta hide@m- inline-block"><a
+ href="https://www.engadget.com/tags/internet"
+ class="th-topic">
+ Internet
+ </a></div>
+ </div>
+ <div class="th-title">
+ <h2 class="mt-10@tp+ t-h4@s t-h3-c@m t-h3-b@tp t-h4@tl t-h3@d"> <span
+ class="th-underline">
+ YouTube is testing floating picture-in-picture videos on the web
+ </span></h2>
+ </div>
+ <div class="hide@s mt-10@s">
+ <p class="mt-15@m+ t-d5@m- t-d5@tp+ c-gray-3">This one's for the
+ multitaskers. </p>
+ </div>
+ <div class="mt-20@s">
+ <!-- listing-meta-bar -->
+ <div class="">
+ <div class="table@tp+ mt-15@m+ th-meta">
+ <div class="relative inline-block "><a
+ href="/about/editors/mariella-moon/">
+ <img class="vc circle-mask absolute l-0 "
+ src="https://o.aolcdn.com/images/dims?thumbnail=30%2C30&amp;quality=70&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2017%2F04%2Fprofile-picture.jpg&amp;client=cbc79c14efcebee57402&amp;signature=5bab654f3e7a19c6a7ffe4940f30763e8c7b3c18"
+ width="30px" height="30px"></img>
+ </a>
+ <div class="h-1 w-40 inline-block "></div>
+ <span class="t-meta pb-0 vt mt-5@tp+ w-185@m mr-10@tp+
+ ">
+
+ <span class="hide@m-">By </span> <span class="block@m-"><a href="/about/editors/mariella-moon"
+ class="th-meta">M. Moon</a></span><span
+ class="hide@m- hide@tp">, </span><span
+ class=" hide@tp">
+ &nbsp;4h ago</span></span>
+ </div>
+ <div class="inline-block@tp+ relative@tp+ t-2@tp+ o-feed_share@m- mt-5@m "
+ style="vertical-align: -2px">
+ <div class="o-feed_share@m-__item inline-block@tp+"
+ data-tooltip-outer="">
+ <!-- listing-action --><a href="javascript:;"
+ class=" vc@tp+ ml-a@m- icon th-meta increase-hit "
+ data-engadget-reading-list-id="23391131"
+ data-engadget-reading-list-type="article"
+ data-behavior="Tooltip AddToReadingList"
+ data-engadget-icon="save"
+ target="_blank"
+ data-engadget-auth="false">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="save">
+ <title>save</title>
+ <use xlink:href="#icon-save"></use>
+ </svg>
+ </span>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Save</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- share-macro -->
+ <div class="o-feed_share@m-__item icon-divider@tp+ relative i-share_overlay"
+ data-behavior="ShareOverlay">
+ <div class="bg-gray-2 o-share_ui i-share_overlay__over o-h"
+ data-share-overlay-over="">
+ <div style="padding-top: 8px">
+ <div class="icon-20-line-height"><a
+ href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fyoutube-pic-in-pic-testing-on-the-web%2F&amp;text=YouTube%20is%20testing%20floating%20picture-in-picture%20videos%20on%20the%20web&amp;via=engadget"
+ class="c-white:hvr block o-share_ui__item sharebtn twitter-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="670"
+ data-engadget-h="430">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fyoutube-pic-in-pic-testing-on-the-web%2F"
+ class="c-white:hvr block o-share_ui__item sharebtn facebook-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="560"
+ data-engadget-h="636">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fyoutube-pic-in-pic-testing-on-the-web%2F&amp;title=YouTube%20is%20testing%20floating%20picture-in-picture%20videos%20on%20the%20web"
+ class="c-white:hvr block o-share_ui__item sharebtn reddit-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="960"
+ data-engadget-h="750">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="mailto:?subject=YouTube%20is%20testing%20floating%20picture-in-picture%20videos%20on%20the%20web via Engadget&amp;body=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fyoutube-pic-in-pic-testing-on-the-web%2F"
+ class="c-white:hvr block o-share_ui__item"
+ target="_blank"
+ data-behavior="Pop">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-email"></use>
+ </svg>
+ </a></div>
+ </div>
+ </div>
+ <div class="relative i-share_overlay__btn full-height"
+ data-share-overlay-btn="">
+ <!-- listing-action --><a
+ href="javascript:;"
+ class=" c-white:hvr! c-inherit-*:hvr vc@tp+ ml-a@m- icon th-meta increase-hit c-white:hvr! c-inherit-*:hvr">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="share">
+ <title>share</title>
+ <use xlink:href="#icon-share"></use>
+ </svg>
+ </span>
+ </a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <a href="/2018/03/21/youtube-pic-in-pic-testing-on-the-web/" class="o-hit__link">
+ View
+ </a></article>
+ </div>
+ </div>
+ <div class="border-top@tp+ pb-40@tp+ pt-40@tp+">
+ <div class="container@m+">
+ <!-- latest-listing -->
+ <article class="o-hit ">
+ <div class="grid@m+">
+ <div class="hide@tp- grid@tl+__cell col-1-of-8@tl+ col-1-of-15@d">
+ <!-- listing-time-label -->
+ <div class="t-meta th-meta absolute">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 6h
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-3-of-8@tl+ col-4-of-15@d">
+ <!-- rating-thumb -->
+ <div class="o-rating_thumb c-white"><img
+ data-original="https://o.aolcdn.com/images/dims?thumbnail=300%2C200&amp;quality=80&amp;image_uri=https%3A%2F%2Fs.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fa45e94a7987030d3366b8e9570d04df2%2F206231033%2Ffba4a93144c04a87dc2bd998e822b218_original.jpg&amp;client=cbc79c14efcebee57402&amp;signature=4151c220a7131de869d37436d4ebcbfdade4b9d7"
+ alt="'Hyper Light Drifter' is another indie game coming to Switch"
+ class="stretch-img prelazy"></img>
+ <div class="absolute l-0 b-0 b-55@s"></div>
+ <div class="o-rating_thumb__rating b-75@m- z-3">
+ <!-- rating -->
+ </div>
+ </div>
+ </div>
+ <div class="grid@m+__cell col-2-of-4@tp col-4-of-8@tl+ col-10-of-15@d ">
+ <!-- listing-body -->
+ <div class=" o-feed_listing@m- o-feed_bleed@s" data-feed-container="">
+ <div class=" o-feed_listing@m-__mid">
+ <div class=" o-feed_listing@m-__inner th-base@m- break-left@s ">
+ <div class="">
+ <!-- time-label -->
+ <div class="t-meta th-meta inline-block hide@tl+ hide@m-">
+ <svg class="icon inline-block th-meta__icon vm"
+ style="margin-top: -2px; margin-right: 2px">
+ <use xlink:href="#icon-clock"></use>
+ </svg>
+ 6h ago in
+ </div>
+ <!-- topic-link -->
+ <div class="t-meta hide@m- inline-block"><a
+ href="https://www.engadget.com/tags/gadgetry"
+ class="th-topic">
+ Gadgetry
+ </a></div>
+ </div>
+ <div class="th-title">
+ <h2 class="mt-10@tp+ t-h4@s t-h3-c@m t-h3-b@tp t-h4@tl t-h3@d"> <span
+ class="th-underline">
+ 'Hyper Light Drifter' is another indie game coming to Switch
+ </span></h2>
+ </div>
+ <div class="hide@s mt-10@s">
+ <p class="mt-15@m+ t-d5@m- t-d5@tp+ c-gray-3">'Nidhogg 2' and
+ 'Crashlands' also have Switch ports due later this year.</p>
+ </div>
+ <div class="mt-20@s">
+ <!-- listing-meta-bar -->
+ <div class="">
+ <div class="table@tp+ mt-15@m+ th-meta">
+ <div class="relative inline-block "><a
+ href="/about/editors/richard-lawler/">
+ <img class="vc circle-mask absolute l-0 "
+ src="https://o.aolcdn.com/images/dims?thumbnail=30%2C30&amp;quality=70&amp;image_uri=https%3A%2F%2Fs.blogcdn.com%2Fwww.engadget.com%2Fmedia%2F2017%2F04%2F1781464810155265074044066361860786402917460o.jpg&amp;client=cbc79c14efcebee57402&amp;signature=9768114a5782d84bc7017417fe1ef974f76300b4"
+ width="30px" height="30px"></img>
+ </a>
+ <div class="h-1 w-40 inline-block "></div>
+ <span class="t-meta pb-0 vt mt-5@tp+ w-185@m mr-10@tp+
+ ">
+
+ <span class="hide@m-">By </span> <span class="block@m-"><a href="/about/editors/richard-lawler"
+ class="th-meta">R. Lawler</a></span><span
+ class="hide@m- hide@tp">, </span><span
+ class=" hide@tp">
+ &nbsp;6h ago</span></span>
+ </div>
+ <div class="inline-block@tp+ relative@tp+ t-2@tp+ o-feed_share@m- mt-5@m "
+ style="vertical-align: -2px">
+ <div class="o-feed_share@m-__item inline-block@tp+"
+ data-tooltip-outer="">
+ <!-- listing-action --><a href="javascript:;"
+ class=" vc@tp+ ml-a@m- icon th-meta increase-hit "
+ data-engadget-reading-list-id="23391093"
+ data-engadget-reading-list-type="article"
+ data-behavior="Tooltip AddToReadingList"
+ data-engadget-icon="save"
+ target="_blank"
+ data-engadget-auth="false">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="save">
+ <title>save</title>
+ <use xlink:href="#icon-save"></use>
+ </svg>
+ </span>
+ </a>
+ <div class="hide" data-tooltip-content="">
+ <div class="o-tooltip ta-c th-reverse">
+ <div class="t-meta th-meta"><span
+ class="c-white">Save</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- share-macro -->
+ <div class="o-feed_share@m-__item icon-divider@tp+ relative i-share_overlay"
+ data-behavior="ShareOverlay">
+ <div class="bg-gray-2 o-share_ui i-share_overlay__over o-h"
+ data-share-overlay-over="">
+ <div style="padding-top: 8px">
+ <div class="icon-20-line-height"><a
+ href="https://twitter.com/share?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fhyper-light-drifter-is-another-indie-game-coming-to-switch%2F&amp;text=%27Hyper%20Light%20Drifter%27%20is%20another%20indie%20game%20coming%20to%20Switch&amp;via=engadget"
+ class="c-white:hvr block o-share_ui__item sharebtn twitter-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="670"
+ data-engadget-h="430">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.facebook.com/dialog/share?app_id=132746074315&amp;display=popup&amp;href=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fhyper-light-drifter-is-another-indie-game-coming-to-switch%2F"
+ class="c-white:hvr block o-share_ui__item sharebtn facebook-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="560"
+ data-engadget-h="636">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fhyper-light-drifter-is-another-indie-game-coming-to-switch%2F&amp;title=%27Hyper%20Light%20Drifter%27%20is%20another%20indie%20game%20coming%20to%20Switch"
+ class="c-white:hvr block o-share_ui__item sharebtn reddit-share"
+ target="_blank"
+ data-behavior="Pop"
+ data-engadget-popname="engadget_share"
+ data-engadget-pop-w="960"
+ data-engadget-h="750">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-reddit"></use>
+ </svg>
+ </a></div>
+ <div class="icon-20-line-height"><a
+ href="mailto:?subject=%27Hyper%20Light%20Drifter%27%20is%20another%20indie%20game%20coming%20to%20Switch via Engadget&amp;body=https%3A%2F%2Fwww.engadget.com%2F2018%2F03%2F21%2Fhyper-light-drifter-is-another-indie-game-coming-to-switch%2F"
+ class="c-white:hvr block o-share_ui__item"
+ target="_blank"
+ data-behavior="Pop">
+ <svg class="inline-block icon vm">
+ <use xlink:href="#icon-email"></use>
+ </svg>
+ </a></div>
+ </div>
+ </div>
+ <div class="relative i-share_overlay__btn full-height"
+ data-share-overlay-btn="">
+ <!-- listing-action --><a
+ href="javascript:;"
+ class=" c-white:hvr! c-inherit-*:hvr vc@tp+ ml-a@m- icon th-meta increase-hit c-white:hvr! c-inherit-*:hvr">
+ <span class="increase-hit__inner contain block full-height">
+ <svg class="icon contain__inner th-meta__icon" role="img" aria-label="share">
+ <title>share</title>
+ <use xlink:href="#icon-share"></use>
+ </svg>
+ </span>
+ </a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <a href="/2018/03/21/hyper-light-drifter-is-another-indie-game-coming-to-switch/"
+ class="o-hit__link">
+ View
+ </a></article>
+ </div>
+ </div>
+ <footer class="container@m- pt-40@s"><a href="/all"
+ class="o-btn@m- th-btn block h-120@tp+ pt-45@tp+ ta-c border-top@tp+ border-bottom@tp+ mb-45@tp+">
+ <span class="t-meta">More Stories</span>
+ </a></footer>
+ </aside>
+ <!-- section-title -->
+ <div class="o-title_mark pb-15@ mt-20 mb-20 container bc-gray-2">
+ <h2 class="t-section-title th-title mt-15"> From around the web </h2>
+ </div>
+ <div class="container">
+ <div class="grid">
+ <div class="col-12-of-12 grid__cell">
+ <div id="taboola-below-article-thumbnails"></div>
+ <script type="text/javascript">
+ window._taboola = window._taboola || [];
+ _taboola.push({
+ mode: 'thumbnails-b',
+ container: 'taboola-below-article-thumbnails',
+ placement: 'Below Article Thumbnails',
+ target_type: 'mix'
+ });
+ </script>
+ </div>
+ </div>
+ </div>
+ <div class="container mt-25@s mb-25@s">
+ <aside role="banner">
+ <div class="vc relative stretch-img">
+ <div class="ml-a mr-a" style="width: 300px;">
+ <div id="mo_300x250_article"
+ data-aol-adcall="{&quot;s&quot;:{&quot;adSetType&quot;:&quot;F&quot;,&quot;adSetInView&quot;:1,&quot;htmlAdWH&quot;:{&quot;mn&quot;:963860499,&quot;sizes&quot;:{&quot;w&quot;:&quot;MM&quot;,&quot;h&quot;:&quot;MM&quot;},&quot;type&quot;:&quot;f&quot;}},&quot;m&quot;:false}"
+ data-behavior="Advertisement"></div>
+ </div>
+ </div>
+ </aside>
+ </div>
+ <script type="application/ld+json">
+ {
+ "@context": "https://schema.org",
+ "@type": "Review",
+ "reviewBody": "The Xbox One X is the ultimate video game system. It sports more horsepower than any system ever. And it plays more titles in native 4K than Sony's PlayStation 4 Pro. It's just about everything you could want without investing in a gaming PC. The only problem? It's now been a year since the PS4 Pro launched, and the One X costs $500, while Sony's console launched at $400. That high price limits the Xbox One X to diehard Microsoft fans who don't mind paying a bit more to play the console's exclusive titles in 4K. Everyone else might be better off waiting, or opting for the $279 Xbox One S. %Slideshow-803271%",
+ "author": [{
+ "@type": "Person",
+ "url": "https://www.engadget.com/about/editors/devindra-hardawar",
+ "name": "Devindra Hardawar"
+ }],
+ "datePublished": "2017-11-03 03:01:00.000000",
+ "keywords": ["av", "consoles", "entertainment", "gadgetry", "gadgets", "gaming", "gear", "microsoft", "review", "video", "videogames", "Xbox", "XboxOne", "XboxOneX"],
+ "itemReviewed": "Microsoft Xbox One",
+ "reviewRating": [{
+ "@type": "Rating",
+ "ratingValue": "87",
+ "bestRating": "100",
+ "worstRating": "0"
+ }],
+ "sourceOrganization": [{
+ "@type": "Organization",
+ "name": "Engadget",
+ "url": "https://www.engadget.com",
+ "logo": [{
+ "@type": "ImageObject",
+ "url": "https://www.engadget.com/assets/eng-e-128.png",
+ "width": "128px",
+ "height": "128px"
+ }]
+ }]
+ }
+
+ </script>
+ <script type="application/ld+json">
+ {
+ "@context": "https://schema.org",
+ "@type": "Article",
+ "url": "https://www.engadget.com/2017/11/03/xbox-one-x-review/",
+ "author": [{
+ "@type": "Person",
+ "url": "https://www.engadget.com/about/editors/devindra-hardawar",
+ "name": "Devindra Hardawar"
+ }],
+ "headline": "Xbox One X review: A console that keeps up with gaming PCs",
+ "datePublished": "2017-11-03 03:01:00.000000",
+ "mainEntityOfPage": "True",
+ "thumbnailUrl": "https://o.aolcdn.com/images/dims?crop=1600%2C943%2C0%2C0&quality=85&format=jpg&resize=1600%2C943&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=9fa7b29452763464190c6edff6822489df516d1b",
+ "image": [{
+ "@type": "ImageObject",
+ "url": "https://o.aolcdn.com/images/dims?thumbnail=640%2C480&amp;quality=80&amp;image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C943%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C943%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fd457f269d1400106a402302a310de800%252F205826071%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B1.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D9fa7b29452763464190c6edff6822489df516d1b&amp;client=cbc79c14efcebee57402&amp;signature=d93f3537fca242c8851867bc9d49d057e6d382c5",
+ "width": "640px",
+ "height": "480px"
+ }],
+ "articleBody": "The Xbox One X is the ultimate video game system. It sports more horsepower than any system ever. And it plays more titles in native 4K than Sony's PlayStation 4 Pro. It's just about everything you could want without investing in a gaming PC. The only problem? It's now been a year since the PS4 Pro launched, and the One X costs $500, while Sony's console launched at $400. That high price limits the Xbox One X to diehard Microsoft fans who don't mind paying a bit more to play the console's exclusive titles in 4K. Everyone else might be better off waiting, or opting for the $279 Xbox One S. %Slideshow-803271% Hardware\n\n\n\nDespite all the power inside, the One X is Microsoft's smallest console to date. It looks similar to the Xbox One S, except it has an entirely matte black case and is slightly slimmer. It's also surprisingly dense -- the console weighs 8.4 pounds, but it feels far heavier than you'd expect for its size, thanks to all of its new hardware. The One S, in comparison, weighs two pounds less.\n\nThe Xbox One X's real upgrades are under the hood. It features an 8-core CPU running at 2.3Ghz, 12GB of GDDR5 RAM, a 1 terabyte hard drive and an upgraded AMD Polaris GPU with 6 teraflops of computing power. The PS4 Pro has only 8GB of RAM and tops out at 4.2 teraflops. Microsoft's console is clearly faster. That additional horsepower means the Xbox One X can run more games in full native 4K than the Sony's console.\n\n\n\nAlong the front, there's the slot-loading 4K Blu-ray drive, a physical power button, a single USB port and a controller pairing button. And around back, there are HDMI out and in ports, the latter of which lets you plug in your cable box. Additionally, there are two USB ports, connections for optical audio, IR out, and gigabit Ethernet. If you've still got a Kinect around, you'll need to use a USB adapter to plug it in.\n\n\nDevindra Hardawar\/AOL\n\n\nThe console's controller hasn't changed since its last mini-upgrade with the Xbox One S. That revision rounded out its seams, improved bumper performance and added a 3.5mm headphone jack. It's still a great controller, though I'm annoyed Microsoft is sticking with AA batteries as their default power source. Sure, you could just pick up some renewable batteries, or the Play and Charge kit, but that's an extra expense. And manually swapping batteries feels like a bad user experience when every other console has rechargeable controllers.\n\nIn use\n\n\nDevindra Hardawar\/AOL\n\n\nYou won't find any major differences between the One X and the last Xbox at first &mdash; aside from a more dramatic startup sequence. Navigating the Xbox interface is fast and zippy, but mostly that's due to a recent OS upgrade. If you're moving over from an older Xbox One, you can use the backup tool to transfer your games and settings to an external hard drive. Just plug that into the new console during setup and it'll make it feel just like your old machine. It's also a lot faster than waiting for everything to download from Xbox Live.\n\nYou'll still have to set aside some time if you want to play an Xbox One X-enhanced title, though. Those 4K textures will make games significantly larger, but Microsoft says it's come up with a few ways to help developers make downloading them more efficient. For example, language packs and other optional content won't get installed by default.\n\nWe only had a few enhanced titles to test out during our review: Gears of War 4, Killer Instinct and Super Lucky's Tale. They each took advantage of the console in different ways. Gears of War 4 runs natively in 4K at 30 FPS with Dolby Atmos and HDR (high dynamic range lighting) support. It looked great -- especially with HDR, which highlighted bright elements like lightning strikes -- but I noticed the frame rate dip occasionally. I was also surprised that load times were on-par with what I've seen with the game on the Xbox One S.\n\n\nDevindra Hardawar\/AOL\n\n\nYou can also play in Performance mode, which bumps the frame rate up to 60FPS and uses higher quality graphical effects, while rendering it lower in 1080p. Personally, I preferred this, since it makes the game much smoother -- as if you're playing it on a high-end gaming PC, not a console. Some PlayStation 4 Pro games also let you choose how you wanted to distribute its power, so in some ways Microsoft is just following in its footsteps.\n\nI've been playing Gears of War 4 on my gaming PC (which is connected to my home theater) over the past year, and I was impressed that the Xbox One X is able to deliver a similar experience. It didn't quite match my rig though, which is powered by Intel Core i7 4790k CPU running at 4GHz, 16GB DDR3 RAM and an NVIDIA GTX 1080 GPU. Typically, I play at 1,440p (2,560 by 1,440 pixels) with HDR and all of the graphical settings set to their highest level, and I can easily maintain a 60FPS frame rate. The One X felt just as solid at 1080p, but there were clearly plenty of graphics settings it couldn't take advantage of, in particular higher levels of bloom lighting and shadow detail.\n\n%Slideshow-803330%\n\nKiller Instinct and Super Lucky's Tale run in 4K at a smooth 60FPS. They both looked and played better than their standard versions, though I was surprised they didn't take advantage of HDR. As usual, I noticed the improvement in frame rates more than the higher resolution. Unless you're sitting very close to a TV above 50-inches, you'd likely have a hard time telling between 4K and 1080p.\n\nThat poses a problem for Microsoft: It's betting that gamers will actually want true 4K rendering. In practice, though, PlayStation 4 Pro titles running in HDR and resolutions between 1080p and 4K often look just as good to the naked eye. The Xbox One X's big advantage is that its hardware could let more games reach 60FPS compared to Sony's console.\n\nMicrosoft says over 130 Xbox One X-enhanced titles are in the works. That includes already-released games like Forza Motorsport 7 and Assassin's Creed Origins, as well as upcoming titles like Call of Duty: WW2. You'll be able to find them easily in a special section in the Xbox store. There is also a handful of Xbox 360 games that'll get enhanced eventually, including Halo 3 and Fallout 3. Some of those titles will get bumped up to a higher resolution, while others will get HDR support. Microsoft describes these upgrades as a bonus for developers who were prescient about how they built their games. Basically, don't expect your entire 360 library to get enhanced.\n\n\nDevindra Hardawar\/AOL\n\n\nEven if a game isn't specifically tuned for the new console, Microsoft says you might still see some performance improvements. The PlayStation 4 Pro, meanwhile, has over one hundred games built for its hardware, and its boost mode can speed up some older games.\n\nMicrosoft is still pushing the Xbox as more than just a game console, though. 4K Blu-rays loaded up quickly, and I didn't notice many delays as I skipped around films. Planet Earth II, in particular, looked fantastic thanks to its brilliant use of HDR. Unfortunately, the One X doesn't support Dolby Vision, so you're stuck with the slightly less capable HDR 10 standard. That makes sense since it's more widely supported, but it would have been nice to see Dolby's, too.\n\n\n\nAnd speaking of Dolby technology, Microsoft is also highlighting Atmos support on the One X, just like it did with the One S. The company's app lets you configure the console to pass audio Atmos signals to your audio receiver. You can also shell out $15 to get Atmos support for headphones, which simulates immersive surround sound. It's strange to pay money to unlock Dolby features, but it's worth it since it's significantly better than Microsoft's audio virtualization technology. The Netflix app also supports Atmos for a handful of films (something that the Xbox One S and PlayStation 4 offer, as well).\n\nOne thing you won't find in the new Xbox is VR support. Microsoft has mentioned that the console will offer some sort of mixed reality, but it hasn't offered up any details yet. It's technically powerful enough to work with any of the Windows Mixed Reality headsets launching this fall. It's a shame that Microsoft is being so wishy-washy because Sony has had a very successful head start with the PlayStation VR.\n\nPricing and the competition\n\n\nDevindra Hardawar\/AOL\n\n\nThe biggest knock against the Xbox One X is its $500 price. The PS4 Pro launched at $400 last year, and there's a good chance we'll see plenty of deals around the holidays. If your friends are on Xbox Live, or you're a devotee of Microsoft's first party franchises, then the X makes more sense. If you just want to play third-party titles that come to both platforms, though, the PS4 Pro is clearly the better deal.\n\nIf you're looking to upgrade from an original Xbox One, and you have a new TV, the One X might be more compelling. It's faster and offers more features than the One S, and more importantly, it'll last you much longer without needing an upgrade. There's also plenty of wisdom in simply waiting a while before you buy the One X, especially if you haven't moved to a 4K TV yet. The new console can make games look better on 1080p sets, since it'll supersample high-res textures and have more graphical effects, but it's simply not worth the upgrade since those TVs don't support HDR.\n\nIf price isn't a huge concern for you, it's worth considering investing in a gaming PC. A decent one costs between $600 and $800, plus the price of a monitor, but it'll easily be more powerful than the One X. And you have the added benefit of upgrading components down the line. Now that Microsoft and game publishers are offering most major titles on PC, you won't be missing out on much by ditching consoles.\n\nWrap-up\n\n\n\nUltimately, the Xbox One X offers some major performance upgrades that gamers will notice -- especially if you're coming from an original Xbox One. But it's also a bit disappointing since it's coming a year after the PS4 Pro, and it doesn't offer VR yet. For Microsoft fans, though, none of that will matter. It's exactly what the company promised: the fastest game console ever made.",
+ "articleSection": "Reviews",
+ "keywords": ["av", "consoles", "entertainment", "gadgetry", "gadgets", "gaming", "gear", "microsoft", "review", "video", "videogames", "Xbox", "XboxOne", "XboxOneX"],
+ "publisher": [{
+ "@type": "Organization",
+ "name": "Engadget",
+ "url": "https://www.engadget.com",
+ "logo": [{
+ "@type": "ImageObject",
+ "url": "https://www.engadget.com/assets/images/eng-e-128.png",
+ "width": "128px",
+ "height": "128px"
+ }]
+ }],
+ "dateModified": "2017-11-03 02:22:36.000000"
+ }
+
+ </script>
+ </main>
+ <!-- global-footer -->
+ <footer role="navigation">
+ <nav class="th-reverse pt-40 pb-60 h-450 hide@tp-">
+ <div class="container full-height">
+ <div class="grid full-height">
+ <div class="grid__cell col-1-of-5 full-height">
+ <section>
+ <!-- list-header -->
+ <div class=" bc-violet o-title_mark">
+ <h3 class=" th-title t-list-header mt-10"> About </h3>
+ </div>
+ <ul class="t-meta-list mt-20 c-white-50">
+ <li><a href="https://www.engadget.com/about/" class="c-white:hvr">About
+ Engadget</a></li>
+ <li><a href="https://www.engadget.com/about-our-advertising/"
+ class="c-white:hvr">About Our Ads</a></li>
+ <li><a href="https://www.engadget.com/about/advertise/" class="c-white:hvr">Advertise</a>
+ </li>
+ <li><a href="https://www.engadget.com/brand-kit/" class="c-white:hvr">Brand
+ Kit</a></li>
+ <li><a href="https://www.engadget.com/about/contact/" class="c-white:hvr">Contact
+ Us</a></li>
+ <li><a href="https://www.engadget.com/rss.xml" class="c-white:hvr">RSS Feed</a>
+ </li>
+ </ul>
+ </section>
+ </div>
+ <div class="grid__cell col-1-of-5 grid-divider bc-white-10 full-height">
+ <section>
+ <!-- list-header -->
+ <div class=" bc-violet o-title_mark">
+ <h3 class=" th-title t-list-header mt-10"> Sections </h3>
+ </div>
+ <ul class="t-meta-list mt-20 c-white-50">
+ <li><a href="https://www.engadget.com/reviews/" class="c-white:hvr">Reviews</a>
+ </li>
+ <li><a href="https://www.engadget.com/gear/" class="c-white:hvr">Gear</a></li>
+ <li><a href="https://www.engadget.com/gaming/" class="c-white:hvr">Gaming</a>
+ </li>
+ <li><a href="https://www.engadget.com/entertainment/" class="c-white:hvr">Entertainment</a>
+ </li>
+ <li><a href="https://www.engadget.com/tomorrow/"
+ class="c-white:hvr">Tomorrow</a></li>
+ <li><a href="https://www.engadget.com/videos/" class="c-white:hvr">Video</a>
+ </li>
+ <li><a href="https://www.engadget.com/podcasts/"
+ class="c-white:hvr">Podcasts</a></li>
+ <li><a href="http://deals.gdgt.com/" class="c-white:hvr">Deals</a></li>
+ <li><a href="https://www.engadget.com/events/the-engadget-experience-2017/"
+ class="c-white:hvr">Events</a></li>
+ <li><a href="https://www.engadget.com/buyers-guide/" class="c-white:hvr">The
+ Buyer's Guide</a></li>
+ </ul>
+ </section>
+ </div>
+ <div class="grid__cell col-1-of-5 grid-divider bc-white-10 full-height">
+ <section>
+ <!-- list-header -->
+ <div class=" bc-violet o-title_mark">
+ <h3 class=" th-title t-list-header mt-10"> Contribute </h3>
+ </div>
+ <ul class="t-meta-list mt-20 c-white-50">
+ <li><a href="https://www.engadget.com/2017/05/01/engadget-commenting-policy/"
+ class="c-white:hvr">Comment Guidelines</a></li>
+ <li><a href="https://www.engadget.com/about/tips/" class="c-white:hvr">Send us a
+ tip!</a></li>
+ <li><a href="https://www.engadget.com/about/support/" class="c-white:hvr">Support</a>
+ </li>
+ </ul>
+ </section>
+ </div>
+ <div class="grid__cell col-1-of-5 grid-divider bc-white-10 full-height">
+ <section>
+ <!-- list-header -->
+ <div class=" bc-violet o-title_mark">
+ <h3 class=" th-title t-list-header mt-10"> International </h3>
+ </div>
+ <ul class="t-meta-list mt-20 c-white-50">
+ <li><a href="http://es.engadget.com/" class="c-white:hvr">Español</a></li>
+ <li><a href="http://chinese.engadget.com/" class="c-white:hvr">繁體中文</a></li>
+ <li><a href="http://cn.engadget.com/" class="c-white:hvr">简体中文</a></li>
+ <li><a href="http://japanese.engadget.com/" class="c-white:hvr">日本版</a></li>
+ <li><a href="http://de.engadget.com/" class="c-white:hvr">Deutschland</a></li>
+ <li><a href="https://www.engadget.com/uk" class="c-white:hvr">UK</a></li>
+ </ul>
+ </section>
+ </div>
+ <div class="grid__cell col-1-of-5 grid-divider bc-white-10 full-height">
+ <section>
+ <!-- list-header -->
+ <div class=" bc-violet o-title_mark">
+ <h3 class=" th-title t-list-header mt-10"> Apps </h3>
+ </div>
+ <ul class="t-meta-list mt-20 c-white-50">
+ <li>
+ <a href="https://play.google.com/store/apps/details?id=com.aol.mobile.engadget&amp;feature=nav_result#?t=W251bGwsMSwyLDNd"
+ class="c-white:hvr">Android</a></li>
+ <li>
+ <a href="https://itunes.apple.com/us/app/engadget/id347839246?mt=8&amp;ign-mpt=uo%3D4"
+ class="c-white:hvr">iPhone</a></li>
+ <li>
+ <a href="https://itunes.apple.com/us/app/engadget/id347839246?mt=8&amp;ign-mpt=uo%3D4"
+ class="c-white:hvr">iPad</a></li>
+ </ul>
+ </section>
+ </div>
+ </div>
+ </div>
+ </nav>
+ <nav class="pb-25@tp- th-reverse bg-gray-2@tl+">
+ <div class="container">
+ <div class="grid">
+ <section class="grid__cell col-2-of-5 col-12-of-12@tp- pt-40 pt-30@tp- hide@tp-">
+ <div class="break-out@tp- border-bottom pb-40 pb-30@tp-">
+ <div class="container@tp-"><span
+ class="hide@tl+ t-list-header-2@tp- c-white@tp- mb-20@tp-">Join Our Newsletter</span>
+ <form class="relative pr-190@tl+" action="/a/mail_subscribe" method="post">
+ <input type="hidden"
+ value="eyJyIjoiN2R5MUFQdzdhblwvZ3NmMndCRnJ4VjZrT0pDNnZrazhFakZtblFZMjhRcHM9IiwidCI6MTUyMTYzMzE4NywicyI6IlhKZ2duZXRUODJUVktUeExmYVVUNlwvamtaNjFWMHFlN3RVOUJRbXc3U1R5TTBGKzhVdVI1RlZ4bEJpSndMV0ZoVWJPRDFBWUJrOEV3Wm9tTEYrUE5ndz09In0="
+ name="csrf"></input> <input type="text" name="email"
+ placeholder="Sign up for our newsletter"
+ class="input pl-15 pr-15 rounded c-gray-1 bg-white-90 tx-meta pr-100@tp-"></input>
+ <input type="hidden" name="redirect"
+ value="https://www.engadget.com/thanks"></input>
+ <div class="absolute@tl+ t-0 r-0 w-170@tl+">
+ <button type="submit"
+ class="o-btn@tl+ o-btn@tl+--small th-btn@tl+ absolute@tp- c-violet@tp- t-0 b-0 r-0 pl-20@tp- pr-20@tp- bc-white-50">
+ <span class="t-btn t-meta@s">Subscribe</span>
+ </button>
+ </div>
+ </form>
+ </div>
+ </div>
+ </section>
+ <section
+ class="grid__cell col-3-of-5 col-12-of-12@tp- pt-60 pt-20@tp- bc-white-10 ta-r@tl+">
+ <div class="container@tp-"><span
+ class="t-list-header-2@tp- c-white@tp- vc t-meta@tl+ c-gray-7@tl+">Follow Us</span>
+ <ul class="vc c-gray-6 fixed-table@tp- mt-20@tp-">
+ <li class="inline-block@tl+ table-cell@tp- ml-30@tl+"><a
+ href="https://www.facebook.com/Engadget" class="c-white:hvr">
+ <svg class="w-15@s h-15@s h-22@m+ w-22@m+ inline-block">
+ <use xlink:href="#icon-facebook"></use>
+ </svg>
+ </a></li>
+ <li class="inline-block@tl+ table-cell@tp- ml-40@tl+"><a
+ href="https://twitter.com/engadget" class="c-white:hvr">
+ <svg class="w-15@s h-15@s h-22@m+ w-22@m+ inline-block">
+ <use xlink:href="#icon-twitter"></use>
+ </svg>
+ </a></li>
+ <li class="inline-block@tl+ table-cell@tp- ml-40@tl+"><a
+ href="https://plus.google.com/+Engadget" class="c-white:hvr">
+ <svg class="w-15@s h-15@s h-22@m+ w-22@m+ inline-block">
+ <use xlink:href="#icon-googleplus"></use>
+ </svg>
+ </a></li>
+ <li class="inline-block@tl+ table-cell@tp- ml-40@tl+"><a
+ href="https://www.youtube.com/engadget" class="c-white:hvr">
+ <svg class="w-15@s h-15@s h-22@m+ w-22@m+ inline-block">
+ <use xlink:href="#icon-youtube"></use>
+ </svg>
+ </a></li>
+ <li class="inline-block@tl+ table-cell@tp- ml-40@tl+"><a
+ href="https://instagram.com/engadget" class="c-white:hvr">
+ <svg class="w-15@s h-15@s h-22@m+ w-22@m+ inline-block">
+ <use xlink:href="#icon-instagram"></use>
+ </svg>
+ </a></li>
+ <li class="inline-block@tl+ table-cell@tp- ml-40@tl+"><a
+ href="http://engadget.tumblr.com/" class="c-white:hvr">
+ <svg class="w-15@s h-15@s h-22@m+ w-22@m+ inline-block">
+ <use xlink:href="#icon-tumblr"></use>
+ </svg>
+ </a></li>
+ <li class="inline-block@tl+ table-cell@tp- ml-40@tl+"><a
+ href="https://www.linkedin.com/company/101421" class="c-white:hvr">
+ <svg class="w-15@s h-15@s h-22@m+ w-22@m+ inline-block">
+ <use xlink:href="#icon-linkedin"></use>
+ </svg>
+ </a></li>
+ </ul>
+ </div>
+ </section>
+ </div>
+ </div>
+ </nav>
+ <div class="c-gray-6 pt-25@tp- pb-20@tp-">
+ <div class="container ta-l">
+ <div class="table@tl+ h-80@tl+">
+ <div class="table-cell@tl+ pr-25 pb-25@tp- w-110@tl+">
+ <svg class="oath-logo">
+ <use xlink:href="#icon-eng-oath-logo"></use>
+ </svg>
+ </div>
+ <div class="table-cell@tl+">
+ <div class="t-meta">© 2018 Oath Tech Network Aol Tech. All rights reserved.</div>
+ </div>
+ <div class="table-cell@tl+ ta-r@tl+">
+ <ul class="ml-n25 ml-n10@tp-">
+ <li class="pl-20 pl-10@tp- inline-block"><a href="http://www.engadgetreprints.com/"
+ class="t-meta th-meta">Reprints and
+ Permissions</a></li>
+ <li class="pl-20 pl-10@tp- inline-block"><a href="http://privacy.aol.com/"
+ class="t-meta th-meta">Privacy
+ Policy</a></li>
+ <li class="pl-20 pl-10@tp- inline-block"><a href="http://legal.aol.com/TOS/"
+ class="t-meta th-meta">Terms
+ of Use</a></li>
+ <li class="pl-20 pl-10@tp- inline-block"><a href="http://legal.aol.com/trademarks/"
+ class="t-meta th-meta">Trademarks</a>
+ </li>
+ <li class="pl-20 pl-10@tp- inline-block"><a
+ href="https://www.engadget.com/about/advertise" class="t-meta th-meta">Advertise</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </footer>
+ </div>
+ </div>
+</div>
+<div class="hide svg-icon-list">
+ <svg xmlns="http://www.w3.org/2000/svg">
+ <symbol id="icon-alert" viewBox="0 0 29.6 29.6">
+ <g fill="currentColor">
+ <path d="M14.8 2c7.1 0 12.8 5.7 12.8 12.8s-5.7 12.8-12.8 12.8S2 21.9 2 14.8 7.7 2 14.8 2m0-2C6.6 0 0 6.6 0 14.8s6.6 14.8 14.8 14.8S29.6 23 29.6 14.8 23 0 14.8 0z"></path>
+ <path d="M13.3 8.8h3l-.5 8h-2l-.5-8zm.5 10h2v2h-2v-2z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-all" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M23 19h2c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v6h-7v-6c0-1.1-.9-2-2-2H2c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6v7H2c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-6h7v6c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-6c0-1.1-.9-2-2-2h-6v-7h4zm-4-5v-3h6v6h-6v-3zM8 30v4H2v-6h6v2zm0-17v4H2v-6h6v2zm9 13h-7v-7h7v7zm6 2h2v6h-6v-6h4z"></path>
+ </symbol>
+ <symbol id="icon-aol-tech" viewBox="0 0 168.272 39.167">
+ <path fill="#9A9A9A"
+ d="M104.889 5.836c0-1.096-.776-1.917-2.009-1.917H83.934c-1.232 0-2.009.822-2.009 1.917 0 1.05.776 1.872 2.009 1.872h7.168c.182 0 .273.092.273.274v25.019c0 1.369.822 2.191 2.055 2.191 1.187 0 2.009-.822 2.009-2.191V7.982c0-.183.091-.274.273-.274h7.168c1.233 0 2.009-.822 2.009-1.872zm51.673 6.757c-2.968 0-5.067 1.278-6.118 2.967h-.045V5.745c0-1.278-.822-2.055-1.918-2.055s-1.918.776-1.918 2.055v27.393c0 1.278.822 2.055 1.918 2.055s1.918-.776 1.918-2.055V21.496c0-3.242 2.054-5.342 5.021-5.342 3.287 0 4.885 2.055 4.885 5.57v11.414c0 1.278.822 2.055 1.918 2.055s1.917-.776 1.917-2.055V20.811c0-4.976-2.83-8.218-7.578-8.218zm-22.871 3.561c1.963 0 3.15.73 4.154 1.826.502.548 1.004.913 1.689.913.959 0 1.689-.73 1.689-1.689 0-.502-.184-.913-.549-1.415-1.369-1.78-3.697-3.196-6.984-3.196-4.2 0-7.396 2.1-8.629 5.889-.411 1.324-.685 3.104-.685 5.524 0 2.465.273 4.246.685 5.57 1.232 3.789 4.429 5.889 8.629 5.889 3.287 0 5.615-1.415 6.984-3.195.365-.502.549-.913.549-1.416 0-.958-.73-1.688-1.689-1.688-.686 0-1.188.365-1.689.913-1.004 1.096-2.191 1.826-4.154 1.826-2.374 0-4.154-1.142-4.885-3.424-.365-1.142-.503-2.512-.503-4.475 0-1.917.138-3.287.503-4.429.731-2.281 2.511-3.423 4.885-3.423zm-22.778-3.561c-4.154 0-7.305 2.1-8.537 5.889-.457 1.37-.685 2.922-.685 5.524s.273 4.154.73 5.524c1.232 3.835 4.291 5.935 8.812 5.935 3.377 0 5.98-1.278 7.851-3.013.365-.365.594-.822.594-1.37 0-.913-.685-1.598-1.598-1.598-.457 0-.867.183-1.324.548-1.644 1.232-3.104 1.872-5.25 1.872-2.693 0-4.702-1.278-5.524-3.789-.273-.868-.365-1.599-.365-2.648 0-.183.092-.273.274-.273h12.828c.914 0 1.507-.594 1.507-1.461 0-2.146-.228-3.835-.73-5.296-1.187-3.744-4.292-5.844-8.583-5.844zm5.112 9.541h-10.134c-.183 0-.274-.091-.274-.273 0-1.005.092-1.781.319-2.466.73-2.191 2.557-3.424 5.022-3.424 2.465 0 4.292 1.232 5.022 3.424.228.685.319 1.461.319 2.466.001.183-.091.273-.274.273zm-68.746-11.46c-8.505 0-12.59 6.725-12.59 12.479 0 5.753 4.085 12.479 12.59 12.479 8.504 0 12.587-6.727 12.587-12.479 0-5.755-4.083-12.479-12.587-12.479zm0 18.401c-3.032 0-5.6-2.498-5.6-5.922 0-3.427 2.568-5.922 5.6-5.922 3.03 0 5.599 2.495 5.599 5.922-.001 3.424-2.569 5.922-5.599 5.922zm16.541 5.9h7.082V3.668H63.82v31.307zm109.707-9.095a4.706 4.706 0 1 0-.001 9.413 4.706 4.706 0 0 0 .001-9.413zM15.606 3.668L3.272 34.975h8.357l1.65-4.527h10.872l1.525 4.527h8.442L21.911 3.668h-6.305zm-.126 20.433l3.28-10.915 3.279 10.915H15.48z"></path>
+ </symbol>
+ <symbol id="icon-camera-large" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M33 14c.5 0 1 .5 1 1v18c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1V15c0-.5.5-1 1-1h30m0-2H3c-1.6 0-3 1.4-3 3v18c0 1.6 1.4 3 3 3h30c1.6 0 3-1.4 3-3V15c0-1.6-1.4-3-3-3z"></path>
+ <path fill="currentColor"
+ d="M18 19.2c2.6 0 4.8 2.2 4.8 4.8s-2.2 4.8-4.8 4.8-4.8-2.2-4.8-4.8 2.2-4.8 4.8-4.8m0-2c-3.8 0-6.8 3-6.8 6.8s3 6.8 6.8 6.8 6.8-3 6.8-6.8-3-6.8-6.8-6.8zM8 8.5h6v1H8z"></path>
+ </symbol>
+ <symbol id="icon-camera" viewBox="0 0 16 16">
+ <path fill="currentColor" d="M8 6C6.3 6 5 7.3 5 9s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm1 4H7V8h2v2z"></path>
+ <path fill="currentColor"
+ d="M13 3h-1c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2H3C1.4 3 0 4.3 0 6v6c0 1.6 1.4 3 3 3h10c1.7 0 3-1.4 3-3V6c0-1.7-1.3-3-3-3zm1 9c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1V6c0-.5.5-1 1-1h3V3h4v2h3c.5 0 1 .5 1 1v6z"></path>
+ </symbol>
+ <symbol id="icon-chain-link" viewBox="0 0 150 70.823">
+ <path fill="currentColor"
+ d="M9 0h44v9.022H9zM0 9.022h62v9.022H0zM8.823 62.154h44.118V71H8.823zM0 53.132h62v9.022H0z"></path>
+ <path fill="currentColor"
+ d="M0 18.045h18v35.087H0zM44.117 26.537h61.766v17.69H44.117zM97 0h44v9.022H97zM88 9.022h62v9.022H88zM97.059 62.154h44.118V71H97.059zM88 53.132h62v9.022H88z"></path>
+ <path fill="currentColor" d="M132 18.045h18v35.087h-18z"></path>
+ </symbol>
+ <symbol id="icon-clock" viewBox="0 0 16 16">
+ <path d="M8 1.8c3.4 0 6.2 2.8 6.2 6.2s-2.8 6.2-6.2 6.2S1.8 11.4 1.8 8 4.6 1.8 8 1.8M8 .2C3.7.2.2 3.7.2 8s3.5 7.8 7.8 7.8 7.8-3.5 7.8-7.8S12.3.2 8 .2z"
+ fill="currentColor"></path>
+ <path d="M7 7c0 1.1.4 2 1 2s1-.9 1-2V6c0-1.1-.4-2-1-2s-1 .9-1 2v1z" fill="currentColor"></path>
+ <path d="M12 8c0 .6-.9 1-2 1H9c-1.1 0-2-.4-2-1s.9-1 2-1h1c1.1 0 2 .4 2 1z" fill="currentColor"></path>
+ </symbol>
+ <symbol id="icon-close" viewBox="0 0 15.4 15.4">
+ <path fill="currentColor"
+ d="M15.4 1.4L14 0 7.7 6.3 1.4 0 0 1.4l6.3 6.3L0 14l1.4 1.4 6.3-6.3 6.3 6.3 1.4-1.4-6.3-6.3z"></path>
+ </symbol>
+ <symbol id="icon-comment" viewBox="0 0 19 18">
+ <path fill="currentColor"
+ d="M15 2H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h1v4h1v-1h1v-1h1v-1h1v-1h7c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 8c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v4z"></path>
+ </symbol>
+ <symbol id="icon-down-arrow" viewBox="0 0 20.7 11.1">
+ <path fill="none" stroke="currentColor" d="M.4.4l10 10 10-10"></path>
+ </symbol>
+ <symbol id="icon-down-caret" viewBox="0 0 11.4 7.1">
+ <path fill="currentColor" d="M5.7 7.1L0 1.4 1.4 0l4.3 4.3L10 0l1.4 1.4z"></path>
+ </symbol>
+ <symbol id="icon-ear" viewBox="0 0 69 80"><title>ear icon</title>
+ <path d="M53.578 72.294c-1.113 0-2.143-.23-2.909-.574-2.72-1.42-4.632-3.383-6.55-9.157-1.949-6.01-5.617-8.82-9.142-11.553-3.026-2.353-6.163-4.773-8.88-9.747-2.028-3.69-3.138-7.736-3.138-11.32 0-10.78 8.422-19.246 19.135-19.246 10.712 0 19.135 8.466 19.135 19.246h7.654C68.883 14.82 57.13 2.99 42.094 2.99c-15.04 0-26.79 11.83-26.79 26.953 0 4.847 1.459 10.207 4.1 15.024 3.478 6.346 7.577 9.543 10.907 12.123 3.095 2.383 5.318 4.123 6.541 7.893 2.296 7 5.245 10.93 10.444 13.67A15.275 15.275 0 0 0 53.578 80c8.46 0 15.308-6.887 15.308-15.4h-7.654c0 4.23-3.446 7.694-7.654 7.694zM17.757 5.467L12.323 0C4.705 7.66 0 18.253 0 29.947 0 41.653 4.705 52.243 12.323 59.9l5.394-5.43A34.8 34.8 0 0 1 7.654 29.947c0-9.58 3.87-18.244 10.103-24.48zm14.774 24.48c0 5.313 4.285 9.633 9.566 9.633 5.282 0 9.57-4.32 9.57-9.633 0-5.314-4.288-9.627-9.57-9.627-5.281.003-9.566 4.317-9.566 9.627z"
+ fill="currentColor" fill-rule="evenodd"></path>
+ </symbol>
+ <symbol id="icon-email" viewBox="0 0 16 16">
+ <g fill="currentColor">
+ <path d="M16 12.3V2.7l-8 8-8-8v9.6l4.6-4.7.8.8L.7 13h14.6l-4.7-4.6.8-.8z"></path>
+ <path d="M.7 2L8 9.3 15.3 2z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-eng-oath-logo" viewBox="0 0 142.9 32">
+ <path d="M14.1 25c0 3.9-3.1 7-7 7s-7-3.2-7-7c0-3.9 3.1-7 7-7s7 3.1 7 7M14.1 7c0 3.9-3.1 7-7 7s-7-3.2-7-7c0-3.9 3.1-7 7-7s7 3.2 7 7M21.6.2h9.3v2.4h-6.5v2.5H30v2.3h-5.6v2.9H31v2.4h-9.4V.2zM34.9 5.1c.6-1.1 1.6-1.6 2.8-1.6 2 0 3.1 1.3 3.1 3.3v5.9h-2.6V7.3c0-1-.5-1.6-1.5-1.6s-1.7.8-1.7 2v5h-2.6V3.8h2.5v1.3zM42.1 13h2.6c.2.5.7.9 1.7.9 1.2 0 1.9-.6 1.9-1.7V12v-1.2h-.1c-.5.9-1.3 1.3-2.4 1.3-2.1 0-3.9-1.5-3.9-4.2 0-2.6 1.6-4.4 3.7-4.4 1.2 0 2.1.4 2.6 1.4V3.8h2.5v8.1c0 1.3-.4 2.3-1.2 2.9-.8.7-1.9 1-3.2 1-2.3 0-3.9-1-4.2-2.8zm6.2-5.2c0-1.3-.7-2.3-1.9-2.3s-1.9.9-1.9 2.3.7 2.3 1.9 2.3c1.3.1 1.9-.9 1.9-2.3zM57.7 11.6c-.6.8-1.4 1.3-2.7 1.3-1.8 0-3-.9-3-2.7 0-2 1.6-2.5 3.5-2.7 1.6-.2 2.2-.5 2.2-1.1 0-.6-.4-1.1-1.3-1.1-1 0-1.5.5-1.6 1.2h-2.4c.1-1.5 1.3-2.9 3.9-2.9 1.1 0 1.9.2 2.6.5.9.5 1.4 1.5 1.4 2.7v4.6c0 .7.1 1.1.3 1.2v.2H58c-.1-.3-.2-.7-.3-1.2zm.1-2.1V8.3c-.4.2-1 .4-1.5.5-1.2.3-1.7.5-1.7 1.3s.6 1.1 1.3 1.1c1.1 0 1.9-.7 1.9-1.7zM61.4 8.2c0-2.7 1.5-4.7 3.8-4.7 1.2 0 2 .6 2.6 1.5 0-.6-.1-1.3-.1-2.1V.2h2.6v12.5H68v-1.3c-.5 1.1-1.5 1.6-2.7 1.6-2.4 0-3.9-1.8-3.9-4.8zm6.5 0c0-1.6-.7-2.7-2-2.7-1.2 0-1.9 1.1-1.9 2.7s.6 2.6 1.8 2.6c1.4.1 2.1-1 2.1-2.6zM71.9 13h2.6c.2.5.7.9 1.7.9 1.2 0 1.9-.6 1.9-1.7V12v-1.2H78c-.5.9-1.3 1.3-2.4 1.3-2.1 0-3.9-1.5-3.9-4.2 0-2.6 1.6-4.4 3.7-4.4 1.2 0 2.1.4 2.6 1.4V3.8h2.5v8.1c0 1.3-.4 2.3-1.2 2.9-.8.7-1.9 1-3.2 1-2.4 0-3.9-1-4.2-2.8zm6.2-5.2c0-1.3-.7-2.3-1.9-2.3s-1.9.9-1.9 2.3.7 2.3 1.9 2.3c1.3.1 1.9-.9 1.9-2.3zM81.7 8.3c0-2.7 1.9-4.7 4.6-4.7 1.3 0 2.3.4 3.1 1.1 1 1 1.5 2.5 1.4 4.2h-6.5c.2 1.3.9 2.1 2.2 2.1.8 0 1.3-.3 1.6-.9h2.5c-.5 1.6-1.9 2.8-4.2 2.8-2.9.1-4.7-2-4.7-4.6zm2.6-.9h3.8c-.1-1.2-.8-2-1.8-2-1.3 0-1.9.8-2 2zM91.4 3.8h1.3V.9h2.6v2.8H97v1.7h-1.7v4.4c0 .7.4.9 1 .9h.7v2c-.3.1-.8.1-1.5.1-1.7 0-2.8-.5-2.8-2.3v-5h-1.3V3.8z"></path>
+ <g>
+ <path d="M25.1 19.2h3l4.5 12.5h-3l-.8-2.4h-4.5l-.8 2.4h-2.9l4.5-12.5zm-.1 8.1h3.2l-.8-2.3c-.5-1.7-.8-3.3-.8-3.3s-.4 2.1-.8 3.3l-.8 2.3zM36 24.1c.6-1.1 1.6-1.6 2.8-1.6 2 0 3.1 1.3 3.1 3.3v5.9h-2.6v-5.4c0-1-.5-1.6-1.5-1.6s-1.7.8-1.7 2v5h-2.6v-8.9H36v1.3zM46.9 25.5c0-3.7 2.4-6.5 6.1-6.5 3.8 0 6.1 2.8 6.1 6.5S56.7 32 53 32c-3.7 0-6.1-2.8-6.1-6.5zm9.4 0c0-2.4-1.1-4.2-3.2-4.2-2.2 0-3.3 1.8-3.3 4.2 0 2.3 1.1 4.1 3.3 4.1 2.1 0 3.2-1.7 3.2-4.1zM65.8 30.6c-.6.8-1.4 1.3-2.7 1.3-1.8 0-3-.9-3-2.7 0-2 1.6-2.5 3.5-2.7 1.6-.2 2.2-.5 2.2-1.1 0-.6-.4-1.1-1.3-1.1-1 0-1.5.5-1.6 1.2h-2.4c.1-1.5 1.3-2.9 3.9-2.9 1.1 0 1.9.2 2.6.5.9.5 1.4 1.5 1.4 2.7v4.6c0 .7.1 1.1.3 1.2v.2h-2.6c-.2-.3-.3-.7-.3-1.2zm0-2.1v-1.2c-.4.2-1 .4-1.5.5-1.2.3-1.7.5-1.7 1.3s.6 1.1 1.3 1.1c1.1 0 1.9-.7 1.9-1.7zM69.4 22.8h1.3V20h2.6v2.8H75v1.7h-1.7v4.4c0 .7.4.9 1 .9h.7v2c-.3.1-.8.1-1.5.1-1.7 0-2.8-.5-2.8-2.3v-5h-1.3v-1.8zM78.8 24.1c.6-1 1.5-1.5 2.7-1.5 2 0 3.1 1.3 3.1 3.3v5.9H82v-5.4c0-1-.5-1.6-1.5-1.6s-1.7.8-1.7 2v5h-2.6V19.2h2.6v4.9zM92.5 30.4v1.3H90V19.2h2.6V22c0 .8-.1 1.5-.1 2.1.6-.9 1.4-1.5 2.7-1.5 2.3 0 3.8 2 3.8 4.7 0 2.9-1.5 4.7-3.8 4.7-1.2 0-2.2-.5-2.7-1.6zm3.9-3.2c0-1.6-.6-2.7-1.9-2.7-1.4 0-2 1.2-2 2.7 0 1.6.8 2.6 2 2.6 1.2.1 1.9-1 1.9-2.6zM102.7 24.4c.6-1.2 1.4-1.7 2.5-1.7.2 0 .4 0 .5.1V25h-.7c-1.4 0-2.4.9-2.4 2.6v4.1H100v-8.9h2.5v1.6zM112.2 30.6c-.6.8-1.4 1.3-2.7 1.3-1.8 0-3-.9-3-2.7 0-2 1.6-2.5 3.5-2.7 1.6-.2 2.2-.5 2.2-1.1 0-.6-.4-1.1-1.3-1.1-1 0-1.5.5-1.6 1.2h-2.4c.1-1.5 1.3-2.9 3.9-2.9 1.1 0 1.9.2 2.6.5.9.5 1.4 1.5 1.4 2.7v4.6c0 .7.1 1.1.3 1.2v.2h-2.6c-.1-.3-.2-.7-.3-1.2zm.1-2.1v-1.2c-.4.2-1 .4-1.5.5-1.2.3-1.7.5-1.7 1.3s.6 1.1 1.3 1.1c1.1 0 1.9-.7 1.9-1.7zM118.9 24.1c.6-1.1 1.6-1.6 2.8-1.6 2 0 3.1 1.3 3.1 3.3v5.9h-2.6v-5.4c0-1-.5-1.6-1.5-1.6s-1.7.8-1.7 2v5h-2.6v-8.9h2.5v1.3zM125.8 27.2c0-2.7 1.5-4.7 3.8-4.7 1.2 0 2 .6 2.6 1.5 0-.6-.1-1.3-.1-2.1v-2.7h2.6v12.5h-2.5v-1.3c-.5 1.1-1.5 1.6-2.7 1.6-2.2 0-3.7-1.8-3.7-4.8zm6.5 0c0-1.6-.7-2.7-2-2.7-1.2 0-1.9 1.1-1.9 2.7s.6 2.6 1.8 2.6c1.4.1 2.1-1 2.1-2.6z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-eye" viewBox="0 0 100 69"><title>eye icon</title>
+ <path d="M50 0C27.275 0 7.862 14.256 0 34.387c7.862 20.13 27.275 34.386 50 34.386s42.133-14.255 50-34.386C92.134 14.256 72.725 0 50 0zm0 57.308c-12.546 0-22.725-10.267-22.725-22.921 0-12.655 10.18-22.922 22.725-22.922 12.546 0 22.725 10.267 22.725 22.922 0 12.654-10.18 22.921-22.725 22.921zm0-36.673c-7.55 0-13.633 6.14-13.633 13.752 0 7.61 6.087 13.751 13.633 13.751 7.546 0 13.633-6.14 13.633-13.751S57.55 20.635 50 20.635z"
+ fill="currentColor" fill-rule="evenodd"></path>
+ </symbol>
+ <symbol id="icon-facebook" viewBox="0 0 7.8 16">
+ <path fill="currentColor"
+ d="M0 8.5V5.8h2v-.7-1.6c0-.5.1-.9.3-1.3s.3-.8.7-1.1c.3-.3.7-.6 1.2-.8.4-.2 1-.3 1.7-.3.6 0 1 0 1.4.1l.5.1-.1 2.5H6c-.5 0-.8.1-1 .3-.1.2-.2.5-.2.9v1.9h3l-.1 2.7H4.8V16H2V8.5H0z"></path>
+ </symbol>
+ <symbol id="icon-fullscreen" viewBox="0 0 16 16">
+ <g fill="currentColor">
+ <path d="M5.9 7.3l1.4-1.4-3.1-3.1L6 1H1v5l1.8-1.8zM7.3 10.1L5.9 8.7l-3.1 3.1L1 10v5h5l-1.8-1.8zM10.1 8.7l-1.4 1.4 3.1 3.1L10 15h5v-5l-1.8 1.8zM14 1h-4l1.8 1.8-3.1 3.1 1.4 1.4 3.1-3.1L15 6V1z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-gaming-large" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M26 16.1c-.4 0-.9-.1-1.3-.1H11.3c-.4 0-.9.1-1.3.1C4.6 16.1.2 20.6.2 26s4.4 9.8 9.8 9.8c2.7 0 5-1.1 6.8-2.8h2.4c1.8 1.7 4.2 2.8 6.8 2.8 5.4 0 9.8-4.5 9.8-9.9s-4.4-9.8-9.8-9.8zm0 17.7c-2.3 0-4.5-1-6-2.8h-4a7.79 7.79 0 0 1-6 2.8c-4.3 0-7.8-3.6-7.8-7.9 0-4 3-6.9 6.8-7.9h18c3.8 1 6.8 3.9 6.8 7.9 0 4.3-3.5 7.9-7.8 7.9z"></path>
+ <path fill="currentColor"
+ d="M14 25h-2v-2h-2v2H8v2h2v2h2v-2h2zM24 28h2v2h-2zM21 25h2v2h-2zM27 25h2v2h-2zM24 22h2v2h-2zM18.5 13h-1V6.5h9V1h1v6.5h-9z"></path>
+ </symbol>
+ <symbol id="icon-googleplus" viewBox="0 0 16.1 13.8">
+ <path fill="currentColor"
+ d="M.1 10.7c.1-.2.1-.4.2-.6.1-.2.2-.4.4-.6.2-.2.4-.3.7-.5.3-.2.6-.3.9-.4.3-.1.6-.2 1-.2.3-.1.6-.1.9-.1h.7c-.1-.2-.1-.3-.2-.4 0-.1-.1-.2-.1-.3-.1-.1-.1-.2-.2-.3v-.4-.2-.2c0-.1 0-.1.1-.2v-.1h-.6c-.4 0-.8 0-1.2-.2-.4-.1-.7-.4-1-.7-.2-.2-.4-.5-.6-.9-.1-.3-.2-.6-.2-1s.1-.9.3-1.3.5-.8.9-1.1c.3-.2.5-.4.8-.5.3-.1.5-.2.8-.3.2-.1.5-.1.8-.2h4.3l-1 .6H6.6c.1 0 .1 0 .2.1l.2.2c.1.1.2.2.2.3.1.1.1.2.2.3.1.1.1.2.2.3.1.1.1.2.2.3 0 .1.1.3.1.4V3c0 .3-.1.6-.1.9-.1.3-.2.5-.3.7-.1.1-.2.2-.2.3l-.3.3c-.1 0-.2.1-.2.2s-.2.2-.3.2c-.1.1-.1.2-.2.2s-.1.2-.1.2c-.1.1-.1.2-.2.3v.6c0 .1.1.1.2.1.1.1.1.1.1.2s.1.1.1.1l.6.5c.3.2.4.3.6.5.2.2.3.4.4.6.1.2.2.4.3.7s.1.5.1.8c0 .4-.1.9-.3 1.2-.1.4-.4.8-.8 1.1-.4.4-.9.6-1.5.8-.6.2-1.3.3-2 .3-.6 0-1.2-.1-1.7-.2-.4-.1-.8-.3-1.1-.6-.3-.2-.5-.5-.7-.8-.2-.3-.2-.6-.2-1-.1-.1-.1-.3 0-.5zm1.7 1c.2.3.4.5.7.7.3.2.6.4 1 .5s.8.1 1.2.1c.4 0 .8 0 1.1-.1.3-.1.6-.2.8-.4.2-.2.4-.4.5-.6s.2-.5.2-.8c0-.2 0-.5-.1-.7l-.3-.6c-.2-.1-.4-.3-.6-.5l-.9-.6H5h-.7c-.2 0-.4.1-.6.1-.2.1-.4.1-.5.2H3c-.1 0-.1.1-.2.1s-.2.1-.3.1l-.3.3c-.1 0-.1.1-.2.2s-.1.2-.2.3c-.1.1-.1.2-.2.4s0 .3 0 .4c0 .4.1.6.2.9zm.9-8.2c.1.3.2.7.4 1 .1.2.2.4.3.5s.2.3.4.4c.2.1.3.2.5.3.2.1.3.1.5.1s.5-.1.6-.1c.3-.2.4-.3.6-.5.1-.1.1-.2.2-.3 0-.1.1-.2.1-.4v-.3-.3c0-.4 0-.7-.1-1.1-.1-.3-.2-.7-.4-1-.1-.2-.2-.4-.3-.5-.1-.2-.2-.3-.4-.4C5 .8 4.8.7 4.7.6h-.6c-.2 0-.5.1-.7.2-.1 0-.3.2-.5.4l-.3.6c0 .2-.1.4-.1.6v.1c0 .3.1.7.2 1zm9.4.7v3h1v-3h3V3h-3V0h-1v3H9v1.1h3.1z"></path>
+ </symbol>
+ <symbol id="icon-grid" viewBox="0 0 19 19">
+ <g fill="currentColor">
+ <path d="M0 0h3v3H0zM8 0h3v3H8zM16 0h3v3h-3zM0 8h3v3H0zM8 8h3v3H8zM16 8h3v3h-3zM0 16h3v3H0zM8 16h3v3H8zM16 16h3v3h-3z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-headphones-large" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M30.8 24.3c-.4-6.7-5.9-12.1-12.8-12.1-6.8 0-12.4 5.3-12.8 12.1-2.8.4-5 2.8-5 5.7 0 2.9 2.1 5.2 4.8 5.7v.3h2V26h.3c0-.3-.1-.7-.1-1 0-6 4.8-10.8 10.8-10.8S28.8 19 28.8 25c0 .3 0 .7-.1 1h.3v10h2v-.3c2.7-.5 4.8-2.8 4.8-5.7 0-2.9-2.2-5.4-5-5.7zM5 33.6c-1.6-.4-2.8-1.9-2.8-3.6 0-1.7 1.2-3.2 2.8-3.6v7.2zm26 0v-7.3c1.6.4 2.8 1.9 2.8 3.6s-1.2 3.3-2.8 3.7z"></path>
+ </symbol>
+ <symbol id="icon-headphones" viewBox="0 0 15.7 14.2">
+ <path fill="currentColor"
+ d="M9.8 11.2c0 1.6.7 3 1.5 3s1.5-1.4 1.5-3v-1c0-1.6-.7-3-1.5-3s-1.5 1.4-1.5 3v1z"></path>
+ <path d="M2.8 11.2c0 1.6.7 3 1.5 3s1.5-1.4 1.5-3v-1c0-1.6-.7-3-1.5-3s-1.5 1.4-1.5 3v1z"></path>
+ <path d="M2 9.2c-.2-1.9.4-3.9 1.6-5.2 1.1-1.3 2.6-2 4.2-2s3.1.7 4.2 1.9c1.2 1.4 1.8 3.4 1.5 5.3-.1.7-.1 1.4-.2 2.4h2c.1-1 .1-1.5.2-2.1.6-4.9-2.9-9.4-7.8-9.5C3 .1-.5 4.6.1 9.5c.1.7.1 1.1.2 2.1h2c-.1-1-.2-1.7-.3-2.4z"></path>
+ </symbol>
+ <symbol id="icon-instagram" viewBox="0 0 14 14">
+ <path fill="currentColor"
+ d="M0 12.4V11 9.6 8.2 7 5.6 4.2 2.8 1.6c0-.4.1-.7.4-1 .2-.3.6-.5 1-.5H4.3C5.2.1 6.1 0 7 0h5.4c.4 0 .8.1 1.1.4s.5.6.5 1V12.5c0 .4-.1.8-.4 1.1s-.6.5-1 .5h-.1H1.6c-.4 0-.7-.1-1-.4-.3-.3-.5-.6-.5-.9v-.1c-.1-.2-.1-.2-.1-.3zm1.7-.1c.1.1.2.2.4.2h9.6c.2 0 .3-.1.4-.2.1-.1.2-.2.2-.4v-1.5-1.5-1.5-1.5-.1h-1.2c.1.4.1.8.1 1.1v.2c0 .4-.1.8-.3 1.3-.2.4-.4.8-.7 1.2-.3.3-.6.6-1 .9-.2.3-.5.5-.9.6-.4.1-.8.2-1.2.2H7c-.4 0-.7 0-1.1-.1-.4-.1-.8-.2-1.1-.4-.4-.2-.7-.5-1-.8-.2-.3-.4-.6-.6-1-.3-.5-.4-1-.5-1.5V7c0-.4 0-.7.1-1.1H1.6V12c-.1.1 0 .2.1.3zm2.8-4.2c.1.3.3.6.6.9.2.2.5.4.9.6s.7.2 1 .2c.4 0 .7-.1 1.1-.2.3-.2.6-.4.8-.6.2-.2.4-.5.6-.9.1-.3.2-.7.2-1.1 0-.4-.1-.7-.2-1.1-.2-.2-.4-.5-.6-.8s-.5-.4-.9-.6c-.3-.1-.6-.2-1-.2s-.7.1-1 .2-.7.4-.9.6-.5.6-.6.9-.2.7-.2 1.1c0 .3.1.7.2 1zm5.3-3.9c.1.1.2.2.4.2h1.6c.2 0 .3-.1.4-.2s.2-.2.2-.4V3v-.8c0-.2-.1-.3-.2-.4-.1-.1-.2-.2-.4-.2h-1.6c-.2 0-.3.1-.4.2s-.1.1-.1.3v1.6c0 .2 0 .3.1.5z"></path>
+ </symbol>
+ <symbol id="icon-laptop-large" viewBox="-461 263 36 36">
+ <path fill="currentColor"
+ d="M-432 274c.5 0 1 .5 1 1v16c0 .5-.5 1-1 1h-22c-.5 0-1-.5-1-1v-16c0-.5.5-1 1-1h22m0-2h-22c-1.6 0-3 1.4-3 3v16c0 1.6 1.4 3 3 3h22c1.6 0 3-1.4 3-3v-16c0-1.6-1.4-3-3-3zM-461 297.5h36v1h-36z"></path>
+ </symbol>
+ <symbol id="icon-laptop" viewBox="0 0 16 16">
+ <path fill="currentColor" d="M0 14h16v2H0zM12 5v6H4V5h8m2-2H2v10h12V3z"></path>
+ </symbol>
+ <symbol id="icon-left-arrow-thick" viewBox="0 0 386 618">
+ <path fill="none" stroke="currentColor" stroke-width="108" d="M347 39L77 309l270 270"></path>
+ </symbol>
+ <symbol id="icon-left-arrow" viewBox="0 0 11.1 20.7">
+ <path fill="none" stroke="currentColor" d="M10.7.4l-10 10 10 10"></path>
+ </symbol>
+ <symbol id="icon-link-off" viewBox="0 0 16 16">
+ <path fill="currentColor"
+ d="M13 13H3V3h2V1H1v14h14v-4h-2v2zM8 1v2h3.6L7.3 7.3l1.4 1.4L13 4.4V8h2V1H8z"></path>
+ </symbol>
+ <symbol id="icon-linkedin" viewBox="0 0 14 13.9">
+ <path fill="currentColor"
+ d="M0 1.7c0-.2 0-.4.1-.6C.2.9.3.7.5.6.7.3.8.2 1 .1c.2-.1.5-.1.7-.1s.5 0 .6.1c.2.1.4.2.6.4.2.2.3.3.4.5.1.2.1.4.1.6 0 .2 0 .5-.1.7-.1.3-.2.4-.4.6-.2.2-.4.3-.6.4s-.4.1-.6.1-.5-.1-.7-.1-.3-.2-.5-.4-.3-.3-.4-.5C0 2.2 0 1.9 0 1.7zm.1 11.9V4.9v-.1s0-.1.1-.1l.1-.1H3s.1 0 .1.1c0 0 0 .1.1.1V13.7s0 .1-.1.1l-.1.1H.4s-.1 0-.1-.1c0 0 0-.1-.1-.1s-.1-.1-.1-.1zm4.6 0V4.9v-.1s0-.1.1-.1l.1-.1h2.7l.1.1v.5c.3-.3.7-.5 1.1-.6.4-.1.9-.2 1.4-.2.6 0 1.1.1 1.5.2.5.1.8.4 1.2.6.3.3.6.6.7 1.1.3.4.4.9.4 1.4V13.6s0 .1-.1.1l-.1.1h-2.7-.1s-.1 0-.1-.1l-.1-.1V8.2c0-.2 0-.5-.1-.6 0-.2-.1-.3-.2-.4-.1-.1-.2-.2-.4-.2-.2-.2-.4-.2-.6-.2-.3 0-.5 0-.8.1-.2.1-.4.3-.5.4-.1.2-.2.4-.2.7s-.1.5-.1.8V13.7s0 .1-.1.1l-.1.1H5h-.1s-.1 0-.1-.1l-.1-.1v-.1z"></path>
+ </symbol>
+ <symbol id="icon-list" viewBox="0 0 16 16">
+ <path fill="currentColor" d="M1 3h14v2H1zM1 7h14v2H1zM1 11h14v2H1z"></path>
+ </symbol>
+ <symbol id="icon-logo-uk" viewBox="0 0 485.4 99.7">
+ <path fill="currentColor"
+ d="M2 72.3c0 5 4 9 9 9h36v-9H11v-9h36c5 0 9-4 9-9v-18c0-5-4-9-9-9H11c-5 0-9 4-9 9v36zm45-18H11v-18h36v18zM169 27.3h-36c-5 0-9 4-9 9v36c0 5 4 9 9 9h36v9h-36v9h36c5 0 9-4 9-9v-54c0-4.9-4.1-9-9-9zm0 45h-36v-36h36v36zM99 27.3H72c-5 0-9 4-9 9v45h9v-45h27c5 0 9 4 9 9v36h9v-36c0-9.9-8.1-18-18-18zM230 72.3h-36v-27c0-5 4-9 9-9h27v45h9v-45c0-5-4-9-9-9h-27c-9.9 0-18 8.1-18 18v27c0 5 4 9 9 9h15.9c7.9 0 15.1-3.4 20.1-9v9M436 .3h-9v81h9v-45h27v-9h-27zM307 72.3c0 5 4 9 9 9h36v9h-36v9h36c5 0 9-4 9-9v-54c0-5-4-9-9-9h-36c-5 0-9 4-9 9v36zm45 0h-36v-36h36v36zM291 27.3h-36c-5 0-9 4-9 9v36c0 5 4 9 9 9h45V.3h-9v27zm0 45h-36v-36h36v36zM367 72.3c0 5 4 9 9 9h36v-9h-36v-9h36c5 0 9-4 9-9v-18c0-5-4-9-9-9h-36c-5 0-9 4-9 9m45 18h-36v-18h36v18z"></path>
+ <g fill="currentColor">
+ <path d="M449.5 75.4V63.3h3.1v11.9c0 3.1 1.3 4 3.8 4s3.8-.9 3.8-4V63.3h2.8v12c0 4.3-2.2 6.3-6.7 6.3s-6.8-2-6.8-6.2zM466.6 63.3h3.1v18h-3.1v-18zm3.7 8.9l5.8-8.9h3.2l-5.9 8.6 6.2 9.4h-3.4l-5.9-9.1z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-logo" viewBox="0 0 820.7 177">
+ <g fill="currentColor">
+ <path d="M0 129.2C0 138 7.2 145 16 145h64.7v-16h-65v-16H80c8.8 0 16.7-7.3 16.7-16.1v.4-32C96.7 56.4 88.8 48 80 48H16C7.2 48 0 56.4 0 65.2v64zM80.7 97h-65V64h65v33zM296.8 48h-64c-8.8 0-17.1 8.4-17.1 17.3v64-.4c0 8.8 8.3 16.1 17.1 16.1h63.9v16h-65v16h65.1c8.8 0 15.9-6.9 15.9-15.7v-96c0-8.9-7-17.3-15.9-17.3zm-.1 81h-65V64h65v65zM172.4 48h-48c-8.8 0-16.7 8.4-16.7 17.3V145h16V64h48.7c8.8 0 16.3 8.4 16.3 17.3V145h16V81.3c0-17.7-14.6-33.3-32.3-33.3zM404.7 129h-65V81.3c0-8.8 8.7-17.3 17.6-17.3h47.4v81h16V65.3c0-8.8-6.6-17.3-15.4-17.3h-48c-17.7 0-33.6 15.6-33.6 33.3v48c0 8.8 8.7 15.7 17.6 15.7h28.2c14.2 0 29.2-5.9 35.2-15.7V145M771.7 0h-16v145h16V64h49V48h-49zM511.7 48h-62c-8.8 0-18 8.4-18 17.3v64-.4c0 8.8 9.2 16.1 18 16.1h79V0h-17v48zm0 81h-64V64h64v65zM647.7 129.3c0 8.8 9.2 15.7 18.1 15.7h62.9v-16h-65v-16h66.1c8.8 0 14.9-7.3 14.9-16.1v.4-32c0-8.8-6.1-17.3-14.9-17.3h-64c-8.8 0-18.1 8.4-18.1 17.3v64zm81-32.3h-65V64h65v33zM621.3 48h-64c-8.8 0-17.6 8.4-17.6 17.3v64-.4c0 8.8 8.8 16.1 17.6 16.1h63.4v16h-64v16h64.6c8.8 0 15.4-6.9 15.4-15.7v-96c0-8.9-6.6-17.3-15.4-17.3zm-.6 81h-64V64h64v65z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-mouse-large" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M12 6.1V1c0-.6-.4-1-1-1s-1 .4-1 1v5.1c-5 .5-9 4.7-9 9.9v10c0 5.5 4.5 10 10 10s10-4.5 10-10V16c0-5.2-4-9.4-9-9.9zM19 26c0 4.4-3.6 8-8 8s-8-3.6-8-8V16c0-4.4 3.6-8 8-8s8 3.6 8 8v10z"></path>
+ <circle fill="currentColor" cx="11" cy="15" r="1.8"></circle>
+ </symbol>
+ <symbol id="icon-networking-large" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M7 16c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v14c0 .6-.4 1-1 1zM21 30c-.6 0-1-.4-1-1v-4c0-.6.4-1 1-1s1 .4 1 1v4c0 .6-.4 1-1 1zM25 30c-.6 0-1-.4-1-1v-4c0-.6.4-1 1-1s1 .4 1 1v4c0 .6-.4 1-1 1zM29 30c-.6 0-1-.4-1-1v-4c0-.6.4-1 1-1s1 .4 1 1v4c0 .6-.4 1-1 1z"></path>
+ <path fill="currentColor"
+ d="M33 20c.5 0 1 .5 1 1v12c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1V21c0-.5.5-1 1-1h30m0-2H3c-1.6 0-3 1.4-3 3v12c0 1.6 1.4 3 3 3h30c1.6 0 3-1.4 3-3V21c0-1.6-1.4-3-3-3z"></path>
+ </symbol>
+ <symbol id="icon-play" viewBox="0 0 100 100">
+ <g fill="currentColor">
+ <path d="M50 3.3c25.7 0 46.7 20.9 46.7 46.7S75.7 96.7 50 96.7 3.3 75.7 3.3 50 24.3 3.3 50 3.3m0-3C22.6.3.3 22.6.3 50S22.6 99.7 50 99.7 99.7 77.4 99.7 50 77.4.3 50 .3z"></path>
+ <path d="M42.1 34.9l25.3 14.4-25.3 14.3V34.9m-.6-3.3c-1.4 0-2.4 1.1-2.4 3.1v29.1c0 2 1 3.1 2.4 3.1.6 0 1.2-.2 1.9-.6l25.7-14.5c2.4-1.4 2.4-3.6 0-4.9L43.4 32.2c-.7-.4-1.3-.6-1.9-.6z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-reddit" viewBox="0 0 17.1 14.2">
+ <path fill="currentColor"
+ d="M12.2 7.7c0 .1.1.2.1.3 0 .2-.1.5-.2.6-.1.2-.3.3-.5.4-.1 0-.2.1-.3.1-.2 0-.5-.1-.7-.2-.2-.2-.3-.4-.4-.6v-.2c0-.2.1-.4.2-.6.1-.2.3-.3.5-.4 0-.1.1-.1.3-.1.2 0 .4.1.6.2.2.1.3.3.4.5zm-.7 2.8c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3.1-.8.4-1.6.7-2.5.7-.7 0-1.3-.1-1.9-.4-.1 0-.2-.1-.3-.2-.1 0-.1-.1-.2-.1h-.4c-.1 0-.2.1-.2.2-.1.1-.1.2-.1.3 0 .1 0 .2.1.3 0 .1.1.1.2.2.9.6 1.9.8 2.9.8.9 0 1.8-.2 2.6-.6.1-.1.2-.1.4-.2.1 0 .1-.1.2-.2s.1-.1.1-.2V11v-.2c-.1-.2-.2-.3-.3-.3zm-6-1.4s.1 0 0 0c.1 0 .2.1.3.1.3 0 .5-.1.7-.3.3-.2.5-.5.5-.8 0-.3-.1-.6-.3-.7-.3-.3-.5-.4-.8-.4h-.2c-.4.1-.7.4-.8.8v.3c0 .2.1.5.2.6 0 .2.2.3.4.4zm11.6-2.7v.1c0 .4-.1.8-.4 1.2-.2.3-.5.6-.8.8V9c0 .9-.3 1.8-.8 2.5-1 1.3-2.5 2.1-4 2.5-.8.2-1.7.3-2.5.3-1.3 0-2.5-.2-3.7-.7-1.2-.5-2.4-1.3-3.1-2.5-.4-.7-.7-1.4-.7-2.1v-.5C.9 8.3.6 8 .4 7.7.2 7.4 0 7 0 6.6c0-.6.2-1.1.6-1.5.4-.4.9-.7 1.5-.7h.2c.3 0 .6 0 .8.1.3.2.5.3.7.5.1 0 .1-.1.2-.1 1.2-.7 2.7-1 4.1-1.1 0-.7.1-1.4.4-2 .3-.5.8-.9 1.3-1.1.2 0 .4-.1.7-.1.6 0 1.2.1 1.7.4.2-.4.6-.6 1-.8.3-.2.5-.2.8-.2.3 0 .5 0 .8.2.4.1.7.4.9.7.2.3.3.7.3 1.1v.2c0 .5-.3 1-.7 1.3-.3.3-.8.5-1.3.5h-.2c-.5 0-.9-.3-1.3-.6-.3-.4-.6-.9-.6-1.4v-.1c-.5-.2-.9-.4-1.4-.4h-.2c-.4 0-.7.3-.9.6-.2.5-.3 1-.3 1.6 1.4.1 2.8.4 4 1.1 0 0 .1 0 .1.1.1-.1.2-.1.3-.2.4-.2.8-.4 1.2-.4.2 0 .4 0 .6.1.4.1.8.4 1.1.7.4.4.6.9.7 1.3zM13 1.9c0 .1 0 .1 0 0 0 .3.1.5.3.7.2.2.4.3.6.3.2 0 .5-.1.6-.3.2-.2.3-.4.3-.6v-.1c0-.2-.1-.5-.3-.7 0-.1-.3-.2-.5-.2h-.2c-.2.1-.4.2-.5.3-.2.2-.3.4-.3.6zM2.9 5.6c-.2-.1-.4-.1-.6-.1h-.1c-.3 0-.5.1-.7.3-.2.2-.4.4-.4.7v.1c0 .2.1.3.1.5l.3.3c.3-.7.8-1.3 1.4-1.8zM14.8 9c0-.6-.2-1.2-.6-1.7-.7-1-1.8-1.6-3-2-.2-.1-.4-.1-.7-.2-.6-.2-1.3-.3-2-.3-.9 0-1.8.2-2.7.5-1.2.4-2.3 1-3 2-.4.5-.6 1.1-.6 1.7 0 .2 0 .5.1.7.1.5.4.9.7 1.3.3.4.7.7 1.2 1 .1.1.2.1.3.2 1.2.7 2.7 1 4.1 1h.7c1.4-.1 2.8-.5 4-1.4.4-.3.7-.6 1-1 .3-.4.5-.8.6-1.2-.1-.3-.1-.4-.1-.6zM16 6.5c0-.1 0-.3-.1-.4-.1-.2-.3-.4-.4-.5-.2-.1-.4-.2-.6-.2-.2 0-.4 0-.6.1.6.5 1.1 1.1 1.4 1.8L16 7c-.1-.1 0-.3 0-.5zm0 0"
+ opacity=".9"></path>
+ </symbol>
+ <symbol id="icon-right-arrow-thick" viewBox="0 0 386 618">
+ <path fill="none" stroke="currentColor" stroke-width="108" d="M39 579l270-270L39 39"></path>
+ </symbol>
+ <symbol id="icon-right-arrow" viewBox="0 0 11.1 20.7">
+ <path fill="none" stroke="currentColor" d="M.4 20.4l10-10L.4.4"></path>
+ </symbol>
+ <symbol id="icon-save" viewBox="0 0 16 16">
+ <g fill="currentColor">
+ <path d="M6 1h4v7H6zM4 8h8v1H4z"></path>
+ <path d="M3 7h10v1H3zM5 9h6v1H5zM6 10h4v1H6zM7 11h2v1H7zM3 13h10v2H3z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-search" viewBox="0 0 20 20">
+ <path fill="currentColor"
+ d="M19.7 18.3l-4.1-4.1c1.4-1.5 2.2-3.5 2.2-5.7 0-4.6-3.7-8.3-8.3-8.3-4.6 0-8.3 3.7-8.3 8.3 0 4.6 3.7 8.3 8.3 8.3 1.7 0 3.2-.5 4.5-1.4l4.3 4.3 1.4-1.4zM3.2 8.5C3.2 5 6 2.2 9.5 2.2s6.3 2.8 6.3 6.3-2.8 6.3-6.3 6.3S3.2 12 3.2 8.5z"></path>
+ </symbol>
+ <symbol id="icon-share" viewBox="0 0 16 16">
+ <path d="M10 1v3H6C3.8 4 2 5.8 2 8v7l3.1-3.1c.3.1.6.1.9.1V8h4v3l5-5-5-5z" fill="currentColor"></path>
+ </symbol>
+ <symbol id="icon-slideshow" viewBox="0 0 64 64">
+ <path fill="currentColor"
+ d="M20.5 43.5h15v-15h-15v15zm8-23v2h13v13h2v-15h-15zm-4 6h13v13h2v-15h-15v2z"></path>
+ </symbol>
+ <symbol id="icon-smartphone-large" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M24 6c.5 0 1 .5 1 1v26c0 .5-.5 1-1 1H12c-.5 0-1-.5-1-1V7c0-.5.5-1 1-1h12m0-2H12c-1.6 0-3 1.4-3 3v26c0 1.6 1.4 3 3 3h12c1.6 0 3-1.4 3-3V7c0-1.6-1.4-3-3-3z"></path>
+ <path fill="currentColor" d="M17 30h2v2h-2z"></path>
+ </symbol>
+ <symbol id="icon-smartphone" viewBox="0 0 16 16">
+ <g fill="currentColor">
+ <path d="M11 3v11H5V3h6m0-2H5c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"></path>
+ <path d="M7 11h2v2H7z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-storage-large" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M18 9h-1V0H3v9H0v24c0 1.6 1.4 3 3 3h14c1.7 0 3-1.4 3-3V9h-2zM5 2h4v4c0 .6.4 1 1 1s1-.4 1-1V2h4v7H5V2zm13 15v16c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1V11h16v6z"></path>
+ </symbol>
+ <symbol id="icon-tablet" viewBox="0 0 16 16">
+ <path fill="currentColor"
+ d="M12 2v12H4V2h8m0-2H4C2.9 0 2 .9 2 2v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z"></path>
+ <path fill="currentColor" d="M7 10h2v2H7z"></path>
+ </symbol>
+ <symbol id="icon-text-file" viewBox="0 0 55 68"><title>text file</title>
+ <g fill="#FFF" fill-rule="evenodd">
+ <path d="M54.088 20.127c-.572-1.412-1.258-2.53-2.06-3.354L38.635 3.001c-.802-.823-1.889-1.53-3.262-2.119C33.999.294 32.74 0 31.596 0H4.12C2.976 0 2.003.412 1.2 1.236.402 2.059 0 3.06 0 4.237v59.324c0 1.177.4 2.178 1.202 3.002.801.823 1.774 1.235 2.919 1.235h46.705c1.145 0 2.117-.412 2.918-1.235.801-.825 1.202-1.825 1.202-3.002V24.01c0-1.176-.285-2.471-.858-3.884zM32.968 6.003c.83.294 1.417.618 1.76.97L48.165 20.79c.343.353.658.956.944 1.81h-16.14V6.002zm16.484 56.146H5.494v-56.5h21.98v18.363c0 1.177.4 2.178 1.2 3.002.802.823 1.775 1.235 2.92 1.235h17.858v33.9z"></path>
+ <path d="M42.75 44.993H12.528c-.4 0-.73.132-.987.396-.257.265-.386.603-.386 1.015v2.825c0 .413.128.751.386 1.016.258.264.587.397.987.397H42.75c.4 0 .73-.133.987-.397.257-.265.385-.603.385-1.016v-2.825c0-.412-.128-.75-.385-1.015-.258-.264-.587-.396-.987-.396zM11.54 34.713c-.256.264-.385.603-.385 1.016v2.824c0 .413.128.751.386 1.016.258.264.587.396.987.396H42.75c.4 0 .73-.132.987-.396.257-.265.385-.603.385-1.016V35.73c0-.412-.128-.75-.385-1.016-.258-.264-.587-.397-.987-.397H12.528c-.4 0-.73.133-.987.397z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-tumblr" viewBox="0 0 8.6 14">
+ <path fill="currentColor"
+ d="M0 5.9v-2c.3-.1.5-.2.8-.3s.4-.3.6-.5c.2-.2.4-.4.5-.6s.3-.4.4-.7.3-.5.4-.8.1-.6.2-1h2v3.5h3.3v2.4H4.8v4.3c0 .2.1.4.1.5s.1.2.2.3c.1.1.2.2.3.2.2.1.3.2.5.2s.4.1.6.1c.4 0 .7-.1 1.1-.2.4-.1.7-.3 1-.4v2.2c-.3.1-.6.3-.8.4-.3.1-.5.2-.8.2-.2.1-.5.1-.8.1h-.8c-.3 0-.6 0-.9-.1-.3 0-.5-.1-.8-.2s-.4.1-.7 0c-.2-.1-.4-.2-.6-.4-.2-.1-.3-.3-.4-.4-.1-.2-.2-.3-.3-.5-.1-.2-.1-.4-.1-.6V5.9H0z"></path>
+ </symbol>
+ <symbol id="icon-tv-large" viewBox="0 0 36 36">
+ <path fill="currentColor"
+ d="M23 36H13c-.6 0-1-.4-1-1s.4-1 1-1h10c.6 0 1 .4 1 1s-.4 1-1 1zM33 9c.5 0 1 .5 1 1v18c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1V10c0-.5.5-1 1-1h30m0-2H3c-1.6 0-3 1.4-3 3v18c0 1.6 1.4 3 3 3h30c1.6 0 3-1.4 3-3V10c0-1.6-1.4-3-3-3z"></path>
+ </symbol>
+ <symbol id="icon-twitter" viewBox="0 0 16 13">
+ <path fill="currentColor"
+ d="M0 11.5h.8c.8 0 1.5-.1 2.2-.4s1.3-.6 1.9-1c-.7 0-1.4-.2-1.9-.7-.6-.3-1-.9-1.2-1.5h1c.1 0 .3 0 .4-.1-.7-.1-1.3-.5-1.8-1.1C.9 6.1.6 5.4.6 4.6c.2.1.5.2.7.3.3 0 .6.1.8.1-.4-.3-.8-.7-1-1.2-.3-.5-.4-1-.4-1.6 0-.3 0-.6.1-.9s.2-.5.3-.7c.4.5.9.9 1.4 1.4s1 .8 1.6 1.1 1.2.5 1.8.7c.6.1 1.3.2 2 .2 0-.1 0-.2-.1-.4s0-.3 0-.4c0-.4.1-.9.3-1.3.2-.4.4-.8.7-1s.6-.5 1-.7.8-.2 1.3-.2.9.1 1.3.3.8.4 1.1.8c.4-.1.7-.2 1.1-.3.3-.1.7-.3 1-.5-.1.4-.3.7-.6 1s-.5.6-.9.8c.3 0 .7-.1 1-.2l.9-.3c-.2.3-.5.6-.7.9-.3.2-.6.5-.9.7v.4c0 1.1-.2 2.2-.6 3.3s-1 2.1-1.8 3c-.8.9-1.8 1.6-2.9 2.2-1.2.6-2.6.9-4.1.9-.5 0-.9 0-1.4-.1-.4-.1-.9-.2-1.3-.3s-.8-.3-1.2-.5-.7-.3-1.1-.6z"></path>
+ </symbol>
+ <symbol id="icon-up-arrow" viewBox="0 0 20.7 11.1">
+ <path fill="none" stroke="currentColor" d="M20.4 10.7l-10-10-10 10"></path>
+ </symbol>
+ <symbol id="icon-up-caret" viewBox="0 0 960 560">
+ <path fill="currentColor"
+ d="M480 0l449.578 449.578L819.154 560 480 220.845 140.845 560 30.423 449.578z"></path>
+ </symbol>
+ <symbol id="icon-video" viewBox="0 0 65 65">
+ <path fill="currentColor"
+ d="M41.3 38c0 1.1-.9 2-2 2h-13c-1.1 0-2-.9-2-2V27c0-1.1.9-2 2-2h13c1.1 0 2 .9 2 2v11zM48.3 36c0 1.1-.7 1.4-1.6.8l-3.9-3c-.9-.7-.9-1.8 0-2.5l3.9-3c.9-.7 1.6-.3 1.6.8V36z"></path>
+ </symbol>
+ <symbol id="icon-vr" viewBox="0 0 49.41 29.65"><title>vr</title>
+ <path d="M45.35 0H4.07A4.07 4.07 0 0 0 0 4.07v21.51a4.07 4.07 0 0 0 4.07 4.07h13.82l5.41-9.36a1.74 1.74 0 0 1 3 0l5.41 9.36h13.64a4.07 4.07 0 0 0 4.07-4.07V4.07A4.07 4.07 0 0 0 45.35 0zm2.91 25.58a2.91 2.91 0 0 1-2.91 2.91H32.4l-5.07-8.78a2.91 2.91 0 0 0-5 0l-5.07 8.78H4.07a2.91 2.91 0 0 1-2.91-2.91V4.07a2.91 2.91 0 0 1 2.91-2.91h41.28a2.91 2.91 0 0 1 2.91 2.91z"></path>
+ <path data-name="Shape"
+ d="M14.24 10.46a6.1 6.1 0 1 0 6.1 6.1 6.11 6.11 0 0 0-6.1-6.1zm0 11a4.94 4.94 0 1 1 4.94-4.94 4.95 4.95 0 0 1-4.94 4.99zM35.49 10.46a6.1 6.1 0 1 0 6.1 6.1 6.11 6.11 0 0 0-6.1-6.1zm0 11a4.94 4.94 0 1 1 4.94-4.94 4.95 4.95 0 0 1-4.94 4.99z"></path>
+ </symbol>
+ <symbol id="icon-watch" viewBox="0 0 16 16">
+ <path fill="none"
+ d="M8.998 2H7c-.245.009-.841.357-1.004.682-.039.105-.065.213-.101.318h4.211c-.036-.105-.063-.213-.102-.318-.163-.324-.758-.673-1.006-.682zM5.353 11h5.295a15.338 15.338 0 0 0 0-6H5.353a15.3 15.3 0 0 0 0 6zM5.996 13.318c.163.325.759.673 1.006.682H9c.245-.009.841-.357 1.004-.682.039-.105.065-.212.102-.318H5.895c.036.105.062.213.101.318z"></path>
+ <path fill="#2C2E33"
+ d="M5.353 5h5.295a15.484 15.484 0 0 0-.542-2H5.895a15.168 15.168 0 0 0-.542 2zM12.305 3.313c.86 3.065.86 6.309 0 9.374A3 3 0 0 0 14 10V6a3 3 0 0 0-1.695-2.687zM5.895 13h4.211c.227-.657.407-1.325.542-2H5.353c.134.675.315 1.343.542 2zM3.695 3.313A3 3 0 0 0 2 6v4a3 3 0 0 0 1.695 2.687 17.352 17.352 0 0 1 0-9.374z"></path>
+ <path fill="#2C2E33"
+ d="M10.105 13c-.036.105-.063.213-.102.318-.162.325-.758.673-1.003.682H7.002c-.247-.009-.843-.357-1.006-.682-.039-.105-.065-.213-.101-.318H5a2.96 2.96 0 0 1-1.305-.313c.131.468.279.933.45 1.391C4.607 15.157 5.971 16 7 16h2c1.029 0 2.393-.843 2.855-1.922.171-.458.319-.923.45-1.391A2.96 2.96 0 0 1 11 13h-.895zM5.895 3c.036-.105.063-.213.102-.318C6.159 2.357 6.755 2.009 7 2h1.998c.247.009.842.358 1.006.682.039.105.065.213.101.318H11c.469 0 .908.119 1.305.313a17.327 17.327 0 0 0-.45-1.391C11.393.843 10.029 0 9 0H7C5.971 0 4.607.843 4.145 1.922c-.171.458-.319.923-.45 1.391A2.96 2.96 0 0 1 5 3h.895z"></path>
+ <path fill="#2C2E33"
+ d="M5.895 13a15.324 15.324 0 0 1-.542-2H5c-.542 0-1-.458-1-1V6c0-.542.458-1 1-1h.353c.135-.675.316-1.343.542-2H5a2.96 2.96 0 0 0-1.305.313 17.352 17.352 0 0 0 0 9.374A2.96 2.96 0 0 0 5 13h.895zM12.305 3.313A2.96 2.96 0 0 0 11 3h-.895c.227.657.407 1.325.542 2H11c.542 0 1 .458 1 1v4c0 .542-.458 1-1 1h-.353a15.484 15.484 0 0 1-.542 2H11a2.96 2.96 0 0 0 1.305-.313c.86-3.065.86-6.309 0-9.374z"></path>
+ </symbol>
+ <symbol id="icon-youtube" viewBox="0 0 13.2 16">
+ <path fill="currentColor"
+ d="M0 11.4V9.8c0-.5.1-1.1.2-1.6.1-.3.3-.6.5-.9.3-.1.6-.3 1-.3.8-.1 1.6-.1 2.5-.2s1.7 0 2.5 0h2.5c.8 0 1.6.1 2.5.2.4 0 .7.2.9.4.3.2.4.5.5.9.1.5.2 1 .2 1.6v3.2c0 .5-.1 1.1-.2 1.6-.1.4-.3.6-.5.9s-.6.4-.9.4c-.9-.1-1.8 0-2.6 0h-5c-.9 0-1.7-.1-2.5-.2-.4 0-.7-.2-.9-.4s-.4-.5-.5-.9c-.1-.5-.1-1-.2-1.5v-1.6zm1-2.3h1v5.1h.8V9.1h1v-.8H1v.8zM2.1 0c.1.2.2.5.3.8l.3.9c.2.4.3.8.3 1.1s.1.6.2.8v2.5H4V3.6L5.2 0h-.9l-.6 2.4L3.1 0h-1zm1.8 13.3v.7c0 .1.1.2.2.2.1.1.2.1.3.1.1 0 .3 0 .4-.1.2-.1.4-.2.5-.4v.5h.8V9.8h-.8v3.5c-.1.1-.2.2-.2.3s-.2.1-.2.1h-.1s0-.1-.1-.1v-.1-3.7h-.8v3.5zm1.4-8.8V3v-.6c0-.2.1-.3.2-.4.1-.1.2-.3.4-.3s.3-.1.5-.1.4 0 .5.1.3.2.4.3c.2 0 .2.2.2.4V5.2c0 .2-.1.3-.2.4-.1.1-.2.3-.3.3s-.4.1-.6.1c-.2 0-.3 0-.5-.1s-.2-.2-.4-.3c0-.1-.1-.3-.1-.4 0-.2-.1-.4-.1-.7zm.7.2c0 .2 0 .4.1.5.1.1.2.2.3.2.1 0 .2-.1.3-.2.1-.1.1-.3.1-.5V2.8c0-.2 0-.4-.1-.5-.1 0-.2-.1-.3-.1-.1 0-.2.1-.3.1-.1.2-.1.3-.1.5v1.9zm.9 9.5h.6v-.4c.2.2.4.3.5.4.1.1.3.1.4.1.2 0 .3 0 .4-.1.2-.1.3-.2.3-.4 0-.1.1-.2.1-.4v-2.3-.5-.4l-.3-.3c-.2-.1-.3-.1-.4-.1-.1 0-.3 0-.4.1s-.3.2-.5.4v-2h-.7v5.9zm.7-.8v-2.7c.1-.1.2-.1.2-.1H8c.1 0 .2.1.3.1.1.1.1.3.1.5V13c0 .2 0 .3-.1.4-.1.1-.2.1-.3.1h-.2c-.1 0-.1 0-.2-.1zM8.2 5v.4c0 .1.1.2.1.3 0 .1.1.2.2.2.2.1.3.1.4.1.1 0 .3 0 .5-.1s.3-.2.5-.4v.6h.8V1.6h-.9v3.3c-.1.2-.1.3-.2.3s-.2.1-.3.1h-.1v-.1-.1-3.5h-1V5zm1.6 7.8c0 .2 0 .4.1.6s.1.3.2.4c.1.1.3.3.4.3s.4.1.6.1c.2 0 .4 0 .6-.1s.3-.2.4-.4c.1-.1.1-.1.1-.2s0-.2.1-.2v-.2-.3h-.8v.5c0 .1-.1.2-.1.2s-.1.1-.2.1-.2-.1-.3-.2c-.1-.1-.1-.3-.1-.5v-.8h1.6v-.9-.6c0-.2-.1-.3-.2-.4-.1-.2-.2-.3-.4-.3-.2-.1-.3-.1-.5-.1s-.4 0-.5.1c-.2.1-.3.2-.4.3-.1.1-.2.3-.2.4s-.1.4-.1.6v1.6zm.8-1.3h.8v-.4c0-.2 0-.3-.1-.5-.1-.1-.2-.2-.3-.2-.1 0-.2.1-.3.2-.1.1-.1.3-.1.5v.4z"></path>
+ </symbol>
+ </svg>
+</div>
+<div data-engadget-article-tacprop=""></div>
+<div id="KVTAGS"
+ data-engadget-relegence-string="kvsubj=982665:978826:979377:983462:978896:979432:980877:981907:983875:6325647:6371511:978794:980487:978782:978792:6398737:4942091;kvent=4013672:4136474:5105352:6253390:3688889:3693453:6144751:3692222:3631643:4260427:6225669:2833872:6392821:3572520:3173032:3576651:3625909:3696831:3841115:3853545:4050903:4162145:4208574:5417195:6444455:6451115"
+ data-engadget-post-id="23265143"></div>
+<script src="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/js/modernizr.min.js?h=03f6ba65ad449c5defaf101e042f262e"></script>
+<script src="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/js/main.js?h=4574b6330320aa0b896b2fab228e3db0"></script>
+<script src="https://code.jquery.com/jquery-migrate-3.0.1.min.js"></script>
+<script type="text/javascript">
+ window._taboola = window._taboola || [];
+ _taboola.push({
+ flush: true
+ });
+</script>
+<!-- Google Analytics -->
+<script>
+ (function (i, s, o, g, r, a, m) {
+ i['GoogleAnalyticsObject'] = r;
+ i[r] = i[r] || function () {
+ (i[r].q = i[r].q || []).push(arguments)
+ }, i[r].l = 1 * new Date();
+ a = s.createElement(o),
+ m = s.getElementsByTagName(o)[0];
+ a.async = 1;
+ a.src = g;
+ m.parentNode.insertBefore(a, m)
+ })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
+ ga('create', 'UA-818999-11', 'auto');
+ ga('require', 'displayfeatures');
+ ga('send', 'pageview');
+</script>
+<script type="text/javascript" src="//s.swiftypecdn.com/cc/vKhrkVp6Cfwro_h8kpyC.js"></script>
+<!-- START Parse.ly Include: Standard -->
+<div id="parsely-root" style="display: none"><span id="parsely-cfg" data-parsely-site="engadget.com"></span></div>
+<script>
+ (function (s, p, d) {
+ var h = d.location.protocol,
+ i = p + "-" + s,
+ e = d.getElementById(i),
+ r = d.getElementById(p + "-root"),
+ u = h === "https:" ? "d1z2jf7jlzjs58.cloudfront.net" : "static." + p + ".com";
+ if (e) return;
+ e = d.createElement(s);
+ e.id = i;
+ e.async = true;
+ e.src = h + "//" + u + "/p.js";
+ r.appendChild(e);
+ })("script", "parsely", document);
+</script>
+<!-- END Parse.ly Include: Standard -->
+<!-- SpotIM -->
+<script type="text/x-spotim-options">
+ SPOTIM_OPTIONS = { frameStyleBlock: '@font-face{font-family:GuardianTextSans-Regular;src:url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Sans-Web-Regular.eot);src:url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Sans-Web-Regular.eot?#iefix) format("embedded-opentype"),url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Sans-Web-Regular.woff2) format("woff2"),url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Sans-Web-Regular.woff) format("woff"),url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Sans-Web-Regular.ttf) format("truetype"),url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Sans-Web-Regular.svg#Guardian-Text-Sans-Web-Regular) format("svg");font-weight:400;font-style:normal;font-stretch:normal}@font-face{font-family:GuardianTextEgyp-Regular;src:url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Egyptian-LF-Web-Regular.eot);src:url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Egyptian-LF-Web-Regular.eot?#iefix) format("embedded-opentype"),url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Egyptian-LF-Web-Regular.woff2) format("woff2"),url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Egyptian-LF-Web-Regular.woff) format("woff"),url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Egyptian-LF-Web-Regular.ttf) format("truetype"),url(https://o.aolcdn.com/engadget/fonts/Guardian-Text-Egyptian-LF-Web-Regular.svg#Guardian-Text-Egyptian-LF-Web-Regular) format("svg");font-weight:400;font-style:normal;font-stretch:normal}[data-spot-im-class=conversation-root]{font-family:GuardianTextSans-Regular;font-size:15px;color:#373E44;line-height:22px;padding:7px 0;-webkit-font-smoothing:auto!important}[data-spot-im-class=message-text]{font-family:GuardianTextEgyp-Regular;font-size:15px;color:#373E44;line-height:22px}[data-spot-im-class=current-user-menu] [data-spot-im-class=handler],[data-spot-im-class=sort-menu]{font-size:15px}[data-spot-im-class=top-strip]{margin-top:20px}[data-spot-im-class=message-username]{font-family:GuardianTextSans-Regular;font-size:15px!important;color:#373E44;font-weight:700}[data-spot-im-class=message-timestamp]{font-family:GuardianTextSans-Regular;font-size:15px;color:#7B7F83}[data-spot-im-class=faces-list]{display:none}[data-spot-im-class=message-reply],[data-spot-im-class=message-share]{font-family:GuardianTextSans-Regular;font-size:13px;color:#7B7F83}[data-spot-im-class=conversation-header]{padding-top:0;padding-bottom:15px}[data-spot-im-class=rich-editor]{background-color:#fff!important;-webkit-border-radius:0!important;border-radius:0!important;border:none!important}[data-spot-im-class=rich-editor-input]{box-sizing:border-box;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:2px!important;margin-bottom:15px;border:1px solid #d5d5d6}[data-spot-im-class=rich-editor-panel]{padding:0;border:1px solid #d5d5d6;box-sizing:border-box;border-radius:2px;height:55px}[data-spot-im-class=rich-editor-upload-image-button]{display:none;pointer-events:none}[data-spot-im-class=rich-editor-panel-actions] [data-spot-im-class=rich-editor-send-button][disabled],[data-spot-im-class=conversation-root] [data-spot-im-class=load-more-messages]:hover{background-color:#F4F4F5!important;color:#ABABAD}[data-spot-im-class=rich-editor-send-button]{font-family:GuardianTextSans-Regular;display:block;color:#FFF;font-weight:400;margin:0!important;padding:0;width:100%;height:53px;border-radius:2px;line-height:53px;box-sizing:border-box;font-size:15px}[data-spot-im-class=rich-editor-panel-actions]{width:100%;line-height:53px;margin:auto 0;text-align:center;background-color:#2C2E33;height:53px;border-radius:2px}[data-spot-im-class=load-more-messages]{font-family:GuardianTextSans-Regular;font-size:15px;font-weight:400;color:#ababad;margin-top:40px;border-radius:2px;border:1px solid #d5d5d6;height:55px;line-height:55px;background-color:#fff!important}[data-spot-im-class=current-user-menu],[data-spot-im-class=conversation-footer],[data-spot-im-class=moderator],[data-spot-im-class=sort-menu]{font-family:GuardianTextSans-Regular}[data-spot-im-class=header-text]{display:none!important}', loginUponSayControlFocus: true };
+</script>
+<script type="text/javascript" src="//www.spot.im/embed/modules/launcher/bundle.js?module=messages-count"
+ data-spot-id="sp_f76RE06N"></script>
+<script src="https://recirculation.spot.im/spot/sp_f76RE06N" data-spotim-script="recirculation"></script>
+<script type="text/javascript">
+ !function (t, e, n) {
+ function a(t) {
+ var a = e.createElement("script");
+ a.type = "text/javascript", a.async = !1, a.src = ("https:" === e.location.protocol ? "https" : "http") + ":" + n, (t || e.body || e.head).appendChild(a)
+ }
+
+ function o() {
+ var t = e.getElementsByTagName("script"),
+ n = t[t.length - 1];
+ return n.parentNode
+ }
+
+ var p = o();
+ t.spotId = "sp_f76RE06N", t.parentElement = p, a(p)
+ }(window.SPOTIM = {
+ options: {
+ newsfeed: false
+ }
+ }, document, "//www.spot.im/launcher/bundle.js");
+</script>
+<script src="https://s.blogsmithmedia.com/www.engadget.com/assets-h159e8c9b49d08fd74b1f658dac6e12df/js/spotim-sso-logout.js?h=7fd2f92b87989e342650792a630c8d5a"></script>
+<!-- END SpotIM -->
+<script type="text/javascript" src="//s.skimresources.com/js/72705X1521812.skimlinks.js"></script>
+<script async="" src="//plugin.mediavoice.com/mediaconductor/mc.js"></script>
+<script>
+ window.mediaconductor = window.mediaconductor || function () {
+ (mediaconductor.q = mediaconductor.q || []).push(arguments);
+ }
+ mediaconductor("init", "c4e4233e71b04b459b7b0524ca99125f");
+ mediaconductor("exec");
+</script>
+</body>
+
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/folha/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/folha/expected-images.json
new file mode 100644
index 0000000..a449683
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/folha/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/f.i.uol.com.br\/fotografia\/2018\/12\/21\/15454034955c1cfc67131dc_1545403495_3x2_rt.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/folha/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/folha/expected-metadata.json
new file mode 100644
index 0000000..4d12641
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/folha/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Bruno (Henrique Zecchin) Rodrigues",
+ "Direction": null,
+ "Excerpt": "Na ocasi\u00e3o, t\u00e9cnico do Corinthians entregou r\u00e9plica do trof\u00e9u ao ex-presidente",
+ "Image": "https:\/\/f.i.uol.com.br\/fotografia\/2018\/12\/21\/15454034955c1cfc67131dc_1545403495_3x2_rt.jpg",
+ "Title": "Tite diz que errou ao levar ta\u00e7a da Libertadores a Lula em 2012",
+ "SiteName": "Folha de S.Paulo"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/folha/expected.html b/vendor/fivefilters/readability.php/test/test-pages/folha/expected.html
new file mode 100644
index 0000000..13f3ac3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/folha/expected.html
@@ -0,0 +1,24 @@
+<div data-share-text data-news-content-text data-disable-copy data-continue-reading data-continue-reading-hide-others=".js-continue-reading-hidden" itemprop="articleBody">
+ <p>
+ Após rechaçar <a href="https://www1.folha.uol.com.br/esporte/2018/12/tite-se-recusa-a-encontrar-bolsonaro-antes-da-disputa-da-copa-america.shtml">um encontro da seleção brasileira com o presidente eleito Jair</a> <a href="https://www1.folha.uol.com.br/esporte/2018/12/tite-se-recusa-a-encontrar-bolsonaro-antes-da-disputa-da-copa-america.shtml">Bolsonaro</a>, o técnico Tite declarou que errou ao levar a taça da Copa Libertadores de 2012, conquistada pelo Corinthians, ao ex-presidente Luiz Inácio Lula da Silva.
+ </p>
+ <p>
+ Ao lado de representantes do clube paulista, o atual comandante do Brasil ainda entregou uma réplica do troféu a Lula.
+ </p>
+ <p>
+ "Em 2012 eu errei. Ele não era presidente, mas fui ao Instituto e mandei felicitações por um aniversário. Não me posicionei politicamente. Não tenho partido político, tenho sim a torcida para que o Brasil seja melhor em igualdade social. E que nossas prioridades sejam educação e punição. Que seja dada a possibilidade de estudo ao garoto de São Braz, que não tem chão batido para ir à escola, ou da periferia de Caixas ou do morro do Rio de Janeiro. Seja dada a ele a prioridade de estudo e não a outras situações", falou Tite ao programa "Grande Círculo", que ainda irá ao ar no SporTV.
+ </p>
+ <p>
+ Na ocasião, Tite e outros representantes do Corinthians <a href="https://www1.folha.uol.com.br/poder/1124743-corinthians-leva-a-taca-da-libertadores-para-lula.shtml">foram ao Instituto Lula para mostrar a taça</a> original da Libertadores ao ex-presidente.
+ </p>
+
+ <p>
+ O assunto foi levantado&nbsp;porque recentemente Tite foi questionado se aceitaria um encontro da seleção brasileira com Bolsonaro em uma conquista de título ou <a href="https://www1.folha.uol.com.br/esporte/2018/12/selecao-brasileira-jogara-duas-vezes-em-sao-paulo-na-copa-america.shtml">antes da Copa América de 2019</a>, por exemplo. O treinador deixou claro que preferiria evitar esse tipo de formalidade.
+ </p>
+ <p>
+ Apesar disso, Tite não questionou a ação de Palmeiras e CBF, que <a href="https://www1.folha.uol.com.br/esporte/2018/12/cbf-usa-festa-do-palmeiras-para-se-aproximar-de-governo-bolsonaro.shtml">convidaram Bolsonaro para a festa do título do Campeonato Brasileiro</a>. O presidente eleito até levantou a taça conquistada pelo clube alviverde.
+ </p>
+ <p>
+ "Em 2012 eu fiz e errei. O protocolo e a situação gerada no jogo do Palmeiras são fatos de opinião pessoal. CBF e Palmeiras, enquanto instituições têm a opinião. Errei lá atrás, não faria com o presidente antes da Copa e nem agora porque entendo que misturar esporte e política não é legal. Fiz errado lá atrás? Sim. Faria de novo? Não", acrescentou o comandante.
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/folha/source.html b/vendor/fivefilters/readability.php/test/test-pages/folha/source.html
new file mode 100644
index 0000000..03f749c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/folha/source.html
@@ -0,0 +1,2518 @@
+<!DOCTYPE html>
+<html lang="pt-BR" data-version="prod@5391c020" xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-BR">
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta property="desliga:paywall" content="false" />
+ <title>
+ Tite diz que errou ao levar taça da Libertadores a Lula em 2012 - 21/12/2018 - Esporte - Folha
+ </title>
+ <meta name="description" content="Após rechaçar um encontro da seleção brasileira com o presidente eleito Jair Bolsonaro, o técnico Tite declarou que errou ao levar a taça da Copa Libertadores de 2012, conquistada pelo Corinthians, ao ex-presidente Luiz Inácio Lula da Silva." />
+ <meta name="keywords" content="Futebol, corinthians, libertadores, folha" />
+ <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
+ <link rel="canonical" href="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" />
+ <link rel="amphtml" href="https://www1.folha.uol.com.br/amp/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" /><!-- Open Graph Meta Tags -->
+ <meta property="og:description" content="Após rechaçar um encontro da seleção brasileira com o presidente eleito Jair Bolsonaro, o técnico Tite declarou que errou ao levar a taça da Copa Libertadores de 2012, conquistada pelo Corinthians, ao ex-presidente Luiz Inácio Lula da Silva." />
+ <meta property="og:image" content="https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_rt.jpg" />
+ <meta property="og:image:height" content="1600" />
+ <meta property="og:image:type" content="image/jpeg" />
+ <meta property="og:image:width" content="2400" />
+ <meta property="og:locale" content="pt_BR" />
+ <meta property="og:site_name" content="Folha de S.Paulo" />
+ <meta property="og:title" content="Tite diz que errou ao levar taça da Libertadores a Lula em 2012" />
+ <meta property="og:type" content="article" />
+ <meta property="og:url" content="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" />
+ <meta property="article:published_time" content="2018-12-21 12:55:00" />
+ <meta property="article:modified_time" content="2018-12-21 12:56:02" />
+ <meta property="article:section" content="Esporte" />
+ <meta property="article:tag" content="Folha de S.Paulo" />
+ <meta property="article:tag" content="Futebol" />
+ <meta property="article:tag" content="corinthians" />
+ <meta property="article:tag" content="libertadores" /><!-- /Open Graph Meta Tags -->
+ <!-- Twitter Meta Tags -->
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:image" content="https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_rt.jpg" />
+ <meta name="twitter:creator" content="folha" />
+ <meta name="twitter:description" content="Após rechaçar um encontro da seleção brasileira com o presidente eleito Jair Bolsonaro, o técnico Tite declarou que errou ao levar a taça da Copa Libertadores de 2012, conquistada pelo Corinthians, ao ex-presidente Luiz Inácio Lula da Silva." />
+ <meta name="twitter:site" content="folha" />
+ <meta name="twitter:title" content="Tite diz que errou ao levar taça da Libertadores a Lula em 2012 - 21/12/2018 - Esporte - Folha" /><!-- /Twitter Meta Tags -->
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="mobile-web-app-capable" content="yes" />
+ <link rel="manifest" href="/manifest.json" />
+ <link rel="apple-touch-icon" href="//f.i.uol.com.br/hunting/folha/1/common/icons/apple-touch-icon.png" />
+ <link rel="apple-touch-icon" sizes="76x76" href="//f.i.uol.com.br/hunting/folha/1/common/icons/touch-icon-ipad.png" />
+ <link rel="apple-touch-icon" sizes="120x120" href="//f.i.uol.com.br/hunting/folha/1/common/icons/touch-icon-iphone-retina.png" />
+ <link rel="apple-touch-icon" sizes="152x152" href="//f.i.uol.com.br/hunting/folha/1/common/icons/touch-icon-ipad-retina.png" />
+ <link rel="apple-touch-startup-image" href="//f.i.uol.com.br/hunting/folha/1/common/splash/launch-640x1136.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" />
+ <link rel="apple-touch-startup-image" href="//f.i.uol.com.br/hunting/folha/1/common/splash/launch-750x1294.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" />
+ <link rel="apple-touch-startup-image" href="//f.i.uol.com.br/hunting/folha/1/common/splash/launch-1242x2148.png" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" />
+ <link rel="apple-touch-startup-image" href="//f.i.uol.com.br/hunting/folha/1/common/splash/launch-1125x2436.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" />
+ <link rel="apple-touch-startup-image" href="//f.i.uol.com.br/hunting/folha/1/common/splash/launch-1536x2048.png" media="(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" />
+ <link rel="apple-touch-startup-image" href="//f.i.uol.com.br/hunting/folha/1/common/splash/launch-1668x2224.png" media="(min-device-width: 834px) and (max-device-width: 834px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" />
+ <link rel="apple-touch-startup-image" href="//f.i.uol.com.br/hunting/folha/1/common/splash/launch-2048x2732.png" media="(min-device-width: 1024px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" />
+ <link rel="icon" sizes="192x192" href="//f.i.uol.com.br/hunting/folha/1/common/icons/favicon-192.png" />
+ <link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 62x62" href="//f.i.uol.com.br/hunting/folha/1/common/icons/favicon.ico" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black" />
+ <meta name="apple-mobile-web-app-title" content="Folha de S.Paulo" />
+ <meta name="msapplication-TileImage" content="//f.i.uol.com.br/hunting/folha/1/common/icons/favicon-144.png" />
+ <meta name="msapplication-TileColor" content="#fff" />
+ <meta name="theme-color" content="#262626" />
+ <script>
+ <![CDATA[
+ //UOLTM
+ window.universal_variable = window.universal_variable || {};
+ window.universal_variable.dfp = {"custom_params":{"subchan":"","keyword":"corinthians"}};
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ //UOLTM
+ window.uolads = window.uolads || [];
+ window.UOLPD = window.UOLPD || {};
+ (function() {
+ var uv = window.universal_variable, up = window.UOLPD;
+ uv.aud = { userType: "none", loginType: "none", userGroup: "none" };
+ up.dataLayer = { "t": String(Math.round(Math.random()*9)+1), "swgt": "sub_na" };
+ //
+ function uoltm() {
+ var scr = document.createElement( "script" );
+ scr.async = true;
+ scr.src = "https://tm.jsuol.com.br/uoltm.js?id=1p0oxf";
+ var el = document.getElementsByTagName( "script" )[0];
+ el.parentNode.insertBefore( scr, el );
+ };
+ if ( document.cookie.indexOf( "folha_ga_userType" ) >= 0 ) {
+ var ck = {}, e = document.cookie.split(";");
+ for (var i = 0; i < e.length; i++) {
+ var a = e[i].split("=");
+ ck[a[0].replace(" ","")]=a[1];
+ }
+ uv.aud.userType = ck.folha_ga_userType;
+ uv.aud.loginType = ck.folha_ga_loginType;
+ uv.aud.userGroup = ck.folha_ga_userGroup;
+ up.dataLayer.swgt = ck.folha_ga_swgt;
+ uoltm();
+ }
+ else {
+ (function tryType( delay, times ) {
+ try {
+ uv.aud.userType = paywall.data.log_type;
+ uv.aud.loginType = paywall.data.origin;
+ uv.aud.userGroup = paywall.all.track || uv.aud.userGroup;
+ up.dataLayer.swgt = paywall.all.swgt || up.dataLayer.swgt;
+ uoltm();
+ }
+ catch ( e ) {
+ ( times > 0 ) ? setTimeout( function() { tryType( delay, --times ) ; }, delay ) : uoltm();
+ }
+ } ( 15, 100 ) );
+ }
+ })();
+
+ //chartbeat
+ var _sf_async_config = _sf_async_config || {};
+ _sf_async_config.uid = 50059;
+ _sf_async_config.domain = 'folha.com.br';
+ _sf_async_config.topStorageDomain = 'uol.com.br';
+ _sf_async_config.flickerControl = false;
+ _sf_async_config.useCanonical = true;
+ var _sf_startpt = (new Date()).getTime();
+ ]]>
+ </script>
+ <script id="navegg" src="https://tag.navdmp.com/tm23947.js"></script>
+ <script src="https://static.chartbeat.com/js/chartbeat_mab.js"></script>
+ <link rel="stylesheet" href="https://static.folha.uol.com.br/storybook/css/portal-88010c12c5.css" />
+ <script src="//f1-na.readspeaker.com/script/6877/ReadSpeaker.js?pids=embhl,custom" type="text/javascript"></script>
+ <style type="text/css">
+ /*<![CDATA[*/
+ /* Alloy problems */
+ .c-headline__wrapper > p,
+ .c-headline__wrapper .c-headline__content > p,
+ .c-main-headline__wrapper > p {
+ color: #757575;
+ font-family: 'FolhaGrafico', Georgia, serif;
+ font-size: 0.8888888888888888em;
+ line-height: 1.33;
+ margin-bottom: 0;
+ }
+
+ .c-main-headline__wrapper > p {
+ font-size: 18px;
+ }
+
+ .c-headline__wrapper > p > strong,
+ .c-headline__wrapper .c-headline__content > p > strong,
+ .c-main-headline__wrapper > p > strong {
+ font-weight: 500;
+ }
+
+ .c-headline__wrapper > p > a,
+ .c-headline__wrapper .c-headline__content > p > a,
+ .c-main-headline__wrapper > p > a {
+ color: #0078a4;
+ }
+
+ .c-headline__wrapper > p > a > strong,
+ .c-headline__wrapper .c-headline__content > p > a > strong,
+ .c-main-headline__wrapper > p > a > strong {
+ font-weight: 500;
+ }
+
+ .c-headline__wrapper > p:not(.c-headline__standfirst):last-child,
+ .c-headline__wrapper .c-headline__content > p:not(.c-headline__standfirst):last-child,
+ .c-main-headline__wrapper > p:not(.c-headline__standfirst):last-child {
+ margin-bottom: 0.7777777777777778em;
+ }
+
+ /* Estradas */
+ .c-status {
+ background-color: #e0e0e0;
+ display: inline-block;
+ height: 0.666666666666667rem;
+ width: 0.666666666666667rem;
+ }
+ .c-status--danger {
+ background-color: #e51717;
+ }
+ .c-status--success {
+ background-color: #6c9;
+ border-radius: 50%;
+ }
+ .c-status--warning {
+ background-color: #f2bc25;
+ -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
+ }
+ .c-status--small {
+ height: 0.5rem;
+ width: 0.5rem;
+ }
+ .t-dark .c-status--danger {
+ background-color: #ff5c5c;
+ }
+ /*]]>*/
+ </style><!--//-->
+ <script type="application/ld+json">
+ <![CDATA[
+ {
+ "@context": "http://schema.org",
+ "@type": "ReportageNewsArticle",
+ "url": "https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml",
+ "mainEntityOfPage": "https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml",
+ "headline": "Tite diz que errou ao levar taça da Libertadores a Lula em 2012",
+ "description": "Na ocasião, técnico do Corinthians entregou réplica do troféu ao ex-presidente",
+ "datePublished": "2018-12-21T12:55:00Z",
+
+ "image": { "@type": "ImageObject", "url": "https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_md.jpg", "width": "768", "height": "512" },
+
+ "contentLocation": {
+ "@type": "Place",
+ "name": "São Paulo "
+ },
+
+ "author": [{
+ "@type": "Person",
+ "name": "Bruno (Henrique Zecchin) Rodrigues ",
+ "sameAs": ["" ,"" ,"" ],
+ "workLocation": { "@type": "Place", "name": "São Paulo " }
+ }],
+
+ "publisher": {
+ "@type": "NewsMediaOrganization",
+ "@id" : "https://www1.folha.uol.com.br#organization",
+ "name": "Folha de S.Paulo",
+ "logo": {
+ "@type": "ImageObject",
+ "url": "https://f.i.uol.com.br/hunting/folha/1/amp/logo.png",
+ "width": 600,
+ "height": 60
+ },
+ "ethicsPolicy": "https://temas.folha.uol.com.br/projeto-editorial-da-folha/projeto-editorial-folha-de-s-paulo/principios-editoriais.shtml",
+ "diversityPolicy": "https://temas.folha.uol.com.br/projeto-editorial-da-folha/projeto-editorial-folha-de-s-paulo/principios-editoriais.shtml",
+ "correctionsPolicy": "https://www1.folha.uol.com.br/erramos/",
+ "ownershipFundingInfo": "https://www1.folha.uol.com.br/institucional/",
+ "foundingDate": "1921-02-19",
+ "masthead": "https://www1.folha.uol.com.br/institucional/expediente.shtml",
+ "missionCoveragePrioritiesPolicy": "https://temas.folha.uol.com.br/projeto-editorial-da-folha/projeto-editorial-folha-de-s-paulo/sua-excelencia-o-consumidor-de-noticias.shtml",
+ "verificationFactCheckingPolicy": "https://temas.folha.uol.com.br/projeto-editorial-da-folha/projeto-editorial-folha-de-s-paulo/principios-editoriais.shtml",
+ "unnamedSourcesPolicy": "https://temas.folha.uol.com.br/projeto-editorial-da-folha/projeto-editorial-folha-de-s-paulo/principios-editoriais.shtml",
+ "actionableFeedbackPolicy": "https://www1.folha.uol.com.br/falecomafolha/",
+ "contactPoint": [{
+ "@type": "ContactPoint",
+ "contactType": "Newsroom Contact",
+ "url": "https://www1.folha.uol.com.br/falecomafolha/"
+ },{
+ "@type": "ContactPoint",
+ "contactType": "Public Engagement",
+ "url": "https://www1.folha.uol.com.br/falecomafolha/"
+ }]
+ },
+ "publishingPrinciples": "http://temas.folha.uol.com.br/projeto-editorial-da-folha/projeto-editorial-folha-de-s-paulo/principios-editoriais.shtml"
+ ,
+ "isAccessibleForFree": false,
+ "hasPart": {
+ "@type": "WebPageElement",
+ "isAccessibleForFree": false,
+ "cssSelector": ".paywall"
+ }
+ }
+ ]]>
+ </script>
+ <script src="https://static.folha.uol.com.br/folha/js/push/firebase-app.js"></script>
+ <script src="https://static.folha.uol.com.br/folha/js/push/firebase-messaging.js"></script>
+ <style>
+ <![CDATA[
+ .c-paywall{background-color:#fff;color:#333;font-family:inherit;font-size:16px;text-align:center;border:1px solid #e0e0e0;box-sizing:border-box;margin:0 0 40px;padding:30px 15px;position:relative;border-radius:4px;zoom:1}@media (min-width:1024px){.c-paywall{padding:70px 15px 65px}}.c-paywall a,a.c-paywall__button{color:#0078a4;text-decoration:none}a.c-paywall__button{font-size:14px;font-weight:500;line-height:1;text-align:center;text-transform:uppercase;border-radius:3px;display:inline-block;margin:0 0 40px;padding:12px 27px;border:1px solid}a.c-paywall__button:focus,a.c-paywall__button:hover{opacity:.75}a.c-paywall__button:active{opacity:.85}a.c-paywall__button--primary{color:#fff;background-color:#0078a4}.c-paywall__devices{display:inline-block;margin:0 0 20px;max-width:320px;padding:0}.c-paywall__devices img{width:100%}@media (min-width:1024px){.c-paywall__half-col{float:left;width:50%}}@media (min-width:1024px){.c-paywall__login-area{border-right:1px solid #e0e0e0;margin-top:58px}}.c-paywall__login-list{list-style:none;margin:0 0 80px;padding:0}.c-paywall__login-list li{display:inline-block;margin:0 4px;vertical-align:middle}@media (min-width:1024px){.c-paywall__login-list li{margin:0 5px}}@media (min-width:1024px){.c-paywall__login-list{margin:0}}.c-paywall__login-uol:focus,.c-paywall__login-uol:hover{opacity:.75}.c-paywall__login-uol:active{opacity:.85}.c-paywall__login-uol svg{vertical-align:bottom}p.c-paywall__price{font-size:18px;font-weight:500;margin:30px 0 20px}@media (min-width:1024px){p.c-paywall__price{font-size:24px}}.c-paywall__price small{display:block;font-size:14px;font-weight:400;margin:5px 0 0}.c-paywall__social-login{background-color:#ededed;font-size:16px;display:block;height:32px;padding:8px 0;width:32px;border-radius:50%}.c-paywall__social-login:focus,.c-paywall__social-login:hover{opacity:.75}.c-paywall__social-login:active{opacity:.85}.c-paywall__social-login .icon{fill:#fff;height:1em;vertical-align:top;width:1em}.c-paywall__social-login--facebook{background-color:#3a5999}.c-paywall__social-login--google{background-color:#fff;border:1px solid #e0e0e0;border-radius:23px;padding:8px 0 8px 9px;width:95px}.c-paywall__social-login--google .icon-google-logo{float:left;margin-right:17px}.c-paywall__social-login--google .icon-google-text{float:left;margin-top:1px;width:45px}.c-paywall__social-login--linkedin{background-color:#0077b5}.c-paywall__row{zoom:1}.c-paywall__row:after,.c-paywall__row:before{content:" ";display:table}.c-paywall__row:after{clear:both}p.c-paywall__text{font-size:16px;font-weight:500;line-height:1.38;margin:0 0 19px}@media (min-width:1024px){.c-paywall__text span{display:block}.c-paywall__text--custom{margin-top:22px}}.c-paywall__title{font-size:20px;font-weight:400;line-height:1.3;margin:0 0 30px}.c-paywall__title strong{font-weight:500}@media (min-width:1024px){.c-paywall__title{font-size:30px;line-height:1.2;margin:0 0 45px}}.c-paywall__teaser--is-hidden{display:none}.c-paywall--f5 .c-paywall__button{font-size:12px;font-weight:600;padding:12px 27px}.c-paywall--f5 .c-paywall__devices{max-width:270px}.c-paywall--f5 .c-paywall__price{font-weight:600}@media (min-width:1024px){.c-paywall--f5 p.c-paywall__price{font-size:18px}}.c-paywall--f5 p.c-paywall__text{font-size:14px}@media (min-width:1024px){.c-paywall--f5 .c-paywall__text--custom{margin-top:57px}}.c-paywall--f5 .c-paywall__title{font-family:inherit}.c-paywall--f5 .c-paywall__title strong{font-weight:600}@media (min-width:1024px){.c-paywall--f5 .c-paywall__title{font-size:24px}}@media (min-width:1024px){.c-paywall--guia .c-paywall{padding:30px 15px}}.c-paywall--guia .c-paywall__button{font-size:12px;padding:12px 27px}@media (min-width:1024px){.c-paywall--guia .c-paywall__half-col{float:none;width:100%}}@media (min-width:1024px){.c-paywall--guia .c-paywall__login-area{border-right:none;margin-top:0}}@media (min-width:1024px){.c-paywall--guia .c-paywall__login-list{margin:0 0 80px}}@media (min-width:1024px){.c-paywall--guia .c-paywall__text span{display:inline-block}}.c-paywall--guia .c-paywall__title{font-size:23px}
+ ]]>
+ </style>
+ </head>
+ <body>
+ <div data-memcached="" class="is-hidden">
+ <div data-project="scoreboard" data-status="on"></div>
+ <div data-project="scoreboard-rounds" data-status="on"></div>
+ <div data-project="eleicoes" data-status="off" data-memcached-url="//staffing1.folha.com.br/index.php?file=" data-timeout="3000"></div>
+ </div>
+ <script>
+ <![CDATA[
+ // Elections Vote Counting
+ (function() {
+ var pageUrlRegex = /poder\/eleicoes\/2018\/apuracao\/1turno\/([\w]+)\/?$/;
+ var secondRoundPage = '//www1.folha.uol.com.br/poder/eleicoes/2018/apuracao/2turno/';
+
+ window.location.href.match(pageUrlRegex);
+
+ var secondRoundState = ['brasil','ap','am','df','mg','ms','pa','rj','rn','ro','rr','rs','sc','se','sp']
+ .filter(page => page === RegExp.$1).pop();
+
+ if (/google/.test(document.referrer) && secondRoundState) {
+ window.location.href = secondRoundPage + secondRoundState;
+ }
+ })();
+ ]]>
+ </script> <!-- uol -->
+
+ <script async="async" src="//jsuol.com.br/barra/parceiro-async.js?parceiro=folha"></script> <!-- /uol -->
+ <header class="l-header u-no-print" data-elastic-header="" data-offset-target=".toolbar" data-tolerance="40">
+ <div class="l-header__wrapper">
+ <div class="container">
+ <div class="l-header__container">
+ <div class="l-header__action-group l-header__action-group--left">
+ <button name="button" class="l-header__action" data-c-sidebar-menu-btn="" data-target="#c-sidebar-menu__content" data-btn-close="#c-sidebar-menu__btn-close"><span class="u-sr-only">Abrir sidebar menu</span> <svg xmlns="https://www.w3.org/2000/svg" height="24" width="24" viewbox="0 0 24 24" class="icon icon--hamburger" aria-hidden="true">
+ <path d="m 3,18 18,0 0,-2 -18,0 0,2 z m 0,-5 18,0 0,-2 -18,0 0,2 z M 3,6 3,8 21,8 21,6 3,6 Z"></path></svg> <span class="u-visible-md">Menu</span></button> <a href="//secure.folha.com.br/folha?gid=FOL" title="Assine a Folha" class="l-header__action l-header__action--attention u-visible-md" rel="external">Assine</a>
+ </div>
+ <div class="l-header__branding">
+ <h1 title="Folha de S.Paulo">
+ <a href="//www.folha.uol.com.br/" class="u-link-clean"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 556 67" version="1.1" class="logo-folha" aria-hidden="true">
+ <path d="m 333.4496,4.0000038 c 4.15466,0 7.84768,0.308064 11.46377,1.078223 l 0,16.3273702 -3.00058,0 -2.92365,-12.01448 c -2.07733,-0.5391112 -3.30834,-0.6931432 -5.53954,-0.6931432 -5.07791,0 -7.92462,2.7725722 -7.92462,6.4693352 0,13.092705 22.00429,11.860445 22.00429,31.345475 0,10.78222 -7.84769,19.79308 -20.23472,19.79308 -5.30872,0 -9.54032,-0.69314 -12.77172,-1.84838 l 0,-16.40439 3.2314,0 2.6159,11.70642 c 2.61589,1.4633 5.61648,1.84838 8.694,1.84838 4.69322,0 7.84768,-3.3887 7.84768,-7.31651 0,-14.24794 -22.61979,-14.40197 -22.46591,-32.423692 0,-10.859241 8.07849,-17.8676882 19.0037,-17.8676882 l 0,0 z m -333.37266,3.773779 0,-2.849588 36.16089,0 0,17.7906722 -3.00058,0 -5.00098,-13.70883 -9.92501,0 0,24.028957 7.77075,0 1.76957,-7.47054 3.00059,0 0,19.56204 -3.00059,0 -1.76957,-8.00965 -7.77075,0 0,24.18299 7.15524,1.30927 0,2.77257 -25.4665,0 0,-2.77257 5.69342,-1.30927 0,-52.4478282 -5.61648,-1.078223 z m 384.92117,32.8857912 -4.77016,0 0,20.64026 6.84749,1.30927 0,2.77257 -25.08182,0 0,-2.77257 5.61648,-1.30927 0,-52.4478282 -5.53954,-1.078223 0,-2.849588 23.61999,0 c 9.92501,0 16.61862,3.850795 16.61862,17.9447042 0,10.782225 -5.4626,17.790675 -17.31106,17.790675 l 0,0 z m -4.77016,-4.00483 2.2312,0 c 4.07772,0 6.4628,-2.77257 6.4628,-13.939877 0,-11.090289 -1.69264,-13.70883 -6.30892,-13.70883 l -2.38508,0 0,27.648707 z m 134.71856,1.84838 c 0,-19.562036 8.61706,-27.18661 20.92716,-27.18661 14.07966,0 20.00389,8.702797 20.00389,27.72572 0,19.33099 -8.694,27.26363 -20.85021,27.26363 -14.15661,0 -20.08084,-8.7028 -20.08084,-27.80274 l 0,0 z m -475.3234,0.077 c 0,-19.485024 8.54012,-27.109598 20.85021,-27.109598 14.15661,0 19.85003,8.625781 19.85003,27.648708 0,19.33099 -8.54013,27.18661 -20.85022,27.18661 -14.07967,0 -19.85002,-8.62578 -19.85002,-27.72572 l 0,0 z m 137.56527,26.80153 -13.61804,0 0,-2.38749 3.92384,-1.07822 12.9256,-49.675259 6.69361,0 14.92598,49.675259 4.00079,1.07822 0,2.38749 -20.61941,0 0,-2.38749 4.77016,-1.07822 -4.15465,-12.70763 -11.23296,0 -2.92365,12.70763 5.30873,1.07822 0,2.38749 z m 235.04581,0 -14.23355,0 0,-2.38749 4.38547,-1.07822 12.9256,-49.675259 6.84749,0 14.92598,49.675259 4.46241,1.07822 0,2.38749 -21.00409,0 0,-2.38749 4.69322,-1.07822 -4.23159,-12.70763 -11.38684,0 -2.84671,12.70763 5.46261,1.07822 0,2.38749 z m -297.75034,0 -30.9291,0 0,-2.38749 4.61628,-1.07822 0,-46.209543 -4.38547,-0.847175 0,-2.464509 20.38859,0 0,2.464509 -4.770157,0.847175 0,46.055503 8.309307,0 4.38547,-12.39956 2.38508,0 0,16.01931 z m 3.15446,-50.522428 0,-2.464509 19.38839,0 0,2.464509 -3.8469,0.847175 0,21.641463 11.69459,0 0,-21.641463 -3.61609,-0.847175 0,-2.464509 18.92676,0 0,2.464509 -4.00077,0.847175 0,46.209543 4.38546,1.07822 0,2.38749 -19.31145,0 0,-2.38749 3.61609,-1.07822 0,-20.94833 -11.69459,0 0,20.94833 3.8469,1.07822 0,2.38749 -19.38839,0 0,-2.38749 4.38547,-1.07822 0,-46.055512 -4.38547,-1.001206 z M 259.8968,39.735384 c 0,18.63784 -8.694,25.64629 -19.23451,25.64629 l -20.61941,0 0,-2.38749 4.15466,-1.07822 0,-46.209543 -4.15466,-0.847175 0,-2.464509 19.54227,0 c 13.15641,0 20.31165,6.315304 20.31165,27.340647 l 0,0 z m 19.46534,22.02654 10.07888,0 4.2316,-11.78343 2.69283,0 0,15.40318 -33.23725,0 0,-2.38749 4.92404,-1.07822 0,-46.209543 -4.8471,-0.847175 0,-2.464509 31.46767,0 0,15.326167 -2.61589,0 -4.30853,-11.860452 -8.38625,0 0,21.179372 6.61667,0 1.76958,-6.54635 2.38508,0 0,17.25156 -2.38508,0 -1.76958,-7.08546 -6.61667,0 0,21.10235 z m 160.03118,-46.902678 0,-2.464509 20.31165,0 0,2.464509 -4.69322,0.847175 0,37.429723 c 0,6.93143 1.69264,10.1661 6.69362,10.1661 6.84748,0 9.00175,-4.08184 9.00175,-11.70641 l 0,-35.889413 -4.53935,-0.847175 0,-2.464509 12.23316,0 0,2.464509 -4.15466,0.847175 0,36.659563 c 0,10.32013 -5.07791,14.71004 -15.46455,14.63302 -11.9254,-0.077 -15.07986,-4.69796 -15.07986,-17.02051 l 0,-34.272073 -4.30854,-0.847175 z m 72.70648,50.522428 -30.46747,0 0,-2.38749 4.61628,-1.07822 0,-46.209543 -4.30853,-0.847175 0,-2.464509 20.31165,0 0,2.464509 -4.69322,0.847175 0,46.055503 7.61687,0 4.38547,-12.39956 2.53895,0 0,16.01931 z m 31.69849,-26.1854 c 0,-21.48744 -3.69303,-24.799124 -8.00156,-24.799124 -4.30853,0 -8.694,2.849589 -8.694,24.028964 0,21.41042 3.69302,24.87613 8.07849,24.87613 4.30853,0 8.61707,-3.08063 8.61707,-24.10597 l 0,0 z m -475.40035,0.077 c 0,-21.487434 -3.76996,-24.722102 -8.15543,-24.722102 -4.46241,0 -8.77094,2.772573 -8.77094,23.951942 0,21.41042 3.8469,24.79912 8.23237,24.79912 4.30853,0 8.694,-2.9266 8.694,-24.02896 l 0,0 z m 167.64806,22.48864 3.30834,0 c 6.23198,0 9.15563,-3.3887 9.15563,-22.71969 0,-19.716066 -3.38528,-23.181782 -9.38645,-23.181782 l -3.07752,0 0,45.901472 z m -56.16479,-33.11683 -4.23159,16.94349 9.38644,0 -5.15485,-16.94349 z m 234.96887,0 -4.15466,16.94349 9.23257,0 -5.07791,-16.94349 z m -61.70433,26.1854 c 2.8467,0 5.23179,2.54153 5.23179,5.69918 0,3.23467 -2.53896,5.77619 -5.38567,5.77619 -2.69283,0 -5.23179,-2.54152 -5.23179,-5.77619 0,-3.15765 2.69283,-5.69918 5.38567,-5.69918 l 0,0 z"></path></svg></a>
+ </h1>
+ <div class="l-header__sub">
+ <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 55 14" version="1.1" class="brand-stars" aria-hidden="true">
+ <g>
+ <polygon points="22.866795,14.321192 24.633205,8.8599664 20,5.4902743 25.733591,5.4902743 27.5,8.8817842e-16 29.266409,5.4902743 35,5.4902743 30.366795,8.8599664 32.133205,14.321192 27.5,10.92245" class="brand-stars-blue"></polygon>
+ <polygon points="2.8667954,14.321192 4.6332046,8.8599664 0,5.4902743 5.7335907,5.4902743 7.5,8.8817842e-16 9.2664093,5.4902743 15,5.4902743 10.366795,8.8599664 12.133205,14.321192 7.5,10.92245" class="brand-stars-red"></polygon>
+ <polygon points="42.866795,14.321192 44.633205,8.8599664 40,5.4902743 45.733591,5.4902743 47.5,8.8817842e-16 49.266409,5.4902743 55,5.4902743 50.366795,8.8599664 52.133205,14.321192 47.5,10.92245" class="brand-stars-dark"></polygon>
+ </g></svg>
+ </div>
+ </div>
+ <ul class="u-sr-only">
+ <li>
+ <a href="#conteudo" accesskey="1">Ir para o conteúdo [1]</a>
+ </li>
+ <li>
+ <a href="#menu" accesskey="2">Ir para o menu [2]</a>
+ </li>
+ <li>
+ <a href="#rodape" accesskey="3">Ir para o rodapé [3]</a>
+ </li>
+ </ul>
+ <div class="l-header__action-group l-header__action-group--right">
+ <a href="#" class="l-header__action js-link-logout u-visible-md"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--user" aria-hidden="true">
+ <path d="m 12,12 c 2.210001,0 4,-1.789999 4,-4 C 16,5.79 14.210001,4 12,4 9.790001,4 8,5.79 8,8 c 0,2.210001 1.790001,4 4,4 l 0,0 z m 0,2 c -2.67,0 -8,1.34 -8,4 l 0,2 16,0 0,-2 c 0,-2.66 -5.329999,-4 -8,-4 l 0,0 z"></path></svg> <span>Entrar</span></a> <button data-search-btn="" data-target="#search" type="button" name="button" class="l-header__action"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--search" aria-hidden="true">
+ <path d="m 15.757146,14.256289 -0.79045,0 -0.280158,-0.270154 c 0.98056,-1.140652 1.570896,-2.621498 1.570896,-4.2324192 0,-3.5920531 -2.911664,-6.5037173 -6.5037169,-6.5037173 -3.592053,0 -6.5037171,2.9116642 -6.5037171,6.5037173 0,3.5920522 2.9116641,6.5037182 6.5037171,6.5037182 1.6109209,0 3.0917669,-0.590339 4.2324199,-1.570898 l 0.270154,0.28016 0,0.790452 5.002857,4.992853 1.490852,-1.490852 -4.992854,-5.00286 0,0 z m -6.0034287,0 c -2.4914241,0 -4.5025735,-2.011149 -4.5025735,-4.5025732 0,-2.4914241 2.0111494,-4.5025735 4.5025735,-4.5025735 2.4914237,0 4.5025737,2.0111494 4.5025737,4.5025735 0,2.4914242 -2.01115,4.5025732 -4.5025737,4.5025732 l 0,0 z"></path></svg> <span class="u-visible-md">Buscar</span></button>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="l-header__wrapper">
+ <div class="container">
+ <div id="menu" data-menu-channel="Esporte" class="l-header__nav c-site-nav js-c-site-nav">
+ <nav class="c-site-nav__group">
+ <ul class="c-site-nav__list">
+ <li class="c-site-nav__item c-site-nav__item--section">
+ <a href="https://www1.folha.uol.com.br/esporte/">esporte</a> <svg xmlns="//www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" class="icon icon--chevron-right">
+ <path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"></path></svg>
+ </li>
+ <li class="c-site-nav__item">
+ <a href="https://www1.folha.uol.com.br/especial/2018/campeonato-brasileiro/serie-a/">Campeonato Brasileiro</a>
+ </li>
+ <li class="c-site-nav__item">
+ <a href="https://www1.folha.uol.com.br/especial/2018/copa-libertadores/">Libertadores</a>
+ </li>
+ <li class="c-site-nav__item">
+ <a href="https://www1.folha.uol.com.br/especial/2018/liga-dos-campeoes/">Champions League</a>
+ </li>
+ <li class="c-site-nav__item">
+ <a href="https://www1.folha.uol.com.br/especial/2018/copa-do-mundo/">copa 2018</a>
+ </li>
+ <li class="c-site-nav__item">
+ <a href="http://aovivo.folha.uol.com.br/2018/11/30/5617-aovivo.shtml">Mercado da bola</a>
+ </li>
+ </ul>
+ </nav>
+ <nav class="c-site-nav__group c-site-nav__group--right">
+ <ul class="c-site-nav__list">
+ <li class="c-site-nav__item c-site-nav__item--secondary">
+ <a href="https://arte.folha.uol.com.br/esporte/2017/calendario-esportivo-2018/">calendário</a>
+ </li>
+ <li class="c-site-nav__item c-site-nav__item--secondary">
+ <a href="https://www1.folha.uol.com.br/esporte/tv/">destaques da TV</a>
+ </li>
+ </ul>
+ </nav><!--!-->
+ </div>
+ <div class="c-tools-share c-tools-share--inner js-c-tools-share is-hidden" aria-hidden="true">
+ <ul aria-label="Opções de compartilhamento" class="c-tools-share__list" data-sharebar-utm-campaign-prefix="comp" data-sharebar-counter="" data-sharebar-buttons="facebook whatsapp twitter" data-sharebar-channel="esporte" data-sharebar-limit="2" data-sharebar-url="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" data-sharebar-uolpd-id="content" data-sharebar-text="Tite diz que errou ao levar taça da Libertadores a Lula em 2012">
+ <li class="c-tools-share__item">
+ <a aria-label="Ir para a seção de comentários" href="#comentarios" class="c-tools-share__button c-tools-share__button--comment" title="Comentários"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--comments" aria-hidden="true">
+ <path d="M18,8H6V6H18V8M18,11H6V9H18V11M18,14H6V12H18V14M22,4A2,2 0 0,0 20,2H4A2,2 0 0,0 2,4V16A2,2 0 0,0 4,18H18L22,22V4Z"></path></svg> </a>
+ </li>
+ <li class="c-tools-share__item">
+ <div data-modal-drop="" data-qty-collumn="3.4" class="c-modal-drop">
+ <button aria-label="Ver todas opções de compartilhamento" data-trigger="" class="c-tools-share__button c-tools-share__button--neutral"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 17 5" height="24" width="24" class="icon icon--more-options" aria-hidden="true">
+ <path d="M2.5 0.5c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2zm12 0c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2zm-6 0c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2z"></path></svg></button>
+ <div aria-hidden="true" data-content="" class="c-modal-drop__content c-modal-drop__content--no-padding">
+ <div class="c-modal-drop__controls u-hidden-md">
+ <button aria-label="Fechar seção de opções" data-close="" class="c-modal-drop__close"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close icon--tiny" aria-hidden="true">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-tools-share--larger">
+ <ul class="c-tools-share__list" data-sharebar-utm-campaign-prefix="comp" data-sharebar-buttons="facebook whatsapp twitter messenger googlePlus linkedIn pinterest rss email" data-sharebar-channel="esporte" data-triggered-byclick=".c-modal-drop [data-trigger]" data-sharebar-url="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" data-sharebar-uolpd-id="content" data-sharebar-text="Tite diz que errou ao levar taça da Libertadores a Lula em 2012">
+ <li class="c-tools-share__item">
+ <button aria-label="Copiar link" data-copy-link="" data-href="https://folha.com/rz1q0xue" class="c-tools-share__button c-tools-share__button--copy-link" title="URL curta"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon--link icon--" aria-hidden="true">
+ <path d="m 1.5200002,7.9999998 c 0,-1.368 1.112,-2.4799996 2.4799999,-2.4799996 l 3.1999996,0 0,-1.5199999 -3.1999996,0 C 1.7920001,4.0000003 1.5e-7,5.7920002 1.5e-7,7.9999998 1.5e-7,10.208 1.7920001,12 4.0000001,12 l 3.1999996,0 0,-1.519999 -3.1999996,0 c -1.368,0 -2.48,-1.1120012 -2.48,-2.4800012 l 0,0 z m 3.2799999,0.800001 6.3999999,0 0,-1.6000011 -6.4,0 0,1.6000011 0,0 z M 12,4.0000003 l -3.2000001,0 0,1.5199999 3.2000001,0 c 1.368,0 2.48,1.1119996 2.48,2.4799996 0,1.368 -1.112,2.4800012 -2.48,2.4800012 l -3.2000001,0 0,1.519999 L 12,12 c 2.208,0 4,-1.792 4,-4.0000002 0,-2.2079997 -1.792,-3.9999995 -4,-3.9999995 l 0,0 z"></path></svg></button> <span class="c-tools-share__button-name" aria-hidden="true">Copiar link</span>
+ </li>
+ <li class="c-tools-share__item u-visible-md">
+ <button aria-label="Imprimir" data-paper-print="" class="c-tools-share__button c-tools-share__button--paper-print" title="Imprimir"><svg xmlns="https://www.w3.org/2000/svg" width="16" height="16" viewbox="0 0 16 16" class="icon icon--paper-print icon--" aria-hidden="true">
+ <path d="M13.584 4.748H2.424A2.388 2.388 0 0 0 .03 7.14v4.784H3.22v3.19h9.567v-3.19h3.188V7.14a2.388 2.388 0 0 0-2.39-2.392zm-2.39 8.77h-6.38V9.532h6.377v3.986zm2.39-5.58a.8.8 0 0 1-.797-.798c0-.44.36-.797.797-.797.44 0 .797.358.797.797 0 .44-.357.797-.796.797zM12.787.763H3.22V3.95h9.567z"></path></svg></button>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="c-search c-search--fixed">
+ <div id="search" class="collapse c-search__container" data-search="" data-btn="data-search-btn" data-field="#query" data-close-btn=".c-search__close-btn">
+ <form class="c-form c-search__form" action="//search.folha.uol.com.br/" method="get" data-form-validation="">
+ <fieldset class="container">
+ <legend class="u-visually-hidden">Busca</legend>
+ <div class="col col--5-8 col--xs-8-11 col-offset--sm-1-17 col--sm-7-10 col--md-7-13 col-offset--md-1-6 col-offset--lg-2-11">
+ <div class="c-form__default">
+ <label for="query" class="u-visually-hidden">Buscar no sites da Folha de S.Paulo</label> <input class="" type="text" name="q" id="query" placeholder="Digite o que procura" aria-required="true" data-required="\w+`g" data-error-message="&lt;svg xmlns=&quot;https://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot; height=&quot;16&quot; class=&quot;icon icon--alert &quot; aria-hidden=&quot;true&quot;&gt; &lt;path d=&quot;M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm.8 12H7.2v-1.6h1.6zm0-3.2H7.2V4h1.6z&quot;/&gt; &lt;/svg&gt; Digite o que procura" data-target="#query-error-message" /> <input type="hidden" value="todos" name="site" /> <span class="c-form__error-message" id="query-error-message"></span>
+ </div>
+ </div>
+ <div class="col col--1-3 col-offset--1-6 col--xs-2-9 col--sm-1-6 col--md-1-9">
+ <button class="c-button c-button--primary" type="submit">Buscar</button>
+ </div><button data-toggle="collapse" class="c-button--unstyled u-visible-sm c-search__close-btn"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close" aria-hidden="true">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </fieldset>
+ </form>
+ </div>
+ </div>
+ </div><!--//-->
+ <!--!-->
+ </header>
+ <div class="c-sidebar-menu">
+ <!-- sidebar-menu-content -->
+ <div id="c-sidebar-menu__content" class="c-sidebar-menu__content">
+ <div class="flex c-sidebar-menu__content-header">
+ <a href="//www.folha.uol.com.br/" class="c-sidebar-menu__content-header__link" title="Folha de S.Paulo"><svg width="90" height="23" viewbox="0 0 90 23" class="logo-folha logo-tiny" aria-hidden="true">
+ <g fill-rule="evenodd">
+ <path class="brand-stars-red" d="M87.893 4.165l.83 2.58-2.188-1.598-2.188 1.598.841-2.58L83 2.58h2.705l.83-2.58.841 2.579h2.706z"></path>
+ <path class="brand-stars-blue" d="M87.893 11.753l.83 2.58-2.188-1.598-2.188 1.597.841-2.58L83 10.167h2.705l.83-2.579.841 2.58h2.706z"></path>
+ <path class="brand-stars-dark" d="M87.893 20.074l.83 2.58-2.188-1.597-2.188 1.597.841-2.58L83 18.488h2.705l.83-2.579.841 2.579h2.706z"></path>
+ <path d="M.027 1.01V0h12.8v6.303h-1.062l-1.77-4.857H6.482V9.96h2.75l.627-2.647h1.062v6.93H9.859l-.627-2.837h-2.75v8.567l2.532.464v.983H0v-.983l2.015-.464V1.392L.027 1.01zm13.999 10.913c0-6.903 3.023-9.604 7.38-9.604 5.011 0 7.026 3.056 7.026 9.795 0 6.849-3.023 9.632-7.38 9.632-4.984 0-7.026-3.056-7.026-9.823zM62.72 21.42H57.9v-.846l1.389-.382 4.575-17.599h2.37l5.283 17.599 1.416.382v.846h-7.299v-.846l1.689-.382-1.471-4.502h-3.976l-1.036 4.5 1.88.382v.846zm-22.196 0H29.576v-.846l1.634-.382V3.82l-1.552-.3v-.873h7.217v.873l-1.689.3v16.316h2.942l1.552-4.393h.844v5.676zm1.117-17.9v-.872h6.863v.873l-1.362.3v7.667h4.14V3.82l-1.28-.3v-.873h6.7v.873l-1.417.3v16.37l1.552.383v.846h-6.835v-.846l1.28-.382v-7.422h-4.14v7.422l1.362.382v.846H41.64v-.846l1.552-.382V3.874L41.64 3.52zm-17.43 8.65c0-7.612-1.334-8.758-2.887-8.758-1.58 0-3.104.982-3.104 8.485 0 7.585 1.361 8.786 2.914 8.786 1.525 0 3.077-1.037 3.077-8.513zm39.462-3.765l-1.498 6.002h3.323l-1.825-6.002z"></path>
+ </g></svg></a>
+ <div class="c-sidebar-menu__subscribe">
+ <a href="//secure.folha.com.br/folha?gid=FOL" title="Assine a Folha" class="c-sidebar-menu__content-header__link c-sidebar-menu__subscribe-link">Assine</a>
+ </div><button class="c-button--unstyled c-sidebar-menu__btn-close" id="c-sidebar-menu__btn-close"><span class="u-sr-only">Fechar sidebar menu</span> <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close" aria-hidden="true">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-list-menu__divider"></div><!-- User -->
+ <ul class="c-list-menu c-list-menu--insider c-sidebar-menu__user">
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <div class="c-avatar" data-avatar="">
+ <div class="c-avatar__media js-avatar-media"></div>
+ </div><a class="u-link-clean link-icon" href="#user-info" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="user-info" data-nodropdown=""><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="user-info">
+ <li class="c-list-menu__item">
+ <a href="//login.folha.com.br/perfil" class="u-link-clean">Editar perfil</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a href="//login.folha.com.br/conta" class="u-link-clean">Senha e conta</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a href="//login.folha.com.br/newsletter" class="u-link-clean">Newsletter</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a href="//login.folha.com.br/assinante" class="u-link-clean">Assinatura</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean js-link-logout" href="#">Sair</a>
+ </li>
+ </ul>
+ </li>
+ </ul><!-- /User -->
+ <div class="c-list-menu__divider"></div><!-- Nav -->
+ <nav>
+ <!-- Main sections -->
+ <ul class="c-list-menu c-list-menu--insider">
+ <li class="c-list-menu__item">
+ <a href="//www1.folha.uol.com.br/fsp/" class="u-link-clean">Edição Impressa</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a href="//www1.folha.uol.com.br/ultimas-noticias/" class="u-link-clean">Últimas</a>
+ </li>
+ </ul>
+ <div class="c-list-menu__divider"></div>
+ <ul class="c-list-menu c-list-menu--insider">
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/opiniao" class="u-link-clean">opinião</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-opiniao" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-opiniao"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-opiniao" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/folha-topicos/editoriais/">Editoriais</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://fotografia.folha.uol.com.br/galerias/nova/1618604763277631-charges-dezembro-2018">Charges</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/opiniao/tendenciasdebates/">Tendências/Debates</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/colunaseblogs" class="u-link-clean">colunas e blogs</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-colunas-e-blogs" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-colunas-e-blogs"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-colunas-e-blogs" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/colunaseblogs/#so-colunas">Colunas</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/colunaseblogs/#so-blogs">Blogs</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/maispopulares" class="u-link-clean">mais populares</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-mais-populares" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-mais-populares"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-mais-populares" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/maispopulares/#mais-lidas">Mais lidas</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/maispopulares/#mais-enviadas">Mais enviadas</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/maispopulares/#mais-comentadas">Mais comentadas</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://acervo.folha.uol.com.br/" class="u-link-clean">acervo folha</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-acervo-folha" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-acervo-folha"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-acervo-folha" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2017/ha-50-anos">Há 50 Anos</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2017/saiu-no-np">Saiu no NP</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <div class="c-list-menu__divider"></div>
+ <ul class="c-list-menu c-list-menu--insider">
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/poder/eleicoes/2018/" class="u-link-clean">eleições 2018</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-eleicoes-2018" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-eleicoes-2018"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-eleicoes-2018" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://aovivo.folha.uol.com.br/2018/08/16/5454-aovivo.shtml">em tempo real</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/poder/eleicoes/candidatos/">candidatos</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/poder/eleicoes/2018/apuracao/2turno/brasil/">apuração</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://temas.folha.uol.com.br/entrevistas-eleicoes-2018/introducao/o-que-eles-pensam.shtml">Entrevistas com candidatos</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/sabatinas/sabatinas.shtml">Sabatinas</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/folha-informacoes/">Folha Informações</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/debates/">Debates</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/pesquisas-eleitorais/">Pesquisas eleitorais</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://painel.blogfolha.uol.com.br/">Painel</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/poder/" class="u-link-clean">poder</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-poder" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-poder"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-poder" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/governo-bolsonaro/">Governo Bolsonaro</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2017/entrevista-da-segunda/">Entrevista da 2ª</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2014/petrolao/">lava jato</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/mercado" class="u-link-clean">mercado</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-mercado" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-mercado"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-mercado" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mercado/cifraseletras/">cifras &amp; letras</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mercado/consumo-consciente/">consumo consciente</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mercado/folhainvest/">folhainvest</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mercado/imposto-de-renda/">ir 2018</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/colunas/mercadoaberto/">mercado aberto</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://fotografia.folha.uol.com.br/galerias/nova/1618607510546314-hora-do-cafe-dezembro-de-2018">hora do café</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mpme/">mpme</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mercado/brasil-que-da-certo/">o brasil que dá certo</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mercado/previdencia/">previdência</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/colunas/vaivem/">vaivém das commodities</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://publicidadelegal.folha.uol.com.br/">Publicidade Legal</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/cotidiano" class="u-link-clean">cotidiano</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-cotidiano" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-cotidiano"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-cotidiano" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/educacao">educação</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/cotidiano/ao-seu-tempo/">ao seu tempo</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/febre-amarela/">febre amarela</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/noticias/2016/folha-verao/">Folha verão</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/cotidiano/riodejaneiro/">rio de janeiro</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/loterias/">loterias</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://tempo.folha.uol.com.br/">tempo</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/mundo" class="u-link-clean">mundo</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-mundo" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-mundo"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-mundo" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2017/coreia-do-norte/">coreia do norte</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2017/governo-trump/">governo trump</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/venezuela/">venezuela</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://arte.folha.uol.com.br/mundo/2018/hipercidades/">hipercidades</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/esporte/" class="u-link-clean">esporte</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-esporte" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-esporte"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-esporte" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/esporte/">esporte</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/campeonato-brasileiro/serie-a/">campeonato brasileiro</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/ilustrada" class="u-link-clean">ilustrada</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-ilustrada" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-ilustrada"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-ilustrada" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/colunas/monicabergamo/">mônica bergamo</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://www1.folha.uol.com.br/ilustrada/cartum/cartunsdiarios">quadrinhos</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://www1.folha.uol.com.br/comida/">comida</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/colunas/mauricio-meireles/">painel das letras</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/ilustrissima">ilustríssima</a>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://f5.folha.uol.com.br" class="u-link-clean">F5</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-f5" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-f5"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-f5" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://f5.folha.uol.com.br/bichos">Bichos</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://f5.folha.uol.com.br/celebridades">celebridades</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://f5.folha.uol.com.br/horoscopo/">horóscopo</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://f5.folha.uol.com.br/voceviu">você viu?</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://f5.folha.uol.com.br/televisao/">televisão</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://guia.folha.uol.com.br">guia folha</a>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/ciencia" class="u-link-clean">ciência</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-ciencia" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-ciencia"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-ciencia" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/ambiente">Ambiente</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/equilibrioesaude">equilíbrio e saúde</a>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/saopaulo" class="u-link-clean">sãopaulo</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-saopaulo" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-saopaulo"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-saopaulo" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/o-melhor-de-sao-paulo/restaurantes-bares-e-cozinha/2018/">o melhor de sãopaulo</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/saopaulo/viaja-sp/melhores/2018/">viaja sãopaulo</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/descubra-sao-paulo/">descubra sãopaulo</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/estradas/">estradas</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/">especiais</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://seminariosfolha.folha.com.br/">Seminários Folha</a>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/empreendedorsocial/" class="u-link-clean">empreendedor social</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-empreendedor-social" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-empreendedor-social"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-empreendedor-social" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/empreendedorsocial/fiis/">FIIS</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/top-of-mind/">top of mind</a>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="" class="u-link-clean">imagem</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-imagem" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-imagem"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-imagem" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://fotografia.folha.uol.com.br/galerias">fotografia</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/tv">tv folha</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="" class="u-link-clean">parceiros</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-parceiros" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-parceiros"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-parceiros" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/bbc/">BBC News Brasil</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/dw/">Deutsche Welle</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mundo/financialtimes/">Financial Times</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/especial/2018/globalmedia/">Global Media</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mundo/latinoamerica21/">Latino América 21</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/nova-escola/">Nova Escola</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://piaui.folha.uol.com.br/">Piauí</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/rfi/">Radio France Internationale</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mundo/nyt/">The New York Times</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mundo/wsj/">The Wall Street Journal</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mundo/washingtonpost/">The Washington Post</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://telepadi.folha.uol.com.br/">Telepadi</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/banco-de-dados">banco de dados</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/dias-melhores">dias melhores</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/paineldoleitor">painel do leitor</a>
+ </li>
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/sobretudo" class="u-link-clean">sobre tudo</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-sobre-tudo" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-sobre-tudo"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-sobre-tudo" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/sobretudo/carreiras">carreiras</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://classificados1.folha.uol.com.br/">classificados</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/sobretudo/morar">morar</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/sobretudo/rodas">rodas</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/sobretudo/vida-pratica">vida prática</a>
+ </li>
+ </ul>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/turismo">turismo</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/serafina/">Serafina</a>
+ </li>
+ </ul>
+ <div class="c-list-menu__divider"></div>
+ <ul class="c-list-menu c-list-menu--insider">
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="" class="u-link-clean">mais seções</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-mais-secoes" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-mais-secoes"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-mais-secoes" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/internacional/es/">folha en español</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/internacional/en/">folha in english</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mapas/">Folha Mapas</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://folhaleaks.folha.com.br/">folhaleaks</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/tudosobre/">tudo sobre</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/folha-topicos/">folha tópicos</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://transparencia.folha.uol.com.br">folha transparência</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/fsp">versão impressa</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/mapa-do-site/">Mapa do site</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <div class="c-list-menu__divider"></div>
+ <ul class="c-list-menu c-list-menu--insider">
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/institucional/" class="u-link-clean">Sobre a Folha</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-sobre-a-folha" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-sobre-a-folha"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-sobre-a-folha" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://www1.folha.uol.com.br/institucional">sobre o grupo folha</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/institucional/expediente.shtml">expediente</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://www1.folha.uol.com.br/paineldoleitor/politicadeprivacidade/">política de privacidade</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://temas.folha.uol.com.br/projeto-editorial-da-folha/projeto-editorial-2017/">projeto editorial</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/treinamento/">treinamento</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://www1.folha.uol.com.br/folha/trabalhe/vagas.html">trabalhe na folha</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <div class="c-list-menu__divider"></div>
+ <ul class="c-list-menu c-list-menu--insider">
+ <li class="c-list-menu__item">
+ <div class="c-list-menu__wrap-links">
+ <a href="https://www1.folha.uol.com.br/falecomafolha" class="u-link-clean">fale com a folha</a> <a class="u-link-clean c-list-menu__toggle link-icon" href="#sidebarmenu-fale-com-a-folha" data-toggle="collapse" data-icon=".icon--chevron-down" aria-expanded="false" aria-controls="sidebarmenu-fale-com-a-folha"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-down" aria-hidden="true">
+ <path d="M 6.2499999,9.800625 7.60125,8.449375 12,12.838542 16.39875,8.449375 17.75,9.800625 l -5.75,5.75 -5.75,-5.75 z"></path></svg></a>
+ </div>
+ <ul class="c-list-menu__sublist collapse" id="sidebarmenu-fale-com-a-folha" aria-expanded="false">
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://www.publicidade.folha.com.br">anuncie (publicidade folha)</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="http://atendimento.folha.com.br">atendimento ao assinante</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/erramos">erramos</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/ombudsman">ombudsman</a>
+ </li>
+ <li class="c-list-menu__item">
+ <a class="u-link-clean" href="https://www1.folha.uol.com.br/paineldoleitor">painel do leitor</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <div class="c-list-menu__divider"></div><!--!-->
+ <!-- /Main sections -->
+ <!-- Nav -->
+ <aside class="c-sidebar-menu__group">
+ <!-- Contrast -->
+ <div class="c-contrast" data-set-contrast="">
+ <h6 class="c-contrast__title">
+ Contraste
+ </h6>
+ <div class="c-contrast__content">
+ <div class="c-form__radio c-form__radio--inline">
+ <input type="radio" id="contrast-default" name="contrast-theme" data-set-contrast-theme="t-default" checked="checked" /> <label for="contrast-default">Claro</label>
+ </div>
+ <div class="c-form__radio c-form__radio--inline">
+ <input type="radio" id="contrast-dark" name="contrast-theme" data-set-contrast-theme="t-dark" /> <label for="contrast-dark">Escuro</label>
+ </div>
+ </div>
+ </div><!-- /Contrast -->
+ <!-- Edições -->
+ <h4 class="c-sidebar-menu__group-title">
+ Edições
+ </h4>
+ <ul class="c-list-flags">
+ <li class="c-list-flags__item">
+ <a href="//www1.folha.uol.com.br/internacional/en/" title="Ir para a versão Inglês" class="u-link-clean"><svg width="13" height="13" viewbox="0 0 13 13" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" aria-hidden="true" class="icon icon-flag--usa icon--tiny">
+ <title>
+ United States of America flag
+ </title>
+ <defs>
+ <circle id="a" cx="6.5" cy="6.5" r="6.5"></circle>
+ </defs>
+ <g fill="none" fill-rule="evenodd">
+ <mask id="b" fill="#fff">
+ <use xlink:href="#a"></use>
+ </mask>
+ <g mask="url(#b)">
+ <circle cx="6.5" cy="6.5" r="6.5" fill="#FFF"></circle>
+ <path d="M0 12.133h13V13H0v-.867zm0-3.466h13V10.4H0V8.667zM6.933 5.2H13v1.733H6.933V5.2zm0-3.467H13v1.734H6.933V1.733z" fill="#B22234"></path>
+ <path fill="#3C3B6E" d="M0 0h6.933v6.933H0z"></path>
+ </g>
+ </g></svg> <span class="c-heading--tiny" lang="en" title="English" xml:lang="en">ENG</span></a>
+ </li>
+ <li class="c-list-flags__item">
+ <a href="//www1.folha.uol.com.br/internacional/es/" title="Ir para a versão Espanhol" class="u-link-clean"><svg width="13" height="13" viewbox="0 0 13 13" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" aria-hidden="true" class="icon icon-flag--spain icon--tiny">
+ <defs>
+ <circle id="a" cx="6.5" cy="6.5" r="6.5"></circle>
+ </defs>
+ <g fill="none" fill-rule="evenodd">
+ <mask id="b" fill="#fff">
+ <use xlink:href="#a"></use>
+ </mask>
+ <g mask="url(#b)">
+ <circle cx="6.5" cy="6.5" r="6.5" fill="#AA151B"></circle>
+ <path fill="#F1BF00" d="M0 3.467h13v6.066H0z"></path>
+ </g>
+ </g></svg> <span class="c-heading--tiny" lang="es" title="Español" xml:lang="es">ESP</span></a>
+ </li>
+ </ul><!-- /Edições -->
+ <!-- Siga a folha -->
+ <div class="follow-folha">
+ <h4 class="c-sidebar-menu__group-title">
+ Siga a folha
+ </h4>
+ <ul class="c-follow-social-media">
+ <li>
+ <a href="//twitter.com/folha" target="_blank"><span class="u-visually-hidden">Link externo, abre página da Folha de S.Paulo no Twitter</span> <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--twitter" aria-hidden="true">
+ <path d="m 15.999997,3.2018549 c 0,-0.1451388 -0.119467,-0.2732046 -0.273067,-0.2732046 -0.08533,0 -0.674133,0.247589 -0.827733,0.2902776 0.2048,-0.2390525 0.674133,-0.9647527 0.674133,-1.2721095 0,-0.1451387 -0.119466,-0.2732046 -0.273067,-0.2732046 -0.04266,0 -0.09387,0.01711 -0.136533,0.042714 -0.580266,0.3158928 -1.134933,0.5634818 -1.783466,0.7000904 -0.64,-0.6147385 -1.5104,-0.9733204 -2.406399,-0.9733204 -1.8943999,0 -3.4474671,1.5453141 -3.4474671,3.4492104 0,0.136602 0.00853,0.281747 0.034133,0.418349 C 5.6831985,5.1484392 3.8997324,4.3629782 2.5002659,3.1079412 2.1589325,2.8005845 1.8687992,2.4676183 1.5615991,2.1261094 1.4933329,2.0492686 1.4335995,2.0236592 1.3311993,2.0236592 c -0.093866,0 -0.1706664,0.068298 -0.2133332,0.1366023 -0.30720005,0.4524956 -0.46933275,1.1867322 -0.46933275,1.7331415 0,0.7940042 0.2730663,1.5709292 0.78506615,2.1856432 -0.1621331,-0.05121 -0.4096003,-0.213443 -0.55466665,-0.213443 -0.1791994,0 -0.3327998,0.128066 -0.3327998,0.307357 0,1.195268 0.65706655,2.305169 1.66399955,2.928419 -0.0768,-0.0086 -0.1450664,-0.03416 -0.2218665,-0.03416 -0.145067,0 -0.2645333,0.128066 -0.2645333,0.264668 0,0.03416 0.00853,0.05976 0.017067,0.09391 0.3754662,1.1525798 1.314133,2.0234248 2.4917329,2.2966298 -0.9642667,0.597634 -2.0735999,0.904991 -3.1999998,0.904991 -0.25599995,0 -0.51199955,-0.04271 -0.75946615,-0.04271 -0.1535997,0 -0.2730666,0.128066 -0.2730666,0.273205 0,0.09391 0.0512,0.170754 0.1280003,0.230516 0.2218665,0.162218 0.4949331,0.29882 0.7423993,0.42688 1.31413295,0.683017 2.78186635,1.041593 4.26666575,1.041593 3.7205324,0 6.9034655,-1.99781 8.4394655,-5.3957938 0.554666,-1.220886 0.878933,-2.5613 0.853333,-3.901713 l 0,-0.281741 C 15.010131,4.5422372 15.57333,3.978749 15.95733,3.355499 15.98293,3.312785 16,3.261585 16,3.2018237 l 0,0 z"></path></svg></a>
+ </li>
+ <li>
+ <a href="//www.linkedin.com/company-beta/15657/" target="_blank"><span class="u-visually-hidden">Link externo, abre página da Folha de S.Paulo no Linkedin</span> <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--linkedin" aria-hidden="true">
+ <path d="M 0.5217573,3.4217496 C 0.8574099,3.7574022 1.3243328,3.925225 1.883477,3.925225 l 0.019112,0 c 0.5965319,0 1.062624,-0.1678228 1.416555,-0.5034754 C 3.6739051,3.0669849 3.8417314,2.656557 3.8417314,2.1348025 3.8417314,1.6313201 3.6547964,1.2026132 3.319144,0.86696056 2.9834872,0.531308 2.517395,0.3634851 1.9391422,0.3634851 1.3608886,0.3634851 0.8947967,0.531308 0.5408658,0.86696056 0.1861045,1.2026132 -1e-7,1.6313201 -1e-7,2.1348025 c 0,0.5217545 0.1678263,0.9321824 0.5217572,1.2869471 l 0,0 z m -0.3165439,12.2147654 3.4313014,0 0,-10.2939042 -3.4313014,0 0,10.2939042 z m 8.7460799,0 0,-5.7443117 c 0,-0.3539317 0.037384,-0.633921 0.1121617,-0.839135 C 9.2121719,8.6991367 9.4364945,8.4008753 9.7347601,8.1582701 10.013917,7.9156719 10.386957,7.8035124 10.834771,7.8035124 c 0.596531,0 1.025236,0.2052139 1.305224,0.6156349 0.279987,0.410428 0.428705,0.9886857 0.428705,1.7156547 l 0,5.501713 3.4313,0 0,-5.8930294 C 16,8.2139334 15.64607,7.0582579 14.919099,6.2747932 14.191298,5.4913284 13.240005,5.1000126 12.046942,5.1000126 c -0.428705,0 -0.839131,0.055677 -1.193893,0.1678228 -0.353931,0.093054 -0.652197,0.2425982 -0.9130756,0.446986 C 9.6973732,5.9017564 9.5104375,6.0878582 9.3617206,6.2565141 9.2121719,6.4235108 9.063455,6.6104458 8.9321847,6.8339388 l 0.019112,0 0,-1.491328 -3.4313016,0 0.018279,0.5034754 0,3.0765435 c 0,1.7156473 0,3.9538893 -0.018279,6.7138853 l 3.4313016,0 0,0 z"></path></svg></a>
+ </li>
+ <li>
+ <a href="//www.instagram.com/folhadespaulo/" target="_blank"><span class="u-visually-hidden">Link externo, abre página da Folha de S.Paulo no Instagram</span> <svg xmlns="https://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" class="icon icon--instagram" aria-hidden="true">
+ <path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z"></path></svg></a>
+ </li>
+ <li>
+ <a href="//www1.folha.uol.com.br/feed" target="_blank"><span class="u-visually-hidden">Link externo, abre página RSS da Folha de S.Paulo</span> <svg xmlns="https://www.w3.org/2000/svg" height="24" viewbox="0 0 16 16" width="24" class="icon icon--rss" aria-hidden="true">
+ <g transform="translate(-4, -4)">
+ <circle cx="6.18" cy="17.82" r="2.18"></circle>
+ <path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"></path>
+ </g></svg></a>
+ </li>
+ </ul>
+ </div><!-- /Siga a folha -->
+ </aside>
+ </nav>
+ </div><!-- /sidebar-menu-content -->
+ <div class="c-sidebar-menu__overlay"></div>
+ </div>
+ <div class="c-search__overlay" data-overlay-search=""></div>
+ <header class="l-header u-only-print" aria-hidden="true">
+ <div class="l-header__wrapper">
+ <div class="container">
+ <div class="l-header__container">
+ <div class="l-header__branding">
+ <a href="#" class="l-header__logo u-link-clean">
+ <h1>
+ <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 556 67" version="1.1" class="logo-folha" aria-hidden="true">
+ <path d="m 333.4496,4.0000038 c 4.15466,0 7.84768,0.308064 11.46377,1.078223 l 0,16.3273702 -3.00058,0 -2.92365,-12.01448 c -2.07733,-0.5391112 -3.30834,-0.6931432 -5.53954,-0.6931432 -5.07791,0 -7.92462,2.7725722 -7.92462,6.4693352 0,13.092705 22.00429,11.860445 22.00429,31.345475 0,10.78222 -7.84769,19.79308 -20.23472,19.79308 -5.30872,0 -9.54032,-0.69314 -12.77172,-1.84838 l 0,-16.40439 3.2314,0 2.6159,11.70642 c 2.61589,1.4633 5.61648,1.84838 8.694,1.84838 4.69322,0 7.84768,-3.3887 7.84768,-7.31651 0,-14.24794 -22.61979,-14.40197 -22.46591,-32.423692 0,-10.859241 8.07849,-17.8676882 19.0037,-17.8676882 l 0,0 z m -333.37266,3.773779 0,-2.849588 36.16089,0 0,17.7906722 -3.00058,0 -5.00098,-13.70883 -9.92501,0 0,24.028957 7.77075,0 1.76957,-7.47054 3.00059,0 0,19.56204 -3.00059,0 -1.76957,-8.00965 -7.77075,0 0,24.18299 7.15524,1.30927 0,2.77257 -25.4665,0 0,-2.77257 5.69342,-1.30927 0,-52.4478282 -5.61648,-1.078223 z m 384.92117,32.8857912 -4.77016,0 0,20.64026 6.84749,1.30927 0,2.77257 -25.08182,0 0,-2.77257 5.61648,-1.30927 0,-52.4478282 -5.53954,-1.078223 0,-2.849588 23.61999,0 c 9.92501,0 16.61862,3.850795 16.61862,17.9447042 0,10.782225 -5.4626,17.790675 -17.31106,17.790675 l 0,0 z m -4.77016,-4.00483 2.2312,0 c 4.07772,0 6.4628,-2.77257 6.4628,-13.939877 0,-11.090289 -1.69264,-13.70883 -6.30892,-13.70883 l -2.38508,0 0,27.648707 z m 134.71856,1.84838 c 0,-19.562036 8.61706,-27.18661 20.92716,-27.18661 14.07966,0 20.00389,8.702797 20.00389,27.72572 0,19.33099 -8.694,27.26363 -20.85021,27.26363 -14.15661,0 -20.08084,-8.7028 -20.08084,-27.80274 l 0,0 z m -475.3234,0.077 c 0,-19.485024 8.54012,-27.109598 20.85021,-27.109598 14.15661,0 19.85003,8.625781 19.85003,27.648708 0,19.33099 -8.54013,27.18661 -20.85022,27.18661 -14.07967,0 -19.85002,-8.62578 -19.85002,-27.72572 l 0,0 z m 137.56527,26.80153 -13.61804,0 0,-2.38749 3.92384,-1.07822 12.9256,-49.675259 6.69361,0 14.92598,49.675259 4.00079,1.07822 0,2.38749 -20.61941,0 0,-2.38749 4.77016,-1.07822 -4.15465,-12.70763 -11.23296,0 -2.92365,12.70763 5.30873,1.07822 0,2.38749 z m 235.04581,0 -14.23355,0 0,-2.38749 4.38547,-1.07822 12.9256,-49.675259 6.84749,0 14.92598,49.675259 4.46241,1.07822 0,2.38749 -21.00409,0 0,-2.38749 4.69322,-1.07822 -4.23159,-12.70763 -11.38684,0 -2.84671,12.70763 5.46261,1.07822 0,2.38749 z m -297.75034,0 -30.9291,0 0,-2.38749 4.61628,-1.07822 0,-46.209543 -4.38547,-0.847175 0,-2.464509 20.38859,0 0,2.464509 -4.770157,0.847175 0,46.055503 8.309307,0 4.38547,-12.39956 2.38508,0 0,16.01931 z m 3.15446,-50.522428 0,-2.464509 19.38839,0 0,2.464509 -3.8469,0.847175 0,21.641463 11.69459,0 0,-21.641463 -3.61609,-0.847175 0,-2.464509 18.92676,0 0,2.464509 -4.00077,0.847175 0,46.209543 4.38546,1.07822 0,2.38749 -19.31145,0 0,-2.38749 3.61609,-1.07822 0,-20.94833 -11.69459,0 0,20.94833 3.8469,1.07822 0,2.38749 -19.38839,0 0,-2.38749 4.38547,-1.07822 0,-46.055512 -4.38547,-1.001206 z M 259.8968,39.735384 c 0,18.63784 -8.694,25.64629 -19.23451,25.64629 l -20.61941,0 0,-2.38749 4.15466,-1.07822 0,-46.209543 -4.15466,-0.847175 0,-2.464509 19.54227,0 c 13.15641,0 20.31165,6.315304 20.31165,27.340647 l 0,0 z m 19.46534,22.02654 10.07888,0 4.2316,-11.78343 2.69283,0 0,15.40318 -33.23725,0 0,-2.38749 4.92404,-1.07822 0,-46.209543 -4.8471,-0.847175 0,-2.464509 31.46767,0 0,15.326167 -2.61589,0 -4.30853,-11.860452 -8.38625,0 0,21.179372 6.61667,0 1.76958,-6.54635 2.38508,0 0,17.25156 -2.38508,0 -1.76958,-7.08546 -6.61667,0 0,21.10235 z m 160.03118,-46.902678 0,-2.464509 20.31165,0 0,2.464509 -4.69322,0.847175 0,37.429723 c 0,6.93143 1.69264,10.1661 6.69362,10.1661 6.84748,0 9.00175,-4.08184 9.00175,-11.70641 l 0,-35.889413 -4.53935,-0.847175 0,-2.464509 12.23316,0 0,2.464509 -4.15466,0.847175 0,36.659563 c 0,10.32013 -5.07791,14.71004 -15.46455,14.63302 -11.9254,-0.077 -15.07986,-4.69796 -15.07986,-17.02051 l 0,-34.272073 -4.30854,-0.847175 z m 72.70648,50.522428 -30.46747,0 0,-2.38749 4.61628,-1.07822 0,-46.209543 -4.30853,-0.847175 0,-2.464509 20.31165,0 0,2.464509 -4.69322,0.847175 0,46.055503 7.61687,0 4.38547,-12.39956 2.53895,0 0,16.01931 z m 31.69849,-26.1854 c 0,-21.48744 -3.69303,-24.799124 -8.00156,-24.799124 -4.30853,0 -8.694,2.849589 -8.694,24.028964 0,21.41042 3.69302,24.87613 8.07849,24.87613 4.30853,0 8.61707,-3.08063 8.61707,-24.10597 l 0,0 z m -475.40035,0.077 c 0,-21.487434 -3.76996,-24.722102 -8.15543,-24.722102 -4.46241,0 -8.77094,2.772573 -8.77094,23.951942 0,21.41042 3.8469,24.79912 8.23237,24.79912 4.30853,0 8.694,-2.9266 8.694,-24.02896 l 0,0 z m 167.64806,22.48864 3.30834,0 c 6.23198,0 9.15563,-3.3887 9.15563,-22.71969 0,-19.716066 -3.38528,-23.181782 -9.38645,-23.181782 l -3.07752,0 0,45.901472 z m -56.16479,-33.11683 -4.23159,16.94349 9.38644,0 -5.15485,-16.94349 z m 234.96887,0 -4.15466,16.94349 9.23257,0 -5.07791,-16.94349 z m -61.70433,26.1854 c 2.8467,0 5.23179,2.54153 5.23179,5.69918 0,3.23467 -2.53896,5.77619 -5.38567,5.77619 -2.69283,0 -5.23179,-2.54152 -5.23179,-5.77619 0,-3.15765 2.69283,-5.69918 5.38567,-5.69918 l 0,0 z"></path></svg>
+ </h1></a>
+ <div class="l-header__sub">
+ <span class="l-header__brand-stars"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 55 14" version="1.1" class="brand-stars" aria-hidden="true">
+ <g>
+ <polygon points="22.866795,14.321192 24.633205,8.8599664 20,5.4902743 25.733591,5.4902743 27.5,8.8817842e-16 29.266409,5.4902743 35,5.4902743 30.366795,8.8599664 32.133205,14.321192 27.5,10.92245" class="brand-stars-blue"></polygon>
+ <polygon points="2.8667954,14.321192 4.6332046,8.8599664 0,5.4902743 5.7335907,5.4902743 7.5,8.8817842e-16 9.2664093,5.4902743 15,5.4902743 10.366795,8.8599664 12.133205,14.321192 7.5,10.92245" class="brand-stars-red"></polygon>
+ <polygon points="42.866795,14.321192 44.633205,8.8599664 40,5.4902743 45.733591,5.4902743 47.5,8.8817842e-16 49.266409,5.4902743 55,5.4902743 50.366795,8.8599664 52.133205,14.321192 47.5,10.92245" class="brand-stars-dark"></polygon>
+ </g></svg></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </header>
+ <div class="block">
+ <div class="container">
+ <div class="c-advertising c-advertising--pub-super">
+ <div id="banner-970x250-area" class="c-advertising__banner-area"></div>
+ </div>
+ </div>
+ </div>
+ <main id="conteudo" class="main">
+ <article id="c-news" class="c-news" itemscope="itemscope" itemtype="https://schema.org/NewsArticle" role="main">
+ <meta itemprop="mainEntityOfPage" content="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" />
+ <meta itemprop="description" content="Na ocasião, técnico do Corinthians entregou réplica do troféu ao ex-presidente" />
+ <link itemprop="sameAs" href="https://www1.folha.uol.com.br" />
+ <div itemprop="publisher" itemscope="itemscope" itemtype="https://schema.org/Organization">
+ <meta itemprop="name" content="Folha de S.Paulo" />
+ <div itemprop="logo" itemscope="itemscope" itemtype="https://schema.org/ImageObject">
+ <meta itemprop="url" content="https://f.i.uol.com.br/hunting/folha/1/amp/logo.png" />
+ <meta itemprop="width" content="300" />
+ <meta itemprop="height" content="60" />
+ </div>
+ </div>
+ <div itemprop="author" itemscope="itemscope" itemtype="https://schema.org/Organization">
+ <meta itemprop="name" content="Folha de S.Paulo" />
+ </div>
+ <div itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject">
+ <meta itemprop="url" content="https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_md.jpg" />
+ <meta itemprop="width" content="768" />
+ <meta itemprop="height" content="512" />
+ </div>
+ <div class="block">
+ <div class="container">
+ <div class="flex flex--gutter flex--col flex--md-row">
+ <div class="flex-cell">
+ <div class="row">
+ <div class="col col--md-1-1 col--lg-10-15 col-offset--lg-5-18">
+ <header class="c-content-head" data-share-text="">
+ <div class="c-content-head__wrap">
+ <h1 class="c-content-head__title" itemprop="headline">
+ Tite diz que errou ao levar taça da Libertadores a Lula em 2012
+ </h1>
+ <h2 class="c-content-head__subtitle" itemprop="alternativeHeadline">
+ Na ocasião, técnico do Corinthians entregou réplica do troféu ao ex-presidente
+ </h2>
+ </div>
+ </header>
+ <div class="c-tools-share c-tools-share--bordered-md toolbar">
+ <ul aria-label="Opções de compartilhamento" class="c-tools-share__list" data-sharebar-utm-campaign-prefix="comp" data-sharebar-counter="" data-sharebar-buttons="facebook whatsapp twitter" data-sharebar-channel="esporte" data-sharebar-limit="2" data-sharebar-url="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" data-sharebar-uolpd-id="content" data-sharebar-text="Tite diz que errou ao levar taça da Libertadores a Lula em 2012">
+ <li class="c-tools-share__item">
+ <a aria-label="Ir para a seção de comentários" href="#comentarios" class="c-tools-share__button c-tools-share__button--comment" title="Comentários"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--comments" aria-hidden="true">
+ <path d="M18,8H6V6H18V8M18,11H6V9H18V11M18,14H6V12H18V14M22,4A2,2 0 0,0 20,2H4A2,2 0 0,0 2,4V16A2,2 0 0,0 4,18H18L22,22V4Z"></path></svg> </a>
+ </li>
+ <li class="c-tools-share__item">
+ <div data-modal-drop="" data-qty-collumn="3.4" class="c-modal-drop">
+ <button aria-label="Ver todas opções de compartilhamento" data-trigger="" class="c-tools-share__button c-tools-share__button--neutral"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 17 5" height="24" width="24" class="icon icon--more-options" aria-hidden="true">
+ <path d="M2.5 0.5c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2zm12 0c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2zm-6 0c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2z"></path></svg></button>
+ <div aria-hidden="true" data-content="" class="c-modal-drop__content c-modal-drop__content--no-padding">
+ <div class="c-modal-drop__controls u-hidden-md">
+ <button aria-label="Fechar seção de opções" data-close="" class="c-modal-drop__close"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close icon--tiny" aria-hidden="true">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-tools-share--larger">
+ <ul class="c-tools-share__list" data-sharebar-utm-campaign-prefix="comp" data-sharebar-buttons="facebook whatsapp twitter messenger googlePlus linkedIn pinterest rss email" data-sharebar-channel="esporte" data-triggered-byclick=".c-modal-drop [data-trigger]" data-sharebar-url="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" data-sharebar-uolpd-id="content" data-sharebar-text="Tite diz que errou ao levar taça da Libertadores a Lula em 2012">
+ <li class="c-tools-share__item">
+ <button aria-label="Copiar link" data-copy-link="" data-href="https://folha.com/rz1q0xue" class="c-tools-share__button c-tools-share__button--copy-link" title="URL curta"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon--link icon--" aria-hidden="true">
+ <path d="m 1.5200002,7.9999998 c 0,-1.368 1.112,-2.4799996 2.4799999,-2.4799996 l 3.1999996,0 0,-1.5199999 -3.1999996,0 C 1.7920001,4.0000003 1.5e-7,5.7920002 1.5e-7,7.9999998 1.5e-7,10.208 1.7920001,12 4.0000001,12 l 3.1999996,0 0,-1.519999 -3.1999996,0 c -1.368,0 -2.48,-1.1120012 -2.48,-2.4800012 l 0,0 z m 3.2799999,0.800001 6.3999999,0 0,-1.6000011 -6.4,0 0,1.6000011 0,0 z M 12,4.0000003 l -3.2000001,0 0,1.5199999 3.2000001,0 c 1.368,0 2.48,1.1119996 2.48,2.4799996 0,1.368 -1.112,2.4800012 -2.48,2.4800012 l -3.2000001,0 0,1.519999 L 12,12 c 2.208,0 4,-1.792 4,-4.0000002 0,-2.2079997 -1.792,-3.9999995 -4,-3.9999995 l 0,0 z"></path></svg></button> <span class="c-tools-share__button-name" aria-hidden="true">Copiar link</span>
+ </li>
+ <li class="c-tools-share__item u-visible-md">
+ <button aria-label="Imprimir" data-paper-print="" class="c-tools-share__button c-tools-share__button--paper-print" title="Imprimir"><svg xmlns="https://www.w3.org/2000/svg" width="16" height="16" viewbox="0 0 16 16" class="icon icon--paper-print icon--" aria-hidden="true">
+ <path d="M13.584 4.748H2.424A2.388 2.388 0 0 0 .03 7.14v4.784H3.22v3.19h9.567v-3.19h3.188V7.14a2.388 2.388 0 0 0-2.39-2.392zm-2.39 8.77h-6.38V9.532h6.377v3.986zm2.39-5.58a.8.8 0 0 1-.797-.798c0-.44.36-.797.797-.797.44 0 .797.358.797.797 0 .44-.357.797-.796.797zM12.787.763H3.22V3.95h9.567z"></path></svg></button>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div class="c-news__head">
+ <div>
+ <div class="widget-image">
+ <figure>
+ <img alt="Luiz Inácio Lula da Silva (ao centro) recebe de Tite e outros representantes do Corinthians réplica da taça da Libertadores" class="img-responsive" srcset="https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_th.jpg 100w, https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_sm.jpg 480w, https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_md.jpg 768w, https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_lg.jpg 1024w, https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_xl.jpg 1200w, https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_rt.jpg 2400w" sizes="(min-width: 1024px) 68vw, 100vw" src="https://f.i.uol.com.br/fotografia/2018/12/21/15454034955c1cfc67131dc_1545403495_3x2_md.jpg" />
+ <figcaption class="widget-image__subtitle">
+ Luiz Inácio Lula da Silva (ao centro) recebe de Tite e outros representantes do Corinthians réplica da taça da Libertadores - <span class="widget-image__credits">Heinrich Aikawa/Instituto Lula</span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="col-fixed col-fixed--md-300 u-visible-md"></div>
+ </div>
+ </div>
+ </div>
+ <div class="block">
+ <div class="container" data-paywall-box="">
+ <div class="flex flex--gutter flex--col flex--md-row">
+ <div class="flex-cell">
+ <div class="row">
+ <div class="col col--lg-5-18">
+ <div class="c-more-options">
+ <div class="c-more-options__header">
+ <time class="c-more-options__published-date" itemprop="datePublished" datetime="2018-12-21 12:55:00">21.dez.2018 às 12h55</time>
+ </div>
+ <div class="c-more-options__footer u-no-print">
+ <ul class="c-more-options__list c-more-options__list--secundary" data-change-font-size="" data-children="[data-link]" data-target="[data-news-content-text], [data-force-change-font-size]">
+ <li>
+ <div data-readspeaker="">
+ <span tabindex="0" class="sr-only">Ouvir o texto</span>
+ </div>
+ </li>
+ <li>
+ <button class="c-more-options__button rs_preserve" data-link="" data-action="less"><span class="u-sr-only">Diminuir fonte</span> <svg xmlns="https://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" version="1.1" class="icon icon--font-size-less" aria-hidden="true">
+ <path d="M2.56 17.759L6.367 6h3.298l3.806 11.759V18h-2.827l-.753-2.485H5.933L5.198 18H2.56zm6.69-4.433L7.912 8.875l-1.338 4.451zM16.274 11.143h5.166v2.228h-5.166z"></path></svg></button>
+ </li>
+ <li>
+ <button class="c-more-options__button rs_preserve" data-link="" data-action="more"><span class="u-sr-only">Aumentar fonte</span> <svg xmlns="https://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" version="1.1" class="icon icon--font-size-more" aria-hidden="true">
+ <path d="M1.815 17.759L5.603 6h3.281l3.788 11.759V18H9.859l-.75-2.485H5.171L4.441 18H1.815zm6.657-4.433L7.14 8.875l-1.331 4.451zm7.057-2.356h2.36V8.571h1.937v2.4h2.359v1.746h-2.36v2.712h-1.937v-2.712h-2.359z"></path></svg></button>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="col col--md-1-1 col--lg-12-18">
+ <div class="c-news__content">
+ <div class="c-signature c-signature--left" data-force-change-font-size="">
+ <strong class="c-signature__location">São Paulo</strong>
+ </div>
+ <div class="c-news__body" data-share-text="" data-news-content-text="" data-disable-copy="" data-continue-reading="" data-continue-reading-hide-others=".js-continue-reading-hidden" itemprop="articleBody">
+ <p>
+ Após rechaçar <a href="https://www1.folha.uol.com.br/esporte/2018/12/tite-se-recusa-a-encontrar-bolsonaro-antes-da-disputa-da-copa-america.shtml">um encontro da seleção brasileira com o presidente eleito Jair</a> <a href="https://www1.folha.uol.com.br/esporte/2018/12/tite-se-recusa-a-encontrar-bolsonaro-antes-da-disputa-da-copa-america.shtml">Bolsonaro</a>, o técnico Tite declarou que errou ao levar a taça da Copa Libertadores de 2012, conquistada pelo Corinthians, ao ex-presidente Luiz Inácio Lula da Silva.
+ </p>
+ <p>
+ Ao lado de representantes do clube paulista, o atual comandante do Brasil ainda entregou uma réplica do troféu a Lula.
+ </p>
+ <p>
+ "Em 2012 eu errei. Ele não era presidente, mas fui ao Instituto e mandei felicitações por um aniversário. Não me posicionei politicamente. Não tenho partido político, tenho sim a torcida para que o Brasil seja melhor em igualdade social. E que nossas prioridades sejam educação e punição. Que seja dada a possibilidade de estudo ao garoto de São Braz, que não tem chão batido para ir à escola, ou da periferia de Caixas ou do morro do Rio de Janeiro. Seja dada a ele a prioridade de estudo e não a outras situações", falou Tite ao programa "Grande Círculo", que ainda irá ao ar no SporTV.
+ </p>
+ <p>
+ Na ocasião, Tite e outros representantes do Corinthians <a href="https://www1.folha.uol.com.br/poder/1124743-corinthians-leva-a-taca-da-libertadores-para-lula.shtml">foram ao Instituto Lula para mostrar a taça</a> original da Libertadores ao ex-presidente.
+ </p>
+ <div>
+ <div class="js-gallery-widget">
+ <figure class="gallery-widget-pre">
+ <figcaption class="gallery-widget-pre__caption">
+ <a href="https://fotografia.folha.uol.com.br/galerias/nova/1618838542352047-os-times-de-coracao-dos-presidentes" class="gallery-widget-pre__link">Os times de coração dos presidentes</a>
+ </figcaption><a href="https://fotografia.folha.uol.com.br/galerias/nova/1618838542352047-os-times-de-coracao-dos-presidentes" class="gallery-widget-pre__link"><img src="https://f.i.uol.com.br/fotografia/2018/12/03/15438447625c05339a96ad0_1543844762_3x2_md.jpg" alt="Os times de coração dos presidentes" class="gallery-widget-pre__photo" /></a>
+ </figure>
+ <div class="gallery-widget is-hidden" data-channel="esporte">
+ <div class="gallery-widget__header is-hidden rs_skip">
+ <a href="javascript:void(0);" class="gallery-widget__header-mosaic"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-grid-three">
+ <path d="M0 0v4h4V0H0zm6 0v4h4V0H6zm6 0v4h4V0h-4zM0 6v4h4V6H0zm6 0v4h4V6H6zm6 0v4h4V6h-4zM0 12v4h4v-4H0zm6 0v4h4v-4H6zm6 0v4h4v-4h-4z"></path></svg></a> <span class="gallery-widget__header-counter"></span>
+ <h3 class="gallery-widget__header-title">
+ <a href="#" class="gallery-widget__header-title-link"></a>
+ </h3><a href="javascript:void(0);" class="gallery-widget__header-minhafolha is-hidden" title="Minha Folha"><img src="//f.i.uol.com.br/guia/gallery/icons/ic_save.svg" class="icon icon-save" alt="Minha Folha" /></a> <a href="javascript:void(0);" data-action="open" class="gallery-widget__header-fullscreen" title="Fullscreen"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-full-screen">
+ <path d="M10.31 0H16v5.692h-2.255V2.256H10.31V0zm3.435 13.745V10.31H16V16h-5.69v-2.255h3.435zM0 5.69V0h5.692v2.255H2.256V5.69H0zm2.255 4.62v3.435H5.69V16H0v-5.69h2.255z"></path></svg></a> <a href="javascript:void(0);" data-action="close" class="gallery-widget__header-close rs_skip is-hidden" title="Fechar"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-close">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></a>
+ </div><!-- Content -->
+ <div class="gallery-widget__content">
+ <div class="gallery-widget-carousel is-hidden">
+ <div class="gallery-widget-carousel__container">
+ <ol class="list-unstyled gallery-widget-carousel__list"></ol><a href="javascript:void(0);" class="gallery-widget-carousel__btn gallery-widget-carousel__btn-prev gallery-widget--is-hidden"><span><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-chevron-left rs_skip">
+ <title>
+ Ícone seta para esquerda
+ </title>
+ <path d="M11.06 0l1.88 1.88L6.833 8l6.107 6.12L11.06 16l-8-8 8-8z"></path></svg></span></a> <a href="javascript:void(0);" class="gallery-widget-carousel__btn gallery-widget-carousel__btn-next gallery-widget--is-hidden"><span><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-chevron-right rs_skip">
+ <title>
+ Ícone seta para direita
+ </title>
+ <path d="M4.94 0L3.06 1.88 9.167 8 3.06 14.12 4.94 16l8-8-8-8z"></path></svg></span></a>
+ </div>
+ <div class="gallery-widget-carousel__info is-hidden rs_skip">
+ <div class="gallery-widget-carousel__info-container">
+ <p class="gallery-widget-carousel__info-description"></p><a href="#" class="gallery-widget-carousel__info-share" title="Compartilhe"><img src="//f.i.uol.com.br/guia/gallery/icons/ic_share.svg" class="icon icon-share" alt="Compartilhe" /></a>
+ </div>
+ <div class="gallery-widget-carousel__info-read-more-container">
+ <a href="#" class="gallery-widget-carousel__info-read-more is-hidden">Leia Mais</a>
+ </div>
+ </div>
+ <div class="gallery-widget-advertising gallery-widget--is-hidden rs_skip">
+ <div class="gallery-widget-advertising__container">
+ <div class="gallery-widget-advertising__container-cell">
+ <a href="javascript:void(0);" class="gallery-widget-advertising__container-close gallery--is-hidden" title="Fechar"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-close rs_skip">
+ <title>
+ Ícone fechar
+ </title>
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></a> <iframe class="gallery-widget-advertising__content" frameborder="0"></iframe>
+ </div>
+ <div class="gallery-widget-advertising__overlay is-hidden"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="gallery-widget-others gallery-widget--is-hidden">
+ <a href="javascript:;" class="gallery-widget-others__go-back rs_skip"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-chevron-left rs_skip">
+ <path d="M11.06 0l1.88 1.88L6.833 8l6.107 6.12L11.06 16l-8-8 8-8z"></path></svg> Voltar</a> <a href="javascript:void(0);" class="gallery-widget-others__close is-hidden rs_skip" title="Fechar"><svg xmlns="//www.w3.org/2000/svg" viewbox="0 0 16 16" width="14" height="14" class="icon icon-close">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></a> <button class="gallery-widget-others__btn rs_skip">Ver novamente</button>
+ </div>
+ <div class="gallery-widget-mosaic gallery-widget--is-hidden">
+ <div class="gallery-widget-mosaic__top">
+ <a href="javascript:;" class="gallery-widget-mosaic__go-back rs_skip"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-chevron-left rs_skip">
+ <title>
+ Ícone seta para esquerda
+ </title>
+ <path d="M11.06 0l1.88 1.88L6.833 8l6.107 6.12L11.06 16l-8-8 8-8z"></path></svg> Voltar</a>
+ <h4 class="gallery-widget-mosaic__title rs_skip"></h4>
+ <p class="gallery-widget-mosaic__description rs_skip"></p>
+ </div>
+ <div class="gallery-widget-mosaic__list">
+ <div class="gallery-widget-mosaic__container">
+ <ol class="gallery-widget-mosaic__thumbnails"></ol>
+ </div>
+ </div>
+ <nav class="gallery-widget-mosaic__nav is-invisible">
+ <a href="javascript:void(0);" class="gallery-widget-mosaic__btn gallery-widget-mosaic__btn-prev"><span><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-chevron-left rs_skip">
+ <title>
+ Ícone seta para cima
+ </title>
+ <path d="M11.06 0l1.88 1.88L6.833 8l6.107 6.12L11.06 16l-8-8 8-8z"></path></svg></span></a> <a href="javascript:void(0);" class="gallery-widget-mosaic__btn gallery-widget-mosaic__btn-next"><span><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-chevron-right rs_skip">
+ <title>
+ Ícone seta para baixo
+ </title>
+ <path d="M4.94 0L3.06 1.88 9.167 8 3.06 14.12 4.94 16l8-8-8-8z"></path></svg></span></a>
+ </nav>
+ </div>
+ <div class="gallery-widget-share-container">
+ <div class="gallery-widget-share is-hidden">
+ <a href="" class="gallery-widget-share__go-back is-hidden rs_skip"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-chevron-left rs_skip">
+ <title>
+ Ícone seta para esquerda
+ </title>
+ <path d="M11.06 0l1.88 1.88L6.833 8l6.107 6.12L11.06 16l-8-8 8-8z"></path></svg> Voltar</a>
+ <h4 class="gallery-widget-share__title is-hidden">
+ Compartilhe
+ </h4>
+ <ul class="list-unstyled gallery-widget-share__list">
+ <li>
+ <a class="gallery-widget-share-facebook" href="" target="_blank" rel="external" title="Compartilhe via facebook"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-facebook rs_skip">
+ <title>
+ Ícone Facebook
+ </title>
+ <path d="M9.5 3H12V0H9.5C7.57 0 6 1.57 6 3.5V5H4v3h2v8h3V8h2.5l.5-3H9V3.5c0-.27.23-.5.5-.5z"></path></svg></a> <span class="is-hidden">Facebook</span>
+ </li>
+ <li class="is-hidden">
+ <a class="gallery-widget-share-whatsapp" href="" target="_blank" rel="external" title="Compartilhe via whatsapp"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-whatsapp rs_skip">
+ <title>
+ Ícone Whatsapp
+ </title>
+ <path d="M8.132-.007c-4.268 0-7.73 3.49-7.73 7.794 0 1.472.406 2.85 1.11 4.024L.117 15.994l4.28-1.382c1.107.618 2.38.97 3.735.97 4.27 0 7.73-3.49 7.73-7.793 0-4.305-3.46-7.794-7.73-7.794zm0 14.346c-1.32 0-2.55-.4-3.575-1.085l-2.497.807.812-2.434a6.554 6.554 0 0 1-1.238-3.842c0-3.613 2.915-6.552 6.498-6.552s6.498 2.94 6.498 6.552c0 3.613-2.915 6.553-6.498 6.553z"></path>
+ <path d="M6.365 4.525c-.125-.304-.22-.314-.414-.324a4.407 4.407 0 0 0-.216-.005c-.25 0-.508.074-.663.235-.19.195-.662.653-.662 1.593S5.088 7.87 5.18 8c.096.126 1.325 2.084 3.238 2.883 1.493.623 1.936.568 2.276.493.496-.11 1.118-.478 1.276-.924.158-.446.158-.828.11-.908-.047-.08-.173-.127-.363-.223-.19-.094-1.12-.556-1.294-.62-.174-.064-.335-.044-.468.142-.184.257-.362.522-.51.678-.114.124-.3.14-.46.072-.208-.09-.8-.297-1.522-.948A5.747 5.747 0 0 1 6.41 7.32c-.112-.19-.01-.304.074-.408.097-.12.187-.204.282-.315.094-.112.147-.17.21-.3.063-.126.02-.258-.026-.353-.048-.096-.427-1.036-.585-1.42z"></path></svg></a> <span class="is-hidden">Whatsapp</span>
+ </li>
+ <li>
+ <a class="gallery-widget-share-twitter" href="" target="_blank" rel="external" title="Compartilhe via twitter"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-twitter rs_skip">
+ <title>
+ Ícone Twitter
+ </title>
+ <path d="M16 3.202a.275.275 0 0 0-.273-.273c-.085 0-.674.246-.828.29.204-.24.673-.966.673-1.273a.275.275 0 0 0-.273-.273.283.283 0 0 0-.136.042c-.58.316-1.135.564-1.784.7a3.498 3.498 0 0 0-2.406-.973 3.455 3.455 0 0 0-3.448 3.45c0 .136.01.28.035.418A8.736 8.736 0 0 1 2.5 3.11c-.34-.307-.63-.64-.938-.982a.268.268 0 0 0-.23-.102c-.095 0-.17.068-.214.136-.307.453-.47 1.187-.47 1.733 0 .794.274 1.57.786 2.186-.163-.052-.41-.214-.555-.214-.18 0-.334.128-.334.307 0 1.195.657 2.305 1.664 2.928-.077-.007-.145-.033-.222-.033a.272.272 0 0 0-.264.265c0 .034.008.06.017.094a3.44 3.44 0 0 0 2.493 2.296 6.07 6.07 0 0 1-3.2.905c-.256 0-.512-.042-.76-.042a.275.275 0 0 0-.273.273c0 .094.05.17.128.23.222.163.495.3.742.427a9.265 9.265 0 0 0 4.267 1.042c3.72 0 6.904-1.998 8.44-5.396.554-1.22.878-2.56.853-3.9v-.282c.58-.436 1.143-1 1.527-1.623A.295.295 0 0 0 16 3.202z"></path></svg></a> <span class="is-hidden">Twitter</span>
+ </li>
+ <li class="is-hidden">
+ <a class="gallery-widget-share-messenger" href="" target="_blank" title="Messenger"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 18 18" width="16" height="16" class="icon icon-messenger rs_skip">
+ <title>
+ Ícone de messenger
+ </title>
+ <path d="M8.742.742c-4.418 0-8 3.27-8 7.304 0 2.299 1.163 4.35 2.981 5.688v2.785l2.724-1.474a8.71 8.71 0 0 0 2.295.306c4.418 0 8-3.27 8-7.305 0-4.034-3.582-7.304-8-7.304zm.795 9.836L7.5 8.436l-3.975 2.142 4.372-4.577 2.087 2.143L13.91 6l-4.373 4.577z"></path></svg></a> <span class="is-hidden">Messenger</span>
+ </li>
+ <li>
+ <a class="gallery-widget-share-gplus" href="" target="_blank" rel="external" title="Compartilhe via google-plus"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-google-plus rs_skip">
+ <title>
+ Ícone Google Plus
+ </title>
+ <path d="M5.09 7.272V9.02H7.98c-.115.75-.872 2.196-2.887 2.196-1.737 0-3.156-1.44-3.156-3.215 0-1.774 1.42-3.215 3.157-3.215.99 0 1.65.422 2.03.785L8.5 4.24c-.888-.83-2.038-1.332-3.41-1.332A5.09 5.09 0 0 0 0 8.002a5.085 5.085 0 0 0 5.09 5.09c2.938 0 4.888-2.065 4.888-4.975 0-.334-.038-.59-.082-.844H5.09zM16 7.125h-1.5v-1.5H13v1.5h-1.5v1.5H13v1.5h1.5v-1.5H16z"></path></svg></a> <span class="is-hidden">Google</span>
+ </li>
+ <li>
+ <a class="gallery-widget-share-pinterest" href="" target="_blank" rel="external" title="Compartilhe via pinterest"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-pinterest rs_skip">
+ <title>
+ Ícone Pinterest
+ </title>
+ <path d="M6.894 10.582C6.474 12.785 5.96 14.897 4.44 16c-.47-3.33.688-5.83 1.226-8.484-.917-1.544.11-4.65 2.044-3.884 2.38.94-2.06 5.738.92 6.338 3.113.625 4.383-5.4 2.453-7.36-2.788-2.83-8.117-.066-7.46 3.986.16.99 1.182 1.29.408 2.658-1.784-.395-2.316-1.803-2.248-3.68C1.892 2.502 4.542.352 7.2.054c3.36-.377 6.514 1.234 6.95 4.395.49 3.568-1.517 7.433-5.11 7.155-.975-.076-1.383-.56-2.146-1.023z"></path></svg></a> <span class="is-hidden">Pinterest</span>
+ </li>
+ <li>
+ <a class="gallery-widget-share-linkedin" href="" target="_blank" rel="external" title="Compartilhe via linkedin"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-linkedin rs_skip">
+ <title>
+ Ícone Linkedin
+ </title>
+ <path d="M.522 3.422c.335.335.802.503 1.36.503h.02c.597 0 1.063-.168 1.417-.503.354-.355.522-.765.522-1.287 0-.504-.187-.932-.523-1.268C2.982.53 2.516.363 1.94.363 1.36.363.894.53.54.867.187 1.203 0 1.63 0 2.135c0 .522.168.932.522 1.287zM.205 15.637h3.432V5.343H.205v10.294zm8.746 0V9.892c0-.354.04-.634.113-.84.15-.353.373-.65.672-.894.28-.242.652-.354 1.1-.354.596 0 1.025.205 1.305.615.28.41.43.988.43 1.715v5.502H16V9.743c0-1.53-.354-2.685-1.08-3.468-.73-.784-1.68-1.175-2.873-1.175-.43 0-.84.056-1.194.168a2.47 2.47 0 0 0-.913.447 4.1 4.1 0 0 0-.578.542c-.15.167-.3.353-.43.577h.02v-1.49H5.52l.018.502v3.077c0 1.715 0 3.954-.018 6.714h3.43z"></path></svg></a> <span class="is-hidden">Linkedin</span>
+ </li>
+ <li>
+ <a class="gallery-widget-share-email" href="" target="_blank" rel="external" title="Compartilhe via email"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-envelope rs_skip">
+ <title>
+ Ícone de envelope
+ </title>
+ <path d="M14.4 1.6H1.6C.72 1.6.008 2.32.008 3.2L0 12.8c0 .88.72 1.6 1.6 1.6h12.8c.88 0 1.6-.72 1.6-1.6V3.2c0-.88-.72-1.6-1.6-1.6zm0 3.2L8 8.8l-6.4-4V3.2l6.4 4 6.4-4v1.6z"></path></svg></a> <span class="is-hidden">E-mail</span>
+ </li>
+ <li>
+ <a class="gallery-widget-share-clipboard" href="" title="Copiar link"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-link rs_skip">
+ <title>
+ Ícone de link
+ </title>
+ <desc>
+ Cadeado representando um link
+ </desc>
+ <path d="M1.52 8A2.482 2.482 0 0 1 4 5.52h3.2V4H4a4 4 0 0 0-4 4 4 4 0 0 0 4 4h3.2v-1.52H4A2.482 2.482 0 0 1 1.52 8zm3.28.8h6.4V7.2H4.8v1.6zM12 4H8.8v1.52H12A2.482 2.482 0 0 1 14.48 8 2.482 2.482 0 0 1 12 10.48H8.8V12H12a4 4 0 0 0 4-4 4 4 0 0 0-4-4z"></path></svg></a> <span class="is-hidden">Copiar link</span> <input type="text" class="gallery-widget-share-clipboard-input is-hidden" /> <button type="button" class="gallery-widget-share-clipboard-close is-hidden"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon-close rs_skip">
+ <title>
+ Ícone fechar
+ </title>
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="gallery-widget__loading rs_skip">
+ <img src="//f.i.uol.com.br/hunting/furniture/1/common/icons/spin.gif" alt="Loading" class="gallery-widget__loading-spin" />
+ </div>
+ </div>
+ </div>
+ </div>
+ <p>
+ O assunto foi levantado&#160;porque recentemente Tite foi questionado se aceitaria um encontro da seleção brasileira com Bolsonaro em uma conquista de título ou <a href="https://www1.folha.uol.com.br/esporte/2018/12/selecao-brasileira-jogara-duas-vezes-em-sao-paulo-na-copa-america.shtml">antes da Copa América de 2019</a>, por exemplo. O treinador deixou claro que preferiria evitar esse tipo de formalidade.
+ </p>
+ <p>
+ Apesar disso, Tite não questionou a ação de Palmeiras e CBF, que <a href="https://www1.folha.uol.com.br/esporte/2018/12/cbf-usa-festa-do-palmeiras-para-se-aproximar-de-governo-bolsonaro.shtml">convidaram Bolsonaro para a festa do título do Campeonato Brasileiro</a>. O presidente eleito até levantou a taça conquistada pelo clube alviverde.
+ </p>
+ <p>
+ "Em 2012 eu fiz e errei. O protocolo e a situação gerada no jogo do Palmeiras são fatos de opinião pessoal. CBF e Palmeiras, enquanto instituições têm a opinião. Errei lá atrás, não faria com o presidente antes da Copa e nem agora porque entendo que misturar esporte e política não é legal. Fiz errado lá atrás? Sim. Faria de novo? Não", acrescentou o comandante.
+ </p>
+ </div>
+ <div class="c-signature js-continue-reading-hidden">
+ <strong class="c-signature__agency">UOL</strong>
+ </div>
+ <div class="c-news__stars u-no-print js-continue-reading-hidden">
+ <svg viewbox="0 0 51 12" xmlns="https://www.w3.org/2000/svg" class="stars" aria-hidden="true">
+ <g fill="none" fill-rule="evenodd">
+ <path fill="#E51717" d="M8.77 7.59l1.411 4.379-3.717-2.711-3.718 2.71 1.429-4.377L.457 4.898h4.597L6.464.522l1.428 4.376h4.597z"></path>
+ <path fill="#2BACE2" d="M27.71 7.59l1.411 4.379-3.717-2.711-3.718 2.71 1.429-4.377-3.718-2.693h4.597l1.41-4.376 1.428 4.376h4.597z"></path>
+ <path fill="#000" d="M46.65 7.59l1.411 4.379-3.717-2.711-3.718 2.71 1.429-4.377-3.718-2.693h4.597l1.41-4.376 1.428 4.376h4.597z"></path>
+ </g></svg>
+ </div>
+ <div class="c-topics u-no-print js-continue-reading-hidden">
+ <strong class="c-topics__title">Tópicos <span class="u-visually-hidden">relacionados</span></strong>
+ <ul class="c-topics__list">
+ <li class="c-topics__item">
+ <a href="//www1.folha.uol.com.br/folha-topicos/corinthians" class="c-topics__link">corinthians</a>
+ </li>
+ <li class="c-topics__item">
+ <a href="//www1.folha.uol.com.br/folha-topicos/futebol" class="c-topics__link">Futebol</a>
+ </li>
+ <li class="c-topics__item">
+ <a href="//www1.folha.uol.com.br/folha-topicos/libertadores" class="c-topics__link">libertadores</a>
+ </li>
+ </ul>
+ </div>
+ <ul class="c-button-list u-no-print js-continue-reading-hidden rs_skip">
+ <li class="c-button-list__item">
+ <a href="//www1.folha.uol.com.br/enviesuanoticia/" class="c-button c-button--full-md">Envie sua notícia</a>
+ </li>
+ <li class="c-button-list__item">
+ <a href="//tools.folha.com.br/feedback?url=https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" title="Comunicar erro - Site externo" target="_blank" class="c-button c-button--neutral c-button--full-md">Erramos?</a>
+ </li>
+ </ul>
+ <div class="u-only-print rs_skip" aria-hidden="true">
+ <h4 class="c-heading">
+ Endereço da página
+ </h4>
+ <ul class="u-list-unstyled">
+ <li>https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml
+ </li>
+ </ul>
+ </div>
+ <section id="comentarios" class="comments-article rs_skip u-visually-hidden u-no-print js-continue-reading-hidden" data-version="2" data-site="Folha de S.Paulo" data-section="esporte" data-service="folha" data-title="Tite diz que errou ao levar taça da Libertadores a Lula em 2012" data-url="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" data-type="news" data-id="1620472946540368">
+ <header>
+ <h2>
+ Comentários
+ </h2>
+ <p class="terms hide">
+ <small>Os comentários não representam a opinião do jornal; a responsabilidade é do autor da mensagem.</small>
+ </p>
+ <div class="user-info hide"></div>
+ </header>
+ <footer>
+ <div class="terms-conditions">
+ <a href="//comentarios1.folha.uol.com.br/termos">Termos e condições</a>
+ </div><a class="more c-button c-button--full-md hide">Todos os comentários</a> <a class="comment-action c-button c-button--primary c-button--full-md hide">Comente*</a>
+ <div class="comment-info">
+ <span>* Apenas para assinantes</span>
+ </div>
+ </footer>
+ </section>
+ <script type="text/template" class="rs_preserve rs_skip" id="tmpl-comment">
+ <![CDATA[
+ <article>
+ <header style="position: relative;">
+ <div class="u-clearfix">
+ <h3></h3>
+
+ <span class="time"></span>
+ </div>
+
+ <div class="share">
+ <a href="javascript:void();">
+ <i class="sprite icon-plus"></i> Compartilhar
+ </a>
+
+ <span class="arrow"></span>
+
+ <ul>
+ <li><a class="share-facebook"><i class="section-sprite facebook"></i> Facebook</a></li>
+ <li><a class="share-twitter"><i class="section-sprite twitter"></i> Twitter</a></li>
+ <li><a class="share-gplus"><i class="section-sprite google_plus"></i> Google+</a></li>
+ </ul>
+ </div>
+ </header>
+
+ <div class="comment-body">
+ <i class="section-sprite comment-large"></i>
+ </div>
+
+ <footer>
+ <a class="btn reply"><i class="section-sprite reply"></i> Responda</a>
+
+ <div class="rating" style="position: static;">
+ <a class="vote good">
+ <i class="section-sprite comment-like"></i>
+ </a>
+
+ <div class="confirm-rating good hide">
+ <img class="loading" src="//f.i.uol.com.br/folha/furniture/5.4/images/loading-alternate.gif">
+ </div>
+
+ <a class="vote bad">
+ <i class="section-sprite comment-like"></i>
+ </a>
+
+ <div class="confirm-rating bad hide">
+ <img class="loading" src="//f.i.uol.com.br/folha/furniture/5.4/images/loading-alternate.gif">
+ </div>
+ </div>
+
+ <a class="to-report">
+ <i class="section-sprite warning"></i> Denuncie
+ </a>
+
+ <div class="result"><p></p></div>
+ </footer>
+ </article>
+ ]]>
+ </script>
+ <script type="text/template" class="rs_preserve rs_skip" id="tmpl-comment_dialog">
+ <![CDATA[
+
+ <h4>Avaliar comentário como</h4>
+
+ <div class="action">
+ <a class="btn confirm">Confirmar</a>
+
+ <div class="result"></div>
+
+ <div class="evaluators hide">
+ <h4>Também avaliaram</h4>
+ <ul class="unstyled"></ul>
+ </div>
+ </div>
+ ]]>
+ </script>
+ </div>
+ </div>
+ </div>
+ </div>
+ <aside class="col-fixed col-fixed--md-300 u-no-print rs_skip">
+ <div class="u-global-margin-bottom-component">
+ <h4 class="c-section-title c-section-title--brand">
+ Relacionadas
+ </h4>
+ <ul class="c-newslist c-newslist--no-gap">
+ <li>
+ <div class="c-headline c-headline--horizontal-small">
+ <a href="https://www1.folha.uol.com.br/esporte/2018/12/tecnico-do-santos-deu-treino-da-arvore-cruzou-america-e-virou-piada-na-argentina.shtml" class="c-headline__url"><img class="c-headline__image" src="//f.i.uol.com.br/fotografia/2018/06/22/15297007675b2d619f51e79_1529700767_3x2_xs.jpg" alt="" />
+ <h2 class="c-headline__title">
+ Técnico do Santos dirigiu time em árvore, cruzou América e virou piada na Argentina
+ </h2></a>
+ </div>
+ </li>
+ <li>
+ <div class="c-headline c-headline--horizontal-small">
+ <a href="https://www1.folha.uol.com.br/esporte/2018/12/com-tres-de-bale-real-vence-o-kashima-e-vai-em-busca-do-setimo-titulo-mundial.shtml" class="c-headline__url">
+ <h2 class="c-headline__title">
+ Com três de Bale, Real vence o Kashima e vai em busca do sétimo título mundial
+ </h2></a>
+ </div>
+ </li>
+ <li>
+ <div class="c-headline c-headline--horizontal-small">
+ <a href="https://www1.folha.uol.com.br/esporte/2018/12/globo-muda-horario-e-rodadas-de-quarta-no-futebol-brasileiro-serao-as-21h30.shtml" class="c-headline__url">
+ <h2 class="c-headline__title">
+ Globo muda horário, e rodada de quarta no futebol brasileiro será às 21h30
+ </h2></a>
+ </div>
+ </li>
+ <li>
+ <div class="c-estudio-folha-headline">
+ <div id="banner-native-related" class="c-advertising__banner-area"></div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div class="c-advertising c-advertising--300x250">
+ <div id="banner-300x250-area" class="c-advertising__banner-area"></div>
+ </div>
+ <div class="c-wildcard-box u-global-margin-bottom-component">
+ <h3 class="c-section-title c-section-title--brand">
+ Veja também
+ </h3>
+ <ul class="c-newslist c-newslist--no-gap">
+ <li>
+ <div class="c-headline c-headline--small">
+ <div class="c-headline__media-wrapper">
+ <a href="https://arte.folha.uol.com.br/esporte/2018/onde-pode-chegar-na-rodada/"><img class="c-headline__image" src="https://f.i.uol.com.br/fotografia/2018/08/31/15357551815b89c3ada3637_1535755181_5x2_sm.jpg" alt="Soccer Football - Brasileiro Championship - Flamengo v Sao Paulo - Maracana stadium, Rio de Janeiro, Brazil- July 18, 2018. Sao Paulo's Diego Souza (L) and Nene celebrates after the match. REUTERS/Ricardo Moraes ORG XMIT: AST101" /></a>
+ </div>
+ <div class="c-headline__wrapper">
+ <div class="c-headline__head">
+ <h3 class="c-headline__kicker c-kicker">
+ Tabela
+ </h3>
+ <div data-modal-drop="" data-qty-collumn="3.4" class="c-modal-drop">
+ <button data-trigger="" type="button" name="button" class="c-headline__action"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--share">
+ <path d="m 12.818311,11.294921 c 1.280064,0 2.333667,1.054406 2.333667,2.333668 0,1.279261 -1.054406,2.371411 -2.333667,2.371411 -1.279262,0 -2.333668,-1.09215 -2.333668,-2.371411 0,-0.187915 0,-0.377435 0.03774,-0.526802 L 4.8407964,9.789199 A 2.4252158,2.4252158 0 0 1 0.772537,8.020076 2.4252158,2.4252158 0 0 1 4.8383872,6.250954 L 10.48384,2.9761092 A 2.8974102,2.8974102 0 0 1 10.40915,2.4091547 C 10.40915,1.0921502 11.5013,0 12.818304,0 c 1.317008,0 2.409159,1.0921502 2.409159,2.4091547 0,1.3170047 -1.092151,2.4091553 -2.409155,2.4091553 -0.640032,0 -1.204577,-0.263401 -1.656695,-0.677776 L 5.5161598,7.453925 c 0.036941,0.187914 0.074684,0.377434 0.074684,0.564545 0,0.187111 -0.037744,0.377434 -0.075486,0.562137 l 5.7217422,3.31339 c 0.417587,-0.377434 0.979724,-0.602289 1.582012,-0.602289 z"></path></svg> <span class="u-visually-hidden">Compartilhar Confira em tempo real a posição de seu clube no Brasileiro</span></button>
+ <div aria-hidden="true" data-content="" class="c-modal-drop__content c-modal-drop__content--no-padding">
+ <div class="c-modal-drop__controls u-hidden-md">
+ <button data-close="" class="c-modal-drop__close"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close icon--tiny">
+ <title>
+ Ícone fechar
+ </title>
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-tools-share--larger">
+ <ul class="c-tools-share__list" data-sharebar-buttons="facebook whatsapp twitter messenger googlePlus linkedIn pinterest email" data-triggered-byclick=".c-modal-drop [data-trigger]" data-sharebar-url="https://arte.folha.uol.com.br/esporte/2018/onde-pode-chegar-na-rodada/" data-sharebar-utm-campaign-prefix="comp" data-sharebar-uolpd-id="internal" data-sharebar-text="Confira em tempo real a posição de seu clube no Brasileiro"></ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-headline__content">
+ <a href="https://arte.folha.uol.com.br/esporte/2018/onde-pode-chegar-na-rodada/" class="c-headline__url">
+ <h2 class="c-headline__title">
+ Confira em tempo real a posição de seu clube no Brasileiro
+ </h2></a>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="c-headline c-headline--small">
+ <div class="c-headline__wrapper">
+ <div class="c-headline__head">
+ <h3 class="c-headline__kicker c-kicker">
+ Futebol Internacional
+ </h3>
+ <div data-modal-drop="" data-qty-collumn="3.4" class="c-modal-drop">
+ <button data-trigger="" type="button" name="button" class="c-headline__action"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--share">
+ <path d="m 12.818311,11.294921 c 1.280064,0 2.333667,1.054406 2.333667,2.333668 0,1.279261 -1.054406,2.371411 -2.333667,2.371411 -1.279262,0 -2.333668,-1.09215 -2.333668,-2.371411 0,-0.187915 0,-0.377435 0.03774,-0.526802 L 4.8407964,9.789199 A 2.4252158,2.4252158 0 0 1 0.772537,8.020076 2.4252158,2.4252158 0 0 1 4.8383872,6.250954 L 10.48384,2.9761092 A 2.8974102,2.8974102 0 0 1 10.40915,2.4091547 C 10.40915,1.0921502 11.5013,0 12.818304,0 c 1.317008,0 2.409159,1.0921502 2.409159,2.4091547 0,1.3170047 -1.092151,2.4091553 -2.409155,2.4091553 -0.640032,0 -1.204577,-0.263401 -1.656695,-0.677776 L 5.5161598,7.453925 c 0.036941,0.187914 0.074684,0.377434 0.074684,0.564545 0,0.187111 -0.037744,0.377434 -0.075486,0.562137 l 5.7217422,3.31339 c 0.417587,-0.377434 0.979724,-0.602289 1.582012,-0.602289 z"></path></svg> <span class="u-visually-hidden">Compartilhar Veja onde assistir e o que você precisa saber sobre os torneios europeus</span></button>
+ <div aria-hidden="true" data-content="" class="c-modal-drop__content c-modal-drop__content--no-padding">
+ <div class="c-modal-drop__controls u-hidden-md">
+ <button data-close="" class="c-modal-drop__close"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close icon--tiny">
+ <title>
+ Ícone fechar
+ </title>
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-tools-share--larger">
+ <ul class="c-tools-share__list" data-sharebar-buttons="facebook whatsapp twitter messenger googlePlus linkedIn pinterest email" data-triggered-byclick=".c-modal-drop [data-trigger]" data-sharebar-url="https://www1.folha.uol.com.br/esporte/2018/08/veja-onde-assistir-e-o-que-voce-precisa-saber-sobre-os-torneios-europeus.shtml" data-sharebar-utm-campaign-prefix="comp" data-sharebar-uolpd-id="internal" data-sharebar-text="Veja onde assistir e o que você precisa saber sobre os torneios europeus"></ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-headline__content">
+ <a href="https://www1.folha.uol.com.br/esporte/2018/08/veja-onde-assistir-e-o-que-voce-precisa-saber-sobre-os-torneios-europeus.shtml" class="c-headline__url">
+ <h2 class="c-headline__title">
+ Veja onde assistir e o que você precisa saber sobre os torneios europeus
+ </h2></a>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div><!--!-->
+ <div class="c-advertising c-advertising--300x600" data-sticky="">
+ <div id="banner-300x600-area" class="c-advertising__banner-area"></div>
+ </div>
+ </aside>
+ </div>
+ </div>
+ </div>
+ </article>
+ <div class="block u-no-print">
+ <div class="container">
+ <div class="flex flex--gutter flex--col flex--md-row">
+ <div class="flex-cell">
+ <div class="row">
+ <div class="col col--lg-10-15 col-offset--lg-5-18">
+ <div class="c-outbrain">
+ <div class="OUTBRAIN" data-src="https://www1.folha.uol.com.br/esporte/2018/12/tite-diz-que-errou-ao-levar-taca-da-libertadores-a-lula-em-2012.shtml" data-widget-id="AR_12" data-ob-template="Folha"></div>
+ <script type="text/javascript" async="async" src="https://widgets.outbrain.com/outbrain.js"></script>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="col-fixed col-fixed--md-300">
+ <div class="c-estudio-folha">
+ <!-- Header -->
+ <div class="c-estudio-folha__header">
+ <div class="c-estudio-folha__logo">
+ <a href="//estudio.folha.uol.com.br/institucional/"><svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" width="166" height="45" class="icon icon--estudio-folha">
+ <defs>
+ <rect id="a" width="300" height="360" rx="3"></rect>
+ </defs>
+ <g fill="none" fill-rule="evenodd">
+ <g transform="translate(-67 -10)">
+ <use fill="none" xlink:href="#a"></use>
+ <rect width="299" height="359" x=".5" y=".5" stroke="#E0E0E0" rx="3"></rect>
+ </g>
+ <path fill="#221F1F" d="M81.45 0h13.23v6.57h-1.17l-1.8-5.04h-3.6v8.82h2.79l.72-2.7h1.08v7.2h-1.08l-.72-2.97h-2.79v8.91l2.61.45v.99h-9.36v-.99l2.16-.45V1.44L81.45.99V0zm14.13 12.33c0-7.11 3.15-9.99 7.65-9.99 5.22 0 7.38 3.24 7.38 10.26 0 7.11-3.15 9.99-7.65 9.99-5.22 0-7.38-3.24-7.38-10.26zm10.62.27c0-7.92-1.35-9.09-2.97-9.09s-3.24 1.08-3.24 8.82c0 7.92 1.35 9.18 2.97 9.18 1.62-.09 3.24-1.17 3.24-8.91zm5.04 9.63v-.9l1.71-.36V4.05l-1.62-.36v-.9h7.47v.9l-1.71.36v16.92h2.97l1.62-4.59h.9v5.94h-11.34v-.09zM123.3 2.7h7.2v.9l-1.44.36v7.92h4.32V4.05l-1.44-.45v-.9h6.93v.9l-1.44.36v16.92l1.62.36v.9h-7.11v-.9l1.35-.36v-7.65h-4.32v7.65l1.44.36v.9h-7.2v-.9l1.62-.36V4.05l-1.62-.45c.09 0 .09-.9.09-.9zm16.38 19.53v-.9l1.35-.36L145.8 2.7h2.52l5.49 18.27 1.44.36v.9h-7.56v-.9l1.8-.36-1.53-4.68h-4.14l-1.08 4.68 1.98.36v.9h-5.04zm4.41-7.29h3.42l-1.89-6.12-1.53 6.12zm-77.4-.265c0-1.08.18-2.07.45-2.97a6.5 6.5 0 0 1 1.26-2.34c.54-.72 1.26-1.26 2.07-1.62.81-.36 1.62-.54 2.61-.54.99 0 1.89.18 2.7.54.81.36 1.44.9 2.07 1.53a6.5 6.5 0 0 1 1.26 2.34c.27.9.45 1.89.45 2.97v.45c0 1.08-.18 2.07-.45 2.97a6.5 6.5 0 0 1-1.26 2.34c-.54.63-1.26 1.17-2.07 1.53-.81.36-1.71.54-2.7.54-.99 0-1.89-.18-2.61-.54-.81-.36-1.44-.9-2.07-1.53-.54-.63-.99-1.44-1.35-2.34-.27-.9-.45-1.89-.45-2.97l.09-.36zm1.53.45c0 .81.09 1.62.36 2.34.18.72.54 1.35.9 1.89.36.54.9.99 1.53 1.35.63.36 1.26.45 2.07.45.81 0 1.44-.18 2.07-.45.63-.36 1.08-.81 1.53-1.35.45-.54.72-1.26.9-1.89.18-.72.36-1.53.36-2.34v-.45c0-.81-.09-1.53-.36-2.25-.18-.72-.54-1.35-.9-1.89-.36-.54-.9-.99-1.53-1.35a4.18 4.18 0 0 0-2.07-.54c-.81 0-1.44.18-2.07.54-.63.36-1.08.81-1.53 1.35-.45.54-.72 1.26-.9 1.89-.18.72-.36 1.53-.36 2.25v.45zm-5.76-11.88c0-.27.09-.54.27-.81.18-.18.45-.36.81-.36.36 0 .63.09.81.36.18.18.27.45.27.81 0 .36-.09.54-.27.81-.18.18-.45.27-.81.27-.36 0-.63-.09-.81-.27-.18-.27-.36-.54-.27-.81zm.27 18.99h1.62V7.475h-1.62v14.76zm-14.94-7.56c0-1.17.09-2.16.36-3.06.27-.9.63-1.71 1.08-2.34.45-.63 1.08-1.17 1.8-1.53.72-.36 1.44-.54 2.34-.54.99 0 1.89.18 2.61.63s1.35.99 1.8 1.71v-8.28h1.62v20.88h-1.53l-.09-1.98c-.45.72-1.08 1.26-1.8 1.62-.72.36-1.62.63-2.7.63-.81 0-1.62-.18-2.34-.54-.72-.36-1.26-.9-1.71-1.53-.45-.63-.81-1.44-1.08-2.34-.27-.9-.36-1.89-.36-3.06v-.27zm1.62.36c0 .9.09 1.71.27 2.43a6 6 0 0 0 .81 1.89c.36.54.81.99 1.35 1.26s1.17.45 1.89.45c.54 0 1.08-.09 1.44-.18.45-.09.81-.36 1.17-.54.36-.27.63-.54.9-.81.27-.36.45-.72.63-1.08v-6.93c-.18-.36-.36-.72-.63-1.08-.45-.72-1.17-1.26-2.07-1.53-.45-.18-.99-.27-1.53-.27-.72 0-1.35.18-1.89.45-.54.36-.99.72-1.35 1.26-.36.54-.63 1.17-.81 1.98-.18.81-.27 1.62-.27 2.43.09-.09.09.27.09.27zm-5.67 5.31c-.45.63-1.08 1.26-1.8 1.53-.72.36-1.71.54-2.79.54-.72 0-1.35-.09-1.98-.27-.54-.18-1.08-.54-1.53-.99-.45-.45-.72-.99-.99-1.71s-.36-1.53-.36-2.61v-9.36h1.62v9.45c0 .81.09 1.44.27 1.98.18.54.45.99.72 1.26.27.27.63.54 1.08.72.45.18.81.18 1.26.18.63 0 1.17-.09 1.71-.18.45-.09.9-.36 1.26-.63s.63-.54.9-.9.45-.72.54-1.17V7.474h1.62v14.76h-1.53c.09 0 0-1.89 0-1.89zm-2.07-18.9h1.98l-3.06 3.78h-1.44l2.52-3.78zm-12.42 2.25v3.78h2.97v1.35h-2.97v9.81c0 .54.09.9.18 1.26.09.27.27.54.45.72.18.18.36.27.63.36.27.09.45.09.72.09.27 0 .45 0 .72-.09.18 0 .45-.09.63-.09l.09 1.35c-.27.09-.54.18-.81.18-.36 0-.63.09-.9.09-.45 0-.9-.09-1.26-.18s-.72-.36-.99-.63-.45-.72-.63-1.17c-.18-.45-.27-1.08-.27-1.8v-9.9h-2.7v-1.35h2.7v-3.78h1.44zm-6.57 14.76c0-.27-.09-.63-.18-.9s-.27-.54-.54-.81-.63-.54-1.17-.72c-.54-.27-1.17-.45-1.98-.63-.72-.18-1.44-.36-2.16-.63-.63-.27-1.17-.54-1.62-.81-.45-.27-.72-.72-.99-1.17-.18-.45-.36-.99-.36-1.53s.09-1.08.36-1.53c.27-.54.63-.9.99-1.26.45-.36.99-.63 1.62-.9.72-.27 1.44-.36 2.25-.36s1.62.09 2.25.36c.63.18 1.26.54 1.71.9.45.36.81.9 1.08 1.44.27.54.36 1.08.36 1.71h-1.62c0-.36-.09-.72-.27-1.08-.18-.36-.45-.72-.72-.99-.36-.27-.72-.54-1.17-.72-.45-.18-.99-.27-1.62-.27-.63 0-1.17.09-1.62.27-.45.18-.81.36-1.08.63-.27.18-.45.54-.63.81-.09.27-.18.63-.18.9 0 .36.09.63.18.9s.27.54.54.72c.27.27.63.45 1.17.63.54.18 1.17.36 1.98.54.9.18 1.62.45 2.25.72.63.27 1.17.54 1.53.9.45.36.72.72.9 1.17.18.45.27.99.27 1.53 0 .63-.09 1.17-.36 1.71s-.63.99-1.08 1.26c-.45.36-.99.63-1.71.81-.63.18-1.35.27-2.16.27-.9 0-1.71-.09-2.43-.36-.72-.27-1.26-.54-1.8-.99-.45-.36-.81-.9-1.08-1.44-.27-.54-.36-1.08-.36-1.62h1.71c0 .54.18 1.08.45 1.44.27.36.54.72.99.9.36.27.81.36 1.26.54.45.09.9.18 1.35.18.63 0 1.17-.09 1.62-.18.45-.09.81-.36 1.17-.54.36-.27.54-.54.72-.81.09-.27.18-.63.18-.99zm-11.97-5.76H1.62v8.1h10.44v1.44H0v-19.8h12.06v1.44H1.62v7.47h9.09v1.35zm128.61 26.819c0-.09 0-.27-.09-.36-.09-.09-.09-.27-.27-.36l-.54-.27-.81-.27-1.08-.27c-.27-.09-.54-.27-.81-.45l-.54-.54c-.09-.27-.18-.54-.18-.81s.09-.54.18-.81.27-.45.54-.63.54-.36.81-.45c.36-.09.72-.18 1.08-.18.45 0 .81.09 1.17.18.36.09.63.27.9.45.45.36.72.99.72 1.62h-1.26c0-.18 0-.27-.09-.45s-.18-.27-.27-.36c-.18-.09-.27-.18-.45-.27-.18-.09-.45-.09-.63-.09-.27 0-.45 0-.63.09s-.36.18-.45.27c-.09.09-.18.18-.27.36-.09.27-.09.54 0 .72l.27.27c.09.09.27.18.54.27.18.09.45.18.81.18.45.09.81.18 1.17.36.36.09.63.27.81.45.18.18.36.36.45.54.09.18.18.45.18.72 0 .27-.09.63-.18.9s-.36.45-.54.63c-.27.18-.54.36-.9.45-.36.09-.72.18-1.17.18-.45 0-.9-.09-1.26-.18s-.63-.27-.9-.54a1.4 1.4 0 0 1-.54-.72c-.09-.27-.18-.54-.18-.9h1.26c0 .27.09.45.18.63s.27.27.36.45c.18.09.36.18.54.18.18 0 .36.09.54.09.27 0 .45 0 .63-.09s.36-.09.45-.18c.09-.09.18-.18.27-.36.09-.18.18-.27.18-.45zm-10.98-1.62c0 .36 0 .72.09.99.09.36.18.63.36.81.18.27.36.45.63.54.27.18.54.18.9.18s.63-.09.9-.18c.27-.18.45-.36.63-.54.18-.27.27-.54.36-.81.09-.36.09-.63.09-.99v-.09c0-.36 0-.72-.09-.99s-.18-.54-.36-.81-.36-.45-.63-.54c-.27-.18-.54-.18-.9-.18s-.63.09-.9.18c-.27.18-.45.36-.63.54-.18.27-.27.54-.36.81-.09.36-.09.63-.09.99v.09zm-1.26-.09c0-.54.09-.99.27-1.44.18-.45.36-.81.63-1.17.27-.36.63-.54.99-.72.45-.18.9-.27 1.35-.27.54 0 .99.09 1.35.27.36.18.72.45.99.72.27.36.54.72.63 1.17.18.45.18.9.18 1.44v.18c0 .54-.09.99-.18 1.44-.18.45-.36.81-.63 1.17-.27.36-.63.54-.99.72-.45.18-.9.27-1.35.27-.45 0-.9-.09-1.35-.27-.36-.18-.72-.45-.99-.72-.27-.36-.54-.72-.63-1.17-.18-.45-.27-.99-.27-1.44v-.18zm-6.3.09c0 .36 0 .72.09.99s.18.63.36.81c.18.27.36.45.63.54.27.18.54.18.81.18.18 0 .45 0 .54-.09.36-.09.63-.27.81-.54.09-.09.18-.27.27-.45v-3.24c-.09-.18-.18-.27-.27-.36-.18-.27-.54-.45-.81-.54-.18-.09-.36-.09-.54-.09-.36 0-.63.09-.9.18-.27.18-.45.36-.63.54-.18.27-.27.54-.36.81-.09.27-.09.63-.09.99l.09.27zm-1.26-.09c0-.54.09-1.08.18-1.53.09-.45.36-.81.54-1.17.27-.36.54-.54.9-.72.36-.18.72-.27 1.17-.27.45 0 .81.09 1.17.18.36.18.63.36.81.63v-3.69h1.26v10.17h-1.08l-.09-.72c-.27.27-.54.54-.9.63-.36.18-.72.27-1.17.27-.45 0-.81-.09-1.17-.27-.36-.18-.63-.45-.9-.72a2.79 2.79 0 0 1-.54-1.17c-.18-.45-.18-.99-.18-1.44v-.18zm-4.68 2.7c.18 0 .45 0 .63-.09l.54-.27c.18-.09.27-.18.45-.36.09-.09.18-.27.27-.36v-1.44h-.99c-.72 0-1.26.09-1.62.36-.36.27-.54.54-.54.99 0 .18 0 .36.09.45.09.18.18.27.27.36.09.09.27.18.45.27.09 0 .27.09.45.09zm2.07.9c-.09-.09-.09-.18-.09-.36s-.09-.27-.09-.45l-.36.36c-.27.27-.63.36-.99.45-.18.09-.45.09-.63.09-.36 0-.72-.09-.99-.18a1.96 1.96 0 0 1-.72-.45c-.18-.18-.36-.45-.45-.63-.09-.27-.18-.54-.18-.81 0-.36.09-.72.18-.99.18-.27.36-.54.63-.72.27-.18.63-.36.99-.45.45-.09.9-.18 1.35-.18h1.17v-.54c0-.45-.09-.81-.36-.99-.27-.27-.63-.36-1.17-.36-.27 0-.45 0-.63.09s-.36.18-.45.27c-.09.09-.27.18-.27.36-.09.09-.09.27-.09.45h-1.26c0-.27.09-.54.18-.72.18-.27.36-.45.54-.72.27-.18.54-.36.9-.45.36-.09.72-.18 1.17-.18.36 0 .72.09 1.08.18.36.09.63.27.81.45.27.18.45.45.54.72.09.27.18.63.18 1.08v3.33c0 .27 0 .54.09.72 0 .27.09.54.18.72v-.09h-1.26zm-10.71-7.11v.9c.27-.36.54-.54.9-.72.36-.18.72-.27 1.17-.27.36 0 .63.09.9.18s.54.27.72.45c.18.18.36.45.45.81.09.36.18.72.18 1.17v4.59h-1.08v-4.68c0-.27 0-.54-.09-.72-.09-.18-.18-.36-.27-.45-.09-.09-.27-.18-.45-.27-.18-.09-.45-.09-.63-.09-.36 0-.72.09-1.08.36-.27.18-.54.45-.72.81v5.04h-1.26v-7.11h1.26zm-4.41-1.89c0-.18.09-.36.18-.54.09-.18.27-.18.54-.18s.45.09.54.18c.09.18.18.36.18.54 0 .18-.09.36-.18.45-.09.09-.27.18-.54.18s-.45-.09-.54-.18c-.18-.09-.18-.27-.18-.45zm0 9h1.26v-7.11h-1.26v7.11zm-4.23-.9c.45 0 .81-.18 1.17-.36.18-.09.27-.27.36-.45.09-.18.18-.36.18-.54h1.17c0 .36-.09.63-.27.9-.18.27-.36.54-.63.72-.54.45-1.26.72-1.98.72-.54 0-.99-.09-1.44-.27-.36-.18-.72-.45-.99-.81-.27-.36-.45-.72-.63-1.17-.09-.45-.18-.9-.18-1.35v-.27c0-.45.09-.9.18-1.35.09-.45.36-.81.63-1.17.27-.36.63-.54.99-.81.36-.18.9-.27 1.44-.27.45 0 .81.09 1.17.18.36.09.63.27.9.54s.45.54.54.81c.18.36.18.63.27.99h-1.17c0-.18-.09-.45-.18-.63-.18-.36-.45-.72-.9-.81-.18-.09-.45-.09-.63-.09-.36 0-.72.09-.9.18-.27.18-.45.36-.63.63s-.27.54-.36.81c-.09.27-.09.63-.09.9v.27c0 .36 0 .63.09.9s.18.54.36.81.36.45.63.63c.18.36.54.36.9.36zm-9.63-2.61c0 .36 0 .72.09.99.09.36.18.63.36.81.18.27.36.45.63.54.27.18.54.18.9.18s.63-.09.9-.18c.27-.18.45-.36.63-.54.18-.27.27-.54.36-.81.09-.36.09-.63.09-.99v-.09c0-.36 0-.72-.09-.99s-.18-.54-.36-.81-.36-.45-.63-.54c-.27-.18-.54-.18-.9-.18s-.63.09-.9.18c-.27.18-.45.36-.63.54-.18.27-.27.54-.36.81-.09.36-.09.63-.09.99v.09zm-1.26-.09c0-.54.09-.99.27-1.44.18-.45.36-.81.63-1.17.27-.36.63-.54.99-.72.45-.18.9-.27 1.35-.27.54 0 .99.09 1.35.27.36.18.72.45.99.72.27.36.54.72.63 1.17.18.45.18.9.18 1.44v.18c0 .54-.09.99-.18 1.44-.18.45-.36.81-.63 1.17-.27.36-.63.54-.99.72-.45.18-.9.27-1.35.27-.45 0-.9-.09-1.35-.27-.36-.18-.72-.45-.99-.72-.27-.36-.54-.72-.63-1.17-.18-.45-.27-.99-.27-1.44v-.18zm-.81-2.43c-.18 0-.36-.09-.63-.09-.45 0-.81.09-.99.27-.27.18-.45.45-.63.72v5.13h-1.17v-7.11h1.17v.81c.18-.27.45-.54.72-.72.27-.18.63-.27.99-.27h.27c.09 0 .18 0 .27.09v1.17zm-6.21-2.79v1.71H81v.9h-1.35v4.41c0 .18 0 .36.09.45 0 .09.09.18.18.27.09.09.18.09.27.09h.63c.09 0 .18 0 .27-.09v1.08c-.09 0-.18.09-.36.09s-.36.09-.54.09c-.18 0-.45 0-.63-.09s-.36-.18-.54-.36c-.18-.18-.27-.36-.36-.63-.09-.27-.09-.54-.09-.9v-4.41h-1.26v-.9h1.26v-1.71h1.08zm-6.57 7.92c.18 0 .45 0 .63-.09l.54-.27c.18-.09.27-.18.45-.36.09-.09.18-.27.27-.36v-1.44h-.99c-.72 0-1.26.09-1.62.36-.36.27-.72.45-.72.9 0 .18 0 .36.09.45.09.18.18.27.27.36.09.09.27.18.45.27.18.09.36.18.63.18zm1.98.9c-.09-.09-.09-.18-.09-.36s-.09-.27-.09-.45l-.36.36c-.27.27-.63.36-.99.45-.18.09-.45.09-.63.09-.36 0-.72-.09-.99-.18a1.96 1.96 0 0 1-.72-.45c-.18-.18-.36-.45-.45-.63-.09-.27-.18-.54-.18-.81 0-.36.09-.72.18-.99.18-.27.36-.54.63-.72.27-.18.63-.36.99-.45.45-.09.9-.18 1.35-.18h1.17v-.54c0-.45-.09-.81-.36-.99-.27-.27-.63-.36-1.17-.36-.27 0-.45 0-.63.09s-.36.18-.45.27c-.09.09-.27.18-.27.36-.09.09-.09.27-.09.45h-1.26c0-.27.09-.54.18-.72.09-.18.36-.45.54-.72.27-.18.54-.36.9-.45.36-.09.72-.18 1.17-.18.36 0 .72.09 1.08.18.36.09.63.27.81.45.27.18.45.45.54.72.09.27.18.63.18 1.08v3.33c0 .27 0 .54.09.72 0 .27.09.54.18.72v-.09h-1.26zm-7.2-3.6c0-.36 0-.72-.09-.99s-.18-.54-.36-.81-.36-.45-.63-.54c-.27-.18-.54-.18-.9-.18-.18 0-.36 0-.54.09-.36.09-.63.27-.81.54-.09.09-.18.27-.27.36v3.33c.09.18.18.27.27.36.09.09.27.18.36.27.18.09.27.18.45.18.18.09.36.09.54.09.36 0 .63-.09.81-.18.27-.18.45-.36.63-.54.18-.27.27-.54.36-.81.09-.27.09-.63.09-.99.09-.09.09-.18.09-.18zm1.26.09c0 .54-.09.99-.18 1.44-.09.45-.27.81-.54 1.17-.27.36-.54.54-.9.72-.36.18-.72.27-1.17.27-.45 0-.81-.09-1.17-.18-.36-.18-.63-.36-.9-.63v3.42H63v-9.9h1.08l.09.81c.27-.27.54-.54.9-.72.36-.18.72-.27 1.17-.27.45 0 .81.09 1.17.27.36.18.63.45.9.72.27.36.45.72.54 1.17.09.45.18.9.18 1.53.09.09.09.18.09.18zm-12.15 1.62c0-.09 0-.27-.09-.36-.09-.09-.09-.27-.27-.36l-.54-.27-.81-.27-1.08-.27c-.27-.09-.54-.27-.81-.45l-.54-.54c-.09-.27-.18-.54-.18-.81s.09-.54.18-.81.27-.45.54-.63.54-.36.81-.45c.36-.09.72-.18 1.08-.18.45 0 .81.09 1.17.18.36.09.63.27.9.45.45.36.72.99.72 1.62h-1.26c0-.18 0-.27-.09-.45s-.18-.27-.27-.36c-.18-.09-.27-.18-.45-.27-.18-.09-.45-.09-.63-.09-.27 0-.45 0-.63.09s-.36.18-.45.27c-.09.09-.18.18-.27.36-.09.27-.09.54 0 .72l.27.27c.09.09.27.18.54.27.18.09.45.18.81.18.45.09.81.18 1.17.36.36.09.63.27.81.45.18.18.36.36.45.54.09.18.18.45.18.72 0 .27-.09.63-.18.9s-.27.45-.54.63-.54.36-.9.45c-.36.09-.72.18-1.17.18-.45 0-.9-.09-1.26-.18s-.63-.27-.9-.54a1.4 1.4 0 0 1-.54-.72c-.09-.27-.18-.54-.18-.9h1.26c0 .27.09.45.18.63s.27.27.45.45c.18.09.36.18.54.18.18 0 .36.09.54.09.27 0 .45 0 .63-.09s.36-.09.45-.18c.09-.09.18-.18.27-.36 0-.18.09-.27.09-.45zm-10.98-1.62c0 .36 0 .72.09.99.09.36.18.63.36.81.18.27.36.45.63.54.27.18.54.18.9.18s.63-.09.9-.18c.27-.18.45-.36.63-.54.18-.27.27-.54.36-.81.09-.36.09-.63.09-.99v-.09c0-.36 0-.72-.09-.99s-.18-.54-.36-.81-.36-.45-.63-.54c-.27-.18-.54-.18-.9-.18s-.63.09-.9.18c-.27.18-.45.36-.63.54-.18.27-.27.54-.36.81-.09.36-.09.63-.09.99v.09zm-1.26-.09c0-.54.09-.99.27-1.44.18-.45.36-.81.63-1.17.27-.36.63-.54.99-.72.45-.18.9-.27 1.35-.27.54 0 .99.09 1.35.27.36.18.72.45.99.72.27.36.45.72.63 1.17.18.45.18.9.18 1.44v.18c0 .54-.09.99-.18 1.44-.18.45-.36.81-.63 1.17-.27.36-.63.54-.99.72-.45.18-.9.27-1.35.27-.45 0-.9-.09-1.35-.27-.36-.18-.72-.45-.99-.72-.27-.36-.54-.72-.63-1.17-.18-.45-.27-.99-.27-1.44v-.18zm-2.43-5.22v1.71h1.35v.9H42.3v4.41c0 .18 0 .36.09.45 0 .09.09.18.18.27.09.09.18.09.27.09h.63c.09 0 .18 0 .27-.09v1.08c-.09 0-.18.09-.36.09s-.36.09-.54.09c-.18 0-.45 0-.63-.09s-.36-.18-.54-.36c-.18-.18-.27-.36-.36-.63-.09-.27-.09-.54-.09-.9v-4.41h-1.26v-.9h1.26v-1.71h1.08zm-5.94 2.52c-.27 0-.45 0-.72.18-.18.09-.36.18-.54.36-.18.18-.27.36-.45.63-.09.27-.18.54-.18.9h3.6v-.09c0-.27-.09-.45-.09-.72-.09-.27-.18-.45-.27-.63-.18-.18-.27-.36-.54-.45-.27-.09-.54-.18-.81-.18zm.09 6.39c-.45 0-.9-.09-1.35-.27-.36-.18-.72-.45-.99-.72-.27-.36-.54-.72-.63-1.08-.18-.45-.27-.9-.27-1.35v-.27c0-.54.09-1.08.27-1.53.18-.45.36-.81.72-1.17.27-.27.63-.54.99-.72.36-.18.72-.27 1.17-.27.54 0 .99.09 1.35.27.36.18.63.45.9.72.27.27.45.72.54 1.08.09.45.18.9.18 1.35v.54h-4.86c0 .36.09.63.18.9s.27.54.45.72c.18.18.36.36.63.54.27.09.54.18.9.18.45 0 .81-.09 1.08-.27.27-.18.54-.45.81-.72l.72.54c-.09.18-.27.36-.45.54-.18.18-.36.27-.54.45-.27.18-.45.27-.72.27-.36.27-.72.36-1.08.27zm-6.21-9.09c0-.18.09-.36.18-.54.09-.18.27-.18.54-.18s.45.09.54.18c.09.18.18.36.18.54 0 .18-.09.36-.18.45-.09.09-.27.18-.54.18s-.45-.09-.54-.18c-.18-.09-.18-.27-.18-.45zm1.35 1.89v8.01c0 .63-.18 1.17-.45 1.53-.27.36-.81.54-1.44.54h-.36c-.09 0-.27-.09-.36-.09v-1.08h.54c.27 0 .45-.09.63-.18.18-.18.18-.36.18-.81v-8.01c0 .09 1.26.09 1.26.09zm-8.1 3.6c0 .36 0 .72.09.99.09.36.18.63.36.81.18.27.36.45.63.54.27.18.54.18.9.18s.63-.09.9-.18c.27-.18.45-.36.63-.54.18-.27.27-.54.36-.81.09-.36.09-.63.09-.99v-.09c0-.36 0-.72-.09-.99s-.18-.54-.36-.81-.36-.45-.63-.54c-.27-.18-.54-.18-.9-.18s-.63.09-.9.18c-.27.18-.45.36-.63.54-.18.27-.27.54-.36.81-.09.36-.09.63-.09.99v.09zm-1.17-.09c0-.54.09-.99.27-1.44.18-.45.36-.81.63-1.17.27-.36.63-.54.99-.72.45-.18.9-.27 1.35-.27.54 0 .99.09 1.35.27.36.18.72.45.99.72.27.36.54.72.63 1.17.18.45.18.9.18 1.44v.18c0 .54-.09.99-.18 1.44-.18.45-.36.81-.63 1.17-.27.36-.63.54-.99.72-.45.18-.9.27-1.35.27-.45 0-.9-.09-1.35-.27-.36-.18-.72-.45-.99-.72-.27-.36-.54-.72-.63-1.17-.18-.45-.27-.99-.27-1.44v-.18zm-.81-2.43c-.18 0-.36-.09-.63-.09-.45 0-.81.09-.99.27-.27.18-.45.45-.63.72v5.13H18v-7.11h1.17v.81c.18-.27.45-.54.72-.72.27-.18.63-.27.99-.27h.27c.09 0 .18 0 .27.09l.09 1.17zm-6.21 2.43c0-.36 0-.72-.09-.99s-.18-.54-.36-.81-.36-.45-.63-.54c-.27-.18-.54-.18-.9-.18-.18 0-.36 0-.54.09-.36.09-.63.27-.81.54-.09.09-.18.27-.27.36v3.33c.09.18.18.27.27.36.09.09.27.18.36.27.18.09.27.18.45.18.18.09.36.09.54.09.36 0 .63-.09.81-.18.27-.18.45-.36.63-.54.18-.27.27-.54.36-.81.09-.27.09-.63.09-.99.09-.09.09-.18.09-.18zm1.17.09c0 .54-.09.99-.18 1.44-.09.45-.27.81-.54 1.17-.27.36-.54.54-.9.72-.36.18-.72.27-1.17.27-.45 0-.81-.09-1.17-.18-.36-.18-.63-.36-.9-.63v3.42h-1.17v-9.9h1.08l.09.81c.27-.27.54-.54.9-.72.36-.18.72-.27 1.17-.27.45 0 .81.09 1.17.27.36.18.63.45.9.72.27.36.45.72.54 1.17.09.45.18.9.18 1.53v.18z"></path>
+ <path fill="#E1181C" d="M163.8 6.035l.63 2.07-1.71-1.26-1.8 1.26.72-2.07-1.8-1.26H162l.63-2.07.63 2.07h2.16z"></path>
+ <path fill="#3EAAE0" d="M163.8 13.055l.63 2.07-1.71-1.26-1.8 1.26.72-2.07-1.8-1.26H162l.63-2.07.63 2.07h2.16z"></path>
+ <path fill="#020303" d="M163.8 19.985l.63 2.07-1.71-1.26-1.8 1.26.72-2.07-1.8-1.26H162l.63-2.07.63 2.07h2.16z"></path>
+ </g></svg></a>
+ </div>
+ </div><!-- Main -->
+ <div class="c-estudio-folha__main">
+ <div class="c-estudio-folha__rotate">
+ <div class="c-rotate-generic" data-rotate-generic="" data-rotate-generic-autoplay="5000" data-rotate-generic-effect="slider" data-rotate-generic-eldots=".js-estudio-folha__control-dots" data-rotate-generic-prev=".js-estudio-folha__control-prev" data-rotate-generic-next=".js-estudio-folha__control-next" data-rotate-generic-btnpause=".js-estudio-folha__control-pause" data-rotate-generic-labelpause="parar|retomar">
+ <div class="c-rotate-generic__stage-outer">
+ <button class="c-estudio-folha__control c-estudio-folha__control--prev js-estudio-folha__control-prev"><svg xmlns="https://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" class="icon icon--chevron-left icon--estudio-folha-control">
+ <path d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z"></path></svg></button> <button class="c-estudio-folha__control c-estudio-folha__control--next js-estudio-folha__control-next"><svg xmlns="https://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" class="icon icon--chevron-right icon--estudio-folha-control">
+ <path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"></path></svg></button>
+ <div class="c-rotate-generic__stage js-rotate-generic__stage">
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2Bs8WqO" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/1833840.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2Bs8WqO" class="c-estudio-folha__link">
+ <p>
+ <b>Organização atende 250 crianças e oferece aulas de luta, dança e música</b>
+ </p><img src="//f.i.uol.com.br/estudiofolha/images/1734138.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2CjBeFA" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/1835239.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2CjBeFA" class="c-estudio-folha__link">
+ <p>
+ <b>Saiba como planejar e cumprir suas metas em 2019</b>
+ </p><img src="//f.i.uol.com.br/estudiofolha/images/1833922.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2QPwX4R" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/1834842.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2QPwX4R" class="c-estudio-folha__link">
+ <p>
+ <b>COE pode aumentar potencial de rendimentos sem risco de perder o dinheiro aplicado</b>
+ </p><img src="//f.i.uol.com.br/estudiofolha/images/1825615.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2QQE5he" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/1834816.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2QQE5he" class="c-estudio-folha__link">
+ <p>
+ <b>Novas tendências de consumo apontam escolha por praticidade e segurança alimentar</b>
+ </p><img src="http://f.i.uol.com.br/estudiofolha/images/1832651.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2Phy4VR" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/1834518.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2Phy4VR" class="c-estudio-folha__link">
+ <p>
+ <b>Banco do Brasil lança app que auxilia produtores rurais</b>
+ </p><img src="https://f.i.uol.com.br/estudiofolha/images/1833351.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2EpMFxJ" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/183514.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2EpMFxJ" class="c-estudio-folha__link">
+ <p>
+ <b>Aplicação pouco conhecida, COE pode garantir ganhos maiores com capital protegido</b>
+ </p><img src="//f.i.uol.com.br/estudiofolha/images/1825615.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2ry3b6k" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/1834519.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2ry3b6k" class="c-estudio-folha__link">
+ <p>
+ <b>Projetos premiados trabalham a relação tributos e cidadania</b>
+ </p><img src="http://f.i.uol.com.br/estudiofolha/images/1832722.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2Aj1pKp" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/1832742.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2Aj1pKp" class="c-estudio-folha__link">
+ <p>
+ <b>Estímulo à inovação gera interesse estrangeiro no setor aéreo nacional</b>
+ </p><img src="//f.i.uol.com.br/estudiofolha/images/1829216.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ <div class="c-rotate-generic__item js-rotate-generic__item">
+ <div class="c-estudio-folha__content">
+ <div class="c-estudio-folha__image-main">
+ <a href="http://bit.ly/2KJ4yb3" class="c-estudio-folha__link"><img src="//f.i.uol.com.br/estudiofolha/images/1834516.jpeg" alt="" /></a>
+ </div><a href="http://bit.ly/2KJ4yb3" class="c-estudio-folha__link">
+ <p>
+ <b>Programa TAP Miles&amp;Go otimiza tempo de seus passageiros e agiliza viagem</b>
+ </p><img src="https://f.i.uol.com.br/estudiofolha/images/1831142.jpeg" class="c-estudio-folha__sponsored-logo" alt="" /></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div><!-- Footer -->
+ <div class="c-estudio-folha__footer">
+ <div class="c-estudio-folha__dots js-estudio-folha__control-dots"></div>
+ <div class="c-estudio-folha__pause">
+ <button class="js-estudio-folha__control-pause">parar</button>
+ </div>
+ </div>
+ </div><!--// -->
+ <div class="c-advertising c-advertising--300x250" data-sticky="">
+ <div id="banner-300x250-2-area" class="c-advertising__banner-area"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="block t-soft u-no-print">
+ <div class="container">
+ <div class="c-most-read">
+ <div class="c-most-read__head">
+ <h2 class="c-most-read__title c-section-title">
+ Mais lidas <span class="c-most-read__section c-section-title__thin">em Esporte</span>
+ </h2><a href="//www1.folha.uol.com.br/maispopulares/" class="c-button c-most-read__see-more" title="Ver todas matérias mais lidas">Ver todas</a>
+ </div>
+ <ol class="c-most-read__list">
+ <li>
+ <a href="https://www1.folha.uol.com.br/esporte/2018/12/fenomeno-do-basquete-dos-eua-refutou-futebol-americano-e-deve-chegar-a-nba.shtml">Fenômeno do basquete dos EUA refutou futebol americano e deve chegar à NBA</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/esporte/2018/12/secretario-de-esportes-e-bem-relacionado-com-militares-e-cupula-do-governo.shtml">Militar irá comandar secretaria de esporte do governo Bolsonaro</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/esporte/2018/12/globo-muda-horario-e-rodadas-de-quarta-no-futebol-brasileiro-serao-as-21h30.shtml">Globo muda horário, e rodada de quarta no futebol brasileiro será às 21h30</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/esporte/2018/12/ana-marcela-ve-toquio-20-como-ultima-chance-e-diz-temer-intolerancia-sexual.shtml">Ana Marcela vê Tóquio-20 como última chance e diz temer intolerância sexual</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/esporte/2018/12/quem-e-o-al-ain-time-que-desbancou-o-river-plate-no-mundial-de-clubes.shtml">Quem é o Al Ain, time que desbancou o River Plate no Mundial de Clubes</a>
+ </li>
+ </ol>
+ </div>
+ </div>
+ </div>
+ <div class="block u-no-print">
+ <div class="container">
+ <div class="flex flex--gutter flex--col flex--md-row">
+ <div class="flex-cell">
+ <h4 class="c-section-title c-section-title--brand">
+ Principais do dia
+ </h4>
+ <div class="c-headline c-headline--newslist">
+ <div class="c-headline__media-wrapper">
+ <a href="https://www1.folha.uol.com.br/cotidiano/2018/12/covas-quebra-promessa-de-doria-e-preve-dinheiro-de-privatizacao-na-previdencia.shtml"><img class="c-headline__image" src="https://f.i.uol.com.br/fotografia/2018/04/06/15230315615ac79e095b8f3_1523031561_3x2_sm.jpg" alt="Covas quebra promessa de Doria e prevê dinheiro de privatização na previdência" /></a>
+ </div>
+ <div class="c-headline__wrapper">
+ <div class="c-headline__head">
+ <h3 class="c-headline__kicker c-kicker">
+ <a href="http://www1.folha.uol.com.br/folha-topicos/joao-doria">João Doria</a>
+ </h3>
+ <div data-modal-drop="" data-qty-collumn="3.4" class="c-modal-drop">
+ <button data-trigger="" type="button" name="button" class="c-headline__action"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--share" aria-hidden="true">
+ <path d="m 12.818311,11.294921 c 1.280064,0 2.333667,1.054406 2.333667,2.333668 0,1.279261 -1.054406,2.371411 -2.333667,2.371411 -1.279262,0 -2.333668,-1.09215 -2.333668,-2.371411 0,-0.187915 0,-0.377435 0.03774,-0.526802 L 4.8407964,9.789199 A 2.4252158,2.4252158 0 0 1 0.772537,8.020076 2.4252158,2.4252158 0 0 1 4.8383872,6.250954 L 10.48384,2.9761092 A 2.8974102,2.8974102 0 0 1 10.40915,2.4091547 C 10.40915,1.0921502 11.5013,0 12.818304,0 c 1.317008,0 2.409159,1.0921502 2.409159,2.4091547 0,1.3170047 -1.092151,2.4091553 -2.409155,2.4091553 -0.640032,0 -1.204577,-0.263401 -1.656695,-0.677776 L 5.5161598,7.453925 c 0.036941,0.187914 0.074684,0.377434 0.074684,0.564545 0,0.187111 -0.037744,0.377434 -0.075486,0.562137 l 5.7217422,3.31339 c 0.417587,-0.377434 0.979724,-0.602289 1.582012,-0.602289 z"></path></svg> <span class="u-visually-hidden">Compartilhar</span></button>
+ <div aria-hidden="true" data-content="" class="c-modal-drop__content c-modal-drop__content--no-padding">
+ <div class="c-modal-drop__controls u-hidden-md">
+ <button data-close="" class="c-modal-drop__close"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close icon--tiny" aria-hidden="true">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-tools-share--larger">
+ <ul class="c-tools-share__list" data-sharebar-utm-campaign-prefix="comp" data-sharebar-buttons="facebook whatsapp twitter messenger googlePlus linkedIn pinterest rss email" data-triggered-byclick=".c-modal-drop [data-trigger]" data-sharebar-url="https://www1.folha.uol.com.br/cotidiano/2018/12/covas-quebra-promessa-de-doria-e-preve-dinheiro-de-privatizacao-na-previdencia.shtml" data-sharebar-text="Covas quebra promessa de Doria e prevê dinheiro de privatização na previdência" data-sharebar-channel="cotidiano"></ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-headline__content">
+ <a href="https://www1.folha.uol.com.br/cotidiano/2018/12/covas-quebra-promessa-de-doria-e-preve-dinheiro-de-privatizacao-na-previdencia.shtml">
+ <h2 class="c-headline__title">
+ Covas quebra promessa de Doria e prevê dinheiro de privatização na previdência
+ </h2>
+ <p class="c-headline__standfirst">
+ Atual gestão tucana em São Paulo havia prometido usar venda de equipamentos na área social
+ </p><time class="c-headline__dateline" itemprop="datePublished" datetime="2018-12-21 10:55:00">21.dez.2018 às 10h55</time></a>
+ </div>
+ </div>
+ </div>
+ <div class="c-headline c-headline--newslist">
+ <div class="c-headline__media-wrapper">
+ <a href="https://www1.folha.uol.com.br/poder/2018/12/pela-primeira-vez-na-republica-ministerio-excluira-norte-e-nordeste.shtml"><img class="c-headline__image" src="https://f.i.uol.com.br/fotografia/2018/12/19/15452261445c1a47a062deb_1545226144_3x2_sm.jpg" alt="Pela primeira vez na República, ministério que toma posse excluirá Norte e Nordeste" /></a>
+ </div>
+ <div class="c-headline__wrapper">
+ <div class="c-headline__head">
+ <h3 class="c-headline__kicker c-kicker">
+ <a href="https://www1.folha.uol.com.br/especial/2018/governo-bolsonaro">Governo Bolsonaro</a>
+ </h3>
+ <div data-modal-drop="" data-qty-collumn="3.4" class="c-modal-drop">
+ <button data-trigger="" type="button" name="button" class="c-headline__action"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--share" aria-hidden="true">
+ <path d="m 12.818311,11.294921 c 1.280064,0 2.333667,1.054406 2.333667,2.333668 0,1.279261 -1.054406,2.371411 -2.333667,2.371411 -1.279262,0 -2.333668,-1.09215 -2.333668,-2.371411 0,-0.187915 0,-0.377435 0.03774,-0.526802 L 4.8407964,9.789199 A 2.4252158,2.4252158 0 0 1 0.772537,8.020076 2.4252158,2.4252158 0 0 1 4.8383872,6.250954 L 10.48384,2.9761092 A 2.8974102,2.8974102 0 0 1 10.40915,2.4091547 C 10.40915,1.0921502 11.5013,0 12.818304,0 c 1.317008,0 2.409159,1.0921502 2.409159,2.4091547 0,1.3170047 -1.092151,2.4091553 -2.409155,2.4091553 -0.640032,0 -1.204577,-0.263401 -1.656695,-0.677776 L 5.5161598,7.453925 c 0.036941,0.187914 0.074684,0.377434 0.074684,0.564545 0,0.187111 -0.037744,0.377434 -0.075486,0.562137 l 5.7217422,3.31339 c 0.417587,-0.377434 0.979724,-0.602289 1.582012,-0.602289 z"></path></svg> <span class="u-visually-hidden">Compartilhar</span></button>
+ <div aria-hidden="true" data-content="" class="c-modal-drop__content c-modal-drop__content--no-padding">
+ <div class="c-modal-drop__controls u-hidden-md">
+ <button data-close="" class="c-modal-drop__close"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close icon--tiny" aria-hidden="true">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-tools-share--larger">
+ <ul class="c-tools-share__list" data-sharebar-utm-campaign-prefix="comp" data-sharebar-buttons="facebook whatsapp twitter messenger googlePlus linkedIn pinterest rss email" data-triggered-byclick=".c-modal-drop [data-trigger]" data-sharebar-url="https://www1.folha.uol.com.br/poder/2018/12/pela-primeira-vez-na-republica-ministerio-excluira-norte-e-nordeste.shtml" data-sharebar-text="Pela primeira vez na República, ministério que toma posse excluirá Norte e Nordeste" data-sharebar-channel="poder"></ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-headline__content">
+ <a href="https://www1.folha.uol.com.br/poder/2018/12/pela-primeira-vez-na-republica-ministerio-excluira-norte-e-nordeste.shtml">
+ <h2 class="c-headline__title">
+ Pela primeira vez na República, ministério que toma posse excluirá Norte e Nordeste
+ </h2>
+ <p class="c-headline__standfirst">
+ No primeiro escalão, há 11 integrantes do Sudeste, 8 do Sul, 2 do Centro-Oeste e 1 colombiano
+ </p><time class="c-headline__dateline" itemprop="datePublished" datetime="2018-12-21 12:00:00">21.dez.2018 às 12h00</time></a>
+ </div>
+ </div>
+ </div>
+ <div class="c-headline c-headline--newslist">
+ <div class="c-headline__media-wrapper">
+ <a href="https://www1.folha.uol.com.br/colunas/reinaldoazevedo/2018/12/torcam-para-que-bolsonaro-consiga-modernizar-guedes.shtml"><img class="c-headline__image" src="https://f.i.uol.com.br/fotografia/2018/11/29/15435040395c0000a79a59e_1543504039_3x2_sm.jpg" alt="Torçam para que Bolsonaro consiga modernizar Guedes" /></a>
+ </div>
+ <div class="c-headline__wrapper">
+ <div class="c-headline__head">
+ <div data-modal-drop="" data-qty-collumn="3.4" class="c-modal-drop">
+ <button data-trigger="" type="button" name="button" class="c-headline__action"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--share" aria-hidden="true">
+ <path d="m 12.818311,11.294921 c 1.280064,0 2.333667,1.054406 2.333667,2.333668 0,1.279261 -1.054406,2.371411 -2.333667,2.371411 -1.279262,0 -2.333668,-1.09215 -2.333668,-2.371411 0,-0.187915 0,-0.377435 0.03774,-0.526802 L 4.8407964,9.789199 A 2.4252158,2.4252158 0 0 1 0.772537,8.020076 2.4252158,2.4252158 0 0 1 4.8383872,6.250954 L 10.48384,2.9761092 A 2.8974102,2.8974102 0 0 1 10.40915,2.4091547 C 10.40915,1.0921502 11.5013,0 12.818304,0 c 1.317008,0 2.409159,1.0921502 2.409159,2.4091547 0,1.3170047 -1.092151,2.4091553 -2.409155,2.4091553 -0.640032,0 -1.204577,-0.263401 -1.656695,-0.677776 L 5.5161598,7.453925 c 0.036941,0.187914 0.074684,0.377434 0.074684,0.564545 0,0.187111 -0.037744,0.377434 -0.075486,0.562137 l 5.7217422,3.31339 c 0.417587,-0.377434 0.979724,-0.602289 1.582012,-0.602289 z"></path></svg> <span class="u-visually-hidden">Compartilhar</span></button>
+ <div aria-hidden="true" data-content="" class="c-modal-drop__content c-modal-drop__content--no-padding">
+ <div class="c-modal-drop__controls u-hidden-md">
+ <button data-close="" class="c-modal-drop__close"><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close icon--tiny" aria-hidden="true">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-tools-share--larger">
+ <ul class="c-tools-share__list" data-sharebar-utm-campaign-prefix="comp" data-sharebar-buttons="facebook whatsapp twitter messenger googlePlus linkedIn pinterest rss email" data-triggered-byclick=".c-modal-drop [data-trigger]" data-sharebar-url="https://www1.folha.uol.com.br/colunas/reinaldoazevedo/2018/12/torcam-para-que-bolsonaro-consiga-modernizar-guedes.shtml" data-sharebar-text="Torçam para que Bolsonaro consiga modernizar Guedes" data-sharebar-channel="colunistas-reinaldo-azevedo"></ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-headline__content">
+ <a href="https://www1.folha.uol.com.br/colunas/reinaldoazevedo/2018/12/torcam-para-que-bolsonaro-consiga-modernizar-guedes.shtml">
+ <h2 class="c-headline__title">
+ Torçam para que Bolsonaro consiga modernizar Guedes
+ </h2>
+ <p class="c-headline__standfirst">
+ Ou o presidente vira o conselheiro do ministro da Economia ou a nau afunda
+ </p><time class="c-headline__dateline" itemprop="datePublished" datetime="2018-12-21 02:00:00">21.dez.2018 às 2h00</time></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="col-fixed col-fixed--md-300">
+ <div class="c-advertising c-advertising--300x600">
+ <div id="banner-300x600-2-area" class="c-advertising__banner-area"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="block">
+ <div class="container">
+ <div class="c-advertising">
+ <div id="banner-970x250-area-2" class="c-advertising__banner-area"></div>
+ </div>
+ </div>
+ </div>
+ </main>
+ <footer id="rodape" class="l-footer u-no-print">
+ <div class="block">
+ <div class="container">
+ <div class="l-footer__head">
+ <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 190 20" version="1.1" class="logo-folha logo-small" aria-hidden="true">
+ <g>
+ <g transform="translate(183.000000, 0.000000)">
+ <polygon class="brand-stars-red" points="4.26167491 3.62184038 4.98484067 5.86503408 3.07913972 4.47605581 1.17343877 5.86503408 1.90570095 3.62184038 0 2.24236717 2.35638744 2.24236717 3.07913972 1.77635684e-15 3.8114019 2.24236717 6.16778933 2.24236717"></polygon>
+ <polygon class="brand-stars-blue" points="4.26167491 10.2195905 4.98484067 12.4627842 3.07913972 11.0738059 1.17343877 12.4627842 1.90570095 10.2195905 -7.10542736e-15 8.84011725 2.35638744 8.84011725 3.07913972 6.59775008 3.8114019 8.84011725 6.16778933 8.84011725"></polygon>
+ <polygon class="brand-stars-dark" points="4.26167491 17.4558325 4.98484067 19.6990262 3.07913972 18.3100479 1.17343877 19.6990262 1.90570095 17.4558325 0 16.0763593 2.35638744 16.0763593 3.07913972 13.8339921 3.8114019 16.0763593 6.16778933 16.0763593"></polygon>
+ </g>
+ <g>
+ <path d="M102.802445,0 C104.083325,0 105.221884,0.0949034745 106.336724,0.332162161 L106.336724,5.36204631 L105.411644,5.36204631 L104.510285,1.6608108 C103.869845,1.49472972 103.490325,1.44727799 102.802445,1.44727799 C101.236926,1.44727799 100.359286,2.30140926 100.359286,3.44025095 C100.359286,7.47364862 107.143204,7.09403472 107.143204,13.0966795 C107.143204,16.4183011 104.723764,19.1942277 100.904846,19.1942277 C99.2681663,19.1942277 97.9635668,18.9806949 96.9673271,18.6248069 L96.9673271,13.5711969 L97.9635668,13.5711969 L98.7700465,17.1775289 C99.5765262,17.6283204 100.501606,17.7469497 101.450406,17.7469497 C102.897325,17.7469497 103.869845,16.7030115 103.869845,15.4929922 C103.869845,11.1037065 96.8961672,11.0562548 96.9436071,5.50440152 C96.9436071,2.15905405 99.4342063,0 102.802445,0 L102.802445,0 Z M0.023719992,1.16256756 L0.023719992,0.284710424 L11.1721162,0.284710424 L11.1721162,5.76538608 L10.2470365,5.76538608 L8.70523705,1.54218146 L5.64535809,1.54218146 L5.64535809,8.94465247 L8.04107727,8.94465247 L8.58663709,6.64324322 L9.51171678,6.64324322 L9.51171678,12.6696138 L8.58663709,12.6696138 L8.04107727,10.2021235 L5.64535809,10.2021235 L5.64535809,17.6520463 L7.85131734,18.055386 L7.85131734,18.9095173 L2.84217094e-14,18.9095173 L2.84217094e-14,18.055386 L1.7552794,17.6520463 L1.7552794,1.49472972 L0.023719992,1.16256756 Z M118.69484,11.2935135 L117.2242,11.2935135 L117.2242,17.6520463 L119.33528,18.055386 L119.33528,18.9095173 L111.602562,18.9095173 L111.602562,18.055386 L113.334122,17.6520463 L113.334122,1.49472972 L111.626282,1.16256756 L111.626282,0.284710424 L118.90832,0.284710424 C121.968199,0.284710424 124.031838,1.47100386 124.031838,5.81283781 C124.031838,9.13445942 122.347719,11.2935135 118.69484,11.2935135 L118.69484,11.2935135 Z M117.2242,10.0597683 L117.91208,10.0597683 C119.16924,10.0597683 119.904559,9.20563703 119.904559,5.76538608 C119.904559,2.34886099 119.38272,1.54218146 117.95952,1.54218146 L117.2242,1.54218146 L117.2242,10.0597683 Z M158.757906,10.6291891 C158.757906,4.60281851 161.414545,2.25395752 165.209744,2.25395752 C169.550503,2.25395752 171.376942,4.93498067 171.376942,10.7952702 C171.376942,16.7504633 168.696583,19.1942277 164.948824,19.1942277 C160.584346,19.1942277 158.757906,16.5132046 158.757906,10.6291891 L158.757906,10.6291891 Z M12.2157959,10.652915 C12.2157959,4.65027025 14.848715,2.30140926 18.6439137,2.30140926 C23.0083922,2.30140926 24.7636716,4.95870654 24.7636716,10.8189961 C24.7636716,16.7741891 22.1307525,19.1942277 18.3355538,19.1942277 C13.9947953,19.1942277 12.2157959,16.5369304 12.2157959,10.652915 L12.2157959,10.652915 Z M54.6271415,18.9095173 L50.4287029,18.9095173 L50.4287029,18.1740154 L51.6384225,17.8418532 L55.6233811,2.53866794 L57.6870204,2.53866794 L62.2886989,17.8418532 L63.5221385,18.1740154 L63.5221385,18.9095173 L57.1651806,18.9095173 L57.1651806,18.1740154 L58.6358201,17.8418532 L57.3549406,13.9270849 L53.8918217,13.9270849 L52.990462,17.8418532 L54.6271415,18.1740154 L54.6271415,18.9095173 Z M127.091717,18.9095173 L122.703518,18.9095173 L122.703518,18.1740154 L124.055558,17.8418532 L128.040517,2.53866794 L130.151596,2.53866794 L134.753274,17.8418532 L136.129034,18.1740154 L136.129034,18.9095173 L129.653476,18.9095173 L129.653476,18.1740154 L131.100396,17.8418532 L129.795796,13.9270849 L126.285237,13.9270849 L125.407597,17.8418532 L127.091717,18.1740154 L127.091717,18.9095173 Z M35.295348,18.9095173 L25.7599113,18.9095173 L25.7599113,18.1740154 L27.1831108,17.8418532 L27.1831108,3.60633203 L25.8310712,3.34534748 L25.8310712,2.58611968 L32.1168691,2.58611968 L32.1168691,3.34534748 L30.6462296,3.60633203 L30.6462296,17.7944015 L33.2079887,17.7944015 L34.5600283,13.9745366 L35.295348,13.9745366 L35.295348,18.9095173 Z M36.2678677,3.34534748 L36.2678677,2.58611968 L42.2453057,2.58611968 L42.2453057,3.34534748 L41.0593061,3.60633203 L41.0593061,10.2733011 L44.6647449,10.2733011 L44.6647449,3.60633203 L43.5499052,3.34534748 L43.5499052,2.58611968 L49.3850233,2.58611968 L49.3850233,3.34534748 L48.1515837,3.60633203 L48.1515837,17.8418532 L49.5036232,18.1740154 L49.5036232,18.9095173 L43.5499052,18.9095173 L43.5499052,18.1740154 L44.6647449,17.8418532 L44.6647449,11.3884169 L41.0593061,11.3884169 L41.0593061,17.8418532 L42.2453057,18.1740154 L42.2453057,18.9095173 L36.2678677,18.9095173 L36.2678677,18.1740154 L37.6199072,17.8418532 L37.6199072,3.65378377 L36.2678677,3.34534748 Z M80.1261328,11.008803 C80.1261328,16.7504633 77.4457737,18.9095173 74.1961348,18.9095173 L67.839177,18.9095173 L67.839177,18.1740154 L69.1200566,17.8418532 L69.1200566,3.60633203 L67.839177,3.34534748 L67.839177,2.58611968 L73.864055,2.58611968 C77.9201736,2.58611968 80.1261328,4.53164091 80.1261328,11.008803 L80.1261328,11.008803 Z M86.1272908,17.7944015 L89.2346097,17.7944015 L90.5392093,14.1643436 L91.369409,14.1643436 L91.369409,18.9095173 L81.1223725,18.9095173 L81.1223725,18.1740154 L82.640452,17.8418532 L82.640452,3.60633203 L81.1460925,3.34534748 L81.1460925,2.58611968 L90.8475692,2.58611968 L90.8475692,7.30756754 L90.0410895,7.30756754 L88.7127699,3.65378377 L86.1272908,3.65378377 L86.1272908,10.1783976 L88.1672101,10.1783976 L88.7127699,8.16169881 L89.4480897,8.16169881 L89.4480897,13.4762934 L88.7127699,13.4762934 L88.1672101,11.2935135 L86.1272908,11.2935135 L86.1272908,17.7944015 Z M135.464874,3.34534748 L135.464874,2.58611968 L141.726952,2.58611968 L141.726952,3.34534748 L140.280032,3.60633203 L140.280032,15.1371042 C140.280032,17.2724324 140.801872,18.2689188 142.343672,18.2689188 C144.454751,18.2689188 145.118911,17.0114478 145.118911,14.6625868 L145.118911,3.60633203 L143.719431,3.34534748 L143.719431,2.58611968 L147.49091,2.58611968 L147.49091,3.34534748 L146.21003,3.60633203 L146.21003,14.8998455 C146.21003,18.0791119 144.644511,19.4314864 141.442312,19.4077605 C137.765713,19.3840347 136.793194,17.9604826 136.793194,14.1643436 L136.793194,3.60633203 L135.464874,3.34534748 Z M157.880266,18.9095173 L148.48715,18.9095173 L148.48715,18.1740154 L149.910349,17.8418532 L149.910349,3.60633203 L148.58203,3.34534748 L148.58203,2.58611968 L154.844108,2.58611968 L154.844108,3.34534748 L153.397188,3.60633203 L153.397188,17.7944015 L155.745467,17.7944015 L157.097507,13.9745366 L157.880266,13.9745366 L157.880266,18.9095173 Z M167.652903,10.842722 C167.652903,4.22320462 166.514344,3.20299226 165.186024,3.20299226 C163.857704,3.20299226 162.505665,4.0808494 162.505665,10.6054633 C162.505665,17.2012548 163.644225,18.2689188 164.996264,18.2689188 C166.324584,18.2689188 167.652903,17.3198841 167.652903,10.842722 L167.652903,10.842722 Z M21.0870729,10.8664478 C21.0870729,4.24693048 19.9247932,3.250444 18.5727537,3.250444 C17.1969942,3.250444 15.8686746,4.10457527 15.8686746,10.6291891 C15.8686746,17.2249806 17.0546742,18.2689188 18.4067138,18.2689188 C19.7350333,18.2689188 21.0870729,17.3673358 21.0870729,10.8664478 L21.0870729,10.8664478 Z M72.7729353,17.7944015 L73.792895,17.7944015 C75.7142143,17.7944015 76.615574,16.7504633 76.615574,10.7952702 C76.615574,4.72144786 75.5718944,3.65378377 73.721735,3.65378377 L72.7729353,3.65378377 L72.7729353,17.7944015 Z M55.4573412,7.59227796 L54.1527416,12.8119691 L57.0465807,12.8119691 L55.4573412,7.59227796 Z M127.898197,7.59227796 L126.617317,12.8119691 L129.463716,12.8119691 L127.898197,7.59227796 Z M108.874763,15.6590733 C109.752403,15.6590733 110.487723,16.442027 110.487723,17.4147876 C110.487723,18.4112741 109.704963,19.1942277 108.827323,19.1942277 C107.997123,19.1942277 107.214364,18.4112741 107.214364,17.4147876 C107.214364,16.442027 108.044563,15.6590733 108.874763,15.6590733 L108.874763,15.6590733 Z"></path>
+ </g>
+ </g></svg> <span class="u-sr-only">Folha de S.Paulo</span> <a href="//secure.folha.com.br/folha?gid=FOL" class="l-footer__link l-footer__link--attention" title="Assine a Folha" rel="external">Assine</a> <a href="#top" class="l-footer__link l-footer__link--back-to-top"><span>Topo</span> <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" class="icon icon--chevron-up" aria-hidden="true">
+ <path d="M 17.75,14.199375 16.39875,15.550625 12,11.161458 7.60125,15.550625 6.25,14.199375 l 5.75,-5.75 5.75,5.75 z"></path></svg></a>
+ </div>
+ <div class="l-footer__content">
+ <div class="row">
+ <div class="col col--xs-1-1 col--sm-1-1 u-visible-md col--md-3-4">
+ <div class="row">
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-4">
+ <div class="row">
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <nav class="l-footer__section">
+ <h4 class="c-heading c-heading--tiny">
+ folha de s.paulo
+ </h4>
+ <ul class="l-footer__nav">
+ <li>
+ <a href="http://www1.folha.uol.com.br/institucional/">Sobre a Folha</a>
+ </li>
+ <li>
+ <a href="http://acervo.folha.uol.com.br/">Acervo Folha</a>
+ </li>
+ <li>
+ <a href="http://atendimento.folha.com.br/clubefolha/Inicio.do">ClubeFolha</a>
+ </li>
+ <li>
+ <a href="http://www1.folha.uol.com.br/institucional/pages/expediente.shtml">Expediente</a>
+ </li>
+ <li>
+ <a href="http://www1.folha.uol.com.br/paineldoleitor/politicadeprivacidade/">Política de Privacidade</a>
+ </li>
+ <li>
+ <a href="http://www1.folha.uol.com.br/especial/2013/premiofolha/">Prêmio Folha</a>
+ </li>
+ <li>
+ <a href="https://temas.folha.uol.com.br/projeto-editorial-da-folha/projeto-editorial-2017/">Projeto Editorial</a>
+ </li>
+ <li>
+ <a href="http://seminariosfolha.folha.com.br/">Seminários Folha</a>
+ </li>
+ <li>
+ <a href="http://www1.folha.uol.com.br/folha/trabalhe/vagas.html">Trabalhe na Folha</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/treinamento/">Treinamento</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <nav class="l-footer__section">
+ <h4 class="c-heading c-heading--tiny">
+ Fale com a Folha
+ </h4>
+ <ul class="l-footer__nav">
+ <li>
+ <a href="http://www.publicidade.folha.com.br/">Anuncie (Publicidade Folha)</a>
+ </li>
+ <li>
+ <a href="https://atendimento.folha.com.br/">Atendimento ao Assinante</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/erramos/">Erramos</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/falecomafolha/">Fale com a Folha</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/ombudsman/">Ombudsman</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/paineldoleitor/">Painel do Leitor</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-4">
+ <div class="row">
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <nav class="l-footer__section">
+ <h4 class="c-heading c-heading--tiny">
+ editorias
+ </h4>
+ <ul class="l-footer__nav">
+ <li>
+ <a href="https://www1.folha.uol.com.br/poder">Poder</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/mercado">Mercado</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/cotidiano">Cotidiano</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/mundo">Mundo</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/esporte">Esporte</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/ilustrada/">Ilustrada</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/ilustrissima/">Ilustríssima</a>
+ </li>
+ <li>
+ <a href="https://f5.folha.uol.com.br">F5</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/ciencia/">Ciência</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/equilibrioesaude/">Equilíbrio e Saúde</a>
+ </li>
+ <li>
+ <a href="https://fotografia.folha.uol.com.br/galerias/">Fotografia</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/tv/">TV Folha</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/educacao/">Educação</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/banco-de-dados/">Banco de Dados</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/turismo/">Turismo</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/sobretudo">Sobre Tudo</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/saopaulo/">Revista sãopaulo</a>
+ </li>
+ <li>
+ <a href="https://guia.folha.uol.com.br/">Guia Folha</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/serafina">Serafina</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1"></div>
+ </div>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-4">
+ <div class="row">
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <nav class="l-footer__section">
+ <h4 class="c-heading c-heading--tiny">
+ opinião
+ </h4>
+ <ul class="l-footer__nav">
+ <li>
+ <a href="https://www1.folha.uol.com.br/opiniao">Opinião</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/colunaseblogs/">Colunas e Blogs</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <nav class="l-footer__section">
+ <h4 class="c-heading c-heading--tiny">
+ mais seções
+ </h4>
+ <ul class="l-footer__nav">
+ <li>
+ <a href="https://www1.folha.uol.com.br/dias-melhores/">Dias Melhores</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/empreendedorsocial/">Empreendedor Social</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/especial/2018/">Especiais</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/internacional/es/">Folha en Español</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/internacional/en/">Folha In English</a>
+ </li>
+ <li>
+ <a href="http://www1.folha.uol.com.br/mercado/folhainvest/">Folhainvest</a>
+ </li>
+ <li>
+ <a href="https://folhaleaks.folha.com.br/">Folhaleaks</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/mapas/">Folha Mapas</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/folha-topicos/">Folha Tópicos</a>
+ </li>
+ <li>
+ <a href="https://transparencia.folha.uol.com.br/">Folha Transparência</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/o-melhor-de-sao-paulo/2017/restaurantes-bares-e-cozinha/">O Melhor de sãopaulo</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/ultimas-noticias/">Últimas</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/fsp/">Versão Impressa</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/mapa-do-site/">Mapa do site</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-4">
+ <div class="row">
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <nav class="l-footer__section">
+ <h4 class="c-heading c-heading--tiny">
+ serviços
+ </h4>
+ <ul class="l-footer__nav">
+ <li>
+ <a href="https://www1.folha.uol.com.br/cotidiano/aeroportos/">Aeroportos</a>
+ </li>
+ <li>
+ <a href="https://classificados1.folha.uol.com.br/">Classificados</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/especial/2018/folha-informacoes/">Folha Informações</a>
+ </li>
+ <li>
+ <a href="https://f5.folha.uol.com.br/horoscopo/">Horóscopo</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/loterias/">Loterias</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/cotidiano/mortes/">Mortes</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/cotidiano/praias/sp/">Praias</a>
+ </li>
+ <li>
+ <a href="https://tempo.folha.uol.com.br/">Tempo</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <nav class="l-footer__section">
+ <h4 class="c-heading c-heading--tiny">
+ outros canais
+ </h4>
+ <ul class="l-footer__nav">
+ <li>
+ <a href="https://email.folha.uol.com.br/">e-mailFOLHA</a>
+ </li>
+ <li>
+ <a href="https://datafolha.folha.uol.com.br/">Datafolha</a>
+ </li>
+ <li>
+ <a href="https://folhapress.folha.com.br/">Folhapress</a>
+ </li>
+ <li>
+ <a href="https://eventos.folha.uol.com.br/">Folha Eventos</a>
+ </li>
+ <li>
+ <a href="https://publifolha.folha.uol.com.br/">Publifolha</a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/especial/2018/top-of-mind/">Top of Mind</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-4">
+ <div class="row">
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <div class="c-audience">
+ <h4 class="c-heading c-heading--tiny">
+ Audiência da Folha
+ </h4>
+ <table class="c-audience__table">
+ <tbody>
+ <tr>
+ <th class="c-audience__cell">
+ Páginas vistas
+ </th>
+ <td class="c-audience__cell">
+ 231.506.740 <span id="tooltip-pagesviews" class="u-visually-hidden" role="tooltip" aria-hidden="true"><span class="c-tooltip__content">Total de páginas visualizadas no site da Folha em novembro de 2018, segundo o Google Analytics</span></span> <a aria-describedby="tooltip-pagesviews" data-tooltip="" data-direction="bottom" data-target="#tooltip-pagesviews" class="c-audience__cell--anchor"><svg xmlns="//www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" version="1.1" class="icon icon--information" aria-hidden="true">
+ <path d="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"></path></svg><span class="u-visually-hidden">Informação</span></a> <span class="c-audience__date">nov.2018</span>
+ </td>
+ </tr>
+ <tr>
+ <th class="c-audience__cell">
+ Visitantes únicos
+ </th>
+ <td class="c-audience__cell">
+ 35.681.468 <span id="tooltip-unique_visitors" class="u-visually-hidden" role="tooltip" aria-hidden="true"><span class="c-tooltip__content">Total de visitantes diferentes do site da Folha em novembro de 2018, segundo o Google Analytics</span></span> <a aria-describedby="tooltip-unique_visitors" data-tooltip="" data-direction="bottom" data-target="#tooltip-unique_visitors" class="c-audience__cell--anchor"><svg xmlns="//www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" version="1.1" class="icon icon--information" aria-hidden="true">
+ <path d="M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"></path></svg><span class="u-visually-hidden">Informação</span></a> <span class="c-audience__date">nov.2018</span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <div data-newsletter="" class="c-newsletter">
+ <h4 class="c-heading c-heading--tiny">
+ Escolha suas newsletters
+ </h4>
+ <form class="c-form__default">
+ <div class="c-newsletter__wrapper">
+ <input type="email" class="c-newsletter__text js-validator" name="email" placeholder="Digite seu e-mail" /> <button class="c-newsletter__button js-button"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="18" viewbox="0 0 21 18" class="icon icon--arrow-rigth">
+ <path fill="#333" fill-rule="evenodd" d="M21 9L.01 0 0 7l15 2-15 2 .01 7z"></path></svg></button>
+ </div><span class="c-form__error-message c-newsletter__error-message" id="validation-error"></span>
+ </form>
+ </div>
+ </div>
+ <div class="col col--xs-1-1 col--sm-1-1 col--md-1-1">
+ <ul class="c-follow-social-media">
+ <li>
+ <a href="https://twitter.com/folha" target="_blank"><span class="u-visually-hidden">Link externo, abre página da Folha de S.Paulo no Twitter</span> <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--twitter" aria-hidden="true">
+ <path d="m 15.999997,3.2018549 c 0,-0.1451388 -0.119467,-0.2732046 -0.273067,-0.2732046 -0.08533,0 -0.674133,0.247589 -0.827733,0.2902776 0.2048,-0.2390525 0.674133,-0.9647527 0.674133,-1.2721095 0,-0.1451387 -0.119466,-0.2732046 -0.273067,-0.2732046 -0.04266,0 -0.09387,0.01711 -0.136533,0.042714 -0.580266,0.3158928 -1.134933,0.5634818 -1.783466,0.7000904 -0.64,-0.6147385 -1.5104,-0.9733204 -2.406399,-0.9733204 -1.8943999,0 -3.4474671,1.5453141 -3.4474671,3.4492104 0,0.136602 0.00853,0.281747 0.034133,0.418349 C 5.6831985,5.1484392 3.8997324,4.3629782 2.5002659,3.1079412 2.1589325,2.8005845 1.8687992,2.4676183 1.5615991,2.1261094 1.4933329,2.0492686 1.4335995,2.0236592 1.3311993,2.0236592 c -0.093866,0 -0.1706664,0.068298 -0.2133332,0.1366023 -0.30720005,0.4524956 -0.46933275,1.1867322 -0.46933275,1.7331415 0,0.7940042 0.2730663,1.5709292 0.78506615,2.1856432 -0.1621331,-0.05121 -0.4096003,-0.213443 -0.55466665,-0.213443 -0.1791994,0 -0.3327998,0.128066 -0.3327998,0.307357 0,1.195268 0.65706655,2.305169 1.66399955,2.928419 -0.0768,-0.0086 -0.1450664,-0.03416 -0.2218665,-0.03416 -0.145067,0 -0.2645333,0.128066 -0.2645333,0.264668 0,0.03416 0.00853,0.05976 0.017067,0.09391 0.3754662,1.1525798 1.314133,2.0234248 2.4917329,2.2966298 -0.9642667,0.597634 -2.0735999,0.904991 -3.1999998,0.904991 -0.25599995,0 -0.51199955,-0.04271 -0.75946615,-0.04271 -0.1535997,0 -0.2730666,0.128066 -0.2730666,0.273205 0,0.09391 0.0512,0.170754 0.1280003,0.230516 0.2218665,0.162218 0.4949331,0.29882 0.7423993,0.42688 1.31413295,0.683017 2.78186635,1.041593 4.26666575,1.041593 3.7205324,0 6.9034655,-1.99781 8.4394655,-5.3957938 0.554666,-1.220886 0.878933,-2.5613 0.853333,-3.901713 l 0,-0.281741 C 15.010131,4.5422372 15.57333,3.978749 15.95733,3.355499 15.98293,3.312785 16,3.261585 16,3.2018237 l 0,0 z"></path></svg></a>
+ </li>
+ <li>
+ <a href="https://www.linkedin.com/company/folha-de-s-paulo" target="_blank"><span class="u-visually-hidden">Link externo, abre página da Folha de S.Paulo no Linkedin</span> <svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--linkedin" aria-hidden="true">
+ <path d="M 0.5217573,3.4217496 C 0.8574099,3.7574022 1.3243328,3.925225 1.883477,3.925225 l 0.019112,0 c 0.5965319,0 1.062624,-0.1678228 1.416555,-0.5034754 C 3.6739051,3.0669849 3.8417314,2.656557 3.8417314,2.1348025 3.8417314,1.6313201 3.6547964,1.2026132 3.319144,0.86696056 2.9834872,0.531308 2.517395,0.3634851 1.9391422,0.3634851 1.3608886,0.3634851 0.8947967,0.531308 0.5408658,0.86696056 0.1861045,1.2026132 -1e-7,1.6313201 -1e-7,2.1348025 c 0,0.5217545 0.1678263,0.9321824 0.5217572,1.2869471 l 0,0 z m -0.3165439,12.2147654 3.4313014,0 0,-10.2939042 -3.4313014,0 0,10.2939042 z m 8.7460799,0 0,-5.7443117 c 0,-0.3539317 0.037384,-0.633921 0.1121617,-0.839135 C 9.2121719,8.6991367 9.4364945,8.4008753 9.7347601,8.1582701 10.013917,7.9156719 10.386957,7.8035124 10.834771,7.8035124 c 0.596531,0 1.025236,0.2052139 1.305224,0.6156349 0.279987,0.410428 0.428705,0.9886857 0.428705,1.7156547 l 0,5.501713 3.4313,0 0,-5.8930294 C 16,8.2139334 15.64607,7.0582579 14.919099,6.2747932 14.191298,5.4913284 13.240005,5.1000126 12.046942,5.1000126 c -0.428705,0 -0.839131,0.055677 -1.193893,0.1678228 -0.353931,0.093054 -0.652197,0.2425982 -0.9130756,0.446986 C 9.6973732,5.9017564 9.5104375,6.0878582 9.3617206,6.2565141 9.2121719,6.4235108 9.063455,6.6104458 8.9321847,6.8339388 l 0.019112,0 0,-1.491328 -3.4313016,0 0.018279,0.5034754 0,3.0765435 c 0,1.7156473 0,3.9538893 -0.018279,6.7138853 l 3.4313016,0 0,0 z"></path></svg></a>
+ </li>
+ <li>
+ <a href="https://www.instagram.com/folhadespaulo/" target="_blank"><span class="u-visually-hidden">Link externo, abre página da Folha de S.Paulo no Instagram</span> <svg xmlns="https://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" class="icon icon--instagram" aria-hidden="true">
+ <path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z"></path></svg></a>
+ </li>
+ <li>
+ <a href="https://www1.folha.uol.com.br/feed/" target="_blank"><span class="u-visually-hidden">Link externo, abre página RSS da Folha de S.Paulo</span> <svg xmlns="https://www.w3.org/2000/svg" height="24" viewbox="0 0 16 16" width="24" class="icon icon--rss" aria-hidden="true">
+ <g transform="translate(-4, -4)">
+ <circle cx="6.18" cy="17.82" r="2.18"></circle>
+ <path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"></path>
+ </g></svg></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div><!--!-->
+ </div>
+ <p class="l-footer__copyright">
+ <small>Copyright Folha de S.Paulo. Todos os direitos reservados. É proibida a reprodução do conteúdo desta página em qualquer meio de comunicação, eletrônico ou impresso, sem autorização escrita da <a href="mailto:[email protected]">Folhapress</a>.</small>
+ </p>
+ </div>
+ </div>
+ </footer>
+ <div class="c-modal" data-modal-newsletter="">
+ <div class="c-modal__content" data-content="">
+ <div class="c-modal__head">
+ NEWSLETTER <button class="c-modal__close" data-close=""><svg xmlns="https://www.w3.org/2000/svg" viewbox="0 0 16 16" width="24" height="24" class="icon icon--close icon--tiny" aria-hidden="true">
+ <path d="M16 1.61L14.39 0 8 6.39 1.61 0 0 1.61 6.39 8 0 14.39 1.61 16 8 9.61 14.39 16 16 14.39 9.61 8z"></path></svg></button>
+ </div>
+ <div class="c-modal__body c-newsletter__modal">
+ <span class="c-form__error-message c-newsletter__error-message c-newsletter__error-no-selected is-hidden" data-newsletter-none-selected="" id="validation-error"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" width="16" height="16" class="icon icon--alert">
+ <title>
+ Ícone alerta
+ </title>
+ <path d="M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm.8 12H7.2v-1.6h1.6zm0-3.2H7.2V4h1.6z"></path></svg> Por favor, selecione uma das opções abaixo.</span>
+ <form id="form_newsletter" role="form" class="c-form js-newsletter-form" action="#" method="post" data-newsletter-form="" name="form_newsletter">
+ <fieldset>
+ <legend>Quais newsletter você gostaria de assinar?</legend>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="portugues" value="portugues" name="check-box" /> <label class="c-newsletter__label" for="portugues">Notícias do dia (português)</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="revista-colunas" value="colunas_blogs" name="check-box" /> <label class="c-newsletter__label" for="revista-colunas">Colunas e Blogs</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="dicas_editor" value="dicas_editor" name="check-box" /> <label class="c-newsletter__label" for="dicas_editor">Dicas do Editor (somente para assinantes)</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="ingles" value="ingles" name="check-box" /> <label class="c-newsletter__label" for="ingles">News in English</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="espanhol" value="espanhol" name="check-box" /> <label class="c-newsletter__label" for="espanhol">Noticias en español</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="id_f5" value="f5" name="check-box" /> <label class="c-newsletter__label" for="id_f5">F5</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="editoria_tv_folha" value="tv_folha" name="check-box" /> <label class="c-newsletter__label" for="editoria_tv_folha">TV Folha</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="para_curtir_sao_paulo" value="para_curtir_sp" name="check-box" /> <label class="c-newsletter__label" for="para_curtir_sao_paulo">Para curtir SP</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="id_eleicoes_2018" value="eleicoes_2018" name="check-box" /> <label class="c-newsletter__label" for="id_eleicoes_2018">Eleições 2018</label>
+ </div>
+ </fieldset>
+ <fieldset class="c-newsletter__fieldset">
+ <legend>Você também gostaria de:</legend>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="news_informacoes" value="news_informacoes" name="check-box" checked="checked" /> <label class="c-newsletter__label" for="news_informacoes">Receber informações sobre produtos e serviços da Folha de S. Paulo</label>
+ </div>
+ <div class="c-form__checkbox">
+ <input type="checkbox" id="news_ofertas" value="news_ofertas" name="check-box" checked="checked" /> <label class="c-newsletter__label" for="news_ofertas">Receber ofertas de parceiros da Folha de S. Paulo</label>
+ </div>
+ </fieldset>
+ <div class="c-newsletter__box-button">
+ <a data-close="" class="c-button">Cancelar</a> <button class="c-button c-button--primary" name="origin_id" data-send="">Confirmar</button>
+ </div>
+ </form>
+ <div class="c-newsletter__feedback is-hidden" data-newsletter-feedback="success">
+ <p>
+ Seu e-mail foi cadastrado com sucesso!
+ </p>
+ <div class="c-newsletter__box-button">
+ <a data-close="" class="c-button c-button--primary">Ok</a>
+ </div>
+ </div>
+ <div class="c-newsletter__feedback is-hidden" data-newsletter-feedback="error">
+ <p>
+ Por favor, tente mais tarde!
+ </p>
+ <div class="c-newsletter__box-button">
+ <a data-close="" class="c-button c-button--primary">Ok</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-modal__overlay" data-overlay=""></div>
+ </div>
+ <script src="https://static.folha.uol.com.br/storybook/js/portal-6cc7743041.js"></script> <!--!-->
+ <script data-paywall="" data-paywall-wall-register="no" data-paywall-wall-env="folha" data-paywall-product="portal">
+ <![CDATA[
+ !function(e){function __webpack_require__(r){if(t[r])return t[r].exports;var n=t[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,__webpack_require__),n.l=!0,n.exports}var t={};return __webpack_require__.m=e,__webpack_require__.c=t,__webpack_require__.i=function(e){return e},__webpack_require__.d=function(e,t,r){Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},__webpack_require__.n=function(e){var t=e&&e.__esModule?function getDefault(){return e.default}:function getModuleExports(){return e};return __webpack_require__.d(t,"a",t),t},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.p="",__webpack_require__(__webpack_require__.s=135)}([function(e,t){var r=e.exports={version:"2.5.7"};"number"==typeof __e&&(__e=r)},function(e,t){var r=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=r)},function(e,t,r){var n=r(32)("wks"),o=r(22),a=r(1).Symbol,i="function"==typeof a;(e.exports=function(e){return n[e]||(n[e]=i&&a[e]||(i?a:o)("Symbol."+e))}).store=n},function(e,t,r){var n=r(1),o=r(0),a=r(13),i=r(9),c=r(8),s="prototype",u=function(e,t,r){var l,f,p,h=e&u.F,d=e&u.G,y=e&u.S,_=e&u.P,v=e&u.B,m=e&u.W,g=d?o:o[t]||(o[t]={}),b=g[s],w=d?n:y?n[t]:(n[t]||{})[s];d&&(r=t);for(l in r)f=!h&&w&&void 0!==w[l],f&&c(g,l)||(p=f?w[l]:r[l],g[l]=d&&"function"!=typeof w[l]?r[l]:v&&f?a(p,n):m&&w[l]==p?function(e){var t=function(t,r,n){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,r)}return new e(t,r,n)}return e.apply(this,arguments)};return t[s]=e[s],t}(p):_&&"function"==typeof p?a(Function.call,p):p,_&&((g.virtual||(g.virtual={}))[l]=p,e&u.R&&b&&!b[l]&&i(b,l,p)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},function(e,t,r){var n=r(6);e.exports=function(e){if(!n(e))throw TypeError(e+" is not an object!");return e}},function(e,t,r){e.exports=!r(10)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,r){var n=r(4),o=r(44),a=r(34),i=Object.defineProperty;t.f=r(5)?Object.defineProperty:function defineProperty(e,t,r){if(n(e),t=a(t,!0),n(r),o)try{return i(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(e[t]=r.value),e}},function(e,t){var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},function(e,t,r){var n=r(7),o=r(19);e.exports=r(5)?function(e,t,r){return n.f(e,t,o(1,r))}:function(e,t,r){return e[t]=r,e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,r){var n=r(45),o=r(25);e.exports=function(e){return n(o(e))}},function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},function(e,t,r){var n=r(17);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,o){return e.call(t,r,n,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports={}},function(e,t){e.exports=!0},function(e,t,r){var n=r(50),o=r(27);e.exports=Object.keys||function keys(e){return n(e,o)}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,r){var n=r(7).f,o=r(8),a=r(2)("toStringTag");e.exports=function(e,t,r){e&&!o(e=r?e:e.prototype,a)&&n(e,a,{configurable:!0,value:t})}},function(e,t,r){var n=r(25);e.exports=function(e){return Object(n(e))}},function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++r+n).toString(36))}},function(e,t){var r;r=function(){return this}();try{r=r||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(r=window)}e.exports=r},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var n=r(82),o=_interopRequireDefault(n),a=r(81),i=_interopRequireDefault(a),c="function"==typeof i.default&&"symbol"==typeof o.default?function(e){return typeof e}:function(e){return e&&"function"==typeof i.default&&e.constructor===i.default&&e!==i.default.prototype?"symbol":typeof e};t.default="function"==typeof i.default&&"symbol"===c(o.default)?function(e){return void 0===e?"undefined":c(e)}:function(e){return e&&"function"==typeof i.default&&e.constructor===i.default&&e!==i.default.prototype?"symbol":void 0===e?"undefined":c(e)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,r){var n=r(6),o=r(1).document,a=n(o)&&n(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t,r){"use strict";function PromiseCapability(e){var t,r;this.promise=new e(function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n}),this.resolve=n(t),this.reject=n(r)}var n=r(17);e.exports.f=function(e){return new PromiseCapability(e)}},function(e,t,r){var n=r(4),o=r(111),a=r(27),i=r(31)("IE_PROTO"),c=function(){},s="prototype",u=function(){var e,t=r(26)("iframe"),n=a.length,o="<",i=">";for(t.style.display="none",r(43).appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write(o+"script"+i+"document.F=Object"+o+"/script"+i),e.close(),u=e.F;n--;)delete u[s][a[n]];return u()};e.exports=Object.create||function create(e,t){var r;return null!==e?(c[s]=n(e),r=new c,c[s]=null,r[i]=e):r=u(),void 0===t?r:o(r,t)}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,r){var n=r(32)("keys"),o=r(22);e.exports=function(e){return n[e]||(n[e]=o(e))}},function(e,t,r){var n=r(0),o=r(1),a="__core-js_shared__",i=o[a]||(o[a]={});(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:n.version,mode:r(15)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},function(e,t,r){var n=r(6);e.exports=function(e,t){if(!n(e))return e;var r,o;if(t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;if("function"==typeof(r=e.valueOf)&&!n(o=r.call(e)))return o;if(!t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t,r){var n=r(1),o=r(0),a=r(15),i=r(36),c=r(7).f;e.exports=function(e){var t=o.Symbol||(o.Symbol=a?{}:n.Symbol||{});"_"==e.charAt(0)||e in t||c(t,e,{value:i.f(e)})}},function(e,t,r){t.f=r(2)},function(e,t,r){(function(t){function getValue(e,t){return null==e?void 0:e[t]}function isHostObject(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}function Hash(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function hashClear(){this.__data__=L?L(null):{}}function hashDelete(e){return this.has(e)&&delete this.__data__[e]}function hashGet(e){var t=this.__data__;if(L){var r=t[e];return r===n?void 0:r}return k.call(t,e)?t[e]:void 0}function hashHas(e){var t=this.__data__;return L?void 0!==t[e]:k.call(t,e)}function hashSet(e,t){return this.__data__[e]=L&&void 0===t?n:t,this}function ListCache(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function listCacheClear(){this.__data__=[]}function listCacheDelete(e){var t=this.__data__,r=assocIndexOf(t,e);return!(r<0)&&(r==t.length-1?t.pop():E.call(t,r,1),!0)}function listCacheGet(e){var t=this.__data__,r=assocIndexOf(t,e);return r<0?void 0:t[r][1]}function listCacheHas(e){return assocIndexOf(this.__data__,e)>-1}function listCacheSet(e,t){var r=this.__data__,n=assocIndexOf(r,e);return n<0?r.push([e,t]):r[n][1]=t,this}function MapCache(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function mapCacheClear(){this.__data__={hash:new Hash,map:new(A||ListCache),string:new Hash}}function mapCacheDelete(e){return getMapData(this,e).delete(e)}function mapCacheGet(e){return getMapData(this,e).get(e)}function mapCacheHas(e){return getMapData(this,e).has(e)}function mapCacheSet(e,t){return getMapData(this,e).set(e,t),this}function assocIndexOf(e,t){for(var r=e.length;r--;)if(eq(e[r][0],t))return r;return-1}function baseHas(e,t){return null!=e&&k.call(e,t)}function baseIsNative(e){return!(!isObject(e)||isMasked(e))&&(isFunction(e)||isHostObject(e)?M:_).test(toSource(e))}function baseToString(e){if("string"==typeof e)return e;if(isSymbol(e))return T?T.call(e):"";var t=e+"";return"0"==t&&1/e==-o?"-0":t}function castPath(e){return F(e)?e:H(e)}function getMapData(e,t){var r=e.__data__;return isKeyable(t)?r["string"==typeof t?"string":"hash"]:r.map}function getNative(e,t){var r=getValue(e,t);return baseIsNative(r)?r:void 0}function hasPath(e,t,r){t=isKey(t,e)?[t]:castPath(t);for(var n,o=-1,a=t.length;++o<a;){var i=toKey(t[o]);if(!(n=null!=e&&r(e,i)))break;e=e[i]}if(n)return n;var a=e?e.length:0;return!!a&&isLength(a)&&isIndex(i,a)&&(F(e)||isArguments(e))}function isIndex(e,t){return t=null==t?a:t,!!t&&("number"==typeof e||v.test(e))&&e>-1&&e%1==0&&e<t}function isKey(e,t){if(F(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!isSymbol(e))||(f.test(e)||!l.test(e)||null!=t&&e in Object(t))}function isKeyable(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}function isMasked(e){return!!S&&S in e}function toKey(e){if("string"==typeof e||isSymbol(e))return e;var t=e+"";return"0"==t&&1/e==-o?"-0":t}function toSource(e){if(null!=e){try{return j.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function memoize(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError(r);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i),i};return n.cache=new(memoize.Cache||MapCache),n}function eq(e,t){return e===t||e!==e&&t!==t}function isArguments(e){return isArrayLikeObject(e)&&k.call(e,"callee")&&(!D.call(e,"callee")||P.call(e)==i)}function isArrayLike(e){return null!=e&&isLength(e.length)&&!isFunction(e)}function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike(e)}function isFunction(e){var t=isObject(e)?P.call(e):"";return t==c||t==s}function isLength(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=a}function isObject(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function isObjectLike(e){return!!e&&"object"==typeof e}function isSymbol(e){return"symbol"==typeof e||isObjectLike(e)&&P.call(e)==u}function toString(e){return null==e?"":baseToString(e)}function has(e,t){return null!=e&&hasPath(e,t,baseHas)}var r="Expected a function",n="__lodash_hash_undefined__",o=1/0,a=9007199254740991,i="[object Arguments]",c="[object Function]",s="[object GeneratorFunction]",u="[object Symbol]",l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,f=/^\w*$/,p=/^\./,h=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/[\\^$.*+?()[\]{}|]/g,y=/\\(\\)?/g,_=/^\[object .+?Constructor\]$/,v=/^(?:0|[1-9]\d*)$/,m="object"==typeof t&&t&&t.Object===Object&&t,g="object"==typeof self&&self&&self.Object===Object&&self,b=m||g||Function("return this")(),w=Array.prototype,x=Function.prototype,C=Object.prototype,O=b["__core-js_shared__"],S=function(){var e=/[^.]+$/.exec(O&&O.keys&&O.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),j=x.toString,k=C.hasOwnProperty,P=C.toString,M=RegExp("^"+j.call(k).replace(d,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),R=b.Symbol,D=C.propertyIsEnumerable,E=w.splice,A=getNative(b,"Map"),L=getNative(Object,"create"),q=R?R.prototype:void 0,T=q?q.toString:void 0;Hash.prototype.clear=hashClear,Hash.prototype.delete=hashDelete,Hash.prototype.get=hashGet,Hash.prototype.has=hashHas,Hash.prototype.set=hashSet,ListCache.prototype.clear=listCacheClear,ListCache.prototype.delete=listCacheDelete,ListCache.prototype.get=listCacheGet,ListCache.prototype.has=listCacheHas,ListCache.prototype.set=listCacheSet,MapCache.prototype.clear=mapCacheClear,MapCache.prototype.delete=mapCacheDelete,MapCache.prototype.get=mapCacheGet,MapCache.prototype.has=mapCacheHas,MapCache.prototype.set=mapCacheSet;var H=memoize(function(e){e=toString(e);var t=[];return p.test(e)&&t.push(""),e.replace(h,function(e,r,n,o){t.push(n?o.replace(y,"$1"):r||e)}),t});memoize.Cache=MapCache;var F=Array.isArray;e.exports=has}).call(t,r(23))},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var n=r(79),o=_interopRequireDefault(n),a=r(83),i=_interopRequireDefault(a),c=r(86),s=_interopRequireDefault(c),u=r(85),l=_interopRequireDefault(u),f=function(e){function AdBlockError(){return(0,i.default)(this,AdBlockError),(0,s.default)(this,(AdBlockError.__proto__||(0,o.default)(AdBlockError)).apply(this,arguments))}return(0,l.default)(AdBlockError,e),AdBlockError}(Error);t.default=f,e.exports=t.default},function(e,t,r){e.exports={default:r(91),__esModule:!0}},function(e,t,r){e.exports={default:r(93),__esModule:!0}},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var n=r(76),o=_interopRequireDefault(n);t.default=o.default||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}},function(e,t,r){var n=r(12),o=r(2)("toStringTag"),a="Arguments"==n(function(){return arguments}()),i=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,r,c;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=i(t=Object(e),o))?r:a?n(t):"Object"==(c=n(t))&&"function"==typeof t.callee?"Arguments":c}},function(e,t,r){var n=r(1).document;e.exports=n&&n.documentElement},function(e,t,r){e.exports=!r(5)&&!r(10)(function(){return 7!=Object.defineProperty(r(26)("div"),"a",{get:function(){return 7}}).a})},function(e,t,r){var n=r(12);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==n(e)?e.split(""):Object(e)}},function(e,t,r){"use strict";var n=r(15),o=r(3),a=r(54),i=r(9),c=r(14),s=r(105),u=r(20),l=r(49),f=r(2)("iterator"),p=!([].keys&&"next"in[].keys()),h="keys",d="values",y=function(){return this};e.exports=function(e,t,r,_,v,m,g){s(r,t,_);var b,w,x,C=function(e){if(!p&&e in k)return k[e];switch(e){case h:return function keys(){return new r(this,e)};case d:return function values(){return new r(this,e)}}return function entries(){return new r(this,e)}},O=t+" Iterator",S=v==d,j=!1,k=e.prototype,P=k[f]||k["@iterator"]||v&&k[v],M=P||C(v),R=v?S?C("entries"):M:void 0,D="Array"==t?k.entries||P:P;if(D&&(x=l(D.call(new e)),x!==Object.prototype&&x.next&&(u(x,O,!0),n||"function"==typeof x[f]||i(x,f,y))),S&&P&&P.name!==d&&(j=!0,M=function values(){return P.call(this)}),n&&!g||!p&&!j&&k[f]||i(k,f,M),c[t]=M,c[O]=y,v)if(b={values:S?M:C(d),keys:m?M:C(h),entries:R},g)for(w in b)w in k||a(k,w,b[w]);else o(o.P+o.F*(p||j),t,b);return b}},function(e,t,r){var n=r(18),o=r(19),a=r(11),i=r(34),c=r(8),s=r(44),u=Object.getOwnPropertyDescriptor;t.f=r(5)?u:function getOwnPropertyDescriptor(e,t){if(e=a(e),t=i(t,!0),s)try{return u(e,t)}catch(e){}if(c(e,t))return o(!n.f.call(e,t),e[t])}},function(e,t,r){var n=r(50),o=r(27).concat("length","prototype");t.f=Object.getOwnPropertyNames||function getOwnPropertyNames(e){return n(e,o)}},function(e,t,r){var n=r(8),o=r(21),a=r(31)("IE_PROTO"),i=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=o(e),n(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?i:null}},function(e,t,r){var n=r(8),o=r(11),a=r(98)(!1),i=r(31)("IE_PROTO");e.exports=function(e,t){var r,c=o(e),s=0,u=[];for(r in c)r!=i&&n(c,r)&&u.push(r);for(;t.length>s;)n(c,r=t[s++])&&(~a(u,r)||u.push(r));return u}},function(e,t,r){var n=r(3),o=r(0),a=r(10);e.exports=function(e,t){var r=(o.Object||{})[e]||Object[e],i={};i[e]=t(r),n(n.S+n.F*a(function(){r(1)}),"Object",i)}},function(e,t){e.exports=function(e){try{return{e:!1,v:e()}}catch(e){return{e:!0,v:e}}}},function(e,t,r){var n=r(4),o=r(6),a=r(28);e.exports=function(e,t){if(n(e),o(t)&&t.constructor===e)return t;var r=a.f(e);return(0,r.resolve)(t),r.promise}},function(e,t,r){e.exports=r(9)},function(e,t,r){var n=r(4),o=r(17),a=r(2)("species");e.exports=function(e,t){var r,i=n(e).constructor;return void 0===i||void 0==(r=n(i)[a])?t:o(r)}},function(e,t,r){var n,o,a,i=r(13),c=r(101),s=r(43),u=r(26),l=r(1),f=l.process,p=l.setImmediate,h=l.clearImmediate,d=l.MessageChannel,y=l.Dispatch,_=0,v={},m="onreadystatechange",g=function(){var e=+this;if(v.hasOwnProperty(e)){var t=v[e];delete v[e],t()}},b=function(e){g.call(e.data)};p&&h||(p=function setImmediate(e){for(var t=[],r=1;arguments.length>r;)t.push(arguments[r++]);return v[++_]=function(){c("function"==typeof e?e:Function(e),t)},n(_),_},h=function clearImmediate(e){delete v[e]},"process"==r(12)(f)?n=function(e){f.nextTick(i(g,e,1))}:y&&y.now?n=function(e){y.now(i(g,e,1))}:d?(o=new d,a=o.port2,o.port1.onmessage=b,n=i(a.postMessage,a,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(n=function(e){l.postMessage(e+"","*")},l.addEventListener("message",b,!1)):n=m in u("script")?function(e){s.appendChild(u("script"))[m]=function(){s.removeChild(this),g.call(e)}}:function(e){setTimeout(i(g,e,1),0)}),e.exports={set:p,clear:h}},function(e,t,r){var n=r(33),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},function(e,t){},function(e,t,r){"use strict";var n=r(116)(!0);r(46)(String,"String",function(e){this._t=e+"",this._i=0},function(){var e,t=this._t,r=this._i;return r>=t.length?{value:void 0,done:!0}:(e=n(t,r),this._i+=e.length,{value:e,done:!1})})},function(e,t,r){r(120);for(var n=r(1),o=r(9),a=r(14),i=r(2)("toStringTag"),c="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),s=0;s<c.length;s++){var u=c[s],l=n[u],f=l&&l.prototype;f&&!f[i]&&o(f,i,u),a[u]=a.Array}},function(e,t,r){(function(t){function getValue(e,t){return null==e?void 0:e[t]}function isHostObject(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}function Hash(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function hashClear(){this.__data__=R?R(null):{}}function hashDelete(e){return this.has(e)&&delete this.__data__[e]}function hashGet(e){var t=this.__data__;if(R){var r=t[e];return r===n?void 0:r}return O.call(t,e)?t[e]:void 0}function hashHas(e){var t=this.__data__;return R?void 0!==t[e]:O.call(t,e)}function hashSet(e,t){return this.__data__[e]=R&&void 0===t?n:t,this}function ListCache(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function listCacheClear(){this.__data__=[]}function listCacheDelete(e){var t=this.__data__,r=assocIndexOf(t,e);return!(r<0)&&(r==t.length-1?t.pop():P.call(t,r,1),!0)}function listCacheGet(e){var t=this.__data__,r=assocIndexOf(t,e);return r<0?void 0:t[r][1]}function listCacheHas(e){return assocIndexOf(this.__data__,e)>-1}function listCacheSet(e,t){var r=this.__data__,n=assocIndexOf(r,e);return n<0?r.push([e,t]):r[n][1]=t,this}function MapCache(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function mapCacheClear(){this.__data__={hash:new Hash,map:new(M||ListCache),string:new Hash}}function mapCacheDelete(e){return getMapData(this,e).delete(e)}function mapCacheGet(e){return getMapData(this,e).get(e)}function mapCacheHas(e){return getMapData(this,e).has(e)}function mapCacheSet(e,t){return getMapData(this,e).set(e,t),this}function assocIndexOf(e,t){for(var r=e.length;r--;)if(eq(e[r][0],t))return r;return-1}function baseGet(e,t){t=isKey(t,e)?[t]:castPath(t);for(var r=0,n=t.length;null!=e&&r<n;)e=e[toKey(t[r++])];return r&&r==n?e:void 0}function baseIsNative(e){return!(!isObject(e)||isMasked(e))&&(isFunction(e)||isHostObject(e)?j:d).test(toSource(e))}function baseToString(e){if("string"==typeof e)return e;if(isSymbol(e))return E?E.call(e):"";var t=e+"";return"0"==t&&1/e==-o?"-0":t}function castPath(e){return L(e)?e:A(e)}function getMapData(e,t){var r=e.__data__;return isKeyable(t)?r["string"==typeof t?"string":"hash"]:r.map}function getNative(e,t){var r=getValue(e,t);return baseIsNative(r)?r:void 0}function isKey(e,t){if(L(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!isSymbol(e))||(u.test(e)||!s.test(e)||null!=t&&e in Object(t))}function isKeyable(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}function isMasked(e){return!!x&&x in e}function toKey(e){if("string"==typeof e||isSymbol(e))return e;var t=e+"";return"0"==t&&1/e==-o?"-0":t}function toSource(e){if(null!=e){try{return C.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function memoize(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError(r);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i),i};return n.cache=new(memoize.Cache||MapCache),n}function eq(e,t){return e===t||e!==e&&t!==t}function isFunction(e){var t=isObject(e)?S.call(e):"";return t==a||t==i}function isObject(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function isObjectLike(e){return!!e&&"object"==typeof e}function isSymbol(e){return"symbol"==typeof e||isObjectLike(e)&&S.call(e)==c}function toString(e){return null==e?"":baseToString(e)}function get(e,t,r){var n=null==e?void 0:baseGet(e,t);return void 0===n?r:n}var r="Expected a function",n="__lodash_hash_undefined__",o=1/0,a="[object Function]",i="[object GeneratorFunction]",c="[object Symbol]",s=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,u=/^\w*$/,l=/^\./,f=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,p=/[\\^$.*+?()[\]{}|]/g,h=/\\(\\)?/g,d=/^\[object .+?Constructor\]$/,y="object"==typeof t&&t&&t.Object===Object&&t,_="object"==typeof self&&self&&self.Object===Object&&self,v=y||_||Function("return this")(),m=Array.prototype,g=Function.prototype,b=Object.prototype,w=v["__core-js_shared__"],x=function(){var e=/[^.]+$/.exec(w&&w.keys&&w.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),C=g.toString,O=b.hasOwnProperty,S=b.toString,j=RegExp("^"+C.call(O).replace(p,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),k=v.Symbol,P=m.splice,M=getNative(v,"Map"),R=getNative(Object,"create"),D=k?k.prototype:void 0,E=D?D.toString:void 0;Hash.prototype.clear=hashClear,Hash.prototype.delete=hashDelete,Hash.prototype.get=hashGet,Hash.prototype.has=hashHas,Hash.prototype.set=hashSet,ListCache.prototype.clear=listCacheClear,ListCache.prototype.delete=listCacheDelete,ListCache.prototype.get=listCacheGet,ListCache.prototype.has=listCacheHas,ListCache.prototype.set=listCacheSet,MapCache.prototype.clear=mapCacheClear,MapCache.prototype.delete=mapCacheDelete,MapCache.prototype.get=mapCacheGet,MapCache.prototype.has=mapCacheHas,MapCache.prototype.set=mapCacheSet;var A=memoize(function(e){e=toString(e);var t=[];return l.test(e)&&t.push(""),e.replace(f,function(e,r,n,o){t.push(n?o.replace(h,"$1"):r||e)}),t});memoize.Cache=MapCache;var L=Array.isArray;e.exports=get}).call(t,r(23))},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function redirectAdBlock(e,t){var r=new URLSearchParams;return r.append("origin","after"),r.append("url",t),window.location.replace(e+"?"+r)}function redirectUolLogin(e,t){var r=new URLSearchParams;return r.append("return_url",t),r.append("logintype","navfolha"),r.append("urltype","login"),window.location.replace(e+"?"+r)}var n=r(61),o=_interopRequireDefault(n),a=r(133),i=_interopRequireDefault(a),c=r(72),s=_interopRequireDefault(c),u=r(67),l=_interopRequireDefault(u),f=r(66),p=_interopRequireDefault(f),h=r(69),d=_interopRequireDefault(h),y=r(68),_=_interopRequireDefault(y),v=r(70),m=_interopRequireDefault(v),g=r(74),b=_interopRequireDefault(g),w=r(38),x=_interopRequireDefault(w),C=r(75),O=_interopRequireDefault(C),S=r(71),j=_interopRequireDefault(S),k={extractConfig:"[data-paywall]",blacklist:[/arte\.folha(\.uol)?\.com\.br\//],timeout:"30",teaser:"15",url:{config:"https://static.folha.uol.com.br/paywall/online/config.json",detector:"https://static.folha.uol.com.br/paywall/js/1/publicidade.ads.js",wall:"//paywall.folha.uol.com.br/wall.json",adblock:"//www1.folha.uol.com.br/paywall/adblock.shtml",login:"//paywall.folha.uol.com.br/folha/login",signin:"//assine.folha.com.br/folha/assinatura/default.asp?cod_Cript=6230900763241750",fallback:"//www1.folha.uol.com.br/paywall/"},wall:{env:null,register:null,url:window.location.href,referrer:(0,s.default)("original_referrer")}},P=(0,l.default)(document.querySelector(k.extractConfig),k);(0,d.default)(P.url.config).then(function(){return(0,_.default)(P.url.detector,parseInt(P.timeout||30,10))}).then(function(e){return(0,m.default)(P.url.wall,P.wall,e,parseInt(P.timeout||30,10))}).then(function(e){if((0,i.default)(window,"paywall.data",e),(0,j.default)(e),(0,b.default)(),"ok"!==(0,o.default)(e,"status")||"on"!==(0,o.default)(e,"paywall"))throw Error("[paywall] paywall off/unavailable");if("yes"===e.is_killed)return void window.location.replace("//paywall.folha.uol.com.br/folha/login?message=killed&return_url="+e.referer_url);var t="login"===e.action?"soft":"hard",r="";0===e.max_visitor_views&&(r=0===e.max_logged_views?"-super":"-opin");var n=document.cookie.indexOf("loggedpaywall"),a=window.location.search.indexOf("loggedpaywall");"not_logged"===e.log_type&&(document.cookie="loggedpaywall=1"),"not_logged"!==e.log_type&&a>0&&n>=0&&(document.cookie="loggedpaywall=;expires='Thu, 01 Jan 1970 00:00:00 UTC'",(0,j.default)({category:"login",action:"login-success",userType:""+e.log_type,loginType:""+e.origin})),"required_login"!==e.message&&"required_subscription"!==e.message||(0,j.default)({category:"porteira-embed-"+t+r,action:"impressao",userType:""+e.log_type,loginType:""+e.origin});var c=e.log_type;if(!c||"subscriber"!==c){if(e.hasAdBlock&&!(0,p.default)(P.blacklist,P.wall.url))throw new x.default;var s=e.action;if(!s||"granted"!==s){if("redirect_uol_login"===s)return void redirectUolLogin(P.url.login,P.wall.url);var u=e.behavior,l=e.message,f=e.max_visitor_views?parseInt(e.max_visitor_views,10):0,h=e.max_logged_views?parseInt(e.max_logged_views,10):0,d=e.total_urls?parseInt(e.total_urls,10):0,y=null!==document.querySelector("[data-paywall-box]"),_=e.action;_="default"===e.skin?_:_+"-"+e.skin,u&&l&&"block"===u&&"limit_is_not_exceeded"===l||(y?(0,O.default)(s,l,d,f,h,t,P.url,parseInt(P.teaser,10),e.link_subscribe||""):window.location.replace(""+P.url.fallback+_+".shtml?"+encodeURIComponent(P.wall.url)))}}}).catch(function(e){if(e instanceof x.default)return void redirectAdBlock(P.url.adblock,P.wall.url);throw e}).catch(void 0).then(b.default)},function(e,t){},function(e,t,r){(function(e){!function(e){"use strict";function URLSearchParams(e){if(e=e||"",this[t]={},e instanceof URLSearchParams&&(e=""+e),"object"==typeof e){for(var r in e)if(e.hasOwnProperty(r)){var n="string"==typeof e[r]?e[r]:JSON.stringify(e[r]);this.append(r,n)}}else{0===e.indexOf("?")&&(e=e.slice(1));for(var o=e.split("&"),a=0;a<o.length;a++){var i=o[a],c=i.indexOf("=");-1<c&&this.append(decode(i.slice(0,c)),decode(i.slice(c+1)))}}}function encode(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'\(\)~]|%20|%00/g,function(e){return t[e]})}function decode(e){return decodeURIComponent(e.replace(/\+/g," "))}function makeIterator(t){var r={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return n&&(r[e.Symbol.iterator]=function(){return r}),r}if(!e.URLSearchParams||""+new e.URLSearchParams({a:1})!="a=1"){var t="__URLSearchParams__",r=URLSearchParams.prototype,n=!(!e.Symbol||!e.Symbol.iterator);r.append=function(e,r){var n=this[t];e in n?n[e].push(""+r):n[e]=[""+r]},r.delete=function(e){delete this[t][e]},r.get=function(e){var r=this[t];return e in r?r[e][0]:null},r.getAll=function(e){var r=this[t];return e in r?r[e].slice(0):[]},r.has=function(e){return e in this[t]},r.set=function set(e,r){this[t][e]=[""+r]},r.forEach=function(e,r){var n=this[t];Object.getOwnPropertyNames(n).forEach(function(t){n[t].forEach(function(n){e.call(r,n,t,this)},this)},this)},r.toString=function(){var e,r,n,o,a=this[t],i=[];for(r in a)for(n=encode(r),e=0,o=a[r];e<o.length;e++)i.push(n+"="+encode(o[e]));return i.join("&")},r.sort=function(){var e,r,n=this[t],o=[],a={};for(e in n)o.push(e);for(o.sort(),r=0;r<o.length;r++)a[o[r]]=n[o[r]];this[t]=a},r.keys=function(){var e=[];return this.forEach(function(t,r){e.push([r])}),makeIterator(e)},r.values=function(){var e=[];return this.forEach(function(t){e.push([t])}),makeIterator(e)},r.entries=function(){var e=[];return this.forEach(function(t,r){e.push([r,t])}),makeIterator(e)},n&&(r[e.Symbol.iterator]=r.entries),e.URLSearchParams=URLSearchParams,e.URLSearchParams.polyfill=!0}}(void 0!==e?e:"undefined"!=typeof window?window:this)}).call(t,r(23))},function(e,t){!function(e){"use strict";function normalizeName(e){if("string"!=typeof e&&(e+=""),/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function normalizeValue(e){return"string"!=typeof e&&(e+=""),e}function iteratorFor(e){var r={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return t.iterable&&(r[Symbol.iterator]=function(){return r}),r}function Headers(e){this.map={},e instanceof Headers?e.forEach(function(e,t){this.append(t,e)},this):e&&Object.getOwnPropertyNames(e).forEach(function(t){this.append(t,e[t])},this)}function consumed(e){return e.bodyUsed?Promise.reject(new TypeError("Already read")):void(e.bodyUsed=!0)}function fileReaderReady(e){return new Promise(function(t,r){e.onload=function(){t(e.result)},e.onerror=function(){r(e.error)}})}function readBlobAsArrayBuffer(e){var t=new FileReader,r=fileReaderReady(t);return t.readAsArrayBuffer(e),r}function readBlobAsText(e){var t=new FileReader,r=fileReaderReady(t);return t.readAsText(e),r}function readArrayBufferAsText(e){for(var t=new Uint8Array(e),r=Array(t.length),n=0;n<t.length;n++)r[n]=String.fromCharCode(t[n]);return r.join("")}function bufferClone(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function Body(){return this.bodyUsed=!1,this._initBody=function(e){if(this._bodyInit=e,e)if("string"==typeof e)this._bodyText=e;else if(t.blob&&Blob.prototype.isPrototypeOf(e))this._bodyBlob=e;else if(t.formData&&FormData.prototype.isPrototypeOf(e))this._bodyFormData=e;else if(t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e))this._bodyText=""+e;else if(t.arrayBuffer&&t.blob&&n(e))this._bodyArrayBuffer=bufferClone(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer]);else{if(!t.arrayBuffer||!ArrayBuffer.prototype.isPrototypeOf(e)&&!o(e))throw Error("unsupported BodyInit type");
+ this._bodyArrayBuffer=bufferClone(e)}else this._bodyText="";this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):t.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},t.blob&&(this.blob=function(){var e=consumed(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?consumed(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(readBlobAsArrayBuffer)}),this.text=function(){var e=consumed(this);if(e)return e;if(this._bodyBlob)return readBlobAsText(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(readArrayBufferAsText(this._bodyArrayBuffer));if(this._bodyFormData)throw Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},t.formData&&(this.formData=function(){return this.text().then(decode)}),this.json=function(){return this.text().then(JSON.parse)},this}function normalizeMethod(e){var t=e.toUpperCase();return a.indexOf(t)>-1?t:e}function Request(e,t){t=t||{};var r=t.body;if("string"==typeof e)this.url=e;else{if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new Headers(e.headers)),this.method=e.method,this.mode=e.mode,r||null==e._bodyInit||(r=e._bodyInit,e.bodyUsed=!0)}if(this.credentials=t.credentials||this.credentials||"omit",!t.headers&&this.headers||(this.headers=new Headers(t.headers)),this.method=normalizeMethod(t.method||this.method||"GET"),this.mode=t.mode||this.mode||null,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&r)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(r)}function decode(e){var t=new FormData;return e.trim().split("&").forEach(function(e){if(e){var r=e.split("="),n=r.shift().replace(/\+/g," "),o=r.join("=").replace(/\+/g," ");t.append(decodeURIComponent(n),decodeURIComponent(o))}}),t}function parseHeaders(e){var t=new Headers;return e.split("\r\n").forEach(function(e){var r=e.split(":"),n=r.shift().trim();if(n){var o=r.join(":").trim();t.append(n,o)}}),t}function Response(e,t){t||(t={}),this.type="default",this.status="status"in t?t.status:200,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new Headers(t.headers),this.url=t.url||"",this._initBody(e)}if(!e.fetch){var t={searchParams:"URLSearchParams"in e,iterable:"Symbol"in e&&"iterator"in Symbol,blob:"FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),formData:"FormData"in e,arrayBuffer:"ArrayBuffer"in e};if(t.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],n=function(e){return e&&DataView.prototype.isPrototypeOf(e)},o=ArrayBuffer.isView||function(e){return e&&r.indexOf(Object.prototype.toString.call(e))>-1};Headers.prototype.append=function(e,t){e=normalizeName(e),t=normalizeValue(t);var r=this.map[e];r||(r=[],this.map[e]=r),r.push(t)},Headers.prototype.delete=function(e){delete this.map[normalizeName(e)]},Headers.prototype.get=function(e){var t=this.map[normalizeName(e)];return t?t[0]:null},Headers.prototype.getAll=function(e){return this.map[normalizeName(e)]||[]},Headers.prototype.has=function(e){return this.map.hasOwnProperty(normalizeName(e))},Headers.prototype.set=function(e,t){this.map[normalizeName(e)]=[normalizeValue(t)]},Headers.prototype.forEach=function(e,t){Object.getOwnPropertyNames(this.map).forEach(function(r){this.map[r].forEach(function(n){e.call(t,n,r,this)},this)},this)},Headers.prototype.keys=function(){var e=[];return this.forEach(function(t,r){e.push(r)}),iteratorFor(e)},Headers.prototype.values=function(){var e=[];return this.forEach(function(t){e.push(t)}),iteratorFor(e)},Headers.prototype.entries=function(){var e=[];return this.forEach(function(t,r){e.push([r,t])}),iteratorFor(e)},t.iterable&&(Headers.prototype[Symbol.iterator]=Headers.prototype.entries);var a=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];Request.prototype.clone=function(){return new Request(this,{body:this._bodyInit})},Body.call(Request.prototype),Body.call(Response.prototype),Response.prototype.clone=function(){return new Response(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new Headers(this.headers),url:this.url})},Response.error=function(){var e=new Response(null,{status:0,statusText:""});return e.type="error",e};var i=[301,302,303,307,308];Response.redirect=function(e,t){if(i.indexOf(t)===-1)throw new RangeError("Invalid status code");return new Response(null,{status:t,headers:{location:e}})},e.Headers=Headers,e.Request=Request,e.Response=Response,e.fetch=function(e,r){return new Promise(function(n,o){var a=new Request(e,r),i=new XMLHttpRequest;i.onload=function(){var e={status:i.status,statusText:i.statusText,headers:parseHeaders(i.getAllResponseHeaders()||"")};e.url="responseURL"in i?i.responseURL:e.headers.get("X-Request-URL"),n(new Response("response"in i?i.response:i.responseText,e))},i.onerror=function(){o(new TypeError("Network request failed"))},i.ontimeout=function(){o(new TypeError("Network request failed"))},i.open(a.method,a.url,!0),"include"===a.credentials&&(i.withCredentials=!0),"responseType"in i&&t.blob&&(i.responseType="blob"),a.headers.forEach(function(e,t){i.setRequestHeader(t,e)}),i.send(void 0===a._bodyInit?null:a._bodyInit)})},e.fetch.polyfill=!0}}("undefined"!=typeof self?self:this)},function(e,t){"use strict";function blacklistedLocation(e,t){return!Array.prototype.slice.call(e).reduce(function(e,r){return e||(r instanceof RegExp?r:RegExp(r)).test(t)},!1)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=blacklistedLocation,e.exports=t.default},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function captalize(e){return""+e.charAt(0).toUpperCase()+e.slice(1)}function expandConfig(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"paywall";return(0,l.default)(t).reduce(function(n,a){var c=""+r+captalize(a);return t[a]&&"object"===(0,s.default)(t[a])?(0,i.default)({},n,(0,o.default)({},a,expandConfig(e,t[a],c))):e.dataset[c]?(0,i.default)({},n,(0,o.default)({},a,e.dataset[c])):n},t)}Object.defineProperty(t,"__esModule",{value:!0});var n=r(84),o=_interopRequireDefault(n),a=r(41),i=_interopRequireDefault(a),c=r(24),s=_interopRequireDefault(c),u=r(39),l=_interopRequireDefault(u);t.default=expandConfig,e.exports=t.default},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function fetchDetector(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30;return new o.default(function(r){window.folha_ads=!1;var n=window.setTimeout(function(){window.clearTimeout(n),r(!0)},1e3*t),o=document.createElement("script");o.src=e,o.addEventListener("load",function(){window.clearTimeout(n),r(!window.folha_ads)},!1),document.body.appendChild(o)})}Object.defineProperty(t,"__esModule",{value:!0});var n=r(40),o=_interopRequireDefault(n);t.default=fetchDetector,e.exports=t.default},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function fetchStaticConfig(e){return fetch(e).then(function(e){return e.json()}).then(function(e){if(!(0,o.default)(e,"params.paywall")||!(0,o.default)(e,"params.status"))throw Error("Configurações estáticas inválidas.");if("on"!==e.params.paywall||"ok"!==e.params.status)throw Error("Paywall desligado ou não funcional.");return e})}Object.defineProperty(t,"__esModule",{value:!0}),t.default=fetchStaticConfig;var n=r(37),o=_interopRequireDefault(n);e.exports=t.default},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function fetchWall(e,t,r){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:30;return new i.default(function(a,i){var c=window.setTimeout(function(){window.clearTimeout(c),i(new s.default("AdBlock ligado"))},1e3*n);return fetch(e+"?"+(0,l.default)(t,r),{credentials:"include"}).then(function(e){return e.json()}).then(function(e){window.clearTimeout(c),a((0,o.default)({},e,{hasAdBlock:r}))}).catch(function(e){return i(e)})})}Object.defineProperty(t,"__esModule",{value:!0});var n=r(41),o=_interopRequireDefault(n),a=r(40),i=_interopRequireDefault(a);t.default=fetchWall;var c=r(38),s=_interopRequireDefault(c),u=r(73),l=_interopRequireDefault(u);e.exports=t.default},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function gaEvent(e){function sendEvent(e){!function tryHit(t,r){try{UOLPD.Audience.countEvent(e,!0)}catch(e){r>0&&setTimeout(function tryDelay(){tryHit(t,r-1)},t)}}(50,300)}(0,o.default)(e,"analytics")?e.analytics.forEach(function(e){sendEvent({category:"paywall",action:e.a,label:e.l})}):sendEvent(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=gaEvent;var n=r(37),o=_interopRequireDefault(n);e.exports=t.default},function(e,t,r){"use strict";function getReferrer(e){var t=(0,n.get)(e);return(0,n.remove)(e),t||document.referrer}Object.defineProperty(t,"__esModule",{value:!0}),t.default=getReferrer;var n=r(134);e.exports=t.default},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function hasEmptyParam(e){return(0,o.default)(e).filter(function(e){return"referrer"!==e}).reduce(function(t,r){return t||!e[r]},!1)}function getWallParams(e,t){var r=new URLSearchParams;if(hasEmptyParam(e))throw Error("[paywall] Invalid wall params");return(0,o.default)(e).forEach(function(t){return r.append(t,e[t])}),r.append("hab",t?"yes":"no"),r.append("_",(new Date).getTime()),r}Object.defineProperty(t,"__esModule",{value:!0});var n=r(39),o=_interopRequireDefault(n);t.default=getWallParams,e.exports=t.default},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(!c&&(c=!0,(0,i.default)(window,"paywall.after"))){var t=(0,o.default)(window,"paywall.after");"function"==typeof t&&t(e)}};var n=r(61),o=_interopRequireDefault(n),a=r(37),i=_interopRequireDefault(a),c=!1;e.exports=t.default},function(e,t){"use strict";function showPaywall(e,t,r,n,o,a){var i=arguments.length>6&&void 0!==arguments[6]?arguments[6]:{login:"#"},c=i.login,s=(arguments[7],arguments[8]),u=document.querySelector("[data-paywall-box]"),l=document.querySelector("[data-paywall]").getAttribute("data-paywall-product"),f=l?" c-paywall--"+l:"",p=document.querySelector('meta[name="folhaapp-webview"][content="ios"]'),h=navigator.userAgent.match(/iphone|ipad/i),d=p&&h?"c-paywall__teaser--is-hidden":"",y=null!==document.querySelector(".c-image-full"),_=null!==document.querySelector(".c-news__head"),v=encodeURIComponent(window.location.href),m=s||"//secure.folha.com.br/folha/assine/380101",g="//login.folha.com.br/uol/login",b=void 0,w='<div class="c-paywall'+f+'"><div class="c-paywall__row">'+('<h4 class="c-paywall__title">Você atingiu o limite de '+n+" reportagens por mês</h4>")+'<div class="c-paywall__half-col c-paywall__login-area"><div class="c-paywall__row"><div class="c-paywall__half-col">'+('<p class="c-paywall__text">Tenha acesso a '+o+" reportagens por mês<br>")+"Caso seja assinante, o acesso será ilimitado</p>"+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"'")+",action:'clique',label:'crie-sua-conta'})\" "+('href="'+c+"?return_url="+v+'%3Floggedpaywall&urltype=register" class="c-paywall__button">')+'Crie sua conta</a></div><div class="c-paywall__half-col"><p class="c-paywall__text"><span class="c-paywall__text--custom">Para você que já tem conta</span></p>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"'")+",action:'clique',label:'faca-login'})\""+('href="'+c+"?return_url="+v+'%3Floggedpaywall&logintype=cadastrado&urltype=login" ')+'class="c-paywall__button">Faça login</a></div></div><div class="c-paywall__social"><p class="c-paywall__text">ou acesse com:</p><ul class="c-paywall__login-list"><li>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"',action:'clique',")+"label:'acessar-com-facebook'})\" "+('href="'+c+"?return_url="+v+'%3Floggedpaywall&amp;logintype=cadastrado&amp;urltype=facebook" ')+'class="c-paywall__social-login c-paywall__social-login--facebook rs_skip" role="button" aria-label="Facebook"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="24" height="24" class="icon icon--facebook" aria-hidden="true"><path d="M 9.5000001,2.9999998 H 12 V -1.95e-7 H 9.5000001 C 7.57,-1.95e-7 6,1.5699998 6,3.4999998 v 1.5 H 4 v 3 H 6 V 16 H 9.0000001 V 7.9999998 H 11.5 l 0.5,-3 H 9.0000001 v -1.5 c 0,-0.271 0.229,-0.5 0.5,-0.5 z"/></svg></a></li><li>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"',action:'clique',")+"label:'acessar-com-linkedin'})\""+('href="'+c+"?return_url="+v+'%3Floggedpaywall&amp;logintype=cadastrado&amp;urltype=linkedin" ')+'class="c-paywall__social-login c-paywall__social-login--linkedin rs_skip" role="button" aria-label="Linkedin"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="24" height="24" class="icon icon--linkedin" aria-hidden="true"><path d="M 0.5217573,3.4217496 C 0.8574099,3.7574022 1.3243328,3.925225 1.883477,3.925225 l 0.019112,0 c 0.5965319,0 1.062624,-0.1678228 1.416555,-0.5034754 C 3.6739051,3.0669849 3.8417314,2.656557 3.8417314,2.1348025 3.8417314,1.6313201 3.6547964,1.2026132 3.319144,0.86696056 2.9834872,0.531308 2.517395,0.3634851 1.9391422,0.3634851 1.3608886,0.3634851 0.8947967,0.531308 0.5408658,0.86696056 0.1861045,1.2026132 -1e-7,1.6313201 -1e-7,2.1348025 c 0,0.5217545 0.1678263,0.9321824 0.5217572,1.2869471 l 0,0 z m -0.3165439,12.2147654 3.4313014,0 0,-10.2939042 -3.4313014,0 0,10.2939042 z m 8.7460799,0 0,-5.7443117 c 0,-0.3539317 0.037384,-0.633921 0.1121617,-0.839135 C 9.2121719,8.6991367 9.4364945,8.4008753 9.7347601,8.1582701 10.013917,7.9156719 10.386957,7.8035124 10.834771,7.8035124 c 0.596531,0 1.025236,0.2052139 1.305224,0.6156349 0.279987,0.410428 0.428705,0.9886857 0.428705,1.7156547 l 0,5.501713 3.4313,0 0,-5.8930294 C 16,8.2139334 15.64607,7.0582579 14.919099,6.2747932 14.191298,5.4913284 13.240005,5.1000126 12.046942,5.1000126 c -0.428705,0 -0.839131,0.055677 -1.193893,0.1678228 -0.353931,0.093054 -0.652197,0.2425982 -0.9130756,0.446986 C 9.6973732,5.9017564 9.5104375,6.0878582 9.3617206,6.2565141 9.2121719,6.4235108 9.063455,6.6104458 8.9321847,6.8339388 l 0.019112,0 0,-1.491328 -3.4313016,0 0.018279,0.5034754 0,3.0765435 c 0,1.7156473 0,3.9538893 -0.018279,6.7138853 l 3.4313016,0 0,0 z"/></svg></a></li><li>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"',action:'clique',")+"label:'acessar-com-google'})\" "+('href="'+c+"?return_url="+v+'%3Floggedpaywall&amp;logintype=cadastrado&amp;urltype=google" ')+'class="c-paywall__social-login c-paywall__social-login--google rs_skip" role="button" aria-label="Google"><svg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 14 14" version="1.1" class="icon-google-logo" aria-hidden="true"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><path d="M7,2.70666667 C8.31444444,2.70666667 9.20111111,3.27444444 9.70666667,3.74888889 L11.6822222,1.82 C10.4688889,0.692222222 8.89,0 7,0 C4.26222222,0 1.89777778,1.57111111 0.746666667,3.85777778L3.01,5.61555556 C3.57777778,3.92777778 5.14888889,2.70666667 7,2.70666667 L7,2.70666667 Z" fill="#EA4335"></path><path d="M13.72,7.15555556 C13.72,6.58 13.6733333,6.16 13.5722222,5.72444444 L7,5.72444444 L7,8.32222222 L10.8577778,8.32222222 C10.78,8.96777778 10.36,9.94 9.42666667,10.5933333 L11.6355556,12.3044444 C12.9577778,11.0833333 13.72,9.28666667 13.72,7.15555556 L13.72,7.15555556 Z" fill="#4285F4"></path><path d="M3.01777778,8.38444444 C2.87,7.94888889 2.78444444,7.48222222 2.78444444,7 C2.78444444,6.51777778 2.87,6.05111111 3.01,5.61555556 L0.746666667,3.85777778 C0.272222222,4.80666667 0,5.87222222 0,7 C0,8.12777778 0.272222222,9.19333333 0.746666667,10.1422222 L3.01777778,8.38444444 L3.01777778,8.38444444 Z" fill="#FBBC05"></path><path d="M7,14 C8.89,14 10.4766667,13.3777778 11.6355556,12.3044444 L9.42666667,10.5933333 C8.83555556,11.0055556 8.04222222,11.2933333 7,11.2933333 C5.14888889,11.2933333 3.57777778,10.0722222 3.01777778,8.38444444 L0.754444444,10.1422222C1.90555556,12.4288889 4.26222222,14 7,14 L7,14 Z" fill="#34A853"></path></g></svg><svg xmlns="http://www.w3.org/2000/svg" width="46" height="14" viewBox="0 0 46 14" version="1.1" class="icon-google-text" aria-hidden="true"><path fill="#757575" fill-rule="evenodd" d="M8.64 9.708c-.36.47-.858.825-1.496 1.066-.638.242-1.363.363-2.174.363-.834 0-1.573-.19-2.215-.568a3.78 3.78 0 0 1-1.487-1.623C.92 8.242.738 7.42.725 6.48v-.779c0-1.504.36-2.678 1.08-3.524C2.525 1.333 3.53.91 4.819.91c1.108 0 1.987.274 2.639.82.652.547 1.044 1.336 1.176 2.366H6.938c-.19-1.199-.886-1.798-2.084-1.798-.775 0-1.364.279-1.768.837-.403.559-.6111.378-.625 2.458v.765c0 1.076.227 1.911.68 2.506.454.594 1.084.892 1.89.892.884 0 1.513-.2 1.887-.602V7.206h-2.05V5.894H8.64v3.814zm1.648-2.475c0-.724.144-1.377.43-1.958a3.145 3.145 0 0 1 1.21-1.34c.52-.312 1.117-.468 1.792-.468.998 0 1.808.321 2.43.964.622.642.958 1.494 1.008 2.556l.007.39c0 .73-.14 1.38-.42 1.955a3.108 3.108 0 0 1-1.203 1.333c-.522.314-1.125.472-1.809.472-1.043 0-1.878-.348-2.505-1.043s-.94-1.621-.94-2.779v-.082zm1.661.144c0 .761.157 1.357.472 1.788.314.43.752.646 1.312.646s.997-.22 1.31-.657c.312-.437.468-1.077.468-1.92 0-.748-.16-1.34-.482-1.778-.321-.437-.758-.656-1.31-.656-.542 0-.972.215-1.291.646-.32.43-.479 1.074-.479 1.931zm6.529-.144c0-.724.143-1.377.43-1.958a3.145 3.145 0 0 1 1.21-1.34c.52-.312 1.117-.468 1.791-.468.998 0 1.808.321 2.43.964.622.642.959 1.494 1.009 2.556l.006.39c0 .73-.14 1.38-.42 1.955a3.108 3.108 0 0 1-1.203 1.333c-.522.314-1.125.472-1.808.472-1.044 0-1.879-.348-2.506-1.043-.626-.695-.94-1.621-.94-2.779v-.082zm1.66.144c0 .761.158 1.357.472 1.788.315.43.752.646 1.313.646.56 0 .997-.22 1.309-.657.312-.437.468-1.077.468-1.92 0-.748-.16-1.34-.482-1.778-.321-.437-.757-.656-1.309-.656-.542 0-.973.215-1.292.646-.319.43-.478 1.074-.478 1.931zm6.55-.13c0-1.148.27-2.066.81-2.751.54-.686 1.256-1.03 2.15-1.03.843 0 1.506.295 1.989.883l.075-.745h1.497v7.17c0 .971-.302 1.737-.906 2.297-.604.56-1.418.841-2.444.841a3.939 3.939 0 0 1-1.589-.338c-.517-.226-.91-.52-1.18-.886l.787-.998c.51.607 1.14.91 1.887.91.551 0 .986-.15 1.305-.448.32-.299.479-.737.479-1.316v-.5c-.479.534-1.117.8-1.914.8-.866 0-1.574-.343-2.123-1.032-.549-.688-.823-1.64-.823-2.857zm1.654.144c0 .742.151 1.327.454 1.753.303.426.724.64 1.262.64.67 0 1.166-.288 1.49-.862V5.668c-.315-.56-.807-.84-1.477-.84-.547 0-.972.216-1.275.649-.303.433-.454 1.07-.454 1.914zM36.9 11h-1.66V.5h1.66V11zm5.285.137c-1.053 0-1.907-.332-2.56-.995-.654-.663-.981-1.546-.981-2.649v-.205c0-.738.142-1.398.427-1.979a3.252 3.252 0 0 1 1.2-1.357 3.172 3.172 0 0 1 1.722-.485c1.007 0 1.785.321 2.335.964.549.642.823 1.551.823 2.727v.67h-4.833c.05.61.254 1.094.612 1.45.358.355.808.533 1.35.533.761 0 1.381-.308 1.86-.923l.895.854a2.99 2.99 0 0 1-1.186 1.029 3.713 3.713 0 0 1-1.664.366zM41.986 4.8c-.455 0-.823.16-1.104.478-.28.32-.459.764-.536 1.333h3.165v-.123c-.037-.556-.185-.976-.445-1.26-.26-.286-.62-.428-1.08-.428z"/></svg></a></li><li>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"',action:'clique',")+("label:'acessar-com-uol'})\" href=\""+g+"?done="+v+'%3Floggedpaywall" ')+'class="c-paywall__login-uol rs_skip" role="button"></a></li></ul></div></div><div class="c-paywall__half-col">'+('<div class="c-paywall__teaser '+d+'">')+'<figure class="c-paywall__devices"><img src="//f.i.uol.com.br/heimdall/assine-folha-todos-dispositivos-transparente-321x149.png" alt="Folha de São Paulo em todos devices"></figure><p class="c-paywall__text">Tenha acesso ilimitado, <span>descontos em produtos Folha e muito mais</span></p><p class="c-paywall__price">Folha digital por apenas R$1,90* <small>*no primeiro mês</small></p>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"'")+",action:'clique',label:'assine-a-folha'})\""+('href="'+m+'" class="c-paywall__button c-paywall__button--primary">Assine a Folha</a>')+"</div></div></div></div>",x=""+('<div class="c-paywall'+f+'">')+('<h4 class="c-paywall__title">Você atingiu o limite de '+o+" reportagens por mês</h4>")+('<div class="c-paywall__teaser '+d+'">')+'<figure class="c-paywall__devices"><img src="//f.i.uol.com.br/heimdall/assine-folha-todos-dispositivos-transparente-321x149.png" alt="Folha de São Paulo em todos devices"></figure><p class="c-paywall__text c-paywall__text-offers">Tenha acesso ilimitado, descontos em produtos Folha e muito mais</p><p class="c-paywall__price">Folha digital por apenas R$1,90* <small>*no primeiro mês</small></p>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"'")+",action:'clique',label:'assine-a-folha'})\""+('href="'+m+'" class="c-paywall__button c-paywall__button--primary">Assine a Folha</a>')+'</div><p class="c-paywall__text">Já é assinante?</p>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"'")+",action:'clique',label:'faca-login'})\""+('href="'+c+"?return_url="+v+'%3Floggedpaywall&logintype=cadastrado&urltype=login" ')+'class="c-paywall__button">Faça login</a><p class="c-paywall__text">Se já estiver logado, '+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"',action:'clique',")+"label:'vincule-sua-conta'})\" "+('href="'+c+"?return_url="+v+'%3Floggedpaywall&amp;logintype=assinanteedit">')+'vincule sua conta à assinatura</a></p><div class="c-paywall__social"><p class="c-paywall__text">ou acesse com:</p>'+("<a onclick=\"UOLPD.Audience.countClick({category:'porteira-embed-"+a+"',action:'clique',")+("label:'acessar-com-uol'})\" href=\""+g+"?done="+v+'%3Floggedpaywall" ')+'class="c-paywall__login-uol rs_skip" role="button"></a></div></div>';if(y){var C=document.querySelector(".c-image-full").parentNode;C.parentNode.removeChild(C)}if(_){var O=document.querySelector(".c-news__head");O.parentNode.removeChild(O)}var S="Conteúdo restrito a assinantes e cadastrados";if("required_subscription"===t?(u.innerHTML=""+x,b="4387796",S="Conteúdo restrito a assinantes"):"required_login"===t&&(0===o?u.innerHTML=""+x:u.innerHTML=""+w,b="4388432"),0===n){if(0===o){S="As reportagens da Folha são acessíveis apenas para assinantes";document.querySelector(".c-paywall__text-offers").innerHTML="Tenha acesso ilimitado a reportagens e colunas,<br>descontos em produtos Folha e muito mais"}document.querySelector(".c-paywall__title").innerHTML=S}u.querySelector(".c-paywall__login-uol").innerHTML='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="71" height="32" viewBox="0 0 71 32"><defs><path id="svg-uol-a" d="M27.244 9.944V.046H.825v9.897h26.419z"></path><path id="svg-uol-c" d="M19.765 20h29.479V0H0v20h19.765V0H0v20h19.765z"></path></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect width="71" height="32" fill="#333" rx="16"></rect><g transform="translate(33 11)"><mask id="svg-uol-b" fill="#fff"><use xlink:href="#svg-uol-a"></use></mask><path fill="#FFF" d="M12.753 4.995c0-1.212.872-2.167 2.072-2.167 1.213 0 2.127.955 2.127 2.167 0 1.2-.914 2.14-2.127 2.14-1.2 0-2.072-.94-2.072-2.14zM9.836 2.01c0-1.103-.409-1.717-1.65-1.717h-1.43V.32.305v5.112c0 1.295-.573 1.718-1.432 1.718s-1.418-.423-1.418-1.718V2.01C3.906.907 3.497.293 2.257.293H.825v5.112c0 3.244 1.691 4.538 4.512 4.538 2.822 0 4.308-1.104 4.5-4.115.435 2.398 2.521 4.115 5.07 4.115 2.385 0 4.471-1.716 4.907-3.87v3.625h5.698c1.227 0 1.732-.354 1.732-1.58V6.984h-4.363V2.011c0-1.105-.395-1.719-1.636-1.719h-1.43l.013.028-.014-.014V3.96c-.436-2.208-2.33-3.912-4.907-3.912-2.549 0-4.635 1.705-5.07 3.912V2.01z" mask="url(#svg-uol-b)"></path></g><path fill="#AC2F1B" d="M28.035 15.71a2.881 2.881 0 0 0-.615-.092 6.616 6.616 0 0 1 .712 3.605A7.77 7.77 0 0 0 29.31 16.5a2.482 2.482 0 0 0-1.275-.79M25.084 14.849c-1.633-1.568-3.923-2.594-5.939-2.594-2.808 0-5.222 1.228-6.344 3.333.49 3.978 4.08 7.233 8.334 7.233.13 0 .26-.004.387-.01-.505-1.082-.454-2.543.158-4.08.64-1.611 1.952-3.1 3.404-3.882"></path><g transform="translate(11 6)"><mask id="svg-uol-d" fill="#fff"><use xlink:href="#svg-uol-c"></use></mask><path fill="#AC2F1B" d="M14.246 18.54a7.233 7.233 0 0 1-4.394 1.394C4.924 19.88.812 16.19.782 12.145a7.1 7.1 0 0 1 .405-2.45 8.265 8.265 0 0 1-.095-1.246c0-2.872 2.315-6.574 5.54-7.74 1.27-.46 2.318-.662 3.53-.63 1.145.028 2.61.32 3.58.813 2.747 1.401 5.143 4.497 5.238 7.664a7.716 7.716 0 0 1-.113 1.558c.582 1.334.468 3.185-.485 4.847-.163.284-.336.556-.515.817l-.045.065c-.988 1.41-2.21 2.432-3.576 2.697M9.926 0C4.468 0 0 4.584 0 10.031c0 5.448 4.454 9.97 9.912 9.97 5.46 0 9.853-4.522 9.853-9.97 0-5.447-4.38-10.03-9.839-10.03" mask="url(#svg-uol-d)"></path></g><path fill="#AC2F1B" d="M27.092 20.907a9.268 9.268 0 0 1-4.91 2.15c.318.61.878 1.066 1.703 1.293.276.076.556.11.837.106a5.948 5.948 0 0 0 2.37-3.55"></path><path fill="#EDC647" d="M28.7 11.267c-1.326-2.796-4.182-4.86-7.495-4.815-4.908.067-8.377 3.736-8.458 8.055 1.304-2.175 3.81-3.519 6.775-3.519 2.79 0 5.445 1.32 7.057 3.332a3.249 3.249 0 0 1 1.348.054 2.79 2.79 0 0 1 1.442.926l.102.078c.015-.204.025-.41.024-.619a8.281 8.281 0 0 0-.795-3.492M22.34 19.438c-.508 1.262-.622 2.434-.285 3.334 2.006-.207 3.81-1.085 5.14-2.418.045-.318.07-.646.07-.987 0-1.257-.492-2.458-1.278-3.504-1.538.56-3.011 1.996-3.647 3.575M23.575 24.48c-.868-.23-1.5-.717-1.897-1.374a9.346 9.346 0 0 1-.651.025c-4.164 0-7.65-2.798-8.647-6.509a6.134 6.134 0 0 0-.248 1.825c.038 3.587 3.717 7.332 8.235 7.332 1.534 0 2.972-.412 4.134-1.173a3.8 3.8 0 0 1-.926-.127"></path><path fill="#E7992E" d="M29.654 17.023a8.12 8.12 0 0 1-1.61 2.927c-.308 1.811-1.241 3.348-2.565 4.411 1.22-.29 2.408-1.22 3.295-2.452.106-.149.216-.312.335-.503 0 0 0-.002.002-.003a6.5 6.5 0 0 0 .188-.324l.006-.01c.118-.219.223-.445.316-.675.485-1.234.486-2.465.033-3.37"></path><path fill="#000" d="M29.202 21.254c-.91 1.553-2.293 2.767-3.723 3.107 1.324-1.062 2.257-2.599 2.565-4.411a8.123 8.123 0 0 0 1.61-2.927c.559 1.118.427 2.73-.452 4.231m-8.835 4.525c-4.518 0-8.197-3.744-8.236-7.332a6.167 6.167 0 0 1 .249-1.825c.998 3.712 4.483 6.509 8.647 6.509.219 0 .435-.01.65-.025.398.658 1.03 1.143 1.898 1.373.314.084.622.124.926.127-1.162.761-2.6 1.173-4.134 1.173m7.053-10.16c.209.008.415.037.615.09.532.142.958.418 1.275.79a7.755 7.755 0 0 1-1.178 2.724 6.615 6.615 0 0 0-.712-3.604m-5.08 3.819c.636-1.579 2.109-3.015 3.647-3.574.786 1.046 1.277 2.246 1.277 3.503 0 .341-.025.67-.07.988-1.33 1.333-3.133 2.21-5.14 2.417-.336-.899-.223-2.071.286-3.334m-.818 3.374a9.901 9.901 0 0 1-.387.009c-4.253 0-7.844-3.256-8.334-7.234 1.122-2.104 3.536-3.332 6.344-3.332 2.017 0 4.307 1.026 5.94 2.594-1.453.782-2.764 2.27-3.405 3.881-.611 1.538-.662 2.998-.158 4.082m3.2 1.644a3.018 3.018 0 0 1-.837-.106c-.825-.227-1.385-.682-1.703-1.292a9.28 9.28 0 0 0 4.91-2.151 5.954 5.954 0 0 1-2.37 3.549M21.205 6.453c3.313-.046 6.169 2.018 7.495 4.814a8.283 8.283 0 0 1 .795 3.493c0 .223-.01.444-.027.662a2.802 2.802 0 0 0-1.541-1.047 3.216 3.216 0 0 0-1.348-.054c-1.612-2.012-4.267-3.332-7.057-3.332-2.965 0-5.472 1.343-6.775 3.518.08-4.318 3.55-7.987 8.458-8.054m8.663 9.661a7.784 7.784 0 0 0 .112-1.558c-.094-3.167-2.491-6.263-5.238-7.664-.97-.494-2.435-.785-3.58-.814-1.212-.031-2.26.17-3.53.63-3.224 1.167-5.54 4.87-5.54 7.741 0 .422.034.838.095 1.245a7.123 7.123 0 0 0-.405 2.451c.029 4.045 4.142 7.734 9.07 7.79a7.238 7.238 0 0 0 4.394-1.395c1.636-.318 3.07-1.72 4.136-3.579.954-1.662 1.067-3.513.486-4.847"></path></g></svg>';var j=document.getElementsByTagName("head")[0],k=document.createElement("script");k.type="text/javascript",k.src="https://static.folha.uol.com.br/library/propensity/propensity.js",k.async="async",k.id="propensity-activity-tag",k.setAttribute("data-xsp",""+b),j.appendChild(k)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=showPaywall,e.exports=t.default},function(e,t,r){e.exports={default:r(87),__esModule:!0}},function(e,t,r){e.exports={default:r(88),__esModule:!0}},function(e,t,r){e.exports={default:r(89),__esModule:!0}},function(e,t,r){e.exports={default:r(90),__esModule:!0}},function(e,t,r){e.exports={default:r(92),__esModule:!0}},function(e,t,r){e.exports={default:r(94),__esModule:!0}},function(e,t,r){e.exports={default:r(95),__esModule:!0}},function(e,t){"use strict";t.__esModule=!0,t.default=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var n=r(78),o=_interopRequireDefault(n);t.default=function(e,t,r){return t in e?(0,o.default)(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var n=r(80),o=_interopRequireDefault(n),a=r(77),i=_interopRequireDefault(a),c=r(24),s=_interopRequireDefault(c);t.default=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+(void 0===t?"undefined":(0,s.default)(t)));e.prototype=(0,i.default)(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(o.default?(0,o.default)(e,t):e.__proto__=t)}},function(e,t,r){"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var n=r(24),o=_interopRequireDefault(n);t.default=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==(void 0===t?"undefined":(0,o.default)(t))&&"function"!=typeof t?e:t}},function(e,t,r){r(121),e.exports=r(0).Object.assign},function(e,t,r){r(122);var n=r(0).Object;e.exports=function create(e,t){return n.create(e,t)}},function(e,t,r){r(123);var n=r(0).Object;e.exports=function defineProperty(e,t,r){return n.defineProperty(e,t,r)}},function(e,t,r){r(124),e.exports=r(0).Object.getPrototypeOf},function(e,t,r){r(125),e.exports=r(0).Object.keys},function(e,t,r){r(126),e.exports=r(0).Object.setPrototypeOf},function(e,t,r){r(58),r(59),r(60),r(127),r(129),r(130),e.exports=r(0).Promise},function(e,t,r){r(128),r(58),r(131),r(132),e.exports=r(0).Symbol},function(e,t,r){r(59),r(60),e.exports=r(36).f("iterator")},function(e,t){e.exports=function(){}},function(e,t){e.exports=function(e,t,r,n){if(!(e instanceof t)||void 0!==n&&n in e)throw TypeError(r+": incorrect invocation!");return e}},function(e,t,r){var n=r(11),o=r(57),a=r(117);e.exports=function(e){return function(t,r,i){var c,s=n(t),u=o(s.length),l=a(i,u);if(e&&r!=r){for(;u>l;)if(c=s[l++],c!=c)return!0}else for(;u>l;l++)if((e||l in s)&&s[l]===r)return e||l||0;return!e&&-1}}},function(e,t,r){var n=r(16),o=r(30),a=r(18);e.exports=function(e){var t=n(e),r=o.f;if(r)for(var i,c=r(e),s=a.f,u=0;c.length>u;)s.call(e,i=c[u++])&&t.push(i);return t}},function(e,t,r){var n=r(13),o=r(104),a=r(102),i=r(4),c=r(57),s=r(119),u={},l={},t=e.exports=function(e,t,r,f,p){var h,d,y,_,v=p?function(){return e}:s(e),m=n(r,f,t?2:1),g=0;if("function"!=typeof v)throw TypeError(e+" is not iterable!");if(a(v)){for(h=c(e.length);h>g;g++)if(_=t?m(i(d=e[g])[0],d[1]):m(e[g]),_===u||_===l)return _}else for(y=v.call(e);!(d=y.next()).done;)if(_=o(y,m,d.value,t),
+ _===u||_===l)return _};t.BREAK=u,t.RETURN=l},function(e,t){e.exports=function(e,t,r){var n=void 0===r;switch(t.length){case 0:return n?e():e.call(r);case 1:return n?e(t[0]):e.call(r,t[0]);case 2:return n?e(t[0],t[1]):e.call(r,t[0],t[1]);case 3:return n?e(t[0],t[1],t[2]):e.call(r,t[0],t[1],t[2]);case 4:return n?e(t[0],t[1],t[2],t[3]):e.call(r,t[0],t[1],t[2],t[3])}return e.apply(r,t)}},function(e,t,r){var n=r(14),o=r(2)("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||a[o]===e)}},function(e,t,r){var n=r(12);e.exports=Array.isArray||function isArray(e){return"Array"==n(e)}},function(e,t,r){var n=r(4);e.exports=function(e,t,r,o){try{return o?t(n(r)[0],r[1]):t(r)}catch(t){var a=e.return;throw void 0!==a&&n(a.call(e)),t}}},function(e,t,r){"use strict";var n=r(29),o=r(19),a=r(20),i={};r(9)(i,r(2)("iterator"),function(){return this}),e.exports=function(e,t,r){e.prototype=n(i,{next:o(1,r)}),a(e,t+" Iterator")}},function(e,t,r){var n=r(2)("iterator"),o=!1;try{var a=[7][n]();a.return=function(){o=!0},Array.from(a,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var r=!1;try{var a=[7],i=a[n]();i.next=function(){return{done:r=!0}},a[n]=function(){return i},e(a)}catch(e){}return r}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,r){var n=r(22)("meta"),o=r(6),a=r(8),i=r(7).f,c=0,s=Object.isExtensible||function(){return!0},u=!r(10)(function(){return s(Object.preventExtensions({}))}),l=function(e){i(e,n,{value:{i:"O"+ ++c,w:{}}})},f=function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!a(e,n)){if(!s(e))return"F";if(!t)return"E";l(e)}return e[n].i},p=function(e,t){if(!a(e,n)){if(!s(e))return!0;if(!t)return!1;l(e)}return e[n].w},h=function(e){return u&&d.NEED&&s(e)&&!a(e,n)&&l(e),e},d=e.exports={KEY:n,NEED:!1,fastKey:f,getWeak:p,onFreeze:h}},function(e,t,r){var n=r(1),o=r(56).set,a=n.MutationObserver||n.WebKitMutationObserver,i=n.process,c=n.Promise,s="process"==r(12)(i);e.exports=function(){var e,t,r,u=function(){var n,o;for(s&&(n=i.domain)&&n.exit();e;){o=e.fn,e=e.next;try{o()}catch(n){throw e?r():t=void 0,n}}t=void 0,n&&n.enter()};if(s)r=function(){i.nextTick(u)};else if(!a||n.navigator&&n.navigator.standalone)if(c&&c.resolve){var l=c.resolve(void 0);r=function(){l.then(u)}}else r=function(){o.call(n,u)};else{var f=!0,p=document.createTextNode("");new a(u).observe(p,{characterData:!0}),r=function(){p.data=f=!f}}return function(n){var o={fn:n,next:void 0};t&&(t.next=o),e||(e=o,r()),t=o}}},function(e,t,r){"use strict";var n=r(16),o=r(30),a=r(18),i=r(21),c=r(45),s=Object.assign;e.exports=!s||r(10)(function(){var e={},t={},r=Symbol(),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach(function(e){t[e]=e}),7!=s({},e)[r]||Object.keys(s({},t)).join("")!=n})?function assign(e,t){for(var r=i(e),s=arguments.length,u=1,l=o.f,f=a.f;s>u;)for(var p,h=c(arguments[u++]),d=l?n(h).concat(l(h)):n(h),y=d.length,_=0;y>_;)f.call(h,p=d[_++])&&(r[p]=h[p]);return r}:s},function(e,t,r){var n=r(7),o=r(4),a=r(16);e.exports=r(5)?Object.defineProperties:function defineProperties(e,t){o(e);for(var r,i=a(t),c=i.length,s=0;c>s;)n.f(e,r=i[s++],t[r]);return e}},function(e,t,r){var n=r(11),o=r(48).f,a={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(e){try{return o(e)}catch(e){return i.slice()}};e.exports.f=function getOwnPropertyNames(e){return i&&"[object Window]"==a.call(e)?c(e):o(n(e))}},function(e,t,r){var n=r(9);e.exports=function(e,t,r){for(var o in t)r&&e[o]?e[o]=t[o]:n(e,o,t[o]);return e}},function(e,t,r){var n=r(6),o=r(4),a=function(e,t){if(o(e),!n(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,n){try{n=r(13)(Function.call,r(47).f(Object.prototype,"__proto__").set,2),n(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function setPrototypeOf(e,r){return a(e,r),t?e.__proto__=r:n(e,r),e}}({},!1):void 0),check:a}},function(e,t,r){"use strict";var n=r(1),o=r(0),a=r(7),i=r(5),c=r(2)("species");e.exports=function(e){var t="function"==typeof o[e]?o[e]:n[e];i&&t&&!t[c]&&a.f(t,c,{configurable:!0,get:function(){return this}})}},function(e,t,r){var n=r(33),o=r(25);e.exports=function(e){return function(t,r){var a,i,c=o(t)+"",s=n(r),u=c.length;return s<0||s>=u?e?"":void 0:(a=c.charCodeAt(s),a<55296||a>56319||s+1===u||(i=c.charCodeAt(s+1))<56320||i>57343?e?c.charAt(s):a:e?c.slice(s,s+2):(a-55296<<10)+(i-56320)+65536)}}},function(e,t,r){var n=r(33),o=Math.max,a=Math.min;e.exports=function(e,t){return e=n(e),e<0?o(e+t,0):a(e,t)}},function(e,t,r){var n=r(1),o=n.navigator;e.exports=o&&o.userAgent||""},function(e,t,r){var n=r(42),o=r(2)("iterator"),a=r(14);e.exports=r(0).getIteratorMethod=function(e){if(void 0!=e)return e[o]||e["@iterator"]||a[n(e)]}},function(e,t,r){"use strict";var n=r(96),o=r(107),a=r(14),i=r(11);e.exports=r(46)(Array,"Array",function(e,t){this._t=i(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,r=this._i++;return!e||r>=e.length?(this._t=void 0,o(1)):"keys"==t?o(0,r):"values"==t?o(0,e[r]):o(0,[r,e[r]])},"values"),a.Arguments=a.Array,n("keys"),n("values"),n("entries")},function(e,t,r){var n=r(3);n(n.S+n.F,"Object",{assign:r(110)})},function(e,t,r){var n=r(3);n(n.S,"Object",{create:r(29)})},function(e,t,r){var n=r(3);n(n.S+n.F*!r(5),"Object",{defineProperty:r(7).f})},function(e,t,r){var n=r(21),o=r(49);r(51)("getPrototypeOf",function(){return function getPrototypeOf(e){return o(n(e))}})},function(e,t,r){var n=r(21),o=r(16);r(51)("keys",function(){return function keys(e){return o(n(e))}})},function(e,t,r){var n=r(3);n(n.S,"Object",{setPrototypeOf:r(114).set})},function(e,t,r){"use strict";var n,o,a,i,c=r(15),s=r(1),u=r(13),l=r(42),f=r(3),p=r(6),h=r(17),d=r(97),y=r(100),_=r(55),v=r(56).set,m=r(109)(),g=r(28),b=r(52),w=r(118),x=r(53),C="Promise",O=s.TypeError,S=s.process,j=S&&S.versions,k=j&&j.v8||"",P=s[C],M="process"==l(S),R=function(){},D=o=g.f,E=!!function(){try{var e=P.resolve(1),t=(e.constructor={})[r(2)("species")]=function(e){e(R,R)};return(M||"function"==typeof PromiseRejectionEvent)&&e.then(R)instanceof t&&0!==k.indexOf("6.6")&&w.indexOf("Chrome/66")===-1}catch(e){}}(),A=function(e){var t;return!(!p(e)||"function"!=typeof(t=e.then))&&t},L=function(e,t){if(!e._n){e._n=!0;var r=e._c;m(function(){for(var n=e._v,o=1==e._s,a=0,i=function(t){var r,a,i,c=o?t.ok:t.fail,s=t.resolve,u=t.reject,l=t.domain;try{c?(o||(2==e._h&&H(e),e._h=1),c===!0?r=n:(l&&l.enter(),r=c(n),l&&(l.exit(),i=!0)),r===t.promise?u(O("Promise-chain cycle")):(a=A(r))?a.call(r,s,u):s(r)):u(n)}catch(e){l&&!i&&l.exit(),u(e)}};r.length>a;)i(r[a++]);e._c=[],e._n=!1,t&&!e._h&&q(e)})}},q=function(e){v.call(s,function(){var t,r,n,o=e._v,a=T(e);if(a&&(t=b(function(){M?S.emit("unhandledRejection",o,e):(r=s.onunhandledrejection)?r({promise:e,reason:o}):(n=s.console)&&n.error&&n.error("Unhandled promise rejection",o)}),e._h=M||T(e)?2:1),e._a=void 0,a&&t.e)throw t.v})},T=function(e){return 1!==e._h&&0===(e._a||e._c).length},H=function(e){v.call(s,function(){var t;M?S.emit("rejectionHandled",e):(t=s.onrejectionhandled)&&t({promise:e,reason:e._v})})},F=function(e){var t=this;t._d||(t._d=!0,t=t._w||t,t._v=e,t._s=2,t._a||(t._a=t._c.slice()),L(t,!0))},I=function(e){var t,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===e)throw O("Promise can't be resolved itself");(t=A(e))?m(function(){var n={_w:r,_d:!1};try{t.call(e,u(I,n,1),u(F,n,1))}catch(e){F.call(n,e)}}):(r._v=e,r._s=1,L(r,!1))}catch(e){F.call({_w:r,_d:!1},e)}}};E||(P=function Promise(e){d(this,P,C,"_h"),h(e),n.call(this);try{e(u(I,this,1),u(F,this,1))}catch(e){F.call(this,e)}},n=function Promise(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},n.prototype=r(113)(P.prototype,{then:function then(e,t){var r=D(_(this,P));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=M?S.domain:void 0,this._c.push(r),this._a&&this._a.push(r),this._s&&L(this,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),a=function(){var e=new n;this.promise=e,this.resolve=u(I,e,1),this.reject=u(F,e,1)},g.f=D=function(e){return e===P||e===i?new a(e):o(e)}),f(f.G+f.W+f.F*!E,{Promise:P}),r(20)(P,C),r(115)(C),i=r(0)[C],f(f.S+f.F*!E,C,{reject:function reject(e){var t=D(this);return(0,t.reject)(e),t.promise}}),f(f.S+f.F*(c||!E),C,{resolve:function resolve(e){return x(c&&this===i?P:this,e)}}),f(f.S+f.F*!(E&&r(106)(function(e){P.all(e).catch(R)})),C,{all:function all(e){var t=this,r=D(t),n=r.resolve,o=r.reject,a=b(function(){var r=[],a=0,i=1;y(e,!1,function(e){var c=a++,s=!1;r.push(void 0),i++,t.resolve(e).then(function(e){s||(s=!0,r[c]=e,--i||n(r))},o)}),--i||n(r)});return a.e&&o(a.v),r.promise},race:function race(e){var t=this,r=D(t),n=r.reject,o=b(function(){y(e,!1,function(e){t.resolve(e).then(r.resolve,n)})});return o.e&&n(o.v),r.promise}})},function(e,t,r){"use strict";var n=r(1),o=r(8),a=r(5),i=r(3),c=r(54),s=r(108).KEY,u=r(10),l=r(32),f=r(20),p=r(22),h=r(2),d=r(36),y=r(35),_=r(99),v=r(103),m=r(4),g=r(6),b=r(11),w=r(34),x=r(19),C=r(29),O=r(112),S=r(47),j=r(7),k=r(16),P=S.f,M=j.f,R=O.f,D=n.Symbol,E=n.JSON,A=E&&E.stringify,L="prototype",q=h("_hidden"),T=h("toPrimitive"),H={}.propertyIsEnumerable,F=l("symbol-registry"),I=l("symbols"),B=l("op-symbols"),U=Object[L],N="function"==typeof D,z=n.QObject,V=!z||!z[L]||!z[L].findChild,G=a&&u(function(){return 7!=C(M({},"a",{get:function(){return M(this,"a",{value:7}).a}})).a})?function(e,t,r){var n=P(U,t);n&&delete U[t],M(e,t,r),n&&e!==U&&M(U,t,n)}:M,$=function(e){var t=I[e]=C(D[L]);return t._k=e,t},K=N&&"symbol"==typeof D.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof D},W=function defineProperty(e,t,r){return e===U&&W(B,t,r),m(e),t=w(t,!0),m(r),o(I,t)?(r.enumerable?(o(e,q)&&e[q][t]&&(e[q][t]=!1),r=C(r,{enumerable:x(0,!1)})):(o(e,q)||M(e,q,x(1,{})),e[q][t]=!0),G(e,t,r)):M(e,t,r)},J=function defineProperties(e,t){m(e);for(var r,n=_(t=b(t)),o=0,a=n.length;a>o;)W(e,r=n[o++],t[r]);return e},Y=function create(e,t){return void 0===t?C(e):J(C(e),t)},Z=function propertyIsEnumerable(e){var t=H.call(this,e=w(e,!0));return!(this===U&&o(I,e)&&!o(B,e))&&(!(t||!o(this,e)||!o(I,e)||o(this,q)&&this[q][e])||t)},X=function getOwnPropertyDescriptor(e,t){if(e=b(e),t=w(t,!0),e!==U||!o(I,t)||o(B,t)){var r=P(e,t);return!r||!o(I,t)||o(e,q)&&e[q][t]||(r.enumerable=!0),r}},Q=function getOwnPropertyNames(e){for(var t,r=R(b(e)),n=[],a=0;r.length>a;)o(I,t=r[a++])||t==q||t==s||n.push(t);return n},ee=function getOwnPropertySymbols(e){for(var t,r=e===U,n=R(r?B:b(e)),a=[],i=0;n.length>i;)!o(I,t=n[i++])||r&&!o(U,t)||a.push(I[t]);return a};N||(D=function Symbol(){if(this instanceof D)throw TypeError("Symbol is not a constructor!");var e=p(arguments.length>0?arguments[0]:void 0),t=function(r){this===U&&t.call(B,r),o(this,q)&&o(this[q],e)&&(this[q][e]=!1),G(this,e,x(1,r))};return a&&V&&G(U,e,{configurable:!0,set:t}),$(e)},c(D[L],"toString",function toString(){return this._k}),S.f=X,j.f=W,r(48).f=O.f=Q,r(18).f=Z,r(30).f=ee,a&&!r(15)&&c(U,"propertyIsEnumerable",Z,!0),d.f=function(e){return $(h(e))}),i(i.G+i.W+i.F*!N,{Symbol:D});for(var te="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),re=0;te.length>re;)h(te[re++]);for(var ne=k(h.store),oe=0;ne.length>oe;)y(ne[oe++]);i(i.S+i.F*!N,"Symbol",{for:function(e){return o(F,e+="")?F[e]:F[e]=D(e)},keyFor:function keyFor(e){if(!K(e))throw TypeError(e+" is not a symbol!");for(var t in F)if(F[t]===e)return t},useSetter:function(){V=!0},useSimple:function(){V=!1}}),i(i.S+i.F*!N,"Object",{create:Y,defineProperty:W,defineProperties:J,getOwnPropertyDescriptor:X,getOwnPropertyNames:Q,getOwnPropertySymbols:ee}),E&&i(i.S+i.F*(!N||u(function(){var e=D();return"[null]"!=A([e])||"{}"!=A({a:e})||"{}"!=A(Object(e))})),"JSON",{stringify:function stringify(e){for(var t,r,n=[e],o=1;arguments.length>o;)n.push(arguments[o++]);if(r=t=n[1],(g(t)||void 0!==e)&&!K(e))return v(t)||(t=function(e,t){if("function"==typeof r&&(t=r.call(this,e,t)),!K(t))return t}),n[1]=t,A.apply(E,n)}}),D[L][T]||r(9)(D[L],T,D[L].valueOf),f(D,"Symbol"),f(Math,"Math",!0),f(n.JSON,"JSON",!0)},function(e,t,r){"use strict";var n=r(3),o=r(0),a=r(1),i=r(55),c=r(53);n(n.P+n.R,"Promise",{finally:function(e){var t=i(this,o.Promise||a.Promise),r="function"==typeof e;return this.then(r?function(r){return c(t,e()).then(function(){return r})}:e,r?function(r){return c(t,e()).then(function(){throw r})}:e)}})},function(e,t,r){"use strict";var n=r(3),o=r(28),a=r(52);n(n.S,"Promise",{try:function(e){var t=o.f(this),r=a(e);return(r.e?t.reject:t.resolve)(r.v),t.promise}})},function(e,t,r){r(35)("asyncIterator")},function(e,t,r){r(35)("observable")},function(e,t,r){(function(t){function getValue(e,t){return null==e?void 0:e[t]}function isHostObject(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}function Hash(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function hashClear(){this.__data__=E?E(null):{}}function hashDelete(e){return this.has(e)&&delete this.__data__[e]}function hashGet(e){var t=this.__data__;if(E){var r=t[e];return r===n?void 0:r}return j.call(t,e)?t[e]:void 0}function hashHas(e){var t=this.__data__;return E?void 0!==t[e]:j.call(t,e)}function hashSet(e,t){return this.__data__[e]=E&&void 0===t?n:t,this}function ListCache(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function listCacheClear(){this.__data__=[]}function listCacheDelete(e){var t=this.__data__,r=assocIndexOf(t,e);return!(r<0)&&(r==t.length-1?t.pop():R.call(t,r,1),!0)}function listCacheGet(e){var t=this.__data__,r=assocIndexOf(t,e);return r<0?void 0:t[r][1]}function listCacheHas(e){return assocIndexOf(this.__data__,e)>-1}function listCacheSet(e,t){var r=this.__data__,n=assocIndexOf(r,e);return n<0?r.push([e,t]):r[n][1]=t,this}function MapCache(e){var t=-1,r=e?e.length:0;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function mapCacheClear(){this.__data__={hash:new Hash,map:new(D||ListCache),string:new Hash}}function mapCacheDelete(e){return getMapData(this,e).delete(e)}function mapCacheGet(e){return getMapData(this,e).get(e)}function mapCacheHas(e){return getMapData(this,e).has(e)}function mapCacheSet(e,t){return getMapData(this,e).set(e,t),this}function assignValue(e,t,r){var n=e[t];j.call(e,t)&&eq(n,r)&&(void 0!==r||t in e)||(e[t]=r)}function assocIndexOf(e,t){for(var r=e.length;r--;)if(eq(e[r][0],t))return r;return-1}function baseIsNative(e){return!(!isObject(e)||isMasked(e))&&(isFunction(e)||isHostObject(e)?P:y).test(toSource(e))}function baseSet(e,t,r,n){if(!isObject(e))return e;t=isKey(t,e)?[t]:castPath(t);for(var o=-1,a=t.length,i=a-1,c=e;null!=c&&++o<a;){var s=toKey(t[o]),u=r;if(o!=i){var l=c[s];u=n?n(l,s,c):void 0,void 0===u&&(u=isObject(l)?l:isIndex(t[o+1])?[]:{})}assignValue(c,s,u),c=c[s]}return e}function baseToString(e){if("string"==typeof e)return e;if(isSymbol(e))return L?L.call(e):"";var t=e+"";return"0"==t&&1/e==-o?"-0":t}function castPath(e){return T(e)?e:q(e)}function getMapData(e,t){var r=e.__data__;return isKeyable(t)?r["string"==typeof t?"string":"hash"]:r.map}function getNative(e,t){var r=getValue(e,t);return baseIsNative(r)?r:void 0}function isIndex(e,t){return t=null==t?a:t,!!t&&("number"==typeof e||_.test(e))&&e>-1&&e%1==0&&e<t}function isKey(e,t){if(T(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!isSymbol(e))||(l.test(e)||!u.test(e)||null!=t&&e in Object(t))}function isKeyable(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}function isMasked(e){return!!O&&O in e}function toKey(e){if("string"==typeof e||isSymbol(e))return e;var t=e+"";return"0"==t&&1/e==-o?"-0":t}function toSource(e){if(null!=e){try{return S.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function memoize(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError(r);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i),i};return n.cache=new(memoize.Cache||MapCache),n}function eq(e,t){return e===t||e!==e&&t!==t}function isFunction(e){var t=isObject(e)?k.call(e):"";return t==i||t==c}function isObject(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function isObjectLike(e){return!!e&&"object"==typeof e}function isSymbol(e){return"symbol"==typeof e||isObjectLike(e)&&k.call(e)==s}function toString(e){return null==e?"":baseToString(e)}function set(e,t,r){return null==e?e:baseSet(e,t,r)}var r="Expected a function",n="__lodash_hash_undefined__",o=1/0,a=9007199254740991,i="[object Function]",c="[object GeneratorFunction]",s="[object Symbol]",u=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,l=/^\w*$/,f=/^\./,p=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,h=/[\\^$.*+?()[\]{}|]/g,d=/\\(\\)?/g,y=/^\[object .+?Constructor\]$/,_=/^(?:0|[1-9]\d*)$/,v="object"==typeof t&&t&&t.Object===Object&&t,m="object"==typeof self&&self&&self.Object===Object&&self,g=v||m||Function("return this")(),b=Array.prototype,w=Function.prototype,x=Object.prototype,C=g["__core-js_shared__"],O=function(){var e=/[^.]+$/.exec(C&&C.keys&&C.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),S=w.toString,j=x.hasOwnProperty,k=x.toString,P=RegExp("^"+S.call(j).replace(h,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),M=g.Symbol,R=b.splice,D=getNative(g,"Map"),E=getNative(Object,"create"),A=M?M.prototype:void 0,L=A?A.toString:void 0;Hash.prototype.clear=hashClear,Hash.prototype.delete=hashDelete,Hash.prototype.get=hashGet,Hash.prototype.has=hashHas,Hash.prototype.set=hashSet,ListCache.prototype.clear=listCacheClear,ListCache.prototype.delete=listCacheDelete,ListCache.prototype.get=listCacheGet,ListCache.prototype.has=listCacheHas,ListCache.prototype.set=listCacheSet,MapCache.prototype.clear=mapCacheClear,MapCache.prototype.delete=mapCacheDelete,MapCache.prototype.get=mapCacheGet,MapCache.prototype.has=mapCacheHas,MapCache.prototype.set=mapCacheSet;var q=memoize(function(e){e=toString(e);var t=[];return f.test(e)&&t.push(""),e.replace(p,function(e,r,n,o){t.push(n?o.replace(d,"$1"):r||e)}),t});memoize.Cache=MapCache;var T=Array.isArray;e.exports=set}).call(t,r(23))},function(e,t,r){var n,o;!function(a,i){n=i,o="function"==typeof n?n.call(t,r,t,e):n,!(void 0!==o&&(e.exports=o))}(this,function(){"use strict";function Cookie(e,t,r){return void 0===t?Cookie.get(e):void(null===t?Cookie.remove(e):Cookie.set(e,t,r))}function escapeRe(e){return e.replace(/[.*+?^$|[\](){}\\-]/g,"\\$&")}function convert(e){var t="";for(var r in e)if(e.hasOwnProperty(r)){if("expires"===r){var n=e[r];"object"!=typeof n&&(n+="number"==typeof n?"D":"",n=computeExpires(n)),e[r]=n.toUTCString()}if("secure"===r){e[r]&&(t+=";"+r);continue}t+=";"+r+"="+e[r]}return e.hasOwnProperty("path")||(t+=";path=/"),t}function computeExpires(e){var t=new Date,r=e.charAt(e.length-1),n=parseInt(e,10);switch(r){case"Y":t.setFullYear(t.getFullYear()+n);break;case"M":t.setMonth(t.getMonth()+n);break;case"D":t.setDate(t.getDate()+n);break;case"h":t.setHours(t.getHours()+n);break;case"m":t.setMinutes(t.getMinutes()+n);break;case"s":t.setSeconds(t.getSeconds()+n);break;default:t=new Date(e)}return t}return Cookie.enabled=function(){var e,t="__test_key";return document.cookie=t+"=1",e=!!document.cookie,e&&Cookie.remove(t),e},Cookie.get=function(e,t){if("string"!=typeof e||!e)return null;e="(?:^|; )"+escapeRe(e)+"(?:=([^;]*?))?(?:;|$)";var r=RegExp(e),n=r.exec(document.cookie);return null!==n?t?n[1]:decodeURIComponent(n[1]):null},Cookie.getRaw=function(e){return Cookie.get(e,!0)},Cookie.set=function(e,t,r,n){r!==!0&&(n=r,r=!1),n=convert(n?n:{});var o=e+"="+(r?t:encodeURIComponent(t))+n;document.cookie=o},Cookie.setRaw=function(e,t,r){Cookie.set(e,t,!0,r)},Cookie.remove=function(e){Cookie.set(e,"a",{expires:new Date})},Cookie})},function(e,t,r){r(65),r(64),r(62),e.exports=r(63)}]);
+ ]]>
+ </script>
+ <div id="banner-1x1-area"></div>
+ <script>
+ <![CDATA[
+ //chartbeat
+ var _sf_async_config = {};
+ _sf_async_config.sections = "esporte";
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+
+ //UOLTM - ads
+ document.querySelectorAll(".c-advertising__banner-area").forEach(function(ad){window.uolads.push({id:ad.id})});
+ window.uolads.push({id:"banner-1x1-area"});
+
+ //IVC
+ (function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalIvcNamespace=p.GlobalIvcNamespace||[];
+ p.GlobalIvcNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
+ };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
+ n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://datpdpmej1fn2.cloudfront.net/ivc.js","ivc"));
+ window.ivc('newTracker', 'cf', 'ivccf.ivcbrasil.org.br', { idWeb: '125' });
+ window.ivc('trackPageView');
+
+ //chartbeat
+ var _sf_async_config = _sf_async_config || {};
+ _sf_async_config.uid = 50059;
+ _sf_async_config.domain = 'folha.com.br';
+ _sf_async_config.useCanonical = true;
+ _sf_async_config.authors = 'Folha';
+ (function(){
+ function loadChartbeat() {
+ window._sf_endpt=(new Date()).getTime();
+ var e = document.createElement('script');
+ e.setAttribute('language', 'javascript');
+ e.setAttribute('type', 'text/javascript');
+ e.setAttribute('src', 'https://static.chartbeat.com/js/chartbeat.js');
+ document.body.appendChild(e);
+ }
+ var oldonload = window.onload;
+ window.onload = (typeof window.onload != 'function') ?
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
+ })();
+
+ //UOLTM - clique - menu
+ (function(){document.querySelector("header .container button[data-c-sidebar-menu-btn]").addEventListener("click",function(){
+ window.UOLPD.Audience.countClick({category:'menulateral',action:'clique',label:'menu'});},false);})();
+ ]]>
+ </script>
+ <script src="//static.folha.uol.com.br/plugins/stats/1.0/stats.js"></script> <!--//-->
+
+ <script src="https://static.folha.uol.com.br/folha/js/push/firebase-init.js?2018082001"></script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json
new file mode 100644
index 0000000..0ac6816
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json
@@ -0,0 +1,3 @@
+{
+ "ArticleByLine": true
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json
new file mode 100644
index 0000000..5f0cd49
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "http:\/\/www.fortressofsolitude.co.za\/wp-content\/uploads\/2018\/05\/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg",
+ "http:\/\/www.fortressofsolitude.co.za\/wp-content\/uploads\/2018\/05\/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json
new file mode 100644
index 0000000..6eaca95
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Just when you think the marketing behind the film couldn't get any more amazing, they go and release a music video from the Deadpool 2 soundtrack starring Canadian singer Céline Dion.",
+ "Image": "http:\/\/www.fortressofsolitude.co.za\/wp-content\/uploads\/2018\/05\/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg",
+ "Title": "Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack",
+ "SiteName": "Fortress of Solitude"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html
new file mode 100644
index 0000000..fc178ad
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html
@@ -0,0 +1 @@
+<div id="primary" role="main"> <article id="post-116764"><p><span> <a href="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" title="Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack"><img width="750" height="400" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg" alt="Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg 750w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-24x14.jpg 24w" sizes="(max-width: 750px) 100vw, 750px"></a> </span></p><div><hr><div><p><span>R</span>yan Reynolds never stops surprising fans with his <a href="http://www.fortressofsolitude.co.za/new-deadpool-2-trailer/">Deadpool</a>, a.k.a. the Merc with the Mouth, persona. Just when you think the marketing behind the film couldn’t get any more amazing, they go and release a music video from the <strong><em>Deadpool 2</em></strong> soundtrack starring Canadian singer Céline Dion. Yes, the one who sang the <em>Titanic</em> theme song. Your eyes do not deceive you.</p><center><blockquote data-lang="en"><p lang="tl" dir="ltr">Showtime, Mama. <a rel="nofollow" target="_blank" href="https://twitter.com/hashtag/EffortMaximal?src=hash&amp;ref_src=twsrc%5Etfw">#EffortMaximal</a> <a rel="nofollow" target="_blank" href="https://twitter.com/hashtag/Deadpool2?src=hash&amp;ref_src=twsrc%5Etfw">#Deadpool2</a> <a rel="nofollow" target="_blank" href="https://t.co/ZKLrucXJO4">pic.twitter.com/ZKLrucXJO4</a></p><p>— Ryan Reynolds (@VancityReynolds) <a rel="nofollow" target="_blank" href="https://twitter.com/VancityReynolds/status/992018849225695242?ref_src=twsrc%5Etfw">May 3, 2018</a></p></blockquote></center><p>“What’s left to say? These prayers ain’t working anymore. Every word shot down in flames. What’s left to do with these broken pieces on the floor? I’m losing my voice calling on you,” Dion croons in the video for “Ashes”. Near the end of it, the filthy, foul-mouthed <a href="http://www.fortressofsolitude.co.za/hilarious-deadpool-2-teaser-bob-ross/">Deadpool</a> shows up in a surprising twist mentioning that he should have gotten N’sync instead.</p><h3><strong><em>Deadpool 2</em></strong> opens in theatres on May 18.</h3></div></div><hr></article></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html
new file mode 100644
index 0000000..af8f61a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html><html lang="en-GB" prefix="og: http://ogp.me/ns#"><head><link rel="stylesheet" href="http://www.fortressofsolitude.co.za/wp-content/cache/min/1/adba62a3e99cf2beef85d754f2a69c39.css" data-minify="1" /><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script src="http://www.fortressofsolitude.co.za/wp-content/cache/min/1/a3014bc665e0dfcfe262ab88b13db6dc.js" data-minify="1"></script> <meta http-equiv="x-dns-prefetch-control" content="on"><link rel="dns-prefetch" href="//fonts.googleapis.com" /><link rel="dns-prefetch" href="//www.google-analytics.com" /><link rel="dns-prefetch" href="https://ajax.googleapis.com" /><link rel="dns-prefetch" href="//fonts.gstatic.com" /><link rel="dns-prefetch" href="//0.gravatar.com/" /><link rel="dns-prefetch" href="//2.gravatar.com/" /><link rel="dns-prefetch" href="//1.gravatar.com/" /><link rel="dns-prefetch" href="//i1.wp.com/" /><link rel="publisher" href="https://plus.google.com/+FortressofsolitudeCoZa/posts" /><link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="https://feeds.feedburner.com/co/CRDp" /><meta name="google-site-verification" content="R0Fm4RBvru8vN03ZdvANPG25splcUQaE__Ao4hyOvQs" /><meta charset="UTF-8" /><meta name="viewport" content="width=device-width" /><meta name="copyright" content="Fortress of Solitude"><meta name="theme-color" content="#ff0000" /><meta property="article:publisher" content="https://www.facebook.com/FortressZA/" /><link rel="profile" href="http://gmpg.org/xfn/11" /><link rel="pingback" href="" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"><title>Céline Dion Belches Her Way Onto Deadpool 2&#039;s Soundtrack</title> <script type="text/javascript">var trackScrolling=true;
+var trackScrollingPercentage=false;
+var ScrollingPercentageNumber=25;
+var stLogInterval=10*1000;
+var cutOffTime=900;
+var trackNoEvents=false;
+var trackNoMaxTime=true;
+var docTitle='Céline Dion Belches Her Way Onto Deadpool 2&#8217;s Soundtrack';</script> <link rel="shortcut icon" href="https://i0.wp.com/www.fortressofsolitude.co.za/wp-content/themes/mightymag/images/fortress-of-Solitude_y1u6tm.jpg" /><meta name="description" content="Just when you think the marketing behind the film couldn&#039;t get any more amazing, they go and release a music video from the Deadpool 2 soundtrack starring Canadian singer Céline Dion." /><link rel="canonical" href="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" /><link rel="publisher" href="https://plus.google.com/b/110541590461645839653/110541590461645839653/posts" /><meta property="og:locale" content="en_GB" /><meta property="og:type" content="article" /><meta property="og:title" content="Céline Dion Belches Her Way Onto Deadpool 2&#039;s Soundtrack" /><meta property="og:description" content="Just when you think the marketing behind the film couldn&#039;t get any more amazing, they go and release a music video from the Deadpool 2 soundtrack starring Canadian singer Céline Dion." /><meta property="og:url" content="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" /><meta property="og:site_name" content="Fortress of Solitude" /><meta property="article:publisher" content="https://www.facebook.com/FortressZA" /><meta property="article:tag" content="Deadpool" /><meta property="article:tag" content="Deadpool 2" /><meta property="article:tag" content="Marvel" /><meta property="article:tag" content="Movies" /><meta property="article:tag" content="Music" /><meta property="article:section" content="Movies" /><meta property="article:published_time" content="2018-05-03T15:37:08+02:00" /><meta property="og:image" content="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg" /><meta property="og:image:width" content="770" /><meta property="og:image:height" content="450" /><meta property="og:image:alt" content="Céline Dion Belches Her Way Onto Deadpool 2&#039;s Soundtrack" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:description" content="Just when you think the marketing behind the film couldn&#039;t get any more amazing, they go and release a music video from the Deadpool 2 soundtrack starring Canadian singer Céline Dion." /><meta name="twitter:title" content="Céline Dion Belches Her Way Onto Deadpool 2&#039;s Soundtrack" /><meta name="twitter:site" content="@FortressofS" /><meta name="twitter:image" content="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg" /><meta name="twitter:creator" content="@FortressofS" /> <script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"Organization","url":"http:\/\/www.fortressofsolitude.co.za\/","sameAs":["https:\/\/www.facebook.com\/FortressZA","https:\/\/www.instagram.com\/fortresszar\/","https:\/\/plus.google.com\/b\/110541590461645839653\/110541590461645839653\/posts","https:\/\/www.youtube.com\/channel\/UCdB1prTqEL-GNyYyi8xcGwA","https:\/\/twitter.com\/FortressofS"],"@id":"http:\/\/www.fortressofsolitude.co.za\/#organization","name":"Fortress of Solitude","logo":"https:\/\/i0.wp.com\/www.fortressofsolitude.co.za\/wp-content\/themes\/mightymag\/images\/fortress-of-Solitude_y1u6tm.jpg"}</script> <link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel='dns-prefetch' href='//s.w.org' /><link rel='dns-prefetch' href='//ajax.googleapis.com' /><link rel="alternate" type="application/rss+xml" title="Fortress of Solitude &raquo; Feed" href="http://www.fortressofsolitude.co.za/feed/" /><link rel="alternate" type="application/rss+xml" title="Fortress of Solitude &raquo; Comments Feed" href="http://www.fortressofsolitude.co.za/comments/feed/" /><link rel="alternate" type="application/rss+xml" title="Fortress of Solitude &raquo; Céline Dion Belches Her Way Onto Deadpool 2&#8217;s Soundtrack Comments Feed" href="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/feed/" /><style id='mashsb-styles-inline-css' type='text/css'>.mashsb-count{color:red}@media only screen and (min-width:568px){.mashsb-buttons a{min-width:177px}}</style><style id='wp-polls-inline-css' type='text/css'>.wp-polls .pollbar{margin:1px;font-size:8px;line-height:10px;height:10px;background:red;border:1px solid #}</style><style id='rocket-lazyload-inline-css' type='text/css'>.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;background:#000;margin:5px}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;cursor:pointer;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;background:url(http://www.fortressofsolitude.co.za/wp-content/plugins/wp-rocket/inc/front/img/play.png) no-repeat;cursor:pointer}</style> <script type='text/javascript'>/* <![CDATA[ */ var mashsb = {"shares":"28","round_shares":"1","animate_shares":"0","dynamic_buttons":"0","share_url":"http:\/\/www.fortressofsolitude.co.za\/celine-dion-deadpool-2-soundtrack-ashes\/","title":"C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%E2%80%99s+Soundtrack","image":"http:\/\/www.fortressofsolitude.co.za\/wp-content\/uploads\/2018\/05\/C\u00e9line-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg","desc":"Ryan Reynolds never stops surprising fans with his Deadpool, a.k.a. the Merc with the Mouth, persona. Just when you think the marketing behind the film couldn't get any more amazing, they go and release a \u2026","hashtag":"FortressofS","subscribe":"link","subscribe_url":"http:\/\/eepurl.com\/bj4sA9","activestatus":"1","singular":"1","twitter_popup":"1","refresh":"1","nonce":"977a5f84f6","postid":"116764","servertime":"1525511212","ajaxurl":"http:\/\/www.fortressofsolitude.co.za\/wp-admin\/admin-ajax.php"}; /* ]]> */</script> <script type='text/javascript'>/* <![CDATA[ */ var WpDisableAsyncLinks = {"wp-disable-google-fonts":"https:\/\/fonts.googleapis.com\/css?family=Roboto|Oswald"}; /* ]]> */</script> <link rel="amphtml" href="http://www.fortressofsolitude.co.za/amp/celine-dion-deadpool-2-soundtrack-ashes" /><style type="text/css">.wpsdc-drop-cap{float:left;font-size:5.5em;margin-right:.1em;line-height:90%;font-family:Oswald;font-weight:700}</style><style>.mgm-title a,.mgm-title span{color:#333333!important}body{color:#333}a{color:#000}a:hover{color:#1e73be}.breadcrumb a:hover,.woocommerce-breadcrumb a:hover,.bbp-breadcrumb a:hover{color:#1e73be!important}.cat-bg,.inverse .boxed,.inverse .boxed .entry-details,.social-count-plus .items,.social-count-plus span.label,.sticky .entry-details,.article-content-wrapper:hover .img-hover-info,.rw-user-rating-desc .user_rating,.rw-user-rating-desc .your_rating,.btn-success,.btn-success:hover,.btn-success:active,.btn-success:focus,.generic-button a,div.item-list-tabs ul li a span,.taxonomy-description p,#mgm-toolbar .topnav-wrap a,#mgm-toolbar .mgm-search-icon-trigger:hover .glyphicon-search{color:#fff}.inverse .boxed a,.social-count-plus .items a,.social-count-plus span.label a,.sticky .entry-details a,.mgm-cat .entry-details a,.cat-panes-content .entry-details,.cat-panes-content .entry-details a{color:#fff}.inverse .boxed a:hover,.social-count-plus .items a:hover,.social-count-plus span.label a:hover,.sticky .entry-details a:hover{color:#eaeaea}.search-in-place,.search-in-place .more,#collapse-trigger-wrap #collapse-icons,.entry-details,.mgm-title:after,.reply-wrap,#author-socials-wrap,.mgm-gray-frame,.rw-bar-wrap,.rw-end,.affiliate-wrap,table thead tr,div.item-list-tabs,#bbpress-forums li.bbp-header,#bbpress-forums li.bbp-footer,.gallery-caption{background-color:#f9f9f9}#mgm-grid,#mgm-grid .mgm-grid-block:last-child{border-left:1px solid #f9f9f9}#mgm-grid .mgm-grid-block.mgm-grid-wide{border-bottom:1px solid #f9f9f9}#mgm-live-search input{border-color:#f9f9f9}.search-in-place,.search-in-place .more,#collapse-trigger-wrap #collapse-icons,.entry-details,.mgm-title:after,.reply-wrap,#author-socials-wrap,.rw-bar-wrap,.rw-end,.affiliate-wrap,.gallery-caption,.gallery-caption:before{color:#000}.search-in-place a,.search-in-place .more a,#collapse-trigger-wrap #collapse-icons a,.mgm-title:after a,#author-socials-wrap a,.rw-bar-wrap a,.rw-end a{color:#000}.search-in-place a:hover,.search-in-place .more a:hover,#collapse-trigger-wrap #collapse-icons a:hover,.entry-details a:hover,.mgm-title:after a:hover,#author-socials-wrap a:hover,.rw-bar-wrap a:hover,.rw-end a:hover{color:#1e73be}.boxed,#respond,.woocommerce #reviews #respond,.woocommerce-page #reviews #respond,div.activity-comments ul li,#bbpress-forums label,.wpcf7 label{border-style:solid;border-bottom:none}.tag-list a,.page-nav .page-numbers,.bbp-pagination-links .page-numbers{border-style:solid;border-left:none}.page-nav,.bbp-pagination-links{border-left-style:solid}.widget.buddypress ul#members-list li,.widget.buddypress ul#groups-list li,.widget_categories ul li a,.widget_pages ul li a,.widget_meta ul li a,.widget_archive ul li a,.widget_nav_menu ul li a,.widget_recent_entries ul li a,.widget_recent_comments ul li{border-bottom-style:solid}.boxed,#respond{border-color:rgba(255,255,255,.1)}.main-navigation ul{background-color:#000}.mgm-full-main,.mgm-title a,.mgm-title span,.boxed.entry-block,.reply-wrap a:first-child:before,.reply-wrap .reply-wrap-submit:first-child:before,.white-line{background-color:#fff}@media (max-width:767px){.mgm-full-main{padding:0;box-shadow:none;background:none}}@media (max-width:767px){#mgm-top-ad{display:none}}@media (max-width:767px){#mgm-middle-ad{display:none}}@media (max-width:767px){#mgm-bottom-ad{display:none}}@media (min-width:1199px){.mgm-logo{float:left;margin-left:40px}#nav-clone .mgm-logo{margin-left:0}#mgm-top-ad{margin-top:0;margin-right:80px;text-align:right}}</style><style>.mgm-font,h1,h2,h3,h4,h5,h6,.topnav-wrap,.main-navigation,.main-small-navigation ul,.page-nav,.flex-cat,#carousel div span,.carousel-text a,.widget a.twtr-join-conv,#comments .simil-widget-comment,#comments .bypostauthor .mgm-title-bg:before,.nocomments,.lwa .lwa-title,.lwa-register .lwa-title,.lwa .dropdown-menu li>a,.date a,.info-stripe .cat-stripe,.info-stripe .percent-stripe,.social-count-plus span.count,.cat-tabs span a,.accordion-heading,.vc_text_separator div,#content .wpb_accordion .ui-accordion .ui-accordion-header a,.wpb_accordion .ui-accordion .ui-accordion-header a,#content .wpb_content_element .ui-tabs .ui-tabs-nav,.jackbox-modal h2,.jackbox-modal h3,.jackbox-title-text,#ticker-items li a,#ticker-items li span,#mgm-live-search input,.search-in-place .title,.search-in-place .more,.social-count-plus span.count,.img-hover-info,.btn,#mgm-collapse-newsletter span,.author-name a,#rating-box,cite.fn,.mgm-trigger,.mgm-overtitle,.mgm-share-text,.mgm-onsale,.delete-activity,.delete-activity-single,.buddypress .generic-button a,.buddypress .actions a,#mgm-notifications-modal .modal-content,.bbp-form legend,.wpb_button,.bbp-forum-title,.bbp-view-title,.bbp-reply-topic-title,.bbp-pagination-links,ul.tabs li a,.woocommerce .product_list_widget,.woocommerce span.amount,.item-title{font-family:Oswald}body{font-family:Roboto}body{font-size:20px}</style><style></style><link rel="icon" href="http://www.fortressofsolitude.co.za/wp-content/uploads/2016/06/cropped-fortress-of-Solitude-60x60.jpg" sizes="32x32" /><link rel="icon" href="http://www.fortressofsolitude.co.za/wp-content/uploads/2016/06/cropped-fortress-of-Solitude-220x220.jpg" sizes="192x192" /><link rel="apple-touch-icon-precomposed" href="http://www.fortressofsolitude.co.za/wp-content/uploads/2016/06/cropped-fortress-of-Solitude-220x220.jpg" /><meta name="msapplication-TileImage" content="http://www.fortressofsolitude.co.za/wp-content/uploads/2016/06/cropped-fortress-of-Solitude-375x375.jpg" /><style type='text/css'>.ai-viewport-3{display:none!important}.ai-viewport-2{display:none!important}.ai-viewport-1{display:inherit!important}.ai-viewport-0{display:none!important}@media (min-width:768px) and (max-width:979px){.ai-viewport-1{display:none!important}.ai-viewport-2{display:inherit!important}}@media (max-width:767px){.ai-viewport-1{display:none!important}.ai-viewport-3{display:inherit!important}}</style><link rel="stylesheet" type="text/css" href="http://www.fortressofsolitude.co.za/wp-content/themes/mightymag/css/customcss.css"></head><body class="post-template-default single single-post postid-116764 single-format-standard group-blog"> <a href="#mgm-menu" class="menu-toggle animated visible-xs"><i class="glyphicon glyphicon-align-justify"></i></a><div class="nav-wrap" id="nav-original"><nav class="site-navigation main-navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" id="mgm-menu"><div class="assistive-text skip-link"><a href="#content" title="Skip to content">Skip to content</a></div> <a href="#" class="menu-toggle toggle-close"><i class="glyphicon glyphicon-remove-sign"></i></a><div class="menu-main-container"><ul id="menu-main" class="menu"><li id="menu-item-104983" class="logohome menu-item menu-item-type-custom menu-item-object-custom menu-item-home"><a href="http://www.fortressofsolitude.co.za/" class="menu-image-title-hide menu-image-hovered"><span class="menu-image-title">Home</span><span class='menu-image-hover-wrapper'><img width="147" height="35" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude-2.jpg" class="menu-image menu-image-title-hide" alt="fortress of solitude" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude-2.jpg 147w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude-2-24x6.jpg 24w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude-2-36x9.jpg 36w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude-2-48x11.jpg 48w" sizes="(max-width: 147px) 100vw, 147px" /><img width="147" height="35" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude2-1.jpg" class="hovered-image menu-image-title-hide" alt="fortress of solitude" style="margin-left: -147px;" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude2-1.jpg 147w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude2-1-24x6.jpg 24w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude2-1-36x9.jpg 36w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/fortress-of-solitude2-1-48x11.jpg 48w" sizes="(max-width: 147px) 100vw, 147px" /></span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-14615" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent"><a title="Movies" href="http://www.fortressofsolitude.co.za/movies/" class="menu-image-title-after"><span class="menu-image-title">Movies</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-14614" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a title="Gaming" href="http://www.fortressofsolitude.co.za/gaming/" class="menu-image-title-after"><span class="menu-image-title">Gaming</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-49958" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a title="Comics" href="http://www.fortressofsolitude.co.za/comic-books/" class="menu-image-title-after"><span class="menu-image-title">Comics</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-14617" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a title="Technology" href="http://www.fortressofsolitude.co.za/technology/" class="menu-image-title-after"><span class="menu-image-title">Tech</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-51559" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a title="TV" href="http://www.fortressofsolitude.co.za/tv-series/" class="menu-image-title-after"><span class="menu-image-title">TV</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-116612" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="http://www.fortressofsolitude.co.za/toys-figurines/" class="menu-image-title-after"><span class="menu-image-title">Toys</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-116613" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="http://www.fortressofsolitude.co.za/sneakers/" class="menu-image-title-after"><span class="menu-image-title">Sneakers</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-34182" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a title="Win" href="http://www.fortressofsolitude.co.za/competitions/" class="menu-image-title-after"><span class="menu-image-title">Win</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-103242" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.fortressofsolitude.co.za/contact/" class="menu-image-title-after"><span class="menu-image-title">Contact</span></a><span class="bottom-line custom-color cat-bg"></span></li><li id="menu-item-116607" class="menu-item menu-item-type-post_type menu-item-object-page"><a title="Search" href="http://www.fortressofsolitude.co.za/search/" class="menu-image-title-hide menu-image-not-hovered"><span class="menu-image-title">Search</span><img width="36" height="36" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-36x36.png" class="menu-image menu-image-title-hide" alt="" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-36x36.png 36w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-220x220.png 220w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-375x375.png 375w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-60x60.png 60w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-100x100.png 100w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-24x24.png 24w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-48x48.png 48w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1-470x470.png 470w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/search-1.png 512w" sizes="(max-width: 36px) 100vw, 36px" /></a><span class="bottom-line custom-color cat-bg"></span></li></ul></div></nav></div><div id="toppy"><div id="mgm-top-ad"><div class='code-block code-block-3 ai-viewport-1' style='margin: 8px auto; text-align: center; clear: both;'><div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-469f818ys2"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="5"><div class="col-md-2 col-sm-6 col-xs-12 pt-cv-content-item pt-cv-1-col"><div class='pt-cv-ifield'><a href="http://www.fortressofsolitude.co.za/black-people-avengers-infinity-war/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default" target="_self"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/avengers-infinity-war-black-people-370x180.jpg" class="pt-cv-thumbnail" alt="avengers: infinity war black people" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/avengers-infinity-war-black-people-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/avengers-infinity-war-black-people-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a><h4 class="pt-cv-title"><a href="http://www.fortressofsolitude.co.za/black-people-avengers-infinity-war/" class="_self" target="_self">Wakanda Fury: Some Viewers Are Upset About How Black People Are Treated In Avengers: Infinity War</a></h4></div></div><div class="col-md-2 col-sm-6 col-xs-12 pt-cv-content-item pt-cv-1-col"><div class='pt-cv-ifield'><a href="http://www.fortressofsolitude.co.za/jason-momoa-comic-con-africa/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default" target="_self"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/jason-2-370x180.jpg" class="pt-cv-thumbnail" alt="" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/jason-2-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/jason-2-268x130.jpg 268w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/jason-2-24x13.jpg 24w" sizes="(max-width: 370px) 100vw, 370px" /></a><h4 class="pt-cv-title"><a href="http://www.fortressofsolitude.co.za/jason-momoa-comic-con-africa/" class="_self" target="_self">Aquaman&#8217;s Jason Momoa Will Be Attending Comic Con Africa</a></h4></div></div><div class="col-md-2 col-sm-6 col-xs-12 pt-cv-content-item pt-cv-1-col"><div class='pt-cv-ifield'><a href="http://www.fortressofsolitude.co.za/win-avengers-infinity-war-hamper/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default" target="_self"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/avengers_infinity_war-370x180.jpg" class="pt-cv-thumbnail" alt="" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/avengers_infinity_war-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/avengers_infinity_war-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a><h4 class="pt-cv-title"><a href="http://www.fortressofsolitude.co.za/win-avengers-infinity-war-hamper/" class="_self" target="_self">Win An Avengers: Infinity War Hamper</a></h4></div></div><div class="col-md-2 col-sm-6 col-xs-12 pt-cv-content-item pt-cv-1-col"><div class='pt-cv-ifield'><a href="http://www.fortressofsolitude.co.za/8-ways-to-introduce-x-men-fantastic-four-more-into-the-mcu/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default" target="_self"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/8-Ways-To-Introduce-X-Men-Fantastic-Four-More-Into-The-MCU-370x180.jpg" class="pt-cv-thumbnail" alt="8 Ways To Introduce X-Men, Fantastic Four &amp; More Into The MCU" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/8-Ways-To-Introduce-X-Men-Fantastic-Four-More-Into-The-MCU-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/8-Ways-To-Introduce-X-Men-Fantastic-Four-More-Into-The-MCU-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a><h4 class="pt-cv-title"><a href="http://www.fortressofsolitude.co.za/8-ways-to-introduce-x-men-fantastic-four-more-into-the-mcu/" class="_self" target="_self">8 Ways To Introduce X-Men, Fantastic Four &#038; More Into The MCU</a></h4></div></div><div class="col-md-4 col-sm-6 col-xs-12 pt-cv-content-item pt-cv-1-col"><div class='pt-cv-ifield'><a href="http://www.fortressofsolitude.co.za/zack-snyder-justice-league-cut/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default" target="_self"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/zack-snyder-justice-league-1-370x180.jpg" class="pt-cv-thumbnail" alt="zack snyder justice league" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/zack-snyder-justice-league-1-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/zack-snyder-justice-league-1-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a><h4 class="pt-cv-title"><a href="http://www.fortressofsolitude.co.za/zack-snyder-justice-league-cut/" class="_self" target="_self">We Don&#8217;t Need A Zack Snyder Cut of Justice League</a></h4></div></div></div></div></div></div><center><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6351331605423593" data-ad-slot="1569546207" data-ad-format="auto"></ins> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script> </center></div></div><div id="mgm-super-container"><div class="mgm-full-main"><div id="page" class="hfeed site"><div id="mgm-header-wrap" class="mgm-gray-frame"><div id="mgm-header-opacity"><div id="mgm-full-supertop"><div id="mgm-full-supertop-overlay"></div></div></div></div><div id="main" class="site-main container"><div class="content-sidebar-wrap"><div class="row"><header class="entry-header boxed"><h1 class="entry-title"><a href="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" rel="bookmark" title="Céline Dion Belches Her Way Onto Deadpool 2&#8217;s Soundtrack">Céline Dion Belches Her Way Onto Deadpool 2&#8217;s Soundtrack</a></h1><div><p class="byline2">Because his heart will go on.</p></div><div class="mgm-title2"><h4><span class="author-name">Written by <a href="http://www.fortressofsolitude.co.za/author/the-riddler/" title="Posts by Edward Wallace" rel="author">Edward Wallace</a> </span></h4></div></header><div id="primary" class="content-area col-md-8"><div id="content" class="site-content" role="main"><div id="fb-root"></div> <script>(function(d, s, id) {
+ var js, fjs = d.getElementsByTagName(s)[0];
+ if (d.getElementById(id)) return;
+ js = d.createElement(s); js.id = id;
+ js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
+ fjs.parentNode.insertBefore(js, fjs);
+ }(document, "script", "facebook-jssdk"));</script> <article id="post-116764" class="post-116764 post type-post status-publish format-standard has-post-thumbnail hentry category-deadpool category-marvel category-movies category-news tag-deadpool tag-deadpool-2 tag-marvel tag-movies tag-music-2"><div class="entry-img featured-img"> <span class="entry-img-src"> <a href="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" title="Céline Dion Belches Her Way Onto Deadpool 2&#039;s Soundtrack"><img width="750" height="400" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg" class="attachment-regular-featured size-regular-featured wp-post-image" alt="Céline Dion Belches Her Way Onto Deadpool 2&#039;s Soundtrack" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg 750w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-24x14.jpg 24w" sizes="(max-width: 750px) 100vw, 750px" /></a> </span></div><header class="entry-header boxed"><div class="clear"></div><div class="entry-details clearfix"><div class="mgm-cat"> <a style="background-color: #cf0707" href="http://www.fortressofsolitude.co.za/deadpool/" title="View all posts in Deadpool">Deadpool</a> <a style="background-color: " href="http://www.fortressofsolitude.co.za/marvel/" title="View all posts in Marvel">Marvel</a> <a style="background-color: #ff6600" href="http://www.fortressofsolitude.co.za/movies/" title="View all posts in Movies">Movies</a> <a style="background-color: " href="http://www.fortressofsolitude.co.za/news/" title="View all posts in News">News</a></div> <span class="mgm-details"> <span class="entry-posted-on"><span class="glyphicon glyphicon-edit"></span> <a href="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" title="3:37 pm" rel="bookmark"><time class="entry-date" datetime="2018-05-03T15:37:08+00:00">May 3, 2018</time></a><span class="byline"> <i class="icon-pencil"></i> <span class="author vcard"><a class="url fn n" href="http://www.fortressofsolitude.co.za/author/the-riddler/" title="View all posts by Edward Wallace" rel="author">Edward Wallace</a></span></span></span> </span></div></header><div class="entry-content clearfix"><aside class="mashsb-container mashsb-main mashsb-stretched"><div class="mashsb-box"><div class="mashsb-count mash-large" style="float:left;"><div class="counts mashsbcount">28</div><span class="mashsb-sharetext">SHARES</span></div><div class="mashsb-buttons"><a class="mashicon-facebook mash-large mash-center mashsb-noshadow" href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F" target="_blank" rel="noopener nofollow"><span class="icon"></span><span class="text">Share</span></a><a class="mashicon-twitter mash-large mash-center mashsb-noshadow" href="https://twitter.com/intent/tweet?text=C%C3%A9line%20Dion%20Belches%20Her%20Way%20Onto%20Deadpool%202%27s%20Soundtrack&url=http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/&via=FortressofS" target="_blank" rel="noopener nofollow"><span class="icon"></span><span class="text">Tweet</span></a><a class="mashicon-subscribe mash-large mash-center mashsb-noshadow" href="#" target="_blank" rel="noopener nofollow"><span class="icon"></span><span class="text">Subscribe</span></a><div class="onoffswitch2 mash-large mashsb-noshadow" style="display:none;"></div></div></div><div style="clear:both;"></div></aside><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><hr><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div><div><div></div><div></div><div></div><div></div><div></div><div></div><div class="mobileads"><center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-6351331605423593" data-ad-slot="5026959162"></ins> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script></center></div><p><span class="wpsdc-drop-cap">R</span>yan Reynolds never stops surprising fans with his <a href="http://www.fortressofsolitude.co.za/new-deadpool-2-trailer/">Deadpool</a>, a.k.a. the Merc with the Mouth, persona. Just when you think the marketing behind the film couldn&#8217;t get any more amazing, they go and release a music video from the <strong><em>Deadpool 2</em></strong> soundtrack starring Canadian singer Céline Dion. Yes, the one who sang the <em>Titanic</em> theme song. Your eyes do not deceive you.</p><p><center></p><blockquote class="twitter-tweet" data-lang="en"><p lang="tl" dir="ltr">Showtime, Mama. <a rel="nofollow" target="_blank" href="https://twitter.com/hashtag/EffortMaximal?src=hash&amp;ref_src=twsrc%5Etfw">#EffortMaximal</a> <a rel="nofollow" target="_blank" href="https://twitter.com/hashtag/Deadpool2?src=hash&amp;ref_src=twsrc%5Etfw">#Deadpool2</a> <a rel="nofollow" target="_blank" href="https://t.co/ZKLrucXJO4">pic.twitter.com/ZKLrucXJO4</a></p><p>&mdash; Ryan Reynolds (@VancityReynolds) <a rel="nofollow" target="_blank" href="https://twitter.com/VancityReynolds/status/992018849225695242?ref_src=twsrc%5Etfw">May 3, 2018</a></p></blockquote><p><br /></center></p><p>&#8220;What’s left to say? These prayers ain’t working anymore. Every word shot down in flames. What’s left to do with these broken pieces on the floor? I’m losing my voice calling on you,&#8221; Dion croons in the video for &#8220;Ashes&#8221;. Near the end of it, the filthy, foul-mouthed <a href="http://www.fortressofsolitude.co.za/hilarious-deadpool-2-teaser-bob-ross/">Deadpool</a> shows up in a surprising twist mentioning that he should have gotten N&#8217;sync instead.</p><h3><strong><em>Deadpool 2</em></strong> opens in theatres on May 18.</h3><p><div class="rll-youtube-player" data-id="CX11yw6YL1w"></div><noscript><iframe width="1140" height="641" src="https://www.youtube.com/embed/CX11yw6YL1w?feature=oembed" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></noscript></p></div></div></div><div class="mobileads"><center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-6351331605423593" data-ad-slot="5026959162"></ins> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script></center></div><hr><div class="socialcredits"><p>Connect with us on <a target="_blank" rel="nofollow" href="https://web.facebook.com/FortressZA/">Facebook</a>, <a target="_blank" rel="nofollow" href="https://twitter.com/FortressofS">Twitter</a> and <a target="_blank" rel="nofollow" href="https://www.instagram.com/fortresszar/">Instagram.</a> Sign up to our <a target="_blank" rel="nofollow" href="https://fortressofsolitude.us10.list-manage.com/subscribe?u=d45e8fb2bd3ba44e57869f584&id=4d3d5fcd86">Newsletter</a>.</p></div><div class="tag-list"> <a href="http://www.fortressofsolitude.co.za/tag/deadpool/"><span>Deadpool</span></a> <a href="http://www.fortressofsolitude.co.za/tag/deadpool-2/"><span>Deadpool 2</span></a> <a href="http://www.fortressofsolitude.co.za/tag/marvel/"><span>Marvel</span></a> <a href="http://www.fortressofsolitude.co.za/tag/movies/"><span>Movies</span></a> <a href="http://www.fortressofsolitude.co.za/tag/music-2/"><span>Music</span></a></div><div class="mgm-social-share clearfix"><span class="mgm-share-text hidden-xs wow pulse" data-wow-delay="1s">Share it !</span><ul class="clearfix"><li> <a href="https://twitter.com/home?status=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack+http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F" class="mgm-share-twitter" onclick="javascript:void window.open('http://twitter.com/home?status=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack+http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F','1412258836570','width=640,height=480,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;"><span class="socicon socicon-twitter"></span></a></li><li> <a href="https://www.facebook.com/share.php?u=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;title=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack" class="mgm-share-fb" onclick="javascript:void window.open('http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;title=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack','1412258836570','width=640,height=480,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;"><span class="socicon socicon-facebook"></span></a></li><li> <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F" class="mgm-share-google" onclick="javascript:void window.open('https://plus.google.com/share?url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F','1412258836570','width=640,height=480,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;"><span class="socicon socicon-google"></span></a></li><li> <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;title=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack&amp;source=Fortress of Solitude" class="mgm-share-linkedin" onclick="javascript:void window.open('http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;title=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack&amp;source=Fortress of Solitude','1412258836570','width=640,height=480,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;"><span class="socicon socicon-linkedin"></span></a></li><li> <a href="https://pinterest.com/pin/create/bookmarklet/?media=http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg&amp;url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;is_video=false&amp;description=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack" class="mgm-share-pinterest" onclick="javascript:void window.open('http://pinterest.com/pin/create/bookmarklet/?media=http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg&amp;url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;is_video=false&amp;description=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack','1412258836570','width=640,height=480,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;"><span class="socicon socicon-pinterest"></span></a></li><li> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;title=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack" class="mgm-share-stumbleupon" onclick="javascript:void window.open('http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;title=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack','1412258836570','width=640,height=480,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;"><span class="socicon socicon-stumbleupon"></span></a></li><li> <a href="https://www.reddit.com/submit?url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;title=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack" class="mgm-share-reddit" onclick="javascript:void window.open('http://www.reddit.com/submit?url=http%3A%2F%2Fwww.fortressofsolitude.co.za%2Fceline-dion-deadpool-2-soundtrack-ashes%2F&amp;title=C%C3%A9line+Dion+Belches+Her+Way+Onto+Deadpool+2%26%238217%3Bs+Soundtrack','1412258836570','width=640,height=480,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;"><span class="socicon socicon-reddit"></span></a></li></ul></div><div class="clear"></div><div class="space"></div><div class="addthis_sharing_toolbox" data-url="http://www.fortressofsolitude.co.za/celine-dion-deadpool-2-soundtrack-ashes/" data-title="Céline Dion Belches Her Way Onto Deadpool 2&#8217;s Soundtrack"></div><div id="mgm-related-wrap" class="row"><h4 class="mgm-title col-md-12"> <span>You may also like</span></h4><div class="doggy"><div class="mgm-related-item col-md-6 wow fadeInUp"><div class="custom-widget"><div class="entry-img"><div class="img-frame"> <a href="http://www.fortressofsolitude.co.za/robin-hood-trailer/" title="Robin Hood Gets Another Gritty Reboot. Here Is The Trailer"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Robin-Hood-Trailer-370x180.jpg" class="attachment-medium size-medium wp-post-image" alt="Robin Hood Gets Another Gritty Reboot. Here Is The Trailer" title="Robin Hood Gets Another Gritty Reboot. Here Is The Trailer" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Robin-Hood-Trailer-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Robin-Hood-Trailer-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a><div class="mgm-cat2"> <a href="http://www.fortressofsolitude.co.za/movies/" title="View all posts in Movies">Movies</a> <a href="http://www.fortressofsolitude.co.za/news/" title="View all posts in News">News</a> <a href="http://www.fortressofsolitude.co.za/trailer/" title="View all posts in Trailer">Trailer</a></div></div></div><h3 class="entry-title"> <a href="http://www.fortressofsolitude.co.za/robin-hood-trailer/" title="Permalink to Robin Hood Gets Another Gritty Reboot. Here Is The Trailer" rel="bookmark">Robin Hood Gets Another Gritty Reboot. Here Is The Trailer</a></h3><div style="font-size: 15px; line-height: 17px!important; margin-bottom: 10px; margin-left: 20px; color: grey;">Hollywood has run out of ideas again. With that comes another Robin Hood film just eight years after Ridley Scott&#8217;s film starring Russell Crowe. It seems audiences can&#8217;t get enough</div><div class="written"> By <span>Edward Wallace</span> on 04 May 2018</div></div></div></div><div class="doggy"><div class="mgm-related-item col-md-6 wow fadeInUp"><div class="custom-widget"><div class="entry-img"><div class="img-frame"> <a href="http://www.fortressofsolitude.co.za/jamie-foxx-spawn-reboot/" title="Jamie Foxx Might Be Playing Spawn After All"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Jamie-Foxx-Might-Be-Playing-Spawn-After-All-370x180.jpg" class="attachment-medium size-medium wp-post-image" alt="Jamie Foxx Might Be Playing Spawn After All" title="Jamie Foxx Might Be Playing Spawn After All" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Jamie-Foxx-Might-Be-Playing-Spawn-After-All-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Jamie-Foxx-Might-Be-Playing-Spawn-After-All-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a><div class="mgm-cat2"> <a href="http://www.fortressofsolitude.co.za/movies/" title="View all posts in Movies">Movies</a> <a href="http://www.fortressofsolitude.co.za/news/" title="View all posts in News">News</a></div></div></div><h3 class="entry-title"> <a href="http://www.fortressofsolitude.co.za/jamie-foxx-spawn-reboot/" title="Permalink to Jamie Foxx Might Be Playing Spawn After All" rel="bookmark">Jamie Foxx Might Be Playing Spawn After All</a></h3><div style="font-size: 15px; line-height: 17px!important; margin-bottom: 10px; margin-left: 20px; color: grey;">Todd McFarlane’s long-discussed gritty R-rated Spawn movie reboot is moving forward. There are now rumours that Jamie Foxx, who has been lobbying for the role since 2013, is in early</div><div class="written"> By <span>Edward Wallace</span> on 03 May 2018</div></div></div></div></div><div id="comments" class="comments-area"><h3 class="mgm-title"> <span> No Comments <span class="comment-title-visibility"></span> </span></h4><div id="respond" class="comment-respond"><h3 id="reply-title" class="comment-reply-title">Leave a Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/celine-dion-deadpool-2-soundtrack-ashes/#respond" style="display:none;">Cancel reply</a></small></h3><form action="http://www.fortressofsolitude.co.za/wp-comments-post.php" method="post" id="commentform" class="comment-form"><div class="comment-form-input comment-form-comment"><label for="comment">Comment</label><textarea id="comment" name="comment" class="form-control" cols="45" rows="8" aria-required="true"></textarea></div><div class="comment-form-input comment-form-author"><label for="author">Name</label><div class="input-group"><span class="input-group-addon"><span class="glyphicon glyphicon-user"></span></span> <input class="form-control" id="author" name="author" type="text" placeholder="Name" value="" size="20" aria-required='true' /><span class="glyphicon glyphicon-asterisk"></span></div></div><div class="comment-form-input comment-form-email"><label for="email">Email</label><div class="input-group"><span class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span></span> <input class="form-control" id="email" name="email" type="text" placeholder="Email" value="" size="20" aria-required='true' /><span class="glyphicon glyphicon-asterisk"></span></div></div><p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='116764' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /></p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="4d86b8296f" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="175" /></p></form></div></div><footer class="entry-meta clearfix"></footer></article></div></div><div class="col-md-4"><div id="sidebar"><div id="secondary" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"><aside id="media_image-2" class="widget clearfix widget_media_image"><a target="_blank" rel="nofollow" href="https://goo.gl/8oxHCK"><img width="320" height="250" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250.jpg" class="image wp-image-116807 attachment-full size-full" alt="Games Festival" style="max-width: 100%; height: auto;" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250.jpg 320w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250-24x19.jpg 24w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250-36x28.jpg 36w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250-48x38.jpg 48w" sizes="(max-width: 320px) 100vw, 320px" /></a></aside><aside id="text-11" class="widget clearfix widget_text"><h2 class="mgm-title"><span>Don&#8217;t Miss</span></h2><div class="textwidget"><div class="pt-cv-wrapper"><div class="pt-cv-view pt-cv-grid pt-cv-colsys" id="pt-cv-view-b49103f0lt"><div data-id="pt-cv-page-1" class="pt-cv-page" data-cvc="1"><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col"><div class='pt-cv-ifield'><a href="http://www.fortressofsolitude.co.za/showmax-animated-tv-show-for-adults/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default" target="_self"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Animated-TV-Shows-For-Adults-Were-Currently-Watching-370x180.jpg" class="pt-cv-thumbnail" alt="Animated TV Shows For Adults We&#039;re Currently Watching" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Animated-TV-Shows-For-Adults-Were-Currently-Watching-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Animated-TV-Shows-For-Adults-Were-Currently-Watching-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a></p><h4 class="pt-cv-title"><a href="http://www.fortressofsolitude.co.za/showmax-animated-tv-show-for-adults/" class="_self" target="_self">Animated TV Shows For Adults We&#8217;re Currently Watching</a></h4></div></div><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col"><div class='pt-cv-ifield'><a href="http://www.fortressofsolitude.co.za/showmax-sci-fi/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default" target="_self"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/The-Beyond-sci-fi-370x180.jpg" class="pt-cv-thumbnail" alt="The Beyond sci-fi" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/The-Beyond-sci-fi-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/The-Beyond-sci-fi-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a></p><h4 class="pt-cv-title"><a href="http://www.fortressofsolitude.co.za/showmax-sci-fi/" class="_self" target="_self">Underrated Current Sci-Fi TV Shows And Films You Need To Be Watching</a></h4></div></div><div class="col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-1-col"><div class='pt-cv-ifield'><a href="http://www.fortressofsolitude.co.za/most-amazing-moments-marvel-cinematic-universe/" class="_self pt-cv-href-thumbnail pt-cv-thumb-default" target="_self"><img width="370" height="180" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/Marvel-Cinematic-Universe-370x180.jpg" class="pt-cv-thumbnail" alt="Marvel Cinematic Universe" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/Marvel-Cinematic-Universe-370x180.jpg 370w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/04/Marvel-Cinematic-Universe-268x130.jpg 268w" sizes="(max-width: 370px) 100vw, 370px" /></a></p><h4 class="pt-cv-title"><a href="http://www.fortressofsolitude.co.za/most-amazing-moments-marvel-cinematic-universe/" class="_self" target="_self">The Most Amazing Moments From The Marvel Cinematic Universe So Far</a></h4></div></div></div></div></div></div></aside><aside id="custom_html-3" class="widget_text widget clearfix widget_custom_html"><div class="textwidget custom-html-widget"><center><ins class="adsbygoogle" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-6351331605423593" data-ad-slot="8971065090"></ins> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script> </center></div></aside><aside id="polls-widget-2" class="widget clearfix widget_polls-widget"><h2 class="mgm-title"><span>Poll Question</span></h2><div id="polls-4" class="wp-polls"><form id="polls_form_4" class="wp-polls-form" action="/index.php" method="post"><p style="display: none;"><input type="hidden" id="poll_4_nonce" name="wp-polls-nonce" value="d74139a68d" /></p><p style="display: none;"><input type="hidden" name="poll_id" value="4" /></p><p style="text-align: center"><strong style="color: #ff0000">What is the best Marvel movie?</strong><div id="polls-4-ans" class="wp-polls-ans"><ul class="wp-polls-ul"></p><li><input type="radio" id="poll-answer-17" name="poll_4" value="17" /> <label for="poll-answer-17">Avengers: Infinity War</label></li><li><input type="radio" id="poll-answer-18" name="poll_4" value="18" /> <label for="poll-answer-18">Black Panther</label></li><li><input type="radio" id="poll-answer-19" name="poll_4" value="19" /> <label for="poll-answer-19">Thor: Ragnarok</label></li><li><input type="radio" id="poll-answer-20" name="poll_4" value="20" /> <label for="poll-answer-20">Captain America: The Winter Soldier</label></li><li><input type="radio" id="poll-answer-21" name="poll_4" value="21" /> <label for="poll-answer-21">Captain America: Civil War</label></li><li><input type="radio" id="poll-answer-22" name="poll_4" value="22" /> <label for="poll-answer-22">The Avengers</label></li><li><input type="radio" id="poll-answer-23" name="poll_4" value="23" /> <label for="poll-answer-23">Guardians of the Galaxy Vol. 1</label></li><li><input type="radio" id="poll-answer-24" name="poll_4" value="24" /> <label for="poll-answer-24">Spider-Man: Homecoming</label></li><li><input type="radio" id="poll-answer-25" name="poll_4" value="25" /> <label for="poll-answer-25">Iron Man</label></li></ul><p style="text-align: center"><input type="button" name="vote" value=" Vote " class="Buttons" onclick="poll_vote(4);" /></p><p style="text-align: center"><a href="#ViewPollResults" onclick="poll_result(4); return false;" title="View Results Of This Poll">View Results</a></p></div></form></div><div id="polls-4-loading" class="wp-polls-loading"><img src="http://www.fortressofsolitude.co.za/wp-content/plugins/wp-polls/images/loading.gif" width="16" height="16" alt="Loading ..." title="Loading ..." class="wp-polls-image" />&nbsp;Loading ...</div></aside></div></div></div></div></div></div><div class="mobileads"><center> <a target="_blank" rel="nofollow" href="https://goo.gl/8oxHCK"><img width="320" height="250" src="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250.jpg" class="image wp-image-116807 attachment-full size-full" alt="Games Festival" style="max-width: 100%; height: auto;" srcset="http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250.jpg 320w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250-24x19.jpg 24w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250-36x28.jpg 36w, http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Games-Festival-banner_-320-x250-48x38.jpg 48w" sizes="(max-width: 320px) 100vw, 320px" /></a></div><div id="mgm-footer-wrap" class="mgm-gray-frame"><div id="mgm-full-footer"><footer class="container" id="widgetized-footer"><div class="row"><div class="col-md-4 footer-item"></div><div class="col-md-4 footer-item"></div><div class="col-md-4 footer-item"></div></div></footer></div></div></div></div></div></div></div><div id="mgm-full-site-info"><div id="colophon" class="site-footer container" itemscope="itemscope" itemtype="http://schema.org/WPFooter" role="contentinfo"><div class="site-info row"><div class="col-md-12"><div id="footer-logo" class="wow flipInX" data-wow-delay="0.5s"> <a href="http://www.fortressofsolitude.co.za/" title="Fortress of Solitude"><img src="https://i0.wp.com/www.fortressofsolitude.co.za/wp-content/themes/mightymag/images/fortress-of-Solitude_y1u6tm.jpg" alt="Fortress of Solitude" /></a></div><div class="endy"> <a target="_blank" rel="nofollow" href="https://www.facebook.com/FortressZA/" class="fa fa-facebook"></a> <a target="_blank" rel="nofollow" href="https://twitter.com/FortressofS" class="fa fa-twitter"></a> <a target="_blank" rel="nofollow" href="https://www.youtube.com/channel/UCdB1prTqEL-GNyYyi8xcGwA" class="fa fa-youtube"></a> <a target="_blank" rel="nofollow" href="https://www.instagram.com/fortresszar/" class="fa fa-instagram"></a> <a href="http://www.fortressofsolitude.co.za/feeds/" class="fa fa-rss"></a><h6>Copyright ©2018 Fortress of Solitude. All Rights Reserved.</h6><h6><a href="http://www.fortressofsolitude.co.za/privacy-site-disclaimer/">Site Disclaimer and Terms of Use.</a></h6></div></div></div></div></div></div></div></div> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','http://www.fortressofsolitude.co.za/wp-content/plugins/wp-disable/cache/local-ga.js','ga');ga('create', 'UA-29869719-1', 'auto');ga('set', 'displayFeaturesTask', null);ga('send', 'pageview');</script> <script>jQuery(document).ready(function($) {
+ $(".entry-img .entry-img-src a").attr("href", "http://www.fortressofsolitude.co.za/wp-content/uploads/2018/05/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg");
+ $(".entry-img .entry-img-src a").attr("data-group", "mgm-featured");
+ });</script> <script>var templateDir = "http://www.fortressofsolitude.co.za/wp-content/themes/mightymag";</script> <script>jQuery( document ).ready( function( $ ) {
+
+ /* djwd StickyClone function */
+ var $nav = $(".nav-wrap"),
+
+ //clone navigation
+ $clone = $nav.before($nav.clone().attr( "id" , "nav-clone") );
+
+ //rename the original nav ID to make the small menu toggle:target work
+ $("#mgm-menu").attr('id', 'mgm-menu-replica');
+
+ timeout = false;
+
+ /* The function */
+ $.fn.stickyNav = function() {
+
+ $(window).on("scroll", function() {
+ var fromTop = $( document ).scrollTop(); /* Firefox abmazumdar fix @since MGM 1.4 */
+
+ if(fromTop > 400){
+ $("body").addClass('down')
+ } else {
+ $("body").removeClass('down');
+ };
+ });
+
+ };
+
+ // Check viewport width on first load.
+ if ( $( window ).width() >= 767 ) {
+ $.fn.stickyNav();
+ };
+
+ // Check viewport width when user resizes the browser window.
+ $( window ).resize( function() {
+ var browserWidth = $( window ).width();
+
+ if ( false !== timeout )
+ clearTimeout( timeout );
+
+ timeout = setTimeout( function() {
+ if ( browserWidth > 767 ) {
+ $.fn.stickyNav();
+ }
+ }, 200 );
+ } );
+
+ //Remove double scroll up
+ $( "#mgm-branding .scrollup, .nav-wrap#nav-original .scrollup" ).remove();
+ } );</script> <script>jQuery(document).ready(function($) {
+
+ $(".flex-container .mgm-spinner").hide(300);
+ //$(".flexslider").delay(200).fadeIn(500);
+
+ jQuery('.slider1 .flexslider').flexslider({
+
+ animation: "fade",
+ direction: "horizontal",
+ startAt: 0,
+ slideshowSpeed: 1000,
+ animationSpeed: 200,
+ useCSS: false,
+ //directionNav: true,
+ prevText: "",
+ nextText: "",
+
+ start: function(slider){
+ $('.slider1 .flexslider').resize();
+ }
+
+ });
+
+ });</script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-29869719-1"></script> <script>window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-29869719-1');</script> <script type="text/javascript">!function(t,e){"use strict";function n(){if(!a){a=!0;for(var t=0;t<d.length;t++)d[t].fn.call(window,d[t].ctx);d=[]}}function o(){"complete"===document.readyState&&n()}t=t||"docReady",e=e||window;var d=[],a=!1,c=!1;e[t]=function(t,e){return a?void setTimeout(function(){t(e)},1):(d.push({fn:t,ctx:e}),void("complete"===document.readyState||!document.attachEvent&&"interactive"===document.readyState?setTimeout(n,1):c||(document.addEventListener?(document.addEventListener("DOMContentLoaded",n,!1),window.addEventListener("load",n,!1)):(document.attachEvent("onreadystatechange",o),window.attachEvent("onload",n)),c=!0)))}}("wpBruiserDocReady",window);
+ (function(){var wpbrLoader = (function(){var g=document,b=g.createElement('script'),c=g.scripts[0];b.async=1;b.src='http://www.fortressofsolitude.co.za/?gdbc-client=3.1.18-'+(new Date()).getTime();c.parentNode.insertBefore(b,c);});wpBruiserDocReady(wpbrLoader);window.onunload=function(){};window.addEventListener('pageshow',function(event){if(event.persisted){(typeof window.WPBruiserClient==='undefined')?wpbrLoader():window.WPBruiserClient.requestTokens();}},false);})();</script><script type='text/javascript'>/* <![CDATA[ */ var scriptParams = {"google_search_engine_id":"016690364512356521279:bphulqdtzzw"}; /* ]]> */</script> <script type='text/javascript'>/* <![CDATA[ */ var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"849f825a20","is_admin":"","is_mobile":"","ajaxurl":"http:\/\/www.fortressofsolitude.co.za\/wp-admin\/admin-ajax.php","lang":"","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw=="};
+var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"}; /* ]]> */</script> <script type='text/javascript'>/* <![CDATA[ */ var pollsL10n = {"ajax_url":"http:\/\/www.fortressofsolitude.co.za\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"}; /* ]]> */</script> <script type='text/javascript'>/* <![CDATA[ */ var yjlSettings = {"pagination":"","comPerpage":"50","numPerpage":"","pagerPos":"","repForm":"","gifUrl":"http:\/\/www.fortressofsolitude.co.za\/wp-content\/themes\/mightymag\/images\/spinner.gif","prev":"<i class=\"icon-chevron-left><\/i>","next":"<i class=\"icon-chevron-right><\/i>","timeOut":"<div class=\"alert alert-error\"><strong>Error: <\/strong> server time out, please try again.<\/div>","fast":"<div class=\"alert alert-block\"><strong>Please<\/strong> slow down, you are posting to fast!<\/div>","thank":"<div class=\"alert alert-success\"><strong>Thank you<\/strong> for your comment!<\/div>","order":"asc","autoGrow":""}; /* ]]> */</script> <script>(function(w, d){
+ var b = d.getElementsByTagName("body")[0];
+ var s = d.createElement("script"); s.async = true;
+ var v = !("IntersectionObserver" in w) ? "8.6.0" : "10.4.2";
+ s.src = "http://www.fortressofsolitude.co.za/wp-content/plugins/wp-rocket/inc/front/js/lazyload-" + v + ".min.js";
+ w.lazyLoadOptions = {
+ elements_selector: "img, iframe",
+ data_src: "lazy-src",
+ data_srcset: "lazy-srcset",
+ skip_invisible: false,
+ class_loading: "lazyloading",
+ class_loaded: "lazyloaded",
+ threshold: 300,
+ callback_load: function(element) {
+ if ( element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible" ) {
+ if (element.classList.contains("lazyloaded") ) {
+ if (typeof window.jQuery != "undefined") {
+ if (jQuery.fn.fitVids) {
+ jQuery(element).parent().fitVids();
+ }
+ }
+ }
+ }
+ }
+ }; // Your options here. See "recipes" for more information about async.
+ b.appendChild(s);
+}(window, document));
+
+// Listen to the Initialized event
+window.addEventListener('LazyLoad::Initialized', function (e) {
+ // Get the instance and puts it in the lazyLoadInstance variable
+ var lazyLoadInstance = e.detail.instance;
+
+ var observer = new MutationObserver(function(mutations) {
+ mutations.forEach(function(mutation) {
+ lazyLoadInstance.update();
+ } );
+ } );
+
+ var b = document.getElementsByTagName("body")[0];
+ var config = { childList: true, subtree: true };
+
+ observer.observe(b, config);
+}, false);</script> <script>function lazyLoadThumb(e){var t='<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg">',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="https://www.youtube.com/embed/ID?autoplay=1";e.setAttribute("src",t.replace("ID",this.dataset.id)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script> </div> <script src="http://www.fortressofsolitude.co.za/wp-content/cache/min/1/6ae0bb5a20bf3865d386cde5a15c26b8.js" data-minify="1"></script></body></html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json
new file mode 100644
index 0000000..79181b2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "http:\/\/imgtech.gmw.cn\/attachement\/jpg\/site2\/20170310\/448a5bc1e2861a2c4e5929.jpg",
+ "http:\/\/imgtech.gmw.cn\/attachement\/jpg\/site2\/20170310\/448a5bc1e2861a2c4e592a.jpg",
+ "http:\/\/imgtech.gmw.cn\/attachement\/jpg\/site2\/20170310\/448a5bc1e2861a2c4e592d.jpg",
+ "https:\/\/img.gmw.cn\/pic\/content_logo.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json
new file mode 100644
index 0000000..65cd6ab
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "肖春芳",
+ "Direction": null,
+ "Excerpt": "不幸的是,对于希望能喝上一杯的太空探险者,那些将他们送上太空的政府机构普遍禁止他们染指包括酒在内的含酒精饮料。",
+ "Image": null,
+ "Title": "宇航员在太空中喝酒会怎么样?后果很严重 _探索者 _光明网",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html
new file mode 100644
index 0000000..119205b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html
@@ -0,0 +1,58 @@
+<div id="contentMsg">
+ <p><span id="pubTime">2017-03-10 09:58</span> <span id="source">来源:<a href="http://tech.163.com/17/0228/00/CEAPST9C00097U81.html" target="_blank">网易科学人</a></span> <span id="author"></span></p></div><div id="contentMain">
+
+
+
+ <p>  翱翔于距地球数千公里的太空中,进入广袤漆黑的未知领域,是一项艰苦卓绝的工作。这让人感到巨大压力和极度恐慌。那么,为什么不能让宇航员来一杯“地球末日”鸡尾酒来放松一下?</p>
+ <p>  不幸的是,对于希望能喝上一杯的太空探险者,那些将他们送上太空的政府机构普遍禁止他们染指包括酒在内的含酒精饮料。</p>
+ <p>  但是,很快普通人都会有机会向人类“最终的边疆”出发——以平民化旅行的形式,去探索和殖民火星。确实,火星之旅将是一次令人感到痛苦的旅行,可能一去不复返并要几年时间才能完成,但是否应该允许参与者在旅程中痛饮一番?或至少携带能在火星上发酵自制酒精饮料的设备?</p>
+ <p><img id="45395168" alt="(Credit: Nasa)" src="http://imgtech.gmw.cn/attachement/jpg/site2/20170310/448a5bc1e2861a2c4e5929.jpg" title="宇航员在太空中喝酒会怎么样?后果很严重"></p>
+ <p>
+ <span face="楷体">  图注:巴兹?奥尔德林(Buzz Aldrin)可能是第二个在月球上行走的人,但他是第一个在月球上喝酒的人</span>
+ </p>
+ <p>  事实是,历史上酒与太空探险有一种复杂的关系。让我们来看看喝了酒的航天员究竟会发生什么—— 如果我们开始给予进入太空的人类更大的自由度,又可能会发生什么。</p>
+ <p>  人们普遍认为,当一个人所处的海拔越高,喝醉后会越容易感到头昏。因此,人们自然地想到,当人身处地球轨道上时,饮酒会对人体有更强烈的致眩作用。但这种说法可能不是正确的。</p>
+ <p>  事实上,有证据表明,早在上世纪八十年代就澄清了这一传言。1985年,美国联邦航空管理局(UFAA)开展了一项研究,以验证人在不同的海拔高度饮酒,是否会影响执行复杂任务时的表现和酒精测定仪的读数。</p>
+ <p>  在这项研究中,17名男子被要求在地面和一间模拟海拔3.7公里的房间内喝下一些伏特加。然后,他们被要求完成各种任务,包括心算口算问题、用操纵杆在示波器上跟踪灯光以及各种其它测试。研究人员发现,“酒精和海拔高度对酒精测定仪读数或完成任务的表现情况没有交互作用”。</p>
+ <p>  所以,人乘坐飞机时醉得更快是个传说?纽约州立大学(State University of New York,SUNY)社会学荣誉教授戴夫·汉森(Dave Hanson)研究酒精和饮酒超过40年,他认为确实如此。他说:“我不认为它(在太空中饮酒)会有任何不同。”</p>
+ <p>  他认为高原反应可能类似于宿醉,但它也可能类似于中毒。他说:“如果人们没有感受到充分的大气压力,他们也会觉得喝醉了一样。”</p>
+ <p>  相反,那些声称在飞机上比在地面上醉得更快的人,可能只是经历了“自认喝醉(think-drink)”效应,这种效应多年来已被广泛研究。它表明,如果人们认为自己喝醉了,那他们的一举一动会真的像喝醉了一样—— 而不是实际上他们真的醉了。</p>
+ <p>  汉森指出:“如果人们脑子里一直认为在飞机上酒精会对他们产生与平常不同的作用,那么他们乘坐飞机时真的会觉得酒精对他们产生了不同的作用。”</p>
+ <p>  所以,如果酒精对人体的物理效应与海拔高度无关,那么在国际空间站上睡前小饮一杯不应该是一个大问题,对吧?错了。</p>
+ <p>  美国宇航局约翰逊航天中心发言人丹尼尔·霍特(Daniel Huot)表示:“国际空间站上的宇航员不允许喝酒。在国际空间站上,酒精和其它挥发性化合物的使用受到控制,因为它们的挥发物可能对该站的水回收系统产生影响。”</p>
+ <p>  为此,国际空间站上的宇航员甚至没有被提供含有酒精的产品,例如漱口水、香水或须后水。如果在国际空间站上饮酒狂欢,溢出的啤酒也可能存在损坏设备的风险。</p>
+ <p><img id="45395150" alt="(Credit: iStock)" src="http://imgtech.gmw.cn/attachement/jpg/site2/20170310/448a5bc1e2861a2c4e592a.jpg" title="宇航员在太空中喝酒会怎么样?后果很严重"></p>
+ <p>
+ <span face="楷体">  图注:测试表明,有关人在高空中喝酒更容易醉的传言是不正确的</span>
+ </p>
+ <p>  然后是责任的问题。我们不允许汽车司机或飞机飞行员喝醉后驾驶,所以并不奇怪同样的规则适用于国际空间站上的宇航员。毕竟国际空间站的造价高达1500亿美元,而且在接近真空的太空中其运行速度达到了每小时27680公里。</p>
+ <p>  然而,2007年,美国宇航局(NASA)成立了一个负责调查宇航员健康状况的独立小组,称历史上该机构至少有两名宇航员在即将飞行前喝了大量的酒,但仍然被允许飞行。Nasa安全负责人随后的审查发现并没有证据支持这一指控。宇航员在飞行前12小时是严禁饮酒的,因为他们需要充分的思维能力和清醒的意识。</p>
+ <p>  出台这一规则的原因很清楚。在1985年UFAA开展的关于酒精在不同海拔高度影响的研究中,研究人员得出结论,酒精的影响与海拔高度无关。无论参与测试的人员在什么海拔高度喝酒,其酒精测量仪的读数都是一样的。他们的行为表现受到的影响也相同,但如果提供给测试人员的是安慰剂,则身处高空比身处海平面的行为表现要更差一些。这表明,无论是否摄入酒精,海拔高度可能对心理表现有轻微的影响。</p>
+ <p>  国际空间站禁止享用啤酒等有大量泡沫的饮料,可能有另一个原因:没有重力的帮助,液体和气体会在宇航员的胃里不停地翻滚,导致他们不断地打嗝。</p>
+ <p>  然而,尽管有严格的规则,这并不意味着太空中的人类不会接触发酵液体。在国际空间站上进行了大量有关酒精的实验—— 但没有发生让众人去饮酒的情况,所以没有人真正了解太空中人体对酒精具体有怎样的反应。</p>
+ <p>  NASA发言人斯蒂芬妮?席尔霍尔茨(Stephanie Schierhol)表示:“我们研究了太空中宇航员身体的各种变化,包括微生物层面的。我们有一个营养计划,以确保他们的身体获得保持健康所需要的营养。显然,在实施‘天空实验室(skylab)’项目时,他们曾将雪利酒与宇航员一起送到太空中,但宇航员在零重力飞行时使用雪利酒的测试结果不太好。”天空实验室是美国第一座空间站。</p>
+ <p>  席尔霍尔茨补充说,在测试中使用雪利酒“引发呕吐反射,公众也反对”。</p>
+ <p>  也许最令人惊讶的是,人类在月球表面上喝的第一种液体是葡萄酒。前NASA宇航员巴兹·奥尔德林(Buzz Aldrin)在采访和他撰写的书中表示,1969年,在和尼尔·阿姆斯特朗(Neil Armstrong)走出登月舱之前的圣餐仪式上,他喝了少量葡萄酒。举行这一仪式时与地面的通信出现了暂停,因此这一过程从来没有播出。</p>
+ <p>  虽然Nasa对太空中酒精的使用有严格的规定,但在这方面俄罗斯过去似乎更为宽松。在其“和平号”空间站上,宇航员允许喝点干邑和伏特加。当他们发现国际空间站将严格禁止饮酒时,显然有不少怨言。</p>
+ <p>  然而,奇怪的是,酒仍然能通过各种方式出现在国际空间站上。2015年,日本酿酒商三得利(Suntory)的全球创新中心将该公司一些获奖的威士忌运送到国际空间站,参与一项旨在验证“能否通过利用微重力环境增强酒精饮料醇厚性”的实验。换句话说,在微重力下酒的陈酿过程可能不同,导致它的陈酿进程更快、味道更好。对此,地球上的每家酿酒商都想进一步地了解。</p>
+ <p>  几年前,即2011年9月至2014年9月,Nasa赞助了一个试验,研究微重力环境对威士忌中未发酵麦芽与烧焦橡木颗粒的影响,这两种物质能对威士忌的陈酿起帮助作用。在太空中逗留将近1000天后,用于测试的威士忌的单宁成分保持不变——但是太空中橡木颗粒产生了更高浓度的木质素分解产物,这种物质能赋予威士忌特别的风味。</p>
+ <p>  Nasa表示:“这种试验不仅对麦芽威士忌行业有影响,而且对整个食品和饮料行业也有影响。送上太空的威士忌与对照样品之间的风味差异是如此显著,需要进一步分析以破解不同口味产生的原因。”</p>
+ <p>  因此,即使宇航员自己被禁止在地球轨道上饮酒,但他们正在做的工作可以提高在地上消费的酒的质量。</p>
+ <p>  相比之下,执行登陆火星任务的人将远离家乡几年,而不是几个月,因此可能会有人提出有关禁止饮酒的规定可以放松一些。</p>
+ <p>  然而,像戴夫?汉森这样的专家认为,继续禁止饮酒并没有什么害处。除了实际的安全问题,饮酒还可能有其它挑战。汉森认为,地球人存在许多社会文化方面的差异,而且人连续几年时间呆在一个狭小的空间里,很容易突然发怒,这些因素都使饮酒问题变得很棘手。</p>
+ <p><img id="45395153" alt="(Credit: David Frohman/Peachstate Historical Consulting Inc)" src="http://imgtech.gmw.cn/attachement/jpg/site2/20170310/448a5bc1e2861a2c4e592d.jpg" title="宇航员在太空中喝酒会怎么样?后果很严重"> </p>
+ <p>
+ <span face="楷体">  图注:奥尔德林的圣餐杯回到了地球上</span>
+ </p>
+ <p>  他说:“这是一个政治问题,也是一个文化方面的问题,但不是一个科学上的问题。这将是未来一个可能产生冲突领域,因为人们具有不同的文化背景,他们对饮酒的态度不同。”他进一步指出,如果你与穆斯林、摩门教徒或禁酒主义者分配在同一间宿舍怎么办?面对未来人们可能在一个没有期限的时间内呆在一个有限的空间里,需要“尽早解决”如何协调不同文化观点的问题。</p>
+ <p><ins></ins>  所以,当宇航员在地球轨道上时,将还不得不满足于通过欣赏外面的景色来振作精神,而不要指望沉溺于烈酒中。我们留在地球上的人,则可以准备好适量的香槟酒,以迎接他们的归来。</p>
+ <p>  原标题:他晚于阿姆斯特朗登月 却是首个敢在月球喝酒的人</p>
+ <p><strong>  出品︱网易科学人栏目组 胖胖</strong></p>
+ <p><strong>  作者︱春春</strong>
+ <a href="http://www.gmw.cn" target="_blank"><img src="https://img.gmw.cn/pic/content_logo.png" title="返回光明网首页"></a>
+ </p>
+
+ <p>[责任编辑:肖春芳]</p>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html b/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html
new file mode 100644
index 0000000..048d101
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html
@@ -0,0 +1,2103 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+ <script type="text/javascript" async="" src="https://d31qbv1cthcecs.cloudfront.net/atrk.js"></script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript" async="" src="http://pos.baidu.com/jcwm?di=u2864599&amp;dri=0&amp;dis=0&amp;dai=11&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=SSP_JSONP&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826"></script>
+ <script type="text/javascript" async="" src="http://pos.baidu.com/jcwm?di=u2864598&amp;dri=0&amp;dis=0&amp;dai=10&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=SSP_JSONP&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826"></script>
+ <script src="http://ope.tanx.com/ex?i=mm_26632169_2503481_23184864&amp;cb=jsonp_callback_79895&amp;callback=&amp;userid=&amp;o=&amp;f=&amp;n=&amp;r=&amp;cg=acf99354455fd242dd9899e0198d49b4&amp;pvid=aef92d4739c549d14653be8e29f2ee3b&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;psl=0&amp;fp=1.DJv4my_q6%7EpT47yoGs_yfzIYcVcltZOjYNKgnVTLR82bx3-cXd__Sz.UTF-8.uHaiogwaKoFOqFSaheXotHKFzVQSomCx5QcAaAk5Q7BaHx_wcCqA55oBH6gpHKCziQAQD6gRcaBEvoKAB1gkoqBwZoIr-QA.Q.1cnh7kp" async=""></script>
+ <script charset="utf-8" async="" src="http://atanx.alicdn.com/t/tanxssp.js?_v=12"></script>
+ <script type="text/javascript" charset="gbk" id="tanx-s-mm_26632169_2503481_23184864" async="" src="http://p.tanx.com/ex?i=mm_26632169_2503481_23184864"></script>
+ <script type="text/javascript" async="" src="http://pos.baidu.com/jcwm?di=u2725146&amp;dri=0&amp;dis=0&amp;dai=3&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=SSP_JSONP&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140824&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140825"></script>
+ <script type="text/javascript" async="" src="http://motions.gmw.cn/show/23937776"></script>
+ <script id="allmobilize" charset="utf-8" src="http://a.yunshipei.com/4f0e27edde19de22b9752fdca6ca7599/allmobilize.min.js"></script>
+ <style type="text/css"></style>
+ <meta http-equiv="Cache-Control" content="no-siteapp" />
+ <link rel="alternate" media="handheld" href="#" />
+ <meta name="applicable-device" content="pc" />
+ <!-- tplID:8569 -->
+
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
+ <meta name="keywords" content="宇航员 太空 国际空间站 一个 1975年" />
+ <meta name="description" content="不幸的是,对于希望能喝上一杯的太空探险者,那些将他们送上太空的政府机构普遍禁止他们染指包括酒在内的含酒精饮料。" />
+ <meta name="filetype" content="0" />
+ <meta name="publishedtype" content="1" />
+ <meta name="pagetype" content="1" />
+ <meta name="catalogs" content="5555" />
+ <meta name="contentid" content="23937776" />
+ <meta name="publishdate" content="2017-03-10" />
+ <meta name="author" content="肖春芳" />
+ <title>宇航员在太空中喝酒会怎么样?后果很严重 _探索者 _光明网</title>
+ <link rel="stylesheet" type="text/css" href="http://img.gmw.cn/css/content_global.css" />
+ <link rel="stylesheet" type="text/css" href="http://img.gmw.cn/css/public_gmw.css" />
+
+ <!-- RTA Loader: 放置于页面的header中 2016-09-09 pengbo mail -->
+ <script type="text/javascript">
+ var crtg_nid = '3914';
+ var crtg_cookiename = 'crtg_rta';
+ var crtg_varname = 'crtg_content';
+
+ function crtg_getCookie(c_name) {
+ var i, x, y, ARRCookies = document.cookie.split(";");
+ for (i = 0; i & lt; ARRCookies.length; i++) {
+ x = ARRCookies[i].substr(0, ARRCookies[i].indexOf("="));
+ y = ARRCookies[i].substr(ARRCookies[i].indexOf("=") + 1);
+ x = x.replace(/^\s+|\s+$/g, "");
+ if (x == c_name) {
+ return unescape(y);
+ }
+ }
+ return '';
+ }
+ var crtg_content = crtg_getCookie(crtg_cookiename);
+ var crtg_rnd = Math.floor(Math.random() * 99999999999);
+ (function() {
+ var crtg_url = location.protocol + '//rtax.criteo.com/delivery/rta/rta.js?netId=' + escape(crtg_nid);
+ crtg_url += '&amp;cookieName=' + escape(crtg_cookiename);
+ crtg_url += '&amp;rnd=' + crtg_rnd;
+ crtg_url += '&amp;varName=' + escape(crtg_varname);
+ crtg_url += '&amp;domain=' + escape('.gmw.cn');
+ var crtg_script = document.createElement('script');
+ crtg_script.type = 'text/javascript';
+ crtg_script.src = crtg_url;
+ crtg_script.async = true;
+ if (document.getElementsByTagName("head").length & gt; 0) document.getElementsByTagName("head")[0].appendChild(crtg_script);
+ else if (document.getElementsByTagName("body").length & gt; 0) document.getElementsByTagName("body")[0].appendChild(crtg_script);
+ })();
+ </script>
+ <script type="text/javascript" src="http://rtax.criteo.com/delivery/rta/rta.js?netId=3914&amp;cookieName=crtg_rta&amp;rnd=76240119498&amp;varName=crtg_content&amp;domain=.gmw.cn" async=""></script>
+ <!-- RTA Loader: 放置于页面的header中 2016-09-09 pengbo mail -->
+
+
+ <script src="http://static.bshare.cn/b/components/bsStatic.js?v=20161227" type="text/javascript" charset="utf-8"></script>
+ <script type="text/javascript" async="" id="ac_js86_$5759144147" src="//afpmm.alicdn.com/g/mm/afp-cdn/JS/r.js"></script>
+ <script src="http://static.bshare.cn/js/libs/fingerprint2.min.js" type="text/javascript" charset="utf-8"></script>
+ <script src="http://static.bshare.cn/b/engines/bs-engine.js?v=20161227" type="text/javascript" charset="utf-8"></script>
+ <style type="text/css">
+ a.bshareDiv,
+ #bsPanel,
+ #bsMorePanel,
+ #bshareF {
+ border: none;
+ background: none;
+ padding: 0;
+ margin: 0;
+ font: 12px Helvetica, Calibri, Tahoma, Arial, 宋体, sans-serif;
+ line-height: 14px;
+ }
+
+ #bsPanel div,
+ #bsMorePanel div,
+ #bshareF div {
+ display: block;
+ }
+
+ .bsRlogo .bsPopupAwd,
+ .bsRlogoSel .bsPopupAwd,
+ .bsLogo .bsPopupAwd,
+ .bsLogoSel .bsPopupAwd {
+ line-height: 16px !important;
+ }
+
+ a.bshareDiv div,
+ #bsFloatTab div {
+ *display: inline;
+ zoom: 1;
+ display: inline-block;
+ }
+
+ a.bshareDiv img,
+ a.bshareDiv div,
+ a.bshareDiv span,
+ a.bshareDiv a,
+ #bshareF table,
+ #bshareF tr,
+ #bshareF td {
+ text-decoration: none;
+ background: none;
+ margin: 0;
+ padding: 0;
+ border: none;
+ line-height: 1.2
+ }
+
+ a.bshareDiv span {
+ display: inline;
+ float: none;
+ }
+
+ div.buzzButton {
+ cursor: pointer;
+ font-weight: bold;
+ }
+
+ .buzzButton .shareCount a {
+ color: #333
+ }
+
+ .bsStyle1 .shareCount a {
+ color: #fff
+ }
+
+ span.bshareText {
+ white-space: nowrap;
+ }
+
+ span.bshareText:hover {
+ text-decoration: underline;
+ }
+
+ a.bshareDiv .bsPromo,
+ div.bshare-custom .bsPromo {
+ display: none;
+ position: absolute;
+ z-index: 100;
+ }
+
+ a.bshareDiv .bsPromo.bsPromo1,
+ div.bshare-custom .bsPromo.bsPromo1 {
+ width: 51px;
+ height: 18px;
+ top: -18px;
+ left: 0;
+ line-height: 16px;
+ font-size: 12px !important;
+ font-weight: normal !important;
+ color: #fff;
+ text-align: center;
+ background: url(http://static.bshare.cn/frame/images/bshare_box_sprite2.gif) no-repeat 0 -606px;
+ }
+
+ div.bshare-custom .bsPromo.bsPromo2 {
+ background: url(http://static.bshare.cn/frame/images/bshare_promo_sprite.gif) no-repeat;
+ cursor: pointer;
+ }
+ </style>
+ <style type="text/css">
+ .bsBox {
+ display: none;
+ z-index: 100000001;
+ font-size: 12px;
+ background: url(http://static.bshare.cn/frame/images//background-opaque-dark.gif) !important;
+ padding: 6px !important;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ }
+
+ .bsClose {
+ _overflow: hidden;
+ cursor: pointer;
+ position: absolute;
+ z-index: 10000000;
+ color: #666;
+ font-weight: bold;
+ font-family: Helvetica, Arial;
+ font-size: 14px;
+ line-height: 20px;
+ }
+
+ .bsTop {
+ color: #666;
+ background: #f2f2f2;
+ height: 24px;
+ line-height: 24px;
+ border-bottom: 1px solid #e8e8e8;
+ }
+
+ .bsTop span {
+ float: left;
+ }
+
+ .bsFrameDiv,
+ #bsMorePanel {
+ border: none;
+ background: #fff;
+ }
+
+ .bsReturn {
+ float: right;
+ *margin-right: 20px;
+ margin-right: 36px;
+ text-align: right;
+ cursor: pointer;
+ line-height: 24px;
+ color: #666;
+ opacity: 0.5;
+ }
+
+ #bsReturn:hover {
+ text-decoration: underline;
+ opacity: 1;
+ }
+ </style>
+ <script src="http://static.bshare.cn/b/components/bsMore.js?v=20161227" type="text/javascript" charset="utf-8"></script>
+ <script src="http://static.bshare.cn/b/styles/bshareS2.js?v=20161227" type="text/javascript" charset="utf-8"></script>
+ <style type="text/css">
+ .opaque {
+ filter: alpha(opacity=70);
+ -moz-opacity: 0.7;
+ -khtml-opacity: 0.7;
+ opacity: 0.7;
+ }
+ </style>
+ <script src="http://static.bshare.cn/b/styles/bshareS887.js?v=20161227" type="text/javascript" charset="utf-8"></script>
+ <style type="text/css">
+ div.bsClear {
+ clear: both;
+ height: 0;
+ line-height: 0;
+ overflow: hidden;
+ font-size: 0;
+ }
+
+ .bsSearchDiv {
+ padding: 5px 15px;
+ background-color: #fafafa;
+ }
+
+ .bFind-wrapper-top {
+ background: #fff;
+ border-color: #ccc #aaa #aaa #ccc;
+ border-style: solid;
+ border-width: 1px;
+ height: 16px;
+ padding: 4px;
+ margin: 0;
+ }
+
+ .bFind-wrapper-top input {
+ padding: 0 !important;
+ border: none !important;
+ box-shadow: none !important;
+ line-height: 16px !important;
+ }
+
+ .bFind-placeholder {
+ background: url("http://static.bshare.cn/css/images/search-icon.gif") no-repeat;
+ display: block;
+ float: left;
+ height: 16px;
+ width: 16px;
+ }
+
+ .bFind {
+ background: none;
+ border: none;
+ float: left;
+ font-size: 11px !important;
+ height: 16px !important;
+ margin-left: 3px;
+ outline: none;
+ padding: 0;
+ width: 400px;
+ }
+
+ .bsPlatDiv {
+ height: 322px;
+ background: #fff;
+ overflow: auto;
+ padding: 0 15px;
+ }
+
+ #bsLogoList {
+ display: block;
+ list-style: none;
+ overflow: hidden;
+ margin: 0;
+ padding: 0;
+ }
+
+ #bsLogoList li {
+ float: left;
+ display: inline-block;
+ width: 71px;
+ text-align: center;
+ font-size: 12px;
+ height: 80px;
+ margin: 0 !important;
+ }
+
+ #bsLogoList .bsPlatIcon {
+ cursor: pointer;
+ display: block !important;
+ text-align: center;
+ }
+
+ #bsLogoList .bsPlatImg {
+ width: 32px;
+ height: 32px;
+ border: none !important;
+ display: inline-block;
+ }
+
+ #bsLogoList .bsPlatImg:hover {
+ -moz-border-radius: 7px;
+ -webkit-border-radius: 7px;
+ border-radius: 7px;
+ box-shadow: 0 0 15px #a7a8ac;
+ }
+
+ #bsLogoList .bsPlatName {
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ text-align: center;
+ color: #333 !important;
+ margin-top: 2px;
+ line-height: 140%;
+ *width: 70px;
+ }
+
+ #bsLogoList .bsPromoM {
+ text-align: center;
+ }
+
+ .bsFooterDiv {
+ height: 24px;
+ line-height: 24px;
+ padding: 0 15px;
+ border-top: 1px solid #e8e8e8;
+ background: #f2f2f2;
+ text-align: right;
+ }
+
+ a.bsLogoLink {
+ color: #666;
+ }
+
+ .bsLogoLink:hover {
+ text-decoration: underline;
+ }
+
+ .bsPromoM {
+ background: url(http://static.bshare.cn/frame/images//bshare_box_sprite2.gif) no-repeat top left;
+ }
+
+ .bsNew,
+ .bsHot,
+ .bsRec,
+ .bsAwd {
+ background-position: 0 -552px;
+ width: 19px;
+ margin: 5px auto 1px;
+ line-height: 16px;
+ height: 18px;
+ font-size: 12px;
+ color: #fff;
+ overflow: hidden;
+ }
+
+ .bsNew {
+ background-position: 0 -570px;
+ }
+
+ .bsRec {
+ width: 30px;
+ background-position: 0 -588px;
+ }
+
+ .bsAwd {
+ background: url(http://static.bshare.cn/frame/images//promot/promote.gif) no-repeat;
+ }
+ </style>
+ <script src="http://bshare.optimix.asia/bshare_view?Callback=bShare.viewcb&amp;url=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;h=&amp;uuid=fbe7b28e-050d-4ab3-9af4-0740ed16ea11&amp;sc=1&amp;l=17&amp;lite=1&amp;ot=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D+_%E6%8E%A2%E7%B4%A2%E8%80%85+_%E5%85%89%E6%98%8E%E7%BD%91&amp;cs=UTF-8&amp;kws=%E5%AE%87%E8%88%AA%E5%91%98+%E5%A4%AA%E7%A9%BA+%E5%9B%BD%E9%99%85%E7%A9%BA%E9%97%B4%E7%AB%99+%E4%B8%80%E4%B8%AA+1975%E5%B9%B4&amp;fp=765f362b2e4bbbd06a3a3855d5854bdd&amp;b=bs234b2d" type="text/javascript" charset="utf-8"></script>
+ <style type="text/css">
+ a.bsSiteLink {
+ text-decoration: none;
+ color: #666;
+ }
+
+ a.bsSiteLink:hover {
+ text-decoration: underline;
+ }
+
+ a.bshareDiv {
+ overflow: hidden;
+ height: 16px;
+ line-height: 18px;
+ font-size: 14px;
+ color: #333;
+ padding-left: 0;
+ }
+
+ a.bshareDiv:hover {
+ text-decoration: none;
+ }
+
+ div.bsTitle {
+ padding: 0 8px;
+ border-bottom: 1px solid #e8e8e8;
+ color: #666;
+ background: #f2f2f2;
+ text-align: left;
+ }
+
+ div.buzzButton {
+ cursor: pointer;
+ }
+
+ div.bsRlogo,
+ div.bsRlogoSel {
+ width: 68px;
+ float: left;
+ margin: 0;
+ padding: 2px 0;
+ }
+
+ div.bsRlogo a,
+ div.bsRlogoSel a {
+ float: left;
+ }
+
+ div.bsLogo,
+ div.bsLogoSel {
+ float: left;
+ width: 111px;
+ text-align: left;
+ height: auto;
+ padding: 2px 4px;
+ margin: 2px 0;
+ white-space: nowrap;
+ overflow: hidden;
+ }
+
+ div.bsLogoSel,
+ div.bsRlogoSel {
+ border: 1px solid #ddd;
+ background: #f1f1f1;
+ }
+
+ div.bsLogo,
+ div.bsRlogo {
+ border: 1px solid #fff;
+ background: #fff;
+ }
+
+ div.bsLogo a,
+ div.bsLogoSel a {
+ display: block;
+ height: 16px;
+ line-height: 16px;
+ padding: 0 0 0 24px;
+ text-decoration: none;
+ float: left;
+ overflow: hidden;
+ }
+
+ div.bsLogoSel a,
+ div.bsRlogoSel a {
+ color: #000;
+ border: none;
+ }
+
+ div.bsLogo a,
+ div.bsRlogo a {
+ color: #666;
+ border: none;
+ }
+
+ div.bsLogoLink {
+ width: 121px;
+ overflow: hidden;
+ background: #FFF;
+ float: left;
+ margin: 3px 0;
+ }
+
+ #bsPanel {
+ position: absolute;
+ z-index: 100000000;
+ font-size: 12px;
+ width: 258px;
+ background: url(http://static.bshare.cn/frame/images/background-opaque-dark.png);
+ padding: 6px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ }
+
+ div.bsClear {
+ clear: both;
+ height: 0;
+ line-height: 0;
+ font-size: 0;
+ overflow: hidden;
+ }
+
+ div.bsPopupAwd {
+ background: url(http://static.bshare.cn/frame/images//bshare_box_sprite2.gif) no-repeat top left;
+ background-position: 0 -624px;
+ width: 18px;
+ padding-left: 3px;
+ text-align: center;
+ float: left;
+ margin-left: 2px;
+ height: 15px;
+ font-size: 12px;
+ color: #fff;
+ overflow: hidden;
+ }
+
+ div.bsRlogo .bsPopupAwd,
+ div.bsRlogoSel .bsPopupAwd {
+ float: left;
+ margin: 5px 0 0 -14px;
+ }
+ </style>
+</head>
+
+<body>
+ <div id="BAIDU_DUP_fp_wrapper" style="position: absolute; left: -1px; bottom: -1px; z-index: 0; width: 0px; height: 0px; overflow: hidden; visibility: hidden; display: none;"><iframe id="BAIDU_DUP_fp_iframe" src="https://pos.baidu.com/wh/o.htm?ltr=" style="width: 0px; height: 0px; visibility: hidden; display: none;"></iframe></div>
+ <div class="noMobile">
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
+
+ <meta name="msapplication-navbutton-color" content="#d40004" />
+ <meta content="name=光明日报;action-uri=http://epaper.gmw.cn/gmrb/;icon-uri=http://img.gmw.cn/ico/paper.ico" name="msapplication-task" />
+ <meta content="name=时评;action-uri=http://guancha.gmw.cn/;icon-uri=http://img.gmw.cn/ico/guancha.ico" name="msapplication-task" />
+ <meta content="name=科技探索;action-uri=http://tech.gmw.cn/;icon-uri=http://img.gmw.cn/ico/tech.ico" name="msapplication-task" />
+ <meta content="name=文化娱乐;action-uri=http://culture.gmw.cn/;icon-uri=http://img.gmw.cn/ico/e.ico" name="msapplication-task" />
+
+ <link rel="stylesheet" type="text/css" href="http://img.gmw.cn/css/jquery.mbox.css" media="all" />
+ <link rel="stylesheet" type="text/css" href="http://img.gmw.cn/css/public_gmw.css?fan" media="all" />
+ <script type="text/javascript" src="http://img.gmw.cn/js/jquery.js"></script>
+ <script type="text/javascript" src="http://img.gmw.cn/js/jquery.contentTab.js"></script>
+ <script src="http://img.gmw.cn/js/jquery.mbox.js"></script>
+ <script src="http://img.gmw.cn/js/eggshell.js"></script>
+
+ <!--[if IE 6]>
+ <script type="text/javascript" src="http://img.gmw.cn/js/ie6png.js" ></script>
+ <script type="text/javascript">DD_belatedPNG.fix('#GMWlogo,#Larrow,#Rarrow'); </script>
+ <![endif]-->
+ <style type="text/css">
+ * {
+ font-family: "微软雅黑"
+ }
+
+ #channelHead {
+ width: 100%;
+ background: #f1f1f1;
+ border-bottom: 1px #999 solid;
+ }
+
+ .headtopNav {
+ width: 1000px;
+ margin: 0 auto;
+ padding: 4px 0;
+ height: 24px;
+ line-height: 24px;
+ _padding-bottom: 0;
+ }
+
+ .headtopNav span {
+ margin: 0 5px;
+ color: #bb2737;
+ }
+
+ .channeLogin {
+ float: left;
+ height: 24px;
+ line-height: 24px;
+ text-align: right;
+ width: 550px;
+ }
+
+ .headLogin {
+ width: 80px;
+ height: 18px;
+ border: 1px #ccc solid;
+ }
+
+ .headSubLog {
+ width: 50px;
+ height: 24px;
+ margin-right: 4px;
+ }
+
+ .whereGo li {
+ width: 100px;
+ height: 24px;
+ background: #fff;
+ border: 1px #999 solid;
+ float: right;
+ text-align: center;
+ list-style: none;
+ cursor: pointer;
+ }
+
+ .whereGo {
+ margin-right: 9px;
+ }
+
+ .whereGo li a {
+ font-size: 12px;
+ color: #000;
+ line-height: 24px;
+ }
+
+ .whereGo li ul {
+ display: none;
+ }
+
+ .whereGo li ul li {
+ border-top: none;
+ position: relative;
+ z-index: 2;
+ left: 1px;
+ top: 1px;
+ background: #f2f2f2;
+ }
+
+ .whereGo li ul a:hover li {
+ background: #bb2737;
+ color: #fff;
+ }
+
+ .whereGo li:hover ul {
+ display: block;
+ }
+
+ .navBg {
+ width: 100%;
+ background: #fff;
+ }
+
+ .channelNav {
+ width: 1000px;
+ text-align: center;
+ margin: 0 auto;
+ clear: both;
+ height: 24px;
+ line-height: 24px;
+ position: relative;
+ z-index: 1;
+ padding-top: 6px;
+ background: #fff;
+ }
+
+ .channelNav li {
+ padding: 0 9px;
+ list-style: none;
+ float: left;
+ border-right: 1px #ccc solid;
+ font-size: 12px;
+ color: #000;
+ line-height: 14px;
+ }
+
+ .channelNav li a {
+ color: #000;
+ }
+
+ .channelNav li a:hover {
+ color: #bb2737;
+ }
+
+ .lightgrey12 {
+ font-size: 12px;
+ color: #ccc;
+ }
+
+ #back_top {
+ display: none;
+ }
+
+ .footLine {
+ width: 1000px;
+ margin: 0 auto;
+ height: 0;
+ font-size: 0;
+ border-bottom: 1px #999 solid;
+ }
+ </style>
+
+ <div class="banner1000" id="banner_top">
+ <div id="ac_wrap_mm_113716014_12970037_52770157" style="width:1000px">
+ <style>
+ iframe {
+ padding: 0;
+ margin: 0;
+ }
+ </style>
+ <iframe src="http://www.gmw.cn/ad/tech_content_top_1000x60_52768302.html" scrolling="no" width="1000" height="60" frameborder="0"></iframe>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ </div>
+ </div>
+ <div id="channelHead">
+ <div class="grey12_3 headtopNav">
+ <div style="width:320px; float:left;">
+ <a title="光明网" href="http://www.gmw.cn/"><img id="GMWlogo" src="http://img.gmw.cn/pic/Logo.png" style="float:left; padding-top:2px;" alt="光明网" /></a>
+ <span><a href="http://en.gmw.cn/" style="color:#bb2737;">English</a></span>
+
+ </div>
+ <div class="channeLogin" id="loginbar_new"><input class="headSubLog" value="登录" onclick="gotoLogin('http://tech.gmw.cn/2017-03/10/content_23937776.htm')" type="submit" /><input class="headSubLog" name="login" value="注册" onclick="document.location.href='http://home.gmw.cn/register.php?callback=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm'" type="button" /></div>
+ <ul class="whereGo">
+ <li><a href="http://home.gmw.cn/">您想去哪里?</a>
+ <ul class="wgse">
+ <a href="http://pic.gmw.cn/">
+ <li>光明图片</li>
+ </a>
+ <a href="http://guancha.gmw.cn/2012-04/27/content_4048222.htm">
+ <li>我要投稿</li>
+ </a>
+ <a href="http://training.gmw.cn/">
+ <li>光明培训</li>
+ </a>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="clear"></div>
+ </div>
+ <div class="navBg">
+ <div class="channelNav">
+ <li><a href="http://politics.gmw.cn/">时政</a></li>
+ <li><a href="http://world.gmw.cn/">国际</a></li>
+ <li><a href="http://guancha.gmw.cn/">时评</a></li>
+ <li><a href="http://theory.gmw.cn/">理论</a></li>
+ <li><a href="http://culture.gmw.cn/">文化</a></li>
+ <li><a href="http://tech.gmw.cn/">科技</a></li>
+ <li><a href="http://edu.gmw.cn/">教育</a></li>
+ <li><a href="http://economy.gmw.cn/">经济</a></li>
+ <li><a href="http://life.gmw.cn/">生活</a></li>
+ <li><a href="http://legal.gmw.cn/">法治</a></li>
+ <li><a href="http://mil.gmw.cn/">军事</a></li>
+ <li><a href="http://health.gmw.cn/">卫生</a></li>
+ <li><a href="http://yangsheng.gmw.cn/">养生</a></li>
+ <li><a href="http://lady.gmw.cn/">女人</a></li>
+ <li><a href="http://e.gmw.cn/">娱乐</a></li>
+ <li><a href="http://v.gmw.cn/">电视</a></li>
+ <li><a href="http://photo.gmw.cn">图片</a></li>
+ <li><a href="http://blog.gmw.cn/">博客</a></li>
+ <li><a href="http://qp.gmw.cn/?from=publicdh">棋牌</a></li>
+ <li><a href="http://epaper.gmw.cn/">光明报系</a></li>
+ <li style="border:none;"><a href="http://www.gmw.cn/map.htm">更多&gt;&gt;</a></li>
+ </div>
+ </div>
+ </div>
+ <div class="banner1000" id="banner_top2"></div>
+ <div class="noMobile">
+ <link rel="stylesheet" type="text/css" href="http://img.gmw.cn/css/public_gmw.css" />
+ <div class="banner1000" id="banner_top_index"></div>
+ <div class="banner1000" id="banner_top02"></div>
+ <div class="banner1000" id="banner"></div>
+ <div class="banner1000" id="bannertop1000"></div>
+ <div class="clear"></div>
+ </div>
+ <!--content after body in normal template start-->
+ <div style="display:none;">
+ <script type="text/javascript" src="http://s.csbew.com/k.js"></script>
+ <ins style="display: none;" id="ac_js86_96739"></ins>
+ <script type="text/javascript">
+ _acK({
+ aid: 96739,
+ format: 0,
+ mode: 1,
+ gid: 1,
+ serverbaseurl: "afp.csbew.com/"
+ });
+ </script>
+ <script type="text/javascript">
+ ac_as_id = 96739;
+ window.afp_cur_query = "pv=1&amp;sp=96739,1,0,0,0,1,1,21&amp;ec=UTF-8&amp;re=1440,900&amp;jsv=7&amp;cb=1202482056&amp;seq=1&amp;fs=0";
+ ac_format = 0;
+ ac_mode = 1;
+ window.__trans__96739 = true;
+ ac_group_id = 1;
+ ac_server_base_url = "afpeng.csbew.com/";
+ </script>
+ <script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.csbew.com/ex?a=96739&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140822798&amp;fs=0&amp;pvid=a2cf7fc65f0942696903e6e1e701bec7&amp;cg=f49260e6c70b45111b07b7e46f4415b6&amp;from_csbew=1" id="ac_js86_$8709288600"></script>
+ <script type="text/javascript">
+ document.write(unescape("%3Cscript src='https://img.gmw.cn/js/market/mooncake_final.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script src="https://img.gmw.cn/js/market/mooncake_final.js" type="text/javascript"></script>
+
+ </div>
+ <!--content after body in normal template end-->
+ <div class="contentWrapper">
+ <div class="contentLeft">
+ <div id="contentBreadcrumbs2" class="black12">
+ <a href="../../"><img src="http://img.gmw.cn/pic/contentlogo/4224.gif" id="ArticleChannelID" /></a><a href="http://www.gmw.cn/" target="_blank">首页</a>
+ <font class="">&gt; </font><a href="../../" target="_blank" class="">科技频道</a>
+ <font class="">&gt; </font><a href="../../node_5555.htm" target="_blank" class="">探索者</a>
+ <font class="">&gt; </font>
+ <font>正文</font>
+ </div>
+
+ <h1 id="articleTitle">宇航员在太空中喝酒会怎么样?后果很严重</h1>
+
+ <div id="contentMsg">
+ <span id="pubTime">2017-03-10 09:58</span> <span id="source">来源:<a href="http://tech.163.com/17/0228/00/CEAPST9C00097U81.html" target="_blank">网易科学人</a></span> <span id="author"></span>
+ <!--<span class="noMobile"><a href="#commentAnchor" target="_self" style="color:#f33">我有话说</a></span>--></div>
+ <div id="contentMsg_baidu" style="height:0px; line-height:0px; font-size:0; overflow:hidden;">
+ <span id="pubtime_baidu">2017-03-10 09:58:03</span><span id="source_baidu">来源:<a href="http://tech.163.com/17/0228/00/CEAPST9C00097U81.html" target="_blank">网易科学人</a></span><span id="author_baidu">作者:</span><span id="editor_baidu">责任编辑:肖春芳</span>
+ </div>
+ <div id="contentMain">
+ <!--enpproperty <articleid>23937776</articleid><date>2017-03-10 09:58:03.0</date><author></author><title>宇航员在太空中喝酒会怎么样?后果很严重</title><keyword>宇航员,太空,国际空间站,一个,1975年</keyword><subtitle></subtitle><introtitle></introtitle><siteid>2</siteid><nodeid>5555</nodeid><nodename>探索者</nodename><nodesearchname></nodesearchname>/enpproperty-->
+ <!--enpcontent-->
+ <!--enpcontent-->
+ <p>  翱翔于距地球数千公里的太空中,进入广袤漆黑的未知领域,是一项艰苦卓绝的工作。这让人感到巨大压力和极度恐慌。那么,为什么不能让宇航员来一杯“地球末日”鸡尾酒来放松一下?</p>
+ <p>  不幸的是,对于希望能喝上一杯的太空探险者,那些将他们送上太空的政府机构普遍禁止他们染指包括酒在内的含酒精饮料。</p>
+ <p>  但是,很快普通人都会有机会向人类“最终的边疆”出发——以平民化旅行的形式,去探索和殖民火星。确实,火星之旅将是一次令人感到痛苦的旅行,可能一去不复返并要几年时间才能完成,但是否应该允许参与者在旅程中痛饮一番?或至少携带能在火星上发酵自制酒精饮料的设备?</p>
+ <p align="center"><img id="45395168" alt="(Credit: Nasa)" src="http://imgtech.gmw.cn/attachement/jpg/site2/20170310/448a5bc1e2861a2c4e5929.jpg" title="宇航员在太空中喝酒会怎么样?后果很严重" /></p>
+ <p style="TEXT-ALIGN: center" align="center">
+ <font style="font-family: 楷体;" face="楷体">  图注:巴兹?奥尔德林(Buzz Aldrin)可能是第二个在月球上行走的人,但他是第一个在月球上喝酒的人</font>
+ </p>
+ <p>  事实是,历史上酒与太空探险有一种复杂的关系。让我们来看看喝了酒的航天员究竟会发生什么—— 如果我们开始给予进入太空的人类更大的自由度,又可能会发生什么。</p>
+ <p>  人们普遍认为,当一个人所处的海拔越高,喝醉后会越容易感到头昏。因此,人们自然地想到,当人身处地球轨道上时,饮酒会对人体有更强烈的致眩作用。但这种说法可能不是正确的。</p>
+ <p>  事实上,有证据表明,早在上世纪八十年代就澄清了这一传言。1985年,美国联邦航空管理局(UFAA)开展了一项研究,以验证人在不同的海拔高度饮酒,是否会影响执行复杂任务时的表现和酒精测定仪的读数。</p>
+ <p>  在这项研究中,17名男子被要求在地面和一间模拟海拔3.7公里的房间内喝下一些伏特加。然后,他们被要求完成各种任务,包括心算口算问题、用操纵杆在示波器上跟踪灯光以及各种其它测试。研究人员发现,“酒精和海拔高度对酒精测定仪读数或完成任务的表现情况没有交互作用”。</p>
+ <p>  所以,人乘坐飞机时醉得更快是个传说?纽约州立大学(State University of New York,SUNY)社会学荣誉教授戴夫·汉森(Dave Hanson)研究酒精和饮酒超过40年,他认为确实如此。他说:“我不认为它(在太空中饮酒)会有任何不同。”</p>
+ <p>  他认为高原反应可能类似于宿醉,但它也可能类似于中毒。他说:“如果人们没有感受到充分的大气压力,他们也会觉得喝醉了一样。”</p>
+ <p>  相反,那些声称在飞机上比在地面上醉得更快的人,可能只是经历了“自认喝醉(think-drink)”效应,这种效应多年来已被广泛研究。它表明,如果人们认为自己喝醉了,那他们的一举一动会真的像喝醉了一样—— 而不是实际上他们真的醉了。</p>
+ <p>  汉森指出:“如果人们脑子里一直认为在飞机上酒精会对他们产生与平常不同的作用,那么他们乘坐飞机时真的会觉得酒精对他们产生了不同的作用。”</p>
+ <p>  所以,如果酒精对人体的物理效应与海拔高度无关,那么在国际空间站上睡前小饮一杯不应该是一个大问题,对吧?错了。</p>
+ <p>  美国宇航局约翰逊航天中心发言人丹尼尔·霍特(Daniel Huot)表示:“国际空间站上的宇航员不允许喝酒。在国际空间站上,酒精和其它挥发性化合物的使用受到控制,因为它们的挥发物可能对该站的水回收系统产生影响。”</p>
+ <p>  为此,国际空间站上的宇航员甚至没有被提供含有酒精的产品,例如漱口水、香水或须后水。如果在国际空间站上饮酒狂欢,溢出的啤酒也可能存在损坏设备的风险。</p>
+ <p align="center"><img id="45395150" alt="(Credit: iStock)" src="http://imgtech.gmw.cn/attachement/jpg/site2/20170310/448a5bc1e2861a2c4e592a.jpg" title="宇航员在太空中喝酒会怎么样?后果很严重" /></p>
+ <p class="pictext" align="center">
+ <font style="font-family: 楷体;" face="楷体">  图注:测试表明,有关人在高空中喝酒更容易醉的传言是不正确的</font>
+ </p>
+ <p>  然后是责任的问题。我们不允许汽车司机或飞机飞行员喝醉后驾驶,所以并不奇怪同样的规则适用于国际空间站上的宇航员。毕竟国际空间站的造价高达1500亿美元,而且在接近真空的太空中其运行速度达到了每小时27680公里。</p>
+ <p>  然而,2007年,美国宇航局(NASA)成立了一个负责调查宇航员健康状况的独立小组,称历史上该机构至少有两名宇航员在即将飞行前喝了大量的酒,但仍然被允许飞行。Nasa安全负责人随后的审查发现并没有证据支持这一指控。宇航员在飞行前12小时是严禁饮酒的,因为他们需要充分的思维能力和清醒的意识。</p>
+ <p>  出台这一规则的原因很清楚。在1985年UFAA开展的关于酒精在不同海拔高度影响的研究中,研究人员得出结论,酒精的影响与海拔高度无关。无论参与测试的人员在什么海拔高度喝酒,其酒精测量仪的读数都是一样的。他们的行为表现受到的影响也相同,但如果提供给测试人员的是安慰剂,则身处高空比身处海平面的行为表现要更差一些。这表明,无论是否摄入酒精,海拔高度可能对心理表现有轻微的影响。</p>
+ <p>  国际空间站禁止享用啤酒等有大量泡沫的饮料,可能有另一个原因:没有重力的帮助,液体和气体会在宇航员的胃里不停地翻滚,导致他们不断地打嗝。</p>
+ <p>  然而,尽管有严格的规则,这并不意味着太空中的人类不会接触发酵液体。在国际空间站上进行了大量有关酒精的实验—— 但没有发生让众人去饮酒的情况,所以没有人真正了解太空中人体对酒精具体有怎样的反应。</p>
+ <p>  NASA发言人斯蒂芬妮?席尔霍尔茨(Stephanie Schierhol)表示:“我们研究了太空中宇航员身体的各种变化,包括微生物层面的。我们有一个营养计划,以确保他们的身体获得保持健康所需要的营养。显然,在实施‘天空实验室(skylab)’项目时,他们曾将雪利酒与宇航员一起送到太空中,但宇航员在零重力飞行时使用雪利酒的测试结果不太好。”天空实验室是美国第一座空间站。</p>
+ <p>  席尔霍尔茨补充说,在测试中使用雪利酒“引发呕吐反射,公众也反对”。</p>
+ <p>  也许最令人惊讶的是,人类在月球表面上喝的第一种液体是葡萄酒。前NASA宇航员巴兹·奥尔德林(Buzz Aldrin)在采访和他撰写的书中表示,1969年,在和尼尔·阿姆斯特朗(Neil Armstrong)走出登月舱之前的圣餐仪式上,他喝了少量葡萄酒。举行这一仪式时与地面的通信出现了暂停,因此这一过程从来没有播出。</p>
+ <p>  虽然Nasa对太空中酒精的使用有严格的规定,但在这方面俄罗斯过去似乎更为宽松。在其“和平号”空间站上,宇航员允许喝点干邑和伏特加。当他们发现国际空间站将严格禁止饮酒时,显然有不少怨言。</p>
+ <p>  然而,奇怪的是,酒仍然能通过各种方式出现在国际空间站上。2015年,日本酿酒商三得利(Suntory)的全球创新中心将该公司一些获奖的威士忌运送到国际空间站,参与一项旨在验证“能否通过利用微重力环境增强酒精饮料醇厚性”的实验。换句话说,在微重力下酒的陈酿过程可能不同,导致它的陈酿进程更快、味道更好。对此,地球上的每家酿酒商都想进一步地了解。</p>
+ <p>  几年前,即2011年9月至2014年9月,Nasa赞助了一个试验,研究微重力环境对威士忌中未发酵麦芽与烧焦橡木颗粒的影响,这两种物质能对威士忌的陈酿起帮助作用。在太空中逗留将近1000天后,用于测试的威士忌的单宁成分保持不变——但是太空中橡木颗粒产生了更高浓度的木质素分解产物,这种物质能赋予威士忌特别的风味。</p>
+ <p>  Nasa表示:“这种试验不仅对麦芽威士忌行业有影响,而且对整个食品和饮料行业也有影响。送上太空的威士忌与对照样品之间的风味差异是如此显著,需要进一步分析以破解不同口味产生的原因。”</p>
+ <p>  因此,即使宇航员自己被禁止在地球轨道上饮酒,但他们正在做的工作可以提高在地上消费的酒的质量。</p>
+ <p>  相比之下,执行登陆火星任务的人将远离家乡几年,而不是几个月,因此可能会有人提出有关禁止饮酒的规定可以放松一些。</p>
+ <p>  然而,像戴夫?汉森这样的专家认为,继续禁止饮酒并没有什么害处。除了实际的安全问题,饮酒还可能有其它挑战。汉森认为,地球人存在许多社会文化方面的差异,而且人连续几年时间呆在一个狭小的空间里,很容易突然发怒,这些因素都使饮酒问题变得很棘手。</p>
+ <p align="center"><img id="45395153" alt="(Credit: David Frohman/Peachstate Historical Consulting Inc)" src="http://imgtech.gmw.cn/attachement/jpg/site2/20170310/448a5bc1e2861a2c4e592d.jpg" title="宇航员在太空中喝酒会怎么样?后果很严重" /> </p>
+ <p class="pictext" align="center">
+ <font style="font-family: 楷体;" face="楷体">  图注:奥尔德林的圣餐杯回到了地球上</font>
+ </p>
+ <p>  他说:“这是一个政治问题,也是一个文化方面的问题,但不是一个科学上的问题。这将是未来一个可能产生冲突领域,因为人们具有不同的文化背景,他们对饮酒的态度不同。”他进一步指出,如果你与穆斯林、摩门教徒或禁酒主义者分配在同一间宿舍怎么办?面对未来人们可能在一个没有期限的时间内呆在一个有限的空间里,需要“尽早解决”如何协调不同文化观点的问题。</p>
+ <p><ins style="float:left;display:inline;margin:8px 13px 8px 0px;"><iframe name="inline_ads" src="http://www.gmw.cn/index/market/content_inside_ad.html" scrolling="no" width="300" height="250" frameborder="0"></iframe></ins>  所以,当宇航员在地球轨道上时,将还不得不满足于通过欣赏外面的景色来振作精神,而不要指望沉溺于烈酒中。我们留在地球上的人,则可以准备好适量的香槟酒,以迎接他们的归来。</p>
+ <p>  原标题:他晚于阿姆斯特朗登月 却是首个敢在月球喝酒的人</p>
+ <p><strong>  出品︱网易科学人栏目组 胖胖</strong></p>
+ <p><strong>  作者︱春春</strong>
+ <a href="http://www.gmw.cn" target="_blank"><img src="https://img.gmw.cn/pic/content_logo.png" title="返回光明网首页" /></a>
+ </p>
+ <!--/enpcontent-->
+ <div id="contentLiability">[责任编辑:肖春芳]</div>
+ <!--/enpcontent-->
+ <div style="clear: both;"></div>
+ </div>
+
+ <div style="height:0; width:0;overflow:hidden; position:relative;">
+ <img src="http://img.gmw.cn/pic/gmwLogo_share.jpg" style="position:absolute; bottom:-9999px; left:-9999px;" />
+ </div>
+
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <div><img src="http://ad.gmw.cn/content_banner/content_650x120_qrcodes.jpg" width="650" /></div>
+ <div class="noMobile">
+ <div id="sc0001"></div>
+ <!-- AFP两段式代码-公用代码 -->
+ <script type="text/javascript" src="http://s.csbew.com/k.js"></script>
+ <!-- 92477:全部频道通投-文章页底部(新) 类型:固定广告位 尺寸:650x200-->
+ <ins style="display: none;" id="ac_js86_92477"></ins>
+ <script type="text/javascript">
+ _acK({
+ aid: 92477,
+ format: 0,
+ mode: 1,
+ gid: 1,
+ destid: "sc0001",
+ serverbaseurl: "afp.csbew.com/"
+ });
+ </script>
+ <script type="text/javascript">
+ ac_as_id = 92477;
+ window.afp_cur_query = "pv=1&amp;sp=92477,1,0,0,0,1,1,21&amp;ec=UTF-8&amp;re=1440,900&amp;jsv=7&amp;cb=4216868104&amp;seq=2&amp;fs=0";
+ ac_format = 0;
+ ac_mode = 1;
+ window.__trans__92477 = true;
+ ac_group_id = 1;
+ ac_server_base_url = "afpeng.csbew.com/";
+ </script>
+ <script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script>
+ <script type="text/javascript" src="http://afpeng.csbew.com/ex?a=92477&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140823729&amp;fs=0&amp;pvid=ac07ff9093462a2b6b1a12ee62e7cc01&amp;cg=af4a555c5c4c0459a95a498ab40f4fda&amp;from_csbew=1" id="ac_js86_$6569660586"></script>
+
+ <div class="contentColumnLeft" style="margin:20px 0;">
+ <table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tbody>
+ <tr>
+ <td width="210" align="left">
+ <!-- 关注新浪微博
+ <iframe src="http://widget.weibo.com/relationship/followbutton.php?btn=red&style=3&uid=1752825395&width=100%&height=22&language=zh_cn" width="100%" height="22" frameborder="0" scrolling="no" marginheight="0"></iframe>-->
+ </td>
+ <td width="120" align="left">
+ <!-- 关注QQ空间
+ <iframe src="http://open.qzone.qq.com/like?url=http%3A%2F%2Fuser.qzone.qq.com%2F2232833389&type=button_num&width=120&height=22&style=2" allowtransparency="true" scrolling="no" border="0" frameborder="0" style="width:120px;height:22px;border:none;overflow:hidden; text-align:right;vertical-align:middle;"></iframe>-->
+ </td>
+ <td align="right">
+ <div class="bshare-custom">
+ <a title="分享到QQ空间" class="bshare-qzone" href="javascript:void(0);"></a>
+ <a title="分享到新浪微博" class="bshare-sinaminiblog" href="javascript:void(0);"></a>
+ <a title="分享到微信" class="bshare-weixin" href="javascript:void(0);"></a>
+ </div>
+ <a class="bshareDiv" href="http://www.bshare.cn/share" style="display: block; text-decoration: none; padding: 0px; margin: 0px; height: 21px; width: 47px;">
+ <div class="bsPromo bsPromo1"></div>
+ <div id="bsList" style="font-size:12px;float:left;overflow:hidden;height:20px;color:#000000;">
+ <div class="buzzButton" style="float:left;padding:2px 5px 0 0">
+ <div style="background:url(http://static.bshare.cn/frame/images//logo_square_s.gif) no-repeat;height:16px;width:16px;"></div>
+ </div>
+ <div onclick="bShare.more();return false;" class="bsLiteralDiv" style="color: rgb(0, 0, 0); float: left; font-weight: bold; padding-right: 4px; width: 3px;"><span class="bshareText bsLiteral" style="line-height:22px;">分享</span></div>
+ <div style="float:left;padding-right:2px;cursor:pointer" onmouseover="javascript:this.className='opaque'" onmouseout="javascript:this.className=''" onclick="javascript:bShare.share(event,'weixin',0);return false;" title="微信"><img src="http://static.bshare.cn/frame/images//forground.gif" style="cursor:pointer;float:left;margin:2px 1px;height:16px;width:16px;background:url(http://static.bshare.cn/frame/images//logos/s4/weixin.png) no-repeat;" /></div>
+ <div style="float:left;padding-right:2px;cursor:pointer" onmouseover="javascript:this.className='opaque'" onmouseout="javascript:this.className=''" onclick="javascript:bShare.share(event,'sinaminiblog',0);return false;" title="新浪微博"><img src="http://static.bshare.cn/frame/images//forground.gif" style="cursor:pointer;float:left;margin:2px 1px;height:16px;width:16px;background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1728px;" /></div>
+ <div style="float:left;padding-right:2px;cursor:pointer" onmouseover="javascript:this.className='opaque'" onmouseout="javascript:this.className=''" onclick="javascript:bShare.share(event,'qqmb',0);return false;" title="腾讯微博"><img src="http://static.bshare.cn/frame/images//forground.gif" style="cursor:pointer;float:left;margin:2px 1px;height:16px;width:16px;background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1512px;" /></div>
+ <div class="buzzButton" title="更多平台..." style="float:left;padding:0 6px;margin:2px 0 0 3px;width:16px;border-left:1px #ccc solid;"><img src="http://static.bshare.cn/frame/images//more.gif" /></div>
+ </div>
+ <div style="float:left;width:41px;background:transparent url(http://static.bshare.cn/frame/images/counter_box_18.gif) no-repeat;height:18px;margin:1px 0 0 5px;text-align:center;font:bold 11px Arial,宋体,sans-serif;"> <span style="position:relative;line-height:18px;" class="shareCount">0</span></div>
+ <div style="clear:both;"></div>
+ </a>
+ <script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/buttonLite.js#uuid=fbe7b28e-050d-4ab3-9af4-0740ed16ea11&amp;style=2&amp;textcolor=#000000&amp;bgcolor=none&amp;bp=weixin,sinaminiblog,qqmb&amp;text=%E5%88%86%E4%BA%AB&amp;logo=false"></script>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ <!-- baidu 猜你喜欢
+<div class="contentColumnLeft contentRelatedArea noMobile">
+ <script>document.write(unescape('%3Cdiv id="hm_t_90626"%3E%3C/div%3E%3Cscript charset="utf-8" src="http://crs.baidu.com/t.js?siteId=0b2007edc647fec486f98a9528a1e9cd&planId=90626&async=0&referer=') + encodeURIComponent(document.referrer) + '&title=' + encodeURIComponent(document.title) + '&rnd=' + (+new Date) + unescape('"%3E%3C/script%3E'));</script>
+<div class="clear"></div>
+</div> -->
+ <!-- con_left_mid -->
+ <div class="noMobile">
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+
+ <!--版权-->
+ <div id="copyrightClarify">
+ <a href="http://www.gmw.cn/content/2011-02/14/content_1609313.htm" target="_blank" style="text-decoration:none;"><span class="red14b">版权声明:</span><span class="black14">转载须经版权人书面授权并注明来源</span></a>
+ </div>
+
+ </div>
+
+ <a name="commentAnchor"></a>
+ <!--新闻表情 begin-->
+ <div id="motionsDiv">
+ <a name="Mtns"></a>
+ <style>
+ #mood * {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ font-size: 12px;
+ }
+
+ #mood ul li a {
+ color: #000;
+ text-decoration: none;
+ cursor: pointer;
+ }
+
+ #mood ul li a img {
+ border: 0;
+ }
+
+ #mood ul li,
+ #mood ul li div.pillar {
+ display: inline-block;
+ display: -moz-inline-stack;
+ zoom: 1;
+ *display: inline;
+ }
+
+ #mood ul li {
+ vertical-align: bottom;
+ display: inline-block;
+ display: inline9;
+ }
+
+ #mood ul li {
+ width: 70px;
+ padding-bottom: 10px
+ }
+
+ #mood ul li div.pillar {
+ width: 70px;
+ display: inline-block !important;
+ height: 0px;
+ max-height: 40px;
+ line-height: 0px;
+ background: url(http://imghealth.gmw.cn/motions/mood.gif) repeat-y center;
+ margin-bottom: 5px;
+ }
+
+ #mood_title {
+ background-color: #f0f0f0;
+ height: 26px;
+ line-height: 26px;
+ }
+
+ #mood_title div {
+ margin: 0 2em;
+ font-size: 14px;
+ font-weight: bold;
+ }
+
+ #mood_tl {
+ float: left;
+ }
+
+ #mood_tr {
+ float: right;
+ }
+
+ .list_more {
+ border-top: 1px solid #fff;
+ clear: both;
+ overflow-: hidden;
+ padding-bottom: 8px;
+ margin: 0 auto;
+ width: 94%;
+ }
+
+ .list_more a {
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+ display: block;
+ text-align: center;
+ border: 1px solid #eae9e9;
+ height: 30px;
+ line-height: 30px;
+ font-size: 15px;
+ background-color: #e6e6e6;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e6e6e6));
+ background-image: -webkit-linear-gradient(top, #f3f3f3, #e6e6e6);
+ background-image: -moz-linear-gradient(top, #f3f3f3, #e6e6e6);
+ background-image: -ms-linear-gradient(top, #f3f3f3, #e6e6e6);
+ background-image: -o-linear-gradient(top, #f3f3f3, #e6e6e6);
+ background-image: linear-gradient(top, #f3f3f3, #e6e6e6);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#f3f3f3", EndColorStr="#e6e6e6");
+ color: #9b9b9b;
+ text-shadow: 1px 1px 1px #fff;
+ font-weight: bold;
+ -moz-box-shadow: 1px 1px 1px #999;
+ -webkit-box-shadow: 1px 1px 1px #999;
+ box-shadow: 1px 1px 1px #999;
+ }
+
+ .list_more a:hover {
+ color: #0095EF;
+ text-decoration: none;
+ }
+ </style>
+ <div id="mood">
+ <div id="mood_title">
+ <div id="mood_tl">您此时的心情</div>
+ <div id="mood_tr">新闻表情排行 <a href="http://www.gmw.cn/motionsdaytop.htm" target="_blank">日</a>/<a href="http://www.gmw.cn/motionsweektop.htm" target="_blank">周</a></div>
+ </div>
+ <div style="clear:both;"></div>
+ <ul>
+ <li>
+ <p id="hits_1">1</p>
+ <div id="zhu_1" style="height:10px; line-height:10px;" class="pillar"> </div>
+ <a onclick="getMotions(1);"><img src="http://imgp.gmw.cn/motionsimg/0/m1.gif" />
+ <p>开心</p>
+ </a>
+ </li>
+ <li>
+ <p id="hits_2">0</p>
+ <div id="zhu_2" style="height:0px; line-height:0px;" class="pillar"> </div>
+ <a onclick="getMotions(2);"><img src="http://imgp.gmw.cn/motionsimg/0/m2.gif" />
+ <p>板砖</p>
+ </a>
+ </li>
+ <li>
+ <p id="hits_3">0</p>
+ <div id="zhu_3" style="height:0px; line-height:0px;" class="pillar"> </div>
+ <a onclick="getMotions(3);"><img src="http://imgp.gmw.cn/motionsimg/0/m3.gif" />
+ <p>感动</p>
+ </a>
+ </li>
+ <li>
+ <p id="hits_4">4</p>
+ <div id="zhu_4" style="height:40px; line-height:40px;" class="pillar"> </div>
+ <a onclick="getMotions(4);"><img src="http://imgp.gmw.cn/motionsimg/0/m4.gif" />
+ <p>撒花</p>
+ </a>
+ </li>
+ <li>
+ <p id="hits_5">0</p>
+ <div id="zhu_5" style="height:0px; line-height:0px;" class="pillar"> </div>
+ <a onclick="getMotions(5);"><img src="http://imgp.gmw.cn/motionsimg/0/m5.gif" />
+ <p>怀疑</p>
+ </a>
+ </li>
+ <li>
+ <p id="hits_6">0</p>
+ <div id="zhu_6" style="height:0px; line-height:0px;" class="pillar"> </div>
+ <a onclick="getMotions(6);"><img src="http://imgp.gmw.cn/motionsimg/0/m6.gif" />
+ <p>难过</p>
+ </a>
+ </li>
+ <li>
+ <p id="hits_7">0</p>
+ <div id="zhu_7" style="height:0px; line-height:0px;" class="pillar"> </div>
+ <a onclick="getMotions(7);"><img src="http://imgp.gmw.cn/motionsimg/0/m7.gif" />
+ <p>无聊</p>
+ </a>
+ </li>
+ <li>
+ <p id="hits_8">0</p>
+ <div id="zhu_8" style="height:0px; line-height:0px;" class="pillar"> </div>
+ <a onclick="getMotions(8);"><img src="http://imgp.gmw.cn/motionsimg/0/m8.gif" />
+ <p>震惊</p>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <script>
+ var M_contentId = $("META[name=contentid]").attr("content");
+ (function() {
+ var mojs1 = document.createElement('script');
+ mojs1.type = 'text/javascript';
+ mojs1.async = true;
+ mojs1.src = 'http://motions.gmw.cn/show/' + M_contentId;
+ var smo1 = document.getElementsByTagName('script')[0];
+ smo1.parentNode.insertBefore(mojs1, smo1);
+ })();
+ </script>
+ <!--新闻表情 end-->
+
+ <!-- 20151113 豆子游戏 begin -->
+ <div class="noMobile" style="margin:10px 0;">
+ <!-- 112417:通发-内-底部表情下-豆子 类型:固定广告位 尺寸:650x90-->
+ <span style="overflow: visible; position: relative; display: block; width: 650px; height: 90px; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; border: 0px none; text-align: left;"><span style="overflow: hidden; position: absolute; display: block; width: 650px; height: 90px; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; border: 0px none; text-align: left;"><span style="overflow: hidden; position: absolute; display: block; width: 650px; height: 90px; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; border: 0px none; text-align: left;"><a href="http://afptrack.csbew.com/clk?bid=0a671d61000058c27c59b13906761f01&amp;pid=mm_113716014_12970037_52772596&amp;cid=2485&amp;mid=3274&amp;oid=376&amp;productType=1&amp;qytInfoMTime=1489082528&amp;e=65jNm6hIUYyGJgTPtIvipkpkK%2F62DaN5A7mySUZ7RZeubpFI6Mi%2FRxQoA3tZJHHPR289L%2BdlzZNTDiuKzxzB1BSqLlG1JgPB1oeHY7S32O73Ynpsla%2BSODS%2BXkeGL8MOj5E43hR%2FA2qZFTr1gPmfgQ8X%2BqnoUzCZGxCYs%2FnOiYw%3D&amp;k=173" target="_blank" style="position: absolute; display: block; top: 0px; left: 0px; margin: 0px; padding: 0px; width: 650px; height: 90px; text-decoration: none; opacity: 0; z-index: 1; cursor: pointer; background: rgb(255, 255, 255) none repeat scroll 0% 0%;"></a><img id="ac_cs_112417_1" src="http://afp.alicdn.com/afp-creative/creative/u113716014/8fffe82208528de01df9dd6c686cdfed.jpg" style="width: 650px; height: 90px;" border="0" /></span></span>
+ </span><ins style="display: none;" id="ac_js86_112417"></ins>
+ <script type="text/javascript">
+ _acK({
+ aid: 112417,
+ format: 0,
+ mode: 1,
+ gid: 1,
+ serverbaseurl: "afp.csbew.com/"
+ });
+ </script>
+ <script type="text/javascript">
+ ac_as_id = 112417;
+ window.afp_cur_query = "pv=1&amp;sp=112417,1,0,0,0,1,1,21&amp;ec=UTF-8&amp;re=1440,900&amp;jsv=7&amp;cb=6032452068&amp;seq=3&amp;fs=0";
+ ac_format = 0;
+ ac_mode = 1;
+ window.__trans__112417 = true;
+ ac_group_id = 1;
+ ac_server_base_url = "afpeng.csbew.com/";
+ </script>
+ <script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.csbew.com/ex?a=112417&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140824079&amp;fs=0&amp;pvid=aa6d5fd5629d1301bbaaa88f5dec1d34&amp;cg=a3c46ebbc5b33fb9ee267f4ef73ca10c&amp;from_csbew=1" id="ac_js86_$5237524208"></script>
+
+ </div>
+ <!-- 20151113 豆子游戏 end -->
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+
+ <!-- con_left_end.htm -->
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <div class="noMobile">
+ <div id="leftad1" class="noMobile contentadBox_left">
+ <div id="ac_wrap_mm_113716014_12970037_69446086" style="width:650px">
+ <style type="text/css">
+ #BAIDU_SSP__wrapper_u2864467_0 {
+ float: left;
+ width: 20%;
+ }
+
+ #BAIDU_SSP__wrapper_u2864483_0 {
+ float: left;
+ width: 20%;
+ }
+
+ #BAIDU_SSP__wrapper_u2864494_0 {
+ float: left;
+ width: 20%;
+ }
+
+ #BAIDU_SSP__wrapper_u2864497_0 {
+ float: left;
+ width: 20%;
+ }
+
+ #BAIDU_SSP__wrapper_u2864590_0 {
+ float: left;
+ width: 20%;
+ }
+ </style>
+ <div style="width:650px;">
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推1-1-17/1/3*/
+ var cpro_id = "u2864467";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864467_0"><iframe id="iframeu2864467_0" src="http://pos.baidu.com/jcwm?rdid=2864467&amp;dc=3&amp;di=u2864467&amp;dri=0&amp;dis=0&amp;dai=14&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140826&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=c109617e717f528e&amp;tt=1489140824660.1507.1507.1507" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推1-2-17/1/3*/
+ var cpro_id = "u2864483";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864483_0"><iframe id="iframeu2864483_0" src="http://pos.baidu.com/jcwm?rdid=2864483&amp;dc=3&amp;di=u2864483&amp;dri=0&amp;dis=0&amp;dai=15&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140826&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=5e702cbb89b52182&amp;tt=1489140824660.1528.1528.1528" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推1-3-17/1/3*/
+ var cpro_id = "u2864494";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864494_0"><iframe id="iframeu2864494_0" src="http://pos.baidu.com/jcwm?rdid=2864494&amp;dc=3&amp;di=u2864494&amp;dri=0&amp;dis=0&amp;dai=16&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140826&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=aef48c987d804f87&amp;tt=1489140824660.1581.1581.1581" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推1-4-17/1/3*/
+ var cpro_id = "u2864497";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864497_0"><iframe id="iframeu2864497_0" src="http://pos.baidu.com/jcwm?rdid=2864497&amp;dc=3&amp;di=u2864497&amp;dri=0&amp;dis=0&amp;dai=17&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140826&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=f0d055c3b3d97b11&amp;tt=1489140824660.1712.1712.1712" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推1-5-17/1/3*/
+ var cpro_id = "u2864590";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864590_0"><iframe id="iframeu2864590_0" src="http://pos.baidu.com/jcwm?rdid=2864590&amp;dc=3&amp;di=u2864590&amp;dri=0&amp;dis=0&amp;dai=18&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140826&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=5b8528dd467b3b03&amp;tt=1489140824660.1823.1823.1823" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ </div>
+ </div>
+ <div id="leftad2" class="noMobile contentadBox_left">
+ <div id="ac_wrap_mm_113716014_12970037_69440205" style="width:650px">
+ <div style="width:650px;">
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推2-1-17/1/3*/
+ var cpro_id = "u2864594";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864594_0"><iframe id="iframeu2864594_0" src="http://pos.baidu.com/jcwm?rdid=2864594&amp;dc=3&amp;di=u2864594&amp;dri=0&amp;dis=0&amp;dai=9&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=c29776678656f46c&amp;tt=1489140824660.1022.1022.1023" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推2-2-17/1/3*/
+ var cpro_id = "u2864598";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864598_0"><iframe id="iframeu2864598_0" src="http://pos.baidu.com/jcwm?rdid=2864598&amp;dc=3&amp;di=u2864598&amp;dri=0&amp;dis=0&amp;dai=10&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=b5fa8307deca83b0&amp;tt=1489140824660.1152.1259.1260" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推2-3-17/1/3*/
+ var cpro_id = "u2864599";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864599_0"><iframe id="iframeu2864599_0" src="http://pos.baidu.com/jcwm?rdid=2864599&amp;dc=3&amp;di=u2864599&amp;dri=0&amp;dis=0&amp;dai=11&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=216e8076a343ba9e&amp;tt=1489140824660.1189.1264.1265" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推2-4-17/1/3*/
+ var cpro_id = "u2864603";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864603_0"><iframe id="iframeu2864603_0" src="http://pos.baidu.com/jcwm?rdid=2864603&amp;dc=3&amp;di=u2864603&amp;dri=0&amp;dis=0&amp;dai=12&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=0c303e3cf7833508&amp;tt=1489140824660.1255.1255.1256" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推2-5-17/1/3*/
+ var cpro_id = "u2864605";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864605_0"><iframe id="iframeu2864605_0" src="http://pos.baidu.com/jcwm?rdid=2864605&amp;dc=3&amp;di=u2864605&amp;dri=0&amp;dis=0&amp;dai=13&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140826&amp;qn=13236dba96133b74&amp;tt=1489140824660.1316.1316.1316" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ </div>
+ </div>
+ <div id="leftad3" class="noMobile contentadBox_left">
+ <div id="ac_wrap_mm_113716014_12970037_69446087" style="width:650px">
+ <div style="width:650px;">
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推3-1-17/1/3*/
+ var cpro_id = "u2864609";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864609_0"><iframe id="iframeu2864609_0" src="http://pos.baidu.com/jcwm?rdid=2864609&amp;dc=3&amp;di=u2864609&amp;dri=0&amp;dis=0&amp;dai=4&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140825&amp;qn=0a6eb3663677d888&amp;tt=1489140824660.555.555.556" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推3-2-17/1/3*/
+ var cpro_id = "u2864610";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864610_0"><iframe id="iframeu2864610_0" src="http://pos.baidu.com/jcwm?rdid=2864610&amp;dc=3&amp;di=u2864610&amp;dri=0&amp;dis=0&amp;dai=5&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140825&amp;qn=97ec9d3516864212&amp;tt=1489140824660.574.574.575" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推3-3-17/1/3*/
+ var cpro_id = "u2864614";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864614_0"><iframe id="iframeu2864614_0" src="http://pos.baidu.com/jcwm?rdid=2864614&amp;dc=3&amp;di=u2864614&amp;dri=0&amp;dis=0&amp;dai=6&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140825&amp;qn=4c66ee28add39d75&amp;tt=1489140824660.600.600.601" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推4-4-17/1/3*/
+ var cpro_id = "u2864616";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864616_0"><iframe id="iframeu2864616_0" src="http://pos.baidu.com/jcwm?rdid=2864616&amp;dc=3&amp;di=u2864616&amp;dri=0&amp;dis=0&amp;dai=7&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140825&amp;qn=f288f6f35ea7ec6c&amp;tt=1489140824660.633.633.634" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ <div style="width:20%; float:left;">
+ <script type="text/javascript">
+ /*PC-内-底推3-5-17/1/3*/
+ var cpro_id = "u2864619";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2864619_0"><iframe id="iframeu2864619_0" src="http://pos.baidu.com/jcwm?rdid=2864619&amp;dc=3&amp;di=u2864619&amp;dri=0&amp;dis=0&amp;dai=8&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140825&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140825&amp;qn=1754421f407bc865&amp;tt=1489140824660.757.757.757" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:130px;height:90px" allowtransparency="true" width="130" align="center,center" height="90" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ </div>
+ </div>
+ </div>
+ </div>
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <!-- tplD:7762 -->
+ <style type="text/css">
+ .contentPicTxt_right {
+ padding: 5px;
+ }
+
+ .contentPicTxt_right img {
+ margin: 0 5px 0 0;
+ float: left;
+ }
+ /* 右侧侧Tab01 3个栏目*/
+
+ ul#contentTabs_right01 {
+ width: 308px;
+ }
+
+ ul#contentTabs_right01 li {
+ float: left;
+ }
+
+ ul#contentTabs_right01 li a {
+ display: block;
+ width: 102px;
+ border-bottom: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+ height: 30px;
+ line-height: 30px;
+ text-align: center;
+ text-decoration: none;
+ outline: none;
+ background: #f9f9f9;
+ }
+
+ ul#contentTabs_right01 li a.current {
+ background: #fff;
+ border-bottom: none;
+ font-weight: bold;
+ }
+
+ ul#contentTabs_right01 li a.current:hover {
+ text-decoration: none;
+ cursor: default;
+ }
+
+ ul#contentOutput_right01,
+ ul#contentOutput_right01 li {
+ width: 308px;
+ height: 260px;
+ overflow: hidden;
+ }
+ /* 右侧侧Tab02 2个栏目*/
+
+ ul#contentTabs_right02 {
+ width: 308px;
+ }
+
+ ul#contentTabs_right02 li {
+ float: left;
+ }
+
+ ul#contentTabs_right02 li a,
+ ul#contentTabs_right01 li a {
+ display: block;
+ width: 153px;
+ border-bottom: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+ height: 30px;
+ line-height: 30px;
+ text-align: center;
+ text-decoration: none;
+ outline: none;
+ background: #f9f9f9;
+ }
+
+ ul#contentTabs_right02 li {
+ display: block;
+ width: 100%;
+ border-bottom: 1px solid #ccc;
+ line-height: 30px;
+ text-align: center;
+ text-decoration: none;
+ outline: none;
+ background: #f9f9f9;
+ font-weight: bold;
+ }
+
+ ul#contentTabs_right02 li a.current {
+ background: #fff;
+ border-bottom: none;
+ font-weight: bold;
+ }
+
+ ul#contentTabs_right02 li a.current:hover {
+ text-decoration: none;
+ cursor: default;
+ }
+
+ ul#contentOutput_right02,
+ ul#contentOutput_right02 li {
+ width: 308px;
+ height: 260px;
+ overflow: hidden;
+ }
+
+ ul.contentOutput_right02,
+ ul.contentOutput_right02 li {
+ width: 308px;
+ height: 260px;
+ overflow: hidden;
+ }
+ /* 右侧排行*/
+
+ .rankRight p {
+ display: block;
+ height: 24px;
+ margin: 0;
+ padding: 0;
+ border-bottom: 1px dotted #cecece;
+ clear: both;
+ }
+
+ .rankRight p span {
+ display: block;
+ float: left;
+ height: 24px;
+ line-height: 24px;
+ }
+
+ .rankRight p span.rankRightTit {
+ width: 220px;
+ overflow: hidden;
+ }
+
+ .rankRight p span.clickRate {
+ width: 55px;
+ color: #666;
+ }
+
+ .rankRight p span.r1,
+ .rankRight p span.r2 {
+ width: 18px;
+ height: 18px;
+ line-height: 18px;
+ margin: 3px 5px 0 0;
+ text-align: center;
+ font-size: 12px;
+ }
+
+ .rankRight p span.r1 {
+ color: #c00;
+ }
+ </style>
+
+ <div class="contentRight">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style>
+ #searchBar {
+ padding-bottom: 2px;
+ }
+
+ #searchText {
+ width: 140px;
+ height: 20px;
+ line-height: 20px;
+ border: 1px #ccc solid;
+ }
+
+ #selectId {
+ width: 96px;
+ height: 22px;
+ border: 1px #ccc solid;
+ }
+
+ #submitS {
+ background: #123377;
+ border: 1px #ccc solid;
+ width: 50px;
+ height: 24px;
+ line-height: 20px;
+ color: #fff;
+ font-size: 12px;
+ cursor: pointer;
+ }
+ </style>
+ <div id="searchBar">
+ <form id="form2" name="form2" method="post" target="_blank" onsubmit="change()">
+ <table width="370" cellspacing="0" cellpadding="0" border="0">
+ <tbody>
+ <tr>
+ <td width="153" align="left"> <input id="searchText" name="searchText" type="text" /></td>
+ <td width="102" align="left">
+ <select name="selectId" id="selectId">
+ <option value="0">站内搜索</option>
+ <option value="1">光明网</option>
+ <option value="2">光明报系</option>
+ </select>
+ </td>
+ <td width="55" align="right"><input id="submitS" value="搜索" type="submit" /></td>
+ <td align="right">
+ <a href="http://skype.gmw.cn/"><img src="http://img.gmw.cn/pic/skypelogo.jpg" width="45" border="0" height="20" /></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </form>
+ </div>
+
+ <!--值班总编推荐-->
+ <div class="contentColumnRight">
+ <div class="contentBoxRight">
+ <p><span class="navy12">[值班总编推荐]</span>
+ <span class="black12"><a atremote="" href="http://guancha.gmw.cn/2017-03/10/content_23937646.htm" target="_blank">想想童乞的遭遇,谁都会坐立不安</a><br /></span>
+ </p>
+ <p><span class="navy12">[值班总编推荐]</span>
+ <span class="black12"><a atremote="" href="http://news.gmw.cn/2017-03/10/content_23932721.htm" target="_blank">网络慈善:珍视每一份爱心</a><br /></span>
+ </p>
+ <p><span class="navy12">[值班总编推荐]</span>
+ <span class="black12"><a atremote="" href="http://news.gmw.cn/2017-03/07/content_23904471.htm" target="_blank">被村上春树打脸,日本右翼急了</a><br /></span>
+ </p>
+ </div>
+ </div>
+ <!--右侧广告1-->
+ <div id="rightad1" class="contentadBox_right">
+ <div id="ac_wrap_mm_113716014_12970037_52770159" style="width:300px">
+ <script type="text/javascript">
+ /*PC-IT-PIP1-16年8月5日*/
+ var cpro_id = "u2725145";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2725145_0"><iframe id="iframeu2725145_0" src="http://pos.baidu.com/jcwm?rdid=2725145&amp;dc=3&amp;di=u2725145&amp;dri=0&amp;dis=0&amp;dai=1&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140824&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140825&amp;qn=b2823388fb3b29c7&amp;tt=1489140824660.26.26.28" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:300px;height:250px" allowtransparency="true" width="300" align="center,center" height="250" frameborder="0"></iframe></div>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ </div>
+ </div>
+
+
+ <!--360推荐 begin-->
+ <div class="contentColumnRight black12">
+ <div class="contentBoxRight">
+ <div class="contentPicBox">
+ <a atremote="" href="http://politics.gmw.cn/2017-02/27/content_23830993.htm" target="_blank"><img atremote="" src="http://imgtech.gmw.cn/attachement/gif/site2/20170228/002564a5d1f31a1f298305.gif" width="140" border="0" height="100" /></a><br /><a atremote="" href="http://politics.gmw.cn/2017-02/27/content_23830993.htm" target="_blank">老人制万根“爱心拐棍”</a></div>
+ <div class="contentPicBox">
+ <a atremote="" href="http://politics.gmw.cn/2017-02/28/content_23845465.htm" target="_blank"><img atremote="" src="http://imgtech.gmw.cn/attachement/gif/site2/20170228/002564a5d1f31a1f294604.gif" width="140" border="0" height="100" /></a><br /><a atremote="" href="http://politics.gmw.cn/2017-02/28/content_23845465.htm" target="_blank">公安破获象牙制售案件</a></div>
+ <div class="contentPicBox">
+ <a atremote="" href="http://politics.gmw.cn/2017-02/20/content_23766334.htm" target="_blank"><img atremote="" src="http://imgtech.gmw.cn/attachement/gif/site2/20170228/002564a5d1f31a1f291e03.gif" width="140" border="0" height="100" /></a><br /><a atremote="" href="http://politics.gmw.cn/2017-02/20/content_23766334.htm" target="_blank">古稀老人照顾病妻26年</a></div>
+ <div class="contentPicBox">
+ <a atremote="" href="http://politics.gmw.cn/2017-02/28/content_23845523.htm" target="_blank"><img atremote="" src="http://imgtech.gmw.cn/attachement/gif/site2/20170228/002564a5d1f31a1f28ea02.gif" width="140" border="0" height="100" /></a><br /><a atremote="" href="http://politics.gmw.cn/2017-02/28/content_23845523.htm" target="_blank">维和部队营救演习侧记</a></div>
+ </div>
+ <div class="clear"></div>
+ </div>
+
+ <!--右侧广告2-->
+ <div id="rightad8" style="margin-bottom:10px;"></div>
+ <div id="rightad2" class="contentadBox_right">
+ <div id="ac_wrap_mm_113716014_12970037_52770160" style="width:300px">
+ <script type="text/javascript">
+ /*PC-IT-右二-300*250-16年8月5日*/
+ var cpro_id = "u2725146";
+ </script>
+ <script type="text/javascript"></script>
+ <div id="BAIDU_SSP__wrapper_u2725146_0"><iframe id="iframeu2725146_0" src="http://pos.baidu.com/jcwm?rdid=2725146&amp;dc=3&amp;di=u2725146&amp;dri=0&amp;dis=0&amp;dai=3&amp;ps=0x0&amp;dcb=___adblockplus&amp;dtm=HTML_POST&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489140824683&amp;ti=%E5%AE%87%E8%88%AA%E5%91%98%E5%9C%A8%E5%A4%AA%E7%A9%BA%E4%B8%AD%E5%96%9D%E9%85%92%E4%BC%9A%E6%80%8E%E4%B9%88%E6%A0%B7%EF%BC%9F%E5%90%8E%E6%9E%9C%E5%BE%88%E4%B8%A5%E9%87%8D%20_%E6%8E%A2%E7%B4%A2%E8%80%85%20_%E5%85%89%E6%98%8E%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=573x798&amp;pss=573x5268&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489140824&amp;rw=588&amp;ltu=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489140825&amp;qn=e3fd1a54494df19e&amp;tt=1489140824660.328.397.399" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" style="border:0;vertical-align:bottom;margin:0;width:300px;height:250px" allowtransparency="true" width="300" align="center,center" height="250" frameborder="0"></iframe></div>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ </div>
+ </div>
+
+ <!--图说能源-->
+ <div class="contentColumnRight black12">
+ <div class="contentTitBarRight">图说能源</div>
+ <div class="contentBoxRight">
+ <div class="contentPicBox">
+ <a atremote="" href="http://www.gmw.cn/ny/2016-09/19/content_22034037.htm" target="_blank"><img atremote="" src="http://imgtech.gmw.cn/attachement/jpg/site2/20161010/448a5b7c82a419653f8e01.jpg" width="140" border="0" height="100" /></a><br /><a atremote="" href="http://www.gmw.cn/ny/2016-09/19/content_22034037.htm" target="_blank">工业遗迹的二次生命</a></div>
+ <div class="contentPicBox">
+ <a atremote="" href="http://www.gmw.cn/ny/2016-08/29/content_21687829.htm" target="_blank"><img atremote="" src="http://imgtech.gmw.cn/attachement/jpg/site2/20161010/448a5b7c82a4196542d504.jpg" width="140" border="0" height="100" /></a><br /><a atremote="" href="http://www.gmw.cn/ny/2016-08/29/content_21687829.htm" target="_blank">电力作业上的“瓦力”</a></div>
+ <div class="contentPicBox">
+ <a atremote="" href="http://www.gmw.cn/ny/2016-06/02/content_20390690.htm" target="_blank"><img atremote="" src="http://imgtech.gmw.cn/attachement/jpg/site2/20161010/448a5b7c82a41965427203.jpg" width="140" border="0" height="100" /></a><br /><a atremote="" href="http://www.gmw.cn/ny/2016-06/02/content_20390690.htm" target="_blank">芳烃技术有多牛?</a></div>
+ <div class="contentPicBox">
+ <a atremote="" href="http://www.gmw.cn/ny/2016-07/08/content_20890703.htm" target="_blank"><img atremote="" src="http://imgtech.gmw.cn/attachement/jpg/site2/20161010/448a5b7c82a41965411e02.jpg" width="140" border="0" height="100" /></a><br /><a atremote="" href="http://www.gmw.cn/ny/2016-07/08/content_20890703.htm" target="_blank">EFG2016新看点</a></div>
+ </div>
+ <div class="clear"></div>
+ </div>
+
+ <!--右侧广告3-->
+ <div id="rightad3" class="contentadBox_right">
+ <div id="ac_wrap_mm_113716014_12970037_52770184" style="width:300px">
+ <script type="text/javascript">
+ document.write('&lt;a style="display:none!important" id="tanx-a-mm_26632169_2503481_23184864"&gt;&lt;/a&gt;');
+ tanx_s = document.createElement("script");
+ tanx_s.type = "text/javascript";
+ tanx_s.charset = "gbk";
+ tanx_s.id = "tanx-s-mm_26632169_2503481_23184864";
+ tanx_s.async = true;
+ tanx_s.src = "http://p.tanx.com/ex?i=mm_26632169_2503481_23184864";
+ tanx_h = document.getElementsByTagName("head")[0];
+ if (tanx_h) tanx_h.insertBefore(tanx_s, tanx_h.firstChild);
+ </script><ins style="display:inline-block;padding:0;margin:0;width:300px;height:250px;*zoom:1;*display:inline; position:relative;" id="tanxssp-outer-conmm_26632169_2503481_23184864"><div id="tanxssp_con_mm_26632169_2503481_23184864" style="overflow:hidden;display:inline-block;position:relative;width:300px;height:250px;*display:inline;*zoom:1;font:12px/1.5 tahoma,'Hiragino Sans GB','microsoft yahei',sans-serif;"><iframe id="tanxssp-tuwen-iframemm_26632169_2503481_23184864" src="https://a1.alicdn.com/creation/html/2016/06/20/creation-245057E3sJ6U0UZ8D-2830683.html?tanxdspv=http%3a%2f%2frdstat.tanx.com%2ftrd%3ff%3d%26k%3da09e279ad7f7a12a%26p%3dmm_26632169_2503481_23184864%26pvid%3d0bb4df44000258c27c5a8b1900134a48%26s%3d300x250%26d%3d0%26t%3d1489140826&amp;pid=mm_26632169_2503481_23184864&amp;tp=5&amp;tsid=0bb4df44000258c27c5a8b1900134a48&amp;pid=mm_26632169_2503481_23184864" style="width:300px;height:250px" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="true" frameborder="0"></iframe><a id="sxmm_26632169_2503481_23184864" href="javascript:;" style="width:20px;height:13px;right:0px;bottom:0px;display:block;position:absolute;cursor:pointer;z-index:250;margin:0;"> <span id="sx1mm_26632169_2503481_23184864" style="float:none;width:20px;display:block;height:13px;"><img src="//atanx.alicdn.com/t/img/TB1tWvVJFXXXXc_aXXXXXXXXXXX-40-26.png" style="width:20px;height:13px;margin:auto;display:block;min-height:13px;" border="0/" /></span><div id="sxtipmm_26632169_2503481_23184864" style="display:none;position:absolute;left:-38px;bottom:13px;"><img src="//atanx.alicdn.com/t/img/TB1upAiJXXXXXa5aXXXXXXXXXXX-116-30.png" style="width:58px;height:15px;margin:auto;display:block;min-height:15px;" border="0" /></div></a></div></ins>
+ <a style="display:none!important" id="tanx-a-mm_26632169_2503481_23184864"></a>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ <script type="text/javascript"></script>
+ </div>
+ </div>
+
+
+ <!--右侧广告5-->
+ <!-- rightad5.htm -->
+ <!-- 画中画广告 -->
+ <script src="http://img.gmw.cn/js/content_inside_ad.js"></script>
+ <!-- AFP两段式代码-公用代码 -->
+ <script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script>
+ <!-- 72417:科技-内-顶通 -->
+ <ins id="ac_js86_mm_113716014_12970037_52770157" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_52770157",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ destid: "banner_top",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_52770157&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140824173&amp;fs=0&amp;pvid=db814da9e3a35503fc157809c1b135df&amp;cg=ca017a584f16b997d1bf766e52393cbf" id="ac_js86_$9577777313"></script>
+
+ <!-- 52770158:科技-内-中通 类型:固定 尺寸:1000x60-->
+ <ins id="ac_js86_mm_113716014_12970037_52770158" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_52770158",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ destid: "banner_top2",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_52770158&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140824317&amp;fs=0&amp;pvid=a878c27dd82defbff7ca01100119e55f&amp;cg=a915710ca3938dfb12ac4df5c4fe7ae0" id="ac_js86_$1480679826"></script>
+
+ <!-- 72445:科技-内-对联 -->
+ <ins id="ac_js86_mm_113716014_12970037_52770140" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_52770140",
+ format: 2,
+ mode: 1,
+ gid: 1,
+ destid: "side",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_52770140&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140824450&amp;fs=0&amp;pvid=ec9ae90805545c3190a0f196dfdf1f39&amp;cg=a4d6a8ecdd097dc53a1cf386011dd066" id="ac_js86_$846092339"></script>
+ <!-- 72433:科技-内-右1 -->
+ <ins id="ac_js86_mm_113716014_12970037_52770159" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_52770159",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ destid: "rightad1",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_52770159&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140824570&amp;fs=0&amp;pvid=a43cfe5f769a0ccdd29c9a1023184f7d&amp;cg=f465030143df57efea76f027d322077f" id="ac_js86_$9120837297"></script>
+ <!-- 73787:科技-内-弹窗 -->
+ <ins id="ac_js86_mm_113716014_12970037_52770455" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_52770455",
+ format: 2,
+ mode: 1,
+ gid: 1,
+ destid: "window",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_52770455&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140824701&amp;fs=0&amp;pvid=e6c4e84fc23793568c74a7405693c6ff&amp;cg=a5b63168866e84f4a11c70e38261f645" id="ac_js86_$3030429943"></script>
+ <div id="ac_wrap_mm_113716014_12970037_52770455" style="width:0px">
+ <script type="text/javascript">
+ if (crtg_content.indexOf("criteo_300250zy02") == -1) {
+ /*弹窗300*250 创建于 2016年8月5日*/
+ var cpro_id = "u2725027";
+ document.write('&lt;scr' + 'ipt type="text/javas' + 'cript" src="http://cpro.baidustatic.com/cpro/ui/f.js"&gt;&lt;/scr' + 'ipt&gt;');
+ } else {
+ document.write('&lt;div id="gwm_criteo_pop" style="position: fixed; display: block; z-index: 99999999; height: 250px; width: 300px; overflow: visible; right: 5px; top: auto;bottom: 0px;"&gt;');
+ document.write('&lt;div style="height:13px;font-size:14px;float:right;cursor:pointer;position:absolute;top:-16px;right:0px" onclick="javascript:document.getElementById(\'gwm_criteo_pop\').style.cssText=\'display:none\';"&gt;关闭&lt;/div&gt;');
+ document.MAX_ct0 = 'INSERT_CLICK_URL';
+ var m3_u = (location.protocol == 'https:' ? 'https://cas.criteo.com/delivery/ajs.php?' : 'http://cas.criteo.com/delivery/ajs.php?');
+ var m3_r = Math.floor(Math.random() * 99999999999);
+ document.write("&lt;scr" + "ipt type='text/javascript' src='" + m3_u);
+ document.write("zoneid=202614");
+ document.write('&amp;amp;cb=' + m3_r);
+ if (document.MAX_used != ',') document.write("&amp;amp;exclude=" + document.MAX_used);
+ document.write(document.charset ? '&amp;amp;charset=' + document.charset : (document.characterSet ? '&amp;amp;charset=' + document.characterSet : ''));
+ document.write("&amp;amp;loc=" + escape(window.location).substring(0, 1600));
+ if (document.context) document.write("&amp;context=" + escape(document.context));
+ if ((typeof(document.MAX_ct0) != 'undefined') & amp; & amp;
+ (document.MAX_ct0.substring(0, 4) == 'http')) {
+ document.write("&amp;amp;ct0=" + escape(document.MAX_ct0));
+ }
+ if (document.mmm_fo) document.write("&amp;amp;mmm_fo=1");
+ document.write("'&gt;&lt;/scr" + "ipt&gt;");
+ document.write('&lt;/div&gt;');
+ }
+ </script>
+ <script type="text/javascript" src="http://cpro.baidustatic.com/cpro/ui/f.js"></script>
+ <div id="BAIDU_SSP__wrapper_u2725027_0"></div>
+ <script type="text/javascript" src="//afpmm.alicdn.com/g/mm/afp-cdn/JS/e.js"></script>
+ <script type="text/javascript" src="//afpmm.alicdn.com/g/mm/afp-cdn/JS/e.js"></script>
+ <script type="text/javascript" src="//afpmm.alicdn.com/g/mm/afp-cdn/JS/e.js"></script>
+ <script type="text/javascript" src="//afpmm.alicdn.com/g/mm/afp-cdn/JS/e.js"></script>
+ <script type="text/javascript" src="//afpmm.alicdn.com/g/mm/afp-cdn/JS/e.js"></script>
+ </div>
+ <!-- 72435:科技-内-右2 -->
+ <ins id="ac_js86_mm_113716014_12970037_52770160" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_52770160",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ destid: "rightad2",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_52770160&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140824894&amp;fs=0&amp;pvid=a02bff5e4f352af035b93227509e8e87&amp;cg=a98877641cb3b3dfb133cbcf1740be11" id="ac_js86_$2934036839"></script>
+ <!-- 72437:科技-内-右3 -->
+ <ins id="ac_js86_mm_113716014_12970037_52770184" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_52770184",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ destid: "rightad3",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_52770184&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140824996&amp;fs=0&amp;pvid=afdaa432fe1f20bed896ce98f10a5b83&amp;cg=a09d824423f0229dd59e211a20d0c7ab" id="ac_js86_$1994759442"></script>
+
+ <!-- 69446087:科技-内-左3 类型:固定 尺寸:650x90-->
+ <ins id="ac_js86_mm_113716014_12970037_69446087" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_69446087",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ destid: "leftad3",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_69446087&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140825123&amp;fs=0&amp;pvid=ce53b8f4de77a26f78a19dcddea1187f&amp;cg=ad26531f1c45f6f1392ce53404f9ccc7" id="ac_js86_$7618901310"></script>
+
+
+ <!-- 69440205:科技-内-左2 类型:固定 尺寸:650x90-->
+ <ins id="ac_js86_mm_113716014_12970037_69440205" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_69440205",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ destid: "leftad2",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_69440205&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140825526&amp;fs=0&amp;pvid=a451eb6bc552042f1e3427662d5dfc6c&amp;cg=abda4b6ec70d62f7ce27df43bdda52e4" id="ac_js86_$1935065969"></script>
+
+
+ <!-- 69446086:科技-内-左1 类型:固定 尺寸:650x90-->
+ <ins id="ac_js86_mm_113716014_12970037_69446086" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_69446086",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ destid: "leftad1",
+ sendreferer: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_69446086&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140826002&amp;fs=0&amp;pvid=af3d681a357a80688ba533e39e931d6d&amp;cg=a86d1d11f2542e07c412d3b57fae2a6e" id="ac_js86_$4408269306"></script>
+
+
+ </div>
+
+ <div class="clear"></div>
+ </div><iframe src="http://www.gmw.cn/ad/economy_index_380x100_72714879.html" scrolling="no" width="0" height="0" frameborder="0"></iframe>
+
+ <!-- <div id="back_top"><a><span>回到顶部</span></a></div> -->
+ <div class="channel-mobileFooter noDesktop">
+ <p><a href="http://m.gmw.cn/">手机光明网</a></p>
+ <p>光明网版权所有</p>
+ </div>
+ <div class="noMobile">
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+ <div class="clear"></div>
+ <div class="footLine"></div>
+ <div class="black12" style="margin:11px auto 28px;padding:0;text-align:center;">
+ <p style="line-height:30px;height:30px;"><a href="http://www.gmw.cn/node_21441.htm">光明日报社概况</a> | <a href="http://www.gmw.cn/aboutus.htm">关于光明网</a> | <a href="http://www.gmw.cn/content/node_8926.htm">报网动态</a> | <a href="http://www.gmw.cn/node_46280.htm">联系我们</a> | <a href="http://www.gmw.cn/node_46279.htm">法律声明</a> | <a href="http://www.gmw.cn/gm/">光明员工</a> | <a href="http://mail.gmw.cn/">光明网邮箱</a> | <a href="http://www.gmw.cn/map.htm">网站地图</a></p>
+ <p style="line-height:30px;height:30px;">光明网版权所有</p>
+ </div>
+ <div id="thistime" style="display:none">
+ <script type="text/javascript" src="https://img.gmw.cn/js/haf_gmw_2013.js"></script>
+ </div>
+ <!-- 天润 统计 -->
+ <script type="text/javascript">
+ document.write(unescape("%3Cscript src='http://cl.webterren.com/webdig.js?z=7' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script src="http://cl.webterren.com/webdig.js?z=7" type="text/javascript"></script>
+ <script type="text/javascript">
+ wd_paramtracker("_wdxid=000000000000000000000000000000000000000000")
+ </script>
+
+ <!-- 谷歌 统计 -->
+ <script>
+ (function(i, s, o, g, r, a, m) {
+ i['GoogleAnalyticsObject'] = r;
+ i[r] = i[r] || function() {
+ (i[r].q = i[r].q || []).push(arguments)
+ }, i[r].l = 1 * new Date();
+ a = s.createElement(o),
+ m = s.getElementsByTagName(o)[0];
+ a.async = 1;
+ a.src = g;
+ m.parentNode.insertBefore(a, m)
+ })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
+ ga('create', 'UA-20947729-1', 'auto');
+ ga('require', 'displayfeatures');
+ ga('send', 'pageview');
+ </script>
+
+ <script type="text/javascript">
+ _atrk_opts = {
+ atrk_acct: "4+gli1aUCm00OA",
+ domain: "gmw.cn",
+ dynamic: true
+ };
+ (function() {
+ var as = document.createElement('script');
+ as.type = 'text/javascript';
+ as.async = true;
+ as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js";
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(as, s);
+ })();
+ </script>
+ <noscript>&lt;img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=4+gli1aUCm00OA" style="display:none" height="1" width="1" alt="" /&gt;</noscript>
+
+ </div>
+ <style>
+ .onlyYSP {
+ display: none;
+ }
+ </style>
+ <!-- 光明日报系列下载 bengin -->
+ <div class="gmrbAppLayer onlyYSP" id="ysp_gmrbAppLayer">
+ <img class="btn_gmrbApp_close" src="http://imgm.gmw.cn/images/index_QRCode_btn_close.png" />
+ <div class="">
+ <ul class="infoList">
+ <li><img src="http://imgm.gmw.cn/images/gmrb_logo_white_180x180.png" width="50" /><a href="http://yunmei.cloudapi.gmw.cn/gmym_download/" class="txtLink">光明日报客户端</a></li>
+ </ul><a class="btn_openApp" href="http://yunmei.cloudapi.gmw.cn/gmym_download/">立即打开</a></div>
+ <script>
+ $(".btn_gmrbApp_close").click(function() {
+ $(".gmrbAppLayer").hide();
+ });
+ </script>
+ </div>
+ <!-- 光明日报系列下载 end -->
+
+
+ <!-- 20160428 mail form pengbo -->
+ <!-- AFP两段式代码-公用代码 -->
+ <script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script>
+
+
+ <!-- 52772462:人才-内-0像素 类型:固定 尺寸:0x1-->
+ <ins id="ac_js86_mm_113716014_12970037_52772462" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_52772462",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_52772462&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140826630&amp;fs=7&amp;pvid=a767cdb98dd50132922b062cbc5b2236&amp;cg=a7bd18b0631f2d95c7b79682205b3646" id="ac_js86_$3318940481"></script>
+ <script type="text/javascript">
+ document.write(unescape("%3Cscript src='https://img.gmw.cn/js/market/mooncake_final.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script src="https://img.gmw.cn/js/market/mooncake_final.js" type="text/javascript"></script>
+
+ <div style="display:none; width:0; height:0;">
+ <!-- AFP两段式代码-公用代码 -->
+ <script type="text/javascript" src="http://afpmm.alicdn.com/g/mm/afp-cdn/JS/k.js"></script>
+ <!-- 68950863:PC刷量-0-0 类型:固定 尺寸:0x0-->
+ <span style="overflow: visible; position: relative; display: block; width: 0px; height: 1px; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; border: 0px none; text-align: left;"><span style="overflow: hidden; position: absolute; display: block; width: 0px; height: 1px; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; border: 0px none; text-align: left;"><span style="overflow: hidden; position: absolute; display: block; width: 0px; height: 1px; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; border: 0px none; text-align: left;"><img id="ac_cs_mm_113716014_12970037_68950863_1" src="http://afp.alicdn.com/afp-creative/creative/u113716014/37c9f0d8c68fe9458ff53caee567332f.jpg" style="width: 0px; height: 1px;" border="0" /></span></span>
+ </span><ins id="ac_js86_mm_113716014_12970037_68950863" style="display: none;"></ins>
+ <script type="text/javascript">
+ _acM({
+ aid: "mm_113716014_12970037_68950863",
+ format: 1,
+ mode: 1,
+ gid: 1,
+ serverbaseurl: "afpeng.alimama.com/"
+ });
+ </script>
+ <script></script>
+ <script type="text/javascript" src="http://afpeng.alimama.com/ex?a=mm_113716014_12970037_68950863&amp;sp=1&amp;cb=_acM.r&amp;u=http%3A%2F%2Ftech.gmw.cn%2F2017-03%2F10%2Fcontent_23937776.htm&amp;ds=1440x900&amp;_=1489140826830&amp;fs=0&amp;pvid=a4a87426794791571e9eb9ea6a535c5e&amp;cg=a5ca357cfbf85d0cd51257efd122d911" id="ac_js86_$164015126"></script>
+ </div>
+
+
+ <div id="bsBox" class="bsBox">
+ <div class="bsClose">X</div>
+ <div class="bsTop">
+ <div class="bsReturn">选择其他平台 &gt;&gt;</div><span style="margin-left:15px;">分享到</span><span class="bsPlatName"></span></div>
+ <div class="bsFrameDiv"><iframe class="bShareFrame" name="bsFrame815" scrolling="no" allowtransparency="true" frameborder="0"></iframe></div>
+ <div id="bsMorePanel" style="display: none;"></div>
+ </div><iframe src="http://www.gmw.cn/ad/economy_index_380x100_72714879.html" scrolling="no" width="0" height="0" frameborder="0"></iframe>
+ <div id="ads"></div>
+ <div id="bsPanelHolder">
+ <div id="bsPanel" style="display:none;">
+ <div class="bsTitle"><a style="float:left;height:20px;line-height:20px;font-weight:bold;" class="bsSiteLink" target="_blank" href="http://www.bshare.cn/intro">分享到</a><a class="bsSiteLink" style="cursor:pointer;float:right;height:20px;line-height:20px;font-weight:bold;" onclick="document.getElementById('bsPanel').style.display='none';">X</a>
+ <div class="bsClear"></div>
+ </div>
+ <div class="bsClear"></div>
+ <div style="padding-left:8px;background:#fff;*height:244px;">
+ <div style="height:47px;border-bottom:1px #ccc solid;padding:4px 0 4px 16px;margin-right:8px;_padding-left:12px;">
+ <div class="bsRlogo" onmouseover="javascript:this.className='bsRlogoSel'" onmouseout="javascript:this.className='bsRlogo'">
+ <a href="javascript:;" onclick="javascript:bShare.share(event,'bsharesync');return false;" style="text-decoration:none;line-height:120%;">
+ <div style="cursor:pointer;width:24px;height:24px;margin:0 18px 2px;background:url(http://static.bshare.cn/frame/images//logos/m2/bsharesync.gif) no-repeat;"></div>
+ <div style="cursor:pointer;text-align:center;width:60px;height:16px !important;overflow:hidden;color:inherit;white-space:nowrap;line-height:120% !important">一键通</div>
+ </a>
+ </div>
+ <div class="bsRlogo" onmouseover="javascript:this.className='bsRlogoSel'" onmouseout="javascript:this.className='bsRlogo'">
+ <a href="javascript:;" onclick="javascript:bShare.share(event,'sinaminiblog');return false;" style="text-decoration:none;line-height:120%;">
+ <div style="cursor:pointer;width:24px;height:24px;margin:0 18px 2px;background:url(http://static.bshare.cn/frame/images//logos/m2/sinaminiblog.gif) no-repeat;"></div>
+ <div style="cursor:pointer;text-align:center;width:60px;height:16px !important;overflow:hidden;color:inherit;white-space:nowrap;line-height:120% !important">新浪微博</div>
+ </a>
+ </div>
+ <div class="bsRlogo" onmouseover="javascript:this.className='bsRlogoSel'" onmouseout="javascript:this.className='bsRlogo'">
+ <a href="javascript:;" onclick="javascript:bShare.share(event,'qqmb');return false;" style="text-decoration:none;line-height:120%;">
+ <div style="cursor:pointer;width:24px;height:24px;margin:0 18px 2px;background:url(http://static.bshare.cn/frame/images//logos/m2/qqmb.gif) no-repeat;"></div>
+ <div style="cursor:pointer;text-align:center;width:60px;height:16px !important;overflow:hidden;color:inherit;white-space:nowrap;line-height:120% !important">腾讯微博</div>
+ </a>
+ </div>
+ </div>
+ <div class="bsLogoLink">
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="人人网" onclick="javascript:bShare.share(event,'renren');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1674px;">人人网</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="搜狐微博" onclick="javascript:bShare.share(event,'sohuminiblog');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1800px;">搜狐微博</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="开心网" onclick="javascript:bShare.share(event,'kaixin001');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1008px;">开心网</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="朋友网" onclick="javascript:bShare.share(event,'qqxiaoyou');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1548px;">朋友网</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="凤凰微博" onclick="javascript:bShare.share(event,'ifengmb');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -918px;">凤凰微博</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="Facebook" onclick="javascript:bShare.share(event,'facebook');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -648px;">Facebook</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="天涯" onclick="javascript:bShare.share(event,'tianya');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1890px;">天涯</a></div>
+ </div>
+ <div class="bsLogoLink">
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="QQ空间" onclick="javascript:bShare.share(event,'qzone');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1566px;">QQ空间</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="豆瓣网" onclick="javascript:bShare.share(event,'douban');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -540px;">豆瓣网</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="百度空间" onclick="javascript:bShare.share(event,'baiduhi');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -144px;">百度空间</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="网易微博" onclick="javascript:bShare.share(event,'neteasemb');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1332px;">网易微博</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="电子邮件" onclick="javascript:bShare.share(event,'email');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -612px;">电子邮件</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="Twitter" onclick="javascript:bShare.share(event,'twitter');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -1962px;">Twitter</a></div>
+ <div class="bsLogo" onmouseover="javascript:this.className='bsLogoSel'" onmouseout="javascript:this.className='bsLogo'"><a href="javascript:;" title="复制网址" onclick="javascript:bShare.share(event,'clipboard');return false;" style="background:url(http://static.bshare.cn/frame/images//slogos_sprite8.png) no-repeat 0 -378px;">复制网址</a></div>
+ </div>
+ <div class="bsClear"></div>
+ </div>
+ <div style="height:20px;line-height:20px;padding:0 8px;border-top:1px solid #e8e8e8;color:#666;background:#f2f2f2;">
+ <div class="buzzButton" style="float:left;">更多平台...
+ <font style="font-weight:normal;">(133)</font>
+ </div>
+ </div>
+ </div>
+ </div>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-metadata.json
new file mode 100644
index 0000000..41b1ff7
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Written by Rob Ewaschuk\n Edited by Betsy Beyer",
+ "Direction": null,
+ "Excerpt": "Google\u2019s SRE teams have some basic principles and best practices for building successful monitoring and alerting systems. This chapter offers guidelines for what issues should interrupt a human via a page, and how to deal with issues that aren\u2019t serious enough to trigger a page.",
+ "Image": null,
+ "Title": "Google - Site Reliability Engineering",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected.html
new file mode 100644
index 0000000..1461f27
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected.html
@@ -0,0 +1,458 @@
+<section data-type="chapter" id="maia-main" role="main">
+ <h2>
+ Monitoring Distributed Systems
+ </h2>
+
+ <p>
+ Google’s SRE teams have some basic principles and best practices for building successful monitoring and alerting systems. This chapter offers guidelines for what issues should interrupt a human via a page, and how to deal with issues that aren’t serious enough to trigger a page.
+ </p>
+ <section data-type="sect1" id="definitions-2ksZhN">
+ <h2>
+ Definitions
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="terminology" id="id-DnC1SWFMhD"></a>There’s no uniformly shared vocabulary for discussing all topics related to monitoring. Even within Google, usage of the following terms varies, but the most common interpretations are listed here.
+ </p>
+ <dl>
+
+ <dd>
+ <p>
+ Collecting, processing, aggregating, and displaying real-time quantitative data about a system, such as query counts and types, error counts and types, processing times, and server lifetimes.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="white-box monitoring" id="id-9nCjSDS4tZILhX"></a>Monitoring based on metrics exposed by the internals of the system, including logs, interfaces like the Java Virtual Machine Profiling Interface, or an HTTP handler that emits internal statistics.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="black-box monitoring" id="id-zdCxSrSgTWIdhb"></a>Testing externally visible behavior as a user would see it.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="dashboards" data-secondary="defined" id="id-VMCPS2SribIkh4"></a>An application (usually web-based) that provides a summary view of a service’s core metrics. A dashboard may have filters, selectors, and so on, but is prebuilt to expose the metrics most important to its users. The dashboard might also display team information such as ticket queue length, a list of high-priority bugs, the current on-call engineer for a given area of responsibility, or recent pushes.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="alerts" data-secondary="defined" id="id-wqC7SvSPUAIVhQ"></a>A notification intended to be read by a human and that is pushed to a system such as a bug or ticket queue, an email alias, or a pager. Respectively, these alerts are classified as <em>tickets</em>, <em>email alerts</em>,<sup><a data-type="noteref" id="id-LvQuvtYS7UvI8h4-marker" href="#id-LvQuvtYS7UvI8h4">22</a></sup> and <em>pages</em>.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="root cause" data-secondary="defined" id="id-PnCpSaSKsgIjho"></a>A defect in a software or human system that, if repaired, instills confidence that this event won’t happen again in the same way. A given incident might have multiple root causes: for example, perhaps it was caused by a combination of insufficient process automation, software that crashed on bogus input, <em>and</em> insufficient testing of the script used to generate the configuration. Each of these factors might stand alone as a root cause, and each should be repaired.
+ </p>
+ </dd>
+ <dt id="node-and-machine">
+ Node and machine
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="machines" data-secondary="defined" id="id-XmC9SkSlfnI1hK"></a>Used interchangeably to indicate a single instance of a running kernel in either a physical server, virtual machine, or container. There might be multiple <em>services</em> worth monitoring on a single machine. The services may either be:
+ </p>
+ <ul>
+ <li>Related to each other: for example, a caching server and a web server
+ </li>
+ <li>Unrelated services sharing hardware: for example, a code repository and a master for a configuration system like <a href="https://puppetlabs.com/puppet/puppet-open-source" target="_blank">Puppet</a> or <a href="https://www.chef.io/chef/" target="_blank">Chef</a>
+ </li>
+ </ul>
+ </dd>
+
+ <dd>
+ <p>
+ Any change to a service’s running software or its configuration.
+ </p>
+ </dd>
+ </dl>
+ </section>
+ <section data-type="sect1" id="why-monitor-pWsBTZ">
+ <h2>
+ Why Monitor?
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="benefits of monitoring" id="id-kVCkSpFnTl"></a>There are many reasons to monitor a system, including:
+ </p>
+ <dl>
+
+ <dd>
+ <p>
+ How big is my database and how fast is it growing? How quickly is my daily-active user count growing?
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ Are queries faster with Acme Bucket of Bytes 2.72 versus Ajax DB 3.14? How much better is my memcache hit rate with an extra node? Is my site slower than it was last week?
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ Something is broken, and somebody needs to fix it right now! Or, something might break soon, so somebody should look soon.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="dashboards" data-secondary="benefits of" id="id-rjCXSOS0iDIGT8"></a>Dashboards should answer basic questions about your service, and normally include some form of the four golden signals (discussed in <a data-type="xref" href="#xref_monitoring_golden-signals">The Four Golden Signals</a>).
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ Our latency just shot up; what else happened around the same time?
+ </p>
+ </dd>
+ </dl>
+ <p>
+ System monitoring is also helpful in supplying raw input into business analytics and in facilitating analysis of security breaches. Because this book focuses on the engineering domains in which SRE has particular expertise, we won’t discuss these applications of monitoring here.
+ </p>
+ <p>
+ Monitoring and alerting enables a system to tell us when it’s broken, or perhaps to tell us what’s about to break. When the system isn’t able to automatically fix itself, we want a human to investigate the alert, determine if there’s a real problem at hand, mitigate the problem, and determine the root cause of the problem. Unless you’re performing security auditing on very narrowly scoped components of a system, you should never trigger an alert simply because "something seems a bit weird."
+ </p>
+ <p>
+ Paging a human is a quite expensive use of an employee’s time. If an employee is at work, a page interrupts their workflow. If the employee is at home, a page interrupts their personal time, and perhaps even their sleep. When pages occur too frequently, employees second-guess, skim, or even ignore incoming alerts, sometimes even ignoring a "real" page that’s masked by the noise. Outages can be prolonged because other noise interferes with a rapid diagnosis and fix. Effective alerting systems have good signal and very low noise.
+ </p>
+ </section>
+ <section data-type="sect1" id="setting-reasonable-expectations-for-monitoring-o8svcM">
+ <h2>
+ Setting Reasonable Expectations for Monitoring
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="setting expectations for" id="id-4nCqSYFQcE"></a>Monitoring a complex application is a significant engineering endeavor in and of itself. Even with substantial existing infrastructure for instrumentation, collection, display, and alerting in place, a Google SRE team with 10–12 members typically has one or sometimes two members whose primary assignment is to build and maintain monitoring systems for their service. This number has decreased over time as we generalize and centralize common monitoring infrastructure, but every SRE team typically has at least one “monitoring person.” (That being said, while it can be fun to have access to traffic graph dashboards and the like, SRE teams carefully avoid any situation that requires someone to “stare at a screen to watch for problems.”)
+ </p>
+ <p>
+ <a data-type="indexterm" data-primary="post hoc analysis" id="id-JnCDSjIVcG"></a>In general, Google has trended toward simpler and faster monitoring systems, with better tools for <em>post hoc</em> analysis. We avoid "magic" systems that try to learn thresholds or automatically detect causality. Rules that detect unexpected changes in end-user request rates are one counterexample; while these rules are still kept as simple as possible, they give a very quick detection of a very simple, specific, severe anomaly. Other uses of monitoring data such as capacity planning and traffic prediction can tolerate more fragility, and thus, more complexity. Observational experiments conducted over a very long time horizon (months or years) with a low sampling rate (hours or days) can also often tolerate more fragility because occasional missed samples won’t hide a long-running trend.
+ </p>
+ <p>
+ <a data-type="indexterm" data-primary="dependency hierarchies" id="id-9nCjSOtmcj"></a>Google SRE has experienced only limited success with complex dependency hierarchies. We seldom use rules such as, "If I know the database is slow, alert for a slow database; otherwise, alert for the website being generally slow." Dependency-reliant rules usually pertain to very stable parts of our system, such as our system for draining user traffic away from a datacenter. For example, "If a datacenter is drained, then don’t alert me on its latency" is one common datacenter alerting rule. Few teams at Google maintain complex dependency hierarchies because our infrastructure has a steady rate of continuous refactoring.
+ </p>
+ <p>
+ Some of the ideas described in this chapter are still aspirational: there is always room to move more rapidly from symptom to root cause(s), especially in ever-changing systems. So while this chapter sets out some goals for monitoring systems, and some ways to achieve these goals, it’s important that monitoring systems—especially the critical path from the onset of a production problem, through a page to a human, through basic triage and deep debugging—be kept simple and comprehensible by everyone on the team.
+ </p>
+ <p>
+ Similarly, to keep noise low and signal high, the elements of your monitoring system that direct to a pager need to be very simple and robust. Rules that generate alerts for humans should be simple to understand and represent a clear failure.
+ </p>
+ </section>
+ <section data-type="sect1" id="symptoms-versus-causes-g0sEi4">
+ <h2>
+ Symptoms Versus Causes
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="symptoms vs. causes" id="id-JnCDSlFmiG"></a>Your monitoring system should address two questions: what’s broken, and why?
+ </p>
+ <p>
+ The "what’s broken" indicates the symptom; the "why" indicates a (possibly intermediate) cause. <a data-type="xref" href="#table_monitoring_symptoms">Table 6-1</a> lists some hypothetical symptoms and corresponding causes.
+ </p>
+ <table id="table_monitoring_symptoms" readabilityDataTable="1">
+ <caption>
+ <span>Table 6-1.</span> Example symptoms and causes
+ </caption>
+ <thead>
+ <tr>
+ <th>
+ <strong>Symptom</strong>
+ </th>
+ <th>
+ <strong>Cause</strong>
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <p>
+ <strong>I’m serving HTTP 500s or 404s</strong>
+ </p>
+ </td>
+ <td>
+ <p>
+ Database servers are refusing connections
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <strong>My responses are slow</strong>
+ </p>
+ </td>
+ <td>
+ <p>
+ CPUs are overloaded by a bogosort, or an Ethernet cable is crimped under a rack, visible as partial packet loss
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <strong>Users in Antarctica aren’t receiving animated cat GIFs</strong>
+ </p>
+ </td>
+ <td>
+ <p>
+ Your Content Distribution Network hates scientists and felines, and thus blacklisted some client IPs
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <strong>Private content is world-readable</strong>
+ </p>
+ </td>
+ <td>
+ <p>
+ A new software push caused ACLs to be forgotten and allowed all requests
+ </p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ "What" versus "why" is one of the most important distinctions in writing good monitoring with maximum signal and minimum noise.
+ </p>
+ </section>
+ <section data-type="sect1" id="black-box-versus-white-box-q8sJuw">
+ <h2>
+ Black-Box Versus White-Box
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="blackbox vs. whitebox" id="id-9nCjSvFVuj"></a><a data-type="indexterm" data-primary="white-box monitoring" id="id-ZbC1FMFEu7"></a><a data-type="indexterm" data-primary="black-box monitoring" id="id-zdCXIGFvuy"></a>We combine heavy use of white-box monitoring with modest but critical uses of black-box monitoring. The simplest way to think about black-box monitoring versus white-box monitoring is that black-box monitoring is symptom-oriented and represents active—not predicted—problems: "The system isn’t working correctly, right now." White-box monitoring depends on the ability to inspect the innards of the system, such as logs or HTTP endpoints, with instrumentation. White-box monitoring therefore allows detection of imminent problems, failures masked by retries, and so forth.
+ </p>
+ <p>
+ Note that in a multilayered system, one person’s symptom is another person’s cause. For example, suppose that a database’s performance is slow. Slow database reads are a symptom for the database SRE who detects them. However, for the frontend SRE observing a slow website, the same slow database reads are a cause. Therefore, white-box monitoring is sometimes symptom-oriented, and sometimes cause-oriented, depending on just how informative your white-box is.
+ </p>
+ <p>
+ When collecting telemetry for debugging, white-box monitoring is essential. If web servers seem slow on database-heavy requests, you need to know both how fast the web server perceives the database to be, and how fast the database believes itself to be. Otherwise, you can’t distinguish an actually slow database server from a network problem between your web server and your database.
+ </p>
+ <p>
+ For paging, black-box monitoring has the key benefit of forcing discipline to only nag a human when a problem is both already ongoing and contributing to real symptoms. On the other hand, for not-yet-occurring but imminent problems, black-box monitoring is fairly useless.
+ </p>
+ </section>
+ <section data-type="sect1" id="xref_monitoring_golden-signals">
+ <h2>
+ The Four Golden Signals
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="four golden signals of" id="id-ZbCxSMFjU7"></a>The four golden signals of monitoring are latency, traffic, errors, and saturation. If you can only measure four metrics of your user-facing system, focus on these four.
+ </p>
+ <dl>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="service latency" data-secondary="monitoring for" id="id-yYCASJS9FKIWUb"></a><a data-type="indexterm" data-primary="latency" data-secondary="monitoring for" id="id-VMCpF2SXFbIwU4"></a><a data-type="indexterm" data-primary="request latency" id="id-rjCeIOSKFDIaU8"></a><a data-type="indexterm" data-primary="user requests" data-secondary="request latency monitoring" id="id-wqCDtvSGFAIMUQ"></a>The time it takes to service a request. It’s important to distinguish between the latency of successful requests and the latency of failed requests. For example, an HTTP 500 error triggered due to loss of connection to a database or other critical backend might be served very quickly; however, as an HTTP 500 error indicates a failed request, factoring 500s into your overall latency might result in misleading calculations. On the other hand, a slow error is even worse than a fast error! Therefore, it’s important to track error latency, as opposed to just filtering out errors.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="user requests" data-secondary="traffic analysis" id="id-rjCXSOSxtDIaU8"></a><a data-type="indexterm" data-primary="traffic analysis" id="id-wqC4FvSBtAIMUQ"></a>A measure of how much demand is being placed on your system, measured in a high-level system-specific metric. For a web service, this measurement is usually HTTP requests per second, perhaps broken out by the nature of the requests (e.g., static versus dynamic content). For an audio streaming system, this measurement might focus on network I/O rate or concurrent sessions. For a key-value storage system, this measurement might be transactions and retrievals per <span>second</span>.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="error rates" id="id-x1C4SjSlTLIMUJ"></a><a data-type="indexterm" data-primary="user requests" data-secondary="monitoring failures" id="id-PnCxFaS0TgIVUo"></a>The rate of requests that fail, either explicitly (e.g., HTTP 500s), implicitly (for example, an HTTP 200 success response, but coupled with the wrong content), or by policy (for example, "If you committed to one-second response times, any request over one second is an error"). Where protocol response codes are insufficient to express all failure conditions, secondary (internal) protocols may be necessary to track partial failure modes. Monitoring these cases can be drastically different: catching HTTP 500s at your load balancer can do a decent job of catching all completely failed requests, while only end-to-end system tests can detect that you’re serving the wrong content.
+ </p>
+ </dd>
+
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="saturation" id="id-OnCNS2S4iDIYU8"></a>How "full" your service is. A measure of your system fraction, emphasizing the resources that are most constrained (e.g., in a memory-constrained system, show memory; in an I/O-constrained system, show I/O). Note that many systems degrade in performance before they achieve 100% utilization, so having a utilization target is essential.
+ </p>
+ <p>
+ In complex systems, saturation can be supplemented with higher-level load measurement: can your service properly handle double the traffic, handle only 10% more traffic, or handle even less traffic than it currently receives? For very simple services that have no parameters that alter the complexity of the request (e.g., "Give me a nonce" or "I need a globally unique monotonic integer") that rarely change configuration, a static value from a load test might be adequate. As discussed in the previous paragraph, however, most services need to use indirect signals like CPU utilization or network bandwidth that have a known upper bound. Latency increases are often a leading indicator of saturation. Measuring your 99th percentile response time over some small window (e.g., one minute) can give a very early signal of saturation.
+ </p>
+ <p>
+ Finally, saturation is also concerned with predictions of impending saturation, such as "It looks like your database will fill its hard drive in 4 hours."
+ </p>
+ </dd>
+ </dl>
+ <p>
+ If you measure all four golden signals and page a human when one signal is problematic (or, in the case of saturation, nearly problematic), your service will be at least decently covered by monitoring.
+ </p>
+ </section>
+ <section data-type="sect1" id="worrying-about-your-tail-or-instrumentation-and-performance-Yms9Ck">
+ <h2>
+ Worrying About Your Tail (or, Instrumentation and Performance)
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="instrumentation and performance" id="id-zdCxSGFQCy"></a><a data-type="indexterm" data-primary="performance" data-secondary="monitoring" id="id-yYCyFpFdCr"></a>When building a monitoring system from scratch, it’s tempting to design a system based upon the mean of some quantity: the mean latency, the mean CPU usage of your nodes, or the mean fullness of your databases. The danger presented by the latter two cases is obvious: CPUs and databases can easily be utilized in a very imbalanced way. The same holds for latency. If you run a web service with an average latency of 100 ms at 1,000 requests per second, 1% of requests might easily take 5 seconds.<sup><a data-type="noteref" id="id-QQLuAIXFxCz-marker" href="#id-QQLuAIXFxCz">23</a></sup> If your users depend on several such web services to render their page, the 99th percentile of one backend can easily become the median response of your <span>frontend</span>.
+ </p>
+ <p>
+ The simplest way to differentiate between a slow average and a very slow "tail" of requests is to collect request counts bucketed by latencies (suitable for rendering a histogram), rather than actual latencies: how many requests did I serve that took between 0 ms and 10 ms, between 10 ms and 30 ms, between 30 ms and 100 ms, between 100 ms and 300 ms, and so on? Distributing the histogram boundaries approximately exponentially (in this case by factors of roughly 3) is often an easy way to visualize the distribution of your requests.
+ </p>
+ </section>
+ <section data-type="sect1" id="choosing-an-appropriate-resolution-for-measurements-vJsBsE">
+ <h2>
+ Choosing an Appropriate Resolution for Measurements
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="resolution" id="id-yYCASpFxsr"></a>Different aspects of a system should be measured with different levels of granularity. For example:
+ </p>
+ <ul>
+ <li>Observing CPU load over the time span of a minute won’t reveal even quite long-lived spikes that drive high tail latencies.
+ </li>
+ <li>On the other hand, for a web service targeting no more than 9 hours aggregate downtime per year (99.9% annual uptime), probing for a 200 (success) status more than once or twice a minute is probably unnecessarily frequent.
+ </li>
+ <li>Similarly, checking hard drive fullness for a service targeting 99.9% availability more than once every 1–2 minutes is probably unnecessary.
+ </li>
+ </ul>
+ <p>
+ Take care in how you structure the granularity of your measurements. Collecting per-second measurements of CPU load might yield interesting data, but such frequent measurements may be very expensive to collect, store, and analyze. If your monitoring goal calls for high resolution but doesn’t require extremely low latency, you can reduce these costs by performing internal sampling on the server, then configuring an external system to collect and aggregate that distribution over time or across servers. You might:
+ </p>
+ <ol>
+ <li>Record the current CPU utilization each second.
+ </li>
+ <li>Using buckets of 5% granularity, increment the appropriate CPU utilization bucket each second.
+ </li>
+ <li>Aggregate those values every minute.
+ </li>
+ </ol>
+ <p>
+ This strategy allows you to observe brief CPU hotspots without incurring very high cost due to collection and retention.
+ </p>
+ </section>
+ <section data-type="sect1" id="as-simple-as-possible-no-simpler-lqskHx">
+ <h2>
+ As Simple as Possible, No Simpler
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="avoiding complexity in" id="id-VMCPSrFpHm"></a>Piling all these requirements on top of each other can add up to a very complex monitoring system—your system might end up with the following levels of complexity:
+ </p>
+ <ul>
+ <li>Alerts on different latency thresholds, at different percentiles, on all kinds of different metrics
+ </li>
+ <li>Extra code to detect and expose possible causes
+ </li>
+ <li>Associated dashboards for each of these possible causes
+ </li>
+ </ul>
+ <p>
+ The sources of potential complexity are never-ending. Like all software systems, monitoring can become so complex that it’s fragile, complicated to change, and a maintenance burden.
+ </p>
+ <p>
+ Therefore, design your monitoring system with an eye toward simplicity. In choosing what to monitor, keep the following guidelines in mind:
+ </p>
+ <ul>
+ <li>The rules that catch real incidents most often should be as simple, predictable, and reliable as possible.
+ </li>
+ <li>Data collection, aggregation, and alerting configuration that is rarely exercised (e.g., less than once a quarter for some SRE teams) should be up for removal.
+ </li>
+ <li>Signals that are collected, but not exposed in any prebaked dashboard nor used by any alert, are candidates for removal.
+ </li>
+ </ul>
+ <p>
+ In Google’s experience, basic collection and aggregation of metrics, paired with alerting and dashboards, has worked well as a relatively standalone system. (In fact Google’s monitoring system is broken up into several binaries, but typically people learn about all aspects of these binaries.) It can be tempting to combine monitoring with other aspects of inspecting complex systems, such as detailed system profiling, single-process debugging, tracking details about exceptions or crashes, load testing, log collection and analysis, or traffic inspection. While most of these subjects share commonalities with basic monitoring, blending together too many results in overly complex and fragile systems. As in many other aspects of software engineering, maintaining distinct systems with clear, simple, loosely coupled points of integration is a better strategy (for example, using web APIs for pulling summary data in a format that can remain constant over an extended period of time).
+ </p>
+ </section>
+ <section data-type="sect1" id="tying-these-principles-together-nqsJfw">
+ <h2>
+ Tying These Principles Together
+ </h2>
+ <p>
+ The principles discussed in this chapter can be tied together into a philosophy on monitoring and alerting that’s widely endorsed and followed within Google SRE teams. While this monitoring philosophy is a bit aspirational, it’s a good starting point for writing or reviewing a new alert, and it can help your organization ask the right questions, regardless of the size of your organization or the complexity of your service or system.
+ </p>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="creating rules for" id="id-wqC7SDIvfj"></a>When creating rules for monitoring and alerting, asking the following questions can help you avoid false positives and pager burnout:<sup><a data-type="noteref" id="id-a82udF8IBfx-marker" href="#id-a82udF8IBfx">24</a></sup>
+ </p>
+ <ul>
+ <li>Does this rule detect <em>an otherwise undetected condition</em> that is urgent, actionable, and actively or imminently user-visible?<sup><a data-type="noteref" id="id-0vYuEFpSjSMtLfG-marker" href="#id-0vYuEFpSjSMtLfG">25</a></sup>
+ </li>
+ <li>Will I ever be able to ignore this alert, knowing it’s benign? When and why will I be able to ignore this alert, and how can I avoid this scenario?
+ </li>
+ <li>Does this alert definitely indicate that users are being negatively affected? Are there detectable cases in which users aren’t being negatively impacted, such as drained traffic or test deployments, that should be filtered out?
+ </li>
+ <li>Can I take action in response to this alert? Is that action urgent, or could it wait until morning? Could the action be safely automated? Will that action be a long-term fix, or just a short-term workaround?
+ </li>
+ <li>Are other people getting paged for this issue, therefore rendering at least one of the pages unnecessary?
+ </li>
+ </ul>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="monitoring philosophy" id="id-PnCpSwhJfa"></a>These questions reflect a fundamental philosophy on pages and pagers:
+ </p>
+ <ul>
+ <li>Every time the pager goes off, I should be able to react with a sense of urgency. I can only react with a sense of urgency a few times a day before I become fatigued.
+ </li>
+ <li>Every page should be actionable.
+ </li>
+ <li>Every page response should require intelligence. If a page merely merits a robotic response, it shouldn’t be a page.
+ </li>
+ <li>Pages should be about a novel problem or an event that hasn’t been seen before.
+ </li>
+ </ul>
+ <p>
+ Such a perspective dissipates certain distinctions: if a page satisfies the preceding four bullets, it’s irrelevant whether the page is triggered by white-box or black-box monitoring. This perspective also amplifies certain distinctions: it’s better to spend much more effort on catching symptoms than causes; when it comes to causes, only worry about very definite, very imminent causes.
+ </p>
+ </section>
+ <section data-type="sect1" id="monitoring-for-the-long-term-NbsNS8">
+ <h2>
+ Monitoring for the Long Term
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="challenges of" id="id-wqC7SPFMSj"></a>In modern production systems, monitoring systems track an ever-evolving system with changing software architecture, load characteristics, and performance targets. An alert that’s currently exceptionally rare and hard to automate might become frequent, perhaps even meriting a hacked-together script to resolve it. At this point, someone should find and eliminate the root causes of the problem; if such resolution isn’t possible, the alert response deserves to be fully automated.
+ </p>
+ <p>
+ It’s important that decisions about monitoring be made with long-term goals in mind. Every page that happens today distracts a human from improving the system for tomorrow, so there is often a case for taking a short-term hit to availability or performance in order to improve the long-term outlook for the system. Let’s take a look at two case studies that illustrate this trade-off.
+ </p>
+ <section data-type="sect2" id="bigtable-sre-a-tale-of-over-alerting-dbsXtjSM">
+
+ <p>
+ <a data-type="indexterm" id="MDSbig6" data-primary="monitoring distributed systems" data-secondary="case studies"></a><a data-type="indexterm" data-primary="Bigtable" id="id-XmCpFOFytySv"></a>Google’s internal infrastructure is typically offered and measured against a service level objective (SLO; see <a data-type="xref" href="http://fakehost/sre/sre-book/chapters/service-level-objectives">Service Level Objectives</a>). Many years ago, the Bigtable service’s SLO was based on a synthetic well-behaved client’s mean performance. Because of problems in Bigtable and lower layers of the storage stack, the mean performance was driven by a "large" tail: the worst 5% of requests were often significantly slower than the rest.
+ </p>
+ <p>
+ Email alerts were triggered as the SLO approached, and paging alerts were triggered when the SLO was exceeded. Both types of alerts were firing voluminously, consuming unacceptable amounts of engineering time: the team spent significant amounts of time triaging the alerts to find the few that were really actionable, and we often missed the problems that actually affected users, because so few of them did. Many of the pages were non-urgent, due to well-understood problems in the infrastructure, and had either rote responses or received no response.
+ </p>
+ <p>
+ To remedy the situation, the team used a three-pronged approach: while making great efforts to improve the performance of Bigtable, we also temporarily dialed back our SLO target, using the 75th percentile request latency. We also disabled email alerts, as there were so many that spending time diagnosing them was infeasible.
+ </p>
+ <p>
+ This strategy gave us enough breathing room to actually fix the longer-term problems in Bigtable and the lower layers of the storage stack, rather than constantly fixing tactical problems. On-call engineers could actually accomplish work when they weren’t being kept up by pages at all hours. Ultimately, temporarily backing off on our alerts allowed us to make faster progress toward a better service.
+ </p>
+ </section>
+ <section data-type="sect2" id="gmail-predictable-scriptable-responses-from-humans-BVs1h4SD">
+
+ <p>
+ <a data-type="indexterm" data-primary="Gmail" id="id-XmC9SOFZhySv"></a>In the very early days of Gmail, the service was built on a retrofitted distributed process management system called Workqueue, which was originally created for batch processing of pieces of the search index. Workqueue was "adapted" to long-lived processes and subsequently applied to Gmail, but certain bugs in the relatively opaque codebase in the scheduler proved hard to beat.
+ </p>
+ <p>
+ At that time, the Gmail monitoring was structured such that alerts fired when individual tasks were “de-scheduled” by Workqueue. This setup was less than ideal because even at that time, Gmail had many, many thousands of tasks, each task representing a fraction of a percent of our users. We cared deeply about providing a good user experience for Gmail users, but such an alerting setup was unmaintainable.
+ </p>
+ <p>
+ To address this problem, Gmail SRE built a tool that helped “poke” the scheduler in just the right way to minimize impact to users. The team had several discussions about whether or not we should simply automate the entire loop from detecting the problem to nudging the rescheduler, until a better long-term solution was achieved, but some worried this kind of workaround would delay a real fix.
+ </p>
+ <p>
+ This kind of tension is common within a team, and often reflects an underlying mistrust of the team’s self-discipline: while some team members want to implement a “hack” to allow time for a proper fix, others worry that a hack will be forgotten or that the proper fix will be deprioritized indefinitely. This concern is credible, as it’s easy to build layers of unmaintainable technical debt by patching over problems instead of making real fixes. Managers and technical leaders play a key role in implementing true, long-term fixes by supporting and prioritizing potentially time-consuming long-term fixes even when the initial “pain” of paging subsides.
+ </p>
+ <p>
+ Pages with rote, algorithmic responses should be a red flag. Unwillingness on the part of your team to automate such pages implies that the team lacks confidence that they can clean up their technical debt. This is a major problem worth escalating.<a data-type="indexterm" data-primary data-startref="MDSbig6" id="id-oPCASqT2hLSk"></a>
+ </p>
+ </section>
+ <section data-type="sect2" id="the-long-run-MQsWTMS7">
+
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="short- vs. long-term availability" id="id-jyCxSoFETNSd"></a>A common theme connects the previous examples of Bigtable and Gmail: a tension between short-term and long-term availability. Often, sheer force of effort can help a rickety system achieve high availability, but this path is usually short-lived and fraught with burnout and dependence on a small number of heroic team members. Taking a controlled, short-term decrease in availability is often a painful, but strategic trade for the long-run stability of the system. It’s important not to think of every page as an event in isolation, but to consider whether the overall <em>level</em> of paging leads toward a healthy, appropriately available system with a healthy, viable team and long-term outlook. We review statistics about page frequency (usually expressed as incidents per shift, where an incident might be composed of a few related pages) in quarterly reports with management, ensuring that decision makers are kept up to date on the pager load and overall health of their teams.
+ </p>
+ </section>
+ </section>
+ <section data-type="sect1" id="conclusion-8ksvFj">
+ <h2>
+ Conclusion
+ </h2>
+ <p>
+ A healthy monitoring and alerting pipeline is simple and easy to reason about. It focuses primarily on symptoms for paging, reserving cause-oriented heuristics to serve as aids to debugging problems. Monitoring symptoms is easier the further "up" your stack you monitor, though monitoring saturation and performance of subsystems such as databases often must be performed directly on the subsystem itself. Email alerts are of very limited value and tend to easily become overrun with noise; instead, you should favor a dashboard that monitors all ongoing subcritical problems for the sort of information that typically ends up in email alerts. A dashboard might also be paired with a log, in order to analyze historical correlations.
+ </p>
+ <p>
+ Over the long haul, achieving a successful on-call rotation and product includes choosing to alert on symptoms or imminent real problems, adapting your targets to goals that are actually achievable, and making sure that your monitoring supports rapid diagnosis.
+ </p>
+ </section>
+
+ </section> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/source.html
new file mode 100644
index 0000000..6fb2024
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/source.html
@@ -0,0 +1,742 @@
+<!DOCTYPE html>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <meta content="initial-scale=1, minimum-scale=1, width=device-width" name="viewport" />
+ <title>
+ Google - Site Reliability Engineering
+ </title>
+ <meta name="referrer" content="no-referrer" />
+ <link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://lh3.googleusercontent.com/Yf2DCX8RKda6r4Jml9DLMByS2zQCBFs3kQpvBfN8UgIh4YVWIYSYIQOoTxJriyuM26cT5PDjyEb5aynDQ0Xyz46yHKnfg8JlUbDW" />
+ <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Google+Sans:400|Roboto:400,400italic,500,500italic,700,700italic|Roboto+Mono:400,500,700|Material+Icons" />
+ <link rel="icon" type="image/png" sizes="32x32" href="https://lh3.googleusercontent.com/Yf2DCX8RKda6r4Jml9DLMByS2zQCBFs3kQpvBfN8UgIh4YVWIYSYIQOoTxJriyuM26cT5PDjyEb5aynDQ0Xyz46yHKnfg8JlUbDW" />
+ <link rel="icon" type="image/png" sizes="16x16" href="https://lh3.googleusercontent.com/Yf2DCX8RKda6r4Jml9DLMByS2zQCBFs3kQpvBfN8UgIh4YVWIYSYIQOoTxJriyuM26cT5PDjyEb5aynDQ0Xyz46yHKnfg8JlUbDW" />
+ <link rel="shortcut icon" href="https://lh3.googleusercontent.com/Yf2DCX8RKda6r4Jml9DLMByS2zQCBFs3kQpvBfN8UgIh4YVWIYSYIQOoTxJriyuM26cT5PDjyEb5aynDQ0Xyz46yHKnfg8JlUbDW" />
+ <link href="/sre/sre-book/static/css/index.min.css?cache=0ffc48d" rel="stylesheet" />
+ <script>
+ <![CDATA[
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-75468017-1', 'auto');
+ ga('send', 'pageview');
+ ]]>
+ </script>
+ <script src="/sre/sre-book/static/js/detect.min.js?cache=4cb778b"></script>
+ </head>
+ <body>
+ <main>
+ <div ng-controller="HeaderCtrl as headerCtrl">
+ <div id="curtain" class="menu-closed"></div>
+ <div class="header clearfix">
+ <a id="burger-menu" class="expand"></a>
+ <h2 class="chapter-title">
+ Chapter 6 - Monitoring Distributed Systems
+ </h2>
+ </div>
+ <div id="overlay-element" class="expands">
+ <div class="logo">
+ <a href="https://www.google.com"><img src="https://lh3.googleusercontent.com/YoVRtLOHMSRYQZ3OhFL8RIamcjFYbmQXX4oAQx02MRqqY9zlKNvsuZpS73khXiOqTH3qrFW27VrERJJIHTjPk-tAh46q8-Fd4w6qlw" alt="Google" /></a>
+ </div>
+ <ol id="drop-down" class="dropdown-content hide">
+ <li>
+ <a class="menu-buttons" href="/sre/sre-book/toc/">Table of Contents</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/foreword" class="menu-buttons">Foreword</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/preface" class="menu-buttons">Preface</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/part1" class="menu-buttons">Part I - Introduction</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/introduction" class="menu-buttons">1. Introduction</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/production-environment" class="menu-buttons">2. The Production Environment at Google, from the Viewpoint of an SRE</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/part2" class="menu-buttons">Part II - Principles</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/embracing-risk" class="menu-buttons">3. Embracing Risk</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/service-level-objectives" class="menu-buttons">4. Service Level Objectives</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/eliminating-toil" class="menu-buttons">5. Eliminating Toil</a>
+ </li>
+ <li class="active">
+ <a href="/sre/sre-book/chapters/monitoring-distributed-systems" class="menu-buttons">6. Monitoring Distributed Systems</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/automation-at-google" class="menu-buttons">7. The Evolution of Automation at Google</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/release-engineering" class="menu-buttons">8. Release Engineering</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/simplicity" class="menu-buttons">9. Simplicity</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/part3" class="menu-buttons">Part III - Practices</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/practical-alerting" class="menu-buttons">10. Practical Alerting</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/being-on-call" class="menu-buttons">11. Being On-Call</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/effective-troubleshooting" class="menu-buttons">12. Effective Troubleshooting</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/emergency-response" class="menu-buttons">13. Emergency Response</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/managing-incidents" class="menu-buttons">14. Managing Incidents</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/postmortem-culture" class="menu-buttons">15. Postmortem Culture: Learning from Failure</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/tracking-outages" class="menu-buttons">16. Tracking Outages</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/testing-reliability" class="menu-buttons">17. Testing for Reliability</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/software-engineering-in-sre" class="menu-buttons">18. Software Engineering in SRE</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/load-balancing-frontend" class="menu-buttons">19. Load Balancing at the Frontend</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/load-balancing-datacenter" class="menu-buttons">20. Load Balancing in the Datacenter</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/handling-overload" class="menu-buttons">21. Handling Overload</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/addressing-cascading-failures" class="menu-buttons">22. Addressing Cascading Failures</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/managing-critical-state" class="menu-buttons">23. Managing Critical State: Distributed Consensus for Reliability</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/distributed-periodic-scheduling" class="menu-buttons">24. Distributed Periodic Scheduling with Cron</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/data-processing-pipelines" class="menu-buttons">25. Data Processing Pipelines</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/data-integrity" class="menu-buttons">26. Data Integrity: What You Read Is What You Wrote</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/reliable-product-launches" class="menu-buttons">27. Reliable Product Launches at Scale</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/part4" class="menu-buttons">Part IV - Management</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/accelerating-sre-on-call" class="menu-buttons">28. Accelerating SREs to On-Call and Beyond</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/dealing-with-interrupts" class="menu-buttons">29. Dealing with Interrupts</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/operational-overload" class="menu-buttons">30. Embedding an SRE to Recover from Operational Overload</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/communication-and-collaboration" class="menu-buttons">31. Communication and Collaboration in SRE</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/evolving-sre-engagement-model" class="menu-buttons">32. The Evolving SRE Engagement Model</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/part5" class="menu-buttons">Part V - Conclusions</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/lessons-learned" class="menu-buttons">33. Lessons Learned from Other Industries</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/conclusion" class="menu-buttons">34. Conclusion</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/availability-table" class="menu-buttons">Appendix A. Availability Table</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/service-best-practices" class="menu-buttons">Appendix B. A Collection of Best Practices for Production Services</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/incident-document" class="menu-buttons">Appendix C. Example Incident State Document</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/postmortem" class="menu-buttons">Appendix D. Example Postmortem</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/launch-checklist" class="menu-buttons">Appendix E. Launch Coordination Checklist</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/production-meeting" class="menu-buttons">Appendix F. Example Production Meeting Minutes</a>
+ </li>
+ <li>
+ <a href="/sre/sre-book/chapters/bibliography" class="menu-buttons">Bibliography</a>
+ </li>
+ </ol>
+ </div>
+ </div>
+ <div id="maia-main" role="main">
+ <div class="maia-teleport" id="content"></div>
+ <div class="content">
+ <section data-type="chapter" id="chapter_monitoring">
+ <h1 class="heading jumptargets">
+ Monitoring Distributed Systems
+ </h1>
+ <p class="byline author">
+ Written by Rob Ewaschuk<br />
+ Edited by Betsy Beyer
+ </p>
+ <p>
+ Google’s SRE teams have some basic principles and best practices for building successful monitoring and alerting systems. This chapter offers guidelines for what issues should interrupt a human via a page, and how to deal with issues that aren’t serious enough to trigger a page.
+ </p>
+ <section data-type="sect1" id="definitions-2ksZhN">
+ <h1 class="heading jumptargets">
+ Definitions
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="terminology" id="id-DnC1SWFMhD"></a>There’s no uniformly shared vocabulary for discussing all topics related to monitoring. Even within Google, usage of the following terms varies, but the most common interpretations are listed here.
+ </p>
+ <dl>
+ <dt class="subheaders jumptargets" id="monitoring">
+ Monitoring
+ </dt>
+ <dd>
+ <p>
+ Collecting, processing, aggregating, and displaying real-time quantitative data about a system, such as query counts and types, error counts and types, processing times, and server lifetimes.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="white-box-monitoring">
+ White-box monitoring
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="white-box monitoring" id="id-9nCjSDS4tZILhX"></a>Monitoring based on metrics exposed by the internals of the system, including logs, interfaces like the Java Virtual Machine Profiling Interface, or an HTTP handler that emits internal statistics.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="black-box-monitoring">
+ Black-box monitoring
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="black-box monitoring" id="id-zdCxSrSgTWIdhb"></a>Testing externally visible behavior as a user would see it.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="dashboard">
+ Dashboard
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="dashboards" data-secondary="defined" id="id-VMCPS2SribIkh4"></a>An application (usually web-based) that provides a summary view of a service’s core metrics. A dashboard may have filters, selectors, and so on, but is prebuilt to expose the metrics most important to its users. The dashboard might also display team information such as ticket queue length, a list of high-priority bugs, the current on-call engineer for a given area of responsibility, or recent pushes.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="alert">
+ Alert
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="alerts" data-secondary="defined" id="id-wqC7SvSPUAIVhQ"></a>A notification intended to be read by a human and that is pushed to a system such as a bug or ticket queue, an email alias, or a pager. Respectively, these alerts are classified as <em>tickets</em>, <em>email alerts</em>,<sup><a class="jumptarget" data-type="noteref" id="id-LvQuvtYS7UvI8h4-marker" href="#id-LvQuvtYS7UvI8h4">22</a></sup> and <em>pages</em>.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="root-cause">
+ Root cause
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="root cause" data-secondary="defined" id="id-PnCpSaSKsgIjho"></a>A defect in a software or human system that, if repaired, instills confidence that this event won’t happen again in the same way. A given incident might have multiple root causes: for example, perhaps it was caused by a combination of insufficient process automation, software that crashed on bogus input, <em>and</em> insufficient testing of the script used to generate the configuration. Each of these factors might stand alone as a root cause, and each should be repaired.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="node-and-machine">
+ Node and machine
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="machines" data-secondary="defined" id="id-XmC9SkSlfnI1hK"></a>Used interchangeably to indicate a single instance of a running kernel in either a physical server, virtual machine, or container. There might be multiple <em>services</em> worth monitoring on a single machine. The services may either be:
+ </p>
+ <ul>
+ <li>Related to each other: for example, a caching server and a web server
+ </li>
+ <li>Unrelated services sharing hardware: for example, a code repository and a master for a configuration system like <a href="https://puppetlabs.com/puppet/puppet-open-source" target="_blank">Puppet</a> or <a href="https://www.chef.io/chef/" target="_blank">Chef</a>
+ </li>
+ </ul>
+ </dd>
+ <dt class="subheaders jumptargets" id="push">
+ Push
+ </dt>
+ <dd>
+ <p>
+ Any change to a service’s running software or its configuration.
+ </p>
+ </dd>
+ </dl>
+ </section>
+ <section data-type="sect1" id="why-monitor-pWsBTZ">
+ <h1 class="heading jumptargets">
+ Why Monitor?
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="benefits of monitoring" id="id-kVCkSpFnTl"></a>There are many reasons to monitor a system, including:
+ </p>
+ <dl>
+ <dt class="subheaders jumptargets" id="analyzing-long-term-trends">
+ Analyzing long-term trends
+ </dt>
+ <dd>
+ <p>
+ How big is my database and how fast is it growing? How quickly is my daily-active user count growing?
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="comparing-over-time-or-experiment-groups">
+ Comparing over time or experiment groups
+ </dt>
+ <dd>
+ <p>
+ Are queries faster with Acme Bucket of Bytes 2.72 versus Ajax DB 3.14? How much better is my memcache hit rate with an extra node? Is my site slower than it was last week?
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="alerting">
+ Alerting
+ </dt>
+ <dd>
+ <p>
+ Something is broken, and somebody needs to fix it right now! Or, something might break soon, so somebody should look soon.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="building-dashboards">
+ Building dashboards
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="dashboards" data-secondary="benefits of" id="id-rjCXSOS0iDIGT8"></a>Dashboards should answer basic questions about your service, and normally include some form of the four golden signals (discussed in <a data-type="xref" href="#xref_monitoring_golden-signals">The Four Golden Signals</a>).
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="conducting-ad-hoc-retrospective-analysis-ie-debugging">
+ Conducting <i class="italic">ad hoc</i> retrospective analysis (i.e., debugging)
+ </dt>
+ <dd>
+ <p>
+ Our latency just shot up; what else happened around the same time?
+ </p>
+ </dd>
+ </dl>
+ <p>
+ System monitoring is also helpful in supplying raw input into business analytics and in facilitating analysis of security breaches. Because this book focuses on the engineering domains in which SRE has particular expertise, we won’t discuss these applications of monitoring here.
+ </p>
+ <p>
+ Monitoring and alerting enables a system to tell us when it’s broken, or perhaps to tell us what’s about to break. When the system isn’t able to automatically fix itself, we want a human to investigate the alert, determine if there’s a real problem at hand, mitigate the problem, and determine the root cause of the problem. Unless you’re performing security auditing on very narrowly scoped components of a system, you should never trigger an alert simply because "something seems a bit weird."
+ </p>
+ <p>
+ Paging a human is a quite expensive use of an employee’s time. If an employee is at work, a page interrupts their workflow. If the employee is at home, a page interrupts their personal time, and perhaps even their sleep. When pages occur too frequently, employees second-guess, skim, or even ignore incoming alerts, sometimes even ignoring a "real" page that’s masked by the noise. Outages can be prolonged because other noise interferes with a rapid diagnosis and fix. Effective alerting systems have good signal and very low noise.
+ </p>
+ </section>
+ <section data-type="sect1" id="setting-reasonable-expectations-for-monitoring-o8svcM">
+ <h1 class="heading jumptargets">
+ Setting Reasonable Expectations for Monitoring
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="setting expectations for" id="id-4nCqSYFQcE"></a>Monitoring a complex application is a significant engineering endeavor in and of itself. Even with substantial existing infrastructure for instrumentation, collection, display, and alerting in place, a Google SRE team with 10–12 members typically has one or sometimes two members whose primary assignment is to build and maintain monitoring systems for their service. This number has decreased over time as we generalize and centralize common monitoring infrastructure, but every SRE team typically has at least one “monitoring person.” (That being said, while it can be fun to have access to traffic graph dashboards and the like, SRE teams carefully avoid any situation that requires someone to “stare at a screen to watch for problems.”)
+ </p>
+ <p>
+ <a data-type="indexterm" data-primary="post hoc analysis" id="id-JnCDSjIVcG"></a>In general, Google has trended toward simpler and faster monitoring systems, with better tools for <em>post hoc</em> analysis. We avoid "magic" systems that try to learn thresholds or automatically detect causality. Rules that detect unexpected changes in end-user request rates are one counterexample; while these rules are still kept as simple as possible, they give a very quick detection of a very simple, specific, severe anomaly. Other uses of monitoring data such as capacity planning and traffic prediction can tolerate more fragility, and thus, more complexity. Observational experiments conducted over a very long time horizon (months or years) with a low sampling rate (hours or days) can also often tolerate more fragility because occasional missed samples won’t hide a long-running trend.
+ </p>
+ <p>
+ <a data-type="indexterm" data-primary="dependency hierarchies" id="id-9nCjSOtmcj"></a>Google SRE has experienced only limited success with complex dependency hierarchies. We seldom use rules such as, "If I know the database is slow, alert for a slow database; otherwise, alert for the website being generally slow." Dependency-reliant rules usually pertain to very stable parts of our system, such as our system for draining user traffic away from a datacenter. For example, "If a datacenter is drained, then don’t alert me on its latency" is one common datacenter alerting rule. Few teams at Google maintain complex dependency hierarchies because our infrastructure has a steady rate of continuous refactoring.
+ </p>
+ <p>
+ Some of the ideas described in this chapter are still aspirational: there is always room to move more rapidly from symptom to root cause(s), especially in ever-changing systems. So while this chapter sets out some goals for monitoring systems, and some ways to achieve these goals, it’s important that monitoring systems—especially the critical path from the onset of a production problem, through a page to a human, through basic triage and deep debugging—be kept simple and comprehensible by everyone on the team.
+ </p>
+ <p>
+ Similarly, to keep noise low and signal high, the elements of your monitoring system that direct to a pager need to be very simple and robust. Rules that generate alerts for humans should be simple to understand and represent a clear failure.
+ </p>
+ </section>
+ <section data-type="sect1" id="symptoms-versus-causes-g0sEi4">
+ <h1 class="heading jumptargets">
+ Symptoms Versus Causes
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="symptoms vs. causes" id="id-JnCDSlFmiG"></a>Your monitoring system should address two questions: what’s broken, and why?
+ </p>
+ <p>
+ The "what’s broken" indicates the symptom; the "why" indicates a (possibly intermediate) cause. <a data-type="xref" href="#table_monitoring_symptoms">Table 6-1</a> lists some hypothetical symptoms and corresponding causes.
+ </p>
+ <table id="table_monitoring_symptoms" class="pagebreak-before">
+ <caption class="jumptarget">
+ <span class="label">Table 6-1.</span> Example symptoms and causes
+ </caption>
+ <thead>
+ <tr>
+ <th>
+ <strong>Symptom</strong>
+ </th>
+ <th>
+ <strong>Cause</strong>
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <p>
+ <strong>I’m serving HTTP 500s or 404s</strong>
+ </p>
+ </td>
+ <td>
+ <p>
+ Database servers are refusing connections
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <strong>My responses are slow</strong>
+ </p>
+ </td>
+ <td>
+ <p>
+ CPUs are overloaded by a bogosort, or an Ethernet cable is crimped under a rack, visible as partial packet loss
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <strong>Users in Antarctica aren’t receiving animated cat GIFs</strong>
+ </p>
+ </td>
+ <td>
+ <p>
+ Your Content Distribution Network hates scientists and felines, and thus blacklisted some client IPs
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <strong>Private content is world-readable</strong>
+ </p>
+ </td>
+ <td>
+ <p>
+ A new software push caused ACLs to be forgotten and allowed all requests
+ </p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ "What" versus "why" is one of the most important distinctions in writing good monitoring with maximum signal and minimum noise.
+ </p>
+ </section>
+ <section data-type="sect1" id="black-box-versus-white-box-q8sJuw">
+ <h1 class="heading jumptargets">
+ Black-Box Versus White-Box
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="blackbox vs. whitebox" id="id-9nCjSvFVuj"></a><a data-type="indexterm" data-primary="white-box monitoring" id="id-ZbC1FMFEu7"></a><a data-type="indexterm" data-primary="black-box monitoring" id="id-zdCXIGFvuy"></a>We combine heavy use of white-box monitoring with modest but critical uses of black-box monitoring. The simplest way to think about black-box monitoring versus white-box monitoring is that black-box monitoring is symptom-oriented and represents active—not predicted—problems: "The system isn’t working correctly, right now." White-box monitoring depends on the ability to inspect the innards of the system, such as logs or HTTP endpoints, with instrumentation. White-box monitoring therefore allows detection of imminent problems, failures masked by retries, and so forth.
+ </p>
+ <p>
+ Note that in a multilayered system, one person’s symptom is another person’s cause. For example, suppose that a database’s performance is slow. Slow database reads are a symptom for the database SRE who detects them. However, for the frontend SRE observing a slow website, the same slow database reads are a cause. Therefore, white-box monitoring is sometimes symptom-oriented, and sometimes cause-oriented, depending on just how informative your white-box is.
+ </p>
+ <p>
+ When collecting telemetry for debugging, white-box monitoring is essential. If web servers seem slow on database-heavy requests, you need to know both how fast the web server perceives the database to be, and how fast the database believes itself to be. Otherwise, you can’t distinguish an actually slow database server from a network problem between your web server and your database.
+ </p>
+ <p>
+ For paging, black-box monitoring has the key benefit of forcing discipline to only nag a human when a problem is both already ongoing and contributing to real symptoms. On the other hand, for not-yet-occurring but imminent problems, black-box monitoring is fairly useless.
+ </p>
+ </section>
+ <section data-type="sect1" id="xref_monitoring_golden-signals">
+ <h1 class="heading jumptargets">
+ The Four Golden Signals
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="four golden signals of" id="id-ZbCxSMFjU7"></a>The four golden signals of monitoring are latency, traffic, errors, and saturation. If you can only measure four metrics of your user-facing system, focus on these four.
+ </p>
+ <dl>
+ <dt class="subheaders jumptargets" id="latency">
+ Latency
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="service latency" data-secondary="monitoring for" id="id-yYCASJS9FKIWUb"></a><a data-type="indexterm" data-primary="latency" data-secondary="monitoring for" id="id-VMCpF2SXFbIwU4"></a><a data-type="indexterm" data-primary="request latency" id="id-rjCeIOSKFDIaU8"></a><a data-type="indexterm" data-primary="user requests" data-secondary="request latency monitoring" id="id-wqCDtvSGFAIMUQ"></a>The time it takes to service a request. It’s important to distinguish between the latency of successful requests and the latency of failed requests. For example, an HTTP 500 error triggered due to loss of connection to a database or other critical backend might be served very quickly; however, as an HTTP 500 error indicates a failed request, factoring 500s into your overall latency might result in misleading calculations. On the other hand, a slow error is even worse than a fast error! Therefore, it’s important to track error latency, as opposed to just filtering out errors.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="traffic">
+ Traffic
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="user requests" data-secondary="traffic analysis" id="id-rjCXSOSxtDIaU8"></a><a data-type="indexterm" data-primary="traffic analysis" id="id-wqC4FvSBtAIMUQ"></a>A measure of how much demand is being placed on your system, measured in a high-level system-specific metric. For a web service, this measurement is usually HTTP requests per second, perhaps broken out by the nature of the requests (e.g., static versus dynamic content). For an audio streaming system, this measurement might focus on network I/O rate or concurrent sessions. For a key-value storage system, this measurement might be transactions and retrievals per <span class="keep-together">second</span>.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="errors">
+ Errors
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="error rates" id="id-x1C4SjSlTLIMUJ"></a><a data-type="indexterm" data-primary="user requests" data-secondary="monitoring failures" id="id-PnCxFaS0TgIVUo"></a>The rate of requests that fail, either explicitly (e.g., HTTP 500s), implicitly (for example, an HTTP 200 success response, but coupled with the wrong content), or by policy (for example, "If you committed to one-second response times, any request over one second is an error"). Where protocol response codes are insufficient to express all failure conditions, secondary (internal) protocols may be necessary to track partial failure modes. Monitoring these cases can be drastically different: catching HTTP 500s at your load balancer can do a decent job of catching all completely failed requests, while only end-to-end system tests can detect that you’re serving the wrong content.
+ </p>
+ </dd>
+ <dt class="subheaders jumptargets" id="saturation">
+ Saturation
+ </dt>
+ <dd>
+ <p>
+ <a data-type="indexterm" data-primary="saturation" id="id-OnCNS2S4iDIYU8"></a>How "full" your service is. A measure of your system fraction, emphasizing the resources that are most constrained (e.g., in a memory-constrained system, show memory; in an I/O-constrained system, show I/O). Note that many systems degrade in performance before they achieve 100% utilization, so having a utilization target is essential.
+ </p>
+ <p>
+ In complex systems, saturation can be supplemented with higher-level load measurement: can your service properly handle double the traffic, handle only 10% more traffic, or handle even less traffic than it currently receives? For very simple services that have no parameters that alter the complexity of the request (e.g., "Give me a nonce" or "I need a globally unique monotonic integer") that rarely change configuration, a static value from a load test might be adequate. As discussed in the previous paragraph, however, most services need to use indirect signals like CPU utilization or network bandwidth that have a known upper bound. Latency increases are often a leading indicator of saturation. Measuring your 99th percentile response time over some small window (e.g., one minute) can give a very early signal of saturation.
+ </p>
+ <p>
+ Finally, saturation is also concerned with predictions of impending saturation, such as "It looks like your database will fill its hard drive in 4 hours."
+ </p>
+ </dd>
+ </dl>
+ <p>
+ If you measure all four golden signals and page a human when one signal is problematic (or, in the case of saturation, nearly problematic), your service will be at least decently covered by monitoring.
+ </p>
+ </section>
+ <section data-type="sect1" id="worrying-about-your-tail-or-instrumentation-and-performance-Yms9Ck">
+ <h1 class="heading jumptargets">
+ Worrying About Your Tail (or, Instrumentation and Performance)
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="instrumentation and performance" id="id-zdCxSGFQCy"></a><a data-type="indexterm" data-primary="performance" data-secondary="monitoring" id="id-yYCyFpFdCr"></a>When building a monitoring system from scratch, it’s tempting to design a system based upon the mean of some quantity: the mean latency, the mean CPU usage of your nodes, or the mean fullness of your databases. The danger presented by the latter two cases is obvious: CPUs and databases can easily be utilized in a very imbalanced way. The same holds for latency. If you run a web service with an average latency of 100 ms at 1,000 requests per second, 1% of requests might easily take 5 seconds.<sup><a class="jumptarget" data-type="noteref" id="id-QQLuAIXFxCz-marker" href="#id-QQLuAIXFxCz">23</a></sup> If your users depend on several such web services to render their page, the 99th percentile of one backend can easily become the median response of your <span class="keep-together">frontend</span>.
+ </p>
+ <p>
+ The simplest way to differentiate between a slow average and a very slow "tail" of requests is to collect request counts bucketed by latencies (suitable for rendering a histogram), rather than actual latencies: how many requests did I serve that took between 0 ms and 10 ms, between 10 ms and 30 ms, between 30 ms and 100 ms, between 100 ms and 300 ms, and so on? Distributing the histogram boundaries approximately exponentially (in this case by factors of roughly 3) is often an easy way to visualize the distribution of your requests.
+ </p>
+ </section>
+ <section data-type="sect1" id="choosing-an-appropriate-resolution-for-measurements-vJsBsE">
+ <h1 class="heading jumptargets">
+ Choosing an Appropriate Resolution for Measurements
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="resolution" id="id-yYCASpFxsr"></a>Different aspects of a system should be measured with different levels of granularity. For example:
+ </p>
+ <ul>
+ <li>Observing CPU load over the time span of a minute won’t reveal even quite long-lived spikes that drive high tail latencies.
+ </li>
+ <li>On the other hand, for a web service targeting no more than 9 hours aggregate downtime per year (99.9% annual uptime), probing for a 200 (success) status more than once or twice a minute is probably unnecessarily frequent.
+ </li>
+ <li>Similarly, checking hard drive fullness for a service targeting 99.9% availability more than once every 1–2 minutes is probably unnecessary.
+ </li>
+ </ul>
+ <p>
+ Take care in how you structure the granularity of your measurements. Collecting per-second measurements of CPU load might yield interesting data, but such frequent measurements may be very expensive to collect, store, and analyze. If your monitoring goal calls for high resolution but doesn’t require extremely low latency, you can reduce these costs by performing internal sampling on the server, then configuring an external system to collect and aggregate that distribution over time or across servers. You might:
+ </p>
+ <ol>
+ <li>Record the current CPU utilization each second.
+ </li>
+ <li>Using buckets of 5% granularity, increment the appropriate CPU utilization bucket each second.
+ </li>
+ <li>Aggregate those values every minute.
+ </li>
+ </ol>
+ <p>
+ This strategy allows you to observe brief CPU hotspots without incurring very high cost due to collection and retention.
+ </p>
+ </section>
+ <section data-type="sect1" id="as-simple-as-possible-no-simpler-lqskHx">
+ <h1 class="heading jumptargets">
+ As Simple as Possible, No Simpler
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="avoiding complexity in" id="id-VMCPSrFpHm"></a>Piling all these requirements on top of each other can add up to a very complex monitoring system—your system might end up with the following levels of complexity:
+ </p>
+ <ul>
+ <li>Alerts on different latency thresholds, at different percentiles, on all kinds of different metrics
+ </li>
+ <li>Extra code to detect and expose possible causes
+ </li>
+ <li>Associated dashboards for each of these possible causes
+ </li>
+ </ul>
+ <p>
+ The sources of potential complexity are never-ending. Like all software systems, monitoring can become so complex that it’s fragile, complicated to change, and a maintenance burden.
+ </p>
+ <p>
+ Therefore, design your monitoring system with an eye toward simplicity. In choosing what to monitor, keep the following guidelines in mind:
+ </p>
+ <ul>
+ <li>The rules that catch real incidents most often should be as simple, predictable, and reliable as possible.
+ </li>
+ <li>Data collection, aggregation, and alerting configuration that is rarely exercised (e.g., less than once a quarter for some SRE teams) should be up for removal.
+ </li>
+ <li>Signals that are collected, but not exposed in any prebaked dashboard nor used by any alert, are candidates for removal.
+ </li>
+ </ul>
+ <p>
+ In Google’s experience, basic collection and aggregation of metrics, paired with alerting and dashboards, has worked well as a relatively standalone system. (In fact Google’s monitoring system is broken up into several binaries, but typically people learn about all aspects of these binaries.) It can be tempting to combine monitoring with other aspects of inspecting complex systems, such as detailed system profiling, single-process debugging, tracking details about exceptions or crashes, load testing, log collection and analysis, or traffic inspection. While most of these subjects share commonalities with basic monitoring, blending together too many results in overly complex and fragile systems. As in many other aspects of software engineering, maintaining distinct systems with clear, simple, loosely coupled points of integration is a better strategy (for example, using web APIs for pulling summary data in a format that can remain constant over an extended period of time).
+ </p>
+ </section>
+ <section data-type="sect1" id="tying-these-principles-together-nqsJfw">
+ <h1 class="heading jumptargets">
+ Tying These Principles Together
+ </h1>
+ <p>
+ The principles discussed in this chapter can be tied together into a philosophy on monitoring and alerting that’s widely endorsed and followed within Google SRE teams. While this monitoring philosophy is a bit aspirational, it’s a good starting point for writing or reviewing a new alert, and it can help your organization ask the right questions, regardless of the size of your organization or the complexity of your service or system.
+ </p>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="creating rules for" id="id-wqC7SDIvfj"></a>When creating rules for monitoring and alerting, asking the following questions can help you avoid false positives and pager burnout:<sup><a class="jumptarget" data-type="noteref" id="id-a82udF8IBfx-marker" href="#id-a82udF8IBfx">24</a></sup>
+ </p>
+ <ul>
+ <li>Does this rule detect <em>an otherwise undetected condition</em> that is urgent, actionable, and actively or imminently user-visible?<sup><a class="jumptarget" data-type="noteref" id="id-0vYuEFpSjSMtLfG-marker" href="#id-0vYuEFpSjSMtLfG">25</a></sup>
+ </li>
+ <li>Will I ever be able to ignore this alert, knowing it’s benign? When and why will I be able to ignore this alert, and how can I avoid this scenario?
+ </li>
+ <li>Does this alert definitely indicate that users are being negatively affected? Are there detectable cases in which users aren’t being negatively impacted, such as drained traffic or test deployments, that should be filtered out?
+ </li>
+ <li>Can I take action in response to this alert? Is that action urgent, or could it wait until morning? Could the action be safely automated? Will that action be a long-term fix, or just a short-term workaround?
+ </li>
+ <li>Are other people getting paged for this issue, therefore rendering at least one of the pages unnecessary?
+ </li>
+ </ul>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="monitoring philosophy" id="id-PnCpSwhJfa"></a>These questions reflect a fundamental philosophy on pages and pagers:
+ </p>
+ <ul>
+ <li>Every time the pager goes off, I should be able to react with a sense of urgency. I can only react with a sense of urgency a few times a day before I become fatigued.
+ </li>
+ <li>Every page should be actionable.
+ </li>
+ <li>Every page response should require intelligence. If a page merely merits a robotic response, it shouldn’t be a page.
+ </li>
+ <li>Pages should be about a novel problem or an event that hasn’t been seen before.
+ </li>
+ </ul>
+ <p>
+ Such a perspective dissipates certain distinctions: if a page satisfies the preceding four bullets, it’s irrelevant whether the page is triggered by white-box or black-box monitoring. This perspective also amplifies certain distinctions: it’s better to spend much more effort on catching symptoms than causes; when it comes to causes, only worry about very definite, very imminent causes.
+ </p>
+ </section>
+ <section data-type="sect1" id="monitoring-for-the-long-term-NbsNS8">
+ <h1 class="heading jumptargets">
+ Monitoring for the Long Term
+ </h1>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="challenges of" id="id-wqC7SPFMSj"></a>In modern production systems, monitoring systems track an ever-evolving system with changing software architecture, load characteristics, and performance targets. An alert that’s currently exceptionally rare and hard to automate might become frequent, perhaps even meriting a hacked-together script to resolve it. At this point, someone should find and eliminate the root causes of the problem; if such resolution isn’t possible, the alert response deserves to be fully automated.
+ </p>
+ <p>
+ It’s important that decisions about monitoring be made with long-term goals in mind. Every page that happens today distracts a human from improving the system for tomorrow, so there is often a case for taking a short-term hit to availability or performance in order to improve the long-term outlook for the system. Let’s take a look at two case studies that illustrate this trade-off.
+ </p>
+ <section data-type="sect2" id="bigtable-sre-a-tale-of-over-alerting-dbsXtjSM">
+ <h2 class="subheaders jumptargets">
+ Bigtable SRE: A Tale of Over-Alerting
+ </h2>
+ <p>
+ <a data-type="indexterm" id="MDSbig6" data-primary="monitoring distributed systems" data-secondary="case studies"></a><a data-type="indexterm" data-primary="Bigtable" id="id-XmCpFOFytySv"></a>Google’s internal infrastructure is typically offered and measured against a service level objective (SLO; see <a data-type="xref" href="/sre/sre-book/chapters/service-level-objectives">Service Level Objectives</a>). Many years ago, the Bigtable service’s SLO was based on a synthetic well-behaved client’s mean performance. Because of problems in Bigtable and lower layers of the storage stack, the mean performance was driven by a "large" tail: the worst 5% of requests were often significantly slower than the rest.
+ </p>
+ <p>
+ Email alerts were triggered as the SLO approached, and paging alerts were triggered when the SLO was exceeded. Both types of alerts were firing voluminously, consuming unacceptable amounts of engineering time: the team spent significant amounts of time triaging the alerts to find the few that were really actionable, and we often missed the problems that actually affected users, because so few of them did. Many of the pages were non-urgent, due to well-understood problems in the infrastructure, and had either rote responses or received no response.
+ </p>
+ <p>
+ To remedy the situation, the team used a three-pronged approach: while making great efforts to improve the performance of Bigtable, we also temporarily dialed back our SLO target, using the 75th percentile request latency. We also disabled email alerts, as there were so many that spending time diagnosing them was infeasible.
+ </p>
+ <p>
+ This strategy gave us enough breathing room to actually fix the longer-term problems in Bigtable and the lower layers of the storage stack, rather than constantly fixing tactical problems. On-call engineers could actually accomplish work when they weren’t being kept up by pages at all hours. Ultimately, temporarily backing off on our alerts allowed us to make faster progress toward a better service.
+ </p>
+ </section>
+ <section data-type="sect2" id="gmail-predictable-scriptable-responses-from-humans-BVs1h4SD">
+ <h2 class="subheaders jumptargets">
+ Gmail: Predictable, Scriptable Responses from Humans
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="Gmail" id="id-XmC9SOFZhySv"></a>In the very early days of Gmail, the service was built on a retrofitted distributed process management system called Workqueue, which was originally created for batch processing of pieces of the search index. Workqueue was "adapted" to long-lived processes and subsequently applied to Gmail, but certain bugs in the relatively opaque codebase in the scheduler proved hard to beat.
+ </p>
+ <p>
+ At that time, the Gmail monitoring was structured such that alerts fired when individual tasks were “de-scheduled” by Workqueue. This setup was less than ideal because even at that time, Gmail had many, many thousands of tasks, each task representing a fraction of a percent of our users. We cared deeply about providing a good user experience for Gmail users, but such an alerting setup was unmaintainable.
+ </p>
+ <p>
+ To address this problem, Gmail SRE built a tool that helped “poke” the scheduler in just the right way to minimize impact to users. The team had several discussions about whether or not we should simply automate the entire loop from detecting the problem to nudging the rescheduler, until a better long-term solution was achieved, but some worried this kind of workaround would delay a real fix.
+ </p>
+ <p>
+ This kind of tension is common within a team, and often reflects an underlying mistrust of the team’s self-discipline: while some team members want to implement a “hack” to allow time for a proper fix, others worry that a hack will be forgotten or that the proper fix will be deprioritized indefinitely. This concern is credible, as it’s easy to build layers of unmaintainable technical debt by patching over problems instead of making real fixes. Managers and technical leaders play a key role in implementing true, long-term fixes by supporting and prioritizing potentially time-consuming long-term fixes even when the initial “pain” of paging subsides.
+ </p>
+ <p>
+ Pages with rote, algorithmic responses should be a red flag. Unwillingness on the part of your team to automate such pages implies that the team lacks confidence that they can clean up their technical debt. This is a major problem worth escalating.<a data-type="indexterm" data-primary="" data-startref="MDSbig6" id="id-oPCASqT2hLSk"></a>
+ </p>
+ </section>
+ <section data-type="sect2" id="the-long-run-MQsWTMS7">
+ <h2 class="subheaders jumptargets">
+ The Long Run
+ </h2>
+ <p>
+ <a data-type="indexterm" data-primary="monitoring distributed systems" data-secondary="short- vs. long-term availability" id="id-jyCxSoFETNSd"></a>A common theme connects the previous examples of Bigtable and Gmail: a tension between short-term and long-term availability. Often, sheer force of effort can help a rickety system achieve high availability, but this path is usually short-lived and fraught with burnout and dependence on a small number of heroic team members. Taking a controlled, short-term decrease in availability is often a painful, but strategic trade for the long-run stability of the system. It’s important not to think of every page as an event in isolation, but to consider whether the overall <em>level</em> of paging leads toward a healthy, appropriately available system with a healthy, viable team and long-term outlook. We review statistics about page frequency (usually expressed as incidents per shift, where an incident might be composed of a few related pages) in quarterly reports with management, ensuring that decision makers are kept up to date on the pager load and overall health of their teams.
+ </p>
+ </section>
+ </section>
+ <section data-type="sect1" id="conclusion-8ksvFj">
+ <h1 class="heading jumptargets">
+ Conclusion
+ </h1>
+ <p>
+ A healthy monitoring and alerting pipeline is simple and easy to reason about. It focuses primarily on symptoms for paging, reserving cause-oriented heuristics to serve as aids to debugging problems. Monitoring symptoms is easier the further "up" your stack you monitor, though monitoring saturation and performance of subsystems such as databases often must be performed directly on the subsystem itself. Email alerts are of very limited value and tend to easily become overrun with noise; instead, you should favor a dashboard that monitors all ongoing subcritical problems for the sort of information that typically ends up in email alerts. A dashboard might also be paired with a log, in order to analyze historical correlations.
+ </p>
+ <p>
+ Over the long haul, achieving a successful on-call rotation and product includes choosing to alert on symptoms or imminent real problems, adapting your targets to goals that are actually achievable, and making sure that your monitoring supports rapid diagnosis.
+ </p>
+ </section>
+ <div class="footnotes" data-type="footnotes">
+ <p data-type="footnote" id="id-LvQuvtYS7UvI8h4">
+ <sup><a class="jumptargets" href="#id-LvQuvtYS7UvI8h4-marker">22</a></sup>Sometimes known as "alert spam," as they are rarely read or acted on.
+ </p>
+ <p data-type="footnote" id="id-QQLuAIXFxCz">
+ <sup><a class="jumptargets" href="#id-QQLuAIXFxCz-marker">23</a></sup>If 1% of your requests are 50x the average, it means that the rest of your requests are about twice as fast as the average. But if you’re not measuring your distribution, the idea that most of your requests are near the mean is just hopeful thinking.
+ </p>
+ <p data-type="footnote" id="id-a82udF8IBfx">
+ <sup><a class="jumptargets" href="#id-a82udF8IBfx-marker">24</a></sup>See <em>Applying Cardiac Alarm Management Techniques to Your On-Call</em> <a data-type="xref" href="/sre/sre-book/chapters/bibliography#Hol14" target="_blank">[Hol14]</a> for an example of alert fatigue in another context.
+ </p>
+ <p data-type="footnote" id="id-0vYuEFpSjSMtLfG">
+ <sup><a class="jumptargets" href="#id-0vYuEFpSjSMtLfG-marker">25</a></sup>Zero-redundancy (<em>N</em> + 0) situations count as imminent, as do "nearly full" parts of your service! For more details about the concept of redundancy, see <a href="https://en.wikipedia.org/wiki/N%2B1_redundancy" target="_blank"><em class="hyperlink">https://en.wikipedia.org/wiki/N%2B1_redundancy</em></a>.
+ </p>
+ </div>
+ </section>
+ </div>
+ </div>
+ <div class="footer">
+ <div class="maia-aux">
+ <div class="previous">
+ <a href="/sre/sre-book/chapters/eliminating-toil">
+ <p class="footer-caption">
+ Previous
+ </p>
+ <p class="chapter-link">
+ Chapter 5 - Eliminating Toil
+ </p></a>
+ </div>
+ <div class="next">
+ <a href="/sre/sre-book/chapters/automation-at-google">
+ <p class="footer-caption">
+ Next
+ </p>
+ <p class="chapter-link">
+ Chapter 7 - The Evolution of Automation at Google
+ </p></a>
+ </div>
+ <p class="footer-link">
+ Copyright © 2017 Google, Inc. Published by O'Reilly Media, Inc. Licensed under <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>
+ </p>
+ </div>
+ </div>
+ </main>
+ <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular.min.js"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular-animate.min.js"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.6/angular-touch.min.js"></script>
+ <script src="/sre/sre-book/static/js/index.min.js?cache=5b7f90b"></script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-images.json
new file mode 100644
index 0000000..e99978b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-images.json
@@ -0,0 +1,16 @@
+[
+ "https:\/\/i.guim.co.uk\/img\/media\/df84b519a877d652e950ecd4248320eec985934e\/0_320_4800_2880\/master\/4800.jpg?width=1200&height=630&quality=85&auto=format&fit=crop&overlay-align=bottom%2Cleft&overlay-width=100p&overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&s=af41545b21b557e4f57dd4221b6a7f89",
+ "https:\/\/i.guim.co.uk\/img\/media\/05cb692c634cd90e5411aab92ca3e649474ff786\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=575838a657b26493e956c7f84b058080",
+ "https:\/\/i.guim.co.uk\/img\/media\/98c683a7df9c83b2c13de2d93ca1825199ed5150\/0_0_4800_3166\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=2f198e1958f140f3ac664a3fdd87177c",
+ "https:\/\/i.guim.co.uk\/img\/media\/0447972cf47ca67882fcfc648edf7e574b0853bc\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=718132fd888108a18383c24a8425523b",
+ "https:\/\/i.guim.co.uk\/img\/media\/416800b8d06039780c3e6de28564e6f277b4e7b7\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=c5a53178ebbe54490c97fad6b5e032c4",
+ "https:\/\/i.guim.co.uk\/img\/media\/8c207197c0a9e6f407dcddfded5f868a142c9cab\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=0dd659ae339b1aea9a99ed7f6f8eadeb",
+ "https:\/\/i.guim.co.uk\/img\/media\/0d13adeb0790af5c5fa317ce477c323d0e1c773c\/0_0_4800_2334\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=41b88ee343b9be76688b88443c7a8958",
+ "https:\/\/i.guim.co.uk\/img\/media\/4973b41f53b8ade499f99a305b01157eca659ca5\/0_0_1200_900\/master\/1200.jpg?width=300&quality=85&auto=format&fit=max&s=7c255bf6f8a27c56365a86813cdd1517",
+ "https:\/\/i.guim.co.uk\/img\/media\/d1941b6a6908314fab28f44da222a4c892213341\/0_0_4800_3120\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=76a26a289728e3d625e57d32eced57d8",
+ "https:\/\/i.guim.co.uk\/img\/media\/14b462f5d9489def554e0f9f436f13aec332f7b8\/0_0_4278_4800\/master\/4278.jpg?width=300&quality=85&auto=format&fit=max&s=a45ec7578a392eec201d2f6920b609a0",
+ "https:\/\/i.guim.co.uk\/img\/media\/e2cf54c36f17c6894844ea0cdd4346288a002da9\/915_0_3172_3189\/master\/3172.jpg?width=300&quality=85&auto=format&fit=max&s=0bd8e9f51bdf79a6e0a15ed176cfb57d",
+ "https:\/\/i.guim.co.uk\/img\/media\/b5f3736b2ba2ef4df364258b0efcaba26f571d6e\/0_0_4800_3073\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=7fcadc35b3a44ebafe3c469c6e89241d",
+ "https:\/\/i.guim.co.uk\/img\/media\/d5aaf60e3a427f278747acf0c3e7ba39b39ef923\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=1b74b488aedb864287ff160f86d74c9d",
+ "https:\/\/i.guim.co.uk\/img\/media\/3766106f73e858d5b140ae3cdd2eef84060180cd\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=d2f5bb7c3c3642ac8733ca40509f6e20"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-metadata.json
new file mode 100644
index 0000000..47af67c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Eleanor Ainge Roy",
+ "Direction": null,
+ "Excerpt": "New Zealand\u2019s whale whisperers worry that manmade changes in the ocean are behind the spike in beachings",
+ "Image": "https:\/\/i.guim.co.uk\/img\/media\/df84b519a877d652e950ecd4248320eec985934e\/0_320_4800_2880\/master\/4800.jpg?width=1200&height=630&quality=85&auto=format&fit=crop&overlay-align=bottom%2Cleft&overlay-width=100p&overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&s=af41545b21b557e4f57dd4221b6a7f89",
+ "Title": "'What is the sea telling us?': M\u0101ori tribes fearful over whale strandings | Eleanor Ainge Roy",
+ "SiteName": "the Guardian"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected.html
new file mode 100644
index 0000000..b7faebd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected.html
@@ -0,0 +1,297 @@
+<div itemprop="articleBody" data-test-id="article-review-body">
+ <p>
+ <span><span>W</span></span>hale whisperer Hori Parata was just seven years old when he attended his first mass stranding, a beaching of porpoises in New Zealand’s Northland, their cries screeching through the air on the deserted stretch of sand.
+ </p>
+ <p>
+ Seven decades later, Parata, 75, has now overseen more than 500 strandings and is renowned in <a href="https://www.theguardian.com/world/newzealand" data-link-name="auto-linked-tag" data-component="auto-linked-tag">New Zealand</a> as the leading Māori whale expert, called on by tribes around the country for cultural guidance as marine strandings become increasingly complex and fatal.
+ </p>
+ <p>
+ “Man’s greed in the ocean is hurting the whales,” says Parata, a fierce and uncompromising elder of the Ngātiwai tribe of eastern Northland.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="05cb692c634cd90e5411aab92ca3e649474ff786" id="img-2">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f5b3d20f0dc5c22a83f96fb709ecd204">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3200"><a href="#img-2" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="880px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=880&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=adbbf5d870d9cc7f0b9a24eb5472ebf3 1760w"> <source media="(min-width: 1300px)" sizes="880px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=880&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f0a6d8fa60b5571e9e0e9a5673e407b7 880w"> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="800px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=800&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=d39897e20bb677fda3feb14113aad381 1600w"> <source media="(min-width: 1140px)" sizes="800px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=800&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=dbf240ee147c5a0a43321f1634ee41eb 800w"> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="640px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=640&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=f7926915234cc22c9fe718771f5837cc 1280w"> <source media="(min-width: 980px)" sizes="640px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=640&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=fa3edf920739ca39d41e3fce38ab277b 640w"> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=f9fd7969943957bd4893fe29d248626c 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=61ab70443d54f672febc609b4bfbc5c0 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=a416bff5ba9e0d62f1634aee83308528 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=5ae3b22ecb3c7bde8b49a212d52b707c 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=c43d04fbea54b99991b541ce674da43d 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a0c813b07b8d5b99a33a7133ea7185db 445w">
+ <img itemprop="contentUrl" alt="Hori Parata at his Pātaua farm, the place where he was born and grew up." src="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=575838a657b26493e956c7f84b058080"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Hori Parata at his Pātaua farm, the place where he was born and grew up
+ </p>
+ </li>
+ </ul>
+ <p>
+ “We’re having to put up with a lot of stuff today. The public want to hug the whales, they want to touch them, they want to feel good – that’s not the thing. We feel that is ridiculous.”
+ </p>
+ <p>
+ Whale experts regard New Zealand – or Aotearoa as it is called by Māori – as the whale stranding capital of the world, with more than 5,000 incidents recorded since 1840, and an average of 300 individual animals beaching themselves each year.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="98c683a7df9c83b2c13de2d93ca1825199ed5150" id="img-3">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d2432083289db6bd42f6ad7adc64a78d">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3166"><a href="#img-3" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=7234718ccc92b4251bdfe4c505f064f8 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=b80f7e8fcfbbe8e12fa6954ddeb3bd1e 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=78ebc960d0c15f627bfbe60cd770a139 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1319684ba57c18162a45e56384d418b0 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=3170b3a80d76d6c6422b65045444829e 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e835570164cc241d4009af47fc1051f7 445w">
+ <img itemprop="contentUrl" alt="Kauri (Tekaurinui Robert) Parata, watched by his father Hori Parata, carves a traditional Maōri design at their home in Whangārei. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata" src="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2f198e1958f140f3ac664a3fdd87177c"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Kauri (Te Kaurinui Robert) Parata, watched by his father, Hori Parata, carves a traditional Māori design at their home in Whangārei. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father
+ </p>
+ </li>
+ </ul>
+ <p>
+ Concrete information on why whales strand remains elusive, but “sickness, navigational error, geographical features, a rapidly falling tide, being chased by a predator, or extreme weather” are all thought to contribute, according to the New Zealand Department of Conservation.
+ </p>
+ <p>
+ Climate change is to blame too, <a href="https://www.radionz.co.nz/news/national/377272/new-zealand-beached-whales-why-are-so-many-getting-stranded" data-link-name="in body link">scientists think</a>, with warming ocean temperatures moving whales’ prey closer to the shore and forcing them to pursue their food into shallow waters.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="0447972cf47ca67882fcfc648edf7e574b0853bc" id="img-4">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=0e7302276c6cc7cb65be9bcdacd3081f">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3200"><a href="#img-4" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=933c5693fbf9195f6e83a8928283f85e 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e07b988894308f3bfc052d1ff9dfc1e2 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=113cf92fe80bc5996634c34b3c7a0c09 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=5a7358223e80941bd1b0e0f427beefde 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=292e941797de1671c185c1b074c688ad 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d1bc1c4d9341f9b6d63b64861a3de711 445w">
+ <img itemprop="contentUrl" alt="A bin of small whale bones." src="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=718132fd888108a18383c24a8425523b"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="416800b8d06039780c3e6de28564e6f277b4e7b7" id="img-5">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=249ddc3119aa637c3a1ae4998509f604">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3200"><a href="#img-5" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=4197b7a2bc3c7e32d3eaee927b9d08e6 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=82d6908c6ffe622566e1cc6513d60ddd 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=222e300fb2a60da1a841fbbc2bc8f752 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=63ba1cfe4b5e7c7d741d311d58997fcf 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=231139825b311ede8d01e6c702d6d12c 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1065dd4439e14c72fe520c19566172e2 445w">
+ <img itemprop="contentUrl" alt="The baleen recovered from a stranded Pygmy Right Whale." src="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c5a53178ebbe54490c97fad6b5e032c4"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="8c207197c0a9e6f407dcddfded5f868a142c9cab" id="img-6">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=bcfefc5593dcc2bdb0dd3b0543cfa4eb">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3200"><a href="#img-6" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=d272c4dc57408daa0dcdf5461a230e9e 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=890f0e0cee54663a90292471a16f95d2 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=59a57c5bded93fe0efe0046226fe7c69 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f1b2a4c79e965aa76a322ad25072a052 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=ffbdfd671eb45e3a87e3dc9137e8b006 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c560f0b0ef9736c1a66215cc29c59d43 445w">
+ <img itemprop="contentUrl" alt="Squid beaks, from the stomach of a Sperm Whale." src="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=0dd659ae339b1aea9a99ed7f6f8eadeb"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Clockwise from top: small whale bones; squid beaks, from the stomach of a sperm whale; the baleen filter-feeder system recovered from a stranded pygmy right whale.
+ </p>
+ </li>
+ </ul>
+ <h2>
+ ‘Unprecedented’ strandings
+ </h2>
+ <p>
+ November marked the beginning of whale stranding season, and it started with a surge in incidents, according to whale rescue group Project Jonah, with <a href="https://www.theguardian.com/environment/video/2018/nov/26/whales-die-stranded-stewart-island-new-zealand-beach-video" data-link-name="in body link">140 pilot whales</a> beaching and dying on Stewart Island, 10 rare pygmy whales on Ninety Mile beach, 51 stranded and dead on the Chatham Islands and a spate of individual cases around the country.
+ </p>
+ <p>
+ And as more whales beach and die – from exhaustion, heat stroke or seagulls feasting on their flesh – an acute sense of grief is growing among New Zealand’s indigenous people, who regard whales as their ancestors and <em>taonga</em> (treasures).
+ </p>
+ <p>
+ “These days it is like a zoo. People just want to come and gawk at us, without even trying to understand what is happening with the animals and the environment,” says Parata, bristling with anger.
+ </p>
+ <figure data-interactive="https://interactive.guim.co.uk/embed/iframe-wrapper/0.1/boot.js" data-canonical-url="https://interactive.guim.co.uk/uploader/embed/2019/01/stranded_whales/giv-3902U99iNUM3iDSZ/" data-alt="whale strandings">
+ <a href="https://interactive.guim.co.uk/uploader/embed/2019/01/stranded_whales/giv-3902U99iNUM3iDSZ/" data-link-name="in body link">whale strandings</a>
+ </figure>
+ <p>
+ “When will we talk about what is hurting these animals out on the sea? They are drowning out there, they can’t breathe, they beach themselves to be with the Aunties.”
+ </p>
+ <p>
+ Ngātiwai believe the whales beach when they are ready to die and want to return to their families, the Māori people. Then, their human families use the whales’ gift of their bodies for sacred carvings, for traditional medicines, and even for compost.
+ </p>
+ <p>
+ There are marked tribal differences across New Zealand and while some tribes work to refloat stranded whales, others like Parata’s Ngātiwai stand back and allow the Department of Conservation and volunteer groups to take the lead in rescue efforts.
+ </p>
+ <p>
+ Then the tribe moves in en masse and holds a <em>karakia</em> (prayer), names each animal and sets to work removing their bones, blubber, eyes and teeth for cultural purposes.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="0d13adeb0790af5c5fa317ce477c323d0e1c773c" id="img-7">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d73916fda0f6c60b5eebcb71fea643e9">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="2334"><a href="#img-7" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1300&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=524b92a6590a1b5c139bfe50581476a1 2600w"> <source media="(min-width: 1300px)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=837d7df48e565ffad49febab20fbd179 1300w"> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1140&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=fe98f4515ae3490f53804235a4dcf84b 2280w"> <source media="(min-width: 1140px)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1140&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a3ec73ab7f20798ec264f5ecb59f6bcc 1140w"> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="1125px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1125&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=3ac3fd319accb248cf8a13e8ef55ebcc 2250w"> <source media="(min-width: 980px)" sizes="1125px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1125&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2561c80af0d0e8eed2fc7c535be48696 1125w"> <source media="(min-width: 740px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 740px) and (min-resolution: 120dpi)" sizes="965px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=965&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=539617a30ea852b01218eec69d6066e6 1930w"> <source media="(min-width: 740px)" sizes="965px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=965&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=624139eae65dd4c96efd1a90243b9286 965w"> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="725px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=725&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=633619afab6a0ee26a3839b69160e854 1450w"> <source media="(min-width: 660px)" sizes="725px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=725&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=98b9351340e8ee30063a4b6eb6501d6f 725w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="645px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=645&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=e11a31f8adaab06b457fd9c7dda6bf6d 1290w"> <source media="(min-width: 480px)" sizes="645px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=645&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=912104c53b38d1cd424bfb82302480e1 645w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="465px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=465&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=209259fab8ec9e81386838f2d5cdecc3 930w"> <source media="(min-width: 0px)" sizes="465px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=465&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=06848a63793084a21bc86aa613b126a7 465w">
+ <img itemprop="contentUrl" alt="Buck Cullen with his daughter Kaiarahi (10 months) in his back yard where he is storing a pair of massive Sperm Whale jawbones. Buck is a integral member of the whale recovery team, alongside Hori Parata." src="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=41b88ee343b9be76688b88443c7a8958"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Buck Cullen with his daughter Kaiarahi (10 months) in his backyard, where he is storing a pair of massive sperm whale jawbones. Cullen is an integral member of Hori Parata’s whale recovery team
+ </p>
+ </li>
+ </ul>
+ <p>
+ But indigenous elders say they aren’t being listened to when they tell the government their whale kin are sick, and trying to escape an increasingly polluted and unpredictable ocean.
+ </p>
+ <p>
+ Earlier this year in South Taranaki, a mass stranding that was described as <a href="https://www.stuff.co.nz/national/104249829/unprecedented-whale-strandings-reaches-11-in-total-on-taranaki-beach" data-link-name="in body link">“unprecedented”</a> left the local Māori tribe scrambling. Security was brought in when thieves attacked a sperm whale with an axe, trying to remove valuable teeth from its jaw.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="4973b41f53b8ade499f99a305b01157eca659ca5" id="img-8">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=ee921715aaf10e0816dcf15dfc3a21f5">
+ <meta itemprop="width" content="1200">
+ <meta itemprop="height" content="900"><a href="#img-8" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=8eb5af62092c8a0eb0d283cb0887f5c5 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=9ace0f595be568263c5991993632dae8 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=97219f131f1013d15fed7c63308f2b2f 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=17191691b6cd81c2a67730d5475db08b 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=30d51b75767551399ba174bae5c39e94 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=936568b6e7da0a710abcd2c015fd0a8b 445w">
+ <img itemprop="contentUrl" alt="12 Parāoa Whales (Sperm Whales) recently stranded on the South Taranaki coast of Kaupokonui, on a scale not seen on their coast in recent memory." src="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7c255bf6f8a27c56365a86813cdd1517"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ 12 parāoa whales (sperm whales) recently stranded on the South Taranaki coast of Kaupokonui, on a scale not seen near this location in recent memory
+ </p>
+ </li>
+ </ul>
+ <p>
+ Parata and his 22-year-old son, Te Kaurinui Robert Parata, were called in to assist. Te Kaurinui was called after the first whale his father ever named, and left university this year to return to Whangārei and study whale <em>tikanga</em> (protocol) and carving.
+ </p>
+ <p>
+ He says mass strandings are getting more local and international attention and money from donations, but traditional knowledge is being dismissed as overly spiritual.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="d1941b6a6908314fab28f44da222a4c892213341" id="img-9">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=4e46b70079819caee86359a058c92be1">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3120"><a href="#img-9" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="880px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=880&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=b775d649981f7bc36cf0753dd9f47862 1760w"> <source media="(min-width: 1300px)" sizes="880px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=880&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=3aa0de336dad5991ff92d488288fcc92 880w"> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="800px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=800&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=9133cf8cd42d42bb1342dbefbfc67c22 1600w"> <source media="(min-width: 1140px)" sizes="800px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=800&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2916efc01252a457768bfd28b40591ee 800w"> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="640px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=640&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=c7044b93d3aa73f7eac1b56ab9d77d86 1280w"> <source media="(min-width: 980px)" sizes="640px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=640&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2342e6519bfe1ce74a04ca96c06ed4cd 640w"> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=b6218129f26e09d8133bf226df3e9bed 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=9d20a1ca789f2efe7ba2dfdef9c28725 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=73fb4a4f8d59a92325fef9faa2ddf90d 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7894b6600fbb6af1ec6552007ad12da8 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=19022ce9fcafebe383880059f34add78 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=ded05f2c1859d70d3b8d3de3dcb75e0f 445w">
+ <img itemprop="contentUrl" alt="Kauri (Tekaurinui Robert) Parata, of the New Zealand Māori tribe Ngāti Wai, in front of the carving shed at Hihiaua Cultural Centre in Whangarei" src="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=76a26a289728e3d625e57d32eced57d8"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Clockwise from top: Te Kaurinui Parata, in front of the carving shed at Hihiaua Cultural Centre in Whangārei; Parata holds three whale teeth recovered from a beached whale – the middle one shows marks where a poacher had attempted to hack it out with an axe before the recovery group arrived; the Pou, a tribal identifier, in front of the carving shed.
+ </p>
+ </li>
+ </ul>
+ <h2>
+ ‘We need to listen’
+ </h2>
+ <p>
+ Māori harvest rights over dead whales have only been officially recognised since 1998, and the practice still elicits horror from some New Zealanders and visitors.
+ </p>
+ <p>
+ “Our own ancestors wouldn’t say to go down there and hug the whales. That’s a modern thing,” says Te Kaurinui.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="14b462f5d9489def554e0f9f436f13aec332f7b8" id="img-10">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=b8bf0c299908608310fb47e4163afb38">
+ <meta itemprop="width" content="4278">
+ <meta itemprop="height" content="4800"><a href="#img-10" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=1a392a17d0c74d513ff14129ae5f7e6c 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d5b05458659a4a06ff6583046f712ad1 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=649c2127cfbab69a7d6e4085ea098d95 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d45dfb664b5479650ba067c6a5af16c3 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=f94f4c652479979124e52c237804eb83 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f6c8d3b38a8af6d197d0a60d22a326f3 445w">
+ <img itemprop="contentUrl" alt="The Pou in front of the carving shed at Hihiaua Cultural centre" src="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a45ec7578a392eec201d2f6920b609a0"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="e2cf54c36f17c6894844ea0cdd4346288a002da9" id="img-11">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=3691946929b4105ba35ff9d306cb4fbc">
+ <meta itemprop="width" content="3172">
+ <meta itemprop="height" content="3189"><a href="#img-11" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=be6cf9beea564e7be872193b01c329a3 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c74497ec55bb1b680169d62684aa803d 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=06b2c03638556f85da582e419cf1817a 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=8cc04403e3902dbe1e4a9b01b8d4e517 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=893cbf39d6db1d28ba8fc85419382f9d 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=6df725aaf59e21b09434b967e05b3272 445w">
+ <img itemprop="contentUrl" alt="Kauri (Tekaurinui Robert) Parata, holds three whale teeth recovered from a beached whale. The middle tooth shows the marks where a poacher had attempted to hack it out with an axe before the recovery group arrived. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata." src="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=0bd8e9f51bdf79a6e0a15ed176cfb57d"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <p>
+ The Ngātiwai are investigating a possible link between the crisis of the dieback disease killing New Zealand’s native kauri trees – and <a href="https://www.theguardian.com/world/2018/jul/14/like-losing-family-time-may-be-running-out-for-new-zealands-most-sacred-tree" data-link-name="in body link">threatening the giant Tāne Mahuta, which may be 2,000 years old</a> – and the increase in whale strandings.
+ </p>
+ <p>
+ Parata and his family believe whale oil and byproducts could be used to try to cure Kauri dieback, and want more government money and attention directed towards indigenous knowledge of the interconnectedness of the New Zealand environment, and possible indigenous solutions.
+ </p>
+ <p>
+ “People dismiss us when we tell them our spiritual understanding of whales – why they are beaching, why they are hurting,” says Te Kaurinui.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="b5f3736b2ba2ef4df364258b0efcaba26f571d6e" id="img-12">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=72146577e379bdf9a21bc47994de5fb6">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3073"><a href="#img-12" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1300&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=4bd713ae6f60b56e36378bb2fe45e9eb 2600w"> <source media="(min-width: 1300px)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=b93c6d33ca7496220eb30d0c8bfaccf9 1300w"> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1140&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=f66f5a256170eced3c0a52aee235ae29 2280w"> <source media="(min-width: 1140px)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1140&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1f60eb7cf5fc6f899c7c9af9c05df9a0 1140w"> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="1125px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1125&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=27526c9caf1a62110dfa16214ceccf14 2250w"> <source media="(min-width: 980px)" sizes="1125px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1125&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7d47ba3d7898a398e1f9d8f2d19d391e 1125w"> <source media="(min-width: 740px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 740px) and (min-resolution: 120dpi)" sizes="965px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=965&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=8974cfeb3e33bc51b55518f1bc81e68d 1930w"> <source media="(min-width: 740px)" sizes="965px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=965&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=04f953b4ec9555178204a1621b8a1f59 965w"> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="725px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=725&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=7e2c1494173f83f555806120a1fe43cc 1450w"> <source media="(min-width: 660px)" sizes="725px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=725&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=8f53cf25b514e283cce3d995220ca19b 725w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="645px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=645&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=2b770ca04273c921c8abe0a7de72030a 1290w"> <source media="(min-width: 480px)" sizes="645px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=645&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=0da775328d9ade5ca605079a9118a64a 645w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="465px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=465&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=e2e51037c5a6b8bf22d87cb927e45888 930w"> <source media="(min-width: 0px)" sizes="465px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=465&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7ecf73b514ceb1b5e0391f17c7a4d3b0 465w">
+ <img itemprop="contentUrl" alt="Whangārei Harbour from Tamaterau, looking south through Mangrove sprouts coming up through the harbourside silt." src="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7fcadc35b3a44ebafe3c469c6e89241d"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Whangārei Harbour seen from Tamaterau, with mangrove sprouts coming up through the harbourside silt
+ </p>
+ </li>
+ </ul>
+ <p>
+ “We are not foreigners in this land. We did not take this land off anyone else. We were not lost waiting for some bullheads to tell us what was going on.”
+ </p>
+ <p>
+ Kaitaia conservation department ranger Jamie Werner of Ngātiwai recently attended his first mass beaching on Ninety Mile Beach. It was the first recorded time pygmy whales had stranded on New Zealand shores.
+ </p>
+ <p>
+ “I arrived at the beach and we leapfrogged between the animals. They were calling out to each other and reassuring each other,” says Werner. “It was a shock. We’re working to adapt but the ocean is changing so fast.”
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="d5aaf60e3a427f278747acf0c3e7ba39b39ef923" id="img-13">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1d00d3ea91d32110b40d85ff43227728">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3200"><a href="#img-13" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="880px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=880&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=2a64f318f02a31bdf9f17ae01fca72a3 1760w"> <source media="(min-width: 1300px)" sizes="880px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=880&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=811b3a2ecee1a87b72813d328f59aa85 880w"> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="800px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=800&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=47418e3f630c00af6124c471fdc54c20 1600w"> <source media="(min-width: 1140px)" sizes="800px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=800&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=93ec03888887d5eb6eabf07e40f2ed3b 800w"> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="640px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=640&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=476d165704890f40cc5f2d74f4d09b95 1280w"> <source media="(min-width: 980px)" sizes="640px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=640&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=6179da6bca697f83ac063a56660aa31b 640w"> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=df0c5b9ccac02dcd010d7f3ed8ff8c85 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e9fd2eedc9bb80286a6cabd1c7c3b0e2 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=e48f277772be7e455f9a4a4139b3bf4c 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2e0af911fcd7011f04ee91d445290e84 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=15161e07957f327b44aa124d94ae8291 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=ef6c6809f2adcff0f4ff32899095839b 445w">
+ <img itemprop="contentUrl" alt="The skull of a Brydes whale, in the storage container at Hihiaua Cultural Centre, Whangārei." src="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1b74b488aedb864287ff160f86d74c9d"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Above, the skull of a bryde’s whale; right, a large-calibre bullet of the type that the New Zealand Department of Conservation uses for euthanasing stranded whales that are beyond rescue
+ </p>
+ </li>
+ </ul>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" data-media-id="3766106f73e858d5b140ae3cdd2eef84060180cd" id="img-14">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7dca3d798aef3526f42e281771d50f91">
+ <meta itemprop="width" content="4800">
+ <meta itemprop="height" content="3200"><a href="#img-14" data-link-name="Launch Article Lightbox" data-is-ajax>
+ <div>
+ <picture>
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=0daf794415132fc19259f8d2f654f57f 1240w"> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=98ce62f9d983fe8059c936a6c6cdff33 620w"> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=9ff4aac2a3b07867dfdfb8f470ea6977 1210w"> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=10d1b71094ecf1722f593eb49bb2effe 605w"> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=0705690fcb523f2781a5952f83528ff9 890w"> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=4c748337df5f0348eb0e7d3e3ec46571 445w">
+ <img itemprop="contentUrl" alt="A large calibre bullet of the type that the New Zealand Department of Conservation (DOC) uses for euthanasing stranded whales that are beyond rescue." src="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d2f5bb7c3c3642ac8733ca40509f6e20"></picture>
+ </div><span><svg width="22" height="22" viewBox="0 0 22 22">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6" /></svg></span></a>
+ </figure>
+ <p>
+ The recent spate of mass strandings has been described as “heartbreaking” by the conservation department.
+ </p>
+ <p>
+ But for Parata and his family the slow, painful deaths of their ancestors are personal – and ultimately devastating – for the health of the tribe and the sea.
+ </p>
+ <p>
+ “It’s very emotional. Our ancestors tell us the strandings are a sign from the sea. So what is the sea telling us? We need to listen.”
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/guardian-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/source.html
new file mode 100644
index 0000000..a613162
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/source.html
@@ -0,0 +1,1369 @@
+<!DOCTYPE html>
+<html id="js-context" class="js-off is-not-modern id--signed-out" lang="en" data-page-path="/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <title>
+ 'What is the sea telling us?': Māori tribes fearful over whale strandings | Eleanor Ainge Roy | Environment | The Guardian
+ </title>
+ <meta charset="utf-8" />
+ <meta name="description" content="New Zealand’s whale whisperers worry that manmade changes in the ocean are behind the spike in beachings" />
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+ <meta name="format-detection" content="telephone=no" />
+ <meta name="HandheldFriendly" content="True" />
+ <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
+ <link rel="dns-prefetch" href="https://assets.guim.co.uk/" />
+ <link rel="dns-prefetch" href="https://i.guim.co.uk" />
+ <link rel="dns-prefetch" href="https://api.nextgen.guardianapps.co.uk" />
+ <link rel="dns-prefetch" href="https://hits-secure.theguardian.com" />
+ <link rel="dns-prefetch" href="//j.ophan.co.uk" />
+ <link rel="dns-prefetch" href="//ophan.theguardian.com" />
+ <link rel="dns-prefetch" href="//phar.gu-web.net" />
+ <link rel="dns-prefetch" href="//www.google-analytics.com" />
+ <link rel="preconnect" href="https://assets.guim.co.uk/" />
+ <link rel="preconnect" href="https://i.guim.co.uk" />
+ <link rel="preconnect" href="//interactive.guim.co.uk" />
+ <link rel="preconnect" href="//www.google-analytics.com" />
+ <link rel="dns-prefetch" href="//sb.scorecardresearch.com" />
+ <link rel="apple-touch-icon" sizes="152x152" href="https://assets.guim.co.uk/images/favicons/fee5e2d638d1c35f6d501fa397e53329/152x152.png" />
+ <link rel="apple-touch-icon" sizes="144x144" href="https://assets.guim.co.uk/images/favicons/1fe70b29879674433702d5266abcb0d4/144x144.png" />
+ <link rel="apple-touch-icon" sizes="120x120" href="https://assets.guim.co.uk/images/favicons/c58143bd2a5b5426b6256cd90ba6eb47/120x120.png" />
+ <link rel="apple-touch-icon" sizes="114x114" href="https://assets.guim.co.uk/images/favicons/68cbd5cf267598abd6a026f229ef6b45/114x114.png" />
+ <link rel="apple-touch-icon" sizes="72x72" href="https://assets.guim.co.uk/images/favicons/873381bf11d58e20f551905d51575117/72x72.png" />
+ <link rel="apple-touch-icon-precomposed" href="https://assets.guim.co.uk/images/favicons/6a2aa0ea5b4b6183e92d0eac49e2f58b/57x57.png" />
+ <link rel="manifest" href="/2015-06-24-manifest.json" crossorigin="use-credentials" />
+ <link rel="shortcut icon" type="image/png" href="https://assets.guim.co.uk/images/favicons/46bd2faa1ab438684a6d4528a655a8bd/32x32.ico" />
+ <link rel="canonical" href="https://www.theguardian.com/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings" />
+ <meta name="apple-mobile-web-app-title" content="Guardian" />
+ <meta name="application-name" content="The Guardian" />
+ <meta name="msapplication-TileColor" content="#052962" />
+ <meta name="theme-color" content="#052962" />
+ <meta name="msapplication-TileImage" content="https://assets.guim.co.uk/images/favicons/023dafadbf5ef53e0865e4baaaa32b3b/windows_tile_144_b.png" />
+ <meta name="apple-itunes-app" content="app-id=409128287, app-argument=https://www.theguardian.com/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings, affiliate-data=ct=newsmartappbanner&amp;pt=304191" />
+ <link rel="publisher" href="https://plus.google.com/113000071431138202574" />
+ <meta name="author" content="Eleanor Ainge Roy" />
+ <meta name="thumbnail" content="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_320_4800_2880/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=de14b9e41664fc607682ca4c52297557" />
+ <meta name="keywords" content="Oceans,New Zealand,Environment,Asia Pacific,World news,Whales,Cetaceans,Marine life,Wildlife" />
+ <meta name="news_keywords" content="Oceans,New Zealand,Environment,Asia Pacific,World news,Whales,Cetaceans,Marine life,Wildlife" />
+ <meta property="og:url" content="http://www.theguardian.com/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings" />
+ <meta property="article:author" content="https://www.theguardian.com/profile/eleanor-ainge-roy" />
+ <meta property="og:image:height" content="720" />
+ <meta property="og:description" content="New Zealand’s whale whisperers worry that manmade changes in the ocean are behind the spike in beachings" />
+ <meta property="og:image:width" content="1200" />
+ <meta property="og:image" content="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_320_4800_2880/master/4800.jpg?width=1200&amp;height=630&amp;quality=85&amp;auto=format&amp;fit=crop&amp;overlay-align=bottom%2Cleft&amp;overlay-width=100p&amp;overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&amp;s=af41545b21b557e4f57dd4221b6a7f89" />
+ <meta property="al:ios:url" content="gnmguardian://environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings?contenttype=Article&amp;source=applinks" />
+ <meta property="article:publisher" content="https://www.facebook.com/theguardian" />
+ <meta property="og:type" content="article" />
+ <meta property="al:ios:app_store_id" content="409128287" />
+ <meta property="article:section" content="Environment" />
+ <meta property="article:published_time" content="2019-01-03T07:00:02.000Z" />
+ <meta property="og:title" content="'What is the sea telling us?': Māori tribes fearful over whale strandings | Eleanor Ainge Roy" />
+ <meta property="fb:app_id" content="180444840287" />
+ <meta property="article:tag" content="Oceans,New Zealand,Environment,Asia Pacific,World news,Whales,Cetaceans,Marine life,Wildlife" />
+ <meta property="al:ios:app_name" content="The Guardian" />
+ <meta property="og:site_name" content="the Guardian" />
+ <meta property="article:modified_time" content="2019-01-16T11:16:23.000Z" />
+ <meta name="twitter:app:id:iphone" content="409128287" />
+ <meta name="twitter:app:name:googleplay" content="The Guardian" />
+ <meta name="twitter:app:name:ipad" content="The Guardian" />
+ <meta name="twitter:image" content="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_320_4800_2880/master/4800.jpg?width=1200&amp;height=630&amp;quality=85&amp;auto=format&amp;fit=crop&amp;overlay-align=bottom%2Cleft&amp;overlay-width=100p&amp;overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&amp;s=af41545b21b557e4f57dd4221b6a7f89" />
+ <meta name="twitter:site" content="@guardian" />
+ <meta name="twitter:app:url:ipad" content="gnmguardian://environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings?contenttype=Article&amp;source=twitter" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:app:name:iphone" content="The Guardian" />
+ <meta name="twitter:creator" content="@EleanorAingeRoy" />
+ <meta name="twitter:app:id:ipad" content="409128287" />
+ <meta name="twitter:app:id:googleplay" content="com.guardian" />
+ <meta name="twitter:app:url:googleplay" content="guardian://www.theguardian.com/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings" />
+ <meta name="twitter:app:url:iphone" content="gnmguardian://environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings?contenttype=Article&amp;source=twitter" />
+ <meta name="twitter:dnt" content="on" />
+ <meta property="fb:pages" content="10513336322" />
+ <meta property="fb:pages" content="456740217686384" />
+ <meta property="fb:pages" content="516977308337360" />
+ <script data-schema="Organization" type="application/ld+json">
+ <![CDATA[
+ {"@type":"Organization","@context":"https://schema.org","@id":"https://www.theguardian.com#publisher","name":"The Guardian","url":"https://www.theguardian.com/","logo":{"@type":"ImageObject","url":"https://uploads.guim.co.uk/2018/01/31/TheGuardian_AMP.png","width":190,"height":60},"sameAs":["https://www.facebook.com/theguardian","https://twitter.com/guardian","https://www.youtube.com/user/TheGuardian"]}
+ ]]>
+ </script>
+ <script data-schema="WebPage" type="application/ld+json">
+ <![CDATA[
+ {"@type":"WebPage","@context":"https://schema.org","@id":"https://www.theguardian.com/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","potentialAction":{"@type":"ViewAction","target":"android-app://com.guardian/https/www.theguardian.com/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"}}
+ ]]>
+ </script>
+ <link rel="alternate" href="ios-app://409128287/gnmguardian/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings?contenttype=Article&amp;source=google" />
+ <style class="js-loggable">
+ <![CDATA[
+ .svg .i,
+ .svg .caption:before,
+ .svg figcaption:before,
+ .svg blockquote.quoted:before {
+ background-image: none;
+ }
+ .is-updating {
+ background-image: url(https://assets.guim.co.uk/images/f2465f9293ea046b91128035ecf4cdd5/auto-update-activity.gif);
+ }
+ .is-updating--dark {
+ background-image: url(https://assets.guim.co.uk/images/614abf55ccbb65d1bb691aa8bf64fd7f/auto-update-activity-dark.gif);
+ }
+ .tweet__user-name:before {
+ background-image: url(https://assets.guim.co.uk/images/twitter/ca807fd6567f678fc0981a4ab6904fbe/bird.svg);
+ }
+
+ .no-svg .inline-guardian-logo-160 { background-image: url(https://assets.guim.co.uk/images/logo/c53d8a40a4962863a36388902a43f279/guardian-logo-160.png); }
+ .no-svg .inline-guardian-logo-320 { background-image: url(https://assets.guim.co.uk/images/logo/951ac05886372ebb77554a9dd4ae420f/guardian-logo-320.png); }
+ .no-svg .inline-observer-logo-160 { background-image: url(https://assets.guim.co.uk/images/logo/bee4ad72a1badb16d72a86484d192a1c/observer-logo-160.png); }
+ .no-svg .inline-observer-logo-320 { background-image: url(https://assets.guim.co.uk/images/logo/c5669a2096d808752b0d5798be09ab0f/observer-logo-320.png); }
+ ]]>
+ </style><!--[if (lt IE 9)&(!IEMobile)]>
+
+
+
+
+
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/eb62cca790bf39c9be47fc3d9919f4f7/old-ie.head.content.garnett.css" media="only x" />
+ <noscript>
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/eb62cca790bf39c9be47fc3d9919f4f7/old-ie.head.content.garnett.css" />
+ </noscript>
+
+
+
+
+
+
+
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/868fb833aa43e1487b89b403fb22dadd/old-ie.content.garnett.css" media="only x" />
+ <noscript>
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/868fb833aa43e1487b89b403fb22dadd/old-ie.content.garnett.css" />
+ </noscript>
+
+
+<![endif]-->
+ <!--[if (IE 9)&(!IEMobile)]>
+
+
+
+
+
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/50ad04ea6231f4d652efee3b04ac9b85/ie9.content.garnett.css" media="only x" />
+ <noscript>
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/50ad04ea6231f4d652efee3b04ac9b85/ie9.content.garnett.css" />
+ </noscript>
+
+
+
+
+
+
+
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/5aa0ef42dcd50c05a5d265ef1aa0ce65/ie9.head.content.garnett.css" media="only x" />
+ <noscript>
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/5aa0ef42dcd50c05a5d265ef1aa0ce65/ie9.head.content.garnett.css" />
+ </noscript>
+
+
+<![endif]-->
+ <!--[if (gt IE 9)|(IEMobile)]><!-->
+
+ <style class="js-loggable">
+ <![CDATA[
+
+
+
+ html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:0.0625rem dotted}b,strong{font-weight:bold}dfn{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;-webkit-font-smoothing:antialiased}button{overflow:visible}button,select{text-transform:none}.button{outline:0}button,html input[type='button'],input[type='reset'],input[type='submit']{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type='checkbox'],input[type='radio']{box-sizing:border-box;padding:0}input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button{height:auto}input[type='search']{-webkit-appearance:textfield;box-sizing:content-box}input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{overflow-y:scroll}html.iframed{overflow-y:auto}html.iframed--overflow-hidden{overflow:hidden}body{background-color:#ffffff}.is-modern .has-membership-access-requirement{visibility:hidden !important}::-moz-selection{background:#ffe500;color:#121212}::selection{background:#ffe500;color:#121212}head{font-family:'mobile'}@media (min-width: 30em){head{font-family:'mobileLandscape'}}@media (min-width: 46.25em){head{font-family:'tablet'}}@media (min-width: 61.25em){head{font-family:'desktop'}}@media (min-width: 71.25em){head{font-family:'leftCol'}}@media (min-width: 81.25em){head{font-family:'wide'}}body:after{border:0 !important;clip:rect(0 0 0 0) !important;height:0.0625rem !important;margin:-0.0625rem !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:0.0625rem !important;content:'mobile'}@media (min-width: 30em){body:after{content:'mobileLandscape'}}@media (min-width: 46.25em){body:after{content:'tablet'}}@media (min-width: 61.25em){body:after{content:'desktop'}}@media (min-width: 71.25em){body:after{content:'leftCol'}}@media (min-width: 81.25em){body:after{content:'wide'}}.dateline{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#767676}@media (min-width: 46.25em){.dateline{font-size:0.875rem;line-height:1.25rem}}.dateline i{vertical-align:baseline}.relative-timestamp{display:block;color:#767676;margin:0}.relative-timestamp span{display:inline-block}.relative-timestamp__icon{vertical-align:-0.125rem}ol,ul{list-style-position:inside}a,button,input[type='button'],input[type='submit']{-ms-touch-action:manipulation;touch-action:manipulation}html{font-family:"Guardian Text Egyptian Web",Georgia,serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{line-height:1.5;color:#121212}html,body{text-rendering:optimizeSpeed}.should-kern body{text-rendering:optimizeLegibility;-webkit-font-feature-settings:'kern';font-feature-settings:'kern';-webkit-font-kerning:normal;font-kerning:normal;-webkit-font-variant-ligatures:common-ligatures;font-variant-ligatures:common-ligatures}h1,h2,h3,h4,h5,h6{margin:0}blockquote{margin:0}p{margin-top:0;margin-bottom:0.5rem}h3{font-size:1.0625rem;line-height:1.5rem;font-family:"Guardian Text Egyptian Web",Georgia,serif;font-weight:normal;margin-bottom:0.4375rem}.type-5{font-size:1.125rem;line-height:1.5rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal}.social-icon{width:1.875rem;height:1.875rem;border:0.0625rem solid #121212;padding:0;box-sizing:content-box;background-color:transparent}.social-icon,.social-icon:active,.social-icon:focus,.social-icon:hover{text-decoration:none;color:#121212}.u-unstyled,.inline-list,.linkslist{margin:0;list-style:none}a,.u-fauxlink{color:#005689;cursor:pointer;text-decoration:none}a:hover,a:focus,.u-fauxlink:hover,.u-fauxlink:focus{text-decoration:underline}a:active,.u-fauxlink:active{color:#00b2ff;text-decoration:none}.u-h{border:0 !important;clip:rect(0 0 0 0) !important;height:0.0625rem !important;margin:-0.0625rem !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:0.0625rem !important}@media (max-width: 19.99em){.hide-until-mobile{display:none !important}}@media (max-width: 29.99em){.hide-until-mobile-landscape{display:none !important}}@media (max-width: 46.24em){.hide-until-tablet{display:none !important}}@media (max-width: 71.24em){.hide-until-leftcol{display:none !important}}@media (max-width: 81.24em){.hide-until-wide{display:none !important}}@media (max-width: 61.24em){.hide-until-desktop{display:none !important}}@media (min-width: 30em){.hide-from-mobile-landscape{display:none !important}}@media (min-width: 46.25em){.hide-from-tablet{display:none !important}}@media (min-width: 61.25em){.hide-from-desktop{display:none !important}}@media (min-width: 71.25em){.hide-from-leftcol{display:none !important}}@media (min-width: 81.25em){.hide-from-wide{display:none !important}}.is-hidden,[hidden]{display:none !important}@media (min-width: 46.25em){.mobile-only{display:none !important}}.hide-on-mobile{display:none !important}@media (min-width: 46.25em){.hide-on-mobile{display:block !important}}.hide-on-mobile-inline{display:none !important}@media (min-width: 46.25em){.hide-on-mobile-inline{display:inline !important}}@media (min-width: 20em) and (max-width: 61.24em){.hide-on-tablet{display:none !important}}.u-cf:after,.u-cf:before{content:'';display:table}.u-cf:after{clear:both}.u-baseline-top{margin-top:0.75rem}.skip:focus,.skip:active{font-size:80%;display:block;color:#041f4a;text-decoration:none;position:static !important;width:100% !important;height:1.125rem !important;text-align:center}.u-responsive-ratio{width:100%;padding-bottom:60%;position:relative;overflow:hidden}.u-responsive-ratio img,.u-responsive-ratio object,.u-responsive-ratio embed,.u-responsive-ratio iframe,.u-responsive-ratio svg,.u-responsive-ratio video{width:100%;height:100%;position:absolute;top:0;left:0}.u-responsive-aligner{margin:0 auto;width:100%}.u-responsive-ratio--hd{padding-bottom:56.25%}.u-responsive-ratio--letterbox{padding-bottom:40%}.u-text-hyphenate{word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.u-test-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.u-button-reset{display:block;margin:0;padding:0;border:0;width:100%;background:transparent}.u-button-reset:focus{outline:0}.u-underline{text-decoration:none !important;border-bottom:0.0625rem solid #dcdcdc;transition:border-color .15s ease-out}.u-underline:hover,.u-underline:focus{border-color:#6e99b3}.u-underline:active{border-color:#00b2ff}.u-nobr{white-space:nowrap}.flushp{padding:0 !important}.flushp--top{padding-top:0 !important}.meta-button{background:transparent;border:0;margin:0;padding:0}.u-font-weight-normal{font-weight:normal}.u-vertical-align-middle-icon svg{vertical-align:middle}.u-faux-block-link{position:relative}.u-faux-block-link a,.u-faux-block-link abbr[title],.u-faux-block-link__promote{position:relative;z-index:1}.u-faux-block-link__overlay{top:0;right:0;bottom:0;left:0;overflow:hidden;text-indent:200%;white-space:nowrap;background:rgba(0,0,0,0)}a.u-faux-block-link__overlay{position:absolute;z-index:0;opacity:0}a.u-faux-block-link__overlay:focus{outline:none}.u-faux-block-link--hover .u-faux-block-link__cta{text-decoration:underline}dt{font-weight:bold}menu,ol,ul{padding:0;margin-left:1.5625rem}nav ul,nav ol{list-style:none;list-style-image:none}.inline-list__item{display:inline-block}.inline-icon{fill:#ffffff}.inline-icon svg{overflow:visible}.inline-icon--light-grey{fill:#dcdcdc}.inline-icon--black{fill:#121212}.inline-close--small svg{height:100%;width:45%}.inline-tone-fill{fill:#005689}.inline-icon__fallback{display:none}.inline-icon__fallback{display:none !important}.no-svg .inline-icon{display:none !important}.no-svg .inline-icon__fallback{display:block !important}.gs-container{position:relative;margin:0 auto}@media (min-width: 46.25em){.gs-container{max-width:46.25rem}}@media (min-width: 61.25em){.gs-container{max-width:61.25rem}}@media (min-width: 71.25em){.gs-container{max-width:71.25rem}}@media (min-width: 81.25em){.gs-container{max-width:81.25rem}}@media (max-width: 29.99em){.content__head:not(.tonal__head--tone-dead):not(.tonal__head--tone-live):not(.tonal__head--tone-media):not(.content__head--crossword):not(.content__head--interactive){margin-right:-0.625rem;margin-left:-0.625rem}}@media (min-width: 30em) and (max-width: 41.24em){.content__head:not(.tonal__head--tone-dead):not(.tonal__head--tone-live):not(.tonal__head--tone-media):not(.content__head--crossword):not(.content__head--interactive){margin-right:-1.25rem;margin-left:-1.25rem}}@media (min-width: 41.25em) and (max-width: 46.24em){.media-primary,.content__head{margin-left:-1.25rem;margin-right:-1.25rem}}@media (max-width: 61.24em){.nav-is-open{overflow:hidden;width:100%}}@media (min-width: 61.25em){.nav-is-open{overflow-x:hidden}}.new-header{background-color:#052962;position:relative}.new-header:not(.new-header--slim){margin-bottom:0}@media (min-width: 46.25em){.new-header{display:block}}@media (min-width: 81.25em){.has-page-skin .new-header .gs-container{width:61.25rem}}.new-header__inner:after,.new-header__inner:before{content:'';display:table}.new-header__inner:after{clear:both}.new-header__edition-container{position:absolute;top:0;z-index:1072;-webkit-transform:translateX(100%);transform:translateX(100%)}@media (min-width: 61.25em){.new-header__edition-container{right:7.5rem;width:6.875rem}}@media (min-width: 81.25em){body:not(.has-page-skin) .new-header__edition-container{right:12.3125rem;width:12.3125rem}}.new-header__edition-container .top-bar__item__seperator{margin-left:0}.new-header__menu-toggle{display:block;outline:0;position:relative}@media (max-width: 61.24em){.new-header__menu-toggle{position:absolute;right:0.3125rem;bottom:3rem}}@media (max-width: 61.24em) and (min-width: 22.5em){.new-header__menu-toggle{right:0.3125rem;bottom:-0.1875rem}}@media (max-width: 61.24em) and (min-width: 30em){.new-header__menu-toggle{right:1.125rem}}@media (max-width: 61.24em) and (min-width: 46.25em){.new-header__menu-toggle{bottom:0.1875rem}}@media (max-width: 61.24em){.new-header--slim .new-header__menu-toggle{top:0.1875rem;bottom:auto}}.new-header__menu-toggle:active{outline:0}.new-header__logo{float:right;margin-top:0.625rem;margin-right:3.375rem;margin-bottom:1.5rem}@media (min-width: 22.5em){.new-header__logo{margin-right:0.625rem}}@media (min-width: 30em){.new-header__logo{margin-right:1.25rem}}@media (min-width: 61.25em){.new-header__logo{margin-top:0.3125rem;margin-bottom:1.125rem;position:relative;z-index:1071}}@media (min-width: 81.25em){body:not(.has-page-skin) .new-header__logo{margin-right:6rem}}.new-header--slim .new-header__logo{position:absolute;margin:0;right:2.625rem;top:0.1875rem;z-index:1070}@media (min-width: 30em){body:not(.has-page-skin) .new-header--slim .new-header__logo{margin-right:0;right:3.25rem}}@media (min-width: 61.25em){body:not(.has-page-skin) .new-header--slim .new-header__logo{right:1.25rem}}@media (min-width: 61.25em){.new-header--slim.new-header--open .new-header__logo{z-index:1072}}.inline-the-guardian-roundel__svg{height:2.625rem;width:2.625rem}.inline-the-guardian-roundel__svg path:nth-child(1){fill:#fff}.inline-the-guardian-roundel__svg path:nth-child(2){fill:#052962}.inline-the-guardian-logo__svg{display:block;height:2.75rem;width:8.4375rem}@media (min-width: 22.5em){.inline-the-guardian-logo__svg{height:3.5rem;width:10.9375rem}}@media (min-width: 46.25em){.inline-the-guardian-logo__svg{height:4.5rem;width:14rem}}@media (min-width: 61.25em){.inline-the-guardian-logo__svg{height:5.9375rem;width:18.4375rem}}.inline-the-guardian-logo__svg path{fill:#fff}.new-header--slim{height:3rem}.menu{background-color:#052962;box-sizing:border-box;font-size:1.25rem;left:0;line-height:1;margin-right:1.6875rem;padding-bottom:1.5rem;top:0;z-index:1070}@media (max-width: 61.24em){.menu{-webkit-transform:translateX(-110%);transform:translateX(-110%);transition:-webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);transition:transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);transition:transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);-webkit-overflow-scrolling:touch;box-shadow:0.1875rem 0 1rem rgba(0,0,0,0.4);bottom:0;height:100%;overflow:auto;padding-top:0.375rem;position:fixed;right:0;transition:-webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);transition:transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);transition:transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);will-change:transform}}@media (min-width: 22.5em){.menu{margin-right:1.8125rem}}@media (min-width: 30em){.menu{margin-right:2.5625rem}}@media (min-width: 61.25em){.menu{display:none;position:absolute;padding-bottom:0;padding-top:0;top:100%;left:0;right:0;width:100%}@supports (width: 100vw){.menu{left:50%;right:50%;width:100vw;margin-left:-50vw;margin-right:-50vw}}.new-header--slim .menu{top:2.625rem}}@media (max-width: 61.24em){.new-header--open .menu{-webkit-transform:translateX(0%);transform:translateX(0%);transition:-webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);transition:transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);transition:transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1)}}@media (min-width: 61.25em){.new-header--open .menu{display:block}}x:-o-prefocus .menu{display:none}.menu__inner{box-sizing:border-box}@media (max-width: 61.24em){.menu__inner.gs-container{max-width:none}}@media (min-width: 61.25em){.menu__inner{background-color:#052962;border:0.0625rem solid #506991;border-bottom:0;border-top:0;box-sizing:border-box;padding:0 1.25rem}.new-header--slim .menu__inner{border-color:transparent}}.menu__overlay{background-color:rgba(0,0,0,0.5);height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);width:0;z-index:1069}.new-header--open .menu__overlay{opacity:1;width:100%}@media (min-width: 61.25em){.menu__overlay{display:none}}.menu-group{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.125rem;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 0.75rem;position:relative}@media (min-width: 61.25em){.menu-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:0}}@media (max-width: 61.24em){[aria-expanded='false'] ~ .menu-group{display:none}}.menu-group--primary{padding-top:0}@media (min-width: 61.25em){.menu-group--primary{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-order:1;-ms-flex-order:1;order:1}}.menu-group--secondary{background-color:#041f4a;margin-top:0;padding-top:0}@media (min-width: 61.25em){.menu-group--secondary{background-color:transparent;padding-bottom:0;width:100%}}.menu-group--membership{padding-bottom:0;position:relative}.menu-group--editions,.menu-group--membership{padding-bottom:0}.menu-group--editions .menu-group,.menu-group--membership .menu-group{background-color:#041f4a}@media (min-width: 61.25em){.menu-group--footer{bottom:0;left:42.4375rem;padding-left:0.625rem;position:absolute;top:0;width:8.375rem}}@media (min-width: 71.25em){body:not(.has-page-skin) .menu-group--footer{left:50.5625rem;width:10rem}}@media (min-width: 61.25em){.menu-group--footer:before,.menu-group--primary>.menu-item:not(:first-child):before,.menu-group--brand-extensions:before{content:'';position:absolute;left:0;top:0;bottom:0;border-left:0.0625rem solid #506991}}.menu-group--brand-extensions{position:absolute;right:1.875rem;top:-2.625rem;bottom:0;padding:2.625rem 1.25rem 0.75rem 0.625rem;width:8.1875rem}@media (min-width: 71.25em){body:not(.has-page-skin) .menu-group--brand-extensions{width:8.75rem}}@media (min-width: 81.25em){body:not(.has-page-skin) .menu-group--brand-extensions{width:18.75rem;padding-top:0.625rem}}.menu-item{box-sizing:border-box;overflow:hidden;position:relative;width:100%}@media (min-width: 61.25em){.menu-group--primary>.menu-item{float:left;overflow:visible;width:8.375rem;padding:0 0.625rem 0.75rem}.menu-group--primary>.menu-item:first-child{padding-left:0;width:7.6875rem}}@media (min-width: 71.25em){body:not(.has-page-skin) .menu-group--primary>.menu-item{width:10rem}body:not(.has-page-skin) .menu-group--primary>.menu-item:first-child{width:9.3125rem}}.menu-item-divider{height:0.0625rem;width:100%;background:#506991;border:0;margin:0.375rem 0 0 3.125rem}@media (min-width: 46.25em){.menu-item-divider{margin-left:3.75rem}}@media (min-width: 61.25em){.menu-item-divider{margin-left:0.375rem 0}}.menu-item__title{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;background-color:transparent;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:1.25rem;outline:none;padding:0.5rem 1.9375rem 0.5rem 3.125rem;position:relative;text-align:left;width:100%}.menu-group--membership .menu-item__title{color:#ffe500;font-weight:700}@media (min-width: 46.25em){.menu-item__title{padding-left:3.75rem}}@media (min-width: 61.25em){.menu-item__title{font-size:1rem;line-height:1.2;padding:0.375rem 0}}.menu-item__title:hover,.menu-item__title:focus{color:#ffe500;text-decoration:none}.menu-item__title:focus{text-decoration:underline}.menu-item__title>*{pointer-events:none}@media (max-width: 61.24em){.menu-group--primary>*:not(:last-child)>.menu-item__title:not([aria-expanded='true']):after,.menu-item__title[data-link-name='nav2 : The Guardian app']:not([aria-expanded='true']):after,.menu-item__title[data-link-name='nav2 : facebook']:not([aria-expanded='true']):after,.menu-group--footer>*:first-child .menu-item__title:not([aria-expanded='true']):after,.menu-group--membership>*:first-child .menu-item__title:not([aria-expanded='true']):after{background-color:#506991;bottom:0;content:'';display:block;height:0.0625rem;left:3.125rem;right:0;position:absolute}}@media (max-width: 61.24em) and (min-width: 46.25em){.menu-group--primary>*:not(:last-child)>.menu-item__title:not([aria-expanded='true']):after,.menu-item__title[data-link-name='nav2 : The Guardian app']:not([aria-expanded='true']):after,.menu-item__title[data-link-name='nav2 : facebook']:not([aria-expanded='true']):after,.menu-group--footer>*:first-child .menu-item__title:not([aria-expanded='true']):after,.menu-group--membership>*:first-child .menu-item__title:not([aria-expanded='true']):after{left:3.75rem}}@media (max-width: 61.24em){.menu-item__title[data-link-name='nav2 : The Guardian app'],.menu-item__title[data-link-name='nav2 : facebook'],.menu-group--footer>*:first-child .menu-item__title{margin-top:1.5rem}.menu-item__title[data-link-name='nav2 : The Guardian app']:after,.menu-item__title[data-link-name='nav2 : facebook']:after,.menu-group--footer>*:first-child .menu-item__title:after{bottom:auto;top:0}}@media (max-width: 61.24em){.menu-group--membership>*:first-child .menu-item__title:not([aria-expanded='true']):after{bottom:auto;top:0}}.menu-group--primary>.menu-item>.menu-item__title{font-size:1.5rem;line-height:1.6875rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:700;color:#fff;padding-bottom:1.125rem;padding-top:0.375rem}.menu-item--brand-extension{margin-right:0;margin-top:-0.375rem;padding-bottom:0}.menu-item__title--brand-extension{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:700}@media (min-width: 81.25em){body:not(.has-page-skin) .menu-item__title--brand-extension{font-size:1.5rem;line-height:1.6875rem;padding-top:0.3125rem}}.menu-item__icon,.menu-item__toggle{left:1.5625rem;position:absolute}@media (min-width: 46.25em){.menu-item__icon,.menu-item__toggle{left:2.1875rem}}@media (min-width: 61.25em){.menu-item__icon,.menu-item__toggle{display:none}}.menu-item__toggle{margin-top:-0.25rem}[aria-expanded='true']>.menu-item__toggle{margin-top:0.125rem}.menu-item__toggle:before{border:0.125rem solid currentColor;border-top:0;border-left:0;content:'';display:inline-block;height:0.5rem;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:0.5rem}[aria-expanded='true']>.menu-item__toggle:before{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.menu-item__icon{margin-left:-0.1875rem}.menu-item__icon .inline-icon__svg{fill:currentColor}.menu-item__icon .inline-home__svg{height:1rem;width:1rem}.menu-item__icon .inline-log-off__svg{height:.8em}.menu-item__icon .inline-share-facebook__svg,.menu-item__icon .inline-share-twitter__svg{margin-left:-0.375rem;margin-top:-0.3125rem}.menu-search{box-sizing:border-box;display:block;margin-left:0.8125rem;max-width:23.75rem;position:relative;width:100%;margin-bottom:1.5rem;margin-right:2.5625rem}@media (min-width: 46.25em){.menu-search{margin-left:1.375rem}}.menu-search__search-box{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;background-color:rgba(255,255,255,0.1);border:0;border-radius:62.5rem;box-sizing:border-box;color:#fff;font-size:1.25rem;height:2.25rem;padding-left:2.375rem;vertical-align:middle;width:100%}.menu-search__search-box::-webkit-input-placeholder{color:#fff}.menu-search__search-box::-moz-placeholder{color:#fff}.menu-search__search-box::-ms-input-placeholder{color:#fff}.menu-search__search-box::placeholder{color:#fff}.menu-search__search-box:focus{outline:none;padding-right:2.5rem}.menu-search__search-box:focus::-webkit-input-placeholder{opacity:0}.menu-search__search-box:focus::-moz-placeholder{opacity:0}.menu-search__search-box:focus::-ms-input-placeholder{opacity:0}.menu-search__search-box:focus::placeholder{opacity:0}.menu-search__glass{position:absolute;left:0.625rem;top:0.4375rem}.menu-search__glass .inline-search-36__svg{fill:#fff;height:1.375rem;width:1.375rem}.menu-search__submit{background:transparent;border:0;bottom:0;cursor:pointer;display:block;opacity:0;pointer-events:none;position:absolute;right:0;top:0;width:3.125rem}.menu-search__submit:before,.menu-search__submit:after{border:0.125rem solid #fff;border-left:0;border-top:0;content:'';display:block;position:absolute;right:0.875rem}.menu-search__submit:before{height:0.75rem;top:0.6875rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0.75rem}@media (min-width: 61.25em){.menu-search__submit:before{top:0.875rem}}.menu-search__submit:after{border-right:0;top:1.0625rem;width:1.25rem}.menu-search__search-box:focus ~ .menu-search__submit,.menu-search__submit:focus,.menu-search__submit:active{opacity:1;outline:none;pointer-events:all}.pillars{clear:right;margin:0;padding:0 0 0 0.625rem}.new-header:not(.new-header--slim) .pillars:after{content:'';border:0.0625rem solid #506991;border-bottom:0;position:absolute;bottom:0;left:0;right:0;height:2.25rem}@media (max-width: 46.24em){.new-header:not(.new-header--slim) .pillars:after{border-left:0;border-right:0}}@media (min-width: 46.25em){.new-header:not(.new-header--slim) .pillars:after{height:3rem}}@media (min-width: 61.25em){.new-header:not(.new-header--slim) .pillars:after{height:2.625rem}}@media (min-width: 30em){.pillars{padding-left:1.25rem}}@media (min-width: 61.25em){.new-header--open .pillars{z-index:1070}}@media (max-width: 46.24em){.new-header--slim .pillars{display:none}}.pillars__item{display:block;float:left}@media (max-width: 29.99em){.pillars__item{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center}}@media (min-width: 61.25em){.pillars__item{width:8.375rem}}@media (min-width: 71.25em){body:not(.has-page-skin) .pillars__item{width:10rem}}.pillars__item:first-child{margin-left:-1.25rem}@media (min-width: 61.25em){.pillars__item:first-child{width:9rem}}@media (min-width: 71.25em){body:not(.has-page-skin) .pillars__item:first-child{width:10.625rem}}.pillars__item:first-child .pillar-link{padding-left:1.25rem}.pillars__item:first-child .pillar-link:before{content:none}.pillar-link{box-sizing:border-box;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;color:#fff;cursor:pointer;display:block;font-size:0.9625rem;height:2.25rem;line-height:1;padding:0.5625rem 0.3125rem 0;position:relative;overflow:hidden;z-index:1}@media (min-width: 22.5em){.pillar-link{font-size:0.98125rem;padding:0.5625rem 0.25rem 0}}@media (min-width: 23.125em){.pillar-link{font-size:1rem;padding:0.5625rem 0.3125rem 0}}@media (min-width: 30em){.pillar-link{font-size:1.125rem;padding:0.4375rem 0.25rem 0}}@media (min-width: 46.25em){.pillar-link{font-size:1.375rem;padding-top:0.6875rem;height:3rem;padding-right:1.25rem;padding-left:0.625rem}.new-header--slim .pillar-link{height:3rem;padding-top:0.6875rem}}@media (min-width: 61.25em){.pillar-link{padding-top:0.4375rem;height:2.625rem}}@media (min-width: 81.25em){body:not(.has-page-skin) .pillar-link{font-size:1.5rem}}.pillar-link:before,.pillar-link:not(.pillar-link--dropdown):after{bottom:0;content:'';display:block;left:0;position:absolute}.pillar-link:before{border-left:0.0625rem solid #506991;top:0;z-index:1}@media (min-width: 46.25em){.pillar-link:before{bottom:1.0625rem}}@media (min-width: 61.25em){.pillar-link:before{bottom:.6em}.new-header--open .pillar-link:before{bottom:0}}.pillar-link:after{border-top:0.25rem solid currentColor;left:0.0625rem;right:0;top:-0.25rem;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.pillar-link:hover,.pillar-link:focus{color:#fff;text-decoration:none}.pillar-link:hover:after,.pillar-link:focus:after{-webkit-transform:translateY(0.25rem);transform:translateY(0.25rem)}@media (min-width: 61.25em){.new-header--open .pillar-link:hover,.new-header--open .pillar-link:focus{color:#ffe500}.new-header--open .pillar-link:after{-webkit-transform:translateY(0.25rem);transform:translateY(0.25rem)}}.pillar-link--current-section:after{-webkit-transform:translateY(0.25rem);transform:translateY(0.25rem)}.pillar-link--dropdown__icon{border:0.0625rem solid currentColor;border-left:transparent;border-top:transparent;display:inline-block;height:0.375rem;margin-left:0.125rem;-webkit-transform:translateY(-0.1875rem) rotate(45deg);transform:translateY(-0.1875rem) rotate(45deg);transition:-webkit-transform 250ms ease-out;transition:transform 250ms ease-out;transition:transform 250ms ease-out, -webkit-transform 250ms ease-out;vertical-align:middle;width:0.375rem}.pillar-link--dropdown:hover .pillar-link--dropdown__icon{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}.new-header--open .pillar-link--dropdown .pillar-link--dropdown__icon{-webkit-transform:translateY(0.0625rem) rotate(-135deg);transform:translateY(0.0625rem) rotate(-135deg)}.new-header--open .pillar-link--dropdown:hover .pillar-link--dropdown__icon{-webkit-transform:translateY(-0.125rem) rotate(-135deg);transform:translateY(-0.125rem) rotate(-135deg)}.pillar-link--sections{color:#fff;font-weight:300;float:left;padding-right:0.3125rem;transition:color 250ms ease-out}.pillar-link--sections:hover,.pillar-link--sections:focus{color:#ffe500}.new-header__cta-bar{position:absolute;top:1.875rem;left:0.625rem}.hide-support-messaging .new-header__cta-bar,.is-recent-contributor .new-header__cta-bar{display:none}@media (min-width: 22.5em){.new-header__cta-bar{top:2.3125rem}}@media (min-width: 30em){.new-header__cta-bar{left:1.25rem}}@media (min-width: 46.25em){.new-header__cta-bar{top:0}}@media (min-width: 61.25em){.new-header__cta-bar{max-width:18.75rem}}@media (min-width: 71.25em){body:not(.has-page-skin) .new-header__cta-bar{max-width:31.25rem}}.new-header--slim .new-header__cta-bar{top:0.625rem}@media (min-width: 46.25em){.new-header--slim .new-header__cta-bar{display:none}}.cta-bar__text{display:block;margin:0.1875rem 0 0.5625rem}@media (max-width: 46.24em){.cta-bar__text{border-top:0.0625rem solid #506991;padding-top:0.1875rem}}.cta-bar__heading{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;color:#ffe500;font-weight:700}@media (min-width: 61.25em){.cta-bar__heading{font-size:1.5rem;line-height:1.6875rem}}@media (min-width: 71.25em){body:not(.has-page-skin) .cta-bar__heading{font-size:2.125rem;line-height:2.375rem}}.cta-bar__subheading{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#fff;font-weight:400;line-height:1.2;margin-top:0.1875rem}.cta-bar__cta{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:700;background-color:#ffe500;border-radius:1.125rem;box-sizing:border-box;color:#052962;display:block;line-height:1;height:1.8125rem;padding:0.375rem 0.6875rem 0;margin-bottom:0.375rem;margin-right:0.625rem;position:relative;float:left}@media (min-width: 22.5em){.cta-bar__cta{padding:0.375rem 2rem 0 0.625rem}}.cta-bar__cta .inline-arrow-right{margin:0 -0.125rem 0 0}@media (min-width: 46.25em){.cta-bar__cta{height:2rem;padding:0.4375rem 2.125rem 0 0.75rem}}.cta-bar__cta .inline-arrow-right{position:absolute;height:2rem;width:2rem;right:0.1875rem;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}@media (max-width: 22.49em){.cta-bar__cta .inline-arrow-right{display:none}}.cta-bar__cta .inline-arrow-right__svg{fill:currentColor;height:2rem;width:2rem}.cta-bar__cta:hover,.cta-bar__cta:focus{color:#052962;text-decoration:none}.cta-bar__cta:hover .inline-arrow-right,.cta-bar__cta:focus .inline-arrow-right{-webkit-transform:translate(0.1875rem, -50%);transform:translate(0.1875rem, -50%)}.new-header__top-bar{position:absolute;left:0.625rem}@media (min-width: 30em){.new-header__top-bar{left:1.25rem}}@media (min-width: 46.25em){.new-header__top-bar{left:auto;right:12.8125rem}}@media (min-width: 61.25em){.new-header__top-bar{right:16.625rem}}@media (min-width: 81.25em){body:not(.has-page-skin) .new-header__top-bar{right:21.375rem}}.top-bar__item{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:1rem;color:#fff;float:left;line-height:1;padding-top:0.375rem;position:relative;z-index:1072}.top-bar__item:hover,.top-bar__item:focus{color:#ffe500;text-decoration:none}@media (min-width: 22.5em){.top-bar__item{padding-top:0.75rem}}@media (min-width: 46.25em){.top-bar__item{padding:0.5625rem 0.41667rem}}.top-bar__commercial-items{position:relative;float:left;margin-right:0.625rem}.top-bar__item__icon__svg{fill:currentColor;float:left;height:1.125rem;width:1.125rem;margin:-0.0625rem 0.25rem 0 0}.top-bar__item__seperator{border-left:0.0625rem solid #506991;position:absolute;left:0;top:0;height:1.5rem}.new-header__user-account-container{float:left;position:relative;z-index:1072}.new-header--open .new-header__user-account-container{z-index:1068}@media (max-width: 46.24em){.dropdown--open{overflow:hidden;width:100%}}.dropdown-menu-fallback{display:none}.dropdown-menu-fallback:checked ~ .dropdown-menu{display:block}@media (max-width: 46.24em){.dropdown-menu-fallback[aria-expanded=true] ~ .my-account__overlay{background:linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 30%);border:0;position:fixed;display:block;left:0;right:0;top:0;bottom:0;width:100%}}.dropdown-menu{display:none;position:absolute;top:1.875rem;right:0;width:13.75rem;background-color:#fff;border-radius:0.1875rem;padding:0.375rem 0;margin:0;box-shadow:0 0 0 0.0625rem rgba(0,0,0,0.1);z-index:1073}.dropdown-menu>hr{height:0;border:0;border-top:0.0625rem solid #ededed;display:block;top:0;margin:-0.0625rem 0 0 1.25rem}@media (max-width: 46.24em){.dropdown-menu{position:fixed;border-radius:0;top:2.25rem;left:0;right:0;width:auto;max-height:calc(100% - 3.125rem);overflow:auto}.dropdown-menu>hr{margin-left:0.625rem}}@media (max-width: 46.24em) and (min-width: 22.5em){.dropdown-menu{top:2.125rem}}@media (max-width: 46.24em) and (min-width: 30em){.dropdown-menu>hr{margin-left:1.25rem}}.dropdown-menu--open{display:block}.dropdown-menu__title{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#121212;cursor:pointer;display:block;letter-spacing:.01rem;outline:none;padding:0.4375rem 1.25rem 0.9375rem 0.625rem;position:relative;box-sizing:border-box;margin-top:-0.0625rem}@media (min-width: 30em){.dropdown-menu__title{padding-left:1.25rem}}.dropdown-menu__title:hover,.dropdown-menu__title:focus{color:#121212;background-color:#ededed;text-decoration:none}.dropdown-menu__title:before{content:'';border-top:0.0625rem solid #ededed;display:block;position:absolute;top:0;left:1.25rem;right:0}.dropdown-menu.dropdown-menu--light .dropdown-menu__title:before{display:none}.dropdown-menu__item:first-child .dropdown-menu__title:before{content:none}.dropdown-menu__title .inline-icon{position:relative;display:inline-block;height:.8em;width:1em}.dropdown-menu__title .inline-icon>svg{position:absolute;height:.8em;width:.8em}.dropdown-menu__title .inline-icon>svg g{fill:#121212}@supports (fill: currentColor){.dropdown-menu__title .inline-icon>svg g{fill:currentColor}}.dropdown-menu__title--active{font-weight:bold}.dropdown-menu__title--active:after{content:'';border:0.125rem solid #333;border-top:0;border-right:0;position:absolute;top:0.8125rem;right:1.25rem;width:0.625rem;height:0.25rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.gsc-search-box{position:relative !important}.gsc-search-button,.gsib_a{margin:0 !important;padding:0 !important;width:0 !important}.gsc-search-button-v2{padding:0.4375rem 0.5625rem 0.5rem !important;left:0 !important}.gsc-search-button-v2 svg{fill:#052962 !important;height:1.25rem !important;width:1.25rem !important}.gsst_a{padding:0.8125rem 0 0 0.6875rem !important}.sc-control-cse{padding:0.1875rem 0 !important}.gsib_b,.gsc-search-button-v2{border:0 !important;box-sizing:border-box !important;height:2.625rem !important;width:2.625rem !important;margin:0 !important;background-color:transparent !important;position:absolute !important;right:0 !important;top:0 !important}.gsc-input-box{border:0 !important;box-shadow:none !important}.gsc-input-box .gsc-input{padding:0 !important;margin:0 !important;box-sizing:border-box !important;background-position-x:2.5rem !important;text-indent:5.625rem !important;border:0.0625rem solid #dcdcdc !important;border-radius:62.4375rem !important;height:2.625rem !important;box-shadow:none !important;width:31.25rem !important}.gsc-input-box .gsc-input:hover,.gsc-input-box .gsc-input:focus{outline:0}.gsc-input-box .gsc-input:focus{text-indent:2.625rem !important}.gsc-input-box .gsc-input:not(:placeholder-shown){text-indent:2.625rem !important}.gstl_50,.gssb_c{z-index:1071 !important}.gsc-completion-container,.gsc-input{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;padding:0 !important;margin:0 !important}.subnav{background-color:#ffffff;height:2.25rem;overflow:hidden;position:relative}@media (min-width: 46.25em){.subnav{height:2.625rem}}.subnav .gs-container{box-sizing:border-box;border:0.0625rem solid #dcdcdc;border-top:0;border-bottom:0}.subnav .gs-container:after,.subnav .gs-container:before{content:'';display:table}.subnav .gs-container:after{clear:both}.footer__primary .subnav .gs-container{border-top:0.0625rem solid #dcdcdc}.subnav--expanded{height:auto}.subnav--expanded .subnav-link--toggle-more{float:left}.subnav__list{box-sizing:border-box;line-height:1;list-style:none;margin:0;max-width:calc(100% - 3.75rem);padding:0 0.3125rem}@media (min-width: 30em){.subnav__list{max-width:calc(100% - 4.375rem);padding:0 0.9375rem}}.subnav--expanded .subnav__list{padding-bottom:0.75rem;max-width:100%;width:100%}.subnav__item:not(.subnav__item--toggle-more){display:block;float:left}.subnav__item--parent:after{content:'';display:inline-block;width:0;height:0;border-top:0.375rem solid transparent;border-bottom:0.375rem solid transparent;border-left:0.625rem solid #121212}.new-header__multiline{background:#fff}.new-header__multiline .gs-container:after{background-image:repeating-linear-gradient(to bottom, #dcdcdc, #dcdcdc 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:bottom;background-size:0.0625rem 0.8125rem;background-color:#ffffff;content:'';display:block;height:0.8125rem;border:0.0625rem solid #dcdcdc;border-top:0;border-bottom:0}.subnav--comment{background-color:#fef9f5}.subnav--comment .gs-container{border-color:#dcdcdc}.subnav--comment ~ .new-header__multiline{background-color:#fef9f5}.subnav--comment ~ .new-header__multiline .gs-container:after{background-image:repeating-linear-gradient(to bottom, #dcdcdc, #dcdcdc 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:bottom;background-size:0.0625rem 0.8125rem;background-color:#fef9f5;border-color:#dcdcdc}.subnav--media{background-color:#121212}.subnav--media .gs-container{border-color:#333}.subnav--media ~ .new-header__multiline{background-color:#121212}.subnav--media ~ .new-header__multiline .gs-container:after{background-image:repeating-linear-gradient(to bottom, #333, #333 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:bottom;background-size:0.0625rem 0.8125rem;background-color:#121212;border-color:#333}.subnav--media .subnav-link{color:#fff}.subnav-link{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#121212;display:block;height:2.25rem;line-height:2.25rem;padding:0 0.3125rem;position:relative}@media (min-width: 46.25em){.subnav-link{height:2.625rem;line-height:2.625rem}}@media (max-width: 46.24em){.subnav-link:after{border-bottom:0.0625rem solid #dcdcdc;bottom:-0.0625rem;content:'';left:0.3125rem;position:absolute;right:-624.9375rem}}.subnav__item--parent .subnav-link{display:inline-block;font-weight:700}.subnav-link:hover,.subnav-link:focus{color:#333}.subnav-link--toggle-more{background:transparent;border:0;color:#767676}.subnav-link--toggle-more:hover,.subnav-link--toggle-more:focus{color:#767676;outline:0}.subnav-link--current-section,.subnav-link--current-section:hover,.subnav-link--current-section:focus{font-weight:700}.veggie-burger{background-color:#ffe500;cursor:pointer;display:block;height:2.625rem;width:2.625rem;position:relative;border:0;border-radius:50%;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1069}.new-header--open .veggie-burger{z-index:1071}x:-o-prefocus .veggie-burger{display:none}.veggie-burger__icon{top:50%;display:block;margin-top:-0.0625rem;left:0;right:0;margin-left:auto;margin-right:auto}.veggie-burger__icon,.veggie-burger__icon:before,.veggie-burger__icon:after{background-color:currentColor;content:'';height:0.125rem;left:0;position:absolute;width:1.25rem}.veggie-burger__icon:before{top:-0.375rem}.veggie-burger__icon:after{bottom:-0.375rem}.new-header--open .veggie-burger__icon{background-color:transparent}.new-header--open .veggie-burger__icon:before{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.new-header--open .veggie-burger__icon:after{bottom:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media (max-width: 61.24em){.veggie-burger-fallback:checked ~ .menu{-webkit-transform:translateX(0%);transform:translateX(0%);transition:-webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);transition:transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);transition:transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1)}}@media (min-width: 61.25em){.veggie-burger-fallback:checked ~ .menu{display:block}}@media (max-width: 61.24em){.veggie-burger-fallback:checked ~ .menu__overlay{opacity:1;width:100%}}.veggie-burger-fallback:checked ~ .veggie-burger{z-index:1071}.veggie-burger-fallback:checked ~ .veggie-burger .veggie-burger__icon{background-color:transparent}.veggie-burger-fallback:checked ~ .veggie-burger .veggie-burger__icon:before{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.veggie-burger-fallback:checked ~ .veggie-burger .veggie-burger__icon:after{bottom:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media (min-width: 61.25em){.veggie-burger-fallback:checked ~ .veggie-burger .veggie-burger__label{border:0 !important;clip:rect(0 0 0 0) !important;height:0.0625rem !important;margin:-0.0625rem !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:0.0625rem !important}}.veggie-burger-fallback:focus ~ .new-header__menu-toggle .pillar-link{color:#fff}.main-menu-toggle-button{border:0;padding:0;background:none}.edition-picker-toggle-button{border:0;background:none;text-align:left}@media (max-width: 46.24em){.dropdown--open .my-account{z-index:1071}}.my-account-toggle-button{border:0;background:none;text-align:left}@media (max-width: 46.24em){.my-account-toggle-button{padding-left:0}}.my-account--icon svg{height:1.125rem;width:1.125rem}@media (min-width: 22.5em){.my-account--icon svg{height:1.4375rem;width:1.4375rem}}@media (max-width: 46.24em){.dropdown--open .my-account--icon:before,.dropdown--open .my-account--icon:after{content:'';display:block;position:absolute;left:50%;bottom:0.4375rem;width:0;height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1071}.dropdown--open .my-account--icon:before{border-left:0.4375rem solid transparent;border-right:0.4375rem solid transparent;border-bottom:0.4375rem solid rgba(0,0,0,0.1)}.dropdown--open .my-account--icon:after{border-left:0.375rem solid transparent;border-right:0.375rem solid transparent;border-bottom:0.375rem solid #fff}}.subnav__list[data-pillar-title='News'] .subnav__item--parent:after{border-left-color:#c70000}.subnav__list[data-pillar-title='News'] .subnav-link:hover,.subnav__list[data-pillar-title='News'] .subnav-link:focus{color:#c70000;text-decoration:none}.subnav__list[data-pillar-title='Opinion'] .subnav__item--parent:after{border-left-color:#e05e00}.subnav__list[data-pillar-title='Opinion'] .subnav-link:hover,.subnav__list[data-pillar-title='Opinion'] .subnav-link:focus{color:#e05e00;text-decoration:none}.subnav__list[data-pillar-title='Sport'] .subnav__item--parent:after{border-left-color:#0084c6}.subnav__list[data-pillar-title='Sport'] .subnav-link:hover,.subnav__list[data-pillar-title='Sport'] .subnav-link:focus{color:#0084c6;text-decoration:none}.subnav__list[data-pillar-title='Culture'] .subnav__item--parent:after{border-left-color:#a1845c}.subnav__list[data-pillar-title='Culture'] .subnav-link:hover,.subnav__list[data-pillar-title='Culture'] .subnav-link:focus{color:#a1845c;text-decoration:none}.subnav__list[data-pillar-title='Lifestyle'] .subnav__item--parent:after{border-left-color:#bb3b80}.subnav__list[data-pillar-title='Lifestyle'] .subnav-link:hover,.subnav__list[data-pillar-title='Lifestyle'] .subnav-link:focus{color:#bb3b80;text-decoration:none}.pillar-link.pillar-link--News:after{border-color:#ff4e36}.pillar-link.pillar-link--Opinion:after{border-color:#ff7f0f}.pillar-link.pillar-link--Sport:after{border-color:#00b2ff}.pillar-link.pillar-link--Culture:after{border-color:#eacca0}.pillar-link.pillar-link--Lifestyle:after{border-color:#ffabdb}.monocolumn-wrapper{padding-left:0.625rem;padding-right:0.625rem}@media (min-width: 30em){.monocolumn-wrapper{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 46.25em){.monocolumn-wrapper{max-width:38.75rem;margin-left:auto;margin-right:auto}}.monocolumn-wrapper .page-header{margin-left:0;margin-right:0}@media (min-width: 61.25em){.monocolumn-wrapper--no-limit-desktop{max-width:none}}.component{margin-bottom:1.25rem}.component--rhc{display:none}@media (min-width: 61.25em){.component--rhc{display:block;margin-top:2.25rem}}.component--rhc:first-child{margin-top:0}.component--rhc:last-child{margin-bottom:2.25rem}@media (min-width: 46.25em){.gs-container{max-width:46.25rem}}@media (min-width: 61.25em){.gs-container{max-width:61.25rem}}@media (min-width: 71.25em){.gs-container{max-width:71.25rem}}@media (min-width: 81.25em){.gs-container{max-width:81.25rem}}.img--inline{float:left;clear:left;width:7.125rem}@media (min-width: 30em){.img--inline{width:8.75rem}}.img--inline figcaption{padding-top:0.25rem;word-wrap:break-word}.loading,.preload-msg{padding:3.125rem 3.125rem 15.625rem;text-align:center}.loading .loading__link,.loading .accessible-link,.preload-msg .loading__link,.preload-msg .accessible-link{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;display:inline-block}.loading .loading__animation,.preload-msg .is-updating{display:block;margin:0.625rem auto}.l-side-margins{position:relative;height:100%}@media (min-width: 46.25em){.l-side-margins:after,.l-side-margins:before{content:'';position:absolute;z-index:1;top:0;height:100%;width:0;pointer-events:none}.l-side-margins:before{left:0;border-right:0.0625rem solid rgba(118,118,118,0.3)}.l-side-margins:after{right:0;border-left:0.0625rem solid rgba(118,118,118,0.3)}.l-side-margins:before,.l-side-margins:after{width:calc((100% - 46.25rem) / 2)}}@media (min-width: 61.25em){.l-side-margins:before,.l-side-margins:after{width:calc((100% - 61.25rem) / 2)}}@media (min-width: 71.25em){.l-side-margins:before,.l-side-margins:after{width:calc((100% - 71.25rem) / 2)}}@media (min-width: 81.25em){.l-side-margins:before,.l-side-margins:after{width:calc((100% - 81.25rem) / 2)}.has-page-skin .l-side-margins{margin-left:auto;margin-right:auto;width:61.25rem}}@media (min-width: 46.25em){.l-side-margins--media:after,.l-side-margins--media:before{background:rgba(0,0,0,0.25);border-color:#333}.container__banding+.container__banding .l-side-margins--media:after,.container__banding+.container__banding .l-side-margins--media:before{background:rgba(18,18,18,0.15)}}@media (min-width: 46.25em){.l-side-margins--paidfor:after,.l-side-margins--paidfor:before{border-color:#999}}@media (min-width: 46.25em){.has-flex .l-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.has-flex .l-row--reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.has-flex .l-row__item{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;width:0}.has-flex .l-row__item--boost-1{-webkit-flex-grow:1.5;-ms-flex-positive:1.5;flex-grow:1.5}.has-flex .l-row__item--boost-2{-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2}}@media (max-width: 46.24em){.has-flex .l-row--layout-m{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.has-flex .l-row--layout-m .l-row__item{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.has-flex .l-row--layout-m .l-row__item--break-m{-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}}.has-no-flex .l-row{width:58.75rem}.has-no-flex .l-row:after,.has-no-flex .l-row:before{content:'';display:table}.has-no-flex .l-row:after{clear:both}.has-no-flex .l-row__item{float:left}.has-no-flex .l-row--items-2 .l-row__item{width:29.375rem}.has-no-flex .l-row--items-3 .l-row__item{width:19.58333rem}.has-no-flex .l-row--items-4 .l-row__item{width:14.6875rem}.popup--default{background:#fff;border-radius:0.1875rem;box-shadow:0 0 0 0.0625rem rgba(0,0,0,0.1);left:0;top:2.6875rem;padding:0}.popup{box-sizing:border-box;position:absolute;margin:0;list-style:none;min-width:8.75rem}@media (min-width: 30em){.popup{right:auto;bottom:auto;top:2.8125rem}}@media (min-width: 46.25em){.brand-bar__item--has-control .popup{left:2.875rem}}.l-header--is-slim .brand-bar__item--has-control .popup{left:0}@media (min-width: 46.25em){.brand-bar__item--right .popup{left:auto;right:0}}.popup__group{z-index:3;margin:0;padding:0 0.625rem}.popup__group-header{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#767676;padding:0.375rem 0.625rem;border-top:0.0625rem solid #dcdcdc;padding-bottom:0;margin:0}.popup__group-header:first-of-type{border-top:0}.has-popup{cursor:default;position:relative}.popup-container{position:relative;z-index:11}.popup__toggle{cursor:pointer}.popup__toggle:after{content:'';display:inline-block;width:0.25rem;height:0.25rem;-webkit-transform:translateY(-0.125rem) rotate(45deg);transform:translateY(-0.125rem) rotate(45deg);border:0.0625rem solid currentColor;border-left:transparent;border-top:transparent;margin-left:0.125rem;vertical-align:middle;-webkit-backface-visibility:hidden;transition:-webkit-transform 250ms ease-out;transition:transform 250ms ease-out;transition:transform 250ms ease-out, -webkit-transform 250ms ease-out}.popup__toggle:hover,.popup__toggle:focus{text-decoration:none}.popup__toggle:hover:after,.popup__toggle:focus:after{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}.popup__toggle.is-active:after,.is-active>.popup__toggle:after,.popup__toggle[aria-expanded=true]:after,[aria-expanded=true] ~ .popup__toggle:after,.is-not-modern .brand-bar__item--has-control:hover .popup__toggle:after,.is-not-modern .is-signed-in.brand-bar__item--profile:hover .popup__toggle:after{-webkit-transform:translateY(0.0625rem) rotate(-135deg);transform:translateY(0.0625rem) rotate(-135deg)}.popup__toggle.is-active:hover:after,.is-active>.popup__toggle:hover:after,.popup__toggle[aria-expanded=true]:hover:after,[aria-expanded=true] ~ .popup__toggle:hover:after,.is-not-modern .brand-bar__item--has-control:hover .popup__toggle:hover:after,.is-not-modern .is-signed-in.brand-bar__item--profile:hover .popup__toggle:hover:after{-webkit-transform:translateY(-0.0625rem) rotate(-135deg);transform:translateY(-0.0625rem) rotate(-135deg)}@media (max-width: 46.24em){.l-header .popup__toggle:after{display:none}}.l-header--is-slim.l-header .popup__toggle:after{display:none}.popup__item{display:block;line-height:2.25rem}.popup__item a{border-bottom:0.0625rem solid #dcdcdc}.popup__item:last-child{border-bottom:0}.popup__item,.popup__action{text-align:left}.popup .brand-bar__item--action,.popup .brand-bar__item--action:hover{display:block;white-space:nowrap;color:#121212;line-height:2.25rem}.popup .brand-bar__item--inline-action{display:inline-block !important;margin-right:0.3125rem}.brand-bar__item--profile:not(.is-signed-in) .popup__toggle:before,.brand-bar__item--profile:not(.is-signed-in) .popup__toggle:after{display:none !important}.popup--search{background-color:#fff;border-radius:0.1875rem;box-shadow:0 0 0 0.0625rem rgba(0,0,0,0.1);padding:0.75rem 1.25rem 0;top:1.875rem;z-index:1071;outline:0;left:auto;right:15.625rem}@media (min-width: 81.25em){body:not(.has-page-skin) .popup--search{right:20.3125rem}}.ad-slot{position:relative;z-index:1010;overflow:initial}.js-off .ad-slot{display:none}.aside-slot-container{min-height:17.125rem}.aside-slot-container>:last-child{padding-bottom:0;margin-bottom:1.5rem}.ad-slot--dark{background-color:#181818}.ad-slot--right,.ad-slot--comments{position:-webkit-sticky;position:sticky;top:0}.has-sticky .paidfor-band ~ .content__main .ad-slot--right,.has-sticky .paidfor-band ~ .content__main .ad-slot--comments{top:2.875rem}.ad-slot--right.is-sticky,.ad-slot--comments.is-sticky{width:18.75rem}.ad-slot__label{font-size:0.75rem;line-height:1.25rem;position:relative;height:1.5rem;background-color:#f6f6f6;padding:0 0.5rem;border-top:0.0625rem solid #dcdcdc;color:#767676;text-align:left;box-sizing:border-box;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}.ad-slot--dark .ad-slot__label{color:#dcdcdc;border-top-color:#333;background-color:transparent}.ad-slot--sky .ad-slot__label{width:10rem}.top-banner-ad-container{background-color:#fff;border-bottom:0.0625rem solid #dcdcdc;top:0}.top-banner-ad-container:not(.top-banner-ad-container--not-sticky){position:-webkit-sticky;position:sticky;z-index:1020}@media (min-width: 61.25em){.top-banner-ad-container:not(.top-banner-ad-container--not-sticky){z-index:1080}}.top-banner-ad-container--fabric{overflow:hidden}.sticky-top-banner-ad{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);contain:layout;z-index:1090;position:fixed;top:0}.sticky-top-banner-ad--animate{will-change:transform;transition:height 1s cubic-bezier(0, 0, 0, 0.985)}.ad-slot--top-banner-ad{text-align:center}@media (min-width: 81.25em){.ad-slot--top-banner-ad .ad-slot__label{margin:0}}@media (min-width: 81.25em){.has-page-skin .ad-slot--top-banner-ad{text-align:center}}.ad-slot--crossword-banner,.ad-slot--top-banner-ad-desktop{margin:0 auto;min-height:5.625rem;padding-bottom:1.125rem;padding-top:1.125rem;text-align:left;display:table}@media (max-width: 46.24em){.ad-slot--crossword-banner,.ad-slot--top-banner-ad-desktop{display:none}}.ad-slot--crossword-banner.ad-slot--fabric>.ad-slot__label,.ad-slot--top-banner-ad-desktop.ad-slot--fabric>.ad-slot__label{box-sizing:content-box;margin-left:0.625rem;margin-right:0.625rem}@media (min-width: 30em){.ad-slot--crossword-banner.ad-slot--fabric>.ad-slot__label,.ad-slot--top-banner-ad-desktop.ad-slot--fabric>.ad-slot__label{margin-left:1.25rem;margin-right:1.25rem}}@media (min-width: 41.25em){.ad-slot--crossword-banner.ad-slot--fabric>.ad-slot__label,.ad-slot--top-banner-ad-desktop.ad-slot--fabric>.ad-slot__label{margin-left:auto;margin-right:auto;width:38.75rem}}@media (min-width: 46.25em){.ad-slot--crossword-banner.ad-slot--fabric>.ad-slot__label,.ad-slot--top-banner-ad-desktop.ad-slot--fabric>.ad-slot__label{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 46.25em){.ad-slot--crossword-banner.ad-slot--fabric>.ad-slot__label,.ad-slot--top-banner-ad-desktop.ad-slot--fabric>.ad-slot__label{width:43.75rem}}@media (min-width: 61.25em){.ad-slot--crossword-banner.ad-slot--fabric>.ad-slot__label,.ad-slot--top-banner-ad-desktop.ad-slot--fabric>.ad-slot__label{width:58.75rem}}@media (min-width: 71.25em){.ad-slot--crossword-banner.ad-slot--fabric>.ad-slot__label,.ad-slot--top-banner-ad-desktop.ad-slot--fabric>.ad-slot__label{width:68.75rem}}@media (min-width: 81.25em){.ad-slot--crossword-banner.ad-slot--fabric>.ad-slot__label,.ad-slot--top-banner-ad-desktop.ad-slot--fabric>.ad-slot__label{width:78.75rem}}.ad-slot--crossword-banner.ad-slot--fluid,.ad-slot--top-banner-ad-desktop.ad-slot--fluid{width:100%}.ad-slot--crossword-banner .ad-slot__label,.ad-slot--top-banner-ad-desktop .ad-slot__label{margin-top:-1.125rem}.ad-slot--inline,.ad-slot--container-inline,.ad-slot--container-inline.ad-slot--fluid,.ad-slot--gallery-inline,.ad-slot--liveblog-inline{width:18.75rem;margin:0.75rem auto;min-width:18.75rem;min-height:17.125rem;text-align:center}@media (min-width: 30em){.ad-slot--inline,.ad-slot--container-inline,.ad-slot--container-inline.ad-slot--fluid,.ad-slot--gallery-inline,.ad-slot--liveblog-inline{width:20rem}}@media (min-width: 46.25em){.ad-slot--inline,.ad-slot--container-inline,.ad-slot--container-inline.ad-slot--fluid,.ad-slot--gallery-inline,.ad-slot--liveblog-inline{width:auto}}@media (min-width: 30em){.ad-slot--liveblog-inline,.ad-slot--container-inline,.ad-slot--container-inline.ad-slot--fluid{margin-top:0}}@media (min-width: 46.25em){.ad-slot--liveblog-inline,.ad-slot--container-inline,.ad-slot--container-inline.ad-slot--fluid{margin:0 0.625rem}}.ad-slot--gallery-inline{background-color:#121212;margin-left:0}@media (min-width: 30em){.ad-slot--gallery-inline{width:18.75rem}}@media (min-width: 46.25em){.ad-slot--gallery-inline{width:auto}}@media (min-width: 61.25em){.ad-slot--gallery-inline,.ad-slot--gallery-inline .ad-slot__label{text-align:left}}.ad-slot--right,.ad-slot--inline,.ad-slot--container-inline{background-color:#f6f6f6}@media (min-width: 46.25em){.ad-slot--right,.ad-slot--inline,.ad-slot--container-inline{width:18.75rem}}@media (min-width: 46.25em){.ad-slot--inline{float:right;margin-top:0.25rem;margin-left:1.25rem}}@media (min-width: 46.25em) and (max-width: 71.24em){.ad-slot--inline{clear:left}}.ad-slot--container-inline:not(.ad-slot--fluid):not(.ad-slot--gc):not(.ad-slot--mostpop) .ad-slot__content{margin:0 auto}@media (min-width: 46.25em){.ad-slot--container-inline:not(.ad-slot--fluid):not(.ad-slot--gc):not(.ad-slot--mostpop){position:relative;height:auto}.content-footer .ad-slot--container-inline:not(.ad-slot--fluid):not(.ad-slot--gc):not(.ad-slot--mostpop){width:18.75rem}.linkslist-container .ad-slot--container-inline:not(.ad-slot--fluid):not(.ad-slot--gc):not(.ad-slot--mostpop){position:absolute;top:0;right:0}.ad-slot--container-inline:not(.ad-slot--fluid):not(.ad-slot--gc):not(.ad-slot--mostpop) .ad-slot__label{padding:0 1.25rem}.ad-slot--container-inline:not(.ad-slot--fluid):not(.ad-slot--gc):not(.ad-slot--mostpop) .ad-slot__content{position:absolute;right:0;bottom:0;left:0;top:1.5rem;height:15.625rem}}@media (min-width: 46.25em){.ad-slot--liveblog-inline{padding-bottom:1.5rem}.ad-slot--liveblog-inline>div:not(.ad-slot__label){width:18.75rem;margin-left:auto;margin-right:auto}}.ad-slot--liveblog-inline{background-color:#ededed}.ad-slot--liveblog-inline .ad-slot__label{color:#767676;border-top-color:#dcdcdc}.ad-slot--mpu-banner-ad{display:none;width:18.75rem;min-height:17.125rem;margin-bottom:1.5rem}@media (min-width: 61.25em){.ad-slot--mpu-banner-ad{display:block}}.ad-slot--adfeature{background-color:#dcdcdc}.ad-slot--outstream{background:transparent}@media (min-width: 20em){.ad-slot--outstream{width:18.75rem;height:auto;min-height:auto}}@media (min-width: 41.25em){.ad-slot--outstream{float:none;width:38.75rem;height:23.375rem;margin:0.25rem 0 0}.ad-slot--outstream>div.ad-slot__label{margin-left:2.1875rem;margin-right:2.1875rem}}@media (min-width: 81.25em){.has-page-skin .ad-slot--commercial-component,.has-page-skin .ad-slot--commercial-component-high{margin-left:auto;margin-right:auto;width:61.25rem}}.fc-container--commercial .ad-slot--commercial-component-high{margin-bottom:1.5rem}.ad-slot--im{float:left;width:8.125rem}@media (min-width: 30em){.ad-slot--im{width:13.75rem}}.ad-slot--im:not(.ad-slot--rendered){width:0;height:0}.ad-slot--im.ad-slot--rendered{margin:0.3125rem 0.625rem 0.375rem 0}@media (min-width: 30em){.ad-slot--im.ad-slot--rendered{margin-bottom:0.75rem;margin-right:1.25rem}}@media (min-width: 30em){.ad-slot--inline-book,.ad-slot--books-inline{width:8.75rem}}@media (min-width: 46.25em) and (max-width: 71.24em){.fc-container--sponsored .fc-container:first-child .fc-container__header+.fc-container__body,.fc-container--paid-content .fc-container:first-child .fc-container__header+.fc-container__body,.fc-container--sponsored .fc-container__header+.fc-container__body,.fc-container--paid-content .fc-container__header+.fc-container__body{margin-top:4.875rem}}.ad-slot--page-skin{height:0;overflow:hidden}@media (min-width: 20em) and (max-width: 81.24em){.has-page-skin{background-image:none !important}}.ad-slot--fluid{min-height:15.625rem;line-height:0.625rem;padding:0;margin:0}.ad-slot--fluid:not(.ad-slot--im):not(.ad-slot--carrot):not(.ad-slot--offset-right){width:100%}.ad-slot--fluid.ad-slot--commercial-component-high,.ad-slot--fluid.ad-slot--commercial-component-high>.ad-slot__content>iframe{transition:height 1s}@media (min-width: 20em) and (max-width: 29.99em){.ad-slot--fluid.ad-slot--liveblog-inline{margin-left:-0.625rem;margin-right:-0.625rem}}@media (min-width: 30em) and (max-width: 46.24em){.ad-slot--fluid.ad-slot--liveblog-inline{margin-left:-1.25rem;margin-right:-1.25rem}}.ad-slot--carrot{min-height:0;padding:0;margin:0.3125rem 1.25rem 0.75rem 0;float:left;clear:both}@media (max-width: 29.99em){.ad-slot--carrot{width:8.125rem;margin-bottom:0.375rem;margin-right:0.625rem}}@media (min-width: 30em){.ad-slot--carrot{width:13.75rem}}@media (min-width: 81.25em){.ad-slot--carrot{margin-left:-15rem}}.ad-slot--gc .ad-slot__label{display:none}.ad-slot--fabric-v1{min-height:15.625rem}.ad-slot--fabric{overflow:hidden;width:auto;min-height:15.625rem;padding-left:0;padding-right:0;padding-bottom:0}@media (min-width: 81.25em){.ad-slot--fabric.ad-slot--top-banner-ad-desktop{margin-left:0}}.ad-slot--fabric-v1,.ad-slot--fluid250{width:auto;margin-left:0;padding:0}.ad-slot--fabric-v1 .ad-slot__label,.ad-slot--fluid250 .ad-slot__label{display:none}@media (min-width: 61.25em){.ad-slot--fluid250{min-height:15.625rem}}@media (min-width: 61.25em){.ad-slot--offset-right{margin-right:-20rem}}@media (min-width: 81.25em){.ad-slot--offset-right{margin-right:-25rem}}.ad-slot--offset-right.ad-slot--sky{width:10rem;min-width:10rem}.ad-slot--survey{height:0}.ad-slot--unruly{width:100%}@media (min-width: 46.25em){.ad-slot--unruly{float:none;margin-left:0}}.media:after,.media:before,.media__body:after,.media__body:before{content:'';display:table}.media:after,.media__body:after{clear:both}.media__img{margin-right:0.9375rem}.media__img img{display:block}.media__container--hidden{display:none !important}.media__placeholder--active{display:block;position:relative}.media__container--active{display:block}.media__placeholder--hidden{display:none !important}.page-header{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;padding:0 0 1rem;margin:0 0.625rem 0.25rem;border-bottom:0.0625rem dotted #dcdcdc}@media (min-width: 30em){.page-header{margin-left:1.25rem;margin-right:1.25rem}}.page-sub-header{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;padding:0.125rem 0 0.25rem;margin-bottom:0.75rem}.no-indent-article__zone .page-sub-header,.monocolumn-wrapper .page-sub-header,.fc-container__inner .page-sub-header{margin-left:0;margin-right:0}.page-sub-header>a{display:block}.message{padding:0.6875rem;background-color:#ffffee}.rounded-icon{border-radius:62.5rem;display:inline-block;vertical-align:middle;position:relative}.centered-icon svg{top:0;bottom:0;right:0;left:0;margin:auto;position:absolute}.rich-link{background-color:#ededed;margin:0;position:relative;overflow:hidden}.rich-link a{color:inherit}.rich-link .u-faux-block-link--hover{background-color:#ededed}.rich-link__title{font:inherit;line-height:inherit;padding:0}.rich-link .rich-link__header{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:500;padding:0.25rem 0.3125rem 0.5em;box-sizing:border-box;min-height:2.25rem}.rich-link__read-more{padding-left:0.3125rem}.rich-link__arrow{display:inline-block}.rich-link__read-more-text{font-size:0.875rem;line-height:1.0625rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;display:inline-block;height:1.875rem;line-height:1.625rem;padding-left:0.125rem;vertical-align:top;font-weight:500}.rich-link__link .u-faux-block-link__overlay{z-index:2}.rich-link__container{position:relative}.rich-link__container:before{background-color:#00b2ff;content:'';position:absolute;top:0;left:0;right:0;height:0.0625rem;z-index:2}.rich-link__container:after{content:'';display:table;clear:both}.element-rich-link{float:left;margin:0.3125rem 1.25rem 0.75rem 0;clear:both}@media (min-width: 61.25em){.element-rich-link{clear:left}}@media (max-width: 29.99em){.element-rich-link{width:8.125rem;margin-bottom:0.375rem;margin-right:0.625rem}.element-rich-link .rich-link__header{font-size:0.875rem;line-height:1.0625rem}}@media (min-width: 30em){.element-rich-link{width:13.75rem}}@media (min-width: 71.25em){.element-rich-link{margin-left:-10rem}.element-rich-link.element--supporting{width:18.75rem}}@media (min-width: 81.25em){.element-rich-link{margin-left:-15rem}.element-rich-link.element--supporting{width:23.75rem}}.reveal-caption{position:absolute;right:0.3125rem;width:2rem;height:2rem;z-index:1;background-color:rgba(18,18,18,0.6);border-radius:50%}.reveal-caption:hover{background-color:#121212}.reveal-caption--img{bottom:0.375rem}.caption--main{max-width:33.75rem;padding:0.5rem 0.625rem 1.5rem}@media (min-width: 46.25em){.caption--main{max-width:38.75rem;padding-left:0;padding-right:0}}@media (min-width: 61.25em){.caption--main{max-width:none}}@media (max-width: 46.24em){.caption--main.caption--img{position:absolute;left:0;right:0;bottom:0;background:rgba(18,18,18,0.8);color:#ffffff;display:none;padding:0.375rem 2.5rem 0.75rem 0.625rem;max-width:100%}.caption--main.caption--img a{color:currentColor}}@media (max-width: 46.24em){.caption--main.caption--video,.content__main-column--image .caption--main{padding-bottom:0}}@media (max-width: 46.24em){.reveal-caption__checkbox:checked ~ .caption--main{display:block}.reveal-caption__checkbox:checked ~ .reveal-caption{background-color:#121212}.reveal-caption__checkbox:checked ~ .reveal-caption:hover{background-color:#121212}.reveal-caption__checkbox:focus ~ .reveal-caption{background-color:#121212}}.linkslist-container{position:relative;margin:0 !important}@media (min-width: 46.25em){.linkslist-container{margin-top:0.5625rem}}.linkslist-container.tone-feature:before{background:#fec8d3}.linkslist-container.tone-comment:before{background:#767676}.linkslist-container.tone-media:before{background:#ffe500}.linkslist-container.show-more--hidden,.linkslist-container.show-more--hidden:before{display:none}.linkslist{margin-top:0;width:100%}@media (min-width: 46.25em) and (max-width: 61.24em){.linkslist .fc-slice__item{width:50%}.linkslist .fc-slice__item:nth-child(2n+1){clear:both}.linkslist .fc-slice__item:nth-child(2n+1):before{border:0}.linkslist .fc-slice__item:nth-child(2n+1):nth-last-child(-n+4),.linkslist .fc-slice__item:nth-child(2n+2):nth-last-child(-n+3){padding-bottom:0}.linkslist .fc-slice__item:nth-child(2n+1):nth-last-child(-n+2),.linkslist .fc-slice__item:nth-child(2n+2):last-child{padding-top:0.75rem}}@media (min-width: 61.25em){.linkslist .fc-slice__item{width:33.33333%}.linkslist .fc-slice__item:nth-child(3n+1){clear:both}.linkslist .fc-slice__item:nth-child(3n+1):before{border:0}.linkslist .fc-slice__item:nth-child(3n+1):nth-last-child(-n+6),.linkslist .fc-slice__item:nth-child(3n+2):nth-last-child(-n+5),.linkslist .fc-slice__item:nth-child(3n+3):nth-last-child(-n+4){padding-bottom:0}.linkslist .fc-slice__item:nth-child(3n+1):nth-last-child(-n+3),.linkslist .fc-slice__item:nth-child(3n+2):nth-last-child(-n+2),.linkslist .fc-slice__item:nth-child(3n+3):last-child{padding-top:0.75rem}}@media (min-width: 46.25em){.has-flex-wrap .linkslist .fc-slice__item{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}}@media (min-width: 61.25em){.has-flex-wrap .linkslist .fc-slice__item{-webkit-flex-basis:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}}.linkslist .item--has-cutout{padding-bottom:1.875rem}.fc-container__inner,.facia-container__inner,.fc-container__pagination,.index-page-header{overflow:hidden;position:relative;margin-left:0.625rem;margin-right:0.625rem}@media (min-width: 30em){.fc-container__inner,.facia-container__inner,.fc-container__pagination,.index-page-header{margin-left:1.25rem;margin-right:1.25rem}}@media (min-width: 46.25em){.fc-container__inner,.facia-container__inner,.fc-container__pagination,.index-page-header{margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem;width:38.75rem}}@media (min-width: 46.25em){.fc-container__inner,.facia-container__inner,.fc-container__pagination,.index-page-header{width:43.75rem}}@media (min-width: 61.25em){.fc-container__inner,.facia-container__inner,.fc-container__pagination,.index-page-header{width:58.75rem}}@media (min-width: 71.25em){.fc-container__inner,.facia-container__inner,.fc-container__pagination,.index-page-header{width:68.75rem}}@media (min-width: 81.25em){.fc-container__inner,.facia-container__inner,.fc-container__pagination,.index-page-header{width:78.75rem}}@media (min-width: 46.25em){.fc-container__inner--full-span,.facia-container__inner--full-span{width:46.25rem}}@media (min-width: 61.25em){.fc-container__inner--full-span,.facia-container__inner--full-span{width:61.25rem}}@media (min-width: 71.25em){.fc-container__inner--full-span,.facia-container__inner--full-span{width:71.25rem}}@media (min-width: 81.25em){.fc-container__inner--full-span,.facia-container__inner--full-span{width:81.25rem}}@media (min-width: 46.25em){.fc-container__inner--full-span,.facia-container__inner--full-span{padding-left:0;padding-right:0}}.js-on .js-hidden,.js-off .js-visible,.is-modern .modern-hidden,.is-not-modern .modern-visible{display:none}.is-off{display:none}.current{font-weight:bold}.is-on{display:block}.has-cursor{cursor:pointer}.maxed{width:100%}.shut>.panel{overflow:hidden;position:relative;max-height:0;padding-top:0}.update{float:right}.is-updating{display:none;width:2.5rem;height:1.25rem;background-size:100%;margin-top:1.125rem}.is-updating.is-active{display:inline-block}.is-scroll-blocked{overflow:hidden}.is-updating-cursor{cursor:wait}body.is-updating-js .u-block-during-update{pointer-events:none}.is-updating--dark{width:2.25rem;height:0.75rem}.is-live-icon{padding:0.0625rem 0.25rem 0.125rem;margin:0.0625rem 0.1875rem 0 0;font-size:0.625rem;font-style:normal;line-height:1;color:#ffffff;background-color:#ec1c1c;display:inline-block}.id--signed-out .sign-in-required{display:none}.is-sticky{position:fixed;top:0}.svg .i-play-icon-gold,.svg-i-play-icon-gold{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgNC4zTC40IDAgMCAuM3Y4LjRsLjQuM0wxMCA0Ljd2LS40eiIgZmlsbD0iI2ZiMCIvPjwvc3ZnPg==);background-position:0 0;width:0.625rem;height:0.5625rem}.svg .i-play-icon-grey,.svg-i-play-icon-grey{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgNC4zTC40IDAgMCAuM3Y4LjRsLjQuM0wxMCA0Ljd2LS40eiIgZmlsbD0iI0RDRENEQyIvPjwvc3ZnPg==);background-position:0 0;width:0.625rem;height:0.5625rem}.svg .i-card-red,.svg-i-card-red{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsPSIjY2MyYjEyIiBkPSJNMCAwaDl2MTJIMHoiLz48L3N2Zz4=);background-position:0 0;width:0.5625rem;height:0.75rem}.svg .i-card-yellow,.svg-i-card-yellow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsPSIjZmIwIiBkPSJNMCAwaDl2MTJIMHoiLz48L3N2Zz4=);background-position:0 0;width:0.5625rem;height:0.75rem}.svg .i-camera-black-large,.svg-i-camera-black-large{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);background-position:0 0;width:1.125rem;height:0.8125rem}.svg .i-camera-white-large,.svg-i-camera-white-large{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);background-position:0 0;width:1.125rem;height:0.8125rem}.svg .i-camera-yellow-large,.svg-i-camera-yellow-large{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);background-position:0 0;width:1.125rem;height:0.8125rem}.svg .i-information-circle-grey,.svg-i-information-circle-grey{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjNzY3Njc2IiBkPSJNNyAwQzMuMSAwIDAgMy4xIDAgN3MzLjEgNyA3IDcgNy0zLjEgNy03LTMuMS03LTctN3ptLjkgMTBsLS4zIDFjLS40LjItMS4yLjQtMS45LjQtLjUgMC0uOC0uMS0uOC0uNiAwLS4xIDAtLjMuMS0uNEw2LjMgNmgtLjlsLjMtLjggMi43LS4zLjItLjFMNi44IDEwaDEuMXptLS4yLTUuOGMtLjYgMC0uOS0uMy0uOS0uOCAwLS42LjUtMSAxLjEtMSAuNiAwIC45LjMuOS44IDAgLjYtLjUgMS0xLjEgMXoiLz48L3N2Zz4=);background-position:0 0;width:0.875rem;height:0.875rem}.svg .i-comment-light-grey,.svg-i-comment-light-grey{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2JkYmRiZCIgZD0iTTEzIDBsMSAxdjdsLTEgMUg3bC0yIDNINFY5SDJMMSA4VjFsMS0xaDExeiIvPjwvc3ZnPg==);background-position:0 0;width:1rem;height:1rem}.svg .i-close-icon-white,.svg-i-close-icon-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTcuNSA5TDEgMmwxLTEgNyA2LjVMMTYgMWwxIDEtNi41IDcgNi41IDctMSAxLTctNi41TDIgMTdsLTEtMSA2LjUtN3oiLz48L3N2Zz4=);background-position:0 0;width:1.125rem;height:1.125rem}.svg .i-recommend,.svg-i-recommend{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTggNi40NGwtMyAyLjVMNCA4bDQuNS00aDFMMTQgOGwtMSAuOTQtMy0yLjVWMTRIOFY2LjQ0eiIvPjwvc3ZnPg==);background-position:0 0;width:1.125rem;height:1.125rem}.svg .i-left-arrow,.svg-i-left-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGUvPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wIDExLjVsMTAuMjk2IDEwLjA5OS45NTktLjk1OUwzLjIgMTJIMjN2LTJIMy4yTDExLjI1NS45NiAxMC4yOTYgMCAwIDEwLjV2MSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMS4wMDEgMzIuMzEzYy0xMS43NTIgMC0yMS4zMTMtOS41NjEtMjEuMzEzLTIxLjMxMyAwLTExLjc1MSA5LjU2MS0yMS4zMTIgMjEuMzEzLTIxLjMxMiAxMS43NTEgMCAyMS4zMTIgOS41NjEgMjEuMzEyIDIxLjMxMiAwIDExLjc1Mi05LjU2MSAyMS4zMTMtMjEuMzEyIDIxLjMxM20wLTQzLjMxM0MtMS4xNS0xMS0xMS0xLjE1MS0xMSAxMXM5Ljg1IDIyLjAwMSAyMi4wMDEgMjIuMDAxQzIzLjE1MSAzMy4wMDEgMzMgMjMuMTUxIDMzIDExYzAtMTIuMTUxLTkuODQ5LTIyLTIxLjk5OS0yMiIgZmlsbD0iIzcwNzA3MCIvPjwvZz48L3N2Zz4=);background-position:0 0;width:1.4375rem;height:1.4375rem}.svg .i-right-arrow,.svg-i-right-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGUvPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0yMyAxMS41MDFMMTIuNzA0IDIxLjZsLS45NTktLjk1OSA4LjA1NS04LjY0SDB2LTJoMTkuOEwxMS43NDUuOTYxbC45NTktLjk2TDIzIDEwLjUwMXYxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTExLjAwMSAzMi4zMTNjLTExLjc1MiAwLTIxLjMxMy05LjU2MS0yMS4zMTMtMjEuMzEzIDAtMTEuNzUxIDkuNTYxLTIxLjMxMiAyMS4zMTMtMjEuMzEyIDExLjc1MSAwIDIxLjMxMiA5LjU2MSAyMS4zMTIgMjEuMzEyIDAgMTEuNzUyLTkuNTYxIDIxLjMxMy0yMS4zMTIgMjEuMzEzbTAtNDMuMzEzQy0xLjE1LTExLTExLTEuMTUxLTExIDExczkuODUgMjIuMDAxIDIyLjAwMSAyMi4wMDFDMjMuMTUxIDMzLjAwMSAzMyAyMy4xNTEgMzMgMTFjMC0xMi4xNTEtOS44NDktMjItMjEuOTk5LTIyIiBmaWxsPSIjNzA3MDcwIi8+PC9nPjwvc3ZnPg==);background-position:0 0;width:1.4375rem;height:1.4375rem}.svg .i-information-white,.svg-i-information-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgOSAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTS4zIDIyTDMuOSA5LjFIMS4zbC40LTEuNCA1LjYtLjkuMy4zLTQuNCAxNC44SDZMNS42IDIzYy0uOS40LTIuOC45LTQuMS45LTEuMSAwLTEuNy0uNS0xLjItMS45ek01LjUgMkM1LjUuOSA2LjQuMSA3LjMuMWMxIDAgMS42LjcgMS42IDEuNSAwIDEuMS0uOSAxLjktMS44IDEuOS0xIC4xLTEuNi0uNi0xLjYtMS41eiIvPjwvc3ZnPg==);background-position:0 0;width:0.5625rem;height:1.5rem}.svg .i-guardian-logo-160,.svg-i-guardian-logo-160{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMjAgNjAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yODQgNDVoMTZ2LTNsLTMtMS41di0yMGMxLjItLjkgMi44LTEuMSA0LjMtMS4xIDIuOCAwIDMuOC45IDMuOCA0LjF2MTdsLTMgMS41djNoMTZ2LTNsLTMtMS41di0xOWMwLTUuNy0yLjItOC4zLTcuMi04LjMtNC4xIDAtOC4xIDEuNS0xMC44IDRWMTNoLTFsLTEyLjQgMi4ydjIuN2wzLjQgMS42djIxbC0zIDEuNS0uMSAzek0yNDUuMy40Yy0zIDAtNS40IDIuNC01LjQgNS41IDAgMyAyLjQgNS40IDUuNCA1LjQgMi45IDAgNS40LTIuNCA1LjQtNS40LS4xLTMuMS0yLjUtNS41LTUuNC01LjV6TTIzNyAxNS4xdjIuOGwzIDEuNnYyMC45bC0zIDEuNXYzaDE2di0zbC0zLTEuNVYxMy4xaC0xbC0xMiAyek0yMjIuOSAzOWMtLjcuNi0xLjYgMS4xLTMuMSAxLjEtNCAwLTUuOS0zLjMtNS45LTEwLjkgMC04LjcgMi40LTExLjcgNS42LTExLjcgMS44IDAgMi43LjYgMy40IDEuNFYzOXptMC0yNC41Yy0xLjItLjktMy4yLTEuNC00LjktMS40LTcuNCAwLTE0LjUgNC4zLTE0LjUgMTYuOCAwIDExLjkgNy4xIDE1LjcgMTEuOCAxNS43IDMuOCAwIDYuNC0xLjcgNy42LTMuNGguM3YzLjNoLjlsMTEuOS0xLjR2LTIuM2wtMy4yLTEuOFYuNmgtLjhsLTEyLjYgMnYyLjhsMy40IDEuNnY3LjVoLjF6TTE4MSAxOGwzIDEuNXYyMC45bC0zIDEuNXYzaDE3di0zbC0zLjktMS41VjI0LjFjMS44LTEuNCA0LTEuOSA2LjctMS45LjkgMCAxLjYuMiAyLjIuM3YtOWMtLjMtLjEtLjctLjItMS4yLS4yLTMuMyAwLTUuOSAyLjEtNy43IDYuMlYxM0gxOTNsLTEyIDJ2M3ptLTE5LjMtLjhjMy45IDAgNSAyIDUgNS45djMuNWwtNS44IDEuMWMtNS45IDEuMS0xMC40IDMtMTAuNCA5LjMgMCA1LjEgMy41IDguNyA4LjMgOC43IDMuOCAwIDcuNC0xLjcgOC43LTQuNGguM2MuNSAzLjMgMy4zIDQuNCA2LjQgNC40IDIuNCAwIDQuOC0uNiA1LjctMS42di0ybC0zLTEuNXYtMThjMC02LjktNS05LjQtMTMuMS05LjQtNS4zIDAtOC44IDEuNC0xMS42IDIuN3Y3LjhoNC43bDItNmMuOS0uNSAyLjQtLjUgMi44LS41em0yLjMgMjIuOWMtMS45IDAtNC0xLjEtNC00LjYgMC0yLjQgMi40LTQuNiA0LjgtNWwyLjItLjV2OC41cy0xLjkgMS42LTMgMS42em0xMDAuOC0yMi45YzMuOSAwIDUgMiA1IDUuOXYzLjVsLTUuOCAxLjFjLTUuOSAxLjEtMTAuNCAzLTEwLjQgOS4zIDAgNS4xIDMuNSA4LjcgOC4zIDguNyAzLjggMCA3LjQtMS43IDguNy00LjRoLjNjLjUgMy4zIDMuMyA0LjQgNi40IDQuNCAyLjQgMCA0LjgtLjYgNS43LTEuNnYtMmwtMy0xLjV2LTE4YzAtNi45LTUtOS40LTEzLjEtOS40LTUuMyAwLTguOCAxLjQtMTEuNiAyLjd2Ny44aDQuN2wyLTZjLjgtLjUgMi4zLS41IDIuOC0uNXptMi4yIDIyLjljLTEuOSAwLTQtMS4xLTQtNC42IDAtMi40IDIuNC00LjYgNC44LTVsMi4yLS41djguNXMtMS45IDEuNi0zIDEuNnptLTEzOC43IDUuNmMuNCAwIC45IDAgMS4zLS4xIDMuNS0uMyA2LjctMiA4LjQtNC4ydjQuMWwxMi0xLjV2LTJsLTMtMlYxM2gtMWwtMTEuOSAyLjN2Mi44bDMuOSAxLjZWMzhjLTEuMS44LTIuNCAxLjMtNC4yIDEuMy0yLjUgMC00LjgtLjgtNC44LTQuM1YxM2gtMWwtMTIgMi41djIuNmw0IDEuNlYzNmMwIDUuNCAyLjIgOS43IDguMyA5Ljd6TTk2IDM4Yy0xLjIgMC0yLjUtLjgtMi41LTEuOSAwLS44LjYtMS43IDEuMy0yLjMgMS42LjUgMyAuNiA1IC42IDcuOCAwIDEzLjItMy43IDEzLjItMTAuNCAwLTMtMS4zLTQuNi0zLjItNi40TDExNSAxOXYtNmwtOC4yIDEuNmMtMS45LS43LTQuNS0xLjYtNy0xLjYtNy44IDAtMTMuMiA0LjEtMTMuMiAxMC44IDAgNC4xIDIgNy4xIDUgOC44bC4zLjJjLTEuNyAxLjItNS4zIDQtNS4zIDcuMiAwIDIuNCAxLjUgNC44IDQuOCA1LjVDODggNDYuMyA4NCA0OCA4NCA1MmMwIDQuMSA1LjkgOCAxNS41IDggMTEuOCAwIDE2LjUtNS43IDE2LjUtMTMgMC02LjEtMi44LTktOS41LTlIOTZ6bTcuNS0xNGMwIDUuNy0xLjMgNi41LTMuNSA2LjVzLTQtLjgtNC02LjVjMC01LjggMS44LTcuNSA0LTcuNXMzLjUgMiAzLjUgNy41ek05MiA1MC45Yy4xLTEuNSAxLjEtMy40IDMuNy0zLjZoOC42YzIuNSAwIDMuNyAyIDMuNyAzLjYgMCAzLjItMiA0LjQtOC4zIDQuNC01LjUgMC03LjgtMi4yLTcuNy00LjR6Ii8+PHBhdGggZmlsbD0iI0FBRDhGMSIgZD0iTTgzIDMwYzAtMTMtNS4xLTE2LjktMTMtMTYuOS05IDAtMTUgNi4yLTE1IDE2LjQgMCAxMC41IDUuNSAxNi4yIDE1LjggMTYuMiA1LjYgMCA5LjgtMi43IDExLjItNC43di0zYy0yLjEuNy0zLjkgMS4yLTcuOCAxLjItNS40IDAtOS4yLTMuMi05LjItOS4yaDE4ek02OS45IDE2LjZjMi41IDAgMy44IDEuOSAzLjggOS42bC04LjQuNWMuMi03LjkgMS44LTEwLjEgNC42LTEwLjF6TTM3IDQ1di0zbC0zLTEuNVYyMWMxLjItLjkgMy4zLTEuNyA0LjgtMS43IDIuOCAwIDQuMyAxLjUgNC4yIDQuMnYxN0w0MCA0MnYzaDE2di0zbC0zLTEuNXYtMTljMC01LjctMy4zLTguMy03LjctOC4zLTQuMSAwLTguNiAxLjMtMTEuMyAzLjhWMGgtMUwyMSAydjNsNCAxLjV2MzRMMjIgNDJ2M2gxNXpNNCAzNi40YzAgNS43IDIuOCA5LjMgOC45IDkuMyAzLjEgMCA2LjUtLjggOC40LTIuM3YtMy44Yy0uOC4zLTIuMi41LTMuMy41LTIuOSAwLTQtMS42LTQtNC42VjE5aDd2LTVoLTdWNi41TDQgOHY2bC00IDF2NGg0djE3LjR6Ii8+PC9zdmc+);background-position:0 0;width:10rem;height:1.875rem}.svg .i-observer-logo-160,.svg-i-observer-logo-160{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMjAgNjAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMSAxMkgwVjJoMzIuOXYxMEgyMnYzM0gxMVYxMnpNNDYgMnYxMS41YzEtMS43IDMuNS0yLjYgOC42LTIuNiA3LjggMCA5LjQgNS4zIDkuNCAxMi4xdjIySDUzVjI2Yy4yLTMuMS0uNC00LjQtMy4xLTQuNC0zLjIgMC0zLjkgMS4zLTMuOSA0LjR2MTlIMzVWMmgxMXptNjIuMyAyMS41YzAtNyAuOC0xMS40IDcuMS0xMS40IDYuMSAwIDYuOSA0LjMgNi45IDExLjRzLS43IDExLjItNi44IDExLjJjLTYuMyAwLTcuMi00LjItNy4yLTExLjJ6bTcuNSAyMS41YzE1LjIgMCAxNy45LTEwLjUgMTcuOS0yMiAwLTExLjYtMi43LTIyLTE4LjQtMjJTOTYuOSAxMS41IDk2LjkgMjNjLjUgMTEuNSAzLjIgMjIgMTguOSAyMnptMzAuNi0xNi41YzAtNS4zLjgtNy40IDQuNS03LjQgMy40IDAgMy45IDEuOSAzLjkgNy40cy0uOSA3LTQuMSA3Yy0zLjYgMC00LjQtMS45LTQuMy03ek0xNDMuMyA0NWwxLjctMi41YzIuMSAxLjcgMy4xIDIuNSA5LjIgMi41IDkuOCAwIDEwLjctNy43IDEwLjctMTcgMC05LjEtLjYtMTcuMS0xMC4zLTE3LjEtNC40IDAtNyAuNi04LjcgMy4xVjJoLTEwdjQyLjVsNy40LjV6bTIyLjMtMi45bDQtOC4xYzIuNCAxLjIgNi40IDIuMyAxMC4xIDIuMyAxLjggMCAyLjQtLjcgMi40LTEuNiAwLTEuNC0xLjgtMS41LTYtMi45LTUuOS0xLjctOS4xLTMuNS05LjEtMTAuMiAwLTguNSA1LjctMTEgMTMuMy0xMSA1IDAgNy42LjcgMTAuOCAybC00LjEgOC44Yy0yLjEtLjktNC43LTEuNC03LjMtMS40LTIuMiAwLTIuNi41LTIuNiAxLjQgMCAxLjMgMS44IDEuNCA1LjEgMi40IDYuNyAxLjggOS44IDMuOSA5LjggMTAuNyAwIDcuMy01LjMgMTAuNC0xMi40IDEwLjQtNS4xLjEtMTAuMi0uNi0xNC0yLjh6bTY1LjktMzEuNmwxLjIgMy4xYzEuNi0xLjkgNC0zLjEgOS4zLTMuMVYyMWMtNi45IDAtOCAyLjEtOCA2djE3aC0xMC45VjExLjVsOC40LTF6bTEwLjQgMS41aDExLjZsNC43IDE4LjhMMjYzIDEyaDExbC0xMCAzM2gtMTIuMmwtOS45LTMzem02OC4xLTEuNWwuOCAzLjJjMS42LTEuOSAzLjktMy4yIDkuMi0zLjJWMjFjLTYuOSAwLTggMi4xLTggNnYxN2gtMTFWMTEuNWw5LTF6TTMwMC4yIDQybC00LTguM2MtMi4zIDEtNC4zIDIuMy04LjcgMi4zLTMuNC0uMy00LjctMS01LTRIMzAwYzAtMTIuNSAxLTIxLTEyLjktMjEuNC0xMS41LS40LTE1LjEgNi40LTE1LjEgMTcuMi4zIDExLjEgMyAxNy4yIDE1IDE3LjIgNS41IDAgOS44LTEgMTMuMi0zem0tOS42LTE3LjFoLTguMmMuMi0zLjMgMS4zLTQuOSA0LjUtNC44IDMuMi4xIDMuNyAxLjUgMy43IDQuOHptLTY5LjQgMTcuMmwtNC04LjNjLTIuMyAxLTQuMyAyLjMtOC43IDIuMy0zLjQtLjMtNC43LTEtNS00SDIyMWMwLTEyLjUuNS0yMS0xMi45LTIxLjQtMTEuNS0uNS0xNS4xIDYuMy0xNS4xIDE3LjEuMyAxMS4xIDMgMTcuMiAxNSAxNy4yIDUuNSAwIDkuOC0xIDEzLjItMi45em0tOS42LTE3LjJoLTguMmMuMi0zLjMgMS4zLTQuOSA0LjUtNC44IDMuMi4yIDMuNyAxLjUgMy43IDQuOHpNOTMuMiA0Mi4xbC00LTguM2MtMi4zIDEtNC4zIDIuMy04LjcgMi4zLTMuNC0uMy00LjctMS01LTRIOTNjMC0xMiAuNS0yMS0xMi45LTIxLjRDNjguNiAxMC4yIDY1IDE3IDY1IDI3LjggNjUuMyAzOC45IDY4IDQ1IDgwIDQ1YzUuNSAwIDkuOC0xIDEzLjItMi45em0tOS42LTE3LjJoLTguMmMuMi0zLjMgMS4zLTQuOSA0LjUtNC44IDMuMi4yIDMuNyAxLjUgMy43IDQuOHoiLz48L3N2Zz4=);background-position:0 0;width:10rem;height:1.875rem}.svg .i-back,.svg-i-back{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTggMTQuOGw0LjUgNC4zLjUtLjUtMi0zaDguNXY0aDJ2LTVsLTEtMUgxMWwyLTMtLjUtLjZMOCAxNC4zdi41Ii8+PC9zdmc+);background-position:0 0;width:1.875rem;height:1.875rem}.svg .i-close-icon-dark-small,.svg-i-close-icon-dark-small{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTIxIDkuOGwtLjgtLjgtNS4yIDQuOEw5LjggOWwtLjguOCA0LjggNS4yTDkgMjAuMmwuOC44IDUuMi00LjggNS4yIDQuOC44LS44LTQuOC01LjJMMjEgOS44Ii8+PC9zdmc+);background-position:0 0;width:1.875rem;height:1.875rem}.svg .i-pause-icon--arts,.svg-i-pause-icon--arts{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZWFjY2EwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-pause-icon--lifestyle,.svg .content--media:not(.paid-content).content--pillar-lifestyle .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-lifestyle .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-lifestyle .vjs-playing .vjs-play-control,.svg-i-pause-icon--lifestyle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmZhYmRiIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-pause-icon--news,.svg .content--media:not(.paid-content).content--pillar-news .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-news .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-news .vjs-playing .vjs-play-control,.svg-i-pause-icon--news{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmY0ZTM2IiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-pause-icon--opinion,.svg .content--media:not(.paid-content).content--pillar-opinion .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-opinion .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-opinion .vjs-playing .vjs-play-control,.svg-i-pause-icon--opinion{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmY3ZjBmIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-pause-icon--sport,.svg .content--media:not(.paid-content).content--pillar-sport .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-sport .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container-gallery.content--pillar-lifestyle .vjs-playing .vjs-play-control,.svg-i-pause-icon--sport{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjMDBiMmZmIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-play-icon--arts,.svg-i-play-icon--arts{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZWFjY2EwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-play-icon--lifestyle,.svg .content--media:not(.paid-content).content--pillar-lifestyle .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-lifestyle .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-lifestyle .vjs-paused .vjs-play-control,.svg-i-play-icon--lifestyle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmZhYmRiIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-play-icon--news,.svg .content--media:not(.paid-content).content--pillar-news .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-news .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-news .vjs-paused .vjs-play-control,.svg-i-play-icon--news{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmY0ZTM2IiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-play-icon--opinion,.svg .content--media:not(.paid-content).content--pillar-opinion .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-opinion .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-opinion .vjs-paused .vjs-play-control,.svg-i-play-icon--opinion{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmY3ZjBmIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-play-icon--sport,.svg .content--media:not(.paid-content).content--pillar-sport .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-sport .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container-gallery.content--pillar-lifestyle .vjs-paused .vjs-play-control,.svg-i-play-icon--sport{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjMDBiMmZmIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-guardian-logo-320,.svg-i-guardian-logo-320{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iNjAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yODQgNDVoMTZ2LTNsLTMtMS41di0yMGMxLjItLjkgMi44LTEuMSA0LjMtMS4xIDIuOCAwIDMuNy45IDMuNyA0LjF2MTdsLTMgMS41djNoMTZ2LTNsLTMtMS41di0xOWMwLTUuNy0yLjEtOC4zLTcuMS04LjMtNC4xIDAtOC4xIDEuNS0xMC44IDRWMTNoLTFsLTEyLjQgMi4ydjIuN2wzLjMgMS42djIxbC0zIDEuNXYzek0yNDUuMy40Yy0zIDAtNS40IDIuNC01LjQgNS41IDAgMyAyLjQgNS40IDUuNCA1LjQgMi45IDAgNS40LTIuNCA1LjQtNS40LS4xLTMuMS0yLjUtNS41LTUuNC01LjV6TTIzNyAxNS4xdjIuOGwzIDEuNnYyMC45bC0zIDEuNVY0NWgxNnYtMy4xbC0zLTEuNVYxMy4xaC0xbC0xMiAyek0yMjMgMzljLS43LjYtMS43IDEuMS0zLjIgMS4xLTQgMC01LjktMy4zLTUuOS0xMC45IDAtOC43IDIuNC0xMS42IDUuNi0xMS42IDEuOCAwIDIuOC42IDMuNSAxLjR2MjB6bTAtMjQuNGMtMS4yLS45LTMuMy0xLjQtNS0xLjQtNy40IDAtMTQuNSA0LjQtMTQuNSAxNi44IDAgMTEuOSA3LjEgMTUuNyAxMS44IDE1LjcgMy44IDAgNi40LTEuNyA3LjYtMy40aC4zdjMuM2guOWwxMS45LTEuNHYtMi4zbC0zLTEuOFYuNmgtMWwtMTIuNiAydjIuOGwzLjYgMS41djcuN3pNMTgxIDE4bDMgMS41djIwLjlsLTMgMS41VjQ1aDE3di0zLjFsLTQtMS41VjI0LjFjMS44LTEuNCA0LjEtMS45IDYuOC0xLjkuOSAwIDEuNi4yIDIuMi4zdi05Yy0uMy0uMS0uNy0uMi0xLjItLjItMy4zIDAtNiAyLjItNy44IDYuMlYxM2gtMWwtMTIgMnYzem0tMTkuMy0uOGMzLjkgMCA1LjMgMiA1LjMgNS45djMuNWwtNi4xIDEuMWMtNS45IDEuMS0xMC40IDIuOS0xMC40IDkuMyAwIDUuMSAzLjUgOC43IDguMyA4LjcgMy44IDAgNy40LTEuNyA4LjctNC40aC4zYy41IDMuMyAzLjMgNC40IDYuNCA0LjQgMi40IDAgNC44LS42IDUuNy0xLjZ2LTJsLTIuOS0xLjV2LTE4YzAtNy01LjItOS40LTEzLjMtOS40LTUuMyAwLTguNiAxLjMtMTEuNCAyLjZ2Ny44aDQuN2wyLTZjMS4xLS40IDIuMy0uNCAyLjctLjR6bTIuMyAyMi45Yy0xLjkgMC00LTEuMS00LTQuNiAwLTIuNCAyLjQtNC43IDQuOC01bDIuMi0uNXY4LjVzLTEuOSAxLjYtMyAxLjZ6bTEwMC43LTIyLjljMy45IDAgNS4zIDIgNS4zIDUuOXYzLjVsLTYuMSAxLjFjLTUuOSAxLjEtMTAuNCAyLjktMTAuNCA5LjMgMCA1LjEgMy41IDguNyA4LjMgOC43IDMuOCAwIDcuNC0xLjcgOC43LTQuNGguM2MuNSAzLjMgMy4zIDQuNCA2LjQgNC40IDIuNCAwIDQuOC0uNiA1LjctMS42di0ybC0yLjktMS41di0xOGMwLTctNS4yLTkuNC0xMy4zLTkuNC01LjMgMC04LjYgMS4zLTExLjQgMi42djcuOGg0LjdsMi02YzEuMS0uNCAyLjMtLjQgMi43LS40em0yLjMgMjIuOWMtMS45IDAtNC0xLjEtNC00LjYgMC0yLjQgMi40LTQuNyA0LjgtNWwyLjItLjV2OC41cy0xLjkgMS42LTMgMS42em0tMTM4LjcgNS42Yy40IDAgLjkgMCAxLjMtLjEgMy41LS4zIDYuNy0yIDguNC00LjJ2NC4xbDEyLTEuNXYtMmwtMy0yVjEzaC0xbC0xMiAyLjNWMThsNCAxLjdWMzhjLTEuMS44LTIuNCAxLjMtNC4yIDEuMy0yLjUgMC00LjgtLjgtNC44LTQuM1YxM2gtMWwtMTIgMi41djIuNmw0IDEuNlYzNmMwIDUuNCAyLjIgOS43IDguMyA5Ljd6TTk2IDM4Yy0xLjIgMC0yLjUtLjgtMi41LTEuOSAwLS44LjYtMS43IDEuNC0yLjMgMS42LjUgMyAuNiA1IC42IDcuOCAwIDEzLjItMy43IDEzLjItMTAuNCAwLTMtMS4zLTQuNi0zLjItNi40TDExNSAxOXYtNmwtOC4yIDEuNmMtMS45LS43LTQuNS0xLjYtNy0xLjYtNy44IDAtMTMuMiA0LjEtMTMuMiAxMC44IDAgNC4xIDIgNy4xIDUgOC44bC4yLjJjLTEuNyAxLjItNS4zIDQtNS4zIDcuMiAwIDIuNCAxLjUgNC44IDQuOCA1LjUtMy40LjgtNy4zIDIuNS03LjMgNi41IDAgNC4xIDUuOSA4IDE1LjUgOCAxMS44IDAgMTYuNS01LjcgMTYuNS0xMyAwLTYuMS0yLjgtOS05LjUtOUg5NnptNy41LTE0YzAgNS43LTEuMyA2LjUtMy41IDYuNXMtNC0uOC00LTYuNWMwLTUuOCAxLjgtNy41IDQtNy41czMuNSAyIDMuNSA3LjV6TTkyIDUwLjljLjEtMS41IDEuMS0zLjQgMy43LTMuNmg4LjZjMi41IDAgMy43IDIgMy43IDMuNiAwIDMuMi0yIDQuNC04LjMgNC40LTUuNSAwLTcuOC0yLjItNy43LTQuNHoiLz48cGF0aCBmaWxsPSIjQUFEOEYxIiBkPSJNODMgMzBjMC0xMy01LjEtMTYuOS0xMy0xNi45LTkgMC0xNSA2LjItMTUgMTYuNCAwIDEwLjUgNS41IDE2LjIgMTUuOCAxNi4yIDUuNiAwIDkuNy0yLjcgMTEuMi00Ljd2LTNjLTIuMS43LTMuOSAxLjItNy43IDEuMi01LjYgMC05LjMtMy4yLTkuMy05LjJoMTh6TTY5LjkgMTYuNmMyLjUgMCAzLjggMS44IDMuOCA5LjZsLTguNC43Yy4xLTcuOSAxLjgtMTAuMyA0LjYtMTAuM3pNMzcgNDV2LTNsLTMtMS41VjIxYzEuMi0uOSAzLjItMS43IDQuOC0xLjcgMi44IDAgNC4zIDEuNiA0LjIgNC4ydjE3TDQwIDQydjNoMTZ2LTNsLTMtMS41di0xOWMwLTUuNy0zLjMtOC4zLTcuNy04LjMtNC4xIDAtOC42IDEuMy0xMS4zIDMuOFYwaC0xTDIxIDJ2M2w0IDEuNXYzNEwyMiA0MnYzaDE1ek00IDM2LjRjMCA1LjcgMi44IDkuMyA4LjkgOS4zIDMuMSAwIDYuMi0uOCA4LjEtMi4zdi0zLjhjLS44LjMtMS45LjUtMi45LjUtMi45IDAtNC4xLTEuNi00LjEtNC42VjE5aDd2LTVoLTdWNi41TDQgOHY2bC00IDF2NGg0djE3LjR6Ii8+PC9zdmc+);background-position:0 0;width:20rem;height:3.75rem}.svg .i-observer-logo-320,.svg-i-observer-logo-320{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iNjAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMSAxMkgwVjJoMzIuOXYxMEgyMnYzM0gxMVYxMnpNNDYgMnYxMS41YzEtMS43IDMuNS0yLjYgOC42LTIuNiA3LjggMCA5LjQgNS4zIDkuNCAxMi4xdjIySDUzVjI2Yy4yLTMuMS0uNC00LjQtMy4xLTQuNC0zLjIgMC0zLjkgMS4zLTMuOSA0LjR2MTlIMzVWMmgxMXptNjIuMyAyMS41YzAtNyAuOC0xMS40IDcuMS0xMS40IDYuMSAwIDYuOSA0LjMgNi45IDExLjRzLS43IDExLjItNi44IDExLjJjLTYuMyAwLTcuMi00LjItNy4yLTExLjJ6bTcuNSAyMS41YzE1LjIgMCAxNy45LTEwLjUgMTcuOS0yMiAwLTExLjYtMi43LTIyLTE4LjQtMjJTOTYuOSAxMS41IDk2LjkgMjNjLjUgMTEuNSAzLjIgMjIgMTguOSAyMnptMzAuNi0xNi41YzAtNS4zLjgtNy40IDQuNS03LjQgMy40IDAgMy45IDEuOSAzLjkgNy40cy0uOSA3LTQuMSA3Yy0zLjYgMC00LjQtMS45LTQuMy03ek0xNDMuMyA0NWwxLjctMi41YzIuMSAxLjcgMy4xIDIuNSA5LjIgMi41IDkuOCAwIDEwLjctNy43IDEwLjctMTcgMC05LjEtLjYtMTcuMS0xMC4zLTE3LjEtNC40IDAtNyAuNi04LjcgMy4xVjJoLTEwdjQyLjVsNy40LjV6bTIyLjMtMi45bDQtOC4xYzIuNCAxLjIgNi40IDIuMyAxMC4xIDIuMyAxLjggMCAyLjQtLjcgMi40LTEuNiAwLTEuNC0xLjgtMS41LTYtMi45LTUuOS0xLjctOS4xLTMuNS05LjEtMTAuMiAwLTguNSA1LjctMTEgMTMuMy0xMSA1IDAgNy42LjcgMTAuOCAybC00LjEgOC44Yy0yLjEtLjktNC43LTEuNC03LjMtMS40LTIuMiAwLTIuNi41LTIuNiAxLjQgMCAxLjMgMS44IDEuNCA1LjEgMi40IDYuNyAxLjggOS44IDMuOSA5LjggMTAuNyAwIDcuMy01LjMgMTAuNC0xMi40IDEwLjQtNS4xLjEtMTAuMi0uNi0xNC0yLjh6bTY1LjktMzEuNmwxLjIgMy4xYzEuNi0xLjkgNC0zLjEgOS4zLTMuMVYyMWMtNi45IDAtOCAyLjEtOCA2djE3aC0xMC45VjExLjVsOC40LTF6bTEwLjQgMS41aDExLjZsNC43IDE4LjhMMjYzIDEyaDExbC0xMCAzM2gtMTIuMmwtOS45LTMzem02OC4xLTEuNWwuOCAzLjJjMS42LTEuOSAzLjktMy4yIDkuMi0zLjJWMjFjLTYuOSAwLTggMi4xLTggNnYxN2gtMTFWMTEuNWw5LTF6TTMwMC4yIDQybC00LTguM2MtMi4zIDEtNC4zIDIuMy04LjcgMi4zLTMuNC0uMy00LjctMS01LTRIMzAwYzAtMTIuNSAxLTIxLTEyLjktMjEuNC0xMS41LS40LTE1LjEgNi40LTE1LjEgMTcuMi4zIDExLjEgMyAxNy4yIDE1IDE3LjIgNS41IDAgOS44LTEgMTMuMi0zem0tOS42LTE3aC04LjJjLjItMy4zIDEuMy00LjkgNC41LTQuOSAzLjIuMSAzLjcgMS41IDMuNyA0Ljl6bS02OS40IDE3LjFsLTQtOC4zYy0yLjMgMS00LjMgMi4zLTguNyAyLjMtMy40LS4zLTQuNy0xLTUtNEgyMjFjMC0xMi41LjUtMjEtMTIuOS0yMS40LTExLjUtLjUtMTUuMSA2LjMtMTUuMSAxNy4xLjMgMTEuMSAzIDE3LjIgMTUgMTcuMiA1LjUgMCA5LjgtMSAxMy4yLTIuOXpNMjExLjYgMjVoLTguMmMuMi0zLjMgMS4zLTQuOSA0LjUtNC44IDQuMi0uMSAzLjcgNC44IDMuNyA0Ljh6TTkzLjIgNDIuMWwtNC04LjNjLTIuMyAxLTQuMyAyLjMtOC43IDIuMy0zLjQtLjMtNC43LTEtNS00SDkzYzAtMTIgLjUtMjEtMTIuOS0yMS40QzY4LjYgMTAuMiA2NSAxNyA2NSAyNy44IDY1LjMgMzguOSA2OCA0NSA4MCA0NWM1LjUgMCA5LjgtMSAxMy4yLTIuOXpNODMuNiAyNWgtOC4yYy4yLTMuMyAxLjMtNC45IDQuNS00LjggMy4yLjEgMy43IDEuNCAzLjcgNC44eiIvPjwvc3ZnPg==);background-position:0 0;width:20rem;height:3.75rem}.svg .i-camera-black-large,.svg-i-camera-black-large{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);background-position:0 0;width:1.125rem;height:0.8125rem}.svg .i-volume-mute--tone-media,.svg-i-volume-mute--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);background-position:0 0;width:1.0625rem;height:0.8125rem}.svg .i-volume-mute--tone-podcast,.svg-i-volume-mute--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);background-position:0 0;width:1.0625rem;height:0.8125rem}.svg .i-volume-mute-white,.svg-i-volume-mute-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);background-position:0 0;width:1.0625rem;height:0.8125rem}.svg .i-volume-low-black,.svg-i-volume-low-black{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNOTkgMjMuM3YxNThoLTguN2wtNDcuNy00N2gtMzNsLTcuNi04Vjc4LjZsOC43LTguM2gzMmw0Ny00N2g4LjdtNTIgNzlsLTI5LjktMzQgNi40LTYuNCAzMy43IDMwIDM0LTMwIDYuNCA2LjQtMzAgMzQgMzAgMzMuNy02LjQgNi40LTM0LTI5LjktMzMuNyAyOS45LTYuNC02LjQgMjkuOS0zMy43Ii8+PC9zdmc+);background-position:0 0;width:0;height:0}.svg .i-expand--black,.svg-i-expand--black{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNzIuOCAxOTF2MTEuM2gtNjZMMi4xIDE5OHYtNjZoMTEuN2w1LjEgNDAuNiA1Mi01MiAxMi45IDEyLjktNTIgNTIgNDAuNiA1LjVtNTktMTc3VjIuN2g2Nmw0LjMgNC4zdjY2aC0xMS4zbC01LjUtNDEtNTIgNTItMTIuNS0xMi45IDUyLTUyLTQwLjYtNS4xIi8+PC9zdmc+);background-position:0 0;width:0;height:0}.svg .i-volume-high--tone-media,.svg-i-volume-high--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);background-position:0 0;width:1rem;height:0.8125rem}.svg .i-volume-high--tone-podcast,.svg-i-volume-high--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);background-position:0 0;width:1rem;height:0.8125rem}.svg .i-volume-high-black,.svg .paid-content.tonal--tone-media .vjs-volume-menu-button .vjs-control-text:before,.svg-i-volume-high-black{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);background-position:0 0;width:1rem;height:0.8125rem}.svg .i-volume-high-white,.svg-i-volume-high-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);background-position:0 0;width:1rem;height:0.8125rem}.svg .i-volume-low--tone-media,.svg-i-volume-low--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);background-position:0 0;width:0.75rem;height:0.8125rem}.svg .i-volume-low--tone-podcast,.svg-i-volume-low--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);background-position:0 0;width:0.75rem;height:0.8125rem}.svg .i-volume-low-white,.svg-i-volume-low-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);background-position:0 0;width:0.75rem;height:0.8125rem}.svg .i-embed--black,.svg .paid-content.tonal--tone-media .vjs-embed-button .vjs-control-content:before,.svg-i-embed--black{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xIDEwLjJWOC40TDIuOCA2LjcgNy4xIDVWMy4yTC44IDZ2MS41bDYuMyAyLjhNOS42IDE0aDEuN0wxNS4xLjRoLTEuN0w5LjYgMTRtOC40LTMuN2w2LjMtMi44VjZMMTggMy4yVjVsNC4zIDEuN0wxOCA4LjR2MS44IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);background-position:0 0;width:1.5625rem;height:0.875rem}.svg .i-embed--tone-media,.svg-i-embed--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI2ZiMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-position:0 0;width:1.5625rem;height:0.875rem}.svg .i-embed--white,.svg-i-embed--white{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-position:0 0;width:1.5625rem;height:0.875rem}.svg .i-expand-black,.svg .paid-content.tonal--tone-media .vjs-fullscreen-control .vjs-control-text:before,.svg-i-expand-black{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);background-position:0 0;width:1.375rem;height:1.375rem}.svg .i-expand-white,.svg-i-expand-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);background-position:0 0;width:1.375rem;height:1.375rem}.svg .i-expand-yellow,.svg-i-expand-yellow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);background-position:0 0;width:1.375rem;height:1.375rem}.svg .i-video-camera--tone-media,.svg-i-video-camera--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgMEwwIDN2MTdsMyAzaDE5VjBIM20yMiA5djVsOSA4aDJWMWgtMmwtOSA4eiIvPjwvc3ZnPg==);background-position:0 0;width:2.25rem;height:1.4375rem}.svg .i-video-camera--tone-podcast,.svg-i-video-camera--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgMEwwIDN2MTdsMyAzaDE5VjBIM20yMiA5djVsOSA4aDJWMWgtMmwtOSA4eiIvPjwvc3ZnPg==);background-position:0 0;width:2.25rem;height:1.4375rem}.svg .i-close-icon-white-small,.svg-i-close-icon-white-small{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxIDkuOGwtLjgtLjgtNS4yIDQuOEw5LjggOWwtLjguOCA0LjggNS4yTDkgMjAuMmwuOC44IDUuMi00LjggNS4yIDQuOC44LS44LTQuOC01LjJMMjEgOS44Ii8+PC9zdmc+);background-position:0 0;width:1.875rem;height:1.875rem}.svg .i-pause-32--tone-media,.svg-i-pause-32--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmIwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-pause-32--tone-podcast,.svg-i-pause-32--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjYWFkOGYxIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-play-32--tone-media,.svg-i-play-32--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmIwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-play-32--tone-podcast,.svg-i-play-32--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjYWFkOGYxIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-error-exclamation,.svg-i-error-exclamation{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0iI2ZmZiIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+PHBhdGggZD0iTTE0LjcyNyA1LjcyN2wxLjYzNi0xLjYzNmgzLjI3M2wxLjYzNiAxLjYzNi0xLjYzNiAxNS41NDVoLTMuMjczTDE0LjcyNyA1LjcyN202LjU0NSAyMi4wOWMwLTEuOC0xLjQ3My0zLjI3My0zLjI3My0zLjI3M2EzLjI4MyAzLjI4MyAwIDAgMC0zLjI3MyAzLjI3M2MwIDEuOCAxLjQ3MyAzLjI3MyAzLjI3MyAzLjI3M3MzLjI3My0xLjQ3MyAzLjI3My0zLjI3MyIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=);background-position:0 0;width:2.25rem;height:2.25rem}.centered-icon svg{top:0;bottom:0;right:0;left:0;margin:auto;position:absolute}@media (min-width: 46.25em){figure.element.element--supporting{position:relative;float:left;width:18.75rem;margin-top:0.375rem;margin-bottom:0.75rem;margin-right:1.25rem;line-height:0}figure.element.element--supporting.img--landscape{margin-right:1.25rem}}@media (min-width: 71.25em) and (min-width: 71.25em){figure.element.element--supporting{margin-left:-10rem}}@media (min-width: 71.25em) and (min-width: 81.25em){figure.element.element--supporting{margin-left:-15rem}}@media (min-width: 81.25em){figure.element.element--supporting{width:23.75rem}}figure.element.element--thumbnail{float:left;clear:left;margin-bottom:0;width:7.5rem;margin-right:1.25rem;margin-top:0.375rem}@media (min-width: 46.25em){figure.element.element--thumbnail{width:8.75rem}figure.element.element--thumbnail.img--landscape{margin-right:1.25rem}}@media (min-width: 71.25em){figure.element.element--thumbnail{position:relative}}@media (min-width: 71.25em) and (min-width: 71.25em){figure.element.element--thumbnail{margin-left:-10rem}}@media (min-width: 71.25em) and (min-width: 81.25em){figure.element.element--thumbnail{margin-left:-15rem}}@media (min-width: 81.25em){figure.element.element--thumbnail{margin-left:-10rem}}@media (min-width: 71.25em){figure.element.element--showcase{position:relative;margin-bottom:1rem}}@media (min-width: 71.25em) and (min-width: 71.25em){figure.element.element--showcase{margin-left:-10rem}}@media (min-width: 71.25em) and (min-width: 81.25em){figure.element.element--showcase{margin-left:-15rem}}figure.element.element--supporting figcaption,figure.element-video figcaption,figure.element-atom figcaption{padding-top:0.5rem;padding-bottom:0.5rem}@media (min-width: 71.25em){figure.element.element--supporting figcaption,figure.element-video figcaption,figure.element-atom figcaption{padding-left:0;top:100%}}@media (min-width: 71.25em){figure.element.element--showcase figcaption{padding-left:0;top:100%}}@media (min-width: 71.25em){figure.element-video.element--thumbnail{padding-bottom:0;border-bottom:0}}figure.element.element--supporting.element-tweet{margin-top:-0.375rem}@media (min-width: 71.25em){figure.img--supporting{float:left;width:23.75rem;margin-top:0.375rem;margin-right:1.25rem}}@media (min-width: 81.25em){figure.img--supporting{width:28.75rem}}.media-primary--full-width{width:100%;margin-bottom:1.5rem}@media (min-width: 71.25em){.media-primary.media-primary--showcase{margin-left:-10rem}}@media (min-width: 81.25em){.media-primary.media-primary--showcase{margin-left:-15rem}}.has-feature-showcase-element .media-primary.media-primary--showcase,.has-feature-showcase-opinion .media-primary.media-primary--showcase{margin-left:0;margin-right:0;z-index:2;position:relative}@media (min-width: 71.25em){.has-feature-showcase-element .media-primary.media-primary--showcase,.has-feature-showcase-opinion .media-primary.media-primary--showcase{margin:0 auto;width:58.75rem;max-width:unset}}@media (min-width: 81.25em){.has-feature-showcase-element .media-primary.media-primary--showcase,.has-feature-showcase-opinion .media-primary.media-primary--showcase{width:63.75rem}}.has-feature-showcase-element .media-primary.media-primary--showcase .responsive-img,.has-feature-showcase-opinion .media-primary.media-primary--showcase .responsive-img{height:auto}.has-feature-showcase-element .media-primary.media-primary--showcase .u-responsive-ratio--letterbox,.has-feature-showcase-opinion .media-primary.media-primary--showcase .u-responsive-ratio--letterbox{transition:padding-bottom 1s}.media-primary{position:relative}.content__main-column--article{min-height:17.25rem}.article-elongator{position:relative}.article-elongator .i-center{background-color:#052962}.after-article{position:relative;display:block;content:' ';margin-top:1.5rem}.content{padding-top:0;padding-bottom:2.25rem}.content:after{content:'';display:block;clear:both}.content .gs-container,.content-footer .gs-container{padding-left:0.625rem;padding-right:0.625rem;box-sizing:border-box}@media (min-width: 30em){.content .gs-container,.content-footer .gs-container{padding-left:1.25rem;padding-right:1.25rem}}.content__main-column{max-width:38.75rem;margin:auto;position:relative}@media (min-width: 46.25em) and (max-width: 61.24em){.content__main-column{max-width:43.75rem}.content__main-column .content__article-body{padding-right:5rem}.content__main-column .content__article-body .ad-slot:not(.ad-slot--im):not(.ad-slot--unruly):not(.ad-slot--carrot){margin-right:-5rem}.content__main-column .content__article-body .gu-media-wrapper.u-responsive-ratio--hd{padding-bottom:63.50806451612925%}}@media (min-width: 61.25em){.content__main-column{margin-left:0;margin-right:19.375rem}}@media (min-width: 71.25em){.content__main-column{margin-left:9.375rem}}@media (min-width: 81.25em){.content__main-column{margin-left:14.375rem}}.content__main-column.content__main-column--single-column{margin-left:0}@media (min-width: 61.25em){.content__main-column.content__main-column--media,.content__main-column.content__main-column--wide{max-width:none}}@media (min-width: 81.25em){.content__main-column.content__main-column--media,.content__main-column.content__main-column--wide{margin-right:5rem}}.content--image .content__main-column{max-width:none;margin-right:0}@media (min-width: 81.25em){.content--image .content__main-column{margin-right:5rem}}@supports (display: grid){@media (min-width: 71.25em){.force-percentage-padding .content__main-column .content__head--article .media-primary .u-responsive-ratio{min-width:38.75rem}}@media (min-width: 46.25em) and (max-width: 61.24em){.force-percentage-padding .content__main-column .content__head--article .media-primary .u-responsive-ratio{min-width:43.75rem}}}@media (min-width: 46.25em) and (max-width: 71.24em){.content__head{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.content__hr{border:0;margin:0;border-top:0.0625rem dotted #dcdcdc;padding-top:0.3125rem}.content__secondary-column{position:absolute;top:0;right:0;margin-right:1.25rem;width:18.75rem;padding-left:1.25rem}@media (max-width: 61.24em){.content__secondary-column{display:none}}@media (min-width: 46.25em){.content__head__comment-count{display:none}}.content__keywords{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;padding-top:0.75rem;padding-bottom:0.25rem}.content--media .content__keywords a{color:#dcdcdc}.content__labels{box-sizing:border-box;position:relative;z-index:1;overflow:hidden;padding-top:0.1875rem}@media (max-width: 46.24em){.content__labels{-webkit-order:1;-ms-flex-order:1;order:1}.tonal__head--tone-comment .content__labels,.tonal__head--tone-editorial .content__labels,.content__head--column .content__labels{-webkit-order:0;-ms-flex-order:0;order:0}}@media (min-width: 71.25em){.content__labels{padding-top:0.5625rem}}@media (min-width: 41.25em) and (max-width: 46.24em){.content__labels--not-immersive,.content__labels--gallery{margin-left:1.25rem}}@media (min-width: 71.25em){.content__labels--not-immersive,.content__labels--gallery{position:absolute;top:0;width:8.75rem;margin-left:-10rem;margin-bottom:0.75rem}.content__labels--not-immersive.content__labels--crossword,.content__labels--gallery.content__labels--crossword{width:inherit}}@media (min-width: 81.25em){.content__labels--not-immersive,.content__labels--gallery{margin-left:-15rem;width:13.75rem}}.content--media .content__labels--flagship.content__labels--flagship.content__labels--flagship{padding:0.375rem 0 0}.content--media .content__labels--flagship.content__labels--flagship.content__labels--flagship .content__label__link{color:#ffe500}.content--pillar-news .content__labels--flagship.content__labels--flagship.content__labels--flagship .content__label__link{color:#ff4e36}.content--pillar-sport .content__labels--flagship.content__labels--flagship.content__labels--flagship .content__label__link{color:#00b2ff}.content--pillar-opinion .content__labels--flagship.content__labels--flagship.content__labels--flagship .content__label__link{color:#ff7f0f}.content--pillar-arts .content__labels--flagship.content__labels--flagship.content__labels--flagship .content__label__link{color:#eacca0}.content--pillar-lifestyle .content__labels--flagship.content__labels--flagship.content__labels--flagship .content__label__link{color:#ffabdb}.content__label{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;display:inline;padding-right:0.41667rem}@media (min-width: 71.25em){.content__label{font-size:1.25rem;line-height:1.4375rem;line-height:1.25rem;padding-right:0}}.content__label ~ .content__label{font-weight:normal}@media (min-width: 71.25em){.content__label ~ .content__label{font-size:1.0625rem;line-height:1.25rem;margin-bottom:0.75rem;display:block}}@media (max-width: 46.24em){.content__label ~ .content__label{display:none}}@media (min-width: 71.25em) and (max-width: 81.24em){.container__meta__title{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900}}.content__inline-section{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;box-sizing:border-box;padding:0.375rem 0 0.75rem;border-top:0.0625rem dotted #dcdcdc !important}.content__headline{font-size:1.75rem;line-height:2rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;display:block;font-weight:400;padding-bottom:1.5rem;padding-top:0.1875rem}@media (min-width: 46.25em){.content__headline{font-size:2.125rem;line-height:2.375rem;padding-bottom:2.25rem}}.content__headline em{font-style:normal}.content__headline strong{font-weight:normal}.content__headline--byline{font-style:italic;padding-bottom:4.5rem}.content__headline--no-margin-bottom{padding-bottom:0}.content__headline--kicker{padding-bottom:0}@media (min-width: 71.25em){.content__headline--kicker{margin-bottom:-0.375rem}}.content__headline--flagship{padding-top:0}@media (min-width: 71.25em){.content.content:not(.paid-content) .content__headline--flagship{padding-left:0.625rem;margin-left:-0.625rem;border-left:0.0625rem solid #333}}.content__head--byline-pic{overflow:hidden}.content__head--byline-pic .content__header .byline-img{bottom:0;float:right;height:9.375rem;margin-right:-1.25rem;right:-2.5rem;-webkit-shape-outside:polygon(0 8.125rem, 0 9.375rem, 11.25rem 9.375rem, 11.25rem 0, 1.25rem 0, 1.25rem 6rem);shape-outside:polygon(0 8.125rem, 0 9.375rem, 11.25rem 9.375rem, 11.25rem 0, 1.25rem 0, 1.25rem 6rem);width:auto}@media (min-width: 30em){.content__head--byline-pic .content__header .byline-img{height:11.25rem;right:12.5rem}}@media (min-width: 61.25em){.content__head--byline-pic .content__header .byline-img{-webkit-shape-outside:polygon(0 10rem, 0 11.25rem, 13.5rem 11.25rem, 13.5rem 0, 2.25rem 0, 1.5rem 7.5625rem, 0 8rem);shape-outside:polygon(0 10rem, 0 11.25rem, 13.5rem 11.25rem, 13.5rem 0, 2.25rem 0, 1.5rem 7.5625rem, 0 8rem)}}.content__head--byline-pic .byline-img__img{height:100%}.content__standfirst{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;margin-bottom:0.375rem;color:#121212;z-index:1}@media (min-width: 46.25em){.content__standfirst{font-size:1.125rem;line-height:1.375rem}}.content__standfirst>ul,.content__standfirst>ol{margin:0;padding:0;list-style:none}.content__standfirst>ul>li,.content__standfirst>ol>li{position:relative}.content__standfirst>ul *,.content__standfirst>ol *{margin-bottom:0.375rem}.content__standfirst>ol{counter-reset:li}.content__standfirst>ol>li{text-indent:1.125rem}@media (min-width: 46.25em){.content__standfirst>ol>li{text-indent:1.25rem}}.content__standfirst>ol>li:before{font-size:1.0625rem;line-height:1.25rem;position:absolute;left:-1rem;content:counter(li);counter-increment:li;color:#dcdcdc}@media (min-width: 46.25em){.content__standfirst>ol>li:before{font-size:1.25rem;line-height:1.4375rem;left:-1.25rem;top:-0.125rem}}.tonal__standfirst{position:relative}.content__dateline{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;position:relative;color:#767676;box-sizing:border-box;padding-top:0.125rem;margin-bottom:0.375rem}.content__dateline time{display:inline-block}@media (min-width: 61.25em){.content--interactive .content__dateline time{display:inline;padding-right:0.3125rem}}.content__dateline i{position:relative;top:0.0625rem}.content__dateline .relative-timestamp__icon{vertical-align:top;top:0.1875rem}.content__dateline-wpd--modified{cursor:pointer}.content__dateline-wpd--modified:hover,.content__dateline-wpd--modified:active,.content__dateline-wpd--modified:focus{text-decoration:underline}.content__dateline-lm{padding-top:0.1875rem}@media (min-width: 71.25em){.content__dateline-lm{padding-top:0.125rem}}.badge+.content__dateline{clear:left}.content__meta-container{min-height:2.25rem;position:relative;margin-bottom:0.75rem}@media (min-width: 46.25em) and (max-width: 71.24em){.content__meta-container{-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width: 71.25em){.content__meta-container{position:absolute;top:0;margin-left:-10rem;margin-bottom:1rem;width:8.75rem}}@media (min-width: 81.25em){.content__meta-container{margin-left:-15rem;width:13.75rem}}.content__meta-container .byline-img{border-radius:62.5rem;position:relative;width:3.75rem;height:3.75rem;margin:0.375rem 0;overflow:hidden;background-color:#f6f6f6;contain:paint}@media (min-width: 71.25em){.content__meta-container .byline-img{width:8.75rem;height:8.75rem;margin-right:0;margin-bottom:0.75rem}}.content__meta-container .byline-img__img{position:absolute;width:auto;height:110%;bottom:-0.375rem;left:-624.9375rem;right:-624.9375rem;margin:auto}@media (min-width: 71.25em){.content__meta-container .byline-img__img{bottom:-0.875rem}}@media (min-width: 71.25em){.content__meta-container .meta__image{border-top:0.0625rem dotted #dcdcdc}}@media (min-width: 71.25em){.content__meta-container--float{float:left;position:static}}@media (min-width: 71.25em){.content__meta-container.content__meta-container--showcase{float:left;position:static}}@media (min-width: 20em) and (max-width: 46.24em){.content__mobile-full-width{width:auto;margin-left:-0.625rem;margin-right:-0.625rem}}@media (min-width: 30em) and (max-width: 46.24em){.content__mobile-full-width{margin-left:-1.25rem;margin-right:-1.25rem}}@media (min-width: 46.25em){.content__mobile-full-width{margin-left:0;margin-right:0}}.meta__comment-count--top{display:none;float:right;margin-top:0.375rem;margin-left:0.3125rem}.byline{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;border-top:0;color:#767676;font-style:italic;min-height:0;margin-bottom:0.25rem;font-weight:normal;width:100%}@media (max-width: 41.24em){.byline{border-top:0}}.byline span[itemprop='author']{font-weight:700;font-style:normal}.content__meta-container--twitter .byline,.content__meta-container--bio .byline{min-height:0;padding-bottom:0}@media (min-width: 71.25em){.content__labels--crossword .byline{margin-top:4.9375rem;min-height:0;padding-bottom:0}}@media (min-width: 20em) and (max-width: 71.24em){.content__labels--crossword .byline{display:none}}@media (min-width: 71.25em){.crossword__links .byline{display:none}}.drop-cap{font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;float:left;display:inline-block;text-transform:uppercase;font-weight:200;box-sizing:border-box;height:3rem;padding-top:0.0625rem;margin-right:0.25rem}@media (min-width: 46.25em){.drop-cap{margin-right:0.3125rem;height:4.5rem}}.drop-cap .drop-cap__inner{font-size:3.25rem;line-height:2.5rem;display:inline-block;vertical-align:text-top}@media (min-width: 46.25em){.drop-cap .drop-cap__inner{font-size:5.25rem;line-height:4.25rem}}.commentcount{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;display:none}.commentcount i{margin-right:0.1875rem;vertical-align:-0.25rem}.content__head__comment-count .commentcount{display:block;margin-bottom:0.75rem}@media (min-width: 46.25em){.commentcount{display:block;position:absolute;right:0;top:0.5rem}.content__head .commentcount{display:none}}@media (min-width: 71.25em){.commentcount{height:2.25rem;position:static;box-sizing:border-box}.content__head__comment-count .commentcount{display:none}.content__meta-container .commentcount{display:block;padding-top:0.25rem;margin-bottom:0.75rem;border-top:0.0625rem dotted #dcdcdc}}.content__meta-heading{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;padding-top:0.25rem;padding-bottom:1rem;margin-bottom:0;border-top:0.0625rem solid #dcdcdc}.meta__extras{border-top:0.0625rem solid #dcdcdc;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0.375rem;position:relative;clear:both}.content__head--crossword .meta__extras{clear:none}.meta__social{padding-top:0.375rem}.meta__twitter,.meta__email{margin:-0.5rem 0.3125rem -0.125rem 0;display:inline}@media (max-width: 71.24em){.content__meta-container--tonal-header .meta__twitter,.content__meta-container--tonal-header .meta__email{margin-top:-0.25rem}}.meta__twitter svg,.meta__email svg{margin-top:-0.125rem;overflow:visible}.meta__twitter .button,.meta__email .button{padding-top:0.0625rem;margin-right:0;white-space:nowrap}.tonal--tone-media .meta__twitter .button,.tonal--tone-media .meta__email .button{border:0;color:#dcdcdc;background-color:#333}.tonal--tone-media .meta__twitter .button .inline-tone-fill,.tonal--tone-media .meta__email .button .inline-tone-fill{fill:#dcdcdc}.tonal--tone-media .meta__twitter .button:hover,.tonal--tone-media .meta__email .button:hover{color:#dcdcdc;background-color:#262626}@media (max-width: 71.24em){.meta__twitter .button,.meta__email .button{position:relative;margin-top:-0.1875rem;margin-bottom:-0.375rem;width:2rem;height:2rem;padding:0;border:0;background-color:transparent !important}.meta__twitter .button svg,.meta__email .button svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}}@media (min-width: 71.25em) and (max-width: 81.24em){.meta__twitter .button,.meta__email .button{max-width:8.75rem}}.meta__twitter .button--small .i-left,.meta__email .button--small .i-left{margin:0.125rem 0.25rem 0 0}@media (max-width: 71.24em){.meta__twitter .button--small .i-left,.meta__email .button--small .i-left{margin:0}}.meta__twitter .button--small svg,.meta__email .button--small svg{width:0.875rem;height:0.875rem}.meta__twitter .contact,.meta__email .contact{height:1.3125rem;display:inline-block;vertical-align:top}@media (min-width: 71.25em){.meta__twitter .contact,.meta__email .contact{margin-top:-0.0625rem}}@media (min-width: 71.25em){.meta__twitter,.meta__email{margin-top:0.625rem;margin-bottom:1.125rem;display:block}}@media (max-width: 71.24em){.meta__twitter,.meta__email{margin:0}}@media (min-width: 71.25em){.content__meta-container--email.content__meta-container--twitter .meta__email{margin-top:0.375rem}.content__meta-container--email.content__meta-container--twitter .meta__twitter{margin-bottom:0}}.meta__bio{font-size:0.875rem;line-height:1.0625rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;margin-bottom:0.75rem;padding-top:0.375rem;color:#767676}@media (max-width: 71.24em){.meta__bio{display:none}}.tonal--tone-media .meta__bio{color:#f6f6f6}.meta__author--comment .meta__bio{padding-top:0.125rem;border-top:0.0625rem dotted #dcdcdc}.content__meta-container--twitter .meta__bio,.content__meta-container--email .meta__bio{margin-bottom:0}.content__meta-container--tonal-header .meta__bio{border-top:0.0625rem dotted #dcdcdc;padding-top:0.125rem}.meta__contact-header{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;line-height:0.9375rem;color:#767676;margin-bottom:0;border-top:0.0625rem dotted #dcdcdc;padding-top:0.125rem}.content__meta-container--bio .meta__contact-header{margin-top:0.75rem}@media (max-width: 71.24em){.meta__contact-header{border:0;padding-top:0.375rem;float:left}}.related .button--show-more{display:none}.old-article-message{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;background:#ffe500;display:inline-block;color:#121212;margin-bottom:0.375rem;padding:0.1875rem 0.3125rem}.old-article-message .old-article-message--clock svg{fill:currentColor}.content__headline-standfirst-wrapper .old-article-message{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;padding:0.375rem 0.625rem;margin-top:0.375rem}@media (min-width: 30em){.content__headline-standfirst-wrapper .old-article-message{padding-left:1.25rem}}@media (min-width: 46.25em){.content__headline-standfirst-wrapper .old-article-message{margin-left:-1.25rem}}@media (min-width: 71.25em){.content__headline-standfirst-wrapper .old-article-message{margin-left:-0.625rem;margin-top:0;padding-left:0.625rem}}@media (max-width: 46.24em){.inline-expand-image{display:none}}@media (max-width: 46.24em){.content__head--article{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media (min-width: 71.25em){@supports (display: grid){.content__head--article{margin-left:-10rem;display:grid;grid-template-columns:10rem 1fr;grid-template-areas:'labels headline-standfirst' 'meta main-media'}.content--type-guardianview .content__head--article,.content--type-comment .content__head--article{grid-template-areas:'labels headline' 'meta standfirst' 'meta main-media'}.content--type-article.section-football .content__head--article,.content--type-matchreport .content__head--article{grid-template-areas:'labels headline-standfirst' '. report' 'meta main-media'}}}@media (min-width: 81.25em){@supports (display: grid){.content__head--article{margin-left:-15rem;grid-template-columns:15rem 1fr}}}@media (min-width: 71.25em){@supports (display: grid){.content__head--article .content__labels{grid-area:labels;position:relative;margin:0}}}@media (max-width: 46.24em){.content__head--article .content__headline-standfirst-wrapper{-webkit-order:1;-ms-flex-order:1;order:1}.content--type-guardianview .content__head--article .content__headline-standfirst-wrapper,.content--type-comment .content__head--article .content__headline-standfirst-wrapper{-webkit-order:0;-ms-flex-order:0;order:0}}@media (min-width: 71.25em){.content__head--article .content__headline-standfirst-wrapper{grid-area:headline-standfirst}}@media (min-width: 71.25em){.content__head--article .media-primary{grid-area:main-media}}@media (min-width: 71.25em){.content__head--article .content__header{grid-area:headline}}@media (min-width: 71.25em){.content__head--article .tonal__standfirst{grid-area:standfirst}}@media (max-width: 46.24em){.content__head--article .content__meta-container{-webkit-order:1;-ms-flex-order:1;order:1;margin-top:0}.content--type-guardianview .content__head--article .content__meta-container,.content--type-comment .content__head--article .content__meta-container{-webkit-order:0;-ms-flex-order:0;order:0}}@media (min-width: 71.25em){.content__head--article .content__meta-container{top:11.25rem}@supports (display: grid){.content__head--article .content__meta-container{grid-area:meta;position:relative !important;top:0;margin:0;-webkit-align-self:start;-ms-flex-item-align:start;align-self:start;height:0}}}.content__head--article .matchreport{grid-area:report}@media (min-width: 71.25em){.content__subhead .content__meta-container{top:0}}.paid-content{color:#121212}.paid-content .content__head{display:block;margin-left:0}@media (min-width: 71.25em){.paid-content .content__labels,.paid-content .content__meta-container{margin-left:-10rem}}@media (min-width: 81.25em){.paid-content .content__labels,.paid-content .content__meta-container{margin-left:-15rem}}@media (min-width: 71.25em){.paid-content .content__labels,.paid-content .content__meta-container{width:8.75rem}}@media (min-width: 81.25em){.paid-content .content__labels,.paid-content .content__meta-container{width:13.75rem}}@media (min-width: 71.25em){.paid-content .content__labels,.paid-content .content__meta-container{float:left}}.paid-content .content__standfirst,.paid-content .content__dateline,.paid-content .caption--main,.paid-content .caption{color:#333}.paid-content .inline-icon{fill:#333}.paid-content a{color:#121212}.paid-content .u-underline{border-color:#999}.paid-content .u-underline:hover,.paid-content .u-underline:focus{border-color:#121212}.paid-content .u-underline:active{border-color:#121212}.paid-content .element.element-pullquote .pullquote-paragraph{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#69d1ca}.paid-content a.in-body-link--immersive{color:#69d1ca}.paid-content .inline-expand-image{fill:#fff}.paid-content.content--article,.paid-content.content--interactive,.paid-content.tonal--tone-media{background-color:#dcdcdc}.paid-content.content--article .caption :not(caption--main),.paid-content.content--interactive .caption :not(caption--main),.paid-content.tonal--tone-media .caption :not(caption--main){color:#121212}.paid-content.content{border-top:0}.paid-content .content__main{padding-top:0.75rem}.paid-content .content__header{background-color:#dcdcdc}.paid-content .tone-media--item{color:#121212}.paid-content .tone-media--item .rich-link__container:before{background-color:#69d1ca}.paid-content .tone-media--item .rich-link__kicker,.paid-content .tone-media--item .rich-link__read-more-text{color:#65a897}.paid-content .tone-media--item .rich-link__arrow-icon{fill:#65a897}.paid-content .tone-news--item.rich-link{background:#dcdcdc}.paid-content .rich-link__header,.paid-content .rich-link__read-more-text{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:1.0625rem}.paid-content .rich-link__header{line-height:1.25rem}.paid-content .ad-slot__label,.paid-content .ad-slot--inline{background-color:#dcdcdc;border-top-color:#999;color:#767676}.paid-content .content__section-label{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:400}.paid-content .content__section-label .content__section-label__link{color:#121212}.paid-content .meta__extras{border-color:#999}.paid-content.tonal--tone-media .content__headline,.paid-content.tonal--tone-media .from-content-api,.paid-content.tonal--tone-media .tonal__main .tone-colour{color:#121212}.paid-content.tonal--tone-media .content__headline .inline-icon,.paid-content.tonal--tone-media .from-content-api .inline-icon,.paid-content.tonal--tone-media .tonal__main .tone-colour .inline-icon{fill:#767676}.paid-content.tonal--tone-media .most-viewed-container--media .inline-icon,.paid-content.tonal--tone-media .meta__number .inline-icon{fill:#767676}.paid-content.tonal--tone-media.content--media--video .content__head .tonal__standfirst{display:none}.paid-content.tonal--tone-media .byline,.paid-content.tonal--tone-media .meta__numbers .sharecount__heading,.paid-content.tonal--tone-media .meta__numbers .commentcount2__heading,.paid-content.tonal--tone-media .content__dateline,.paid-content.tonal--tone-media .content__series-label__link{color:#767676}.paid-content.tonal--tone-media .tonal__main--tone-media .sharecount__value,.paid-content.tonal--tone-media .tonal__main--tone-media .commentcount2__value{color:#121212}.paid-content.tonal--tone-media .byline,.paid-content.tonal--tone-media .content__dateline,.paid-content.tonal--tone-media .submeta hr,.paid-content.tonal--tone-media .commentcount,.paid-content.tonal--tone-media .meta__numbers,.paid-content.tonal--tone-media .meta__social,.paid-content.tonal--tone-media .meta__number+.meta__number{border-color:#999}.paid-content.tonal--tone-media .byline .tone-colour{color:#767676}.paid-content.tonal--tone-media .byline .tone-colour:hover{color:#121212}.paid-content.tonal--tone-media .gu-media-wrapper--audio,.paid-content.tonal--tone-media .vjs-control-bar,.paid-content.tonal--tone-media .vjs-embed-button:hover .vjs-control-text,.paid-content.tonal--tone-media .vjs-progress-holder:before{color:#333;background:#999}.paid-content.tonal--tone-media .gu-media-wrapper--audio .podcast-meta__item__link,.paid-content.tonal--tone-media .gu-media-wrapper--audio .vjs-duration,.paid-content.tonal--tone-media .vjs-control-bar .podcast-meta__item__link,.paid-content.tonal--tone-media .vjs-control-bar .vjs-duration,.paid-content.tonal--tone-media .vjs-embed-button:hover .vjs-control-text .podcast-meta__item__link,.paid-content.tonal--tone-media .vjs-embed-button:hover .vjs-control-text .vjs-duration,.paid-content.tonal--tone-media .vjs-progress-holder:before .podcast-meta__item__link,.paid-content.tonal--tone-media .vjs-progress-holder:before .vjs-duration{color:#333}.svg .paid-content.tonal--tone-media .vjs-embed-button .vjs-control-content:before{display:inline-block;background-repeat:no-repeat;background-size:contain}.svg .paid-content.tonal--tone-media .vjs-fullscreen-control .vjs-control-text:before{display:inline-block;background-repeat:no-repeat;background-size:contain}.svg .paid-content.tonal--tone-media .vjs-volume-menu-button .vjs-control-text:before{display:inline-block;background-repeat:no-repeat;background-size:contain}.paid-content.tonal--tone-media .vjs-volume-bar:before{background-color:#121212}.paid-content.tonal--tone-media .end-slate-container--video{background-color:#dcdcdc}.paid-content.tonal--tone-media .end-slate-container--video .end-slate-container__heading{color:#333}.paid-content.tonal--tone-media .end-slate-container--video .fc-item__container:before{background:#767676}.paid-content.tonal--tone-media .end-slate-container--video .fc-item__action{color:#767676}.paid-content.tonal--tone-media .save-for-later__button,.paid-content.tonal--tone-news .save-for-later__button{color:#767676}.paid-content.tonal--tone-media .save-for-later__button--save .inline-icon,.paid-content.tonal--tone-media .save-for-later__button--saved .inline-icon,.paid-content.tonal--tone-news .save-for-later__button--save .inline-icon,.paid-content.tonal--tone-news .save-for-later__button--saved .inline-icon{fill:#767676;border-color:#767676;background-color:#dcdcdc}.paid-content.tonal--tone-media .save-for-later__button--save:hover .inline-icon,.paid-content.tonal--tone-media .save-for-later__button--saved:hover .inline-icon,.paid-content.tonal--tone-news .save-for-later__button--save:hover .inline-icon,.paid-content.tonal--tone-news .save-for-later__button--saved:hover .inline-icon{fill:#dcdcdc;border-color:#767676;background-color:#767676}.paid-content.tonal--tone-media .ad-slot--dark,.paid-content.tonal--tone-news .ad-slot--dark{background-color:#dcdcdc}.svg .paid-content.content--media--audio .content__headline:before{display:inline-block;background-repeat:no-repeat;background-size:contain}.paid-content .fc-item__title svg{fill:#ffe500}.content--pillar-news:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.4375rem, rgba(171,6,19,0.5))}@media (min-width: 46.25em){.content--pillar-news:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.9375rem, rgba(171,6,19,0.5))}}.content--pillar-news:not(.paid-content).content--type-feature .content__headline,.content--pillar-news:not(.paid-content).content--type-review .content__headline,.content--pillar-news:not(.paid-content).content--type-recipe .content__headline,.content--pillar-news:not(.paid-content) .button--secondary,.content--pillar-news:not(.paid-content) .drop-cap,.content--pillar-news:not(.paid-content) .element-pullquote p,.content--pillar-news:not(.paid-content) .u-underline{color:#ab0613}.content--pillar-news:not(.paid-content) .button--primary,.content--pillar-news:not(.paid-content) .content__labels--splash:hover{background:#ab0613}.content--pillar-news:not(.paid-content) .byline,.content--pillar-news:not(.paid-content) .content--media .content__headline,.content--pillar-news:not(.paid-content) .content__label__link,.content--pillar-news:not(.paid-content) .pullquote-cite,.content--pillar-news:not(.paid-content) a{color:#c70000}.content--pillar-news:not(.paid-content) .end-slate-container a{color:#ededed}.content--pillar-news:not(.paid-content) .content__meta-container .byline-img,.content--pillar-news:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text{background:#ff4e36}.content--pillar-news:not(.paid-content) .block-share__item .inline-icon,.content--pillar-news:not(.paid-content) .commentcount2__heading span,.content--pillar-news:not(.paid-content) .inline-close svg,.content--pillar-news:not(.paid-content) .inline-triangle,.content--pillar-news:not(.paid-content) .social-icon svg,.content--pillar-news:not(.paid-content) .social-icon__svg{fill:#c70000}.content--pillar-news:not(.paid-content) .inline-garnett-quote svg,.content--pillar-news:not(.paid-content) .content__series-cta__icon{fill:#c70000}.content--pillar-news:not(.paid-content) .u-underline:hover{border-bottom:solid 0.0625rem #c70000}.content--pillar-news:not(.paid-content) .bullet::before,.content--pillar-news:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-news:not(.paid-content) .content__labels--splash,.content--pillar-news:not(.paid-content) .content__labels--panel{background-color:#c70000}.content--pillar-news:not(.paid-content) .block-share__item:focus,.content--pillar-news:not(.paid-content) .block-share__item:hover,.content--pillar-news:not(.paid-content) .social-icon:focus,.content--pillar-news:not(.paid-content) .social-icon:hover,.content--pillar-news:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-news:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#c70000;border:0.0625rem solid #c70000}.content--pillar-news:not(.paid-content) .block--content,.content--pillar-news:not(.paid-content) .block.is-summary{border-top-color:#ab0613}.content--pillar-news:not(.paid-content) .youtube-media-atom__play-button{background:#ff4e36;border-radius:100%}.content--pillar-news:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon{fill:#ff4e36}.content--pillar-news:not(.paid-content) .youtube-media-atom__bottom-bar__duration{color:#ff4e36}.content--pillar-news:not(.paid-content) .content__label-interview{background-color:#ab0613;box-shadow:0.25rem 0 0 #ab0613,-0.375rem 0 0 #ab0613}.content--pillar-news:not(.paid-content) .meta__extras--crossword .social-icon{background:#fff;border:0.0625rem solid #dcdcdc}.content--pillar-news:not(.paid-content) .meta__extras--crossword .social-icon:hover{background:#c70000;border:0.0625rem solid #c70000}.content--pillar-news:not(.paid-content) .meta__extras--crossword .social-icon svg{fill:#c70000}.content--pillar-news:not(.paid-content) .meta__extras--crossword .social-icon svg:hover{fill:#fff}.content--pillar-opinion:not(.paid-content).content--type-analysis .content__headline,.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.4375rem, rgba(224,94,0,0.5))}@media (min-width: 46.25em){.content--pillar-opinion:not(.paid-content).content--type-analysis .content__headline,.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.9375rem, rgba(224,94,0,0.5))}}.content--pillar-opinion:not(.paid-content).content--type-feature .content__headline,.content--pillar-opinion:not(.paid-content).content--type-review .content__headline,.content--pillar-opinion:not(.paid-content).content--type-recipe .content__headline,.content--pillar-opinion:not(.paid-content) .button--secondary,.content--pillar-opinion:not(.paid-content) .drop-cap,.content--pillar-opinion:not(.paid-content) .element-pullquote p,.content--pillar-opinion:not(.paid-content) .u-underline,.content--type-comment:not(.paid-content).content--type-feature .content__headline,.content--type-comment:not(.paid-content).content--type-review .content__headline,.content--type-comment:not(.paid-content).content--type-recipe .content__headline,.content--type-comment:not(.paid-content) .button--secondary,.content--type-comment:not(.paid-content) .drop-cap,.content--type-comment:not(.paid-content) .element-pullquote p,.content--type-comment:not(.paid-content) .u-underline,.content--type-guardianview:not(.paid-content).content--type-feature .content__headline,.content--type-guardianview:not(.paid-content).content--type-review .content__headline,.content--type-guardianview:not(.paid-content).content--type-recipe .content__headline,.content--type-guardianview:not(.paid-content) .button--secondary,.content--type-guardianview:not(.paid-content) .drop-cap,.content--type-guardianview:not(.paid-content) .element-pullquote p,.content--type-guardianview:not(.paid-content) .u-underline{color:#e05e00}.content--pillar-opinion:not(.paid-content) .button--primary,.content--pillar-opinion:not(.paid-content) .content__labels--splash:hover,.content--type-comment:not(.paid-content) .button--primary,.content--type-comment:not(.paid-content) .content__labels--splash:hover,.content--type-guardianview:not(.paid-content) .button--primary,.content--type-guardianview:not(.paid-content) .content__labels--splash:hover{background:#e05e00}.content--pillar-opinion:not(.paid-content) .byline,.content--pillar-opinion:not(.paid-content) .content--media .content__headline,.content--pillar-opinion:not(.paid-content) .content__label__link,.content--pillar-opinion:not(.paid-content) .pullquote-cite,.content--pillar-opinion:not(.paid-content) a,.content--type-comment:not(.paid-content) .byline,.content--type-comment:not(.paid-content) .content--media .content__headline,.content--type-comment:not(.paid-content) .content__label__link,.content--type-comment:not(.paid-content) .pullquote-cite,.content--type-comment:not(.paid-content) a,.content--type-guardianview:not(.paid-content) .byline,.content--type-guardianview:not(.paid-content) .content--media .content__headline,.content--type-guardianview:not(.paid-content) .content__label__link,.content--type-guardianview:not(.paid-content) .pullquote-cite,.content--type-guardianview:not(.paid-content) a{color:#e05e00}.content--pillar-opinion:not(.paid-content) .end-slate-container a,.content--type-comment:not(.paid-content) .end-slate-container a,.content--type-guardianview:not(.paid-content) .end-slate-container a{color:#ededed}.content--pillar-opinion:not(.paid-content) .content__meta-container .byline-img,.content--pillar-opinion:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--type-comment:not(.paid-content) .content__meta-container .byline-img,.content--type-comment:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--type-guardianview:not(.paid-content) .content__meta-container .byline-img,.content--type-guardianview:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text{background:#ff7f0f}.content--pillar-opinion:not(.paid-content) .block-share__item .inline-icon,.content--pillar-opinion:not(.paid-content) .commentcount2__heading span,.content--pillar-opinion:not(.paid-content) .inline-close svg,.content--pillar-opinion:not(.paid-content) .inline-triangle,.content--pillar-opinion:not(.paid-content) .social-icon svg,.content--pillar-opinion:not(.paid-content) .social-icon__svg,.content--type-comment:not(.paid-content) .block-share__item .inline-icon,.content--type-comment:not(.paid-content) .commentcount2__heading span,.content--type-comment:not(.paid-content) .inline-close svg,.content--type-comment:not(.paid-content) .inline-triangle,.content--type-comment:not(.paid-content) .social-icon svg,.content--type-comment:not(.paid-content) .social-icon__svg,.content--type-guardianview:not(.paid-content) .block-share__item .inline-icon,.content--type-guardianview:not(.paid-content) .commentcount2__heading span,.content--type-guardianview:not(.paid-content) .inline-close svg,.content--type-guardianview:not(.paid-content) .inline-triangle,.content--type-guardianview:not(.paid-content) .social-icon svg,.content--type-guardianview:not(.paid-content) .social-icon__svg{fill:#e05e00}.content--pillar-opinion:not(.paid-content) .inline-garnett-quote svg,.content--pillar-opinion:not(.paid-content) .content__series-cta__icon,.content--type-comment:not(.paid-content) .inline-garnett-quote svg,.content--type-comment:not(.paid-content) .content__series-cta__icon,.content--type-guardianview:not(.paid-content) .inline-garnett-quote svg,.content--type-guardianview:not(.paid-content) .content__series-cta__icon{fill:#e05e00}.content--pillar-opinion:not(.paid-content) .u-underline:hover,.content--type-comment:not(.paid-content) .u-underline:hover,.content--type-guardianview:not(.paid-content) .u-underline:hover{border-bottom:solid 0.0625rem #e05e00}.content--pillar-opinion:not(.paid-content) .bullet::before,.content--pillar-opinion:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-opinion:not(.paid-content) .content__labels--splash,.content--pillar-opinion:not(.paid-content) .content__labels--panel,.content--type-comment:not(.paid-content) .bullet::before,.content--type-comment:not(.paid-content) .content__headline-splash-wrapper,.content--type-comment:not(.paid-content) .content__labels--splash,.content--type-comment:not(.paid-content) .content__labels--panel,.content--type-guardianview:not(.paid-content) .bullet::before,.content--type-guardianview:not(.paid-content) .content__headline-splash-wrapper,.content--type-guardianview:not(.paid-content) .content__labels--splash,.content--type-guardianview:not(.paid-content) .content__labels--panel{background-color:#e05e00}.content--pillar-opinion:not(.paid-content) .block-share__item:focus,.content--pillar-opinion:not(.paid-content) .block-share__item:hover,.content--pillar-opinion:not(.paid-content) .social-icon:focus,.content--pillar-opinion:not(.paid-content) .social-icon:hover,.content--pillar-opinion:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-opinion:not(.paid-content) .social-icon.social-icon--more:hover,.content--type-comment:not(.paid-content) .block-share__item:focus,.content--type-comment:not(.paid-content) .block-share__item:hover,.content--type-comment:not(.paid-content) .social-icon:focus,.content--type-comment:not(.paid-content) .social-icon:hover,.content--type-comment:not(.paid-content) .social-icon.social-icon--more:focus,.content--type-comment:not(.paid-content) .social-icon.social-icon--more:hover,.content--type-guardianview:not(.paid-content) .block-share__item:focus,.content--type-guardianview:not(.paid-content) .block-share__item:hover,.content--type-guardianview:not(.paid-content) .social-icon:focus,.content--type-guardianview:not(.paid-content) .social-icon:hover,.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:focus,.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#e05e00;border:0.0625rem solid #e05e00}.content--pillar-opinion:not(.paid-content) .block--content,.content--pillar-opinion:not(.paid-content) .block.is-summary,.content--type-comment:not(.paid-content) .block--content,.content--type-comment:not(.paid-content) .block.is-summary,.content--type-guardianview:not(.paid-content) .block--content,.content--type-guardianview:not(.paid-content) .block.is-summary{border-top-color:#e05e00}.content--pillar-opinion:not(.paid-content) .youtube-media-atom__play-button,.content--type-comment:not(.paid-content) .youtube-media-atom__play-button,.content--type-guardianview:not(.paid-content) .youtube-media-atom__play-button{background:#ff7f0f;border-radius:100%}.content--pillar-opinion:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--type-comment:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--type-guardianview:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon{fill:#ff7f0f}.content--pillar-opinion:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--type-comment:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--type-guardianview:not(.paid-content) .youtube-media-atom__bottom-bar__duration{color:#ff7f0f}.content--pillar-opinion:not(.paid-content) .content__label-interview,.content--type-comment:not(.paid-content) .content__label-interview,.content--type-guardianview:not(.paid-content) .content__label-interview{background-color:#e05e00;box-shadow:0.25rem 0 0 #e05e00,-0.375rem 0 0 #e05e00}.content--pillar-opinion:not(.paid-content) .meta__extras--crossword .social-icon,.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon,.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon{background:#fff;border:0.0625rem solid #dcdcdc}.content--pillar-opinion:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon:hover{background:#e05e00;border:0.0625rem solid #e05e00}.content--pillar-opinion:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg{fill:#e05e00}.content--pillar-opinion:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg:hover{fill:#fff}.content--pillar-arts.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--pillar-arts.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline,.content--pillar-arts:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.4375rem, rgba(107,88,64,0.5))}@media (min-width: 46.25em){.content--pillar-arts.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--pillar-arts.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline,.content--pillar-arts:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.9375rem, rgba(107,88,64,0.5))}}.content--pillar-arts.content--type-comment:not(.paid-content).content--type-feature .content__headline,.content--pillar-arts.content--type-comment:not(.paid-content).content--type-review .content__headline,.content--pillar-arts.content--type-comment:not(.paid-content).content--type-recipe .content__headline,.content--pillar-arts.content--type-comment:not(.paid-content) .button--secondary,.content--pillar-arts.content--type-comment:not(.paid-content) .drop-cap,.content--pillar-arts.content--type-comment:not(.paid-content) .element-pullquote p,.content--pillar-arts.content--type-comment:not(.paid-content) .u-underline,.content--pillar-arts.content--type-guardianview:not(.paid-content).content--type-feature .content__headline,.content--pillar-arts.content--type-guardianview:not(.paid-content).content--type-review .content__headline,.content--pillar-arts.content--type-guardianview:not(.paid-content).content--type-recipe .content__headline,.content--pillar-arts.content--type-guardianview:not(.paid-content) .button--secondary,.content--pillar-arts.content--type-guardianview:not(.paid-content) .drop-cap,.content--pillar-arts.content--type-guardianview:not(.paid-content) .element-pullquote p,.content--pillar-arts.content--type-guardianview:not(.paid-content) .u-underline,.content--pillar-arts:not(.paid-content).content--type-feature .content__headline,.content--pillar-arts:not(.paid-content).content--type-review .content__headline,.content--pillar-arts:not(.paid-content).content--type-recipe .content__headline,.content--pillar-arts:not(.paid-content) .button--secondary,.content--pillar-arts:not(.paid-content) .drop-cap,.content--pillar-arts:not(.paid-content) .element-pullquote p,.content--pillar-arts:not(.paid-content) .u-underline{color:#6b5840}.content--pillar-arts.content--type-comment:not(.paid-content) .button--primary,.content--pillar-arts.content--type-comment:not(.paid-content) .content__labels--splash:hover,.content--pillar-arts.content--type-guardianview:not(.paid-content) .button--primary,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content__labels--splash:hover,.content--pillar-arts:not(.paid-content) .button--primary,.content--pillar-arts:not(.paid-content) .content__labels--splash:hover{background:#6b5840}.content--pillar-arts.content--type-comment:not(.paid-content) .byline,.content--pillar-arts.content--type-comment:not(.paid-content) .content--media .content__headline,.content--pillar-arts.content--type-comment:not(.paid-content) .content__label__link,.content--pillar-arts.content--type-comment:not(.paid-content) .pullquote-cite,.content--pillar-arts.content--type-comment:not(.paid-content) a,.content--pillar-arts.content--type-guardianview:not(.paid-content) .byline,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content--media .content__headline,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content__label__link,.content--pillar-arts.content--type-guardianview:not(.paid-content) .pullquote-cite,.content--pillar-arts.content--type-guardianview:not(.paid-content) a,.content--pillar-arts:not(.paid-content) .byline,.content--pillar-arts:not(.paid-content) .content--media .content__headline,.content--pillar-arts:not(.paid-content) .content__label__link,.content--pillar-arts:not(.paid-content) .pullquote-cite,.content--pillar-arts:not(.paid-content) a{color:#a1845c}.content--pillar-arts.content--type-comment:not(.paid-content) .end-slate-container a,.content--pillar-arts.content--type-guardianview:not(.paid-content) .end-slate-container a,.content--pillar-arts:not(.paid-content) .end-slate-container a{color:#ededed}.content--pillar-arts.content--type-comment:not(.paid-content) .content__meta-container .byline-img,.content--pillar-arts.content--type-comment:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content__meta-container .byline-img,.content--pillar-arts.content--type-guardianview:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--pillar-arts:not(.paid-content) .content__meta-container .byline-img,.content--pillar-arts:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text{background:#eacca0}.content--pillar-arts.content--type-comment:not(.paid-content) .block-share__item .inline-icon,.content--pillar-arts.content--type-comment:not(.paid-content) .commentcount2__heading span,.content--pillar-arts.content--type-comment:not(.paid-content) .inline-close svg,.content--pillar-arts.content--type-comment:not(.paid-content) .inline-triangle,.content--pillar-arts.content--type-comment:not(.paid-content) .social-icon svg,.content--pillar-arts.content--type-comment:not(.paid-content) .social-icon__svg,.content--pillar-arts.content--type-guardianview:not(.paid-content) .block-share__item .inline-icon,.content--pillar-arts.content--type-guardianview:not(.paid-content) .commentcount2__heading span,.content--pillar-arts.content--type-guardianview:not(.paid-content) .inline-close svg,.content--pillar-arts.content--type-guardianview:not(.paid-content) .inline-triangle,.content--pillar-arts.content--type-guardianview:not(.paid-content) .social-icon svg,.content--pillar-arts.content--type-guardianview:not(.paid-content) .social-icon__svg,.content--pillar-arts:not(.paid-content) .block-share__item .inline-icon,.content--pillar-arts:not(.paid-content) .commentcount2__heading span,.content--pillar-arts:not(.paid-content) .inline-close svg,.content--pillar-arts:not(.paid-content) .inline-triangle,.content--pillar-arts:not(.paid-content) .social-icon svg,.content--pillar-arts:not(.paid-content) .social-icon__svg{fill:#a1845c}.content--pillar-arts.content--type-comment:not(.paid-content) .inline-garnett-quote svg,.content--pillar-arts.content--type-comment:not(.paid-content) .content__series-cta__icon,.content--pillar-arts.content--type-guardianview:not(.paid-content) .inline-garnett-quote svg,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content__series-cta__icon,.content--pillar-arts:not(.paid-content) .inline-garnett-quote svg,.content--pillar-arts:not(.paid-content) .content__series-cta__icon{fill:#a1845c}.content--pillar-arts.content--type-comment:not(.paid-content) .u-underline:hover,.content--pillar-arts.content--type-guardianview:not(.paid-content) .u-underline:hover,.content--pillar-arts:not(.paid-content) .u-underline:hover{border-bottom:solid 0.0625rem #a1845c}.content--pillar-arts.content--type-comment:not(.paid-content) .bullet::before,.content--pillar-arts.content--type-comment:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-arts.content--type-comment:not(.paid-content) .content__labels--splash,.content--pillar-arts.content--type-comment:not(.paid-content) .content__labels--panel,.content--pillar-arts.content--type-guardianview:not(.paid-content) .bullet::before,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content__labels--splash,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content__labels--panel,.content--pillar-arts:not(.paid-content) .bullet::before,.content--pillar-arts:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-arts:not(.paid-content) .content__labels--splash,.content--pillar-arts:not(.paid-content) .content__labels--panel{background-color:#a1845c}.content--pillar-arts.content--type-comment:not(.paid-content) .block-share__item:focus,.content--pillar-arts.content--type-comment:not(.paid-content) .block-share__item:hover,.content--pillar-arts.content--type-comment:not(.paid-content) .social-icon:focus,.content--pillar-arts.content--type-comment:not(.paid-content) .social-icon:hover,.content--pillar-arts.content--type-comment:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-arts.content--type-comment:not(.paid-content) .social-icon.social-icon--more:hover,.content--pillar-arts.content--type-guardianview:not(.paid-content) .block-share__item:focus,.content--pillar-arts.content--type-guardianview:not(.paid-content) .block-share__item:hover,.content--pillar-arts.content--type-guardianview:not(.paid-content) .social-icon:focus,.content--pillar-arts.content--type-guardianview:not(.paid-content) .social-icon:hover,.content--pillar-arts.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-arts.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:hover,.content--pillar-arts:not(.paid-content) .block-share__item:focus,.content--pillar-arts:not(.paid-content) .block-share__item:hover,.content--pillar-arts:not(.paid-content) .social-icon:focus,.content--pillar-arts:not(.paid-content) .social-icon:hover,.content--pillar-arts:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-arts:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#a1845c;border:0.0625rem solid #a1845c}.content--pillar-arts.content--type-comment:not(.paid-content) .block--content,.content--pillar-arts.content--type-comment:not(.paid-content) .block.is-summary,.content--pillar-arts.content--type-guardianview:not(.paid-content) .block--content,.content--pillar-arts.content--type-guardianview:not(.paid-content) .block.is-summary,.content--pillar-arts:not(.paid-content) .block--content,.content--pillar-arts:not(.paid-content) .block.is-summary{border-top-color:#6b5840}.content--pillar-arts.content--type-comment:not(.paid-content) .youtube-media-atom__play-button,.content--pillar-arts.content--type-guardianview:not(.paid-content) .youtube-media-atom__play-button,.content--pillar-arts:not(.paid-content) .youtube-media-atom__play-button{background:#eacca0;border-radius:100%}.content--pillar-arts.content--type-comment:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--pillar-arts.content--type-guardianview:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--pillar-arts:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon{fill:#eacca0}.content--pillar-arts.content--type-comment:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--pillar-arts.content--type-guardianview:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--pillar-arts:not(.paid-content) .youtube-media-atom__bottom-bar__duration{color:#eacca0}.content--pillar-arts.content--type-comment:not(.paid-content) .content__label-interview,.content--pillar-arts.content--type-guardianview:not(.paid-content) .content__label-interview,.content--pillar-arts:not(.paid-content) .content__label-interview{background-color:#6b5840;box-shadow:0.25rem 0 0 #6b5840,-0.375rem 0 0 #6b5840}.content--pillar-arts.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon,.content--pillar-arts.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon,.content--pillar-arts:not(.paid-content) .meta__extras--crossword .social-icon{background:#fff;border:0.0625rem solid #dcdcdc}.content--pillar-arts.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--pillar-arts.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--pillar-arts:not(.paid-content) .meta__extras--crossword .social-icon:hover{background:#a1845c;border:0.0625rem solid #a1845c}.content--pillar-arts.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--pillar-arts.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--pillar-arts:not(.paid-content) .meta__extras--crossword .social-icon svg{fill:#a1845c}.content--pillar-arts.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--pillar-arts.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--pillar-arts:not(.paid-content) .meta__extras--crossword .social-icon svg:hover{fill:#fff}.content--pillar-lifestyle.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline,.content--pillar-lifestyle:not(.paid-content).content--type-analysis .content__headline,.content__head--crossword.content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.4375rem, rgba(125,0,104,0.5))}@media (min-width: 46.25em){.content--pillar-lifestyle.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline,.content--pillar-lifestyle:not(.paid-content).content--type-analysis .content__headline,.content__head--crossword.content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.9375rem, rgba(125,0,104,0.5))}}.content--pillar-lifestyle.content--type-comment:not(.paid-content).content--type-feature .content__headline,.content--pillar-lifestyle.content--type-comment:not(.paid-content).content--type-review .content__headline,.content--pillar-lifestyle.content--type-comment:not(.paid-content).content--type-recipe .content__headline,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .button--secondary,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .drop-cap,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .element-pullquote p,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .u-underline,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content).content--type-feature .content__headline,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content).content--type-review .content__headline,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content).content--type-recipe .content__headline,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .button--secondary,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .drop-cap,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .element-pullquote p,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .u-underline,.content--pillar-lifestyle:not(.paid-content).content--type-feature .content__headline,.content--pillar-lifestyle:not(.paid-content).content--type-review .content__headline,.content--pillar-lifestyle:not(.paid-content).content--type-recipe .content__headline,.content--pillar-lifestyle:not(.paid-content) .button--secondary,.content--pillar-lifestyle:not(.paid-content) .drop-cap,.content--pillar-lifestyle:not(.paid-content) .element-pullquote p,.content--pillar-lifestyle:not(.paid-content) .u-underline,.content__head--crossword.content--type-feature .content__headline,.content__head--crossword.content--type-review .content__headline,.content__head--crossword.content--type-recipe .content__headline,.content__head--crossword .button--secondary,.content__head--crossword .drop-cap,.content__head--crossword .element-pullquote p,.content__head--crossword .u-underline{color:#7d0068}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .button--primary,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content__labels--splash:hover,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .button--primary,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content__labels--splash:hover,.content--pillar-lifestyle:not(.paid-content) .button--primary,.content--pillar-lifestyle:not(.paid-content) .content__labels--splash:hover,.content__head--crossword .button--primary,.content__head--crossword .content__labels--splash:hover{background:#7d0068}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .byline,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content--media .content__headline,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content__label__link,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .pullquote-cite,.content--pillar-lifestyle.content--type-comment:not(.paid-content) a,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .byline,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content--media .content__headline,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content__label__link,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .pullquote-cite,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) a,.content--pillar-lifestyle:not(.paid-content) .byline,.content--pillar-lifestyle:not(.paid-content) .content--media .content__headline,.content--pillar-lifestyle:not(.paid-content) .content__label__link,.content--pillar-lifestyle:not(.paid-content) .pullquote-cite,.content--pillar-lifestyle:not(.paid-content) a,.content__head--crossword .byline,.content__head--crossword .content--media .content__headline,.content__head--crossword .content__label__link,.content__head--crossword .pullquote-cite,.content__head--crossword a{color:#bb3b80}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .end-slate-container a,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .end-slate-container a,.content--pillar-lifestyle:not(.paid-content) .end-slate-container a,.content__head--crossword .end-slate-container a{color:#ededed}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content__meta-container .byline-img,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content__meta-container .byline-img,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--pillar-lifestyle:not(.paid-content) .content__meta-container .byline-img,.content--pillar-lifestyle:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content__head--crossword .content__meta-container .byline-img,.content__head--crossword .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text{background:#ffabdb}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .block-share__item .inline-icon,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .commentcount2__heading span,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .inline-close svg,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .inline-triangle,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .social-icon svg,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .social-icon__svg,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .block-share__item .inline-icon,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .commentcount2__heading span,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .inline-close svg,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .inline-triangle,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .social-icon svg,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .social-icon__svg,.content--pillar-lifestyle:not(.paid-content) .block-share__item .inline-icon,.content--pillar-lifestyle:not(.paid-content) .commentcount2__heading span,.content--pillar-lifestyle:not(.paid-content) .inline-close svg,.content--pillar-lifestyle:not(.paid-content) .inline-triangle,.content--pillar-lifestyle:not(.paid-content) .social-icon svg,.content--pillar-lifestyle:not(.paid-content) .social-icon__svg,.content__head--crossword .block-share__item .inline-icon,.content__head--crossword .commentcount2__heading span,.content__head--crossword .inline-close svg,.content__head--crossword .inline-triangle,.content__head--crossword .social-icon svg,.content__head--crossword .social-icon__svg{fill:#bb3b80}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .inline-garnett-quote svg,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content__series-cta__icon,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .inline-garnett-quote svg,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content__series-cta__icon,.content--pillar-lifestyle:not(.paid-content) .inline-garnett-quote svg,.content--pillar-lifestyle:not(.paid-content) .content__series-cta__icon,.content__head--crossword .inline-garnett-quote svg,.content__head--crossword .content__series-cta__icon{fill:#bb3b80}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .u-underline:hover,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .u-underline:hover,.content--pillar-lifestyle:not(.paid-content) .u-underline:hover,.content__head--crossword .u-underline:hover{border-bottom:solid 0.0625rem #bb3b80}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .bullet::before,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content__labels--splash,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content__labels--panel,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .bullet::before,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content__labels--splash,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content__labels--panel,.content--pillar-lifestyle:not(.paid-content) .bullet::before,.content--pillar-lifestyle:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-lifestyle:not(.paid-content) .content__labels--splash,.content--pillar-lifestyle:not(.paid-content) .content__labels--panel,.content__head--crossword .bullet::before,.content__head--crossword .content__headline-splash-wrapper,.content__head--crossword .content__labels--splash,.content__head--crossword .content__labels--panel{background-color:#bb3b80}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .block-share__item:focus,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .block-share__item:hover,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .social-icon:focus,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .social-icon:hover,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .social-icon.social-icon--more:hover,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .block-share__item:focus,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .block-share__item:hover,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .social-icon:focus,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .social-icon:hover,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:hover,.content--pillar-lifestyle:not(.paid-content) .block-share__item:focus,.content--pillar-lifestyle:not(.paid-content) .block-share__item:hover,.content--pillar-lifestyle:not(.paid-content) .social-icon:focus,.content--pillar-lifestyle:not(.paid-content) .social-icon:hover,.content--pillar-lifestyle:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-lifestyle:not(.paid-content) .social-icon.social-icon--more:hover,.content__head--crossword .block-share__item:focus,.content__head--crossword .block-share__item:hover,.content__head--crossword .social-icon:focus,.content__head--crossword .social-icon:hover,.content__head--crossword .social-icon.social-icon--more:focus,.content__head--crossword .social-icon.social-icon--more:hover{background-color:#bb3b80;border:0.0625rem solid #bb3b80}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .block--content,.content--pillar-lifestyle.content--type-comment:not(.paid-content) .block.is-summary,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .block--content,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .block.is-summary,.content--pillar-lifestyle:not(.paid-content) .block--content,.content--pillar-lifestyle:not(.paid-content) .block.is-summary,.content__head--crossword .block--content,.content__head--crossword .block.is-summary{border-top-color:#7d0068}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .youtube-media-atom__play-button,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .youtube-media-atom__play-button,.content--pillar-lifestyle:not(.paid-content) .youtube-media-atom__play-button,.content__head--crossword .youtube-media-atom__play-button{background:#ffabdb;border-radius:100%}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--pillar-lifestyle:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content__head--crossword .fc-item--media .fc-item__title .inline-video-icon{fill:#ffabdb}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--pillar-lifestyle:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content__head--crossword .youtube-media-atom__bottom-bar__duration{color:#ffabdb}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .content__label-interview,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .content__label-interview,.content--pillar-lifestyle:not(.paid-content) .content__label-interview,.content__head--crossword .content__label-interview{background-color:#7d0068;box-shadow:0.25rem 0 0 #7d0068,-0.375rem 0 0 #7d0068}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon,.content--pillar-lifestyle:not(.paid-content) .meta__extras--crossword .social-icon,.content__head--crossword .meta__extras--crossword .social-icon{background:#fff;border:0.0625rem solid #dcdcdc}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--pillar-lifestyle:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content__head--crossword .meta__extras--crossword .social-icon:hover{background:#bb3b80;border:0.0625rem solid #bb3b80}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--pillar-lifestyle:not(.paid-content) .meta__extras--crossword .social-icon svg,.content__head--crossword .meta__extras--crossword .social-icon svg{fill:#bb3b80}.content--pillar-lifestyle.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--pillar-lifestyle.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--pillar-lifestyle:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content__head--crossword .meta__extras--crossword .social-icon svg:hover{fill:#fff}.content--pillar-sport.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--pillar-sport.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline,.content--pillar-sport:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.4375rem, rgba(0,86,137,0.5))}@media (min-width: 46.25em){.content--pillar-sport.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--pillar-sport.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline,.content--pillar-sport:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.9375rem, rgba(0,86,137,0.5))}}.content--pillar-sport.content--type-comment:not(.paid-content).content--type-feature .content__headline,.content--pillar-sport.content--type-comment:not(.paid-content).content--type-review .content__headline,.content--pillar-sport.content--type-comment:not(.paid-content).content--type-recipe .content__headline,.content--pillar-sport.content--type-comment:not(.paid-content) .button--secondary,.content--pillar-sport.content--type-comment:not(.paid-content) .drop-cap,.content--pillar-sport.content--type-comment:not(.paid-content) .element-pullquote p,.content--pillar-sport.content--type-comment:not(.paid-content) .u-underline,.content--pillar-sport.content--type-guardianview:not(.paid-content).content--type-feature .content__headline,.content--pillar-sport.content--type-guardianview:not(.paid-content).content--type-review .content__headline,.content--pillar-sport.content--type-guardianview:not(.paid-content).content--type-recipe .content__headline,.content--pillar-sport.content--type-guardianview:not(.paid-content) .button--secondary,.content--pillar-sport.content--type-guardianview:not(.paid-content) .drop-cap,.content--pillar-sport.content--type-guardianview:not(.paid-content) .element-pullquote p,.content--pillar-sport.content--type-guardianview:not(.paid-content) .u-underline,.content--pillar-sport:not(.paid-content).content--type-feature .content__headline,.content--pillar-sport:not(.paid-content).content--type-review .content__headline,.content--pillar-sport:not(.paid-content).content--type-recipe .content__headline,.content--pillar-sport:not(.paid-content) .button--secondary,.content--pillar-sport:not(.paid-content) .drop-cap,.content--pillar-sport:not(.paid-content) .element-pullquote p,.content--pillar-sport:not(.paid-content) .u-underline{color:#005689}.content--pillar-sport.content--type-comment:not(.paid-content) .button--primary,.content--pillar-sport.content--type-comment:not(.paid-content) .content__labels--splash:hover,.content--pillar-sport.content--type-guardianview:not(.paid-content) .button--primary,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content__labels--splash:hover,.content--pillar-sport:not(.paid-content) .button--primary,.content--pillar-sport:not(.paid-content) .content__labels--splash:hover{background:#005689}.content--pillar-sport.content--type-comment:not(.paid-content) .byline,.content--pillar-sport.content--type-comment:not(.paid-content) .content--media .content__headline,.content--pillar-sport.content--type-comment:not(.paid-content) .content__label__link,.content--pillar-sport.content--type-comment:not(.paid-content) .pullquote-cite,.content--pillar-sport.content--type-comment:not(.paid-content) a,.content--pillar-sport.content--type-guardianview:not(.paid-content) .byline,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content--media .content__headline,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content__label__link,.content--pillar-sport.content--type-guardianview:not(.paid-content) .pullquote-cite,.content--pillar-sport.content--type-guardianview:not(.paid-content) a,.content--pillar-sport:not(.paid-content) .byline,.content--pillar-sport:not(.paid-content) .content--media .content__headline,.content--pillar-sport:not(.paid-content) .content__label__link,.content--pillar-sport:not(.paid-content) .pullquote-cite,.content--pillar-sport:not(.paid-content) a{color:#0084c6}.content--pillar-sport.content--type-comment:not(.paid-content) .end-slate-container a,.content--pillar-sport.content--type-guardianview:not(.paid-content) .end-slate-container a,.content--pillar-sport:not(.paid-content) .end-slate-container a{color:#ededed}.content--pillar-sport.content--type-comment:not(.paid-content) .content__meta-container .byline-img,.content--pillar-sport.content--type-comment:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content__meta-container .byline-img,.content--pillar-sport.content--type-guardianview:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--pillar-sport:not(.paid-content) .content__meta-container .byline-img,.content--pillar-sport:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text{background:#00b2ff}.content--pillar-sport.content--type-comment:not(.paid-content) .block-share__item .inline-icon,.content--pillar-sport.content--type-comment:not(.paid-content) .commentcount2__heading span,.content--pillar-sport.content--type-comment:not(.paid-content) .inline-close svg,.content--pillar-sport.content--type-comment:not(.paid-content) .inline-triangle,.content--pillar-sport.content--type-comment:not(.paid-content) .social-icon svg,.content--pillar-sport.content--type-comment:not(.paid-content) .social-icon__svg,.content--pillar-sport.content--type-guardianview:not(.paid-content) .block-share__item .inline-icon,.content--pillar-sport.content--type-guardianview:not(.paid-content) .commentcount2__heading span,.content--pillar-sport.content--type-guardianview:not(.paid-content) .inline-close svg,.content--pillar-sport.content--type-guardianview:not(.paid-content) .inline-triangle,.content--pillar-sport.content--type-guardianview:not(.paid-content) .social-icon svg,.content--pillar-sport.content--type-guardianview:not(.paid-content) .social-icon__svg,.content--pillar-sport:not(.paid-content) .block-share__item .inline-icon,.content--pillar-sport:not(.paid-content) .commentcount2__heading span,.content--pillar-sport:not(.paid-content) .inline-close svg,.content--pillar-sport:not(.paid-content) .inline-triangle,.content--pillar-sport:not(.paid-content) .social-icon svg,.content--pillar-sport:not(.paid-content) .social-icon__svg{fill:#0084c6}.content--pillar-sport.content--type-comment:not(.paid-content) .inline-garnett-quote svg,.content--pillar-sport.content--type-comment:not(.paid-content) .content__series-cta__icon,.content--pillar-sport.content--type-guardianview:not(.paid-content) .inline-garnett-quote svg,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content__series-cta__icon,.content--pillar-sport:not(.paid-content) .inline-garnett-quote svg,.content--pillar-sport:not(.paid-content) .content__series-cta__icon{fill:#0084c6}.content--pillar-sport.content--type-comment:not(.paid-content) .u-underline:hover,.content--pillar-sport.content--type-guardianview:not(.paid-content) .u-underline:hover,.content--pillar-sport:not(.paid-content) .u-underline:hover{border-bottom:solid 0.0625rem #0084c6}.content--pillar-sport.content--type-comment:not(.paid-content) .bullet::before,.content--pillar-sport.content--type-comment:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-sport.content--type-comment:not(.paid-content) .content__labels--splash,.content--pillar-sport.content--type-comment:not(.paid-content) .content__labels--panel,.content--pillar-sport.content--type-guardianview:not(.paid-content) .bullet::before,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content__labels--splash,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content__labels--panel,.content--pillar-sport:not(.paid-content) .bullet::before,.content--pillar-sport:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-sport:not(.paid-content) .content__labels--splash,.content--pillar-sport:not(.paid-content) .content__labels--panel{background-color:#0084c6}.content--pillar-sport.content--type-comment:not(.paid-content) .block-share__item:focus,.content--pillar-sport.content--type-comment:not(.paid-content) .block-share__item:hover,.content--pillar-sport.content--type-comment:not(.paid-content) .social-icon:focus,.content--pillar-sport.content--type-comment:not(.paid-content) .social-icon:hover,.content--pillar-sport.content--type-comment:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-sport.content--type-comment:not(.paid-content) .social-icon.social-icon--more:hover,.content--pillar-sport.content--type-guardianview:not(.paid-content) .block-share__item:focus,.content--pillar-sport.content--type-guardianview:not(.paid-content) .block-share__item:hover,.content--pillar-sport.content--type-guardianview:not(.paid-content) .social-icon:focus,.content--pillar-sport.content--type-guardianview:not(.paid-content) .social-icon:hover,.content--pillar-sport.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-sport.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:hover,.content--pillar-sport:not(.paid-content) .block-share__item:focus,.content--pillar-sport:not(.paid-content) .block-share__item:hover,.content--pillar-sport:not(.paid-content) .social-icon:focus,.content--pillar-sport:not(.paid-content) .social-icon:hover,.content--pillar-sport:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-sport:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#0084c6;border:0.0625rem solid #0084c6}.content--pillar-sport.content--type-comment:not(.paid-content) .block--content,.content--pillar-sport.content--type-comment:not(.paid-content) .block.is-summary,.content--pillar-sport.content--type-guardianview:not(.paid-content) .block--content,.content--pillar-sport.content--type-guardianview:not(.paid-content) .block.is-summary,.content--pillar-sport:not(.paid-content) .block--content,.content--pillar-sport:not(.paid-content) .block.is-summary{border-top-color:#005689}.content--pillar-sport.content--type-comment:not(.paid-content) .youtube-media-atom__play-button,.content--pillar-sport.content--type-guardianview:not(.paid-content) .youtube-media-atom__play-button,.content--pillar-sport:not(.paid-content) .youtube-media-atom__play-button{background:#00b2ff;border-radius:100%}.content--pillar-sport.content--type-comment:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--pillar-sport.content--type-guardianview:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--pillar-sport:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon{fill:#00b2ff}.content--pillar-sport.content--type-comment:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--pillar-sport.content--type-guardianview:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--pillar-sport:not(.paid-content) .youtube-media-atom__bottom-bar__duration{color:#00b2ff}.content--pillar-sport.content--type-comment:not(.paid-content) .content__label-interview,.content--pillar-sport.content--type-guardianview:not(.paid-content) .content__label-interview,.content--pillar-sport:not(.paid-content) .content__label-interview{background-color:#005689;box-shadow:0.25rem 0 0 #005689,-0.375rem 0 0 #005689}.content--pillar-sport.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon,.content--pillar-sport.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon,.content--pillar-sport:not(.paid-content) .meta__extras--crossword .social-icon{background:#fff;border:0.0625rem solid #dcdcdc}.content--pillar-sport.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--pillar-sport.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--pillar-sport:not(.paid-content) .meta__extras--crossword .social-icon:hover{background:#0084c6;border:0.0625rem solid #0084c6}.content--pillar-sport.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--pillar-sport.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--pillar-sport:not(.paid-content) .meta__extras--crossword .social-icon svg{fill:#0084c6}.content--pillar-sport.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--pillar-sport.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--pillar-sport:not(.paid-content) .meta__extras--crossword .social-icon svg:hover{fill:#fff}.content--pillar-special-report.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--pillar-special-report.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline,.content--pillar-special-report:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.4375rem, rgba(63,70,74,0.5))}@media (min-width: 46.25em){.content--pillar-special-report.content--type-comment:not(.paid-content).content--type-analysis .content__headline,.content--pillar-special-report.content--type-guardianview:not(.paid-content).content--type-analysis .content__headline,.content--pillar-special-report:not(.paid-content).content--type-analysis .content__headline{background-image:repeating-linear-gradient(to bottom, transparent, transparent 2.9375rem, rgba(63,70,74,0.5))}}.content--pillar-special-report.content--type-comment:not(.paid-content).content--type-feature .content__headline,.content--pillar-special-report.content--type-comment:not(.paid-content).content--type-review .content__headline,.content--pillar-special-report.content--type-comment:not(.paid-content).content--type-recipe .content__headline,.content--pillar-special-report.content--type-comment:not(.paid-content) .button--secondary,.content--pillar-special-report.content--type-comment:not(.paid-content) .drop-cap,.content--pillar-special-report.content--type-comment:not(.paid-content) .element-pullquote p,.content--pillar-special-report.content--type-comment:not(.paid-content) .u-underline,.content--pillar-special-report.content--type-guardianview:not(.paid-content).content--type-feature .content__headline,.content--pillar-special-report.content--type-guardianview:not(.paid-content).content--type-review .content__headline,.content--pillar-special-report.content--type-guardianview:not(.paid-content).content--type-recipe .content__headline,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .button--secondary,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .drop-cap,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .element-pullquote p,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .u-underline,.content--pillar-special-report:not(.paid-content).content--type-feature .content__headline,.content--pillar-special-report:not(.paid-content).content--type-review .content__headline,.content--pillar-special-report:not(.paid-content).content--type-recipe .content__headline,.content--pillar-special-report:not(.paid-content) .button--secondary,.content--pillar-special-report:not(.paid-content) .drop-cap,.content--pillar-special-report:not(.paid-content) .element-pullquote p,.content--pillar-special-report:not(.paid-content) .u-underline{color:#3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .button--primary,.content--pillar-special-report.content--type-comment:not(.paid-content) .content__labels--splash:hover,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .button--primary,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content__labels--splash:hover,.content--pillar-special-report:not(.paid-content) .button--primary,.content--pillar-special-report:not(.paid-content) .content__labels--splash:hover{background:#3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .byline,.content--pillar-special-report.content--type-comment:not(.paid-content) .content--media .content__headline,.content--pillar-special-report.content--type-comment:not(.paid-content) .content__label__link,.content--pillar-special-report.content--type-comment:not(.paid-content) .pullquote-cite,.content--pillar-special-report.content--type-comment:not(.paid-content) a,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .byline,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content--media .content__headline,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content__label__link,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .pullquote-cite,.content--pillar-special-report.content--type-guardianview:not(.paid-content) a,.content--pillar-special-report:not(.paid-content) .byline,.content--pillar-special-report:not(.paid-content) .content--media .content__headline,.content--pillar-special-report:not(.paid-content) .content__label__link,.content--pillar-special-report:not(.paid-content) .pullquote-cite,.content--pillar-special-report:not(.paid-content) a{color:#3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .end-slate-container a,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .end-slate-container a,.content--pillar-special-report:not(.paid-content) .end-slate-container a{color:#ededed}.content--pillar-special-report.content--type-comment:not(.paid-content) .content__meta-container .byline-img,.content--pillar-special-report.content--type-comment:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content__meta-container .byline-img,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text,.content--pillar-special-report:not(.paid-content) .content__meta-container .byline-img,.content--pillar-special-report:not(.paid-content) .gu-media-wrapper--video .vjs-big-play-button .vjs-control-text{background:#ffe500}.content--pillar-special-report.content--type-comment:not(.paid-content) .block-share__item .inline-icon,.content--pillar-special-report.content--type-comment:not(.paid-content) .commentcount2__heading span,.content--pillar-special-report.content--type-comment:not(.paid-content) .inline-close svg,.content--pillar-special-report.content--type-comment:not(.paid-content) .inline-triangle,.content--pillar-special-report.content--type-comment:not(.paid-content) .social-icon svg,.content--pillar-special-report.content--type-comment:not(.paid-content) .social-icon__svg,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .block-share__item .inline-icon,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .commentcount2__heading span,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .inline-close svg,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .inline-triangle,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .social-icon svg,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .social-icon__svg,.content--pillar-special-report:not(.paid-content) .block-share__item .inline-icon,.content--pillar-special-report:not(.paid-content) .commentcount2__heading span,.content--pillar-special-report:not(.paid-content) .inline-close svg,.content--pillar-special-report:not(.paid-content) .inline-triangle,.content--pillar-special-report:not(.paid-content) .social-icon svg,.content--pillar-special-report:not(.paid-content) .social-icon__svg{fill:#3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .inline-garnett-quote svg,.content--pillar-special-report.content--type-comment:not(.paid-content) .content__series-cta__icon,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .inline-garnett-quote svg,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content__series-cta__icon,.content--pillar-special-report:not(.paid-content) .inline-garnett-quote svg,.content--pillar-special-report:not(.paid-content) .content__series-cta__icon{fill:#3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .u-underline:hover,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .u-underline:hover,.content--pillar-special-report:not(.paid-content) .u-underline:hover{border-bottom:solid 0.0625rem #3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .bullet::before,.content--pillar-special-report.content--type-comment:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-special-report.content--type-comment:not(.paid-content) .content__labels--splash,.content--pillar-special-report.content--type-comment:not(.paid-content) .content__labels--panel,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .bullet::before,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content__labels--splash,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content__labels--panel,.content--pillar-special-report:not(.paid-content) .bullet::before,.content--pillar-special-report:not(.paid-content) .content__headline-splash-wrapper,.content--pillar-special-report:not(.paid-content) .content__labels--splash,.content--pillar-special-report:not(.paid-content) .content__labels--panel{background-color:#3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .block-share__item:focus,.content--pillar-special-report.content--type-comment:not(.paid-content) .block-share__item:hover,.content--pillar-special-report.content--type-comment:not(.paid-content) .social-icon:focus,.content--pillar-special-report.content--type-comment:not(.paid-content) .social-icon:hover,.content--pillar-special-report.content--type-comment:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-special-report.content--type-comment:not(.paid-content) .social-icon.social-icon--more:hover,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .block-share__item:focus,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .block-share__item:hover,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .social-icon:focus,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .social-icon:hover,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .social-icon.social-icon--more:hover,.content--pillar-special-report:not(.paid-content) .block-share__item:focus,.content--pillar-special-report:not(.paid-content) .block-share__item:hover,.content--pillar-special-report:not(.paid-content) .social-icon:focus,.content--pillar-special-report:not(.paid-content) .social-icon:hover,.content--pillar-special-report:not(.paid-content) .social-icon.social-icon--more:focus,.content--pillar-special-report:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#3f464a;border:0.0625rem solid #3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .block--content,.content--pillar-special-report.content--type-comment:not(.paid-content) .block.is-summary,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .block--content,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .block.is-summary,.content--pillar-special-report:not(.paid-content) .block--content,.content--pillar-special-report:not(.paid-content) .block.is-summary{border-top-color:#3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .youtube-media-atom__play-button,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .youtube-media-atom__play-button,.content--pillar-special-report:not(.paid-content) .youtube-media-atom__play-button{background:#ffe500;border-radius:100%}.content--pillar-special-report.content--type-comment:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon,.content--pillar-special-report:not(.paid-content) .fc-item--media .fc-item__title .inline-video-icon{fill:#ffe500}.content--pillar-special-report.content--type-comment:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .youtube-media-atom__bottom-bar__duration,.content--pillar-special-report:not(.paid-content) .youtube-media-atom__bottom-bar__duration{color:#ffe500}.content--pillar-special-report.content--type-comment:not(.paid-content) .content__label-interview,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .content__label-interview,.content--pillar-special-report:not(.paid-content) .content__label-interview{background-color:#3f464a;box-shadow:0.25rem 0 0 #3f464a,-0.375rem 0 0 #3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon,.content--pillar-special-report:not(.paid-content) .meta__extras--crossword .social-icon{background:#fff;border:0.0625rem solid #dcdcdc}.content--pillar-special-report.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon:hover,.content--pillar-special-report:not(.paid-content) .meta__extras--crossword .social-icon:hover{background:#3f464a;border:0.0625rem solid #3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg,.content--pillar-special-report:not(.paid-content) .meta__extras--crossword .social-icon svg{fill:#3f464a}.content--pillar-special-report.content--type-comment:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .meta__extras--crossword .social-icon svg:hover,.content--pillar-special-report:not(.paid-content) .meta__extras--crossword .social-icon svg:hover{fill:#fff}.content--pillar-special-report.content--type-comment:not(.paid-content) .youtube-media-atom__play-button .inline-icon svg,.content--pillar-special-report.content--type-guardianview:not(.paid-content) .youtube-media-atom__play-button .inline-icon svg,.content--pillar-special-report:not(.paid-content) .youtube-media-atom__play-button .inline-icon svg{fill:#121212}.content-footer--pillar-news:not(.paid-content) ._underline_1lj47_3,.content-footer--pillar-news:not(.paid-content) .d-comment__action,.content-footer--pillar-news:not(.paid-content) .d-comment__author a[href],.content-footer--pillar-news:not(.paid-content) .d-comment__reply-to-author,.content-footer--pillar-news:not(.paid-content) .d-show-more-replies__button,.content-footer--pillar-news:not(.paid-content) .js-discussion-author-link{color:#c70000}.content-footer--pillar-news:not(.paid-content) ._underline_1lj47_3:focus,.content-footer--pillar-news:not(.paid-content) ._underline_1lj47_3:hover{border-color:#c70000}.content-footer--pillar-news:not(.paid-content) .tabs__tab--selected:after{background-color:#c70000}.content-footer--pillar-news:not(.paid-content) .comment-share-icon,.content-footer--pillar-news:not(.paid-content) .d-show-more-replies__button.button--show-more svg,.content-footer--pillar-news:not(.paid-content) .inline-reply.blue{fill:#767676;left:0.41667rem}.content-footer--pillar-news:not(.paid-content) .discussion__top-border{border-top:0.0625rem solid #dcdcdc}.content-footer--pillar-news:not(.paid-content) .button--primary{background-color:#c70000;border-color:#c70000}.content-footer--pillar-news:not(.paid-content) .button--primary:active,.content-footer--pillar-news:not(.paid-content) .button--primary:focus,.content-footer--pillar-news:not(.paid-content) .button--primary:hover{background-color:#940000;border-color:#940000}.content-footer--pillar-news:not(.paid-content) .button--tertiary:active,.content-footer--pillar-news:not(.paid-content) .button--tertiary:focus{color:#c70000}.content-footer--pillar-news:not(.paid-content) .d-show-more-replies__button{border:0.0625rem solid #dcdcdc;background:#fff}.content-footer--pillar-news:not(.paid-content) .d-show-more-replies__button:focus,.content-footer--pillar-news:not(.paid-content) .d-show-more-replies__button:hover{border:0.0625rem solid #a9a9a9;background:#fff}.content-footer--pillar-news:not(.paid-content) .button--show-more svg{left:0.625rem}.content-footer--pillar-news:not(.paid-content) .block-share__item,.content-footer--pillar-news:not(.paid-content) .inline-close,.content-footer--pillar-news:not(.paid-content) .social-icon,.content-footer--pillar-news:not(.paid-content) .social-icon.social-icon--more{background-color:transparent;border:0.0625rem solid #dcdcdc}.content-footer--pillar-news:not(.paid-content) .block-share__item:focus svg,.content-footer--pillar-news:not(.paid-content) .block-share__item:hover svg,.content-footer--pillar-news:not(.paid-content) .inline-close:focus svg,.content-footer--pillar-news:not(.paid-content) .inline-close:hover svg,.content-footer--pillar-news:not(.paid-content) .social-icon:focus svg,.content-footer--pillar-news:not(.paid-content) .social-icon:hover svg,.content-footer--pillar-news:not(.paid-content) .social-icon.social-icon--more:focus svg,.content-footer--pillar-news:not(.paid-content) .social-icon.social-icon--more:hover svg{fill:#fff}.content-footer--pillar-news:not(.paid-content) .block-share__item .inline-icon,.content-footer--pillar-news:not(.paid-content) .commentcount2__heading span,.content-footer--pillar-news:not(.paid-content) .inline-close svg,.content-footer--pillar-news:not(.paid-content) .social-icon svg,.content-footer--pillar-news:not(.paid-content) .social-icon__svg{fill:#c70000}.content-footer--pillar-news:not(.paid-content) .block-share__item:focus,.content-footer--pillar-news:not(.paid-content) .block-share__item:hover,.content-footer--pillar-news:not(.paid-content) .meta__twitter a:focus,.content-footer--pillar-news:not(.paid-content) .meta__twitter a:hover,.content-footer--pillar-news:not(.paid-content) .social-icon:focus,.content-footer--pillar-news:not(.paid-content) .social-icon:hover,.content-footer--pillar-news:not(.paid-content) .social-icon.social-icon--more:focus,.content-footer--pillar-news:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#c70000;border:0.0625rem solid #c70000}.content-footer--pillar-arts:not(.paid-content) ._underline_1lj47_3,.content-footer--pillar-arts:not(.paid-content) .d-comment__action,.content-footer--pillar-arts:not(.paid-content) .d-comment__author a[href],.content-footer--pillar-arts:not(.paid-content) .d-comment__reply-to-author,.content-footer--pillar-arts:not(.paid-content) .d-show-more-replies__button,.content-footer--pillar-arts:not(.paid-content) .js-discussion-author-link{color:#6b5840}.content-footer--pillar-arts:not(.paid-content) ._underline_1lj47_3:focus,.content-footer--pillar-arts:not(.paid-content) ._underline_1lj47_3:hover{border-color:#6b5840}.content-footer--pillar-arts:not(.paid-content) .tabs__tab--selected:after{background-color:#6b5840}.content-footer--pillar-arts:not(.paid-content) .comment-share-icon,.content-footer--pillar-arts:not(.paid-content) .d-show-more-replies__button.button--show-more svg,.content-footer--pillar-arts:not(.paid-content) .inline-reply.blue{fill:#767676;left:0.41667rem}.content-footer--pillar-arts:not(.paid-content) .discussion__top-border{border-top:0.0625rem solid #dcdcdc}.content-footer--pillar-arts:not(.paid-content) .button--primary{background-color:#6b5840;border-color:#6b5840}.content-footer--pillar-arts:not(.paid-content) .button--primary:active,.content-footer--pillar-arts:not(.paid-content) .button--primary:focus,.content-footer--pillar-arts:not(.paid-content) .button--primary:hover{background-color:#4b3e2d;border-color:#4b3e2d}.content-footer--pillar-arts:not(.paid-content) .button--tertiary:active,.content-footer--pillar-arts:not(.paid-content) .button--tertiary:focus{color:#6b5840}.content-footer--pillar-arts:not(.paid-content) .d-show-more-replies__button{border:0.0625rem solid #dcdcdc;background:#fff}.content-footer--pillar-arts:not(.paid-content) .d-show-more-replies__button:focus,.content-footer--pillar-arts:not(.paid-content) .d-show-more-replies__button:hover{border:0.0625rem solid #a9a9a9;background:#fff}.content-footer--pillar-arts:not(.paid-content) .button--show-more svg{left:0.625rem}.content-footer--pillar-arts:not(.paid-content) .block-share__item,.content-footer--pillar-arts:not(.paid-content) .inline-close,.content-footer--pillar-arts:not(.paid-content) .social-icon,.content-footer--pillar-arts:not(.paid-content) .social-icon.social-icon--more{background-color:transparent;border:0.0625rem solid #dcdcdc}.content-footer--pillar-arts:not(.paid-content) .block-share__item:focus svg,.content-footer--pillar-arts:not(.paid-content) .block-share__item:hover svg,.content-footer--pillar-arts:not(.paid-content) .inline-close:focus svg,.content-footer--pillar-arts:not(.paid-content) .inline-close:hover svg,.content-footer--pillar-arts:not(.paid-content) .social-icon:focus svg,.content-footer--pillar-arts:not(.paid-content) .social-icon:hover svg,.content-footer--pillar-arts:not(.paid-content) .social-icon.social-icon--more:focus svg,.content-footer--pillar-arts:not(.paid-content) .social-icon.social-icon--more:hover svg{fill:#fff}.content-footer--pillar-arts:not(.paid-content) .block-share__item .inline-icon,.content-footer--pillar-arts:not(.paid-content) .commentcount2__heading span,.content-footer--pillar-arts:not(.paid-content) .inline-close svg,.content-footer--pillar-arts:not(.paid-content) .social-icon svg,.content-footer--pillar-arts:not(.paid-content) .social-icon__svg{fill:#6b5840}.content-footer--pillar-arts:not(.paid-content) .block-share__item:focus,.content-footer--pillar-arts:not(.paid-content) .block-share__item:hover,.content-footer--pillar-arts:not(.paid-content) .meta__twitter a:focus,.content-footer--pillar-arts:not(.paid-content) .meta__twitter a:hover,.content-footer--pillar-arts:not(.paid-content) .social-icon:focus,.content-footer--pillar-arts:not(.paid-content) .social-icon:hover,.content-footer--pillar-arts:not(.paid-content) .social-icon.social-icon--more:focus,.content-footer--pillar-arts:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#6b5840;border:0.0625rem solid #6b5840}.content-footer--pillar-lifestyle:not(.paid-content) ._underline_1lj47_3,.content-footer--pillar-lifestyle:not(.paid-content) .d-comment__action,.content-footer--pillar-lifestyle:not(.paid-content) .d-comment__author a[href],.content-footer--pillar-lifestyle:not(.paid-content) .d-comment__reply-to-author,.content-footer--pillar-lifestyle:not(.paid-content) .d-show-more-replies__button,.content-footer--pillar-lifestyle:not(.paid-content) .js-discussion-author-link{color:#7d0068}.content-footer--pillar-lifestyle:not(.paid-content) ._underline_1lj47_3:focus,.content-footer--pillar-lifestyle:not(.paid-content) ._underline_1lj47_3:hover{border-color:#7d0068}.content-footer--pillar-lifestyle:not(.paid-content) .tabs__tab--selected:after{background-color:#7d0068}.content-footer--pillar-lifestyle:not(.paid-content) .comment-share-icon,.content-footer--pillar-lifestyle:not(.paid-content) .d-show-more-replies__button.button--show-more svg,.content-footer--pillar-lifestyle:not(.paid-content) .inline-reply.blue{fill:#767676;left:0.41667rem}.content-footer--pillar-lifestyle:not(.paid-content) .discussion__top-border{border-top:0.0625rem solid #dcdcdc}.content-footer--pillar-lifestyle:not(.paid-content) .button--primary{background-color:#7d0068;border-color:#7d0068}.content-footer--pillar-lifestyle:not(.paid-content) .button--primary:active,.content-footer--pillar-lifestyle:not(.paid-content) .button--primary:focus,.content-footer--pillar-lifestyle:not(.paid-content) .button--primary:hover{background-color:#4a003e;border-color:#4a003e}.content-footer--pillar-lifestyle:not(.paid-content) .button--tertiary:active,.content-footer--pillar-lifestyle:not(.paid-content) .button--tertiary:focus{color:#7d0068}.content-footer--pillar-lifestyle:not(.paid-content) .d-show-more-replies__button{border:0.0625rem solid #dcdcdc;background:#fff}.content-footer--pillar-lifestyle:not(.paid-content) .d-show-more-replies__button:focus,.content-footer--pillar-lifestyle:not(.paid-content) .d-show-more-replies__button:hover{border:0.0625rem solid #a9a9a9;background:#fff}.content-footer--pillar-lifestyle:not(.paid-content) .button--show-more svg{left:0.625rem}.content-footer--pillar-lifestyle:not(.paid-content) .block-share__item,.content-footer--pillar-lifestyle:not(.paid-content) .inline-close,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon.social-icon--more{background-color:transparent;border:0.0625rem solid #dcdcdc}.content-footer--pillar-lifestyle:not(.paid-content) .block-share__item:focus svg,.content-footer--pillar-lifestyle:not(.paid-content) .block-share__item:hover svg,.content-footer--pillar-lifestyle:not(.paid-content) .inline-close:focus svg,.content-footer--pillar-lifestyle:not(.paid-content) .inline-close:hover svg,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon:focus svg,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon:hover svg,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon.social-icon--more:focus svg,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon.social-icon--more:hover svg{fill:#fff}.content-footer--pillar-lifestyle:not(.paid-content) .block-share__item .inline-icon,.content-footer--pillar-lifestyle:not(.paid-content) .commentcount2__heading span,.content-footer--pillar-lifestyle:not(.paid-content) .inline-close svg,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon svg,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon__svg{fill:#7d0068}.content-footer--pillar-lifestyle:not(.paid-content) .block-share__item:focus,.content-footer--pillar-lifestyle:not(.paid-content) .block-share__item:hover,.content-footer--pillar-lifestyle:not(.paid-content) .meta__twitter a:focus,.content-footer--pillar-lifestyle:not(.paid-content) .meta__twitter a:hover,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon:focus,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon:hover,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon.social-icon--more:focus,.content-footer--pillar-lifestyle:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#7d0068;border:0.0625rem solid #7d0068}.content-footer--pillar-opinion:not(.paid-content) ._underline_1lj47_3,.content-footer--pillar-opinion:not(.paid-content) .d-comment__action,.content-footer--pillar-opinion:not(.paid-content) .d-comment__author a[href],.content-footer--pillar-opinion:not(.paid-content) .d-comment__reply-to-author,.content-footer--pillar-opinion:not(.paid-content) .d-show-more-replies__button,.content-footer--pillar-opinion:not(.paid-content) .js-discussion-author-link{color:#e05e00}.content-footer--pillar-opinion:not(.paid-content) ._underline_1lj47_3:focus,.content-footer--pillar-opinion:not(.paid-content) ._underline_1lj47_3:hover{border-color:#e05e00}.content-footer--pillar-opinion:not(.paid-content) .tabs__tab--selected:after{background-color:#e05e00}.content-footer--pillar-opinion:not(.paid-content) .comment-share-icon,.content-footer--pillar-opinion:not(.paid-content) .d-show-more-replies__button.button--show-more svg,.content-footer--pillar-opinion:not(.paid-content) .inline-reply.blue{fill:#767676;left:0.41667rem}.content-footer--pillar-opinion:not(.paid-content) .discussion__top-border{border-top:0.0625rem solid #dcdcdc}.content-footer--pillar-opinion:not(.paid-content) .button--primary{background-color:#e05e00;border-color:#e05e00}.content-footer--pillar-opinion:not(.paid-content) .button--primary:active,.content-footer--pillar-opinion:not(.paid-content) .button--primary:focus,.content-footer--pillar-opinion:not(.paid-content) .button--primary:hover{background-color:#ad4900;border-color:#ad4900}.content-footer--pillar-opinion:not(.paid-content) .button--tertiary:active,.content-footer--pillar-opinion:not(.paid-content) .button--tertiary:focus{color:#e05e00}.content-footer--pillar-opinion:not(.paid-content) .d-show-more-replies__button{border:0.0625rem solid #dcdcdc;background:#fff}.content-footer--pillar-opinion:not(.paid-content) .d-show-more-replies__button:focus,.content-footer--pillar-opinion:not(.paid-content) .d-show-more-replies__button:hover{border:0.0625rem solid #a9a9a9;background:#fff}.content-footer--pillar-opinion:not(.paid-content) .button--show-more svg{left:0.625rem}.content-footer--pillar-opinion:not(.paid-content) .block-share__item,.content-footer--pillar-opinion:not(.paid-content) .inline-close,.content-footer--pillar-opinion:not(.paid-content) .social-icon,.content-footer--pillar-opinion:not(.paid-content) .social-icon.social-icon--more{background-color:transparent;border:0.0625rem solid #dcdcdc}.content-footer--pillar-opinion:not(.paid-content) .block-share__item:focus svg,.content-footer--pillar-opinion:not(.paid-content) .block-share__item:hover svg,.content-footer--pillar-opinion:not(.paid-content) .inline-close:focus svg,.content-footer--pillar-opinion:not(.paid-content) .inline-close:hover svg,.content-footer--pillar-opinion:not(.paid-content) .social-icon:focus svg,.content-footer--pillar-opinion:not(.paid-content) .social-icon:hover svg,.content-footer--pillar-opinion:not(.paid-content) .social-icon.social-icon--more:focus svg,.content-footer--pillar-opinion:not(.paid-content) .social-icon.social-icon--more:hover svg{fill:#fff}.content-footer--pillar-opinion:not(.paid-content) .block-share__item .inline-icon,.content-footer--pillar-opinion:not(.paid-content) .commentcount2__heading span,.content-footer--pillar-opinion:not(.paid-content) .inline-close svg,.content-footer--pillar-opinion:not(.paid-content) .social-icon svg,.content-footer--pillar-opinion:not(.paid-content) .social-icon__svg{fill:#e05e00}.content-footer--pillar-opinion:not(.paid-content) .block-share__item:focus,.content-footer--pillar-opinion:not(.paid-content) .block-share__item:hover,.content-footer--pillar-opinion:not(.paid-content) .meta__twitter a:focus,.content-footer--pillar-opinion:not(.paid-content) .meta__twitter a:hover,.content-footer--pillar-opinion:not(.paid-content) .social-icon:focus,.content-footer--pillar-opinion:not(.paid-content) .social-icon:hover,.content-footer--pillar-opinion:not(.paid-content) .social-icon.social-icon--more:focus,.content-footer--pillar-opinion:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#e05e00;border:0.0625rem solid #e05e00}.content-footer--pillar-sport:not(.paid-content) ._underline_1lj47_3,.content-footer--pillar-sport:not(.paid-content) .d-comment__action,.content-footer--pillar-sport:not(.paid-content) .d-comment__author a[href],.content-footer--pillar-sport:not(.paid-content) .d-comment__reply-to-author,.content-footer--pillar-sport:not(.paid-content) .d-show-more-replies__button,.content-footer--pillar-sport:not(.paid-content) .js-discussion-author-link{color:#0084c6}.content-footer--pillar-sport:not(.paid-content) ._underline_1lj47_3:focus,.content-footer--pillar-sport:not(.paid-content) ._underline_1lj47_3:hover{border-color:#0084c6}.content-footer--pillar-sport:not(.paid-content) .tabs__tab--selected:after{background-color:#0084c6}.content-footer--pillar-sport:not(.paid-content) .comment-share-icon,.content-footer--pillar-sport:not(.paid-content) .d-show-more-replies__button.button--show-more svg,.content-footer--pillar-sport:not(.paid-content) .inline-reply.blue{fill:#767676;left:0.41667rem}.content-footer--pillar-sport:not(.paid-content) .discussion__top-border{border-top:0.0625rem solid #dcdcdc}.content-footer--pillar-sport:not(.paid-content) .button--primary{background-color:#0084c6;border-color:#0084c6}.content-footer--pillar-sport:not(.paid-content) .button--primary:active,.content-footer--pillar-sport:not(.paid-content) .button--primary:focus,.content-footer--pillar-sport:not(.paid-content) .button--primary:hover{background-color:#006293;border-color:#006293}.content-footer--pillar-sport:not(.paid-content) .button--tertiary:active,.content-footer--pillar-sport:not(.paid-content) .button--tertiary:focus{color:#0084c6}.content-footer--pillar-sport:not(.paid-content) .d-show-more-replies__button{border:0.0625rem solid #dcdcdc;background:#fff}.content-footer--pillar-sport:not(.paid-content) .d-show-more-replies__button:focus,.content-footer--pillar-sport:not(.paid-content) .d-show-more-replies__button:hover{border:0.0625rem solid #a9a9a9;background:#fff}.content-footer--pillar-sport:not(.paid-content) .button--show-more svg{left:0.625rem}.content-footer--pillar-sport:not(.paid-content) .block-share__item,.content-footer--pillar-sport:not(.paid-content) .inline-close,.content-footer--pillar-sport:not(.paid-content) .social-icon,.content-footer--pillar-sport:not(.paid-content) .social-icon.social-icon--more{background-color:transparent;border:0.0625rem solid #dcdcdc}.content-footer--pillar-sport:not(.paid-content) .block-share__item:focus svg,.content-footer--pillar-sport:not(.paid-content) .block-share__item:hover svg,.content-footer--pillar-sport:not(.paid-content) .inline-close:focus svg,.content-footer--pillar-sport:not(.paid-content) .inline-close:hover svg,.content-footer--pillar-sport:not(.paid-content) .social-icon:focus svg,.content-footer--pillar-sport:not(.paid-content) .social-icon:hover svg,.content-footer--pillar-sport:not(.paid-content) .social-icon.social-icon--more:focus svg,.content-footer--pillar-sport:not(.paid-content) .social-icon.social-icon--more:hover svg{fill:#fff}.content-footer--pillar-sport:not(.paid-content) .block-share__item .inline-icon,.content-footer--pillar-sport:not(.paid-content) .commentcount2__heading span,.content-footer--pillar-sport:not(.paid-content) .inline-close svg,.content-footer--pillar-sport:not(.paid-content) .social-icon svg,.content-footer--pillar-sport:not(.paid-content) .social-icon__svg{fill:#0084c6}.content-footer--pillar-sport:not(.paid-content) .block-share__item:focus,.content-footer--pillar-sport:not(.paid-content) .block-share__item:hover,.content-footer--pillar-sport:not(.paid-content) .meta__twitter a:focus,.content-footer--pillar-sport:not(.paid-content) .meta__twitter a:hover,.content-footer--pillar-sport:not(.paid-content) .social-icon:focus,.content-footer--pillar-sport:not(.paid-content) .social-icon:hover,.content-footer--pillar-sport:not(.paid-content) .social-icon.social-icon--more:focus,.content-footer--pillar-sport:not(.paid-content) .social-icon.social-icon--more:hover{background-color:#0084c6;border:0.0625rem solid #0084c6}.content--media:not(.paid-content).content--pillar-news .content__section-label__link,.content--media:not(.paid-content).content--pillar-news .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container.content--pillar-news .content__section-label__link,.immersive-main-media__headline-container.content--pillar-news .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container--gallery.content--pillar-news .content__section-label__link,.immersive-main-media__headline-container--gallery.content--pillar-news .youtube-media-atom__bottom-bar__duration{color:#ff4e36}.content--media:not(.paid-content).content--pillar-news .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.content--media:not(.paid-content).content--pillar-news .vjs-play-progress,.content--media:not(.paid-content).content--pillar-news .vjs-volume-level,.content--media:not(.paid-content).content--pillar-news .vjs-volume-level:before,.content--media:not(.paid-content).content--pillar-news .youtube-media-atom__bottom-bar__duration:before,.content--media:not(.paid-content).content--pillar-news .youtube-media-atom__play-button:before,.immersive-main-media__headline-container.content--pillar-news .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container.content--pillar-news .vjs-play-progress,.immersive-main-media__headline-container.content--pillar-news .vjs-volume-level,.immersive-main-media__headline-container.content--pillar-news .vjs-volume-level:before,.immersive-main-media__headline-container.content--pillar-news .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container.content--pillar-news .youtube-media-atom__play-button:before,.immersive-main-media__headline-container--gallery.content--pillar-news .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container--gallery.content--pillar-news .vjs-play-progress,.immersive-main-media__headline-container--gallery.content--pillar-news .vjs-volume-level,.immersive-main-media__headline-container--gallery.content--pillar-news .vjs-volume-level:before,.immersive-main-media__headline-container--gallery.content--pillar-news .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container--gallery.content--pillar-news .youtube-media-atom__play-button:before{background:#ff4e36}.content--media:not(.paid-content).content--pillar-news .inline-camera,.content--media:not(.paid-content).content--pillar-news .inline-video-icon__svg,.content--media:not(.paid-content).content--pillar-news .inline-volume-high.inline-icon,.immersive-main-media__headline-container.content--pillar-news .inline-camera,.immersive-main-media__headline-container.content--pillar-news .inline-video-icon__svg,.immersive-main-media__headline-container.content--pillar-news .inline-volume-high.inline-icon,.immersive-main-media__headline-container--gallery.content--pillar-news .inline-camera,.immersive-main-media__headline-container--gallery.content--pillar-news .inline-video-icon__svg,.immersive-main-media__headline-container--gallery.content--pillar-news .inline-volume-high.inline-icon{fill:#ff4e36}.content--media:not(.paid-content).content--pillar-news .social-icon__svg,.immersive-main-media__headline-container.content--pillar-news .social-icon__svg,.immersive-main-media__headline-container--gallery.content--pillar-news .social-icon__svg{fill:#dcdcdc}.content--media:not(.paid-content).content--pillar-news .content__label__link,.immersive-main-media__headline-container.content--pillar-news .content__label__link,.immersive-main-media__headline-container--gallery.content--pillar-news .content__label__link{color:#f6f6f6}.svg .content--media:not(.paid-content).content--pillar-news .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-news .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-news .vjs-paused .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.svg .content--media:not(.paid-content).content--pillar-news .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-news .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-news .vjs-playing .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.content--media:not(.paid-content).content--pillar-opinion .content__section-label__link,.content--media:not(.paid-content).content--pillar-opinion .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container.content--pillar-opinion .content__section-label__link,.immersive-main-media__headline-container.content--pillar-opinion .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container--gallery.content--pillar-opinion .content__section-label__link,.immersive-main-media__headline-container--gallery.content--pillar-opinion .youtube-media-atom__bottom-bar__duration{color:#ff7f0f}.content--media:not(.paid-content).content--pillar-opinion .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.content--media:not(.paid-content).content--pillar-opinion .vjs-play-progress,.content--media:not(.paid-content).content--pillar-opinion .vjs-volume-level,.content--media:not(.paid-content).content--pillar-opinion .vjs-volume-level:before,.content--media:not(.paid-content).content--pillar-opinion .youtube-media-atom__bottom-bar__duration:before,.content--media:not(.paid-content).content--pillar-opinion .youtube-media-atom__play-button:before,.immersive-main-media__headline-container.content--pillar-opinion .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container.content--pillar-opinion .vjs-play-progress,.immersive-main-media__headline-container.content--pillar-opinion .vjs-volume-level,.immersive-main-media__headline-container.content--pillar-opinion .vjs-volume-level:before,.immersive-main-media__headline-container.content--pillar-opinion .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container.content--pillar-opinion .youtube-media-atom__play-button:before,.immersive-main-media__headline-container--gallery.content--pillar-opinion .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container--gallery.content--pillar-opinion .vjs-play-progress,.immersive-main-media__headline-container--gallery.content--pillar-opinion .vjs-volume-level,.immersive-main-media__headline-container--gallery.content--pillar-opinion .vjs-volume-level:before,.immersive-main-media__headline-container--gallery.content--pillar-opinion .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container--gallery.content--pillar-opinion .youtube-media-atom__play-button:before{background:#ff7f0f}.content--media:not(.paid-content).content--pillar-opinion .inline-camera,.content--media:not(.paid-content).content--pillar-opinion .inline-video-icon__svg,.content--media:not(.paid-content).content--pillar-opinion .inline-volume-high.inline-icon,.immersive-main-media__headline-container.content--pillar-opinion .inline-camera,.immersive-main-media__headline-container.content--pillar-opinion .inline-video-icon__svg,.immersive-main-media__headline-container.content--pillar-opinion .inline-volume-high.inline-icon,.immersive-main-media__headline-container--gallery.content--pillar-opinion .inline-camera,.immersive-main-media__headline-container--gallery.content--pillar-opinion .inline-video-icon__svg,.immersive-main-media__headline-container--gallery.content--pillar-opinion .inline-volume-high.inline-icon{fill:#ff7f0f}.content--media:not(.paid-content).content--pillar-opinion .social-icon__svg,.immersive-main-media__headline-container.content--pillar-opinion .social-icon__svg,.immersive-main-media__headline-container--gallery.content--pillar-opinion .social-icon__svg{fill:#dcdcdc}.content--media:not(.paid-content).content--pillar-opinion .content__label__link,.immersive-main-media__headline-container.content--pillar-opinion .content__label__link,.immersive-main-media__headline-container--gallery.content--pillar-opinion .content__label__link{color:#f6f6f6}.svg .content--media:not(.paid-content).content--pillar-opinion .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-opinion .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-opinion .vjs-paused .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.svg .content--media:not(.paid-content).content--pillar-opinion .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-opinion .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-opinion .vjs-playing .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.content--media:not(.paid-content).content--pillar-arts .content__section-label__link,.content--media:not(.paid-content).content--pillar-arts .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .content__section-label__link,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .youtube-media-atom__bottom-bar__duration{color:#eacca0}.content--media:not(.paid-content).content--pillar-arts .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.content--media:not(.paid-content).content--pillar-arts .vjs-play-progress,.content--media:not(.paid-content).content--pillar-arts .vjs-volume-level,.content--media:not(.paid-content).content--pillar-arts .vjs-volume-level:before,.content--media:not(.paid-content).content--pillar-arts .youtube-media-atom__bottom-bar__duration:before,.content--media:not(.paid-content).content--pillar-arts .youtube-media-atom__play-button:before,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .vjs-play-progress,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .vjs-volume-level,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .vjs-volume-level:before,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .youtube-media-atom__play-button:before{background:#eacca0}.content--media:not(.paid-content).content--pillar-arts .inline-camera,.content--media:not(.paid-content).content--pillar-arts .inline-video-icon__svg,.content--media:not(.paid-content).content--pillar-arts .inline-volume-high.inline-icon,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .inline-camera,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .inline-video-icon__svg,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .inline-volume-high.inline-icon{fill:#eacca0}.content--media:not(.paid-content).content--pillar-arts .social-icon__svg,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .social-icon__svg{fill:#dcdcdc}.content--media:not(.paid-content).content--pillar-arts .content__label__link,.immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .content__label__link{color:#f6f6f6}.svg .content--media:not(.paid-content).content--pillar-arts .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .vjs-paused .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.svg .content--media:not(.paid-content).content--pillar-arts .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-arts .immersive-main-media__headline-container--gallery.content--pillar-arts .vjs-playing .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.content--media:not(.paid-content).content--pillar-lifestyle .content__section-label__link,.content--media:not(.paid-content).content--pillar-lifestyle .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container.content--pillar-lifestyle .content__section-label__link,.immersive-main-media__headline-container.content--pillar-lifestyle .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .content__section-label__link,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .youtube-media-atom__bottom-bar__duration{color:#ffabdb}.content--media:not(.paid-content).content--pillar-lifestyle .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.content--media:not(.paid-content).content--pillar-lifestyle .vjs-play-progress,.content--media:not(.paid-content).content--pillar-lifestyle .vjs-volume-level,.content--media:not(.paid-content).content--pillar-lifestyle .vjs-volume-level:before,.content--media:not(.paid-content).content--pillar-lifestyle .youtube-media-atom__bottom-bar__duration:before,.content--media:not(.paid-content).content--pillar-lifestyle .youtube-media-atom__play-button:before,.immersive-main-media__headline-container.content--pillar-lifestyle .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container.content--pillar-lifestyle .vjs-play-progress,.immersive-main-media__headline-container.content--pillar-lifestyle .vjs-volume-level,.immersive-main-media__headline-container.content--pillar-lifestyle .vjs-volume-level:before,.immersive-main-media__headline-container.content--pillar-lifestyle .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container.content--pillar-lifestyle .youtube-media-atom__play-button:before,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .vjs-play-progress,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .vjs-volume-level,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .vjs-volume-level:before,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .youtube-media-atom__play-button:before{background:#ffabdb}.content--media:not(.paid-content).content--pillar-lifestyle .inline-camera,.content--media:not(.paid-content).content--pillar-lifestyle .inline-video-icon__svg,.content--media:not(.paid-content).content--pillar-lifestyle .inline-volume-high.inline-icon,.immersive-main-media__headline-container.content--pillar-lifestyle .inline-camera,.immersive-main-media__headline-container.content--pillar-lifestyle .inline-video-icon__svg,.immersive-main-media__headline-container.content--pillar-lifestyle .inline-volume-high.inline-icon,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .inline-camera,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .inline-video-icon__svg,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .inline-volume-high.inline-icon{fill:#ffabdb}.content--media:not(.paid-content).content--pillar-lifestyle .social-icon__svg,.immersive-main-media__headline-container.content--pillar-lifestyle .social-icon__svg,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .social-icon__svg{fill:#dcdcdc}.content--media:not(.paid-content).content--pillar-lifestyle .content__label__link,.immersive-main-media__headline-container.content--pillar-lifestyle .content__label__link,.immersive-main-media__headline-container--gallery.content--pillar-lifestyle .content__label__link{color:#f6f6f6}.svg .content--media:not(.paid-content).content--pillar-lifestyle .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-lifestyle .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-lifestyle .vjs-paused .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.svg .content--media:not(.paid-content).content--pillar-lifestyle .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-lifestyle .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-lifestyle .vjs-playing .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.content--media:not(.paid-content).content--pillar-sport .content__section-label__link,.content--media:not(.paid-content).content--pillar-sport .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container.content--pillar-sport .content__section-label__link,.immersive-main-media__headline-container.content--pillar-sport .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .content__section-label__link,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .youtube-media-atom__bottom-bar__duration{color:#00b2ff}.content--media:not(.paid-content).content--pillar-sport .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.content--media:not(.paid-content).content--pillar-sport .vjs-play-progress,.content--media:not(.paid-content).content--pillar-sport .vjs-volume-level,.content--media:not(.paid-content).content--pillar-sport .vjs-volume-level:before,.content--media:not(.paid-content).content--pillar-sport .youtube-media-atom__bottom-bar__duration:before,.content--media:not(.paid-content).content--pillar-sport .youtube-media-atom__play-button:before,.immersive-main-media__headline-container.content--pillar-sport .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container.content--pillar-sport .vjs-play-progress,.immersive-main-media__headline-container.content--pillar-sport .vjs-volume-level,.immersive-main-media__headline-container.content--pillar-sport .vjs-volume-level:before,.immersive-main-media__headline-container.content--pillar-sport .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container.content--pillar-sport .youtube-media-atom__play-button:before,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .vjs-play-progress,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .vjs-volume-level,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .vjs-volume-level:before,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .youtube-media-atom__play-button:before{background:#00b2ff}.content--media:not(.paid-content).content--pillar-sport .inline-camera,.content--media:not(.paid-content).content--pillar-sport .inline-video-icon__svg,.content--media:not(.paid-content).content--pillar-sport .inline-volume-high.inline-icon,.immersive-main-media__headline-container.content--pillar-sport .inline-camera,.immersive-main-media__headline-container.content--pillar-sport .inline-video-icon__svg,.immersive-main-media__headline-container.content--pillar-sport .inline-volume-high.inline-icon,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .inline-camera,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .inline-video-icon__svg,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .inline-volume-high.inline-icon{fill:#00b2ff}.content--media:not(.paid-content).content--pillar-sport .social-icon__svg,.immersive-main-media__headline-container.content--pillar-sport .social-icon__svg,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .social-icon__svg{fill:#dcdcdc}.content--media:not(.paid-content).content--pillar-sport .content__label__link,.immersive-main-media__headline-container.content--pillar-sport .content__label__link,.immersive-main-media__headline-container-gallery.content--pillar-lifestyle .content__label__link{color:#f6f6f6}.svg .content--media:not(.paid-content).content--pillar-sport .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-sport .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container-gallery.content--pillar-lifestyle .vjs-paused .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.svg .content--media:not(.paid-content).content--pillar-sport .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-sport .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container-gallery.content--pillar-lifestyle .vjs-playing .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.content--media:not(.paid-content).content--pillar-special-report .content__section-label__link,.content--media:not(.paid-content).content--pillar-special-report .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container.content--pillar-special-report .content__section-label__link,.immersive-main-media__headline-container.content--pillar-special-report .youtube-media-atom__bottom-bar__duration,.immersive-main-media__headline-container--gallery.content--pillar-special-report .content__section-label__link,.immersive-main-media__headline-container--gallery.content--pillar-special-report .youtube-media-atom__bottom-bar__duration{color:#ff4e36}.content--media:not(.paid-content).content--pillar-special-report .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.content--media:not(.paid-content).content--pillar-special-report .vjs-play-progress,.content--media:not(.paid-content).content--pillar-special-report .vjs-volume-level,.content--media:not(.paid-content).content--pillar-special-report .vjs-volume-level:before,.content--media:not(.paid-content).content--pillar-special-report .youtube-media-atom__bottom-bar__duration:before,.content--media:not(.paid-content).content--pillar-special-report .youtube-media-atom__play-button:before,.immersive-main-media__headline-container.content--pillar-special-report .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container.content--pillar-special-report .vjs-play-progress,.immersive-main-media__headline-container.content--pillar-special-report .vjs-volume-level,.immersive-main-media__headline-container.content--pillar-special-report .vjs-volume-level:before,.immersive-main-media__headline-container.content--pillar-special-report .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container.content--pillar-special-report .youtube-media-atom__play-button:before,.immersive-main-media__headline-container--gallery.content--pillar-special-report .gu-media--show-controls-at-start.vjs-paused .vjs-big-play-button .vjs-control-text:before,.immersive-main-media__headline-container--gallery.content--pillar-special-report .vjs-play-progress,.immersive-main-media__headline-container--gallery.content--pillar-special-report .vjs-volume-level,.immersive-main-media__headline-container--gallery.content--pillar-special-report .vjs-volume-level:before,.immersive-main-media__headline-container--gallery.content--pillar-special-report .youtube-media-atom__bottom-bar__duration:before,.immersive-main-media__headline-container--gallery.content--pillar-special-report .youtube-media-atom__play-button:before{background:#ff4e36}.content--media:not(.paid-content).content--pillar-special-report .inline-camera,.content--media:not(.paid-content).content--pillar-special-report .inline-video-icon__svg,.content--media:not(.paid-content).content--pillar-special-report .inline-volume-high.inline-icon,.immersive-main-media__headline-container.content--pillar-special-report .inline-camera,.immersive-main-media__headline-container.content--pillar-special-report .inline-video-icon__svg,.immersive-main-media__headline-container.content--pillar-special-report .inline-volume-high.inline-icon,.immersive-main-media__headline-container--gallery.content--pillar-special-report .inline-camera,.immersive-main-media__headline-container--gallery.content--pillar-special-report .inline-video-icon__svg,.immersive-main-media__headline-container--gallery.content--pillar-special-report .inline-volume-high.inline-icon{fill:#ff4e36}.content--media:not(.paid-content).content--pillar-special-report .social-icon__svg,.immersive-main-media__headline-container.content--pillar-special-report .social-icon__svg,.immersive-main-media__headline-container--gallery.content--pillar-special-report .social-icon__svg{fill:#dcdcdc}.content--media:not(.paid-content).content--pillar-special-report .content__label__link,.immersive-main-media__headline-container.content--pillar-special-report .content__label__link,.immersive-main-media__headline-container--gallery.content--pillar-special-report .content__label__link{color:#f6f6f6}.svg .content--media:not(.paid-content).content--pillar-special-report .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-special-report .vjs-paused .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-special-report .vjs-paused .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.svg .content--media:not(.paid-content).content--pillar-special-report .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container.content--pillar-special-report .vjs-playing .vjs-play-control,.svg .immersive-main-media__headline-container--gallery.content--pillar-special-report .vjs-playing .vjs-play-control{display:inline-block;background-repeat:no-repeat;background-size:contain}.content--type-analysis .content__headline{background-position:top left;background-size:0.0625rem 2.5rem;background-clip:content-box;background-origin:content-box}@media (min-width: 46.25em){.content--type-analysis .content__headline{background-size:0.0625rem 3rem}}.rich-link:not(.rich-link--paidfor),.rich-link:not(.rich-link--paidfor).rich-link--pillar-news{background-color:#f6f6f6}.rich-link:not(.rich-link--paidfor) .u-faux-block-link--hover,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .u-faux-block-link--hover{background-color:#e9e9e9}.rich-link:not(.rich-link--paidfor) a,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news a{color:inherit}.rich-link:not(.rich-link--paidfor) .inline-garnett-quote svg,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#c70000}.rich-link:not(.rich-link--paidfor) .inline-arrow-in-circle__svg,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .inline-arrow-in-circle__svg{fill:#c70000}.rich-link:not(.rich-link--paidfor) .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor) .rich-link__container::before,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .rich-link__container::before{background-color:#c70000}.rich-link:not(.rich-link--paidfor) .rich-link__byline,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor) .rich-link__header,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor) .rich-link__byline,.rich-link:not(.rich-link--paidfor) .rich-link__kicker,.rich-link:not(.rich-link--paidfor) .rich-link__read-more-text,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .rich-link__byline,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .rich-link__kicker,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .rich-link__read-more-text{color:#c70000}.rich-link:not(.rich-link--paidfor) .rich-link__kicker,.rich-link:not(.rich-link--paidfor).rich-link--pillar-news .rich-link__kicker{border-right:0.0625rem solid #c70000;padding-right:.375em}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion,.rich-link:not(.rich-link--paidfor).tone-comment--item{background-color:#f6f6f6}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .u-faux-block-link--hover,.rich-link:not(.rich-link--paidfor).tone-comment--item .u-faux-block-link--hover{background-color:#e9e9e9}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion a,.rich-link:not(.rich-link--paidfor).tone-comment--item a{color:inherit}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .inline-garnett-quote svg,.rich-link:not(.rich-link--paidfor).tone-comment--item .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#e05e00}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .inline-arrow-in-circle__svg,.rich-link:not(.rich-link--paidfor).tone-comment--item .inline-arrow-in-circle__svg{fill:#e05e00}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__container::before,.rich-link:not(.rich-link--paidfor).tone-comment--item .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).tone-comment--item .rich-link__container::before{background-color:#e05e00}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__byline,.rich-link:not(.rich-link--paidfor).tone-comment--item .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__header,.rich-link:not(.rich-link--paidfor).tone-comment--item .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__byline,.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__kicker,.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__read-more-text,.rich-link:not(.rich-link--paidfor).tone-comment--item .rich-link__byline,.rich-link:not(.rich-link--paidfor).tone-comment--item .rich-link__kicker,.rich-link:not(.rich-link--paidfor).tone-comment--item .rich-link__read-more-text{color:#e05e00}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__kicker,.rich-link:not(.rich-link--paidfor).tone-comment--item .rich-link__kicker{border-right:0.0625rem solid #e05e00;padding-right:.375em}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport{background-color:#f6f6f6}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .u-faux-block-link--hover{background-color:#e9e9e9}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport a{color:inherit}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#0084c6}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .inline-arrow-in-circle__svg{fill:#0084c6}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .rich-link__container::before{background-color:#0084c6}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .rich-link__byline,.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .rich-link__kicker,.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .rich-link__read-more-text{color:#0084c6}.rich-link:not(.rich-link--paidfor).rich-link--pillar-sport .rich-link__kicker{border-right:0.0625rem solid #0084c6;padding-right:.375em}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts{background-color:#f6f6f6}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .u-faux-block-link--hover{background-color:#e9e9e9}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts a{color:inherit}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#a1845c}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .inline-arrow-in-circle__svg{fill:#a1845c}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .rich-link__container::before{background-color:#a1845c}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .rich-link__byline,.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .rich-link__kicker,.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .rich-link__read-more-text{color:#a1845c}.rich-link:not(.rich-link--paidfor).rich-link--pillar-arts .rich-link__kicker{border-right:0.0625rem solid #a1845c;padding-right:.375em}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle{background-color:#f6f6f6}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .u-faux-block-link--hover{background-color:#e9e9e9}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle a{color:inherit}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#bb3b80}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .inline-arrow-in-circle__svg{fill:#bb3b80}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .rich-link__container::before{background-color:#bb3b80}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .rich-link__byline,.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .rich-link__kicker,.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .rich-link__read-more-text{color:#bb3b80}.rich-link:not(.rich-link--paidfor).rich-link--pillar-lifestyle .rich-link__kicker{border-right:0.0625rem solid #bb3b80;padding-right:.375em}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__image-container{display:none}.rich-link:not(.rich-link--paidfor).rich-link--pillar-opinion .rich-link__container{background-image:repeating-linear-gradient(to bottom, #dcdcdc, #dcdcdc 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:bottom;background-size:0.0625rem 0.8125rem;padding-bottom:0.8125rem}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news{background-color:#ab0613}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .u-faux-block-link--hover{background-color:#920510}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news a{color:inherit}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .inline-arrow-in-circle__svg{fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .rich-link__container::before{background-color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .rich-link__byline,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .rich-link__kicker,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .rich-link__read-more-text{color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-news .rich-link__kicker{border-right:0.0625rem solid #fff;padding-right:.375em}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion{background-color:#e05e00}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .u-faux-block-link--hover{background-color:#c75300}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion a{color:inherit}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .inline-arrow-in-circle__svg{fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .rich-link__container::before{background-color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .rich-link__byline,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .rich-link__kicker,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .rich-link__read-more-text{color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-opinion .rich-link__kicker{border-right:0.0625rem solid #fff;padding-right:.375em}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport{background-color:#005689}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .u-faux-block-link--hover{background-color:#004670}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport a{color:inherit}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .inline-arrow-in-circle__svg{fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .rich-link__container::before{background-color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .rich-link__byline,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .rich-link__kicker,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .rich-link__read-more-text{color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-sport .rich-link__kicker{border-right:0.0625rem solid #fff;padding-right:.375em}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts{background-color:#6b5840}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .u-faux-block-link--hover{background-color:#5b4b36}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts a{color:inherit}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .inline-arrow-in-circle__svg{fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .rich-link__container::before{background-color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .rich-link__byline,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .rich-link__kicker,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .rich-link__read-more-text{color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-arts .rich-link__kicker{border-right:0.0625rem solid #fff;padding-right:.375em}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle{background-color:#7d0068}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .u-faux-block-link--hover{background-color:#640053}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle a{color:inherit}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .inline-garnett-quote svg{height:1.25rem;width:0.625rem;margin-right:0.625rem;fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .inline-arrow-in-circle__svg{fill:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .rich-link__avatar__media,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .rich-link__container::before{background-color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .rich-link__byline{font-style:italic}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .rich-link__header{padding-top:0.125rem}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .rich-link__byline,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .rich-link__kicker,.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .rich-link__read-more-text{color:#fff}.rich-link:not(.rich-link--paidfor).tone-live--item.rich-link--pillar-lifestyle .rich-link__kicker{border-right:0.0625rem solid #fff;padding-right:.375em}.rich-link:not(.rich-link--paidfor).tone-live--item,.rich-link:not(.rich-link--paidfor).tone-live--item .rich-link__link{color:#ffffff}.rich-link:not(.rich-link--paidfor).rich-link--audio,.rich-link:not(.rich-link--paidfor).rich-link--gallery,.rich-link:not(.rich-link--paidfor).rich-link--video{background:#333}.rich-link:not(.rich-link--paidfor).rich-link--audio .u-faux-block-link--hover,.rich-link:not(.rich-link--paidfor).rich-link--gallery .u-faux-block-link--hover,.rich-link:not(.rich-link--paidfor).rich-link--video .u-faux-block-link--hover{background-color:#262626}.rich-link:not(.rich-link--paidfor).rich-link--audio,.rich-link:not(.rich-link--paidfor).rich-link--audio .rich-link__link,.rich-link:not(.rich-link--paidfor).rich-link--gallery,.rich-link:not(.rich-link--paidfor).rich-link--gallery .rich-link__link,.rich-link:not(.rich-link--paidfor).rich-link--video,.rich-link:not(.rich-link--paidfor).rich-link--video .rich-link__link{color:#ffffff}.rich-link:not(.rich-link--paidfor).rich-link--audio .rich-link__read-more-text,.rich-link:not(.rich-link--paidfor).rich-link--gallery .rich-link__read-more-text,.rich-link:not(.rich-link--paidfor).rich-link--video .rich-link__read-more-text{display:none}.immersive-main-media__headline-container .content__label__link{color:#f6f6f6}.content{padding-bottom:0;color:#121212}@media (min-width: 41.25em) and (max-width: 46.24em){.content--liveblog .content__header,.content--liveblog .content__headline,.content--liveblog .content__meta-container,.content--liveblog .content__standfirst,.content--media .content__header,.content--media .content__headline,.content--media .content__meta-container,.content--media .content__standfirst,.content--type-analysis .content__header,.content--type-analysis .content__headline,.content--type-analysis .content__meta-container,.content--type-analysis .content__standfirst,.content--type-article .content__header,.content--type-article .content__headline,.content--type-article .content__meta-container,.content--type-article .content__standfirst,.content--type-comment .content__header,.content--type-comment .content__headline,.content--type-comment .content__meta-container,.content--type-comment .content__standfirst,.content--type-feature .content__header,.content--type-feature .content__headline,.content--type-feature .content__meta-container,.content--type-feature .content__standfirst,.content--type-recipe .content__header,.content--type-recipe .content__headline,.content--type-recipe .content__meta-container,.content--type-recipe .content__standfirst,.content--type-guardianview .content__header,.content--type-guardianview .content__headline,.content--type-guardianview .content__meta-container,.content--type-guardianview .content__standfirst,.content--type-immersive:not(.content--minute-article) .content__header,.content--type-immersive:not(.content--minute-article) .content__headline,.content--type-immersive:not(.content--minute-article) .content__meta-container,.content--type-immersive:not(.content--minute-article) .content__standfirst,.content--type-interview .content__header,.content--type-interview .content__headline,.content--type-interview .content__meta-container,.content--type-interview .content__standfirst,.content--type-live .content__header,.content--type-live .content__headline,.content--type-live .content__meta-container,.content--type-live .content__standfirst,.content--type-matchreport .content__header,.content--type-matchreport .content__headline,.content--type-matchreport .content__meta-container,.content--type-matchreport .content__standfirst,.content--type-media .content__header,.content--type-media .content__headline,.content--type-media .content__meta-container,.content--type-media .content__standfirst,.content--type-review .content__header,.content--type-review .content__headline,.content--type-review .content__meta-container,.content--type-review .content__standfirst,.content--type-quiz .content__header,.content--type-quiz .content__headline,.content--type-quiz .content__meta-container,.content--type-quiz .content__standfirst{width:100%;max-width:38.75rem;margin:auto}}.content--liveblog .badge,.content--liveblog .badge--alt,.content--liveblog .content__headline,.content--liveblog .content__labels,.content--liveblog .content__standfirst,.content--liveblog .meta__extras,.content--liveblog .meta__contact-wrap,.content--media .badge,.content--media .badge--alt,.content--media .content__headline,.content--media .content__labels,.content--media .content__standfirst,.content--media .meta__extras,.content--media .meta__contact-wrap,.content--type-analysis .badge,.content--type-analysis .badge--alt,.content--type-analysis .content__headline,.content--type-analysis .content__labels,.content--type-analysis .content__standfirst,.content--type-analysis .meta__extras,.content--type-analysis .meta__contact-wrap,.content--type-article .badge,.content--type-article .badge--alt,.content--type-article .content__headline,.content--type-article .content__labels,.content--type-article .content__standfirst,.content--type-article .meta__extras,.content--type-article .meta__contact-wrap,.content--type-comment .badge,.content--type-comment .badge--alt,.content--type-comment .content__headline,.content--type-comment .content__labels,.content--type-comment .content__standfirst,.content--type-comment .meta__extras,.content--type-comment .meta__contact-wrap,.content--type-feature .badge,.content--type-feature .badge--alt,.content--type-feature .content__headline,.content--type-feature .content__labels,.content--type-feature .content__standfirst,.content--type-feature .meta__extras,.content--type-feature .meta__contact-wrap,.content--type-recipe .badge,.content--type-recipe .badge--alt,.content--type-recipe .content__headline,.content--type-recipe .content__labels,.content--type-recipe .content__standfirst,.content--type-recipe .meta__extras,.content--type-recipe .meta__contact-wrap,.content--type-guardianview .badge,.content--type-guardianview .badge--alt,.content--type-guardianview .content__headline,.content--type-guardianview .content__labels,.content--type-guardianview .content__standfirst,.content--type-guardianview .meta__extras,.content--type-guardianview .meta__contact-wrap,.content--type-immersive:not(.content--minute-article) .badge,.content--type-immersive:not(.content--minute-article) .badge--alt,.content--type-immersive:not(.content--minute-article) .content__headline,.content--type-immersive:not(.content--minute-article) .content__labels,.content--type-immersive:not(.content--minute-article) .content__standfirst,.content--type-immersive:not(.content--minute-article) .meta__extras,.content--type-immersive:not(.content--minute-article) .meta__contact-wrap,.content--type-interview .badge,.content--type-interview .badge--alt,.content--type-interview .content__headline,.content--type-interview .content__labels,.content--type-interview .content__standfirst,.content--type-interview .meta__extras,.content--type-interview .meta__contact-wrap,.content--type-live .badge,.content--type-live .badge--alt,.content--type-live .content__headline,.content--type-live .content__labels,.content--type-live .content__standfirst,.content--type-live .meta__extras,.content--type-live .meta__contact-wrap,.content--type-matchreport .badge,.content--type-matchreport .badge--alt,.content--type-matchreport .content__headline,.content--type-matchreport .content__labels,.content--type-matchreport .content__standfirst,.content--type-matchreport .meta__extras,.content--type-matchreport .meta__contact-wrap,.content--type-media .badge,.content--type-media .badge--alt,.content--type-media .content__headline,.content--type-media .content__labels,.content--type-media .content__standfirst,.content--type-media .meta__extras,.content--type-media .meta__contact-wrap,.content--type-review .badge,.content--type-review .badge--alt,.content--type-review .content__headline,.content--type-review .content__labels,.content--type-review .content__standfirst,.content--type-review .meta__extras,.content--type-review .meta__contact-wrap,.content--type-quiz .badge,.content--type-quiz .badge--alt,.content--type-quiz .content__headline,.content--type-quiz .content__labels,.content--type-quiz .content__standfirst,.content--type-quiz .meta__extras,.content--type-quiz .meta__contact-wrap{padding-left:0.625rem;padding-right:0.625rem}@media (min-width: 30em){.content--liveblog .badge,.content--liveblog .badge--alt,.content--liveblog .content__headline,.content--liveblog .content__labels,.content--liveblog .content__standfirst,.content--liveblog .meta__extras,.content--liveblog .meta__contact-wrap,.content--media .badge,.content--media .badge--alt,.content--media .content__headline,.content--media .content__labels,.content--media .content__standfirst,.content--media .meta__extras,.content--media .meta__contact-wrap,.content--type-analysis .badge,.content--type-analysis .badge--alt,.content--type-analysis .content__headline,.content--type-analysis .content__labels,.content--type-analysis .content__standfirst,.content--type-analysis .meta__extras,.content--type-analysis .meta__contact-wrap,.content--type-article .badge,.content--type-article .badge--alt,.content--type-article .content__headline,.content--type-article .content__labels,.content--type-article .content__standfirst,.content--type-article .meta__extras,.content--type-article .meta__contact-wrap,.content--type-comment .badge,.content--type-comment .badge--alt,.content--type-comment .content__headline,.content--type-comment .content__labels,.content--type-comment .content__standfirst,.content--type-comment .meta__extras,.content--type-comment .meta__contact-wrap,.content--type-feature .badge,.content--type-feature .badge--alt,.content--type-feature .content__headline,.content--type-feature .content__labels,.content--type-feature .content__standfirst,.content--type-feature .meta__extras,.content--type-feature .meta__contact-wrap,.content--type-recipe .badge,.content--type-recipe .badge--alt,.content--type-recipe .content__headline,.content--type-recipe .content__labels,.content--type-recipe .content__standfirst,.content--type-recipe .meta__extras,.content--type-recipe .meta__contact-wrap,.content--type-guardianview .badge,.content--type-guardianview .badge--alt,.content--type-guardianview .content__headline,.content--type-guardianview .content__labels,.content--type-guardianview .content__standfirst,.content--type-guardianview .meta__extras,.content--type-guardianview .meta__contact-wrap,.content--type-immersive:not(.content--minute-article) .badge,.content--type-immersive:not(.content--minute-article) .badge--alt,.content--type-immersive:not(.content--minute-article) .content__headline,.content--type-immersive:not(.content--minute-article) .content__labels,.content--type-immersive:not(.content--minute-article) .content__standfirst,.content--type-immersive:not(.content--minute-article) .meta__extras,.content--type-immersive:not(.content--minute-article) .meta__contact-wrap,.content--type-interview .badge,.content--type-interview .badge--alt,.content--type-interview .content__headline,.content--type-interview .content__labels,.content--type-interview .content__standfirst,.content--type-interview .meta__extras,.content--type-interview .meta__contact-wrap,.content--type-live .badge,.content--type-live .badge--alt,.content--type-live .content__headline,.content--type-live .content__labels,.content--type-live .content__standfirst,.content--type-live .meta__extras,.content--type-live .meta__contact-wrap,.content--type-matchreport .badge,.content--type-matchreport .badge--alt,.content--type-matchreport .content__headline,.content--type-matchreport .content__labels,.content--type-matchreport .content__standfirst,.content--type-matchreport .meta__extras,.content--type-matchreport .meta__contact-wrap,.content--type-media .badge,.content--type-media .badge--alt,.content--type-media .content__headline,.content--type-media .content__labels,.content--type-media .content__standfirst,.content--type-media .meta__extras,.content--type-media .meta__contact-wrap,.content--type-review .badge,.content--type-review .badge--alt,.content--type-review .content__headline,.content--type-review .content__labels,.content--type-review .content__standfirst,.content--type-review .meta__extras,.content--type-review .meta__contact-wrap,.content--type-quiz .badge,.content--type-quiz .badge--alt,.content--type-quiz .content__headline,.content--type-quiz .content__labels,.content--type-quiz .content__standfirst,.content--type-quiz .meta__extras,.content--type-quiz .meta__contact-wrap{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 41.25em){.content--liveblog .badge,.content--liveblog .badge--alt,.content--liveblog .content__headline,.content--liveblog .content__labels,.content--liveblog .content__standfirst,.content--liveblog .meta__extras,.content--liveblog .meta__contact-wrap,.content--media .badge,.content--media .badge--alt,.content--media .content__headline,.content--media .content__labels,.content--media .content__standfirst,.content--media .meta__extras,.content--media .meta__contact-wrap,.content--type-analysis .badge,.content--type-analysis .badge--alt,.content--type-analysis .content__headline,.content--type-analysis .content__labels,.content--type-analysis .content__standfirst,.content--type-analysis .meta__extras,.content--type-analysis .meta__contact-wrap,.content--type-article .badge,.content--type-article .badge--alt,.content--type-article .content__headline,.content--type-article .content__labels,.content--type-article .content__standfirst,.content--type-article .meta__extras,.content--type-article .meta__contact-wrap,.content--type-comment .badge,.content--type-comment .badge--alt,.content--type-comment .content__headline,.content--type-comment .content__labels,.content--type-comment .content__standfirst,.content--type-comment .meta__extras,.content--type-comment .meta__contact-wrap,.content--type-feature .badge,.content--type-feature .badge--alt,.content--type-feature .content__headline,.content--type-feature .content__labels,.content--type-feature .content__standfirst,.content--type-feature .meta__extras,.content--type-feature .meta__contact-wrap,.content--type-recipe .badge,.content--type-recipe .badge--alt,.content--type-recipe .content__headline,.content--type-recipe .content__labels,.content--type-recipe .content__standfirst,.content--type-recipe .meta__extras,.content--type-recipe .meta__contact-wrap,.content--type-guardianview .badge,.content--type-guardianview .badge--alt,.content--type-guardianview .content__headline,.content--type-guardianview .content__labels,.content--type-guardianview .content__standfirst,.content--type-guardianview .meta__extras,.content--type-guardianview .meta__contact-wrap,.content--type-immersive:not(.content--minute-article) .badge,.content--type-immersive:not(.content--minute-article) .badge--alt,.content--type-immersive:not(.content--minute-article) .content__headline,.content--type-immersive:not(.content--minute-article) .content__labels,.content--type-immersive:not(.content--minute-article) .content__standfirst,.content--type-immersive:not(.content--minute-article) .meta__extras,.content--type-immersive:not(.content--minute-article) .meta__contact-wrap,.content--type-interview .badge,.content--type-interview .badge--alt,.content--type-interview .content__headline,.content--type-interview .content__labels,.content--type-interview .content__standfirst,.content--type-interview .meta__extras,.content--type-interview .meta__contact-wrap,.content--type-live .badge,.content--type-live .badge--alt,.content--type-live .content__headline,.content--type-live .content__labels,.content--type-live .content__standfirst,.content--type-live .meta__extras,.content--type-live .meta__contact-wrap,.content--type-matchreport .badge,.content--type-matchreport .badge--alt,.content--type-matchreport .content__headline,.content--type-matchreport .content__labels,.content--type-matchreport .content__standfirst,.content--type-matchreport .meta__extras,.content--type-matchreport .meta__contact-wrap,.content--type-media .badge,.content--type-media .badge--alt,.content--type-media .content__headline,.content--type-media .content__labels,.content--type-media .content__standfirst,.content--type-media .meta__extras,.content--type-media .meta__contact-wrap,.content--type-review .badge,.content--type-review .badge--alt,.content--type-review .content__headline,.content--type-review .content__labels,.content--type-review .content__standfirst,.content--type-review .meta__extras,.content--type-review .meta__contact-wrap,.content--type-quiz .badge,.content--type-quiz .badge--alt,.content--type-quiz .content__headline,.content--type-quiz .content__labels,.content--type-quiz .content__standfirst,.content--type-quiz .meta__extras,.content--type-quiz .meta__contact-wrap{padding-left:0;padding-right:0}}.content--liveblog .content__meta-container,.content--media .content__meta-container,.content--type-analysis .content__meta-container,.content--type-article .content__meta-container,.content--type-comment .content__meta-container,.content--type-feature .content__meta-container,.content--type-recipe .content__meta-container,.content--type-guardianview .content__meta-container,.content--type-immersive:not(.content--minute-article) .content__meta-container,.content--type-interview .content__meta-container,.content--type-live .content__meta-container,.content--type-matchreport .content__meta-container,.content--type-media .content__meta-container,.content--type-review .content__meta-container,.content--type-quiz .content__meta-container{background-image:repeating-linear-gradient(to bottom, #dcdcdc, #dcdcdc 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:top;background-size:0.0625rem 0.8125rem;padding-top:0.9375rem;margin-bottom:0.375rem}@media (min-width: 71.25em){.content--liveblog .content__meta-container,.content--media .content__meta-container,.content--type-analysis .content__meta-container,.content--type-article .content__meta-container,.content--type-comment .content__meta-container,.content--type-feature .content__meta-container,.content--type-recipe .content__meta-container,.content--type-guardianview .content__meta-container,.content--type-immersive:not(.content--minute-article) .content__meta-container,.content--type-interview .content__meta-container,.content--type-live .content__meta-container,.content--type-matchreport .content__meta-container,.content--type-media .content__meta-container,.content--type-review .content__meta-container,.content--type-quiz .content__meta-container{position:absolute}}@media (min-width: 71.25em){.content--liveblog .badge,.content--liveblog .content__meta-container,.content--media .badge,.content--media .content__meta-container,.content--type-analysis .badge,.content--type-analysis .content__meta-container,.content--type-article .badge,.content--type-article .content__meta-container,.content--type-comment .badge,.content--type-comment .content__meta-container,.content--type-feature .badge,.content--type-feature .content__meta-container,.content--type-recipe .badge,.content--type-recipe .content__meta-container,.content--type-guardianview .badge,.content--type-guardianview .content__meta-container,.content--type-immersive:not(.content--minute-article) .badge,.content--type-immersive:not(.content--minute-article) .content__meta-container,.content--type-interview .badge,.content--type-interview .content__meta-container,.content--type-live .badge,.content--type-live .content__meta-container,.content--type-matchreport .badge,.content--type-matchreport .content__meta-container,.content--type-media .badge,.content--type-media .content__meta-container,.content--type-review .badge,.content--type-review .content__meta-container,.content--type-quiz .badge,.content--type-quiz .content__meta-container{width:8.75rem}}@media (min-width: 81.25em){.content--liveblog .badge,.content--liveblog .content__meta-container,.content--media .badge,.content--media .content__meta-container,.content--type-analysis .badge,.content--type-analysis .content__meta-container,.content--type-article .badge,.content--type-article .content__meta-container,.content--type-comment .badge,.content--type-comment .content__meta-container,.content--type-feature .badge,.content--type-feature .content__meta-container,.content--type-recipe .badge,.content--type-recipe .content__meta-container,.content--type-guardianview .badge,.content--type-guardianview .content__meta-container,.content--type-immersive:not(.content--minute-article) .badge,.content--type-immersive:not(.content--minute-article) .content__meta-container,.content--type-interview .badge,.content--type-interview .content__meta-container,.content--type-live .badge,.content--type-live .content__meta-container,.content--type-matchreport .badge,.content--type-matchreport .content__meta-container,.content--type-media .badge,.content--type-media .content__meta-container,.content--type-review .badge,.content--type-review .content__meta-container,.content--type-quiz .badge,.content--type-quiz .content__meta-container{width:13.75rem}}.content--liveblog .meta__contact-wrap,.content--media .meta__contact-wrap,.content--type-analysis .meta__contact-wrap,.content--type-article .meta__contact-wrap,.content--type-comment .meta__contact-wrap,.content--type-feature .meta__contact-wrap,.content--type-recipe .meta__contact-wrap,.content--type-guardianview .meta__contact-wrap,.content--type-immersive:not(.content--minute-article) .meta__contact-wrap,.content--type-interview .meta__contact-wrap,.content--type-live .meta__contact-wrap,.content--type-matchreport .meta__contact-wrap,.content--type-media .meta__contact-wrap,.content--type-review .meta__contact-wrap,.content--type-quiz .meta__contact-wrap{float:left;max-width:calc(100% - 5.625rem)}@media (min-width: 30em){.content--liveblog .meta__contact-wrap,.content--media .meta__contact-wrap,.content--type-analysis .meta__contact-wrap,.content--type-article .meta__contact-wrap,.content--type-comment .meta__contact-wrap,.content--type-feature .meta__contact-wrap,.content--type-recipe .meta__contact-wrap,.content--type-guardianview .meta__contact-wrap,.content--type-immersive:not(.content--minute-article) .meta__contact-wrap,.content--type-interview .meta__contact-wrap,.content--type-live .meta__contact-wrap,.content--type-matchreport .meta__contact-wrap,.content--type-media .meta__contact-wrap,.content--type-review .meta__contact-wrap,.content--type-quiz .meta__contact-wrap{max-width:calc(100% - 6.875rem)}}@media (min-width: 71.25em){.content--liveblog .meta__contact-wrap,.content--media .meta__contact-wrap,.content--type-analysis .meta__contact-wrap,.content--type-article .meta__contact-wrap,.content--type-comment .meta__contact-wrap,.content--type-feature .meta__contact-wrap,.content--type-recipe .meta__contact-wrap,.content--type-guardianview .meta__contact-wrap,.content--type-immersive:not(.content--minute-article) .meta__contact-wrap,.content--type-interview .meta__contact-wrap,.content--type-live .meta__contact-wrap,.content--type-matchreport .meta__contact-wrap,.content--type-media .meta__contact-wrap,.content--type-review .meta__contact-wrap,.content--type-quiz .meta__contact-wrap{max-width:100%}}.content--liveblog .content__main-column--article .badge--alt,.content--media .content__main-column--article .badge--alt,.content--type-analysis .content__main-column--article .badge--alt,.content--type-article .content__main-column--article .badge--alt,.content--type-comment .content__main-column--article .badge--alt,.content--type-feature .content__main-column--article .badge--alt,.content--type-recipe .content__main-column--article .badge--alt,.content--type-guardianview .content__main-column--article .badge--alt,.content--type-immersive:not(.content--minute-article) .content__main-column--article .badge--alt,.content--type-interview .content__main-column--article .badge--alt,.content--type-live .content__main-column--article .badge--alt,.content--type-matchreport .content__main-column--article .badge--alt,.content--type-media .content__main-column--article .badge--alt,.content--type-review .content__main-column--article .badge--alt,.content--type-quiz .content__main-column--article .badge--alt{padding-bottom:0.75rem}.content--liveblog .badge--alt,.content--media .badge--alt,.content--type-analysis .badge--alt,.content--type-article .badge--alt,.content--type-comment .badge--alt,.content--type-feature .badge--alt,.content--type-recipe .badge--alt,.content--type-guardianview .badge--alt,.content--type-immersive:not(.content--minute-article) .badge--alt,.content--type-interview .badge--alt,.content--type-live .badge--alt,.content--type-matchreport .badge--alt,.content--type-media .badge--alt,.content--type-review .badge--alt,.content--type-quiz .badge--alt{padding-top:0;border-top:0;margin-top:0.125rem;margin-bottom:-0.25rem}.content--liveblog .badge--alt a,.content--media .badge--alt a,.content--type-analysis .badge--alt a,.content--type-article .badge--alt a,.content--type-comment .badge--alt a,.content--type-feature .badge--alt a,.content--type-recipe .badge--alt a,.content--type-guardianview .badge--alt a,.content--type-immersive:not(.content--minute-article) .badge--alt a,.content--type-interview .badge--alt a,.content--type-live .badge--alt a,.content--type-matchreport .badge--alt a,.content--type-media .badge--alt a,.content--type-review .badge--alt a,.content--type-quiz .badge--alt a{padding-bottom:0;margin-bottom:0}.content--liveblog .content__meta-container .byline-img,.content--media .content__meta-container .byline-img,.content--type-analysis .content__meta-container .byline-img,.content--type-article .content__meta-container .byline-img,.content--type-comment .content__meta-container .byline-img,.content--type-feature .content__meta-container .byline-img,.content--type-recipe .content__meta-container .byline-img,.content--type-guardianview .content__meta-container .byline-img,.content--type-immersive:not(.content--minute-article) .content__meta-container .byline-img,.content--type-interview .content__meta-container .byline-img,.content--type-live .content__meta-container .byline-img,.content--type-matchreport .content__meta-container .byline-img,.content--type-media .content__meta-container .byline-img,.content--type-review .content__meta-container .byline-img,.content--type-quiz .content__meta-container .byline-img{max-width:3.75rem;float:left;border-top:0;margin:0.1875rem 0 0.75rem 0.625rem}@media (min-width: 30em){.content--liveblog .content__meta-container .byline-img,.content--media .content__meta-container .byline-img,.content--type-analysis .content__meta-container .byline-img,.content--type-article .content__meta-container .byline-img,.content--type-comment .content__meta-container .byline-img,.content--type-feature .content__meta-container .byline-img,.content--type-recipe .content__meta-container .byline-img,.content--type-guardianview .content__meta-container .byline-img,.content--type-immersive:not(.content--minute-article) .content__meta-container .byline-img,.content--type-interview .content__meta-container .byline-img,.content--type-live .content__meta-container .byline-img,.content--type-matchreport .content__meta-container .byline-img,.content--type-media .content__meta-container .byline-img,.content--type-review .content__meta-container .byline-img,.content--type-quiz .content__meta-container .byline-img{max-width:4rem;margin-left:1.25rem}}@media (min-width: 41.25em){.content--liveblog .content__meta-container .byline-img,.content--media .content__meta-container .byline-img,.content--type-analysis .content__meta-container .byline-img,.content--type-article .content__meta-container .byline-img,.content--type-comment .content__meta-container .byline-img,.content--type-feature .content__meta-container .byline-img,.content--type-recipe .content__meta-container .byline-img,.content--type-guardianview .content__meta-container .byline-img,.content--type-immersive:not(.content--minute-article) .content__meta-container .byline-img,.content--type-interview .content__meta-container .byline-img,.content--type-live .content__meta-container .byline-img,.content--type-matchreport .content__meta-container .byline-img,.content--type-media .content__meta-container .byline-img,.content--type-review .content__meta-container .byline-img,.content--type-quiz .content__meta-container .byline-img{margin-left:0;margin-right:0.625rem}}@media (min-width: 71.25em){.content--liveblog .content__meta-container .byline-img,.content--media .content__meta-container .byline-img,.content--type-analysis .content__meta-container .byline-img,.content--type-article .content__meta-container .byline-img,.content--type-comment .content__meta-container .byline-img,.content--type-feature .content__meta-container .byline-img,.content--type-recipe .content__meta-container .byline-img,.content--type-guardianview .content__meta-container .byline-img,.content--type-immersive:not(.content--minute-article) .content__meta-container .byline-img,.content--type-interview .content__meta-container .byline-img,.content--type-live .content__meta-container .byline-img,.content--type-matchreport .content__meta-container .byline-img,.content--type-media .content__meta-container .byline-img,.content--type-review .content__meta-container .byline-img,.content--type-quiz .content__meta-container .byline-img{margin-top:0.375rem;max-width:none}}.content--liveblog .meta__bio,.content--media .meta__bio,.content--type-analysis .meta__bio,.content--type-article .meta__bio,.content--type-comment .meta__bio,.content--type-feature .meta__bio,.content--type-recipe .meta__bio,.content--type-guardianview .meta__bio,.content--type-immersive:not(.content--minute-article) .meta__bio,.content--type-interview .meta__bio,.content--type-live .meta__bio,.content--type-matchreport .meta__bio,.content--type-media .meta__bio,.content--type-review .meta__bio,.content--type-quiz .meta__bio{border-top:0;padding-top:0;padding-bottom:0.75rem}.content--liveblog .meta__contact-header,.content--media .meta__contact-header,.content--type-analysis .meta__contact-header,.content--type-article .meta__contact-header,.content--type-comment .meta__contact-header,.content--type-feature .meta__contact-header,.content--type-recipe .meta__contact-header,.content--type-guardianview .meta__contact-header,.content--type-immersive:not(.content--minute-article) .meta__contact-header,.content--type-interview .meta__contact-header,.content--type-live .meta__contact-header,.content--type-matchreport .meta__contact-header,.content--type-media .meta__contact-header,.content--type-review .meta__contact-header,.content--type-quiz .meta__contact-header{display:none}.content--liveblog .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--media .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-analysis .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-article .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-comment .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-feature .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-recipe .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-guardianview .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-immersive:not(.content--minute-article) .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-interview .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-live .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-matchreport .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-media .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-review .content__meta-container--email.content__meta-container--twitter .meta__twitter,.content--type-quiz .content__meta-container--email.content__meta-container--twitter .meta__twitter{margin-top:0;margin-bottom:0}.content--liveblog .content__meta-container--email.content__meta-container--twitter .meta__email,.content--media .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-analysis .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-article .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-comment .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-feature .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-recipe .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-guardianview .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-immersive:not(.content--minute-article) .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-interview .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-live .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-matchreport .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-media .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-review .content__meta-container--email.content__meta-container--twitter .meta__email,.content--type-quiz .content__meta-container--email.content__meta-container--twitter .meta__email{margin-top:0;margin-bottom:0}.content--liveblog .meta__email,.content--liveblog .meta__twitter,.content--media .meta__email,.content--media .meta__twitter,.content--type-analysis .meta__email,.content--type-analysis .meta__twitter,.content--type-article .meta__email,.content--type-article .meta__twitter,.content--type-comment .meta__email,.content--type-comment .meta__twitter,.content--type-feature .meta__email,.content--type-feature .meta__twitter,.content--type-recipe .meta__email,.content--type-recipe .meta__twitter,.content--type-guardianview .meta__email,.content--type-guardianview .meta__twitter,.content--type-immersive:not(.content--minute-article) .meta__email,.content--type-immersive:not(.content--minute-article) .meta__twitter,.content--type-interview .meta__email,.content--type-interview .meta__twitter,.content--type-live .meta__email,.content--type-live .meta__twitter,.content--type-matchreport .meta__email,.content--type-matchreport .meta__twitter,.content--type-media .meta__email,.content--type-media .meta__twitter,.content--type-review .meta__email,.content--type-review .meta__twitter,.content--type-quiz .meta__email,.content--type-quiz .meta__twitter{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;margin:0;margin-top:0;margin-right:0;margin-bottom:-0.125rem;display:inline-block;font-weight:bold;text-decoration:none;padding-right:0.625rem}.content--liveblog .meta__email svg,.content--liveblog .meta__twitter svg,.content--media .meta__email svg,.content--media .meta__twitter svg,.content--type-analysis .meta__email svg,.content--type-analysis .meta__twitter svg,.content--type-article .meta__email svg,.content--type-article .meta__twitter svg,.content--type-comment .meta__email svg,.content--type-comment .meta__twitter svg,.content--type-feature .meta__email svg,.content--type-feature .meta__twitter svg,.content--type-recipe .meta__email svg,.content--type-recipe .meta__twitter svg,.content--type-guardianview .meta__email svg,.content--type-guardianview .meta__twitter svg,.content--type-immersive:not(.content--minute-article) .meta__email svg,.content--type-immersive:not(.content--minute-article) .meta__twitter svg,.content--type-interview .meta__email svg,.content--type-interview .meta__twitter svg,.content--type-live .meta__email svg,.content--type-live .meta__twitter svg,.content--type-matchreport .meta__email svg,.content--type-matchreport .meta__twitter svg,.content--type-media .meta__email svg,.content--type-media .meta__twitter svg,.content--type-review .meta__email svg,.content--type-review .meta__twitter svg,.content--type-quiz .meta__email svg,.content--type-quiz .meta__twitter svg{height:0.625rem;max-width:0.75rem;margin-right:0}.content--liveblog .meta__email a,.content--liveblog .meta__twitter a,.content--media .meta__email a,.content--media .meta__twitter a,.content--type-analysis .meta__email a,.content--type-analysis .meta__twitter a,.content--type-article .meta__email a,.content--type-article .meta__twitter a,.content--type-comment .meta__email a,.content--type-comment .meta__twitter a,.content--type-feature .meta__email a,.content--type-feature .meta__twitter a,.content--type-recipe .meta__email a,.content--type-recipe .meta__twitter a,.content--type-guardianview .meta__email a,.content--type-guardianview .meta__twitter a,.content--type-immersive:not(.content--minute-article) .meta__email a,.content--type-immersive:not(.content--minute-article) .meta__twitter a,.content--type-interview .meta__email a,.content--type-interview .meta__twitter a,.content--type-live .meta__email a,.content--type-live .meta__twitter a,.content--type-matchreport .meta__email a,.content--type-matchreport .meta__twitter a,.content--type-media .meta__email a,.content--type-media .meta__twitter a,.content--type-review .meta__email a,.content--type-review .meta__twitter a,.content--type-quiz .meta__email a,.content--type-quiz .meta__twitter a{color:#767676}.content--liveblog .meta__email a .inline-icon,.content--liveblog .meta__twitter a .inline-icon,.content--media .meta__email a .inline-icon,.content--media .meta__twitter a .inline-icon,.content--type-analysis .meta__email a .inline-icon,.content--type-analysis .meta__twitter a .inline-icon,.content--type-article .meta__email a .inline-icon,.content--type-article .meta__twitter a .inline-icon,.content--type-comment .meta__email a .inline-icon,.content--type-comment .meta__twitter a .inline-icon,.content--type-feature .meta__email a .inline-icon,.content--type-feature .meta__twitter a .inline-icon,.content--type-recipe .meta__email a .inline-icon,.content--type-recipe .meta__twitter a .inline-icon,.content--type-guardianview .meta__email a .inline-icon,.content--type-guardianview .meta__twitter a .inline-icon,.content--type-immersive:not(.content--minute-article) .meta__email a .inline-icon,.content--type-immersive:not(.content--minute-article) .meta__twitter a .inline-icon,.content--type-interview .meta__email a .inline-icon,.content--type-interview .meta__twitter a .inline-icon,.content--type-live .meta__email a .inline-icon,.content--type-live .meta__twitter a .inline-icon,.content--type-matchreport .meta__email a .inline-icon,.content--type-matchreport .meta__twitter a .inline-icon,.content--type-media .meta__email a .inline-icon,.content--type-media .meta__twitter a .inline-icon,.content--type-review .meta__email a .inline-icon,.content--type-review .meta__twitter a .inline-icon,.content--type-quiz .meta__email a .inline-icon,.content--type-quiz .meta__twitter a .inline-icon{fill:#767676}.content--liveblog .meta__email a:focus,.content--liveblog .meta__email a:hover,.content--liveblog .meta__twitter a:focus,.content--liveblog .meta__twitter a:hover,.content--media .meta__email a:focus,.content--media .meta__email a:hover,.content--media .meta__twitter a:focus,.content--media .meta__twitter a:hover,.content--type-analysis .meta__email a:focus,.content--type-analysis .meta__email a:hover,.content--type-analysis .meta__twitter a:focus,.content--type-analysis .meta__twitter a:hover,.content--type-article .meta__email a:focus,.content--type-article .meta__email a:hover,.content--type-article .meta__twitter a:focus,.content--type-article .meta__twitter a:hover,.content--type-comment .meta__email a:focus,.content--type-comment .meta__email a:hover,.content--type-comment .meta__twitter a:focus,.content--type-comment .meta__twitter a:hover,.content--type-feature .meta__email a:focus,.content--type-feature .meta__email a:hover,.content--type-feature .meta__twitter a:focus,.content--type-feature .meta__twitter a:hover,.content--type-recipe .meta__email a:focus,.content--type-recipe .meta__email a:hover,.content--type-recipe .meta__twitter a:focus,.content--type-recipe .meta__twitter a:hover,.content--type-guardianview .meta__email a:focus,.content--type-guardianview .meta__email a:hover,.content--type-guardianview .meta__twitter a:focus,.content--type-guardianview .meta__twitter a:hover,.content--type-immersive:not(.content--minute-article) .meta__email a:focus,.content--type-immersive:not(.content--minute-article) .meta__email a:hover,.content--type-immersive:not(.content--minute-article) .meta__twitter a:focus,.content--type-immersive:not(.content--minute-article) .meta__twitter a:hover,.content--type-interview .meta__email a:focus,.content--type-interview .meta__email a:hover,.content--type-interview .meta__twitter a:focus,.content--type-interview .meta__twitter a:hover,.content--type-live .meta__email a:focus,.content--type-live .meta__email a:hover,.content--type-live .meta__twitter a:focus,.content--type-live .meta__twitter a:hover,.content--type-matchreport .meta__email a:focus,.content--type-matchreport .meta__email a:hover,.content--type-matchreport .meta__twitter a:focus,.content--type-matchreport .meta__twitter a:hover,.content--type-media .meta__email a:focus,.content--type-media .meta__email a:hover,.content--type-media .meta__twitter a:focus,.content--type-media .meta__twitter a:hover,.content--type-review .meta__email a:focus,.content--type-review .meta__email a:hover,.content--type-review .meta__twitter a:focus,.content--type-review .meta__twitter a:hover,.content--type-quiz .meta__email a:focus,.content--type-quiz .meta__email a:hover,.content--type-quiz .meta__twitter a:focus,.content--type-quiz .meta__twitter a:hover{text-decoration:none}.content--liveblog .meta__email a:focus .contact,.content--liveblog .meta__email a:hover .contact,.content--liveblog .meta__twitter a:focus .contact,.content--liveblog .meta__twitter a:hover .contact,.content--media .meta__email a:focus .contact,.content--media .meta__email a:hover .contact,.content--media .meta__twitter a:focus .contact,.content--media .meta__twitter a:hover .contact,.content--type-analysis .meta__email a:focus .contact,.content--type-analysis .meta__email a:hover .contact,.content--type-analysis .meta__twitter a:focus .contact,.content--type-analysis .meta__twitter a:hover .contact,.content--type-article .meta__email a:focus .contact,.content--type-article .meta__email a:hover .contact,.content--type-article .meta__twitter a:focus .contact,.content--type-article .meta__twitter a:hover .contact,.content--type-comment .meta__email a:focus .contact,.content--type-comment .meta__email a:hover .contact,.content--type-comment .meta__twitter a:focus .contact,.content--type-comment .meta__twitter a:hover .contact,.content--type-feature .meta__email a:focus .contact,.content--type-feature .meta__email a:hover .contact,.content--type-feature .meta__twitter a:focus .contact,.content--type-feature .meta__twitter a:hover .contact,.content--type-recipe .meta__email a:focus .contact,.content--type-recipe .meta__email a:hover .contact,.content--type-recipe .meta__twitter a:focus .contact,.content--type-recipe .meta__twitter a:hover .contact,.content--type-guardianview .meta__email a:focus .contact,.content--type-guardianview .meta__email a:hover .contact,.content--type-guardianview .meta__twitter a:focus .contact,.content--type-guardianview .meta__twitter a:hover .contact,.content--type-immersive:not(.content--minute-article) .meta__email a:focus .contact,.content--type-immersive:not(.content--minute-article) .meta__email a:hover .contact,.content--type-immersive:not(.content--minute-article) .meta__twitter a:focus .contact,.content--type-immersive:not(.content--minute-article) .meta__twitter a:hover .contact,.content--type-interview .meta__email a:focus .contact,.content--type-interview .meta__email a:hover .contact,.content--type-interview .meta__twitter a:focus .contact,.content--type-interview .meta__twitter a:hover .contact,.content--type-live .meta__email a:focus .contact,.content--type-live .meta__email a:hover .contact,.content--type-live .meta__twitter a:focus .contact,.content--type-live .meta__twitter a:hover .contact,.content--type-matchreport .meta__email a:focus .contact,.content--type-matchreport .meta__email a:hover .contact,.content--type-matchreport .meta__twitter a:focus .contact,.content--type-matchreport .meta__twitter a:hover .contact,.content--type-media .meta__email a:focus .contact,.content--type-media .meta__email a:hover .contact,.content--type-media .meta__twitter a:focus .contact,.content--type-media .meta__twitter a:hover .contact,.content--type-review .meta__email a:focus .contact,.content--type-review .meta__email a:hover .contact,.content--type-review .meta__twitter a:focus .contact,.content--type-review .meta__twitter a:hover .contact,.content--type-quiz .meta__email a:focus .contact,.content--type-quiz .meta__email a:hover .contact,.content--type-quiz .meta__twitter a:focus .contact,.content--type-quiz .meta__twitter a:hover .contact{text-decoration:underline}.content--liveblog .meta__email .contact,.content--liveblog .meta__twitter .contact,.content--media .meta__email .contact,.content--media .meta__twitter .contact,.content--type-analysis .meta__email .contact,.content--type-analysis .meta__twitter .contact,.content--type-article .meta__email .contact,.content--type-article .meta__twitter .contact,.content--type-comment .meta__email .contact,.content--type-comment .meta__twitter .contact,.content--type-feature .meta__email .contact,.content--type-feature .meta__twitter .contact,.content--type-recipe .meta__email .contact,.content--type-recipe .meta__twitter .contact,.content--type-guardianview .meta__email .contact,.content--type-guardianview .meta__twitter .contact,.content--type-immersive:not(.content--minute-article) .meta__email .contact,.content--type-immersive:not(.content--minute-article) .meta__twitter .contact,.content--type-interview .meta__email .contact,.content--type-interview .meta__twitter .contact,.content--type-live .meta__email .contact,.content--type-live .meta__twitter .contact,.content--type-matchreport .meta__email .contact,.content--type-matchreport .meta__twitter .contact,.content--type-media .meta__email .contact,.content--type-media .meta__twitter .contact,.content--type-review .meta__email .contact,.content--type-review .meta__twitter .contact,.content--type-quiz .meta__email .contact,.content--type-quiz .meta__twitter .contact{color:#767676;display:inline-block !important}.content--liveblog .meta__extras,.content--media .meta__extras,.content--type-analysis .meta__extras,.content--type-article .meta__extras,.content--type-comment .meta__extras,.content--type-feature .meta__extras,.content--type-recipe .meta__extras,.content--type-guardianview .meta__extras,.content--type-immersive:not(.content--minute-article) .meta__extras,.content--type-interview .meta__extras,.content--type-live .meta__extras,.content--type-matchreport .meta__extras,.content--type-media .meta__extras,.content--type-review .meta__extras,.content--type-quiz .meta__extras{-webkit-order:5;-ms-flex-order:5;order:5}.content--liveblog .block-share__item,.content--liveblog .social-icon,.content--media .block-share__item,.content--media .social-icon,.content--type-analysis .block-share__item,.content--type-analysis .social-icon,.content--type-article .block-share__item,.content--type-article .social-icon,.content--type-comment .block-share__item,.content--type-comment .social-icon,.content--type-feature .block-share__item,.content--type-feature .social-icon,.content--type-recipe .block-share__item,.content--type-recipe .social-icon,.content--type-guardianview .block-share__item,.content--type-guardianview .social-icon,.content--type-immersive:not(.content--minute-article) .block-share__item,.content--type-immersive:not(.content--minute-article) .social-icon,.content--type-interview .block-share__item,.content--type-interview .social-icon,.content--type-live .block-share__item,.content--type-live .social-icon,.content--type-matchreport .block-share__item,.content--type-matchreport .social-icon,.content--type-media .block-share__item,.content--type-media .social-icon,.content--type-review .block-share__item,.content--type-review .social-icon,.content--type-quiz .block-share__item,.content--type-quiz .social-icon{background-color:transparent;border:0.0625rem solid #dcdcdc}.content--liveblog .block-share__item:focus svg,.content--liveblog .block-share__item:hover svg,.content--liveblog .social-icon:focus svg,.content--liveblog .social-icon:hover svg,.content--media .block-share__item:focus svg,.content--media .block-share__item:hover svg,.content--media .social-icon:focus svg,.content--media .social-icon:hover svg,.content--type-analysis .block-share__item:focus svg,.content--type-analysis .block-share__item:hover svg,.content--type-analysis .social-icon:focus svg,.content--type-analysis .social-icon:hover svg,.content--type-article .block-share__item:focus svg,.content--type-article .block-share__item:hover svg,.content--type-article .social-icon:focus svg,.content--type-article .social-icon:hover svg,.content--type-comment .block-share__item:focus svg,.content--type-comment .block-share__item:hover svg,.content--type-comment .social-icon:focus svg,.content--type-comment .social-icon:hover svg,.content--type-feature .block-share__item:focus svg,.content--type-feature .block-share__item:hover svg,.content--type-feature .social-icon:focus svg,.content--type-feature .social-icon:hover svg,.content--type-recipe .block-share__item:focus svg,.content--type-recipe .block-share__item:hover svg,.content--type-recipe .social-icon:focus svg,.content--type-recipe .social-icon:hover svg,.content--type-guardianview .block-share__item:focus svg,.content--type-guardianview .block-share__item:hover svg,.content--type-guardianview .social-icon:focus svg,.content--type-guardianview .social-icon:hover svg,.content--type-immersive:not(.content--minute-article) .block-share__item:focus svg,.content--type-immersive:not(.content--minute-article) .block-share__item:hover svg,.content--type-immersive:not(.content--minute-article) .social-icon:focus svg,.content--type-immersive:not(.content--minute-article) .social-icon:hover svg,.content--type-interview .block-share__item:focus svg,.content--type-interview .block-share__item:hover svg,.content--type-interview .social-icon:focus svg,.content--type-interview .social-icon:hover svg,.content--type-live .block-share__item:focus svg,.content--type-live .block-share__item:hover svg,.content--type-live .social-icon:focus svg,.content--type-live .social-icon:hover svg,.content--type-matchreport .block-share__item:focus svg,.content--type-matchreport .block-share__item:hover svg,.content--type-matchreport .social-icon:focus svg,.content--type-matchreport .social-icon:hover svg,.content--type-media .block-share__item:focus svg,.content--type-media .block-share__item:hover svg,.content--type-media .social-icon:focus svg,.content--type-media .social-icon:hover svg,.content--type-review .block-share__item:focus svg,.content--type-review .block-share__item:hover svg,.content--type-review .social-icon:focus svg,.content--type-review .social-icon:hover svg,.content--type-quiz .block-share__item:focus svg,.content--type-quiz .block-share__item:hover svg,.content--type-quiz .social-icon:focus svg,.content--type-quiz .social-icon:hover svg{fill:#fff}.content--liveblog .meta__number+.meta__number,.content--media .meta__number+.meta__number,.content--type-analysis .meta__number+.meta__number,.content--type-article .meta__number+.meta__number,.content--type-comment .meta__number+.meta__number,.content--type-feature .meta__number+.meta__number,.content--type-recipe .meta__number+.meta__number,.content--type-guardianview .meta__number+.meta__number,.content--type-immersive:not(.content--minute-article) .meta__number+.meta__number,.content--type-interview .meta__number+.meta__number,.content--type-live .meta__number+.meta__number,.content--type-matchreport .meta__number+.meta__number,.content--type-media .meta__number+.meta__number,.content--type-review .meta__number+.meta__number,.content--type-quiz .meta__number+.meta__number{border-color:#dcdcdc}@media (min-width: 71.25em){.content--liveblog .content__main-column:not(.content__main-column--gallery):before,.content--media .content__main-column:not(.content__main-column--gallery):before,.content--type-analysis .content__main-column:not(.content__main-column--gallery):before,.content--type-article .content__main-column:not(.content__main-column--gallery):before,.content--type-comment .content__main-column:not(.content__main-column--gallery):before,.content--type-feature .content__main-column:not(.content__main-column--gallery):before,.content--type-recipe .content__main-column:not(.content__main-column--gallery):before,.content--type-guardianview .content__main-column:not(.content__main-column--gallery):before,.content--type-immersive:not(.content--minute-article) .content__main-column:not(.content__main-column--gallery):before,.content--type-interview .content__main-column:not(.content__main-column--gallery):before,.content--type-live .content__main-column:not(.content__main-column--gallery):before,.content--type-matchreport .content__main-column:not(.content__main-column--gallery):before,.content--type-media .content__main-column:not(.content__main-column--gallery):before,.content--type-review .content__main-column:not(.content__main-column--gallery):before,.content--type-quiz .content__main-column:not(.content__main-column--gallery):before{content:'';position:absolute;top:0;bottom:0;left:0;height:100%;width:0.0625rem;background:#dcdcdc}}@media (min-width: 46.25em){.content--liveblog .content__main-column:not(.content__main-column--gallery),.content--media .content__main-column:not(.content__main-column--gallery),.content--type-analysis .content__main-column:not(.content__main-column--gallery),.content--type-article .content__main-column:not(.content__main-column--gallery),.content--type-comment .content__main-column:not(.content__main-column--gallery),.content--type-feature .content__main-column:not(.content__main-column--gallery),.content--type-recipe .content__main-column:not(.content__main-column--gallery),.content--type-guardianview .content__main-column:not(.content__main-column--gallery),.content--type-immersive:not(.content--minute-article) .content__main-column:not(.content__main-column--gallery),.content--type-interview .content__main-column:not(.content__main-column--gallery),.content--type-live .content__main-column:not(.content__main-column--gallery),.content--type-matchreport .content__main-column:not(.content__main-column--gallery),.content--type-media .content__main-column:not(.content__main-column--gallery),.content--type-review .content__main-column:not(.content__main-column--gallery),.content--type-quiz .content__main-column:not(.content__main-column--gallery){padding-left:0}}@media (min-width: 71.25em){.content--liveblog .content__main-column:not(.content__main-column--gallery),.content--media .content__main-column:not(.content__main-column--gallery),.content--type-analysis .content__main-column:not(.content__main-column--gallery),.content--type-article .content__main-column:not(.content__main-column--gallery),.content--type-comment .content__main-column:not(.content__main-column--gallery),.content--type-feature .content__main-column:not(.content__main-column--gallery),.content--type-recipe .content__main-column:not(.content__main-column--gallery),.content--type-guardianview .content__main-column:not(.content__main-column--gallery),.content--type-immersive:not(.content--minute-article) .content__main-column:not(.content__main-column--gallery),.content--type-interview .content__main-column:not(.content__main-column--gallery),.content--type-live .content__main-column:not(.content__main-column--gallery),.content--type-matchreport .content__main-column:not(.content__main-column--gallery),.content--type-media .content__main-column:not(.content__main-column--gallery),.content--type-review .content__main-column:not(.content__main-column--gallery),.content--type-quiz .content__main-column:not(.content__main-column--gallery){padding-left:0.625rem}}.content--liveblog .content__article-body,.content--media .content__article-body,.content--type-analysis .content__article-body,.content--type-article .content__article-body,.content--type-comment .content__article-body,.content--type-feature .content__article-body,.content--type-recipe .content__article-body,.content--type-guardianview .content__article-body,.content--type-immersive:not(.content--minute-article) .content__article-body,.content--type-interview .content__article-body,.content--type-live .content__article-body,.content--type-matchreport .content__article-body,.content--type-media .content__article-body,.content--type-review .content__article-body,.content--type-quiz .content__article-body{font-size:1.0625rem;line-height:1.5rem;font-family:"Guardian Text Egyptian Web",Georgia,serif}@media (min-width: 46.25em){.content--liveblog .content__article-body,.content--media .content__article-body,.content--type-analysis .content__article-body,.content--type-article .content__article-body,.content--type-comment .content__article-body,.content--type-feature .content__article-body,.content--type-recipe .content__article-body,.content--type-guardianview .content__article-body,.content--type-immersive:not(.content--minute-article) .content__article-body,.content--type-interview .content__article-body,.content--type-live .content__article-body,.content--type-matchreport .content__article-body,.content--type-media .content__article-body,.content--type-review .content__article-body,.content--type-quiz .content__article-body{margin-left:0;padding-bottom:3rem}}@media (min-width: 61.25em){.content--liveblog .content__article-body,.content--media .content__article-body,.content--type-analysis .content__article-body,.content--type-article .content__article-body,.content--type-comment .content__article-body,.content--type-feature .content__article-body,.content--type-recipe .content__article-body,.content--type-guardianview .content__article-body,.content--type-immersive:not(.content--minute-article) .content__article-body,.content--type-interview .content__article-body,.content--type-live .content__article-body,.content--type-matchreport .content__article-body,.content--type-media .content__article-body,.content--type-review .content__article-body,.content--type-quiz .content__article-body{margin-left:0;padding-bottom:4.5rem}}.content--liveblog .content__secondary-column,.content--media .content__secondary-column,.content--type-analysis .content__secondary-column,.content--type-article .content__secondary-column,.content--type-comment .content__secondary-column,.content--type-feature .content__secondary-column,.content--type-recipe .content__secondary-column,.content--type-guardianview .content__secondary-column,.content--type-immersive:not(.content--minute-article) .content__secondary-column,.content--type-interview .content__secondary-column,.content--type-live .content__secondary-column,.content--type-matchreport .content__secondary-column,.content--type-media .content__secondary-column,.content--type-review .content__secondary-column,.content--type-quiz .content__secondary-column{padding-top:0.375rem}.content--liveblog .caption--img,.content--media .caption--img,.content--type-analysis .caption--img,.content--type-article .caption--img,.content--type-comment .caption--img,.content--type-feature .caption--img,.content--type-recipe .caption--img,.content--type-guardianview .caption--img,.content--type-immersive:not(.content--minute-article) .caption--img,.content--type-interview .caption--img,.content--type-live .caption--img,.content--type-matchreport .caption--img,.content--type-media .caption--img,.content--type-review .caption--img,.content--type-quiz .caption--img{min-height:2.25rem;padding-bottom:0}@media (min-width: 46.25em){.content--liveblog .caption--img,.content--media .caption--img,.content--type-analysis .caption--img,.content--type-article .caption--img,.content--type-comment .caption--img,.content--type-feature .caption--img,.content--type-recipe .caption--img,.content--type-guardianview .caption--img,.content--type-immersive:not(.content--minute-article) .caption--img,.content--type-interview .caption--img,.content--type-live .caption--img,.content--type-matchreport .caption--img,.content--type-media .caption--img,.content--type-review .caption--img,.content--type-quiz .caption--img{min-height:0}}@media (min-width: 71.25em){.content--liveblog .caption--img,.content--media .caption--img,.content--type-analysis .caption--img,.content--type-article .caption--img,.content--type-comment .caption--img,.content--type-feature .caption--img,.content--type-recipe .caption--img,.content--type-guardianview .caption--img,.content--type-immersive:not(.content--minute-article) .caption--img,.content--type-interview .caption--img,.content--type-live .caption--img,.content--type-matchreport .caption--img,.content--type-media .caption--img,.content--type-review .caption--img,.content--type-quiz .caption--img{padding-bottom:0.375rem}}.content--liveblog .caption--img svg,.content--media .caption--img svg,.content--type-analysis .caption--img svg,.content--type-article .caption--img svg,.content--type-comment .caption--img svg,.content--type-feature .caption--img svg,.content--type-recipe .caption--img svg,.content--type-guardianview .caption--img svg,.content--type-immersive:not(.content--minute-article) .caption--img svg,.content--type-interview .caption--img svg,.content--type-live .caption--img svg,.content--type-matchreport .caption--img svg,.content--type-media .caption--img svg,.content--type-review .caption--img svg,.content--type-quiz .caption--img svg{position:relative}@media (max-width: 71.24em){.content--liveblog .caption--main.caption--img,.content--media .caption--main.caption--img,.content--type-analysis .caption--main.caption--img,.content--type-article .caption--main.caption--img,.content--type-comment .caption--main.caption--img,.content--type-feature .caption--main.caption--img,.content--type-recipe .caption--main.caption--img,.content--type-guardianview .caption--main.caption--img,.content--type-immersive:not(.content--minute-article) .caption--main.caption--img,.content--type-interview .caption--main.caption--img,.content--type-live .caption--main.caption--img,.content--type-matchreport .caption--main.caption--img,.content--type-media .caption--main.caption--img,.content--type-review .caption--main.caption--img,.content--type-quiz .caption--main.caption--img{padding-bottom:0.375rem}}.content--liveblog:not(.paid-content) .media-primary.media-primary--showcase,.content--media:not(.paid-content) .media-primary.media-primary--showcase,.content--type-analysis:not(.paid-content) .media-primary.media-primary--showcase,.content--type-article:not(.paid-content) .media-primary.media-primary--showcase,.content--type-comment:not(.paid-content) .media-primary.media-primary--showcase,.content--type-feature:not(.paid-content) .media-primary.media-primary--showcase,.content--type-recipe:not(.paid-content) .media-primary.media-primary--showcase,.content--type-guardianview:not(.paid-content) .media-primary.media-primary--showcase,.content--type-immersive:not(.content--minute-article):not(.paid-content) .media-primary.media-primary--showcase,.content--type-interview:not(.paid-content) .media-primary.media-primary--showcase,.content--type-live:not(.paid-content) .media-primary.media-primary--showcase,.content--type-matchreport:not(.paid-content) .media-primary.media-primary--showcase,.content--type-media:not(.paid-content) .media-primary.media-primary--showcase,.content--type-review:not(.paid-content) .media-primary.media-primary--showcase,.content--type-quiz:not(.paid-content) .media-primary.media-primary--showcase{margin-left:0;margin-right:0}.content--liveblog .stars,.content--media .stars,.content--type-analysis .stars,.content--type-article .stars,.content--type-comment .stars,.content--type-feature .stars,.content--type-recipe .stars,.content--type-guardianview .stars,.content--type-immersive:not(.content--minute-article) .stars,.content--type-interview .stars,.content--type-live .stars,.content--type-matchreport .stars,.content--type-media .stars,.content--type-review .stars,.content--type-quiz .stars{background-color:#ffe500;display:inline-block;line-height:0;padding:calc((0.75rem / 2) - 0.125rem);padding-left:0.625rem;margin-top:0.375rem;margin-bottom:1.125rem}@media (min-width: 30em){.content--liveblog .stars,.content--media .stars,.content--type-analysis .stars,.content--type-article .stars,.content--type-comment .stars,.content--type-feature .stars,.content--type-recipe .stars,.content--type-guardianview .stars,.content--type-immersive:not(.content--minute-article) .stars,.content--type-interview .stars,.content--type-live .stars,.content--type-matchreport .stars,.content--type-media .stars,.content--type-review .stars,.content--type-quiz .stars{padding-left:1.25rem}}@media (min-width: 41.25em){.content--liveblog .stars,.content--media .stars,.content--type-analysis .stars,.content--type-article .stars,.content--type-comment .stars,.content--type-feature .stars,.content--type-recipe .stars,.content--type-guardianview .stars,.content--type-immersive:not(.content--minute-article) .stars,.content--type-interview .stars,.content--type-live .stars,.content--type-matchreport .stars,.content--type-media .stars,.content--type-review .stars,.content--type-quiz .stars{margin-left:0;padding-left:0.25rem}}@media (min-width: 71.25em){.content--liveblog .stars,.content--media .stars,.content--type-analysis .stars,.content--type-article .stars,.content--type-comment .stars,.content--type-feature .stars,.content--type-recipe .stars,.content--type-guardianview .stars,.content--type-immersive:not(.content--minute-article) .stars,.content--type-interview .stars,.content--type-live .stars,.content--type-matchreport .stars,.content--type-media .stars,.content--type-review .stars,.content--type-quiz .stars{margin-left:-0.625rem;padding-left:0.625rem}}.content--liveblog .inline-star,.content--media .inline-star,.content--type-analysis .inline-star,.content--type-article .inline-star,.content--type-comment .inline-star,.content--type-feature .inline-star,.content--type-recipe .inline-star,.content--type-guardianview .inline-star,.content--type-immersive:not(.content--minute-article) .inline-star,.content--type-interview .inline-star,.content--type-live .inline-star,.content--type-matchreport .inline-star,.content--type-media .inline-star,.content--type-review .inline-star,.content--type-quiz .inline-star{display:inline}.content--liveblog .inline-star svg,.content--media .inline-star svg,.content--type-analysis .inline-star svg,.content--type-article .inline-star svg,.content--type-comment .inline-star svg,.content--type-feature .inline-star svg,.content--type-recipe .inline-star svg,.content--type-guardianview .inline-star svg,.content--type-immersive:not(.content--minute-article) .inline-star svg,.content--type-interview .inline-star svg,.content--type-live .inline-star svg,.content--type-matchreport .inline-star svg,.content--type-media .inline-star svg,.content--type-review .inline-star svg,.content--type-quiz .inline-star svg{stroke:#121212;fill:transparent;height:1.2em;width:1.2em}.content--liveblog .inline-star.star__item--golden svg,.content--media .inline-star.star__item--golden svg,.content--type-analysis .inline-star.star__item--golden svg,.content--type-article .inline-star.star__item--golden svg,.content--type-comment .inline-star.star__item--golden svg,.content--type-feature .inline-star.star__item--golden svg,.content--type-recipe .inline-star.star__item--golden svg,.content--type-guardianview .inline-star.star__item--golden svg,.content--type-immersive:not(.content--minute-article) .inline-star.star__item--golden svg,.content--type-interview .inline-star.star__item--golden svg,.content--type-live .inline-star.star__item--golden svg,.content--type-matchreport .inline-star.star__item--golden svg,.content--type-media .inline-star.star__item--golden svg,.content--type-review .inline-star.star__item--golden svg,.content--type-quiz .inline-star.star__item--golden svg{fill:#121212;stroke:none}.content--liveblog .content__standfirst,.content--media .content__standfirst,.content--type-analysis .content__standfirst,.content--type-article .content__standfirst,.content--type-comment .content__standfirst,.content--type-feature .content__standfirst,.content--type-recipe .content__standfirst,.content--type-guardianview .content__standfirst,.content--type-immersive:not(.content--minute-article) .content__standfirst,.content--type-interview .content__standfirst,.content--type-live .content__standfirst,.content--type-matchreport .content__standfirst,.content--type-media .content__standfirst,.content--type-review .content__standfirst,.content--type-quiz .content__standfirst{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:700;color:#121212;margin-bottom:0.75rem;max-width:80%}@media (min-width: 41.25em){.content--liveblog .content__standfirst,.content--media .content__standfirst,.content--type-analysis .content__standfirst,.content--type-article .content__standfirst,.content--type-comment .content__standfirst,.content--type-feature .content__standfirst,.content--type-recipe .content__standfirst,.content--type-guardianview .content__standfirst,.content--type-immersive:not(.content--minute-article) .content__standfirst,.content--type-interview .content__standfirst,.content--type-live .content__standfirst,.content--type-matchreport .content__standfirst,.content--type-media .content__standfirst,.content--type-review .content__standfirst,.content--type-quiz .content__standfirst{max-width:28.75rem;margin-left:1.25rem}}@media (min-width: 46.25em){.content--liveblog .content__standfirst,.content--media .content__standfirst,.content--type-analysis .content__standfirst,.content--type-article .content__standfirst,.content--type-comment .content__standfirst,.content--type-feature .content__standfirst,.content--type-recipe .content__standfirst,.content--type-guardianview .content__standfirst,.content--type-immersive:not(.content--minute-article) .content__standfirst,.content--type-interview .content__standfirst,.content--type-live .content__standfirst,.content--type-matchreport .content__standfirst,.content--type-media .content__standfirst,.content--type-review .content__standfirst,.content--type-quiz .content__standfirst{max-width:33.75rem;margin-left:0}}.content--liveblog .media-primary,.content--media .media-primary,.content--type-analysis .media-primary,.content--type-article .media-primary,.content--type-comment .media-primary,.content--type-feature .media-primary,.content--type-recipe .media-primary,.content--type-guardianview .media-primary,.content--type-immersive:not(.content--minute-article) .media-primary,.content--type-interview .media-primary,.content--type-live .media-primary,.content--type-matchreport .media-primary,.content--type-media .media-primary,.content--type-review .media-primary,.content--type-quiz .media-primary{margin-bottom:0}@media (min-width: 46.25em){.content--liveblog .media-primary,.content--media .media-primary,.content--type-analysis .media-primary,.content--type-article .media-primary,.content--type-comment .media-primary,.content--type-feature .media-primary,.content--type-recipe .media-primary,.content--type-guardianview .media-primary,.content--type-immersive:not(.content--minute-article) .media-primary,.content--type-interview .media-primary,.content--type-live .media-primary,.content--type-matchreport .media-primary,.content--type-media .media-primary,.content--type-review .media-primary,.content--type-quiz .media-primary{margin-bottom:0.1875rem}}@media (min-width: 71.25em){.content--liveblog .media-primary,.content--media .media-primary,.content--type-analysis .media-primary,.content--type-article .media-primary,.content--type-comment .media-primary,.content--type-feature .media-primary,.content--type-recipe .media-primary,.content--type-guardianview .media-primary,.content--type-immersive:not(.content--minute-article) .media-primary,.content--type-interview .media-primary,.content--type-live .media-primary,.content--type-matchreport .media-primary,.content--type-media .media-primary,.content--type-review .media-primary,.content--type-quiz .media-primary{margin-bottom:0.375rem}}.content--liveblog .drop-cap,.content--media .drop-cap,.content--type-analysis .drop-cap,.content--type-article .drop-cap,.content--type-comment .drop-cap,.content--type-feature .drop-cap,.content--type-recipe .drop-cap,.content--type-guardianview .drop-cap,.content--type-immersive:not(.content--minute-article) .drop-cap,.content--type-interview .drop-cap,.content--type-live .drop-cap,.content--type-matchreport .drop-cap,.content--type-media .drop-cap,.content--type-review .drop-cap,.content--type-quiz .drop-cap{height:5rem}.content--liveblog .drop-cap__inner,.content--media .drop-cap__inner,.content--type-analysis .drop-cap__inner,.content--type-article .drop-cap__inner,.content--type-comment .drop-cap__inner,.content--type-feature .drop-cap__inner,.content--type-recipe .drop-cap__inner,.content--type-guardianview .drop-cap__inner,.content--type-immersive:not(.content--minute-article) .drop-cap__inner,.content--type-interview .drop-cap__inner,.content--type-live .drop-cap__inner,.content--type-matchreport .drop-cap__inner,.content--type-media .drop-cap__inner,.content--type-review .drop-cap__inner,.content--type-quiz .drop-cap__inner{font-weight:700;font-size:6.8125rem;line-height:4.6875rem}.content--liveblog .element-atom--media .fc-item.fc-item--media::before,.content--media .element-atom--media .fc-item.fc-item--media::before,.content--type-analysis .element-atom--media .fc-item.fc-item--media::before,.content--type-article .element-atom--media .fc-item.fc-item--media::before,.content--type-comment .element-atom--media .fc-item.fc-item--media::before,.content--type-feature .element-atom--media .fc-item.fc-item--media::before,.content--type-recipe .element-atom--media .fc-item.fc-item--media::before,.content--type-guardianview .element-atom--media .fc-item.fc-item--media::before,.content--type-immersive:not(.content--minute-article) .element-atom--media .fc-item.fc-item--media::before,.content--type-interview .element-atom--media .fc-item.fc-item--media::before,.content--type-live .element-atom--media .fc-item.fc-item--media::before,.content--type-matchreport .element-atom--media .fc-item.fc-item--media::before,.content--type-media .element-atom--media .fc-item.fc-item--media::before,.content--type-review .element-atom--media .fc-item.fc-item--media::before,.content--type-quiz .element-atom--media .fc-item.fc-item--media::before{content:none}.content--liveblog .element-pullquote,.content--media .element-pullquote,.content--type-analysis .element-pullquote,.content--type-article .element-pullquote,.content--type-comment .element-pullquote,.content--type-feature .element-pullquote,.content--type-recipe .element-pullquote,.content--type-guardianview .element-pullquote,.content--type-immersive:not(.content--minute-article) .element-pullquote,.content--type-interview .element-pullquote,.content--type-live .element-pullquote,.content--type-matchreport .element-pullquote,.content--type-media .element-pullquote,.content--type-review .element-pullquote,.content--type-quiz .element-pullquote{background-color:#f6f6f6;margin:0.3125rem 0 1.5rem;padding:0.375rem 0.625rem 0.75rem;position:relative;clear:none;float:none;width:inherit;margin-left:-0.625rem}@media (min-width: 30em){.content--liveblog .element-pullquote,.content--media .element-pullquote,.content--type-analysis .element-pullquote,.content--type-article .element-pullquote,.content--type-comment .element-pullquote,.content--type-feature .element-pullquote,.content--type-recipe .element-pullquote,.content--type-guardianview .element-pullquote,.content--type-immersive:not(.content--minute-article) .element-pullquote,.content--type-interview .element-pullquote,.content--type-live .element-pullquote,.content--type-matchreport .element-pullquote,.content--type-media .element-pullquote,.content--type-review .element-pullquote,.content--type-quiz .element-pullquote{margin-left:-1.25rem}}@media (min-width: 41.25em){.content--liveblog .element-pullquote,.content--media .element-pullquote,.content--type-analysis .element-pullquote,.content--type-article .element-pullquote,.content--type-comment .element-pullquote,.content--type-feature .element-pullquote,.content--type-recipe .element-pullquote,.content--type-guardianview .element-pullquote,.content--type-immersive:not(.content--minute-article) .element-pullquote,.content--type-interview .element-pullquote,.content--type-live .element-pullquote,.content--type-matchreport .element-pullquote,.content--type-media .element-pullquote,.content--type-review .element-pullquote,.content--type-quiz .element-pullquote{margin-left:-0.625rem}}@media (min-width: 71.25em){.content--liveblog .element-pullquote,.content--media .element-pullquote,.content--type-analysis .element-pullquote,.content--type-article .element-pullquote,.content--type-comment .element-pullquote,.content--type-feature .element-pullquote,.content--type-recipe .element-pullquote,.content--type-guardianview .element-pullquote,.content--type-immersive:not(.content--minute-article) .element-pullquote,.content--type-interview .element-pullquote,.content--type-live .element-pullquote,.content--type-matchreport .element-pullquote,.content--type-media .element-pullquote,.content--type-review .element-pullquote,.content--type-quiz .element-pullquote{margin-left:-3.4375rem}}.content--liveblog .element-pullquote:after,.content--media .element-pullquote:after,.content--type-analysis .element-pullquote:after,.content--type-article .element-pullquote:after,.content--type-comment .element-pullquote:after,.content--type-feature .element-pullquote:after,.content--type-recipe .element-pullquote:after,.content--type-guardianview .element-pullquote:after,.content--type-immersive:not(.content--minute-article) .element-pullquote:after,.content--type-interview .element-pullquote:after,.content--type-live .element-pullquote:after,.content--type-matchreport .element-pullquote:after,.content--type-media .element-pullquote:after,.content--type-review .element-pullquote:after,.content--type-quiz .element-pullquote:after{content:'';width:1.5625rem;height:1.5625rem;border-radius:0 0 1.5625rem;position:absolute;bottom:-1.5625rem;left:0.625rem;background-color:#f6f6f6}@media (min-width: 30em){.content--liveblog .element-pullquote:after,.content--media .element-pullquote:after,.content--type-analysis .element-pullquote:after,.content--type-article .element-pullquote:after,.content--type-comment .element-pullquote:after,.content--type-feature .element-pullquote:after,.content--type-recipe .element-pullquote:after,.content--type-guardianview .element-pullquote:after,.content--type-immersive:not(.content--minute-article) .element-pullquote:after,.content--type-interview .element-pullquote:after,.content--type-live .element-pullquote:after,.content--type-matchreport .element-pullquote:after,.content--type-media .element-pullquote:after,.content--type-review .element-pullquote:after,.content--type-quiz .element-pullquote:after{left:1.25rem}}@media (min-width: 41.25em){.content--liveblog .element-pullquote:after,.content--media .element-pullquote:after,.content--type-analysis .element-pullquote:after,.content--type-article .element-pullquote:after,.content--type-comment .element-pullquote:after,.content--type-feature .element-pullquote:after,.content--type-recipe .element-pullquote:after,.content--type-guardianview .element-pullquote:after,.content--type-immersive:not(.content--minute-article) .element-pullquote:after,.content--type-interview .element-pullquote:after,.content--type-live .element-pullquote:after,.content--type-matchreport .element-pullquote:after,.content--type-media .element-pullquote:after,.content--type-review .element-pullquote:after,.content--type-quiz .element-pullquote:after{left:0.625rem}}@media (min-width: 61.25em){.content--liveblog .element-pullquote:after,.content--media .element-pullquote:after,.content--type-analysis .element-pullquote:after,.content--type-article .element-pullquote:after,.content--type-comment .element-pullquote:after,.content--type-feature .element-pullquote:after,.content--type-recipe .element-pullquote:after,.content--type-guardianview .element-pullquote:after,.content--type-immersive:not(.content--minute-article) .element-pullquote:after,.content--type-interview .element-pullquote:after,.content--type-live .element-pullquote:after,.content--type-matchreport .element-pullquote:after,.content--type-media .element-pullquote:after,.content--type-review .element-pullquote:after,.content--type-quiz .element-pullquote:after{left:0}}@media (min-width: 71.25em){.content--liveblog .element-pullquote:after,.content--media .element-pullquote:after,.content--type-analysis .element-pullquote:after,.content--type-article .element-pullquote:after,.content--type-comment .element-pullquote:after,.content--type-feature .element-pullquote:after,.content--type-recipe .element-pullquote:after,.content--type-guardianview .element-pullquote:after,.content--type-immersive:not(.content--minute-article) .element-pullquote:after,.content--type-interview .element-pullquote:after,.content--type-live .element-pullquote:after,.content--type-matchreport .element-pullquote:after,.content--type-media .element-pullquote:after,.content--type-review .element-pullquote:after,.content--type-quiz .element-pullquote:after{left:2.8125rem}}.content--liveblog .element-pullquote .pullquote-cite,.content--liveblog .element-pullquote .pullquote-paragraph,.content--media .element-pullquote .pullquote-cite,.content--media .element-pullquote .pullquote-paragraph,.content--type-analysis .element-pullquote .pullquote-cite,.content--type-analysis .element-pullquote .pullquote-paragraph,.content--type-article .element-pullquote .pullquote-cite,.content--type-article .element-pullquote .pullquote-paragraph,.content--type-comment .element-pullquote .pullquote-cite,.content--type-comment .element-pullquote .pullquote-paragraph,.content--type-feature .element-pullquote .pullquote-cite,.content--type-feature .element-pullquote .pullquote-paragraph,.content--type-recipe .element-pullquote .pullquote-cite,.content--type-recipe .element-pullquote .pullquote-paragraph,.content--type-guardianview .element-pullquote .pullquote-cite,.content--type-guardianview .element-pullquote .pullquote-paragraph,.content--type-immersive:not(.content--minute-article) .element-pullquote .pullquote-cite,.content--type-immersive:not(.content--minute-article) .element-pullquote .pullquote-paragraph,.content--type-interview .element-pullquote .pullquote-cite,.content--type-interview .element-pullquote .pullquote-paragraph,.content--type-live .element-pullquote .pullquote-cite,.content--type-live .element-pullquote .pullquote-paragraph,.content--type-matchreport .element-pullquote .pullquote-cite,.content--type-matchreport .element-pullquote .pullquote-paragraph,.content--type-media .element-pullquote .pullquote-cite,.content--type-media .element-pullquote .pullquote-paragraph,.content--type-review .element-pullquote .pullquote-cite,.content--type-review .element-pullquote .pullquote-paragraph,.content--type-quiz .element-pullquote .pullquote-cite,.content--type-quiz .element-pullquote .pullquote-paragraph{display:inline;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:300}.content--liveblog .element-pullquote .inline-quote,.content--liveblog .element-pullquote blockquote,.content--media .element-pullquote .inline-quote,.content--media .element-pullquote blockquote,.content--type-analysis .element-pullquote .inline-quote,.content--type-analysis .element-pullquote blockquote,.content--type-article .element-pullquote .inline-quote,.content--type-article .element-pullquote blockquote,.content--type-comment .element-pullquote .inline-quote,.content--type-comment .element-pullquote blockquote,.content--type-feature .element-pullquote .inline-quote,.content--type-feature .element-pullquote blockquote,.content--type-recipe .element-pullquote .inline-quote,.content--type-recipe .element-pullquote blockquote,.content--type-guardianview .element-pullquote .inline-quote,.content--type-guardianview .element-pullquote blockquote,.content--type-immersive:not(.content--minute-article) .element-pullquote .inline-quote,.content--type-immersive:not(.content--minute-article) .element-pullquote blockquote,.content--type-interview .element-pullquote .inline-quote,.content--type-interview .element-pullquote blockquote,.content--type-live .element-pullquote .inline-quote,.content--type-live .element-pullquote blockquote,.content--type-matchreport .element-pullquote .inline-quote,.content--type-matchreport .element-pullquote blockquote,.content--type-media .element-pullquote .inline-quote,.content--type-media .element-pullquote blockquote,.content--type-review .element-pullquote .inline-quote,.content--type-review .element-pullquote blockquote,.content--type-quiz .element-pullquote .inline-quote,.content--type-quiz .element-pullquote blockquote{display:inline}.content--liveblog .element-pullquote .inline-garnett-quote,.content--media .element-pullquote .inline-garnett-quote,.content--type-analysis .element-pullquote .inline-garnett-quote,.content--type-article .element-pullquote .inline-garnett-quote,.content--type-comment .element-pullquote .inline-garnett-quote,.content--type-feature .element-pullquote .inline-garnett-quote,.content--type-recipe .element-pullquote .inline-garnett-quote,.content--type-guardianview .element-pullquote .inline-garnett-quote,.content--type-immersive:not(.content--minute-article) .element-pullquote .inline-garnett-quote,.content--type-interview .element-pullquote .inline-garnett-quote,.content--type-live .element-pullquote .inline-garnett-quote,.content--type-matchreport .element-pullquote .inline-garnett-quote,.content--type-media .element-pullquote .inline-garnett-quote,.content--type-review .element-pullquote .inline-garnett-quote,.content--type-quiz .element-pullquote .inline-garnett-quote{margin-right:0.9375rem;width:1.25rem}.content--liveblog .element-pullquote .inline-garnett-quote svg,.content--media .element-pullquote .inline-garnett-quote svg,.content--type-analysis .element-pullquote .inline-garnett-quote svg,.content--type-article .element-pullquote .inline-garnett-quote svg,.content--type-comment .element-pullquote .inline-garnett-quote svg,.content--type-feature .element-pullquote .inline-garnett-quote svg,.content--type-recipe .element-pullquote .inline-garnett-quote svg,.content--type-guardianview .element-pullquote .inline-garnett-quote svg,.content--type-immersive:not(.content--minute-article) .element-pullquote .inline-garnett-quote svg,.content--type-interview .element-pullquote .inline-garnett-quote svg,.content--type-live .element-pullquote .inline-garnett-quote svg,.content--type-matchreport .element-pullquote .inline-garnett-quote svg,.content--type-media .element-pullquote .inline-garnett-quote svg,.content--type-review .element-pullquote .inline-garnett-quote svg,.content--type-quiz .element-pullquote .inline-garnett-quote svg{width:0.75rem;height:auto;position:relative;top:-0.5rem}@media (min-width: 61.25em){.content--liveblog .element-pullquote .inline-garnett-quote svg,.content--media .element-pullquote .inline-garnett-quote svg,.content--type-analysis .element-pullquote .inline-garnett-quote svg,.content--type-article .element-pullquote .inline-garnett-quote svg,.content--type-comment .element-pullquote .inline-garnett-quote svg,.content--type-feature .element-pullquote .inline-garnett-quote svg,.content--type-recipe .element-pullquote .inline-garnett-quote svg,.content--type-guardianview .element-pullquote .inline-garnett-quote svg,.content--type-immersive:not(.content--minute-article) .element-pullquote .inline-garnett-quote svg,.content--type-interview .element-pullquote .inline-garnett-quote svg,.content--type-live .element-pullquote .inline-garnett-quote svg,.content--type-matchreport .element-pullquote .inline-garnett-quote svg,.content--type-media .element-pullquote .inline-garnett-quote svg,.content--type-review .element-pullquote .inline-garnett-quote svg,.content--type-quiz .element-pullquote .inline-garnett-quote svg{width:0.875rem;top:-0.625rem}}@media (min-width: 22.5em){.content--liveblog .element-pullquote.element--supporting,.content--media .element-pullquote.element--supporting,.content--type-analysis .element-pullquote.element--supporting,.content--type-article .element-pullquote.element--supporting,.content--type-comment .element-pullquote.element--supporting,.content--type-feature .element-pullquote.element--supporting,.content--type-recipe .element-pullquote.element--supporting,.content--type-guardianview .element-pullquote.element--supporting,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--supporting,.content--type-interview .element-pullquote.element--supporting,.content--type-live .element-pullquote.element--supporting,.content--type-matchreport .element-pullquote.element--supporting,.content--type-media .element-pullquote.element--supporting,.content--type-review .element-pullquote.element--supporting,.content--type-quiz .element-pullquote.element--supporting{clear:left;float:left;margin-right:0.625rem;width:13.75rem}}@media (min-width: 71.25em){.content--liveblog .element-pullquote.element--supporting,.content--media .element-pullquote.element--supporting,.content--type-analysis .element-pullquote.element--supporting,.content--type-article .element-pullquote.element--supporting,.content--type-comment .element-pullquote.element--supporting,.content--type-feature .element-pullquote.element--supporting,.content--type-recipe .element-pullquote.element--supporting,.content--type-guardianview .element-pullquote.element--supporting,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--supporting,.content--type-interview .element-pullquote.element--supporting,.content--type-live .element-pullquote.element--supporting,.content--type-matchreport .element-pullquote.element--supporting,.content--type-media .element-pullquote.element--supporting,.content--type-review .element-pullquote.element--supporting,.content--type-quiz .element-pullquote.element--supporting{margin-left:-7.5rem}}@media (min-width: 71.25em){.content--liveblog .element-pullquote.element--supporting:after,.content--media .element-pullquote.element--supporting:after,.content--type-analysis .element-pullquote.element--supporting:after,.content--type-article .element-pullquote.element--supporting:after,.content--type-comment .element-pullquote.element--supporting:after,.content--type-feature .element-pullquote.element--supporting:after,.content--type-recipe .element-pullquote.element--supporting:after,.content--type-guardianview .element-pullquote.element--supporting:after,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--supporting:after,.content--type-interview .element-pullquote.element--supporting:after,.content--type-live .element-pullquote.element--supporting:after,.content--type-matchreport .element-pullquote.element--supporting:after,.content--type-media .element-pullquote.element--supporting:after,.content--type-review .element-pullquote.element--supporting:after,.content--type-quiz .element-pullquote.element--supporting:after{border-radius:0 0 0 1.5625rem;left:5.375rem}}.content--liveblog .element-pullquote.element--supporting .pullquote-cite,.content--liveblog .element-pullquote.element--supporting .pullquote-paragraph,.content--media .element-pullquote.element--supporting .pullquote-cite,.content--media .element-pullquote.element--supporting .pullquote-paragraph,.content--type-analysis .element-pullquote.element--supporting .pullquote-cite,.content--type-analysis .element-pullquote.element--supporting .pullquote-paragraph,.content--type-article .element-pullquote.element--supporting .pullquote-cite,.content--type-article .element-pullquote.element--supporting .pullquote-paragraph,.content--type-comment .element-pullquote.element--supporting .pullquote-cite,.content--type-comment .element-pullquote.element--supporting .pullquote-paragraph,.content--type-feature .element-pullquote.element--supporting .pullquote-cite,.content--type-feature .element-pullquote.element--supporting .pullquote-paragraph,.content--type-recipe .element-pullquote.element--supporting .pullquote-cite,.content--type-recipe .element-pullquote.element--supporting .pullquote-paragraph,.content--type-guardianview .element-pullquote.element--supporting .pullquote-cite,.content--type-guardianview .element-pullquote.element--supporting .pullquote-paragraph,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--supporting .pullquote-cite,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--supporting .pullquote-paragraph,.content--type-interview .element-pullquote.element--supporting .pullquote-cite,.content--type-interview .element-pullquote.element--supporting .pullquote-paragraph,.content--type-live .element-pullquote.element--supporting .pullquote-cite,.content--type-live .element-pullquote.element--supporting .pullquote-paragraph,.content--type-matchreport .element-pullquote.element--supporting .pullquote-cite,.content--type-matchreport .element-pullquote.element--supporting .pullquote-paragraph,.content--type-media .element-pullquote.element--supporting .pullquote-cite,.content--type-media .element-pullquote.element--supporting .pullquote-paragraph,.content--type-review .element-pullquote.element--supporting .pullquote-cite,.content--type-review .element-pullquote.element--supporting .pullquote-paragraph,.content--type-quiz .element-pullquote.element--supporting .pullquote-cite,.content--type-quiz .element-pullquote.element--supporting .pullquote-paragraph{font-size:1.25rem;line-height:1.4375rem}.content--liveblog .element-pullquote.element--supporting .inline-garnett-quote,.content--media .element-pullquote.element--supporting .inline-garnett-quote,.content--type-analysis .element-pullquote.element--supporting .inline-garnett-quote,.content--type-article .element-pullquote.element--supporting .inline-garnett-quote,.content--type-comment .element-pullquote.element--supporting .inline-garnett-quote,.content--type-feature .element-pullquote.element--supporting .inline-garnett-quote,.content--type-recipe .element-pullquote.element--supporting .inline-garnett-quote,.content--type-guardianview .element-pullquote.element--supporting .inline-garnett-quote,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--supporting .inline-garnett-quote,.content--type-interview .element-pullquote.element--supporting .inline-garnett-quote,.content--type-live .element-pullquote.element--supporting .inline-garnett-quote,.content--type-matchreport .element-pullquote.element--supporting .inline-garnett-quote,.content--type-media .element-pullquote.element--supporting .inline-garnett-quote,.content--type-review .element-pullquote.element--supporting .inline-garnett-quote,.content--type-quiz .element-pullquote.element--supporting .inline-garnett-quote{margin-right:0.625rem}.content--liveblog .element-pullquote.element--supporting .inline-garnett-quote svg,.content--media .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-analysis .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-article .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-comment .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-feature .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-recipe .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-guardianview .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-interview .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-live .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-matchreport .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-media .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-review .element-pullquote.element--supporting .inline-garnett-quote svg,.content--type-quiz .element-pullquote.element--supporting .inline-garnett-quote svg{height:0.5rem;top:-0.4375rem}@media (min-width: 22.5em){.content--liveblog .element-pullquote.element--halfWidth,.content--media .element-pullquote.element--halfWidth,.content--type-analysis .element-pullquote.element--halfWidth,.content--type-article .element-pullquote.element--halfWidth,.content--type-comment .element-pullquote.element--halfWidth,.content--type-feature .element-pullquote.element--halfWidth,.content--type-recipe .element-pullquote.element--halfWidth,.content--type-guardianview .element-pullquote.element--halfWidth,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--halfWidth,.content--type-interview .element-pullquote.element--halfWidth,.content--type-live .element-pullquote.element--halfWidth,.content--type-matchreport .element-pullquote.element--halfWidth,.content--type-media .element-pullquote.element--halfWidth,.content--type-review .element-pullquote.element--halfWidth,.content--type-quiz .element-pullquote.element--halfWidth{clear:left;float:left;margin-right:0.625rem;width:13.75rem}}@media (min-width: 30em){.content--liveblog .element-pullquote.element--halfWidth,.content--media .element-pullquote.element--halfWidth,.content--type-analysis .element-pullquote.element--halfWidth,.content--type-article .element-pullquote.element--halfWidth,.content--type-comment .element-pullquote.element--halfWidth,.content--type-feature .element-pullquote.element--halfWidth,.content--type-recipe .element-pullquote.element--halfWidth,.content--type-guardianview .element-pullquote.element--halfWidth,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--halfWidth,.content--type-interview .element-pullquote.element--halfWidth,.content--type-live .element-pullquote.element--halfWidth,.content--type-matchreport .element-pullquote.element--halfWidth,.content--type-media .element-pullquote.element--halfWidth,.content--type-review .element-pullquote.element--halfWidth,.content--type-quiz .element-pullquote.element--halfWidth{width:18.75rem}}.content--liveblog .element-pullquote.element--halfWidth .pullquote-cite,.content--liveblog .element-pullquote.element--halfWidth .pullquote-paragraph,.content--media .element-pullquote.element--halfWidth .pullquote-cite,.content--media .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-analysis .element-pullquote.element--halfWidth .pullquote-cite,.content--type-analysis .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-article .element-pullquote.element--halfWidth .pullquote-cite,.content--type-article .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-comment .element-pullquote.element--halfWidth .pullquote-cite,.content--type-comment .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-feature .element-pullquote.element--halfWidth .pullquote-cite,.content--type-feature .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-recipe .element-pullquote.element--halfWidth .pullquote-cite,.content--type-recipe .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-guardianview .element-pullquote.element--halfWidth .pullquote-cite,.content--type-guardianview .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--halfWidth .pullquote-cite,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-interview .element-pullquote.element--halfWidth .pullquote-cite,.content--type-interview .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-live .element-pullquote.element--halfWidth .pullquote-cite,.content--type-live .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-matchreport .element-pullquote.element--halfWidth .pullquote-cite,.content--type-matchreport .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-media .element-pullquote.element--halfWidth .pullquote-cite,.content--type-media .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-review .element-pullquote.element--halfWidth .pullquote-cite,.content--type-review .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-quiz .element-pullquote.element--halfWidth .pullquote-cite,.content--type-quiz .element-pullquote.element--halfWidth .pullquote-paragraph{font-size:1.25rem;line-height:1.4375rem}@media (min-width: 61.25em){.content--liveblog .element-pullquote.element--halfWidth .pullquote-cite,.content--liveblog .element-pullquote.element--halfWidth .pullquote-paragraph,.content--media .element-pullquote.element--halfWidth .pullquote-cite,.content--media .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-analysis .element-pullquote.element--halfWidth .pullquote-cite,.content--type-analysis .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-article .element-pullquote.element--halfWidth .pullquote-cite,.content--type-article .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-comment .element-pullquote.element--halfWidth .pullquote-cite,.content--type-comment .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-feature .element-pullquote.element--halfWidth .pullquote-cite,.content--type-feature .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-recipe .element-pullquote.element--halfWidth .pullquote-cite,.content--type-recipe .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-guardianview .element-pullquote.element--halfWidth .pullquote-cite,.content--type-guardianview .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--halfWidth .pullquote-cite,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-interview .element-pullquote.element--halfWidth .pullquote-cite,.content--type-interview .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-live .element-pullquote.element--halfWidth .pullquote-cite,.content--type-live .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-matchreport .element-pullquote.element--halfWidth .pullquote-cite,.content--type-matchreport .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-media .element-pullquote.element--halfWidth .pullquote-cite,.content--type-media .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-review .element-pullquote.element--halfWidth .pullquote-cite,.content--type-review .element-pullquote.element--halfWidth .pullquote-paragraph,.content--type-quiz .element-pullquote.element--halfWidth .pullquote-cite,.content--type-quiz .element-pullquote.element--halfWidth .pullquote-paragraph{font-size:1.5rem;line-height:1.6875rem}}.content--liveblog .element-pullquote.element--inline,.content--media .element-pullquote.element--inline,.content--type-analysis .element-pullquote.element--inline,.content--type-article .element-pullquote.element--inline,.content--type-comment .element-pullquote.element--inline,.content--type-feature .element-pullquote.element--inline,.content--type-recipe .element-pullquote.element--inline,.content--type-guardianview .element-pullquote.element--inline,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--inline,.content--type-interview .element-pullquote.element--inline,.content--type-live .element-pullquote.element--inline,.content--type-matchreport .element-pullquote.element--inline,.content--type-media .element-pullquote.element--inline,.content--type-review .element-pullquote.element--inline,.content--type-quiz .element-pullquote.element--inline{width:18.75rem}@media (min-width: 30em){.content--liveblog .element-pullquote.element--inline,.content--media .element-pullquote.element--inline,.content--type-analysis .element-pullquote.element--inline,.content--type-article .element-pullquote.element--inline,.content--type-comment .element-pullquote.element--inline,.content--type-feature .element-pullquote.element--inline,.content--type-recipe .element-pullquote.element--inline,.content--type-guardianview .element-pullquote.element--inline,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--inline,.content--type-interview .element-pullquote.element--inline,.content--type-live .element-pullquote.element--inline,.content--type-matchreport .element-pullquote.element--inline,.content--type-media .element-pullquote.element--inline,.content--type-review .element-pullquote.element--inline,.content--type-quiz .element-pullquote.element--inline{width:23.75rem}}@media (min-width: 46.25em){.content--liveblog .element-pullquote.element--inline,.content--media .element-pullquote.element--inline,.content--type-analysis .element-pullquote.element--inline,.content--type-article .element-pullquote.element--inline,.content--type-comment .element-pullquote.element--inline,.content--type-feature .element-pullquote.element--inline,.content--type-recipe .element-pullquote.element--inline,.content--type-guardianview .element-pullquote.element--inline,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--inline,.content--type-interview .element-pullquote.element--inline,.content--type-live .element-pullquote.element--inline,.content--type-matchreport .element-pullquote.element--inline,.content--type-media .element-pullquote.element--inline,.content--type-review .element-pullquote.element--inline,.content--type-quiz .element-pullquote.element--inline{width:28.75rem}}.content--liveblog .element-pullquote.element--inline .pullquote-cite,.content--liveblog .element-pullquote.element--inline .pullquote-paragraph,.content--media .element-pullquote.element--inline .pullquote-cite,.content--media .element-pullquote.element--inline .pullquote-paragraph,.content--type-analysis .element-pullquote.element--inline .pullquote-cite,.content--type-analysis .element-pullquote.element--inline .pullquote-paragraph,.content--type-article .element-pullquote.element--inline .pullquote-cite,.content--type-article .element-pullquote.element--inline .pullquote-paragraph,.content--type-comment .element-pullquote.element--inline .pullquote-cite,.content--type-comment .element-pullquote.element--inline .pullquote-paragraph,.content--type-feature .element-pullquote.element--inline .pullquote-cite,.content--type-feature .element-pullquote.element--inline .pullquote-paragraph,.content--type-recipe .element-pullquote.element--inline .pullquote-cite,.content--type-recipe .element-pullquote.element--inline .pullquote-paragraph,.content--type-guardianview .element-pullquote.element--inline .pullquote-cite,.content--type-guardianview .element-pullquote.element--inline .pullquote-paragraph,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--inline .pullquote-cite,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--inline .pullquote-paragraph,.content--type-interview .element-pullquote.element--inline .pullquote-cite,.content--type-interview .element-pullquote.element--inline .pullquote-paragraph,.content--type-live .element-pullquote.element--inline .pullquote-cite,.content--type-live .element-pullquote.element--inline .pullquote-paragraph,.content--type-matchreport .element-pullquote.element--inline .pullquote-cite,.content--type-matchreport .element-pullquote.element--inline .pullquote-paragraph,.content--type-media .element-pullquote.element--inline .pullquote-cite,.content--type-media .element-pullquote.element--inline .pullquote-paragraph,.content--type-review .element-pullquote.element--inline .pullquote-cite,.content--type-review .element-pullquote.element--inline .pullquote-paragraph,.content--type-quiz .element-pullquote.element--inline .pullquote-cite,.content--type-quiz .element-pullquote.element--inline .pullquote-paragraph{font-size:1.25rem;line-height:1.4375rem}@media (min-width: 61.25em){.content--liveblog .element-pullquote.element--inline .pullquote-cite,.content--liveblog .element-pullquote.element--inline .pullquote-paragraph,.content--media .element-pullquote.element--inline .pullquote-cite,.content--media .element-pullquote.element--inline .pullquote-paragraph,.content--type-analysis .element-pullquote.element--inline .pullquote-cite,.content--type-analysis .element-pullquote.element--inline .pullquote-paragraph,.content--type-article .element-pullquote.element--inline .pullquote-cite,.content--type-article .element-pullquote.element--inline .pullquote-paragraph,.content--type-comment .element-pullquote.element--inline .pullquote-cite,.content--type-comment .element-pullquote.element--inline .pullquote-paragraph,.content--type-feature .element-pullquote.element--inline .pullquote-cite,.content--type-feature .element-pullquote.element--inline .pullquote-paragraph,.content--type-recipe .element-pullquote.element--inline .pullquote-cite,.content--type-recipe .element-pullquote.element--inline .pullquote-paragraph,.content--type-guardianview .element-pullquote.element--inline .pullquote-cite,.content--type-guardianview .element-pullquote.element--inline .pullquote-paragraph,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--inline .pullquote-cite,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--inline .pullquote-paragraph,.content--type-interview .element-pullquote.element--inline .pullquote-cite,.content--type-interview .element-pullquote.element--inline .pullquote-paragraph,.content--type-live .element-pullquote.element--inline .pullquote-cite,.content--type-live .element-pullquote.element--inline .pullquote-paragraph,.content--type-matchreport .element-pullquote.element--inline .pullquote-cite,.content--type-matchreport .element-pullquote.element--inline .pullquote-paragraph,.content--type-media .element-pullquote.element--inline .pullquote-cite,.content--type-media .element-pullquote.element--inline .pullquote-paragraph,.content--type-review .element-pullquote.element--inline .pullquote-cite,.content--type-review .element-pullquote.element--inline .pullquote-paragraph,.content--type-quiz .element-pullquote.element--inline .pullquote-cite,.content--type-quiz .element-pullquote.element--inline .pullquote-paragraph{font-size:1.5rem;line-height:1.6875rem}}@media (min-width: 30em){.content--liveblog .element-pullquote.element--showcase,.content--media .element-pullquote.element--showcase,.content--type-analysis .element-pullquote.element--showcase,.content--type-article .element-pullquote.element--showcase,.content--type-comment .element-pullquote.element--showcase,.content--type-feature .element-pullquote.element--showcase,.content--type-recipe .element-pullquote.element--showcase,.content--type-guardianview .element-pullquote.element--showcase,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase,.content--type-interview .element-pullquote.element--showcase,.content--type-live .element-pullquote.element--showcase,.content--type-matchreport .element-pullquote.element--showcase,.content--type-media .element-pullquote.element--showcase,.content--type-review .element-pullquote.element--showcase,.content--type-quiz .element-pullquote.element--showcase{margin-left:-1.25rem}}@media (min-width: 41.25em){.content--liveblog .element-pullquote.element--showcase,.content--media .element-pullquote.element--showcase,.content--type-analysis .element-pullquote.element--showcase,.content--type-article .element-pullquote.element--showcase,.content--type-comment .element-pullquote.element--showcase,.content--type-feature .element-pullquote.element--showcase,.content--type-recipe .element-pullquote.element--showcase,.content--type-guardianview .element-pullquote.element--showcase,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase,.content--type-interview .element-pullquote.element--showcase,.content--type-live .element-pullquote.element--showcase,.content--type-matchreport .element-pullquote.element--showcase,.content--type-media .element-pullquote.element--showcase,.content--type-review .element-pullquote.element--showcase,.content--type-quiz .element-pullquote.element--showcase{margin-left:-0.625rem}}@media (min-width: 71.25em){.content--liveblog .element-pullquote.element--showcase,.content--media .element-pullquote.element--showcase,.content--type-analysis .element-pullquote.element--showcase,.content--type-article .element-pullquote.element--showcase,.content--type-comment .element-pullquote.element--showcase,.content--type-feature .element-pullquote.element--showcase,.content--type-recipe .element-pullquote.element--showcase,.content--type-guardianview .element-pullquote.element--showcase,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase,.content--type-interview .element-pullquote.element--showcase,.content--type-live .element-pullquote.element--showcase,.content--type-matchreport .element-pullquote.element--showcase,.content--type-media .element-pullquote.element--showcase,.content--type-review .element-pullquote.element--showcase,.content--type-quiz .element-pullquote.element--showcase{width:38.75rem;margin-left:-8.75rem}}.content--liveblog .element-pullquote.element--showcase:after,.content--media .element-pullquote.element--showcase:after,.content--type-analysis .element-pullquote.element--showcase:after,.content--type-article .element-pullquote.element--showcase:after,.content--type-comment .element-pullquote.element--showcase:after,.content--type-feature .element-pullquote.element--showcase:after,.content--type-recipe .element-pullquote.element--showcase:after,.content--type-guardianview .element-pullquote.element--showcase:after,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase:after,.content--type-interview .element-pullquote.element--showcase:after,.content--type-live .element-pullquote.element--showcase:after,.content--type-matchreport .element-pullquote.element--showcase:after,.content--type-media .element-pullquote.element--showcase:after,.content--type-review .element-pullquote.element--showcase:after,.content--type-quiz .element-pullquote.element--showcase:after{border-radius:0 0 1.5625rem}@media (min-width: 71.25em){.content--liveblog .element-pullquote.element--showcase:after,.content--media .element-pullquote.element--showcase:after,.content--type-analysis .element-pullquote.element--showcase:after,.content--type-article .element-pullquote.element--showcase:after,.content--type-comment .element-pullquote.element--showcase:after,.content--type-feature .element-pullquote.element--showcase:after,.content--type-recipe .element-pullquote.element--showcase:after,.content--type-guardianview .element-pullquote.element--showcase:after,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase:after,.content--type-interview .element-pullquote.element--showcase:after,.content--type-live .element-pullquote.element--showcase:after,.content--type-matchreport .element-pullquote.element--showcase:after,.content--type-media .element-pullquote.element--showcase:after,.content--type-review .element-pullquote.element--showcase:after,.content--type-quiz .element-pullquote.element--showcase:after{left:8.125rem}}.content--liveblog .element-pullquote.element--showcase .pullquote-cite,.content--liveblog .element-pullquote.element--showcase .pullquote-paragraph,.content--media .element-pullquote.element--showcase .pullquote-cite,.content--media .element-pullquote.element--showcase .pullquote-paragraph,.content--type-analysis .element-pullquote.element--showcase .pullquote-cite,.content--type-analysis .element-pullquote.element--showcase .pullquote-paragraph,.content--type-article .element-pullquote.element--showcase .pullquote-cite,.content--type-article .element-pullquote.element--showcase .pullquote-paragraph,.content--type-comment .element-pullquote.element--showcase .pullquote-cite,.content--type-comment .element-pullquote.element--showcase .pullquote-paragraph,.content--type-feature .element-pullquote.element--showcase .pullquote-cite,.content--type-feature .element-pullquote.element--showcase .pullquote-paragraph,.content--type-recipe .element-pullquote.element--showcase .pullquote-cite,.content--type-recipe .element-pullquote.element--showcase .pullquote-paragraph,.content--type-guardianview .element-pullquote.element--showcase .pullquote-cite,.content--type-guardianview .element-pullquote.element--showcase .pullquote-paragraph,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase .pullquote-cite,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase .pullquote-paragraph,.content--type-interview .element-pullquote.element--showcase .pullquote-cite,.content--type-interview .element-pullquote.element--showcase .pullquote-paragraph,.content--type-live .element-pullquote.element--showcase .pullquote-cite,.content--type-live .element-pullquote.element--showcase .pullquote-paragraph,.content--type-matchreport .element-pullquote.element--showcase .pullquote-cite,.content--type-matchreport .element-pullquote.element--showcase .pullquote-paragraph,.content--type-media .element-pullquote.element--showcase .pullquote-cite,.content--type-media .element-pullquote.element--showcase .pullquote-paragraph,.content--type-review .element-pullquote.element--showcase .pullquote-cite,.content--type-review .element-pullquote.element--showcase .pullquote-paragraph,.content--type-quiz .element-pullquote.element--showcase .pullquote-cite,.content--type-quiz .element-pullquote.element--showcase .pullquote-paragraph{font-size:1.5rem;line-height:1.6875rem}@media (min-width: 41.25em){.content--liveblog .element-pullquote.element--showcase .pullquote-cite,.content--liveblog .element-pullquote.element--showcase .pullquote-paragraph,.content--media .element-pullquote.element--showcase .pullquote-cite,.content--media .element-pullquote.element--showcase .pullquote-paragraph,.content--type-analysis .element-pullquote.element--showcase .pullquote-cite,.content--type-analysis .element-pullquote.element--showcase .pullquote-paragraph,.content--type-article .element-pullquote.element--showcase .pullquote-cite,.content--type-article .element-pullquote.element--showcase .pullquote-paragraph,.content--type-comment .element-pullquote.element--showcase .pullquote-cite,.content--type-comment .element-pullquote.element--showcase .pullquote-paragraph,.content--type-feature .element-pullquote.element--showcase .pullquote-cite,.content--type-feature .element-pullquote.element--showcase .pullquote-paragraph,.content--type-recipe .element-pullquote.element--showcase .pullquote-cite,.content--type-recipe .element-pullquote.element--showcase .pullquote-paragraph,.content--type-guardianview .element-pullquote.element--showcase .pullquote-cite,.content--type-guardianview .element-pullquote.element--showcase .pullquote-paragraph,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase .pullquote-cite,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase .pullquote-paragraph,.content--type-interview .element-pullquote.element--showcase .pullquote-cite,.content--type-interview .element-pullquote.element--showcase .pullquote-paragraph,.content--type-live .element-pullquote.element--showcase .pullquote-cite,.content--type-live .element-pullquote.element--showcase .pullquote-paragraph,.content--type-matchreport .element-pullquote.element--showcase .pullquote-cite,.content--type-matchreport .element-pullquote.element--showcase .pullquote-paragraph,.content--type-media .element-pullquote.element--showcase .pullquote-cite,.content--type-media .element-pullquote.element--showcase .pullquote-paragraph,.content--type-review .element-pullquote.element--showcase .pullquote-cite,.content--type-review .element-pullquote.element--showcase .pullquote-paragraph,.content--type-quiz .element-pullquote.element--showcase .pullquote-cite,.content--type-quiz .element-pullquote.element--showcase .pullquote-paragraph{font-size:1.75rem;line-height:2rem}}.content--liveblog .element-pullquote.element--showcase .inline-garnett-quote,.content--media .element-pullquote.element--showcase .inline-garnett-quote,.content--type-analysis .element-pullquote.element--showcase .inline-garnett-quote,.content--type-article .element-pullquote.element--showcase .inline-garnett-quote,.content--type-comment .element-pullquote.element--showcase .inline-garnett-quote,.content--type-feature .element-pullquote.element--showcase .inline-garnett-quote,.content--type-recipe .element-pullquote.element--showcase .inline-garnett-quote,.content--type-guardianview .element-pullquote.element--showcase .inline-garnett-quote,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase .inline-garnett-quote,.content--type-interview .element-pullquote.element--showcase .inline-garnett-quote,.content--type-live .element-pullquote.element--showcase .inline-garnett-quote,.content--type-matchreport .element-pullquote.element--showcase .inline-garnett-quote,.content--type-media .element-pullquote.element--showcase .inline-garnett-quote,.content--type-review .element-pullquote.element--showcase .inline-garnett-quote,.content--type-quiz .element-pullquote.element--showcase .inline-garnett-quote{margin-right:0.9375rem}@media (min-width: 61.25em){.content--liveblog .element-pullquote.element--showcase .inline-garnett-quote,.content--media .element-pullquote.element--showcase .inline-garnett-quote,.content--type-analysis .element-pullquote.element--showcase .inline-garnett-quote,.content--type-article .element-pullquote.element--showcase .inline-garnett-quote,.content--type-comment .element-pullquote.element--showcase .inline-garnett-quote,.content--type-feature .element-pullquote.element--showcase .inline-garnett-quote,.content--type-recipe .element-pullquote.element--showcase .inline-garnett-quote,.content--type-guardianview .element-pullquote.element--showcase .inline-garnett-quote,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase .inline-garnett-quote,.content--type-interview .element-pullquote.element--showcase .inline-garnett-quote,.content--type-live .element-pullquote.element--showcase .inline-garnett-quote,.content--type-matchreport .element-pullquote.element--showcase .inline-garnett-quote,.content--type-media .element-pullquote.element--showcase .inline-garnett-quote,.content--type-review .element-pullquote.element--showcase .inline-garnett-quote,.content--type-quiz .element-pullquote.element--showcase .inline-garnett-quote{margin-right:1.25rem}}.content--liveblog .element-pullquote.element--showcase .inline-garnett-quote svg,.content--media .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-analysis .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-article .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-comment .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-feature .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-recipe .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-guardianview .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-interview .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-live .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-matchreport .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-media .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-review .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-quiz .element-pullquote.element--showcase .inline-garnett-quote svg{width:0.875rem;top:-0.625rem}@media (min-width: 61.25em){.content--liveblog .element-pullquote.element--showcase .inline-garnett-quote svg,.content--media .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-analysis .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-article .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-comment .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-feature .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-recipe .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-guardianview .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-immersive:not(.content--minute-article) .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-interview .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-live .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-matchreport .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-media .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-review .element-pullquote.element--showcase .inline-garnett-quote svg,.content--type-quiz .element-pullquote.element--showcase .inline-garnett-quote svg{width:1rem}}@media (min-width: 71.25em){.content--liveblog .element-image.element--showcase .caption,.content--liveblog .element-image.element--supporting .caption,.content--media .element-image.element--showcase .caption,.content--media .element-image.element--supporting .caption,.content--type-analysis .element-image.element--showcase .caption,.content--type-analysis .element-image.element--supporting .caption,.content--type-article .element-image.element--showcase .caption,.content--type-article .element-image.element--supporting .caption,.content--type-comment .element-image.element--showcase .caption,.content--type-comment .element-image.element--supporting .caption,.content--type-feature .element-image.element--showcase .caption,.content--type-feature .element-image.element--supporting .caption,.content--type-recipe .element-image.element--showcase .caption,.content--type-recipe .element-image.element--supporting .caption,.content--type-guardianview .element-image.element--showcase .caption,.content--type-guardianview .element-image.element--supporting .caption,.content--type-immersive:not(.content--minute-article) .element-image.element--showcase .caption,.content--type-immersive:not(.content--minute-article) .element-image.element--supporting .caption,.content--type-interview .element-image.element--showcase .caption,.content--type-interview .element-image.element--supporting .caption,.content--type-live .element-image.element--showcase .caption,.content--type-live .element-image.element--supporting .caption,.content--type-matchreport .element-image.element--showcase .caption,.content--type-matchreport .element-image.element--supporting .caption,.content--type-media .element-image.element--showcase .caption,.content--type-media .element-image.element--supporting .caption,.content--type-review .element-image.element--showcase .caption,.content--type-review .element-image.element--supporting .caption,.content--type-quiz .element-image.element--showcase .caption,.content--type-quiz .element-image.element--supporting .caption{float:left;width:8.75rem}}@media (min-width: 81.25em){.content--liveblog .element-image.element--showcase .caption,.content--liveblog .element-image.element--supporting .caption,.content--media .element-image.element--showcase .caption,.content--media .element-image.element--supporting .caption,.content--type-analysis .element-image.element--showcase .caption,.content--type-analysis .element-image.element--supporting .caption,.content--type-article .element-image.element--showcase .caption,.content--type-article .element-image.element--supporting .caption,.content--type-comment .element-image.element--showcase .caption,.content--type-comment .element-image.element--supporting .caption,.content--type-feature .element-image.element--showcase .caption,.content--type-feature .element-image.element--supporting .caption,.content--type-recipe .element-image.element--showcase .caption,.content--type-recipe .element-image.element--supporting .caption,.content--type-guardianview .element-image.element--showcase .caption,.content--type-guardianview .element-image.element--supporting .caption,.content--type-immersive:not(.content--minute-article) .element-image.element--showcase .caption,.content--type-immersive:not(.content--minute-article) .element-image.element--supporting .caption,.content--type-interview .element-image.element--showcase .caption,.content--type-interview .element-image.element--supporting .caption,.content--type-live .element-image.element--showcase .caption,.content--type-live .element-image.element--supporting .caption,.content--type-matchreport .element-image.element--showcase .caption,.content--type-matchreport .element-image.element--supporting .caption,.content--type-media .element-image.element--showcase .caption,.content--type-media .element-image.element--supporting .caption,.content--type-review .element-image.element--showcase .caption,.content--type-review .element-image.element--supporting .caption,.content--type-quiz .element-image.element--showcase .caption,.content--type-quiz .element-image.element--supporting .caption{width:13.75rem}}@media (min-width: 71.25em){.content--liveblog .element-image.element--showcase,.content--media .element-image.element--showcase,.content--type-analysis .element-image.element--showcase,.content--type-article .element-image.element--showcase,.content--type-comment .element-image.element--showcase,.content--type-feature .element-image.element--showcase,.content--type-recipe .element-image.element--showcase,.content--type-guardianview .element-image.element--showcase,.content--type-immersive:not(.content--minute-article) .element-image.element--showcase,.content--type-interview .element-image.element--showcase,.content--type-live .element-image.element--showcase,.content--type-matchreport .element-image.element--showcase,.content--type-media .element-image.element--showcase,.content--type-review .element-image.element--showcase,.content--type-quiz .element-image.element--showcase{margin-bottom:2.25rem}}.content--liveblog .quoted .inline-garnett-quote,.content--media .quoted .inline-garnett-quote,.content--type-analysis .quoted .inline-garnett-quote,.content--type-article .quoted .inline-garnett-quote,.content--type-comment .quoted .inline-garnett-quote,.content--type-feature .quoted .inline-garnett-quote,.content--type-recipe .quoted .inline-garnett-quote,.content--type-guardianview .quoted .inline-garnett-quote,.content--type-immersive:not(.content--minute-article) .quoted .inline-garnett-quote,.content--type-interview .quoted .inline-garnett-quote,.content--type-live .quoted .inline-garnett-quote,.content--type-matchreport .quoted .inline-garnett-quote,.content--type-media .quoted .inline-garnett-quote,.content--type-review .quoted .inline-garnett-quote,.content--type-quiz .quoted .inline-garnett-quote{position:absolute}.content--liveblog .quoted .inline-garnett-quote__svg,.content--media .quoted .inline-garnett-quote__svg,.content--type-analysis .quoted .inline-garnett-quote__svg,.content--type-article .quoted .inline-garnett-quote__svg,.content--type-comment .quoted .inline-garnett-quote__svg,.content--type-feature .quoted .inline-garnett-quote__svg,.content--type-recipe .quoted .inline-garnett-quote__svg,.content--type-guardianview .quoted .inline-garnett-quote__svg,.content--type-immersive:not(.content--minute-article) .quoted .inline-garnett-quote__svg,.content--type-interview .quoted .inline-garnett-quote__svg,.content--type-live .quoted .inline-garnett-quote__svg,.content--type-matchreport .quoted .inline-garnett-quote__svg,.content--type-media .quoted .inline-garnett-quote__svg,.content--type-review .quoted .inline-garnett-quote__svg,.content--type-quiz .quoted .inline-garnett-quote__svg{width:2.1875rem;height:1.5625rem;-webkit-transform:scale(0.4);transform:scale(0.4);-webkit-transform-origin:top left;transform-origin:top left}.content--type-matchreport:not(.content--liveblog) .block-time.published-time,.content--type-article:not(.content--liveblog) .block-time.published-time{position:relative;padding:0.375rem 0 0;line-height:1}.content--type-feature .content__meta-container,.content--type-recipe .content__meta-container{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOTUuOSIgaGVpZ2h0PSIyMy45IiB2aWV3Qm94PSI1OS4zIDEzNi4xIDM5NS45IDIzLjkiPjxwYXRoIGZpbGw9IiNDMkMxQzEiIGQ9Ik01OS4zIDE0Mi40YzMuNSAwIDUuMS0xLjQgNi43LTIuNSAxLjQtMS4xIDIuOS0yLjMgNS43LTIuMyAyLjkgMCA0LjIgMS4yIDUuNiAyLjMgMS42IDEgMy4zIDIuNSA2LjcgMi41YTEwIDEwIDAgMCAwIDYuNi0yLjVjMS42LTEuMSAyLjktMi4zIDUuOC0yLjNzNC4yIDEuMiA1LjcgMi4zYzEuNiAxIDMuMSAyLjUgNi42IDIuNSAzLjQgMCA1LTEuNCA2LjYtMi41czIuOC0yLjMgNS43LTIuM2MyLjcgMCA0LjEgMS4yIDUuNSAyLjMgMS42IDEgMy40IDIuNSA2LjcgMi41IDMuNSAwIDUuMi0xLjQgNi43LTIuNSAxLjYtMS4xIDIuOC0yLjMgNS43LTIuM3M0LjMgMS4yIDUuNyAyLjNjMS42IDEgMy4yIDIuNSA2LjcgMi41czUtMS40IDYuNy0yLjUgMi44LTIuMyA1LjctMi4zYzIuOCAwIDQuMSAxLjIgNS43IDIuM3MzLjIgMi41IDYuNyAyLjUgNS0xLjQgNi42LTIuNWMxLjUtMS4xIDIuOS0yLjMgNS42LTIuMyAyLjkgMCA0LjMgMS4yIDUuNyAyLjMgMiAxIDMuNSAyLjUgNi44IDIuNXM1LjEtMS40IDYuNy0yLjVjMS42LTEuMSAyLjktMi4zIDUuNy0yLjNzNC4yIDEuMiA1LjggMi4zYzEuNSAxIDMuMSAyLjUgNi42IDIuNSAzLjUgMCA1LjEtMS40IDYuNy0yLjUgMS40LTEuMSAyLjktMi4zIDUuNi0yLjMgMi43IDAgNC4yIDEuMiA1LjcgMi4zIDEuNiAxIDMuMyAyLjUgNi42IDIuNWguN2MzLjUgMCA1LjEtMS40IDYuNy0yLjUgMS40LTEuMSAyLjktMi4zIDUuNi0yLjMgMi44IDAgNC4zIDEuMiA1LjcgMi4zIDEuNiAxIDMuMyAyLjUgNi43IDIuNXM1LTEuNCA2LjYtMi41YzEuNi0xLjEgMi45LTIuMyA1LjgtMi4zIDIuOCAwIDQgMS4yIDUuNyAyLjMgMS42IDEgMy4xIDIuNSA2LjYgMi41czUuMS0xLjQgNi43LTIuNWMxLjQtMS4xIDIuOS0yLjMgNS42LTIuMyAyLjcgMCA0LjMgMS4yIDUuNyAyLjMgMS42IDEgMy4zIDIuNSA2LjcgMi41czUtMS40IDYuNi0yLjVjMS42LTEuMSAyLjktMi4zIDUuOC0yLjMgMi44IDAgNC4yIDEuMiA1LjcgMi4zIDEuNiAxIDMuMiAyLjUgNi42IDIuNXM1LjEtMS40IDYuNy0yLjVjMS40LTEuMSAyLjktMi4zIDUuNy0yLjNzNC4yIDEuMiA1LjYgMi4zYzEuNiAxIDMuMyAyLjUgNi43IDIuNXM1LjItMS40IDYuNi0yLjVjMS42LTEuMSAyLjktMi4zIDUuOC0yLjMgMi44IDAgNC4yIDEuMiA1LjcgMi4zIDEuNiAxIDMuMiAyLjUgNi43IDIuNSAzLjMgMCA0LjktMS40IDYuNS0yLjUgMS42LTEuMSAzLTIuMyA1LjgtMi4zIDIuNyAwIDQuMiAxLjIgNS44IDIuMyAxLjUgMSAzIDIuNSA2LjMgMi41IDMuNSAwIDUuMy0xLjQgNi43LTIuNSAxLjYtMS4xIDIuOC0yLjMgNS43LTIuMyAyLjkgMCA0LjYgMS4yIDUuOSAyLjMgMS42IDEgMy4yIDIuNSA2LjcgMi41di0xLjZjLTIuOSAwLTQuMy0xLjEtNS44LTIuMi0xLjYtMS4xLTMuMS0yLjUtNi42LTIuNXMtNS4xIDEuNC02LjcgMi41Yy0xLjQgMS4xLTIuOSAyLjItNS43IDIuMnMtNC4yLTEuMS01LjYtMi4yYy0xLjYtMS4xLTMuMy0yLjUtNi43LTIuNWExMCAxMCAwIDAgMC02LjYgMi41Yy0xLjYgMS4xLTIuOSAyLjItNS44IDIuMnMtNC4yLTEuMS01LjctMi4yYy0xLjYtMS4xLTMuMS0yLjUtNi42LTIuNS0zLjQgMC01IDEuNC02LjYgMi41LTEuNSAxLjEtMi44IDIuMi01LjcgMi4yLTIuNyAwLTQuMS0xLjEtNS41LTIuMi0xLjYtMS4xLTMuNC0yLjUtNi43LTIuNS0zLjUgMC01LjIgMS40LTYuNyAyLjUtMS42IDEuMS0yLjggMi4yLTUuNyAyLjJzLTQuMy0xLjEtNS43LTIuMmMtMS42LTEuMS0zLjItMi41LTYuNy0yLjVzLTUgMS40LTYuNyAyLjUtMi44IDIuMi01LjcgMi4yLTQuMS0xLjEtNS43LTIuMmMtMS42LTEuMS0zLjItMi41LTYuNy0yLjVzLTUgMS40LTYuNiAyLjVjLTEuNSAxLjEtMi45IDIuMi01LjYgMi4yYTguMSA4LjEgMCAwIDEtNS43LTIuMmMtMi0xLjEtMy41LTIuNS02LjgtMi41cy01LjEgMS40LTYuNyAyLjVjLTEuNiAxLjEtMi45IDIuMi01LjcgMi4ycy00LjItMS4xLTUuOC0yLjItMy4xLTIuNS02LjYtMi41Yy0zLjUgMC01LjEgMS40LTYuNyAyLjVhOC4zIDguMyAwIDAgMS01LjYgMi4yIDguNiA4LjYgMCAwIDEtNS43LTIuMmMtMS42LTEuMS0zLjMtMi41LTYuNy0yLjVoLS42Yy0zLjUgMC01LjEgMS40LTYuNyAyLjVhOC4zIDguMyAwIDAgMS01LjYgMi4yIDguMyA4LjMgMCAwIDEtNS43LTIuMmMtMS42LTEuMS0zLjMtMi41LTYuNy0yLjVzLTUgMS40LTYuNiAyLjVjLTEuNiAxLjEtMi45IDIuMi01LjggMi4yLTIuOCAwLTQtMS4xLTUuNy0yLjItMS42LTEuMS0zLjItMi41LTYuNi0yLjVzLTUuMSAxLjQtNi43IDIuNWE4LjMgOC4zIDAgMCAxLTUuNiAyLjIgOC42IDguNiAwIDAgMS01LjctMi4yYy0xLjYtMS4xLTMuMy0yLjUtNi43LTIuNS0zLjMgMC01IDEuNC02LjYgMi41LTEuNiAxLjEtMi45IDIuMi01LjggMi4yYTguMyA4LjMgMCAwIDEtNS43LTIuMmMtMS42LTEuMS0zLjItMi41LTYuNi0yLjVzLTUuMSAxLjQtNi43IDIuNWMtMS40IDEuMS0yLjkgMi4yLTUuNyAyLjJzLTQuMi0xLjEtNS42LTIuMmMtMS42LTEuMS0zLjMtMi41LTYuNy0yLjVhMTAgMTAgMCAwIDAtNi42IDIuNWMtMS42IDEuMS0yLjkgMi4yLTUuOCAyLjJhOC4zIDguMyAwIDAgMS01LjctMi4yYy0xLjYtMS4xLTMuMi0yLjUtNi42LTIuNS0zLjQgMC01IDEuNC02LjYgMi41LTEuNiAxLjEtMyAyLjItNS44IDIuMi0yLjcgMC00LjItMS4xLTUuOC0yLjItMS41LTEuMS0zLTIuNS02LjMtMi41YTkuNyA5LjcgMCAwIDAtNi43IDIuNWMtMS42IDEuMS0yLjggMi4yLTUuNyAyLjJsLS4yIDEuNnoiLz48cGF0aCBmaWxsPSIjQzJDMUMxIiBkPSJNNTkuMyAxNDguMmMzLjUgMCA1LjEtMS40IDYuNy0yLjVhOC4zIDguMyAwIDAgMSA1LjctMi4yYzIuOSAwIDQuMiAxIDUuNiAyLjIgMS42IDEuMSAzLjMgMi41IDYuNyAyLjVhMTAgMTAgMCAwIDAgNi42LTIuNWMxLjYtMS4xIDIuOS0yLjIgNS44LTIuMnM0LjIgMSA1LjcgMi4yYzEuNiAxLjEgMy4xIDIuNSA2LjYgMi41IDMuNCAwIDUtMS40IDYuNi0yLjVzMi44LTIuMiA1LjctMi4yYzIuNyAwIDQuMSAxIDUuNSAyLjIgMS42IDEuMSAzLjQgMi41IDYuNyAyLjUgMy41IDAgNS4yLTEuNCA2LjctMi41IDEuNi0xLjEgMi44LTIuMiA1LjctMi4yczQuMyAxIDUuNyAyLjJjMS42IDEuMSAzLjIgMi41IDYuNyAyLjVzNS0xLjQgNi43LTIuNSAyLjgtMi4yIDUuNy0yLjJjMi44IDAgNC4xIDEgNS43IDIuMnMzLjIgMi41IDYuNyAyLjUgNS0xLjQgNi42LTIuNWMxLjUtMS4xIDIuOS0yLjIgNS42LTIuMiAyLjkgMCA0LjMgMSA1LjcgMi4yIDIgMS4xIDMuNSAyLjUgNi44IDIuNXM1LjEtMS40IDYuNy0yLjVjMS42LTEuMSAyLjktMi4yIDUuNy0yLjJzNC4yIDEgNS44IDIuMmMxLjUgMS4xIDMuMSAyLjUgNi42IDIuNSAzLjUgMCA1LjEtMS40IDYuNy0yLjVhOC4zIDguMyAwIDAgMSA1LjYtMi4yYzIuNyAwIDQuMiAxIDUuNyAyLjIgMS42IDEuMSAzLjMgMi41IDYuNiAyLjVoLjdjMy41IDAgNS4xLTEuNCA2LjctMi41YTguMyA4LjMgMCAwIDEgNS42LTIuMmMyLjggMCA0LjMgMSA1LjcgMi4yIDEuNiAxLjEgMy4zIDIuNSA2LjcgMi41czUtMS40IDYuNi0yLjVjMS42LTEuMSAyLjktMi4yIDUuOC0yLjIgMi44IDAgNCAxIDUuNyAyLjIgMS42IDEuMSAzLjEgMi41IDYuNiAyLjVzNS4xLTEuNCA2LjctMi41YTguMyA4LjMgMCAwIDEgNS42LTIuMiA4IDggMCAwIDEgNS43IDIuMmMxLjYgMS4xIDMuMyAyLjUgNi43IDIuNXM1LTEuNCA2LjYtMi41YzEuNi0xLjEgMi45LTIuMiA1LjgtMi4yYTggOCAwIDAgMSA1LjcgMi4yYzEuNiAxLjEgMy4yIDIuNSA2LjYgMi41czUuMS0xLjQgNi43LTIuNWMxLjQtMS4xIDIuOS0yLjIgNS43LTIuMnM0LjIgMSA1LjYgMi4yYzEuNiAxLjEgMy4zIDIuNSA2LjcgMi41czUuMi0xLjQgNi42LTIuNWMxLjYtMS4xIDIuOS0yLjIgNS44LTIuMmE4IDggMCAwIDEgNS43IDIuMmMxLjYgMS4xIDMuMiAyLjUgNi43IDIuNSAzLjMgMCA0LjktMS40IDYuNS0yLjUgMS42LTEuMSAzLTIuMiA1LjgtMi4yIDIuNyAwIDQuMiAxIDUuOCAyLjIgMS41IDEuMSAzIDIuNSA2LjMgMi41IDMuNSAwIDUuMy0xLjQgNi43LTIuNSAxLjYtMS4xIDIuOC0yLjIgNS43LTIuMmE4IDggMCAwIDEgNS45IDIuMmMxLjYgMS4xIDMuMiAyLjUgNi43IDIuNXYtMS42Yy0yLjkgMC00LjMtMS01LjgtMi4yLTEuNi0xLTMuMS0yLjUtNi42LTIuNXMtNS4xIDEuNC02LjcgMi41Yy0xLjQgMS4xLTIuOSAyLjItNS43IDIuMnMtNC4yLTEtNS42LTIuMmMtMS42LTEtMy4zLTIuNS02LjctMi41YTEwIDEwIDAgMCAwLTYuNiAyLjVjLTEuNiAxLjEtMi45IDIuMi01LjggMi4ycy00LjItMS01LjctMi4yYy0xLjYtMS0zLjEtMi41LTYuNi0yLjUtMy40IDAtNSAxLjQtNi42IDIuNS0xLjUgMS4xLTIuOCAyLjItNS43IDIuMi0yLjcgMC00LjEtMS01LjUtMi4yLTEuNi0xLTMuNC0yLjUtNi43LTIuNS0zLjUgMC01LjIgMS40LTYuNyAyLjUtMS42IDEuMS0yLjggMi4yLTUuNyAyLjJzLTQuMy0xLTUuNy0yLjJjLTEuNi0xLTMuMi0yLjUtNi43LTIuNXMtNSAxLjQtNi43IDIuNS0yLjggMi4yLTUuNyAyLjItNC4xLTEtNS43LTIuMmMtMS42LTEtMy4yLTIuNS02LjctMi41cy01IDEuNC02LjYgMi41Yy0xLjUgMS4xLTIuOSAyLjItNS42IDIuMi0yLjkgMC00LjMtMS01LjctMi4yLTItMS0zLjUtMi41LTYuOC0yLjVzLTUuMSAxLjQtNi43IDIuNWMtMS42IDEuMS0yLjkgMi4yLTUuNyAyLjJzLTQuMi0xLTUuOC0yLjItMy4xLTIuNS02LjYtMi41Yy0zLjUgMC01LjEgMS40LTYuNyAyLjVhOC4zIDguMyAwIDAgMS01LjYgMi4yIDguNiA4LjYgMCAwIDEtNS43LTIuMmMtMS42LTEtMy4zLTIuNS02LjctMi41aC0uNmMtMy41IDAtNS4xIDEuNC02LjcgMi41YTguMyA4LjMgMCAwIDEtNS42IDIuMiA4LjMgOC4zIDAgMCAxLTUuNy0yLjJjLTEuNi0xLTMuMy0yLjUtNi43LTIuNXMtNSAxLjQtNi42IDIuNWMtMS42IDEuMS0yLjkgMi4yLTUuOCAyLjItMi44IDAtNC0xLTUuNy0yLjItMS42LTEtMy4yLTIuNS02LjYtMi41cy01LjEgMS40LTYuNyAyLjVhOC4zIDguMyAwIDAgMS01LjYgMi4yIDguNiA4LjYgMCAwIDEtNS43LTIuMmMtMS42LTEtMy4zLTIuNS02LjctMi41LTMuMyAwLTUgMS40LTYuNiAyLjUtMS42IDEuMS0yLjkgMi4yLTUuOCAyLjJhOC4zIDguMyAwIDAgMS01LjctMi4yYy0xLjYtMS0zLjItMi41LTYuNi0yLjVzLTUuMSAxLjQtNi43IDIuNWMtMS40IDEuMS0yLjkgMi4yLTUuNyAyLjJzLTQuMi0xLTUuNi0yLjJjLTEuNi0xLTMuMy0yLjUtNi43LTIuNWExMCAxMCAwIDAgMC02LjYgMi41Yy0xLjYgMS4xLTIuOSAyLjItNS44IDIuMmE4LjMgOC4zIDAgMCAxLTUuNy0yLjJjLTEuNi0xLTMuMi0yLjUtNi42LTIuNS0zLjQgMC01IDEuNC02LjYgMi41LTEuNiAxLjEtMyAyLjItNS44IDIuMi0yLjcgMC00LjItMS01LjgtMi4yLTEuNS0xLTMtMi41LTYuMy0yLjVhOS43IDkuNyAwIDAgMC02LjcgMi41Yy0xLjYgMS4xLTIuOCAyLjItNS43IDIuMmwtLjIgMS42eiIvPjxwYXRoIGZpbGw9IiNDMkMxQzEiIGQ9Ik01OS4zIDE1NGMzLjUgMCA1LjEtMS40IDYuNy0yLjUgMS40LTEgMi45LTIuMiA1LjctMi4yIDIuOSAwIDQuMiAxLjEgNS42IDIuMiAxLjYgMS4xIDMuMyAyLjYgNi43IDIuNmExMCAxMCAwIDAgMCA2LjYtMi42YzEuNi0xIDIuOS0yLjIgNS44LTIuMnM0LjIgMS4xIDUuNyAyLjJjMS42IDEuMSAzLjEgMi42IDYuNiAyLjYgMy40IDAgNS0xLjUgNi42LTIuNnMyLjgtMi4yIDUuNy0yLjJjMi43IDAgNC4xIDEuMSA1LjUgMi4yIDEuNiAxLjEgMy40IDIuNiA2LjcgMi42IDMuNSAwIDUuMi0xLjUgNi43LTIuNiAxLjYtMSAyLjgtMi4yIDUuNy0yLjJzNC4zIDEuMSA1LjcgMi4yYzEuNiAxLjEgMy4yIDIuNiA2LjcgMi42czUtMS41IDYuNy0yLjYgMi44LTIuMiA1LjctMi4yYzIuOCAwIDQuMSAxLjEgNS43IDIuMnMzLjIgMi42IDYuNyAyLjYgNS0xLjUgNi42LTIuNmMxLjUtMSAyLjktMi4yIDUuNi0yLjIgMi45IDAgNC4zIDEuMSA1LjcgMi4yIDIgMS4xIDMuNSAyLjYgNi44IDIuNnM1LjEtMS41IDYuNy0yLjZjMS42LTEgMi45LTIuMiA1LjctMi4yczQuMiAxLjEgNS44IDIuMmMxLjUgMS4xIDMuMSAyLjYgNi42IDIuNiAzLjUgMCA1LjEtMS41IDYuNy0yLjYgMS40LTEgMi45LTIuMiA1LjYtMi4yIDIuNyAwIDQuMiAxLjEgNS43IDIuMiAxLjYgMS4xIDMuMyAyLjYgNi42IDIuNmguN2MzLjUgMCA1LjEtMS41IDYuNy0yLjYgMS40LTEgMi45LTIuMiA1LjYtMi4yIDIuOCAwIDQuMyAxLjEgNS43IDIuMiAxLjYgMS4xIDMuMyAyLjYgNi43IDIuNnM1LTEuNSA2LjYtMi42YzEuNi0xIDIuOS0yLjIgNS44LTIuMiAyLjggMCA0IDEuMSA1LjcgMi4yIDEuNiAxLjEgMy4xIDIuNiA2LjYgMi42czUuMS0xLjUgNi43LTIuNmMxLjQtMSAyLjktMi4yIDUuNi0yLjIgMi43IDAgNC4zIDEuMSA1LjcgMi4yIDEuNiAxLjEgMy4zIDIuNiA2LjcgMi42czUtMS41IDYuNi0yLjZjMS42LTEgMi45LTIuMiA1LjgtMi4yIDIuOCAwIDQuMiAxLjEgNS43IDIuMiAxLjYgMS4xIDMuMiAyLjYgNi42IDIuNnM1LjEtMS41IDYuNy0yLjZjMS40LTEgMi45LTIuMiA1LjctMi4yczQuMiAxLjEgNS42IDIuMmMxLjYgMS4xIDMuMyAyLjYgNi43IDIuNnM1LjItMS41IDYuNi0yLjZjMS42LTEgMi45LTIuMiA1LjgtMi4yIDIuOCAwIDQuMiAxLjEgNS43IDIuMiAxLjYgMS4xIDMuMiAyLjYgNi43IDIuNiAzLjMgMCA0LjktMS41IDYuNS0yLjYgMS42LTEgMy0yLjIgNS44LTIuMiAyLjcgMCA0LjIgMS4xIDUuOCAyLjIgMS41IDEuMSAzIDIuNiA2LjMgMi42IDMuNSAwIDUuMy0xLjUgNi43LTIuNiAxLjYtMSAyLjgtMi4yIDUuNy0yLjIgMi45IDAgNC42IDEuMSA1LjkgMi4yIDEuNiAxLjEgMy4yIDIuNiA2LjcgMi42di0xLjZjLTIuOSAwLTQuMy0xLjEtNS44LTIuMi0xLjYtMS4yLTMuMS0yLjYtNi42LTIuNnMtNS4xIDEuNC02LjcgMi42Yy0xLjQgMS0yLjkgMi4yLTUuNyAyLjJzLTQuMi0xLjEtNS42LTIuMmMtMS42LTEuMi0zLjMtMi42LTYuNy0yLjZhMTAgMTAgMCAwIDAtNi42IDIuNmMtMS42IDEtMi45IDIuMi01LjggMi4ycy00LjItMS4xLTUuNy0yLjJjLTEuNi0xLjItMy4xLTIuNi02LjYtMi42LTMuNCAwLTUgMS40LTYuNiAyLjYtMS41IDEtMi44IDIuMi01LjcgMi4yLTIuNyAwLTQuMS0xLjEtNS41LTIuMi0xLjYtMS4yLTMuNC0yLjYtNi43LTIuNi0zLjUgMC01LjIgMS40LTYuNyAyLjYtMS42IDEtMi44IDIuMi01LjcgMi4ycy00LjMtMS4xLTUuNy0yLjJjLTEuNi0xLjItMy4yLTIuNi02LjctMi42cy01IDEuNC02LjcgMi42LTIuOCAyLjItNS43IDIuMi00LjEtMS4xLTUuNy0yLjJjLTEuNi0xLjItMy4yLTIuNi02LjctMi42cy01IDEuNC02LjYgMi42Yy0xLjUgMS0yLjkgMi4yLTUuNiAyLjJhOC4xIDguMSAwIDAgMS01LjctMi4yYy0yLTEuMi0zLjUtMi42LTYuOC0yLjZzLTUuMSAxLjQtNi43IDIuNmMtMS42IDEtMi45IDIuMi01LjcgMi4ycy00LjItMS4xLTUuOC0yLjItMy4xLTIuNi02LjYtMi42Yy0zLjUgMC01LjEgMS40LTYuNyAyLjYtMS40IDEtMi45IDIuMi01LjYgMi4yYTguNiA4LjYgMCAwIDEtNS43LTIuMmMtMS42LTEuMi0zLjMtMi42LTYuNy0yLjZoLS42Yy0zLjUgMC01LjEgMS40LTYuNyAyLjYtMS40IDEtMi45IDIuMi01LjYgMi4yYTguMyA4LjMgMCAwIDEtNS43LTIuMmMtMS42LTEuMi0zLjMtMi42LTYuNy0yLjZzLTUgMS40LTYuNiAyLjZjLTEuNiAxLTIuOSAyLjItNS44IDIuMi0yLjggMC00LTEuMS01LjctMi4yLTEuNi0xLjItMy4yLTIuNi02LjYtMi42cy01LjEgMS40LTYuNyAyLjZjLTEuNCAxLTIuOSAyLjItNS42IDIuMmE4LjYgOC42IDAgMCAxLTUuNy0yLjJjLTEuNi0xLjItMy4zLTIuNi02LjctMi42LTMuMyAwLTUgMS40LTYuNiAyLjYtMS42IDEtMi45IDIuMi01LjggMi4yYTguMyA4LjMgMCAwIDEtNS43LTIuMmMtMS42LTEuMi0zLjItMi42LTYuNi0yLjZzLTUuMSAxLjQtNi43IDIuNmMtMS40IDEtMi45IDIuMi01LjcgMi4ycy00LjItMS4xLTUuNi0yLjJjLTEuNi0xLjItMy4zLTIuNi02LjctMi42YTEwIDEwIDAgMCAwLTYuNiAyLjZjLTEuNiAxLTIuOSAyLjItNS44IDIuMmE4LjMgOC4zIDAgMCAxLTUuNy0yLjJjLTEuNi0xLjItMy4yLTIuNi02LjYtMi42LTMuNCAwLTUgMS40LTYuNiAyLjYtMS42IDEtMyAyLjItNS44IDIuMi0yLjcgMC00LjItMS4xLTUuOC0yLjItMS41LTEuMi0zLTIuNi02LjMtMi42YTkuMyA5LjMgMCAwIDAtNi43IDIuNmMtMS42IDEtMi44IDIuMi01LjcgMi4ybC0uMiAxLjZ6Ii8+PHBhdGggZmlsbD0iI0MyQzFDMSIgZD0iTTU5LjMgMTYwYzMuNSAwIDUuMS0xLjUgNi43LTIuNiAxLjQtMS4xIDIuOS0yLjMgNS43LTIuMyAyLjkgMCA0LjIgMS4yIDUuNiAyLjMgMS42IDEgMy4zIDIuNSA2LjcgMi41YTEwIDEwIDAgMCAwIDYuNi0yLjVjMS42LTEuMSAyLjktMi4zIDUuOC0yLjNzNC4yIDEuMiA1LjcgMi4zYzEuNiAxIDMuMSAyLjUgNi42IDIuNSAzLjQgMCA1LTEuNCA2LjYtMi41czIuOC0yLjMgNS43LTIuM2MyLjcgMCA0LjEgMS4yIDUuNSAyLjMgMS42IDEgMy40IDIuNSA2LjcgMi41IDMuNSAwIDUuMi0xLjQgNi43LTIuNSAxLjYtMS4xIDIuOC0yLjMgNS43LTIuM3M0LjMgMS4yIDUuNyAyLjNjMS42IDEgMy4yIDIuNSA2LjcgMi41czUtMS40IDYuNy0yLjUgMi44LTIuMyA1LjctMi4zYzIuOCAwIDQuMSAxLjIgNS43IDIuM3MzLjIgMi41IDYuNyAyLjUgNS0xLjQgNi42LTIuNWMxLjUtMS4xIDIuOS0yLjMgNS42LTIuMyAyLjkgMCA0LjMgMS4yIDUuNyAyLjMgMiAxIDMuNSAyLjUgNi44IDIuNXM1LjEtMS40IDYuNy0yLjVjMS42LTEuMSAyLjktMi4zIDUuNy0yLjNzNC4yIDEuMiA1LjggMi4zYzEuNSAxIDMuMSAyLjUgNi42IDIuNSAzLjUgMCA1LjEtMS40IDYuNy0yLjUgMS40LTEuMSAyLjktMi4zIDUuNi0yLjMgMi43IDAgNC4yIDEuMiA1LjcgMi4zIDEuNiAxIDMuMyAyLjUgNi42IDIuNWguN2MzLjUgMCA1LjEtMS40IDYuNy0yLjUgMS40LTEuMSAyLjktMi4zIDUuNi0yLjMgMi44IDAgNC4zIDEuMiA1LjcgMi4zIDEuNiAxIDMuMyAyLjUgNi43IDIuNXM1LTEuNCA2LjYtMi41YzEuNi0xLjEgMi45LTIuMyA1LjgtMi4zIDIuOCAwIDQgMS4yIDUuNyAyLjMgMS42IDEgMy4xIDIuNSA2LjYgMi41czUuMS0xLjQgNi43LTIuNWMxLjQtMS4xIDIuOS0yLjMgNS42LTIuMyAyLjcgMCA0LjMgMS4yIDUuNyAyLjMgMS42IDEgMy4zIDIuNSA2LjcgMi41czUtMS40IDYuNi0yLjVjMS42LTEuMSAyLjktMi4zIDUuOC0yLjMgMi44IDAgNC4yIDEuMiA1LjcgMi4zIDEuNiAxIDMuMiAyLjUgNi42IDIuNXM1LjEtMS40IDYuNy0yLjVjMS40LTEuMSAyLjktMi4zIDUuNy0yLjNzNC4yIDEuMiA1LjYgMi4zYzEuNiAxIDMuMyAyLjUgNi43IDIuNXM1LjItMS40IDYuNi0yLjVjMS42LTEuMSAyLjktMi4zIDUuOC0yLjMgMi44IDAgNC4yIDEuMiA1LjcgMi4zIDEuNiAxIDMuMiAyLjUgNi43IDIuNSAzLjMgMCA0LjktMS40IDYuNS0yLjUgMS42LTEuMSAzLTIuMyA1LjgtMi4zIDIuNyAwIDQuMiAxLjIgNS44IDIuMyAxLjUgMSAzIDIuNSA2LjMgMi41IDMuNSAwIDUuMy0xLjQgNi43LTIuNSAxLjYtMS4xIDIuOC0yLjMgNS43LTIuMyAyLjkgMCA0LjYgMS4yIDUuOSAyLjMgMS42IDEgMy4yIDIuNSA2LjcgMi41di0xLjZjLTIuOSAwLTQuMy0xLjEtNS44LTIuMi0xLjYtMS4xLTMuMS0yLjUtNi42LTIuNXMtNS4xIDEuNC02LjcgMi41Yy0xLjQgMS4xLTIuOSAyLjItNS43IDIuMnMtNC4yLTEuMS01LjYtMi4yYy0xLjYtMS4xLTMuMy0yLjUtNi43LTIuNWExMCAxMCAwIDAgMC02LjYgMi41Yy0xLjYgMS4xLTIuOSAyLjItNS44IDIuMnMtNC4yLTEuMS01LjctMi4yYy0xLjYtMS4xLTMuMS0yLjUtNi42LTIuNS0zLjQgMC01IDEuNC02LjYgMi41LTEuNSAxLjEtMi44IDIuMi01LjcgMi4yLTIuNyAwLTQuMS0xLjEtNS41LTIuMi0xLjYtMS4xLTMuNC0yLjUtNi43LTIuNS0zLjUgMC01LjIgMS40LTYuNyAyLjUtMS42IDEuMS0yLjggMi4yLTUuNyAyLjJzLTQuMy0xLjEtNS43LTIuMmMtMS42LTEuMS0zLjItMi41LTYuNy0yLjVzLTUgMS40LTYuNyAyLjUtMi44IDIuMi01LjcgMi4yLTQuMS0xLjEtNS43LTIuMmMtMS42LTEuMS0zLjItMi41LTYuNy0yLjVzLTUgMS40LTYuNiAyLjVjLTEuNSAxLjEtMi45IDIuMi01LjYgMi4yYTguMSA4LjEgMCAwIDEtNS43LTIuMmMtMi0xLjEtMy41LTIuNS02LjgtMi41cy01LjEgMS40LTYuNyAyLjVjLTEuNiAxLjEtMi45IDIuMi01LjcgMi4ycy00LjItMS4xLTUuOC0yLjItMy4xLTIuNS02LjYtMi41Yy0zLjUgMC01LjEgMS40LTYuNyAyLjVhOC4zIDguMyAwIDAgMS01LjYgMi4yIDguNiA4LjYgMCAwIDEtNS43LTIuMmMtMS42LTEuMS0zLjMtMi41LTYuNy0yLjVoLS42Yy0zLjUgMC01LjEgMS40LTYuNyAyLjVhOC4zIDguMyAwIDAgMS01LjYgMi4yIDguMyA4LjMgMCAwIDEtNS43LTIuMmMtMS42LTEuMS0zLjMtMi41LTYuNy0yLjVzLTUgMS40LTYuNiAyLjVjLTEuNiAxLjEtMi45IDIuMi01LjggMi4yLTIuOCAwLTQtMS4xLTUuNy0yLjItMS42LTEuMS0zLjItMi41LTYuNi0yLjVzLTUuMSAxLjQtNi43IDIuNWE4LjMgOC4zIDAgMCAxLTUuNiAyLjIgOC42IDguNiAwIDAgMS01LjctMi4yYy0xLjYtMS4xLTMuMy0yLjUtNi43LTIuNS0zLjMgMC01IDEuNC02LjYgMi41LTEuNiAxLjEtMi45IDIuMi01LjggMi4yYTguMyA4LjMgMCAwIDEtNS43LTIuMmMtMS42LTEuMS0zLjItMi41LTYuNi0yLjVzLTUuMSAxLjQtNi43IDIuNWMtMS40IDEuMS0yLjkgMi4yLTUuNyAyLjJzLTQuMi0xLjEtNS42LTIuMmMtMS42LTEuMS0zLjMtMi41LTYuNy0yLjVhMTAgMTAgMCAwIDAtNi42IDIuNWMtMS42IDEuMS0yLjkgMi4yLTUuOCAyLjJhOC4zIDguMyAwIDAgMS01LjctMi4yYy0xLjYtMS4xLTMuMi0yLjUtNi42LTIuNS0zLjQgMC01IDEuNC02LjYgMi41LTEuNiAxLjEtMyAyLjItNS44IDIuMi0yLjcgMC00LjItMS4xLTUuOC0yLjItMS41LTEuMS0zLTIuNS02LjMtMi41YTkuNyA5LjcgMCAwIDAtNi43IDIuNWMtMS42IDEuMS0yLjggMi4yLTUuNyAyLjJsLS4yIDEuNnoiLz48L3N2Zz4=");background-repeat:repeat-x;background-size:12.4375rem}.content--pillar-sport:not(.content--interactive):not(.content--type-comment):not(.content--media--audio) .content__meta-container:not(.gallery__meta-container),.content--pillar-sport.content--type-feature .content__meta-container:not(.gallery__meta-container){background-image:url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%2212%22%20viewBox%3D%220%200%209%2012%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22%23DFDFDF%22%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%224.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%227.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%221.5%22%20cy%3D%2210.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%221.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%224.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%227.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%2210.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%221.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%224.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%221%22/%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2210.5%22%20r%3D%221%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat-x;background-size:0.625rem;background-position-x:0}.content--type-feature .content__headline,.content--type-interview .content__headline,.content--type-review .content__headline,.content--type-recipe .content__headline{font-weight:700}.content--type-feature .meta__image,.content--type-interview .meta__image,.content--type-review .meta__image,.content--type-recipe .meta__image{padding:0;margin:0;border:0;width:auto}@media (min-width: 30em){.content--type-feature .meta__image,.content--type-interview .meta__image,.content--type-review .meta__image,.content--type-recipe .meta__image{margin-right:-0.625rem}}@media (min-width: 41.25em){.content--type-feature .meta__image,.content--type-interview .meta__image,.content--type-review .meta__image,.content--type-recipe .meta__image{margin-right:0}}@media (min-width: 71.25em){.content--type-feature .meta__image,.content--type-interview .meta__image,.content--type-review .meta__image,.content--type-recipe .meta__image{width:100%}}@media (min-width: 71.25em){.content--has-scores .content__labels .content__label__link{color:#121212}}.content--has-scores .content__head{grid-template-areas:'labels report' '. headline-standfirst' 'meta main-media'}.content--has-scores .football-tabs .tabs__container{margin-top:0.75rem;margin-bottom:0}@media (min-width: 61.25em){@supports (display: grid){.content--type-interview .content__headline-showcase-wrapper .content__header{margin-bottom:calc(-0.75rem * 7 - 0.125rem)}}}.content--type-interview .content__headline-standfirst-wrapper .content__header .content__headline{margin-right:0.625rem;padding-bottom:0.375rem}@media (min-width: 46.25em){.content--type-interview .content__headline-standfirst-wrapper .content__header .content__headline{margin:0}}.content--type-interview .content__header{margin-left:1rem}@media (min-width: 30em){.content--type-interview .content__header{margin-left:1.5rem}}@media (min-width: 41.25em){.content--type-interview .content__header{margin-top:0.375rem}}@media (min-width: 46.25em){.content--type-interview .content__header{margin-left:0.375rem}}.content--type-interview .content__label-interview{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;padding-bottom:0.1875rem;font-weight:900;display:inline-block;-webkit-box-decoration-break:clone;box-decoration-break:clone;position:relative;color:#ffffff}@media (min-width: 61.25em){.content--type-interview .content__label-interview{padding-bottom:0;line-height:1.8125rem}}.content--type-interview .content__head--article .content__headline{padding:0;line-height:2.1875rem}@media (min-width: 46.25em){.content--type-interview .content__head--article .content__headline{line-height:2.625rem}}.content--type-interview .content__head--article .content__headline .content__headline--interview-wrapper{background-color:#121212;display:inline;position:relative;z-index:10;color:#ffffff;box-shadow:0.375rem 0 0 #121212,-0.375rem 0 0 #121212;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-bottom:0.375rem}.content--type-interview .content__headline--byline-interview{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;display:inline-block;font-style:italic;font-weight:500;background-color:#ffe500;box-shadow:0.375rem 0 0 #ffe500,-0.375rem 0 0 #ffe500;color:#121212;margin-bottom:0.75rem;padding-bottom:0.1875rem;position:relative;z-index:10}@media (min-width: 46.25em){.content--type-interview .content__headline--byline-interview{margin-top:0.25rem}}@media (min-width: 61.25em){.content--type-interview .content__headline--byline-interview{margin-top:0}}.content--type-interview .content__headline--byline-interview a{color:inherit;font-weight:inherit}.content--type-interview.has-feature-showcase-element .content__head--article .content__headline-showcase-wrapper .content__headline{padding-bottom:0.375rem}@media (min-width: 61.25em){.content--type-interview .content__meta-container{margin-top:2.25rem}}.content--type-guardianview:not(.content--type-splash) .content__main,.content--type-comment .content__main{background-color:#fef9f5;padding-bottom:0.375rem}.content--type-guardianview:not(.content--type-splash) .content__main .rich-link,.content--type-comment .content__main .rich-link{background-color:#fff}.content--type-guardianview:not(.content--type-splash) .content__main .rich-link.tone-media--item,.content--type-comment .content__main .rich-link.tone-media--item{background-color:#121212}.content--type-guardianview:not(.content--type-splash) .content__main .element-pullquote,.content--type-guardianview:not(.content--type-splash) .content__main .element-pullquote:after,.content--type-comment .content__main .element-pullquote,.content--type-comment .content__main .element-pullquote:after{background-color:#fbe6d5}.content--type-guardianview:not(.content--type-splash) .content__main .element-pullquote blockquote p.pullquote-paragraph,.content--type-comment .content__main .element-pullquote blockquote p.pullquote-paragraph{color:#121212}.content--type-guardianview:not(.content--type-splash) .content__head,.content--type-comment .content__head{overflow:hidden}@media (min-width: 41.25em){.content--type-guardianview:not(.content--type-splash) .content__head,.content--type-comment .content__head{overflow:visible}}@media (min-width: 71.25em){.content--type-guardianview:not(.content--type-splash) .content__labels,.content--type-comment .content__labels{padding-bottom:2.25rem}}.content--type-guardianview:not(.content--type-splash) .content__meta-container,.content--type-comment .content__meta-container{background-image:none;padding-top:0;margin-bottom:0}@media (min-width: 71.25em){.content--type-guardianview:not(.content--type-splash) .content__meta-container,.content--type-comment .content__meta-container{background-image:repeating-linear-gradient(to bottom, #dcdcdc, #dcdcdc 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:8;background-size:0.0625rem 1.8125rem;padding-top:2.25rem;margin-top:-1.8125rem}}@media (min-width: 30em){.content--type-guardianview:not(.content--type-splash) .meta__twitter,.content--type-guardianview:not(.content--type-splash) .meta__email,.content--type-guardianview:not(.content--type-splash) .content__dateline,.content--type-comment .meta__twitter,.content--type-comment .meta__email,.content--type-comment .content__dateline{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 41.25em){.content--type-guardianview:not(.content--type-splash) .meta__twitter,.content--type-guardianview:not(.content--type-splash) .meta__email,.content--type-guardianview:not(.content--type-splash) .content__dateline,.content--type-comment .meta__twitter,.content--type-comment .meta__email,.content--type-comment .content__dateline{padding-left:0;padding-right:0}}.content--type-guardianview:not(.content--type-splash) .meta__twitter,.content--type-guardianview:not(.content--type-splash) .meta__email,.content--type-comment .meta__twitter,.content--type-comment .meta__email{padding-top:0.5rem;margin-top:-0.1875rem;margin-bottom:-0.75rem}@media (min-width: 71.25em){.content--type-guardianview:not(.content--type-splash) .meta__twitter,.content--type-guardianview:not(.content--type-splash) .meta__email,.content--type-comment .meta__twitter,.content--type-comment .meta__email{padding-top:-0.5rem;margin-top:-0.75rem;margin-bottom:0}}.content--type-guardianview:not(.content--type-splash) .content__header,.content--type-comment .content__header{background-image:repeating-linear-gradient(to bottom, #dcdcdc, #dcdcdc 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:bottom;background-size:0.0625rem 1.8125rem;position:relative}.content--type-guardianview:not(.content--type-splash) .content__headline,.content--type-comment .content__headline{font-size:1.75rem;line-height:2rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:300}@media (min-width: 22.5em){.content--type-guardianview:not(.content--type-splash) .content__headline,.content--type-comment .content__headline{font-size:2.125rem;line-height:2.375rem}}.content--type-guardianview:not(.content--type-splash) .content__standfirst,.content--type-comment .content__standfirst{padding-top:0.125rem;margin-bottom:0}.content--type-guardianview:not(.content--type-splash) .content__standfirst p,.content--type-comment .content__standfirst p{margin-bottom:0}@media (min-width: 71.25em){.content--type-guardianview:not(.content--type-splash) .content__standfirst,.content--type-comment .content__standfirst{margin-bottom:0.75rem}}.content--type-guardianview:not(.content--type-splash) .meta__image,.content--type-comment .meta__image{float:none;margin-right:-1.25rem}@media (min-width: 41.25em){.content--type-guardianview:not(.content--type-splash) .meta__image,.content--type-comment .meta__image{margin-right:0}}.content--type-guardianview:not(.content--type-splash) .drop-cap__inner,.content--type-comment .drop-cap__inner{font-weight:200}.content--type-guardianview:not(.content--type-splash) .inline-illustration-letters__svg,.content--type-comment .inline-illustration-letters__svg{display:none}.content--type-guardianview:not(.content--type-splash) .media-primary,.content--type-comment .media-primary{margin-bottom:0}@media (min-width: 20em){.content--type-guardianview:not(.content--type-splash) .media-primary,.content--type-comment .media-primary{margin-bottom:0.375rem}}.content--media:not(.paid-content).content--media{background-color:#121212}.content--media:not(.paid-content).content--media .caption{color:#dcdcdc}.content--media:not(.paid-content) .content__main{padding-bottom:2.25rem}@media (min-width: 46.25em){.content--media:not(.paid-content) .content__header{max-width:100%}}.content--media:not(.paid-content) .content__headline{color:#fff;padding-bottom:2.25rem}@media (max-width: 46.24em){.content--media:not(.paid-content) .byline,.content--media:not(.paid-content) .content__headline,.content--media:not(.paid-content) .content__standfirst,.content--media:not(.paid-content) .social{padding-left:0;padding-right:0}}@media (min-width: 41.25em){.content--media:not(.paid-content) .byline,.content--media:not(.paid-content) .content__headline,.content--media:not(.paid-content) .content__standfirst,.content--media:not(.paid-content) .social{margin-left:0}}.content--media:not(.paid-content) .byline,.content--media:not(.paid-content) .byline a,.content--media:not(.paid-content) .content__dateline,.content--media:not(.paid-content) .content__standfirst,.content--media:not(.paid-content) .from-content-api,.content--media:not(.paid-content) .meta__numbers .sharecount__value,.content--media:not(.paid-content) .u-underline,.content--media:not(.paid-content) a{color:#dcdcdc}.content--media:not(.paid-content) .byline a,.content--media:not(.paid-content) .from-content-api a{text-decoration:none;border-bottom:0.00625rem solid #767676;transition:border-color .15s ease-out}.content--media:not(.paid-content) .byline a:hover,.content--media:not(.paid-content) .from-content-api a:hover{border-color:#dcdcdc}.content--media:not(.paid-content) .meta__extras,.content--media:not(.paid-content) .meta__number:not(.u-h)+.meta__number,.content--media:not(.paid-content) .meta__numbers{border-color:#333}@media (max-width: 46.24em){.content--media:not(.paid-content) .tonal__standfirst{max-width:38.75rem;margin:0 auto}}@media (min-width: 22.5em){.content--media:not(.paid-content) .content__standfirst{max-width:100%}}.content--media:not(.paid-content) .u-underline{border-bottom:solid 0.0625rem #767676}.content--media:not(.paid-content) .bullet:before{background-color:#dcdcdc}.content--media:not(.paid-content) .content__meta-container{background-image:repeating-linear-gradient(to bottom, #333, #333 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:top;background-size:0.0625rem 0.8125rem}.content--media:not(.paid-content) .inline-icon,.content--media:not(.paid-content) .meta__numbers .inline-share svg,.content--media:not(.paid-content) .social-icon__svg{fill:#dcdcdc}.content--media:not(.paid-content) .byline span{display:inline}.gu-media-wrapper--video .vjs-big-play-button .vjs-control-text:before{content:'';border-radius:62.5rem;width:3.75rem;height:3.75rem;font-size:0;display:block}.gu-media-wrapper--video .vjs-big-play-button .vjs-control-text:after{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-40%, -50%);transform:translate(-40%, -50%);border-style:solid;border-width:.7em 0 .7em 1.4em;border-color:transparent transparent transparent #ffffff}@media (min-width: 46.25em){.gu-media-wrapper--video .vjs-big-play-button .vjs-control-text:after{border-radius:.2em}}@media (min-width: 81.25em){.has-feature-showcase-element .media-primary.media-primary--showcase,.has-feature-showcase-opinion .media-primary.media-primary--showcase{margin:0 auto}}.has-feature-showcase-element .media-primary.media-primary--showcase .caption--main,.has-feature-showcase-opinion .media-primary.media-primary--showcase .caption--main{max-width:38.75rem}.has-feature-showcase-element .content__head--article .content__headline-showcase-wrapper,.has-feature-showcase-opinion .content__head--article .content__headline-showcase-wrapper{display:none}@media (min-width: 71.25em){.has-feature-showcase-element .content__head--article .content__headline-showcase-wrapper,.has-feature-showcase-opinion .content__head--article .content__headline-showcase-wrapper{display:block;grid-area:headline;max-width:38.75rem}}.has-feature-showcase-element .content__head--article .content__headline-showcase-wrapper .content__headline,.has-feature-showcase-opinion .content__head--article .content__headline-showcase-wrapper .content__headline{padding-bottom:1.5rem}@media (min-width: 71.25em){.has-feature-showcase-element .content__head--article .content__headline-standfirst-wrapper .content__headline,.has-feature-showcase-element .content__head--article .content__headline-standfirst-wrapper .content__label-interview,.has-feature-showcase-element .content__head--article .content__headline-standfirst-wrapper .content__headline--byline-interview,.has-feature-showcase-opinion .content__head--article .content__headline-standfirst-wrapper .content__headline,.has-feature-showcase-opinion .content__head--article .content__headline-standfirst-wrapper .content__label-interview,.has-feature-showcase-opinion .content__head--article .content__headline-standfirst-wrapper .content__headline--byline-interview{display:none}}@media (min-width: 71.25em){.has-feature-showcase-element .content__head--article .content__headline-standfirst-wrapper,.has-feature-showcase-opinion .content__head--article .content__headline-standfirst-wrapper{grid-area:standfirst}.has-feature-showcase-element .content__head--article .content__headline-standfirst-wrapper .old-article-message,.has-feature-showcase-opinion .content__head--article .content__headline-standfirst-wrapper .old-article-message{display:none}}.has-feature-showcase-element .content__head--article .stars,.has-feature-showcase-opinion .content__head--article .stars{position:absolute;margin:0;-webkit-transform:none;transform:none;z-index:5;bottom:0}@media (min-width: 46.25em){.has-feature-showcase-element .content__head--article .stars,.has-feature-showcase-opinion .content__head--article .stars{bottom:unset;top:0}}.has-feature-showcase-element figure>.gs-container,.has-feature-showcase-opinion figure>.gs-container{margin:0;padding:0}.has-feature-showcase-element figure>.gs-container .content__main-column,.has-feature-showcase-opinion figure>.gs-container .content__main-column{max-width:unset;margin:0;padding:0}@media (min-width: 71.25em){@supports (display: grid){.has-feature-showcase-element .content__head--article{grid-template-areas:'labels headline' 'meta main-media' '. standfirst'}}}@media (min-width: 81.25em){.has-feature-showcase-element .content__secondary-column{padding-top:52.5rem}}@media (min-width: 71.25em){.has-feature-showcase-element .content__secondary-column{padding-top:49.5rem}}.has-feature-showcase-opinion .content__header{max-width:38.75rem}@media (min-width: 71.25em){@supports (display: grid){.has-feature-showcase-opinion .content__head--article{grid-template-areas:'labels headline' 'meta' '. standfirst' 'main-media'}}}@media (min-width: 81.25em){.has-feature-showcase-opinion .content__secondary-column{padding-top:67.5rem}}@media (min-width: 71.25em){.has-feature-showcase-opinion .content__secondary-column{padding-top:64.5rem}}.content--type-analysis .media-primary{margin-bottom:0}@media (min-width: 46.25em){.content--type-analysis .media-primary{margin-bottom:0.1875rem}}@media (min-width: 71.25em){.content--type-analysis .media-primary{margin-bottom:0.375rem}}.content--type-analysis .content__headline{line-height:2.5rem;margin-right:-0.625rem}@media (min-width: 30em){.content--type-analysis .content__headline{margin-right:-1.25rem}}@media (min-width: 41.25em){.content--type-analysis .content__headline{margin-right:0}}@media (min-width: 46.25em){.content--type-analysis .content__headline{line-height:3rem}}.content--type-article .element-pullquote.element--supporting .pullquote-cite,.content--type-article .element-pullquote.element--supporting .pullquote-paragraph{font-weight:400}.content--type-feature .element-pullquote.element--supporting .pullquote-cite,.content--type-feature .element-pullquote.element--supporting .pullquote-paragraph,.content--type-interview .element-pullquote.element--supporting .pullquote-cite,.content--type-interview .element-pullquote.element--supporting .pullquote-paragraph,.content--type-recipe .element-pullquote.element--supporting .pullquote-cite,.content--type-recipe .element-pullquote.element--supporting .pullquote-paragraph{font-weight:700}.content--type-comment .element-pullquote.element--supporting .pullquote-cite,.content--type-comment .element-pullquote.element--supporting .pullquote-paragraph,.content--type-guardianview .element-pullquote.element--supporting .pullquote-cite,.content--type-guardianview .element-pullquote.element--supporting .pullquote-paragraph{font-weight:300}@media (min-width: 46.25em) and (max-width: 71.24em){.content--type-comment .content__meta-container,.content--type-guardianview .content__meta-container{-webkit-order:initial;-ms-flex-order:initial;order:initial}}.content--type-comment:not(.paid-content) .content__standfirst,.content--type-feature:not(.paid-content) .content__standfirst,.content--type-guardianview:not(.paid-content) .content__standfirst,.content--type-review:not(.paid-content) .content__standfirst,.content--type-recipe:not(.paid-content) .content__standfirst{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:300}@media (min-width: 46.25em){.content--type-comment:not(.paid-content) .content__standfirst,.content--type-feature:not(.paid-content) .content__standfirst,.content--type-guardianview:not(.paid-content) .content__standfirst,.content--type-review:not(.paid-content) .content__standfirst,.content--type-recipe:not(.paid-content) .content__standfirst{font-size:1.25rem;line-height:1.4375rem}}@media (min-width: 30em) and (max-width: 71.24em){.element-rich-link,.element-rich-link.element--supporting{width:8.125rem}}@media (min-width: 71.25em) and (max-width: 81.24em){.element-rich-link,.element-rich-link.element--supporting{width:8.75rem}}@media (min-width: 81.25em){.element-rich-link,.element-rich-link.element--supporting{width:13.75rem}}.rich-link .rich-link__header{font-size:0.875rem;line-height:1.0625rem;font-weight:400}@media (min-width: 81.25em){.rich-link .rich-link__header{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal}}.rich-link .stars{-webkit-transform:none;transform:none}.rich-link__avatar{margin-left:auto;margin-right:0.3125rem;width:5rem;height:5rem}@media (min-width: 81.25em){.rich-link__avatar{width:8.625rem;height:8.625rem}}.rich-link__avatar__media{border-radius:100%;width:100%;height:100%;display:block;object-fit:cover}.interactive.element--showcase,.interactive.element--supporting{background:#fff}.paid-content .content__headline,.paid-content .content__standfirst,.paid-content .from-content-api,.paid-content .content__series-label,.paid-content .submeta__section-labels .submeta__link{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}.paid-content .content__meta-container{border-top:0.0625rem solid #999;padding-top:0.1875rem;height:inherit}.paid-content .content__article-body::before{background:#767676}.paid-content .element .caption{background:transparent}@media (min-width: 81.25em){.content__main-column--media{width:43.75rem}}.content__main-column--audio{min-height:11.5625rem}.content__main-column--audio .from-content-api{max-width:38.75rem}.content--media .byline{word-break:break-word}.media-body{position:relative}.inline-icon--media{margin-right:.1em}.inline-icon--media svg{width:.86em;height:.6em}.content--media:not(.paid-content) .social-icon{background-color:transparent;fill:#dcdcdc;color:#dcdcdc;border:0.0625rem solid #767676}.content--media:not(.paid-content) .social-icon__svg{fill:#bdbdbd}.content__main-column--liveblog::before{display:none}@media (min-width: 61.25em){.content__main-column--liveblog{margin-left:20rem;margin-right:0;max-width:none}}@media (min-width: 81.25em){.content__main-column--liveblog{margin-right:20rem}}@media (min-width: 61.25em){.content__main-column--liveblog .content__labels{float:left;width:13.75rem;margin-left:-20rem;border-bottom:0}}.content__main-column--liveblog .caption--main{padding-bottom:0}@media (min-width: 71.25em){.content__main-column.content__main-column--liveblog{padding-left:0}}.content--liveblog .content__meta-container--liveblog{border-bottom:0;margin-left:-0.625rem;margin-right:-0.625rem}@media (min-width: 30em){.content--liveblog .content__meta-container--liveblog{margin-left:-1.25rem;margin-right:-1.25rem;padding-left:0;padding-right:0}}@media (min-width: 41.25em){.content--liveblog .content__meta-container--liveblog{margin-left:0;margin-right:0}}@media (min-width: 61.25em){.content--liveblog .content__meta-container--liveblog{border-top:0;margin-top:0;min-height:3.375rem;position:static;width:100%}}.content--liveblog .content__meta-container--liveblog .byline{padding-right:0}@media (min-width: 61.25em){.content--liveblog .content__meta-container--liveblog .byline{padding-top:0.125rem}}@media (min-width: 46.25em){.tonal__main--tone-live{padding-top:1.25rem}}@media (min-width: 41.25em) and (max-width: 46.24em){.content--liveblog .content__header{max-width:100%}}.content--liveblog .content__headline{padding-left:0}.content--liveblog .content__standfirst{padding-right:0;max-width:100%}.content__head__comment-count--liveblog{display:block}.content__head__comment-count--liveblog .commentcount{display:block;position:static}@media (min-width: 30em) and (max-width: 61.24em){.content__head__comment-count--liveblog .commentcount{position:absolute;right:0;top:0.5rem}}.content__updated-container--liveblog{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;padding-bottom:0.125rem;padding-top:0.125rem;margin-left:-20rem;position:absolute;top:0}@media (min-width: 61.25em){.blog__left-col{position:absolute;top:0;z-index:200;left:-20rem;width:18.75rem;height:100%}}.content--liveblog .content__main{background-color:#f6f6f6}.content--liveblog .media-primary{margin-left:-0.625rem;margin-right:-0.625rem}@media (min-width: 46.25em){.content--liveblog .media-primary{margin:0}}.timestamp,.published-time{font-size:0.8125rem;line-height:1.25rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:bold;display:block;padding:0.25rem 0;margin-top:0.5rem}.timestamp time,.published-time time{display:inline-block;margin-bottom:0.375rem;color:#121212}@media (min-width: 46.25em){.published-time{width:3.75rem}}.block-time{line-height:0.9375rem;padding:0.1875rem 0 0.75rem 0.625rem;position:relative}.block-time.published-time{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;margin:0;font-weight:bold}.block-time .live-pulse-icon--red{border-radius:62.5rem;display:inline-block;content:'';background-color:#ab0613;width:0.75rem;height:0.75rem;margin-bottom:-0.0625rem;margin-right:0.1875rem;-webkit-animation:live-pulse 2s infinite;animation:live-pulse 2s infinite}.block-time .block-time__absolute{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;display:inline-block;margin-left:0.3125rem;color:#767676;font-weight:normal}.block-time .timezone{display:none}@media (min-width: 46.25em){.block-time{position:absolute}.block-time .block-time__absolute{display:block;margin-left:0}}.block-time__link{color:#121212}.updated-time{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#767676;position:absolute;right:1.25rem;bottom:0.25rem;margin:0}.blocks{margin-top:0.75rem}.block{margin-bottom:0.75rem;position:relative}.block:after,.block:before{content:'';display:table}.block:after{clear:both}.block--content{padding-top:0.375rem;padding-bottom:0.75rem;background-color:#ffffff;border-top:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #ededed}.truncated-block{display:none}.autoupdate--hidden,.notify--hidden{display:none}.block--notification{border-top-color:#ab0613}.notify{padding-left:0.625rem}.notify__btn{font-size:0.875rem;line-height:1.25rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;text-align:left;font-weight:bold;color:#ab0613}.autoupdate--has-animation .autoupdate--highlight{-webkit-animation:new-block-animation 5s ease-out;animation:new-block-animation 5s ease-out}@-webkit-keyframes new-block-animation{0%{opacity:0;border-top-color:#c70000}100%{opacity:1;border-top-color:#dcdcdc}}@keyframes new-block-animation{0%{opacity:0;border-top-color:#c70000}100%{opacity:1;border-top-color:#dcdcdc}}.blog .content__keywords{border-top:0.0625rem dotted #dcdcdc;line-height:1.25rem}.blog .from-content-api .block-title{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;margin-top:-0.1875rem;margin-bottom:0.75rem}@media (min-width: 46.25em){.blog .from-content-api .block-title{font-size:1.25rem;line-height:1.4375rem}}.blog .from-content-api .block-title+.block-elements .element-image:first-child:not(.element--thumbnail),.blog .from-content-api .block-title+.block-elements .element-video:first-child{margin-top:2.125rem}.blog .from-content-api .block-title,.blog .from-content-api .block-elements>*,.blog .from-content-api .block-elements>.element.element-tweet,.blog .from-content-api .block-elements>.element.element-rich-link,.blog .from-content-api .block-elements>.element.element-witness,.blog .from-content-api .block-elements>.element.element--thumbnail,.blog .from-content-api .liveblog-block-byline{margin-left:0.625rem;margin-right:0.625rem}@media (min-width: 46.25em){.blog .from-content-api .block-title,.blog .from-content-api .block-elements>*,.blog .from-content-api .block-elements>.element.element-tweet,.blog .from-content-api .block-elements>.element.element-rich-link,.blog .from-content-api .block-elements>.element.element-witness,.blog .from-content-api .block-elements>.element.element--thumbnail,.blog .from-content-api .liveblog-block-byline{margin-right:1.25rem;margin-left:5rem}}.blog .from-content-api .liveblog-block-byline{margin-bottom:0.375rem;padding-bottom:0.375rem}.blog .from-content-api .liveblog-block-byline__img{display:inline;border-radius:50%;max-width:2.25rem;vertical-align:middle;margin-right:0.25rem}.blog .from-content-api .liveblog-block-byline__name{font-size:1.0625rem;line-height:1.5rem;font-family:"Guardian Text Egyptian Web",Georgia,serif;display:inline;color:#121212}.blog .from-content-api .block-elements>blockquote,.blog .from-content-api .block-elements>blockquote.quoted{margin:1rem 1.25rem 1.125rem 5rem}@media (max-width: 29.99em){.blog .from-content-api .block-elements>blockquote,.blog .from-content-api .block-elements>blockquote.quoted{margin-left:0.625rem;margin-right:0.625rem}.blog .from-content-api .block-elements>blockquote:before,.blog .from-content-api .block-elements>blockquote.quoted:before{display:none}}.blog .from-content-api .block-elements>blockquote:first-child,.blog .from-content-api .block-elements>blockquote.quoted:first-child{margin-top:0}@media (min-width: 46.25em){.blog .from-content-api .block-elements>blockquote:first-child,.blog .from-content-api .block-elements>blockquote.quoted:first-child{margin-top:-0.125rem}}.blog .from-content-api .block-elements>blockquote{color:#121212}.blog .from-content-api .block-elements>.element{margin-left:0;margin-right:0}.blog .from-content-api .block-elements>.element-table{margin:0}.blog .from-content-api .block-elements>.element-table .table{background:none;border:0}.blog .from-content-api .block-elements>.element-table td{background:none}.blog .from-content-api .block-elements>.element-table tr{border-bottom:0.0625rem solid #ececec}.blog .from-content-api .block-elements>.element-table tr th:first-child,.blog .from-content-api .block-elements>.element-table tr td:first-child{padding-left:0}.blog .from-content-api .block-elements>.element-table tr th:last-child,.blog .from-content-api .block-elements>.element-table tr td:last-child{padding-right:0}.blog .from-content-api .block-elements>.element-table thead{border-top:0.0625rem solid #ececec}.blog .from-content-api .block-elements>.element-table .table--football,.blog .from-content-api .block-elements>.element-comment,.blog .from-content-api .block-elements>.element-embed,.blog .from-content-api .block-elements>.element-audio,.blog .from-content-api .block-elements>.element-interactive,.blog .from-content-api .block-elements>.element-atom:not(.element-atom--media){width:auto;margin:0.75rem 0.625rem 1rem}@media (min-width: 46.25em){.blog .from-content-api .block-elements>.element-table .table--football,.blog .from-content-api .block-elements>.element-comment,.blog .from-content-api .block-elements>.element-embed,.blog .from-content-api .block-elements>.element-audio,.blog .from-content-api .block-elements>.element-interactive,.blog .from-content-api .block-elements>.element-atom:not(.element-atom--media){margin-left:5rem;margin-right:1.25rem}}.blog .from-content-api .block-elements>.embed-video-wrapper{position:relative;width:100%;padding-top:56.25%}.blog .from-content-api .block-elements>.embed-video-wrapper iframe{position:absolute;top:0;width:100%;height:100%}.blog .from-content-api .block-elements>.element-image,.blog .from-content-api .block-elements>.element-video{clear:left;border-bottom:0.125rem solid #f6f6f6;margin-bottom:0.75rem;padding-bottom:0.375rem}.blog .from-content-api .block-elements>.element-image:last-child,.blog .from-content-api .block-elements>.element-video:last-child{border-bottom:0}.blog .from-content-api .block-elements>.element figcaption{background-color:#ffffff;margin-left:0.625rem;margin-right:0.625rem;padding-bottom:0.375rem}@media (min-width: 30em){.blog .from-content-api .block-elements>.element figcaption{margin-left:5rem;margin-right:1.25rem}}@media (min-width: 46.25em){.blog .from-content-api .block-elements.block-elements--no-byline>.element-image:first-child:not(.element--thumbnail),.blog .from-content-api .block-elements.block-elements--no-byline>.element-video:first-child{margin-top:3.4375rem}}.blog .from-content-api .block-elements>.element.element--thumbnail{border-bottom:0;margin-bottom:0;margin-top:0.25rem}.blog .from-content-api .block-elements>.element.element--thumbnail figcaption{margin-left:0;margin-right:0;padding-bottom:0.375rem}.dropdown--key-events,.dropdown--live-feed{border-top:0;margin-top:0.75rem;margin-right:-0.625rem;margin-left:-0.625rem}@media (min-width: 30em){.dropdown--key-events,.dropdown--live-feed{margin-right:-1.25rem;margin-left:-1.25rem}}@media (min-width: 41.25em){.dropdown--key-events,.dropdown--live-feed{margin-right:0x;margin-left:0}}@media (min-width: 46.25em){.dropdown--key-events,.dropdown--live-feed{margin-right:-1.25rem;margin-left:-1.25rem}}@media (min-width: 61.25em){.dropdown--key-events,.dropdown--live-feed{margin-right:0;margin-left:0}}.dropdown--key-events button.dropdown__button,.dropdown--live-feed button.dropdown__button{background-color:#ffffff;padding-right:0.625rem;padding-left:0.625rem}@media (min-width: 30em){.dropdown--key-events button.dropdown__button,.dropdown--live-feed button.dropdown__button{padding-right:1.25rem;padding-left:1.25rem}}@media (min-width: 61.25em){.dropdown--key-events button.dropdown__button,.dropdown--live-feed button.dropdown__button{display:none}}@media (min-width: 61.25em){.blog__timeline .dropdown--key-events button.dropdown__button,.blog__timeline .dropdown--live-feed button.dropdown__button{display:block;border-top:0;padding-top:0.625rem;margin-top:-0.25rem;margin-bottom:0.375rem}}.dropdown--key-events .dropdown__label,.dropdown--live-feed .dropdown__label{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900}.dropdown--key-events .dropdown__content,.dropdown--live-feed .dropdown__content{position:relative;margin:0}@media (max-width: 61.24em){.dropdown--key-events .dropdown__content,.dropdown--live-feed .dropdown__content{background-color:#f6f6f6;padding:0.75rem 0.625rem}}@media (min-width: 61.25em){.dropdown--key-events .dropdown__content,.dropdown--live-feed .dropdown__content{display:block !important}}.is-not-modern .dropdown--key-events,.is-not-modern .dropdown--live-feed{border-top:0}@media (min-width: 61.25em){.blog__timeline:before,.blog__timeline:after,.blog__timeline .control{display:none}.blog__timeline .dropdown{border-top:0.0625rem solid #ab0613;padding-top:0.375rem}}.comment-count--timeline{margin-top:-0.6875rem}@media (max-width: 61.24em){.comment-count--timeline{display:none}}.comment-count--timeline .commentcount{z-index:101;position:relative;padding-left:1.71875rem}@media (min-width: 61.25em){.live-blog__sticky-components-container{-webkit-transform:translateZ(0);transform:translateZ(0);width:18.75rem;top:0.75rem;padding-top:0.375rem}}.timeline{position:relative}@media (min-width: 30em){.timeline{padding-left:0.625rem;padding-right:0.625rem}}@media (min-width: 61.25em){.timeline{margin-left:0.46875rem;margin-top:0.375rem}}.timeline__item{display:table;width:100%;overflow:hidden;min-height:2.5rem;border-bottom:0.0625rem solid #dcdcdc}.timeline__item:last-child{border-bottom:0}@media (min-width: 61.25em){.timeline__item{display:block;overflow:visible;border-bottom:0}}.timeline__link{display:block;padding:0.125rem 0 0.375rem}.timeline__link,.timeline__link:hover,.timeline__link:visited,.timeline__link:active{color:#121212;text-decoration:none}@media (min-width: 61.25em){.timeline__link{position:relative;padding:0 1.25rem 1.5rem;border-left:0.0625rem solid #dcdcdc}.timeline__link:before{border-radius:62.5rem;display:block;position:absolute;content:' ';top:-0.25rem;left:-0.46875rem;width:0.9375rem;height:0.9375rem;background-color:#dcdcdc}.timeline__link:hover:before{background-color:#767676}.timeline__link.live-blog__key-event--selected:before{background-color:#121212}.timeline__item:first-child .timeline__link:before,.timeline__item:last-child .timeline__link:before{border-radius:0;top:0;height:0.0625rem}.timeline__item:last-child .timeline__link{border-color:transparent}}.timeline__date{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;display:table-cell;width:3.75rem;font-weight:bold}.timeline__date time{color:#121212}.timeline__date .block-time__absolute,.timeline__date .timezone{display:none}@media (min-width: 61.25em){.timeline__date{display:block;position:relative;top:-0.25rem;line-height:0.9375rem}}.timeline__title{font-size:0.875rem;line-height:1.25rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;display:table-cell;border-color:#f6f6f6;color:#121212}@media (min-width: 61.25em){.timeline__title{display:inline}.live-blog__key-event--selected .timeline__title{font-weight:bold}}.blog__related{width:13.75rem;margin-left:5rem}.blog__related .tone-news--item .fc-item__content{background-color:#eee}.blog__related .tone-news--item .u-faux-block-link--hover .fc-item__content{background-color:#e2e2e2}.blog__related__head{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;padding-top:0.1875rem;margin-bottom:1rem;border-top:0.0625rem solid #dcdcdc}.blog .tabs__container--multiple{margin-bottom:0}.blog .tabs__tab--selected{border-bottom-color:#f6f6f6 !important}.blog .match-summary{border-bottom:0}.blog .element-table .player-card{padding:0;background:none;border:0;margin:0.375rem 0.625rem 0}@media (min-width: 30em){.blog .element-table .player-card{border-left:0.0625rem solid #ececec;margin-left:1.25rem;margin-right:1.25rem;padding-left:1.25rem}}.blog .element-table .player-card__position{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#121212;font-weight:700}.blog .dropdown .match-stats__container{margin-bottom:0.75rem}@media (min-width: 61.25em){.blog .tabs__container--multiple{background-color:#f6f6f6}.blog .tabs__tab--selected .tab__link{background-color:#f6f6f6}.blog .match-summary{padding-bottom:0}}@media (min-width: 46.25em){.ad-slot--liveblog-inline{margin:0 0 0.75rem}}@media (max-width: 81.24em){.blog .content__secondary-column{display:none}}.content--liveblog.content--pillar-news .content__header{background:#c70000}.content--liveblog.content--pillar-news .tonal__standfirst{background:#ae0000}.content--liveblog.content--pillar-news .content__label__link[href]{color:#ffbac8}.timeline__link:hover .content--liveblog.content--pillar-news{border-color:#c70000}.content--liveblog.content--pillar-news .block.is-key-event,.content--liveblog.content--pillar-news .block.is-summary{border-top:0.0625rem solid #c70000}.content--liveblog.content--pillar-opinion .content__header{background:#e05e00}.content--liveblog.content--pillar-opinion .tonal__standfirst{background:#c75300}.content--liveblog.content--pillar-opinion .content__label__link[href]{color:#bd5318}.timeline__link:hover .content--liveblog.content--pillar-opinion{border-color:#e05e00}.content--liveblog.content--pillar-opinion .block.is-key-event,.content--liveblog.content--pillar-opinion .block.is-summary{border-top:0.0625rem solid #e05e00}.content--liveblog.content--pillar-sport .content__header{background:#005689}.content--liveblog.content--pillar-sport .tonal__standfirst{background:#004670}.content--liveblog.content--pillar-sport .content__label__link[href]{color:#90dcff}.timeline__link:hover .content--liveblog.content--pillar-sport{border-color:#005689}.content--liveblog.content--pillar-sport .block.is-key-event,.content--liveblog.content--pillar-sport .block.is-summary{border-top:0.0625rem solid #005689}.content--liveblog.content--pillar-arts .content__header{background:#6b5840}.content--liveblog.content--pillar-arts .tonal__standfirst{background:#5b4b36}.content--liveblog.content--pillar-arts .content__label__link[href]{color:#e7d4b9}.timeline__link:hover .content--liveblog.content--pillar-arts{border-color:#6b5840}.content--liveblog.content--pillar-arts .block.is-key-event,.content--liveblog.content--pillar-arts .block.is-summary{border-top:0.0625rem solid #6b5840}.content--liveblog.content--pillar-lifestyle .content__header{background:#7d0068}.content--liveblog.content--pillar-lifestyle .tonal__standfirst{background:#640053}.content--liveblog.content--pillar-lifestyle .content__label__link[href]{color:#ffbac8}.timeline__link:hover .content--liveblog.content--pillar-lifestyle{border-color:#7d0068}.content--liveblog.content--pillar-lifestyle .block.is-key-event,.content--liveblog.content--pillar-lifestyle .block.is-summary{border-top:0.0625rem solid #7d0068}.content--liveblog.section-football .tonal__header,.content--liveblog--rugby .tonal__header{background-color:#ffffff}.content--liveblog.section-football .tonal__header .content__labels,.content--liveblog--rugby .tonal__header .content__labels{border-bottom-color:#dcdcdc}.content--liveblog.section-football .tonal__header .content__label__link,.content--liveblog--rugby .tonal__header .content__label__link{color:#005689}.content--liveblog.section-football .tonal__header .content__headline,.content--liveblog--rugby .tonal__header .content__headline{color:#121212;padding-left:0}@media (min-width: 41.25em){.content--liveblog.section-football .tonal__header .content__headline,.content--liveblog--rugby .tonal__header .content__headline{margin-left:-1.25rem}}@media (min-width: 46.25em){.content--liveblog.section-football .tonal__header .content__headline,.content--liveblog--rugby .tonal__header .content__headline{margin-left:0}}.content--liveblog .content__head,.content--liveblog .content__standfirst,.content--liveblog .content__standfirst a[href],.content--liveblog .content__label__link[href]{color:#ffffff}.content--liveblog .content__labels{padding-left:0}@media (min-width: 41.25em) and (max-width: 46.24em){.content--liveblog .content__labels{margin-left:0}}.content--liveblog .tonal__standfirst ul>li::before{background:rgba(255,255,255,0.4)}.content--liveblog .content__standfirst{margin-left:-0.625rem}@media (min-width: 30em){.content--liveblog .content__standfirst{margin-left:-1.25rem}}@media (min-width: 41.25em){.content--liveblog .content__standfirst{margin-left:0}}@media (min-width: 41.25em){.football-tabs{margin-left:0;margin-right:0}}.tabs__tab a[href]{padding-left:0.625rem}@media (min-width: 30em){.tabs__tab a[href]{padding-left:1.25rem}}@media (min-width: 41.25em){.tabs__tab a[href]{padding-left:0.625rem}}@media (min-width: 46.25em){.content--liveblog.tonal--tone-dead.content--pillar-news .tonal__main--tone-dead{padding-top:1.25rem}}.content--liveblog.tonal--tone-dead.content--pillar-news .content__head,.content--liveblog.tonal--tone-dead.content--pillar-news .content__standfirst{color:#121212}.content--liveblog.tonal--tone-dead.content--pillar-news .content__label__link{color:#c70000}.content--liveblog.tonal--tone-dead.content--pillar-news .content__header{background:#fff}.content--liveblog.tonal--tone-dead.content--pillar-news .tonal__standfirst{background:#ededed}.content--liveblog.tonal--tone-dead.content--pillar-news .content__standfirst a{color:#c70000}.content--liveblog.tonal--tone-dead.content--pillar-news .tonal__standfirst ul>li::before{background:rgba(51,51,51,0.4)}@media (min-width: 46.25em){.content--liveblog.tonal--tone-dead.content--pillar-opinion .tonal__main--tone-dead{padding-top:1.25rem}}.content--liveblog.tonal--tone-dead.content--pillar-opinion .content__head,.content--liveblog.tonal--tone-dead.content--pillar-opinion .content__standfirst{color:#121212}.content--liveblog.tonal--tone-dead.content--pillar-opinion .content__label__link{color:#e05e00}.content--liveblog.tonal--tone-dead.content--pillar-opinion .content__header{background:#fff}.content--liveblog.tonal--tone-dead.content--pillar-opinion .tonal__standfirst{background:#ededed}.content--liveblog.tonal--tone-dead.content--pillar-opinion .content__standfirst a{color:#e05e00}.content--liveblog.tonal--tone-dead.content--pillar-opinion .tonal__standfirst ul>li::before{background:rgba(51,51,51,0.4)}@media (min-width: 46.25em){.content--liveblog.tonal--tone-dead.content--pillar-sport .tonal__main--tone-dead{padding-top:1.25rem}}.content--liveblog.tonal--tone-dead.content--pillar-sport .content__head,.content--liveblog.tonal--tone-dead.content--pillar-sport .content__standfirst{color:#121212}.content--liveblog.tonal--tone-dead.content--pillar-sport .content__label__link{color:#0084c6}.content--liveblog.tonal--tone-dead.content--pillar-sport .content__header{background:#fff}.content--liveblog.tonal--tone-dead.content--pillar-sport .tonal__standfirst{background:#ededed}.content--liveblog.tonal--tone-dead.content--pillar-sport .content__standfirst a{color:#0084c6}.content--liveblog.tonal--tone-dead.content--pillar-sport .tonal__standfirst ul>li::before{background:rgba(51,51,51,0.4)}@media (min-width: 46.25em){.content--liveblog.tonal--tone-dead.content--pillar-arts .tonal__main--tone-dead{padding-top:1.25rem}}.content--liveblog.tonal--tone-dead.content--pillar-arts .content__head,.content--liveblog.tonal--tone-dead.content--pillar-arts .content__standfirst{color:#121212}.content--liveblog.tonal--tone-dead.content--pillar-arts .content__label__link{color:#a1845c}.content--liveblog.tonal--tone-dead.content--pillar-arts .content__header{background:#fff}.content--liveblog.tonal--tone-dead.content--pillar-arts .tonal__standfirst{background:#ededed}.content--liveblog.tonal--tone-dead.content--pillar-arts .content__standfirst a{color:#a1845c}.content--liveblog.tonal--tone-dead.content--pillar-arts .tonal__standfirst ul>li::before{background:rgba(51,51,51,0.4)}@media (min-width: 46.25em){.content--liveblog.tonal--tone-dead.content--pillar-lifestyle .tonal__main--tone-dead{padding-top:1.25rem}}.content--liveblog.tonal--tone-dead.content--pillar-lifestyle .content__head,.content--liveblog.tonal--tone-dead.content--pillar-lifestyle .content__standfirst{color:#121212}.content--liveblog.tonal--tone-dead.content--pillar-lifestyle .content__label__link{color:#bb3b80}.content--liveblog.tonal--tone-dead.content--pillar-lifestyle .content__header{background:#fff}.content--liveblog.tonal--tone-dead.content--pillar-lifestyle .tonal__standfirst{background:#ededed}.content--liveblog.tonal--tone-dead.content--pillar-lifestyle .content__standfirst a{color:#bb3b80}.content--liveblog.tonal--tone-dead.content--pillar-lifestyle .tonal__standfirst ul>li::before{background:rgba(51,51,51,0.4)}.content--has-scores.content--pillar-sport.content--liveblog .content__header{background-color:#ffe500}@media (max-width: 46.24em){.content--has-scores.content--pillar-sport.content--liveblog .match-summary__teams{padding-left:0;padding-right:0}}.content--has-scores.content--pillar-sport.content--liveblog .content__labels .content__label__link{color:#121212}.breadcrumb{text-transform:lowercase}.social-icon--facebook{background-color:#3067a3}.social-icon--facebook:hover{background-color:#244e7c}.social-icon--whatsapp{background-color:#59cb3f}.social-icon--whatsapp:hover{background-color:#45a92e}.social-icon--messenger{background-color:#0084ff}.social-icon--messenger:hover{background-color:#006acc}.social-icon--twitter{background-color:#03b3ee}.social-icon--twitter:hover{background-color:#028dbc}.social-icon--linkedin{background-color:#0071a1}.social-icon--linkedin:hover{background-color:#004d6e}.social-icon--pinterest{background-color:#b9252c}.social-icon--pinterest:hover{background-color:#8f1d22}.social-icon--email{background-color:#767676}.social-icon--email:hover{background-color:#5d5d5d}.social__item{float:left;min-width:2rem;padding:0 0.1875rem 0.375rem 0;cursor:pointer}@media (min-width: 46.25em){.social__item--whatsapp{display:none}}@media (min-width: 46.25em){.social__item--messenger{display:none}}.social__action{display:inline-block}.social-icon{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:0;min-width:2rem;max-width:100%;width:auto;height:2rem}.social-icon,.social-icon:hover,.social-icon:active,.social-icon:focus{color:#ffffff;text-decoration:none}.social-icon svg{height:88%;width:88%}.social-icon .social-icon__label{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;margin:0 .8em 0 -.5em}.social-icon--small{min-width:1.5rem;height:1.5rem}.social-icon--small i{width:1.5rem;background-size:100% !important}.social-icon--small .social-icon__label{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;margin:0 .7em 0 -.3em}.social-icon__label{white-space:nowrap;font-weight:bold}.selection-sharing{position:absolute;margin-top:-2.25rem;top:0;opacity:0;visibility:hidden;transition:opacity .15s ease;z-index:1015}.selection-sharing .social__item{padding:0 0.125rem;width:2rem}.selection-sharing .inline-icon svg{width:80%;display:block}.selection-sharing.selection-sharing--active{visibility:visible;opacity:1}.share-text{font-size:0.875rem;line-height:1.25rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;float:left;font-weight:700;padding:0.5rem 0.125rem 0 0.625rem}.content[class*='-network'] .social__item--pinterest,.content[class*='-leadership'] .social__item--pinterest,.content[class*='-careers'] .social__item--pinterest,.content[class*='-advertisement-feature'] .social__item--pinterest,.content[class*='-partner-zone'] .social__item--pinterest{display:none}.paid-content .social-icon,.paid-content .block-share__item,.paid-content.tonal--tone-media .social-icon,.paid-content.tonal--tone-media .block-share__item{border:0.0625rem solid #999}.paid-content .social-icon:hover,.paid-content .social-icon:active,.paid-content .social-icon:focus,.paid-content .block-share__item:hover,.paid-content .block-share__item:active,.paid-content .block-share__item:focus,.paid-content.tonal--tone-media .social-icon:hover,.paid-content.tonal--tone-media .social-icon:active,.paid-content.tonal--tone-media .social-icon:focus,.paid-content.tonal--tone-media .block-share__item:hover,.paid-content.tonal--tone-media .block-share__item:active,.paid-content.tonal--tone-media .block-share__item:focus{border:0.0625rem solid #121212;background-color:#121212}.paid-content .social-icon svg,.paid-content .block-share__item svg,.paid-content.tonal--tone-media .social-icon svg,.paid-content.tonal--tone-media .block-share__item svg{fill:#121212}.paid-content .social-icon:focus svg,.paid-content .social-icon:hover svg,.paid-content .block-share__item:focus svg,.paid-content .block-share__item:hover svg,.paid-content.tonal--tone-media .social-icon:focus svg,.paid-content.tonal--tone-media .social-icon:hover svg,.paid-content.tonal--tone-media .block-share__item:focus svg,.paid-content.tonal--tone-media .block-share__item:hover svg{fill:#fff}.tweet-main-image{width:100%}@-webkit-keyframes live-pulse{0%{opacity:1}10%{opacity:.25}40%{opacity:1}100%{opacity:1}}@keyframes live-pulse{0%{opacity:1}10%{opacity:.25}40%{opacity:1}100%{opacity:1}}.blog__live{font-weight:bold}.blog__live.live-pulse-icon:before{margin-bottom:-0.0625rem}.live-pulse-icon:before{border-radius:62.5rem;display:inline-block;position:relative;background-color:#ffffff;width:.75em;height:.75em;content:'';margin-right:0.1875rem;vertical-align:initial;-webkit-animation:live-pulse 1s infinite;animation:live-pulse 1s infinite}@supports (object-fit: cover) and (height: 1vh) and (display: flex){.immersive-header-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh}}.content--immersive-article-without-main-media{background-color:rgba(0,0,0,0.5);padding-bottom:0}.immersive-main-media{position:relative;min-height:25rem}@media (min-width: 61.25em){.immersive-main-media{min-height:31.25rem}}@media (min-width: 81.25em){.immersive-main-media{min-height:50rem}}@supports (object-fit: cover) and (height: 1vh) and (display: flex){.immersive-main-media{-webkit-flex:1;-ms-flex:1;flex:1}}.immersive-main-media.atom-playing .immersive-main-media__media__loading{background-color:#ffffff}.immersive-main-media.atom-playing .immersive-main-media__headline-container{position:static;margin-top:calc(100vh - 2.25rem);-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-animation:slideImmersiveTitleDownHeadline 360ms ease-in-out forwards;animation:slideImmersiveTitleDownHeadline 360ms ease-in-out forwards}.immersive-main-media.atom-playing .immersive-main-media__headline-container--dark{background-color:#333;background:linear-gradient(#333, #333)}@-webkit-keyframes slideImmersiveTitleDownHeadline{0%{-webkit-transform:translateY(calc(-100% + 2.25rem));transform:translateY(calc(-100% + 2.25rem))}100%{-webkit-transform:translateY(2.25rem);transform:translateY(2.25rem)}}@keyframes slideImmersiveTitleDownHeadline{0%{-webkit-transform:translateY(calc(-100% + 2.25rem));transform:translateY(calc(-100% + 2.25rem))}100%{-webkit-transform:translateY(2.25rem);transform:translateY(2.25rem)}}.immersive-main-media__logo{z-index:1}.immersive-main-media__logo__svg{float:right;margin-top:0.375rem}.immersive-main-media__logo__svg path{fill:#ffffff}.immersive-main-media__media{width:100%;display:block}.immersive-main-media__media .element-atom,.immersive-main-media__media .element-embed{margin-top:0;margin-bottom:0;position:absolute;top:0;right:0;bottom:0;left:0}.immersive-main-media__media .fenced{height:100% !important;opacity:0;transition:.5s opacity ease-in}.immersive-main-media__media .fenced-rendered{opacity:1}@supports (object-fit: cover) and (height: 1vh) and (display: flex){.immersive-main-media__media{object-fit:cover;position:absolute;top:0;height:100%}}.immersive-main-media__media__loading{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#dcdcdc;color:#121212}.immersive-main-media__loading-animation{position:absolute;top:40%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:block}.immersive-main-media__headline-container{position:absolute;bottom:0;left:0;right:0}.immersive-main-media__headline-container .content__labels{padding-bottom:0;margin-bottom:0}.content__headline--immersive{color:#ffffff}.content__headline--immersive.content__headline--advertisement{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:200}.immersive-main-media__headline-container--dark .content__headline--immersive-article{color:#ffffff}@media (min-width: 61.25em){.content__headline--immersive--with-main-media{font-size:3.25rem}}.content--immersive .content__main{padding-top:0}@media (min-width: 61.25em){.content--immersive .content__main{padding-top:1.5rem}}@media (max-width: 71.24em){.caption--immersive{margin:0.75rem 0 0.375rem}}@media (min-width: 71.25em){.caption--immersive{margin-left:-1.25rem;padding-top:0.1875rem;position:absolute;top:6.25rem;width:8.75rem;-webkit-transform:translateX(-100%);transform:translateX(-100%)}[lang='ar'] .caption--immersive{left:0}}@media (min-width: 81.25em){.caption--immersive{width:13.75rem}}.content__standfirst--immersive-article{position:relative;padding-top:0.375rem;padding-bottom:0.75rem;margin-bottom:0}.content__standfirst--immersive-article.content__standfirst--advertisement{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}.content__wrapper--standfirst{padding-left:0.625rem;padding-right:0.625rem}@media (min-width: 30em){.content__wrapper--standfirst{padding-left:1.25rem;padding-right:1.25rem}}.content--immersive-article:not(.content--immersive-garnett) .element-pullquote{position:relative;width:auto;margin-left:0;margin-bottom:0.375rem;border-top:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6;padding:0;padding-top:.2em;padding-bottom:2.25rem}.content--immersive-article:not(.content--immersive-garnett) .element-pullquote .inline-quote{margin:0.1875rem 0;height:auto;width:auto;line-height:1}.content--immersive-article:not(.content--immersive-garnett) .element-pullquote .inline-quote svg{fill:#dcdcdc;width:2.5em;height:1.4em}.content--immersive-article:not(.content--immersive-garnett) .element-pullquote .pullquote-paragraph,.content--immersive-article:not(.content--immersive-garnett) .element-pullquote .pullquote-cite{font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:200;font-size:1.75rem;line-height:1.1}.content--immersive-article:not(.content--immersive-garnett) .element-pullquote .pullquote-paragraph{color:#bb3b80}.content--immersive-article:not(.content--immersive-garnett) .element-pullquote .pullquote-cite{color:#121212 !important}@media (min-width: 46.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--showcase,.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting{padding:0;border:0}}@media (min-width: 46.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--showcase .inline-quote svg{width:3em;height:1.8em}}@media (min-width: 71.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--showcase .inline-quote{position:absolute;left:-3.5em}}@media (min-width: 46.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--showcase .pullquote-paragraph,.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--showcase .pullquote-cite{font-size:2.25em}}@media (min-width: 46.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting{width:13.75rem;border:0;margin-right:1.25rem;margin-bottom:1.5rem}}@media (min-width: 71.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting{width:8.75rem;margin-left:-10rem}}@media (min-width: 81.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting{width:13.75rem;margin-left:-15rem}}@media (min-width: 46.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting .inline-quote{position:absolute}}@media (min-width: 46.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting .inline-quote svg{width:1.8em;height:1em}}@media (min-width: 46.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting .pullquote-paragraph{text-indent:1.7em}}@media (min-width: 46.25em){.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting .pullquote-paragraph,.content--immersive-article:not(.content--immersive-garnett) .element-pullquote.element--supporting .pullquote-cite{font-size:1.25em;line-height:1.2}}.content--immersive-article.content{border-top:0}.content--immersive-article .content__article-body{clear:both}@media (min-width: 71.25em){.content--immersive-article .content__article-body{padding-left:0.625rem}}.content--immersive-article.content--paid-content{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}.content--immersive-article .content__label__link{color:#ffffff}.content--immersive-article .content__series-label+.content__headline{padding-top:0}@media (max-width: 61.24em){.content--immersive-article .is-fixed-height .content__standfirst:before{display:none}}.content--immersive-article .content__section-label--advertisement{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:1.25rem;line-height:1.5rem;font-weight:900;margin:0}.content--immersive-article .content__section-label--advertisement .content__label__link{color:#69d1ca}.content--immersive-article .drop-cap{height:7.25em}.content--immersive-article .drop-cap .drop-cap__inner{font-size:9.5em;line-height:.83}.content--immersive-article .section-rule{display:block;width:8.75rem;height:0.125rem;margin:0;border:0;margin-top:3rem;margin-bottom:0.1875rem;background-color:#f6f6f6}.content--immersive-article .section-image{position:relative}.content--immersive-article .section-image .caption,.content--immersive-article .section-image .section-rule{display:none}.content--immersive-article .section-title,.content--immersive-article .from-content-api>h2{font-size:1.75rem;line-height:2rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:300}@media (min-width: 46.25em){.content--immersive-article .section-title,.content--immersive-article .from-content-api>h2{font-size:2.125rem;line-height:2.375rem}}.content--immersive-article .section-title{position:absolute;z-index:20;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);color:#ffffff;padding:0.1em 0.625rem 0.5em}@media (min-width: 30em){.content--immersive-article .section-title{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 71.25em){.content--immersive-article .section-title{padding-left:11.25rem}}@media (min-width: 81.25em){.content--immersive-article .section-title{padding-left:16.25rem}}.content--immersive-article .in-body-link--immersive{color:#bb3b80}.content--immersive-article .in-body-link--immersive:hover{border-bottom-color:rgba(187,59,128,0.4)}.content--immersive-article .element+.section-rule{margin-top:0}.content--immersive-article figure.element--immersive{margin-left:-0.625rem;margin-right:-0.625rem;z-index:1}@media (min-width: 30em){.content--immersive-article figure.element--immersive{margin-left:-1.25rem;margin-right:-1.25rem}}@media (min-width: 46.25em){.content--immersive-article figure.element--immersive{margin-right:-6.25rem}}@media (min-width: 61.25em){.content--immersive-article figure.element--immersive{margin-right:-21.25rem}}@media (min-width: 71.25em){.content--immersive-article figure.element--immersive{margin-left:-11.25rem}}@media (min-width: 81.25em){.content--immersive-article figure.element--immersive{margin-left:-16.25rem;margin-right:-26.25rem}}.content--immersive-article figure.element--immersive .caption{margin-left:0.625rem;margin-right:0.625rem}@media (min-width: 30em){.content--immersive-article figure.element--immersive .caption{margin-left:1.25rem;margin-right:1.25rem}}@media (min-width: 61.25em){.content--immersive-article figure.element--immersive .caption{margin-left:0;margin-right:0}}@media (min-width: 46.25em){.content--immersive-article figure.element--immersive .block-share{margin-right:1.25rem}}.content--immersive-article figure.element--immersive .section-rule{display:none}@media (min-width: 61.25em){.content--immersive-article figure.element--showcase{margin-left:-1.25rem}}@media (min-width: 71.25em){.content--immersive-article figure.element--showcase{margin-left:-11.25rem}}@media (min-width: 81.25em){.content--immersive-article figure.element--showcase{margin-left:-16.25rem}}.content--immersive-article figure.element--showcase .block-share{display:none !important}.content--immersive-article .element-image.element--showcase{margin-bottom:0.625rem}@media (min-width: 71.25em){.content--immersive-article figure.element--showcase,.content--immersive-article figure.element--immersive{margin-bottom:0.625rem}}@media (min-width: 61.25em){.content--immersive-article figure.element--showcase .caption,.content--immersive-article figure.element--immersive .caption{padding-left:1.25rem}}@media (min-width: 71.25em){.content--immersive-article figure.element--showcase .caption,.content--immersive-article figure.element--immersive .caption{position:absolute;width:8.75rem;padding-top:0.75rem}}@media (min-width: 81.25em){.content--immersive-article figure.element--showcase .caption,.content--immersive-article figure.element--immersive .caption{width:13.75rem}}.content--immersive-article .element--showcase,.content--immersive-article .element--inline,.content--immersive-article .element--halfWidth{float:none}@media (min-width: 71.25em){.content--immersive-article [lang='ar'] figure.element--showcase .caption{left:0}}@media (min-width: 46.25em){.content--immersive-article [lang='ar'] figure.fig--narrow-caption.img--portrait .caption{float:left;padding-left:0}.content--immersive-article [lang='ar'] figure.fig--narrow-caption.img--portrait:after{visibility:hidden;display:block;font-size:0;content:'';clear:both;height:0}}@media (min-width: 46.25em) and (max-width: 71.24em){.content--immersive-article [lang='ar'] figure.fig--narrow-caption.img--landscape .caption{float:left;padding-left:0}.content--immersive-article [lang='ar'] figure.fig--narrow-caption.img--landscape:after{visibility:hidden;display:block;font-size:0;content:'';clear:both;height:0}}@media (min-width: 71.25em){.content--immersive-article [lang='ar'] figure.fig--narrow-caption.img--landscape .caption{left:0}}@media (min-width: 81.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article).immersive-main-media{min-height:37.5rem}}@media (min-width: 61.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__article-body{margin-left:-0.625rem}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__labels--immersive{margin-left:-1.25rem;padding:0.1875rem 0.625rem 0.1875rem 1.25rem;display:inline-block}@media (min-width: 46.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__labels--immersive{margin-left:-0.625rem;max-width:19.375rem;padding:0.375rem 0.625rem}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__labels--immersive .badge-slot{width:auto}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__label__link{color:#ffffff}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container{margin-top:-6.25rem;position:relative;background:transparent}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container:after{position:absolute;content:'';display:none;width:50%;right:0;background-color:#121212;z-index:0;top:0;bottom:0}@media (min-width: 30em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container:after{display:block}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .content__labels--immersive{position:absolute;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .gs-container{padding:0}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .badge-slot{float:left;margin-right:0.3125rem}@media (min-width: 46.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .badge-slot{margin-right:0.625rem}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .content__main-column{background-color:#121212;z-index:10;position:relative;padding-left:1.25rem;padding-right:0.75rem;left:-1.25rem;padding-top:0;width:calc(90vw - 1.25rem);padding-bottom:0.75rem;min-height:7rem}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .content__main-column::before{display:none}@media (min-width: 46.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .content__main-column{padding-left:0.625rem;width:100%;left:0.625rem}}@media (min-width: 61.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .content__main-column{left:0.625rem}}@media (min-width: 71.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .content__main-column{margin-left:10rem}}@media (min-width: 81.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .content__main-column{margin-left:15rem}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__headline--immersive{font-size:2.125rem;line-height:2.375rem;color:#121212;padding:0;padding-bottom:1.5rem;font-weight:700}@media (min-width: 61.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__headline--immersive{font-size:3.125rem;line-height:3.5rem}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__headline--immersive.content__headline--immersive--with-main-media{color:#ffffff}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__headline--immersive.content__headline--immersive--with-main-media:before{display:none}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__standfirst--immersive-article{font-size:1.5rem;line-height:1.6875rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:300;position:relative;padding-left:0;margin-top:0.375rem;max-width:17.5rem;margin-bottom:0.75rem;margin-left:0}@media (min-width: 46.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__standfirst--immersive-article{max-width:25rem;margin-top:0}}@media (min-width: 61.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__standfirst--immersive-article{max-width:28.75rem;padding-bottom:1rem;margin-bottom:-1.5rem;margin-top:0.375rem;margin-left:-0.625rem}}@media (min-width: 71.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__standfirst--immersive-article{margin-left:0}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__standfirst--immersive-article:before{position:absolute;top:-2.25rem;bottom:-1.5rem;left:-0.625rem;width:0.0625rem;background-color:#dcdcdc;content:'';display:none}@media (min-width: 71.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__standfirst--immersive-article:before{display:block;bottom:-2.25rem}}@media (min-width: 71.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__standfirst--immersive-article[lang='ar']{margin-left:auto}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__standfirst--immersive-article[lang='ar']:before{display:none}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__meta-container{margin-left:-0.625rem;margin-right:-0.625rem;padding-left:0.625rem;padding-right:0.625rem}@media (min-width: 30em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__meta-container{margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 41.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__meta-container{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media (min-width: 61.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__meta-container{margin-left:-0.625rem}}@media (min-width: 71.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__meta-container{margin-left:-10rem}}@media (min-width: 81.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__meta-container{margin-left:-15rem}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .meta__extras{margin-left:-0.625rem;margin-right:-0.625rem}@media (min-width: 30em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .meta__extras{margin-left:-1.25rem;margin-right:-1.25rem}}@media (min-width: 41.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .meta__extras{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__meta-container:before{display:none}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .drop-cap{height:6.5625rem}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .drop-cap .drop-cap__inner{font-weight:900;font-size:8.75rem;line-height:.7}@media (min-width: 46.25em){.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .drop-cap .drop-cap__inner{font-size:8.625rem}}.content--immersive:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .element-pullquote{padding:0.375rem;padding-bottom:0.75rem}.content--pillar-news.content--immersive-article:not(.paid-content) .u-underline{color:#c70000;border-bottom:0.0625rem solid rgba(199,0,0,0.4)}.content--pillar-news.content--immersive-article:not(.paid-content) .u-underline:hover{border-bottom-color:#c70000}.content--pillar-news.content--immersive-article:not(.paid-content) .element-pullquote.element--showcase .pullquote-paragraph{color:#c70000}.content--pillar-opinion.content--immersive-article:not(.paid-content) .u-underline{color:#e05e00;border-bottom:0.0625rem solid rgba(224,94,0,0.4)}.content--pillar-opinion.content--immersive-article:not(.paid-content) .u-underline:hover{border-bottom-color:#e05e00}.content--pillar-opinion.content--immersive-article:not(.paid-content) .element-pullquote.element--showcase .pullquote-paragraph{color:#e05e00}.content--pillar-sport.content--immersive-article:not(.paid-content) .u-underline{color:#0084c6;border-bottom:0.0625rem solid rgba(0,132,198,0.4)}.content--pillar-sport.content--immersive-article:not(.paid-content) .u-underline:hover{border-bottom-color:#0084c6}.content--pillar-sport.content--immersive-article:not(.paid-content) .element-pullquote.element--showcase .pullquote-paragraph{color:#0084c6}.content--pillar-arts.content--immersive-article:not(.paid-content) .u-underline{color:#a1845c;border-bottom:0.0625rem solid rgba(161,132,92,0.4)}.content--pillar-arts.content--immersive-article:not(.paid-content) .u-underline:hover{border-bottom-color:#a1845c}.content--pillar-arts.content--immersive-article:not(.paid-content) .element-pullquote.element--showcase .pullquote-paragraph{color:#a1845c}.content--pillar-lifestyle.content--immersive-article:not(.paid-content) .u-underline{color:#bb3b80;border-bottom:0.0625rem solid rgba(187,59,128,0.4)}.content--pillar-lifestyle.content--immersive-article:not(.paid-content) .u-underline:hover{border-bottom-color:#bb3b80}.content--pillar-lifestyle.content--immersive-article:not(.paid-content) .element-pullquote.element--showcase .pullquote-paragraph{color:#bb3b80}.content--pillar-special-report.content--immersive-article:not(.paid-content) .u-underline{color:#3f464a;border-bottom:0.0625rem solid rgba(63,70,74,0.4)}.content--pillar-special-report.content--immersive-article:not(.paid-content) .u-underline:hover{border-bottom-color:#3f464a}.content--pillar-special-report.content--immersive-article:not(.paid-content) .element-pullquote.element--showcase .pullquote-paragraph{color:#3f464a}@font-face{font-family:'Guardian Titlepiece';src:url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff2") format("woff2"),url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff") format("woff"),url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.ttf") format("truetype");font-weight:700;font-style:normal}.content.content--article.content--type-numbered-list{counter-reset:section}@media (max-width: 46.24em){.content.content--article.content--type-numbered-list .content__article-body figure.element--thumbnail{float:right;margin-left:1.25rem;margin-right:0}}.content.content--article.content--type-numbered-list .content__article-body .element--thumbnail img{border-radius:50%;overflow:hidden}.content.content--article.content--type-numbered-list .content__article-body ul.article-link{display:block;position:relative;margin-left:-0.625rem;margin-right:-0.625rem;margin-top:1.5rem;margin-bottom:2.25rem}@media (min-width: 30em){.content.content--article.content--type-numbered-list .content__article-body ul.article-link{margin-left:-1.25rem;margin-right:-1.25rem}}@media (min-width: 46.25em){.content.content--article.content--type-numbered-list .content__article-body ul.article-link{margin-right:0}}@media (min-width: 71.25em){.content.content--article.content--type-numbered-list .content__article-body ul.article-link{margin-left:-0.625rem}}.content.content--article.content--type-numbered-list .content__article-body ul.article-link:after{content:'';border-bottom:0.0625rem solid #dcdcdc;position:absolute;left:0;right:0;top:0}.content.content--article.content--type-numbered-list .content__article-body ul.article-link li{border:0.0625rem solid #dcdcdc;padding:0.75rem 0.625rem 1.125rem !important;margin:0 0.625rem;max-width:28.125rem}@media (min-width: 30em){.content.content--article.content--type-numbered-list .content__article-body ul.article-link li{margin:0 1.25rem}}@media (min-width: 71.25em){.content.content--article.content--type-numbered-list .content__article-body ul.article-link li{margin-left:0}}.content.content--article.content--type-numbered-list .content__article-body ul.article-link li a{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:800}.content.content--article.content--type-numbered-list .content__article-body ul.article-link li strong{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:400;color:#767676;display:block}.content.content--article.content--type-numbered-list .content__article-body ul.article-link li:before{content:none !important}.content.content--article.content--type-numbered-list .content__article-body>h2{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:700;box-sizing:border-box;border-top:0.25rem solid #dcdcdc;color:#121212;min-height:5rem;position:relative;margin-left:-0.625rem;margin-right:-0.625rem;margin-top:3rem;padding:0.1875rem 0.625rem 0.75rem 5.5rem}@media (min-width: 30em){.content.content--article.content--type-numbered-list .content__article-body>h2{margin-left:-1.25rem;margin-right:-1.25rem;padding:0.1875rem 1.25rem 0.75rem 6.125rem}}@media (min-width: 46.25em){.content.content--article.content--type-numbered-list .content__article-body>h2{font-size:2.125rem;line-height:2.375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-weight:700;margin-right:0;margin-top:6rem;min-height:6.9375rem;padding:0.375rem 0.625rem 0.75rem 8.0625rem}}@media (min-width: 71.25em){.content.content--article.content--type-numbered-list .content__article-body>h2{min-height:auto;margin-left:-0.625rem;padding:0.375rem 0.625rem 0.75rem}}.content.content--article.content--type-numbered-list .content__article-body>h2 strong{display:block;font-weight:700}.content.content--article.content--type-numbered-list .content__article-body>h2:before{font-family:'Guardian Titlepiece', Georgia, serif;font-size:3.75rem;line-height:3.75rem;content:counter(section);box-sizing:border-box;counter-increment:section;border:0.0625rem solid #dcdcdc;border-top-width:0.25rem;font-variant-numeric:lining-nums;height:4.25rem;width:4.25rem;color:#fff;-webkit-text-stroke-width:0.0625rem;-webkit-text-stroke-color:#dcdcdc;text-align:center;position:absolute;top:-0.25rem;left:0.625rem}@media (min-width: 46.25em){.content.content--article.content--type-numbered-list .content__article-body>h2:before{line-height:5.5rem;font-size:5.5rem;height:6.1875rem;width:6.1875rem;left:1.25rem}}@media (min-width: 71.25em){.content.content--article.content--type-numbered-list .content__article-body>h2:before{left:0.0625rem;top:-0.25rem;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.content.content--article.content--type-numbered-list .falseH3{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;border-top:0.0625rem solid #dcdcdc;color:#121212;margin-top:1.5rem;margin-bottom:0.1875rem;margin-left:-0.625rem;margin-right:-0.625rem;padding:0.1875rem 0.625rem 0.375rem}@media (min-width: 30em){.content.content--article.content--type-numbered-list .falseH3{padding:0.1875rem 1.25rem 0.375rem;margin-left:-1.25rem;margin-right:-1.25rem}}@media (min-width: 46.25em){.content.content--article.content--type-numbered-list .falseH3{display:block;margin-left:-1.25rem;margin-right:0;font-size:1.5rem;line-height:1.75rem}}@media (min-width: 71.25em){.content.content--article.content--type-numbered-list .falseH3{margin-left:-0.625rem;padding:0.1875rem 0.625rem 0.375rem}}.content.content--article.content--type-numbered-list .stars{box-sizing:border-box;font-size:1.25rem;line-height:1;height:1.875rem;letter-spacing:0.125rem;margin:0 0 0.75rem -0.625rem;position:relative;z-index:1000}@media (min-width: 30em){.content.content--article.content--type-numbered-list .stars{margin-left:-1.25rem}}@media (min-width: 46.25em){.content.content--article.content--type-numbered-list .stars{margin-left:0}}@media (min-width: 71.25em){.content.content--article.content--type-numbered-list .stars{margin-left:-0.625rem}}@media (min-width: 71.25em){.content.content--article.content--type-numbered-list .stars+.element-image{margin-top:-2.625rem}}.content--pillar-news.content--type-numbered-list h2 strong{color:#c70000}.content--pillar-opinion.content--type-numbered-list h2 strong{color:#e05e00}.content--pillar-sport.content--type-numbered-list h2 strong{color:#0084c6}.content--pillar-arts.content--type-numbered-list h2 strong{color:#a1845c}.content--pillar-lifestyle.content--type-numbered-list h2 strong{color:#bb3b80}.content--pillar-special-report.content--type-numbered-list h2 strong{color:#3f464a}@supports (display: grid){@media (min-width: 71.25em){.content.content--article.content--type-splash .content__head--article{grid-template-areas:'media-primary media-primary' 'series-tab content-headline' '. content-standfirst';grid-template-columns:auto 39.375rem}}@media (min-width: 81.25em){.content.content--article.content--type-splash .content__head--article{grid-template-columns:auto 44.375rem}}}.content.content--article.content--type-splash .media-primary{margin-bottom:-2.875rem}@media (max-width: 29.99em){@supports (object-fit: cover) and (height: 1vh){.content.content--article.content--type-splash .media-primary{height:90vw}.content.content--article.content--type-splash .media-primary .u-responsive-ratio{position:unset}.content.content--article.content--type-splash .media-primary img{height:90vw;object-fit:cover}}}@media (min-width: 71.25em){.content.content--article.content--type-splash .media-primary{grid-area:media-primary;margin-bottom:-4.375rem;max-height:35rem;overflow:hidden}}.content.content--article.content--type-splash .content__labels--splash{margin-right:1.25rem;padding:0.375rem 0.625rem;-webkit-order:0;-ms-flex-order:0;order:0}@media (min-width: 30em) and (max-width: 46.24em){.content.content--article.content--type-splash .content__labels--splash{padding-left:1.25rem}}@media (min-width: 71.25em){.content.content--article.content--type-splash .content__labels--splash{grid-area:series-tab;margin-right:0;padding:0.375rem 0.625rem 3rem}@supports (display: grid){.content.content--article.content--type-splash .content__labels--splash{width:9.375rem}}}@media (min-width: 81.25em){@supports (display: grid){.content.content--article.content--type-splash .content__labels--splash{width:14.375rem}}}.content.content--article.content--type-splash .content__headline-splash-wrapper{border-top:0.0625rem solid rgba(0,0,0,0.2);box-sizing:border-box;margin:0 1.25rem 0 0;padding:0 0.625rem 2.25rem;position:relative;z-index:1015}@media (min-width: 30em) and (max-width: 46.24em){.content.content--article.content--type-splash .content__headline-splash-wrapper{padding-left:1.25rem}}@media (min-width: 41.25em) and (max-width: 46.24em){.content.content--article.content--type-splash .content__headline-splash-wrapper{margin-left:1.25rem}}@media (min-width: 71.25em){.content.content--article.content--type-splash .content__headline-splash-wrapper{border-top:0;grid-area:content-headline;max-width:39.375rem;padding-bottom:3rem}@supports (display: grid){.content.content--article.content--type-splash .content__headline-splash-wrapper{border-left:0.0625rem solid rgba(0,0,0,0.2)}}}.content.content--article.content--type-splash .content__headline-splash-wrapper .stars{bottom:0;margin-bottom:0;position:absolute}@media (max-width: 41.24em){.content.content--article.content--type-splash .content__headline-splash-wrapper .stars{margin-left:-0.625rem}}@media (max-width: 41.24em) and (min-width: 30em){.content.content--article.content--type-splash .content__headline-splash-wrapper .stars{margin-left:-1.25rem}}@media (min-width: 46.25em){.content.content--article.content--type-splash .content__headline-standfirst-wrapper{padding-bottom:1.5rem}.content.content--article.content--type-splash .content__headline-standfirst-wrapper .content__standfirst{font-size:1.5rem;line-height:1.75rem}}@media (min-width: 71.25em){@supports (display: grid){.content.content--article.content--type-splash .content__headline-standfirst-wrapper{grid-area:content-standfirst;padding-left:0.625rem;padding-right:0.625rem}}}@media (max-width: 46.24em){.content.content--article.content--type-splash .content__meta-container{margin:1.5rem -0.625rem 0}}@media (min-width: 71.25em){.content.content--article.content--type-splash .content__meta-container{float:left;position:relative}}.content.content--article.content--type-splash .content__headline--splash{color:#ffffff;padding:0}@media (min-width: 46.25em){.content.content--article.content--type-splash .content__headline--splash{font-size:2.125rem;line-height:2.375rem}}.content.content--article.content--type-splash .content__series-label--splash .content__label__link{color:#ffffff;font-weight:700}.content.content--article.content--type-splash.content--pillar-special-report .content__label__link{color:#ffe500}.content.content--article.content--type-splash.content--type-comment .content__headline-splash-wrapper{overflow:hidden}.content.content--article.content--type-splash.content--type-comment .content__headline-splash-wrapper .content__header{background:none}.content.content--article.content--type-splash.content--type-comment .content__headline--byline .tone-colour{color:#ffffff;font-style:normal;font-weight:700}.content.content--article.content--type-splash.content--type-comment .content__labels--splash:hover{background-color:#bd5318}.content.content--article.content--type-splash.content--type-comment .content__head--byline-pic .content__headline-splash-wrapper{padding-bottom:0}.content.content--article.content--type-splash.content--type-comment .content__head--byline-pic .content__headline--byline{padding-bottom:2.25rem}@media (max-width: 71.24em){.content.content--article.content--type-splash.content--type-comment .content__head--byline-pic .content__headline--byline{padding-right:8.75rem}}.content.content--article.content--type-splash.content--type-comment .content__head--byline-pic .content__header{min-height:9rem}@media (min-width: 71.25em){.content.content--article.content--type-splash.content--type-comment .content__head--byline-pic .content__header{padding-right:8.75rem}}.content.content--article.content--type-splash.content--type-comment .content__head--byline-pic .byline-img{position:relative;right:-1.875rem}@media (min-width: 71.25em){.content.content--article.content--type-splash.content--type-comment .content__head--byline-pic .byline-img{position:absolute}}.content.content--article.content--type-splash .content__article-body .content__meta-container+*{padding-top:0.1875rem}@media (min-width: 71.25em){.content.content--article.content--type-splash .content__article-body .content__meta-container+*{border-top:0.0625rem solid #dcdcdc;margin-top:-0.0625rem}}@media (max-width: 71.24em){.content__series-cta{float:right}}@media (min-width: 71.25em){.content__series-cta{bottom:0.375rem;position:absolute}}.content__series-cta__text{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#ffffff;font-weight:700;vertical-align:middle}.content__series-cta__icon{background-color:#ffffff;height:2.125rem;width:2.125rem}.content--pillar-special-report:not(.content--type-immersive):not(.content--media):not(.content--type-splash){background-color:#eff1f2}.content--pillar-special-report:not(.content--type-immersive):not(.content--media):not(.content--type-splash) .content__headline--byline .tone-colour{background-color:#ffe500}.content--pillar-special-report:not(.content--type-immersive):not(.content--media):not(.content--type-splash) .content__series-label .content__label__link{box-shadow:-0.1875rem 0 0 0 #ffe500,0.1875rem 0 0 0 #ffe500}@media (min-width: 71.25em){.content--pillar-special-report:not(.content--type-immersive):not(.content--media):not(.content--type-splash) .content__series-label .content__label__link{line-height:1.5rem}}.content--pillar-special-report:not(.content--type-immersive):not(.content--media):not(.content--type-splash) .content__series-label .content__label__link .label__link-wrapper{background:#ffe500;position:relative}@media (min-width: 71.25em){.content--pillar-special-report:not(.content--type-immersive):not(.content--media):not(.content--type-splash) .badge-slot{margin-left:-0.1875rem}}@media (min-width: 71.25em){.content--pillar-special-report:not(.content--type-immersive):not(.content--media):not(.content--type-splash) .content__labels{margin-bottom:0.375rem;padding-left:0.1875rem}}.content--immersive.content--pillar-special-report:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__labels{background-color:#ffe500}.content--immersive.content--pillar-special-report:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .content__labels .content__series-label__link{color:#121212}.content--immersive.content--pillar-special-report:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container .content__main-column,.content--immersive.content--pillar-special-report:not(.immersive-main-media__gallery):not(.paid-content):not(.content--gallery):not(.content--minute-article) .immersive-main-media__headline-container::after{background-color:#3f464a}.content--pillar-special-report.content--media:not(.paid-content){background-color:#2f3437}.content--minute-article{border-top:0 none}@media (max-width: 29.99em){.content .gs-container--minute-article{padding:0}}.content--minute-article--overlay{display:block;position:absolute;top:0;bottom:0;background:rgba(0,0,0,0.4);background:linear-gradient(to bottom, rgba(0,0,0,0) 20%, #000 90%);width:100%}.content__headline--minute{color:#ffffff;position:relative;padding-bottom:0.75rem}@media (min-width: 41.25em){.content__headline--minute:after{background-color:#00b2ff;content:'';height:0.25rem;width:20rem;position:absolute;top:-0.25rem;left:0}}@media (min-width: 46.25em){.content__headline--minute{font-size:2.75rem;width:28.75rem}}@media (min-width: 61.25em){.content__headline--minute{font-size:4rem;margin-left:5rem;width:38.75rem}.content__headline--minute:after{width:23.75rem}}.content__standfirst--immersive-minute-article:before{content:none}.content--minute-article .badge-slot,.content--minute-article .logo--minute-article{display:block;float:left}.content--minute-article .badge-slot{position:absolute;top:0.375rem}.content--minute-article .badge-slot svg{height:auto;max-height:2.9375rem;width:100%}.content--minute-article .badge-slot__img{height:4.125rem;width:4.125rem}.content--minute-article .logo--minute-article{height:8.25rem;position:absolute;top:-10.5rem}@media (max-width: 29.99em){.content--minute-article .logo--minute-article{display:none}}@media (min-width: 61.25em){.content--minute-article .logo--minute-article{height:11.25rem;top:-14.25rem;left:-4.875rem}}.content--minute-article .logo--minute-article svg{height:100%;width:auto;max-width:11.8125rem}@media (min-width: 61.25em){.content--minute-article .logo--minute-article svg{max-width:14rem}}.content--minute-article .content__standfirst{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900}@media (min-width: 46.25em){.content--minute-article .content__dateline--minute-article,.content--minute-article .content__standfirst{max-width:18.75rem;margin-left:0}}@media (min-width: 61.25em){.content--minute-article .content__dateline--minute-article,.content--minute-article .content__standfirst{max-width:23.75rem;margin-left:5rem}}.content__dateline--minute-article{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900;color:#00b2ff;margin-bottom:0}.content__main-column--minute-article{margin:0 auto;max-width:none;width:100%}.content__main-column--minute-article .submeta{margin:0 auto;padding:0 0.625rem}@media (min-width: 30em){.content__main-column--minute-article .submeta{padding:0 1.25rem}}@media (min-width: 46.25em){.content__main-column--minute-article .submeta{width:38.75rem}}@media (min-width: 61.25em){.content__main-column--minute-article .submeta{width:53.75rem}}@media (min-width: 71.25em){.content__main-column--minute-article .submeta{width:58.75rem}}.article__container--minute-article{background-color:#dcdcdc;padding-bottom:0.75rem}.block--minute-article{overflow:hidden;position:relative;width:100%}.block--minute-article:before{background-color:rgba(39,193,224,0.8);content:'';height:0.25rem;width:20rem;z-index:2;right:0}.block--minute-article .block-elements{padding:0.375rem 0 0}.block--minute-article .block-elements .block-title{font-weight:100;margin-bottom:0.375rem}.block--minute-article figure.element-image{margin-bottom:0;width:100%;z-index:1}@media (max-width: 29.99em){.block--minute-article{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100vh;min-height:35rem}.block--minute-article:before{margin-top:auto;width:8.75rem;margin-left:0.625rem}.block--minute-article .block-elements{padding-left:0.625rem;padding-right:0.625rem}.block--minute-article .block-elements .block-title{font-size:1.5rem;line-height:1.6875rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal}.block--minute-article.block--minute-article--embed{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.block--minute-article.block--minute-article--embed:before{margin-top:0}}@media (min-width: 46.25em){.block--minute-article{max-width:38.75rem;margin-top:0.75rem;margin-bottom:2.25rem}.block--minute-article:before{width:33.75rem;position:absolute;left:0}.block--minute-article .block-elements{box-sizing:border-box;width:13.75rem;float:left;margin-right:1.25rem}.block--minute-article .block-elements .block-title{font-size:1.5rem;line-height:1.6875rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal}.block--minute-article figure.element-image{margin-top:0;width:23.75rem;display:inline-block}}@media (min-width: 61.25em){.block--minute-article{max-width:48.75rem;margin-bottom:4.5rem;margin-left:5rem}.block--minute-article:before{width:38.75rem}.block--minute-article .block-elements{width:18.75rem}.block--minute-article figure.element-image{width:28.75rem}}@media (min-width: 71.25em){.block--minute-article{max-width:53.75rem;margin-left:5rem}.block--minute-article:before{width:48.75rem}.block--minute-article .block-elements{width:23.75rem}.block--minute-article figure.element-image{width:28.75rem}}@media (min-width: 81.25em){.block--minute-article{max-width:58.75rem}.block--minute-article figure.element-image{width:33.75rem}}@media (min-width: 46.25em){.block--minute-article--alt-layout{margin-left:5rem}.block--minute-article--alt-layout:before{right:0;left:auto}.block--minute-article--alt-layout .block-elements{float:right;margin-left:1.25rem;margin-right:0}}@media (min-width: 61.25em){.block--minute-article--alt-layout{margin-left:10rem}}@media (min-width: 81.25em){.block--minute-article--alt-layout{margin-left:15rem}}.block--minute-article--counter{color:#00b2ff}@media (max-width: 61.24em){.block--minute-article--counter{font-weight:700}}@media (min-width: 61.25em){.block--minute-article--counter{display:block;font-size:4.375rem;line-height:4.625rem;letter-spacing:-0.3125rem;font-weight:100;margin-top:-0.25rem}}.block--minute-article .updated-time{display:none}.block--minute-article a,.block--minute-article .u-fauxlink{color:#333}.block--minute-article p a{border-bottom:0.0625rem solid rgba(0,178,255,0.6)}.block--minute-article p a:hover{border-bottom-color:#00b2ff}.block--minute-article p a:active{color:#00b2ff;border-bottom-color:#00b2ff}.block--minute-article .caption__minute-article{box-sizing:border-box;padding:0.1875rem 1.25rem 0.375rem 0.625rem;width:100%}@media (min-width: 30em){.block--minute-article .caption__minute-article{padding-left:0}}.block--minute-article .tweet-main-image{display:none}.from-content-api .block--minute-article blockquote.quoted{color:#333;margin-top:0.375rem;margin-bottom:0}.from-content-api .block--minute-article blockquote.quoted .inline-quote{fill:#00b2ff}.block--minute-article.block--minute-article--quote .inline-quote{position:relative;display:block}.block--minute-article.block--minute-article--quote .quoted{margin:0}.block--minute-article.block--minute-article--quote .inline-quote svg{width:3.125rem;height:2.125rem}.block--minute-article.block--minute-article--quote .quoted__contents{font-size:1.5rem;line-height:1.6875rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;font-style:normal;font-weight:100;margin-left:0}@media (min-width: 46.25em){.block--minute-article.block--minute-article--quote{margin-left:0}.block--minute-article.block--minute-article--quote:before{width:18.75rem}.block--minute-article.block--minute-article--quote .block-elements{width:38.75rem}}@media (min-width: 61.25em){.block--minute-article.block--minute-article--quote{margin-left:5rem}.block--minute-article.block--minute-article--quote .quoted__contents{font-size:2.125rem;line-height:2.375rem}.block--minute-article.block--minute-article--quote .block-elements{width:48.75rem}}@media (min-width: 71.25em){.block--minute-article.block--minute-article--quote{margin-left:10rem}}@media (min-width: 46.25em){.block--minute-article--alt-layout.block--minute-article--quote{margin-left:5rem}}@media (min-width: 61.25em){.block--minute-article--alt-layout.block--minute-article--quote{margin-left:10rem}}@media (min-width: 71.25em){.block--minute-article--alt-layout.block--minute-article--quote{margin-left:20rem}}@media (max-width: 29.99em){.block--minute-article--video .element-video{margin-left:-0.625rem;margin-right:-0.625rem}}@media (min-width: 46.25em){.block--minute-article--video{width:33.75rem}.block--minute-article--video:before{width:13.75rem}.block--minute-article--video .block-elements{width:33.75rem}.block--minute-article--video .caption__minute-article{background-color:transparent;padding-left:0;padding-bottom:1.5rem}}@media (min-width: 61.25em){.block--minute-article--video{width:43.75rem}.block--minute-article--video .block-elements{width:43.75rem}}@media (min-width: 71.25em){.block--minute-article--video{width:58.75rem}.block--minute-article--video .block-elements{width:58.75rem}}@media (min-width: 46.25em){.block--minute-article--tweet{width:23.75rem;margin-left:10rem}.block--minute-article--tweet:before{width:13.75rem}.block--minute-article--tweet .block-elements{width:23.75rem}}@media (min-width: 61.25em){.block--minute-article--tweet{width:28.75rem;margin-left:25rem}.block--minute-article--tweet .block-elements{width:28.75rem}}@media (min-width: 71.25em){.block--minute-article--tweet{margin-left:30rem}}@media (min-width: 46.25em){.block--minute-article--alt-layout.block--minute-article--tweet{margin-left:5rem}}@media (min-width: 61.25em){.block--minute-article--alt-layout.block--minute-article--tweet{margin-left:10rem}}@media (min-width: 71.25em){.block--minute-article--alt-layout.block--minute-article--tweet{margin-left:20rem}}.block--minute-article--tweet:before,.block--minute-article--video:before,.block--minute-article--quote:before{left:0}.block--minute-article--tweet .block-elements,.block--minute-article--video .block-elements,.block--minute-article--quote .block-elements{margin-left:0;margin-right:0;float:none}@media (min-width: 61.25em){.block--minute-article--shorty{position:relative;overflow:visible}.block--minute-article--shorty .block--minute-article--counter{position:absolute;width:5rem;top:0.25rem;left:-5rem;border-top:0.25rem solid #00b2ff}}@supports (object-fit: cover){@media (max-width: 29.99em){.block--minute-article--background-image{color:#ffffff}.block--minute-article--background-image p{font-weight:700}.block--minute-article--background-image a{color:#ffffff}.block--minute-article--background-image .block-elements{margin-bottom:3rem;position:relative;z-index:3}.block--minute-article--background-image .element--inline{position:absolute;top:0;bottom:0;z-index:1;margin-top:0}.block--minute-article--background-image .element--inline:after{content:'';display:block;position:absolute;top:0;bottom:0;background:rgba(0,0,0,0.4);background:linear-gradient(to bottom, rgba(0,0,0,0) 30%, #000 100%);width:100%}.block--minute-article--background-image .element--inline .element--inline__image-wrapper{height:100%}.block--minute-article--background-image .element--inline .gu-image{height:100vh;width:100vw;object-fit:cover}.block--minute-article--background-image .caption__minute-article{background-color:transparent;color:rgba(255,255,255,0.5);min-height:1.5rem;position:absolute;bottom:0;z-index:2}}}.immersive-header-container{background-color:#121212}.immersive-main-media__headline-container--gallery{margin-top:-6.25rem;position:relative}@media (min-width: 46.25em){.immersive-main-media__headline-container--gallery:after{content:'';display:block;position:absolute;width:50%;right:0;background-color:#121212;z-index:0;top:0;bottom:0}}@media (max-width: 46.24em){.immersive-main-media__headline-container--gallery .gs-container{padding-left:0}}.immersive-main-media__headline-container--gallery .content__main-column{background-color:#121212;margin-left:-0.625rem;padding:0 0.625rem 1.5rem;min-height:5.25rem;position:static}@media (min-width: 46.25em){.immersive-main-media__headline-container--gallery .content__main-column{margin-left:1.25rem}}@media (min-width: 61.25em){.immersive-main-media__headline-container--gallery .content__main-column{margin-left:15.625rem}}.immersive-main-media__headline-container--gallery .content__headline{font-size:2.125rem;line-height:2.375rem;font-weight:700;padding:0 0.625rem}@media (min-width: 30em){.immersive-main-media__headline-container--gallery .content__headline{padding-left:1.25rem}}@media (min-width: 46.25em){.immersive-main-media__headline-container--gallery .content__headline{padding-left:0;position:relative;z-index:1}}@media (min-width: 61.25em){.immersive-main-media__headline-container--gallery .content__headline{font-size:3.125rem;line-height:3.5rem;width:38.125rem}}.immersive-main-media__headline-container--gallery .content__headline--paidgallery{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:2rem;line-height:2.1875rem}@media (min-width: 61.25em){.immersive-main-media__headline-container--gallery .content__headline--paidgallery{font-size:3.125rem;line-height:3.375rem}}.immersive-main-media__headline-container--gallery .content__labels{margin-left:0;position:absolute;-webkit-transform:translateY(-100%);transform:translateY(-100%);width:auto;padding:0.25rem 0.625rem}@media (min-width: 30em){.immersive-main-media__headline-container--gallery .content__labels{padding-left:1.25rem}}@media (min-width: 46.25em){.immersive-main-media__headline-container--gallery .content__labels{padding:0.375rem 0.625rem;margin-left:-0.625rem}}.immersive-main-media__headline-container--gallery .content__series-label{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;color:#fff}.immersive-main-media__headline-container--gallery .content__labels--paidgallery{font-size:1.125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;background:#69d1ca}.immersive-main-media__headline-container--gallery .content__labels--paidgallery .content__label__link{color:#121212}.immersive-main-media__headline-container--gallery .content__series-label,.immersive-main-media__headline-container--gallery .content__labels--paidgallery,.immersive-main-media__headline-container--gallery .content__section-label--advertisement{font-size:1rem;font-weight:700}@media (min-width: 61.25em){.immersive-main-media__headline-container--gallery .content__series-label,.immersive-main-media__headline-container--gallery .content__labels--paidgallery,.immersive-main-media__headline-container--gallery .content__section-label--advertisement{font-size:1.25rem}}.content--gallery .tonal__head{border-bottom:solid 0.0625rem #333}.content--gallery .tonal__head .content__main-column--gallery{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:1.5rem}@media (min-width: 46.25em){.content--gallery .tonal__head .content__main-column--gallery{padding-left:0.625rem;border-left:solid 0.0625rem #333}}@media (min-width: 61.25em){.content--gallery .tonal__head .content__main-column--gallery{margin-left:14.375rem}}.content--gallery .tonal__head .meta__extras{border-top:solid 0.0625rem #333;margin-top:0.75rem;padding:0}@media (min-width: 61.25em){.content--gallery .tonal__head .meta__extras{position:absolute;width:13.75rem;margin-top:0;top:0;margin-left:-15rem}}.content--gallery .tonal__head .social-icon__svg path{fill:#dcdcdc}.content--gallery .tonal__head .meta__numbers,.content--gallery .tonal__head .meta__social{display:inline-block}.content--gallery .tonal__head .meta__numbers{float:right;padding-top:0.375rem}.content--gallery .tonal__head .meta__numbers .sharecount__value,.content--gallery .tonal__head .meta__numbers a{color:#767676}.content--gallery .tonal__head .meta__numbers .inline-tone-fill{fill:#767676}.content--gallery .tonal__head .content__meta-container,.content--gallery .tonal__head .gallery__meta-container,.content--gallery .tonal__head .tonal__standfirst,.content--gallery .tonal__head .badge{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.content--gallery .tonal__head .tonal__standfirst{max-width:18.125rem;margin:0}@media (min-width: 46.25em){.content--gallery .tonal__head .tonal__standfirst{max-width:25rem}}@media (min-width: 61.25em){.content--gallery .tonal__head .tonal__standfirst{max-width:28.75rem}}.content--gallery .tonal__head .content__meta-container{-webkit-order:4;-ms-flex-order:4;order:4;padding-top:0;background-image:none;position:relative;margin:0;min-height:0;max-width:38.75rem}@media (min-width: 61.25em){.content--gallery .tonal__head .content__meta-container{-webkit-order:1;-ms-flex-order:1;order:1}}.content--gallery .tonal__head .content__standfirst{margin-bottom:0.75rem}.content--gallery .tonal__head .content__standfirst--advertisement{font-size:1rem;line-height:1.375rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif}.content--gallery .tonal__head .byline,.content--gallery .tonal__head .content__dateline{background-image:none;border:0;padding:0}.content--gallery .tonal__head .byline>span{font-style:italic;font-weight:700;margin-bottom:0.75rem;max-width:80%}@media (min-width: 46.25em){.content--gallery .tonal__head .byline>span{max-width:100%}}.content--gallery .tonal__head .gallery__meta-container{-webkit-order:3;-ms-flex-order:3;order:3;padding-top:0}.content--gallery .tonal__head .gallery__meta-container .badge{-webkit-order:5;-ms-flex-order:5;order:5;margin-top:0.375rem;margin-bottom:0;padding:0}@media (min-width: 46.25em){.content--gallery .tonal__head .gallery__meta-container .badge{margin-top:0.75rem}}.immersive-header-container--photo-essay{background-color:#fff}@media (min-width: 61.25em){.immersive-header-container--photo-essay .content__main-column{margin-left:0}}@media (min-width: 71.25em){.immersive-header-container--photo-essay .content__main-column{margin-left:11.25rem}}@media (min-width: 81.25em){.immersive-header-container--photo-essay .content__main-column{margin-left:15.625rem}}.caption.caption--gallery{color:#dcdcdc;z-index:1}@media (max-width: 61.24em){.caption.caption--gallery{margin:0.75rem 0 0.375rem}}@media (min-width: 61.25em){.caption.caption--gallery{padding-top:0.1875rem;position:absolute;top:6.25rem;width:13.75rem;-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:-1.25rem}}.caption.caption--gallery .inline-icon__svg{fill:#dcdcdc}@media (max-width: 71.24em){.badge-slot{float:left;margin-right:0.625rem}}@media (min-width: 61.25em){article:not(.content--type-immersive) .badge-slot{margin-bottom:0.375rem}}.badge-slot__img{display:block;height:2.625rem;width:auto}@media (min-width: 71.25em){.badge-slot__img{height:3.375rem}}.gu-image{width:100%}.from-content-api{word-wrap:break-word;position:relative}.from-content-api>p,.from-content-api ul,.from-content-api ol,.from-content-api address,.from-content-api .block-elements>p,.from-content-api .block-elements ul,.from-content-api .block-elements ol,.from-content-api .block-elements address{margin:0 0 0.75rem;padding:0}@media (min-width: 46.25em){.from-content-api>p,.from-content-api ul,.from-content-api ol,.from-content-api address,.from-content-api .block-elements>p,.from-content-api .block-elements ul,.from-content-api .block-elements ol,.from-content-api .block-elements address{margin-bottom:1rem}}.from-content-api>ol,.from-content-api>blockquote>ul,.from-content-api .block-elements>ol,.from-content-api .block-elements>blockquote>ul{margin-top:.8em}.from-content-api>li,.from-content-api>ol,.from-content-api>blockquote ul,.from-content-api .block-elements>li,.from-content-api .block-elements>ol,.from-content-api .block-elements>blockquote ul{list-style:none}.from-content-api>ol,.from-content-api .block-elements>ol{counter-reset:li}.from-content-api>ol>li:before,.from-content-api .block-elements>ol>li:before{font-size:1.0625rem;line-height:1.25rem;content:counter(li);counter-increment:li;margin-right:0.25rem}.from-content-api>ul ul,.from-content-api>ol ol,.from-content-api .block-elements>ul ul,.from-content-api .block-elements>ol ol{margin-left:1.25rem}.from-content-api>ol li,.from-content-api>ul li,.from-content-api .block-elements>ol li,.from-content-api .block-elements>ul li{position:relative;margin-bottom:.8em}.from-content-api>h2,.from-content-api .block-elements>h2{font-size:1.0625rem;line-height:1.25rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:900}@media (min-width: 46.25em){.from-content-api>h2,.from-content-api .block-elements>h2{font-size:1.25rem;line-height:1.4375rem;margin-bottom:0.0625rem}}.from-content-api>h3,.from-content-api .block-elements>h3{font-size:1.0625rem;line-height:1.5rem;font-family:"Guardian Text Egyptian Web",Georgia,serif;font-weight:bold;margin:0}.from-content-api>p+h2,.from-content-api>figure+h2,.from-content-api>video+h2,.from-content-api .block-elements>p+h2,.from-content-api .block-elements>figure+h2,.from-content-api .block-elements>video+h2{margin-top:1.5rem}@media (min-width: 46.25em){.from-content-api>p+h2,.from-content-api>figure+h2,.from-content-api>video+h2,.from-content-api .block-elements>p+h2,.from-content-api .block-elements>figure+h2,.from-content-api .block-elements>video+h2{margin-top:1.6875rem}}.from-content-api>p+h3,.from-content-api>figure+h3,.from-content-api>video+h3,.from-content-api .block-elements>p+h3,.from-content-api .block-elements>figure+h3,.from-content-api .block-elements>video+h3{margin-top:0.75rem}.from-content-api blockquote{font-style:italic;margin:1rem 0 1.75rem 1.5rem}@media (min-width: 46.25em){.from-content-api blockquote{margin-left:1.75rem}}.from-content-api blockquote.quoted{color:#767676;margin-left:initial;overflow:auto}.is-breuer-mode .from-content-api p{margin-bottom:0}.is-breuer-mode .from-content-api p+p,.is-breuer-mode .from-content-api .element--thumbnail+p,.is-breuer-mode .from-content-api .element--supporting+p{text-indent:1.875rem}.from-content-api pre{word-wrap:normal;background-color:#aab9d0;border:0.0625rem solid #899dbe;padding:0.5625rem 0.9375rem;border-radius:0.25rem}.bullet{font-size:0.00625rem;line-height:0.00625rem;color:transparent}.bullet:before{display:inline-block;content:'';border-radius:0.375rem;height:0.75rem;width:0.75rem;margin-right:0.125rem;background-color:#dcdcdc}.from-content-api ul:not(.social):not(.submeta__links):not(.syndication--bottom):not(.match-stats__players),.content__standfirst ul{list-style:none}.from-content-api ul:not(.social):not(.submeta__links):not(.syndication--bottom):not(.match-stats__players)>li,.content__standfirst ul>li{margin-bottom:0.375rem;padding-left:1.25rem}.from-content-api ul:not(.social):not(.submeta__links):not(.syndication--bottom):not(.match-stats__players)>li:before,.content__standfirst ul>li:before{display:inline-block;content:'';border-radius:0.375rem;height:0.75rem;width:0.75rem;margin-right:0.5rem;background-color:#dcdcdc}.from-content-api ul:not(.social):not(.submeta__links):not(.syndication--bottom):not(.match-stats__players)>li:before,.content__standfirst ul>li:before{margin-left:-1.25rem}.paid-content .from-content-api ul:not(.social):not(.submeta__links):not(.syndication--bottom):not(.match-stats__players)>li:before,.paid-content .content__standfirst ul>li:before{display:inline-block;content:'';border-radius:0.375rem;height:0.75rem;width:0.75rem;margin-right:0.25rem;background-color:#999}.from-content-api ul:not(.social):not(.submeta__links):not(.syndication--bottom):not(.match-stats__players)>li>p:first-child,.content__standfirst ul>li>p:first-child{display:inline}.caption{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#767676}.caption a{color:inherit}.caption .inline-information{margin-right:0.125rem;margin-top:-0.1875rem;width:0.875rem;height:0.875rem;background-color:#dcdcdc}.caption .inline-information .inline-information__svg{width:0.25rem;fill:#ffffff}.tonal--tone-media .caption .inline-information .inline-information__svg{fill:#121212}.content__main--minute-article .caption .inline-information .inline-information__svg{fill:#dcdcdc}figure{margin:0}figure img{display:block}figure.element{position:relative}.content__article-body figure.element:first-child{margin-top:0}figure.element-image{position:relative}figure.element-image figcaption{padding-top:0.5rem}@media (min-width: 46.25em){figure.element-video figcaption{max-width:28.75rem}}@media (min-width: 46.25em){figure.element--showcase figcaption{max-width:43.75rem}}figure.img--inline{margin:0.3125rem 1.25rem 0.375rem 0}p+figure,p+video{margin-top:0.25rem}figure.element--thumbnail+h2{display:inline}.from-content-api cite{font-size:0.875rem;line-height:1.125rem;font-family:"Guardian Text Egyptian Web",Georgia,serif}.from-content-api cite a{color:#767676}.from-content-api cite a:hover,.from-content-api cite a:focus,.from-content-api cite a:visited:focus,.from-content-api cite a:visited:hover{color:#4d4d4d;border-bottom:0.0625rem dotted #4d4d4d}.from-content-api cite a:visited{color:#808080;border-bottom:0.0625rem dotted #808080}.from-content-api table{margin-bottom:1rem}.from-content-api table caption{font-size:1.25rem;line-height:1.4375rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;padding:0.5rem 0;text-align:left;border-top:0.0625rem solid #b3b3b4}.from-content-api th,.from-content-api td{font-size:0.8125rem;line-height:1.125rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;padding:0.5rem}.from-content-api th{font-weight:600}.from-content-api tbody tr:nth-child(odd) td{background-color:#ececec}.from-content-api .element iframe{width:100%;border:0}.embed-video-wrapper iframe,.embed-video-wrapper video,.embed-video-wrapper object,.embed-video-wrapper embed{width:100%}.element-pullquote{width:100%;box-sizing:border-box;padding:0;margin-bottom:0.75rem}@media (min-width: 46.25em){.element-pullquote{width:13.75rem;float:left;clear:left;padding-right:1.25rem;padding-top:0.1875rem;margin-bottom:0.375rem}}@media (min-width: 71.25em){.element-pullquote{width:11.25rem;margin-left:-11.25rem;padding:0 1.25rem;padding-top:0.1875rem}}@media (min-width: 81.25em){.element-pullquote{width:16.25rem;margin-left:-16.25rem}}.element-pullquote blockquote{margin:0;font-style:normal}.element-pullquote blockquote p{font-size:1.5rem;line-height:1.6875rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;color:#767676;margin-bottom:0}@media (min-width: 46.25em){.element-pullquote blockquote p{font-size:1.25rem;line-height:1.4375rem}}.element-pullquote footer{margin-top:0.0625rem}.element-pullquote cite{font-size:1.0625rem;line-height:1.5rem;font-family:"Guardian Text Egyptian Web",Georgia,serif;font-weight:bold;font-style:normal;color:#121212}.element-pullquote cite a,.element-pullquote cite a:visited{border-bottom:0.0625rem solid #dcdcdc}.element-pullquote cite a:hover,.element-pullquote cite a:visited:hover{text-decoration:none;border-bottom:0.0625rem solid #767676}.atom-quiz{counter-reset:quiz-question;margin:0}.atom-quiz__question{margin-bottom:1.5rem;list-style-type:none;border:0;padding:0}.atom-quiz__question figure.element{margin:0;transition:opacity 100ms}.atom-quiz__question-text{margin-bottom:0.75rem;display:inline-block}.atom-quiz__question-text:before{counter-increment:quiz-question;content:counter(quiz-question) ".";padding-right:.5ch}.atom-quiz__question-image{margin-bottom:0.375rem}.atom-quiz__answers:after,.atom-quiz__answers:before{content:'';display:table}.atom-quiz__answers:after{clear:both}.atom-quiz__answer{clear:both}.atom-quiz__answer+.atom-quiz__answer{padding-top:0.375rem}.atom-quiz__answer--image{width:50%;float:left}.atom-quiz__answer--image:nth-child(2){padding-top:0}.atom-quiz__answer--image:nth-child(even){clear:none}.atom-quiz__answer__input{border:0 !important;clip:rect(0 0 0 0) !important;height:0.0625rem !important;margin:-0.0625rem !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:0.0625rem !important}.atom-quiz__answer__item{background-color:#f6f6f6;transition:background-color 100ms;display:block;position:relative;cursor:pointer}.atom-quiz--is-results .atom-quiz__answer__item{cursor:default}:checked+.atom-quiz__answer__item{cursor:default;background-color:#ff7f0f}:checked+.atom-quiz__answer__item .element-image{opacity:.8}:checked+.atom-quiz__answer__item:before{background-color:#121212;box-shadow:0 0 0 0.0625rem #121212,inset 0 0 0 0.1875rem #ff7f0f}.atom-quiz--is-not-results :not(:checked)+.atom-quiz__answer__item:hover,.atom-quiz--is-not-results :not(:checked):focus+.atom-quiz__answer__item{background-color:#dcdcdc}.atom-quiz--is-not-results :not(:checked)+.atom-quiz__answer__item:hover:before,.atom-quiz--is-not-results :not(:checked):focus+.atom-quiz__answer__item:before{background-color:#767676;box-shadow:0 0 0 0.0625rem #767676,inset 0 0 0 0.1875rem #dcdcdc}.atom-quiz--is-results.atom-quiz--knowledge .atom-quiz__answer__item--is-correct{background-color:rgba(61,181,64,0.6)}.atom-quiz--is-results.atom-quiz--knowledge .atom-quiz__answer__item--is-correct .element-image{opacity:.8}.atom-quiz--is-results.atom-quiz--knowledge .atom-quiz__answer__item--selected{color:#ffffff;background-color:#c70000}.atom-quiz--is-results.atom-quiz--knowledge .atom-quiz__answer__item--selected .element-image{opacity:.8}.atom-quiz--is-results.atom-quiz--knowledge .atom-quiz__answer__item--selected .atom-quiz__answer__icon{display:inline-block}.atom-quiz--is-results.atom-quiz--knowledge .atom-quiz__answer__item--is-correct.atom-quiz__answer__item--selected{background-color:#3db540}.atom-quiz--is-results.atom-quiz--knowledge .atom-quiz__answer__item--is-correct.atom-quiz__answer__item--selected .element-image{opacity:1}.atom-quiz--is-results.atom-quiz--knowledge .atom-quiz__answer__item--is-correct.atom-quiz__answer__item--selected .atom-quiz__answer__reveal-text{color:#ffffff;padding-left:1.75rem;padding-top:0;min-height:auto}.atom-quiz__answer__item--text{padding:0.75rem 1.25rem}.atom-quiz--personality .atom-quiz__answer__item--text:before{content:'';height:1em;width:1em;border-radius:1em;display:inline-block;position:absolute;left:1em;top:1em;box-shadow:0 0 0 0.0625rem #dcdcdc;transition:background-color 100ms, box-shadow 50ms}:checked+.atom-quiz__answer__item--text:before{background-color:#121212;box-shadow:0 0 0 0.0625rem #121212,inset 0 0 0 0.1875rem #ff7f0f}.atom-quiz--is-not-results :not(:checked)+.atom-quiz__answer__item--text:hover:before,.atom-quiz--is-not-results :not(:checked):focus+.atom-quiz__answer__item--text:before{background-color:#767676;box-shadow:0 0 0 0.0625rem #767676,inset 0 0 0 0.1875rem #dcdcdc}.atom-quiz--is-results .atom-quiz__answer__item--text:before{display:none}.atom-quiz--is-not-results.atom-quiz--personality .atom-quiz__answer__item--text{padding-left:3em}.atom-quiz__answer__item--image{padding:0.625rem;box-sizing:border-box}.atom-quiz__answer__item--image:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0}.atom-quiz__answer__item--image:before{display:none}.atom-quiz__answer:nth-child(odd) .atom-quiz__answer__item--image{margin-right:0.1875rem}.atom-quiz__answer:nth-child(even) .atom-quiz__answer__item--image{margin-left:0.1875rem}.atom-quiz__answer__icon{display:none}.atom-quiz__answer__icon svg{height:1rem;width:1rem}.atom-quiz__answer__icon--text{position:relative;top:0.125rem;padding-right:0.5rem;margin-left:-0.125rem}.atom-quiz__answer__icon--image{padding-top:0.75rem}.atom-quiz__answer__icon--image:after{position:relative;top:-0.125rem;left:0.5rem;content:'Incorrect'}.atom-quiz__answer__item--is-correct .atom-quiz__answer__icon--image:after{content:'Correct'}.atom-quiz__answer__reveal-text{font-size:0.75rem;line-height:1rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;display:none;color:#121212}.atom-quiz--is-results .atom-quiz__answer__reveal-text{display:block}.atom-quiz__answer__icon--image+.atom-quiz__answer__reveal-text{padding-top:0.75rem;min-height:1.5rem}.atom-quiz__message{display:none;border-top:0.0625rem solid #dcdcdc;background-color:#f6f6f6;padding:0.375rem 0.83333rem}.atom-quiz--is-results .atom-quiz__message{display:block}.atom-quiz__message--top{border-top:0.75rem solid #fff;margin-bottom:0.75rem}.atom-quiz__score-message,.atom-quiz__bucket-message{color:#767676}.atom-quiz__score{font-size:4.375rem;line-height:4.875rem;font-family:"Guardian Egyptian Web",Georgia,serif;font-weight:normal;color:#052962;display:block}.atom-quiz__share{border-top:0.0625rem solid #dcdcdc;padding-top:0.5rem;margin-top:0.75rem}.atom-quiz__cta{padding-bottom:0.75rem}.atom-quiz--instant-reveal:invalid,.atom-quiz--instant-reveal:valid{counter-reset:quiz-question quiz-score}.atom-quiz--instant-reveal:invalid [type=submit],.atom-quiz--instant-reveal:valid [type=submit]{display:none}.atom-quiz--instant-reveal:invalid :valid,.atom-quiz--instant-reveal:valid :valid{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.atom-quiz--instant-reveal:invalid :valid+.atom-quiz__answer__item,.atom-quiz--instant-reveal:valid :valid+.atom-quiz__answer__item{pointer-events:none}.atom-quiz--instant-reveal:invalid :valid .atom-quiz__answer__item--is-correct,.atom-quiz--instant-reveal:valid :valid .atom-quiz__answer__item--is-correct{background-color:rgba(61,181,64,0.6)}.atom-quiz--instant-reveal:invalid :valid .atom-quiz__answer__item--is-correct .element-image,.atom-quiz--instant-reveal:valid :valid .atom-quiz__answer__item--is-correct .element-image{opacity:.8}.atom-quiz--instant-reveal:invalid :valid .atom-quiz__answer__reveal-text,.atom-quiz--instant-reveal:valid :valid .atom-quiz__answer__reveal-text{display:block}.atom-quiz--instant-reveal:invalid :checked+.atom-quiz__answer__item,.atom-quiz--instant-reveal:valid :checked+.atom-quiz__answer__item{color:#ffffff;background-color:#c70000}.atom-quiz--instant-reveal:invalid :checked+.atom-quiz__answer__item .element-image,.atom-quiz--instant-reveal:valid :checked+.atom-quiz__answer__item .element-image{opacity:.8}.atom-quiz--instant-reveal:invalid :checked+.atom-quiz__answer__item .atom-quiz__answer__icon,.atom-quiz--instant-reveal:valid :checked+.atom-quiz__answer__item .atom-quiz__answer__icon{display:inline-block}.atom-quiz--instant-reveal:invalid :checked+.atom-quiz__answer__item--is-correct,.atom-quiz--instant-reveal:valid :checked+.atom-quiz__answer__item--is-correct{background-color:#3db540;counter-increment:quiz-score}.atom-quiz--instant-reveal:invalid :checked+.atom-quiz__answer__item--is-correct .element-image,.atom-quiz--instant-reveal:valid :checked+.atom-quiz__answer__item--is-correct .element-image{opacity:1}.atom-quiz--instant-reveal:invalid :checked+.atom-quiz__answer__item--is-correct .atom-quiz__answer__reveal-text,.atom-quiz--instant-reveal:valid :checked+.atom-quiz__answer__item--is-correct .atom-quiz__answer__reveal-text{color:#ffffff;padding-left:1.75rem;padding-top:0;min-height:auto}.atom-quiz--instant-reveal:invalid .atom-quiz__score:after,.atom-quiz--instant-reveal:valid .atom-quiz__score:after{content:counter(quiz-score) "/" attr(data-question-count)}.atom-quiz--instant-reveal:invalid .atom-quiz__bucket-message,.atom-quiz--instant-reveal:valid .atom-quiz__bucket-message{display:none}.atom-quiz--instant-reveal:valid .atom-quiz__message{display:block}.interactive-atom-fence{width:100%;border:0}.immersive-main-media__media .interactive-atom-fence{height:100% !important}.svg .i-camera-black-large,.svg-i-camera-black-large{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTE4IDMuNXY4TDE2LjUgMTNoLTE1TDAgMTEuNXYtOEwxLjUgMkg1bDItMmg0bDIgMmgzLjVMMTggMy41ek05IDExYzEuOSAwIDMuNS0xLjYgMy41LTMuNVMxMC45IDQgOSA0IDUuNSA1LjYgNS41IDcuNSA3LjEgMTEgOSAxMXoiLz48L3N2Zz4=);background-position:0 0;width:1.125rem;height:0.8125rem}.svg .i-volume-mute--tone-media,.svg-i-volume-mute--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);background-position:0 0;width:1.0625rem;height:0.8125rem}.svg .i-volume-mute--tone-podcast,.svg-i-volume-mute--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);background-position:0 0;width:1.0625rem;height:0.8125rem}.svg .i-volume-mute-white,.svg-i-volume-mute-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEgNEwwIDV2M2wxIDFoMmw0IDRoMVYwSDdMMyA0SDF6bTE2LS40bC0uNi0uNi0yLjkgMi42TDEwLjYgM2wtLjYuNiAyLjYgMi45TDEwIDkuNGwuNi42IDIuOS0yLjYgMi45IDIuNi42LS42LTIuNi0yLjlMMTcgMy42eiIvPjwvc3ZnPg==);background-position:0 0;width:1.0625rem;height:0.8125rem}.svg .i-volume-low-black,.svg-i-volume-low-black{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNOTkgMjMuM3YxNThoLTguN2wtNDcuNy00N2gtMzNsLTcuNi04Vjc4LjZsOC43LTguM2gzMmw0Ny00N2g4LjdtNTIgNzlsLTI5LjktMzQgNi40LTYuNCAzMy43IDMwIDM0LTMwIDYuNCA2LjQtMzAgMzQgMzAgMzMuNy02LjQgNi40LTM0LTI5LjktMzMuNyAyOS45LTYuNC02LjQgMjkuOS0zMy43Ii8+PC9zdmc+);background-position:0 0;width:0;height:0}.svg .i-expand--black,.svg-i-expand--black{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDUgMjA1Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNNzIuOCAxOTF2MTEuM2gtNjZMMi4xIDE5OHYtNjZoMTEuN2w1LjEgNDAuNiA1Mi01MiAxMi45IDEyLjktNTIgNTIgNDAuNiA1LjVtNTktMTc3VjIuN2g2Nmw0LjMgNC4zdjY2aC0xMS4zbC01LjUtNDEtNTIgNTItMTIuNS0xMi45IDUyLTUyLTQwLjYtNS4xIi8+PC9zdmc+);background-position:0 0;width:0;height:0}.svg .i-volume-high--tone-media,.svg-i-volume-high--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);background-position:0 0;width:1rem;height:0.8125rem}.svg .i-volume-high--tone-podcast,.svg-i-volume-high--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);background-position:0 0;width:1rem;height:0.8125rem}.svg .i-volume-high-black,.svg .paid-content.tonal--tone-media .vjs-volume-menu-button .vjs-control-text:before,.svg-i-volume-high-black{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);background-position:0 0;width:1rem;height:0.8125rem}.svg .i-volume-high-white,.svg-i-volume-high-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTExLjcgMi41YzAgMi0uNyAzLjgtMS44IDUuMmwuNC40YzEuNi0xLjMgMi42LTMuMyAyLjYtNS42cy0xLTQuMy0yLjYtNS42bC0uNC40YzEuMiAxLjUgMS44IDMuMyAxLjggNS4ybS0zLjcgMGMwIDEuMS0uMyAyLjItLjkgMy4xbC41LjVjLjgtMSAxLjQtMi4yIDEuNC0zLjZzLS42LTIuNi0xLjUtMy41bC0uNS41Yy42LjggMSAxLjkgMSAzIi8+PC9zdmc+);background-position:0 0;width:1rem;height:0.8125rem}.svg .i-volume-low--tone-media,.svg-i-volume-low--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);background-position:0 0;width:0.75rem;height:0.8125rem}.svg .i-volume-low--tone-podcast,.svg-i-volume-low--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);background-position:0 0;width:0.75rem;height:0.8125rem}.svg .i-volume-low-white,.svg-i-volume-low-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMgNEgxTDAgNXYzbDEgMWgybDQgNGgxVjBIN0wzIDR6bTggMi41YzAgMS4xLS4zIDIuMi0uOSAzLjFsLjUuNWMuOC0xIDEuNC0yLjIgMS40LTMuNnMtLjYtMi42LTEuNS0zLjVsLS41LjVjLjYuOCAxIDEuOSAxIDMiLz48L3N2Zz4=);background-position:0 0;width:0.75rem;height:0.8125rem}.svg .i-embed--black,.svg .paid-content.tonal--tone-media .vjs-embed-button .vjs-control-content:before,.svg-i-embed--black{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xIDEwLjJWOC40TDIuOCA2LjcgNy4xIDVWMy4yTC44IDZ2MS41bDYuMyAyLjhNOS42IDE0aDEuN0wxNS4xLjRoLTEuN0w5LjYgMTRtOC40LTMuN2w2LjMtMi44VjZMMTggMy4yVjVsNC4zIDEuN0wxOCA4LjR2MS44IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);background-position:0 0;width:1.5625rem;height:0.875rem}.svg .i-embed--tone-media,.svg-i-embed--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI2ZiMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-position:0 0;width:1.5625rem;height:0.875rem}.svg .i-embed--white,.svg-i-embed--white{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-position:0 0;width:1.5625rem;height:0.875rem}.svg .i-expand-black,.svg .paid-content.tonal--tone-media .vjs-fullscreen-control .vjs-control-text:before,.svg-i-expand-black{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);background-position:0 0;width:1.375rem;height:1.375rem}.svg .i-expand-white,.svg-i-expand-white{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);background-position:0 0;width:1.375rem;height:1.375rem}.svg .i-expand-yellow,.svg-i-expand-yellow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMuNCAyMC4yTDkgMTQuNSA3LjUgMTNsLTUuNyA1LjZMMSAxNEgwdjcuNWwuNS41SDh2LTFsLTQuNi0uOE0xOC43IDEuOUwxMyA3LjYgMTQuNCA5bDUuNy01LjcuNSA0LjdoMS4yVi42bC0uNS0uNUgxNHYxLjJsNC43LjYiLz48L3N2Zz4=);background-position:0 0;width:1.375rem;height:1.375rem}.svg .i-video-camera--tone-media,.svg-i-video-camera--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI2ZiMCIgZD0iTTMgMEwwIDN2MTdsMyAzaDE5VjBIM20yMiA5djVsOSA4aDJWMWgtMmwtOSA4eiIvPjwvc3ZnPg==);background-position:0 0;width:2.25rem;height:1.4375rem}.svg .i-video-camera--tone-podcast,.svg-i-video-camera--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI2FhZDhmMSIgZD0iTTMgMEwwIDN2MTdsMyAzaDE5VjBIM20yMiA5djVsOSA4aDJWMWgtMmwtOSA4eiIvPjwvc3ZnPg==);background-position:0 0;width:2.25rem;height:1.4375rem}.svg .i-close-icon-white-small,.svg-i-close-icon-white-small{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxIDkuOGwtLjgtLjgtNS4yIDQuOEw5LjggOWwtLjguOCA0LjggNS4yTDkgMjAuMmwuOC44IDUuMi00LjggNS4yIDQuOC44LS44LTQuOC01LjJMMjEgOS44Ii8+PC9zdmc+);background-position:0 0;width:1.875rem;height:1.875rem}.svg .i-pause-32--tone-media,.svg-i-pause-32--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmIwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-pause-32--tone-podcast,.svg-i-pause-32--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjYWFkOGYxIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTQgMjJoLTNWMTEuMWwxLTEuMWgydjEybTQtMTJoM3YxMC45TDIwIDIyaC0yVjEwIi8+PC9zdmc+);background-position:0 0;width:2rem;height:2rem}.svg .i-play-32--tone-media,.svg-i-play-32--tone-media{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjZmIwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-play-32--tone-podcast,.svg-i-play-32--tone-podcast{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGNpcmNsZSBmaWxsPSIjYWFkOGYxIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjMgMTUuNjdMMTIgMTFsLS45OS4zdjkuMjU3bDEgLjMgMTEtNC42N3YtLjUiLz48L3N2Zz4=);background-position:0 0;width:2rem;height:2rem}.svg .i-error-exclamation,.svg-i-error-exclamation{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0iI2ZmZiIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+PHBhdGggZD0iTTE0LjcyNyA1LjcyN2wxLjYzNi0xLjYzNmgzLjI3M2wxLjYzNiAxLjYzNi0xLjYzNiAxNS41NDVoLTMuMjczTDE0LjcyNyA1LjcyN202LjU0NSAyMi4wOWMwLTEuOC0xLjQ3My0zLjI3My0zLjI3My0zLjI3M2EzLjI4MyAzLjI4MyAwIDAgMC0zLjI3MyAzLjI3M2MwIDEuOCAxLjQ3MyAzLjI3MyAzLjI3MyAzLjI3M3MzLjI3My0xLjQ3MyAzLjI3My0zLjI3MyIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=);background-position:0 0;width:2.25rem;height:2.25rem}@media (min-width: 61.25em){.video-playlist__item .youtube-media-atom{opacity:.3;transition:opacity .4s ease-out}}@media (min-width: 61.25em){.video-playlist__item .youtube-media-atom .vjs-big-play-button{display:block}}@media (max-width: 61.24em){.video-playlist__item .youtube-media-atom iframe,.video-playlist__item .youtube-media-atom .vjs-big-play-button{top:6.75rem;bottom:0;height:auto}}.video-playlist__item--active .youtube-media-atom{opacity:1}.video-playlist__item--active .youtube-media-atom .vjs-big-play-button{display:block}.youtube-media-atom{position:relative}.youtube-media-atom__iframe,.youtube-media-atom__overlay{height:100%;width:100%;position:absolute;max-height:100vh}.youtube-media-atom__iframe{z-index:0}.youtube-media-atom__iframe:hover ~ .youtube-media-atom__overlay .youtube-media-atom__play-button{transition:-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-transform:scale(1.12);transform:scale(1.12);-webkit-transform-origin:center;transform-origin:center}.youtube-media-atom__iframe:hover ~ .youtube-media-atom__overlay .youtube-media-atom__immersive-interface .youtube-media-atom__play-button{transition:-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-transform:scale(1.08);transform:scale(1.08);-webkit-transform-origin:center;transform-origin:center}.youtube-media-atom__iframe.youtube__video-ended ~ .youtube-media-atom__overlay{visibility:hidden;opacity:0}.youtube-media-atom__iframe.youtube__video-started:not(.youtube__video-ended) ~ .video-overlay{visibility:hidden;opacity:0}.youtube-media-atom__iframe.youtube__video-started:not(.youtube__video-ended) ~ .youtube-media-atom__overlay{visibility:hidden;opacity:0;transition:opacity 1s linear, visibility 1s;transition-delay:500ms;transition-duration:500ms}youtube-media-atom:not(.youtube-related-videos) .youtube-media-atom__iframe.youtube__video-ended.youtube__video-started ~ .youtube-media-atom__overlay{visibility:visible;opacity:1;transition:opacity 1s linear, visibility 0s}@media (min-width: 46.25em){.youtube-media-atom__iframe.youtube__video-ended.youtube__video-started ~ .end-slate-container{display:block}}.youtube-media-atom__overlay.vjs-big-play-button{pointer-events:none}.facia-page .youtube-media-atom__overlay.vjs-big-play-button{pointer-events:auto}.youtube-media-atom__overlay{background-size:cover;background-position:49% 49%;background-repeat:no-repeat;z-index:0;text-align:center}.youtube-media-atom__overlay .video-overlay{text-align:initial}.youtube-media-atom__play-button.vjs-control-text{overflow:hidden !important;display:inline-block;z-index:2}.no-player .youtube-media-atom__play-button.vjs-control-text{transition:none}.youtube-media-atom__bottom-bar{position:absolute;left:0;bottom:0;width:100%;height:3.75rem;z-index:1}.youtube-media-atom__bottom-bar:after{background-color:rgba(51,51,51,0);background-image:linear-gradient(to bottom, rgba(51,51,51,0), rgba(51,51,51,0.5));position:absolute;height:100%;width:100%;left:0;z-index:-1;content:'';opacity:.7}.youtube-media-atom__bottom-bar__duration{font-size:1rem;line-height:1.875rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:bold;color:#ffe500;float:left;-webkit-font-smoothing:subpixel-antialiased;padding-top:0.25rem;padding-left:5rem;text-shadow:0 0 1rem rgba(51,51,51,0.25)}.immersive-main-media__media .youtube-media-atom{padding-bottom:0;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;z-index:0}.immersive-main-media__media .youtube-media-atom__immersive-interface{position:absolute;top:50vh;-webkit-transform:translateY(-100%);transform:translateY(-100%);padding-bottom:1.5rem}.immersive-main-media__media .youtube-media-atom__play-button,.immersive-main-media__media .youtube-media-atom__bottom-bar__duration{display:inline-block;vertical-align:middle;float:none;top:auto;left:auto;right:auto;bottom:auto}.immersive-main-media__media .youtube-media-atom__play-button{position:relative;width:5.75rem;height:5.75rem;-webkit-transform:none;transform:none}.immersive-main-media__media .youtube-media-atom__play-button:hover{-webkit-transform:none;transform:none}.immersive-main-media__media .youtube-media-atom__play-button:before{width:100%;height:100%;border-radius:100%}.immersive-main-media__media .youtube-media-atom__play-button:after{display:none}.immersive-main-media__media .youtube-media-atom__play-button .inline-play__svg{width:2.875rem;height:2.4375rem;fill:#333;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-42%) translateY(-50%);transform:translateX(-42%) translateY(-50%)}.immersive-main-media__media .youtube-media-atom__bottom-bar__duration{position:relative;-webkit-font-smoothing:antialiased;font-size:1.125rem;line-height:2.125rem;left:0.375rem;height:2rem;padding:0 0.75rem;background-color:rgba(51,51,51,0.7);border-radius:2rem}.immersive-main-media__media .youtube-media-atom__bottom-bar__duration:before{display:none}.youtube-media-atom__play-button{background-color:#121212;border-radius:50%;color:transparent}.vjs-big-play-button .vjs-control-text,.youtube-media-atom__play-button.vjs-control-text{border-radius:50%;position:absolute;bottom:0.75rem;left:0.75rem;transition:-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:3.75rem;height:3.75rem}.vjs-big-play-button .vjs-control-text .inline-play svg,.youtube-media-atom__play-button.vjs-control-text .inline-play svg{position:absolute;top:50%;left:49%;padding:0;margin:0;-webkit-transform:translate(-40%, -50%);transform:translate(-40%, -50%);fill:#ffffff;width:1.5rem}.fc-item--full-media-75-tablet .vjs-big-play-button .vjs-control-text,.fc-item--full-media-50-tablet .vjs-big-play-button .vjs-control-text,.fc-item--three-quarters-tablet .vjs-big-play-button .vjs-control-text,.fc-item--half-tablet .vjs-big-play-button .vjs-control-text,.fc-item--full-media-75-tablet .youtube-media-atom__play-button.vjs-control-text,.fc-item--full-media-50-tablet .youtube-media-atom__play-button.vjs-control-text,.fc-item--three-quarters-tablet .youtube-media-atom__play-button.vjs-control-text,.fc-item--half-tablet .youtube-media-atom__play-button.vjs-control-text{border-radius:50%;position:absolute;bottom:0.625rem;left:0.625rem;transition:-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:3.125rem;height:3.125rem}.fc-item--full-media-75-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--full-media-50-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--three-quarters-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--half-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--full-media-75-tablet .youtube-media-atom__play-button.vjs-control-text .inline-play svg,.fc-item--full-media-50-tablet .youtube-media-atom__play-button.vjs-control-text .inline-play svg,.fc-item--three-quarters-tablet .youtube-media-atom__play-button.vjs-control-text .inline-play svg,.fc-item--half-tablet .youtube-media-atom__play-button.vjs-control-text .inline-play svg{position:absolute;top:50%;left:49%;padding:0;margin:0;-webkit-transform:translate(-40%, -50%);transform:translate(-40%, -50%);fill:#ffffff;width:1.25rem}.fc-item--third-tablet .vjs-big-play-button .vjs-control-text,.fc-item--third-tablet .youtube-media-atom__play-button.vjs-control-text{border-radius:50%;position:absolute;bottom:0.625rem;left:0.625rem;transition:-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:3.125rem;height:3.125rem}.fc-item--third-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--third-tablet .youtube-media-atom__play-button.vjs-control-text .inline-play svg{position:absolute;top:50%;left:49%;padding:0;margin:0;-webkit-transform:translate(-40%, -50%);transform:translate(-40%, -50%);fill:#ffffff;width:1.25rem}@media (min-width: 30em) and (max-width: 46.24em){.fc-item--third-tablet .vjs-big-play-button .vjs-control-text,.fc-item--third-tablet .youtube-media-atom__play-button.vjs-control-text{border-radius:50%;position:absolute;bottom:0.525rem;left:0.525rem;transition:-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2.625rem;height:2.625rem}.fc-item--third-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--third-tablet .youtube-media-atom__play-button.vjs-control-text .inline-play svg{position:absolute;top:50%;left:49%;padding:0;margin:0;-webkit-transform:translate(-40%, -50%);transform:translate(-40%, -50%);fill:#ffffff;width:1rem}}@media (min-width: 46.25em){.fc-item--standard-tablet .vjs-big-play-button .vjs-control-text,.fc-item--list-media-tablet .vjs-big-play-button .vjs-control-text,.fc-item--standard-tablet .youtube-media-atom__play-button.vjs-control-text,.fc-item--list-media-tablet .youtube-media-atom__play-button.vjs-control-text{border-radius:50%;position:absolute;bottom:0.375rem;left:0.375rem;transition:-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1.875rem;height:1.875rem}.fc-item--standard-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--list-media-tablet .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--standard-tablet .youtube-media-atom__play-button.vjs-control-text .inline-play svg,.fc-item--list-media-tablet .youtube-media-atom__play-button.vjs-control-text .inline-play svg{position:absolute;top:50%;left:49%;padding:0;margin:0;-webkit-transform:translate(-40%, -50%);transform:translate(-40%, -50%);fill:#ffffff;width:0.875rem}}@media (max-width: 46.24em){.fc-item--list-media-mobile .vjs-big-play-button .vjs-control-text,.fc-item--list-media-mobile .youtube-media-atom__play-button.vjs-control-text{border-radius:50%;position:absolute;bottom:0.375rem;left:0.375rem;transition:-webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1.875rem;height:1.875rem}.fc-item--list-media-mobile .vjs-big-play-button .vjs-control-text .inline-play svg,.fc-item--list-media-mobile .youtube-media-atom__play-button.vjs-control-text .inline-play svg{position:absolute;top:50%;left:49%;padding:0;margin:0;-webkit-transform:translate(-40%, -50%);transform:translate(-40%, -50%);fill:#ffffff;width:0.875rem}}@media (min-width: 20em) and (max-width: 29.99em){.element-atom--media.element-atom--main-media{margin-top:0}}figure.element-atom .atom--explainer a.u-underline{color:inherit}figure.element-atom .atom--explainer a.u-underline:hover{border-bottom:solid 0.0625rem #a8d8f2}@media (min-width: 71.25em){.podcast{display:grid;grid-template:'. standfirst . ' 'cover player right' 'cover main right' 'subscribe main right' 'byline main right' 'share main right' '. main right' '. support right' '. tags right' / 9.375rem 38.75rem 1fr;grid-column-gap:0}}.podcast .podcast__standfirst{grid-area:standfirst}.podcast .podcast__byline{grid-area:byline}.podcast .podcast__cover{grid-area:cover}.podcast .podcast__meta{grid-area:subscribe}.podcast .podcast__share{grid-area:share}.podcast .podcast__date{grid-area:date}.podcast .podcast__player{grid-area:player}.podcast .podcast__body{grid-area:main}.podcast .podcast__submeta{grid-area:tags}.podcast .podcast__support{grid-area:support}.podcast .podcast__secondary{grid-area:right}@media (min-width: 81.25em){.podcast{grid-template-columns:14.375rem 43.75rem 1fr}}.podcast__standfirst{max-width:33.75rem}.podcast__standfirst .content__standfirst{font:400 1rem/1.25rem "Guardian Egyptian Web",Georgia,serif;max-width:none}.podcast__standfirst .u-underline.u-underline:hover,.podcast__standfirst .u-underline.u-underline:focus{border-bottom-color:#dcdcdc}@media (min-width: 71.25em){.podcast__standfirst,.podcast__body,.podcast__submeta,.podcast__support{padding-left:0.625rem;padding-bottom:0.75rem;border-left:0.0625rem solid #333}}@media (max-width: 71.24em){.podcast__byline{background-image:repeating-linear-gradient(to bottom, #333, #333 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:top;background-size:0.0625rem 0.8125rem;padding-top:0.75rem}}@media (min-width: 30em){.podcast__byline{margin-top:1.5rem}}@media (min-width: 71.25em){.podcast__byline{border-top:0.0625rem solid #333;margin-top:0.75rem;padding:0.375rem 0.625rem 0 0}.podcast__byline .content__meta-container{margin-bottom:0}}.podcast__byline .byline{font-style:normal}.podcast__byline .content__dateline{color:#969696}.podcast__byline .content__meta-container{margin-left:0;padding-top:0;position:static;width:auto}.podcast__byline .content__meta-container::before{content:none}.content .podcast__byline .content__meta-container{background-image:none}@media (max-width: 71.24em){.content .podcast__byline .content__meta-container{margin-top:0.25rem}}.podcast__byline .meta__contact-wrap{float:none;max-width:none;padding:0}.podcast__support,.podcast__meta,.podcast__share,.podcast__byline,.podcast__secondary,.podcast__submeta,.podcast__body{box-sizing:border-box;max-width:38.75rem}@media (max-width: 71.24em){.podcast__player{max-width:38.75rem}}.podcast__body .media-primary{margin-left:0;margin-right:0;margin-bottom:0}.podcast__body .caption{padding-bottom:0}@media (min-width: 71.25em){.podcast__body{padding-top:0.375rem}}.podcast__player .podcast-meta{display:none}.podcast__player .gu-media-wrapper--audio{padding-top:0}@media (max-width: 71.24em){.podcast__player .gu-media-wrapper--audio{margin-top:0.75rem}}@media (min-width: 71.25em){.podcast__player .gu-media-wrapper--audio{border-left:0.0625rem solid #333;margin-right:0.625rem;padding-bottom:0.375rem}}@media (min-width: 71.25em){.podcast__cover-image{max-width:calc(100% - 0.625rem);margin-bottom:0.375rem}}@media (max-width: 71.24em){.podcast__cover-image{float:left;height:7.5rem;margin-right:0.625rem;margin-top:0.375rem;width:7.5rem}}@media (max-width: 41.24em){.podcast__section{margin-left:-0.625rem;margin-right:-0.625rem;padding-left:0.625rem;padding-right:0.625rem}}.podcast__section-heading{color:#ffffff;font:bold 1.125rem/1.25rem "Guardian Egyptian Web",Georgia,serif;margin:0.41667rem 0}.podcast__section-link{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#333;color:#ffffff;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font:500 0.875rem/1 "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;padding:0 0.75rem}.podcast__section-link:hover,.podcast__section-link:focus{background:rgba(255,255,255,0.1);text-decoration:none}.podcast__section-icon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.podcast__meta{background-image:repeating-linear-gradient(to bottom, #333, #333 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:top;background-size:0.0625rem 0.8125rem;padding-top:0.75rem;padding-bottom:0;margin-bottom:0}@media (max-width: 71.24em){.podcast__meta{margin-top:2rem}}@media (min-width: 71.25em) and (max-width: 81.24em){.podcast__meta .podcast__meta-heading{font-size:1rem}}.podcast__meta-items{line-height:2.75rem;margin:0}.podcast__meta-item{margin-right:0.625rem;display:block}@media (max-width: 71.24em){.podcast__meta-item{display:inline}}.podcast__meta-icon{margin-right:0.41667rem}.podcast__meta__item-link{border-radius:1.0625rem;height:2.125rem}.podcast__support{border-top:0.0625rem solid #333}@media (max-width: 71.24em){.podcast__support{margin-top:0.75rem}}@media (min-width: 71.25em){.podcast__support{padding-bottom:0.75rem}}.podcast__support-icon{margin-left:0.41667rem}.podcast__support-link{border-radius:1.875rem;height:2.125rem}.from-content-api.from-content-api .podcast__support-link{border-bottom:0;background:#ffe500;color:#121212}.from-content-api.from-content-api .podcast__support-link:hover,.from-content-api.from-content-api .podcast__support-link:focus{background:#e6ce00}.from-content-api.from-content-api .podcast__support-link .inline-icon{fill:currentColor}.podcast__share{border-top:0.0625rem solid #333;margin-top:1.125rem;padding-top:0;padding-right:0.625rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 71.25em){.podcast__share{margin-top:0.75rem}}@media (min-width: 71.25em) and (max-width: 81.24em){.podcast__share{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.podcast__share .meta__numbers.meta__numbers.meta__numbers.meta__numbers{border-top:0.0625rem solid #333;margin-right:-0.625rem;padding-right:0.625rem}}.podcast__share .social{padding-top:0.375rem}.podcast__share .social-icon__svg.social-icon__svg.social-icon__svg{fill:#ededed}.podcast__share .meta__numbers{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.podcast__share .meta__numbers .sharecount__value.sharecount__value.sharecount__value{color:#999}.podcast__share .meta__numbers .inline-share.inline-share.inline-share svg{fill:#999}.podcast__share .meta__number.meta__number.meta__number.meta__number{padding-left:0.3125rem;border-color:#333}.podcast__share .commentcount2__heading.commentcount2__heading.commentcount2__heading span{fill:#999}.podcast__share .commentcount2__value{color:#999}.podcast__submeta{background-image:repeating-linear-gradient(to bottom, #333, #333 0.0625rem, transparent 0.0625rem, transparent 0.25rem);background-repeat:repeat-x;background-position:top;background-size:0.0625rem 0.8125rem;padding-top:1.125rem}.podcast__submeta .submeta.submeta.submeta.submeta{background:none;padding-top:0;margin-top:0}@media (max-width: 71.24em){.podcast__submeta{margin-top:0.75rem}}@media (min-width: 71.25em){.podcast__submeta{padding-bottom:0}.podcast__submeta .submeta__keywords{border:0;margin-bottom:0;padding-bottom:2.25rem}}@media (max-width: 71.24em){.podcast__secondary{border-top:0.0625rem solid #333;margin-top:0.75rem}.podcast__secondary .most-viewed-container--media{border-top:0;margin-top:0}}@media (min-width: 71.25em){.podcast__secondary{padding-left:0.625rem}.podcast__secondary .most-viewed-container--media{border-top-color:#333}}@media (min-width: 46.25em) and (max-width: 71.24em){.podcast__secondary .most-viewed--media .fc-item--media{width:33.3%}.podcast__secondary .most-viewed--media .fc-item--media:nth-child(4n),.podcast__secondary .most-viewed--media .fc-item--media:nth-child(4n)::before{display:none}.podcast__secondary .most-viewed--media .fc-item--media:nth-child(1n+4){margin-bottom:0}}.podcast__player{padding-left:0;padding-right:0;margin-top:0.75rem;margin-bottom:0.1875rem;border-bottom:0.0625rem solid #333}@media (min-width: 71.25em){.podcast__player{border-left:0.0625rem solid #333;border-top:0.0625rem solid #333;margin:0}}
+ /*# sourceMappingURL=head.content.garnett.css.map */
+
+
+ ]]>
+ </style>
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/a55a0706ad311c200d92abb5a3916787/content.garnett.css" media="only x" /><noscript>
+ <link rel="stylesheet" type="text/css" href="https://assets.guim.co.uk/stylesheets/a55a0706ad311c200d92abb5a3916787/content.garnett.css" /></noscript><!--<![endif]-->
+ <link rel="stylesheet" media="print" type="text/css" href="https://assets.guim.co.uk/stylesheets/34c092721cd48ba90dfa205824941d3c/print.css" />
+ <style class="webfont" data-cache-name="GuardianHeadline" data-cache-file-woff2="https://assets.guim.co.uk/fonts/3b8e46f89a02c7744b0ca01043f95f2c/GuardianHeadline.woff2.json" data-cache-file-hinted-woff2="https://assets.guim.co.uk/fonts/7a35b9af8642fa56021301306f6f8c10/GuardianHeadlineHinted.woff2.json" data-cache-file-woff="https://assets.guim.co.uk/fonts/979fcd5bdabcdd2168a2182ef9de2047/GuardianHeadline.woff.json" data-cache-file-hinted-woff="https://assets.guim.co.uk/fonts/0f0c6f99ad1509678834f4c945d3ee7c/GuardianHeadlineHinted.woff.json" data-cache-file-ttf="https://assets.guim.co.uk/fonts/4db2284b8664d218dd904c40ca5edb56/GuardianHeadline.ttf.json" data-cache-file-hinted-ttf="https://assets.guim.co.uk/fonts/25febe0b2605f6dfda562b193e67baa8/GuardianHeadlineHinted.ttf.json"></style>
+ <style class="webfont" data-cache-name="GuardianTextEgyptianWeb" data-cache-file-woff2="https://assets.guim.co.uk/fonts/aa5262b476f8d7d7173583a408a2e0d4/GuardianTextEgyptianWeb.woff2.json" data-cache-file-hinted-woff2="https://assets.guim.co.uk/fonts/6c688d9d9fa9c003df046febff29611c/GuardianTextEgyptianWebHinted.woff2.json" data-cache-file-woff="https://assets.guim.co.uk/fonts/04a83853bf92a9a8054146aa190ed00c/GuardianTextEgyptianWeb.woff.json" data-cache-file-hinted-woff="https://assets.guim.co.uk/fonts/c4fcc1aafe7aecbfab2eb6fd37e04260/GuardianTextEgyptianWebHinted.woff.json" data-cache-file-ttf="https://assets.guim.co.uk/fonts/5e089132bb7b66d7ddb8de3a0ad5ca23/GuardianTextEgyptianWeb.ttf.json" data-cache-file-hinted-ttf="https://assets.guim.co.uk/fonts/852c5ff1e3c8a8a10f40ebb0371f770e/GuardianTextEgyptianWebHinted.ttf.json"></style>
+ <style class="webfont" data-cache-name="GuardianTextSansWeb" data-cache-file-woff2="https://assets.guim.co.uk/fonts/13595db2b6da482cceb5b6199e99363c/GuardianTextSansWeb.woff2.json" data-cache-file-hinted-woff2="https://assets.guim.co.uk/fonts/c19491c5e163b6a5923451e68adebbcc/GuardianTextSansWebHinted.woff2.json" data-cache-file-woff="https://assets.guim.co.uk/fonts/0cc3d8e149a9512761475130562bf7c2/GuardianTextSansWeb.woff.json" data-cache-file-hinted-woff="https://assets.guim.co.uk/fonts/3b286802646db4e838fcbc38998cf018/GuardianTextSansWebHinted.woff.json" data-cache-file-ttf="https://assets.guim.co.uk/fonts/a64bdb06fc6c20b121d83a2e26f4326d/GuardianTextSansWeb.ttf.json" data-cache-file-hinted-ttf="https://assets.guim.co.uk/fonts/ea010fa7780fcdb4697315eb6a5f032d/GuardianTextSansWebHinted.ttf.json"></style>
+ <script>
+ <![CDATA[
+ window.console=window.console||undefined;
+ ]]>
+ </script>
+ <script id="gu">
+ <![CDATA[
+ /*@cc_on
+ @if (@_jscript_version <= 9)
+ (function(f){
+ window.setTimeout = f(window.setTimeout);
+ window.setInterval = f(window.setInterval);
+ })(function(f){return function(c,t){var a=[].slice.call(arguments,2);return f(function(){c.apply(this,a)},t)}});
+ @end
+ @*/(function(window){var lastTime,vendors;if(!window.requestAnimationFrame){lastTime=0;vendors=["ms","moz","webkit","o"];for(var x=0;x<vendors.length&&!window.requestAnimationFrame;++x){window.requestAnimationFrame=window[vendors[x]+"RequestAnimationFrame"];window.cancelAnimationFrame=window[vendors[x]+"CancelAnimationFrame"]||window[vendors[x]+"CancelRequestAnimationFrame"]}window.requestAnimationFrame=function(callback,element){var currTime=(new Date).getTime();var timeToCall=Math.max(0,16-(currTime-lastTime));var id=window.setTimeout(function(){callback(currTime+timeToCall)},timeToCall);lastTime=currTime+timeToCall;return id}}if(!window.cancelAnimationFrame)window.cancelAnimationFrame=function(id){clearTimeout(id)}})(window);(function(window,document){var weShouldPolyfill=!("open"in document.createElement("details"));function toggleDetailsState(details){if(details.hasAttribute("open"))details.removeAttribute("open");else details.setAttribute("open","open")}function handleEvent(event){var targetNode=event.target;while(targetNode.nodeName.toLowerCase()!=="summary"&&targetNode!==document)targetNode=targetNode.parentNode;if(targetNode.nodeName.toLowerCase()==="summary")toggleDetailsState(targetNode.parentNode)}function bindEvents(){document.addEventListener("click",handleEvent,true);document.addEventListener("keypress",function(event){if(event.key&&(event.key===" "||event.key==="Enter"))handleEvent(event);else if(event.keyCode===32||event.keyCode===13)handleEvent(event)},true)}function appendCss(){if(document.querySelector("#details-polyfill-css")===null){var style=document.createElement("style");style.id="details-polyfill-css";style.textContent="details:not([open]) \x3e *:not(summary) {display: none;}";document.head.insertBefore(style,document.head.firstChild)}}if(weShouldPolyfill){bindEvents();appendCss()}})(window,document);(function(window){var location=window.location;var hash=location.hash;var navigator=window.navigator;var platform=navigator.platform;var isFront=false;var enhancedKey="gu.prefs.enhanced";var preferEnhanced;try{preferEnhanced=JSON.parse(localStorage.getItem(enhancedKey)).value}catch(e){preferEnhanced=null}function mustEnhance(){if(hash==="#enhanced"||hash==="#"+enhancedKey+"\x3dtrue")return true;if(preferEnhanced)return true;return false}function mustNotEnhance(){return hash==="#standard"||hash==="#"+enhancedKey+"\x3dfalse"}function couldEnhance(){return preferEnhanced!==false}function weWantToEnhance(){if(isOlderIOSDevice())return false;if(isFront)return!isIpad();return true}function isOlderIOSDevice(){return/.*(iPhone|iPad|iPod; CPU) OS ([34567])_\d+.*/.test(navigator.userAgent)}function isIpad(){return platform==="iPad"}window.shouldEnhance=mustNotEnhance()?false:mustEnhance()?true:couldEnhance()&&weWantToEnhance()})(window);var isModernBrowser="querySelector"in document&&"addEventListener"in window&&"localStorage"in window&&"sessionStorage"in window&&"bind"in Function&&(("XMLHttpRequest"in window&&"withCredentials"in new XMLHttpRequest())||"XDomainRequest"in window);window.guardian={isModernBrowser:isModernBrowser,isEnhanced:window.shouldEnhance&&isModernBrowser,css:{loaded:false},polyfilled:false,adBlockers:{active:undefined,onDetect:[]},config:{"page":{"avatarApiUrl":"https://avatar.theguardian.com","isSplash":false,"isColumn":false,"membershipUrl":"https://membership.theguardian.com","headline":"'What is the sea telling us?': Māori tribes fearful over whale strandings","isImmersive":true,"author":"Eleanor Ainge Roy","series":"Seascape: the state of our oceans","toneIds":"tone/features","isProd":true,"discussionFrontendUrl":"https://assets.guim.co.uk/discussion/discussion-frontend.preact.iife.8bdbd9194e.js","membershipAccess":"","allowUserGeneratedContent":false,"commissioningDesks":"australia-foreign","webPublicationDate":1546498802000,"forecastsapiurl":"/weatherapi/forecast","idOAuthUrl":"https://oauth.theguardian.com","supportUrl":"https://support.theguardian.com","isNumberedList":false,"webTitle":"'What is the sea telling us?': Māori tribes fearful over whale strandings | Eleanor Ainge Roy","isPhotoEssay":true,"isFront":false,"inBodyInternalLinkCount":2,"idWebAppUrl":"https://oauth.theguardian.com","googleSearchUrl":"//www.google.co.uk/cse/cse.js","inBodyExternalLinkCount":3,"showRelatedContent":true,"lightboxImages":{"id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","headline":"'What is the sea telling us?': Māori tribes fearful over whale strandings","shouldHideAdverts":false,"standfirst":"<p>New Zealand’s whale whisperers worry that manmade changes in the ocean are behind the spike in beachings</p>","images":[{"caption":"Whale expert Hori Parata.","credit":"Photograph: Adrian Malloch for the Guardian","displayCredit":true,"src":"https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=700&quality=85&auto=format&fit=max&s=dfa797d5a89a311f92b94905eddd252b","srcsets":"https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1920&quality=85&auto=format&fit=max&s=6d4e58da4f1b15736d802591724a84ae 1920w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1225&quality=85&auto=format&fit=max&s=9bd0c2f5c2d475335208e17a5d963fff 1225w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1065&quality=85&auto=format&fit=max&s=65a78f2c0e4e065d45c6e55209315726 1065w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=965&quality=85&auto=format&fit=max&s=1f4abcf78d10b7222ef414fca06f3770 965w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=725&quality=85&auto=format&fit=max&s=3a7e313a451337991e6c1c6851ddf293 725w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=645&quality=85&auto=format&fit=max&s=892be4c784bd9d1a63653d32fda8e7a5 645w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=465&quality=85&auto=format&fit=max&s=98ae726db2f3c6ffbb75e42e44e2736e 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.499814333457111,"role":"None","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"Hori Parata at his Pātaua farm, the place where he was born and grew up.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=f5b3d20f0dc5c22a83f96fb709ecd204","srcsets":"https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=b4cd8b573c0d8387666e58e7058354f5 1920w, https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=10cce32c51df551e9ad93af5b139ac17 1225w, https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=100e42f24d89a4108cd0aab6454f75b2 1065w, https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=40b276ee60fe4ab662834bc7dedeac95 965w, https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=4e4fd87a6008079cb4c951b6dc65d5b2 725w, https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=68f953deb9f6bf17b92059db1b34b9d8 645w, https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=dae1bba01312de71c13a01ec940c53a0 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.5,"role":"Some(showcase)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"Kauri (Te Kaurinui Robert) Parata, watched by his father, Hori Parata, carves a traditional Māori design at their home in Whangārei. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father.<br>","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=d2432083289db6bd42f6ad7adc64a78d","srcsets":"https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=f50ebdc90e070b94b5ccd9ea5ddb0552 1920w, https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=8e78b100f7d07c5ee89d2bc344d471a3 1225w, https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=f4c4eaeb61bb90443920ced45b2aae7e 1065w, https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=48d22277f165f770dd898be7fb879145 965w, https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=f2c1432b51bf370372f11820291dd94a 725w, https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=d34b70840eb070ea2f3db73eb6d06356 645w, https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=30a5a12a245cc0232bb43b247e18ce96 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.5161086544535691,"role":"None","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"A bin of small whale bones.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=0e7302276c6cc7cb65be9bcdacd3081f","srcsets":"https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=fa63c318e863c3737f7d9660567ed1b3 1920w, https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=b24419faeed86a5c1964ab6283c7ed94 1225w, https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=7903859975cf391cea70cf700be961f8 1065w, https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=bd47c14bba06c5c647e0c868b8fbe6f4 965w, https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=cd236ef7cf9e8667a5c82f27a6313edc 725w, https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=74326bae749c04ebd306c287353c0908 645w, https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=15c2f4c05b82dc23aea2329364f34028 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.5,"role":"None","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"The baleen filter-feeder system recovered from a stranded Pygmy Right Whale.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=249ddc3119aa637c3a1ae4998509f604","srcsets":"https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=1a99dec2d56738613707e81cf4d7420c 1920w, https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=4a59625328a10bded634339bd37f4d43 1225w, https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=37c1e96c455cfa2db6731642372efe7d 1065w, https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=e00fd6766ca4f9332c0c5b34ddd4a54d 965w, https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=0834e3fd8c1051250f7e01014cb4b496 725w, https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=9d17165335be7b1863338c8fa9e03ebd 645w, https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=2bf57cb9b8e5865c0983f67abdb9f774 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.5,"role":"Some(halfWidth)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"Squid beaks, from the stomach of a sperm whale.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=bcfefc5593dcc2bdb0dd3b0543cfa4eb","srcsets":"https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=9c6a97bafef72bd31eff409b5d79b59a 1920w, https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=f12f4d6f1d68986de427544ec5b9eefb 1225w, https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=10f215f91ffd7f651c5f1f453a2fcdba 1065w, https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=f9f0e8e66f8ff45b19dc007229203dfd 965w, https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=942ca82d4b0deb75dd54bde1dd0c7798 725w, https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=cab3eb5c18ac244e7f579638ed4b3fb8 645w, https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=852ebee16aafb9b4a427c3dab4d33ef7 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.5,"role":"Some(halfWidth)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"Buck Cullen with his daughter Kaiarahi (10 months) in his backyard, where he is storing a pair of massive sperm whale jawbones. Cullen is an integral member of the whale recovery team, alongside Hori Parata.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=d73916fda0f6c60b5eebcb71fea643e9","srcsets":"https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=0837c35918c3ba89e8db5456e8df48a9 1920w, https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=b86dc8186a6f212d9c6b942a5c87e92a 1225w, https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=975cb0adbeae95483e7cb54a74f97766 1065w, https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=624139eae65dd4c96efd1a90243b9286 965w, https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=98b9351340e8ee30063a4b6eb6501d6f 725w, https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=912104c53b38d1cd424bfb82302480e1 645w, https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=06848a63793084a21bc86aa613b126a7 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":2.056555269922879,"role":"Some(immersive)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"12 parāoa whales (sperm whales) recently stranded on the South Taranaki coast of Kaupokonui, on a scale not seen near this location in recent memory.","credit":"Photograph: Ngatiwai Trust Board","displayCredit":true,"src":"https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=700&quality=85&auto=format&fit=max&s=ee921715aaf10e0816dcf15dfc3a21f5","srcsets":"https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=1920&quality=85&auto=format&fit=max&s=d8546770d3bed1f5bd10862c24a6e637 1920w, https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=1225&quality=85&auto=format&fit=max&s=a1dbe38f2758df3e2fb5f02d607a2361 1225w, https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=1065&quality=85&auto=format&fit=max&s=f2604760799cc0abb28fa62974aa9eeb 1065w, https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=965&quality=85&auto=format&fit=max&s=99f66d32cf8a82fdbbcb096fa3718180 965w, https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=725&quality=85&auto=format&fit=max&s=922543f9d2051ebcaedb02a26dcec6e7 725w, https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=645&quality=85&auto=format&fit=max&s=87fdac384e5e441cf6d78ca183a11b4a 645w, https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=465&quality=85&auto=format&fit=max&s=270cfb5f42dd1e87d1270324765bcedb 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.3333333333333333,"role":"None","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"Te Kaurinui , of the Māori tribe Ngātiwai, in front of the carving shed at Hihiaua Cultural Centre in Whangārei.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=4e46b70079819caee86359a058c92be1","srcsets":"https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=0ed1f0b6dc22400cd96e567c64421429 1920w, https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=9a88a77704c6297148a851f3e5b8bb25 1225w, https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=452075a28dfa2038124ed6e51511996f 1065w, https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=e4b934850a6fa718b5f4885ae19e58c0 965w, https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=26e511554f5f7560e7db42496af42743 725w, https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=ef546f7fd9990467e89bd0e654beb2c9 645w, https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=cee8a8ae07be4603a19a5ffe47e6e721 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.5384615384615385,"role":"Some(showcase)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"The Pou in front of the carving shed at Hihiaua Cultural Centre, Whangārei. The Pou is a unique tribal identifier and statement relating to tribal ancestral history, usually placed near the entrance of Māori communities.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=700&quality=85&auto=format&fit=max&s=b8bf0c299908608310fb47e4163afb38","srcsets":"https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=1920&quality=85&auto=format&fit=max&s=000e43138711ad0df012d924f94c58e8 1920w, https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=1225&quality=85&auto=format&fit=max&s=a45bed6f7d96874f75b387cfee528b75 1225w, https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=1065&quality=85&auto=format&fit=max&s=be38dade9b373c6a945b5ea9a0282559 1065w, https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=965&quality=85&auto=format&fit=max&s=ffc34c593e88893efed516b515560784 965w, https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=725&quality=85&auto=format&fit=max&s=709e8ab4aac153fa2a4228861ac45814 725w, https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=645&quality=85&auto=format&fit=max&s=72cfc66500b62f5feefe638a673efee6 645w, https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=465&quality=85&auto=format&fit=max&s=a43a0c8c804f3588acfb63f64622ffda 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":0.89125,"role":"Some(halfWidth)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"Kauri (Tekaurinui Robert) Parata, holds three whale teeth recovered from a beached whale. The middle tooth shows the marks where a poacher had attempted to hack it out with an axe before the recovery group arrived. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=700&quality=85&auto=format&fit=max&s=3691946929b4105ba35ff9d306cb4fbc","srcsets":"https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=1920&quality=85&auto=format&fit=max&s=98d0d2683a6c4a281ba5bcabcf42191a 1920w, https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=1225&quality=85&auto=format&fit=max&s=94deec1c498e6f33eb3a2012ac0cbd46 1225w, https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=1065&quality=85&auto=format&fit=max&s=043e76e23863788e82be8c2a561299bf 1065w, https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=965&quality=85&auto=format&fit=max&s=72d9e5806a4908f3cad6f9dac0ba9086 965w, https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=725&quality=85&auto=format&fit=max&s=a6b464fb2996237e5e1abdf9507bb9ad 725w, https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=645&quality=85&auto=format&fit=max&s=52d5546a1877f1650d62eabd8a4cbd65 645w, https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=465&quality=85&auto=format&fit=max&s=439e0a8b8eb590a50bd8f14afdbd77a8 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":0.9946691752900596,"role":"Some(halfWidth)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"Whangārei Harbour from Tamaterau, looking south through Mangrove sprouts coming up through the harbourside silt.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=72146577e379bdf9a21bc47994de5fb6","srcsets":"https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=b901d1603f60de20ac92cde8c5530f9a 1920w, https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=b806e461dfd0802b4bbcd11c9ec41422 1225w, https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=991396565458ab6d971eb2454be6dfe7 1065w, https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=04f953b4ec9555178204a1621b8a1f59 965w, https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=8f53cf25b514e283cce3d995220ca19b 725w, https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=0da775328d9ade5ca605079a9118a64a 645w, https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=7ecf73b514ceb1b5e0391f17c7a4d3b0 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.561991539212496,"role":"Some(immersive)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"The skull of a bryde’s whale, in the storage container at Hihiaua Cultural Centre, Whangārei.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=1d00d3ea91d32110b40d85ff43227728","srcsets":"https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=c6583967aaa5c2df016c57f4a20341a0 1920w, https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=f6bba2045f5f051fde1d1a8c6884610b 1225w, https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=0d2a1446efbd7ffd0691a0688289954f 1065w, https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=71cb62e93757af08382cd957384ceeb0 965w, https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=751b1dd3a610af0269a26750c3bbf4fd 725w, https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=8b9261224d64405b025c3f1e4d53afc7 645w, https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=cc8363ac4996b67e573ac8c8ba757194 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.5,"role":"Some(showcase)","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"},{"caption":"A large-calibre bullet of the type that the New Zealand Department of Conservation (DOC) uses for euthanasing stranded whales that are beyond rescue.","credit":"Photograph: Adrian Malloch","displayCredit":true,"src":"https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=700&quality=85&auto=format&fit=max&s=7dca3d798aef3526f42e281771d50f91","srcsets":"https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=1920&quality=85&auto=format&fit=max&s=87093fa7f0dacd92cec83b1c48f8d6b9 1920w, https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=1225&quality=85&auto=format&fit=max&s=d19283f99ce869b612b7e7c261d4eaef 1225w, https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=1065&quality=85&auto=format&fit=max&s=e860795a18b8b49f019c6239b36c8ecb 1065w, https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=965&quality=85&auto=format&fit=max&s=fa310d9daf94a35f0d7f4f713d49664b 965w, https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=725&quality=85&auto=format&fit=max&s=ce61beb1904c118937ababc1bce9ecc7 725w, https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=645&quality=85&auto=format&fit=max&s=658ca8711c218825d8dc5fe0c487b5ce 645w, https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=465&quality=85&auto=format&fit=max&s=1f050826c011862ac64281a45ff88b4d 465w","sizes":"(min-width: 1300px) 1920px, (min-width: 1140px) 1225px, (min-width: 980px) 1065px, (min-width: 740px) 965px, (min-width: 660px) 725px, (min-width: 480px) 645px, 465px","ratio":1.5,"role":"None","parentContentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","id":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings"}]},"googleSearchId":"007466294097402385199:m2ealvuxh1i","tones":"Features","shouldHideReaderRevenue":false,"idUrl":"https://profile.theguardian.com","hasInlineMerchandise":false,"omnitureAmpAccount":"guardiangu-thirdpartyapps","dfpAdUnitRoot":"theguardian.com","trackingNames":"Australia Foreign","host":"https://www.theguardian.com","hasShowcaseMainElement":false,"blogIds":"","sectionName":"Environment","hasMultipleVideosInPage":false,"fbAppId":"180444840287","isContent":true,"shortUrlId":"/p/a84nt","dfpAccountId":"59666047","plistaPublicApiKey":"462925f4f131001fd974bebe","wordCount":1591,"cardStyle":"feature","adUnit":"/59666047/theguardian.com/environment/article/ng","discussionApiUrl":"https://discussion.theguardian.com/discussion-api","isSensitive":true,"ophanEmbedJsUrl":"//j.ophan.co.uk/ophan.embed","edition":"US","userAttributesApiUrl":"https://members-data-api.theguardian.com/user-attributes","videoDuration":null,"blogs":"","discussionApiClientHeader":"nextgen","section":"environment","disableStickyTopBanner":true,"dfpHost":"pubads.g.doubleclick.net","weatherapiurl":"/weatherapi/city","sentryPublicApiKey":"344003a8d11c41d8800fbad8383fdc50","shortUrl":"https://gu.com/p/a84nt","thumbnail":"https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_320_4800_2880/500.jpg?quality=85&auto=format&fit=max&s=b851f7cba3eaf4908b92d2ce5eb000c0","pillar":"News","pageId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","references":[{"rich-link":"https://www.theguardian.com/environment/2015/oct/19/sign-up-to-the-green-light-email"}],"beaconUrl":"//phar.gu-web.net","commentable":false,"discussionD2Uid":"zHoBy6HNKsk","ophanJsUrl":"//j.ophan.co.uk/ophan.ng","contributorBio":"","keywordIds":"environment/oceans,world/newzealand,environment/environment,world/asia-pacific,world/world,environment/whales,environment/cetaceans,environment/marine-life,environment/wildlife","contentType":"Article","isDev":false,"isHosted":false,"facebookIaAdUnitRoot":"facebook-instant-articles","sponsorshipType":"foundation","stripePublicToken":"pk_live_2O6zPMHXNs2AGea4bAmq5R7Z","omnitureAccount":"guardiangu-network","locationapiurl":"/weatherapi/locations?query=","authorIds":"profile/eleanor-ainge-roy","isPaidContent":false,"hasYouTubeAtom":false,"externalEmbedHost":"https://embed.theguardian.com","thirdPartyAppsAccount":"guardiangu-thirdpartyapps","ajaxUrl":"https://api.nextgen.guardianapps.co.uk","byline":"Eleanor Ainge Roy (reporting) and Adrian Malloch (photography)","keywords":"Oceans,New Zealand,Environment,Asia Pacific,World news,Whales,Cetaceans,Marine life,Wildlife","contentId":"environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","nonKeywordTagIds":"environment/series/seascape-the-state-of-our-oceans,type/article,tone/features,profile/eleanor-ainge-roy,publication/theguardian,theguardian/mainsection,theguardian/mainsection/international,tracking/commissioningdesk/australia-foreign","mobileAppsAdUnitRoot":"beta-guardian-app","hasPageSkin":false,"requiresMembershipAccess":false,"seriesTags":"Seascape: the state of our oceans","revisionNumber":"DEV","seriesId":"environment/series/seascape-the-state-of-our-oceans","optimizeEpicUrl":"https://support.theguardian.com/epic/control/index.html","hbImpl":"prebid","assetsPath":"https://assets.guim.co.uk/","mmaUrl":"https://manage.theguardian.com","dfpNonRefreshableLineItemIds":[66664167,66868167,66972327,68842407,69144807,69710127,70516407,70931847,71342607,72502287,72503607,72619527,72664767,72675687,73773207,73829127,74480367,74645967,74823567,74824167,75586767,75588207,76352007,76437927,76443087,76443567,76603287,77324247,77504847,77546367,77561007,77590287,77622207,77747367,78316047,78455967,78470967,78507807,78713607,79009167,79094487,80502447,80568087,80568207,80568327,80568447,80569047,81002967,82211367,82339767,82879287,82881807,83178927,85253487,85558287,85961247,86814567,87004887,87191607,87726207,87852807,87878367,88153527,88333647,88420407,88526727,88621527,88861167,88903647,89035647,89035887,89036607,89084607,89084967,89141967,89356167,89743047,89793087,90159687,90323007,90359967,90935367,91095807,91118247,91732647,91985967,92216007,92355087,92436807,92506887,92681487,92948847,93121767,93550767,93717567,93784887,93785607,93930207,94193007,94625967,94674927,94822527,95840847,95931207,96296367,97911207,97980687,98151207,98165247,98610447,98671647,98893047,101192247,101476527,101684007,101999127,102061647,102066567,102344847,102790767,102792207,102892767,102894687,102895167,102895647,103062327,104218407,106736607,107115927,107235087,107509047,107955087,108799287,108893967,109638687,109648167,109761807,109831287,111055527,111057567,112706967,112799127,112882647,112888527,112950567,113374647,113880927,114906327,115133247,116149647,117980727,118054767,118236687,118631847,118934247,119632887,121592967,122583687,123487167,123873927,123978567,123996567,123996927,123997527,124001247,124418247,125878047,126003687,126004167,130630407,130630647,130686687,130686807,130693287,130777407,130840767,130954407,131115447,131135007,131652687,132065367,132325287,132348327,132758367,133502127,133852047,133854327,133989327,134130087,134567967,134876607,134979567,135278007,135292767,135353727,135773007,135776847,135826887,135841887,135850407,136120767,136236207,136278807,136455207,136550247,137025927,137200287,137382567,140139567,140711127,141827967,142466367,142822767,142883847,143109567,144237927,144965967,146321007,146324607,146326287,146339727,146355567,147006447,147500367,147801807,148154487,148154607,148446687,148454487,152119407,152146047,153546927,154108047,154108167,154112007,154112367,154113087,154113207,154114887,154125567,154126407,154290807,154290927,154291287,154291407,154291527,154291887,154295007,154295967,154297527,154303287,154303527,154332087,154386087,154387407,154391247,154391967,154392927,154394847,154540527,154544247,154693287,154793967,154794087,155010327,155010447,158149767,160437567,162853767,163112127,163372647,165575127,4345086236,4345095356,4345169885,4345177565,4345182855,4345186250,4349172433,4360612711,4360793649,4371265570,4371369115,4393832120,4400994377,4428613611,4443205897,4451525654,4480779579,4498662865,4512645730,4516493673,4516698376,4517304218,4517378559,4517379732,4517380203,4539078702,4539981050,4543952332,4543954711,4543956142,4544243919,4544245668,4544246565,4544412389,4544419667,4544420099,4544422019,4546091198,4548855586,4549107258,4552894255,4555165414,4555183615,4555236856,4555635725,4555650690,4555674903,4555684517,4555688577,4556153989,4556285026,4556324359,4556326294,4556648082,4556678787,4557241378,4557634755,4557708173,4557762374,4557783054,4557975570,4558001894,4558745950,4558957661,4559094602,4559618101,4560130208,4560176292,4560182777,4579011086,4579746196,4584262791,4586005424,4586012639,4598413679,4600377077,4608554346,4612781170,4613725167,4621133512,4631660550,4652061785,4659761500,4666709965,4667573429,4671027724,4671116147,4680579583,4680686606,4684616813,4688643082,4689601181,4689828177,4691056731,4698081076,4698085906,4698483837,4698485673,4698836785,4700389583,4702727917,4705009339,4715712191,4719669541,4739368280,4740423257,4741268540,4741269263,4747143757,4752748306,4767328492,4769268149,4770577846,4792772098,4792772101,4792772104,4792772107,4792772110,4792772116,4792772119,4792772122,4792772125,4792772128,4792772131,4792772137,4792772146,4792772149,4792772152,4792772155,4792772158,4792772281,4792772284,4792772293,4792772299,4792772302,4792772305,4792772308,4792772572,4792772575,4792772578,4792772581,4792780507,4792780510,4792780513,4792780516,4792780519,4792780522,4792780525,4792780528,4792780531,4792780534,4792780537,4792780540,4792780543,4792780546,4792780549,4792780552,4792780555,4792780558,4792780681,4792780684,4792780687,4792780690,4792780693,4792780696,4792780699,4792780702,4792780705,4792780708,4792780711,4792781512,4792781515,4792781518,4792781641,4792781644,4792781647,4792781650,4792781653,4792781656,4792781659,4792781662,4792781665,4792781668,4792781671,4792781674,4792781677,4792781680,4792781683,4792781686,4792781689,4792781692,4792781695,4792781698,4792781701,4792781704,4792781707,4792781713,4792781716,4792781719,4792781722,4792781725,4792781728,4792781731,4792781734,4792781737,4792781743,4792781746,4792781749,4792781752,4792781755,4792781758,4792781881,4792781884,4792781887,4792781890,4792781893,4792781896,4792781899,4792781902,4792781905,4792781908,4792781911,4792781980,4792781983,4792781986,4792781989,4792781992,4792781995,4792781998,4792782121,4792782124,4792782127,4792782130,4792782133,4792782136,4792782139,4792782142,4792782148,4792782151,4792782154,4792782157,4792782160,4792782163,4792782166,4792782169,4792782172,4792782175,4792782178,4792782181,4792782184,4792782187,4792782190,4792782193,4792782196,4792782199,4792782202,4792782205,4792782208,4792782211,4792782214,4792782217,4792782220,4792782223,4792782226,4792782229,4792782232,4792782235,4792782238,4792782361,4792782364,4792782367,4792782370,4792782373,4792782376,4792782379,4792782382,4792782385,4792782388,4792782391,4792782394,4792782397,4792782400,4792782403,4792782406,4792782409,4792782412,4792782415,4792782418,4792782421,4792782427,4792782430,4792782433,4792782436,4792782439,4792782448,4792782451,4792783144,4792783147,4792783150,4792783153,4792783156,4792783159,4792783162,4792783165,4792783168,4792783171,4792783174,4792783177,4792783180,4792783183,4792783186,4792783189,4792783192,4792783195,4792783198,4792783321,4792783327,4792783330,4792783333,4792783336,4792783339,4792783342,4792783345,4792783348,4792783351,4792783354,4792783357,4792783360,4792783363,4792783366,4792783369,4792783372,4792783375,4792783378,4792783381,4792783384,4792783387,4792783390,4792783393,4792783396,4792783399,4792783402,4792783405,4792783408,4792783411,4792783414,4792783417,4792783420,4792783423,4792783426,4792783429,4792783432,4792783435,4792783438,4792783561,4792783564,4792783567,4792783570,4792783573,4792783576,4792783579,4792783582,4792783585,4792783588,4792783591,4792783594,4792783597,4792783600,4792783603,4792783606,4792783612,4792783615,4792783618,4792783621,4792783624,4792783627,4792783630,4792783633,4792783636,4792783639,4792783642,4792783645,4792783648,4792783651,4792783654,4792783657,4792783660,4792783663,4792783666,4792783669,4792783672,4792783675,4792783678,4792783801,4792783804,4792783807,4792784083,4792784086,4792784089,4792784092,4792784095,4792784098,4792784101,4792784104,4792784107,4792784110,4792784113,4792784116,4792784119,4792784122,4792784125,4792784128,4792784131,4792784134,4792784137,4792784140,4792784143,4792784146,4792784149,4792784152,4792784158,4792784281,4792784284,4792784287,4792784290,4792784293,4792784296,4792784299,4792784302,4792784305,4792784308,4792784311,4792784314,4792784317,4792784320,4792784323,4792784326,4792784329,4792784332,4792784335,4792784338,4792784341,4792784344,4792784347,4792784350,4792784353,4792784356,4792784359,4792784362,4792784365,4792784368,4792784371,4792784374,4792784377,4792784380,4792784383,4792784386,4792784389,4792784392,4792784395,4792784398,4792784521,4792784524,4792784527,4792784530,4792784533,4792784536,4792784539,4792784542,4792784545,4792784548,4792784554,4792784557,4792784560,4792784563,4792784566,4792784569,4792784572,4792784578,4792784581,4792784584,4792784587,4792784590,4792784593,4792784596,4792784599,4792784602,4792784608,4792784611,4792784614,4792784617,4792784620,4792784623,4792784626,4792784629,4792784632,4792784635,4792784638,4792784761,4792784764,4792784767,4792784770,4792784773,4792784776,4792784779,4792784782,4792784785,4792784788,4792784791,4792784794,4792784797,4792784800,4792784803,4792784806,4792784809,4792784812,4792784815,4792784818,4792784821,4792784824,4792784827,4792784830,4792784833,4792784836,4792784839,4792784842,4792784845,4792784848,4792784851,4792784854,4792784857,4792784860,4792784863,4792784866,4792784869,4792784872,4792784875,4792784878,4792785001,4792785004,4792785007,4792785010,4792785013,4792785016,4792785019,4792785244,4792785247,4792785250,4792785253,4792785256,4792785259,4792785262,4792785265,4792785268,4792785271,4792785274,4792785277,4792786057,4792786060,4792786063,4792786066,4792786069,4792786072,4792786075,4792786078,4792786201,4792786204,4792786207,4792786210,4792786213,4792786216,4792786219,4792786222,4792786225,4792786228,4792786231,4792786234,4792786237,4792786240,4792786243,4792786246,4792786249,4792786252,4792786255,4792786258,4792786261,4792786264,4792786267,4792786270,4792786273,4792786276,4792786279,4792786282,4792786285,4792786288,4792786291,4792786294,4792786297,4792786300,4792786303,4792786306,4792786309,4792786312,4792786315,4792786318,4792786441,4792786984,4792786987,4792786990,4792786993,4792786996,4792786999,4792787002,4792787005,4792787008,4792787011,4792787014,4792787017,4792787020,4792787023,4792787026,4792787029,4792787032,4792787035,4792787038,4792787161,4792787164,4792787167,4792787170,4792787173,4792787176,4792787179,4792787182,4792787185,4792787188,4792787191,4792787194,4792787197,4792787200,4792787203,4792787206,4792787209,4792787212,4792787215,4792787218,4792787221,4792787224,4792787227,4792787230,4792787233,4792787236,4792787239,4792787242,4792787245,4792787248,4792787251,4792787254,4792787257,4792787260,4792787263,4792787266,4792787644,4792787647,4792787650,4792787653,4792787656,4792787659,4792787662,4792787665,4792787668,4792787671,4792787674,4792787677,4792787680,4792787683,4792787686,4792787689,4792787692,4792787695,4792787698,4792787701,4792787704,4792787707,4792787710,4792787713,4792787716,4792787719,4792787722,4792787725,4792787728,4792787731,4792787734,4792787737,4792787740,4792787743,4792787746,4792787749,4792787752,4792787755,4792787758,4792787881,4792787884,4792787887,4792787890,4792787893,4792787896,4792787899,4792787902,4792787905,4792787908,4792787911,4792787914,4792787917,4792787920,4792787923,4792787926,4792787929,4792787932,4792787935,4792787938,4792787941,4792787944,4792787947,4792787950,4792787953,4792787956,4792787959,4792787962,4792787965,4792787968,4792787971,4792787974,4792787977,4792787980,4792787983,4792787986,4792787989,4792787995,4792787998,4792788121,4792788124,4792788127,4792788130,4792788133,4792788136,4792788139,4792788142,4792788145,4792788148,4792788151,4792788154,4792788157,4792788160,4792788163,4792788166,4792788169,4792788172,4792788175,4792788178,4792788181,4792788628,4792788631,4792788634,4792788640,4792788643,4792788646,4792788649,4792788652,4792788655,4792788658,4792788661,4792788664,4792788667,4792788670,4792788673,4792788676,4792788679,4792788682,4792788685,4792788688,4792788694,4792788697,4792788700,4792788703,4792788706,4792788709,4792788712,4792788715,4792788718,4792788841,4792789561,4792789564,4792789567,4792789570,4792789573,4792789576,4792789579,4792789582,4792789585,4792789591,4792789594,4792789597,4792789600,4792789603,4792789606,4792789609,4792789612,4792789615,4792789618,4792789621,4792789624,4792789627,4792789630,4792789633,4792789636,4792789639,4792789642,4792789645,4792789648,4792789651,4792789654,4792789657,4792789660,4792789663,4792789666,4792789669,4792789672,4792789675,4792789678,4792789801,4792789804,4792789807,4792789810,4792789813,4792789816,4792789819,4792789822,4792789825,4792789828,4792789831,4792789834,4792789837,4792789840,4792789843,4792789846,4792789849,4792789852,4792789855,4792789858,4792789861,4792789864,4792789867,4792789870,4792789873,4792789876,4792789879,4792789882,4792789885,4792789888,4792789891,4792789894,4792789897,4792789900,4792789903,4792789906,4792789909,4792789912,4792789915,4792789918,4792790041,4792790044,4792790047,4792790050,4792790053,4792790056,4792790059,4792791508,4792791511,4792791997,4792792000,4792792003,4792792006,4792792009,4792792012,4792792015,4792792018,4792792021,4792792024,4792792027,4792792030,4792792033,4792792036,4792792039,4792792042,4792792045,4792792048,4792792051,4792792249,4792792252,4792792255,4792792258,4792792261,4792792264,4792792267,4792792270,4792792273,4792792276,4792792279,4792792282,4792792285,4792792288,4792792291,4792792294,4792792297,4792792300,4792792303,4792792306,4792792309,4792792312,4792792315,4792792318,4792792441,4792792444,4792792447,4792792450,4792792453,4792792456,4792792459,4792792462,4792792465,4792792468,4792792471,4792792474,4792792477,4792792480,4792792483,4792792486,4792792492,4792792495,4792792498,4792792501,4792792504,4792792507,4792792510,4792792513,4792792516,4792792519,4792792522,4792792525,4792792528,4792792531,4792792534,4792792537,4792792540,4792792543,4792792546,4792792549,4792792552,4792792555,4792792558,4792792681,4792792684,4792792687,4792792693,4792792696,4792792699,4792792702,4792792705,4792792708,4792792711,4792792714,4792792717,4792792720,4792792723,4792792726,4792792729,4792792732,4792792735,4792792738,4792792741,4792792744,4792792747,4792792750,4792792753,4792792756,4792792759,4792792762,4792792765,4792792768,4792792771,4792792774,4792792777,4792792780,4792792783,4792792786,4792792789,4792792792,4792792795,4792792798,4792792921,4792792924,4792792927,4792792930,4792792933,4792792936,4792792939,4792792942,4792792945,4792792984,4792792987,4792792990,4792792993,4792792996,4792792999,4792793002,4792793005,4792793008,4792793011,4792793014,4792793017,4792793020,4792793023,4792793026,4792793029,4792793032,4792793035,4792793038,4792793161,4792793164,4792793167,4792793170,4792793173,4792793176,4792793179,4792793182,4792793185,4792793188,4792793191,4792793194,4792793197,4792793200,4792793203,4792793206,4792793209,4792793212,4792793215,4792793218,4792793221,4792793224,4792793227,4792793230,4792793233,4792793236,4792793239,4792793242,4792793245,4792793248,4792793251,4792793254,4792793257,4792793260,4792793263,4792793266,4792793269,4792793272,4792793275,4792793278,4792793401,4792793404,4792793407,4792793410,4792793413,4792793416,4792793419,4792793422,4792794844,4792794847,4792794850,4792794853,4792794856,4792794859,4792794862,4792794865,4792794868,4792794871,4792794874,4792794877,4792794880,4792794883,4792794886,4792794889,4792794892,4792794895,4792794898,4792794901,4792794904,4792794907,4792794910,4792794913,4792794916,4792794919,4792794922,4792794925,4792794928,4792794931,4792794934,4792794937,4792794940,4792794943,4792794946,4792794949,4792794952,4792794955,4792794958,4792795081,4792795084,4792795087,4792795090,4792795093,4792795096,4792795099,4792795102,4792795105,4792795108,4792795111,4792795114,4792795117,4792795120,4792795123,4792795126,4792795129,4792795132,4792795135,4792795138,4792795141,4792795144,4792795147,4792796044,4792796047,4792796050,4792796053,4792796056,4792796059,4792796062,4792796065,4792796068,4792796599,4792796602,4792796623,4792796626,4792796629,4792796632,4792796635,4792796638,4792796761,4792796764,4792796767,4792796770,4792796773,4792796776,4792796779,4792796782,4792797532,4792797535,4792797538,4792797541,4792797544,4792797547,4792797550,4792797553,4792797556,4792797559,4792797562,4792797565,4792797568,4792797571,4792797574,4792797577,4792797580,4792797583,4792797586,4792797589,4792797592,4792797595,4792797598,4792797721,4792797724,4792797727,4792797730,4792797733,4792797736,4792797739,4792797742,4792797745,4792797748,4792797751,4792797754,4792797757,4792797760,4792797763,4792797766,4792797769,4792797772,4792797775,4792797778,4792797781,4792797802,4792797805,4792797808,4792797811,4792797835,4792797838,4792797961,4792797964,4792797967,4792797970,4792797973,4792797976,4792797979,4792797982,4792797985,4792797988,4792797991,4792798444,4792798447,4792798450,4792798453,4792798456,4792798459,4792798465,4792798468,4792798471,4792798474,4792798477,4792798480,4792798483,4792798486,4792798489,4792798492,4792798495,4792798498,4792798501,4792798504,4792798507,4792798510,4792798513,4792798516,4792798519,4792798522,4792798525,4792798528,4792798531,4792798534,4792798537,4792798540,4792798543,4792798546,4792798549,4792798552,4792798555,4792798558,4792798681,4792798684,4792798687,4792798690,4792798693,4792798696,4792798699,4792798702,4792798705,4792798708,4792798711,4792798714,4792798717,4792798720,4792798723,4792798726,4792798729,4792798732,4792798735,4792798738,4792798741,4792798744,4792798747,4792798750,4792798753,4792798756,4792798759,4792798762,4792798765,4792798768,4792798771,4792798774,4792798777,4792798780,4792798783,4792798786,4792798789,4792798792,4792798795,4792798798,4792798921,4792798924,4792798927,4792798930,4792798933,4792798936,4792798939,4792798942,4792798945,4792798948,4792798951,4792798954,4792798957,4792798960,4792798963,4792798966,4792798969,4792798972,4792798975,4792798978,4792798981,4792799644,4792799647,4792799650,4792799653,4792799656,4792799659,4792799662,4792799665,4792799668,4792799671,4792799674,4792799677,4792799680,4792799683,4792799686,4792799689,4792799692,4792799695,4792799698,4792799701,4792799704,4792799707,4792799710,4792799713,4792799716,4792799719,4792799722,4792799725,4792799728,4792799731,4792799734,4792799737,4792799740,4792799743,4792799746,4792799749,4792799752,4792799755,4792799758,4792799881,4792799884,4792799887,4792799890,4792799893,4792799896,4792799899,4792799902,4792799905,4792799908,4792799911,4792799914,4792799917,4792799920,4792799923,4792799926,4792799929,4792799932,4792799935,4792799938,4792799941,4792799944,4792799947,4792799950,4792799953,4792799956,4792799959,4792799962,4792799965,4792799968,4792799971,4792799974,4792799977,4792799980,4792799983,4792799986,4792799989,4792799992,4792799995,4792799998,4792800121,4792800124,4792800127,4792800130,4792800133,4792800136,4792800139,4792800142,4792800145,4792800148,4792800154,4792800157,4792800160,4792800163,4792800166,4792800169,4792800172,4792800175,4792800436,4792800439,4792800442,4792800445,4792800448,4792800451,4792800454,4792800457,4792800460,4792800463,4792800466,4792800469,4792800472,4792800475,4792800478,4792800601,4792800604,4792800607,4792800610,4792800613,4792800616,4792800619,4792800622,4792800625,4792800628,4792800631,4792800634,4792800637,4792800640,4792800643,4792800646,4792800649,4792800652,4792800655,4792800658,4792800661,4792800664,4792800667,4792800670,4792800673,4792800676,4792800679,4792800682,4792800685,4792800688,4792800691,4792800694,4792800697,4792800700,4792800703,4792800706,4792800709,4792800712,4792800715,4792800718,4792800841,4792800844,4792800847,4792800850,4792800853,4792800856,4792800859,4792800862,4792800865,4792800868,4792800871,4792800874,4792800877,4792800880,4792800883,4792800886,4792800889,4792800892,4792800895,4792800898,4792800901,4792800904,4792800910,4792800913,4792800916,4792800919,4792800922,4792800925,4792800928,4792800931,4792800934,4792800937,4792800940,4792800943,4792800946,4792800949,4792800952,4792800955,4792800958,4792801081,4792801084,4792801087,4792801090,4792801093,4792801096,4792801099,4792801102,4792801105,4792802311,4792802314,4792802317,4792802320,4792802323,4792802326,4792802329,4792802332,4792802335,4792802338,4792802341,4792802344,4792802347,4792802350,4792802353,4792802356,4792802359,4792802362,4792802365,4792802368,4792802371,4792802374,4792802377,4792802380,4792802383,4792802386,4792802389,4792802392,4792802395,4792802398,4792802521,4792802524,4792802527,4792802530,4792802533,4792802536,4792802539,4792802542,4792802545,4792802548,4792802551,4792802554,4792802557,4792802560,4792802563,4792802566,4792802569,4792802572,4792802575,4792802578,4792802581,4792803010,4792803013,4792803016,4792803019,4792803022,4792803025,4792803028,4792803031,4792803034,4792803037,4792803040,4792803043,4792803046,4792803049,4792803052,4792803055,4792803058,4792803061,4792803064,4792803067,4792803070,4792803073,4792803076,4792803079,4792803082,4792803085,4792803088,4792803091,4792803094,4792803097,4792803100,4792803103,4792803106,4792803109,4792803112,4792803115,4792803118,4792803241,4792803244,4792803247,4792803250,4792803253,4792803256,4792803259,4792803262,4792803265,4792803268,4792803271,4792803274,4792803277,4792803280,4792803283,4792803286,4792803289,4792803292,4792803295,4792803298,4792803301,4792803304,4792803307,4792803310,4792803313,4792803316,4792803319,4792803322,4792803325,4792803328,4792803331,4792803334,4792803337,4792803340,4792803343,4792803346,4792803349,4792803352,4792803355,4792803358,4792803481,4792803484,4792803487,4792803490,4792803493,4792803496,4792803499,4792803502,4792803505,4792803508,4792803511,4792804054,4792804057,4792804060,4792804063,4792804066,4792804069,4792804072,4792804075,4792804078,4792804201,4792804204,4792804207,4792804210,4792804213,4792804216,4792804219,4792804222,4792804225,4792804228,4792804231,4792804234,4792804237,4792804240,4792804243,4792804246,4792804249,4792804252,4792804255,4792804258,4792804261,4792804264,4792804267,4792804270,4792804273,4792804276,4792804279,4792804282,4792804285,4792804288,4792804291,4792804294,4792804297,4792804300,4792804303,4792804306,4792804309,4792804312,4792804315,4792804318,4792804441,4792804444,4792804447,4792804450,4792804453,4792804456,4792804459,4792804462,4792804465,4792804468,4792804471,4792804474,4792804477,4792804480,4792804483,4792804486,4792804489,4792804492,4792804495,4792804498,4792804501,4792804504,4792804507,4792804510,4792804513,4792804516,4792804519,4792804522,4792804525,4792804528,4792804531,4792804936,4792804939,4792804942,4792804945,4792804948,4792804951,4792804954,4792804957,4792804960,4792804966,4792804969,4792804972,4792804975,4792804978,4792804981,4792804984,4792804987,4792804990,4792804993,4792804996,4792804999,4792805002,4792805005,4792805008,4792805011,4792805014,4792805017,4792805020,4792805023,4792805026,4792805029,4792805032,4792805035,4792805038,4792805161,4792805164,4792805167,4792805170,4792805173,4792805176,4792805179,4792805182,4792805185,4792805188,4792805191,4792805194,4792805197,4792805200,4792805203,4792805206,4792805209,4792805212,4792805215,4792805218,4792805221,4792805224,4792805227,4792805230,4792805233,4792805236,4792805239,4792805242,4792805245,4792805248,4792805251,4792805254,4792805257,4792805260,4792805263,4792805266,4792805269,4792805272,4792805275,4792806658,4792806661,4792806664,4792806667,4792806670,4792806673,4792806676,4792806679,4792806682,4792806685,4792806688,4792806691,4792806694,4792806697,4792806700,4792806703,4792806706,4792806709,4792806712,4792806715,4792806718,4792806841,4792806844,4792806847,4792806850,4792806853,4792806856,4792806859,4792806862,4792806865,4792806868,4792806871,4792806874,4792806877,4792806880,4792806883,4792806886,4792806889,4792806892,4792806895,4792806898,4792806901,4792806904,4792806907,4792806910,4792806913,4792806916,4792806919,4792806922,4792806925,4792806928,4792806931,4792806934,4792806937,4792806940,4792806943,4792806946,4792806949,4792806952,4792806955,4792806958,4792807081,4792807084,4792807087,4792807090,4792807093,4792807096,4792807102,4792807105,4792807108,4792807111,4792807114,4792807117,4792807120,4792807123,4792807126,4792807129,4792807132,4792807135,4792807138,4792807141,4792807144,4792807147,4792807150,4792807153,4792807156,4792807159,4792807162,4792807165,4792807168,4792807171,4792807174,4792807177,4792807180,4792807183,4792807186,4792807189,4792807192,4792807195,4792807198,4792807321,4792807324,4792807327,4792807330,4792807333,4792807336,4792807339,4792807342,4792807345,4792807348,4792807351,4792807354,4792807357,4792807360,4792807363,4792807366,4792807369,4792807372,4792807375,4792807378,4792807381,4792807384,4792807387,4792807390,4792807393,4792807396,4792807399,4792807402,4792807405,4792807408,4792807411,4792807414,4792807417,4792807420,4792807423,4792807426,4792807429,4792807432,4792807435,4792808314,4792808320,4792808323,4792808326,4792808329,4792808332,4792808335,4792808338,4792808341,4792808344,4792808347,4792808350,4792808353,4792808356,4792808359,4792808362,4792808365,4792808368,4792808371,4792808374,4792808377,4792808380,4792808383,4792808386,4792808389,4792808392,4792808395,4792808398,4792808521,4792808524,4792808527,4792808533,4792808536,4792808539,4792808542,4792808545,4792808548,4792808551,4792808554,4792808557,4792808560,4792808563,4792808566,4792808569,4792808572,4792808575,4792808578,4792808581,4792808584,4792808587,4792808590,4792808593,4792808596,4792808599,4792808602,4792808605,4792808608,4792808611,4792808614,4792808617,4792808620,4792808623,4792808626,4792808629,4792808632,4792808635,4792808638,4792808761,4792808764,4792808767,4792808770,4792808773,4792808776,4792808779,4792808782,4792808785,4792808788,4792808791,4792808794,4792808797,4792808800,4792808803,4792808806,4792808809,4792808812,4792808815,4792808818,4792808821,4792808824,4792808827,4792808830,4792808833,4792808836,4792808839,4792808842,4792808845,4792808848,4792808851,4792808854,4792808857,4792808860,4792808863,4792808866,4792808869,4792808872,4792808875,4792808878,4792809001,4792809004,4792809007,4792809010,4792809013,4792809016,4792809019,4792809022,4792809025,4792809028,4792809031,4792809034,4792809037,4792809040,4792809043,4792809046,4792809049,4792809052,4792809055,4792809058,4792809061,4792809064,4792809067,4792809070,4792809073,4792809076,4792809079,4792809082,4792809085,4792809088,4792809091,4792809094,4792809097,4792809100,4792809103,4792809106,4792809109,4792809112,4792809115,4792809118,4792809241,4792809244,4792809247,4792809250,4792809253,4792809256,4792809259,4792809262,4792809265,4792809268,4792809271,4792809274,4792809277,4792809280,4792809283,4792809286,4792809289,4792809292,4792809295,4792809298,4792809301,4792809595,4792809598,4792809721,4792809724,4792809727,4792809730,4792809733,4792809736,4792809739,4792809742,4792809745,4792809748,4792809751,4792809754,4792809757,4792809760,4792809763,4792809766,4792809769,4792809772,4792809775,4792809778,4792809781,4792809784,4792809787,4792809790,4792809796,4792809799,4792809802,4792809805,4792809808,4792809811,4792809814,4792809817,4792809820,4792809823,4792809826,4792809829,4792809832,4792809835,4792809838,4792809961,4792809964,4792809967,4792809970,4792809973,4792809976,4792809979,4792809982,4792809985,4792809988,4792809991,4792809994,4792809997,4792810000,4792810003,4792810006,4792810009,4792810012,4792810015,4792810018,4792810021,4792810024,4792810027,4792810030,4792810033,4792810036,4792810039,4792810042,4792810045,4792810048,4792810051,4792810054,4792810057,4792810060,4792810063,4792810066,4792810069,4792810072,4792810075,4792810078,4792810201,4792810204,4792810207,4792810210,4792810213,4792810216,4792810219,4792810222,4792810225,4792810228,4792810231,4792810234,4792810237,4792810240,4792810243,4792810246,4792810249,4792810252,4792810255,4792810258,4792810261,4792810264,4792810267,4792810270,4792810273,4792810276,4792810279,4792810282,4792810285,4792810288,4792810291,4792810294,4792810297,4792810300,4792810303,4792810306,4792810309,4792810312,4792810315,4792810318,4792810441,4792810444,4792810447,4792810450,4792810453,4792810456,4792810459,4792810462,4792810465,4792810468,4792810471,4792810474,4792810477,4792810480,4792810483,4792810486,4792810489,4792810492,4792810495,4792810498,4792810501,4792810504,4792810507,4792810510,4792810513,4792810516,4792810519,4792810714,4792810717,4792810720,4792810723,4792810726,4792810729,4792810732,4792810735,4792810738,4792810741,4792810744,4792810747,4792810750,4792810753,4792810756,4792810759,4792810762,4792810765,4792810768,4792810771,4792810774,4792810777,4792810780,4792810783,4792810786,4792810789,4792810792,4792810795,4792810921,4792810924,4792810927,4792810930,4792810933,4792810936,4792810939,4792810942,4792810945,4792810948,4792810984,4792810987,4792810990,4792810993,4792810996,4792810999,4792811005,4792811008,4792811011,4792811014,4792811017,4792811020,4792811023,4792811026,4792811029,4792811032,4792811035,4792811038,4792811161,4792811164,4792811167,4792811170,4792811173,4792811176,4792811179,4792811182,4792811185,4792811188,4792811191,4792811194,4792811197,4792811200,4792811203,4792811206,4792811209,4792811212,4792811215,4792811218,4792811221,4792811224,4792811227,4792811230,4792811233,4792811236,4792811239,4792811242,4792811245,4792811248,4792811251,4792811254,4792811257,4792811260,4792811263,4792811266,4792811269,4792811272,4792811275,4792811278,4792811401,4792811404,4792811407,4792811410,4792811413,4792811416,4792811419,4792811422,4792811425,4792811428,4792811431,4792811434,4792811437,4792811440,4792811443,4792811449,4792811452,4792811455,4792811458,4792811461,4792811464,4792811467,4792811470,4792811473,4792811476,4792811479,4792811482,4792811485,4792811488,4792811491,4792811494,4792811497,4792811500,4792811503,4792811506,4792811644,4792811650,4792811653,4792811656,4792811659,4792811662,4792811665,4792811668,4792811671,4792811674,4792811677,4792811680,4792811686,4792811689,4792811692,4792811695,4792811698,4792811701,4792811704,4792811707,4792811710,4792811713,4792811716,4792811719,4792811722,4792811725,4792811728,4792811731,4792811734,4792811737,4792811740,4792811743,4792811746,4792811749,4792811752,4792811755,4792811758,4792811881,4792811884,4792811887,4792811890,4792811893,4792811896,4792811899,4792811902,4792811905,4792811908,4792811911,4792811914,4792811917,4792811920,4792811923,4792811926,4792811929,4792811932,4792811935,4792811938,4792811944,4792811947,4792811950,4792811956,4792811959,4792811962,4792811968,4792811971,4792811974,4792811977,4792811980,4792811983,4792811986,4792811989,4792811992,4792811995,4792811998,4792812121,4792812124,4792812127,4792812130,4792812133,4792812136,4792812139,4792812142,4792812886,4792812889,4792812892,4792812895,4792812898,4792812901,4792812904,4792812907,4792812910,4792812913,4792812916,4792812919,4792812922,4792812925,4792812928,4792812931,4792812934,4792812937,4792812940,4792812943,4792812946,4792812949,4792812952,4792812955,4792812958,4792813081,4792813084,4792813087,4792813090,4792813093,4792813096,4792813099,4792813102,4792813105,4792813108,4792813111,4792813114,4792813117,4792813120,4792813123,4792813126,4792813129,4792813132,4792813135,4792813138,4792813141,4792813144,4792813147,4792813150,4792813153,4792813156,4792813159,4792813162,4792813165,4792813168,4792813171,4792813174,4792813177,4792813180,4792813183,4792813189,4792813192,4792813195,4792813198,4792813321,4792813324,4792813327,4792813330,4792813333,4792813336,4792813339,4792813342,4792813345,4792813348,4792813351,4792813354,4792813357,4792813360,4792813363,4792813366,4792813369,4792813372,4792813375,4792813378,4792813381,4792813384,4792813387,4792813390,4792813393,4792813396,4792813399,4792813402,4792813405,4792813408,4792813411,4792813414,4792813417,4792813420,4792813423,4792813426,4792813429,4792813432,4792813435,4792813438,4792813561,4792813564,4792813567,4792813570,4792813573,4792813576,4792813579,4792813582,4792813585,4792813588,4792813591,4792813594,4792813597,4792813600,4792813603,4792813606,4792813609,4792813612,4792813615,4792813618,4792813621,4792813624,4792813627,4792813630,4792813633,4792813636,4792813639,4792813642,4792813648,4792813651,4792813654,4792813657,4792813660,4792813663,4792813666,4792813669,4792813672,4792813675,4792813678,4792813801,4792813804,4792813807,4792813810,4792813813,4792813816,4792813819,4792813822,4792813825,4792813828,4792813831,4792813834,4792813837,4792813840,4792813843,4792813846,4792813849,4792813852,4792813855,4792813858,4792813861,4792813864,4792813867,4792813870,4792813873,4792813876,4792813879,4792813882,4792813885,4792813888,4792813891,4792813894,4792813897,4792813900,4792813903,4792813906,4792813909,4792813912,4792813915,4792813918,4792814041,4792814044,4792814047,4792814050,4792814053,4792814056,4792814059,4792814065,4792814068,4792814071,4792814074,4792814077,4792814080,4792814083,4792814086,4792814089,4792814095,4792814098,4792814101,4792814104,4792814107,4792814110,4792814113,4792814116,4792814122,4792814125,4792814128,4792814131,4792814134,4792815049,4792815052,4792815055,4792815058,4792815061,4792815064,4792815067,4792815070,4792815073,4792815076,4792815079,4792815082,4792815085,4792815088,4792815091,4792815094,4792815097,4792815100,4792815103,4792815106,4792815109,4792815115,4792815118,4792815241,4792815244,4792815247,4792815250,4792815253,4792815256,4792815259,4792815262,4792815265,4792815268,4792815271,4792815274,4792815277,4792815280,4792815283,4792815286,4792815289,4792815292,4792815295,4792815298,4792815301,4792815304,4792815307,4792815310,4792815313,4792815316,4792815319,4792815322,4792815325,4792815328,4792815331,4792815334,4792815337,4792815340,4792815343,4792815346,4792815349,4792815352,4792815355,4792815358,4792815481,4792815484,4792815487,4792815490,4792815493,4792815496,4792815499,4792815502,4792815505,4792815508,4792815511,4792815514,4792815517,4792815520,4792815523,4792815526,4792815529,4792815532,4792815535,4792815538,4792815541,4792815544,4792815547,4792815550,4792815553,4792815556,4792815559,4792815562,4792815565,4792815568,4792815571,4792815574,4792815577,4792815583,4792815586,4792815589,4792815592,4792815595,4792815598,4792815721,4792815724,4792815727,4792815730,4792815733,4792815736,4792815739,4792815742,4792815745,4792815748,4792815751,4792815754,4792815757,4792815760,4792815763,4792815766,4792815769,4792815772,4792815778,4792815781,4792815784,4792815790,4792815793,4792815796,4792815799,4792815802,4792815805,4792815808,4792815811,4792815814,4792815817,4792815823,4792815826,4792815829,4792815832,4792815835,4792815838,4792815964,4792815967,4792815970,4792815973,4792815976,4792815979,4792815982,4792815985,4792815988,4792815991,4792815994,4792815997,4792816000,4792816003,4792816006,4792816009,4792816012,4792816015,4792816018,4792816021,4792816024,4792816027,4792816030,4792816033,4792816036,4792816039,4792816042,4792816045,4792816048,4792816051,4792816054,4792816057,4792816060,4792816063,4792816066,4792816069,4792816072,4792816075,4792816078,4792816201,4792816204,4792816207,4792816210,4792816213,4792816216,4792816219,4792816222,4792816225,4792816228,4792816234,4792816237,4792816240,4792816243,4792816246,4792816249,4792816252,4792816255,4792816258,4792816261,4792816264,4792816267,4792816270,4792816273,4792816276,4792816279,4792816282,4792817662,4792817665,4792817668,4792817671,4792817674,4792817677,4792817680,4792817683,4792817686,4792817689,4792817692,4792817695,4792817698,4792817701,4792817704,4792817707,4792817710,4792817713,4792817716,4792817719,4792817722,4792817725,4792817728,4792817731,4792817734,4792817737,4792817740,4792817743,4792817746,4792817749,4792817752,4792817755,4792817758,4792817881,4792817884,4792817887,4792817890,4792817893,4792817896,4792817899,4792817902,4792817905,4792817908,4792817911,4792817914,4792817917,4792817920,4792817923,4792817926,4792817929,4792817932,4792817935,4792817938,4792817941,4792817944,4792817947,4792817950,4792817953,4792817959,4792817962,4792817965,4792817968,4792817971,4792817974,4792817977,4792817983,4792817986,4792817989,4792817992,4792817995,4792817998,4792818121,4792818124,4792818127,4792818130,4792818133,4792818136,4792818139,4792818142,4792818145,4792818148,4792818151,4792818154,4792818157,4792818160,4792818163,4792818166,4792818169,4792818172,4792818175,4792818178,4792818181,4792818184,4792818187,4792818190,4792818193,4792818196,4792818199,4792818202,4792818205,4792818208,4792818211,4792818214,4792818217,4792818220,4792818223,4792818226,4792818229,4792818232,4792818235,4792818238,4792818361,4792818364,4792818367,4792818370,4792818373,4792818376,4792818379,4792818382,4792818385,4792818388,4792818454,4792818457,4792818460,4792818463,4792818466,4792818469,4792818472,4792818478,4792818601,4792818604,4792818607,4792818610,4792818613,4792818616,4792818619,4792818622,4792818625,4792818628,4792818631,4792818634,4792818637,4792818640,4792818643,4792818646,4792818649,4792818652,4792818655,4792819114,4792819117,4792819120,4792819123,4792819126,4792819129,4792819132,4792819135,4792819138,4792819141,4792819144,4792819147,4792819150,4792819153,4792819156,4792819159,4792819162,4792819165,4792819168,4792819171,4792819174,4792819177,4792819180,4792819183,4792819186,4792819189,4792819192,4792819195,4792819198,4792819321,4792819324,4792819327,4792819330,4792819333,4792819336,4792819339,4792819342,4792819345,4792819348,4792819351,4792819354,4792819357,4792819360,4792819363,4792819366,4792820071,4792820074,4792820077,4792820080,4792820083,4792820086,4792820089,4792820092,4792820095,4792820098,4792820101,4792820104,4792820107,4792820110,4792820113,4792820116,4792820119,4792820122,4792820128,4792820131,4792820134,4792820137,4792820140,4792820143,4792820146,4792820149,4792820152,4792820155,4792820158,4792820281,4792820284,4792820287,4792820290,4792820293,4792820296,4792820299,4792820302,4792820305,4792820308,4792820311,4792820314,4792820317,4792820320,4792820326,4792820329,4792820332,4792820335,4792820338,4792820341,4792820344,4792820347,4792820350,4792820353,4792820356,4792820359,4792820362,4792820365,4792820368,4792820371,4792820374,4792820377,4792820380,4792820383,4792820386,4792820389,4792820392,4792820395,4792820398,4792820521,4792820524,4792820527,4792820530,4792820533,4792820536,4792820539,4792820542,4792820545,4792820548,4792820551,4792820554,4792820557,4792820560,4792820563,4792820566,4792820569,4792820572,4792820575,4792820578,4792820581,4792820584,4792820587,4792820590,4792820593,4792820596,4792820599,4792820602,4792820605,4792820608,4792820611,4792820614,4792820617,4792820620,4792820623,4792820626,4792820629,4792820632,4792820635,4792820638,4792820761,4792820764,4792820767,4792820770,4792820773,4792820776,4792820779,4792820782,4792820785,4792820788,4792820791,4792820794,4792820797,4792820800,4792820803,4792820806,4792820809,4792820812,4792820815,4792820818,4792820821,4792820824,4792820827,4792820830,4792820833,4792820836,4792820839,4792820842,4792820845,4792820848,4792820851,4792820854,4792820857,4792820860,4792820863,4792820866,4792820869,4792820872,4792820875,4792820878,4792821001,4792821004,4792821007,4792821010,4792821013,4792821016,4792821019,4792821022,4792821025,4792821028,4792821031,4792821034,4792821037,4792821040,4792821043,4792821046,4792821049,4792821052,4792821055,4792821058,4792821244,4792821247,4792821250,4792821253,4792821256,4792821259,4792821262,4792821265,4792821268,4792821271,4792821274,4792821277,4792821280,4792821283,4792821286,4792821292,4792821295,4792821298,4792821301,4792821304,4792821307,4792821310,4792821313,4792821316,4792821319,4792821322,4792821325,4792821328,4792821331,4792821334,4792821337,4792821340,4792821343,4792821346,4792821349,4792821352,4792821355,4792821358,4792821484,4792821487,4792821493,4792821496,4792821499,4792821502,4792821505,4792821508,4792821511,4793111928,4793111931,4793111934,4793111937,4793111940,4793111943,4793111946,4793111949,4793111952,4793111955,4793111958,4793111961,4793111964,4793111967,4793111973,4793111976,4793111979,4793111982,4793111985,4793111988,4793111991,4793112123,4793112126,4793112129,4793135406,4793135409,4793135412,4793135415,4793135418,4793135421,4793135424,4793135427,4793135430,4793135433,4793135436,4793135439,4793135442,4793135445,4793136399,4793136402,4793136405,4793136408,4793136411,4793138529,4793138532,4793138535,4793138538,4793138541,4793138544,4793138547,4793138550,4793138553,4793138556,4793138559,4793138562,4793138565,4793138568,4793138571,4793138574,4793138577,4793138580,4793138583,4793138586,4793138589,4793138592,4793138595,4793138598,4793138601,4793138604,4793138607,4793138610,4793138613,4793138616,4793138619,4793138622,4793138625,4793138628,4793138631,4793138634,4793138637,4793138760,4793138763,4793138766,4793138769,4793139039,4793139042,4793139045,4793139048,4793139051,4793139057,4793139060,4793139063,4793139066,4793139069,4793139072,4793139075,4793139078,4793139081,4793139084,4793139087,4793139090,4793139093,4793139096,4793139099,4793139102,4793139105,4793139108,4793139111,4793139114,4793139117,4793139240,4793139243,4793139246,4793139249,4793139252,4793139255,4793139258,4793139261,4793139264,4793139267,4793139270,4793139273,4793139276,4793139279,4793139282,4793139285,4793139288,4793139291,4793139294,4793139297,4793139300,4793139303,4793139306,4793139309,4793139312,4793139315,4793139318,4793139321,4793139324,4793139327,4793139330,4793139333,4793139336,4793139339,4793139342,4793139345,4793139348,4793139351,4793139354,4793139357,4793139480,4793139483,4793139486,4793139489,4793139492,4793139495,4793139498,4793139501,4793139504,4793139507,4793139510,4793139513,4793139516,4793139519,4793139522,4793139525,4793139528,4793139531,4793139534,4793139537,4793139540,4793139543,4793139546,4793139549,4793139552,4793139555,4793139558,4793139561,4793139564,4793139567,4793139570,4793139573,4793139576,4793139579,4793139582,4793139585,4793139588,4793139591,4793139594,4793139597,4793139720,4793139723,4793139726,4793139729,4793139732,4793139735,4793139738,4793139741,4793139744,4793139747,4793139750,4793139753,4793139756,4793139759,4793139762,4793139765,4793139768,4793139771,4793139774,4793139777,4793139780,4793139783,4793139786,4793139789,4793139792,4793139795,4793139798,4793139801,4793139804,4793139807,4793139810,4793139813,4793139816,4793139819,4793139822,4793139825,4793139828,4793139831,4793139834,4793139837,4793139960,4793139963,4793139966,4793139969,4793139972,4793139975,4793139978,4793139981,4793139984,4793139987,4793139990,4793139993,4793139996,4793139999,4793140002,4793140005,4793140008,4793140011,4793140014,4793140017,4793140020,4793140023,4793140026,4793140029,4793140032,4793140035,4793140038,4793140041,4793140683,4793140686,4793140689,4793140692,4793140695,4793140698,4793140701,4793140704,4793140707,4793140710,4793140713,4793140716,4793140719,4793140722,4793140725,4793140728,4793140731,4793140734,4793140737,4793140740,4793141403,4793141406,4793141754,4793141757,4793141880,4793141883,4793141886,4793141889,4793141892,4793141895,4793141898,4793141901,4793141904,4793141907,4793141910,4793141913,4793141916,4793141922,4793141925,4793141928,4793141931,4793141934,4793141937,4793141940,4793141946,4793141949,4793141952,4793141955,4793141958,4793141961,4793141967,4793141970,4793141973,4793141976,4793141979,4793141982,4793141988,4793141991,4793141994,4793141997,4793142120,4793142123,4793142126,4793142129,4793142132,4793142135,4793142138,4793142141,4793142144,4793142147,4793142150,4793142153,4793142156,4793142159,4793142162,4793142165,4793142168,4793142171,4793142174,4793142177,4793142180,4793142183,4793142186,4793142189,4793142192,4793142195,4793142198,4793142201,4793142204,4793142207,4793142210,4793142213,4793142216,4793142219,4793142222,4793142225,4793142228,4793142231,4793142234,4793142237,4793142360,4793142873,4793142879,4793142882,4793142885,4793142888,4793142891,4793142894,4793142897,4793142900,4793142903,4793142906,4793142909,4793142912,4793142915,4793142918,4793142921,4793142924,4793142927,4793142930,4793142933,4793142936,4793142939,4793142942,4793142945,4793142948,4793142951,4793142954,4793142957,4793143080,4793143083,4793143086,4793143089,4793143092,4793143095,4793143098,4793143101,4793143104,4793143107,4793143110,4793143113,4793143116,4793143119,4793143122,4793143125,4793143128,4793143131,4793143134,4793143137,4793143140,4793143143,4793143146,4793143149,4793143152,4793143155,4793143158,4793143161,4793143164,4793143170,4793143173,4793143176,4793143179,4793143182,4793143185,4793143188,4793143191,4793143194,4793143197,4793143320,4793143323,4793143326,4793143329,4793143332,4793143335,4793143338,4793143341,4793143344,4793143347,4793143350,4793143356,4793143359,4793143362,4793143365,4793143368,4793143371,4793143374,4793143377,4793143380,4793143383,4793143386,4793143389,4793143392,4793143395,4793143398,4793143401,4793143404,4793143407,4793143410,4793143413,4793143416,4793143419,4793143422,4793143425,4793143431,4793143434,4793143437,4793145003,4793145006,4793145009,4793145012,4793145015,4793145018,4793145021,4793145024,4793145027,4793145030,4793145033,4793145036,4793145039,4793145042,4793145045,4793145048,4793145051,4793145054,4793145057,4793145060,4793145063,4793145066,4793145069,4793145072,4793145075,4793145078,4793145081,4793145084,4793145087,4793145090,4793145093,4793145096,4793145099,4793145102,4793145105,4793145108,4793145111,4793145117,4793145240,4793145243,4793145246,4793145249,4793145252,4793145255,4793145258,4793145261,4793145264,4793145267,4793145270,4793145273,4793145276,4793145279,4793145282,4793145285,4793145288,4793145291,4793145294,4793145297,4793145300,4793145303,4793145306,4793145309,4793145312,4793145315,4793145318,4793145321,4793145324,4793145327,4793145330,4793145333,4793145336,4793145339,4793145342,4793145345,4793145348,4793145351,4793145354,4793145357,4793145480,4793145483,4793145486,4793145489,4793145492,4793145543,4793145546,4793145549,4793145552,4793145555,4793145558,4793145561,4793145564,4793145567,4793145570,4793145573,4793145576,4793145579,4793145582,4793145585,4793145588,4793145591,4793145594,4793145597,4793145720,4793145723,4793145726,4793145729,4793145732,4793145735,4793145738,4793145741,4793145744,4793145747,4793145750,4793145753,4793145756,4793145759,4793145762,4793145765,4793145768,4793145771,4793145774,4793145777,4793145780,4793145783,4793145786,4793145789,4793145792,4793145795,4793145801,4793145804,4793145807,4793145810,4793145813,4793145816,4793145819,4793145822,4793145825,4793145828,4793145831,4793145834,4793145837,4793145960,4793145963,4793145966,4793145969,4793145972,4793145975,4793145978,4793145981,4793145984,4793145987,4793145990,4793145993,4793145996,4793145999,4793146002,4793146005,4793146008,4793146011,4793146014,4793146017,4793146020,4793146023,4793146026,4793146029,4793146032,4793146035,4793146038,4793146041,4793146044,4793146047,4793146050,4793146053,4793146056,4793146059,4793146062,4793146065,4793146068,4793146074,4793146077,4793146200,4793147163,4793147166,4793147169,4793147172,4793147175,4793147178,4793147181,4793147184,4793147187,4793147190,4793147193,4793147196,4793147199,4793147202,4793147205,4793147208,4793147211,4793147214,4793147217,4793147220,4793147223,4793147226,4793147229,4793147232,4793147235,4793147238,4793147241,4793147244,4793147247,4793147250,4793147253,4793147256,4793147259,4793147262,4793147265,4793147268,4793147271,4793147274,4793147277,4793147400,4793147427,4793147430,4793147433,4793147436,4793147439,4793147442,4793147445,4793147448,4793147451,4793147454,4793147457,4793147460,4793147463,4793147466,4793147469,4793147472,4793147475,4793147478,4793147481,4793147484,4793147487,4793147490,4793147493,4793147496,4793147499,4793147502,4793147505,4793147508,4793147511,4793147514,4793147517,4793147640,4793147643,4793147646,4793147649,4793147652,4793147655,4793147658,4793147661,4793147664,4793147667,4793147670,4793147673,4793147676,4793147679,4793147685,4793147688,4793147691,4793147694,4793147697,4793147700,4793147703,4793147706,4793147709,4793147712,4793147715,4793147718,4793147721,4793147724,4793147727,4793147730,4793147733,4793147736,4793147739,4793147742,4793147745,4793147748,4793147751,4793147754,4793147757,4793147880,4793147883,4793147886,4793147889,4793147892,4793147895,4793147901,4793147904,4793147907,4793147910,4793147913,4793147916,4793147919,4793147922,4793147925,4793147928,4793147931,4793147934,4793147937,4793147940,4793147943,4793147946,4793147949,4793147952,4793147955,4793147958,4793147961,4793147964,4793147967,4793147970,4793147973,4793147976,4793147982,4793147985,4793147988,4793147991,4793147994,4793147997,4793148120,4793148123,4793148126,4793148129,4793148132,4793148135,4793148138,4793148141,4793148144,4793148147,4793148150,4793148153,4793148156,4793148159,4793148162,4793148165,4793148168,4793148171,4793148174,4793148177,4793148180,4793148183,4793148186,4793148189,4793148192,4793148195,4793148198,4793148201,4793148204,4793148207,4793148210,4793148213,4793148216,4793148219,4793148222,4793148225,4793148228,4793148231,4793148234,4793148237,4793148360,4793148363,4793148366,4793148369,4793148372,4793148375,4793148378,4793148381,4793148384,4793148387,4793148390,4793148393,4793148396,4793148399,4793148402,4793148405,4793148408,4793148411,4793148414,4793148417,4793148420,4793148423,4793148927,4793148930,4793148933,4793148936,4793148939,4793148942,4793148945,4793148948,4793148951,4793148954,4793148957,4793149080,4793149083,4793149086,4793149089,4793149092,4793149095,4793149098,4793149101,4793149104,4793149107,4793149110,4793149113,4793149116,4793149119,4793149122,4793149125,4793149128,4793149131,4793149134,4793149137,4793149140,4793149143,4793149146,4793149149,4793149152,4793149155,4793149158,4793149161,4793149164,4793149167,4793149170,4793149173,4793149176,4793149179,4793149182,4793149185,4793149188,4793149191,4793149194,4793149197,4793149320,4793149323,4793149326,4793149329,4793149332,4793149335,4793149338,4793149341,4793149344,4793149347,4793149350,4793149353,4793149356,4793149359,4793149362,4793149365,4793149368,4793149371,4793149374,4793149377,4793149380,4793149383,4793149386,4793149389,4793149392,4793149395,4793149398,4793149401,4793149404,4793149407,4793149410,4793149413,4793149416,4793149419,4793149422,4793149425,4793149428,4793149431,4793149434,4793149437,4793149560,4793149563,4793149566,4793149569,4793149572,4793149575,4793149578,4793149581,4793149584,4793149587,4793149590,4793149593,4793149596,4793149599,4793149602,4793149605,4793149608,4793149611,4793149614,4793149617,4793149620,4793149623,4793149626,4793149629,4793149632,4793149635,4793149638,4793149641,4793149644,4793149647,4793149650,4793149653,4793149656,4793149659,4793149662,4793149665,4793149668,4793149671,4793149674,4793149677,4793149800,4793149803,4793149806,4793149809,4793149812,4793149815,4793149818,4793149821,4793149824,4793149827,4793149830,4793149833,4793149836,4793149839,4793149842,4793150154,4793150157,4793150280,4793150283,4793150286,4793150289,4793150292,4793150295,4793150298,4793150301,4793150304,4793150307,4793150310,4793150313,4793150316,4793150319,4793150322,4793150325,4793150328,4793150331,4793150334,4793150337,4793150340,4793150343,4793150346,4793150349,4793150352,4793150355,4793150358,4793150361,4793150364,4793150367,4793150370,4793150373,4793150376,4793150379,4793150382,4793150385,4793150388,4793150391,4793150394,4793150397,4793150520,4793150523,4793150526,4793150529,4793150532,4793150535,4793150538,4793150541,4793150547,4793150550,4793150553,4793150556,4793150559,4793150562,4793150565,4793150568,4793150571,4793150574,4793150577,4793150580,4793150583,4793150586,4793150589,4793150592,4793150595,4793150598,4793150601,4793150604,4793150607,4793150610,4793151003,4793151006,4793151009,4793151012,4793151015,4793151018,4793151021,4793151024,4793151027,4793151030,4793151033,4793151036,4793151039,4793151042,4793151045,4793151048,4793151051,4793151054,4793151057,4793151060,4793151063,4793151066,4793151069,4793151072,4793151075,4793151078,4793151081,4793151084,4793151087,4793151090,4793151093,4793151282,4793151285,4793151288,4793151294,4793151324,4793151327,4793151330,4793151333,4793151336,4793151339,4793151342,4793151345,4793151348,4793151351,4793151354,4793151357,4793151480,4793152077,4793152200,4793152203,4793152206,4793152209,4793152212,4793152215,4793152218,4793152221,4793152224,4793152227,4793152230,4793152233,4793152236,4793152239,4793152242,4793152245,4793152248,4793152251,4793152254,4793152257,4793152260,4793152263,4793152266,4793152269,4793152272,4793152275,4793152278,4793152281,4793152284,4793152287,4793152290,4793152293,4793152296,4793152299,4793152302,4793152305,4793152308,4793152311,4793152314,4793152317,4793152440,4793152443,4793152446,4793152449,4793152452,4793152455,4793152458,4793152461,4793152464,4793152467,4793152470,4793152473,4793152476,4793152479,4793152482,4793152485,4793152488,4793152491,4793152494,4793152497,4793152500,4793152503,4793152506,4793152509,4793152512,4793152518,4793152521,4793152524,4793152527,4793152530,4793152533,4793152536,4793152539,4793152542,4793152545,4793152548,4793152551,4793152554,4793153673,4793153676,4793153679,4793153682,4793153685,4793153691,4793153694,4793153697,4793153700,4793153703,4793153706,4793153709,4793153712,4793153715,4793153718,4793153721,4793153724,4793153727,4793153730,4793153733,4793153736,4793153739,4793153742,4793153745,4793153748,4793153751,4793153754,4793153757,4793153880,4793153883,4793153886,4793153889,4793153892,4793153895,4793153898,4793153901,4793153904,4793153907,4793153910,4793153913,4793153916,4793153919,4793153922,4793153925,4793153928,4793153931,4793153934,4793153937,4793153940,4793153943,4793153946,4793153949,4793153952,4793153955,4793153958,4793153961,4793153964,4793153967,4793153970,4793153973,4793153976,4793153979,4793153982,4793153985,4793153988,4793153991,4793153994,4793153997,4793154120,4793154123,4793154126,4793154129,4793154132,4793154135,4793154138,4793154141,4793154144,4793154147,4793154150,4793154153,4793154156,4793154159,4793154162,4793154165,4793154168,4793154171,4793154174,4793154177,4793154180,4793154183,4793154186,4793154189,4793154192,4793154195,4793154198,4793154201,4793154204,4793154207,4793154210,4793155413,4793155416,4793155419,4793155422,4793155425,4793155428,4793155431,4793155434,4793155437,4793155560,4793155563,4793155566,4793155569,4793155572,4793155575,4793155578,4793155581,4793155584,4793155587,4793155590,4793155593,4793155596,4793155599,4793155602,4793156343,4793156346,4793156349,4793156352,4793156355,4793156358,4793156361,4793156364,4793156367,4793156370,4793156373,4793156376,4793156379,4793156382,4793156385,4793156388,4793156391,4793156394,4793156397,4793156520,4793156523,4793156526,4793156529,4793156532,4793156535,4793156538,4793156541,4793156544,4793156547,4793156550,4793156553,4793157003,4793157006,4793157009,4793157012,4793157015,4793157018,4793157021,4793157024,4793157027,4793157030,4793157033,4793157036,4793157039,4793157042,4793157045,4793157048,4793157051,4793157054,4793157057,4793157060,4793157063,4793157066,4793157069,4793157072,4793157075,4793157078,4793157081,4793157084,4793157087,4793157090,4793157093,4793157096,4793157099,4793157102,4793157105,4793157108,4793157111,4793157114,4793157117,4793157240,4793157243,4793157246,4793157249,4793157252,4793157255,4793157258,4793157261,4793157264,4793157267,4793157270,4793157273,4793157276,4793157279,4793157282,4793157285,4793157288,4793157291,4793157294,4793157297,4793157300,4793157303,4793157306,4793157309,4793157312,4793157315,4793157318,4793157321,4793157324,4793157327,4793157330,4793157333,4793157336,4793157339,4793157342,4793157345,4793157348,4793157351,4793157354,4793157357,4793157480,4793157483,4793157486,4793157489,4793157492,4793157495,4793157498,4793157501,4793157504,4793157507,4793157510,4793157513,4793157516,4793157519,4793157522,4793157525,4793157528,4793157531,4793157534,4793157537,4793157540,4793157723,4793157726,4793157729,4793157732,4793157735,4793157738,4793157741,4793157747,4793157750,4793157753,4793157756,4793157759,4793157762,4793157768,4793157771,4793157774,4793157777,4793157780,4793157783,4793157786,4793157789,4793157792,4793157795,4793157798,4793157801,4793157804,4793157807,4793157810,4793157813,4793157816,4793157819,4793157822,4793157825,4793157831,4793157834,4793157837,4793157960,4793157963,4793157966,4793157969,4793157972,4793157975,4793157978,4793157981,4793157984,4793157987,4793157990,4793157993,4793157996,4793157999,4793158002,4793158005,4793158008,4793158011,4793158014,4793158017,4793158020,4793158023,4793158026,4793158029,4793158032,4793158035,4793158038,4793158041,4793158044,4793158047,4793158050,4793158053,4793158056,4793158059,4793158062,4793158065,4793158068,4793158071,4793158074,4793158077,4793158200,4793158203,4793158206,4793158209,4793158212,4793158215,4793158218,4793158221,4793158224,4793158227,4793158230,4793158233,4793158236,4793158239,4793158242,4793158245,4793158248,4793158251,4793158254,4793158257,4793158260,4793158263,4793158266,4793158269,4793158272,4793158275,4793158278,4793158281,4793158284,4793158287,4793158290,4793158293,4793158296,4793158299,4793158302,4793158305,4793158308,4793158311,4793158314,4793158317,4793158440,4793158443,4793158446,4793158449,4793158452,4793158455,4793158458,4793158461,4793158464,4793158467,4793158470,4793158473,4793158476,4793158479,4793158482,4793158485,4793158488,4793158491,4793158494,4793158497,4793158500,4793158503,4793158506,4793158509,4793158512,4793158515,4793158518,4793158521,4793158524,4793158527,4793158530,4793158533,4793158536,4793158539,4793158542,4793158545,4793158548,4793158551,4793158554,4793158557,4793158680,4793158683,4793158686,4793158689,4793158692,4793158695,4793158698,4793160894,4793160897,4793160900,4793160903,4793160906,4793160909,4793160912,4793160915,4793160918,4793160921,4793160924,4793160927,4793160930,4793160933,4793160936,4793160939,4793160942,4793160945,4793160948,4793160954,4793160957,4793161080,4793161083,4793161086,4793161089,4793161092,4793161095,4793161098,4793161101,4793161104,4793161107,4793161110,4793161113,4793161116,4793161119,4793161122,4793161125,4793161128,4793161131,4793161134,4793161137,4793161140,4793161143,4793161146,4793161149,4793161152,4793161155,4793161158,4793161161,4793161164,4793161167,4793161170,4793161173,4793161176,4793161179,4793161182,4793161185,4793161188,4793161191,4793161194,4793161197,4793161320,4793161323,4793161326,4793161329,4793161332,4793161335,4793161338,4793161341,4793161344,4793161347,4793161350,4793161353,4793161356,4793161359,4793161362,4793161365,4793161368,4793161371,4793161374,4793161377,4793161380,4793161383,4793161386,4793161389,4793161392,4793161395,4793161398,4793161401,4793161404,4793161407,4793161410,4793161413,4793161416,4793161419,4793161422,4793161425,4793161428,4793161431,4793161434,4793161437,4793161560,4793161563,4793161566,4793161569,4793161572,4793161575,4793161578,4793161581,4793161584,4793161587,4793161590,4793161593,4793161596,4793161599,4793161602,4793161605,4793161608,4793161611,4793161614,4793161617,4793161620,4793161623,4793161626,4793161629,4793161632,4793161635,4793161638,4793161641,4793161644,4793161647,4793161650,4793161653,4793161656,4793161659,4793161662,4793161665,4793161803,4793161806,4793161809,4793161812,4793161815,4793162358,4793162361,4793162364,4793162367,4793162370,4793162373,4793162376,4793162379,4793162382,4793162385,4793162388,4793162391,4793162394,4793162397,4793162520,4793162523,4793162526,4793162529,4793162532,4793162535,4793162538,4793162541,4793162544,4793162547,4793162550,4793162553,4793162556,4793162559,4793162562,4793162565,4793162568,4793162571,4793162574,4793162577,4793162580,4793162583,4793162586,4793162589,4793162592,4793162595,4793162598,4793162604,4793162607,4793162610,4793162613,4793162616,4793162619,4793162622,4793162625,4793162631,4793162634,4793162637,4793162763,4793162766,4793162769,4793162772,4793162775,4793162778,4793162781,4793162784,4793162787,4793162790,4793162793,4793162796,4793162799,4793162802,4793162805,4793162808,4793162811,4793162814,4793162817,4793162820,4793162823,4793162826,4793162829,4793162832,4793162835,4793162838,4793162841,4793162844,4793162847,4793162850,4793162853,4793162856,4793162859,4793162862,4793162865,4793162868,4793162871,4793162874,4793163252,4793163255,4793163258,4793163261,4793163264,4793163267,4793163270,4793163273,4793163276,4793163279,4793163282,4793163285,4793163288,4793163291,4793163294,4793163297,4793163300,4793163303,4793163306,4793163309,4793163312,4793163315,4793163318,4793163321,4793163324,4793163327,4793163330,4793163333,4793163336,4793163339,4793163342,4793163345,4793163348,4793163351,4793163354,4793163357,4793163480,4793163483,4793163486,4793163489,4793163492,4793163495,4793163498,4793163501,4793163504,4793163507,4793163510,4793163513,4793163516,4793163519,4793163522,4793163525,4793163528,4793163531,4793163534,4793163537,4793163540,4793163813,4793163816,4793163819,4793163822,4793163825,4793163828,4793163831,4793163834,4793163837,4793163960,4793163963,4793163966,4793163969,4793163972,4793163975,4793163978,4793163981,4793163984,4793163987,4793163990,4793163993,4793163996,4793163999,4793164002,4793164005,4793164008,4793164011,4793164014,4793164017,4793164020,4793164023,4793164026,4793164029,4793164032,4793164035,4793164038,4793164041,4793164044,4793164047,4793164050,4793164053,4793165892,4793165895,4793165898,4793165901,4793165904,4793165907,4793165910,4793165913,4793165916,4793165919,4793165922,4793165925,4793165928,4793165931,4793165934,4793165937,4793165940,4793165943,4793165946,4793165952,4793165955,4793165958,4793165961,4793165964,4793165967,4793165970,4793165973,4793165976,4793165979,4793165982,4793165985,4793165988,4793165991,4793165994,4793165997,4793166120,4793166123,4793166126,4793166129,4793166132,4793166135,4793166138,4793166141,4793166144,4793166147,4793166150,4793166153,4793166156,4793166603,4793166606,4793166609,4793166612,4793166615,4793166618,4793166621,4793166624,4793167815,4793167818,4793167821,4793167824,4793167827,4793167830,4793167833,4793167836,4793167839,4793167842,4793167845,4793167848,4793167851,4793167854,4793167857,4793167860,4793167863,4793167866,4793167869,4793167872,4793167875,4793167878,4793167881,4793167884,4793167887,4793167890,4793167893,4793167896,4793167899,4793167902,4793167905,4793167908,4793167911,4793167914,4793167917,4793168040,4793168043,4793168046,4793168049,4793168052,4793168055,4793168058,4793168061,4793168064,4793168067,4793168070,4793168073,4793168076,4793168079,4793168082,4793168085,4793168088,4793168091,4793168094,4793168097,4793168100,4793168106,4793168109,4793168112,4793168115,4793168118,4793168121,4793168124,4793168127,4793168130,4793168133,4793168136,4793168139,4793168142,4793168145,4793168148,4793168151,4793168154,4793168157,4793168280,4793168283,4793168286,4793168289,4793168292,4793168295,4793168298,4793168301,4793168304,4793168307,4793168310,4793168313,4793168316,4793168319,4793168322,4793168325,4793168328,4793168331,4793168334,4793168337,4793168340,4793168343,4793168346,4793168349,4793168352,4793168355,4793168358,4793168361,4793168364,4793168367,4793168370,4793168373,4793168376,4793168379,4793168382,4793168385,4793168388,4793168391,4793168394,4793168397,4793168520,4793168523,4793168526,4793168529,4793168535,4793169498,4793169501,4793169504,4793169507,4793169510,4793169513,4793169519,4793169522,4793169525,4793169528,4793169531,4793169534,4793169537,4793169540,4793551895,4793551898,4793551901,4793551904,4793551907,4793551910,4793551919,4793552042,4793552045,4793552048,4793552051,4793552054,4793552057,4793552060,4793552063,4793552066,4793552069,4793552072,4793552075,4793552078,4793552081,4793552087,4793552090,4793552093,4793552096,4793552102,4793552105,4793552108,4793552111,4793552114,4793552126,4793552129,4793552132,4793562140,4793562143,4793562146,4793562149,4793562152,4793562464,4793562467,4793562470,4793562473,4793562476,4793562479,4793562602,4793562605,4793562608,4793562611,4793562614,4793562617,4793562620,4793562623,4793562626,4793562629,4793562632,4793562635,4793562638,4793562641,4793562644,4793562647,4793562650,4793562653,4793562656,4793562659,4793562662,4793562665,4793562668,4793562671,4793562674,4793562677,4793562680,4793562683,4793562686,4793562692,4793562695,4793562698,4793562701,4793562704,4793562707,4793562710,4793562713,4793562716,4793562719,4793562842,4793562845,4793562848,4793562851,4793562854,4793562857,4793562860,4793562863,4793562866,4793562869,4793562872,4793562875,4793562878,4793562881,4793564063,4793564066,4793564069,4793564072,4793564075,4793564078,4793564081,4793564084,4793564087,4793564090,4793564093,4793564096,4793564099,4793564102,4793564105,4793564108,4793564111,4793564114,4793564117,4793564120,4793564123,4793564126,4793564129,4793564132,4793564135,4793564138,4793564141,4793564144,4793564147,4793564150,4793564153,4793564156,4793564159,4793564282,4793564285,4793564288,4793564291,4793564294,4793564297,4793564300,4793564303,4793564306,4793564309,4793564312,4793564315,4793564318,4793564321,4793564324,4793564327,4793564330,4793564333,4793564336,4793564339,4793564342,4793564345,4793564348,4793564351,4793564354,4793564357,4793564360,4793564363,4793564366,4793564369,4793564372,4793564375,4793564378,4793564381,4793564384,4793564387,4793564390,4793564393,4793564396,4793564399,4793564522,4793564525,4793564528,4793564531,4793564534,4793564537,4793564540,4793564543,4793564546,4793564549,4793564552,4793564555,4793564558,4793564561,4793564564,4793564567,4793564570,4793564573,4793564576,4793564579,4793564582,4793564585,4793564588,4793564591,4793564597,4793564600,4793564603,4793564606,4793564609,4793564612,4793564615,4793564618,4793564624,4793564627,4793564630,4793564633,4793564636,4793564762,4793564765,4793564768,4793564771,4793564774,4793564777,4793564780,4793564783,4793564786,4793564789,4793564792,4793564795,4793564798,4793564801,4793564804,4793564807,4793564810,4793564813,4793564816,4793564819,4793564822,4793564825,4793564828,4793564831,4793564837,4793564840,4793564843,4793564846,4793564849,4793564852,4793564855,4793564858,4793564861,4793564864,4793564867,4793564870,4793564873,4793564876,4793564879,4793565002,4793565005,4793565008,4793565011,4793565014,4793565017,4793565020,4793565023,4793565026,4793565029,4793565032,4793565035,4793565038,4793565041,4793565044,4793565047,4793565050,4793565053,4793565056,4793565059,4793565062,4793565065,4793565068,4793565071,4793565074,4793565077,4793565080,4793565086,4793565089,4793565092,4793565095,4793565101,4793565104,4793565107,4793565110,4793565113,4793565116,4793565119,4793565242,4793565245,4793565248,4793565251,4793565254,4793565257,4793565260,4793565263,4793565266,4793565269,4793565272,4793565275,4793565278,4793565281,4793565284,4793565287,4793565290,4793565293,4793565296,4793565299,4793565302,4793565305,4793565308,4793565311,4793565314,4793565317,4793565320,4793565323,4793565326,4793565329,4793565332,4793565335,4793565338,4793565341,4793565344,4793565347,4793565350,4793565353,4793565356,4793565359,4793565482,4793565485,4793565488,4793565491,4793565494,4793565497,4793565500,4793565503,4793565506,4793565509,4793565512,4793565515,4793565518,4793565521,4793565524,4793565527,4793566280,4793566283,4793566286,4793566289,4793566292,4793566295,4793566298,4793566301,4793566304,4793566307,4793566310,4793566313,4793566316,4793566319,4793566442,4793566445,4793566448,4793566451,4793566454,4793566457,4793566460,4793566463,4793566466,4793566469,4793566472,4793566475,4793566478,4793566481,4793566484,4793566490,4793566493,4793566496,4793566499,4793566502,4793566505,4793566508,4793566511,4793566514,4793566517,4793566520,4793566526,4793566529,4793566532,4793566535,4793566538,4793566541,4793566544,4793566547,4793566550,4793566553,4793566556,4793566559,4793566682,4793566685,4793566688,4793566691,4793566694,4793566697,4793566700,4793566703,4793566706,4793566709,4793566712,4793566715,4793566718,4793566721,4793566724,4793566727,4793566730,4793566733,4793566736,4793566739,4793566742,4793566745,4793566748,4793566751,4793566754,4793566757,4793566760,4793566763,4793566766,4793566769,4793566772,4793566775,4793566778,4793566781,4793566784,4793566787,4793566790,4793566793,4793566796,4793566799,4793566922,4793566925,4793566928,4793566931,4793566934,4793566937,4793567186,4793567189,4793567192,4793567195,4793567198,4793567201,4793567204,4793567207,4793567210,4793567213,4793567216,4793567219,4793567222,4793567225,4793567228,4793567231,4793567234,4793567237,4793567240,4793567243,4793567246,4793567249,4793567252,4793567255,4793567258,4793567261,4793567264,4793567270,4793567273,4793567276,4793567279,4793567402,4793567405,4793567408,4793567411,4793567414,4793567417,4793567420,4793567423,4793567426,4793567429,4793567432,4793567435,4793567438,4793567441,4793567444,4793567447,4793567450,4793567453,4793567456,4793567459,4793567462,4793567465,4793567468,4793567471,4793567474,4793567477,4793568140,4793568143,4793568146,4793568149,4793568152,4793568155,4793568158,4793568161,4793568164,4793568167,4793568170,4793568173,4793568176,4793568179,4793568182,4793568185,4793568188,4793568191,4793568194,4793568197,4793568200,4793568203,4793568206,4793568209,4793568212,4793568215,4793568218,4793568221,4793568224,4793568227,4793568230,4793568233,4793568236,4793568239,4793568362,4793568365,4793568368,4793568371,4793568374,4793568377,4793568380,4793568383,4793568386,4793568389,4793568392,4793568395,4793568398,4793568401,4793568404,4793568407,4793568410,4793568413,4793568416,4793568419,4793568422,4793568425,4793568428,4793568431,4793568434,4793568437,4793568440,4793568443,4793568446,4793568449,4793568452,4793568455,4793568458,4793568461,4793568464,4793568467,4793568470,4793568473,4793568476,4793568479,4793568605,4793568608,4793568611,4793568614,4793568617,4793568620,4793568623,4793568626,4793568629,4793568632,4793568635,4793568638,4793568641,4793568644,4793568647,4793568650,4793568653,4793568656,4793568659,4793568662,4793568665,4793568668,4793568671,4793568674,4793568677,4793568680,4793568683,4793568686,4793568689,4793568692,4793568695,4793568698,4793568701,4793568704,4793568707,4793568710,4793568713,4793568716,4793568719,4793568842,4793568848,4793568851,4793568854,4793568860,4793568863,4793568866,4793568869,4793568872,4793569670,4793569673,4793569676,4793569679,4793569802,4793569805,4793569808,4793569811,4793569814,4793569817,4793569820,4793569823,4793569826,4793569829,4793569832,4793569835,4793569838,4793569841,4793569844,4793569847,4793569850,4793569853,4793569856,4793569859,4793569862,4793569865,4793569868,4793569871,4793569874,4793569877,4793569880,4793569883,4793569886,4793569889,4793569892,4793569895,4793569898,4793569901,4793569904,4793569907,4793569910,4793569913,4793569916,4793569919,4793570042,4793570045,4793570048,4793570051,4793570054,4793570057,4793570060,4793570063,4793570066,4793570069,4793570072,4793570075,4793570078,4793570081,4793570084,4793570087,4793570090,4793570093,4793570096,4793570099,4793570102,4793570105,4793570108,4793570114,4793570117,4793570120,4793570123,4793570126,4793570129,4793570132,4793570135,4793570138,4793570141,4793570144,4793570147,4793570150,4793570153,4793570156,4793570159,4793570282,4793570285,4793570288,4793570291,4793570294,4793570297,4793570300,4793570303,4793570306,4793570309,4793570312,4793570315,4793570318,4793570321,4793570324,4793570327,4793570330,4793570333,4793570336,4793570339,4793570342,4793570345,4793570348,4793570351,4793570354,4793570357,4793570360,4793570363,4793570366,4793570369,4793570372,4793570375,4793570378,4793570381,4793570384,4793570387,4793570390,4793570393,4793570396,4793570399,4793570522,4793572046,4793572049,4793572052,4793572055,4793572058,4793572061,4793572064,4793572067,4793572070,4793572073,4793572076,4793572079,4793572202,4793572205,4793572208,4793572211,4793572214,4793572217,4793572220,4793572223,4793572226,4793572229,4793572232,4793572235,4793572238,4793572241,4793572244,4793572247,4793572250,4793572253,4793572256,4793572259,4793572262,4793572265,4793572268,4793572271,4793572274,4793572277,4793572712,4793572715,4793572718,4793572721,4793572724,4793572727,4793572730,4793572733,4793572736,4793572739,4793572742,4793572745,4793572748,4793572751,4793572754,4793572757,4793572760,4793572763,4793572769,4793572772,4793572775,4793572778,4793572781,4793572784,4793572787,4793572790,4793572793,4793572796,4793572799,4793572922,4793572925,4793572928,4793572931,4793572934,4793572937,4793572940,4793572943,4793572946,4793572949,4793572952,4793572955,4793572958,4793572961,4793572964,4793572967,4793572970,4793572973,4793572976,4793572979,4793572982,4793572985,4793572988,4793572991,4793572994,4793572997,4793573000,4793573003,4793573006,4793573009,4793573012,4793573015,4793573018,4793573021,4793573024,4793573027,4793573030,4793573033,4793573036,4793573039,4793573162,4793573165,4793573168,4793573171,4793573174,4793573177,4793573180,4793573183,4793573186,4793573189,4793573192,4793573195,4793573198,4793573201,4793573204,4793573207,4793573210,4793573213,4793573216,4793573219,4793573222,4793573225,4793573228,4793573231,4793573234,4793573237,4793573240,4793573243,4793573246,4793573249,4793573252,4793573255,4793573258,4793573261,4793573264,4793573267,4793573270,4793573273,4793573276,4793573279,4793573402,4793573405,4793573408,4793573411,4793573414,4793573417,4793573420,4793573423,4793573426,4793573429,4793573432,4793573435,4793573438,4793573441,4793573444,4793573447,4793573450,4793573453,4793573456,4793573459,4793573462,4793573465,4793573468,4793573471,4793573474,4793573477,4793573480,4793573483,4793573486,4793573489,4793573492,4793573495,4793573498,4793573501,4793573504,4793573507,4793573510,4793573513,4793573516,4793573519,4793573642,4793573645,4793573648,4793573651,4793573654,4793573657,4793573660,4793573663,4793573666,4793573669,4793573672,4793573675,4793573678,4793573681,4793573684,4793573687,4793573690,4793573693,4793573696,4793573699,4793573702,4793573705,4793573708,4793573711,4793573714,4793573717,4793573720,4793573723,4793573726,4793573729,4793573732,4793573735,4793573738,4793573741,4793573744,4793573747,4793573750,4793573753,4793573756,4793573759,4793573882,4793573885,4793573888,4793573891,4793573894,4793573897,4793573900,4793573903,4793574140,4793574143,4793574146,4793574149,4793574152,4793574155,4793574158,4793574161,4793574164,4793574167,4793574170,4793574173,4793574176,4793574179,4793574182,4793574185,4793574188,4793574191,4793574194,4793574197,4793574200,4793574203,4793574206,4793574209,4793574212,4793574215,4793574218,4793574221,4793574224,4793574227,4793574230,4793574233,4793574236,4793574239,4793574362,4793574365,4793574368,4793574374,4793574377,4793574380,4793574383,4793574386,4793574389,4793574392,4793574395,4793574398,4793574401,4793574404,4793574407,4793574410,4793574413,4793574416,4793574419,4793574422,4793574425,4793574428,4793574431,4793574434,4793574437,4793574440,4793574443,4793574446,4793574449,4793574452,4793574455,4793574458,4793574461,4793574464,4793574467,4793574470,4793574473,4793574476,4793574479,4793574602,4793574605,4793574608,4793574611,4793574614,4793574617,4793574620,4793574623,4793574626,4793574629,4793574680,4793574683,4793574686,4793574689,4793574692,4793574695,4793574698,4793574701,4793574704,4793574707,4793574710,4793574713,4793574716,4793574719,4793574842,4793574845,4793574848,4793574851,4793574857,4793574860,4793574863,4793574866,4793574869,4793576048,4793576051,4793576054,4793576057,4793576060,4793576063,4793576066,4793576069,4793576072,4793576075,4793576078,4793576081,4793576084,4793576087,4793576090,4793576096,4793576099,4793576102,4793576105,4793576108,4793576111,4793576114,4793576117,4793576120,4793576123,4793576126,4793576129,4793576132,4793576135,4793576138,4793576141,4793576144,4793576147,4793576390,4793576393,4793576396,4793576399,4793576522,4793576525,4793576528,4793576531,4793576534,4793576537,4793576540,4793576543,4793576546,4793576549,4793576552,4793576555,4793576558,4793576561,4793576564,4793576567,4793576570,4793576573,4793576576,4793576579,4793576582,4793576585,4793576588,4793576591,4793577332,4793577335,4793577338,4793577341,4793577344,4793577347,4793577350,4793577353,4793577356,4793577359,4793577482,4793577485,4793577488,4793577491,4793577494,4793577497,4793577500,4793577503,4793577506,4793577509,4793577512,4793577515,4793577518,4793577521,4793577524,4793577527,4793577530,4793577533,4793577536,4793577539,4793577542,4793577545,4793577548,4793577551,4793577554,4793577557,4793577560,4793577563,4793577566,4793577569,4793577572,4793577575,4793577578,4793577581,4793577584,4793577587,4793577590,4793577593,4793577596,4793577599,4793577722,4793577725,4793577728,4793577731,4793577734,4793577737,4793577740,4793577743,4793577746,4793577749,4793577752,4793577755,4793577758,4793577761,4793577764,4793577767,4793577770,4793577773,4793577776,4793577779,4793577782,4793577785,4793577788,4793577791,4793577794,4793577797,4793577800,4793577803,4793577806,4793577809,4793577812,4793577815,4793577818,4793577821,4793577824,4793577827,4793577830,4793577833,4793577836,4793577839,4793577962,4793577965,4793577968,4793577971,4793577974,4793577977,4793577980,4793577983,4793577986,4793577989,4793577992,4793577995,4793577998,4793578001,4793578004,4793578007,4793578010,4793578013,4793578016,4793578019,4793578022,4793578025,4793578028,4793578031,4793578034,4793578040,4793578043,4793578046,4793578049,4793578052,4793578055,4793578058,4793578061,4793578727,4793578730,4793578733,4793578736,4793578739,4793578742,4793578745,4793578748,4793578751,4793578754,4793578757,4793578760,4793578763,4793578766,4793578769,4793578772,4793578775,4793578778,4793578781,4793578784,4793578787,4793578790,4793578793,4793578796,4793578799,4793578922,4793578925,4793578928,4793578931,4793578934,4793578937,4793578940,4793578943,4793578946,4793578949,4793578952,4793578955,4793578958,4793578961,4793578964,4793578967,4793578970,4793578973,4793578976,4793578979,4793578982,4793578985,4793578988,4793578991,4793578994,4793578997,4793579000,4793579003,4793579006,4793579009,4793579012,4793579015,4793579018,4793579021,4793579024,4793579027,4793579030,4793579033,4793579036,4793579039,4793579162,4793579165,4793579168,4793579171,4793579174,4793579177,4793579180,4793579183,4793579186,4793579189,4793579192,4793579195,4793579198,4793579201,4793579204,4793579207,4793579747,4793580410,4793580413,4793580416,4793580419,4793580422,4793580425,4793580428,4793580431,4793580434,4793580437,4793580440,4793580443,4793580446,4793580449,4793580452,4793580455,4793580458,4793580461,4793580464,4793580467,4793580470,4793580473,4793580476,4793580479,4793580602,4793580605,4793580608,4793580611,4793580614,4793580617,4793580620,4793580623,4793580626,4793580629,4793580632,4793580635,4793580638,4793580641,4793580644,4793580647,4793580650,4793580653,4793580656,4793580659,4793580662,4793580665,4793580668,4793580671,4793580674,4793580677,4793580680,4793580683,4793580686,4793580689,4793580692,4793580695,4793580698,4793580701,4793580704,4793580707,4793580710,4793580713,4793580716,4793580719,4793580842,4793580845,4793580848,4793580851,4793581664,4793581667,4793581670,4793581673,4793581676,4793581679,4793581802,4793581805,4793581808,4793581811,4793581814,4793581817,4793581820,4793581823,4793581826,4793581829,4793581832,4793581835,4793581838,4793581841,4793581844,4793581847,4793581850,4793581853,4793581856,4793581859,4793581862,4793581865,4793581868,4793581871,4793581874,4793581877,4793582843,4793582846,4793582849,4793582852,4793582855,4793582858,4793582861,4793582864,4793582867,4793582870,4793582873,4793582876,4793582879,4793583002,4793583005,4793583008,4793583011,4793583014,4793583017,4793583020,4793583023,4793583026,4793583029,4793583032,4793583035,4793583038,4793583041,4793583044,4793583047,4793583050,4793583053,4793583056,4793583059,4793583062,4793583065,4793583068,4793583071,4793583074,4793583077,4793583080,4793583083,4793583086,4793583089,4793583092,4793583095,4793583098,4793583101,4793583104,4793583107,4793583110,4793583113,4793583116,4793583119,4793583242,4793583245,4793583248,4793583251,4793583254,4793583257,4793583260,4793583263,4793583266,4793583269,4793583272,4793583275,4793583278,4793583281,4793583284,4793583287,4793583290,4793583293,4793583296,4793583299,4793583302,4793583305,4793583308,4793583311,4793583314,4793583317,4793583320,4793583323,4793583326,4793583329,4793583332,4793583335,4793583338,4793583341,4793583344,4793583347,4793584799,4793584922,4793584925,4793584928,4793584931,4793584934,4793584937,4793585024,4793585027,4793585030,4793585033,4793585036,4793585039,4793585162,4793585165,4793585168,4793585171,4793585174,4793585177,4793585180,4793585183,4793585186,4793585189,4793585192,4793585195,4793585198,4793585201,4793585207,4793585210,4793585213,4793585216,4793585219,4793585222,4793585225,4793585228,4793585231,4793585234,4793585237,4793585240,4793585243,4793585246,4793585249,4793585252,4793585255,4793585258,4793585261,4793585264,4793585267,4793585270,4793585273,4793585276,4793585279,4793585402,4793585405,4793585408,4793585411,4793585414,4793585417,4793585420,4793585423,4793585426,4793585429,4793585432,4793585435,4793585438,4793585441,4793585444,4793585447,4793585450,4793585453,4793585456,4793585459,4793585462,4793585465,4793585468,4793585471,4793585474,4793585477,4793585480,4793585483,4793585486,4793585489,4793585492,4793585495,4793585498,4793585501,4793585504,4793585507,4793585510,4793585513,4793585516,4793585519,4793585642,4793585645,4793585648,4793585651,4793585654,4793585657,4793585660,4793585663,4793585666,4793585669,4793585672,4793585675,4793585678,4793585681,4793585684,4793585687,4793585690,4793585693,4793585696,4793585699,4793585702,4793585705,4793585708,4793585711,4793585714,4793585717,4793585720,4793585723,4793585726,4793585729,4793585732,4793585735,4793585738,4793585741,4793585744,4793585747,4793585750,4793585753,4793585756,4793585759,4793585882,4793585885,4793585888,4793585891,4793585894,4793585897,4793585900,4793585903,4793585906,4793585909,4793585912,4793585915,4793585918,4793585921,4793585924,4793585927,4793585930,4793585933,4793585936,4793585939,4793585942,4793585945,4793585948,4793585951,4793585954,4793585957,4793585960,4793585969,4793585972,4793585975,4793585978,4793585981,4793585984,4793585987,4793585990,4793585993,4793585996,4793585999,4793586122,4793586125,4793586128,4793586131,4793586134,4793586137,4793587880,4793587883,4793587886,4793587889,4793587892,4793587895,4793587898,4793587901,4793587904,4793587907,4793587910,4793587913,4793587916,4793587919,4793588042,4793588045,4793588048,4793588051,4793588054,4793588057,4793588060,4793588063,4793588066,4793588069,4793588072,4793588075,4793588078,4793588081,4793588084,4793588087,4793588090,4793588093,4793588096,4793588099,4793588102,4793588105,4793588108,4793588111,4793588114,4793588117,4793588120,4793588123,4793588126,4793588129,4793588132,4793588135,4793588138,4793588141,4793588144,4793588147,4793588150,4793588153,4793588156,4793588159,4793588282,4793588285,4793588288,4793588291,4793588294,4793588297,4793588300,4793588303,4793588306,4793588309,4793588312,4793588315,4793588318,4793588321,4793588324,4793588327,4793588330,4793588333,4793588336,4793588339,4793588342,4793588345,4793588348,4793588351,4793588354,4793588357,4793588360,4793588363,4793588369,4793588372,4793588375,4793588378,4793588381,4793588384,4793588387,4793588390,4793588393,4793588396,4793588399,4793588522,4793588525,4793588528,4793588531,4793588534,4793588537,4793588852,4793588855,4793588858,4793588861,4793588864,4793588867,4793588870,4793588873,4793588876,4793588879,4793589002,4793589005,4793589011,4793589014,4793589017,4793589020,4793589023,4793589026,4793589029,4793589032,4793589035,4793589038,4793589041,4793589044,4793589047,4793589050,4793589053,4793589056,4793589059,4793589062,4793589065,4793589068,4793589071,4793589074,4793589077,4793589080,4793589083,4793589086,4793589089,4793589092,4793589095,4793589098,4793589101,4793589104,4793589107,4793589110,4793589113,4793589116,4793589119,4793589242,4793589245,4793589248,4793589251,4793589254,4793589257,4793589260,4793589263,4793589266,4793589269,4793589272,4793589275,4793589278,4793589281,4793589284,4793589287,4793589290,4793589293,4793589296,4793589299,4793589302,4793589305,4793589308,4793589311,4793589314,4793589317,4793589320,4793589323,4793589326,4793589329,4793589332,4793589335,4793589338,4793589341,4793589344,4793589347,4793589350,4793589353,4793589356,4793589359,4793589482,4793589485,4793589488,4793589491,4793589494,4793589497,4793589500,4793589503,4793589506,4793589509,4793589512,4793589515,4793589518,4793589521,4793589524,4793589527,4793589530,4793589533,4793589536,4793589539,4793589542,4793589545,4793589551,4793589554,4793589557,4793589560,4793589563,4793589566,4793589569,4793589572,4793589575,4793589578,4793589581,4793589584,4793589587,4793589590,4793589593,4793589599,4793589722,4793589725,4793589728,4793589731,4793589734,4793589737,4793590274,4793590940,4793590943,4793590946,4793590949,4793590952,4793590955,4793590958,4793590961,4793590964,4793590967,4793590970,4793590973,4793590976,4793590979,4793590982,4793590985,4793590988,4793590991,4793590994,4793590997,4793591000,4793591003,4793591006,4793591009,4793591012,4793591015,4793591018,4793591021,4793591024,4793591027,4793591030,4793591033,4793591036,4793591039,4793591162,4793591165,4793591168,4793591171,4793591174,4793591177,4793591180,4793591183,4793591186,4793591189,4793591192,4793591195,4793591198,4793591201,4793591204,4793591207,4793591210,4793591213,4793591216,4793591219,4793591222,4793591225,4793591228,4793591231,4793591234,4793591237,4793591240,4793591243,4793591246,4793591249,4793591252,4793591255,4793591258,4793591261,4793591264,4793591267,4793591270,4793591273,4793591276,4793591279,4793591402,4793591405,4793591408,4793591411,4793591414,4793591417,4793591420,4793591423,4793591426,4793591429,4793591432,4793591435,4793591438,4793591441,4793591444,4793591447,4793591450,4793591453,4793591456,4793591459,4793591462,4793591465,4793591468,4793591471,4793591474,4793591477,4793591480,4793591483,4793591486,4793591489,4793591492,4793591495,4793591498,4793591501,4793591504,4793591507,4793591510,4793591513,4793591516,4793591519,4793591642,4793591645,4793591648,4793591651,4793591654,4793591657,4793591660,4793591663,4793591666,4793591669,4793591672,4794336160,4795460127,4795650180,4801430084,4801997974,4802451060,4803343582,4806427875,4811106193,4811295981,4811304462,4811856227,4813434715,4814150351,4814193728,4816151238,4818099525,4830565370,4843101319,4843259745,4848764049,4855143078,4866109621,4869201277,4875004757,4876258278,4876828718,4882686640,4882686643,4882686646,4882686649,4882686652,4882686655,4882686658,4882686661,4882689070,4882689073,4882689076,4882689079,4882689082,4882689085,4882689088,4882689091,4882689094,4882689097,4882689100,4882689103,4882689106,4882689109,4882689112,4882689115,4882689118,4882689241,4882689244,4882689247,4882689250,4882689253,4882689256,4882689259,4882689262,4882689265,4882689268,4882689271,4882689274,4882689277,4882689280,4882689283,4882689286,4882689289,4882689292,4882689295,4882689298,4882689301,4882689304,4882689307,4882689310,4882689313,4882689316,4882689319,4882689322,4882689325,4882689328,4882689331,4882689334,4882689337,4882689340,4882689343,4882689346,4882689349,4882689352,4882689355,4882689358,4882689481,4882689484,4882689487,4882689490,4882689493,4882689496,4882689499,4882689502,4882689505,4882689508,4882689511,4882689514,4882689517,4882689520,4882689523,4882689526,4882689532,4882689535,4882689538,4882689541,4882689544,4882689547,4882689550,4882689553,4882689556,4882689559,4882689562,4882689565,4882689568,4882689571,4882689574,4882689577,4882742800,4882742803,4882742806,4882742809,4882742812,4882742815,4882742818,4882742821,4882742824,4882742827,4882742830,4882742836,4882742839,4882742842,4882742845,4882742848,4882742851,4882742854,4882742857,4882742860,4882742863,4882742866,4882742869,4882742872,4882742875,4882742878,4882743001,4882743004,4882743007,4882743010,4882743301,4882743304,4882743307,4882743310,4882743313,4882743316,4882743319,4882743322,4882743325,4882743328,4882743331,4882743334,4882743337,4882743496,4882743499,4882743505,4882743508,4882743511,4882743514,4882743517,4882743520,4882743523,4882743526,4882743529,4882743532,4882743535,4882743538,4882743541,4882743544,4882743547,4882743550,4882743553,4882743556,4882743559,4882743562,4882743565,4882743568,4882743571,4882743574,4882743577,4882743580,4882743583,4882743586,4882743589,4882743592,4882743964,4882743967,4882743970,4882743973,4882743976,4882743979,4882743982,4882743985,4882743988,4882743991,4882743994,4882743997,4882744210,4882744213,4882744216,4882744219,4882744222,4882744225,4882744228,4882744231,4882744234,4882744237,4882744240,4882744243,4882744246,4882744249,4882744252,4882744255,4882744258,4882744261,4882744264,4882744267,4882744270,4882744273,4882744276,4882744279,4882744282,4882744285,4882744288,4882744291,4882744294,4882744297,4882744300,4882744303,4882744306,4882744309,4882744312,4882744315,4882744318,4882744441,4882744444,4882744447,4882744450,4882744453,4882744456,4882744459,4882744462,4882744465,4882744729,4882744732,4882744735,4882744738,4882744741,4882744744,4882744747,4882744750,4882744753,4882744756,4882744759,4882744762,4882744765,4882744768,4882744771,4882744774,4882744777,4882744780,4882744783,4882744786,4882744789,4882744792,4882744795,4882744798,4882744921,4882744924,4882744927,4882744930,4882744933,4882744936,4882744939,4882744942,4882744945,4882744948,4882744951,4882744954,4882744957,4882745221,4882745224,4882745227,4882745230,4882745233,4882745236,4882745239,4882745242,4882745245,4882745248,4882745251,4882745254,4882745257,4882745260,4882745263,4882745269,4882745272,4882745275,4882745278,4882745401,4882745404,4882745407,4882745410,4882745413,4882745416,4882745419,4882745422,4882745425,4882745428,4882745431,4882745434,4882745437,4882745440,4882745443,4882745446,4882745449,4882745470,4882745473,4882745476,4882745479,4882745482,4882745485,4882745488,4882745491,4882745494,4882745497,4882745500,4882745503,4882745506,4882745509,4882745677,4882745680,4882745683,4882745686,4882745689,4882745692,4882745695,4882745698,4882745701,4882745704,4882745707,4882745893,4882745896,4882745899,4882745902,4882745905,4882745908,4882745911,4882745914,4882745917,4882745920,4882745923,4882745926,4882745929,4882745953,4882745956,4882745959,4882745962,4882746232,4882746235,4882746238,4882746361,4882746364,4882746367,4882746370,4882746373,4882746376,4882746379,4882746382,4882746385,4882746388,4882746391,4882746394,4882746397,4882746400,4882746403,4882746406,4882746409,4882746412,4882746415,4882746418,4882746421,4882746424,4882746427,4882746430,4882746433,4882746436,4882746439,4882746442,4882746445,4882746448,4882746451,4882746454,4882746457,4882746460,4882746463,4882746946,4882746949,4882746952,4882746955,4882746958,4882747081,4882747084,4882747087,4882747090,4882747093,4882747096,4882747099,4882747102,4882747105,4882747108,4882747111,4882747114,4882747117,4882747120,4882747123,4882747126,4882747129,4882747132,4882747135,4882747138,4882747141,4882747144,4882747147,4882747150,4882747153,4882747156,4882747159,4882747162,4882747165,4882747168,4882747171,4882747174,4882747177,4882747180,4882747183,4882747186,4882747189,4882747192,4882747195,4882747198,4882747321,4882747324,4882747327,4882747330,4882747381,4882747384,4882747387,4882747390,4882747393,4882747396,4882747399,4882747405,4882747408,4882747411,4882747414,4882749115,4882749118,4882749241,4882749244,4882749247,4882749250,4882749253,4882749256,4882749259,4882749262,4882749265,4882749268,4882749271,4882749274,4882749277,4882749280,4882749283,4882749286,4882749289,4882749292,4882749295,4882749298,4882749301,4882749310,4882752133,4882752136,4882752139,4882752142,4882752145,4882752148,4882752151,4882752154,4882752157,4882752160,4882752163,4882752166,4882752169,4882752172,4882752175,4882752178,4882752181,4882752184,4882752187,4882752190,4882752193,4882752196,4882752208,4882752211,4882752214,4882752370,4882752373,4882752376,4882752379,4882752382,4882752385,4882752388,4882752391,4882763200,4882763203,4882763206,4882763209,4882763212,4882763215,4882763218,4882763221,4882763224,4882763227,4882763230,4882763233,4882763236,4882763239,4882763242,4882763248,4882763278,4882763401,4882763413,4882763416,4882763419,4882763425,4882763428,4882763431,4882763449,4882763452,4882771879,4882771882,4882771885,4882771888,4882771891,4882771894,4882771897,4882771900,4882771903,4882771906,4882771909,4882772137,4882772140,4882772143,4882772146,4882772149,4882772152,4882772155,4882772158,4882772281,4882772284,4882772287,4882772290,4882772293,4882772296,4882772299,4882772302,4882772305,4882772308,4882772311,4882772314,4882772317,4882772320,4882772323,4882772326,4882772329,4882772332,4882772590,4882772593,4882772596,4882772599,4882772602,4882772605,4882772608,4882772611,4882772614,4882772617,4882772620,4882772623,4882772626,4882772629,4882772632,4882772635,4882772638,4882772761,4882772764,4882772767,4882772770,4882772773,4882772821,4882772824,4882772827,4882772830,4882772833,4882772836,4882772839,4882772842,4882772845,4882772848,4882772851,4882772854,4882772857,4882772860,4882772869,4882772872,4882772875,4882772878,4882773001,4882773004,4882773007,4882773010,4882773013,4882773016,4882773019,4882773022,4882773025,4882773028,4882773097,4882773100,4882773103,4882773106,4882773109,4882773112,4882773115,4882773118,4882773241,4882773244,4882773247,4882773250,4882773253,4882773256,4882773259,4882773262,4882773265,4882773268,4882773271,4882773328,4882773331,4882773337,4882773340,4882773343,4882773346,4882773349,4882773352,4882773355,4882773358,4882773481,4882773484,4882773487,4882773490,4882773493,4882773496,4882773499,4882773811,4882773814,4882773817,4882773820,4882773823,4882773826,4882773829,4882773832,4882773835,4882773838,4882773961,4882773964,4882773967,4882773970,4882773973,4882773976,4882773979,4882773982,4882773985,4882773988,4882773991,4882773994,4882773997,4882774000,4882774003,4882774006,4882774009,4882774012,4882774015,4882774018,4882774021,4882774024,4882774027,4882774030,4882774033,4882774036,4882774039,4882774042,4882774045,4882774048,4882774051,4882774054,4882774057,4882774060,4882774063,4882774066,4882774069,4882774072,4882774075,4882774078,4882774201,4882774204,4882774207,4882774210,4882774213,4882774216,4882774219,4882774519,4882774522,4882774525,4882774528,4882774531,4882774534,4882774537,4882774540,4882774543,4882774546,4882774549,4882774552,4882774555,4882774558,4882774681,4882774684,4882774687,4882774690,4882774693,4882774696,4882774699,4882774702,4882774705,4882774708,4882774711,4882774714,4882774717,4882774720,4882774723,4882774726,4882774729,4882774732,4882774735,4882774738,4882774741,4882774744,4882774747,4882774750,4882775470,4882775473,4882775476,4882775479,4882775482,4882775485,4882775488,4882775491,4882775494,4882775497,4882775500,4882775503,4882775506,4882775509,4882775512,4882775515,4882775518,4882775641,4882775644,4882775647,4882775650,4882775653,4882775656,4882775659,4882775662,4882775665,4882775671,4882775674,4882775677,4882775680,4882775683,4882775686,4882775689,4882776190,4882776193,4882776196,4882776202,4882776205,4882776208,4882776211,4882776214,4882776217,4882776220,4882776223,4882776226,4882776229,4882776232,4882776235,4882776238,4882776361,4882776364,4882776367,4882776370,4882776373,4882776376,4882776379,4882776382,4882776385,4882776388,4882776391,4882776394,4882776397,4882776400,4882776403,4882776406,4882776409,4882776412,4882776415,4882776418,4882776421,4882776424,4882776427,4882776430,4882776433,4882776436,4882776439,4882776442,4882776445,4882776448,4882776451,4882776454,4882776457,4882776460,4882776463,4882776466,4882776469,4882776472,4882776475,4882776478,4882776601,4882776604,4882776607,4882776610,4882776613,4882776616,4882776619,4882776622,4882776625,4882776628,4882776631,4882776634,4882776637,4882776640,4882776643,4882776646,4882776649,4882776652,4882776655,4882776658,4882776661,4882776664,4882777108,4882777111,4882777114,4882777117,4882777123,4882777126,4882777129,4882777132,4882777135,4882777138,4882777141,4882777144,4882777147,4882777150,4882777153,4882777156,4882777159,4882777162,4882777165,4882777168,4882777171,4882777174,4882777177,4882777180,4882777183,4882777186,4882777189,4882777192,4882777195,4882777198,4882777321,4882777324,4882777327,4882777387,4882777390,4882777393,4882777399,4882777402,4882777405,4882777408,4882777411,4882777414,4882777417,4882777420,4882777423,4882777426,4882777429,4882777432,4882777435,4882777438,4882777561,4882777564,4882777567,4882777570,4882777573,4882777576,4882777579,4882777582,4882777585,4882777588,4882777591,4882777594,4882777597,4882777600,4882777603,4882777606,4882777609,4882777612,4882777615,4882777618,4882777621,4882777624,4882777627,4882777630,4882777633,4882777636,4882777639,4882777642,4882777645,4882777648,4882777651,4882777654,4882777657,4882777870,4882777873,4882777876,4882777879,4882777882,4882777885,4882777888,4882777891,4882778389,4882778392,4882778395,4882778398,4882778521,4882778524,4882778527,4882778566,4882778569,4882778572,4882778575,4882778578,4882778581,4882778584,4882778587,4882778590,4882778593,4882778596,4882778599,4882778602,4882778605,4882778608,4882778611,4882778614,4882778617,4882778620,4882778623,4882778626,4882778629,4882778632,4882778635,4882778638,4882778761,4882778764,4882778767,4882778770,4882778773,4882778776,4882778779,4882778782,4882778785,4882779013,4882779016,4882779019,4882779022,4882779025,4882779028,4882779031,4882779034,4882779037,4882779040,4882779043,4882779046,4882779049,4882779052,4882779055,4882779058,4882779061,4882779064,4882779067,4882779070,4882779073,4882779076,4882779079,4882779082,4882779085,4882779088,4882779091,4882779094,4882779097,4882779100,4882779103,4882779106,4882779109,4882779112,4882779115,4882779118,4882779241,4882779244,4882779247,4882779250,4882779253,4882779256,4882779259,4882779262,4882779265,4882779268,4882779271,4882779274,4882779277,4882779280,4882779283,4882779286,4882779289,4882779292,4882779295,4882779298,4882779301,4882779304,4882779307,4882779310,4882779313,4882779316,4882779319,4882779322,4882779325,4882779328,4882779331,4882779334,4882779337,4882779340,4882779343,4882779346,4882779349,4882779352,4882779355,4882779358,4882779481,4882779484,4882779487,4882779490,4882779493,4882779496,4882779499,4882779502,4882779505,4882779508,4882779511,4882779514,4882779517,4882779520,4882779523,4882779526,4882779529,4882779532,4882779535,4882779538,4882779541,4882779544,4882779547,4882779550,4882779553,4882779556,4882779559,4882779562,4882779565,4882779568,4882779571,4882779574,4882779577,4882779580,4882779583,4882779586,4882779589,4882779592,4882779595,4882779598,4882779721,4882779724,4882779727,4882779730,4882779733,4882779736,4882779739,4882779742,4882779745,4882779748,4882779751,4882779754,4882779757,4882779760,4882779763,4882779766,4882780000,4882780003,4882780006,4882780009,4882780012,4882780015,4882780018,4882780021,4882780024,4882780027,4882780030,4882780033,4882780036,4882780039,4882780042,4882780045,4882780048,4882780051,4882780546,4882780549,4882780552,4882780555,4882780558,4882780681,4882780684,4882780687,4882780690,4882780693,4882780696,4882780699,4882780702,4882780705,4882780708,4882780711,4882780714,4882780717,4882780720,4882780723,4882780726,4882780729,4882780732,4882780735,4882780738,4882780741,4882780963,4882780966,4882780969,4882780972,4882780975,4882780978,4882780981,4882780984,4882780987,4882780990,4882780993,4882780996,4882780999,4882781002,4882781005,4882781008,4882781011,4882781014,4882781017,4882781020,4882781023,4882781026,4882781029,4882781032,4882781200,4882781203,4882781206,4882781209,4882781212,4882781215,4882781218,4882781221,4882781224,4882781464,4882781467,4882781470,4882781473,4882781476,4882781479,4882781482,4882781485,4882781488,4882781491,4882781494,4882781497,4882781500,4882781503,4882781506,4882781509,4882781512,4882781515,4882781518,4882781641,4882781644,4882781647,4882781650,4882781653,4882781656,4882781659,4882781749,4882781752,4882781755,4882781758,4882781881,4882781884,4882781887,4882781890,4882781893,4882781896,4882781899,4882781902,4882781905,4882781908,4882781911,4882781914,4882781917,4882781920,4882781923,4882781926,4882781929,4882782126,4882782129,4882782132,4882782135,4882782138,4882782141,4882782144,4882782147,4882782150,4882782153,4882782156,4882782159,4882782162,4882782165,4882782168,4882782171,4882782174,4882782177,4882782180,4882782183,4882782186,4882782189,4882782192,4882782195,4882782198,4882782201,4882782207,4882782210,4882782213,4882782216,4882782219,4882782222,4882782225,4882782228,4882782231,4882782234,4882782237,4882782360,4882782363,4882782366,4882782369,4882782372,4882782375,4882782378,4882782381,4882782384,4882782387,4882782390,4882782393,4882782396,4882782399,4882782402,4882782405,4882782408,4882782411,4882782414,4882782417,4882782420,4882782423,4882782426,4882782429,4882782432,4882782435,4882782438,4882782441,4882782444,4882782447,4882782450,4882782453,4882782456,4882782459,4882782462,4882782465,4882782468,4882782471,4882782474,4882782477,4882782600,4882782603,4882782606,4882782609,4882782612,4882782615,4882782618,4882782621,4882782624,4882782627,4882782630,4882782633,4882782636,4882782639,4882782661,4882782664,4882782667,4882782958,4882783081,4882783084,4882783087,4882783090,4882783093,4882783096,4882783099,4882783102,4882783105,4882783108,4882783111,4882783114,4882783117,4882783120,4882783123,4882783126,4882783129,4882783132,4882783135,4882783138,4882783141,4882783144,4882783147,4882783150,4882783153,4882783156,4882783159,4882783162,4882783165,4882783168,4882783171,4882783174,4882783177,4882783180,4882783183,4882783186,4882783189,4882783192,4882783195,4882783198,4882783321,4882783324,4882783327,4882783384,4882783387,4882783390,4882783393,4882783396,4882783399,4882783402,4882783405,4882783408,4882783411,4882783414,4882783417,4882783420,4882783423,4882783426,4882783429,4882783432,4882783435,4882783438,4882783561,4882783564,4882783567,4882783570,4882783573,4882783576,4882783579,4882783582,4882783585,4882783588,4882783591,4882783594,4882783597,4882783600,4882783603,4882783606,4882783609,4882783612,4882783615,4882783618,4882783621,4882783624,4882783627,4882783630,4882783633,4882783636,4882783639,4882783642,4882783645,4882783648,4882783651,4882783654,4882783657,4882783660,4882783663,4882783666,4882783669,4882783672,4882783675,4882783678,4882783801,4882783804,4882783807,4882783810,4882783813,4882783816,4882783819,4882783822,4882783825,4882783828,4882783831,4882783834,4882783837,4882783840,4882783843,4882783846,4882783849,4882783852,4882783855,4882783858,4882784296,4882784299,4882784302,4882784305,4882784308,4882784311,4882784314,4882784347,4882784350,4882784353,4882784356,4882784359,4882784362,4882784365,4882784368,4882784524,4882784527,4882784530,4882784533,4882784536,4882784539,4882784545,4882784548,4882784551,4882784575,4882784578,4882784581,4882784584,4882784587,4882784590,4882784593,4882784596,4882784782,4882784785,4882784788,4882784791,4882784794,4882784797,4882784812,4882784815,4882784818,4882784821,4882784824,4882784827,4882784830,4882784833,4882784836,4882784839,4882784842,4882784845,4882784848,4882784851,4882784854,4882784857,4882784860,4882784863,4882784866,4882784869,4882784872,4882784875,4882784878,4882785001,4882785004,4882785007,4882785010,4882785013,4882785016,4882785019,4882785022,4882785025,4882785028,4882785031,4882785034,4882785037,4882785040,4882785046,4882785049,4882785052,4882785055,4882785058,4882785061,4882785064,4882785067,4882785070,4882785073,4882785079,4882785082,4882785085,4882785088,4882785091,4882785094,4882785097,4882785100,4882785103,4882785106,4882785109,4882785112,4882785115,4882785118,4882785241,4882785244,4882785247,4882785250,4882785253,4882785256,4882785259,4882785262,4882785265,4882785271,4882785274,4882785277,4882785280,4882785283,4882785286,4882785289,4882785292,4882785295,4882785298,4882785301,4882785304,4882785307,4882785310,4882785313,4882785316,4882785319,4882785322,4882785325,4882785328,4882785331,4882785334,4882785337,4882785340,4882785343,4882785346,4882785349,4882785352,4882785355,4882785358,4882786204,4882786207,4882786210,4882786213,4882786216,4882786219,4882786222,4882786225,4882786228,4882786231,4882786234,4882786237,4882786240,4882786243,4882786246,4882786249,4882786252,4882786255,4882786258,4882786261,4882786264,4882786267,4882786270,4882786273,4882786276,4882786279,4882786282,4882786285,4882786288,4882786291,4882786294,4882786297,4882786300,4882786303,4882786306,4882786309,4882786312,4882786315,4882786318,4882786441,4882786444,4882786447,4882786450,4882786453,4882786456,4882786459,4882786462,4882786465,4882786468,4882786471,4882786474,4882786477,4882786480,4882786483,4882786486,4882786489,4882786492,4882786495,4882786498,4882786501,4882786504,4882786507,4882786510,4882786513,4882786516,4882786519,4882786522,4882786525,4882786528,4882786531,4882786534,4882786537,4882786540,4882786543,4882786546,4882786549,4882786552,4882786555,4882786558,4882786681,4882786726,4882786732,4882786735,4882786738,4882786741,4882786744,4882786747,4882786750,4882786753,4882786756,4882786759,4882786762,4882786765,4882787263,4882787266,4882787269,4882787272,4882787275,4882787278,4882787401,4882787404,4882787407,4882787410,4882787413,4882787416,4882787419,4882787422,4882787425,4882787428,4882787431,4882787434,4882787437,4882787440,4882787443,4882787446,4882787449,4882787452,4882787455,4882787458,4882787461,4882787464,4882787467,4882817740,4882817743,4882817746,4882817749,4882817752,4882817755,4882817758,4882817881,4882817884,4882817887,4882817890,4882817893,4882817896,4882817899,4882817902,4882817905,4882817908,4882817911,4882817914,4882817917,4882817920,4882817923,4882817926,4882817929,4882817932,4882817935,4882817938,4882817941,4882817944,4882817947,4882817950,4882817953,4882817956,4882817959,4882817962,4882817965,4882817968,4882817971,4882817974,4882817977,4882817980,4882817983,4882817986,4882817989,4882817992,4882817995,4882817998,4882818121,4882818124,4882818127,4882818130,4882818133,4882818136,4882818139,4882818142,4882818145,4882818148,4882818151,4882818154,4882818157,4882818160,4882818163,4882818415,4882818418,4882818421,4882818424,4882818427,4882818430,4882818433,4882818436,4882818439,4882818442,4882818445,4882818448,4882818451,4882818454,4882818457,4882818460,4882818463,4882818466,4882818469,4882818472,4882818475,4882818478,4882818601,4882818604,4882818607,4882818847,4882818850,4882818853,4882818856,4882818859,4882818862,4882818865,4882818868,4882818871,4882818874,4882818877,4882818880,4882818883,4882818886,4882818889,4882818892,4882818895,4882818898,4882818901,4882818904,4882818907,4882818910,4882818913,4882818940,4882818943,4882818946,4882818949,4882818952,4882818955,4882818958,4882819081,4882819084,4882819087,4882819090,4882819093,4882819096,4882819099,4882819102,4882819105,4882819108,4882819111,4882819657,4882819660,4882819663,4882819666,4882819669,4882819672,4882819675,4882819678,4882819801,4882819804,4882819807,4882819810,4882819813,4882819816,4882819819,4882819822,4882819825,4882819828,4882819831,4882819834,4882819837,4882819840,4882819843,4882820815,4882820818,4882820821,4882820824,4882820827,4882820830,4882820833,4882820836,4882820839,4882820842,4882820845,4882820848,4882820851,4882820854,4882820857,4882820860,4882820863,4882821052,4882821055,4882821058,4882821061,4882821064,4882821067,4882821070,4882821073,4882821076,4882821079,4882821082,4882821085,4882821088,4882821091,4882821094,4882821097,4882821100,4882821103,4882821106,4882821109,4882821112,4882821115,4882821118,4882821241,4882821244,4882821247,4882821334,4882821337,4882821340,4882821343,4882821346,4882821349,4882821352,4882821355,4882821358,4882821481,4882821484,4882821487,4882821490,4882821493,4882821496,4882821499,4882821502,4882821505,4882821508,4882821511,4882821514,4882821517,4882821520,4882821523,4882821526,4882821529,4882821532,4882821535,4882821538,4882821541,4882821544,4882821547,4882821550,4882821553,4882821556,4882821559,4882821562,4882821565,4882821568,4882821571,4882821574,4882821577,4882821580,4882821583,4882821586,4882821589,4882821592,4882821595,4882821598,4882821721,4882821724,4882821727,4882821730,4882822708,4882822711,4882822714,4882822717,4882822720,4882822723,4882822726,4882822729,4882822732,4882822735,4882822738,4882822741,4882822744,4882822747,4882822750,4882822753,4882822756,4882822759,4882822762,4882822765,4882822768,4882822771,4882822774,4882822777,4882822780,4882822783,4882822786,4882822789,4882822792,4882822795,4882822798,4882822921,4882822924,4882822927,4882822951,4882822954,4882822957,4882822960,4882822963,4882822966,4882822969,4882822972,4882822975,4882822978,4882822981,4882822984,4882822987,4882822990,4882822993,4882822996,4882822999,4882823002,4882823005,4882823008,4882823011,4882823014,4882823017,4882823020,4882823023,4882823026,4882823029,4882823032,4882823035,4882823038,4882823161,4882823164,4882823167,4882823170,4882823173,4882823176,4882823179,4882823182,4882823185,4882823188,4882823191,4882823194,4882823197,4882823200,4882823203,4882823206,4882823209,4882823212,4882823215,4882823218,4882823221,4882823224,4882823227,4882823230,4882823233,4882823236,4882823239,4882823242,4882823245,4882823248,4882823251,4882823254,4882823257,4882823260,4882823263,4882823266,4882823269,4882823272,4882823275,4882823278,4882823401,4882823404,4882823407,4882823410,4882823413,4882823416,4882823419,4882823422,4882823425,4882823428,4882823431,4882823434,4882823437,4882823440,4882823470,4882823473,4882823476,4882823479,4882823482,4882823485,4882823488,4882823491,4882823494,4882823497,4882823500,4882823503,4882823506,4882823509,4882823512,4882823515,4882823518,4882823641,4882823644,4882823647,4882823650,4882823653,4882823656,4882823659,4882823662,4882823665,4882823668,4882823671,4882823674,4882823677,4882823680,4882823683,4882823686,4882823689,4882823692,4882823695,4882823698,4882823701,4882823704,4882823707,4882823710,4882823713,4882823716,4882823719,4882823722,4882823725,4882823728,4882823731,4882823734,4882823737,4882823740,4882823743,4882823746,4882823749,4882823752,4882824130,4882824133,4882824136,4882824139,4882824142,4882824145,4882824148,4882824151,4882824154,4882824157,4882824160,4882824163,4882824166,4882824169,4882824172,4882824175,4882824178,4882824181,4882824184,4882824187,4882824190,4882824193,4882824196,4882824199,4882824202,4882824205,4882824208,4882824211,4882824214,4882824217,4882824220,4882824223,4882824226,4882824229,4882824232,4882824235,4882824238,4882824361,4882824364,4882824367,4882824370,4882824373,4882824376,4882824379,4882824382,4882824385,4882824388,4882824391,4882824394,4882824397,4882824400,4882824403,4882824406,4882824409,4882824412,4882824415,4882824418,4882825084,4882825087,4882825090,4882825093,4882825096,4882825099,4882825102,4882825105,4882825108,4882825111,4882825114,4882825117,4882825120,4882825123,4882825126,4882825129,4882825132,4882825135,4882825138,4882825141,4882825144,4882825147,4882825150,4882825153,4882825156,4882825159,4882825162,4882825165,4882825168,4882825171,4882825174,4882825177,4882825180,4882825183,4882825186,4882825189,4882825192,4882825195,4882825198,4882825321,4882825324,4882825327,4882825330,4882825333,4882825336,4882825339,4882825342,4882825345,4882825348,4882825351,4882825354,4882825357,4882825360,4882825363,4882825366,4882825369,4882825372,4882825375,4882825381,4882825384,4882825387,4882825390,4882825393,4882825396,4882825399,4882825402,4882825405,4882825408,4882825411,4882825414,4882825417,4882825423,4882825426,4882825429,4882825432,4882825435,4882826305,4882826308,4882826311,4882826314,4882826317,4882826320,4882826323,4882826326,4882826329,4882826332,4882826335,4882826338,4882826341,4882826344,4882826347,4882826350,4882826353,4882826356,4882826359,4882826362,4882826365,4882826368,4882826371,4882826374,4882826377,4882826380,4882826383,4882826386,4882826389,4882826392,4882826395,4882826398,4882826521,4882826524,4882826527,4882826854,4882826857,4882826860,4882826863,4882826866,4882826869,4882826872,4882826875,4882826878,4882827001,4882827004,4882827007,4882827010,4882827013,4882827016,4882827019,4882827022,4882827025,4882827028,4882827031,4882827034,4882827037,4882827040,4882827043,4882827046,4882827049,4882827052,4882827055,4882827058,4882827061,4882827064,4882827067,4882827070,4882827073,4882827076,4882827079,4882827283,4882827286,4882827289,4882827292,4882827295,4882827298,4882827301,4882827304,4882827307,4882827310,4882827313,4882827316,4882827319,4882827322,4882827325,4882827327,4882827328,4882827330,4882827331,4882827333,4882827334,4882827336,4882827337,4882827339,4882827340,4882827342,4882827343,4882827345,4882827346,4882827348,4882827349,4882827351,4882827352,4882827354,4882827355,4882827357,4882827358,4882827480,4882827481,4882827483,4882827486,4882827489,4882827492,4882827574,4882827577,4882827580,4882827583,4882827586,4882827589,4882827592,4882827595,4882827598,4882827721,4882827724,4882827727,4882828072,4882828075,4882828078,4882828201,4882828204,4882828207,4882828210,4882828213,4882828216,4882828219,4882828222,4882828225,4882828228,4882828231,4882828234,4882828237,4882828240,4882828243,4882828246,4882828249,4882828252,4882828255,4882828258,4882828261,4882828264,4882828267,4882843668,4882843863,4882843866,4882843869,4882843872,4882843875,4882843878,4882843881,4882843884,4882843887,4882843890,4882843893,4882843896,4882843899,4882843902,4882843905,4882843908,4882843911,4882843914,4882843917,4882844040,4882844043,4882844046,4882844049,4882844052,4882844055,4882844058,4882844061,4882844064,4882844067,4882844070,4882844073,4882844076,4882844079,4882844082,4882844085,4882844088,4882844091,4882844094,4882844097,4882844100,4882844103,4882844106,4882844109,4882844112,4882844115,4882844118,4882844121,4882844124,4882844127,4882844130,4882844331,4882844334,4882844337,4882844340,4882844343,4882844346,4882844349,4882844352,4882844355,4882844358,4882844361,4882844364,4882844367,4882844370,4882844373,4882844376,4882844379,4882844382,4882844385,4882844388,4882844391,4882844394,4882844397,4882844823,4882844826,4882844829,4882844832,4882844835,4882844838,4882844841,4882844844,4882844847,4882844850,4882844853,4882844856,4882844859,4882844862,4882844865,4882844868,4882845015,4882845018,4882845024,4882845027,4882845030,4882845033,4882845036,4882845039,4882845042,4882845045,4882845048,4882845051,4882845054,4882845057,4882845060,4882845063,4882845066,4882845243,4882845246,4882845249,4882845252,4882845255,4882845258,4882845261,4882845264,4882845267,4882845270,4882845273,4882845276,4882845279,4882845282,4882845285,4882845348,4882845351,4882845354,4882845357,4882845480,4882845483,4882845486,4882845489,4882845531,4882845534,4882845537,4882845540,4882845543,4882845546,4882845549,4882845552,4882845555,4882845558,4882845561,4882845564,4882845567,4882845570,4882845573,4882845576,4882845579,4882845582,4882845585,4882845588,4882845591,4882845594,4882845597,4882845720,4882846032,4882846035,4882846038,4882846041,4882846047,4882846050,4882846053,4882846056,4882846059,4882846062,4882846065,4882846068,4882846074,4882846077,4882846200,4882846203,4882846206,4882846209,4882846212,4882846215,4882846218,4882846221,4882846224,4882846227,4882846230,4882846233,4882846236,4882846239,4882846242,4882846245,4882846248,4882846251,4882846254,4882846257,4882846260,4882846263,4882846266,4882846269,4882846272,4882846275,4882846278,4882846281,4882846284,4882846287,4882846290,4882846293,4882846296,4882846299,4882846302,4882846461,4882846464,4882846467,4882846470,4882846473,4882846476,4882846479,4882846482,4882846485,4882846488,4882846491,4882846494,4882846497,4882846500,4882846503,4882846506,4882846509,4882846512,4882846971,4882846974,4882846977,4882846980,4882846983,4882846986,4882846989,4882846992,4882846995,4882846998,4882847178,4882847181,4882847184,4882847187,4882847190,4882847193,4882847196,4882847199,4882847202,4882847205,4882847208,4882847211,4882847214,4882847217,4882847220,4882847223,4882847226,4882847229,4882847232,4882847235,4882847238,4882847241,4882847244,4882847247,4882847250,4882847253,4882847256,4882847259,4882847262,4882847265,4882847268,4882847271,4882847274,4882847277,4882847400,4882847403,4882847406,4882847409,4882847412,4882847415,4882847418,4882847421,4882847424,4882847430,4882847433,4882847436,4882847712,4882847715,4882847718,4882847721,4882847724,4882847727,4882847730,4882847733,4882847736,4882847739,4882847742,4882847745,4882847748,4882847751,4882847754,4882847757,4882847880,4882847883,4882847886,4882847889,4882847892,4882847895,4882847898,4882847901,4882847904,4882847907,4882847910,4882847913,4882847916,4882847919,4882847922,4882847928,4882847931,4882847934,4882847940,4882847943,4882847946,4882847949,4882848183,4882848186,4882848189,4882848192,4882848195,4882848198,4882848201,4882848204,4882848207,4882848210,4882848213,4882848216,4882848219,4882848222,4882848225,4882848228,4882848231,4882848234,4882848471,4882848474,4882848477,4882848600,4882848603,4882848606,4882848609,4882848612,4882848615,4882848618,4882848621,4882848624,4882848627,4882848630,4882858456,4882858459,4882858462,4882858465,4882858468,4882858471,4882858474,4882858480,4882858483,4882858486,4882858489,4882858492,4882858495,4882858498,4882858501,4882858504,4882858507,4882858510,4882858513,4882858516,4882858519,4882858522,4882858525,4882858528,4882858531,4882858534,4882858537,4882858540,4882858543,4882858546,4882858549,4882858552,4882858555,4882858558,4882858681,4882858684,4882858687,4882858690,4882858693,4882858696,4882858699,4882858702,4882872219,4882872222,4882872225,4882872228,4882872231,4882872234,4882872237,4882872360,4882872363,4882872366,4882872369,4882872372,4882872375,4882872444,4882872447,4882872450,4882872453,4882872456,4882872459,4882872462,4882872465,4882872468,4882872471,4882872474,4882872477,4882872600,4882872603,4882872606,4882872609,4882872612,4882872615,4882872618,4882872621,4882872624,4882872627,4882872630,4882872645,4882872648,4882872651,4882872654,4882872657,4882872660,4882872663,4882872666,4882872669,4882872672,4882872675,4882872678,4882872681,4882872708,4882872711,4882872714,4882872717,4882872840,4882872843,4882872846,4882872849,4882872852,4882872855,4882872858,4882872861,4882872864,4882872867,4882872870,4882872873,4882872876,4882872879,4882872882,4882872885,4882872888,4882872891,4882872894,4882872897,4882872900,4882872903,4882872906,4882872909,4882872912,4882872915,4882872918,4882872921,4882872924,4882872927,4882872930,4882872933,4882872936,4882872939,4882872942,4882872945,4882872948,4882872951,4882872954,4882872957,4882873080,4882873083,4882873086,4882873089,4882873092,4882873095,4882873098,4882873101,4882873104,4882873107,4882873425,4882873428,4882873431,4882873434,4882873437,4882873560,4882873563,4882873566,4882873569,4882873572,4882873575,4882873578,4882873581,4882873584,4882873587,4882873590,4882873593,4882873596,4882873602,4882873605,4882873608,4882873611,4882873614,4882873617,4882873620,4882873623,4882873827,4882873830,4882873833,4882873836,4882873839,4882873842,4882873845,4882873848,4882873851,4882873854,4882873857,4882873860,4882873863,4882873866,4882873869,4882873872,4882873875,4882873878,4882873881,4882873884,4882873887,4882874139,4882874142,4882874145,4882874148,4882874151,4882874154,4882874157,4882874280,4882874283,4882874286,4882874289,4882874295,4882874298,4882874301,4882874304,4882874307,4882874310,4882874313,4882874316,4882874319,4882874322,4882874325,4882874328,4882874331,4882874334,4882874337,4882874340,4882874343,4882874346,4882874349,4882874352,4882874355,4882874358,4882874361,4882874364,4882874367,4882874370,4882874373,4882874376,4882874379,4882874382,4882874385,4882874388,4882874391,4882874394,4882874397,4882874520,4882874523,4882874526,4882874529,4882874532,4882874535,4882874538,4882874541,4882874544,4882874547,4882874550,4882874556,4882874559,4882874562,4882874565,4882874568,4882874571,4882874574,4882874577,4882874580,4882874583,4882874586,4882874589,4882874592,4882874595,4882874598,4882874601,4882874604,4882874607,4882874610,4882874613,4882874616,4882874619,4882874622,4882875351,4882875354,4882875357,4882875480,4882875483,4882875486,4882875489,4882875492,4882875495,4882875498,4882875501,4882875504,4882875507,4882875510,4882875513,4882875516,4882875519,4882875522,4882875525,4882875528,4882875531,4882875534,4882875537,4882875540,4882875543,4882875546,4882875549,4882875552,4882875555,4882875558,4882875561,4882875564,4882875567,4882875570,4882875828,4882875831,4882875834,4882875837,4882875960,4882875963,4882875966,4882875969,4882875972,4882875975,4882875978,4882875981,4882875984,4882875987,4882875990,4882875993,4882875996,4882875999,4882876002,4882876005,4882876008,4882876011,4882876014,4882876017,4882876020,4882876023,4882876026,4882876029,4882876032,4882876071,4882876074,4882876077,4882876200,4882876203,4882876206,4882876209,4882876212,4882876215,4882876218,4882876221,4882876224,4882876227,4882876230,4882876233,4882876236,4882876239,4882876242,4882876245,4882876248,4882876251,4882876254,4882876257,4882876260,4882876263,4882876266,4882876269,4882876272,4882876275,4882876278,4882876281,4882876284,4882876287,4882876290,4882876293,4882876296,4882876299,4882876302,4882877004,4882877007,4882877010,4882877013,4882877016,4882877019,4882877022,4882877025,4882877028,4882877031,4882877034,4882877037,4882877160,4882877163,4882877166,4882877169,4882877172,4882877175,4882877178,4882877181,4882877184,4882877187,4882877190,4882877193,4882877196,4882877199,4882877202,4882877205,4882877208,4882877211,4882877214,4882877217,4882877220,4882877223,4882877226,4882877229,4882877232,4882877235,4882877238,4882877241,4882877244,4882877247,4882877250,4882877253,4882877256,4882877259,4882877262,4882877265,4882877268,4882877271,4882877274,4882877277,4882877400,4882877403,4882877406,4882877409,4882877412,4882877913,4882877916,4882877919,4882877922,4882877925,4882877928,4882877931,4882877934,4882877937,4882877940,4882877943,4882877946,4882877949,4882877952,4882877955,4882877958,4882878183,4882878186,4882878189,4882878192,4882878195,4882878198,4882878201,4882878204,4882878207,4882878210,4882878213,4882878216,4882878219,4882878222,4882878225,4882878228,4882878231,4882878234,4882878237,4882878360,4882878363,4882878366,4882878369,4882878372,4882878375,4882878378,4882878381,4882878384,4882878846,4882878849,4882878852,4882878855,4882878858,4882878861,4882878867,4882878870,4882878873,4882878876,4882878879,4882878885,4882878888,4882878891,4882878894,4882878897,4882878900,4882878903,4882878906,4882878909,4882878912,4882878915,4882878918,4882878921,4882878924,4882878927,4882878930,4882878933,4882878936,4882878939,4882878942,4882878945,4882878948,4882878951,4882878954,4882878957,4882879080,4882879083,4882879086,4882879089,4882879092,4882879095,4882879098,4882879101,4882879107,4882879110,4882879113,4882879116,4882879119,4882879122,4882879125,4882879128,4882879134,4882879137,4882879140,4882879143,4882879146,4882879149,4882879152,4882879155,4882879158,4882879161,4882879164,4882879167,4882879170,4882879173,4882879176,4882879179,4882879182,4882879185,4882879188,4882879191,4882879194,4882879197,4882879320,4882879323,4882879326,4882879329,4882879332,4882879335,4882879338,4882879341,4882879344,4882879347,4882879350,4882879353,4882879356,4882879359,4882879362,4882879365,4882879368,4882879371,4882879374,4882879377,4882879380,4882879383,4882879386,4882879389,4882879392,4882879395,4882879398,4882879401,4882879404,4882879407,4882879410,4882879413,4882879416,4882879419,4882879422,4882879425,4882879428,4882879431,4882879434,4882879437,4882879560,4882879563,4882879566,4882879569,4882879572,4882879575,4882879578,4882879581,4882880775,4882880778,4882880781,4882880784,4882880787,4882880790,4882880793,4882880796,4882880799,4882880802,4882880805,4882880808,4882880811,4882880814,4882880817,4882880820,4882880823,4882880826,4882880829,4882880832,4882880835,4882880838,4882880841,4882880844,4882880847,4882880850,4882880853,4882880856,4882880859,4882881078,4882881081,4882881084,4882881087,4882881090,4882881093,4882881096,4882881099,4882881102,4882881105,4882881108,4882881111,4882881114,4882881117,4882881240,4882881243,4882881246,4882881249,4882881252,4882881255,4882881258,4882881318,4882881321,4882881324,4882881327,4882881330,4882881333,4882881336,4882881339,4882881342,4882881345,4882881348,4882881351,4882881354,4882881357,4882881480,4882881483,4882881486,4882881489,4882881492,4882881495,4882881498,4882881501,4882881504,4882881507,4882881510,4882881513,4882881516,4882881519,4882881522,4882881525,4882881528,4882881531,4882881534,4882881537,4882881540,4882881543,4882881546,4882881549,4882881552,4882881555,4882881558,4882881561,4882881564,4882881567,4882881570,4882881573,4882881576,4882881579,4882881582,4882881585,4882881588,4882881591,4882881594,4882881597,4882881720,4882881723,4882881726,4882881729,4882881732,4882881735,4882881738,4882881741,4882881744,4882881747,4882881750,4882881753,4882881756,4882881759,4882881762,4882881801,4882881804,4882881807,4882881810,4882881813,4882881816,4882881819,4882881822,4882881825,4882881828,4882881831,4882881834,4882881837,4882881960,4882881963,4882881966,4882881969,4882881972,4882881975,4882881978,4882881981,4882881984,4882881987,4882881990,4882881993,4882881996,4882881999,4882882002,4882882005,4882882008,4882882011,4882882014,4882882017,4882882020,4882882023,4882882026,4882882029,4882882032,4882882035,4882882038,4882882464,4882882467,4882882470,4882882473,4882882476,4882882479,4882882482,4882882485,4882882488,4882882491,4882882494,4882882497,4882882500,4882882503,4882882506,4882882509,4882882512,4882882515,4882882518,4882882521,4882882719,4882882722,4882882725,4882882728,4882882731,4882882734,4882882737,4882882740,4882882743,4882882746,4882882749,4882882752,4882882755,4882882758,4882882761,4882882764,4882882767,4882882770,4882882773,4882882776,4882882779,4882882962,4882882965,4882882968,4882882971,4882882974,4882882977,4882882980,4882882983,4882882986,4882882989,4882882992,4882882995,4882882998,4882883001,4882883004,4882883007,4882883010,4882883013,4882883016,4882883169,4882883172,4882883175,4882883178,4882883181,4882883184,4882883187,4882883190,4882883193,4882883196,4882883199,4882883232,4882883235,4882883238,4882883241,4882883244,4882883247,4882883250,4882883253,4882883256,4882883259,4882883271,4882883274,4882883277,4882883400,4882883403,4882883406,4882883409,4882883412,4882883415,4882883418,4882883421,4882883424,4882883427,4882883931,4882883934,4882883937,4882883940,4882883943,4882883946,4882883949,4882883952,4882883955,4882883958,4882883961,4882883964,4882883967,4882884618,4882884621,4882884624,4882884627,4882884630,4882884633,4882884636,4882884639,4882884642,4882884645,4882884648,4882884651,4882884654,4882884657,4882884660,4882884663,4882884666,4882884669,4882884672,4882884675,4882884678,4882884681,4882884684,4882884690,4882884693,4882884696,4882884699,4882884702,4882884705,4882884708,4882884711,4882884714,4882884717,4882884840,4882884843,4882884846,4882884849,4882884852,4882884855,4882884858,4882884903,4882884906,4882884909,4882884912,4882884915,4882884918,4882884921,4882884924,4882884927,4882884930,4882884933,4882884936,4882884939,4882884942,4882884945,4882884948,4882884951,4882884954,4882884957,4882885080,4882885083,4882885086,4882885089,4882885092,4882885095,4882885098,4882885101,4882885104,4882885107,4882885110,4882885113,4882885116,4882885119,4882885122,4882885125,4882885128,4882885131,4882885134,4882885137,4882885140,4882885143,4882885146,4882885149,4882885152,4882885155,4882885158,4882885161,4882885167,4882885170,4882885173,4882885176,4882885179,4882885182,4882885185,4882885188,4882885191,4882885194,4882885197,4882885320,4882885323,4882885326,4882885329,4882885332,4882885335,4882885338,4882885341,4882885344,4882885347,4882885350,4882885353,4882885356,4882885359,4882885362,4882885365,4882885368,4882885374,4882885377,4882885380,4882885383,4882885386,4882885389,4882885392,4882885395,4882885398,4882885884,4882885887,4882885890,4882885893,4882885896,4882885899,4882885902,4882885905,4882885908,4882885911,4882885914,4882885917,4882886040,4882886043,4882886046,4882886049,4882886052,4882886055,4882886058,4882886601,4882886604,4882886607,4882886610,4882886613,4882886616,4882886619,4882886622,4882886625,4882886628,4882886631,4882886634,4882886637,4882886760,4882886763,4882886766,4882886769,4882886772,4882886775,4882886778,4882886781,4882886784,4882886787,4882886790,4882886793,4882886796,4882886799,4882886802,4882886805,4882886808,4882886811,4882886817,4882886820,4882886826,4882886832,4882886835,4882886838,4882886841,4882886844,4882886847,4882886850,4882886853,4882886856,4882886859,4882886862,4882886865,4882886868,4882886871,4882886874,4882886877,4882887000,4882887003,4882887006,4882887009,4882887012,4882887015,4882887018,4882887021,4882902207,4882902210,4882922124,4882922127,4882922130,4882922133,4882922136,4882922139,4882922142,4882922145,4882922148,4882922151,4882922154,4882922157,4882922280,4882922283,4882922286,4882922289,4882922292,4882922295,4882922298,4882922301,4882922304,4882922307,4882922310,4882922313,4882922316,4882922319,4882922322,4882922325,4882922328,4882922331,4882922334,4882922337,4882922340,4882922343,4882922346,4882922349,4882922352,4882922355,4882922358,4882922361,4882922364,4882922367,4882922370,4882922373,4882922376,4882922379,4882922382,4882922385,4882922388,4882922391,4882922394,4882922397,4882922520,4882922523,4882922526,4882922529,4882922532,4882922535,4882922538,4882922541,4882922544,4882922547,4882922550,4882922553,4882922556,4882922559,4882922562,4882922565,4882922568,4882922571,4882922574,4882922577,4882925673,4882925676,4882925679,4882925682,4882925685,4882925688,4882925691,4882925694,4882925697,4882925700,4882925703,4882925706,4882925709,4882925712,4882925715,4882925718,4882925721,4882925724,4882925727,4882925730,4882925733,4882925736,4882925739,4882925742,4882925745,4882925748,4882925751,4882925754,4882925757,4882925880,4882925883,4882925886,4882925889,4882925892,4882925895,4882925898,4882925901,4882925904,4882925907,4882925910,4882925913,4882925916,4882925919,4882925922,4882925925,4882925928,4882925931,4882925934,4882925937,4882925940,4882925943,4882925946,4882925949,4882925952,4882925955,4882925958,4882925961,4882925964,4882925967,4882925970,4882925973,4882925976,4882925979,4882925982,4882925985,4882925988,4882925991,4882925994,4882925997,4882926120,4882926369,4882926372,4882926375,4882926378,4882926381,4882926384,4882926387,4882926390,4882926393,4882926396,4882926399,4882926402,4882926405,4882926408,4882926411,4882926414,4882926417,4882926420,4882926423,4882926426,4882926429,4882926432,4882926435,4882926438,4882926441,4882926444,4882926447,4882926450,4882926453,4882926456,4882926459,4882926462,4882926465,4882926468,4882926471,4882926474,4882926477,4882926600,4882926603,4882926606,4882926609,4882926612,4882926615,4882926618,4882926621,4882926624,4882926627,4882926630,4882926633,4882926636,4882926639,4882926642,4882926645,4882926648,4882926651,4882926654,4882926657,4882926660,4882926663,4882926666,4882926669,4882926672,4882926675,4882926678,4882926681,4882926684,4882926687,4882926690,4882926693,4882926696,4882926699,4882926702,4882926705,4882926882,4882926885,4882926888,4882926891,4882926894,4882926897,4882926900,4882926903,4882926906,4882926909,4882926912,4882926915,4882926918,4882926921,4882926924,4882926927,4882926930,4882926933,4882927095,4882927098,4882927101,4882927104,4882927107,4882927110,4882927113,4882927116,4882927119,4882927122,4882927125,4882927128,4882927131,4882927134,4882927176,4882927179,4882927182,4882927185,4882927188,4882927191,4882927194,4882927197,4882927320,4882927323,4882927326,4882927329,4882927371,4882927374,4882927377,4882927380,4882927383,4882927386,4882927389,4882927392,4882927395,4882927398,4882927401,4882927404,4882927407,4882927425,4882927428,4882927431,4882927560,4882927563,4882927572,4882927587,4882927596,4882928283,4882928286,4882928289,4882928292,4882928295,4882928298,4882928301,4882928304,4882928307,4882928310,4882928313,4882928316,4882928319,4882928322,4882928325,4882928328,4882928331,4882928334,4882928337,4882928340,4882928343,4882928346,4882928349,4882928352,4882928355,4882928358,4882928361,4882928364,4882928367,4882928370,4882928373,4882928376,4882928379,4882928382,4882928385,4882928388,4882928391,4882928394,4882928397,4882928520,4882928523,4882928526,4882928529,4882928532,4882928535,4882928538,4882928541,4882928544,4882928547,4882928550,4882928553,4882928556,4882928559,4882928562,4882928565,4882928568,4882928571,4882928574,4882928577,4882928580,4882928583,4882928586,4882928589,4882928592,4882928595,4882928598,4882928601,4882928604,4882928607,4882928610,4882928613,4882928616,4882928619,4882928622,4882928625,4882928628,4882928631,4882928634,4882928637,4882928760,4882928763,4882928766,4882928769,4882928772,4882928775,4882928778,4882928781,4882928784,4882928787,4882928790,4882928793,4882928796,4882928799,4882928802,4882928805,4882928808,4882928811,4882928814,4882928817,4882928820,4882928823,4882928826,4882928829,4882928832,4882928835,4882928838,4882928841,4882928844,4882928847,4882928850,4882928853,4882928856,4882928859,4882928862,4882928865,4882929483,4882929486,4882929489,4882929492,4882929495,4882929498,4882929501,4882929504,4882929507,4882929510,4882929513,4882929516,4882929519,4882929522,4882929525,4882929528,4882929801,4882929804,4882929807,4882929813,4882929816,4882929819,4882929822,4882929825,4882929828,4882929831,4882929834,4882929837,4882929960,4882929963,4882929966,4882929969,4882929972,4882929975,4882929978,4882929981,4882929984,4882929987,4882929990,4882929993,4882929996,4882929999,4882930002,4882930005,4882930008,4882930011,4882930014,4882930017,4882930020,4882930023,4882930026,4882930029,4882930032,4882930035,4882930038,4882930041,4882930044,4882930047,4882930050,4882930053,4882930056,4882930059,4882930062,4882930065,4882930068,4882930071,4882930074,4882930077,4882930200,4882930203,4882930206,4882930209,4882930212,4882930215,4882930218,4882930221,4882930224,4882930227,4882930230,4882930233,4882930236,4882930239,4882930242,4882930245,4882930248,4882930476,4882930479,4882930482,4882930485,4882930488,4882930491,4882930494,4882930497,4882930500,4882930503,4882930506,4882930509,4882930512,4882930515,4882930518,4882930521,4882930524,4882930527,4882930530,4882930533,4882930536,4882930539,4882930542,4882930743,4882930746,4882930749,4882930752,4882930755,4882930758,4882930761,4882930764,4882930767,4882930770,4882930773,4882930776,4882930779,4882930782,4882930785,4882930788,4882930791,4882930794,4882930797,4882930920,4882930923,4882930926,4882930929,4882930932,4882930935,4882931019,4882931022,4882931025,4882931028,4882931031,4882931034,4882931037,4882931160,4882931163,4882931166,4882931169,4882931172,4882931175,4882931178,4882931181,4882931184,4882931187,4882931190,4882931193,4882931196,4882931199,4882931202,4882931205,4882931208,4882931211,4882931214,4882931217,4882931220,4882931271,4882931274,4882931277,4882931400,4882931403,4882931406,4882931409,4882931412,4882931415,4882931418,4882931421,4882931424,4882931427,4882931430,4882931433,4882931436,4882931439,4882931442,4882931445,4882931448,4882931451,4882931454,4882931457,4882931460,4882931463,4882931466,4882931469,4882931472,4882931475,4882931478,4882931481,4882931484,4882931487,4882931490,4882931493,4882931496,4882931499,4882932126,4882932129,4882932132,4882932135,4882932138,4882932141,4882932144,4882932147,4882932150,4882932153,4882932156,4882932159,4882932162,4882932165,4882932168,4882932171,4882932174,4882932177,4882932180,4882932183,4882932186,4882932189,4882932192,4882932195,4882932198,4882932201,4882932204,4882932207,4882932210,4882932213,4882932216,4882932219,4882932222,4882932225,4882932228,4882932231,4882932234,4882932237,4882932360,4882932363,4882932366,4882932369,4882932372,4882932375,4882932378,4882932381,4882932384,4882932387,4882932390,4882932393,4882932396,4882932399,4882932402,4882932405,4882932408,4882932411,4882932414,4882932417,4882932420,4882932423,4882932426,4882932429,4882932432,4882932435,4882932438,4882932441,4882932444,4882932447,4882932450,4882932453,4882932456,4882932459,4882932462,4882932465,4882932468,4882932471,4882932474,4882932477,4882932600,4882932603,4882932606,4882932609,4882932612,4882932615,4882932618,4882932621,4882932861,4882932864,4882932867,4882932870,4882932873,4882932876,4882932879,4882932882,4882932885,4882932888,4882932891,4882932894,4882932900,4882932903,4882932906,4882932909,4882932912,4882932915,4882932918,4882932921,4882932924,4882932927,4882932930,4882932933,4882932936,4882932939,4882932942,4882932945,4882932948,4882932951,4882932957,4882933080,4882933083,4882933086,4882933089,4882933092,4882933095,4882933098,4882933101,4882933104,4882933107,4882933110,4882933113,4882933116,4882933119,4882933122,4882933125,4882933128,4882933131,4882933134,4882933137,4882933140,4882933143,4882933146,4882933401,4882933404,4882933407,4882933410,4882933413,4882933416,4882933419,4882933422,4882933425,4882933428,4882933431,4882933434,4882933437,4882933560,4882933563,4882933566,4882933569,4882933572,4882933575,4882933578,4882933581,4882933584,4882933587,4882933590,4882933593,4882933596,4882933599,4882933602,4882933605,4882933608,4882933611,4882933614,4882933617,4882933620,4882933623,4882933626,4882933629,4882933632,4882933635,4882933638,4882933641,4882934061,4882934064,4882934067,4882934070,4882934073,4882934076,4882934079,4882934082,4882934085,4882934088,4882934091,4882934094,4882934097,4882934100,4882964589,4882964592,4882964595,4882964598,4882964604,4882964763,4882964766,4882964769,4882964772,4882964775,4882964778,4882964781,4882964784,4882964787,4882964811,4882964814,4882964817,4882964820,4882964823,4882964826,4882964829,4882964832,4882964835,4882964838,4882964841,4882964844,4882964847,4882964874,4882964877,4882965105,4882965108,4882965111,4882965114,4882965117,4882965240,4882965243,4882965246,4882965249,4882965252,4882965255,4882965258,4882965261,4882965264,4882965267,4882965312,4882965315,4882965318,4882965321,4882965324,4882965327,4882965330,4882965333,4882965336,4882965339,4882965342,4882965345,4882965348,4882965351,4882965354,4882965357,4882965480,4882965483,4882965528,4882966953,4882966956,4882966959,4882966962,4882966965,4882966968,4882966971,4882966974,4882966977,4882966980,4882966983,4882966986,4882966989,4882966992,4882966995,4882966998,4882967001,4882967004,4882967007,4882967010,4882967013,4882967016,4882967019,4882967022,4882967025,4882967028,4882967031,4882967034,4882967037,4882967160,4882967163,4882967166,4882967169,4882967172,4882967175,4882967178,4882967181,4882967184,4882967187,4882967190,4882967193,4882967196,4882967199,4882967202,4882967205,4882967208,4882967211,4882967214,4882967217,4882967220,4882967223,4882967226,4882967229,4882967232,4882967235,4882967238,4882967241,4882967244,4882967247,4882967250,4882967253,4882967256,4882967259,4882967262,4882967265,4882967268,4882967271,4882967274,4882967277,4882967400,4882967403,4882967406,4882967409,4882967412,4882967415,4882967421,4882967424,4882967427,4882967430,4882967433,4882967436,4882967439,4882967442,4882967445,4882967448,4882967451,4882967454,4882967457,4882967460,4882967463,4882967466,4882967469,4882967472,4882967475,4882967478,4882967481,4882967484,4882967487,4882967661,4882967664,4882967667,4882967670,4882967673,4882967676,4882967679,4882967682,4882967685,4882967688,4882967691,4882967694,4882967697,4882967700,4882967703,4882967997,4882968120,4882968123,4882968126,4882968129,4882968132,4882968135,4882968138,4882968141,4882968147,4882968150,4882968153,4882968156,4882968159,4882968162,4882968165,4882968168,4882968171,4882968174,4882968177,4882968180,4882968183,4882968186,4882968189,4882968192,4882968195,4882968198,4882968201,4882968204,4882968207,4882968210,4882968213,4882968216,4882968219,4882968222,4882968225,4882968228,4882968231,4882968234,4882968237,4882968360,4882968363,4882968366,4882968369,4882968372,4882968375,4882968378,4882968381,4882968384,4882968387,4882968390,4882968393,4882968396,4882968399,4882968402,4882968405,4882968408,4882968411,4882968414,4882968417,4882968420,4882968423,4882968426,4882968429,4882968432,4882968435,4882968438,4882968441,4882968447,4882968450,4882968453,4882968456,4882968459,4883373032,4883373041,4883373044,4883376446,4883376449,4883376452,4883376455,4883376458,4883376461,4883376464,4883376467,4883376470,4883377649,4883393201,4883393204,4883393207,4883393210,4883407436,4883407439,4883407562,4883407565,4883407568,4883407571,4883407574,4883407577,4883407580,4883407583,4883407586,4883407589,4883407592,4883407595,4883407598,4883407601,4883407604,4883407607,4883407610,4883429753,4883429756,4883429759,4883429882,4883429885,4883429888,4883429891,4883429894,4883429897,4883429900,4883429903,4883429906,4883429909,4883429912,4883437100,4883437103,4883437106,4883437109,4883437112,4883437115,4883437118,4883437121,4883437124,4883437157,4883437160,4883437163,4883437166,4883437169,4883437172,4883437178,4883437181,4883437184,4883437187,4883437325,4883437328,4883437331,4883437334,4883437337,4883437340,4883437343,4883437346,4883437349,4883437352,4883437355,4883437358,4883437361,4883437364,4883437367,4883437571,4883437574,4883437577,4883437580,4883437583,4883437586,4883437589,4883437592,4883437595,4883437598,4883437601,4883437604,4883437607,4883437610,4883439722,4883439725,4883439728,4883439731,4883439734,4883439737,4883439740,4883441690,4883441693,4883441696,4883441699,4883441705,4883441708,4883441711,4883441714,4883441717,4883441720,4883441723,4883441726,4883441729,4883441732,4883441735,4883441738,4883441741,4883441744,4883441747,4883441750,4883441753,4883441756,4883441759,4883441882,4883441885,4883441888,4883441891,4883441894,4883441897,4883441900,4883441903,4883441906,4883441909,4883441912,4883441915,4883441918,4883441921,4883441924,4883441927,4883441930,4883441933,4883441936,4883441939,4883441942,4883441945,4883441948,4883441951,4883441957,4883441960,4883441963,4883441966,4883441969,4883441972,4883441975,4883441978,4883441981,4883441984,4883441987,4883441990,4883441993,4883442380,4883442383,4883442386,4883442389,4883442392,4883442395,4883442398,4883442401,4883442404,4883442407,4883442410,4883442413,4883442416,4883442419,4883442422,4883442425,4883442428,4883442431,4883442434,4883442437,4883442440,4883442443,4883442446,4883442449,4883442452,4883442455,4883442458,4883442461,4883442464,4883442467,4883442470,4883442473,4883442476,4883442479,4883442683,4883442686,4883442689,4883442692,4883442695,4883442698,4883442701,4883442704,4883442707,4883442710,4883442713,4883442716,4883442719,4883442842,4883442845,4883442851,4883442854,4883442857,4883442860,4883442863,4883442866,4883442869,4883442872,4883442875,4883442878,4883442881,4883442884,4883442887,4883442890,4883442893,4883442896,4883442899,4883442902,4883442905,4883442908,4883442911,4883442914,4883442917,4883442920,4883442923,4883442926,4883442929,4883442932,4883443400,4883443403,4883443406,4883443409,4883443412,4883443415,4883443418,4883443421,4883443424,4883443427,4883443430,4883443433,4883443436,4883443439,4883443562,4883443565,4883443568,4883443571,4883443574,4883443577,4883443580,4883443583,4883443586,4883443589,4883443592,4883443595,4883443598,4883443601,4883443604,4883443607,4883443610,4883443613,4883443616,4883443619,4883443622,4883443625,4883443628,4883443631,4883443634,4883443637,4883443640,4883443643,4883443646,4883443649,4883443652,4883443655,4883443658,4883443661,4883443664,4883443667,4883443670,4883443673,4883443676,4883443883,4883444078,4883444081,4883444084,4883444087,4883444090,4883444093,4883444096,4883444099,4883444102,4883444105,4883444108,4883444111,4883444114,4883444117,4883444120,4883444375,4883444378,4883444381,4883444384,4883444387,4883444390,4883444393,4883444396,4883444399,4883444522,4883444525,4883444528,4883444531,4883444534,4883444537,4883444540,4883444543,4883444546,4883444549,4883444552,4883444555,4883444558,4883444561,4883444564,4883444567,4883444570,4883444573,4883444576,4883444579,4883444582,4883444585,4883444588,4883444591,4883444594,4883444597,4883444600,4883444603,4883444606,4883444609,4883444612,4883444615,4883444618,4883444621,4883444624,4883444627,4883445065,4883445068,4883445071,4883445074,4883445077,4883445080,4883445083,4883445086,4883445089,4883445092,4883445095,4883445098,4883445101,4883445104,4883445107,4883445110,4883445113,4883445116,4883445119,4883445242,4883445245,4883445248,4883445251,4883445254,4883445257,4883445260,4883445263,4883445266,4883445269,4883445272,4883445275,4883445278,4883445281,4883445284,4883445287,4883445290,4883445776,4883445779,4883445782,4883445785,4883445788,4883445791,4883445794,4883445797,4883445800,4883445803,4883445806,4883445809,4883445812,4883445815,4883445818,4883445821,4883445824,4883445827,4883445830,4883445833,4883445836,4883445839,4883445962,4883445965,4883445968,4883445971,4883445974,4883445977,4883445980,4883445983,4883445986,4883445989,4883445992,4883445995,4883446001,4883446004,4883446007,4883446010,4883446013,4883446016,4883446019,4883446022,4883446025,4883446028,4883446031,4883446034,4883446037,4883446040,4883446043,4883446046,4883446049,4883446052,4883446058,4883446061,4883446064,4883446067,4883446070,4883446073,4883446076,4883446079,4883446202,4883446205,4883446208,4883446211,4883446214,4883446217,4883446220,4883446223,4883446226,4883446229,4883446232,4883446235,4883446238,4883446241,4883446244,4883446247,4883446556,4883446559,4883446682,4883446685,4883446688,4883446691,4883446694,4883446697,4883446700,4883446703,4883446706,4883446709,4883446712,4883446715,4883446718,4883446721,4883446724,4883446727,4883446730,4883446733,4883446736,4883446739,4883446742,4883446745,4883446748,4883446751,4883446754,4883446757,4883446760,4883446763,4883446766,4883446769,4883446772,4883446775,4883446778,4883446781,4883446784,4883446787,4883446790,4883446793,4883446796,4883446799,4883446922,4883466434,4883466446,4883466449,4883466455,4883466458,4883466467,4883466479,4883466620,4883466626,4883466632,4883466635,4883466650,4883466653,4883466665,4883466668,4883466671,4883466674,4883466692,4883466695,4883466698,4883466710,4883466713,4883466845,4883466851,4883466860,4883466869,4883466878,4883466884,4883466899,4883468603,4883468606,4883468609,4883468612,4883468615,4883468618,4883468621,4883468624,4883468627,4883468630,4883468633,4883468636,4883468639,4883468762,4883468765,4883468768,4883468771,4883468774,4883468777,4883468780,4883468783,4883468786,4883468789,4883468792,4883468795,4883468798,4883468801,4883468804,4883468807,4883468810,4883468813,4883468816,4883468819,4883468822,4883468825,4883468828,4883468831,4883468834,4883468837,4883468840,4883468843,4883468846,4883468849,4883468852,4883468855,4883468858,4883468861,4883468864,4883468867,4883468870,4883468873,4883468876,4883468879,4883469002,4883469005,4883469008,4883469011,4883469014,4883469017,4883469020,4883469023,4883469026,4883469029,4883469032,4883469035,4883469038,4883469041,4883469044,4883469047,4883469050,4883469053,4883469056,4883469059,4883469062,4883469563,4883469566,4883469569,4883469572,4883469575,4883469578,4883469581,4883469584,4883469587,4883469590,4883469593,4883469596,4883469599,4883469722,4883469725,4883469728,4883469731,4883469734,4883469737,4883469740,4883469743,4883469746,4883469749,4883469752,4883469755,4883469758,4883469761,4883469764,4883469767,4883469770,4883469773,4883469776,4883469779,4883469782,4883469785,4883469788,4883469791,4883469794,4883469797,4883469800,4883469803,4883469806,4883469809,4883469812,4883469815,4883469818,4883469821,4883469824,4883469827,4883469830,4883469833,4883469836,4883469839,4883469962,4883469965,4883469968,4883470472,4883470475,4883470478,4883470481,4883470484,4883470487,4883470490,4883470493,4883470496,4883470499,4883470502,4883470505,4883470508,4883470511,4883470514,4883470517,4883470520,4883470523,4883470526,4883470529,4883470532,4883470985,4883470988,4883470991,4883470994,4883470997,4883471000,4883471003,4883471006,4883471009,4883471012,4883471015,4883471018,4883471021,4883471024,4883471027,4883471030,4883471033,4883471036,4883471039,4883471162,4883471165,4883471168,4883471174,4883471177,4883471180,4883471183,4883471186,4883471189,4883471192,4883471195,4883471198,4883471201,4883471204,4883471207,4883471210,4883471267,4883471270,4883471273,4883471276,4883471279,4883471402,4883471405,4883471408,4883471411,4883471414,4883471417,4883471420,4883471423,4883471426,4883471429,4883471432,4883471435,4883471438,4883471441,4883471444,4883471447,4883471450,4883471453,4883471456,4883471459,4883471462,4883471465,4883471468,4883471471,4883471474,4883471477,4883471480,4883471483,4883471486,4883471489,4883471753,4883471756,4883471759,4883471882,4883471885,4883471888,4883471891,4883471894,4883471897,4883471900,4883471903,4883471906,4883471909,4883471912,4883471915,4883471918,4883471921,4883471924,4883471927,4883471930,4883471933,4883471936,4883471939,4883471942,4883471945,4883471948,4883471951,4883471954,4883471957,4883471960,4883471963,4883471966,4883471969,4883471972,4883471975,4883471978,4883472632,4883472635,4883472638,4883472641,4883472644,4883472647,4883472650,4883472653,4883472656,4883472659,4883472662,4883472665,4883472668,4883472671,4883472674,4883472677,4883472680,4883472872,4883472875,4883472878,4883472881,4883472884,4883472887,4883472890,4883472893,4883472896,4883472899,4883472902,4883472905,4883472908,4883472911,4883472914,4883472917,4883472920,4883472923,4883472926,4883472929,4883473157,4883473160,4883473163,4883473166,4883473169,4883473172,4883473175,4883473178,4883473181,4883473184,4883473187,4883473190,4883473193,4883473196,4883473199,4883473322,4883473325,4883473328,4883473331,4883473334,4883473337,4883473340,4883473343,4883473346,4883473349,4883473352,4883473355,4883473358,4883473361,4883473364,4883473367,4883473370,4883473373,4883473376,4883473379,4883473382,4883473385,4883473388,4883473391,4883473394,4883473397,4883473400,4883473646,4883473649,4883473652,4883473655,4883473658,4883473661,4883473664,4883473667,4883473670,4883473673,4883473676,4883473679,4883473802,4883473805,4883473808,4883473811,4883473814,4883473817,4883473820,4883473823,4883473826,4883473829,4883473832,4883473835,4883473838,4883473841,4883473844,4883473847,4883473850,4883473853,4883473856,4883473859,4883473862,4883473865,4883473868,4883473871,4883473874,4883473877,4883473880,4883473883,4883473886,4883473889,4883473892,4883473895,4883473898,4883473901,4883473904,4883473907,4883473910,4883473913,4883473916,4883473919,4883474042,4883474045,4883474048,4883474051,4883474054,4883474057,4883474060,4883474063,4883474066,4883474069,4883474072,4883474075,4883474078,4883474081,4883474084,4883474087,4883474090,4883474093,4883474096,4883474099,4883474102,4883474876,4883474879,4883475002,4883475005,4883475008,4883475011,4883475014,4883475017,4883475020,4883475023,4883475026,4883475029,4883475032,4883475035,4883475038,4883475041,4883475044,4883475047,4883475050,4883475053,4883475056,4883475059,4883475062,4883475065,4883475068,4883475071,4883475074,4883475077,4883475080,4883475281,4883475284,4883475287,4883475290,4883475293,4883475296,4883475299,4883475302,4883475305,4883475308,4883475311,4883475314,4883475317,4883475320,4883475323,4883475326,4883475329,4883475332,4883475335,4883475338,4883475341,4883475344,4883475347,4883475350,4883475353,4883475356,4883475359,4883475482,4883475485,4883475488,4883475491,4883475494,4883475497,4883475500,4883475503,4883475506,4883475509,4883475512,4883475515,4883475518,4883475521,4883475524,4883475527,4883475530,4883475533,4883475536,4883475539,4883475542,4883475545,4883475548,4883475551,4883475554,4883475557,4883475560,4883475563,4883475566,4883475569,4883475572,4883475575,4883475578,4883475581,4883475584,4883475587,4883475590,4883475593,4883475596,4883475599,4883475722,4883475725,4883475728,4883475731,4883475734,4883475737,4883475743,4883475746,4883475749,4883475752,4883475755,4883475758,4883475761,4883475764,4883475767,4883475770,4883475773,4883475776,4883475779,4883475782,4883475785,4883475788,4883475791,4883475794,4883475797,4883475800,4883475803,4883475806,4883475809,4883475812,4883475815,4883475818,4883475821,4883475824,4883475827,4883475830,4883475833,4883475836,4883475839,4883475962,4883475965,4883475968,4883475971,4883475974,4883475977,4883475980,4883475983,4883475986,4883475989,4883475992,4883475995,4883475998,4883476001,4883476004,4883476007,4883476010,4883476013,4883476016,4883476019,4883476022,4883476025,4883476028,4883476031,4883476034,4883476037,4883476040,4883476043,4883476046,4883476049,4883476052,4883476055,4883476058,4883476061,4883476064,4883476067,4883476070,4883476073,4883476076,4883476079,4883476202,4883476205,4883476283,4883476286,4883476289,4883476292,4883476295,4883476298,4883476301,4883476304,4883476307,4883476310,4883476313,4883476316,4883476319,4883476442,4883476445,4883476448,4883476451,4883476454,4883476457,4883476460,4883476463,4883476466,4883476469,4883476472,4883476475,4883476478,4883476481,4883476484,4883476487,4883476490,4883476493,4883476496,4883476499,4883476502,4883476505,4883476508,4883477039,4883477162,4883477165,4883477168,4883477171,4883477174,4883477177,4883477180,4883477183,4883477186,4883477189,4883477192,4883477195,4883477198,4883477204,4883477207,4883477210,4883477213,4883477216,4883477219,4883477222,4883477225,4883477228,4883477231,4883477234,4883477237,4883477240,4883477243,4883477246,4883477249,4883477252,4883477255,4883477258,4883477261,4883477264,4883477267,4883477270,4883477273,4883477276,4883477279,4883477402,4883477405,4883477408,4883477411,4883477414,4883477417,4883477420,4883477423,4883477426,4883477429,4883477432,4883477435,4883477438,4883477441,4883477444,4883477447,4883477450,4883477453,4883477456,4883477459,4883477462,4883477465,4883477468,4883477471,4883477474,4883477477,4883477480,4883477675,4883477678,4883477681,4883477684,4883477687,4883477690,4883477693,4883477696,4883477699,4883477702,4883477705,4883477708,4883477711,4883477714,4883477717,4883477720,4883477723,4883477726,4883477729,4883477732,4883477735,4883477738,4883477741,4883477744,4883477747,4883477750,4883477753,4883477756,4883477759,4883477882,4883477885,4883477888,4883477891,4883477894,4883477897,4883477900,4883477903,4883477906,4883477909,4883477912,4883477915,4883477918,4883477921,4883477924,4883477927,4883477930,4883477933,4883477936,4883477939,4883477942,4883477945,4883477948,4883477951,4883477954,4883477957,4883477960,4883477963,4883477966,4883477969,4883477972,4883477975,4883477978,4883477981,4883477984,4883477987,4883477990,4883477993,4883477996,4883477999,4883478122,4883478125,4883478128,4883478131,4883478134,4883478137,4883478140,4883478146,4883478149,4883478152,4883478155,4883478158,4883478161,4883478164,4883478167,4883478170,4883478173,4883478176,4883478179,4883478182,4883478185,4883478188,4883478191,4883478194,4883478197,4883478200,4883478203,4883478206,4883478209,4883478212,4883478215,4883478218,4883478221,4883478224,4883478227,4883478230,4883478233,4883478236,4883478239,4883478362,4883478365,4883478368,4883478371,4883478374,4883478377,4883478380,4883478383,4883478386,4883478389,4883478392,4883478395,4883478398,4883478401,4883478404,4883478407,4883478410,4883479613,4883479616,4883479619,4883479622,4883479625,4883479628,4883479631,4883479634,4883479637,4883479640,4883479643,4883479646,4883479649,4883479652,4883479655,4883479658,4883479661,4883479664,4883479667,4883480315,4883480318,4883480321,4883480324,4883480327,4883480330,4883480333,4883480336,4883480339,4883480342,4883480345,4883480348,4883480351,4883480354,4883480357,4883480360,4883480363,4883480366,4883480369,4883480372,4883480375,4883480378,4883480381,4883480384,4883480387,4883480390,4883480393,4883480396,4883480399,4883480522,4883480525,4883480528,4883480531,4883480534,4883480537,4883480540,4883480543,4883480546,4883480549,4883480552,4883480555,4883480558,4883480561,4883480564,4883480567,4883480570,4883480573,4883480576,4883480579,4883480582,4883480585,4883480588,4883480591,4883480594,4883480597,4883480600,4883480603,4883480606,4883481083,4883481086,4883481089,4883481092,4883481095,4883481098,4883481101,4883481104,4883481107,4883481110,4883481113,4883481116,4883481119,4883481242,4883481245,4883481248,4883481251,4883481254,4883481257,4883481263,4883481266,4883481269,4883481272,4883481275,4883481278,4883481281,4883481284,4883481287,4883481290,4883481293,4883481296,4883481299,4883481302,4883481305,4883481308,4883481311,4883481314,4883481317,4883481320,4883481323,4883481326,4883481329,4883481332,4883481335,4883481338,4883481341,4883481344,4883481347,4883481350,4883481353,4883481356,4883481359,4883481482,4883481485,4883481488,4883481491,4883481497,4883481500,4883481503,4883481506,4883481509,4883481512,4883481515,4883481518,4883481521,4883481524,4883493257,4883493260,4883512691,4883512694,4883512697,4883512700,4883512712,4883512715,4883512718,4883512721,4883512724,4883512727,4883512742,4883512745,4883512748,4883512751,4883512754,4883512757,4883512760,4883512781,4883512784,4883512787,4883512790,4883512793,4883514932,4883514935,4883514938,4883514941,4883514944,4883514947,4883514950,4883515136,4883515139,4883515142,4883515157,4883515160,4883515163,4883515166,4883515181,4883515184,4883515187,4883515190,4883515325,4883515328,4883515331,4883515343,4883515346,4883515349,4883515352,4883515355,4883515358,4883515361,4883515364,4883515367,4883515370,4883515373,4883515376,4883515379,4883515382,4883515385,4883515388,4883515391,4883515394,4883515397,4883515400,4883515403,4883515406,4883515409,4883515412,4883515415,4883515418,4883515421,4883515880,4883515883,4883515886,4883515889,4883515892,4883515895,4883515898,4883515901,4883515904,4883515907,4883515910,4883515913,4883515916,4883515919,4883516042,4883516045,4883516048,4883516051,4883516054,4883516057,4883516060,4883516063,4883516066,4883516069,4883516072,4883516075,4883516078,4883516081,4883516084,4883516087,4883516090,4883516093,4883516096,4883516099,4883516102,4883516105,4883516108,4883516111,4883516114,4883516117,4883516120,4883516123,4883516126,4883516129,4883516132,4883516135,4883516138,4883516141,4883516144,4883516147,4883516150,4883516315,4883516318,4883516321,4883516324,4883516327,4883516330,4883516333,4883516336,4883516339,4883516342,4883516345,4883516348,4883516351,4883516354,4883516357,4883516360,4883516363,4883516366,4883516369,4883516372,4883516375,4883516378,4883516384,4883516387,4883516390,4883516393,4883516396,4883516399,4883516522,4883516525,4883516528,4883516531,4883516534,4883516537,4883516540,4883516543,4883516546,4883516549,4883516552,4883516555,4883516558,4883516561,4883516564,4883516567,4883516570,4883516573,4883516576,4883516579,4883516582,4883516585,4883516588,4883516591,4883516594,4883516597,4883516600,4883516603,4883516606,4883516609,4883516612,4883516615,4883516618,4883516621,4883516624,4883516627,4883516630,4883516633,4883516636,4883516639,4883516762,4883516765,4883517086,4883517089,4883517092,4883517095,4883517098,4883517119,4883517242,4883517245,4883517248,4883517251,4883517254,4883517266,4883517269,4883517272,4883517275,4883517299,4883517302,4883517305,4883517308,4883517311,4883517326,4883517329,4883517332,4883517350,4883519273,4883519276,4883519279,4883519402,4883519405,4883519408,4883519411,4883519414,4883519417,4883519420,4883519423,4883519426,4883519429,4883519432,4883519435,4883519438,4883519441,4883519444,4883519447,4883519450,4883519453,4883519459,4883519462,4883519465,4883519468,4883519471,4883519474,4883519477,4883519480,4883519483,4883519486,4883519489,4883519492,4883519495,4883519498,4883519501,4883519504,4883519507,4883519510,4883519513,4883519516,4883519519,4883519642,4883519645,4883519648,4883519651,4883519654,4883519657,4883519660,4883519663,4883519666,4883519669,4883519672,4883519885,4883519888,4883519891,4883519894,4883519897,4883519900,4883519903,4883519906,4883519909,4883519912,4883519915,4883519918,4883519921,4883519924,4883519927,4883519930,4883519933,4883519936,4883519939,4883519942,4883519945,4883519948,4883519951,4883519954,4883520470,4883520473,4883520476,4883520479,4883520602,4883520605,4883520608,4883520611,4883520614,4883520617,4883520620,4883520623,4883520626,4883520629,4883520632,4883520635,4883520638,4883520641,4883520644,4883520647,4883520650,4883520653,4883520656,4883520659,4883520662,4883520665,4883520668,4883520671,4883520674,4883520677,4883520680,4883520683,4883520686,4883520689,4883520692,4883520695,4883520698,4883520701,4883520704,4883520707,4883520710,4883520713,4883520716,4883520719,4883520842,4883520848,4883520851,4883520854,4883520857,4883520860,4883520866,4883520869,4883520872,4883520875,4883520878,4883520881,4883520884,4883520887,4883520890,4883520893,4883520896,4883520899,4883520902,4883520905,4883520908,4883520911,4883520914,4883520917,4883520920,4883520923,4883521343,4883521346,4883521349,4883521352,4883521355,4883521358,4883521361,4883521364,4883521367,4883521370,4883521373,4883521376,4883521379,4883521382,4883521385,4883521388,4883521391,4883521394,4883521397,4883521400,4883521403,4883521406,4883521409,4883521412,4883521415,4883521418,4883521421,4883521424,4883521427,4883521430,4883521433,4883521436,4883521439,4883521562,4883521565,4883521568,4883521571,4883521574,4883521577,4883521580,4883521583,4883521586,4883521589,4883521883,4883521886,4883521889,4883521892,4883521895,4883521898,4883521901,4883521904,4883521907,4883521910,4883521913,4883521916,4883521919,4883522042,4883522543,4883522546,4883522549,4883522552,4883522555,4883522612,4883522615,4883522618,4883522621,4883522624,4883522627,4883522630,4883522633,4883522636,4883522639,4883522762,4883522765,4883522768,4883522771,4883522774,4883522843,4883522846,4883522849,4883522852,4883522855,4883522858,4883522861,4883522864,4883522867,4883522870,4883522873,4883522876,4883522879,4883523002,4883523005,4883523008,4883523011,4883523014,4883523017,4883523020,4883523560,4883523563,4883523566,4883523569,4883523572,4883523575,4883523578,4883523581,4883523584,4883523587,4883523590,4883523593,4883523596,4883523599,4883523722,4883523725,4883523728,4883523731,4883523734,4883523737,4883523740,4883524016,4883524019,4883524022,4883524025,4883524028,4883524031,4883524034,4883524037,4883524040,4883524043,4883524046,4883524049,4883524052,4883524055,4883524058,4883524061,4883524064,4883524067,4883524070,4883524073,4883524076,4883524079,4883524202,4883524205,4883524208,4883524211,4883524214,4883524217,4883524220,4883524223,4883524226,4883524229,4883524232,4883524235,4883524238,4883524241,4883524244,4883524247,4883524250,4883524253,4883524256,4883524259,4883524262,4883524265,4883524268,4883524271,4883524274,4883524277,4883524280,4883524283,4883524286,4883524289,4883524292,4883524295,4883524298,4883524301,4883524304,4883524307,4883524310,4883524313,4883524316,4883524319,4883524442,4883524445,4883524448,4883524451,4883524454,4883524457,4883524460,4883524463,4883524466,4883524469,4883524472,4883524475,4883524478,4883524481,4883524484,4883524487,4883524490,4883524493,4883524496,4883524499,4883525009,4883525012,4883525015,4883525018,4883525021,4883525024,4883525027,4883525030,4883525033,4883525036,4883525039,4883525162,4883525165,4883525168,4883525171,4883525174,4883525177,4883525183,4883525186,4883525189,4883525192,4883525195,4883525198,4883525201,4883525204,4883525207,4883525210,4883525225,4883525228,4883525231,4883525234,4883525237,4883525240,4883525243,4883525246,4883525249,4883525252,4883525255,4883525258,4883525261,4883525264,4883525267,4883525270,4883525273,4883525276,4883525279,4883525402,4883525405,4883525408,4883525411,4883525414,4883525474,4883525477,4883525480,4883525483,4883525486,4883525489,4883525492,4883525495,4883525498,4883525501,4883525504,4883525507,4883525510,4883525513,4883525516,4883525519,4883525642,4883525648,4883525651,4883525654,4883525657,4883525660,4883525663,4883525666,4883525669,4883525672,4883525675,4883525678,4883525681,4883525909,4883525912,4883525915,4883525918,4883525921,4883525924,4883525927,4883525930,4883525933,4883525936,4883525939,4883525942,4883525945,4883525948,4883525951,4883525954,4883525957,4883525960,4883525963,4883525966,4883525969,4883525972,4883525975,4883525978,4883525981,4883525984,4883525987,4883525990,4883525993,4883525996,4883525999,4883526122,4883526125,4883526128,4883526131,4883526134,4883526137,4883526140,4883526143,4883526146,4883526149,4883526152,4883526155,4883526158,4883526161,4883526164,4883526167,4883526170,4883526173,4883526176,4883526179,4883526182,4883526185,4883526188,4883526191,4883526194,4883526197,4883526200,4883526203,4883526206,4883526209,4883526212,4883526215,4883526218,4883526221,4883526224,4883526227,4883526230,4883526233,4883526236,4883526239,4883526362,4883526365,4883526368,4883526371,4883526449,4883526452,4883526455,4883526458,4883526461,4883526464,4883526467,4883526470,4883526473,4883526476,4883526479,4883526602,4883526605,4883526608,4883526677,4883526680,4883526683,4883526686,4883526689,4883526692,4883526695,4883526698,4883526701,4883526704,4883526707,4883526710,4883526713,4883526905,4883526908,4883526911,4883526914,4883526917,4883526920,4883526923,4883526926,4883526929,4883526932,4883526935,4883526938,4883526941,4883526944,4883526947,4883526950,4883527376,4883527379,4883527382,4883527385,4883527388,4883527391,4883527394,4883527397,4883527400,4883527403,4883527406,4883527409,4883527412,4883527415,4883527418,4883527421,4883527424,4883527427,4883527430,4883527433,4883527436,4883527439,4883527562,4883527565,4883527568,4883527571,4883527574,4883527577,4883527580,4883527583,4883527586,4883527589,4883527592,4883527595,4883527598,4883527601,4883527604,4883527607,4883527610,4883527673,4883527676,4883527679,4883527802,4883527805,4883527808,4883527811,4883527814,4883527817,4883527820,4883527823,4883527826,4883527829,4883527832,4883527835,4883527838,4883527841,4883527844,4883527847,4883527850,4883527853,4883527856,4883527859,4883527862,4883527865,4883527868,4883527871,4883527874,4883527877,4883527880,4883527883,4883527886,4883527889,4883527892,4883527895,4883527898,4883527901,4883527904,4883527907,4883527910,4883527913,4883527916,4883527919,4883528042,4883528045,4883528048,4883528051,4883528054,4883528057,4883528060,4883528063,4883528066,4883528069,4883528072,4883528075,4883528078,4883528081,4883528084,4883528087,4883528090,4883528093,4883528096,4883528099,4883528102,4883528105,4883528108,4883528111,4883528114,4883528117,4883528120,4883528123,4883528126,4883528153,4883528156,4883528159,4883528282,4883528285,4883528288,4883528291,4883528294,4883528297,4883528300,4883528303,4883528306,4883528309,4883528312,4883528315,4883528318,4883528321,4883528324,4883528327,4883528330,4883528333,4883528336,4883528339,4883528342,4883528345,4883528348,4883528351,4883528354,4883528357,4883528360,4883528363,4883528366,4883528369,4883528372,4883528375,4883528378,4883528381,4883528384,4883528387,4883528390,4883528393,4883528396,4883528399,4883528522,4883528525,4883528528,4883528531,4883528534,4883554553,4883554556,4883554559,4883554685,4883554688,4883554691,4883554694,4883554697,4883554700,4883554703,4883554706,4883554709,4883554712,4883554715,4883554718,4883554721,4883554724,4883554727,4883554730,4883554733,4883554736,4883554739,4883554742,4883554745,4883554748,4883554751,4883554754,4883554757,4883554760,4883554763,4883554766,4883554769,4883554772,4883554775,4883554778,4883554781,4883554784,4883554787,4883554790,4883554793,4883554796,4883554799,4883554922,4883554925,4883554928,4883554931,4883554934,4883554937,4883554940,4883554943,4883554946,4883554949,4883554952,4883556665,4883556668,4883556671,4883556674,4883556677,4883556680,4883556683,4883556686,4883556689,4883556692,4883556695,4883556698,4883556701,4883556704,4883556707,4883556710,4883556713,4883556716,4883556719,4883556842,4883556845,4883556848,4883556851,4883556854,4883556857,4883556860,4883556863,4883556866,4883556869,4883556872,4883556875,4883556878,4883556881,4883556884,4883556887,4883556890,4883556893,4883556896,4883556899,4883556902,4883556905,4883556908,4883556911,4883556914,4883556917,4883556920,4883556923,4883556926,4883556929,4883556932,4883556935,4883556938,4883556941,4883556944,4883556947,4883556950,4888552465,4889122311,4894471199,4898516140,4899249557,4900192015,4912804216,4916486820,4929547357,4943256604,4946431802,4946452963,4948313020,4949099173,4950293263,4950293266,4950293269,4950293272,4950293275,4950293278,4950294409,4950294412,4950294415,4950294418,4950294421,4950294424,4950294427,4950300630,4950300633,4950300636,4950300639,4950300642,4950300645,4950300648,4950311413,4950311416,4950311419,4950311422,4950311425,4950311428,4950311431,4950311881,4950311884,4950311887,4950311890,4950311893,4950311896,4950311902,4950311905,4950311908,4950311911,4950311914,4950311917,4950311920,4950311923,4950311926,4950311932,4950311935,4950311938,4950311941,4950311944,4950311947,4950311950,4950312133,4950312136,4950312139,4950312142,4950312145,4950312148,4950312151,4950312154,4950312157,4950312160,4950312163,4950312166,4950312169,4950312172,4950312175,4950312178,4950312370,4950312373,4950312376,4950312379,4950312382,4950312385,4950312388,4950312391,4950312394,4950312397,4950312400,4950312403,4950312406,4950312409,4950312412,4950312466,4950312469,4950312472,4950312478,4950312601,4950312604,4950312607,4950312610,4950312628,4950312631,4950312634,4950312637,4950312640,4950312643,4950312646,4950312649,4950312652,4950312655,4950312658,4950312661,4950312664,4950312667,4950312670,4950312673,4950312676,4950312679,4950312682,4950312685,4950312886,4950312889,4950312892,4950312895,4950312898,4950312901,4950312904,4950312907,4950312910,4950312913,4950312916,4950312919,4950312922,4950312925,4950312928,4950312931,4950312934,4950312937,4950312940,4950312943,4950312946,4950313153,4950313156,4950313159,4950313162,4950313165,4950313168,4950313636,4950313639,4950313642,4950313645,4950313648,4950313651,4950313654,4950313657,4950313660,4950313663,4950313666,4950313669,4950313672,4950313675,4950313678,4950313801,4950313804,4950313807,4950313810,4950313813,4950313816,4950313819,4950313822,4950313825,4950313828,4950313900,4950313903,4950313906,4950313909,4950313912,4950313915,4950313918,4950314041,4950314044,4950314047,4950314050,4950314053,4950314056,4950314059,4950314062,4950314065,4950314128,4950314131,4950314134,4950314137,4950314140,4950314143,4950314146,4950314149,4950314152,4950314155,4950314158,4950314281,4950314284,4950314287,4950314290,4950314293,4950314296,4950314299,4950314302,4950314305,4950314308,4950314311,4950314314,4950314317,4950314320,4950314323,4950314326,4950314329,4950314332,4950314335,4950314338,4950314341,4950314344,4950314347,4950314350,4950314353,4950314356,4950314359,4950314362,4950314365,4950314368,4950314371,4950314374,4950314377,4950314380,4950314383,4950314386,4950314389,4950314392,4950314395,4950314398,4950314521,4950314524,4950314527,4950314530,4950314533,4950314536,4950314539,4950314542,4950314545,4950314548,4950314551,4950314554,4950314557,4950314560,4950322521,4950322524,4950322527,4950322530,4950322533,4950322536,4950322539,4950322542,4950322545,4950322548,4950322551,4950322554,4950322557,4950322680,4950322683,4950322686,4950322689,4950322692,4950322695,4950322698,4950322701,4950322704,4950322707,4950322710,4950322713,4950322716,4950322719,4950322722,4950322725,4950322728,4950322731,4950322734,4950322737,4950322740,4950322743,4950322746,4950322749,4950322752,4950322755,4950322758,4950322761,4950322764,4950322767,4950322770,4950322773,4950322776,4950322779,4950322782,4950322785,4950322944,4950322947,4950322950,4950322953,4950322956,4950322959,4950322962,4950322965,4950322971,4950322974,4950322977,4950322980,4950322983,4950322986,4950322989,4950322992,4950323163,4950323166,4950323169,4950323172,4950323175,4950323178,4950323181,4950323184,4950323187,4950323190,4950323193,4950323196,4950323199,4950323202,4950323208,4950323211,4950323277,4950323400,4950323403,4950323406,4950323409,4950323412,4950323415,4950323418,4950323421,4950323424,4950323427,4950323430,4950323433,4950323436,4950323439,4950323442,4950323445,4950323481,4950323484,4950323487,4950323490,4950323496,4950323499,4950323502,4950323505,4950323508,4950323511,4950323514,4950323517,4950323640,4950323643,4950323646,4950323649,4950323652,4950323655,4950323658,4950323661,4950323664,4950323667,4950323670,4950323673,4950323919,4950323922,4950323925,4950323928,4950323931,4950323934,4950323937,4950323940,4950323943,4950323946,4950323949,4950323952,4950323955,4950323958,4950323961,4950323964,4950323967,4950323973,4950323976,4950323979,4950323982,4950323985,4950323988,4950324141,4950324144,4950324147,4950324150,4950324153,4950324156,4950324159,4950324162,4950324165,4950324168,4950324171,4950324174,4950324180,4950324183,4950324186,4950324189,4950324192,4950324195,4950324198,4950324201,4950324204,4950324207,4950324210,4950324213,4950324216,4950324219,4950324222,4950324225,4950324228,4950324231,4950324234,4950324237,4950324360,4950324363,4950324366,4950324369,4950324372,4950324375,4950324378,4950324381,4950324384,4950324387,4950324390,4950324393,4950324396,4950324399,4950324693,4950324696,4950324699,4950324702,4950324705,4950324708,4950324711,4950324714,4950324717,4950324840,4950324843,4950324846,4950324849,4950324852,4950324855,4950324858,4950324861,4950324864,4950324867,4950324870,4950324873,4950324876,4950324879,4950324882,4950325092,4950325095,4950325098,4950325101,4950325104,4950325107,4950325110,4950325113,4950325116,4950325119,4950325122,4950325125,4950325128,4950325131,4950325134,4950325137,4950325140,4950325143,4950325146,4950325149,4950325152,4950325155,4950325158,4950325161,4950325602,4950325605,4950325608,4950325611,4950325614,4950325617,4950325620,4950325623,4950325626,4950325629,4950325632,4950325635,4950325638,4950325641,4950325644,4950325647,4950325650,4950325653,4950325656,4950325659,4950325662,4950325665,4950325668,4950325671,4950325674,4950325677,4950325800,4950325803,4950325806,4950325809,4950325812,4950325815,4950325818,4950325821,4950325824,4950325827,4950325830,4950325833,4950325839,4950325842,4950325845,4950325848,4950325851,4950325854,4950325857,4950325860,4950325863,4950325866,4950325869,4950325872,4950325875,4950325878,4950325881,4950325884,4950325887,4950325890,4950325893,4950325896,4950325899,4950325902,4950326319,4950326322,4950326325,4950326328,4950326331,4950326334,4950326337,4950326340,4950326343,4950326346,4950326349,4950326352,4950326355,4950326358,4950326361,4950326364,4950326367,4950326370,4950326373,4950326376,4950326379,4950326382,4950326385,4950326388,4950326391,4950326394,4950326397,4950326520,4950326523,4950326526,4950326529,4950326532,4950326535,4950326538,4950326541,4950326544,4950326547,4950326550,4950326553,4950326556,4950326559,4950326562,4950326565,4950326568,4950326571,4950326574,4950326577,4950326580,4950326583,4950326586,4950326589,4950326592,4950326595,4950326598,4950457828,4950457831,4950457834,4950457837,4950457840,4950457843,4950457855,4950457858,4950457861,4950457864,4950457867,4950457870,4950457873,4950472213,4950472216,4950472219,4950472222,4950472225,4950472228,4950472231,4950472234,4950472237,4950472240,4950472243,4950472246,4950472249,4950472252,4950472441,4950472444,4950472447,4950472450,4950472453,4950472456,4950472459,4950472462,4950472465,4950472468,4950472474,4950472477,4950472480,4950472483,4950472528,4950472531,4950472534,4950472537,4950472540,4950472543,4950472546,4950472549,4950472552,4950472555,4950472558,4950472681,4950472684,4950472687,4950472690,4950472693,4950472696,4950472702,4950472783,4950472786,4950472789,4950472792,4950472795,4950472798,4950472921,4950472924,4950472927,4950472930,4950472933,4950472936,4950472939,4950472942,4950472945,4950472948,4950472951,4950472954,4950472957,4950472960,4950472963,4950472966,4950472972,4950472975,4950472978,4950472981,4950472984,4950472987,4950472990,4950472993,4950472996,4950472999,4950473002,4950473005,4950473008,4950473011,4950473014,4950473017,4950473020,4950473023,4950473026,4950473656,4950473659,4950473662,4950473665,4950473668,4950473671,4950473674,4950473677,4950473680,4950473947,4950473950,4950473953,4950473956,4950473959,4950473962,4950473968,4950473971,4950473974,4950473977,4950473980,4950473983,4950473986,4950473989,4950473992,4950473995,4950473998,4950474121,4950474124,4950474127,4950474130,4950474133,4950474136,4950474139,4950474142,4950474145,4950474148,4950474151,4950474154,4950474157,4950474160,4950474163,4950474166,4950474169,4950474172,4950474175,4950474178,4950475624,4950475627,4950475630,4950475633,4950475636,4950475639,4950475642,4950475645,4950475648,4950475651,4950475654,4950475657,4950475660,4950475663,4950475666,4950475669,4950475672,4950475675,4950476347,4950476350,4950476353,4950476356,4950476359,4950476362,4950476365,4950476368,4950476371,4950476374,4950476377,4950476380,4950476383,4950476386,4950476389,4950476392,4950476395,4950476398,4950476521,4950476524,4950476527,4950476530,4950476533,4950476536,4950476539,4950476542,4950476545,4950476548,4950476551,4950476554,4950476557,4950476560,4950476563,4950476566,4950476569,4950476572,4950476575,4950476578,4950476581,4950476584,4950476824,4950476827,4950476830,4950476833,4950476836,4950476839,4950476842,4950476845,4950476848,4950476851,4950476854,4950476857,4950476860,4950476863,4950476866,4950476869,4950476872,4950476875,4950476878,4950477001,4950477004,4950477007,4950477010,4950477013,4950477016,4950477019,4950477022,4950477025,4950477028,4950477031,4950477034,4950477037,4950477040,4950477043,4950477046,4950477049,4950477052,4950477055,4950477058,4950477061,4950477250,4950477253,4950477256,4950477259,4950477262,4950477265,4950477271,4950477274,4950477277,4950477283,4950477286,4950477289,4950477292,4950477295,4950477580,4950477583,4950477586,4950477589,4950477592,4950477595,4950477598,4950477721,4950477724,4950477727,4950477730,4950477733,4950477736,4950477739,4950477742,4950477745,4950477748,4950477751,4950477754,4950477757,4950477760,4950477763,4950477766,4950477769,4950477772,4950477775,4950477778,4950477781,4950477784,4950477787,4950477790,4950477793,4950477796,4950477799,4950477802,4950477805,4950477808,4950477811,4950477814,4950477817,4950477820,4950478702,4950478705,4950478708,4950478711,4950478714,4950478717,4950478720,4950478723,4950478726,4950478732,4950478735,4950478738,4950478741,4950478744,4950478747,4950478750,4950478753,4950478756,4950478759,4950478762,4950478765,4950478768,4950478771,4950478774,4950478777,4950478780,4950478783,4950478786,4950478789,4950478792,4950478795,4950478921,4950478924,4950478927,4950478930,4950478933,4950478936,4950488520,4950488523,4950488526,4950488529,4950488532,4950488535,4950488538,4950488541,4950488544,4950488547,4950488550,4950488553,4950488556,4950488559,4950488562,4950488565,4950488568,4950488571,4950488574,4950488577,4950488580,4950488583,4950488586,4950488793,4950488796,4950488799,4950488802,4950488805,4950488808,4950488811,4950488814,4950488817,4950488820,4950488823,4950488826,4950488829,4950488832,4950488835,4950488838,4950488841,4950488844,4950488847,4950488850,4950489291,4950489294,4950489297,4950489300,4950489303,4950489306,4950489309,4950489312,4950489315,4950489318,4950489321,4950489324,4950489327,4950489330,4950489333,4950489336,4950489339,4950489342,4950489345,4950489348,4950489351,4950489354,4950489357,4950489480,4950489483,4950489486,4950489489,4950489492,4950489495,4950489498,4950489501,4950489504,4950489507,4950489510,4950489513,4950489516,4950489519,4950489522,4950489525,4950489528,4950489531,4950489534,4950489537,4950489540,4950489543,4950489546,4950489831,4950489834,4950489837,4950489960,4950489963,4950489966,4950489969,4950489972,4950489975,4950489978,4950489981,4950489984,4950489987,4950489990,4950489993,4950489996,4950489999,4950490002,4950490005,4950490008,4950490011,4950490014,4950490017,4950490020,4950490023,4950490026,4950490029,4950490032,4950490035,4950490038,4950490041,4950490044,4950490047,4950490050,4950490053,4950490056,4950490059,4950490062,4950490065,4950490068,4950490071,4950490074,4950490077,4950490200,4950490281,4950490284,4950490287,4950490290,4950490293,4950490296,4950490299,4950490302,4950490305,4950490308,4950490749,4950490752,4950490755,4950490758,4950490761,4950490764,4950490767,4950490770,4950490773,4950490776,4950490779,4950490782,4950490785,4950490788,4950490791,4950490794,4950492402,4950492405,4950492408,4950492465,4950492468,4950492471,4950492474,4950492477,4950492600,4950492603,4950492606,4950492609,4950492612,4950492615,4950492618,4950492621,4950492624,4950492627,4950492630,4950492633,4950492636,4950492639,4950492642,4950492645,4950492648,4950492651,4950492654,4950492657,4950492660,4950492663,4950492666,4950492669,4950492672,4950492675,4950492678,4950492681,4950492684,4950492687,4950492690,4950492693,4950492696,4950492699,4950492702,4950492705,4950492708,4950492711,4950492714,4950492717,4950492840,4950492843,4950492846,4950492849,4950492852,4950492855,4950492861,4950492864,4950492867,4950492870,4950492873,4950492876,4950493341,4950493344,4950493347,4950493350,4950493353,4950493356,4950493359,4950493362,4950493365,4950493368,4950493371,4950493374,4950493377,4950493380,4950493383,4950494040,4950494043,4950494046,4950494049,4950494052,4950494055,4950494058,4950494061,4950494064,4950494067,4950494070,4950494073,4950494076,4950494079,4950494082,4950494085,4950494088,4950494091,4950494094,4950494097,4950494100,4950494103,4950494106,4950494109,4950494112,4950494115,4950494118,4950494121,4950494124,4950494127,4950494130,4950494133,4950494136,4950494139,4950494142,4950494145,4950494148,4950494376,4950494379,4950494382,4950494385,4950494388,4950494391,4950494394,4950494397,4950494520,4950494523,4950494526,4950494529,4950494532,4950494535,4950494538,4950494541,4950494544,4950494547,4950494550,4950494553,4950494811,4950494814,4950494817,4950495081,4950495084,4950495087,4950495090,4950495093,4950495096,4950495099,4950495102,4950495105,4950495108,4950495111,4950495114,4950495117,4950496044,4950496047,4950496050,4950496053,4950496056,4950496059,4950496062,4950496065,4950496068,4950496071,4950496074,4950496077,4950496200,4950496203,4950496206,4950496209,4950496212,4950496215,4950496218,4950496221,4950496224,4950496227,4950496230,4950496233,4950496236,4950496239,4950496242,4950496245,4950496248,4950496254,4950496257,4950496260,4950496263,4950496266,4950496269,4950496272,4950496275,4950496278,4950496281,4950496284,4950496287,4950496290,4950496293,4950496296,4950496299,4950496302,4950496305,4950496308,4950496686,4950496689,4950496692,4950496695,4950496698,4950496701,4950496704,4950496707,4950496710,4950496713,4950496716,4950496719,4950496722,4950496725,4950496728,4950496731,4950496734,4950496737,4950496740,4950496743,4950496746,4950496749,4950496752,4950496755,4950496758,4950496761,4950496764,4950496767,4950496770,4950496773,4950496776,4950496779,4950496782,4950496785,4950496788,4950496791,4950496794,4950496797,4950496920,4950496923,4950496926,4950496941,4950496944,4950496947,4950496950,4950496953,4950496956,4950496959,4950497223,4950497226,4950497229,4950497232,4950497235,4950497238,4950497241,4950497244,4950497247,4950497250,4950497253,4950497256,4950497259,4950497481,4950497484,4950498372,4950498375,4950498381,4950498384,4950498387,4950498390,4950498393,4950498396,4950498399,4950498402,4950498405,4950498408,4950498411,4950498414,4950498417,4950498420,4950498423,4950498426,4950498429,4950498432,4950498435,4950498438,4950498444,4950498447,4950498450,4950498453,4950498456,4950498459,4950498462,4950498465,4950665728,4950665731,4950665734,4950665737,4950665740,4950665743,4950665746,4950665749,4950665752,4950665755,4950665758,4950665884,4950665887,4950665926,4950665929,4950665932,4950665935,4950665938,4950665941,4950665944,4950665947,4950665950,4950669043,4950669046,4950669049,4950669052,4950669055,4950669058,4950669061,4950669064,4950669067,4950669070,4950669073,4950669082,4950669085,4950669088,4950669091,4950669094,4950669097,4950669100,4950669241,4950669244,4950669271,4950669274,4950669277,4950669280,4950669283,4950669286,4950669289,4950669292,4950669295,4950676474,4950676477,4950677683,4950677686,4950677689,4950677692,4950677695,4950677698,4950677701,4950677704,4950677707,4950677710,4950677713,4950677716,4950677719,4950677722,4950677725,4950677728,4950677731,4950677734,4950677737,4950677740,4950678223,4950678226,4950678229,4950678232,4950678235,4950678238,4950678421,4950678424,4950678427,4950678430,4950678433,4950678436,4950678439,4950678442,4950678445,4950678448,4950678451,4950678454,4950678457,4950678460,4950678463,4950678466,4950678679,4950678682,4950678685,4950678688,4950678691,4950678694,4950678697,4950678700,4950678703,4950678706,4950678709,4950678712,4950678715,4950678718,4950678841,4950678844,4950678847,4950678850,4950678853,4950678859,4950678862,4950678865,4950678868,4950678871,4950678874,4950678877,4950678880,4950678883,4950678886,4950678889,4950678892,4950678895,4950678898,4950678901,4950678904,4950678907,4950678910,4950678913,4950678916,4950678919,4950678922,4950678925,4950678928,4950678931,4950678934,4950678937,4950678940,4950678943,4950678946,4950678949,4950678952,4950678955,4950678958,4950679081,4950679084,4950679087,4950679090,4950679093,4950679096,4950679099,4950679102,4950679105,4950679108,4950679111,4950679114,4950679117,4950679120,4950679123,4950679126,4950679129,4950679132,4950679135,4950679138,4950679141,4950679144,4950679147,4950679150,4950679153,4950679156,4950679159,4950679162,4950679165,4950679168,4950679171,4950679174,4950679177,4950679180,4950679183,4950679186,4950679630,4950679633,4950679636,4950679639,4950679642,4950679645,4950679648,4950679651,4950679654,4950679657,4950679660,4950679663,4950679669,4950679672,4950679675,4950679678,4950679801,4950679804,4950679807,4950679810,4950679813,4950679816,4950679819,4950679822,4950679825,4950679828,4950679831,4950679834,4950679837,4950679840,4950679843,4950679846,4950679849,4950679852,4950679855,4950679858,4950679861,4950679864,4950679867,4950679870,4950679873,4950679876,4950679879,4950679882,4950680353,4950680356,4950680359,4950680362,4950680365,4950680626,4950680629,4950680632,4950680635,4950680638,4950680761,4950680764,4950680767,4950680770,4950680773,4950680776,4950680779,4950680781,4950680782,4950680784,4950680785,4950680787,4950680788,4950680790,4950680791,4950680793,4950680794,4950680796,4950680797,4950680799,4950680800,4950680802,4950680803,4950680805,4950680806,4950680808,4950680809,4950680811,4950680812,4950680814,4950680815,4950680818,4950680821,4950680824,4950680827,4950680829,4950680830,4950680832,4950680833,4950680835,4950680836,4950680838,4950680839,4950680842,4950680845,4950680848,4950680851,4950680854,4950680857,4950680860,4950680863,4950680866,4950680869,4950680872,4950680875,4950680878,4950681001,4950681004,4950681007,4950681010,4950681013,4950681016,4950681022,4950681025,4950681027,4950681028,4950681030,4950681031,4950681033,4950681034,4950681036,4950681037,4950681039,4950681042,4950681045,4950681048,4950681051,4950681054,4950681057,4950681060,4950681063,4950681066,4950681069,4950681072,4950681075,4950681078,4950681355,4950681358,4950681481,4950681484,4950681487,4950681490,4950681493,4950681496,4950681499,4950681502,4950681505,4950681508,4950681511,4950681514,4950681517,4950681520,4950681523,4950681526,4950681595,4950681598,4950681721,4950681724,4950681727,4950681730,4950681733,4950681736,4950681739,4950681742,4950681748,4950681751,4950681754,4950681757,4950681760,4950681763,4950681967,4950681970,4950681973,4950681976,4950681979,4950681982,4950681985,4950681988,4950681991,4950681994,4950681997,4950682000,4950682006,4950682009,4950682012,4950682015,4950682018,4950682021,4950682024,4950682027,4950682030,4950682033,4950682036,4950682039,4950682042,4950682045,4950682048,4950682051,4950682054,4950682057,4950682060,4950682063,4950682066,4950682069,4950682072,4950682075,4950682078,4950682201,4950682204,4950682207,4950682210,4950682471,4950682474,4950682477,4950682480,4950682483,4950682486,4950682489,4950682492,4950682495,4950682498,4950682501,4950682504,4950682507,4950682510,4950682513,4950682516,4950682519,4950682522,4950682525,4950682528,4950682531,4950682741,4950682744,4950682747,4950682753,4950682756,4950682762,4950682765,4950682768,4950682771,4950682774,4950682777,4950682780,4950682783,4950682786,4950682789,4950682792,4950682795,4950682798,4950682921,4950682924,4950682927,4950682930,4950682933,4950683221,4950683224,4950683227,4950683230,4950683233,4950683236,4950683239,4950683242,4950683245,4950683248,4950683251,4950683254,4950683257,4950683260,4950683263,4950683266,4950683269,4950683272,4950683275,4950683278,4950683401,4950683404,4950683407,4950683410,4950683413,4950683416,4950683419,4950683422,4950683425,4950683428,4950683431,4950683434,4950683437,4950683440,4950683443,4950683446,4950683449,4950683452,4950683455,4950683740,4950683743,4950683746,4950683749,4950683752,4950683755,4950683758,4950683881,4950683884,4950683887,4950683890,4950683893,4950683896,4950683899,4950683902,4950683905,4950683908,4950683911,4950683914,4950683917,4950683920,4950683923,4950683926,4950683929,4950683932,4950683935,4950683938,4950683941,4950683944,4950683947,4950683953,4950683956,4950683959,4950683962,4950683965,4950683968,4950683971,4950683977,4950683980,4950683983,4950683986,4950683989,4950683992,4950683995,4950683998,4950684121,4950684439,4950684442,4950684445,4950684448,4950684451,4950684454,4950684457,4950684460,4950684463,4950684466,4950684469,4950684472,4950684475,4950684478,4950684601,4950684604,4950684607,4950684610,4950684691,4950684694,4950684697,4950684700,4950684703,4950684706,4950684709,4950684712,4950684715,4950684718,4950684841,4950684844,4950684847,4950684850,4950684853,4950684856,4950684859,4950684862,4950684865,4950684871,4950684874,4950684877,4950684880,4950684883,4950684886,4950685378,4950685381,4950685384,4950685387,4950685390,4950685393,4950685396,4950685399,4950685402,4950685405,4950685408,4950685411,4950685414,4950685417,4950685420,4950685423,4950685426,4950685429,4950685432,4950685435,4950685438,4950685561,4950685564,4950685567,4950685570,4950685573,4950685576,4950685579,4950685582,4950686068,4950686071,4950686074,4950686077,4950686080,4950686083,4950686086,4950686089,4950686092,4950686095,4950686098,4950686101,4950686104,4950686107,4950686110,4950686113,4950686116,4950686119,4950686122,4950686125,4950686128,4950686131,4950686134,4950686140,4950686143,4950686146,4950686149,4950686152,4950686155,4950686158,4950686281,4950686284,4950686287,4950686290,4950686293,4950686296,4950686299,4950686302,4950686305,4950686308,4950686311,4950686314,4950686317,4950686320,4950686323,4950686326,4950686329,4950686332,4950686335,4950686338,4950686362,4950686365,4950686368,4950686371,4950686374,4950686377,4950686380,4950686383,4950686386,4950686389,4950686392,4950686395,4950686398,4950686521,4950686524,4950686527,4950686530,4950686533,4950686536,4950686539,4950687013,4950687016,4950687019,4950687022,4950687025,4950687028,4950687031,4950687034,4950687037,4950687040,4950687046,4950687049,4950687052,4950687055,4950687058,4950687061,4950687064,4950687067,4950687070,4950687073,4950687076,4950687079,4950687082,4950687085,4950687088,4950687091,4950687094,4950687097,4950687100,4950687103,4950687106,4950687112,4950687115,4950687118,4950687241,4950687244,4950687247,4950687499,4950687502,4950687505,4950687508,4950687511,4950687514,4950687517,4950687520,4950687523,4950687529,4950687532,4950687535,4950687538,4950687544,4950687547,4950687550,4950687553,4950687556,4950687559,4950687562,4950687565,4950687568,4950687571,4950687574,4950687577,4950687580,4950688066,4950688069,4950688072,4950688075,4950688078,4950688201,4950688204,4950688207,4950688210,4950688213,4950688216,4950688219,4950688222,4950688225,4950688228,4950688231,4950688234,4950688237,4950688240,4950688243,4950688246,4950688249,4950688252,4950688255,4950688258,4950688261,4950688264,4950688267,4950688270,4950688273,4950688276,4950688279,4950688282,4950688285,4950688288,4950688291,4950688294,4950688297,4950688300,4950688303,4950688306,4950688309,4950688312,4950688315,4950688318,4950688441,4950688444,4950688447,4950688450,4950688453,4950688456,4950688459,4950688462,4950688465,4950688483,4950688486,4950688783,4950688786,4950688789,4950688792,4950688795,4950688921,4950688924,4950688927,4950688930,4950688933,4950688936,4950688939,4950688942,4950688945,4950688948,4950688951,4950688954,4950688957,4950688960,4950688963,4950688966,4950688969,4950688972,4950688975,4950688978,4950688981,4950688984,4950688987,4950688990,4950688993,4950688996,4950688999,4950689401,4950689404,4950689407,4950689410,4950689413,4950689416,4950689419,4950689422,4950689425,4950689428,4950689431,4950689434,4950689437,4950689440,4950689443,4950689446,4950689449,4950689452,4950689455,4950689458,4950689461,4950689464,4950689467,4950689470,4950689473,4950689476,4950689479,4950689482,4950689485,4950689488,4950689494,4950689497,4950689500,4950689503,4950689506,4950689509,4950689512,4950689515,4950689518,4950689641,4950689644,4950689647,4950689650,4950689653,4950689656,4950689659,4950689662,4950689932,4950689935,4950689938,4950689941,4950689944,4950689947,4950689950,4950689953,4950689956,4950689959,4950689962,4950689965,4950689968,4950689971,4950689974,4950689977,4950689980,4950689983,4950689986,4950689989,4950689992,4950689995,4950689998,4950690121,4950690124,4950690130,4950690133,4950690136,4950690139,4950690142,4950690145,4950690148,4950690151,4950690154,4950690157,4950690160,4950690163,4950690166,4950690169,4950690172,4950690175,4950690178,4950690181,4950690184,4950699984,4950699987,4950699990,4950699993,4950699996,4950700941,4950700944,4950700947,4950700950,4950700953,4950700956,4950700959,4950700962,4950700965,4950700968,4950700971,4950700974,4950700977,4950700980,4950700983,4950700986,4950701163,4950701166,4950701169,4950701172,4950701175,4950701178,4950701181,4950701184,4950701187,4950701190,4950701193,4950701196,4950701199,4950701202,4950701205,4950701211,4950701214,4950701217,4950701220,4950701223,4950701226,4950701412,4950701415,4950701418,4950701421,4950701424,4950701427,4950701430,4950701433,4950701436,4950701439,4950701442,4950701445,4950701448,4950701451,4950701454,4950701457,4950701460,4950701463,4950701466,4950701469,4950701472,4950701475,4950701478,4950701730,4950701733,4950701736,4950701739,4950701742,4950701745,4950701748,4950701751,4950701754,4950701757,4950701880,4950701883,4950701886,4950701889,4950701892,4950701895,4950701898,4950701901,4950701904,4950701907,4950701910,4950701913,4950701916,4950701919,4950701922,4950701925,4950701928,4950701931,4950701934,4950701937,4950701940,4950701943,4950701946,4950701949,4950701952,4950701955,4950701958,4950701961,4950701964,4950701967,4950701970,4950701973,4950701976,4950701979,4950701982,4950701985,4950701988,4950701991,4950701994,4950701997,4950702120,4950702123,4950702126,4950702129,4950702132,4950702135,4950702138,4950702636,4950702639,4950702642,4950702645,4950702648,4950702651,4950702654,4950702657,4950702660,4950702663,4950702666,4950702669,4950702672,4950702675,4950702678,4950702897,4950702900,4950702903,4950702906,4950702909,4950702912,4950702915,4950702918,4950702921,4950702924,4950702927,4950702930,4950702933,4950702936,4950702939,4950702942,4950702945,4950702948,4950702951,4950702957,4950703080,4950703083,4950703086,4950703089,4950703092,4950703098,4950703101,4950703104,4950703107,4950703110,4950703113,4950703116,4950703119,4950703122,4950703125,4950703128,4950703131,4950703134,4950703137,4950703140,4950703143,4950703146,4950703149,4950703152,4950703155,4950703158,4950703161,4950703164,4950703167,4950703170,4950703173,4950703176,4950703179,4950703182,4950703185,4950703188,4950703191,4950703194,4950703197,4950703320,4950703323,4950703326,4950703329,4950703332,4950703335,4950703338,4950703347,4950703350,4950703353,4950703356,4950703359,4950703362,4950703365,4950703368,4950703371,4950703374,4950703377,4950703380,4950703383,4950703386,4950703389,4950703392,4950703395,4950703398,4950703401,4950703404,4950703407,4950703410,4950703413,4950703416,4950703419,4950703422,4950703425,4950703428,4950703431,4950703434,4950703437,4950703560,4950703563,4950703566,4950703569,4950703572,4950703575,4950703578,4950703581,4950703584,4950703587,4950703590,4950703593,4950703596,4950703599,4950703602,4950703887,4950703890,4950703893,4950703896,4950703899,4950703902,4950703905,4950703908,4950703911,4950703914,4950703917,4950704040,4950704043,4950704046,4950704049,4950704052,4950704055,4950704058,4950704061,4950704064,4950704067,4950704070,4950704073,4950704076,4950704079,4950704082,4950704085,4950704088,4950704091,4950704094,4950704097,4950704100,4950704106,4950704109,4950704112,4950704115,4950704118,4950704121,4950704124,4950704127,4950704130,4950704532,4950704535,4950704538,4950704541,4950704544,4950704550,4950704553,4950704556,4950704559,4950704562,4950704565,4950704568,4950704571,4950704574,4950704577,4950704580,4950704583,4950704586,4950704589,4950704592,4950704595,4950704598,4950704601,4950704604,4950704607,4950704610,4950704613,4950704616,4950704619,4950704622,4950704625,4950704628,4950704631,4950704634,4950704637,4950704760,4950704763,4950704766,4950704769,4950704772,4950704775,4950704778,4950705033,4950705036,4950705039,4950705042,4950705045,4950705051,4950705054,4950705057,4950705060,4950705063,4950705066,4950705069,4950705072,4950705075,4950705078,4950705081,4950705084,4950705087,4950705090,4950705093,4950705096,4950705099,4950705102,4950705105,4950705108,4950705111,4950705114,4950705117,4950705240,4950705243,4950705246,4950705531,4950705534,4950705537,4950705540,4950705543,4950705546,4950705549,4950705552,4950705555,4950705558,4950705561,4950705564,4950705567,4950705570,4950705573,4950705576,4950705579,4950705582,4950705585,4950705588,4950705594,4950705597,4950705720,4950705723,4950705726,4950705729,4950705732,4950705735,4950705738,4950705780,4950705783,4950705786,4950705789,4950705792,4950705795,4950705798,4950705801,4950705804,4950705807,4950705810,4950705813,4950705816,4950705819,4950705822,4950705825,4950705831,4950706029,4950706032,4950706035,4950706038,4950706041,4950706044,4950706047,4950706050,4950706053,4950706056,4950706059,4950706062,4950706065,4950706068,4950706071,4950706251,4950706254,4950706257,4950706260,4950706263,4950706266,4950706269,4950706272,4950706275,4950706278,4950706281,4950706284,4950706287,4950706290,4950706293,4950706296,4950706299,4950706302,4950706305,4950706308,4950706311,4950706314,4950706317,4950706701,4950706704,4950706707,4950706710,4950706713,4950706716,4950706719,4950706722,4950706725,4950706728,4950706731,4950706734,4950706737,4950706740,4950706743,4950706746,4950706749,4950706752,4950706755,4950706758,4950706761,4950706764,4950706767,4950706770,4950706773,4950706776,4950706779,4950706782,4950706785,4950706788,4950706791,4950706797,4950706920,4950706923,4950706926,4950706929,4950706932,4950707205,4950707208,4950707211,4950707214,4950707217,4950707400,4950707406,4950707409,4950707412,4950707418,4950707421,4950707424,4950707427,4950707430,4950707433,4950707436,4950707439,4950707442,4950707481,4950707484,4950707487,4950707490,4950707493,4950707496,4950707499,4950707502,4950707505,4950707508,4950707511,4950707514,4950707517,4950707640,4950707667,4950707670,4950707673,4950707676,4950707679,4950707682,4950708141,4950708144,4950708147,4950708150,4950708153,4950708156,4950708159,4950708162,4950708165,4950708168,4950708171,4950708174,4950708177,4950708180,4950708183,4950708186,4950708189,4950708192,4950708195,4950708198,4950708201,4950708204,4950708207,4950708210,4950708213,4950708216,4950708219,4950708222,4950708225,4950708228,4950708231,4950708234,4950708237,4950708360,4950708363,4950708366,4950708369,4950708633,4950708636,4950708639,4950708642,4950708645,4950708648,4950708651,4950708654,4950708657,4950708660,4950708663,4950708666,4950708669,4950708672,4950708675,4950708678,4950708891,4950708894,4950708897,4950708900,4950708903,4950708906,4950708909,4950708912,4950708915,4950708918,4950708921,4950708927,4950708933,4950708936,4950708939,4950708942,4950708945,4950708948,4950708951,4950708954,4950708957,4950709080,4950709083,4950709086,4950709089,4950709092,4950709095,4950709098,4950709101,4950709104,4950709107,4950709110,4950709113,4950709116,4950709119,4950709122,4950709644,4950709647,4950709650,4950709653,4950709659,4950709662,4950709665,4950709668,4950709671,4950709674,4950709677,4950709800,4950709803,4950709806,4950709809,4950709812,4950709815,4950709818,4950709821,4950709824,4950709827,4950709830,4950709833,4950709836,4950709839,4950709842,4950709845,4950709848,4950709851,4950709854,4950709860,4950709863,4950709866,4950709869,4950709872,4950709875,4950709878,4950709881,4950709884,4950709887,4950709890,4950709893,4950709896,4950709899,4950709902,4950709905,4950709908,4950709911,4950709914,4950709917,4950710040,4950710043,4950710151,4950710154,4950710157,4950710280,4950710283,4950710286,4950711090,4950711093,4950711096,4950711099,4950711102,4950711105,4950711108,4950711111,4950711114,4950711117,4950711240,4950711243,4950711246,4950711249,4950711252,4950711255,4950711258,4950711264,4950711267,4950711270,4950711273,4950711276,4950711279,4950711282,4950711285,4950711288,4950711291,4950711294,4950711297,4950711300,4950711303,4950711306,4950711309,4950711312,4950711315,4950711318,4950711507,4950711510,4950711513,4950711516,4950711519,4950711522,4950711525,4950711528,4950711531,4950711534,4950711537,4950711540,4950711543,4950711546,4950711549,4950711552,4950711555,4950711558,4950711561,4950711564,4950711567,4950711570,4950711573,4950711576,4950711579,4950711582,4950711585,4950711588,4950711591,4950711594,4950711597,4950711720,4950711723,4950711726,4950711729,4950711732,4950711735,4950711738,4950711741,4950711744,4950711747,4950711750,4950711753,4950711756,4950711759,4950711762,4950711765,4950711768,4950711771,4950959897,4950959900,4950959903,4950959906,4950959909,4950959912,4950959915,4950959918,4950959921,4950959924,4950959927,4950959930,4950959933,4950959936,4950959939,4950959942,4950959945,4950959948,4950959951,4950959954,4950959957,4950959960,4950959963,4950959966,4950960221,4950960224,4950960227,4950960230,4950960233,4950960239,4950960362,4950960365,4950960368,4950960371,4950960374,4950960377,4950960380,4950960383,4950960386,4950960389,4950960392,4950960395,4950960398,4950960401,4950960404,4950961112,4950961169,4950961172,4950961175,4950961178,4950961181,4950961184,4950961418,4950961421,4950961424,4950961427,4950961430,4950961433,4950961436,4950961835,4950961838,4950961841,4950961844,4950961847,4950961850,4950961853,4950961856,4950961859,4950961862,4950961865,4950961868,4950961871,4950961877,4950961880,4950961886,4950961889,4950961892,4950961895,4950961898,4950961901,4950961904,4950961907,4950961910,4950961913,4950961916,4950961919,4950962042,4950962045,4950962048,4950962051,4950962054,4950962057,4950962060,4950962063,4950962066,4950962069,4950962072,4950962075,4950962078,4950962081,4950962084,4950962087,4950962090,4950962093,4950962096,4950962099,4950962102,4950962105,4950962108,4950962111,4950962114,4950962117,4950962120,4950962123,4950962126,4950962129,4950962132,4950962135,4950962138,4950962141,4950962144,4950962147,4950962150,4950962153,4950962156,4950962159,4950962282,4950962285,4950962288,4950962291,4950962294,4950962297,4950962300,4950962303,4950962630,4950962633,4950962636,4950962639,4950962762,4950962765,4950962768,4950962771,4950962774,4950962777,4950962780,4950962783,4950962786,4950962789,4950962792,4950962798,4950962801,4950962804,4950962807,4950962810,4950962813,4950962816,4950962819,4950962822,4950962825,4950962828,4950962831,4950962834,4950962840,4950962843,4950962846,4950962849,4950962852,4950962855,4950962858,4950962861,4950962864,4950962867,4950962870,4950962873,4950962876,4950962879,4950963002,4950963005,4950963008,4950963011,4950963014,4950963017,4950963020,4950963023,4950963026,4950963071,4950963074,4950963077,4950963080,4950963083,4950963086,4950963089,4950963092,4950963095,4950963098,4950963101,4950963104,4950963107,4950963110,4950963113,4950963116,4950963119,4950963242,4950963326,4950963329,4950963332,4950963335,4950963338,4950963341,4950963344,4950963347,4950963350,4950963353,4950963356,4950963359,4950963482,4950963485,4950963488,4950963491,4950963494,4950963497,4950963500,4950963503,4950963506,4950963776,4950963779,4950963782,4950963785,4950963788,4950963791,4950963794,4950963797,4950963800,4950963803,4950963806,4950963809,4950963812,4950963815,4950963818,4950963821,4950963824,4950963827,4950963830,4950963833,4950963836,4950963839,4950963962,4950963965,4950963968,4950963971,4950963974,4950963977,4950963980,4950963983,4950963986,4950963989,4950963992,4950963995,4950963998,4950964001,4950964004,4950964007,4950964010,4950964013,4950964016,4950964019,4950964022,4950964025,4950964028,4950964031,4950964034,4950964037,4950964040,4950964043,4950964046,4950964052,4950964055,4950964058,4950964061,4950964064,4950964067,4950964070,4950964265,4950964268,4950964271,4950964274,4950964277,4950964280,4950964283,4950964286,4950964289,4950964292,4950964295,4950964298,4950964301,4950964304,4950964307,4950964310,4950964313,4950964316,4950964319,4950964442,4950964445,4950964448,4950964451,4950964454,4950964457,4950964694,4950964697,4950964700,4950964703,4950964706,4950964709,4950964712,4950964715,4950964718,4950964721,4950964724,4950964727,4950964730,4950964733,4950964736,4950964739,4950964742,4950964745,4950964748,4950964751,4950964754,4950964757,4950964760,4950964763,4950964766,4950965168,4950965171,4950965174,4950965177,4950965180,4950965183,4950965186,4950965189,4950965192,4950965195,4950965198,4950965201,4950965204,4950965207,4950965210,4950965213,4950965216,4950965219,4950965222,4950965225,4950965228,4950965663,4950965666,4950965669,4950965672,4950965675,4950965678,4950965681,4950965684,4950965687,4950965688,4950965690,4950965693,4950965696,4950965699,4950965702,4950965705,4950965708,4950965711,4950965714,4950965717,4950965720,4950965723,4950965726,4950965729,4950965732,4950965735,4950965738,4950965741,4950965744,4950965747,4950965750,4950965753,4950965756,4950965759,4950965882,4950965885,4950965888,4950965891,4950965894,4950965897,4950965900,4950965903,4950965906,4950965909,4950965912,4950965915,4950965918,4950965921,4950965924,4950965927,4950965930,4950965933,4950965936,4950965939,4950965969,4951091453,4951091456,4951091459,4951091462,4951091465,4951091468,4951091471,4951091474,4951091495,4951091498,4951091501,4951091504,4951091507,4951091510,4951091513,4951094135,4951094138,4951094141,4951094144,4951094147,4951094150,4951094282,4951094285,4951094288,4951094291,4951094294,4951094297,4951123430,4951123433,4951123436,4951124048,4951124051,4951124054,4951124057,4951124060,4951124063,4951124066,4951124069,4951124072,4951124075,4951124078,4951124081,4951124084,4951124087,4951124090,4951124093,4951124096,4951124099,4951124102,4951124105,4951124108,4951124111,4951124114,4951124117,4951124120,4951124123,4951124126,4951124132,4951124135,4951124138,4951124141,4951124144,4951124147,4951124150,4951124153,4951124156,4951124159,4951124282,4951124285,4951124291,4951124294,4951124297,4951124300,4951124303,4951124306,4951124309,4951124312,4951124315,4951124318,4951124321,4951124324,4951124327,4951124330,4951124333,4951124336,4951124339,4951124342,4951124345,4951124348,4951124351,4951125014,4951125017,4951125020,4951125023,4951125026,4951125029,4951125032,4951125035,4951125038,4951125041,4951125044,4951125047,4951125050,4951125053,4951125056,4951125059,4951125062,4951125065,4951125068,4951125071,4951125074,4951125077,4951125080,4951125083,4951125086,4951125089,4951125092,4951125098,4951125101,4951125104,4951125107,4951125110,4951125113,4951125116,4951125119,4951125242,4951125245,4951125248,4951125251,4951125254,4951125257,4951125761,4951125764,4951125767,4951125770,4951125773,4951125776,4951125779,4951125782,4951125785,4951125788,4951125791,4951125794,4951125797,4951125800,4951126034,4951126037,4951126040,4951126043,4951126046,4951126049,4951126052,4951126055,4951126058,4951126061,4951126064,4951126067,4951126229,4951126232,4951126235,4951126238,4951126241,4951126244,4951126247,4951126250,4951126253,4951126256,4951126259,4951126262,4951126265,4951126268,4951126271,4951126274,4951126277,4951126280,4951126283,4951126286,4951126289,4951126292,4951126295,4951126298,4951126304,4951126307,4951126310,4951126313,4951126316,4951126319,4951126442,4951126445,4951126448,4951126451,4951126454,4951126457,4951126460,4951126463,4951126466,4951126469,4951126472,4951126475,4951126478,4951126481,4951126484,4951126487,4951126769,4951126772,4951126775,4951127270,4951127273,4951127276,4951127279,4951127402,4951127405,4951127408,4951127411,4951127414,4951127417,4951127420,4951127423,4951127426,4951127750,4951127753,4951127756,4951127759,4951127882,4951127885,4951127888,4951127891,4951127894,4951127897,4951127900,4951127903,4951127906,4951127909,4951127912,4951127915,4951127918,4951127921,4951127924,4951127927,4951127930,4951127933,4951127936,4951127939,4951127942,4951127945,4951127948,4951127951,4951127954,4951127957,4951127960,4951127963,4951127966,4951128191,4951128194,4951128197,4951128200,4951128203,4951128206,4951128209,4951128212,4951128215,4951128218,4951128221,4951128224,4951128227,4951128230,4951128233,4951128236,4951128362,4951128365,4951128368,4951128371,4951128377,4951128380,4951128383,4951128386,4951128389,4951128392,4951128395,4951128398,4951128401,4951128404,4951128407,4951128410,4951128413,4951128416,4951128419,4951128422,4951128425,4951128428,4951128431,4951128434,4951128437,4951128440,4951128443,4951128446,4951128449,4951128452,4951128455,4951128458,4951129097,4951129100,4951129103,4951129106,4951129109,4951129112,4951129115,4951129118,4951129121,4951129124,4951129127,4951129130,4951129133,4951129136,4951129139,4951129142,4951129145,4951129148,4951129151,4951129154,4951129157,4951129160,4951129163,4951129166,4951129409,4951129412,4951129415,4951129418,4951129421,4951129424,4951129427,4951129430,4951129433,4951129436,4951129439,4951129562,4951129565,4951129568,4951129571,4951129574,4951129577,4951129580,4951129583,4951129586,4951129589,4951129592,4951129598,4951129601,4951129604,4951129607,4951129610,4951129613,4951129616,4951129619,4951129622,4951129625,4951129628,4951129631,4951129634,4951129637,4951129640,4951129643,4951129646,4951129649,4951129655,4951129658,4951129661,4951129829,4951129835,4951129838,4951129841,4951129844,4951129847,4951129850,4951129853,4951129856,4951129859,4951129862,4951129865,4951129868,4951129871,4951129874,4951129877,4951129880,4951129883,4951129886,4951131089,4951131092,4951131095,4951131098,4951131101,4951131104,4951131107,4951131110,4951131113,4951131116,4951131119,4951131242,4951131245,4951131248,4951131251,4951131254,4951131257,4951131260,4951131263,4951131266,4951131269,4951131272,4951131275,4951131278,4951131281,4951131284,4951131287,4951131290,4951131293,4951131296,4951294442,4951294445,4951294448,4951294451,4951294454,4951294457,4951294460,4951294463,4951294466,4951294469,4951294472,4951294487,4951294490,4951294493,4951313177,4951313180,4951313183,4951313186,4951313189,4951313192,4951313216,4951313219,4951313222,4951313225,4951313228,4951313231,4951313258,4951313261,4951313264,4951313267,4951313270,4951313273,4951313276,4951313435,4951313438,4951313441,4951313444,4951313447,4951313450,4951313480,4951313483,4951313486,4951313489,4951313492,4951313495,4951313498,4951313501,4951313504,4951313507,4951313510,4951314167,4951314170,4951314173,4951314176,4951314179,4951314182,4951314185,4951314188,4951314191,4951314194,4951314197,4951314200,4951314203,4951314206,4951314209,4951314212,4951314215,4951314218,4951314221,4951314224,4951314227,4951314230,4951314233,4951314236,4951314239,4951314362,4951314365,4951314368,4951314371,4951314374,4951314377,4951314380,4951314383,4951314386,4951314389,4951314392,4951314395,4951314398,4951314401,4951314404,4951314407,4951314410,4951314413,4951314416,4951314419,4951314422,4951314425,4951314428,4951314431,4951314434,4951314437,4951314440,4951314443,4951314446,4951314449,4951314452,4951314455,4951314458,4951314461,4951314464,4951314467,4951314470,4951314473,4951314476,4951314479,4951314602,4951314605,4951314608,4951314611,4951314614,4951314617,4951314620,4951314623,4951314629,4951314632,4951314635,4951314638,4951314641,4951314644,4951314647,4951314650,4951315148,4951315151,4951315154,4951315157,4951315160,4951315163,4951315166,4951315169,4951315172,4951315175,4951315178,4951315184,4951315187,4951315190,4951315193,4951315196,4951315355,4951315358,4951315361,4951315364,4951315367,4951315370,4951315373,4951315376,4951315379,4951315382,4951315385,4951315388,4951315391,4951315394,4951315574,4951315577,4951315580,4951315583,4951315586,4951315589,4951315592,4951315595,4951315598,4951315601,4951315604,4951315607,4951315610,4951315613,4951315616,4951315817,4951315820,4951315823,4951315826,4951315832,4951315835,4951315838,4951315841,4951315844,4951315847,4951315850,4951315853,4951315856,4951315862,4951315865,4951315868,4951315871,4951315874,4951315877,4951315880,4951316063,4951316066,4951316069,4951316072,4951316075,4951316078,4951316081,4951316084,4951316087,4951316090,4951316093,4951316096,4951316099,4951316102,4951316105,4951316108,4951316111,4951316114,4951316117,4951316150,4951316153,4951316156,4951316159,4951316282,4951316285,4951316288,4951316291,4951316333,4951316336,4951316339,4951316342,4951316345,4951316348,4951316351,4951316354,4951316357,4951316360,4951316363,4951316540,4951316543,4951316546,4951316549,4951316552,4951316555,4951316558,4951316561,4951316564,4951316567,4951316570,4951316573,4951316576,4951316774,4951316777,4951316780,4951316783,4951316786,4951316789,4951316792,4951316795,4951316798,4951316801,4951316804,4951316807,4951316810,4951316813,4951316816,4951316819,4951316822,4951316825,4951316828,4951316831,4951316834,4951316837,4951316840,4951316843,4951316846,4951316849,4951316852,4951316855,4951316858,4951316861,4951316864,4951316867,4951316870,4951316873,4951316876,4951316879,4951317002,4951317005,4951317008,4951317011,4951317014,4951317017,4951317020,4951317023,4951317482,4951317485,4951317488,4951317491,4951317494,4951317497,4951317500,4951317503,4951317506,4951317509,4951317512,4951317515,4951317518,4951317521,4951317524,4951317527,4951317530,4951317533,4951317536,4951317539,4951317542,4951317545,4951317548,4951317551,4951317554,4951317557,4951317560,4951317563,4951317566,4951317569,4951317572,4951317575,4951317578,4951317581,4951317584,4951317587,4951317590,4951317593,4951317596,4951317599,4951317839,4951317962,4951317965,4951317968,4951318052,4951318055,4951318058,4951318061,4951318064,4951318067,4951318070,4951318073,4951318076,4951318079,4951318202,4951318205,4951318208,4951318211,4951318214,4951318217,4951318220,4951318223,4951318268,4951318271,4951318274,4951318277,4951318280,4951318283,4951318286,4951318289,4951318292,4951318295,4951318298,4951318301,4951318304,4951318307,4951318310,4951318313,4951318316,4951318319,4951318442,4951318445,4951318448,4951318451,4951318454,4951318457,4951318460,4951318463,4951318466,4951318469,4951318472,4951318475,4951318478,4951318481,4951318484,4951318487,4951318490,4951318493,4951318496,4951318499,4951318796,4951318799,4951318922,4951318925,4951318928,4951318931,4951318934,4951318937,4951318940,4951318943,4951318946,4951318949,4951318952,4951318955,4951318958,4951318961,4951318964,4951318967,4951318970,4951318973,4951318976,4951318979,4951318982,4951318985,4951318988,4951318991,4951318994,4951318997,4951319000,4951319003,4951319006,4951319009,4951319012,4951319015,4951319018,4951319021,4951319024,4951319027,4951319030,4951319033,4951319036,4951319219,4951319222,4951319225,4951319228,4951319231,4951319234,4951319237,4951319240,4951319243,4951319246,4951319249,4951319252,4951319255,4951319258,4951319261,4951319264,4951319267,4951319270,4951319276,4951319279,4951319402,4951319405,4951319408,4951319411,4951319414,4951319417,4951319423,4951319426,4951319429,4951319432,4951319435,4951319438,4951319441,4951319444,4951319447,4951319450,4951319453,4951319456,4951319459,4951319462,4951319465,4951319969,4951319972,4951319975,4951319978,4951319981,4951319984,4951319987,4951319990,4951319993,4951319996,4951319999,4951320122,4951320125,4951320128,4951320131,4951320134,4951320137,4951320140,4951320143,4951320146,4951320149,4951320152,4951320155,4951320158,4951320161,4951320164,4951320167,4951320170,4951320173,4951320176,4951320179,4951320182,4951320185,4951320440,4951320443,4951320446,4951320449,4951320452,4951320455,4951320458,4951320461,4951320467,4951320470,4951320473,4951320476,4951320479,4951320602,4951320605,4951320608,4951320611,4951320614,4951320617,4951320620,4951320623,4951320626,4951320629,4951320632,4951320635,4951320638,4951320641,4951320644,4951320647,4951320650,4951320653,4951320656,4951320659,4951320662,4951320665,4951320668,4951320671,4951320674,4951320677,4951320680,4951320686,4951320689,4951320692,4951320695,4951320698,4951320701,4951320704,4951320707,4951320710,4951320713,4951320716,4951320719,4951320842,4951320845,4951320848,4951320851,4951320854,4951320857,4951320860,4951320863,4951321157,4951321160,4951321163,4951321166,4951321175,4951321178,4951321181,4951321184,4951321187,4951321190,4951321193,4951321196,4951321199,4951321322,4951321325,4951321328,4951321331,4951321334,4951321340,4951321343,4951321346,4951321349,4951321409,4951321412,4951321415,4951321418,4951321421,4951321424,4951321427,4951321430,4951321433,4951321436,4951321439,4951321562,4951321565,4951321625,4951321628,4951321631,4951321634,4951321637,4951321640,4951321643,4951321646,4951321649,4951321652,4951321655,4951321658,4951321661,4951321664,4951321667,4951321670,4951321829,4951321832,4951321835,4951321838,4951321841,4951321844,4951321847,4951321850,4951321853,4951321856,4951321859,4951321862,4951321865,4951321868,4951321871,4951321877,4951321880,4951321883,4951321886,4951321889,4951321892,4951321895,4951321898,4951321901,4951321904,4951321907,4951321910,4951321913,4951321916,4951321919,4951322042,4951322285,4951322288,4951322291,4951322297,4951322300,4951322303,4951322306,4951322309,4951322312,4951322315,4951322318,4951322321,4951322324,4951322327,4951322330,4951322333,4951322336,4951322339,4951322342,4951322345,4951322348,4951322351,4951322354,4951322357,4951322369,4951322372,4951322375,4951322378,4951322381,4951322384,4951322387,4951322390,4951322393,4951322396,4951322399,4951322522,4951322528,4951322531,4951322534,4951322537,4951322540,4951322543,4951322546,4951322549,4951322552,4951322555,4951322558,4951322561,4951322810,4951322813,4951322816,4951322819,4951322822,4951322825,4951322828,4951322831,4951322834,4951322837,4951322840,4951322843,4951322846,4951322849,4951322852,4951322855,4951322858,4951322861,4951322864,4951322867,4951322870,4951322873,4951322876,4951322879,4951323002,4951323005,4951323008,4951323011,4951323014,4951323017,4951323059,4951323062,4951323065,4951323068,4951323071,4951323074,4951323077,4951323080,4951323083,4951323086,4951323089,4951323092,4951323095,4951323098,4951323101,4951323104,4951323107,4951323296,4951323299,4951323302,4951323305,4951323308,4951323311,4951323317,4951323320,4951323323,4951323326,4951323329,4951323332,4951323335,4951323530,4951323533,4951323536,4951323539,4951323542,4951323545,4951323548,4951323551,4951323554,4951323560,4951323767,4951323770,4951323773,4951323776,4951323779,4951323782,4951323785,4951323788,4951323791,4951323794,4951323797,4951323800,4951323803,4951323806,4951323809,4951323812,4951323815,4951323818,4951323821,4951323824,4951323827,4951323830,4951323833,4951323836,4951323839,4951323962,4951323965,4951323968,4951323971,4951323974,4951323977,4951323980,4951323983,4951323986,4951323989,4951323992,4951323995,4951323998,4951324001,4951324004,4951324007,4951324010,4951324013,4951324016,4951324019,4951324022,4951324229,4951324232,4951324235,4951324238,4951324241,4951324244,4951324247,4951324250,4951324253,4951324256,4951324259,4951324262,4951324265,4951324268,4951324271,4951324274,4951324277,4951324280,4951324283,4951324286,4951324289,4951324763,4951324766,4951324796,4951324799,4951324922,4951324925,4951324928,4951324958,4951324961,4951324964,4951324967,4951324970,4951324973,4951324976,4951325003,4951325006,4951325009,4951325012,4951325015,4951325018,4951325021,4951325513,4951325516,4951325519,4951325642,4951325645,4951325648,4951325651,4951325654,4951325657,4951325660,4951325663,4951325666,4951325669,4951325672,4951325675,4951325678,4951325681,4951325684,4951325687,4951325690,4951325693,4951325696,4951325699,4951325702,4951325705,4951325708,4951325711,4951325714,4951325717,4951325720,4951325723,4951325726,4951325729,4951325732,4951325735,4951325738,4951325741,4951325744,4951325747,4951325750,4951325753,4951325756,4951325759,4951325882,4951325885,4951325888,4951325891,4951325894,4951325897,4951325900,4951325903,4951325975,4951325978,4951325981,4951325984,4951325987,4951326140,4951326143,4951326146,4951326149,4951326152,4951326155,4951326158,4951326182,4951326188,4951326191,4951326194,4951326197,4951326200,4951326203,4951326236,4951326410,4951326413,4951326416,4951326419,4951326422,4951326425,4951326428,4951326431,4951326434,4951326437,4951326440,4951326443,4951326446,4951326449,4951326452,4951326455,4951326458,4951326461,4951326464,4951326467,4951326470,4951326473,4951326476,4951326479,4951326602,4951326605,4951326608,4951326611,4951326614,4951326617,4951326620,4951326623,4951326626,4951326629,4951326632,4951326635,4951326638,4951326641,4951326644,4951326929,4951326932,4951326935,4951326938,4951326941,4951326944,4951326947,4951326950,4951326953,4951326956,4951326959,4951327082,4951327085,4951327088,4951327091,4951327097,4951327100,4951327103,4951327106,4951327109,4951327112,4951327115,4951327118,4951327121,4951327124,4951327127,4951327130,4951327133,4951327136,4951327139,4951327142,4951327145,4951327148,4951327151,4951327154,4951327157,4951327160,4951327163,4951327166,4951327373,4951327376,4951327379,4951327382,4951327385,4951327391,4951327397,4951327400,4951327403,4951327406,4951327409,4951327412,4951327415,4951327418,4951327421,4951327424,4951327427,4951327430,4951327433,4951327436,4951327439,4951327562,4951327565,4951327568,4951327571,4951327574,4951327577,4951327580,4951327583,4951327586,4951327589,4951327592,4951327595,4951327598,4951327601,4951327604,4951327607,4951327610,4951328621,4951328624,4951328627,4951328630,4951328633,4951328636,4951328639,4951328762,4951328765,4951328768,4951328771,4951328774,4951328777,4951328780,4951328783,4951328786,4951328789,4951328792,4951328798,4951328801,4951328804,4951328807,4951328810,4951328813,4951328816,4951328819,4951328822,4951328825,4951328828,4951328831,4951328834,4951328837,4951328840,4951328843,4951328846,4951328849,4951328852,4951328855,4951328858,4951328861,4951328864,4951328867,4951328870,4951328873,4951329119,4951329242,4951329245,4951329248,4951329251,4951329254,4951329257,4951329260,4951329263,4951329266,4951329269,4951329272,4951329275,4951329278,4951329281,4951329284,4951329287,4951329290,4951329293,4951329296,4951329299,4951329302,4951329305,4951329308,4951329311,4951329314,4951329317,4951329320,4951329323,4951329326,4951329329,4951329332,4951329335,4951329338,4951329341,4951329344,4951329347,4951329353,4951329356,4951329359,4951329482,4951329485,4951329488,4951329491,4951329494,4951329497,4951329500,4951329503,4951329509,4953017191,4953017194,4953017254,4953017257,4953017260,4953017263,4953022716,4953022719,4953022722,4953022725,4953022728,4953022731,4953022734,4953022737,4953022740,4953022743,4953022746,4953022749,4953022752,4953022755,4953022758,4953022761,4953022764,4953022767,4953022770,4953022773,4953022974,4953022977,4953022980,4953022983,4953022986,4953022989,4953022992,4953022995,4953022998,4953023001,4953023004,4953023007,4953023010,4953023013,4953023016,4953023019,4953023022,4953023025,4953023028,4953023031,4953023034,4953023037,4953023943,4953023946,4953023949,4953023952,4953023955,4953023958,4953023961,4953023964,4953023967,4953023970,4953023973,4953023976,4953023979,4953023982,4953023985,4953023988,4953023991,4953023994,4953023997,4953024120,4953024123,4953024126,4953024129,4953024132,4953024135,4953024138,4953024141,4953024144,4953024147,4953024150,4953024390,4953024393,4953024396,4953024399,4953024402,4953024408,4953024411,4953024414,4953024417,4953024420,4953024423,4953024426,4953024429,4953024432,4953024435,4953024438,4953024441,4953024444,4953024447,4953024450,4953024453,4953024456,4953024459,4953024462,4953024465,4953024468,4953024471,4953024474,4953024477,4953024600,4953025093,4953025096,4953025099,4953025102,4953025105,4953025108,4953025111,4953025114,4953025117,4953025120,4953025123,4953025126,4953025129,4953025132,4953025135,4953025138,4953025141,4953025144,4953025147,4953025150,4953025153,4953025156,4953025159,4953025162,4953025165,4953025168,4953025171,4953025174,4953025177,4953025180,4953025183,4953025186,4953025189,4953025192,4953025195,4953025198,4953025321,4953025324,4953025327,4953025330,4953025333,4953025336,4953025339,4953025342,4953025345,4953025348,4953025351,4953025354,4953025357,4953025426,4953025429,4953025432,4953025435,4953025438,4953025561,4953025564,4953025567,4953025804,4953025807,4953025810,4953025813,4953025816,4953025819,4953025822,4953025825,4953025828,4953025831,4953025834,4953025837,4953025840,4953025843,4953025846,4953025849,4953025852,4953025855,4953025858,4953025861,4953025864,4953025867,4953025870,4953025873,4953025876,4953025879,4953025882,4953025885,4953025888,4953025891,4953025894,4953025897,4953026095,4953026098,4953026101,4953026104,4953026107,4953026110,4953026113,4953026116,4953026119,4953026122,4953026125,4953026128,4953026131,4953026134,4953026137,4953026140,4953026143,4953026146,4953026353,4953026356,4953026359,4953026362,4953026365,4953026368,4953026371,4953026374,4953026377,4953026380,4953026383,4953026386,4953026389,4953026392,4953026395,4953026398,4953026521,4953026524,4953026527,4953026776,4953026779,4953026782,4953026785,4953026788,4953026791,4953026794,4953026797,4953026800,4953026803,4953026806,4953026809,4953026812,4953026815,4953026818,4953026821,4953026824,4953026827,4953026830,4953026833,4953026836,4953026839,4953026842,4953026845,4953026848,4953026851,4953026854,4953026857,4953026860,4953026863,4953026866,4953026869,4953026872,4953026875,4953026878,4953027001,4953027004,4953027007,4953027010,4953027013,4953027016,4953027019,4953027022,4953027025,4953027028,4953027031,4953027034,4953027037,4953027334,4953027337,4953027340,4953027343,4953027346,4953027349,4953027352,4953027355,4953027358,4953027481,4953027484,4953027487,4953027490,4953027493,4953027496,4953027499,4953027502,4953027505,4953027508,4953027511,4953027514,4953027517,4953027520,4953027523,4953027526,4953027529,4953027535,4953027538,4953027541,4953027544,4953027547,4953027550,4953027553,4953027556,4953027559,4953027562,4953027565,4953027571,4953027574,4953027577,4953027580,4953027582,4953027583,4953027585,4953027586,4953027588,4953027589,4953027591,4953027592,4953027594,4953027595,4953027597,4953027598,4953027720,4953027721,4953027723,4953027724,4953027726,4953027727,4953027729,4953027730,4953027732,4953027735,4953027738,4953027741,4953027744,4953027747,4953027750,4953027753,4953027756,4953027759,4953027762,4953027765,4953027768,4953027771,4953027774,4953027777,4953027780,4953027783,4953027786,4953027789,4953027792,4953027795,4953027798,4953027801,4953027804,4953027807,4953027810,4953027813,4953027816,4953027819,4953027822,4953027825,4953027828,4953027831,4953027834,4953027837,4953027960,4953027963,4953027966,4953027969,4953027972,4953028218,4953028221,4953028224,4953028227,4953028230,4953028233,4953028236,4953028239,4953028242,4953028245,4953028248,4953028251,4953028254,4953028257,4953028260,4953028263,4953028266,4953028269,4953028272,4953028275,4953028278,4953028281,4953028284,4953028287,4953028290,4953028293,4953028296,4953028515,4953028518,4953028521,4953028524,4953028527,4953028530,4953028533,4953028536,4953028539,4953028542,4953028545,4953028548,4953028551,4953028554,4953028557,4953028680,4953028704,4953028707,4953028710,4953028713,4953028716,4953028719,4953028722,4953028725,4953028728,4953028731,4953028734,4953028737,4953028740,4953028743,4953028746,4953028749,4953028752,4953028929,4953028932,4953028935,4953028938,4953028941,4953028944,4953028947,4953028950,4953028953,4953028956,4953028959,4953028995,4953029001,4953029004,4953029007,4953029010,4953029016,4953029019,4953029022,4953029025,4953029028,4953029187,4953029190,4953029193,4953029196,4953029199,4953029200,4953029202,4953029203,4953029205,4953029206,4953029208,4953029209,4953029211,4953029212,4953029214,4953029215,4953029218,4953029221,4953029224,4953029227,4953029230,4953029233,4953029236,4953029239,4953029242,4953029245,4953029248,4953029251,4953029254,4953029257,4953029260,4953029461,4953029464,4953029467,4953029470,4953029473,4953029476,4953029479,4953029482,4953029485,4953029488,4953029491,4953029494,4953029497,4953029500,4953029503,4953029506,4953029509,4953029512,4953029515,4953029518,4953029721,4953029724,4953029727,4953029730,4953029733,4953029739,4953029742,4953029745,4953029751,4953029754,4953029757,4953029880,4953029919,4953029922,4953029925,4953029928,4953029934,4953029937,4953029940,4953029943,4953029946,4953029949,4953029952,4953029955,4953029958,4953029961,4953029964,4953029974,4953029977,4953029980,4953029983,4953029986,4953029989,4953029992,4953029995,4953029998,4953030121,4953030124,4953030127,4953030130,4953030133,4953030136,4953030139,4953030142,4953030145,4953030148,4953030151,4953030154,4953030156,4953030157,4953030159,4953030160,4953030162,4953030163,4953030165,4953030166,4953030168,4953030169,4953030171,4953030172,4953030174,4953030175,4953030177,4953030178,4953030180,4953030181,4953030183,4953030184,4953030186,4953030187,4953030189,4953030190,4953030192,4953030193,4953030195,4953030196,4953030198,4953030199,4953030201,4953030202,4953030204,4953030205,4953030208,4953030211,4953030214,4953030217,4953030220,4953030223,4953030226,4953030229,4953030232,4953030235,4953030238,4953030361,4953030364,4953030367,4953030370,4953030373,4953030376,4953030379,4953030382,4953030385,4953030388,4953030391,4953030393,4953030394,4953030396,4953030397,4953030399,4953030400,4953030402,4953030403,4953030405,4953030406,4953030408,4953030409,4953030411,4953030412,4953030414,4953030415,4953030417,4953030418,4953030420,4953030868,4953030871,4953030874,4953030877,4953030880,4953030883,4953030885,4953030886,4953030888,4953030889,4953030891,4953030892,4953030894,4953030895,4953030897,4953030898,4953030900,4953030901,4953030903,4953030904,4953030906,4953030907,4953030909,4953030910,4953030912,4953030913,4953030915,4953030916,4953030918,4953030919,4953030921,4953030922,4953030924,4953030927,4953030930,4953030933,4953030936,4953030939,4953030942,4953030945,4953030948,4953030951,4953030954,4953030957,4953031080,4953031083,4953031086,4953031089,4953031092,4953031095,4953031098,4953031101,4953031104,4953031107,4953031137,4953031140,4953031143,4953031146,4953031149,4953031152,4953031155,4953031156,4953031158,4953031159,4953031161,4953031162,4953031164,4953031165,4953031167,4953031168,4953031171,4953031174,4953031177,4953031180,4953031183,4953031186,4953031189,4953031192,4953031195,4953031198,4953031321,4953031327,4953031330,4953031333,4953031336,4953031338,4953031339,4953031341,4953031342,4953031344,4953031347,4953031348,4953031350,4953031351,4953031353,4953031354,4953031356,4953031357,4953031359,4953031360,4953031362,4953031363,4953031365,4953031368,4953031371,4953031413,4953031416,4953031419,4953031422,4953031425,4953031426,4953031428,4953031429,4953031431,4953031432,4953031434,4953031435,4953031437,4953031438,4953031561,4953031564,4953031567,4953031570,4953031573,4953031576,4953031579,4953031582,4953031585,4953031587,4953031588,4953031590,4953031591,4953031593,4953031594,4953031596,4953031597,4953031599,4953031600,4953031603,4953031605,4953031606,4953031608,4953031609,4953031611,4953031612,4953031615,4953031618,4953031621,4953031623,4953031624,4953031626,4953031627,4953031629,4953031630,4953031632,4953031633,4953031635,4953031636,4953031638,4953031639,4953031641,4953031642,4953031644,4953031645,4953031647,4953031648,4953031650,4953031651,4953031653,4953031654,4953031656,4953031657,4953031659,4953031660,4953031662,4953031663,4953031665,4953031666,4953031668,4953031669,4953031671,4953031672,4953031674,4953031675,4953031677,4953031678,4953031800,4953031801,4953031803,4953031804,4953031806,4953031807,4953031809,4953031816,4953031819,4953031822,4953031825,4953031828,4953031831,4953031834,4953031837,4953031840,4953031843,4953031846,4953031849,4953031852,4953031855,4953031858,4953031861,4953031864,4953031867,4953031870,4953031873,4953031876,4953031879,4953031882,4953031885,4953031888,4953031891,4953031894,4953031897,4953031900,4953031903,4953031906,4953031909,4953031912,4953031915,4953031918,4953032041,4953032044,4953032047,4953032050,4953032053,4953032056,4953032059,4953032062,4953032065,4953032068,4953032071,4953032074,4953032077,4953032080,4953032083,4953032086,4953032089,4953032550,4953032553,4953032556,4953032559,4953032562,4953032565,4953032568,4953032571,4953032574,4953032577,4953032580,4953032581,4953032583,4953032584,4953032586,4953032587,4953032589,4953032590,4953032592,4953032593,4953032595,4953032596,4953032598,4953032599,4953032601,4953032602,4953032604,4953032605,4953032607,4953032608,4953032610,4953032611,4953032613,4953032614,4953032616,4953032617,4953032619,4953032620,4953032622,4953032623,4953032625,4953032626,4953032628,4953032629,4953032631,4953032632,4953032634,4953032635,4953032637,4953032638,4953032760,4953032761,4953032763,4953032764,4953032766,4953032767,4953032770,4953032772,4953032773,4953032775,4953032776,4953032779,4953032781,4953032782,4953032784,4953032785,4953032787,4953032788,4953032790,4953032791,4953032793,4953032794,4953032796,4953032797,4953032799,4953032800,4953032802,4953032803,4953032806,4953032808,4953032809,4953032811,4953032812,4953032814,4953032815,4953032818,4953032820,4953032821,4953032823,4953032824,4953032826,4953032827,4953032829,4953032830,4953032832,4953032833,4953032835,4953032836,4953032838,4953032839,4953032841,4953032842,4953032844,4953032845,4953032847,4953032848,4953032850,4953032851,4953032854,4953032857,4953032860,4953032863,4953032866,4953032869,4953032872,4953032875,4953032878,4953033001,4953033027,4953033030,4953033033,4953033036,4953033039,4953033042,4953033045,4953033048,4953033051,4953033054,4953033057,4953033060,4953033063,4953033069,4953033072,4953033075,4953033078,4953033081,4953033084,4953033253,4953033256,4953033259,4953033262,4953033265,4953033268,4953033270,4953033271,4953033273,4953033274,4953033276,4953033277,4953033279,4953033280,4953033282,4953033283,4953033285,4953033286,4953033288,4953033289,4953033291,4953033292,4953033294,4953033295,4953033297,4953033298,4953033300,4953033301,4953033303,4953033304,4953033306,4953033307,4953033309,4953033310,4953033312,4953033313,4953033315,4953033316,4953033318,4953033319,4953033321,4953033322,4953033324,4953033325,4953033328,4953033331,4953033334,4953033337,4953033340,4953033343,4953033346,4953033349,4953033352,4953033358,4953033481,4953033484,4953033487,4953033490,4953033493,4953033496,4953033499,4953033502,4953033505,4953033508,4953033511,4953033514,4953033517,4953033520,4953033523,4953033526,4953033529,4953033532,4953033535,4953033538,4953033541,4953033544,4953033547,4953033550,4953033553,4953033556,4953033559,4953033562,4953033565,4953033568,4953033571,4953033574,4953033748,4953033751,4953033754,4953033757,4953033760,4953033763,4953033765,4953033766,4953033768,4953033769,4953033771,4953033772,4953033774,4953033775,4953033777,4953033778,4953033780,4953033781,4953033783,4953033784,4953033786,4953033787,4953033789,4953033790,4953033792,4953033793,4953033795,4953033796,4953033798,4953033801,4953033804,4953033807,4953033810,4953033813,4953033816,4953033819,4953033822,4953033825,4953033828,4953033829,4953033831,4953033832,4953033834,4953033835,4953033837,4953033838,4953033960,4953033961,4953033963,4953033964,4953033966,4953033967,4953033969,4953033972,4953033973,4953033975,4953033976,4953033978,4953033981,4953033982,4953033984,4953033985,4953033987,4953033988,4953033990,4953033991,4953033993,4953033994,4953033996,4953033997,4953033999,4953034002,4953034005,4953034008,4953034011,4953034014,4953034017,4953034020,4953034023,4953034026,4953034032,4953034035,4953034038,4953034041,4953034044,4953034047,4953034050,4953034053,4953034056,4953034059,4953034062,4953034065,4953034068,4953034071,4953034072,4953034074,4953034075,4953034077,4953034078,4953034200,4953034201,4953034203,4953034204,4953034206,4953034207,4953034209,4953034210,4953034212,4953034213,4953034215,4953034216,4953034218,4953034219,4953034221,4953034222,4953034224,4953034225,4953034228,4953034231,4953034234,4953034237,4953034240,4953034243,4953034246,4953034762,4953034765,4953034768,4953034771,4953034774,4953034777,4953034780,4953034783,4953034786,4953034789,4953034792,4953034795,4953034798,4953034921,4953034924,4953034927,4953034930,4953034933,4953034936,4953034939,4953034942,4953034945,4953034948,4953034951,4953034954,4953034957,4953034960,4953034963,4953034966,4953034969,4953034972,4953034975,4953034978,4953034981,4953034984,4953034987,4953034990,4953034993,4953034996,4953034999,4953035002,4953035005,4953035008,4953035011,4953035014,4953035017,4953035020,4953035023,4953035251,4953035254,4953035257,4953035260,4953035263,4953035266,4953035269,4953035272,4953035275,4953035278,4953035401,4953035404,4953035407,4953035410,4953035413,4953035416,4953035419,4953035422,4953035425,4953035428,4953035431,4953035434,4953035437,4953035440,4953035443,4953035446,4953035449,4953035452,4953035455,4953035458,4953035461,4953035464,4953035467,4953035470,4953035473,4953035476,4953035479,4953035482,4953035485,4953035488,4953035491,4953035494,4953035497,4953035500,4953035503,4953035506,4953035509,4953035512,4953035515,4953035518,4953035641,4953035644,4953035647,4953035650,4953035653,4953035656,4953035659,4953035662,4953035665,4953035668,4953035671,4953035674,4953035677,4953035680,4953035683,4953035686,4953035689,4953035692,4953035695,4953035698,4953035701,4953035704,4953035707,4953035710,4953035713,4953035716,4953035719,4953035722,4953035725,4953035728,4953035731,4953035734,4953035737,4953035740,4953035743,4953035746,4953035749,4953035752,4953035755,4953035758,4953035881,4953035884,4953035887,4953035890,4953035893,4953035896,4953035899,4953035902,4953035905,4953035908,4953035911,4953035914,4953035917,4953035920,4953035923,4953035926,4953035929,4953035932,4953035935,4953035938,4953035941,4953035944,4953035947,4953035950,4953035953,4953035956,4953035959,4953035965,4953035968,4953035971,4953035974,4953035977,4953035980,4953035983,4953035986,4953035989,4953035992,4953035995,4953035998,4953036121,4953088308,4953088311,4953088314,4953088317,4953088440,4953088443,4953088446,4953088449,4953088452,4953088455,4953088458,4953088461,4953088512,4953088515,4953088518,4953088521,4953088527,4953088530,4953088533,4953088536,4953088539,4953088542,4953088545,4953088548,4953088953,4953088956,4953088959,4953088962,4953088965,4953088968,4953089169,4953089172,4953089175,4953089178,4953089181,4953089184,4953089187,4953089190,4953089193,4953089196,4953089199,4953089202,4953089205,4953089208,4953089211,4953089214,4953089217,4953089220,4953089223,4953089226,4953089229,4953089232,4953089235,4953089238,4953089241,4953089244,4953089247,4953089250,4953089253,4953089481,4953089484,4953089487,4953089490,4953089493,4953089496,4953089499,4953089502,4953089505,4953089508,4953089511,4953089514,4953089517,4953089640,4953089643,4953089646,4953089649,4953089652,4953089655,4953089658,4953089661,4953089664,4953089667,4953089670,4953089673,4953089676,4953089679,4953089682,4953089688,4953089691,4953089694,4953089697,4953089700,4953089703,4953089706,4953089709,4953100459,4953100462,4953100465,4953100468,4953100471,4953100474,4953100477,4953100480,4953100483,4953100486,4953100489,4953100492,4953100495,4953100498,4953100708,4953100711,4953100714,4953100717,4953100720,4953100723,4953100726,4953100729,4953100732,4953100735,4953100738,4953100741,4953100744,4953100747,4953100750,4953100753,4953100963,4953100966,4953100969,4953100972,4953100975,4953100978,4953100981,4953100984,4953100987,4953100990,4953100993,4953100996,4953100999,4953101002,4953101005,4953101008,4953101011,4953101014,4953101017,4953101020,4953101023,4953101026,4953101029,4953101032,4953101035,4953101038,4953101161,4953101164,4953101167,4953101170,4953101173,4953101176,4953101179,4953101182,4953101185,4953101188,4953101191,4953101194,4953101197,4953101200,4953101203,4953101956,4953101959,4953101962,4953101965,4953101968,4953101971,4953101974,4953101977,4953101983,4953101986,4953101989,4953101992,4953101995,4953101998,4953102121,4953102124,4953102127,4953102130,4953102133,4953102136,4953102139,4953102142,4953102145,4953102148,4953102151,4953102154,4953102157,4953102160,4953102163,4953102166,4953102169,4953102172,4953102175,4953102178,4953102181,4953102184,4953102187,4953102190,4953102193,4953102196,4953102199,4953102202,4953102205,4953102208,4953102616,4953102619,4953102622,4953102625,4953102628,4953102631,4953102634,4953102637,4953102640,4953102643,4953102646,4953102649,4953102652,4953102655,4953102658,4953102661,4953102664,4953102667,4953102670,4953102673,4953102676,4953102679,4953102682,4953102685,4953103333,4953103339,4953103342,4953103345,4953103348,4953103351,4953103354,4953103357,4953103360,4953103363,4953103366,4953103369,4953103372,4953103375,4953103378,4953103381,4953103384,4953103387,4953103390,4953103393,4953103396,4953103399,4953103402,4953103405,4953103408,4953103414,4953103417,4953103420,4953561994,4953615089,4953615281,4953615284,4953620624,4953623747,4953623750,4953623753,4953623756,4953628313,4953628316,4953628319,4953628442,4953628445,4953628448,4953628451,4953628454,4953628457,4953628460,4953628463,4953628466,4953628469,4953628472,4953628475,4953628478,4953628481,4953628484,4953628487,4953628490,4953628493,4953628496,4953628499,4953629033,4953629036,4953629039,4953629162,4953629165,4953629168,4953629171,4953629174,4953629177,4953629180,4953629183,4953629186,4953629189,4953629192,4953629195,4953629198,4953629201,4953629204,4953629207,4953629210,4953629213,4953629216,4953629219,4953629222,4953629228,4953629231,4953629234,4953629237,4953629240,4953629243,4953629246,4953629249,4953629252,4953629255,4953629258,4953629261,4953629264,4953629267,4953629270,4953629273,4953629276,4953629279,4953629402,4953629405,4953629408,4953629411,4953630707,4953630710,4953630713,4953630716,4953630719,4953630842,4953630845,4953630848,4953630851,4953630854,4953630857,4953630860,4953630863,4953630866,4953630869,4953630872,4953630875,4953630878,4953630881,4953630884,4953630887,4953631571,4953631574,4953631577,4953631580,4953631583,4953631586,4953631589,4953631592,4953631595,4953631598,4953631601,4953631604,4953631607,4953631610,4953631613,4953631616,4953631619,4953631622,4953631625,4953631628,4953631631,4953631634,4953631637,4953631640,4953631643,4953631646,4953631649,4953631652,4953631865,4953631868,4953631871,4953631874,4953631877,4953631880,4953631883,4953631886,4953631889,4953631892,4953631895,4953631898,4953631901,4953631904,4953631907,4953631910,4953631913,4953631916,4953631919,4953632042,4953632045,4953632048,4953632051,4953632054,4953632057,4953632060,4953632063,4953632372,4953632375,4953632378,4953632381,4953632384,4953632387,4953632390,4953632393,4953632828,4953632831,4953632834,4953632837,4953632840,4953632843,4953632846,4953632849,4953632852,4953632855,4953632858,4953632861,4953632864,4953632867,4953632870,4953632873,4953632876,4953632879,4953633002,4953633005,4953633008,4953633011,4953633014,4953633017,4953633020,4953633023,4953633026,4953633029,4953633518,4953633521,4953633524,4953633527,4953633530,4953633533,4953633536,4953633539,4953633542,4953633548,4953633551,4953633554,4953633557,4953633560,4953633563,4953633566,4953633569,4953633572,4953633575,4953633578,4953633581,4953633584,4953633587,4953633590,4953633593,4953633596,4953633599,4953633722,4953633725,4953633728,4953633731,4953633734,4953633737,4953633740,4953633743,4953633746,4953633749,4953633752,4953633755,4953633758,4953633761,4953633764,4953633767,4953633770,4953633773,4953633776,4953633779,4953633782,4953633785,4953633788,4953633791,4953633794,4953633797,4953633800,4953633803,4953633806,4953633809,4953633812,4953633815,4953633818,4953633821,4953634007,4953634010,4953634013,4953634016,4953634019,4953634022,4953634025,4953634028,4953634031,4953634034,4953634037,4953634040,4953634043,4953634046,4953634049,4953634052,4953634055,4953634058,4953634061,4953634064,4953634067,4953634070,4953634073,4953634076,4953634079,4953634202,4953634280,4953634283,4953634286,4953634289,4953634292,4953634295,4953634301,4953634304,4953634307,4953634310,4953634313,4953634316,4953634319,4953634442,4953634445,4953634448,4953634451,4953634454,4953634457,4953634541,4953634544,4953634547,4953634550,4953634553,4953634556,4953634559,4953634682,4953634685,4953634688,4953634691,4953634694,4953634697,4953634700,4953634751,4953634754,4953634757,4953634760,4953634763,4953634766,4953634769,4953634772,4953634775,4953634778,4953634781,4953634784,4953634940,4953634943,4953634946,4953634949,4953634952,4953634955,4953634958,4953634961,4953634964,4953634967,4953634970,4953634973,4953635033,4953635036,4953635039,4953635162,4953635165,4953635168,4953635171,4953635174,4953635177,4953635180,4953635183,4953635186,4953635189,4953635192,4953635195,4953635198,4953635201,4953635204,4953635207,4953635210,4953635213,4953635216,4953635219,4953635222,4953635225,4953635228,4953635231,4953635234,4953635237,4953635240,4953635243,4953635246,4953635249,4953635252,4953635255,4953635258,4953635261,4953635264,4953635267,4953635270,4953635273,4953635276,4953635279,4953635402,4953635405,4953635408,4953635411,4953635414,4953635723,4953635726,4953635729,4953635732,4953635735,4953635738,4953635741,4953635744,4953635747,4953635750,4953635753,4953635756,4953635759,4953635882,4953635885,4953635888,4953635891,4953635894,4953635897,4953635900,4953635903,4953635906,4953635909,4953635912,4953635915,4953635918,4953635921,4953635924,4953635927,4953635930,4953635933,4953635936,4953635939,4953635942,4953635945,4953635948,4953635951,4953635954,4953635957,4953635960,4953635963,4953635966,4953635969,4953635972,4953635975,4953635978,4953635981,4953635984,4953635987,4953635990,4953635993,4953635996,4953635999,4953636122,4953636125,4953636128,4953636131,4953636134,4953636137,4953636140,4953636143,4953636146,4953636149,4953636152,4953636155,4953636158,4953636161,4953636164,4953636167,4953636170,4953636173,4953637172,4953637175,4953637178,4953637181,4953637184,4953637187,4953637190,4953637193,4953637196,4953637199,4953637322,4953637325,4953637328,4953637331,4953637334,4953637337,4953637340,4953637343,4953637346,4953637349,4953637352,4953637355,4953637358,4953637361,4953637364,4953637367,4953637370,4953637832,4953637835,4953637838,4953637841,4953637844,4953638351,4953638354,4953638357,4953638360,4953638363,4953638366,4953638369,4953638390,4953638393,4953638396,4953638399,4953638522,4953638525,4953638528,4953638531,4953639077,4953639080,4953639083,4953639086,4953639089,4953639095,4953639098,4953639101,4953639104,4953639107,4953639110,4953639113,4953639116,4953639119,4953639242,4953639245,4953639248,4953639251,4953639254,4953639257,4953639260,4953639998,4953640001,4953640004,4953640007,4953640010,4953640013,4953640016,4953640019,4953640022,4953640025,4953640028,4953640031,4953640034,4953640037,4953640040,4953640043,4953640046,4953640049,4953640052,4953640055,4953640058,4953640061,4953640064,4953640067,4953640070,4953640073,4953640076,4953640079,4953640202,4953640205,4953640208,4953640211,4953640214,4953640217,4953640220,4953640223,4953640226,4953640229,4953640232,4953640235,4953640238,4953640241,4953640244,4953640247,4953640250,4953640253,4953640256,4953640259,4953640262,4953640265,4953640268,4953640271,4953640274,4953640277,4953640280,4953640283,4953640286,4953640289,4953640292,4953640295,4953640298,4953640301,4953640304,4953640307,4953640310,4953640313,4953640316,4953640319,4953640442,4953640445,4953640448,4953691091,4953691094,4953691097,4953691100,4953691103,4953691106,4953691109,4953691112,4953691115,4953691118,4953691121,4953691124,4953691127,4953692117,4953692120,4953692123,4953692126,4953692129,4953692132,4953692135,4953692138,4953692141,4953692144,4953692147,4953692150,4953692153,4953692156,4953692282,4953692285,4953692288,4953692291,4953692294,4953692297,4953692300,4953692561,4953692564,4953692567,4953692570,4953692573,4953692576,4953692579,4953692582,4953699284,4953699287,4953699290,4953699293,4953699296,4953699299,4953699302,4953699305,4953699308,4953699311,4953699314,4953699317,4953699320,4953699509,4953699512,4953699515,4953699518,4953699521,4953699524,4953699527,4953699530,4953699533,4953699536,4953699539,4953699542,4953699545,4953700223,4953700226,4953700229,4953700232,4953700235,4953700238,4953700241,4953700244,4953700247,4953700250,4953700253,4953700256,4953700259,4953700262,4953700265,4953700268,4953700271,4953700274,4953700277,4953700280,4953700283,4953700286,4953700289,4953700292,4953700295,4953700298,4953700301,4953700304,4953700307,4953700310,4953700313,4953700316,4953700319,4953700442,4953700445,4953700448,4953700451,4953700454,4953700457,4953700460,4953700463,4953700466,4953700469,4953700472,4953700475,4953700478,4953700481,4953700484,4953700487,4953700490,4953700493,4953700496,4953700499,4953700502,4953700505,4953700997,4953701000,4953701003,4953701006,4953701009,4953701012,4953701015,4953701018,4953701021,4953701024,4953701027,4953701030,4953701033,4953701036,4953701039,4954044942,4955981245,4956216414,4956359904,4957449531,4957639563,4958693740,4959397379,4963347489,4963865755,4964615668,4966671794,4969121502,4970750314,4973193737,4974103111,4974150367,4974378154,4974421332,4974425718,4974440616,4974909599,4974917942,4979472123,4979611347,4980225738,4980650368,4981770423,4981785022,4986877832,4986883844,4988662283,4988900800,4991279479,4991670386,4992010014,4994594770,4995359684,4995363299,4995664790,4999774536,5000134545,5000531182,5000790614,5002624314,5004234716,5004633266,5008215061,5008428214,5008578370,5008712810,5008745198,5014861653,5015013326,5015090527,5017206401,5017211213,5017538127,5017618519,5017627117,5017870049,5017880045,5017883228,5017885847,5018142683,5021626786,5021627014,5021813162,5021825735,5022785722,5025139359,5025900936,5026186056,5026345895,5026345898,5026345901,5026347272,5026347275,5026347278,5028262453,5030227901,5030518988,5030540588,5031882476,5032005985,5032875755,5033068546,5033147678,5033399504,5036877296,5038982846,5039432802,5039859334,5043072122,5044224363,5045215890,5045865300,5046315350,5048369906,5048446713,5048474394,5048578765,5048601256,5048623579,5048855939,5048896271,5050775506,5050778583,5050809297,5050843576,5050968908,5051124121,5051222297,5051271119,5051688660,5051862705,5051944022,5051947906,5052097433,5052185267,5052565344,5052730032,5053181642,5053400058,5053576784,5053870473,5053964526,5053966221,5054016391,5054084392,5054373104,5054447492,5054452955,5054530278,5054787810,5055062315,5057105967,5057697540,5057806207,5057875390,5058276148,5058377727,5058861737,5059371296,5059834957,5060729907,5060834785,5060861401,5061051527,5061266805,5061268302,5061269181,5061269682,5061270627,5061272340,5061272559,5061330228,5061343914,5061352530,5061362334,5061407488,5061408202,5061408412,5061408865,5061448300,5061495055,5061517111,5061522454,5061536854,5061682511,5061682754,5061684407,5061685811,5061686075,5061687005,5061687752,5061688226,5061749423,5061754304,5061763568,5061779459,5061786875,5061844497,5061935188,5062022134,5062036973,5062197245,5062197248,5062278134,5063987482,5064212783,5064301367,5064381354,5065257484,5065269253,5066033682,5066215643,5066846589,5067002580,5067007893,5067056869,5067064482,5067665882,5069046955,5069513429,5070021491],"isLive":false,"richLink":"/environment/2015/oct/19/sign-up-to-the-green-light-email","campaigns":[],"isLiveBlog":false,"pageCode":"5475429","avatarImagesUrl":"https://avatar.guim.co.uk","publication":"The Guardian","sentryHost":"app.getsentry.com/35463","buildNumber":"30025","sharedAdTargeting":{"se":["seascape-the-state-of-our-oceans"],"ct":"article","co":["eleanor-ainge-roy"],"url":"/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings","br":"f","su":["0"],"edition":"us","tn":["features"],"p":"ng","k":["asia-pacific","wildlife","newzealand","world","cetaceans","whales","environment","marine-life","oceans"],"sh":"https://gu.com/p/a84nt"},"onwardWebSocket":"ws://api.nextgen.guardianapps.co.uk/recently-published","productionOffice":"Aus","shouldHideAdverts":false,"pbIndexSites":[{"bp":"D","id":208264},{"bp":"M","id":213535},{"bp":"T","id":215470}],"googletagJsUrl":"//www.googletagservices.com/tag/js/gpt.js","idApiUrl":"https://idapi.theguardian.com","calloutsUrl":"https://callouts.code.dev-guardianapis.com/formstack-campaign/submit","isPreview":false},"nav":{"currentUrl":"/environment/wildlife","pillars":[{"title":"News","url":"/","longTitle":"Headlines","iconName":"home","children":[{"title":"US","url":"/us-news","longTitle":"US news","iconName":"","children":[],"classList":[]},{"title":"World","url":"/world","longTitle":"World news","iconName":"","children":[{"title":"Europe","url":"/world/europe-news","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"US","url":"/us-news","longTitle":"US news","iconName":"","children":[],"classList":[]},{"title":"Americas","url":"/world/americas","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Asia","url":"/world/asia","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Australia","url":"/australia-news","longTitle":"Australia news","iconName":"","children":[],"classList":[]},{"title":"Middle East","url":"/world/middleeast","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Africa","url":"/world/africa","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Inequality","url":"/inequality","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Cities","url":"/cities","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Global development","url":"/global-development","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Environment","url":"/environment","longTitle":"","iconName":"","children":[{"title":"Climate change","url":"/environment/climate-change","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Wildlife","url":"/environment/wildlife","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Energy","url":"/environment/energy","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Pollution","url":"/environment/pollution","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Soccer","url":"/football","longTitle":"","iconName":"","children":[{"title":"Live scores","url":"/football/live","longTitle":"football/live","iconName":"","children":[],"classList":[]},{"title":"Tables","url":"/football/tables","longTitle":"football/tables","iconName":"","children":[],"classList":[]},{"title":"Fixtures","url":"/football/fixtures","longTitle":"football/fixtures","iconName":"","children":[],"classList":[]},{"title":"Results","url":"/football/results","longTitle":"football/results","iconName":"","children":[],"classList":[]},{"title":"Competitions","url":"/football/competitions","longTitle":"football/competitions","iconName":"","children":[],"classList":[]},{"title":"Clubs","url":"/football/teams","longTitle":"football/teams","iconName":"","children":[],"classList":[]},{"title":"World Cup 2019","url":"/football/womens-world-cup-2019","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"US Politics","url":"/us-news/us-politics","longTitle":"US politics","iconName":"","children":[],"classList":[]},{"title":"Business","url":"/business","longTitle":"","iconName":"","children":[{"title":"Economics","url":"/business/economics","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Sustainable business","url":"/us/sustainable-business","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Diversity & equality in business","url":"/business/diversity-and-equality","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Small business","url":"/business/us-small-business","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Tech","url":"/technology","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Science","url":"/science","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Opinion","url":"/commentisfree","longTitle":"Opinion home","iconName":"home","children":[{"title":"The Guardian view","url":"/profile/editorial","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Columnists","url":"/index/contributors","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Letters","url":"/tone/letters","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Opinion videos","url":"/commentisfree/series/comment-is-free-weekly","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Cartoons","url":"/cartoons/archive","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Sport","url":"/sport","longTitle":"Sport home","iconName":"home","children":[{"title":"Soccer","url":"/football","longTitle":"","iconName":"","children":[{"title":"Live scores","url":"/football/live","longTitle":"football/live","iconName":"","children":[],"classList":[]},{"title":"Tables","url":"/football/tables","longTitle":"football/tables","iconName":"","children":[],"classList":[]},{"title":"Fixtures","url":"/football/fixtures","longTitle":"football/fixtures","iconName":"","children":[],"classList":[]},{"title":"Results","url":"/football/results","longTitle":"football/results","iconName":"","children":[],"classList":[]},{"title":"Competitions","url":"/football/competitions","longTitle":"football/competitions","iconName":"","children":[],"classList":[]},{"title":"Clubs","url":"/football/teams","longTitle":"football/teams","iconName":"","children":[],"classList":[]},{"title":"World Cup 2019","url":"/football/womens-world-cup-2019","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"NFL","url":"/sport/nfl","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Tennis","url":"/sport/tennis","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"MLB","url":"/sport/mlb","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"MLS","url":"/football/mls","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"NBA","url":"/sport/nba","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"NHL","url":"/sport/nhl","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Culture","url":"/culture","longTitle":"Culture home","iconName":"home","children":[{"title":"Film","url":"/film","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Books","url":"/books","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Music","url":"/music","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Art & design","url":"/artanddesign","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"TV & radio","url":"/tv-and-radio","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Stage","url":"/stage","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Classical","url":"/music/classicalmusicandopera","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Games","url":"/games","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Lifestyle","url":"/lifeandstyle","longTitle":"Lifestyle home","iconName":"home","children":[{"title":"Fashion","url":"/fashion","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Food","url":"/food","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Recipes","url":"/tone/recipes","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Love & sex","url":"/lifeandstyle/love-and-sex","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Home & garden","url":"/lifeandstyle/home-and-garden","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Health & fitness","url":"/lifeandstyle/health-and-wellbeing","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Family","url":"/lifeandstyle/family","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Travel","url":"/travel","longTitle":"","iconName":"","children":[{"title":"US","url":"/travel/usa","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Europe","url":"/travel/europe","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"UK","url":"/travel/uk","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Money","url":"/money","longTitle":"","iconName":"","children":[{"title":"Property","url":"/money/property","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Pensions","url":"/money/pensions","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Savings","url":"/money/savings","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Borrowing","url":"/money/debt","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Careers","url":"/money/work-and-careers","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]}],"classList":[]}],"otherLinks":[{"title":"The Guardian app","url":"https://www.theguardian.com/mobile/2014/may/29/the-guardian-for-mobile-and-tablet","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Video","url":"/video","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Podcasts","url":"/podcasts","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Pictures","url":"/inpictures","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Newsletters","url":"/email-newsletters","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Inside the Guardian","url":"https://www.theguardian.com/membership","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Guardian Weekly","url":"https://www.theguardian.com/weekly?INTCMP=gdnwb_mawns_editorial_gweekly_GW_TopNav_US","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Crosswords","url":"/crosswords","longTitle":"","iconName":"","children":[{"title":"Blog","url":"/crosswords/crossword-blog","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Editor","url":"/crosswords/series/crossword-editor-update","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Quick","url":"/crosswords/series/quick","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Cryptic","url":"/crosswords/series/cryptic","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Prize","url":"/crosswords/series/prize","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Weekend","url":"/crosswords/series/weekend-crossword","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Quiptic","url":"/crosswords/series/quiptic","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Genius","url":"/crosswords/series/genius","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Speedy","url":"/crosswords/series/speedy","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Everyman","url":"/crosswords/series/everyman","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Azed","url":"/crosswords/series/azed","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]}],"brandExtensions":[{"title":"Search jobs","url":"https://jobs.theguardian.com/jobs?INTCMP=jobs_us_web_newheader","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Digital Archive","url":"https://theguardian.newspapers.com","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Discount Codes","url":"https://discountcode.theguardian.com","longTitle":"","iconName":"","children":[],"classList":[]}],"currentNavLink":{"title":"Wildlife","url":"/environment/wildlife","longTitle":"","iconName":"","children":[],"classList":[]},"currentParent":{"title":"Environment","url":"/environment","longTitle":"","iconName":"","children":[{"title":"Climate change","url":"/environment/climate-change","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Wildlife","url":"/environment/wildlife","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Energy","url":"/environment/energy","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Pollution","url":"/environment/pollution","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},"currentPillar":{"title":"News","url":"/","longTitle":"Headlines","iconName":"home","children":[{"title":"US","url":"/us-news","longTitle":"US news","iconName":"","children":[],"classList":[]},{"title":"World","url":"/world","longTitle":"World news","iconName":"","children":[{"title":"Europe","url":"/world/europe-news","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"US","url":"/us-news","longTitle":"US news","iconName":"","children":[],"classList":[]},{"title":"Americas","url":"/world/americas","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Asia","url":"/world/asia","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Australia","url":"/australia-news","longTitle":"Australia news","iconName":"","children":[],"classList":[]},{"title":"Middle East","url":"/world/middleeast","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Africa","url":"/world/africa","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Inequality","url":"/inequality","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Cities","url":"/cities","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Global development","url":"/global-development","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Environment","url":"/environment","longTitle":"","iconName":"","children":[{"title":"Climate change","url":"/environment/climate-change","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Wildlife","url":"/environment/wildlife","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Energy","url":"/environment/energy","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Pollution","url":"/environment/pollution","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Soccer","url":"/football","longTitle":"","iconName":"","children":[{"title":"Live scores","url":"/football/live","longTitle":"football/live","iconName":"","children":[],"classList":[]},{"title":"Tables","url":"/football/tables","longTitle":"football/tables","iconName":"","children":[],"classList":[]},{"title":"Fixtures","url":"/football/fixtures","longTitle":"football/fixtures","iconName":"","children":[],"classList":[]},{"title":"Results","url":"/football/results","longTitle":"football/results","iconName":"","children":[],"classList":[]},{"title":"Competitions","url":"/football/competitions","longTitle":"football/competitions","iconName":"","children":[],"classList":[]},{"title":"Clubs","url":"/football/teams","longTitle":"football/teams","iconName":"","children":[],"classList":[]},{"title":"World Cup 2019","url":"/football/womens-world-cup-2019","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"US Politics","url":"/us-news/us-politics","longTitle":"US politics","iconName":"","children":[],"classList":[]},{"title":"Business","url":"/business","longTitle":"","iconName":"","children":[{"title":"Economics","url":"/business/economics","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Sustainable business","url":"/us/sustainable-business","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Diversity & equality in business","url":"/business/diversity-and-equality","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Small business","url":"/business/us-small-business","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},{"title":"Tech","url":"/technology","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Science","url":"/science","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},"subNavSections":{"parent":{"title":"Environment","url":"/environment","longTitle":"","iconName":"","children":[{"title":"Climate change","url":"/environment/climate-change","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Wildlife","url":"/environment/wildlife","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Energy","url":"/environment/energy","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Pollution","url":"/environment/pollution","longTitle":"","iconName":"","children":[],"classList":[]}],"classList":[]},"links":[{"title":"Climate change","url":"/environment/climate-change","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Wildlife","url":"/environment/wildlife","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Energy","url":"/environment/energy","longTitle":"","iconName":"","children":[],"classList":[]},{"title":"Pollution","url":"/environment/pollution","longTitle":"","iconName":"","children":[],"classList":[]}]}},"switches":{"audioOnwardJourneySwitch":true,"idEmailSignInUpsell":false,"idCookieRefresh":true,"boostGaUserTimingFidelity":false,"thirdPartyEmbedTracking":true,"scrollDepth":true,"enableSentryReporting":true,"ophan":true,"lazyLoadImages":true,"serviceWorkerEnabled":false,"discussionPageSize":true,"externalVideoEmbeds":true,"relatedContent":true,"autoRefresh":true,"lazyLoadContainers":true,"enableDiscussionSwitch":true,"registerWithPhone":false,"discussionAllowAnonymousRecommendsSwitch":false,"discussionAllPageSize":true,"prebidS2sozone":true,"prebidAdYouLike":true,"prebidXaxis":true,"prebidImproveDigital":true,"prebidTrustx":true,"prebidPubmatic":true,"prebidPangaea":true,"prebidOzone":false,"prebidOpenx":true,"prebidIndexExchange":true,"prebidAppnexusInvcode":true,"prebidAppnexusUkRow":true,"prebidAppnexus":true,"prebidSonobi":true,"prebidUserSync":true,"ampPrebid":true,"prebidAnalytics":true,"facebookTrackingPixel":true,"commercialPageViewAnalytics":true,"enableConsentManagementService":true,"lotame":true,"kruxVideoTracking":false,"abAdblockAsk":true,"membershipEngagementBannerBlockAu":false,"membershipEngagementBannerBlockUs":false,"membershipEngagementBannerBlockUk":false,"engagementBannerTestsFromGoogleDocs":true,"epicTestsFromGoogleDocs":true,"membershipEngagementBanner":true,"simpleReach":true,"remarketing":true,"krux":true,"adomik":true,"inizio":true,"imrWorldwide":true,"adFreeStrictExpiryEnforcement":false,"hostedVideoAutoplay":true,"surveys":true,"commercialOutbrainNewids":true,"iasAdTargeting":true,"carrotTrafficDriver":true,"commercial":true,"abCommercialConsentGlobalBanner":true,"abCommercialOutbrainTesting":true,"abCommercialAdVerification":false,"abCommercialPrebidSafeframe":true,"abAcquisitionsEpicAlwaysAskIfTagged":true,"abContributionsGlobalMobileBannerDesign":true,"abContributionsEpicAskFourEarning":true,"abCommercialCmpCustomise":true,"lazyLoadImages":true,"oldTlsSupportDeprecation":true,"subscribeWithGoogle":false,"scAdFreeBanner":true,"weAreHiring":false,"youtubeRelatedVideos":true,"targeting":true,"sharingComments":true,"smartAppBanner":true,"emailSignupEuRef":true,"emailSignupLabNotes":true,"emailInArticleOutbrain":true,"emailInArticleGtoday":true,"emailInArticle":true,"emailInlineInFooter":true,"crosswordSvgThumbnails":true,"historyTags":true,"weather":true,"breakingNews":true,"videojs":true,"enhanceTweets":true,"idProfileNavigation":true,"googleSearch":true,"webFonts":true,"mostViewedFronts":true,"extendedMostPopularFronts":true,"extendedMostPopular":true,"geoMostPopular":true,"plistaForOutbrainAu":true,"outbrain":true,"serverShareCounts":true},"tests":{"oldTlsSupportDeprecationControl":"control"},"modules":{"tracking":{"ready":null}},"images":{"commercial":{"ab-icon":"https:\/\/assets.guim.co.uk\/images\/commercial\/504a6bc5825d269eaf8ffdc77ad1f5b8\/ab-icon.png","abp-icon":"https:\/\/assets.guim.co.uk\/images\/commercial\/15fa8f9f99ce2a6b804097d348622727\/abp-icon.png","abp-whitelist-instruction-chrome":"https:\/\/assets.guim.co.uk\/images\/commercial\/862b03a008061af5c3b77c1f2dd52dd4\/ad-block-instructions-chrome.png"},"acquisitions":{"payment-methods":"https:\/\/assets.guim.co.uk\/images\/acquisitions\/2db3a266287f452355b68d4240df8087\/payment-methods.png","info-logo":"https:\/\/assets.guim.co.uk\/images\/acquisitions\/d0984d9e2f0ed847157bc15c86cc4305\/info-logo.svg","ad-free":"https:\/\/assets.guim.co.uk\/images\/acquisitions\/76f1874898805a939efeacfba097b400\/ad-free.svg"},"journalism":{"apple-podcast-logo":"https:\/\/assets.guim.co.uk\/images\/journalism\/1956a067ce99e2a45e88c7dc2ec0260e\/apple-podcast-icon-48.png"}},"stylesheets":{"fonts":{"hintingCleartype":{"kerningOn":"https:\/\/assets.guim.co.uk\/stylesheets\/9f78997fd3b37533007e55334c9e7c8b\/webfonts-hinting-cleartype-kerning-on.css"},"hintingOff":{"kerningOn":"https:\/\/assets.guim.co.uk\/stylesheets\/50441b3bda46af4af85a3f0a1b61f8bb\/webfonts-hinting-off-kerning-on.css"},"hintingAuto":{"kerningOn":"https:\/\/assets.guim.co.uk\/stylesheets\/4f3512b7ca058a60dea4f4b994ab4ebc\/webfonts-hinting-auto-kerning-on.css"}}},"googleAnalytics":{"trackers":{"editorialTest":"guardianTestPropertyTracker","editorialProd":"allEditorialPropertyTracker","editorial":"allEditorialPropertyTracker"},"timingEvents":[]},"libs":{"googletag":"\/\/www.googletagservices.com\/tag\/js\/gpt.js","cmp":{"fullVendorDataUrl":"https:\/\/assets.guim.co.uk\/data\/vendor\/de2f6ff4987b229fcf6d6268ac7f2e4f\/cmp_vendorlist.json"},"facebookAccountId":"279880532344561"}}};if(window.esi&&window.esi.viewId){window.guardian.config.ophan={pageViewId:window.esi.viewId};}else{window.guardian.config.ophan={pageViewId:new Date().getTime().toString(36)+'xxxxxxxxxxxx'.replace(/x/g,function(){return Math.floor(Math.random()*36).toString(36);})};}/*@cc_on
+ @if (@_jscript_version <= 9)
+ guardian.config.page.ajaxUrl = guardian.config.page.ajaxUrl.replace(/^https:/, '');
+ @end
+ @*/(function(documentElement,window,navigator){var docClass=documentElement.className;var testCssSupportForPropertyAndValue=function(supportsSupports){return supportsSupports?nativeCSSSupports:shimCSSSupports()}("CSS"in window&&"supports"in window.CSS);function nativeCSSSupports(prop,value){return window.CSS.supports(prop,value)}function shimCSSSupports(){var cssToDOMRegExp=/([a-z])-([a-z])/g;var testElem=document.createElement("test");function cssToDOM(name){return name.replace(cssToDOMRegExp,cssToDOMReplacer).replace(/^-/,"")}function cssToDOMReplacer(str,m1,m2){return m1+m2.toUpperCase()}return function(prop,value){try{prop=cssToDOM(prop);var originalValue=testElem.style[prop];if(originalValue===undefined)return false;if(originalValue===value)return true;testElem.style[prop]=value;return testElem.style[prop]!==originalValue}catch(e){return false}}}function testAndAddClass(tests){docClass+=" "+tests.map(function(test){return(test.props.some(function(prop){return test.values.some(function(value){return testCssSupportForPropertyAndValue(prop,value)})})?"has-":"has-no-")+test.feature}).join(" ")}function getCookieValue(name){var val=document.cookie.match("(^|;)\\s*"+name+"\\s*\x3d\\s*([^;]+)");return val?val.pop():undefined}function isRecentContributor(){var value=getCookieValue("gu.contributions.contrib-timestamp");if(!value)return false;var now=(new Date).getTime();var lastContribution=(new Date(value)).getTime();var diffDays=Math.ceil((now-lastContribution)/(1E3*3600*24));return diffDays<=180}function shouldHideSupportMessaging(){return getCookieValue("gu_hide_support_messaging")==="true"}function forcePercentagePadding(){var firefoxMatch=navigator.userAgent.match(/Firefox\/([0-9]+)\./)||[];if(firefoxMatch.length===2&&parseInt(firefoxMatch[1],10)<54)return true;return false}if(!!document.createElementNS&&!!document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect)docClass+=" svg";else docClass+=" no-svg";testAndAddClass([{feature:"flex",props:["flex","-ms-flex","-webkit-flex","-moz-box-flex","-webkit-box-flex"],values:["inherit"]},{feature:"flex-wrap",props:["flex-wrap","-ms-flex-wrap","-webkit-flex-wrap"],values:["inherit"]},{feature:"fixed",props:["position"],values:["fixed"]},{feature:"sticky",props:["position"],values:["sticky","-webkit-sticky"]}]);if(window.guardian.isEnhanced)docClass=docClass.replace(/\bis-not-modern\b/g,"is-modern");if(window.location.hash!=="#no-kern")docClass+=" should-kern";var baseFontSize=null;if("getComputedStyle"in window)baseFontSize=window.getComputedStyle(documentElement).getPropertyValue("font-size");if(baseFontSize&&parseInt(baseFontSize,10)!==16)documentElement.style.fontSize=baseFontSize;if(shouldHideSupportMessaging())docClass+=" hide-support-messaging";if(isRecentContributor())docClass+=" is-recent-contributor";if(forcePercentagePadding())docClass+=" force-percentage-padding";documentElement.className=docClass.replace(/\bjs-off\b/g,"js-on")})(document.documentElement,window,navigator);(function(window,document){var ua=navigator.userAgent;var shouldHint=function(){var windowsNT=/Windows NT (\d\.\d+)/.exec(ua);try{if(windowsNT){var version=parseFloat(windowsNT[1],10);if(version>=5.1&&version<=6.1)return true}}catch(e){}return false}();function loadFontsFromStorage(){try{if("localStorage"in window){var saveFont=function(fontName,fontHash,css){for(var i=0,totalItems=localStorage.length;i<totalItems-1;i++){var key=localStorage.key(i);if(key.indexOf(fontStorageKey(fontName))!==-1){localStorage.removeItem(key);break}}localStorage.setItem(fontStorageKey(fontName,fontHash),JSON.stringify({value:css}))};var fetchFont=function(url,el,fontName,fontHash){var xhr=new XMLHttpRequest;this["guFont"]=function(fontData){return fontData.css};xhr.open("GET",url,true);xhr.onreadystatechange=function(){if(xhr.readyState===4&&xhr.status===200){var css=eval(xhr.responseText);useFont(el,css,fontName);saveFont(fontName,fontHash,css)}};xhr.send()};var useFont=function(el,css,fontName){el.innerHTML=css};var fontStorageKey=function(fontName,fontHash){fontHash=fontHash===undefined?"":fontHash;return"gu.fonts."+fontName+"."+fontHash};var fontFormat=function(){var formatStorageKey="gu.fonts.format";var format=localStorage.getItem(formatStorageKey);function supportsWoff2(){if("FontFace"in window)try{var f=new window.FontFace("t",'url("data:application/font-woff2,") format("woff2")',{});f.load()["catch"](function(){});if(f.status==="loading")return true}catch(e){}if(!/edge\/([0-9]+)/.test(ua.toLowerCase())){var browser=/(chrome|firefox)\/([0-9]+)/.exec(ua.toLowerCase());var supportsWoff2$0={"chrome":36,"firefox":39};return!!browser&&supportsWoff2$0[browser[1]]<parseInt(browser[2],10)}return false}if(/value/.test(format)){format=JSON.parse(format).value;localStorage.setItem(formatStorageKey,format)}if(!format){format=supportsWoff2()?"woff2":ua.indexOf("android")>-1?"ttf":"woff";localStorage.setItem(formatStorageKey,format)}return format}();var fonts=document.querySelectorAll(".webfont");var urlAttribute=shouldHint?"data-cache-file-hinted-"+fontFormat:"data-cache-file-"+fontFormat;for(var i=0,j=fonts.length;i<j;++i){var font=fonts[i];var fontURL=font.getAttribute(urlAttribute);var fontInfo=fontURL.match(/fonts\/([^/]*?)\/?([^/]*)\.(woff2|woff|ttf).json$/);var fontName=fontInfo[2];var fontHash=fontInfo[1];var fontData=localStorage.getItem(fontStorageKey(fontName,fontHash));if(fontData)useFont(font,JSON.parse(fontData).value,fontName);else fetchFont(fontURL,font,fontName,fontHash)}return true}}catch(e){}return false}function loadFontsAsynchronously(){try{var scripts=document.getElementsByTagName("script");var thisScript=scripts[scripts.length-1];var fonts=document.createElement("link");fonts.rel="stylesheet";fonts.className="webfonts";fonts.href=window.guardian.config.stylesheets.fonts[shouldHint?"hintingAuto":"hintingOff"].kerningOn;window.setTimeout(function(){thisScript.parentNode.insertBefore(fonts,thisScript)})}catch(e){}}function fontSmoothingEnabled(){try{var saveFontSmoothing=function(state){state=state?"on":"off";document.cookie="GU_fonts_smoothing\x3d "+state+"; domain\x3d"+location.hostname+"; path\x3d/; max-age\x3d"+60*60*24*30};if(document.cookie.indexOf("GU_fonts_smoothing")!==-1&&window.location.hash!=="#check-smoothing")return document.cookie.indexOf("GU_fonts_smoothing\x3don")!==-1;if(/Windows NT (\d\.\d+)/.exec(ua)&&!/MSIE|Trident/.exec(ua)){try{var canvasNode=document.createElement("canvas");canvasNode.width="35";canvasNode.height="35";canvasNode.style.display="none";document.documentElement.appendChild(canvasNode);var ctx=canvasNode.getContext("2d");ctx.textBaseline="top";ctx.font="32px Arial";ctx.fillStyle="black";ctx.strokeStyle="black";ctx.fillText("@",0,0);for(var x=0;x<=16;x++)for(var y=0;y<=16;y++){var alpha=ctx.getImageData(x,y,1,1).data[3];if(alpha>0&&alpha<255){saveFontSmoothing(true);return true}}}catch(e){}saveFontSmoothing(false);return false}else return true}catch(e$1){}}var fontCookie="GU_fonts\x3doff; domain\x3d"+location.hostname+"; path\x3d/";function disableFonts(){document.cookie=fontCookie+"; max-age\x3d"+60*60*24*365}function enableFonts(){document.cookie=fontCookie+"; expires\x3dThu, 01 Jan 1970 00:00:00 GMT"}function checkUserFontDisabling(){if(window.location.hash==="#fonts-off")disableFonts();else if(window.location.hash==="#fonts-on"||window.location.hash==="#check-smoothing")enableFonts()}var fontsEnabled=document.cookie.indexOf("GU_fonts\x3doff")===-1;function loadFonts(){checkUserFontDisabling();if(fontsEnabled)if(fontSmoothingEnabled())loadFontsFromStorage()||loadFontsAsynchronously();else disableFonts()}loadFonts()})(window,document);(function(styleSheetLinks,documentStyleSheets){function setMedia(styleSheet){for(var i=0,totalSheets=documentStyleSheets.length;i<totalSheets;i++){var sheet=documentStyleSheets[i];if(sheet.href&&sheet.href.indexOf(styleSheet.href)>-1){styleSheet.media="screen";window.guardian.css.loaded=true;try{window.guardian.css.onLoad()}catch(e){}return true}}setTimeout(function(){setMedia(styleSheet)})}function useCss(){for(var i=0,totalStyleSheetLinks=styleSheetLinks.length;i<totalStyleSheetLinks;i++)if(styleSheetLinks[i].getAttribute("media")==="only x")setMedia(styleSheetLinks[i])}useCss()})(document.getElementsByTagName("link"),window.document.styleSheets);function guardianPolyfilled(){try{window.guardian.polyfilled=true;window.guardian.onPolyfilled()}catch(e){}}(function(document,window){var src;var script;var pendingScripts=[];var firstScript=document.scripts[0];var scripts=["https://assets.guim.co.uk/polyfill.io/v3/polyfill.min.js?rum\x3d0\x26features\x3des6,es7,es2017,default-3.6,HTMLPictureElement,IntersectionObserver,IntersectionObserverEntry\x26flags\x3dgated\x26callback\x3dguardianPolyfilled\x26unknown\x3dpolyfill\x26clearCache\x3d2","https://assets.guim.co.uk/javascripts/0a18d241db2e4f5e128a/graun.standard.js"];function stateChange(){var pendingScript;while(pendingScripts[0]&&pendingScripts[0].readyState=="loaded"){pendingScript=pendingScripts.shift();pendingScript.onreadystatechange=null;firstScript.parentNode.insertBefore(pendingScript,firstScript)}}if(window.location.hash!=="#nojs")while(src=scripts.shift())if("async"in firstScript){script=document.createElement("script");script.async=false;script.src=src;document.head.appendChild(script)}else if(firstScript.readyState){script=document.createElement("script");pendingScripts.push(script);script.onreadystatechange=stateChange;script.src=src}else document.write('\x3cscript src\x3d"'+src+'" defer\x3e\x3c/'+"script\x3e")})(document,window);
+ ]]>
+ </script>
+ <style>
+ <![CDATA[
+
+ .content--photo-essay .immersive-main-media__headline-container{margin-top:0;bottom:0}@media (min-width: 61.25em){.content--photo-essay .immersive-main-media__headline-container .content__standfirst--immersive-article{padding-bottom:1rem}.content--photo-essay .immersive-main-media__headline-container .content__standfirst--immersive-article:before{content:'';position:absolute;top:0;height:0.125rem;width:8.75rem;background-color:rgba(255,255,255,0.2)}}.content--article.content--immersive-article .content__article-body{margin:0}.content--article.content--immersive-article a.u-underline.in-body-link--immersive{color:#005689}.content--article.content--immersive-article a.u-underline.in-body-link--immersive:hover{border-bottom:0.0625rem solid #00b2ff}.content--article.content--immersive-article blockquote.photo-essay-block-quote{font-family:"Guardian Egyptian Web",Georgia,serif;font-style:normal;margin:0 0 1.5rem}.content--article.content--immersive-article blockquote.photo-essay-block-quote:not(.quoted){background-color:#ededed;padding:0.5rem 0.75rem 0.75rem}.content--article.content--immersive-article blockquote.photo-essay-block-quote .inline-icon{fill:#005689}.content--article.content--immersive-article blockquote.photo-essay-block-quote .quoted__contents{margin:0}.content--article.content--immersive-article blockquote.photo-essay-block-quote h2{font-size:2.125rem;line-height:2.375rem;color:#005689;font-weight:100}.content--article.content--immersive-article blockquote.photo-essay-block-quote.quoted{font-size:1.5rem;line-height:1.6875rem;color:#005689}.content--article.content--immersive-article blockquote.photo-essay-block-quote.quoted .inline-icon{fill:#00b2ff;width:1.5rem;display:block;margin-bottom:0.75rem}.content--article.content--immersive-article blockquote.photo-essay-block-quote.quoted .inline-icon .inline-garnett-quote__svg{width:100%;height:auto}.content--article.content--immersive-article .element-image--photo-essay{padding-bottom:0;margin-bottom:0.75rem}.content--article.content--immersive-article .element-image--photo-essay.fig--no-caption.fig--has-shares{padding-bottom:0 !important}.content--article.content--immersive-article .element-image--photo-essay .caption{max-width:100%;color:#005689}.content--article.content--immersive-article .element-image--photo-essay .caption .inline-information.reveal-caption-icon{background-color:#005689}.content--article.content--immersive-article .element-image--photo-essay .section-title{background-color:#000;background:linear-gradient(transparent, #000)}.content--article.content--immersive-article .element-image--photo-essay .section-title:before{background-color:#00b2ff;display:block;content:'';width:8.75rem;height:0.75rem;margin-bottom:calc(1.25rem / 3)}.content--article.content--immersive-article .element-image--photo-essay.element--supporting .caption{max-width:100%}.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth{width:49%;float:left;margin-top:0;margin-bottom:2%}.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth .inline-expand-image{display:none}.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth:before{content:'';display:block;width:0.125rem;top:0;bottom:0;z-index:300;position:absolute;background-color:#ffffff}.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth+p,.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth+blockquote,.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth+.element-pullquote:not(.element--halfWidth){clear:both;padding-top:0.375rem}.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth+.element-pullquote.element--halfWidth{margin-top:0}.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth+.element-image:not(.element--halfWidth){clear:left}.content--article.content--immersive-article .element-image--photo-essay.element--halfWidth.half-width-odd{margin-right:2%}.content--article.content--immersive-article .element-pullquote--photo-essay.element--supporting .pullquote-paragraph{text-indent:0}.content--article.content--immersive-article .element-pullquote--photo-essay .pullquote-paragraph{font-size:1.5rem;line-height:1.6875rem;color:#005689}.content--article.content--immersive-article .element-pullquote--photo-essay .pullquote-cite{font-size:1.5rem;line-height:1.6875rem;color:#767676 !important}.content--article.content--immersive-article .element-pullquote--photo-essay.element--halfWidth{width:45%;float:left;margin-right:1.25rem;border-bottom:0;margin-top:0.375rem;clear:none}.content--article.content--immersive-article .element-pullquote--photo-essay .inline-icon{fill:#00b2ff;width:1.5rem;display:block;margin-bottom:0.75rem}.content--article.content--immersive-article .element-pullquote--photo-essay .inline-icon .inline-garnett-quote__svg{width:100%;height:auto}.content__series-label--photo-essay .content__label__link{color:#ffffff}.content__section-label--advertisement{font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:1.25rem;line-height:1.5rem;font-weight:900;margin:0}.content__section-label--advertisement .content__section-label__link--advertisement{color:#69d1ca}.from-content-api ul{display:inline-block;width:98%;margin-top:0}@media (max-width: 29.99em){.from-content-api ul{margin-top:-0.375rem}}.from-content-api ul>li{font-size:0.875rem;line-height:1.25rem;font-family:"Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;color:#052962;font-size:0.75rem;width:100%;margin-right:1%;line-height:0.875rem;padding-top:0.375rem;padding-left:0 !important;border-top:0.0625rem solid #052962}.from-content-api ul>li::before{display:none !important}@media (max-width: 29.99em){.from-content-api ul>li{width:98%}}.element--immersive+ul,.element--showcase+ul{width:9.375rem;margin-left:-10.625rem;float:left}.element--immersive+ul>li,.element--showcase+ul>li{width:100%}@media (max-width: 71.24em){.element--immersive+ul,.element--showcase+ul{width:98%;margin-left:0;float:none}}@media (max-width: 29.99em){.element--immersive+ul,.element--showcase+ul{width:98%;float:none;margin-left:0}}
+ /*# sourceMappingURL=article-photo-essay-garnett.css.map */
+
+ ]]>
+ </style>
+ </head>
+ <body id="top" class="is-immersive" itemscope="itemscope" itemtype="http://schema.org/WebPage">
+ <a class="u-h skip" href="#maincontent" data-link-name="skip : main content">Skip to main content</a>
+ <div id="dfp-ad--survey" class="js-ad-slot ad-slot ad-slot--survey" data-link-name="ad slot survey" data-name="survey" data-label="false" data-refresh="false" data-out-of-page="true" data-wide="1,1" aria-hidden="true"></div>
+ <div class="immersive-header-container immersive-header-container--photo-essay">
+ <header class="new-header new-header--slim pillar-scheme--News" role="banner">
+ <nav class="new-header__inner gs-container" data-component="nav2" role="navigation" aria-label="Guardian sections">
+ <a href="https://www.theguardian.com/us" class="new-header__logo" data-link-name="nav2 : logo"><span class="u-h">The Guardian - Back to home</span> <span class="inline-the-guardian-roundel inline-logo"><svg viewbox="0 0 56 56" class="inline-the-guardian-roundel__svg inline-logo__svg">
+ <path d="M28 0a28 28 0 1 0 28 28A28 28 0 0 0 28 0" fill="#121212"></path>
+ <path d="M33 6.92c3.63.58 8.24 3.06 9.89 4.83v8h-1L33 7.82zm-3.34.5h-.09c-6.35 0-9.8 8.8-9.8 20.66 0 11.87 3.45 20.66 9.8 20.66h.09v.91c-9.56.65-22.42-6.63-22.09-21.58C7.23 13.14 20.09 5.86 29.66 6.51zm16.16 22.53l-3 1.3v13.44A24.26 24.26 0 0 1 33 49.52V31l-3.3-1.09V29h16.12z" fill="#fff"></path></svg></span></a>
+ <div class="new-header__cta-bar hide-until-mobile">
+ <a class="cta-bar__cta hide-until-tablet js-change-become-member-link js-acquisition-link" data-link-name="nav2 : contribute-cta" data-edition="us" href="https://support.theguardian.com/contribute?INTCMP=header_support_contribute&amp;acquisitionData=%7B&quot;source&quot;:&quot;GUARDIAN_WEB&quot;,&quot;componentType&quot;:&quot;ACQUISITIONS_HEADER&quot;,&quot;componentId&quot;:&quot;header_support_contribute&quot;%7D">Contribute <span class="inline-arrow-right inline-icon"><svg width="30" height="30" viewbox="0 0 30 30" class="inline-arrow-right__svg inline-icon__svg">
+ <path d="M22.8 14.6L15.2 7l-.7.7 5.5 6.6H6v1.5h14l-5.5 6.6.7.7 7.6-7.6v-.9"></path></svg></span></a> <a class="cta-bar__cta hide-until-tablet js-subscribe js-acquisition-link" data-link-name="nav2 : subscribe-cta" data-edition="us" href="https://support.theguardian.com/subscribe?INTCMP=header_support_subscribe&amp;acquisitionData=%7B&quot;source&quot;:&quot;GUARDIAN_WEB&quot;,&quot;componentType&quot;:&quot;ACQUISITIONS_HEADER&quot;,&quot;componentId&quot;:&quot;header_support_subscribe&quot;%7D">Subscribe <span class="inline-arrow-right inline-icon"><svg width="30" height="30" viewbox="0 0 30 30" class="inline-arrow-right__svg inline-icon__svg">
+ <path d="M22.8 14.6L15.2 7l-.7.7 5.5 6.6H6v1.5h14l-5.5 6.6.7.7 7.6-7.6v-.9"></path></svg></span></a> <a class="cta-bar__cta hide-from-tablet js-change-become-member-link js-acquisition-link" data-link-name="nav2 : contribute-cta" data-edition="us" href="https://support.theguardian.com/contribute?INTCMP=header_support_contribute&amp;acquisitionData=%7B&quot;source&quot;:&quot;GUARDIAN_WEB&quot;,&quot;componentType&quot;:&quot;ACQUISITIONS_HEADER&quot;,&quot;componentId&quot;:&quot;header_support_contribute&quot;%7D">Contribute <span class="inline-arrow-right inline-icon"><svg width="30" height="30" viewbox="0 0 30 30" class="inline-arrow-right__svg inline-icon__svg">
+ <path d="M22.8 14.6L15.2 7l-.7.7 5.5 6.6H6v1.5h14l-5.5 6.6.7.7 7.6-7.6v-.9"></path></svg></span></a>
+ </div>
+ <div class="new-header__top-bar hide-until-mobile"></div>
+ <div class="popup popup--default popup--search js-search-popup js-search-new is-off" aria-label="search" role="dialog" tabindex="-1" id="search-popup">
+ <div class="js-search-placeholder"></div>
+ </div>
+ <ul class="pillars">
+ <li class="pillars__item">
+ <a class="pillar-link pillar-link--News" href="https://www.theguardian.com/us" data-link-name="nav2 : primary : News">News</a>
+ </li>
+ <li class="pillars__item">
+ <a class="pillar-link pillar-link--Opinion" href="https://www.theguardian.com/us/commentisfree" data-link-name="nav2 : primary : Opinion">Opinion</a>
+ </li>
+ <li class="pillars__item">
+ <a class="pillar-link pillar-link--Sport" href="https://www.theguardian.com/us/sport" data-link-name="nav2 : primary : Sport">Sport</a>
+ </li>
+ <li class="pillars__item">
+ <a class="pillar-link pillar-link--Culture" href="https://www.theguardian.com/us/culture" data-link-name="nav2 : primary : Culture">Culture</a>
+ </li>
+ <li class="pillars__item">
+ <a class="pillar-link pillar-link--Lifestyle" href="https://www.theguardian.com/us/lifeandstyle" data-link-name="nav2 : primary : Lifestyle">Lifestyle</a>
+ </li>
+ </ul><input type="checkbox" id="main-menu-toggle" class="veggie-burger-fallback js-enhance-checkbox u-h" data-link-name="nav2 : veggie-burger : show" aria-controls="main-menu" tabindex="-1" /> <label for="main-menu-toggle" class="js-change-link new-header__menu-toggle" data-link-name="nav2 : veggie-burger : show" tabindex="0"> <span class="pillar-link pillar-link--dropdown pillar-link--sections hide-until-desktop"><span class="u-h">Show</span> More </span></label>
+ <div class="menu js-main-menu" id="main-menu" aria-hidden="true">
+ <div class="menu__inner gs-container">
+ <ul class="menu-group menu-group--primary" role="menubar">
+ <li class="menu-item js-navigation-item" data-section-name="News" role="none">
+ <button class="menu-item__title menu-item__title--News hide-from-desktop js-navigation-toggle" data-link-name="nav2 : secondary : News" aria-haspopup="true" role="menuitem" aria-expanded="true">News</button>
+ <ul class="menu-group menu-group--secondary" data-edition="us" aria-label="Submenu News" role="menu">
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us-news" data-link-name="nav2 : secondary : US news">US news</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/world" data-link-name="nav2 : secondary : World news">World news</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us/environment" data-link-name="nav2 : secondary : Environment">Environment</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/football" data-link-name="nav2 : secondary : Soccer">Soccer</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us-news/us-politics" data-link-name="nav2 : secondary : US politics">US politics</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us/business" data-link-name="nav2 : secondary : Business">Business</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us/technology" data-link-name="nav2 : secondary : Tech">Tech</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/science" data-link-name="nav2 : secondary : Science">Science</a>
+ </li>
+ </ul>
+ </li>
+ <li class="menu-item js-navigation-item" data-section-name="Opinion" role="none">
+ <button class="menu-item__title menu-item__title--Opinion hide-from-desktop js-navigation-toggle" data-link-name="nav2 : secondary : Opinion" aria-haspopup="true" role="menuitem" aria-expanded="true">Opinion</button>
+ <ul class="menu-group menu-group--secondary" data-edition="us" aria-label="Submenu Opinion" role="menu">
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/profile/editorial" data-link-name="nav2 : secondary : The Guardian view">The Guardian view</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/index/contributors" data-link-name="nav2 : secondary : Columnists">Columnists</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/tone/letters" data-link-name="nav2 : secondary : Letters">Letters</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/commentisfree/series/comment-is-free-weekly" data-link-name="nav2 : secondary : Opinion videos">Opinion videos</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/cartoons/archive" data-link-name="nav2 : secondary : Cartoons">Cartoons</a>
+ </li>
+ </ul>
+ </li>
+ <li class="menu-item js-navigation-item" data-section-name="Sport" role="none">
+ <button class="menu-item__title menu-item__title--Sport hide-from-desktop js-navigation-toggle" data-link-name="nav2 : secondary : Sport" aria-haspopup="true" role="menuitem" aria-expanded="true">Sport</button>
+ <ul class="menu-group menu-group--secondary" data-edition="us" aria-label="Submenu Sport" role="menu">
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/football" data-link-name="nav2 : secondary : Soccer">Soccer</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/sport/nfl" data-link-name="nav2 : secondary : NFL">NFL</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/sport/tennis" data-link-name="nav2 : secondary : Tennis">Tennis</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/sport/mlb" data-link-name="nav2 : secondary : MLB">MLB</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/football/mls" data-link-name="nav2 : secondary : MLS">MLS</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/sport/nba" data-link-name="nav2 : secondary : NBA">NBA</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/sport/nhl" data-link-name="nav2 : secondary : NHL">NHL</a>
+ </li>
+ </ul>
+ </li>
+ <li class="menu-item js-navigation-item" data-section-name="Culture" role="none">
+ <button class="menu-item__title menu-item__title--Culture hide-from-desktop js-navigation-toggle" data-link-name="nav2 : secondary : Culture" aria-haspopup="true" role="menuitem" aria-expanded="true">Culture</button>
+ <ul class="menu-group menu-group--secondary" data-edition="us" aria-label="Submenu Culture" role="menu">
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us/film" data-link-name="nav2 : secondary : Film">Film</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/books" data-link-name="nav2 : secondary : Books">Books</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/music" data-link-name="nav2 : secondary : Music">Music</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/artanddesign" data-link-name="nav2 : secondary : Art &amp; design">Art &amp; design</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us/tv-and-radio" data-link-name="nav2 : secondary : TV &amp; radio">TV &amp; radio</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/stage" data-link-name="nav2 : secondary : Stage">Stage</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/music/classicalmusicandopera" data-link-name="nav2 : secondary : Classical">Classical</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/games" data-link-name="nav2 : secondary : Games">Games</a>
+ </li>
+ </ul>
+ </li>
+ <li class="menu-item js-navigation-item" data-section-name="Lifestyle" role="none">
+ <button class="menu-item__title menu-item__title--Lifestyle hide-from-desktop js-navigation-toggle" data-link-name="nav2 : secondary : Lifestyle" aria-haspopup="true" role="menuitem" aria-expanded="true">Lifestyle</button>
+ <ul class="menu-group menu-group--secondary" data-edition="us" aria-label="Submenu Lifestyle" role="menu">
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/fashion" data-link-name="nav2 : secondary : Fashion">Fashion</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/food" data-link-name="nav2 : secondary : Food">Food</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/tone/recipes" data-link-name="nav2 : secondary : Recipes">Recipes</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/lifeandstyle/love-and-sex" data-link-name="nav2 : secondary : Love &amp; sex">Love &amp; sex</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/lifeandstyle/home-and-garden" data-link-name="nav2 : secondary : Home &amp; garden">Home &amp; garden</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/lifeandstyle/health-and-wellbeing" data-link-name="nav2 : secondary : Health &amp; fitness">Health &amp; fitness</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/lifeandstyle/family" data-link-name="nav2 : secondary : Family">Family</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us/travel" data-link-name="nav2 : secondary : Travel">Travel</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/us/money" data-link-name="nav2 : secondary : Money">Money</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <div class="menu-group menu-group--search hide-from-desktop">
+ <form class="menu-search js-menu-search" action="https://www.google.co.uk/search">
+ <input type="text" name="q" class="menu-search__search-box js-menu-search-term" id="google-search" placeholder="Search" data-link-name="nav2 : search" /> <label class="menu-search__glass" for="google-search"><span class="inline-search-36 inline-icon main-menu__icon main-menu__icon--search"><svg width="18" height="18" viewbox="0 0 18 18" class="main-menu__icon__svg main-menu__icon--search__svg inline-search-36__svg inline-icon__svg">
+ <path d="M6.5 1.6c2.7 0 4.9 2.2 4.9 4.9s-2.2 4.9-4.9 4.9-4.9-2.2-4.9-4.9 2.2-4.9 4.9-4.9m0-1.6C2.9 0 0 2.9 0 6.5S2.9 13 6.5 13 13 10.1 13 6.5 10.1 0 6.5 0zm6.6 11.5l4.9 4.9-1.6 1.6-4.9-4.9v-.8l.8-.8h.8z"></path></svg></span> <span class="u-h">What term do you want to search?</span></label> <button class="menu-search__submit" data-link-name="nav2 : search : submit" for="submit-google-search" type="submit"> <span class="u-h">Search with google</span></button> <input type="hidden" name="as_sitesearch" value="www.theguardian.com" />
+ </form>
+ </div>
+ <ul class="menu-group menu-group--membership" role="menubar">
+ <li class="menu-item hide-from-desktop" data-edition="us" role="none">
+ <a class="menu-item__title" href="https://support.theguardian.com/contribute?INTCMP=side_menu_support_contribute&amp;acquisitionData=%7B&quot;source&quot;:&quot;GUARDIAN_WEB&quot;,&quot;componentType&quot;:&quot;ACQUISITIONS_HEADER&quot;,&quot;componentId&quot;:&quot;side_menu_support_contribute&quot;%7D" role="menuitem" data-link-name="nav2 : Make a contribution">Make a contribution</a>
+ </li>
+ <li class="menu-item hide-from-desktop" data-edition="us" role="none">
+ <a class="menu-item__title js-subscribe" href="https://support.theguardian.com/subscribe?INTCMP=side_menu_support_subscribe&amp;acquisitionData=%7B&quot;source&quot;:&quot;GUARDIAN_WEB&quot;,&quot;componentType&quot;:&quot;ACQUISITIONS_HEADER&quot;,&quot;componentId&quot;:&quot;side_menu_support_subscribe&quot;%7D" role="menuitem" data-link-name="nav2 : Subscribe">Subscribe</a>
+ </li>
+ </ul>
+ <ul class="menu-group menu-group--editions hide-from-desktop">
+ <li class="menu-item js-navigation-item">
+ <button class="menu-item__title js-navigation-toggle" data-link-name="nav2 : edition picker" aria-haspopup="true" aria-expanded="true">US edition</button>
+ <ul class="menu-group">
+ <li class="menu-item">
+ <a data-link-name="nav2 : edition-picker: UK" href="https://www.theguardian.com/preference/edition/uk" class="menu-item__title"><span class="u-h">switch to the</span> UK edition</a>
+ </li>
+ <li class="menu-item">
+ <a data-link-name="nav2 : edition-picker: AU" href="https://www.theguardian.com/preference/edition/au" class="menu-item__title"><span class="u-h">switch to the</span> Australia edition</a>
+ </li>
+ <li class="menu-item">
+ <a data-link-name="nav2 : edition-picker: INT" href="https://www.theguardian.com/preference/edition/int" class="menu-item__title"><span class="u-h">switch to the</span> International edition</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul class="menu-group menu-group--footer" data-edition="us" role="menubar">
+ <li class="menu-item hide-from-desktop" role="none">
+ <a class="menu-item__title" href="https://jobs.theguardian.com/jobs?INTCMP=jobs_us_web_newheader" role="menuitem" data-link-name="nav2 : Search jobs">Search jobs</a>
+ </li>
+ <li class="menu-item hide-from-desktop" role="none">
+ <a class="menu-item__title" href="https://theguardian.newspapers.com" role="menuitem" data-link-name="nav2 : Digital Archive">Digital Archive</a>
+ </li>
+ <li class="menu-item hide-from-desktop" role="none">
+ <a class="menu-item__title" href="https://discountcode.theguardian.com" role="menuitem" data-link-name="nav2 : Discount Codes">Discount Codes</a>
+ </li>
+ <li class="hide-from-desktop menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/mobile/2014/may/29/the-guardian-for-mobile-and-tablet" data-link-name="nav2 : The Guardian app">The Guardian app</a>
+ </li>
+ <li class="menu-item menu-item--no-border" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/video" data-link-name="nav2 : Video">Video</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/podcasts" data-link-name="nav2 : Podcasts">Podcasts</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/inpictures" data-link-name="nav2 : Pictures">Pictures</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/email-newsletters" data-link-name="nav2 : Newsletters">Newsletters</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/membership" data-link-name="nav2 : Inside the Guardian">Inside the Guardian</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/weekly?INTCMP=gdnwb_mawns_editorial_gweekly_GW_TopNav_US" data-link-name="nav2 : Guardian Weekly">Guardian Weekly</a>
+ </li>
+ <li class="menu-item" role="none">
+ <a class="menu-item__title" role="menuitem" href="https://www.theguardian.com/crosswords" data-link-name="nav2 : Crosswords">Crosswords</a>
+ </li>
+ <li class="menu-item hide-from-desktop" role="none">
+ <a class="menu-item__title" href="https://www.facebook.com/theguardian" role="menuitem" data-link-name="nav2 : facebook"><span class="inline-share-facebook inline-icon menu-item__icon" role="presentation" aria-hidden="true"><svg width="32" height="32" viewbox="-2 -2 32 32" class="menu-item__icon__svg inline-share-facebook__svg inline-icon__svg">
+ <path d="M17.9 14h-3v8H12v-8h-2v-2.9h2V8.7C12 6.8 13.1 5 16 5c1.2 0 2 .1 2 .1v3h-1.8c-1 0-1.2.5-1.2 1.3v1.8h3l-.1 2.8z"></path></svg></span> Facebook</a>
+ </li>
+ <li class="menu-item hide-from-desktop" role="none">
+ <a class="menu-item__title" href="https://twitter.com/guardian" role="menuitem" data-link-name="nav2 : twitter"><span class="inline-share-twitter inline-icon menu-item__icon" role="presentation" aria-hidden="true"><svg width="32" height="32" viewbox="-2 -2 32 32" class="menu-item__icon__svg inline-share-twitter__svg inline-icon__svg">
+ <path d="M21.3 10.5v.5c0 4.7-3.5 10.1-9.9 10.1-2 0-3.8-.6-5.3-1.6.3 0 .6.1.8.1 1.6 0 3.1-.6 4.3-1.5-1.5 0-2.8-1-3.3-2.4.2 0 .4.1.7.1l.9-.1c-1.6-.3-2.8-1.8-2.8-3.5.5.3 1 .4 1.6.4-.9-.6-1.6-1.7-1.6-2.9 0-.6.2-1.3.5-1.8 1.7 2.1 4.3 3.6 7.2 3.7-.1-.3-.1-.5-.1-.8 0-2 1.6-3.5 3.5-3.5 1 0 1.9.4 2.5 1.1.8-.1 1.5-.4 2.2-.8-.3.8-.8 1.5-1.5 1.9.7-.1 1.4-.3 2-.5-.4.4-1 1-1.7 1.5z"></path></svg></span> Twitter</a>
+ </li>
+ </ul>
+ <ul class="menu-group menu-group--brand-extensions hide-until-desktop">
+ <li class="menu-item--brand-extension">
+ <a href="https://jobs.theguardian.com/jobs?INTCMP=jobs_us_web_newheader" class="menu-item__title menu-item__title--brand-extension" data-link-name="nav2 : brand extension : Search jobs">Search jobs</a>
+ </li>
+ <li class="menu-item--brand-extension">
+ <a href="https://theguardian.newspapers.com" class="menu-item__title menu-item__title--brand-extension" data-link-name="nav2 : brand extension : Digital Archive">Digital Archive</a>
+ </li>
+ <li class="menu-item--brand-extension">
+ <a href="https://discountcode.theguardian.com" class="menu-item__title menu-item__title--brand-extension" data-link-name="nav2 : brand extension : Discount Codes">Discount Codes</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </nav>
+ </header>
+ <div class="content--photo-essay content immersive-main-media tonal tonal--tone-feature">
+ <div class="immersive-main-media__media">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.25), (orientation: portrait) and (min-resolution: 120dpi)" sizes="149.9814333457111vh" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=500&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e2c5715dbf4f6c0e47815f3e83993c1c 1000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=750&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a4a73ab855c37b0a9423d7facc2e68aa 1500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1000&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=9d621e35e11cdb6150ef1082f888f6ca 2000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1250&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=8c2bda6206ccee0574eb03f66f976869 2500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1500&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c7b3011a5724479104360160c325ac4d 3000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1750&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=84fdcf96fc75467ca0850e247338c7bd 3500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=2000&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=4191520f2627e03f6153be16bf410d4c 4000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=2250&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=492bf22dc323ffb8b831c3335a5b686c 4500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=2500&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=68db1188c40e2ab03470c08ee109922b 5000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=2750&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=61af5e495b34c5899498ef3f45b0be91 5500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=3000&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=aa920b9087be3e8deb9ff2f99294caf1 6000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=3250&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=704f7ccde7a280c8848cb7d9b33ba924 6500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=3500&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=94f93e7b1b6493f83be2317fd8fdd67c 7000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=3750&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=672491db08c7e649cd76073caf2c874c 7500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=4000&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=b77807cc60da187430caf9cb275492ec 8000w" /> <source media="(orientation: portrait)" sizes="149.9814333457111vh" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=500&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e2c5715dbf4f6c0e47815f3e83993c1c 500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=750&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a4a73ab855c37b0a9423d7facc2e68aa 750w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1000&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=9d621e35e11cdb6150ef1082f888f6ca 1000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1250&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=8c2bda6206ccee0574eb03f66f976869 1250w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1500&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c7b3011a5724479104360160c325ac4d 1500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1750&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=84fdcf96fc75467ca0850e247338c7bd 1750w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=2000&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=4191520f2627e03f6153be16bf410d4c 2000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=2250&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=492bf22dc323ffb8b831c3335a5b686c 2250w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=2500&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=68db1188c40e2ab03470c08ee109922b 2500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=2750&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=61af5e495b34c5899498ef3f45b0be91 2750w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=3000&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=aa920b9087be3e8deb9ff2f99294caf1 3000w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=3250&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=704f7ccde7a280c8848cb7d9b33ba924 3250w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=3500&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=94f93e7b1b6493f83be2317fd8fdd67c 3500w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=3750&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=672491db08c7e649cd76073caf2c874c 3750w, https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=4000&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=b77807cc60da187430caf9cb275492ec 4000w" /> <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="1900px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1900&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=d4c6213fbe41a598ae837fde8e27e3f5 3800w" /> <source media="(min-width: 1300px)" sizes="1900px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1900&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=cfb6cb3db14a790bfc30ced9c6041bea 1900w" /> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1300&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=eb224a4df0b7a9375c8536cc517b064a 2600w" /> <source media="(min-width: 1140px)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=26698338c22158d325aa62da4ba0048c 1300w" /> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1140&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=bfe7818a239e6f6c78a3d95b1b85a1b4 2280w" /> <source media="(min-width: 980px)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=1140&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=36b05254f3daf51287320db564be65c2 1140w" /> <source media="(min-width: 740px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 740px) and (min-resolution: 120dpi)" sizes="980px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=980&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=e74663be100678edd9ec37e374fad78b 1960w" /> <source media="(min-width: 740px)" sizes="980px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=980&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=3e14da5e3c67f3948c3190acb7b3d83f 980w" /> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="740px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=740&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=287ee0c0a54e4e8359db606fa75e8fc3 1480w" /> <source media="(min-width: 660px)" sizes="740px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=740&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c7f79d7504a60617476e1e1ac59a60b8 740w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="660px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=660&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=a34ae6328fce1b653a78a51692a0c6ae 1320w" /> <source media="(min-width: 480px)" sizes="660px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=660&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=57de53fb2e410804cb2ed0c4bbf3a358 660w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="480px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=480&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=04eb8cc26d8f2e31c3b941882a511216 960w" /> <source media="(min-width: 0px)" sizes="480px" srcset="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=480&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=60dc93e19b34750ee33dd23e9f2d92b0 480w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="immersive-main-media__media" itemprop="contentUrl" alt="" src="https://i.guim.co.uk/img/media/df84b519a877d652e950ecd4248320eec985934e/0_507_4039_2693/master/4039.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a58643e96c83a78790a36f97ae66b689" /></picture>
+ </div>
+ <div class="immersive-main-media__image-overlay"></div>
+ </div>
+ <div class="content--pillar-news immersive-main-media__headline-container--dark immersive-main-media__headline-container--gallery">
+ <div class="gs-container">
+ <div class="content__main-column">
+ <div class="content__labels content__labels--immersive content__labels--panel">
+ <div class="content__series-label content__label content__series-label--immersive-article content__label content__series-label--photo-essay">
+ <a class="content__label__link" href="https://www.theguardian.com/environment/series/seascape-the-state-of-our-oceans"><span class="label__link-wrapper">Seascape: the state of our oceans</span></a>
+ </div>
+ </div>
+ <h1 class="content__headline--immersive--with-main-media content__headline content__headline--immersive content__headline--immersive-article">
+ 'What is the sea telling us?': Māori tribes fearful over whale strandings
+ </h1>
+ <figcaption class="caption caption--immersive hide-until-leftcol">
+ <span class="inline-triangle inline-icon"><svg width="11" height="10" viewbox="0 0 11 10" class="inline-triangle__svg inline-icon__svg">
+ <path fill-rule="evenodd" d="M5.5 0L11 10H0z"></path></svg></span> Whale expert Hori Parata. Photograph: Adrian Malloch for the Guardian
+ </figcaption>
+ </div>
+ </div>
+ </div>
+ <div class="content__wrapper--standfirst">
+ <div class="gs-container">
+ <div class="content__main-column">
+ <div class="content__standfirst content__standfirst--immersive-article" data-link-name="standfirst" data-component="standfirst">
+ <meta itemprop="description" content="New Zealand’s whale whisperers worry that manmade changes in the ocean are behind the spike in beachings" />
+ <p>
+ New Zealand’s whale whisperers worry that manmade changes in the ocean are behind the spike in beachings
+ </p>
+ <p>
+ by <span itemscope="itemscope" itemtype="http://schema.org/Person" itemprop="author"><a rel="author" class="tone-colour u-underline" itemprop="sameAs" data-link-name="in standfirst link" href="https://www.theguardian.com/profile/eleanor-ainge-roy"><span itemprop="name">Eleanor Ainge Roy</span></a></span> (reporting) and Adrian Malloch (photography)
+ </p>
+ </div>
+ <figcaption class="caption caption--immersive hide-from-leftcol">
+ Main image: Whale expert Hori Parata. Photograph: Adrian Malloch for the Guardian
+ </figcaption>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="maincontent" tabindex="0"></div>
+ <div class="js-breaking-news-placeholder breaking-news breaking-news--hidden breaking-news--fade-in" data-link-name="breaking news" data-component="breaking-news"></div>
+ <article id="article" data-test-id="article-root" class="content content--article content--immersive content--immersive-article tonal tonal--tone-feature section-environment" itemscope="itemscope" itemtype="http://schema.org/NewsArticle" role="main">
+ <meta itemprop="mainEntityOfPage" content="https://www.theguardian.com/environment/2019/jan/03/what-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings" />
+ <div itemprop="publisher" itemscope="itemscope" itemtype="https://schema.org/Organization">
+ <meta itemprop="name" content="The Guardian" />
+ <link itemprop="sameAs" href="http://www.theguardian.com" />
+ </div>
+ <header class="content__head tonal__head tonal__head--tone-feature">
+ <h1 class="is-hidden" itemprop="headline">
+ 'What is the sea telling us?': Māori tribes fearful over whale strandings
+ </h1>
+ </header>
+ <div class="content__main tonal__main tonal__main--tone-feature">
+ <div class="gs-container">
+ <div class="content__main-column content__main-column--article js-content-main-column">
+ <div class="content__meta-container content__meta-container--twitter js-content-meta u-cf">
+ <div class="badge badge--alt">
+ <div class="badge__label">
+ Seascape: the state of our oceans is supported by
+ </div><a class="badge__link" href="https://www.packard.org/" data-sponsor="the david and lucile packard foundation" rel="nofollow"><img src="https://static.theguardian.com/commercial/sponsor/17/Sep/2018/25703364-a145-46b0-bcd0-bcd1dd5f571b-seascape-color-logo.png" alt="The David and Lucile Packard Foundation" class="badge__logo" /></a> <a href="https://www.theguardian.com/environment/2018/sep/16/about-seascape-the-state-of-our-oceans-a-guardian-series" class="badge__help">About this content</a>
+ </div>
+ <p class="content__dateline" aria-hidden="true">
+ <time itemprop="datePublished" datetime="2019-01-03T02:00:02-0500" data-timestamp="1546498802000" class="content__dateline-wpd js-wpd">Thu 3 Jan 2019 <span class="content__dateline-time">02.00&#160;EST</span></time> <time datetime="2019-01-16T06:16:23-0500" data-timestamp="1547637383000" class="content__dateline-lm js-lm u-h" itemprop="dateModified">Last modified on Wed 16 Jan 2019 <span class="content__dateline-time">06.16&#160;EST</span></time>
+ </p>
+ <meta itemprop="dateModified" content="2019-01-16T06:16:23-0500" />
+ <div class="meta__extras">
+ <div class="meta__social" data-component="share">
+ <ul class="social social--top js-social--top u-unstyled u-cf" data-component="social">
+ <li class="social__item social__item--facebook" data-link-name="facebook">
+ <a class="social__action js-social__action--top social-icon-wrapper" data-link-name="social top" href="https://www.facebook.com/dialog/share?app_id=180444840287&amp;href=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings%3FCMP%3Dshare_btn_fb" target="_blank" title="Facebook"><span class="inline-icon__fallback button">Share on Facebook</span> <span class="inline-share-facebook inline-icon rounded-icon centered-icon social-icon social-icon--facebook"><svg width="32" height="32" viewbox="-2 -2 32 32" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--facebook__svg inline-share-facebook__svg inline-icon__svg">
+ <path d="M17.9 14h-3v8H12v-8h-2v-2.9h2V8.7C12 6.8 13.1 5 16 5c1.2 0 2 .1 2 .1v3h-1.8c-1 0-1.2.5-1.2 1.3v1.8h3l-.1 2.8z"></path></svg></span></a>
+ </li>
+ <li class="social__item social__item--twitter" data-link-name="twitter">
+ <a class="social__action js-social__action--top social-icon-wrapper" data-link-name="social top" href="https://twitter.com/intent/tweet?text='What%20is%20the%20sea%20telling%20us%3F'%3A%20M%C4%81ori%20tribes%20fearful%20over%20whale%20strandings%20%7C%20Eleanor%20Ainge%20Roy&amp;url=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings%3FCMP%3Dshare_btn_tw" target="_blank" title="Twitter"><span class="inline-icon__fallback button">Share on Twitter</span> <span class="inline-share-twitter inline-icon rounded-icon centered-icon social-icon social-icon--twitter"><svg width="32" height="32" viewbox="-2 -2 32 32" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--twitter__svg inline-share-twitter__svg inline-icon__svg">
+ <path d="M21.3 10.5v.5c0 4.7-3.5 10.1-9.9 10.1-2 0-3.8-.6-5.3-1.6.3 0 .6.1.8.1 1.6 0 3.1-.6 4.3-1.5-1.5 0-2.8-1-3.3-2.4.2 0 .4.1.7.1l.9-.1c-1.6-.3-2.8-1.8-2.8-3.5.5.3 1 .4 1.6.4-.9-.6-1.6-1.7-1.6-2.9 0-.6.2-1.3.5-1.8 1.7 2.1 4.3 3.6 7.2 3.7-.1-.3-.1-.5-.1-.8 0-2 1.6-3.5 3.5-3.5 1 0 1.9.4 2.5 1.1.8-.1 1.5-.4 2.2-.8-.3.8-.8 1.5-1.5 1.9.7-.1 1.4-.3 2-.5-.4.4-1 1-1.7 1.5z"></path></svg></span></a>
+ </li>
+ <li class="social__item social__item--email" data-link-name="email">
+ <a class="social__action js-social__action--top social-icon-wrapper" data-link-name="social top" href="mailto:?subject='What%20is%20the%20sea%20telling%20us%3F'%3A%20M%C4%81ori%20tribes%20fearful%20over%20whale%20strandings%20%7C%20Eleanor%20Ainge%20Roy&amp;body=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings%3FCMP%3Dshare_btn_link" target="_blank" title="Email"><span class="inline-icon__fallback button">Share via Email</span> <span class="inline-share-email inline-icon rounded-icon centered-icon social-icon social-icon--email"><svg width="32" height="32" viewbox="0 0 32 32" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--email__svg inline-share-email__svg inline-icon__svg">
+ <path d="M23.363 20.875H8.637v-8.938l6.545 5.687h1.637l6.544-5.687v8.938zm-1.635-9.75L16 16l-5.728-4.875h11.456zM23.363 9.5H8.637L7 11.125v9.75L8.637 22.5h14.727L25 20.875v-9.75L23.363 9.5z"></path></svg></span></a>
+ </li>
+ </ul>
+ </div>
+ <div class="meta__numbers">
+ <div class="u-h meta__number js-sharecount"></div>
+ <div class="u-h meta__number" data-discussion-id="/p/a84nt" data-commentcount-format="content" data-discussion-closed="true"></div>
+ </div>
+ </div>
+ </div>
+ <div class="content__article-body from-content-api js-article__body" itemprop="articleBody" data-test-id="article-review-body">
+ <p>
+ <span class="drop-cap"><span class="drop-cap__inner">W</span></span>hale whisperer Hori Parata was just seven years old when he attended his first mass stranding, a beaching of porpoises in New Zealand’s Northland, their cries screeching through the air on the deserted stretch of sand.
+ </p>
+ <p>
+ Seven decades later, Parata, 75, has now overseen more than 500 strandings and is renowned in <a href="https://www.theguardian.com/world/newzealand" data-link-name="auto-linked-tag" data-component="auto-linked-tag" class="u-underline in-body-link--immersive">New Zealand</a> as the leading Māori whale expert, called on by tribes around the country for cultural guidance as marine strandings become increasingly complex and fatal.
+ </p>
+ <p>
+ “Man’s greed in the ocean is hurting the whales,” says Parata, a fierce and uncompromising elder of the Ngātiwai tribe of eastern Northland.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape element--showcase fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="05cb692c634cd90e5411aab92ca3e649474ff786" id="img-2">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f5b3d20f0dc5c22a83f96fb709ecd204" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3200" /><a href="#img-2" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 66.67%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="880px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=880&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=adbbf5d870d9cc7f0b9a24eb5472ebf3 1760w" /> <source media="(min-width: 1300px)" sizes="880px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=880&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f0a6d8fa60b5571e9e0e9a5673e407b7 880w" /> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="800px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=800&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=d39897e20bb677fda3feb14113aad381 1600w" /> <source media="(min-width: 1140px)" sizes="800px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=800&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=dbf240ee147c5a0a43321f1634ee41eb 800w" /> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="640px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=640&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=f7926915234cc22c9fe718771f5837cc 1280w" /> <source media="(min-width: 980px)" sizes="640px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=640&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=fa3edf920739ca39d41e3fce38ab277b 640w" /> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=f9fd7969943957bd4893fe29d248626c 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=61ab70443d54f672febc609b4bfbc5c0 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=a416bff5ba9e0d62f1634aee83308528 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=5ae3b22ecb3c7bde8b49a212d52b707c 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=c43d04fbea54b99991b541ce674da43d 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a0c813b07b8d5b99a33a7133ea7185db 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="Hori Parata at his Pātaua farm, the place where he was born and grew up." src="https://i.guim.co.uk/img/media/05cb692c634cd90e5411aab92ca3e649474ff786/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=575838a657b26493e956c7f84b058080" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Hori Parata at his Pātaua farm, the place where he was born and grew up
+ </p>
+ </li>
+ </ul>
+ <p>
+ “We’re having to put up with a lot of stuff today. The public want to hug the whales, they want to touch them, they want to feel good – that’s not the thing. We feel that is ridiculous.”
+ </p>
+ <p>
+ Whale experts regard New Zealand – or Aotearoa as it is called by Māori – as the whale stranding capital of the world, with more than 5,000 incidents recorded since 1840, and an average of 300 individual animals beaching themselves each year.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="98c683a7df9c83b2c13de2d93ca1825199ed5150" id="img-3">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d2432083289db6bd42f6ad7adc64a78d" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3166" /><a href="#img-3" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 65.96%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=7234718ccc92b4251bdfe4c505f064f8 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=b80f7e8fcfbbe8e12fa6954ddeb3bd1e 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=78ebc960d0c15f627bfbe60cd770a139 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1319684ba57c18162a45e56384d418b0 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=3170b3a80d76d6c6422b65045444829e 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e835570164cc241d4009af47fc1051f7 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="Kauri (Tekaurinui Robert) Parata, watched by his father Hori Parata, carves a traditional Maōri design at their home in Whangārei. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata" src="https://i.guim.co.uk/img/media/98c683a7df9c83b2c13de2d93ca1825199ed5150/0_0_4800_3166/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2f198e1958f140f3ac664a3fdd87177c" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Kauri (Te Kaurinui Robert) Parata, watched by his father, Hori Parata, carves a traditional Māori design at their home in Whangārei. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father
+ </p>
+ </li>
+ </ul>
+ <p>
+ Concrete information on why whales strand remains elusive, but “sickness, navigational error, geographical features, a rapidly falling tide, being chased by a predator, or extreme weather” are all thought to contribute, according to the New Zealand Department of Conservation.
+ </p>
+ <p>
+ Climate change is to blame too, <a href="https://www.radionz.co.nz/news/national/377272/new-zealand-beached-whales-why-are-so-many-getting-stranded" data-link-name="in body link" class="u-underline in-body-link--immersive">scientists think</a>, with warming ocean temperatures moving whales’ prey closer to the shore and forcing them to pursue their food into shallow waters.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="0447972cf47ca67882fcfc648edf7e574b0853bc" id="img-4">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=0e7302276c6cc7cb65be9bcdacd3081f" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3200" /><a href="#img-4" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 66.67%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=933c5693fbf9195f6e83a8928283f85e 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e07b988894308f3bfc052d1ff9dfc1e2 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=113cf92fe80bc5996634c34b3c7a0c09 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=5a7358223e80941bd1b0e0f427beefde 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=292e941797de1671c185c1b074c688ad 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d1bc1c4d9341f9b6d63b64861a3de711 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="A bin of small whale bones." src="https://i.guim.co.uk/img/media/0447972cf47ca67882fcfc648edf7e574b0853bc/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=718132fd888108a18383c24a8425523b" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape element--halfWidth fig--narrow-caption fig--has-shares element-image--photo-essay half-width-odd" data-media-id="416800b8d06039780c3e6de28564e6f277b4e7b7" id="img-5">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=249ddc3119aa637c3a1ae4998509f604" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3200" /><a href="#img-5" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 66.67%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=4197b7a2bc3c7e32d3eaee927b9d08e6 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=82d6908c6ffe622566e1cc6513d60ddd 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=222e300fb2a60da1a841fbbc2bc8f752 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=63ba1cfe4b5e7c7d741d311d58997fcf 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=231139825b311ede8d01e6c702d6d12c 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1065dd4439e14c72fe520c19566172e2 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="The baleen recovered from a stranded Pygmy Right Whale." src="https://i.guim.co.uk/img/media/416800b8d06039780c3e6de28564e6f277b4e7b7/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c5a53178ebbe54490c97fad6b5e032c4" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape element--halfWidth fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="8c207197c0a9e6f407dcddfded5f868a142c9cab" id="img-6">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=bcfefc5593dcc2bdb0dd3b0543cfa4eb" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3200" /><a href="#img-6" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 66.67%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=d272c4dc57408daa0dcdf5461a230e9e 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=890f0e0cee54663a90292471a16f95d2 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=59a57c5bded93fe0efe0046226fe7c69 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f1b2a4c79e965aa76a322ad25072a052 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=ffbdfd671eb45e3a87e3dc9137e8b006 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c560f0b0ef9736c1a66215cc29c59d43 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="Squid beaks, from the stomach of a Sperm Whale." src="https://i.guim.co.uk/img/media/8c207197c0a9e6f407dcddfded5f868a142c9cab/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=0dd659ae339b1aea9a99ed7f6f8eadeb" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Clockwise from top: small whale bones; squid beaks, from the stomach of a sperm whale; the baleen filter-feeder system recovered from a stranded pygmy right whale.
+ </p>
+ </li>
+ </ul>
+ <h2>
+ ‘Unprecedented’ strandings
+ </h2>
+ <p>
+ November marked the beginning of whale stranding season, and it started with a surge in incidents, according to whale rescue group Project Jonah, with <a href="https://www.theguardian.com/environment/video/2018/nov/26/whales-die-stranded-stewart-island-new-zealand-beach-video" data-link-name="in body link" class="u-underline in-body-link--immersive">140 pilot whales</a> beaching and dying on Stewart Island, 10 rare pygmy whales on Ninety Mile beach, 51 stranded and dead on the Chatham Islands and a spate of individual cases around the country.
+ </p>
+ <p>
+ And as more whales beach and die – from exhaustion, heat stroke or seagulls feasting on their flesh – an acute sense of grief is growing among New Zealand’s indigenous people, who regard whales as their ancestors and <em>taonga</em> (treasures).
+ </p>
+ <p>
+ “These days it is like a zoo. People just want to come and gawk at us, without even trying to understand what is happening with the animals and the environment,” says Parata, bristling with anger.
+ </p>
+ <figure class="element element-interactive interactive" data-interactive="https://interactive.guim.co.uk/embed/iframe-wrapper/0.1/boot.js" data-canonical-url="https://interactive.guim.co.uk/uploader/embed/2019/01/stranded_whales/giv-3902U99iNUM3iDSZ/" data-alt="whale strandings">
+ <a href="https://interactive.guim.co.uk/uploader/embed/2019/01/stranded_whales/giv-3902U99iNUM3iDSZ/" data-link-name="in body link" class="u-underline in-body-link--immersive">whale strandings</a>
+ </figure>
+ <p>
+ “When will we talk about what is hurting these animals out on the sea? They are drowning out there, they can’t breathe, they beach themselves to be with the Aunties.”
+ </p>
+ <p>
+ Ngātiwai believe the whales beach when they are ready to die and want to return to their families, the Māori people. Then, their human families use the whales’ gift of their bodies for sacred carvings, for traditional medicines, and even for compost.
+ </p>
+ <p>
+ There are marked tribal differences across New Zealand and while some tribes work to refloat stranded whales, others like Parata’s Ngātiwai stand back and allow the Department of Conservation and volunteer groups to take the lead in rescue efforts.
+ </p>
+ <p>
+ Then the tribe moves in en masse and holds a <em>karakia</em> (prayer), names each animal and sets to work removing their bones, blubber, eyes and teeth for cultural purposes.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape element--immersive fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="0d13adeb0790af5c5fa317ce477c323d0e1c773c" id="img-7">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d73916fda0f6c60b5eebcb71fea643e9" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="2334" /><a href="#img-7" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 48.63%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1300&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=524b92a6590a1b5c139bfe50581476a1 2600w" /> <source media="(min-width: 1300px)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=837d7df48e565ffad49febab20fbd179 1300w" /> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1140&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=fe98f4515ae3490f53804235a4dcf84b 2280w" /> <source media="(min-width: 1140px)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1140&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a3ec73ab7f20798ec264f5ecb59f6bcc 1140w" /> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="1125px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1125&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=3ac3fd319accb248cf8a13e8ef55ebcc 2250w" /> <source media="(min-width: 980px)" sizes="1125px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=1125&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2561c80af0d0e8eed2fc7c535be48696 1125w" /> <source media="(min-width: 740px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 740px) and (min-resolution: 120dpi)" sizes="965px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=965&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=539617a30ea852b01218eec69d6066e6 1930w" /> <source media="(min-width: 740px)" sizes="965px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=965&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=624139eae65dd4c96efd1a90243b9286 965w" /> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="725px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=725&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=633619afab6a0ee26a3839b69160e854 1450w" /> <source media="(min-width: 660px)" sizes="725px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=725&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=98b9351340e8ee30063a4b6eb6501d6f 725w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="645px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=645&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=e11a31f8adaab06b457fd9c7dda6bf6d 1290w" /> <source media="(min-width: 480px)" sizes="645px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=645&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=912104c53b38d1cd424bfb82302480e1 645w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="465px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=465&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=209259fab8ec9e81386838f2d5cdecc3 930w" /> <source media="(min-width: 0px)" sizes="465px" srcset="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=465&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=06848a63793084a21bc86aa613b126a7 465w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="Buck Cullen with his daughter Kaiarahi (10 months) in his back yard where he is storing a pair of massive Sperm Whale jawbones. Buck is a integral member of the whale recovery team, alongside Hori Parata." src="https://i.guim.co.uk/img/media/0d13adeb0790af5c5fa317ce477c323d0e1c773c/0_0_4800_2334/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=41b88ee343b9be76688b88443c7a8958" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Buck Cullen with his daughter Kaiarahi (10 months) in his backyard, where he is storing a pair of massive sperm whale jawbones. Cullen is an integral member of Hori Parata’s whale recovery team
+ </p>
+ </li>
+ </ul>
+ <p>
+ But indigenous elders say they aren’t being listened to when they tell the government their whale kin are sick, and trying to escape an increasingly polluted and unpredictable ocean.
+ </p>
+ <p>
+ Earlier this year in South Taranaki, a mass stranding that was described as <a href="https://www.stuff.co.nz/national/104249829/unprecedented-whale-strandings-reaches-11-in-total-on-taranaki-beach" data-link-name="in body link" class="u-underline in-body-link--immersive">“unprecedented”</a> left the local Māori tribe scrambling. Security was brought in when thieves attacked a sperm whale with an axe, trying to remove valuable teeth from its jaw.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="4973b41f53b8ade499f99a305b01157eca659ca5" id="img-8">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=ee921715aaf10e0816dcf15dfc3a21f5" />
+ <meta itemprop="width" content="1200" />
+ <meta itemprop="height" content="900" /><a href="#img-8" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 75.00%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=8eb5af62092c8a0eb0d283cb0887f5c5 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=9ace0f595be568263c5991993632dae8 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=97219f131f1013d15fed7c63308f2b2f 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=17191691b6cd81c2a67730d5475db08b 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=30d51b75767551399ba174bae5c39e94 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=936568b6e7da0a710abcd2c015fd0a8b 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="12 Parāoa Whales (Sperm Whales) recently stranded on the South Taranaki coast of Kaupokonui, on a scale not seen on their coast in recent memory." src="https://i.guim.co.uk/img/media/4973b41f53b8ade499f99a305b01157eca659ca5/0_0_1200_900/master/1200.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7c255bf6f8a27c56365a86813cdd1517" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ 12 parāoa whales (sperm whales) recently stranded on the South Taranaki coast of Kaupokonui, on a scale not seen near this location in recent memory
+ </p>
+ </li>
+ </ul>
+ <p>
+ Parata and his 22-year-old son, Te Kaurinui Robert Parata, were called in to assist. Te Kaurinui was called after the first whale his father ever named, and left university this year to return to Whangārei and study whale <em>tikanga</em> (protocol) and carving.
+ </p>
+ <p>
+ He says mass strandings are getting more local and international attention and money from donations, but traditional knowledge is being dismissed as overly spiritual.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape element--showcase fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="d1941b6a6908314fab28f44da222a4c892213341" id="img-9">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=4e46b70079819caee86359a058c92be1" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3120" /><a href="#img-9" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 65.00%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="880px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=880&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=b775d649981f7bc36cf0753dd9f47862 1760w" /> <source media="(min-width: 1300px)" sizes="880px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=880&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=3aa0de336dad5991ff92d488288fcc92 880w" /> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="800px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=800&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=9133cf8cd42d42bb1342dbefbfc67c22 1600w" /> <source media="(min-width: 1140px)" sizes="800px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=800&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2916efc01252a457768bfd28b40591ee 800w" /> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="640px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=640&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=c7044b93d3aa73f7eac1b56ab9d77d86 1280w" /> <source media="(min-width: 980px)" sizes="640px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=640&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2342e6519bfe1ce74a04ca96c06ed4cd 640w" /> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=b6218129f26e09d8133bf226df3e9bed 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=9d20a1ca789f2efe7ba2dfdef9c28725 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=73fb4a4f8d59a92325fef9faa2ddf90d 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7894b6600fbb6af1ec6552007ad12da8 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=19022ce9fcafebe383880059f34add78 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=ded05f2c1859d70d3b8d3de3dcb75e0f 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="Kauri (Tekaurinui Robert) Parata, of the New Zealand Māori tribe Ngāti Wai, in front of the carving shed at Hihiaua Cultural Centre in Whangarei" src="https://i.guim.co.uk/img/media/d1941b6a6908314fab28f44da222a4c892213341/0_0_4800_3120/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=76a26a289728e3d625e57d32eced57d8" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Clockwise from top: Te Kaurinui Parata, in front of the carving shed at Hihiaua Cultural Centre in Whangārei; Parata holds three whale teeth recovered from a beached whale – the middle one shows marks where a poacher had attempted to hack it out with an axe before the recovery group arrived; the Pou, a tribal identifier, in front of the carving shed.
+ </p>
+ </li>
+ </ul>
+ <h2>
+ ‘We need to listen’
+ </h2>
+ <p>
+ Māori harvest rights over dead whales have only been officially recognised since 1998, and the practice still elicits horror from some New Zealanders and visitors.
+ </p>
+ <p>
+ “Our own ancestors wouldn’t say to go down there and hug the whales. That’s a modern thing,” says Te Kaurinui.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--portrait element--halfWidth fig--narrow-caption fig--has-shares element-image--photo-essay half-width-odd" data-media-id="14b462f5d9489def554e0f9f436f13aec332f7b8" id="img-10">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=b8bf0c299908608310fb47e4163afb38" />
+ <meta itemprop="width" content="4278" />
+ <meta itemprop="height" content="4800" /><a href="#img-10" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 112.20%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=1a392a17d0c74d513ff14129ae5f7e6c 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d5b05458659a4a06ff6583046f712ad1 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=649c2127cfbab69a7d6e4085ea098d95 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d45dfb664b5479650ba067c6a5af16c3 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=f94f4c652479979124e52c237804eb83 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f6c8d3b38a8af6d197d0a60d22a326f3 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="The Pou in front of the carving shed at Hihiaua Cultural centre" src="https://i.guim.co.uk/img/media/14b462f5d9489def554e0f9f436f13aec332f7b8/0_0_4278_4800/master/4278.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=a45ec7578a392eec201d2f6920b609a0" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--portrait element--halfWidth fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="e2cf54c36f17c6894844ea0cdd4346288a002da9" id="img-11">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=3691946929b4105ba35ff9d306cb4fbc" />
+ <meta itemprop="width" content="3172" />
+ <meta itemprop="height" content="3189" /><a href="#img-11" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 100.54%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=be6cf9beea564e7be872193b01c329a3 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=c74497ec55bb1b680169d62684aa803d 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=06b2c03638556f85da582e419cf1817a 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=8cc04403e3902dbe1e4a9b01b8d4e517 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=893cbf39d6db1d28ba8fc85419382f9d 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=6df725aaf59e21b09434b967e05b3272 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="Kauri (Tekaurinui Robert) Parata, holds three whale teeth recovered from a beached whale. The middle tooth shows the marks where a poacher had attempted to hack it out with an axe before the recovery group arrived. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata." src="https://i.guim.co.uk/img/media/e2cf54c36f17c6894844ea0cdd4346288a002da9/915_0_3172_3189/master/3172.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=0bd8e9f51bdf79a6e0a15ed176cfb57d" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <p>
+ The Ngātiwai are investigating a possible link between the crisis of the dieback disease killing New Zealand’s native kauri trees – and <a href="https://www.theguardian.com/world/2018/jul/14/like-losing-family-time-may-be-running-out-for-new-zealands-most-sacred-tree" data-link-name="in body link" class="u-underline in-body-link--immersive">threatening the giant Tāne Mahuta, which may be 2,000 years old</a> – and the increase in whale strandings.
+ </p>
+ <p>
+ Parata and his family believe whale oil and byproducts could be used to try to cure Kauri dieback, and want more government money and attention directed towards indigenous knowledge of the interconnectedness of the New Zealand environment, and possible indigenous solutions.
+ </p>
+ <p>
+ “People dismiss us when we tell them our spiritual understanding of whales – why they are beaching, why they are hurting,” says Te Kaurinui.
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape element--immersive fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="b5f3736b2ba2ef4df364258b0efcaba26f571d6e" id="img-12">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=72146577e379bdf9a21bc47994de5fb6" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3073" /><a href="#img-12" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 64.02%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1300&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=4bd713ae6f60b56e36378bb2fe45e9eb 2600w" /> <source media="(min-width: 1300px)" sizes="1300px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=b93c6d33ca7496220eb30d0c8bfaccf9 1300w" /> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1140&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=f66f5a256170eced3c0a52aee235ae29 2280w" /> <source media="(min-width: 1140px)" sizes="1140px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1140&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1f60eb7cf5fc6f899c7c9af9c05df9a0 1140w" /> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="1125px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1125&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=27526c9caf1a62110dfa16214ceccf14 2250w" /> <source media="(min-width: 980px)" sizes="1125px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=1125&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7d47ba3d7898a398e1f9d8f2d19d391e 1125w" /> <source media="(min-width: 740px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 740px) and (min-resolution: 120dpi)" sizes="965px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=965&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=8974cfeb3e33bc51b55518f1bc81e68d 1930w" /> <source media="(min-width: 740px)" sizes="965px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=965&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=04f953b4ec9555178204a1621b8a1f59 965w" /> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="725px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=725&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=7e2c1494173f83f555806120a1fe43cc 1450w" /> <source media="(min-width: 660px)" sizes="725px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=725&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=8f53cf25b514e283cce3d995220ca19b 725w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="645px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=645&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=2b770ca04273c921c8abe0a7de72030a 1290w" /> <source media="(min-width: 480px)" sizes="645px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=645&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=0da775328d9ade5ca605079a9118a64a 645w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="465px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=465&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=e2e51037c5a6b8bf22d87cb927e45888 930w" /> <source media="(min-width: 0px)" sizes="465px" srcset="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=465&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7ecf73b514ceb1b5e0391f17c7a4d3b0 465w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="Whangārei Harbour from Tamaterau, looking south through Mangrove sprouts coming up through the harbourside silt." src="https://i.guim.co.uk/img/media/b5f3736b2ba2ef4df364258b0efcaba26f571d6e/0_0_4800_3073/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7fcadc35b3a44ebafe3c469c6e89241d" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Whangārei Harbour seen from Tamaterau, with mangrove sprouts coming up through the harbourside silt
+ </p>
+ </li>
+ </ul>
+ <p>
+ “We are not foreigners in this land. We did not take this land off anyone else. We were not lost waiting for some bullheads to tell us what was going on.”
+ </p>
+ <p>
+ Kaitaia conservation department ranger Jamie Werner of Ngātiwai recently attended his first mass beaching on Ninety Mile Beach. It was the first recorded time pygmy whales had stranded on New Zealand shores.
+ </p>
+ <p>
+ “I arrived at the beach and we leapfrogged between the animals. They were calling out to each other and reassuring each other,” says Werner. “It was a shock. We’re working to adapt but the ocean is changing so fast.”
+ </p>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape element--showcase fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="d5aaf60e3a427f278747acf0c3e7ba39b39ef923" id="img-13">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1d00d3ea91d32110b40d85ff43227728" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3200" /><a href="#img-13" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 66.67%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1300px) and (min-resolution: 120dpi)" sizes="880px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=880&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=2a64f318f02a31bdf9f17ae01fca72a3 1760w" /> <source media="(min-width: 1300px)" sizes="880px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=880&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=811b3a2ecee1a87b72813d328f59aa85 880w" /> <source media="(min-width: 1140px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 1140px) and (min-resolution: 120dpi)" sizes="800px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=800&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=47418e3f630c00af6124c471fdc54c20 1600w" /> <source media="(min-width: 1140px)" sizes="800px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=800&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=93ec03888887d5eb6eabf07e40f2ed3b 800w" /> <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="640px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=640&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=476d165704890f40cc5f2d74f4d09b95 1280w" /> <source media="(min-width: 980px)" sizes="640px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=640&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=6179da6bca697f83ac063a56660aa31b 640w" /> <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=df0c5b9ccac02dcd010d7f3ed8ff8c85 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e9fd2eedc9bb80286a6cabd1c7c3b0e2 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=e48f277772be7e455f9a4a4139b3bf4c 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=2e0af911fcd7011f04ee91d445290e84 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=15161e07957f327b44aa124d94ae8291 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=ef6c6809f2adcff0f4ff32899095839b 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="The skull of a Brydes whale, in the storage container at Hihiaua Cultural Centre, Whangārei." src="https://i.guim.co.uk/img/media/d5aaf60e3a427f278747acf0c3e7ba39b39ef923/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=1b74b488aedb864287ff160f86d74c9d" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <ul>
+ <li>
+ <p>
+ Above, the skull of a bryde’s whale; right, a large-calibre bullet of the type that the New Zealand Department of Conservation uses for euthanasing stranded whales that are beyond rescue
+ </p>
+ </li>
+ </ul>
+ <figure itemprop="associatedMedia image" itemscope="itemscope" itemtype="http://schema.org/ImageObject" data-component="image" class="element element-image img--landscape fig--narrow-caption fig--has-shares element-image--photo-essay" data-media-id="3766106f73e858d5b140ae3cdd2eef84060180cd" id="img-14">
+ <meta itemprop="url" content="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7dca3d798aef3526f42e281771d50f91" />
+ <meta itemprop="width" content="4800" />
+ <meta itemprop="height" content="3200" /><a href="#img-14" class="article__img-container js-gallerythumbs in-body-link--immersive" data-link-name="Launch Article Lightbox" data-is-ajax="">
+ <div class="u-responsive-ratio" style="padding-bottom: 66.67%">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 660px) and (min-resolution: 120dpi)" sizes="620px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=0daf794415132fc19259f8d2f654f57f 1240w" /> <source media="(min-width: 660px)" sizes="620px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=620&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=98ce62f9d983fe8059c936a6c6cdff33 620w" /> <source media="(min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 480px) and (min-resolution: 120dpi)" sizes="605px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=9ff4aac2a3b07867dfdfb8f470ea6977 1210w" /> <source media="(min-width: 480px)" sizes="605px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=605&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=10d1b71094ecf1722f593eb49bb2effe 605w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="445px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=0705690fcb523f2781a5952f83528ff9 890w" /> <source media="(min-width: 0px)" sizes="445px" srcset="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=445&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=4c748337df5f0348eb0e7d3e3ec46571 445w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="gu-image" itemprop="contentUrl" alt="A large calibre bullet of the type that the New Zealand Department of Conservation (DOC) uses for euthanasing stranded whales that are beyond rescue." src="https://i.guim.co.uk/img/media/3766106f73e858d5b140ae3cdd2eef84060180cd/0_0_4800_3200/master/4800.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=d2f5bb7c3c3642ac8733ca40509f6e20" /></picture>
+ </div><span class="inline-expand-image inline-icon centered-icon rounded-icon article__fullscreen modern-visible"><svg width="22" height="22" viewbox="0 0 22 22" class="centered-icon__svg rounded-icon__svg article__fullscreen__svg modern-visible__svg inline-expand-image__svg inline-icon__svg">
+ <path d="M3.4 20.2L9 14.5 7.5 13l-5.7 5.6L1 14H0v7.5l.5.5H8v-1l-4.6-.8M18.7 1.9L13 7.6 14.4 9l5.7-5.7.5 4.7h1.2V.6l-.5-.5H14v1.2l4.7.6"></path></svg></span></a>
+ </figure>
+ <p>
+ The recent spate of mass strandings has been described as “heartbreaking” by the conservation department.
+ </p>
+ <p>
+ But for Parata and his family the slow, painful deaths of their ancestors are personal – and ultimately devastating – for the health of the tribe and the sea.
+ </p>
+ <p>
+ “It’s very emotional. Our ancestors tell us the strandings are a sign from the sea. So what is the sea telling us? We need to listen.”
+ </p>
+ </div>
+ <div class="submeta">
+ <span class="submeta__label">Topics</span>
+ <div class="submeta__section-labels">
+ <ul class="submeta__links">
+ <li class="submeta__link-item">
+ <a class="submeta__link" data-link-name="" href="https://www.theguardian.com/environment/series/seascape-the-state-of-our-oceans">Seascape: the state of our oceans</a>
+ </li>
+ </ul>
+ </div>
+ <div class="submeta__keywords">
+ <ul class="submeta__links">
+ <li class="submeta__link-item">
+ <a class="submeta__link" href="https://www.theguardian.com/world/newzealand" data-link-name="keyword: world/newzealand">New Zealand</a>
+ </li>
+ <li class="submeta__link-item">
+ <a class="submeta__link" href="https://www.theguardian.com/world/asia-pacific" data-link-name="keyword: world/asia-pacific">Asia Pacific</a>
+ </li>
+ <li class="submeta__link-item">
+ <a class="submeta__link" href="https://www.theguardian.com/environment/whales" data-link-name="keyword: environment/whales">Whales</a>
+ </li>
+ <li class="submeta__link-item">
+ <a class="submeta__link" href="https://www.theguardian.com/environment/cetaceans" data-link-name="keyword: environment/cetaceans">Cetaceans</a>
+ </li>
+ <li class="submeta__link-item">
+ <a class="submeta__link" href="https://www.theguardian.com/environment/marine-life" data-link-name="keyword: environment/marine-life">Marine life</a>
+ </li>
+ <li class="submeta__link-item">
+ <a class="submeta__link" href="https://www.theguardian.com/environment/wildlife" data-link-name="keyword: environment/wildlife">Wildlife</a>
+ </li>
+ <li class="submeta__link-item">
+ <a class="submeta__link" href="https://www.theguardian.com/tone/features" data-link-name="tone: features">features</a>
+ </li>
+ </ul>
+ </div>
+ <div data-component="share" class="submeta__share">
+ <ul class="social social--bottom js-social--bottom u-unstyled u-cf" data-component="social">
+ <li class="social__item social__item--facebook" data-link-name="facebook">
+ <a class="social__action js-social__action--bottom social-icon-wrapper" data-link-name="social bottom" href="https://www.facebook.com/dialog/share?app_id=180444840287&amp;href=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings%3FCMP%3Dshare_btn_fb" target="_blank" title="Facebook"><span class="inline-icon__fallback button">Share on Facebook</span> <span class="inline-share-facebook inline-icon rounded-icon centered-icon social-icon social-icon--facebook"><svg width="32" height="32" viewbox="-2 -2 32 32" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--facebook__svg inline-share-facebook__svg inline-icon__svg">
+ <path d="M17.9 14h-3v8H12v-8h-2v-2.9h2V8.7C12 6.8 13.1 5 16 5c1.2 0 2 .1 2 .1v3h-1.8c-1 0-1.2.5-1.2 1.3v1.8h3l-.1 2.8z"></path></svg></span></a>
+ </li>
+ <li class="social__item social__item--twitter" data-link-name="twitter">
+ <a class="social__action js-social__action--bottom social-icon-wrapper" data-link-name="social bottom" href="https://twitter.com/intent/tweet?text='What%20is%20the%20sea%20telling%20us%3F'%3A%20M%C4%81ori%20tribes%20fearful%20over%20whale%20strandings%20%7C%20Eleanor%20Ainge%20Roy&amp;url=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings%3FCMP%3Dshare_btn_tw" target="_blank" title="Twitter"><span class="inline-icon__fallback button">Share on Twitter</span> <span class="inline-share-twitter inline-icon rounded-icon centered-icon social-icon social-icon--twitter"><svg width="32" height="32" viewbox="-2 -2 32 32" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--twitter__svg inline-share-twitter__svg inline-icon__svg">
+ <path d="M21.3 10.5v.5c0 4.7-3.5 10.1-9.9 10.1-2 0-3.8-.6-5.3-1.6.3 0 .6.1.8.1 1.6 0 3.1-.6 4.3-1.5-1.5 0-2.8-1-3.3-2.4.2 0 .4.1.7.1l.9-.1c-1.6-.3-2.8-1.8-2.8-3.5.5.3 1 .4 1.6.4-.9-.6-1.6-1.7-1.6-2.9 0-.6.2-1.3.5-1.8 1.7 2.1 4.3 3.6 7.2 3.7-.1-.3-.1-.5-.1-.8 0-2 1.6-3.5 3.5-3.5 1 0 1.9.4 2.5 1.1.8-.1 1.5-.4 2.2-.8-.3.8-.8 1.5-1.5 1.9.7-.1 1.4-.3 2-.5-.4.4-1 1-1.7 1.5z"></path></svg></span></a>
+ </li>
+ <li class="social__item social__item--email" data-link-name="email">
+ <a class="social__action js-social__action--bottom social-icon-wrapper" data-link-name="social bottom" href="mailto:?subject='What%20is%20the%20sea%20telling%20us%3F'%3A%20M%C4%81ori%20tribes%20fearful%20over%20whale%20strandings%20%7C%20Eleanor%20Ainge%20Roy&amp;body=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings%3FCMP%3Dshare_btn_link" target="_blank" title="Email"><span class="inline-icon__fallback button">Share via Email</span> <span class="inline-share-email inline-icon rounded-icon centered-icon social-icon social-icon--email"><svg width="32" height="32" viewbox="0 0 32 32" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--email__svg inline-share-email__svg inline-icon__svg">
+ <path d="M23.363 20.875H8.637v-8.938l6.545 5.687h1.637l6.544-5.687v8.938zm-1.635-9.75L16 16l-5.728-4.875h11.456zM23.363 9.5H8.637L7 11.125v9.75L8.637 22.5h14.727L25 20.875v-9.75L23.363 9.5z"></path></svg></span></a>
+ </li>
+ <li class="social__item social__item--linkedin" data-link-name="linkedin">
+ <a class="social__action js-social__action--bottom social-icon-wrapper" data-link-name="social bottom" href="http://www.linkedin.com/shareArticle?mini=true&amp;title=%27What%20is%20the%20sea%20telling%20us%3F%27%3A%20M%C4%81ori%20tribes%20fearful%20over%20whale%20strandings%20%7C%20Eleanor%20Ainge%20Roy&amp;url=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings" target="_blank" title="LinkedIn"><span class="u-h">Share on LinkedIn</span> <span class="inline-share-linkedin inline-icon rounded-icon centered-icon social-icon social-icon--linkedin"><svg width="30" height="30" viewbox="0 0 30 30" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--linkedin__svg inline-share-linkedin__svg inline-icon__svg">
+ <path d="M10.576 7.985a1.57 1.57 0 0 1 0 3.137 1.568 1.568 0 0 1 0-3.137zm-1.353 4.327h2.706v8.704H9.223v-8.704zm4.403 0h2.595v1.19h.037c.361-.685 1.244-1.407 2.56-1.407 2.737 0 3.243 1.803 3.243 4.147v4.774h-2.702v-4.232c0-1.01-.02-2.308-1.406-2.308-1.408 0-1.623 1.1-1.623 2.235v4.305h-2.704v-8.704"></path></svg></span></a>
+ </li>
+ <li class="social__item social__item--pinterest" data-link-name="pinterest">
+ <a class="social__action js-social__action--bottom social-icon-wrapper" data-link-name="social bottom" href="http://www.pinterest.com/pin/find/?url=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings" target="_blank" title="Pinterest"><span class="u-h">Share on Pinterest</span> <span class="inline-share-pinterest inline-icon rounded-icon centered-icon social-icon social-icon--pinterest"><svg viewbox="0 0 32 32" width="32" height="32" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--pinterest__svg inline-share-pinterest__svg inline-icon__svg">
+ <path d="M16.363 8C12.133 8 10 11.13 10 13.74c0 1.582.58 2.988 1.823 3.512.204.086.387.003.446-.23.04-.16.137-.568.18-.737.06-.23.037-.312-.127-.513-.36-.436-.588-1-.588-1.802 0-2.322 1.684-4.402 4.384-4.402 2.39 0 3.703 1.508 3.703 3.522 0 2.65-1.136 4.887-2.822 4.887-.93 0-1.628-.795-1.405-1.77.268-1.165.786-2.42.786-3.262 0-.752-.39-1.38-1.2-1.38-.952 0-1.716 1.017-1.716 2.38 0 .867.284 1.454.284 1.454l-1.146 5.006c-.34 1.487-.05 3.31-.026 3.493.014.108.15.134.21.05.09-.117 1.223-1.562 1.61-3.006.108-.41.625-2.526.625-2.526.31.61 1.215 1.145 2.176 1.145 2.862 0 4.804-2.693 4.804-6.298C22 10.54 19.763 8 16.363 8"></path></svg></span></a>
+ </li>
+ <li class="social__item social__item--whatsapp" data-link-name="whatsapp">
+ <a class="social__action js-social__action--bottom social-icon-wrapper" data-link-name="social bottom" href="whatsapp://send?text=%22'What%20is%20the%20sea%20telling%20us%3F'%3A%20M%C4%81ori%20tribes%20fearful%20over%20whale%20strandings%20%7C%20Eleanor%20Ainge%20Roy%22%20https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings%3FCMP%3Dshare_btn_wa" target="_blank" title="WhatsApp"><span class="u-h">Share on WhatsApp</span> <span class="inline-share-whatsapp inline-icon rounded-icon centered-icon social-icon social-icon--whatsapp"><svg width="30" height="30" viewbox="0 0 30 30" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--whatsapp__svg inline-share-whatsapp__svg inline-icon__svg">
+ <path d="M22.09 7.87a9.9 9.9 0 0 0-7.05-2.92c-5.49 0-9.96 4.47-9.96 9.96 0 1.75.46 3.47 1.33 4.98L5 25.04l5.28-1.38c1.45.79 3.09 1.21 4.76 1.21 5.49 0 9.96-4.47 9.96-9.96a9.92 9.92 0 0 0-2.91-7.04m-7.05 15.32c-1.49 0-2.95-.4-4.22-1.15l-.3-.18-3.13.82.84-3.05-.2-.31a8.19 8.19 0 0 1-1.26-4.41c0-4.56 3.71-8.27 8.28-8.27 2.21 0 4.29.86 5.85 2.43a8.222 8.222 0 0 1 2.42 5.85c0 4.56-3.72 8.27-8.28 8.27m4.54-6.2c-.25-.12-1.47-.73-1.7-.81s-.39-.12-.56.12c-.17.25-.64.81-.79.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.23a7.283 7.283 0 0 1-1.38-1.72c-.15-.25-.02-.38.11-.51.11-.11.25-.29.37-.44.12-.15.17-.25.25-.42.08-.17.04-.31-.02-.44-.06-.12-.56-1.35-.77-1.85-.2-.49-.41-.42-.56-.43-.14-.01-.31-.01-.48-.01-.17 0-.44.06-.66.31-.22.25-.87.85-.87 2.08 0 1.22.89 2.41 1.02 2.57.12.17 1.75 2.68 4.25 3.76.59.26 1.06.41 1.42.52.6.19 1.14.16 1.57.1.48-.07 1.47-.6 1.68-1.18s.21-1.08.14-1.18c-.06-.08-.23-.14-.48-.27"></path></svg></span></a>
+ </li>
+ <li class="social__item social__item--messenger" data-link-name="messenger">
+ <a class="social__action js-social__action--bottom social-icon-wrapper" data-link-name="social bottom" href="fb-messenger://share?link=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings%3FCMP%3Dshare_btn_me&amp;app_id=180444840287" target="_blank" title="Messenger"><span class="u-h">Share on Messenger</span> <span class="inline-share-messenger inline-icon rounded-icon centered-icon social-icon social-icon--messenger"><svg width="66" height="66" viewbox="-12 -12 90 90" class="rounded-icon__svg centered-icon__svg social-icon__svg social-icon--messenger__svg inline-share-messenger__svg inline-icon__svg">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M33 61.1c-3.6 0-7.1-.5-10.4-1.5L10.1 66V52.5C3.9 47 0 39.2 0 30.6 0 13.7 14.8 0 33 0s33 13.7 33 30.6c0 16.8-14.8 30.5-33 30.5zM36.5 41L28 32.2l-16.4 9 18-18.9 8.5 8.8 16.4-9-18 18.9z"></path></svg></span></a>
+ </li>
+ </ul>
+ </div>
+ <div class="submeta__syndication">
+ <ul class="syndication--bottom u-unstyled">
+ <li class="syndication__item">
+ <a class="syndication__action" data-link-name="meta-syndication-article" href="https://syndication.theguardian.com/automation/?url=https%3A%2F%2Fwww.theguardian.com%2Fenvironment%2F2019%2Fjan%2F03%2Fwhat-is-the-sea-telling-us-maori-tribes-fearful-over-whale-strandings&amp;type=article&amp;internalpagecode=5475429" target="_blank" title="Reuse this content"><span class="syndication__link button button--syndication-reprint button--small">Reuse this content</span></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="after-article js-after-article"></div>
+ </div>
+ <div class="content__secondary-column js-secondary-column" aria-hidden="true">
+ <div class="aside-slot-container js-aside-slot-container" aria-hidden="true">
+ <div id="dfp-ad--right" class="js-ad-slot ad-slot ad-slot--right ad-slot--mpu-banner-ad" data-link-name="ad slot right" data-name="right" data-mobile="1,1|2,2|300,250|300,274|300,600|fluid|300,1050" aria-hidden="true"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </article>
+ <div class="content-footer content-footer--pillar-news">
+ <aside class="related more-on-this-story js-outbrain-anchor" aria-labelledby="related-content-head">
+ <section id="more-on-this-story" class="fc-container fc-container--will-have-toggle js-container--toggle" data-link-name="container-3 | more-on-this-story" data-id="more-on-this-story" data-component="more-on-this-story" aria-expanded="true">
+ <div class="fc-container__inner">
+ <header class="fc-container__header js-container__header">
+ <div class="fc-container__header__title">
+ <h2 tabindex="0">
+ more on this story
+ </h2>
+ </div>
+ </header>
+ <div class="fc-container--rolled-up-hide fc-container__body fc-show-more--hidden fc-show-more--mobile-only js-container--fc-show-more" data-title="more on this story" data-id="more-on-this-story">
+ <div class="fc-slice-wrapper">
+ <ul class="u-unstyled l-row l-row--cols-4 fc-slice fc-slice--q-q-q-q">
+ <li class="fc-slice__item l-row__item l-row__item--span-1 u-faux-block-link">
+ <div class="fc-item fc-item--has-image fc-item--has-metadata fc-item--has-timestamp fc-item--pillar-news fc-item--type-article js-fc-item fc-item--list-media-mobile fc-item--standard-tablet js-snappable" data-link-name="news | group-0 | card-@1" data-item-visibility="all" data-test-id="facia-card" data-id="uk-news/2019/jan/03/sperm-whale-stranded-scottish-loch-eriboll" data-loyalty-short-url="/p/ac6zz">
+ <div class="fc-item__container">
+ <div class="fc-item__media-wrapper">
+ <div class="fc-item__image-container u-responsive-ratio">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="220px" srcset="https://i.guim.co.uk/img/media/b36a66ec23ecd1e3f28d71972c95627473917251/0_170_5100_3060/master/5100.jpg?width=220&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=370d080740ef67f9aed8ed10ea0e4343" /> <source media="(min-width: 980px)" sizes="220px" srcset="https://i.guim.co.uk/img/media/b36a66ec23ecd1e3f28d71972c95627473917251/0_170_5100_3060/master/5100.jpg?width=220&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=48fdf0f5977771cae1b68006a76f5fbf 220w" /> <source media="(min-width: 740px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 740px) and (min-resolution: 120dpi)" sizes="160px" srcset="https://i.guim.co.uk/img/media/b36a66ec23ecd1e3f28d71972c95627473917251/0_170_5100_3060/master/5100.jpg?width=160&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=4fb9868ab824e299c2766986d432af6d" /> <source media="(min-width: 740px)" sizes="160px" srcset="https://i.guim.co.uk/img/media/b36a66ec23ecd1e3f28d71972c95627473917251/0_170_5100_3060/master/5100.jpg?width=160&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e32d6cc0f82623e2b5a6de266b6924b0 160w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="127px" srcset="https://i.guim.co.uk/img/media/b36a66ec23ecd1e3f28d71972c95627473917251/0_170_5100_3060/master/5100.jpg?width=127&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=e5b29001b6d7db571c1212ffae196c95" /> <source media="(min-width: 0px)" sizes="127px" srcset="https://i.guim.co.uk/img/media/b36a66ec23ecd1e3f28d71972c95627473917251/0_170_5100_3060/master/5100.jpg?width=127&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e886eb10d60ca23b1e95e6e7b8cffb66 127w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="responsive-img" alt="" src="https://i.guim.co.uk/img/media/b36a66ec23ecd1e3f28d71972c95627473917251/0_170_5100_3060/master/5100.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=875ac32702331c81d5a2acb5470c061b" /></picture>
+ </div>
+ </div>
+ <div class="fc-item__content">
+ <div class="fc-item__header">
+ <h3 class="fc-item__title">
+ <a href="https://www.theguardian.com/uk-news/2019/jan/03/sperm-whale-stranded-scottish-loch-eriboll" class="fc-item__link" data-link-name="article"><span class="u-faux-block-link__cta fc-item__headline"><span class="js-headline-text">Rescuers rush to help whale stranded in Scottish loch</span></span></a>
+ </h3>
+ </div>
+ <div class="fc-item__standfirst-wrapper fc-item__standfirst-wrapper--timestamp">
+ <div class="fc-item__standfirst">
+ Animal, thought to be a sperm whale, believed to have become caught in rope in Loch Eriboll
+ </div>
+ <div class="fc-item__meta js-item__meta">
+ <time class="fc-item__timestamp js-item__timestamp" datetime="2019-01-03T13:06:44+0000" data-timestamp="1546520804000" data-relativeformat="short"><span class="inline-clock inline-icon"><svg width="11" height="11" viewbox="0 0 11 11" class="inline-clock__svg inline-icon__svg">
+ <path d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg></span> <span class="fc-timestamp__text"><span class="u-h">Published:</span> 3 Jan 2019</span></time>
+ </div>
+ </div>
+ </div><a href="https://www.theguardian.com/uk-news/2019/jan/03/sperm-whale-stranded-scottish-loch-eriboll" class="u-faux-block-link__overlay js-headline-text" data-link-name="article" tabindex="-1" aria-hidden="true">Rescuers rush to help whale stranded in Scottish loch</a>
+ </div>
+ </div>
+ </li>
+ <li class="fc-slice__item l-row__item l-row__item--span-1 u-faux-block-link">
+ <div class="fc-item fc-item--has-image fc-item--has-metadata fc-item--has-timestamp fc-item--pillar-news fc-item--type-article js-fc-item fc-item--list-media-mobile fc-item--standard-tablet js-snappable" data-link-name="news | group-0 | card-@2" data-item-visibility="all" data-test-id="facia-card" data-id="environment/2018/nov/28/nearly-30-whales-stranded-on-remote-victorian-beach" data-loyalty-short-url="/p/a3byz">
+ <div class="fc-item__container">
+ <div class="fc-item__media-wrapper">
+ <div class="fc-item__image-container u-responsive-ratio">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="220px" srcset="https://i.guim.co.uk/img/media/d8ed8b77d2423f6dae927d34ce55ff231664f35e/0_206_3216_1930/master/3216.jpg?width=220&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=7f918ce311ff7c89d453682885a2ca3a" /> <source media="(min-width: 980px)" sizes="220px" srcset="https://i.guim.co.uk/img/media/d8ed8b77d2423f6dae927d34ce55ff231664f35e/0_206_3216_1930/master/3216.jpg?width=220&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=97999f3c00d2adba26b8ca71d944c680 220w" /> <source media="(min-width: 740px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 740px) and (min-resolution: 120dpi)" sizes="160px" srcset="https://i.guim.co.uk/img/media/d8ed8b77d2423f6dae927d34ce55ff231664f35e/0_206_3216_1930/master/3216.jpg?width=160&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=b0fe304c0fb760ba2589637effb6ad91" /> <source media="(min-width: 740px)" sizes="160px" srcset="https://i.guim.co.uk/img/media/d8ed8b77d2423f6dae927d34ce55ff231664f35e/0_206_3216_1930/master/3216.jpg?width=160&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=f05754d79db3372f141e97c11d860060 160w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="127px" srcset="https://i.guim.co.uk/img/media/d8ed8b77d2423f6dae927d34ce55ff231664f35e/0_206_3216_1930/master/3216.jpg?width=127&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=20104b3e1ba4cbb9cbbdf2fbf8803edc" /> <source media="(min-width: 0px)" sizes="127px" srcset="https://i.guim.co.uk/img/media/d8ed8b77d2423f6dae927d34ce55ff231664f35e/0_206_3216_1930/master/3216.jpg?width=127&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=7525d7c15c7ab65a9b56135d3a3c2926 127w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="responsive-img" alt="" src="https://i.guim.co.uk/img/media/d8ed8b77d2423f6dae927d34ce55ff231664f35e/0_206_3216_1930/master/3216.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=bb4d118b9bfc751cde033068ffbea858" /></picture>
+ </div>
+ </div>
+ <div class="fc-item__content">
+ <div class="fc-item__header">
+ <h3 class="fc-item__title">
+ <a href="https://www.theguardian.com/environment/2018/nov/28/nearly-30-whales-stranded-on-remote-victorian-beach" class="fc-item__link" data-link-name="article"><span class="u-faux-block-link__cta fc-item__headline"><span class="js-headline-text">Nearly 30 whales stranded on remote Victorian beach</span></span></a>
+ </h3>
+ </div>
+ <div class="fc-item__standfirst-wrapper fc-item__standfirst-wrapper--timestamp">
+ <div class="fc-item__standfirst">
+ Humpback whale and 27 pilot whales among those beached in Croajingolong national park
+ </div>
+ <div class="fc-item__meta js-item__meta">
+ <time class="fc-item__timestamp js-item__timestamp" datetime="2018-11-27T22:03:19+0000" data-timestamp="1543356199000" data-relativeformat="short"><span class="inline-clock inline-icon"><svg width="11" height="11" viewbox="0 0 11 11" class="inline-clock__svg inline-icon__svg">
+ <path d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg></span> <span class="fc-timestamp__text"><span class="u-h">Published:</span> 27 Nov 2018</span></time>
+ </div>
+ </div>
+ </div><a href="https://www.theguardian.com/environment/2018/nov/28/nearly-30-whales-stranded-on-remote-victorian-beach" class="u-faux-block-link__overlay js-headline-text" data-link-name="article" tabindex="-1" aria-hidden="true">Nearly 30 whales stranded on remote Victorian beach</a>
+ </div>
+ </div>
+ </li>
+ <li class="fc-slice__item l-row__item l-row__item--span-1 u-faux-block-link">
+ <div class="fc-item fc-item--has-image fc-item--has-metadata fc-item--has-timestamp fc-item--is-media-link fc-item--pillar-news fc-item--type-media fc-item--video js-fc-item fc-item--list-media-mobile fc-item--standard-tablet js-snappable" data-link-name="media | group-0 | card-@3" data-item-visibility="all" data-test-id="facia-card" data-id="environment/video/2018/nov/26/whales-die-stranded-stewart-island-new-zealand-beach-video" data-loyalty-short-url="/p/a3267">
+ <div class="fc-item__container">
+ <div class="fc-item__media-wrapper">
+ <div class="fc-item__video-container">
+ <div data-media-atom-id="417c63b3-fc0a-44bb-954b-eb881db46767" class="no-player u-responsive-ratio youtube-media-atom youtube-related-videos" data-channel-id="UCIRYBXDze5krPDzAEOxFGVA">
+ <div class="vjs-big-play-button youtube-media-atom__overlay" style="background-image: url(https://i.guim.co.uk/img/media/17ef936fcdcb6db08001cd1cefab0886acc85685/73_0_3353_2012/master/3353.jpg?width=700&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=021a8ebb925dea3f14986733dfb192a8)">
+ <div class="youtube-media-atom__play-button vjs-control-text">
+ Play Video <span class="inline-play inline-icon"><svg width="46" height="39" viewbox="0 0 46 39" class="inline-play__svg inline-icon__svg">
+ <path d="M46 20.58v-2.02L1.64 0 0 1.3v36.55L1.64 39 46 20.58z"></path></svg></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fc-item__content">
+ <div class="fc-item__header">
+ <h3 class="fc-item__title">
+ <a href="https://www.theguardian.com/environment/video/2018/nov/26/whales-die-stranded-stewart-island-new-zealand-beach-video" class="fc-item__link" data-link-name="article"><span class="u-faux-block-link__cta fc-item__headline"><span class="js-headline-text">Over 140 whales die after becoming stranded on New Zealand beach – video</span></span></a>
+ </h3>
+ </div>
+ <div class="fc-item__standfirst">
+ <p>
+ It is not fully understand why whale strandings take place
+ </p>
+ </div>
+ <div class="fc-item__footer-meta-wrapper">
+ <div class="fc-item__meta-wrapper">
+ <div class="fc-item__media-meta">
+ <span class="inline-video-icon inline-icon"><svg width="36" height="23" viewbox="0 0 36 23" class="inline-video-icon__svg inline-icon__svg">
+ <path d="M3.2 0L0 3.3v16.4L3.3 23H22V0H3.2m30.4 1L25 9v5l8.6 8H36V1h-2.4"></path></svg></span> <span class="fc-item__video-duration">1:15</span>
+ </div>
+ <div class="fc-item__meta js-item__meta">
+ <time class="fc-item__timestamp js-item__timestamp" datetime="2018-11-26T11:50:47+0000" data-timestamp="1543233047000" data-relativeformat="short"><span class="inline-clock inline-icon"><svg width="11" height="11" viewbox="0 0 11 11" class="inline-clock__svg inline-icon__svg">
+ <path d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg></span> <span class="fc-timestamp__text"><span class="u-h">Published:</span> 26 Nov 2018</span></time>
+ </div>
+ </div>
+ </div>
+ </div><a href="https://www.theguardian.com/environment/video/2018/nov/26/whales-die-stranded-stewart-island-new-zealand-beach-video" class="u-faux-block-link__overlay js-headline-text" data-link-name="article" tabindex="-1" aria-hidden="true">Over 140 whales die after becoming stranded on New Zealand beach – video</a>
+ </div>
+ </div>
+ </li>
+ <li class="fc-slice__item l-row__item l-row__item--span-1 u-faux-block-link">
+ <div class="fc-item fc-item--has-image fc-item--has-metadata fc-item--has-timestamp fc-item--pillar-news fc-item--type-article js-fc-item fc-item--list-media-mobile fc-item--standard-tablet js-snappable" data-link-name="news | group-0 | card-@4" data-item-visibility="all" data-test-id="facia-card" data-id="environment/2018/nov/26/more-than-140-pilot-whales-die-in-heartbreaking-new-zealand-stranding" data-loyalty-short-url="/p/a2qvb">
+ <div class="fc-item__container">
+ <div class="fc-item__media-wrapper">
+ <div class="fc-item__image-container u-responsive-ratio">
+ <picture><!--[if IE 9]><video style="display: none;"><![endif]-->
+ <source media="(min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 980px) and (min-resolution: 120dpi)" sizes="220px" srcset="https://i.guim.co.uk/img/media/603fd890c17afa94c6fd0e41f87875be104b811a/38_0_4848_2912/master/4848.jpg?width=220&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=429853cb01757532c842ac0f637a96d6" /> <source media="(min-width: 980px)" sizes="220px" srcset="https://i.guim.co.uk/img/media/603fd890c17afa94c6fd0e41f87875be104b811a/38_0_4848_2912/master/4848.jpg?width=220&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=e40783f160942f49fdc73a77ba4d59ac 220w" /> <source media="(min-width: 740px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 740px) and (min-resolution: 120dpi)" sizes="160px" srcset="https://i.guim.co.uk/img/media/603fd890c17afa94c6fd0e41f87875be104b811a/38_0_4848_2912/master/4848.jpg?width=160&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=62ab8655b48d1c1ef72a101295258bf2" /> <source media="(min-width: 740px)" sizes="160px" srcset="https://i.guim.co.uk/img/media/603fd890c17afa94c6fd0e41f87875be104b811a/38_0_4848_2912/master/4848.jpg?width=160&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=fc5a4d4e165ba28ea00817f416bae258 160w" /> <source media="(min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 0px) and (min-resolution: 120dpi)" sizes="127px" srcset="https://i.guim.co.uk/img/media/603fd890c17afa94c6fd0e41f87875be104b811a/38_0_4848_2912/master/4848.jpg?width=127&amp;quality=45&amp;auto=format&amp;fit=max&amp;dpr=2&amp;s=ad0bd7effdd2cd76ffa9bed4892f869a" /> <source media="(min-width: 0px)" sizes="127px" srcset="https://i.guim.co.uk/img/media/603fd890c17afa94c6fd0e41f87875be104b811a/38_0_4848_2912/master/4848.jpg?width=127&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=5de4bad9212ee4e78ce2347bcbb46e50 127w" /> <!--[if IE 9]></video><![endif]-->
+ <img class="responsive-img" alt="" src="https://i.guim.co.uk/img/media/603fd890c17afa94c6fd0e41f87875be104b811a/38_0_4848_2912/master/4848.jpg?width=300&amp;quality=85&amp;auto=format&amp;fit=max&amp;s=05a043849ed68f9628b01515df14bec6" /></picture>
+ </div>
+ </div>
+ <div class="fc-item__content">
+ <div class="fc-item__header">
+ <h3 class="fc-item__title">
+ <a href="https://www.theguardian.com/environment/2018/nov/26/more-than-140-pilot-whales-die-in-heartbreaking-new-zealand-stranding" class="fc-item__link" data-link-name="article"><span class="u-faux-block-link__cta fc-item__headline"><span class="js-headline-text">More than 140 pilot whales die in 'heartbreaking' New Zealand stranding</span></span></a>
+ </h3>
+ </div>
+ <div class="fc-item__standfirst-wrapper fc-item__standfirst-wrapper--timestamp">
+ <div class="fc-item__standfirst">
+ A hiker camping in remote Stewart Island alerted authorities to the discovery
+ </div>
+ <div class="fc-item__meta js-item__meta">
+ <time class="fc-item__timestamp js-item__timestamp" datetime="2018-11-26T01:11:35+0000" data-timestamp="1543194695000" data-relativeformat="short"><span class="inline-clock inline-icon"><svg width="11" height="11" viewbox="0 0 11 11" class="inline-clock__svg inline-icon__svg">
+ <path d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg></span> <span class="fc-timestamp__text"><span class="u-h">Published:</span> 25 Nov 2018</span></time>
+ </div>
+ </div>
+ </div><a href="https://www.theguardian.com/environment/2018/nov/26/more-than-140-pilot-whales-die-in-heartbreaking-new-zealand-stranding" class="u-faux-block-link__overlay js-headline-text" data-link-name="article" tabindex="-1" aria-hidden="true">More than 140 pilot whales die in 'heartbreaking' New Zealand stranding</a>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div class="fc-slice-wrapper">
+ <ul class="u-unstyled l-row l-row--cols-4 fc-slice fc-slice--ql-ql-ql-ql">
+ <li class="fc-slice__item l-row__item l-row__item--span-4">
+ <ul class="u-unstyled l-list l-list--columns-4 l-list--rows-1">
+ <li class="fc-slice__item l-list__item l-row__item l-row__item--span-1 u-faux-block-link">
+ <div class="fc-item fc-item--has-image fc-item--has-metadata fc-item--has-timestamp fc-item--pillar-news fc-item--type-article js-fc-item fc-item--list-mobile fc-item--list-tablet js-snappable" data-link-name="news | group-0 | card-@5" data-item-visibility="all" data-test-id="facia-card" data-id="environment/2018/nov/20/indonesia-dead-whale-had-1000-pieces-of-plastic-in-stomach" data-loyalty-short-url="/p/axfgb">
+ <div class="fc-item__container">
+ <div class="fc-item__content">
+ <div class="fc-item__header">
+ <h3 class="fc-item__title">
+ <a href="https://www.theguardian.com/environment/2018/nov/20/indonesia-dead-whale-had-1000-pieces-of-plastic-in-stomach" class="fc-item__link" data-link-name="article"><span class="u-faux-block-link__cta fc-item__headline"><span class="js-headline-text">Indonesia: dead whale had 1,000 pieces of plastic in stomach</span></span></a>
+ </h3>
+ </div>
+ <div class="fc-item__standfirst-wrapper fc-item__standfirst-wrapper--timestamp">
+ <div class="fc-item__meta js-item__meta">
+ <time class="fc-item__timestamp js-item__timestamp" datetime="2018-11-20T10:27:31+0000" data-timestamp="1542709651000" data-relativeformat="short"><span class="inline-clock inline-icon"><svg width="11" height="11" viewbox="0 0 11 11" class="inline-clock__svg inline-icon__svg">
+ <path d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg></span> <span class="fc-timestamp__text"><span class="u-h">Published:</span> 20 Nov 2018</span></time>
+ </div>
+ </div>
+ </div><a href="https://www.theguardian.com/environment/2018/nov/20/indonesia-dead-whale-had-1000-pieces-of-plastic-in-stomach" class="u-faux-block-link__overlay js-headline-text" data-link-name="article" tabindex="-1" aria-hidden="true">Indonesia: dead whale had 1,000 pieces of plastic in stomach</a>
+ </div>
+ </div>
+ </li>
+ <li class="fc-slice__item l-list__item l-row__item l-row__item--span-1 u-faux-block-link">
+ <div class="fc-item fc-item--has-image fc-item--has-metadata fc-item--has-timestamp fc-item--pillar-news fc-item--type-article js-fc-item fc-item--list-mobile fc-item--list-tablet js-snappable" data-link-name="news | group-0 | card-@6" data-item-visibility="all" data-test-id="facia-card" data-id="environment/2018/nov/05/sperm-whales-canadian-arctic" data-loyalty-short-url="/p/9p2hq">
+ <div class="fc-item__container">
+ <div class="fc-item__content">
+ <div class="fc-item__header">
+ <h3 class="fc-item__title">
+ <a href="https://www.theguardian.com/environment/2018/nov/05/sperm-whales-canadian-arctic" class="fc-item__link" data-link-name="article"><span class="u-faux-block-link__cta fc-item__headline"><span class="js-headline-text">Sighting of sperm whales in Arctic a sign of changing ecosystem, say scientists</span></span></a>
+ </h3>
+ </div>
+ <div class="fc-item__standfirst-wrapper fc-item__standfirst-wrapper--timestamp">
+ <div class="fc-item__meta js-item__meta">
+ <time class="fc-item__timestamp js-item__timestamp" datetime="2018-11-05T17:03:47+0000" data-timestamp="1541437427000" data-relativeformat="short"><span class="inline-clock inline-icon"><svg width="11" height="11" viewbox="0 0 11 11" class="inline-clock__svg inline-icon__svg">
+ <path d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg></span> <span class="fc-timestamp__text"><span class="u-h">Published:</span> 5 Nov 2018</span></time>
+ </div>
+ </div>
+ </div><a href="https://www.theguardian.com/environment/2018/nov/05/sperm-whales-canadian-arctic" class="u-faux-block-link__overlay js-headline-text" data-link-name="article" tabindex="-1" aria-hidden="true">Sighting of sperm whales in Arctic a sign of changing ecosystem, say scientists</a>
+ </div>
+ </div>
+ </li>
+ <li class="fc-show-more--hide-on-mobile js-hide-on-mobile fc-slice__item l-list__item l-row__item l-row__item--span-1 u-faux-block-link">
+ <div class="fc-item fc-item--has-image fc-item--has-metadata fc-item--has-timestamp fc-item--pillar-news fc-item--type-article js-fc-item fc-item--list-mobile fc-item--list-tablet js-snappable" data-link-name="news | group-0 | card-@7" data-item-visibility="desktop" data-test-id="facia-card" data-id="environment/2018/oct/19/benny-the-beluga-whale-forces-firework-display-postponement" data-loyalty-short-url="/p/9ybyb">
+ <div class="fc-item__container">
+ <div class="fc-item__content">
+ <div class="fc-item__header">
+ <h3 class="fc-item__title">
+ <a href="https://www.theguardian.com/environment/2018/oct/19/benny-the-beluga-whale-forces-firework-display-postponement" class="fc-item__link" data-link-name="article"><span class="u-faux-block-link__cta fc-item__headline"><span class="js-headline-text">Benny the beluga whale forces firework display postponement</span></span></a>
+ </h3>
+ </div>
+ <div class="fc-item__standfirst-wrapper fc-item__standfirst-wrapper--timestamp">
+ <div class="fc-item__meta js-item__meta">
+ <time class="fc-item__timestamp js-item__timestamp" datetime="2018-10-19T21:18:05+0000" data-timestamp="1539983885000" data-relativeformat="short"><span class="inline-clock inline-icon"><svg width="11" height="11" viewbox="0 0 11 11" class="inline-clock__svg inline-icon__svg">
+ <path d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg></span> <span class="fc-timestamp__text"><span class="u-h">Published:</span> 19 Oct 2018</span></time>
+ </div>
+ </div>
+ </div><a href="https://www.theguardian.com/environment/2018/oct/19/benny-the-beluga-whale-forces-firework-display-postponement" class="u-faux-block-link__overlay js-headline-text" data-link-name="article" tabindex="-1" aria-hidden="true">Benny the beluga whale forces firework display postponement</a>
+ </div>
+ </div>
+ </li>
+ <li class="fc-show-more--hide-on-mobile js-hide-on-mobile fc-slice__item l-list__item l-row__item l-row__item--span-1 u-faux-block-link">
+ <div class="fc-item fc-item--has-image fc-item--has-metadata fc-item--has-timestamp fc-item--is-commentable fc-item--pillar-news fc-item--type-article js-fc-item fc-item--list-mobile fc-item--list-tablet js-snappable" data-discussion-id="/p/9ty9a" data-discussion-closed="true" data-discussion-url="https://www.theguardian.com/environment/2018/oct/09/images-show-baby-humpback-whale-trapped-in-shark-net-off-queensland-coast#comments" data-link-name="news | group-0 | card-@8" data-item-visibility="desktop" data-test-id="facia-card" data-id="environment/2018/oct/09/images-show-baby-humpback-whale-trapped-in-shark-net-off-queensland-coast" data-loyalty-short-url="/p/9ty9a">
+ <div class="fc-item__container">
+ <div class="fc-item__content">
+ <div class="fc-item__header">
+ <h3 class="fc-item__title">
+ <a href="https://www.theguardian.com/environment/2018/oct/09/images-show-baby-humpback-whale-trapped-in-shark-net-off-queensland-coast" class="fc-item__link" data-link-name="article"><span class="u-faux-block-link__cta fc-item__headline"><span class="js-headline-text">Images show baby humpback whale trapped in shark net off Queensland coast</span></span></a>
+ </h3>
+ </div>
+ <div class="fc-item__standfirst-wrapper fc-item__standfirst-wrapper--timestamp">
+ <div class="fc-item__meta js-item__meta">
+ <time class="fc-item__timestamp js-item__timestamp" datetime="2018-10-09T06:16:33+0000" data-timestamp="1539065793000" data-relativeformat="short"><span class="inline-clock inline-icon"><svg width="11" height="11" viewbox="0 0 11 11" class="inline-clock__svg inline-icon__svg">
+ <path d="M5.4 0C2.4 0 0 2.4 0 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4S8.4 0 5.4 0zm3 6.8H4.7V1.7h.7L6 5.4l2.4.6v.8z"></path></svg></span> <span class="fc-timestamp__text"><span class="u-h">Published:</span> 9 Oct 2018</span></time>
+ </div>
+ </div>
+ </div><a href="https://www.theguardian.com/environment/2018/oct/09/images-show-baby-humpback-whale-trapped-in-shark-net-off-queensland-coast" class="u-faux-block-link__overlay js-headline-text" data-link-name="article" tabindex="-1" aria-hidden="true">Images show baby humpback whale trapped in shark net off Queensland coast</a>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="js-show-more-placeholder"></div><button class="button button--medium button--primary button--show-more collection__show-more js-show-more-button modern-visible" data-test-id="show-more" data-link-name="more"><span class="inline-plus inline-icon"><svg width="18" height="18" viewbox="0 0 18 18" class="inline-plus__svg inline-icon__svg">
+ <path d="M8.2 0h1.6l.4 7.8 7.8.4v1.6l-7.8.4-.4 7.8H8.2l-.4-7.8L0 9.8V8.2l7.8-.4.4-7.8z"></path></svg></span> <span class="inline-minus inline-icon"><svg width="32" height="32" viewbox="0 0 32 32" class="inline-minus__svg inline-icon__svg">
+ <path d="M5 15h22v3H5z"></path></svg></span> <span class="js-button-text">More more on this story</span></button>
+ </div>
+ </div>
+ </section>
+ </aside>
+ <aside id="onward" class="onward js-onward facia-container facia-container--layout-content js-outbrain-anchor"></aside>
+ <aside id="more-in-section" class="more-in-section js-more-in-section facia-container facia-container--layout-content"></aside>
+ <section class="fc-container fc-container--has-toggle js-most-popular-footer" data-link-name="most-popular" data-component="most-popular">
+ <div class="fc-container__inner">
+ <div class="fc-container__header js-container__header">
+ <h2 class="fc-container__header__title">
+ <a href="https://www.theguardian.com/most-read/environment" data-link-name="Most viewed environment">Most popular</a>
+ </h2>
+ </div>
+ <div class="fc-container--rolled-up-hide most-popular__container">
+ <div class="most-popular__content js-popular-trails"></div>
+ <div class="most-popular__mpu">
+ <div class="">
+ <div id="dfp-ad--mostpop" class="js-ad-slot ad-slot ad-slot--mostpop ad-slot--container-inline" data-link-name="ad slot mostpop" data-name="mostpop" data-mobile="1,1|2,2|300,250|300,274|fluid" data-tablet="1,1|2,2|300,250|300,274|300,600|728,90|fluid" data-desktop="1,1|2,2|300,250|300,274|300,600|fluid" aria-hidden="true"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </section>
+ <div class="fc-container fc-container--commercial js-container--commercial">
+ <div id="dfp-ad--merchandising" class="js-ad-slot ad-slot ad-slot--merchandising ad-slot--commercial-component" data-link-name="ad slot merchandising" data-name="merchandising" data-label="false" data-refresh="false" data-mobile="1,1|2,2|88,88|fluid" aria-hidden="true"></div>
+ </div>
+ </div>
+ <footer class="l-footer u-cf" data-link-name="footer" data-component="footer">
+ <div class="footer__primary">
+ <div class="js-expand-subnav subnav">
+ <div class="gs-container">
+ <ul class="subnav__list js-get-last-child-subnav" data-pillar-title="News">
+ <li class="subnav__item subnav__item--parent">
+ <a class="subnav-link" href="https://www.theguardian.com/us/environment" data-link-name="nav2 : subnav : Environment">Environment</a>
+ </li>
+ <li class="subnav__item">
+ <a class="subnav-link" href="https://www.theguardian.com/environment/climate-change" data-link-name="nav2 : subnav : Climate change">Climate change</a>
+ </li>
+ <li class="subnav__item subnav__item--current-section">
+ <a class="subnav-link subnav-link--current-section" href="https://www.theguardian.com/environment/wildlife" data-link-name="nav2 : subnav : Wildlife">Wildlife</a>
+ </li>
+ <li class="subnav__item">
+ <a class="subnav-link" href="https://www.theguardian.com/environment/energy" data-link-name="nav2 : subnav : Energy">Energy</a>
+ </li>
+ <li class="subnav__item">
+ <a class="subnav-link" href="https://www.theguardian.com/environment/pollution" data-link-name="nav2 : subnav : Pollution">Pollution</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="l-footer__secondary js-footer__secondary gs-container" role="contentinfo">
+ <div class="colophon u-cf">
+ <div class="footer__email-container js-footer__email-container">
+ <iframe title="Guardian Email Sign-up Form" src="/email/form/footer/today-us" scrolling="no" seamless="" id="footer__email-form" frameborder="0" class="iframed--overflow-hidden email-sub__iframe js-email-sub__iframe" data-form-success-desc="We will send you our picks of the most important headlines tomorrow morning." name="footer__email-form"></iframe>
+ </div>
+ <div class="colophon__lists-container">
+ <ul class="colophon__list">
+ <li class="colophon__item">
+ <a data-link-name="us : footer : about us" href="https://www.theguardian.com/info/about-guardian-us">About us</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : contact us" href="https://www.theguardian.com/info/about-guardian-us/contact">Contact us</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="complaints" href="https://www.theguardian.com/info/complaints-and-corrections">Complaints &amp; corrections</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="securedrop" href="https://www.theguardian.com/securedrop">SecureDrop</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : work for us" href="https://workforus.theguardian.com/">Work for us</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="privacy" href="https://www.theguardian.com/info/privacy">Privacy policy</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="cookie" href="https://www.theguardian.com/info/cookies">Cookie policy</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="terms" href="https://www.theguardian.com/help/terms-of-service">Terms &amp; conditions</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : tech feedback" class="js-tech-feedback-report" href="https://www.theguardian.com/help">Help</a>
+ </li>
+ </ul>
+ <ul class="colophon__list">
+ <li class="colophon__item">
+ <a data-link-name="us : footer : all topics" href="https://www.theguardian.com/index/subjects/a">All topics</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : all contributors" href="https://www.theguardian.com/index/contributors">All writers</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="digital newspaper archive" href="https://theguardian.newspapers.com">Digital newspaper archive</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : facebook" href="https://www.facebook.com/GuardianUs">Facebook</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : twitter" href="https://twitter.com/GuardianUs">Twitter</a>
+ </li>
+ </ul>
+ <ul class="colophon__list">
+ <li class="colophon__item">
+ <a data-link-name="us : footer : advertise with us" href="https://advertising.theguardian.com/us/advertising">Advertise with us</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : guardian labs" href="https://www.theguardian.com/guardian-labs-us">Guardian Labs</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : jobs" href="https://jobs.theguardian.com/jobs?INTCMP=NGW_FOOTER_US_GU_JOBS">Search jobs</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : soulmates" href="https://soulmates.theguardian.com/?INTCMP=soulmates_us_web_footer">Dating</a>
+ </li>
+ <li class="colophon__item">
+ <a data-link-name="us : footer : discount code" href="https://discountcode.theguardian.com/">Discount Codes</a>
+ </li>
+ </ul>
+ <div class="colophon__list">
+ <div class="cta-bar__text">
+ <div class="cta-bar__heading">
+ Support The&#160;Guardian
+ </div>
+ <div class="cta-bar__subheading">
+ Available for everyone, funded by readers
+ </div>
+ </div><a class="cta-bar__cta js-change-become-member-link js-acquisition-link" data-link-name="footer : contribute-cta" data-edition="us" href="https://support.theguardian.com/contribute?INTCMP=footer_support_contribute&amp;acquisitionData=%7B&quot;source&quot;:&quot;GUARDIAN_WEB&quot;,&quot;componentType&quot;:&quot;ACQUISITIONS_FOOTER&quot;,&quot;componentId&quot;:&quot;footer_support_contribute&quot;%7D">Contribute <span class="inline-arrow-right inline-icon"><svg width="30" height="30" viewbox="0 0 30 30" class="inline-arrow-right__svg inline-icon__svg">
+ <path d="M22.8 14.6L15.2 7l-.7.7 5.5 6.6H6v1.5h14l-5.5 6.6.7.7 7.6-7.6v-.9"></path></svg></span></a> <a class="cta-bar__cta js-subscribe js-acquisition-link" data-link-name="footer : subscribe-cta" data-edition="us" href="https://support.theguardian.com/subscribe?INTCMP=footer_support_subscribe&amp;acquisitionData=%7B&quot;source&quot;:&quot;GUARDIAN_WEB&quot;,&quot;componentType&quot;:&quot;ACQUISITIONS_FOOTER&quot;,&quot;componentId&quot;:&quot;footer_support_subscribe&quot;%7D">Subscribe <span class="inline-arrow-right inline-icon"><svg width="30" height="30" viewbox="0 0 30 30" class="inline-arrow-right__svg inline-icon__svg">
+ <path d="M22.8 14.6L15.2 7l-.7.7 5.5 6.6H6v1.5h14l-5.5 6.6.7.7 7.6-7.6v-.9"></path></svg></span></a>
+ </div>
+ </div>
+ </div>
+ <div class="copyright-container">
+ <a class="footer__back-to-top" data-link-name="back to top" href="#top"><span class="back-to-top__text">Back to top</span> <span class="back-to-top__icon-container"><span class="inline-arrow-up inline-icon"><svg width="24" height="18" viewbox="0 0 24 18" class="inline-arrow-up__svg inline-icon__svg">
+ <path d="M.4 15.3l10.5-8.4L12 6l1.1.9 10.5 8.4-.5.7L12 9.7.9 16l-.5-.7z"></path></svg></span></span></a>
+ <div class="really-serious-copyright">
+ © 2019 Guardian News &amp; Media Limited or its affiliated companies. All rights reserved.
+ </div>
+ </div>
+ </div>
+ </footer>
+ <div class="site-message-overlay js-site-message-overlay is-hidden" data-link-name="release message : overlay"></div>
+ <div class="site-message js-site-message is-hidden" tabindex="-1" data-link-name="release message" role="dialog" aria-label="welcome" aria-describedby="site-message__message">
+ <div class="gs-container">
+ <div class="site-message__inner js-site-message-inner">
+ <div class="site-message__roundel">
+ <span class="inline-marque-36 inline-icon u-vertical-align-middle-icon"><svg width="36" height="36" viewbox="0 0 36 36" class="u-vertical-align-middle-icon__svg inline-marque-36__svg inline-icon__svg">
+ <path d="M18 0a18 18 0 1 0 0 36 18 18 0 0 0 0-36"></path>
+ <path fill="#FFF" d="M21.2 4.4c2.3.4 5.3 2 6.3 3.1v5.2H27L21.2 5v-.6zm-2.2.4c-4 0-6.3 5.6-6.3 13.2 0 7.7 2.2 13.3 6.3 13.3v.6c-6 .4-14.4-4.2-14-13.8A13.3 13.3 0 0 1 19 4v.7zm10.4 14.4l-1.9.9v8.6c-1 1-3.8 2.6-6.3 3.1V19.9l-2.2-.7v-.6h10.4v.6z"></path></svg></span>
+ </div>
+ <div class="site-message__copy js-site-message-copy u-cf"></div>
+ <div class="site-message__close">
+ <button class="site-message__close-btn js-site-message-close" data-link-name="hide release message"><span class="u-h">Close</span> <span class="inline-close inline-icon inline-close--small"><svg width="18" height="18" viewbox="0 0 18 18" class="inline-close--small__svg inline-close__svg inline-icon__svg">
+ <path d="M7.5 9L1 2l1-1 7 6.5L16 1l1 1-6.5 7 6.5 7-1 1-7-6.5L2 17l-1-1 6.5-7z"></path></svg></span></button>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ <![CDATA[
+ try{(function(isVeryModern,document,window){if(isVeryModern){var decodeBase64=function(str){return decodeURIComponent(atob(str.replace(/-/g,"+").replace(/_/g,"/").replace(/,/g,"\x3d")))};var cookieData=function(a){var d=[],e=document.cookie.split(";");a=RegExp("^\\s*"+a+"\x3d\\s*(.*?)\\s*$");for(var b=0;b<e.length;b++){var f=e[b].match(a);f&&d.push(f[1])}if(d.length>0)return d[0];return null}("GU_U");var userData=cookieData?JSON.parse(decodeBase64(cookieData.split(".")[0])):null;if(userData){var displayName=decodeURIComponent(userData[2]);window.guardian.config.user={id:userData[0],displayName:displayName,accountCreatedDate:userData[6],emailVerified:userData[7],rawResponse:cookieData}}}})(guardian.isEnhanced&&"atob"in window,document,window)}catch(e){};try{(function(document,window){if(typeof window.getComputedStyle!=="function")return;var ad=document.createElement("div");ad.style.position="absolute";ad.style.left="0";ad.style.top="0";ad.style.height="10px";ad.style.zIndex="-1";ad.innerHTML="\x26nbsp;";ad.setAttribute("class","ad_unit");window.requestAnimationFrame(function(){document.body.appendChild(ad);window.requestAnimationFrame(function(){var adBlockers=window.guardian.adBlockers;var adStyles=window.getComputedStyle(ad);var displayProp=adStyles&&adStyles.getPropertyValue("display");var mozBindingProp=adStyles&&adStyles.getPropertyValue("-moz-binding");adBlockers.active=displayProp==="none"||mozBindingProp&&mozBindingProp.indexOf("about:")!==-1;runEachListener(adBlockers.onDetect);adBlockers.onDetect={push:function(){var toRun=Array.prototype.slice.call(arguments,0);runEachListener(toRun)}};function runEachListener(listeners){for(var i=0;i<listeners.length;i++)try{listeners[i](adBlockers.active)}catch(e){}}})})})(document,window)}catch(e){};try{(function(isVeryModern,document,window){var user=window.guardian.config.user;if(isVeryModern&&user)window.requestAnimationFrame(function(){var $profileInfoElem=document.getElementsByClassName("js-profile-info")[0];var $profileNavElem=document.getElementsByClassName("js-profile-nav")[0];if(!$profileInfoElem&&!$profileNavElem)return;$profileInfoElem.innerHTML=user.displayName;$profileNavElem.classList.add("is-signed-in");var $signInLinkElem=$profileNavElem.getElementsByTagName("a")[0];if($signInLinkElem)if(user.id)$signInLinkElem.addEventListener("click",function(e){e.preventDefault()});else $signInLinkElem.setAttribute("href",$signInLinkElem.getAttribute("href").replace("signin","public/edit/"));var $register=document.getElementsByClassName("js-profile-register");if($register.length){$register=$register[0];$register.parentElement.removeChild($register)}})})("classList"in document.documentElement,document,window)}catch(e){};try{(function(document,window){if(!window.__cmp)window.__cmp=function(){var listen=window.attachEvent||window.addEventListener;listen("message",function(event){window.__cmp.receiveMessage(event)},false);function addLocatorFrame(){if(!window.frames["__cmpLocator"])if(document.body){var frame=document.createElement("iframe");frame.style.display="none";frame.name="__cmpLocator";frame.setAttribute("aria-hidden",true);document.body.appendChild(frame)}else setTimeout(addLocatorFrame,5)}addLocatorFrame();var commandQueue=[];var cmp=function(command,parameter,callback){if(command==="ping"){if(callback)callback({gdprAppliesGlobally:!!(window.__cmp&&window.__cmp.config&&window.__cmp.config.storeConsentGlobally),cmpLoaded:false})}else commandQueue.push({command:command,parameter:parameter,callback:callback})};cmp.commandQueue=commandQueue;cmp.receiveMessage=function(event){var data=event&&event.data&&event.data.__cmpCall;if(data)commandQueue.push({callId:data.callId,command:data.command,parameter:data.parameter,event:event})};cmp.config={storeConsentGlobally:false,storePublisherData:false,logging:false,gdprApplies:false};return cmp}()})(document,window)}catch(e){};try{(function(document,window){function shouldServeLotame(){try{var geo=JSON.parse(window.localStorage.getItem("gu.geolocation")).value;if(geo==="US"||geo==="CA"||geo==="AU"||geo==="NZ")return false;return true}catch(e){}return false}if(shouldServeLotame()){var script=document.createElement("script");script.src="https://tags.crwdcntrl.net/c/12666/cc.js";document.body.appendChild(script)}})(document,window)}catch(e){};(function(window,document){function getCookieValue(name){var nameEq=name+"\x3d",cookies=document.cookie.split(";"),value=null;cookies.forEach(function(cookie){while(cookie.charAt(0)===" ")cookie=cookie.substring(1,cookie.length);if(cookie.indexOf(nameEq)===0)value=cookie.substring(nameEq.length,cookie.length)});return value}window.guardian.config.ophan.browserId=getCookieValue("bwid")})(window,document);window.curlConfig={baseUrl:'https://assets.guim.co.uk/javascripts',apiName:'require',paths:{'ophan/ng':'//j.ophan.co.uk/ophan.ng'}};window.curl=window.curlConfig;(function(){(function(l){function p(){}function v(a,b){return 0==T.call(a).indexOf("[object "+b)}function x(a){return a&&"/"==a.charAt(a.length-1)?a.substr(0,a.length-1):a}function D(a,b){var d,c,f,g;d=1;c=a;"."==c.charAt(0)&&(f=!0,c=c.replace(U,function(a,b,c,f){c&&d++;return f||""}));if(f){f=b.split("/");g=f.length-d;if(0>g)return a;f.splice(g,d);return f.concat(c||[]).join("/")}return c}function C(a){var b=a.indexOf("!");return{g:a.substr(b+1),d:0<=b&&a.substr(0,b)}}function A(){}function y(a,b){A.prototype=a||N;var d=new A;A.prototype=N;for(var c in b)d[c]=b[c];return d}function E(){function a(a,b,d){c.push([a,b,d])}function b(a,b){for(var d,f=0;d=c[f++];)(d=d[a])&&d(b)}var d,c,f;d=this;c=[];f=function(d,n){a=d?function(a){a&&a(n)}:function(a,b){b&&b(n)};f=p;b(d?0:1,n);b=p;c=s};this.m=function(b,c,f){a(b,c,f);return d};this.h=function(a){d.C=a;f(!0,a)};this.f=function(a){d.qa=a;f(!1,a)};this.w=function(a){b(2,a)}}function z(a){return a instanceof E||a instanceof h}function t(a,b,d,c){z(a)?a.m(b,d,c):b(a)}function B(a,b,d){var c;return function(){0<=--a&&b&&(c=b.apply(s,arguments));0==a&&d&&d(c);return c}}function e(){var a,b;r="";a=[].slice.call(arguments);v(a[0],"Object")&&(b=a.shift(),b=w(b));return new h(a[0],a[1],a[2],b)}function w(a,b,d){var c;r="";if(a&&(k.R(a),q=k.b(a),"preloads"in a&&(c=new h(a.preloads,s,d,I,!0),k.l(function(){I=c})),a=a.main))return new h(a,b,d)}function h(a,b,d,c,f){var g;g=k.k(q,s,[].concat(a),f);this.then=this.m=a=function(a,b){t(g,function(b){a&&a.apply(s,b)},function(a){if(b)b(a);else throw a;});return this};this.next=function(a,b,c){return new h(a,b,c,g)};this.config=w;(b||d)&&a(b,d);k.l(function(){t(f||I,function(){t(c,function(){k.r(g)},d)})})}function K(a){var b,d;b=a.id;b==s&&(J!==s?J={I:"Multiple anonymous defines encountered"}:(b=k.da())||(J=a));if(b!=s){d=u[b];b in u||(d=k.j(b,q),d=k.F(d.b,b),u[b]=d);if(!z(d))throw Error("duplicate define: "+b);d.ha=!1;k.G(d,a)}}function F(){var a=k.aa(arguments);K(a)}var r,q,G,H,m=l.document,O=m&&(m.head||m.getElementsByTagName("head")[0]),V=O&&O.getElementsByTagName("base")[0]||null,Q={},R={},L={},W="addEventListener"in l?{}:{loaded:1,complete:1},N={},T=N.toString,s,u={},M={},I=!1,J,S=/^\/|^[^:]+:\/\//,U=/(\.)(\.?)(?:$|\/([^\.\/]+.*)?)/g,X=/\/\*[\s\S]*?\*\/|\/\/.*?[\n\r]/g,Y=/require\s*\(\s*(["'])(.*?[^\\])\1\s*\)|[^\\]?(["'])/g,Z=/\s*,\s*/,P,k;k={n:function(a,b,d){var c;a=D(a,b);if("."==a.charAt(0))return a;c=C(a);a=(b=c.d)||c.g;a in d.c&&(a=d.c[a].M||a);b&&(0>b.indexOf("/")&&!(b in d.c)&&(a=x(d.P)+"/"+b),a=a+"!"+c.g);return a},k:function(a,b,d,c){function f(b,c){var d,g;d=k.n(b,n.id,a);if(!c)return d;g=C(d);if(!g.d)return d;d=u[g.d];g.g="normalize"in d?d.normalize(g.g,f,n.b)||"":f(g.g);return g.d+"!"+g.g}function g(b,d,g){var e;e=d&&function(a){d.apply(s,a)};if(v(b,"String")){if(e)throw Error("require(id, callback) not allowed");g=f(b,!0);b=u[g];if(!(g in u))throw Error("Module not resolved: "+g);return(g=z(b)&&b.a)||b}t(k.r(k.k(a,n.id,b,c)),e,g)}var n;n=new E;n.id=b||"";n.ea=c;n.H=d;n.b=a;n.A=g;g.toUrl=function(b){return k.j(f(b,!0),a).url};n.n=f;return n},F:function(a,b,d){var c,f,g;c=k.k(a,b,s,d);f=c.h;g=B(1,function(a){c.q=a;try{return k.V(c)}catch(b){c.f(b)}});c.h=function(a){t(d||I,function(){f(u[c.id]=M[c.url]=g(a))})};c.J=function(a){t(d||I,function(){c.a&&(g(a),c.w(R))})};return c},U:function(a,b,d,c){return k.k(a,d,s,c)},ca:function(a){return a.A},K:function(a){return a.a||(a.a={})},ba:function(a){var b=a.t;b||(b=a.t={id:a.id,uri:k.L(a),exports:k.K(a),config:function(){return a.b}},b.a=b.exports);return b},L:function(a){return a.url||(a.url=k.D(a.A.toUrl(a.id),a.b))},R:function(a){var b,d,c,f,g;b="curl";d="define";c=f=l;if(a&&(g=a.overwriteApi||a.oa,b=a.apiName||a.ja||b,c=a.apiContext||a.ia||c,d=a.defineName||a.la||d,f=a.defineContext||a.ka||f,G&&v(G,"Function")&&(l.curl=G),G=null,H&&v(H,"Function")&&(l.define=H),H=null,!g)){if(c[b]&&c[b]!=e)throw Error(b+" already exists");if(f[d]&&f[d]!=F)throw Error(d+" already exists");}c[b]=e;f[d]=F},b:function(a){function b(a,b){var d,c,n,e,q;for(q in a){n=a[q];v(n,"String")&&(n={path:a[q]});n.name=n.name||q;e=f;c=C(x(n.name));d=c.g;if(c=c.d)e=g[c],e||(e=g[c]=y(f),e.c=y(f.c),e.e=[]),delete a[q];c=n;var r=b,h=void 0;c.path=x(c.path||c.location||"");r&&(h=c.main||"."+"/"+"main","."==h.charAt(0)||(h="."+"/"+""+h),c.M=D(h,c.name+"/"));c.b=c.config;c.b&&(c.b=y(f,c.b));c.S=d.split("/").length;d?(e.c[d]=c,e.e.push(d)):e.o=k.Q(n.path,f)}}function d(a){var b=a.c;a.O=RegExp("^("+a.e.sort(function(a,c){return b[c].S-b[a].S}).join("|").replace(/\/|\./g,"\\$&")+")(?=\\/|$)");delete a.e}var c,f,g,n;"baseUrl"in
+ a&&(a.o=a.baseUrl);"main"in a&&(a.M=a.main);"preloads"in a&&(a.pa=a.preloads);"pluginPath"in a&&(a.P=a.pluginPath);if("dontAddFileExt"in a||a.i)a.i=RegExp(a.dontAddFileExt||a.i);c=q;f=y(c,a);f.c=y(c.c);g=a.plugins||{};f.plugins=y(c.plugins);f.v=y(c.v,a.v);f.u=y(c.u,a.u);f.e=[];b(a.packages,!0);b(a.paths,!1);for(n in g)a=k.n(n+"!","",f),f.plugins[a.substr(0,a.length-1)]=g[n];g=f.plugins;for(n in g)if(g[n]=y(f,g[n]),a=g[n].e)g[n].e=a.concat(f.e),d(g[n]);for(n in c.c)f.c.hasOwnProperty(n)||f.e.push(n);d(f);return f},j:function(a,b){var d,c,f,g;d=b.c;f=S.test(a)?a:a.replace(b.O,function(a){c=d[a]||{};g=c.b;return c.path||""});return{b:g||q,url:k.Q(f,b)}},Q:function(a,b){var d=b.o;return d&&!S.test(a)?x(d)+"/"+a:a},D:function(a,b){return a+((b||q).i.test(a)?"":".js")},s:function(a,b,d){var c=m.createElement("script");c.onload=c.onreadystatechange=function(d){d=d||l.event;if("load"==d.type||W[c.readyState])delete L[a.id],c.onload=c.onreadystatechange=c.onerror="",b()};c.onerror=function(){d(Error("Syntax or http error: "+a.url))};c.type=a.N||"text/javascript";c.charset="utf-8";c.async=!a.fa;c.src=a.url;L[a.id]=c;O.insertBefore(c,V);return c},W:function(a){var b=[],d;("string"==typeof a?a:a.toSource?a.toSource():a.toString()).replace(X,"").replace(Y,function(a,f,g,e){e?d=d==e?s:d:d||b.push(g);return""});return b},aa:function(a){var b,d,c,f,g,e;g=a.length;c=a[g-1];f=v(c,"Function")?c.length:-1;2==g?v(a[0],"Array")?d=a[0]:b=a[0]:3==g&&(b=a[0],d=a[1]);!d&&0<f&&(e=!0,d=["require","exports","module"].slice(0,f).concat(k.W(c)));return{id:b,q:d||[],B:0<=f?c:function(){return c},p:e}},V:function(a){var b;b=a.B.apply(a.p?a.a:s,a.q);b===s&&a.a&&(b=a.t?a.a=a.t.exports:a.a);return b},G:function(a,b){a.B=b.B;a.p=b.p;a.H=b.q;k.r(a)},r:function(a){function b(a,b,c){e[b]=a;c&&r(a,b)}function d(b,c){var d,f,g,e;d=B(1,function(a){f(a);m(a,c)});f=B(1,function(a){r(a,c)});g=k.Y(b,a);(e=z(g)&&g.a)&&f(e);t(g,d,a.f,a.a&&function(a){g.a&&(a==Q?f(g.a):a==R&&d(g.a))})}function c(){a.h(e)}var f,g,e,q,h,r,m;e=[];g=a.H;q=g.length;0==g.length&&c();r=B(q,b,function(){a.J&&a.J(e)});m=B(q,b,c);for(f=0;f<q;f++)h=g[f],h in P?(m(P[h](a),f,!0),a.a&&a.w(Q)):h?d(h,f):m(s,f,!0);return a},Z:function(a){k.L(a);k.s(a,function(){var b=J;J=s;!1!==a.ha&&(!b||b.I?a.f(Error(b&&b.I||"define() missing or duplicated: "+a.url)):k.G(a,b))},a.f);return a},Y:function(a,b){var d,c,f,g,e,h,r,m,w,l,p,s;d=b.n;c=b.ea;f=b.b||q;e=d(a);e in u?h=e:(g=C(e),m=g.g,h=g.d||m,w=k.j(h,f));if(!(e in u))if(s=k.j(m,f).b,g.d)r=h;else if(r=s.moduleLoader||s.na||s.loader||s.ma)m=h,h=r,w=k.j(r,f);h in u?l=u[h]:w.url in M?l=u[h]=M[w.url]:(l=k.F(s,h,c),l.url=k.D(w.url,w.b),u[h]=M[w.url]=l,k.Z(l));h==r&&(g.d&&f.plugins[g.d]&&(s=f.plugins[g.d]),p=new E,t(l,function(a){var b,f,g;g=a.dynamic;m="normalize"in a?a.normalize(m,d,l.b)||"":d(m);f=r+"!"+m;b=u[f];if(!(f in u)){b=k.U(s,f,m,c);g||(u[f]=b);var e=function(a){g||(u[f]=a);b.h(a)};e.resolve=e;e.reject=e.error=b.f;a.load(m,b.A,e,s)}p!=b&&t(b,p.h,p.f,p.w)},p.f));return p||l},da:function(){var a;if(!v(l.opera,"Opera"))for(var b in L)if("interactive"==L[b].readyState){a=b;break}return a},$:function(a){var b=0,d,c;for(d=m&&(m.scripts||m.getElementsByTagName("script"));d&&(c=d[b++]);)if(a(c))return c},X:function(){var a,b="";(a=k.$(function(a){(a=a.getAttribute("data-curl-run"))&&(b=a);return a}))&&a.setAttribute("data-curl-run","");return b},T:function(){function a(){k.s({url:c.shift()},b,b)}function b(){r&&(c.length?(k.l(d),a()):d("run.js script did not run."))}function d(a){throw Error(a||"Primary run.js failed. Trying fallback.");}var c=r.split(Z);c.length&&a()},l:function(a){setTimeout(a,0)}};P={require:k.ca,exports:k.K,module:k.ba};e.version="0.8.9";e.config=w;F.amd={plugins:!0,jQuery:!0,curl:"0.8.9"};q={o:"",P:"curl/plugin",i:/\?|\.js\b/,v:{},u:{},plugins:{},c:{},O:/$^/};G=l.curl;H=l.define;G&&v(G,"Object")?(l.curl=s,w(G)):k.R();(r=k.X())&&k.l(k.T);u.curl=e;u["curl/_privileged"]={core:k,cache:u,config:function(){return q},_define:K,_curl:e,Promise:E}})(this.window||"undefined"!=typeof global&&global||this);(function(l,p){function v(){if(!p.body)return!1;F||(F=p.createTextNode(""));try{return p.body.removeChild(p.body.appendChild(F)),F=K,!0}catch(e){return!1}}function x(){var r;r=A[p[C]]&&v();if(!z&&r){z=!0;for(clearTimeout(h);e=w.pop();)e();E&&(p[C]="complete");for(var q;q=y.shift();)q()}return r}function D(){x();z||(h=setTimeout(D,t))}var C="readyState",A={loaded:1,interactive:1,complete:1},y=[],E=p&&"string"!=typeof p[C],z=!1,t=10,B,e,w=[],h,K,F;B="addEventListener"in l?function(e,h){e.addEventListener(h,x,!1);return function(){e.removeEventListener(h,x,!1)}}:function(e,h){e.attachEvent("on"+h,x);return function(){e.detachEvent(h,x)}};p&&!x()&&(w=[B(l,"load"),B(p,"readystatechange"),B(l,"DOMContentLoaded")],h=setTimeout(D,t));define("curl/domReady",function(){function e(h){z?h():y.push(h)}e.then=e;e.amd=!0;return e})})(this,this.document);(function(l,p,v){define("curl/plugin/js",["curl/_privileged"],function(l){function D(e,w,h){function p(){r||(t<new Date?h():setTimeout(p,10))}var t,r,q;t=(new Date).valueOf()+(e.ga||3E5);h&&e.a&&setTimeout(p,10);q=l.core.s(e,function(){r=!0;e.a&&(e.C=v(e.a));!e.a||e.C?w(q):h()},function(e){r=!0;h(e)})}function C(e,l){D(e,function(){var h=y.shift();t=0<y.length;h&&C.apply(null,h);l.h(e.C||!0)},function(e){l.f(e)})}var A={},y=[],E=p&&!0==p.createElement("script").async,z,t,B=/\?|\.js\b/;z=l.Promise;return{dynamic:!0,normalize:function(e,l){var h=e.indexOf("!");return 0<=h?l(e.substr(0,h))+e.substr(h):l(e)},load:function(e,l,h,p){function v(e){(h.error||function(e){throw e;})(e)}var r,q,x,H,m;r=0<e.indexOf("!order");q=e.indexOf("!exports=");x=0<q?e.substr(q+9):p.a;H="prefetch"in p?p.prefetch:!0;e=r||0<q?e.substr(0,e.indexOf("!")):e;q=(q=p.dontAddFileExt||p.i)?RegExp(q):B;m=l.toUrl(e);q.test(m)||(m=m.lastIndexOf(".")<=m.lastIndexOf("/")?m+".js":m);m in A?A[m]instanceof z?A[m].m(h,v):h(A[m]):(e={name:e,url:m,fa:r,a:x,ga:p.timeout},A[m]=l=new z,l.m(function(e){A[m]=e;h(e)},v),r&&!E&&t?(y.push([e,l]),H&&(e.N="text/cache",D(e,function(e){e&&e.parentNode.removeChild(e)},function(){}),e.N="")):(t=t||r,C(e,l)))},cramPlugin:".."+"/"+"cram/js"}})})(this,this.document,function(l){try{return eval(l)}catch(p){}});define("curl/plugin/domReady",[".."+"/"+"domReady"],function(l){return{load:function(p,v,x){l(x)}}});}).call(this);[].slice.apply(document.querySelectorAll('figure.interactive[data-interactive]')).forEach(function(el){require([el.getAttribute('data-interactive')],function(interactive){interactive.boot(el,document,window.guardian.config);},function(err){console.log('Interactive failed',mainJS);console.log('Error:',err);});require(['ophan/ng'],function(ophan){var a=el.querySelector('a');var href=a&&a.href;if(href){ophan.trackComponentAttention(href,el);}});[].slice.apply(document.querySelectorAll('iframe.interactive-atom-fence')).forEach(function(el){var srcdoc;if(!el.srcdoc){srcdoc=el.getAttribute('srcdoc');el.contentWindow.contents=srcdoc;el.src='javascript:window["contents"]';}});});
+ ]]>
+ </script>
+ <script id="google_analytics">
+ <![CDATA[
+ const pillar='News';(function(){function convertContentType(contentType){var result=contentType;if(typeof contentType==='string'){result=contentType.toLowerCase().split(' ').join('');}return result;}function getQueryParam(key){var query=window.location.search.substring(1);var vars=query.split("&");var pairs=vars.map(function(x){return x.split('=')});return pairs.filter(function(xs){return xs.length==2&&xs[0]==key}).map(function(xs){return xs[1]})[0];}function getAnalyticsEdition(){var edition=(guardian.config.page.edition||'').toLowerCase()
+ return edition==='int'?'international':edition;}function getAnalyticsTitle(){var analyticsTitle=(guardian.config.page.webTitle||'');return(analyticsTitle==='Network Front')?getAnalyticsEdition()+' network front':analyticsTitle;}function getExperienceValue(){return'none';}var identityId=null;if(guardian.config.user){identityId=guardian.config.user.id;}var isLoggedIn=(!!identityId).toString();(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-78705427-1','auto','allEditorialPropertyTracker',{'sampleRate':100,'siteSpeedSampleRate':0.1,'userId':identityId});ga('create','UA-33592456-1','auto','guardianTestPropertyTracker',{'sampleRate':5,'siteSpeedSampleRate':0.1,'userId':identityId});ga('allEditorialPropertyTracker.set','forceSSL',true);ga('allEditorialPropertyTracker.set','title',getAnalyticsTitle());ga('allEditorialPropertyTracker.set','anonymizeIp',true);ga('allEditorialPropertyTracker.set','dimension1',guardian.config.ophan.pageViewId);ga('allEditorialPropertyTracker.set','dimension2',guardian.config.ophan.browserId);ga('allEditorialPropertyTracker.set','dimension3','theguardian.com');ga('allEditorialPropertyTracker.set','dimension4',guardian.config.page.section);ga('allEditorialPropertyTracker.set','dimension5',convertContentType(guardian.config.page.contentType));ga('allEditorialPropertyTracker.set','dimension6',guardian.config.page.commissioningDesks);ga('allEditorialPropertyTracker.set','dimension7',guardian.config.page.contentId);ga('allEditorialPropertyTracker.set','dimension8',guardian.config.page.authorIds);ga('allEditorialPropertyTracker.set','dimension9',guardian.config.page.keywordIds);ga('allEditorialPropertyTracker.set','dimension10',guardian.config.page.toneIds);ga('allEditorialPropertyTracker.set','dimension11',guardian.config.page.seriesId);ga('allEditorialPropertyTracker.set','dimension15',identityId);ga('allEditorialPropertyTracker.set','dimension16',isLoggedIn);ga('allEditorialPropertyTracker.set','dimension21',getQueryParam('INTCMP'));ga('allEditorialPropertyTracker.set','dimension22',getQueryParam('CMP_BUNIT'));ga('allEditorialPropertyTracker.set','dimension23',getQueryParam('CMP_TU'));ga('allEditorialPropertyTracker.set','dimension26',(!!guardian.config.page.isHosted).toString());ga('allEditorialPropertyTracker.set','dimension27',navigator.userAgent);ga('allEditorialPropertyTracker.set','dimension29',window.location.href);ga('allEditorialPropertyTracker.set','dimension30',getAnalyticsEdition());ga('allEditorialPropertyTracker.set','dimension31','the david and lucile packard foundation');ga('allEditorialPropertyTracker.set','dimension42','foundation');ga('allEditorialPropertyTracker.set','dimension43',getExperienceValue());ga('allEditorialPropertyTracker.set','dimension50',pillar);if(document.location.hash==='#fbLogin'){ga('allEditorialPropertyTracker.set','referrer',null);document.location.hash='';}ga('guardianTestPropertyTracker.set','forceSSL',true);ga('guardianTestPropertyTracker.set','title',getAnalyticsTitle());ga('guardianTestPropertyTracker.set','anonymizeIp',true);ga('guardianTestPropertyTracker.set','dimension1',guardian.config.ophan.pageViewId);ga('guardianTestPropertyTracker.set','dimension2',guardian.config.ophan.browserId);ga('guardianTestPropertyTracker.set','dimension3','theguardian.com');ga('guardianTestPropertyTracker.set','dimension4',guardian.config.page.section);ga('guardianTestPropertyTracker.set','dimension5',convertContentType(guardian.config.page.contentType));ga('guardianTestPropertyTracker.set','dimension6',guardian.config.page.commissioningDesks);ga('guardianTestPropertyTracker.set','dimension7',guardian.config.page.contentId);ga('guardianTestPropertyTracker.set','dimension8',guardian.config.page.authorIds);ga('guardianTestPropertyTracker.set','dimension9',guardian.config.page.keywordIds);ga('guardianTestPropertyTracker.set','dimension10',guardian.config.page.toneIds);ga('guardianTestPropertyTracker.set','dimension11',guardian.config.page.seriesId);ga('guardianTestPropertyTracker.set','dimension15',identityId);ga('guardianTestPropertyTracker.set','dimension16',isLoggedIn);ga('guardianTestPropertyTracker.set','dimension21',getQueryParam('INTCMP'));ga('guardianTestPropertyTracker.set','dimension22',getQueryParam('CMP_BUNIT'));ga('guardianTestPropertyTracker.set','dimension23',getQueryParam('CMP_TU'));ga('guardianTestPropertyTracker.set','dimension26',(!!guardian.config.page.isHosted).toString());ga('guardianTestPropertyTracker.set','dimension27',navigator.userAgent);ga('guardianTestPropertyTracker.set','dimension29',window.location.href);ga('guardianTestPropertyTracker.set','dimension30',getAnalyticsEdition());ga('guardianTestPropertyTracker.set','dimension31','the david and lucile packard foundation');ga('guardianTestPropertyTracker.set','dimension42','foundation');ga('guardianTestPropertyTracker.set','dimension43',getExperienceValue());ga('guardianTestPropertyTracker.set','dimension50',pillar);if(document.location.hash==='#fbLogin'){ga('guardianTestPropertyTracker.set','referrer',null);document.location.hash='';}ga('allEditorialPropertyTracker.send','pageview',{hitCallback:function(){var image=new Image();image.src="//phar.gu-web.net/count/pvg.gif";}});try{var NG_STORAGE_KEY='gu.analytics.referrerVars';var referrerVarsData=window.sessionStorage.getItem(NG_STORAGE_KEY);var referrerVars=JSON.parse(referrerVarsData);if(referrerVars&&referrerVars.value){var d=new Date().getTime();if(d-referrerVars.value.time<60*1000){ga('allEditorialPropertyTracker.send','event','Click','Internal',referrerVars.value.tag,{nonInteraction:true,dimension12:referrerVars.value.path});}window.sessionStorage.removeItem(NG_STORAGE_KEY);}}catch(e){}guardian.app&&guardian.app.mediator&&guardian.app.mediator.emit('modules:ga:ready');})();
+ ]]>
+ </script> <noscript id="googleNoScript"><img id="googleConfidenceNoScriptImage" alt="" src="//phar.gu-web.net/count/pvg.gif" width="1" height="1" class="u-h" /></noscript>
+ <script id="comscore">
+ <![CDATA[
+ var _comscore=_comscore||[];_comscore.push({c1:"2",c2:"6035250",comscorekw:guardian.config.page.keywords});(function(){var s=document.createElement("script"),el=document.getElementsByTagName("script")[0];s.async=true;s.src="https://sb.scorecardresearch.com/beacon.js";el.parentNode.insertBefore(s,el);})();
+ ]]>
+ </script> <noscript><img src="https://sb.scorecardresearch.com/p?c1=2&amp;c2=6035250&amp;cv=2.0&amp;cj=1&amp;comscorekw=Oceans%2CNew+Zealand%2CEnvironment%2CAsia+Pacific%2CWorld+news%2CWhales%2CCetaceans%2CMarine+life%2CWildlife" /></noscript> <noscript>
+ <div style="display:inline;">
+ <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/971225648/?value=0&amp;guid=ON&amp;script=0" />
+ </div></noscript> <img src="//phar.gu-web.net/count/pv.gif" alt="" style="display : none ;" rel="nofollow" /> <!-- Twitter universal website tag code -->
+ <script>
+ <![CDATA[
+ !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');twq('init','nyl43');twq('track','PageView');
+ ]]>
+ </script> <!-- End Twitter universal website tag code -->
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json
new file mode 100644
index 0000000..07cba8b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "http:\/\/www.heise.de\/imgs\/18\/1\/4\/6\/2\/3\/5\/1\/Barcode-Scanner-With-Border-f0c62350bd8d9d96.jpeg",
+ "http:\/\/3.f.ix.de\/scale\/geometry\/600\/q75\/imgs\/18\/1\/4\/6\/2\/3\/5\/1\/Barcode-Scanner-With-Border-fc08c913da5cea5d.jpeg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json
new file mode 100644
index 0000000..bb8e4c4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Mac & i",
+ "Direction": null,
+ "Excerpt": "Das in der iOS-Version bereits enthaltene TOTP-Feature ist nun auch für OS X 10.10 verfügbar. Zudem gibt es neue Zusatzfelder in der Datenbank und weitere Verbesserungen.",
+ "Image": "http:\/\/www.heise.de\/imgs\/18\/1\/4\/6\/2\/3\/5\/1\/Barcode-Scanner-With-Border-f0c62350bd8d9d96.jpeg",
+ "Title": "1Password für Mac generiert Einmal-Passwörter",
+ "SiteName": "Mac & i"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html b/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html
new file mode 100644
index 0000000..35c7971
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html
@@ -0,0 +1,34 @@
+<div>
+
+
+ <figure>
+ <img src="http://3.f.ix.de/scale/geometry/600/q75/imgs/18/1/4/6/2/3/5/1/Barcode-Scanner-With-Border-fc08c913da5cea5d.jpeg">
+
+ <figcaption>
+
+ <p>1Password scannt auch QR-Codes.</p>
+
+
+ <p>(Bild: Hersteller)</p>
+
+ </figcaption>
+
+ </figure>
+
+
+
+ <p><strong>Das in der iOS-Version bereits enthaltene TOTP-Feature ist nun auch für OS X 10.10 verfügbar. Zudem gibt es neue Zusatzfelder in der Datenbank und weitere Verbesserungen.</strong></p>
+ <p><a rel="external" target="_blank" href="https://itunes.apple.com/de/app/1password-password-manager/id443987910">AgileBits hat Version 5.3 seines bekannten Passwortmanagers 1Password für OS X freigegeben.</a> Mit dem Update wird eine praktische Funktion nachgereicht, die <a href="http://fakehost/mac-and-i/meldung/Passwortmanager-1Password-mit-groesseren-Updates-fuer-OS-X-und-iOS-2529204.html">die iOS-Version der Anwendung bereits seit längerem beherrscht</a>: Das direkte Erstellen von Einmal-Passwörtern. Unterstützt wird dabei der <a rel="external" target="_blank" href="https://blog.agilebits.com/2015/01/26/totp-for-1password-users/">TOTP-Standard</a> (Time-Based One-Time Passwords), den unter anderem Firmen wie Evernote, Dropbox oder Google einsetzen, um ihre Zugänge besser abzusichern. Neben Account und regulärem Passwort wird dabei dann ein Zusatzcode verlangt, der nur kurze Zeit gilt.</p>
+<p>Zur TOTP-Nutzung muss zunächst ein Startwert an 1Password übergeben werden. Das geht unter anderem per QR-Code, den die App über ein neues Scanfenster selbst einlesen kann – etwa aus dem Webbrowser. Eine Einführung in die Technik gibt <a rel="external" target="_blank" href="http://1pw.ca/TOTPvideoMac">ein kurzes Video</a>. Die TOTP-Unterstützung in 1Password erlaubt es, auf ein zusätzliches Gerät (z.B. ein iPhone) neben dem Mac zu verzichten, das den Code liefert – was allerdings auch die Sicherheit verringert, weil es keinen "echten" zweiten Faktor mehr gibt.</p>
+<p>Update 5.3 des Passwortmanagers liefert auch noch weitere Verbesserungen. So gibt es die Möglichkeit, FaceTime-Audio- oder Skype-Anrufe aus 1Password zu starten, die Zahl der Zusatzfelder in der Datenbank wurde erweitert und der Umgang mit unterschiedlichen Zeitzonen klappt besser. Die Engine zur Passworteingabe im Browser soll beschleunigt worden sein.</p>
+<p>1Password kostet aktuell knapp 50 Euro im Mac App Store und setzt in seiner aktuellen Version mindestens OS X 10.10 voraus.
+
+
+
+<span>(<a title="Ben Schwan" href="mailto:[email protected]">bsc</a>)</span>
+<br>
+
+
+</p>
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/heise/source.html b/vendor/fivefilters/readability.php/test/test-pages/heise/source.html
new file mode 100644
index 0000000..5ac581f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/heise/source.html
@@ -0,0 +1,887 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="de"><head>
+ <title>1Password für Mac generiert Einmal-Passwörter | Mac &amp; i</title>
+
+
+
+
+
+
+<meta charset="utf-8" />
+<meta content="Heise Medien" name="publisher" />
+<meta content="width=1175" name="viewport" />
+<link id="mobil_variante" href="//m.heise.de/meldung/1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html" media="only screen and (max-width: 640px)" rel="alternate" />
+
+ <link href="/mac-and-i/meldung/HBO-Zugriff-per-Apple-Geraet-verfuegbar-2596982.html" title="Vorige Meldung" rel="prev" /> <link href="/mac-and-i/meldung/GPS-Streckenerfasser-Speed-PRO-aktuell-kostenlos-2597093.html" title="Naechste Meldung" rel="next" /><link href="/mac-and-i/" title="Startseite" type="text/html" rel="home" />
+<link href="/mac-and-i/impressum.html" title="Copyright" rel="copyright" /> <meta content="2015-04-08T12:46:00" name="date" />
+ <meta content="1Password, Mac OS X, Passwort, Passwortmanager, Sicherheit, TOTP" name="keywords" />
+ <meta content="News" name="topic" />
+ <meta content="Das in der iOS-Version bereits enthaltene TOTP-Feature ist nun auch für OS X 10.10 verfügbar. Zudem gibt es neue Zusatzfelder in der Datenbank und weitere Verbesserungen." name="description" />
+ <meta content="1Password für Mac generiert Einmal-Passwörter" name="fulltitle" />
+ <meta content="1Password für Mac generiert Einmal-Passwörter" name="DC.title" />
+ <meta content="Das in der iOS-Version bereits enthaltene TOTP-Feature ist nun auch für OS X 10.10 verfügbar. Zudem gibt es neue Zusatzfelder in der Datenbank und weitere Verbesserungen." name="DC.description" />
+ <meta scheme="DCTERMS.URI" content="http://heise.de/-2596987" name="DC.identifier" />
+ <meta content="" name="kill_switch" /> <!--googleoff: all-->
+ <meta content="1Password für Mac generiert Einmal-Passwörter" property="og:title" />
+ <meta content="website" property="og:type" />
+ <meta content="de_DE" property="og:locale" />
+ <meta content="http://www.heise.de/mac-and-i/meldung/1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html" property="og:url" />
+ <meta content="Mac &amp; i" property="og:site_name" />
+ <meta content="http://www.heise.de/imgs/18/1/4/6/2/3/5/1/Barcode-Scanner-With-Border-f0c62350bd8d9d96.jpeg" property="og:image" />
+ <meta content="Das in der iOS-Version bereits enthaltene TOTP-Feature ist nun auch für OS X 10.10 verfügbar. Zudem gibt es neue Zusatzfelder in der Datenbank und weitere Verbesserungen." property="og:description" />
+
+ <!--googleon: all--><!--googleoff: all-->
+<meta content="InterRed V15.4.1, http://www.interred.de/, InterRed GmbH" name="generator" />
+<!--googleon: all-->
+
+
+
+
+
+
+
+
+
+<script src="//cdn.optimizely.com/js/2310910166.js"></script>
+
+
+
+<script src="/js/jquery/jquery-1.7.1.min.js" type="text/javascript"></script>
+
+
+
+<script src="/js/plugins/jquery-ui-1.8.18_cycle.custom.min.js" type="text/javascript"></script>
+
+
+
+
+<script src="/js/plugins/jquery.equalheights.min.js" type="text/javascript"></script>
+
+
+<script src="/support/lib/teaser_linking.js" type="text/javascript"></script>
+
+<script src="/js/ho/link_inline_images.min.js" type="text/javascript"></script>
+
+
+
+<script src="//script.ioam.de/iam.js" type="text/javascript"></script>
+
+
+<script src="//ad.yieldlab.net/yp/66424,66430,66442,66444,66446?ts=20150409195044" type="text/javascript"></script>
+
+
+
+
+
+
+
+<link type="text/css" rel="stylesheet" href="/stil/standard2008.css?383ad47c92d5add95b5f" />
+<link media="print" type="text/css" rel="stylesheet" href="/stil/drucken.css?fead9096de1c0d0ca94e" />
+
+<link type="text/css" rel="stylesheet" href="/stil/heise.css?65bb0f586a7f0285f4fc" />
+
+
+ <!--googleoff: all-->
+ <link rel="shortcut icon" href="/favicon_mac-and-i.ico" />
+ <link href="mailto:redaktion%40mac%2Dand%2Di.de" title="Kontakt" rel="author" />
+ <link href="http://www.heise.de/mac-and-i/suche/" title="Suche" rel="search" />
+ <link type="application/atom+xml" href="http://www.heise.de/mac-and-i/news-atom.xml" title="Aktuelle News von Mac &amp; i" rel="alternate" />
+ <link type="application/rss+xml" href="http://www.heise.de/mac-and-i/news.rdf" title="Aktuelle News von Mac &amp; i (für ältere RSS-Reader)" rel="alternate" />
+ <link href="/mac-and-i/icons/apple-touch-icon-57x57-precomposed.png" rel="apple-touch-icon-precomposed" />
+ <link href="/mac-and-i/icons/apple-touch-icon-114x114-precomposed.png" sizes="114x114" rel="apple-touch-icon-precomposed" />
+ <link href="/mac-and-i/icons/apple-touch-icon-72x72-precomposed.png" sizes="72x72" rel="apple-touch-icon-precomposed" />
+ <meta content="Magazin rund um Apple" name="application-name" />
+ <meta content="Mac &amp; i" name="msapplication-tooltip" />
+ <meta content="/mac-and-i/" name="msapplication-starturl" />
+ <meta content="#666666" name="msapplication-TileColor" />
+ <meta content="/mac-and-i/icons/windows_tiny.png" name="msapplication-square70x70logo" />
+ <meta content="/mac-and-i/icons/windows_square.png" name="msapplication-square150x150logo" />
+ <meta content="/mac-and-i/icons/windows_wide.png" name="msapplication-wide310x150logo" />
+ <meta content="/mac-and-i/icons/windows_large.png" name="msapplication-square310x310logo" />
+ <meta content="frequency=30;polling-uri=http://notifications.buildmypinnedsite.com/?feed=http://www.heise.de/mac-and-i/news-atom.xml&amp;id=1;polling-uri2=http://notifications.buildmypinnedsite.com/?feed=http://www.heise.de/mac-and-i/news-atom.xml&amp;id=2;polling-uri3=http://notifications.buildmypinnedsite.com/?feed=http://www.heise.de/mac-and-i/news-atom.xml&amp;id=3;polling-uri4=http://notifications.buildmypinnedsite.com/?feed=http://www.heise.de/mac-and-i/news-atom.xml&amp;id=4;polling-uri5=http://notifications.buildmypinnedsite.com/?feed=http://www.heise.de/mac-and-i/news-atom.xml&amp;id=5; cycle=1" name="msapplication-notification" />
+ <meta content="Mac &amp; i" name="DC.creator" />
+ <link type="text/css" rel="stylesheet" href="/stil/mac-and-i/mac2012.css?29c941bf0f8196521a1c" />
+ <link rel="publisher" href="https://plus.google.com/117217265406849882611" />
+ <script src="/support/lib/jquery/jquery.clearfield.js?ce79f657201b214e3560" type="text/javascript"></script>
+
+
+
+
+<style type="text/css"></style></head>
+
+<body class="apple">
+
+
+
+
+
+
+
+
+ <div class="heisetopnavi heisetopnavi_relaunch">
+ <div class="heisetopnavi_header">
+ <header role="banner">
+ <div class="heisetopnavi_login">
+ <script src="/js/ho/login.min.js" type="text/javascript"></script>
+ <div id="navi_login">
+ <p><span class="heise_foren">Heise-Foren:</span> <a href="https://www.heise.de/login?forward=http%3A%2F%2Fwww.heise.de%2Fmac-and-i%2Fmeldung%2F1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html">Einloggen</a> | <a href="https://www.heise.de/register?forward=http%3A%2F%2Fwww.heise.de%2Fmac-and-i%2Fmeldung%2F1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html">Registrieren</a></p>
+ </div>
+ </div>
+ <nav role="navigation">
+ <div class="heisetopnavi_hover_legacy">
+ <a title="heise online" class="heisetopnavi_logo" href="/index.html/from/navi_oben_ho">
+ <img width="200" height="44" id="heisetopnavi_ho_logo_top_img" alt="heise online" src="//www.heise.de/icons/ho/heise_online_logo_top.gif" />
+ </a>
+ <a aria-haspopup="true" class="heisetopnavi_button" href="#heisetopnavi_sub_container">Menü auf-/zuklappen</a>
+ <div id="heisetopnavi_sub_container">
+ <ul id="heisetopnavi_sub">
+ <li>
+ <ul>
+ <li class="heisetopnavi_ho"><a name="dachzeile.ho.ho" title="heise online – IT-News" href="/index.html/from/navi_oben_ho">News</a></li>
+ <li class="heisetopnavi_ct"><a name="dachzeile.ho.ct" title="c't – Magazin für Computertechnik" href="/ct/from/navi_oben_ct">c't</a></li>
+ <li class="heisetopnavi_ix"><a name="dachzeile.ho.ix" title="iX – Magazin für professionelle Informationstechnik" href="/ix/from/navi_oben_ix">iX</a></li>
+ <li class="heisetopnavi_tr"><a name="dachzeile.ho.tr" title="Technology Review – Das M.I.T.-Magazin für Innovation" href="/tr/from/navi_oben_tr">Technology Review</a></li>
+ <li class="heisetopnavi_mac"><a name="dachzeile.ho.mac-and-i" title="Mac &amp; i – Nachrichten, Tests, Tipps und Meinungen rund um Apple" href="/mac-and-i/from/navi_oben_mac">Mac &amp; i</a></li>
+ <li class="heisetopnavi_tp"><a name="dachzeile.ho.tp" title="Telepolis" href="/tp/from/navi_oben_tp">Telepolis</a></li>
+ <li class="heisetopnavi_hh"><a name="dachzeile.ho.make" title="Make – Kreativ mit Technik" href="/make/from/navi_oben_hh">Make</a></li>
+ <li class="heisetopnavi_df"><a name="dachzeile.ho.digitale-fotografie" title="Digitale Fotografie" href="/foto/special/from/navi_oben_df">Digitale Fotografie</a></li>
+ </ul>
+ </li>
+ <li>
+ <ul>
+ <li class="heisetopnavi_aut"><a name="dachzeile.ho.autos" title="heise Autos – News, Tests, Technik, Service rund ums Auto" href="/autos/from/navi_oben_aut">heise Autos</a></li>
+ <li class="heisetopnavi_dev"><a name="dachzeile.ho.developer" title="heise Developer – Informationen für Entwickler" href="/developer/from/navi_oben_dev">heise Developer</a></li>
+ <li class="heisetopnavi_foto"><a name="dachzeile.ho.foto" title="heise Foto – Das Online-Magazin rund ums digitale Bild" href="/foto/from/navi_oben_foto">heise Foto</a></li>
+ <li class="heisetopnavi_net"><a name="dachzeile.ho.netze" title="heise Netze – Alles über Netzwerk-Technik" href="/netze/from/navi_oben_net">heise Netze</a></li>
+ <li class="heisetopnavi_op"><a name="dachzeile.ho.open" title="heise open – Open Source im Unternehmen" href="/open/from/navi_oben_op">heise Open Source</a></li>
+ <li class="heisetopnavi_sec"><a name="dachzeile.ho.security" title="heise Security – News, Dienste und Foren zum Thema Computer-Sicherheit" href="/security/from/navi_oben_sec">heise Security</a></li>
+ <li class="heisetopnavi_video"><a name="dachzeile.ho.video" title="heise Video – Clips zu Nachrichten und Artikeln" href="/video/from/navi_oben_video">heise Video</a></li>
+ <li class="heisetopnavi_tech"><a name="dachzeile.ho.techstage" title="TechStage – News, Tests &amp; Praxis zu Smartphones und Tablets mit Android, iOS, Windows Phone &amp; Co." href="/redirect-to/techstage/from/navi_oben_techstage">TechStage</a></li>
+ </ul>
+ </li>
+ <li class="heisetopnavi_third">
+ <ul>
+ <li class="heisetopnavi_swv"><a name="dachzeile.ho.download" title="Software-Verzeichnis – Software zum Download fuer Windows, Mac, Linux, iPhone, Symbian, Android" href="/download/from/navi_oben_swv">Download</a></li>
+ <li class="heisetopnavi_pvg"><a name="dachzeile.ho.preisvergleich" title="Preisvergleich – Günstige Preise, Meinungen und Bewertungen zu vielen Produkten" href="/preisvergleich/from/navi_oben_pvg">Preisvergleich</a></li>
+ <li class="heisetopnavi_job"><a name="dachzeile.ho.jobs" title="heise jobs – Jobbörse für qualifizierte Fach- und Führungskräfte aus der IT-Branche" href="/jobs/from/navi_oben_job">Stellenmarkt</a></li>
+ <li class="heisetopnavi_eve"><a name="dachzeile.ho.events" title="heise Events – Konferenzen, Seminare, Workshops" href="/events/from/navi_oben_eve">Veranstaltungen</a></li>
+ <li class="heisetopnavi_itm"><a name="dachzeile.ho.itmarkt" title="IT-Markt – Branchenverzeichnis der IT-Fachhändler" href="/itmarkt/from/navi_oben_itm">IT-Markt</a></li>
+ <li class="heisetopnavi_whi"><a name="dachzeile.ho.whitepapers" title="heise Whitepapers – Kostenloser Download aktueller Praxisbeispiele, Firmeninfos, Case Studies und Webcasts zu neuen Produkten, Strategien und Lösungen namhafter IT-Hersteller" href="/whitepapers/from/navi_oben_whi">Whitepapers</a></li>
+ <li class="heisetopnavi_webcasts"><a name="dachzeile.ho.webcasts" title="heise Webcasts – Kompakte Firmeninformationen zu komplexen IT-Sachverhalten" href="/redirect-to/webcasts/from/navi_oben_webcasts">Webcasts</a></li>
+ <li class="heisetopnavi_tarifr"><a name="dachzeile.ho.tarifrechner" title="Tarifrechner – DSL, Mobiles Internet, Handy, Telefon, Strom, Gas" href="/redirect-to/tarifrechner/from/navi_oben_tarifr">Tarifrechner</a></li>
+ </ul>
+ </li>
+ <li class="heisetopnavi_fourth">
+ <ul>
+ <li class="heisetopnavi_shop"><a name="dachzeile.ho.shop" title="heise shop – IT Fachzeitschriften, Bücher, CD/DVD/Blu-ray" href="/redirect-to/shop/from/navi_oben_shop">heise shop</a></li>
+ <li class="heisetopnavi_kio"><a name="dachzeile.ho.artikel-archiv" title="Artikel-Archiv – c't, iX, Technology Review, Digitale Fotografie, Mac &amp; i, Sonderhefte" href="/artikel-archiv/from/navi_oben_kio">Artikel-Archiv</a></li>
+ <li class="heisetopnavi_abo"><a name="dachzeile.ho.abo" title="Abo – c't, iX, Technology Review, Digitale Fotografie, Mac &amp; i" href="/redirect-to/abo/from/navi_oben_abo">Zeitschriften-Abo</a></li>
+ <li class="heisetopnavi_hmg"><a name="dachzeile.ho.hmg" title="Arbeiten bei heise – Aktuelle Stellenangebote der Heise Gruppe" href="/redirect-to/hmg/from/navi_oben_hmg">Arbeiten bei heise</a></li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </nav>
+
+
+
+
+
+
+
+
+
+ <form role="search" id="heisetopnavi_search" action="/mac-and-i/suche/" method="get" accept-charset="utf-8">
+ <fieldset>
+ <input type="text" placeholder="in Mac &amp; i suchen" name="q" value="" class="search_text" /><input type="image" name="search_submit" class="search_submit" alt="Los" src="//www.heise.de/icons/ho/heise_online_lupe.gif" />
+ <input type="hidden" name="rm" value="search" class="search_hidden" />
+ </fieldset>
+ </form>
+ </header>
+ </div>
+ <div class="clear"></div>
+</div>
+
+<script type="text/javascript">
+if (typeof jQuery !== "undefined") {
+ jQuery(document).ready(function($) {
+ // Support Touch-Devices
+ if ('ontouchstart' in document) {
+ $('.heisetopnavi_relaunch').removeClass('no-touch');
+ }
+ $('.heisetopnavi_button').bind('touchstart', function(e) {
+ e.preventDefault();
+ if ($(e.target).is('a.heisetopnavi_button')) {
+ $(this).toggleClass('active');
+ $('.heisetopnavi header &gt; nav').toggleClass('hover');
+ }
+ });
+
+ $('.heisetopnavi_relaunch .heisetopnavi_button').click(function(e) {
+ e.preventDefault();
+ });
+
+ // Support Keyboard
+ $('.heisetopnavi_relaunch .heisetopnavi_button').keyup(function(e) {
+ if (e.which == 13 &amp;&amp; $(e.target).is('a.heisetopnavi_button')) {
+ $('.heisetopnavi_relaunch .heisetopnavi_button').toggleClass('active');
+ $('.heisetopnavi_relaunch header &gt; nav').toggleClass('hover');
+ }
+ });
+
+ /*
+ * Open/Close Menu with JavaScript for more Usability
+ */
+
+ $('.heisetopnavi_relaunch').removeClass('no-touch');
+
+ // Logo + Icon
+ $('.heisetopnavi_relaunch .heisetopnavi_hover_legacy').mouseenter(function() {
+ var timeout_id = window.setTimeout(function() {
+ $('.heisetopnavi_relaunch .heisetopnavi_button').addClass('active');
+ $('.heisetopnavi_relaunch nav').addClass('hover');
+ $('body').addClass('refreshDOM');
+ $('body').removeClass('refreshDOM');
+ }, 300);
+ $(this).data('timeout_id', timeout_id);
+ });
+ $('.heisetopnavi_relaunch .heisetopnavi_hover_legacy').mouseleave(function() {
+ var timeout_id = $(this).data('timeout_id');
+ window.clearTimeout(timeout_id);
+ timeout_id = window.setTimeout(function() {
+ $('.heisetopnavi_relaunch .heisetopnavi_button').removeClass('active');
+ $('.heisetopnavi_relaunch nav').removeClass('hover');
+ $('body').addClass('refreshDOM');
+ $('body').removeClass('refreshDOM');
+ }, 0);
+ $(this).data('timeout_id', timeout_id);
+ });
+ });
+
+ if (typeof heiseLogin != "undefined") {
+ heiseLogin.login_fill_navigation({});
+ }
+}
+</script>
+
+
+
+
+<div id="container">
+ <div id="container_content">
+ <div id="logo_bereich">
+ <a title="Mac &amp; i" href="/mac-and-i/"><img id="logo" alt="heise Mac &amp; i" src="//3.f.ix.de/mac-and-i/icons/heise_mac-and-i_logo.gif" /></a>
+ </div>
+ <ul class="navigation_news">
+ <li><a href="/mac-and-i/news/7_tage_news/">7-Tage-News</a></li>
+ <li><a href="/mac-and-i/news/archiv/">News-Archiv</a></li>
+ <li><a href="http://live.mac-and-i.de/#AllEvents">Liveticker</a></li>
+ <li><a href="/mac-and-i/news/foren/">News-Foren</a></li>
+ <li><a href="/mac-and-i/artikel/foren/">Artikel-Foren</a></li>
+ <li><a href="/newsletter/manage/mac-and-i">Newsletter</a></li>
+ <li><a href="/mac-and-i/kontakt/">Kontakt</a></li>
+ <li><a title="News RSS-Feed (Atom)" href="/mac-and-i/news-atom.xml">RSS</a></li>
+ </ul>
+ <ul id="navi_main">
+ <li id="first" class="aktiv"><a href="/mac-and-i/news/">News</a></li>
+ <li><a href="/mac-and-i/artikel/">Artikel</a></li>
+ <li><a href="/mac-and-i/forum/">Forum</a></li>
+ <li><a href="/mac-and-i/produkte/">Produkte</a></li>
+ <li><a href="/mac-and-i/heft/">Heft</a></li>
+ <li><a href="/mac-and-i/heftarchiv/">Archiv</a></li>
+ <li id="last"><a href="http://shop.heise.de/mac-and-i-abo/">Abo</a></li>
+ </ul>
+ <ul class="meta_navi">
+ <li><a rel="external" title="Mac &amp; i Twitter" href="http://twitter.com/#%21/mac_and_i"><img alt="Mac &amp; i Twitter" src="//1.f.ix.de/icons/ho/navi_icon_twitter_big.png" /></a></li>
+ <li><a rel="external" title="Mac &amp; i Facebook" href="http://www.facebook.com/ct.Mac.and.i"><img alt="Mac &amp; i Facebook" src="//3.f.ix.de/icons/ho/navi_icon_facebook_big.png" /></a></li>
+ <li><a target="_blank" title="Mac &amp; i Google+" rel="publisher" href="https://plus.google.com/+Mac-and-iDe"><img alt="Mac &amp; i Google+" src="//3.f.ix.de/icons/ho/navi_icon_google_big.png" /></a></li>
+ <li><a target="_blank" title="Mac &amp; i YouTube" rel="publisher" href="https://www.youtube.com/macandiVideo"><img alt="Mac &amp; i YouTube" src="//3.f.ix.de/icons/ho/navi_icon_youtube_black_big.png" /></a></li>
+ <li>
+ <dl class="apps">
+ <dt><img alt="Mac &amp; i Apps" src="//2.f.ix.de/mac-and-i/icons/navi_icon_apps.png" /></dt>
+ <dd><a rel="external" title="Mac &amp; i für das iPhone" href="http://itunes.apple.com/de/app/mac-i/id424199222?mt=8"><img alt="Mac &amp; i für das iPhone" src="//2.f.ix.de/icons/ho/navi_icon_mobi_mac.png" /></a></dd>
+ <dd><a rel="external" title="Mac &amp; i für das iPad" href="http://itunes.apple.com/de/app/mac-i/id424199222?mt=8"><img alt="Mac &amp; i für das iPad" src="//2.f.ix.de/icons/ho/navi_icon_ipad.png" /></a></dd>
+ </dl>
+ </li>
+ </ul>
+
+ <div id="breadcrumb">
+
+ <a title="Mac &amp; i" href="/mac-and-i/">Mac &amp; i</a>
+ <span class="bread_gt">&gt;</span>
+
+ <a title="News" href="/mac-and-i/news/">News</a>
+ <span class="bread_gt">&gt;</span>
+
+ <a title="2015" href="/mac-and-i/news/archiv/?jahr=2015">2015</a>
+ <span class="bread_gt">&gt;</span>
+
+ <a title="KW 15" href="/mac-and-i/news/archiv/?jahr=2015;woche=15">KW 15</a>
+ <span class="bread_gt">&gt;</span>
+
+ <span class="titel">1Password für Mac generiert Einmal-Passwörter</span>
+
+
+ </div>
+
+
+ <div id="mitte">
+ <div id="mitte_links">
+
+
+<div id="mitte_news">
+ <p class="news_navi"> <a href="/mac-and-i/meldung/HBO-Zugriff-per-Apple-Geraet-verfuegbar-2596982.html"><span class="rsaquo">«</span> Vorige</a> | <a href="/mac-and-i/meldung/GPS-Streckenerfasser-Speed-PRO-aktuell-kostenlos-2597093.html">Nächste <span class="rsaquo">»</span></a> </p> <article>
+ <p class="news_datum">08.04.2015 12:46</p>
+ <!--googleon: all-->
+ <!-- RSPEAK_START -->
+ <h1> 1Password für Mac generiert Einmal-Passwörter</h1>
+ <div class="meldung_wrapper">
+
+ <!-- RSPEAK_STOP -->
+ <figure class="aufmacherbild">
+ <img src="//3.f.ix.de/scale/geometry/600/q75/imgs/18/1/4/6/2/3/5/1/Barcode-Scanner-With-Border-fc08c913da5cea5d.jpeg" />
+
+ <figcaption>
+
+ <p class="caption">1Password scannt auch QR-Codes.</p>
+
+
+ <p class="source">(Bild: Hersteller)</p>
+
+ </figcaption>
+
+ </figure>
+ <!-- RSPEAK_START -->
+
+
+ <p class="meldung_anrisstext"><strong>Das in der iOS-Version bereits enthaltene TOTP-Feature ist nun auch für OS X 10.10 verfügbar. Zudem gibt es neue Zusatzfelder in der Datenbank und weitere Verbesserungen.</strong></p>
+ <p><a rel="external" target="_blank" href="https://itunes.apple.com/de/app/1password-password-manager/id443987910">AgileBits hat Version 5.3 seines bekannten Passwortmanagers 1Password für OS X freigegeben.</a> Mit dem Update wird eine praktische Funktion nachgereicht, die <a href="/mac-and-i/meldung/Passwortmanager-1Password-mit-groesseren-Updates-fuer-OS-X-und-iOS-2529204.html">die iOS-Version der Anwendung bereits seit längerem beherrscht</a>: Das direkte Erstellen von Einmal-Passwörtern. Unterstützt wird dabei der <a rel="external" target="_blank" href="https://blog.agilebits.com/2015/01/26/totp-for-1password-users/">TOTP-Standard</a> (Time-Based One-Time Passwords), den unter anderem Firmen wie Evernote, Dropbox oder Google einsetzen, um ihre Zugänge besser abzusichern. Neben Account und regulärem Passwort wird dabei dann ein Zusatzcode verlangt, der nur kurze Zeit gilt.</p>
+<p>Zur TOTP-Nutzung muss zunächst ein Startwert an 1Password übergeben werden. Das geht unter anderem per QR-Code, den die App über ein neues Scanfenster selbst einlesen kann – etwa aus dem Webbrowser. Eine Einführung in die Technik gibt <a rel="external" target="_blank" href="http://1pw.ca/TOTPvideoMac">ein kurzes Video</a>. Die TOTP-Unterstützung in 1Password erlaubt es, auf ein zusätzliches Gerät (z.B. ein iPhone) neben dem Mac zu verzichten, das den Code liefert – was allerdings auch die Sicherheit verringert, weil es keinen "echten" zweiten Faktor mehr gibt.</p>
+<p>Update 5.3 des Passwortmanagers liefert auch noch weitere Verbesserungen. So gibt es die Möglichkeit, FaceTime-Audio- oder Skype-Anrufe aus 1Password zu starten, die Zahl der Zusatzfelder in der Datenbank wurde erweitert und der Umgang mit unterschiedlichen Zeitzonen klappt besser. Die Engine zur Passworteingabe im Browser soll beschleunigt worden sein.</p>
+<p>1Password kostet aktuell knapp 50 Euro im Mac App Store und setzt in seiner aktuellen Version mindestens OS X 10.10 voraus.<!-- AUTHOR-DATA-MARKER-BEGIN -->
+
+
+<!-- RSPEAK_STOP -->
+<span class="ISI_IGNORE">(<a title="Ben Schwan" href="mailto:[email protected]">bsc</a>)</span>
+<br class="clear" />
+<!-- RSPEAK_START -->
+<!-- AUTHOR-DATA-MARKER-END -->
+</p>
+
+ </div>
+
+ <!-- RSPEAK_STOP -->
+ <!--googleoff: all-->
+
+ <footer class="article-footer"> <p class="news_navi"> <a href="/mac-and-i/meldung/HBO-Zugriff-per-Apple-Geraet-verfuegbar-2596982.html"><span class="rsaquo">«</span> Vorige</a> | <a href="/mac-and-i/meldung/GPS-Streckenerfasser-Speed-PRO-aktuell-kostenlos-2597093.html">Nächste <span class="rsaquo">»</span></a> </p>
+ <div class="link_forum_beitrag news">
+
+
+
+ <p>
+ <a href="http://www.heise.de/forum/Mac-i/News-Kommentare/1Password-fuer-Mac-generiert-Einmal-Passwoerter/forum-65645/comment/">
+ <b>
+
+ Kommentare lesen
+
+
+ (1 Beitrag)
+
+ </b>
+ </a>
+ </p>
+ </div>
+
+ <p class="themen_foren">
+
+ Forum zum Thema:
+
+ <a title="Zum Themenforum Software für Mac OS X" href="http://www.heise.de/forum/Mac-i/Themen-Hilfe/Software-fuer-Mac-OS-X/forum-12/comment/">
+
+ Software für Mac OS X
+
+ </a>
+ </p>
+ <div data-services="[&quot;facebook&quot;,&quot;twitter&quot;,&quot;googleplus&quot;,&quot;mail&quot;,&quot;info&quot;]" class="shariff clear" data-backend-url="/shariff-backend/"><ul class="theme-color orientation-horizontal"><li class="shariff-button facebook"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.heise.de%2Fmac-and-i%2Fmeldung%2F1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html" rel="popup" title="Bei Facebook teilen"><span class="fa fa-facebook"></span><span class="share_text">teilen</span><span class="share_count">17</span></a></li><li class="shariff-button twitter"><a href="https://twitter.com/intent/tweet?text=1Password%20f%C3%BCr%20Mac%20generiert%20Einmal-Passw%C3%B6rter%20-%20Mac%20%26%20i&amp;url=http%3A%2F%2Fwww.heise.de%2Fmac-and-i%2Fmeldung%2F1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html" rel="popup" title="Bei Twitter teilen"><span class="fa fa-twitter"></span><span class="share_text">tweet</span><span class="share_count">0</span></a></li><li class="shariff-button googleplus"><a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.heise.de%2Fmac-and-i%2Fmeldung%2F1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html" rel="popup" title="Bei Google+ teilen"><span class="fa fa-google-plus"></span><span class="share_text">+1</span><span class="share_count">2</span></a></li><li class="shariff-button mail"><a href="http://www.heise.de/mac-and-i/meldung/1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html?view=mail" target="_blank" title="Per E-Mail versenden"><span class="fa fa-envelope"></span><span class="share_text">mail</span></a></li><li class="shariff-button info"><a href="http://ct.de/-2467514" target="_blank" title="weitere Informationen"><span class="fa fa-info"></span><span class="share_text">Info</span></a></li></ul></div>
+ <p class="permalink">Permalink: <a href="http://heise.de/-2596987">http://heise.de/-2596987</a></p>
+
+ <p class="printversion">
+ <a rel="nofollow" href="/mac-and-i/meldung/1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html?view=print">Version zum Drucken</a>
+ </p>
+
+
+
+
+
+<div class="related_items">
+ <h4>Auch auf heise online:</h4>
+ <ul>
+
+ <li><a title="1Password verbessert iOS-8-Erweiterung" href="http://www.heise.de/mac-and-i/meldung/1Password-verbessert-iOS-8-Erweiterung-2587926.html/from/related">1Password verbessert iOS-8-Erweiterung</a></li>
+
+ <li><a title="Parallels-Mac-Bundle mit 1Password und Waltr" href="http://www.heise.de/mac-and-i/meldung/Parallels-Mac-Bundle-mit-1Password-und-Waltr-2572511.html/from/related">Parallels-Mac-Bundle mit 1Password und Waltr</a></li>
+
+ <li><a title="1Password 5 für Yosemite angepasst" href="http://www.heise.de/mac-and-i/meldung/1Password-5-fuer-Yosemite-angepasst-2428275.html/from/related">1Password 5 für Yosemite angepasst</a></li>
+
+ <li><a title="1Password für iOS bringt iTunes-Synchronisation zurück – teilweise" href="http://www.heise.de/mac-and-i/meldung/1Password-fuer-iOS-bringt-iTunes-Synchronisation-zurueck-teilweise-2213740.html/from/related">1Password für iOS bringt iTunes-Synchronisation zurück – teilweise</a></li>
+
+ <li><a title="1Password mit Heartbleed-Warnfunktion" href="http://www.heise.de/mac-and-i/meldung/1Password-mit-Heartbleed-Warnfunktion-2183120.html/from/related">1Password mit Heartbleed-Warnfunktion</a></li>
+
+ <li><a title="1Password mit Updates für OS X und iOS" href="http://www.heise.de/mac-and-i/meldung/1Password-mit-Updates-fuer-OS-X-und-iOS-2143961.html/from/related">1Password mit Updates für OS X und iOS</a></li>
+
+ </ul>
+</div>
+
+
+
+<p class="themenseiten">
+ <span class="themen_label">Mehr zum Thema</span>
+
+ <a title="Themenseite Mac OS X" href="/thema/Mac-OS-X">Mac OS X</a>
+
+ <a title="Themenseite Passwort" href="/thema/Passwort">Passwort</a>
+
+</p>
+
+
+
+
+
+ </footer>
+ </article>
+
+</div>
+
+ <div class="adbottom"><!--googleoff: index-->
+<!-- RSPEAK_STOP -->
+<a class="hinweis_anzeige" target="_blank" href="http://www.heise.de/mediadaten/online/">Anzeige</a><br /><script type="text/javascript">
+&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
+var dfp_ord; if (!dfp_ord) { dfp_ord = Math.floor(Math.random()*1000000000)+1000000000; }
+var yp_res; if (typeof yl !== "undefined" &amp;&amp; yl.YpResult !== "undefined") { yp_res = yl.YpResult.get(''); }
+document.write('&lt;script src="http://ad-emea.doubleclick.net/N6514/adj/mac/mac-inhalt;sz=500x500;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=1;_YL_;ord=_ORD_?" type="text/javascript"&gt;&lt;\/script&gt;'.replace('_ORD_', dfp_ord).replace(';_YL_', typeof yp_res !== "undefined" &amp;&amp; yp_res.pricerange ? ';pricerange=' + yp_res.pricerange : ''));
+if (typeof jQuery != 'undefined') {
+ jQuery( function() {
+ jQuery('.adbottom div[id^=google_ads_div_]').parent().prepend('&lt;span style="font-family: Arial, Helvetica, sans-serif; color: Black; font-size:7pt; font-weight: normal; text-align: left;"&gt;Anzeige&lt;/span&gt;&lt;br/&gt;');
+ });
+}
+
+//--&gt;&lt;!]]&gt;
+</script><script type="text/javascript" src="http://ad-emea.doubleclick.net/N6514/adj/mac/mac-inhalt;sz=500x500;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=1;ord=1875073260?"></script>
+<noscript>&lt;div&gt;&lt;a href="http://ad-emea.doubleclick.net/N6514/jump/mac/mac-inhalt;sz=500x500;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=1;_YL_;ord=7840756744?" target="_blank"&gt;&lt;img alt="" src="http://ad-emea.doubleclick.net/N6514/ad/mac/mac-inhalt;sz=500x500;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=1;_YL_;ord=7840756744?" /&gt;&lt;/a&gt;&lt;/div&gt;</noscript>
+
+<!-- RSPEAK_START -->
+<!--googleon: index--><!--googleoff: all--></div>
+ </div>
+ <div id="mitte_rechts">
+ <!--googleoff: index-->
+<!-- RSPEAK_STOP -->
+<div class="bcadv ISI_IGNORE bcadv_oben"><a class="hinweis_anzeige" target="_blank" href="http://www.heise.de/mediadaten/online/">Anzeige</a><br /><script type="text/javascript">
+&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
+var dfp_ord; if (!dfp_ord) { dfp_ord = Math.floor(Math.random()*1000000000)+1000000000; }
+var yp_res; if (typeof yl !== "undefined" &amp;&amp; yl.YpResult !== "undefined") { yp_res = yl.YpResult.get('66442'); }
+document.write('&lt;script src="http://ad-emea.doubleclick.net/N6514/adj/mac/mac-inhalt;sz=300x250,336x280;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=2;_YL_;ord=_ORD_?" type="text/javascript"&gt;&lt;\/script&gt;'.replace('_ORD_', dfp_ord).replace(';_YL_', typeof yp_res !== "undefined" &amp;&amp; yp_res.pricerange ? ';pricerange=' + yp_res.pricerange : ''));
+//--&gt;&lt;!]]&gt;
+</script><script type="text/javascript" src="http://ad-emea.doubleclick.net/N6514/adj/mac/mac-inhalt;sz=300x250,336x280;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=2;ord=1875073260?"></script>
+<noscript>&lt;div&gt;&lt;a href="http://ad-emea.doubleclick.net/N6514/jump/mac/mac-inhalt;sz=300x250,336x280;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=2;_YL_;ord=7840756744?" target="_blank"&gt;&lt;img alt="" src="http://ad-emea.doubleclick.net/N6514/ad/mac/mac-inhalt;sz=300x250,336x280;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=2;_YL_;ord=7840756744?" /&gt;&lt;/a&gt;&lt;/div&gt;</noscript>
+</div>
+<!-- RSPEAK_START -->
+<!--googleon: index--><!-- RSPEAK_STOP -->
+ <!--googleoff: all-->
+
+
+ <div class="magazinteaser">
+ <a href="/mac-and-i/heft/">
+ <img width="127" height="180" alt="" src="//1.f.ix.de/mac-and-i/imgs/65/1/3/7/0/9/3/7/mac-2015-02-92ccee0374aa9def.jpeg" />
+ <h3>Heft 2/2015</h3>
+ <p>Billig kontra Apple • Zaubern mit Skripten • HomeKit • Datenrettung • iPad automatisieren • Standort freigeben • Verräterische Daten • Kameras fernsteuern • MacBooks • Bluetooth-Kopfhörer • iPhone-6-Hüllen • Ableton-Live-Apps • Kommt das Apple-Auto?</p>
+ </a>
+ <ul>
+ <li class="first"><a href="/mac-and-i/heft/">Aktuelles Heft</a></li>
+ <li><a target="_blank" href="http://shop.heise.de/mac-and-i-abo/">Abonnieren</a></li>
+ <li><a href="/mac-and-i/heftarchiv/">Heftarchiv</a></li>
+ </ul>
+ </div>
+
+
+
+
+
+ <form id="webcode" method="get" action="/bin/softlink">
+ <div class="ident">Webcode:</div> <div class="url">www.mac-and-i.de/</div>
+ <fieldset>
+ <input type="text" id="webcode_input" class="textfield" required="required" placeholder="mi1101003" size="9" name="ctid" />
+ <input type="submit" class="submit" value="enter" />
+ <input type="hidden" name="objekt" value="mi" />
+ </fieldset>
+ </form>
+
+
+
+
+
+<div class="teaser_frei">
+ <div class="anriss_mit_bild_links"> <h3><a href="http://shop.heise.de/ct-mac-special-2014?pid=5001002207">c't special Mac</a></h3> <a href="http://shop.heise.de/ct-mac-special-2014?pid=5001002207"><img alt="" src="//1.f.ix.de/mac-and-i/imgs/65/1/3/8/3/2/3/7/Titel-97485b58f23ceb92.png" /></a> <p><a href="http://shop.heise.de/ct-mac-special-2014?pid=5001002207"><a href="http://shop.heise.de/ct-mac-special-2014?pid=5001002207">
+ Mac: Der bessere PC • Kaufberatung: Alle Macs im Vergleich • Umsteigen von Windows • 150 Seiten Praxistipps zu OS X und Anwendungen • Mac schneller machen • Erste Hilfe, wenns klemmt • Terminal <a href="http://shop.heise.de/ct-mac-special-2014?pid=5001002207"><a href="http://shop.heise.de/ct-mac-special-2014?pid=5001002207"><span class="mehr_schnipsel">Mehr…</span></a></a>
+ </a></a></p> </div>
+</div>
+
+
+
+
+
+ <script type="text/javascript">
+ $(document).ready( function() {
+ $('div#meistgelesen_tabbox').tabs();
+ });
+ </script>
+ <div id="meistgelesen_tabbox" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
+ <ul id="meistgelesen_tabs" class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
+ <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#meistgelesen_tabs-1">Meistgelesen</a></li>
+ <li class="ui-state-default ui-corner-top"><a href="#meistgelesen_tabs-2">Meistkommentiert</a></li>
+ </ul>
+ <div id="meistgelesen_tabs-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
+ <ul>
+ <li><a href="/mac-and-i/artikel/Pro-Contra-Hat-Apple-den-Bogen-ueberspannt-2580439.html">Pro &amp; Contra: Hat Apple den Bogen überspannt?</a></li>
+ <li><a href="/meldung/Fotos-und-mehr-Apple-stellt-OS-X-10-10-3-zum-Download-bereit-2597165.html">"Fotos" und mehr: Apple stellt OS X 10.10.3 zum Download bereit</a></li>
+ <li><a href="/meldung/iOS-8-3-verfuegbar-2597556.html">iOS 8.3 verfügbar</a></li>
+ <li><a href="/meldung/Apple-Watch-Erste-Testberichte-fallen-ordentlich-aus-2597244.html">Apple Watch: Erste Testberichte fallen ordentlich aus</a></li>
+ <li><a href="/meldung/LG-kuendigt-8K-iMac-an-und-wieder-ab-2596469.html">LG kündigt 8K-iMac an – und wieder ab</a></li>
+ </ul>
+ </div>
+ <div id="meistgelesen_tabs-2" class="ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide">
+ <ul>
+
+
+ <li>
+ <a href="/mac-and-i/meldung/Quadratischer-Monitor-fuer-das-Buero-Eizos-FlexScan-EV2730Q-2460773.html">
+ Quadratischer Monitor für das Büro: Eizos FlexScan EV2730Q
+ </a>
+ </li>
+
+ <li>
+ <a href="/mac-and-i/meldung/Umfangreiches-Firmware-Update-fuer-Amazon-Fire-TV-und-Fire-TV-Stick-2584775.html">
+ Umfangreiches Firmware-Update für Amazon Fire TV und Fire TV Stick
+ </a>
+ </li>
+
+ <li>
+ <a href="/mac-and-i/meldung/Jay-Z-verbuendet-sich-mit-anderen-Musikern-fuer-Streaming-Dienst-Tidal-2591043.html">
+ Jay Z verbündet sich mit anderen Musikern für Streaming-Dienst Tidal
+ </a>
+ </li>
+
+ <li>
+ <a href="/mac-and-i/meldung/Apple-Browser-Update-fuer-drei-Safari-Versionen-behebt-Sicherheitsluecken-2578006.html">
+ Apple-Browser: Update für drei Safari-Versionen behebt Sicherheitslücken
+ </a>
+ </li>
+
+ <li>
+ <a href="/mac-and-i/meldung/Safari-Alte-Sicherheitsluecke-speichert-URLs-auch-im-Private-Browsing-Modus-2575426.html">
+ Safari: Alte Sicherheitslücke speichert URLs auch im Private-Browsing-Modus
+ </a>
+ </li>
+
+
+
+ </ul>
+ </div>
+ </div>
+
+
+
+ <p class="us_ad">
+ <span><a target="_blank" href="/mediadaten/heise-online/">Anzeige</a></span><br />
+ <a target="_blank" href="http://pubads.g.doubleclick.net/gampad/clk?id=31532750&amp;iu=/6514/www.heise.de/clicktracking/usAd"><img width="336" height="200" alt="" src="//2.f.ix.de/mac-and-i/imgs/65/1/4/5/5/6/0/2/alto_heise_hp_tour_mpu__20150324-e4f5620ffc9f3323.jpg" /></a>
+ <script type="text/javascript">
+ &lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
+ (function (){
+ var AVW = '&lt;' + 'img id="avw_pixel_intern" src="/avw-bin/ivw/CP/barfoo/ho/2585134/0.gif?d=_ORD_" width="1" height="1" alt=""&gt;'.replace('_ORD_', Math.floor(Math.random()*1000000000)+1000000000);
+ document.write(AVW);
+ })();
+ //--&gt;&lt;!]]&gt;
+ </script><img width="1" height="1" alt="" src="/avw-bin/ivw/CP/barfoo/ho/2585134/0.gif?d=1029284408" id="avw_pixel_intern" />
+ <noscript>&lt;img id="avw_pixel_intern" src="/avw-bin/ivw/CP/barfoo/ho/2585134/0.gif" width="1" height="1" alt=""&gt;</noscript>
+ </p>
+
+
+ <div class="teaser_adliste">
+ <p><a target="_blank" href="/mediadaten/heise-online/">Anzeige</a></p>
+ <ul class="microsites">
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=30995390&amp;iu=/6514/www.heise.de/clicktracking/textlink">Datenberge in Informationen verwandeln</a></li>
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=31000430&amp;iu=/6514/www.heise.de/clicktracking/textlink">IT Angriffe proaktiv erkennen und abwehren</a></li>
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=30944270&amp;iu=/6514/www.heise.de/clicktracking/textlink">Webcast Next Gen Enduser Protection</a></li>
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=29918270&amp;iu=/6514/www.heise.de/clicktracking/textlink">Nerd-Shirts für Informatiker</a></li>
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=31718150&amp;iu=/6514/www.heise.de/clicktracking/textlink">Der 3. IT-Jobtag bei Heise am 16. April</a></li>
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=31588190&amp;iu=/6514/www.heise.de/clicktracking/textlink">Risiko Logfiles: Protokollieren Sie rechtssicher!</a></li>
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=31533230&amp;iu=/6514/www.heise.de/clicktracking/textlink">Skype for Business macht Unternehmen produktiver</a></li>
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=31069190&amp;iu=/6514/www.heise.de/clicktracking/textlink">kostenfreies IT-Event im Fußballstadion</a></li>
+ <li><a target="_blank" rel="nofollow" href="http://pubads.g.doubleclick.net/gampad/clk?id=31048910&amp;iu=/6514/www.heise.de/clicktracking/textlink">Ratgeber: Desktop-Virtualisierung kurz und knapp</a></li>
+ </ul>
+ </div>
+
+ <!--googleoff: all-->
+
+
+ <div class="newsteaser"> <h4><a href="/mac-and-i/news/">News</a></h4> <div class="anriss_mit_bild_links">
+ <h3><a title="Apple stopft Sicherheitslücken in iOS und mehreren OS-X-Versionen" href="/mac-and-i/meldung/Apple-stopft-Sicherheitsluecken-in-iOS-und-mehreren-OS-X-Versionen-2597723.html">Apple stopft Sicherheitslücken in iOS und mehreren OS-X-Versionen</a></h3>
+
+ <a href="/mac-and-i/meldung/Apple-stopft-Sicherheitsluecken-in-iOS-und-mehreren-OS-X-Versionen-2597723.html"><img alt="OS X Yosemite" src="//1.f.ix.de/scale/geometry/160x90/q75/imgs/18/1/4/6/2/8/0/3/urn-newsml-dpa-com-20090101-141017-99-01179_large_4_3-c0577d3c5419b335.jpeg" /></a>
+
+ <p><a href="/mac-and-i/meldung/Apple-stopft-Sicherheitsluecken-in-iOS-und-mehreren-OS-X-Versionen-2597723.html">Apple hat mit den Betriebssystem-Updates vom Mittwoch ein Bündel an Security-Fixes mitgeliefert. Sicherheitsaktualisierungen gibt es auch für OS X 10.8, 10.9 und Apple TV. <a href="/mac-and-i/meldung/Apple-stopft-Sicherheitsluecken-in-iOS-und-mehreren-OS-X-Versionen-2597723.html"><span class="mehr_schnipsel">Mehr…</span></a></a></p> </div>
+ <div class="anriss_mit_bild_links">
+ <h3><a title="Ex-HP-Chefin kritisiert Tim Cooks Kritik an Gesetz zur Religionsfreiheit" href="/mac-and-i/meldung/Ex-HP-Chefin-kritisiert-Tim-Cooks-Kritik-an-Gesetz-zur-Religionsfreiheit-2597091.html">Ex-HP-Chefin kritisiert Tim Cooks Kritik an Gesetz zur Religionsfreiheit</a></h3>
+
+ <a href="/mac-and-i/meldung/Ex-HP-Chefin-kritisiert-Tim-Cooks-Kritik-an-Gesetz-zur-Religionsfreiheit-2597091.html"><img alt="Ehemalige HP-Chefin kritisiert Tim Cooks Kritik an Gesetz zur Religionsfreiheit" src="//3.f.ix.de/scale/geometry/160x90/q75/imgs/18/1/4/6/2/4/2/4/1024px-Carly_Fiorina_by_Gage_Skidmore-e15691fffb93dd28.jpeg" /></a>
+
+ <p><a href="/mac-and-i/meldung/Ex-HP-Chefin-kritisiert-Tim-Cooks-Kritik-an-Gesetz-zur-Religionsfreiheit-2597091.html">Der Apple-Chef hatte sich gegen die Gesetzgebung eines US-Bundesstaates ausgesprochen, der die Diskriminierung von Schwulen und Lesben unter bestimmten Umständen erlauben soll. Carly Fiorina hält dies für "heuchlerisch". <a href="/mac-and-i/meldung/Ex-HP-Chefin-kritisiert-Tim-Cooks-Kritik-an-Gesetz-zur-Religionsfreiheit-2597091.html"><span class="mehr_schnipsel">Mehr…</span></a></a></p> </div>
+ <div class="anriss_mit_bild_links">
+ <h3><a title="Apple Watch: Bestellungen können offenbar dauern" href="/mac-and-i/meldung/Apple-Watch-Bestellungen-koennen-offenbar-dauern-2597741.html">Apple Watch: Bestellungen können offenbar dauern</a></h3>
+
+ <a href="/mac-and-i/meldung/Apple-Watch-Bestellungen-koennen-offenbar-dauern-2597741.html"><img alt="Apple Watch: Bestellungen können offenbar dauern" src="//2.f.ix.de/scale/geometry/160x90/q75/imgs/18/1/4/6/2/8/1/7/apple_watch_liefer1-ecb875926df4a41b.jpeg" /></a>
+
+ <p><a href="/mac-and-i/meldung/Apple-Watch-Bestellungen-koennen-offenbar-dauern-2597741.html">Im deutschen und im britischen Apple Online Store sind kurzzeitig Liefertermine für die Computeruhr aufgetaucht. Manche Modelle brauchen demnach bis zu sechs Wochen. <a href="/mac-and-i/meldung/Apple-Watch-Bestellungen-koennen-offenbar-dauern-2597741.html"><span class="mehr_schnipsel">Mehr…</span></a></a></p> </div>
+ <div class="anriss_mit_bild_links">
+ <h3><a title="Apple aktualisiert Xcode, OS X Server und Apple Configurator" href="/mac-and-i/meldung/Apple-aktualisiert-Xcode-OS-X-Server-und-Apple-Configurator-2597739.html">Apple aktualisiert Xcode, OS X Server und Apple Configurator</a></h3>
+
+ <a href="/mac-and-i/meldung/Apple-aktualisiert-Xcode-OS-X-Server-und-Apple-Configurator-2597739.html"><img alt="Apple aktualisiert Xcode, OS X Server und Apple Configurator" src="//3.f.ix.de/scale/geometry/160x90/q75/imgs/18/1/4/6/2/8/1/5/screen800x500-ed2bb768f9ab35c2.jpeg" /></a>
+
+ <p><a href="/mac-and-i/meldung/Apple-aktualisiert-Xcode-OS-X-Server-und-Apple-Configurator-2597739.html">Neben iOS 8.3 und OS X 10.10.3 hat der Hersteller auch drei weitere hauseigene Anwendungen auf den neuesten Stand gebracht. Xcode 6.3 bringt unter anderem Support für die neue Force-Touch-Technik und ein neues Swift. <a href="/mac-and-i/meldung/Apple-aktualisiert-Xcode-OS-X-Server-und-Apple-Configurator-2597739.html"><span class="mehr_schnipsel">Mehr…</span></a></a></p> </div>
+
+ </div>
+
+
+
+
+
+<div class="teaser_frei">
+ <div class="anriss_mit_bild_links"> <h3><a href="/meldung/Quiz-Wie-gut-kennen-Sie-Apple-2504501.html">Quiz: Wie gut kennen Sie Apple?</a></h3> <a href="/meldung/Quiz-Wie-gut-kennen-Sie-Apple-2504501.html"><img alt="Quiz: Wie gut kennen Sie Apple?" src="//3.f.ix.de/mac-and-i/imgs/65/1/4/1/5/1/2/2/Quiz-Frage-5b1e2e989f5a3cc9.png" /></a> <p><a href="/meldung/Quiz-Wie-gut-kennen-Sie-Apple-2504501.html"><a href="/meldung/Quiz-Wie-gut-kennen-Sie-Apple-2504501.html">
+ 12 Fragen rund um das Unternehmen und seine Produkte – einige davon dürften nur Fortgeschrittene knacken können. <a href="/meldung/Quiz-Wie-gut-kennen-Sie-Apple-2504501.html"><a href="/meldung/Quiz-Wie-gut-kennen-Sie-Apple-2504501.html"><span class="mehr_schnipsel">Mehr…</span></a></a>
+ </a></a></p> </div>
+</div>
+
+
+
+
+
+ <div class="artikelteaser"> <h4><a href="/mac-and-i/artikel/">Artikel </a></h4> <div class="anriss_mit_bild_links">
+ <h3><a title="Pro &amp; Contra: Hat Apple den Bogen überspannt?" href="/mac-and-i/artikel/Pro-Contra-Hat-Apple-den-Bogen-ueberspannt-2580439.html">Pro &amp; Contra: Hat Apple den Bogen überspannt?</a></h3>
+
+ <a href="/mac-and-i/artikel/Pro-Contra-Hat-Apple-den-Bogen-ueberspannt-2580439.html"><img alt="" src="//3.f.ix.de/scale/geometry/160x90/q75/mac-and-i/imgs/65/1/4/5/2/5/6/5/Screen_Shot-4a5e2819f374a051.jpeg" /></a>
+ <p><a href="/mac-and-i/artikel/Pro-Contra-Hat-Apple-den-Bogen-ueberspannt-2580439.html">Beim neuen MacBook 12" gibt es außer der Kopfhörerbuchse nur eine Schnittstelle: USB Typ C. Darüber scheiden sich wieder mal die Geister. <a href="/mac-and-i/artikel/Pro-Contra-Hat-Apple-den-Bogen-ueberspannt-2580439.html"><span class="mehr_schnipsel">Mehr…</span></a></a></p> </div> <div class="anriss_mit_bild_links">
+ <h3><a title="Praxistipp: Größere SSD im MacBook Air 2011" href="/mac-and-i/artikel/Praxistipp-Groessere-SSD-im-MacBook-Air-2011-2560061.html">Praxistipp: Größere SSD im MacBook Air 2011</a></h3>
+
+ <a href="/mac-and-i/artikel/Praxistipp-Groessere-SSD-im-MacBook-Air-2011-2560061.html"><img alt="" src="//1.f.ix.de/scale/geometry/160x90/q75/mac-and-i/imgs/65/1/4/4/0/1/2/3/MacBook-mit-SSD-breit-d974d1a97ebb442b.png" /></a>
+ <p><a href="/mac-and-i/artikel/Praxistipp-Groessere-SSD-im-MacBook-Air-2011-2560061.html">Wenn das MacBook an seine Grenzen stößt, brauchen Sie nicht unbedingt ein neues: Ersatz-SSDs gibt es ab 170 Euro, der Umbau ist auch für Laien zu schaffen und in wenigen Minuten erledigt. <a href="/mac-and-i/artikel/Praxistipp-Groessere-SSD-im-MacBook-Air-2011-2560061.html"><span class="mehr_schnipsel">Mehr…</span></a></a></p> </div> <div class="anriss_mit_bild_links">
+ <h3><a title="Pro &amp; Contra: Ist Apple zu streng?" href="/mac-and-i/artikel/Pro-Contra-Ist-Apple-zu-streng-2530140.html">Pro &amp; Contra: Ist Apple zu streng?</a></h3>
+
+ <a href="/mac-and-i/artikel/Pro-Contra-Ist-Apple-zu-streng-2530140.html"><img width="71" height="100" title="" alt="" src="//2.f.ix.de/mac-and-i/imgs/65/1/4/2/2/6/3/4/Voransicht-8552184f61c1fab3.jpeg" /></a>
+ <p><a href="/mac-and-i/artikel/Pro-Contra-Ist-Apple-zu-streng-2530140.html">Das Prüferteam im iOS-App-Store lehnt immer häufiger ganze Apps ab oder verlangt eine Beschneidung der Funktionen. Ist das richtig so? <a href="/mac-and-i/artikel/Pro-Contra-Ist-Apple-zu-streng-2530140.html"><span class="mehr_schnipsel">Mehr…</span></a></a></p> </div> <div class="anriss_mit_bild_links">
+ <h3><a title="Die besseren Mac minis" href="/mac-and-i/artikel/Die-besseren-Mac-minis-2445333.html">Die besseren Mac minis</a></h3>
+
+ <a href="/mac-and-i/artikel/Die-besseren-Mac-minis-2445333.html"><img alt="" src="//3.f.ix.de/scale/geometry/160x90/q75/mac-and-i/imgs/65/1/3/7/4/7/9/6/MacMiniDiagonal-ddc35b43efc0f9d5-f08e367febe26a99.jpeg" /></a>
+ <p><a href="/mac-and-i/artikel/Die-besseren-Mac-minis-2445333.html">Nachdem wir den günstigsten Mac mini mit 1,4 GHz bereits in Mac &amp; i Heft 6/2014 vorstellen konnten, reichen wir nun – wie versprochen – einen Test der beiden besseren Konfigurationen nach. <a href="/mac-and-i/artikel/Die-besseren-Mac-minis-2445333.html"><span class="mehr_schnipsel">Mehr…</span></a></a></p> </div> </div>
+
+
+
+
+
+
+
+
+
+
+<div class="teaser_frei">
+ <div class="anriss_mit_bild_links"> <h3><a href="/meldung/In-eigener-Sache-Mac-i-im-Digitalabo-2137456.html">In eigener Sache: Mac &amp; i im Digitalabo</a></h3> <a href="/meldung/In-eigener-Sache-Mac-i-im-Digitalabo-2137456.html"><img alt="In eigener Sache: Mac &amp;amp; i im Digitalabo" src="//2.f.ix.de/mac-and-i/imgs/65/1/1/8/9/2/5/6/14_auf_iPad_Air-32d65b8788224ed5.png" /></a> <p><a href="/meldung/In-eigener-Sache-Mac-i-im-Digitalabo-2137456.html"><a href="/meldung/In-eigener-Sache-Mac-i-im-Digitalabo-2137456.html">
+ Heise Medien bietet Lesern, die kein gedrucktes Heft mehr wollen, nun auch ein vergünstigtes Digitalabo von Mac &amp; i für das iPad an. <a href="/meldung/In-eigener-Sache-Mac-i-im-Digitalabo-2137456.html"><a href="/meldung/In-eigener-Sache-Mac-i-im-Digitalabo-2137456.html"><span class="mehr_schnipsel">Mehr…</span></a></a>
+ </a></a></p> </div>
+</div>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ </div>
+ <div id="bannerzone">
+ <div class="leaderboard"><script type="text/javascript">
+&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
+var dfp_ord; if (!dfp_ord) { dfp_ord = Math.floor(Math.random()*1000000000)+1000000000; }
+var yp_res; if (typeof yl !== "undefined" &amp;&amp; yl.YpResult !== "undefined") { yp_res = yl.YpResult.get('66444'); }
+var rb = false; document.write('&lt;script src="http://ad-emea.doubleclick.net/N6514/adj/mac/mac-inhalt;sz=728x90,468x60;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=3;_YL_;ord=_ORD_?" type="text/javascript"&gt;&lt;\/script&gt;'.replace('_ORD_', dfp_ord).replace(';_YL_', typeof yp_res !== "undefined" &amp;&amp; yp_res.pricerange ? ';pricerange=' + yp_res.pricerange : ''));
+//--&gt;&lt;!]]&gt;
+</script><script type="text/javascript" src="http://ad-emea.doubleclick.net/N6514/adj/mac/mac-inhalt;sz=728x90,468x60;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=3;ord=1875073260?"></script>
+<noscript>&lt;div&gt;&lt;a href="http://ad-emea.doubleclick.net/N6514/jump/mac/mac-inhalt;sz=728x90,468x60;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=3;_YL_;ord=7840756744?" target="_blank"&gt;&lt;img alt="" src="http://ad-emea.doubleclick.net/N6514/ad/mac/mac-inhalt;sz=728x90,468x60;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=3;_YL_;ord=7840756744?" /&gt;&lt;/a&gt;&lt;/div&gt;</noscript>
+</div>
+ <div class="heiseadvert"></div>
+ <div class="skyscraper"><script type="text/javascript">
+&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
+var dfp_ord; if (!dfp_ord) { dfp_ord = Math.floor(Math.random()*1000000000)+1000000000; }
+var yp_res; if (typeof yl !== "undefined" &amp;&amp; yl.YpResult !== "undefined") { yp_res = yl.YpResult.get('66424'); }
+if (typeof rb != "undefined" &amp;&amp; rb != true) document.write('&lt;script src="http://ad-emea.doubleclick.net/N6514/adj/mac/mac-inhalt;sz=120x600,120x800,160x600,160x800;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=4;_YL_;ord=_ORD_?" type="text/javascript"&gt;&lt;\/script&gt;'.replace('_ORD_', dfp_ord).replace(';_YL_', typeof yp_res !== "undefined" &amp;&amp; yp_res.pricerange ? ';pricerange=' + yp_res.pricerange : ''));
+//--&gt;&lt;!]]&gt;
+</script><script type="text/javascript" src="http://ad-emea.doubleclick.net/N6514/adj/mac/mac-inhalt;sz=120x600,120x800,160x600,160x800;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=4;ord=1875073260?"></script>
+<noscript>&lt;div&gt;&lt;a href="http://ad-emea.doubleclick.net/N6514/jump/mac/mac-inhalt;sz=120x600,120x800,160x600,160x800;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=4;_YL_;ord=7840756744?" target="_blank"&gt;&lt;img alt="" src="http://ad-emea.doubleclick.net/N6514/ad/mac/mac-inhalt;sz=120x600,120x800,160x600,160x800;kw=1Password,Mac%20OS%20X,Passwort,Passwortmanager,Sicherheit,TOTP;tile=4;_YL_;ord=7840756744?" /&gt;&lt;/a&gt;&lt;/div&gt;</noscript>
+</div>
+ </div>
+</div>
+
+
+
+
+<div style="display: inline;"><img width="1" height="1" alt="" src="/ivw-bin/ivw/CP/mac-and-i/meldung/1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html?url=%2Fmac-and-i%2Fmeldung%2F1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html" id="ivw_pixel_intern" /></div>
+
+
+
+
+ <script type="text/javascript">
+ var iam_data = {
+ "st":"heise",
+ "cp":"mac",
+ "sv":"in",
+ "co":"%2Fmac-and-i%2Fmeldung%2F1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html"
+ }
+ iom.c(iam_data);
+ </script><script src="http://de.ioam.de/tx.io?st=heise&amp;cp=mac&amp;sv=in&amp;co=%252Fmac-and-i%252Fmeldung%252F1Password-fuer-Mac-generiert-Einmal-Passwoerter-2596987.html&amp;pt=CP&amp;rf=&amp;r2=&amp;ur=www.heise.de&amp;xy=1440x900x24&amp;lo=GB%2FBirmingham&amp;cb=0002&amp;vr=307&amp;id=q4s141&amp;lt=1428601857876&amp;ev=&amp;cs=bt2w10&amp;mo=1"></script>
+
+
+
+
+<!-- Webtrekk 3.2.2, (c) www.webtrekk.com -->
+ <script src="/js/ho/webtrekk-v3-bundle-heise-2013-01-21.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ &lt;!--
+ var pageConfig = {
+ linkTrack : "standard", // Activate Link Tracking [link or standard]
+ heatmap : "0", // Activate Heatmap Tracking [1 = on | 0 = off]
+ form : "0", // Activate Form Tracking [1 = on | 0 = off]
+ trackId : "288689636920174",
+ pixelSampling : "",
+ contentId: "www.heise.de.mac-and-i.meldung.1password-fuer-mac-generiert-einmal-passwoerter-2596987"
+ };
+ var wt = new webtrekkV3(pageConfig);
+ wt.contentGroup = {};
+ wt.contentGroup['1'] = "www.heise.de";
+ wt.contentGroup['2'] = "mac-and-i";
+ wt.contentGroup['3'] = "meldung";
+ wt.contentGroup['4'] = "1password-fuer-mac-generiert-einmal-passwoerter-2596987";
+
+
+
+
+ wt.contentGroup['9'] = "1password-fuer-mac-generiert-einmal-passwoerter-2596987";
+ wt.contentGroup['10'] = "meldung";
+
+ wt.customParameter = {};
+
+ wt.customParameter['2'] = "1password;mac os x;passwort;passwortmanager;sicherheit;totp";
+
+
+
+ wt.customParameter['6'] = "1password;mac os x;passwort;passwortmanager;sicherheit;totp";
+
+ wt.customParameter['8'] = "2015-04-08T12:46:00";
+ wt.customParameter['9'] = "mac-and-i";
+ wt.customParameter['10'] = "mac-and-i";
+
+
+
+
+
+
+
+ wt.heatmapRefpoint = 'container_content';
+ wt.sendinfo();
+
+ //--&gt;
+ </script>
+ <noscript>&lt;div&gt;&lt;img src="//prophet.heise.de/288689636920174/wt.pl?p=322,www.heise.de.mac-and-i.meldung.1password-fuer-mac-generiert-einmal-passwoerter-2596987&amp;cg1=www.heise.de&amp;cg10=meldung&amp;cg2=mac-and-i&amp;cg3=meldung&amp;cg4=1password-fuer-mac-generiert-einmal-passwoerter-2596987&amp;cg9=1password-fuer-mac-generiert-einmal-passwoerter-2596987&amp;cp10=mac-and-i&amp;cp2=1password%3Bmac%20os%20x%3Bpasswort%3Bpasswortmanager%3Bsicherheit%3Btotp&amp;cp6=1password%3Bmac%20os%20x%3Bpasswort%3Bpasswortmanager%3Bsicherheit%3Btotp&amp;cp8=2015-04-08T12%3A46%3A00&amp;cp9=mac-and-i" height="1" width="1" alt="" /&gt;&lt;/div&gt;</noscript>
+
+
+<!-- /Webtrekk -->
+
+
+
+
+ <script type="text/javascript">
+ &lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
+ // VGWORT-CROP-MARKER
+ var vgwort_token='c9016af5c9984399bf413fa66e5ba786';
+ document.write('&lt;div style="display: inline;"&gt;&lt;img src="http://heise.met.vgwort.de/na/' + vgwort_token);
+ document.write('" width="1" height="1" alt="" /&gt;&lt;' + '/div&gt;');
+ //--&gt;&lt;!]]&gt;
+ </script><div style="display: inline;"><img width="1" height="1" alt="" src="http://heise.met.vgwort.de/na/c9016af5c9984399bf413fa66e5ba786" /></div>
+
+
+
+
+
+
+
+
+
+
+
+
+ <ul id="navi_bottom">
+
+
+ <li class="left"><a href="/Privacy-Policy-der-Heise-Medien-GmbH-Co-KG-4860.html">Datenschutzhinweis</a> </li>
+
+
+
+ <li class="left"><a href="/mac-and-i/impressum.html">Impressum</a></li>
+
+
+
+ <li class="left"><a href="/mac-and-i/kontakt/">Kontakt</a> </li>
+
+
+
+ <li class="left"><a rel="external" target="_blank" href="/mediadaten/mac_and_i/">Mediadaten</a> </li>
+
+
+
+ <li class="left"><a href="http://m.heise.de/mac-and-i/">News mobil</a></li>
+
+
+
+<li class="bid_anzeige">
+1462351
+</li>
+
+
+
+ <li class="right"><a style="margin-right: 0;" rel="external" href="http://www.interred.de/">Content Management</a> by <b style="margin-right: 0.5em;">Inter<span class="tx_red">Red</span></b></li>
+
+
+
+
+ <li class="right"><a href="http://www.heise-medien.de/">Copyright © 2015 Heise Medien</a></li>
+
+
+
+
+
+
+</ul>
+
+<script src="/js/heise.min.js"></script><section class="heise-modal newsletter_2014_modal"><div class="wrapper-transparent"></div><div class="stage"><button data-role="close">×</button></div></section>
+
+
+
+
+
+
+
+
+</body></html>
+<!-- Created with InterRed V15.4-x.x.x.x.1, http://www.interred.de/, by InterRed GmbH -->
+<!-- BID: 1462351, iBID: 1462432, CID: 2596987, iCID: 2597101 -->
+<!-- Link: $(LB1462351:Linktext)$ $(LC2596987:Linktext)$ -->
+<!-- Generiert: 2015-04-08 12:48:46 -->
diff --git a/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json
new file mode 100644
index 0000000..a26021c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/api.news.com.au\/content\/1.0\/heraldsun\/images\/1227261885862?format=jpg&group=iphone&size=medium"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json
new file mode 100644
index 0000000..1024132
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "JOE HILDEBRAND",
+ "Direction": null,
+ "Excerpt": "A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed.",
+ "Image": "http:\/\/api.news.com.au\/content\/1.0\/heraldsun\/images\/1227261885862?format=jpg&group=iphone&size=medium",
+ "Title": "Angry media won’t buckle over new surveillance laws",
+ "SiteName": "HeraldSun"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html
new file mode 100644
index 0000000..988c78c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html
@@ -0,0 +1,21 @@
+<div>
+ <div>
+ <p><img data-src="http://api.news.com.au/content/1.0/heraldsun/images/1227261885862?format=jpg&amp;group=iphone&amp;size=medium" alt="A new Bill would require telecommunications service providers to store so-called ‘metadat">
+ </p>
+ <p>
+ <span id="imgCaption">A new Bill would require telecommunications service providers to store so-called ‘metadata’ for two years.</span>
+ <span><em>Source:</em>
+ Supplied</span>
+ </p>
+ </div>
+ <p><strong>
+ A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed.
+ </strong></p>
+ <p>The roadshow featured the Prime Minister’s national security adviser, Andrew Shearer, Justin Bassi, who advises Attorney-General George Brandis on crime and security matters, and Australian Federal Police Commissioner Andrew Colvin. Staffers from the office of Communications Minister Malcolm Turnbull also took part.</p><p>They held meetings with executives from News Corporation and Fairfax, representatives of the TV networks, the ABC top brass and a group from the media union and the Walkley journalism foundation. I was involved as a member of the Walkley board.</p><p>The initiative, from Tony Abbott’s office, is evidence that the Government has been alarmed by the strength of criticism from media of the Data Retention Bill it wants passed before Parliament rises in a fortnight. Bosses, journalists, even the Press Council, are up in arms, not only over this measure, but also over aspects of two earlier pieces of national security legislation that interfere with the ability of the media to hold government to account.</p>
+
+
+
+<div id="read-more">
+ <p>The Bill would require telecommunications service providers to store so-called “metadata” — the who, where, when and how of a communication, but not its content — for two years so security and law enforcement agencies can access it without warrant. Few would argue against the use of such material to catch criminals or terrorists. But, as Parliament’s Joint Committee on Intelligence and Security has pointed out, it would also be used “for the purpose of determining the identity of a journalist’s sources”.</p><p>And that should ring warning bells for anyone genuinely concerned with the health of our democracy. Without the ability to protect the identity of sources, journalists would be greatly handicapped in exposing corruption, dishonesty, waste, incompetence and misbehaviour by public officials.</p><p>The Press Council is concerned the laws would crush investigative journalism.</p><p>“These legitimate concerns cannot be addressed effectively short of exempting journalists and media organisations,” says president David Weisbrot.</p><p>The media union is adamant journalists’ metadata must be exempted from the law. That’s what media bosses want, too, though they have a fallback position based on new safeguards being implemented in Britain.</p><p>That would prevent access to the metadata of journalists or media organisations without a judicial warrant. There would be a code including — according to the explanatory notes of the British Bill — “provision to protect the public interest in the confidentiality of journalistic sources”.</p><p>In their meetings this week, the government team boasted of concessions in the new Data Retention Bill. The number of agencies able to access metadata will be reduced by excluding such organisations as the RSPCA and local councils. And whenever an authorisation is issued for access to information about a journalist’s sources, the Ombudsman (or, where ASIO is involved, the Inspector-General of Intelligence and Security) will receive a copy.</p><p>That does nothing to solve the problem. The Government has effectively admitted as much by agreeing that the parliamentary committee should conduct a separate review of how to deal with the issue of journalists’ sources.</p><p>But another inquiry would be a waste of time — the committee has already received and considered dozens of submissions on the subject. The bottom line is that the Government does not deny that the legislation is flawed, but is demanding it be passed anyway with the possibility left open of a repair job down the track. That is a ridiculous approach.</p><p>Claims that immediate action is imperative do not stand up. These are measures that won’t come into full effect for two years. Anyway, amending the Bill to either exempt journalists or adopt the UK model could be done quickly, without any risk to national security.</p><p>AS Opposition Leader Bill Shorten said in a letter to Abbott last month: “Press freedom concerns about mandatory data retention would ideally be addressed in this Bill to avoid the need for future additional amendments or procedures to be put in place in the future.”</p><p>The Data Retention Bill will be debated in the House of Representatives this week. Then, on Friday, CEOs from leading media organisations will front the parliamentary committee to air their concerns before the legislation goes to the Senate.</p><p>Those CEOs should make it clear they are just as angry about this as they were about Stephen Conroy’s attempt to impinge on press freedom through media regulation under the previous Labor government.</p><p>Memories of the grief Conroy brought down on his head would undoubtedly make Abbott sit up and take notice.</p><p><b>LAURIE OAKES IS THE NINE NETWORK POLITICAL EDITOR </b></p>
+ </div>
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html
new file mode 100644
index 0000000..050bed4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html
@@ -0,0 +1,1193 @@
+<!--?xml version="1.0" encoding="UTF-8" ?--><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en-au" xml:lang="en-au"><head>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!-- site: HeraldSun esi: true breachflag: true channel: mobile -->
+
+
+
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
+ <meta name="HandheldFriendly" content="true"/>
+ <meta name="MobileOptimized" content="320"/>
+ <meta http-equiv="cleartype" content="on"/>
+ <meta name="format-detection" content="telephone=no"/>
+ <meta name="format-detection" content="address=no"/>
+ <!--thisPage::>1226616041343 thisMobilePage::>1226586877147 -->
+
+ <script>bruce_rtget={"sno": "1", "snol": "h,e,g", "tmstamp": "2015-03-21 11:30:02.973988"};</script>
+
+
+ <script type="text/javascript">
+(function() {
+ var useSSL = 'https:' == document.location.protocol;
+ var src = (useSSL ? 'https:' : 'http:') + '//tags.news.com.au/prod/utrack/utrack.js?cb='+ (new Date()).getTime();
+ document.write('&lt;scr' + 'ipt src="' + src + '">&lt;/scr' + 'ipt>');
+ })();
+</script><script src="http://tags.news.com.au/prod/utrack/utrack.js?cb=1426898115317"></script>
+
+
+ <title>Angry media won’t buckle over new surveillance laws
+ | Herald Sun</title>
+ <meta name="description" content="A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed."/>
+ <meta name="keywords" content=" mandatory data retention, legitimate concerns, investigative journalism, journalistic sources, freedom concerns, federal Government team, Inspector General, News Corporation, House of Representatives, RSPCA, Tony Abbott, Bill Shorten, media organisations, national security, media union, press freedom, Government team, Angry media, telecommunications service providers, national security legislation, immediate action, media regulation, national security adviser, journalism foundation, surveillance legislation, media bosses, political editor, exempt journalists, law enforcement agencies, ,,,United Kingdom, Malcolm Bligh Turnbull, George Brandis, Justin Bassi, Andrew Colvin, Stephen Conroy, Laurie Oakes"/>
+ <!-- primary is not empty-->
+ <meta property="og:image" content="http://api.news.com.au/content/1.0/heraldsun/images/1227261885862?format=jpg&amp;group=iphone&amp;size=medium"/>
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta name="twitter:image:src" content="http://api.news.com.au/content/1.0/heraldsun/images/1227261885862?format=jpg&amp;group=iphone&amp;size=medium"/>
+ <meta property="og:title" content="Angry media won’t buckle over new surveillance laws"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:url" content="http://www.heraldsun.com.au/news/opinion/angry-media-wont-buckle-over-new-surveillance-laws/story-fni0fha6-1227261886014"/>
+ <meta property="og:site_name" content="HeraldSun"/>
+ <meta property="fb:app_id" content="135469303148773"/>
+ <meta property="og:description" content="A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed."/>
+ <meta property="og:country-name" content="Australia"/>
+ <meta name="article:publisher" content="News Limited"/>
+ <meta name="article:author" content="Laurie Oakes"/>
+ <meta name="article:publicationdate" content="Fri Mar 13 21:30:09 EST 2015"/>
+ <meta property="fb:admins" content=",100000875899514"/>
+ <link rel="canonical" href="http://www.heraldsun.com.au/news/opinion/angry-media-wont-buckle-over-new-surveillance-laws/story-fni0fha6-1227261886014"/>
+ <meta name="twitter:site" content="@theheraldsun"/>
+ <meta name="twitter:site:id" content="@theheraldsun"/>
+ <script type="text/javascript">
+ //<![CDATA[
+ window.ndm = window.ndm || {};
+ window.ndm.fwResourcesNewscdn = 'http://resources.newscdn.com.au';
+ window.ndm.social = window.ndm.social || {};
+ window.ndm.social.activity = "{'activitycenter':'','historytab':'','quicklinks':'','readlist':''}";
+ window.ndm.social.section = {
+ 'url': '/news/opinion/laurie-oakes/',
+ 'sections': ["News","Opinion","Laurie Oakes"],
+ 'sectionpath':'/section/heraldsun.com.au/news/opinion/laurie-oakes/'
+ };
+ var overrideNdmPageSite, overrideNdmPageUs, overridePageType, overrideNdmPageCustom, overrideNdmPageAdsenseGoogleAdClient, overrideNdmPageAdsenseGoogleAdChannel;
+ ndm.account = {
+ urls: { login: "http://www.heraldsun.com.au/login", signup: "http://subscription.news.com.au/heraldsun/offers", account: "https://myaccount.news.com.au/heraldsun/viewAccount" }
+ };
+
+
+
+
+
+
+ window.ndm = window.ndm || {};window.ndm.cam = {'status': 'logged-out', 'memtype': 'anonymous'};ndm.config = {idp: {relayState: 'http://m.heraldsun.com.au/news/opinion/angry-media-wont-buckle-over-new-surveillance-laws/story-fni0fha6-1227261886014?nk=e65db50ff7e443a778cb38df8e9ad061',samlLoc: 'http://saml.cam.idmndm.com',channel: 'msite',site: 'HeraldSun'}, metered: {mode: 'free',state: {'max': 5, 'access': 'true', 'count': 1},endpoint: {registration: 'https://idp.news.com.au/idp/Authn/rest',products: 'http://digitalpass.heraldsun.com.au'},productInfo: {offerCode: '2_1_',sourceCode: 'HSWEB_MOB100_a'}}};
+ window.ndm.idp = window.ndm.idp || {};
+ window.ndm.idp.socialEnabled = !window.ndm.cam.paywalldisabled;
+ window.ndm.idp.channel = "msite";
+ window.ndm.idp.domain = "https://idp.news.com.au/";
+ window.ndm.idp.activity = true;
+ window.ndm.idp.frictionless = false;
+ window.ndm.idp.sitename = "HeraldSun";
+ window.ndm.idp.location = "http://saml.cam.idmndm.com";
+ window.ndm.idp.linkerror = "http://m.heraldsun.com.au/linkerror";
+ window.ndm.idp.registrationUrl = "http://m.heraldsun.com.au/signupfinal";
+ ndm.cam = ndm.cam || {};
+ //]]>
+ </script>
+ <!--default position [{id=1226636939151, type=News_Resources_Group}]-->
+<!-- Resource Included [{id=1226636960308, type=News_Resources_Group}]-->
+<!-- Resource Included [{id=1226305922727, type=News_Javascript}, {id=1226636894336, type=News_Resources_Group}, {id=1226641842346, type=News_Resources_Group}, {id=1226766835979, type=News_Resources_Group}, {id=1226814635510, type=News_Stylesheet}]-->
+<!-- Resource Included [{id=1226636896198, type=News_Javascript}, {id=1226768825469, type=News_Javascript}, {id=1226636896348, type=News_Javascript}, {id=1226636941781, type=News_Stylesheet}, {id=1226636941933, type=News_Stylesheet}, {id=1226975215417, type=News_Resources_Group}, {id=1226636898522, type=News_Resources_Group}, {id=1226717662103, type=News_Resources_Group}, {id=1227125508198, type=News_Resources_Group}]-->
+<!-- Resource Included [{id=1226975215371, type=News_Javascript}]-->
+<!-- Resource Included [{id=1226636898905, type=News_Javascript}]-->
+<!-- Resource Included [{id=1227075473855, type=News_Resources_Group}]-->
+<!-- Resource Included [{id=1227023921688, type=News_Javascript}, {id=1227023921564, type=News_Stylesheet}]-->
+<!-- Resource Included [{id=1227125511995, type=News_Javascript}]-->
+<!-- Resource Included [{id=1226641837720, type=News_Javascript}, {id=1226641840116, type=News_Stylesheet}]-->
+<!-- Resource Included [{id=1226866557087, type=News_Stylesheet}, {id=1226766829330, type=News_Javascript}, {id=1226858257711, type=News_Javascript}, {id=1226766829929, type=News_Javascript}]-->
+ <link rel="stylesheet" media="screen" type="text/css" href="http://resources.newscdn.com.au/cs/frameworks/prefab/latest/public/css/site/m.heraldsun/v3/base.css"/>
+ <link rel="stylesheet" media="screen" type="text/css" href="http://resources.newscdn.com.au/cs/frameworks/prefab/latest/public/css/site/m.heraldsun/v3/story.css"/>
+ <link rel="stylesheet" media="screen" type="text/css" href="http://resources.newscdn.com.au/cs/video/stable/build/player.css"/>
+ <link rel="stylesheet" media="screen" type="text/css" href="http://resources.newscdn.com.au/cs/social/latest/css/base-mobile.css"/>
+ <link rel="stylesheet" media="screen" type="text/css" href="http://resources.newscdn.com.au/cs/metered/current/deployBucketA/themes/default/css/mobile/metered.css"/>
+ <link rel="stylesheet" media="screen" type="text/css" href="http://media.news.com.au/nnd/mobile-fixes/hideformobile-module-rule-hotfix.css"/>
+ <script type="text/javascript" src="http://resources.newscdn.com.au/cs/frameworks/prefab/latest/lib/mobile-vendors-concat-min.js"></script>
+ <script type="text/javascript" src="http://resources.newscdn.com.au/cs/frameworks/prefab/latest/public/js/channel/mobile/brandify-concat-min.js"></script>
+ <script type="text/javascript" async="true" src="http://resources.newscdn.com.au/cs/social/latest/js/main.r.min.js"></script>
+ <script type="text/javascript" src="http://subscription.news.com.au/landingpages/mastheadresources/mobile/heraldsun_metered/1/js/hs-mm-config.js"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+ //]]>
+</script>
+<link rel="shortcut icon" href="http://resources.news.com.au/cs/heraldsun/images/favicon.ico" type="image/x-icon"/>
+<link rel="icon" href="http://resources.news.com.au/cs/heraldsun/images/favicon.ico" type="image/x-icon"/>
+ <!-- Icons for Mobile Devices -->
+ <!-- For third-generation iPad with high-resolution Retina display: -->
+<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://resources.newscdn.com.au/cs/frameworks/prefab/latest/public/img/metros/heraldsun/icons/apple-touch-icon-144x144-precomposed.png"/>
+ <!-- For iPhone with high-resolution Retina display: -->
+<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://resources.newscdn.com.au/cs/frameworks/prefab/latest/public/img/metros/heraldsun/icons/apple-touch-icon-144x144-precomposed.png"/>
+ <!-- For first- and second-generation iPad: -->
+<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://resources.newscdn.com.au/cs/frameworks/prefab/latest/public/img/metros/heraldsun/icons/apple-touch-icon-72x72-precomposed.png"/>
+ <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
+<link rel="apple-touch-icon-precomposed" href="http://resources.newscdn.com.au/cs/frameworks/prefab/latest/public/img/metros/heraldsun/icons/apple-touch-icon-precomposed.png"/>
+<script type="text/javascript">
+//<![CDATA[
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ $.config.init({
+ "location": {
+ "postcode": 3000,
+ "localised": true,
+ "geo": true,
+ "weather-url": "http://m.weather.heraldsun.com.au/"
+ },
+ "search": {
+ "adPublisherID": "ca-nd-heraldsun_js",
+ "cx": "012148326047351459851:r3aolj9uplk",
+ "drawLightForm": true,
+ "container": "#mobile-footer-nav",
+ "pre": true,
+ "useLegacySearch": true
+ }
+});
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ window.envoy_config = window.envoy_config || {};
+window.envoy_config.identity = {
+ ninbar: {
+ 'subscribe-url': 'http://m.heraldsun.com.au/subscribe/news/1/?sourceCode=HSWEB_MOB538'
+ }
+};
+(function(i, s, o, g, r, a, m){
+ i[r]={};a=s.createElement(o),m=s.getElementsByTagName(o)[0],
+ g=('https:'===document.location.protocol?'https://envoyssl.':
+ 'http://envoy.')+g;a.async=1;a.src=g;m.parentNode.insertBefore(a,m);
+ })(window, document, 'script', 'newscdn.com.au/service/concat.js?envoy&identity/latest&siteid=hsm', 'newscdn');
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function (global) {
+ var msite = global.msite || {};
+ msite.config = {
+ site: 'hwt.mobile',
+ name: 'heraldsun',
+ section: 'VIDEO',
+ ads: true
+ };
+ // Export
+ global.msite = msite;
+}(window));
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ //]]>
+ </script>
+ <style>
+ .story .text-g-other-news-stories .story-block:last-child {
+ border-bottom: none;
+}
+.story .affiliate-strip h3 {
+ background: none !important;
+}
+.story .affiliate-inner {
+ min-height: 115px;
+}
+ </style>
+<script>
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ ndm.page.section = "NEWS.OPINION.LAURIE-OAKES";
+ //]]>
+ </script>
+<!-- Resource Included []-->
+
+
+ <!-- new.adkit -->
+ <script type="text/javascript">
+ //<![CDATA[
+ (function() {
+ var useSSL = 'https:' == document.location.protocol;
+ var src = (useSSL ? 'https:' : 'http:') +
+ '//tags.news.com.au/prod/utrack/utrack.js?cb='+ (new Date()).getTime();
+ document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
+ })();
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ <!-- new.adkit -->
+ utag_data = window.utag_data || {};
+ utag_data.ad_pagetype = overridePageType || "story";
+ utag_data.adsense_client = overrideNdmPageAdsenseGoogleAdClient || "ca-nd-heraldsun_js";
+ utag_data.adsense_client_intl = overrideNdmPageAdsenseGoogleAdClient || "ca-nd-heraldsun-st-intl_js";
+ utag_data.adsense_channel = overrideNdmPageAdsenseGoogleAdChannel || "news";
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ window.ndm = window.ndm || {};
+ window.ndm.page = window.ndm.page || {};
+ ndm.page.site = overrideNdmPageSite || "HWT";
+ ndm.page.us = overrideNdmPageUs || "ndmheraldsun";
+ ndm.page.runads = true;
+ ndm.page.adstyles = "auto";
+ ndm.page.type = overridePageType || "story";
+ ndm.page.shareid = "62096b8e16f25e2422eca8e6ed13572a";
+ ndm.page.storyid = "1227261886014";
+ utag_data.net_article_date="2015-03-13 20:19:42";
+ utag_data.net_article_updated_time="2015-03-13 21:30:09";
+ //]]>
+ </script>
+
+<script src="http://tags.news.com.au/prod/trending/hs_m.js?id=1227261886014"></script>
+ <meta http-equiv="X-UA-Compatible" content="IE=8"/>
+ <meta name="robots" content="noarchive"/>
+ <script type="text/javascript">
+ //<![CDATA[
+ ndm.cam.contentTypeRule = 'NON_PREMIUM' === 'PREMIUM' ? 'restricted' : 'free';
+ ndm.cam.contentTypeGranted = 'full';
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ ndm.page.msrelatedlinks = false;
+ //]]>
+ </script>
+</head>
+<body class="heraldsun story story-1227261886014 no-js news news-opinion news-opinion-laurie-oakes news-opinion-laurie-oakes-index cam user-anonymous paywall source-heraldsun ">
+<div id="page">
+ <div id="header">
+ <div id="header-logo">
+ <strong><a href="http://m.heraldsun.com.au">m.heraldsun.com.au</a></strong>
+ </div>
+ <div id="mobile-nav" class="site-nav">
+ <!-- support 3 tiers/levels of m sites navigation -->
+ <!-- esi true once login 1226622207516-->
+
+ <div class="module navigation-module primaryholder-nav sectionref-header-nav id1226622207516 ">
+ <div class="module-content">
+ <ul class=" tier-1">
+ <li class="sectionref-news first">
+ <a href="/news">News</a>
+ <ul class=" tier-2">
+ <li class="first">
+ <a href="/news/breaking-news">Breaking News</a>
+ </li>
+ <li>
+ <a href="/leader">Local</a>
+ </li>
+ <li>
+ <a href="/news/victoria">Victoria</a>
+ </li>
+ <li>
+ <a href="/news/national">National</a>
+ </li>
+ <li>
+ <a href="/news/world">World</a>
+ </li>
+ <li>
+ <a href="/news/law-order" class="law-order-home">Law &amp; Order</a>
+ </li>
+ <li>
+ <a href="/news/weird">Weird</a>
+ </li>
+ <li>
+ <a href="/technology">Technology</a>
+ </li>
+ <li class="active">
+ <a href="/news/opinion">Opinion</a>
+ </li>
+ <li class="last">
+ <a href="/news/photos">Photos</a>
+ </li>
+ </ul>
+ <!-- // .tier-2 -->
+ </li>
+ <li class="sectionref-sport">
+ <a href="/sport">Sport</a>
+ <ul class=" tier-2">
+ <li class="first">
+ <a href="/sport/afl" class="afl-new-style">AFL</a>
+ </li>
+ <li>
+ <a href="/sport/cricket" class="sport-tier-3">Cricket</a>
+ </li>
+ <li>
+ <a href="/sport/nrl" class="nrl-home">NRL</a>
+ </li>
+ <li>
+ <a href="/sport/football" class="sport-tier-3">Football</a>
+ </li>
+ <li>
+ <a href="/sport/rugby">Rugby</a>
+ </li>
+ <li>
+ <a href="/sport/superracing" class="srlogo">Racing</a>
+ </li>
+ <li>
+ <a href="/sport/tennis" class="sport-tier-3">Tennis</a>
+ </li>
+ <li>
+ <a href="/sport/motor-sport" class="sport-tier-3">Motor</a>
+ </li>
+ <li>
+ <a href="/sport/golf">Golf</a>
+ </li>
+ <li>
+ <a href="/sport/netball" class="sport-tier-3">Netball</a>
+ </li>
+ <li>
+ <a href="/sport/more-sports">More Sports</a>
+ </li>
+ <li>
+ <a href="/video/sport">Video</a>
+ </li>
+ <li class="last">
+ <a href="/sport/photos">Photos</a>
+ </li>
+ </ul>
+ <!-- // .tier-2 -->
+ </li>
+ <li class="sectionref-entertainment">
+ <a href="/entertainment">Entertainment</a>
+ <ul class=" tier-2">
+ <li class="first">
+ <a href="/entertainment/confidential">Confidential</a>
+ </li>
+ <li>
+ <a href="/entertainment/photos">Photos</a>
+ </li>
+ <li>
+ <a href="/entertainment/movies">Movies</a>
+ </li>
+ <li>
+ <a href="/entertainment/television">Television</a>
+ </li>
+ <li>
+ <a href="/entertainment/arts">Arts</a>
+ </li>
+ <li>
+ <a href="/entertainment/music">Music</a>
+ </li>
+ <li>
+ <a href="/entertainment/books">Books</a>
+ </li>
+ <li>
+ <a href="/entertainment/competitions">Competitions</a>
+ </li>
+ <li class="last">
+ <a href="/entertainment/awards">Awards</a>
+ </li>
+ </ul>
+ <!-- // .tier-2 -->
+ </li>
+ <li class="sectionref-business">
+ <a href="/business">Business</a>
+ <ul class=" tier-2">
+ <li class="first">
+ <a href="/business/breaking-news">Breaking</a>
+ </li>
+ <li>
+ <a href="/business/markets">Markets</a>
+ </li>
+ <li>
+ <a href="/business/economy">Economy</a>
+ </li>
+ <li>
+ <a href="/business/work">Work</a>
+ </li>
+ <li>
+ <a href="/business/companies">Companies</a>
+ </li>
+ <li>
+ <a href="/business/terry-mccrann">Terry McCrann</a>
+ </li>
+ <li>
+ <a href="/business/barefoot-investor">Barefoot Investor</a>
+ </li>
+ <li>
+ <a href="/business/in-the-black">In The Black</a>
+ </li>
+ <li class="last">
+ <a href="/business/your-hip-pocket">Your Hip Pocket</a>
+ </li>
+ </ul>
+ <!-- // .tier-2 -->
+ </li>
+ <li class="sectionref-lifestyle">
+ <a href="/lifestyle" class="lifestyle-nlm">Lifestyle</a>
+ <ul class=" tier-2">
+ <li class="first">
+ <a href="/lifestyle/melbourne">Melbourne</a>
+ </li>
+ <li>
+ <a href="/realestate" class="sectionref-realestate">Real Estate</a>
+ </li>
+ <li>
+ <a href="/travel">Travel</a>
+ </li>
+ <li>
+ <a href="http://m.moneysaverhq.heraldsun.com.au/">Money</a>
+ </li>
+ <li class="health linkto-group-1226683145977">
+ <a href="/lifestyle/health" class="block-header-highlight">Health</a>
+ </li>
+ <li class="food linkto-group-1226683144505">
+ <a href="/lifestyle/food" class="block-header-highlight">Food</a>
+ </li>
+ <li class="fashion linkto-group-1226683144895">
+ <a href="/lifestyle/fashion" class="block-header-highlight">Fashion</a>
+ </li>
+ <li class="parenting linkto-group-1226683146103">
+ <a href="/lifestyle/parenting" class="block-header-highlight">Parenting</a>
+ </li>
+ <li>
+ <a href="/lifestyle/relationships">Relationships</a>
+ </li>
+ <li class="home-garden linkto-group-1226683147384">
+ <a href="/lifestyle/home-garden" class="block-header-highlight"> Home</a>
+ </li>
+ <li class="last">
+ <a href="/lifestyle/horoscopes">Horoscopes</a>
+ </li>
+ </ul>
+ <!-- // .tier-2 -->
+ </li>
+ <li class="sectionref-video last">
+ <a href="http://m.video.heraldsun.com.au">Video</a>
+ </li>
+ </ul>
+ <!-- // .tier-1 -->
+ </div><!-- // .module-content -->
+ </div><!-- // .module.navigation-module -->
+
+ <div class="nav-login">
+
+ <div class="module form-module form-module-cam-login">
+ <div class="module-header">
+ <ul class="more-links">
+ <li class="first"><a class="login" href="http://www.heraldsun.com.au/login#header-nav-login-lightbox">Login</a></li>
+ <li class="last"><a class="signup" href="http://www.heraldsun.com.au/subscribe/offers/1/?sourceCode=HSWEB_MOB100_a">Subscribe</a></li>
+ </ul>
+ </div>
+ <div class="module-content">
+ <div class="content-item" id="header-nav-login-lightbox">
+ <div class="ci-header">
+
+ <h4 class="heading">Login using your social network</h4>
+ <form action="https://idp.news.com.au/idp/Authn/social" method="GET">
+ <fieldset>
+ <legend><span class="legend">Social Login</span></legend>
+ <div class="form-item fpos-1 frpos-3">
+ <fieldset class="form-radio-group">
+ <legend>
+ <span class="legend-text">Social Network
+ <span class="required">
+ <abbr title="required">*</abbr>
+ </span>
+ </span>
+ </legend>
+ <div class="form-radio-item signin signin-facebook">
+ <input type="radio" id="service-facebook" value="facebook.com" name="service" class="radio required-field"/>
+ <label for="service-facebook" class="radio">
+ <span class="label-text">Login with Facebook</span>
+ </label>
+ </div>
+ <div class="form-radio-item signin signin-twitter">
+ <input type="radio" id="service-twitter" value="twitter.com" name="service" class="radio required-field"/>
+ <label for="service-twitter" class="radio">
+ <span class="label-text">Login with Twitter</span>
+ </label>
+ </div>
+ <div class="form-radio-item signin signin-linkedin">
+ <input type="radio" id="service-linkedin" value="linkedin.com" name="service" class="radio required-field"/>
+ <label for="service-linkedin" class="radio">
+ <span class="label-text">Login with LinkedIn</span>
+ </label>
+ </div>
+ <div class="form-radio-item signin signin-google">
+ <input type="radio" id="service-google" value="google.com" name="service" class="radio required-field"/>
+ <label for="service-google" class="radio">
+ <span class="label-text">Login with Google</span>
+ </label>
+ </div>
+ </fieldset>
+ </div>
+ <div class="form-item fipos-3 frpos-1 form-item-submit">
+ <input type="hidden" name="cancelUrl" value="http://m.heraldsun.com.au/remote/talogin-error.html"/>
+ <input type="hidden" name="channel" value="msite"/>
+ <input type="hidden" name="authMethod" value="social"/>
+ <input type="hidden" name="site" value="HeraldSun"/>
+ <input type="hidden" name="relayState" value="http://m.heraldsun.com.au/news/opinion/angry-media-wont-buckle-over-new-surveillance-laws/story-fni0fha6-1227261886014?nk=e65db50ff7e443a778cb38df8e9ad061"/>
+ <input type="hidden" name="location" value="http://saml.cam.idmndm.com"/>
+ <button type="submit" class="button-submit"><span>Login</span></button>
+ </div><!-- // .form-item -->
+ </fieldset>
+ </form>
+
+ </div>
+ <div class="ci-content">
+
+<h4 class="heading">Login using your Newspass account</h4>
+<form action="https://idp.news.com.au/idp/Authn/rest" method="POST" class="formBuilder">
+ <fieldset>
+ <legend><span class="legend">User Login</span></legend>
+ <div class="form-item fipos-1">
+ <label for="cam_username">Username <span class="required"><abbr title="required">*</abbr></span></label>
+ <input type="text" id="cam_username" name="username" class="required-field email"/>
+ </div>
+ <div class="form-item fipos-2">
+ <label for="cam_password">Password <span class="required"><abbr title="required">*</abbr></span></label>
+ <input type="password" id="cam_password" name="password" class="required-field password"/>
+ </div>
+ <div class="form-item fipos-3">
+ <div class="form-checkbox-item">
+ <input type="checkbox" id="cam_remember_me" name="remember_me" checked=""/>
+ <label for="cam_remember_me">Remember me</label>
+ </div>
+ </div>
+ <div class="form-item fipos-4 form-item-submit">
+ <input type="hidden" name="channel" value="msite"/>
+ <input type="hidden" name="site" value="HeraldSun"/>
+ <input type="hidden" name="cancelUrl" value="http://m.heraldsun.com.au/remote/talogin-error.html"/>
+ <input type="hidden" name="relayState" value="http://m.heraldsun.com.au/news/opinion/angry-media-wont-buckle-over-new-surveillance-laws/story-fni0fha6-1227261886014?nk=e65db50ff7e443a778cb38df8e9ad061"/>
+ <input type="hidden" name="location" value="http://saml.cam.idmndm.com"/>
+ <button type="submit" class="button-submit"><span>Login</span></button>
+ </div>
+ </fieldset>
+</form>
+
+ </div>
+ <div class="ci-related">
+ <ul class="related">
+ <li><a class="password" href="https://myaccount.news.com.au/heraldsun/forgotPassword">Forgot your password?</a></li>
+ </ul>
+ </div>
+ <div class="ci-footer">
+ <ul class="more-links">
+ <li>Subscribe now to access Herald Sun.</li>
+ <li class="btn-subscribe"><a class="subscribe" href="http://subscription.news.com.au/heraldsun/offers">Subscribe</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ </div>
+ </div>
+ <div id="headerAd">
+ <!-- new.adkit -->
+ <div class="ad-block ad-m-banner" id="ad-m-banner"></div>
+ </div>
+ </div>
+ <div id="content">
+ <div id="section-header">
+ <div id="section-header-logo">
+ <h2>Opinion</h2>
+ </div><!-- // #section-header-logo -->
+ </div><!-- // #section-header -->
+ <div id="story">
+
+ <div class="story-header">
+ <div class="story-section">
+ <h2 class="heading">
+ <a href="/news/opinion/laurie-oakes"><p>Laurie Oakes</p></a>
+ </h2>
+ </div>
+ <div class="story-headline">
+ <h1 class="heading">
+ Angry media won’t buckle over new surveillance laws
+ </h1>
+ </div>
+ <div class="story-info">
+ <ul>
+ <li class="byline first ">
+ <span class="source-prefix">by:</span>
+ <cite class="author author-laurie-oakes "> Laurie Oakes</cite>
+ </li>
+ <li class="source ">
+ <span class="source-prefix">From:</span>
+ <cite>
+ Herald Sun
+ </cite>
+ </li>
+ <li class="date-and-time last" title="2015-03-13T21:00:00+11:00">
+ <span class="datestamp">March 13, 2015</span>
+ <span class="timestamp">9:00PM</span>
+ </li>
+ </ul>
+ </div>
+ </div>
+<div class="story-body ">
+ <div class="article-media article-media-main">
+ <div class="image">
+ <div class="image-frame">
+ <img data-src="http://api.news.com.au/content/1.0/heraldsun/images/1227261885862?format=jpg&amp;group=iphone&amp;size=medium" alt="A new Bill would require telecommunications service providers to store so-called ‘metadat"/>
+ </div>
+ <p class="caption">
+ <span id="imgCaption" class="caption-text">A new Bill would require telecommunications service providers to store so-called ‘metadata’ for two years.</span>
+ <span class="image-source"><em>Source:</em>
+ Supplied</span>
+ </p>
+ </div>
+ </div>
+ <div class="story-intro">
+ <p><strong>
+ A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed.
+ </strong></p>
+ </div>
+ <p>The roadshow featured the Prime Minister’s national security adviser, Andrew Shearer, Justin Bassi, who advises Attorney-General George Brandis on crime and security matters, and Australian Federal Police Commissioner Andrew Colvin. Staffers from the office of Communications Minister Malcolm Turnbull also took part.</p><p>They held meetings with executives from News Corporation and Fairfax, representatives of the TV networks, the ABC top brass and a group from the media union and the Walkley journalism foundation. I was involved as a member of the Walkley board.</p><p>The initiative, from Tony Abbott’s office, is evidence that the Government has been alarmed by the strength of criticism from media of the Data Retention Bill it wants passed before Parliament rises in a fortnight. Bosses, journalists, even the Press Council, are up in arms, not only over this measure, but also over aspects of two earlier pieces of national security legislation that interfere with the ability of the media to hold government to account.</p>
+
+ <div class="story-promo story-promo-middle">
+ </div>
+
+<div id="read-more">
+ <div id="read-more-link">
+ <a href="">Read more</a>
+ </div>
+ <div id="middleAd">
+ <!-- new.adkit -->
+ <div class="ad-block ad-m-mrec" id="ad-m-mrec"></div>
+ </div>
+ <div id="read-more-content">
+ <p>The Bill would require telecommunications service providers to store so-called “metadata” — the who, where, when and how of a communication, but not its content — for two years so security and law enforcement agencies can access it without warrant. Few would argue against the use of such material to catch criminals or terrorists. But, as Parliament’s Joint Committee on Intelligence and Security has pointed out, it would also be used “for the purpose of determining the identity of a journalist’s sources”.</p><p>And that should ring warning bells for anyone genuinely concerned with the health of our democracy. Without the ability to protect the identity of sources, journalists would be greatly handicapped in exposing corruption, dishonesty, waste, incompetence and misbehaviour by public officials.</p><p>The Press Council is concerned the laws would crush investigative journalism.</p><p>“These legitimate concerns cannot be addressed effectively short of exempting journalists and media organisations,” says president David Weisbrot.</p><p>The media union is adamant journalists’ metadata must be exempted from the law. That’s what media bosses want, too, though they have a fallback position based on new safeguards being implemented in Britain.</p><p>That would prevent access to the metadata of journalists or media organisations without a judicial warrant. There would be a code including — according to the explanatory notes of the British Bill — “provision to protect the public interest in the confidentiality of journalistic sources”.</p><p>In their meetings this week, the government team boasted of concessions in the new Data Retention Bill. The number of agencies able to access metadata will be reduced by excluding such organisations as the RSPCA and local councils. And whenever an authorisation is issued for access to information about a journalist’s sources, the Ombudsman (or, where ASIO is involved, the Inspector-General of Intelligence and Security) will receive a copy.</p><p>That does nothing to solve the problem. The Government has effectively admitted as much by agreeing that the parliamentary committee should conduct a separate review of how to deal with the issue of journalists’ sources.</p><p>But another inquiry would be a waste of time — the committee has already received and considered dozens of submissions on the subject. The bottom line is that the Government does not deny that the legislation is flawed, but is demanding it be passed anyway with the possibility left open of a repair job down the track. That is a ridiculous approach.</p><p>Claims that immediate action is imperative do not stand up. These are measures that won’t come into full effect for two years. Anyway, amending the Bill to either exempt journalists or adopt the UK model could be done quickly, without any risk to national security.</p><p>AS Opposition Leader Bill Shorten said in a letter to Abbott last month: “Press freedom concerns about mandatory data retention would ideally be addressed in this Bill to avoid the need for future additional amendments or procedures to be put in place in the future.”</p><p>The Data Retention Bill will be debated in the House of Representatives this week. Then, on Friday, CEOs from leading media organisations will front the parliamentary committee to air their concerns before the legislation goes to the Senate.</p><p>Those CEOs should make it clear they are just as angry about this as they were about Stephen Conroy’s attempt to impinge on press freedom through media regulation under the previous Labor government.</p><p>Memories of the grief Conroy brought down on his head would undoubtedly make Abbott sit up and take notice.</p><p><b>LAURIE OAKES IS THE NINE NETWORK POLITICAL EDITOR </b></p>
+ </div>
+</div>
+</div>
+<div class="share-tools share-tools-story">
+</div>
+<!-- new.adkit adsense -->
+<div class="ad-block ad-adsense-medium" id="ad-adsense-medium-1"></div>
+<!-- End new.adkit adsense -->
+ <div id="social-comments" data-livefyre-collectionmeta="eyJhbGciOiJIUzI1NiJ9.eyJ0YWdzIjoiTGF1cmllIE9ha2VzLExhdXJpZSBPYWtlcyIsInRpdGxlIjoiQW5ncnkgbWVkaWEgd29uJiM4MjE3O3QgYnVja2xlIG9uIHN1cnZlaWxsYW5jZSBsYXdzIiwiY2hlY2tzdW0iOiIwZmRhYWVkYzY0Nzk4NDYyMWM0M2FjODNkODE4ZDk5ZSIsImFydGljbGVJZCI6IkZXMTIyNzI2MTg4NjAxNCIsInVybCI6Imh0dHA6Ly93d3cuaGVyYWxkc3VuLmNvbS5hdS9uZXdzL29waW5pb24vYW5ncnktbWVkaWEtd29udC1idWNrbGUtb3Zlci1uZXctc3VydmVpbGxhbmNlLWxhd3Mvc3RvcnktZm5pMGZoYTYtMTIyNzI2MTg4NjAxNCJ9.sA4RqU0tVSYKJUzSFIHvG-JBw6I5jMf2Jj9Wb4Hz4lY" data-livefyre-checksum="0fdaaedc647984621c43ac83d818d99e" data-articleid="FW1227261886014" data-siteid="342836">
+ </div>
+ <script type="text/javascript">
+ utag_data = window.utag_data || {};
+ utag_data.net_content_type = (utag_data.net_content_type ? utag_data.net_content_type + "+" : "") + "comments";
+ </script>
+
+ <div class="story-promo story-promo-bottom">
+ </div>
+
+
+
+<!-- [Group:1226671432961] on [fwprodcontent02.ni.news.com.au] @ [March 21, 2015 11:05AM] -->
+<div class="group text-g-news-ms-group-adsense-medium item-count-1 group-id-1226671432961">
+ <div class="group-content">
+ <div class="item ipos-1 irpos-1">
+ <div class="custom-html ">
+ <div class="ad-block ad-adsense-medium" id="ad-adsense-medium-1"></div>
+ </div><!-- // .custom-html -->
+ </div><!-- // .item ipos-1 irpos-1 -->
+ </div><!-- // .group-content.item-count-1 -->
+</div><!-- // .group -->
+
+
+<!-- [Group:1226721033461] on [fwprodcontent10.ni.news.com.au] @ [March 21, 2015 11:30AM] -->
+<div class="group outbrain-group text-g-more-stories item-count-1 group-id-1226721033461">
+ <div class="group-header">
+ <h2 class="heading">more stories</h2>
+ </div><!-- // .group-header -->
+ <div class="group-content">
+ <div class="item ipos-1 irpos-1">
+ <div class="custom-html ">
+ </div><!-- // .custom-html -->
+ </div><!-- // .item ipos-1 irpos-1 -->
+ </div><!-- // .group-content.item-count-1 -->
+</div><!-- // .group -->
+
+
+<!-- [Group:1226615951541] on [fwprodcontent08.ni.news.com.au] @ [March 21, 2015 11:26AM] -->
+<div class="group text-g-other-opinion-columns item-count-1 group-id-1226615951541">
+ <div class="group-header">
+ <h2 class="heading">Other Opinion Columns</h2>
+ </div><!-- // .group-header -->
+ <div class="group-content">
+ <div class="item ipos-1 irpos-1">
+ <div class="module default sectionref-hs-opinion first-image-100w75h collection mpos-1 mrpos-1 text-m-nn-mob-pmnt-news-opinion-story-x5 id1226615938269" id="id1226615938269">
+ <div class="module-content ">
+ <div class="story-block sectionref-news sbpos-1 sbrpos-5 id1227272078989">
+ <!-- PC related summary IDs: 1227272078989 -->
+ <!-- PC related summary IDs: 1227272078989 -->
+ <!-- PC related summary IDs: 1227272078989 -->
+ <h4 class="heading">
+ <strong class="kicker">Editorial</strong>
+ <a href="/news/opinion/malcolm-frasers-lasting-legacy/story-fni0ffsx-1227272078989">Fraser’s lasting legacy</a>
+ </h4>
+ <a href="/news/opinion/malcolm-frasers-lasting-legacy/story-fni0ffsx-1227272078989" class="thumb-link"><img data-src="http://api.news.com.au/content/1.0/heraldsun/images/1227272077962?format=jpg&amp;group=iphone&amp;size=small" alt="Fraser’s lasting legacy" class="thumbnail"/></a>
+ <!-- Locale from Config : . Locale from Request : en. Locale from Response : en_US -->
+ <p class="standfirst">
+ <span class="article-info">
+ <span class="date-and-time" title="2015-03-21T00:00:00+11:00">
+ </span> <!-- // .date-and-time -->
+ <em class="byline"> </em>
+ </span> <!-- // .article-info -->
+ MALCOLM Fraser — an effective prime minister controversially installed, soundly elected and re-elected, a relentless contributor, thinker and reformer, a blue-blooded egalitarian.
+ </p> <!-- // .standfirst11 -->
+ <div class="storyblock-footer">
+ <span class="share"></span>
+ <span class="bookmark"></span>
+ <ul class="related related-media">
+ </ul>
+ </div>
+ <!-- PC related summary IDs: 1227272078989 -->
+ </div> <!-- // .story-block pos-1 rpos-5 id1227272078989 -->
+ <div class="story-block sectionref-news sbpos-2 sbrpos-4 id1227272060915">
+ <!-- PC related summary IDs: 1227272060915 -->
+ <!-- PC related summary IDs: 1227272060915 -->
+ <!-- PC related summary IDs: 1227272060915 -->
+ <h4 class="heading">
+ <strong class="kicker">Wave of stupidity</strong>
+ <a href="/news/opinion/doctor-knows-best-not-starbeam-fantapants/story-fni0ffsx-1227272060915">Doctor knows best, not Starbeam Fantapants</a>
+ </h4>
+ <a href="/news/opinion/doctor-knows-best-not-starbeam-fantapants/story-fni0ffsx-1227272060915" class="thumb-link"><img data-src="http://api.news.com.au/content/1.0/heraldsun/images/1227272071432?format=jpg&amp;group=iphone&amp;size=small" alt="Doctor knows best, not Starbeam Fantapants" class="thumbnail"/></a>
+ <!-- Locale from Config : . Locale from Request : en. Locale from Response : en_US -->
+ <p class="standfirst">
+ <span class="article-info">
+ <span class="date-and-time" title="2015-03-21T00:00:00+11:00">
+ </span> <!-- // .date-and-time -->
+ <em class="byline">JOE HILDEBRAND </em>
+ </span> <!-- // .article-info -->
+ HOW is it that ideas and philosophies that are patently absurd capture people’s imagination? It seems we’re being swamped by a wave of stupidity.
+ </p> <!-- // .standfirst11 -->
+ <div class="storyblock-footer">
+ <span class="share"></span>
+ <span class="bookmark"></span>
+ <ul class="related related-media">
+ <li class="comments">
+ <a href="/news/opinion/doctor-knows-best-not-starbeam-fantapants/story-fni0ffsx-1227272060915">
+ <span class="livefyre-commentcount" data-lf-site-id="342836" data-lf-article-id="FW1227272060915"></span>
+ </a>
+ </li>
+ </ul>
+ </div>
+ <!-- PC related summary IDs: 1227272060915 -->
+ </div> <!-- // .story-block pos-2 rpos-4 id1227272060915 -->
+ <div class="story-block sectionref-news sbpos-3 sbrpos-3 id1227272050794">
+ <!-- PC related summary IDs: 1227272050794 -->
+ <!-- PC related summary IDs: 1227272050794 -->
+ <!-- PC related summary IDs: 1227272050794 -->
+ <h4 class="heading">
+ <strong class="kicker">Ikea challenge</strong>
+ <a href="/news/opinion/ikea-is-good-for-some-but-im-not-buying-it/story-fni0fhie-1227272050794">Good for some, but I’m not buying it</a>
+ </h4>
+ <a href="/news/opinion/ikea-is-good-for-some-but-im-not-buying-it/story-fni0fhie-1227272050794" class="thumb-link"><img data-src="http://api.news.com.au/content/1.0/heraldsun/images/1227272050710?format=jpg&amp;group=iphone&amp;size=small" alt="Good for some, but I’m not buying it" class="thumbnail"/></a>
+ <!-- Locale from Config : . Locale from Request : en. Locale from Response : en_US -->
+ <p class="standfirst">
+ <span class="article-info">
+ <span class="date-and-time" title="2015-03-21T00:00:00+11:00">
+ </span> <!-- // .date-and-time -->
+ <em class="byline">SUSIE O’BRIEN </em>
+ </span> <!-- // .article-info -->
+ THE good thing about Ikea is that it’s cheap and good quality. The bad thing is the whole, exhausting business of shopping at their stores.
+ </p> <!-- // .standfirst11 -->
+ <div class="storyblock-footer">
+ <span class="share"></span>
+ <span class="bookmark"></span>
+ <ul class="related related-media">
+ <li class="comments">
+ <a href="/news/opinion/ikea-is-good-for-some-but-im-not-buying-it/story-fni0fhie-1227272050794">
+ <span class="livefyre-commentcount" data-lf-site-id="342836" data-lf-article-id="FW1227272050794"></span>
+ </a>
+ </li>
+ </ul>
+ </div>
+ <!-- PC related summary IDs: 1227272050794 -->
+ </div> <!-- // .story-block pos-3 rpos-3 id1227272050794 -->
+ <div class="story-block sectionref-news sbpos-4 sbrpos-2 id1227272039501">
+ <!-- PC related summary IDs: 1227272039501 -->
+ <!-- PC related summary IDs: 1227272039501 -->
+ <!-- PC related summary IDs: 1227272039501 -->
+ <h4 class="heading">
+ <strong class="kicker">True liberal</strong>
+ <a href="/news/opinion/malcolm-fraser-was-a-man-of-contrasts/story-fni0fha6-1227272039501">Ex-PM a man of contrasts</a>
+ </h4>
+ <a href="/news/opinion/malcolm-fraser-was-a-man-of-contrasts/story-fni0fha6-1227272039501" class="thumb-link"><img data-src="http://api.news.com.au/content/1.0/heraldsun/images/1227272037318?format=jpg&amp;group=iphone&amp;size=small" alt="Ex-PM a man of contrasts" class="thumbnail"/></a>
+ <!-- Locale from Config : . Locale from Request : en. Locale from Response : en_US -->
+ <p class="standfirst">
+ <span class="article-info">
+ <span class="date-and-time" title="2015-03-21T00:00:00+11:00">
+ </span> <!-- // .date-and-time -->
+ <em class="byline">LAURIE OAKES </em>
+ </span> <!-- // .article-info -->
+ IT was said that Malcolm Fraser moved to the Left after losing office but the former PM didn’t change - he was always a “small l” liberal.
+ </p> <!-- // .standfirst11 -->
+ <div class="storyblock-footer">
+ <span class="share"></span>
+ <span class="bookmark"></span>
+ <ul class="related related-media">
+ <li class="comments">
+ <a href="/news/opinion/malcolm-fraser-was-a-man-of-contrasts/story-fni0fha6-1227272039501">
+ <span class="livefyre-commentcount" data-lf-site-id="342836" data-lf-article-id="FW1227272039501"></span>
+ </a>
+ </li>
+ </ul>
+ </div>
+ <!-- PC related summary IDs: 1227272039501 -->
+ </div> <!-- // .story-block pos-4 rpos-2 id1227272039501 -->
+ <div class="story-block sectionref-news sbpos-5 sbrpos-1 id1227272010784">
+ <!-- PC related summary IDs: 1227272010784 -->
+ <!-- PC related summary IDs: 1227272010784 -->
+ <!-- PC related summary IDs: 1227272010784 -->
+ <h4 class="heading">
+ <strong class="kicker">Own backyard</strong>
+ <a href="/news/opinion/lets-make-local-issues-a-priority/story-fni0ffsx-1227272010784">Let’s make local issues a priority</a>
+ </h4>
+ <a href="/news/opinion/lets-make-local-issues-a-priority/story-fni0ffsx-1227272010784" class="thumb-link"><img data-src="http://api.news.com.au/content/1.0/heraldsun/images/1227272009394?format=jpg&amp;group=iphone&amp;size=small" alt="Let’s make local issues a priority" class="thumbnail"/></a>
+ <!-- Locale from Config : . Locale from Request : en. Locale from Response : en_US -->
+ <p class="standfirst">
+ <span class="article-info">
+ <span class="date-and-time" title="2015-03-21T00:00:00+11:00">
+ </span> <!-- // .date-and-time -->
+ <em class="byline">TOM ELLIOTT </em>
+ </span> <!-- // .article-info -->
+ IT’S nice to think Australia is a player on the world stage but, really, we’re not. So forget global posturing and let’s sort out our own backyard.
+ </p> <!-- // .standfirst11 -->
+ <div class="storyblock-footer">
+ <span class="share"></span>
+ <span class="bookmark"></span>
+ <ul class="related related-media">
+ <li class="comments">
+ <a href="/news/opinion/lets-make-local-issues-a-priority/story-fni0ffsx-1227272010784">
+ <span class="livefyre-commentcount" data-lf-site-id="342836" data-lf-article-id="FW1227272010784"></span>
+ </a>
+ </li>
+ </ul>
+ </div>
+ <!-- PC related summary IDs: 1227272010784 -->
+ </div> <!-- // .story-block pos-5 rpos-1 id1227272010784 -->
+ </div> <!-- // .module-content -->
+ </div> <!-- // .module .collection -->
+ </div><!-- // .item ipos-1 irpos-1 -->
+ </div><!-- // .group-content.item-count-1 -->
+</div><!-- // .group -->
+
+
+<!-- [Group:1226586873038] on [fwprodcontent07.ni.news.com.au] @ [March 21, 2015 11:30AM] -->
+<div class="group collection text-g-nn-mob-group-mostread item-count-1 group-id-1226586873038">
+ <div class="group-content">
+ <div class="item ipos-1 irpos-1">
+ <div class="esi_fragment">
+ <div class="most-popular"><div class="module-header"><h3 class="heading">Most Popular Stories</h3></div> <div class="module most-popular "><div class="module-content"><ol><li class="lipos-1 lirpos-5"><a href="http://www.heraldsun.com.au/entertainment/confidential/wifes-fury-at-hawthorn-husbands-million-dollar-gamble/story-fnn7ma1h-1227271771330?sv=df95c2a03e18b583f7f54541951f2017">Wife’s fury at hubby’s million dollar gamble</a></li><li class="lipos-2 lirpos-4"><a href="http://www.heraldsun.com.au/sport/cricket/australia-v-pakistan-live-coverage-of-cricket-world-cup-2015-quarter-final-at-adelaide-oval/story-fnq1ugvn-1227271183293?sv=95140b10c5a6b3327f331184667b7101">Australia passes fierce Pakistan test</a></li><li class="lipos-3 lirpos-3"><a href="http://www.heraldsun.com.au/news/law-order/masa-vukotics-brave-dad-comes-face-to-face-with-accused-killer-sean-christian-price/story-fni0fee2-1227272036011?sv=abb755bd4ae48d7229b821ba9bd37c4b">Masa’s brave dad faces accused killer</a></li><li class="lipos-4 lirpos-2"><a href="http://www.heraldsun.com.au/news/law-order/police-allege-masa-vukotics-accused-killer-sean-christian-price-went-on-orgy-of-violence-before-surrender/story-fni0fee2-1227271332272?sv=19cd7b2abf1a89d6eb84d5b52580aa8">Police allege Price went on 90-minute rampage</a></li><li class="lipos-5 lirpos-1"><a href="http://www.heraldsun.com.au/news/law-order/fallen-afl-star-ben-cousins-dodges-bullet-with-latest-drug-relapse/story-fni0fee2-1227271552942?sv=5053c480d78ab9737e526145e7efff47">This time Cousins really dodged a bullet</a></li></ol></div></div>
+<img src="http://tcog.news.com.au/track/news/content/v1/?category=/section/heraldsun.com.au/collection/popular-content/all/24hours/&amp;format=module&amp;t_product=most-popular-mobile&amp;maxRelated=5&amp;t_template=popular-plain&amp;origin=omniture&amp;domain=heraldsun.com.au" style="opacity:0; height:0px; width:0px; position:absolute;" width="0" height="0"/>
+</div>
+ </div>
+ </div><!-- // .item ipos-1 irpos-1 -->
+ </div><!-- // .group-content.item-count-1 -->
+</div><!-- // .group -->
+
+ </div><!-- // #story -->
+ </div><!-- // #content -->
+ <div id="footer">
+ <div id="footerAd">
+ <!-- new.adkit -->
+ <div class="ad-block ad-m-banner" id="ad-m-banner-1"></div>
+ </div>
+ <div id="network-account">
+
+ <div class="network-login">
+
+ <div class="module form-module form-module-cam-login">
+ <div class="module-header">
+ <ul class="more-links">
+ <li class="first"><a class="login" href="http://www.heraldsun.com.au/login#header-nav-login-lightbox">Login</a></li>
+ <li class="last"><a class="signup" href="http://www.heraldsun.com.au/subscribe/offers/1/?sourceCode=HSWEB_MOB100_a">Subscribe</a></li>
+ </ul>
+ </div>
+ <div class="module-content">
+ <div class="content-item" id="header-nav-login-lightbox">
+ <div class="ci-header">
+
+ <h4 class="heading">Login using your social network</h4>
+ <form action="https://idp.news.com.au/idp/Authn/social" method="GET">
+ <fieldset>
+ <legend><span class="legend">Social Login</span></legend>
+ <div class="form-item fpos-1 frpos-3">
+ <fieldset class="form-radio-group">
+ <legend>
+ <span class="legend-text">Social Network
+ <span class="required">
+ <abbr title="required">*</abbr>
+ </span>
+ </span>
+ </legend>
+ <div class="form-radio-item signin signin-facebook">
+ <input type="radio" id="service-facebook" value="facebook.com" name="service" class="radio required-field"/>
+ <label for="service-facebook" class="radio">
+ <span class="label-text">Login with Facebook</span>
+ </label>
+ </div>
+ <div class="form-radio-item signin signin-twitter">
+ <input type="radio" id="service-twitter" value="twitter.com" name="service" class="radio required-field"/>
+ <label for="service-twitter" class="radio">
+ <span class="label-text">Login with Twitter</span>
+ </label>
+ </div>
+ <div class="form-radio-item signin signin-linkedin">
+ <input type="radio" id="service-linkedin" value="linkedin.com" name="service" class="radio required-field"/>
+ <label for="service-linkedin" class="radio">
+ <span class="label-text">Login with LinkedIn</span>
+ </label>
+ </div>
+ <div class="form-radio-item signin signin-google">
+ <input type="radio" id="service-google" value="google.com" name="service" class="radio required-field"/>
+ <label for="service-google" class="radio">
+ <span class="label-text">Login with Google</span>
+ </label>
+ </div>
+ </fieldset>
+ </div>
+ <div class="form-item fipos-3 frpos-1 form-item-submit">
+ <input type="hidden" name="cancelUrl" value="http://m.heraldsun.com.au/remote/talogin-error.html"/>
+ <input type="hidden" name="channel" value="msite"/>
+ <input type="hidden" name="authMethod" value="social"/>
+ <input type="hidden" name="site" value="HeraldSun"/>
+ <input type="hidden" name="relayState" value="http://m.heraldsun.com.au/news/opinion/angry-media-wont-buckle-over-new-surveillance-laws/story-fni0fha6-1227261886014?nk=e65db50ff7e443a778cb38df8e9ad061"/>
+ <input type="hidden" name="location" value="http://saml.cam.idmndm.com"/>
+ <button type="submit" class="button-submit"><span>Login</span></button>
+ </div><!-- // .form-item -->
+ </fieldset>
+ </form>
+
+ </div>
+ <div class="ci-content">
+
+<h4 class="heading">Login using your Newspass account</h4>
+<form action="https://idp.news.com.au/idp/Authn/rest" method="POST" class="formBuilder">
+ <fieldset>
+ <legend><span class="legend">User Login</span></legend>
+ <div class="form-item fipos-1">
+ <label for="cam_username">Username <span class="required"><abbr title="required">*</abbr></span></label>
+ <input type="text" id="cam_username" name="username" class="required-field email"/>
+ </div>
+ <div class="form-item fipos-2">
+ <label for="cam_password">Password <span class="required"><abbr title="required">*</abbr></span></label>
+ <input type="password" id="cam_password" name="password" class="required-field password"/>
+ </div>
+ <div class="form-item fipos-3">
+ <div class="form-checkbox-item">
+ <input type="checkbox" id="cam_remember_me" name="remember_me" checked=""/>
+ <label for="cam_remember_me">Remember me</label>
+ </div>
+ </div>
+ <div class="form-item fipos-4 form-item-submit">
+ <input type="hidden" name="channel" value="msite"/>
+ <input type="hidden" name="site" value="HeraldSun"/>
+ <input type="hidden" name="cancelUrl" value="http://m.heraldsun.com.au/remote/talogin-error.html"/>
+ <input type="hidden" name="relayState" value="http://m.heraldsun.com.au/news/opinion/angry-media-wont-buckle-over-new-surveillance-laws/story-fni0fha6-1227261886014?nk=e65db50ff7e443a778cb38df8e9ad061"/>
+ <input type="hidden" name="location" value="http://saml.cam.idmndm.com"/>
+ <button type="submit" class="button-submit"><span>Login</span></button>
+ </div>
+ </fieldset>
+</form>
+
+ </div>
+ <div class="ci-related">
+ <ul class="related">
+ <li><a class="password" href="https://myaccount.news.com.au/heraldsun/forgotPassword">Forgot your password?</a></li>
+ </ul>
+ </div>
+ <div class="ci-footer">
+ <ul class="more-links">
+ <li>Subscribe now to access Herald Sun.</li>
+ <li class="btn-subscribe"><a class="subscribe" href="http://subscription.news.com.au/heraldsun/offers">Subscribe</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ </div> <!-- .network-login -->
+ </div> <!-- .network-account -->
+ <div id="mobile-footer-nav" class="site-nav">
+
+ <div class="module navigation-module footer-nav follow-us sectionref-footer-top id1226899054033 ">
+ <div class="module-content">
+ <ul class=" tier-1">
+ <li class="first">
+ <span>Follow Us</span>
+ <ul class=" tier-2">
+ <li class="facebook" title="Facebook" data-class=" first">
+ <a href="http://www.facebook.com/heraldsun">facebook</a>
+ </li>
+ <li class="twitter" title="Twitter">
+ <a href="http://twitter.com/theheraldsun">twitter</a>
+ </li>
+ <li class="instagram" title="Instagram">
+ <a href="http://instagram.com/heraldsunphoto">instagram</a>
+ </li>
+ <li class="gplus" title="Google+">
+ <a href="https://plus.google.com/103153711572615333666/posts">google+</a>
+ </li>
+ <li class="email" title="Email" data-class=" last">
+ <a href="http://pages.e.newsdigitalmedia.com.au/GPC?a=HeraldSun">email</a>
+ </li>
+ </ul>
+ <!-- // .tier-2 -->
+ </li>
+ <li class="footertop-nav last">
+
+ <ul class=" tier-2">
+ <li class="backtotop-nav first">
+ <a href="#page">Back To Top</a>
+ </li>
+
+ <li class="login">
+ <a href="/login">Log In</a>
+ </li>
+
+ <li class="signup-nav">
+ <a href="http://m.heraldsun.com.au/subscribe/news/1/?sourceCode=HSWEB_MOB539">Subscribe</a>
+ </li>
+ <li class="logout-nav">
+ <a href="https://sslcam.news.com.au/cam/logout?url=http://m.heraldsun.com.au">Log Out</a>
+ </li>
+ <li class="nav-external myaccount last">
+ <a href="https://myaccount.news.com.au/heraldsun/viewAccount">My Account</a>
+ </li>
+ </ul>
+ <!-- // .tier-2 -->
+ </li>
+ </ul>
+ <!-- // .tier-1 -->
+ </div><!-- // .module-content -->
+ </div><!-- // .module.navigation-module -->
+
+ </div>
+ <div id="footer-tools-fonts">
+ <ul><li id="footer-tools-small"><a name="footer-tools-small">Small</a></li>
+ <li id="footer-tools-default"><a name="footer-tools-default">Default</a></li>
+ <li id="footer-tools-large"><a name="footer-tools-large">Large</a></li></ul>
+ </div>
+ <div id="footer-legals">
+ <div class="module navigation-module sectionref-footer-bottom id1226612506289 ">
+ <div class="module-content">
+ <ul class=" tier-1">
+ <li class="footer-disclaimer first">
+ <a href="http://www.newscorpaustraliaprivacy.com">find out more about our policy and your choices, including how to opt-out here</a>
+ </li>
+ <li class="desktop">
+ <a href="http://www.heraldsun.com.au">Desktop Site</a>
+ </li>
+ <li class="digitalprint">
+ <a href="/digitalprinteditions">Digital Print Edition</a>
+ </li>
+ <li>
+ <a href="http://www.newscorpaustraliaprivacy.com ">Privacy Policy</a>
+ </li>
+ <li>
+ <a href="http://www.newscorpaustraliaprivacy.com/index.html#optout">Relevant Ads Opt-out</a>
+ </li>
+ <li>
+ <a href="http://www.newscorpaustraliaprivacy.com/index.html#collect">Cookie Policy</a>
+ </li>
+ <li>
+ <a href="/help">Help</a>
+ </li>
+ <li>
+ <a href="/help/contact-us">Contact Us</a>
+ </li>
+ <li>
+ <a href="/network">More News Corp Sites</a>
+ </li>
+ <li>
+ <a href="/help/termsconditions">Terms of Use</a>
+ </li>
+ <li>
+ <a href="/help/sitemap">Site Map</a>
+ </li>
+ <li>
+ <a href="/help/subscription-terms">Subscription Terms</a>
+ </li>
+ <li>
+ <a href="http://www.heraldsun.com.au/group">Group Subscription Terms</a>
+ </li>
+ <li class="last">
+ Copyright Herald and Weekly Times. All times AEST (GMT +10:00)
+ </li>
+ </ul>
+ <!-- // .tier-1 -->
+ </div><!-- // .module-content -->
+ </div><!-- // .module.navigation-module -->
+ <p class="copyright">© Herald and Weekly Times. All times AEDT (GMT +11:00) </p>
+ </div>
+ </div>
+ <div id="resources">
+ <!-- Site includes [HeraldSun:null] last generated at Sat Mar 21 11:31:27 EST 2015 -->
+<!-- site include -->
+<!-- Resource Included [{id=1226636939151, type=News_Resources_Group}]-->
+<!-- Resource Included [{id=1226305922727, type=News_Javascript}, {id=1226636894336, type=News_Resources_Group}, {id=1226641842346, type=News_Resources_Group}, {id=1226766835979, type=News_Resources_Group}]-->
+<!-- Resource Included [{id=1226636896198, type=News_Javascript}, {id=1226768825469, type=News_Javascript}, {id=1226636896348, type=News_Javascript}, {id=1226636941781, type=News_Stylesheet}, {id=1226636941933, type=News_Stylesheet}, {id=1226975215417, type=News_Resources_Group}, {id=1226636898522, type=News_Resources_Group}, {id=1226717662103, type=News_Resources_Group}, {id=1227125508198, type=News_Resources_Group}]-->
+<!-- Resource Included [{id=1226975215371, type=News_Javascript}]-->
+<!-- Resource Included [{id=1226636898905, type=News_Javascript}]-->
+<!-- Resource Included [{id=1227075473855, type=News_Resources_Group}]-->
+<!-- Resource Included [{id=1227023921688, type=News_Javascript}, {id=1227023921564, type=News_Stylesheet}]-->
+<!-- Resource Included [{id=1227125511995, type=News_Javascript}]-->
+<!-- Resource Included [{id=1226641837720, type=News_Javascript}, {id=1226641840116, type=News_Stylesheet}]-->
+<!-- Resource Included [{id=1226866557087, type=News_Stylesheet}, {id=1226766829330, type=News_Javascript}, {id=1226858257711, type=News_Javascript}, {id=1226766829929, type=News_Javascript}]-->
+<!-- //site include -->
+ <script type="text/javascript" src="http://resources.newscdn.com.au/cs/video/stable/build/player.js"></script>
+ <script type="text/javascript" src="http://resources.newscdn.com.au/cs/metered/current/deployBucketA/js/metered.min.js"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+ $(function(){
+ if (typeof(ndm) !== 'undefined' && ndm.metered && ndm.metered.init) {
+ ndm.metered.init();
+ }
+});
+ //]]>
+ </script>
+ </div><!-- // # resources -->
+ <div id="stats">
+ <!-- Start Tealium -->
+ <script type="text/javascript">
+ var utagSections = [];
+ if (window.ndm && window.ndm.page && window.ndm.page.section) {
+ utagSections = ndm.page.section.toLowerCase().split(".");
+ }
+ utag_data = window.utag_data || {};
+ utag_data.pn = "heraldsun | news | story | angry media won8217t buckle over new surveillance laws";
+ utag_data.net_section = utagSections[0];
+ utag_data.net_subsec = utagSections[1];
+ utag_data.net_subsubsec = utagSections[2];
+ utag_data.net_subsubsubsec = utagSections[3];
+ utag_data.net_subsubsubsubsec = utagSections[4];
+ utag_data.net_content_type = (utag_data.net_content_type ? utag_data.net_content_type + "+" : "") + "story";
+ utag_data.mp_story_id = "1227261886014";
+ utag_data.mp_section_id = "1226617568574";
+ utag_data.mp_mlc_path = "/news/opinion/laurieoakes/story";
+ utag_data.net_article_id = "1227261886014";
+ utag_data.net_article_byline = "Laurie Oakes";
+ utag_data.net_article_headline = "Angry media won&#8217;t buckle on surveillance laws";
+ utag_data.net_platform = "mobile";
+ utag_data.net_article_source = "HeraldSun";
+ </script>
+ <script type="text/javascript" src="//tags.tiqcdn.com/utag/newsltd/hwt.mobile/prod/utag.js"></script>
+ <!-- End Tealium -->
+ </div><!-- // # stats -->
+</div><!-- // #page -->
+
+
+</body></html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json
new file mode 100644
index 0000000..332533a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.",
+ "Image": null,
+ "Title": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html
new file mode 100644
index 0000000..4315329
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html
@@ -0,0 +1,14 @@
+<div>
+
+ <p>
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
+ </p>
+ <h2>
+ Secondary header
+ </h2>
+
+ <h2>
+ Third header
+ </h2>
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html
new file mode 100644
index 0000000..e0699a0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <title>
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt
+ </title>
+ </head>
+ <body>
+ <h1>
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt
+ </h1>
+ <p>
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
+ </p>
+ <h2>
+ Secondary header
+ </h2>
+ <p style="display: none;">
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
+ </p>
+ <h2>
+ Third header
+ </h2>
+ <p hidden="hidden">
+ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
+ </p>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json
new file mode 100644
index 0000000..1e62b57
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json
@@ -0,0 +1,10 @@
+[
+ "http:\/\/fakehost\/366\/logo_bana\/corner_1.gif",
+ "http:\/\/fakehost\/366\/logo_bana\/corner_2.gif",
+ "http:\/\/fakehost\/gazou\/pc_gazou\/aesop\/aesop052.jpg",
+ "http:\/\/fakehost\/gazou\/origami_gazou\/kantan\/dogface.gif",
+ "http:\/\/fakehost\/gazou\/origami_gazou\/kantan\/dog.gif",
+ "http:\/\/fakehost\/gazou\/pc_gazou\/all\/top_bana\/back_logo_r.gif",
+ "file:\/\/\/C|\/Documents%20and%20Settings\/%E7%A6%8F%E5%A8%98note\/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97\/company_website15\/image\/spacer.gif",
+ "file:\/\/\/C|\/Documents%20and%20Settings\/%E7%A6%8F%E5%A8%98note\/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json
new file mode 100644
index 0000000..b16149a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "福娘童話集 > きょうのイソップ童話 > 1月のイソップ童話 > 欲張りなイヌ",
+ "Image": null,
+ "Title": "欲張りなイヌ <福娘童話集 きょうのイソップ童話>",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html
new file mode 100644
index 0000000..1d63a9e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html
@@ -0,0 +1,227 @@
+<div>
+ <td>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_1.gif" width="7" height="7">
+ </td>
+ <td></td>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_2.gif" width="7" height="7">
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+
+
+ </td>
+ </tr>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td>
+ <p>
+ <a href="http://fakehost/index.html">福娘童話集</a> &gt; <a href="http://fakehost/index.html">きょうのイソップ童話</a> &gt; <a href="http://fakehost/itiran/01gatu.htm">1月のイソップ童話</a> &gt; 欲張りなイヌ
+ </p>
+ <div>
+ <p><span color="#FF0000" size="+2">元旦のイソップ童話</span></p><p><img src="http://fakehost/gazou/pc_gazou/aesop/aesop052.jpg" alt="よくばりなイヌ" width="480" height="360"></p><p>
+ 欲張りなイヌ</p><p><a href="http://hukumusume.com/douwa/English/aesop/01/01_j.html">ひらがな</a> ←→ <a href="http://hukumusume.com/douwa/English/aesop/01/01_j&amp;E.html">日本語・英語</a> ←→ <a href="http://hukumusume.com/douwa/English/aesop/01/01_E.html">English</a></p></div>
+ <div>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_1.gif" width="7" height="7">
+ </td>
+ <td>
+ <span color="#FF0000"><b>おりがみをつくろう</b></span>
+ </td>
+ <td>
+ <span size="-1">( <a href="http://www.origami-club.com/index.html">おりがみくらぶ</a> より)</span>
+ </td>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_2.gif" width="7" height="7">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4">
+ <p>
+ <a href="http://www.origami-club.com/easy/dogfase/index.html"><span size="+2"><img src="http://fakehost/gazou/origami_gazou/kantan/dogface.gif" alt="犬の顔の折り紙" width="73" height="51">いぬのかお</span></a>   <a href="http://www.origami-club.com/easy/dog/index.html"><img src="http://fakehost/gazou/origami_gazou/kantan/dog.gif" alt="犬の顔の紙" width="62" height="43"><span size="+2">いぬ</span></a>
+ </p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ ♪音声配信(html5)
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <audio src="http://ohanashi2.up.seesaa.net/mp3/ae_0101.mp3" controls></audio>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://www.voiceblog.jp/onokuboaki/"><span size="-1">亜姫の朗読☆ イソップ童話より</span></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+  肉をくわえたイヌが、橋を渡っていました。  ふと下を見ると、川の中にも肉をくわえたイヌがいます。 イヌはそれを見て、思いました。(あいつの肉の方が、大きそうだ)  イヌは、くやしくてたまりません。 (そうだ、あいつをおどかして、あの肉を取ってやろう)  そこでイヌは、川の中のイヌに向かって思いっきり吠えました。 「ウゥー、ワン!!」  そのとたん、くわえていた肉はポチャンと川の中に落ちてしまいました。 「ああー、ぁぁー」  川の中には、がっかりしたイヌの顔がうつっています。  さっきの川の中のイヌは、水にうつった自分の顔だったのです。  同じ物を持っていても、人が持っている物の方が良く見え、また、欲張るとけっきょく損をするというお話しです。
+ </p>
+ <p>
+ おしまい
+ </p>
+ <div>
+ <p><span><img src="http://fakehost/gazou/pc_gazou/all/top_bana/back_logo_r.gif" alt="前のページへ戻る" name="Image10" width="175" height="32" id="Image10"></span></p></div>
+ </td>
+ <td>
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1">
+ </td>
+ <td>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_1.gif" width="7" height="7">
+ </td>
+ <td></td>
+ <td>
+ <img src="http://fakehost/366/logo_bana/corner_2.gif" width="7" height="7">
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <td>
+ &nbsp;&nbsp;&nbsp;&nbsp; <span size="-1"><b>1月 1日の豆知識</b></span><span size="-2"><u><p>
+ 366日への旅</p></u></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97" width="1" height="1"><b><span size="-1">きょうの記念日</span></b><a href="http://fakehost/366/kinenbi/pc/01gatu/1_01.htm"><span size="-1">元旦</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1"><b><span size="-1">きょうの誕生花</span></b><a href="http://fakehost/366/hana/pc/01gatu/1_01.htm"><span size="-1">松(まつ)</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの誕生日・出来事</span></b><a href="http://fakehost/366/birthday/pc/01gatu/1_01.htm"><span size="-1">1949年 Mr.マリック(マジシャン)</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">恋の誕生日占い</span></b><a href="http://fakehost/sakura/uranai/birthday/01/01.html"><span size="-1">自分の考えをしっかりと持った女の子。</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">なぞなぞ小学校</span></b><a href="http://fakehost/nazonazo/new/2012/04/02.html"><span size="-1">○(丸)を取ったらお母さんになってしまう男の人は?</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">あこがれの職業紹介</span></b><a href="http://fakehost/sakura/navi/work/2017/041.html"><span size="-1">歌手</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">恋の魔法とおまじない</span></b> 001<a href="http://fakehost/omajinai/new/2012/00/re01.html"><span size="-1">両思いになれる おまじない</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1">  <b>1月 1日の童話・昔話</b><u><span size="-2"><p>
+ 福娘童話集</p></span></u></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの日本昔話</span></b><a href="http://fakehost/douwa/pc/jap/01/01.htm"><span size="-1">ネコがネズミを追いかける訳</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの世界昔話<img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1"></span></b><a href="http://fakehost/douwa/pc/world/01/01a.htm"><span size="-1">モンゴルの十二支話</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1"><b><span size="-1">きょうの日本民話</span></b><a href="http://fakehost/douwa/pc/minwa/01/01c.html"><span size="-1">仕事の取替えっこ</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうのイソップ童話</span></b><a href="http://fakehost/douwa/pc/aesop/01/01.htm"><span size="-1">欲張りなイヌ</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの江戸小話</span></b><a href="http://fakehost/douwa/pc/kobanashi/01/01.htm"><span size="-1">ぞうきんとお年玉</span></a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <b><span size="-1">きょうの百物語</span></b><a href="http://fakehost/douwa/pc/kaidan/01/01.htm"><span size="-1">百物語の幽霊</span></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <b><span size="-1">福娘のサイト</span></b>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>366日への旅</b><p><a href="http://hukumusume.com/366/">毎日の記念日・誕生花 ・有名人の誕生日と性格判断</a></p></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>福娘童話集</b><p><a href="http://hukumusume.com/douwa/">世界と日本の童話と昔話</a></p></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>女の子応援サイト -さくら-</b><p><a href="http://hukumusume.com/sakura/index.html">誕生日占い、お仕事紹介、おまじない、など</a></p></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>子どもの病気相談所</b><p><a href="http://hukumusume.com/my_baby/sick/">病気検索と対応方法、症状から検索するWEB問診</a></p></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span size="-1"><b>世界60秒巡り</b><p><a href="http://hukumusume.com/366/world/">国旗国歌や世界遺産など、世界の国々の豆知識</a></p></span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html
new file mode 100644
index 0000000..7cbaacd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html
@@ -0,0 +1,356 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>
+ 欲張りなイヌ <福娘童話集 きょうのイソップ童話>
+ </title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ </head>
+ <body bgcolor="#FFFFFF" text="#000000">
+ <table width="969" border="0" align="center" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td colspan="5" height="12">
+ <div align="center">
+ <table width="100%" border="0">
+ <tbody>
+ <tr>
+ <td width="27%" align="center">
+ <a href="../../../index.html">福娘童話集</a> &gt; <a href="../index.html">きょうのイソップ童話</a>
+ </td>
+ <td width="46%" align="center">
+ <a href="http://hukumusume.com/douwa/pc/aesop/index.html"><img src="../../../gazou/pc_gazou/all/aesop_logo_llll.gif" alt="福娘童話集 きょうのイソップ童話" width="320" height="100" border="0" /></a>
+ </td>
+ <td width="27%" align="center" valign="bottom">
+ <a href="http://hukumusume.com/douwa/index.html"><img src="../../../gazou/pc_gazou/all/douwa_logo_top_.gif" alt="童話・昔話・おとぎ話の福娘童話集" width="170" height="50" border="0" /></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td width="166" height="830" valign="top">
+ <table width="166" border="0" cellpadding="0" cellspacing="0" bgcolor="#C8FFC8">
+ <tbody>
+ <tr>
+ <td height="7" valign="top">
+ <img src="../../../../366/logo_bana/corner_1.gif" width="7" height="7" />
+ </td>
+ <td></td>
+ <td align="right" valign="top">
+ <img src="../../../../366/logo_bana/corner_2.gif" width="7" height="7" />
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table width="166" border="0" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td width="310" height="610" align="center" bgcolor="#C8FFC8">
+ <script type="text/javascript">
+ //<![CDATA[
+ <!--
+ google_ad_client = "ca-pub-2746615155806331";
+ /* 1a月160x600 */
+ google_ad_slot = "0764542773";
+ google_ad_width = 160;
+ google_ad_height = 600;
+ //-->
+ //]]>
+ </script>
+ <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
+ </td>
+ </tr>
+ <tr>
+ <td align="center">
+ &#160;
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td width="619" valign="top">
+ <p align="center">
+ <a href="../../../index.html">福娘童話集</a> &gt; <a href="../index.html">きょうのイソップ童話</a> &gt; <a href="../itiran/01gatu.htm">1月のイソップ童話</a> &gt; 欲張りなイヌ
+ </p>
+ <p align="center">
+ <font color="#FF0000" size="+2">元旦のイソップ童話</font><br />
+ <br />
+ <br />
+ <br />
+ <img src="../../../gazou/pc_gazou/aesop/aesop052.jpg" alt="よくばりなイヌ" width="480" height="360" border="1" /><br />
+ <br />
+ <br />
+ <br />
+ 欲張りなイヌ<br />
+ <br />
+ <br />
+ <br />
+ <a href="http://hukumusume.com/douwa/English/aesop/01/01_j.html">ひらがな</a> ←→ <a href="http://hukumusume.com/douwa/English/aesop/01/01_j&amp;E.html">日本語・英語</a> ←→ <a href="http://hukumusume.com/douwa/English/aesop/01/01_E.html">English</a>
+ </p>
+ <table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td height="90" align="center">
+ <table width="80%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C8FFC8">
+ <tbody>
+ <tr>
+ <td width="35%" height="25" valign="top">
+ <img src="../../../../366/logo_bana/corner_1.gif" width="7" height="7" />
+ </td>
+ <td width="29%" align="center">
+ <font color="#FF0000"><b>おりがみをつくろう</b></font>
+ </td>
+ <td width="35%" valign="bottom">
+ <font size="-1">( <a href="http://www.origami-club.com/index.html">おりがみくらぶ</a> より)</font>
+ </td>
+ <td width="1%" align="right" valign="top">
+ <img src="../../../../366/logo_bana/corner_2.gif" width="7" height="7" />
+ </td>
+ </tr>
+ <tr>
+ <td height="80" colspan="4" align="center" valign="top">
+ <table width="98%" border="0" cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td height="75" align="center" valign="middle" bgcolor="#ECFFEC">
+ <a href="http://www.origami-club.com/easy/dogfase/index.html"><font size="+2"><img src="../../../gazou/origami_gazou/kantan/dogface.gif" alt="犬の顔の折り紙" width="73" height="51" border="0" />いぬのかお</font></a>   <a href="http://www.origami-club.com/easy/dog/index.html"><img src="../../../gazou/origami_gazou/kantan/dog.gif" alt="犬の顔の紙" width="62" height="43" border="0" /><font size="+2">いぬ</font></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table width="100%" border="0">
+ <tbody>
+ <tr>
+ <td align="center">
+ ♪音声配信(html5)
+ </td>
+ </tr>
+ <tr>
+ <td align="center">
+ <audio src="http://ohanashi2.up.seesaa.net/mp3/ae_0101.mp3" controls=""></audio>
+ </td>
+ </tr>
+ <tr>
+ <td align="center">
+ <a href="http://www.voiceblog.jp/onokuboaki/"><font size="-1">亜姫の朗読☆ イソップ童話より</font></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+  肉をくわえたイヌが、橋を渡っていました。  ふと下を見ると、川の中にも肉をくわえたイヌがいます。 イヌはそれを見て、思いました。(あいつの肉の方が、大きそうだ)  イヌは、くやしくてたまりません。 (そうだ、あいつをおどかして、あの肉を取ってやろう)  そこでイヌは、川の中のイヌに向かって思いっきり吠えました。 「ウゥー、ワン!!」  そのとたん、くわえていた肉はポチャンと川の中に落ちてしまいました。 「ああー、ぁぁー」  川の中には、がっかりしたイヌの顔がうつっています。  さっきの川の中のイヌは、水にうつった自分の顔だったのです。  同じ物を持っていても、人が持っている物の方が良く見え、また、欲張るとけっきょく損をするというお話しです。
+ </p>
+ <p align="center">
+ おしまい
+ </p>
+ <p align="center">
+ <a href="javascript:history.back();" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','../../../gazou/pc_gazou/all/top_bana/back_logo_b.gif',1)"><img src="../../../gazou/pc_gazou/all/top_bana/back_logo_r.gif" alt="前のページへ戻る" name="Image10" width="175" height="32" border="0" id="Image10" /></a><br />
+ <br />
+ <br />
+ <br />
+ <script type="text/javascript">
+ //<![CDATA[
+
+ <!--
+ google_ad_client = "ca-pub-2746615155806331";
+ /* 1月336x280 */
+ google_ad_slot = "6046482409";
+ google_ad_width = 336;
+ google_ad_height = 280;
+ //-->
+ //]]>
+ </script>
+ <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
+ </p>
+ </td>
+ <td width="10">
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1" />
+ </td>
+ <td width="166" valign="top">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C8FFC8">
+ <tbody>
+ <tr>
+ <td height="7" valign="top">
+ <img src="../../../../366/logo_bana/corner_1.gif" width="7" height="7" />
+ </td>
+ <td></td>
+ <td align="right" valign="top">
+ <img src="../../../../366/logo_bana/corner_2.gif" width="7" height="7" />
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table width="166" border="0" bgcolor="#C8FFC8">
+ <tbody>
+ <tr>
+ <td width="156" height="50">
+ &#160;&#160;&#160;&#160; <font size="-1"><b>1月 1日の豆知識</b></font><br />
+ <br />
+ <font size="-2"><u><br />
+ <br />
+ 366日への旅</u></font>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97" width="1" height="1" /><b><font size="-1">きょうの記念日</font></b><br />
+ <br />
+ <a href="../../../../366/kinenbi/pc/01gatu/1_01.htm"><font size="-1">元旦</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1" /><b><font size="-1">きょうの誕生花</font></b><br />
+ <br />
+ <a href="../../../../366/hana/pc/01gatu/1_01.htm"><font size="-1">松(まつ)</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">きょうの誕生日・出来事</font></b><br />
+ <br />
+ <a href="../../../../366/birthday/pc/01gatu/1_01.htm"><font size="-1">1949年 Mr.マリック(マジシャン)</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">恋の誕生日占い</font></b><br />
+ <br />
+ <a href="../../../../sakura/uranai/birthday/01/01.html"><font size="-1">自分の考えをしっかりと持った女の子。</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">なぞなぞ小学校</font></b><br />
+ <br />
+ <a href="../../../../nazonazo/new/2012/04/02.html"><font size="-1">○(丸)を取ったらお母さんになってしまう男の人は?</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">あこがれの職業紹介</font></b><br />
+ <br />
+ <a href="../../../../sakura/navi/work/2017/041.html"><font size="-1">歌手</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">恋の魔法とおまじない</font></b> 001<br />
+ <br />
+ <a href="../../../../omajinai/new/2012/00/re01.html"><font size="-1">両思いになれる おまじない</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#C8FFC8">
+ <font size="-1">  <b>1月 1日の童話・昔話</b><br />
+ <br />
+ <u><font size="-2"><br />
+ <br />
+ 福娘童話集</font></u></font>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">きょうの日本昔話</font></b><br />
+ <br />
+ <a href="../../../../douwa/pc/jap/01/01.htm"><font size="-1">ネコがネズミを追いかける訳</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">きょうの世界昔話<img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1" /></font></b><br />
+ <br />
+ <a href="../../../../douwa/pc/world/01/01a.htm"><font size="-1">モンゴルの十二支話</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <img src="file:///C|/Documents%20and%20Settings/%E7%A6%8F%E5%A8%98note/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97/company_website15/image/spacer.gif" width="1" height="1" /><b><font size="-1">きょうの日本民話</font></b><br />
+ <br />
+ <a href="../../../../douwa/pc/minwa/01/01c.html"><font size="-1">仕事の取替えっこ</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">きょうのイソップ童話</font></b><br />
+ <br />
+ <a href="../../../../douwa/pc/aesop/01/01.htm"><font size="-1">欲張りなイヌ</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">きょうの江戸小話</font></b><br />
+ <br />
+ <a href="../../../../douwa/pc/kobanashi/01/01.htm"><font size="-1">ぞうきんとお年玉</font></a>
+ </td>
+ </tr>
+ <tr>
+ <td height="50" bgcolor="#ECFFEC">
+ <b><font size="-1">きょうの百物語</font></b><br />
+ <br />
+ <a href="../../../../douwa/pc/kaidan/01/01.htm"><font size="-1">百物語の幽霊</font></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table width="100%" border="0" bgcolor="#C8FFC8">
+ <tbody>
+ <tr>
+ <td height="30" align="center" bgcolor="#C8FFC8">
+ <b><font size="-1">福娘のサイト</font></b>
+ </td>
+ </tr>
+ <tr>
+ <td height="60" bgcolor="#ECFFEC">
+ <font size="-1"><b>366日への旅</b><br />
+ <br />
+ <a href="http://hukumusume.com/366/">毎日の記念日・誕生花 ・有名人の誕生日と性格判断</a></font>
+ </td>
+ </tr>
+ <tr>
+ <td height="60" bgcolor="#ECFFEC">
+ <font size="-1"><b>福娘童話集</b><br />
+ <br />
+ <a href="http://hukumusume.com/douwa/">世界と日本の童話と昔話</a></font>
+ </td>
+ </tr>
+ <tr>
+ <td height="60" bgcolor="#ECFFEC">
+ <font size="-1"><b>女の子応援サイト -さくら-</b><br />
+ <br />
+ <a href="http://hukumusume.com/sakura/index.html">誕生日占い、お仕事紹介、おまじない、など</a></font>
+ </td>
+ </tr>
+ <tr>
+ <td height="60" bgcolor="#ECFFEC">
+ <font size="-1"><b>子どもの病気相談所</b><br />
+ <br />
+ <a href="http://hukumusume.com/my_baby/sick/">病気検索と対応方法、症状から検索するWEB問診</a></font>
+ </td>
+ </tr>
+ <tr>
+ <td height="60" bgcolor="#ECFFEC">
+ <font size="-1"><b>世界60秒巡り</b><br />
+ <br />
+ <a href="http://hukumusume.com/366/world/">国旗国歌や世界遺産など、世界の国々の豆知識</a></font>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json
new file mode 100644
index 0000000..105a380
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "http:\/\/www.iab.com\/wp-content\/uploads\/2015\/10\/getting-lean-with-digital-ad-ux-300x250.jpg",
+ "http:\/\/www.iab.com\/wp-content\/uploads\/2015\/05\/auto-draft-16-150x150.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json
new file mode 100644
index 0000000..a8d6766
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By\n\t\t\tScott Cunningham",
+ "Direction": null,
+ "Excerpt": "We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience. Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. … Continued",
+ "Image": "http:\/\/www.iab.com\/wp-content\/uploads\/2015\/10\/getting-lean-with-digital-ad-ux-300x250.jpg",
+ "Title": "Getting LEAN with Digital Ad UX | IAB",
+ "SiteName": "IAB"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html
new file mode 100644
index 0000000..ea619a9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html
@@ -0,0 +1,29 @@
+<div>
+ <p>We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience.</p>
+<p>Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. Many of us in the technical field felt compelled, and even empowered, to produce information as the distribution means for mass communication were no longer restricted by a high barrier to entry.</p>
+<p>In 2000, the dark ages came when the dot-com bubble burst. We were told that our startups were gone or that our divisions sustained by corporate parent companies needed to be in the black. It was a wakeup call that led to a renaissance age. Digital advertising became the foundation of an economic engine that, still now, sustains the free and democratic World Wide Web. In digital publishing, we strived to balance content, commerce, and technology. The content management systems and communication gateways we built to inform and entertain populations around the world disrupted markets and in some cases governments, informed communities of imminent danger, and liberated new forms of art and entertainment—all while creating a digital middle class of small businesses.</p>
+<p>We engineered not just the technical, but also the social and economic foundation that users around the world came to lean on for access to real time information. And users came to expect this information whenever and wherever they needed it. And more often than not, for anybody with a connected device, it was free.</p>
+<p>This was choice—powered by digital advertising—and premised on user experience.</p>
+<p>But we messed up.</p>
+<p>Through our pursuit of further automation and maximization of margins during the industrial age of media technology, we built advertising technology to optimize publishers’ yield of marketing budgets that had eroded after the last recession. Looking back now, our scraping of dimes may have cost us dollars in consumer loyalty. The fast, scalable systems of targeting users with ever-heftier advertisements have slowed down the public internet and drained more than a few batteries. We were so clever and so good at it that we over-engineered the capabilities of the plumbing laid down by, well, ourselves. This steamrolled the users, depleted their devices, and tried their patience.</p>
+<p>The rise of ad blocking poses a threat to the internet and could potentially drive users to an enclosed platform world dominated by a few companies. We have let the fine equilibrium of content, commerce, and technology get out of balance in the open web. We had, and still do have, a responsibility to educate the business side, and in some cases to push back. We lost sight of our social and ethical responsibility to provide a safe, usable experience for anyone and everyone wanting to consume the content of their choice.</p>
+<p>We need to bring that back into alignment, starting right now.</p>
+<p><a href="http://www.iab.com/wp-content/uploads/2015/10/getting-lean-with-digital-ad-ux.jpg"><img width="300" height="250" alt="Getting LEAN with Digital Ad UX" src="http://www.iab.com/wp-content/uploads/2015/10/getting-lean-with-digital-ad-ux-300x250.jpg"></a>Today, the IAB Tech Lab is launching the L.E.A.N. Ads program. Supported by the Executive Committee of the IAB Tech Lab Board, IABs around the world, and hundreds of member companies, L.E.A.N. stands for Light, Encrypted, Ad choice supported, Non-invasive ads. These are principles that will help guide the next phases of advertising technical standards for the global digital advertising supply chain.</p>
+<p>As with any other industry, standards should be created by non-profit standards-setting bodies, with many diverse voices providing input. We will invite all parties for public comment, and make sure consumer interest groups have the opportunity to provide input.</p>
+<p>L.E.A.N. Ads do not replace the current advertising standards many consumers still enjoy and engage with while consuming content on our sites across all IP enabled devices. Rather, these principles will guide an alternative set of standards that provide choice for marketers, content providers, and consumers.</p>
+<p>Among the many areas of concentration, we must also address frequency capping on retargeting in Ad Tech and make sure a user is targeted appropriately before, but never AFTER they make a purchase. If we are so good at reach and scale, we can be just as good, if not better, at moderation. Additionally, we must address volume of ads per page as well as continue on the path to viewability. The dependencies here are critical to an optimized user experience.</p>
+<p>The consumer is demanding these actions, challenging us to do better, and we must respond.</p>
+<p>The IAB Tech Lab will continue to provide the tools for publishers in the digital supply chain to have a dialogue with users about their choices so that content providers can generate revenue while creating value. Publishers should have the opportunity to provide rich advertising experiences, L.E.A.N. advertising experiences, and subscription services. Or publishers can simply deny their service to users who choose to keep on blocking ads. That is all part of elasticity of consumer tolerance and choice.</p>
+<p>Finally, we must do this in an increasingly fragmented market, across screens. We must do this in environments where entire sites are blocked, purposefully or not. Yes, it is disappointing that our development efforts will have to manage with multiple frameworks while we work to supply the economic engine to sustain an open internet. However, our goal is still to provide diverse content and voices to as many connected users as possible around the world.</p>
+<p>That is user experience.</p>
+
+<p>IAB Tech Lab Members can join the IAB Tech Lab Ad Blocking Working Group, please email <a href="mailto:[email protected]">[email protected]</a> for more information.</p>
+<p>Read <a target="_blank" href="http://www.iab.com/insights/ad-blocking/">more about ad blocking here</a>.</p>
+ </div><div id="post-author">
+ <figure><img alt="Auto Draft 14" src="http://www.iab.com/wp-content/uploads/2015/05/auto-draft-16-150x150.jpg"></figure>
+ <div>
+ <h4>About the author</h4>
+ <p><strong>Scott Cunningham</strong></p>
+ <p>Senior Vice President of Technology and Ad Operations at IAB, and General Manager of the IAB Tech Lab</p>
+ </div>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html
new file mode 100644
index 0000000..a8c36b9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html
@@ -0,0 +1,1103 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" prefix="og: http://ogp.me/ns#" class="js flexbox flexboxlegacy canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths"><head>
+ <meta charset="utf-8" />
+ <meta content="IE=edge" http-equiv="X-UA-Compatible" />
+ <title>Getting LEAN with Digital Ad UX | IAB</title>
+ <meta content="width=device-width, initial-scale=1" name="viewport" />
+
+ <link href="http://www.iab.com/feed/" title="IAB Feed" type="application/rss+xml" rel="alternate" />
+ <link href="http://fast.fonts.net/cssapi/be2c5049-bd2c-454d-97be-0b863908afc5.css" rel="stylesheet" type="text/css" />
+
+
+ <script async="" type="text/javascript" src="http://www.googletagservices.com/tag/js/gpt.js" style=""></script><script type="text/javascript">
+ // google dfp
+ var googletag = googletag || {};
+ googletag.cmd = googletag.cmd || [];
+ (function() {
+ var gads = document.createElement('script');
+ gads.async = true;
+ gads.type = 'text/javascript';
+ var useSSL = 'https:' == document.location.protocol;
+ gads.src = (useSSL ? 'https:' : 'http:') +
+ '//www.googletagservices.com/tag/js/gpt.js';
+ var node = document.getElementsByTagName('script')[0];
+ node.parentNode.insertBefore(gads, node);
+
+ })();
+</script>
+
+
+<!-- This site is optimized with the Yoast WordPress SEO plugin v1.7.3.3 - https://yoast.com/wordpress/plugins/seo/ -->
+<meta content="noindex,follow" name="robots" />
+<link href="http://www.iab.com/news/lean" rel="canonical" />
+<meta content="en_US" property="og:locale" />
+<meta content="article" property="og:type" />
+<meta content="Getting LEAN with Digital Ad UX | IAB" property="og:title" />
+<meta content="We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience. Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. … Continued" property="og:description" />
+<meta content="http://www.iab.com/news/lean" property="og:url" />
+<meta content="IAB" property="og:site_name" />
+<meta content="Ad Blocking" property="article:section" />
+<meta content="2015-10-15T08:00:26+00:00" property="article:published_time" />
+<meta content="2015-10-16T12:56:08+00:00" property="article:modified_time" />
+<meta content="2015-10-16T12:56:08+00:00" property="og:updated_time" />
+<meta content="http://www.iab.com/wp-content/uploads/2015/10/getting-lean-with-digital-ad-ux-300x250.jpg" property="og:image" />
+<meta content="summary" name="twitter:card" />
+<meta content="We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience. Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. … Continued" name="twitter:description" />
+<meta content="Getting LEAN with Digital Ad UX | IAB" name="twitter:title" />
+<meta content="IAB" name="twitter:domain" />
+<meta content="http://www.iab.com/wp-content/uploads/2015/10/getting-lean-with-digital-ad-ux-300x250.jpg" name="twitter:image:src" />
+<!-- / Yoast WordPress SEO plugin. -->
+
+ <script type="text/javascript">
+ window._wpemojiSettings = {"baseUrl":"http:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/www.iab.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.3.1"}};
+ !function(a,b,c){function d(a){var c=b.createElement("canvas"),d=c.getContext&amp;&amp;c.getContext("2d");return d&amp;&amp;d.fillText?(d.textBaseline="top",d.font="600 32px Arial","flag"===a?(d.fillText(String.fromCharCode(55356,56812,55356,56807),0,0),c.toDataURL().length&gt;3e3):(d.fillText(String.fromCharCode(55357,56835),0,0),0!==d.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&amp;&amp;c.supports.flag||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&amp;&amp;c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&amp;&amp;f.twemoji&amp;&amp;(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
+ </script><script src="http://www.iab.com/wp-includes/js/wp-emoji-release.min.js?ver=4.3.1" type="text/javascript"></script>
+ <style type="text/css">
+img.wp-smiley,
+img.emoji {
+ display: inline !important;
+ border: none !important;
+ box-shadow: none !important;
+ height: 1em !important;
+ width: 1em !important;
+ margin: 0 .07em !important;
+ vertical-align: -0.1em !important;
+ background: none !important;
+ padding: 0 !important;
+}
+</style>
+<link media="all" type="text/css" href="http://www.iab.com/wp-content/themes/iab/assets/css/main.min.css?82f9d716b94e6392728220b0edf0e520" id="iab_css-css" rel="stylesheet" />
+<link media="all" type="text/css" href="http://www.iab.com/wp-content/themes/iab/assets/css/custom_styles.css" id="iab_custom_styles-css" rel="stylesheet" />
+<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" type="text/javascript"></script><script src="http://partner.googleadservices.com/gpt/pubads_impl_73.js" async=""></script>
+<script>window.jQuery || document.write('&lt;script src="http://www.iab.com/wp-content/themes/iab/assets/vendor/jquery/dist/jquery.min.js?2.1.1"&gt;&lt;\/script&gt;')</script>
+<script src="http://www.iab.com/wp-content/plugins/gravityforms/js/jquery.json-1.3.js?ver=1.8.22" type="text/javascript"></script>
+<script src="http://www.iab.com/wp-content/plugins/gravityforms/js/jquery.placeholders.2.1.1.min.js?ver=1.8.22" type="text/javascript"></script>
+<script src="http://www.iab.com/wp-content/plugins/gravityforms/js/gravityforms.js?ver=1.8.22" type="text/javascript"></script>
+<link href="http://www.iab.com/xmlrpc.php?rsd" title="RSD" type="application/rsd+xml" rel="EditURI" />
+<link href="http://www.iab.com/wp-includes/wlwmanifest.xml" type="application/wlwmanifest+xml" rel="wlwmanifest" />
+<link href="http://www.iab.com/?p=15323" rel="shortlink" />
+ <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
+<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js"></script><style type="text/css">.fancybox-margin{margin-right:0px;}</style><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/osd.js"></script><script type="text/javascript" charset="UTF-8" src="http://maps.gstatic.com/maps-api-v3/api/js/20/1/common.js"></script><script type="text/javascript" charset="UTF-8" src="http://maps.gstatic.com/maps-api-v3/api/js/20/1/util.js"></script><script type="text/javascript" charset="UTF-8" src="http://maps.gstatic.com/maps-api-v3/api/js/20/1/stats.js"></script></head><body class="single single-post postid-15323 lean sidebar-primary">
+
+ <!--[if lt IE 8]>
+ <div class="alert alert-warning">
+ You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience. </div>
+ <![endif]-->
+
+ <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><symbol id="icon-arrow-down" viewBox="0 0 118.3 62.7"><title>arrow-down</title><path d="M118.3 7.3L111.4 0 59.1 49 6.8 0 0 7.3l59.1 55.4z"/></symbol><symbol id="icon-arrow-left" viewBox="0 0 62.7 118.3"><title>arrow-left</title><path d="M55.4 118.3l7.3-6.9-49-52.3 49-52.3L55.4 0 0 59.1z"/></symbol><symbol id="icon-arrow-right" viewBox="0 0 62.7 118.3"><title>arrow-right</title><path d="M7.3 118.3L0 111.4l49-52.3L0 6.8 7.3 0l55.4 59.1z"/></symbol><symbol id="icon-arrow-up" viewBox="0 0 118.3 62.7"><title>arrow-up</title><path d="M0 55.4l6.8 7.3 52.3-49 52.3 49 6.9-7.3L59.1 0z"/></symbol><symbol id="icon-bio" viewBox="0 0 150.5 108.4"><title>bio</title><path clip-rule="evenodd" fill-rule="evenodd" d="M0 0h150.5v24.1H0V0zm0 42.1h150.5v24.1H0V42.1zm0 42.2h96.3v24.1H0V84.3z"/></symbol><symbol id="icon-circle" viewBox="0 0 108.4 108.4"><title>circle</title><circle r="54.2" cy="54.2" cx="54.2"/></symbol><symbol id="icon-close" viewBox="0 0 108.4 108.4"><title>close</title><path d="M104.68 108.322L.03 3.672l3.675-3.68 104.65 104.65zm-100.983-.004L.02 104.64 104.67-.01l3.678 3.677z"/></symbol><symbol id="icon-download" viewBox="0 0 55.2 109.8"><title>download</title><path d="M2.7 76.2s48.3.1 49.8 0c2.4-.1 3.6 2.4 2 4.4-2.3 2.7-24.2 27.1-25.5 28.4-1.3 1.3-2.9.9-3.9 0-1-1-23.8-27.7-24.7-28.5s-.5-4.3 2.3-4.3zM22.3 70.2V2.1C22.3 1 23.4 0 24.7 0h5.7c1.3 0 2.4.9 2.4 2.1v68.1"/></symbol><symbol id="icon-facebook" viewBox="0 0 47.1 97.6"><title>facebook</title><path d="M0 32.3h10.1v-9.8c0-4.3.1-11 3.3-15.1C16.6 3 21.2 0 29 0c12.7 0 18.1 1.8 18.1 1.8l-2.5 14.9s-4.2-1.2-8.1-1.2c-3.9 0-7.4 1.4-7.4 5.3v11.4h16.1L44 46.9H29v50.7H10.1V46.9H0V32.3z"/></symbol><symbol id="icon-gplus" viewBox="0 0 76.4 79.2"><title>gplus</title><path d="M25.1 75.3c-9.4 0-16.2-6-16.2-13.1 0-7 8.4-12.9 17.9-12.8 2.2 0 4.2.4 6.1 1C38 54 41.7 56 42.7 60c.2.8.3 1.7.3 2.5-.1 7.2-4.7 12.8-17.9 12.8m2.4-42c-6.3-.2-12.3-7.1-13.4-15.4C13 9.6 17.3 3.3 23.6 3.5c6.3.2 12.3 6.8 13.4 15.2 1.1 8.2-3.1 14.8-9.5 14.6m13.2 12.3c-2.2-1.6-6.5-5.4-6.5-7.6 0-2.6.8-3.9 4.7-7 4.1-3.2 6.9-7.6 6.9-12.8C45.8 12 43.1 6 37.9 4h7.8l5.5-4H26.7C15.7 0 5.3 8.3 5.3 18c0 9.9 7.5 17.8 18.7 17.8.8 0 1.5 0 2.3-.1-.7 1.4-1.2 3-1.2 4.6 0 2.7 1.5 5 3.3 6.8h-4.3C10.5 47.2 0 55.8 0 64.8c0 8.9 11.5 14.4 25.1 14.4 15.5 0 24.1-8.8 24.1-17.7 0-7.1-2.1-11.3-8.5-15.9M76.4 34h-9.6v-9.6h-7.7V34h-9.6v7.7h9.6v9.6h7.7v-9.6h9.6V34z"/></symbol><symbol id="icon-instagram" viewBox="0 0 77.3 77.3"><title>instagram</title><path d="M62.4 0H14.9C6.7 0 0 6.7 0 14.9v47.5c0 8.2 6.7 14.9 14.9 14.9h47.5c8.2 0 14.9-6.7 14.9-14.9V14.9C77.4 6.7 70.6 0 62.4 0zm4.3 8.9h1.7V22H55.3V8.9h11.4zM27.6 30.7c2.5-3.4 6.5-5.7 11-5.7s8.6 2.2 11 5.7c1.6 2.2 2.6 5 2.6 7.9 0 7.5-6.1 13.6-13.6 13.6S25 46.1 25 38.6c.1-2.9 1-5.6 2.6-7.9zm42.2 31.7c0 4.1-3.3 7.4-7.4 7.4H14.9c-4.1 0-7.4-3.3-7.4-7.4V30.7H19c-1 2.5-1.6 5.1-1.6 7.9 0 11.7 9.5 21.2 21.1 21.2 11.7 0 21.1-9.5 21.1-21.2 0-2.8-.6-5.5-1.6-7.9h11.5v31.7z"/></symbol><symbol id="icon-linkedin" viewBox="0 0 80.2 73.7"><title>linkedin</title><path d="M17.7 73.7H2v-50h15.6v50zM9.4 17.4h-.1C3.7 17.4 0 13.5 0 8.7 0 3.7 3.8 0 9.6 0s9.3 3.7 9.4 8.7c0 4.8-3.7 8.7-9.6 8.7zm70.8 56.3H62.5V47.8c0-6.8-2.8-11.4-8.9-11.4-4.7 0-7.3 3.1-8.5 6.1-.5 1.1-.4 2.6-.4 4.1v27.1H27.2s.2-45.9 0-50h17.6v7.9c1-3.4 6.6-8.3 15.6-8.3 11.1 0 19.8 7.2 19.8 22.7v27.7z"/></symbol><symbol id="icon-mail" viewBox="0 0 165 97.3"><title>mail</title><path clip-rule="evenodd" fill-rule="evenodd" d="M2.4 10.8l79.2 50.5 80.9-50.5s-4.2-8.3-14.2-7.6C129.5 4.4 6.5-3 2.4 10.8zM155 97.3H10c-5.5 0-10-4.5-10-10V10C0 4.5 4.5 0 10 0h145c5.5 0 10 4.5 10 10v77.3c0 5.5-4.5 10-10 10zm3-14.8V14.8c0-5.5-2.5-8-8-8H15c-5.5 0-8 2.5-8 8v67.7c0 5.5 2.5 8 8 8h135c5.5 0 8-2.5 8-8z"/></symbol><symbol id="icon-menu" viewBox="0 0 142.9 102.9"><title>menu</title><path d="M0 0h142.9v17H0zm0 42.9h142.9v17H0zm0 42.9h142.9v17H0z"/></symbol><symbol id="icon-phone" viewBox="0 0 79.8 121.6"><title>phone</title><path d="M43 93.1c3.8 2.1 13.8-6.8 15.6-7.5s4-.1 7.2 3.5 13.7 16.2 13.9 18c.2 1.8-2.9 13.9-18.9 14.6-16 .7-36.2-11.9-51.4-44.5s-10-64.3.8-71.7S31.7-.4 32.5 2.6c.8 3 5.2 24.8 4.9 26.9s-1 2.6-6.2 4.6-13.7 1.9-13 10.2C19 52.5 32.5 87.2 43 93.1z"/></symbol><symbol id="icon-play" viewBox="0 0 52.2 111.4"><title>play</title><path d="M0 0l52.2 55.7L0 111.4V0z" clip-rule="evenodd" fill-rule="evenodd"/></symbol><symbol id="icon-search" viewBox="0 0 102 103.8"><title>search</title><path d="M86 43c0 23.7-19.3 43-43 43S0 66.7 0 43 19.3 0 43 0s43 19.3 43 43zM43 7C23.1 7 7 23.1 7 43s16.1 36 36 36 36-16.1 36-36S62.9 7 43 7zm57.6 89.9l-5.4 5.4c-1.9 2-5.1 2-7.1 0L65.6 80c-2-1.9-2-5.1 0-7.1l5.4-5.4c1.9-2 5.1-2 7.1 0l22.5 22.3c1.9 1.9 1.9 5.1 0 7.1z"/></symbol><symbol id="icon-share" viewBox="0 0 107.7 118.3"><title>share</title><circle r="20.1" cy="20.1" cx="87.7"/><circle r="20.1" cy="98.3" cx="87.7"/><circle r="20.1" cy="57.9" cx="20.1"/><path d="M14.66 58.65L92.6 15.89l2.692 4.91-77.938 42.76zm-1.816-7.133L88.72 97.842l-2.918 4.78L9.926 56.296z"/></symbol><symbol id="icon-spinner" viewBox="0 0 108.8 108.8"><title>spinner</title><path d="M54.8 27.1c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v25.1c0 .6-.5 1-1 1zm-20.1 8c-.3 0-.5-.1-.7-.3L16.2 17.1c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l17.8 17.8c.4.4.4 1 0 1.4-.2.1-.4.2-.7.2zM26.1 55H1c-.6 0-1-.4-1-1s.4-1 1-1h25.1c.6 0 1 .4 1 1s-.4 1-1 1zm-9.7 37.8c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l17.8-17.8c.4-.4 1-.4 1.4 0s.4 1 0 1.4L17.1 92.5c-.2.2-.5.3-.7.3zm37.6 16c-.6 0-1-.4-1-1V82.6c0-.6.4-1 1-1s1 .4 1 1v25.1c0 .6-.5 1.1-1 1.1zm37.8-15.4c-.3 0-.5-.1-.7-.3L73.4 75.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l17.8 17.8c.4.4.4 1 0 1.4-.2.2-.5.3-.8.3zm16-37.6H82.6c-.6 0-1-.4-1-1s.4-1 1-1h25.1c.6 0 1 .4 1 1s-.4 1-.9 1zM74.6 35.7c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l17.8-17.8c.4-.4 1-.4 1.4 0s.4 1 0 1.4L75.3 35.4c-.2.2-.4.3-.7.3z"/></symbol><symbol id="icon-twitter" viewBox="0 0 104.7 85.1"><title>twitter</title><path d="M104.7 10.1c-3.9 1.7-8 2.9-12.3 3.4 4.4-2.7 7.8-6.9 9.4-11.9-4.1 2.4-8.7 4.2-13.6 5.2C84.3 2.6 78.7 0 72.5 0 60.7 0 51 9.6 51 21.5c0 1.7.2 3.3.6 4.9-17.9-.9-33.7-9.5-44.3-22.5-1.8 3.2-2.9 6.9-2.9 10.8 0 7.4 3.8 14 9.6 17.9-3.5-.1-6.8-1.1-9.7-2.7v.3c0 10.4 7.4 19.1 17.2 21.1-1.8.5-3.7.8-5.7.8-1.4 0-2.7-.1-4-.4 2.7 8.5 10.7 14.8 20.1 14.9-7.4 5.8-16.6 9.2-26.7 9.2-1.7 0-3.4-.1-5.1-.3 9.5 6.1 20.8 9.7 32.9 9.7 39.5 0 61.1-32.7 61.1-61.1 0-.9 0-1.9-.1-2.8 4.2-3.1 7.9-6.9 10.7-11.2"/></symbol><symbol id="icon-youtube" viewBox="0 0 512 512"><title>youtube</title><path d="M416 64H96c-52.8 0-96 43.2-96 96v192c0 52.8 43.2 96 96 96h320c52.8 0 96-43.2 96-96V160c0-52.8-43.2-96-96-96zM192 384V128l160 128-160 128z"/></symbol></svg>
+ <div role="document" class="wrap">
+ <header role="banner" class="header">
+ <div class="header__container clearfix">
+ <a class="site-logo" href="http://www.iab.com/">
+ <img alt="IAB logo" src="http://www.iab.com/wp-content/themes/iab/assets/img/iab-logo.png" />
+ </a>
+ <aside class="header__breadcrumbs">
+ <ul class="clearfix">
+ <li class="header__breadcrumbs_item">
+ <a href="http://www.iab.com">Home</a>
+ </li>
+ <li class="header__breadcrumbs_item">
+ <a href="http://www.iab.com/news/">News</a>
+ </li>
+ <li class="header__breadcrumbs_item">
+ <a>Getting LEAN with Digital Ad UX</a>
+ </li>
+ </ul>
+ </aside>
+ <div class="search-account-container">
+ <div class="login-register">
+ <a href="http://members.iab.net/eweb/DynamicPage.aspx?WebCode=LoginRequired&amp;expires=yes&amp;Site=iab">Sign In</a>
+ <a href="mailto:[email protected]">Join IAB</a>
+ <div style="display: none;" id="modal-newsletterform">
+
+ <div id="gform_wrapper_1" class="gf_browser_chrome gform_wrapper"><a class="gform_anchor" name="gf_1" id="gf_1"></a><form action="/news/lean/#gf_1" id="gform_1" target="gform_ajax_frame_1" enctype="multipart/form-data" method="post">
+ <div class="gform_body">
+ <ul class="gform_fields top_label description_below" id="gform_fields_1"><li class="gfield gsection form--header" id="field_1_1"><h2 class="gsection_title">Subscribe to IAB News</h2></li><li class="gfield gsection" id="field_1_2"><h2 class="gsection_title">All you need to know about digital advertising.</h2><div class="gsection_description">Get the latest news, guidelines, &amp; tools, research, cutting edge trends, learning, public policy, and events. </div></li><li class="gfield gfield_contains_required" id="field_1_4"><label for="input_1_4" class="gfield_label">First name<span class="gfield_required">*</span></label><div class="ginput_container"><input type="text" tabindex="1" class="medium" value="" id="input_1_4" name="input_4" /></div></li><li class="gfield gfield_contains_required" id="field_1_5"><label for="input_1_5" class="gfield_label">Last name<span class="gfield_required">*</span></label><div class="ginput_container"><input type="text" tabindex="2" class="medium" value="" id="input_1_5" name="input_5" /></div></li><li class="gfield gfield_contains_required" id="field_1_3"><label for="input_1_3" class="gfield_label">Email<span class="gfield_required">*</span></label><div class="ginput_container"><input type="text" tabindex="3" class="medium" value="" id="input_1_3" name="input_3" /></div></li><li class="gfield gfield_contains_required" id="field_1_6"><label for="input_1_6" class="gfield_label">Company<span class="gfield_required">*</span></label><div class="ginput_container"><input type="text" tabindex="4" class="medium" value="" id="input_1_6" name="input_6" /></div></li><li class="gfield" id="field_1_7"><label for="input_1_7" class="gfield_label">Title</label><div class="ginput_container"><input type="text" tabindex="5" class="medium" value="" id="input_1_7" name="input_7" /></div></li><li class="gfield" id="field_1_14"><label for="input_1_14" class="gfield_label">Country</label><div class="ginput_container"><div class="selector fixedWidth" id="uniform-input_1_14"><span style="-moz-user-select: none;">▼ United States</span><select tabindex="6" class="medium gfield_select" id="input_1_14" name="input_14" style="height: 100%;"><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="American Samoa">American Samoa</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Antigua and Barbuda">Antigua and Barbuda</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bermuda">Bermuda</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option><option value="Botswana">Botswana</option><option value="Brazil">Brazil</option><option value="Brunei">Brunei</option><option value="Bulgaria">Bulgaria</option><option value="Burkina Faso">Burkina Faso</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Cayman Islands">Cayman Islands</option><option value="Central African Republic">Central African Republic</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo, Democratic Republic of the">Congo, Democratic Republic of the</option><option value="Congo, Republic of the">Congo, Republic of the</option><option value="Costa Rica">Costa Rica</option><option value="Côte d'Ivoire">Côte d'Ivoire</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="East Timor">East Timor</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="French Polynesia">French Polynesia</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Greece">Greece</option><option value="Greenland">Greenland</option><option value="Grenada">Grenada</option><option value="Guam">Guam</option><option value="Guatemala">Guatemala</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Honduras">Honduras</option><option value="Hong Kong">Hong Kong</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland">Ireland</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="North Korea">North Korea</option><option value="South Korea">South Korea</option><option value="Kosovo">Kosovo</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macedonia">Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mexico">Mexico</option><option value="Micronesia">Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar">Myanmar</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Norway">Norway</option><option value="Northern Mariana Islands">Northern Mariana Islands</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Palestine">Palestine</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Puerto Rico">Puerto Rico</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russia">Russia</option><option value="Rwanda">Rwanda</option><option value="Saint Kitts and Nevis">Saint Kitts and Nevis</option><option value="Saint Lucia">Saint Lucia</option><option value="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome and Principe">Sao Tome and Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia and Montenegro">Serbia and Montenegro</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Sudan, South">Sudan, South</option><option value="Suriname">Suriname</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syria">Syria</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Togo">Togo</option><option value="Tonga">Tonga</option><option value="Trinidad and Tobago">Trinidad and Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option selected="selected" value="United States">United States</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Vatican City">Vatican City</option><option value="Venezuela">Venezuela</option><option value="Vietnam">Vietnam</option><option value="Virgin Islands, British">Virgin Islands, British</option><option value="Virgin Islands, U.S.">Virgin Islands, U.S.</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option></select></div></div></li><li class="gfield gsection" id="field_1_9"><h2 class="gsection_title">Newsletters</h2></li><li class="gfield" id="field_1_15"><label class="gfield_label gfield_label--top"></label><div class="ginput_container"><ul id="input_1_15" class="gfield_checkbox"><li class="gchoice_15_1"><input type="checkbox" tabindex="7" id="choice_1_15_1" value="IAB Informer (monthly)" name="input_15.1" /><label id="label_1_15_1" for="choice_1_15_1">IAB Informer (monthly)</label></li></ul></div><div class="gfield_description">IAB news and information</div></li><li class="gfield has-description" id="field_1_12"><label class="gfield_label gfield_label--top"></label><div class="ginput_container"><ul id="input_1_12" class="gfield_checkbox"><li class="gchoice_12_1"><input type="checkbox" tabindex="8" id="choice_1_12_1" value="Upcoming@IAB (bi-weekly)" name="input_12.1" /><label id="label_1_12_1" for="choice_1_12_1">Upcoming@IAB (bi-weekly)</label></li></ul></div><div class="gfield_description">Member only newsletter for IAB news and information</div></li><li class="gfield has-description" id="field_1_11"><label class="gfield_label gfield_label--top"></label><div class="ginput_container"><ul id="input_1_11" class="gfield_checkbox"><li class="gchoice_11_1"><input type="checkbox" tabindex="9" id="choice_1_11_1" value="IAB.U (quarterly)" name="input_11.1" /><label id="label_1_11_1" for="choice_1_11_1">IAB.U (quarterly)</label></li></ul></div><div class="gfield_description">Updates on IAB Learning &amp; Development educational offerings and classes</div></li><li class="gfield has-description" id="field_1_10"><label class="gfield_label gfield_label--top"></label><div class="ginput_container"><ul id="input_1_10" class="gfield_checkbox"><li class="gchoice_10_1"><input type="checkbox" tabindex="10" id="choice_1_10_1" value="IAB Smartbrief (daily)" name="input_10.1" /><label id="label_1_10_1" for="choice_1_10_1">IAB Smartbrief (daily)</label></li></ul></div><div class="gfield_description">A snapshot of the advertising, marketing, and media industry with new from AdWeek, eMarketer, and other leading sources</div></li><li class="gfield" id="field_1_16"><label class="gfield_label gfield_label--top"></label><div class="ginput_container"><ul id="input_1_16" class="gfield_checkbox"><li class="gchoice_16_1"><input type="checkbox" tabindex="11" id="choice_1_16_1" value="IAB Smartbrief on Video" name="input_16.1" /><label id="label_1_16_1" for="choice_1_16_1">IAB Smartbrief on Video</label></li></ul></div><div class="gfield_description">News, trends and insights on Digital Video from the industry's leading sources</div></li><li class="gfield" id="field_1_13"><label class="gfield_label gfield_label--top">Other IAB Updates</label><div class="ginput_container"><ul id="input_1_13" class="gfield_checkbox"><li class="gchoice_13_1"><input type="checkbox" tabindex="12" id="choice_1_13_1" value="Conferences" name="input_13.1" /><label id="label_1_13_1" for="choice_1_13_1">Conferences</label></li><li class="gchoice_13_2"><input type="checkbox" tabindex="13" id="choice_1_13_2" value="Networking &amp; social events" name="input_13.2" /><label id="label_1_13_2" for="choice_1_13_2">Networking &amp; social events</label></li><li class="gchoice_13_3"><input type="checkbox" tabindex="14" id="choice_1_13_3" value="General announcements / press releases" name="input_13.3" /><label id="label_1_13_3" for="choice_1_13_3">General announcements / press releases</label></li></ul></div></li>
+ </ul></div>
+ <div class="gform_footer top_label"> <input type="submit" onclick='if(window["gf_submitting_1"]){return false;} window["gf_submitting_1"]=true; ' tabindex="15" value="Submit" class="gform_button button" id="gform_submit_button_1"><svg xmlns="http://www.w3.org/2000/svg" class="btn__arrow"><use xlink:href="#icon-arrow-right" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></input><input type="hidden" value="form_id=1&amp;title=&amp;description=&amp;tabindex=1" name="gform_ajax" />
+ <input type="hidden" value="1" name="is_submit_1" class="gform_hidden" />
+ <input type="hidden" value="1" name="gform_submit" class="gform_hidden" />
+ <input type="hidden" value="" name="gform_unique_id" class="gform_hidden" />
+ <input type="hidden" value="WyJbXSIsIjkwOTc3NTEyZDg4NTNiNzZkMDM5YmU4NmFmZDBmZDU4Il0=" name="state_1" class="gform_hidden" />
+ <input type="hidden" value="0" id="gform_target_page_number_1" name="gform_target_page_number_1" class="gform_hidden" />
+ <input type="hidden" value="1" id="gform_source_page_number_1" name="gform_source_page_number_1" class="gform_hidden" />
+ <input type="hidden" value="" name="gform_field_values" />
+
+ </div>
+ </form>
+ </div>
+ <iframe id="gform_ajax_frame_1" name="gform_ajax_frame_1" src="about:blank" style="display:none;width:0px;height:0px;"></iframe>
+ <script type="text/javascript">jQuery(document).ready(function($){gformInitSpinner( 1, 'http://www.iab.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_1').load( function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') &gt;= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_redirect = contents.indexOf('gformRedirect(){') &gt;= 0;var is_form = !(form_content.length &lt;= 0 || is_redirect);if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top);if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'http://www.iab.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith('&lt;' + 'div id=\'gforms_confirmation_message\' class=\'gform_confirmation_message_1\'' + '&gt;' + confirmation_content + '&lt;' + '/div' + '&gt;');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);} );} );</script></div> </div>
+ <div class="menu-toggle" href="#">
+ <div class="open">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-menu" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </div>
+ <div class="close">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-close" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </div>
+ </div>
+ <div class="search">
+ <input type="text" value="" placeholder="Search IAB" class="search-field-header" id="search-header" name="search-iab" />
+ <a href="http://www.iab.com/search" class="search-icon">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-search" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ </div>
+ </div>
+ </div>
+</header>
+
+<div class="nav-container" style="left: 130px; width: 180px; height: 100%;">
+ <nav role="navigation" class="nav js-nav">
+ <ul>
+
+ <li class="active js-nav-item">
+ <a href="http://www.iab.com/news" class="nav-item">News<div class="sub-menu__arrow"></div></a>
+ <div data-referal="news" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ News </h2>
+ <ul class="list--common"><li class="sub-menu__title">News Type</li><li class="current-post-ancestor active current-post-parent menu-iab-news"><a class="fancybox" href="http://www.iab.com/news/?category=iab-news/">IAB News</a></li>
+<li class="menu-member-news"><a class="fancybox" href="http://www.iab.com/news/?category=member-news/">Member News</a></li>
+<li class="menu-press-release"><a class="fancybox" href="http://www.iab.com/news/?category=press-release/">Press Release</a></li>
+</ul><ul class="list--common"><li class="sub-menu__title">Popular Topics</li><li class="menu-creative"><a class="fancybox" href="http://www.iab.com/news/?topic=creative/">Creative</a></li>
+<li class="menu-digital-video"><a class="fancybox" href="http://www.iab.com/news/?topic=digital-video/">Digital Video</a></li>
+<li class="menu-measurement-viewability"><a class="fancybox" href="http://www.iab.com/news/?topic=measurement/">Measurement &amp; Viewability</a></li>
+<li class="menu-mobile"><a class="fancybox" href="http://www.iab.com/news/?topic=mobile/">Mobile</a></li>
+<li class="menu-programmatic"><a class="fancybox" href="http://www.iab.com/news/?topic=programmatic/">Programmatic</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured News</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <div class="media__details--wide">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/news/iab-education-foundation-reveals-plan-to-strengthen-diversity-in-the-digital-media-and-marketing-industry-candidate-pool-by-50-increase-employee-diversity-and-retention-by-25">IAB Education Foundation Reveals Plan to Strengthen Diversity in the Digital Media and Marketing Industry Candidate Pool by 50% &amp; Increase Employee Diversity and Retention by 25%</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <div class="media__details--wide">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/news/iab-tech-lab-releases-updated-iab-html5-for-digital-advertising-guide-for-public-comment">IAB Tech Lab Releases Updated ‘IAB HTML5 for Digital Advertising Guide’ for Public Comment</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.wsj.com/articles/iab-ceo-randall-rothenberg-on-ad-blocking-viewability-fraud-1442836801">
+ <img src="http://www.iab.com/wp-content/uploads/2015/09/iab-ceo-randall-rothenberg-on-ad-blocking-viewability-fraud-in-the-wall-street-journal-3-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.wsj.com/articles/iab-ceo-randall-rothenberg-on-ad-blocking-viewability-fraud-1442836801">IAB CEO Randall Rothenberg on Ad Blocking, Viewability, &amp; Fraud in The Wall Street Journal</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div></ul>
+ </div>
+ </li>
+ <li class=" js-nav-item">
+ <a href="http://www.iab.com/guidelines" class="nav-item">Standards, Guidelines &amp; Best Practices<div class="sub-menu__arrow"></div></a>
+ <div data-referal="guidelines" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ Standards, Guidelines &amp; Best Practices </h2>
+ <ul class="list--common"><li class="sub-menu__title">Standard Ad Units</li><li class="menu-display"><a class="fancybox" href="http://www.iab.com/guidelines/iab-display-advertising-guidelines/">Display</a></li>
+<li class="menu-mobile"><a class="fancybox" href="http://www.iab.com/guidelines/mobile-phone-creative-guidelines/">Mobile</a></li>
+<li class="menu-display-rising-stars"><a class="fancybox" href="http://www.iab.com/guidelines/display-rising-stars-ad-units/">Display Rising Stars</a></li>
+<li class="menu-digital-video-rising-stars"><a class="fancybox" href="http://www.iab.com/guidelines/digital-video-rising-stars-ad-units/">Digital Video Rising Stars</a></li>
+<li class="menu-mobile-rising-stars"><a class="fancybox" href="http://www.iab.com/guidelines/mobile-rising-stars-ad-units/">Mobile Rising Stars</a></li>
+<li class="menu-documents-for-public-comment"><a class="fancybox" href="http://www.iab.com/guidelines/iab-standards-guidelines-best-practice-documents-in-public-comment/">Documents for Public Comment</a></li>
+</ul><ul class="list--common"><li class="sub-menu__title">Browse by Topics</li><li class="menu-compliance"><a class="fancybox" href="http://www.iab.com/guidelines/understanding-iab-compliance-programs/">Compliance</a></li>
+<li class="menu-data"><a class="fancybox" href="http://www.iab.com/guidelines/?topic=data/">Data</a></li>
+<li class="menu-digital-video"><a class="fancybox" href="http://www.iab.com/guidelines/?topic=digital-video/">Digital Video</a></li>
+<li class="menu-mobile"><a class="fancybox" href="http://www.iab.com/guidelines/?topic=mobile/">Mobile</a></li>
+<li class="menu-native-advertising"><a class="fancybox" href="http://www.iab.com/guidelines/?topic=native-advertising/">Native Advertising</a></li>
+<li class="menu-programmatic"><a class="fancybox" href="http://www.iab.com/guidelines/?topic=programmatic/">Programmatic</a></li>
+<li class="menu-social"><a class="fancybox" href="http://www.iab.com/guidelines/?topic=social/">Social</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured Standards, Guidelines &amp; Best Practices</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/guidelines/html5-for-digital-advertising-1-0-guidance-for-ad-designers-creative-technologists/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/08/the-age-of-html5-ads-644x429-185x124.png" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/guidelines/html5-for-digital-advertising-1-0-guidance-for-ad-designers-creative-technologists/">HTML5 for Digital Advertising v2.0: Guidance for Ad Designers and Creative Technologists</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://measurementnow.net/">
+ <img src="http://www.iab.com/wp-content/uploads/2014/11/Screen-Shot-2015-01-15-at-4.55.46-PM-185x124.png" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://measurementnow.net/">Making Measurement Make Sense (3MS)</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/guidelines/3ms-resources/">
+ <img src="http://www.iab.com/wp-content/uploads/2014/11/Screen-Shot-2015-01-15-at-4.55.46-PM-185x124.png" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/guidelines/3ms-resources/">3MS Resources for Publishers</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/guidelines/understanding-iab-compliance-programs/">
+ <img src="http://www.iab.com/wp-content/uploads/2014/12/understanding-iab-compliance-programs-3-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/guidelines/understanding-iab-compliance-programs/">Understanding IAB Compliance Programs</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ </ul>
+ </div>
+ </li>
+ <li class=" js-nav-item">
+ <a href="http://www.iab.com/insights" class="nav-item">Research &amp; Thought Leadership<div class="sub-menu__arrow"></div></a>
+ <div data-referal="insights" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ Research &amp; Thought Leadership </h2>
+ <ul class="list--common"><li class="sub-menu__title">Browse by Type</li><li class="menu-case-study"><a class="fancybox" href="http://www.iab.com/insights/?category=case-study/">Case Study</a></li>
+<li class="menu-research"><a class="fancybox" href="http://www.iab.com/insights/?category=research/">Research</a></li>
+<li class="menu-white-paper"><a class="fancybox" href="http://www.iab.com/insights/?category=white-paper/">White Paper</a></li>
+</ul><ul class="list--common"><li class="sub-menu__title">Popular Topics</li><li class="menu-creative"><a class="fancybox" href="http://www.iab.com/insights/?topic=creative/">Creative</a></li>
+<li class="menu-digital-video"><a class="fancybox" href="http://www.iab.com/insights/?topic=digital-video/">Digital Video</a></li>
+<li class="menu-global"><a class="fancybox" href="http://www.iab.com/insights/?topic=global/">Global</a></li>
+<li class="menu-iab-ad-revenue-report"><a class="fancybox" href="http://www.iab.com/insights/?topic=iab-ad-revenue/">IAB Ad Revenue Report</a></li>
+<li class="menu-market-intelligence"><a class="fancybox" href="http://www.iab.com/insights/?topic=market-intelligence/">Market Intelligence</a></li>
+<li class="menu-measurement-viewability"><a class="fancybox" href="http://www.iab.com/insights/?topic=measurement/">Measurement &amp; Viewability</a></li>
+<li class="menu-mobile"><a class="fancybox" href="http://www.iab.com/insights/?topic=mobile/">Mobile</a></li>
+<li class="menu-programmatic"><a class="fancybox" href="http://www.iab.com/insights/?topic=programmatic/">Programmatic</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured Insights</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/ad-blocking/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/09/ad-blocking-what-you-need-to-know-3-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/ad-blocking/">Ad Blocking: What you need to know</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/iab-internet-advertising-revenue-report-conducted-by-pricewaterhousecoopers-pwc/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/04/iab-internet-advertising-revenue-report-conducted-by-pricewaterhousecoopers-pwc-2-644x429-185x124.png" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/iab-internet-advertising-revenue-report-conducted-by-pricewaterhousecoopers-pwc/">IAB Internet Advertising Revenue Report conducted by PricewaterhouseCoopers (PWC)</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/madison-avenue-meets-silicon-valley-and-silicon-alley-building-collaboration-between-creativity-and-technology/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/06/madison-avenue-meets-silicon-valley-and-silicon-alley-building-collaboration-between-creativity-and-technology-4-644x429-185x124.png" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/madison-avenue-meets-silicon-valley-and-silicon-alley-building-collaboration-between-creativity-and-technology/">Madison Avenue Meets Silicon Valley and Silicon Alley: Building Collaboration Between Creativity and Technology</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/defining-and-measuring-digital-ad-engagement-in-a-cross-platform-world/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/01/the-power-of-open-source-collaboration-we-need-you-2-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/defining-and-measuring-digital-ad-engagement-in-a-cross-platform-world/">Defining and Measuring Digital Ad Engagement in a Cross-Platform World</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ </ul>
+ </div>
+ </li>
+ <li class=" js-nav-item">
+ <a href="http://www.iab.com/events" class="nav-item">Events<div class="sub-menu__arrow"></div></a>
+ <div data-referal="events" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ Events </h2>
+ <ul class="list--common"><li class="sub-menu__title">Browse by Type</li><li class="menu-committee-council"><a class="fancybox" href="http://www.iab.com/events/?category=committee-council/">Committee &amp; Council</a></li>
+<li class="menu-conferences"><a class="fancybox" href="http://www.iab.com/events/?category=conferences/">Conferences</a></li>
+<li class="menu-iab-on-the-road"><a class="fancybox" href="http://www.iab.com/events/?category=iab-on-the-road/">IAB on the Road</a></li>
+<li class="menu-international"><a class="fancybox" href="http://www.iab.com/events/?category=international/">International</a></li>
+<li class="menu-training"><a class="fancybox" href="http://www.iab.com/events/?category=training/">Training</a></li>
+<li class="menu-webinars"><a class="fancybox" href="http://www.iab.com/events/?category=webinars/">Webinars</a></li>
+</ul><ul class="list--common"><li class="sub-menu__title">Upcoming Events</li><li class="menu-half-year-2015-iab-internet-advertising-revenue-report-webinar"><a class="fancybox" href="http://www.iab.com/events/half-year-2015-iab-internet-advertising-revenue-report-webinar-members-and-invited-press-only/">Half Year 2015 IAB Internet Advertising Revenue Report Webinar</a></li>
+<li class="menu-iab-ad-operations-summit-2015"><a class="fancybox" href="http://www.iab.com/events/iab-ad-operations-summit/">IAB Ad Operations Summit 2015</a></li>
+<li class="menu-iab-annual-leadership-meeting-2016"><a class="fancybox" href="http://www.iab.com/events/iab-annual-leadership-meeting-2016/">IAB Annual Leadership Meeting 2016</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured Events</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/events/iab-ad-operations-summit/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/07/iab-ad-operations-summit-2015-2-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/events/iab-ad-operations-summit/">IAB Ad Operations Summit 2015</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/events/iab-annual-leadership-meeting-2016/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/05/iab-annual-leadership-meeting-2015-content-and-the-kingmakers-2-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/events/iab-annual-leadership-meeting-2016/">IAB Annual Leadership Meeting 2016</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.net/events_training/mixx15">
+ <img src="http://www.iab.com/wp-content/uploads/2015/07/iab-mixx-conference-2-644x429-185x124.png" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.net/events_training/mixx15">IAB MIXX Conference 2015</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.net/mixxawards">
+ <img src="http://www.iab.com/wp-content/uploads/2015/07/iab-mixx-awards-2015-644x429-185x124.png" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.net/mixxawards">IAB MIXX Awards 2015</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <div class="media__details--wide">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.net/events_training/2015/newfronts">Digital Content NewFronts 2015</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div></ul>
+ </div>
+ </li>
+ <li class=" js-nav-item">
+ <a href="http://www.iab.com/topics/learning" class="nav-item">Learning<div class="sub-menu__arrow"></div></a>
+ <div data-referal="learning" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ Learning </h2>
+ <ul class="list--common"><li class="sub-menu__title">Learning Resources</li><li class="menu-training-seminars"><a class="fancybox" href="http://www.iab.com/topics/learning/?topic=training-and-seminars/">Training &amp; Seminars</a></li>
+<li class="menu-webinars"><a class="fancybox" href="http://www.iab.com/topics/learning/?topic=webinars/">Webinars</a></li>
+<li class="menu-digital-simplified"><a class="fancybox" href="http://www.iab.com/digital-simplified/">Digital Simplified</a></li>
+<li class="menu-digital-leadership-program"><a class="fancybox" href="http://www.iab.com/about-iab-digital-leadership-program/">Digital Leadership Program</a></li>
+<li class="menu-certification custom-link"><a class="fancybox" href="http://www.iab.com/topics/certification/">Certification</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured News</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/news/the-iab-arena-a-simplified-view-of-the-digital-advertising-ecosystem">
+ <img src="http://www.iab.com/wp-content/uploads/2015/06/the-iab-arena-a-simplified-view-of-the-digital-advertising-ecosystem-2-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/news/the-iab-arena-a-simplified-view-of-the-digital-advertising-ecosystem">The IAB Arena: A Simplified View of the Digital Advertising Ecosystem</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/news/how-do-i-retain-my-best-employees-empower-them-with-leadership-skills">
+ <img src="http://www.iab.com/wp-content/uploads/2015/09/how-do-i-retain-my-best-employees-empower-them-with-leadership-skills-2-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/news/how-do-i-retain-my-best-employees-empower-them-with-leadership-skills">How Do I Retain My Best Employees? Empower Them with Leadership Skills</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.net/wiki/index.php/Category:Glossary">
+ <img src="http://www.iab.com/wp-content/uploads/2015/07/iab-deep-dive-on-in-feed-ad-units-a-supplement-to-the-iab-native-advertising-playbook-9-e1443630877709-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.net/wiki/index.php/Category:Glossary">IAB Wiki</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div></ul>
+ </div>
+ </li>
+ <li class=" js-nav-item">
+ <a href="http://www.iab.com/topics/certification" class="nav-item">Certification<div class="sub-menu__arrow"></div></a>
+ <div data-referal="certification" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ Certification </h2>
+ <ul class="list--common"><li class="sub-menu__title">Browse by Certification</li><li class="menu-ad-ops-certification"><a class="fancybox" href="http://www.iab.com/iab-ad-ops-certification-overview/">Ad Ops Certification</a></li>
+<li class="menu-data-solutions-certification"><a class="fancybox" href="http://www.iab.com/iab-data-solutions-certification-overview/">Data Solutions Certification</a></li>
+<li class="menu-digital-media-sales-certification"><a class="fancybox" href="http://www.iab.com/iab-digital-media-sales-certification-overview/">Digital Media Sales Certification</a></li>
+</ul><ul class="list--common"><li class="sub-menu__title">Browse by Recertification</li><li class="menu-ad-ops-recertification"><a class="fancybox" href="http://www.iab.com/iab-ad-ops-certification-recertification/">Ad Ops Recertification</a></li>
+<li class="menu-digital-media-sales-recertification"><a class="fancybox" href="http://www.iab.com/iab-digital-media-sales-certification-recertification/">Digital Media Sales Recertification</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured News</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.tvnewscheck.com/article/88637/digital-turning-broadcast-sales-upside-down">
+ <img src="http://www.iab.com/wp-content/uploads/2015/09/nbctelemundos-goal-is-to-have-all-their-salespeople-iab-certified-2-e1443725298522-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.tvnewscheck.com/article/88637/digital-turning-broadcast-sales-upside-down">NBC/Telemundo's Goal Is To Have All Their Salespeople "IAB-certified"</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <div class="media__details--wide">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/news/iab-launches-digital-data-solutions-certification-program-to-establish-vital-professional-benchmark-that-will-address-growing-need-for-data-proficient-workforce">IAB Launches Digital Data Solutions Certification Program to Establish Vital Professional Benchmark That Will Address Growing Need for Data Proficient Workforce</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ </ul>
+ </div>
+ </li>
+ <li class=" js-nav-item">
+ <a href="http://www.iab.com/topics/public-policy" class="nav-item">Public Policy<div class="sub-menu__arrow"></div></a>
+ <div data-referal="public-policy" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ Public Policy </h2>
+ <ul class="list--common"><li class="sub-menu__title">Initiative</li><li class="menu-advocacy"><a class="fancybox" href="http://www.iab.com/topics/public-policy/?topic=advocacy/">Advocacy</a></li>
+<li class="menu-long-tail-alliance"><a class="fancybox" href="http://www.iab.com/topics/public-policy/?topic=long-tail-alliance/">Long Tail Alliance</a></li>
+<li class="menu-self-regulation"><a class="fancybox" href="http://www.iab.com/topics/public-policy/?topic=self-regulation/">Self-Regulation</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured News</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/news/eu-court-invalidates-safe-harbor-program-threatens-transatlantic-trade-and-digital-innovation">
+ <img src="http://www.iab.com/wp-content/uploads/2015/10/eu-court-invalidates-safe-harbor-program-threatens-transatlantic-trade-and-digital-innovation-2-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/news/eu-court-invalidates-safe-harbor-program-threatens-transatlantic-trade-and-digital-innovation">EU Court Invalidates Safe Harbor Program; Threatens Transatlantic Trade and Digital Innovation</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/events/2015-iab-small-publisher-conference-fly-in/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/05/2015-iab-small-publisher-conference-fly-in-5-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/events/2015-iab-small-publisher-conference-fly-in/">2015 IAB Small Publisher Conference &amp; Fly-In</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/guidelines/global-legal-summaries/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/04/global-legal-summaries-5-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/guidelines/global-legal-summaries/">Global Legal Summaries</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/news/legislative-and-regulatory-tracker">
+ <img src="http://www.iab.com/wp-content/uploads/2015/03/legislative-and-regulatory-tracker-2-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/news/legislative-and-regulatory-tracker">Legislative and Regulatory Tracker</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ </ul>
+ </div>
+ </li>
+ <li class=" js-nav-item">
+ <a href="http://www.iab.com/members" class="nav-item">Membership<div class="sub-menu__arrow"></div></a>
+ <div data-referal="" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ Membership </h2>
+ <ul class="list--common"><li class="sub-menu__title">New Members</li><li class="menu-member-benefits"><a class="fancybox" href="http://www.iab.com/iab-member-benefits/">Member Benefits</a></li>
+<li class="menu-join-iab"><a class="fancybox" href="http://www.iab.com/members/">Join IAB</a></li>
+<li class="menu-iab-committees-councils-a-guide"><a class="fancybox" href="http://www.iab.com/a-guide-to-iab-committees-councils/">IAB Committees &amp; Councils: A Guide</a></li>
+</ul><ul class="list--common"><li class="sub-menu__title">Member Resources</li><li class="menu-iab-committees-councils-whats-happening"><a class="fancybox" href="http://www.iab.com/news/iab-committees-councils-whats-happening">IAB Committees &amp; Councils: What’s Happening</a></li>
+<li class="menu-iab-member-center"><a class="fancybox" href="http://www.iab.com/iab-member-center/">IAB Member Center</a></li>
+<li class="menu-who-are-our-members"><a class="fancybox" href="http://www.iab.com/member-directory/">Who are our members</a></li>
+<li class="menu-advertise-with-us"><a class="fancybox" href="http://www.iab.com/advertise-with-us/">Advertise with Us</a></li>
+<li class="menu-upcoming-events custom-link"><a class="fancybox" href="/events/">Upcoming Events</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/content-marketing-and-native-member-research/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/04/native-advertising-3-644x393-185x124.png" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/content-marketing-and-native-member-research/">Content Marketing and Native: Member Research Library</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/digital-audio-library/">
+ <img src="http://www.iab.com/wp-content/uploads/2012/07/digital-audio-member-research-library-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/digital-audio-library/">Digital Audio: Member Research Library</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/digital-video-library/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/04/68-of-marketers-agencies-anticipate-increasing-video-ad-spend-3-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/digital-video-library/">Digital Video: Member Research Library</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/multicultural-member-research-library/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/08/multicultural-member-research-library-3-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/multicultural-member-research-library/">Multicultural: Member Research Library</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/general-online-marketing-library/">
+ <img src="http://www.iab.com/wp-content/uploads/2015/09/online-marketing-member-research-library-e1443639959731-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/general-online-marketing-library/">Online Marketing: Member Research Library</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/insights/social-media-library/">
+ <img src="http://www.iab.com/wp-content/uploads/2012/07/social-media-member-research-library-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/insights/social-media-library/">Social Media: Member Research Library</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ </ul>
+ </div>
+ </li>
+ <li class=" js-nav-item">
+ <a href="http://www.iab.com/our-story" class="nav-item">About IAB<div class="sub-menu__arrow"></div></a>
+ <div data-referal="organizations" class="sub-menu js-sub-menu" style="left: 180px;">
+ <h2>
+ <a class="nav__back-button js-nav-back" href="#"><svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-arrow-left" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ About IAB </h2>
+ <ul class="list--common"><li class="sub-menu__title">About IAB</li><li class="menu-board-of-directors custom-link"><a class="fancybox" href="/our-story/#board-of-directors">Board of Directors</a></li>
+<li class="menu-ad-ops-advisory-board custom-link"><a class="fancybox" href="/our-story/#ad-ops-advisory-board">Ad Ops Advisory Board</a></li>
+<li class="menu-ad-tech-advisory-board custom-link"><a class="fancybox" href="/our-story/#ad-tech-advisory-board">Ad Tech Advisory Board</a></li>
+<li class="menu-agency-advisory-board custom-link"><a class="fancybox" href="/our-story/#agency-advisory-board">Agency Advisory Board</a></li>
+<li class="menu-digital-video-board custom-link"><a class="fancybox" href="/our-story/#digital-video-board">Digital Video Board</a></li>
+<li class="menu-mobile-center-board custom-link"><a class="fancybox" href="/our-story/#mobile-center-board">Mobile Center Board</a></li>
+<li class="menu-tech-lab-board custom-link"><a class="fancybox" href="/our-story/#tech-lab-board">Tech Lab Board</a></li>
+<li class="menu-iab-staff custom-link"><a class="fancybox" href="/our-story/#iab-staff">IAB Staff</a></li>
+<li class="menu-contact-us"><a class="fancybox" href="http://www.iab.com/contact/">Contact Us</a></li>
+</ul><ul class="list--common"><li class="sub-menu__title">Our Organizations</li><li class="menu-iab-education-foundation"><a class="fancybox" href="http://www.iab.com/organizations/iab-education-foundation/">IAB Education Foundation</a></li>
+<li class="menu-iab-global-network"><a class="fancybox" href="http://www.iab.com/global">IAB Global Network</a></li>
+<li class="menu-iab-tech-lab"><a class="fancybox" href="http://www.iab.com/organizations/iab-tech-lab/">IAB Tech Lab</a></li>
+<li class="menu-digital-video-center-of-excellence custom-link"><a class="fancybox" href="/topics/digital-video/">Digital Video Center Of Excellence</a></li>
+<li class="menu-mobile-marketing-center-of-excellence custom-link"><a class="fancybox" href="/topics/mobile/">Mobile Marketing Center Of Excellence</a></li>
+</ul>
+ <ul class="list--most-popular">
+ <li class="sub-menu__title">Featured News</li>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <div class="media__details--wide">
+ <h3 class="media__details__text">
+ <a href="http://careers.iab.net/">IAB Job Board</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <a href="http://www.iab.com/iab-by-laws/">
+ <img src="http://www.iab.com/wp-content/uploads/2012/11/interactive-glossary-2-644x429-185x124.jpg" class="media__img" />
+ </a>
+ <div class="media__details">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/iab-by-laws/">IAB By Laws</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ <div class="list--row">
+ <li>
+ <div class="media">
+ <div class="media__details--wide">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/iab-member-seal-terms-use/">IAB Member Seal</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="media">
+ <div class="media__details--wide">
+ <h3 class="media__details__text">
+ <a href="http://www.iab.com/member-directory/">IAB Member Directory</a>
+ </h3>
+ </div>
+ </div>
+ </li>
+ </div>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </nav>
+ <div class="social-accounts-login-register">
+ <div class="social-accounts">
+ <a target="_blank" href="https://twitter.com/iab" class="icon--no-bg">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="https://www.facebook.com/IAB" class="icon--no-bg">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="https://www.linkedin.com/company/iab" class="icon--no-bg">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-linkedin" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="http://instagram.com/iabnet" class="icon--no-bg">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-instagram" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="https://plus.google.com/+iab/" class="icon--no-bg">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-gplus" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ </div>
+
+ <p class="login-register"><a href="http://members.iab.net/eweb/DynamicPage.aspx?WebCode=LoginRequired&amp;expires=yes&amp;Site=iab">Sign In</a><span>|</span>
+ <a href="mailto:[email protected]">Join IAB</a>
+ </p>
+ </div>
+</div>
+ <main role="main" class="main">
+
+<section class="single-post clearfix" id="single">
+
+<article class="article">
+
+ <section class="module--ad container">
+
+ <div data-sizes="[728,90]" data-adunitid="728x90_1_home_hrreview" data-networkid="4049405" class="iab-ads" id="iab_ads_container_1"><div id="google_ads_iframe_/4049405/728x90_1_home_hrreview_0__container__" style="border: 0pt none; margin: auto; text-align: center;"><iframe width="728" height="90" frameborder="0" id="google_ads_iframe_/4049405/728x90_1_home_hrreview_0" name="google_ads_iframe_/4049405/728x90_1_home_hrreview_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" src="javascript:&quot;<html><body style='background:transparent'></body></html>&quot;"></iframe></div><iframe width="0" height="0" frameborder="0" id="google_ads_iframe_/4049405/728x90_1_home_hrreview_0__hidden__" name="google_ads_iframe_/4049405/728x90_1_home_hrreview_0__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" src="javascript:&quot;<html><body style='background:transparent'></body></html>&quot;"></iframe></div>
+ </section>
+
+
+ <div class="article__header container">
+ <h1 class="article__title">Getting LEAN with Digital Ad UX</h1>
+ <time class="article__date">10.15.15<span class="date__separator"></span></time>
+ <div class="article__author">By
+ Scott Cunningham </div>
+ </div>
+
+ <div class="article__image">
+ <img alt="Getting LEAN with Digital Ad UX 1" src="http://www.iab.com/wp-content/uploads/2015/10/getting-lean-with-digital-ad-ux-2-1000x305.jpg" />
+ <div class="social-sharing">
+ <a href="#" class="icon--red-bg">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-share" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <ul class="social-sharing__icons">
+ <li class="social-sharing__icon">
+ <a target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.iab.com%2Fnews%2Flean&amp;title=Getting%20LEAN%20with%20Digital%20Ad%20UX" data-pagepath="http://www.iab.com/news/lean" data-target="Getting LEAN with Digital Ad UX" data-action="share" data-network="facebook" class="js-social-share">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ </li>
+ <li class="social-sharing__icon">
+ <a target="_blank" href="https://twitter.com/intent/tweet/?text=Getting+LEAN+with+Digital+Ad+UX&amp;url=http%3A%2F%2Fwww.iab.com%2Fnews%2Flean&amp;via=iab" data-pagepath="http://www.iab.com/news/lean" data-target="Getting LEAN with Digital Ad UX" data-action="share" data-network="twitter" class="js-social-share">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ </li>
+ <li class="social-sharing__icon">
+ <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&amp;title=Getting+LEAN+with+Digital+Ad+UX&amp;url=http://www.iab.com/news/lean&amp;summary=We+messed+up.+As+technologists%2C+tasked+with+delivering+content+and+services+to+users%2C+we+lost+track+of+the+user+experience.+Twenty+years+ago+we+saw+an+explosion+of+websites%2C+built+by+developers+around+the+world%2C+providing+all+forms+of+content.+This+was+the+beginning+of+an+age+of+enlightenment%2C+the+intersection+of+content+and+technology.+%26hellip%3B+%3Ca+href%3D%22http%3A%2F%2Fwww.iab.com%2Fnews%2Flean%22%3EContinued%3C%2Fa%3E" data-pagepath="http://www.iab.com/news/lean" data-target="Getting LEAN with Digital Ad UX" data-action="share" class="js-social-share">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-linkedin" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ </li>
+ </ul>
+</div>
+ <!-- -->
+ </div>
+
+ <div class="container module--news">
+ <div class="article__content">
+ <p>We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience.</p>
+<p>Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. Many of us in the technical field felt compelled, and even empowered, to produce information as the distribution means for mass communication were no longer restricted by a high barrier to entry.</p>
+<p>In 2000, the dark ages came when the dot-com bubble burst. We were told that our startups were gone or that our divisions sustained by corporate parent companies needed to be in the black. It was a wakeup call that led to a renaissance age. Digital advertising became the foundation of an economic engine that, still now, sustains the free and democratic World Wide Web. In digital publishing, we strived to balance content, commerce, and technology. The content management systems and communication gateways we built to inform and entertain populations around the world disrupted markets and in some cases governments, informed communities of imminent danger, and liberated new forms of art and entertainment—all while creating a digital middle class of small businesses.</p>
+<p>We engineered not just the technical, but also the social and economic foundation that users around the world came to lean on for access to real time information. And users came to expect this information whenever and wherever they needed it. And more often than not, for anybody with a connected device, it was free.</p>
+<p>This was choice—powered by digital advertising—and premised on user experience.</p>
+<p>But we messed up.</p>
+<p>Through our pursuit of further automation and maximization of margins during the industrial age of media technology, we built advertising technology to optimize publishers’ yield of marketing budgets that had eroded after the last recession. Looking back now, our scraping of dimes may have cost us dollars in consumer loyalty. The fast, scalable systems of targeting users with ever-heftier advertisements have slowed down the public internet and drained more than a few batteries. We were so clever and so good at it that we over-engineered the capabilities of the plumbing laid down by, well, ourselves. This steamrolled the users, depleted their devices, and tried their patience.</p>
+<p>The rise of ad blocking poses a threat to the internet and could potentially drive users to an enclosed platform world dominated by a few companies. We have let the fine equilibrium of content, commerce, and technology get out of balance in the open web. We had, and still do have, a responsibility to educate the business side, and in some cases to push back. We lost sight of our social and ethical responsibility to provide a safe, usable experience for anyone and everyone wanting to consume the content of their choice.</p>
+<p>We need to bring that back into alignment, starting right now.</p>
+<p><a href="http://www.iab.com/wp-content/uploads/2015/10/getting-lean-with-digital-ad-ux.jpg"><img width="300" height="250" alt="Getting LEAN with Digital Ad UX" src="http://www.iab.com/wp-content/uploads/2015/10/getting-lean-with-digital-ad-ux-300x250.jpg" class="alignnone size-medium wp-image-15403" /></a>Today, the IAB Tech Lab is launching the L.E.A.N. Ads program. Supported by the Executive Committee of the IAB Tech Lab Board, IABs around the world, and hundreds of member companies, L.E.A.N. stands for Light, Encrypted, Ad choice supported, Non-invasive ads. These are principles that will help guide the next phases of advertising technical standards for the global digital advertising supply chain.</p>
+<p>As with any other industry, standards should be created by non-profit standards-setting bodies, with many diverse voices providing input. We will invite all parties for public comment, and make sure consumer interest groups have the opportunity to provide input.</p>
+<p>L.E.A.N. Ads do not replace the current advertising standards many consumers still enjoy and engage with while consuming content on our sites across all IP enabled devices. Rather, these principles will guide an alternative set of standards that provide choice for marketers, content providers, and consumers.</p>
+<p>Among the many areas of concentration, we must also address frequency capping on retargeting in Ad Tech and make sure a user is targeted appropriately before, but never AFTER they make a purchase. If we are so good at reach and scale, we can be just as good, if not better, at moderation. Additionally, we must address volume of ads per page as well as continue on the path to viewability. The dependencies here are critical to an optimized user experience.</p>
+<p>The consumer is demanding these actions, challenging us to do better, and we must respond.</p>
+<p>The IAB Tech Lab will continue to provide the tools for publishers in the digital supply chain to have a dialogue with users about their choices so that content providers can generate revenue while creating value. Publishers should have the opportunity to provide rich advertising experiences, L.E.A.N. advertising experiences, and subscription services. Or publishers can simply deny their service to users who choose to keep on blocking ads. That is all part of elasticity of consumer tolerance and choice.</p>
+<p>Finally, we must do this in an increasingly fragmented market, across screens. We must do this in environments where entire sites are blocked, purposefully or not. Yes, it is disappointing that our development efforts will have to manage with multiple frameworks while we work to supply the economic engine to sustain an open internet. However, our goal is still to provide diverse content and voices to as many connected users as possible around the world.</p>
+<p>That is user experience.</p>
+<p> </p>
+<table style="background-color: #cccccc;">
+<tbody>
+<tr>
+<td>IAB Tech Lab Members can join the IAB Tech Lab Ad Blocking Working Group, please email <a href="mailto:[email protected]">[email protected]</a> for more information.</td>
+</tr>
+</tbody>
+</table>
+<p>Read <a target="_blank" href="http://www.iab.com/insights/ad-blocking/">more about ad blocking here</a>.</p>
+ </div>
+ </div>
+
+
+<aside id="post-author" class="author container">
+ <div class="clearfix">
+ <figure class="author__img"><img alt="Auto Draft 14" src="http://www.iab.com/wp-content/uploads/2015/05/auto-draft-16-150x150.jpg" /></figure>
+ <div class="author__text">
+ <h4 class="author__text__heading">About the author</h4>
+ <div class="author__text__content"><strong>Scott Cunningham</strong></div>
+ <div class="author__text__content">Senior Vice President of Technology and Ad Operations at IAB, and General Manager of the IAB Tech Lab</div>
+ </div>
+ </div>
+</aside>
+</article>
+<div class="module module--related">
+
+ <h2 class="heading--block">Related Content</h2>
+
+ <div class="article-list container">
+
+ <article data-sort="2015-09-28T16:06:35+00:00" class="media article-list__item" id="related-13427">
+ <a href="http://www.iab.com/news/iab-tech-lab-releases-updated-iab-html5-for-digital-advertising-guide-for-public-comment" class="media__link">
+
+ <div class="media__details no-featured-image">
+ <h2 class="media__details__title article-list__item__title">IAB Tech Lab Releases Updated ‘IAB HTML5 for Digital Advertising Guide’ for Public Comment</h2>
+ <div class="media__details__meta">
+ <time>09.28.15</time>
+ </div>
+ </div>
+ </a>
+ </article>
+
+ <article data-sort="2015-09-22T15:16:51+00:00" class="media--inset article-list__item" id="related-13027">
+ <a href="http://adage.com/article/digitalnext/ad-blocking-unnecessary-internet-apocalypse/300470/" class="media__link">
+ <div class="media__overlay"></div>
+ <img src="http://www.iab.com/wp-content/uploads/2015/05/presidents-reports-2-288x192.jpg" class="media__img" />
+
+ <div class="media__details ">
+ <h2 class="media__details__title article-list__item__title">Ad Blocking: The Unnecessary Internet Apocalypse</h2>
+ <div class="media__details__meta">
+ <time>09.22.15</time>
+ </div>
+ </div>
+ </a>
+ </article>
+
+ <article data-sort="2015-09-21T17:01:26+00:00" class="media--inset article-list__item" id="related-12991">
+ <a href="http://www.wsj.com/articles/iab-ceo-randall-rothenberg-on-ad-blocking-viewability-fraud-1442836801" class="media__link">
+ <div class="media__overlay"></div>
+ <img src="http://www.iab.com/wp-content/uploads/2015/09/iab-ceo-randall-rothenberg-on-ad-blocking-viewability-fraud-in-the-wall-street-journal-3-288x192.jpg" class="media__img" />
+
+ <div class="media__details ">
+ <h2 class="media__details__title article-list__item__title">IAB CEO Randall Rothenberg on Ad Blocking, Viewability, &amp; Fraud in The Wall Street Journal</h2>
+ <div class="media__details__meta">
+ <time>09.21.15</time>
+ </div>
+ </div>
+ </a>
+ </article>
+
+ <article data-sort="2015-09-16T14:45:09+00:00" class="media article-list__item" id="related-12971">
+ <a href="http://www.iab.com/news/iab-tech-lab-releases-updated-digital-video-in-stream-ad-format-guidelines-best-practices-for-public-comment" class="media__link">
+
+ <div class="media__details no-featured-image">
+ <h2 class="media__details__title article-list__item__title">IAB Tech Lab Releases Updated ‘Digital Video In-Stream Ad Format Guidelines &amp; Best Practices...</h2>
+ <div class="media__details__meta">
+ <time>09.16.15</time>
+ </div>
+ </div>
+ </a>
+ </article>
+
+ <article data-sort="2015-08-27T15:17:46+00:00" class="media--inset article-list__item" id="related-12726">
+ <a href="http://www.iab.com/news/the-age-of-html5-ads" class="media__link">
+ <div class="media__overlay"></div>
+ <img src="http://www.iab.com/wp-content/uploads/2015/08/the-age-of-html5-ads-3-288x192.jpg" class="media__img" />
+
+ <div class="media__details ">
+ <h2 class="media__details__title article-list__item__title">The Age of HTML5 Ads</h2>
+ <div class="media__details__meta">
+ <time>08.27.15</time>
+ </div>
+ </div>
+ </a>
+ </article>
+
+ <article data-sort="2015-08-17T14:48:53+00:00" class="media article-list__item" id="related-12123">
+ <a href="http://www.iab.com/news/iab-tech-lab-releases-updated-iab-display-creative-guidelines-for-public-comment" class="media__link">
+
+ <div class="media__details no-featured-image">
+ <h2 class="media__details__title article-list__item__title">IAB Tech Lab Releases Updated ‘IAB Display Creative Guidelines’ For Public Comment</h2>
+ <div class="media__details__meta">
+ <time>08.17.15</time>
+ </div>
+ </div>
+ </a>
+ </article>
+ </div>
+
+ <script id="relatedContentsTemplate" type="text/template">
+ &lt;% var has_image = false,
+ media_class = "media";
+ if(featured_image !== '') { has_image = true; media_class = "media--inset"; } %&gt;
+ &lt;article id="related-&lt;%= post_id %&gt;" class="&lt;%= media_class %&gt; article-list__item" data-sort="&lt;%= datetime %&gt;"&gt;
+ &lt;a class="media__link" href="&lt;%= permalink %&gt;"&gt;
+ &lt;% if(has_image) { %&gt;
+
+ &lt;div class="media__overlay"&gt;&lt;/div&gt;
+ &lt;img class="media__img" src="&lt;%= featured_image %&gt;" /&gt;
+
+ &lt;% } %&gt;
+
+ &lt;div class="media__details &lt;% if( !has_image ) { %&gt; no-featured-image &lt;% } %&gt;"&gt;
+ &lt;h2 class="media__details__title article-list__item__title"&gt;&lt;%= title %&gt;&lt;/h2&gt;
+ &lt;div class="media__details__meta"&gt;
+ &lt;% if (show_dateline) { %&gt;
+ &lt;time&gt;&lt;%= date_display %&gt;&lt;/time&gt;
+ &lt;% } %&gt;
+ &lt;/div&gt;
+ &lt;/div&gt;
+ &lt;/a&gt;
+ &lt;/article&gt;
+ </script>
+
+ <div data-page="2" data-posts-limit="6" data-post-id="15323" class="cta-section show-more">
+ <a href="#" class="btn">Show more related content</a>
+ </div>
+ </div></section>
+
+
+<section class="module module--newsletter">
+ <div class="container">
+ <h4 class="newsletter__heading">Get connected with IAB</h4>
+ <div class="newsletter__text">
+ <p>Be the first to know. Sign up to receive news about the IAB programs, standards, events, classes, and more!</p>
+ </div>
+ <a class="btn fancybox" href="https://portal.iab.com/cpbase__form?scontrolCaching=1&amp;id=a0Mj00000009XDV">Sign up now <svg xmlns="http://www.w3.org/2000/svg" class="btn__arrow"><use xlink:href="#icon-arrow-right" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg></a>
+ </div>
+</section><footer role="contentinfo" class="content-info footer">
+
+ <div class="container">
+
+ <div class="footer__column">
+ <h2 class="footer__column__heading">IAB Leadership</h2>
+ <ul class="plain-list footer__link-list" id="menu-iab-leadership-1"><li class="menu-board-of-directors custom-link"><a class="fancybox" href="/our-story/#board-of-directors">Board of Directors</a></li>
+<li class="menu-ad-ops-advisory-board custom-link"><a class="fancybox" href="/our-story/#ad-ops-advisory-board">Ad Ops Advisory Board</a></li>
+<li class="menu-ad-tech-advisory-board custom-link"><a class="fancybox" href="/our-story/#ad-tech-advisory-board">Ad Tech Advisory Board</a></li>
+<li class="menu-agency-advisory-board custom-link"><a class="fancybox" href="/our-story/#agency-advisory-board">Agency Advisory Board</a></li>
+<li class="menu-digital-video-board custom-link"><a class="fancybox" href="/our-story/#digital-video-board">Digital Video Board</a></li>
+<li class="menu-mobile-center-board custom-link"><a class="fancybox" href="/our-story/#mobile-center-board">Mobile Center Board</a></li>
+<li class="menu-tech-lab-board custom-link"><a class="fancybox" href="/our-story/#tech-lab-board">Tech Lab Board</a></li>
+<li class="menu-iab-staff custom-link"><a class="fancybox" href="/our-story/#iab-staff">IAB Staff</a></li>
+<li class="menu-contact-us"><a class="fancybox" href="http://www.iab.com/contact/">Contact Us</a></li>
+</ul> </div>
+ <div class="footer__column">
+ <h2 class="footer__column__heading">Our Work</h2>
+ <ul class="plain-list footer__link-list" id="menu-our-work"><li class="menu-news custom-link"><a class="fancybox" href="/news">News</a></li>
+<li class="menu-public-policy custom-link"><a class="fancybox" href="/topics/public-policy/">Public Policy</a></li>
+<li class="menu-research-thought-leadership custom-link"><a class="fancybox" href="/insights/">Research &amp; Thought Leadership</a></li>
+<li class="menu-standards-guidelines-best-practices custom-link"><a class="fancybox" href="/guidelines/">Standards, Guidelines &amp; Best Practices</a></li>
+</ul> </div>
+ <div class="footer__column">
+ <h2 class="footer__column__heading">Participate</h2>
+ <ul class="plain-list footer__link-list" id="menu-participate"><li class="menu-certification custom-link"><a class="fancybox" href="/topics/certification/">Certification</a></li>
+<li class="menu-events custom-link"><a class="fancybox" href="/events">Events</a></li>
+<li class="menu-learning custom-link"><a class="fancybox" href="/topics/learning/">Learning</a></li>
+<li class="menu-log-in custom-link"><a class="fancybox" href="http://members.iab.net/eweb/DynamicPage.aspx?WebCode=LoginRequired&amp;expires=yes&amp;Site=iab">Log-In</a></li>
+<li class="menu-members custom-link"><a class="fancybox" href="/members">Members</a></li>
+</ul> </div>
+
+ <div class="footer__column">
+ <h2 class="footer__column__heading">Follow Us</h2>
+
+ <a target="_blank" href="https://twitter.com/iab" class="icon--circular">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-twitter" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="https://www.facebook.com/IAB" class="icon--circular">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-facebook" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="https://www.linkedin.com/company/iab" class="icon--circular">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-linkedin" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="http://instagram.com/iabnet" class="icon--circular">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-instagram" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="https://plus.google.com/+iab/" class="icon--circular">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-gplus" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+ <a target="_blank" href="https://www.youtube.com/IABtv" class="icon--circular">
+ <svg xmlns="http://www.w3.org/2000/svg"><use xlink:href="#icon-youtube" xmlns:xlink="http://www.w3.org/1999/xlink"/></svg>
+ </a>
+
+ </div>
+ </div>
+
+ <div class="container clearfix">
+
+ <div class="footer__column--wide clearfix">
+
+ </div>
+
+ <div class="footer__column--wider">
+ <p class="footer__copyright">
+ </p><div id="iab_tos"><div class="content1"><span style="color: #ee3224;" class="copyright">©</span> 2015 Interactive Advertising Bureau | <a target="_blank" href="http://www.iab.com/privacy-policy" style="display: inline;">Privacy Policy</a><img align="absmiddle" hspace="5" style="margin: 0 5px; display: inline;" src="//www.iab.net/media/image/badge-updated.png" /> | <a target="_blank" href="http://www.iab.com/terms-of-use" style="display: inline;">Terms of Use</a> | <img align="absmiddle" src="http://www.iab.net/media/image/IconOnlyCollisionMarker.png" /> <a href="http://www.iab.com/privacy-policy#pp" style="display: inline;">Your Ad Choices</a></div></div><script src="//iab.net/extra/tos/tos.js"></script>
+ <p></p>
+ </div>
+ </div>
+</footer>
+
+ <script type="text/javascript">
+/* &lt;![CDATA[ */
+var localizedVars = {"startPage":"1","postType":""};
+/* ]]&gt; */
+</script>
+<script src="http://www.iab.com/wp-content/themes/iab/assets/js/scripts.min.js?9770f7e9a73e11230b967637839b8db3" type="text/javascript"></script><script src="http://maps.gstatic.com/maps-api-v3/api/js/20/1/main.js"></script><iframe src="http://tpc.googlesyndication.com/safeframe/1-0-2/html/container.html" style="visibility: hidden; display: none;"></iframe>
+<script type="text/javascript"> if(typeof gf_global == 'undefined') var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"http:\/\/www.iab.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"http:\/\/www.iab.com\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 1) {GravityFormError();
+ function GravityFormError(){
+ if(jQuery('div.validation_error').length != 0){
+ jQuery('.gform_wrapper').find('.gfield_error input:eq(0)').focus();
+ }
+ }
+ } } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type="text/javascript"> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [1, 1]) } ); </script><script>var pltNewTabURLs = ["http:\/\/www.wsj.com\/articles\/iab-ceo-randall-rothenberg-on-ad-blocking-viewability-fraud-1442836801","http:\/\/measurementnow.net\/","http:\/\/www.iab.net\/events_training\/mixx15","http:\/\/www.iab.net\/events_training\/2015\/newfronts","http:\/\/www.tvnewscheck.com\/article\/88637\/digital-turning-broadcast-sales-upside-down","http:\/\/adage.com\/article\/digitalnext\/ad-blocking-unnecessary-internet-apocalypse\/300470\/"];(function(){(function(e){var t;t=e.jQueryWP||e.jQuery;return t(function(e){return typeof e.fn.on=="function"?e("body").on("click","a",function(t){var n;n=e(this);if(e.inArray(n.attr("href"),pltNewTabURLs)&gt;-1)return n.attr("target","_blank")}):typeof console!="undefined"&amp;&amp;console!==null?console.log("Page Links To: Some other code has overridden the WordPress copy of jQuery. This is bad. Because of this, Page Links To cannot open links in a new window."):void 0})})(window)}).call(this);</script>
+ </main><!-- /.main -->
+ </div><!-- /.wrap -->
+<script type="text/javascript">
+/* &lt;![CDATA[ */
+(function(){try{var s,a,i,j,r,c,l=document.getElementsByTagName("a"),t=document.createElement("textarea");for(i=0;l.length-i;i++){try{a=l[i].getAttribute("href");if(a&amp;&amp;a.indexOf("/cdn-cgi/l/email-protection") &gt; -1 &amp;&amp; (a.length &gt; 28)){s='';j=27+ 1 + a.indexOf("/cdn-cgi/l/email-protection");if (a.length &gt; j) {r=parseInt(a.substr(j,2),16);for(j+=2;a.length&gt;j&amp;&amp;a.substr(j,1)!='X';j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}j+=1;s+=a.substr(j,a.length-j);}t.innerHTML=s.replace(/&lt;/g,"&amp;lt;").replace(/&gt;/g,"&amp;gt;");l[i].setAttribute("href","mailto:"+t.value);}}catch(e){}}}catch(e){}})();
+/* ]]&gt; */
+</script>
+
+
+<iframe id="google_osd_static_frame_1648099466980" name="google_osd_static_frame" style="display: none; width: 0px; height: 0px;"></iframe></body></html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json
new file mode 100644
index 0000000..ddf0094
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Jong, Michiel de",
+ "Direction": null,
+ "Excerpt": null,
+ "Image": null,
+ "Title": "remoteStorage",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html
new file mode 100644
index 0000000..ab794ec
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html
@@ -0,0 +1,1115 @@
+<div>
+
+<span>[<a href="http://fakehost/html/" title="Document search and retrieval page">Docs</a>] [<a href="https://tools.ietf.org/id/draft-dejong-remotestorage-04.txt" title="Plaintext version of this document">txt</a>|<a href="http://fakehost/pdf/draft-dejong-remotestorage-04.txt" title="PDF version of this document">pdf</a>] [<a href="https://datatracker.ietf.org/doc/draft-dejong-remotestorage" title="IESG Datatracker information for this document">Tracker</a>] [<a href="mailto:[email protected]?subject=draft-dejong-remotestorage%20" title="Send email to the document authors">Email</a>] [<a href="http://fakehost/rfcdiff?difftype=--hwdiff&amp;url2=draft-dejong-remotestorage-04.txt" title="Inline diff (wdiff)">Diff1</a>] [<a href="http://fakehost/rfcdiff?url2=draft-dejong-remotestorage-04.txt" title="Side-by-side diff">Diff2</a>] [<a href="http://fakehost/idnits?url=https://tools.ietf.org/id/draft-dejong-remotestorage-04.txt" title="Run an idnits check of this document">Nits</a>] </span><br>
+<span> </span><br>
+<span>Versions: <a href="http://fakehost/test/draft-dejong-remotestorage-00">00</a> <a href="http://fakehost/test/draft-dejong-remotestorage-01">01</a> <a href="http://fakehost/test/draft-dejong-remotestorage-02">02</a> <a href="http://fakehost/test/draft-dejong-remotestorage-03">03</a> <a href="http://fakehost/test/draft-dejong-remotestorage-04">04</a> </span><br>
+<span> </span><br>
+<pre>INTERNET DRAFT Michiel B. de Jong
+Document: <a href="http://fakehost/test/draft-dejong-remotestorage-04">draft-dejong-remotestorage-04</a> IndieHosters
+ F. Kooman
+Intended Status: Proposed Standard (independent)
+Expires: 18 June 2015 15 December 2014
+
+
+ <span>remoteStorage</span>
+
+Abstract
+
+ This draft describes a protocol by which client-side applications,
+ running inside a web browser, can communicate with a data storage
+ server that is hosted on a different domain name. This way, the
+ provider of a web application need not also play the role of data
+ storage provider. The protocol supports storing, retrieving, and
+ removing individual documents, as well as listing the contents of an
+ individual folder, and access control is based on bearer tokens.
+
+Status of this Memo
+
+ This Internet-Draft is submitted in full conformance with the
+ provisions of <a href="http://fakehost/test/bcp78">BCP 78</a> and <a href="http://fakehost/test/bcp79">BCP 79</a>.
+
+ Internet-Drafts are working documents of the Internet Engineering
+ Task Force (IETF). Note that other groups may also distribute
+ working documents as Internet-Drafts. The list of current Internet-
+ Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.
+
+ Internet-Drafts are draft documents valid for a maximum of six months
+ and may be updated, replaced, or obsoleted by other documents at any
+ time. It is inappropriate to use Internet-Drafts as reference
+ material or to cite them other than as "work in progress."
+
+ This Internet-Draft will expire on 15 December 2014.
+
+Copyright Notice
+
+ Copyright (c) 2014 IETF Trust and the persons identified as the
+ document authors. All rights reserved.
+
+ This document is subject to <a href="http://fakehost/test/bcp78">BCP 78</a> and the IETF Trust's Legal
+ Provisions Relating to IETF Documents
+ (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
+ publication of this document. Please review these documents
+ carefully, as they describe your rights and restrictions with respect
+ to this document. Code Components extracted from this document must
+ include Simplified BSD License text as described in <a href="#section-4">Section 4</a>.e of
+ the Trust Legal Provisions and are provided without warranty as
+ described in the Simplified BSD License.
+
+
+<span>de Jong [Page 1]</span>
+</pre><pre><a name="page-2" id="page-2" href="#page-2"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+Table of Contents
+
+ <a href="#section-1">1</a>. Introduction...................................................<a href="#page-2">2</a>
+ <a href="#section-2">2</a>. Terminology....................................................<a href="#page-3">3</a>
+ <a href="#section-3">3</a>. Storage model..................................................<a href="#page-3">3</a>
+ <a href="#section-4">4</a>. Requests.......................................................<a href="#page-4">4</a>
+ <a href="#section-5">5</a>. Response codes.................................................<a href="#page-7">7</a>
+ <a href="#section-6">6</a>. Versioning.....................................................<a href="#page-7">7</a>
+ <a href="#section-7">7</a>. CORS headers...................................................<a href="#page-8">8</a>
+ <a href="#section-8">8</a>. Session description............................................<a href="#page-8">8</a>
+ <a href="#section-9">9</a>. Bearer tokens and access control...............................<a href="#page-9">9</a>
+ <a href="#section-10">10</a>. Application-first bearer token issuance.......................<a href="#page-10">10</a>
+ <a href="#section-11">11</a>. Storage-first bearer token issuance...........................<a href="#page-11">11</a>
+ <a href="#section-12">12</a>. Example wire transcripts......................................<a href="#page-12">12</a>
+ <a href="#section-12.1">12.1</a>. WebFinger................................................<a href="#page-12">12</a>
+ <a href="#section-12.2">12.2</a>. OAuth dialog form........................................<a href="#page-13">13</a>
+ <a href="#section-12.3">12.3</a>. OAuth dialog form submission.............................<a href="#page-14">14</a>
+ <a href="#section-12.4">12.4</a>. OPTIONS preflight........................................<a href="#page-15">15</a>
+ <a href="#section-12.5">12.5</a>. Initial PUT..............................................<a href="#page-15">15</a>
+ <a href="#section-12.6">12.6</a>. Subsequent PUT...........................................<a href="#page-16">16</a>
+ <a href="#section-12.7">12.7</a>. GET......................................................<a href="#page-16">16</a>
+ <a href="#section-12.8">12.8</a>. DELETE...................................................<a href="#page-17">17</a>
+ <a href="#section-13">13</a>. Distributed versioning........................................<a href="#page-17">17</a>
+ <a href="#section-14">14</a>. Security Considerations.......................................<a href="#page-19">19</a>
+ <a href="#section-15">15</a>. IANA Considerations...........................................<a href="#page-20">20</a>
+ <a href="#section-16">16</a>. Acknowledgments...............................................<a href="#page-20">20</a>
+ <a href="#section-17">17</a>. References....................................................<a href="#page-21">21</a>
+ <a href="#section-17.1">17.1</a>. Normative References.....................................<a href="#page-21">21</a>
+ <a href="#section-17.2">17.2</a>. Informative References...................................<a href="#page-21">21</a>
+ <a href="#section-18">18</a>. Authors' addresses............................................<a href="#page-22">22</a>
+
+
+<span><a name="section-1" href="#section-1">1</a>. Introduction</span>
+
+ Many services for data storage are available over the internet. This
+ specification describes a vendor-independent interface for such
+ services. It is based on https, CORS and bearer tokens. The
+ metaphor for addressing data on the storage is that of folders
+ containing documents and subfolders. The actions the interface
+ exposes are:
+
+ * GET a folder: retrieve the names and current versions of the
+ documents and subfolders currently contained by the folder
+
+
+<span>de Jong [Page 2]</span>
+</pre><pre><a name="page-3" id="page-3" href="#page-3"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ * GET a document: retrieve its content type, current version,
+ and contents
+
+ * PUT a document: store a new version, its content type, and
+ contents, conditional on the current version
+
+ * DELETE a document: remove it from the storage, conditional on
+ the current version
+
+ * HEAD a folder or document: like GET, but omitting the response
+ body
+
+ The exact details of these four actions are described in this
+ specification.
+
+<span><a name="section-2" href="#section-2">2</a>. Terminology</span>
+
+ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
+ "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
+ document are to be interpreted as described in <a href="http://fakehost/test/rfc2119">RFC 2119</a> [<a href="#ref-WORDS">WORDS</a>].
+
+ "SHOULD" and "SHOULD NOT" are appropriate when valid exceptions to a
+ general requirement are known to exist or appear to exist, and it is
+ infeasible or impractical to enumerate all of them. However, they
+ should not be interpreted as permitting implementors to fail to
+ implement the general requirement when such failure would result in
+ interoperability failure.
+
+<span><a name="section-3" href="#section-3">3</a>. Storage model</span>
+
+ The server stores data in nodes that form a tree structure.
+ Internal nodes are called 'folders' and leaf nodes are called
+ 'documents'. For a folder, the server stores references to nodes
+ contained in the folder, and it should be able to produce a list of
+ them, with for each contained item:
+
+ * item name
+ * item type (folder or document)
+ * current version
+ * content type
+ * content length
+
+ For a document, the server stores, and should be able to produce:
+
+
+<span>de Jong [Page 3]</span>
+</pre><pre><a name="page-4" id="page-4" href="#page-4"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+
+ * current version
+ * content type
+ * content length
+ * content
+
+<span><a name="section-4" href="#section-4">4</a>. Requests</span>
+
+ Client-to-server requests SHOULD be made over https [<a href="#ref-HTTPS">HTTPS</a>], and
+ servers MUST comply with HTTP/1.1 [<a href="#ref-HTTP">HTTP</a>]. Specifically, they
+ MUST support chunked transfer coding on PUT requests. Servers MAY
+ also offer an optional switch from https to SPDY [<a href="#ref-SPDY">SPDY</a>].
+
+ A request is considered successful if the HTTP response code is in
+ the 2xx range (e.g. 200 OK, 201 Created), and unsuccessful if an
+ error occurred or a condition was not met (response code e.g. 404
+ Not Found, 304 Not Modified).
+
+ The root folder of the storage tree is represented by the following
+ URL:
+
+ URI_ENCODE( &lt;storage_root&gt; '/' )
+
+ Subsequently, if &lt;parent_folder&gt; is the URL of a folder, then the
+ URL of an item contained in it is:
+
+ URI_ENCODE( &lt;parent_folder&gt; &lt;document_name&gt; )
+
+ for a document, or:
+
+ URI_ENCODE( &lt;parent_folder&gt; &lt;folder_name&gt; '/' )
+
+ for a folder. Item names MAY contain all characters except '/' and
+ the null character, and MUST NOT have zero length.
+
+ A document description is a map containing one string-valued 'ETag'
+ field, one string-valued 'Content-Type' and one integer-valued
+ 'Content-Length' field. They represent the document's current
+ version, its content type, and its content length respectively. Note
+ that content length is measured in octets (bytes), not in
+ characters.
+
+ A folder description is a map containing a string-valued 'ETag'
+
+
+<span>de Jong [Page 4]</span>
+</pre><pre><a name="page-5" id="page-5" href="#page-5"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ field, representing the folder's current version.
+
+ A successful GET request to a folder MUST be responded to with a
+ JSON-LD [<a href="#ref-JSON-LD">JSON-LD</a>] document (content type 'application/ld+json'),
+ containing as its 'items' field a map in which contained documents
+ appear as entries &lt;item_name&gt; to a document description, and
+ contained non-empty folders appear as entries &lt;item_name&gt; '/' to a
+ folder description. It MUST also contain an '@context' field with
+ the value 'http://remotestorage.io/spec/folder-description'. For
+ instance:
+
+ {
+ "@context": "<a href="http://remotestorage.io/spec/folder-description">http://remotestorage.io/spec/folder-description</a>",
+ "items": {
+ "abc": {
+ "ETag": "DEADBEEFDEADBEEFDEADBEEF",
+ "Content-Type": "image/jpeg",
+ "Content-Length": 82352
+ },
+ "def/": {
+ "ETag": "1337ABCD1337ABCD1337ABCD"
+ }
+ }
+ }
+
+ All folders are treated as existing, and therefore GET requests to
+ untouched folders SHOULD be responded to with a folder description
+ with no items (the items field set to '{}'). However, an empty
+ folder MUST NOT be listed as an item in its parent folder.
+
+ Also, since folders exist automatically, PUT and DELETE requests
+ only need to be made to documents, and never to folders. A document
+ PUT will make all ancestor folders along its path become non-empty;
+ deleting the last document from a subtree will make that whole
+ subtree become empty. Folders will therefore show up in their parent
+ folder descriptions if and only if their subtree contains at least
+ one document.
+
+ A successful GET request to a document SHOULD be responded to with
+ the full document contents in the body, the document's content type
+ in a 'Content-Type' header, its content length in octets (not in
+ characters) in a 'Content-Length' header, and the document's current
+ version as a strong ETag in an 'ETag' header.
+
+
+<span>de Jong [Page 5]</span>
+</pre><pre><a name="page-6" id="page-6" href="#page-6"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+
+ Note that the use of strong ETags prohibits changing the response
+ body based on request headers; in particular, the server will not be
+ able to serve the same document uncompressed to some clients and
+ gzipped when requested by the client, since the two bodies would not
+ be identical byte-for-byte.
+
+ Servers MAY support Content-Range headers [<a href="#ref-RANGE">RANGE</a>] on GET requests,
+ but whether or not they do SHOULD be announced through the &lt;ranges&gt;
+ variable mentioned below in <a href="#section-10">section 10</a>.
+
+ A successful PUT request to a document MUST result in:
+
+ * the request body being stored as the document's new content,
+ * parent and further ancestor folders being silently created as
+ necessary, with the document (name and version) being added to
+ its parent folder, and each folder added to its subsequent
+ parent,
+ * the value of its Content-Type header being stored as the
+ document's new content type,
+ * its version being updated, as well as that of its parent folder
+ and further ancestor folders, using a strong validator [HTTP,
+ <a href="#section-7.2">section 7.2</a>].
+
+ The response MUST contain a strong ETag header, with the document's
+ new version (for instance a hash of its contents) as its value.
+
+ A successful DELETE request to a document MUST result in:
+
+ * the deletion of that document from the storage, and from its
+ parent folder,
+ * silent deletion of the parent folder if it is left empty by
+ this, and so on for further ancestor folders,
+ * the version of its parent folder being updated, as well as that
+ of further ancestor folders.
+
+ A successful OPTIONS request SHOULD be responded to as described in
+ the CORS section below.
+
+ A successful HEAD request SHOULD be responded to like to the
+ equivalent GET request, but omitting the response body.
+
+
+
+
+<span>de Jong [Page 6]</span>
+</pre><pre><a name="page-7" id="page-7" href="#page-7"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+<span><a name="section-5" href="#section-5">5</a>. Response codes</span>
+
+ Response codes SHOULD be given as defined by [HTTP, <a href="#section-6">section 6</a>] and
+ [BEARER, <a href="#section-3.1">section 3.1</a>]. The following is a non-normative checklist
+ of status codes that are likely to occur in practice:
+
+ * 500 if an internal server error occurs,
+ * 429 if the client makes too frequent requests or is suspected
+ of malicious activity,
+ * 414 if the request URI is too long,
+ * 416 if Range requests are supported by the server and the Range
+ request can not be satisfied,
+ * 401 for all requests that don't have a bearer token with
+ sufficient permissions,
+ * 404 for all DELETE and GET requests to documents that do not
+ exist on the storage,
+ * 304 for a conditional GET request whose pre-condition
+ fails (see "Versioning" below),
+ * 409 for a PUT request where any folder name in the path
+ clashes with an existing document's name at the same
+ level, or where the document name coincides with an
+ existing folder's name at the same level.
+ * 412 for a conditional PUT or DELETE request whose pre-condition
+ fails (see "Versioning" below),
+ * 507 in case the account is over its storage quota,
+ * 4xx for all malformed requests (e.g. foreign characters in the
+ path), as well as for all PUT and DELETE requests to
+ folders,
+ * 2xx for all successful requests.
+
+ Clients SHOULD also handle the case where a response takes too long
+ to arrive, or where no response is received at all.
+
+<span><a name="section-6" href="#section-6">6</a>. Versioning</span>
+
+ All successful requests MUST return an 'ETag' header [<a href="#ref-HTTP">HTTP</a>] with, in
+ the case of GET, the current version, in the case of PUT, the new
+ version, and in case of DELETE, the version that was deleted. All
+ successful GET requests MUST return an 'Expires: 0' header. PUT and
+ DELETE requests MAY have an 'If-Match' request header [<a href="#ref-COND">COND</a>], and
+ MUST fail with a 412 response code if that doesn't match the
+ document's current version.
+
+
+
+<span>de Jong [Page 7]</span>
+</pre><pre><a name="page-8" id="page-8" href="#page-8"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ GET requests MAY have a comma-separated list of revisions in an
+ 'If-None-Match' header [<a href="#ref-COND">COND</a>], and SHOULD be responded to with a 304
+ response if that list includes the document or folder's current
+ version. A PUT request MAY have an 'If-None-Match: *' header [<a href="#ref-COND">COND</a>],
+ in which case it MUST fail with a 412 response code if the document
+ already exists.
+
+ In all 'ETag', 'If-Match' and 'If-None-Match' headers, revision
+ strings should appear inside double quotes (").
+
+ A provider MAY offer version rollback functionality to its users,
+ but this specification does not define the user interface for that.
+
+<span><a name="section-7" href="#section-7">7</a>. CORS headers</span>
+
+ All responses MUST carry CORS headers [<a href="#ref-CORS">CORS</a>]. The server MUST also
+ reply to OPTIONS requests as per CORS. For GET requests, a wildcard
+ origin MAY be returned, but for PUT and DELETE requests, the
+ response MUST echo back the Origin header sent by the client.
+
+<span><a name="section-8" href="#section-8">8</a>. Session description</span>
+
+ The information that a client needs to receive in order to be able
+ to connect to a server SHOULD reach the client as described in the
+ 'bearer token issuance' sections below. It consists of:
+
+ * &lt;storage_root&gt;, consisting of 'https://' followed by a server
+ host, and optionally a server port and a path prefix as per
+ [<a href="#ref-IRI">IRI</a>]. Examples:
+ * 'https://example.com' (host only)
+ * 'https://example.com:8080' (host and port)
+ * 'https://example.com/path/to/storage' (host, port and
+ path prefix; note there is no trailing slash)
+ * &lt;access_token&gt; as per [<a href="#ref-OAUTH">OAUTH</a>]. The token SHOULD be hard to
+ guess and SHOULD NOT be reused from one client to another. It
+ can however be reused in subsequent interactions with the same
+ client, as long as that client is still trusted. Example:
+ * 'ofb24f1ac3973e70j6vts19qr9v2eei'
+ * &lt;storage_api&gt;, always '<a href="http://fakehost/test/draft-dejong-remotestorage-04">draft-dejong-remotestorage-04</a>' for this
+ alternative version of the specification.
+
+ The client can make its requests using https with CORS and bearer
+ tokens, to the URL that is the concatenation of &lt;storage_root&gt; with
+
+
+<span>de Jong [Page 8]</span>
+</pre><pre><a name="page-9" id="page-9" href="#page-9"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ '/' plus one or more &lt;folder&gt; '/' strings indicating a path in the
+ folder tree, followed by zero or one &lt;document&gt; strings, indicating
+ a document. For example, if &lt;storage_root&gt; is
+ "https://storage.example.com/bob", then to retrieve the folder
+ contents of the /public/documents/ folder, or to retrieve a
+ 'draft.txt' document from that folder, the client would make
+ requests to, respectively:
+
+ * https://storage.example.com/bob/public/documents/
+ * https://storage.example.com/bob/public/documents/draft.txt
+
+<span><a name="section-9" href="#section-9">9</a>. Bearer tokens and access control</span>
+
+ A bearer token represents one or more access scopes. These access
+ scopes are represented as strings of the form &lt;module&gt; &lt;level&gt;,
+ where the &lt;module&gt; string SHOULD be lower-case alphanumerical, other
+ than the reserved word 'public', and &lt;level&gt; can be ':r' or ':rw'.
+ The access the bearer token gives is the sum of its access scopes,
+ with each access scope representing the following permissions:
+
+ '*:rw') any request,
+
+ '*:r') any GET or HEAD request,
+
+ &lt;module&gt; ':rw') any requests to paths that start with
+ '/' &lt;module&gt; '/' or '/public/' &lt;module&gt; '/',
+
+ &lt;module&gt; ':r') any GET or HEAD requests to paths that start with
+ '/' &lt;module&gt; '/' or '/public/' &lt;module&gt; '/',
+
+ As a special exceptions, GET requests to a document (but not a
+ folder) whose path starts with '/public/' are always allowed. They,
+ as well as OPTIONS requests, can be made without a bearer token.
+ Unless [<a href="#ref-KERBEROS">KERBEROS</a>] is used (see <a href="#section-10">section 10</a> below), all other requests
+ SHOULD present a bearer token with sufficient access scope, using a
+ header of the following form (no double quotes here):
+
+ Authorization: Bearer &lt;access_token&gt;
+
+ In addition, providing the access token via a HTTP query parameter
+ for GET requests MAY be supported by the server, although its use
+ is not recommended, due to its security deficiencies; see [BEARER,
+ <a href="#section-2.3">section 2.3</a>].
+
+
+<span>de Jong [Page 9]</span>
+</pre><pre><a name="page-10" id="page-10" href="#page-10"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+
+<span><a name="section-10" href="#section-10">10</a>. Application-first bearer token issuance</span>
+
+ To make a remoteStorage server available as 'the remoteStorage of
+ &lt;account&gt; at &lt;host&gt;', exactly one link of the following format
+ SHOULD be added to the WebFinger record [<a href="#ref-WEBFINGER">WEBFINGER</a>] of &lt;account&gt; at
+ &lt;host&gt;:
+
+ {
+ "href": &lt;storage_root&gt;,
+ "rel": "remotestorage",
+ "properties": {
+ "<a href="http://remotestorage.io/spec/version">http://remotestorage.io/spec/version</a>": &lt;storage_api&gt;,
+ "<a href="http://tools.ietf.org/html/rfc6749#section-4.2">http://tools.ietf.org/html/rfc6749#section-4.2</a>": &lt;auth-dialog&gt;,
+ ... : ... ,
+ }
+ }
+
+ Here &lt;storage_root&gt; and &lt;storage_api&gt; are as per "Session
+ description" above, and &lt;auth-dialog&gt; SHOULD be either null or a
+ URL where an OAuth 2.0 implicit-grant flow dialog [<a href="#ref-OAUTH">OAUTH</a>] is
+ presented.
+
+ If &lt;auth-dialog&gt; is a URL, the user can supply their credentials
+ for accessing the account (how, is out of scope), and allow or
+ reject a request by the connecting application to obtain a bearer
+ token for a certain list of access scopes. Note that an account
+ will often belong to just one human user, but may also belong to a
+ group of multiple users (the remoteStorage of &lt;group&gt; at &lt;host&gt;).
+
+ If &lt;auth-dialog&gt; is null, the client will not have a way to obtain
+ an access token, and SHOULD send all requests without Authorization
+ header, and rely on Kerberos [<a href="#ref-KERBEROS">KERBEROS</a>] instead for requests that
+ would normally be sent with a bearer token, but servers SHOULD NOT
+ impose any such access barriers for resources that would normally
+ not require an access token.
+
+ The '...' ellipses indicate that more properties may be present.
+ Non-breaking examples that have been proposed so far, include a
+ "<a href="http://tools.ietf.org/html/rfc6750#section-2.3">http://tools.ietf.org/html/rfc6750#section-2.3</a>" property, set to
+ the string value "true" if the server supports passing the bearer
+ token in the URI query parameter as per section 2.3 of [<a href="#ref-BEARER">BEARER</a>],
+ instead of in the request header.
+
+
+<span>de Jong [Page 10]</span>
+</pre><pre><a name="page-11" id="page-11" href="#page-11"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+
+ Another example is "<a href="http://tools.ietf.org/html/rfc7233">http://tools.ietf.org/html/rfc7233</a>" with a
+ string value of "GET" if Content-Range headers are supported for
+ GET requests as per [<a href="#ref-RANGE">RANGE</a>], "PUT" if they are supported for PUT
+ requests, and "GET,PUT" if supported for both.
+
+ Both these proposals are non-breaking extensions, since the client
+ will have a way to work around it if these features are not present
+ (e.g. retrieve the protected resource asynchronously in the first
+ case, or request the entire resource in the second case).
+
+ A "<a href="http://remotestorage.io/spec/web-authoring">http://remotestorage.io/spec/web-authoring</a>" property has been
+ proposed with a string value of the fully qualified domain name to
+ which web authoring content is published if the server supports web
+ authoring as per [<a href="#ref-AUTHORING">AUTHORING</a>]. Note that this extension is a breaking
+ extension in the sense that it divides users into "haves", whose
+ remoteStorage accounts allow them to author web content, and
+ "have-nots", whose remoteStorage account does not support this
+ functionality.
+
+ The server MAY expire bearer tokens, and MAY require the user to
+ register applications as OAuth clients before first use; if no
+ client registration is required, then the server MAY ignore the
+ client_id parameter in favor of relying on the redirect_uri
+ parameter for client identification.
+
+<span><a name="section-11" href="#section-11">11</a>. Storage-first bearer token issuance</span>
+
+ The provider MAY also present a dashboard to the user, where they
+ have some way to add open web app manifests [<a href="#ref-MANIFEST">MANIFEST</a>]. Adding a
+ manifest to the dashboard is considered equivalent to clicking
+ 'accept' in the dialog of the application-first flow. Removing one
+ is considered equivalent to revoking its access token.
+
+ As an equivalent to OAuth's 'scope' parameter, a 'datastores-access'
+ field SHOULD be present in the root of such an application manifest
+ document, with entries &lt;module&gt; -&gt; '{"access": "readonly"}' for
+ &lt;level&gt; 'r' or '{"access": "readwrite"}' for &lt;level&gt; 'rw', as
+ prescribed in [<a href="#ref-DATASTORE">DATASTORE</a>].
+
+ When the user gestures they want to use a certain application whose
+ manifest is present on the dashboard, the dashboard SHOULD redirect
+ to the application or open it in a new window. To mimic coming back
+
+
+<span>de Jong [Page 11]</span>
+</pre><pre><a name="page-12" id="page-12" href="#page-12"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ from the OAuth dialog, it MAY add 'access_token' and 'scope'
+ fields to the URL fragment.
+
+ Regardless of whether 'access_token' and 'scope' are specified, it
+ SHOULD add a 'remotestorage' field to the URL fragment, with a
+ value of the form &lt;account&gt; '@' &lt;host&gt;. When the application detects
+ this parameter, it SHOULD resolve the WebFinger record for &lt;account&gt;
+ at &lt;host&gt; and extract the &lt;storage_root&gt; and &lt;storage_api&gt;
+ information.
+
+ If no access_token was given, then the application SHOULD also
+ extract the &lt;auth_endpoint&gt; information from WebFinger, and continue
+ as per application-first bearer token issuance.
+
+ Note that whereas a remoteStorage server SHOULD offer support for
+ the application-first flow with WebFinger and OAuth, it MAY choose
+ not to support the storage-first flow, provided that users will
+ easily remember their &lt;account&gt; '@' &lt;host&gt; WebFinger address at that
+ provider. Applications SHOULD, however, support both flows, which
+ means checking the URL for a 'remotestorage' parameter, but giving
+ the user a way to specify the WebFinger address if there is none.
+
+ If a server provides an application manifest dashboard, then it
+ SHOULD merge the list of applications there with the list of
+ issued access tokens as specified by OAuth into one list. Also,
+ the interface for revoking an access token as specified by OAuth
+ SHOULD coincide with removing an application from the dashboard.
+
+ Servers MAY also provide a way to create access tokens directly from
+ their user interface. Such functionality would be aimed mainly at
+ developers, to manually copy and paste a token into a script or
+ debug tool, thus bypassing the need for an OAuth dance. Clients
+ SHOULD NOT rely on this in production.
+
+<span><a name="section-12" href="#section-12">12</a>. Example wire transcripts</span>
+
+ The following examples are not normative ("\" indicates a line was
+ wrapped).
+
+<span><a name="section-12.1" href="#section-12.1">12.1</a>. WebFinger</span>
+
+ In application-first, an in-browser application might issue the
+ following request, using XMLHttpRequest and CORS:
+
+
+<span>de Jong [Page 12]</span>
+</pre><pre><a name="page-13" id="page-13" href="#page-13"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+
+ GET /.well-known/webfinger?resource=acct:michiel@michielbdejon\
+g.com HTTP/1.1
+ Host: michielbdejong.com
+
+ and the server's response might look like this:
+
+ HTTP/1.1 200 OK
+ Access-Control-Allow-Origin: *
+ Access-Control-Allow-Methods: GET
+ Access-Control-Allow-Headers: If-Match, If-None-Match
+ Access-Control-Expose-Headers: ETag, Content-Length
+ Content-Type: application/jrd+json
+
+ {
+ "links":[{
+ "href": "<a href="https://michielbdejong.com:7678/inbox">https://michielbdejong.com:7678/inbox</a>",
+ "rel": "post-me-anything"
+ }, {
+ "href": "<a href="https://michielbdejong.com/me.jpg">https://michielbdejong.com/me.jpg</a>",
+ "rel": "avatar"
+ }, {
+ "href": "<a href="https://3pp.io:4439/storage/michiel">https://3pp.io:4439/storage/michiel</a>",
+ "rel": "remotestorage",
+ "properties": {
+ "<a href="http://remotestorage.io/spec/version">http://remotestorage.io/spec/version</a>": "<a href="http://fakehost/test/draft-dejong-re">draft-dejong-re</a>\
+motestorage-04",
+ "<a href="http://tools.ietf.org/html/rfc6749#section-4.2">http://tools.ietf.org/html/rfc6749#section-4.2</a>": "https\
+://3pp.io:4439/oauth/michiel",
+ "<a href="http://tools.ietf.org/html/rfc6750#section-2.3">http://tools.ietf.org/html/rfc6750#section-2.3</a>": false,
+ "<a href="http://tools.ietf.org/html/rfc7233">http://tools.ietf.org/html/rfc7233</a>": false,
+ "<a href="http://remotestorage.io/spec/web-authoring">http://remotestorage.io/spec/web-authoring</a>": false
+ }
+ }]
+ }
+
+<span><a name="section-12.2" href="#section-12.2">12.2</a>. OAuth dialog form</span>
+
+ Once the in-browser application has discovered the server's OAuth
+ end-point, it will typically redirect the user to this URL, in
+ order to obtain a bearer token. Say the application is hosted on
+ <a href="https://drinks-unhosted.5apps.com/">https://drinks-unhosted.5apps.com/</a> and wants read-write access to
+ the account's "myfavoritedrinks" scope:
+
+
+<span>de Jong [Page 13]</span>
+</pre><pre><a name="page-14" id="page-14" href="#page-14"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+
+ GET /oauth/michiel?redirect_uri=https%3A%2F%2Fdrinks-unhosted.5\
+apps.com%2F&amp;scope=myfavoritedrinks%3Arw&amp;client_id=https%3A%2F%2Fdrinks-\
+unhosted.5apps.com&amp;response_type=token HTTP/1.1
+ Host: 3pp.io
+
+ The server's response might look like this (truncated for brevity):
+
+ HTTP/1.1 200 OK
+
+ &lt;!DOCTYPE html&gt;
+ &lt;html lang="en"&gt;
+ &lt;head&gt;
+ &lt;title&gt;Allow access?&lt;/title&gt;
+ ...
+
+<span><a name="section-12.3" href="#section-12.3">12.3</a>. OAuth dialog form submission</span>
+
+ When the user submits the form, the request would look something
+ like this:
+
+ POST /oauth HTTP/1.1
+ Host: 3pp.io:4439
+ Origin: <a href="https://3pp.io:4439">https://3pp.io:4439</a>
+ Content-Type: application/x-www-form-urlencoded
+ Referer: <a href="https://3pp">https://3pp</a>.io:4439/oauth/michiel?redirect_uri=https%3\
+A%2F%2Fdrinks-unhosted.5apps.com%2F&amp;scope=myfavoritedrinks%3Arw&amp;client_\
+id=https%3A%2F%2Fdrinks-unhosted.5apps.com&amp;response_type=token
+
+ client_id=https%3A%2F%2Fdrinks-unhosted.5apps.com&amp;redirect_uri=\
+https%3A%2F%2Fdrinks-unhosted.5apps.com%2F&amp;response_type=token&amp;scope=my\
+favoritedrinks%3Arw&amp;state=&amp;username=michiel&amp;password=something&amp;allow=Al\
+low
+
+ To which the server could respond with a 302 redirect, back to the
+ origin of the requesting application:
+
+ HTTP/1.1 302 Found
+ Location:https://drinks-unhosted.5apps.com/#access_token=j2YnGt\
+XjzzzHNjkd1CJxoQubA1o%3D&amp;token_type=bearer&amp;state=
+
+<span><a name="section-12.4" href="#section-12.4">12.4</a>. OPTIONS preflight</span>
+
+
+
+<span>de Jong [Page 14]</span>
+</pre><pre><a name="page-15" id="page-15" href="#page-15"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ When an in-browser application makes a cross-origin request which
+ may affect the server-state, the browser will make a preflight
+ request first, with the OPTIONS verb, for instance:
+
+ OPTIONS /storage/michiel/myfavoritedrinks/ HTTP/1.1
+ Host: 3pp.io:4439
+ Access-Control-Request-Method: GET
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Access-Control-Request-Headers: Authorization
+ Referer: <a href="https://drinks-unhosted.5apps.com/">https://drinks-unhosted.5apps.com/</a>
+
+ To which the server can for instance respond:
+
+ HTTP/1.1 200 OK
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Access-Control-Allow-Methods: GET, PUT, DELETE
+ Access-Control-Allow-Headers: Authorization, Content-Length, Co\
+ntent-Type, Origin, X-Requested-With, If-Match, If-None-Match
+
+<span><a name="section-12.5" href="#section-12.5">12.5</a>. Initial PUT</span>
+
+ An initial PUT may contain an 'If-None-Match: *' header, like this:
+
+ PUT /storage/michiel/myfavoritedrinks/test HTTP/1.1
+ Host: 3pp.io:4439
+ Content-Length: 91
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
+ Content-Type: application/json; charset=UTF-8
+ Referer: <a href="https://drinks-unhosted.5apps.com/?">https://drinks-unhosted.5apps.com/?</a>
+ If-None-Match: *
+
+ {"name":"test","@context":"<a href="http://remotestorage">http://remotestorage</a>.io/spec/modules\
+/myfavoritedrinks/drink"}
+
+ And the server may respond with either a 201 Created or a 200 OK
+ status:
+
+ HTTP/1.1 201 Created
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ ETag: "1382694045000"
+
+<span><a name="section-12.6" href="#section-12.6">12.6</a>. Subsequent PUT</span>
+
+
+<span>de Jong [Page 15]</span>
+</pre><pre><a name="page-16" id="page-16" href="#page-16"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+
+ A subsequent PUT may contain an 'If-Match' header referring to the
+ ETag previously returned, like this:
+
+ PUT /storage/michiel/myfavoritedrinks/test HTTP/1.1
+ Host: 3pp.io:4439
+ Content-Length: 91
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
+ Content-Type: application/json; charset=UTF-8
+ Referer: <a href="https://drinks-unhosted.5apps.com/?">https://drinks-unhosted.5apps.com/?</a>
+ If-Match: "1382694045000"
+
+ {"name":"test", "updated":true, "@context":"http://remotestorag\
+e.io/spec/modules/myfavoritedrinks/drink"}
+
+ And the server may respond with a 412 Conflict or a 200 OK status:
+
+ HTTP/1.1 200 OK
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ ETag: "1382694048000"
+
+<span><a name="section-12.7" href="#section-12.7">12.7</a>. GET</span>
+
+ A GET request would also include the bearer token, and optionally
+ an If-None-Match header:
+
+ GET /storage/michiel/myfavoritedrinks/test HTTP/1.1
+ Host: 3pp.io:4439
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
+ Referer: <a href="https://drinks-unhosted.5apps.com/?">https://drinks-unhosted.5apps.com/?</a>
+ If-None-Match: "1382694045000", "1382694048000"
+
+ And the server may respond with a 304 Not Modified status:
+
+ HTTP/1.1 304 Not Modified
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ ETag: "1382694048000"
+
+ Or a 200 OK status, plus a response body:
+
+ HTTP/1.1 200 OK
+
+
+<span>de Jong [Page 16]</span>
+</pre><pre><a name="page-17" id="page-17" href="#page-17"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Content-Type: application/json; charset=UTF-8
+ Content-Length: 106
+ ETag: "1382694048000"
+ Expires: 0
+
+ {"name":"test", "updated":true, "@context":"http://remotestora\
+ge.io/spec/modules/myfavoritedrinks/drink"}
+
+ If the GET URL would have been "/storage/michiel/myfavoritedrinks/",
+ a 200 OK response would have a folder description as the response
+ body:
+
+ HTTP/1.1 200 OK
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Content-Type: application/ld+json
+ Content-Length: 171
+ ETag: "1382694048000"
+ Expires: 0
+
+ {"@context":"<a href="http://remotestorage.io/spec/folder-version">http://remotestorage.io/spec/folder-version</a>","ite\
+ms":{"test":{"ETag":"1382694048000","Content-Type":"application/json; \
+charset=UTF-8","Content-Length":106}}}
+
+ If the GET URL would have been a non-existing document like
+ "/storage/michiel/myfavoritedrinks/x", the response would have a 404
+ Not Found status, and no ETag header:
+
+ HTTP/1.1 404 Not Found
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+
+<span><a name="section-12.8" href="#section-12.8">12.8</a>. DELETE</span>
+
+ A DELETE request may look like this:
+
+ DELETE /storage/michiel/myfavoritedrinks/test HTTP/1.1
+ Host: 3pp.io:4439
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
+ Content-Type: application/json; charset=UTF-8
+ Referer: <a href="https://drinks-unhosted.5apps.com/?">https://drinks-unhosted.5apps.com/?</a>
+ If-Match: "1382694045000"
+
+
+
+<span>de Jong [Page 17]</span>
+</pre><pre><a name="page-18" id="page-18" href="#page-18"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ And the server may respond with a 412 Conflict or a 200 OK status:
+
+ HTTP/1.1 412 Conflict
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ ETag: "1382694048000"
+
+<span><a name="section-13" href="#section-13">13</a>. Distributed versioning</span>
+
+ This section is non-normative, and is intended to explain some of
+ the design choices concerning ETags and folder listings. At the
+ same time it will hopefully help readers who intend to develop an
+ application that uses remoteStorage as its per-user data storage.
+ When multiple clients have read/write access to the same document,
+ versioning conflicts may occur. For instance, client A may make
+ a PUT request that changes the document from version 1 to version
+ 2, after which client B may make a PUT request attempting to change
+ the same document from version 1 to version 3.
+
+ In this case, client B can add an 'If-Match: "1"' header, which
+ would trigger a 412 Conflict response code, since the current
+ version ("2") does not match the version required as a condition by
+ the header If-Match header ("1").
+
+ Client B is now aware of the conflict, and may consult the user,
+ saying the update to version 3 failed. The user may then choose,
+ through the user interface of client B, whether version 2 or
+ version 3 should be kept, or maybe the document should be reverted
+ on the server to version 1, or a merged version 4 is needed. Client
+ B may then make a request that puts the document to the version the
+ user wishes; this time setting an 'If-Match: "2"' header instead.
+
+ Both client A and client B would periodically poll the root
+ folder of each scope they have access to, to see if the version
+ of the root folder changed. If it did, then one of the versions
+ listed in there will necessarily have changed, and the client can
+ make a GET request to that child folder or document, to obtain
+ its latest version.
+
+ Because an update in a document will result in a version change of
+ its containing folder, and that change will propagate all the way
+ to the root folder, it is not necessary to poll each document for
+ changes individually.
+
+
+
+<span>de Jong [Page 18]</span>
+</pre><pre><a name="page-19" id="page-19" href="#page-19"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ As an example, the root folder may contain 10 directories,
+ each of which contain 10 directories, which each contain 10
+ documents, so their paths would be for instance '/0/0/1', '/0/0/2',
+ etcetera. Then one GET request to the root folder '/' will be
+ enough to know if any of these 1000 documents has changed.
+
+ Say document '/7/9/2' has changed; then the GET request to '/' will
+ come back with a different ETag, and entry '7/' will have a
+ different value in its JSON content. The client could then request
+ '/7/', '/7/9/', and '/7/9/2' to narrow down the one document that
+ caused the root folder's ETag to change.
+
+ Note that the remoteStorage server does not get involved in the
+ conflict resolution. It keeps the canonical current version at all
+ times, and allows clients to make conditional GET and PUT requests,
+ but it is up to whichever client discovers a given version
+ conflict, to resolve it.
+
+<span><a name="section-14" href="#section-14">14</a>. Security Considerations</span>
+
+ To prevent man-in-the-middle attacks, the use of https instead of
+ http is important for both the interface itself and all end-points
+ involved in WebFinger, OAuth, and (if present) the storage-first
+ application launch dashboard.
+
+ A malicious party could link to an application, but specifying a
+ remoteStorage account address that it controls, thus tricking the
+ user into using a trusted application to send sensitive data to the
+ wrong remoteStorage server. To mitigate this, applications SHOULD
+ clearly display to which remoteStorage server they are sending the
+ user's data.
+
+ Applications could request scopes that the user did not intend to
+ give access to. The user SHOULD always be prompted to carefully
+ review which scopes an application is requesting.
+
+ An application may upload malicious html pages and then trick the
+ user into visiting them, or upload malicious client-side scripts,
+ that take advantage of being hosted on the user's domain name. The
+ origin on which the remoteStorage server has its interface SHOULD
+ therefore NOT be used for anything else, and the user SHOULD be
+ warned not to visit any web pages on that origin. In particular, the
+ OAuth dialog and launch dashboard or token revokation interface
+
+
+<span>de Jong [Page 19]</span>
+</pre><pre><a name="page-20" id="page-20" href="#page-20"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ SHOULD be on a different origin than the remoteStorage interface.
+
+ Where the use of bearer tokens is impractical, a user may choose to
+ store documents on hard-to-guess URLs whose path after
+ &lt;storage_root&gt; starts with '/public/', while sharing this URL only
+ with the intended audience. That way, only parties who know the
+ document's hard-to-guess URL, can access it. The server SHOULD
+ therefore make an effort to detect and stop brute-force attacks that
+ attempt to guess the location of such documents.
+
+ The server SHOULD also detect and stop denial-of-service attacks
+ that aim to overwhelm its interface with too much traffic.
+
+<span><a name="section-15" href="#section-15">15</a>. IANA Considerations</span>
+
+ This document registers the 'remotestorage' link relation, as well
+ as the following WebFinger properties:
+ * "<a href="http://remotestorage.io/spec/version">http://remotestorage.io/spec/version</a>"
+ * "<a href="http://tools.ietf.org/html/rfc6749#section-4.2">http://tools.ietf.org/html/rfc6749#section-4.2</a>"
+ * "<a href="http://tools.ietf.org/html/rfc6750#section-2.3">http://tools.ietf.org/html/rfc6750#section-2.3</a>"
+ * "<a href="http://tools.ietf.org/html/rfc7233">http://tools.ietf.org/html/rfc7233</a>"
+ * "<a href="http://remotestorage.io/spec/web-authoring">http://remotestorage.io/spec/web-authoring</a>"
+
+<span><a name="section-16" href="#section-16">16</a>. Acknowledgements</span>
+
+ The authors would like to thank everybody who contributed to the
+ development of this protocol, including Kenny Bentley, Javier Diaz,
+ Daniel Groeber, Bjarni Runar, Jan Wildeboer, Charles Schultz, Peter
+ Svensson, Valer Mischenko, Michiel Leenaars, Jan-Christoph
+ Borchardt, Garret Alfert, Sebastian Kippe, Max Wiehle, Melvin
+ Carvalho, Martin Stadler, Geoffroy Couprie, Niklas Cathor, Marco
+ Stahl, James Coglan, Ken Eucker, Daniel Brolund, elf Pavlik, Nick
+ Jennings, Markus Sabadello, Steven te Brinke, Matthias Treydte,
+ Rick van Rein, Mark Nottingham, Julian Reschke, and Markus
+ Lanthaler, among many others.
+
+<span><a name="section-17" href="#section-17">17</a>. References</span>
+
+<span><a name="section-17.1" href="#section-17.1">17.1</a>. Normative References</span>
+
+ [<a name="ref-WORDS" id="ref-WORDS">WORDS</a>]
+ Bradner, S., "Key words for use in RFCs to Indicate Requirement
+ Levels", <a href="http://fakehost/test/bcp14">BCP 14</a>, <a href="http://fakehost/test/rfc2119">RFC 2119</a>, March 1997.
+
+
+<span>de Jong [Page 20]</span>
+</pre><pre><a name="page-21" id="page-21" href="#page-21"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+
+ [<a name="ref-IRI" id="ref-IRI">IRI</a>]
+ Duerst, M., "Internationalized Resource Identifiers (IRIs)",
+ <a href="http://fakehost/test/rfc3987">RFC 3987</a>, January 2005.
+
+ [<a name="ref-WEBFINGER" id="ref-WEBFINGER">WEBFINGER</a>]
+ Jones, P., Salguerio, G., Jones, M, and Smarr, J.,
+ "WebFinger", <a href="http://fakehost/test/rfc7033">RFC7033</a>, September 2013.
+
+ [<a name="ref-OAUTH" id="ref-OAUTH">OAUTH</a>]
+ "<a href="#section-4.2">Section 4.2</a>: Implicit Grant", in: Hardt, D. (ed), "The OAuth
+ 2.0 Authorization Framework", <a href="http://fakehost/test/rfc6749">RFC6749</a>, October 2012.
+
+<span><a name="section-17.2" href="#section-17.2">17.2</a>. Informative References</span>
+
+ [<a name="ref-HTTPS" id="ref-HTTPS">HTTPS</a>]
+ Rescorla, E., "HTTP Over TLS", <a href="http://fakehost/test/rfc2818">RFC2818</a>, May 2000.
+
+ [<a name="ref-HTTP" id="ref-HTTP">HTTP</a>]
+ Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
+ Semantics and Content", <a href="http://fakehost/test/rfc7231">RFC7231</a>, June 2014.
+
+ [<a name="ref-COND" id="ref-COND">COND</a>]
+ Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
+ Conditional Requests", <a href="http://fakehost/test/rfc7232">RFC7232</a>, June 2014.
+
+ [<a name="ref-RANGE" id="ref-RANGE">RANGE</a>]
+ Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
+ Conditional Requests", <a href="http://fakehost/test/rfc7233">RFC7233</a>, June 2014.
+
+ [<a name="ref-SPDY" id="ref-SPDY">SPDY</a>]
+ Mark Belshe, Roberto Peon, "SPDY Protocol - Draft 3.1", <a href="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">http://</a>
+ <a href="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1</a>,
+ September 2013.
+
+ [<a name="ref-JSON-LD" id="ref-JSON-LD">JSON-LD</a>]
+ M. Sporny, G. Kellogg, M. Lanthaler, "JSON-LD 1.0", W3C
+ Proposed Recommendation,
+ <a href="http://www.w3.org/TR/2014/REC-json-ld-20140116/">http://www.w3.org/TR/2014/REC-json-ld-20140116/</a>, January 2014.
+
+ [<a name="ref-CORS" id="ref-CORS">CORS</a>]
+ van Kesteren, Anne (ed), "Cross-Origin Resource Sharing --
+ W3C Candidate Recommendation 29 January 2013",
+
+
+<span>de Jong [Page 21]</span>
+</pre><pre><a name="page-22" id="page-22" href="#page-22"> </a>
+<span>Internet-Draft remoteStorage December 2014</span>
+
+
+ <a href="http://www.w3.org/TR/cors/">http://www.w3.org/TR/cors/</a>, January 2013.
+
+ [<a name="ref-MANIFEST" id="ref-MANIFEST">MANIFEST</a>]
+ Mozilla Developer Network (ed), "App manifest -- Revision
+ 330541", <a href="https://developer.mozilla.org/en-">https://developer.mozilla.org/en-</a>
+ US/Apps/Build/Manifest$revision/566677, April 2014.
+
+ [<a name="ref-DATASTORE" id="ref-DATASTORE">DATASTORE</a>]
+ "WebAPI/DataStore", MozillaWiki, retrieved May 2014.
+ <a href="https://wiki.mozilla.org/WebAPI/DataStore#Manifest">https://wiki.mozilla.org/WebAPI/DataStore#Manifest</a>
+
+ [<a name="ref-KERBEROS" id="ref-KERBEROS">KERBEROS</a>]
+ C. Neuman et al., "The Kerberos Network Authentication Service
+ (V5)", <a href="http://fakehost/test/rfc4120">RFC4120</a>, July 2005.
+
+ [<a name="ref-BEARER" id="ref-BEARER">BEARER</a>]
+ M. Jones, D. Hardt, "The OAuth 2.0 Authorization Framework:
+ Bearer Token Usage", <a href="http://fakehost/test/rfc6750">RFC6750</a>, October 2012.
+
+ [<a name="ref-AUTHORING" id="ref-AUTHORING">AUTHORING</a>]
+ "Using remoteStorage for web authoring", reSite wiki, retrieved
+ September 2014. <a href="https://github.com/michielbdejong/resite/wiki">https://github.com/michielbdejong/resite/wiki</a>
+ /Using-remoteStorage-for-web-authoring
+
+<span><a name="section-18" href="#section-18">18</a>. Authors' addresses</span>
+
+ Michiel B. de Jong
+ IndieHosters
+
+
+
+ F. Kooman
+ (independent)
+
+
+
+
+
+
+
+
+
+
+de Jong [Page 22]
+
+</pre><br>
+<span><small><small>Html markup produced by rfcmarkup 1.111, available from
+<a href="https://tools.ietf.org/tools/rfcmarkup/">https://tools.ietf.org/tools/rfcmarkup/</a>
+</small></small></span>
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html
new file mode 100644
index 0000000..ded744e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html
@@ -0,0 +1,1269 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head profile="http://dublincore.org/documents/2008/08/04/dc-html/">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta name="robots" content="index,follow" />
+ <meta name="creator" content="rfcmarkup version 1.111" />
+ <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
+<meta name="DC.Identifier" content="urn:ietf:id:dejong-remotestorage" />
+<meta name="DC.Description.Abstract" content="This draft describes a protocol by which client-side applications,
+running inside a web browser, can communicate with a data storage
+server that is hosted on a different domain name. This way, the
+provider of a web application need not also play the role of data
+storage provider. The protocol supports storing, retrieving, and
+removing individual documents, as well as listing the contents of an
+individual folder, and access control is based on bearer tokens." />
+<meta name="DC.Creator" content="Kooman, F." />
+<meta name="DC.Creator" content="Jong, Michiel de" />
+<meta name="DC.Date.Issued" content="2014-12-15" />
+<meta name="DC.Title" content="remoteStorage" />
+
+ <link rel="icon" href="/images/id.png" type="image/png" />
+ <link rel="shortcut icon" href="/images/id.png" type="image/png" />
+ <title>draft-dejong-remotestorage-04 - remoteStorage</title>
+
+
+ <style type="text/css">
+ body {
+ margin: 0px 8px;
+ font-size: 1em;
+ }
+ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+ font-weight: bold;
+ line-height: 0pt;
+ display: inline;
+ white-space: pre;
+ font-family: monospace;
+ font-size: 1em;
+ font-weight: bold;
+ }
+ pre {
+ font-size: 1em;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ .pre {
+ white-space: pre;
+ font-family: monospace;
+ }
+ .header{
+ font-weight: bold;
+ }
+ .newpage {
+ page-break-before: always;
+ }
+ .invisible {
+ text-decoration: none;
+ color: white;
+ }
+ a.selflink {
+ color: black;
+ text-decoration: none;
+ }
+ @media print {
+ body {
+ font-family: monospace;
+ font-size: 10.5pt;
+ }
+ h1, h2, h3, h4, h5, h6 {
+ font-size: 1em;
+ }
+
+ a:link, a:visited {
+ color: inherit;
+ text-decoration: none;
+ }
+ .noprint {
+ display: none;
+ }
+ }
+ @media screen {
+ .grey, .grey a:link, .grey a:visited {
+ color: #777;
+ }
+ .docinfo {
+ background-color: #EEE;
+ }
+ .top {
+ border-top: 7px solid #EEE;
+ }
+ .bgwhite { background-color: white; }
+ .bgred { background-color: #F44; }
+ .bggrey { background-color: #666; }
+ .bgbrown { background-color: #840; }
+ .bgorange { background-color: #FA0; }
+ .bgyellow { background-color: #EE0; }
+ .bgmagenta{ background-color: #F4F; }
+ .bgblue { background-color: #66F; }
+ .bgcyan { background-color: #4DD; }
+ .bggreen { background-color: #4F4; }
+
+ .legend { font-size: 90%; }
+ .cplate { font-size: 70%; border: solid grey 1px; }
+ }
+ </style>
+ <!--[if IE]>
+ <style>
+ body {
+ font-size: 13px;
+ margin: 10px 10px;
+ }
+ </style>
+ <![endif]-->
+
+ <script type="text/javascript"><!--
+ function addHeaderTags() {
+ var spans = document.getElementsByTagName("span");
+ for (var i=0; i < spans.length; i++) {
+ var elem = spans[i];
+ if (elem) {
+ var level = elem.getAttribute("class");
+ if (level == "h1" || level == "h2" || level == "h3" || level == "h4" || level == "h5" || level == "h6") {
+ elem.innerHTML = "<"+level+">"+elem.innerHTML+"</"+level+">";
+ }
+ }
+ }
+ }
+ var legend_html = "Colour legend:<br /> <table> <tr><td>Unknown:</td> <td><span class='cplate bgwhite'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Draft:</td> <td><span class='cplate bgred'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Informational:</td> <td><span class='cplate bgorange'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Experimental:</td> <td><span class='cplate bgyellow'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Best Common Practice:</td> <td><span class='cplate bgmagenta'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Proposed Standard:</td> <td><span class='cplate bgblue'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Draft Standard (old designation):</td> <td><span class='cplate bgcyan'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Internet Standard:</td> <td><span class='cplate bggreen'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Historic:</td> <td><span class='cplate bggrey'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> <tr><td>Obsolete:</td> <td><span class='cplate bgbrown'>&nbsp;&nbsp;&nbsp;&nbsp;</span></td></tr> </table>";
+ function showElem(id) {
+ var elem = document.getElementById(id);
+ elem.innerHTML = eval(id+"_html");
+ elem.style.visibility='visible';
+ }
+ function hideElem(id) {
+ var elem = document.getElementById(id);
+ elem.style.visibility='hidden';
+ elem.innerHTML = "";
+ }
+ // -->
+ </script>
+</head>
+<body onload="addHeaderTags()">
+ <div style="height: 13px;">
+ <div onmouseover="this.style.cursor='pointer';"
+ onclick="showElem('legend');"
+ onmouseout="hideElem('legend')"
+ style="height: 6px; position: absolute;"
+ class="pre noprint docinfo bgred"
+ title="Click for colour legend." > </div>
+ <div id="legend"
+ class="docinfo noprint pre legend"
+ style="position:absolute; top: 4px; left: 4ex; visibility:hidden; background-color: white; padding: 4px 9px 5px 7px; border: solid #345 1px; "
+ onmouseover="showElem('legend');"
+ onmouseout="hideElem('legend');">
+ </div>
+ </div>
+<span class="pre noprint docinfo top">[<a href="../html/" title="Document search and retrieval page">Docs</a>] [<a href="https://tools.ietf.org/id/draft-dejong-remotestorage-04.txt" title="Plaintext version of this document">txt</a>|<a href="/pdf/draft-dejong-remotestorage-04.txt" title="PDF version of this document">pdf</a>] [<a href='https://datatracker.ietf.org/doc/draft-dejong-remotestorage' title='IESG Datatracker information for this document'>Tracker</a>] [<a href="mailto:[email protected]?subject=draft-dejong-remotestorage%20" title="Send email to the document authors">Email</a>] [<a href="/rfcdiff?difftype=--hwdiff&amp;url2=draft-dejong-remotestorage-04.txt" title="Inline diff (wdiff)">Diff1</a>] [<a href="/rfcdiff?url2=draft-dejong-remotestorage-04.txt" title="Side-by-side diff">Diff2</a>] [<a href="/idnits?url=https://tools.ietf.org/id/draft-dejong-remotestorage-04.txt" title="Run an idnits check of this document">Nits</a>] </span><br />
+<span class="pre noprint docinfo"> </span><br />
+<span class="pre noprint docinfo">Versions: <a href="./draft-dejong-remotestorage-00">00</a> <a href="./draft-dejong-remotestorage-01">01</a> <a href="./draft-dejong-remotestorage-02">02</a> <a href="./draft-dejong-remotestorage-03">03</a> <a href="./draft-dejong-remotestorage-04">04</a> </span><br />
+<span class="pre noprint docinfo"> </span><br />
+<pre>INTERNET DRAFT Michiel B. de Jong
+Document: <a href="./draft-dejong-remotestorage-04">draft-dejong-remotestorage-04</a> IndieHosters
+ F. Kooman
+Intended Status: Proposed Standard (independent)
+Expires: 18 June 2015 15 December 2014
+
+
+ <span class="h1">remoteStorage</span>
+
+Abstract
+
+ This draft describes a protocol by which client-side applications,
+ running inside a web browser, can communicate with a data storage
+ server that is hosted on a different domain name. This way, the
+ provider of a web application need not also play the role of data
+ storage provider. The protocol supports storing, retrieving, and
+ removing individual documents, as well as listing the contents of an
+ individual folder, and access control is based on bearer tokens.
+
+Status of this Memo
+
+ This Internet-Draft is submitted in full conformance with the
+ provisions of <a href="./bcp78">BCP 78</a> and <a href="./bcp79">BCP 79</a>.
+
+ Internet-Drafts are working documents of the Internet Engineering
+ Task Force (IETF). Note that other groups may also distribute
+ working documents as Internet-Drafts. The list of current Internet-
+ Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.
+
+ Internet-Drafts are draft documents valid for a maximum of six months
+ and may be updated, replaced, or obsoleted by other documents at any
+ time. It is inappropriate to use Internet-Drafts as reference
+ material or to cite them other than as "work in progress."
+
+ This Internet-Draft will expire on 15 December 2014.
+
+Copyright Notice
+
+ Copyright (c) 2014 IETF Trust and the persons identified as the
+ document authors. All rights reserved.
+
+ This document is subject to <a href="./bcp78">BCP 78</a> and the IETF Trust's Legal
+ Provisions Relating to IETF Documents
+ (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
+ publication of this document. Please review these documents
+ carefully, as they describe your rights and restrictions with respect
+ to this document. Code Components extracted from this document must
+ include Simplified BSD License text as described in <a href="#section-4">Section 4</a>.e of
+ the Trust Legal Provisions and are provided without warranty as
+ described in the Simplified BSD License.
+
+
+<span class="grey">de Jong [Page 1]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-2" id="page-2" href="#page-2" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+Table of Contents
+
+ <a href="#section-1">1</a>. Introduction...................................................<a href="#page-2">2</a>
+ <a href="#section-2">2</a>. Terminology....................................................<a href="#page-3">3</a>
+ <a href="#section-3">3</a>. Storage model..................................................<a href="#page-3">3</a>
+ <a href="#section-4">4</a>. Requests.......................................................<a href="#page-4">4</a>
+ <a href="#section-5">5</a>. Response codes.................................................<a href="#page-7">7</a>
+ <a href="#section-6">6</a>. Versioning.....................................................<a href="#page-7">7</a>
+ <a href="#section-7">7</a>. CORS headers...................................................<a href="#page-8">8</a>
+ <a href="#section-8">8</a>. Session description............................................<a href="#page-8">8</a>
+ <a href="#section-9">9</a>. Bearer tokens and access control...............................<a href="#page-9">9</a>
+ <a href="#section-10">10</a>. Application-first bearer token issuance.......................<a href="#page-10">10</a>
+ <a href="#section-11">11</a>. Storage-first bearer token issuance...........................<a href="#page-11">11</a>
+ <a href="#section-12">12</a>. Example wire transcripts......................................<a href="#page-12">12</a>
+ <a href="#section-12.1">12.1</a>. WebFinger................................................<a href="#page-12">12</a>
+ <a href="#section-12.2">12.2</a>. OAuth dialog form........................................<a href="#page-13">13</a>
+ <a href="#section-12.3">12.3</a>. OAuth dialog form submission.............................<a href="#page-14">14</a>
+ <a href="#section-12.4">12.4</a>. OPTIONS preflight........................................<a href="#page-15">15</a>
+ <a href="#section-12.5">12.5</a>. Initial PUT..............................................<a href="#page-15">15</a>
+ <a href="#section-12.6">12.6</a>. Subsequent PUT...........................................<a href="#page-16">16</a>
+ <a href="#section-12.7">12.7</a>. GET......................................................<a href="#page-16">16</a>
+ <a href="#section-12.8">12.8</a>. DELETE...................................................<a href="#page-17">17</a>
+ <a href="#section-13">13</a>. Distributed versioning........................................<a href="#page-17">17</a>
+ <a href="#section-14">14</a>. Security Considerations.......................................<a href="#page-19">19</a>
+ <a href="#section-15">15</a>. IANA Considerations...........................................<a href="#page-20">20</a>
+ <a href="#section-16">16</a>. Acknowledgments...............................................<a href="#page-20">20</a>
+ <a href="#section-17">17</a>. References....................................................<a href="#page-21">21</a>
+ <a href="#section-17.1">17.1</a>. Normative References.....................................<a href="#page-21">21</a>
+ <a href="#section-17.2">17.2</a>. Informative References...................................<a href="#page-21">21</a>
+ <a href="#section-18">18</a>. Authors' addresses............................................<a href="#page-22">22</a>
+
+
+<span class="h2"><a class="selflink" name="section-1" href="#section-1">1</a>. Introduction</span>
+
+ Many services for data storage are available over the internet. This
+ specification describes a vendor-independent interface for such
+ services. It is based on https, CORS and bearer tokens. The
+ metaphor for addressing data on the storage is that of folders
+ containing documents and subfolders. The actions the interface
+ exposes are:
+
+ * GET a folder: retrieve the names and current versions of the
+ documents and subfolders currently contained by the folder
+
+
+<span class="grey">de Jong [Page 2]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-3" id="page-3" href="#page-3" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ * GET a document: retrieve its content type, current version,
+ and contents
+
+ * PUT a document: store a new version, its content type, and
+ contents, conditional on the current version
+
+ * DELETE a document: remove it from the storage, conditional on
+ the current version
+
+ * HEAD a folder or document: like GET, but omitting the response
+ body
+
+ The exact details of these four actions are described in this
+ specification.
+
+<span class="h2"><a class="selflink" name="section-2" href="#section-2">2</a>. Terminology</span>
+
+ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
+ "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
+ document are to be interpreted as described in <a href="./rfc2119">RFC 2119</a> [<a href="#ref-WORDS">WORDS</a>].
+
+ "SHOULD" and "SHOULD NOT" are appropriate when valid exceptions to a
+ general requirement are known to exist or appear to exist, and it is
+ infeasible or impractical to enumerate all of them. However, they
+ should not be interpreted as permitting implementors to fail to
+ implement the general requirement when such failure would result in
+ interoperability failure.
+
+<span class="h2"><a class="selflink" name="section-3" href="#section-3">3</a>. Storage model</span>
+
+ The server stores data in nodes that form a tree structure.
+ Internal nodes are called 'folders' and leaf nodes are called
+ 'documents'. For a folder, the server stores references to nodes
+ contained in the folder, and it should be able to produce a list of
+ them, with for each contained item:
+
+ * item name
+ * item type (folder or document)
+ * current version
+ * content type
+ * content length
+
+ For a document, the server stores, and should be able to produce:
+
+
+<span class="grey">de Jong [Page 3]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-4" id="page-4" href="#page-4" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+
+ * current version
+ * content type
+ * content length
+ * content
+
+<span class="h2"><a class="selflink" name="section-4" href="#section-4">4</a>. Requests</span>
+
+ Client-to-server requests SHOULD be made over https [<a href="#ref-HTTPS">HTTPS</a>], and
+ servers MUST comply with HTTP/1.1 [<a href="#ref-HTTP">HTTP</a>]. Specifically, they
+ MUST support chunked transfer coding on PUT requests. Servers MAY
+ also offer an optional switch from https to SPDY [<a href="#ref-SPDY">SPDY</a>].
+
+ A request is considered successful if the HTTP response code is in
+ the 2xx range (e.g. 200 OK, 201 Created), and unsuccessful if an
+ error occurred or a condition was not met (response code e.g. 404
+ Not Found, 304 Not Modified).
+
+ The root folder of the storage tree is represented by the following
+ URL:
+
+ URI_ENCODE( &lt;storage_root&gt; '/' )
+
+ Subsequently, if &lt;parent_folder&gt; is the URL of a folder, then the
+ URL of an item contained in it is:
+
+ URI_ENCODE( &lt;parent_folder&gt; &lt;document_name&gt; )
+
+ for a document, or:
+
+ URI_ENCODE( &lt;parent_folder&gt; &lt;folder_name&gt; '/' )
+
+ for a folder. Item names MAY contain all characters except '/' and
+ the null character, and MUST NOT have zero length.
+
+ A document description is a map containing one string-valued 'ETag'
+ field, one string-valued 'Content-Type' and one integer-valued
+ 'Content-Length' field. They represent the document's current
+ version, its content type, and its content length respectively. Note
+ that content length is measured in octets (bytes), not in
+ characters.
+
+ A folder description is a map containing a string-valued 'ETag'
+
+
+<span class="grey">de Jong [Page 4]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-5" id="page-5" href="#page-5" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ field, representing the folder's current version.
+
+ A successful GET request to a folder MUST be responded to with a
+ JSON-LD [<a href="#ref-JSON-LD">JSON-LD</a>] document (content type 'application/ld+json'),
+ containing as its 'items' field a map in which contained documents
+ appear as entries &lt;item_name&gt; to a document description, and
+ contained non-empty folders appear as entries &lt;item_name&gt; '/' to a
+ folder description. It MUST also contain an '@context' field with
+ the value 'http://remotestorage.io/spec/folder-description'. For
+ instance:
+
+ {
+ "@context": "<a href="http://remotestorage.io/spec/folder-description">http://remotestorage.io/spec/folder-description</a>",
+ "items": {
+ "abc": {
+ "ETag": "DEADBEEFDEADBEEFDEADBEEF",
+ "Content-Type": "image/jpeg",
+ "Content-Length": 82352
+ },
+ "def/": {
+ "ETag": "1337ABCD1337ABCD1337ABCD"
+ }
+ }
+ }
+
+ All folders are treated as existing, and therefore GET requests to
+ untouched folders SHOULD be responded to with a folder description
+ with no items (the items field set to '{}'). However, an empty
+ folder MUST NOT be listed as an item in its parent folder.
+
+ Also, since folders exist automatically, PUT and DELETE requests
+ only need to be made to documents, and never to folders. A document
+ PUT will make all ancestor folders along its path become non-empty;
+ deleting the last document from a subtree will make that whole
+ subtree become empty. Folders will therefore show up in their parent
+ folder descriptions if and only if their subtree contains at least
+ one document.
+
+ A successful GET request to a document SHOULD be responded to with
+ the full document contents in the body, the document's content type
+ in a 'Content-Type' header, its content length in octets (not in
+ characters) in a 'Content-Length' header, and the document's current
+ version as a strong ETag in an 'ETag' header.
+
+
+<span class="grey">de Jong [Page 5]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-6" id="page-6" href="#page-6" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+
+ Note that the use of strong ETags prohibits changing the response
+ body based on request headers; in particular, the server will not be
+ able to serve the same document uncompressed to some clients and
+ gzipped when requested by the client, since the two bodies would not
+ be identical byte-for-byte.
+
+ Servers MAY support Content-Range headers [<a href="#ref-RANGE">RANGE</a>] on GET requests,
+ but whether or not they do SHOULD be announced through the &lt;ranges&gt;
+ variable mentioned below in <a href="#section-10">section 10</a>.
+
+ A successful PUT request to a document MUST result in:
+
+ * the request body being stored as the document's new content,
+ * parent and further ancestor folders being silently created as
+ necessary, with the document (name and version) being added to
+ its parent folder, and each folder added to its subsequent
+ parent,
+ * the value of its Content-Type header being stored as the
+ document's new content type,
+ * its version being updated, as well as that of its parent folder
+ and further ancestor folders, using a strong validator [HTTP,
+ <a href="#section-7.2">section 7.2</a>].
+
+ The response MUST contain a strong ETag header, with the document's
+ new version (for instance a hash of its contents) as its value.
+
+ A successful DELETE request to a document MUST result in:
+
+ * the deletion of that document from the storage, and from its
+ parent folder,
+ * silent deletion of the parent folder if it is left empty by
+ this, and so on for further ancestor folders,
+ * the version of its parent folder being updated, as well as that
+ of further ancestor folders.
+
+ A successful OPTIONS request SHOULD be responded to as described in
+ the CORS section below.
+
+ A successful HEAD request SHOULD be responded to like to the
+ equivalent GET request, but omitting the response body.
+
+
+
+
+<span class="grey">de Jong [Page 6]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-7" id="page-7" href="#page-7" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+<span class="h2"><a class="selflink" name="section-5" href="#section-5">5</a>. Response codes</span>
+
+ Response codes SHOULD be given as defined by [HTTP, <a href="#section-6">section 6</a>] and
+ [BEARER, <a href="#section-3.1">section 3.1</a>]. The following is a non-normative checklist
+ of status codes that are likely to occur in practice:
+
+ * 500 if an internal server error occurs,
+ * 429 if the client makes too frequent requests or is suspected
+ of malicious activity,
+ * 414 if the request URI is too long,
+ * 416 if Range requests are supported by the server and the Range
+ request can not be satisfied,
+ * 401 for all requests that don't have a bearer token with
+ sufficient permissions,
+ * 404 for all DELETE and GET requests to documents that do not
+ exist on the storage,
+ * 304 for a conditional GET request whose pre-condition
+ fails (see "Versioning" below),
+ * 409 for a PUT request where any folder name in the path
+ clashes with an existing document's name at the same
+ level, or where the document name coincides with an
+ existing folder's name at the same level.
+ * 412 for a conditional PUT or DELETE request whose pre-condition
+ fails (see "Versioning" below),
+ * 507 in case the account is over its storage quota,
+ * 4xx for all malformed requests (e.g. foreign characters in the
+ path), as well as for all PUT and DELETE requests to
+ folders,
+ * 2xx for all successful requests.
+
+ Clients SHOULD also handle the case where a response takes too long
+ to arrive, or where no response is received at all.
+
+<span class="h2"><a class="selflink" name="section-6" href="#section-6">6</a>. Versioning</span>
+
+ All successful requests MUST return an 'ETag' header [<a href="#ref-HTTP">HTTP</a>] with, in
+ the case of GET, the current version, in the case of PUT, the new
+ version, and in case of DELETE, the version that was deleted. All
+ successful GET requests MUST return an 'Expires: 0' header. PUT and
+ DELETE requests MAY have an 'If-Match' request header [<a href="#ref-COND">COND</a>], and
+ MUST fail with a 412 response code if that doesn't match the
+ document's current version.
+
+
+
+<span class="grey">de Jong [Page 7]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-8" id="page-8" href="#page-8" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ GET requests MAY have a comma-separated list of revisions in an
+ 'If-None-Match' header [<a href="#ref-COND">COND</a>], and SHOULD be responded to with a 304
+ response if that list includes the document or folder's current
+ version. A PUT request MAY have an 'If-None-Match: *' header [<a href="#ref-COND">COND</a>],
+ in which case it MUST fail with a 412 response code if the document
+ already exists.
+
+ In all 'ETag', 'If-Match' and 'If-None-Match' headers, revision
+ strings should appear inside double quotes (").
+
+ A provider MAY offer version rollback functionality to its users,
+ but this specification does not define the user interface for that.
+
+<span class="h2"><a class="selflink" name="section-7" href="#section-7">7</a>. CORS headers</span>
+
+ All responses MUST carry CORS headers [<a href="#ref-CORS">CORS</a>]. The server MUST also
+ reply to OPTIONS requests as per CORS. For GET requests, a wildcard
+ origin MAY be returned, but for PUT and DELETE requests, the
+ response MUST echo back the Origin header sent by the client.
+
+<span class="h2"><a class="selflink" name="section-8" href="#section-8">8</a>. Session description</span>
+
+ The information that a client needs to receive in order to be able
+ to connect to a server SHOULD reach the client as described in the
+ 'bearer token issuance' sections below. It consists of:
+
+ * &lt;storage_root&gt;, consisting of 'https://' followed by a server
+ host, and optionally a server port and a path prefix as per
+ [<a href="#ref-IRI">IRI</a>]. Examples:
+ * 'https://example.com' (host only)
+ * 'https://example.com:8080' (host and port)
+ * 'https://example.com/path/to/storage' (host, port and
+ path prefix; note there is no trailing slash)
+ * &lt;access_token&gt; as per [<a href="#ref-OAUTH">OAUTH</a>]. The token SHOULD be hard to
+ guess and SHOULD NOT be reused from one client to another. It
+ can however be reused in subsequent interactions with the same
+ client, as long as that client is still trusted. Example:
+ * 'ofb24f1ac3973e70j6vts19qr9v2eei'
+ * &lt;storage_api&gt;, always '<a href="./draft-dejong-remotestorage-04">draft-dejong-remotestorage-04</a>' for this
+ alternative version of the specification.
+
+ The client can make its requests using https with CORS and bearer
+ tokens, to the URL that is the concatenation of &lt;storage_root&gt; with
+
+
+<span class="grey">de Jong [Page 8]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-9" id="page-9" href="#page-9" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ '/' plus one or more &lt;folder&gt; '/' strings indicating a path in the
+ folder tree, followed by zero or one &lt;document&gt; strings, indicating
+ a document. For example, if &lt;storage_root&gt; is
+ "https://storage.example.com/bob", then to retrieve the folder
+ contents of the /public/documents/ folder, or to retrieve a
+ 'draft.txt' document from that folder, the client would make
+ requests to, respectively:
+
+ * https://storage.example.com/bob/public/documents/
+ * https://storage.example.com/bob/public/documents/draft.txt
+
+<span class="h2"><a class="selflink" name="section-9" href="#section-9">9</a>. Bearer tokens and access control</span>
+
+ A bearer token represents one or more access scopes. These access
+ scopes are represented as strings of the form &lt;module&gt; &lt;level&gt;,
+ where the &lt;module&gt; string SHOULD be lower-case alphanumerical, other
+ than the reserved word 'public', and &lt;level&gt; can be ':r' or ':rw'.
+ The access the bearer token gives is the sum of its access scopes,
+ with each access scope representing the following permissions:
+
+ '*:rw') any request,
+
+ '*:r') any GET or HEAD request,
+
+ &lt;module&gt; ':rw') any requests to paths that start with
+ '/' &lt;module&gt; '/' or '/public/' &lt;module&gt; '/',
+
+ &lt;module&gt; ':r') any GET or HEAD requests to paths that start with
+ '/' &lt;module&gt; '/' or '/public/' &lt;module&gt; '/',
+
+ As a special exceptions, GET requests to a document (but not a
+ folder) whose path starts with '/public/' are always allowed. They,
+ as well as OPTIONS requests, can be made without a bearer token.
+ Unless [<a href="#ref-KERBEROS">KERBEROS</a>] is used (see <a href="#section-10">section 10</a> below), all other requests
+ SHOULD present a bearer token with sufficient access scope, using a
+ header of the following form (no double quotes here):
+
+ Authorization: Bearer &lt;access_token&gt;
+
+ In addition, providing the access token via a HTTP query parameter
+ for GET requests MAY be supported by the server, although its use
+ is not recommended, due to its security deficiencies; see [BEARER,
+ <a href="#section-2.3">section 2.3</a>].
+
+
+<span class="grey">de Jong [Page 9]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-10" id="page-10" href="#page-10" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+
+<span class="h2"><a class="selflink" name="section-10" href="#section-10">10</a>. Application-first bearer token issuance</span>
+
+ To make a remoteStorage server available as 'the remoteStorage of
+ &lt;account&gt; at &lt;host&gt;', exactly one link of the following format
+ SHOULD be added to the WebFinger record [<a href="#ref-WEBFINGER">WEBFINGER</a>] of &lt;account&gt; at
+ &lt;host&gt;:
+
+ {
+ "href": &lt;storage_root&gt;,
+ "rel": "remotestorage",
+ "properties": {
+ "<a href="http://remotestorage.io/spec/version">http://remotestorage.io/spec/version</a>": &lt;storage_api&gt;,
+ "<a href="http://tools.ietf.org/html/rfc6749#section-4.2">http://tools.ietf.org/html/rfc6749#section-4.2</a>": &lt;auth-dialog&gt;,
+ ... : ... ,
+ }
+ }
+
+ Here &lt;storage_root&gt; and &lt;storage_api&gt; are as per "Session
+ description" above, and &lt;auth-dialog&gt; SHOULD be either null or a
+ URL where an OAuth 2.0 implicit-grant flow dialog [<a href="#ref-OAUTH">OAUTH</a>] is
+ presented.
+
+ If &lt;auth-dialog&gt; is a URL, the user can supply their credentials
+ for accessing the account (how, is out of scope), and allow or
+ reject a request by the connecting application to obtain a bearer
+ token for a certain list of access scopes. Note that an account
+ will often belong to just one human user, but may also belong to a
+ group of multiple users (the remoteStorage of &lt;group&gt; at &lt;host&gt;).
+
+ If &lt;auth-dialog&gt; is null, the client will not have a way to obtain
+ an access token, and SHOULD send all requests without Authorization
+ header, and rely on Kerberos [<a href="#ref-KERBEROS">KERBEROS</a>] instead for requests that
+ would normally be sent with a bearer token, but servers SHOULD NOT
+ impose any such access barriers for resources that would normally
+ not require an access token.
+
+ The '...' ellipses indicate that more properties may be present.
+ Non-breaking examples that have been proposed so far, include a
+ "<a href="http://tools.ietf.org/html/rfc6750#section-2.3">http://tools.ietf.org/html/rfc6750#section-2.3</a>" property, set to
+ the string value "true" if the server supports passing the bearer
+ token in the URI query parameter as per section 2.3 of [<a href="#ref-BEARER">BEARER</a>],
+ instead of in the request header.
+
+
+<span class="grey">de Jong [Page 10]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-11" id="page-11" href="#page-11" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+
+ Another example is "<a href="http://tools.ietf.org/html/rfc7233">http://tools.ietf.org/html/rfc7233</a>" with a
+ string value of "GET" if Content-Range headers are supported for
+ GET requests as per [<a href="#ref-RANGE">RANGE</a>], "PUT" if they are supported for PUT
+ requests, and "GET,PUT" if supported for both.
+
+ Both these proposals are non-breaking extensions, since the client
+ will have a way to work around it if these features are not present
+ (e.g. retrieve the protected resource asynchronously in the first
+ case, or request the entire resource in the second case).
+
+ A "<a href="http://remotestorage.io/spec/web-authoring">http://remotestorage.io/spec/web-authoring</a>" property has been
+ proposed with a string value of the fully qualified domain name to
+ which web authoring content is published if the server supports web
+ authoring as per [<a href="#ref-AUTHORING">AUTHORING</a>]. Note that this extension is a breaking
+ extension in the sense that it divides users into "haves", whose
+ remoteStorage accounts allow them to author web content, and
+ "have-nots", whose remoteStorage account does not support this
+ functionality.
+
+ The server MAY expire bearer tokens, and MAY require the user to
+ register applications as OAuth clients before first use; if no
+ client registration is required, then the server MAY ignore the
+ client_id parameter in favor of relying on the redirect_uri
+ parameter for client identification.
+
+<span class="h2"><a class="selflink" name="section-11" href="#section-11">11</a>. Storage-first bearer token issuance</span>
+
+ The provider MAY also present a dashboard to the user, where they
+ have some way to add open web app manifests [<a href="#ref-MANIFEST">MANIFEST</a>]. Adding a
+ manifest to the dashboard is considered equivalent to clicking
+ 'accept' in the dialog of the application-first flow. Removing one
+ is considered equivalent to revoking its access token.
+
+ As an equivalent to OAuth's 'scope' parameter, a 'datastores-access'
+ field SHOULD be present in the root of such an application manifest
+ document, with entries &lt;module&gt; -&gt; '{"access": "readonly"}' for
+ &lt;level&gt; 'r' or '{"access": "readwrite"}' for &lt;level&gt; 'rw', as
+ prescribed in [<a href="#ref-DATASTORE">DATASTORE</a>].
+
+ When the user gestures they want to use a certain application whose
+ manifest is present on the dashboard, the dashboard SHOULD redirect
+ to the application or open it in a new window. To mimic coming back
+
+
+<span class="grey">de Jong [Page 11]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-12" id="page-12" href="#page-12" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ from the OAuth dialog, it MAY add 'access_token' and 'scope'
+ fields to the URL fragment.
+
+ Regardless of whether 'access_token' and 'scope' are specified, it
+ SHOULD add a 'remotestorage' field to the URL fragment, with a
+ value of the form &lt;account&gt; '@' &lt;host&gt;. When the application detects
+ this parameter, it SHOULD resolve the WebFinger record for &lt;account&gt;
+ at &lt;host&gt; and extract the &lt;storage_root&gt; and &lt;storage_api&gt;
+ information.
+
+ If no access_token was given, then the application SHOULD also
+ extract the &lt;auth_endpoint&gt; information from WebFinger, and continue
+ as per application-first bearer token issuance.
+
+ Note that whereas a remoteStorage server SHOULD offer support for
+ the application-first flow with WebFinger and OAuth, it MAY choose
+ not to support the storage-first flow, provided that users will
+ easily remember their &lt;account&gt; '@' &lt;host&gt; WebFinger address at that
+ provider. Applications SHOULD, however, support both flows, which
+ means checking the URL for a 'remotestorage' parameter, but giving
+ the user a way to specify the WebFinger address if there is none.
+
+ If a server provides an application manifest dashboard, then it
+ SHOULD merge the list of applications there with the list of
+ issued access tokens as specified by OAuth into one list. Also,
+ the interface for revoking an access token as specified by OAuth
+ SHOULD coincide with removing an application from the dashboard.
+
+ Servers MAY also provide a way to create access tokens directly from
+ their user interface. Such functionality would be aimed mainly at
+ developers, to manually copy and paste a token into a script or
+ debug tool, thus bypassing the need for an OAuth dance. Clients
+ SHOULD NOT rely on this in production.
+
+<span class="h2"><a class="selflink" name="section-12" href="#section-12">12</a>. Example wire transcripts</span>
+
+ The following examples are not normative ("\" indicates a line was
+ wrapped).
+
+<span class="h3"><a class="selflink" name="section-12.1" href="#section-12.1">12.1</a>. WebFinger</span>
+
+ In application-first, an in-browser application might issue the
+ following request, using XMLHttpRequest and CORS:
+
+
+<span class="grey">de Jong [Page 12]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-13" id="page-13" href="#page-13" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+
+ GET /.well-known/webfinger?resource=acct:michiel@michielbdejon\
+g.com HTTP/1.1
+ Host: michielbdejong.com
+
+ and the server's response might look like this:
+
+ HTTP/1.1 200 OK
+ Access-Control-Allow-Origin: *
+ Access-Control-Allow-Methods: GET
+ Access-Control-Allow-Headers: If-Match, If-None-Match
+ Access-Control-Expose-Headers: ETag, Content-Length
+ Content-Type: application/jrd+json
+
+ {
+ "links":[{
+ "href": "<a href="https://michielbdejong.com:7678/inbox">https://michielbdejong.com:7678/inbox</a>",
+ "rel": "post-me-anything"
+ }, {
+ "href": "<a href="https://michielbdejong.com/me.jpg">https://michielbdejong.com/me.jpg</a>",
+ "rel": "avatar"
+ }, {
+ "href": "<a href="https://3pp.io:4439/storage/michiel">https://3pp.io:4439/storage/michiel</a>",
+ "rel": "remotestorage",
+ "properties": {
+ "<a href="http://remotestorage.io/spec/version">http://remotestorage.io/spec/version</a>": "<a href="./draft-dejong-re">draft-dejong-re</a>\
+motestorage-04",
+ "<a href="http://tools.ietf.org/html/rfc6749#section-4.2">http://tools.ietf.org/html/rfc6749#section-4.2</a>": "https\
+://3pp.io:4439/oauth/michiel",
+ "<a href="http://tools.ietf.org/html/rfc6750#section-2.3">http://tools.ietf.org/html/rfc6750#section-2.3</a>": false,
+ "<a href="http://tools.ietf.org/html/rfc7233">http://tools.ietf.org/html/rfc7233</a>": false,
+ "<a href="http://remotestorage.io/spec/web-authoring">http://remotestorage.io/spec/web-authoring</a>": false
+ }
+ }]
+ }
+
+<span class="h3"><a class="selflink" name="section-12.2" href="#section-12.2">12.2</a>. OAuth dialog form</span>
+
+ Once the in-browser application has discovered the server's OAuth
+ end-point, it will typically redirect the user to this URL, in
+ order to obtain a bearer token. Say the application is hosted on
+ <a href="https://drinks-unhosted.5apps.com/">https://drinks-unhosted.5apps.com/</a> and wants read-write access to
+ the account's "myfavoritedrinks" scope:
+
+
+<span class="grey">de Jong [Page 13]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-14" id="page-14" href="#page-14" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+
+ GET /oauth/michiel?redirect_uri=https%3A%2F%2Fdrinks-unhosted.5\
+apps.com%2F&amp;scope=myfavoritedrinks%3Arw&amp;client_id=https%3A%2F%2Fdrinks-\
+unhosted.5apps.com&amp;response_type=token HTTP/1.1
+ Host: 3pp.io
+
+ The server's response might look like this (truncated for brevity):
+
+ HTTP/1.1 200 OK
+
+ &lt;!DOCTYPE html&gt;
+ &lt;html lang="en"&gt;
+ &lt;head&gt;
+ &lt;title&gt;Allow access?&lt;/title&gt;
+ ...
+
+<span class="h3"><a class="selflink" name="section-12.3" href="#section-12.3">12.3</a>. OAuth dialog form submission</span>
+
+ When the user submits the form, the request would look something
+ like this:
+
+ POST /oauth HTTP/1.1
+ Host: 3pp.io:4439
+ Origin: <a href="https://3pp.io:4439">https://3pp.io:4439</a>
+ Content-Type: application/x-www-form-urlencoded
+ Referer: <a href="https://3pp">https://3pp</a>.io:4439/oauth/michiel?redirect_uri=https%3\
+A%2F%2Fdrinks-unhosted.5apps.com%2F&amp;scope=myfavoritedrinks%3Arw&amp;client_\
+id=https%3A%2F%2Fdrinks-unhosted.5apps.com&amp;response_type=token
+
+ client_id=https%3A%2F%2Fdrinks-unhosted.5apps.com&amp;redirect_uri=\
+https%3A%2F%2Fdrinks-unhosted.5apps.com%2F&amp;response_type=token&amp;scope=my\
+favoritedrinks%3Arw&amp;state=&amp;username=michiel&amp;password=something&amp;allow=Al\
+low
+
+ To which the server could respond with a 302 redirect, back to the
+ origin of the requesting application:
+
+ HTTP/1.1 302 Found
+ Location:https://drinks-unhosted.5apps.com/#access_token=j2YnGt\
+XjzzzHNjkd1CJxoQubA1o%3D&amp;token_type=bearer&amp;state=
+
+<span class="h3"><a class="selflink" name="section-12.4" href="#section-12.4">12.4</a>. OPTIONS preflight</span>
+
+
+
+<span class="grey">de Jong [Page 14]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-15" id="page-15" href="#page-15" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ When an in-browser application makes a cross-origin request which
+ may affect the server-state, the browser will make a preflight
+ request first, with the OPTIONS verb, for instance:
+
+ OPTIONS /storage/michiel/myfavoritedrinks/ HTTP/1.1
+ Host: 3pp.io:4439
+ Access-Control-Request-Method: GET
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Access-Control-Request-Headers: Authorization
+ Referer: <a href="https://drinks-unhosted.5apps.com/">https://drinks-unhosted.5apps.com/</a>
+
+ To which the server can for instance respond:
+
+ HTTP/1.1 200 OK
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Access-Control-Allow-Methods: GET, PUT, DELETE
+ Access-Control-Allow-Headers: Authorization, Content-Length, Co\
+ntent-Type, Origin, X-Requested-With, If-Match, If-None-Match
+
+<span class="h3"><a class="selflink" name="section-12.5" href="#section-12.5">12.5</a>. Initial PUT</span>
+
+ An initial PUT may contain an 'If-None-Match: *' header, like this:
+
+ PUT /storage/michiel/myfavoritedrinks/test HTTP/1.1
+ Host: 3pp.io:4439
+ Content-Length: 91
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
+ Content-Type: application/json; charset=UTF-8
+ Referer: <a href="https://drinks-unhosted.5apps.com/?">https://drinks-unhosted.5apps.com/?</a>
+ If-None-Match: *
+
+ {"name":"test","@context":"<a href="http://remotestorage">http://remotestorage</a>.io/spec/modules\
+/myfavoritedrinks/drink"}
+
+ And the server may respond with either a 201 Created or a 200 OK
+ status:
+
+ HTTP/1.1 201 Created
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ ETag: "1382694045000"
+
+<span class="h3"><a class="selflink" name="section-12.6" href="#section-12.6">12.6</a>. Subsequent PUT</span>
+
+
+<span class="grey">de Jong [Page 15]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-16" id="page-16" href="#page-16" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+
+ A subsequent PUT may contain an 'If-Match' header referring to the
+ ETag previously returned, like this:
+
+ PUT /storage/michiel/myfavoritedrinks/test HTTP/1.1
+ Host: 3pp.io:4439
+ Content-Length: 91
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
+ Content-Type: application/json; charset=UTF-8
+ Referer: <a href="https://drinks-unhosted.5apps.com/?">https://drinks-unhosted.5apps.com/?</a>
+ If-Match: "1382694045000"
+
+ {"name":"test", "updated":true, "@context":"http://remotestorag\
+e.io/spec/modules/myfavoritedrinks/drink"}
+
+ And the server may respond with a 412 Conflict or a 200 OK status:
+
+ HTTP/1.1 200 OK
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ ETag: "1382694048000"
+
+<span class="h3"><a class="selflink" name="section-12.7" href="#section-12.7">12.7</a>. GET</span>
+
+ A GET request would also include the bearer token, and optionally
+ an If-None-Match header:
+
+ GET /storage/michiel/myfavoritedrinks/test HTTP/1.1
+ Host: 3pp.io:4439
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
+ Referer: <a href="https://drinks-unhosted.5apps.com/?">https://drinks-unhosted.5apps.com/?</a>
+ If-None-Match: "1382694045000", "1382694048000"
+
+ And the server may respond with a 304 Not Modified status:
+
+ HTTP/1.1 304 Not Modified
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ ETag: "1382694048000"
+
+ Or a 200 OK status, plus a response body:
+
+ HTTP/1.1 200 OK
+
+
+<span class="grey">de Jong [Page 16]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-17" id="page-17" href="#page-17" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Content-Type: application/json; charset=UTF-8
+ Content-Length: 106
+ ETag: "1382694048000"
+ Expires: 0
+
+ {"name":"test", "updated":true, "@context":"http://remotestora\
+ge.io/spec/modules/myfavoritedrinks/drink"}
+
+ If the GET URL would have been "/storage/michiel/myfavoritedrinks/",
+ a 200 OK response would have a folder description as the response
+ body:
+
+ HTTP/1.1 200 OK
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Content-Type: application/ld+json
+ Content-Length: 171
+ ETag: "1382694048000"
+ Expires: 0
+
+ {"@context":"<a href="http://remotestorage.io/spec/folder-version">http://remotestorage.io/spec/folder-version</a>","ite\
+ms":{"test":{"ETag":"1382694048000","Content-Type":"application/json; \
+charset=UTF-8","Content-Length":106}}}
+
+ If the GET URL would have been a non-existing document like
+ "/storage/michiel/myfavoritedrinks/x", the response would have a 404
+ Not Found status, and no ETag header:
+
+ HTTP/1.1 404 Not Found
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+
+<span class="h3"><a class="selflink" name="section-12.8" href="#section-12.8">12.8</a>. DELETE</span>
+
+ A DELETE request may look like this:
+
+ DELETE /storage/michiel/myfavoritedrinks/test HTTP/1.1
+ Host: 3pp.io:4439
+ Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
+ Content-Type: application/json; charset=UTF-8
+ Referer: <a href="https://drinks-unhosted.5apps.com/?">https://drinks-unhosted.5apps.com/?</a>
+ If-Match: "1382694045000"
+
+
+
+<span class="grey">de Jong [Page 17]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-18" id="page-18" href="#page-18" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ And the server may respond with a 412 Conflict or a 200 OK status:
+
+ HTTP/1.1 412 Conflict
+ Access-Control-Allow-Origin: <a href="https://drinks-unhosted.5apps.com">https://drinks-unhosted.5apps.com</a>
+ ETag: "1382694048000"
+
+<span class="h2"><a class="selflink" name="section-13" href="#section-13">13</a>. Distributed versioning</span>
+
+ This section is non-normative, and is intended to explain some of
+ the design choices concerning ETags and folder listings. At the
+ same time it will hopefully help readers who intend to develop an
+ application that uses remoteStorage as its per-user data storage.
+ When multiple clients have read/write access to the same document,
+ versioning conflicts may occur. For instance, client A may make
+ a PUT request that changes the document from version 1 to version
+ 2, after which client B may make a PUT request attempting to change
+ the same document from version 1 to version 3.
+
+ In this case, client B can add an 'If-Match: "1"' header, which
+ would trigger a 412 Conflict response code, since the current
+ version ("2") does not match the version required as a condition by
+ the header If-Match header ("1").
+
+ Client B is now aware of the conflict, and may consult the user,
+ saying the update to version 3 failed. The user may then choose,
+ through the user interface of client B, whether version 2 or
+ version 3 should be kept, or maybe the document should be reverted
+ on the server to version 1, or a merged version 4 is needed. Client
+ B may then make a request that puts the document to the version the
+ user wishes; this time setting an 'If-Match: "2"' header instead.
+
+ Both client A and client B would periodically poll the root
+ folder of each scope they have access to, to see if the version
+ of the root folder changed. If it did, then one of the versions
+ listed in there will necessarily have changed, and the client can
+ make a GET request to that child folder or document, to obtain
+ its latest version.
+
+ Because an update in a document will result in a version change of
+ its containing folder, and that change will propagate all the way
+ to the root folder, it is not necessary to poll each document for
+ changes individually.
+
+
+
+<span class="grey">de Jong [Page 18]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-19" id="page-19" href="#page-19" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ As an example, the root folder may contain 10 directories,
+ each of which contain 10 directories, which each contain 10
+ documents, so their paths would be for instance '/0/0/1', '/0/0/2',
+ etcetera. Then one GET request to the root folder '/' will be
+ enough to know if any of these 1000 documents has changed.
+
+ Say document '/7/9/2' has changed; then the GET request to '/' will
+ come back with a different ETag, and entry '7/' will have a
+ different value in its JSON content. The client could then request
+ '/7/', '/7/9/', and '/7/9/2' to narrow down the one document that
+ caused the root folder's ETag to change.
+
+ Note that the remoteStorage server does not get involved in the
+ conflict resolution. It keeps the canonical current version at all
+ times, and allows clients to make conditional GET and PUT requests,
+ but it is up to whichever client discovers a given version
+ conflict, to resolve it.
+
+<span class="h2"><a class="selflink" name="section-14" href="#section-14">14</a>. Security Considerations</span>
+
+ To prevent man-in-the-middle attacks, the use of https instead of
+ http is important for both the interface itself and all end-points
+ involved in WebFinger, OAuth, and (if present) the storage-first
+ application launch dashboard.
+
+ A malicious party could link to an application, but specifying a
+ remoteStorage account address that it controls, thus tricking the
+ user into using a trusted application to send sensitive data to the
+ wrong remoteStorage server. To mitigate this, applications SHOULD
+ clearly display to which remoteStorage server they are sending the
+ user's data.
+
+ Applications could request scopes that the user did not intend to
+ give access to. The user SHOULD always be prompted to carefully
+ review which scopes an application is requesting.
+
+ An application may upload malicious html pages and then trick the
+ user into visiting them, or upload malicious client-side scripts,
+ that take advantage of being hosted on the user's domain name. The
+ origin on which the remoteStorage server has its interface SHOULD
+ therefore NOT be used for anything else, and the user SHOULD be
+ warned not to visit any web pages on that origin. In particular, the
+ OAuth dialog and launch dashboard or token revokation interface
+
+
+<span class="grey">de Jong [Page 19]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-20" id="page-20" href="#page-20" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ SHOULD be on a different origin than the remoteStorage interface.
+
+ Where the use of bearer tokens is impractical, a user may choose to
+ store documents on hard-to-guess URLs whose path after
+ &lt;storage_root&gt; starts with '/public/', while sharing this URL only
+ with the intended audience. That way, only parties who know the
+ document's hard-to-guess URL, can access it. The server SHOULD
+ therefore make an effort to detect and stop brute-force attacks that
+ attempt to guess the location of such documents.
+
+ The server SHOULD also detect and stop denial-of-service attacks
+ that aim to overwhelm its interface with too much traffic.
+
+<span class="h2"><a class="selflink" name="section-15" href="#section-15">15</a>. IANA Considerations</span>
+
+ This document registers the 'remotestorage' link relation, as well
+ as the following WebFinger properties:
+ * "<a href="http://remotestorage.io/spec/version">http://remotestorage.io/spec/version</a>"
+ * "<a href="http://tools.ietf.org/html/rfc6749#section-4.2">http://tools.ietf.org/html/rfc6749#section-4.2</a>"
+ * "<a href="http://tools.ietf.org/html/rfc6750#section-2.3">http://tools.ietf.org/html/rfc6750#section-2.3</a>"
+ * "<a href="http://tools.ietf.org/html/rfc7233">http://tools.ietf.org/html/rfc7233</a>"
+ * "<a href="http://remotestorage.io/spec/web-authoring">http://remotestorage.io/spec/web-authoring</a>"
+
+<span class="h2"><a class="selflink" name="section-16" href="#section-16">16</a>. Acknowledgements</span>
+
+ The authors would like to thank everybody who contributed to the
+ development of this protocol, including Kenny Bentley, Javier Diaz,
+ Daniel Groeber, Bjarni Runar, Jan Wildeboer, Charles Schultz, Peter
+ Svensson, Valer Mischenko, Michiel Leenaars, Jan-Christoph
+ Borchardt, Garret Alfert, Sebastian Kippe, Max Wiehle, Melvin
+ Carvalho, Martin Stadler, Geoffroy Couprie, Niklas Cathor, Marco
+ Stahl, James Coglan, Ken Eucker, Daniel Brolund, elf Pavlik, Nick
+ Jennings, Markus Sabadello, Steven te Brinke, Matthias Treydte,
+ Rick van Rein, Mark Nottingham, Julian Reschke, and Markus
+ Lanthaler, among many others.
+
+<span class="h2"><a class="selflink" name="section-17" href="#section-17">17</a>. References</span>
+
+<span class="h3"><a class="selflink" name="section-17.1" href="#section-17.1">17.1</a>. Normative References</span>
+
+ [<a name="ref-WORDS" id="ref-WORDS">WORDS</a>]
+ Bradner, S., "Key words for use in RFCs to Indicate Requirement
+ Levels", <a href="./bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
+
+
+<span class="grey">de Jong [Page 20]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-21" id="page-21" href="#page-21" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+
+ [<a name="ref-IRI" id="ref-IRI">IRI</a>]
+ Duerst, M., "Internationalized Resource Identifiers (IRIs)",
+ <a href="./rfc3987">RFC 3987</a>, January 2005.
+
+ [<a name="ref-WEBFINGER" id="ref-WEBFINGER">WEBFINGER</a>]
+ Jones, P., Salguerio, G., Jones, M, and Smarr, J.,
+ "WebFinger", <a href="./rfc7033">RFC7033</a>, September 2013.
+
+ [<a name="ref-OAUTH" id="ref-OAUTH">OAUTH</a>]
+ "<a href="#section-4.2">Section 4.2</a>: Implicit Grant", in: Hardt, D. (ed), "The OAuth
+ 2.0 Authorization Framework", <a href="./rfc6749">RFC6749</a>, October 2012.
+
+<span class="h3"><a class="selflink" name="section-17.2" href="#section-17.2">17.2</a>. Informative References</span>
+
+ [<a name="ref-HTTPS" id="ref-HTTPS">HTTPS</a>]
+ Rescorla, E., "HTTP Over TLS", <a href="./rfc2818">RFC2818</a>, May 2000.
+
+ [<a name="ref-HTTP" id="ref-HTTP">HTTP</a>]
+ Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
+ Semantics and Content", <a href="./rfc7231">RFC7231</a>, June 2014.
+
+ [<a name="ref-COND" id="ref-COND">COND</a>]
+ Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
+ Conditional Requests", <a href="./rfc7232">RFC7232</a>, June 2014.
+
+ [<a name="ref-RANGE" id="ref-RANGE">RANGE</a>]
+ Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
+ Conditional Requests", <a href="./rfc7233">RFC7233</a>, June 2014.
+
+ [<a name="ref-SPDY" id="ref-SPDY">SPDY</a>]
+ Mark Belshe, Roberto Peon, "SPDY Protocol - Draft 3.1", <a href="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">http://</a>
+ <a href="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1</a>,
+ September 2013.
+
+ [<a name="ref-JSON-LD" id="ref-JSON-LD">JSON-LD</a>]
+ M. Sporny, G. Kellogg, M. Lanthaler, "JSON-LD 1.0", W3C
+ Proposed Recommendation,
+ <a href="http://www.w3.org/TR/2014/REC-json-ld-20140116/">http://www.w3.org/TR/2014/REC-json-ld-20140116/</a>, January 2014.
+
+ [<a name="ref-CORS" id="ref-CORS">CORS</a>]
+ van Kesteren, Anne (ed), "Cross-Origin Resource Sharing --
+ W3C Candidate Recommendation 29 January 2013",
+
+
+<span class="grey">de Jong [Page 21]</span>
+</pre><!--NewPage--><pre class='newpage'><a name="page-22" id="page-22" href="#page-22" class="invisible"> </a>
+<span class="grey">Internet-Draft remoteStorage December 2014</span>
+
+
+ <a href="http://www.w3.org/TR/cors/">http://www.w3.org/TR/cors/</a>, January 2013.
+
+ [<a name="ref-MANIFEST" id="ref-MANIFEST">MANIFEST</a>]
+ Mozilla Developer Network (ed), "App manifest -- Revision
+ 330541", <a href="https://developer.mozilla.org/en-">https://developer.mozilla.org/en-</a>
+ US/Apps/Build/Manifest$revision/566677, April 2014.
+
+ [<a name="ref-DATASTORE" id="ref-DATASTORE">DATASTORE</a>]
+ "WebAPI/DataStore", MozillaWiki, retrieved May 2014.
+ <a href="https://wiki.mozilla.org/WebAPI/DataStore#Manifest">https://wiki.mozilla.org/WebAPI/DataStore#Manifest</a>
+
+ [<a name="ref-KERBEROS" id="ref-KERBEROS">KERBEROS</a>]
+ C. Neuman et al., "The Kerberos Network Authentication Service
+ (V5)", <a href="./rfc4120">RFC4120</a>, July 2005.
+
+ [<a name="ref-BEARER" id="ref-BEARER">BEARER</a>]
+ M. Jones, D. Hardt, "The OAuth 2.0 Authorization Framework:
+ Bearer Token Usage", <a href="./rfc6750">RFC6750</a>, October 2012.
+
+ [<a name="ref-AUTHORING" id="ref-AUTHORING">AUTHORING</a>]
+ "Using remoteStorage for web authoring", reSite wiki, retrieved
+ September 2014. <a href="https://github.com/michielbdejong/resite/wiki">https://github.com/michielbdejong/resite/wiki</a>
+ /Using-remoteStorage-for-web-authoring
+
+<span class="h2"><a class="selflink" name="section-18" href="#section-18">18</a>. Authors' addresses</span>
+
+ Michiel B. de Jong
+ IndieHosters
+
+
+
+ F. Kooman
+ (independent)
+
+
+
+
+
+
+
+
+
+
+de Jong [Page 22]
+
+</pre><br />
+<span class="noprint"><small><small>Html markup produced by rfcmarkup 1.111, available from
+<a href="https://tools.ietf.org/tools/rfcmarkup/">https://tools.ietf.org/tools/rfcmarkup/</a>
+</small></small></span>
+</body></html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json
new file mode 100644
index 0000000..785f182
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json
@@ -0,0 +1,7 @@
+[
+ "https:\/\/www.infobae.com\/new-resizer\/shi8E0F5ldd8a7vtvFaJomRURqU=\/1200x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01154429\/Rugbier-golpeado-1920.jpg",
+ "https:\/\/www.infobae.com\/new-resizer\/b_LU5bsrOM_BmZtNMzegvdNoPNE=\/600x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01154429\/Rugbier-golpeado-1920.jpg",
+ "https:\/\/www.infobae.com\/new-resizer\/PUJQSwJZOtaetM7tXKqic4Ib1Wg=\/600x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01161934\/Jonathan-Castellani-SF-2.jpg",
+ "https:\/\/www.infobae.com\/new-resizer\/yS5kphJxw_CBn1mycqbcrMjoNmQ=\/600x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01163101\/JonathanGay2.jpg",
+ "https:\/\/www.infobae.com\/new-resizer\/cFidtpanVMHP25zNoWF78I4qjMA=\/600x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01161927\/Jonathan-Castellani-1920.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json
new file mode 100644
index 0000000..b6d2597
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Por Mauricio Luna 1 de diciembre de 2017",
+ "Direction": null,
+ "Excerpt": "Jonathan Castellari fue salvajemente golpeado en un local de comidas rápidas, mientras esperaba el desayuno junto a un amigo. Podría perder un ojo",
+ "Image": "https:\/\/www.infobae.com\/new-resizer\/shi8E0F5ldd8a7vtvFaJomRURqU=\/1200x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01154429\/Rugbier-golpeado-1920.jpg",
+ "Title": "Una patota de varones atacó a un rugbier gay: \"Te vamos a matar por puto\"",
+ "SiteName": "Infobae"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html
new file mode 100644
index 0000000..f28c689
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html
@@ -0,0 +1 @@
+<div id="article-body"> <div> <figure> <div> <p><img id="QU6XDTECU5EDVI4HBTME4PLIOQ" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ" data-original="https://www.infobae.com/new-resizer/b_LU5bsrOM_BmZtNMzegvdNoPNE=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg" alt="Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres" height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/b_LU5bsrOM_BmZtNMzegvdNoPNE=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg"> </p></div> <figcaption class> <span>Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres</span> </figcaption> </figure> </div> <div> <p> Eran casi las 6:30 de la mañana. Jonathan Castellari, de 25 años, volvía de bailar junto a Sebastián, su amigo. Les pareció una buena idea detenerse en el Mc Donald's de Avenida Córdoba al 3100 con el objetivo de desayunar y continuar el viaje hasta sus hogares. Mientras esperaban la comida, un grupo de 8 chicos de entre 20 y 25 años ingresó al local con el mismo objetivo, aunque adoptaron otro plan: mirarlos fijamente, reírse de ellos y&nbsp;hacer chistes sobre la sexualidad de ambos.</p> </div> <div> <p> Sebastián relató a<strong> Infobae:</strong>&nbsp;"Estábamos esperando nuestro pedido, haciéndonos chistes, riéndonos de lo sucedido durante la noche. Hablábamos entre nosotros. En ese momento entró un grupo de 8 chicos, de contextura grande, y notamos que estaban alcoholizados. Nos miraban, hacían chistes, se reían de nosotros. Fue ahí cuando decidimos salir con Jonathan a fumar un cigarrillo y esperar que se fueran. <strong>Él salió primero y vi que uno de estos pibes lo abrazó y se lo llevó. Instantáneamente se metieron los demás a pegarle. Le pegaron mucho.</strong> Quise pararlos y no pude. Ligué yo también, pero nada en comparación a lo que sufrió Jonathan. Cuando lo soltaron lo agarré como pude y justo una enfermera del Sanatorio Güemes (está a dos cuadras del local) estaba tomando un café y le dio los primeros auxilios".</p> </div> <div> <figure> <div> <p><img id="NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-original="https://www.infobae.com/new-resizer/PUJQSwJZOtaetM7tXKqic4Ib1Wg=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg" alt height="937.7289377289377" width="750" src="https://www.infobae.com/new-resizer/PUJQSwJZOtaetM7tXKqic4Ib1Wg=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> "Fuimos a verlo recién, no paraba de llorar y de decirnos que le pegaron por puto", dijo a <strong>Infobae</strong> María Rachid, titular del Instituto contra la Discriminación de la Defensoría del Pueblo CABA. "Lamentablemente su situación es delicada. Recién nos informaron que lo van a intervenir quirúrgicamente porque <strong>podría perder un ojo</strong>".</p> </div> <div> <p> Como Jonathan no conoce a los agresores, desde la Defensoría y la Federación LGBT se comunicaron con autoridades del Ministerio de Seguridad para que soliciten las cámaras de seguridad del Mc Donald's, del sanatorio Güemes y de otros negocios de la cuadra para poder identificarlos.</p> </div> <div> <figure> <div> <p><img id="O7QMD7FTTNCIJOVETW7KYJVVDA" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA" data-original="https://www.infobae.com/new-resizer/yS5kphJxw_CBn1mycqbcrMjoNmQ=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg" alt height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/yS5kphJxw_CBn1mycqbcrMjoNmQ=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> Gastón Llopart, abogado de Sebastián, le detalló a <strong>Infobae</strong> que Jonathan está "próximo a recibir una intervención quirúrgica, ya que<strong> tuvo fractura en el hueso del pómulo derecho de su rostro. Sebastián llamó al 911 dos veces y no fueron.</strong> Me contaron que los agresores los siguieron hasta el sanatorio mientras los insultaban: la gente de seguridad tuvo que echarlos".</p> </div> <div> <p> Llopart agregó que la patota, <strong>mientras lo golpeaban, le gritaba: "Te vamos a matar por puto"</strong>. La familia de Jonathan está en el sanatorio a la espera de la intervención quirúrgica. Llopart dijo que "harán la denuncia el lunes por la mañana, cuando existan mayores precisiones de lo ocurrido".</p> </div> <div> <figure> <div> <p><img id="7BCY2NEI6ZADBA3TRJGQC6R3BU" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU" data-original="https://www.infobae.com/new-resizer/cFidtpanVMHP25zNoWF78I4qjMA=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg" alt height="422.32142857142856" width="750" src="https://www.infobae.com/new-resizer/cFidtpanVMHP25zNoWF78I4qjMA=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg"> </p></div> <figcaption class> <span></span> </figcaption> </figure> </div> <div> <p> Jonathan y Sebastián forman parte de Ciervos Pampas Rugby Club, un equipo que nació hace cinco años como el primer equipo de la Argentina por la diversidad sexual. Se trata de un combinado que no está integrado en un 100% por varones gays, pero en el que estos encuentran un lugar en el cual expresar libremente su orientación sexual, <strong>sin miedo a los prejuicios o a la discriminación.</strong> El club emitió un comunicado en su cuenta de Facebook, relatando los hechos y solidarizándose con Jonathan.</p> </div> </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html b/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html
new file mode 100644
index 0000000..8d6832e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html> <html itemscope itemtype="http://schema.org/ItemList" class="story"><head> <link rel="shortcut icon" href="/pb/resources/favicon.ico" type="image/x-icon"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta charset="UTF-8"/> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.5, maximum-scale=2.0"/> <meta property="keywords" content="Violencia, Homofobia, Agresión homosexual,"> <meta itemprop="description" name="description" value="Jonathan Castellari fue salvajemente golpeado en un local de comidas rápidas, mientras esperaba el desayuno junto a un amigo. Podría perder un ojo "/> <meta name="news_keywords" content="Violencia, Homofobia, Agresión homosexual,"/> <meta name="twitter:site" value="@infobae"/> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@infobae"> <meta property="og:description" content="Jonathan Castellari fue salvajemente golpeado en un local de comidas rápidas, mientras esperaba el desayuno junto a un amigo. Podría perder un ojo "/> <meta name="twitter:description" content="Jonathan Castellari fue salvajemente golpeado en un local de comidas rápidas, mientras esperaba el desayuno junto a un amigo. Podría perder un ojo "/> <meta property="og:type" content="article"/> <meta property="og:site_name" content="Infobae"/> <meta property="og:locale" content="es_LA"/> <meta name="robots" content="index, follow"/> <meta name="distribution" content="global"/> <meta name="rating" content="general"/> <meta name="language" content="es_ES"/> <meta itemprop="image" property="og:image" content="https://www.infobae.com/new-resizer/shi8E0F5ldd8a7vtvFaJomRURqU=/1200x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg"/> <meta name="twitter:image" content="https://www.infobae.com/new-resizer/shi8E0F5ldd8a7vtvFaJomRURqU=/1200x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg"/> <meta property="og:title" content="Una patota de varones atacó a un rugbier gay: &#x22;Te vamos a matar por puto&#x22;"/> <meta name="twitter:title" content="Una patota de varones atacó a un rugbier gay: &#x22;Te vamos a matar por puto&#x22;"/> <meta property="article:publisher" content="https://www.facebook.com/infobae"> <meta property="fb:app_id" content="303536999846097"/> <meta property="fb:pages" content="34839376970"/> <meta property="fb:pages" content="436205896728888"/> <meta property="fb:pages" content="142361755806396"/> <meta property="og:url" content="https://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/"/> <link rel="canonical" href="https://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/"/> <link rel="amphtml" href="https://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/?outputType=amp-type"/> <title>Una patota de varones atacó a un rugbier gay: "Te vamos a matar por puto" - Infobae</title> <meta property="article:tag" content="Homofobia, violencia de género"> <meta property="article:section" content="Sociedad"> <meta name="dfpPageType" content="nota"/> <meta name="fb:pages" content="34839376970"/> <meta name="external" content="true"/> <link href="/pb/gr/c/default/rxO4LI1ihN8KCq/css/da39a3ee5e.css?_=2f025" rel="stylesheet"/> <link href="https://static.infobae.com/tools/elecciones-2017-v2.css" rel="stylesheet"/> <link href="/pb/gr/c/default/rxO4LI1ihN8KCq/css/934059ed2a.css?_=2f025" rel="stylesheet"/> <link href="/pb/resources/assets/fontawesome/latest/css/font-awesome.min.css" rel="stylesheet"/> <link href="/pb/gr/p/default/rxO4LI1ihN8KCq/style.css?_=c91be" rel="stylesheet"/><script src="/pb/resources/scripts/jquery/jquery-2.2.4.min.js"></script> <script>var isMobile={Android:function(){return navigator.userAgent.match(/Android/i)?!0:!1},AndroidOld:function(){return navigator.userAgent.match(/Android 2.3.3/i)?!0:!1},AndroidTablet:function(){return navigator.userAgent.match(/Android/i)&&!navigator.userAgent.match(/Mobile/i)?!0:!1},Kindle:function(){return navigator.userAgent.match(/Kindle/i)?!0:!1},KindleFire:function(){return navigator.userAgent.match(/KFOT/i)?!0:!1},Silk:function(){return navigator.userAgent.match(/Silk/i)?!0:!1},BlackBerry:function(){return navigator.userAgent.match(/BlackBerry/i)?
+!0:!1},iOS:function(){return navigator.userAgent.match(/iPhone|iPad|iPod/i)?!0:!1},iPhone:function(){return navigator.userAgent.match(/iPhone|iPod/i)?!0:!1},iPad:function(){return navigator.userAgent.match(/iPad/i)?!0:!1},Windows:function(){return navigator.userAgent.match(/IEMobile/i)?!0:!1},FirefoxOS:function(){return navigator.userAgent.match(/Mozilla/i)&&navigator.userAgent.match(/Mobile/i)?!0:!1},Retina:function(){return window.retina||1<window.devicePixelRatio?!0:!1},any:function(){return isMobile.Android()||
+isMobile.Kindle()||isMobile.KindleFire()||isMobile.Silk()||isMobile.BlackBerry()||isMobile.iOS()||isMobile.Windows()||isMobile.FirefoxOS()},all:function(){return navigator.userAgent},tablet:function(){return isMobile.AndroidTablet()||isMobile.iPad()||isMobile.Kindle()||isMobile.KindleFire()||isMobile.Silk()}},mobile_browser=isMobile.any()?1:0,iphone_browser=isMobile.iPhone()?1:0,ipad_browser=isMobile.iPad()?1:0,android_browser=isMobile.Android()?1:0,android233_browser=isMobile.AndroidOld()?1:0,kindle_browser=
+isMobile.Kindle()?1:0,retina_browser=isMobile.Retina()?1:0,mobile_tablet=isMobile.tablet()?1:0;</script><script>(function(a,e,f,g,b,c,d){a.GoogleAnalyticsObject=b;a[b]=a[b]||function(){(a[b].q=a[b].q||[]).push(arguments)};a[b].l=1*new Date;c=e.createElement(f);d=e.getElementsByTagName(f)[0];c.async=0;c.src=g;d.parentNode.insertBefore(c,d)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create","UA-759511-1","auto");ga("send","pageview");</script> <script>(function(){function f(a){b.BOOMR_onload=a&&a.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version){var d,c,e,a=document.createElement("iframe"),b=window;b.addEventListener?b.addEventListener("load",f,!1):b.attachEvent&&b.attachEvent("onload",f);a.src="javascript:void(0)";a.title="";a.role="presentation";(a.frameElement||a).style.cssText="width:0;height:0;border:0;display:none;";e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(a,e);try{c=a.contentWindow.document}catch(g){d=
+document.domain,a.src="javascript:var d\x3ddocument.open();d.domain\x3d'"+d+"';void(0);",c=a.contentWindow.document}c.open()._l=function(){var a=this.createElement("script");d&&(this.domain=d);a.id="boomr-if-as";a.src="https://c.go-mpulse.net/boomerang/VSGA2-YTLVV-VY5L5-HB56H-W3YTX";BOOMR_lstart=(new Date).getTime();this.body.appendChild(a)};c.write('\x3cbody onload\x3d"document._l();"\x3e');c.close()}})();</script> <script>var _comscore=_comscore||[];_comscore.push({c1:"2",c2:"8030908"});(function(){var a=document.createElement("script"),b=document.getElementsByTagName("script")[0];a.async=!0;a.src=("https:"==document.location.protocol?"https://sb":"http://b")+".scorecardresearch.com/beacon.js";b.parentNode.insertBefore(a,b)})();</script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=2&c2=8030908&cv=2.0&cj=1"/> </noscript> <script>var _sf_startpt=(new Date).getTime();</script> <script>var limit="10:00",parselimit=limit.split(":"),parselimit=60*parselimit[0]+1*parselimit[1];localStorage.setItem("preventAutoRefresh",!1);
+function beginrefresh(){var a=!0;"true"==localStorage.getItem("preventAutoRefresh")&&(a=!1);if(1==parselimit&&a){for(var c=$(".jwplayer"),b=0;b<c.length;b++)if(playerID=$(c).eq(b).attr("id"),playerStat=window.jwplayer(playerID).getState(),"playing"==playerStat||"paused"==playerStat){a=!1;break}a?window.location.reload():(parselimit=limit.split(":"),parselimit=60*parselimit[0]+1*parselimit[1],setTimeout("beginrefresh()",1E3))}else a&&(--parselimit,setTimeout("beginrefresh()",1E3))}
+window.addEventListener?window.addEventListener("load",beginrefresh,!1):window.attachEvent&&window.attachEvent("load",beginrefresh);var handleAutoRefresh=function(a){"stopAutoRefresh"==a.type?localStorage.setItem("preventAutoRefresh",!0):(localStorage.setItem("preventAutoRefresh",!1),beginrefresh())};$(window).on("stopAutoRefresh",handleAutoRefresh);$(window).on("restartAutoRefresh",handleAutoRefresh);</script> <script>var dfpAdHelper={adSlots:[],pendingSlots:{},cmd:[],appendAd:function(a,b,c,d){dfpAdHelper.renderedAdSlots=dfpAdHelper.renderedAdSlots||{};dfpAdHelper.renderedAdSlots[a]||(dfpAdHelper.adSlots.push({slotName:a,fullAdSlot:b,dimensions:c,slotType:d}),dfpAdHelper.renderedAdSlots[a]=!0)},runAds:function(){var a=document.createElement("script");a.async=!0;a.src="https://www.googletagservices.com/tag/js/gpt.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b);a=document.createElement("script");
+a.async=!0;a.src="http://www.infobae.com/resources/scripts/infobae-dfp-js-libraries/dfpHelper.v1.js";b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b);dfpAdHelper.cmd.push({event:"runAds"});dfpAdHelper.run&&dfpAdHelper.run()}};</script> <script src="/pb/gr/c/default/rxO4LI1ihN8KCq/load_immediately/230c792bb8.js?_=319d2"></script>
+ <script>var w=window;if(w.performance||w.mozPerformance||w.msPerformance||w.webkitPerformance){var d=document;AKSB=w.AKSB||{},AKSB.q=AKSB.q||[],AKSB.mark=AKSB.mark||function(e,_){AKSB.q.push(["mark",e,_||(new Date).getTime()])},AKSB.measure=AKSB.measure||function(e,_,t){AKSB.q.push(["measure",e,_,t||(new Date).getTime()])},AKSB.done=AKSB.done||function(e){AKSB.q.push(["done",e])},AKSB.mark("firstbyte",(new Date).getTime()),AKSB.prof={custid:"619111",ustr:"",originlat:"0",clientrtt:"15",ghostip:"88.221.89.182",ipv6:false,pct:"10",clientip:"109.255.39.253",requestid:"942cffa",region:"24021",protocol:"",blver:13,akM:"g",akN:"ae",akTT:"O",akTX:"1",akTI:"942cffa",ai:"403159",ra:"false",pmgn:"",pmgi:"",pmp:"",qc:""},function(e){var _=d.createElement("script");_.async="async",_.src=e;var t=d.getElementsByTagName("script"),t=t[t.length-1];t.parentNode.insertBefore(_,t)}(("https:"===d.location.protocol?"https:":"http:")+"//ds-aksb-a.akamaihd.net/aksb.min.js")}</script>
+ </head> <body> <script>var pb_global={pageName:"infobae-article",pageId:"rxO4LI1ihN8KCq",contextPath:"/pb",isAdmin:!1,layoutEngineName:"",environment:"prod",resourceToken:"",dfpVideoPath:"infobae/sociedad/nota",videoAdOverride:""};</script> <div id="fb-root"></div> <style type="text/css">.jw-media>video.sas-video{background-color:transparent !important}</style> <div id="pb-root" class=""><section id="top" class=""> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-header-nav-dfp" id="fXZA622EOu6IBq"> <div id="siteheader" class="headernav fixed skinny slimline navOnTop"> <div class="row-two" style="background-color: #FFFFFF"> <div class="top-banner-wrapper"> <div class="wrapper clearfix pb-feature pb-layout-item pb-f-ads-dfp" id=""> <div id="top-banner-970x80" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-970X60" data-slot-name="top-banner-970x80" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-off"></div> <script>window.dfpAdHelper.appendAd("top-banner-970x80","/1058609/infobae/sociedad/nota/top_banner_970x80",[[970,60],[970,80],[320,50]],"");</script> </div> </div> <div class="nav-items-wrapper"> <div class="left-burger-logo"> <span class="icon-burger"></span> <span class="burger-text" style="color: #000000;"></span> <a href="/?noredirect"><img class="scroll-logo nav-hp-link" src="https://www.infobae.com/new-resizer/cftaRoICqtw9YTIGBmJn0ysCM4A=/600x0/filters:quality(100)/s3.amazonaws.com/wapopartners.com/infobae-wp/wp-content/uploads/2016/03/29190548/infobae.png" alt="Infobae"/></a> </div> <div class="center-nav"> <ul class="top-nav-list hidden-sm hidden-xs"> <a href="https://www.infobae.com/ultimas-noticias/"><li class="top-nav-list-item first">Últimas Noticias</li></a> <a href="https://www.infobae.com/politica/"><li class="top-nav-list-item">Política</li></a> <a href="https://www.infobae.com/sociedad/"><li class="top-nav-list-item">Sociedad</li></a> <a href="https://www.infobae.com/deportes/"><li class="top-nav-list-item">Deportes</li></a> <a href="https://www.infobae.com/tecno/"><li class="top-nav-list-item">Tecno</li></a> <a href="https://www.infobae.com/economia/"><li class="top-nav-list-item">Economía</li></a> <a href="https://www.infobae.com/tendencias/"><li class="top-nav-list-item">Tendencias</li></a> <a href="https://www.infobae.com/la-vidriera-de-infobae/"><li class="top-nav-list-item">Vidriera</li></a> <a href="https://www.infobae.com/salud/"><li class="top-nav-list-item">Salud</li></a> <a href="http://www.infobae.com/series-peliculas/"><li class="top-nav-list-item">Series</li></a> <a href="https://www.infobae.com/autos/"><li class="top-nav-list-item">Autos</li></a> <a href="https://www.infobae.com/turismo/"><li class="top-nav-list-item">Turismo</li></a> <a href="https://www.infobae.com/cultura/"><li class="top-nav-list-item">Cultura</li></a> <a href="https://www.infobae.com/grandes-libros"><li class="top-nav-list-item">Grandes Libros</li></a> <a href="https://www.infobae.com/mix5411"><li class="top-nav-list-item">Mix5411</li></a> <a href="https://www.infobae.com/tests/"><li class="top-nav-list-item">Tests y Trivias</li></a> <a href="https://www.infobae.com/horoscopo"><li class="top-nav-list-item last">Horóscopo</li></a> </ul> </div> <div class="search-container "> <form class="search" action="/search/" method="GET" onsubmit="javascript:this.action+=this.q.value.replace(/ /g,'+')" style="background-color: #FFFFFF"> <input type="submit" class="submit"/> <button class="button search-icon icon-loupe" style="background-color: #FFFFFF"></button> <input type="text-field" class="text-field" id="q" name="q"/> </form> </div> </div> </div> <div id="drawer"> <div id="slider-menu"> <div id="slider-menu-scroll"> <ul class="sections hover-selected" id="slider-menu-nav-list"> <li class="main-nav main-nav-sections main-nav-selected"> <a class="main-nav-item main-nav-item-selected" href="/?noredirect" target="_blank">Argentina</a> </li> <li class="main-nav main-nav-sections"> <a class="main-nav-item" href="/america/" target="_blank">Am&#233;rica</a> </li> <li class="main-nav main-nav-sections"> <a class="main-nav-item" href="/tendencias/" target="_blank">Tendencias</a> </li> <li class="main-nav main-nav-sections"> <a class="main-nav-item" href="/teleshow/" target="_blank">Teleshow</a> </li> <li class="main-nav main-nav-sections"> <a class="main-nav-item" href="/deportes/" target="_blank">Deportes</a> </li> <li class="main-nav main-nav-sections"> <a class="main-nav-item" href="/gente/" target="_blank">Revista Gente</a> </li> <li class="main-nav main-nav-sections"> <a class="main-nav-item" href="/parati/" target="_blank">Revista Para Ti</a> </li> <li class="main-nav-border"></li> <li id="mainnav-0" class="main-nav" data-subnav="0"> <a class="main-nav-item" href="https://www.infobae.com/ultimas-noticias/">Últimas Noticias</a> </li> <li id="mainnav-1" class="main-nav" data-subnav="1"> <a class="main-nav-item" href="https://www.infobae.com/politica/">Política</a> </li> <li id="mainnav-2" class="main-nav" data-subnav="2"> <a class="main-nav-item" href="https://www.infobae.com/sociedad/">Sociedad</a> </li> <li id="mainnav-3" class="main-nav" data-subnav="3"> <a class="main-nav-item" href="https://www.infobae.com/deportes/">Deportes</a> </li> <li id="mainnav-4" class="main-nav" data-subnav="4"> <a class="main-nav-item" href="https://www.infobae.com/tecno/">Tecno</a> </li> <li id="mainnav-5" class="main-nav" data-subnav="5"> <a class="main-nav-item" href="https://www.infobae.com/economia/">Economía</a> <i class="fa fa-angle-right main-nav-angle"></i> </li> <li id="mainnav-6" class="main-nav" data-subnav="6"> <a class="main-nav-item" href="https://www.infobae.com/tendencias/">Tendencias</a> <i class="fa fa-angle-right main-nav-angle"></i> </li> <li id="mainnav-7" class="main-nav" data-subnav="7"> <a class="main-nav-item" href="https://www.infobae.com/la-vidriera-de-infobae/">Vidriera</a> </li> <li id="mainnav-8" class="main-nav" data-subnav="8"> <a class="main-nav-item" href="https://www.infobae.com/salud/">Salud</a> <i class="fa fa-angle-right main-nav-angle"></i> </li> <li id="mainnav-9" class="main-nav" data-subnav="9"> <a class="main-nav-item" href="http://www.infobae.com/series-peliculas/">Series</a> </li> <li id="mainnav-10" class="main-nav" data-subnav="10"> <a class="main-nav-item" href="https://www.infobae.com/autos/">Autos</a> </li> <li id="mainnav-11" class="main-nav" data-subnav="11"> <a class="main-nav-item" href="https://www.infobae.com/turismo/">Turismo</a> </li> <li id="mainnav-12" class="main-nav" data-subnav="12"> <a class="main-nav-item" href="https://www.infobae.com/cultura/">Cultura</a> </li> <li id="mainnav-13" class="main-nav" data-subnav="13"> <a class="main-nav-item" href="https://www.infobae.com/grandes-libros">Grandes Libros</a> </li> <li id="mainnav-14" class="main-nav" data-subnav="14"> <a class="main-nav-item" href="https://www.infobae.com/mix5411">Mix5411</a> </li> <li id="mainnav-15" class="main-nav" data-subnav="15"> <a class="main-nav-item" href="https://www.infobae.com/tests/">Tests y Trivias</a> </li> <li id="mainnav-16" class="main-nav" data-subnav="16"> <a class="main-nav-item" href="https://www.infobae.com/horoscopo">Horóscopo</a> </li> </ul> </div> </div> <div id="arrow-5" class="sub-nav-arrow"></div> <ul id="subnav-5" class="sub-nav hover-selected"> <li class="sub-nav-item"> <a href="https://www.infobae.com/economia/finanzas-y-negocios">Finanzas y Negocios</a> </li> <li class="sub-nav-item"> <a href="https://www.infobae.com/economia/real-estate/">Real Estate</a> </li> <li class="sub-nav-item"> <a href="https://www.infobae.com/economia/rse">RSE & Sustentabilidad</a> </li> </ul> <div id="arrow-6" class="sub-nav-arrow"></div> <ul id="subnav-6" class="sub-nav hover-selected"> <li class="sub-nav-item"> <a href="https://www.infobae.com/tendencias/lifestyle/">Lifestyle</a> </li> <li class="sub-nav-item"> <a href="https://www.infobae.com/tendencias/nutriglam/">NutriGlam</a> </li> <li class="sub-nav-item"> <a href="https://www.infobae.com/tendencias/mascotas">Mascotas</a> </li> </ul> <div id="arrow-8" class="sub-nav-arrow"></div> <ul id="subnav-8" class="sub-nav hover-selected"> <li class="sub-nav-item"> <a href="https://www.infobae.com/salud/ciencia/">Ciencia</a> </li> <li class="sub-nav-item"> <a href="https://www.infobae.com/salud/fitness/">Fitness</a> </li> </ul> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-sharebar" id="fxoRBF1EOu6IBq"> <div id="sharebar_2856" class="sharebar-top-desktop sharebar-wrapper sharebar-top-mobile"> <div class="social-tools-wrapper"> <span class="social-tools-primary"> <div class="social-tools"> <a onclick="ga('.send', 'event', 'Share Bar Click', 'click', 'Facebook'); window.open('https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F','share_facebook','width=658,height=354,scrollbars=no');" tabindex=_tbidx_> <div class="facebook tool first"><span class="hideText">Share on Facebook</span><span class="fa fa-facebook-square"></span></div> </a><a onclick="ga('send', 'event', 'Share Bar Click', 'click', 'Twitter'); window.open('https://twitter.com/share?url=http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F&text=Una+patota+de+varones+atac%C3%B3+a+un+rugbier+gay%3A+%22Te+vamos+a+matar+por+puto%22','share_twitter','width=550, height=350, scrollbars=no');" tabindex=_tbidx_> <div class="twitter tool"><span class="hideText">Share on Twitter</span><span class="fa fa-twitter"></span></div> </a><a onclick="ga('send', 'event', 'Share Bar Click', 'click', 'email'); window.location.href = 'mailto:?subject=Una%20patota%20de%20varones%20atac%C3%B3%20a%20un%20rugbier%20gay%3A%20%22Te%20vamos%20a%20matar%20por%20puto%22&body=http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F';" tabindex=_tbidx_> <div class="email tool"><span class="hideText">Share via Email</span><span class="fa fa-envelope"></span></div> </a><a onclick="ga('send', 'event', 'Share Bar Click', 'click', 'Whatsapp'); window.location.href = 'whatsapp://send?text=Una%20patota%20de%20varones%20atac%C3%B3%20a%20un%20rugbier%20gay%3A%20%22Te%20vamos%20a%20matar%20por%20puto%22 - http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F';" tabindex=_tbidx_> <div class="whatsapp tool"><span class="hideText">Share on Whatsapp</span><span class="fa fa-whatsapp"></span></div> </a><a onclick="ga('send', 'event', 'Share Bar Click', 'click', 'Telegram'); window.location.href = 'https://telegram.me/share/url?url=http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F';" tabindex=_tbidx_> <div class="telegram tool"><span class="hideText">Share on Telegram</span><span class="fa fa-paper-plane"></span></div> </a><a onclick="ga('send', 'event', 'Share Bar Click', 'click', 'LinkedIn'); window.open('https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F&title=Una+patota+de+varones+atac%C3%B3+a+un+rugbier+gay%3A+%22Te+vamos+a+matar+por+puto%22','share_linkedin','width=830,height=460,scrollbars=no');" tabindex=_tbidx_> <div class="linkedin tool"><span class="hideText">Share on LinkedIn</span><span class="fa fa-linkedin"></span></div> </a><a onclick="ga('send', 'event', 'Share Bar Click', 'click', 'Google+'); window.open('https://plus.google.com/share?url=http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F','share_google-plus','width=832,height=472,scrollbars=no');" tabindex=_tbidx_> <div class="google-plus tool"><span class="hideText">Share on Google Plus</span><span class="fa fa-google-plus"></span></div> </a><a onclick="ga('send', 'event', 'Share Bar Click', 'click', 'Pinterest'); window.open('//pinterest.com/pin/create/button/?url=%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F&media=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg&description=Una+patota+de+varones+atac%C3%B3+a+un+rugbier+gay%3A+%22Te+vamos+a+matar+por+puto%22','share_linkedin','width=550,height=450,scrollbars=no');" tabindex=_tbidx_> <div class="pinterest tool"><span class="hideText">Share on Pinterest</span><span class="fa fa-pinterest"></span></div> </a><a class="sms-share-device unprocessed" onclick="ga('send', 'event', 'Share Bar Click', 'click', 'SMS'); window.location.href = 'sms://&body=Una%20patota%20de%20varones%20atac%C3%B3%20a%20un%20rugbier%20gay%3A%20%22Te%20vamos%20a%20matar%20por%20puto%22%20-%20http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F%3Ftid=ss_sms'; return false;" tabindex=_tbidx_> <div class="sms tool"><span class="hideText">Share on SMS</span><span class="fa fa-commenting"></span></div> </a></div> </span> </div> </div> <div class="clear"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-breaking-alert" id="f0EWJzVEOu6IBq"> <div id="breaking-alert-wrapper" data-render-bar="true" data-href="/pb/api/v2/render/feature?name=homepage-breaking-news&uri=/homepage/&loadNews=true"> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fG3jHV1EOu6IBq"> <div id="megalateral-250x600" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod megalateral ad-250X600" data-slot-name="megalateral-250x600" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("megalateral-250x600","/1058609/infobae/sociedad/nota/megalateral_250x600",[250,600],"megalateral");</script> </div> <div class="pb-container"> </div></section> <section id="main" class="container"> <div class="pb-container"> <div class="wrapper clearfix col-lg-12 pb-feature pb-layout-item pb-f-homepage-masthead-with-dfp col-md-12 col-sm-12 col-xs-12" id="fqwId91EOu6IBq"> <div id="mastnav-wrapper" class="row mastnav hidden-xs"> <div id="mastnav-container"> <div class="masthead headerbox"> <div class="home-masthead-image"> <div class="masthead-ad-wrapper-left"> <div class="wrapper clearfix pb-feature pb-layout-item pb-f-ads-dfp" id=""> <div id="header-izq-180x70" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-180X70 hide-mobile" data-slot-name="header-izq-180x70" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-off hide-mobile"></div> <script>window.dfpAdHelper.appendAd("header-izq-180x70","/1058609/infobae/sociedad/nota/header_izq_180x70",[180,70],"");</script> </div> </div> <a href="/?noredirect" class="logo hidden-xs" title="Infobae"> <img class="wplogo" src="https://www.infobae.com/new-resizer/cftaRoICqtw9YTIGBmJn0ysCM4A=/600x0/filters:quality(100)/s3.amazonaws.com/wapopartners.com/infobae-wp/wp-content/uploads/2016/03/29190548/infobae.png" alt="Infobae"/> </a> <div class="masthead-ad-wrapper-right"> <div class="wrapper clearfix pb-feature pb-layout-item pb-f-ads-dfp" id=""> <div id="header-der-180x70" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-180X70 hide-mobile" data-slot-name="header-der-180x70" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-off hide-mobile"></div> <script>window.dfpAdHelper.appendAd("header-der-180x70","/1058609/infobae/sociedad/nota/header_der_180x70",[180,70],"");</script> </div> </div> </div> <div id="edition-toggle" class="logo-sub-nav"> <div class="day-container pr15"> <div class="full-date"> Domingo 3 de Diciembre de 2017 </div> </div> <div class="toggle-container"> <ul class="button-group even-2 edition-toggle"> <li><a href="/america/" target="_blank" id="edition-one" class="tiny mb0">América</a></li> <li><a href="/teleshow/" target="_blank" id="edition-two" class="tiny mb0">Teleshow</a></li> <li><a href="/tendencias/" target="_blank" id="edition-three" class="tiny mb0">Tendencias</a></li> <li><a href="/mix5411/" target="_blank" id="edition-four" class="tiny mb0">Mix5411</a></li> <li><a href="/grandes-libros/" target="_blank" id="edition-five" class="tiny mb0">Grandes Libros</a></li> </ul> </div> </div> </div> </div> </div> <div class="clear"></div> <div class="border-bottom-thick-tight border-bottom- mastnav-separator hidden-xs"></div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-hot-topics" id="f06hLD9EOu6IBq"> <div class=" hot-topics hidden-sm hidden-xs border-bottom-tight-hairline no-space border-top-no-space "> <div class="hot-topics-wrapper"> <p> <a href=" http://www.infobae.com/ultimas-noticias/">Últimas Noticias</a> </p> <p> <a href=" https://www.infobae.com/g20/"> G20</a> </p> <p> <a href=" https://www.infobae.com/deportes/mundial-rusia-2018/"> Mundial 2018</a> </p> <p> <a href=" https://www.infobae.com/tag/la-busqueda-del-submarino-ara-san-juan/"> La búsqueda del ARA San Juan</a> </p> <p> <a href=" https://www.infobae.com/politica/2017/11/10/el-gobierno-establecio-cuales-seran-los-feriados-puente-en-2018-y-2019/"> Feriados 2018</a> </p> <p> <a href=" https://www.infobae.com/la-vidriera-de-infobae/"> Vidriera</a> </p> <p> <a href=" https://www.infobae.com/sociedad/personajes/"> Personajes</a> </p> <p> <a href=" https://www.infobae.com/play-tv/"> Play TV</a> </p> <p> <a href=" https://www.infobae.com/tag/fotos-al-100/"> Fotos al 100</a> </p> <p> <a href=" http://www.infobae.com/gente/</a>"> <a href="http://www.infobae.com/gente" target="_blank"><img src="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/04135319/logo-gente-chico.png"></a> </p> <p> <a href=""><a href="http://www.infobae.com/parati" target="_blank"><img src="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/13163150/parati-chico-quick.png"></a></a> </p> </div> </div> <div class="clearfix clear"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f09RG6kEOu6IBq"> <div id="exp-push-1-970x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod expandable ad-970X90 hide-mobile" data-slot-name="exp-push-1-970x250" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-airy hide-mobile"></div> <script>window.dfpAdHelper.appendAd("exp-push-1-970x250","/1058609/infobae/sociedad/nota/exp_push_1_970x250",[[970,90],[970,250]],"expandable");</script> </div> <div class="pb-container"> <div class="wrapper clearfix col-lg-12 pb-feature pb-layout-item pb-f-article-header col-md-12 col-sm-12 col-xs-12" id="fA2Drw1EOu6IBq"> <div class="row"> <header class="article-header hed-first col-sm-12"> <div class="header-label"> <a href="/sociedad/">Sociedad</a> </div> <h1>Una patota de varones atacó a un rugbier gay: "Te vamos a matar por puto"</h1> <span class="subheadline">Jonathan Castellari fue salvajemente golpeado en un local de comidas rápidas, mientras esperaba el desayuno junto a un amigo. Podría perder un ojo </span> </header> </div> </div> <div class="wrapper clearfix col-lg-12 col-md-12 pb-feature pb-layout-item pb-f-article-byline col-sm-12 col-xs-12" id="fZ8gS02EOu6IBq"> <div class="byline col-md-8 col-xs-12 col-print-12"> <div class="clearfix"> <img src="https://www.infobae.com/new-resizer/IL3kQvq3jxh8MdYbOw9b15XuxPc=/0x200/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-authors/mauricio_luna.jpg"/> <div class="byline-author"> Por <a class="author-name" href="/autor/mauricio-luna/" rel="author">Mauricio Luna</a> <span class="byline-date"> 1 de diciembre de 2017 </span> </div> <div class="byline-bio"> [email protected] </div> </div> <div class="clearfix"> <img src="https://www.infobae.com/new-resizer/kDRrc7yzsAnENGeWAxXxNTL7aN4=/0x200/filters:quality(100)/s3.amazonaws.com/arc-authors/infobae/9e4a86e5-0832-4826-8e82-fbe41f1d1be7.jpg"/> <div class="byline-author"> Por <a class="author-name" href="/autor/gisele-sousa-dias/" rel="author">Gisele Sousa Dias</a> <span class="byline-date"> 1 de diciembre de 2017 </span> </div> <div class="byline-bio"> [email protected] </div> </div> </div> </div> <div class="col-md-8 col-sm-12 col-xs-12 pb-layout-item pb-chain pb-c-list-chain" id="cLqIjw1EOu6IBq"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-article-body" id="f08MimYEOu6IBq"> <div id="article-body" class="article-body article-body-elements"> <div id="article-content"> <div class="row"> <figure class="element element-image col-xs-12"> <div class="single-image"> <div class="shares"> <div class="share-button share"><span class="fa fa-share-square-o"></span></div> <div class="share-button facebook" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ" data-original="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg"><span class="fa fa-facebook"></span></div> <a target="_blank" href="https://twitter.com/intent/tweet?text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;&amp;url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ" class="share-button twitter"><span class="fa fa-twitter"></span></a> <a target="_blank" href="http://pinterest.com/pin/create/button/?&amp;media=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg&amp;description=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;&amp;url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ" class="share-button pinterest"><span class="fa fa-pinterest"></span></a> <a target="_blank" href="whatsapp://send?text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;%20-%20http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ" class="share-button whatsapp"><span class="fa fa-whatsapp"></span></a> <a target="_blank" href="https://telegram.me/share/url?url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ&amp;text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;" class="share-button telegram"><span class="fa fa-paper-plane"></span></a> </div> <img id="QU6XDTECU5EDVI4HBTME4PLIOQ" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23QU6XDTECU5EDVI4HBTME4PLIOQ" data-original="https://www.infobae.com/new-resizer/b_LU5bsrOM_BmZtNMzegvdNoPNE=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01154429/Rugbier-golpeado-1920.jpg" alt="Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres" height="422.32142857142856" width="750" class="image-lazy"> </div> <figcaption class=""> <span class="credit">Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres</span> </figcaption> </figure> </div> <div class="row"> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> Eran casi las 6:30 de la mañana. Jonathan Castellari, de 25 años, volvía de bailar junto a Sebastián, su amigo. Les pareció una buena idea detenerse en el Mc Donald's de Avenida Córdoba al 3100 con el objetivo de desayunar y continuar el viaje hasta sus hogares. Mientras esperaban la comida, un grupo de 8 chicos de entre 20 y 25 años ingresó al local con el mismo objetivo, aunque adoptaron otro plan: mirarlos fijamente, reírse de ellos y&nbsp;hacer chistes sobre la sexualidad de ambos.</p> </div> </div> <div class="row"> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> Sebastián relató a<strong> Infobae:</strong>&nbsp;"Estábamos esperando nuestro pedido, haciéndonos chistes, riéndonos de lo sucedido durante la noche. Hablábamos entre nosotros. En ese momento entró un grupo de 8 chicos, de contextura grande, y notamos que estaban alcoholizados. Nos miraban, hacían chistes, se reían de nosotros. Fue ahí cuando decidimos salir con Jonathan a fumar un cigarrillo y esperar que se fueran. <strong>Él salió primero y vi que uno de estos pibes lo abrazó y se lo llevó. Instantáneamente se metieron los demás a pegarle. Le pegaron mucho.</strong> Quise pararlos y no pude. Ligué yo también, pero nada en comparación a lo que sufrió Jonathan. Cuando lo soltaron lo agarré como pude y justo una enfermera del Sanatorio Güemes (está a dos cuadras del local) estaba tomando un café y le dio los primeros auxilios".</p> </div> </div> <div class="row"> <figure class="element element-image col-xs-12"> <div class="single-image"> <div class="shares"> <div class="share-button share"><span class="fa fa-share-square-o"></span></div> <div class="share-button facebook" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-original="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg"><span class="fa fa-facebook"></span></div> <a target="_blank" href="https://twitter.com/intent/tweet?text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;&amp;url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ" class="share-button twitter"><span class="fa fa-twitter"></span></a> <a target="_blank" href="http://pinterest.com/pin/create/button/?&amp;media=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg&amp;description=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;&amp;url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ" class="share-button pinterest"><span class="fa fa-pinterest"></span></a> <a target="_blank" href="whatsapp://send?text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;%20-%20http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ" class="share-button whatsapp"><span class="fa fa-whatsapp"></span></a> <a target="_blank" href="https://telegram.me/share/url?url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ&amp;text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;" class="share-button telegram"><span class="fa fa-paper-plane"></span></a> </div> <img id="NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23NH7MLFDU4JH4VOSMUUN6JPRYUQ" data-original="https://www.infobae.com/new-resizer/PUJQSwJZOtaetM7tXKqic4Ib1Wg=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161934/Jonathan-Castellani-SF-2.jpg" alt="" height="937.7289377289377" width="750" class="image-lazy"> </div> <figcaption class=""> <span class="credit"></span> </figcaption> </figure> </div> <div class="row"> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> "Fuimos a verlo recién, no paraba de llorar y de decirnos que le pegaron por puto", dijo a <strong>Infobae</strong> María Rachid, titular del Instituto contra la Discriminación de la Defensoría del Pueblo CABA. "Lamentablemente su situación es delicada. Recién nos informaron que lo van a intervenir quirúrgicamente porque <strong>podría perder un ojo</strong>".</p> </div> </div> <div class="row"> <div class="wrapper clearfix pb-feature pb-layout-item pb-f-ads-dfp" id=""> <div id="inline" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-1X1" data-slot-name="inline" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-"></div> <script>window.dfpAdHelper.appendAd("inline","/1058609/infobae/sociedad/nota/inline",[1,1],"");</script> </div> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> Como Jonathan no conoce a los agresores, desde la Defensoría y la Federación LGBT se comunicaron con autoridades del Ministerio de Seguridad para que soliciten las cámaras de seguridad del Mc Donald's, del sanatorio Güemes y de otros negocios de la cuadra para poder identificarlos.</p> </div> </div> <div class="row"> <figure class="element element-image col-xs-12"> <div class="single-image"> <div class="shares"> <div class="share-button share"><span class="fa fa-share-square-o"></span></div> <div class="share-button facebook" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA" data-original="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg"><span class="fa fa-facebook"></span></div> <a target="_blank" href="https://twitter.com/intent/tweet?text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;&amp;url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA" class="share-button twitter"><span class="fa fa-twitter"></span></a> <a target="_blank" href="http://pinterest.com/pin/create/button/?&amp;media=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg&amp;description=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;&amp;url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA" class="share-button pinterest"><span class="fa fa-pinterest"></span></a> <a target="_blank" href="whatsapp://send?text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;%20-%20http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA" class="share-button whatsapp"><span class="fa fa-whatsapp"></span></a> <a target="_blank" href="https://telegram.me/share/url?url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA&amp;text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;" class="share-button telegram"><span class="fa fa-paper-plane"></span></a> </div> <img id="O7QMD7FTTNCIJOVETW7KYJVVDA" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%23O7QMD7FTTNCIJOVETW7KYJVVDA" data-original="https://www.infobae.com/new-resizer/yS5kphJxw_CBn1mycqbcrMjoNmQ=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163101/JonathanGay2.jpg" alt="" height="422.32142857142856" width="750" class="image-lazy"> </div> <figcaption class=""> <span class="credit"></span> </figcaption> </figure> </div> <div class="row"> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> Gastón Llopart, abogado de Sebastián, le detalló a <strong>Infobae</strong> que Jonathan está "próximo a recibir una intervención quirúrgica, ya que<strong> tuvo fractura en el hueso del pómulo derecho de su rostro. Sebastián llamó al 911 dos veces y no fueron.</strong> Me contaron que los agresores los siguieron hasta el sanatorio mientras los insultaban: la gente de seguridad tuvo que echarlos".</p> </div> </div> <div class="row"> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> Llopart agregó que la patota, <strong>mientras lo golpeaban, le gritaba: "Te vamos a matar por puto"</strong>. La familia de Jonathan está en el sanatorio a la espera de la intervención quirúrgica. Llopart dijo que "harán la denuncia el lunes por la mañana, cuando existan mayores precisiones de lo ocurrido".</p> </div> </div> <div class="row"> <figure class="element element-image col-xs-12"> <div class="single-image"> <div class="shares"> <div class="share-button share"><span class="fa fa-share-square-o"></span></div> <div class="share-button facebook" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU" data-original="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg"><span class="fa fa-facebook"></span></div> <a target="_blank" href="https://twitter.com/intent/tweet?text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;&amp;url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU" class="share-button twitter"><span class="fa fa-twitter"></span></a> <a target="_blank" href="http://pinterest.com/pin/create/button/?&amp;media=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg&amp;description=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;&amp;url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU" class="share-button pinterest"><span class="fa fa-pinterest"></span></a> <a target="_blank" href="whatsapp://send?text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;%20-%20http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU" class="share-button whatsapp"><span class="fa fa-whatsapp"></span></a> <a target="_blank" href="https://telegram.me/share/url?url=http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU&amp;text=Una%20patota%20de%20varones%20atacó%20a%20un%20rugbier%20gay:%20&quot;Te%20vamos%20a%20matar%20por%20puto&quot;" class="share-button telegram"><span class="fa fa-paper-plane"></span></a> </div> <img id="7BCY2NEI6ZADBA3TRJGQC6R3BU" data-url="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/%237BCY2NEI6ZADBA3TRJGQC6R3BU" data-original="https://www.infobae.com/new-resizer/cFidtpanVMHP25zNoWF78I4qjMA=/600x0/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01161927/Jonathan-Castellani-1920.jpg" alt="" height="422.32142857142856" width="750" class="image-lazy"> </div> <figcaption class=""> <span class="credit"></span> </figcaption> </figure> </div> <div class="row"> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> Jonathan y Sebastián forman parte de Ciervos Pampas Rugby Club, un equipo que nació hace cinco años como el primer equipo de la Argentina por la diversidad sexual. Se trata de un combinado que no está integrado en un 100% por varones gays, pero en el que estos encuentran un lugar en el cual expresar libremente su orientación sexual, <strong>sin miedo a los prejuicios o a la discriminación.</strong> El club emitió un comunicado en su cuenta de Facebook, relatando los hechos y solidarizándose con Jonathan.</p> </div> </div> <div class="row"> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> <strong>LEA MÁS:</strong></p> </div> </div> <div class="row"> <div class="col-xs-12 col-print-12"> <p class="element element-paragraph"> <strong><em><a href="https://www.infobae.com/america/deportes/mundial-rusia-2018/2017/12/01/pese-a-la-ley-contra-la-propaganda-homosexual-vigente-rusia-permitira-banderas-gay-en-el-mundial/" target="_blank">Pese a la ley contra la propaganda homosexual vigente, Rusia permitirá banderas gays en el Mundial</a></em></strong></p> </div> </div> </div> </div> <div class="selectionSharer" id="selectionSharerPopover" data-selection="true"> <div id="selectionSharerPopover-inner"> <ul> <li id="popoverTwitter"><a class="action" href="" title="Share this selection on Twitter" target="_blank"><span id="twIcon" class="fa fa-twitter"></span>Tweet</a></li> </ul> </div> <div class="selectionSharerPopover-clip"><span class="selectionSharerPopover-arrow"></span></div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="f01GzrMEOu6IBq"> <div class="border-bottom-off"> <div class="no-skin flex-item flex-stack text-align-center equalize-height-target"> <div class="headline small normal-style "> <a href="https://app.infobae.com/" data-pb-field="headlines.basic" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> </a><a href="https://app.infobae.com/" target="_blank">⚡ ¿Probaste <img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/wapopartners.com/infobae-wp/wp-content/uploads/2016/03/29190548/infobae.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" style="height:17px; margin-top:-5px"> en Alta Velocidad en tu smartphone?</a> </div> <div class="blurb normal-style" data-pb-field="description.basic" data-pb-field-type="text" data-pb-placeholder="Write blurb here."><span style="color: #000000; background-color:#FFFC41">Permite ver las noticias en menos de un segundo.</span></div> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-article-big-button-share" id="fXpds01EOu6IBq"> <div class="social-tools-wrapper-bottom full"> <ul class="social-tools-bottom inline"> <li data-sharetype="facebook" class="left facebook"> <a href="#" onclick="ga('send', 'event', 'Big Button Share Click', 'click', 'Facebook'); window.open('https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F','share_facebook','width=658,height=354,scrollbars=no'); return false;" tabindex="_tbidx_"> <span class="fa fa-facebook-square">&nbsp;</span><span class="longname">Compartir en Facebook</span><span class="shortname">Compartir</span> </a> </li> <li data-sharetype="twitter" class="right twitter"> <a href="#" onclick="ga('send', 'event', 'Big Button Share Click', 'click', 'Twitter'); window.open('https://twitter.com/share?url=http%3A%2F%2Fwww.infobae.com%2Fsociedad%2F2017%2F12%2F01%2Funa-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto%2F&amp;text=Una patota de varones atacó a un rugbier gay: &quot;Te vamos a matar por puto&quot;','share_twitter','width=550, height=350, scrollbars=no'); return false;" tabindex="_tbidx_"> <span class="fa fa-twitter">&nbsp;</span> <span class="longname">Compartir en Twitter</span><span class="shortname">Tweet</span> </a> </li> </ul> <div class="clear"></div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fza3sq1EOu6IBq"> <div id="middle-1-300x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="middle-1-300x250" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("middle-1-300x250","/1058609/infobae/sociedad/nota/middle_1_300x250",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f0h0bqdEOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="f0b7WEoEOu6IBq"> <div class="border-bottom-off"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="http://www.infobae.com/ultimas-noticias/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_3119645" data-pb-field="custom.label" data-pb-placeholder="Label">ÚLTIMAS NOTICIAS</div> </a> </div> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-generic-results-list" id="f0dPEneEOu6IBq"> <div class="result-listing"> <div class="label-text"> <h2 class="header-label"></h2> </div> <div class="generic-results-list-main-wrapper" data-load-more="5175528"> <div class="generic-results-list-item pwa_card" data-load-more="5175528"> <article class="result-item result-teaser result-teaser-normal first-item row"> <header> <div class="row"> <div class="col-sm-8"> <figure> <a href="/america/mundo/2017/12/03/el-impactante-hundimiento-de-un-barco-surcoreano-en-el-mar-amarillo-al-menos-13-muertos/"> <h4 class="">El impactante hundimiento de un barco surcoreano en el Mar Amarillo: al menos 13 muertos</h4> <p><span class="excerpt">El navío, de más de 9 toneladas y con 22 personas a bordo, colisionó con un buque cisterna de más de 300 toneladas cerca de la isla de Yeongheung. Cuatro helicópteros y 14 barcos continúan su búsqueda por dos desaparecidos</span></p> </a> </figure> </div> <div class="col-sm-4"> <a href="/america/mundo/2017/12/03/el-impactante-hundimiento-de-un-barco-surcoreano-en-el-mar-amarillo-al-menos-13-muertos/"> <div class="lazy-wrapper hover-media-overlay"> <img data-original="https://www.infobae.com/new-resizer/cgUxNFQciDOFdUihSd9dgGf6b_Y=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03074750/Barco-pesquero-Corea-del-Sur-2.jpg" alt="" class="image-lazy"> <noscript><img src="https://www.infobae.com/new-resizer/cgUxNFQciDOFdUihSd9dgGf6b_Y=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03074750/Barco-pesquero-Corea-del-Sur-2.jpg" alt=""></noscript> </div> </a> </div> </div> </header> </article> </div> <div class="generic-results-list-item pwa_card" data-load-more="5175528"> <article class="result-item result-teaser result-teaser-normal row"> <header> <div class="row"> <div class="col-sm-8"> <figure> <a href="/politica/2017/12/03/g20-venezuela-y-la-busqueda-del-ara-san-juan-la-agenda-de-marcos-pena-en-su-visita-a-eeuu/"> <h4 class="">G20, Venezuela y la búsqueda del ARA San Juan, la agenda de Marcos Peña en su visita a EEUU</h4> <p><span class="excerpt"></span></p> </a> </figure> </div> <div class="col-sm-4"> <a href="/politica/2017/12/03/g20-venezuela-y-la-busqueda-del-ara-san-juan-la-agenda-de-marcos-pena-en-su-visita-a-eeuu/"> <div class="lazy-wrapper hover-media-overlay"> <img data-original="https://www.infobae.com/new-resizer/w1z7tobCQL3GZ9YhdYCC9UuUbC0=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/02193822/Marcos-Pena-con-Ricky-Waddell-1920.jpg" alt="" class="image-lazy"> <noscript><img src="https://www.infobae.com/new-resizer/w1z7tobCQL3GZ9YhdYCC9UuUbC0=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/02193822/Marcos-Pena-con-Ricky-Waddell-1920.jpg" alt=""></noscript> </div> </a> </div> </div> </header> </article> </div> <div class="generic-results-list-item pwa_card" data-load-more="5175528"> <article class="result-item result-teaser result-teaser-normal row"> <header> <div class="row"> <div class="col-sm-8"> <figure> <a href="/america/deportes/2017/12/03/el-club-ingles-que-es-sensacion-en-las-redes-sociales-por-su-creatividad-al-anunciar-los-goles-de-su-equipo/"> <h4 class="">El club inglés que es sensación en las redes sociales por su creatividad al anunciar los goles de su equipo</h4> <p><span class="excerpt">El community manager del Bristol City, de la segunda división de Inglaterra, empleó unos llamativos GIF's que se disparan cada vez que sus jugadores convierten</span></p> </a> </figure> </div> <div class="col-sm-4"> <a href="/america/deportes/2017/12/03/el-club-ingles-que-es-sensacion-en-las-redes-sociales-por-su-creatividad-al-anunciar-los-goles-de-su-equipo/"> <div class="lazy-wrapper hover-media-overlay"> <img data-original="https://www.infobae.com/new-resizer/fA7qBMo72SfnZmiZbZ9AiiSHPUY=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03080601/PARTIDA-BRISTOL-CITY-2.jpg" alt="" class="image-lazy"> <noscript><img src="https://www.infobae.com/new-resizer/fA7qBMo72SfnZmiZbZ9AiiSHPUY=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03080601/PARTIDA-BRISTOL-CITY-2.jpg" alt=""></noscript> </div> </a> </div> </div> </header> </article> </div> <div class="generic-results-list-item pwa_card" data-load-more="5175528"> <article class="result-item result-teaser result-teaser-normal row"> <header> <div class="row"> <div class="col-sm-8"> <figure> <a href="/sociedad/2017/12/03/cuanto-dinero-se-necesita-para-armar-el-arbolito-navideno/"> <h4 class="">¿Cuánto dinero se necesita para armar el arbolito navideño?</h4> <p><span class="excerpt">Decorar el hogar a la espera de las fiestas es parte de la tradición navideña. Los precios exponen una diferencia notable en relación a Chile y Estados Unidos </span></p> </a> </figure> </div> <div class="col-sm-4"> <a href="/sociedad/2017/12/03/cuanto-dinero-se-necesita-para-armar-el-arbolito-navideno/"> <div class="lazy-wrapper hover-media-overlay"> <img data-original="https://www.infobae.com/new-resizer/C-feFCQoaidN8MY0aVPIDhss3hw=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/02193532/Navidad2.jpg" alt="" class="image-lazy"> <noscript><img src="https://www.infobae.com/new-resizer/C-feFCQoaidN8MY0aVPIDhss3hw=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/02193532/Navidad2.jpg" alt=""></noscript> </div> </a> </div> </div> </header> </article> </div> <div class="generic-results-list-item pwa_card" data-load-more="5175528"> <article class="result-item result-teaser result-teaser-normal row"> <header> <div class="row"> <div class="col-sm-8"> <figure> <a href="/parati/estar-mejor/2017/12/03/la-tecnica-del-10-10-10-el-original-metodo-para-tomar-decisiones/"> <h4 class="">La técnica del 10-10-10: el original método para tomar decisiones</h4> <p><span class="excerpt">¿Horas, minutos... años? Elegir no es fácil: hay que pensar bien, elaborar alternativas e imaginar consecuencias, a corto y largo plazo. Pero, ¿cómo podemos saber y evaluar ese alcance? La norteamericana Suzy Welch, especialista en finanzas, propuso un técnica para encarar determinaciones, y fue un éxito instantáneo. </span></p> </a> </figure> </div> <div class="col-sm-4"> <a href="/parati/estar-mejor/2017/12/03/la-tecnica-del-10-10-10-el-original-metodo-para-tomar-decisiones/"> <div class="lazy-wrapper hover-media-overlay"> <img data-original="https://www.infobae.com/new-resizer/eyA2ZbzBOFgKK0YS7VjlKkV1BTc=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/27174708/PARATI-IDEAS-APERTURA.jpg" alt="" class="image-lazy"> <noscript><img src="https://www.infobae.com/new-resizer/eyA2ZbzBOFgKK0YS7VjlKkV1BTc=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/27174708/PARATI-IDEAS-APERTURA.jpg" alt=""></noscript> </div> </a> </div> </div> </header> </article> </div> <div class="generic-results-list-item pwa_card" data-load-more="5175528"> <article class="result-item result-teaser result-teaser-normal last-item row"> <header> <div class="row"> <div class="col-sm-8"> <figure> <a href="/america/mundo/2017/12/03/afganistan-un-terrorista-hizo-estallar-su-motocicleta-y-mato-a-seis-personas-en-el-norte-del-pais/"> <h4 class="">Afganistán: un terrorista hizo estallar su motocicleta y mató a seis personas en el norte del país</h4> <p><span class="excerpt">El hecho ocurrió en una zona donde opera el Estado Islámico, aunque ningún grupo se atribuyó aún el ataque. Se trata del último de una serie de atentados en el país que no vive tregua desde el fin de la misión de la OTAN en 2015</span></p> </a> </figure> </div> <div class="col-sm-4"> <a href="/america/mundo/2017/12/03/afganistan-un-terrorista-hizo-estallar-su-motocicleta-y-mato-a-seis-personas-en-el-norte-del-pais/"> <div class="lazy-wrapper hover-media-overlay"> <img data-original="https://www.infobae.com/new-resizer/nsbMjcTGaowWVNWWetFTZuLTtxI=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03075442/Atentado-en-Jalalabad-Afganistan-2.jpg" alt="" class="image-lazy"> <noscript><img src="https://www.infobae.com/new-resizer/nsbMjcTGaowWVNWWetFTZuLTtxI=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03075442/Atentado-en-Jalalabad-Afganistan-2.jpg" alt=""></noscript> </div> </a> </div> </div> </header> </article> </div> </div> </div> <div class="button pb-loadmore clear generic-results-list-load-more" data-load-more-button-id="5175528" data-keys="Feed-Type,_jge,Feed-Parameter,Feed-Limit,Feed-Order,Feed-Offset" data-values="taxonomy.sites.path:(&quot;/politica&quot; &quot;/sociedad&quot; &quot;/economia&quot; &quot;/deportes-2&quot; &quot;/tecno&quot; &quot;/tendencias&quot; &quot;/salud&quot; &quot;/series-peliculas&quot; &quot;/autos&quot; &quot;/turismo&quot; &quot;/cultura&quot; &quot;/grandes-libros&quot; &quot;/vidriera&quot; &quot;/fotos&quot; &quot;/discapacidad&quot; &quot;/teleshow&quot; &quot;/gente&quot; &quot;/america/america-latina&quot; &quot;/america/mundo&quot; &quot;/america/eeuu&quot; &quot;/america/venezuela&quot; &quot;/america/mexico&quot; &quot;/america/colombia&quot; &quot;/america/entretenimiento&quot; &quot;/america/deportes&quot; &quot;/america/tecno&quot; &quot;/america/fotos&quot; &quot;/america/wapo&quot; &quot;/america/vice&quot; &quot;/parati&quot; &quot;/america/cultura-america&quot; NOT &quot;/deportes-2/diarios-deportivos&quot; AND NOT &quot;/gente/espacio-no-editorial-revista-gente&quot; AND NOT &quot;/gente/ediciones&quot; AND NOT &quot;/parati/ediciones-archivo&quot; AND NOT &quot;/parati/espacio-no-editorial-parati/&quot;) AND revision.published,content-feed,true,6,display_date:desc,0" data-custom-field-keys="formattingOption,enabledLoadMore,showSigline,dateType,offset,commentsCountCivil,commentsCountDisqus,numItems" data-custom-field-values="relative,true,false,displayOnly,0,false,false,7" data-href="/pb/api/v2/render/feature/global/generic-results-list" data-offset="0" data-number-items="6">Mas Noticias</div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f0MkVHTEOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="fHM8zB1EOu6IBq"> <div class="border-bottom-off"> <div class="no-skin flex-item flex-stack text-align-center equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="http://www.infobae.com/te-recomendamos/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_1052791" data-pb-field="custom.label" data-pb-placeholder="Label">TE RECOMENDAMOS</div> </a> </div> </div> </div> </div> <div class="wrapper clearfix pb-feature pb-layout-item pb-f-global-recommend col-lg-12 col-md-12 col-sm-12 col-xs-12" id="fE6dot1EOu6IBq"> <div id="recommendations-marker"></div> <div id="recommendations" style="display:none"> <div class="row result-listing"> <div class="label-text"> <h2 class="header-label"></h2> </div> <script data-template-id="recommendation" type="text/template">
+ <article class="result-item result-teaser result-teaser-normal">
+ <header class="row">
+ <div class="row">
+ <div class="col-sm-8">
+ <figure>
+ <a data-href="{{url}}">
+ <h4>{{headline}}</h4>
+ <p><span class="excerpt">{{summary}}</span></p>
+ </a>
+ </figure>
+ </div>
+ <div class="col-sm-4">
+ <a data-href="{{url}}">
+ <img data-src="{{picture}}"/>
+ </a>
+ </div>
+ </div>
+ </header>
+ </article>
+ </script> </div> </div> <script>(function(){function b(a){"loading"!=document.readyState?a():document.addEventListener("DOMContentLoaded",a)}window.XDomainRequest||b(function(){recommend({count:3,content:"5EPSP5OX6BDPPIKTHQ4JYUHSNI",element:"#recommendations",scrollMarker:"#recommendations-marker",endpoint:"https://recommendations.infobae.arcpublishing.com/hybrid/hybrid-filter",whenToRun:"smart",clientName:"recommend-arc",imageMaxWidth:300})})})();</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f8SMu52EOu6IBq"> <div class="border-bottom-kinda-tight"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fiV2kC1EOu6IBq"> <div id="middle-2-300x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="middle-2-300x250" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("middle-2-300x250","/1058609/infobae/sociedad/nota/middle_2_300x250",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fMfcTw1EOu6IBq"> <div class="border-bottom-tight"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-article-comments-facebook" id="f0Gcl69EOu6IBq"> <h2 class="header-label">Comentarios</h2> <div class="fb-comments" data-href="http://www.infobae.com/sociedad/2017/12/01/una-patota-de-varones-ataco-a-un-rugbier-gay-te-vamos-a-matar-por-puto/" data-numposts="3" data-colorscheme="light" data-order-by="reverse_time" data-width="700px"></div> <div class="clear"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f0RsxmmEOu6IBq"> <div class="border-bottom-tight"></div> </div> </div> <div class="right-rail-chain col-md-4 col-sm-12 col-xs-12 pb-layout-item pb-chain pb-c-right-rail-chain" id="cPOkQK1EOu6IBq"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fLfroK1EOu6IBq"> <div id="right-1-300x600" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="right-1-300x600" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("right-1-300x600","/1058609/infobae/sociedad/nota/right_1_300x600",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fZpXBh1EOu6IBq"> <div id="right-2-300x600" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="right-2-300x600" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("right-2-300x600","/1058609/infobae/sociedad/nota/right_2_300x600",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fDpyZS1EOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="wrapper clearfix col-lg-12 col-md-12 pb-feature pb-layout-item pb-f-global-most-read col-sm-12 col-xs-12" id="f0JgBcJFOu6IBq"> <div class="row"> <h2 class="header-label label label-kicker most-read-wrapper"><a href="http://www.infobae.com/mas-leidas/">MÁS LEÍDAS</a></h2> <aside class="line-up most-read skin skin-card with-bottom-border col-lg-12 col-md-12 col-sm-12 col-xs-12 "> <article class="left"> <header> <div class="number left">1</div><h4 class="left"><a href="/sociedad/policiales/2017/12/03/exclusivo-habla-el-lider-de-la-temible-banda-del-millon-ibamos-a-ir-por-los-bolsos-que-lopez-tiro-en-el-convento/">Exclusivo, habla el líder de la temible Banda del Millón: “Íbamos a ir por los bolsos que López tiró en el convento”</a></h4> <a href="/sociedad/policiales/2017/12/03/exclusivo-habla-el-lider-de-la-temible-banda-del-millon-ibamos-a-ir-por-los-bolsos-que-lopez-tiro-en-el-convento/"> <img src="https://www.infobae.com/new-resizer/R1RvY0B8ow2txSDcg233vSkrhEs=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/29180028/leonardo-mercado-ympa-banda-del-millon-02.jpg" alt="" class="photo right small-img"> </a> </header> </article> <article class="left"> <header> <div class="number left">2</div><h4 class="left"><a href="/sociedad/policiales/2017/12/02/santiago-del-estero-asi-fue-el-pacto-satanico-para-descuartizar-a-un-chico-de-once-anos-2/">Santiago del Estero: así fue el pacto satánico para descuartizar a un chico de once años</a></h4> <a href="/sociedad/policiales/2017/12/02/santiago-del-estero-asi-fue-el-pacto-satanico-para-descuartizar-a-un-chico-de-once-anos-2/"> <img src="https://www.infobae.com/new-resizer/N_NvH9Omw_814ujN5txdgAG57D8=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/06/04180802/asesinato-Mario-Agust%C3%ADn-Salto-1920-4.jpg" alt="Marito fue violado antes de ser estrangulado con un cable." class="photo right small-img"> </a> </header> </article> <article class="left"> <header> <div class="number left">3</div><h4 class="left"><a href="/sociedad/2017/12/03/sobrevivir-a-la-prostitucion-tuve-que-matar-a-la-puta-que-construyeron-dentro-de-mi/">Sobrevivir a la prostitución: "Tuve que matar a la puta que construyeron dentro de mí"</a></h4> <a href="/sociedad/2017/12/03/sobrevivir-a-la-prostitucion-tuve-que-matar-a-la-puta-que-construyeron-dentro-de-mi/"> <img src="https://www.infobae.com/new-resizer/9Ms00i-xfAU9gbJSgqTnoF9zFkA=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30160846/Sonia-Sanchez-8.jpg" alt="" class="photo right small-img"> </a> </header> </article> <article class="left"> <header> <div class="number left">4</div><h4 class="left"><a href="/noticias/2017/12/02/el-furioso-ataque-de-luciana-salazar-contra-martin-redrado/">El furioso ataque de Luciana Salazar contra Martín Redrado</a></h4> <a href="/noticias/2017/12/02/el-furioso-ataque-de-luciana-salazar-contra-martin-redrado/"> <img src="https://www.infobae.com/new-resizer/RUk9KmlnV9ross113tr-1jXTx5U=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/08/17135104/luli.jpg" alt="Martín Redrado y Luciana Salazar" class="photo right small-img"> </a> </header> </article> <article class="left"> <header> <div class="number left">5</div><h4 class="left"><a href="/politica/2017/12/03/un-grupo-mapuche-ya-recibio-del-estado-mas-de-100-millones/">Un grupo mapuche ya recibió del Estado más de 100 millones</a></h4> <a href="/politica/2017/12/03/un-grupo-mapuche-ya-recibio-del-estado-mas-de-100-millones/"> <img src="https://www.infobae.com/new-resizer/h3EUdxrpI48Hz9UOkeb3mxyE12I=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/09/19112338/NEUQUEN2.jpg" alt="" class="photo right small-img"> </a> </header> </article> </aside> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f0dRBteFOu6IBq"> <div id="right-3-300x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="right-3-300x250" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("right-3-300x250","/1058609/infobae/sociedad/nota/right_3_300x250",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fKnhyt1FOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-list-card-column" id="fQuy4j2FOu6IBq"> <div class="col-sm-12 section-column"> <header><a href="/category/"></a><h3 class="header-label"><a href="/category/"></a><a href="http://www.infobae.com/deportes/"><img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/08/29170312/logo_deportes.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" style="height:21px; margin-top:-10px"></a></h3></header> <div class="column-item"> <a href="/america/deportes/2017/12/03/el-club-ingles-que-es-sensacion-en-las-redes-sociales-por-su-creatividad-al-anunciar-los-goles-de-su-equipo/"> <div class="lazy-wrapper"> <img data-original="https://www.infobae.com/new-resizer/fA7qBMo72SfnZmiZbZ9AiiSHPUY=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03080601/PARTIDA-BRISTOL-CITY-2.jpg" alt="" class="image-lazy"> </div> </a> <h4 class="first"><a href="/america/deportes/2017/12/03/el-club-ingles-que-es-sensacion-en-las-redes-sociales-por-su-creatividad-al-anunciar-los-goles-de-su-equipo/">El club inglés que es sensación en las redes sociales por su creatividad al anunciar los goles de su equipo</a></h4> </div> <div class="column-item"> <h4><a href="/deportes-2/2017/12/03/superliga-argentina-20172018-fecha-11-boca-vs-arsenal-hora-tv-arbitro-y-formaciones/">Boca buscará ante Arsenal un resultado que aleje los fantasmas: hora, TV, árbitro y formaciones</a></h4> </div> <div class="column-item"> <h4><a href="/deportes-2/2017/12/03/superliga-argentina-20172018-fecha-11-tigre-vs-san-lorenzo-hora-tv-arbitro-y-formaciones/">San Lorenzo visita a Tigre para superar a Boca y ser el nuevo líder: hora, TV, árbitro y formaciones</a></h4> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f0xyZMPFOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f0sFpkiFOu6IBq"> <div id="right-4-300x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="right-4-300x250" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("right-4-300x250","/1058609/infobae/sociedad/nota/right_4_300x250",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f07ZAViFOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-list-card-column" id="fKvqUn1FOu6IBq"> <div class="col-sm-12 section-column"> <header><a href="/category/"></a><h3 class="header-label"><a href="/category/"></a><a href="https://www.infobae.com/gente/"><strong>MÁS EN &nbsp;<img src="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/02173811/gente.png" style="height:24px; margin-top:-5px"></strong></a></h3></header> <div class="column-item"> <a href="/gente/lo-ultimo/2017/12/02/exclusivo-vimos-antes-que-nadie-13-minutos-de-star-wars-los-ultimos-jedi/"> <div class="lazy-wrapper"> <img data-original="https://www.infobae.com/new-resizer/4DMFMiuID1BL6lbiVzl-yl5NDoA=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/27162306/GENTE-Starwars-Apertura-241117.jpg" alt="El productor Ram Bergman, la actriz Daisy Ridley, el director Rian Johnson y el actor Mark Hamill. Foto: gentileza Disney" class="image-lazy"> </div> </a> <h4 class="first"><a href="/gente/lo-ultimo/2017/12/02/exclusivo-vimos-antes-que-nadie-13-minutos-de-star-wars-los-ultimos-jedi/">Exclusivo: Vimos antes que nadie 13 minutos de Star Wars: Los últimos Jedi</a></h4> </div> <div class="column-item"> <h4><a href="/gente/lo-ultimo/2017/12/02/morla-el-abogado-de-maradona-diego-insiste-con-que-claudia-lo-quiere-ver-muerto/">Morla, el abogado de Maradona: "Diego insiste con que Claudia lo quiere ver muerto"</a></h4> </div> <div class="column-item"> <h4><a href="/gente/lo-ultimo/2017/12/02/toto-kirzner-debuta-en-los-unitarios-de-la-fundacion-huesped-y-dice-hay-prejuicios-y-discriminacion-sobre-el-sida/">Toto Kirzner debuta en los unitarios de la Fundación Huésped y dice: "Hay prejuicios y discriminación sobre el SIDA"</a></h4> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f02bKzyFOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fWuTM72FOu6IBq"> <div id="right-5-300x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="right-5-300x250" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("right-5-300x250","/1058609/infobae/sociedad/nota/right_5_300x250",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-list-card-column" id="f0IQUdnFOu6IBq"> <div class="col-sm-12 section-column"> <header><a href="/category/"></a><h3 class="header-label"><a href="/category/"></a><a href="http://www.infobae.com/tecno"><strong>TECNO</strong></a></h3></header> <div class="column-item"> <a href="/america/tecno/2017/12/03/quien-fue-madame-x-la-mujer-que-revelo-los-codigos-secretos-de-japon-durante-la-segunda-guerra-mundial/"> <div class="lazy-wrapper"> <img data-original="https://www.infobae.com/new-resizer/tgPKJq7_YhCj19pbaMC8gxFQ7bQ=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/27145850/AGNES-MAYER-DRISCOLL1.jpg" alt="" class="image-lazy"> </div> </a> <h4 class="first"><a href="/america/tecno/2017/12/03/quien-fue-madame-x-la-mujer-que-revelo-los-codigos-secretos-de-japon-durante-la-segunda-guerra-mundial/">Quién fue Madame X, la mujer que reveló los códigos secretos de Japón durante la Segunda Guerra Mundial</a></h4> </div> <div class="column-item"> <h4><a href="/tendencias/innovacion/2017/12/02/las-tres-tecnologias-que-cambiaran-nuestro-futuro/">Las tres tecnologías que cambiarán nuestro futuro</a></h4> </div> <div class="column-item"> <h4><a href="/tecno/2017/12/02/quien-controla-el-bitcoin/">¿Quién controla el Bitcoin?</a></h4> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fAKJEr1FOu6IBq"> <div class="border-bottom-airy"></div> </div> <div class="wrapper clearfix col-lg-12 col-md-12 pb-feature pb-layout-item pb-f-global-most-read col-sm-12 col-xs-12" id="f8owjl1FOu6IBq"> <div class="row"> <h2 class="header-label label label-kicker most-read-wrapper"><a href="http://www.infobae.com/america/">MÁS LEÍDAS <img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/09/27141508/america.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" style="height:22px; margin-top:-6px"></a></h2> <aside class="line-up most-read skin skin-card with-bottom-border col-lg-12 col-md-12 col-sm-12 col-xs-12 "> <article class="left"> <header> <div class="number left">1</div><h4 class="left"><a href="/america/mundo/2017/12/03/la-horrenda-historia-de-la-condesa-hungara-que-asesino-a-mas-de-600-mujeres-para-lograr-la-belleza-eterna-con-su-sangre/">La horrenda historia de la condesa húngara que asesinó a más de 600 mujeres para lograr la belleza eterna con su sangre</a></h4> <a href="/america/mundo/2017/12/03/la-horrenda-historia-de-la-condesa-hungara-que-asesino-a-mas-de-600-mujeres-para-lograr-la-belleza-eterna-con-su-sangre/"> <img src="https://www.infobae.com/new-resizer/kUIgIYssfcsPB48GUiOIDg2AxuU=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30184950/Erzs%C3%A9bet-Isabel-Bathory.jpg" alt="" class="photo right small-img"> </a> </header> </article> <article class="left"> <header> <div class="number left">2</div><h4 class="left"><a href="/america/mundo/2017/12/02/como-es-albinen-el-pueblo-que-ofrece-usd-25-mil-a-quienes-quieran-mudarse/">Cómo es Albinen, el pueblo que ofrece USD 25 mil a quienes quieran mudarse</a></h4> <a href="/america/mundo/2017/12/02/como-es-albinen-el-pueblo-que-ofrece-usd-25-mil-a-quienes-quieran-mudarse/"> <img src="https://www.infobae.com/new-resizer/2QIoCOtACpHy-5EpMxIDP4pDzjY=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/02094537/albinen-suiza-1920-4.jpg" alt="CZR23. ALBINEN (SUIZA), 30/11/2017.- Vista general del pueblo de Albinen hoy, jueves 30 de noviembre de 2017, durante la asamblea comunal de Albinen, en Albinen (Suiza). Los residentes de Albinen votarán una nueva regulación comunitaria que propone 25,000 francos suizos por cada persona que se establezca en la municipalidad por al menos 10 años. El subsidio en efectivo surge como una iniciativa para frenar el éxodo de residentes locales fuera de la aldea de Albinen y para atraer a nuevas familias. EFE/CYRIL ZINGARO" class="photo right small-img"> </a> </header> </article> <article class="left"> <header> <div class="number left">3</div><h4 class="left"><a href="/america/deportes/2017/12/02/medios-irlandeses-aseguraron-que-la-vida-de-conor-mcgregor-corre-un-grave-peligro/">Medios irlandeses aseguraron que la vida de Conor McGregor corre un "grave peligro"</a></h4> <a href="/america/deportes/2017/12/02/medios-irlandeses-aseguraron-que-la-vida-de-conor-mcgregor-corre-un-grave-peligro/"> <img src="https://www.infobae.com/new-resizer/V0Xe13tXim1KgOjta3O03N_WTD0=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/08/31084830/063_592638926.jpg" alt="(AFP)" class="photo right small-img"> </a> </header> </article> <article class="left"> <header> <div class="number left">4</div><h4 class="left"><a href="/america/entretenimiento/2017/12/03/los-curiosos-comienzos-como-extras-de-algunas-de-las-estrellas-mas-famosas-de-hollywood/">Los curiosos comienzos como extras de algunas de las estrellas más famosas de Hollywood</a></h4> <a href="/america/entretenimiento/2017/12/03/los-curiosos-comienzos-como-extras-de-algunas-de-las-estrellas-mas-famosas-de-hollywood/"> <img src="https://www.infobae.com/new-resizer/akM-LtOKQ5lEGQkcupgQSGBNDWQ=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30120001/pre-fama-famosos-partida-301117.jpg" alt="" class="photo right small-img"> </a> </header> </article> <article class="left"> <header> <div class="number left">5</div><h4 class="left"><a href="/america/mexico/2017/12/01/regreso-a-su-casa-y-encontro-a-siete-familiares-muertos-y-con-espuma-en-la-boca/">Regresó a su casa y encontró a siete familiares muertos y con espuma en la boca</a></h4> <a href="/america/mexico/2017/12/01/regreso-a-su-casa-y-encontro-a-siete-familiares-muertos-y-con-espuma-en-la-boca/"> <img src="https://www.infobae.com/new-resizer/2PT_ACjXRhuL5RpF8JEBizadhSI=/130x130/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01153823/Suicidio-familiar-Mexico-1.jpg" alt="Siete integrantes de una familia murieron dentro de su domicilio en Tizayuca, Hidalgo. (La prensa. Especial)" class="photo right small-img"> </a> </header> </article> </aside> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fz4KXK1FOu6IBq"> <div id="right-6-300x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="right-6-300x250" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("right-6-300x250","/1058609/infobae/sociedad/nota/right_6_300x250",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fzq1TV1FOu6IBq"> <div class="border-bottom-airy"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-list-card-column" id="f009HK2FOu6IBq"> <div class="col-sm-12 section-column"> <header><a href="/category/"></a><h3 class="header-label"><a href="/category/"></a><a href="http://www.infobae.com/tendencias/"><strong>Tendencias</strong></a></h3></header> <div class="column-item"> <a href="/tendencias/2017/12/02/julian-serrano-a-solas-con-infobae-los-jovenes-de-hoy-son-autodidactas-ambiciosos-y-emprendedores/"> <div class="lazy-wrapper"> <img data-original="https://www.infobae.com/new-resizer/0Gkd-hY3O-OurTrOQBCXGwjwDvw=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30145414/julian-serrano.jpg" alt="" class="image-lazy"> </div> </a> <h4 class="first"><a href="/tendencias/2017/12/02/julian-serrano-a-solas-con-infobae-los-jovenes-de-hoy-son-autodidactas-ambiciosos-y-emprendedores/">Julián Serrano, a solas con Infobae: "Los jóvenes de hoy son autodidactas, ambiciosos y emprendedores"</a></h4> </div> <div class="column-item"> <h4><a href="/mix5411/2017/12/02/la-casa-plegable-que-cuesta-menos-de-30-000-euros-y-se-arma-en-solo-6-horas/">La casa plegable que cuesta menos de 30.000 euros y se arma en solo 6 horas</a></h4> </div> <div class="column-item"> <h4><a href="/mix5411/2017/12/02/el-apasionado-beso-del-ken-humano-que-confirmo-su-verdadera-sexualidad/">El apasionado beso del “Ken humano” que confirmó su verdadera sexualidad</a></h4> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f0PcYSlFOu6IBq"> <div class="border-bottom-airy"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f0zJQibFOu6IBq"> <div id="right-7-300x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod ad-300X250" data-slot-name="right-7-300x250" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("right-7-300x250","/1058609/infobae/sociedad/nota/right_7_300x250",[[300,250],[300,600]],"");</script> </div> <div class="wrapper clearfix pb-feature pb-layout-item pb-f-global-mailchimp-signup col-lg-12 col-md-12 col-sm-12 col-xs-12" id="f0kgs26FOu6IBq"> <div class=" col-xs-12 col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <div class="form-wrapper row"> <div id="mc_embed_signup" style="width: 100%;"> <form action="//infobae.us13.list-manage.com/subscribe/post?u=4e953e7139f83467d8edcac2e&amp;id=4ec30b39ed" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll" style="height: 165px; border: 1px solid #e2e2e2; "> <h2 style="font-size: 20px; font-family: arial; font-weight: normal; margin-top: 0px; margin-bottom: 0px; padding-top: 15px; text-align: center; color: #f68e01;"><img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/09/22145201/closed-envelope.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" width="40px" style="padding-right: 10px; vertical-align: middle;">Newsletter <img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/wapopartners.com/infobae-wp/wp-content/uploads/2016/03/29190548/infobae.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" style="height:20px; margin-top:-8px"></h2> <p style="font-family: arial; font-size: 16px; color: #9e9e9e; margin-top: 5px; text-align: center;"> </p><div class="mc-field-group" style="text-align: center; "> <input type="email" id="mce-EMAIL" name="EMAIL" required placeholder="Tu email" style="width:100%; height: 34px; font-size: 14px; "> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <div style="position: absolute; left: -5000px;" aria-hidden="true"> <input type="text" name="b_4e953e7139f83467d8edcac2e_4ec30b39ed" tabindex="-1" value=""> </div> <div class="clear"> <input type="submit" value="Suscribirse" name="subscribe" id="mc-embedded-subscribe" style=" background: #f68e01; color: white !important; font-weight: normal; display: block; margin-top: 5px; margin-bottom: 10px; border: 1px solid #f68e01; width: 80%; height: 36px; transition: background 0.3s; font-size: 19px; margin-left: 10%; margin-right: 10%;"> </div> </div> </form> </div> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fwnELc2FOu6IBq"> <div class="border-bottom-none"></div> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fC7J2j2FOu6IBq"> <div id="exp-push-2-970x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod expandable ad-970X90 hide-mobile" data-slot-name="exp-push-2-970x250" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none hide-mobile"></div> <script>window.dfpAdHelper.appendAd("exp-push-2-970x250","/1058609/infobae/sociedad/nota/exp_push_2_970x250",[[970,90],[970,250]],"expandable");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f3CSaU1FOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain full" id="c0G2Xa9FOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="fWDW661g7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="https://www.infobae.com/teleshow/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_990267" data-pb-field="custom.label" data-pb-placeholder="Label">TELESHOW</div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0N7qeTg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/teleshow/infoshow/2017/12/03/quienes-son-yon-gonzalez-y-amaia-salamanca-los-actores-de-las-series-espanolas-que-hacen-furor-en-netflix/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Quiénes son Yon González y Amaia Salamanca, los actores de las series españolas que hacen furor en Netflix </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_3658" class="lazy-wrapper photo-wrapper"> <a href="/teleshow/infoshow/2017/12/03/quienes-son-yon-gonzalez-y-amaia-salamanca-los-actores-de-las-series-espanolas-que-hacen-furor-en-netflix/"><img data-original="https://www.infobae.com/new-resizer/hxs4a_adg23D-1h7b2YDrBgQu3U=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/21200606/gran-hotel.jpg" class="image-lazy"></a></div> <style>#flex_3658.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_3658.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0uK44Dg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/teleshow/infoshow/2017/12/03/la-ultima-moda-de-la-farandula-las-hijas-de-los-famosos-se-convierten-en-empresarias-y-lanzan-sus-propias-marcas/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> La última moda de la farándula: las hijas de los famosos se convierten en empresarias y lanzan sus propias marcas </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6639" class="lazy-wrapper photo-wrapper"> <a href="/teleshow/infoshow/2017/12/03/la-ultima-moda-de-la-farandula-las-hijas-de-los-famosos-se-convierten-en-empresarias-y-lanzan-sus-propias-marcas/"><img data-original="https://www.infobae.com/new-resizer/44VfN5GfgFdhha4Amz9eLstvf2s=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01123729/hijas-famosos-portada.jpg" class="image-lazy"></a></div> <style>#flex_6639.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_6639.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="ffTE5O1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/teleshow/infoshow/2017/12/03/a-25-anos-del-boom-de-la-pachanga-la-historia-jamas-contada-del-hit-de-vilma-palma-quien-era-el-pelado/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> A 25 años del boom de "La pachanga", la historia jamás contada del hit de Vilma Palma: ¿quién era "El Pelado"? </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_3727" class="lazy-wrapper photo-wrapper"> <a href="/teleshow/infoshow/2017/12/03/a-25-anos-del-boom-de-la-pachanga-la-historia-jamas-contada-del-hit-de-vilma-palma-quien-era-el-pelado/"><img data-original="https://www.infobae.com/new-resizer/lf2elydCw7tq93Y0zafy17RLdjU=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01185417/Vilma-Palma-portada-1.jpg" class="image-lazy"></a></div> <style>#flex_3727.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_3727.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fD8D3i1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/entretenimiento/2017/12/03/los-curiosos-comienzos-como-extras-de-algunas-de-las-estrellas-mas-famosas-de-hollywood/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Los curiosos comienzos como extras de algunas de las estrellas más famosas de Hollywood </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6285" class="lazy-wrapper photo-wrapper"> <a href="/america/entretenimiento/2017/12/03/los-curiosos-comienzos-como-extras-de-algunas-de-las-estrellas-mas-famosas-de-hollywood/"><img data-original="https://www.infobae.com/new-resizer/GrSLk3FaBhPdtA-V0dJ3l4UWlTQ=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30120001/pre-fama-famosos-partida-301117.jpg" class="image-lazy"></a></div> <style>#flex_6285.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_6285.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="pb-container"> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain col-lg-12 col-md-12 col-sm-12 col-xs-12" id="c0Mg8RVFOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="f00OvHUg7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-center"> <a href="https://www.infobae.com/deportes/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_3341952" data-pb-field="custom.label" data-pb-placeholder="Label">DEPORTES</div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0cCBJ1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/america/deportes/2017/12/03/el-club-ingles-que-es-sensacion-en-las-redes-sociales-por-su-creatividad-al-anunciar-los-goles-de-su-equipo/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> El club inglés que es sensación en las redes sociales por su creatividad al anunciar los goles de su equipo </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_1241" class="lazy-wrapper photo-wrapper"> <a href="/america/deportes/2017/12/03/el-club-ingles-que-es-sensacion-en-las-redes-sociales-por-su-creatividad-al-anunciar-los-goles-de-su-equipo/"><img data-original="https://www.infobae.com/new-resizer/Hdy0B-KZrJ-ozGgG1oClQK8hohw=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03080601/PARTIDA-BRISTOL-CITY-2.jpg" class="image-lazy"></a></div> <style>#flex_1241.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_1241.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fAgG012g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/deportes-2/2017/12/03/superliga-argentina-20172018-fecha-11-boca-vs-arsenal-hora-tv-arbitro-y-formaciones/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Boca buscará ante Arsenal un resultado que aleje los fantasmas: hora, TV, árbitro y formaciones </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_4998" class="lazy-wrapper photo-wrapper"> <a href="/deportes-2/2017/12/03/superliga-argentina-20172018-fecha-11-boca-vs-arsenal-hora-tv-arbitro-y-formaciones/"><img data-original="https://www.infobae.com/new-resizer/52xrGqaxiziwIEgP5uz0Sq3Ndm0=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/01184009/Boca-Juniors-vs-Chacarita-Juniors-1920-3.jpg" class="image-lazy"></a></div> <style>#flex_4998.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_4998.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f06nWvtg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/deportes-2/2017/12/03/superliga-argentina-20172018-fecha-11-tigre-vs-san-lorenzo-hora-tv-arbitro-y-formaciones/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> San Lorenzo visita a Tigre para superar a Boca y ser el nuevo líder: hora, TV, árbitro y formaciones </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_3439" class="lazy-wrapper photo-wrapper"> <a href="/deportes-2/2017/12/03/superliga-argentina-20172018-fecha-11-tigre-vs-san-lorenzo-hora-tv-arbitro-y-formaciones/"><img data-original="https://www.infobae.com/new-resizer/bWfREjUA_H17Qy9fA01pcxu5_NM=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/04/02193748/Tigre-vs-San-Lorenzo-2017-1920-Telam.jpg" class="image-lazy"></a></div> <style>#flex_3439.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_3439.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0X2H9Zg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/deportes-2/2017/12/03/superliga-argentina-20162017-fecha-11-talleres-vs-estudiantes/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Talleres recibe a Estudiantes para acercarse a la cima: hora, TV y formaciones </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_856" class="lazy-wrapper photo-wrapper"> <a href="/deportes-2/2017/12/03/superliga-argentina-20162017-fecha-11-talleres-vs-estudiantes/"><img data-original="https://www.infobae.com/new-resizer/YRtH5ZxPVN7RX4moey6FvIjbGeQ=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03070044/talleres-vs-estudiantes-superliga-1920.jpg" class="image-lazy"></a></div> <style>#flex_856.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_856.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain" id="c0RxE6EFOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="fodP881g7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-center equalize-height-target"> <div class="label-wrapper text-align-center"> <a href="https://www.infobae.com/tendencias/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_9017760" data-pb-field="custom.label" data-pb-placeholder="Label">TENDENCIAS</div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0WZbSpg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/discapacidad/2017/12/02/reflexion-conciencia-e-inclusion-los-3-objetivos-que-persigue-el-dia-internacional-de-las-personas-con-discapacidad/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Reflexión, conciencia e inclusión, los 3 objetivos que persigue el Día Internacional de las Personas con Discapacidad </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6203" class="lazy-wrapper photo-wrapper"> <a href="/discapacidad/2017/12/02/reflexion-conciencia-e-inclusion-los-3-objetivos-que-persigue-el-dia-internacional-de-las-personas-con-discapacidad/"><img data-original="https://www.infobae.com/new-resizer/OrVJ4FksGGi_EnTPTVvlh1NXPJw=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01151604/discapacidad.jpg" class="image-lazy"></a></div> <style>#flex_6203.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_6203.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0kjckmg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/turismo/2017/12/02/turismo-instagrammer-los-10-rincones-mas-fotogenicos-de-jamaica/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Turismo instagrammer: los 10 rincones más "fotogénicos" de Jamaica </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_1591" class="lazy-wrapper photo-wrapper"> <a href="/turismo/2017/12/02/turismo-instagrammer-los-10-rincones-mas-fotogenicos-de-jamaica/"><img data-original="https://www.infobae.com/new-resizer/4J_GegtAPRNosLKfU_eKCJNbuYo=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/26145521/jamaica-2.jpg" class="image-lazy"></a></div> <style>#flex_1591.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_1591.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fW0LGR1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/tendencias/2017/12/02/narda-lepes-uno-de-los-errores-mas-grandes-es-preguntarle-a-los-chicos-que-quieren-comer/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Narda Lepes: "Uno de los errores más grandes es preguntarle a los chicos qué quieren comer" </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6979" class="lazy-wrapper photo-wrapper"> <a href="/tendencias/2017/12/02/narda-lepes-uno-de-los-errores-mas-grandes-es-preguntarle-a-los-chicos-que-quieren-comer/"><img data-original="https://www.infobae.com/new-resizer/C3VHqg20pdYUd-2c3xRsAvPlKdo=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30142733/narda-portada.jpg" class="image-lazy"></a></div> <style>#flex_6979.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_6979.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0DyQLfg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/tendencias/2017/12/02/julian-serrano-a-solas-con-infobae-los-jovenes-de-hoy-son-autodidactas-ambiciosos-y-emprendedores/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Julián Serrano, a solas con Infobae: "Los jóvenes de hoy son autodidactas, ambiciosos y emprendedores" </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6693" class="lazy-wrapper photo-wrapper"> <a href="/tendencias/2017/12/02/julian-serrano-a-solas-con-infobae-los-jovenes-de-hoy-son-autodidactas-ambiciosos-y-emprendedores/"><img data-original="https://www.infobae.com/new-resizer/bExHnE6e6ZQa7TyXcue8nsx3xc8=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30145414/julian-serrano.jpg" class="image-lazy"></a></div> <style>#flex_6693.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_6693.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f0jHQggFOu6IBq"> <div id="exp-push-3-970x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod expandable ad-970X90 hide-mobile" data-slot-name="exp-push-3-970x250" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none hide-mobile"></div> <script>window.dfpAdHelper.appendAd("exp-push-3-970x250","/1058609/infobae/sociedad/nota/exp_push_3_970x250",[[970,90],[970,250]],"expandable");</script> </div> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain full" id="cbqaIH1FOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="f3LWzd1f7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="https://www.infobae.com/gente/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_5384964" data-pb-field="custom.label" data-pb-placeholder="Label"><img src="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/02173813/gente-25.png" style="height:24px; margin-top:-5px"></div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0mmsI9f7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/gente/lo-ultimo/2017/12/02/toto-kirzner-debuta-en-los-unitarios-de-la-fundacion-huesped-y-dice-hay-prejuicios-y-discriminacion-sobre-el-sida/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Toto Kirzner debuta en los unitarios de la Fundación Huésped y dice: "Hay prejuicios y discriminación sobre el SIDA" </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_5848" class="lazy-wrapper photo-wrapper"> <a href="/gente/lo-ultimo/2017/12/02/toto-kirzner-debuta-en-los-unitarios-de-la-fundacion-huesped-y-dice-hay-prejuicios-y-discriminacion-sobre-el-sida/"><img data-original="https://www.infobae.com/new-resizer/O9mKGdyH5B-Jv9YgcYks6rtyrwo=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/27104906/GENTE-TOTO-Kirzner-AP-004-241117.jpg" class="image-lazy"></a></div> <style>#flex_5848.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_5848.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0pQnPsf7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/gente/personajes/2017/12/02/los-rituales-de-axel-antes-de-cada-show-piso-el-escenario-y-siento-una-explosion/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Los rituales de Axel antes de cada show: "Piso el escenario y siento una explosión" </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_5996" class="lazy-wrapper photo-wrapper"> <a href="/gente/personajes/2017/12/02/los-rituales-de-axel-antes-de-cada-show-piso-el-escenario-y-siento-una-explosion/"><img data-original="https://www.infobae.com/new-resizer/s93U6tfFeCi6Ez_FadNzzfjZ0h4=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/27222707/GENTE-RECITAL-AXEL-AP-017-FOM-20171128.jpg" class="image-lazy"></a></div> <style>#flex_5996.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_5996.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fbt12L1f7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/gente/revista-gente-fotos/2017/12/02/las-fotos-mas-sensuales-de-barbie-velez-en-gente/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Las fotos más sensuales de Barbie Vélez en GENTE </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_9490" class="lazy-wrapper photo-wrapper"> <a href="/gente/revista-gente-fotos/2017/12/02/las-fotos-mas-sensuales-de-barbie-velez-en-gente/"><img data-original="https://www.infobae.com/new-resizer/DeNaRzPPQp4-Jcg2OKaGyYVH_y0=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01162803/GENTE-BarbieVelez-APERTURA2-011217-02.jpg" class="image-lazy"></a></div> <style>#flex_9490.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_9490.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fWjAv02f7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/gente/notas-de-tapa/2017/11/28/barbie-velez-despues-de-fede-bal-hay-muchos-lugares-que-evito-para-no-cruzarlo/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Barbie Vélez después de Fede Bal: "Hay muchos lugares que evito para no cruzarlo" </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_3751" class="lazy-wrapper photo-wrapper"> <a href="/gente/notas-de-tapa/2017/11/28/barbie-velez-despues-de-fede-bal-hay-muchos-lugares-que-evito-para-no-cruzarlo/"><img data-original="https://www.infobae.com/new-resizer/erwd19H8nCdPPC8jM0ZESPNr1co=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/28094237/GENTE-BARBIE-VELEZ-002-2711171.jpg" class="image-lazy"></a></div> <style>#flex_3751.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_3751.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain full" id="cYJc9I1FOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="f0bbjBig7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-center equalize-height-target"> <div class="label-wrapper text-align-center"> <a href="https://www.infobae.com/salud/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_1123380" data-pb-field="custom.label" data-pb-placeholder="Label">SALUD</div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fVKVnY1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/salud/fitness/2017/12/02/the-trip-el-entrenamiento-futurista-de-ciclismo-indoor-que-es-furor-en-europa/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> The Trip, el entrenamiento futurista de ciclismo indoor que es furor en Europa </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_2551" class="lazy-wrapper photo-wrapper"> <a href="/salud/fitness/2017/12/02/the-trip-el-entrenamiento-futurista-de-ciclismo-indoor-que-es-furor-en-europa/"><img data-original="https://www.infobae.com/new-resizer/tb6U33BQ6Abvukc1HwPIT1901x4=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/28191540/the-trip.jpg" class="image-lazy"></a></div> <style>#flex_2551.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_2551.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fyRyZX1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/salud/2017/12/01/vivir-con-hipertimesia-el-extrano-sindrome-de-los-que-recuerdan-con-exactitud-cada-detalle-de-su-vida/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Vivir con hipertimesia, el extraño síndrome de los que recuerdan con exactitud cada detalle de su vida </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_957" class="lazy-wrapper photo-wrapper"> <a href="/salud/2017/12/01/vivir-con-hipertimesia-el-extrano-sindrome-de-los-que-recuerdan-con-exactitud-cada-detalle-de-su-vida/"><img data-original="https://www.infobae.com/new-resizer/K4c5Gjdk6qy-whpvAUSPgxPbok4=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30134206/GettyImages-543174872.jpg" class="image-lazy"></a></div> <style>#flex_957.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_957.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0y3nImg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/salud/2017/12/01/el-spa-del-corazon-asi-funciona-la-ultima-tecnologia-para-el-tratamiento-de-angioplastias/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> El spa del corazón: así funciona la última tecnología para el tratamiento de angioplastias </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_3025" class="lazy-wrapper photo-wrapper"> <a href="/salud/2017/12/01/el-spa-del-corazon-asi-funciona-la-ultima-tecnologia-para-el-tratamiento-de-angioplastias/"><img data-original="https://www.infobae.com/new-resizer/vsC8urmO6AetNnMxPyqBDsIeDM4=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/08/29084700/cuidado-corazon-2.jpg" class="image-lazy"></a></div> <style>#flex_3025.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_3025.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0d4PGgg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/salud/fitness/2017/12/01/el-plan-fit-para-el-verano-la-rutina-ideal-para-afinar-la-silueta-antes-de-las-vacaciones/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> El plan fit para el verano: la rutina ideal para afinar la silueta antes de las vacaciones </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_1794" class="lazy-wrapper photo-wrapper"> <a href="/salud/fitness/2017/12/01/el-plan-fit-para-el-verano-la-rutina-ideal-para-afinar-la-silueta-antes-de-las-vacaciones/"><img data-original="https://www.infobae.com/new-resizer/evSziA2xz-hO8Irc_vIr02N5o3g=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30162416/playa-entrenamiento.jpg" class="image-lazy"></a></div> <style>#flex_1794.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_1794.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="f0PYm6WFOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="fYUikr1FOu6IBq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="http://www.infobae.com/america/fotos/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_355378" data-pb-field="custom.label" data-pb-placeholder="Label">FOTOS AL 100</div> </a> </div> </div> </div> </div> <div class="pb-container"> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain col-lg-12 col-md-12 col-sm-12 col-xs-12" id="cUETB72FOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix col-lg-4 col-xs-12 col-md-4 pb-feature pb-layout-item pb-f-homepage-story-feed col-sm-4" id="f09Xaimg7DnoCq"> <div class="border-bottom-tight flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/vidriera/2017/12/03/40-fotos-del-124o-campeonato-argentino-abierto-de-polo-de-palermo/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> 40 fotos del 124º Campeonato Argentino Abierto de Polo de Palermo </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6596" class="lazy-wrapper photo-wrapper"> <a href="/vidriera/2017/12/03/40-fotos-del-124o-campeonato-argentino-abierto-de-polo-de-palermo/"><img data-original="https://www.infobae.com/new-resizer/UgWnm-sqKzNRVhG5xW2c7-MxP-8=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03051929/valeria-mazza1.jpg" class="image-lazy"></a></div> <style>#flex_6596.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_6596.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-4 col-xs-12 col-md-4 pb-feature pb-layout-item pb-f-homepage-story-feed col-sm-4" id="fm1eng1g7DnoCq"> <div class="border-bottom-tight flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/teleshow/fotos-teleshow/2017/12/03/un-fuego-las-fotos-mas-sexies-de-vicky-garay-la-cunada-de-pampita-en-la-intimidad-tengo-la-iniciativa/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> ¡Un fuego! Las fotos más sexies de Vicky Garay, la cuñada de Pampita: "En la intimidad tengo la iniciativa" </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6736" class="lazy-wrapper photo-wrapper"> <a href="/teleshow/fotos-teleshow/2017/12/03/un-fuego-las-fotos-mas-sexies-de-vicky-garay-la-cunada-de-pampita-en-la-intimidad-tengo-la-iniciativa/"><img data-original="https://www.infobae.com/new-resizer/w5Vt8TMqiJmcFdCBZ0IZsQf4dd8=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30125820/Vicky-Garay-cunada-Pampita-8.jpg" class="image-lazy"></a></div> <style>#flex_6736.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_6736.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-4 col-xs-12 col-md-4 pb-feature pb-layout-item pb-f-homepage-story-feed col-sm-4" id="f0q3bwig7DnoCq"> <div class="border-bottom-tight flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/gente/revista-gente-fotos/2017/12/02/las-fotos-mas-sensuales-de-barbie-velez-en-gente/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Las fotos más sensuales de Barbie Vélez en GENTE </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_1752" class="lazy-wrapper photo-wrapper"> <a href="/gente/revista-gente-fotos/2017/12/02/las-fotos-mas-sensuales-de-barbie-velez-en-gente/"><img data-original="https://www.infobae.com/new-resizer/WY0dN2YIclfNe-8yHVrFMVP4gCk=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01162803/GENTE-BarbieVelez-APERTURA2-011217-02.jpg" class="image-lazy"></a></div> <style>#flex_1752.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_1752.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fOnNlj1g7DnoCq"> <div class="border-bottom-off"></div> </div> <div class="wrapper clearfix col-lg-4 col-xs-12 col-md-4 pb-feature pb-layout-item pb-f-homepage-story-feed col-sm-4" id="f0I1hnug7DnoCq"> <div class="border-bottom-tight flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/teleshow/fotos-teleshow/2017/12/02/asi-lucian-los-actores-de-el-chavo-del-8-cuando-eran-ninos-en-la-vida-real/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Así lucían los actores de "El Chavo del 8" cuando eran niños en la vida real </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_1473" class="lazy-wrapper photo-wrapper"> <a href="/teleshow/fotos-teleshow/2017/12/02/asi-lucian-los-actores-de-el-chavo-del-8-cuando-eran-ninos-en-la-vida-real/"><img data-original="https://www.infobae.com/new-resizer/kRNFVofmqVaiOJME7eqI_Ry3I5s=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/06/18125550/1457985288-chavo-del-8-y-su-cancelacion.jpg" class="image-lazy"></a></div> <style>#flex_1473.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_1473.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-4 col-xs-12 col-md-4 pb-feature pb-layout-item pb-f-homepage-story-feed col-sm-4" id="f0IRKNog7DnoCq"> <div class="border-bottom-tight flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/vidriera/2017/12/02/25-fotos-del-100-aniversario-de-la-residencia-britanica/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> 25 fotos del 100° aniversario de la Residencia Británica </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_8402" class="lazy-wrapper photo-wrapper"> <a href="/vidriera/2017/12/02/25-fotos-del-100-aniversario-de-la-residencia-britanica/"><img data-original="https://www.infobae.com/new-resizer/h0TF3u1_fPFYvReVzQE2pw_Q4rg=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01163839/Aniversario-Embajada-de-Reino-Unido-21.jpg" class="image-lazy"></a></div> <style>#flex_8402.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_8402.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-4 col-xs-12 col-md-4 pb-feature pb-layout-item pb-f-homepage-story-feed col-sm-4" id="f0BKb6eg7DnoCq"> <div class="border-bottom-tight flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/teleshow/fotos-teleshow/2017/12/02/la-semana-en-imagenes-el-suicidio-de-rocio-gancedo-el-polemico-noviazgo-de-barbie-velez-y-la-gala-de-gente/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> La semana, en imágenes: el suicidio de Rocío Gancedo, el polémico noviazgo de Barbie Vélez y la gala de Gente </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_7735" class="lazy-wrapper photo-wrapper"> <a href="/teleshow/fotos-teleshow/2017/12/02/la-semana-en-imagenes-el-suicidio-de-rocio-gancedo-el-polemico-noviazgo-de-barbie-velez-y-la-gala-de-gente/"><img data-original="https://www.infobae.com/new-resizer/Fi1nrjjm8sXWDxhOQ0KxjdsdsG8=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/01132302/Semana-imagenes.jpg" class="image-lazy"></a></div> <style>#flex_7735.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_7735.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="fOsxDr1FOu6IBq"> <div id="exp-push-4-970x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod expandable ad-970X90 hide-mobile" data-slot-name="exp-push-4-970x250" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none hide-mobile"></div> <script>window.dfpAdHelper.appendAd("exp-push-4-970x250","/1058609/infobae/sociedad/nota/exp_push_4_970x250",[[970,90],[970,250]],"expandable");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fpYsDi2FOu6IBq"> <div class="border-bottom-none"></div> </div> <div class="pb-container"> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain" id="cDMwUv1FOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="fqgKgI1g7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="https://www.infobae.com/series-peliculas/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_4556411" data-pb-field="custom.label" data-pb-placeholder="Label">SERIES Y PELÍCULAS</div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0tn05Jg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/series-peliculas/2017/12/03/young-sheldon-un-spin-off-de-la-serie-la-teoria-del-big-bang/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> “Young Sheldon”: un spin-off de la serie “La teoría del Big Bang” </a> </div> <div class="blurb normal-style" data-pb-field="description.basic" data-pb-field-type="text" data-pb-placeholder="Write blurb here.">🍿🍿🍿 Buena</div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_1293" class="lazy-wrapper photo-wrapper"> <a href="/series-peliculas/2017/12/03/young-sheldon-un-spin-off-de-la-serie-la-teoria-del-big-bang/"><img data-original="https://www.infobae.com/new-resizer/0564aPlHib0y4AVwwnLw8WZNyoc=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/02174411/sheldon8.jpg" class="image-lazy"></a></div> <style>#flex_1293.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_1293.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f05Dv52g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/series-peliculas/2017/12/02/el-actor-jeremy-renner-protagoniza-la-cinta-policiaca-viento-salvaje/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> El policial “Viento salvaje”, con Jeremy Renner, llega al streaming vía iTunes </a> </div> <div class="blurb normal-style" data-pb-field="description.basic" data-pb-field-type="text" data-pb-placeholder="Write blurb here.">🍿🍿🍿🍿 Muy Buena</div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_8881" class="lazy-wrapper photo-wrapper"> <a href="/series-peliculas/2017/12/02/el-actor-jeremy-renner-protagoniza-la-cinta-policiaca-viento-salvaje/"><img data-original="https://www.infobae.com/new-resizer/cIhw1FZ0NLaN0UHeEkBDX4tPr64=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/30134716/wind5.jpg" class="image-lazy"></a></div> <style>#flex_8881.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_8881.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fhxzjT1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/series-peliculas/2017/12/02/la-querida-del-centauro-serie-netflix/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> La segunda temporada de “La querida del Centauro” trae acción y venganza </a> </div> <div class="blurb normal-style" data-pb-field="description.basic" data-pb-field-type="text" data-pb-placeholder="Write blurb here.">🍿🍿🍿🍿🍿 Excelente</div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_4261" class="lazy-wrapper photo-wrapper"> <a href="/series-peliculas/2017/12/02/la-querida-del-centauro-serie-netflix/"><img data-original="https://www.infobae.com/new-resizer/AOfkpyAGNm7FB2FXy4eh4Q2zIt0=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/22094847/querida7.jpg" class="image-lazy"></a></div> <style>#flex_4261.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_4261.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fsQTMO1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="skin skin-card flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/series-peliculas/2017/12/01/32-pills-my-sisters-suicide-se-estrena-en-hbo/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> “32 Pills: My Sister’s Suicide”: un documental desgarrador en HBO </a> </div> <div class="blurb normal-style" data-pb-field="description.basic" data-pb-field-type="text" data-pb-placeholder="Write blurb here.">🍿🍿🍿 Buena</div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_7721" class="lazy-wrapper photo-wrapper"> <a href="/series-peliculas/2017/12/01/32-pills-my-sisters-suicide-se-estrena-en-hbo/"><img data-original="https://www.infobae.com/new-resizer/BXyYUEsoYXgq85VtBXHrOfcA_hc=/999x999/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/20171636/pills5.jpeg" class="image-lazy"></a></div> <style>#flex_7721.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:100.0%}#flex_7721.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain" id="c0r7MoKFOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="fxA1VN1g7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="https://www.infobae.com/america/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_6602736" data-pb-field="custom.label" data-pb-placeholder="Label">INFOBAE AMÉRICA</div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0A4tzxg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/america/venezuela/2017/12/02/la-oposicion-venezolana-califico-de-relevante-el-dialogo-con-el-regimen-de-nicolas-maduro/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> La oposición venezolana calificó de "relevante" el diálogo con el régimen de Nicolás Maduro </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_4728" class="lazy-wrapper photo-wrapper"> <a href="/america/venezuela/2017/12/02/la-oposicion-venezolana-califico-de-relevante-el-dialogo-con-el-regimen-de-nicolas-maduro/"><img data-original="https://www.infobae.com/new-resizer/AUFnC7lWvqDSXK7n9n5c2cLZlHY=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/02230532/julio-borges.jpg" class="image-lazy"></a></div> <style>#flex_4728.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_4728.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fkZpIn1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/america/eeuu/2017/12/03/la-felicidad-de-una-perra-rescatada-de-la-calle-luego-de-recibir-un-corte-de-pelo-y-ser-adoptada/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> La felicidad de una perra rescatada de la calle luego de recibir un corte de pelo y ser adoptada </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_9039" class="lazy-wrapper photo-wrapper"> <a href="/america/eeuu/2017/12/03/la-felicidad-de-una-perra-rescatada-de-la-calle-luego-de-recibir-un-corte-de-pelo-y-ser-adoptada/"><img data-original="https://www.infobae.com/new-resizer/82fqkJzLYSZ29x3SmW4iB3oI0GE=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03013054/perro-callejero-.jpg" class="image-lazy"></a></div> <style>#flex_9039.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_9039.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0c5XQVg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/america/mundo/2017/12/03/afganistan-un-terrorista-hizo-estallar-su-motocicleta-y-mato-a-seis-personas-en-el-norte-del-pais/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Afganistán: un terrorista hizo estallar su motocicleta y mató a seis personas en el norte del país </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_380" class="lazy-wrapper photo-wrapper"> <a href="/america/mundo/2017/12/03/afganistan-un-terrorista-hizo-estallar-su-motocicleta-y-mato-a-seis-personas-en-el-norte-del-pais/"><img data-original="https://www.infobae.com/new-resizer/xjF9ninc_gb063jjrgzgdtMz8k4=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03075442/Atentado-en-Jalalabad-Afganistan-2.jpg" class="image-lazy"></a></div> <style>#flex_380.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_380.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0eAMdrg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline x-small normal-style "> <a href="/series-peliculas/2017/12/03/young-sheldon-un-spin-off-de-la-serie-la-teoria-del-big-bang/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> “Young Sheldon”: un spin-off de la serie “La teoría del Big Bang” </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_2485" class="lazy-wrapper photo-wrapper"> <a href="/series-peliculas/2017/12/03/young-sheldon-un-spin-off-de-la-serie-la-teoria-del-big-bang/"><img data-original="https://www.infobae.com/new-resizer/orok5NUpB9AvW-PM8Uu8f77qWE8=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/02174411/sheldon8.jpg" class="image-lazy"></a></div> <style>#flex_2485.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_2485.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f06IFjoFOu6IBq"> <div id="exp-push-5-970x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod expandable ad-970X90 hide-mobile" data-slot-name="exp-push-5-970x250" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none hide-mobile"></div> <script>window.dfpAdHelper.appendAd("exp-push-5-970x250","/1058609/infobae/sociedad/nota/exp_push_5_970x250",[[970,90],[970,250]],"expandable");</script> </div> <div class="pb-container"> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain" id="ckKFao1FOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="f3joKi2g7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="https://www.infobae.com/america/wapo/"> <div style="color:#000000;background-color:#000000;" class="pb-font-smoothing label label-bar label-with-background class_5768958" data-pb-field="custom.label" data-pb-placeholder="Label"><img src="https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/05/22094331/the-washington-post_logo.png" style="height:28px; margin-top:-1px"></div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0pyzIrg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/wapo/2017/12/03/como-el-perro-parlante-de-alexander-graham-bell-ayudo-al-diseno-del-apple-iphone-x/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> De qué forma el perro parlante de Alexander Graham Bell ayudó al diseño del iPhone X </a> </div> <div class="art art-low art-x-small art-full-width text-align-left no-art-separator"> <div id="flex_3150" class="lazy-wrapper photo-wrapper"> <a href="/america/wapo/2017/12/03/como-el-perro-parlante-de-alexander-graham-bell-ayudo-al-diseno-del-apple-iphone-x/"><img data-original="https://www.infobae.com/new-resizer/P3xpBeKhzmpLzNStNJd5pDwTvaE=/999x751/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/21152830/iphone-tienda-apple.jpg" class="image-lazy"></a></div> <style>#flex_3150.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:75.18796992481202%}#flex_3150.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f1A6Gy1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/wapo/2017/12/03/mi-hermana-sigue-saliendo-con-hombres-mayores-acaso-es-por-culpa-de-nuestro-padre/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Mi hermana sigue saliendo con hombres mayores ¿Acaso es por culpa de nuestro padre? </a> </div> <div class="art art-low art-x-small art-full-width text-align-left no-art-separator"> <div id="flex_6333" class="lazy-wrapper photo-wrapper"> <a href="/america/wapo/2017/12/03/mi-hermana-sigue-saliendo-con-hombres-mayores-acaso-es-por-culpa-de-nuestro-padre/"><img data-original="https://www.infobae.com/new-resizer/v7mVgpICo2sJw3MhzWJlMWvI7l4=/999x751/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/30161427/PARATI-PAREJA-APERTURA-ESTARMEJOR-150917.jpg" class="image-lazy"></a></div> <style>#flex_6333.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:75.18796992481202%}#flex_6333.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0pA22yg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/wapo/2017/12/03/como-el-aspecto-humoristico-de-lo-burdo-puede-ayudar-a-los-ninos-a-entender-sus-cuerpos/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Cómo el aspecto humorístico de lo burdo puede ayudar a los niños a entender sus cuerpos </a> </div> <div class="art art-low art-x-small art-full-width text-align-left no-art-separator"> <div id="flex_3153" class="lazy-wrapper photo-wrapper"> <a href="/america/wapo/2017/12/03/como-el-aspecto-humoristico-de-lo-burdo-puede-ayudar-a-los-ninos-a-entender-sus-cuerpos/"><img data-original="https://www.infobae.com/new-resizer/46VTEtSQHJxGnI5KLhXnQQLauZ4=/999x751/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/08/18104012/iStock-665870928.jpg" class="image-lazy"></a></div> <style>#flex_3153.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:75.18796992481202%}#flex_3153.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0gXLurg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/wapo/2017/12/02/ondas-gravitacionales-estrellas-de-neutrones-y-kilonovas-que-significan-para-la-fisica/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Ondas gravitacionales, estrellas de neutrones y kilonovas ¿Qué significan para la física? </a> </div> <div class="art art-low art-x-small art-full-width text-align-left no-art-separator"> <div id="flex_4205" class="lazy-wrapper photo-wrapper"> <a href="/america/wapo/2017/12/02/ondas-gravitacionales-estrellas-de-neutrones-y-kilonovas-que-significan-para-la-fisica/"><img data-original="https://www.infobae.com/new-resizer/QZEca-Rj5yrdHsBE5H_ti5o3WPk=/999x751/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/10/11172746/GettyImages-472679632.jpg" class="image-lazy"></a></div> <style>#flex_4205.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:75.18796992481202%}#flex_4205.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="standard-chain in-chain border-bottom-none pb-layout-item pb-chain pb-c-standard-chain" id="c2DhVC1FOu6IBq"> <div class="chain-content no-skin"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="f07hVJ1g7DnoCq"> <div class="border-bottom-kinda-tight"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="label-wrapper text-align-inherit"> <a href="https://www.infobae.com/america/vice/"> <div style="color:#000000;background-color:#DDDDDD;" class="pb-font-smoothing label label-bar label-with-background class_2335339" data-pb-field="custom.label" data-pb-placeholder="Label"><img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/09/14154721/logo_vice.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" style="height:24px; margin-top:-5px"></div> </a> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fcp6Fa2g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/vice/2017/12/02/practique-el-mejor-sexo-de-mi-vida-estando-embarazada/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> La experiencia de practicar el mejor sexo de tu vida estando embarazada </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6176" class="lazy-wrapper photo-wrapper"> <a href="/america/vice/2017/12/02/practique-el-mejor-sexo-de-mi-vida-estando-embarazada/"><img data-original="https://www.infobae.com/new-resizer/6Dq6FU-bJMy7S8cGTWb1tEMftvA=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30072118/embarazo-pareja.jpg" class="image-lazy"></a></div> <style>#flex_6176.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_6176.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f47lg72g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/vice/2017/12/02/escuchar-musica-en-el-trabajo-puede-empeorar-tu-desempeno/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Escuchar música en el trabajo puede empeorar tu desempeño profesional </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_6445" class="lazy-wrapper photo-wrapper"> <a href="/america/vice/2017/12/02/escuchar-musica-en-el-trabajo-puede-empeorar-tu-desempeno/"><img data-original="https://www.infobae.com/new-resizer/wcE6Gmso_wlNnoZ0oeaPejwtXTM=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30205805/escuchar-musica-trabajando.jpg" class="image-lazy"></a></div> <style>#flex_6445.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_6445.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="fbDncF1g7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/vice/2017/12/02/todo-lo-que-me-hubiera-gustado-saber-antes-de-ir-a-la-universidad/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> Todo lo que me hubiera gustado saber antes de ir a la universidad </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_2107" class="lazy-wrapper photo-wrapper"> <a href="/america/vice/2017/12/02/todo-lo-que-me-hubiera-gustado-saber-antes-de-ir-a-la-universidad/"><img data-original="https://www.infobae.com/new-resizer/hGbzz9dscI1oPngO5JZxLh2vq8U=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/30035331/Vuelta-a-las-aulas.jpg" class="image-lazy"></a></div> <style>#flex_2107.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_2107.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-md-3 col-xs-12 col-sm-3 pb-feature pb-layout-item pb-f-homepage-story-feed" id="f0Gwq1lg7DnoCq"> <div class="border-bottom-hairline flex-feature-wrapper"> <div class="no-skin flex-item flex-stack text-align-left equalize-height-target"> <div class="headline small normal-style "> <a href="/america/vice/2017/12/01/la-alergia-a-la-comida-podria-afectar-la-salud-mental-de-los-ninos/" data-pb-field="headline" data-pb-url-field="canonical_url" data-pb-placeholder="Write headline here"> La alergia a la comida podría afectar la salud mental de los niños </a> </div> <div class="art art-low art-small art-full-width text-align-left no-art-separator"> <div id="flex_5946" class="lazy-wrapper photo-wrapper"> <a href="/america/vice/2017/12/01/la-alergia-a-la-comida-podria-afectar-la-salud-mental-de-los-ninos/"><img data-original="https://www.infobae.com/new-resizer/GvaK3yL2gIUkYUgRVOnY7_En5n8=/999x561/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/29223312/manies-cacahuates.jpg" class="image-lazy"></a></div> <style>#flex_5946.lazy-wrapper{position:relative;height:0;overflow:hidden;padding-bottom:56.17977528089888%}#flex_5946.lazy-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}</style> <div class="clear"></div> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fLyh9K1FOu6IBq"> <div class="border-bottom-tight"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f08Jv41FOu6IBq"> <div id="exp-push-6-970x250" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod expandable ad-970X90 hide-mobile" data-slot-name="exp-push-6-970x250" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none hide-mobile"></div> <script>window.dfpAdHelper.appendAd("exp-push-6-970x250","/1058609/infobae/sociedad/nota/exp_push_6_970x250",[[970,90],[970,250]],"expandable");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-single-line" id="fjwl7i1FOu6IBq"> <div class="border-bottom-tight"></div> </div> <div class="standard-chain in-chain border-bottom- pb-layout-item pb-chain pb-c-standard-chain full" id="cs1ZT22FOu6IBq"> <div class="chain-content equalize-heights no-skin"> <div class="wrapper clearfix col-lg-3 col-sm-6 col-md-3 col-xs-12 pb-feature pb-layout-item pb-f-list-card-column" id="fpCCIO1FOu6IBq"> <div class="col-sm-12 section-column"> <header><a href="/category/"></a><h3 class="header-label"><a href="/category/"></a><a href="http://www.infobae.com/ultimas-noticias"><strong>ÚLTIMAS NOTICIAS</strong></a></h3></header> <div class="column-item"> <a href="/politica/2017/12/03/g20-venezuela-y-la-busqueda-del-ara-san-juan-la-agenda-de-marcos-pena-en-su-visita-a-eeuu/"> <div class="lazy-wrapper"> <img data-original="https://www.infobae.com/new-resizer/w1z7tobCQL3GZ9YhdYCC9UuUbC0=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/02193822/Marcos-Pena-con-Ricky-Waddell-1920.jpg" alt="" class="image-lazy"> </div> </a> <h4 class="first"><a href="/politica/2017/12/03/g20-venezuela-y-la-busqueda-del-ara-san-juan-la-agenda-de-marcos-pena-en-su-visita-a-eeuu/">G20, Venezuela y la búsqueda del ARA San Juan, la agenda de Marcos Peña en su visita a EEUU</a></h4> </div> <div class="column-item"> <h4><a href="/sociedad/2017/12/03/cuanto-dinero-se-necesita-para-armar-el-arbolito-navideno/">¿Cuánto dinero se necesita para armar el arbolito navideño?</a></h4> </div> <div class="column-item"> <h4><a href="/sociedad/2017/12/03/un-taller-de-panes-dulces-donde-la-integracion-es-posible/">Un taller de panes dulces donde la integración es posible</a></h4> </div> <div class="column-item"> <h4><a href="/economia/2017/12/03/orlando-ferreres-en-2018-la-economia-va-a-crecer-menos-y-tambien-la-inflacion-sera-menor/">Orlando Ferreres: "En 2018 la economía va a crecer menos y también la inflación será menor"</a></h4> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-sm-6 col-md-3 col-xs-12 pb-feature pb-layout-item pb-f-list-card-column" id="fhTMuN1FOu6IBq"> <div class="col-sm-12 section-column"> <header><a href="/category/"></a><h3 class="header-label"><a href="/category/"></a><a href="http://www.infobae.com/america/"><img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/09/27141508/america.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" style="height:22px; margin-top:-6px"></a></h3></header> <div class="column-item"> <a href="/america/mundo/2017/12/03/afganistan-un-terrorista-hizo-estallar-su-motocicleta-y-mato-a-seis-personas-en-el-norte-del-pais/"> <div class="lazy-wrapper"> <img data-original="https://www.infobae.com/new-resizer/nsbMjcTGaowWVNWWetFTZuLTtxI=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03075442/Atentado-en-Jalalabad-Afganistan-2.jpg" alt="(AFP)" class="image-lazy"> </div> </a> <h4 class="first"><a href="/america/mundo/2017/12/03/afganistan-un-terrorista-hizo-estallar-su-motocicleta-y-mato-a-seis-personas-en-el-norte-del-pais/">Afganistán: un terrorista hizo estallar su motocicleta y mató a seis personas en el norte del país</a></h4> </div> <div class="column-item"> <h4><a href="/america/opinion/2017/12/03/la-falacia-de-los-robots-y-la-futura-falta-de-empleos/">La falacia de los robots y la futura falta de empleos</a></h4> </div> <div class="column-item"> <h4><a href="/america/cultura-america/2017/12/03/auguste-rodin-el-mal-alumno-al-que-sus-padres-enviaron-a-la-escuela-de-arte/">Auguste Rodin, el “mal alumno” al que sus padres enviaron a la escuela de arte</a></h4> </div> <div class="column-item"> <h4><a href="/america/mundo/2017/12/03/la-horrenda-historia-de-la-condesa-hungara-que-asesino-a-mas-de-600-mujeres-para-lograr-la-belleza-eterna-con-su-sangre/">La horrenda historia de la condesa húngara que asesinó a más de 600 mujeres para lograr la belleza eterna con su sangre</a></h4> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-sm-6 col-md-3 col-xs-12 pb-feature pb-layout-item pb-f-list-card-column" id="frLX6u1FOu6IBq"> <div class="col-sm-12 section-column"> <header><a href="/category/"></a><h3 class="header-label"><a href="/category/"></a><a href="http://www.infobae.com/teleshow/"><img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/05/29175800/Logo_teleshow.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" style="height:26px; margin-top:-7px"></a></h3></header> <div class="column-item"> <a href="/teleshow/infoshow/2017/12/03/quienes-son-yon-gonzalez-y-amaia-salamanca-los-actores-de-las-series-espanolas-que-hacen-furor-en-netflix/"> <div class="lazy-wrapper"> <img data-original="https://www.infobae.com/new-resizer/_mxs5x5gvgcmeLULs8iVkzwtCvI=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/11/21200606/gran-hotel.jpg" alt="" class="image-lazy"> </div> </a> <h4 class="first"><a href="/teleshow/infoshow/2017/12/03/quienes-son-yon-gonzalez-y-amaia-salamanca-los-actores-de-las-series-espanolas-que-hacen-furor-en-netflix/">Quiénes son Yon González y Amaia Salamanca, los actores de las series españolas que hacen furor en Netflix</a></h4> </div> <div class="column-item"> <h4><a href="/teleshow/infoshow/2017/12/03/la-ultima-moda-de-la-farandula-las-hijas-de-los-famosos-se-convierten-en-empresarias-y-lanzan-sus-propias-marcas/">La última moda de la farándula: las hijas de los famosos se convierten en empresarias y lanzan sus propias marcas</a></h4> </div> <div class="column-item"> <h4><a href="/teleshow/infoshow/2017/12/03/a-25-anos-del-boom-de-la-pachanga-la-historia-jamas-contada-del-hit-de-vilma-palma-quien-era-el-pelado/">A 25 años del boom de "La pachanga", la historia jamás contada del hit de Vilma Palma: ¿quién era "El Pelado"?</a></h4> </div> <div class="column-item"> <h4><a href="/america/entretenimiento/2017/12/03/los-curiosos-comienzos-como-extras-de-algunas-de-las-estrellas-mas-famosas-de-hollywood/">Los curiosos comienzos como extras de algunas de las estrellas más famosas de Hollywood</a></h4> </div> </div> </div> <div class="wrapper clearfix col-lg-3 col-sm-6 col-md-3 col-xs-12 pb-feature pb-layout-item pb-f-list-card-column" id="f03iXGIFOu6IBq"> <div class="col-sm-12 section-column"> <header><a href="/category/"></a><h3 class="header-label"><a href="/category/"></a><a href="http://www.infobae.com/deportes/"><img src="http://www.infobae.com/resizer/?op=resize&amp;url=https://s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2016/08/29170312/logo_deportes.png&amp;mode=crop&amp;h=24&amp;q=75&amp;token=bar" style="height:21px; margin-top:-10px"></a></h3></header> <div class="column-item"> <a href="/deportes-2/2017/12/03/superliga-argentina-20162017-fecha-11-talleres-vs-estudiantes/"> <div class="lazy-wrapper"> <img data-original="https://www.infobae.com/new-resizer/sTkG8rPssqcsZ5tW3IocdSZMvsI=/600x400/filters:quality(100)/s3.amazonaws.com/arc-wordpress-client-uploads/infobae-wp/wp-content/uploads/2017/12/03070044/talleres-vs-estudiantes-superliga-1920.jpg" alt="" class="image-lazy"> </div> </a> <h4 class="first"><a href="/deportes-2/2017/12/03/superliga-argentina-20162017-fecha-11-talleres-vs-estudiantes/">Talleres recibe a Estudiantes para acercarse a la cima: hora, TV y formaciones</a></h4> </div> <div class="column-item"> <h4><a href="/deportes-2/2017/12/03/daniel-orsanic-a-un-ano-de-la-historica-davis-como-fue-que-el-joven-que-durmio-en-un-auto-se-transformo-en-el-capitan-campeon/">Daniel Orsanic, a un año de la histórica Davis: cómo fue que el joven que durmió en un auto se transformó en el capitán campeón</a></h4> </div> <div class="column-item"> <h4><a href="/deportes-2/2017/12/03/15-minutos-con-messi-en-el-fin-del-mundo-la-increible-historia-de-alejandro-ocampo/">15 minutos con Messi en el fin del mundo: la increíble historia de Alejandro Ocampo</a></h4> </div> <div class="column-item"> <h4><a href="/deportes-2/mundial-2018/2017/12/03/estamos-ante-el-mundial-mas-dificil-y-glorioso-de-la-historia/">Estamos ante el Mundial más difícil y glorioso de la historia</a></h4> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-flyin" id="fIh1Tf1FOu6IBq"> <div class="flyin-pb flyin-pb-right"> <a onclick="ga('send', 'event', 'Flyin Button', 'click');" href="http://www.infobae.com/?noredirect"> <span class="full-pb-span"> <i class="fa fa-home"></i> </span> </a> <div class="close-btn-pb-flyin"> <i class="fa fa-times"></i> </div> </div> </div> <div class="pb-container"> </div></section> <section id="bottom" class=""> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-global-footer-colored" id="f0Pz041FOu6IBq"> <footer class="light"> <div class="footer-row-1 row"> <div class="homepage-footer-share-buttons"> <a href="https://www.facebook.com/Infobae/" target="_blank" class="homepage-footer-button"s> <i class="fa fa-facebook" aria-hidden="true"></i> </a> <a href="https://www.twitter.com/Infobae/" class="homepage-footer-button" target="_blank"> <i class="fa fa-twitter" aria-hidden="true"></i> </a> <a href="http://www.infobae.com/argentina-rss.xml" class="homepage-footer-button " target="_blank"> <i class="fa fa-rss" aria-hidden="true"></i> </a> <a href="https://www.instagram.com/Infobae/" class="homepage-footer-button" target="_blank"> <i class="fa fa-instagram" aria-hidden="true"></i> </a> <a href="https://www.youtube.com/c/infobae" class="homepage-footer-button " target="_blank"> <i class="fa fa-youtube-play" aria-hidden="true"></i> </a> <div class="clear"></div> </div> <aside class="header-label footer-nav-item logo-holder"> <img src="https://www.infobae.com/new-resizer/lL0I2ZL9bhnWNZ6yfu3ZDD8Ydho=/300x0/filters:quality(100)/s3.amazonaws.com/wapopartners.com/infobae-wp/wp-content/uploads/2016/03/29190548/infobae.png" class="footer-logo"/> </aside> <aside class="header-label footer-nav-item company-name"> Todos los derechos reservados &#169; 2017 Infobae </aside> </div> <div class="footer-row-2 row"> <div class="footer-links col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="footer-nav has-sub col-sm-3 col-xs-12"> <a class="footer-nav-item header-label" href="http://www.infobae.com/">Infobae</a> <ul class="footer-sub-nav"> <li class="footer-sub-nav-item header-label"> <a href="https://www.infobae.com/apps/">Apps</a> </li> <li class="footer-sub-nav-item header-label"> <a href="https://www.infobae.com/ultimas-noticias/">Últimas noticias</a> </li> <li class="footer-sub-nav-item header-label"> <a href="https://www.infobae.com/feeds/rss/">RSS</a> </li> <li class="footer-sub-nav-item header-label"> <a href="https://www.infobae.com/sitemap.xml">Sitemap</a> </li> </ul> </div> <div class="footer-nav has-sub col-sm-3 col-xs-12"> <a class="footer-nav-item header-label" href="http://www.infobae.com/">Contáctenos</a> <ul class="footer-sub-nav"> <li class="footer-sub-nav-item header-label"> <a href="mailto:[email protected]">Contacto</a> </li> <li class="footer-sub-nav-item header-label"> <a href="mailto:[email protected]">Redacción</a> </li> <li class="footer-sub-nav-item header-label"> <a href="http://cdn01.ib.infobae.com/adjuntos/162/documentos/periodistas/index.html">Red de Periodistas</a> </li> <li class="footer-sub-nav-item header-label"> <a href="mailto:[email protected]">Comercial</a> </li> <li class="footer-sub-nav-item header-label"> <a href="http://mediakit.infobae.com">Media Kit</a> </li> </ul> </div> <div class="footer-nav has-sub col-sm-3 col-xs-12"> <a class="footer-nav-item header-label" href="http://www.infobae.com/">Redes Sociales</a> <ul class="footer-sub-nav"> <li class="footer-sub-nav-item header-label"> <a href="http://www.facebook.com/infobae">Facebook</a> </li> <li class="footer-sub-nav-item header-label"> <a href="http://www.twitter.com/infobae">Twitter</a> </li> <li class="footer-sub-nav-item header-label"> <a href="http://www.instagram.com/infobae">Instagram</a> </li> </ul> </div> <div class="footer-nav has-sub col-sm-3 col-xs-12"> <a class="footer-nav-item header-label" href="http://www.infobae.com/">legal</a> <ul class="footer-sub-nav"> <li class="footer-sub-nav-item header-label"> <a href="https://www.infobae.com/terminos-y-condiciones/">Términos y Condiciones</a> </li> <li class="footer-sub-nav-item header-label"> <a href="https://www.infobae.com/politicas-de-privacidad/">Política de Privacidad</a> </li> </ul> </div> </div> <div class="footer-links col-lg-12 col-md-12 col-sm-12 col-xs-12"> </div> </div> </footer> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f0daG6aFOu6IBq"> <div id="background-1x1" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod wallpaper ad-1900X1200 hide-mobile" data-slot-name="background-1x1" data-mobile-display="false" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none hide-mobile"></div> <script>window.dfpAdHelper.appendAd("background-1x1","/1058609/infobae/sociedad/nota/background_1x1",[1900,1200],"wallpaper");</script> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="finDRi2FOu6IBq"> <div id="zocalo-1x1" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod zocalo ad-940X80" data-slot-name="zocalo-1x1" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("zocalo-1x1","/1058609/infobae/sociedad/nota/zocalo_1x1",[[940,80],[320,50],[1,1]],"zocalo");</script> </div> <div class="pb-container"> <div class="wrapper clearfix pb-feature pb-layout-item pb-f-global-clavis" id="f0AHs12FOu6IBq"> <script>(function(){window.clavis={topics:[],keywords:[],auxiliaries:[],contentId:"5EPSP5OX6BDPPIKTHQ4JYUHSNI",targetingUrl:"https://targeting.infobae.arcpublishing.com/TargetingWebAPP/targeting"}})();</script> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-ads-dfp" id="f0e8Y9iFOu6IBq"> <div id="interstitial-800x600" class="dfp-ad-hidden pb-ad-container pb-ad pb-ad-prod interstitial ad-800X600" data-slot-name="interstitial-800x600" data-mobile-display="true" data-desktop-display="true"> </div> <div class="dfp-ad-hidden border-bottom-none"></div> <script>window.dfpAdHelper.appendAd("interstitial-800x600","/1058609/infobae/sociedad/nota/interstitial_800x600",[[800,600],[300,416],[518,690]],"interstitial");</script> </div> <div class="pb-container"> <div class="pb-layout-item pb-chain pb-c-default-chain full" id="ci7w7a2FOu6IBq"> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-homepage-story" id="f0o4uD8FOu6IBq"> </div> </div> </div> <div class="wrapper clearfix full pb-feature pb-layout-item pb-f-video-sticky-player" id="f0h0MCmFOu6IBq"> <div class="arc-sticky-player-video pb-font-smoothing wpv-hidden" data-video-background-image=""> <div class="arc-sticky-player-exit"> <i class="fa fa-times"></i> <span class="franklin-bold">Cerrar</span> </div> <div class="arc-sticky-player-wrapper" id="arc-sticky-player-wrapper"></div> <div class="arc-sticky-player-text wpv-hidden"> <div class="label label-normal">Now Playing</div> <div class="arc-sticky-player-caption pb-caption"></div> </div> </div> </div> <div class="pb-container"> </div></section> <div class="pb-container"> </div></div> <script>(function(){function g(a,d,c,e){var b=new XMLHttpRequest;b.open("GET",a);b.onreadystatechange=function(){if(4==b.readyState)if(200===b.status)try{var a=JSON.parse(b.responseText);d(a)}catch(e){c()}else c()};e&&(b.ontimeout=c,b.timeout=e);b.send()}function l(a){var d=Date.now()-p;g("https://bandito-events-prod.infobae.arcpublishing.com/api/save-perf?status\x3d"+a+"\x26time\x3d"+d,function(){},function(){})}function q(){for(var a in _variantFeatureIds)_variantFeatureIds.hasOwnProperty(a)&&(l("failure"),
+k(_variantFeatureIds[a],!1))}function k(a,d){var c=document.getElementById(n[a]);m(a,a,c,d)}function t(a,d,c,e){var b=document.getElementById(a);g(_context+"/api/v2/render/feature/variant/"+c+"?rid\x3d"+_rid+"\x26uri\x3d"+_uri+"\x26outputType\x3d"+_outputType,function(a){var e=a.pageResources||{},f=b.parentNode,h=document.createElement("div");h.innerHTML=a.rendering;a=h.childNodes[0];f.replaceChild(a,b);f=Array.prototype.slice.call(a.getElementsByTagName("script"));for(h=0;h<f.length;h++)if(""!=f[h].src){var k=
+document.createElement("script");k.setAttribute("src",f[h].src);document.body.appendChild(k)}else eval(f[h].innerHTML);for(var g in e)e.hasOwnProperty(g)&&g.endsWith(".js")&&(f=document.createElement("script"),f.setAttribute("src",e[g]),document.body.appendChild(f));l("success-variant");m(d,c,a,!0)},function(){l("failure-step2");m(d,d,b,!1)},e)}function m(a,d,c,e){r[a]||(r[a]=!0,c.style.visibility="visible",e&&(e=new XMLHttpRequest,e.open("POST","https://bandito-events-prod.infobae.arcpublishing.com/api/save-event",
+!0),e.setRequestHeader("Content-Type","application/json"),e.send(JSON.stringify({event:"served",test_id:a,variant_id:d})),c.querySelectorAll("a").forEach(function(b){b.addEventListener("click",function(b){if(b&&b.target&&b.target.href){var c=new XMLHttpRequest;c.open("POST","https://bandito-events-prod.infobae.arcpublishing.com/api/save-event",!0);c.setRequestHeader("Content-Type","application/json");c.send(JSON.stringify({event:"clicked",test_id:a,variant_id:d}));0<b.button||b.ctrlKey||b.metaKey||
+b.shiftKey||(b.preventDefault(),setTimeout(function(){document.location=b.target.href},250))}})})))}function u(a){var d={};if(a&&a.length){for(var c=0;c<a.length;c++){var e=a[c].winner,b=a[c]._id,g=n[b];d[b]=!0;if(b==e)l("success-default"),k(b,!0);else{var m=1500-(Date.now()-p);50<m?t(g,b,e,m):(l("timeout-step1"),k(b,!1))}}for(var f in _variantFeatureIds)_variantFeatureIds.hasOwnProperty(f)&&(b=_variantFeatureIds[f],d[b]||(l("not-found"),k(b,!1)))}else q()}window.pageBuilder=window.pageBuilder||{};
+var n={},r={},p=Date.now();window.pageBuilder.showVariants=function(){var a=[],d;for(d in _variantFeatureIds)if(_variantFeatureIds.hasOwnProperty(d)){var c=_variantFeatureIds[d];n[c]=d;a.push(c)}a="/bandito/tests-pb/?q\x3d"+encodeURIComponent(JSON.stringify({_id:{$in:a}}));g(a,u,q)}})();</script> <script src="/pb/gr/c/default/rxO4LI1ihN8KCq/js/b4be7738ff.js?_=0365e"></script> <script src="/pb/gr/c/default/rxO4LI1ihN8KCq/footjs/b88498aec9.js?_=e49cb"></script> <script src="//www.youtube.com/iframe_api"></script> <script src="/pb/gr/c/default/rxO4LI1ihN8KCq/footjs/11f3bebf7c.js?_=e49cb"></script> <script src="https://d2ylgh2cnbot5i.cloudfront.net/v1/embed.js"></script> <script src="/pb/gr/c/default/rxO4LI1ihN8KCq/footjs/762e36a48c.js?_=e49cb"></script> <script src="/pb/gr/p/default/rxO4LI1ihN8KCq/render.js?_=c91be"></script> <script>jQuery(function(){jQuery.scrollDepth()});</script> <script>window.fbAsyncInit=function(){FB.init({appId:"303536999846097",xfbml:!0,version:"v2.6"})};(function(a,b,c){var d=a.getElementsByTagName(b)[0];a.getElementById(c)||(a=a.createElement(b),a.id=c,a.src="//connect.facebook.net/es_LA/sdk.js#xfbml\x3d1\x26version\x3dv2.6\x26appId\x3d303536999846097",d.parentNode.insertBefore(a,d))})(document,"script","facebook-jssdk");</script> <script>var _sf_async_config={uid:52562,domain:"infobae.com",useCanonical:!0,sections:"Sociedad",authors:"Mauricio Luna,Gisele Sousa Dias"};(function(){window._sf_endpt=(new Date).getTime();var a=document.createElement("script");a.setAttribute("language","javascript");a.setAttribute("type","text/javascript");a.setAttribute("src","//static.chartbeat.com/js/chartbeat.js");document.body.appendChild(a)})();</script> <script>dfpAdHelper.runAds();</script> </body> </html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-metadata.json
new file mode 100644
index 0000000..611a155
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "abc",
+ "Image": null,
+ "Title": "Replace javascript: links",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected.html b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected.html
new file mode 100644
index 0000000..2e73a80
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected.html
@@ -0,0 +1,7 @@
+<div>
+ <span>
+ <p>abc</p>
+ <p>def</p>
+ ghi
+ </span>
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html
new file mode 100644
index 0000000..ee63fc8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Replace javascript: links</title>
+</head>
+<body>
+ <a href="javascript:">
+ <p>abc</p>
+ <p>def</p>
+ ghi
+ </a>
+</body>
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json
new file mode 100644
index 0000000..e5097f4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json
@@ -0,0 +1,17 @@
+[
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*sLDnS1UWEFIS33uLMxq3cw.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*sLDnS1UWEFIS33uLMxq3cw.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*3vIhkoHIzcxvUdijoCVx6w.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*4gN1-fzOwCniw-DbqQjDeQ.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*2KPmZkIBUrhps-2uwDvYFQ.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*PU40bbbox2Ompc5I3RE99A.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*ohyycinH18fz98TCyUzVgQ.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*mKvUNOAVQxl6atCbxbCZsg.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*knT10_FNVUmqQIBLnutmzQ.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*Vr61dyCTRwk6CemmVF8YAQ.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*a-1_13xE6_ErQ-QSlz6myw.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*IWXhtSsVv0gNnCwnDEXk-Q.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*NGcrjfkV0l37iQH2uyYjEw.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*WRlKt3q3mt7utmwxcbl3sQ.jpeg",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*320_4I0lxbn5x3bx4XPI5Q.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json
new file mode 100644
index 0000000..3b705f9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Joseph Cox",
+ "Direction": null,
+ "Excerpt": "Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions ask…",
+ "Image": "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*sLDnS1UWEFIS33uLMxq3cw.jpeg",
+ "Title": "Inside the Deep Web Drug Lab",
+ "SiteName": "Medium"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html
new file mode 100644
index 0000000..ca16b4e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html
@@ -0,0 +1,434 @@
+<div name="ef8c">
+ <div>
+ <figure name="b9ad" id="b9ad">
+ <div>
+
+ <p><img data-image-id="1*sLDnS1UWEFIS33uLMxq3cw.jpeg" data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*sLDnS1UWEFIS33uLMxq3cw.jpeg">
+ </p></div>
+ </figure>
+ </div>
+ <div>
+
+
+ <h4 name="9736" id="9736" data-align="center">Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.</h4>
+
+ <figure name="7417" id="7417">
+ <div>
+
+ <p><img data-image-id="1*3vIhkoHIzcxvUdijoCVx6w.png" data-width="1200" data-height="24" data-action="zoom" data-action-value="1*3vIhkoHIzcxvUdijoCVx6w.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*3vIhkoHIzcxvUdijoCVx6w.png">
+ </p></div>
+ </figure>
+ <p name="8a83" id="8a83">Standing at a table in a chemistry lab in Barcelona, Cristina Gil Lladanosa
+ tears open a silver, smell-proof protective envelope. She slides out a
+ transparent bag full of crystals. Around her, machines whir and hum, and
+ other researchers mill around in long, white coats.</p>
+ <p name="b675" id="b675">She is holding the lab’s latest delivery of a drug bought from the “deep
+ web,” the clandestine corner of the internet that isn’t reachable by normal
+ search engines, and is home to some sites that require special software
+ to access. Labeled as <a href="http://en.wikipedia.org/wiki/MDMA" data-href="http://en.wikipedia.org/wiki/MDMA" rel="nofollow">MDMA</a> (the street
+ term is ecstasy), this sample has been shipped from Canada. Lladanosa and
+ her colleague Iván Fornís Espinosa have also received drugs, anonymously,
+ from people in China, Australia, Europe and the United States.</p>
+ <p name="3c0b" id="3c0b">“Here we have speed, MDMA, cocaine, pills,” Lladanosa says, pointing to
+ vials full of red, green, blue and clear solutions sitting in labeled boxes.</p>
+ </div>
+ <div>
+ <figure name="c4e6" id="c4e6">
+ <div>
+
+ <p><img data-image-id="1*4gN1-fzOwCniw-DbqQjDeQ.jpeg" data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*4gN1-fzOwCniw-DbqQjDeQ.jpeg">
+ </p></div>
+ <figcaption>Cristina Gil Lladanosa, at the Barcelona testing lab | photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div>
+ <p name="7a54" id="7a54">Since 2011, with the launch of <a href="http://en.wikipedia.org/wiki/Silk_Road_%28marketplace%29" data-href="http://en.wikipedia.org/wiki/Silk_Road_%28marketplace%29" rel="nofollow">Silk Road</a>, anybody has been able to safely buy illegal
+ drugs from the deep web and have them delivered to their door. Though the
+ FBI shut down that black market in October 2013, other outlets have emerged
+ to fill its role. For the last 10 months the lab at which Lladanosa and
+ Espinosa work has offered a paid testing service of those drugs. By sending
+ in samples for analysis, users can know exactly what it is they are buying,
+ and make a more informed decision about whether to ingest the substance.
+ The group, called <a href="http://energycontrol.org/" data-href="http://energycontrol.org/" rel="nofollow">Energy Control</a>,
+ which has being running “harm reduction” programs since 1999, is the first
+ to run a testing service explicitly geared towards verifying those purchases
+ from the deep web.</p>
+ <p name="4395" id="4395">Before joining Energy Control, Lladanosa briefly worked at a pharmacy,
+ whereas Espinosa spent 14 years doing drug analysis. Working at Energy
+ Control is “more gratifying,” and “rewarding” than her previous jobs, Lladanosa
+ told me. They also receive help from a group of volunteers, made up of
+ a mixture of “squatters,” as Espinosa put it, and medical students, who
+ prepare the samples for testing.</p>
+ <p name="0c18" id="0c18">After weighing out the crystals, aggressively mixing it with methanol
+ until dissolved, and delicately pouring the liquid into a tiny brown bottle,
+ Lladanosa, a petite woman who is nearly engulfed by her lab coat, is now
+ ready to test the sample. She loads a series of three trays on top of a
+ large white appliance sitting on a table, called a gas chromatograph (GC).
+ A jungle of thick pipes hang from the lab’s ceiling behind it.</p>
+ </div>
+ <div>
+ <figure name="559c" id="559c">
+ <div>
+
+ <p><img data-image-id="1*2KPmZkIBUrhps-2uwDvYFQ.jpeg" data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*2KPmZkIBUrhps-2uwDvYFQ.jpeg">
+ </p></div>
+ <figcaption>Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div>
+ <p name="1549" id="1549">“Chromatography separates all the substances,” Lladanosa says as she loads
+ the machine with an array of drugs sent from the deep web and local Spanish
+ users. It can tell whether a sample is pure or contaminated, and if the
+ latter, with what.</p>
+ <p name="5d0f" id="5d0f">Rushes of hot air blow across the desk as the gas chromatograph blasts
+ the sample at 280 degrees Celsius. Thirty minutes later the machine’s robotic
+ arm automatically moves over to grip another bottle. The machine will continue
+ cranking through the 150 samples in the trays for most of the work week.</p>
+ </div>
+ <div>
+ <figure name="d6aa" id="d6aa">
+ <div>
+
+ <p><img data-image-id="1*PU40bbbox2Ompc5I3RE99A.jpeg" data-width="2013" data-height="1241" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*PU40bbbox2Ompc5I3RE99A.jpeg">
+ </p></div>
+ <figcaption>Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div>
+ <p name="15e0" id="15e0">To get the drugs to Barcelona, a user mails at least 10 milligrams of
+ a substance to the offices of the Asociación Bienestar y Desarrollo, the
+ non-government organization that oversees Energy Control. The sample then
+ gets delivered to the testing service’s laboratory, at the Barcelona Biomedical
+ Research Park, a futuristic, seven story building sitting metres away from
+ the beach. Energy Control borrows its lab space from a biomedical research
+ group for free.</p>
+ <p name="2574" id="2574">The tests cost 50 Euro per sample. Users pay, not surprisingly, with Bitcoin.
+ In the post announcing Energy Control’s service on the deep web, the group
+ promised that “All profits of this service are set aside of maintenance
+ of this project.”</p>
+ <p name="2644" id="2644">About a week after testing, those results are sent in a PDF to an email
+ address provided by the anonymous client.</p>
+ <p name="9f91" id="9f91">“The process is quite boring, because you are in a routine,” Lladanosa
+ says. But one part of the process is consistently surprising: that moment
+ when the results pop up on the screen. “Every time it’s something different.”
+ For instance, one cocaine sample she had tested also contained phenacetin,
+ a painkiller added to increase the product’s weight; lidocaine, an anesthetic
+ that numbs the gums, giving the impression that the user is taking higher
+ quality cocaine; and common caffeine.</p>
+ <figure name="b821" id="b821">
+ <div>
+
+ <p><img data-image-id="1*ohyycinH18fz98TCyUzVgQ.png" data-width="1200" data-height="24" data-action="zoom" data-action-value="1*ohyycinH18fz98TCyUzVgQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*ohyycinH18fz98TCyUzVgQ.png">
+ </p></div>
+ </figure>
+ <p name="39a6" id="39a6">The deep web drug lab is the brainchild of Fernando Caudevilla, a Spanish
+ physician who is better known as “DoctorX” on the deep web, a nickname
+ given to him by his Energy Control co-workers because of his earlier writing
+ about the history, risks and recreational culture of MDMA. In the physical
+ world, Caudevilla has worked for over a decade with Energy Control on various
+ harm reduction focused projects, most of which have involved giving Spanish
+ illegal drug users medical guidance, and often writing leaflets about the
+ harms of certain substances.</p>
+ </div>
+ <div>
+ <figure name="eebc" id="eebc">
+ <div>
+
+ <p><img data-image-id="1*mKvUNOAVQxl6atCbxbCZsg.jpeg" data-width="2100" data-height="1241" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*mKvUNOAVQxl6atCbxbCZsg.jpeg">
+ </p></div>
+ <figcaption>Fernando Caudevilla, AKA DoctorX. Photo: Joseph Cox</figcaption>
+ </figure>
+ </div>
+ <div>
+ <p name="c099" id="c099">Caudevilla first ventured into Silk Road forums in April 2013. “I would
+ like to contribute to this forum offering professional advice in topics
+ related to drug use and health,” he wrote in an <a href="http://web.archive.org/web/20131015051405/https://dkn255hz262ypmii.onion.to/index.php?topic=147607.0" data-href="http://web.archive.org/web/20131015051405/https://dkn255hz262ypmii.onion.to/index.php?topic=147607.0" rel="nofollow">introductory post</a>,
+ using his DoctorX alias. Caudevilla offered to provide answers to questions
+ that a typical doctor is not prepared, or willing, to respond to, at least
+ not without a lecture or a judgment. “This advice cannot replace a complete
+ face-to-face medical evaluation,” he wrote, “but I know how difficult it
+ can be to talk frankly about these things.”</p>
+ <p name="ff1d" id="ff1d">The requests flooded in. A diabetic asked what effect MDMA has on blood
+ sugar; another what the risks of frequent psychedelic use were for a young
+ person. Someone wanted to know whether amphetamine use should be avoided
+ during lactation. In all, Fernando’s thread received over 50,000 visits
+ and 300 questions before the FBI shut down Silk Road.</p>
+ <p name="1f35" id="1f35">“He’s amazing. A gift to this community,” one user wrote on the Silk Road
+ 2.0 forum, a site that sprang up after the original. “His knowledge is
+ invaluable, and never comes with any judgment.” Up until recently, Caudevilla
+ answered questions on the marketplace “Evolution.” Last week, however,
+ the administrators of that site <a href="http://motherboard.vice.com/read/one-of-the-darknets-biggest-markets-may-have-just-stole-all-its-users-bitcoin" data-href="http://motherboard.vice.com/read/one-of-the-darknets-biggest-markets-may-have-just-stole-all-its-users-bitcoin" rel="nofollow">pulled a scam</a>,
+ shutting the market down and escaping with an estimated $12 million worth
+ of Bitcoin.</p>
+ <p name="b20f" id="b20f">Caudevilla’s transition from dispensing advice to starting up a no-questions-asked
+ drug testing service came as a consequence of his experience on the deep
+ web. He’d wondered whether he could help bring more harm reduction services
+ to a marketplace without controls. The Energy Control project, as part
+ of its mandate of educating drug users and preventing harm, had already
+ been carrying out drug testing for local Spanish users since 2001, at music
+ festivals, night clubs, or through a drop-in service at a lab in Madrid.</p>
+ <p name="f739" id="f739">“I thought, we are doing this in Spain, why don’t we do an international
+ drug testing service?” Caudevilla told me when I visited the other Energy
+ Control lab, in Madrid. Caudevilla, a stocky character with ear piercings
+ and short, shaved hair, has eyes that light up whenever he discusses the
+ world of the deep web. Later, via email, he elaborated that it was not
+ a hard sell. “It was not too hard to convince them,” he wrote me. Clearly,
+ Energy Control believed that the reputation he had earned as an unbiased
+ medical professional on the deep web might carry over to the drug analysis
+ service, where one needs to establish “credibility, trustworthiness, [and]
+ transparency,” Caudevilla said. “We could not make mistakes,” he added.</p>
+ </div>
+ <div>
+ <figure name="4058" id="4058">
+ <div>
+
+ <p><img data-image-id="1*knT10_FNVUmqQIBLnutmzQ.jpeg" data-width="4400" data-height="3141" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*knT10_FNVUmqQIBLnutmzQ.jpeg">
+ </p></div>
+ <figcaption>Photo: Joseph Cox</figcaption>
+ </figure>
+ </div>
+ <div>
+ <figure name="818c" id="818c">
+ <div>
+
+ <p><img data-image-id="1*ohyycinH18fz98TCyUzVgQ.png" data-width="1200" data-height="24" data-action="zoom" data-action-value="1*ohyycinH18fz98TCyUzVgQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*ohyycinH18fz98TCyUzVgQ.png">
+ </p></div>
+ </figure>
+ <p name="7b5e" id="7b5e">While the Energy Control lab in Madrid lab only tests Spanish drugs from
+ various sources, it is the Barcelona location which vets the substances
+ bought in the shadowy recesses of of the deep web. Caudevilla no longer
+ runs it, having handed it over to his colleague Ana Muñoz. She maintains
+ a presence on the deep web forums, answers questions from potential users,
+ and sends back reports when they are ready.</p>
+ <p name="0f0e" id="0f0e">The testing program exists in a legal grey area. The people who own the
+ Barcelona lab are accredited to experiment with and handle drugs, but Energy
+ Control doesn’t have this permission itself, at least not in writing.</p>
+ <p name="e002" id="e002">“We have a verbal agreement with the police and other authorities. They
+ already know what we are doing,” Lladanosa tells me. It is a pact of mutual
+ benefit. Energy Control provides the police with information on batches
+ of drugs in Spain, whether they’re from the deep web or not, Espinosa says.
+ They also contribute to the European Monitoring Centre for Drugs and Drug
+ Addiction’s early warning system, a collaboration that attempts to spread
+ information about dangerous drugs as quickly as possible.</p>
+ <p name="db1b" id="db1b">By the time of my visit in February, Energy Control had received over
+ 150 samples from the deep web and have been receiving more at a rate of
+ between 4 and 8 a week. Traditional drugs, such as cocaine and MDMA, make
+ up about 70 percent of the samples tested, but the Barcelona lab has also
+ received samples of the prescription pill codeine, research chemicals and
+ synthetic cannabinoids, and even pills of Viagra.</p>
+ </div>
+ <div>
+ <figure name="b885" id="b885">
+ <div>
+
+ <p><img data-image-id="1*Vr61dyCTRwk6CemmVF8YAQ.jpeg" data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*Vr61dyCTRwk6CemmVF8YAQ.jpeg">
+ </p></div>
+ <figcaption>Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div>
+ <p name="e76f" id="e76f">So it’s fair to make a tentative judgement on what people are paying for
+ on the deep web. The verdict thus far? Overall, drugs on the deep web appear
+ to be of much higher quality than those found on the street.</p>
+ <p name="5352" id="5352">“In general, the cocaine is amazing,” says Caudevilla, saying that the
+ samples they’ve seen have purities climbing towards 80 or 90 percent, and
+ some even higher. To get an idea of how unusual this is, take a look at
+ the <a href="http://www.unodc.org/documents/wdr2014/Cocaine_2014_web.pdf" data-href="http://www.unodc.org/documents/wdr2014/Cocaine_2014_web.pdf" rel="nofollow">United Nations Office on Drugs and Crime World Drug Report 2014</a>,
+ which reports that the average quality of street cocaine in Spain is just
+ over 40 percent, while in the United Kingdom it is closer to 30 percent.“We
+ have found 100 percent [pure] cocaine,” he adds. “That’s really, really
+ strange. That means that, technically, this cocaine has been purified,
+ with clandestine methods.”</p>
+ <p name="a71c" id="a71c">Naturally, identifying vendors who sell this top-of-the-range stuff is
+ one of the reasons that people have sent samples to Energy Control. Caudevilla
+ was keen to stress that, officially, Energy Control’s service “is not intended
+ to be a control of drug quality,” meaning a vetting process for identifying
+ the best sellers, but that is exactly how some people have been using it.</p>
+ <p name="cb5b" id="cb5b">As one buyer on the Evolution market, elmo666, wrote to me over the site’s
+ messaging system, “My initial motivations were selfish. My primary motivation
+ was to ensure that I was receiving and continue to receive a high quality
+ product, essentially to keep the vendor honest as far as my interactions
+ with them went.”</p>
+ <p name="d80d" id="d80d">Vendors on deep web markets advertise their product just like any other
+ outlet does, using flash sales, gimmicky giveaways and promises of drugs
+ that are superior to those of their competitors. The claims, however, can
+ turn out to be empty: despite the test results that show that deep web
+ cocaine vendors typically sell product that is of a better quality than
+ that found on the street, in plenty of cases, the drugs are nowhere near
+ as pure as advertised.</p>
+ <p name="36de" id="36de">“You won’t be getting anything CLOSE to what you paid for,” one user complained
+ about the cocaine from ‘Mirkov’, a vendor on Evolution. “He sells 65% not
+ 95%.”</p>
+ </div>
+ <div>
+ <figure name="8544" id="8544">
+ <div>
+
+ <p><img data-image-id="1*a-1_13xE6_ErQ-QSlz6myw.jpeg" data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*a-1_13xE6_ErQ-QSlz6myw.jpeg">
+ </p></div>
+ <figcaption>Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div>
+ <figure name="d521" id="d521">
+ <div>
+
+ <p><img data-image-id="1*ohyycinH18fz98TCyUzVgQ.png" data-width="1200" data-height="24" data-action="zoom" data-action-value="1*ohyycinH18fz98TCyUzVgQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*ohyycinH18fz98TCyUzVgQ.png">
+ </p></div>
+ </figure>
+ <p name="126b" id="126b">Despite the prevalence of people using the service to gauge the quality
+ of what goes up their nose, many users send samples to Energy Control in
+ the spirit of its original mission: keeping themselves alive and healthy.
+ The worst case scenario from drugs purchased on the deep web is, well the
+ worst case. That was the outcome when <a href="http://www.independent.co.uk/news/uk/crime/teenager-patrick-mcmullen-who-died-while-on-skype-had-bought-drugs-from-silk-road-8942329.html" data-href="http://www.independent.co.uk/news/uk/crime/teenager-patrick-mcmullen-who-died-while-on-skype-had-bought-drugs-from-silk-road-8942329.html" rel="nofollow">Patrick McMullen,</a> a
+ 17-year-old Scottish student, ingested half a gram of MDMA and three tabs
+ of LSD, reportedly purchased from the Silk Road. While talking to his friends
+ on Skype, his words became slurred and he passed out. Paramedics could
+ not revive him. The coroner for that case, Sherrif Payne, who deemed the
+ cause of death ecstasy toxicity, told <em>The Independent</em> “You
+ never know the purity of what you are taking and you can easily come unstuck.”</p>
+ <p name="5e9e" id="5e9e">ScreamMyName, a deep web user who has been active since the original Silk
+ Road, wants to alert users to the dangerous chemicals that are often mixed
+ with drugs, and is using Energy Control as a means to do so.</p>
+ <p name="19a6" id="19a6">“We’re at a time where some vendors are outright sending people poison.
+ Some do it unknowingly,” ScreamMyName told me in an encrypted message.
+ “Cocaine production in South America is often tainted with either levamisole
+ or phenacetine. Both poison to humans and both with severe side effects.”</p>
+ <p name="9fef" id="9fef">In the case of Levamisole, those prescribing it are often not doctors
+ but veterinarians, as Levamisole is commonly used on animals, primarily
+ for the treatment of worms. If ingested by humans it can lead to cases
+ of extreme eruptions of the skin, as <a href="http://www.ncbi.nlm.nih.gov/pubmed/22127712" data-href="http://www.ncbi.nlm.nih.gov/pubmed/22127712" rel="nofollow">documented in a study</a> from researchers at the University
+ of California, San Francisco. But Lladanosa has found Levamisole in cocaine
+ samples; dealers use it to increase the product weight, allowing them to
+ stretch their batch further for greater profit — and also, she says, because
+ Levamisole has a strong stimulant effect.</p>
+ <p name="7886" id="7886">“It got me sick as fuck,” Dr. Feel, an Evolution user, wrote on the site’s
+ forums after consuming cocaine that had been cut with 23 percent Levamisole,
+ and later tested by Energy Control. “I was laid up in bed for several days
+ because of that shit. The first night I did it, I thought I was going to
+ die. I nearly drove myself to the ER.”</p>
+ <p name="18d3" id="18d3">“More people die because of tainted drugs than the drugs themselves,”
+ Dr. Feel added. “It’s the cuts and adulterants that are making people sick
+ and killing them.”</p>
+ </div>
+ <div>
+ <figure name="552a" id="552a">
+ <div>
+
+ <p><img data-image-id="1*IWXhtSsVv0gNnCwnDEXk-Q.jpeg" data-width="2100" data-height="1192" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*IWXhtSsVv0gNnCwnDEXk-Q.jpeg">
+ </p></div>
+ <figcaption>Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div>
+ <p name="839a" id="839a">The particular case of cocaine cut with Levamisole is one of the reasons
+ that ScreamMyName has been pushing for more drug testing on the deep web
+ markets. “I recognize that drug use isn’t exactly healthy, but why exacerbate
+ the problem?” he told me when I contacted him after his post. “[Energy
+ Control] provides a way for users to test the drugs they’ll use and for
+ these very users to know what it is they’re putting in their bodies. Such
+ services are in very short supply.”</p>
+ <p name="18dc" id="18dc">After sending a number of Energy Control tests himself, ScreamMyName started
+ a de facto crowd-sourcing campaign to get more drugs sent to the lab, and
+ then shared the results, after throwing in some cash to get the ball rolling.
+ <a href="https://blockchain.info/address/1Mi6VjMFqjcD48FPV7cnPB24MAtQQenRy3" data-href="https://blockchain.info/address/1Mi6VjMFqjcD48FPV7cnPB24MAtQQenRy3" rel="nofollow">He set up a Bitcoin wallet</a>, with the hope that users might chip in
+ to fund further tests. At the time of writing, the wallet has received
+ a total of 1.81 bitcoins; around $430 at today’s exchange rates.</p>
+ <p name="dcbd" id="dcbd">In posts to the Evolution community, ScreamMyName pitched this project
+ as something that will benefit users and keep drug dealer honest. “When
+ the funds build up to a point where we can purchase an [Energy Control]
+ test fee, we’ll do a US thread poll for a few days and try to cohesively
+ decide on what vendor to test,” he continued.</p>
+ </div>
+ <div>
+ <figure name="9d32" id="9d32">
+ <div>
+
+ <p><img data-image-id="1*NGcrjfkV0l37iQH2uyYjEw.jpeg" data-width="1368" data-height="913" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*NGcrjfkV0l37iQH2uyYjEw.jpeg">
+ </p></div>
+ <figcaption>Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div>
+ <p name="bff6" id="bff6">Other members of the community have been helping out, too. PlutoPete,
+ a vendor from the original Silk Road who sold cannabis seeds and other
+ legal items, has provided ScreamMyName with packaging to safely send the
+ samples to Barcelona. “A box of baggies, and a load of different moisture
+ barrier bags,” PlutoPete told me over the phone. “That’s what all the vendors
+ use.”</p>
+ <p name="bb78" id="bb78">It’s a modest program so far. ScreamMyName told me that so far he had
+ gotten enough public funding to purchase five different Energy Control
+ tests, in addition to the ten or so he’s sent himself so far. “The program
+ created is still in its infancy and it is growing and changing as we go
+ along but I have a lot of faith in what we’re doing,” he says.</p>
+ <p name="5638" id="5638">But the spirit is contagious: elmo666, the other deep web user testing
+ cocaine, originally kept the results of the drug tests to himself, but
+ he, too, saw a benefit to distributing the data. “It is clear that it is
+ a useful service to other users, keeping vendors honest and drugs (and
+ their users) safe,” he told me. He started to report his findings to others
+ on the forums, and then created a thread with summaries of the test results,
+ as well as comments from the vendors if they provided it. Other users were
+ soon basing their decisions on what to buy on elmo666‘s tests.</p>
+ <p name="de75" id="de75">“I’m defo trying the cola based on the incredibly helpful elmo and his
+ energy control results and recommendations,” wrote user jayk1984. On top
+ of this, elmo666 plans to launch an independent site on the deep web that
+ will collate all of these results, which should act as a resource for users
+ of all the marketplaces.</p>
+ <p name="6b72" id="6b72">As word of elmo666's efforts spread, he began getting requests from drug
+ dealers who wanted him to use their wares for testing. Clearly, they figured
+ that a positive result from Energy Control would be a fantastic marketing
+ tool to draw more customers. They even offered elmo666 free samples. (He
+ passed.)</p>
+ <p name="b008" id="b008">Meanwhile, some in the purchasing community are arguing that those running
+ markets on the deep web should be providing quality control themselves.
+ PlutoPete told me over the phone that he had been in discussions about
+ this with Dread Pirate Roberts, the pseudonymous owner of the original
+ Silk Road site. “We [had been] talking about that on a more organized basis
+ on Silk Road 1, doing lots of anonymous buys to police each category. But
+ of course they took the thing [Silk Road] down before we got it properly
+ off the ground,” he lamented.</p>
+ <p name="49c8" id="49c8">But perhaps it is best that the users, those who are actually consuming
+ the drugs, remain in charge of shaming dealers and warning each other.
+ “It’s our responsibility to police the market based on reviews and feedback,”
+ elmo666 wrote in an Evolution forum post. It seems that in the lawless
+ space of the deep web, where everything from child porn to weapons are
+ sold openly, users have cooperated in an organic display of self-regulation
+ to stamp out those particular batches of drugs that are more likely to
+ harm users.</p>
+ <p name="386d" id="386d">“That’s always been the case with the deep web,” PlutoPete told me. Indeed,
+ ever since Silk Road, a stable of the drug markets has been the review
+ system, where buyers can leave a rating and feedback for vendors, letting
+ others know about the reliability of the seller. But DoctorX’s lab, rigorously
+ testing the products with scientific instruments, takes it a step further.</p>
+ </div>
+ <div>
+ <figure name="890b" id="890b">
+ <div>
+
+ <p><img data-image-id="1*WRlKt3q3mt7utmwxcbl3sQ.jpeg" data-width="2100" data-height="1373" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*WRlKt3q3mt7utmwxcbl3sQ.jpeg">
+ </p></div>
+ <figcaption>Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div>
+ <p name="b109" id="b109">“In the white market, they have quality control. In the dark market, it
+ should be the same,” Cristina Gil Lladanosa says to me before I leave the
+ Barcelona lab.</p>
+ <p name="e3a4" id="e3a4">A week after I visit the lab, the results of the MDMA arrive in my inbox:
+ it is 85 percent pure, with no indications of other active ingredients.
+ Whoever ordered that sample from the digital shelves of the deep web, and
+ had it shipped to their doorstep in Canada, got hold of some seriously
+ good, and relatively safe drugs. And now they know it.</p>
+ <figure name="31cf" id="31cf">
+ <div>
+
+ <p><img data-image-id="1*320_4I0lxbn5x3bx4XPI5Q.png" data-width="1200" data-height="24" data-action="zoom" data-action-value="1*320_4I0lxbn5x3bx4XPI5Q.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*320_4I0lxbn5x3bx4XPI5Q.png">
+ </p></div>
+ </figure>
+ <p name="9b87" id="9b87" data-align="center"><em>Top photo by Joan Bardeletti</em>
+ </p>
+ <p name="c30a" id="c30a" data-align="center">Follow Backchannel: <a href="https://twitter.com/backchnnl" data-href="https://twitter.com/backchnnl" rel="nofollow"><em>Twitter</em></a>
+ <em>|</em><a href="https://www.facebook.com/pages/Backchannel/1488568504730671" data-href="https://www.facebook.com/pages/Backchannel/1488568504730671" rel="nofollow"><em>Facebook</em></a>
+ </p>
+ </div>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html b/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html
new file mode 100644
index 0000000..6d2b282
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html
@@ -0,0 +1,833 @@
+<!DOCTYPE html>
+<html>
+
+ <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# medium-com: http://ogp.me/ns/fb/medium-com#">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"
+ user-scalable="no"/>
+ <title>Inside the Deep Web Drug Lab — Backchannel — Medium</title>
+ <link rel="canonical"
+ href="https://medium.com/backchannel/inside-the-deep-web-drug-lab-9718cd0fe504"/>
+ <meta name="title" content="Inside the Deep Web Drug Lab"/>
+ <meta name="referrer" content="always"/>
+ <meta name="description" content="Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions ask…"/>
+ <meta property="og:site_name" content="Medium"/>
+ <meta property="og:title" content="Inside the Deep Web Drug Lab"/>
+ <meta property="og:url" content="https://medium.com/backchannel/inside-the-deep-web-drug-lab-9718cd0fe504"/>
+ <meta property="og:image" content="https://d262ilb51hltx0.cloudfront.net/max/800/1*sLDnS1UWEFIS33uLMxq3cw.jpeg"/>
+ <meta property="fb:app_id" content="542599432471018"/>
+ <meta property="og:description" content="Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions ask…"/>
+ <meta name="twitter:site" content="@Medium"/>
+ <meta name="twitter:image:src" content="https://d262ilb51hltx0.cloudfront.net/max/800/1*sLDnS1UWEFIS33uLMxq3cw.jpeg"/>
+ <link rel="publisher" href="https://plus.google.com/103654360130207659246"/>
+ <link rel="author" href="https://medium.com/@josephfcox"/>
+ <meta name="author" content="Joseph Cox"/>
+ <meta property="og:type" content="article"/>
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta property="article:publisher" content="https://www.facebook.com/medium"/>
+ <meta property="article:author" content="https://medium.com/@josephfcox"/>
+ <meta property="article:published_time" content="2015-03-27T13:07:55.096Z"/>
+ <meta name="twitter:creator" content="@josephfcox"/>
+ <meta name="apple-itunes-app" content="app-id=828256236, app-argument=medium:/p/9718cd0fe504"/>
+ <meta name="twitter:app:name:iphone" content="Medium"/>
+ <meta name="twitter:app:id:iphone" content="828256236"/>
+ <meta name="twitter:app:url:iphone" content="medium:/p/9718cd0fe504"/>
+ <meta property="al:ios:app_name" content="Medium"/>
+ <meta property="al:ios:app_store_id" content="828256236"/>
+ <meta property="al:ios:url" content="medium:/p/9718cd0fe504"/>
+ <meta property="al:web:url" content="https://medium.com/backchannel/inside-the-deep-web-drug-lab-9718cd0fe504"/>
+ <meta name="theme-color" content="#000000"/>
+ <script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script>
+ <script>
+ if (window.top !== window.self) window.top.location = window.self.location.href;var OB_startTime = new Date().getTime(); var OB_fontLoaded = 0; var OB_loadErrors = []; function _onerror(e) { OB_loadErrors.push(e) }; if (document.addEventListener) document.addEventListener("error", _onerror, true); else if (document.attachEvent) document.attachEvent("onerror", _onerror); function _asyncScript(u) {var d = document, f = d.getElementsByTagName("script")[0], s = d.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = u; f.parentNode.insertBefore(s, f);}function _asyncStyles(u) {var d = document, f = d.getElementsByTagName("script")[0], s = d.createElement("link"); s.rel = "stylesheet"; s.href = u; f.parentNode.insertBefore(s, f); return s}var _gaq = _gaq || []; _gaq.push(["_setAccount", "UA-24232453-2"]); _gaq.push(["_setDomainName", window.location.hostname]); _gaq.push(["_setAllowLinker", true]); _gaq.push(["_trackPageview"]); _asyncScript(("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js");(new Image()).src = "/_/stat?event=pixel.load&origin=" + encodeURIComponent(location.origin);
+ </script>
+ <script>
+ _asyncStyles('https:\/\/dnqgz544uhbo8.cloudfront.net\/_\/fp\/css\/main-sprites.1B2M2Y8AsgTpgAmY7PhCfg.css')
+ </script>
+ <link rel="stylesheet" href="https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-base.6kQxKAiKOmce2ozmMfuxGQ.css"/>
+ <script>
+ (function () {var height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; document.write("<style>section.section-image--fullBleed {padding-top: " + Math.round(1.1 * height) + "px;}section.section-image--fullScreen, section.section-image--coverFade {min-height: " + height + "px; padding-top: " + Math.round(0.5 * height) + "px;}.u-sizeViewHeight100 {height: " + height + "px !important;}.u-sizeViewHeightMin100 {min-height: " + height + "px !important;}section.section-image--coverFade, .section-image--fullScreen > .section-background, .section-image--coverFade > .section-background, .section-image--fullBleed .section-backgroundImage, .section-image--fullScreen .section-backgroundImage, .section-image--coverFade .section-backgroundImage {height: " + height + "px;}.section-image--content > .section-background, .section-image--content .section-backgroundImage, .section-aspectRatioViewportPlaceholder, .section-aspectRatioViewportCropPlaceholder {max-height: " + height + "px;}.section-image--fullBleed > .section-background {height: " + Math.round(1.1 * height) + "px;}.section-aspectRatioViewportBottomSpacer, .section-aspectRatioViewportBottomPlaceholder {max-height: " + Math.round(0.5 * height) + "px;}</style>");})()
+ </script>
+ <!--[if lt IE 9]>
+ <script charset="UTF-8" src="https://dnqgz544uhbo8.cloudfront.net/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js"></script>
+ <![endif]-->
+ <link rel="shortcut icon" href="https://dnqgz544uhbo8.cloudfront.net/_/fp/icons/favicon.n7eHNqdWyHhbTLN2-3a-6g.ico"/>
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/apple-touch-icon-precomposed-152.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/apple-touch-icon-precomposed-120.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/apple-touch-icon-precomposed-76.png"/>
+ <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png"/>
+ </head>
+
+ <body itemscope="" itemtype="http://schema.org/Article" class=" template-flex-article js-loading ">
+ <div class="site-main" id="container">
+ <div class="butterBar butterBar--error"></div>
+ <div class="surface">
+ <div id="prerendered" class="screenContent is-showingReadNextSidebar">
+ <canvas class="canvas-renderer"></canvas>
+ <div class="listingEditorOverlay"></div>
+ <div class="listingEditor js-listingEditor">
+ <div class="listingEditor-inner u-backgroundWhite">
+ <div class="listingEditor-content">
+ <div class="listingEditor-header u-textAlignCenter">Ready to publish?</div>
+ <div class="listingEditor-description u-textAlignCenter js-titleEditorInstructions">Change the story’s title, subtitle, and visibility as needed</div>
+ <div
+ class="listingEditor-section listingEditor-section--highlightOnHover">
+ <div class="block block--list js-block">
+ <div class="block-image js-blockImage"></div>
+ <div class="block-firefoxPositioningContainerHack">
+ <div class="block-content">
+ <div class="block-title js-titleEditor u-hideOutline"></div>
+ <div class="block-snippet block-snippet--subtitle js-subtitleEditor u-hideOutline"></div>
+ <div class="block-postMetaWrap u-clearfix">
+ <div class="block-postMeta u-inlineBlock">
+ <div class="postMetaInline postMetaInline--author">Joseph Cox</div>
+ <div class="postMetaInline js-readingTime"><span class="readingTime">14 min read</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="listingEditor-section listingEditor-section--controls">
+ <div class="listingEditor-controlsLeft u-floatLeft js-tagEditor"></div>
+ <div class="listingEditor-controlsRight u-floatRight">
+ <button class="button button--chromeless js-selectVisibility js-buttonRequiresPostId"
+ data-action="show-disabled-button-info" data-action-value="Changing post visibility will become available after you start writing."
+ data-delayed-action="show-visibility-popover"></button>
+ <button class="button button--chromeless js-selectFeatured" data-action="show-featured-popover">Featured</button>
+ <button class="button js-listingEditorCancelButton" data-action="close-listing-editor">Close</button>
+ <button class="button button--primary js-publishButton"
+ data-action="publish">Publish changes</button>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="metabar u-clearfix js-metabar metabar--top metabar--postArticle is-withCollectionLogo ">
+ <div class="metabar-block metabar-left u-floatLeft"><a href="https://medium.com/" alt="Homepage" data-log-event="home" class="siteNav-logo"><span class="icon icon--logoM"></span></a>
+ <span
+ class="metabar-divider metabar-divider--first u-showOnMobile"></span><span class="postMetaInline postMetaInline--avatar u-showOnMobile"><a class="link" title="Go to Backchannel" href="https://medium.com/backchannel?source=avatarTopMetabar-lo_69de9372095b-d16afa0ae7c" data-action-source="avatarTopMetabar-lo_69de9372095b-d16afa0ae7c"><img src="https://d262ilb51hltx0.cloudfront.net/fit/c/32/32/1*VN9AINEbi2CS8bHWeu80GQ.png" class="avatar-image avatar-image--icon avatar-image--roundedRectangle" alt="Backchannel"/></a></span>
+ </div>
+ <div class="metabar-block metabar-center"><a class="metabar-logoWrapper js-logCollection" href="https://medium.com/backchannel?source=logo-lo_69de9372095b-d16afa0ae7c"><img class="metabar-logo" src="https://d262ilb51hltx0.cloudfront.net/fit/c/280/36/1*CBYh7ADvcY9Z-WYUrJN2Gw.png?source=logoAvatar-lo_69de9372095b-d16afa0ae7c"/></a>
+ </div>
+ <div class="metabar-block metabar-right u-floatRight">
+ <div class="metabar-text"></div>
+ <div class="buttonSet"></div>
+ <div class="buttonSet"><a class="button button--circle is-inSiteNavBar" href="https://medium.com/search"
+ data-action="open-search"><span class="icon icon--search"></span></a>
+ <a
+ class="button button--primary" href="https://medium.com/m/signin?redirect=https%3A%2F%2Fmedium.com%3A443%2Fbackchannel%2Finside-the-deep-web-drug-lab-9718cd0fe504"
+ data-action="sign-in-prompt">Sign in / Sign up</a>
+ </div>
+ </div>
+ </div>
+ <div class="metabar u-clearfix metabar--bottom metabar--bordered metabar--social metabar--postSecondaryBar js-postSecondaryBar">
+ <div class="metabar-block metabar-left u-floatLeft"><span class="postMetaInline postMetaInline--avatar u-xs-hide"><a class="link" title="Go to Backchannel" href="https://medium.com/backchannel?source=avatarSecondaryBar-lo_69de9372095b-d16afa0ae7c" data-action-source="avatarSecondaryBar-lo_69de9372095b-d16afa0ae7c"><img src="https://d262ilb51hltx0.cloudfront.net/fit/c/32/32/1*VN9AINEbi2CS8bHWeu80GQ.png" class="avatar-image avatar-image--icon avatar-image--roundedRectangle" alt="Backchannel"/></a></span>
+ <span
+ class="postMetaInline postMetaInline--avatar"><a href="https://medium.com/@josephfcox" class="avatar avatar--icon avatar--inline link link--secondary"
+ title="Go to the profile of Joseph Cox"><img src="https://d262ilb51hltx0.cloudfront.net/fit/c/32/32/0*caZ172e36yu_pElb.png" class="avatar-image avatar-image--icon" title="Joseph Cox"/></a>
+ </span><span class="postMetaInline postMetaInline--authorDateline"><a class="link link--secondary" title="Go to the profile of Joseph Cox" href="https://medium.com/@josephfcox">Joseph Cox</a><span class="u-showOnTabletMini"><br/></span>
+ <span
+ class="postMetaInline postMetaInline--date"><span class="u-xs-hide"> on </span>
+ <time class="post-date">Mar 27</time><span class="middotDivider"></span>14 min</span>
+ </span>
+ </div>
+ <div class="metabar-block metabar-right u-floatRight">
+ <div class="voteWidget"></div>
+ <div class="metabar-shareActions">
+ <button class="button button--chromeless button--social button--recommend js-recommendButton"
+ title="Recommend to share this article with your followers and let the author know you liked it"
+ data-action="sign-in-prompt" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/9718cd0fe504"><span class="icon icon--heart2Outline"></span><span class="icon icon--heart2"></span>
+ </button>
+ <button class="button button--chromeless button--social js-bookmarkButton"
+ title="Bookmark this story to read later" data-action="sign-in-prompt"
+ data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/9718cd0fe504"><span class="icon icon--readingList2outline"></span><span class="icon icon--readingList2"></span>
+ </button>
+ <button class="button button--chromeless u-showOnMobile button--social"
+ title="Share this story on Twitter, Facebook, or email" data-action="toggle-share-drawer"
+ data-action-value="9718cd0fe504"><span class="icon icon--share2Outline "></span>
+ </button>
+ <button class="button button--chromeless u-xs-hide button--social" title="Share this story on Twitter, Facebook, or email"
+ data-action="show-share-popover" data-action-value="9718cd0fe504" data-action-source="metabar"><span class="icon icon--share2Outline "></span>
+ </button>
+ </div>
+ <div class="metabar-readNext js-metabarReadNext">
+ <button class="button button--chromeless">Next story</button>
+ </div>
+ </div>
+ </div>
+ <div class="metabar u-clearfix metabar--bottom metabar--social metabar--peekaboo js-persistentShareFooter">
+ <div class="metabar-block metabar-left u-floatLeft"></div>
+ <div class="metabar-block metabar-center">
+ <div class="metabar-readNext metabar-readNext--bottom js-metabarReadNextMobile">
+ <button class="button button--chromeless">Next story</button>
+ </div>
+ <div class="metabar-shareActions">
+ <button class="button button--chromeless button--social button--recommend js-recommendButton"
+ title="Recommend to share this article with your followers and let the author know you liked it"
+ data-action="sign-in-prompt" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/9718cd0fe504"><span class="icon icon--heart2Outline"></span><span class="icon icon--heart2"></span>
+ </button>
+ <button class="button button--chromeless button--social js-bookmarkButton"
+ title="Bookmark this story to read later" data-action="sign-in-prompt"
+ data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/9718cd0fe504"><span class="icon icon--readingList2outline"></span><span class="icon icon--readingList2"></span>
+ </button>
+ <button class="button button--chromeless u-showOnMobile button--social"
+ title="Share this story on Twitter, Facebook, or email" data-action="toggle-share-drawer"
+ data-action-value="9718cd0fe504"><span class="icon icon--share2Outline "></span>
+ </button>
+ <button class="button button--chromeless u-xs-hide button--social" title="Share this story on Twitter, Facebook, or email"
+ data-action="show-share-popover" data-action-value="9718cd0fe504" data-action-source="metabar"><span class="icon icon--share2Outline "></span>
+ </button>
+ </div>
+ <div class="metabar-drawer">
+ <div class="metabar-drawerWarning">The author chose to make this story unlisted, which means only people
+ with a link can see it. Are you sure you want to share it?
+ <button class="button button--chromeless"
+ data-action="ignore-share-drawer-warning">Yes, show me sharing options</button>
+ </div>
+ <div class="metabar-drawerContent">
+ <h4 class="metabar-drawerTitle">Inside the Deep Web Drug Lab</h4>
+ <ul class="list">
+ <li>
+ <button class="button button--chromeless" data-action="share-on-twitter"
+ data-action-value="9718cd0fe504" data-action-source="metabar_mobile"><span class="icon icon--twitter"></span> Share on Twitter</button>
+ </li>
+ <li>
+ <button class="button button--chromeless" data-action="share-on-facebook"
+ data-action-value="9718cd0fe504" data-action-source="metabar_mobile"><span class="icon icon--facebook"></span> Share on Facebook</button>
+ </li>
+ <li>
+ <button class="button button--chromeless" data-action="share-by-email"
+ data-action-value="9718cd0fe504" data-action-source="metabar_mobile"><span class="icon icon--email"></span> Share by email</button>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <article class="u-sizeViewHeightMin100 postArticle postArticle--full is-languageTier1"
+ lang="en" data-allow-notes="true">
+ <section class="postWrapper postWrapper--contain">
+ <div class="postWrapper-inner">
+ <div class="postContent">
+ <div class="postContent-inner">
+ <div class="notesSource">
+ <div class="postField postField--body">
+ <section name="ef8c" class=" section--first section--last">
+ <div class="section-divider layoutSingleColumn">
+ <hr class="section-divider"/>
+ </div>
+ <div class="section-content">
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="b9ad" id="b9ad" class="graf--figure postField--fillWidthImage graf--first">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 66.8%;"></div>
+ <img class="graf-image" data-image-id="1*sLDnS1UWEFIS33uLMxq3cw.jpeg"
+ data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*sLDnS1UWEFIS33uLMxq3cw.jpeg"/>
+ </div>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <h2 name="9ebb" id="9ebb" data-align="center" class="graf--h2">Inside the Deep Web Drug Lab</h2>
+ <p name="1f41" id="1f41" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <h4 name="9736" id="9736" data-align="center" class="graf--h4">Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.</h4>
+ <p name="fc64" id="fc64" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <figure name="7417" id="7417" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 14px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 2%;"></div>
+ <img class="graf-image" data-image-id="1*3vIhkoHIzcxvUdijoCVx6w.png"
+ data-width="1200" data-height="24" data-action="zoom" data-action-value="1*3vIhkoHIzcxvUdijoCVx6w.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*3vIhkoHIzcxvUdijoCVx6w.png"/>
+ </div>
+ </figure>
+ <p name="8a83" id="8a83" class="graf--p">Standing at a table in a chemistry lab in Barcelona, Cristina Gil Lladanosa
+ tears open a silver, smell-proof protective envelope. She slides out a
+ transparent bag full of crystals. Around her, machines whir and hum, and
+ other researchers mill around in long, white coats.</p>
+ <p name="b675" id="b675"
+ class="graf--p">She is holding the lab’s latest delivery of a drug bought from the “deep
+ web,” the clandestine corner of the internet that isn’t reachable by normal
+ search engines, and is home to some sites that require special software
+ to access. Labeled as <a href="http://en.wikipedia.org/wiki/MDMA" data-href="http://en.wikipedia.org/wiki/MDMA"
+ class="markup--anchor markup--p-anchor" rel="nofollow">MDMA</a> (the street
+ term is ecstasy), this sample has been shipped from Canada. Lladanosa and
+ her colleague Iván Fornís Espinosa have also received drugs, anonymously,
+ from people in China, Australia, Europe and the United States.</p>
+ <p name="3c0b"
+ id="3c0b" class="graf--p graf--startsWithDoubleQuote">“Here we have speed, MDMA, cocaine, pills,” Lladanosa says, pointing to
+ vials full of red, green, blue and clear solutions sitting in labeled boxes.</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="c4e6" id="c4e6" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 66.8%;"></div>
+ <img class="graf-image" data-image-id="1*4gN1-fzOwCniw-DbqQjDeQ.jpeg"
+ data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*4gN1-fzOwCniw-DbqQjDeQ.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Cristina Gil Lladanosa, at the Barcelona testing lab | photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <p name="7a54" id="7a54" class="graf--p">Since 2011, with the launch of <a href="http://en.wikipedia.org/wiki/Silk_Road_%28marketplace%29"
+ data-href="http://en.wikipedia.org/wiki/Silk_Road_%28marketplace%29" class="markup--anchor markup--p-anchor"
+ rel="nofollow">Silk Road</a>, anybody has been able to safely buy illegal
+ drugs from the deep web and have them delivered to their door. Though the
+ FBI shut down that black market in October 2013, other outlets have emerged
+ to fill its role. For the last 10 months the lab at which Lladanosa and
+ Espinosa work has offered a paid testing service of those drugs. By sending
+ in samples for analysis, users can know exactly what it is they are buying,
+ and make a more informed decision about whether to ingest the substance.
+ The group, called <a href="http://energycontrol.org/" data-href="http://energycontrol.org/"
+ class="markup--anchor markup--p-anchor" rel="nofollow">Energy Control</a>,
+ which has being running “harm reduction” programs since 1999, is the first
+ to run a testing service explicitly geared towards verifying those purchases
+ from the deep web.</p>
+ <p name="4395" id="4395" class="graf--p">Before joining Energy Control, Lladanosa briefly worked at a pharmacy,
+ whereas Espinosa spent 14 years doing drug analysis. Working at Energy
+ Control is “more gratifying,” and “rewarding” than her previous jobs, Lladanosa
+ told me. They also receive help from a group of volunteers, made up of
+ a mixture of “squatters,” as Espinosa put it, and medical students, who
+ prepare the samples for testing.</p>
+ <p name="0c18" id="0c18" class="graf--p">After weighing out the crystals, aggressively mixing it with methanol
+ until dissolved, and delicately pouring the liquid into a tiny brown bottle,
+ Lladanosa, a petite woman who is nearly engulfed by her lab coat, is now
+ ready to test the sample. She loads a series of three trays on top of a
+ large white appliance sitting on a table, called a gas chromatograph (GC).
+ A jungle of thick pipes hang from the lab’s ceiling behind it.</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="559c" id="559c" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 66.8%;"></div>
+ <img class="graf-image" data-image-id="1*2KPmZkIBUrhps-2uwDvYFQ.jpeg"
+ data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*2KPmZkIBUrhps-2uwDvYFQ.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <p name="1549" id="1549" class="graf--p graf--startsWithDoubleQuote">“Chromatography separates all the substances,” Lladanosa says as she loads
+ the machine with an array of drugs sent from the deep web and local Spanish
+ users. It can tell whether a sample is pure or contaminated, and if the
+ latter, with what.</p>
+ <p name="5d0f" id="5d0f" class="graf--p">Rushes of hot air blow across the desk as the gas chromatograph blasts
+ the sample at 280 degrees Celsius. Thirty minutes later the machine’s robotic
+ arm automatically moves over to grip another bottle. The machine will continue
+ cranking through the 150 samples in the trays for most of the work week.</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="d6aa" id="d6aa" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 61.6%;"></div>
+ <img class="graf-image" data-image-id="1*PU40bbbox2Ompc5I3RE99A.jpeg"
+ data-width="2013" data-height="1241" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*PU40bbbox2Ompc5I3RE99A.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <p name="15e0" id="15e0" class="graf--p">To get the drugs to Barcelona, a user mails at least 10 milligrams of
+ a substance to the offices of the Asociación Bienestar y Desarrollo, the
+ non-government organization that oversees Energy Control. The sample then
+ gets delivered to the testing service’s laboratory, at the Barcelona Biomedical
+ Research Park, a futuristic, seven story building sitting metres away from
+ the beach. Energy Control borrows its lab space from a biomedical research
+ group for free.</p>
+ <p name="2574" id="2574" class="graf--p">The tests cost 50 Euro per sample. Users pay, not surprisingly, with Bitcoin.
+ In the post announcing Energy Control’s service on the deep web, the group
+ promised that “All profits of this service are set aside of maintenance
+ of this project.”</p>
+ <p name="2644" id="2644" class="graf--p">About a week after testing, those results are sent in a PDF to an email
+ address provided by the anonymous client.</p>
+ <p name="9f91" id="9f91" class="graf--p graf--startsWithDoubleQuote">“The process is quite boring, because you are in a routine,” Lladanosa
+ says. But one part of the process is consistently surprising: that moment
+ when the results pop up on the screen. “Every time it’s something different.”
+ For instance, one cocaine sample she had tested also contained phenacetin,
+ a painkiller added to increase the product’s weight; lidocaine, an anesthetic
+ that numbs the gums, giving the impression that the user is taking higher
+ quality cocaine; and common caffeine.</p>
+ <figure name="b821" id="b821"
+ class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 14px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 2%;"></div>
+ <img class="graf-image" data-image-id="1*ohyycinH18fz98TCyUzVgQ.png"
+ data-width="1200" data-height="24" data-action="zoom" data-action-value="1*ohyycinH18fz98TCyUzVgQ.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*ohyycinH18fz98TCyUzVgQ.png"/>
+ </div>
+ </figure>
+ <p name="39a6" id="39a6" class="graf--p">The deep web drug lab is the brainchild of Fernando Caudevilla, a Spanish
+ physician who is better known as “DoctorX” on the deep web, a nickname
+ given to him by his Energy Control co-workers because of his earlier writing
+ about the history, risks and recreational culture of MDMA. In the physical
+ world, Caudevilla has worked for over a decade with Energy Control on various
+ harm reduction focused projects, most of which have involved giving Spanish
+ illegal drug users medical guidance, and often writing leaflets about the
+ harms of certain substances.</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="eebc" id="eebc" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 59.099999999999994%;"></div>
+ <img class="graf-image" data-image-id="1*mKvUNOAVQxl6atCbxbCZsg.jpeg"
+ data-width="2100" data-height="1241" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*mKvUNOAVQxl6atCbxbCZsg.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Fernando Caudevilla, AKA DoctorX. Photo: Joseph Cox</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <p name="c099" id="c099" class="graf--p">Caudevilla first ventured into Silk Road forums in April 2013. “I would
+ like to contribute to this forum offering professional advice in topics
+ related to drug use and health,” he wrote in an <a href="http://web.archive.org/web/20131015051405/https://dkn255hz262ypmii.onion.to/index.php?topic=147607.0"
+ data-href="http://web.archive.org/web/20131015051405/https://dkn255hz262ypmii.onion.to/index.php?topic=147607.0"
+ class="markup--anchor markup--p-anchor" rel="nofollow">introductory post</a>,
+ using his DoctorX alias. Caudevilla offered to provide answers to questions
+ that a typical doctor is not prepared, or willing, to respond to, at least
+ not without a lecture or a judgment. “This advice cannot replace a complete
+ face-to-face medical evaluation,” he wrote, “but I know how difficult it
+ can be to talk frankly about these things.”</p>
+ <p name="ff1d" id="ff1d"
+ class="graf--p">The requests flooded in. A diabetic asked what effect MDMA has on blood
+ sugar; another what the risks of frequent psychedelic use were for a young
+ person. Someone wanted to know whether amphetamine use should be avoided
+ during lactation. In all, Fernando’s thread received over 50,000 visits
+ and 300 questions before the FBI shut down Silk Road.</p>
+ <p name="1f35"
+ id="1f35" class="graf--p graf--startsWithDoubleQuote">“He’s amazing. A gift to this community,” one user wrote on the Silk Road
+ 2.0 forum, a site that sprang up after the original. “His knowledge is
+ invaluable, and never comes with any judgment.” Up until recently, Caudevilla
+ answered questions on the marketplace “Evolution.” Last week, however,
+ the administrators of that site <a href="http://motherboard.vice.com/read/one-of-the-darknets-biggest-markets-may-have-just-stole-all-its-users-bitcoin"
+ data-href="http://motherboard.vice.com/read/one-of-the-darknets-biggest-markets-may-have-just-stole-all-its-users-bitcoin"
+ class="markup--anchor markup--p-anchor" rel="nofollow">pulled a scam</a>,
+ shutting the market down and escaping with an estimated $12 million worth
+ of Bitcoin.</p>
+ <p name="b20f" id="b20f" class="graf--p">Caudevilla’s transition from dispensing advice to starting up a no-questions-asked
+ drug testing service came as a consequence of his experience on the deep
+ web. He’d wondered whether he could help bring more harm reduction services
+ to a marketplace without controls. The Energy Control project, as part
+ of its mandate of educating drug users and preventing harm, had already
+ been carrying out drug testing for local Spanish users since 2001, at music
+ festivals, night clubs, or through a drop-in service at a lab in Madrid.</p>
+ <p
+ name="f739" id="f739" class="graf--p graf--startsWithDoubleQuote">“I thought, we are doing this in Spain, why don’t we do an international
+ drug testing service?” Caudevilla told me when I visited the other Energy
+ Control lab, in Madrid. Caudevilla, a stocky character with ear piercings
+ and short, shaved hair, has eyes that light up whenever he discusses the
+ world of the deep web. Later, via email, he elaborated that it was not
+ a hard sell. “It was not too hard to convince them,” he wrote me. Clearly,
+ Energy Control believed that the reputation he had earned as an unbiased
+ medical professional on the deep web might carry over to the drug analysis
+ service, where one needs to establish “credibility, trustworthiness, [and]
+ transparency,” Caudevilla said. “We could not make mistakes,” he added.</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="4058" id="4058" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 71.39999999999999%;"></div>
+ <img class="graf-image" data-image-id="1*knT10_FNVUmqQIBLnutmzQ.jpeg"
+ data-width="4400" data-height="3141" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*knT10_FNVUmqQIBLnutmzQ.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Photo: Joseph Cox</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <figure name="818c" id="818c" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 14px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 2%;"></div>
+ <img class="graf-image" data-image-id="1*ohyycinH18fz98TCyUzVgQ.png"
+ data-width="1200" data-height="24" data-action="zoom" data-action-value="1*ohyycinH18fz98TCyUzVgQ.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*ohyycinH18fz98TCyUzVgQ.png"/>
+ </div>
+ </figure>
+ <p name="7b5e" id="7b5e" class="graf--p">While the Energy Control lab in Madrid lab only tests Spanish drugs from
+ various sources, it is the Barcelona location which vets the substances
+ bought in the shadowy recesses of of the deep web. Caudevilla no longer
+ runs it, having handed it over to his colleague Ana Muñoz. She maintains
+ a presence on the deep web forums, answers questions from potential users,
+ and sends back reports when they are ready.</p>
+ <p name="0f0e" id="0f0e"
+ class="graf--p">The testing program exists in a legal grey area. The people who own the
+ Barcelona lab are accredited to experiment with and handle drugs, but Energy
+ Control doesn’t have this permission itself, at least not in writing.</p>
+ <p
+ name="e002" id="e002" class="graf--p graf--startsWithDoubleQuote">“We have a verbal agreement with the police and other authorities. They
+ already know what we are doing,” Lladanosa tells me. It is a pact of mutual
+ benefit. Energy Control provides the police with information on batches
+ of drugs in Spain, whether they’re from the deep web or not, Espinosa says.
+ They also contribute to the European Monitoring Centre for Drugs and Drug
+ Addiction’s early warning system, a collaboration that attempts to spread
+ information about dangerous drugs as quickly as possible.</p>
+ <p name="db1b"
+ id="db1b" class="graf--p">By the time of my visit in February, Energy Control had received over
+ 150 samples from the deep web and have been receiving more at a rate of
+ between 4 and 8 a week. Traditional drugs, such as cocaine and MDMA, make
+ up about 70 percent of the samples tested, but the Barcelona lab has also
+ received samples of the prescription pill codeine, research chemicals and
+ synthetic cannabinoids, and even pills of Viagra.</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="b885" id="b885" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 66.8%;"></div>
+ <img class="graf-image" data-image-id="1*Vr61dyCTRwk6CemmVF8YAQ.jpeg"
+ data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*Vr61dyCTRwk6CemmVF8YAQ.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <p name="e76f" id="e76f" class="graf--p">So it’s fair to make a tentative judgement on what people are paying for
+ on the deep web. The verdict thus far? Overall, drugs on the deep web appear
+ to be of much higher quality than those found on the street.</p>
+ <p name="5352"
+ id="5352" class="graf--p graf--startsWithDoubleQuote">“In general, the cocaine is amazing,” says Caudevilla, saying that the
+ samples they’ve seen have purities climbing towards 80 or 90 percent, and
+ some even higher. To get an idea of how unusual this is, take a look at
+ the <a href="http://www.unodc.org/documents/wdr2014/Cocaine_2014_web.pdf"
+ data-href="http://www.unodc.org/documents/wdr2014/Cocaine_2014_web.pdf"
+ class="markup--anchor markup--p-anchor" rel="nofollow">United Nations Office on Drugs and Crime World Drug Report 2014</a>,
+ which reports that the average quality of street cocaine in Spain is just
+ over 40 percent, while in the United Kingdom it is closer to 30 percent.“We
+ have found 100 percent [pure] cocaine,” he adds. “That’s really, really
+ strange. That means that, technically, this cocaine has been purified,
+ with clandestine methods.”</p>
+ <p name="a71c" id="a71c" class="graf--p">Naturally, identifying vendors who sell this top-of-the-range stuff is
+ one of the reasons that people have sent samples to Energy Control. Caudevilla
+ was keen to stress that, officially, Energy Control’s service “is not intended
+ to be a control of drug quality,” meaning a vetting process for identifying
+ the best sellers, but that is exactly how some people have been using it.</p>
+ <p
+ name="cb5b" id="cb5b" class="graf--p">As one buyer on the Evolution market, elmo666, wrote to me over the site’s
+ messaging system, “My initial motivations were selfish. My primary motivation
+ was to ensure that I was receiving and continue to receive a high quality
+ product, essentially to keep the vendor honest as far as my interactions
+ with them went.”</p>
+ <p name="d80d" id="d80d" class="graf--p">Vendors on deep web markets advertise their product just like any other
+ outlet does, using flash sales, gimmicky giveaways and promises of drugs
+ that are superior to those of their competitors. The claims, however, can
+ turn out to be empty: despite the test results that show that deep web
+ cocaine vendors typically sell product that is of a better quality than
+ that found on the street, in plenty of cases, the drugs are nowhere near
+ as pure as advertised.</p>
+ <p name="36de" id="36de" class="graf--p graf--startsWithDoubleQuote">“You won’t be getting anything CLOSE to what you paid for,” one user complained
+ about the cocaine from ‘Mirkov’, a vendor on Evolution. “He sells 65% not
+ 95%.”</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="8544" id="8544" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 66.8%;"></div>
+ <img class="graf-image" data-image-id="1*a-1_13xE6_ErQ-QSlz6myw.jpeg"
+ data-width="2100" data-height="1402" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*a-1_13xE6_ErQ-QSlz6myw.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <figure name="d521" id="d521" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 14px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 2%;"></div>
+ <img class="graf-image" data-image-id="1*ohyycinH18fz98TCyUzVgQ.png"
+ data-width="1200" data-height="24" data-action="zoom" data-action-value="1*ohyycinH18fz98TCyUzVgQ.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*ohyycinH18fz98TCyUzVgQ.png"/>
+ </div>
+ </figure>
+ <p name="126b" id="126b" class="graf--p">Despite the prevalence of people using the service to gauge the quality
+ of what goes up their nose, many users send samples to Energy Control in
+ the spirit of its original mission: keeping themselves alive and healthy.
+ The worst case scenario from drugs purchased on the deep web is, well the
+ worst case. That was the outcome when <a href="http://www.independent.co.uk/news/uk/crime/teenager-patrick-mcmullen-who-died-while-on-skype-had-bought-drugs-from-silk-road-8942329.html"
+ data-href="http://www.independent.co.uk/news/uk/crime/teenager-patrick-mcmullen-who-died-while-on-skype-had-bought-drugs-from-silk-road-8942329.html"
+ class="markup--anchor markup--p-anchor" rel="nofollow">Patrick McMullen,</a> a
+ 17-year-old Scottish student, ingested half a gram of MDMA and three tabs
+ of LSD, reportedly purchased from the Silk Road. While talking to his friends
+ on Skype, his words became slurred and he passed out. Paramedics could
+ not revive him. The coroner for that case, Sherrif Payne, who deemed the
+ cause of death ecstasy toxicity, told <em class="markup--em markup--p-em">The Independent</em> “You
+ never know the purity of what you are taking and you can easily come unstuck.”</p>
+ <p
+ name="5e9e" id="5e9e" class="graf--p">ScreamMyName, a deep web user who has been active since the original Silk
+ Road, wants to alert users to the dangerous chemicals that are often mixed
+ with drugs, and is using Energy Control as a means to do so.</p>
+ <p name="19a6"
+ id="19a6" class="graf--p graf--startsWithDoubleQuote">“We’re at a time where some vendors are outright sending people poison.
+ Some do it unknowingly,” ScreamMyName told me in an encrypted message.
+ “Cocaine production in South America is often tainted with either levamisole
+ or phenacetine. Both poison to humans and both with severe side effects.”</p>
+ <p
+ name="9fef" id="9fef" class="graf--p">In the case of Levamisole, those prescribing it are often not doctors
+ but veterinarians, as Levamisole is commonly used on animals, primarily
+ for the treatment of worms. If ingested by humans it can lead to cases
+ of extreme eruptions of the skin, as <a href="http://www.ncbi.nlm.nih.gov/pubmed/22127712"
+ data-href="http://www.ncbi.nlm.nih.gov/pubmed/22127712" class="markup--anchor markup--p-anchor"
+ rel="nofollow">documented in a study</a> from researchers at the University
+ of California, San Francisco. But Lladanosa has found Levamisole in cocaine
+ samples; dealers use it to increase the product weight, allowing them to
+ stretch their batch further for greater profit — and also, she says, because
+ Levamisole has a strong stimulant effect.</p>
+ <p name="7886" id="7886" class="graf--p graf--startsWithDoubleQuote">“It got me sick as fuck,” Dr. Feel, an Evolution user, wrote on the site’s
+ forums after consuming cocaine that had been cut with 23 percent Levamisole,
+ and later tested by Energy Control. “I was laid up in bed for several days
+ because of that shit. The first night I did it, I thought I was going to
+ die. I nearly drove myself to the ER.”</p>
+ <p name="18d3" id="18d3" class="graf--p graf--startsWithDoubleQuote">“More people die because of tainted drugs than the drugs themselves,”
+ Dr. Feel added. “It’s the cuts and adulterants that are making people sick
+ and killing them.”</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="552a" id="552a" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 56.8%;"></div>
+ <img class="graf-image" data-image-id="1*IWXhtSsVv0gNnCwnDEXk-Q.jpeg"
+ data-width="2100" data-height="1192" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*IWXhtSsVv0gNnCwnDEXk-Q.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <p name="839a" id="839a" class="graf--p">The particular case of cocaine cut with Levamisole is one of the reasons
+ that ScreamMyName has been pushing for more drug testing on the deep web
+ markets. “I recognize that drug use isn’t exactly healthy, but why exacerbate
+ the problem?” he told me when I contacted him after his post. “[Energy
+ Control] provides a way for users to test the drugs they’ll use and for
+ these very users to know what it is they’re putting in their bodies. Such
+ services are in very short supply.”</p>
+ <p name="18dc" id="18dc" class="graf--p">After sending a number of Energy Control tests himself, ScreamMyName started
+ a de facto crowd-sourcing campaign to get more drugs sent to the lab, and
+ then shared the results, after throwing in some cash to get the ball rolling.
+ <a
+ href="https://blockchain.info/address/1Mi6VjMFqjcD48FPV7cnPB24MAtQQenRy3"
+ data-href="https://blockchain.info/address/1Mi6VjMFqjcD48FPV7cnPB24MAtQQenRy3"
+ class="markup--anchor markup--p-anchor" rel="nofollow">He set up a Bitcoin wallet</a>, with the hope that users might chip in
+ to fund further tests. At the time of writing, the wallet has received
+ a total of 1.81 bitcoins; around $430 at today’s exchange rates.</p>
+ <p
+ name="dcbd" id="dcbd" class="graf--p">In posts to the Evolution community, ScreamMyName pitched this project
+ as something that will benefit users and keep drug dealer honest. “When
+ the funds build up to a point where we can purchase an [Energy Control]
+ test fee, we’ll do a US thread poll for a few days and try to cohesively
+ decide on what vendor to test,” he continued.</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="9d32" id="9d32" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 66.7%;"></div>
+ <img class="graf-image" data-image-id="1*NGcrjfkV0l37iQH2uyYjEw.jpeg"
+ data-width="1368" data-height="913" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*NGcrjfkV0l37iQH2uyYjEw.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <p name="bff6" id="bff6" class="graf--p">Other members of the community have been helping out, too. PlutoPete,
+ a vendor from the original Silk Road who sold cannabis seeds and other
+ legal items, has provided ScreamMyName with packaging to safely send the
+ samples to Barcelona. “A box of baggies, and a load of different moisture
+ barrier bags,” PlutoPete told me over the phone. “That’s what all the vendors
+ use.”</p>
+ <p name="bb78" id="bb78" class="graf--p">It’s a modest program so far. ScreamMyName told me that so far he had
+ gotten enough public funding to purchase five different Energy Control
+ tests, in addition to the ten or so he’s sent himself so far. “The program
+ created is still in its infancy and it is growing and changing as we go
+ along but I have a lot of faith in what we’re doing,” he says.</p>
+ <p name="5638"
+ id="5638" class="graf--p">But the spirit is contagious: elmo666, the other deep web user testing
+ cocaine, originally kept the results of the drug tests to himself, but
+ he, too, saw a benefit to distributing the data. “It is clear that it is
+ a useful service to other users, keeping vendors honest and drugs (and
+ their users) safe,” he told me. He started to report his findings to others
+ on the forums, and then created a thread with summaries of the test results,
+ as well as comments from the vendors if they provided it. Other users were
+ soon basing their decisions on what to buy on elmo666‘s tests.</p>
+ <p name="de75"
+ id="de75" class="graf--p graf--startsWithDoubleQuote">“I’m defo trying the cola based on the incredibly helpful elmo and his
+ energy control results and recommendations,” wrote user jayk1984. On top
+ of this, elmo666 plans to launch an independent site on the deep web that
+ will collate all of these results, which should act as a resource for users
+ of all the marketplaces.</p>
+ <p name="6b72" id="6b72" class="graf--p">As word of elmo666's efforts spread, he began getting requests from drug
+ dealers who wanted him to use their wares for testing. Clearly, they figured
+ that a positive result from Energy Control would be a fantastic marketing
+ tool to draw more customers. They even offered elmo666 free samples. (He
+ passed.)</p>
+ <p name="b008" id="b008" class="graf--p">Meanwhile, some in the purchasing community are arguing that those running
+ markets on the deep web should be providing quality control themselves.
+ PlutoPete told me over the phone that he had been in discussions about
+ this with Dread Pirate Roberts, the pseudonymous owner of the original
+ Silk Road site. “We [had been] talking about that on a more organized basis
+ on Silk Road 1, doing lots of anonymous buys to police each category. But
+ of course they took the thing [Silk Road] down before we got it properly
+ off the ground,” he lamented.</p>
+ <p name="49c8" id="49c8" class="graf--p">But perhaps it is best that the users, those who are actually consuming
+ the drugs, remain in charge of shaming dealers and warning each other.
+ “It’s our responsibility to police the market based on reviews and feedback,”
+ elmo666 wrote in an Evolution forum post. It seems that in the lawless
+ space of the deep web, where everything from child porn to weapons are
+ sold openly, users have cooperated in an organic display of self-regulation
+ to stamp out those particular batches of drugs that are more likely to
+ harm users.</p>
+ <p name="386d" id="386d" class="graf--p graf--startsWithDoubleQuote">“That’s always been the case with the deep web,” PlutoPete told me. Indeed,
+ ever since Silk Road, a stable of the drug markets has been the review
+ system, where buyers can leave a rating and feedback for vendors, letting
+ others know about the reliability of the seller. But DoctorX’s lab, rigorously
+ testing the products with scientific instruments, takes it a step further.</p>
+ </div>
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="890b" id="890b" class="graf--figure postField--fillWidthImage">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 65.4%;"></div>
+ <img class="graf-image" data-image-id="1*WRlKt3q3mt7utmwxcbl3sQ.jpeg"
+ data-width="2100" data-height="1373" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*WRlKt3q3mt7utmwxcbl3sQ.jpeg"/>
+ </div>
+ <figcaption class="imageCaption">Photo by Joan Bardeletti</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <p name="b109" id="b109" class="graf--p graf--startsWithDoubleQuote">“In the white market, they have quality control. In the dark market, it
+ should be the same,” Cristina Gil Lladanosa says to me before I leave the
+ Barcelona lab.</p>
+ <p name="e3a4" id="e3a4" class="graf--p">A week after I visit the lab, the results of the MDMA arrive in my inbox:
+ it is 85 percent pure, with no indications of other active ingredients.
+ Whoever ordered that sample from the digital shelves of the deep web, and
+ had it shipped to their doorstep in Canada, got hold of some seriously
+ good, and relatively safe drugs. And now they know it.</p>
+ <figure name="31cf"
+ id="31cf" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 14px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 2%;"></div>
+ <img class="graf-image" data-image-id="1*320_4I0lxbn5x3bx4XPI5Q.png"
+ data-width="1200" data-height="24" data-action="zoom" data-action-value="1*320_4I0lxbn5x3bx4XPI5Q.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*320_4I0lxbn5x3bx4XPI5Q.png"/>
+ </div>
+ </figure>
+ <p name="9b87" id="9b87" data-align="center" class="graf--p"><em class="markup--em markup--p-em">Top photo by Joan Bardeletti</em>
+ </p>
+ <p name="c30a" id="c30a" data-align="center" class="graf--p graf--last">Follow Backchannel: <a href="https://twitter.com/backchnnl" data-href="https://twitter.com/backchnnl"
+ class="markup--anchor markup--p-anchor" rel="nofollow"><em class="markup--em markup--p-em">Twitter</em></a>
+ <em
+ class="markup--em markup--p-em">|</em><a href="https://www.facebook.com/pages/Backchannel/1488568504730671"
+ data-href="https://www.facebook.com/pages/Backchannel/1488568504730671"
+ class="markup--anchor markup--p-anchor" rel="nofollow"><em class="markup--em markup--p-em">Facebook</em></a>
+ </p>
+ </div>
+ </div>
+ </section>
+ </div>
+ </div>
+ <div class="postFooter--simple2 supplementalPostContent layoutSingleColumn js-postFooter">
+ <div class="u-clearfix postFooter-actions--simple2">
+ <div class="u-floatLeft">
+ <button class="button button--primary button--toggle button--recommend js-recommendButton"
+ title="Recommend to share this article with your followers and let the author know you liked it"
+ data-action="sign-in-prompt" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/9718cd0fe504"><span class="icon icon--heart2Outline75 icon--default"></span><span class="icon icon--active icon--heart2"></span>
+ <span
+ class="button-label label--default">Recommend</span><span class="button-label label--active">Recommended</span>
+ </button>
+ <!-- Recommended by string will be injected here from the VoteWidget -->
+ <div class="voteWidget--footer js-footerVoteWidget"></div>
+ </div>
+ <div class="u-floatRight">
+ <div class="buttonSet">
+ <button class="button button--vertical button--bookmark js-bookmarkButton"
+ title="Bookmark this story to read later" data-action="sign-in-prompt"
+ data-requires-token="true" data-redirect="/_/bookmark/p/9718cd0fe504"><span class="icon icon--readingList2outline icon--default"></span>
+ <span
+ class="icon icon--active icon--readingList2"></span><span class="label label--default">Bookmark</span><span class="label label--active">Bookmarked</span>
+ </button>
+ <button class="button button--vertical button--share" title="Share this story on Twitter, Facebook, or email"
+ data-action="show-share-popover" data-action-value="9718cd0fe504" data-action-source="footer"><span class="icon icon--share2Outline "></span><span class="label ">Share</span>
+ </button>
+ <button class="button button--vertical u-xs-hide button--more" title="More actions"
+ data-action="more-actions"><span class="icon icon--arrowDownThin "></span><span class="label ">More</span>
+ </button>
+ </div>
+ </div>
+ </div>
+ <div class="postFooter-mobileRecommendNote u-showOnMobile js-recommendNote"></div>
+ <div class="postFooter-tags infoCard js-postTags"></div>
+ <div class="postFooter-info js-postFooterInfo">
+ <div class="infoCard u-clearfix js-infoCardCollection">
+ <div class="infoCard-avatar"><a class="link js-logCollection" title="Go to Backchannel" href="https://medium.com/backchannel"
+ data-action-source="footer"><img class="card-image card-image--collection" alt="Go to Backchannel" src="https://d262ilb51hltx0.cloudfront.net/fit/c/60/60/1*VN9AINEbi2CS8bHWeu80GQ.png"/></a>
+ </div>
+ <div class="infoCard-info ">
+ <div class="infoCard-wrapper">
+ <div class="infoCard-title">Published in</div><a class="link link--primary js-logCollection" title="Go to Backchannel"
+ href="https://medium.com/backchannel" data-action-source="footer">Backchannel</a>
+ <div
+ class="infoCard-bio">Mining the tech world for lively and meaningful tales and analysis.</div>
+ </div>
+ </div>
+ <div class="infoCard-actions">
+ <button class="button button--small infoCard-showSubscribeForm" data-action="toggle-css-class"
+ data-action-value="is-emailFollowActive" data-action-target="js-infoCardCollection"><span class="button-label ">Follow by email</span>
+ </button>
+ <div class="infoCard-emailFollow">
+ <div class="infoCard-emailFollowTitle u-xs-hide">Email me when there are new stories in the publication</div>
+ <div class="textInput textInput--singleLine textInput--narrow">
+ <div class="js-emailToSubscribe js-emailToSubscribeCollection u-textAlignLeft u-hideOutline"></div>
+ </div>
+ <button class="button button--primary button--small u-verticalAlignTop"
+ data-action="subscribe-by-email" data-action-target="js-emailToSubscribeCollection">Follow</button>
+ </div>
+ </div>
+ </div>
+ <hr class="infoCard-border"/>
+ <div class="infoCard u-clearfix js-infoCardUser">
+ <div class="infoCard-avatar"><a href="https://medium.com/@josephfcox" class="avatar avatar--small"
+ title="Go to the profile of Joseph Cox"><img src="https://d262ilb51hltx0.cloudfront.net/fit/c/60/60/0*caZ172e36yu_pElb.png" class="avatar-image avatar-image--small" title="Joseph Cox"/></a>
+ </div>
+ <div class="infoCard-info ">
+ <div class="infoCard-wrapper">
+ <div class="infoCard-title">Written <span class="postMetaInline postMetaInline--date"><span class="u-xs-hide"> on </span>
+ <time
+ class="post-date">Mar 27</time>
+ </span>by</div><a class="link link--primary" title="Go to the profile of Joseph Cox"
+ href="https://medium.com/@josephfcox">Joseph Cox</a>
+ <div class="infoCard-bio">Encryption Enthusiast. Words for Motherboard, WIRED, Daily Dot. Documentaries
+ for VICE. OTR chat: <a rel="nofollow" href="mailto:[email protected]">[email protected]</a>
+ </div>
+ </div>
+ </div>
+ <div class="infoCard-actions"><span class="followState js-followState"><button class="button button--small button--toggle u-noUserSelect button--follow" title="Follow to get new stories and recommendations from this author" data-action="sign-in-prompt" data-requires-token="true" data-redirect="https://medium.com/_/subscribe/user/99f6d9c3c62c/9718cd0fe504"><span class="button-label label--default">Follow</span>
+ <span
+ class="button-label label--active">Following</span>
+ </button>
+ </span>
+ </div>
+ </div>
+ <div class="postFooter-acknowledgments--simple2">
+ <div class="postMeta-acknowledgments"><span data-tooltip="The following people helped the author by providing feedback before the story was published.">Thanks to</span> <span><a class="link" title="Go to the profile of Steven Levy" href="https://medium.com/@stevenlevy">Steven Levy</a></span>.</div>
+ </div>
+ </div>
+ </div>
+ <div class="responsesWrapper supplementalPostContent js-responsesWrapper"></div>
+ </div>
+ </div>
+ </div>
+ </section>
+ <footer class="post-footer supplementalPostContent js-readNext"></footer>
+ </article>
+ <div class="postArticle-remote u-sm-hide js-readNextSidebarRemote">
+ <button class="button button--circle" data-action="toggle-read-next-sidebar"><span class="icon icon--arrowRight"></span>
+ </button>
+ </div>
+ <div class="sidebar sidebar--fixed sidebar--bordered sidebar--readNext js-readNextSidebar"></div>
+ </div>
+ </div>
+ </div>
+ <div class="loadingBar"></div>
+ <script>
+ // <![CDATA[
+ var GLOBALS = {"audioUrl":"https://d1fcbxp97j4nb2.cloudfront.net","baseUrl":"https://medium.com","bestOfFirstSlug":"may-2013","bestOfLatestSlug":"february-2015","buildLabel":"14871-a6236ac","currentUser":{"userId":"lo_69de9372095b","subscriberEmail":""},"currentUserHasUnverifiedEmail":false,"defaultPreviewImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/default-preview-image.IsBK38jFAJBlWifMLO4z9g.png","defaultUserImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/default-avatar.dmbNkD5D-u45r44go_cf0g.png","editorTipsAddCoverImage":"/img/help/add-cover.gif","editorTipsAddMediaImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/add-media.SZH2LBmkwVExuhozFfVvYg.gif","editorTipsAddMediaImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/add-media-start.GXmqQ2Svt1WfZGIZSM93tg.gif","editorTipsEmbedImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/embed-start.EBJ2PcWFJuYopsQV4wwklA.gif","editorTipsShareDraftImage":"/img/help/share-draft.gif","editorTipsTextHighlightImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/text-highlight.XVChoKYZ1-s3gJgHm9-7Yg.gif","editorTipsTextHighlightImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/text-highlight-start.AvTbakaFuUCd05YoMECoMQ.gif","facebookKey":"542599432471018","facebookScope":["public_profile","email","user_friends"],"homeImageId":"1*4ncz3hLxmL8E_bUh-0z62w.jpeg","importHighlightMenuImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/highlight-menu.kzoaVM8mJJ-Hu9m9uo3Omg.png","importImageHighlightMenuImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/image-highlight-menu.q43-H2dl0JvBS_5znQCW8A.png","importPublishImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/publish-metabar.YbEX1a2Pu0rAR_LuKeg8JA.png","isAuthenticated":false,"isCurrentUserVerified":"","language":null,"loadingPlaceholderImg":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/media-loading-placeholder.b31hiO4ynbDLRrXWEFF4aQ.png","mediumTwitterScreenName":"medium","miroUrl":"https://d262ilb51hltx0.cloudfront.net","moduleUrls":{"base":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-base.bundle.7QMgaqDVNQgp-bY5wRbaAA.js","notes":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-notes.bundle.7b_8yDOHVH3UqngnJtaCqQ.js","posters":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-posters.bundle.x8MAdL_CX-zTLBVYm5wtig.js","common-async":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-common-async.bundle.h51Lr2SeFxwUSXiieImVBA.js","stats":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-stats.bundle.F5ERK2rv6UtCHgWEAM8U6A.js","misc-screens":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-misc-screens.bundle.8tehRXRNwY8FZ3YDlb-gCQ.js"},"onboardingLandscapeFooterImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/logged-out-footer/landscape-bg.W4fnHJbJjHt0fgxh7ssrvQ.jpg","postColumnWidth":700,"previewConfig":{"weightThreshold":1,"weightEmptyParagraph":0,"weightIframeParagraph":0.8,"weightImageParagraph":0.51,"weightTextParagraph":0.05,"weightBq":0.003,"weightH":0.003,"weightP":0.0025,"minPTextLength":40,"truncateBoundaryChars":20,"detectTitle":true,"detectTitleLevThreshold":0.15,"previewConfigVariantA":{"weightThreshold":2},"previewConfigVariantB":{"weightThreshold":10,"detectTitle":false}},"productName":"Medium","responsesRecommendationThreshold":5,"supportsEdit":false,"termsUrl":"//medium.com/policy/9db0094a1e0f","textshotHost":"textshot.medium.com","transactionId":"1427473292297:8ad488838d94","useragent":{"browser":"other","family":"","os":"","version":0,"supportsDesktopEdit":false,"supportsMobileEdit":false,"supportsInteract":false,"supportsView":true,"isMobile":false,"isTablet":false,"isNative":false,"supportsFileAPI":false,"isTier1":false,"clientVersion":"","unknownParagraphsBad":false,"clientChannel":"","supportsRealScrollEvents":false,"supportsVhUnits":false,"ruinsViewportSections":false,"supportsHtml5Video":false,"supportsMagicUnderlines":false},"variants":{"policy_collection_slug":"policy","can_vote":true,"can_update_settings":true,"can_send_push_notifications":true,"can_export_data":true,"enable_notes":true,"allow_test_auth":"disallow","enable_logged_out_sessions":true,"filter_other_languages":true,"use_experimental_css":true,"has_prl_provider_collection_latest":true,"can_resume_from_last_read_location":true,"can_report_bad_posts":true,"enable_social_posts":true,"enable_gosocial_queries":true,"enable_embeds":true,"enable_embed_ui":true,"enable_recommend_notes":true,"enable_recommend_notes_composition":true,"max_upload_size_mb":25,"use_full_width_images":true,"upload_multiple_files":true,"can_follow_users":true,"enable_coverless_consumption_ios":true,"allow_request_account_deletion":true,"enable_sidebar_upload_collection_logo":true,"use_session_tokens":true,"enable_bookmarks_list_ios":true,"enable_gifs_ios":true,"feature_post_in_sidebar":true,"see_featured_post_tab":true,"show_respond_button":true,"can_see_follower_counts":true,"enable_prl_reasons_on_homepage":true,"enable_follower_emails":true,"post_recommend_lists":true,"receive_post_published_pushes":true,"enable_account_conversion":true,"use_new_scheduled_delivery_flow":true,"feed_homepage":true,"enable_collection_subscription_fanout":true,"post_publish_email":true,"manage_collection_in_post_metabar":true,"send_delighted_survey":true,"welcome_post_url":"https://medium.com/@Medium/welcome-to-medium-735fbbc085a1","post_share_metabar":true,"self_serve_fonts":true,"use_direct_switchboard_collection_published_flow":true,"can_see_ios_smart_banner":true,"listing_editor":true,"beautiful_homepage":true,"new_twitter_flow":true,"new_facebook_flow":true,"google_search":true,"enable_simple_reach":true,"signin_services":"twitter,facebook","signup_services":"twitter,facebook","enable_categories":true,"enable_homepage_promos":true,"promo_stream_signup":true,"promo_stream_feature_following":true,"promo_stream_why_write":true,"promo_stream_feature_responses":true,"promo_sidebar_start_writing":true,"promo_sidebar_writing_prompt":true,"promo_sidebar_feature_unlisted":true,"interactions_footer":true,"post_page_collection_logo":true,"enable_bing_search":true,"enable_algolia_search":true,"show_tagged_posts_in_search":true,"enable_textshots":true,"feature_post_on_profile":true,"streamy_profile":true,"profile_interstitial":true,"casual_content_viewer":true,"casual_content_creator":true,"ttr_on_post_list":true,"drafts_unauth":true,"enable_quotes":true,"combined_margin_quotes":true,"friends_only_quotes":true,"enable_quotes_emails":true,"consolidate_publication_info":true,"edit_tags":true,"view_tags":true,"inline_tags":true,"read_next_experiment":"sidebar","edit_publication_contact_info":true,"enable_search_ios":true,"enable_new_cover_flow_ios":true,"enable_rating_prompt":true,"enable_post_show_refactor":true,"enable_your_stories_more_actions":true,"enable_user_search_with_bing":true,"enable_textshot_post":true,"show_related_tags":true,"new_search_interface":true,"restrict_set_visibility":true,"show_actions_after_quote":true,"enable_post_top_quotes":true,"min_quoters_top_quotes":2,"max_quotes_top_quotes":1},"xsrfToken":"","useDynamicCss":false,"canonicalBaseUrl":"https://medium.com","iosAppId":"828256236","supportEmail":"[email protected]","teamName":"Team Medium","fp":{"/img/email/check1.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check1.0DM77li7vZhq5o2V9cVYLQ.png","/img/email/check2.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check2.GLlNusQmn1hwo9WDN-gE1w.png","/img/email/check3.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check3.7VxOUVMXAVbHRRnzMrJ_5A.png","/img/email/fb_logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/fb_logo.Q0M98YwNTu77gLWTK6-RyQ.png","/img/email/heart1.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart1.rnGEmSwcGUhztl_zSU7l6Q.png","/img/email/heart2.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart2.HBiLu3koIYsKjjKroohgbA.png","/img/email/heart3.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart3.AIJBOHw11HuhdClVJNtmtg.png","/img/email/logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/logo.dPr5ZCzgKMooKYKJwnKarQ.png","/img/email/twitter_logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/twitter_logo.Pz4a3o9WMU5QioxLKcyFhQ.png","/img/email/unlisted.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/unlisted.ikh8R2LElOz_1YM8A2Db4g.png","/img/email/follow.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/follow.-VSXwmQhfi2entHPht8l2g.png","/img/email/recommend.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/recommend.scZJ6ysjDBJYd-K3wFK2Hg.png","/img/email/write.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/write.wWIWbAqfZUqn1JD4YSJYNw.png"},"configLabel":"fd2c29e","cssBaseUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-base.6kQxKAiKOmce2ozmMfuxGQ.css","cssSpriteUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-sprites.1B2M2Y8AsgTpgAmY7PhCfg.css","cssFontUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/fonts-base.RB0XGp9t6rSpksYHwudieQ.css","googleAnalyticsTrackingCode":"UA-24232453-2","iconsJsUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/icons.kMtvd60hqPtTdUxvP9j8rw.js","jsShivUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js","jsUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-base.bundle.7QMgaqDVNQgp-bY5wRbaAA.js","facebookNamespace":"medium-com","highlightAnimationImg":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/highlight-educational-animation._BG4I2h0KF83wFb3fWnWbA.gif","editorTipsEmbedImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/embed.1BM0Di9vd91Kv8fLioJabw.gif","authBaseUrl":"https://medium.com","imageUploadSizeMb":25,"isAuthDomainRequest":true,"favIconUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/icons/favicon.n7eHNqdWyHhbTLN2-3a-6g.ico","cssFontHintedUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/fonts-hinted-base.h1mF0S6dQagtUyBbsS0NbQ.css","embedded":{"value":{"id":"9718cd0fe504","versionId":"c57a8ab1e09e","creatorId":"99f6d9c3c62c","creator":{"userId":"99f6d9c3c62c","name":"Joseph Cox","username":"josephfcox","createdAt":1420573722072,"lastPostCreatedAt":1426152018640,"imageId":"0*caZ172e36yu_pElb.png","backgroundImageId":"","bio":"Encryption Enthusiast. \n\nWords for Motherboard, WIRED, Daily Dot. Documentaries for VICE. OTR chat: [email protected]","twitterScreenName":"josephfcox","facebookAccountId":"","type":"User"},"homeCollection":{"id":"d16afa0ae7c","name":"Backchannel","slug":"backchannel","tags":[],"creatorId":"2fff2fb3e70a","description":"Mining the tech world for lively and meaningful tales and analysis.","shortDescription":"Mining the tech world for lively and meaningful tales and…","image":{"imageId":"1*VN9AINEbi2CS8bHWeu80GQ.png","filter":"","backgroundSize":"contain","originalWidth":0,"originalHeight":0,"strategy":"resample","height":0,"width":0},"metadata":{"postCount":153,"followerCount":11087,"activeAt":1427461675125},"virtuals":{"permissions":{},"isSubscribed":false},"layoutType":1,"logo":{"imageId":"1*CBYh7ADvcY9Z-WYUrJN2Gw.png","filter":"","backgroundSize":"contain","originalWidth":771,"originalHeight":99,"strategy":"resample","height":0,"width":0},"sections":[{"type":2,"collectionHeaderMetadata":{"title":"","description":"","backgroundImage":{"id":"","originalWidth":0,"originalHeight":0,"backgroundSize":"contain","filter":"","isFeatured":false,"externalSrc":""},"logoImage":{"id":"1*CBYh7ADvcY9Z-WYUrJN2Gw.png","originalWidth":771,"originalHeight":99,"backgroundSize":"contain","filter":"","isFeatured":false,"externalSrc":""},"alignment":1,"layout":1}},{"type":1,"postListMetadata":{"source":3,"layout":4,"number":3,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":2,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":1,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":25,"postIds":[],"posts":[]}}],"twitterUsername":"backchnnl","facebookPageName":"backchnnl","publicEmail":"[email protected]","collectionMastheadId":"6837e8bdabbb","domain":"","type":"Collection"},"homeCollectionId":"d16afa0ae7c","title":"Inside the Deep Web Drug Lab","detectedLanguage":"en","latestVersion":"c57a8ab1e09e","latestPublishedVersion":"c57a8ab1e09e","hasUnpublishedEdits":false,"latestRev":1424,"createdAt":1426152018640,"updatedAt":1427461675096,"acceptedAt":0,"firstPublishedAt":1427461675096,"latestPublishedAt":1427461675096,"isRead":false,"vote":false,"experimentalCss":"","displayAuthor":"","content":{"subtitle":"Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.","image":{"backgroundSize":"full","strategy":"crop-fixed"},"bodyModel":{"paragraphs":[{"name":"b9ad","type":4,"text":"","markups":[],"layout":5,"metadata":{"id":"1*sLDnS1UWEFIS33uLMxq3cw.jpeg","originalWidth":2100,"originalHeight":1402}},{"name":"9ebb","type":2,"text":"Inside the Deep Web Drug Lab","markups":[],"alignment":2},{"name":"1f41","type":1,"text":"","markups":[]},{"name":"9736","type":13,"text":"Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.","markups":[],"alignment":2},{"name":"fc64","type":1,"text":"","markups":[]},{"name":"7417","type":4,"text":"","markups":[],"layout":1,"metadata":{"id":"1*3vIhkoHIzcxvUdijoCVx6w.png","originalWidth":1200,"originalHeight":24}},{"name":"8a83","type":1,"text":"Standing at a table in a chemistry lab in Barcelona, Cristina Gil Lladanosa tears open a silver, smell-proof protective envelope. She slides out a transparent bag full of crystals. Around her, machines whir and hum, and other researchers mill around in long, white coats.","markups":[]},{"name":"b675","type":1,"text":"She is holding the lab’s latest delivery of a drug bought from the “deep web,” the clandestine corner of the internet that isn’t reachable by normal search engines, and is home to some sites that require special software to access. Labeled as MDMA (the street term is ecstasy), this sample has been shipped from Canada. Lladanosa and her colleague Iván Fornís Espinosa have also received drugs, anonymously, from people in China, Australia, Europe and the United States.","markups":[{"type":3,"start":243,"end":247,"href":"http://en.wikipedia.org/wiki/MDMA","title":"","rel":"","anchorType":0}]},{"name":"3c0b","type":1,"text":"“Here we have speed, MDMA, cocaine, pills,” Lladanosa says, pointing to vials full of red, green, blue and clear solutions sitting in labeled boxes.","markups":[]},{"name":"c4e6","type":4,"text":"Cristina Gil Lladanosa, at the Barcelona testing lab | photo by Joan Bardeletti","markups":[],"layout":5,"metadata":{"id":"1*4gN1-fzOwCniw-DbqQjDeQ.jpeg","originalWidth":2100,"originalHeight":1402}},{"name":"7a54","type":1,"text":"Since 2011, with the launch of Silk Road, anybody has been able to safely buy illegal drugs from the deep web and have them delivered to their door. Though the FBI shut down that black market in October 2013, other outlets have emerged to fill its role. For the last 10 months the lab at which Lladanosa and Espinosa work has offered a paid testing service of those drugs. By sending in samples for analysis, users can know exactly what it is they are buying, and make a more informed decision about whether to ingest the substance. The group, called Energy Control, which has being running “harm reduction” programs since 1999, is the first to run a testing service explicitly geared towards verifying those purchases from the deep web.","markups":[{"type":3,"start":31,"end":40,"href":"http://en.wikipedia.org/wiki/Silk_Road_%28marketplace%29","title":"","rel":"","anchorType":0},{"type":3,"start":551,"end":565,"href":"http://energycontrol.org/","title":"","rel":"","anchorType":0}]},{"name":"4395","type":1,"text":"Before joining Energy Control, Lladanosa briefly worked at a pharmacy, whereas Espinosa spent 14 years doing drug analysis. Working at Energy Control is “more gratifying,” and “rewarding” than her previous jobs, Lladanosa told me. They also receive help from a group of volunteers, made up of a mixture of “squatters,” as Espinosa put it, and medical students, who prepare the samples for testing.","markups":[]},{"name":"0c18","type":1,"text":"After weighing out the crystals, aggressively mixing it with methanol until dissolved, and delicately pouring the liquid into a tiny brown bottle, Lladanosa, a petite woman who is nearly engulfed by her lab coat, is now ready to test the sample. She loads a series of three trays on top of a large white appliance sitting on a table, called a gas chromatograph (GC). A jungle of thick pipes hang from the lab’s ceiling behind it.","markups":[]},{"name":"559c","type":4,"text":"Photo by Joan Bardeletti","markups":[],"layout":5,"metadata":{"id":"1*2KPmZkIBUrhps-2uwDvYFQ.jpeg","originalWidth":2100,"originalHeight":1402}},{"name":"1549","type":1,"text":"“Chromatography separates all the substances,” Lladanosa says as she loads the machine with an array of drugs sent from the deep web and local Spanish users. It can tell whether a sample is pure or contaminated, and if the latter, with what.","markups":[]},{"name":"5d0f","type":1,"text":"Rushes of hot air blow across the desk as the gas chromatograph blasts the sample at 280 degrees Celsius. Thirty minutes later the machine’s robotic arm automatically moves over to grip another bottle. The machine will continue cranking through the 150 samples in the trays for most of the work week.","markups":[]},{"name":"d6aa","type":4,"text":"Photo by Joan Bardeletti","markups":[],"layout":5,"metadata":{"id":"1*PU40bbbox2Ompc5I3RE99A.jpeg","originalWidth":2013,"originalHeight":1241}},{"name":"15e0","type":1,"text":"To get the drugs to Barcelona, a user mails at least 10 milligrams of a substance to the offices of the Asociación Bienestar y Desarrollo, the non-government organization that oversees Energy Control. The sample then gets delivered to the testing service’s laboratory, at the Barcelona Biomedical Research Park, a futuristic, seven story building sitting metres away from the beach. Energy Control borrows its lab space from a biomedical research group for free.","markups":[]},{"name":"2574","type":1,"text":"The tests cost 50 Euro per sample. Users pay, not surprisingly, with Bitcoin. In the post announcing Energy Control’s service on the deep web, the group promised that “All profits of this service are set aside of maintenance of this project.”","markups":[]},{"name":"2644","type":1,"text":"About a week after testing, those results are sent in a PDF to an email address provided by the anonymous client.","markups":[]},{"name":"9f91","type":1,"text":"“The process is quite boring, because you are in a routine,” Lladanosa says. But one part of the process is consistently surprising: that moment when the results pop up on the screen. “Every time it’s something different.” For instance, one cocaine sample she had tested also contained phenacetin, a painkiller added to increase the product’s weight; lidocaine, an anesthetic that numbs the gums, giving the impression that the user is taking higher quality cocaine; and common caffeine.","markups":[]},{"name":"b821","type":4,"text":"","markups":[],"layout":1,"metadata":{"id":"1*ohyycinH18fz98TCyUzVgQ.png","originalWidth":1200,"originalHeight":24}},{"name":"39a6","type":1,"text":"The deep web drug lab is the brainchild of Fernando Caudevilla, a Spanish physician who is better known as “DoctorX” on the deep web, a nickname given to him by his Energy Control co-workers because of his earlier writing about the history, risks and recreational culture of MDMA. In the physical world, Caudevilla has worked for over a decade with Energy Control on various harm reduction focused projects, most of which have involved giving Spanish illegal drug users medical guidance, and often writing leaflets about the harms of certain substances.","markups":[]},{"name":"eebc","type":4,"text":"Fernando Caudevilla, AKA DoctorX. Photo: Joseph Cox","markups":[],"layout":5,"metadata":{"id":"1*mKvUNOAVQxl6atCbxbCZsg.jpeg","originalWidth":2100,"originalHeight":1241}},{"name":"c099","type":1,"text":"Caudevilla first ventured into Silk Road forums in April 2013. “I would like to contribute to this forum offering professional advice in topics related to drug use and health,” he wrote in an introductory post, using his DoctorX alias. Caudevilla offered to provide answers to questions that a typical doctor is not prepared, or willing, to respond to, at least not without a lecture or a judgment. “This advice cannot replace a complete face-to-face medical evaluation,” he wrote, “but I know how difficult it can be to talk frankly about these things.”","markups":[{"type":3,"start":192,"end":209,"href":"http://web.archive.org/web/20131015051405/https://dkn255hz262ypmii.onion.to/index.php?topic=147607.0","title":"","rel":"","anchorType":0}]},{"name":"ff1d","type":1,"text":"The requests flooded in. A diabetic asked what effect MDMA has on blood sugar; another what the risks of frequent psychedelic use were for a young person. Someone wanted to know whether amphetamine use should be avoided during lactation. In all, Fernando’s thread received over 50,000 visits and 300 questions before the FBI shut down Silk Road.","markups":[]},{"name":"1f35","type":1,"text":"“He’s amazing. A gift to this community,” one user wrote on the Silk Road 2.0 forum, a site that sprang up after the original. “His knowledge is invaluable, and never comes with any judgment.” Up until recently, Caudevilla answered questions on the marketplace “Evolution.” Last week, however, the administrators of that site pulled a scam, shutting the market down and escaping with an estimated $12 million worth of Bitcoin.","markups":[{"type":3,"start":326,"end":339,"href":"http://motherboard.vice.com/read/one-of-the-darknets-biggest-markets-may-have-just-stole-all-its-users-bitcoin","title":"","rel":"","anchorType":0}]},{"name":"b20f","type":1,"text":"Caudevilla’s transition from dispensing advice to starting up a no-questions-asked drug testing service came as a consequence of his experience on the deep web. He’d wondered whether he could help bring more harm reduction services to a marketplace without controls. The Energy Control project, as part of its mandate of educating drug users and preventing harm, had already been carrying out drug testing for local Spanish users since 2001, at music festivals, night clubs, or through a drop-in service at a lab in Madrid.","markups":[]},{"name":"f739","type":1,"text":"“I thought, we are doing this in Spain, why don’t we do an international drug testing service?” Caudevilla told me when I visited the other Energy Control lab, in Madrid. Caudevilla, a stocky character with ear piercings and short, shaved hair, has eyes that light up whenever he discusses the world of the deep web. Later, via email, he elaborated that it was not a hard sell. “It was not too hard to convince them,” he wrote me. Clearly, Energy Control believed that the reputation he had earned as an unbiased medical professional on the deep web might carry over to the drug analysis service, where one needs to establish “credibility, trustworthiness, [and] transparency,” Caudevilla said. “We could not make mistakes,” he added.","markups":[]},{"name":"4058","type":4,"text":"Photo: Joseph Cox","markups":[],"layout":5,"metadata":{"id":"1*knT10_FNVUmqQIBLnutmzQ.jpeg","originalWidth":4400,"originalHeight":3141}},{"name":"818c","type":4,"text":"","markups":[],"layout":1,"metadata":{"id":"1*ohyycinH18fz98TCyUzVgQ.png","originalWidth":1200,"originalHeight":24}},{"name":"7b5e","type":1,"text":"While the Energy Control lab in Madrid lab only tests Spanish drugs from various sources, it is the Barcelona location which vets the substances bought in the shadowy recesses of of the deep web. Caudevilla no longer runs it, having handed it over to his colleague Ana Muñoz. She maintains a presence on the deep web forums, answers questions from potential users, and sends back reports when they are ready.","markups":[]},{"name":"0f0e","type":1,"text":"The testing program exists in a legal grey area. The people who own the Barcelona lab are accredited to experiment with and handle drugs, but Energy Control doesn’t have this permission itself, at least not in writing.","markups":[]},{"name":"e002","type":1,"text":"“We have a verbal agreement with the police and other authorities. They already know what we are doing,” Lladanosa tells me. It is a pact of mutual benefit. Energy Control provides the police with information on batches of drugs in Spain, whether they’re from the deep web or not, Espinosa says. They also contribute to the European Monitoring Centre for Drugs and Drug Addiction’s early warning system, a collaboration that attempts to spread information about dangerous drugs as quickly as possible.","markups":[]},{"name":"db1b","type":1,"text":"By the time of my visit in February, Energy Control had received over 150 samples from the deep web and have been receiving more at a rate of between 4 and 8 a week. Traditional drugs, such as cocaine and MDMA, make up about 70 percent of the samples tested, but the Barcelona lab has also received samples of the prescription pill codeine, research chemicals and synthetic cannabinoids, and even pills of Viagra.","markups":[]},{"name":"b885","type":4,"text":"Photo by Joan Bardeletti","markups":[],"layout":5,"metadata":{"id":"1*Vr61dyCTRwk6CemmVF8YAQ.jpeg","originalWidth":2100,"originalHeight":1402}},{"name":"e76f","type":1,"text":"So it’s fair to make a tentative judgement on what people are paying for on the deep web. The verdict thus far? Overall, drugs on the deep web appear to be of much higher quality than those found on the street.","markups":[]},{"name":"5352","type":1,"text":"“In general, the cocaine is amazing,” says Caudevilla, saying that the samples they’ve seen have purities climbing towards 80 or 90 percent, and some even higher. To get an idea of how unusual this is, take a look at the United Nations Office on Drugs and Crime World Drug Report 2014, which reports that the average quality of street cocaine in Spain is just over 40 percent, while in the United Kingdom it is closer to 30 percent.“We have found 100 percent [pure] cocaine,” he adds. “That’s really, really strange. That means that, technically, this cocaine has been purified, with clandestine methods.”","markups":[{"type":3,"start":221,"end":284,"href":"http://www.unodc.org/documents/wdr2014/Cocaine_2014_web.pdf","title":"","rel":"","anchorType":0}]},{"name":"a71c","type":1,"text":"Naturally, identifying vendors who sell this top-of-the-range stuff is one of the reasons that people have sent samples to Energy Control. Caudevilla was keen to stress that, officially, Energy Control’s service “is not intended to be a control of drug quality,” meaning a vetting process for identifying the best sellers, but that is exactly how some people have been using it.","markups":[]},{"name":"cb5b","type":1,"text":"As one buyer on the Evolution market, elmo666, wrote to me over the site’s messaging system, “My initial motivations were selfish. My primary motivation was to ensure that I was receiving and continue to receive a high quality product, essentially to keep the vendor honest as far as my interactions with them went.”","markups":[]},{"name":"d80d","type":1,"text":"Vendors on deep web markets advertise their product just like any other outlet does, using flash sales, gimmicky giveaways and promises of drugs that are superior to those of their competitors. The claims, however, can turn out to be empty: despite the test results that show that deep web cocaine vendors typically sell product that is of a better quality than that found on the street, in plenty of cases, the drugs are nowhere near as pure as advertised.","markups":[]},{"name":"36de","type":1,"text":"“You won’t be getting anything CLOSE to what you paid for,” one user complained about the cocaine from ‘Mirkov’, a vendor on Evolution. “He sells 65% not 95%.”","markups":[]},{"name":"8544","type":4,"text":"Photo by Joan Bardeletti","markups":[],"layout":5,"metadata":{"id":"1*a-1_13xE6_ErQ-QSlz6myw.jpeg","originalWidth":2100,"originalHeight":1402}},{"name":"d521","type":4,"text":"","markups":[],"layout":1,"metadata":{"id":"1*ohyycinH18fz98TCyUzVgQ.png","originalWidth":1200,"originalHeight":24}},{"name":"126b","type":1,"text":"Despite the prevalence of people using the service to gauge the quality of what goes up their nose, many users send samples to Energy Control in the spirit of its original mission: keeping themselves alive and healthy. The worst case scenario from drugs purchased on the deep web is, well the worst case. That was the outcome when Patrick McMullen, a 17-year-old Scottish student, ingested half a gram of MDMA and three tabs of LSD, reportedly purchased from the Silk Road. While talking to his friends on Skype, his words became slurred and he passed out. Paramedics could not revive him. The coroner for that case, Sherrif Payne, who deemed the cause of death ecstasy toxicity, told The Independent “You never know the purity of what you are taking and you can easily come unstuck.”","markups":[{"type":3,"start":331,"end":348,"href":"http://www.independent.co.uk/news/uk/crime/teenager-patrick-mcmullen-who-died-while-on-skype-had-bought-drugs-from-silk-road-8942329.html","title":"","rel":"","anchorType":0},{"type":2,"start":685,"end":700}]},{"name":"5e9e","type":1,"text":"ScreamMyName, a deep web user who has been active since the original Silk Road, wants to alert users to the dangerous chemicals that are often mixed with drugs, and is using Energy Control as a means to do so.","markups":[]},{"name":"19a6","type":1,"text":"“We’re at a time where some vendors are outright sending people poison. Some do it unknowingly,” ScreamMyName told me in an encrypted message. “Cocaine production in South America is often tainted with either levamisole or phenacetine. Both poison to humans and both with severe side effects.”","markups":[]},{"name":"9fef","type":1,"text":"In the case of Levamisole, those prescribing it are often not doctors but veterinarians, as Levamisole is commonly used on animals, primarily for the treatment of worms. If ingested by humans it can lead to cases of extreme eruptions of the skin, as documented in a study from researchers at the University of California, San Francisco. But Lladanosa has found Levamisole in cocaine samples; dealers use it to increase the product weight, allowing them to stretch their batch further for greater profit — and also, she says, because Levamisole has a strong stimulant effect.","markups":[{"type":3,"start":250,"end":271,"href":"http://www.ncbi.nlm.nih.gov/pubmed/22127712","title":"","rel":"","anchorType":0}]},{"name":"7886","type":1,"text":"“It got me sick as fuck,” Dr. Feel, an Evolution user, wrote on the site’s forums after consuming cocaine that had been cut with 23 percent Levamisole, and later tested by Energy Control. “I was laid up in bed for several days because of that shit. The first night I did it, I thought I was going to die. I nearly drove myself to the ER.”","markups":[]},{"name":"18d3","type":1,"text":"“More people die because of tainted drugs than the drugs themselves,” Dr. Feel added. “It’s the cuts and adulterants that are making people sick and killing them.”","markups":[]},{"name":"552a","type":4,"text":"Photo by Joan Bardeletti","markups":[],"layout":5,"metadata":{"id":"1*IWXhtSsVv0gNnCwnDEXk-Q.jpeg","originalWidth":2100,"originalHeight":1192}},{"name":"839a","type":1,"text":"The particular case of cocaine cut with Levamisole is one of the reasons that ScreamMyName has been pushing for more drug testing on the deep web markets. “I recognize that drug use isn’t exactly healthy, but why exacerbate the problem?” he told me when I contacted him after his post. “[Energy Control] provides a way for users to test the drugs they’ll use and for these very users to know what it is they’re putting in their bodies. Such services are in very short supply.”","markups":[]},{"name":"18dc","type":1,"text":"After sending a number of Energy Control tests himself, ScreamMyName started a de facto crowd-sourcing campaign to get more drugs sent to the lab, and then shared the results, after throwing in some cash to get the ball rolling. He set up a Bitcoin wallet, with the hope that users might chip in to fund further tests. At the time of writing, the wallet has received a total of 1.81 bitcoins; around $430 at today’s exchange rates.","markups":[{"type":3,"start":229,"end":255,"href":"https://blockchain.info/address/1Mi6VjMFqjcD48FPV7cnPB24MAtQQenRy3","title":"","rel":"","anchorType":0}]},{"name":"dcbd","type":1,"text":"In posts to the Evolution community, ScreamMyName pitched this project as something that will benefit users and keep drug dealer honest. “When the funds build up to a point where we can purchase an [Energy Control] test fee, we’ll do a US thread poll for a few days and try to cohesively decide on what vendor to test,” he continued.","markups":[]},{"name":"9d32","type":4,"text":"Photo by Joan Bardeletti","markups":[],"layout":5,"metadata":{"id":"1*NGcrjfkV0l37iQH2uyYjEw.jpeg","originalWidth":1368,"originalHeight":913}},{"name":"bff6","type":1,"text":"Other members of the community have been helping out, too. PlutoPete, a vendor from the original Silk Road who sold cannabis seeds and other legal items, has provided ScreamMyName with packaging to safely send the samples to Barcelona. “A box of baggies, and a load of different moisture barrier bags,” PlutoPete told me over the phone. “That’s what all the vendors use.”","markups":[]},{"name":"bb78","type":1,"text":"It’s a modest program so far. ScreamMyName told me that so far he had gotten enough public funding to purchase five different Energy Control tests, in addition to the ten or so he’s sent himself so far. “The program created is still in its infancy and it is growing and changing as we go along but I have a lot of faith in what we’re doing,” he says.","markups":[]},{"name":"5638","type":1,"text":"But the spirit is contagious: elmo666, the other deep web user testing cocaine, originally kept the results of the drug tests to himself, but he, too, saw a benefit to distributing the data. “It is clear that it is a useful service to other users, keeping vendors honest and drugs (and their users) safe,” he told me. He started to report his findings to others on the forums, and then created a thread with summaries of the test results, as well as comments from the vendors if they provided it. Other users were soon basing their decisions on what to buy on elmo666‘s tests.","markups":[]},{"name":"de75","type":1,"text":"“I’m defo trying the cola based on the incredibly helpful elmo and his energy control results and recommendations,” wrote user jayk1984. On top of this, elmo666 plans to launch an independent site on the deep web that will collate all of these results, which should act as a resource for users of all the marketplaces.","markups":[]},{"name":"6b72","type":1,"text":"As word of elmo666's efforts spread, he began getting requests from drug dealers who wanted him to use their wares for testing. Clearly, they figured that a positive result from Energy Control would be a fantastic marketing tool to draw more customers. They even offered elmo666 free samples. (He passed.)","markups":[]},{"name":"b008","type":1,"text":"Meanwhile, some in the purchasing community are arguing that those running markets on the deep web should be providing quality control themselves. PlutoPete told me over the phone that he had been in discussions about this with Dread Pirate Roberts, the pseudonymous owner of the original Silk Road site. “We [had been] talking about that on a more organized basis on Silk Road 1, doing lots of anonymous buys to police each category. But of course they took the thing [Silk Road] down before we got it properly off the ground,” he lamented.","markups":[]},{"name":"49c8","type":1,"text":"But perhaps it is best that the users, those who are actually consuming the drugs, remain in charge of shaming dealers and warning each other. “It’s our responsibility to police the market based on reviews and feedback,” elmo666 wrote in an Evolution forum post. It seems that in the lawless space of the deep web, where everything from child porn to weapons are sold openly, users have cooperated in an organic display of self-regulation to stamp out those particular batches of drugs that are more likely to harm users.","markups":[]},{"name":"386d","type":1,"text":"“That’s always been the case with the deep web,” PlutoPete told me. Indeed, ever since Silk Road, a stable of the drug markets has been the review system, where buyers can leave a rating and feedback for vendors, letting others know about the reliability of the seller. But DoctorX’s lab, rigorously testing the products with scientific instruments, takes it a step further.","markups":[]},{"name":"890b","type":4,"text":"Photo by Joan Bardeletti","markups":[],"layout":5,"metadata":{"id":"1*WRlKt3q3mt7utmwxcbl3sQ.jpeg","originalWidth":2100,"originalHeight":1373}},{"name":"b109","type":1,"text":"“In the white market, they have quality control. In the dark market, it should be the same,” Cristina Gil Lladanosa says to me before I leave the Barcelona lab.","markups":[]},{"name":"e3a4","type":1,"text":"A week after I visit the lab, the results of the MDMA arrive in my inbox: it is 85 percent pure, with no indications of other active ingredients. Whoever ordered that sample from the digital shelves of the deep web, and had it shipped to their doorstep in Canada, got hold of some seriously good, and relatively safe drugs. And now they know it.","markups":[]},{"name":"31cf","type":4,"text":"","markups":[],"layout":1,"metadata":{"id":"1*320_4I0lxbn5x3bx4XPI5Q.png","originalWidth":1200,"originalHeight":24}},{"name":"9b87","type":1,"text":"Top photo by Joan Bardeletti","markups":[{"type":2,"start":0,"end":28}],"alignment":2},{"name":"c30a","type":1,"text":"Follow Backchannel: Twitter | Facebook","markups":[{"type":3,"start":20,"end":27,"href":"https://twitter.com/backchnnl","title":"","rel":"nofollow","anchorType":0},{"type":3,"start":30,"end":38,"href":"https://www.facebook.com/pages/Backchannel/1488568504730671","title":"","rel":"nofollow","anchorType":0},{"type":2,"start":20,"end":38}],"alignment":2}],"sections":[{"name":"ef8c","startIndex":0}]},"postDisplay":{"coverless":true}},"media":null,"virtuals":{"currentCollectionId":"","statusForCollection":"APPROVED","createdAtRelative":"15 days ago","updatedAtRelative":"3 hours ago","acceptedAtRelative":"","createdAtEnglish":"March 12, 2015","updatedAtEnglish":"March 27, 2015","acceptedAtEnglish":"","firstPublishedAtEnglish":"March 27, 2015","latestPublishedAtEnglish":"March 27, 2015","allowNotes":true,"languageTier":1,"snippet":"Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.","previewImage":{"imageId":"1*sLDnS1UWEFIS33uLMxq3cw.jpeg","filter":"","backgroundSize":"contain","originalWidth":2100,"originalHeight":1402,"strategy":"resample","height":0,"width":0},"wordCount":3213,"imageCount":16,"readingTime":13.674528301886793,"subtitle":"Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.","postedIn":[{"collectionId":"d16afa0ae7c","collection":{"id":"d16afa0ae7c","name":"Backchannel","slug":"backchannel","tags":[],"creatorId":"2fff2fb3e70a","description":"Mining the tech world for lively and meaningful tales and analysis.","shortDescription":"Mining the tech world for lively and meaningful tales and…","image":{"imageId":"1*VN9AINEbi2CS8bHWeu80GQ.png","filter":"","backgroundSize":"contain","originalWidth":0,"originalHeight":0,"strategy":"resample","height":0,"width":0},"metadata":{"postCount":153,"followerCount":11087,"activeAt":1427461675125},"virtuals":{"permissions":{},"isSubscribed":false},"layoutType":1,"logo":{"imageId":"1*CBYh7ADvcY9Z-WYUrJN2Gw.png","filter":"","backgroundSize":"contain","originalWidth":771,"originalHeight":99,"strategy":"resample","height":0,"width":0},"sections":[{"type":2,"collectionHeaderMetadata":{"title":"","description":"","backgroundImage":{"id":"","originalWidth":0,"originalHeight":0,"backgroundSize":"contain","filter":"","isFeatured":false,"externalSrc":""},"logoImage":{"id":"1*CBYh7ADvcY9Z-WYUrJN2Gw.png","originalWidth":771,"originalHeight":99,"backgroundSize":"contain","filter":"","isFeatured":false,"externalSrc":""},"alignment":1,"layout":1}},{"type":1,"postListMetadata":{"source":3,"layout":4,"number":3,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":2,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":1,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":25,"postIds":[],"posts":[]}}],"twitterUsername":"backchnnl","facebookPageName":"backchnnl","publicEmail":"[email protected]","collectionMastheadId":"6837e8bdabbb","domain":"","type":"Collection"},"status":"APPROVED","posterId":"2fff2fb3e70a"}],"publishedInCount":1,"usersBySocialRecommends":[],"notesBySocialRecommends":[],"proposedAtRelative":"","latestPublishedAtAbbreviated":"Mar 27","firstPublishedAtAbbreviated":"Mar 27","emailSnippet":"Standing at a table in a chemistry lab in Barcelona, Cristina Gil Lladanosa tears open a silver, smell-proof protective envelope. She slides out a transparent bag full of crystals. Around her, machines whir and hum, and other researchers mill around in long, white coats. ¶\n\nShe is holding the lab’s latest delivery of a drug bought from the “deep web,” the clandestine corner of the internet that isn’t reachable by normal search engines, and is home to some sites that require special software to…","recommends":0,"featuredRecommendNoteId":"","socialRecommends":[],"addedToFeedAt":0,"isBookmarked":false},"coverless":true,"slug":"inside-the-deep-web-drug-lab","translationSourcePostId":"","translationSourceCreatorId":"","isApprovedTranslation":false,"inResponseToPostId":"","inResponseToRemovedAt":0,"isTitleSynthesized":false,"allowResponses":true,"importedUrl":"","importedPublishedAt":0,"visibility":0,"contentType":0,"isViewed":false,"uniqueSlug":"inside-the-deep-web-drug-lab-9718cd0fe504","previewContent":{"bodyModel":{"paragraphs":[{"name":"b9ad","type":4,"text":"","markups":[],"layout":10,"metadata":{"id":"1*sLDnS1UWEFIS33uLMxq3cw.jpeg","originalWidth":2100,"originalHeight":1402}},{"name":"9ebb","type":2,"text":"Inside the Deep Web Drug Lab","markups":[],"alignment":1},{"name":"1f41","type":1,"text":""},{"name":"9736","type":13,"text":"Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.","markups":[],"alignment":1}],"sections":[{"startIndex":0}]},"isFullContent":false},"type":"Post","_isPopulated":true},"collaborators":[{"user":{"userId":"2fff2fb3e70a","name":"Steven Levy","username":"stevenlevy","createdAt":1344982818449,"lastPostCreatedAt":1427329229793,"imageId":"0*kF9quiBAmUdJcOGV.jpg","backgroundImageId":"","bio":"I’m starting a tech hub at Medium.","twitterScreenName":"StevenLevy","facebookAccountId":"10154441010485624","type":"User"},"state":"visible","_isPopulated":true}],"collectionUserRelations":[],"mode":null,"references":{"User":{"99f6d9c3c62c":{"userId":"99f6d9c3c62c","name":"Joseph Cox","username":"josephfcox","createdAt":1420573722072,"lastPostCreatedAt":1426152018640,"imageId":"0*caZ172e36yu_pElb.png","backgroundImageId":"","bio":"Encryption Enthusiast. \n\nWords for Motherboard, WIRED, Daily Dot. Documentaries for VICE. OTR chat: [email protected]","twitterScreenName":"josephfcox","facebookAccountId":"","type":"User"}},"Collection":{"d16afa0ae7c":{"id":"d16afa0ae7c","name":"Backchannel","slug":"backchannel","tags":[],"creatorId":"2fff2fb3e70a","description":"Mining the tech world for lively and meaningful tales and analysis.","shortDescription":"Mining the tech world for lively and meaningful tales and…","image":{"imageId":"1*VN9AINEbi2CS8bHWeu80GQ.png","filter":"","backgroundSize":"contain","originalWidth":0,"originalHeight":0,"strategy":"resample","height":0,"width":0},"metadata":{"postCount":153,"followerCount":11087,"activeAt":1427461675125},"virtuals":{"permissions":{},"isSubscribed":false},"layoutType":1,"logo":{"imageId":"1*CBYh7ADvcY9Z-WYUrJN2Gw.png","filter":"","backgroundSize":"contain","originalWidth":771,"originalHeight":99,"strategy":"resample","height":0,"width":0},"sections":[{"type":2,"collectionHeaderMetadata":{"title":"","description":"","backgroundImage":{"id":"","originalWidth":0,"originalHeight":0,"backgroundSize":"contain","filter":"","isFeatured":false,"externalSrc":""},"logoImage":{"id":"1*CBYh7ADvcY9Z-WYUrJN2Gw.png","originalWidth":771,"originalHeight":99,"backgroundSize":"contain","filter":"","isFeatured":false,"externalSrc":""},"alignment":1,"layout":1}},{"type":1,"postListMetadata":{"source":3,"layout":4,"number":3,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":2,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":1,"postIds":[],"posts":[]}},{"type":1,"postListMetadata":{"source":1,"layout":4,"number":25,"postIds":[],"posts":[]}}],"twitterUsername":"backchnnl","facebookPageName":"backchnnl","publicEmail":"[email protected]","collectionMastheadId":"6837e8bdabbb","domain":"","type":"Collection"}}}}}
+ // ]]>
+ </script>
+ <script charset="UTF-8" src="https://dnqgz544uhbo8.cloudfront.net/_/fp/js/icons.kMtvd60hqPtTdUxvP9j8rw.js"></script>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-images.json
new file mode 100644
index 0000000..a748bac
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-images.json
@@ -0,0 +1,19 @@
+[
+ "http:\/\/www.factorio.com\/static\/img\/factorio-wheel.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-277-finished-2.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-newly-finished.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-277-not-finished-2.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-blueprint-library-grid-view.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-blueprint-library-list-view.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-blueprint-book.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-the-hand.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-enemy-bases.gif",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-cliff-controls.gif",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-rectangles.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-moisture+aux-debug-map.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-moisture+aux-controls.gif",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-island.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-islands.png",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-accumulator.gif",
+ "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-accumulator-comparison.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-metadata.json
new file mode 100644
index 0000000..820a3d0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Posted by kovarex, TOGos, Ernestas, Albert on 2019-02-15, all posts",
+ "Image": "http:\/\/www.factorio.com\/static\/img\/factorio-wheel.png",
+ "Title": "Friday Facts #282 - 0.17 in sight | Factorio",
+ "SiteName": "Factorio.com"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected.html b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected.html
new file mode 100644
index 0000000..0f86741
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected.html
@@ -0,0 +1,524 @@
+<div>
+
+ <p>Posted by kovarex, TOGos, Ernestas, Albert on 2019-02-15, <a href="http://fakehost/blog/">all posts</a></p>
+
+ <h2>The release plan <span size="2">(kovarex)</span>
+ </h2>
+ <p>This week was the time to close and finish all the things that will go to 0.17.0.</p>
+ <p>Not all of the things that we originally planned to be done were done (surprise), but we just left any non-essential stuff for later so we won't postpone the release any further. The plan is, that next week will be dedicated to the office playtesting and bugfixing. Many would argue, that we could just release instantly and let the players find the bugs for us, but we want to fix the most obvious problems in-house to avoid too many duplicate bug reports and chaos after the release. Also, some potential bugs, like save corruptions, are much more easily worked on in-house.</p>
+ <p>
+ If the playtesting goes well, we will let you know next Friday, and if it is the case, we will aim to release the week starting 25th February.
+ </p>
+ <h3>After release plan</h3>
+ <p>
+ Since there are a lot of things we would like to do before we can call 0.17 good enough, we will simply push new things into the 0.17 releases as time goes on. Even if 0.17 becomes stable in a reasonable time, we would still push things on top of it. We can still make experimental/stable version numbers inside 0.17. Most of the things shouldn't be big enough to make the game generally unstable. I've heard countless times a proposal to make small frequent releases of what have we added, this will probably be reality after 0.17 for some time.
+ </p>
+ <p>
+ The smaller releases will contain mainly:
+ </p>
+ <ul>
+ <li>Final looks and behaviour of new GUI screens as they will be finished.</li>
+ <li>New graphics.</li>
+ <li>New sounds and sound system tweaks.</li>
+ <li>Mini tutorial additions and tweaks.</li>
+ </ul>
+
+ <p>
+ This is actually quite a large change to our procedures, and there are many ways we will be trying to maximize the effectiveness of smaller and more regular content updates.
+ </p>
+ <h2>The GUI progress <span size="2">(kovarex)</span>
+ </h2>
+ <p>
+ There are several GUI screens that are finished. Others (most of them) are just left there as they are in 0.16. They are a combination of the new GUI styles and old ones. They sometimes look funny and out of place, but they should be functional.
+ </p>
+
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <td></td>
+ <td>General&nbsp;UX</td>
+ <td>UX&nbsp;draft</td>
+ <td>UX&nbsp;review</td>
+ <td>UI&nbsp;mockup</td>
+ <td>UI&nbsp;review</td>
+ <td>Implementation draft</td>
+ <td>Implementation review</td>
+ <td>Final&nbsp;review</td>
+ </tr>
+ <tr>
+ <td>Load&nbsp;map</td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Save&nbsp;map</td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Graphics&nbsp;settings</td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Control&nbsp;settings</td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Sound&nbsp;settings</td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Interface&nbsp;settings</td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Other&nbsp;settings</td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Map&nbsp;generator</td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Quick&nbsp;bar&nbsp;<i><b>Twinsen</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Train&nbsp;GUI&nbsp;<i><b>kovarex</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Technology&nbsp;GUI<i>&nbsp;<b>Oxyd</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Technology&nbsp;tooltip&nbsp;<i><b>Oxyd</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Blueprint&nbsp;library<i>&nbsp;<b>kovarex</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Shortcut&nbsp;bar&nbsp;<i><b>Oxyd</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Character&nbsp;screen&nbsp;<i><b>Dominik</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Help&nbsp;overlay&nbsp;<i><b>kovarex</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Manage/Install&nbsp;mods&nbsp;<i><b>Rseding</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Recipe/item/Entity&nbsp;tooltip&nbsp;<i><b>Twinsen</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Chat&nbsp;icon&nbsp;selector&nbsp;<i><b>?</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>New&nbsp;game&nbsp;<i><b>?</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Menu&nbsp;structure&nbsp;<i><b>?</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Main&nbsp;screen&nbsp;chat&nbsp;<i><b>?</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ <tr>
+ <td>Recipe&nbsp;explorer&nbsp;<i><b>?</b></i></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ <td><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px"></td>
+ </tr>
+ </tbody>
+ </table>
+ <p><i>* Newly finished things since the last update in <a href="https://www.factorio.com/blog/post/fff-277">FFF-277</a>.</i></p><h3>Blueprint library</h3>
+ <p>
+ The blueprint library changes have been split into several steps. The reason is, that there was a big motivation to do the integration with the new quickbar (final version introduced in <a href="https://www.factorio.com/blog/post/fff-278">FFF-278</a>) in time for 0.17.0, while the other changes can be done after. The thing with the quickbar is, that it is quite a big change to one of the most used tools in the game and people generally don't like change even when it is for the better. To minimize the hate of the change, we need to "sell it properly". By that, we should provide as many of the positive aspects of the new quickbar at the time of its introduction.
+ </p>
+ <p>
+ So the change that is already implemented and working for 0.17 is the ability to put blueprints/books into the quick bar in a way that the quick bar is linked directly to the blueprint library window, so you don't need to have the physical blueprint items in your inventory. The other change is, that picking a blueprint from the blueprint library and then pressing Q will just dismiss it, instead of silently pushing it to your inventory. This works the same as the clipboard described in <a href="https://www.factorio.com/blog/post/fff-255">FFF-255</a>. You can still explicitly insert the blueprint from the library to an inventory slot, but if you just pick it, use it, and press Q, it goes away.
+ </p>
+ <p>
+ In addition to this, other changes related to the blueprint library will follow soon after 0.17.0. The first thing is the change of how the GUI looks:
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-blueprint-library-grid-view.png" width="900px">
+ </p>
+ <p>
+ We will also allow to switch between grid and list view. It mainly provides a way to nicely see the longer names of the blueprint. We noticed that players try to put a large amount of info about a blueprint in its name, so we are planning to add a possibility to write a textual description of the blueprint.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-blueprint-library-list-view.png" width="900px">
+ </p>
+ <p>
+ The last big change is to allow to put blueprint books into blueprint books, allowing better organisation. Basically like a directory structure. Whenever a blueprint/book is opened, we plan to show its current location, so the player knows exactly what is going on.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-blueprint-book.png" width="900px">
+ </p>
+ <h3>The hand</h3>
+ <p>
+ Has it ever happened to you, that you have robots trying to put things into your full inventory, while you pick an item from it to build something, and then you just can't put it back, as the diligent robots just filled the last slot in your inventory by whatever they are trying to give to you? Wood from tree removal is the most frequent thing in my case.
+ </p>
+ <p>
+ This was annoying in 0.16 from time to time, but with the new quickbar, it started to happen even more, as now, you have only one inventory, and no reserved slots in the quickbar. To solve that, we just extended the "principal" of the hand. When you pick something from the inventory, the hand icon appears on the slot. As long as you hold the thing in your cursor, the hand stays there, and prevents other things from being inserted there. This way, you should always be able to return the currently selected item into your inventory as long as you didn't get it from external source like a chest.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-the-hand.png" width="900px"><br>
+ <i>The hand is protecting the slot from the robots.</i>
+ </p>
+ <h2>Terrain generation updates <span size="2">(TOGoS)</span>
+ </h2>
+ <p>Everyone has different opinions about what makes a good Factorio world.
+ I've been working on several changes for 0.17, but the overarching theme
+ has been to make the map generator options screen more intuitive
+ and more powerful.</p>
+ <p>
+ This was talked about somewhat in an earlier FFF (<a href="https://www.factorio.com/blog/post/fff-258">FFF-258</a>) regarding ore placement,
+ but since then we found more stuff to fix.
+ </p>
+ <h3>Biter Bases</h3>
+ <p>
+ In 0.16, the size control for biter bases didn't have much effect.
+ The frequency control changed the frequency, but that also decreased the size of bases,
+ which <a href="https://forums.factorio.com/viewtopic.php?t=55113">wasn't generally what people wanted</a>.
+ </p>
+ <p>
+ For 0.17 we've reworked biter placement using a system similar to that with which we got resource placement under control. The size and frequency controls now act more like most people would expect, with frequency increasing the number of bases, and size changing the size of each base.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-enemy-bases.gif">
+ <br><i>New preview UI showing the effects of enemy base controls.
+ In reality the preview takes a couple seconds to regenerate after every change,
+ but the regeneration part is skipped in this animation to clearly show the effects of the controls.</i>
+ </p>
+ <p>
+ If you don't like the relatively uniform-across-the-world placement of biters,
+ there are changes under the hood to make it easier for modders to do something different.
+ Placement is now based on <a href="https://wiki.factorio.com/Prototype/NamedNoiseExpression">NamedNoiseExpressions</a> "enemy-base-frequency" and "enemy-base-radius", which in turn reference "enemy-base-intensity".
+ By overriding any of those, a modder could easily create a map where biters are found only at high elevations,
+ or only near water, or correlate enemy placement with that of resources, or any other thing
+ that can be expressed as a function of location.
+ </p>
+ <h3>Cliffs</h3>
+ <p>
+ We've added a 'continuity' control for cliffs. If you really
+ like mazes of cliffs, set it to high to reduce the number of gaps in cliff faces.
+ Or you can turn it way down to make cliffs very rare or be completely absent.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-cliff-controls.gif">
+ <br><i>Changing cliff frequency and continuity. Since cliffs are based on elevation,
+ you'll have to turn frequency <strong>way</strong> up if you want lots of layers
+ even near the starting lake.</i>
+ </p>
+ <h3>Biome Debugging</h3>
+ <p>
+ Tile placement is based on a range of humidity and 'aux' values
+ (humidity and aux being properties that vary at different points across the world)
+ that are suitable for each type of tile. For example: grass is only placed in
+ places with relatively high humidity, and desert (not to be confused with plain old sand)
+ only gets placed where aux is high. We've taken to calling these constraints 'rectangles',
+ because when you plot each tile's home turf on a chart of humidity and aux,
+ they are shown as rectangles.
+ </p>
+ <p>
+ It's hard to make sense of the rectangles just by looking at the autoplace code
+ for each tile, so I wrote a script to chart them. This allowed us to ensure that
+ they were arranged as we wanted, with no gaps between them,
+ and with overlap in some cases.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-rectangles.png" width="900" height="900">
+ <br><i>Rectangles.</i>
+ </p>
+ <p>
+ Having the humidity-aux-tile chart is all well and good, but doesn't tell the whole story,
+ since tile placement also depends on a noise layer specific to each tile type,
+ and could also influenced by user-adjustable autoplace controls (e.g. turning the grass slider up).
+ So to further help us visualize how humidity, aux, tile-specific noise, and
+ autoplace controls worked together to determine tiles on the map,
+ there are a couple of alternate humidity and aux generators that simply vary them
+ linearly from north-south and west-east, respectively.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-moisture+aux-debug-map.png" width="900" height="900">
+ <br><i>Using 'debug-moisture' and 'debug-aux' generators to drive moisture and aux, respectively.</i>
+ </p>
+ <p>
+ This map helped us realize that, rather than having controls
+ for each different type of tile, it made more sense to just
+ control moisture and aux (which is called 'terrain type' in the GUI,
+ because 'aux' doesn't mean anything).
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-moisture+aux-controls.gif" width="900" height="664">
+ <br><i>Sliding the moisture and aux bias sliders to make the world more or less grassy or red-deserty.</i>
+ </p>
+ <p>
+ A pet project of mine has been to
+ put controls in the map generator GUI so that we could select generators
+ for various tile properties (temperature, aux, humidity, elevation, etc) at
+ map-creation time without necessarily needing to involve mods.
+ This was useful for debugging the biome rectangles, but my ulterior
+ motive was to, at least in cases where there are multiple options,
+ show the generator information to players. A couple of reasons for
+ this:
+ </p>
+ <ul>
+ <li>It was already possible for mods to override tile property generators via presets, but
+ we didn't have a place to show that information in the UI.
+ So switching between presets could change hidden variables in non-obvious ways
+ and lead to a lot of confusion.</li>
+ <li>I had dreams of shipping alternate elevation generators in the base game.</li>
+ </ul>
+ <h3>Water Placement</h3>
+ <p>
+ For 0.16 I <a href="https://www.factorio.com/blog/post/fff-207">attempted to make the shape of continents more interesting</a>. Some people <a href="https://www.reddit.com/r/factorio/comments/7n3mn1/016_swamplands_are_pure_awesome/">really liked</a> the <a href="https://www.youtube.com/watch?v=-pkwTjG-sJg">new terrain</a>, or at least <a href="https://www.reddit.com/r/factorio/comments/7krq86/question_about_water_generation_in_016/">managed to find some settings that made it work</a> for them. Others called it a "swampy mess". A common refrain was that the world was more fun to explore in the 0.12 days.
+ </p>
+ <p>
+ So in 0.17 we're restoring the <em>default</em> elevation generator to one very similar to that used
+ by 0.12. Which means large, sometimes-connected lakes.
+ </p>
+ <p>
+ The water 'frequency' control was confusing to a lot of people including myself.
+ It could be interpreted as "how much water", when the actual effect was to inversely
+ scale both bodies of water and continents, such that higher water frequency actually meant smaller bodies of water.
+ So for 0.17, the water 'frequency' and 'size' sliders are being replaced with 'scale' and 'coverage',
+ which do the same thing, but in a hopefully more obvious way.
+ Larger scale means larger land features, while more coverage means more of the map covered in water.
+ </p>
+ <h3>New Map Types</h3>
+ <p>
+ In order to ensure a decent starting area, the elevation generator
+ always makes a plateau there (so you'll never spawn in the middle of
+ the ocean), and a lake (so you can get a power plant running).
+ Depending on what's going on outside of that plateau, this sometimes resulted in
+ a circular ring of cliffs around the starting point,
+ which looked very artificial, and we wanted to reduce that effect.
+ </p>
+ <p>
+ In the process of solving that problem I created another custom generator for debugging purposes.
+ This one simply generated that starting area plateau in an endless ocean.
+ I don't actually remember how this was useful for debugging, but at one point I directed Twinsen to look at it
+ to illustrate the mechanics behind generating the starting area.
+ </p>
+ <p>
+ The rest of the team liked that setting so much that we're making it a player-selectable option.
+ So in 0.17 you'll get to pick between the 'Normal' map type, which resembles that from 0.12,
+ and 'Island', which gives you a single large-ish island at the starting point.
+ There's a slider to let you change the size of the island(s).
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-island.png" width="900" height="900">
+ </p>
+ <p>
+ Maps with multiple starting points will have multiple islands.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-islands.png" width="900" height="900">
+ <br><i>PvP islands!</i>
+ </p>
+ <p>
+ And speaking of scale sliders, we're expanding their range from ± a factor of 2 (the old 'very low' to 'very high' settings)
+ to ± a factor of 6 (shown as '17%' to '600%'). Previously the values were stored internally as one of 5 discrete options,
+ but as the recent terrain generation changes have made actual numeric multipliers more meaningful in most contexts
+ (e.g. the number of ore patches is directly proportional to the value of the 'frequency' slider,
+ rather than being just vaguely related to it somehow),
+ we're switching to storing them as numbers.
+ This has the side-effect that if you don't mind
+ <a href="https://gist.github.com/Bilka2/a17841d0ff1028b63c60c2bbf6fa7e4f">editing some JSON</a>,
+ you'll be able to create maps with values outside the range provided by the GUI sliders.
+ </p>
+ <p>
+ Mods will be able to add their own 'map types' to the map type drop-down, too. If you really liked the shape of landmasses in 0.16 and want to be able to continue creating new maps with it, please let us know on the forum.
+ </p>
+ <h2>High-res accumulators <span size="2">(Ernestas, Albert)</span>
+ </h2>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-accumulator.gif">
+ </p>
+ <p>
+ The design of the accumulator has been always good. The 4 very visible cylinders, looking like giant batteries, Tesla poles and the electric beams perfectly telegraphed its function in terms of style and readability. That’s why for the high-res conversion we were very careful about keeping this entity as it was.
+ </p>
+ <p>
+ The only thing that was a bit disturbing (for some) are the poles crossing to each other when more than one accumulator is placed in a row. So we decided to fix it (or break it). The rest of the work was making the entity compatible for the actual look of the game. But in essence accumulators are still the same.
+ </p>
+ <p>
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-accumulator-comparison.png" width="900px">
+ </p>
+ <p>
+ As always, let us know what you think on our <a href="https://forums.factorio.com/64912">forum</a>.
+ </p>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/source.html b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/source.html
new file mode 100644
index 0000000..8e15377
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/source.html
@@ -0,0 +1,740 @@
+<html>
+
+<head>
+ <title>Friday Facts #282 - 0.17 in sight | Factorio</title>
+ <meta property="og:title" content="Friday Facts #282 - 0.17 in sight | Factorio" />
+ <meta property="og:type" content="website" />
+ <meta property="og:image" content="http://www.factorio.com/static/img/factorio-wheel.png" />
+ <meta property="og:site_name" content="Factorio.com" />
+ <link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
+ <link href="/static/img/favicon.ico" rel="shortcut icon" type="image/x-icon" />
+ <link href="/static/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
+ <link href="/static/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" />
+ <link href="/static/css/factorio.css" rel="stylesheet" type="text/css" />
+ <link href="/static/lightbox/css/lightbox.css" rel="stylesheet" type="text/css" />
+ <link href="/blog/rss" rel="alternate" title="Recent Blog Posts" type="application/atom+xml" />
+ <meta name="viewport" content="width=device-width" />
+</head>
+
+<body style="background: rgb(22, 22, 22) url(/static/img/stressed_linen_texture.png) repeat 0 0;">
+ <div class="container header" style="margin-top: 30px;">
+ <!-- top row -->
+ <div class="row" style="margin-bottom: 30px;">
+ <div class="span4">
+ <a href="/"><img src="/static/img/factorio-logo.png" style="margin-top: 10px;" /></a>
+ </div>
+ <div class="span8 span8-navbar" style="margin-top: 10px;">
+ <div class="user-controls">
+ <a href="/login">log in</a>
+ <a href="/signup">sign up</a>
+ </div>
+ <div class="navbar">
+ <ul class="nav">
+ <li>
+ <a href="/"> Home </a>
+ </li>
+ <li>
+ <a href="/store" style="color: #ff7200;"> Merch </a>
+ </li>
+ <li class="custom-dropdown">
+ <a class="custom-dropdown-toggle" data-toggle="dropdown" href="/game-overview" role="button">
+ Game
+ </a>
+ <ul class="custom-dropdown-menu" role="menu">
+ <li role="presentation">
+ <a href="/starter-page">
+ Starter Page
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/screenshots">
+ Screenshots
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/videos">
+ Videos
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/content">
+ Content
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/modding">
+ Modding
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/team">
+ Team
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="custom-dropdown">
+ <a class="custom-dropdown-toggle" data-toggle="dropdown" href="/support-overview" role="button">
+ Support
+ </a>
+ <ul class="custom-dropdown-menu" role="menu">
+ <li role="presentation">
+ <a href="/help">
+ Help
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/faq">
+ FAQ
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/press-and-youtube">
+ Press and Youtube
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/community">
+ Community
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/partners">
+ Partners
+ </a>
+ </li>
+ <li role="presentation">
+ <a href="/credits">
+ Credits
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="https://forums.factorio.com/"> Forums </a>
+ </li>
+ <li>
+ <a href="/contact"> Contact </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="container">
+ <noscript>
+ <div class="alert alert-block alert-error" style="font-weight: bold; ">
+ Javascript is required for proper functioning of these web pages.
+ </div>
+ </noscript>
+ <div class="row">
+ <div class="span12 blog-post">
+ <h2 style="margin-top: 20px; margin-bottom:5px;">
+ Friday Facts #282 - 0.17 in sight
+ </h2>
+ <div style="font-size: 11px;">Posted by kovarex, TOGos, Ernestas, Albert on 2019-02-15, <a href="/blog/">all posts</a></div>
+ <p>
+ </p>
+ <h2>The release plan <font size="2">(kovarex)</font>
+ </h2>
+ <p>This week was the time to close and finish all the things that will go to 0.17.0.</p>
+ <p>Not all of the things that we originally planned to be done were done (surprise), but we just left any non-essential stuff for later so we won't postpone the release any further. The plan is, that next week will be dedicated to the office playtesting and bugfixing. Many would argue, that we could just release instantly and let the players find the bugs for us, but we want to fix the most obvious problems in-house to avoid too many duplicate bug reports and chaos after the release. Also, some potential bugs, like save corruptions, are much more easily worked on in-house.</p>
+ <p>
+ If the playtesting goes well, we will let you know next Friday, and if it is the case, we will aim to release the week starting 25th February.
+ </p>
+ <h3>After release plan</h3>
+ <p>
+ Since there are a lot of things we would like to do before we can call 0.17 good enough, we will simply push new things into the 0.17 releases as time goes on. Even if 0.17 becomes stable in a reasonable time, we would still push things on top of it. We can still make experimental/stable version numbers inside 0.17. Most of the things shouldn't be big enough to make the game generally unstable. I've heard countless times a proposal to make small frequent releases of what have we added, this will probably be reality after 0.17 for some time.
+ </p>
+ <p>
+ The smaller releases will contain mainly:
+ </p>
+ <ul>
+ <li>Final looks and behaviour of new GUI screens as they will be finished.</li>
+ <li>New graphics.</li>
+ <li>New sounds and sound system tweaks.</li>
+ <li>Mini tutorial additions and tweaks.</li>
+ </ul>
+ <p></p>
+ <p>
+ This is actually quite a large change to our procedures, and there are many ways we will be trying to maximize the effectiveness of smaller and more regular content updates.
+ </p>
+ <h2>The GUI progress <font size="2">(kovarex)</font>
+ </h2>
+ <p>
+ There are several GUI screens that are finished. Others (most of them) are just left there as they are in 0.16. They are a combination of the new GUI styles and old ones. They sometimes look funny and out of place, but they should be functional.
+ </p>
+ <style>
+ .header_cell {
+ text-align:center;
+ font-weight: bold;
+ }
+ .finished {
+ text-align:center;
+ font-weight: bold;
+ }
+ .not_finished {
+ text-align:center;
+ font-weight: bold;
+ }
+ .finished_gui_table {
+ border-spacing: 10px;
+ border-collapse: collapse;
+ max-width: 900px;
+ }
+ .finished_gui_table td {
+ border: 1px;
+ border-style:solid;
+ padding: 5px;
+ }
+ </style>
+ <table class="finished_gui_table">
+ <tbody>
+ <tr>
+ <td></td>
+ <td class="header_cell">General&nbsp;UX</td>
+ <td class="header_cell">UX&nbsp;draft</td>
+ <td class="header_cell">UX&nbsp;review</td>
+ <td class="header_cell">UI&nbsp;mockup</td>
+ <td class="header_cell">UI&nbsp;review</td>
+ <td class="header_cell">Implementation draft</td>
+ <td class="header_cell">Implementation review</td>
+ <td class="header_cell">Final&nbsp;review</td>
+ </tr>
+ <tr>
+ <td>Load&nbsp;map</td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Save&nbsp;map</td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Graphics&nbsp;settings</td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Control&nbsp;settings</td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Sound&nbsp;settings</td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Interface&nbsp;settings</td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Other&nbsp;settings</td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Map&nbsp;generator</td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Quick&nbsp;bar&nbsp;<i><b>Twinsen</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Train&nbsp;GUI&nbsp;<i><b>kovarex</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Technology&nbsp;GUI<i>&nbsp;<b>Oxyd</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Technology&nbsp;tooltip&nbsp;<i><b>Oxyd</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Blueprint&nbsp;library<i>&nbsp;<b>kovarex</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Shortcut&nbsp;bar&nbsp;<i><b>Oxyd</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Character&nbsp;screen&nbsp;<i><b>Dominik</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Help&nbsp;overlay&nbsp;<i><b>kovarex</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Manage/Install&nbsp;mods&nbsp;<i><b>Rseding</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Recipe/item/Entity&nbsp;tooltip&nbsp;<i><b>Twinsen</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Chat&nbsp;icon&nbsp;selector&nbsp;<i><b>?</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>New&nbsp;game&nbsp;<i><b>?</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Menu&nbsp;structure&nbsp;<i><b>?</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Main&nbsp;screen&nbsp;chat&nbsp;<i><b>?</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-282-newly-finished.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ <tr>
+ <td>Recipe&nbsp;explorer&nbsp;<i><b>?</b></i></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ <td class="not_finished"><img src="https://cdn.factorio.com/assets/img/blog/fff-277-not-finished-2.png" width="20px" /></td>
+ </tr>
+ </tbody>
+ </table>
+ <i>* Newly finished things since the last update in <a href="https://www.factorio.com/blog/post/fff-277">FFF-277</a>.</i>
+ <h3>Blueprint library</h3>
+ <p>
+ The blueprint library changes have been split into several steps. The reason is, that there was a big motivation to do the integration with the new quickbar (final version introduced in <a href="https://www.factorio.com/blog/post/fff-278">FFF-278</a>) in time for 0.17.0, while the other changes can be done after. The thing with the quickbar is, that it is quite a big change to one of the most used tools in the game and people generally don't like change even when it is for the better. To minimize the hate of the change, we need to "sell it properly". By that, we should provide as many of the positive aspects of the new quickbar at the time of its introduction.
+ </p>
+ <p>
+ So the change that is already implemented and working for 0.17 is the ability to put blueprints/books into the quick bar in a way that the quick bar is linked directly to the blueprint library window, so you don't need to have the physical blueprint items in your inventory. The other change is, that picking a blueprint from the blueprint library and then pressing Q will just dismiss it, instead of silently pushing it to your inventory. This works the same as the clipboard described in <a href="https://www.factorio.com/blog/post/fff-255">FFF-255</a>. You can still explicitly insert the blueprint from the library to an inventory slot, but if you just pick it, use it, and press Q, it goes away.
+ </p>
+ <p>
+ In addition to this, other changes related to the blueprint library will follow soon after 0.17.0. The first thing is the change of how the GUI looks:
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img style="vertical-align: top;" src="https://cdn.factorio.com/assets/img/blog/fff-282-blueprint-library-grid-view.png" width="900px" />
+ </p>
+ <p>
+ We will also allow to switch between grid and list view. It mainly provides a way to nicely see the longer names of the blueprint. We noticed that players try to put a large amount of info about a blueprint in its name, so we are planning to add a possibility to write a textual description of the blueprint.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img style="vertical-align: top;" src="https://cdn.factorio.com/assets/img/blog/fff-282-blueprint-library-list-view.png" width="900px" />
+ </p>
+ <p>
+ The last big change is to allow to put blueprint books into blueprint books, allowing better organisation. Basically like a directory structure. Whenever a blueprint/book is opened, we plan to show its current location, so the player knows exactly what is going on.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img style="vertical-align: top;" src="https://cdn.factorio.com/assets/img/blog/fff-282-blueprint-book.png" width="900px" />
+ </p>
+ <h3>The hand</h3>
+ <p>
+ Has it ever happened to you, that you have robots trying to put things into your full inventory, while you pick an item from it to build something, and then you just can't put it back, as the diligent robots just filled the last slot in your inventory by whatever they are trying to give to you? Wood from tree removal is the most frequent thing in my case.
+ </p>
+ <p>
+ This was annoying in 0.16 from time to time, but with the new quickbar, it started to happen even more, as now, you have only one inventory, and no reserved slots in the quickbar. To solve that, we just extended the "principal" of the hand. When you pick something from the inventory, the hand icon appears on the slot. As long as you hold the thing in your cursor, the hand stays there, and prevents other things from being inserted there. This way, you should always be able to return the currently selected item into your inventory as long as you didn't get it from external source like a chest.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img style="vertical-align: top;" src="https://cdn.factorio.com/assets/img/blog/fff-282-the-hand.png" width="900px" /><br />
+ <i>The hand is protecting the slot from the robots.</i>
+ </p>
+ <h2>Terrain generation updates <font size="2">(TOGoS)</font>
+ </h2>
+ <p>Everyone has different opinions about what makes a good Factorio world.
+ I've been working on several changes for 0.17, but the overarching theme
+ has been to make the map generator options screen more intuitive
+ and more powerful.</p>
+ <p>
+ This was talked about somewhat in an earlier FFF (<a href="https://www.factorio.com/blog/post/fff-258">FFF-258</a>) regarding ore placement,
+ but since then we found more stuff to fix.
+ </p>
+ <h3>Biter Bases</h3>
+ <p>
+ In 0.16, the size control for biter bases didn't have much effect.
+ The frequency control changed the frequency, but that also decreased the size of bases,
+ which <a href="https://forums.factorio.com/viewtopic.php?t=55113">wasn't generally what people wanted</a>.
+ </p>
+ <p>
+ For 0.17 we've reworked biter placement using a system similar to that with which we got resource placement under control. The size and frequency controls now act more like most people would expect, with frequency increasing the number of bases, and size changing the size of each base.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-enemy-bases.gif" />
+ <br /><i>New preview UI showing the effects of enemy base controls.
+ In reality the preview takes a couple seconds to regenerate after every change,
+ but the regeneration part is skipped in this animation to clearly show the effects of the controls.</i>
+ </p>
+ <p>
+ If you don't like the relatively uniform-across-the-world placement of biters,
+ there are changes under the hood to make it easier for modders to do something different.
+ Placement is now based on <a href="https://wiki.factorio.com/Prototype/NamedNoiseExpression">NamedNoiseExpressions</a> "enemy-base-frequency" and "enemy-base-radius", which in turn reference "enemy-base-intensity".
+ By overriding any of those, a modder could easily create a map where biters are found only at high elevations,
+ or only near water, or correlate enemy placement with that of resources, or any other thing
+ that can be expressed as a function of location.
+ </p>
+ <h3>Cliffs</h3>
+ <p>
+ We've added a 'continuity' control for cliffs. If you really
+ like mazes of cliffs, set it to high to reduce the number of gaps in cliff faces.
+ Or you can turn it way down to make cliffs very rare or be completely absent.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-cliff-controls.gif" />
+ <br /><i>Changing cliff frequency and continuity. Since cliffs are based on elevation,
+ you'll have to turn frequency <strong>way</strong> up if you want lots of layers
+ even near the starting lake.</i>
+ </p>
+ <h3>Biome Debugging</h3>
+ <p>
+ Tile placement is based on a range of humidity and 'aux' values
+ (humidity and aux being properties that vary at different points across the world)
+ that are suitable for each type of tile. For example: grass is only placed in
+ places with relatively high humidity, and desert (not to be confused with plain old sand)
+ only gets placed where aux is high. We've taken to calling these constraints 'rectangles',
+ because when you plot each tile's home turf on a chart of humidity and aux,
+ they are shown as rectangles.
+ </p>
+ <p>
+ It's hard to make sense of the rectangles just by looking at the autoplace code
+ for each tile, so I wrote a script to chart them. This allowed us to ensure that
+ they were arranged as we wanted, with no gaps between them,
+ and with overlap in some cases.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-rectangles.png" width="900" height="900" />
+ <br /><i>Rectangles.</i>
+ </p>
+ <p>
+ Having the humidity-aux-tile chart is all well and good, but doesn't tell the whole story,
+ since tile placement also depends on a noise layer specific to each tile type,
+ and could also influenced by user-adjustable autoplace controls (e.g. turning the grass slider up).
+ So to further help us visualize how humidity, aux, tile-specific noise, and
+ autoplace controls worked together to determine tiles on the map,
+ there are a couple of alternate humidity and aux generators that simply vary them
+ linearly from north-south and west-east, respectively.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-moisture+aux-debug-map.png" width="900" height="900" />
+ <br /><i>Using 'debug-moisture' and 'debug-aux' generators to drive moisture and aux, respectively.</i>
+ </p>
+ <p>
+ This map helped us realize that, rather than having controls
+ for each different type of tile, it made more sense to just
+ control moisture and aux (which is called 'terrain type' in the GUI,
+ because 'aux' doesn't mean anything).
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-moisture+aux-controls.gif" width="900" height="664" />
+ <br /><i>Sliding the moisture and aux bias sliders to make the world more or less grassy or red-deserty.</i>
+ </p>
+ <p>
+ A pet project of mine has been to
+ put controls in the map generator GUI so that we could select generators
+ for various tile properties (temperature, aux, humidity, elevation, etc) at
+ map-creation time without necessarily needing to involve mods.
+ This was useful for debugging the biome rectangles, but my ulterior
+ motive was to, at least in cases where there are multiple options,
+ show the generator information to players. A couple of reasons for
+ this:
+ </p>
+ <ul>
+ <li>It was already possible for mods to override tile property generators via presets, but
+ we didn't have a place to show that information in the UI.
+ So switching between presets could change hidden variables in non-obvious ways
+ and lead to a lot of confusion.</li>
+ <li>I had dreams of shipping alternate elevation generators in the base game.</li>
+ </ul>
+ <h3>Water Placement</h3>
+ <p>
+ For 0.16 I <a href="https://www.factorio.com/blog/post/fff-207">attempted to make the shape of continents more interesting</a>. Some people <a href="https://www.reddit.com/r/factorio/comments/7n3mn1/016_swamplands_are_pure_awesome/">really liked</a> the <a href="https://www.youtube.com/watch?v=-pkwTjG-sJg">new terrain</a>, or at least <a href="https://www.reddit.com/r/factorio/comments/7krq86/question_about_water_generation_in_016/">managed to find some settings that made it work</a> for them. Others called it a "swampy mess". A common refrain was that the world was more fun to explore in the 0.12 days.
+ </p>
+ <p>
+ So in 0.17 we're restoring the <em>default</em> elevation generator to one very similar to that used
+ by 0.12. Which means large, sometimes-connected lakes.
+ </p>
+ <p>
+ The water 'frequency' control was confusing to a lot of people including myself.
+ It could be interpreted as "how much water", when the actual effect was to inversely
+ scale both bodies of water and continents, such that higher water frequency actually meant smaller bodies of water.
+ So for 0.17, the water 'frequency' and 'size' sliders are being replaced with 'scale' and 'coverage',
+ which do the same thing, but in a hopefully more obvious way.
+ Larger scale means larger land features, while more coverage means more of the map covered in water.
+ </p>
+ <h3>New Map Types</h3>
+ <p>
+ In order to ensure a decent starting area, the elevation generator
+ always makes a plateau there (so you'll never spawn in the middle of
+ the ocean), and a lake (so you can get a power plant running).
+ Depending on what's going on outside of that plateau, this sometimes resulted in
+ a circular ring of cliffs around the starting point,
+ which looked very artificial, and we wanted to reduce that effect.
+ </p>
+ <p>
+ In the process of solving that problem I created another custom generator for debugging purposes.
+ This one simply generated that starting area plateau in an endless ocean.
+ I don't actually remember how this was useful for debugging, but at one point I directed Twinsen to look at it
+ to illustrate the mechanics behind generating the starting area.
+ </p>
+ <p>
+ The rest of the team liked that setting so much that we're making it a player-selectable option.
+ So in 0.17 you'll get to pick between the 'Normal' map type, which resembles that from 0.12,
+ and 'Island', which gives you a single large-ish island at the starting point.
+ There's a slider to let you change the size of the island(s).
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-island.png" width="900" height="900" />
+ </p>
+ <p>
+ Maps with multiple starting points will have multiple islands.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-islands.png" width="900" height="900" />
+ <br /><i>PvP islands!</i>
+ </p>
+ <p>
+ And speaking of scale sliders, we're expanding their range from ± a factor of 2 (the old 'very low' to 'very high' settings)
+ to ± a factor of 6 (shown as '17%' to '600%'). Previously the values were stored internally as one of 5 discrete options,
+ but as the recent terrain generation changes have made actual numeric multipliers more meaningful in most contexts
+ (e.g. the number of ore patches is directly proportional to the value of the 'frequency' slider,
+ rather than being just vaguely related to it somehow),
+ we're switching to storing them as numbers.
+ This has the side-effect that if you don't mind
+ <a href="https://gist.github.com/Bilka2/a17841d0ff1028b63c60c2bbf6fa7e4f">editing some JSON</a>,
+ you'll be able to create maps with values outside the range provided by the GUI sliders.
+ </p>
+ <p>
+ Mods will be able to add their own 'map types' to the map type drop-down, too. If you really liked the shape of landmasses in 0.16 and want to be able to continue creating new maps with it, please let us know on the forum.
+ </p>
+ <h2>High-res accumulators <font size="2">(Ernestas, Albert)</font>
+ </h2>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-accumulator.gif" />
+ </p>
+ <p>
+ The design of the accumulator has been always good. The 4 very visible cylinders, looking like giant batteries, Tesla poles and the electric beams perfectly telegraphed its function in terms of style and readability. That’s why for the high-res conversion we were very careful about keeping this entity as it was.
+ </p>
+ <p>
+ The only thing that was a bit disturbing (for some) are the poles crossing to each other when more than one accumulator is placed in a row. So we decided to fix it (or break it). The rest of the work was making the entity compatible for the actual look of the game. But in essence accumulators are still the same.
+ </p>
+ <p style="text-align: center; margin:auto; margin-top:20px; margin-bottom:20px;">
+ <img src="https://cdn.factorio.com/assets/img/blog/fff-282-accumulator-comparison.png" width="900px" />
+ </p>
+ <p>
+ As always, let us know what you think on our <a href="https://forums.factorio.com/64912">forum</a>.
+ </p>
+ <p></p>
+ <div class="footer">
+ <div class="footer-copyright">
+ Copyright © 2015 - 2019 Wube Software - all rights reserved.
+ </div>
+ <div class="footer-menu">
+ <a href="/terms-of-service" style="font-size: 11px;"> Terms of Service </a>
+ <span style="font-size: 11px;"> | </span>
+ <a href="/privacy-policy" style="font-size: 11px;"> Privacy </a>
+ <span style="font-size: 11px;"> | </span>
+ <a href="/imprint" style="font-size: 11px;"> Imprint </a>
+ <span style="font-size: 11px;"> | </span>
+ <a href="/presskit" style="font-size: 11px;"> Presskit </a>
+ <span style="font-size: 11px;"> | </span>
+ <a href="/faq" style="font-size: 11px;"> FAQ </a>
+ <span style="font-size: 11px;"> | </span>
+ <a href="/blog/rss" style="font-size: 11px;"> RSS </a>
+ <span style="font-size: 11px;"> | </span>
+ <a href="/jobs" style="font-size: 11px;">
+ Jobs
+ </a>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
+ <script src="/static/js/raphael-min.js" type="text/javascript"></script>
+ <script src="/static/js/factorio.min.js" type="text/javascript"></script>
+ <script src="/static/lightbox/js/lightbox.min.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-115167276-1']);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script');
+ ga.type = 'text/javascript';
+ ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ </div>
+ </div>
+ <div id="lightboxOverlay" class="lightboxOverlay" style="display: none;"></div>
+ <div id="lightbox" class="lightbox" style="display: none;">
+ <div class="lb-outerContainer">
+ <div class="lb-container"><img class="lb-image" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" />
+ <div class="lb-nav"><a class="lb-prev" href=""></a><a class="lb-next" href=""></a></div>
+ <div class="lb-loader"><a class="lb-cancel"></a></div>
+ </div>
+ </div>
+ <div class="lb-dataContainer">
+ <div class="lb-data">
+ <div class="lb-details"><span class="lb-caption"></span><span class="lb-number"></span></div>
+ <div class="lb-closeContainer"><a class="lb-close"></a></div>
+ </div>
+ </div>
+ </div>
+</body>
+
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json
new file mode 100644
index 0000000..1ff254f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "http:\/\/bucket.glanacion.com\/anexos\/fotos\/77\/2585177.jpg",
+ "http:\/\/bucket2.glanacion.com\/anexos\/fotos\/77\/conflicto-mapuche-2585177w280.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json
new file mode 100644
index 0000000..d2e56b0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Los pueblos indígenas reclaman por derechos que permanecen incumplidos, por eso es más eficiente canalizar la protesta que reprimirla",
+ "Image": "http:\/\/bucket.glanacion.com\/anexos\/fotos\/77\/2585177.jpg",
+ "Title": "Una solución no violenta para la cuestión mapuche",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html
new file mode 100644
index 0000000..2084cd8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html
@@ -0,0 +1,96 @@
+<article id="nota" itemscope itemtype="http://schema.org/NewsArticle" data-login="false" data-loginposwall="false" data-asociarposwall="false">
+ <div>
+ <p itemprop="description">Los pueblos indígenas reclaman por derechos que permanecen
+ incumplidos, por eso es más eficiente canalizar la protesta que reprimirla</p>
+ </div>
+ <section id="cuerpo" itemprop="articleBody">
+
+
+
+ <p>Abdullah Ocalan, el líder independentista kurdo, desembarcó en Italia en noviembre de
+ 1998 y pidió asilo político. Arrastraba un pedido de captura de Turquía, donde era acusado por
+ terrorismo. El ex comunista Massimo D'Alema, recién asumido, dudaba. Acoger a Ocalan implicaba comprarse
+ un problema con un aliado de la OTAN e importar un conflicto ajeno, pero deportarlo lo exponía a la pena
+ de muerte, legal en Turquía pero inadmisible en la Unión Europea. Optó por la estrecha avenida del
+ medio: se ignoró el mandato de captura al tiempo que se negó el asilo, presionando a Ocalan para que se
+ fuera por las suyas. Tras una carambola a tres bandas, fue capturado por agentes turcos en Kenia, donde
+ se encontraba bajo la protección del embajador griego, mientras intentaba abordar un avión hacia
+ Holanda. Desde febrero de 1999 permanece en una cárcel de máxima seguridad en la isla turca de
+ Imrali.</p>
+ <p>Uno de los autores de esta columna vivía en Italia en esa época y siguió la crisis de cerca; el otro la
+ estudió en profundidad, años más tarde. Pero no hacía falta: cualquiera puede encontrar esta información
+ a un clic de distancia. Eso fue lo que no hizo un periodista de un diario argentino, que no es la
+ nacion. La semana pasada se publicaron extractos de un "informe de carácter secreto" que mencionaba
+ supuestos contactos internacionales de organizaciones mapuches. Entre ellos aparecía Ocalan, a quien el
+ informe ubicó "con domicilios en Palermo y en el centro porteño", y aseguraba incluso que había sido
+ visto "en Neuquén, Río Negro y Chubut durante el juicio a Jones Huala".</p>
+ <figure>
+ <p><span title="Ampliar imagen"></span><img src="http://bucket2.glanacion.com/anexos/fotos/77/conflicto-mapuche-2585177w280.jpg"></p>
+ <figcaption id="epigrafe2585177">Foto: LA NACION</figcaption>
+ </figure>
+
+ <p>Esta falsa noticia fue la más rocambolesca de una larga cadena. Dos hechos quedaron en evidencia:
+ primero, que hay periodistas que no chequean la información; segundo, que los servicios de inteligencia
+ los utilizan para manipular la agenda pública. Y sobre los servicios hay dos posibilidades: o son burros
+ o son perversos. Las opciones no son excluyentes, aunque cualquiera alcanza para tornarlos indignos de
+ confianza. Sin embargo, de ellos proviene la información que alimenta a muchos medios de comunicación y,
+ aún más grave, al Estado argentino.</p>
+ <p>El reguero de noticias falsas y vínculos brumosos tiene, paradójicamente, un objetivo prístino: asociar
+ la acción de los grupos mapuches con el terrorismo internacional. Comunicadores, analistas y escritores
+ alineados con el discurso oficial llegaron a relacionar las ideas de las organizaciones patagónicas con
+ las de Estado Islámico (ISIS) de Irak y Siria. El terrorismo carece de definiciones consensuales y ha
+ sido utilizado para emparentar cosas bien diferentes. Aunque el líder mapuche más radicalizado (y menos
+ representativo) declare que propician "un proceso de construcción de autonomía sin pedirle permiso al
+ Estado", vincular a un grupo que reclama tierras en la región de sus ancestros con otro que busca
+ gobernar el mundo según sus normas religiosas y ha masacrado a miles de personas requiere de una
+ operación intelectual tan audaz como inadecuada.</p>
+
+ <p>La asociación con el movimiento kurdo, en cambio, asoma menos inverosímil. Desde su arresto, Ocalan
+ transformó su pensamiento: de una visión nacionalista con inspiración estalinista evolucionó al
+ confederalismo democrático, una propuesta de organización comunal, ecologista, más apegada a las raíces
+ locales que a las fronteras nacionales. Parece lógico que esas ideas resuenen en agrupamientos
+ indígenas, que reivindican una organización anterior a la consolidación de los Estados sudamericanos.
+ Los paralelos, sin embargo, terminan allí. En Chile, donde el conflicto ha tenido su desarrollo más
+ dramático, la Sociedad de Fomento Agrícola denunció en 2014 que los insurrectos causaron daños por 10
+ millones de dólares y la muerte de tres agricultores y un carabinero a lo largo de 15 años; en la
+ Argentina, por ahora, se registran actos de vandalismo, ocupaciones de tierras y cortes de rutas
+ aislados. En contraste, el conflicto entre el Partido de los Trabajadores del Kurdistán y la República
+ de Turquía se cobró cerca de 40.000 vidas en los años 90 y lleva más de 2000 desde la reanudación de
+ hostilidades en 2015.</p>
+ <p>Consultada sobre esta desproporción, una fuente de los servicios nos la resumió así: "La estrategia de la
+ Coordinadora Arauco-Malleco (CAM), de Chile, y ahora de la Resistencia Ancestral Mapuche (RAM), más que
+ matar directamente, es realizar sabotajes, movilizaciones, ataques a iglesias y empresas y mucha
+ prensa". ¡En Medio Oriente pagarían por un terrorismo así! Ningún hecho de violencia debe ser
+ minimizado, pero las analogías no resisten prueba.</p>
+
+ <p>La "cuestión mapuche" es social antes que policial. La Constitución manda "reconocer la preexistencia
+ étnica y cultural de los pueblos indígenas argentinos. Garantizar el respeto a su identidad?; reconocer
+ la personería jurídica de sus comunidades, y la posesión y propiedad comunitarias de las tierras que
+ tradicionalmente ocupan; y regular la entrega de otras aptas y suficientes para el desarrollo humano".
+ Estos derechos permanecen incumplidos. Y no son un capricho chavista: los países que reputamos serios
+ también los reconocen. En Estados Unidos, las reservaciones indígenas ocupan 80.000 kilómetros
+ cuadrados, el 1,3% de la superficie del país (y 400 veces la superficie de la ciudad de Buenos Aires).
+ En Canadá, unas 2300 reservas ocupan 28.000 kilómetros cuadrados. Australia otorga a los pueblos
+ indígenas más de la mitad de los territorios del norte del país y son los nativos quienes negocian con
+ las empresas mineras los permisos para que operen en sus tierras. En Nueva Zelanda existen tribunales
+ especiales con jurisdicción sobre las tierras ancestrales de los maoríes; una de sus ventajas es que
+ empoderan a los aborígenes individualmente, liberándolos del yugo de los caciques.</p>
+ <p>La protesta social es indisociable de la democracia. Cuando desborda, recanalizarla es más eficiente que
+ reprimirla: ahí reside el arte del acuerdo. En la Argentina la tarea es delicada porque pocos confían en
+ la imparcialidad de las instituciones. Entonces, cada actor reivindica sus intereses con los medios de
+ que dispone: los sindicatos hacen huelga, los estudiantes toman colegios, los empresarios cierran las
+ fábricas y todos hacen piquetes. El politólogo Samuel Huntington definía una sociedad así como
+ pretoriana y el jurista Carlos Nino llamó a la Argentina "un país al margen de la ley". Al movilizarse
+ por sus derechos y desconfiar del Estado, la comunidad mapuche se demuestra bien argentina.</p>
+ <p>Las cinco provincias patagónicas tienen una población similar a la de La Matanza. A diferencia de los
+ Estados Unidos, que se integraron hacia el oeste otorgando parcelas de tierra a los colonizadores, y de
+ Brasil, donde el rol de ocupación y desarrollo territorial fue cumplido por las fuerzas armadas, la
+ Argentina obvió la tarea integradora tras consolidar su soberanía a finales del siglo XX. Hoy sobra
+ tierra y falta gente. Gobernar sigue siendo poblar, pero también integrar.</p>
+ <p>Seamos claros: ningún individuo u organización tiene derecho a violar la ley. Pero el problema histórico
+ del Estado argentino no fue tanto quiénes lo desafiaron como quiénes lo gobernaron. Cambiemos.</p>
+ <p><b><i>Andrés Malamud es politólogo e investigador en la Universidad de Lisboa. Martín Schapiro es abogado
+ administrativista y analista internacional</i></b></p>
+
+ </section>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html
new file mode 100644
index 0000000..2c0a8c7
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html
@@ -0,0 +1,700 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
+ <link rel="amphtml"
+ href="http://www.lanacion.com.ar/2089096-una-solucion-no-violenta-para-la-cuestion-mapuche/amp/2089096"></link>
+ <title>Una solución no violenta para la cuestión mapuche - 07.12.2017 - LA NACION </title>
+ <link rel="stylesheet" type="text/css" href="http://static.glanacion.com/v1/ln/css/ln.201711231106.min.css"></link>
+ <link rel="stylesheet" type="text/css"
+ href="http://static.glanacion.com/v1/ln/css/ln.nota.201711231106.min.css"></link>
+ <link rel="stylesheet" type="text/css"
+ href="http://especiales.lanacion.com.ar/multimedia/proyectos/css/iframes.css"></link>
+ <meta property="fb:pages" content="71339054219"></meta>
+ <meta name="copyright" content="LA NACION"></meta>
+ <meta name="title" content="Una solución no violenta para la cuestión mapuche - 07.12.2017"></meta>
+ <meta name="description"
+ content="Una solución no violenta para la cuestión mapuche | Los pueblos indígenas reclaman por derechos que permanecen incumplidos, por eso es más eficiente canalizar la protesta que reprimirla - LA NACION"></meta>
+ <meta name="keywords"
+ content="Una solución no violenta para la cuestión mapuche, Opinión, Nota de Opinion, Actualidad política, Conflicto mapuche"></meta>
+ <meta name="news_keywords"
+ content="Una solución no violenta para la cuestión mapuche, Opinión, Nota de Opinion, Actualidad política, Conflicto mapuche"></meta>
+ <meta property="fb:admins" content="1069203912"></meta>
+ <meta property="fb:app_id" content="205326199490321"></meta>
+ <meta property="og:type" content="article"></meta>
+ <meta property="og:title" content="Una solución no violenta para la cuestión mapuche"></meta>
+ <meta property="og:description"
+ content="Los pueblos indígenas reclaman por derechos que permanecen incumplidos, por eso es más eficiente canalizar la protesta que reprimirla"></meta>
+ <meta property="og:image" content="http://bucket.glanacion.com/anexos/fotos/77/2585177.jpg"></meta>
+ <meta name="twitter:card" content="summary"></meta>
+ <meta name="twitter:site" content="@LANACION"></meta>
+ <meta name="twitter:title" content="Una solución no violenta para la cuestión mapuche"></meta>
+ <meta name="twitter:description"
+ content="Abdullah Ocalan, el líder independentista kurdo, desembarcó en Italia en noviembre de 1998 y pidió asilo político. Arrastraba un pedido de captura de Turquía, donde era acusado por terrorismo. El ex comunista Massimo D'Alema, recién asumido, dudaba. Acoger a Ocalan implicaba comprarse un problema con un aliado de la OTAN e importar un conflicto ajeno, pero deportarlo lo exponía a la pena de muerte, legal en Turquía pero inadmisible en la Unión Europea. Optó por la estrecha avenida del medio: se ignoró el mandato de captura al tiempo que se negó el asilo, presionando a Ocalan para que se fuera por las suyas. Tras una carambola a tres bandas, fue capturado por agentes turcos en Kenia, donde se encontraba bajo la protección del embajador griego, mientras intentaba abordar un avión hacia Holanda. Desde febrero de 1999 permanece en una cárcel de máxima seguridad en la isla turca de Imrali."></meta>
+ <meta name="twitter:image" content="http://bucket2.glanacion.com/anexos/fotos/77/2585177.jpg"></meta>
+ <meta name="copyright" content="2015 LA NACION"></meta>
+ <meta name="application-name" content="LA NACION"></meta>
+ <meta name="msapplication-starturl" content="http://www.lanacion.com.ar/"></meta>
+ <meta name="msapplication-tooltip" content="Noticias actualizadas las 24 hs."></meta>
+ <meta name="msapplication-window" content="width=800;height=600"></meta>
+ <meta name="msapplication-navbutton-color" content="#0EA8DC"></meta>
+ <meta name="msapplication-task"
+ content="name=Ultimas noticias;action-uri=http://www.lanacion.com.ar/ultimas-noticias;icon-uri=http://www.lanacion.com.ar/item1.ico"></meta>
+ <meta name="msapplication-task"
+ content="name=Tránsito;action-uri=http://servicios.lanacion.com.ar/transito;icon-uri=http://www.lanacion.com.ar/item2.ico"></meta>
+ <meta name="msapplication-task"
+ content="name=Pronóstico;action-uri=http://servicios.lanacion.com.ar/informacion-general/pronostico;icon-uri=http://www.lanacion.com.ar/item3.ico"></meta>
+ <meta name="msapplication-task"
+ content="name=Horóscopo;action-uri=http://servicios.lanacion.com.ar/horoscopo;icon-uri=http://www.lanacion.com.ar/item4.ico"></meta>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
+ <meta name="cXenseParse:pageclass" content="article"></meta>
+ <link rel="canonical"
+ href="http://www.lanacion.com.ar/2089096-una-solucion-no-violenta-para-la-cuestion-mapuche"></link>
+ <link rel="alternate" href="android-app://app.lanacion.activity/http/www.lanacion.com.ar/2089096"></link>
+</head>
+<body>
+<a href="http://servicios.lanacion.com.ar/solo-texto" class="sinBarreras">Si usted es una persona con dificultades
+ visuales, navegue el sitio desde aquí</a>
+<div id="alertaDisclaimer" class="mensajeEx8" style="display:none">NO SOPORTADO</div>
+<header id="header" itemscope="" itemtype="http://schema.org/WPHeader">
+ <section class="banners">
+ <center>
+ <aside class="banner top" data-adpos="top" itemscope="" itemtype="http://schema.org/WPAdBlock"></aside>
+ </center>
+ <aside class="banner lateral-izq" data-adpos="lateralIzq" itemscope=""
+ itemtype="http://schema.org/WPAdBlock"></aside>
+ <aside class="banner lateral-der" data-adpos="lateralDer" itemscope=""
+ itemtype="http://schema.org/WPAdBlock"></aside>
+ </section>
+ <section class="cabezal interna floatFix">
+ <div class="btn-secciones" onclick="_gaq.push(['_trackEvent','CabezalLN8','cabezal','Menu']);">
+ <button id="boton-menu" class="icon-menu-mobile"></button>
+ <span>MENÚ</span></div>
+ <a class="logo" href="/" onclick="_gaq.push(['_trackEvent','CabezalLN8','cabezal','LANACION']);"
+ title="LA NACION"></a>
+ <section class="tema">
+ <section class="encabezado"><h2><a onclick="_gaq.push(['_trackEvent','CabezalLN8','Acu','tag']);"
+ href="/conflicto-mapuche-t62235">Conflicto mapuche</a></h2>
+ <div class="seguir f-btnSeguir" data-tagId="62235" data-tipoTag="7"><span>SEGUIR</span><b
+ class="icon-mas"></b></div>
+ </section>
+ </section>
+ <aside class="banner auspicio" data-adpos="logo_cabezal"></aside>
+ <section class="login logueado">
+ <ul class="floatFix">
+ <li id="cajaUsuario" class="usuario">
+ <div id="cant-notas" class="notas-siguiendo floatFix"></div>
+ <div class="loginLogout floatFix"><span id="usuario"></span></div>
+ </li>
+ </ul>
+ <div class="notas-preferencias"></div>
+ </section>
+ <div class="herramientas floatFix f-herramientasSociales">
+ <button class="icon-facebook" title="Compartir en Facebook"
+ data-evento="LN.Compartir.popUpFacebookCabezal();"></button>
+ <button class="icon-twitter" title="Compartir en Twitter"
+ data-evento="LN.Compartir.popUpTwitterCabezal();"></button>
+ <span class="extras"><button class="icon-download f-download" title="Descargar"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','herramientas','pdf']);"></button><button
+ class="icon-print" title="Imprimir" data-evento="print();"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','herramientas','imprimir']);"></button><button
+ class="icon-mail f-enviarMail" title="Enviar por mail"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','herramientas','mail']);"></button></span>
+ <div class="icon-flecha-abajo">
+ <div class="desplegable"><span class="pico"></span>
+ <div class="floatFix">
+ <button class="icon-download f-download" title="Descargar"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','herramientas','pdf']);"></button>
+ <button class="icon-print" title="Imprimir" data-evento="print();"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','herramientas','imprimir']);"></button>
+ <button class="icon-mail f-enviarMail" title="Enviar por mail"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','herramientas','mail']);"></button>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="troncal-movil" class="floatFix" name="top">
+ <nav class="desplegable" id="topico-movil">
+ <section class="buscador">
+ <div>
+ <form onkeypress="javascript:Buscar(self.document.buscarsimpleformMovil.cadena-movil.value, event.keyCode);"
+ name="buscarsimpleformMovil" method="post" action="" itemprop="potentialAction"
+ itemscope="itemscope" itemtype="http://schema.org/SearchAction" target="_blank">
+ <span class="icon-buscar" onclick="javascript:Buscar($('#cadena-movil').val(),13);"> </span><span
+ class="icon-cerrar" onclick="$('.buscador').removeClass('expandido');"></span><span
+ class="boton-buscar"
+ onclick="javascript:Buscar($('#cadena-movil').val(),13);">BUSCAR</span></form>
+ </div>
+ </section>
+ <div class="floatFix">
+ <div class="columnaUno"><a href="/ultimas-noticias" class="">Últimas Noticias</a><a
+ href="/sociedad">Sociedad</a><a href="/politica">Política</a><a href="/el-mundo">El
+ Mundo</a><a href="/opinion">Opinión</a></div>
+ <div class="columnaDos"><a href="/mas-popular">Más Leídas</a><a href="/buenos-aires">Buenos
+ Aires</a><a href="/seguridad">Seguridad</a><a href="/data">La Nacion Data</a><a
+ href="/editorial-t54796">Editoriales</a></div>
+ </div>
+ <div class="floatFix">
+ <div class="columnaUno">
+ <div class="tit">Canales:</div>
+ <a href="/comunidad-de-negocios">Negocios</a><a href="/deportes">Deportes</a></div>
+ <div class="columnaDos"><a href="/vida-y-ocio-t54328">Vida y ocio</a><a href="/ideas">Ideas</a><a
+ href="/espectaculos">Espectáculos</a></div>
+ </div>
+ <div class="primero floatFix caja-lnmas"><a title="LN+" class="descrip-lnMAs"
+ href="http://lnmas.lanacion.com.ar/"
+ onclick="_gaq.push(['_trackEvent','troncal-movilLN8','nav','LN+']);"
+ target="_blank">
+ <svg version="1.1" id="Layer_1" x="0" y="0" width="30" height="20" viewBox="202.43 250.51 475.03 283.09" enable-background="new 202.427 250.514 475.03 283.087" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <linearGradient id="color1" gradientUnits="userSpaceOnUse" x1="500.53" y1="544.93" x2="500.53" y2="317.79" gradientTransform="matrix(1 0 0 -1 0 851.3936)"><stop offset="0" stop-color="#3CC3DD" /><stop offset="0.23" stop-color="#38C0DA" /><stop offset="0.44" stop-color="#24B8D5" /><stop offset="0.63" stop-color="#00ACCC" /><stop offset="0.81" stop-color="#009DC1" /><stop offset="0.99" stop-color="#008BB4" /><stop offset="1" stop-color="#008AB2" /></linearGradient>
+ <polygon fill="url(#color1)" points="479.73 306.46 382.68 306.46 382.68 326.57 410.4 326.57 591.01 533.6 618.39 533.6 618.39 469.04 " />
+ <linearGradient id="color2" gradientUnits="userSpaceOnUse" x1="306.42" y1="544.93" x2="306.42" y2="317.79" gradientTransform="matrix(1 0 0 -1 0 851.3936)"><stop offset="0" stop-color="#3CC3DD" /><stop offset="0.23" stop-color="#38C0DA" /><stop offset="0.44" stop-color="#24B8D5" /><stop offset="0.63" stop-color="#00ACCC" /><stop offset="0.81" stop-color="#009DC1" /><stop offset="0.99" stop-color="#008BB4" /><stop offset="1" stop-color="#008AB2" /></linearGradient>
+ <path fill="url(#color2)" d="M327.21 513.5c0 0-26.06 0.05-27.73 0V326.57h41.6v-20.1H202.43v20.1h41.6V513.5h-41.6v20.1h207.98V448.24h-13.86C397.29 490.05 383.75 512.41 327.21 513.5z" />
+ <polygon fill="#00BADD" points="677.46 306.46 621.51 306.46 621.51 250.51 601.41 250.51 601.41 306.46 545.45 306.46 545.45 326.57 601.41 326.57 601.41 382.52 621.51 382.52 621.51 326.57 677.46 326.57 " />
+ </svg>
+ </a><a title="LN+" class="descrip-lnMAs" href="http://lnmas.lanacion.com.ar/"
+ onclick="_gaq.push(['_trackEvent','troncal-movilLN8','nav','LN+']);" target="_blank">TODOS LOS
+ PROGRAMAS</a></div>
+ <div class="primero floatFix">
+ <div class="columnaUno"><a href="/edicion-impresa">Edición Impresa</a></div>
+ <div class="columnaDos"><a href="https://club.lanacion.com.ar/" class="clubMenu" target="_blank">Club
+ LA NACION</a></div>
+ </div>
+ <div class="floatFix">
+ <div class="columnaUno">
+ <div class="tit">Servicios:</div>
+ <a href="http://servicios.lanacion.com.ar/horoscopo" target="_blank">Horóscopo</a><a
+ href="http://servicios.lanacion.com.ar/pronostico-del-tiempo" target="_blank">Pronóstico</a><a
+ href="http://servicios.lanacion.com.ar/loterias" target="_blank">Loterías</a><a
+ href="http://servicios.lanacion.com.ar/feriados/2016" target="_blank">Feriados</a><a
+ href="http://servicios.lanacion.com.ar/edicion-impresa/avisos-funebres" target="_blank">Fúnebres</a>
+ </div>
+ <div class="columnaDos"><a href="http://servicios.lanacion.com.ar/transito"
+ target="_blank">Tránsito</a><a href="http://guia.lanacion.com.ar/cine"
+ target="_blank">Guía de Cine</a><a
+ href="http://guia.lanacion.com.ar/teatro" target="_blank">Guía de Teatro</a><a href="/humor"
+ target="_blank">Humor</a><a
+ href="http://servicios.lanacion.com.ar/sudoku-online" target="_blank">Sudoku</a></div>
+ </div>
+ <div class="primero floatFix">
+ <div class="columnaUno"><a href="https://ingresar.lanacion.com.ar/acceso-digital/"
+ class="suscribite"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','suscribite']);">Suscribite</a>
+ </div>
+ </div>
+ </nav>
+ </div>
+ </section>
+ <section class="menu-secciones" style="display:none;" id="desplegable">
+ <div class="menu-internas">
+ <nav class="principal"><span class="nuevo-menu-canales"><section class="buscador"><div><form
+ onkeypress="javascript:Buscar(self.document.buscarsimpleform.cadena.value, event.keyCode);"
+ name="buscarsimpleform" method="post" action="" itemprop="potentialAction" itemscope="itemscope"
+ itemtype="http://schema.org/SearchAction" target="_blank"><span
+ class="icon-buscar" onclick="javascript:Buscar($('#cadena').val(),13);"> </span><span
+ class="icon-cerrar"
+ onclick="$('.buscador').removeClass('expandido');"></span><span
+ class="boton-buscar" onclick="javascript:Buscar($('#cadena').val(),13);">BUSCAR</span></form></div></section><div
+ class="desplegable actualidad floatFix"><div class="col2"><span class="actualidad-color"><a href="/"
+ class="toi-200"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','actualidad']);">Actualidad</a></span><a
+ href="/ultimas-noticias" class="toi-200"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','ultimas']);">Últimas noticias</a><a
+ href="/mas-popular" class="toi-201"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','actualidad-mas-leidas']);">Más leídas</a><a
+ href="/politica" onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','politica']);"
+ class="toi-202">Política</a><a href="/el-mundo"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','actualidad-mundo']);"
+ class="toi-208">El mundo</a><a href="/sociedad"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','actualidad-sociedad']);"
+ class="toi-203">Sociedad</a><a
+ href="/buenos-aires"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','actualidad-buenos-aires']);"
+ class="toi-206">Buenos Aires</a><a href="/seguridad"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','actualidad-seguridad']);"
+ class="toi-211">Seguridad</a><div class="data"><a href="/data"
+ class="toi-300"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','actualidad','actualidad-data']);">
+ LA NACION Data
+ </a></div></div><div class="col2"><span class="negocios-color"><a href="/comunidad-de-negocios"
+ class="negocios toi-400"
+ title="Comunidad de negocios"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Negocios']);">Negocios</a></span><a
+ href="/negocios-t53674" title="NEGOCIOS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-negocios','negocios']);">Negocios</a><a
+ href="/consumo-t46838" title="CONSUMO"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-negocios','consumo']);">Consumo</a><a
+ href="/finanzas-t48750" title="FINANZAS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-negocios','Finzanzas']);">Finanzas</a><a
+ href="/emprendedores-t53673" title="EMPRENDEDORES"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-negocios','Emprededores']);">Emprendedores</a><a
+ href="/propiedades-t46876" title="PROPIEDADES"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-negocios','propiedades']);">Propiedades</a><a
+ href="/campo-t29405" title="CAMPO"
+ onclick="gaq.push(['_trackEvent','CabezalLN8','canal-negocios','campo']);">Campo</a><a
+ href="/dolar-hoy-t1369" title="DÓLAR HOY"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-negocios','dolar']);">Dólar Hoy</a></div><div
+ class="col2"><span class="deportes-color"><a href="/deportes" class="deportes toi-401"
+ title="Deportes"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Deportes']);">Deportes</a></span><a
+ href="/futbol-t55394" title="FÚTBOL"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-deportes','futbol']);">Fútbol</a><a
+ href="/basquet-t57233" title="BÁSQUET"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-deportes','basquet']);">Básquet</a><a
+ href="/automovilismo-t57235" title="AUTOMOVILISMO"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-deportes','automovilismo']);">Automovilismo</a><a
+ href="/rugby-t54732" title="RUGBY"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-deportes','rugby']);">Rugby</a><a
+ href="/tenis-t57234" title="TENIS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-deportes','tenis']);">Tenis</a><a
+ href="/mas-deportes-t57236" title="MÁS DEPORTES"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-deportes','mas-deportes']);">Más Deportes</a><a
+ href="/deportes/estadisticas" class="estadisticas" title="ESTADÍSTICAS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-deportes','estadisticas']);"><span
+ class="texto">Estadísticas</span></a></div><div class="col2"><span class="vida-y-ocio-color"><a
+ href="/vida-y-ocio-t54328" class="sociedad toi-402" title="Vida y Ocio"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','vida-ocio']);">vida y ocio</a></span><a
+ href="/tecnologia-t47502" title="TECNOLOGÍA"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-vida','tecnologia']);">Tecnología</a><a
+ href="/relaciones-t46841" title="RELACIONES"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-vida','relaciones']);">Relaciones</a><a
+ href="/salud-t54645" title="SALUD"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-vida','salud']);">Salud</a><a
+ href="/tendencias-t50150" title="TENDENCIAS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-vida','tendencias']);">Tendencias</a><a
+ href="/comunidad-t46789" title="COMUNIDAD"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-vida','comunidad']);">Comunidad</a><a
+ href="/moda-t50796" title="MODA"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-vida','moda']);">Moda</a><a
+ href="/viajes-t46947" title="VIAJES"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-vida','viajes']);">Viajes</a><a
+ href="http://recetas.lanacion.com.ar/" title="RECETAS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-vida','recetas']);"
+ target="_blank">Recetas</a></div><div class="col2"><span class="ideas-color"><a href="/ideas"
+ class="ideas toi-403"
+ title="Ideas"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Ideas']);">ideas</a></span><a
+ href="/cultura" title="CULTURA"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-ideas','cultura']);">Cultura</a><a
+ href="/libros-t54646" title="LIBROS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-ideas','libros']);">Libros</a><a
+ href="/entrevistas-t51978" title="ENTREVISTAS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-ideas','entrevistas']);">Entrevistas</a><a
+ href="/arte-t54647" title="ARTE"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-ideas','arte']);">Arte</a><a href="/opinion"
+ title="OPINIÓN"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-ideas','opinion']);">Opinión</a><a
+ href="/columnistas" title="COLUMNISTAS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-ideas','columnistas']);">Columnistas</a><a
+ href="http://blogs.lanacion.com.ar/" title="BLOGS"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-ideas','blogs']);"
+ target="_blank">Blogs</a></div><div class="col2"><span class="espectaculos-color"><a
+ href="/espectaculos" class="espectaculos toi-404" title="Espcectáculos"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','espectaculos']);">espectáculos</a></span><a
+ href="/personajes-t46949" title="PERSONAJES"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-espectaculos','personajes']);">Personajes</a><a
+ href="/series-t46778" title="SERIES"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-espectaculos','series']);">Series</a><a
+ href="/cine-t52776" title="CINE"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-espectaculos','cine']);">Cine</a><a
+ href="/television-t54581" title="TELEVISIÓN"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-espectaculos','television']);">Televisión</a><a
+ href="/teatro-t46922" title="TEATRO"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-espectaculos','teatro']);">Teatro</a><a
+ href="/musica-t46816" title="MÚSICA"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-espectaculos','musica']);">Música</a><a
+ href="http://guia.lanacion.com.ar/cine" title="GUÍA DE CINE"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-espectaculos','cartelera-cine']);"
+ target="_blank">Guía de Cine</a><a href="http://guia.lanacion.com.ar/teatro" title="GUÍA DE TEATRO"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','canal-espectaculos','cartelera-teatro']);"
+ target="_blank">Guía de Teatro</a></div><div class="menu-bajo"><a
+ title="LN+" class="lnMas toi-405" href="http://lnmas.lanacion.com.ar/" target="_blank"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','LN+']);"><svg version="1.1" id="Layer_1" x="0" y="0" width="30" height="20" viewBox="202.43 250.51 475.03 283.09" enable-background="new 202.427 250.514 475.03 283.087" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="color1" gradientUnits="userSpaceOnUse" x1="500.53" y1="544.93" x2="500.53" y2="317.79" gradientTransform="matrix(1 0 0 -1 0 851.3936)"><stop offset="0" stop-color="#3CC3DD" /><stop offset="0.23" stop-color="#38C0DA" /><stop offset="0.44" stop-color="#24B8D5" /><stop offset="0.63" stop-color="#00ACCC" /><stop offset="0.81" stop-color="#009DC1" /><stop offset="0.99" stop-color="#008BB4" /><stop offset="1" stop-color="#008AB2" /></linearGradient><polygon fill="url(#color1)" points="479.73 306.46 382.68 306.46 382.68 326.57 410.4 326.57 591.01 533.6 618.39 533.6 618.39 469.04 " /><linearGradient id="color2" gradientUnits="userSpaceOnUse" x1="306.42" y1="544.93" x2="306.42" y2="317.79" gradientTransform="matrix(1 0 0 -1 0 851.3936)"><stop offset="0" stop-color="#3CC3DD" /><stop offset="0.23" stop-color="#38C0DA" /><stop offset="0.44" stop-color="#24B8D5" /><stop offset="0.63" stop-color="#00ACCC" /><stop offset="0.81" stop-color="#009DC1" /><stop offset="0.99" stop-color="#008BB4" /><stop offset="1" stop-color="#008AB2" /></linearGradient><path fill="url(#color2)" d="M327.21 513.5c0 0-26.06 0.05-27.73 0V326.57h41.6v-20.1H202.43v20.1h41.6V513.5h-41.6v20.1h207.98V448.24h-13.86C397.29 490.05 383.75 512.41 327.21 513.5z" /><polygon fill="#00BADD" points="677.46 306.46 621.51 306.46 621.51 250.51 601.41 250.51 601.41 306.46 545.45 306.46 545.45 326.57 601.41 326.57 601.41 382.52 621.51 382.52 621.51 326.57 677.46 326.57 " /></svg>Todos los programas
+ </a><a href="http://servicios.lanacion.com.ar" title="Ir a Servicios" class="servicios"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Servicios']);">Servicios</a><b>|</b><a
+ title="Ir a la Edición Impresa" href="/edicion-impresa" class="toi-103 impresa"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Ed-Impresa']);">Edición Impresa</a><b>|</b><a
+ title="Ir a Club LA NACION" href="http://club.lanacion.com.ar/" target="_blank"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Club']);"
+ class="clubLN">Club LA NACION</a></div></div></span>
+ <div class="otro-menu-canales"><b>|</b><a href="/comunidad-de-negocios" class="negocios toi-400"
+ title="Comunidad de negocios"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Negocios']);">NEGOCIOS</a><b>|</b><a
+ href="/deportes" class="deportes toi-401" title="Deportes"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Deportes']);">DEPORTES</a><b>|</b><a
+ href="/vida-y-ocio-t54328" class="sociedad toi-402" title="Vida y Ocio"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','vida-ocio']);">VIDA Y
+ OCIO</a><b>|</b><a href="/ideas" class="ideas toi-403" title="Ideas"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','Ideas']);">IDEAS</a><b>|</b><a
+ href="/espectaculos" class="espectaculos toi-404" title="Espcectáculos"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','espectaculos']);">ESPECTÁCULOS</a><b>|</b><span
+ class="icon-buscar" onclick="$('.buscador').addClass('expandido');"></span><a title="LN+"
+ class="lnMas toi-405"
+ href="http://lnmas.lanacion.com.ar/"
+ target="_blank"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','secciones','LN+']);">
+ <svg version="1.1" id="Layer_1" x="0" y="0" width="30" height="20" viewBox="202.43 250.51 475.03 283.09" enable-background="new 202.427 250.514 475.03 283.087" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="color1" gradientUnits="userSpaceOnUse" x1="500.53" y1="544.93" x2="500.53" y2="317.79" gradientTransform="matrix(1 0 0 -1 0 851.3936)"><stop offset="0" stop-color="#3CC3DD" /><stop offset="0.23" stop-color="#38C0DA" /><stop offset="0.44" stop-color="#24B8D5" /><stop offset="0.63" stop-color="#00ACCC" /><stop offset="0.81" stop-color="#009DC1" /><stop offset="0.99" stop-color="#008BB4" /><stop offset="1" stop-color="#008AB2" /></linearGradient><polygon fill="url(#color1)" points="479.73 306.46 382.68 306.46 382.68 326.57 410.4 326.57 591.01 533.6 618.39 533.6 618.39 469.04 " /><linearGradient id="color2" gradientUnits="userSpaceOnUse" x1="306.42" y1="544.93" x2="306.42" y2="317.79" gradientTransform="matrix(1 0 0 -1 0 851.3936)"><stop offset="0" stop-color="#3CC3DD" /><stop offset="0.23" stop-color="#38C0DA" /><stop offset="0.44" stop-color="#24B8D5" /><stop offset="0.63" stop-color="#00ACCC" /><stop offset="0.81" stop-color="#009DC1" /><stop offset="0.99" stop-color="#008BB4" /><stop offset="1" stop-color="#008AB2" /></linearGradient><path fill="url(#color2)" d="M327.21 513.5c0 0-26.06 0.05-27.73 0V326.57h41.6v-20.1H202.43v20.1h41.6V513.5h-41.6v20.1h207.98V448.24h-13.86C397.29 490.05 383.75 512.41 327.21 513.5z" /><polygon fill="#00BADD" points="677.46 306.46 621.51 306.46 621.51 250.51 601.41 250.51 601.41 306.46 545.45 306.46 545.45 326.57 601.41 326.57 601.41 382.52 621.51 382.52 621.51 326.57 677.46 326.57 " /></svg>
+ </a></div>
+ </nav>
+ <nav class="temas floatFix"><span>HOY</span>
+ <div class="temas-hoy"><h3><a class="toi-501" href="/ln-t58215"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','troncal','temas']);">LN+</a>
+ </h3>
+ <h3><a class="toi-502" href="/carlos-zannini-detenido-t63314"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','troncal','temas']);">Carlos Zannini
+ detenido</a></h3>
+ <h3><a class="toi-503" href="/reformas-del-gobierno-t62064"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','troncal','temas']);">Reformas del
+ Gobierno</a></h3>
+ <h3><a class="toi-504" href="/actualidad-politica-t56691"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','troncal','temas']);">Actualidad política</a>
+ </h3>
+ <h3><a class="toi-505" href="/submarino-ara-san-juan-t62183"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','troncal','temas']);">Submarino ARA San
+ Juan</a></h3></div>
+ <div class="dolar-hoy"><h3><a href="/dolar-hoy-t1369" title="Ir a Dólar oficial y dólar blue hoy"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','troncal','dolar']);"
+ id="link-dolar" onmouseover="$('#caja-dolar').css('display','block');"
+ onmouseout="$('#caja-dolar').css('display', 'none');">Dólar hoy</a></h3>
+ <div class="desplegable floatFix"><h2><a class="toi-9969" href="/dolar-hoy-t1369"
+ onclick="_gaq.push(['_trackEvent','cabezal','temas','dolar']);">Dólar
+ oficial hoy</a></h2>
+ <section class="dolarHoy oficial floatFix">
+ <ul>
+ <li class="tipo">Compra</li>
+ <li><p class="peso">$</p>
+ <p class="valor" id="dcompraHome">-</p></li>
+ </ul>
+ <ul>
+ <li class="tipo">Venta</li>
+ <li><p class="peso">$</p>
+ <p class="valor" id="dventaHome">-</p></li>
+ </ul>
+ </section>
+
+ <section class="dolarhoy-invertir">
+
+ Provisto por <a href="http://www.invertironline.com/" target="_blank"><img
+ src="http://static.glanacion.com/v1/ln/imgs/layout/logos/logo-invertir-online.png"
+ width="88" height="18" border="0" alt="Invertir Online"
+ title="Invertir Online"></img></a>
+ </section>
+ </div>
+ </div>
+ <div class="servicios-hoy"><h3><a href="http://servicios.lanacion.com.ar" title="Ir a Servicios">SERVICIOS</a>
+ </h3>
+ <div class="desplegable servicios">
+ <div class="floatFix"><a href="http://servicios.lanacion.com.ar/horoscopo" class="toi-104"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','horoscopo']);"><span
+ class="icon-horoscopo"></span>Horóscopo
+ </a><a href="http://servicios.lanacion.com.ar/pronostico-del-tiempo" class="toi-105"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','pronostico']);"><span
+ class="icon-pronostico"></span>Pronóstico
+ </a><a href="http://servicios.lanacion.com.ar/transito" class="toi-106"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','transito']);"><span
+ class="icon-transito"></span>Tránsito
+ </a><a href="http://servicios.lanacion.com.ar/loterias" class="toi-108"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','loterias']);"><span
+ class="icon-loterias"></span>Loterías y quinielas
+ </a><a href="http://servicios.lanacion.com.ar/feriados" class="toi-109"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','feriados']);"><span
+ class="icon-calendario"></span>Feriados
+ </a><a href="http://servicios.lanacion.com.ar/sudoku-online" class="toi-110"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','sudoku']);"><span
+ class="icon-sudoku"></span>Sudoku
+ </a><a href="http://servicios.lanacion.com.ar/edicion-impresa/avisos-funebres" class="toi-111"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','funebres']);"><span
+ class="icon-funebres"></span>Fúnebres
+ </a><a href="http://guia.lanacion.com.ar/cine" target="_blank" class="toi-112"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','cine']);"><span
+ class="icon-cine"></span>Cartelera de cine
+ </a><a href="http://guia.lanacion.com.ar/teatro" target="_blank" class="toi-113"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios','teatro']);"><span
+ class="icon-teatro"></span>Cartelera de teatro
+ </a><a href="http://servicios.lanacion.com.ar/solo-texto" target="_blank" class="toi-114"
+ onclick="_gaq.push(['_trackEvent','CabezalLN8','servicios']);">
+ LA NACION en versión sólo texto
+ </a></div>
+ </div>
+ </div>
+ </nav>
+ </div>
+ </section>
+</header>
+<main class="floatFix">
+ <aside class="banner megalateral" data-adpos="megaLateral" itemscope=""
+ itemtype="http://schema.org/WPAdBlock"></aside>
+ <section id="alerta" style="display:none;">
+ <article><span>Anticipo: </span>
+ <h2 id="alertaContenido"></h2></article>
+ </section>
+ <aside class="banner interstitial" data-adpos="interstitial" itemscope=""
+ itemtype="http://schema.org/WPAdBlock"></aside>
+ <aside class="banner expandable" data-adpos="expandable" itemscope=""
+ itemtype="http://schema.org/WPAdBlock"></aside>
+ <section id="ultimoMomentoResponsive" style="display:none;" class="suscripcion">
+ <article class="bombaInterna conTopico conFoto floatFix"><a id="ultimoMomentoTopico" class="topico"
+ href="#"></a><a id="ultimoMomentoFoto" class="foto"
+ href=""></a>
+ <div class="contenedorUltimoMomento"><a id="ultimoMomentoLinkTitulo" class="titulo floatFix" href="#">
+ <div id="tituloBomba">Último momento:</div>
+ <h2 id="ultimoMomentoTitulo"></h2></a></div>
+ <div id="" class="cajaSuscripcion">
+ <div class="usuario" id="usuarioNick"></div>
+ <h3></h3>
+ <p class="texto"><b>Recibí por mail</b> las noticias que impactan
+ </p>
+ <div class="ingresar-mail">
+ <form name="" method="" action=""><input class="mail" type="text" name="email" id="emailBomba"
+ onblur="doFill(this);" onclick="doClear(this);"></input>
+ </form>
+ </div>
+ <div id="respuestaBomba" style="display:none;"></div>
+ </div>
+ </article>
+ </section>
+ <div class="logoprint-content"><img class="logoprint" src="http://static.glanacion.com/v1/ln/imgs/logoprint.jpg"
+ width="150px"></img></div>
+ <div id="responsive" class="modal fade id" data-backdrop="static" role="dialog" tabindex="-1">
+ <div class="modal-body">
+ <div id="login-signwall" class="login-poswall">
+ <iframe id="iframe-registracion"></iframe>
+ </div>
+ </div>
+ </div>
+ <article id="nota" itemscope="" itemtype="http://schema.org/NewsArticle" class="floatFix" data-login="false"
+ data-loginposwall="false" data-asociarposwall="false">
+ <div class="encabezado-columnista"><h1 itemprop="headline">Una solución no violenta para la cuestión
+ mapuche</h1>
+ <p class="bajada" itemprop="description">Los pueblos indígenas reclaman por derechos que permanecen
+ incumplidos, por eso es más eficiente canalizar la protesta que reprimirla</p>
+ </div>
+ <section id="cuerpo" class="floatFix" itemprop="articleBody">
+ <div style="display:none"><input type="hidden" id="share_url"
+ value="http://www.lanacion.com.ar/2089096"></input>
+ </div>
+ <div class="contenedor-herramientas">
+ <div id="herramientas-sociales" class="herramientas"><input type="hidden" id="hs-dominioCore"
+ value="http://www.lanacion.com.ar"></input><input
+ type="hidden" id="hs-notaId" value="2089096"></input><input type="hidden" id="hs-titulo"
+ value="Una solución no violenta para la cuestión mapuche"></input><input
+ type="hidden" id="hs-twitter" value=""></input>
+ <button class="icon-facebook"
+ data-evento="LN.Compartir.popUpRedSocial('http://www.facebook.com/sharer.php?s=100&amp;u=http://www.lanacion.com.ar/2089096')"
+ title="Compartir en Facebook"></button>
+ <button class="icon-twitter"
+ data-evento="LN.Compartir.popUpRedSocial('http://twitter.com/share?text=Una solución no violenta para la cuestión mapuche&amp;url=http://www.lanacion.com.ar/2089096&amp;via=LANACION');"
+ title="Compartir en Twitter"></button>
+ <a href="whatsapp://send?text=LA NACION: &quot;Una soluci%C3%B3n no violenta para la cuesti%C3%B3n mapuche&quot; - http://www.lanacion.com.ar/2089096"
+ data-action="share/whatsapp/share" class="wapp icon-whatsapp"></a><a
+ class="icon-go-to-top volver" href="#top"></a>
+ <button class="icon-mail" id="btnEnviarAmigo"
+ data-url="/herramientas/nota/enviar-por-mail.html?nota_id=2089096;" title="Enviar por mail"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','herramientas','mail']);"></button>
+ <button class="icon-dialogo" title="Comentarios"
+ data-evento="window.location.href= '#comunidad'; LN.LiveFyre.Init();"></button>
+ <span class="total lf"><span class="livefyre-commentcount" data-lf-site-id="356483"
+ data-lf-article-id="1256448">0
+ </span></span></div>
+ </div>
+ <aside class="banner caja1" data-adpos="caja1" itemscope="" itemtype="http://schema.org/WPAdBlock"></aside>
+ <p class="primero">Abdullah Ocalan, el líder independentista kurdo, desembarcó en Italia en noviembre de
+ 1998 y pidió asilo político. Arrastraba un pedido de captura de Turquía, donde era acusado por
+ terrorismo. El ex comunista Massimo D'Alema, recién asumido, dudaba. Acoger a Ocalan implicaba comprarse
+ un problema con un aliado de la OTAN e importar un conflicto ajeno, pero deportarlo lo exponía a la pena
+ de muerte, legal en Turquía pero inadmisible en la Unión Europea. Optó por la estrecha avenida del
+ medio: se ignoró el mandato de captura al tiempo que se negó el asilo, presionando a Ocalan para que se
+ fuera por las suyas. Tras una carambola a tres bandas, fue capturado por agentes turcos en Kenia, donde
+ se encontraba bajo la protección del embajador griego, mientras intentaba abordar un avión hacia
+ Holanda. Desde febrero de 1999 permanece en una cárcel de máxima seguridad en la isla turca de
+ Imrali.</p>
+ <p>Uno de los autores de esta columna vivía en Italia en esa época y siguió la crisis de cerca; el otro la
+ estudió en profundidad, años más tarde. Pero no hacía falta: cualquiera puede encontrar esta información
+ a un clic de distancia. Eso fue lo que no hizo un periodista de un diario argentino, que no es la
+ nacion. La semana pasada se publicaron extractos de un "informe de carácter secreto" que mencionaba
+ supuestos contactos internacionales de organizaciones mapuches. Entre ellos aparecía Ocalan, a quien el
+ informe ubicó "con domicilios en Palermo y en el centro porteño", y aseguraba incluso que había sido
+ visto "en Neuquén, Río Negro y Chubut durante el juicio a Jones Huala".</p>
+ <figure class="S encolumnada">
+ <div class="conModal f-imagenRelacionada"><span title="Ampliar imagen"
+ class="icon-resize"></span><img
+ src="http://bucket2.glanacion.com/anexos/fotos/77/conflicto-mapuche-2585177w280.jpg"></img></div>
+ <figcaption id="epigrafe2585177">Foto: LA NACION</figcaption>
+ </figure>
+ <aside class="banner caja2" data-adpos="caja2" itemscope="" itemtype="http://schema.org/WPAdBlock"></aside>
+ <p>Esta falsa noticia fue la más rocambolesca de una larga cadena. Dos hechos quedaron en evidencia:
+ primero, que hay periodistas que no chequean la información; segundo, que los servicios de inteligencia
+ los utilizan para manipular la agenda pública. Y sobre los servicios hay dos posibilidades: o son burros
+ o son perversos. Las opciones no son excluyentes, aunque cualquiera alcanza para tornarlos indignos de
+ confianza. Sin embargo, de ellos proviene la información que alimenta a muchos medios de comunicación y,
+ aún más grave, al Estado argentino.</p>
+ <p>El reguero de noticias falsas y vínculos brumosos tiene, paradójicamente, un objetivo prístino: asociar
+ la acción de los grupos mapuches con el terrorismo internacional. Comunicadores, analistas y escritores
+ alineados con el discurso oficial llegaron a relacionar las ideas de las organizaciones patagónicas con
+ las de Estado Islámico (ISIS) de Irak y Siria. El terrorismo carece de definiciones consensuales y ha
+ sido utilizado para emparentar cosas bien diferentes. Aunque el líder mapuche más radicalizado (y menos
+ representativo) declare que propician "un proceso de construcción de autonomía sin pedirle permiso al
+ Estado", vincular a un grupo que reclama tierras en la región de sus ancestros con otro que busca
+ gobernar el mundo según sus normas religiosas y ha masacrado a miles de personas requiere de una
+ operación intelectual tan audaz como inadecuada.</p>
+ <aside class="banner caja3" data-adpos="caja3" itemscope="" itemtype="http://schema.org/WPAdBlock"></aside>
+ <p>La asociación con el movimiento kurdo, en cambio, asoma menos inverosímil. Desde su arresto, Ocalan
+ transformó su pensamiento: de una visión nacionalista con inspiración estalinista evolucionó al
+ confederalismo democrático, una propuesta de organización comunal, ecologista, más apegada a las raíces
+ locales que a las fronteras nacionales. Parece lógico que esas ideas resuenen en agrupamientos
+ indígenas, que reivindican una organización anterior a la consolidación de los Estados sudamericanos.
+ Los paralelos, sin embargo, terminan allí. En Chile, donde el conflicto ha tenido su desarrollo más
+ dramático, la Sociedad de Fomento Agrícola denunció en 2014 que los insurrectos causaron daños por 10
+ millones de dólares y la muerte de tres agricultores y un carabinero a lo largo de 15 años; en la
+ Argentina, por ahora, se registran actos de vandalismo, ocupaciones de tierras y cortes de rutas
+ aislados. En contraste, el conflicto entre el Partido de los Trabajadores del Kurdistán y la República
+ de Turquía se cobró cerca de 40.000 vidas en los años 90 y lleva más de 2000 desde la reanudación de
+ hostilidades en 2015.</p>
+ <p>Consultada sobre esta desproporción, una fuente de los servicios nos la resumió así: "La estrategia de la
+ Coordinadora Arauco-Malleco (CAM), de Chile, y ahora de la Resistencia Ancestral Mapuche (RAM), más que
+ matar directamente, es realizar sabotajes, movilizaciones, ataques a iglesias y empresas y mucha
+ prensa". ¡En Medio Oriente pagarían por un terrorismo así! Ningún hecho de violencia debe ser
+ minimizado, pero las analogías no resisten prueba.</p>
+ <aside class="banner caja4" data-adpos="caja4" itemscope="" itemtype="http://schema.org/WPAdBlock"></aside>
+ <p>La "cuestión mapuche" es social antes que policial. La Constitución manda "reconocer la preexistencia
+ étnica y cultural de los pueblos indígenas argentinos. Garantizar el respeto a su identidad?; reconocer
+ la personería jurídica de sus comunidades, y la posesión y propiedad comunitarias de las tierras que
+ tradicionalmente ocupan; y regular la entrega de otras aptas y suficientes para el desarrollo humano".
+ Estos derechos permanecen incumplidos. Y no son un capricho chavista: los países que reputamos serios
+ también los reconocen. En Estados Unidos, las reservaciones indígenas ocupan 80.000 kilómetros
+ cuadrados, el 1,3% de la superficie del país (y 400 veces la superficie de la ciudad de Buenos Aires).
+ En Canadá, unas 2300 reservas ocupan 28.000 kilómetros cuadrados. Australia otorga a los pueblos
+ indígenas más de la mitad de los territorios del norte del país y son los nativos quienes negocian con
+ las empresas mineras los permisos para que operen en sus tierras. En Nueva Zelanda existen tribunales
+ especiales con jurisdicción sobre las tierras ancestrales de los maoríes; una de sus ventajas es que
+ empoderan a los aborígenes individualmente, liberándolos del yugo de los caciques.</p>
+ <p>La protesta social es indisociable de la democracia. Cuando desborda, recanalizarla es más eficiente que
+ reprimirla: ahí reside el arte del acuerdo. En la Argentina la tarea es delicada porque pocos confían en
+ la imparcialidad de las instituciones. Entonces, cada actor reivindica sus intereses con los medios de
+ que dispone: los sindicatos hacen huelga, los estudiantes toman colegios, los empresarios cierran las
+ fábricas y todos hacen piquetes. El politólogo Samuel Huntington definía una sociedad así como
+ pretoriana y el jurista Carlos Nino llamó a la Argentina "un país al margen de la ley". Al movilizarse
+ por sus derechos y desconfiar del Estado, la comunidad mapuche se demuestra bien argentina.</p>
+ <p>Las cinco provincias patagónicas tienen una población similar a la de La Matanza. A diferencia de los
+ Estados Unidos, que se integraron hacia el oeste otorgando parcelas de tierra a los colonizadores, y de
+ Brasil, donde el rol de ocupación y desarrollo territorial fue cumplido por las fuerzas armadas, la
+ Argentina obvió la tarea integradora tras consolidar su soberanía a finales del siglo XX. Hoy sobra
+ tierra y falta gente. Gobernar sigue siendo poblar, pero también integrar.</p>
+ <p>Seamos claros: ningún individuo u organización tiene derecho a violar la ley. Pero el problema histórico
+ del Estado argentino no fue tanto quiénes lo desafiaron como quiénes lo gobernaron. Cambiemos.</p>
+ <p><b><i>Andrés Malamud es politólogo e investigador en la Universidad de Lisboa. Martín Schapiro es abogado
+ administrativista y analista internacional</i></b></p>
+ <aside class="mas-sobre-tema">
+ <div class="techo floatFix"><span>Más sobre <a href="/conflicto-mapuche-t62235"
+ title="Más sobre Conflicto mapuche"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','cinturon','mas-notas-tag']);">Conflicto mapuche</a></span>
+ </div>
+ </aside>
+ </section>
+ </article>
+ <aside class="banner middle">
+ <aside class="banner middle1" data-adpos="middle1" itemscope="" itemtype="http://schema.org/WPAdBlock"></aside>
+ </aside>
+ <section class="cinturon-notas videos floatFix" id="cinturonVideos" data-nota-id="2089096"
+ data-tipocaja="default"></section>
+ <section id="comunidad" class="no-logueado">
+ <div class="titulo-comentarios">
+ Enviá tu comentario<span class="icon-linea-share-vertical"></span></div>
+ <div class="texto-comentarios"><p>Los comentarios publicados son de exclusiva responsabilidad de sus autores y
+ las consecuencias derivadas de ellos pueden ser pasibles de sanciones legales. Aquel usuario que incluya en
+ sus mensajes algún comentario violatorio del reglamento será eliminado e inhabilitado para volver a
+ comentar. Enviar un comentario implica la aceptación del Reglamento.</p>
+ <div class="recordar-logueo">Para poder comentar tenés que ingresar con tu usuario de LA NACION.</div>
+ </div>
+ <div id="livefyre" data-articleId="1256448"
+ data-collectionMeta="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcnRpY2xlSWQiOiIxMjU2NDQ4IiwidGl0bGUiOiJVbmEgc29sdWNpw7NuIG5vIHZpb2xlbnRhIHBhcmEgbGEgY3Vlc3Rpw7NuIG1hcHVjaGUiLCJ1cmwiOiJodHRwOi8vd3d3LmxhbmFjaW9uLmNvbS5hci8yMDg5MDk2LXVuYS1zb2x1Y2lvbi1uby12aW9sZW50YS1wYXJhLWxhLWN1ZXN0aW9uLW1hcHVjaGUifQ.OLRkllsyNcPhaMFnTMAEBTM2RxzWga9mKcy45JQ1duI"></div>
+ </section>
+ <div id="ranking-nota">
+ <section id="ranking" class="floatFix">
+ <div class="techo floatFix"><span>Las más leídas</span></div>
+ <article class="toi-801 num-1 floatFix"><span>1</span>
+ <h2>
+ <a href="http://www.lanacion.com.ar/2089730-por-que-jerusalen-esta-dividida-en-occidental-y-oriental-y-por-que-importa-que-donald-trump-no-mencionara-esto"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','cinturon','Ranking']);">Por qué Jerusalén está
+ dividida en occidental y oriental y por qué importa que Donald Trump no mencionara esto </a>
+ </h2>
+ <hr></hr>
+ </article>
+ <article class="toi-802 num-2 floatFix"><span>2</span>
+ <h2>
+ <a href="http://www.lanacion.com.ar/2089368-que-son-los-criptogatos-valen-mas-de-us-100000-y-pueden-ser-un-problema-para-las-criptomonedas"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','cinturon','Ranking']);">Qué son los "criptogatos":
+ valen más de US$ 100.000 y pueden ser un problema para las criptomonedas </a></h2>
+ <hr></hr>
+ </article>
+ <article class="toi-803 num-3 floatFix"><span>3</span>
+ <h2>
+ <a href="http://www.lanacion.com.ar/2089732-soy-el-mejor-de-la-historia-la-frase-de-cristiano-ronaldo-tras-su-quinto-balon-de-oro-que-encendio-el-debate-la-comparacion-con-lionel-messi"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','cinturon','Ranking']);">"Soy el mejor de la
+ historia", la frase de Cristiano Ronaldo tras su quinto Balón de Oro que encendió el debate: la
+ comparación con Lionel Messi </a></h2>
+ <hr></hr>
+ </article>
+ <article class="toi-804 num-4 floatFix"><span>4</span>
+ <h2>
+ <a href="http://www.lanacion.com.ar/2089728-el-vuelo-de-zannini-de-rio-gallegos-a-buenos-aires-un-viaje-de-tres-horas-cargado-de-indiferencia"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','cinturon','Ranking']);">El viaje de Zannini de Río
+ Gallegos a Buenos Aires, un vuelo de tres horas cargado de indiferencia </a></h2>
+ <hr></hr>
+ </article>
+ <article class="toi-805 num-5 floatFix"><span>5</span>
+ <h2>
+ <a href="http://www.lanacion.com.ar/2089742-la-boca-dos-motochorros-apunalaron-a-un-turista-estadounidense"
+ onclick="_gaq.push(['_trackEvent','NotaLN8','cinturon','Ranking']);">La Boca: dos motochorros
+ apuñalaron a un turista estadounidense </a></h2>
+ <hr></hr>
+ </article>
+ </section>
+ <aside class="banner caja_footer" data-adpos="caja_footer" itemscope=""
+ itemtype="http://schema.org/WPAdBlock"></aside>
+ </div>
+</main>
+<footer id="footer">
+ <div class="top floatFix">
+ <div class="links-principales"><a href="http://especiales.lanacion.com.ar/varios/mapa-sitio/index.asp"
+ target="_blank"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','mapa']);">Mapa del
+ sitio</a> | <a href="https://micuenta.lanacion.com.ar/ayuda" target="_blank"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','ayuda']);">Ayuda</a> | <a
+ href="https://micuenta.lanacion.com.ar/tyc" target="_blank"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','terminos-condiciones']);">Términos y
+ condiciones</a></div>
+ <div class="links-extra">
+ <button class="icon-mail-footer"></button>
+ <a href="https://micuenta.lanacion.com.ar/mis-newsletters" target="_blank"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','newsletter']);">Newsletter</a>
+ <button class="icon-mobile"></button>
+ <a href="http://especiales.lanacion.com.ar/dispositivos/index.asp" target="_blank"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','dispositivos']);">Dispositivos</a></div>
+ <div class="redes-sociales">
+ <button class="icon-facebook" id="pie-facebook"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','facebook']);"></button>
+ <button class="icon-twitter" id="pie-twitter"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','twiiter']);"></button>
+ <button class="icon-google" id="pie-google"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','google']);"></button>
+ <button class="icon-rss" id="pie-rss"
+ onclick="_gaq.push(['_trackEvent','homeLN8','Footer','rss']);"></button>
+ </div>
+ </div>
+ <div class="bottom">
+ <ul class="floatFix">
+ <li class="link-copyright">Copyright 2017 SA LA NACION | Todos los derechos reservados</li>
+ <li class="link-gda">
+ <div class="gda"></div>
+ Miembro de GDA. Grupo de Diarios América
+ </li>
+ <li class="link-bbc"><a class="pie-bbc" target="_blank" href="http://www.bbcmundo.com" rel="external"
+ title="BBC MUNDO"
+ onclick="_gaq.push(['_trackEvent', 'promos-medios', 'bbc-mundo', 'pie']);">
+ <div class="logo-bbc"></div>
+ </a></li>
+ </ul>
+ </div>
+</footer>
+</body><!--ONLINE--></html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-images.json
new file mode 100644
index 0000000..f8a39c4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-images.json
@@ -0,0 +1,12 @@
+[
+ "https:\/\/miro.medium.com\/max\/1200\/1*EO-pr4RolgcAOj_Uk1rpDA.png",
+ "https:\/\/miro.medium.com\/fit\/c\/96\/96\/1*vFTVh_mYyf0p6m7f77A3vw.jpeg",
+ "https:\/\/miro.medium.com\/max\/3788\/1*5o3M5niyi911waUrKWVZ0Q.png",
+ "https:\/\/miro.medium.com\/max\/1994\/1*8uOdeOfnUzTaFIY1r7oAMg.png",
+ "https:\/\/miro.medium.com\/max\/1698\/1*e7gjTlzi55udTXbbPeEs2A.png",
+ "https:\/\/miro.medium.com\/max\/1508\/1*JJkRh7JihTUo2apW_9ZXAQ.png",
+ "https:\/\/miro.medium.com\/max\/5760\/1*6wi5BlNNnykjZs0PufrvLQ.png",
+ "https:\/\/miro.medium.com\/max\/1694\/1*cS9IXYGfMmgxaAUlC7oqOQ.png",
+ "https:\/\/miro.medium.com\/max\/1860\/1*87KlGgfbuWP38nAaQaj3xw.png",
+ "https:\/\/miro.medium.com\/max\/1690\/1*kfOK60PtmWx6iP681-qRcg.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-metadata.json
new file mode 100644
index 0000000..69d3d3b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Vincent Vallet",
+ "Direction": null,
+ "Excerpt": "How to run a CPU profiling with Node.js on your production in real-time and without interruption of service.",
+ "Image": "https:\/\/miro.medium.com\/max\/1200\/1*EO-pr4RolgcAOj_Uk1rpDA.png",
+ "Title": "Node.js and CPU profiling on production (in real-time without downtime)",
+ "SiteName": "Voodoo Engineering"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected.html
new file mode 100644
index 0000000..1c98070
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected.html
@@ -0,0 +1,343 @@
+<div>
+ <div>
+ <p><a rel="noopener" href="http://fakehost/@vincentvallet?source=post_page-----d6e62af173e2----------------------"><img alt="Vincent Vallet" src="https://miro.medium.com/fit/c/96/96/1*vFTVh_mYyf0p6m7f77A3vw.jpeg" width="48" height="48"></a>
+ </p>
+
+ </div>
+ <h2 id="0231">
+ Why CPU monitoring is important?
+ </h2>
+ <p id="d2c1">
+ I work at <a href="http://voodoo.io/" target="_blank" rel="noopener nofollow">Voodoo</a>, a French company that creates mobile video games. We have a lot of challenges with performance, availability, and scalability because of the insane amount of traffic our infrastructure supports (billions of events/requests per day …… no joke!). In this setting, every metric is important and gives us a lot of information about the state of our system.
+ </p>
+ <p id="0e89">
+ When working with Node.js one of the most critical resources to monitor is the CPU. Most of the time, when working on a low traffic API or project we don’t realize how many simple lines of code can have a huge impact on CPU. On the other hand, when traffic increases, a simple mistake can cost dearly.
+ </p>
+ <h2 id="292e">
+ Resources
+ </h2>
+ <p id="1efa">
+ What kind of resources does your application need? In most cases, we focus on memory and CPU. Good monitoring of these two elements is mandatory for an application running on production.
+ </p>
+ <p id="dce9">
+ For memory, constant monitoring is the best practice to track the worst developer nightmare a.k.a memory leak.
+ </p>
+ <figure>
+ <div>
+ <p><img src="https://miro.medium.com/max/3788/1*5o3M5niyi911waUrKWVZ0Q.png" width="1894" height="970" role="presentation" data-old-src="https://miro.medium.com/max/60/1*5o3M5niyi911waUrKWVZ0Q.png?q=20">
+ </p>
+ </div>
+ <figcaption>
+ Memory leak in action
+ </figcaption>
+ </figure>
+ <p id="69dd">
+ A good way to debug memory leak is a memory dump and/or memory sampling but this is not the subject.
+ </p>
+ <p id="1fbc">
+ (for more details about V8 and its garbage collector you can read my previous article <a target="_blank" rel="noopener" href="http://fakehost/voodoo-engineering/nodejs-internals-v8-garbage-collector-a6eca82540ec">here</a>)
+ </p>
+ <blockquote>
+ <p>
+ Stay focused on the CPU!
+ </p>
+ </blockquote>
+ <p id="40e6">
+ Most of the time we monitor this resource with a simple solution allowing us to get a graph representing CPU consumption over time. If we want to be reactive we add an alarm, based on a threshold, to warn us when CPU usage is too high.
+ </p>
+ <figure>
+ <div>
+ <p><img src="https://miro.medium.com/max/1994/1*8uOdeOfnUzTaFIY1r7oAMg.png" width="997" height="230" role="presentation" data-old-src="https://miro.medium.com/max/60/1*8uOdeOfnUzTaFIY1r7oAMg.png?q=20">
+ </p>
+ </div>
+ <figcaption>
+ Basic CPU monitoring
+ </figcaption>
+ </figure>
+ <p id="0728">
+ And what next? We don’t have data about the state of the instance when the CPU usage has increased. So we can’t determine why we had this peak, at least not without an important time of debugging, comparing log, etc. This is exactly why you need to use CPU profiling.
+ </p>
+ <h2 id="8d00">
+ CPU profiling: what’s the difference with CPU monitoring?
+ </h2>
+ <blockquote>
+ <p>
+ “Most commonly, profiling information serves to aid program optimization. Profiling is achieved by instrumenting either the program source code or its binary executable form using a tool called a profiler”
+ </p>
+ </blockquote>
+ <p id="3e11">
+ Basically, for Node.js, CPU profiling is nothing more than collecting data about functions which are CPU consuming. And ideally, get a graphic representation of the collected data a.k.a “flame graph” or “flame chart”.
+ </p>
+ <p id="91c5">
+ It will help you to track the exact file, line, and function which takes the most time to execute.
+ </p>
+ <h2 id="088b">
+ What about existing solutions?
+ </h2>
+ <h2 id="dd40">
+ Add arguments to Node.js
+ </h2>
+ <p id="0306">
+ Node.js provides a way to collect data about CPU with two command lines.
+ </p>
+ <p id="66c8">
+ The first command just executes your application, the argument just tells to V8 engine to collect data. When you stop your script all information is stored in a file.
+ </p>
+ <pre><span id="16bd">node --prof app.js</span></pre>
+ <figure>
+ <div>
+ <p><img src="https://miro.medium.com/max/1698/1*e7gjTlzi55udTXbbPeEs2A.png" width="849" height="534" role="presentation" data-old-src="https://miro.medium.com/max/60/1*e7gjTlzi55udTXbbPeEs2A.png?q=20">
+ </p>
+ </div>
+ <figcaption>
+ Output of — prof
+ </figcaption>
+ </figure>
+ <p id="57a6">
+ It is not very clear, is it?
+ </p>
+ <p id="abed">
+ That’s why you just need to run this second command to transform your raw file into a more human-readable output.
+ </p>
+ <pre><span id="061c">node --prof-process isolate-0xnnnnn-v8.log &gt; processed.txt</span></pre>
+ <figure>
+ <div>
+ <p><img src="https://miro.medium.com/max/1508/1*JJkRh7JihTUo2apW_9ZXAQ.png" width="754" height="306" role="presentation" data-old-src="https://miro.medium.com/max/60/1*JJkRh7JihTUo2apW_9ZXAQ.png?q=20">
+ </p>
+ </div>
+ <figcaption>
+ The output of — prof-process
+ </figcaption>
+ </figure>
+ <p id="85fa">
+ It seems better, here you can determine which function consumes the most of CPU (percentage of the time).
+ </p>
+ <h2 id="9e54">
+ ClinicJs
+ </h2>
+ <p id="176a">
+ ClinicJs is a set of tools that allow you to collect data and display performance charts. With “clinic flame” you can generate a flame graph based on CPU consumption.
+ </p>
+ <figure>
+ <div>
+ <p><img src="https://miro.medium.com/max/5760/1*6wi5BlNNnykjZs0PufrvLQ.png" width="2880" height="1534" role="presentation" data-old-src="https://miro.medium.com/max/60/1*6wi5BlNNnykjZs0PufrvLQ.png?q=20">
+ </p>
+ </div>
+ <figcaption>
+ Flame chart
+ </figcaption>
+ </figure>
+ <p id="5347">
+ But once again, you have to stop your app, launch the tool, then terminate the script in order to display the graph (files are generated on the disk).
+ </p>
+ <p id="d6e6">
+ For more details, you can see the <a href="https://clinicjs.org/" target="_blank" rel="noopener nofollow">project</a>.
+ </p>
+ <p id="be18">
+ <strong>To sum up</strong>, here is the list of drawbacks of the two previous solutions.
+ </p>
+ <ul class>
+ <li id="3bef">Downtime (you should kill your application to collect the data)
+ </li>
+ <li id="c0df">Performance overhead
+ </li>
+ <li id="27ec">Data collected locally
+ </li>
+ <li id="a4fd">Need external tools (ClinicJs)
+ </li>
+ </ul>
+ <p id="3f2c">
+ In conclusion: these are good solutions to debug on development environments and/or on a local machine.
+ </p>
+ <blockquote>
+ <p id="fcd9">
+ Unfortunately, CPU issues have a worrying tendency to occur on production, and when you are not in front of your screen.
+ </p>
+ </blockquote>
+ <h2 id="13ef">
+ Inspector
+ </h2>
+ <p id="294e">
+ “Inspector” refers to an API thanks to which you can debug your application. By debugging we mean to be able to connect directly to the core of Node.js to collect real-time data about the process.
+ </p>
+ <p id="ea23">
+ A module, available since version 8.x of Node.js, provides this kind of feature. There are two advantages to use it:
+ </p>
+ <ul class>
+ <li id="ed54">it’s native (no additional installation required)
+ </li>
+ <li id="7992">it can be used programmatically (no interruption)
+ </li>
+ </ul>
+ <p id="731f">
+ And here is how to make a CPU profiling with this module:
+ </p>
+ <figure>
+
+ </figure>
+ <p id="79d1">
+ As you can see, all the data is returned in variable “profile”. Basically, it’s a simple JSON object representing all the call stack and the CPU consumption for each function. And if you want to use an Async/await syntax you can install the module “inspector-api”.
+ </p>
+ <pre><span id="c085">npm install inspector-api --save</span></pre>
+ <p id="195d">
+ It also comes with a built-in exporter to send data to S3, with this method <strong>you don’t write anything on the disk</strong>!
+ </p>
+ <figure>
+
+ </figure>
+ <p id="964f">
+ If you use another storage system you can just collect the data and export it by yourself.
+ </p>
+ <figure>
+
+ </figure>
+ <h2 id="848b">
+ And now, CPU profiling on-demand!
+ </h2>
+ <p id="6933">
+ We have an API that we want to test with autocannon tool. At this step, our project is able to serve around 200 requests in 20 seconds. There is probably a mistake somewhere in the code which slows down our application.
+ </p>
+ <figure>
+ <div>
+ <p><img src="https://miro.medium.com/max/1694/1*cS9IXYGfMmgxaAUlC7oqOQ.png" width="847" height="362" role="presentation" data-old-src="https://miro.medium.com/max/60/1*cS9IXYGfMmgxaAUlC7oqOQ.png?q=20">
+ </p>
+ </div>
+ </figure>
+ <p id="fb78">
+ But now, what if we want to trigger a CPU profiling remotely (without ssh connection to the server)? It’s possible using Websocket, SSE or any other technology to send a message to your instance.
+ </p>
+ <p id="2c91">
+ Here is a simple example of a server using the “ws” module to send a message to a unique instance.
+ </p>
+ <figure>
+
+ </figure>
+ <p id="2206">
+ Of course, it only works with one instance, but it’s a fake project to demonstrate the principle ;)
+ </p>
+ <p id="e92d">
+ Now we can request our server to ask it to send a message to our instance and start/stop a CPU profiling. In your instance, you can handle the CPU profiling like this:
+ </p>
+ <figure>
+
+ </figure>
+ <p id="c3d0">
+ <strong>To sum up</strong>: we are able to trigger a CPU profiling, on-demand, in real-time, without interruption or connection to the server. Data can be collected on the disk (and extracted later) or can be sent to S3 (or any other system, PR are welcomed on the <a href="https://github.com/wallet77/v8-inspector-api" target="_blank" rel="noopener nofollow">inspector-api project</a>).
+ </p>
+ <blockquote>
+ <p id="6e87">
+ And because the profiler is a part of V8 itself, the format of the generated JSON file is compatible with the Chrome dev tools.
+ </p>
+ </blockquote>
+ </div><div>
+ <p id="2cda">
+ <strong>How can we identify an issue?</strong>
+ </p>
+ <p id="e0d2">
+ A CPU profiling should be read like this:
+ </p>
+ <ul class>
+ <li id="27e6">the x-axis shows the stack profile population
+ </li>
+ <li id="194a">the y-axis shows stack depth
+ </li>
+ </ul>
+ <p id="e950">
+ <strong>What does it mean?</strong>
+ </p>
+ <p id="174c">
+ The larger is a box (a function call) the more it consumed CPU. So a good CPU profiling should look like a “flame” graph where each stack is the finest possible.
+ </p>
+ <p id="48d9">
+ In our example, every request try to generate a token. For this purpose, it calls the function pbkdf2 which is CPU consuming. Our CPU profile looks like a sequence of big blocks of time, like if the last function in the call stack takes 99% of the total time.
+ </p>
+ <p id="d62c">
+ The CPU profiling after optimizations, with the same time range.
+ </p>
+ <figure>
+ <div>
+ <p><img src="https://miro.medium.com/max/1860/1*87KlGgfbuWP38nAaQaj3xw.png" width="930" height="523" role="presentation" data-old-src="https://miro.medium.com/max/60/1*87KlGgfbuWP38nAaQaj3xw.png?q=20">
+ </p>
+ </div>
+ <figcaption>
+ CPU profiling after optimizations
+ </figcaption>
+ </figure>
+ <p id="10ee">
+ As you can notice, we have to zoom to the profile if we want to see the call stack, because after optimizations the API was able to take a lot more traffic. Now every function in the call stack looks like a microtask.
+ </p>
+ </div><div>
+ <p id="10f1">
+ And now our application is able to serve more than 200,000 requests in 20 seconds; <strong>we increased the performance by a factor of 100k</strong>!
+ </p>
+ <figure>
+ <div>
+ <p><img src="https://miro.medium.com/max/1690/1*kfOK60PtmWx6iP681-qRcg.png" width="845" height="362" role="presentation" data-old-src="https://miro.medium.com/max/60/1*kfOK60PtmWx6iP681-qRcg.png?q=20">
+ </p>
+ </div>
+ </figure>
+ <h2 id="98b9">
+ More than just CPU profiling
+ </h2>
+ <p id="e1ad">
+ With the inspector module, you can do much more than just CPU profiling, here is a non-exhaustive list:
+ </p>
+ <ul class>
+ <li id="eb04">memory dump &amp; memory sampling
+ </li>
+ <li id="a9ea">code coverage
+ </li>
+ <li id="b896">use the debugger in real-time
+ </li>
+ </ul>
+ <h2 id="06d2">
+ Warnings
+ </h2>
+ <p id="731b">
+ Every tool, even the most powerful, comes with its own disadvantages. If you enable the profiler and/or the debugger on your production you have to keep an eye on two things:
+ </p>
+ <p id="e485">
+ <strong>1) performance overhead</strong>
+ </p>
+ <p id="0513">
+ A profiler needs to use CPU to work and it collects data into memory. The longer you let it run and the more CPU / memory it will need. This is why you should begin with very short CPU profiling, no more than a few seconds between the start and stop command. And never forget to monitor the impact of the profiler on your own infrastructure. If everything is fine you can increase the time and the frequency of CPU profiling.
+ </p>
+ <p id="049c">
+ One more very important thing: <strong>never forget to always stop a started CPU profiling</strong>. You can add a timer to automatically call the stop function after a while.
+ </p>
+ <p id="0656">
+ <strong>2) security</strong>
+ </p>
+ <p id="7999">
+ Using the inspector in Node.js it’s like opening the door of the core of your application. You should be very careful about who can use features like CPU profiling and/or the debugger. Never make the inspector “public” as being able to launch a feature from an unsafe route (not protected with an authentification mechanism). Even the collected data can be seen as critical, never send it to a system you do not trust.
+ </p>
+ <h2 id="5618">
+ Conclusion
+ </h2>
+ <p id="ae1a">
+ CPU profiling is really a must-have tool for every developer. And now, with some precautions, we can run it on production thanks to the amazing work done by the V8 and Node.js team.
+ </p>
+ <p id="1eab">
+ The inspector module offers a lot more features than you can use to debug your application.
+ </p>
+ <p id="0aba">
+ I will write another article about using CPU profiling and the inspector on production on a high traffic project.
+ </p>
+ <h2 id="3c5b">
+ Sources &amp; links
+ </h2>
+ <ul class>
+ <li id="d86d">
+ <a href="https://nodejs.org/api/inspector.html" target="_blank" rel="noopener nofollow">https://nodejs.org/api/inspector.html</a>
+ </li>
+ <li id="cc52">
+ <a href="https://chromedevtools.github.io/devtools-protocol/v8" target="_blank" rel="noopener nofollow">https://chromedevtools.github.io/devtools-protocol/v8</a>
+ </li>
+ <li id="d331">
+ <a target="_blank" rel="noopener" href="http://fakehost/netflix-techblog/node-js-in-flames-ddd073803aa4">https://medium.com/netflix-techblog/node-js-in-flames-ddd073803aa4</a>
+ </li>
+ <li id="6420">
+ <a href="https://www.npmjs.com/package/inspector-api" target="_blank" rel="noopener nofollow">https://www.npmjs.com/package/inspector-api</a>
+ </li>
+ </ul>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/source.html
new file mode 100644
index 0000000..de97b17
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/source.html
@@ -0,0 +1,1277 @@
+<!DOCTYPE html>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta data-rh="true" charset="utf-8" />
+ <script>
+ <![CDATA[
+ !function(c,f){var t,o,i,e=[],r={passive:!0,capture:!0},n=new Date,a="pointerup",u="pointercancel";function p(n,e){t||(t=e,o=n,i=new Date,w(f),s())}function s(){0<=o&&o<i-n&&(e.forEach(function(n){n(o,t)}),e=[])}function l(n){if(n.cancelable){var e=(1e12<n.timeStamp?new Date:performance.now())-n.timeStamp;"pointerdown"==n.type?function(n,e){function t(){p(n,e),i()}function o(){i()}function i(){f(a,t,r),f(u,o,r)}c(a,t,r),c(u,o,r)}(e,n):p(e,n)}}function w(e){["click","mousedown","keydown","touchstart","pointerdown"].forEach(function(n){e(n,l,r)})}w(c),self.perfMetrics=self.perfMetrics||{},self.perfMetrics.onFirstInputDelay=function(n){e.push(n),s()}}(addEventListener,removeEventListener)
+ ]]>
+ </script>
+ <title data-rh="true">
+ Node.js and CPU profiling on production (in real-time without downtime)
+ </title>
+ <meta data-rh="true" name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
+ <meta data-rh="true" name="theme-color" content="#000000" />
+ <meta data-rh="true" name="twitter:app:name:iphone" content="Medium" />
+ <meta data-rh="true" name="twitter:app:id:iphone" content="828256236" />
+ <meta data-rh="true" property="al:ios:app_name" content="Medium" />
+ <meta data-rh="true" property="al:ios:app_store_id" content="828256236" />
+ <meta data-rh="true" property="al:android:package" content="com.medium.reader" />
+ <meta data-rh="true" property="fb:app_id" content="542599432471018" />
+ <meta data-rh="true" property="og:site_name" content="Medium" />
+ <meta data-rh="true" property="og:type" content="article" />
+ <meta data-rh="true" property="article:published_time" content="2019-10-18T17:23:34.816Z" />
+ <meta data-rh="true" name="title" content="Node.js and CPU profiling on production (in real-time without downtime)" />
+ <meta data-rh="true" property="og:title" content="Node.js and CPU profiling on production (in real-time without downtime)" />
+ <meta data-rh="true" property="twitter:title" content="Node.js and CPU profiling on production (in real-time without downtime)" />
+ <meta data-rh="true" name="twitter:site" content="@Medium" />
+ <meta data-rh="true" name="twitter:app:url:iphone" content="medium://p/d6e62af173e2" />
+ <meta data-rh="true" property="al:android:url" content="medium://p/d6e62af173e2" />
+ <meta data-rh="true" property="al:ios:url" content="medium://p/d6e62af173e2" />
+ <meta data-rh="true" property="al:android:app_name" content="Medium" />
+ <meta data-rh="true" name="description" content="How to run a CPU profiling with Node.js on your production in real-time and without interruption of service." />
+ <meta data-rh="true" property="og:description" content="Why CPU monitoring is important?" />
+ <meta data-rh="true" property="twitter:description" content="Why CPU monitoring is important?" />
+ <meta data-rh="true" property="og:url" content="https://medium.com/voodoo-engineering/node-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2" />
+ <meta data-rh="true" property="al:web:url" content="https://medium.com/voodoo-engineering/node-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2" />
+ <meta data-rh="true" property="og:image" content="https://miro.medium.com/max/1200/1*EO-pr4RolgcAOj_Uk1rpDA.png" />
+ <meta data-rh="true" name="twitter:image:src" content="https://miro.medium.com/max/1200/1*EO-pr4RolgcAOj_Uk1rpDA.png" />
+ <meta data-rh="true" name="twitter:card" content="summary_large_image" />
+ <meta data-rh="true" property="article:author" content="https://medium.com/@vincentvallet" />
+ <meta data-rh="true" name="author" content="Vincent Vallet" />
+ <meta data-rh="true" name="robots" content="index,follow" />
+ <meta data-rh="true" name="referrer" content="unsafe-url" />
+ <meta data-rh="true" name="twitter:label1" value="Reading time" />
+ <meta data-rh="true" name="twitter:data1" value="8 min read" />
+ <meta data-rh="true" name="parsely-post-id" content="d6e62af173e2" />
+ <link data-rh="true" rel="search" type="application/opensearchdescription+xml" title="Medium" href="/osd.xml" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="152x152" href="https://cdn-images-1.medium.com/fit/c/152/152/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="120x120" href="https://cdn-images-1.medium.com/fit/c/120/120/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="76x76" href="https://cdn-images-1.medium.com/fit/c/76/76/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="60x60" href="https://cdn-images-1.medium.com/fit/c/60/60/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="mask-icon" href="https://cdn-static-1.medium.com/_/fp/icons/monogram-mask.KPLCSFEZviQN0jQ7veN2RQ.svg" color="#171717" />
+ <link data-rh="true" id="glyph_link" rel="stylesheet" type="text/css" href="https://glyph.medium.com/css/e/sr/latin/e/ssr/latin/e/ssb/latin/m2.css" />
+ <link data-rh="true" rel="author" href="https://medium.com/@vincentvallet" />
+ <link data-rh="true" rel="canonical" href="https://medium.com/voodoo-engineering/node-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2" />
+ <link data-rh="true" rel="alternate" href="android-app://com.medium.reader/https/medium.com/p/d6e62af173e2" />
+ <link data-rh="true" rel="icon" href="https://cdn-static-1.medium.com/_/fp/icons/favicon-rebrand-medium.3Y6xpZ-0FSdWDnPM3hSBIA.ico" />
+ <script data-rh="true" type="application/ld+json">
+ <![CDATA[
+ {"@context":"http:\u002F\u002Fschema.org","@type":"NewsArticle","image":["https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F1200\u002F1*EO-pr4RolgcAOj_Uk1rpDA.png"],"url":"https:\u002F\u002Fmedium.com\u002Fvoodoo-engineering\u002Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2","dateCreated":"2019-10-18T17:23:34.816Z","datePublished":"2019-10-18T17:23:34.816Z","dateModified":"2019-10-18T17:23:35.066Z","headline":"Node.js and CPU profiling on production (in real-time without downtime)","name":"Node.js and CPU profiling on production (in real-time without downtime)","description":"How to run a CPU profiling with Node.js on your production in real-time and without interruption of service.","identifier":"d6e62af173e2","keywords":["Lite:true","Tag:Nodejs","Tag:Performance","Tag:Cpu","Tag:Profiling","Tag:Inspector","Publication:voodoo-engineering","Elevated:false","LockedPostSource:LOCKED_POST_SOURCE_NONE","LayerCake:0"],"author":{"@type":"Person","name":"Vincent Vallet","url":"https:\u002F\u002Fmedium.com\u002F@vincentvallet"},"creator":["Vincent Vallet"],"publisher":{"@type":"Organization","name":"Voodoo Engineering","url":"https:\u002F\u002Fmedium.com\u002Fvoodoo-engineering","logo":{"@type":"ImageObject","width":105,"height":60,"url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F210\u002F1*_LkVyEmY2-W1rlZD2__W5g.jpeg"}},"mainEntityOfPage":"https:\u002F\u002Fmedium.com\u002Fvoodoo-engineering\u002Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2"}
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+ ga('create', 'UA-24232453-2', 'auto');
+ ga('send', 'pageview');
+ ]]>
+ </script>
+ <link rel="preload" href="https://cdn.optimizely.com/js/16180790160.js" as="script" />
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="STATIC">
+ /*<![CDATA[*/
+ html{box-sizing:border-box}*, *:before, *:after{box-sizing:inherit}body{margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,0.8);position:relative;min-height:100vh}h1, h2, h3, h4, h5, h6, dl, dd, ol, ul, menu, figure, blockquote, p, pre, form{margin:0}menu, ol, ul{padding:0;list-style:none;list-style-image:none}main{display:block}a{color:inherit;text-decoration:none}a, button, input{-webkit-tap-highlight-color:transparent}img, svg{vertical-align:middle}button{background:transparent;overflow:visible}button, input, optgroup, select, textarea{margin:0}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="KEYFRAME">
+ /*<![CDATA[*/
+ @-webkit-keyframes k1{0%{transform:scale(1);opacity:1}70%{transform:scale(1.4);opacity:0}100%{opacity:0}}@-moz-keyframes k1{0%{transform:scale(1);opacity:1}70%{transform:scale(1.4);opacity:0}100%{opacity:0}}@keyframes k1{0%{transform:scale(1);opacity:1}70%{transform:scale(1.4);opacity:0}100%{opacity:0}}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE">
+ /*<![CDATA[*/
+ .a{font-family:medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}.b{font-weight:400}.c{background-color:rgba(255, 255, 255, 1)}.l{height:100vh}.m{width:100vw}.n{display:flex}.o{align-items:center}.p{justify-content:center}.q{fill:rgba(0, 0, 0, 0.84)}.r{display:block}.s{position:absolute}.t{top:0}.u{left:0}.v{right:0}.w{z-index:500}.x{box-shadow:0 4px 12px 0 rgba(0, 0, 0, 0.05)}.ag{max-width:1192px}.ah{min-width:0}.ai{width:100%}.aj{height:65px}.am{flex:1 0 auto}.an{border-left:1px solid rgba(0, 0, 0, 0.2)}.ao{margin-left:15px}.ap{margin-right:14px}.aq{height:24px}.ar{width:1px}.as{height:36px}.at{width:63px}.au{flex:0 0 auto}.av{visibility:hidden}.aw{margin-left:16px}.ax{font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif}.ay{font-style:normal}.az{line-height:20px}.ba{font-size:15.8px}.bb{letter-spacing:0px}.bc{color:rgba(0, 0, 0, 0.54)}.bd{fill:rgba(0, 0, 0, 0.54)}.be{color:rgba(28, 153, 99, 1)}.bf{fill:rgba(2, 184, 117, 1)}.bg{font-size:inherit}.bh{border:inherit}.bi{font-family:inherit}.bj{letter-spacing:inherit}.bk{font-weight:inherit}.bl{padding:0}.bm{margin:0}.bn:hover{cursor:pointer}.bo:hover{color:rgba(11, 59, 40, 1)}.bp:hover{fill:rgba(28, 153, 99, 1)}.bq:focus{outline:none}.br:disabled{cursor:default}.bs:disabled{color:rgba(52, 148, 166, 0.5)}.bt:disabled{fill:rgba(52, 148, 166, 0.5)}.bu{border-top:1px solid rgba(0, 0, 0, 0.1)}.bv{display:none}.bx{height:54px}.by{overflow:hidden}.bz{margin-right:40px}.ca{overflow:auto}.cb{flex:0 1 auto}.cc{list-style-type:none}.cd{line-height:40px}.ce{white-space:nowrap}.cf{overflow-x:auto}.cg{align-items:flex-start}.ch{margin-top:20px}.ci{padding-top:20px}.cj{height:80px}.ck{margin-bottom:0px}.cn{padding-left:24px}.co{padding-right:24px}.cp{margin-left:auto}.cq{margin-right:auto}.cr{max-width:728px}.cs{box-sizing:border-box}.ct{flex-direction:column}.cu{top:calc(100vh + 100px)}.cv{bottom:calc(100vh + 100px)}.cw{width:10px}.cx{pointer-events:none}.cy{word-break:break-word}.cz{word-wrap:break-word}.da:after{display:block}.db:after{content:""}.dc:after{clear:both}.dd{max-width:680px}.de{line-height:1.23}.df{letter-spacing:0}.dg{color:rgba(0, 0, 0, 0.84)}.dh{font-family:medium-content-title-font, Georgia, Cambria, "Times New Roman", Times, serif}.ds{margin-bottom:-0.27em}.dy{margin-top:32px}.dz{justify-content:space-between}.ed{border-radius:50%}.ee{height:48px}.ef{width:48px}.eg{margin-left:12px}.eh{margin-bottom:2px}.ej{font-weight:300}.ek{font-size:16px}.el{max-height:20px}.em{text-overflow:ellipsis}.en{display:-webkit-box}.eo{-webkit-line-clamp:1}.ep{-webkit-box-orient:vertical}.eq{color:inherit}.er{fill:inherit}.es:hover{text-decoration:underline}.et:disabled{color:rgba(0, 0, 0, 0.54)}.eu:disabled{fill:rgba(0, 0, 0, 0.54)}.ev{margin-left:8px}.ew{padding:0px 8px}.ex{background:0}.ey{border-color:rgba(0, 0, 0, 0.54)}.ez:hover{color:rgba(0, 0, 0, 0.97)}.fa:hover{fill:rgba(0, 0, 0, 0.97)}.fb:hover{border-color:rgba(0, 0, 0, 0.84)}.fc:disabled{fill:rgba(0, 0, 0, 0.76)}.fd:disabled{border-color:rgba(0, 0, 0, 0.2)}.fe:disabled{cursor:inherit}.ff:disabled:hover{color:rgba(0, 0, 0, 0.54)}.fg:disabled:hover{fill:rgba(0, 0, 0, 0.76)}.fh:disabled:hover{border-color:rgba(0, 0, 0, 0.2)}.fi{border-radius:4px}.fj{line-height:18px}.fk{font-size:15px}.fl{border-width:1px}.fm{border-style:solid}.fn{display:inline-block}.fo{text-decoration:none}.fp{align-items:flex-end}.fx{padding-right:6px}.fy:hover{color:rgba(0, 0, 0, 0.9)}.fz:hover{fill:rgba(0, 0, 0, 0.9)}.ga{margin-right:8px}.gb{margin-right:-6px}.gc{line-height:1.12}.gd{letter-spacing:-0.022em}.ge{font-weight:600}.gn{margin-bottom:-0.28em}.go{line-height:1.58}.gp{letter-spacing:-0.004em}.gq{font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif}.hb{margin-bottom:-0.46em}.hc{background-repeat:repeat-x}.hd{background-image:linear-gradient(to right,rgba(0, 0, 0, 0.84) 100%,rgba(0, 0, 0, 0.84) 0);background-image:url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1 1" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="1" y2="1" stroke="rgba(0, 0, 0, 0.84)" /></svg>')}.he{background-size:1px 1px}.hf{background-position:0 1.05em;background-position:0 calc(1em + 1px)}.hl{max-width:1894px}.hr{clear:both}.hs{transition:transform 300ms cubic-bezier(0.2, 0, 0.2, 1)}.ht{cursor:zoom-in}.hu{position:relative}.hv{z-index:auto}.hw{opacity:0}.hx{transition:opacity 100ms 400ms}.hy{height:100%}.hz{will-change:transform}.ia{transform:translateZ(0)}.ib{margin:auto}.ic{background-color:rgba(0, 0, 0, 0.05)}.id{padding-bottom:51.21436114044351%}.ie{filter:blur(20px)}.if{transform:scale(1.1)}.ig{visibility:visible}.ih{background:rgba(255, 255, 255, 1)}.ii{line-height:1.4}.ij{margin-top:10px}.ik{text-align:center}.in{padding-left:30px}.io{line-height:1.48}.ip{letter-spacing:-0.014em}.iq{color:rgba(0, 0, 0, 0.76)}.ir{font-size:24px}.ix{font-size:30px}.iy{line-height:44px}.je{max-width:997px}.jf{padding-bottom:23.069207622868607%}.jl{line-height:1.18}.jw{margin-bottom:-0.31em}.jx{padding:20px}.jy{background:rgba(0, 0, 0, 0.05)}.jz{font-family:Menlo, Monaco, "Courier New", Courier, monospace}.ka{margin-top:-0.09em}.kb{margin-bottom:-0.09em}.kc{white-space:pre-wrap}.kd{max-width:849px}.ke{padding-bottom:62.897526501766784%}.kf{max-width:754px}.kg{padding-bottom:40.58355437665782%}.kh{max-width:2880px}.ki{padding-bottom:53.263888888888886%}.kj{font-weight:700}.kk{list-style-type:disc}.kl{margin-left:30px}.km{padding-left:0px}.ks{box-shadow:inset 3px 0 0 0 rgba(0, 0, 0, 0.84)}.kt{padding-left:23px}.ku{margin-left:-20px}.kv{font-style:italic}.kw{padding-bottom:NaN%}.kx{max-width:847px}.ky{padding-bottom:42.739079102715465%}.lh{padding-bottom:5px}.li{padding-top:5px}.lj{padding-bottom:61.88811188811189%}.lk{max-width:930px}.ll{padding-bottom:56.236559139784944%}.lm{max-width:1844px}.ln{padding-bottom:31.23644251626898%}.lo{max-width:845px}.lp{padding-bottom:42.840236686390526%}.lq{will-change:opacity}.lr{position:fixed}.ls{width:188px}.lt{left:50%}.lu{transform:translateX(406px)}.lv{top:calc(65px + 54px + 14px)}.ly{top:calc(65px + 54px + 40px)}.ma{width:131px}.mb{padding-bottom:28px}.mc{border-bottom:1px solid rgba(0, 0, 0, 0.1)}.md{font-size:18px}.me{padding-bottom:20px}.mf{padding-top:2px}.mg{max-height:120px}.mh{-webkit-line-clamp:6}.mi{padding:8px 16px}.mj{border-color:rgba(2, 184, 117, 1)}.mk:hover{border-color:rgba(28, 153, 99, 1)}.ml{padding-top:28px}.mm{margin-bottom:19px}.mn{margin-left:-3px}.mo{margin-right:5px}.mp{outline:0}.mq{border:0}.mr{user-select:none}.ms{cursor:pointer}.mt> svg{pointer-events:none}.mu:active{border-style:none}.mv{-webkit-user-select:none}.mw:focus{fill:rgba(28, 153, 99, 1)}.mx{margin-top:5px}.my button{text-align:left}.mz{margin-top:40px}.na{flex-wrap:wrap}.nb{margin-top:25px}.nc{margin-bottom:8px}.nd{border-radius:3px}.ne{padding:5px 10px}.nf{line-height:22px}.ng{margin-top:15px}.nh{margin-right:16px}.ni{border:1px solid rgba(0, 0, 0, 0.1)}.nj{height:60px}.nk{width:60px}.nx:active{border-style:solid}.ny{z-index:2}.oa{padding-right:8px}.ob{padding-top:32px}.oc{margin-bottom:25px}.od{margin-bottom:32px}.oe{min-height:80px}.oj{width:80px}.ok{padding-left:102px}.om{text-transform:uppercase}.on{letter-spacing:0.05em}.oo{margin-bottom:6px}.op{font-size:28px}.oq{line-height:36px}.or{padding:4px 12px}.os{max-width:555px}.ot{max-width:450px}.ou{line-height:24px}.ow{max-width:550px}.ox{padding-top:25px}.oy{opacity:1}.oz{border:1px solid rgba(2, 184, 117, 1)}.pa{margin-top:64px}.pb{background-color:rgba(0, 0, 0, 0.02)}.pc{margin:32px 0}.pe{padding-bottom:8px}.pf{font-size:22px}.pg{line-height:28px}.ph{flex-direction:row}.qo{flex-grow:0}.ri{margin-bottom:12px}.rk{margin-bottom:16px}.rm{padding-bottom:66.46341463414635%}.rn{background-image:url(https://miro.medium.com/max/656/1*PgziD8xisQlGXkWMjDGz5w.png)}.ro{background-origin:border-box}.rp{background-size:cover}.rq{background-position:50% 50%}.rr{max-width:100%}.rs{margin-bottom:4px}.ru{font-weight:500}.rv{line-height:32px}.rw{letter-spacing:0em}.rx{margin-right:10px}.ry{height:40px}.rz{width:40px}.sa{fill:rgba(0, 0, 0, 0.76)}.sb:focus{fill:rgba(0, 0, 0, 0.54)}.sc:hover{fill:rgba(0, 0, 0, 0.54)}.sd{border-right:1px solid rgba(0, 0, 0, 0.1)}.se{height:20px}.sf{background-image:url(https://miro.medium.com/max/656/1*flvQZznQlpVs26M6SCL7DA.jpeg)}.sg{background-image:url(https://miro.medium.com/max/656/0*sduEjXj8BCMSMYU1)}.sh{padding:60px 0}.si{background-color:rgba(0, 0, 0, 0.9)}.sz{padding-bottom:48px}.ta{border-bottom:1px solid rgba(255, 255, 255, 0.54)}.tb{margin:0 -12px}.tc{margin:0 12px}.td{flex:1 1 0}.te{padding-bottom:12px}.tf:hover{color:rgba(255, 255, 255, 0.99)}.tg:hover{fill:rgba(255, 255, 255, 0.99)}.th:disabled{color:rgba(255, 255, 255, 0.7)}.ti:disabled{fill:rgba(255, 255, 255, 0.7)}.tj{color:rgba(255, 255, 255, 0.98)}.tk{fill:rgba(255, 255, 255, 0.98)}.tl{text-align:inherit}.tm{font-size:21.6px}.tn{letter-spacing:-0.32px}.to{color:rgba(255, 255, 255, 0.7)}.tp{fill:rgba(255, 255, 255, 0.7)}.tq{text-decoration:underline}.tr{padding-top:8px}.ts{width:200px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (min-width: 1080px)">
+ /*<![CDATA[*/
+ .d{display:none}.af{margin:0 64px}.dq{font-size:40px}.dr{margin-top:0.78em}.dx{line-height:48px}.fw{margin-left:30px}.gl{font-size:34px}.gm{margin-top:1.95em}.gz{font-size:21px}.ha{margin-top:0.86em}.hk{margin-top:2em}.hq{margin-top:56px}.iw{margin-top:2.75em}.jd{margin-top:3.14em}.jk{margin-top:1.75em}.ju{font-size:26px}.jv{margin-top:1.72em}.kr{margin-top:1.05em}.lg{max-width:1192px}.pu{width:calc(100% + 32px)}.pv{margin-left:-16px}.pw{margin-right:-16px}.qk{padding-left:16px}.ql{padding-right:16px}.qm{flex-basis:33.333333%}.qn{max-width:33.333333%}.qy{align-items:flex-start}.qz{flex-direction:row}.rg{flex-basis:100%}.rh{max-width:100%}.sw{padding-left:64px}.sx{padding-right:64px}.sy{max-width:1320px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (max-width: 1079.98px)">
+ /*<![CDATA[*/
+ .e{display:none}.fv{margin-left:30px}.il{margin-left:auto}.im{text-align:center}.st{padding-left:64px}.su{padding-right:64px}.sv{max-width:1080px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (max-width: 903.98px)">
+ /*<![CDATA[*/
+ .f{display:none}.fu{margin-left:30px}.pd{margin-bottom:0px}.qp{margin-bottom:48px}.rt{display:block}.sq{padding-left:48px}.sr{padding-right:48px}.ss{max-width:904px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (max-width: 727.98px)">
+ /*<![CDATA[*/
+ .g{display:none}.ak{height:56px}.al{display:flex}.bw{display:block}.cl{margin-bottom:0px}.cm{height:110px}.eb{margin-top:32px}.ec{flex-direction:column-reverse}.fs{margin-bottom:30px}.ft{margin-left:0px}.of{margin-bottom:24px}.og{align-items:center}.oh{width:102px}.oi{position:relative}.ol{padding-left:0}.ov{margin-top:24px}.sj{padding:32px 0}.sn{padding-left:24px}.so{padding-right:24px}.sp{max-width:728px}.tt{width:140px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (max-width: 551.98px)">
+ /*<![CDATA[*/
+ .h{display:none}.z{margin:0 24px}.di{font-size:30px}.dj{margin-top:0.72em}.dt{line-height:40px}.ea{margin-top:32px}.ei{margin-bottom:0px}.fq{margin-bottom:30px}.fr{margin-left:0px}.gf{margin-top:1.2em}.gr{font-size:18px}.gs{margin-top:0.67em}.hg{margin-top:1.56em}.hm{margin-top:40px}.is{margin-top:1.42em}.iz{margin-top:2em}.jg{margin-top:1.08em}.jm{font-size:24px}.jn{margin-top:1.23em}.kn{margin-top:1.34em}.kz{margin:0}.la{max-width:100%}.pi{width:calc(100% + 24px)}.pj{margin-left:-12px}.pk{margin-right:-12px}.px{padding-left:12px}.py{padding-right:12px}.pz{flex-basis:100%}.qq{align-items:flex-start}.qr{flex-direction:row}.rj{display:block}.rl{margin-bottom:16px}.sk{padding-left:24px}.sl{padding-right:24px}.sm{max-width:552px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (min-width: 904px) and (max-width: 1079.98px)">
+ /*<![CDATA[*/
+ .i{display:none}.ae{margin:0 64px}.do{font-size:40px}.dp{margin-top:0.78em}.dw{line-height:48px}.gj{font-size:34px}.gk{margin-top:1.95em}.gx{font-size:21px}.gy{margin-top:0.86em}.hj{margin-top:2em}.hp{margin-top:56px}.iv{margin-top:2.75em}.jc{margin-top:3.14em}.jj{margin-top:1.75em}.js{font-size:26px}.jt{margin-top:1.72em}.kq{margin-top:1.05em}.lf{max-width:1192px}.pr{width:calc(100% + 32px)}.ps{margin-left:-16px}.pt{margin-right:-16px}.qg{padding-left:16px}.qh{padding-right:16px}.qi{flex-basis:33.333333%}.qj{max-width:33.333333%}.qw{align-items:flex-start}.qx{flex-direction:row}.re{flex-basis:100%}.rf{max-width:100%}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (min-width: 728px) and (max-width: 903.98px)">
+ /*<![CDATA[*/
+ .j{display:none}.ac{margin:0 48px}.dm{font-size:40px}.dn{margin-top:0.78em}.dv{line-height:48px}.gh{font-size:34px}.gi{margin-top:1.95em}.gv{font-size:21px}.gw{margin-top:0.86em}.hi{margin-top:2em}.ho{margin-top:56px}.iu{margin-top:2.75em}.jb{margin-top:3.14em}.ji{margin-top:1.75em}.jq{font-size:26px}.jr{margin-top:1.72em}.kp{margin-top:1.05em}.ld{margin:0}.le{max-width:100%}.po{width:calc(100% + 28px)}.pp{margin-left:-14px}.pq{margin-right:-14px}.qd{padding-left:14px}.qe{padding-right:14px}.qf{flex-basis:100%}.qu{align-items:center}.qv{flex-direction:row-reverse}.rc{flex-basis:50%}.rd{max-width:50%}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (min-width: 552px) and (max-width: 727.98px)">
+ /*<![CDATA[*/
+ .k{display:none}.ab{margin:0 24px}.dk{font-size:30px}.dl{margin-top:0.72em}.du{line-height:40px}.gg{margin-top:1.2em}.gt{font-size:18px}.gu{margin-top:0.67em}.hh{margin-top:1.56em}.hn{margin-top:40px}.it{margin-top:1.42em}.ja{margin-top:2em}.jh{margin-top:1.08em}.jo{font-size:24px}.jp{margin-top:1.23em}.ko{margin-top:1.34em}.lb{margin:0}.lc{max-width:100%}.pl{width:calc(100% + 24px)}.pm{margin-left:-12px}.pn{margin-right:-12px}.qa{padding-left:12px}.qb{padding-right:12px}.qc{flex-basis:100%}.qs{align-items:center}.qt{flex-direction:row-reverse}.ra{flex-basis:50%}.rb{max-width:50%}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="print">
+ /*<![CDATA[*/
+ .y{display:none}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="(prefers-reduced-motion: no-preference)">
+ /*<![CDATA[*/
+ .lw{transition:opacity 200ms}.nl{transition:border-color 150ms ease}.nm::before{background:
+ radial-gradient(circle, rgba(28, 153, 99, 1) 60%, transparent 70%)
+ }.nn::before{border-radius:50%}.no::before{content:""}.np::before{display:block}.nq::before{z-index:0}.nr::before{left:0}.ns::before{height:100%}.nt::before{position:absolute}.nu::before{top:0}.nv::before{width:100%}.nw:hover::before{animation:k1 2000ms infinite cubic-bezier(.1,.12,.25,1)}.nz{transition:fill 200ms ease}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (max-width: 1230px)">
+ /*<![CDATA[*/
+ .lx{display:none}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="539" data-fela-type="RULE" media="all and (max-width: 1198px)">
+ /*<![CDATA[*/
+ .lz{display:none}
+ /*]]>*/
+ </style>
+ </head>
+ <body>
+ <div id="root">
+ <div class="a b c">
+ <div class="d e f g h i j k"></div>
+ <script>
+ <![CDATA[
+ document.domain = document.domain;
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.PARSELY = window.PARSELY || {autotrack: false}
+ ]]>
+ </script>
+ <nav class="r s t u v c w x y">
+ <div>
+ <div class="r c">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="aj n o ak al">
+ <div class="n o am w">
+ <a aria-label="Homepage" rel="noopener" href="/?source=post_page-----d6e62af173e2----------------------"><svg width="35" height="35" viewbox="5 5 35 35" class="q">
+ <path d="M5 40V5h35v35H5zm8.56-12.63c0 .56-.03.69-.32 1.03L10.8 31.4v.4h6.97v-.4L15.3 28.4c-.29-.34-.34-.5-.34-1.03v-8.95l6.13 13.36h.71l5.26-13.36v10.64c0 .3 0 .35-.19.53l-1.85 1.8v.4h9.2v-.4l-1.83-1.8c-.18-.18-.2-.24-.2-.53V15.94c0-.3.02-.35.2-.53l1.82-1.8v-.4h-6.47l-4.62 11.55-5.2-11.54h-6.8v.4l2.15 2.63c.24.3.29.37.29.77v10.35z"></path></svg></a>
+ <div class="an ao ap aq ar r g"></div>
+ <div class="r g">
+ <a href="/voodoo-engineering?source=post_page-----d6e62af173e2----------------------" rel="noopener">
+ <div class="as at r">
+ <img alt="Voodoo Engineering" class="" src="https://miro.medium.com/max/126/1*_LkVyEmY2-W1rlZD2__W5g.jpeg" width="63" height="36" />
+ </div></a>
+ </div>
+ </div>
+ <div class="r au w">
+ <div class="n o">
+ <div class="n g">
+ <div class="av" id="lo-post-page-navbar-sign-in-link">
+ <div class="aw r">
+ <span class="ax b ay az ba bb r bc bd"><a href="https://medium.com/m/signin?operation=login&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_page-----d6e62af173e2---------------------nav_reg-" class="be bf bg bh bi bj bk bl bm bn bo bp bq br bs bt" rel="noopener">Sign in</a></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="bu bv c bw">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="bx by n o">
+ <div class="bz r au">
+ <a href="/voodoo-engineering?source=post_page-----d6e62af173e2----------------------" rel="noopener">
+ <div class="as at r">
+ <img alt="Voodoo Engineering" class="" src="https://miro.medium.com/max/126/1*_LkVyEmY2-W1rlZD2__W5g.jpeg" width="63" height="36" />
+ </div></a>
+ </div>
+ <div class="ca r cb">
+ <ul class="cc bm cd ce cf n cg g ch ci cj"></ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </nav>
+ <div class="ck aj r cl cm"></div>
+ <article>
+ <section class="cn co cp cq ai cr cs n ct"></section>
+ <div>
+ <div class="s u cu cv cw cx"></div>
+ <section class="cy cz da db dc">
+ <div class="n p">
+ <div class="z ab ac ae af dd ah ai">
+ <div>
+ <div id="daf0" class="de df dg ay dh b di dj dk dl dm dn do dp dq dr ds">
+ <h1 class="dh b di dt dk du dm dv do dw dq dx dg">
+ Node.js and CPU profiling on production (in real-time without downtime)
+ </h1>
+ </div>
+ <div class="dy">
+ <div class="n dz ea eb ec">
+ <div class="o n">
+ <div>
+ <a rel="noopener" href="/@vincentvallet?source=post_page-----d6e62af173e2----------------------"><img alt="Vincent Vallet" class="r ed ee ef" src="https://miro.medium.com/fit/c/96/96/1*vFTVh_mYyf0p6m7f77A3vw.jpeg" width="48" height="48" /></a>
+ </div>
+ <div class="eg ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="eh n o ei">
+ <span class="ax b ay az ba bb r dg q"><span class="ax ej ek az by el em en eo ep dg"><a class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener" href="/@vincentvallet?source=post_page-----d6e62af173e2----------------------">Vincent Vallet</a></span></span>
+ <div class="ev r au h">
+ <button class="ew dg q ex ey ez fa fb bn et fc fd fe ff fg fh fi ax b ay fj fk bb fl fm cs fn fo bq">Follow</button>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div>
+ <span class="ax b ay az ba bb r bc bd"><a class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener" href="/voodoo-engineering/node-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2?source=post_page-----d6e62af173e2----------------------">Oct 18, 2019</a> <!-- -->·<!-- --> <!-- -->8<!-- --> min read</span>
+ </div>
+ </div>
+ </div>
+ <div class="n fp fq fr fs ft fu fv fw y">
+ <div class="n o">
+ <div class="fx r au">
+ <a href="//medium.com/p/d6e62af173e2/share/twitter?source=post_actions_header---------------------------" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" target="_blank" rel="noopener nofollow"><svg width="29" height="29" class="q">
+ <path d="M22.05 7.54a4.47 4.47 0 0 0-3.3-1.46 4.53 4.53 0 0 0-4.53 4.53c0 .35.04.7.08 1.05A12.9 12.9 0 0 1 5 6.89a5.1 5.1 0 0 0-.65 2.26c.03 1.6.83 2.99 2.02 3.79a4.3 4.3 0 0 1-2.02-.57v.08a4.55 4.55 0 0 0 3.63 4.44c-.4.08-.8.13-1.21.16l-.81-.08a4.54 4.54 0 0 0 4.2 3.15 9.56 9.56 0 0 1-5.66 1.94l-1.05-.08c2 1.27 4.38 2.02 6.94 2.02 8.3 0 12.86-6.9 12.84-12.85.02-.24 0-.43 0-.65a8.68 8.68 0 0 0 2.26-2.34c-.82.38-1.7.62-2.6.72a4.37 4.37 0 0 0 1.95-2.51c-.84.53-1.81.9-2.83 1.13z"></path></svg></a>
+ </div>
+ <div class="fx r au">
+ <button class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu"><svg width="29" height="29" viewbox="0 0 29 29" fill="none" class="q">
+ <path d="M5 6.36C5 5.61 5.63 5 6.4 5h16.2c.77 0 1.4.61 1.4 1.36v16.28c0 .75-.63 1.36-1.4 1.36H6.4c-.77 0-1.4-.6-1.4-1.36V6.36z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.76 20.9v-8.57H7.89v8.58h2.87zm-1.44-9.75c1 0 1.63-.65 1.63-1.48-.02-.84-.62-1.48-1.6-1.48-.99 0-1.63.64-1.63 1.48 0 .83.62 1.48 1.59 1.48h.01zM12.35 20.9h2.87v-4.79c0-.25.02-.5.1-.7.2-.5.67-1.04 1.46-1.04 1.04 0 1.46.8 1.46 1.95v4.59h2.87v-4.92c0-2.64-1.42-3.87-3.3-3.87-1.55 0-2.23.86-2.61 1.45h.02v-1.24h-2.87c.04.8 0 8.58 0 8.58z" fill="#fff"></path></svg></button>
+ </div>
+ <div class="fx r au">
+ <a href="//medium.com/p/d6e62af173e2/share/facebook?source=post_actions_header---------------------------" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" target="_blank" rel="noopener nofollow"><svg width="29" height="29" class="q">
+ <path d="M23.2 5H5.8a.8.8 0 0 0-.8.8V23.2c0 .44.35.8.8.8h9.3v-7.13h-2.38V13.9h2.38v-2.38c0-2.45 1.55-3.66 3.74-3.66 1.05 0 1.95.08 2.2.11v2.57h-1.5c-1.2 0-1.48.57-1.48 1.4v1.96h2.97l-.6 2.97h-2.37l.05 7.12h5.1a.8.8 0 0 0 .79-.8V5.8a.8.8 0 0 0-.8-.79"></path></svg></a>
+ </div>
+ <div class="ga r">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_actions_header--------------------------bookmark_sidebar-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a>
+ </div>
+ <div class="gb r am"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <h1 id="0231" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ Why CPU monitoring is important?
+ </h1>
+ <p id="d2c1" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ I work at <a href="http://voodoo.io/" class="eq fo hc hd he hf" target="_blank" rel="noopener nofollow">Voodoo</a>, a French company that creates mobile video games. We have a lot of challenges with performance, availability, and scalability because of the insane amount of traffic our infrastructure supports (billions of events/requests per day …… no joke!). In this setting, every metric is important and gives us a lot of information about the state of our system.
+ </p>
+ <p id="0e89" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ When working with Node.js one of the most critical resources to monitor is the CPU. Most of the time, when working on a low traffic API or project we don’t realize how many simple lines of code can have a huge impact on CPU. On the other hand, when traffic increases, a simple mistake can cost dearly.
+ </p>
+ <h1 id="292e" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ Resources
+ </h1>
+ <p id="1efa" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ What kind of resources does your application need? In most cases, we focus on memory and CPU. Good monitoring of these two elements is mandatory for an application running on production.
+ </p>
+ <p id="dce9" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ For memory, constant monitoring is the best practice to track the worst developer nightmare a.k.a memory leak.
+ </p>
+ <figure class="hm hn ho hp hq hr cp cq paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq hl">
+ <div class="ib r hu ic">
+ <div class="id r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*5o3M5niyi911waUrKWVZ0Q.png?q=20" width="1894" height="970" role="presentation" />
+ </div><img class="hw hx s t u hy ai ih" width="1894" height="970" role="presentation" /><noscript><img class="s t u hy ai" src="https://miro.medium.com/max/3788/1*5o3M5niyi911waUrKWVZ0Q.png" width="1894" height="970" role="presentation" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ <figcaption class="bc ek ii ij ik cr cp cq il im ax ej">
+ Memory leak in action
+ </figcaption>
+ </figure>
+ <p id="69dd" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ A good way to debug memory leak is a memory dump and/or memory sampling but this is not the subject.
+ </p>
+ <p id="1fbc" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ (for more details about V8 and its garbage collector you can read my previous article <a class="eq fo hc hd he hf" target="_blank" rel="noopener" href="/voodoo-engineering/nodejs-internals-v8-garbage-collector-a6eca82540ec">here</a>)
+ </p>
+ <blockquote class="in">
+ <div id="6f9a" class="io ip iq ay dh b ir is it iu iv iw hb">
+ <p class="dh b ix iy bc">
+ Stay focused on the CPU!
+ </p>
+ </div>
+ </blockquote>
+ <p id="40e6" class="go gp dg ay gq b gr iz gt ja gv jb gx jc gz jd hb cy">
+ Most of the time we monitor this resource with a simple solution allowing us to get a graph representing CPU consumption over time. If we want to be reactive we add an alarm, based on a threshold, to warn us when CPU usage is too high.
+ </p>
+ <figure class="hm hn ho hp hq hr cp cq paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq je">
+ <div class="ib r hu ic">
+ <div class="jf r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*8uOdeOfnUzTaFIY1r7oAMg.png?q=20" width="997" height="230" role="presentation" />
+ </div><img class="hw hx s t u hy ai ih" width="997" height="230" role="presentation" /><noscript><img class="s t u hy ai" src="https://miro.medium.com/max/1994/1*8uOdeOfnUzTaFIY1r7oAMg.png" width="997" height="230" role="presentation" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ <figcaption class="bc ek ii ij ik cr cp cq il im ax ej">
+ Basic CPU monitoring
+ </figcaption>
+ </figure>
+ <p id="0728" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ And what next? We don’t have data about the state of the instance when the CPU usage has increased. So we can’t determine why we had this peak, at least not without an important time of debugging, comparing log, etc. This is exactly why you need to use CPU profiling.
+ </p>
+ <h1 id="8d00" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ CPU profiling: what’s the difference with CPU monitoring?
+ </h1>
+ <blockquote class="in">
+ <div id="19fb" class="io ip iq ay dh b ir jg jh ji jj jk hb">
+ <p class="dh b ix iy bc">
+ “Most commonly, profiling information serves to aid program optimization. Profiling is achieved by instrumenting either the program source code or its binary executable form using a tool called a profiler”
+ </p>
+ </div>
+ </blockquote>
+ <p id="3e11" class="go gp dg ay gq b gr iz gt ja gv jb gx jc gz jd hb cy">
+ Basically, for Node.js, CPU profiling is nothing more than collecting data about functions which are CPU consuming. And ideally, get a graphic representation of the collected data a.k.a “flame graph” or “flame chart”.
+ </p>
+ <p id="91c5" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ It will help you to track the exact file, line, and function which takes the most time to execute.
+ </p>
+ <h1 id="088b" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ What about existing solutions?
+ </h1>
+ <h2 id="dd40" class="jl gd dg ay ax ge jm jn jo jp jq jr js jt ju jv jw">
+ Add arguments to Node.js
+ </h2>
+ <p id="0306" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ Node.js provides a way to collect data about CPU with two command lines.
+ </p>
+ <p id="66c8" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ The first command just executes your application, the argument just tells to V8 engine to collect data. When you stop your script all information is stored in a file.
+ </p>
+ <pre class="hm hn ho hp hq jx jy cf"><span id="16bd" class="jl gd dg ay jz b ek ka kb r kc">node --prof app.js</span></pre>
+ <figure class="hm hn ho hp hq hr cp cq paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq kd">
+ <div class="ib r hu ic">
+ <div class="ke r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*e7gjTlzi55udTXbbPeEs2A.png?q=20" width="849" height="534" role="presentation" />
+ </div><img class="hw hx s t u hy ai ih" width="849" height="534" role="presentation" /><noscript><img class="s t u hy ai" src="https://miro.medium.com/max/1698/1*e7gjTlzi55udTXbbPeEs2A.png" width="849" height="534" role="presentation" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ <figcaption class="bc ek ii ij ik cr cp cq il im ax ej">
+ Output of — prof
+ </figcaption>
+ </figure>
+ <p id="57a6" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ It is not very clear, is it?
+ </p>
+ <p id="abed" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ That’s why you just need to run this second command to transform your raw file into a more human-readable output.
+ </p>
+ <pre class="hm hn ho hp hq jx jy cf"><span id="061c" class="jl gd dg ay jz b ek ka kb r kc">node --prof-process isolate-0xnnnnn-v8.log &gt; processed.txt</span></pre>
+ <figure class="hm hn ho hp hq hr cp cq paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq kf">
+ <div class="ib r hu ic">
+ <div class="kg r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*JJkRh7JihTUo2apW_9ZXAQ.png?q=20" width="754" height="306" role="presentation" />
+ </div><img class="hw hx s t u hy ai ih" width="754" height="306" role="presentation" /><noscript><img class="s t u hy ai" src="https://miro.medium.com/max/1508/1*JJkRh7JihTUo2apW_9ZXAQ.png" width="754" height="306" role="presentation" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ <figcaption class="bc ek ii ij ik cr cp cq il im ax ej">
+ The output of — prof-process
+ </figcaption>
+ </figure>
+ <p id="85fa" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ It seems better, here you can determine which function consumes the most of CPU (percentage of the time).
+ </p>
+ <h2 id="9e54" class="jl gd dg ay ax ge jm jn jo jp jq jr js jt ju jv jw">
+ ClinicJs
+ </h2>
+ <p id="176a" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ ClinicJs is a set of tools that allow you to collect data and display performance charts. With “clinic flame” you can generate a flame graph based on CPU consumption.
+ </p>
+ <figure class="hm hn ho hp hq hr cp cq paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq kh">
+ <div class="ib r hu ic">
+ <div class="ki r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*6wi5BlNNnykjZs0PufrvLQ.png?q=20" width="2880" height="1534" role="presentation" />
+ </div><img class="hw hx s t u hy ai ih" width="2880" height="1534" role="presentation" /><noscript><img class="s t u hy ai" src="https://miro.medium.com/max/5760/1*6wi5BlNNnykjZs0PufrvLQ.png" width="2880" height="1534" role="presentation" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ <figcaption class="bc ek ii ij ik cr cp cq il im ax ej">
+ Flame chart
+ </figcaption>
+ </figure>
+ <p id="5347" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ But once again, you have to stop your app, launch the tool, then terminate the script in order to display the graph (files are generated on the disk).
+ </p>
+ <p id="d6e6" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ For more details, you can see the <a href="https://clinicjs.org/" class="eq fo hc hd he hf" target="_blank" rel="noopener nofollow">project</a>.
+ </p>
+ <p id="be18" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ <strong class="gq kj">To sum up</strong>, here is the list of drawbacks of the two previous solutions.
+ </p>
+ <ul class="">
+ <li id="3bef" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb kk kl km">Downtime (you should kill your application to collect the data)
+ </li>
+ <li id="c0df" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">Performance overhead
+ </li>
+ <li id="27ec" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">Data collected locally
+ </li>
+ <li id="a4fd" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">Need external tools (ClinicJs)
+ </li>
+ </ul>
+ <p id="3f2c" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ In conclusion: these are good solutions to debug on development environments and/or on a local machine.
+ </p>
+ <blockquote class="ks kt ku">
+ <p id="fcd9" class="go gp dg kv gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ Unfortunately, CPU issues have a worrying tendency to occur on production, and when you are not in front of your screen.
+ </p>
+ </blockquote>
+ <h1 id="13ef" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ Inspector
+ </h1>
+ <p id="294e" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ “Inspector” refers to an API thanks to which you can debug your application. By debugging we mean to be able to connect directly to the core of Node.js to collect real-time data about the process.
+ </p>
+ <p id="ea23" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ A module, available since version 8.x of Node.js, provides this kind of feature. There are two advantages to use it:
+ </p>
+ <ul class="">
+ <li id="ed54" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb kk kl km">it’s native (no additional installation required)
+ </li>
+ <li id="7992" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">it can be used programmatically (no interruption)
+ </li>
+ </ul>
+ <p id="731f" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ And here is how to make a CPU profiling with this module:
+ </p>
+ <figure class="hm hn ho hp hq hr">
+ <div class="ib r hu">
+ <div class="kw r">
+ <iframe src="https://medium.com/media/e6590d28762ae9dc52a79fab03d9bfb4" allowfullscreen="allowfullscreen" frameborder="0" height="0" width="0" title="CPU profiling with inspector" class="s t u hy ai" scrolling="auto"></iframe>
+ </div>
+ </div>
+ </figure>
+ <p id="79d1" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ As you can see, all the data is returned in variable “profile”. Basically, it’s a simple JSON object representing all the call stack and the CPU consumption for each function. And if you want to use an Async/await syntax you can install the module “inspector-api”.
+ </p>
+ <pre class="hm hn ho hp hq jx jy cf"><span id="c085" class="jl gd dg ay jz b ek ka kb r kc">npm install inspector-api --save</span></pre>
+ <p id="195d" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ It also comes with a built-in exporter to send data to S3, with this method <strong class="gq kj">you don’t write anything on the disk</strong>!
+ </p>
+ <figure class="hm hn ho hp hq hr">
+ <div class="ib r hu">
+ <div class="kw r">
+ <iframe src="https://medium.com/media/a5c2cfaff5b466e10f3f24ac0dee3dd1" allowfullscreen="allowfullscreen" frameborder="0" height="0" width="0" title="CPU profiling with inspector-api module" class="s t u hy ai" scrolling="auto"></iframe>
+ </div>
+ </div>
+ </figure>
+ <p id="964f" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ If you use another storage system you can just collect the data and export it by yourself.
+ </p>
+ <figure class="hm hn ho hp hq hr">
+ <div class="ib r hu">
+ <div class="kw r">
+ <iframe src="https://medium.com/media/a258a6f9cd216401571004e3dffd693b" allowfullscreen="allowfullscreen" frameborder="0" height="0" width="0" title="CPU profiling" class="s t u hy ai" scrolling="auto"></iframe>
+ </div>
+ </div>
+ </figure>
+ <h1 id="848b" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ And now, CPU profiling on-demand!
+ </h1>
+ <p id="6933" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ We have an API that we want to test with autocannon tool. At this step, our project is able to serve around 200 requests in 20 seconds. There is probably a mistake somewhere in the code which slows down our application.
+ </p>
+ <figure class="hm hn ho hp hq hr cp cq paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq kx">
+ <div class="ib r hu ic">
+ <div class="ky r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*cS9IXYGfMmgxaAUlC7oqOQ.png?q=20" width="847" height="362" role="presentation" />
+ </div><img class="hw hx s t u hy ai ih" width="847" height="362" role="presentation" /><noscript><img class="s t u hy ai" src="https://miro.medium.com/max/1694/1*cS9IXYGfMmgxaAUlC7oqOQ.png" width="847" height="362" role="presentation" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p id="fb78" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ But now, what if we want to trigger a CPU profiling remotely (without ssh connection to the server)? It’s possible using Websocket, SSE or any other technology to send a message to your instance.
+ </p>
+ <p id="2c91" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ Here is a simple example of a server using the “ws” module to send a message to a unique instance.
+ </p>
+ <figure class="hm hn ho hp hq hr">
+ <div class="ib r hu">
+ <div class="kw r">
+ <iframe src="https://medium.com/media/feef2118ed0761bda1c2821a47c2297b" allowfullscreen="allowfullscreen" frameborder="0" height="0" width="0" title="WS server" class="s t u hy ai" scrolling="auto"></iframe>
+ </div>
+ </div>
+ </figure>
+ <p id="2206" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ Of course, it only works with one instance, but it’s a fake project to demonstrate the principle ;)
+ </p>
+ <p id="e92d" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ Now we can request our server to ask it to send a message to our instance and start/stop a CPU profiling. In your instance, you can handle the CPU profiling like this:
+ </p>
+ <figure class="hm hn ho hp hq hr">
+ <div class="ib r hu">
+ <div class="kw r">
+ <iframe src="https://medium.com/media/8a678f3011fef4d2c8296408f0b552fe" allowfullscreen="allowfullscreen" frameborder="0" height="0" width="0" title="WS client side" class="s t u hy ai" scrolling="auto"></iframe>
+ </div>
+ </div>
+ </figure>
+ <p id="c3d0" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ <strong class="gq kj">To sum up</strong>: we are able to trigger a CPU profiling, on-demand, in real-time, without interruption or connection to the server. Data can be collected on the disk (and extracted later) or can be sent to S3 (or any other system, PR are welcomed on the <a href="https://github.com/wallet77/v8-inspector-api" class="eq fo hc hd he hf" target="_blank" rel="noopener nofollow">inspector-api project</a>).
+ </p>
+ <blockquote class="ks kt ku">
+ <p id="6e87" class="go gp dg kv gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ And because the profiler is a part of V8 itself, the format of the generated JSON file is compatible with the Chrome dev tools.
+ </p>
+ </blockquote>
+ </div>
+ </div>
+ <div class="hr">
+ <div class="n p">
+ <div class="kz la lb lc ld le ae lf af lg ah ai">
+ <figure class="hm hn ho hp hq hr lh li paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq ag">
+ <div class="ib r hu ic">
+ <div class="lj r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img alt="CPU profiling before optimization" class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*CANkRN_yzl9tfrGd2F41wQ.png?q=20" width="1144" height="708" />
+ </div><img alt="CPU profiling before optimization" class="hw hx s t u hy ai ih" width="1144" height="708" /><noscript><img alt="CPU profiling before optimization" class="s t u hy ai" src="https://miro.medium.com/max/2288/1*CANkRN_yzl9tfrGd2F41wQ.png" width="1144" height="708" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ <figcaption class="bc ek ii ij ik cr cp cq il im ax ej">
+ CPU profiling before optimization
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ <div class="n p">
+ <div class="z ab ac ae af dd ah ai">
+ <p id="2cda" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ <strong class="gq kj">How can we identify an issue?</strong>
+ </p>
+ <p id="e0d2" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ A CPU profiling should be read like this:
+ </p>
+ <ul class="">
+ <li id="27e6" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb kk kl km">the x-axis shows the stack profile population
+ </li>
+ <li id="194a" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">the y-axis shows stack depth
+ </li>
+ </ul>
+ <p id="e950" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ <strong class="gq kj">What does it mean?</strong>
+ </p>
+ <p id="174c" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ The larger is a box (a function call) the more it consumed CPU. So a good CPU profiling should look like a “flame” graph where each stack is the finest possible.
+ </p>
+ <p id="48d9" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ In our example, every request try to generate a token. For this purpose, it calls the function pbkdf2 which is CPU consuming. Our CPU profile looks like a sequence of big blocks of time, like if the last function in the call stack takes 99% of the total time.
+ </p>
+ <p id="d62c" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ The CPU profiling after optimizations, with the same time range.
+ </p>
+ <figure class="hm hn ho hp hq hr cp cq paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq lk">
+ <div class="ib r hu ic">
+ <div class="ll r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*87KlGgfbuWP38nAaQaj3xw.png?q=20" width="930" height="523" role="presentation" />
+ </div><img class="hw hx s t u hy ai ih" width="930" height="523" role="presentation" /><noscript><img class="s t u hy ai" src="https://miro.medium.com/max/1860/1*87KlGgfbuWP38nAaQaj3xw.png" width="930" height="523" role="presentation" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ <figcaption class="bc ek ii ij ik cr cp cq il im ax ej">
+ CPU profiling after optimizations
+ </figcaption>
+ </figure>
+ <p id="10ee" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ As you can notice, we have to zoom to the profile if we want to see the call stack, because after optimizations the API was able to take a lot more traffic. Now every function in the call stack looks like a microtask.
+ </p>
+ </div>
+ </div>
+ <div class="hr">
+ <div class="n p">
+ <div class="kz la lb lc ld le ae lf af lg ah ai">
+ <figure class="hm hn ho hp hq hr lh li paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq lm">
+ <div class="ib r hu ic">
+ <div class="ln r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img alt="CPU profiling after optimization" class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*EO-pr4RolgcAOj_Uk1rpDA.png?q=20" width="1844" height="576" />
+ </div><img alt="CPU profiling after optimization" class="hw hx s t u hy ai ih" width="1844" height="576" /><noscript><img alt="CPU profiling after optimization" class="s t u hy ai" src="https://miro.medium.com/max/3688/1*EO-pr4RolgcAOj_Uk1rpDA.png" width="1844" height="576" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ <figcaption class="bc ek ii ij ik cr cp cq il im ax ej">
+ Zoom in the CPU profiling
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ <div class="n p">
+ <div class="z ab ac ae af dd ah ai">
+ <p id="10f1" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ And now our application is able to serve more than 200,000 requests in 20 seconds; <strong class="gq kj">we increased the performance by a factor of 100k</strong>!
+ </p>
+ <figure class="hm hn ho hp hq hr cp cq paragraph-image">
+ <div class="hs ht hu hv ai">
+ <div class="cp cq lo">
+ <div class="ib r hu ic">
+ <div class="lp r">
+ <div class="hw hx s t u hy ai by hz ia">
+ <img class="s t u hy ai ie if ig" src="https://miro.medium.com/max/60/1*kfOK60PtmWx6iP681-qRcg.png?q=20" width="845" height="362" role="presentation" />
+ </div><img class="hw hx s t u hy ai ih" width="845" height="362" role="presentation" /><noscript><img class="s t u hy ai" src="https://miro.medium.com/max/1690/1*kfOK60PtmWx6iP681-qRcg.png" width="845" height="362" role="presentation" /></noscript>
+ </div>
+ </div>
+ </div>
+ </div>
+ </figure>
+ <h1 id="98b9" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ More than just CPU profiling
+ </h1>
+ <p id="e1ad" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ With the inspector module, you can do much more than just CPU profiling, here is a non-exhaustive list:
+ </p>
+ <ul class="">
+ <li id="eb04" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb kk kl km">memory dump &amp; memory sampling
+ </li>
+ <li id="a9ea" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">code coverage
+ </li>
+ <li id="b896" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">use the debugger in real-time
+ </li>
+ </ul>
+ <h1 id="06d2" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ Warnings
+ </h1>
+ <p id="731b" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ Every tool, even the most powerful, comes with its own disadvantages. If you enable the profiler and/or the debugger on your production you have to keep an eye on two things:
+ </p>
+ <p id="e485" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ <strong class="gq kj">1) performance overhead</strong>
+ </p>
+ <p id="0513" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ A profiler needs to use CPU to work and it collects data into memory. The longer you let it run and the more CPU / memory it will need. This is why you should begin with very short CPU profiling, no more than a few seconds between the start and stop command. And never forget to monitor the impact of the profiler on your own infrastructure. If everything is fine you can increase the time and the frequency of CPU profiling.
+ </p>
+ <p id="049c" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ One more very important thing: <strong class="gq kj">never forget to always stop a started CPU profiling</strong>. You can add a timer to automatically call the stop function after a while.
+ </p>
+ <p id="0656" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ <strong class="gq kj">2) security</strong>
+ </p>
+ <p id="7999" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ Using the inspector in Node.js it’s like opening the door of the core of your application. You should be very careful about who can use features like CPU profiling and/or the debugger. Never make the inspector “public” as being able to launch a feature from an unsafe route (not protected with an authentification mechanism). Even the collected data can be seen as critical, never send it to a system you do not trust.
+ </p>
+ <h1 id="5618" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ Conclusion
+ </h1>
+ <p id="ae1a" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb cy">
+ CPU profiling is really a must-have tool for every developer. And now, with some precautions, we can run it on production thanks to the amazing work done by the V8 and Node.js team.
+ </p>
+ <p id="1eab" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ The inspector module offers a lot more features than you can use to debug your application.
+ </p>
+ <p id="0aba" class="go gp dg ay gq b gr hg gt hh gv hi gx hj gz hk hb cy">
+ I will write another article about using CPU profiling and the inspector on production on a high traffic project.
+ </p>
+ <h1 id="3c5b" class="gc gd dg ay ax ge di gf dk gg gh gi gj gk gl gm gn">
+ Sources &amp; links
+ </h1>
+ <ul class="">
+ <li id="d86d" class="go gp dg ay gq b gr gs gt gu gv gw gx gy gz ha hb kk kl km">
+ <a href="https://nodejs.org/api/inspector.html" class="eq fo hc hd he hf" target="_blank" rel="noopener nofollow">https://nodejs.org/api/inspector.html</a>
+ </li>
+ <li id="cc52" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">
+ <a href="https://chromedevtools.github.io/devtools-protocol/v8" class="eq fo hc hd he hf" target="_blank" rel="noopener nofollow">https://chromedevtools.github.io/devtools-protocol/v8</a>
+ </li>
+ <li id="d331" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">
+ <a class="eq fo hc hd he hf" target="_blank" rel="noopener" href="/netflix-techblog/node-js-in-flames-ddd073803aa4">https://medium.com/netflix-techblog/node-js-in-flames-ddd073803aa4</a>
+ </li>
+ <li id="6420" class="go gp dg ay gq b gr kn gt ko gv kp gx kq gz kr hb kk kl km">
+ <a href="https://www.npmjs.com/package/inspector-api" class="eq fo hc hd he hf" target="_blank" rel="noopener nofollow">https://www.npmjs.com/package/inspector-api</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </section>
+ </div>
+ </article>
+ <div class="hw cx lq lr ai ly lw lz" data-test-id="post-sidebar">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="ma n ct">
+ <div class="cx">
+ <div class="mb mc r">
+ <a href="/voodoo-engineering?source=post_sidebar--------------------------post_sidebar-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener">
+ <h2 class="ax ge md az dg">
+ Voodoo Engineering
+ </h2></a>
+ <div class="me mf r">
+ <h4 class="ax ej ek az by mg em en mh ep bc">
+ Learn about Voodoo’s engineering efforts.
+ </h4>
+ </div>
+ <div class="fn" aria-hidden="true">
+ <button class="mi ex be bf mj bo bp mk bn fi ax b ay az ba bb fl fm cs fn fo bq">Follow</button>
+ </div>
+ </div>
+ <div class="ml mm mn n">
+ <div class="n o">
+ <div class="mo r hu">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_sidebar-----d6e62af173e2---------------------clap_sidebar-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener">
+ <div class="bl mp mq mr ms mt mu mv bf mw bp">
+ <svg width="29" height="29">
+ <g fill-rule="evenodd">
+ <path d="M13.74 1l.76 2.97.76-2.97zM16.82 4.78l1.84-2.56-1.43-.47zM10.38 2.22l1.84 2.56-.41-3.03zM22.38 22.62a5.11 5.11 0 0 1-3.16 1.61l.49-.45c2.88-2.89 3.45-5.98 1.69-9.21l-1.1-1.94-.96-2.02c-.31-.67-.23-1.18.25-1.55a.84.84 0 0 1 .66-.16c.34.05.66.28.88.6l2.85 5.02c1.18 1.97 1.38 5.12-1.6 8.1M9.1 22.1l-5.02-5.02a1 1 0 0 1 .7-1.7 1 1 0 0 1 .72.3l2.6 2.6a.44.44 0 0 0 .63-.62L6.1 15.04l-1.75-1.75a1 1 0 1 1 1.41-1.41l4.15 4.15a.44.44 0 0 0 .63 0 .44.44 0 0 0 0-.62L6.4 11.26l-1.18-1.18a1 1 0 0 1 0-1.4 1.02 1.02 0 0 1 1.41 0l1.18 1.16L11.96 14a.44.44 0 0 0 .62 0 .44.44 0 0 0 0-.63L8.43 9.22a.99.99 0 0 1-.3-.7.99.99 0 0 1 .3-.7 1 1 0 0 1 1.41 0l7 6.98a.44.44 0 0 0 .7-.5l-1.35-2.85c-.31-.68-.23-1.19.25-1.56a.85.85 0 0 1 .66-.16c.34.06.66.28.88.6L20.63 15c1.57 2.88 1.07 5.54-1.55 8.16a5.62 5.62 0 0 1-5.06 1.65 9.35 9.35 0 0 1-4.93-2.72zM13 6.98l2.56 2.56c-.5.6-.56 1.41-.15 2.28l.26.56-4.25-4.25a.98.98 0 0 1-.12-.45 1 1 0 0 1 .29-.7 1.02 1.02 0 0 1 1.41 0zm8.89 2.06c-.38-.56-.9-.92-1.49-1.01a1.74 1.74 0 0 0-1.34.33c-.38.29-.61.65-.71 1.06a2.1 2.1 0 0 0-1.1-.56 1.78 1.78 0 0 0-.99.13l-2.64-2.64a1.88 1.88 0 0 0-2.65 0 1.86 1.86 0 0 0-.48.85 1.89 1.89 0 0 0-2.67-.01 1.87 1.87 0 0 0-.5.9c-.76-.75-2-.75-2.7-.04a1.88 1.88 0 0 0 0 2.66c-.3.12-.61.29-.87.55a1.88 1.88 0 0 0 0 2.66l.62.62a1.88 1.88 0 0 0-.9 3.16l5.01 5.02c1.6 1.6 3.52 2.64 5.4 2.96a7.16 7.16 0 0 0 1.18.1c1.03 0 2-.25 2.9-.7A5.9 5.9 0 0 0 23 23.24c3.34-3.34 3.08-6.93 1.74-9.17l-2.87-5.04z"></path>
+ </g></svg>
+ </div></a>
+ </div>
+ <div class="mx r">
+ <div class="my">
+ <h4 class="ax ej ek az bc">
+ <button class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu">11</button>
+ </h4>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="mm r"></div><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_sidebar--------------------------bookmark_sidebar-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="hw cx lq lr ls lt lu lv lw lx"></div>
+ <div>
+ <div class="mz hr n ct p">
+ <div class="n p">
+ <div class="z ab ac ae af dd ah ai">
+ <div class="n na">
+ <div class="r">
+ <h4 class="ax ej fk az bc">
+ Thanks to <!-- -->Clint FENTON<!-- -->.&#160;
+ </h4>
+ </div>
+ </div>
+ <div class="n o na"></div>
+ <div class="nb r">
+ <ul class="bl bm">
+ <li class="fn cc ga nc">
+ <a href="/tag/nodejs" class="nd ne fo bc r jy nf a b fk">Nodejs</a>
+ </li>
+ <li class="fn cc ga nc">
+ <a href="/tag/performance" class="nd ne fo bc r jy nf a b fk">Performance</a>
+ </li>
+ <li class="fn cc ga nc">
+ <a href="/tag/cpu" class="nd ne fo bc r jy nf a b fk">Cpu</a>
+ </li>
+ <li class="fn cc ga nc">
+ <a href="/tag/profiling" class="nd ne fo bc r jy nf a b fk">Profiling</a>
+ </li>
+ <li class="fn cc ga nc">
+ <a href="/tag/inspector" class="nd ne fo bc r jy nf a b fk">Inspector</a>
+ </li>
+ </ul>
+ </div>
+ <div class="ng n dz y">
+ <div class="n o">
+ <div class="nh r hu">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_actions_footer-----d6e62af173e2---------------------clap_footer-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener">
+ <div class="c ni ed n o nj hu nk nl nm nn no np nq nr ns nt nu nv nw mk">
+ <div class="bl mp mq mr ms mt nx mv o ih ed n p ny u hy s t ai bf mw bp nz">
+ <svg width="33" height="33" viewbox="0 0 33 33">
+ <path d="M28.86 17.34l-3.64-6.4c-.3-.43-.71-.73-1.16-.8a1.12 1.12 0 0 0-.9.21c-.62.5-.73 1.18-.32 2.06l1.22 2.6 1.4 2.45c2.23 4.09 1.51 8-2.15 11.66a9.6 9.6 0 0 1-.8.71 6.53 6.53 0 0 0 4.3-2.1c3.82-3.82 3.57-7.87 2.05-10.39zm-6.25 11.08c3.35-3.35 4-6.78 1.98-10.47L21.2 12c-.3-.43-.71-.72-1.16-.8a1.12 1.12 0 0 0-.9.22c-.62.49-.74 1.18-.32 2.06l1.72 3.63a.5.5 0 0 1-.81.57l-8.91-8.9a1.33 1.33 0 0 0-1.89 1.88l5.3 5.3a.5.5 0 0 1-.71.7l-5.3-5.3-1.49-1.49c-.5-.5-1.38-.5-1.88 0a1.34 1.34 0 0 0 0 1.89l1.49 1.5 5.3 5.28a.5.5 0 0 1-.36.86.5.5 0 0 1-.36-.15l-5.29-5.29a1.34 1.34 0 0 0-1.88 0 1.34 1.34 0 0 0 0 1.89l2.23 2.23L9.3 21.4a.5.5 0 0 1-.36.85.5.5 0 0 1-.35-.14l-3.32-3.33a1.33 1.33 0 0 0-1.89 0 1.32 1.32 0 0 0-.39.95c0 .35.14.69.4.94l6.39 6.4c3.53 3.53 8.86 5.3 12.82 1.35zM12.73 9.26l5.68 5.68-.49-1.04c-.52-1.1-.43-2.13.22-2.89l-3.3-3.3a1.34 1.34 0 0 0-1.88 0 1.33 1.33 0 0 0-.4.94c0 .22.07.42.17.61zm14.79 19.18a7.46 7.46 0 0 1-6.41 2.31 7.92 7.92 0 0 1-3.67.9c-3.05 0-6.12-1.63-8.36-3.88l-6.4-6.4A2.31 2.31 0 0 1 2 19.72a2.33 2.33 0 0 1 1.92-2.3l-.87-.87a2.34 2.34 0 0 1 0-3.3 2.33 2.33 0 0 1 1.24-.64l-.14-.14a2.34 2.34 0 0 1 0-3.3 2.39 2.39 0 0 1 3.3 0l.14.14a2.33 2.33 0 0 1 3.95-1.24l.09.09c.09-.42.29-.83.62-1.16a2.34 2.34 0 0 1 3.3 0l3.38 3.39a2.17 2.17 0 0 1 1.27-.17c.54.08 1.03.35 1.45.76.1-.55.41-1.03.9-1.42a2.12 2.12 0 0 1 1.67-.4 2.8 2.8 0 0 1 1.85 1.25l3.65 6.43c1.7 2.83 2.03 7.37-2.2 11.6zM13.22.48l-1.92.89 2.37 2.83-.45-3.72zm8.48.88L19.78.5l-.44 3.7 2.36-2.84zM16.5 3.3L15.48 0h2.04L16.5 3.3z" fill-rule="evenodd"></path></svg>
+ </div>
+ </div></a>
+ </div>
+ <div class="mx r">
+ <div class="my">
+ <h4 class="ax ej ek az dg">
+ <button class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu">11 claps</button>
+ </h4>
+ </div>
+ </div>
+ </div>
+ <div class="n o">
+ <div class="fx r au">
+ <a href="//medium.com/p/d6e62af173e2/share/twitter?source=post_actions_footer---------------------------" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" target="_blank" rel="noopener nofollow"><svg width="29" height="29" class="q">
+ <path d="M22.05 7.54a4.47 4.47 0 0 0-3.3-1.46 4.53 4.53 0 0 0-4.53 4.53c0 .35.04.7.08 1.05A12.9 12.9 0 0 1 5 6.89a5.1 5.1 0 0 0-.65 2.26c.03 1.6.83 2.99 2.02 3.79a4.3 4.3 0 0 1-2.02-.57v.08a4.55 4.55 0 0 0 3.63 4.44c-.4.08-.8.13-1.21.16l-.81-.08a4.54 4.54 0 0 0 4.2 3.15 9.56 9.56 0 0 1-5.66 1.94l-1.05-.08c2 1.27 4.38 2.02 6.94 2.02 8.3 0 12.86-6.9 12.84-12.85.02-.24 0-.43 0-.65a8.68 8.68 0 0 0 2.26-2.34c-.82.38-1.7.62-2.6.72a4.37 4.37 0 0 0 1.95-2.51c-.84.53-1.81.9-2.83 1.13z"></path></svg></a>
+ </div>
+ <div class="fx r au">
+ <button class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu"><svg width="29" height="29" viewbox="0 0 29 29" fill="none" class="q">
+ <path d="M5 6.36C5 5.61 5.63 5 6.4 5h16.2c.77 0 1.4.61 1.4 1.36v16.28c0 .75-.63 1.36-1.4 1.36H6.4c-.77 0-1.4-.6-1.4-1.36V6.36z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.76 20.9v-8.57H7.89v8.58h2.87zm-1.44-9.75c1 0 1.63-.65 1.63-1.48-.02-.84-.62-1.48-1.6-1.48-.99 0-1.63.64-1.63 1.48 0 .83.62 1.48 1.59 1.48h.01zM12.35 20.9h2.87v-4.79c0-.25.02-.5.1-.7.2-.5.67-1.04 1.46-1.04 1.04 0 1.46.8 1.46 1.95v4.59h2.87v-4.92c0-2.64-1.42-3.87-3.3-3.87-1.55 0-2.23.86-2.61 1.45h.02v-1.24h-2.87c.04.8 0 8.58 0 8.58z" fill="#fff"></path></svg></button>
+ </div>
+ <div class="fx r au">
+ <a href="//medium.com/p/d6e62af173e2/share/facebook?source=post_actions_footer---------------------------" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" target="_blank" rel="noopener nofollow"><svg width="29" height="29" class="q">
+ <path d="M23.2 5H5.8a.8.8 0 0 0-.8.8V23.2c0 .44.35.8.8.8h9.3v-7.13h-2.38V13.9h2.38v-2.38c0-2.45 1.55-3.66 3.74-3.66 1.05 0 1.95.08 2.2.11v2.57h-1.5c-1.2 0-1.48.57-1.48 1.4v1.96h2.97l-.6 2.97h-2.37l.05 7.12h5.1a.8.8 0 0 0 .79-.8V5.8a.8.8 0 0 0-.8-.79"></path></svg></a>
+ </div>
+ <div class="oa r au">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_actions_footer--------------------------bookmark_sidebar-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a>
+ </div>
+ </div>
+ </div>
+ <div class="ob bu oc nb r y">
+ <div class="od oe r hu">
+ <div class="r s oh oi">
+ <span class="r of al og"><a rel="noopener" href="/@vincentvallet?source=follow_footer--------------------------follow_footer-"><img alt="Vincent Vallet" class="r ed cj oj" src="https://miro.medium.com/fit/c/160/160/1*vFTVh_mYyf0p6m7f77A3vw.jpeg" width="80" height="80" /></a></span>
+ </div>
+ <div class="ok r ol">
+ <p class="ax ej fk az bc om on">
+ <span class="r of al og">Written by</span>
+ </p>
+ </div>
+ <div class="ok oo n ol">
+ <div class="ai n o dz">
+ <h2 class="ax ge op oq dg">
+ <span class="r of al og"><a class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener" href="/@vincentvallet?source=follow_footer--------------------------follow_footer-">Vincent Vallet</a></span>
+ </h2>
+ <div class="r g">
+ <span class="r of al og"><button class="or ex be bf mj bo bp mk bn fi ax b ay az ba bb fl fm cs fn fo bq">Follow</button></span>
+ </div>
+ </div>
+ </div>
+ <div class="ok os r ol bw">
+ <div class="ot r">
+ <h4 class="ax ej md ou bc"></h4>
+ </div>
+ <div class="bv ov bw">
+ <button class="or ex be bf mj bo bp mk bn fi ax b ay az ba bb fl fm cs fn fo bq">Follow</button>
+ </div>
+ </div>
+ </div>
+ <div class="ob r"></div>
+ <div class="od oe r hu">
+ <div class="r s oh oi">
+ <span class="r of al og"><a href="/voodoo-engineering?source=follow_footer--------------------------follow_footer-" rel="noopener"><img alt="Voodoo Engineering" class="fi oj cj" src="https://miro.medium.com/fit/c/160/160/1*ID7_awC5r-U-zTXrW6w0zA.jpeg" width="80" height="80" /></a></span>
+ </div>
+ <div class="ok oo n ol">
+ <div class="ai n o dz">
+ <h2 class="ax ge op oq dg">
+ <span class="r of al og"><a href="/voodoo-engineering?source=follow_footer--------------------------follow_footer-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener">Voodoo Engineering</a></span>
+ </h2>
+ <div class="r g">
+ <div class="fn" aria-hidden="true">
+ <span class="r of al og"><button class="mi ex be bf mj bo bp mk bn fi ax b ay az ba bb fl fm cs fn fo bq">Follow</button></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="ok ow r ol bw">
+ <div class="ot r">
+ <h4 class="ax ej md ou bc">
+ Learn about Voodoo’s engineering efforts.
+ </h4>
+ </div>
+ <div class="bv ov bw">
+ <div class="fn" aria-hidden="true">
+ <button class="mi ex be bf mj bo bp mk bn fi ax b ay az ba bb fl fm cs fn fo bq">Follow</button>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="ox bu r y">
+ <a href="https://medium.com/p/d6e62af173e2/responses/show?source=follow_footer--------------------------follow_footer-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener">
+ <div class="jx oz fi r ik g">
+ <span class="iq oy ms"><span class="be">Write the first response</span></span>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ <div class="pa r pb y">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="pc r pd">
+ <div class="pe mc od r">
+ <h2 class="ax ge pf pg dg">
+ More From Medium
+ </h2>
+ </div>
+ <div class="cg n ph na pi pj pk pl pm pn po pp pq pr ps pt pu pv pw">
+ <div class="px py pz la qa qb qc lc qd qe qf le qg qh qi qj qk ql qm qn qo">
+ <div class="ai hy">
+ <div class="r qp">
+ <div class="qq qr pi pj pk qs qt pl pm pn qu qv po pp pq qw qx pr ps pt qy qz pu pv pw n na">
+ <div class="px py pz la qa qb ra rb qd qe rc rd qg qh re rf qk ql rg rh qo">
+ <div class="ri r rj f">
+ <h4 class="ax ej ek az bc">
+ More on Nodejs from Voodoo Engineering
+ </h4>
+ </div>
+ <div class="rk r rl pd">
+ <a class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu r" rel="noopener" href="/voodoo-engineering/websockets-on-production-with-node-js-bdc82d07bb9f?source=post_recirc---------0------------------">
+ <div class="rm hu">
+ <div class="hy s ai">
+ <div class="rn r ro rp hy ai rq rr"></div>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ <div class="px py pz la qa qb ra rb qd qe rc rd qg qh re rf qk ql rg rh qo">
+ <div class="rk r">
+ <div class="rs bv h rt">
+ <h4 class="ax ej ek az bc">
+ More on Nodejs from Voodoo Engineering
+ </h4>
+ </div><a rel="noopener" href="/voodoo-engineering/websockets-on-production-with-node-js-bdc82d07bb9f?source=post_recirc---------0------------------">
+ <h3 class="dg q dh ru ay ir rv rw">
+ WebSockets on production with Node.js
+ </h3></a>
+ </div>
+ <div class="n o dz">
+ <div class="rx r cb">
+ <div class="o n">
+ <div>
+ <a rel="noopener" href="/@vincentvallet?source=post_recirc---------0------------------"><img alt="Vincent Vallet" class="r ed ry rz" src="https://miro.medium.com/fit/c/80/80/1*vFTVh_mYyf0p6m7f77A3vw.jpeg" width="40" height="40" /></a>
+ </div>
+ <div class="eg ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="ck n o ei">
+ <span class="ax b ay az ba bb r dg q"><span class="ax ej ek az by el em en eo ep dg"><a class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener" href="/@vincentvallet?source=post_recirc---------0------------------">Vincent Vallet</a> <span><!-- -->in<!-- --> <a href="/voodoo-engineering?source=post_recirc---------0------------------" class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener">Voodoo Engineering</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ <div>
+ <span class="ax b ay az ba bb r bc bd"><a class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener" href="/voodoo-engineering/websockets-on-production-with-node-js-bdc82d07bb9f?source=post_recirc---------0------------------">Mar 11</a> <!-- -->·<!-- --> <!-- -->5<!-- --> min read</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="n o">
+ <div class="n o">
+ <div class="mo r hu">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_recirc-----bdc82d07bb9f----0-----------------clap_preview-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener">
+ <div class="bl mp mq mr ms mt mu mv sa sb sc">
+ <svg width="25" height="25" viewbox="0 0 25 25">
+ <g fill-rule="evenodd">
+ <path d="M11.74 0l.76 2.97.76-2.97zM14.81 3.78l1.84-2.56-1.42-.47zM8.38 1.22l1.84 2.56L9.8.75zM20.38 21.62a5.11 5.11 0 0 1-3.16 1.61l.49-.45c2.88-2.89 3.45-5.98 1.69-9.21l-1.1-1.94-.96-2.02c-.31-.67-.23-1.18.25-1.55a.84.84 0 0 1 .66-.16c.34.05.66.28.88.6l2.85 5.02c1.18 1.97 1.38 5.12-1.6 8.1M7.1 21.1l-5.02-5.02a1 1 0 0 1 .7-1.7 1 1 0 0 1 .72.3l2.6 2.6a.44.44 0 0 0 .63-.62L4.1 14.04l-1.75-1.75a1 1 0 1 1 1.41-1.41l4.15 4.15a.44.44 0 0 0 .63 0 .44.44 0 0 0 0-.62L4.4 10.26 3.22 9.08a1 1 0 0 1 0-1.4 1.02 1.02 0 0 1 1.41 0l1.18 1.16L9.96 13a.44.44 0 0 0 .62 0 .44.44 0 0 0 0-.63L6.43 8.22a.99.99 0 0 1-.3-.7.99.99 0 0 1 .3-.7 1 1 0 0 1 1.41 0l7 6.98a.44.44 0 0 0 .7-.5l-1.35-2.85c-.31-.68-.23-1.19.25-1.56a.85.85 0 0 1 .66-.16c.34.06.66.28.88.6L18.63 14c1.57 2.88 1.07 5.54-1.55 8.16a5.62 5.62 0 0 1-5.06 1.65 9.35 9.35 0 0 1-4.93-2.72zM11 5.98l2.56 2.56c-.5.6-.56 1.41-.15 2.28l.26.56-4.25-4.25a.98.98 0 0 1-.12-.45 1 1 0 0 1 .29-.7 1.02 1.02 0 0 1 1.41 0zm8.89 2.06c-.38-.56-.9-.92-1.49-1.01a1.74 1.74 0 0 0-1.34.33c-.38.29-.61.65-.71 1.06a2.1 2.1 0 0 0-1.1-.56 1.78 1.78 0 0 0-.99.13l-2.64-2.64a1.88 1.88 0 0 0-2.65 0 1.86 1.86 0 0 0-.48.85 1.89 1.89 0 0 0-2.67-.01 1.87 1.87 0 0 0-.5.9c-.76-.75-2-.75-2.7-.04a1.88 1.88 0 0 0 0 2.66c-.3.12-.61.29-.87.55a1.88 1.88 0 0 0 0 2.66l.62.62a1.88 1.88 0 0 0-.9 3.16l5.01 5.02c1.6 1.6 3.52 2.64 5.4 2.96a7.16 7.16 0 0 0 1.18.1c1.03 0 2-.25 2.9-.7A5.9 5.9 0 0 0 21 22.24c3.34-3.34 3.08-6.93 1.74-9.17l-2.87-5.04z"></path>
+ </g></svg>
+ </div></a>
+ </div>
+ <div class="mx r">
+ <div class="my">
+ <h4 class="ax ej ek az bc">
+ 42
+ </h4>
+ </div>
+ </div>
+ </div>
+ <div class="sd eg rx se ar r"></div>
+ <div>
+ <div class="fn" role="tooltip" aria-hidden="true">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_recirc---------0-----------------bookmark_sidebar-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="px py pz la qa qb qc lc qd qe qf le qg qh qi qj qk ql qm qn qo">
+ <div class="ai hy">
+ <div class="r qp">
+ <div class="qq qr pi pj pk qs qt pl pm pn qu qv po pp pq qw qx pr ps pt qy qz pu pv pw n na">
+ <div class="px py pz la qa qb ra rb qd qe rc rd qg qh re rf qk ql rg rh qo">
+ <div class="ri r rj f">
+ <h4 class="ax ej ek az bc">
+ More on Nodejs from Voodoo Engineering
+ </h4>
+ </div>
+ <div class="rk r rl pd">
+ <a class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu r" rel="noopener" href="/voodoo-engineering/a-successful-voodoo-io-nodejs-meetup-on-13th-november-19b66e22711e?source=post_recirc---------1------------------">
+ <div class="rm hu">
+ <div class="hy s ai">
+ <div class="sf r ro rp hy ai rq rr"></div>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ <div class="px py pz la qa qb ra rb qd qe rc rd qg qh re rf qk ql rg rh qo">
+ <div class="rk r">
+ <div class="rs bv h rt">
+ <h4 class="ax ej ek az bc">
+ More on Nodejs from Voodoo Engineering
+ </h4>
+ </div><a rel="noopener" href="/voodoo-engineering/a-successful-voodoo-io-nodejs-meetup-on-13th-november-19b66e22711e?source=post_recirc---------1------------------">
+ <h3 class="dg q dh ru ay ir rv rw">
+ A successful Voodoo.io NodeJS meetup on 13th November!
+ </h3></a>
+ </div>
+ <div class="n o dz">
+ <div class="rx r cb">
+ <div class="o n">
+ <div>
+ <a rel="noopener" href="/@aymeric_roffe?source=post_recirc---------1------------------"><img alt="Aymeric Roffé" class="r ed ry rz" src="https://miro.medium.com/fit/c/80/80/0*mufGR_aMLhWdVKIO.jpg" width="40" height="40" /></a>
+ </div>
+ <div class="eg ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="ck n o ei">
+ <span class="ax b ay az ba bb r dg q"><span class="ax ej ek az by el em en eo ep dg"><a class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener" href="/@aymeric_roffe?source=post_recirc---------1------------------">Aymeric Roffé</a> <span><!-- -->in<!-- --> <a href="/voodoo-engineering?source=post_recirc---------1------------------" class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener">Voodoo Engineering</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ <div>
+ <span class="ax b ay az ba bb r bc bd"><a class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener" href="/voodoo-engineering/a-successful-voodoo-io-nodejs-meetup-on-13th-november-19b66e22711e?source=post_recirc---------1------------------">Nov 20, 2019</a> <!-- -->·<!-- --> <!-- -->3<!-- --> min read</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="n o">
+ <div class="n o">
+ <div class="mo r hu">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_recirc-----19b66e22711e----1-----------------clap_preview-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener">
+ <div class="bl mp mq mr ms mt mu mv sa sb sc">
+ <svg width="25" height="25" viewbox="0 0 25 25">
+ <g fill-rule="evenodd">
+ <path d="M11.74 0l.76 2.97.76-2.97zM14.81 3.78l1.84-2.56-1.42-.47zM8.38 1.22l1.84 2.56L9.8.75zM20.38 21.62a5.11 5.11 0 0 1-3.16 1.61l.49-.45c2.88-2.89 3.45-5.98 1.69-9.21l-1.1-1.94-.96-2.02c-.31-.67-.23-1.18.25-1.55a.84.84 0 0 1 .66-.16c.34.05.66.28.88.6l2.85 5.02c1.18 1.97 1.38 5.12-1.6 8.1M7.1 21.1l-5.02-5.02a1 1 0 0 1 .7-1.7 1 1 0 0 1 .72.3l2.6 2.6a.44.44 0 0 0 .63-.62L4.1 14.04l-1.75-1.75a1 1 0 1 1 1.41-1.41l4.15 4.15a.44.44 0 0 0 .63 0 .44.44 0 0 0 0-.62L4.4 10.26 3.22 9.08a1 1 0 0 1 0-1.4 1.02 1.02 0 0 1 1.41 0l1.18 1.16L9.96 13a.44.44 0 0 0 .62 0 .44.44 0 0 0 0-.63L6.43 8.22a.99.99 0 0 1-.3-.7.99.99 0 0 1 .3-.7 1 1 0 0 1 1.41 0l7 6.98a.44.44 0 0 0 .7-.5l-1.35-2.85c-.31-.68-.23-1.19.25-1.56a.85.85 0 0 1 .66-.16c.34.06.66.28.88.6L18.63 14c1.57 2.88 1.07 5.54-1.55 8.16a5.62 5.62 0 0 1-5.06 1.65 9.35 9.35 0 0 1-4.93-2.72zM11 5.98l2.56 2.56c-.5.6-.56 1.41-.15 2.28l.26.56-4.25-4.25a.98.98 0 0 1-.12-.45 1 1 0 0 1 .29-.7 1.02 1.02 0 0 1 1.41 0zm8.89 2.06c-.38-.56-.9-.92-1.49-1.01a1.74 1.74 0 0 0-1.34.33c-.38.29-.61.65-.71 1.06a2.1 2.1 0 0 0-1.1-.56 1.78 1.78 0 0 0-.99.13l-2.64-2.64a1.88 1.88 0 0 0-2.65 0 1.86 1.86 0 0 0-.48.85 1.89 1.89 0 0 0-2.67-.01 1.87 1.87 0 0 0-.5.9c-.76-.75-2-.75-2.7-.04a1.88 1.88 0 0 0 0 2.66c-.3.12-.61.29-.87.55a1.88 1.88 0 0 0 0 2.66l.62.62a1.88 1.88 0 0 0-.9 3.16l5.01 5.02c1.6 1.6 3.52 2.64 5.4 2.96a7.16 7.16 0 0 0 1.18.1c1.03 0 2-.25 2.9-.7A5.9 5.9 0 0 0 21 22.24c3.34-3.34 3.08-6.93 1.74-9.17l-2.87-5.04z"></path>
+ </g></svg>
+ </div></a>
+ </div>
+ <div class="mx r">
+ <div class="my">
+ <h4 class="ax ej ek az bc">
+ 5
+ </h4>
+ </div>
+ </div>
+ </div>
+ <div class="sd eg rx se ar r"></div>
+ <div>
+ <div class="fn" role="tooltip" aria-hidden="true">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_recirc---------1-----------------bookmark_sidebar-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="px py pz la qa qb qc lc qd qe qf le qg qh qi qj qk ql qm qn qo">
+ <div class="ai hy">
+ <div class="r qp">
+ <div class="qq qr pi pj pk qs qt pl pm pn qu qv po pp pq qw qx pr ps pt qy qz pu pv pw n na">
+ <div class="px py pz la qa qb ra rb qd qe rc rd qg qh re rf qk ql rg rh qo">
+ <div class="ri r rj f">
+ <h4 class="ax ej ek az bc">
+ Related reads
+ </h4>
+ </div>
+ <div class="rk r rl pd">
+ <a href="https://itnext.io/request-id-tracing-in-node-js-applications-c517c7dab62d?source=post_recirc---------2------------------" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu r" rel="noopener nofollow">
+ <div class="rm hu">
+ <div class="hy s ai">
+ <div class="sg r ro rp hy ai rq rr"></div>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ <div class="px py pz la qa qb ra rb qd qe rc rd qg qh re rf qk ql rg rh qo">
+ <div class="rk r">
+ <div class="rs bv h rt">
+ <h4 class="ax ej ek az bc">
+ Related reads
+ </h4>
+ </div><a href="https://itnext.io/request-id-tracing-in-node-js-applications-c517c7dab62d?source=post_recirc---------2------------------" rel="noopener nofollow">
+ <h3 class="dg q dh ru ay ir rv rw">
+ Request Id Tracing in Node.js Applications
+ </h3></a>
+ </div>
+ <div class="n o dz">
+ <div class="rx r cb">
+ <div class="o n">
+ <div>
+ <a rel="noopener" href="/@apechkurov?source=post_recirc---------2------------------"><img alt="Andrey Pechkurov" class="r ed ry rz" src="https://miro.medium.com/fit/c/80/80/1*n5_aO67yi-62ToDsxnr4bw.png" width="40" height="40" /></a>
+ </div>
+ <div class="eg ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="ck n o ei">
+ <span class="ax b ay az ba bb r dg q"><span class="ax ej ek az by el em en eo ep dg"><a class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener" href="/@apechkurov?source=post_recirc---------2------------------">Andrey Pechkurov</a> <span><!-- -->in<!-- --> <a href="https://itnext.io/?source=post_recirc---------2------------------" class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener nofollow">ITNEXT</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ <div>
+ <span class="ax b ay az ba bb r bc bd"><a href="https://itnext.io/request-id-tracing-in-node-js-applications-c517c7dab62d?source=post_recirc---------2------------------" class="eq er bg bh bi bj bk bl bm bn es bq br et eu" rel="noopener nofollow">Dec 6, 2018</a> <!-- -->·<!-- --> <!-- -->5<!-- --> min read</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="n o">
+ <div class="n o">
+ <div class="mo r hu">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_recirc-----c517c7dab62d----2-----------------clap_preview-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener">
+ <div class="bl mp mq mr ms mt mu mv sa sb sc">
+ <svg width="25" height="25" viewbox="0 0 25 25">
+ <g fill-rule="evenodd">
+ <path d="M11.74 0l.76 2.97.76-2.97zM14.81 3.78l1.84-2.56-1.42-.47zM8.38 1.22l1.84 2.56L9.8.75zM20.38 21.62a5.11 5.11 0 0 1-3.16 1.61l.49-.45c2.88-2.89 3.45-5.98 1.69-9.21l-1.1-1.94-.96-2.02c-.31-.67-.23-1.18.25-1.55a.84.84 0 0 1 .66-.16c.34.05.66.28.88.6l2.85 5.02c1.18 1.97 1.38 5.12-1.6 8.1M7.1 21.1l-5.02-5.02a1 1 0 0 1 .7-1.7 1 1 0 0 1 .72.3l2.6 2.6a.44.44 0 0 0 .63-.62L4.1 14.04l-1.75-1.75a1 1 0 1 1 1.41-1.41l4.15 4.15a.44.44 0 0 0 .63 0 .44.44 0 0 0 0-.62L4.4 10.26 3.22 9.08a1 1 0 0 1 0-1.4 1.02 1.02 0 0 1 1.41 0l1.18 1.16L9.96 13a.44.44 0 0 0 .62 0 .44.44 0 0 0 0-.63L6.43 8.22a.99.99 0 0 1-.3-.7.99.99 0 0 1 .3-.7 1 1 0 0 1 1.41 0l7 6.98a.44.44 0 0 0 .7-.5l-1.35-2.85c-.31-.68-.23-1.19.25-1.56a.85.85 0 0 1 .66-.16c.34.06.66.28.88.6L18.63 14c1.57 2.88 1.07 5.54-1.55 8.16a5.62 5.62 0 0 1-5.06 1.65 9.35 9.35 0 0 1-4.93-2.72zM11 5.98l2.56 2.56c-.5.6-.56 1.41-.15 2.28l.26.56-4.25-4.25a.98.98 0 0 1-.12-.45 1 1 0 0 1 .29-.7 1.02 1.02 0 0 1 1.41 0zm8.89 2.06c-.38-.56-.9-.92-1.49-1.01a1.74 1.74 0 0 0-1.34.33c-.38.29-.61.65-.71 1.06a2.1 2.1 0 0 0-1.1-.56 1.78 1.78 0 0 0-.99.13l-2.64-2.64a1.88 1.88 0 0 0-2.65 0 1.86 1.86 0 0 0-.48.85 1.89 1.89 0 0 0-2.67-.01 1.87 1.87 0 0 0-.5.9c-.76-.75-2-.75-2.7-.04a1.88 1.88 0 0 0 0 2.66c-.3.12-.61.29-.87.55a1.88 1.88 0 0 0 0 2.66l.62.62a1.88 1.88 0 0 0-.9 3.16l5.01 5.02c1.6 1.6 3.52 2.64 5.4 2.96a7.16 7.16 0 0 0 1.18.1c1.03 0 2-.25 2.9-.7A5.9 5.9 0 0 0 21 22.24c3.34-3.34 3.08-6.93 1.74-9.17l-2.87-5.04z"></path>
+ </g></svg>
+ </div></a>
+ </div>
+ <div class="mx r">
+ <div class="my">
+ <h4 class="ax ej ek az bc">
+ 827
+ </h4>
+ </div>
+ </div>
+ </div>
+ <div class="sd eg rx se ar r"></div>
+ <div>
+ <div class="fn" role="tooltip" aria-hidden="true">
+ <a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2Fvoodoo-engineering%2Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2&amp;source=post_recirc---------2-----------------bookmark_sidebar-" class="eq er bg bh bi bj bk bl bm bn fy fz bq br et eu" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="sh r si sj">
+ <section class="cp cq ai cs r sk sl sm sn so sp sq sr ss st su sv sw sx sy">
+ <div class="sz ta od n dz g">
+ <div class="tb n dz">
+ <div class="tc r td">
+ <div class="te r">
+ <a href="https://medium.com/about?autoplay=1&amp;source=post_page-----d6e62af173e2----------------------" class="eq er bg bh bi bj bk bl bm bn tf tg bq br th ti" rel="noopener">
+ <h4 class="tj tk tl ax ge ay ou tm tn r">
+ Discover <!-- -->Medium
+ </h4></a>
+ </div><span class="ax b ay az ba bb r to tp">Welcome to a place where words matter. On <!-- -->Medium<!-- -->, smart voices and original ideas take center stage - with no ads in sight.<!-- --> <a href="https://medium.com/about?autoplay=1&amp;source=post_page-----d6e62af173e2----------------------" class="eq er bg bh bi bj bk bl bm bn bq br th ti tq" rel="noopener">Watch</a></span>
+ </div>
+ <div class="tc r td">
+ <div class="pe r">
+ <a href="https://medium.com/topics?source=post_page-----d6e62af173e2----------------------" class="eq er bg bh bi bj bk bl bm bn tf tg bq br th ti" rel="noopener">
+ <h4 class="tj tk tl ax ge ay ou tm tn r">
+ Make <!-- -->Medium<!-- --> yours
+ </h4></a>
+ </div><span class="ax b ay az ba bb r to tp">Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox.<!-- --> <a href="https://medium.com/topics?source=post_page-----d6e62af173e2----------------------" class="eq er bg bh bi bj bk bl bm bn bq br th ti tq" rel="noopener">Explore</a></span>
+ </div>
+ <div class="tc r td">
+ <div class="te r">
+ <a class="eq er bg bh bi bj bk bl bm bn tf tg bq br th ti" rel="noopener" href="/membership?source=post_page-----d6e62af173e2----------------------">
+ <h4 class="tj tk tl ax ge ay ou tm tn r">
+ Become a member
+ </h4></a>
+ </div><span class="ax b ay az ba bb r to tp">Get unlimited access to the best stories on <!-- -->Medium<!-- --> — and support writers while you’re at it. Just $5/month.<!-- --> <a class="eq er bg bh bi bj bk bl bm bn bq br th ti tq" rel="noopener" href="/membership?source=post_page-----d6e62af173e2----------------------">Upgrade</a></span>
+ </div>
+ </div>
+ </div>
+ <div class="n o dz">
+ <a class="eq er bg bh bi bj bk bl bm bn tf tg bq br th ti" rel="noopener" href="/?source=post_page-----d6e62af173e2----------------------"><svg height="22" width="112" viewbox="0 0 111.5 22" class="tk">
+ <path d="M56.3 19.5c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5V19c-.7 1.8-2.4 3-4.3 3-3.3 0-5.8-2.6-5.8-7.5 0-4.5 2.6-7.6 6.3-7.6 1.6-.1 3.1.8 3.8 2.4V3.2c0-.3-.1-.6-.3-.7l-1.4-1.4V1l6.5-.8v19.3zm-4.8-.8V9.5c-.5-.6-1.2-.9-1.9-.9-1.6 0-3.1 1.4-3.1 5.7 0 4 1.3 5.4 3 5.4.8.1 1.6-.3 2-1zm9.1 3.1V9.4c0-.3-.1-.6-.3-.7l-1.4-1.5v-.1h6.5v12.5c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5zm-.2-19.2C60.4 1.2 61.5 0 63 0c1.4 0 2.6 1.2 2.6 2.6S64.4 5.3 63 5.3a2.6 2.6 0 0 1-2.6-2.7zm22.5 16.9c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5v-3.2c-.6 2-2.4 3.4-4.5 3.4-2.9 0-4.4-2.1-4.4-6.2 0-1.9 0-4.1.1-6.5 0-.3-.1-.5-.3-.7L67.7 7v.1H74v8c0 2.6.4 4.4 2 4.4.9-.1 1.7-.6 2.1-1.3V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v12.4zm22 2.3c0-.5.1-6.5.1-7.9 0-2.6-.4-4.5-2.2-4.5-.9 0-1.8.5-2.3 1.3.2.8.3 1.7.3 2.5 0 1.8-.1 4.2-.1 6.5 0 .3.1.5.3.7l1.5 1.4v.1H96c0-.4.1-6.5.1-7.9 0-2.7-.4-4.5-2.2-4.5-.9 0-1.7.5-2.2 1.3v9c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v3.1a4.6 4.6 0 0 1 4.6-3.4c2.2 0 3.6 1.2 4.2 3.5.7-2.1 2.7-3.6 4.9-3.5 2.9 0 4.5 2.2 4.5 6.2 0 1.9-.1 4.2-.1 6.5-.1.3.1.6.3.7l1.4 1.4v.1h-6.6zm-81.4-2l1.9 1.9v.1h-9.8v-.1l2-1.9c.2-.2.3-.4.3-.7V7.3c0-.5 0-1.2.1-1.8L11.4 22h-.1L4.5 6.8c-.1-.4-.2-.4-.3-.6v10c-.1.7 0 1.3.3 1.9l2.7 3.6v.1H0v-.1L2.7 18c.3-.6.4-1.3.3-1.9v-11c0-.5-.1-1.1-.5-1.5L.7 1.1V1h7l5.8 12.9L18.6 1h6.8v.1l-1.9 2.2c-.2.2-.3.5-.3.7v15.2c0 .2.1.5.3.6zm7.6-5.9c0 3.8 1.9 5.3 4.2 5.3 1.9.1 3.6-1 4.4-2.7h.1c-.8 3.7-3.1 5.5-6.5 5.5-3.7 0-7.2-2.2-7.2-7.4 0-5.5 3.5-7.6 7.3-7.6 3.1 0 6.4 1.5 6.4 6.2v.8h-8.7zm0-.8h4.3v-.8c0-3.9-.8-4.9-2-4.9-1.4.1-2.3 1.6-2.3 5.7z"></path></svg></a>
+ <div class="tr ts n dz tt al">
+ <span class="ax b ay az ba bb r to tp"><a href="https://medium.com/about?autoplay=1&amp;source=post_page-----d6e62af173e2----------------------" class="eq er bg bh bi bj bk bl bm bn es bq br th ti" rel="noopener">About</a><a href="https://help.medium.com/?source=post_page-----d6e62af173e2----------------------" class="eq er bg bh bi bj bk bl bm bn es bq br th ti" rel="noopener">Help</a><a class="eq er bg bh bi bj bk bl bm bn es bq br th ti" rel="noopener" href="/policy/9db0094a1e0f?source=post_page-----d6e62af173e2----------------------">Legal</a></span>
+ </div>
+ </div>
+ </section>
+ </div>
+ </div>
+ </div>
+ <script src="https://cdn.optimizely.com/js/16180790160.js"></script>
+ <script>
+ <![CDATA[
+ window.__BUILD_ID__ = "master-20200325-195611-72d3042672"
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__GRAPHQL_URI__ = "https://medium.com/_/graphql"
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__PRELOADED_STATE__ = {"config":{"nodeEnv":"production","version":"master-20200325-195611-72d3042672","productName":"Medium","publicUrl":"https:\u002F\u002Fcdn-client.medium.com\u002Flite","authDomain":"medium.com","authGoogleClientId":"216296035834-k1k6qe060s2tp2a2jam4ljdcms00sttg.apps.googleusercontent.com","favicon":"production","glyphUrl":"https:\u002F\u002Fglyph.medium.com","branchKey":"key_live_ofxXr2qTrrU9NqURK8ZwEhknBxiI6KBm","lightStep":{"name":"lite-web","host":"collector-medium.lightstep.com","token":"ce5be895bef60919541332990ac9fef2","appVersion":"master-20200325-195611-72d3042672"},"algolia":{"appId":"MQ57UUUQZ2","apiKeySearch":"394474ced050e3911ae2249ecc774921","indexPrefix":"medium_","host":"-dsn.algolia.net"},"recaptchaKey":"6Lfc37IUAAAAAKGGtC6rLS13R1Hrw_BqADfS1LRk","recaptcha3Key":"6Lf8R9wUAAAAABMI_85Wb8melS7Zj6ziuf99Yot5","datadog":{"clientToken":"pub853ea8d17ad6821d9f8f11861d23dfed","context":{"deployment":{"target":"production","tag":"master-20200325-195611-72d3042672","commit":"72d30426726903f840536f508f97acfb0cc9a4e7"}},"datacenter":"us"},"sentry":{"dsn":"https:\u002F\[email protected]\u002F1423575","environment":"production"},"isAmp":false,"googleAnalyticsCode":"UA-24232453-2","signInWallCustomDomainCollectionIds":["3a8144eabfe3","336d898217ee","61061eb0c96b","138adf9c44c","819cc2aaeee0"],"mediumOwnedAndOperatedCollectionIds":["544c7006046e","bcc38c8f6edf","444d13b52878","8d6b8a439e32","92d2092dc598","1285ba81cada","cb8577c9149e","8ccfed20cbb2","ae2a65f35510","3f6ecf56618","7b6769f2748b","fc8964313712","ef8e90590e66","191186aaafa0","d944778ce714","bdc4052bbdba","88d9857e584e"],"tierOneDomains":["medium.com","thebolditalic.com","arcdigital.media","towardsdatascience.com","uxdesign.cc","codeburst.io","psiloveyou.xyz","writingcooperative.com","entrepreneurshandbook.co","prototypr.io","betterhumans.coach.me","theascent.pub"],"internalLinksPostIds":["0000","0001","0002","0003"],"defaultImages":{"avatar":{"imageId":"1*dmbNkD5D-u45r44go_cf0g.png","height":150,"width":150},"orgLogo":{"imageId":"1*OMF3fSqH8t4xBJ9-6oZDZw.png","height":106,"width":545},"postLogo":{"imageId":"1*3sela1OADrJr7dJk_CXaEQ.png","height":810,"width":1440}},"performanceTags":[],"collectionStructuredData":{"8d6b8a439e32":{"name":"Elemental","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F980\u002F1*[email protected]","width":980,"height":159}}},"3f6ecf56618":{"name":"Forge","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F596\u002F1*[email protected]","width":596,"height":183}}},"ae2a65f35510":{"name":"GEN","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F264\u002F1*RdVZMdvfV3YiZTw6mX7yWA.png","width":264,"height":140}}},"88d9857e584e":{"name":"LEVEL","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*JqYMhNX6KNNb2UlqGqO2WQ.png","width":540,"height":108}}},"7b6769f2748b":{"name":"Marker","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F383\u002F1*[email protected]","width":383,"height":92}}},"444d13b52878":{"name":"OneZero","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*cw32fIqCbRWzwJaoQw6BUg.png","width":540,"height":123}}},"8ccfed20cbb2":{"name":"Zora","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*tZUQqRcCCZDXjjiZ4bDvgQ.png","width":540,"height":106}}}},"embeddedPostIds":{"coronavirus":"cd3010f9d81f"},"covidCollectionId":"8a9336e5bb4","embedPostRules":[]},"debug":{"requestId":"362f13d1-9bbb-4e1d-94b8-4c50f7fb3315","originalSpanCarrier":{"ot-tracer-spanid":"036cb79e1be8d2a3","ot-tracer-traceid":"13b077d2691fef38","ot-tracer-sampled":"true"}},"session":{"user":{"id":"lo_wtop8RY2OSAr"},"xsrf":""},"stats":{"itemCount":0,"sending":false,"timeout":null,"backup":{}},"navigation":{"branch":{"show":null,"hasRendered":null,"blockedByCTA":true},"hideGoogleOneTap":false,"hasRenderedGoogleOneTap":null,"currentLocation":"https:\u002F\u002Fmedium.com\u002Fvoodoo-engineering\u002Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2","host":"medium.com","hostname":"medium.com","susiModal":{"step":null,"operation":"register","reportEventInfo":{"eventName":"","data":{}}},"postRead":false},"client":{"isBot":false,"isEu":false,"isLinkedin":false,"isNativeMedium":false,"isCustomDomain":false},"multiVote":{"clapsPerPost":{}}}
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__APOLLO_STATE__ = {"ROOT_QUERY":{"viewer":null,"variantFlags":[{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.0","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.1","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.2","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.3","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.4","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.5","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.6","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.7","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.8","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.9","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.10","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.11","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.12","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.13","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.14","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.15","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.16","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.17","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.18","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.19","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.20","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.21","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.22","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.23","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.24","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.25","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.26","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.27","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.28","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.29","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.30","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.31","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.32","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.33","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.34","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.35","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.36","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.37","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.38","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.39","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.40","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.41","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.42","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.43","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.44","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.45","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.46","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.47","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.48","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.49","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.50","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.51","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.52","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.53","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.54","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.55","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.56","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.57","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.58","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.59","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.60","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.61","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.62","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.63","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.64","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.65","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.66","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.67","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.68","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.69","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.70","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.71","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.72","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.73","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.74","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.75","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.76","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.77","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.78","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.79","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.80","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.81","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.82","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.83","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.84","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.85","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.86","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.87","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.88","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.89","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.90","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.91","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.92","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.93","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.94","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.95","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.96","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.97","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.98","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.99","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.100","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.101","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.102","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.103","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.104","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.105","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.106","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.107","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.108","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.109","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.110","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.111","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.112","typename":"VariantFlag"}],"meterPost({\"postId\":\"d6e62af173e2\",\"postMeteringOptions\":{}})":{"type":"id","generated":false,"id":"MeteringInfo:singleton","typename":"MeteringInfo"},"postResult({\"id\":\"d6e62af173e2\"})":{"type":"id","generated":false,"id":"Post:d6e62af173e2","typename":"Post"}},"ROOT_QUERY.variantFlags.0":{"name":"add_friction_to_signup","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.0.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.0.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.1":{"name":"allow_access","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.1.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.1.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.2":{"name":"allow_signup","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.2.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.2.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.3":{"name":"allow_test_auth","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.3.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.3.valueType":{"__typename":"VariantFlagString","value":"disallow"},"ROOT_QUERY.variantFlags.4":{"name":"assign_default_topic_to_posts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.4.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.4.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.5":{"name":"available_annual_plan","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.5.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.5.valueType":{"__typename":"VariantFlagString","value":"2c754bcc2995"},"ROOT_QUERY.variantFlags.6":{"name":"available_monthly_plan","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.6.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.6.valueType":{"__typename":"VariantFlagString","value":"60e220181034"},"ROOT_QUERY.variantFlags.7":{"name":"branch_seo_metadata","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.7.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.7.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.8":{"name":"browsable_stream_config_bucket","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.8.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.8.valueType":{"__typename":"VariantFlagString","value":"curated-topics"},"ROOT_QUERY.variantFlags.9":{"name":"covid_19_cdc_banner","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.9.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.9.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.10":{"name":"disable_android_subscription_activity_carousel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.10.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.10.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.11":{"name":"disable_gosocial_followers_that_you_follow","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.11.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.11.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.12":{"name":"disable_ios_resume_reading_toast","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.12.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.12.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.13":{"name":"disable_ios_subscription_activity_carousel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.13.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.13.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.14":{"name":"disable_mobile_featured_chunk","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.14.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.14.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.15":{"name":"disable_post_recommended_from_friends_provider","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.15.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.15.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.16":{"name":"enable_android_local_currency","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.16.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.16.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.17":{"name":"enable_annual_renewal_reminder_email","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.17.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.17.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.18":{"name":"enable_app_flirty_thirty","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.18.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.18.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.19":{"name":"enable_auto_tier","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.19.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.19.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.20":{"name":"enable_automated_mission_control_triggers","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.20.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.20.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.21":{"name":"enable_blue_small_meter","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.21.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.21.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.22":{"name":"enable_branch_io","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.22.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.22.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.23":{"name":"enable_branding","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.23.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.23.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.24":{"name":"enable_branding_fonts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.24.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.24.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.25":{"name":"enable_curation_priority_queue_experiment","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.25.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.25.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.26":{"name":"enable_dedicated_series_tab_api_ios","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.26.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.26.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.27":{"name":"enable_different_grid","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.27.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.27.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.28":{"name":"enable_digest_feature_logging","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.28.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.28.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.29":{"name":"enable_disregard_trunc_state_for_footer","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.29.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.29.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.30":{"name":"enable_edit_alt_text","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.30.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.30.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.31":{"name":"enable_email_sign_in_captcha","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.31.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.31.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.32":{"name":"enable_embedding_based_diversification","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.32.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.32.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.33":{"name":"enable_ev_mission_email_v3","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.33.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.33.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.34":{"name":"enable_expanded_feature_chunk_pool","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.34.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.34.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.35":{"name":"enable_filter_by_resend_rules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.35.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.35.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.36":{"name":"enable_filter_expire_processor","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.36.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.36.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.37":{"name":"enable_first_name_on_paywall","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.37.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.37.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.38":{"name":"enable_free_corona_topic","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.38.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.38.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.39":{"name":"enable_google_one_tap","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.39.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.39.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.40":{"name":"enable_ios_post_stats","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.40.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.40.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.41":{"name":"enable_janky_spam_rules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.41.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.41.valueType":{"__typename":"VariantFlagString","value":"users,posts"},"ROOT_QUERY.variantFlags.42":{"name":"enable_json_logs_trained_ranker","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.42.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.42.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.43":{"name":"enable_kafka_events","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.43.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.43.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.44":{"name":"enable_kbfd_rex","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.44.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.44.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.45":{"name":"enable_kbfd_rex_app_highlights","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.45.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.45.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.46":{"name":"enable_kbfd_rex_daily_digest","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.46.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.46.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.47":{"name":"enable_li_open_in_app","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.47.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.47.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.48":{"name":"enable_lite_notifications","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.48.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.48.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.49":{"name":"enable_lite_post","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.49.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.49.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.50":{"name":"enable_lite_post_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.50.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.50.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.51":{"name":"enable_lite_post_highlights","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.51.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.51.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.52":{"name":"enable_lite_post_highlights_view_only","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.52.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.52.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.53":{"name":"enable_lite_profile","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.53.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.53.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.54":{"name":"enable_lite_pub_header_menu","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.54.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.54.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.55":{"name":"enable_lite_server_upstream_deadlines","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.55.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.55.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.56":{"name":"enable_lite_stories","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.56.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.56.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.57":{"name":"enable_lite_topics","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.57.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.57.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.58":{"name":"enable_lite_unread_notification_count_mutation","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.58.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.58.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.59":{"name":"enable_lo_homepage","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.59.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.59.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.60":{"name":"enable_lo_meter_swap","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.60.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.60.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.61":{"name":"enable_lo_open_in_app","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.61.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.61.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.62":{"name":"enable_logged_out_homepage_signup","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.62.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.62.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.63":{"name":"enable_login_code_flow","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.63.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.63.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.64":{"name":"enable_marketing_emails","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.64.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.64.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.65":{"name":"enable_media_resource_try_catch","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.65.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.65.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.66":{"name":"enable_membership_remove_section_a","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.66.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.66.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.67":{"name":"enable_minimal_meter_v2","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.67.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.67.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.68":{"name":"enable_miro_on_kubernetes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.68.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.68.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.69":{"name":"enable_mk_branch_cleanup","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.69.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.69.valueType":{"__typename":"VariantFlagString","value":"app-button"},"ROOT_QUERY.variantFlags.70":{"name":"enable_ml_rank_modules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.70.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.70.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.71":{"name":"enable_monthly_membership_default","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.71.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.71.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.72":{"name":"enable_more_on_coronavirus","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.72.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.72.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.73":{"name":"enable_mute","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.73.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.73.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.74":{"name":"enable_new_collaborative_filtering_data","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.74.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.74.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.75":{"name":"enable_new_suspended_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.75.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.75.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.76":{"name":"enable_new_three_dot_menu","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.76.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.76.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.77":{"name":"enable_newsletter_v3_landing_for_covid_only","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.77.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.77.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.78":{"name":"enable_optimizely","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.78.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.78.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.79":{"name":"enable_pardon_the_interruption_removal","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.79.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.79.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.80":{"name":"enable_parsely","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.80.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.80.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.81":{"name":"enable_patronus_on_kubernetes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.81.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.81.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.82":{"name":"enable_popularity_feature","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.82.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.82.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.83":{"name":"enable_post_import","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.83.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.83.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.84":{"name":"enable_post_page_nav_stickiness_removal","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.84.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.84.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.85":{"name":"enable_post_seo_settings_screen","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.85.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.85.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.86":{"name":"enable_post_settings_screen","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.86.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.86.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.87":{"name":"enable_primary_topic_for_mobile","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.87.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.87.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.88":{"name":"enable_rito_upstream_deadlines","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.88.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.88.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.89":{"name":"enable_rtr_channel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.89.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.89.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.90":{"name":"enable_save_to_medium","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.90.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.90.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.91":{"name":"enable_starspace","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.91.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.91.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.92":{"name":"enable_suggest_account","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.92.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.92.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.93":{"name":"enable_suggest_account_li","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.93.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.93.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.94":{"name":"enable_tick_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.94.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.94.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.95":{"name":"enable_tipalti_onboarding","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.95.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.95.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.96":{"name":"enable_topic_lifecycle_email","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.96.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.96.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.97":{"name":"enable_tribute_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.97.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.97.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.98":{"name":"enable_trumpland_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.98.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.98.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.99":{"name":"featured_fc_and_ydr","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.99.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.99.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.100":{"name":"filter_low_scoring_users","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.100.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.100.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.101":{"name":"glyph_font_set","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.101.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.101.valueType":{"__typename":"VariantFlagString","value":"m2"},"ROOT_QUERY.variantFlags.102":{"name":"google_sign_in_android","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.102.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.102.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.103":{"name":"is_not_medium_subscriber","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.103.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.103.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.104":{"name":"new_transition_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.104.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.104.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.105":{"name":"pardon_the_interruption_4","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.105.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.105.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.106":{"name":"pub_sidebar","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.106.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.106.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.107":{"name":"rank_model","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.107.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.107.valueType":{"__typename":"VariantFlagString","value":"default"},"ROOT_QUERY.variantFlags.108":{"name":"redis_read_write_splitting","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.108.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.108.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.109":{"name":"share_post_linkedin","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.109.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.109.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.110":{"name":"signin_services","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.110.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.110.valueType":{"__typename":"VariantFlagString","value":"twitter,facebook,google,email,google-fastidv,google-one-tap,apple"},"ROOT_QUERY.variantFlags.111":{"name":"signup_services","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.111.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.111.valueType":{"__typename":"VariantFlagString","value":"twitter,facebook,google,email,google-fastidv,google-one-tap,apple"},"ROOT_QUERY.variantFlags.112":{"name":"use_new_admin_topic_backend","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.112.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.112.valueType":{"__typename":"VariantFlagBoolean","value":true},"MeteringInfo:singleton":{"__typename":"MeteringInfo","postIds":{"type":"json","json":[]},"maxUnlockCount":3,"unlocksRemaining":3},"Post:d6e62af173e2":{"__typename":"Post","id":"d6e62af173e2","visibility":"PUBLIC","latestPublishedVersion":"f7ff17b467b5","collection":{"type":"id","generated":false,"id":"Collection:6965894c8b8f","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:ead7e4ca29dd","typename":"User"},"isLocked":false,"lockedSource":"LOCKED_POST_SOURCE_NONE","sequence":null,"mediumUrl":"https:\u002F\u002Fmedium.com\u002Fvoodoo-engineering\u002Fnode-js-and-cpu-profiling-on-production-in-real-time-without-downtime-d6e62af173e2","canonicalUrl":"","content({\"postMeteringOptions\":{}})":{"type":"id","generated":true,"id":"$Post:d6e62af173e2.content({\"postMeteringOptions\":{}})","typename":"PostContent"},"firstPublishedAt":1571419414816,"isPublished":true,"layerCake":0,"primaryTopic":null,"title":"Node.js and CPU profiling on production (in real-time without downtime)","isLimitedState":false,"pendingCollection":null,"shareKey":null,"statusForCollection":"APPROVED","readingTime":7.216037735849056,"readingList":"READING_LIST_NONE","allowResponses":true,"clapCount":11,"viewerClapCount":0,"license":"ALL_RIGHTS_RESERVED","tags":[{"type":"id","generated":false,"id":"Tag:nodejs","typename":"Tag"},{"type":"id","generated":false,"id":"Tag:performance","typename":"Tag"},{"type":"id","generated":false,"id":"Tag:cpu","typename":"Tag"},{"type":"id","generated":false,"id":"Tag:profiling","typename":"Tag"},{"type":"id","generated":false,"id":"Tag:inspector","typename":"Tag"}],"topics":[],"recirc({\"paging\":{\"limit\":3}})":{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}})","typename":"RecircItemConnection"},"voterCount":7,"recommenders":[],"postResponses":{"type":"id","generated":true,"id":"$Post:d6e62af173e2.postResponses","typename":"PostResponses"},"responsesCount":0,"collaborators":[{"type":"id","generated":false,"id":"Collaborator:d6e62af173e2-aa221ef5cd0d","typename":"Collaborator"}],"translationSourcePost":null,"newsletterId":"","inResponseToPostResult":null,"inResponseToMediaResource":null,"curationEligibleAt":0,"isDistributionAlertDismissed":false,"audioVersionUrl":"","seoTitle":"","socialTitle":"","socialDek":"","metaDescription":"How to run a CPU profiling with Node.js on your production in real-time and without interruption of service.","latestPublishedAt":1571419414816,"previewContent":{"type":"id","generated":true,"id":"$Post:d6e62af173e2.previewContent","typename":"PreviewContent"},"previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*EO-pr4RolgcAOj_Uk1rpDA.png","typename":"ImageMetadata"},"updatedAt":1571419415066,"seoDescription":"","isSuspended":false},"Collection:6965894c8b8f":{"id":"6965894c8b8f","domain":null,"slug":"voodoo-engineering","__typename":"Collection","isAuroraVisible":false,"googleAnalyticsId":null,"customStyleSheet":null,"colorBehavior":"ACCENT_COLOR","favicon":{"type":"id","generated":false,"id":"ImageMetadata:","typename":"ImageMetadata"},"name":"Voodoo Engineering","logo":{"type":"id","generated":false,"id":"ImageMetadata:1*_LkVyEmY2-W1rlZD2__W5g.jpeg","typename":"ImageMetadata"},"avatar":{"type":"id","generated":false,"id":"ImageMetadata:1*ID7_awC5r-U-zTXrW6w0zA.jpeg","typename":"ImageMetadata"},"isEnrolledInHightower":false,"creator":{"type":"id","generated":false,"id":"User:2c3576658a8b","typename":"User"},"viewerIsEditor":false,"navItems":[],"colorPalette":{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette","typename":"ColorPalette"},"viewerCanEditOwnPosts":false,"viewerCanEditPosts":false,"viewerIsMuting":false,"description":"Learn about Voodoo’s engineering efforts.","viewerIsFollowing":false,"viewerIsSubscribedToLetters":false,"isUserSubscribedToCollectionEmails":false,"ampEnabled":false,"twitterUsername":null,"facebookPageId":null,"tagline":"Learn about Voodoo’s engineering efforts."},"User:ead7e4ca29dd":{"id":"ead7e4ca29dd","__typename":"User","isSuspended":false,"allowNotes":true,"name":"Vincent Vallet","isFollowing":null,"username":"vincentvallet","bio":"","imageId":"1*vFTVh_mYyf0p6m7f77A3vw.jpeg","mediumMemberAt":0,"isBlocking":null,"isMuting":null,"isPartnerProgramEnrolled":false,"twitterScreenName":""},"ImageMetadata:":{"id":"","__typename":"ImageMetadata"},"ImageMetadata:1*_LkVyEmY2-W1rlZD2__W5g.jpeg":{"id":"1*_LkVyEmY2-W1rlZD2__W5g.jpeg","originalWidth":2010,"originalHeight":1140,"__typename":"ImageMetadata"},"ImageMetadata:1*ID7_awC5r-U-zTXrW6w0zA.jpeg":{"id":"1*ID7_awC5r-U-zTXrW6w0zA.jpeg","__typename":"ImageMetadata"},"User:2c3576658a8b":{"id":"2c3576658a8b","__typename":"User","name":"Aymeric Roffé","username":"aymeric_roffe","bio":"","isFollowing":null,"imageId":"0*mufGR_aMLhWdVKIO.jpg","mediumMemberAt":0},"$Collection:6965894c8b8f.colorPalette":{"tintBackgroundSpectrum":null,"__typename":"ColorPalette","defaultBackgroundSpectrum":{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum","typename":"ColorSpectrum"},"highlightSpectrum":{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.highlightSpectrum","typename":"ColorSpectrum"}},"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum":{"backgroundColor":"#FFFFFFFF","colorPoints":[{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum.colorPoints.0","typename":"ColorPoint"},{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum.colorPoints.1","typename":"ColorPoint"},{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum.colorPoints.2","typename":"ColorPoint"},{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum.colorPoints.3","typename":"ColorPoint"}],"__typename":"ColorSpectrum"},"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum.colorPoints.0":{"color":"#FF02B875","point":0,"__typename":"ColorPoint"},"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum.colorPoints.1":{"color":"#FF00AB6B","point":0.1,"__typename":"ColorPoint"},"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum.colorPoints.2":{"color":"#FF1C9963","point":0.2,"__typename":"ColorPoint"},"$Collection:6965894c8b8f.colorPalette.defaultBackgroundSpectrum.colorPoints.3":{"color":"#FF092E20","point":1,"__typename":"ColorPoint"},"$Collection:6965894c8b8f.colorPalette.highlightSpectrum":{"backgroundColor":"#FFFFFFFF","colorPoints":[{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.0","typename":"ColorPoint"},{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.1","typename":"ColorPoint"},{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.2","typename":"ColorPoint"},{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.3","typename":"ColorPoint"},{"type":"id","generated":true,"id":"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.4","typename":"ColorPoint"}],"__typename":"ColorSpectrum"},"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.0":{"color":"#FFFFFFFF","point":0,"__typename":"ColorPoint"},"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.1":{"color":"#FFE9FDF0","point":0.1,"__typename":"ColorPoint"},"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.2":{"color":"#FFE2FAEE","point":0.2,"__typename":"ColorPoint"},"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.3":{"color":"#FFADFFCF","point":0.6,"__typename":"ColorPoint"},"$Collection:6965894c8b8f.colorPalette.highlightSpectrum.colorPoints.4":{"color":"#FF7DFFB3","point":1,"__typename":"ColorPoint"},"$Post:d6e62af173e2.content({\"postMeteringOptions\":{}})":{"isLockedPreviewOnly":false,"validatedShareKey":"","__typename":"PostContent","bodyModel":{"type":"id","generated":true,"id":"$Post:d6e62af173e2.content({\"postMeteringOptions\":{}}).bodyModel","typename":"RichText"}},"$Post:d6e62af173e2.content({\"postMeteringOptions\":{}}).bodyModel.sections.0":{"name":"40b1","startIndex":0,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d6e62af173e2.content({\"postMeteringOptions\":{}}).bodyModel":{"sections":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.content({\"postMeteringOptions\":{}}).bodyModel.sections.0","typename":"Section"}],"paragraphs":[{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_0","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_1","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_2","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_3","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_4","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_5","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_6","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_7","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_8","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_9","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_10","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_11","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_12","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_13","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_14","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_15","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_16","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_17","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_18","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_19","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_20","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_21","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_22","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_23","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_24","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_25","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_26","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_27","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_28","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_29","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_30","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_31","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_32","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_33","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_34","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_35","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_36","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_37","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_38","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_39","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_40","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_41","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_42","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_43","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_44","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_45","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_46","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_47","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_48","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_49","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_50","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_51","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_52","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_53","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_54","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_55","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_56","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_57","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_58","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_59","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_60","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_61","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_62","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_63","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_64","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_65","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_66","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_67","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_68","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_69","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_70","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_71","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_72","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_73","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_74","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_75","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_76","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_77","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_78","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_79","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_80","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_81","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_82","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_83","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_84","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_85","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_86","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_87","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_88","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_89","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_90","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_91","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_92","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_93","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_94","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_95","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_96","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_97","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_98","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:f7ff17b467b5_99","typename":"Paragraph"}],"__typename":"RichText"},"Paragraph:f7ff17b467b5_0":{"id":"f7ff17b467b5_0","name":"daf0","type":"H3","href":null,"layout":null,"metadata":null,"text":"Node.js and CPU profiling on production (in real-time without downtime)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_1":{"id":"f7ff17b467b5_1","name":"0231","type":"H3","href":null,"layout":null,"metadata":null,"text":"Why CPU monitoring is important?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_2":{"id":"f7ff17b467b5_2","name":"d2c1","type":"P","href":null,"layout":null,"metadata":null,"text":"I work at Voodoo, a French company that creates mobile video games. We have a lot of challenges with performance, availability, and scalability because of the insane amount of traffic our infrastructure supports (billions of events\u002Frequests per day …… no joke!). In this setting, every metric is important and gives us a lot of information about the state of our system.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_2.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_2.markups.0":{"type":"A","start":10,"end":16,"href":"http:\u002F\u002Fvoodoo.io\u002F","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_3":{"id":"f7ff17b467b5_3","name":"0e89","type":"P","href":null,"layout":null,"metadata":null,"text":"When working with Node.js one of the most critical resources to monitor is the CPU. Most of the time, when working on a low traffic API or project we don’t realize how many simple lines of code can have a huge impact on CPU. On the other hand, when traffic increases, a simple mistake can cost dearly.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_4":{"id":"f7ff17b467b5_4","name":"292e","type":"H3","href":null,"layout":null,"metadata":null,"text":"Resources","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_5":{"id":"f7ff17b467b5_5","name":"1efa","type":"P","href":null,"layout":null,"metadata":null,"text":"What kind of resources does your application need? In most cases, we focus on memory and CPU. Good monitoring of these two elements is mandatory for an application running on production.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_6":{"id":"f7ff17b467b5_6","name":"dce9","type":"P","href":null,"layout":null,"metadata":null,"text":"For memory, constant monitoring is the best practice to track the worst developer nightmare a.k.a memory leak.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_7":{"id":"f7ff17b467b5_7","name":"a38c","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*5o3M5niyi911waUrKWVZ0Q.png","typename":"ImageMetadata"},"text":"Memory leak in action","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*5o3M5niyi911waUrKWVZ0Q.png":{"id":"1*5o3M5niyi911waUrKWVZ0Q.png","originalHeight":970,"originalWidth":1894,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_8":{"id":"f7ff17b467b5_8","name":"69dd","type":"P","href":null,"layout":null,"metadata":null,"text":"A good way to debug memory leak is a memory dump and\u002For memory sampling but this is not the subject.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_9":{"id":"f7ff17b467b5_9","name":"1fbc","type":"P","href":null,"layout":null,"metadata":null,"text":"(for more details about V8 and its garbage collector you can read my previous article here)","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_9.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_9.markups.0":{"type":"A","start":86,"end":90,"href":"https:\u002F\u002Fmedium.com\u002Fvoodoo-engineering\u002Fnodejs-internals-v8-garbage-collector-a6eca82540ec","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_10":{"id":"f7ff17b467b5_10","name":"6f9a","type":"PQ","href":null,"layout":null,"metadata":null,"text":"Stay focused on the CPU!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_11":{"id":"f7ff17b467b5_11","name":"40e6","type":"P","href":null,"layout":null,"metadata":null,"text":"Most of the time we monitor this resource with a simple solution allowing us to get a graph representing CPU consumption over time. If we want to be reactive we add an alarm, based on a threshold, to warn us when CPU usage is too high.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_12":{"id":"f7ff17b467b5_12","name":"7b8b","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*8uOdeOfnUzTaFIY1r7oAMg.png","typename":"ImageMetadata"},"text":"Basic CPU monitoring","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*8uOdeOfnUzTaFIY1r7oAMg.png":{"id":"1*8uOdeOfnUzTaFIY1r7oAMg.png","originalHeight":230,"originalWidth":997,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_13":{"id":"f7ff17b467b5_13","name":"0728","type":"P","href":null,"layout":null,"metadata":null,"text":"And what next? We don’t have data about the state of the instance when the CPU usage has increased. So we can’t determine why we had this peak, at least not without an important time of debugging, comparing log, etc. This is exactly why you need to use CPU profiling.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_14":{"id":"f7ff17b467b5_14","name":"8d00","type":"H3","href":null,"layout":null,"metadata":null,"text":"CPU profiling: what’s the difference with CPU monitoring?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_15":{"id":"f7ff17b467b5_15","name":"19fb","type":"PQ","href":null,"layout":null,"metadata":null,"text":"“Most commonly, profiling information serves to aid program optimization. Profiling is achieved by instrumenting either the program source code or its binary executable form using a tool called a profiler”","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_16":{"id":"f7ff17b467b5_16","name":"3e11","type":"P","href":null,"layout":null,"metadata":null,"text":"Basically, for Node.js, CPU profiling is nothing more than collecting data about functions which are CPU consuming. And ideally, get a graphic representation of the collected data a.k.a “flame graph” or “flame chart”.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_17":{"id":"f7ff17b467b5_17","name":"91c5","type":"P","href":null,"layout":null,"metadata":null,"text":"It will help you to track the exact file, line, and function which takes the most time to execute.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_18":{"id":"f7ff17b467b5_18","name":"088b","type":"H3","href":null,"layout":null,"metadata":null,"text":"What about existing solutions?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_19":{"id":"f7ff17b467b5_19","name":"dd40","type":"H4","href":null,"layout":null,"metadata":null,"text":"Add arguments to Node.js","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_20":{"id":"f7ff17b467b5_20","name":"0306","type":"P","href":null,"layout":null,"metadata":null,"text":"Node.js provides a way to collect data about CPU with two command lines.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_21":{"id":"f7ff17b467b5_21","name":"66c8","type":"P","href":null,"layout":null,"metadata":null,"text":"The first command just executes your application, the argument just tells to V8 engine to collect data. When you stop your script all information is stored in a file.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_22":{"id":"f7ff17b467b5_22","name":"16bd","type":"PRE","href":null,"layout":null,"metadata":null,"text":"node --prof app.js","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_23":{"id":"f7ff17b467b5_23","name":"768f","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*e7gjTlzi55udTXbbPeEs2A.png","typename":"ImageMetadata"},"text":"Output of — prof","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*e7gjTlzi55udTXbbPeEs2A.png":{"id":"1*e7gjTlzi55udTXbbPeEs2A.png","originalHeight":534,"originalWidth":849,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_24":{"id":"f7ff17b467b5_24","name":"57a6","type":"P","href":null,"layout":null,"metadata":null,"text":"It is not very clear, is it?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_25":{"id":"f7ff17b467b5_25","name":"abed","type":"P","href":null,"layout":null,"metadata":null,"text":"That’s why you just need to run this second command to transform your raw file into a more human-readable output.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_26":{"id":"f7ff17b467b5_26","name":"061c","type":"PRE","href":null,"layout":null,"metadata":null,"text":"node --prof-process isolate-0xnnnnn-v8.log \u003E processed.txt","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_27":{"id":"f7ff17b467b5_27","name":"c6ab","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*JJkRh7JihTUo2apW_9ZXAQ.png","typename":"ImageMetadata"},"text":"The output of — prof-process","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*JJkRh7JihTUo2apW_9ZXAQ.png":{"id":"1*JJkRh7JihTUo2apW_9ZXAQ.png","originalHeight":306,"originalWidth":754,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_28":{"id":"f7ff17b467b5_28","name":"85fa","type":"P","href":null,"layout":null,"metadata":null,"text":"It seems better, here you can determine which function consumes the most of CPU (percentage of the time).","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_29":{"id":"f7ff17b467b5_29","name":"9e54","type":"H4","href":null,"layout":null,"metadata":null,"text":"ClinicJs","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_30":{"id":"f7ff17b467b5_30","name":"176a","type":"P","href":null,"layout":null,"metadata":null,"text":"ClinicJs is a set of tools that allow you to collect data and display performance charts. With “clinic flame” you can generate a flame graph based on CPU consumption.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_31":{"id":"f7ff17b467b5_31","name":"4aeb","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*6wi5BlNNnykjZs0PufrvLQ.png","typename":"ImageMetadata"},"text":"Flame chart","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*6wi5BlNNnykjZs0PufrvLQ.png":{"id":"1*6wi5BlNNnykjZs0PufrvLQ.png","originalHeight":1534,"originalWidth":2880,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_32":{"id":"f7ff17b467b5_32","name":"5347","type":"P","href":null,"layout":null,"metadata":null,"text":"But once again, you have to stop your app, launch the tool, then terminate the script in order to display the graph (files are generated on the disk).","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_33":{"id":"f7ff17b467b5_33","name":"d6e6","type":"P","href":null,"layout":null,"metadata":null,"text":"For more details, you can see the project.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_33.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_33.markups.0":{"type":"A","start":34,"end":41,"href":"https:\u002F\u002Fclinicjs.org\u002F","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_34":{"id":"f7ff17b467b5_34","name":"be18","type":"P","href":null,"layout":null,"metadata":null,"text":"To sum up, here is the list of drawbacks of the two previous solutions.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_34.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_34.markups.0":{"type":"STRONG","start":0,"end":9,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_35":{"id":"f7ff17b467b5_35","name":"3bef","type":"ULI","href":null,"layout":null,"metadata":null,"text":"Downtime (you should kill your application to collect the data)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_36":{"id":"f7ff17b467b5_36","name":"c0df","type":"ULI","href":null,"layout":null,"metadata":null,"text":"Performance overhead","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_37":{"id":"f7ff17b467b5_37","name":"27ec","type":"ULI","href":null,"layout":null,"metadata":null,"text":"Data collected locally","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_38":{"id":"f7ff17b467b5_38","name":"a4fd","type":"ULI","href":null,"layout":null,"metadata":null,"text":"Need external tools (ClinicJs)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_39":{"id":"f7ff17b467b5_39","name":"3f2c","type":"P","href":null,"layout":null,"metadata":null,"text":"In conclusion: these are good solutions to debug on development environments and\u002For on a local machine.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_40":{"id":"f7ff17b467b5_40","name":"fcd9","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Unfortunately, CPU issues have a worrying tendency to occur on production, and when you are not in front of your screen.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_41":{"id":"f7ff17b467b5_41","name":"13ef","type":"H3","href":null,"layout":null,"metadata":null,"text":"Inspector","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_42":{"id":"f7ff17b467b5_42","name":"294e","type":"P","href":null,"layout":null,"metadata":null,"text":"“Inspector” refers to an API thanks to which you can debug your application. By debugging we mean to be able to connect directly to the core of Node.js to collect real-time data about the process.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_43":{"id":"f7ff17b467b5_43","name":"ea23","type":"P","href":null,"layout":null,"metadata":null,"text":"A module, available since version 8.x of Node.js, provides this kind of feature. There are two advantages to use it:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_44":{"id":"f7ff17b467b5_44","name":"ed54","type":"ULI","href":null,"layout":null,"metadata":null,"text":"it’s native (no additional installation required)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_45":{"id":"f7ff17b467b5_45","name":"7992","type":"ULI","href":null,"layout":null,"metadata":null,"text":"it can be used programmatically (no interruption)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_46":{"id":"f7ff17b467b5_46","name":"731f","type":"P","href":null,"layout":null,"metadata":null,"text":"And here is how to make a CPU profiling with this module:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_47":{"id":"f7ff17b467b5_47","name":"fb1e","type":"IFRAME","href":null,"layout":"INSET_CENTER","metadata":null,"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":{"type":"id","generated":true,"id":"$Paragraph:f7ff17b467b5_47.iframe","typename":"Iframe"},"mixtapeMetadata":null},"MediaResource:e6590d28762ae9dc52a79fab03d9bfb4":{"id":"e6590d28762ae9dc52a79fab03d9bfb4","iframeSrc":"","iframeHeight":0,"iframeWidth":0,"title":"CPU profiling with inspector","__typename":"MediaResource"},"$Paragraph:f7ff17b467b5_47.iframe":{"mediaResource":{"type":"id","generated":false,"id":"MediaResource:e6590d28762ae9dc52a79fab03d9bfb4","typename":"MediaResource"},"__typename":"Iframe"},"Paragraph:f7ff17b467b5_48":{"id":"f7ff17b467b5_48","name":"79d1","type":"P","href":null,"layout":null,"metadata":null,"text":"As you can see, all the data is returned in variable “profile”. Basically, it’s a simple JSON object representing all the call stack and the CPU consumption for each function. And if you want to use an Async\u002Fawait syntax you can install the module “inspector-api”.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_49":{"id":"f7ff17b467b5_49","name":"c085","type":"PRE","href":null,"layout":null,"metadata":null,"text":"npm install inspector-api --save","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_50":{"id":"f7ff17b467b5_50","name":"195d","type":"P","href":null,"layout":null,"metadata":null,"text":"It also comes with a built-in exporter to send data to S3, with this method you don’t write anything on the disk!","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_50.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_50.markups.0":{"type":"STRONG","start":76,"end":112,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_51":{"id":"f7ff17b467b5_51","name":"7085","type":"IFRAME","href":null,"layout":"INSET_CENTER","metadata":null,"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":{"type":"id","generated":true,"id":"$Paragraph:f7ff17b467b5_51.iframe","typename":"Iframe"},"mixtapeMetadata":null},"MediaResource:a5c2cfaff5b466e10f3f24ac0dee3dd1":{"id":"a5c2cfaff5b466e10f3f24ac0dee3dd1","iframeSrc":"","iframeHeight":0,"iframeWidth":0,"title":"CPU profiling with inspector-api module","__typename":"MediaResource"},"$Paragraph:f7ff17b467b5_51.iframe":{"mediaResource":{"type":"id","generated":false,"id":"MediaResource:a5c2cfaff5b466e10f3f24ac0dee3dd1","typename":"MediaResource"},"__typename":"Iframe"},"Paragraph:f7ff17b467b5_52":{"id":"f7ff17b467b5_52","name":"964f","type":"P","href":null,"layout":null,"metadata":null,"text":"If you use another storage system you can just collect the data and export it by yourself.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_53":{"id":"f7ff17b467b5_53","name":"e0f0","type":"IFRAME","href":null,"layout":"INSET_CENTER","metadata":null,"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":{"type":"id","generated":true,"id":"$Paragraph:f7ff17b467b5_53.iframe","typename":"Iframe"},"mixtapeMetadata":null},"MediaResource:a258a6f9cd216401571004e3dffd693b":{"id":"a258a6f9cd216401571004e3dffd693b","iframeSrc":"","iframeHeight":0,"iframeWidth":0,"title":"CPU profiling","__typename":"MediaResource"},"$Paragraph:f7ff17b467b5_53.iframe":{"mediaResource":{"type":"id","generated":false,"id":"MediaResource:a258a6f9cd216401571004e3dffd693b","typename":"MediaResource"},"__typename":"Iframe"},"Paragraph:f7ff17b467b5_54":{"id":"f7ff17b467b5_54","name":"848b","type":"H3","href":null,"layout":null,"metadata":null,"text":"And now, CPU profiling on-demand!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_55":{"id":"f7ff17b467b5_55","name":"6933","type":"P","href":null,"layout":null,"metadata":null,"text":"We have an API that we want to test with autocannon tool. At this step, our project is able to serve around 200 requests in 20 seconds. There is probably a mistake somewhere in the code which slows down our application.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_56":{"id":"f7ff17b467b5_56","name":"7948","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*cS9IXYGfMmgxaAUlC7oqOQ.png","typename":"ImageMetadata"},"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*cS9IXYGfMmgxaAUlC7oqOQ.png":{"id":"1*cS9IXYGfMmgxaAUlC7oqOQ.png","originalHeight":362,"originalWidth":847,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_57":{"id":"f7ff17b467b5_57","name":"fb78","type":"P","href":null,"layout":null,"metadata":null,"text":"But now, what if we want to trigger a CPU profiling remotely (without ssh connection to the server)? It’s possible using Websocket, SSE or any other technology to send a message to your instance.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_58":{"id":"f7ff17b467b5_58","name":"2c91","type":"P","href":null,"layout":null,"metadata":null,"text":"Here is a simple example of a server using the “ws” module to send a message to a unique instance.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_59":{"id":"f7ff17b467b5_59","name":"c1d6","type":"IFRAME","href":null,"layout":"INSET_CENTER","metadata":null,"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":{"type":"id","generated":true,"id":"$Paragraph:f7ff17b467b5_59.iframe","typename":"Iframe"},"mixtapeMetadata":null},"MediaResource:feef2118ed0761bda1c2821a47c2297b":{"id":"feef2118ed0761bda1c2821a47c2297b","iframeSrc":"","iframeHeight":0,"iframeWidth":0,"title":"WS server","__typename":"MediaResource"},"$Paragraph:f7ff17b467b5_59.iframe":{"mediaResource":{"type":"id","generated":false,"id":"MediaResource:feef2118ed0761bda1c2821a47c2297b","typename":"MediaResource"},"__typename":"Iframe"},"Paragraph:f7ff17b467b5_60":{"id":"f7ff17b467b5_60","name":"2206","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, it only works with one instance, but it’s a fake project to demonstrate the principle ;)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_61":{"id":"f7ff17b467b5_61","name":"e92d","type":"P","href":null,"layout":null,"metadata":null,"text":"Now we can request our server to ask it to send a message to our instance and start\u002Fstop a CPU profiling. In your instance, you can handle the CPU profiling like this:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_62":{"id":"f7ff17b467b5_62","name":"7d09","type":"IFRAME","href":null,"layout":"INSET_CENTER","metadata":null,"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":{"type":"id","generated":true,"id":"$Paragraph:f7ff17b467b5_62.iframe","typename":"Iframe"},"mixtapeMetadata":null},"MediaResource:8a678f3011fef4d2c8296408f0b552fe":{"id":"8a678f3011fef4d2c8296408f0b552fe","iframeSrc":"","iframeHeight":0,"iframeWidth":0,"title":"WS client side","__typename":"MediaResource"},"$Paragraph:f7ff17b467b5_62.iframe":{"mediaResource":{"type":"id","generated":false,"id":"MediaResource:8a678f3011fef4d2c8296408f0b552fe","typename":"MediaResource"},"__typename":"Iframe"},"Paragraph:f7ff17b467b5_63":{"id":"f7ff17b467b5_63","name":"c3d0","type":"P","href":null,"layout":null,"metadata":null,"text":"To sum up: we are able to trigger a CPU profiling, on-demand, in real-time, without interruption or connection to the server. Data can be collected on the disk (and extracted later) or can be sent to S3 (or any other system, PR are welcomed on the inspector-api project).","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_63.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_63.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_63.markups.0":{"type":"A","start":248,"end":269,"href":"https:\u002F\u002Fgithub.com\u002Fwallet77\u002Fv8-inspector-api","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_63.markups.1":{"type":"STRONG","start":0,"end":9,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_64":{"id":"f7ff17b467b5_64","name":"6e87","type":"BQ","href":null,"layout":null,"metadata":null,"text":"And because the profiler is a part of V8 itself, the format of the generated JSON file is compatible with the Chrome dev tools.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_65":{"id":"f7ff17b467b5_65","name":"1859","type":"IMG","href":null,"layout":"OUTSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*CANkRN_yzl9tfrGd2F41wQ.png","typename":"ImageMetadata"},"text":"CPU profiling before optimization","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*CANkRN_yzl9tfrGd2F41wQ.png":{"id":"1*CANkRN_yzl9tfrGd2F41wQ.png","originalHeight":708,"originalWidth":1144,"focusPercentX":null,"focusPercentY":null,"alt":"CPU profiling before optimization","__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_66":{"id":"f7ff17b467b5_66","name":"2cda","type":"P","href":null,"layout":null,"metadata":null,"text":"How can we identify an issue?","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_66.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_66.markups.0":{"type":"STRONG","start":0,"end":29,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_67":{"id":"f7ff17b467b5_67","name":"e0d2","type":"P","href":null,"layout":null,"metadata":null,"text":"A CPU profiling should be read like this:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_68":{"id":"f7ff17b467b5_68","name":"27e6","type":"ULI","href":null,"layout":null,"metadata":null,"text":"the x-axis shows the stack profile population","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_69":{"id":"f7ff17b467b5_69","name":"194a","type":"ULI","href":null,"layout":null,"metadata":null,"text":"the y-axis shows stack depth","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_70":{"id":"f7ff17b467b5_70","name":"e950","type":"P","href":null,"layout":null,"metadata":null,"text":"What does it mean?","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_70.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_70.markups.0":{"type":"STRONG","start":0,"end":18,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_71":{"id":"f7ff17b467b5_71","name":"174c","type":"P","href":null,"layout":null,"metadata":null,"text":"The larger is a box (a function call) the more it consumed CPU. So a good CPU profiling should look like a “flame” graph where each stack is the finest possible.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_72":{"id":"f7ff17b467b5_72","name":"48d9","type":"P","href":null,"layout":null,"metadata":null,"text":"In our example, every request try to generate a token. For this purpose, it calls the function pbkdf2 which is CPU consuming. Our CPU profile looks like a sequence of big blocks of time, like if the last function in the call stack takes 99% of the total time.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_73":{"id":"f7ff17b467b5_73","name":"d62c","type":"P","href":null,"layout":null,"metadata":null,"text":"The CPU profiling after optimizations, with the same time range.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_74":{"id":"f7ff17b467b5_74","name":"1325","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*87KlGgfbuWP38nAaQaj3xw.png","typename":"ImageMetadata"},"text":"CPU profiling after optimizations","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*87KlGgfbuWP38nAaQaj3xw.png":{"id":"1*87KlGgfbuWP38nAaQaj3xw.png","originalHeight":523,"originalWidth":930,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_75":{"id":"f7ff17b467b5_75","name":"10ee","type":"P","href":null,"layout":null,"metadata":null,"text":"As you can notice, we have to zoom to the profile if we want to see the call stack, because after optimizations the API was able to take a lot more traffic. Now every function in the call stack looks like a microtask.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_76":{"id":"f7ff17b467b5_76","name":"c339","type":"IMG","href":null,"layout":"OUTSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*EO-pr4RolgcAOj_Uk1rpDA.png","typename":"ImageMetadata"},"text":"Zoom in the CPU profiling","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*EO-pr4RolgcAOj_Uk1rpDA.png":{"id":"1*EO-pr4RolgcAOj_Uk1rpDA.png","originalHeight":576,"originalWidth":1844,"focusPercentX":null,"focusPercentY":null,"alt":"CPU profiling after optimization","__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_77":{"id":"f7ff17b467b5_77","name":"10f1","type":"P","href":null,"layout":null,"metadata":null,"text":"And now our application is able to serve more than 200,000 requests in 20 seconds; we increased the performance by a factor of 100k!","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_77.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_77.markups.0":{"type":"STRONG","start":83,"end":131,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_78":{"id":"f7ff17b467b5_78","name":"a52e","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*kfOK60PtmWx6iP681-qRcg.png","typename":"ImageMetadata"},"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*kfOK60PtmWx6iP681-qRcg.png":{"id":"1*kfOK60PtmWx6iP681-qRcg.png","originalHeight":362,"originalWidth":845,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:f7ff17b467b5_79":{"id":"f7ff17b467b5_79","name":"98b9","type":"H3","href":null,"layout":null,"metadata":null,"text":"More than just CPU profiling","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_80":{"id":"f7ff17b467b5_80","name":"e1ad","type":"P","href":null,"layout":null,"metadata":null,"text":"With the inspector module, you can do much more than just CPU profiling, here is a non-exhaustive list:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_81":{"id":"f7ff17b467b5_81","name":"eb04","type":"ULI","href":null,"layout":null,"metadata":null,"text":"memory dump & memory sampling","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_82":{"id":"f7ff17b467b5_82","name":"a9ea","type":"ULI","href":null,"layout":null,"metadata":null,"text":"code coverage","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_83":{"id":"f7ff17b467b5_83","name":"b896","type":"ULI","href":null,"layout":null,"metadata":null,"text":"use the debugger in real-time","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_84":{"id":"f7ff17b467b5_84","name":"06d2","type":"H3","href":null,"layout":null,"metadata":null,"text":"Warnings","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_85":{"id":"f7ff17b467b5_85","name":"731b","type":"P","href":null,"layout":null,"metadata":null,"text":"Every tool, even the most powerful, comes with its own disadvantages. If you enable the profiler and\u002For the debugger on your production you have to keep an eye on two things:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_86":{"id":"f7ff17b467b5_86","name":"e485","type":"P","href":null,"layout":null,"metadata":null,"text":"1) performance overhead","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_86.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_86.markups.0":{"type":"STRONG","start":0,"end":23,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_87":{"id":"f7ff17b467b5_87","name":"0513","type":"P","href":null,"layout":null,"metadata":null,"text":"A profiler needs to use CPU to work and it collects data into memory. The longer you let it run and the more CPU \u002F memory it will need. This is why you should begin with very short CPU profiling, no more than a few seconds between the start and stop command. And never forget to monitor the impact of the profiler on your own infrastructure. If everything is fine you can increase the time and the frequency of CPU profiling.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_88":{"id":"f7ff17b467b5_88","name":"049c","type":"P","href":null,"layout":null,"metadata":null,"text":"One more very important thing: never forget to always stop a started CPU profiling. You can add a timer to automatically call the stop function after a while.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_88.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_88.markups.0":{"type":"STRONG","start":31,"end":82,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_89":{"id":"f7ff17b467b5_89","name":"0656","type":"P","href":null,"layout":null,"metadata":null,"text":"2) security","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_89.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_89.markups.0":{"type":"STRONG","start":0,"end":11,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_90":{"id":"f7ff17b467b5_90","name":"7999","type":"P","href":null,"layout":null,"metadata":null,"text":"Using the inspector in Node.js it’s like opening the door of the core of your application. You should be very careful about who can use features like CPU profiling and\u002For the debugger. Never make the inspector “public” as being able to launch a feature from an unsafe route (not protected with an authentification mechanism). Even the collected data can be seen as critical, never send it to a system you do not trust.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_91":{"id":"f7ff17b467b5_91","name":"5618","type":"H3","href":null,"layout":null,"metadata":null,"text":"Conclusion","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_92":{"id":"f7ff17b467b5_92","name":"ae1a","type":"P","href":null,"layout":null,"metadata":null,"text":"CPU profiling is really a must-have tool for every developer. And now, with some precautions, we can run it on production thanks to the amazing work done by the V8 and Node.js team.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_93":{"id":"f7ff17b467b5_93","name":"1eab","type":"P","href":null,"layout":null,"metadata":null,"text":"The inspector module offers a lot more features than you can use to debug your application.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_94":{"id":"f7ff17b467b5_94","name":"0aba","type":"P","href":null,"layout":null,"metadata":null,"text":"I will write another article about using CPU profiling and the inspector on production on a high traffic project.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_95":{"id":"f7ff17b467b5_95","name":"3c5b","type":"H3","href":null,"layout":null,"metadata":null,"text":"Sources & links","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_96":{"id":"f7ff17b467b5_96","name":"d86d","type":"ULI","href":null,"layout":null,"metadata":null,"text":"https:\u002F\u002Fnodejs.org\u002Fapi\u002Finspector.html","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_96.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_96.markups.0":{"type":"A","start":0,"end":37,"href":"https:\u002F\u002Fnodejs.org\u002Fapi\u002Finspector.html","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_97":{"id":"f7ff17b467b5_97","name":"cc52","type":"ULI","href":null,"layout":null,"metadata":null,"text":"https:\u002F\u002Fchromedevtools.github.io\u002Fdevtools-protocol\u002Fv8","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_97.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_97.markups.0":{"type":"A","start":0,"end":53,"href":"https:\u002F\u002Fchromedevtools.github.io\u002Fdevtools-protocol\u002Fv8","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_98":{"id":"f7ff17b467b5_98","name":"d331","type":"ULI","href":null,"layout":null,"metadata":null,"text":"https:\u002F\u002Fmedium.com\u002Fnetflix-techblog\u002Fnode-js-in-flames-ddd073803aa4","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_98.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_98.markups.0":{"type":"A","start":0,"end":66,"href":"https:\u002F\u002Fmedium.com\u002Fnetflix-techblog\u002Fnode-js-in-flames-ddd073803aa4","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:f7ff17b467b5_99":{"id":"f7ff17b467b5_99","name":"6420","type":"ULI","href":null,"layout":null,"metadata":null,"text":"https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Finspector-api","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:f7ff17b467b5_99.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:f7ff17b467b5_99.markups.0":{"type":"A","start":0,"end":43,"href":"https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Finspector-api","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Tag:nodejs":{"id":"nodejs","displayTitle":"Nodejs","__typename":"Tag"},"Tag:performance":{"id":"performance","displayTitle":"Performance","__typename":"Tag"},"Tag:cpu":{"id":"cpu","displayTitle":"Cpu","__typename":"Tag"},"Tag:profiling":{"id":"profiling","displayTitle":"Profiling","__typename":"Tag"},"Tag:inspector":{"id":"inspector","displayTitle":"Inspector","__typename":"Tag"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.0":{"__typename":"SuggestedPost","post":{"type":"id","generated":false,"id":"Post:bdc82d07bb9f","typename":"Post"},"postSuggestionReasons":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.0.postSuggestionReasons.0","typename":"PostSuggestionReason"}]},"Post:bdc82d07bb9f":{"__typename":"Post","id":"bdc82d07bb9f","title":"WebSockets on production with Node.js","isLocked":false,"previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*PgziD8xisQlGXkWMjDGz5w.png","typename":"ImageMetadata"},"isPublished":true,"mediumUrl":"https:\u002F\u002Fmedium.com\u002Fvoodoo-engineering\u002Fwebsockets-on-production-with-node-js-bdc82d07bb9f","firstPublishedAt":1583920514760,"readingTime":4.082075471698113,"statusForCollection":"APPROVED","visibility":"PUBLIC","collection":{"type":"id","generated":false,"id":"Collection:6965894c8b8f","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:ead7e4ca29dd","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:bdc82d07bb9f.previewContent","typename":"PreviewContent"},"readingList":"READING_LIST_NONE","clapCount":42,"viewerClapCount":0,"isLimitedState":false,"voterCount":4,"recommenders":[]},"ImageMetadata:1*PgziD8xisQlGXkWMjDGz5w.png":{"id":"1*PgziD8xisQlGXkWMjDGz5w.png","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"$Post:bdc82d07bb9f.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.0.postSuggestionReasons.0":{"reason":"POSTS_SHARING_COLLECTION_AND_TAGS","users":[],"topics":[],"collections":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.0.postSuggestionReasons.0.collections.0","typename":"SuggestionReasonCollection"}],"tags":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.0.postSuggestionReasons.0.tags.0","typename":"SuggestionReasonTag"}],"__typename":"PostSuggestionReason"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.0.postSuggestionReasons.0.collections.0":{"name":"Voodoo Engineering","__typename":"SuggestionReasonCollection"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.0.postSuggestionReasons.0.tags.0":{"name":"Nodejs","__typename":"SuggestionReasonTag"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.1":{"__typename":"SuggestedPost","post":{"type":"id","generated":false,"id":"Post:19b66e22711e","typename":"Post"},"postSuggestionReasons":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.1.postSuggestionReasons.0","typename":"PostSuggestionReason"}]},"Post:19b66e22711e":{"__typename":"Post","id":"19b66e22711e","title":"A successful Voodoo.io NodeJS meetup on 13th November!","isLocked":false,"previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*flvQZznQlpVs26M6SCL7DA.jpeg","typename":"ImageMetadata"},"isPublished":true,"mediumUrl":"https:\u002F\u002Fmedium.com\u002Fvoodoo-engineering\u002Fa-successful-voodoo-io-nodejs-meetup-on-13th-november-19b66e22711e","firstPublishedAt":1574277093966,"readingTime":2.6301886792452827,"statusForCollection":"APPROVED","visibility":"PUBLIC","collection":{"type":"id","generated":false,"id":"Collection:6965894c8b8f","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:2c3576658a8b","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:19b66e22711e.previewContent","typename":"PreviewContent"},"readingList":"READING_LIST_NONE","clapCount":5,"viewerClapCount":0,"isLimitedState":false,"voterCount":5,"recommenders":[]},"ImageMetadata:1*flvQZznQlpVs26M6SCL7DA.jpeg":{"id":"1*flvQZznQlpVs26M6SCL7DA.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"$Post:19b66e22711e.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.1.postSuggestionReasons.0":{"reason":"POSTS_SHARING_COLLECTION_AND_TAGS","users":[],"topics":[],"collections":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.1.postSuggestionReasons.0.collections.0","typename":"SuggestionReasonCollection"}],"tags":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.1.postSuggestionReasons.0.tags.0","typename":"SuggestionReasonTag"}],"__typename":"PostSuggestionReason"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.1.postSuggestionReasons.0.collections.0":{"name":"Voodoo Engineering","__typename":"SuggestionReasonCollection"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.1.postSuggestionReasons.0.tags.0":{"name":"Nodejs","__typename":"SuggestionReasonTag"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.2":{"__typename":"SuggestedPost","post":{"type":"id","generated":false,"id":"Post:c517c7dab62d","typename":"Post"},"postSuggestionReasons":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.2.postSuggestionReasons.0","typename":"PostSuggestionReason"}]},"Post:c517c7dab62d":{"__typename":"Post","id":"c517c7dab62d","title":"Request Id Tracing in Node.js Applications","isLocked":false,"previewImage":{"type":"id","generated":false,"id":"ImageMetadata:0*sduEjXj8BCMSMYU1","typename":"ImageMetadata"},"isPublished":true,"mediumUrl":"https:\u002F\u002Fitnext.io\u002Frequest-id-tracing-in-node-js-applications-c517c7dab62d","firstPublishedAt":1544095557903,"readingTime":4.849056603773585,"statusForCollection":"APPROVED","visibility":"PUBLIC","collection":{"type":"id","generated":false,"id":"Collection:5b301f10ddcd","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:9a27eb90e406","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:c517c7dab62d.previewContent","typename":"PreviewContent"},"readingList":"READING_LIST_NONE","clapCount":827,"viewerClapCount":0,"isLimitedState":false,"voterCount":129,"recommenders":[]},"ImageMetadata:0*sduEjXj8BCMSMYU1":{"id":"0*sduEjXj8BCMSMYU1","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:5b301f10ddcd":{"name":"ITNEXT","id":"5b301f10ddcd","slug":"itnext","domain":"itnext.io","__typename":"Collection"},"User:9a27eb90e406":{"name":"Andrey Pechkurov","username":"apechkurov","id":"9a27eb90e406","bio":"Developer\u002Ftech lead with 10+ years of experience. Good at Java and Node.js. Architectural design and challenging problems are the things that I love.","isFollowing":null,"imageId":"1*n5_aO67yi-62ToDsxnr4bw.png","mediumMemberAt":0,"__typename":"User"},"$Post:c517c7dab62d.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.2.postSuggestionReasons.0":{"reason":"CF_POST_SIMILAR_TO_POST","users":[],"topics":[],"collections":[],"tags":[],"__typename":"PostSuggestionReason"},"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}})":{"items":[{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.0","typename":"SuggestedPost"},{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.1","typename":"SuggestedPost"},{"type":"id","generated":true,"id":"$Post:d6e62af173e2.recirc({\"paging\":{\"limit\":3}}).items.2","typename":"SuggestedPost"}],"__typename":"RecircItemConnection"},"$Post:d6e62af173e2.postResponses":{"count":0,"__typename":"PostResponses","responsesConnection({\"paging\":{\"limit\":10}})":{"type":"id","generated":true,"id":"$Post:d6e62af173e2.postResponses.responsesConnection({\"paging\":{\"limit\":10}})","typename":"StreamConnection"}},"Collaborator:d6e62af173e2-aa221ef5cd0d":{"id":"d6e62af173e2-aa221ef5cd0d","user":{"type":"id","generated":false,"id":"User:aa221ef5cd0d","typename":"User"},"state":"visible","__typename":"Collaborator"},"User:aa221ef5cd0d":{"id":"aa221ef5cd0d","name":"Clint FENTON","__typename":"User"},"$Post:d6e62af173e2.previewContent":{"subtitle":"Why CPU monitoring is important?","__typename":"PreviewContent"},"$Post:d6e62af173e2.postResponses.responsesConnection({\"paging\":{\"limit\":10}})":{"pagingInfo":null,"stream":[],"__typename":"StreamConnection"}}
+ ]]>
+ </script>
+ <script src="https://cdn-client.medium.com/lite/static/js/manifest.21b1a98a.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~main.240983a1.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/main.42357d13.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~screen.collection.packageBuilder~screen.collection.styleEditor~screen.debug.cachedPost~scree~21f3676b.263ac94e.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~screen.collection.styleEditor~screen.debug.cachedPost~screen.post~screen.post.amp~screen.pos~f728b060.d9e25162.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/screen.collection.packageBuilder~screen.collection.styleEditor~screen.debug.cachedPost~screen.landin~fb9a2ae7.959766bf.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/screen.debug.cachedPost~screen.landingpages.tribute~screen.post~screen.post.amp~screen.profile~scree~92ba8b36.76054969.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/screen.post.5bea7e74.chunk.js"></script>
+ <script>
+ <![CDATA[
+ window.main();
+ ]]>
+ </script>
+ <script defer="defer" src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon="{&quot;rayId&quot;:&quot;579f1b721efea934&quot;,&quot;version&quot;:&quot;2020.3.0&quot;,&quot;startTime&quot;:1585207207597}"></script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-images.json
new file mode 100644
index 0000000..c85d516
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/c_fill,f_auto,fl_progressive,g_center,h_675,pg_1,q_80,w_1200\/18zu12g5xzyxojpg.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-metadata.json
new file mode 100644
index 0000000..f1d0c69
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Mama Robotnik",
+ "Direction": null,
+ "Excerpt": "Nothing beats the passion of a true fan writing about something they love. That's what you're about to see here: one of the richest, most amazing tributes to a great gaming series that we've ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon.",
+ "Image": "https:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/c_fill,f_auto,fl_progressive,g_center,h_675,pg_1,q_80,w_1200\/18zu12g5xzyxojpg.jpg",
+ "Title": "The Spectacular Story Of Metroid, One Of Gaming's Richest Universes",
+ "SiteName": "Kotaku"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected.html
new file mode 100644
index 0000000..c533fcf
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected.html
@@ -0,0 +1,1108 @@
+<div>
+ <figure data-id="18zu12g5xzyxojpg" data-recommend-id="image://18zu12g5xzyxojpg" data-format="jpg" data-width="970" data-height="546" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu12g5xzyxojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zu12g5xzyxojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zu12g5xzyxojpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zu12g5xzyxojpg.jpg 800w" draggable="auto" data-chomp-id="18zu12g5xzyxojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu12g5xzyxojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zu12g5xzyxojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zu12g5xzyxojpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zu12g5xzyxojpg.jpg 800w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ <em>Nothing beats the passion of a true fan writing about something they love. That's what you're about to see here: one of the richest, most amazing tributes to a great gaming series that we've ever run on</em> Kotaku<em>. <strong>Warning #1:</strong> this one might make your browser chug, so close your other tabs. <strong>Warning #2:</strong> This piece might make it hurt a little more than there are no new</em> Metroid <em>games from Nintendo on the horizon.</em>
+ </p>
+ <p>
+ <em>Please note that this is the first half of Mama Robotnik's massive</em> Metroid <em>story.</em> <span><a data-ga="[[&quot;Embedded Url&quot;,&quot;Internal link&quot;,&quot;https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108&quot;,{&quot;metric25&quot;:1}]]" href="https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108"><em>The second half can be found here</em></a></span><em>. The entire post is a greatly-expanded version of</em> <span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://www.neogaf.com/forum/showthread.php?t=649215&quot;,{&quot;metric25&quot;:1}]]" href="http://www.neogaf.com/forum/showthread.php?t=649215" target="_blank" rel="noopener noreferrer"><em>a post</em></a></span> <em>that Mama Robotnik originally published on the NeoGAF forum before revising and reworking it for Kotaku. Take it away, MR...</em>
+ </p>
+
+
+
+ <p>
+ Nintendo’s <em>Metroid</em> series tells us of a malevolent and vicious universe. It’s a maelstrom in which benevolent races are routinely extinguished, and corrupt empires wage war for ownership of living weapons.
+ </p>
+
+
+ <p>
+ It’s a place in which xenocide is a commissioned service, and grievances are resolved with planetary apocalypses. Everything is chaotically connected to a dead race of avian prophetic poets fighting a war throughout the cosmos. It’s a dark place to visit.
+ </p>
+ <p>
+ There are two purposes to this article: to explore the expansive lore of the <em>Metroid</em> universe – with speculation to fill in the gaps – and to exhibit some extraordinary <em>Metroid</em>-inspired art. All artwork is credited to its original source – follow the links to see further works of these spectacular artists.
+ </p>
+
+ <h3 id="h3288">
+ <a id></a>Notes on Speculation and Lore
+ </h3>
+ <p>
+ The games tell us much about this hostile universe, but there are a lot of unresolved story points. In response to these mysteries, the article will provide a healthy amount of speculation. You can consider the piece to be either a makeshift timeline illustrated with fan-artwork, or simply an enthusiastic attempt to reconcile the series continuity into a cohesive whole. The article is informed by the extensive research previously performed by its author. The approach taken regarding speculation is thus: The logical inclusion of probable events that resolve mysteries, while maintaining the themes of the series.
+ </p>
+
+ <p>
+ Before we begin, let’s briefly revisit the five points of essential lore:
+ </p>
+ <ul data-type="List" data-style="Bullet">
+ <li>Metroids are a genetically-engineered species, created by the Chozo in the prehistory of the games. By the time the first entry begins, Metroid creatures only exist on the planet SR388. At some point long before the games, there was also a Metroid presence on the planet Phaaze.
+ </li>
+ </ul>
+
+ <p>
+ <em>(Metroid IL Return of Samus, Metroid Prime III: Corruption and Metroid Fusion)</em>
+ </p>
+ <ul data-type="List" data-style="Bullet">
+ <li>At least some Chozo possessed a native ability to see into the future.
+ </li>
+ </ul>
+ <p>
+ <em>(Metroid: Zero Mission and Metroid Prime)</em>
+ </p>
+ <ul data-type="List" data-style="Bullet">
+ <li>The Chozo discovered the living planet Phaaze with their Elysian Research Outpost. We are not told what transpired immediately after this discovery, but something happened that caused at least one Metroid organism to appear on Phaaze. The planet then loaded this creature – along with pieces Chozo-style powersuit armour, into a Phazon seed and launched it towards a heavily populated Chozo planet. This seed impacted Tallon IV and is contained by the Chozo within an impenetrable shield. The mutated superevolved Metroid creature within – clad in crafted power armour – is trapped in the shield until Samus Aran deactivated it thousands of years later.
+ </li>
+ </ul>
+
+ <p>
+ <em>(Metroid Prime EU release, Metroid Prime III: Corruption and Metroid Prime Trilogy)</em>
+ </p>
+ <ul data-type="List" data-style="Bullet">
+ <li>There are living planets in the <em>Metroid</em> Universe. Phaaze is explicitly referred to as being alive, and could interact with a sentient mind – as shown when a Galactic Federation Aurora Unit is implanted. The planet SR388 could be interpreted as having some form of sentience – it shook with apparent anger when its creatures were killed by Samus Aran, and precisely manipulated its oceans to lure the bounty hunter into hostile situations. (Metroid II: Return of Samus and Metroid Prime III: Corruption). The immediate backstory to the first game in the series is the discovery of the planet SR388. The final event of the final game in the chronology is the final destruction of SR388.
+ </li>
+ </ul>
+
+ <p>
+ <em>(Metroid, Metroid II: Return of Samus)</em>
+ </p>
+ <h3 id="h3289">
+ <a id></a>Referencing
+ </h3>
+ <p>
+ Each story section includes one or more of the below superscript annotations, to help inform the reader as to where the lore or speculation comes from. A brief key:
+ </p>
+ <figure data-id="18zqfwc3l0k28gif" data-recommend-id="image://18zqfwc3l0k28gif" data-format="gif" data-width="640" data-height="128" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+
+ </figure>
+
+ <p>
+ With all that said, let us begin.
+ </p>
+ <h2 id="h3290">
+ <a id></a>Part One: The Wars in Heaven
+ </h2>
+ <h3 id="h3291">
+ <a id></a>The Living Planet
+ </h3>
+ <figure data-id="18zqg21aub0sljpg" data-recommend-id="image://18zqg21aub0sljpg" data-format="jpg" data-width="640" data-height="488" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg21aub0sljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg21aub0sljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg21aub0sljpg.jpg 470w" draggable="auto" data-chomp-id="18zqg21aub0sljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg21aub0sljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg21aub0sljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg21aub0sljpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ <em>(</em><span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-dramatic-97410107&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-dramatic-97410107" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span><em>)</em>
+ </p>
+ <p>
+ On an unknown planet in the universe, a race of avian humanoids evolved. The species that will come to be known as the Chozo possessed great strength, agility and intelligence. The species is peaceful, and is driven by a social/religious value that nature is sacred. [M1 / MP]
+ </p>
+
+ <figure data-id="18zqg86aaay9kjpg" data-recommend-id="image://18zqg86aaay9kjpg" data-format="jpg" data-width="640" data-height="575" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg86aaay9kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg86aaay9kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg86aaay9kjpg.jpg 470w" draggable="auto" data-chomp-id="18zqg86aaay9kjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg86aaay9kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg86aaay9kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg86aaay9kjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-Goddess-121103720&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-Goddess-121103720" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p>
+ Certain blessed individuals were born with a unique gift – the vague comprehension of events set to take place in the distant future. Driven by these prophecies, the race advanced quickly and became space faring. With abstract predictions of a hostile universe, the Chozo developed powered armour and armaments to defend themselves. Prepared for whatever hostility awaited them, the Chozo explored the stars. [M1 / MP / MP SP]
+ </p>
+
+ <figure data-id="18zqgmn6fovtyjpg" data-recommend-id="image://18zqgmn6fovtyjpg" data-format="jpg" data-width="640" data-height="409" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgmn6fovtyjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgmn6fovtyjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgmn6fovtyjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgmn6fovtyjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgmn6fovtyjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgmn6fovtyjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgmn6fovtyjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<em>Artist: Elearia</em>)
+ </p>
+ <p>
+ The Chozo discovered that – despite their prophets’ visions of a chaotic and warring universe – the cosmos was enjoying a prolonged period of peace and enlightenment. First contact was made with a number of old and wise races, such as the Ylla, the N’kren, the Bryyonians, the Alimbic and the Luminoth. The species shared their cultures and technology, and gently colonised wild worlds such as Aether, Elysia, and Tallon IV. [MP / MPH / MP2 / MP3]
+ </p>
+
+ <figure data-id="18zqgp7wzq6v9jpg" data-recommend-id="image://18zqgp7wzq6v9jpg" data-format="jpg" data-width="640" data-height="503" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgp7wzq6v9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgp7wzq6v9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgp7wzq6v9jpg.jpg 470w" draggable="auto" data-chomp-id="18zqgp7wzq6v9jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgp7wzq6v9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgp7wzq6v9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgp7wzq6v9jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://slapshoft.deviantart.com/art/quot-Past-is-Prologue-quot-259977883&quot;,{&quot;metric25&quot;:1}]]" href="http://slapshoft.deviantart.com/art/quot-Past-is-Prologue-quot-259977883" target="_blank" rel="noopener noreferrer"><em>Artist: Slapshoft</em></a></span>)
+ </p>
+ <p>
+ Peace reigned through the cosmos. The alliance was a great universal renaissance, and lasted for a millennium. [MPH SP / MP2 SP / MP3 SP]
+ </p>
+
+ <figure data-id="18zqgqj9kac9hjpg" data-recommend-id="image://18zqgqj9kac9hjpg" data-format="jpg" data-width="640" data-height="426" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgqj9kac9hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgqj9kac9hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgqj9kac9hjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgqj9kac9hjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgqj9kac9hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgqj9kac9hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgqj9kac9hjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Oracle-of-Chozo-164523580&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Oracle-of-Chozo-164523580" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p>
+ During this calm, the Chozo prophets continued to receive increasingly severe visions of chaos. They foresaw a universe consumed by war, horrors evolving on distant worlds, and a great toxicity waiting to be unleashed. As the visions became more precise, the species isolated itself from its allies. The Chozo civilisation became intensely driven to fight this unclear threat. [MP / MP3 SP / M2 SP /MF SP]
+ </p>
+
+ <figure data-id="18zqgrykgsndujpg" data-recommend-id="image://18zqgrykgsndujpg" data-format="jpg" data-width="640" data-height="273" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgrykgsndujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgrykgsndujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgrykgsndujpg.jpg 470w" draggable="auto" data-chomp-id="18zqgrykgsndujpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgrykgsndujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgrykgsndujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgrykgsndujpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://danillovesfood.deviantart.com/art/Commission-Metroid-Prime-Skytown-Elysia-336095763&quot;,{&quot;metric25&quot;:1}]]" href="http://danillovesfood.deviantart.com/art/Commission-Metroid-Prime-Skytown-Elysia-336095763" target="_blank" rel="noopener noreferrer"><em>Artist: DanilLovesFood</em></a></span>)
+ </p>
+ <p>
+ The Chozo needed more potent tools to locate this unseen and distant danger. They expanded their SkyTown colony on the gas giant Elysia and remade it into a vast interstellar observatory powered by the planet’s endless storms. The facility was of such scale that an entire species of artificial life became necessary to maintain it. The Chozo created their first species – the mechanical Elysians. [MP3 / MP3 SP]
+ </p>
+
+ <p>
+ Probes were launched across the universe, and the Elysians and Chozo scrutinised the data. The search took generations, while the planet’s tempestuous atmosphere battered SkyTown, weathering the station faster than the Elysians could maintain it. After countless probe launches, a partial transmission received from a decaying and distant satellite set prophecy in motion. [MP3]
+ </p>
+ <figure data-id="18zqgtjse9p7rjpg" data-recommend-id="image://18zqgtjse9p7rjpg" data-format="jpg" data-width="640" data-height="375" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgtjse9p7rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgtjse9p7rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgtjse9p7rjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgtjse9p7rjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgtjse9p7rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgtjse9p7rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgtjse9p7rjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://mechanical-hand.deviantart.com/art/Phaaze-138141037&quot;,{&quot;metric25&quot;:1}]]" href="http://mechanical-hand.deviantart.com/art/Phaaze-138141037" target="_blank" rel="noopener noreferrer"><em>Artist: Mechanical-Hand</em></a></span>)
+ </p>
+ <p>
+ The data received was terrifying. The blue planet registered as an organism, somehow existing as both mineral and flesh. Impossible radiation pulsed from the surface, which overwhelmed the Chozo satellite and rendered it inert. The location of the planet was immediately lost, and only a broad region of space could be established. [MP3]
+ </p>
+
+ <p>
+ With this find, the Chozo purpose on SkyTown was fulfilled. The race departed the facility, leaving the Elysians to continue their monitoring of the stars. The abandoned race of robots continued to launch satellites to try and rediscover the blue world, hopeful that such a discovery would herald the return of their Chozo creators. The Elysians searched unsuccessfully until Elysia’s endless storms eroded their civilisation into a rusted remnant. [MP3]
+ </p>
+ <p>
+ The Chozo reconciled their vague discovery of a blue living planet with their prophecies of toxicity. On this distant world of poison, could creatures have evolved so vicious that they endangered the universe? [MP3 SP]
+ </p>
+
+ <h3 id="h3292">
+ <a id></a>The Invasion of Phaaze
+ </h3>
+ <figure data-id="18zqgy9h1t7injpg" data-recommend-id="image://18zqgy9h1t7injpg" data-format="jpg" data-width="640" data-height="399" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgy9h1t7injpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgy9h1t7injpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgy9h1t7injpg.jpg 470w" draggable="auto" data-chomp-id="18zqgy9h1t7injpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgy9h1t7injpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgy9h1t7injpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgy9h1t7injpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-flighter-175094535&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-flighter-175094535" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p>
+ Finding the exact location of the deadly planet becomes a priority for the Chozo civilisation. A gargantuan ship was assembled on the holy planet of Tallon IV, and dispatched to the dark corner of the universe where the Elysian satellite had been lost. The greatest Chozo warriors, scientists and prophets commenced a crusade for the hostile world, knowing that they would likely never make it back home. During their long journey, they conceive a name for their target: Phaaze. [MP3 SP]
+ </p>
+
+ <figure data-id="18zqhapd1bv1hjpg" data-recommend-id="image://18zqhapd1bv1hjpg" data-format="jpg" data-width="640" data-height="450" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhapd1bv1hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhapd1bv1hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhapd1bv1hjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhapd1bv1hjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhapd1bv1hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhapd1bv1hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhapd1bv1hjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/MP-C-Phaaze-89786422&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/MP-C-Phaaze-89786422" target="_blank" rel="noopener noreferrer"><em>Artist: SesakaTH</em></a></span>)
+ </p>
+ <p>
+ Generations passed, and the Chozo expedition finally located the blue planet. As they approached, they witnessed the living world as it endlessly pulsed with blue and white energies. There was nothing like this place elsewhere in the universe. [MP3 SP]
+ </p>
+
+ <p>
+ Their scans confirmed their worst fears – this atmosphere was a bath of radiation and mutation – and evolution had produced horrors. [MP3 SP]
+ </p>
+ <figure data-id="18zqhdvss5le8jpg" data-recommend-id="image://18zqhdvss5le8jpg" data-format="jpg" data-width="640" data-height="621" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhdvss5le8jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhdvss5le8jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhdvss5le8jpg.jpg 470w" draggable="auto" data-chomp-id="18zqhdvss5le8jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhdvss5le8jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhdvss5le8jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhdvss5le8jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://samusmmx.deviantart.com/art/Phazon-Worm-252806281&quot;,{&quot;metric25&quot;:1}]]" href="http://samusmmx.deviantart.com/art/Phazon-Worm-252806281" target="_blank" rel="noopener noreferrer"><em>Artist: SamusMMX</em></a></span>)
+ </p>
+ <p>
+ For billions of years, Phaaze had mutated and irradiated life that evolved on its surface. The strongest creatures had survived to thrive in an ecosystem of beautiful poison. It was then that the Chozo understood: They had arrived at the home of the most devastating and deranged creatures in the known universe. [MP3 SP]
+ </p>
+
+ <p>
+ If these monsters were to escape their containment on Phaaze, they would voraciously consume their way through the cosmos. With younger races only centuries away from space travel, the Chozo could not risk them finding this world and releasing its terrors. [MP3 SP]
+ </p>
+ <p>
+ The Chozo expedition came to an impasse. The threat of Phaaze’s superpredators had to be neutralised, but severe action against the planet would be sacrilege. The Chozo held life sacred, and refused to destroy the unique living world. [MP3 SP]
+ </p>
+
+ <p>
+ A dangerous plan was agreed upon. The expedition ship landed on Phaaze, exposing the crew to tremendous radiation. [MP3 SP]
+ </p>
+ <figure data-id="18zqhfmxw5dphjpg" data-recommend-id="image://18zqhfmxw5dphjpg" data-format="jpg" data-width="640" data-height="532" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhfmxw5dphjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhfmxw5dphjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhfmxw5dphjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhfmxw5dphjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhfmxw5dphjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhfmxw5dphjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhfmxw5dphjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://adoublea.deviantart.com/art/Metroid-Chozo-warrior-138820343&quot;,{&quot;metric25&quot;:1}]]" href="http://adoublea.deviantart.com/art/Metroid-Chozo-warrior-138820343" target="_blank" rel="noopener noreferrer"><em>Artist: Adoublea</em></a></span>)
+ </p>
+ <p>
+ Chozo Warriors in power suits fought the planet’s creatures as they swarmed the ship. The soldiers battled, watching their kin die around them, in a desperate mission to buy time. [MP3 SP]
+ </p>
+
+ <p>
+ The scientists within the ship began to harness the intense radiation around them, to try and engineer an artificial predator that could neutralise the planet’s superpredators. With access to the unique Phazon mutagen that covered the poisonous world, genetic engineering that should have taken decades was done in days. The Chozo engineered the first Metroid. [MP3 SP]
+ </p>
+ <figure data-id="18zqhh28q856sjpg" data-recommend-id="image://18zqhh28q856sjpg" data-format="jpg" data-width="640" data-height="598" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhh28q856sjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhh28q856sjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhh28q856sjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhh28q856sjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhh28q856sjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhh28q856sjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhh28q856sjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://methuselah3000.deviantart.com/art/Chozo-Creator-278707002&quot;,{&quot;metric25&quot;:1}]]" href="http://methuselah3000.deviantart.com/art/Chozo-Creator-278707002" target="_blank" rel="noopener noreferrer"><em>Artist: Methuselah3000</em></a></span>)
+ </p>
+ <p>
+ The Metroid creature was unleashed onto the planet, and the radiation caused it to reproduce quickly. The resulting swarm of Metroids began to consume the planet’s monstrosities and established themselves as Phaaze’s apex predator. [MP3 SP]
+ </p>
+
+ <p>
+ The Chozo mission was complete. The worst creatures were being hunted to extinction, and the Metroids were expected to die from starvation soon after. The cost had been enormous – most of the crew had been killed defending the ship, and the survivors were deathly ill from radiation poisoning. The burnt and damaged ship took off for the long journey home, but the crew soon succumbed to the radiation they had endured. The autopilot took the ship of Chozo bodies home. [MP3 SP]
+ </p>
+ <figure data-id="18zqhipfm1vidjpg" data-recommend-id="image://18zqhipfm1vidjpg" data-format="jpg" data-width="640" data-height="381" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhipfm1vidjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhipfm1vidjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhipfm1vidjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhipfm1vidjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhipfm1vidjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhipfm1vidjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhipfm1vidjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Phazon-Mines-178697159&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Phazon-Mines-178697159" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p>
+ On Phaaze, the Metroid presence lasted decades as they consumed the planet’s superpredators. The corpses of Chozo warriors were absorbed into the planet, and their battle armour slowly became weathered and scattered. The planet’s slow sentience developed an outrage that seethed under its continents. It had been violated by the Chozo. As the Metroid infestation began to die out, Phaaze developed a very primitive concept of purpose and retribution. [MP3 SP]
+ </p>
+
+ <p>
+ Phaaze established a vague awareness of concepts it had absorbed from the brains of the Chozo warrior corpses – and the location of two worlds from the Chozo’s memories. As the planet entered its reproductive cycle, it purposely directed two of its seeds towards the planets Tallon IV and Aether. In the seed sent to the Chozo world, Phaaze included one of the last surviving Metroid creatures and some ruined pieces of Chozo armour, intended as a reminder of the crime Phaaze had endured at their hands. The planet sent its second seed to Aether, as the absorbed memories informed the living planet that its inhabitants were friends of the Chozo, and therefore the enemies of Phaaze. [MP 1 / MP 2 SP / MP3 SP]
+ </p>
+ <p>
+ The expedition ship – heavily damaged by radiation and lack of maintenance – was guided back to civilisation by an increasingly erratic auto-pilot. After decades it eventually approached the Chozo world of Zebes, and crash-landed onto its surface. The Chozo civilisation attempted to recover data logs from the wreckage with very limited success – they were able to understand the sacrifice that the heroic crew had made, and confirmed the apparent success of the Metroids in neutralising the creatures on the living planet. The Chozo authorities were unable to establish the location of Phaaze, or recover much in the way of scientific data concerning it. [MP3 SP / SM SP]
+ </p>
+
+ <figure data-id="18zqhkgkmizwijpg" data-recommend-id="image://18zqhkgkmizwijpg" data-format="jpg" data-width="640" data-height="380" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhkgkmizwijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhkgkmizwijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhkgkmizwijpg.jpg 470w" draggable="auto" data-chomp-id="18zqhkgkmizwijpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhkgkmizwijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhkgkmizwijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhkgkmizwijpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://methuselah3000.deviantart.com/art/MDB-Bestiary-Metroid-Prime-338464952&quot;,{&quot;metric25&quot;:1}]]" href="http://methuselah3000.deviantart.com/art/MDB-Bestiary-Metroid-Prime-338464952" target="_blank" rel="noopener noreferrer"><em>Artist: Methuselah3000</em></a></span>)
+ </p>
+ <p>
+ As the Tallon IV seed began its centuries of travelling through space, the lone Metroid within absorbed vast amounts of Phazon and radiation. It became self-aware, and grew in size, intelligence and strength. It used the ruined pieces of Chozo armour to construct itself an exoskeleton, and descended into madness. The exoskeleton failed to protect the creature from the endless radiation, and the Metroid became as exotic as Phaaze’s extinct superpredators: An undying tortured genius. [MP / MP2 / MP3 / MP3 SP]
+ </p>
+
+ <p>
+ The creature that would come to be known as Metroid Prime resented Phaaze for imprisoning it in the Leviathan. It resented the Chozo for creating and discarding the Metroids. It decided that it would survive, bring order to the chaotic universe that birthed it, and somehow enslave Phaaze to its will. In its solitude, immortal as a consequence of its mutations, Metroid Prime plotted its revenge against the universe. [MP / MP2 / MP3 / MP3 SP]
+ </p>
+ <h3 id="h3293">
+ <a id></a>The Dark Planet
+ </h3>
+ <p>
+ With a clear understanding of the danger of living planets, the Chozo authority commenced a search for similar threats. With far more advanced technology than their ancestors had during the Elysian era, the Chozo were unfortunate enough to find a planet of even greater horrors. [MP 3 SP / M2]
+ </p>
+
+ <figure data-id="18zqhnuwesum0jpg" data-recommend-id="image://18zqhnuwesum0jpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhnuwesum0jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhnuwesum0jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhnuwesum0jpg.jpg 470w" draggable="auto" data-chomp-id="18zqhnuwesum0jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhnuwesum0jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhnuwesum0jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhnuwesum0jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://peacefistartist.deviantart.com/art/SR388-126083062&quot;,{&quot;metric25&quot;:1}]]" href="http://peacefistartist.deviantart.com/art/SR388-126083062" target="_blank" rel="noopener noreferrer">Artist: PeaceFistArtist</a></span>)
+ </p>
+ <p>
+ The Chozo detected strange readings coming from a world in a desolate part of the galaxy. The planet had been previously considered so obscure and unimportant that it didn’t have a name, merely catalogued with the codename SR388 and left to its obscurity. A detailed analysis picked up some extremely strange observations; though seemingly mineral, the caverns and liquids beneath the surface shifted with metabolic rhythm – as if the whole planet was somehow a living thing. A ship was dispatched, and the strongest Chozo warriors braved the caverns beneath the surface. [M2 / M2 SP]
+ </p>
+
+ <p>
+ Few made it back. They told of a cauldron of evil, an environment so hostile and vicious that it had birthed the most terrible things. [M2]
+ </p>
+ <figure data-id="18zqhokjxzrgmjpg" data-recommend-id="image://18zqhokjxzrgmjpg" data-format="jpg" data-width="640" data-height="355" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhokjxzrgmjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhokjxzrgmjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhokjxzrgmjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhokjxzrgmjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhokjxzrgmjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhokjxzrgmjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhokjxzrgmjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://lightningarts.deviantart.com/art/Metroid-Metal-Fusion-Sector1-393385160&quot;,{&quot;metric25&quot;:1}]]" href="http://lightningarts.deviantart.com/art/Metroid-Metal-Fusion-Sector1-393385160" target="_blank" rel="noopener noreferrer">Artist: LightningArts</a></span>)
+ </p>
+ <p>
+ Beneath that planet, evolution had been won by an abomination that could steal the flesh, abilities, memories and strengths of all of its prey. The creature was a fusion of energy and plasma that parasitized on life itself. With no word suitable for the nightmare they had discovered, the Chozo simply called it X. If these X-Parasites somehow gained access to the wider universe, there would be no force that could contain them. [M2]
+ </p>
+
+ <p>
+ The threat had to be dealt with. Remembering the apparent success of the Chozo expedition to Phaaze, a plan was put into action. The Chozo assembled their best and brightest, their strongest and wisest. They carved their way into SR388, and dispatched mechanical creatures to construct secure facilities. Robots and Chozo warriors repressed all instances of the X-Parasite as they found them, but casualties were high. The planet appeared to fight the Chozo at every turn, it drowned the invaders in acid and unleashed ambushes of creatures. The endless swam of X-Parasites gained strength from the corpses around them. [MP3 SP / M2]
+ </p>
+ <p>
+ Deep in the planet, a glass laboratory was created, its walls highly resistant to SR388’s acid belly. Here, in dangerous proximity to the X-Parasites, the Chozo scientists began their work. [M2]
+ </p>
+
+ <figure data-id="18zqhrsyn6h9wjpg" data-recommend-id="image://18zqhrsyn6h9wjpg" data-format="jpg" data-width="640" data-height="552" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhrsyn6h9wjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhrsyn6h9wjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhrsyn6h9wjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhrsyn6h9wjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhrsyn6h9wjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhrsyn6h9wjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhrsyn6h9wjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-Account-119685313&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-Account-119685313" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p>
+ The Chozo tried to recreate the plan of their ancestors – the use of Metroids to pacify superpredators too dangerous to exist. Without access to the same planetary radiation and materials the Phaaze expedition had, progress was slow. As the war against the planet was raging around them, the Chozo scientists were able to engineer Metroids, but not a variant strong enough to overcome the X-Parasites. As more and more Chozo died protecting the laboratory, a different approach was needed. [M2 SP]
+ </p>
+
+ <figure data-id="18zqht0ddb9ozjpg" data-recommend-id="image://18zqht0ddb9ozjpg" data-format="jpg" data-width="640" data-height="396" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqht0ddb9ozjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqht0ddb9ozjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqht0ddb9ozjpg.jpg 470w" draggable="auto" data-chomp-id="18zqht0ddb9ozjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqht0ddb9ozjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqht0ddb9ozjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqht0ddb9ozjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://starshadow76.deviantart.com/art/Metroid-Queen-Concept-Art-157008177&quot;,{&quot;metric25&quot;:1}]]" href="http://starshadow76.deviantart.com/art/Metroid-Queen-Concept-Art-157008177" target="_blank" rel="noopener noreferrer"><em>Artist: Starshadow76</em></a></span>)
+ </p>
+ <p>
+ The Chozo succeeded in engineering a Metroid Queen, a colossal creature who would lay Metroid Hatchling eggs. When hatched, these resulting Metroids were strong and durable creatures, and finally potent enough to combat the X menace. The Chozo knew that to completely suppress the parasites, the Metroid presence on SR388 had to be permanent. To ensure that the species would not overfeed on the environment and wipe out its food chains, the scientists hardwired an instinct into the Metroid Queen’s feral mind: Only thirty-nine Metroids were to exist on the planet at any one time. This, it was hoped, would keep their numbers high enough to destroy any X re-emergence, but low enough so that they wouldn’t consume the rest of the life on the planet, and starve to death from lack of food. [M2]
+ </p>
+
+ <p>
+ The scientists assembled a payload of Hatchling Eggs and the surviving Chozo warriors distributed them across the planet. The eggs hatched quickly, and the X-Parasites were immediately overwhelmed by the infant Metroids. The X-Parasites were quickly hunted to near-extinction, with only a few surviving cells entering a state of suspension deep in the planet. [M2 SP / MF]
+ </p>
+ <p>
+ The Chozo had won their war, but only just. Most of the warriors and scientists had not survived, and those that were left had to make sure that the X-Parasites had been permanently suppressed. The planet shook with tremors; the earth shifted and acid poured, as if the world was trying to crush the Chozo in their glass laboratory. [M2 SP]
+ </p>
+
+ <p>
+ The X-Parasites did not return, and the Metroid Queen continued to scream as her glass prison shook. The Chozo didn’t realise it, but her despair was being heard. [M2 SP]
+ </p>
+ <figure data-id="18zqhuzegzvcfjpg" data-recommend-id="image://18zqhuzegzvcfjpg" data-format="jpg" data-width="640" data-height="415" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhuzegzvcfjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhuzegzvcfjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhuzegzvcfjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhuzegzvcfjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhuzegzvcfjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhuzegzvcfjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhuzegzvcfjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://hermax669.deviantart.com/art/Omega-Metroid-93544917&quot;,{&quot;metric25&quot;:1}]]" href="http://hermax669.deviantart.com/art/Omega-Metroid-93544917" target="_blank" rel="noopener noreferrer"><em>Artist: Hermax669</em></a></span>)
+ </p>
+ <p>
+ SR388 had been violated by the Chozo. Though very different to Phaaze, SR388 had its own vague sense of awareness. It perceived the Chozo as a viral infection, and the dead X-Parasites as part of itself. It understood loss, and shook with ancient rage. [MP3 SP / M2 SP / MF SP]
+ </p>
+
+ <p>
+ It changed itself to change the Metroids. It adopted them to replace the X-Parasites, and quickly killed the weaker breeds. It moved its radioactive minerals closer to their eggs and soon mutated the species. As SR388 had done with X, it did with the Metroids. It made them strong. [M2 SP / MF SP]
+ </p>
+ <p>
+ Alpha, Gamma, Zeta and Omega Metroids spawned quickly, and responded to the screams of their Queen. With their bulk and strength, they smashed through the glass laboratory and slaughtered their Chozo creators. The Chozo warriors were hunted down and crushed. [M2]
+ </p>
+
+ <p>
+ SR388 developed into a new cauldron of hostility. The Metroids served as the apex predator, and the robots of the Chozo decayed into machine madness and prowled the ruins, killing on sight. The Chozo mission to suppress the X-Parasite had been a success, but the planet had gained its revenge. [M2 / M2 SP / MF]
+ </p>
+ <h2 id="h3294">
+ <a id></a>Part Two: The End of the Renaissance
+ </h2>
+ <h3 id="h3295">
+ <a id></a>The Holy World
+ </h3>
+ <p>
+ The Chozo had devastated two planets for the good of the universe, and sustained many causalities. The superpredators of Phaaze were extinct and the X-Parasites were permanently suppressed. With the crisis over, the race became consumed with a collective sense of guilt over their necessary actions. The Chozo believed the life of the universe to be sacred, and had to reconcile their aggressive actions with their faith. [MP SP / MP3 SP / M2 / MF]
+ </p>
+
+ <p>
+ Worse still, their prophets continued to have visions of endless conflict and death. War was coming to the universe, and it seemed that their sins had not saved them. Many began to doubt these visions, and a schism occurred. [MP/ MP3 SP]
+ </p>
+ <p>
+ The bulk of the Chozo civilisation retired themselves from galactic affairs, leaving only a few scattered colonies amongst the stars. The race retreated to the holy planet of Tallon IV, to shun their technologies and begin simpler, poetic lives. These Chozo reconnected themselves to the natural world and tried to find a harmony with it. As time went on, the most potent prophets became manic, and tried to warn their fellows of a great poison that was to come. [M1 / MP]
+ </p>
+
+ <p>
+ These visions were met with increasing dismissal, but the day finally came when the prophets were believed. After eons swimming in the stars, Phaaze’s seed entered the Tallon system. [MP / MP3]
+ </p>
+ <figure data-id="18zqidecyjp0ujpg" data-recommend-id="image://18zqidecyjp0ujpg" data-format="jpg" data-width="640" data-height="315" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqidecyjp0ujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqidecyjp0ujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqidecyjp0ujpg.jpg 470w" draggable="auto" data-chomp-id="18zqidecyjp0ujpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqidecyjp0ujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqidecyjp0ujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqidecyjp0ujpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://hameed.deviantart.com/art/Cessation-619497&quot;,{&quot;metric25&quot;:1}]]" href="http://hameed.deviantart.com/art/Cessation-619497" target="_blank" rel="noopener noreferrer"><em>Artist: Hameed</em></a></span>)
+ </p>
+ <p>
+ The Leviathan crashed down, and rained poison and death unto the world. The impact survivors watched as their sacred nature succumbed to the mutagens leaking from the seed, and barricaded themselves in their temples as the flora and fauna transformed. Phazon spread beneath the surface of the dying planet, and radiation storms battered the surface. [MP]
+ </p>
+
+ <figure data-id="18zqiejsfe664jpg" data-recommend-id="image://18zqiejsfe664jpg" data-format="jpg" data-width="640" data-height="674" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiejsfe664jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiejsfe664jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiejsfe664jpg.jpg 470w" draggable="auto" data-chomp-id="18zqiejsfe664jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiejsfe664jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiejsfe664jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiejsfe664jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://riivka.deviantart.com/art/Fading-321733899&quot;,{&quot;metric25&quot;:1}]]" href="http://riivka.deviantart.com/art/Fading-321733899" target="_blank" rel="noopener noreferrer"><em>Source: Riivka</em></a></span>)
+ </p>
+ <p>
+ The Chozos’ punishment for their sins, and the fulfilment of Phaaze’s wrath, reached biblical proportions. The Chozo of Tallon IV did not get to rest in peace. Their life energies suffered from Phazon disruption, and upon death they became mad ghosts who screamed forever as they were torn in and out of the material world. In this purgatory, the undead immaterial Chozo murdered anyone they could find. [MP / MP3 SP]
+ </p>
+
+ <p>
+ As their numbers dwindled, the last of the Chozo constructed a great temple above the impact crater. Within this temple, they used what little technology remained to project an energy field around the Leviathan to slow the spread of contagion. As the Chozo civilisation on Tallon IV was extinguished, their dying prophets told of a hero who would one day emerge, to enter the crater and defeat the evil worm within. [MP]
+ </p>
+ <figure data-id="18zqigaxkohx4jpg" data-recommend-id="image://18zqigaxkohx4jpg" data-format="jpg" data-width="640" data-height="405" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqigaxkohx4jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqigaxkohx4jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqigaxkohx4jpg.jpg 470w" draggable="auto" data-chomp-id="18zqigaxkohx4jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqigaxkohx4jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqigaxkohx4jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqigaxkohx4jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://havoc-dm.deviantart.com/art/Metroid-Prime-74392852&quot;,{&quot;metric25&quot;:1}]]" href="http://havoc-dm.deviantart.com/art/Metroid-Prime-74392852" target="_blank" rel="noopener noreferrer"><em>Source: Havoc-DM</em></a></span>)
+ </p>
+ <p>
+ Within the Impact Crater, Metroid Prime remained trapped within the Chozo energy field. In its armour constructed from ancient Chozo power suits, it continued its wait to be unleashed on the universe. [MP / MP3 SP]
+ </p>
+
+ <h3 id="h3296">
+ <a id></a>Dark Echoes
+ </h3>
+ <figure data-id="18zqiho9ab5xrjpg" data-recommend-id="image://18zqiho9ab5xrjpg" data-format="jpg" data-width="640" data-height="639" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiho9ab5xrjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiho9ab5xrjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiho9ab5xrjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiho9ab5xrjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiho9ab5xrjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiho9ab5xrjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiho9ab5xrjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/luminoth-priest-191995430&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/luminoth-priest-191995430" target="_blank" rel="noopener noreferrer">Artist: 3ihard</a></span>)
+ </p>
+ <p>
+ On the planet Aether, an ancient race of mystics known as the Luminoth received the horrifying data coming from Tallon IV. In distant times, the Luminoth and the Chozo had been steadfast allies – until the Chozo retreat ended their ties. Desperate to assist, the Luminoth began to organise a rescue mission. [MP2 / MP2 SP]
+ </p>
+
+ <figure data-id="18zqijbga70tljpg" data-recommend-id="image://18zqijbga70tljpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqijbga70tljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqijbga70tljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqijbga70tljpg.jpg 470w" draggable="auto" data-chomp-id="18zqijbga70tljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqijbga70tljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqijbga70tljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqijbga70tljpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://pugofdoom.deviantart.com/art/Chozo-Ghost-88765133&quot;,{&quot;metric25&quot;:1}]]" href="http://pugofdoom.deviantart.com/art/Chozo-Ghost-88765133" target="_blank" rel="noopener noreferrer">Artist: PugOfDoon</a></span>)
+ </p>
+ <p>
+ A dark transmission was received from Tallon IV. The image showed a screaming, ghostly Chozo figure, flickering in and out of the living universe. In its undead madness, it spoke for its kin. It raged that they would kill anyone who would set foot on their world. The planet was pandemonium, a cursed world on which the dead could not die. As the signal faded, the Luminoth realised that there was no one left alive to rescue. [MP SP / MP2 SP]
+ </p>
+
+ <p>
+ The Luminoth were receiving strange readings from the devastated planet. A mutagen was spreading, unlike anything they had ever encountered. They scanned the stars for its source, and made a devastating discovery – a mass of the same mutagen was on a collision course with Aether. Phaaze’s second seed had nearly arrived at its destination. [MP2 SP / MP3 SP]
+ </p>
+ <p>
+ The people of Aether turned to their technology to save them. Their planet had no native star of its own, and had been implanted millennia ago with a complex energy network that sustained all life. This system was reverently called the Light of Aether, and harnessed the light of the universe in its mechanism. The Luminoth realised that even with this great power, they could not destroy the Phazon Leviathan. A different approach was needed. [MP2 / MP2 SP]
+ </p>
+
+ <figure data-id="18zqim04ra2w5jpg" data-recommend-id="image://18zqim04ra2w5jpg" data-format="jpg" data-width="640" data-height="736" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqim04ra2w5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqim04ra2w5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqim04ra2w5jpg.jpg 470w" draggable="auto" data-chomp-id="18zqim04ra2w5jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqim04ra2w5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqim04ra2w5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqim04ra2w5jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/Sanctuary-Fortress-Ing-Hive-72912247&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/Sanctuary-Fortress-Ing-Hive-72912247" target="_blank" rel="noopener noreferrer"><em>Artist: SesaKath</em></a></span>)
+ </p>
+ <p>
+ The Luminoth used their great Light to engineer a small pocket universe, a dark lifeless echo of existence. The plan was bold: they would use the Light of Aether to surgically open the fabric of reality in the path of the Phazon seed, and allow it to harmlessly enter the pocket universe. If all went well, they would be saved. [MP2 SP]
+ </p>
+
+ <p>
+ The day came, and the Leviathan entered Aether’s atmosphere. The Luminoth commenced their great plan. [MP2 SP]
+ </p>
+ <figure data-id="18zqimznelg78jpg" data-recommend-id="image://18zqimznelg78jpg" data-format="jpg" data-width="640" data-height="321" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqimznelg78jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqimznelg78jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqimznelg78jpg.jpg 470w" draggable="auto" data-chomp-id="18zqimznelg78jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqimznelg78jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqimznelg78jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqimznelg78jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://adriencgd.deviantart.com/art/Clashing-Neighbors-327277211&quot;,{&quot;metric25&quot;:1}]]" href="http://adriencgd.deviantart.com/art/Clashing-Neighbors-327277211" target="_blank" rel="noopener noreferrer"><em>Artist: Adriencgd</em></a></span>)
+ </p>
+ <p>
+ Phaaze’s seed was a sum of living materials beyond Luminoth comprehension. It hit the pocket universe with incalculable force, and a tsunami of exotic energy ruptured space and time. The equipment containing the dark reality lost containment within moments, and the Luminoth were helpless as their creation expanded across the entire planet. A wave of dark energy absorbed creatures, structures and land into the dark universe, and what was once a single planet – was now two. [MP2 / MP2 SP]
+ </p>
+
+ <p>
+ The Luminoth surveyed the devastation. The Phazon seed was gone – it had indeed collided with the dark universe. Entire continents, with millions of inhabitants, had vanished with it. [MP2 / MP2 SP
+ </p>
+ <figure data-id="18zqiocyxn4ksjpg" data-recommend-id="image://18zqiocyxn4ksjpg" data-format="jpg" data-width="640" data-height="407" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiocyxn4ksjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiocyxn4ksjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiocyxn4ksjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiocyxn4ksjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiocyxn4ksjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiocyxn4ksjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiocyxn4ksjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://azureparagon.deviantart.com/art/Void-Xarasque-Sky-Station-244410462&quot;,{&quot;metric25&quot;:1}]]" href="http://azureparagon.deviantart.com/art/Void-Xarasque-Sky-Station-244410462" target="_blank" rel="noopener noreferrer"><em>Artist: AzureParagon</em></a></span>)
+ </p>
+ <p>
+ In the dark universe, a grotesque world was being born. Previous inhabitants of Aether, having been absorbed when containment of the pocket universe was lost, found themselves twisted by the corrosive new reality around them. Most perished, and their flesh fed the strange carnivorous fungi that glowed sickly colours. Some survivors were mutated by the Phazon slowly spreading beneath the surface, and adapted to survive in the hostility. [MP2 SP]
+ </p>
+
+ <p>
+ Aether and its echo, the Phazon-infested Dark Aether, existed in synchronicity. As the Luminoth tried to rebuild their planet, it took only decades for cracks to form in the ether separating the two realities. As rips in the universe shattered open, Aether became a battlefield. [MP2]
+ </p>
+ <figure data-id="18zqiq826qgjkjpg" data-recommend-id="image://18zqiq826qgjkjpg" data-format="jpg" data-width="640" data-height="379" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiq826qgjkjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiq826qgjkjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiq826qgjkjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiq826qgjkjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiq826qgjkjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiq826qgjkjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiq826qgjkjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://xxkiragaxx.deviantart.com/art/ING-181463823&quot;,{&quot;metric25&quot;:1}]]" href="http://xxkiragaxx.deviantart.com/art/ING-181463823" target="_blank" rel="noopener noreferrer"><em>Artist: Xxkiragaxx</em></a></span>)
+ </p>
+ <p>
+ A womb of Phazon mutation and dark energies had birthed a cunning and ferocious horde. The Ing erupted through the cracks between the two worlds, and commenced slaughter. They were fought back by the Luminoth, and a war began between the two parallel worlds. The Ing invaded Aether with regularity, and killed, pillaged and destroyed all that they could find. The Luminoth retaliated and crusaded into Dark Aether in their Light Suits, on suicide missions to exterminate the source of the Ing menace. Both sides suffered colossal casualties as the decades went on. [MP2]
+ </p>
+
+ <figure data-id="18zqirpbvm7a1jpg" data-recommend-id="image://18zqirpbvm7a1jpg" data-format="jpg" data-width="640" data-height="535" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqirpbvm7a1jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqirpbvm7a1jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqirpbvm7a1jpg.jpg 470w" draggable="auto" data-chomp-id="18zqirpbvm7a1jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqirpbvm7a1jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqirpbvm7a1jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqirpbvm7a1jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/The-U-MOS-118477953&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/The-U-MOS-118477953" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p>
+ The war was being lost by the Luminoth. The Ing had exterminated most of their race and had stolen too many vital technologies. With the theft of essential energy components from the Light of Aether power network, they had become a defeated people. [MP2]
+ </p>
+
+ <p>
+ The Ing had destroyed all of Aether’s ancient ships, and condemned the Luminoth to no escape from their doomed world. With no other choice, the survivors sealed themselves in an inner sanctum, and entered a state of suspended animation. One custodian, U-Mos, volunteered to be their guardian. As Aether became weaker and weaker, the Luminoth waited for someone to save them. They would wait a very long time. [MP2]
+ </p>
+ <h3 id="h3297">
+ <a id></a>The Sacrifice of the Alimbics
+ </h3>
+ <figure data-id="18zqitehsufhejpg" data-recommend-id="image://18zqitehsufhejpg" data-format="jpg" data-width="640" data-height="393" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqitehsufhejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqitehsufhejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqitehsufhejpg.jpg 470w" draggable="auto" data-chomp-id="18zqitehsufhejpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqitehsufhejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqitehsufhejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqitehsufhejpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://kihunter.deviantart.com/art/MPH-The-Alimbics-94723125&quot;,{&quot;metric25&quot;:1}]]" href="http://kihunter.deviantart.com/art/MPH-The-Alimbics-94723125" target="_blank" rel="noopener noreferrer"><em>Artist: Kihunter</em></a></span>)
+ </p>
+ <p>
+ As the Chozo and the Luminoth fell, so too did other ancient races. In a distant part of the universe, the Alimbics were a militaristic society that maintained peace in their galactic cluster. Their order was shattered when a murderous entity, originating from someplace beyond the understood universe, plummeted into one of their worlds. The creature emerged from the devastation as a gaseous entity, and assumed an Alimbic-styled body to begin its onslaught. [MPH]
+ </p>
+
+ <p>
+ This alien juggernaut was named Gorea by the Alimbic race, and they soon understood it brought only death. Gorea killed every Alimbic it could find, and destroyed everything in its path. Planet after planet fell to Gorea, and the Alimbics realised the creature would never stop. [MPH]
+ </p>
+ <figure data-id="18zqiuxqv4hadjpg" data-recommend-id="image://18zqiuxqv4hadjpg" data-format="jpg" data-width="640" data-height="355" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiuxqv4hadjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiuxqv4hadjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiuxqv4hadjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiuxqv4hadjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiuxqv4hadjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiuxqv4hadjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiuxqv4hadjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/The-Oubliette-46403925&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/The-Oubliette-46403925" target="_blank" rel="noopener noreferrer"><em>Artist: Sesakath</em></a></span>)
+ </p>
+ <p>
+ The Alimbics performed an act of supreme sacrifice. They combined the mental energies of their entire race to forge a prison for Gorea. The psychic prison held it bound, and it was transplanted into an organic vessel called The Oubliette. The vessel was launched into the void outside of the universe, a course that would keep its indestructible prisoner in exile forever. The systems of the prison ship were tasked to scan the every molecule of the imprisoned Gorea, and devise an Omega weapon that could be used to kill it. [MPH / MPH SP]
+ </p>
+
+ <p>
+ The mental energies expelled in this plan consumed the physical bodies of the entire Alimbic race. They vanished from the universe in an instant. Their sacrifice protected all life in the cosmos from Gorea’s murderous rampage. [MPH]
+ </p>
+ <h3 id="h3298">
+ <a id></a>The War of Bryyo
+ </h3>
+ <figure data-id="18zqixy9iqkrejpg" data-recommend-id="image://18zqixy9iqkrejpg" data-format="jpg" data-width="640" data-height="414" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqixy9iqkrejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqixy9iqkrejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqixy9iqkrejpg.jpg 470w" draggable="auto" data-chomp-id="18zqixy9iqkrejpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqixy9iqkrejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqixy9iqkrejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqixy9iqkrejpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/MP-C-Bryyo-88412835&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/MP-C-Bryyo-88412835" target="_blank" rel="noopener noreferrer"><em>Artist: Sesakath</em></a></span>)
+ </p>
+ <p>
+ As the old races of the universe died around them, the lizard people of Bryyo faced their own challenges. The Bryyonians were an advanced, space-faring race who had learned much from their Chozo allies. Their society was a deeply polarised one, with tensions eternal between the scientific and religious factions.[MP3]
+ </p>
+
+ <p>
+ Over the previous centuries, the scientific agenda had dominated, with space travel proving beneficial and enlightening. As the Chozo, Luminoth and Alimbics faced extinction, the religious Bryyonians believed more than ever that the universe was a hostile place, and became desperate to stop their scientific counterparts. [MP3]
+ </p>
+ <p>
+ A great war exploded across Bryyo. By its end, the scholars had been wiped out and the survivors of both sides had regressed to a feral existence. The race devolved into animals, wandering around ruins that they no longer understood. Language vanished and strength ruled. Anyone who landed on Bryyo was meat, to be killed and eaten. [MP3]
+ </p>
+
+ <h3 id="h3299">
+ <a id></a>The Little Rainy Planet
+ </h3>
+ <p>
+ The onslaught of vengeances, conquerors, poisons and politics destroyed the old races. The Alimbics had lost their flesh, while the Bryyonians had lost their souls. The Luminoth had retreated into stasis, and the Chozo of Tallon IV had been condemned to a living death. [MP / MPH / MP2 / MP3]
+ </p>
+
+ <figure data-id="18zqiznfcy0icjpg" data-recommend-id="image://18zqiznfcy0icjpg" data-format="jpg" data-width="640" data-height="430" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiznfcy0icjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiznfcy0icjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiznfcy0icjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiznfcy0icjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiznfcy0icjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiznfcy0icjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiznfcy0icjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://kaiquesilva.deviantart.com/art/Planet-Zebes-251229151&quot;,{&quot;metric25&quot;:1}]]" href="http://kaiquesilva.deviantart.com/art/Planet-Zebes-251229151" target="_blank" rel="noopener noreferrer"><em>Artist: Kaiquesilva</em></a></span>)
+ </p>
+ <p>
+ On a small, rainy planet called Zebes, the last known Chozo colony had watched the stars with impotence. This small settlement of the nearly-extinct avian race witnessed the end of the great universal renaissance, and the slow beginning of a new chapter in galactic history. Gradually, the younger races were launching their first satellites into space. In time, new empires would rise to take the place of the old. [M1 / M1 SP]
+ </p>
+
+ <figure data-id="18zqj0sv6pheljpg" data-recommend-id="image://18zqj0sv6pheljpg" data-format="jpg" data-width="640" data-height="591" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj0sv6pheljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj0sv6pheljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj0sv6pheljpg.jpg 470w" draggable="auto" data-chomp-id="18zqj0sv6pheljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj0sv6pheljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj0sv6pheljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj0sv6pheljpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Praying-for-Universe-179491357&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Praying-for-Universe-179491357" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p>
+ Zebes prophets’ saw the visions the Chozo had always endured: great wars, spreading poison and death. And suddenly, something bold was foreseen. [M1 SP / MP3 SP]
+ </p>
+
+ <figure data-id="18zqj1sdn0v6rjpg" data-recommend-id="image://18zqj1sdn0v6rjpg" data-format="jpg" data-width="640" data-height="528" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj1sdn0v6rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj1sdn0v6rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj1sdn0v6rjpg.jpg 470w" draggable="auto" data-chomp-id="18zqj1sdn0v6rjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj1sdn0v6rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj1sdn0v6rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj1sdn0v6rjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://fddt.deviantart.com/art/Samus-Aran-368975394&quot;,{&quot;metric25&quot;:1}]]" href="http://fddt.deviantart.com/art/Samus-Aran-368975394" target="_blank" rel="noopener noreferrer"><em>Artist: Fddt</em></a></span>)
+ </p>
+ <p>
+ A great hunter, clad in orange, red and green. The Chozo glimpsed a future hero, alone in the darkness beneath worlds, fighting so that good could survive evil. They saw her curing poisoned planets, and ending galactic wars. They saw the universe’s one chance to survive its apocalyptic future. They saw the only one who could defy prophecy. [M1 / MP3 SP]
+ </p>
+
+ <p>
+ And they saw her wearing Chozo armour. [M1]
+ </p>
+ <h2 id="h3300">
+ <a id></a>Part Three: The New Empires
+ </h2>
+ <h3 id="h3301">
+ <a id></a>The Humans
+ </h3>
+ <p>
+ On the planet Earth, the human race had finally developed a ship capable of leaving their solar system. A brave crew ventured into the universe to learn whether life existed elsewhere. Their discoveries fundamentally changed the human condition. On planet after planet, they found ruined tombs and cities, guarded by weathered statues of dead races. Most significant of all, they found technology. [M1 SP]
+ </p>
+
+ <p>
+ The humans reverse engineered their salvage, and advanced with pace. Within another century, faster-than-light ships explored the stars, and colonies transformed hostile worlds into homes. Peaceful relations formed between other younger races, and a great Galactic Federation was founded. [M1 SP]
+ </p>
+ <h3 id="h3302">
+ <a id></a>The Space Pirates
+ </h3>
+ <p>
+ In a less hospitable region of space, a cabal of battered races joined their forces to survive. On planets where acid rain burned flesh and magma flowed, the alliance expanded into a hardened space empire. They ventured into nearby systems and took what they needed from anyone they could reach. They found the ruins of the old races and ransacked the ancient technologies within. They immersed themselves in science and unlocked the secrets of their finds. Within decades, they had advanced their spread with stronger and faster ships. The creatures enhanced themselves, rewriting their genetics and integrating mechanisms beneath their flesh. They were unique: a cybernetic race of furious murderers with a skill for patient scientific process. As more planets were invaded, their conquered civilisations were conscripted by force. [M1 SP / MP / MP3]
+ </p>
+
+ <p>
+ The inevitable moment came when their Empire reached the borders of the vast Galactic Federation. [M1 SP / MP / MP3]
+ </p>
+ <figure data-id="18zqjuebmfw70jpg" data-recommend-id="image://18zqjuebmfw70jpg" data-format="jpg" data-width="640" data-height="489" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjuebmfw70jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjuebmfw70jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjuebmfw70jpg.jpg 470w" draggable="auto" data-chomp-id="18zqjuebmfw70jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjuebmfw70jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjuebmfw70jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjuebmfw70jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://mr-corr.deviantart.com/art/fight-for-norion-175087687&quot;,{&quot;metric25&quot;:1}]]" href="http://mr-corr.deviantart.com/art/fight-for-norion-175087687" target="_blank" rel="noopener noreferrer"><em>Artist: Mr-Corr</em></a></span>)
+ </p>
+ <p>
+ First contact was brief and furious. On that day, the warning went out to all the worlds of the Federation: Beware the Space Pirates. Though no state of war was officially declared, the empires attacked each other on sight. The Galactic Federation was large enough to repress any meaningful incursions into their space. [M1 SP / MP SP / MP3 SP / SM SP]
+ </p>
+
+ <h3 id="h3303">
+ <a id></a>The Massacre of Two Families
+ </h3>
+ <p>
+ The Galactic Federation discovered the last Chozo Colony on Zebes. The tired, ancient avians welcomed the humans and shared with them wisdom and knowledge. They offered the Galactic Federation new sciences, and taught them how to make organic computers. The Federation studied the Chozo’s own central processing unit, an engineered brain that mothered over their colony, and left with plans to assemble their own variants. On the nearest habitable planet of K-2L, a colony was established. [M1 / MP3 SP]
+ </p>
+
+ <p>
+ On this world, the human Samus Aran was born. [M1]
+ </p>
+ <figure data-id="18zqjw7ft0zj5jpg" data-recommend-id="image://18zqjw7ft0zj5jpg" data-format="jpg" data-width="640" data-height="478" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjw7ft0zj5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjw7ft0zj5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjw7ft0zj5jpg.jpg 470w" draggable="auto" data-chomp-id="18zqjw7ft0zj5jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjw7ft0zj5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjw7ft0zj5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjw7ft0zj5jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://methuselah3000.deviantart.com/art/Zebesian-Space-Pirate-301454831&quot;,{&quot;metric25&quot;:1}]]" href="http://methuselah3000.deviantart.com/art/Zebesian-Space-Pirate-301454831" target="_blank" rel="noopener noreferrer"><em>Artist: Methuselah3000</em></a></span>)
+ </p>
+ <p>
+ Barely out of infancy, the young Samus witnessed her family die. A Space Pirate raiding party overwhelmed her colony and murdered everyone she ever knew. By staying silent while surrounded by horror, Samus survived as the Pirates ransacked the settlement and left. [M1]
+ </p>
+
+ <p>
+ The Chozo colony on Zebes received K-2L’s automated distress signal. In an ancient dusty ship, they reached the planet and found Samus to be the only survivor of the massacre. The child was brought to Zebes, and the Chozo deliberated. Should she be returned to her own kind, or allowed to stay? [M1]
+ </p>
+ <p>
+ Across the colony, the Prophets experienced a simultaneous moment of clarity. They understood immediately that they had found their prophesised hero. The young girl was their inheritor, and would grow strong. She would learn all she could from them, and take their strongest technologies into the universe. She would be the hero against the oncoming storm. [M1 SP]
+ </p>
+
+ <figure data-id="18zqjz9xd98ltjpg" data-recommend-id="image://18zqjz9xd98ltjpg" data-format="jpg" data-width="640" data-height="524" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjz9xd98ltjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjz9xd98ltjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjz9xd98ltjpg.jpg 470w" draggable="auto" data-chomp-id="18zqjz9xd98ltjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjz9xd98ltjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjz9xd98ltjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjz9xd98ltjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://r3dfive.deviantart.com/art/The-Birth-Of-The-Hunter-255511894&quot;,{&quot;metric25&quot;:1}]]" href="http://r3dfive.deviantart.com/art/The-Birth-Of-The-Hunter-255511894" target="_blank" rel="noopener noreferrer"><em>Artist: R3dFiVe</em></a></span>)
+ </p>
+ <p>
+ Samus Aran reached maturity amongst the Chozo. She was trained in the combat arts of the great extinct races. She was infused with Chozo genetic material so she could employ their technologies. She was educated to be a scientist, an explorer, and a tactician. Everything that was good about the Chozo civilisation was allowed to live on in Samus. [M1]
+ </p>
+
+ <figure data-id="18zqjzzky4ffnjpg" data-recommend-id="image://18zqjzzky4ffnjpg" data-format="jpg" data-width="640" data-height="517" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjzzky4ffnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjzzky4ffnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjzzky4ffnjpg.jpg 470w" draggable="auto" data-chomp-id="18zqjzzky4ffnjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjzzky4ffnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjzzky4ffnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjzzky4ffnjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://pyra.deviantart.com/art/Decaying-Elder-53293713&quot;,{&quot;metric25&quot;:1}]]" href="http://pyra.deviantart.com/art/Decaying-Elder-53293713" target="_blank" rel="noopener noreferrer"><em>Artist: Pyra</em></a></span>)
+ </p>
+ <p>
+ Samus became an adult, and the Chozo presented her with their greatest works: a toughened power suit and an agile spacecraft, both more potent than anything their race had ever made. The Chozo leader, decaying and blind, told Samus it was time for her to find her destiny in the universe. Samus Aran departed for the stars, and years pass. [M1 / M1 SP]
+ </p>
+
+ <p>
+ As Samus tried to reconnect with her heritage on Earth, the last Chozo prophets on Zebes received a final vision: The Space Pirates were coming for them. It was time for the last Chozo to be extinguished from the universe. [M1 SP]
+ </p>
+ <figure data-id="18zqk1guma1bojpg" data-recommend-id="image://18zqk1guma1bojpg" data-format="jpg" data-width="640" data-height="401" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk1guma1bojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk1guma1bojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk1guma1bojpg.jpg 470w" draggable="auto" data-chomp-id="18zqk1guma1bojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk1guma1bojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk1guma1bojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk1guma1bojpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://phobos-romulus.deviantart.com/art/The-Chozo-187935440&quot;,{&quot;metric25&quot;:1}]]" href="http://phobos-romulus.deviantart.com/art/The-Chozo-187935440" target="_blank" rel="noopener noreferrer"><em>Artist: Phobos-Romulus</em></a></span>)
+ </p>
+ <p>
+ The Chozo hid their technologies throughout the planet, in places that they were certain Samus would find them. They concealed a second Power Suit within the walls of their holy temple, having foreseen that Samus may require it in the future. They then returned to the surface to await the inevitable. [M1 SP]
+ </p>
+
+ <p>
+ The Space Pirates invaded in force, and murdered Samus Aran’s second family. The Chozo became extinct. [M1 / MP SP]
+ </p>
+ <h3 id="h3304">
+ <a id></a>The Mother Brain
+ </h3>
+ <p>
+ Space Pirate scientists arrived shortly after the carnage and focused their attention on the legendary Chozo organic central processing unit. They rewrote its benign programming and injected stimulants into its flesh. They enabled it to form an artificial intelligence obsessed with strategy and conquest. They drove its computational potential towards absolute advancement of the Space Pirate Empire. [M1 SP]
+ </p>
+
+ <figure data-id="18zqk2icdbv0cjpg" data-recommend-id="image://18zqk2icdbv0cjpg" data-format="jpg" data-width="640" data-height="528" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk2icdbv0cjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk2icdbv0cjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk2icdbv0cjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk2icdbv0cjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk2icdbv0cjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk2icdbv0cjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk2icdbv0cjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://jaagup.deviantart.com/art/mother-brain-258536723&quot;,{&quot;metric25&quot;:1}]]" href="http://jaagup.deviantart.com/art/mother-brain-258536723" target="_blank" rel="noopener noreferrer"><em>Artist: Jaagup</em></a></span>)
+ </p>
+ <p>
+ The results went beyond High Command’s most optimistic projections. The Space Pirates had created a leader, a desperately needed figure to unite their fragmented empire. They had created their Mother Brain. The great Space Pirate generals Ridley and Kraid arrived at Zebes, ready to pay tribute to their new master and to plan for the future. Mother Brain delivered to the Space Pirates knowledge and power. She told them of a world referenced in her oldest Chozo databanks, a planet bathed in a mutagenic poison waiting to be farmed. She instructed High Command to prepare an armada of ships and invade the planet Tallon IV. [M1 / MP SP]
+ </p>
+
+ <p>
+ The order was followed immediately, and the High Command discovered a world deranged by contagion. Beneath its surface, endless pools of Phazon waited to be weaponised, and a great mining operation began. Mother Brain received data from their readings on the planet; even after thousands of years, the source of the Phazon was still contained in the Chozo force field. She scrutinised her records further, and was unable to ascertain any method of breaching the barrier. The Space Pirates could retrieve the Phazon, but were denied access to its source. [MP]
+ </p>
+ <h3 id="h3305">
+ <a id></a>The Metroids
+ </h3>
+ <p>
+ A perfect storm brewed. As the Space Pirates gained access to the most potent mutagen in the universe, the Galactic Federation made an equally eventful discovery: They found the dark planet SR388. [M1 / M2]
+ </p>
+
+ <figure data-id="18zqk5mt4ocetjpg" data-recommend-id="image://18zqk5mt4ocetjpg" data-format="jpg" data-width="640" data-height="477" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk5mt4ocetjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk5mt4ocetjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk5mt4ocetjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk5mt4ocetjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk5mt4ocetjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk5mt4ocetjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk5mt4ocetjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://firebornform.deviantart.com/art/SR388-Tunnels-353312617&quot;,{&quot;metric25&quot;:1}]]" href="http://firebornform.deviantart.com/art/SR388-Tunnels-353312617" target="_blank" rel="noopener noreferrer"><em>Artist: Fireborn Form</em></a></span>)
+ </p>
+ <p>
+ A Galactic Federation survey team studied the surface, and soon encountered a gelatinous creature that swam through air. The alien defied gravity and physics as it phased through dense rock with ease. It perceived the survey team, and made a few curious chirps in their direction. It then suddenly changed temperament, aggressively charging to latch itself onto the skull of one of the party. The victim died in agony as the Metroid fed on all the energy within, and could not be removed until its prey had been reduced to a dried husk of collapsing matter. The young Metroid had just killed, in a way that science could not explain. [M1 SP / M2 SP]
+ </p>
+
+ <p>
+ With effort and casualties, the scientists contained a few infant specimens of the Metroid creatures, and left the planet without further incident. [M1]
+ </p>
+ <p>
+ As their vessel went back to the stars, SR388 was aware their withdrawal. It harboured a great contempt for the invaders, an endless hate fuelled by the impotence it endured centuries ago when the Chozo had committed their great invasion. The living planet had spent centuries honing the Metroids into perfect killers, and knew the devastation they could cause upon maturity. The planet had intentionally allowed the humans to take a few Metroids away so that the creatures could grow up and kill anyone out amongst the stars who ever thought of returning. SR388 took any opportunity to gain revenge against an outside universe that refused to leave it alone. [M2 SP]
+ </p>
+
+ <p>
+ As the scientists began to broadcast their findings back to the Galactic Federation, Mother Brain intercepted the transmission. She cross-referenced their data with notes buried in the Chozo’s ancient fragmented records. She deduced that the Metroids were a form of genetically engineered predator of incredible power, created by the Chozo for an unknown purpose. Mother Brain ordered High Command to get the creatures to her by any means necessary. [M1 SP]
+ </p>
+ <p>
+ The Space Pirates overran the Galactic Federation vessel and stole the Metroid creatures. They divided their prize: some were sent to their nearest Homeworld; others were sent to the Tallon IV outpost; and the most potent were delivered straight to Zebes for the experiments of Mother Brain. [M1 / MP / MP3]
+ </p>
+
+ <p>
+ With the arrival of the first Phazon samples from Tallon IV, the exotic substance allowed the Space Pirates to slowly produce stable cloned Metroids across their breeding sites. [M1 SP / MP SP]
+ </p>
+ <h3 id="h3306">
+ <a id></a>The Revenge of Samus Aran
+ </h3>
+ <figure data-id="18zqk7ps96cb3jpg" data-recommend-id="image://18zqk7ps96cb3jpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk7ps96cb3jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk7ps96cb3jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk7ps96cb3jpg.jpg 470w" draggable="auto" data-chomp-id="18zqk7ps96cb3jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk7ps96cb3jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk7ps96cb3jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk7ps96cb3jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://ojanpohja.deviantart.com/art/Space-Pirate-31294390&quot;,{&quot;metric25&quot;:1}]]" href="http://ojanpohja.deviantart.com/art/Space-Pirate-31294390" target="_blank" rel="noopener noreferrer"><em>Artist: Ojanpohja</em></a></span>)
+ </p>
+ <p>
+ In her first mission as a Bounty Hunter, Samus Arran was commissioned by the Galactic Federation to neutralise the stolen Metroids. Through careful investigation, Samus discovered that the Pirates are operating from Zebes – her home. She concluded that the Space Pirates had murdered her second family, as they had done with her first. They have took from her everyone she ever loved, and destroyed her two worlds. [M1]
+ </p>
+
+ <figure data-id="18zqk8x71i4gnjpg" data-recommend-id="image://18zqk8x71i4gnjpg" data-format="jpg" data-width="640" data-height="384" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk8x71i4gnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk8x71i4gnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk8x71i4gnjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk8x71i4gnjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk8x71i4gnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk8x71i4gnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk8x71i4gnjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://stuarthughe.deviantart.com/art/Samus-Varia-322194081&quot;,{&quot;metric25&quot;:1}]]" href="http://stuarthughe.deviantart.com/art/Samus-Varia-322194081" target="_blank" rel="noopener noreferrer"><em>Artist: Stuart Hughe</em></a></span>)
+ </p>
+ <p>
+ Samus stormed Zebes and killed everyone in her path. [M1]
+ </p>
+ <figure data-id="18zqkachpcz0ijpg" data-recommend-id="image://18zqkachpcz0ijpg" data-format="jpg" data-width="640" data-height="530" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkachpcz0ijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkachpcz0ijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkachpcz0ijpg.jpg 470w" draggable="auto" data-chomp-id="18zqkachpcz0ijpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkachpcz0ijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkachpcz0ijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkachpcz0ijpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://immarart.deviantart.com/art/Metroid-337270954&quot;,{&quot;metric25&quot;:1}]]" href="http://immarart.deviantart.com/art/Metroid-337270954" target="_blank" rel="noopener noreferrer"><em>Artist: Immarart</em></a></span>)
+ </p>
+ <p>
+ As her defences were breached, Mother Brain unleashed the great generals Ridley and Kraid. Both were killled, and, desperate to stop the intruder, Mother Brain released the Metroids. Samus Aran exterminated the creatures, and invaded the inner sanctum. [M1]
+ </p>
+
+ <figure data-id="18zqkbhxb2ugpjpg" data-recommend-id="image://18zqkbhxb2ugpjpg" data-format="jpg" data-width="640" data-height="360" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkbhxb2ugpjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkbhxb2ugpjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkbhxb2ugpjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkbhxb2ugpjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkbhxb2ugpjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkbhxb2ugpjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkbhxb2ugpjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://twigs.deviantart.com/art/The-Mother-s-Chamber-140408495&quot;,{&quot;metric25&quot;:1}]]" href="http://twigs.deviantart.com/art/The-Mother-s-Chamber-140408495" target="_blank" rel="noopener noreferrer"><em>Artist: Twigs</em></a></span>)
+ </p>
+ <p>
+ Samus confronted the malevolent Mother Brain and blasted apart her body. A power overload was caused, and the Tourian facility shook itself apart. Samus evacuated to her ship and tried to leave Zebes, but a Space Pirate battleship in orbit registered her ascent and opened fire. Samus’ gunship plummeted back towards the Zebes and impacted Chozodia, her former home. [M1]
+ </p>
+
+ <p>
+ Extremely lucky to be alive, Samus crawled out of the remains of her destroyed power suit, and fled as Space Pirate forces stormed the area. Samus hid, crawled and ran to find sanctuary in the deepest part of the Chozo’s most revered temple. [M1]
+ </p>
+ <figure data-id="18zqkdb1egv73jpg" data-recommend-id="image://18zqkdb1egv73jpg" data-format="jpg" data-width="640" data-height="500" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkdb1egv73jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkdb1egv73jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkdb1egv73jpg.jpg 470w" draggable="auto" data-chomp-id="18zqkdb1egv73jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkdb1egv73jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkdb1egv73jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkdb1egv73jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://eyes5.deviantart.com/art/Blessing-6012954&quot;,{&quot;metric25&quot;:1}]]" href="http://eyes5.deviantart.com/art/Blessing-6012954" target="_blank" rel="noopener noreferrer"><em>Artist: Eyes5</em></a></span>)
+ </p>
+ <p>
+ Samus found herself surrounded with murals of the dead Chozo, and accepted she was alone in the universe. Overcoming despair, she solved the trials of the Chozodian temple and a concealed power suit was revealed to her. This shining armour was even more potent than the one she had just lost, and was able to integrate the most exotic Chozo technologies. Samus realised the greater meaning of her find; the Chozo had left her gifts for her in places they had foreseen she would traverse. Her adopted family continued to protect her long after their deaths, and she would find their statues cradling survival equipment in the darkest corners of the cosmos. [M1 / MP / MP3 / M2 / SM]
+ </p>
+
+ <figure data-id="18zqkeig3z5btjpg" data-recommend-id="image://18zqkeig3z5btjpg" data-format="jpg" data-width="640" data-height="374" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkeig3z5btjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkeig3z5btjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkeig3z5btjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkeig3z5btjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkeig3z5btjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkeig3z5btjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkeig3z5btjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://imachinivid.deviantart.com/art/Super-missile-309591371&quot;,{&quot;metric25&quot;:1}]]" href="http://imachinivid.deviantart.com/art/Super-missile-309591371" target="_blank" rel="noopener noreferrer"><em>Artist: Imachinivid</em></a></span>)
+ </p>
+ <p>
+ With her new armaments, Samus cleansed the Space Pirate presence from Zebes. She came to be known as “The Hunter”, and the Space Pirates learned that they will always be hunted down for what they did to her families. They fled the planet in terror. [M1 / MP / MP2 / MP3]
+ </p>
+
+ <h3 id="h3307">
+ <a id></a>Tallon IV
+ </h3>
+ <p>
+ As years passed, Samus Aran accepted further missions from the Galactic Federation. The bounty earned funded her personal vendetta against the Space Pirates. She improved her armaments, paid for black market information and stormed their outposts. Samus showed her enemies no mercy, and became the feared nemesis of their entire civilisation. With the income from her Federation services, Samus had soon amassed enough money to buy the most secret information regarding the Space Pirates: the coordinates of their stronghold on an old forgotten planet called Tallon IV. [MP1 SP]
+ </p>
+
+ <p>
+ Samus guided her ship into the Tallon system and investigated an orbiting space station. She discovered a failed genetic engineering facility whose Space Pirate crew was murdered when they lost control of their own creations. Samus fought her way through the ferocious beasts scattered within, and discovered a half-insane cyborg recreation of the Space Pirate general Ridley. As the station began to collapse, the biomechanical dragon fled to the world below, and Samus pursued. [MP1]
+ </p>
+ <figure data-id="18zqkglfb56vojpg" data-recommend-id="image://18zqkglfb56vojpg" data-format="jpg" data-width="640" data-height="311" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkglfb56vojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkglfb56vojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkglfb56vojpg.jpg 470w" draggable="auto" data-chomp-id="18zqkglfb56vojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkglfb56vojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkglfb56vojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkglfb56vojpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://lightningarts.deviantart.com/art/Metroid-Metal-Where-It-All-Begins-393272172&quot;,{&quot;metric25&quot;:1}]]" href="http://lightningarts.deviantart.com/art/Metroid-Metal-Where-It-All-Begins-393272172" target="_blank" rel="noopener noreferrer"><em>Artist: Lightningarts</em></a></span>)
+ </p>
+ <p>
+ Samus lost Ridley in the planet’s stormy atmosphere, and elected to land in a nearby jungle to conceal her presence from the Pirate ground forces. Exploring the surroundings, Samus discovered that the planet was once home to the bulk of the extinct Chozo civilisation. In a great temple Samus studied poetic murals that told of the Phazon comet that had struck their world. The scribblings informed her of a creature trapped deep in the comet that they referred to as “The Worm,” and of the powerful shield they erected to prevent its escape. Samus read their last prophecy; that a hero would traverse fire and ice, jungle and cave, and find twelve sacred keys that would deactivate the barrier and allow passage to the Impact Crater. This saviour from the stars would bring down the ancient shield, and destroy the worm that infected their planet. [MP1]
+ </p>
+
+ <p>
+ She continued her exploration, and battled ferocious flora and fauna. The Hunter came to understand that the Space Pirates had established a complex military installation that descended far below the surface. [MP1]
+ </p>
+ <figure data-id="18zqkick4w4i9jpg" data-recommend-id="image://18zqkick4w4i9jpg" data-format="jpg" data-width="640" data-height="517" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkick4w4i9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkick4w4i9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkick4w4i9jpg.jpg 470w" draggable="auto" data-chomp-id="18zqkick4w4i9jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkick4w4i9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkick4w4i9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkick4w4i9jpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://r-sraven.deviantart.com/art/Metroid-Prime-Lost-Ruins-33577678&quot;,{&quot;metric25&quot;:1}]]" href="http://r-sraven.deviantart.com/art/Metroid-Prime-Lost-Ruins-33577678" target="_blank" rel="noopener noreferrer"><em>Artist: R-Sraven</em></a></span>)
+ </p>
+ <p>
+ Samus hunted the Pirates and accessed their computer logs. The Empire had found quantities of an intensely potent mutagen called Phazon. Laboratories across the outpost experimented with the substance, and in a short space of time they had created prototypes for the next generation of their races: powerful Phazon-fuelled juggernauts. Should these advances continue, Samus knew that the Space Pirates would be able to conquer the Galactic Federation. [MP1]
+ </p>
+
+ <figure data-id="18zqkje1rl63yjpg" data-recommend-id="image://18zqkje1rl63yjpg" data-format="jpg" data-width="800" data-height="816" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkje1rl63yjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkje1rl63yjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkje1rl63yjpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zqkje1rl63yjpg.jpg 800w" draggable="auto" data-chomp-id="18zqkje1rl63yjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkje1rl63yjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkje1rl63yjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkje1rl63yjpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zqkje1rl63yjpg.jpg 800w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968&quot;,{&quot;metric25&quot;:1}]]" href="http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968" target="_blank" rel="noopener noreferrer"><em>Artist: Greenstranger</em></a></span>)
+ </p>
+ <p>
+ In the most secure laboratory, Samus made a devastating discovery. The Space Pirates had used Phazon to create an army of stable clone Metroids and lost containment. The Metroid creatures were roaming the caverns deep in the planet, reproducing and mutating as the Phazon influenced their physiology. [MP1]
+ </p>
+
+ <figure data-id="18zqklb3wp0jajpg" data-recommend-id="image://18zqklb3wp0jajpg" data-format="jpg" data-width="640" data-height="365" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqklb3wp0jajpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqklb3wp0jajpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqklb3wp0jajpg.jpg 470w" draggable="auto" data-chomp-id="18zqklb3wp0jajpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqklb3wp0jajpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqklb3wp0jajpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqklb3wp0jajpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968&quot;,{&quot;metric25&quot;:1}]]" href="http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968" target="_blank" rel="noopener noreferrer"><em>Artist: Ohimseeinstars</em></a></span>)
+ </p>
+ <p>
+ Samus’ final discovery was the most horrific. The powerful, poisonous Phazon was not a rare material on Tallon IV. Despite the Chozo shield containing the Impact Crater, the substance had spread and consumed the world inside-out. The core of the planet presented the Space Pirates with a vast supply of Phazon, enough to fuel their conquest of the stars. [MP1]
+ </p>
+
+ <p>
+ Samus destroyed the mining facilities and laboratories, and reconstructed the twelve parts of the ancient Chozo cipher. She destroyed living weapons such as the Thardus experiment, and annihilated the prototype Omega Pirate. She overcame corrupted Metroids, and banished the tormented Chozo ghosts from the living world. She fought the mad Meta Ridley, and on his demise deactivated the Chozo containment shield. As prophesised, Samus Aran entered the Impact Crater. [MP1]
+ </p>
+ <h3 id="h3308">
+ <a id></a>The Worm
+ </h3>
+ <p>
+ Samus Aran had opened Metroid Prime’s cage, and had no understanding of what she was about to unleash on the universe. The creature had been imprisoned in a different era, and had spent eons being tortuously transformed by Phazon into an undying mad genius. [MP1]
+ </p>
+
+ <figure data-id="18zqkn672gklqjpg" data-recommend-id="image://18zqkn672gklqjpg" data-format="jpg" data-width="640" data-height="499" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkn672gklqjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkn672gklqjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkn672gklqjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkn672gklqjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkn672gklqjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkn672gklqjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkn672gklqjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<em>Artist: Chrysaetos-Pteron</em>)
+ </p>
+ <p>
+ Samus and the ancient Metroid battled, and the bounty hunter shattered the creature’s metal armour. By channelling the surrounding Phazon deposits into a supercharged energy beam, Samus was able to devastate Metroid Prime’s gelatinous body. After a tremendous battle, the old creature began to collapse on itself. [MP1]
+ </p>
+
+ <figure data-id="18zqkodlj2z8kjpg" data-recommend-id="image://18zqkodlj2z8kjpg" data-format="jpg" data-width="640" data-height="525" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkodlj2z8kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkodlj2z8kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkodlj2z8kjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkodlj2z8kjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkodlj2z8kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkodlj2z8kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkodlj2z8kjpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sabretoontigers.deviantart.com/art/Samus-308644319&quot;,{&quot;metric25&quot;:1}]]" href="http://sabretoontigers.deviantart.com/art/Samus-308644319" target="_blank" rel="noopener noreferrer"><em>Artist: Sabretoontigers</em></a></span>)
+ </p>
+ <p>
+ Seemingly dying, Metroid Prime lashed out, grabbing a layer of material from Samus Aran’s armour. The creature melted into a pool of Phazon particles, and the bounty hunter evacuated the Impact Crater. [MP1]
+ </p>
+
+ <p>
+ Samus Aran had seemingly succeeded in her mission. The surviving Space Pirates abandoned their devastated facilities and hastily evacuated the planet. With the defeat of Metroid Prime, the Phazon contagion was slowly stopping its spread. The tormented Chozo spirits that had been bound to the planet were finally able to achieve their rest. Leaving the world to recover from its devastation, Samus Aran headed back to the stars. [MP1 / MP1 SP]
+ </p>
+ <h3 id="h3309">
+ <a id></a>The Dark Hunter
+ </h3>
+ <p>
+ Metroid Prime’s exposure to millennia of Phazon had given the creature extremely exotic abilities, the most potent being its durability – to recreate itself after nearly any level of destruction. As it had collapsed on itself, the essence of Metroid Prime craved the strength and adaptability present in Samus Aran. In the Talon IV impact crater, Metroid Prime recreated itself as a dark copy of the woman who had defeated it. [MP 1 / MP2 / MP3 SP]
+ </p>
+
+ <figure data-id="18zqkq6pqyr8ljpg" data-recommend-id="image://18zqkq6pqyr8ljpg" data-format="jpg" data-width="640" data-height="412" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div contenteditable="false" data-syndicationrights="false">
+ <p><img alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkq6pqyr8ljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkq6pqyr8ljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkq6pqyr8ljpg.jpg 470w" draggable="auto" data-chomp-id="18zqkq6pqyr8ljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkq6pqyr8ljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkq6pqyr8ljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkq6pqyr8ljpg.jpg 470w">
+ </p>
+ </div>
+ </figure>
+ <p>
+ (<span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://imachinivid.deviantart.com/art/Dark-Samus-returns-295856131&quot;,{&quot;metric25&quot;:1}]]" href="http://imachinivid.deviantart.com/art/Dark-Samus-returns-295856131" target="_blank" rel="noopener noreferrer"><em>Artist: Imachinivid</em></a></span>)
+ </p>
+ <p>
+ Dark Samus clawed its way out of the Impact Crater. It departed Tallon IV to spread its venom across the stars, and to sow the seeds of a great war. [MP1 / MP2 / MP3]
+ </p>
+
+ <p>
+ <span><a data-ga="[[&quot;Embedded Url&quot;,&quot;Internal link&quot;,&quot;https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108&quot;,{&quot;metric25&quot;:1}]]" href="https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108"><em>Click here for the second half of this epic story.</em></a></span>
+ </p>
+ <hr>
+ <p>
+ <small>Mama Robotnik is a video game historian living somewhere in the British Empire. He specialises in unearthing lost gaming media, but also enjoys a good long essay about his favourite games every now and then. He drinks a lot of tea, and has a horrendously naughty black and white cat called Blossom. If you would like to contact him, he responds to his private messages over at</small> <span><a data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://www.neogaf.com/forum/&quot;,{&quot;metric25&quot;:1}]]" href="http://www.neogaf.com/forum/" target="_blank" rel="noopener noreferrer"><small>NeoGAF</small></a></span><small>.</small>
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/source.html
new file mode 100644
index 0000000..0b88752
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/source.html
@@ -0,0 +1,3868 @@
+<!DOCTYPE html>
+<html lang="en-us" data-reactroot="" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
+ <head>
+ <meta charset="utf-8" />
+ <meta name="google-site-verification" content="bM-oyO1vXKOAYf3H3fJQaVf8FeyOneJtVHbEYlNa7p8" />
+ <meta name="ir-site-verification-token" value="-1270174611" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0,maximum-scale=10.0" />
+ <meta name="ROBOTS" content="INDEX, FOLLOW" />
+ <title>
+ The Spectacular Story Of Metroid, One Of Gaming's Richest Universes
+ </title>
+ <link rel="shortcut icon" type="image/png" href="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/v4sckews2f3bzf0ztbkf.png" />
+ <link rel="apple-touch-icon" type="image/png" href="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_200,q_80,w_200/v4sckews2f3bzf0ztbkf.png" />
+ <meta name="msapplication-square70x70logo" content="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/v4sckews2f3bzf0ztbkf.png" />
+ <meta name="msapplication-square150x150logo" content="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_200,q_80,w_200/v4sckews2f3bzf0ztbkf.png" />
+ <link rel="preload" href="https://cdn.digitru.st/prod/1/digitrust.min.js" as="script" />
+ <link rel="dns-prefetch" href="//kinja.com" />
+ <link rel="dns-prefetch" href="//i.kinja-img.com" />
+ <link rel="dns-prefetch" href="//x.kinja-static.com" />
+ <link rel="dns-prefetch" href="//f.kinja-static.com" />
+ <link rel="dns-prefetch" href="//www.googletagservices.com" />
+ <link rel="dns-prefetch" href="//beacon.krxd.net" />
+ <link rel="dns-prefetch" href="//pubads.g.doubleclick.net" />
+ <link rel="dns-prefetch" href="//stats.g.doubleclick.net" />
+ <link rel="dns-prefetch" href="//tpc.googlesyndication.com" />
+ <link rel="dns-prefetch" href="//pagead2.googlesyndication.com" />
+ <link rel="dns-prefetch" href="//adservice.google.com" />
+ <link rel="dns-prefetch" href="//securepubads.g.doubleclick.net" />
+ <link rel="dns-prefetch" href="https://ir-na.amazon-adsystem.com" />
+ <link rel="dns-prefetch" href="https://fls-na.amazon-adsystem.com" />
+ <link rel="dns-prefetch" href="//imasdk.googleapis.com" />
+ <link rel="dns-prefetch" href="//tps10232.doubleverify.com" />
+ <link rel="dns-prefetch" href="//pixel.mtrcs.samba.tv" />
+ <link rel="dns-prefetch" href="//js-agent.newrelic.com" />
+ <link rel="dns-prefetch" href="//c.amazon-adsystem.com" />
+ <link rel="dns-prefetch" href="//aax.amazon-adsystem.com" />
+ <link rel="preconnect" href="https://i.kinja-img.com" />
+ <link rel="preconnect" href="//x.kinja-static.com" />
+ <link rel="preconnect" href="//f.kinja-static.com" crossorigin="" />
+ <link rel="preload" href="https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg-webfont.woff2?08252015" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg_it-webfont.woff2?08252015" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold-webfont.woff2?08252015" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold_it-webfont.woff2?08252015" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-light-webfont.woff2?09162015" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-lightitalic-webfont.woff2?09162015" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bold-webfont.woff2?09162015" as="font" type="font/woff2" crossorigin="" />
+ <link rel="alternate" type="application/rss+xml" title="Kotaku - All stories" href="https://kotaku.com/rss" />
+ <meta name="keywords" content="metroid, kotaku longreads, nintendo, Kotaku" />
+ <meta name="news_keywords" content="metroid, kotaku longreads, nintendo, Kotaku" />
+ <meta name="twitter:url" content="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577" />
+ <link rel="canonical" href="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577" />
+ <link rel="amphtml" href="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577/amp" />
+ <meta name="description" content="Nothing beats the passion of a true fan writing about something they love. That&amp;#039;s what you&amp;#039;re about to see here: one of the richest, most amazing tributes to a great gaming series that we&amp;#039;ve ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon." />
+ <meta property="og:title" content="The Spectacular Story Of Metroid, One Of Gaming's Richest Universes" />
+ <meta property="og:type" content="article" />
+ <meta name="author" content="Mama Robotnik" />
+ <meta property="og:url" content="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577" />
+ <meta property="og:description" content="Nothing beats the passion of a true fan writing about something they love. That&amp;#039;s what you&amp;#039;re about to see here: one of the richest, most amazing tributes to a great gaming series that we&amp;#039;ve ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon." />
+ <meta property="og:locale" content="en_US" />
+ <meta property="og:site_name" content="Kotaku" />
+ <meta property="og:image" content="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_675,pg_1,q_80,w_1200/18zu12g5xzyxojpg.jpg" />
+ <meta property="fb:app_id" content="35737966741" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:site" content="@kotaku" />
+ <meta name="twitter:title" content="The Spectacular Story Of Metroid, One Of Gaming's Richest Universes" />
+ <meta name="twitter:description" content="Nothing beats the passion of a true fan writing about something they love. That&amp;#039;s what you&amp;#039;re about to see here: one of the richest, most amazing tributes to a great gaming series that we&amp;#039;ve ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon." />
+ <meta name="twitter:image" content="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_675,pg_1,q_80,w_1200/18zu12g5xzyxojpg.jpg" />
+ <script async="async">
+ <![CDATA[
+ window.advBidxc = window.advBidxc || {};
+ window.advBidxc.exec = window.advBidxc.exec || [];
+ window.advBidxc.customerId = "8CUL2TG3D";
+ window.advBidxc.domain = window.location.hostname;
+ window.advBidxc.version = 5.1;
+ window.advBidxc.startTime = new Date().getTime();
+ (function(d) {
+ var e = d.createElement('script');
+ e.src = 'https://hbx.media.net/bidexchange.js?cid='+ window.advBidxc.customerId +'&version='+window.advBidxc.version+'&dn='+ window.advBidxc.domain;
+ e.async = true;
+ d.getElementsByTagName("head")[0].appendChild(e);
+ }(document));
+ ]]>
+ </script>
+ <script async="async" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
+ <script async="async">
+ <![CDATA[
+ window.googletag = window.googletag || {};
+ window.googletag.cmd = window.googletag.cmd || [];
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ // GDPR
+ (function () { var e = false; var c = window; var t = document; function r() { if (!c.frames["__cmpLocator"]) { if (t.body) { var a = t.body; var e = t.createElement("iframe"); e.style.cssText = "display:none"; e.name = "__cmpLocator"; a.appendChild(e) } else { setTimeout(r, 5) } } } r(); function p() { var a = arguments; __cmp.a = __cmp.a || []; if (!a.length) { return __cmp.a } else if (a[0] === "ping") { a[2]({ gdprAppliesGlobally: e, cmpLoaded: false }, true) } else { __cmp.a.push([].slice.apply(a)) } } function l(t) { var r = typeof t.data === "string"; try { var a = r ? JSON.parse(t.data) : t.data; if (a.__cmpCall) { var n = a.__cmpCall; c.__cmp(n.command, n.parameter, function (a, e) { var c = { __cmpReturn: { returnValue: a, success: e, callId: n.callId } }; t.source.postMessage(r ? JSON.stringify(c) : c, "*") }) } } catch (a) { } } if (typeof __cmp !== "function") { c.__cmp = p; __cmp.msgHandler = l; c.addEventListener("message", l, false) } })();
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ // CCPA
+ (function () { var e = false; var c = window; var t = document; function r() { if (!c.frames["__uspapiLocator"]) { if (t.body) { var a = t.body; var e = t.createElement("iframe"); e.style.cssText = "display:none"; e.name = "__uspapiLocator"; a.appendChild(e) } else { setTimeout(r, 5) } } } r(); function p() { var a = arguments; __uspapi.a = __uspapi.a || []; if (!a.length) { return __uspapi.a } else if (a[0] === "ping") { a[2]({ gdprAppliesGlobally: e, cmpLoaded: false }, true) } else { __uspapi.a.push([].slice.apply(a)) } } function l(t) { var r = typeof t.data === "string"; try { var a = r ? JSON.parse(t.data) : t.data; if (a.__cmpCall) { var n = a.__cmpCall; c.__uspapi(n.command, n.parameter, function (a, e) { var c = { __cmpReturn: { returnValue: a, success: e, callId: n.callId } }; t.source.postMessage(r ? JSON.stringify(c) : c, "*") }) } } catch (a) { } } if (typeof __uspapi !== "function") { c.__uspapi = p; __uspapi.msgHandler = l; c.addEventListener("message", l, false) } })();
+ //]]>
+ </script>
+ <script>
+ <![CDATA[
+ window._sp_ = {
+ config: {
+ mmsDomain: "https://message1195.sp-prod.net",
+ cmpOrigin: "https://sourcepoint.mgr.consensu.org",
+ accountId: "1195",
+ events: {
+ onMessageReceiveData: function (data) {
+ if(data && data.msg_id>0){
+ if(data.message_url.indexOf("https://ccpa-notice.sp-prod.net")>-1){
+ window.__consent__ = 'CCPA'
+ }
+ if(data.message_url.indexOf("https://notice.sp-prod.net")>-1) {
+ window.__consent__ = 'GDPR';
+ // Notifying Media.net header bidder to apply user consent
+ if (window.advBidxc) {
+ try {
+ __cmp('getConsentData', null, function(result) {
+ if (result) {
+ window.advBidxc.exec.push(function(){
+ window.advBidxc.setGDPRApplicable(result.gdprApplies);
+ window.advBidxc.setGDPRConsent(result.consentData);
+ });
+ }
+ });
+ } catch(e) {}
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ window._sp_ccpa = {
+ config: {
+ mmsDomain: "https://message1195.sp-prod.net",
+ ccpaOrigin: "https://ccpa-service.sp-prod.net",
+ accountId: "1195",
+ getDnsMsgMms: true,
+ alwaysDisplayDns: false,
+ events: {
+ onMessageReceiveData: function (data) {
+ if(data && data.msg_id>0){
+ if(data.message_url.indexOf("https://ccpa-notice.sp-prod.net")>-1){
+ window.__consent__ = 'CCPA'
+ }
+ if(data.message_url.indexOf("https://notice.sp-prod.net")>-1) {
+ window.__consent__ = 'GDPR'
+ }
+ }
+ }
+ }
+ }
+ }
+ ]]>
+ </script>
+ <script async="async" src="https://dialogue.sp-prod.net/messagingWithoutDetection.js"></script>
+ <script async="async" src="https://ccpa.sp-prod.net/ccpa.js"></script>
+ <script type="module" src="/x-kinja-static/assets/new-client/runtime~ads.54484ea6a0a90bf7d28d.js"></script>
+ <script type="module" src="/x-kinja-static/assets/new-client/vendors~adManager~ads.2d79928e5945e5e8f867.js"></script>
+ <script type="module" src="/x-kinja-static/assets/new-client/adManager~ads~errorPage~experiments~featuredPermalinkPage~permalinkPage~permalinkPageIdle~profilePag~c41e40b3.ead312884f23b6a158a2.js"></script>
+ <script type="module" src="/x-kinja-static/assets/new-client/adManager~ads~errorPage~experiments~featuredPermalinkPage~permalinkPage~permalinkPageIdle~profilePag~1a2ffd3c.e1ca206c04adaea44b19.js"></script>
+ <script type="module" src="/x-kinja-static/assets/new-client/ads.034e556bf0601b6164a1.js"></script>
+ <script>
+ <![CDATA[
+ window._fasttokenPerformanceMark = 'frontend.layout.header.user_token_fast';
+ window._user = new Promise((resolve, reject) => {
+ window._fasttoken = function (response) {
+ if (window.performance) {
+ window.performance.mark(window._fasttokenPerformanceMark);
+ }
+ if (response && response.meta &&response.meta.status === 200) {
+ resolve(response.data);
+ } else {
+ reject(response ? response.meta : '');
+ }
+ };
+ });
+ ]]>
+ </script>
+ <script src="https://kinja.com/api/profile/accountwithtoken?jsonp=_fasttoken&amp;newFollows=true" defer="defer"></script>
+ <script>
+ <![CDATA[
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+ ]]>
+ </script>
+ <style>
+ <![CDATA[
+ .tp-iframe-wrapper{position:relative!important;}
+ ]]>
+ </style>
+ <script>
+ <![CDATA[
+ _comscore = window._comscore || [];
+ _comscore.push({
+ c1: '2',
+ c2: '6770184'
+ });
+ window._comscore = _comscore;
+ (function(d,s,e,t){e=d.createElement(s);e.type='text/java'+s;e.async='async';e.src='http'+('https:'===location.protocol?'s://sb':'://b')+'.scorecardresearch.com/beacon.js';t=d.getElementsByTagName(s)[0];t.parentNode.insertBefore(e,t);})(document,'script');
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ (function(d) {
+ var e = d.createElement('script');
+ e.src = d.location.protocol + '//tag.bounceexchange.com/3592/i.js';
+ e.async = true;
+ d.getElementsByTagName("head")[0].appendChild(e);
+ }(document));
+ ]]>
+ </script>
+ <script src="https://cdn.digitru.st/prod/1/digitrust.min.js"></script>
+ <style data-styled="zVObM hVJsES hyLaMq cxfwkg fwjlmD fPqcTm ebBaTT cLvRyM hElAzM hWQHjO eQCLWh fBOpXK ggPaHg hoiFaE ldbUeF fPlCjx jRvBRt rzxbx iHLoZR miWDp Lwydz bNzDDF YrjCq iSaTEN cKiLPQ jBPzMI iUbnXK gBMIDl djRjMr falNPB cFfYvh fVpzWD jDxnTz bHuckL lmomFr kqthke jflTDT eSuPFB bYlXTp jgysUY jOQyEj jZQBpt ciLbRL irMuRt dLONoQ kwUvxw cjbzCR fLwIBi icfmop enFBrX hebJFs jNiKtz ktESSG ehkuKX etpvfO eFcvZm gVWJry gtgww fVlnpj cclgoe jIBiCM dXPirX XVppW bEUjwS kHCVke ldeICr eNdIIE kOFjhT esIpx bspgcg kFeogc bUDpTX fwSvTs gIjPOj izUYtn dsTWpc cLsyOJ ixUPOi iaPcjQ kBeEqh gOGycY wcAhP knZcug hgqaKZ brydAF fVaIqa iyJvbB eVhsmG ekphdR hVwDer yLgPx krajXX bLXZFj gkWXma hByOxy bSrIEu fivNdM erWUwi gcDoBX eagNII defoG fWhkEE glBtZI jyjbTH kUfXGZ busDXq esHOJV cqtDtB ktBPdN gdELAJ fcMbEd lfhhVO exbKyM bbQHny ldgdGx liJCYV hbcmGw yjpVX iimSGa ezwLgJ jLgjau jpbKEQ kyKjbV lkqtha grWrOW bNRtrM eJinCt kzkhwW dNAgCv fhmHGL hCitnH MWIGZ fVjjcw jOqHdi hICZjh iftYcF OMwVz foLDPX gpwIdA eTFIkv jBsDWZ frTClM jzcQTJ cWiYXU blgiqp kivedT iLDaWI gfolHV dXbcSW dUoECc hUFSvg iJyiXs hJpRRP FoItC liWXlp iXYVqp eZvXLs eblHLt dciqNP kIoxhb dIJDts iNvMiS gCydvg cysjdd flvRyU cKkWUs ciBKcm etfWWT iHzJmW jdIVZt kvyumD hepDvs hHYFwB djmGRD RjwRf eXGUJG dGHwsG ccAJCg sHsHa jZyWXs fwDNjy egRxyu jaUINu ghtMMt hNujir fbNnTF hPQZPo kSfANG nBxoz jvIkaX bzrPWe jcgXjw iaHIzx cirOTP eOmEvw kXLoyx dHZwOk fItspw huOEht iHpzjB" data-styled-version="4.3.2">
+ <![CDATA[
+ /* sc-component-id: sc-11qwj9y-0 */
+ .ldgdGx{padding:0 1.125rem;} @media only screen and (min-width:63.75em){.ldgdGx{width:66.5%;-webkit-order:1;-ms-flex-order:1;order:1;}}
+ /* sc-component-id: sc-11qwj9y-1 */
+ .liJCYV{width:100%;max-width:800px;padding-bottom:40px;margin:0 auto;} @media only screen and (min-width:50em){.liJCYV{padding-top:31px;}} @media only screen and (max-width:49.94em){.liJCYV{padding-top:1.125rem;}}
+ /* sc-component-id: iyvn34-0 */
+ .iSaTEN{fill:currentColor;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
+ /* sc-component-id: iyvn34-1 */
+ .jBPzMI{width:32px;height:32px;background-color:#B12460;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:10px;} .jBPzMI .iyvn34-0{fill:#FFF;}
+ /* sc-component-id: sc-1rvv6e6-0 */
+ .gcDoBX{cursor:pointer;font-size:1.125rem;line-height:1.5rem;} .gcDoBX:not(:first-child){margin-left:0.25rem;} .gcDoBX:not(:last-child){margin-right:0.25rem;}
+ /* sc-component-id: sc-1rvv6e6-3 */
+ .erWUwi{background-color:#F5C056;border:1px solid #F5C056;border-radius:0.3125rem;color:#222;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.4375rem 0.625rem;padding:0.4375rem 2.25rem;min-height:2.5rem;} .erWUwi .sc-1rvv6e6-0{color:#222;} .erWUwi:hover{background-color:#f4b73e;border:1px solid #f4b73e;color:#222;} .erWUwi:hover .sc-1rvv6e6-0{color:#222;} .erWUwi:disabled{background-color:#CCC;border:1px solid #CCC;color:#FFF;cursor:default;} .erWUwi:disabled .sc-1rvv6e6-0{color:#FFF;cursor:default;} .erWUwi:focus{background-color:#f2ae26;border:1px solid #f2ae26;color:#222;} .erWUwi:focus .sc-1rvv6e6-0{color:#222;} .erWUwi:enabled:active{background-color:#f0a50e;border:1px solid #f0a50e;color:#222;} .erWUwi:enabled:active .sc-1rvv6e6-0{color:#222;}
+ /* sc-component-id: sc-1auy74q-1 */
+ .gkWXma span{text-transform:capitalize;font-weight:bold;}
+ /* sc-component-id: sc-1auy74q-3 */
+ .brydAF{border:1px solid #72AD75;margin:50px auto 62px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:636px;font-family:FiraSans,sans-serif;clear:both;} @media only screen and (min-width:37.37em){.brydAF{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}
+ /* sc-component-id: sc-1auy74q-6 */
+ .yLgPx{-webkit-flex:auto;-ms-flex:auto;flex:auto;overflow:hidden;color:#666;}
+ /* sc-component-id: sc-1auy74q-7 */
+ .iyJvbB{margin:10px;color:#666;min-width:118px;max-width:180px;margin:0 10px;} .iyJvbB img,.iyJvbB amp-img{position:absolute;min-width:118px;}.eVhsmG{margin:10px;color:#666;}.ekphdR{margin:10px;color:#666;margin-right:16px;min-width:100px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
+ /* sc-component-id: sc-1auy74q-8 */
+ .krajXX h2{font-family:FiraSans,sans-serif;margin:0;} .krajXX h2 a{color:#666;} .krajXX h2 a:hover{-webkit-text-decoration:none;text-decoration:none;} @media only screen and (max-width:37.31em){.krajXX h2{font-size:16px;line-height:1.2;margin-bottom:7 / 2;}} @media only screen and (min-width:37.37em){.krajXX h2{font-size:20px;}}
+ /* sc-component-id: sc-1auy74q-9 */
+ .hHYFwB{margin-bottom:10px;} .hHYFwB h2{font-family:FiraSans,sans-serif;margin:0;} .hHYFwB h2 a{color:#666;} .hHYFwB h2 a:hover{-webkit-text-decoration:none;text-decoration:none;} .hHYFwB h2 a{color:#000;}
+ /* sc-component-id: sc-1auy74q-10 */
+ .bLXZFj{font-size:13px;} @media only screen and (max-width:37.31em){.bLXZFj{line-height:20px;}}
+ /* sc-component-id: sc-1auy74q-11 */
+ .hByOxy{font-size:12px;} @media only screen and (max-width:37.31em){.hByOxy{line-height:20px;}}
+ /* sc-component-id: sc-1auy74q-12 */
+ .bSrIEu{display:block;color:#72AD75;font-weight:bold;}
+ /* sc-component-id: sc-1auy74q-13 */
+ .fivNdM{display:block;font-weight:bold;}
+ /* sc-component-id: sc-1auy74q-14 */
+ .hVwDer{position:relative;padding-bottom:100%;}
+ /* sc-component-id: sc-1auy74q-19 */
+ .djmGRD,.djmGRD a{font-family:ProximaNovaCond,sans-serif;color:#666;font-size:15px;margin-top:10px;} .djmGRD a{padding-bottom:0.25rem;border-bottom:1px solid #72AD75;}
+ /* sc-component-id: y7n5nk-1 */
+ .jdIVZt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}
+ /* sc-component-id: y7n5nk-2 */
+ .hepDvs{width:66%;}
+ /* sc-component-id: y7n5nk-3 */
+ .iHzJmW{border:1px solid #72AD75;margin:50px auto 62px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:636px;font-family:FiraSans,sans-serif;clear:both;padding:10px;margin:2rem auto;} @media only screen and (min-width:37.37em){.iHzJmW{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}
+ /* sc-component-id: y7n5nk-4 */
+ .kvyumD{position:relative;width:33%;min-width:100px;margin-right:0.5rem;} .kvyumD.kvyumD img,.kvyumD.kvyumD amp-img{width:100%;height:100%;object-fit:contain;}
+ /* sc-component-id: bxm4mm-0 */
+ @media only screen and (min-width:50em){.gtgww{display:none;}}
+ /* sc-component-id: bxm4mm-2 */
+ .iXYVqp{margin-left:40px;margin-right:40px;border-top:1px solid #E5E5E5;padding-bottom:10px;}
+ /* sc-component-id: bxm4mm-3 */
+ .dciqNP{margin-left:40px;margin-right:40px;border-bottom:1px solid #E5E5E5;}
+ /* sc-component-id: bxm4mm-4 */
+ .liWXlp{margin:10px 0 20px 0;}
+ /* sc-component-id: bxm4mm-5 */
+ .eZvXLs{margin:0 !important;}
+ /* sc-component-id: bxm4mm-6 */
+ .eblHLt{text-transform:uppercase;font-size:14px;-webkit-letter-spacing:2px;-moz-letter-spacing:2px;-ms-letter-spacing:2px;letter-spacing:2px;color:#CCC;margin-bottom:10px;}
+ /* sc-component-id: bxm4mm-11 */
+ @media only screen and (min-width:37.37em){.ciBKcm{display:none;}}
+ /* sc-component-id: ynugv2-0 */
+ .eFcvZm{padding:31px 0;border-bottom:1px solid #E5E5E5;min-width:300px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;} .eFcvZm:last-child{border-bottom:none;} @media only screen and (min-width:50em){.eFcvZm .bxm4mm-0{display:block;}}.gVWJry{padding:31px 0;border-bottom:1px solid #E5E5E5;min-width:300px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:31px 0 88px 0;} .gVWJry:last-child{border-bottom:none;} @media only screen and (min-width:50em){.gVWJry .bxm4mm-0{display:block;}}
+ /* sc-component-id: ynugv2-1 */
+ .hebJFs [data-ad-load-state=loaded]{padding:31px 0;border-bottom:1px solid #E5E5E5;min-width:300px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
+ /* sc-component-id: ynugv2-2 */
+ .fLwIBi{display:none;} @media only screen and (min-width:63.75em){.fLwIBi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:33.5%;-webkit-order:2;-ms-flex-order:2;order:2;border-left:1px solid #E5E5E5;padding:0 1.125rem;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}}
+ /* sc-component-id: ynugv2-3 */
+ .jNiKtz{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
+ /* sc-component-id: sc-157agsr-0 */
+ @media only screen and (min-width:63.75em){.cjbzCR{max-width:1336px;margin:0 auto;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}} .cjbzCR .sc-11qwj9y-1{padding-top:0;} .cjbzCR .ynugv2-2 .ynugv2-1:first-child [data-ad-load-state=loaded]{padding-top:0;}
+ /* sc-component-id: sc-157agsr-1 */
+ .ciLbRL{position:relative;padding:1.5rem 1.125rem 1rem;margin:0 auto;} .ciLbRL h1{margin-bottom:0;} @media only screen and (max-width:63.69em){.ciLbRL{max-width:800px;box-sizing:content-box;}} @media only screen and (min-width:63.75em){.ciLbRL{max-width:1336px;}.ciLbRL.ciLbRL h1{max-width:calc(1336px * 0.8);font-size:52px;line-height:64px;}} @media only screen and (min-width:1260px) and (max-width:1363px){.ciLbRL{padding-left:calc((66.5% - 800px) / 2);margin:0;}} @media only screen and (max-width:37.31em){} @media only screen and (min-width:37.37em) and (max-width:49.94em){} @media only screen and (min-width:50em) and (max-width:63.69em){} @media only screen and (min-width:63.75em) and (max-width:85.19em){} @media only screen and (min-width:85.25em){.ciLbRL{padding-left:calc(((1336px * 0.665) - 800px) / 2);}}
+ /* sc-component-id: sc-1out364-0 */
+ .fwjlmD{-webkit-text-decoration:none;text-decoration:none;}
+ /* sc-component-id: vuc0jk-0 */
+ .hVJsES{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#000;}
+ /* sc-component-id: vuc0jk-1 */
+ .hyLaMq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0;} .hyLaMq > li:first-child{margin-left:-8px;} @media only screen and (max-width:49.94em){.hyLaMq{width:calc((100vw - 16px) * 1 - 16px);}} @media only screen and (min-width:50em) and (max-width:63.69em){.hyLaMq{width:calc((100vw - 24px) * 1 - 24px);}} @media only screen and (min-width:63.75em) and (max-width:85.19em){.hyLaMq{width:calc((100vw - 24px) * 1 - 24px);}} @media only screen and (min-width:85.25em){.hyLaMq{width:calc((1364px - 32px) * 1 - 32px);}}
+ /* sc-component-id: vuc0jk-2 */
+ .cxfwkg{text-transform:uppercase;line-height:24px;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;color:#7D7D7D;} .cxfwkg:hover{background:#222;color:#F5F5F5;} .cxfwkg:hover > a,.cxfwkg:hover > a:hover,.cxfwkg:hover > a:active,.cxfwkg:hover > a:focus,.cxfwkg:hover > a.focus{color:#F5F5F5;} .cxfwkg > a{position:relative;top:1px;} .cxfwkg > a,.cxfwkg > a:hover,.cxfwkg > a:active,.cxfwkg > a:focus,.cxfwkg > a.focus{-webkit-text-decoration:none;text-decoration:none;color:#CCC;}
+ /* sc-component-id: vuc0jk-3 */
+ .fPqcTm{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:0 8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;} .fPqcTm::after{width:1px;height:14px;background-color:#666;content:'';}
+ /* sc-component-id: sc-2d8w30-0 */
+ .jRvBRt{--scale:1;}.rzxbx{--scale:0.35;}
+ /* sc-component-id: sc-2d8w30-1 */
+ .iHLoZR{position:relative;height:calc(32px * var(--scale));display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;} .iHLoZR svg{position:absolute;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transform:scale(var(--scale));-ms-transform:scale(var(--scale));transform:scale(var(--scale));} .iHLoZR.avclub{width:calc(150px * var(--scale));} .iHLoZR.avclub svg{top:-40%;} .iHLoZR.clickhole{width:calc(216px * var(--scale));} .iHLoZR.clickhole svg{top:-4%;} .iHLoZR.deadspin{width:calc(254px * var(--scale));} .iHLoZR.deadspin svg{top:0%;} .iHLoZR.earther{width:calc(217px * var(--scale));} .iHLoZR.earther svg{top:-1%;} .iHLoZR.gizmodo{width:calc(225px * var(--scale));} .iHLoZR.gizmodo svg{top:0%;} .iHLoZR.jalopnik{width:calc(228px * var(--scale));} .iHLoZR.jalopnik svg{top:0%;} .iHLoZR.jezebel{width:calc(206px * var(--scale));} .iHLoZR.jezebel svg{top:0%;} .iHLoZR.kotaku{width:calc(212px * var(--scale));} .iHLoZR.kotaku svg{top:-10%;} .iHLoZR.lifehacker{width:calc(180px * var(--scale));} .iHLoZR.lifehacker svg{top:-25%;} .iHLoZR.splinter{width:calc(261px * var(--scale));} .iHLoZR.splinter svg{top:-7%;} .iHLoZR.theinventory{width:calc(258px * var(--scale));} .iHLoZR.theinventory svg{top:-13%;} .iHLoZR.theroot{width:calc(205px * var(--scale));} .iHLoZR.theroot svg{top:-20%;} .iHLoZR.theonion{width:calc(262px * var(--scale));} .iHLoZR.theonion svg{top:-22%;} .iHLoZR.thetakeout{width:calc(140px * var(--scale));} .iHLoZR.thetakeout svg{top:-34%;} .iHLoZR.kinja{width:calc(152px * var(--scale));} .iHLoZR.kinja svg{top:-22%;} .iHLoZR.gomedia{width:calc(241px * var(--scale));} .iHLoZR.gomedia svg{top:-20%;} .iHLoZR.kinjadeals{width:calc(203px * var(--scale));} .iHLoZR.kinjadeals svg{top:-10%;} .iHLoZR.kinjavideo{width:calc(243px * var(--scale));} .iHLoZR.kinjavideo svg{top:-6%;}
+ /* sc-component-id: j48i5d-0 */
+ .hPQZPo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .hPQZPo + svg,.hPQZPo + .iyvn34-0{margin-left:4px;}
+ /* sc-component-id: j48i5d-1 */
+ .fbNnTF{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;white-space:nowrap;pointer-events:none;} .fbNnTF svg + span{margin-left:4px;} .fbNnTF .iyvn34-0 + span{margin-left:4px;}
+ /* sc-component-id: j48i5d-2 */
+ .jaUINu{width:auto;height:42px;padding:0 2rem;border:transparent 1px solid;border-radius:21px;border-color:#B12460;color:#B12460;font-size:1rem;text-align:center;line-height:42px;background-color:#FFF;-webkit-transition:background-color 0.2s ease-out,border-color 0.2s ease-out,color 0.2s ease-out;transition:background-color 0.2s ease-out,border-color 0.2s ease-out,color 0.2s ease-out;} .jaUINu .j48i5d-1 > svg{margin-bottom:2px;} .jaUINu .iyvn34-0{margin-bottom:2px;} .jaUINu:hover,.jaUINu:active,.jaUINu:focus{color:#5c1332;border-color:#5c1332;background-color:#fff;} .jaUINu:hover .j48i5d-1 > svg,.jaUINu:active .j48i5d-1 > svg,.jaUINu:focus .j48i5d-1 > svg{stroke:#871b49;} @media only screen and (max-width:49.94em){}.ghtMMt{width:auto;height:34px;padding:0 2rem;border:transparent 1px solid;border-radius:34px;border-color:transparent;color:#FFF;font-size:14px;text-align:center;line-height:34px;background-color:#1877F2;-webkit-transition:background-color 0.2s ease-out,border-color 0.2s ease-out,color 0.2s ease-out;transition:background-color 0.2s ease-out,border-color 0.2s ease-out,color 0.2s ease-out;} .ghtMMt .j48i5d-1 > svg{margin-bottom:2px;} .ghtMMt .iyvn34-0{margin-bottom:2px;} .ghtMMt:hover,.ghtMMt:active,.ghtMMt:focus{color:#fff;border-color:transparent;background-color:#0b5fcc;} .ghtMMt:hover .j48i5d-1 > svg,.ghtMMt:active .j48i5d-1 > svg,.ghtMMt:focus .j48i5d-1 > svg{stroke:#fff;} @media only screen and (max-width:49.94em){}.hNujir{width:auto;height:34px;padding:0 2rem;border:transparent 1px solid;border-radius:34px;border-color:transparent;color:#FFF;font-size:14px;text-align:center;line-height:34px;background-color:#1DA1F2;-webkit-transition:background-color 0.2s ease-out,border-color 0.2s ease-out,color 0.2s ease-out;transition:background-color 0.2s ease-out,border-color 0.2s ease-out,color 0.2s ease-out;} .hNujir .j48i5d-1 > svg{margin-bottom:2px;} .hNujir .iyvn34-0{margin-bottom:2px;} .hNujir:hover,.hNujir:active,.hNujir:focus{color:#fff;border-color:transparent;background-color:#0c85d0;} .hNujir:hover .j48i5d-1 > svg,.hNujir:active .j48i5d-1 > svg,.hNujir:focus .j48i5d-1 > svg{stroke:#fff;} @media only screen and (max-width:49.94em){}
+ /* sc-component-id: ynl58c-0 */
+ .gdELAJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:inherit;height:inherit;} .gdELAJ .SVGInline-svg{display:none;} .gdELAJ svg{max-width:100%;width:inherit;height:inherit;}.fcMbEd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:20px;height:20px;} .fcMbEd .SVGInline-svg{display:none;} .fcMbEd svg{max-width:100%;width:inherit;height:inherit;}
+ /* sc-component-id: sc-1cfejv7-0 */
+ .iHpzjB{background-color:#F5F5F5;border-top:1px solid #E5E5E5;} .iHpzjB .sc-147n754-0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:26px 30px;}
+ /* sc-component-id: sc-1jotqfp-2 */
+ .jZQBpt{background-color:inherit;} .jZQBpt [data-ad-load-state=loaded]{border-bottom:1px solid #E5E5E5;padding:20px 0;} @media only screen and (max-width:969px){.jZQBpt{display:none;}} .jZQBpt .ad-container[data-ad-load-state=loaded] div iframe{margin:0 auto;} .jZQBpt .ad-container[data-ad-load-state=loaded] > div{width:100% !important;} @media only screen and (max-width:63.69em){.jZQBpt{display:none;}}
+ /* sc-component-id: sc-17y8tyw-0 */
+ .zVObM{display:none;} @media only screen and (min-width:50em){.zVObM{display:block;width:100%;}}
+ /* sc-component-id: sc-8vrmk6-0 */
+ .fPlCjx{height:100%;font-size:1.5rem;color:#222;font-weight:bold;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;} .fPlCjx:hover{-webkit-text-decoration:none;text-decoration:none;color:#000;} .fPlCjx .sc-2d8w30-1{--scale:0.8;} @media only screen and (max-width:63.69em){.fPlCjx .sc-2d8w30-1{--scale:0.6;}}
+ /* sc-component-id: dfwuc8-0 */
+ .fVpzWD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;padding:0 6px;-webkit-transition:color 300ms;transition:color 300ms;white-space:nowrap;margin-right:8px;} .fVpzWD span{color:#000;font-size:14px;font-weight:bold;height:21px;line-height:22px;-webkit-letter-spacing:1.27px;-moz-letter-spacing:1.27px;-ms-letter-spacing:1.27px;letter-spacing:1.27px;} .fVpzWD:hover,.fVpzWD:active{-webkit-text-decoration:none;text-decoration:none;} .fVpzWD:hover span,.fVpzWD:active span{color:#B12460;} .fVpzWD.section-nav__search-btn{border-right:0;} .fVpzWD:first-child{padding-left:0;} @media only screen and (max-width:85.19em){.fVpzWD{border:none;line-height:21px;white-space:nowrap;}} @media only screen and (max-width:49.94em){.fVpzWD:first-child{margin-left:16px;}.fVpzWD:last-child{margin-right:16px;}}.jDxnTz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;padding:0 6px;-webkit-transition:color 300ms;transition:color 300ms;white-space:nowrap;margin-right:8px;border:0;padding-left:7.5px;padding-right:7.5px;font-size:17px;white-space:nowrap;} .jDxnTz span{color:#000;font-size:14px;font-weight:bold;height:21px;line-height:22px;-webkit-letter-spacing:1.27px;-moz-letter-spacing:1.27px;-ms-letter-spacing:1.27px;letter-spacing:1.27px;} .jDxnTz:hover,.jDxnTz:active{-webkit-text-decoration:none;text-decoration:none;} .jDxnTz:hover span,.jDxnTz:active span{color:#B12460;} .jDxnTz.section-nav__search-btn{border-right:0;} .jDxnTz:first-child{padding-left:0;} @media only screen and (max-width:85.19em){.jDxnTz{border:none;line-height:21px;white-space:nowrap;display:none;}} @media only screen and (max-width:49.94em){.jDxnTz:first-child{margin-left:16px;}.jDxnTz:last-child{margin-right:16px;}}
+ /* sc-component-id: dfwuc8-1 */
+ .falNPB{position:relative;overflow:hidden;height:22px;margin-bottom:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;-ms-overflow-style:none;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;} .falNPB::-webkit-scrollbar{display:none;} @media only screen and (max-width:63.69em){.falNPB{margin-bottom:16px;}} @media only screen and (min-width:50em){.falNPB{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:820px;}} @media only screen and (max-width:63.69em){.falNPB{overflow:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;}.falNPB .dfwuc8-0:not(:last-child){margin-right:4px;}} @media only screen and (min-width:37.37em) and (max-width:49.94em){.falNPB{margin:0 0 16px;}} @media only screen and (max-width:37.31em){.falNPB{margin:0 0 14px;}}.cFfYvh{position:relative;overflow:hidden;height:22px;margin-bottom:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;-ms-overflow-style:none;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;height:100%;border:0;margin:0;padding-left:24px;} .cFfYvh::-webkit-scrollbar{display:none;} @media only screen and (max-width:63.69em){.cFfYvh{margin-bottom:16px;}} @media only screen and (min-width:50em){.cFfYvh{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}} @media only screen and (max-width:63.69em){.cFfYvh{overflow:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;}.cFfYvh .dfwuc8-0:not(:last-child){margin-right:4px;}} @media only screen and (min-width:37.37em) and (max-width:49.94em){.cFfYvh{margin:0 0 16px;}} @media only screen and (max-width:37.31em){.cFfYvh{margin:0 0 14px;}} @media only screen and (max-width:63.69em){.cFfYvh{padding-left:16px;}} .cFfYvh ul{margin:0;} .cFfYvh .dfwuc8-0{margin-right:4px;}
+ /* sc-component-id: dfwuc8-2 */
+ .jflTDT{height:30px;width:1px;background-color:#CCC;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;margin-right:16px;} @media only screen and (max-width:85.19em){.jflTDT{display:none;}}
+ /* sc-component-id: sc-1il3uru-2 */
+ .iUbnXK{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;position:relative;vertical-align:middle;} .iUbnXK > a{outline:0;line-height:0;} .iUbnXK > a.js_header-userbutton{color:#FFF;} @media only screen and (max-width:49.94em){.iUbnXK{position:unset;}}
+ /* sc-component-id: sc-1il3uru-3 */
+ .gBMIDl{width:30px;height:30px;border-radius:50%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;background-position:center;background-size:cover;background-color:#B12460;} .gBMIDl svg{color:#FFF;}
+ /* sc-component-id: peggds-0 */
+ .bbQHny{color:#FFF;cursor:pointer;font-size:1.125rem;line-height:1.5rem;-webkit-transform:translate(0,4%);-ms-transform:translate(0,4%);transform:translate(0,4%);} .bbQHny:not(:first-child){margin-left:0.25rem;} .bbQHny:not(:last-child){margin-right:0.25rem;}
+ /* sc-component-id: peggds-1 */
+ .exbKyM{background-color:#B12460;border:1px solid #B12460;border-radius:0.3125rem;color:#FFF;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.4375rem 0.625rem;min-height:2.5rem;white-space:nowrap;} .exbKyM .peggds-0{color:#FFF;} .exbKyM .iyvn34-0{pointer-events:none;} .exbKyM:hover{background-color:#9c2055;border:1px solid #9c2055;color:#FFF;-webkit-text-decoration:none;text-decoration:none;} .exbKyM:hover .peggds-0{color:#FFF;} .exbKyM:disabled{background-color:#CCC;border:1px solid #CCC;color:#FFF;cursor:default;} .exbKyM:disabled .peggds-0{color:#FFF;cursor:default;} .exbKyM:focus{background-color:#871b49;border:1px solid #871b49;color:#FFF;} .exbKyM:focus .peggds-0{color:#FFF;} .exbKyM:enabled:active{background-color:#71173e;border:1px solid #71173e;color:#FFF;} .exbKyM:enabled:active .peggds-0{color:#FFF;}
+ /* sc-component-id: wz9htl-0 */
+ .bHuckL{display:none;line-height:19px;color:#666;padding-left:18px;padding-bottom:16px;font-family:ProximaNovaCond,sans-serif;} @media only screen and (min-width:50em){.bHuckL{display:none;}}
+ /* sc-component-id: sc-global-2850183867 */
+ body.noscroll{overflow:hidden;position:relative;}
+ /* sc-component-id: sc-1f6xobn-0 */
+ .fBOpXK{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:84px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;} @media only screen and (max-width:49.94em){.fBOpXK{padding:0 16px;height:52px;}} @media only screen and (min-width:50em) and (max-width:63.69em){.fBOpXK{height:64px;}}.ggPaHg{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:84px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:60px;margin:0 auto;} @media only screen and (max-width:49.94em){.ggPaHg{padding:0 16px;height:52px;}} @media only screen and (min-width:50em) and (max-width:63.69em){.ggPaHg{height:64px;}} @media only screen and (max-width:37.31em){.ggPaHg{height:54px;}} @media only screen and (max-width:49.94em){.ggPaHg{width:calc((100vw - 16px) * 1 - 16px);padding:0;}} @media only screen and (max-width:63.69em){.ggPaHg nav a{padding:0 16px;overflow:hidden;}.ggPaHg nav a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}} @media only screen and (min-width:50em) and (max-width:63.69em){.ggPaHg{width:calc((100vw - 24px) * 1 - 24px);}} @media only screen and (min-width:63.75em) and (max-width:85.19em){.ggPaHg{width:calc((100vw - 24px) * 1 - 24px);}} @media only screen and (min-width:85.25em){.ggPaHg{width:calc((1364px - 32px) * 1 - 32px);}}
+ /* sc-component-id: sc-1f6xobn-2 */
+ .djRjMr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;} .djRjMr.djRjMr{color:#222;} .djRjMr .icon-close{display:none;} .djRjMr.open .icon-close{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .djRjMr.open .icon-hamburger{display:none;}
+ /* sc-component-id: sc-1f6xobn-3 */
+ .cKiLPQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;display:none;} .cKiLPQ.cKiLPQ{color:#222;} @media only screen and (min-width:63.75em){.cKiLPQ{width:auto;}.cKiLPQ.show{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.cKiLPQ:first-of-type{margin:0 8px 0 16px;}.cKiLPQ:not(:first-of-type){margin:0 8px;}} .cKiLPQ.cKiLPQ{color:#222;} .cKiLPQ::after{content:'';width:1px;height:30px;margin-left:16px;background-color:#CCC;} .cKiLPQ:hover{color:#B12460;-webkit-text-decoration:none;text-decoration:none;}
+ /* sc-component-id: sc-1f6xobn-4 */
+ .YrjCq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;display:none;margin-right:8px;} .YrjCq.YrjCq{color:#222;} .YrjCq.YrjCq{color:#000;} .YrjCq:hover{color:#B12460;} @media only screen and (min-width:50em){.YrjCq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}
+ /* sc-component-id: sc-1f6xobn-7 */
+ .eQCLWh{height:auto;margin:auto;} @media only screen and (max-width:49.94em){.eQCLWh{width:calc((100vw - 16px) * 1 + 16px);}} @media only screen and (min-width:50em) and (max-width:63.69em){.eQCLWh{width:calc((100vw - 24px) * 1 - 24px);}} @media only screen and (min-width:63.75em) and (max-width:85.19em){.eQCLWh{width:calc((100vw - 24px) * 1 - 24px);}} @media only screen and (min-width:85.25em){.eQCLWh{width:calc((1364px - 32px) * 1 - 32px);}}
+ /* sc-component-id: sc-1f6xobn-8 */
+ .hElAzM{background:rgba(255,255,255,0.99);top:0;margin-bottom:0;position:relative;width:100%;border-top:4px solid #B12460;border-bottom:1px solid #E5E5E5;} .hElAzM.hElAzM.hElAzM.hElAzM.hElAzM{padding:0;} @media only screen and (min-width:37.37em){.hElAzM.open{border-bottom:none;}}.hWQHjO{background:rgba(255,255,255,0.99);top:0;margin-bottom:0;position:relative;width:100%;border-top:4px solid #B12460;border-bottom:1px solid #E5E5E5;position:fixed;box-shadow:0 2px 10px rgba(0,0,0,0.07);-webkit-transform:translateY(-84px);-ms-transform:translateY(-84px);transform:translateY(-84px);-webkit-transition:-webkit-transform 0;-webkit-transition:transform 0;transition:transform 0;z-index:500;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 400ms cubic-bezier(0.215,0.61,0.355,1);-webkit-transition:transform 400ms cubic-bezier(0.215,0.61,0.355,1);transition:transform 400ms cubic-bezier(0.215,0.61,0.355,1);} .hWQHjO.hWQHjO.hWQHjO.hWQHjO.hWQHjO{padding:0;} @media only screen and (max-width:49.94em){.hWQHjO{z-index:95;}} @media only screen and (min-width:37.37em){.hWQHjO.open{border-bottom:none;}}
+ /* sc-component-id: sc-1f6xobn-9 */
+ .cLvRyM{position:relative;} .cLvRyM.open{margin-top:0;position:fixed;height:100vh;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;left:0;right:0;z-index:100;background:#FFF;overflow-y:scroll;-webkit-overflow-scrolling:touch;} .cLvRyM.open .dfwuc8-1{display:none;} .cLvRyM.open .header-bar{display:none;} .cLvRyM.open .z9u32j-0{position:relative;top:0;} @media only screen and (max-width:63.69em){.cLvRyM.open .wz9htl-0{display:block;}}
+ /* sc-component-id: sc-1f6xobn-13 */
+ .hoiFaE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-flex:auto;-ms-flex:auto;flex:auto;min-width:0;margin-right:16px;} @media only screen and (max-width:49.94em){.hoiFaE{margin-right:6px;}} @media only screen and (max-width:49.94em){.hoiFaE{overflow:hidden;}} .hoiFaE .sc-8vrmk6-0{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;} @media only screen and (max-width:49.94em){.hoiFaE .sc-8vrmk6-0{width:100%;}}.ldbUeF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;} @media only screen and (max-width:49.94em){.ldbUeF{overflow:hidden;}} .ldbUeF .sc-8vrmk6-0{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;} @media only screen and (max-width:49.94em){.ldbUeF .sc-8vrmk6-0{width:100%;}}
+ /* sc-component-id: sc-1f6xobn-14 */
+ .miWDp{line-height:31px;max-height:30px;padding-left:16px;margin-left:16px;border-left:1px solid #CCC;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:ProximaNovaCond,sans-serif;} @media only screen and (max-width:49.94em){.miWDp{display:none;}}
+ /* sc-component-id: sc-1f6xobn-15 */
+ .Lwydz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}.bNzDDF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;} @media only screen and (max-width:63.69em){.bNzDDF .sc-1f6xobn-4{display:none;}} @media only screen and (max-width:49.94em){.bNzDDF .sc-1il3uru-2{display:none;}} .bNzDDF .sc-1il3uru-1{max-height:calc(100vh - 60px);overflow-y:hidden;} .bNzDDF ul.user-links{max-height:calc(70vh - 35px);} .bNzDDF ul.myblogs{max-height:calc(25vh - 35px);}
+ /* sc-component-id: sc-1f6xobn-16 */
+ .lmomFr{display:none;position:absolute;top:-24px;right:0;bottom:0;left:0;background:rgba(255,255,255,0.6);} .lmomFr.show{display:block;}
+ /* sc-component-id: sc-1f6xobn-17 */
+ .kqthke{display:none;} .kqthke.show{display:block;} .kqthke.show.disabled{display:none;}
+ /* sc-component-id: sc-global-3951472044 */
+ img{max-width:100%;} video{max-width:100%;}
+ /* sc-component-id: sc-global-2349293107 */
+ @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:normal;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg-webfont.woff2?08252015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg-webfont.woff?08252015) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:normal;font-style:italic;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg_it-webfont.woff2?08252015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg_it-webfont.woff?08252015) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:bold;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold-webfont.woff2?08252015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold-webfont.woff?08252015) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:bold;font-style:italic;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold_it-webfont.woff2?08252015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold_it-webfont.woff?08252015) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:100;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_thin-webfont.woff2?04172017) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_thin-webfont.woff?04172017) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:100;font-style:italic;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_thin_it-webfont.woff2?04172017) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_thin_it-webfont.woff?04172017) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:800;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_bold-webfont.woff2?01182018) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_bold-webfont.woff?01182018) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:800;font-style:italic;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_bold_it-webfont.woff2?01182018) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_bold_it-webfont.woff?01182018) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:900;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_xbold-webfont.woff2?01182018) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_xbold-webfont.woff?01182018) format('woff');} @font-face{font-display:fallback;font-family:'ProximaNovaCond';font-weight:900;font-style:italic;src:url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_xbold_it-webfont.woff2?01182018) format('woff2'), url(https://f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_xbold_it-webfont.woff?01182018) format('woff');} @font-face{font-display:fallback;font-family:'ElizabethSerif';font-weight:400;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-light-webfont.woff2?09162015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-light-webfont.woff?09162015) format('woff');} @font-face{font-display:fallback;font-family:'ElizabethSerif';font-weight:400;font-style:italic;src:url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-lightitalic-webfont.woff2?09162015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-lightitalic-webfont.woff?09162015) format('woff');} @font-face{font-display:fallback;font-family:'ElizabethSerif';font-weight:500;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-regular-webfont.woff2?09162015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-regular-webfont.woff?09162015) format('woff');} @font-face{font-display:fallback;font-family:'ElizabethSerif';font-weight:500;font-style:italic;src:url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-italic-webfont.woff2?09162015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-italic-webfont.woff?09162015) format('woff');} @font-face{font-display:fallback;font-family:'ElizabethSerif';font-weight:700;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bold-webfont.woff2?09162015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bold-webfont.woff?09162015) format('woff');} @font-face{font-display:fallback;font-family:'ElizabethSerif';font-weight:700;font-style:italic;src:url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bolditalic-webfont.woff2?09162015) format('woff2'), url(https://f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bolditalic-webfont.woff?09162015) format('woff');} @font-face{font-display:fallback;font-family:'FiraSans';font-weight:300;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/fira-sans/fira-sans-light.woff2?02092016) format('woff2'), url(https://f.kinja-static.com/assets/fonts/fira-sans/fira-sans-light.woff?02092016) format('woff');} @font-face{font-display:fallback;font-family:'FiraSans';font-weight:bold;font-style:normal;src:url(https://f.kinja-static.com/assets/fonts/fira-sans/fira-sans-medium.woff2?02092016) format('woff2'), url(https://f.kinja-static.com/assets/fonts/fira-sans/fira-sans-medium.woff?02092016) format('woff');} @font-face{font-display:fallback;font-family:'Libre Baskerville';font-weight:700;font-style:normal;src:local('Libre Baskerville Bold'),local('LibreBaskerville-Bold'), url(https://f.kinja-static.com/assets/fonts/libre-baskerville/libre-baskerville-bold.woff2) format('woff2');}
+ /* sc-component-id: sc-1efpnfq-0 */
+ .kwUvxw{font-size:2.5rem;font-family:ProximaNovaCond,sans-serif;line-height:1.2;} @media only screen and (max-width:37.31em){.kwUvxw{font-size:2rem;}}
+ /* sc-component-id: sc-1efpnfq-1 */
+ .dLONoQ a{display:inline;color:#000;} .dLONoQ a:hover{color:#000;-webkit-text-decoration:underline;text-decoration:underline;}
+ /* sc-component-id: sc-1m41dwj-0 */
+ .hUFSvg{position:absolute;top:8px;z-index:1;opacity:0;width:32px;height:32px;border-radius:5px;cursor:pointer;-webkit-transition:0.4s opacity;transition:0.4s opacity;background:rgba(0,0,0,0.7);pointer-events:none;left:8px;} .hUFSvg:hover{opacity:1;} .hUFSvg svg{position:relative;display:block;margin:auto;color:#FFF;opacity:0.5;top:7px;}
+ /* sc-component-id: sc-145m8ut-0 */
+ .FoItC{color:#222;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;box-shadow:inset 0 -2px 0 #B12460;-webkit-text-decoration:none;text-decoration:none;} .FoItC:hover{color:#B12460;-webkit-text-decoration:none;text-decoration:none;}
+ /* sc-component-id: sc-1eow4w5-0 */
+ .dUoECc{clear:both;display:block;cursor:pointer;} .dUoECc:hover .lightbox{opacity:1;}
+ /* sc-component-id: sc-1eow4w5-1 */
+ .kivedT{position:relative;margin:0 0 1.5rem;} .kivedT:hover .sc-1m41dwj-0{opacity:1;} @media only screen and (max-width:37.31em){.kivedT{margin:0 -1.125rem 1.5rem -1.125rem;}} @media only screen and (min-width:37.37em){} @media only screen and (min-width:37.37em) and (max-width:49.94em){} @media only screen and (min-width:50em) and (max-width:63.69em){} @media only screen and (min-width:63.75em) and (max-width:85.19em){} @media only screen and (min-width:85.25em){} @media only screen and (min-width:50em){}.iLDaWI{position:relative;margin:0 0 1.5rem;} .iLDaWI:hover .sc-1m41dwj-0{opacity:1;} @media only screen and (max-width:37.31em){.iLDaWI{max-width:100% !important;margin:0 auto 1.5rem !important;}} @media only screen and (min-width:37.37em){.iLDaWI{max-width:636px;margin-left:auto;margin-right:auto;}} @media only screen and (min-width:37.37em) and (max-width:49.94em){} @media only screen and (min-width:50em) and (max-width:63.69em){} @media only screen and (min-width:63.75em) and (max-width:85.19em){} @media only screen and (min-width:85.25em){} @media only screen and (min-width:50em){}
+ /* sc-component-id: sc-1eow4w5-2 */
+ .gfolHV{position:relative;overflow:hidden;max-width:100%;margin-left:auto;margin-right:auto;}.dXbcSW{position:relative;overflow:hidden;max-width:100%;margin-left:auto;margin-right:auto;cursor:pointer;display:block;}
+ /* sc-component-id: sc-1eow4w5-3 */
+ .iJyiXs{position:relative;background-color:#f5f5f5;} .iJyiXs video{position:absolute;width:100%;height:auto;} .iJyiXs img{position:absolute;width:100%;}
+ /* sc-component-id: sc-1lmpmkf-1 */
+ .irMuRt div[data-ad-unit="SECTION_SPONSORSHIP"]{float:right;} @media only screen and (min-width:63.75em){.irMuRt div[data-ad-unit="SECTION_SPONSORSHIP"]{padding-left:1rem;}} @media only screen and (max-width:63.69em){.irMuRt{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.irMuRt .sc-1lmpmkf-0{-webkit-order:1;-ms-flex-order:1;order:1;}.irMuRt .permalink-story-type{-webkit-order:2;-ms-flex-order:2;order:2;}.irMuRt div[data-ad-unit="SECTION_SPONSORSHIP"]{-webkit-order:3;-ms-flex-order:3;order:3;padding:0.5rem 0 1rem;}.irMuRt header{-webkit-order:4;-ms-flex-order:4;order:4;}}
+ /* sc-component-id: ejta2c-0 */
+ .kHCVke{height:0;width:100%;padding-bottom:56.25%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#F5F5F5;overflow:hidden;position:relative;} .kHCVke:hover .sc-1638q22-0{bottom:0;} .kHCVke img,.kHCVke video{width:100%;}
+ /* sc-component-id: sc-1rh3ayr-0 */
+ .cKkWUs{font-family:ProximaNovaCond,sans-serif;font-size:16px;color:#000;box-shadow:inset 0 -2px 0 #B12460;line-height:18px;} .cKkWUs .hostname{font-weight:bold;} .cKkWUs:hover{color:#B12460;-webkit-text-decoration:none;text-decoration:none;}
+ /* sc-component-id: sc-1rh3ayr-1 */
+ .iNvMiS{padding-bottom:56.2%;} .iNvMiS video,.iNvMiS img,.iNvMiS amp-img{position:absolute;width:100%;}
+ /* sc-component-id: sc-1rh3ayr-2 */
+ .dIJDts{display:block;position:relative;margin:-1.125rem -1.125rem 1rem;} @media only screen and (min-width:37.37em){.dIJDts{width:25%;min-width:25%;padding:1.125rem 0 0 1.125rem;margin:0;float:left;}} @media only screen and (max-width:49.94em){.dIJDts{margin:auto;}.dIJDts .sc-1rh3ayr-1 img{border-top-left-radius:5px;border-top-right-radius:5px;}} .dIJDts .sc-1rh3ayr-1{margin:0;position:relative;border-bottom:5px solid #FBC000;} .dIJDts > span{position:relative;top:-20px;}
+ /* sc-component-id: sc-1rh3ayr-3 */
+ .cysjdd{font-size:20px;line-height:24px;margin-bottom:10px;}
+ /* sc-component-id: sc-1rh3ayr-4 */
+ .flvRyU.flvRyU{font-size:15px;line-height:25px;margin-bottom:0.6rem;}
+ /* sc-component-id: sc-1rh3ayr-5 */
+ .kIoxhb{clear:both;margin:2rem auto;border:#E5E5E5 1px solid;border-radius:5px;box-shadow:#E5E5E5 0 2px 5px;max-width:636px;} @media only screen and (min-width:50em) and (max-width:63.69em){.kIoxhb{max-width:636px;}} @media only screen and (min-width:63.75em) and (max-width:85.19em){.kIoxhb{max-width:636px;}} @media only screen and (min-width:85.25em){.kIoxhb{max-width:636px;}} @media only screen and (min-width:37.37em){.kIoxhb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}
+ /* sc-component-id: sc-1rh3ayr-6 */
+ .gCydvg{padding:1.125rem;} .gCydvg a,.gCydvg a:hover{color:#000;}
+ /* sc-component-id: sc-759qgu-0 */
+ .knZcug{text-align:left;font-size:24px;font-family:ProximaNovaCond,sans-serif;line-height:1.3;margin-top:0;margin-bottom:0;} @media only screen and (min-width:37.37em){.knZcug{margin-bottom:8px;}}
+ /* sc-component-id: sc-5f1ako-0 */
+ .kBeEqh{padding-bottom:3px;margin-bottom:16px;font-size:20px;line-height:1.3;font-weight:700;color:#222;border-bottom:1px solid #E5E5E5;}
+ /* sc-component-id: sc-5f1ako-1 */
+ .gOGycY{border:1px solid #72AD75;padding:10px 20px;margin-bottom:16px;} .gOGycY:last-of-type{margin-bottom:0;} .gOGycY .sc-1out364-0:hover{color:inherit;}
+ /* sc-component-id: sc-5f1ako-2 */
+ .wcAhP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:2.162 1 0%;-ms-flex:2.162 1 0%;flex:2.162 1 0%;}
+ /* sc-component-id: sc-5f1ako-3 */
+ .iaPcjQ{width:100%;} .iaPcjQ .ejta2c-0{margin-bottom:12px;} .iaPcjQ .sc-759qgu-0{margin-bottom:8px;font-size:18px;line-height:23px;}
+ /* sc-component-id: uhd9ir-0 */
+ .lkqtha{display:inline-block;font-size:14px;line-height:19px;} .lkqtha .sc-1out364-0{color:#7D7D7D;} .lkqtha .sc-1out364-0:hover{color:#7D7D7D;}
+ /* sc-component-id: sc-15qf33u-0 */
+ .bUDpTX{width:33.333333333333336%;border:1px solid #FFF;display:block;float:left;position:relative;opacity:0;z-index:0;-webkit-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);transform:translate3d(0%,0,0);-webkit-transition:opacity 300ms;transition:opacity 300ms;} .bUDpTX.active{opacity:1;z-index:10;}.fwSvTs{width:33.333333333333336%;border:1px solid #FFF;display:block;float:left;position:relative;opacity:0;z-index:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-transition:opacity 300ms;transition:opacity 300ms;} .fwSvTs.active{opacity:1;z-index:10;}.gIjPOj{width:33.333333333333336%;border:1px solid #FFF;display:block;float:left;position:relative;opacity:0;z-index:0;-webkit-transform:translate3d(-200%,0,0);-ms-transform:translate3d(-200%,0,0);transform:translate3d(-200%,0,0);-webkit-transition:opacity 300ms;transition:opacity 300ms;} .gIjPOj.active{opacity:1;z-index:10;}
+ /* sc-component-id: sc-15qf33u-1 */
+ .dsTWpc{color:#000;margin:10px 0 1px;font-size:20px;line-height:1.2;font-family:ProximaNovaCond,sans-serif;word-break:break-word;}
+ /* sc-component-id: sc-15qf33u-3 */
+ .cLsyOJ{font-size:15px;line-height:17px;color:#7D7D7D;display:inline;margin-right:15px;} .cLsyOJ strong{color:#000;}
+ /* sc-component-id: sc-15qf33u-4 */
+ .izUYtn{font-size:15px;line-height:17px;color:#7D7D7D;margin:15px 0 6px;} .izUYtn strong{color:#000;}
+ /* sc-component-id: sc-15qf33u-5 */
+ .kFeogc:hover{-webkit-text-decoration:none;text-decoration:none;} .kFeogc:hover .sc-15qf33u-1{-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;}
+ /* sc-component-id: sc-15qf33u-6 */
+ .ixUPOi{font-size:13px;text-transform:none;color:#7D7D7D;margin-top:4px;}
+ /* sc-component-id: sc-17xh7h5-0 */
+ .ldeICr{margin-bottom:2px;margin-left:1px;margin-right:1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
+ /* sc-component-id: sc-17xh7h5-1 */
+ .eNdIIE{-webkit-flex:1;-ms-flex:1;flex:1;height:2px;position:relative;background-color:#CCC;overflow:hidden;}
+ /* sc-component-id: sc-17xh7h5-2 */
+ .kOFjhT{content:'';display:block;position:absolute;width:100%;height:100%;border-radius:1.5px;z-index:1;left:0;top:0;bottom:0;background-color:#7D7D7D;-webkit-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);} .kOFjhT.ticking{-webkit-animation:gTwDaX 8000ms linear;animation:gTwDaX 8000ms linear;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
+ /* sc-component-id: sc-1m3f1n9-0 */
+ .jIBiCM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2px;}
+ /* sc-component-id: sc-1m3f1n9-1 */
+ .dXPirX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;border:1px solid #FFF;position:relative;} .dXPirX:last-child{margin-right:0;} .dXPirX::after{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;right:0;top:0;bottom:0;font-size:35px;font-weight:bold;color:#FFF;content:'1';z-index:1;opacity:0;background-color:rgba(0,0,0,0.8);-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;} .dXPirX.active{-webkit-filter:grayscale(100%);filter:grayscale(100%);} .dXPirX.active::after{opacity:0.7;} .dXPirX:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%);} .dXPirX:hover::after{opacity:0.7;}.XVppW{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;border:1px solid #FFF;position:relative;} .XVppW:last-child{margin-right:0;} .XVppW::after{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;right:0;top:0;bottom:0;font-size:35px;font-weight:bold;color:#FFF;content:'2';z-index:1;opacity:0;background-color:rgba(0,0,0,0.8);-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;} .XVppW.active{-webkit-filter:grayscale(100%);filter:grayscale(100%);} .XVppW.active::after{opacity:0.7;} .XVppW:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%);} .XVppW:hover::after{opacity:0.7;}.bEUjwS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;border:1px solid #FFF;position:relative;} .bEUjwS:last-child{margin-right:0;} .bEUjwS::after{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;right:0;top:0;bottom:0;font-size:35px;font-weight:bold;color:#FFF;content:'3';z-index:1;opacity:0;background-color:rgba(0,0,0,0.8);-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;} .bEUjwS.active{-webkit-filter:grayscale(100%);filter:grayscale(100%);} .bEUjwS.active::after{opacity:0.7;} .bEUjwS:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%);} .bEUjwS:hover::after{opacity:0.7;}
+ /* sc-component-id: i2qujp-0 */
+ .esIpx{box-sizing:border-box;overflow:hidden;}
+ /* sc-component-id: i2qujp-1 */
+ .bspgcg{width:300%;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
+ /* sc-component-id: i2qujp-2 */
+ .cclgoe{contain:content;} .cclgoe:hover .sc-17xh7h5-1 > div{-webkit-animation-play-state:paused;animation-play-state:paused;}
+ /* sc-component-id: i2qujp-3 */
+ .fVlnpj header{margin:5px 0 16px;} .fVlnpj header h2{margin:0;font-weight:normal;font-size:20px;font-family:ProximaNovaCond,sans-serif;color:#666;} .fVlnpj header h2 a{color:#666;} .fVlnpj header h2 strong{color:#000;}
+ /* sc-component-id: sc-6l6yqv-0 */
+ .defoG{padding-bottom:4px;margin-bottom:16px;font-size:16px;line-height:21px;text-transform:uppercase;}
+ /* sc-component-id: sc-6l6yqv-1 */
+ .busDXq{font-size:18px;line-height:23px;}
+ /* sc-component-id: sc-6l6yqv-2 */
+ .kUfXGZ:hover{color:inherit;}
+ /* sc-component-id: sc-6l6yqv-3 */
+ .fWhkEE{position:relative;} .fWhkEE:not(:last-child){margin-bottom:1rem;}
+ /* sc-component-id: sc-6l6yqv-4 */
+ .jyjbTH{color:#666;font-size:12px;font-style:normal;height:14px;line-height:14px;margin-right:4px;text-transform:uppercase;}
+ /* sc-component-id: sc-6l6yqv-5 */
+ .glBtZI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;}
+ /* sc-component-id: sc-6l6yqv-6 */
+ .eagNII{margin:0 auto 32px;}
+ /* sc-component-id: sc-10uan3u-0 */
+ .esHOJV{width:100%;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;} .esHOJV button{margin-top:16px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;} .esHOJV .ynl58c-0{margin-right:16px;min-width:64px;} .esHOJV .ynl58c-0 svg[aria-label="GO avatar"]{background-color:#FBC000;} .esHOJV .ynl58c-0 svg[aria-label="GO avatar"] path{fill:#FFF;}
+ /* sc-component-id: sc-10uan3u-1 */
+ .cqtDtB{text-transform:uppercase;font-size:16px;padding-bottom:3px;margin-bottom:12px;border-bottom:1px solid #E5E5E5;}
+ /* sc-component-id: sc-10uan3u-2 */
+ .ktBPdN{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:18px;color:#222;}
+ /* sc-component-id: sc-10uan3u-3 */
+ .lfhhVO:hover{-webkit-text-decoration:none;text-decoration:none;} .lfhhVO button{width:100%;}
+ /* sc-component-id: sc-1ez0oyg-0 */
+ .ktESSG{min-height:0px;}.ehkuKX{min-height:768px;}
+ /* sc-component-id: sc-1ez0oyg-1 */
+ .etpvfO{position:-webkit-sticky;position:sticky;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
+ /* sc-component-id: sc-1dvfjie-0 */
+ .fhmHGL{position:absolute;display:none;top:100%;right:0;} .fhmHGL.open{display:block;}
+ /* sc-component-id: sc-1dvfjie-1 */
+ .hCitnH{z-index:98;position:relative;margin-top:5px;background:#FFF;border-radius:5px;border:1px solid #CCC;min-width:174px;} .hCitnH::before,.hCitnH::after{content:"";display:block;position:absolute;height:0;width:0;border-bottom-style:solid;} .hCitnH::after{border:inset 6px;border-color:transparent transparent #FFF transparent;top:-12px;right:14px;} .hCitnH::before{border:inset 7px;border-color:transparent transparent #CCC transparent;top:-14px;right:13px;}
+ /* sc-component-id: sc-1dvfjie-2 */
+ .eJinCt{display:inline-block;position:relative;}
+ /* sc-component-id: sc-10a86sv-0 */
+ .fVjjcw{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;line-height:2;padding:6px 8px;text-transform:uppercase;} .fVjjcw:first-child{border-top-left-radius:5px;border-top-right-radius:5px;} .fVjjcw:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;} .fVjjcw:hover{background:#F5F5F5;color:#666;-webkit-text-decoration:none;text-decoration:none;} .fVjjcw .iyvn34-0{margin-right:15px;}
+ /* sc-component-id: sc-101yw2y-0 */
+ .eSuPFB{position:relative;}
+ /* sc-component-id: sc-101yw2y-1 */
+ .jgysUY{position:relative;display:block;}
+ /* sc-component-id: sc-101yw2y-2 */
+ .bYlXTp{float:left;}
+ /* sc-component-id: sc-101yw2y-4 */
+ .icfmop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;}
+ /* sc-component-id: sc-101yw2y-5 */
+ @media only screen and (min-width:50em){.ebBaTT.custom-header-has-background.hangable-curation .layout--Modular3 .grid__zone:not(:first-child),.ebBaTT.custom-header-has-background.hangable-curation .layout--Modular4 .grid__zone:not(:first-child){border-left-width:0px;position:relative;}.ebBaTT.custom-header-has-background.hangable-curation .layout--Modular3 .grid__zone:not(:first-child)::before,.ebBaTT.custom-header-has-background.hangable-curation .layout--Modular4 .grid__zone:not(:first-child)::before{content:'';position:absolute;height:calc(100% - 100px);left:0;bottom:0;border-left:1px solid #E5E5E5;}.ebBaTT.custom-header-has-background.hangable-curation .curation-module__zone__item-width-children{background-color:#FFF;padding-top:1rem;padding:1rem 20px 0px;}.ebBaTT.custom-header-has-background.hangable-curation .curation-module__zone__item-width-children:first-child{padding-left:20px;}.ebBaTT.custom-header-has-background.hangable-curation .curation-module__zone__item-width-children:not(:last-child){margin-right:-20px;}.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3{position:relative;top:-6rem;margin-bottom:-6rem;}.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain .curation_control > button,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 .curation_control > button,.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain .curation_control > div,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 .curation_control > div{top:6rem;position:relative;}.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain >.sc-1whp23a-2:first-child,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 >.sc-1whp23a-2:first-child,.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain .sc-1v0374p-0:first-child .sc-1whp23a-2,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 .sc-1v0374p-0:first-child .sc-1whp23a-2{position:relative;z-index:0;padding:1rem 1rem 0 1rem;margin:-1rem -1rem 0 -1rem;background:white;}.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain >section:first-child,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 >section:first-child,.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain .sc-1v0374p-0:first-child section,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 .sc-1v0374p-0:first-child section{position:relative;z-index:0;padding:1rem 1rem 0 1rem;margin:-1rem -1rem 0 -1rem;background:transparent;}.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain .sc-1v0374p-0:first-child::after,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 .sc-1v0374p-0:first-child::after{content:none;}.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain .sc-1v0374p-0:first-child.canSelect:hover section,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 .sc-1v0374p-0:first-child.canSelect:hover section{background-color:#F5F5F5;border:2px solid #CCC;border-radius:5px;top:-2px;left:-2px;margin-right:-20px;}.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain .sc-1v0374p-0:first-child.isSelected section,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 .sc-1v0374p-0:first-child.isSelected section,.ebBaTT.custom-header-has-background.hangable-curation > .curation-mountain .sc-1v0374p-0:first-child.isSelected:hover section,.ebBaTT.custom-header-has-background.hangable-curation .sc-101yw2y-3 .sc-1v0374p-0:first-child.isSelected:hover section{background-color:#FDF0C7;border:2px solid #B12460;border-radius:5px;top:-2px;left:-2px;margin-right:-20px;}}
+ /* sc-component-id: sc-101yw2y-6 */
+ @media only screen and (min-width:50em){.jOQyEj.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:750;}.jOQyEj.sticky-top .ad-container{padding-top:20px;background-color:#FFF;}}
+ /* sc-component-id: sc-101yw2y-7 */
+ .enFBrX .ad-container{min-height:250px;padding-bottom:31px;} .enFBrX .ad-container[data-ad-load-state=empty]{display:none;}
+ /* sc-component-id: sc-1lmbno3-0 */
+ .eXGUJG{position:relative;} .eXGUJG li{padding-left:2.25rem;margin-bottom:6px;} .eXGUJG li::before{position:absolute;content:'\b7';margin:-1px 0 0 -29px;font-weight:bold;font-size:24px;}
+ /* sc-component-id: sc-1bwb26k-1 */
+ .RjwRf{font-family:ProximaNovaCond,sans-serif;text-align:left;}
+ /* sc-component-id: gcp5ez-0 */
+ .dGHwsG{border:solid #ddd;border-width:1px 0 0;height:0;margin-top:40px;margin-bottom:40px;clear:both;}
+ /* sc-component-id: sc-1mn1yww-0 */
+ .OMwVz{font-size:10px;font-weight:400;line-height:1.3;-webkit-letter-spacing:0.2px;-moz-letter-spacing:0.2px;-ms-letter-spacing:0.2px;letter-spacing:0.2px;text-transform:uppercase;text-align:center;margin-top:6px;font-size:16px;line-height:24px;text-transform:inherit;margin-top:0;}
+ /* sc-component-id: sc-1mn1yww-1 */
+ .iftYcF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:#7D7D7D;} .iftYcF:hover{color:#B12460;}
+ /* sc-component-id: sc-12i6d45-0 */
+ .jzcQTJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;overflow-y:hidden;overflow-x:auto;}
+ /* sc-component-id: sc-12i6d45-1 */
+ .cWiYXU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;}
+ /* sc-component-id: sc-1vjnuu8-0 */
+ .frTClM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
+ /* sc-component-id: wvv3zm-0 */
+ @media only screen and (min-width:50em){.MWIGZ{display:none;}}
+ /* sc-component-id: wvv3zm-1 */
+ .kzkhwW{color:#7D7D7D;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .kzkhwW:hover{color:#7D7D7D;-webkit-text-decoration:underline;text-decoration:underline;}
+ /* sc-component-id: wvv3zm-2 */
+ .dNAgCv{text-transform:uppercase;color:#000;padding-left:4px;}
+ /* sc-component-id: sc-1jc3ukb-0 */
+ .ezwLgJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-family:ProximaNovaCond,sans-serif;font-size:16px;line-height:21px;text-align:left;}
+ /* sc-component-id: sc-1jc3ukb-1 */
+ .jLgjau{-webkit-flex-basis:40px;-ms-flex-preferred-size:40px;flex-basis:40px;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:10px;} .jLgjau img{width:40px;height:40px;border-radius:50%;position:unset;} .jLgjau video{width:40px;height:40px;border-radius:50%;background-color:#F5F5F5;}
+ /* sc-component-id: sc-1jc3ukb-2 */
+ .jpbKEQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
+ /* sc-component-id: sc-1jc3ukb-4 */
+ .grWrOW{display:inline-block;font-size:16px;line-height:17px;margin:0 7px 2px 7px;color:#7D7D7D;}
+ /* sc-component-id: sc-1jc3ukb-5 */
+ .bNRtrM{line-height:19px;}
+ /* sc-component-id: sc-1jc3ukb-6 */
+ .kyKjbV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} @media only screen and (max-width:37.31em){.kyKjbV{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}} @media only screen and (min-width:37.37em){.kyKjbV{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}} .kyKjbV time{font-size:16px;}
+ /* sc-component-id: sc-17x7c2u-0 */
+ .eTFIkv{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:39px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:39px;-webkit-text-decoration:none;text-decoration:none;color:#B12460;-webkit-transition:color 200ms;transition:color 200ms;} .eTFIkv:hover{color:#5c1332;}
+ /* sc-component-id: sc-17x7c2u-1 */
+ .jBsDWZ{padding:0 10px;}
+ /* sc-component-id: sc-17x7c2u-2 */
+ .gpwIdA{background-color:#CCC;border-radius:3px;border:1px solid #CCC;display:grid;grid-auto-flow:column;grid-gap:1px;} .gpwIdA > .sc-17x7c2u-0{background-color:white;} .gpwIdA > .sc-17x7c2u-0:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;} .gpwIdA > .sc-17x7c2u-0:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px;}
+ /* sc-component-id: sc-15g8630-0 */
+ .hICZjh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;} @media only screen and (min-width:37.37em){.hICZjh .iyvn34-0 svg{width:24px;height:24px;}}
+ /* sc-component-id: sc-15g8630-1 */
+ .jOqHdi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .jOqHdi > *{margin:0 4px;min-width:32px;color:#7D7D7D;-webkit-transition:color 200ms ease-in-out;transition:color 200ms ease-in-out;} .jOqHdi > *:first-child{margin-left:0;} .jOqHdi a:hover{-webkit-text-decoration:none;text-decoration:none;color:#B12460;}
+ /* sc-component-id: sc-83o472-0 */
+ .iimSGa{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;} @media only screen and (max-width:37.31em){.iimSGa{width:100%;}}
+ /* sc-component-id: sc-83o472-1 */
+ .yjpVX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;} @media only screen and (max-width:37.31em){.yjpVX{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.yjpVX .sc-83o472-0 + .sc-83o472-0{margin-top:15px;}} @media only screen and (min-width:37.37em){.yjpVX{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}
+ /* sc-component-id: sc-83o472-2 */
+ .foLDPX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
+ /* sc-component-id: r43lxo-0 */
+ .blgiqp{max-width:1024px;width:100%;} @media only screen and (min-width:50em) and (max-width:63.69em){.blgiqp{max-width:1024px;}} @media only screen and (min-width:63.75em) and (max-width:85.19em){.blgiqp{max-width:1024px;}} @media only screen and (min-width:85.25em){.blgiqp{max-width:1024px;}} .blgiqp .sc-1lmbno3-0:not(.sc-1eow4w5-1),.blgiqp .sc-1lmbno3-1:not(.sc-1eow4w5-1),.blgiqp .sc-8hxd3p-0:not(.sc-1eow4w5-1),.blgiqp .sc-1eu5fsj-0:not(.sc-1eow4w5-1),.blgiqp .ooo3c9-0:not(.sc-1eow4w5-1),.blgiqp .sc-1jaa1bu-0:not(.sc-1eow4w5-1),.blgiqp p:not(.sc-1eow4w5-1),.blgiqp ul:not(.sc-1eow4w5-1),.blgiqp hr:not(.sc-1eow4w5-1),.blgiqp .sc-1bwb26k-1:not(.sc-1eow4w5-1),.blgiqp > span:not(.sc-1eow4w5-1),.blgiqp figure:not(.sc-1eow4w5-1),.blgiqp pre:not(.sc-1eow4w5-1){margin-left:auto;margin-right:auto;max-width:636px;} @media only screen and (min-width:50em) and (max-width:63.69em){.blgiqp .sc-1lmbno3-0:not(.sc-1eow4w5-1),.blgiqp .sc-1lmbno3-1:not(.sc-1eow4w5-1),.blgiqp .sc-8hxd3p-0:not(.sc-1eow4w5-1),.blgiqp .sc-1eu5fsj-0:not(.sc-1eow4w5-1),.blgiqp .ooo3c9-0:not(.sc-1eow4w5-1),.blgiqp .sc-1jaa1bu-0:not(.sc-1eow4w5-1),.blgiqp p:not(.sc-1eow4w5-1),.blgiqp ul:not(.sc-1eow4w5-1),.blgiqp hr:not(.sc-1eow4w5-1),.blgiqp .sc-1bwb26k-1:not(.sc-1eow4w5-1),.blgiqp > span:not(.sc-1eow4w5-1),.blgiqp figure:not(.sc-1eow4w5-1),.blgiqp pre:not(.sc-1eow4w5-1){max-width:636px;}} @media only screen and (min-width:63.75em) and (max-width:85.19em){.blgiqp .sc-1lmbno3-0:not(.sc-1eow4w5-1),.blgiqp .sc-1lmbno3-1:not(.sc-1eow4w5-1),.blgiqp .sc-8hxd3p-0:not(.sc-1eow4w5-1),.blgiqp .sc-1eu5fsj-0:not(.sc-1eow4w5-1),.blgiqp .ooo3c9-0:not(.sc-1eow4w5-1),.blgiqp .sc-1jaa1bu-0:not(.sc-1eow4w5-1),.blgiqp p:not(.sc-1eow4w5-1),.blgiqp ul:not(.sc-1eow4w5-1),.blgiqp hr:not(.sc-1eow4w5-1),.blgiqp .sc-1bwb26k-1:not(.sc-1eow4w5-1),.blgiqp > span:not(.sc-1eow4w5-1),.blgiqp figure:not(.sc-1eow4w5-1),.blgiqp pre:not(.sc-1eow4w5-1){max-width:636px;}} @media only screen and (min-width:85.25em){.blgiqp .sc-1lmbno3-0:not(.sc-1eow4w5-1),.blgiqp .sc-1lmbno3-1:not(.sc-1eow4w5-1),.blgiqp .sc-8hxd3p-0:not(.sc-1eow4w5-1),.blgiqp .sc-1eu5fsj-0:not(.sc-1eow4w5-1),.blgiqp .ooo3c9-0:not(.sc-1eow4w5-1),.blgiqp .sc-1jaa1bu-0:not(.sc-1eow4w5-1),.blgiqp p:not(.sc-1eow4w5-1),.blgiqp ul:not(.sc-1eow4w5-1),.blgiqp hr:not(.sc-1eow4w5-1),.blgiqp .sc-1bwb26k-1:not(.sc-1eow4w5-1),.blgiqp > span:not(.sc-1eow4w5-1),.blgiqp figure:not(.sc-1eow4w5-1),.blgiqp pre:not(.sc-1eow4w5-1){max-width:636px;}} @media only screen and (max-width:63.69em){.blgiqp figure figcaption{padding-left:20px;}} .blgiqp .sc-1lmbno3-0,.blgiqp .sc-1lmbno3-1,.blgiqp .sc-8hxd3p-0,.blgiqp ul,.blgiqp p{font-family:ElizabethSerif,Georgia,serif;font-size:15px;line-height:28px;font-weight:normal;} @media only screen and (min-width:37.37em){.blgiqp .sc-1lmbno3-0,.blgiqp .sc-1lmbno3-1,.blgiqp .sc-8hxd3p-0,.blgiqp ul,.blgiqp p{font-size:16px;line-height:29px;}} .blgiqp p{margin-bottom:1.25rem;} .blgiqp .sc-1lmbno3-0,.blgiqp .sc-1lmbno3-1{margin-bottom:1.5rem;} .blgiqp iframe{max-width:100%;} .blgiqp .twitter-embed iframe{margin:0 auto;} .blgiqp .has-image,.blgiqp .has-embed,.blgiqp .has-video{margin-bottom:0;width:100%;clear:left;} .blgiqp .ooo3c9-0{margin-bottom:1.5rem;} .blgiqp .has-image.has-image,.blgiqp .has-video.has-video{margin-top:0;margin-bottom:1.5rem;position:relative;} .blgiqp .has-image.has-image.media-large,.blgiqp .has-video.has-video.media-large{max-width:800px;} .blgiqp .has-image.has-image.media-large,.blgiqp .has-video.has-video.media-large,.blgiqp .has-image.has-image.media-medium,.blgiqp .has-video.has-video.media-medium,.blgiqp .has-image.has-image.media-small,.blgiqp .has-video.has-video.media-small{width:auto;text-align:center;} @media only screen and (min-width:37.37em){.blgiqp .has-image.has-image.media-small,.blgiqp .has-video.has-video.media-small{max-width:($main-content-max-width / 2);float:left;margin:0.5rem 1.125rem 0.5rem 0;}} @media only screen and (max-width:49.94em){.blgiqp .has-image.has-image.media-medium,.blgiqp .has-video.has-video.media-medium,.blgiqp .has-image.has-image.media-large,.blgiqp .has-video.has-video.media-large{width:auto;margin-left:-1.125rem;margin-right:-1.125rem;}.blgiqp .has-image.has-image.media-medium figcaption,.blgiqp .has-video.has-video.media-medium figcaption,.blgiqp .has-image.has-image.media-large figcaption,.blgiqp .has-video.has-video.media-large figcaption,.blgiqp .has-image.has-image.media-medium .video-embed__caption,.blgiqp .has-video.has-video.media-medium .video-embed__caption,.blgiqp .has-image.has-image.media-large .video-embed__caption,.blgiqp .has-video.has-video.media-large .video-embed__caption{padding:0 1.125rem;}} .blgiqp pre{box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.5);display:block;overflow:auto;padding:1.125rem;margin-bottom:1.5rem;width:auto;word-break:break-all;} .blgiqp pre > code{background-color:transparent;} .blgiqp pre p{line-height:24px;} .blgiqp pre,.blgiqp pre p,.blgiqp code{font-family:Courier,monospace;color:#222;font-size:1rem;} .blgiqp pre,.blgiqp code{background-color:#F5F5F5;} .blgiqp code{padding:0 7px;display:inline-block;} .blgiqp ul{margin-bottom:1.5rem;} .blgiqp ul li{margin-bottom:6px;} .blgiqp ul.commerce li{font-family:FiraSans,sans-serif;padding-left:0;color:#666;} .blgiqp ul.commerce li em{color:#72AD75;font-style:normal;} .blgiqp ul.commerce li a{color:inherit;-webkit-text-decoration:none;text-decoration:none;box-shadow:none;} .blgiqp ul.commerce li a:hover strong{-webkit-text-decoration:underline;text-decoration:underline;} .blgiqp ul.commerce li::before{display:none;} .blgiqp .sc-1bwb26k-1.commerce-icon{max-width:100%;} .blgiqp .ad-container{margin:0;width:auto;height:auto;} .blgiqp .ad-container[data-ad-load-state=loaded] div iframe{margin:0 auto;}
+ /* sc-component-id: sc-1bdg1q0-0 */
+ .dHZwOk{border-top:#E5E5E5 solid 1px;position:fixed;bottom:0;right:0;width:100%;padding:6px;background:#FFF;z-index:20;}
+ /* sc-component-id: sc-1bdg1q0-1 */
+ .huOEht{margin:0 5px;padding:0 1rem;width:90px;height:28px;line-height:unset;} .huOEht > div{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;} .huOEht span{margin-left:6px;} @media only screen and (max-width:49.94em){.huOEht{margin:0 10px;width:120px;}}
+ /* sc-component-id: sc-1bdg1q0-2 */
+ .fItspw{width:100%;max-width:1336px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0 1.125rem;} @media only screen and (max-width:49.94em){.fItspw{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}
+ /* sc-component-id: z1qon0-0 */
+ .sHsHa{font-size:16px;line-height:21px;margin-bottom:1rem;text-transform:uppercase;} @media only screen and (max-width:37.31em){.sHsHa{color:#7D7D7D;}}
+ /* sc-component-id: sc-18b1b2r-0 */
+ .jZyWXs{display:inline-block;} @media only screen and (max-width:37.31em){.jZyWXs{width:100%;max-width:100%;}}
+ /* sc-component-id: sc-18b1b2r-3 */
+ .egRxyu{border-radius:3px;padding:0 1rem;border-color:#CCC;} .egRxyu:hover,.egRxyu:active,.egRxyu:focus{border-color:#CCC;}
+ /* sc-component-id: sc-18b1b2r-4 */
+ .fwDNjy{text-align:right;}
+ /* sc-component-id: sc-18b1b2r-5 */
+ .ccAJCg{margin:2.5rem auto 0;max-width:636px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;} @media only screen and (max-width:37.31em){.ccAJCg .sc-18b1b2r-2{width:100%;margin-top:36px;}.ccAJCg .sc-18b1b2r-2 .z1qon0-0:first-child{display:none;}.ccAJCg .sc-18b1b2r-1{display:block;}.ccAJCg .btk291-0{width:100%;}} @media only screen and (min-width:37.37em){.ccAJCg .sc-18b1b2r-1{display:none;}} @media only screen and (min-width:50em) and (max-width:63.69em){.ccAJCg{max-width:636px;}} @media only screen and (min-width:63.75em) and (max-width:85.19em){.ccAJCg{max-width:636px;}} @media only screen and (min-width:85.25em){.ccAJCg{max-width:636px;}}
+ /* sc-component-id: sc-1or3yyu-0 */
+ .nBxoz{padding-bottom:4px;margin-bottom:16px;font-size:16px;line-height:21px;text-transform:uppercase;}
+ /* sc-component-id: sc-1or3yyu-1 */
+ .jcgXjw{margin-bottom:4px;font-size:18px;line-height:23px;}
+ /* sc-component-id: sc-1or3yyu-2 */
+ .bzrPWe:hover{color:inherit;}
+ /* sc-component-id: sc-1or3yyu-3 */
+ .jvIkaX{position:relative;padding-left:25px;} .jvIkaX > *:first-child::before{content:"•";position:absolute;left:0;font-size:21px;font-weight:bold;color:#B12460;} .jvIkaX:not(:last-child){margin-bottom:1rem;}
+ /* sc-component-id: sc-1or3yyu-4 */
+ .kSfANG{max-width:636px;margin:32px auto 0;}
+ /* sc-component-id: sc-73739c-0 */
+ @media only screen and (max-width:37.31em){.iaHIzx{margin:0 -1.125rem;}}
+ /* sc-component-id: sc-73739c-2 */
+ .kXLoyx.trc_related_container{padding:0;} .kXLoyx .thumbnails-a{padding:0;}
+ /* sc-component-id: sc-73739c-3 */
+ .eOmEvw{margin:40px auto 0;max-width:636px;}
+ /* sc-component-id: sc-73739c-4 */
+ .cirOTP iframe{margin:1rem auto;}
+ /* sc-component-id: sc-1fofo4n-0 */
+ .hbcmGw{margin-bottom:24px;}
+ /* sc-component-id: sc-1auy74q-22 */
+ .fVaIqa{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;top:-19px;left:-17px;background:#72AD75;height:55px;width:55px;min-width:55px;border-radius:50%;line-height:55px;text-align:center;font-size:20px;} .fVaIqa span{color:#FFF;} .fVaIqa:hover{-webkit-text-decoration:none;text-decoration:none;color:#FFF;} .fVaIqa svg{width:34px;height:34px;color:#FFF;margin:0;}
+ ]]>
+ </style>
+ <style data-styled="gTwDaX" data-styled-version="4.3.2">
+ <![CDATA[
+ /* sc-component-id: sc-keyframes-gTwDaX */
+ @-webkit-keyframes gTwDaX{from{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}} @keyframes gTwDaX{from{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}
+ ]]>
+ </style>
+ <style>
+ <![CDATA[
+ body{-webkit-tap-highlight-color:transparent;word-wrap:break-word;overflow-x:hidden}ol,ul{list-style-type:none}ol,ul,ol li,ul li,iframe{margin:0}iframe{border:0;display:block;padding:0}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:normal;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:normal;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\f121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:normal;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\f122"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:normal;font-style:normal;font-family:Arial, Helvetica, sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100% !important;height:100% !important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-4-3,.video-js.vjs-16-9,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill,.video-js .vjs-tech{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100% !important;height:100% !important;padding-top:0 !important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none !important}.vjs-disabled{opacity:0.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block !important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial, Helvetica, sans-serif;text-align:center;width:300px;height:150px;margin:0px auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66A8CC}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:0.06666em solid #fff;background-color:#2B333F;background-color:rgba(43,51,63,0.7);border-radius:0.3em;-webkit-transition:all 0.4s;transition:all 0.4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-0.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,0.5);-webkit-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;-webkit-transition:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:0.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,0.8);background:-webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(255,255,255,0));background:linear-gradient(180deg, rgba(0,0,0,0.8), rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial, Helvetica, sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:0.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,0.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2B333F}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 0.3em 0;font-weight:bold;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:rgba(43,51,63,0.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2B333F;background-color:rgba(43,51,63,0.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all 0.4s;transition:all 0.4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all 0.4s;transition:all 0.4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2B333F;background-color:rgba(43,51,63,0.7)}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;-webkit-transition:visibility 0.1s, opacity 0.1s;transition:visibility 0.1s, opacity 0.1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s, opacity 1s;transition:visibility 1s, opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none !important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0em 0em 1em white}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;-webkit-transition:all 0.2s;transition:all 0.2s;height:0.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:0.9em;position:absolute;right:-0.5em;top:-0.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,0.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,0.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,0.8);border-radius:0.3em;color:#000;float:right;font-family:Arial, Helvetica, sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:0.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s, opacity 1s;transition:visibility 1s, opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,0.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 0.45em 0 0.45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,0.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{-webkit-transition:width 1s;transition:width 1s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;transition:visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical{left:-3.5em}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;-webkit-transition:width 0.1s;transition:width 0.1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;-webkit-transition:visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;transition:visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;transition:visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:0.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em 0.45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:0.3em}.vjs-volume-bar.vjs-slider-vertical{width:0.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:0.9em}.vjs-slider-vertical .vjs-volume-level{width:0.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-0.5em;left:-0.3em}.vjs-slider-horizontal .vjs-volume-level{height:0.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-0.3em;right:-0.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2B333F;background-color:rgba(43,51,63,0.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:0.5em;padding-right:0.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:0.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control,.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time,.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:0.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control,.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0em}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial, Helvetica, sans-serif;font-size:4em;left:0;line-height:1;margin-top:-0.5em;position:absolute;text-shadow:0.05em 0.05em 0.1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:0.85;text-align:left;border:6px solid rgba(43,51,63,0.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear 0.3s forwards;animation:vjs-spinner-show 0s linear 0.3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:white}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:white}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:white;-webkit-animation-delay:0.44s;animation-delay:0.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{to{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-0.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-0.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer{flex:auto;display:block}.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2B333F;background-color:rgba(43,51,63,0.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0px 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:0.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:-webkit-linear-gradient(bottom, #fff 88%, #73859f 100%);background-image:linear-gradient(0deg, #fff 88%, #73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,0.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:-webkit-linear-gradient(top, #fff 88%, #73859f 100%);background-image:linear-gradient(-180deg, #fff 88%, #73859f 100%);color:#2B333F;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible),.video-js .vjs-menu :focus:not(:focus-visible),.video-js :focus:not(:focus-visible){outline:none;background:none}.ima-ad-container{top:0em;position:absolute;display:none;width:100%;height:100%}.video-js.vjs-playing .bumpable-ima-ad-container{margin-top:-4em}.video-js.vjs-user-inactive.vjs-playing .bumpable-ima-ad-container{margin-top:0em}.video-js.vjs-paused .bumpable-ima-ad-container,.video-js.vjs-playing:hover .bumpable-ima-ad-container,.video-js.vjs-user-active.vjs-playing .bumpable-ima-ad-container{margin-top:-4em}.ima-controls-div{bottom:0em;height:1.4em;position:absolute;overflow:hidden;display:none;opacity:1;background-color:rgba(7,20,30,0.7);background:-webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(7,20,30,0.7)), color-stop(100%, rgba(7,20,30,0)));background:-webkit-linear-gradient(bottom, rgba(7,20,30,0.7) 0%, rgba(7,20,30,0) 100%);background:linear-gradient(to top, rgba(7,20,30,0.7) 0%, rgba(7,20,30,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007141E', endColorstr='#07141E',GradientType=0 )}.ima-controls-div.ima-controls-div-showing{height:3.7em}.ima-countdown-div{height:1em;color:#FFFFFF;text-shadow:0 0 0.2em #000;cursor:default}.ima-seek-bar-div{top:1.2em;height:0.3em;position:absolute;background:rgba(255,255,255,0.4)}.ima-progress-div{width:0em;height:0.3em;background-color:#ECC546}.ima-fullscreen-div,.ima-mute-div,.ima-play-pause-div,.ima-slider-div{width:2.33em;height:1.33em;top:0.733em;left:0em;position:absolute;color:#CCCCCC;font-size:1.5em;line-height:2;text-align:center;font-family:VideoJS;cursor:pointer}.ima-mute-div{left:auto;right:5.667em}.ima-slider-div{left:auto;right:2.33em;width:3.33em;height:0.667em;top:1.33em;background-color:#555555}.ima-slider-level-div{width:100%;height:0.667em;background-color:#ECC546}.ima-fullscreen-div{left:auto;right:0em}.ima-playing:before{content:"\00f103"}.ima-paused:before{content:"\00f101"}.ima-paused:hover:before,.ima-playing:hover:before{text-shadow:0 0 1em #fff}.ima-non-muted:before{content:"\00f107"}.ima-muted:before{content:"\00f104"}.ima-muted:hover:before,.ima-non-muted:hover:before{text-shadow:0 0 1em #fff}.ima-non-fullscreen:before{content:"\00f108"}.ima-fullscreen:before{content:"\00f109"}.ima-fullscreen:hover:before,.ima-non-fullscreen:hover:before{text-shadow:0 0 1em #fff}em,h1,h2,h3,h4,h5,p,span{text-rendering:optimizeLegibility}@media only screen and (min-width: 37.5em){h1{font-size:2.38rem}h2{font-size:1.75rem}h3{font-size:1.56rem}h4{font-size:1.31rem}h5{font-size:1.19rem}h6{font-size:1rem}}.global-nav__left .f-dropdown-ct{min-width:300px}#launcher{display:none}@media only screen and (max-width: 37.31em){.cnx-main-container.cnx-main-container{display:none}}meta.foundation-version{font-family:"/5.5.2/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 37.31em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:37.37em)/";width:37.37em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:37.37em) and (max-width:49.94em)/";width:37.37em}meta.foundation-mq-large{font-family:"/only screen and (min-width:50em)/";width:50em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:50em) and (max-width:63.69em)/";width:50em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:63.75em)/";width:63.75em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:63.75em) and (max-width:85.19em)/";width:63.75em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:85.25em)/";width:85.25em}meta.foundation-data-attribute-namespace{font-family:false}body,html{height:100%}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{font-size:16px}body{background:#fff;color:#222;cursor:auto;font-family:"ProximaNovaCond",sans-serif;font-style:normal;font-weight:normal;line-height:24px;margin:0;padding:0;position:relative}a:hover{cursor:pointer}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.flex-video{height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:67.5%;padding-top:1.562rem;position:relative}.flex-video.widescreen{padding-bottom:56.34%}.flex-video.vimeo{padding-top:0}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video{height:100%;position:absolute;top:0;width:100%;left:0}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}@media only screen and (max-width: 37.31em){.small-only-text-left{text-align:left !important}.small-only-text-right{text-align:right !important}.small-only-text-center{text-align:center !important}.small-only-text-justify{text-align:justify !important}}@media only screen{.small-text-left{text-align:left !important}.small-text-right{text-align:right !important}.small-text-center{text-align:center !important}.small-text-justify{text-align:justify !important}}@media only screen and (min-width: 37.37em) and (max-width: 49.94em){.medium-only-text-left{text-align:left !important}.medium-only-text-right{text-align:right !important}.medium-only-text-center{text-align:center !important}.medium-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 37.37em){.medium-text-left{text-align:left !important}.medium-text-right{text-align:right !important}.medium-text-center{text-align:center !important}.medium-text-justify{text-align:justify !important}}@media only screen and (min-width: 50em) and (max-width: 63.69em){.large-only-text-left{text-align:left !important}.large-only-text-right{text-align:right !important}.large-only-text-center{text-align:center !important}.large-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 50em){.large-text-left{text-align:left !important}.large-text-right{text-align:right !important}.large-text-center{text-align:center !important}.large-text-justify{text-align:justify !important}}@media only screen and (min-width: 63.75em) and (max-width: 85.19em){.xlarge-only-text-left{text-align:left !important}.xlarge-only-text-right{text-align:right !important}.xlarge-only-text-center{text-align:center !important}.xlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 63.75em){.xlarge-text-left{text-align:left !important}.xlarge-text-right{text-align:right !important}.xlarge-text-center{text-align:center !important}.xlarge-text-justify{text-align:justify !important}}@media only screen and (min-width: 85.25em) and (max-width: 999999999999){.xxlarge-only-text-left{text-align:left !important}.xxlarge-only-text-right{text-align:right !important}.xxlarge-only-text-center{text-align:center !important}.xxlarge-only-text-justify{text-align:justify !important}}@media only screen and (min-width: 85.25em){.xxlarge-text-left{text-align:left !important}.xxlarge-text-right{text-align:right !important}.xxlarge-text-center{text-align:center !important}.xxlarge-text-justify{text-align:justify !important}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}a{color:#008CBA;line-height:inherit;text-decoration:none}a:focus,a:hover{color:#0078a0}a img{border:none}p{font-family:inherit;font-size:.938rem;font-weight:normal;margin-bottom:1.25rem;text-rendering:optimizeLegibility}p,p.lead{line-height:1.6}p.lead{font-size:1.156rem}p aside{font-size:.875rem;font-style:italic;line-height:1.35}h1,h2,h3,h4,h5,h6{color:#000;font-family:"ProximaNovaCond",sans-serif;font-style:normal;font-weight:bold;line-height:1.3;margin-bottom:1rem;margin-top:0;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#7D7D7D;font-size:.875rem;line-height:0}h1{font-size:1.75rem}h2{font-size:1.125rem}h3{font-size:1.25rem}h4{font-size:1rem}h5{font-size:1.188rem}h6{font-size:1rem}.subheader{line-height:1.4;color:#595959;font-weight:normal;margin-top:.2rem;margin-bottom:.5rem}hr{border:solid #ddd;border-width:1px 0 0;clear:both;height:0;margin:1.25rem 0 1.188rem}em,i{font-style:italic}em,i,b,strong{line-height:inherit}b,strong{font-weight:bold}small{font-size:.875rem;line-height:inherit}code{background-color:#f8f8f8;border-color:#dfdfdf;border-style:solid;border-width:1px;color:#333;font-family:Courier,monospace;font-weight:normal;padding:.125rem .312rem .062rem}dl,ol,ul{font-family:inherit;font-size:.938rem;line-height:1.6;list-style-position:outside;margin-bottom:1.25rem}ul{margin-left:1.1rem}ul.no-bullet{margin-left:0}ul.no-bullet li ol,ul.no-bullet li ul{margin-left:1.25rem;margin-bottom:0;list-style:none}ul li ol,ul li ul{margin-left:1.25rem;margin-bottom:0}ul.circle li ul,ul.disc li ul,ul.square li ul{list-style:inherit}ul.square{list-style-type:square;margin-left:1.1rem}ul.circle{list-style-type:circle}ul.circle,ul.disc{margin-left:1.1rem}ul.disc{list-style-type:disc}ul.no-bullet{list-style:none}ol{margin-left:1.4rem}ol li ol,ol li ul{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:bold}dl dd{margin-bottom:.75rem}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;cursor:help}abbr{text-transform:none}abbr[title]{border-bottom:1px dotted #ddd}blockquote{margin:0 0 1.25rem;padding:.562rem 1.25rem 0 1.188rem;border-left:1px solid #ddd}blockquote cite{display:block;font-size:.812rem;color:#3b3b3b}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#3b3b3b}blockquote,blockquote p{line-height:1.6;color:#595959}.vcard{display:inline-block;margin:0 0 1.25rem 0;border:1px solid #ddd;padding:.625rem .75rem}.vcard li{margin:0;display:block}.vcard .fn{font-size:.938rem}.vcard .fn,.vevent .summary,.vevent abbr{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;border:none;padding:0 .062rem}@media only screen and (min-width: 37.37em){h1,h2,h3,h4,h5,h6{line-height:1.3}h1{font-size:2.375rem}h2{font-size:1.75rem}h3{font-size:1.562rem}h4{font-size:1.312rem}h5{font-size:1.188rem}h6{font-size:1rem}}.midbanner{padding:0;margin:0 -18px 20px;background:transparent;text-align:center;border-bottom:#e5e5e5 1px solid;border-top:#e5e5e5 1px solid;box-sizing:content-box;padding:1rem 0}.midbanner iframe{margin:auto}.midbanner .ad-label .mid-banner{display:block;font-family:"ProximaNovaCond",sans-serif;color:#ccc;letter-spacing:0.1rem;border-top:#e5e5e5 1px solid;text-align:center;text-transform:uppercase;margin-bottom:10px}.midbanner .ad-label-bottom{border-bottom:1px solid #e5e5e5}.bottom-billboard .bottom-billboard-container,.bottom-billboard .mobile-footer-container{margin:0 0 20px;background:transparent;text-align:center;border-bottom:#e5e5e5 1px solid;border-top:#e5e5e5 1px solid;box-sizing:content-box;padding:1rem 0}.bottom-billboard iframe{margin:auto}@media only screen and (max-width: 63.69em){.bottom-billboard .bottom-billboard-container{display:none}}@media only screen and (min-width: 63.69em){.bottom-billboard .mobile-footer-container{display:none}}.dfp[data-ad-load-state~=empty]{display:none}.ad-promotion-native>*{display:block !important}@media screen and (min-width: 1020px){.ad-mobile,.ad-mobile-dynamic{display:none}}.swappable-mobile-ad-container{display:none}.ad-mobile .ad-container{display:inline-block}.ad-mobile .ad-mobile-inner .ad-container{min-width:300px}.ad-billboard,.ad-top-banner{text-align:center}.ad-billboard .ad-container,.ad-top-banner .ad-container{height:250px;max-width:970px;margin-left:auto;margin-right:auto;display:block}.ad-top-banner .ad-container{margin-bottom:20px}.ad-splashy-top.ad-container.ad-small{margin:20px 0}.ad-splashy-top.ad-container.ad-small.with-impact-nav{margin:62px 0 -25px}.ad-splashy-top.ad-container.ad-small iframe,.ad-splashy-top.ad-container.ad-large iframe{margin:0 auto}.ad-splashy-top.ad-container.ad-splashy-970{height:0}.ad-splashy-top.ad-container.ad-splashy-1280{height:0;max-height:100vh}.ad-info__content{margin-bottom:0;padding:10px}.ad-info-item-title{font-weight:bold}.ad-desktop .ad-inner .ad-label,.ad-desktop .ad-mobile-inner .ad-label,.ad-mobile-bottom .ad-label,.ad-mobile .ad-inner .ad-label,.ad-mobile .ad-mobile-inner .ad-label,.ad-permalink-comment .ad-inner .ad-label,.ad-permalink-comment .ad-mobile-inner .ad-label,.ad-unit--featured-recirculation .ad-label,.ad-unit--fixed-bottom .ad-label,.ad-unit--in-post .ad-inner .ad-label,.ad-unit--in-post .ad-mobile-inner .ad-label,.bottom-billboard .ad-label,.permalink.featured-post .post-content .ad-middleboard--displayed .ad-label{font-family:"ProximaNovaCond",sans-serif;color:#ccc;letter-spacing:0.1rem;border-top:0;text-align:center;text-transform:uppercase;margin-bottom:10px}.ad-desktop .ad-inner .ad-label-bottom,.ad-desktop .ad-mobile-inner .ad-label-bottom,.ad-mobile-bottom .ad-label-bottom,.ad-mobile .ad-inner .ad-label-bottom,.ad-mobile .ad-mobile-inner .ad-label-bottom,.ad-permalink-comment .ad-inner .ad-label-bottom,.ad-permalink-comment .ad-mobile-inner .ad-label-bottom,.ad-unit--featured-recirculation .ad-label-bottom,.ad-unit--fixed-bottom .ad-label-bottom,.ad-unit--in-post .ad-inner .ad-label-bottom,.ad-unit--in-post .ad-mobile-inner .ad-label-bottom,.bottom-billboard .ad-label-bottom,.permalink.featured-post .post-content .ad-middleboard--displayed .ad-label-bottom{border-bottom:1px solid #e5e5e5}.ad-unit--featured-recirculation .ad-container{height:250px}nav.inactive{pointer-events:none;opacity:0.5}.ad-desktop,.ad-mobile,.ad-permalink-comment,.ad-unit--in-post{padding:0;margin:0 auto 20px;background:transparent;text-align:center}.ad-desktop .ad-desktop-inner,.ad-mobile .ad-desktop-inner,.ad-permalink-comment .ad-desktop-inner,.ad-unit--in-post .ad-desktop-inner{margin-bottom:30px}.ad-desktop iframe,.ad-mobile iframe,.ad-permalink-comment iframe,.ad-unit--in-post iframe{margin:auto}.ad-desktop .ad-inner,.ad-desktop .ad-mobile-inner,.ad-mobile .ad-inner,.ad-mobile .ad-mobile-inner,.ad-permalink-comment .ad-inner,.ad-permalink-comment .ad-mobile-inner,.ad-unit--in-post .ad-inner,.ad-unit--in-post .ad-mobile-inner{padding:0;margin-bottom:1.875rem}.ad-desktop .ad-inner .ad-container,.ad-desktop .ad-mobile-inner .ad-container,.ad-mobile .ad-inner .ad-container,.ad-mobile .ad-mobile-inner .ad-container,.ad-permalink-comment .ad-inner .ad-container,.ad-permalink-comment .ad-mobile-inner .ad-container,.ad-unit--in-post .ad-inner .ad-container,.ad-unit--in-post .ad-mobile-inner .ad-container{display:inline-block;max-width:320px;margin:10px 0 20px;background-color:transparent}.ad-desktop .ad-inner .ad-label,.ad-desktop .ad-inner .ad-label-bottom,.ad-desktop .ad-mobile-inner .ad-label,.ad-desktop .ad-mobile-inner .ad-label-bottom,.ad-mobile .ad-inner .ad-label,.ad-mobile .ad-inner .ad-label-bottom,.ad-mobile .ad-mobile-inner .ad-label,.ad-mobile .ad-mobile-inner .ad-label-bottom,.ad-permalink-comment .ad-inner .ad-label,.ad-permalink-comment .ad-inner .ad-label-bottom,.ad-permalink-comment .ad-mobile-inner .ad-label,.ad-permalink-comment .ad-mobile-inner .ad-label-bottom,.ad-unit--in-post .ad-inner .ad-label,.ad-unit--in-post .ad-inner .ad-label-bottom,.ad-unit--in-post .ad-mobile-inner .ad-label,.ad-unit--in-post .ad-mobile-inner .ad-label-bottom{margin-bottom:0}@media only screen and (max-width: 37.31em){.ad-desktop .ad-inner .ad-label,.ad-desktop .ad-inner .ad-label-bottom,.ad-desktop .ad-mobile-inner .ad-label,.ad-desktop .ad-mobile-inner .ad-label-bottom,.ad-mobile .ad-inner .ad-label,.ad-mobile .ad-inner .ad-label-bottom,.ad-mobile .ad-mobile-inner .ad-label,.ad-mobile .ad-mobile-inner .ad-label-bottom,.ad-permalink-comment .ad-inner .ad-label,.ad-permalink-comment .ad-inner .ad-label-bottom,.ad-permalink-comment .ad-mobile-inner .ad-label,.ad-permalink-comment .ad-mobile-inner .ad-label-bottom,.ad-unit--in-post .ad-inner .ad-label,.ad-unit--in-post .ad-inner .ad-label-bottom,.ad-unit--in-post .ad-mobile-inner .ad-label,.ad-unit--in-post .ad-mobile-inner .ad-label-bottom{margin-left:1.125rem;margin-right:1.125rem}}.ad-desktop.hide-contents,.ad-mobile.hide-contents,.ad-permalink-comment.hide-contents,.ad-unit--in-post.hide-contents{display:none}#taboola-below-article-thumbnails,#taboola-below-article-thumbnails---3x2-video,#taboola-below-article-thumbnails---4x2{max-width:636px;margin-top:40px;margin-right:auto;margin-left:auto}.permalink .ad-mobile .ad-label,.permalink .ad-unit--in-post .ad-label{border-top:1px solid #e5e5e5;padding-top:10px}@-webkit-keyframes slideUp{0%{height:0;padding:0;margin:0}}@keyframes slideUp{0%{height:0;padding:0;margin:0}}.animate-slidedown{-webkit-transition:all .75s ease-out;-webkit-transition-delay:.75s;-webkit-transition:all .75s ease-out .75s;transition:all .75s ease-out .75s;max-height:400px;opacity:1}.animate-slidedown.animate-closed{max-height:0;opacity:0}.commentlist__item .ad-permalink-comment{padding-top:14px}.commentlist__item .ad-permalink-comment .ad-mobile-inner .ad-label{margin-bottom:-2px}.commentlist__item:not(.commentlist__item--expandable) .ad-permalink-comment{padding:0;border-top:1px solid #e5e5e5}.commentlist__item:not(.commentlist__item--expandable) .ad-permalink-comment .ad-mobile-inner{margin:16px}.commentlist__item:not(.commentlist__item--expandable) .ad-permalink-comment .ad-mobile-inner .ad-container{margin:10px 0}.commentlist__item:not(.commentlist__item--expandable) .ad-permalink-comment .ad-mobile-inner .ad-label-bottom{border:none}.blog-group-gawker .ad-unit,.permalink.featured-post .post-content .ad-middleboard .ad-label{display:none}.permalink.featured-post .post-content .ad-middleboard--displayed{margin:1.5rem 0;padding:1.5rem 0;clear:both}.permalink.featured-post .post-content .ad-middleboard--displayed .ad-label{display:block}.permalink.featured-post .post-content .ad-middleboard .ad-label{margin-bottom:0px}.permalink.featured-post .post-content .ad-middleboard .ad-container{margin:0 auto}@media only screen and (min-width: 37.37em){.post-content .ad-promotions-container[data-mobile=true]{display:none}}.permalink.featured-post .ad-middleboard .slot-displayed{border-bottom:#e5e5e5 1px solid;border-top:#e5e5e5 1px solid;box-sizing:content-box;padding:1rem 0}@media only screen and (max-width: 37.31em){.trc_related_container{padding:0 1.125rem}}@media only screen and (max-width: 49.94em){.ad-promotions-container.postlist__item .meta--pe{width:auto;right:10px}.ad-promotions-container.postlist__item .meta--pe .meta__right{align-items:normal}}.ad-mobile-bottom{margin-bottom:0}.ad-mobile-bottom .ad-container{display:block}.teads-wrapper{display:flex;align-items:center;justify-content:center;width:100%;padding:15px 0}.bt-wrapper,.bt-wrapper>div{align-content:center;display:flex;justify-content:center}.bt-wrapper>div{border-bottom:1px solid #e5e5e5;padding:20px 0;width:100%}.navwrap--outer:not(.navwrap--frontpage)+.curation-main-container .curation-mountain .curation-mountain__toolbar{top:-100px}.navwrap--outer:not(.navwrap--frontpage)+.curation-main-container .curation-mountain .layout__toolbar{top:-56px}@media only screen and (min-width: 50em){.curation-mountain:not(.Headline):not(.Editor){border-bottom:1px solid #e5e5e5}}.curation-mountain:not(.Headline):not(.Editor) .layout:not(.layout--Headline1){padding:18px 18px 20px}@media only screen and (max-width: 49.94em){.curation-mountain:not(.Headline):not(.Editor) .layout:not(.layout--Headline1){padding:0}}.curation-mountain.Editor.edit-mode{border-bottom:1px solid #e5e5e5}.curation-mountain.Editor.edit-mode .layout:not(.layout--Headline1){padding:18px 18px 20px}@media only screen and (max-width: 49.94em){.curation-mountain.Editor.edit-mode .layout:not(.layout--Headline1){padding:0}}.curation-mountain .layout{max-width:1318px}.curation-mountain .layout.layout:not(.layout--Headline1){margin-left:auto;margin-right:auto}@media only screen and (max-width: 49.94em){.curation-mountain .layout.layout:not(.layout--Headline1){padding:0}}.curation-mountain .layout--Headline1{max-width:100%}.curation-mountain .layout.layout--Modular3,.curation-mountain .layout.layout--Modular3 .grid.grid--modular{max-width:1024px;min-height:500px}.curation-mountain .layout.layout--Modular4,.curation-mountain .layout.layout--Modular4 .grid.grid--modular{max-width:1336px;min-height:500px}.curation-mountain .layout.layout--Equal3{max-width:1336px;min-height:230px;align-content:center}.curation-mountain .layout.layout--Equal3 .grid.grid--equal{max-width:1336px;min-height:230px;box-shadow:none;align-content:center}.curation-mountain .layout.layout--Equal4,.curation-mountain .layout.layout--Equal4 .grid.grid--equal{min-height:170px;align-content:center}.curation-mountain .layout.layout--Equal4{max-width:1336px}.curation-mountain .layout.layout--Equal4 .grid.grid--equal{max-width:1336px;box-shadow:none}.curation-mountain .layout.layout--Equal6,.curation-mountain .layout.layout--Equal6 .grid.grid--equal{min-height:474px}@media only screen and (max-width: 49.94em){.curation-mountain .curation-module{display:flex}}.curation-mountain .layout.layout--Headline1 .grid.grid--headline{position:relative;height:600px;max-width:100%}@media only screen and (max-width: 49.94em){.curation-mountain .layout.layout--Headline1 .grid.grid--headline{height:inherit}}.curation-mountain .layout.layout--Equal3,.curation-mountain .layout.layout--Equal4,.curation-mountain .layout.layout--Equal6,.curation-mountain .layout.layout--Modular3,.curation-mountain .layout.layout--Modular4{margin:0 auto}.curation-mountain .layout__toolbar p{color:#222}@supports not (display: grid){.curation-module{display:flex}.grid--equal .curation-module__zone.box .curation-module__item{margin-bottom:10px}@media only screen and (max-width: 49.94em){.grid--equal .curation-module__zone.box .curation-module__item{margin-bottom:0}}.curation-module__zone{display:flex}.curation-module__zone.hero,.curation-module__zone.hero .curation-module__item{width:100%}.curation-module__zone.box{width:25%;flex-direction:column;justify-content:space-between;margin:0 10px}@media only screen and (max-width: 49.94em){.curation-module__zone.box{width:100%}}.curation-module__zone.tall{width:25%;margin:0 10px}@media only screen and (max-width: 49.94em){.curation-module__zone.tall,.curation-module__zone.tall .curation-module__item{width:100%}}.curation-module__zone.big{width:50%;margin:0 10px}@media only screen and (max-width: 49.94em){.curation-module__zone.big{width:100%}}}.curation-module__zone{position:relative;display:grid;grid-auto-flow:row;grid-auto-rows:1fr;grid-gap:15px;max-height:inherit}@media only screen and (max-width: 49.94em){.curation-module__zone{order:1;grid-gap:0;grid-auto-rows:auto}.curation-module__zone.big{order:0;overflow:hidden;display:block}}.content-meta__byline span{font-size:14px;color:#7D7D7D}.curation-module__item:hover .image-container:after{opacity:0.9;position:absolute;left:0;right:0;top:0;bottom:0;background-color:#000;pointer-events:none}.curation-module__item .content-wrapper{padding:15px 0 10px}@media only screen and (max-width: 37.31em){.curation-module__item .storytype-label-wrapper{display:block}}.curation-module__item .content-meta__byline,.curation-module__item .content-meta__headline+h3,.curation-module__item .content-meta__storyType{display:flex;align-items:center;width:100%}.curation-module__item .content-meta__storyType{font-size:12px;margin-bottom:20px}.curation-module__item .content-meta__headline h3{color:#000;font-size:32px}.curation-module__item .content-meta__headline h3 a{color:inherit}.curation-module__item .content-meta__headline h6{color:#000;font-size:18px;margin-bottom:0.5rem}.curation-module__item .content-meta__headline h6 a{color:inherit}.curation-module__item .content-meta__excerpt p{font-family:"ElizabethSerif", Georgia, serif;font-size:14px;line-height:1.3;color:#222;margin-bottom:0.5rem}.curation-module__item .content-meta__byline .item-authors{display:flex}.curation-module__item .content-meta__byline .item-author a:hover{-webkit-text-decoration-color:#7D7D7D;text-decoration-color:#7D7D7D}.curation-module__item--tertiary-child{display:flex;flex-direction:row;border-top:none !important;height:auto}.curation-module__item--tertiary-child:not(:last-child){border-bottom:1px dotted #e5e5e5 !important}.curation-module__item--tertiary-child .image-container-wrapper{width:30%;margin-right:10px}.curation-module__item--tertiary-child .content-wrapper{width:70%;padding:0}.curation-module__item--tertiary-child .content-wrapper .content-meta__headline__wrapper{margin-bottom:5px}.curation-module__item--tertiary-child .content-wrapper .content-meta__headline__wrapper a{color:#000;font-weight:normal}@media only screen and (max-width: 49.94em){.curation-module__item--tertiary-child:not(:last-child){padding-bottom:10px;margin-bottom:15px}}@media only screen and (min-width: 37.37em){.curation-module__item--tertiary-child:not(:last-child){margin-bottom:20px}}@media only screen and (min-width: 851px) and (max-width: 982px){.curation-module__item--tertiary-child .content-wrapper .content-meta__headline__wrapper a{font-size:14px}}@media only screen and (min-width: 982px) and (max-width: 1023px){.curation-module__item--tertiary-child .content-wrapper .content-meta__headline__wrapper a{font-size:calc(14px + (16 - 14) * (100vw - 851px) / (1023 - 851))}}@media only screen and (min-width: 1024px) and (max-width: 1074px){.curation-module__item--tertiary-child .content-wrapper .content-meta__headline__wrapper a{font-size:calc( 16px + (18 - 16) * (100vw - 1023px) / (1074 - 1023))}}.grid [contenteditable]:focus{outline-color:#0A7BC2;outline-width:1px;outline-offset:-1px}.grid [contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.grid .curation-module__item.hero{position:relative;height:100%}@media only screen and (max-width: 49.94em){.grid .curation-module__item.hero .content-wrapper{padding:20px 55px 10px 10px}}@media only screen and (max-width: 37.31em){.grid .curation-module__item.hero .content-wrapper{padding:20px 10px}}.grid.grid--headline .image-container{position:absolute;left:0;top:0;width:100%}@media only screen and (max-width: 49.94em){.grid.grid--headline .image-container{position:relative;padding-bottom:0;height:inherit}}.grid.grid--headline .image-container:before{display:none;z-index:-1}.grid.grid--headline .image-container img{position:relative}@media only screen and (max-width: 49.94em){.grid.grid--headline{height:inherit}}.grid.grid--headline .content-wrapper{position:absolute;left:0;bottom:0}@media only screen and (max-width: 49.94em){.grid.grid--headline .content-wrapper{position:static;left:initial;bottom:initial}}.grid.grid--headline .storytype-label.storytype-label{font-weight:initial;font-size:14px;color:#fff;border:0}.grid.grid--headline .storytype-label.storytype-label:hover{color:#fff}.grid.grid--headline .storytype-label.storytype-label a{font-weight:initial;color:#fff;padding:0}.grid.grid--headline .content-meta__storyType{margin:0}.grid.grid--headline .content-meta__storyType .storytype-label-wrapper{padding:0 5px;background-color:rgba(0,0,0,0.7)}@media only screen and (max-width: 49.94em){.grid.grid--headline .content-meta__storyType{font-size:14px;text-transform:uppercase}.grid.grid--headline .content-meta__storyType .storytype-label-wrapper{margin:auto;background:none;padding:0 10px}.grid.grid--headline .content-meta__storyType .storytype-label-wrapper .storytype-label{border:1px solid #0A7BC2;color:#0A7BC2}}.grid.grid--headline .content-meta__headline{max-width:50vw}.grid.grid--headline .content-meta__headline a:hover{color:#fff}.grid.grid--headline .content-meta__headline h3{color:#fff;background-color:rgba(0,0,0,0.7);padding:0 6px;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone}@media only screen and (max-width: 49.94em){.grid.grid--headline .content-meta__headline{max-width:100vw;text-align:center;padding:20px 0 10px 0}.grid.grid--headline .content-meta__headline a:hover{color:#000}.grid.grid--headline .content-meta__headline h3{color:#000;background:none;font-size:calc(28px + (24 - 16) * (100vw - 400px) / (800 - 400))}}.grid.grid--headline .content-meta__byline .item-author{background-color:rgba(0,0,0,0.7);padding:6px}.grid.grid--headline .content-meta__byline .item-author a,.grid.grid--headline .content-meta__byline .item-author span{font-size:14px;color:#fff}@media only screen and (max-width: 49.94em){.grid.grid--headline .content-meta__byline .item-author{margin:10px auto}.grid.grid--headline .content-meta__byline .item-author a,.grid.grid--headline .content-meta__byline .item-author span{background:none;color:#7D7D7D}}.grid.grid--headline .content-meta__byline a{font-size:14px;color:#fff;border:0;padding:0;margin:0}.grid.grid--headline .grid__zone{position:absolute;left:0;top:0;width:100%;height:600px;overflow:hidden}@media only screen and (max-width: 49.94em){.grid.grid--headline .grid__zone{position:relative;height:inherit}}.grid.grid--headline .grid__zone img{width:100vw}@media only screen and (max-width: 49.94em){.grid.grid--equal .curation-module__zone:first-child{order:0;overflow:hidden;display:block}}@media only screen and (max-width: 49.94em){.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .item{height:inherit}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .curation-module__item__wrapper{display:grid;height:100%;grid-auto-rows:-webkit-min-content auto;grid-auto-rows:min-content auto}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .content-wrapper{align-items:center;display:flex;flex-flow:column;justify-content:center;padding:0;margin-top:auto;height:auto;width:100%}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .content-wrapper .storytype-label--outlined{height:27px}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .image-container-wrapper{width:100%}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .content-meta__storyType{justify-content:center;margin-top:18px;margin-bottom:0}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .content-meta__storyType span{border:1px solid transparent;font-size:15px;font-weight:normal;line-height:27px;padding:4px 9px}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .content-meta__headline{text-align:center}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .content-meta__headline h3,.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .content-meta__headline h6{display:block;font-size:28px;padding:15px 18px}.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .content-meta__byline{justify-content:center}}@media only screen and (max-width: 49.94em){.grid.grid--equal .curation-module__zone:first-child .zone__item:first-child .curation-module__item:first-child .curation-module__item__wrapper{display:flex;flex-direction:column;padding:0 0 1.125rem}}.grid.grid--equal .curation-module__zone{display:block}.grid.grid--equal .curation-module__item{height:auto;box-shadow:none;border:0}.grid.grid--equal .curation-module__item .content-meta__excerpt{display:none}@media only screen and (min-width: 50em){.grid.grid--equal .curation-module__item .content-meta__headline__wrapper{padding:0 10px 0 0}.grid.grid--equal .curation-module__item .content-meta__headline h3,.grid.grid--equal .curation-module__item .content-meta__headline h6{display:inline;width:100%;margin:0;box-decoration-break:clone;-webkit-box-decoration-break:clone;font-size:22px;line-height:1}}.grid.grid--equal .curation-module__item .content-wrapper{padding:0;left:0;width:100%;z-index:2}@media only screen and (max-width: 49.94em){.grid.grid--equal .curation-module__item .content-wrapper{position:static;padding:0 0 0 15px}}.curation-module{position:relative;display:grid;grid-gap:20px;width:100%;margin-left:auto;margin-right:auto}.curation-module .ad-container{display:none}@media only screen and (max-width: 49.94em){.curation-module.grid[style]{grid-template-columns:1fr !important;grid-gap:0}.curation-module.grid{height:auto;max-height:100% !important;border:none}.curation-module .ad-container{display:block;margin-left:0;margin-right:0;margin-top:20px;margin-bottom:0;padding-bottom:20px;border-bottom:1px solid #e5e5e5;order:4}}.curation-module .image-container{position:relative;padding-bottom:56.25%;overflow:hidden}.curation-module .image-container:before{content:"";background-color:transparent;bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:0.5s;transition:0.5s;z-index:1;pointer-events:none}.curation-module .image-container:hover:before{background-color:rgba(0,0,0,0.3)}.curation-module .image-container .animationContainer{top:10px;right:10px;left:auto;bottom:auto}.curation-module .image-container img{position:absolute;width:100%}.curation-module--hide{display:none}@media only screen and (max-width: 49.94em){.curation-module__zone.box,.curation-module__zone.tall{display:block}}.curation-module__item{position:relative;border-bottom:none;box-shadow:0px 1px 1px #7D7D7D;border-top:1px solid #e5e5e5;height:100%}@media only screen and (max-width: 49.94em){.curation-module__item{height:auto;max-height:100%;box-shadow:none;border:none}}.curation-module__item .content-meta__storytype{font-family:"ProximaNovaCond", sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase}.curation-module__item .content-meta__headline,.curation-module__item .content-meta__headline [contenteditable]{cursor:text}@media only screen and (max-width: 49.94em){.curation-module__item .content-meta__headline h3,.curation-module__item .content-meta__headline h6{background-color:transparent;color:#000;font-weight:600;padding:0;margin:0}}.curation-module__item .content-meta__excerpt [contenteditable]{cursor:text}@media only screen and (max-width: 49.94em){.curation-module__item .content-meta__byline{display:flex !important}}.curation-module__item.hero .content-wrapper{padding:0 55px 60px}.curation-module__item.hero .content-wrapper .content-meta__storyType{margin:0 0 1px 0}.curation-module__item.hero .content-wrapper .content-meta__storyType .storytype-label{padding:1px 2px 0 2px}.curation-module__item.hero .content-wrapper .content-meta__byline{margin-top:1px}@media only screen and (max-width: 49.94em){.curation-module__item.hero .content-wrapper .content-meta__byline .item-author{background:none;padding:0}}.curation-module__item.hero .content-wrapper .content-meta__headline.short-headline h3,.curation-module__item.hero .content-wrapper .content-meta__headline.short-headline h6{font-size:50px}@media only screen and (max-width: 49.94em){.curation-module__item.hero .image-container:before{display:none !important}}.curation-module__item.big .item{height:inherit}@media only screen and (max-width: 49.94em){.curation-module__item.big:first-child{border-bottom:1px solid #e5e5e5}}.curation-module__item.big .curation-module__item__wrapper{display:flex;flex-direction:column;height:100%}@media only screen and (max-width: 49.94em){.curation-module__item.big .curation-module__item__wrapper{display:block}}.curation-module__item.big .content-wrapper{align-items:center;display:flex;flex-flow:column;justify-content:center;padding:20px 36px;height:100%}@media only screen and (max-width: 49.94em){.curation-module__item.big .content-wrapper{height:auto;margin-top:auto;padding:28px 18px 20px}.curation-module__item.big .content-wrapper .content-meta__headline:first-child .content-meta__headline__wrapper h3{padding-top:0}}.curation-module__item.big .content-meta__storyType{justify-content:center}@media only screen and (max-width: 49.94em){.curation-module__item.big .content-meta__storyType{margin-bottom:0}}.curation-module__item.big .content-meta__headline{text-align:center}.curation-module__item.big .content-meta__headline.short-headline h3,.curation-module__item.big .content-meta__headline.short-headline h6{font-size:45px}.curation-module__item.big .content-meta__headline.medium-headline h3,.curation-module__item.big .content-meta__headline.medium-headline h6{font-size:32px}@media only screen and (max-width: 49.94em){.curation-module__item.big .content-meta__headline.medium-headline h3,.curation-module__item.big .content-meta__headline.medium-headline h6{font-size:30px}}.curation-module__item.big .content-meta__headline.long-headline h3,.curation-module__item.big .content-meta__headline.long-headline h6{font-size:28px}@media only screen and (max-width: 49.94em){.curation-module__item.big .content-meta__headline.long-headline h3,.curation-module__item.big .content-meta__headline.long-headline h6{font-size:24px}}@media only screen and (max-width: 49.94em){.curation-module__item.big .content-meta__headline h3,.curation-module__item.big .content-meta__headline h6{display:block;font-size:28px;padding:20px 0 0 0}.curation-module__item.big .content-meta__headline+.content-meta__byline{padding-top:10px}}.curation-module__item.big .content-meta__byline{justify-content:center}@media only screen and (max-width: 49.94em){.curation-module__item.box .curation-module__item__wrapper{display:flex;padding:15px 1.125rem;border-bottom:1px solid #e5e5e5}.curation-module__item.box .curation-module__item__wrapper .image-container-wrapper{width:40%}.curation-module__item.box .curation-module__item__wrapper .content-wrapper{width:60%}.curation-module__item.box .content-meta__headline h3,.curation-module__item.box .content-meta__headline h6{font-size:18px}.curation-module__item.box .content-meta__excerpt{display:none}.curation-module__item.box .content-wrapper,.curation-module__item.box .image-container-wrapper{padding:0}.curation-module__item.box .content-wrapper{padding-left:15px;position:static}}@media only screen and (max-width: 49.94em){.curation-module__item.tall .content-wrapper{width:60%}}@media only screen and (max-width: 63.69em){.curation-module__item.tall .content-wrapper .content-meta__excerpt{max-height:240px;overflow:hidden}}.curation-module__item.tall .content-wrapper .content-meta__excerpt p{line-height:1.9}@media only screen and (max-width: 49.94em){.curation-module__item.tall .curation-module__item__wrapper{display:flex;padding:15px;border-bottom:1px solid #e5e5e5}.curation-module__item.tall .curation-module__item__wrapper .image-container-wrapper{width:40%}.curation-module__item.tall .curation-module__item__wrapper .content-wrapper{width:60%}.curation-module__item.tall .content-meta__headline h3,.curation-module__item.tall .content-meta__headline h6{font-size:18px}.curation-module__item.tall .content-meta__excerpt{display:none}.curation-module__item.tall .content-wrapper,.curation-module__item.tall .image-container-wrapper{padding:0}.curation-module__item.tall .content-wrapper{padding-left:15px;position:static}}.curation-module__item .image-container{position:relative;padding-bottom:56.25%;overflow:hidden}.curation-module__item .image-container img,.curation-module__item .image-container video{position:absolute;top:0;left:0;width:100%}.curation-module .layout--Equal3 .content-meta__excerpt,.curation-module .layout--Equal4 .content-meta__excerpt,.curation-module .layout--Equal6 .content-meta__excerpt{display:none}.curation-module .grid .grid__zone .item .image-container{position:relative;padding-bottom:56.25%;overflow:hidden}.curation-module .grid .grid__zone .item .image-container img{position:absolute;top:0;left:0;width:100%}.curation-module .grid .grid__zone .item .content-wrapper{padding:15px}@media only screen and (max-width: 49.94em){.curation-module__item.box .content-wrapper{padding-left:10px;width:70%}.curation-module__item.box .image-container-wrapper{width:30%}}@media only screen and (max-width: 49.94em){.curation-module__item.tall .content-wrapper{padding-left:10px;width:70%}.curation-module__item.tall .image-container-wrapper{width:30%}}@media only screen and (min-width: 50em){.blog-group-theonion .layout.layout:not(.layout--Headline1){padding:18px}}.blog-group-theonion .layout.layout--Modular3,.blog-group-theonion .layout.layout--Modular4{max-height:100%}.blog-group-theonion .layout.layout--Modular3 .grid.grid--modular,.blog-group-theonion .layout.layout--Modular4 .grid.grid--modular{max-height:inherit}.blog-group-theonion .grid.grid--headline .content-wrapper{padding:55px 55px 36px}.blog-group-theonion .grid.grid--headline .content-meta__headline h3{color:#000;font-size:30px;background-color:rgba(255,255,255,0.9);padding:5px 6px 7px;line-height:1.8}.blog-group-theonion .grid.grid--headline .content-meta__headline h3 a{color:#000}.blog-group-theonion .grid.grid--headline .content-meta__storyType .storytype-label-wrapper{background-color:transparent;padding:0}.blog-group-theonion .grid.grid--headline .content-meta__storyType .storytype-label{background-color:rgba(255,255,255,0.9);color:#000;font-weight:600;padding:3px 6px 0;height:auto}.blog-group-theonion .grid.grid--equal .grid__zone{padding-bottom:0}.blog-group-theonion .curation-module__item{box-shadow:none}.blog-group-theonion .curation-module__item .content-meta__byline a,.blog-group-theonion .curation-module__item .content-meta__byline span,.blog-group-theonion .curation-module__item .content-meta__headline h3,.blog-group-theonion .curation-module__item .content-meta__headline h5,.blog-group-theonion .curation-module__item .content-meta__headline h6{font-family:"ElizabethSerif", Georgia, serif}.blog-group-theonion .curation-module__item .content-meta__headline h5 a{font-weight:bold}.blog-group-theonion .curation-module__item.big .content-meta__headline{padding:0}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item.big .content-meta__headline{margin:auto}}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item.big .content-meta__headline h3,.blog-group-theonion .curation-module__item.big .content-meta__headline h6{font-size:22px;padding:30px 18px}}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item.big .content-wrapper{padding:28px 0 0}}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item.box .content-meta__headline h3,.blog-group-theonion .curation-module__item.tall .content-meta__headline h3{font-size:20px;padding:20px 18px 0;margin:0}}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item.box .content-meta__headline h5,.blog-group-theonion .curation-module__item.box .content-meta__headline h6,.blog-group-theonion .curation-module__item.tall .content-meta__headline h5,.blog-group-theonion .curation-module__item.tall .content-meta__headline h6{font-size:16px;margin:0;padding:0}}.blog-group-theonion .curation-module__item.box .content-meta__excerpt,.blog-group-theonion .curation-module__item.tall .content-meta__excerpt{max-height:100%}.blog-group-theonion .curation-module__item .content-meta__headline{text-align:left}.blog-group-theonion .curation-module__item .content-meta__headline h5,.blog-group-theonion .curation-module__item .content-meta__headline h6{font-size:16px}.blog-group-theonion .curation-module__item .content-meta__headline h3,.blog-group-theonion .curation-module__item .content-meta__headline h6{padding:20px 0 0 0}.blog-group-theonion .curation-module__item .content-meta__headline h3{font-size:24px}.blog-group-theonion .curation-module__item .content-meta__excerpt p{font-size:15px;line-height:1.8}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item .content-meta__excerpt{display:none !important}}.blog-group-theonion .curation-module__item .content-meta__byline{font-size:15px;justify-content:flex-start}.blog-group-theonion .curation-module__item .content-meta__byline .item-author,.blog-group-theonion .curation-module__item .content-meta__byline .item-authors{display:none !important}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item .content-meta__byline{display:none !important}}.blog-group-theonion .curation-module__item .content-wrapper{align-items:flex-start;padding:0}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item .content-wrapper{padding-left:10px}}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item--tertiary-child{padding-bottom:15px}.blog-group-theonion .curation-module__item--tertiary-child:last-child{padding-bottom:0}.blog-group-theonion .curation-module__item--tertiary-child .image-container-wrapper{margin-right:0}.blog-group-theonion .curation-module__item--tertiary-child .content-wrapper{padding-left:10px}.blog-group-theonion .curation-module__item--tertiary-child .content-meta__headline h5{margin-bottom:0;padding:0}}.blog-group-theonion .curation-module__item:not(.box)+.curation-module__item,.blog-group-theonion .zone__item+.zone__item{border-top:1px solid #e5e5e5}@media only screen and (max-width: 49.94em){.blog-group-theonion .curation-module__item:not(.box)+.curation-module__item,.blog-group-theonion .zone__item+.zone__item{border-top:none}}.blog-group-theonion .grid__zone{border-left:1px solid #e5e5e5;padding:0 0 0 20px}.blog-group-theonion .grid__zone .zone__item .curation-module__item.box{border-bottom:none}.blog-group-theonion .grid__zone .zone__item:first-child .curation-module__item.box{border-bottom:1px solid #e5e5e5}@media only screen and (max-width: 49.94em){.blog-group-theonion .grid__zone{padding:0}.blog-group-theonion .grid__zone.tall{padding:15px 1.125rem 0;border-bottom:1px solid #e5e5e5}}.blog-group-theonion .grid__zone:first-child{padding-left:0;border-left:0}@media only screen and (min-width: 37.37em){body:not(.theonion) .curation-module__item:not(:last-child),body:not(.theonion) .zone__item+.zone__item:not(:last-child){padding-bottom:20px;border-bottom:1px solid #e5e5e5}}body:not(.theonion) .grid.grid--equal .grid__zone{padding-bottom:0;padding-left:0;border:0}@media only screen and (min-width: 50em){body:not(.theonion) .grid.grid--equal .grid__zone{display:grid}}body:not(.theonion) .curation-module__item{box-shadow:none}body:not(.theonion) .curation-module__item:first-child{border-top:none}@media only screen and (max-width: 49.94em){body:not(.theonion) .curation-module__item{padding-top:0;border-top:none}}body:not(.theonion) .curation-module__item--tertiary-child .content-wrapper .content-meta__headline__wrapper h5{font-size:18px;margin-bottom:0}body:not(.theonion) .curation-module__item--tertiary-child .content-wrapper .content-meta__headline__wrapper a{font-weight:normal;font-size:18px}body:not(.theonion) .layout--Equal3 .grid__zone,body:not(.theonion) .layout--Equal4 .grid__zone,body:not(.theonion) .layout--Equal6 .grid__zone{padding:0}body:not(.theonion) .layout--Equal3 .grid__zone.box .zone__item:not(:last-child),body:not(.theonion) .layout--Equal4 .grid__zone.box .zone__item:not(:last-child),body:not(.theonion) .layout--Equal6 .grid__zone.box .zone__item:not(:last-child){border-bottom:none}body:not(.theonion) .layout--Equal3 .curation-module__item+.curation-module__item,body:not(.theonion) .layout--Equal3 .zone__item+.zone__item,body:not(.theonion) .layout--Equal4 .curation-module__item+.curation-module__item,body:not(.theonion) .layout--Equal4 .zone__item+.zone__item,body:not(.theonion) .layout--Equal6 .curation-module__item+.curation-module__item,body:not(.theonion) .layout--Equal6 .zone__item+.zone__item{border-top:none;padding-top:0}body:not(.theonion) .grid__zone:not(.curation-module__zone__item-width-children){border-left:1px solid #e5e5e5;padding:0 0 0px 20px}@media only screen and (max-width: 49.94em){body:not(.theonion) .grid__zone:not(.curation-module__zone__item-width-children){border-left:none;padding:0}}body:not(.theonion) .grid__zone:first-child{border-left:0;padding-left:0}body:not(.theonion) .grid__zone.box{grid-gap:20px}body:not(.theonion) .grid__zone.box .zone__item{padding-top:0}body:not(.theonion) .grid__zone.box .zone__item:not(:last-child){border-bottom:1px solid #e5e5e5}.layout--Equal3 .curation-module__item .content-wrapper,.layout--Equal4 .curation-module__item .content-wrapper,.layout--Equal6 .curation-module__item .content-wrapper{bottom:0;position:relative}.layout--Equal3 .curation-module__item .content-meta__headline__wrapper,.layout--Equal4 .curation-module__item .content-meta__headline__wrapper,.layout--Equal6 .curation-module__item .content-meta__headline__wrapper{padding:0}.layout--Equal3 .image-container-wrapper,.layout--Equal4 .image-container-wrapper,.layout--Equal6 .image-container-wrapper{margin-bottom:10px}.layout--Equal3 .content-wrapper h6 a,.layout--Equal4 .content-wrapper h6 a,.layout--Equal6 .content-wrapper h6 a{color:#000}.layout--Equal3 .content-wrapper .content-meta__headline h6,.layout--Equal4 .content-wrapper .content-meta__headline h6,.layout--Equal6 .content-wrapper .content-meta__headline h6{background-color:transparent;color:#000;padding:0;font-weight:bold}.layout--Equal3 .content-wrapper .storytype-label,.layout--Equal4 .content-wrapper .storytype-label,.layout--Equal6 .content-wrapper .storytype-label{border:none;padding:0}.layout--Equal3 .content-wrapper .storytype-label--outlined,.layout--Equal4 .content-wrapper .storytype-label--outlined,.layout--Equal6 .content-wrapper .storytype-label--outlined{height:18px;line-height:18px;font-weight:600}.layout--Equal3 .content-wrapper .content-meta__byline,.layout--Equal4 .content-wrapper .content-meta__byline,.layout--Equal6 .content-wrapper .content-meta__byline{display:block;line-height:1.6}.layout--Equal3 .content-meta__storyType,.layout--Equal4 .content-meta__storyType,.layout--Equal6 .content-meta__storyType{margin-bottom:5px;border:none;line-height:18px}.layout.layout--Equal6{max-width:980px}label{display:block}input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;border-radius:0;background-color:transparent;border:0;box-shadow:none;display:block;font-size:0.875rem;font-family:"ProximaNovaCond", sans-serif;margin:0;padding:0;height:auto;width:auto;-webkit-transition:none;transition:none}input[type=date]:active,input[type=date]:disabled,input[type=date]:focus,input[type=date]:hover,input[type=datetime-local]:active,input[type=datetime-local]:disabled,input[type=datetime-local]:focus,input[type=datetime-local]:hover,input[type=datetime]:active,input[type=datetime]:disabled,input[type=datetime]:focus,input[type=datetime]:hover,input[type=email]:active,input[type=email]:disabled,input[type=email]:focus,input[type=email]:hover,input[type=month]:active,input[type=month]:disabled,input[type=month]:focus,input[type=month]:hover,input[type=number]:active,input[type=number]:disabled,input[type=number]:focus,input[type=number]:hover,input[type=password]:active,input[type=password]:disabled,input[type=password]:focus,input[type=password]:hover,input[type=search]:active,input[type=search]:disabled,input[type=search]:focus,input[type=search]:hover,input[type=tel]:active,input[type=tel]:disabled,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:active,input[type=text]:disabled,input[type=text]:focus,input[type=text]:hover,input[type=time]:active,input[type=time]:disabled,input[type=time]:focus,input[type=time]:hover,input[type=url]:active,input[type=url]:disabled,input[type=url]:focus,input[type=url]:hover,input[type=week]:active,input[type=week]:disabled,input[type=week]:focus,input[type=week]:hover,textarea:active,textarea:disabled,textarea:focus,textarea:hover{background-color:transparent;outline:none}input[type=checkbox]+label,input[type=radio]+label{display:inline-block;margin-left:0;margin-right:0;margin-bottom:0}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;font-weight:normal;line-height:normal;margin:0;position:relative;text-decoration:none;text-align:center;border-radius:0;display:inline-block;padding:0;font-size:1rem;font-family:"ProximaNovaCond", sans-serif;background-color:transparent;color:#000;-webkit-transition:none;transition:none}button:active,button:focus,button:hover{color:#000;outline:none}label{cursor:default}.flex-video{display:block}
+ ]]>
+ </style>
+ </head>
+ <body class="kotaku blog-group-kotaku blog-recirc-group-fmgNonSatire permalink en-US f_ad_script_in_head_on f_ad_timeout_amazon_on f_ad_timeout_failsafe_on f_ad_timeout_prebid_on f_adx_permalink_text_on f_amazon_aps_tag_on f_amazon_right_rail_on f_amazon_wait_for_bids_on f_amp_skimlinks_on f_analyticstracking_on f_avclub_legacy_login_on f_bucketcookies_on f_chartbeat_powered_sidebar_on f_chartbeat_video_on f_comment_nofollow_on f_comments_taboola_ad_on f_commerce_button_inset_on f_commerce_permalink_module_on f_concurrent_editing_on f_curation_on_storytype_on f_curation_toggle_on f_custom_header_on f_custom_kinja_standalone_on f_devcon_script_on f_dfp_lineitem_opts_on f_disable_fbia_rss_on f_disable_skimlinks_on f_disable_teads_on f_disallow_api_on f_editor_save_screen_update_on f_enable_bouncex_on f_enable_html_sitemap_on f_experimental_scores_on f_featured_video_toolbar_on f_filter_old_articles_on f_frontendtiming_on f_frontpage_recentvideo_on f_fun_errorpages_on f_global_video_page_on f_header_anchor_tags_on f_hide_ellipsis_on f_images_intersect_on f_infinite_promotion_on f_infinite_scroll_on f_kinja3_cards_phase2_on f_kinja3_cards_phase2_avatars_on f_kinja3_cards_phase3_on f_kinja_video_page_on f_large_commerce_rail_on f_legacy_embiggen_on f_load_dfp_statically_on f_magma_amp_inarticle_videos_on f_magma_permalink_video_truncation_on f_magma_render_profiles_on f_magma_second_scroll_on f_magma_splashy_ad_logic_change_on f_medianet_headerbidding_on f_medianet_headerbidding_amp_on f_meta_first_on f_mobile_commerce_inset_on f_mobilead_two_nodes_on f_more_from_chartbeat_on f_native_recirc_magma_rendered_on f_native_sidebar_magma_rendered_on f_native_stream_magma_rendered_phase_2_on f_native_stream_magma_rendered_phase_3_with_excerpts_on f_new_permalink_a_on f_new_permalink_b_on f_new_static_stream_header_on f_new_story_page_boilerplates_on f_newmodalstyles_on f_newrelicrum_on f_permalink_paragraph_ads_on f_permalink_subscription_on f_piano_prod_on f_post_versioning_on f_prebid_on f_prebid_video_on f_pure_save_button_on f_recent_video_instream_on f_recirc_sidebar_on f_restore_images_on f_reviewbox_alignment_full_bleed_on f_samba_for_simplereach_on f_scroll_vendor_on f_share_tools_on f_share_tools_footer_on f_shortpost_nofollow_on f_sidebar_ad_whitespace_on f_simple_image_lazyload_on f_simplereach_ad_tag_on f_simplereach_expanded_on f_slideshow_on f_smartcrop_on f_sourcepoint_ccpa_on f_story_type_stream_below_6_on f_storytype_boilerplate_on f_subscription_module_amp_on f_subscription_module_applenews_on f_theonion_podcast_player_on f_tradedesk_pixel_on f_video_upload_captions_on blog-group-kotaku">
+ <div id="splashy-ad-container-top" class="splashy-ad-container no-overflow" style="display:none">
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-SPLASHY_TOP ad-splashy-top" data-ad-unit="SPLASHY_TOP" data-targeting="{&quot;pos&quot;:&quot;splashytop&quot;}"></div>
+ </div>
+ <div id="trackers"></div>
+ <div>
+ <div class="js_mobile-nav"></div>
+ <div class="js_topbar sc-17y8tyw-0 zVObM">
+ <div class="vuc0jk-0 hVJsES">
+ <ul class="vuc0jk-1 hyLaMq">
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;avclub.com&quot;,{&quot;metric20&quot;:1}]]" href="//avclub.com">The A.V. Club</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;deadspin.com&quot;,{&quot;metric20&quot;:1}]]" href="//deadspin.com">Deadspin</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;gizmodo.com&quot;,{&quot;metric20&quot;:1}]]" href="//gizmodo.com">Gizmodo</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;jalopnik.com&quot;,{&quot;metric20&quot;:1}]]" href="//jalopnik.com">Jalopnik</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;jezebel.com&quot;,{&quot;metric20&quot;:1}]]" href="//jezebel.com">Jezebel</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;kotaku.com&quot;,{&quot;metric20&quot;:1}]]" href="//kotaku.com">Kotaku</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;lifehacker.com&quot;,{&quot;metric20&quot;:1}]]" href="//lifehacker.com">Lifehacker</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;theroot.com&quot;,{&quot;metric20&quot;:1}]]" href="//theroot.com">The Root</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;thetakeout.com&quot;,{&quot;metric20&quot;:1}]]" href="//thetakeout.com">The Takeout</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;theonion.com&quot;,{&quot;metric20&quot;:1}]]" href="//theonion.com">The Onion</a>
+ </li>
+ <li class="vuc0jk-2 cxfwkg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Network navigation&quot;,&quot;Network Blog Click&quot;,&quot;theinventory.com&quot;,{&quot;metric20&quot;:1}]]" href="//theinventory.com">The Inventory</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="js_header">
+ <div class="js_header-container sc-1f6xobn-9 cLvRyM">
+ <div class="js_global-nav sc-1f6xobn-8 hElAzM">
+ <div class="sc-1f6xobn-7 eQCLWh">
+ <div class="sc-1f6xobn-0 fBOpXK">
+ <div class="sc-1f6xobn-13 hoiFaE">
+ <span class="overhang-wrapper sc-101yw2y-5 ebBaTT"><a href="//kotaku.com" title="Kotaku" class="sc-8vrmk6-0 fPlCjx">
+ <div class="sc-2d8w30-0 jRvBRt">
+ <div class="kotaku sc-2d8w30-1 iHLoZR">
+ <span class="overhang-wrapper sc-101yw2y-5 ebBaTT"><svg xmlns="http://www.w3.org/2000/svg" width="212" height="39" aria-label="Kotaku logo" viewbox="0 0 212 39">
+ <path fill="#FBC000" fill-rule="evenodd" d="M191.72 5.28l1.2 17.98-8.58.16-1-18.37-6.51-.17.94 21.03c.13 3 2.28 5.38 4.77 5.29l12.99-.49c2.3-.09 3.97-2.48 3.75-5.33l-1.5-19.93-6.06-.17zm13.1 1.62c-.2-2.61-1.88-4.8-3.78-4.88l-1.74-.07.64 9.67 5.22.08-.34-4.8zm6.8 0c-.23-2.61-1.9-4.8-3.77-4.87l-1.71-.08.72 9.67 5.14.08-.39-4.8zm-60.2-3l.2 28.27 2.58-.1c2.85-.1 5.1-2.76 5.04-5.92L158.9 4.1l-7.46-.2zm7.83 10.72l8.01.04c2.62.01 3.8 1.18 4.79 3.02l9.66 20.68c-1.07 1.4-7.06.8-9.53-4.74l-5.12-11.27-.45.01-.4.01c-2.76.04-7.05-2.58-6.96-7.74zM143.39 4.23l-12.1-.33c-5.75-.15-7.27 4.83-6.34 8.06l15.81.14-.1 12.1-10.89.2.05-2.14 3.2-.04c5.72-.08 7.1-4.77 6.17-7.94h-.04l.02-.01-11.92-.05c-3.09-.01-5.72 2.61-5.84 5.9l-.04 1.05-.22 6.04c-.13 3.39 2.39 6.06 5.57 5.94l16.55-.63c2.91-.1 5.24-2.8 5.23-5.97l-.05-16.77c-.02-3-2.26-5.47-5.06-5.55zm-39.82 24.5a5.95 5.95 0 0 0 6.33 6.37l3.32-.12 1.08-21.27-9.75-.06-.98 15.08zm13.46-17.03c6.17.05 7.73-5 6.8-8.21l-20.86-.56c-6.64-.18-7.88 5.14-6.96 8.58l21.02.19zM88.76 2.5l-19.43-.54c-7.58-.21-10.1 5.6-9.22 9.38l24.53.23-1.25 14-14.16.27 1.45-12.99-10.9-.07-2.09 16.38c-.5 3.95 2.53 7.07 6.71 6.9l21.57-.8a7.76 7.76 0 0 0 7.31-6.98L94.75 8.9a5.98 5.98 0 0 0-5.99-6.4zm-69.34-.55L12.7 38.02l4.22-.16c4.65-.18 8.92-3.63 9.6-7.67l4.74-27.9-11.84-.34zm11.06 12.68l13.02.05c4.23.02 5.87 1.5 7.02 3.81l8.1 19.65c-2.05 1.8-11.6 1.18-14.3-5.88l-2.96-7.84h-.73l-.63.01c-4.52.06-10.9-3.25-9.52-9.8zM15.7 12.67l1.9-10.51-6.57-.2C1.9 1.7-.63 8.26.12 12.53l15.58.16zm22.73 1.96l16.8-3.68c3.16-1.93 4.51-8.9 2.3-10.95l-16.3 3.95c-2.77 1.5-5.95 5.86-2.8 10.68zm124.62 0l8.93-4.84c3.1-2.63 3.97-6.97 1.32-9.79l-9.64 6.05c-3.44 2.32-2.92 5.76-.61 8.58z"></path></svg></span>
+ </div>
+ </div></a></span>
+ <div class="sc-1f6xobn-14 miWDp">
+ <span class="overhang-wrapper sc-101yw2y-5 ebBaTT">Gaming Reviews, News, Tips and More.</span>
+ </div>
+ </div>
+ <div class="sc-1f6xobn-15 Lwydz">
+ <span class="overhang-wrapper sc-101yw2y-5 ebBaTT"><a href="/search" class="sc-1f6xobn-1 sc-1f6xobn-4 YrjCq"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" aria-label="Search24 icon" viewbox="0 0 24 24">
+ <path fill-rule="evenodd" d="M15.31 1a7.69 7.69 0 1 1-5.06 13.48l-8.37 8.37a.51.51 0 1 1-.73-.72l8.37-8.38A7.69 7.69 0 0 1 15.31 1zm0 1.03a6.66 6.66 0 1 0 0 13.32 6.66 6.66 0 0 0 0-13.32z"></path></svg></span></a><a href="https://store.kotaku.com" target="_blank" data-ga="[[&quot;Sub navigation&quot;, &quot;Shop button click&quot;]]" class="sc-1f6xobn-1 js_header-shop sc-1f6xobn-3 cKiLPQ"><span class="iyvn34-1 jBPzMI"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Cart icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M2.5 2c.16 0 .3.07.4.2l.05.08L3.8 4h13.7a.5.5 0 0 1 .5.58l-.03.08-2 6a.5.5 0 0 1-.38.33l-.09.01H4.82l.12 1h8.56a.5.5 0 0 1 .17.03 2 2 0 1 1-1.4.97H8.73a2 2 0 1 1-3.46 0H4.5a.5.5 0 0 1-.48-.36L4 12.56l-.99-7.91L2.2 3H.5a.5.5 0 0 1-.5-.41V2.5A.5.5 0 0 1 .41 2H2.5zM14 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-7 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2.3-3h10.44l1.66-5H4.07l.62 5z"></path></svg></span></span>Shop</a><a href="/newsletter" target="_blank" data-ga="[[&quot;Sub navigation&quot;, &quot;Subscribe button click&quot;]]" class="sc-1f6xobn-1 js_header-newsletter sc-1f6xobn-3 cKiLPQ"><span class="iyvn34-1 jBPzMI"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Mail icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M14.5 3A2.5 2.5 0 0 1 17 5.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 1 12.5v-7A2.5 2.5 0 0 1 3.5 3h11zM2 5.5v7c0 .83.67 1.5 1.5 1.5h11c.83 0 1.5-.67 1.5-1.5v-7l-.03-.3-6.34 5.67a.5.5 0 0 1-.38.13.5.5 0 0 1-.38-.13l-6.7-6-.02-.02c-.1.2-.15.41-.15.64zM14.5 4h-11c-.24 0-.45.05-.65.14l6.4 5.73 6.19-5.54c-.26-.2-.58-.33-.93-.33z"></path></svg></span></span>Subscribe</a></span>
+ <div class="js_user-button">
+ <div class="sc-1il3uru-2 iUbnXK">
+ <a class="js_header-userbutton"><span class="sc-1il3uru-3 gBMIDl"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="UserFilled icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M11.28 10.23c.02.02.05.03.08-.06l.21-.33.06-.09c.44-.69.64-1.06.96-1.87.66-1.7.4-3.9-.57-5.3A3.32 3.32 0 0 0 9 1c-1.47 0-2.25.45-3.03 1.57a6.04 6.04 0 0 0-.56 5.3 10.24 10.24 0 0 0 1.27 2.35c0 .03-.03.04-.16.1l-1.94.79-.06.02c-1.3.54-1.88.78-2.01.88a3 3 0 0 0-1.23 1.97A52.5 52.5 0 0 0 1 16.46c-.03.3.2.54.49.54l15-.01a.5.5 0 0 0 .5-.54 50.52 50.52 0 0 0-.27-2.43l-.09-.39a3 3 0 0 0-1.15-1.62c-.13-.1-.21-.13-2.06-.88h-.02a30.86 30.86 0 0 1-2.16-.95l.03.05z"></path></svg></span></span></a>
+ </div>
+ </div><a class="sc-1f6xobn-1 js_mobile-header-link sc-1f6xobn-2 djRjMr"><span class="icon-close iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" aria-label="Close24 icon" viewbox="0 0 24 24">
+ <path fill-rule="evenodd" d="M21.73 2.15c.2.2.2.51 0 .7l-9.08 9.09 9.2 9.2c.18.18.2.45.06.64l-.06.07a.5.5 0 0 1-.7 0l-9.21-9.2-9.08 9.08a.5.5 0 0 1-.71-.71l9.08-9.08-8.96-8.96a.5.5 0 0 1-.06-.64l.06-.07c.2-.2.52-.2.71 0l8.96 8.96 9.08-9.08c.2-.2.51-.2.7 0z"></path></svg></span><span class="icon-hamburger iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" aria-label="Hamburger24 icon" viewbox="0 0 24 24">
+ <path fill-rule="evenodd" d="M21.5 21a.5.5 0 0 1 .09 1H2.5a.5.5 0 0 1-.09-1H21.5zm0-9a.5.5 0 0 1 .09 1H2.5a.5.5 0 0 1-.09-1H21.5zm0-9a.5.5 0 0 1 .09 1H2.5a.5.5 0 0 1-.09-1H21.5z"></path></svg></span></a>
+ </div>
+ </div>
+ <nav class="dfwuc8-1 falNPB">
+ <a data-key="latest" href="//kotaku.com/" class="dfwuc8-0 fVpzWD"><span>Latest</span></a><a data-tagcanonical="video" data-index="1" href="/c/video" class="dfwuc8-0 fVpzWD"><span>Video</span></a><a data-blogid="1633980057" data-index="2" href="https://thebests.kotaku.com" class="dfwuc8-0 fVpzWD"><span>The Bests</span></a><a data-index="3" href="https://kotaku.com/c/podcast" class="dfwuc8-0 fVpzWD"><span>Splitscreen</span></a><a data-tagcanonical="highlight-reel" data-index="4" href="/c/highlight-reel" class="dfwuc8-0 fVpzWD"><span>Highlight Reel</span></a><a data-blogid="1538697436" data-index="5" href="https://cosplay.kotaku.com" class="dfwuc8-0 fVpzWD"><span>Cosplay</span></a><a data-tagcanonical="review" data-index="6" href="/c/review" class="dfwuc8-0 fVpzWD"><span>Review</span></a><a data-index="7" href="https://store.kotaku.com/" class="dfwuc8-0 fVpzWD"><span>Shop</span></a>
+ </nav>
+ <div class="wz9htl-0 bHuckL">
+ Gaming Reviews, News, Tips and More.
+ </div>
+ </div>
+ <div class="header-bar"></div>
+ </div>
+ <div class="js_header-disable-overlay sc-1f6xobn-16 lmomFr"></div>
+ <div class="js_hamburger-menu-container"></div>
+ <div class="js_scrollback-nav sc-1f6xobn-17 kqthke">
+ <div class="sc-1f6xobn-8 hWQHjO">
+ <div class="sc-1f6xobn-0 ggPaHg">
+ <div class="sc-1f6xobn-13 ldbUeF">
+ <a href="//kotaku.com" title="Kotaku" class="sc-8vrmk6-0 fPlCjx">
+ <div class="sc-2d8w30-0 jRvBRt">
+ <div class="kotaku sc-2d8w30-1 iHLoZR">
+ <svg xmlns="http://www.w3.org/2000/svg" width="212" height="39" aria-label="Kotaku logo" viewbox="0 0 212 39">
+ <path fill="#FBC000" fill-rule="evenodd" d="M191.72 5.28l1.2 17.98-8.58.16-1-18.37-6.51-.17.94 21.03c.13 3 2.28 5.38 4.77 5.29l12.99-.49c2.3-.09 3.97-2.48 3.75-5.33l-1.5-19.93-6.06-.17zm13.1 1.62c-.2-2.61-1.88-4.8-3.78-4.88l-1.74-.07.64 9.67 5.22.08-.34-4.8zm6.8 0c-.23-2.61-1.9-4.8-3.77-4.87l-1.71-.08.72 9.67 5.14.08-.39-4.8zm-60.2-3l.2 28.27 2.58-.1c2.85-.1 5.1-2.76 5.04-5.92L158.9 4.1l-7.46-.2zm7.83 10.72l8.01.04c2.62.01 3.8 1.18 4.79 3.02l9.66 20.68c-1.07 1.4-7.06.8-9.53-4.74l-5.12-11.27-.45.01-.4.01c-2.76.04-7.05-2.58-6.96-7.74zM143.39 4.23l-12.1-.33c-5.75-.15-7.27 4.83-6.34 8.06l15.81.14-.1 12.1-10.89.2.05-2.14 3.2-.04c5.72-.08 7.1-4.77 6.17-7.94h-.04l.02-.01-11.92-.05c-3.09-.01-5.72 2.61-5.84 5.9l-.04 1.05-.22 6.04c-.13 3.39 2.39 6.06 5.57 5.94l16.55-.63c2.91-.1 5.24-2.8 5.23-5.97l-.05-16.77c-.02-3-2.26-5.47-5.06-5.55zm-39.82 24.5a5.95 5.95 0 0 0 6.33 6.37l3.32-.12 1.08-21.27-9.75-.06-.98 15.08zm13.46-17.03c6.17.05 7.73-5 6.8-8.21l-20.86-.56c-6.64-.18-7.88 5.14-6.96 8.58l21.02.19zM88.76 2.5l-19.43-.54c-7.58-.21-10.1 5.6-9.22 9.38l24.53.23-1.25 14-14.16.27 1.45-12.99-10.9-.07-2.09 16.38c-.5 3.95 2.53 7.07 6.71 6.9l21.57-.8a7.76 7.76 0 0 0 7.31-6.98L94.75 8.9a5.98 5.98 0 0 0-5.99-6.4zm-69.34-.55L12.7 38.02l4.22-.16c4.65-.18 8.92-3.63 9.6-7.67l4.74-27.9-11.84-.34zm11.06 12.68l13.02.05c4.23.02 5.87 1.5 7.02 3.81l8.1 19.65c-2.05 1.8-11.6 1.18-14.3-5.88l-2.96-7.84h-.73l-.63.01c-4.52.06-10.9-3.25-9.52-9.8zM15.7 12.67l1.9-10.51-6.57-.2C1.9 1.7-.63 8.26.12 12.53l15.58.16zm22.73 1.96l16.8-3.68c3.16-1.93 4.51-8.9 2.3-10.95l-16.3 3.95c-2.77 1.5-5.95 5.86-2.8 10.68zm124.62 0l8.93-4.84c3.1-2.63 3.97-6.97 1.32-9.79l-9.64 6.05c-3.44 2.32-2.92 5.76-.61 8.58z"></path></svg>
+ </div>
+ </div></a>
+ </div>
+ <nav class="dfwuc8-1 cFfYvh">
+ <div class="dfwuc8-2 jflTDT"></div><a data-key="latest" href="//kotaku.com/" class="dfwuc8-0 jDxnTz"><span>Latest</span></a><a data-tagcanonical="video" data-index="1" href="/c/video" class="dfwuc8-0 jDxnTz"><span>Video</span></a><a data-blogid="1633980057" data-index="2" href="https://thebests.kotaku.com" class="dfwuc8-0 jDxnTz"><span>The Bests</span></a><a data-index="3" href="https://kotaku.com/c/podcast" class="dfwuc8-0 jDxnTz"><span>Splitscreen</span></a><a data-tagcanonical="highlight-reel" data-index="4" href="/c/highlight-reel" class="dfwuc8-0 jDxnTz"><span>Highlight Reel</span></a><a data-blogid="1538697436" data-index="5" href="https://cosplay.kotaku.com" class="dfwuc8-0 jDxnTz"><span>Cosplay</span></a><a data-tagcanonical="review" data-index="6" href="/c/review" class="dfwuc8-0 jDxnTz"><span>Review</span></a><a data-index="7" href="https://store.kotaku.com/" class="dfwuc8-0 jDxnTz"><span>Shop</span></a>
+ </nav>
+ <div class="sc-1f6xobn-15 bNzDDF">
+ <a href="/search" class="sc-1f6xobn-1 sc-1f6xobn-4 YrjCq"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" aria-label="Search24 icon" viewbox="0 0 24 24">
+ <path fill-rule="evenodd" d="M15.31 1a7.69 7.69 0 1 1-5.06 13.48l-8.37 8.37a.51.51 0 1 1-.73-.72l8.37-8.38A7.69 7.69 0 0 1 15.31 1zm0 1.03a6.66 6.66 0 1 0 0 13.32 6.66 6.66 0 0 0 0-13.32z"></path></svg></span></a>
+ <div class="js_user-button">
+ <div class="sc-1il3uru-2 iUbnXK">
+ <a class="js_header-userbutton"><span class="sc-1il3uru-3 gBMIDl"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="UserFilled icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M11.28 10.23c.02.02.05.03.08-.06l.21-.33.06-.09c.44-.69.64-1.06.96-1.87.66-1.7.4-3.9-.57-5.3A3.32 3.32 0 0 0 9 1c-1.47 0-2.25.45-3.03 1.57a6.04 6.04 0 0 0-.56 5.3 10.24 10.24 0 0 0 1.27 2.35c0 .03-.03.04-.16.1l-1.94.79-.06.02c-1.3.54-1.88.78-2.01.88a3 3 0 0 0-1.23 1.97A52.5 52.5 0 0 0 1 16.46c-.03.3.2.54.49.54l15-.01a.5.5 0 0 0 .5-.54 50.52 50.52 0 0 0-.27-2.43l-.09-.39a3 3 0 0 0-1.15-1.62c-.13-.1-.21-.13-2.06-.88h-.02a30.86 30.86 0 0 1-2.16-.95l.03.05z"></path></svg></span></span></a>
+ </div>
+ </div><a class="sc-1f6xobn-1 js_mobile-header-link sc-1f6xobn-2 djRjMr"><span class="icon-close iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" aria-label="Close24 icon" viewbox="0 0 24 24">
+ <path fill-rule="evenodd" d="M21.73 2.15c.2.2.2.51 0 .7l-9.08 9.09 9.2 9.2c.18.18.2.45.06.64l-.06.07a.5.5 0 0 1-.7 0l-9.21-9.2-9.08 9.08a.5.5 0 0 1-.71-.71l9.08-9.08-8.96-8.96a.5.5 0 0 1-.06-.64l.06-.07c.2-.2.52-.2.71 0l8.96 8.96 9.08-9.08c.2-.2.51-.2.7 0z"></path></svg></span><span class="icon-hamburger iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" aria-label="Hamburger24 icon" viewbox="0 0 24 24">
+ <path fill-rule="evenodd" d="M21.5 21a.5.5 0 0 1 .09 1H2.5a.5.5 0 0 1-.09-1H21.5zm0-9a.5.5 0 0 1 .09 1H2.5a.5.5 0 0 1-.09-1H21.5zm0-9a.5.5 0 0 1 .09 1H2.5a.5.5 0 0 1-.09-1H21.5z"></path></svg></span></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="initWrappers sc-101yw2y-0 eSuPFB"></div>
+ <div class="js_sticky-top-ad sc-101yw2y-6 jOQyEj">
+ <div class="sc-1jotqfp-0 sc-1jotqfp-2 jZQBpt">
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-TOP_BANNER ad-top-banner" data-ad-unit="TOP_BANNER" data-targeting="{&quot;pos&quot;:&quot;top&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ </div>
+ <div class="sc-157agsr-1 ciLbRL">
+ <div class="js_privacy_policy"></div>
+ <div class="sc-1lmpmkf-1 irMuRt">
+ <header class="sc-1efpnfq-1 dLONoQ">
+ <h1 class="sc-1efpnfq-0 kwUvxw">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink page click&quot;,&quot;Permalink page click - post header&quot;,&quot;standard&quot;]]" href="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577">The Spectacular Story Of <em>Metroid</em>, One Of Gaming's Richest Universes</a>
+ </h1>
+ </header>
+ </div>
+ </div>
+ <div class="sc-157agsr-0 cjbzCR">
+ <aside class="ynugv2-2 fLwIBi">
+ <div class="sc-101yw2y-4 icfmop">
+ <div class="sc-101yw2y-7 enFBrX">
+ <div class="ynugv2-1 hebJFs">
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-LEFT_TOP ad-left-top" data-ad-unit="LEFT_TOP" data-targeting="{&quot;pos&quot;:&quot;left_top&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ </div>
+ <div id="sidebar_wrapper" class="ynugv2-3 jNiKtz">
+ <div class="js_sidebar_sticky_container sc-1ez0oyg-0 ktESSG">
+ <div class="sc-1ez0oyg-1 etpvfO">
+ <div>
+ <div class="js_sidebar-edit-video ynugv2-0 eFcvZm">
+ <div class="instream-native-video instream-permalink instream-native-video--desktop bxm4mm-0 gtgww"></div>
+ </div>
+ <div id="trending_wrapper" class="ynugv2-0 gVWJry">
+ <div id="trending-module" class="i2qujp-3 fVlnpj">
+ <header>
+ <h2>
+ <strong>You</strong> may also like
+ </h2>
+ </header>
+ <div class="trending-reel i2qujp-2 cclgoe">
+ <div class="sc-1m3f1n9-0 jIBiCM">
+ <a class="thumbnail active sc-1m3f1n9-1 dXPirX js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Trending module click&quot;,&quot;position 1&quot;,&quot;https://gizmodo.com/trump-shocked-to-learn-3m-selling-masks-overseas-after-1842658120&quot;,{&quot;metric16&quot;:1}]]" data-index="0" href="https://gizmodo.com/trump-shocked-to-learn-3m-selling-masks-overseas-after-1842658120">
+ <div class="js_lazy-image ejta2c-0 kHCVke">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Trump Shocked to Learn 3M Selling Masks Overseas After He Failed to Invoke Defense Production Act" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/ecojdjwftxntdhnbgdu0.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/ecojdjwftxntdhnbgdu0.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/ecojdjwftxntdhnbgdu0.jpg 80w" aria-label="Trump Shocked to Learn 3M Selling Masks Overseas After He Failed to Invoke Defense Production Act" draggable="auto" data-chomp-id="ecojdjwftxntdhnbgdu0" data-format="jpg" data-alt="Trump Shocked to Learn 3M Selling Masks Overseas After He Failed to Invoke Defense Production Act" data-anim-src="" />
+ </div>
+ </div></a><a class="thumbnail sc-1m3f1n9-1 XVppW js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Trending module click&quot;,&quot;position 2&quot;,&quot;https://gizmodo.com/i-solved-the-andrew-cuomo-nipple-mystery-1842643782&quot;,{&quot;metric16&quot;:1}]]" data-index="1" href="https://gizmodo.com/i-solved-the-andrew-cuomo-nipple-mystery-1842643782">
+ <div class="js_lazy-image ejta2c-0 kHCVke">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="I Can’t Believe You Fuckers Made Me Solve the Andrew Cuomo Nipple Mystery" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/m282rxfjd2sdgpvusqco.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/m282rxfjd2sdgpvusqco.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/m282rxfjd2sdgpvusqco.jpg 80w" aria-label="I Can’t Believe You Fuckers Made Me Solve the Andrew Cuomo Nipple Mystery" draggable="auto" data-chomp-id="m282rxfjd2sdgpvusqco" data-format="jpg" data-alt="I Can’t Believe You Fuckers Made Me Solve the Andrew Cuomo Nipple Mystery" data-anim-src="" />
+ </div>
+ </div></a><a class="thumbnail sc-1m3f1n9-1 bEUjwS js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Trending module click&quot;,&quot;position 3&quot;,&quot;https://twocents.lifehacker.com/heres-when-youll-get-your-coronavirus-relief-check-1842652396&quot;,{&quot;metric16&quot;:1}]]" data-index="2" href="https://twocents.lifehacker.com/heres-when-youll-get-your-coronavirus-relief-check-1842652396">
+ <div class="js_lazy-image ejta2c-0 kHCVke">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Here's When You'll Get Your Coronavirus Relief Check" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/gpf2pi3edjf1zumpctbg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/gpf2pi3edjf1zumpctbg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/gpf2pi3edjf1zumpctbg.jpg 80w" aria-label="Here's When You'll Get Your Coronavirus Relief Check" draggable="auto" data-chomp-id="gpf2pi3edjf1zumpctbg" data-format="jpg" data-alt="Here's When You'll Get Your Coronavirus Relief Check" data-anim-src="" />
+ </div>
+ </div></a>
+ </div>
+ <div class="progress sc-17xh7h5-0 ldeICr">
+ <div class="sc-17xh7h5-1 eNdIIE">
+ <div class="segment ticking sc-17xh7h5-2 kOFjhT"></div>
+ </div>
+ <div class="sc-17xh7h5-1 eNdIIE">
+ <div class="segment sc-17xh7h5-2 kOFjhT"></div>
+ </div>
+ <div class="sc-17xh7h5-1 eNdIIE">
+ <div class="segment sc-17xh7h5-2 kOFjhT"></div>
+ </div>
+ </div>
+ <div class="i2qujp-0 esIpx">
+ <div class="i2qujp-1 bspgcg">
+ <a class="sc-15qf33u-5 kFeogc js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Trending module click&quot;,&quot;position main&quot;,&quot;https://gizmodo.com/trump-shocked-to-learn-3m-selling-masks-overseas-after-1842658120&quot;,{&quot;metric16&quot;:1}]]" href="https://gizmodo.com/trump-shocked-to-learn-3m-selling-masks-overseas-after-1842658120">
+ <div class="reel active sc-15qf33u-0 bUDpTX" data-index="0">
+ <div class="js_lazy-image ejta2c-0 kHCVke">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Trump Shocked to Learn 3M Selling Masks Overseas After He Failed to Invoke Defense Production Act" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/ecojdjwftxntdhnbgdu0.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/ecojdjwftxntdhnbgdu0.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/ecojdjwftxntdhnbgdu0.jpg 80w" aria-label="Trump Shocked to Learn 3M Selling Masks Overseas After He Failed to Invoke Defense Production Act" draggable="auto" data-chomp-id="ecojdjwftxntdhnbgdu0" data-format="jpg" data-alt="Trump Shocked to Learn 3M Selling Masks Overseas After He Failed to Invoke Defense Production Act" data-anim-src="" />
+ </div>
+ </div>
+ <div class="sc-15qf33u-2 sc-15qf33u-4 izUYtn">
+ <strong>Gizmodo</strong>
+ </div>
+ <h4 class="sc-15qf33u-1 dsTWpc">
+ Trump Shocked to Learn 3M Selling Masks Overseas After He Failed to Invoke Defense Production Act
+ </h4>
+ <div>
+ <div class="sc-15qf33u-2 sc-15qf33u-3 cLsyOJ">
+ <strong>Matt Novak</strong>
+ </div><time class="sc-15qf33u-6 ixUPOi">Today 7:30AM</time>
+ </div>
+ </div></a><a class="sc-15qf33u-5 kFeogc js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Trending module click&quot;,&quot;position main&quot;,&quot;https://gizmodo.com/i-solved-the-andrew-cuomo-nipple-mystery-1842643782&quot;,{&quot;metric16&quot;:1}]]" href="https://gizmodo.com/i-solved-the-andrew-cuomo-nipple-mystery-1842643782">
+ <div class="reel sc-15qf33u-0 fwSvTs" data-index="1">
+ <div class="js_lazy-image ejta2c-0 kHCVke">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="I Can’t Believe You Fuckers Made Me Solve the Andrew Cuomo Nipple Mystery" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/m282rxfjd2sdgpvusqco.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/m282rxfjd2sdgpvusqco.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/m282rxfjd2sdgpvusqco.jpg 80w" aria-label="I Can’t Believe You Fuckers Made Me Solve the Andrew Cuomo Nipple Mystery" draggable="auto" data-chomp-id="m282rxfjd2sdgpvusqco" data-format="jpg" data-alt="I Can’t Believe You Fuckers Made Me Solve the Andrew Cuomo Nipple Mystery" data-anim-src="" />
+ </div>
+ </div>
+ <div class="sc-15qf33u-2 sc-15qf33u-4 izUYtn">
+ <strong>Gizmodo</strong>
+ </div>
+ <h4 class="sc-15qf33u-1 dsTWpc">
+ I Can’t Believe You Fuckers Made Me Solve the Andrew Cuomo Nipple Mystery
+ </h4>
+ <div>
+ <div class="sc-15qf33u-2 sc-15qf33u-3 cLsyOJ">
+ <strong>Hudson Hongo</strong>
+ </div><time class="sc-15qf33u-6 ixUPOi">Yesterday 12:35PM</time>
+ </div>
+ </div></a><a class="sc-15qf33u-5 kFeogc js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Trending module click&quot;,&quot;position main&quot;,&quot;https://twocents.lifehacker.com/heres-when-youll-get-your-coronavirus-relief-check-1842652396&quot;,{&quot;metric16&quot;:1}]]" href="https://twocents.lifehacker.com/heres-when-youll-get-your-coronavirus-relief-check-1842652396">
+ <div class="reel sc-15qf33u-0 gIjPOj" data-index="2">
+ <div class="js_lazy-image ejta2c-0 kHCVke">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Here's When You'll Get Your Coronavirus Relief Check" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/gpf2pi3edjf1zumpctbg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/gpf2pi3edjf1zumpctbg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/gpf2pi3edjf1zumpctbg.jpg 80w" aria-label="Here's When You'll Get Your Coronavirus Relief Check" draggable="auto" data-chomp-id="gpf2pi3edjf1zumpctbg" data-format="jpg" data-alt="Here's When You'll Get Your Coronavirus Relief Check" data-anim-src="" />
+ </div>
+ </div>
+ <div class="sc-15qf33u-2 sc-15qf33u-4 izUYtn">
+ <strong>Two Cents</strong>
+ </div>
+ <h4 class="sc-15qf33u-1 dsTWpc">
+ Here's When You'll Get Your Coronavirus Relief Check
+ </h4>
+ <div>
+ <div class="sc-15qf33u-2 sc-15qf33u-3 cLsyOJ">
+ <strong>Lisa Rowan</strong>
+ </div><time class="sc-15qf33u-6 ixUPOi">An hour ago</time>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="ynugv2-0 eFcvZm">
+ <div class="sc-1ez0oyg-0 ehkuKX">
+ <div class="sc-1ez0oyg-1 etpvfO">
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-LEFT_RAIL ad-left-rail" data-ad-unit="LEFT_RAIL" data-targeting="{&quot;pos&quot;:&quot;left&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="ynugv2-0 eFcvZm">
+ <div class="sc-5f1ako-3 iaPcjQ">
+ <h3 class="sc-5f1ako-0 kBeEqh">
+ Popular Deals on The Inventory
+ </h3>
+ <div class="sc-5f1ako-1 gOGycY">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Popular commerce click&quot;,&quot;position 0&quot;,&quot;https://kinjadeals.theinventory.com/fridays-best-deals-childrens-books-circular-lamp-mem-1842660540&quot;]]" href="https://kinjadeals.theinventory.com/fridays-best-deals-childrens-books-circular-lamp-mem-1842660540?ks=commercerecirc_permalink">
+ <div class="js_lazy-image ejta2c-0 kHCVke">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Friday's Best Deals: Children's Books, Circular Lamp, Memory Foam Pillows, Onsen Towels, and More" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/fmxkv4w3fn53bgahlsls.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/fmxkv4w3fn53bgahlsls.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/fmxkv4w3fn53bgahlsls.jpg 80w" aria-label="Friday's Best Deals: Children's Books, Circular Lamp, Memory Foam Pillows, Onsen Towels, and More" draggable="auto" data-chomp-id="fmxkv4w3fn53bgahlsls" data-format="jpg" data-alt="Friday's Best Deals: Children's Books, Circular Lamp, Memory Foam Pillows, Onsen Towels, and More" data-anim-src="" />
+ </div>
+ </div></a>
+ <div class="sc-5f1ako-2 wcAhP">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Popular commerce click&quot;,&quot;position 0&quot;,&quot;https://kinjadeals.theinventory.com/fridays-best-deals-childrens-books-circular-lamp-mem-1842660540&quot;]]" href="https://kinjadeals.theinventory.com/fridays-best-deals-childrens-books-circular-lamp-mem-1842660540?ks=commercerecirc_permalink">
+ <h4 class="sc-759qgu-0 knZcug">
+ Friday's Best Deals: Children's Books, Circular Lamp, Memory Foam Pillows, Onsen Towels, and More
+ </h4></a>
+ </div>
+ </div>
+ <aside class="sc-1auy74q-0 hgqaKZ">
+ <div class="sc-1auy74q-3 brydAF">
+ <a href="https://www.amazon.com/dp/B07TGNFVWV?ascsubtag=1c48de501f23bcab3833c51f4fa330ef6b83bdba&amp;linkCode=ogi&amp;psc=1&amp;smid=A3ODHND3J0WMC8&amp;tag=kinja-20&amp;th=1" data-linktype="[t|mod-title" data-ga="[[&quot;Commerce Inset Clicks&quot;,&quot;Commerce inset - price click&quot;,&quot;,B07TGNFVWV&quot;],[&quot;ns:unique&quot;,&quot;Commerce Inset Clicks&quot;,&quot;Commerce inset - price click&quot;,&quot;,B07TGNFVWV&quot;],[&quot;Popular commerce click&quot;,&quot;position 1&quot;,&quot;https://kinjadeals.theinventory.com/buy-six-months-of-xbox-game-pass-ultimate-for-the-price-1842658105&quot;]]" target="_blank" rel="noopener noreferrer" class="sc-1auy74q-22 fVaIqa"><span>$<!-- -->45</span></a>
+ <div class="sc-1auy74q-7 iyJvbB">
+ <a href="https://www.amazon.com/dp/B07TGNFVWV?ascsubtag=1c48de501f23bcab3833c51f4fa330ef6b83bdba&amp;linkCode=ogi&amp;psc=1&amp;smid=A3ODHND3J0WMC8&amp;tag=kinja-20&amp;th=1" data-linktype="[t|mod-image" data-ga="[[&quot;Commerce Inset Clicks&quot;,&quot;Commerce inset - image click&quot;,&quot;,B07TGNFVWV&quot;],[&quot;ns:unique&quot;,&quot;Commerce Inset Clicks&quot;,&quot;Commerce inset - image click&quot;,&quot;,B07TGNFVWV&quot;],[&quot;Popular commerce click&quot;,&quot;position 1&quot;,&quot;https://kinjadeals.theinventory.com/buy-six-months-of-xbox-game-pass-ultimate-for-the-price-1842658105&quot;]]" target="_blank" rel="noopener noreferrer">
+ <div class="js_lazy-image sc-1auy74q-14 hVwDer">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/ffyphnwprvqfff3cthhn.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/ffyphnwprvqfff3cthhn.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/ffyphnwprvqfff3cthhn.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/ffyphnwprvqfff3cthhn.jpg 800w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_1600/ffyphnwprvqfff3cthhn.jpg 1600w" sizes="180px" draggable="auto" data-chomp-id="ffyphnwprvqfff3cthhn" data-format="jpg" data-anim-src="" />
+ </div>
+ </div></a>
+ </div>
+ <div class="sc-1auy74q-6 yLgPx">
+ <div class="sc-1auy74q-7 eVhsmG">
+ <header class="sc-1auy74q-8 krajXX">
+ <h2>
+ <a href="https://www.amazon.com/dp/B07TGNFVWV?ascsubtag=1c48de501f23bcab3833c51f4fa330ef6b83bdba&amp;linkCode=ogi&amp;psc=1&amp;smid=A3ODHND3J0WMC8&amp;tag=kinja-20&amp;th=1" data-linktype="[t|mod-title" data-ga="[[&quot;Commerce Inset Clicks&quot;,&quot;Commerce inset - product title click'&quot;,&quot;,B07TGNFVWV&quot;],[&quot;ns:unique&quot;,&quot;Commerce Inset Clicks&quot;,&quot;Commerce inset - product title click'&quot;,&quot;,B07TGNFVWV&quot;],[&quot;Popular commerce click&quot;,&quot;position 1&quot;,&quot;https://kinjadeals.theinventory.com/buy-six-months-of-xbox-game-pass-ultimate-for-the-price-1842658105&quot;]]" target="_blank" rel="noopener noreferrer">Xbox Game Pass Ultimate: 3 Month Membership [Digital Code]</a>
+ </h2>
+ </header>
+ <div class="sc-1auy74q-10 bLXZFj">
+ <span class="sc-1auy74q-1 gkWXma">From <span>amazon</span></span>
+ </div>
+ <div class="sc-1auy74q-11 hByOxy">
+ <span class="sc-1auy74q-12 bSrIEu">786 purchased by readers</span><span class="sc-1auy74q-13 fivNdM">G/O Media may get a commission</span>
+ </div>
+ </div>
+ </div>
+ <div class="sc-1auy74q-7 ekphdR">
+ <a href="https://www.amazon.com/dp/B07TGNFVWV?ascsubtag=1c48de501f23bcab3833c51f4fa330ef6b83bdba&amp;linkCode=ogi&amp;psc=1&amp;smid=A3ODHND3J0WMC8&amp;tag=kinja-20&amp;th=1" data-linktype="[t|mod-button" data-ga="[[&quot;Commerce Inset Clicks&quot;,&quot;Commerce inset - Add to Cart click&quot;,&quot;,B07TGNFVWV&quot;],[&quot;ns:unique&quot;,&quot;Commerce Inset Clicks&quot;,&quot;Commerce inset - Add to Cart click&quot;,&quot;,B07TGNFVWV&quot;],[&quot;Popular commerce click&quot;,&quot;position 1&quot;,&quot;https://kinjadeals.theinventory.com/buy-six-months-of-xbox-game-pass-ultimate-for-the-price-1842658105&quot;]]" target="_blank" rel="noopener noreferrer"><button class="sc-1rvv6e6-3 erWUwi"><label class="sc-1rvv6e6-0 gcDoBX">Buy on Amazon</label></button></a>
+ </div>
+ </div>
+ </aside>
+ </div>
+ </div>
+ <div class="ynugv2-0 eFcvZm">
+ <div class="sc-1ez0oyg-0 ehkuKX">
+ <div class="sc-1ez0oyg-1 etpvfO">
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-LEFT_RAIL ad-left-rail" data-ad-unit="LEFT_RAIL" data-targeting="{&quot;pos&quot;:&quot;left&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ </div>
+ </div>
+ <div class="ynugv2-0 eFcvZm">
+ <div class="sc-6l6yqv-6 eagNII">
+ <h4 class="sc-6l6yqv-0 defoG">
+ More from G/O Media
+ </h4>
+ <div class="sc-6l6yqv-3 fWhkEE">
+ <div class="sc-6l6yqv-5 glBtZI">
+ <span class="sc-6l6yqv-4 jyjbTH">Read on</span>
+ <div class="sc-2d8w30-0 rzxbx">
+ <div class="avclub sc-2d8w30-1 iHLoZR">
+ <svg xmlns="http://www.w3.org/2000/svg" width="150" height="59" aria-label="TheAVClub logo" viewbox="0 0 150 59">
+ <path fill="#1C263C" fill-rule="evenodd" d="M83.87 37.92a12.85 12.85 0 0 1-9.28 3.72c-3.62 0-6.7-1.24-9.27-3.72a12.04 12.04 0 0 1-3.84-8.98c0-3.5 1.28-6.5 3.84-8.98a12.86 12.86 0 0 1 9.27-3.72c3.63 0 6.72 1.24 9.28 3.72l-3.55 3.44a7.99 7.99 0 0 0-5.73-2.28c-2.22 0-4.13.76-5.7 2.3a7.42 7.42 0 0 0-2.38 5.52c0 2.16.8 4 2.38 5.53a7.92 7.92 0 0 0 5.71 2.3c2.23 0 4.14-.76 5.73-2.29l3.54 3.44zm20.27 2.66H87.07V16.24h5.07v19.53h12v4.81zm22.4-9.88c0 3.02-1.1 5.6-3.28 7.74a10.91 10.91 0 0 1-7.92 3.2c-3.1 0-5.74-1.07-7.92-3.2a10.42 10.42 0 0 1-3.28-7.74V16.24h5.06V30.7c0 1.65.6 3.06 1.8 4.23a5.97 5.97 0 0 0 4.34 1.76c1.69 0 3.13-.58 4.33-1.76a5.7 5.7 0 0 0 1.8-4.23V16.24h5.07V30.7zm15.19-14.46c2.02 0 3.75.72 5.18 2.15a7.02 7.02 0 0 1 2.15 5.16c0 1.65-.5 3.13-1.49 4.44a7.6 7.6 0 0 1 2.43 5.74c0 2.17-.78 4.03-2.32 5.58a7.54 7.54 0 0 1-5.55 2.33H130.8v-25.4h10.93zm.3 14.82h-5.9v5.29h5.9c.74 0 1.36-.25 1.87-.76a2.63 2.63 0 0 0-.01-3.72 2.5 2.5 0 0 0-1.86-.81zm.26-9.53h-6.16v4.24h6.16c.65 0 1.21-.21 1.68-.63a1.93 1.93 0 0 0 0-2.98 2.43 2.43 0 0 0-1.68-.63zM47.26 5.94a29.5 29.5 0 1 1-35.5 47.12 29.5 29.5 0 1 1 35.5-47.12zM31.93 16.86h-5.58l11.71 24.23 11.47-24.23h-5.35l-6.23 13.5-6.02-13.5zm-10.3 0L9.48 41.09h5.28l1.46-3.17h9.97l1.23 3.17h5.25L21.63 16.86zm.08 11.59l2.53 5.26h-5.27l2.74-5.26z"></path></svg>
+ </div>
+ </div>
+ </div><a class="sc-6l6yqv-2 kUfXGZ js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Popular stories click&quot;,&quot;Kinja Roundup - position 1&quot;,&quot;https://film.avclub.com/the-50-most-important-american-independent-movies-1842597128&quot;,{&quot;metric17&quot;:1}]]" href="https://film.avclub.com/the-50-most-important-american-independent-movies-1842597128">
+ <h4 class="sc-6l6yqv-1 busDXq sc-759qgu-0 knZcug">
+ The 50 most important American independent movies
+ </h4></a>
+ </div>
+ <div class="sc-6l6yqv-3 fWhkEE">
+ <div class="sc-6l6yqv-5 glBtZI">
+ <span class="sc-6l6yqv-4 jyjbTH">Read on</span>
+ <div class="sc-2d8w30-0 rzxbx">
+ <div class="avclub sc-2d8w30-1 iHLoZR">
+ <svg xmlns="http://www.w3.org/2000/svg" width="150" height="59" aria-label="TheAVClub logo" viewbox="0 0 150 59">
+ <path fill="#1C263C" fill-rule="evenodd" d="M83.87 37.92a12.85 12.85 0 0 1-9.28 3.72c-3.62 0-6.7-1.24-9.27-3.72a12.04 12.04 0 0 1-3.84-8.98c0-3.5 1.28-6.5 3.84-8.98a12.86 12.86 0 0 1 9.27-3.72c3.63 0 6.72 1.24 9.28 3.72l-3.55 3.44a7.99 7.99 0 0 0-5.73-2.28c-2.22 0-4.13.76-5.7 2.3a7.42 7.42 0 0 0-2.38 5.52c0 2.16.8 4 2.38 5.53a7.92 7.92 0 0 0 5.71 2.3c2.23 0 4.14-.76 5.73-2.29l3.54 3.44zm20.27 2.66H87.07V16.24h5.07v19.53h12v4.81zm22.4-9.88c0 3.02-1.1 5.6-3.28 7.74a10.91 10.91 0 0 1-7.92 3.2c-3.1 0-5.74-1.07-7.92-3.2a10.42 10.42 0 0 1-3.28-7.74V16.24h5.06V30.7c0 1.65.6 3.06 1.8 4.23a5.97 5.97 0 0 0 4.34 1.76c1.69 0 3.13-.58 4.33-1.76a5.7 5.7 0 0 0 1.8-4.23V16.24h5.07V30.7zm15.19-14.46c2.02 0 3.75.72 5.18 2.15a7.02 7.02 0 0 1 2.15 5.16c0 1.65-.5 3.13-1.49 4.44a7.6 7.6 0 0 1 2.43 5.74c0 2.17-.78 4.03-2.32 5.58a7.54 7.54 0 0 1-5.55 2.33H130.8v-25.4h10.93zm.3 14.82h-5.9v5.29h5.9c.74 0 1.36-.25 1.87-.76a2.63 2.63 0 0 0-.01-3.72 2.5 2.5 0 0 0-1.86-.81zm.26-9.53h-6.16v4.24h6.16c.65 0 1.21-.21 1.68-.63a1.93 1.93 0 0 0 0-2.98 2.43 2.43 0 0 0-1.68-.63zM47.26 5.94a29.5 29.5 0 1 1-35.5 47.12 29.5 29.5 0 1 1 35.5-47.12zM31.93 16.86h-5.58l11.71 24.23 11.47-24.23h-5.35l-6.23 13.5-6.02-13.5zm-10.3 0L9.48 41.09h5.28l1.46-3.17h9.97l1.23 3.17h5.25L21.63 16.86zm.08 11.59l2.53 5.26h-5.27l2.74-5.26z"></path></svg>
+ </div>
+ </div>
+ </div><a class="sc-6l6yqv-2 kUfXGZ js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Popular stories click&quot;,&quot;Kinja Roundup - position 2&quot;,&quot;https://news.avclub.com/some-people-went-and-animated-colin-trevorrows-unused-s-1842614111&quot;,{&quot;metric17&quot;:1}]]" href="https://news.avclub.com/some-people-went-and-animated-colin-trevorrows-unused-s-1842614111">
+ <h4 class="sc-6l6yqv-1 busDXq sc-759qgu-0 knZcug">
+ Some people went and animated Colin Trevorrow's unused <i>Star Wars</i> script
+ </h4></a>
+ </div>
+ <div class="sc-6l6yqv-3 fWhkEE">
+ <div class="sc-6l6yqv-5 glBtZI">
+ <span class="sc-6l6yqv-4 jyjbTH">Read on</span>
+ <div class="sc-2d8w30-0 rzxbx">
+ <div class="kotaku sc-2d8w30-1 iHLoZR">
+ <svg xmlns="http://www.w3.org/2000/svg" width="212" height="39" aria-label="Kotaku logo" viewbox="0 0 212 39">
+ <path fill="#FBC000" fill-rule="evenodd" d="M191.72 5.28l1.2 17.98-8.58.16-1-18.37-6.51-.17.94 21.03c.13 3 2.28 5.38 4.77 5.29l12.99-.49c2.3-.09 3.97-2.48 3.75-5.33l-1.5-19.93-6.06-.17zm13.1 1.62c-.2-2.61-1.88-4.8-3.78-4.88l-1.74-.07.64 9.67 5.22.08-.34-4.8zm6.8 0c-.23-2.61-1.9-4.8-3.77-4.87l-1.71-.08.72 9.67 5.14.08-.39-4.8zm-60.2-3l.2 28.27 2.58-.1c2.85-.1 5.1-2.76 5.04-5.92L158.9 4.1l-7.46-.2zm7.83 10.72l8.01.04c2.62.01 3.8 1.18 4.79 3.02l9.66 20.68c-1.07 1.4-7.06.8-9.53-4.74l-5.12-11.27-.45.01-.4.01c-2.76.04-7.05-2.58-6.96-7.74zM143.39 4.23l-12.1-.33c-5.75-.15-7.27 4.83-6.34 8.06l15.81.14-.1 12.1-10.89.2.05-2.14 3.2-.04c5.72-.08 7.1-4.77 6.17-7.94h-.04l.02-.01-11.92-.05c-3.09-.01-5.72 2.61-5.84 5.9l-.04 1.05-.22 6.04c-.13 3.39 2.39 6.06 5.57 5.94l16.55-.63c2.91-.1 5.24-2.8 5.23-5.97l-.05-16.77c-.02-3-2.26-5.47-5.06-5.55zm-39.82 24.5a5.95 5.95 0 0 0 6.33 6.37l3.32-.12 1.08-21.27-9.75-.06-.98 15.08zm13.46-17.03c6.17.05 7.73-5 6.8-8.21l-20.86-.56c-6.64-.18-7.88 5.14-6.96 8.58l21.02.19zM88.76 2.5l-19.43-.54c-7.58-.21-10.1 5.6-9.22 9.38l24.53.23-1.25 14-14.16.27 1.45-12.99-10.9-.07-2.09 16.38c-.5 3.95 2.53 7.07 6.71 6.9l21.57-.8a7.76 7.76 0 0 0 7.31-6.98L94.75 8.9a5.98 5.98 0 0 0-5.99-6.4zm-69.34-.55L12.7 38.02l4.22-.16c4.65-.18 8.92-3.63 9.6-7.67l4.74-27.9-11.84-.34zm11.06 12.68l13.02.05c4.23.02 5.87 1.5 7.02 3.81l8.1 19.65c-2.05 1.8-11.6 1.18-14.3-5.88l-2.96-7.84h-.73l-.63.01c-4.52.06-10.9-3.25-9.52-9.8zM15.7 12.67l1.9-10.51-6.57-.2C1.9 1.7-.63 8.26.12 12.53l15.58.16zm22.73 1.96l16.8-3.68c3.16-1.93 4.51-8.9 2.3-10.95l-16.3 3.95c-2.77 1.5-5.95 5.86-2.8 10.68zm124.62 0l8.93-4.84c3.1-2.63 3.97-6.97 1.32-9.79l-9.64 6.05c-3.44 2.32-2.92 5.76-.61 8.58z"></path></svg>
+ </div>
+ </div>
+ </div><a class="sc-6l6yqv-2 kUfXGZ js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Popular stories click&quot;,&quot;Kinja Roundup - position 3&quot;,&quot;https://kotaku.com/sources-despite-huge-sales-borderlands-3-developers-a-1842617645&quot;,{&quot;metric17&quot;:1}]]" href="https://kotaku.com/sources-despite-huge-sales-borderlands-3-developers-a-1842617645">
+ <h4 class="sc-6l6yqv-1 busDXq sc-759qgu-0 knZcug">
+ Sources: Despite Huge Sales, <i>Borderlands 3</i> Developers Are Getting Stiffed On Bonuses
+ </h4></a>
+ </div>
+ <div class="sc-6l6yqv-3 fWhkEE">
+ <div class="sc-6l6yqv-5 glBtZI">
+ <span class="sc-6l6yqv-4 jyjbTH">Read on</span>
+ <div class="sc-2d8w30-0 rzxbx">
+ <div class="jalopnik sc-2d8w30-1 iHLoZR">
+ <svg xmlns="http://www.w3.org/2000/svg" width="228" height="33" aria-label="Jalopnik logo" viewbox="0 0 228 33">
+ <path fill="#FF4D00" fill-rule="evenodd" d="M140.98 21.96c-3.23 2.58-8.28 2.8-8.28 2.8a59 59 0 0 1-3.2.08l-.74 7.6h-12.98l3.03-30.75.12-1.4 1.32.01h12.3c.72 0 1.9.03 2.62.06 0 0 4.97.23 7.68 2.8 1.97 1.86 2.95 4.47 2.92 7.78 0 .52-.04 1.05-.09 1.6-.4 4.09-1.99 7.26-4.7 9.42zM78.46 32.43H62.8a16 16 0 0 1-2.58-.26s-2.13-.44-3.27-1.71a6.11 6.11 0 0 1-1.54-4.2v-.2l.17-1.73L57.94.3h12.98L69.1 18.82h10.7l-1.34 13.62zM38.88 16.38l-3.83 16.07H20.27L35.05.32h11.08l8.47 32.13H39.56l-.68-16.07zM9.57 32.36c-.53 0-1.9.07-2.61.07H0L1.36 18.8h7.03c.72 0 1.37-.6 1.44-1.31L11.53.3h12.95l-1.8 18.53c-.08.72-.3 1.88-.48 2.58 0 0-1.45 10.89-12.63 10.95zM228 .31l-13 16.02 9.87 16.11h-30.69L197.33.31H228zm-62.79 32.13l-5.56-9.03-.92 9.03h-12.95L148.93.3h11.4l5.54 9.05.4-3.97.49-5.08h12.95l-3.14 32.14H165.2zM115.9 16.4c-.3 9.11-8.37 16.54-18.02 16.6-9.65.06-17.22-7.29-16.92-16.4C81.26 7.5 89.33.06 98.98 0c9.65-.06 17.22 7.29 16.92 16.4zm63.23 16.02L182.32.28h12.47l-3.19 32.15h-12.47z"></path></svg>
+ </div>
+ </div>
+ </div><a class="sc-6l6yqv-2 kUfXGZ js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Popular stories click&quot;,&quot;Kinja Roundup - position 4&quot;,&quot;https://jalopnik.com/harley-davidson-has-some-neat-new-motorcycles-in-the-wo-1842616655&quot;,{&quot;metric17&quot;:1}]]" href="https://jalopnik.com/harley-davidson-has-some-neat-new-motorcycles-in-the-wo-1842616655">
+ <h4 class="sc-6l6yqv-1 busDXq sc-759qgu-0 knZcug">
+ Harley-Davidson Has Some Neat New Motorcycles In The Works
+ </h4></a>
+ </div>
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-PROMOTION_NATIVE_SIDEBAR ad-promotion-sidebar" data-ad-unit="PROMOTION_NATIVE_SIDEBAR" data-targeting="{&quot;pos&quot;:&quot;promotion_native_sidebar&quot;,&quot;native_style_template&quot;:&quot;sidebar_item_v4&quot;}"></div>
+ </div>
+ <div class="ynugv2-0 eFcvZm">
+ <div id="newsletterPromoModule">
+ <div class="sc-10uan3u-0 esHOJV">
+ <div class="sc-10uan3u-1 cqtDtB">
+ Subscribe To Our Newsletter
+ </div>
+ <div class="sc-10uan3u-2 ktBPdN">
+ <span class="ynl58c-0 gdELAJ"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" aria-label="Kotaku avatar" viewbox="0 0 64 64">
+ <g fill="none" fill-rule="evenodd">
+ <path fill="#FBC000" d="M0 0h64v64H0z"></path>
+ <path fill="#FFF" d="M16.8 49.62l3.67-.14c4.05-.15 7.76-3.2 8.35-6.78l4.13-24.65-10.3-.3-5.84 31.87zM43.19 29.1c3.57.02 4.95 1.29 5.93 3.27l6.84 16.84c-1.73 1.54-9.79 1-12.08-5.04l-2.5-6.72h-1.15c-3.8.06-9.2-2.78-8.03-8.4l11 .05zm-22.2-11.38l-5.59-.16c-7.78-.22-9.93 5.3-9.28 8.88l13.26.13 1.6-8.85zm31.55 7.69c2.62-1.66 3.74-7.65 1.9-9.4l-13.51 3.4c-2.3 1.28-4.94 5.01-2.33 9.15l13.94-3.15z"></path>
+ </g></svg></span>Your guide to gaming delivered to your inbox daily.
+ </div><a href="//kotaku.com/newsletter" class="sc-10uan3u-3 lfhhVO"><button class="peggds-1 exbKyM"><label class="peggds-0 bbQHny">Subscribe</label></button></a>
+ </div>
+ <div class="modal"></div>
+ </div>
+ </div>
+ <div class="js_newsletter-container"></div>
+ <div id="leftrail_dynamic_ad_wrapper"></div>
+ </div>
+ </div>
+ </aside>
+ <main class="sc-11qwj9y-0 ldgdGx">
+ <div class="sc-11qwj9y-1 liJCYV">
+ <div class="js_kinja_notification"></div>
+ <script type="application/ld+json">
+ <![CDATA[
+ {"@type":"Article","@context":"http://schema.org","url":"https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577","author":{"@type":"Person","name":"Mama Robotnik"},"headline":"The Spectacular Story Of Metroid, One Of Gaming's Richest Universes","description":"Nothing beats the passion of a true fan writing about something they love. That&#039;s what you&#039;re about to see here: one of the richest, most amazing tributes to a great gaming series that we&#039;ve ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon. ","datePublished":"2013-09-11T10:00:00-04:00","dateModified":"2013-09-13T16:34:46-04:00","mainEntityOfPage":{"@type":"WebPage","url":"https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577"},"image":{"@type":"ImageObject","height":675,"width":1200,"url":"https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_675,pg_1,q_80,w_1200/18zu12g5xzyxojpg.jpg","thumbnail":{"@type":"ImageObject","height":180,"width":320,"url":"https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,pg_1,q_80,w_320/18zu12g5xzyxojpg.jpg"}},"articleBody":"Nothing beats the passion of a true fan writing about something they love. That&#039;s what you&#039;re about to see here: one of the richest, most amazing tributes to a great gaming series that we&#039;ve ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon. \n\nPlease note that this is the first half of Mama Robotnik&#039;s massive Metroid story. The second half can be found here. The entire post is a greatly-expanded version of a post that Mama Robotnik originally published on the NeoGAF forum before revising and reworking it for Kotaku. Take it away, MR...\n\nNintendo’s Metroid series tells us of a malevolent and vicious universe. It’s a maelstrom in which benevolent races are routinely extinguished, and corrupt empires wage war for ownership of living weapons.\n\nIt’s a place in which xenocide is a commissioned service, and grievances are resolved with planetary apocalypses. Everything is chaotically connected to a dead race of avian prophetic poets fighting a war throughout the cosmos. It’s a dark place to visit.\n\nThere are two purposes to this article: to explore the expansive lore of the Metroid universe – with speculation to fill in the gaps – and to exhibit some extraordinary Metroid-inspired art. All artwork is credited to its original source – follow the links to see further works of these spectacular artists.\n\nNotes on Speculation and Lore\n\nThe games tell us much about this hostile universe, but there are a lot of unresolved story points. In response to these mysteries, the article will provide a healthy amount of speculation. You can consider the piece to be either a makeshift timeline illustrated with fan-artwork, or simply an enthusiastic attempt to reconcile the series continuity into a cohesive whole. The article is informed by the extensive research previously performed by its author. The approach taken regarding speculation is thus: The logical inclusion of probable events that resolve mysteries, while maintaining the themes of the series.\n\nBefore we begin, let’s briefly revisit the five points of essential lore:\n\nMetroids are a genetically-engineered species, created by the Chozo in the prehistory of the games. By the time the first entry begins, Metroid creatures only exist on the planet SR388. At some point long before the games, there was also a Metroid presence on the planet Phaaze.\n\n(Metroid IL Return of Samus, Metroid Prime III: Corruption and Metroid Fusion) \n\nAt least some Chozo possessed a native ability to see into the future.\n\n(Metroid: Zero Mission and Metroid Prime)\n\nThe Chozo discovered the living planet Phaaze with their Elysian Research Outpost. We are not told what transpired immediately after this discovery, but something happened that caused at least one Metroid organism to appear on Phaaze. The planet then loaded this creature – along with pieces Chozo-style powersuit armour, into a Phazon seed and launched it towards a heavily populated Chozo planet. This seed impacted Tallon IV and is contained by the Chozo within an impenetrable shield. The mutated superevolved Metroid creature within – clad in crafted power armour – is trapped in the shield until Samus Aran deactivated it thousands of years later.\n\n(Metroid Prime EU release, Metroid Prime III: Corruption and Metroid Prime Trilogy) \n\nThere are living planets in the Metroid Universe. Phaaze is explicitly referred to as being alive, and could interact with a sentient mind – as shown when a Galactic Federation Aurora Unit is implanted. The planet SR388 could be interpreted as having some form of sentience – it shook with apparent anger when its creatures were killed by Samus Aran, and precisely manipulated its oceans to lure the bounty hunter into hostile situations. (Metroid II: Return of Samus and Metroid Prime III: Corruption). The immediate backstory to the first game in the series is the discovery of the planet SR388. The final event of the final game in the chronology is the final destruction of SR388.\n\n(Metroid, Metroid II: Return of Samus)\n\nReferencing\n\nEach story section includes one or more of the below superscript annotations, to help inform the reader as to where the lore or speculation comes from. A brief key:\n\nWith all that said, let us begin.\n\nPart One: The Wars in Heaven\n\nThe Living Planet\n\n(Artist: 3ihard)\n\nOn an unknown planet in the universe, a race of avian humanoids evolved. The species that will come to be known as the Chozo possessed great strength, agility and intelligence. The species is peaceful, and is driven by a social/religious value that nature is sacred. [M1 / MP]\n\n(Artist: 3ihard)\n\nCertain blessed individuals were born with a unique gift – the vague comprehension of events set to take place in the distant future. Driven by these prophecies, the race advanced quickly and became space faring. With abstract predictions of a hostile universe, the Chozo developed powered armour and armaments to defend themselves. Prepared for whatever hostility awaited them, the Chozo explored the stars. [M1 / MP / MP SP]\n\n(Artist: Elearia)\n\nThe Chozo discovered that – despite their prophets’ visions of a chaotic and warring universe – the cosmos was enjoying a prolonged period of peace and enlightenment. First contact was made with a number of old and wise races, such as the Ylla, the N’kren, the Bryyonians, the Alimbic and the Luminoth. The species shared their cultures and technology, and gently colonised wild worlds such as Aether, Elysia, and Tallon IV. [MP / MPH / MP2 / MP3]\n\n(Artist: Slapshoft)\n\nPeace reigned through the cosmos. The alliance was a great universal renaissance, and lasted for a millennium. [MPH SP / MP2 SP / MP3 SP]\n\n(Artist: 3ihard)\n\nDuring this calm, the Chozo prophets continued to receive increasingly severe visions of chaos. They foresaw a universe consumed by war, horrors evolving on distant worlds, and a great toxicity waiting to be unleashed. As the visions became more precise, the species isolated itself from its allies. The Chozo civilisation became intensely driven to fight this unclear threat. [MP / MP3 SP / M2 SP /MF SP]\n\n(Artist: DanilLovesFood)\n\nThe Chozo needed more potent tools to locate this unseen and distant danger. They expanded their SkyTown colony on the gas giant Elysia and remade it into a vast interstellar observatory powered by the planet’s endless storms. The facility was of such scale that an entire species of artificial life became necessary to maintain it. The Chozo created their first species – the mechanical Elysians. [MP3 / MP3 SP]\n\nProbes were launched across the universe, and the Elysians and Chozo scrutinised the data. The search took generations, while the planet’s tempestuous atmosphere battered SkyTown, weathering the station faster than the Elysians could maintain it. After countless probe launches, a partial transmission received from a decaying and distant satellite set prophecy in motion. [MP3]\n\n(Artist: Mechanical-Hand)\n\nThe data received was terrifying. The blue planet registered as an organism, somehow existing as both mineral and flesh. Impossible radiation pulsed from the surface, which overwhelmed the Chozo satellite and rendered it inert. The location of the planet was immediately lost, and only a broad region of space could be established. [MP3]\n\nWith this find, the Chozo purpose on SkyTown was fulfilled. The race departed the facility, leaving the Elysians to continue their monitoring of the stars. The abandoned race of robots continued to launch satellites to try and rediscover the blue world, hopeful that such a discovery would herald the return of their Chozo creators. The Elysians searched unsuccessfully until Elysia’s endless storms eroded their civilisation into a rusted remnant. [MP3]\n\nThe Chozo reconciled their vague discovery of a blue living planet with their prophecies of toxicity. On this distant world of poison, could creatures have evolved so vicious that they endangered the universe? [MP3 SP]\n\nThe Invasion of Phaaze\n\n(Artist: 3ihard)\n\nFinding the exact location of the deadly planet becomes a priority for the Chozo civilisation. A gargantuan ship was assembled on the holy planet of Tallon IV, and dispatched to the dark corner of the universe where the Elysian satellite had been lost. The greatest Chozo warriors, scientists and prophets commenced a crusade for the hostile world, knowing that they would likely never make it back home. During their long journey, they conceive a name for their target: Phaaze. [MP3 SP]\n\n(Artist: SesakaTH)\n\nGenerations passed, and the Chozo expedition finally located the blue planet. As they approached, they witnessed the living world as it endlessly pulsed with blue and white energies. There was nothing like this place elsewhere in the universe. [MP3 SP]\n\nTheir scans confirmed their worst fears – this atmosphere was a bath of radiation and mutation – and evolution had produced horrors. [MP3 SP]\n\n(Artist: SamusMMX)\n\nFor billions of years, Phaaze had mutated and irradiated life that evolved on its surface. The strongest creatures had survived to thrive in an ecosystem of beautiful poison. It was then that the Chozo understood: They had arrived at the home of the most devastating and deranged creatures in the known universe. [MP3 SP]\n\nIf these monsters were to escape their containment on Phaaze, they would voraciously consume their way through the cosmos. With younger races only centuries away from space travel, the Chozo could not risk them finding this world and releasing its terrors. [MP3 SP]\n\nThe Chozo expedition came to an impasse. The threat of Phaaze’s superpredators had to be neutralised, but severe action against the planet would be sacrilege. The Chozo held life sacred, and refused to destroy the unique living world. [MP3 SP]\n\nA dangerous plan was agreed upon. The expedition ship landed on Phaaze, exposing the crew to tremendous radiation. [MP3 SP]\n\n(Artist: Adoublea)\n\nChozo Warriors in power suits fought the planet’s creatures as they swarmed the ship. The soldiers battled, watching their kin die around them, in a desperate mission to buy time. [MP3 SP]\n\nThe scientists within the ship began to harness the intense radiation around them, to try and engineer an artificial predator that could neutralise the planet’s superpredators. With access to the unique Phazon mutagen that covered the poisonous world, genetic engineering that should have taken decades was done in days. The Chozo engineered the first Metroid. [MP3 SP]\n\n(Artist: Methuselah3000)\n\nThe Metroid creature was unleashed onto the planet, and the radiation caused it to reproduce quickly. The resulting swarm of Metroids began to consume the planet’s monstrosities and established themselves as Phaaze’s apex predator. [MP3 SP]\n\nThe Chozo mission was complete. The worst creatures were being hunted to extinction, and the Metroids were expected to die from starvation soon after. The cost had been enormous – most of the crew had been killed defending the ship, and the survivors were deathly ill from radiation poisoning. The burnt and damaged ship took off for the long journey home, but the crew soon succumbed to the radiation they had endured. The autopilot took the ship of Chozo bodies home. [MP3 SP]\n\n(Artist: 3ihard)\n\nOn Phaaze, the Metroid presence lasted decades as they consumed the planet’s superpredators. The corpses of Chozo warriors were absorbed into the planet, and their battle armour slowly became weathered and scattered. The planet’s slow sentience developed an outrage that seethed under its continents. It had been violated by the Chozo. As the Metroid infestation began to die out, Phaaze developed a very primitive concept of purpose and retribution. [MP3 SP]\n\nPhaaze established a vague awareness of concepts it had absorbed from the brains of the Chozo warrior corpses – and the location of two worlds from the Chozo’s memories. As the planet entered its reproductive cycle, it purposely directed two of its seeds towards the planets Tallon IV and Aether. In the seed sent to the Chozo world, Phaaze included one of the last surviving Metroid creatures and some ruined pieces of Chozo armour, intended as a reminder of the crime Phaaze had endured at their hands. The planet sent its second seed to Aether, as the absorbed memories informed the living planet that its inhabitants were friends of the Chozo, and therefore the enemies of Phaaze. [MP 1 / MP 2 SP / MP3 SP]\n\nThe expedition ship – heavily damaged by radiation and lack of maintenance – was guided back to civilisation by an increasingly erratic auto-pilot. After decades it eventually approached the Chozo world of Zebes, and crash-landed onto its surface. The Chozo civilisation attempted to recover data logs from the wreckage with very limited success – they were able to understand the sacrifice that the heroic crew had made, and confirmed the apparent success of the Metroids in neutralising the creatures on the living planet. The Chozo authorities were unable to establish the location of Phaaze, or recover much in the way of scientific data concerning it. [MP3 SP / SM SP]\n\n(Artist: Methuselah3000)\n\nAs the Tallon IV seed began its centuries of travelling through space, the lone Metroid within absorbed vast amounts of Phazon and radiation. It became self-aware, and grew in size, intelligence and strength. It used the ruined pieces of Chozo armour to construct itself an exoskeleton, and descended into madness. The exoskeleton failed to protect the creature from the endless radiation, and the Metroid became as exotic as Phaaze’s extinct superpredators: An undying tortured genius. [MP / MP2 / MP3 / MP3 SP]\n\nThe creature that would come to be known as Metroid Prime resented Phaaze for imprisoning it in the Leviathan. It resented the Chozo for creating and discarding the Metroids. It decided that it would survive, bring order to the chaotic universe that birthed it, and somehow enslave Phaaze to its will. In its solitude, immortal as a consequence of its mutations, Metroid Prime plotted its revenge against the universe. [MP / MP2 / MP3 / MP3 SP]\n\nThe Dark Planet\n\nWith a clear understanding of the danger of living planets, the Chozo authority commenced a search for similar threats. With far more advanced technology than their ancestors had during the Elysian era, the Chozo were unfortunate enough to find a planet of even greater horrors. [MP 3 SP / M2]\n\n(Artist: PeaceFistArtist)\n\nThe Chozo detected strange readings coming from a world in a desolate part of the galaxy. The planet had been previously considered so obscure and unimportant that it didn’t have a name, merely catalogued with the codename SR388 and left to its obscurity. A detailed analysis picked up some extremely strange observations; though seemingly mineral, the caverns and liquids beneath the surface shifted with metabolic rhythm – as if the whole planet was somehow a living thing. A ship was dispatched, and the strongest Chozo warriors braved the caverns beneath the surface. [M2 / M2 SP]\n\nFew made it back. They told of a cauldron of evil, an environment so hostile and vicious that it had birthed the most terrible things. [M2]\n\n(Artist: LightningArts)\n\nBeneath that planet, evolution had been won by an abomination that could steal the flesh, abilities, memories and strengths of all of its prey. The creature was a fusion of energy and plasma that parasitized on life itself. With no word suitable for the nightmare they had discovered, the Chozo simply called it X. If these X-Parasites somehow gained access to the wider universe, there would be no force that could contain them. [M2]\n\nThe threat had to be dealt with. Remembering the apparent success of the Chozo expedition to Phaaze, a plan was put into action. The Chozo assembled their best and brightest, their strongest and wisest. They carved their way into SR388, and dispatched mechanical creatures to construct secure facilities. Robots and Chozo warriors repressed all instances of the X-Parasite as they found them, but casualties were high. The planet appeared to fight the Chozo at every turn, it drowned the invaders in acid and unleashed ambushes of creatures. The endless swam of X-Parasites gained strength from the corpses around them. [MP3 SP / M2]\n\nDeep in the planet, a glass laboratory was created, its walls highly resistant to SR388’s acid belly. Here, in dangerous proximity to the X-Parasites, the Chozo scientists began their work. [M2]\n\n(Artist: 3ihard)\n\nThe Chozo tried to recreate the plan of their ancestors – the use of Metroids to pacify superpredators too dangerous to exist. Without access to the same planetary radiation and materials the Phaaze expedition had, progress was slow. As the war against the planet was raging around them, the Chozo scientists were able to engineer Metroids, but not a variant strong enough to overcome the X-Parasites. As more and more Chozo died protecting the laboratory, a different approach was needed. [M2 SP]\n\n(Artist: Starshadow76)\n\nThe Chozo succeeded in engineering a Metroid Queen, a colossal creature who would lay Metroid Hatchling eggs. When hatched, these resulting Metroids were strong and durable creatures, and finally potent enough to combat the X menace. The Chozo knew that to completely suppress the parasites, the Metroid presence on SR388 had to be permanent. To ensure that the species would not overfeed on the environment and wipe out its food chains, the scientists hardwired an instinct into the Metroid Queen’s feral mind: Only thirty-nine Metroids were to exist on the planet at any one time. This, it was hoped, would keep their numbers high enough to destroy any X re-emergence, but low enough so that they wouldn’t consume the rest of the life on the planet, and starve to death from lack of food. [M2]\n\nThe scientists assembled a payload of Hatchling Eggs and the surviving Chozo warriors distributed them across the planet. The eggs hatched quickly, and the X-Parasites were immediately overwhelmed by the infant Metroids. The X-Parasites were quickly hunted to near-extinction, with only a few surviving cells entering a state of suspension deep in the planet. [M2 SP / MF]\n\nThe Chozo had won their war, but only just. Most of the warriors and scientists had not survived, and those that were left had to make sure that the X-Parasites had been permanently suppressed. The planet shook with tremors; the earth shifted and acid poured, as if the world was trying to crush the Chozo in their glass laboratory. [M2 SP]\n\nThe X-Parasites did not return, and the Metroid Queen continued to scream as her glass prison shook. The Chozo didn’t realise it, but her despair was being heard. [M2 SP]\n\n(Artist: Hermax669)\n\nSR388 had been violated by the Chozo. Though very different to Phaaze, SR388 had its own vague sense of awareness. It perceived the Chozo as a viral infection, and the dead X-Parasites as part of itself. It understood loss, and shook with ancient rage. [MP3 SP / M2 SP / MF SP]\n\nIt changed itself to change the Metroids. It adopted them to replace the X-Parasites, and quickly killed the weaker breeds. It moved its radioactive minerals closer to their eggs and soon mutated the species. As SR388 had done with X, it did with the Metroids. It made them strong. [M2 SP / MF SP]\n\nAlpha, Gamma, Zeta and Omega Metroids spawned quickly, and responded to the screams of their Queen. With their bulk and strength, they smashed through the glass laboratory and slaughtered their Chozo creators. The Chozo warriors were hunted down and crushed. [M2]\n\nSR388 developed into a new cauldron of hostility. The Metroids served as the apex predator, and the robots of the Chozo decayed into machine madness and prowled the ruins, killing on sight. The Chozo mission to suppress the X-Parasite had been a success, but the planet had gained its revenge. [M2 / M2 SP / MF]\n\nPart Two: The End of the Renaissance\n\nThe Holy World\n\nThe Chozo had devastated two planets for the good of the universe, and sustained many causalities. The superpredators of Phaaze were extinct and the X-Parasites were permanently suppressed. With the crisis over, the race became consumed with a collective sense of guilt over their necessary actions. The Chozo believed the life of the universe to be sacred, and had to reconcile their aggressive actions with their faith. [MP SP / MP3 SP / M2 / MF]\n\nWorse still, their prophets continued to have visions of endless conflict and death. War was coming to the universe, and it seemed that their sins had not saved them. Many began to doubt these visions, and a schism occurred. [MP/ MP3 SP]\n\nThe bulk of the Chozo civilisation retired themselves from galactic affairs, leaving only a few scattered colonies amongst the stars. The race retreated to the holy planet of Tallon IV, to shun their technologies and begin simpler, poetic lives. These Chozo reconnected themselves to the natural world and tried to find a harmony with it. As time went on, the most potent prophets became manic, and tried to warn their fellows of a great poison that was to come. [M1 / MP]\n\nThese visions were met with increasing dismissal, but the day finally came when the prophets were believed. After eons swimming in the stars, Phaaze’s seed entered the Tallon system. [MP / MP3]\n\n(Artist: Hameed)\n\nThe Leviathan crashed down, and rained poison and death unto the world. The impact survivors watched as their sacred nature succumbed to the mutagens leaking from the seed, and barricaded themselves in their temples as the flora and fauna transformed. Phazon spread beneath the surface of the dying planet, and radiation storms battered the surface. [MP]\n\n(Source: Riivka)\n\nThe Chozos’ punishment for their sins, and the fulfilment of Phaaze’s wrath, reached biblical proportions. The Chozo of Tallon IV did not get to rest in peace. Their life energies suffered from Phazon disruption, and upon death they became mad ghosts who screamed forever as they were torn in and out of the material world. In this purgatory, the undead immaterial Chozo murdered anyone they could find. [MP / MP3 SP]\n\nAs their numbers dwindled, the last of the Chozo constructed a great temple above the impact crater. Within this temple, they used what little technology remained to project an energy field around the Leviathan to slow the spread of contagion. As the Chozo civilisation on Tallon IV was extinguished, their dying prophets told of a hero who would one day emerge, to enter the crater and defeat the evil worm within. [MP]\n\n(Source: Havoc-DM)\n\nWithin the Impact Crater, Metroid Prime remained trapped within the Chozo energy field. In its armour constructed from ancient Chozo power suits, it continued its wait to be unleashed on the universe. [MP / MP3 SP]\n\nDark Echoes\n\n(Artist: 3ihard)\n\nOn the planet Aether, an ancient race of mystics known as the Luminoth received the horrifying data coming from Tallon IV. In distant times, the Luminoth and the Chozo had been steadfast allies – until the Chozo retreat ended their ties. Desperate to assist, the Luminoth began to organise a rescue mission. [MP2 / MP2 SP]\n\n(Artist: PugOfDoon)\n\nA dark transmission was received from Tallon IV. The image showed a screaming, ghostly Chozo figure, flickering in and out of the living universe. In its undead madness, it spoke for its kin. It raged that they would kill anyone who would set foot on their world. The planet was pandemonium, a cursed world on which the dead could not die. As the signal faded, the Luminoth realised that there was no one left alive to rescue. [MP SP / MP2 SP]\n\nThe Luminoth were receiving strange readings from the devastated planet. A mutagen was spreading, unlike anything they had ever encountered. They scanned the stars for its source, and made a devastating discovery – a mass of the same mutagen was on a collision course with Aether. Phaaze’s second seed had nearly arrived at its destination. [MP2 SP / MP3 SP]\n\nThe people of Aether turned to their technology to save them. Their planet had no native star of its own, and had been implanted millennia ago with a complex energy network that sustained all life. This system was reverently called the Light of Aether, and harnessed the light of the universe in its mechanism. The Luminoth realised that even with this great power, they could not destroy the Phazon Leviathan. A different approach was needed. [MP2 / MP2 SP]\n\n(Artist: SesaKath)\n\nThe Luminoth used their great Light to engineer a small pocket universe, a dark lifeless echo of existence. The plan was bold: they would use the Light of Aether to surgically open the fabric of reality in the path of the Phazon seed, and allow it to harmlessly enter the pocket universe. If all went well, they would be saved. [MP2 SP]\n\nThe day came, and the Leviathan entered Aether’s atmosphere. The Luminoth commenced their great plan. [MP2 SP]\n\n(Artist: Adriencgd)\n\nPhaaze’s seed was a sum of living materials beyond Luminoth comprehension. It hit the pocket universe with incalculable force, and a tsunami of exotic energy ruptured space and time. The equipment containing the dark reality lost containment within moments, and the Luminoth were helpless as their creation expanded across the entire planet. A wave of dark energy absorbed creatures, structures and land into the dark universe, and what was once a single planet – was now two. [MP2 / MP2 SP]\n\nThe Luminoth surveyed the devastation. The Phazon seed was gone – it had indeed collided with the dark universe. Entire continents, with millions of inhabitants, had vanished with it. [MP2 / MP2 SP\n\n(Artist: AzureParagon)\n\nIn the dark universe, a grotesque world was being born. Previous inhabitants of Aether, having been absorbed when containment of the pocket universe was lost, found themselves twisted by the corrosive new reality around them. Most perished, and their flesh fed the strange carnivorous fungi that glowed sickly colours. Some survivors were mutated by the Phazon slowly spreading beneath the surface, and adapted to survive in the hostility. [MP2 SP]\n\nAether and its echo, the Phazon-infested Dark Aether, existed in synchronicity. As the Luminoth tried to rebuild their planet, it took only decades for cracks to form in the ether separating the two realities. As rips in the universe shattered open, Aether became a battlefield. [MP2]\n\n(Artist: Xxkiragaxx)\n\nA womb of Phazon mutation and dark energies had birthed a cunning and ferocious horde. The Ing erupted through the cracks between the two worlds, and commenced slaughter. They were fought back by the Luminoth, and a war began between the two parallel worlds. The Ing invaded Aether with regularity, and killed, pillaged and destroyed all that they could find. The Luminoth retaliated and crusaded into Dark Aether in their Light Suits, on suicide missions to exterminate the source of the Ing menace. Both sides suffered colossal casualties as the decades went on. [MP2]\n\n(Artist: 3ihard)\n\nThe war was being lost by the Luminoth. The Ing had exterminated most of their race and had stolen too many vital technologies. With the theft of essential energy components from the Light of Aether power network, they had become a defeated people. [MP2]\n\nThe Ing had destroyed all of Aether’s ancient ships, and condemned the Luminoth to no escape from their doomed world. With no other choice, the survivors sealed themselves in an inner sanctum, and entered a state of suspended animation. One custodian, U-Mos, volunteered to be their guardian. As Aether became weaker and weaker, the Luminoth waited for someone to save them. They would wait a very long time. [MP2]\n\nThe Sacrifice of the Alimbics\n\n(Artist: Kihunter)\n\nAs the Chozo and the Luminoth fell, so too did other ancient races. In a distant part of the universe, the Alimbics were a militaristic society that maintained peace in their galactic cluster. Their order was shattered when a murderous entity, originating from someplace beyond the understood universe, plummeted into one of their worlds. The creature emerged from the devastation as a gaseous entity, and assumed an Alimbic-styled body to begin its onslaught. [MPH]\n\nThis alien juggernaut was named Gorea by the Alimbic race, and they soon understood it brought only death. Gorea killed every Alimbic it could find, and destroyed everything in its path. Planet after planet fell to Gorea, and the Alimbics realised the creature would never stop. [MPH]\n\n(Artist: Sesakath)\n\nThe Alimbics performed an act of supreme sacrifice. They combined the mental energies of their entire race to forge a prison for Gorea. The psychic prison held it bound, and it was transplanted into an organic vessel called The Oubliette. The vessel was launched into the void outside of the universe, a course that would keep its indestructible prisoner in exile forever. The systems of the prison ship were tasked to scan the every molecule of the imprisoned Gorea, and devise an Omega weapon that could be used to kill it. [MPH / MPH SP]\n\nThe mental energies expelled in this plan consumed the physical bodies of the entire Alimbic race. They vanished from the universe in an instant. Their sacrifice protected all life in the cosmos from Gorea’s murderous rampage. [MPH]\n\nThe War of Bryyo\n\n(Artist: Sesakath)\n\nAs the old races of the universe died around them, the lizard people of Bryyo faced their own challenges. The Bryyonians were an advanced, space-faring race who had learned much from their Chozo allies. Their society was a deeply polarised one, with tensions eternal between the scientific and religious factions.[MP3]\n\nOver the previous centuries, the scientific agenda had dominated, with space travel proving beneficial and enlightening. As the Chozo, Luminoth and Alimbics faced extinction, the religious Bryyonians believed more than ever that the universe was a hostile place, and became desperate to stop their scientific counterparts. [MP3]\n\nA great war exploded across Bryyo. By its end, the scholars had been wiped out and the survivors of both sides had regressed to a feral existence. The race devolved into animals, wandering around ruins that they no longer understood. Language vanished and strength ruled. Anyone who landed on Bryyo was meat, to be killed and eaten. [MP3]\n\nThe Little Rainy Planet\n\nThe onslaught of vengeances, conquerors, poisons and politics destroyed the old races. The Alimbics had lost their flesh, while the Bryyonians had lost their souls. The Luminoth had retreated into stasis, and the Chozo of Tallon IV had been condemned to a living death. [MP / MPH / MP2 / MP3]\n\n(Artist: Kaiquesilva)\n\nOn a small, rainy planet called Zebes, the last known Chozo colony had watched the stars with impotence. This small settlement of the nearly-extinct avian race witnessed the end of the great universal renaissance, and the slow beginning of a new chapter in galactic history. Gradually, the younger races were launching their first satellites into space. In time, new empires would rise to take the place of the old. [M1 / M1 SP]\n\n(Artist: 3ihard)\n\nZebes prophets’ saw the visions the Chozo had always endured: great wars, spreading poison and death. And suddenly, something bold was foreseen. [M1 SP / MP3 SP]\n\n(Artist: Fddt)\n\nA great hunter, clad in orange, red and green. The Chozo glimpsed a future hero, alone in the darkness beneath worlds, fighting so that good could survive evil. They saw her curing poisoned planets, and ending galactic wars. They saw the universe’s one chance to survive its apocalyptic future. They saw the only one who could defy prophecy. [M1 / MP3 SP]\n\nAnd they saw her wearing Chozo armour. [M1]\n\nPart Three: The New Empires\n\nThe Humans\n\nOn the planet Earth, the human race had finally developed a ship capable of leaving their solar system. A brave crew ventured into the universe to learn whether life existed elsewhere. Their discoveries fundamentally changed the human condition. On planet after planet, they found ruined tombs and cities, guarded by weathered statues of dead races. Most significant of all, they found technology. [M1 SP]\n\nThe humans reverse engineered their salvage, and advanced with pace. Within another century, faster-than-light ships explored the stars, and colonies transformed hostile worlds into homes. Peaceful relations formed between other younger races, and a great Galactic Federation was founded. [M1 SP]\n\nThe Space Pirates\n\nIn a less hospitable region of space, a cabal of battered races joined their forces to survive. On planets where acid rain burned flesh and magma flowed, the alliance expanded into a hardened space empire. They ventured into nearby systems and took what they needed from anyone they could reach. They found the ruins of the old races and ransacked the ancient technologies within. They immersed themselves in science and unlocked the secrets of their finds. Within decades, they had advanced their spread with stronger and faster ships. The creatures enhanced themselves, rewriting their genetics and integrating mechanisms beneath their flesh. They were unique: a cybernetic race of furious murderers with a skill for patient scientific process. As more planets were invaded, their conquered civilisations were conscripted by force. [M1 SP / MP / MP3]\n\nThe inevitable moment came when their Empire reached the borders of the vast Galactic Federation. [M1 SP / MP / MP3]\n\n(Artist: Mr-Corr)\n\nFirst contact was brief and furious. On that day, the warning went out to all the worlds of the Federation: Beware the Space Pirates. Though no state of war was officially declared, the empires attacked each other on sight. The Galactic Federation was large enough to repress any meaningful incursions into their space. [M1 SP / MP SP / MP3 SP / SM SP]\n\nThe Massacre of Two Families\n\nThe Galactic Federation discovered the last Chozo Colony on Zebes. The tired, ancient avians welcomed the humans and shared with them wisdom and knowledge. They offered the Galactic Federation new sciences, and taught them how to make organic computers. The Federation studied the Chozo’s own central processing unit, an engineered brain that mothered over their colony, and left with plans to assemble their own variants. On the nearest habitable planet of K-2L, a colony was established. [M1 / MP3 SP]\n\nOn this world, the human Samus Aran was born. [M1]\n\n(Artist: Methuselah3000)\n\nBarely out of infancy, the young Samus witnessed her family die. A Space Pirate raiding party overwhelmed her colony and murdered everyone she ever knew. By staying silent while surrounded by horror, Samus survived as the Pirates ransacked the settlement and left. [M1]\n\nThe Chozo colony on Zebes received K-2L’s automated distress signal. In an ancient dusty ship, they reached the planet and found Samus to be the only survivor of the massacre. The child was brought to Zebes, and the Chozo deliberated. Should she be returned to her own kind, or allowed to stay? [M1]\n\nAcross the colony, the Prophets experienced a simultaneous moment of clarity. They understood immediately that they had found their prophesised hero. The young girl was their inheritor, and would grow strong. She would learn all she could from them, and take their strongest technologies into the universe. She would be the hero against the oncoming storm. [M1 SP]\n\n(Artist: R3dFiVe)\n\nSamus Aran reached maturity amongst the Chozo. She was trained in the combat arts of the great extinct races. She was infused with Chozo genetic material so she could employ their technologies. She was educated to be a scientist, an explorer, and a tactician. Everything that was good about the Chozo civilisation was allowed to live on in Samus. [M1]\n\n(Artist: Pyra)\n\nSamus became an adult, and the Chozo presented her with their greatest works: a toughened power suit and an agile spacecraft, both more potent than anything their race had ever made. The Chozo leader, decaying and blind, told Samus it was time for her to find her destiny in the universe. Samus Aran departed for the stars, and years pass. [M1 / M1 SP]\n\nAs Samus tried to reconnect with her heritage on Earth, the last Chozo prophets on Zebes received a final vision: The Space Pirates were coming for them. It was time for the last Chozo to be extinguished from the universe. [M1 SP]\n\n(Artist: Phobos-Romulus)\n\nThe Chozo hid their technologies throughout the planet, in places that they were certain Samus would find them. They concealed a second Power Suit within the walls of their holy temple, having foreseen that Samus may require it in the future. They then returned to the surface to await the inevitable. [M1 SP]\n\nThe Space Pirates invaded in force, and murdered Samus Aran’s second family. The Chozo became extinct. [M1 / MP SP]\n\nThe Mother Brain\n\nSpace Pirate scientists arrived shortly after the carnage and focused their attention on the legendary Chozo organic central processing unit. They rewrote its benign programming and injected stimulants into its flesh. They enabled it to form an artificial intelligence obsessed with strategy and conquest. They drove its computational potential towards absolute advancement of the Space Pirate Empire. [M1 SP]\n\n(Artist: Jaagup)\n\nThe results went beyond High Command’s most optimistic projections. The Space Pirates had created a leader, a desperately needed figure to unite their fragmented empire. They had created their Mother Brain. The great Space Pirate generals Ridley and Kraid arrived at Zebes, ready to pay tribute to their new master and to plan for the future. Mother Brain delivered to the Space Pirates knowledge and power. She told them of a world referenced in her oldest Chozo databanks, a planet bathed in a mutagenic poison waiting to be farmed. She instructed High Command to prepare an armada of ships and invade the planet Tallon IV. [M1 / MP SP]\n\nThe order was followed immediately, and the High Command discovered a world deranged by contagion. Beneath its surface, endless pools of Phazon waited to be weaponised, and a great mining operation began. Mother Brain received data from their readings on the planet; even after thousands of years, the source of the Phazon was still contained in the Chozo force field. She scrutinised her records further, and was unable to ascertain any method of breaching the barrier. The Space Pirates could retrieve the Phazon, but were denied access to its source. [MP]\n\nThe Metroids\n\nA perfect storm brewed. As the Space Pirates gained access to the most potent mutagen in the universe, the Galactic Federation made an equally eventful discovery: They found the dark planet SR388. [M1 / M2]\n\n(Artist: Fireborn Form)\n\nA Galactic Federation survey team studied the surface, and soon encountered a gelatinous creature that swam through air. The alien defied gravity and physics as it phased through dense rock with ease. It perceived the survey team, and made a few curious chirps in their direction. It then suddenly changed temperament, aggressively charging to latch itself onto the skull of one of the party. The victim died in agony as the Metroid fed on all the energy within, and could not be removed until its prey had been reduced to a dried husk of collapsing matter. The young Metroid had just killed, in a way that science could not explain. [M1 SP / M2 SP]\n\nWith effort and casualties, the scientists contained a few infant specimens of the Metroid creatures, and left the planet without further incident. [M1]\n\nAs their vessel went back to the stars, SR388 was aware their withdrawal. It harboured a great contempt for the invaders, an endless hate fuelled by the impotence it endured centuries ago when the Chozo had committed their great invasion. The living planet had spent centuries honing the Metroids into perfect killers, and knew the devastation they could cause upon maturity. The planet had intentionally allowed the humans to take a few Metroids away so that the creatures could grow up and kill anyone out amongst the stars who ever thought of returning. SR388 took any opportunity to gain revenge against an outside universe that refused to leave it alone. [M2 SP]\n\nAs the scientists began to broadcast their findings back to the Galactic Federation, Mother Brain intercepted the transmission. She cross-referenced their data with notes buried in the Chozo’s ancient fragmented records. She deduced that the Metroids were a form of genetically engineered predator of incredible power, created by the Chozo for an unknown purpose. Mother Brain ordered High Command to get the creatures to her by any means necessary. [M1 SP]\n\nThe Space Pirates overran the Galactic Federation vessel and stole the Metroid creatures. They divided their prize: some were sent to their nearest Homeworld; others were sent to the Tallon IV outpost; and the most potent were delivered straight to Zebes for the experiments of Mother Brain. [M1 / MP / MP3]\n\nWith the arrival of the first Phazon samples from Tallon IV, the exotic substance allowed the Space Pirates to slowly produce stable cloned Metroids across their breeding sites. [M1 SP / MP SP]\n\nThe Revenge of Samus Aran\n\n(Artist: Ojanpohja)\n\nIn her first mission as a Bounty Hunter, Samus Arran was commissioned by the Galactic Federation to neutralise the stolen Metroids. Through careful investigation, Samus discovered that the Pirates are operating from Zebes – her home. She concluded that the Space Pirates had murdered her second family, as they had done with her first. They have took from her everyone she ever loved, and destroyed her two worlds. [M1]\n\n(Artist: Stuart Hughe)\n\nSamus stormed Zebes and killed everyone in her path. [M1]\n\n(Artist: Immarart)\n\nAs her defences were breached, Mother Brain unleashed the great generals Ridley and Kraid. Both were killled, and, desperate to stop the intruder, Mother Brain released the Metroids. Samus Aran exterminated the creatures, and invaded the inner sanctum. [M1]\n\n(Artist: Twigs)\n\nSamus confronted the malevolent Mother Brain and blasted apart her body. A power overload was caused, and the Tourian facility shook itself apart. Samus evacuated to her ship and tried to leave Zebes, but a Space Pirate battleship in orbit registered her ascent and opened fire. Samus’ gunship plummeted back towards the Zebes and impacted Chozodia, her former home. [M1]\n\nExtremely lucky to be alive, Samus crawled out of the remains of her destroyed power suit, and fled as Space Pirate forces stormed the area. Samus hid, crawled and ran to find sanctuary in the deepest part of the Chozo’s most revered temple. [M1]\n\n(Artist: Eyes5)\n\nSamus found herself surrounded with murals of the dead Chozo, and accepted she was alone in the universe. Overcoming despair, she solved the trials of the Chozodian temple and a concealed power suit was revealed to her. This shining armour was even more potent than the one she had just lost, and was able to integrate the most exotic Chozo technologies. Samus realised the greater meaning of her find; the Chozo had left her gifts for her in places they had foreseen she would traverse. Her adopted family continued to protect her long after their deaths, and she would find their statues cradling survival equipment in the darkest corners of the cosmos. [M1 / MP / MP3 / M2 / SM]\n\n(Artist: Imachinivid)\n\nWith her new armaments, Samus cleansed the Space Pirate presence from Zebes. She came to be known as “The Hunter”, and the Space Pirates learned that they will always be hunted down for what they did to her families. They fled the planet in terror. [M1 / MP / MP2 / MP3]\n\nTallon IV\n\nAs years passed, Samus Aran accepted further missions from the Galactic Federation. The bounty earned funded her personal vendetta against the Space Pirates. She improved her armaments, paid for black market information and stormed their outposts. Samus showed her enemies no mercy, and became the feared nemesis of their entire civilisation. With the income from her Federation services, Samus had soon amassed enough money to buy the most secret information regarding the Space Pirates: the coordinates of their stronghold on an old forgotten planet called Tallon IV. [MP1 SP]\n\nSamus guided her ship into the Tallon system and investigated an orbiting space station. She discovered a failed genetic engineering facility whose Space Pirate crew was murdered when they lost control of their own creations. Samus fought her way through the ferocious beasts scattered within, and discovered a half-insane cyborg recreation of the Space Pirate general Ridley. As the station began to collapse, the biomechanical dragon fled to the world below, and Samus pursued. [MP1]\n\n(Artist: Lightningarts)\n\nSamus lost Ridley in the planet’s stormy atmosphere, and elected to land in a nearby jungle to conceal her presence from the Pirate ground forces. Exploring the surroundings, Samus discovered that the planet was once home to the bulk of the extinct Chozo civilisation. In a great temple Samus studied poetic murals that told of the Phazon comet that had struck their world. The scribblings informed her of a creature trapped deep in the comet that they referred to as “The Worm,” and of the powerful shield they erected to prevent its escape. Samus read their last prophecy; that a hero would traverse fire and ice, jungle and cave, and find twelve sacred keys that would deactivate the barrier and allow passage to the Impact Crater. This saviour from the stars would bring down the ancient shield, and destroy the worm that infected their planet. [MP1]\n\nShe continued her exploration, and battled ferocious flora and fauna. The Hunter came to understand that the Space Pirates had established a complex military installation that descended far below the surface. [MP1]\n\n(Artist: R-Sraven)\n\nSamus hunted the Pirates and accessed their computer logs. The Empire had found quantities of an intensely potent mutagen called Phazon. Laboratories across the outpost experimented with the substance, and in a short space of time they had created prototypes for the next generation of their races: powerful Phazon-fuelled juggernauts. Should these advances continue, Samus knew that the Space Pirates would be able to conquer the Galactic Federation. [MP1]\n\n(Artist: Greenstranger)\n\nIn the most secure laboratory, Samus made a devastating discovery. The Space Pirates had used Phazon to create an army of stable clone Metroids and lost containment. The Metroid creatures were roaming the caverns deep in the planet, reproducing and mutating as the Phazon influenced their physiology. [MP1]\n\n(Artist: Ohimseeinstars)\n\nSamus’ final discovery was the most horrific. The powerful, poisonous Phazon was not a rare material on Tallon IV. Despite the Chozo shield containing the Impact Crater, the substance had spread and consumed the world inside-out. The core of the planet presented the Space Pirates with a vast supply of Phazon, enough to fuel their conquest of the stars. [MP1]\n\nSamus destroyed the mining facilities and laboratories, and reconstructed the twelve parts of the ancient Chozo cipher. She destroyed living weapons such as the Thardus experiment, and annihilated the prototype Omega Pirate. She overcame corrupted Metroids, and banished the tormented Chozo ghosts from the living world. She fought the mad Meta Ridley, and on his demise deactivated the Chozo containment shield. As prophesised, Samus Aran entered the Impact Crater. [MP1]\n\nThe Worm\n\nSamus Aran had opened Metroid Prime’s cage, and had no understanding of what she was about to unleash on the universe. The creature had been imprisoned in a different era, and had spent eons being tortuously transformed by Phazon into an undying mad genius. [MP1]\n\n(Artist: Chrysaetos-Pteron)\n\nSamus and the ancient Metroid battled, and the bounty hunter shattered the creature’s metal armour. By channelling the surrounding Phazon deposits into a supercharged energy beam, Samus was able to devastate Metroid Prime’s gelatinous body. After a tremendous battle, the old creature began to collapse on itself. [MP1]\n\n(Artist: Sabretoontigers)\n\nSeemingly dying, Metroid Prime lashed out, grabbing a layer of material from Samus Aran’s armour. The creature melted into a pool of Phazon particles, and the bounty hunter evacuated the Impact Crater. [MP1]\n\nSamus Aran had seemingly succeeded in her mission. The surviving Space Pirates abandoned their devastated facilities and hastily evacuated the planet. With the defeat of Metroid Prime, the Phazon contagion was slowly stopping its spread. The tormented Chozo spirits that had been bound to the planet were finally able to achieve their rest. Leaving the world to recover from its devastation, Samus Aran headed back to the stars. [MP1 / MP1 SP]\n\nThe Dark Hunter\n\nMetroid Prime’s exposure to millennia of Phazon had given the creature extremely exotic abilities, the most potent being its durability – to recreate itself after nearly any level of destruction. As it had collapsed on itself, the essence of Metroid Prime craved the strength and adaptability present in Samus Aran. In the Talon IV impact crater, Metroid Prime recreated itself as a dark copy of the woman who had defeated it. [MP 1 / MP2 / MP3 SP]\n\n(Artist: Imachinivid)\n\nDark Samus clawed its way out of the Impact Crater. It departed Tallon IV to spread its venom across the stars, and to sow the seeds of a great war. [MP1 / MP2 / MP3]\n\nClick here for the second half of this epic story.\n\nMama Robotnik is a video game historian living somewhere in the British Empire. He specialises in unearthing lost gaming media, but also enjoys a good long essay about his favourite games every now and then. He drinks a lot of tea, and has a horrendously naughty black and white cat called Blossom. If you would like to contact him, he responds to his private messages over at NeoGAF.\n\n","articleSection":"metroid","keywords":["metroid","kotaku longreads","nintendo"],"publisher":{"@type":"Organization","@context":"http://schema.org","name":"Kotaku","url":"https://kotaku.com","logo":{"@type":"ImageObject","width":500,"url":"https://x.kinja-static.com/assets/images/logos/newsletter/kotaku-500px.png"},"sameAs":["https://www.facebook.com/kotaku","https://www.youtube.com/user/KotakuNYC","https://twitter.com/kotaku","https://instagram.com/kotakudotcom"]},"video":[]}
+ ]]>
+ </script>
+ <div class="js_starterpost">
+ <div class="sc-1fofo4n-0 hbcmGw">
+ <div class="sc-83o472-1 yjpVX">
+ <div class="sc-83o472-0 iimSGa">
+ <div class="sc-1jc3ukb-0 ezwLgJ">
+ <div class="sc-1jc3ukb-1 jLgjau">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/18ztxif1rtccljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/18ztxif1rtccljpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_450,q_80,w_800/18ztxif1rtccljpg.jpg 800w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200/18ztxif1rtccljpg.jpg 1200w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_900,q_80,w_1600/18ztxif1rtccljpg.jpg 1600w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18ztxif1rtccljpg.jpg 80w" sizes="40px" draggable="auto" data-chomp-id="18ztxif1rtccljpg" data-format="jpg" data-anim-src="" />
+ </div>
+ </div>
+ <div class="sc-1jc3ukb-2 jpbKEQ">
+ <div>
+ Mama Robotnik
+ </div>
+ <div class="sc-1jc3ukb-6 kyKjbV">
+ <time class="uhd9ir-0 lkqtha" datetime="2013-09-11T10:00:00-04:00"><a class="js_meta-time js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink page click&quot;,&quot;Permalink page click - post header&quot;,&quot;standard&quot;]]" href="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577">9/11/13 10:00AM</a></time>
+ <div class="sc-1jc3ukb-4 grWrOW">
+ •
+ </div>
+ <div class="sc-1jc3ukb-5 bNRtrM">
+ <div class="js_tag-dropdown">
+ <div class="sc-1dvfjie-2 eJinCt">
+ <a class="js_trigger js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink meta&quot;,&quot;Tag click&quot;,&quot;First tag click&quot;]]" href="/tag/metroid">
+ <div class="wvv3zm-1 kzkhwW">
+ <span>Filed to:</span><span class="wvv3zm-2 dNAgCv">metroid</span><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ChevronDown icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M3.87 6.16a.5.5 0 0 0-.74.68l5.5 6c.2.21.54.21.74 0l5.5-6a.5.5 0 1 0-.74-.68L9 11.76l-5.13-5.6z"></path></svg></span>
+ </div></a>
+ <div class="js_dropdown sc-1dvfjie-0 fhmHGL">
+ <div class="sc-1dvfjie-1 hCitnH">
+ <a class="wvv3zm-0 MWIGZ sc-10a86sv-0 fVjjcw js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink meta&quot;,&quot;Tag click&quot;,&quot;Dropdown tag click&quot;]]" title="metroid" href="/tag/metroid">metroid</a><a class="sc-10a86sv-0 fVjjcw js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink meta&quot;,&quot;Tag click&quot;,&quot;Dropdown tag click&quot;]]" title="kotaku longreads" href="/tag/kotaku-longreads">kotaku longreads</a><a class="sc-10a86sv-0 fVjjcw js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink meta&quot;,&quot;Tag click&quot;,&quot;Dropdown tag click&quot;]]" title="nintendo" href="/tag/nintendo">nintendo</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="sc-83o472-0 iimSGa">
+ <div class="sc-15g8630-1 jOqHdi">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink meta&quot;,&quot;Comment count click&quot;]]" href="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577#replies" rel="nofollow">
+ <div class="sc-15g8630-0 hICZjh">
+ <span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Bubble icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M5.59 12.69c.84.49.73 1.4-.08 2.95l.13-.1c.8-.58 1.84-1.47 1.96-1.65l.16-.23.28.05c.7.12 2.63 0 4.15-.54 2.4-.84 3.85-2.5 3.95-5.28.04-3.28-2.98-6.05-6.64-6.05-3.67 0-6.64 2.72-6.64 6.06 0 2.01.93 3.61 2.72 4.78zm-.46.71A6.33 6.33 0 0 1 2 7.9C2 4.08 5.36 1 9.5 1c4.13 0 7.55 3.14 7.5 6.91-.12 3.15-1.8 5.1-4.52 6.05-1.52.54-3.4.7-4.35.6-.4.41-1.25 1.13-1.98 1.66a5.6 5.6 0 0 1-1.19.72c-.78.26-.96-.38-.6-1.01.88-1.5 1.09-2.27.83-2.5l-.06-.03z"></path></svg></span><span>158</span>
+ </div></a>
+ <div class="sc-15g8630-0 hICZjh">
+ <div class="js_save-badge" data-state="{&quot;postId&quot;:&quot;1284029577&quot;,&quot;postPermalink&quot;:&quot;https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577&quot;,&quot;saveCount&quot;:52,&quot;isBigger&quot;:true}" data-post-id="1284029577" data-post-permalink="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577">
+ <div class="sc-1mn1yww-1 iftYcF">
+ <span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Bookmark icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M4 15.21l4.63-5.05a.5.5 0 0 1 .74 0L14 15.21V2H4v13.21zm5-3.97l-5.13 5.6A.5.5 0 0 1 3 16.5v-15c0-.28.22-.5.5-.5h11c.28 0 .5.22.5.5v15a.5.5 0 0 1-.87.33L9 11.24z"></path></svg></span>
+ <div class="sc-1mn1yww-0 OMwVz">
+ 52
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="sc-83o472-2 foLDPX">
+ <div class="js_share-tools" data-position="top">
+ <div class="sc-17x7c2u-2 gpwIdA">
+ <a href="https://facebook.com/sharer.php?u=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%3Futm_medium%3Dsharefromsite%26utm_source%3Dkotaku_facebook" title="Share to Facebook" target="_blank" data-ga="[[&quot;Share Tools&quot;, &quot;Share to Facebook&quot;,&quot;top&quot;]]" class="sc-17x7c2u-0 eTFIkv"><span class="sc-17x7c2u-1 jBsDWZ"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Facebook icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M17 9.05A8.02 8.02 0 0 0 9 1C4.58 1 1 4.6 1 9.05A8.04 8.04 0 0 0 7.75 17v-5.62H5.72V9.05h2.03V7.28c0-2.02 1.2-3.14 3.02-3.14.88 0 1.8.16 1.8.16v1.98h-1.02c-.99 0-1.3.62-1.3 1.26v1.5h2.22l-.36 2.34h-1.86V17A8.04 8.04 0 0 0 17 9.05"></path></svg></span></span></a><a href="https://twitter.com/share?text=The%20Spectacular%20Story%20Of%20Metroid%2C%20One%20Of%20Gaming's%20Richest%20Universes&amp;amp;via=@kotaku&amp;amp;url=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%3Futm_medium%3Dsharefromsite%26utm_source%3Dkotaku_twitter" title="Share to Twitter" target="_blank" data-ga="[[&quot;Share Tools&quot;, &quot;Share to Twitter&quot;,&quot;top&quot;]]" class="sc-17x7c2u-0 eTFIkv"><span class="sc-17x7c2u-1 jBsDWZ"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Twitter icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M12.46 1.13c-2.04 0-3.7 1.78-3.7 3.97 0 .31.04.62.1.9a10.26 10.26 0 0 1-7.6-4.15A4.2 4.2 0 0 0 2.4 7.16a3.5 3.5 0 0 1-1.68-.5v.05a3.92 3.92 0 0 0 2.97 3.9 3.45 3.45 0 0 1-1.67.07 3.74 3.74 0 0 0 3.45 2.76A7.08 7.08 0 0 1 0 15.1a9.92 9.92 0 0 0 5.66 1.79c6.8 0 10.5-6.06 10.5-11.32v-.51A7.85 7.85 0 0 0 18 2.99c-.66.32-1.37.53-2.12.63a3.95 3.95 0 0 0 1.62-2.2c-.71.45-1.5.78-2.34.96a3.57 3.57 0 0 0-2.7-1.25"></path></svg></span></span></a><a href="mailto:?subject=The%20Spectacular%20Story%20Of%20Metroid%2C%20One%20Of%20Gaming's%20Richest%20Universes&amp;body=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%253Futm_medium%3Dsharefromsite%2526utm_source%3Dkotaku_email%26utm_campaign=top" title="Share via Email" target="_blank" data-ga="[[&quot;Share Tools&quot;, &quot;Share to Email&quot;,&quot;top&quot;]]" class="sc-17x7c2u-0 eTFIkv"><span class="sc-17x7c2u-1 jBsDWZ"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Mail icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M14.5 3A2.5 2.5 0 0 1 17 5.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 1 12.5v-7A2.5 2.5 0 0 1 3.5 3h11zM2 5.5v7c0 .83.67 1.5 1.5 1.5h11c.83 0 1.5-.67 1.5-1.5v-7l-.03-.3-6.34 5.67a.5.5 0 0 1-.38.13.5.5 0 0 1-.38-.13l-6.7-6-.02-.02c-.1.2-.15.41-.15.64zM14.5 4h-11c-.24 0-.45.05-.65.14l6.4 5.73 6.19-5.54c-.26-.2-.58-.33-.93-.33z"></path></svg></span></span></a><a href="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577" title="Share via Link" data-ga="[[&quot;Share Tools&quot;, &quot;Copy url&quot;,&quot;top&quot;]]" class="js_share-via-link sc-17x7c2u-0 eTFIkv"><span class="sc-17x7c2u-1 jBsDWZ"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Link icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M11.06 7.75a.5.5 0 1 1-.7.7l-.85-.83a1.86 1.86 0 0 0-2.63 0l-4 4a1.86 1.86 0 0 0 0 2.64l1.33 1.33c.72.73 1.91.72 2.64 0l1.8-1.8a.5.5 0 1 1 .7.7l-1.8 1.8a2.87 2.87 0 0 1-4.05 0l-1.33-1.32a2.86 2.86 0 0 1 0-4.05l4-4.01a2.86 2.86 0 0 1 4.05 0l.84.84zm5.17-4.41a2.86 2.86 0 0 1 0 4.05l-4 4.01a2.86 2.86 0 0 1-4.05 0l-.84-.84a.5.5 0 1 1 .7-.71l.85.84c.73.73 1.9.73 2.63 0l4-4c.73-.73.73-1.91 0-2.64l-1.33-1.33a1.87 1.87 0 0 0-2.64 0l-1.8 1.8a.5.5 0 1 1-.7-.7l1.8-1.8a2.87 2.87 0 0 1 4.05 0l1.33 1.32z"></path></svg></span></span></a>
+ </div>
+ </div>
+ <div class="post-tools-wrapper" data-state="{&quot;type&quot;:&quot;permalink&quot;,&quot;postId&quot;:&quot;1284029577&quot;,&quot;authorIds&quot;:[&quot;5831052853253101369&quot;],&quot;sharedToBlogId&quot;:null,&quot;status&quot;:&quot;PUBLISHED&quot;,&quot;postPermalink&quot;:&quot;https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577&quot;,&quot;wordCount&quot;:8302,&quot;isFeatured&quot;:false,&quot;isVideo&quot;:false,&quot;isEmbiggened&quot;:true,&quot;parentId&quot;:null,&quot;parentAuthorId&quot;:null,&quot;defaultBlogId&quot;:&quot;9&quot;,&quot;index&quot;:0,&quot;pageType&quot;:&quot;permalink&quot;,&quot;isDismissed&quot;:false,&quot;isBlocked&quot;:false}" data-post-id="1284029577" data-post-permalink="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577">
+ <div class="sc-1vjnuu8-0 frTClM">
+ <div class="sc-12i6d45-0 jzcQTJ">
+ <div class="sc-12i6d45-1 cWiYXU"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="js_post-content r43lxo-0 blgiqp">
+ <figure class="align--bleed js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 kivedT" data-id="18zu12g5xzyxojpg" data-recommend-id="image://18zu12g5xzyxojpg" data-format="jpg" data-width="970" data-height="546" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:970px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:56.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu12g5xzyxojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zu12g5xzyxojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zu12g5xzyxojpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zu12g5xzyxojpg.jpg 800w" draggable="auto" data-chomp-id="18zu12g5xzyxojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ <em>Nothing beats the passion of a true fan writing about something they love. That's what you're about to see here: one of the richest, most amazing tributes to a great gaming series that we've ever run on</em> Kotaku<em>. <strong>Warning #1:</strong> this one might make your browser chug, so close your other tabs. <strong>Warning #2:</strong> This piece might make it hurt a little more than there are no new</em> Metroid <em>games from Nintendo on the horizon.</em>
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ <em>Please note that this is the first half of Mama Robotnik's massive</em> Metroid <em>story.</em> <span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;Internal link&quot;,&quot;https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108&quot;,{&quot;metric25&quot;:1}]]" href="https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108"><em>The second half can be found here</em></a></span><em>. The entire post is a greatly-expanded version of</em> <span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://www.neogaf.com/forum/showthread.php?t=649215&quot;,{&quot;metric25&quot;:1}]]" href="http://www.neogaf.com/forum/showthread.php?t=649215" target="_blank" rel="noopener noreferrer"><em>a post</em></a></span> <em>that Mama Robotnik originally published on the NeoGAF forum before revising and reworking it for Kotaku. Take it away, MR...</em>
+ </p>
+ <div id="swappable-mobile-ad-container" class="js_ad-mobile-dynamic swappable-mobile-ad-container js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile js_swappable-mobile-ad" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <div class="instream-native-video instream-permalink instream-native-video--mobile bxm4mm-0 gtgww"></div>
+ <aside class="inset--story branded-item branded-item--kotaku sc-1rh3ayr-5 kIoxhb" data-commerce-source="inset">
+ <a class="inset--story__thumb sc-1rh3ayr-2 dIJDts js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink page click&quot;,&quot;Permalink page click - inset photo&quot;]]" href="https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108" rel="noopener noreferrer" target="_blank">
+ <div class="js_lazy-image sc-1rh3ayr-1 iNvMiS">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/18zu0xoi51q3ajpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_264,q_80,w_470/18zu0xoi51q3ajpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_450,q_80,w_800/18zu0xoi51q3ajpg.jpg 800w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200/18zu0xoi51q3ajpg.jpg 1200w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_900,q_80,w_1600/18zu0xoi51q3ajpg.jpg 1600w, https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zu0xoi51q3ajpg.jpg 80w" sizes="(max-width: 480px) 200px, 260px" draggable="auto" data-chomp-id="18zu0xoi51q3ajpg" data-format="jpg" data-anim-src="" />
+ </div>
+ </div><span class="ynl58c-0 fcMbEd"><svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" aria-label="Kotaku avatar" viewbox="0 0 64 64">
+ <g fill="none" fill-rule="evenodd">
+ <path fill="#FBC000" d="M0 0h64v64H0z"></path>
+ <path fill="#FFF" d="M16.8 49.62l3.67-.14c4.05-.15 7.76-3.2 8.35-6.78l4.13-24.65-10.3-.3-5.84 31.87zM43.19 29.1c3.57.02 4.95 1.29 5.93 3.27l6.84 16.84c-1.73 1.54-9.79 1-12.08-5.04l-2.5-6.72h-1.15c-3.8.06-9.2-2.78-8.03-8.4l11 .05zm-22.2-11.38l-5.59-.16c-7.78-.22-9.93 5.3-9.28 8.88l13.26.13 1.6-8.85zm31.55 7.69c2.62-1.66 3.74-7.65 1.9-9.4l-13.51 3.4c-2.3 1.28-4.94 5.01-2.33 9.15l13.94-3.15z"></path>
+ </g></svg></span></a>
+ <div class="sc-1rh3ayr-6 gCydvg">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink page click&quot;,&quot;Permalink page click - inset headline&quot;]]" href="https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108" rel="noopener noreferrer" target="_blank">
+ <h6 class="sc-1rh3ayr-3 cysjdd">
+ The Spectacular Story Of <em>Metroid</em>, Part 2
+ </h6></a>
+ <p class="sc-1rh3ayr-4 flvRyU">
+ This article is a continuation of Mama Robotnik's epic telling of the story of Nintendo's Metroid…
+ </p><a class="js_readmore inset--story__readmore sc-1rh3ayr-0 cKkWUs js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink page click&quot;,&quot;Permalink page click - inset read more link&quot;]]" href="https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108" rel="noopener noreferrer" target="_blank">Read more</a>
+ </div>
+ </aside>
+ <p class="sc-77igqf-0 hJpRRP">
+ Nintendo’s <em>Metroid</em> series tells us of a malevolent and vicious universe. It’s a maelstrom in which benevolent races are routinely extinguished, and corrupt empires wage war for ownership of living weapons.
+ </p>
+ <div class="bxm4mm-11 ciBKcm">
+ <aside class="y7n5nk-0 etfWWT">
+ <div class="sc-1auy74q-3 y7n5nk-3 iHzJmW">
+ <div class="y7n5nk-1 jdIVZt">
+ <div class="js_lazy-image y7n5nk-4 kvyumD">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/fmxkv4w3fn53bgahlsls.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/fmxkv4w3fn53bgahlsls.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/fmxkv4w3fn53bgahlsls.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/fmxkv4w3fn53bgahlsls.jpg 800w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_1600/fmxkv4w3fn53bgahlsls.jpg 1600w" sizes="320px" draggable="auto" data-chomp-id="fmxkv4w3fn53bgahlsls" data-format="jpg" data-anim-src="" />
+ </div>
+ </div>
+ <div class="y7n5nk-2 hepDvs">
+ <div class="sc-1auy74q-6 yLgPx">
+ <header class="sc-1auy74q-8 sc-1auy74q-9 hHYFwB">
+ <h2>
+ Friday's Best Deals: Children's Books, Circular Lamp, Memory Foam...
+ </h2>
+ </header>
+ </div>
+ <div class="sc-1auy74q-11 hByOxy">
+ <span class="sc-1auy74q-19 djmGRD"><a href="https://kinjadeals.theinventory.com/fridays-best-deals-childrens-books-circular-lamp-mem-1842660540" data-ga="[[&quot;Mobile Commerce Inset Post Clicks&quot;,&quot;Mobile commerce inset - post click&quot;,&quot;https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577&quot;],[&quot;ns:unique&quot;,&quot;Mobile Commerce Inset Post Clicks&quot;,&quot;Mobile commerce inset - post click&quot;,&quot;https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577&quot;]]">Read on The Inventory</a></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </aside>
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-OUTSTREAM_PASSBACK ad-teads-outstream teads-wrapper" data-ad-unit="OUTSTREAM_PASSBACK" data-targeting="{&quot;pos&quot;:&quot;outstream_passback&quot;}"></div>
+ <p class="sc-77igqf-0 hJpRRP">
+ It’s a place in which xenocide is a commissioned service, and grievances are resolved with planetary apocalypses. Everything is chaotically connected to a dead race of avian prophetic poets fighting a war throughout the cosmos. It’s a dark place to visit.
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ There are two purposes to this article: to explore the expansive lore of the <em>Metroid</em> universe – with speculation to fill in the gaps – and to exhibit some extraordinary <em>Metroid</em>-inspired art. All artwork is credited to its original source – follow the links to see further works of these spectacular artists.
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3288">
+ <a class="js_header-anchor" id=""></a>Notes on Speculation and Lore
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ The games tell us much about this hostile universe, but there are a lot of unresolved story points. In response to these mysteries, the article will provide a healthy amount of speculation. You can consider the piece to be either a makeshift timeline illustrated with fan-artwork, or simply an enthusiastic attempt to reconcile the series continuity into a cohesive whole. The article is informed by the extensive research previously performed by its author. The approach taken regarding speculation is thus: The logical inclusion of probable events that resolve mysteries, while maintaining the themes of the series.
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Before we begin, let’s briefly revisit the five points of essential lore:
+ </p>
+ <ul data-type="List" data-style="Bullet" class="sc-1lmbno3-0 eXGUJG">
+ <li>Metroids are a genetically-engineered species, created by the Chozo in the prehistory of the games. By the time the first entry begins, Metroid creatures only exist on the planet SR388. At some point long before the games, there was also a Metroid presence on the planet Phaaze.
+ </li>
+ </ul>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ <em>(Metroid IL Return of Samus, Metroid Prime III: Corruption and Metroid Fusion)</em>
+ </p>
+ <ul data-type="List" data-style="Bullet" class="sc-1lmbno3-0 eXGUJG">
+ <li>At least some Chozo possessed a native ability to see into the future.
+ </li>
+ </ul>
+ <p class="sc-77igqf-0 hJpRRP">
+ <em>(Metroid: Zero Mission and Metroid Prime)</em>
+ </p>
+ <ul data-type="List" data-style="Bullet" class="sc-1lmbno3-0 eXGUJG">
+ <li>The Chozo discovered the living planet Phaaze with their Elysian Research Outpost. We are not told what transpired immediately after this discovery, but something happened that caused at least one Metroid organism to appear on Phaaze. The planet then loaded this creature – along with pieces Chozo-style powersuit armour, into a Phazon seed and launched it towards a heavily populated Chozo planet. This seed impacted Tallon IV and is contained by the Chozo within an impenetrable shield. The mutated superevolved Metroid creature within – clad in crafted power armour – is trapped in the shield until Samus Aran deactivated it thousands of years later.
+ </li>
+ </ul>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ <em>(Metroid Prime EU release, Metroid Prime III: Corruption and Metroid Prime Trilogy)</em>
+ </p>
+ <ul data-type="List" data-style="Bullet" class="sc-1lmbno3-0 eXGUJG">
+ <li>There are living planets in the <em>Metroid</em> Universe. Phaaze is explicitly referred to as being alive, and could interact with a sentient mind – as shown when a Galactic Federation Aurora Unit is implanted. The planet SR388 could be interpreted as having some form of sentience – it shook with apparent anger when its creatures were killed by Samus Aran, and precisely manipulated its oceans to lure the bounty hunter into hostile situations. (Metroid II: Return of Samus and Metroid Prime III: Corruption). The immediate backstory to the first game in the series is the discovery of the planet SR388. The final event of the final game in the chronology is the final destruction of SR388.
+ </li>
+ </ul>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ <em>(Metroid, Metroid II: Return of Samus)</em>
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3289">
+ <a class="js_header-anchor" id=""></a>Referencing
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ Each story section includes one or more of the below superscript annotations, to help inform the reader as to where the lore or speculation comes from. A brief key:
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqfwc3l0k28gif" data-recommend-id="image://18zqfwc3l0k28gif" data-format="gif" data-width="640" data-height="128" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 dXbcSW" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:20%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <video poster="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-webmsrc="https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqfwc3l0k28gif.webm" data-mp4src="https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqfwc3l0k28gif.mp4" data-postersrc="https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqfwc3l0k28gif.jpg" loop="" autoplay="" muted="" playsinline="" data-chomp-id="18zqfwc3l0k28gif" data-format="gif" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqfwc3l0k28gif.jpg"></video>
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ With all that said, let us begin.
+ </p>
+ <h2 class="sc-1bwb26k-1 RjwRf" id="h3290">
+ <a class="js_header-anchor" id=""></a>Part One: The Wars in Heaven
+ </h2>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3291">
+ <a class="js_header-anchor" id=""></a>The Living Planet
+ </h3>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqg21aub0sljpg" data-recommend-id="image://18zqg21aub0sljpg" data-format="jpg" data-width="640" data-height="488" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:76.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg21aub0sljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg21aub0sljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg21aub0sljpg.jpg 470w" draggable="auto" data-chomp-id="18zqg21aub0sljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ <em>(</em><span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-dramatic-97410107&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-dramatic-97410107" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span><em>)</em>
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ On an unknown planet in the universe, a race of avian humanoids evolved. The species that will come to be known as the Chozo possessed great strength, agility and intelligence. The species is peaceful, and is driven by a social/religious value that nature is sacred. [M1 / MP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqg86aaay9kjpg" data-recommend-id="image://18zqg86aaay9kjpg" data-format="jpg" data-width="640" data-height="575" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:89.8%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqg86aaay9kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqg86aaay9kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqg86aaay9kjpg.jpg 470w" draggable="auto" data-chomp-id="18zqg86aaay9kjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-Goddess-121103720&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-Goddess-121103720" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Certain blessed individuals were born with a unique gift – the vague comprehension of events set to take place in the distant future. Driven by these prophecies, the race advanced quickly and became space faring. With abstract predictions of a hostile universe, the Chozo developed powered armour and armaments to defend themselves. Prepared for whatever hostility awaited them, the Chozo explored the stars. [M1 / MP / MP SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqgmn6fovtyjpg" data-recommend-id="image://18zqgmn6fovtyjpg" data-format="jpg" data-width="640" data-height="409" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:63.9%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgmn6fovtyjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgmn6fovtyjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgmn6fovtyjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgmn6fovtyjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<em>Artist: Elearia</em>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo discovered that – despite their prophets’ visions of a chaotic and warring universe – the cosmos was enjoying a prolonged period of peace and enlightenment. First contact was made with a number of old and wise races, such as the Ylla, the N’kren, the Bryyonians, the Alimbic and the Luminoth. The species shared their cultures and technology, and gently colonised wild worlds such as Aether, Elysia, and Tallon IV. [MP / MPH / MP2 / MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqgp7wzq6v9jpg" data-recommend-id="image://18zqgp7wzq6v9jpg" data-format="jpg" data-width="640" data-height="503" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:78.6%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgp7wzq6v9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgp7wzq6v9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgp7wzq6v9jpg.jpg 470w" draggable="auto" data-chomp-id="18zqgp7wzq6v9jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://slapshoft.deviantart.com/art/quot-Past-is-Prologue-quot-259977883&quot;,{&quot;metric25&quot;:1}]]" href="http://slapshoft.deviantart.com/art/quot-Past-is-Prologue-quot-259977883" target="_blank" rel="noopener noreferrer"><em>Artist: Slapshoft</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Peace reigned through the cosmos. The alliance was a great universal renaissance, and lasted for a millennium. [MPH SP / MP2 SP / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqgqj9kac9hjpg" data-recommend-id="image://18zqgqj9kac9hjpg" data-format="jpg" data-width="640" data-height="426" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:66.6%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgqj9kac9hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgqj9kac9hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgqj9kac9hjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgqj9kac9hjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Oracle-of-Chozo-164523580&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Oracle-of-Chozo-164523580" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ During this calm, the Chozo prophets continued to receive increasingly severe visions of chaos. They foresaw a universe consumed by war, horrors evolving on distant worlds, and a great toxicity waiting to be unleashed. As the visions became more precise, the species isolated itself from its allies. The Chozo civilisation became intensely driven to fight this unclear threat. [MP / MP3 SP / M2 SP /MF SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqgrykgsndujpg" data-recommend-id="image://18zqgrykgsndujpg" data-format="jpg" data-width="640" data-height="273" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:42.7%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgrykgsndujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgrykgsndujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgrykgsndujpg.jpg 470w" draggable="auto" data-chomp-id="18zqgrykgsndujpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://danillovesfood.deviantart.com/art/Commission-Metroid-Prime-Skytown-Elysia-336095763&quot;,{&quot;metric25&quot;:1}]]" href="http://danillovesfood.deviantart.com/art/Commission-Metroid-Prime-Skytown-Elysia-336095763" target="_blank" rel="noopener noreferrer"><em>Artist: DanilLovesFood</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo needed more potent tools to locate this unseen and distant danger. They expanded their SkyTown colony on the gas giant Elysia and remade it into a vast interstellar observatory powered by the planet’s endless storms. The facility was of such scale that an entire species of artificial life became necessary to maintain it. The Chozo created their first species – the mechanical Elysians. [MP3 / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Probes were launched across the universe, and the Elysians and Chozo scrutinised the data. The search took generations, while the planet’s tempestuous atmosphere battered SkyTown, weathering the station faster than the Elysians could maintain it. After countless probe launches, a partial transmission received from a decaying and distant satellite set prophecy in motion. [MP3]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqgtjse9p7rjpg" data-recommend-id="image://18zqgtjse9p7rjpg" data-format="jpg" data-width="640" data-height="375" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:58.6%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgtjse9p7rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgtjse9p7rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgtjse9p7rjpg.jpg 470w" draggable="auto" data-chomp-id="18zqgtjse9p7rjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://mechanical-hand.deviantart.com/art/Phaaze-138141037&quot;,{&quot;metric25&quot;:1}]]" href="http://mechanical-hand.deviantart.com/art/Phaaze-138141037" target="_blank" rel="noopener noreferrer"><em>Artist: Mechanical-Hand</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The data received was terrifying. The blue planet registered as an organism, somehow existing as both mineral and flesh. Impossible radiation pulsed from the surface, which overwhelmed the Chozo satellite and rendered it inert. The location of the planet was immediately lost, and only a broad region of space could be established. [MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ With this find, the Chozo purpose on SkyTown was fulfilled. The race departed the facility, leaving the Elysians to continue their monitoring of the stars. The abandoned race of robots continued to launch satellites to try and rediscover the blue world, hopeful that such a discovery would herald the return of their Chozo creators. The Elysians searched unsuccessfully until Elysia’s endless storms eroded their civilisation into a rusted remnant. [MP3]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo reconciled their vague discovery of a blue living planet with their prophecies of toxicity. On this distant world of poison, could creatures have evolved so vicious that they endangered the universe? [MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3292">
+ <a class="js_header-anchor" id=""></a>The Invasion of Phaaze
+ </h3>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqgy9h1t7injpg" data-recommend-id="image://18zqgy9h1t7injpg" data-format="jpg" data-width="640" data-height="399" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:62.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqgy9h1t7injpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqgy9h1t7injpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqgy9h1t7injpg.jpg 470w" draggable="auto" data-chomp-id="18zqgy9h1t7injpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-flighter-175094535&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-flighter-175094535" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Finding the exact location of the deadly planet becomes a priority for the Chozo civilisation. A gargantuan ship was assembled on the holy planet of Tallon IV, and dispatched to the dark corner of the universe where the Elysian satellite had been lost. The greatest Chozo warriors, scientists and prophets commenced a crusade for the hostile world, knowing that they would likely never make it back home. During their long journey, they conceive a name for their target: Phaaze. [MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhapd1bv1hjpg" data-recommend-id="image://18zqhapd1bv1hjpg" data-format="jpg" data-width="640" data-height="450" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:70.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhapd1bv1hjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhapd1bv1hjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhapd1bv1hjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhapd1bv1hjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/MP-C-Phaaze-89786422&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/MP-C-Phaaze-89786422" target="_blank" rel="noopener noreferrer"><em>Artist: SesakaTH</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Generations passed, and the Chozo expedition finally located the blue planet. As they approached, they witnessed the living world as it endlessly pulsed with blue and white energies. There was nothing like this place elsewhere in the universe. [MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Their scans confirmed their worst fears – this atmosphere was a bath of radiation and mutation – and evolution had produced horrors. [MP3 SP]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhdvss5le8jpg" data-recommend-id="image://18zqhdvss5le8jpg" data-format="jpg" data-width="640" data-height="621" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:97%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhdvss5le8jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhdvss5le8jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhdvss5le8jpg.jpg 470w" draggable="auto" data-chomp-id="18zqhdvss5le8jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://samusmmx.deviantart.com/art/Phazon-Worm-252806281&quot;,{&quot;metric25&quot;:1}]]" href="http://samusmmx.deviantart.com/art/Phazon-Worm-252806281" target="_blank" rel="noopener noreferrer"><em>Artist: SamusMMX</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ For billions of years, Phaaze had mutated and irradiated life that evolved on its surface. The strongest creatures had survived to thrive in an ecosystem of beautiful poison. It was then that the Chozo understood: They had arrived at the home of the most devastating and deranged creatures in the known universe. [MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ If these monsters were to escape their containment on Phaaze, they would voraciously consume their way through the cosmos. With younger races only centuries away from space travel, the Chozo could not risk them finding this world and releasing its terrors. [MP3 SP]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo expedition came to an impasse. The threat of Phaaze’s superpredators had to be neutralised, but severe action against the planet would be sacrilege. The Chozo held life sacred, and refused to destroy the unique living world. [MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ A dangerous plan was agreed upon. The expedition ship landed on Phaaze, exposing the crew to tremendous radiation. [MP3 SP]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhfmxw5dphjpg" data-recommend-id="image://18zqhfmxw5dphjpg" data-format="jpg" data-width="640" data-height="532" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:83.1%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhfmxw5dphjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhfmxw5dphjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhfmxw5dphjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhfmxw5dphjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://adoublea.deviantart.com/art/Metroid-Chozo-warrior-138820343&quot;,{&quot;metric25&quot;:1}]]" href="http://adoublea.deviantart.com/art/Metroid-Chozo-warrior-138820343" target="_blank" rel="noopener noreferrer"><em>Artist: Adoublea</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Chozo Warriors in power suits fought the planet’s creatures as they swarmed the ship. The soldiers battled, watching their kin die around them, in a desperate mission to buy time. [MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The scientists within the ship began to harness the intense radiation around them, to try and engineer an artificial predator that could neutralise the planet’s superpredators. With access to the unique Phazon mutagen that covered the poisonous world, genetic engineering that should have taken decades was done in days. The Chozo engineered the first Metroid. [MP3 SP]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhh28q856sjpg" data-recommend-id="image://18zqhh28q856sjpg" data-format="jpg" data-width="640" data-height="598" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:93.4%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhh28q856sjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhh28q856sjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhh28q856sjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhh28q856sjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://methuselah3000.deviantart.com/art/Chozo-Creator-278707002&quot;,{&quot;metric25&quot;:1}]]" href="http://methuselah3000.deviantart.com/art/Chozo-Creator-278707002" target="_blank" rel="noopener noreferrer"><em>Artist: Methuselah3000</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Metroid creature was unleashed onto the planet, and the radiation caused it to reproduce quickly. The resulting swarm of Metroids began to consume the planet’s monstrosities and established themselves as Phaaze’s apex predator. [MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo mission was complete. The worst creatures were being hunted to extinction, and the Metroids were expected to die from starvation soon after. The cost had been enormous – most of the crew had been killed defending the ship, and the survivors were deathly ill from radiation poisoning. The burnt and damaged ship took off for the long journey home, but the crew soon succumbed to the radiation they had endured. The autopilot took the ship of Chozo bodies home. [MP3 SP]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhipfm1vidjpg" data-recommend-id="image://18zqhipfm1vidjpg" data-format="jpg" data-width="640" data-height="381" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:59.5%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhipfm1vidjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhipfm1vidjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhipfm1vidjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhipfm1vidjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Phazon-Mines-178697159&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Phazon-Mines-178697159" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ On Phaaze, the Metroid presence lasted decades as they consumed the planet’s superpredators. The corpses of Chozo warriors were absorbed into the planet, and their battle armour slowly became weathered and scattered. The planet’s slow sentience developed an outrage that seethed under its continents. It had been violated by the Chozo. As the Metroid infestation began to die out, Phaaze developed a very primitive concept of purpose and retribution. [MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Phaaze established a vague awareness of concepts it had absorbed from the brains of the Chozo warrior corpses – and the location of two worlds from the Chozo’s memories. As the planet entered its reproductive cycle, it purposely directed two of its seeds towards the planets Tallon IV and Aether. In the seed sent to the Chozo world, Phaaze included one of the last surviving Metroid creatures and some ruined pieces of Chozo armour, intended as a reminder of the crime Phaaze had endured at their hands. The planet sent its second seed to Aether, as the absorbed memories informed the living planet that its inhabitants were friends of the Chozo, and therefore the enemies of Phaaze. [MP 1 / MP 2 SP / MP3 SP]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The expedition ship – heavily damaged by radiation and lack of maintenance – was guided back to civilisation by an increasingly erratic auto-pilot. After decades it eventually approached the Chozo world of Zebes, and crash-landed onto its surface. The Chozo civilisation attempted to recover data logs from the wreckage with very limited success – they were able to understand the sacrifice that the heroic crew had made, and confirmed the apparent success of the Metroids in neutralising the creatures on the living planet. The Chozo authorities were unable to establish the location of Phaaze, or recover much in the way of scientific data concerning it. [MP3 SP / SM SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhkgkmizwijpg" data-recommend-id="image://18zqhkgkmizwijpg" data-format="jpg" data-width="640" data-height="380" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:59.4%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhkgkmizwijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhkgkmizwijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhkgkmizwijpg.jpg 470w" draggable="auto" data-chomp-id="18zqhkgkmizwijpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://methuselah3000.deviantart.com/art/MDB-Bestiary-Metroid-Prime-338464952&quot;,{&quot;metric25&quot;:1}]]" href="http://methuselah3000.deviantart.com/art/MDB-Bestiary-Metroid-Prime-338464952" target="_blank" rel="noopener noreferrer"><em>Artist: Methuselah3000</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ As the Tallon IV seed began its centuries of travelling through space, the lone Metroid within absorbed vast amounts of Phazon and radiation. It became self-aware, and grew in size, intelligence and strength. It used the ruined pieces of Chozo armour to construct itself an exoskeleton, and descended into madness. The exoskeleton failed to protect the creature from the endless radiation, and the Metroid became as exotic as Phaaze’s extinct superpredators: An undying tortured genius. [MP / MP2 / MP3 / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The creature that would come to be known as Metroid Prime resented Phaaze for imprisoning it in the Leviathan. It resented the Chozo for creating and discarding the Metroids. It decided that it would survive, bring order to the chaotic universe that birthed it, and somehow enslave Phaaze to its will. In its solitude, immortal as a consequence of its mutations, Metroid Prime plotted its revenge against the universe. [MP / MP2 / MP3 / MP3 SP]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3293">
+ <a class="js_header-anchor" id=""></a>The Dark Planet
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ With a clear understanding of the danger of living planets, the Chozo authority commenced a search for similar threats. With far more advanced technology than their ancestors had during the Elysian era, the Chozo were unfortunate enough to find a planet of even greater horrors. [MP 3 SP / M2]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhnuwesum0jpg" data-recommend-id="image://18zqhnuwesum0jpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:75%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhnuwesum0jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhnuwesum0jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhnuwesum0jpg.jpg 470w" draggable="auto" data-chomp-id="18zqhnuwesum0jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://peacefistartist.deviantart.com/art/SR388-126083062&quot;,{&quot;metric25&quot;:1}]]" href="http://peacefistartist.deviantart.com/art/SR388-126083062" target="_blank" rel="noopener noreferrer">Artist: PeaceFistArtist</a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo detected strange readings coming from a world in a desolate part of the galaxy. The planet had been previously considered so obscure and unimportant that it didn’t have a name, merely catalogued with the codename SR388 and left to its obscurity. A detailed analysis picked up some extremely strange observations; though seemingly mineral, the caverns and liquids beneath the surface shifted with metabolic rhythm – as if the whole planet was somehow a living thing. A ship was dispatched, and the strongest Chozo warriors braved the caverns beneath the surface. [M2 / M2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Few made it back. They told of a cauldron of evil, an environment so hostile and vicious that it had birthed the most terrible things. [M2]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhokjxzrgmjpg" data-recommend-id="image://18zqhokjxzrgmjpg" data-format="jpg" data-width="640" data-height="355" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:55.5%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhokjxzrgmjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhokjxzrgmjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhokjxzrgmjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhokjxzrgmjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://lightningarts.deviantart.com/art/Metroid-Metal-Fusion-Sector1-393385160&quot;,{&quot;metric25&quot;:1}]]" href="http://lightningarts.deviantart.com/art/Metroid-Metal-Fusion-Sector1-393385160" target="_blank" rel="noopener noreferrer">Artist: LightningArts</a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Beneath that planet, evolution had been won by an abomination that could steal the flesh, abilities, memories and strengths of all of its prey. The creature was a fusion of energy and plasma that parasitized on life itself. With no word suitable for the nightmare they had discovered, the Chozo simply called it X. If these X-Parasites somehow gained access to the wider universe, there would be no force that could contain them. [M2]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The threat had to be dealt with. Remembering the apparent success of the Chozo expedition to Phaaze, a plan was put into action. The Chozo assembled their best and brightest, their strongest and wisest. They carved their way into SR388, and dispatched mechanical creatures to construct secure facilities. Robots and Chozo warriors repressed all instances of the X-Parasite as they found them, but casualties were high. The planet appeared to fight the Chozo at every turn, it drowned the invaders in acid and unleashed ambushes of creatures. The endless swam of X-Parasites gained strength from the corpses around them. [MP3 SP / M2]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Deep in the planet, a glass laboratory was created, its walls highly resistant to SR388’s acid belly. Here, in dangerous proximity to the X-Parasites, the Chozo scientists began their work. [M2]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhrsyn6h9wjpg" data-recommend-id="image://18zqhrsyn6h9wjpg" data-format="jpg" data-width="640" data-height="552" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:86.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhrsyn6h9wjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhrsyn6h9wjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhrsyn6h9wjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhrsyn6h9wjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Chozo-Account-119685313&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Chozo-Account-119685313" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo tried to recreate the plan of their ancestors – the use of Metroids to pacify superpredators too dangerous to exist. Without access to the same planetary radiation and materials the Phaaze expedition had, progress was slow. As the war against the planet was raging around them, the Chozo scientists were able to engineer Metroids, but not a variant strong enough to overcome the X-Parasites. As more and more Chozo died protecting the laboratory, a different approach was needed. [M2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqht0ddb9ozjpg" data-recommend-id="image://18zqht0ddb9ozjpg" data-format="jpg" data-width="640" data-height="396" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:61.9%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqht0ddb9ozjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqht0ddb9ozjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqht0ddb9ozjpg.jpg 470w" draggable="auto" data-chomp-id="18zqht0ddb9ozjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://starshadow76.deviantart.com/art/Metroid-Queen-Concept-Art-157008177&quot;,{&quot;metric25&quot;:1}]]" href="http://starshadow76.deviantart.com/art/Metroid-Queen-Concept-Art-157008177" target="_blank" rel="noopener noreferrer"><em>Artist: Starshadow76</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo succeeded in engineering a Metroid Queen, a colossal creature who would lay Metroid Hatchling eggs. When hatched, these resulting Metroids were strong and durable creatures, and finally potent enough to combat the X menace. The Chozo knew that to completely suppress the parasites, the Metroid presence on SR388 had to be permanent. To ensure that the species would not overfeed on the environment and wipe out its food chains, the scientists hardwired an instinct into the Metroid Queen’s feral mind: Only thirty-nine Metroids were to exist on the planet at any one time. This, it was hoped, would keep their numbers high enough to destroy any X re-emergence, but low enough so that they wouldn’t consume the rest of the life on the planet, and starve to death from lack of food. [M2]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The scientists assembled a payload of Hatchling Eggs and the surviving Chozo warriors distributed them across the planet. The eggs hatched quickly, and the X-Parasites were immediately overwhelmed by the infant Metroids. The X-Parasites were quickly hunted to near-extinction, with only a few surviving cells entering a state of suspension deep in the planet. [M2 SP / MF]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo had won their war, but only just. Most of the warriors and scientists had not survived, and those that were left had to make sure that the X-Parasites had been permanently suppressed. The planet shook with tremors; the earth shifted and acid poured, as if the world was trying to crush the Chozo in their glass laboratory. [M2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The X-Parasites did not return, and the Metroid Queen continued to scream as her glass prison shook. The Chozo didn’t realise it, but her despair was being heard. [M2 SP]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqhuzegzvcfjpg" data-recommend-id="image://18zqhuzegzvcfjpg" data-format="jpg" data-width="640" data-height="415" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:64.8%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqhuzegzvcfjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqhuzegzvcfjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqhuzegzvcfjpg.jpg 470w" draggable="auto" data-chomp-id="18zqhuzegzvcfjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://hermax669.deviantart.com/art/Omega-Metroid-93544917&quot;,{&quot;metric25&quot;:1}]]" href="http://hermax669.deviantart.com/art/Omega-Metroid-93544917" target="_blank" rel="noopener noreferrer"><em>Artist: Hermax669</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ SR388 had been violated by the Chozo. Though very different to Phaaze, SR388 had its own vague sense of awareness. It perceived the Chozo as a viral infection, and the dead X-Parasites as part of itself. It understood loss, and shook with ancient rage. [MP3 SP / M2 SP / MF SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ It changed itself to change the Metroids. It adopted them to replace the X-Parasites, and quickly killed the weaker breeds. It moved its radioactive minerals closer to their eggs and soon mutated the species. As SR388 had done with X, it did with the Metroids. It made them strong. [M2 SP / MF SP]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Alpha, Gamma, Zeta and Omega Metroids spawned quickly, and responded to the screams of their Queen. With their bulk and strength, they smashed through the glass laboratory and slaughtered their Chozo creators. The Chozo warriors were hunted down and crushed. [M2]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ SR388 developed into a new cauldron of hostility. The Metroids served as the apex predator, and the robots of the Chozo decayed into machine madness and prowled the ruins, killing on sight. The Chozo mission to suppress the X-Parasite had been a success, but the planet had gained its revenge. [M2 / M2 SP / MF]
+ </p>
+ <h2 class="sc-1bwb26k-1 RjwRf" id="h3294">
+ <a class="js_header-anchor" id=""></a>Part Two: The End of the Renaissance
+ </h2>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3295">
+ <a class="js_header-anchor" id=""></a>The Holy World
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo had devastated two planets for the good of the universe, and sustained many causalities. The superpredators of Phaaze were extinct and the X-Parasites were permanently suppressed. With the crisis over, the race became consumed with a collective sense of guilt over their necessary actions. The Chozo believed the life of the universe to be sacred, and had to reconcile their aggressive actions with their faith. [MP SP / MP3 SP / M2 / MF]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Worse still, their prophets continued to have visions of endless conflict and death. War was coming to the universe, and it seemed that their sins had not saved them. Many began to doubt these visions, and a schism occurred. [MP/ MP3 SP]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The bulk of the Chozo civilisation retired themselves from galactic affairs, leaving only a few scattered colonies amongst the stars. The race retreated to the holy planet of Tallon IV, to shun their technologies and begin simpler, poetic lives. These Chozo reconnected themselves to the natural world and tried to find a harmony with it. As time went on, the most potent prophets became manic, and tried to warn their fellows of a great poison that was to come. [M1 / MP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ These visions were met with increasing dismissal, but the day finally came when the prophets were believed. After eons swimming in the stars, Phaaze’s seed entered the Tallon system. [MP / MP3]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqidecyjp0ujpg" data-recommend-id="image://18zqidecyjp0ujpg" data-format="jpg" data-width="640" data-height="315" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:49.2%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqidecyjp0ujpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqidecyjp0ujpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqidecyjp0ujpg.jpg 470w" draggable="auto" data-chomp-id="18zqidecyjp0ujpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://hameed.deviantart.com/art/Cessation-619497&quot;,{&quot;metric25&quot;:1}]]" href="http://hameed.deviantart.com/art/Cessation-619497" target="_blank" rel="noopener noreferrer"><em>Artist: Hameed</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Leviathan crashed down, and rained poison and death unto the world. The impact survivors watched as their sacred nature succumbed to the mutagens leaking from the seed, and barricaded themselves in their temples as the flora and fauna transformed. Phazon spread beneath the surface of the dying planet, and radiation storms battered the surface. [MP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqiejsfe664jpg" data-recommend-id="image://18zqiejsfe664jpg" data-format="jpg" data-width="640" data-height="674" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:105.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiejsfe664jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiejsfe664jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiejsfe664jpg.jpg 470w" draggable="auto" data-chomp-id="18zqiejsfe664jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://riivka.deviantart.com/art/Fading-321733899&quot;,{&quot;metric25&quot;:1}]]" href="http://riivka.deviantart.com/art/Fading-321733899" target="_blank" rel="noopener noreferrer"><em>Source: Riivka</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozos’ punishment for their sins, and the fulfilment of Phaaze’s wrath, reached biblical proportions. The Chozo of Tallon IV did not get to rest in peace. Their life energies suffered from Phazon disruption, and upon death they became mad ghosts who screamed forever as they were torn in and out of the material world. In this purgatory, the undead immaterial Chozo murdered anyone they could find. [MP / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ As their numbers dwindled, the last of the Chozo constructed a great temple above the impact crater. Within this temple, they used what little technology remained to project an energy field around the Leviathan to slow the spread of contagion. As the Chozo civilisation on Tallon IV was extinguished, their dying prophets told of a hero who would one day emerge, to enter the crater and defeat the evil worm within. [MP]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqigaxkohx4jpg" data-recommend-id="image://18zqigaxkohx4jpg" data-format="jpg" data-width="640" data-height="405" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:63.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqigaxkohx4jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqigaxkohx4jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqigaxkohx4jpg.jpg 470w" draggable="auto" data-chomp-id="18zqigaxkohx4jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://havoc-dm.deviantart.com/art/Metroid-Prime-74392852&quot;,{&quot;metric25&quot;:1}]]" href="http://havoc-dm.deviantart.com/art/Metroid-Prime-74392852" target="_blank" rel="noopener noreferrer"><em>Source: Havoc-DM</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Within the Impact Crater, Metroid Prime remained trapped within the Chozo energy field. In its armour constructed from ancient Chozo power suits, it continued its wait to be unleashed on the universe. [MP / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3296">
+ <a class="js_header-anchor" id=""></a>Dark Echoes
+ </h3>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqiho9ab5xrjpg" data-recommend-id="image://18zqiho9ab5xrjpg" data-format="jpg" data-width="640" data-height="639" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:99.8%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiho9ab5xrjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiho9ab5xrjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiho9ab5xrjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiho9ab5xrjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/luminoth-priest-191995430&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/luminoth-priest-191995430" target="_blank" rel="noopener noreferrer">Artist: 3ihard</a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ On the planet Aether, an ancient race of mystics known as the Luminoth received the horrifying data coming from Tallon IV. In distant times, the Luminoth and the Chozo had been steadfast allies – until the Chozo retreat ended their ties. Desperate to assist, the Luminoth began to organise a rescue mission. [MP2 / MP2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqijbga70tljpg" data-recommend-id="image://18zqijbga70tljpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:75%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqijbga70tljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqijbga70tljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqijbga70tljpg.jpg 470w" draggable="auto" data-chomp-id="18zqijbga70tljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://pugofdoom.deviantart.com/art/Chozo-Ghost-88765133&quot;,{&quot;metric25&quot;:1}]]" href="http://pugofdoom.deviantart.com/art/Chozo-Ghost-88765133" target="_blank" rel="noopener noreferrer">Artist: PugOfDoon</a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ A dark transmission was received from Tallon IV. The image showed a screaming, ghostly Chozo figure, flickering in and out of the living universe. In its undead madness, it spoke for its kin. It raged that they would kill anyone who would set foot on their world. The planet was pandemonium, a cursed world on which the dead could not die. As the signal faded, the Luminoth realised that there was no one left alive to rescue. [MP SP / MP2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Luminoth were receiving strange readings from the devastated planet. A mutagen was spreading, unlike anything they had ever encountered. They scanned the stars for its source, and made a devastating discovery – a mass of the same mutagen was on a collision course with Aether. Phaaze’s second seed had nearly arrived at its destination. [MP2 SP / MP3 SP]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The people of Aether turned to their technology to save them. Their planet had no native star of its own, and had been implanted millennia ago with a complex energy network that sustained all life. This system was reverently called the Light of Aether, and harnessed the light of the universe in its mechanism. The Luminoth realised that even with this great power, they could not destroy the Phazon Leviathan. A different approach was needed. [MP2 / MP2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqim04ra2w5jpg" data-recommend-id="image://18zqim04ra2w5jpg" data-format="jpg" data-width="640" data-height="736" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:115%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqim04ra2w5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqim04ra2w5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqim04ra2w5jpg.jpg 470w" draggable="auto" data-chomp-id="18zqim04ra2w5jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/Sanctuary-Fortress-Ing-Hive-72912247&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/Sanctuary-Fortress-Ing-Hive-72912247" target="_blank" rel="noopener noreferrer"><em>Artist: SesaKath</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Luminoth used their great Light to engineer a small pocket universe, a dark lifeless echo of existence. The plan was bold: they would use the Light of Aether to surgically open the fabric of reality in the path of the Phazon seed, and allow it to harmlessly enter the pocket universe. If all went well, they would be saved. [MP2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The day came, and the Leviathan entered Aether’s atmosphere. The Luminoth commenced their great plan. [MP2 SP]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqimznelg78jpg" data-recommend-id="image://18zqimznelg78jpg" data-format="jpg" data-width="640" data-height="321" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:50.2%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqimznelg78jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqimznelg78jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqimznelg78jpg.jpg 470w" draggable="auto" data-chomp-id="18zqimznelg78jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://adriencgd.deviantart.com/art/Clashing-Neighbors-327277211&quot;,{&quot;metric25&quot;:1}]]" href="http://adriencgd.deviantart.com/art/Clashing-Neighbors-327277211" target="_blank" rel="noopener noreferrer"><em>Artist: Adriencgd</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Phaaze’s seed was a sum of living materials beyond Luminoth comprehension. It hit the pocket universe with incalculable force, and a tsunami of exotic energy ruptured space and time. The equipment containing the dark reality lost containment within moments, and the Luminoth were helpless as their creation expanded across the entire planet. A wave of dark energy absorbed creatures, structures and land into the dark universe, and what was once a single planet – was now two. [MP2 / MP2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Luminoth surveyed the devastation. The Phazon seed was gone – it had indeed collided with the dark universe. Entire continents, with millions of inhabitants, had vanished with it. [MP2 / MP2 SP
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqiocyxn4ksjpg" data-recommend-id="image://18zqiocyxn4ksjpg" data-format="jpg" data-width="640" data-height="407" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:63.6%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiocyxn4ksjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiocyxn4ksjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiocyxn4ksjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiocyxn4ksjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://azureparagon.deviantart.com/art/Void-Xarasque-Sky-Station-244410462&quot;,{&quot;metric25&quot;:1}]]" href="http://azureparagon.deviantart.com/art/Void-Xarasque-Sky-Station-244410462" target="_blank" rel="noopener noreferrer"><em>Artist: AzureParagon</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ In the dark universe, a grotesque world was being born. Previous inhabitants of Aether, having been absorbed when containment of the pocket universe was lost, found themselves twisted by the corrosive new reality around them. Most perished, and their flesh fed the strange carnivorous fungi that glowed sickly colours. Some survivors were mutated by the Phazon slowly spreading beneath the surface, and adapted to survive in the hostility. [MP2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Aether and its echo, the Phazon-infested Dark Aether, existed in synchronicity. As the Luminoth tried to rebuild their planet, it took only decades for cracks to form in the ether separating the two realities. As rips in the universe shattered open, Aether became a battlefield. [MP2]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqiq826qgjkjpg" data-recommend-id="image://18zqiq826qgjkjpg" data-format="jpg" data-width="640" data-height="379" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:59.2%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiq826qgjkjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiq826qgjkjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiq826qgjkjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiq826qgjkjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://xxkiragaxx.deviantart.com/art/ING-181463823&quot;,{&quot;metric25&quot;:1}]]" href="http://xxkiragaxx.deviantart.com/art/ING-181463823" target="_blank" rel="noopener noreferrer"><em>Artist: Xxkiragaxx</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ A womb of Phazon mutation and dark energies had birthed a cunning and ferocious horde. The Ing erupted through the cracks between the two worlds, and commenced slaughter. They were fought back by the Luminoth, and a war began between the two parallel worlds. The Ing invaded Aether with regularity, and killed, pillaged and destroyed all that they could find. The Luminoth retaliated and crusaded into Dark Aether in their Light Suits, on suicide missions to exterminate the source of the Ing menace. Both sides suffered colossal casualties as the decades went on. [MP2]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqirpbvm7a1jpg" data-recommend-id="image://18zqirpbvm7a1jpg" data-format="jpg" data-width="640" data-height="535" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:83.6%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqirpbvm7a1jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqirpbvm7a1jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqirpbvm7a1jpg.jpg 470w" draggable="auto" data-chomp-id="18zqirpbvm7a1jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/The-U-MOS-118477953&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/The-U-MOS-118477953" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The war was being lost by the Luminoth. The Ing had exterminated most of their race and had stolen too many vital technologies. With the theft of essential energy components from the Light of Aether power network, they had become a defeated people. [MP2]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Ing had destroyed all of Aether’s ancient ships, and condemned the Luminoth to no escape from their doomed world. With no other choice, the survivors sealed themselves in an inner sanctum, and entered a state of suspended animation. One custodian, U-Mos, volunteered to be their guardian. As Aether became weaker and weaker, the Luminoth waited for someone to save them. They would wait a very long time. [MP2]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3297">
+ <a class="js_header-anchor" id=""></a>The Sacrifice of the Alimbics
+ </h3>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqitehsufhejpg" data-recommend-id="image://18zqitehsufhejpg" data-format="jpg" data-width="640" data-height="393" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:61.4%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqitehsufhejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqitehsufhejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqitehsufhejpg.jpg 470w" draggable="auto" data-chomp-id="18zqitehsufhejpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://kihunter.deviantart.com/art/MPH-The-Alimbics-94723125&quot;,{&quot;metric25&quot;:1}]]" href="http://kihunter.deviantart.com/art/MPH-The-Alimbics-94723125" target="_blank" rel="noopener noreferrer"><em>Artist: Kihunter</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ As the Chozo and the Luminoth fell, so too did other ancient races. In a distant part of the universe, the Alimbics were a militaristic society that maintained peace in their galactic cluster. Their order was shattered when a murderous entity, originating from someplace beyond the understood universe, plummeted into one of their worlds. The creature emerged from the devastation as a gaseous entity, and assumed an Alimbic-styled body to begin its onslaught. [MPH]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ This alien juggernaut was named Gorea by the Alimbic race, and they soon understood it brought only death. Gorea killed every Alimbic it could find, and destroyed everything in its path. Planet after planet fell to Gorea, and the Alimbics realised the creature would never stop. [MPH]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqiuxqv4hadjpg" data-recommend-id="image://18zqiuxqv4hadjpg" data-format="jpg" data-width="640" data-height="355" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:55.5%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiuxqv4hadjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiuxqv4hadjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiuxqv4hadjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiuxqv4hadjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/The-Oubliette-46403925&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/The-Oubliette-46403925" target="_blank" rel="noopener noreferrer"><em>Artist: Sesakath</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Alimbics performed an act of supreme sacrifice. They combined the mental energies of their entire race to forge a prison for Gorea. The psychic prison held it bound, and it was transplanted into an organic vessel called The Oubliette. The vessel was launched into the void outside of the universe, a course that would keep its indestructible prisoner in exile forever. The systems of the prison ship were tasked to scan the every molecule of the imprisoned Gorea, and devise an Omega weapon that could be used to kill it. [MPH / MPH SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The mental energies expelled in this plan consumed the physical bodies of the entire Alimbic race. They vanished from the universe in an instant. Their sacrifice protected all life in the cosmos from Gorea’s murderous rampage. [MPH]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3298">
+ <a class="js_header-anchor" id=""></a>The War of Bryyo
+ </h3>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqixy9iqkrejpg" data-recommend-id="image://18zqixy9iqkrejpg" data-format="jpg" data-width="640" data-height="414" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:64.7%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqixy9iqkrejpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqixy9iqkrejpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqixy9iqkrejpg.jpg 470w" draggable="auto" data-chomp-id="18zqixy9iqkrejpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sesakath.deviantart.com/art/MP-C-Bryyo-88412835&quot;,{&quot;metric25&quot;:1}]]" href="http://sesakath.deviantart.com/art/MP-C-Bryyo-88412835" target="_blank" rel="noopener noreferrer"><em>Artist: Sesakath</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ As the old races of the universe died around them, the lizard people of Bryyo faced their own challenges. The Bryyonians were an advanced, space-faring race who had learned much from their Chozo allies. Their society was a deeply polarised one, with tensions eternal between the scientific and religious factions.[MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Over the previous centuries, the scientific agenda had dominated, with space travel proving beneficial and enlightening. As the Chozo, Luminoth and Alimbics faced extinction, the religious Bryyonians believed more than ever that the universe was a hostile place, and became desperate to stop their scientific counterparts. [MP3]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ A great war exploded across Bryyo. By its end, the scholars had been wiped out and the survivors of both sides had regressed to a feral existence. The race devolved into animals, wandering around ruins that they no longer understood. Language vanished and strength ruled. Anyone who landed on Bryyo was meat, to be killed and eaten. [MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3299">
+ <a class="js_header-anchor" id=""></a>The Little Rainy Planet
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ The onslaught of vengeances, conquerors, poisons and politics destroyed the old races. The Alimbics had lost their flesh, while the Bryyonians had lost their souls. The Luminoth had retreated into stasis, and the Chozo of Tallon IV had been condemned to a living death. [MP / MPH / MP2 / MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqiznfcy0icjpg" data-recommend-id="image://18zqiznfcy0icjpg" data-format="jpg" data-width="640" data-height="430" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:67.2%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqiznfcy0icjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqiznfcy0icjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqiznfcy0icjpg.jpg 470w" draggable="auto" data-chomp-id="18zqiznfcy0icjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://kaiquesilva.deviantart.com/art/Planet-Zebes-251229151&quot;,{&quot;metric25&quot;:1}]]" href="http://kaiquesilva.deviantart.com/art/Planet-Zebes-251229151" target="_blank" rel="noopener noreferrer"><em>Artist: Kaiquesilva</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ On a small, rainy planet called Zebes, the last known Chozo colony had watched the stars with impotence. This small settlement of the nearly-extinct avian race witnessed the end of the great universal renaissance, and the slow beginning of a new chapter in galactic history. Gradually, the younger races were launching their first satellites into space. In time, new empires would rise to take the place of the old. [M1 / M1 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqj0sv6pheljpg" data-recommend-id="image://18zqj0sv6pheljpg" data-format="jpg" data-width="640" data-height="591" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:92.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj0sv6pheljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj0sv6pheljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj0sv6pheljpg.jpg 470w" draggable="auto" data-chomp-id="18zqj0sv6pheljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://3ihard.deviantart.com/art/Praying-for-Universe-179491357&quot;,{&quot;metric25&quot;:1}]]" href="http://3ihard.deviantart.com/art/Praying-for-Universe-179491357" target="_blank" rel="noopener noreferrer"><em>Artist: 3ihard</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Zebes prophets’ saw the visions the Chozo had always endured: great wars, spreading poison and death. And suddenly, something bold was foreseen. [M1 SP / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqj1sdn0v6rjpg" data-recommend-id="image://18zqj1sdn0v6rjpg" data-format="jpg" data-width="640" data-height="528" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:82.5%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqj1sdn0v6rjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqj1sdn0v6rjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqj1sdn0v6rjpg.jpg 470w" draggable="auto" data-chomp-id="18zqj1sdn0v6rjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://fddt.deviantart.com/art/Samus-Aran-368975394&quot;,{&quot;metric25&quot;:1}]]" href="http://fddt.deviantart.com/art/Samus-Aran-368975394" target="_blank" rel="noopener noreferrer"><em>Artist: Fddt</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ A great hunter, clad in orange, red and green. The Chozo glimpsed a future hero, alone in the darkness beneath worlds, fighting so that good could survive evil. They saw her curing poisoned planets, and ending galactic wars. They saw the universe’s one chance to survive its apocalyptic future. They saw the only one who could defy prophecy. [M1 / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ And they saw her wearing Chozo armour. [M1]
+ </p>
+ <h2 class="sc-1bwb26k-1 RjwRf" id="h3300">
+ <a class="js_header-anchor" id=""></a>Part Three: The New Empires
+ </h2>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3301">
+ <a class="js_header-anchor" id=""></a>The Humans
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ On the planet Earth, the human race had finally developed a ship capable of leaving their solar system. A brave crew ventured into the universe to learn whether life existed elsewhere. Their discoveries fundamentally changed the human condition. On planet after planet, they found ruined tombs and cities, guarded by weathered statues of dead races. Most significant of all, they found technology. [M1 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The humans reverse engineered their salvage, and advanced with pace. Within another century, faster-than-light ships explored the stars, and colonies transformed hostile worlds into homes. Peaceful relations formed between other younger races, and a great Galactic Federation was founded. [M1 SP]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3302">
+ <a class="js_header-anchor" id=""></a>The Space Pirates
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ In a less hospitable region of space, a cabal of battered races joined their forces to survive. On planets where acid rain burned flesh and magma flowed, the alliance expanded into a hardened space empire. They ventured into nearby systems and took what they needed from anyone they could reach. They found the ruins of the old races and ransacked the ancient technologies within. They immersed themselves in science and unlocked the secrets of their finds. Within decades, they had advanced their spread with stronger and faster ships. The creatures enhanced themselves, rewriting their genetics and integrating mechanisms beneath their flesh. They were unique: a cybernetic race of furious murderers with a skill for patient scientific process. As more planets were invaded, their conquered civilisations were conscripted by force. [M1 SP / MP / MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The inevitable moment came when their Empire reached the borders of the vast Galactic Federation. [M1 SP / MP / MP3]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqjuebmfw70jpg" data-recommend-id="image://18zqjuebmfw70jpg" data-format="jpg" data-width="640" data-height="489" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:76.4%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjuebmfw70jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjuebmfw70jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjuebmfw70jpg.jpg 470w" draggable="auto" data-chomp-id="18zqjuebmfw70jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://mr-corr.deviantart.com/art/fight-for-norion-175087687&quot;,{&quot;metric25&quot;:1}]]" href="http://mr-corr.deviantart.com/art/fight-for-norion-175087687" target="_blank" rel="noopener noreferrer"><em>Artist: Mr-Corr</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ First contact was brief and furious. On that day, the warning went out to all the worlds of the Federation: Beware the Space Pirates. Though no state of war was officially declared, the empires attacked each other on sight. The Galactic Federation was large enough to repress any meaningful incursions into their space. [M1 SP / MP SP / MP3 SP / SM SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3303">
+ <a class="js_header-anchor" id=""></a>The Massacre of Two Families
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Galactic Federation discovered the last Chozo Colony on Zebes. The tired, ancient avians welcomed the humans and shared with them wisdom and knowledge. They offered the Galactic Federation new sciences, and taught them how to make organic computers. The Federation studied the Chozo’s own central processing unit, an engineered brain that mothered over their colony, and left with plans to assemble their own variants. On the nearest habitable planet of K-2L, a colony was established. [M1 / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ On this world, the human Samus Aran was born. [M1]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqjw7ft0zj5jpg" data-recommend-id="image://18zqjw7ft0zj5jpg" data-format="jpg" data-width="640" data-height="478" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:74.7%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjw7ft0zj5jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjw7ft0zj5jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjw7ft0zj5jpg.jpg 470w" draggable="auto" data-chomp-id="18zqjw7ft0zj5jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://methuselah3000.deviantart.com/art/Zebesian-Space-Pirate-301454831&quot;,{&quot;metric25&quot;:1}]]" href="http://methuselah3000.deviantart.com/art/Zebesian-Space-Pirate-301454831" target="_blank" rel="noopener noreferrer"><em>Artist: Methuselah3000</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Barely out of infancy, the young Samus witnessed her family die. A Space Pirate raiding party overwhelmed her colony and murdered everyone she ever knew. By staying silent while surrounded by horror, Samus survived as the Pirates ransacked the settlement and left. [M1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo colony on Zebes received K-2L’s automated distress signal. In an ancient dusty ship, they reached the planet and found Samus to be the only survivor of the massacre. The child was brought to Zebes, and the Chozo deliberated. Should she be returned to her own kind, or allowed to stay? [M1]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Across the colony, the Prophets experienced a simultaneous moment of clarity. They understood immediately that they had found their prophesised hero. The young girl was their inheritor, and would grow strong. She would learn all she could from them, and take their strongest technologies into the universe. She would be the hero against the oncoming storm. [M1 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqjz9xd98ltjpg" data-recommend-id="image://18zqjz9xd98ltjpg" data-format="jpg" data-width="640" data-height="524" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:81.9%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjz9xd98ltjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjz9xd98ltjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjz9xd98ltjpg.jpg 470w" draggable="auto" data-chomp-id="18zqjz9xd98ltjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://r3dfive.deviantart.com/art/The-Birth-Of-The-Hunter-255511894&quot;,{&quot;metric25&quot;:1}]]" href="http://r3dfive.deviantart.com/art/The-Birth-Of-The-Hunter-255511894" target="_blank" rel="noopener noreferrer"><em>Artist: R3dFiVe</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus Aran reached maturity amongst the Chozo. She was trained in the combat arts of the great extinct races. She was infused with Chozo genetic material so she could employ their technologies. She was educated to be a scientist, an explorer, and a tactician. Everything that was good about the Chozo civilisation was allowed to live on in Samus. [M1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqjzzky4ffnjpg" data-recommend-id="image://18zqjzzky4ffnjpg" data-format="jpg" data-width="640" data-height="517" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:80.8%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqjzzky4ffnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqjzzky4ffnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqjzzky4ffnjpg.jpg 470w" draggable="auto" data-chomp-id="18zqjzzky4ffnjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://pyra.deviantart.com/art/Decaying-Elder-53293713&quot;,{&quot;metric25&quot;:1}]]" href="http://pyra.deviantart.com/art/Decaying-Elder-53293713" target="_blank" rel="noopener noreferrer"><em>Artist: Pyra</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus became an adult, and the Chozo presented her with their greatest works: a toughened power suit and an agile spacecraft, both more potent than anything their race had ever made. The Chozo leader, decaying and blind, told Samus it was time for her to find her destiny in the universe. Samus Aran departed for the stars, and years pass. [M1 / M1 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ As Samus tried to reconnect with her heritage on Earth, the last Chozo prophets on Zebes received a final vision: The Space Pirates were coming for them. It was time for the last Chozo to be extinguished from the universe. [M1 SP]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqk1guma1bojpg" data-recommend-id="image://18zqk1guma1bojpg" data-format="jpg" data-width="640" data-height="401" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:62.7%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk1guma1bojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk1guma1bojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk1guma1bojpg.jpg 470w" draggable="auto" data-chomp-id="18zqk1guma1bojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://phobos-romulus.deviantart.com/art/The-Chozo-187935440&quot;,{&quot;metric25&quot;:1}]]" href="http://phobos-romulus.deviantart.com/art/The-Chozo-187935440" target="_blank" rel="noopener noreferrer"><em>Artist: Phobos-Romulus</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Chozo hid their technologies throughout the planet, in places that they were certain Samus would find them. They concealed a second Power Suit within the walls of their holy temple, having foreseen that Samus may require it in the future. They then returned to the surface to await the inevitable. [M1 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Space Pirates invaded in force, and murdered Samus Aran’s second family. The Chozo became extinct. [M1 / MP SP]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3304">
+ <a class="js_header-anchor" id=""></a>The Mother Brain
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ Space Pirate scientists arrived shortly after the carnage and focused their attention on the legendary Chozo organic central processing unit. They rewrote its benign programming and injected stimulants into its flesh. They enabled it to form an artificial intelligence obsessed with strategy and conquest. They drove its computational potential towards absolute advancement of the Space Pirate Empire. [M1 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqk2icdbv0cjpg" data-recommend-id="image://18zqk2icdbv0cjpg" data-format="jpg" data-width="640" data-height="528" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:82.5%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk2icdbv0cjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk2icdbv0cjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk2icdbv0cjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk2icdbv0cjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://jaagup.deviantart.com/art/mother-brain-258536723&quot;,{&quot;metric25&quot;:1}]]" href="http://jaagup.deviantart.com/art/mother-brain-258536723" target="_blank" rel="noopener noreferrer"><em>Artist: Jaagup</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The results went beyond High Command’s most optimistic projections. The Space Pirates had created a leader, a desperately needed figure to unite their fragmented empire. They had created their Mother Brain. The great Space Pirate generals Ridley and Kraid arrived at Zebes, ready to pay tribute to their new master and to plan for the future. Mother Brain delivered to the Space Pirates knowledge and power. She told them of a world referenced in her oldest Chozo databanks, a planet bathed in a mutagenic poison waiting to be farmed. She instructed High Command to prepare an armada of ships and invade the planet Tallon IV. [M1 / MP SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ The order was followed immediately, and the High Command discovered a world deranged by contagion. Beneath its surface, endless pools of Phazon waited to be weaponised, and a great mining operation began. Mother Brain received data from their readings on the planet; even after thousands of years, the source of the Phazon was still contained in the Chozo force field. She scrutinised her records further, and was unable to ascertain any method of breaching the barrier. The Space Pirates could retrieve the Phazon, but were denied access to its source. [MP]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3305">
+ <a class="js_header-anchor" id=""></a>The Metroids
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ A perfect storm brewed. As the Space Pirates gained access to the most potent mutagen in the universe, the Galactic Federation made an equally eventful discovery: They found the dark planet SR388. [M1 / M2]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqk5mt4ocetjpg" data-recommend-id="image://18zqk5mt4ocetjpg" data-format="jpg" data-width="640" data-height="477" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:74.5%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk5mt4ocetjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk5mt4ocetjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk5mt4ocetjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk5mt4ocetjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://firebornform.deviantart.com/art/SR388-Tunnels-353312617&quot;,{&quot;metric25&quot;:1}]]" href="http://firebornform.deviantart.com/art/SR388-Tunnels-353312617" target="_blank" rel="noopener noreferrer"><em>Artist: Fireborn Form</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ A Galactic Federation survey team studied the surface, and soon encountered a gelatinous creature that swam through air. The alien defied gravity and physics as it phased through dense rock with ease. It perceived the survey team, and made a few curious chirps in their direction. It then suddenly changed temperament, aggressively charging to latch itself onto the skull of one of the party. The victim died in agony as the Metroid fed on all the energy within, and could not be removed until its prey had been reduced to a dried husk of collapsing matter. The young Metroid had just killed, in a way that science could not explain. [M1 SP / M2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ With effort and casualties, the scientists contained a few infant specimens of the Metroid creatures, and left the planet without further incident. [M1]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ As their vessel went back to the stars, SR388 was aware their withdrawal. It harboured a great contempt for the invaders, an endless hate fuelled by the impotence it endured centuries ago when the Chozo had committed their great invasion. The living planet had spent centuries honing the Metroids into perfect killers, and knew the devastation they could cause upon maturity. The planet had intentionally allowed the humans to take a few Metroids away so that the creatures could grow up and kill anyone out amongst the stars who ever thought of returning. SR388 took any opportunity to gain revenge against an outside universe that refused to leave it alone. [M2 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ As the scientists began to broadcast their findings back to the Galactic Federation, Mother Brain intercepted the transmission. She cross-referenced their data with notes buried in the Chozo’s ancient fragmented records. She deduced that the Metroids were a form of genetically engineered predator of incredible power, created by the Chozo for an unknown purpose. Mother Brain ordered High Command to get the creatures to her by any means necessary. [M1 SP]
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ The Space Pirates overran the Galactic Federation vessel and stole the Metroid creatures. They divided their prize: some were sent to their nearest Homeworld; others were sent to the Tallon IV outpost; and the most potent were delivered straight to Zebes for the experiments of Mother Brain. [M1 / MP / MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ With the arrival of the first Phazon samples from Tallon IV, the exotic substance allowed the Space Pirates to slowly produce stable cloned Metroids across their breeding sites. [M1 SP / MP SP]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3306">
+ <a class="js_header-anchor" id=""></a>The Revenge of Samus Aran
+ </h3>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqk7ps96cb3jpg" data-recommend-id="image://18zqk7ps96cb3jpg" data-format="jpg" data-width="640" data-height="480" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:75%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk7ps96cb3jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk7ps96cb3jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk7ps96cb3jpg.jpg 470w" draggable="auto" data-chomp-id="18zqk7ps96cb3jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://ojanpohja.deviantart.com/art/Space-Pirate-31294390&quot;,{&quot;metric25&quot;:1}]]" href="http://ojanpohja.deviantart.com/art/Space-Pirate-31294390" target="_blank" rel="noopener noreferrer"><em>Artist: Ojanpohja</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ In her first mission as a Bounty Hunter, Samus Arran was commissioned by the Galactic Federation to neutralise the stolen Metroids. Through careful investigation, Samus discovered that the Pirates are operating from Zebes – her home. She concluded that the Space Pirates had murdered her second family, as they had done with her first. They have took from her everyone she ever loved, and destroyed her two worlds. [M1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqk8x71i4gnjpg" data-recommend-id="image://18zqk8x71i4gnjpg" data-format="jpg" data-width="640" data-height="384" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:60%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqk8x71i4gnjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqk8x71i4gnjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqk8x71i4gnjpg.jpg 470w" draggable="auto" data-chomp-id="18zqk8x71i4gnjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://stuarthughe.deviantart.com/art/Samus-Varia-322194081&quot;,{&quot;metric25&quot;:1}]]" href="http://stuarthughe.deviantart.com/art/Samus-Varia-322194081" target="_blank" rel="noopener noreferrer"><em>Artist: Stuart Hughe</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus stormed Zebes and killed everyone in her path. [M1]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkachpcz0ijpg" data-recommend-id="image://18zqkachpcz0ijpg" data-format="jpg" data-width="640" data-height="530" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:82.8%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkachpcz0ijpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkachpcz0ijpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkachpcz0ijpg.jpg 470w" draggable="auto" data-chomp-id="18zqkachpcz0ijpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://immarart.deviantart.com/art/Metroid-337270954&quot;,{&quot;metric25&quot;:1}]]" href="http://immarart.deviantart.com/art/Metroid-337270954" target="_blank" rel="noopener noreferrer"><em>Artist: Immarart</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ As her defences were breached, Mother Brain unleashed the great generals Ridley and Kraid. Both were killled, and, desperate to stop the intruder, Mother Brain released the Metroids. Samus Aran exterminated the creatures, and invaded the inner sanctum. [M1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkbhxb2ugpjpg" data-recommend-id="image://18zqkbhxb2ugpjpg" data-format="jpg" data-width="640" data-height="360" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:56.3%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkbhxb2ugpjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkbhxb2ugpjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkbhxb2ugpjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkbhxb2ugpjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://twigs.deviantart.com/art/The-Mother-s-Chamber-140408495&quot;,{&quot;metric25&quot;:1}]]" href="http://twigs.deviantart.com/art/The-Mother-s-Chamber-140408495" target="_blank" rel="noopener noreferrer"><em>Artist: Twigs</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus confronted the malevolent Mother Brain and blasted apart her body. A power overload was caused, and the Tourian facility shook itself apart. Samus evacuated to her ship and tried to leave Zebes, but a Space Pirate battleship in orbit registered her ascent and opened fire. Samus’ gunship plummeted back towards the Zebes and impacted Chozodia, her former home. [M1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Extremely lucky to be alive, Samus crawled out of the remains of her destroyed power suit, and fled as Space Pirate forces stormed the area. Samus hid, crawled and ran to find sanctuary in the deepest part of the Chozo’s most revered temple. [M1]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkdb1egv73jpg" data-recommend-id="image://18zqkdb1egv73jpg" data-format="jpg" data-width="640" data-height="500" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:78.1%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkdb1egv73jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkdb1egv73jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkdb1egv73jpg.jpg 470w" draggable="auto" data-chomp-id="18zqkdb1egv73jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://eyes5.deviantart.com/art/Blessing-6012954&quot;,{&quot;metric25&quot;:1}]]" href="http://eyes5.deviantart.com/art/Blessing-6012954" target="_blank" rel="noopener noreferrer"><em>Artist: Eyes5</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus found herself surrounded with murals of the dead Chozo, and accepted she was alone in the universe. Overcoming despair, she solved the trials of the Chozodian temple and a concealed power suit was revealed to her. This shining armour was even more potent than the one she had just lost, and was able to integrate the most exotic Chozo technologies. Samus realised the greater meaning of her find; the Chozo had left her gifts for her in places they had foreseen she would traverse. Her adopted family continued to protect her long after their deaths, and she would find their statues cradling survival equipment in the darkest corners of the cosmos. [M1 / MP / MP3 / M2 / SM]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkeig3z5btjpg" data-recommend-id="image://18zqkeig3z5btjpg" data-format="jpg" data-width="640" data-height="374" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:58.4%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkeig3z5btjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkeig3z5btjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkeig3z5btjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkeig3z5btjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://imachinivid.deviantart.com/art/Super-missile-309591371&quot;,{&quot;metric25&quot;:1}]]" href="http://imachinivid.deviantart.com/art/Super-missile-309591371" target="_blank" rel="noopener noreferrer"><em>Artist: Imachinivid</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ With her new armaments, Samus cleansed the Space Pirate presence from Zebes. She came to be known as “The Hunter”, and the Space Pirates learned that they will always be hunted down for what they did to her families. They fled the planet in terror. [M1 / MP / MP2 / MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3307">
+ <a class="js_header-anchor" id=""></a>Tallon IV
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ As years passed, Samus Aran accepted further missions from the Galactic Federation. The bounty earned funded her personal vendetta against the Space Pirates. She improved her armaments, paid for black market information and stormed their outposts. Samus showed her enemies no mercy, and became the feared nemesis of their entire civilisation. With the income from her Federation services, Samus had soon amassed enough money to buy the most secret information regarding the Space Pirates: the coordinates of their stronghold on an old forgotten planet called Tallon IV. [MP1 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus guided her ship into the Tallon system and investigated an orbiting space station. She discovered a failed genetic engineering facility whose Space Pirate crew was murdered when they lost control of their own creations. Samus fought her way through the ferocious beasts scattered within, and discovered a half-insane cyborg recreation of the Space Pirate general Ridley. As the station began to collapse, the biomechanical dragon fled to the world below, and Samus pursued. [MP1]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkglfb56vojpg" data-recommend-id="image://18zqkglfb56vojpg" data-format="jpg" data-width="640" data-height="311" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:48.6%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkglfb56vojpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkglfb56vojpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkglfb56vojpg.jpg 470w" draggable="auto" data-chomp-id="18zqkglfb56vojpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://lightningarts.deviantart.com/art/Metroid-Metal-Where-It-All-Begins-393272172&quot;,{&quot;metric25&quot;:1}]]" href="http://lightningarts.deviantart.com/art/Metroid-Metal-Where-It-All-Begins-393272172" target="_blank" rel="noopener noreferrer"><em>Artist: Lightningarts</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus lost Ridley in the planet’s stormy atmosphere, and elected to land in a nearby jungle to conceal her presence from the Pirate ground forces. Exploring the surroundings, Samus discovered that the planet was once home to the bulk of the extinct Chozo civilisation. In a great temple Samus studied poetic murals that told of the Phazon comet that had struck their world. The scribblings informed her of a creature trapped deep in the comet that they referred to as “The Worm,” and of the powerful shield they erected to prevent its escape. Samus read their last prophecy; that a hero would traverse fire and ice, jungle and cave, and find twelve sacred keys that would deactivate the barrier and allow passage to the Impact Crater. This saviour from the stars would bring down the ancient shield, and destroy the worm that infected their planet. [MP1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ She continued her exploration, and battled ferocious flora and fauna. The Hunter came to understand that the Space Pirates had established a complex military installation that descended far below the surface. [MP1]
+ </p>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkick4w4i9jpg" data-recommend-id="image://18zqkick4w4i9jpg" data-format="jpg" data-width="640" data-height="517" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:80.8%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkick4w4i9jpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkick4w4i9jpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkick4w4i9jpg.jpg 470w" draggable="auto" data-chomp-id="18zqkick4w4i9jpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://r-sraven.deviantart.com/art/Metroid-Prime-Lost-Ruins-33577678&quot;,{&quot;metric25&quot;:1}]]" href="http://r-sraven.deviantart.com/art/Metroid-Prime-Lost-Ruins-33577678" target="_blank" rel="noopener noreferrer"><em>Artist: R-Sraven</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus hunted the Pirates and accessed their computer logs. The Empire had found quantities of an intensely potent mutagen called Phazon. Laboratories across the outpost experimented with the substance, and in a short space of time they had created prototypes for the next generation of their races: powerful Phazon-fuelled juggernauts. Should these advances continue, Samus knew that the Space Pirates would be able to conquer the Galactic Federation. [MP1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--bleed js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 kivedT" data-id="18zqkje1rl63yjpg" data-recommend-id="image://18zqkje1rl63yjpg" data-format="jpg" data-width="800" data-height="816" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:800px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:102%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkje1rl63yjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkje1rl63yjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkje1rl63yjpg.jpg 470w, https://i.kinja-img.com/gawker-media/image/upload/c_scale,f_auto,fl_progressive,q_80,w_800/18zqkje1rl63yjpg.jpg 800w" draggable="auto" data-chomp-id="18zqkje1rl63yjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968&quot;,{&quot;metric25&quot;:1}]]" href="http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968" target="_blank" rel="noopener noreferrer"><em>Artist: Greenstranger</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ In the most secure laboratory, Samus made a devastating discovery. The Space Pirates had used Phazon to create an army of stable clone Metroids and lost containment. The Metroid creatures were roaming the caverns deep in the planet, reproducing and mutating as the Phazon influenced their physiology. [MP1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqklb3wp0jajpg" data-recommend-id="image://18zqklb3wp0jajpg" data-format="jpg" data-width="640" data-height="365" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:57%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqklb3wp0jajpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqklb3wp0jajpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqklb3wp0jajpg.jpg 470w" draggable="auto" data-chomp-id="18zqklb3wp0jajpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968&quot;,{&quot;metric25&quot;:1}]]" href="http://greenstranger.deviantart.com/art/Metroid-Ceres-Station-Lab-358321968" target="_blank" rel="noopener noreferrer"><em>Artist: Ohimseeinstars</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus’ final discovery was the most horrific. The powerful, poisonous Phazon was not a rare material on Tallon IV. Despite the Chozo shield containing the Impact Crater, the substance had spread and consumed the world inside-out. The core of the planet presented the Space Pirates with a vast supply of Phazon, enough to fuel their conquest of the stars. [MP1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus destroyed the mining facilities and laboratories, and reconstructed the twelve parts of the ancient Chozo cipher. She destroyed living weapons such as the Thardus experiment, and annihilated the prototype Omega Pirate. She overcame corrupted Metroids, and banished the tormented Chozo ghosts from the living world. She fought the mad Meta Ridley, and on his demise deactivated the Chozo containment shield. As prophesised, Samus Aran entered the Impact Crater. [MP1]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3308">
+ <a class="js_header-anchor" id=""></a>The Worm
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus Aran had opened Metroid Prime’s cage, and had no understanding of what she was about to unleash on the universe. The creature had been imprisoned in a different era, and had spent eons being tortuously transformed by Phazon into an undying mad genius. [MP1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkn672gklqjpg" data-recommend-id="image://18zqkn672gklqjpg" data-format="jpg" data-width="640" data-height="499" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:78%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkn672gklqjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkn672gklqjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkn672gklqjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkn672gklqjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<em>Artist: Chrysaetos-Pteron</em>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus and the ancient Metroid battled, and the bounty hunter shattered the creature’s metal armour. By channelling the surrounding Phazon deposits into a supercharged energy beam, Samus was able to devastate Metroid Prime’s gelatinous body. After a tremendous battle, the old creature began to collapse on itself. [MP1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkodlj2z8kjpg" data-recommend-id="image://18zqkodlj2z8kjpg" data-format="jpg" data-width="640" data-height="525" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:82%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkodlj2z8kjpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkodlj2z8kjpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkodlj2z8kjpg.jpg 470w" draggable="auto" data-chomp-id="18zqkodlj2z8kjpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://sabretoontigers.deviantart.com/art/Samus-308644319&quot;,{&quot;metric25&quot;:1}]]" href="http://sabretoontigers.deviantart.com/art/Samus-308644319" target="_blank" rel="noopener noreferrer"><em>Artist: Sabretoontigers</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Seemingly dying, Metroid Prime lashed out, grabbing a layer of material from Samus Aran’s armour. The creature melted into a pool of Phazon particles, and the bounty hunter evacuated the Impact Crater. [MP1]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ Samus Aran had seemingly succeeded in her mission. The surviving Space Pirates abandoned their devastated facilities and hastily evacuated the planet. With the defeat of Metroid Prime, the Phazon contagion was slowly stopping its spread. The tormented Chozo spirits that had been bound to the planet were finally able to achieve their rest. Leaving the world to recover from its devastation, Samus Aran headed back to the stars. [MP1 / MP1 SP]
+ </p>
+ <h3 class="sc-1bwb26k-1 RjwRf" id="h3309">
+ <a class="js_header-anchor" id=""></a>The Dark Hunter
+ </h3>
+ <p class="sc-77igqf-0 hJpRRP">
+ Metroid Prime’s exposure to millennia of Phazon had given the creature extremely exotic abilities, the most potent being its durability – to recreate itself after nearly any level of destruction. As it had collapsed on itself, the essence of Metroid Prime craved the strength and adaptability present in Samus Aran. In the Talon IV impact crater, Metroid Prime recreated itself as a dark copy of the woman who had defeated it. [MP 1 / MP2 / MP3 SP]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <figure class="align--center js_lazy-image js_marquee-assetfigure sc-1eow4w5-1 iLDaWI" data-id="18zqkq6pqyr8ljpg" data-recommend-id="image://18zqkq6pqyr8ljpg" data-format="jpg" data-width="640" data-height="412" data-lightbox="true" data-recommended="false" contenteditable="false" draggable="false">
+ <div class="img-wrapper sc-1eow4w5-2 gfolHV" contenteditable="false" style="max-width:640px" data-syndicationrights="false">
+ <div class="magnifier js_lightbox lightbox hide sc-1m41dwj-0 hUFSvg">
+ <span class="js_lightbox-wrapper sc-1eow4w5-0 dUoECc"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="ZoomIn icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M10.5 1a6.5 6.5 0 1 1-4.23 11.44l-4.42 4.41a.5.5 0 0 1-.7-.7l4.41-4.42A6.5 6.5 0 0 1 10.5 1zm0 1a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11zm0 2c.28 0 .5.22.5.5V7h2.5a.5.5 0 0 1 .5.41v.09a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.41.5h-.09a.5.5 0 0 1-.5-.5V8H7.5a.5.5 0 0 1-.5-.41V7.5c0-.28.22-.5.5-.5H10V4.5a.5.5 0 0 1 .41-.5z"></path></svg></span></span>
+ </div>
+ <div style="padding-bottom:64.4%" class="image-hydration-wrapper sc-1eow4w5-3 iJyiXs">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-srcset="https://i.kinja-img.com/gawker-media/image/upload/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/18zqkq6pqyr8ljpg.jpg 80w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,fl_progressive,q_80,w_320/18zqkq6pqyr8ljpg.jpg 320w, https://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,fl_progressive,q_80,w_470/18zqkq6pqyr8ljpg.jpg 470w" draggable="auto" data-chomp-id="18zqkq6pqyr8ljpg" data-format="jpg" data-alt="Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes" data-anim-src="" />
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p class="sc-77igqf-0 hJpRRP">
+ (<span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://imachinivid.deviantart.com/art/Dark-Samus-returns-295856131&quot;,{&quot;metric25&quot;:1}]]" href="http://imachinivid.deviantart.com/art/Dark-Samus-returns-295856131" target="_blank" rel="noopener noreferrer"><em>Artist: Imachinivid</em></a></span>)
+ </p>
+ <p class="sc-77igqf-0 hJpRRP">
+ Dark Samus clawed its way out of the Impact Crater. It departed Tallon IV to spread its venom across the stars, and to sow the seeds of a great war. [MP1 / MP2 / MP3]
+ </p>
+ <div id="" class="js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic movable-ad bxm4mm-4 liWXlp">
+ <div class="bxm4mm-1 bxm4mm-2 iXYVqp"></div>
+ <div class="ad-unit ad-mobile bxm4mm-5 eZvXLs">
+ <div class="bxm4mm-6 eblHLt">
+ Advertisement
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-MOBILE_IN_POST ad-mobile" data-ad-unit="MOBILE_IN_POST" data-targeting="{&quot;pos&quot;:&quot;mobile_inpost&quot;}"></div>
+ <div class="bt-wrapper"></div>
+ </div>
+ <div class="bxm4mm-1 bxm4mm-3 dciqNP"></div>
+ </div>
+ <p class="sc-77igqf-0 hJpRRP">
+ <span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;Internal link&quot;,&quot;https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108&quot;,{&quot;metric25&quot;:1}]]" href="https://kotaku.com/the-spectacular-story-of-metroid-part-2-1284621108"><em>Click here for the second half of this epic story.</em></a></span>
+ </p>
+ <hr class="gcp5ez-0 dGHwsG" />
+ <p class="sc-77igqf-0 hJpRRP">
+ <small>Mama Robotnik is a video game historian living somewhere in the British Empire. He specialises in unearthing lost gaming media, but also enjoys a good long essay about his favourite games every now and then. He drinks a lot of tea, and has a horrendously naughty black and white cat called Blossom. If you would like to contact him, he responds to his private messages over at</small> <span><a class="sc-145m8ut-0 FoItC js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Embedded Url&quot;,&quot;External link&quot;,&quot;http://www.neogaf.com/forum/&quot;,{&quot;metric25&quot;:1}]]" href="http://www.neogaf.com/forum/" target="_blank" rel="noopener noreferrer"><small>NeoGAF</small></a></span><small>.</small>
+ </p>
+ </div>
+ <div class="sc-18b1b2r-5 ccAJCg">
+ <div>
+ <h4 class="z1qon0-0 sHsHa">
+ Share This Story
+ </h4>
+ <div class="js_share-tools sc-18b1b2r-0 jZyWXs" data-position="bottom">
+ <div class="sc-17x7c2u-2 gpwIdA">
+ <a href="https://facebook.com/sharer.php?u=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%3Futm_medium%3Dsharefromsite%26utm_source%3D_facebook" title="Share to Facebook" target="_blank" data-ga="[[&quot;Share Tools&quot;, &quot;Share to Facebook&quot;,&quot;bottom&quot;]]" class="sc-17x7c2u-0 eTFIkv"><span class="sc-17x7c2u-1 jBsDWZ"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Facebook icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M17 9.05A8.02 8.02 0 0 0 9 1C4.58 1 1 4.6 1 9.05A8.04 8.04 0 0 0 7.75 17v-5.62H5.72V9.05h2.03V7.28c0-2.02 1.2-3.14 3.02-3.14.88 0 1.8.16 1.8.16v1.98h-1.02c-.99 0-1.3.62-1.3 1.26v1.5h2.22l-.36 2.34h-1.86V17A8.04 8.04 0 0 0 17 9.05"></path></svg></span></span></a><a href="https://twitter.com/share?text=The%20Spectacular%20Story%20Of%20Metroid%2C%20One%20Of%20Gaming's%20Richest%20Universes&amp;amp;url=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%3Futm_medium%3Dsharefromsite%26utm_source%3D_twitter" title="Share to Twitter" target="_blank" data-ga="[[&quot;Share Tools&quot;, &quot;Share to Twitter&quot;,&quot;bottom&quot;]]" class="sc-17x7c2u-0 eTFIkv"><span class="sc-17x7c2u-1 jBsDWZ"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Twitter icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M12.46 1.13c-2.04 0-3.7 1.78-3.7 3.97 0 .31.04.62.1.9a10.26 10.26 0 0 1-7.6-4.15A4.2 4.2 0 0 0 2.4 7.16a3.5 3.5 0 0 1-1.68-.5v.05a3.92 3.92 0 0 0 2.97 3.9 3.45 3.45 0 0 1-1.67.07 3.74 3.74 0 0 0 3.45 2.76A7.08 7.08 0 0 1 0 15.1a9.92 9.92 0 0 0 5.66 1.79c6.8 0 10.5-6.06 10.5-11.32v-.51A7.85 7.85 0 0 0 18 2.99c-.66.32-1.37.53-2.12.63a3.95 3.95 0 0 0 1.62-2.2c-.71.45-1.5.78-2.34.96a3.57 3.57 0 0 0-2.7-1.25"></path></svg></span></span></a><a href="mailto:?subject=The%20Spectacular%20Story%20Of%20Metroid%2C%20One%20Of%20Gaming's%20Richest%20Universes&amp;body=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%253Futm_medium%3Dsharefromsite%2526utm_source%3D_email%26utm_campaign=bottom" title="Share via Email" target="_blank" data-ga="[[&quot;Share Tools&quot;, &quot;Share to Email&quot;,&quot;bottom&quot;]]" class="sc-17x7c2u-0 eTFIkv"><span class="sc-17x7c2u-1 jBsDWZ"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Mail icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M14.5 3A2.5 2.5 0 0 1 17 5.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 1 12.5v-7A2.5 2.5 0 0 1 3.5 3h11zM2 5.5v7c0 .83.67 1.5 1.5 1.5h11c.83 0 1.5-.67 1.5-1.5v-7l-.03-.3-6.34 5.67a.5.5 0 0 1-.38.13.5.5 0 0 1-.38-.13l-6.7-6-.02-.02c-.1.2-.15.41-.15.64zM14.5 4h-11c-.24 0-.45.05-.65.14l6.4 5.73 6.19-5.54c-.26-.2-.58-.33-.93-.33z"></path></svg></span></span></a><a href="https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577" title="Share via Link" data-ga="[[&quot;Share Tools&quot;, &quot;Copy url&quot;,&quot;bottom&quot;]]" class="js_share-via-link sc-17x7c2u-0 eTFIkv"><span class="sc-17x7c2u-1 jBsDWZ"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Link icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M11.06 7.75a.5.5 0 1 1-.7.7l-.85-.83a1.86 1.86 0 0 0-2.63 0l-4 4a1.86 1.86 0 0 0 0 2.64l1.33 1.33c.72.73 1.91.72 2.64 0l1.8-1.8a.5.5 0 1 1 .7.7l-1.8 1.8a2.87 2.87 0 0 1-4.05 0l-1.33-1.32a2.86 2.86 0 0 1 0-4.05l4-4.01a2.86 2.86 0 0 1 4.05 0l.84.84zm5.17-4.41a2.86 2.86 0 0 1 0 4.05l-4 4.01a2.86 2.86 0 0 1-4.05 0l-.84-.84a.5.5 0 1 1 .7-.71l.85.84c.73.73 1.9.73 2.63 0l4-4c.73-.73.73-1.91 0-2.64l-1.33-1.33a1.87 1.87 0 0 0-2.64 0l-1.8 1.8a.5.5 0 1 1-.7-.7l1.8-1.8a2.87 2.87 0 0 1 4.05 0l1.33 1.32z"></path></svg></span></span></a>
+ </div>
+ </div>
+ </div>
+ <div class="sc-18b1b2r-4 fwDNjy">
+ <h4 class="z1qon0-0 sHsHa">
+ Get our newsletter
+ </h4><a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Permalink page click&quot;,&quot;Subscribe button click&quot;]]" href="/newsletter" target="_blank">
+ <div class="j48i5d-1 fbNnTF">
+ <button class="sc-18b1b2r-3 egRxyu j48i5d-2 jaUINu"><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="MailFilled icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M17 5v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5c0-.12.01-.24.03-.35L8.7 10.4a.5.5 0 0 0 .6 0l7.67-5.75c.02.11.03.23.03.35zm-2-2a2 2 0 0 1 1.54.72L9 9.37 1.46 3.72A2 2 0 0 1 3 3h12z"></path></svg></span><span class="j48i5d-0 hPQZPo">Subscribe</span></button>
+ </div></a>
+ </div>
+ </div>
+ <div class="js_liveblog-controls"></div>
+ <div class="js_qanda-controls"></div>
+ <div class="sc-1or3yyu-4 kSfANG">
+ <h4 class="sc-1or3yyu-0 nBxoz">
+ More from Kotaku
+ </h4>
+ <div class="sc-1or3yyu-3 jvIkaX">
+ <a class="sc-1or3yyu-2 bzrPWe js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Related Posts Module&quot;,&quot;Position 1 of 4&quot;,&quot;https://kotaku.com/sources-despite-huge-sales-borderlands-3-developers-a-1842617645&quot;,{&quot;metric18&quot;:1}]]" href="https://kotaku.com/sources-despite-huge-sales-borderlands-3-developers-a-1842617645">
+ <h4 class="sc-1or3yyu-1 jcgXjw sc-759qgu-0 knZcug">
+ Sources: Despite Huge Sales, <i>Borderlands 3</i> Developers Are Getting Stiffed On Bonuses
+ </h4></a>
+ </div>
+ <div class="sc-1or3yyu-3 jvIkaX">
+ <a class="sc-1or3yyu-2 bzrPWe js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Related Posts Module&quot;,&quot;Position 2 of 4&quot;,&quot;https://thebests.kotaku.com/lets-rank-the-total-war-games-from-best-to-worst-1535642069&quot;,{&quot;metric18&quot;:1}]]" href="https://thebests.kotaku.com/lets-rank-the-total-war-games-from-best-to-worst-1535642069">
+ <h4 class="sc-1or3yyu-1 jcgXjw sc-759qgu-0 knZcug">
+ Let's Rank The <em>Total War</em> Games, From Best To Worst
+ </h4></a>
+ </div>
+ <div class="sc-1or3yyu-3 jvIkaX">
+ <a class="sc-1or3yyu-2 bzrPWe js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Related Posts Module&quot;,&quot;Position 3 of 4&quot;,&quot;https://cosplay.kotaku.com/cosplayers-cant-go-to-cons-so-they-had-one-on-the-inte-1842633521&quot;,{&quot;metric18&quot;:1}]]" href="https://cosplay.kotaku.com/cosplayers-cant-go-to-cons-so-they-had-one-on-the-inte-1842633521">
+ <h4 class="sc-1or3yyu-1 jcgXjw sc-759qgu-0 knZcug">
+ Cosplayers Can't Go To Cons, So They Had One On The Internet [UPDATE]
+ </h4></a>
+ </div>
+ <div class="sc-1or3yyu-3 jvIkaX">
+ <a class="sc-1or3yyu-2 bzrPWe js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Related Posts Module&quot;,&quot;Position 4 of 4&quot;,&quot;https://kotaku.com/professional-fashion-photographer-now-taking-snaps-in-a-1842629671&quot;,{&quot;metric18&quot;:1}]]" href="https://kotaku.com/professional-fashion-photographer-now-taking-snaps-in-a-1842629671">
+ <h4 class="sc-1or3yyu-1 jcgXjw sc-759qgu-0 knZcug">
+ Professional Fashion Photographer Now Taking Snaps In <i>Animal Crossing</i>
+ </h4></a>
+ </div>
+ </div><a name="replies" id="replies"></a>
+ <div class="js_postbottom-waypoint-hook"></div>
+ <div class="js_comments-iframe sc-73739c-0 iaHIzx" data-src="//kotaku.com/embed/comments/magma/1284029577?" data-replycount="158"></div>
+ <div class="js_ad-below-comments sc-73739c-4 cirOTP"></div>
+ <div class="sc-73739c-3 eOmEvw">
+ <div id="taboola-below-article-thumbnails" class="sc-73739c-2 kXLoyx"></div>
+ </div>
+ <div class="sc-1bdg1q0-0 dHZwOk">
+ <div class="sc-1bdg1q0-2 fItspw">
+ <a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Share Tools&quot;,&quot;Share to Facebook click&quot;,&quot;Share bar&quot;]]" href="https://facebook.com/sharer.php?u=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%3Futm_medium%3Dsharefromsite%26utm_source%3D_facebook" target="_blank">
+ <div class="j48i5d-1 fbNnTF">
+ <button class="sc-1bdg1q0-1 huOEht j48i5d-2 ghtMMt"><span class="j48i5d-0 hPQZPo">Share</span><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Facebook icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M17 9.05A8.02 8.02 0 0 0 9 1C4.58 1 1 4.6 1 9.05A8.04 8.04 0 0 0 7.75 17v-5.62H5.72V9.05h2.03V7.28c0-2.02 1.2-3.14 3.02-3.14.88 0 1.8.16 1.8.16v1.98h-1.02c-.99 0-1.3.62-1.3 1.26v1.5h2.22l-.36 2.34h-1.86V17A8.04 8.04 0 0 0 17 9.05"></path></svg></span></button>
+ </div></a><a class="js_link sc-1out364-0 fwjlmD" data-ga="[[&quot;Share Tools&quot;,&quot;Share to Twitter click&quot;,&quot;Share bar&quot;]]" href="https://twitter.com/share?text=The%20Spectacular%20Story%20Of%20Metroid%2C%20One%20Of%20Gaming's%20Richest%20Universes&amp;amp;url=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%3Futm_medium%3Dsharefromsite%26utm_source%3D_twitter" target="_blank">
+ <div class="j48i5d-1 fbNnTF">
+ <button class="sc-1bdg1q0-1 huOEht j48i5d-2 hNujir"><span class="j48i5d-0 hPQZPo">Tweet</span><span class="iyvn34-0 iSaTEN"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" aria-label="Twitter icon" viewbox="0 0 18 18">
+ <path fill-rule="evenodd" d="M12.46 1.13c-2.04 0-3.7 1.78-3.7 3.97 0 .31.04.62.1.9a10.26 10.26 0 0 1-7.6-4.15A4.2 4.2 0 0 0 2.4 7.16a3.5 3.5 0 0 1-1.68-.5v.05a3.92 3.92 0 0 0 2.97 3.9 3.45 3.45 0 0 1-1.67.07 3.74 3.74 0 0 0 3.45 2.76A7.08 7.08 0 0 1 0 15.1a9.92 9.92 0 0 0 5.66 1.79c6.8 0 10.5-6.06 10.5-11.32v-.51A7.85 7.85 0 0 0 18 2.99c-.66.32-1.37.53-2.12.63a3.95 3.95 0 0 0 1.62-2.2c-.71.45-1.5.78-2.34.96a3.57 3.57 0 0 0-2.7-1.25"></path></svg></span></button>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </main>
+ </div>
+ <div is="bulbs-dfp" class="ad-container dfp dfp-slot-INFINITE_PROMOTION ad-infinite-promotion" data-ad-unit="INFINITE_PROMOTION" data-pp-position="scroll" data-targeting="{&quot;pos&quot;:&quot;scroll&quot;,&quot;pp_position&quot;:&quot;scroll&quot;}"></div>
+ <div class="js_reading-list"></div>
+ <div class="js_subscribe sc-1cfejv7-0 iHpzjB"></div>
+ <div class="js_footer-container"></div>
+ <div class="js_lightbox-container"></div>
+ </div>
+ <script>
+ <![CDATA[
+ window.__renderData__ = {"blog":{"id":"9","name":"kotaku","displayName":"Kotaku","canonicalHost":"kotaku.com","hosts":["numbers.kotaku.com","de.kotaku.com","assets.kotaku.com","pocketmonster.kotaku.com","m.kotaku.com","uk.kotaku.com","tmi.kotaku.com","live.kotaku.com","pl.kotaku.com","toys.kotaku.com","screenburn.kotaku.com","fetch.kotaku.com","kotak.us","ru.kotaku.com","animalcrossing.kotaku.com","es.kotaku.com","br.kotaku.com","ca.kotaku.com","selects.kotaku.com","irl.kotaku.com","www.kotaku.com","watchlist.kotaku.com","nl.kotaku.com","au.kotaku.com","kotaku.kinja.com","blog.kotaku.com","kotaku.com.br","us.kotaku.com"],"status":"ENABLED","timezone":"America/New_York","timezoneOffset":-14400000,"createTimeMillis":1354577915472,"ownerId":"5724319325347612106","description":"Gaming Reviews, News, Tips and More.","properties":{"logoLink":"https://x.kinja-static.com/assets/images/logos/newsletter/kotaku-500px.png","aboutPostId":458637663,"recircGroup":"fmgNonSatire","twitterScreenName":"@kotaku","alexaId":"gmg-kotaku","hideViewcounts":true,"metaTitle":"The Gamer's Guide","videoNetwork":"kotaku","facebookPixelId":"574907642841384","singleOptIn":true,"chartbeatPopularPosts":true,"tagPageTitle":"{tag} - Gaming Reviews, News, Tips and More. | Kotaku","storyTypePageDescription":"Everything you ever wanted to know about {storyType}. News, stories, photos, videos and more.","isSearchable":true,"facebookScreenName":"kotaku","GANJA_IGNORE_GEO":["us.kotaku.com"],"groupBlog":true,"skimLinkId":"33330X911644","mainColor":"#fbc000","navigationGroup":"fmg","storyTypePageTitle":"{storyType} - Gaming Reviews, News, Tips and More. | Kotaku","robotsAllowed":true,"isGmgBlog":true,"youtubeUrl":"https://www.youtube.com/user/KotakuNYC","sitemapStartTime":"2008-02-03T00:00:00","instagramScreenName":"kotakudotcom","blogGroup":"kotaku","sourcepointDomain":"mms.kotaku.com","googleAnalyticsID":"UA-142218-8","tagPageDescription":"All of Kotaku's {tag} coverage. News, stories, photos, videos and more.","showBrowserTabType":"Category","globalVideoPage":true,"cxenseSiteId":"1141876438685671428","template":"kotaku","googleSiteVerification":"bM-oyO1vXKOAYf3H3fJQaVf8FeyOneJtVHbEYlNa7p8","newsletter":true,"fbAppId":"35737966741","campaignMonitorNewsletterName":"Kotaku_Daily","adsTxtEnabled":true},"avatar":{"id":"v4sckews2f3bzf0ztbkf","format":"png","isAnimated":false,"frozenFormat":"png"},"logo":{"id":"m9zdzkcum8jjhh7qpkaf","format":"png","isAnimated":false,"frozenFormat":"png"}},"blogSales":{"id":"9","amazonInsetsEnabled":true,"amazonAffiliateTag":"kotakuamzn-20","adsEnabled":true,"adNetworkId":4246,"adSiteName":"gm.kotaku","indexExchangeWebSiteId":"80685363813128","indexExchangeAmpSiteId":"272210","bouncexId":"3592","blogNetworkId":null,"tagsExcludedFromPartnerRss":["metapost","externalPost","NSFW"],"tagsForceSynced":[],"adSlotsDisabled":[]},"disableAds":false,"features":{"superuser":false,"newrelicrum":true,"no3rdparty":false,"nosocialscripts":false,"disablereplyimages":false,"simplereach_expanded":true,"analyticstracking":true,"scribe_debug":false,"leftrail_notrending":false,"nodefaultblog":false,"frontendtiming":true,"dfp_form_related_promotions":false,"geo_features":false,"privacypolicy":false,"force_advanced_toolbar":false,"revealanalytics":false,"adx_permalink_text":true,"global_video_page":true,"permalink_paragraph_ads":true,"csp":false,"shop_button":false,"disable_confirmation_message":false,"scribe_debug_expose_html":false,"newmodalstyles":true,"infinite_scroll":true,"infinite_promotion":true,"smartnews_ads":false,"force_show_video_search":false,"amazon_georedirect":false,"dfp_lineitem_opts":true,"dfp_network_promotions":false,"samba_for_simplereach":true,"force_review_button":false,"tradedesk_pixel":true,"lightbox_newsletter_script":false,"claim_page":false,"chartbeat_video":true,"nofollowedblogs":false,"avclub_legacy_login":true,"amazon_aps_tag":true,"liveblog_new_comments_ui":false,"google_remarketing":false,"reviewbox_alignment_full_bleed":true,"piano_sandbox":false,"piano_prod":true,"hide_footer_content_guide":false,"fun_authenticated":false,"frontpage_recentvideo":true,"dynamic_edit_video":false,"force_paginate":false,"input_nav_bar":false,"paginated_category_page":false,"editor_save_screen_update":true,"scroll_vendor":true,"homepage_video_playlist":false,"storytype_boilerplate":true,"kinja_membership":false,"piano_loggedin":false,"store_already_seen_videos":false,"ab_test_feature":false,"kinja_darkmode":false,"hide_ellipsis":true,"fun_errorpages":true,"devtools":false,"smartcrop":true,"bulbs_ias":false,"disable_post_body_stream_clicks":false,"eu_disabled":false,"post_versioning":true,"kotaku_pride":false,"pure_save_button":true,"enable_experiments":false,"share_tools":true,"new_story_page_boilerplates":true,"share_tools_footer":true,"story_type_stream_below_6":true,"experimental_scores":true,"external_post_options":false,"enable_custom_subscribe_copy":false,"csp_strict":false,"kinja3_cards":false,"reading_list_delay_ads":false,"disable_skimlinks":true,"kinja3_cards_mobile_without_excerpt":false,"new_permalink_a":true,"new_permalink_b":true,"new_permalink_embiggened":false,"styled_browser_bar":false,"csp_strict_variant1":false,"csp_strict_variant2":false,"csp_strict_variant3":false,"csp_strict_variant4":false,"bucketcookies":true,"kinja_experiments_staging_test_feature_a":false,"kinja_experiments_staging_test_feature_b":false,"image_attr_url_validation":false,"kinja3_cards_phase2":true,"editor_link_insert_validation":false,"kinja3_cards_phase2_avatars":true,"meta_first":true,"second_scroll_var1":false,"second_scroll_var2":false,"native_stream_magma_rendered":false,"multiauthor_byline_toggle":false,"subscription_module_applenews":true,"subscription_module_amp":true,"native_sidebar_magma_rendered":true,"prebid":true,"blockthrough":false,"magma_second_scroll":true,"recommend_recommends":false,"native_stream_magma_rendered_phase_2":true,"mobilead_two_nodes":true,"magma_render_profiles":true,"kinja3_cards_phase3":true,"jwuploader_test_property":false,"grid_standard":false,"new_static_stream_header":true,"legacy_embiggen":true,"show_grid_overlay":false,"video_upload_captions":true,"native_stream_magma_rendered_phase_3":false,"save_querystrings":false,"enable_bouncex":true,"survey_popup":false,"featured_video_toolbar":true,"curation_on_storytype":true,"secondscroll_waypoint_a":false,"secondscroll_waypoint_b":false,"disable_ad_rule":false,"triplelift_enable":false,"enable_ga_exps":false,"native_stream_magma_rendered_phase_3_with_excerpts":true,"native_stream_magma_rendered_phase_2_with_excerpts":false,"native_stream_magma_rendered_test":false,"videoanalytics_queryparams":false,"simplereach_ad_tag":true,"blockthrough_wait_5sec":false,"blockthrough_wait_3sec":false,"ads_a9_timeout_600":false,"native_recirc_magma_rendered_test":false,"native_recirc_magma_rendered":true,"native_sidebar_magma_rendered_test":false,"comments_timing":false,"mobilead_two_nodes_amp":false,"custom_header":true,"newsletter_popup":false,"custom_kinja_standalone":true,"inarticle_player_2nd_node":false,"permalink_subscription":true,"magma_splashy_ad_logic_change":true,"magma_permalink_video_truncation":true,"featured_ads_four":false,"featured_ads_two":false,"commerce_permalink_module":true,"second_scroll_client":false,"confiant":false,"ymal_video_and_popular_posts":false,"kinja_video_page":true,"curation_toggle":true,"second_scroll_video_thumbnails":false,"restore_images":true,"disable_nongmg_kinjas":false,"slideshow":true,"no_ads":false,"disable_fbia_rss":true,"only_left_top_ad":false,"mobilead_three_nodes":false,"mobilead_three_nodes_amp":false,"devcon_script":true,"amp_skimlinks":true,"magma_amp_inarticle_videos":true,"survey_popup_permalink":false,"curated_homepage":false,"wide_rail":false,"feature_policy_header":false,"amazon_wait_for_bids":true,"recirc_sidebar":true,"load_dfp_statically":true,"ddrum":false,"theonion_podcast_player":true,"images_intersect":true,"taboola_lazy_load":false,"sourcepoint_ccpa":true,"permalink_performance":false,"specless_splashy_size":false,"sponsor_badge":false,"more_from_chartbeat":true,"videojs_debug":false,"chartbeat_powered_sidebar":true,"permalink_video_playlist":false,"refinitiv":false,"header_anchor_tags":true,"revcontent":false,"large_commerce_rail":true,"simple_image_lazyload":true,"digitrust_disable":false,"chartbeat_disable":false,"nielsen_disable":false,"fb_pixel_disable":false,"fastly_fs_test":false,"ats_enabled":false,"prebid_video":true,"curated_tagpage":false,"concurrent_editing":true,"amazon_right_rail":true,"commerce_button_inset":true,"header_simple_render":false,"parent_has_curated_homepage":false,"improved_comment_loading":false,"shortpost_nofollow":true,"medianet_headerbidding":true,"comment_nofollow":true,"right_rail_inset_a":false,"right_rail_inset_b":false,"curated_storytypepage":false,"filter_old_articles":true,"tag_follow_overwrite":false,"disable_teads":true,"sidebar_ad_whitespace":true,"bulbs_debug":false,"right_rail_show_post":false,"disallow_api":true,"ad_timeout_amazon":true,"ad_timeout_prebid":true,"ad_timeout_failsafe":true,"enable_html_sitemap":true,"count_later_posts":false,"recent_video_instream":true,"dynamic_ads_in_ads_bundle":false,"ad_script_in_head":true,"medianet_headerbidding_amp":true,"mobile_commerce_inset":true,"video_lazy_load":false,"comments_taboola_ad":true,"ad_metrics_unification":false,"improved_comment_preloading":false,"connatix":false,"prebid_video_disable_rubicon":false,"vpaid_insecure_mode":false,"prebid_video_enable_spotx":false,"msn_rss_filter_norights_images":false,"use_ad_manager":false,"amp_commerce_inset":false,"ad_mobile_after_first":false,"curated_big_story_settings":false},"sections":[{"index":1,"storyType":{"id":"76","blogId":"9","canonical":"video","title":"Video","content":"Video"},"active":false,"url":"/c/video"},{"index":2,"subBlog":{"id":"1633980057","name":"thebests","displayName":"The Bests","canonicalHost":"thebests.kotaku.com","avatar":{"id":"ncjew2plpihk2rfdipe2","format":"png","isAnimated":false,"frozenFormat":"png"},"isSubBlog":true,"description":"Our Favorite Games On Every Platform."},"active":false,"url":"//thebests.kotaku.com"},{"index":3,"featuredUrl":{"url":"https://kotaku.com/c/podcast","displayName":"Splitscreen","index":3},"active":false,"url":"https://kotaku.com/c/podcast","displayName":"Splitscreen"},{"index":4,"storyType":{"id":"1560","blogId":"9","canonical":"highlight-reel","title":"Highlight Reel","content":"Video","description":"Highlight Reel is Kotaku’s regular roundup of great plays, stunts, records and other great moments from around the gaming world. If you record an amazing feat while playing a game send it to us with a message confirming that the clip is yours at [email protected]. Or, if you see a great clip around that isn’t yours, encourage that person to send it in!"},"active":false,"url":"/c/highlight-reel"},{"index":5,"subBlog":{"id":"1538697436","name":"cosplay","displayName":"Cosplay","canonicalHost":"cosplay.kotaku.com","avatar":{"id":"ezm8ghxeumvswd9ksrmi","format":"png","isAnimated":false,"frozenFormat":"png"},"isSubBlog":true,"description":"The Best in Costume Play."},"active":false,"url":"//cosplay.kotaku.com"},{"index":6,"storyType":{"id":"69","blogId":"9","canonical":"review","title":"Review","content":"Standard"},"active":false,"url":"/c/review"},{"index":7,"featuredUrl":{"url":"https://store.kotaku.com/","displayName":"Shop","tagline":"SHOP THE COLLECTION","index":7},"active":false,"url":"https://store.kotaku.com/","displayName":"Shop","tagline":"SHOP THE COLLECTION"},{"index":900,"sponsoredSpecialSection":{"blogId":"1637558457","blog":{"id":"1637558457","name":"metal-gear","displayName":"Metal Gear Retrospective","canonicalHost":"metal-gear.kinja.com","hosts":[],"status":"ENABLED","timezone":"America/New_York","timezoneOffset":-14400000,"createTimeMillis":1561564533527,"ownerId":"5876237249236979407","description":"An ongoing series analyzing the Metal Gear games.","properties":{"robotsAllowed":true,"isLiveCustomKinja":true},"avatar":{"id":"ilpovqq5x3mrcq44d53p","format":"png","isAnimated":false,"frozenFormat":"png"},"logo":{"id":"jzy1uhmqtv9b0fn3kzss","format":"png","isAnimated":false,"frozenFormat":"png"}},"domainBlogId":"9","editorialPostIds":[],"editorialSectionHeading":"More in Metal Gear","editorialTags":[],"impactHeader":{"media":{"id":"ee2pczb239pimidxevr1","format":"png","width":3500,"height":1969,"alignment":"Center","caption":[],"syndicationRights":false,"attribution":[],"lightbox":true,"type":"Image"},"titleAlignment":"Below","overlay":"Black"},"customContent":[{"layout":"TextParagraph","type":"LunchBox"},{"layout":"ImageTextHeaderParagraphLeft","header":{"level":3,"alignment":"Left","containers":[],"value":[{"styles":[],"value":"Metal Gear Retrospective: Snake's Punishment Begins","type":"Text"}],"type":"Header"},"paragraph":{"paragraph":{"containers":[],"value":[{"styles":[],"value":"Metal Gear wants the player to fail. The game’s rough edges are part of the growing pains of an early genre, but taken in the context of the entire Metal Gear series, these challenges also feel like horrifying defense mechanisms. As Solid Snake infiltrates Outer Heaven, the player intrudes upon the game’s world. Neither are welcome, and if they’re caught, they will be destroyed.\n","type":"Text"}],"type":"Paragraph"},"alignment":"Center"},"image":{"id":"eymb86p2y03iipcivrvn","format":"png","width":2048,"height":1153,"alignment":"Center","caption":[],"syndicationRights":false,"attribution":[],"lightbox":true,"type":"Image"},"button":{"reference":"https://kotaku.com/metal-gear-the-kotaku-retrospective-1828740753","value":[{"styles":[],"value":"Read More","type":"Text"}],"type":"Link"},"postId":"1828740753","type":"LunchBox"},{"layout":"ImageTextHeaderParagraphRight","header":{"level":3,"alignment":"Left","containers":[],"value":[{"styles":[],"value":"Metal Gear 2 Retrospective: The World Spins Without Snake","type":"Text"}],"type":"Header"},"paragraph":{"paragraph":{"containers":[],"value":[{"styles":[],"value":"Metal Gear 2: Solid Snake’s defining attribute is texture. Metal Gear shaped an initial world, and Metal Gear 2 embellishes on that world by adding frictions that complicate the player’s previous relationship with the series. The results are often inconsistent; Metal Gear 2 is a game with a reach that exceeds its grasp but, also, an intoxicating and undeniable confidence.","type":"Text"}],"type":"Paragraph"},"alignment":"Center"},"image":{"id":"kxjnafqvpri8fws62ghm","format":"png","width":3000,"height":1688,"alignment":"Center","caption":[],"syndicationRights":false,"attribution":[],"lightbox":true,"type":"Image"},"button":{"reference":"https://kotaku.com/metal-gear-2-retrospective-the-world-spins-without-sna-1831544759","value":[{"styles":[],"value":"Read More","type":"Text"}],"type":"Link"},"postId":"1831544759","type":"LunchBox"},{"layout":"ImageTextHeaderParagraphLeft","header":{"level":3,"alignment":"Left","containers":[],"value":[{"styles":[],"value":"Metal Gear Solid Retrospective: 'You Enjoy All The Killing, That's Why'","type":"Text"}],"type":"Header"},"paragraph":{"paragraph":{"containers":[],"value":[{"styles":[],"value":"After Metal Gear 2: Solid Snake, the titular character went into retirement—both in the series’ fiction and real life. It would be another eight years before fans would play a Metal Gear game. That game was Metal Gear Solid, and it helped codify the stealth genre forever. Solid Snake’s story is full of betrayal, blood, and isolation.\n\n","type":"Text"}],"type":"Paragraph"},"alignment":"Center"},"image":{"id":"ee2pczb239pimidxevr1","format":"png","width":3500,"height":1969,"alignment":"Center","caption":[],"syndicationRights":false,"attribution":[],"lightbox":true,"type":"Image"},"button":{"reference":"https://kotaku.com/metal-gear-solid-retrospective-you-enjoy-all-the-killi-1835280265","value":[{"styles":[],"value":"Read More","type":"Text"}],"type":"Link"},"postId":"1835280265","type":"LunchBox"}],"socialMediaImage":{"id":"z4uhrwes9ezmqhdvfq5p","format":"png"},"attribution":"","renderBacklinks":true},"active":false,"url":"//metal-gear.kinja.com"}],"title":"The Spectacular Story Of Metroid, One Of Gaming's Richest Universes","pageType":"permalink","parentBlog":null,"post":{"postHeadline":"The Spectacular Story Of &lt;em&gt;Metroid&lt;/em&gt;, One Of Gaming&#39;s Richest Universes","postFormattedHeadline":"The Spectacular Story Of Metroid, One Of Gaming's Richest Universes","postPermalink":"https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577","adZone":"","featuredMedia":null,"replyCount":158,"embeddedVideos":[],"shareUrls":{"facebookShareUrl":"https://facebook.com/sharer.php?u=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%3Futm_medium%3Dsharefromsite%26utm_source%3D_facebook","twitterShareUrl":"https://twitter.com/share?text=The%20Spectacular%20Story%20Of%20Metroid%2C%20One%20Of%20Gaming's%20Richest%20Universes&amp;url=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%3Futm_medium%3Dsharefromsite%26utm_source%3D_twitter","emailShareUrl":"mailto:?subject=The%20Spectacular%20Story%20Of%20Metroid%2C%20One%20Of%20Gaming's%20Richest%20Universes&body=https%3A%2F%2Fkotaku.com%2Fthe-spectacular-story-of-metroid-one-of-gamings-riche-1284029577%253Futm_medium%3Dsharefromsite%2526utm_source%3D_email","permalink":"https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577"},"videoPermalinkRecircPosts":{}},"postId":"1284029577","isRecent":false,"postHeadline":"The Spectacular Story Of Metroid, One Of Gaming's Richest Universes","postIsStarter":true,"postIsFeatured":false,"postIsSponsored":false,"postIsVideo":false,"postType":"DEFAULT","qAndAParticipants":[],"authorIds":[],"tags":[{"canonical":"metroid","urlName":"metroid","displayName":"metroid"},{"canonical":"kotakulongreads","urlName":"kotaku-longreads","displayName":"kotaku longreads"},{"canonical":"nintendo","urlName":"nintendo","displayName":"nintendo"}],"scrollListItems":["1842660990","1842660808","1842659793","1842657790","1842657719","1842657676","1842657528","1842631388","1842632937","1842629671","1842429089","1842646720","1794881447","1842596387","1842647990","1842647779","1842647138","1842646231","1842643475","1842639391"]}
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.kinja = {
+ meta: {"blog":{"id":"9","name":"kotaku","displayName":"Kotaku","canonicalHost":"kotaku.com","hosts":["numbers.kotaku.com","de.kotaku.com","assets.kotaku.com","pocketmonster.kotaku.com","m.kotaku.com","uk.kotaku.com","tmi.kotaku.com","live.kotaku.com","pl.kotaku.com","toys.kotaku.com","screenburn.kotaku.com","fetch.kotaku.com","kotak.us","ru.kotaku.com","animalcrossing.kotaku.com","es.kotaku.com","br.kotaku.com","ca.kotaku.com","selects.kotaku.com","irl.kotaku.com","www.kotaku.com","watchlist.kotaku.com","nl.kotaku.com","au.kotaku.com","kotaku.kinja.com","blog.kotaku.com","kotaku.com.br","us.kotaku.com"],"status":"ENABLED","timezone":"America/New_York","timezoneOffset":-14400000,"createTimeMillis":1354577915472,"ownerId":"5724319325347612106","description":"Gaming Reviews, News, Tips and More.","properties":{"logoLink":"https://x.kinja-static.com/assets/images/logos/newsletter/kotaku-500px.png","aboutPostId":458637663,"recircGroup":"fmgNonSatire","twitterScreenName":"@kotaku","alexaId":"gmg-kotaku","hideViewcounts":true,"metaTitle":"The Gamer's Guide","videoNetwork":"kotaku","facebookPixelId":"574907642841384","singleOptIn":true,"chartbeatPopularPosts":true,"tagPageTitle":"{tag} - Gaming Reviews, News, Tips and More. | Kotaku","storyTypePageDescription":"Everything you ever wanted to know about {storyType}. News, stories, photos, videos and more.","isSearchable":true,"facebookScreenName":"kotaku","GANJA_IGNORE_GEO":["us.kotaku.com"],"groupBlog":true,"skimLinkId":"33330X911644","mainColor":"#fbc000","navigationGroup":"fmg","storyTypePageTitle":"{storyType} - Gaming Reviews, News, Tips and More. | Kotaku","robotsAllowed":true,"isGmgBlog":true,"youtubeUrl":"https://www.youtube.com/user/KotakuNYC","sitemapStartTime":"2008-02-03T00:00:00","instagramScreenName":"kotakudotcom","blogGroup":"kotaku","sourcepointDomain":"mms.kotaku.com","googleAnalyticsID":"UA-142218-8","tagPageDescription":"All of Kotaku's {tag} coverage. News, stories, photos, videos and more.","showBrowserTabType":"Category","globalVideoPage":true,"cxenseSiteId":"1141876438685671428","template":"kotaku","googleSiteVerification":"bM-oyO1vXKOAYf3H3fJQaVf8FeyOneJtVHbEYlNa7p8","newsletter":true,"fbAppId":"35737966741","campaignMonitorNewsletterName":"Kotaku_Daily","adsTxtEnabled":true},"avatar":{"id":"v4sckews2f3bzf0ztbkf","format":"png","isAnimated":false,"frozenFormat":"png"},"logo":{"id":"m9zdzkcum8jjhh7qpkaf","format":"png","isAnimated":false,"frozenFormat":"png"},"logoLink":"https://x.kinja-static.com/assets/images/logos/newsletter/kotaku-500px.png","aboutPostId":458637663,"recircGroup":"fmgNonSatire","twitterScreenName":"@kotaku","alexaId":"gmg-kotaku","hideViewcounts":true,"metaTitle":"The Gamer's Guide","videoNetwork":"kotaku","facebookPixelId":"574907642841384","singleOptIn":true,"chartbeatPopularPosts":true,"tagPageTitle":"{tag} - Gaming Reviews, News, Tips and More. | Kotaku","storyTypePageDescription":"Everything you ever wanted to know about {storyType}. News, stories, photos, videos and more.","isSearchable":true,"facebookScreenName":"kotaku","GANJA_IGNORE_GEO":["us.kotaku.com"],"groupBlog":true,"skimLinkId":"33330X911644","mainColor":"#fbc000","navigationGroup":"fmg","storyTypePageTitle":"{storyType} - Gaming Reviews, News, Tips and More. | Kotaku","robotsAllowed":true,"isGmgBlog":true,"youtubeUrl":"https://www.youtube.com/user/KotakuNYC","sitemapStartTime":"2008-02-03T00:00:00","instagramScreenName":"kotakudotcom","blogGroup":"kotaku","sourcepointDomain":"mms.kotaku.com","googleAnalyticsID":"UA-142218-8","tagPageDescription":"All of Kotaku's {tag} coverage. News, stories, photos, videos and more.","showBrowserTabType":"Category","globalVideoPage":true,"cxenseSiteId":"1141876438685671428","template":"kotaku","googleSiteVerification":"bM-oyO1vXKOAYf3H3fJQaVf8FeyOneJtVHbEYlNa7p8","newsletter":true,"fbAppId":"35737966741","campaignMonitorNewsletterName":"Kotaku_Daily","adsTxtEnabled":true},"syncFeatures":"","customFeatures":[],"post":{"adZone":"","author":{"displayName":"Gergo Vas"},"gaDimensions":{"gaVideoIds":"","wordCount":8302,"wordCountBucket":"8200 - 8400"},"headline":"The Spectacular Story Of <em>Metroid<\/em>, One Of Gaming's Richest Universes","id":"1284029577","isFeatured":false,"isVideo":false,"isSlideshow":false,"slideIndex":null,"permalink":"https://kotaku.com/the-spectacular-story-of-metroid-one-of-gamings-riche-1284029577","postPosition":0,"publishTimeMillis":1378908000474,"sponsored":false,"isStarter":true,"starterId":"1284029577","storyType":null,"tags":[{"canonical":"metroid","urlName":"metroid","displayName":"metroid"},{"canonical":"kotakulongreads","urlName":"kotaku-longreads","displayName":"kotaku longreads"},{"canonical":"nintendo","urlName":"nintendo","displayName":"nintendo"}],"truncation":false,"hasVideos":false},"commercePermalinkPosts":[{"post":{"id":"1842660540","headline":"Friday's Best Deals: Children's Books, Circular Lamp, Memory Foam Pillows, Onsen Towels, and More","permalink":"https://kinjadeals.theinventory.com/fridays-best-deals-childrens-books-circular-lamp-mem-1842660540","image":{"uid":"fmxkv4w3fn53bgahlsls","originalWidth":1280,"originalHeight":720,"format":"jpg","width":1280,"height":720,"id":"fmxkv4w3fn53bgahlsls","frozenFormat":"jpg"},"authorId":"5876237249238355545","authorNameOrByline":"","defaultBlogId":"9","defaultBlogDisplayName":"Kotaku","defaultBlogHost":"kotaku.com","defaultBlogGroup":"kotaku","defaultBlogRecircGroup":"fmgNonSatire","plainText":"A large heating pad, Comixology Marvel sale, Instant Pot, and six months of Xbox Game Pass Ultimate lead off Friday’s best from around the web. ","score":0,"publishTimeMillis":1585922400540,"defaultBlogAvatar":{"id":"v4sckews2f3bzf0ztbkf","format":"png","isAnimated":false,"frozenFormat":"png"},"defaultBlogLogo":{"id":"m9zdzkcum8jjhh7qpkaf","format":"png","isAnimated":false,"frozenFormat":"png"},"isVideo":false,"amazonPrice":"","amazonPromoCode":"","originalProps":{"id":"1842660540","headline":"Friday's Best Deals: Children's Books, Circular Lamp, Memory Foam Pillows, Onsen Towels, and More","permalink":"https://kinjadeals.theinventory.com/fridays-best-deals-childrens-books-circular-lamp-mem-1842660540","image":{"uid":"fmxkv4w3fn53bgahlsls","originalWidth":1280,"originalHeight":720,"format":"jpg","width":1280,"height":720,"id":"fmxkv4w3fn53bgahlsls","frozenFormat":"jpg"},"authorId":"5876237249238355545","authorNameOrByline":"","defaultBlogId":"9","defaultBlogDisplayName":"Kotaku","defaultBlogHost":"kotaku.com","defaultBlogGroup":"kotaku","defaultBlogRecircGroup":"fmgNonSatire","plainText":"A large heating pad, Comixology Marvel sale, Instant Pot, and six months of Xbox Game Pass Ultimate lead off Friday’s best from around the web. ","score":0,"publishTimeMillis":1585922400540,"defaultBlogAvatar":{"id":"v4sckews2f3bzf0ztbkf","format":"png","isAnimated":false,"frozenFormat":"png"},"defaultBlogLogo":{"id":"m9zdzkcum8jjhh7qpkaf","format":"png","isAnimated":false,"frozenFormat":"png"},"isVideo":false,"amazonPrice":"","amazonPromoCode":""}},"authors":[{"id":"5876237249238355545","screenName":"tercius","displayName":"Tercius","status":"enabled","isSuperuser":false,"isSales":false,"avatar":{"id":"jcaeuivnqiba4tkyigru","format":"jpg","isAnimated":false,"frozenFormat":"jpg"},"token":null,"membership":[],"remotes":{},"authName":null,"isGmgMember":false,"isEditStaff":false,"createdMillis":1542642801922,"confirmedEmail":null},{"id":"5876237249239477161","screenName":"thegabecarey","displayName":"Gabe Carey","status":"enabled","isSuperuser":false,"isSales":false,"avatar":{"id":"athps4ffpcya8ltki1sh","format":"jpg","isAnimated":false,"frozenFormat":"jpg"},"token":null,"membership":[],"remotes":{},"authName":null,"isGmgMember":false,"isEditStaff":false,"createdMillis":1580838192451,"confirmedEmail":null},{"id":"5876237249239545865","screenName":"hezeqiyah","displayName":"Quentyn Kennemer","status":"enabled","isSuperuser":false,"isSales":false,"avatar":{"id":"guximzhf5lwpmfbqkqpc","format":"jpg","isAnimated":false,"frozenFormat":"jpg"},"token":null,"membership":[],"remotes":{},"authName":null,"isGmgMember":false,"isEditStaff":false,"createdMillis":1583342960277,"confirmedEmail":null},{"id":"5876237249239598984","screenName":"jordanmcmahon","displayName":"Jordan McMahon","status":"enabled","isSuperuser":false,"isSales":false,"avatar":{"id":"f9rslqxrljvhdn2mpoy3","format":"jpg","isAnimated":false,"frozenFormat":"jpg"},"token":null,"membership":[],"remotes":{},"authName":null,"isGmgMember":false,"isEditStaff":false,"createdMillis":1585587052503,"confirmedEmail":null},{"id":"5876237249239477142","screenName":"ignacia","displayName":"Ignacia","status":"enabled","isSuperuser":false,"isSales":false,"avatar":{"id":"ka7xqqfs3nogmfdrldp2","format":"png","isAnimated":false,"frozenFormat":"png"},"token":null,"membership":[],"remotes":{},"authName":null,"isGmgMember":false,"isEditStaff":false,"createdMillis":1580837659736,"confirmedEmail":null}]},{"post":{"id":"1842658105","headline":"Buy Six Months of Xbox Game Pass Ultimate for the Price of Three","permalink":"https://kinjadeals.theinventory.com/buy-six-months-of-xbox-game-pass-ultimate-for-the-price-1842658105","image":{"uid":"vazlq4u31lycrfynccwx","originalWidth":1280,"originalHeight":720,"format":"jpg","width":1280,"height":720,"id":"vazlq4u31lycrfynccwx","frozenFormat":"jpg"},"authorId":"5876237249239545865","authorNameOrByline":"","defaultBlogId":"9","defaultBlogDisplayName":"Kotaku","defaultBlogHost":"kotaku.com","defaultBlogGroup":"kotaku","defaultBlogRecircGroup":"fmgNonSatire","plainText":"6 Months of Xbox Game Pass Ultimate | $45 | Amazon","score":0,"publishTimeMillis":1585909320105,"defaultBlogAvatar":{"id":"v4sckews2f3bzf0ztbkf","format":"png","isAnimated":false,"frozenFormat":"png"},"defaultBlogLogo":{"id":"m9zdzkcum8jjhh7qpkaf","format":"png","isAnimated":false,"frozenFormat":"png"},"isVideo":false,"amazonPrice":"","amazonPromoCode":"","originalProps":{"id":"1842658105","headline":"Buy Six Months of Xbox Game Pass Ultimate for the Price of Three","permalink":"https://kinjadeals.theinventory.com/buy-six-months-of-xbox-game-pass-ultimate-for-the-price-1842658105","image":{"uid":"vazlq4u31lycrfynccwx","originalWidth":1280,"originalHeight":720,"format":"jpg","width":1280,"height":720,"id":"vazlq4u31lycrfynccwx","frozenFormat":"jpg"},"authorId":"5876237249239545865","authorNameOrByline":"","defaultBlogId":"9","defaultBlogDisplayName":"Kotaku","defaultBlogHost":"kotaku.com","defaultBlogGroup":"kotaku","defaultBlogRecircGroup":"fmgNonSatire","plainText":"6 Months of Xbox Game Pass Ultimate | $45 | Amazon","score":0,"publishTimeMillis":1585909320105,"defaultBlogAvatar":{"id":"v4sckews2f3bzf0ztbkf","format":"png","isAnimated":false,"frozenFormat":"png"},"defaultBlogLogo":{"id":"m9zdzkcum8jjhh7qpkaf","format":"png","isAnimated":false,"frozenFormat":"png"},"isVideo":false,"amazonPrice":"","amazonPromoCode":""}},"authors":[{"id":"5876237249239545865","screenName":"hezeqiyah","displayName":"Quentyn Kennemer","status":"enabled","isSuperuser":false,"isSales":false,"avatar":{"id":"guximzhf5lwpmfbqkqpc","format":"jpg","isAnimated":false,"frozenFormat":"jpg"},"token":null,"membership":[],"remotes":{},"authName":null,"isGmgMember":false,"isEditStaff":false,"createdMillis":1583342960277,"confirmedEmail":null}],"link":{"url":"https://www.amazon.com/dp/B07TGNFVWV?linkCode=ogi&th=1&psc=1&smid=A3ODHND3J0WMC8","provider":"amazon","headline":"Xbox Game Pass Ultimate: 3 Month Membership [Digital Code]","description":null,"thumbnails":["https://m.media-amazon.com/images/I/41xTjOl4iML.jpg"],"images":[{"id":"ffyphnwprvqfff3cthhn","format":"jpg","uri":"https://m.media-amazon.com/images/I/41xTjOl4iML.jpg","width":500,"height":500,"originalWidth":500,"originalHeight":500}],"meta":{"asin":"B07TGNFVWV","price":"44.99","conversions":"786"},"type":"none","height":null,"width":null,"sizeClass":"flex-video widescreen","autoReisize":false,"isSecure":true,"insetId":null,"originalUrl":"https://www.amazon.com/Xbox-Game-Pass-Ultimate-Membership/dp/B07TGNFVWV/","shortDescription":null,"startTime":null}}],"blogSales":{"id":"9","amazonInsetsEnabled":true,"amazonAffiliateTag":"kotakuamzn-20","adsEnabled":true,"adNetworkId":4246,"adSiteName":"gm.kotaku","indexExchangeWebSiteId":"80685363813128","indexExchangeAmpSiteId":"272210","bouncexId":"3592","blogNetworkId":null,"tagsExcludedFromPartnerRss":["metapost","externalPost","NSFW"],"tagsForceSynced":[],"adSlotsDisabled":[]},"pageType":"permalink","environmentDesc":"production:magma","isScrollActive":false},
+ categoryMeta: {"categories":""},
+ tagMeta: {"tags":"metroid,kotaku longreads,nintendo"}
+ };
+ ]]>
+ </script>
+ <script async="async" src="/x-kinja-static/assets/new-client/runtime~trackers.a80485038c85d225c097.js"></script>
+ <script async="async" src="/x-kinja-static/assets/new-client/0.dbae5dc63b4cbda565ad.js"></script>
+ <script async="async" src="/x-kinja-static/assets/new-client/vendors~adEditor~categoryPage~curatedHomepage~errorPage~experiments~featuredPermalinkPage~frontPage~~eb3f2f08.a6883eb2583a17a295a7.js"></script>
+ <script async="async" src="/x-kinja-static/assets/new-client/adEditor~curatedHomepage~errorPage~experiments~featuredPermalinkPage~newsletterPage~permalinkPage~pe~9288a84a.66cac4c8bb720d3ddbad.js"></script>
+ <script async="async" src="/x-kinja-static/assets/new-client/permalinkPageIdle~trackers.c278813d2f54ff256aa3.js"></script>
+ <script async="async" src="/x-kinja-static/assets/new-client/trackers.d0e941d9a281b638dd5a.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/runtime~permalinkPage.66e46354e7f840ca24ad.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~categoryPage~curatedHomepage~featuredPermalinkPage~frontPage~hamburger-menu~header~image~imp~c3252dce.436e24a3a4ef007064ee.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~adEditor~categoryPage~curatedHomepage~errorPage~experiments~featuredPermalinkPage~frontPage~~42d198c1.00468c8e4744beb4949e.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~adEditor~categoryPage~curatedHomepage~errorPage~experiments~featuredPermalinkPage~frontPage~~8379534a.bb03871c80f38458f237.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~browser-logs~categoryPage~curatedHomepage~errorPage~experiments~featuredPermalinkPage~frontP~b17b93e7.93f57e8d555d7b8a365e.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~adEditor~categoryPage~curatedHomepage~errorPage~experiments~featuredPermalinkPage~frontPage~~19904265.e182978c4e04fa08d1a1.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~categoryPage~curatedHomepage~errorPage~experiments~featuredPermalinkPage~frontPage~permalink~52f86dd3.a3bf982db8ac12c972f4.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~categoryPage~curatedHomepage~featuredPermalinkPage~frontPage~header~lunchbox-read-only-compo~84b37b4e.23edd58b2f6c0dbe0081.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~categoryPage~curatedHomepage~featuredPermalinkPage~frontPage~lunchbox-read-only-component~pe~045ae5d8.96a119d6d9e4856c1362.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/vendors~categoryPage~curatedHomepage~featuredPermalinkPage~frontPage~permalinkPage~searchPage~slides~a3dad056.b6c50ff3a5cb5bc3a8e6.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/curation-utils~embiggen~featuredPermalinkPage~homepage-edit~in-article-selector~inArticleAdTools~out~4fb4640d.735d21b4d44bf8002feb.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/adEditor~errorPage~experiments~featuredPermalinkPage~newsletterPage~permalinkPage~permalinkPageIdle~~7cddaefd.8d0c1b704d05907e48ab.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/adEditor~errorPage~experiments~featuredPermalinkPage~permalinkPage~permalinkPageIdle~profilePage~sea~3a495c6d.59edbdd41c30046114ac.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/errorPage~featuredPermalinkPage~permalinkPage~permalinkPageIdle~profilePage~searchPage~slideshowPerm~06881b51.91b46446b5efe4d81f1f.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/outstreamNativeView~permalinkPage~permalinkPageIdle~slideshowPermalinkPage~videojsIframe.f16340c882602d783e4c.js"></script>
+ <script async="async" src="//x.kinja-static.com/assets/new-client/permalinkPage.66ff393cde34ac7bfae9.js"></script>
+ <div class="js_modal"></div>
+ <div id="kinja-bucket-setter"></div>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-images.json
new file mode 100644
index 0000000..1407776
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/p3-juejin.byteimg.com\/tos-cn-i-k3u1fbpfcp\/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.jpg",
+ "https:\/\/p3-juejin.byteimg.com\/tos-cn-i-k3u1fbpfcp\/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-metadata.json
new file mode 100644
index 0000000..60bd1f2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": null,
+ "Image": null,
+ "Title": "Lazy Load with Alt includes jpg\/png\/webp extensions",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected.html
new file mode 100644
index 0000000..9016e85
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected.html
@@ -0,0 +1,8 @@
+<div>
+ <article>
+ <h2>Test Case 1</h2>
+ <img data-src="https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.jpg" alt="performance.jpg" src="https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.jpg">
+ <h2>Test Case 2</h2>
+ <img data-src="https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.png" alt="performance.jpg" src="https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.png">
+ </article>
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/source.html
new file mode 100644
index 0000000..b4a3df8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/source.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Lazy Load with Alt includes jpg/png/webp extensions</title>
+</head>
+<body>
+ <article class="markdown-body">
+ <h2>Test Case 1</h2>
+ <img class="lazyload inited loaded"
+ data-src="https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.jpg"
+ alt="performance.jpg"
+ />
+ <h2>Test Case 2</h2>
+ <img class="lazyload inited loaded"
+ data-src="https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.png"
+ alt="performance.jpg"
+ />
+ </article>
+</body>
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json
new file mode 100644
index 0000000..e32833b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/s1.lemde.fr\/image\/2015\/05\/05\/600x315\/4628128_3_47fc_projet-de-loi-renseignement_aeba800424730d672d1bd08faf203438.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json
new file mode 100644
index 0000000..0f46210
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Martin Untersinger (avec Damien Leloup et Morgane Tual)",
+ "Direction": null,
+ "Excerpt": "Largement approuvé par les députés, le texte sera désormais examiné par le Sénat, puis le Conseil constitutionnel.",
+ "Image": "http:\/\/s1.lemde.fr\/image\/2015\/05\/05\/600x315\/4628128_3_47fc_projet-de-loi-renseignement_aeba800424730d672d1bd08faf203438.jpg",
+ "Title": "Le projet de loi sur le renseignement massivement approuvé à l'Assemblée",
+ "SiteName": "Le Monde.fr"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html
new file mode 100644
index 0000000..bb3a0d8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html
@@ -0,0 +1,41 @@
+<div id="articleBody" itemprop="articleBody">
+ <p>
+ <iframe src="//www.dailymotion.com/embed/video/x2p552m?syndication=131181" frameborder="0" width="534" height="320"></iframe>
+ </p>
+ <p>Les députés ont, sans surprise, adopté à une large majorité (438 contre 86 et 42 abstentions) le projet de loi sur le renseignement défendu par le gouvernement lors d’un vote solennel, mardi&nbsp;5&nbsp;mai. Il sera désormais examiné par le Sénat, puis le Conseil constitutionnel, prochainement saisi par 75 députés. Dans un souci d'apaisement, François Hollande avait annoncé par avance qu'il saisirait les Sages.</p>
+ <p><strong>Revivez <a href="http://fakehost/pixels/live/2015/05/05/suivez-le-vote-de-la-loi-renseignement-en-direct_4628012_4408996.html">le direct du vote à l’Assemblée avec vos questions.</a></strong></p>
+ <p>Ont voté contre : 10 députés socialistes (sur 288), 35 UMP (sur 198), 11 écologistes (sur 18), 11 UDI (sur 30), 12 députés Front de gauche (sur 15) et 7 non-inscrits (sur 9). <a href="http://www2.assemblee-nationale.fr/scrutins/detail/%28legislature%29/14/%28num%29/1109">Le détail est disponible sur le site de l'Assemblée nationale.</a></p>
+ <p>Parmi les députés ayan voté contre figurent notamment des opposants de la première heure, comme l'UMP Laure de la Raudière ou l'écologiste Sergio Coronado, mais aussi quelques poids lourds de l'opposition comme Patrick Devedjian ou Claude Goasguen. A gauche, on trouve parmi les quelque opposants au texte Aurélie Filipetti. Christian Paul, qui avait été très actif lors d'autres débats sur les libertés numériques, s'est abstenu.</p>
+ <p>Pouria Amirshahi, député socialiste des Français de l'étranger qui a également voté contre, a annoncé qu'il transmettrait un «&nbsp;mémorandum argumenté » au Conseil constitutionnel et demanderait à se faire auditionner sur le projet de loi. D'autres députés ont prévu de faire la même démarche.</p>
+ <p>Ce texte, fortement décrié par la société civile pour son manque de contre-pouvoir et le caractère intrusif des techniques qu’il autorise, entend donner un cadre aux pratiques des services de renseignement, rendant légales certaines pratiques qui, jusqu’à présent, ne l’étaient pas.</p>
+ <p><u>Retour sur ses principales dispositions, après son passage en commission des lois et après le débat en séance publique.</u></p>
+ <h2>Définition des objectifs des services</h2>
+ <p>Le projet de loi énonce les domaines que peuvent invoquer les services pour justifier leur surveillance. Il s’agit notamment, de manière attendue, de <em>«&nbsp;l’indépendance nationale, de l’intégrité du territoire et de la défense nationale&nbsp;»</em> et de<em> «&nbsp;la prévention du terrorisme&nbsp;»,</em> mais également des <em>«&nbsp;intérêts majeurs de la politique étrangère&nbsp;»,</em> ainsi que de la <em>«&nbsp;prévention des atteintes à la forme républicaine des institutions&nbsp;»</em> et de <em>«&nbsp;la criminalité et de la délinquance organisées&nbsp;»</em>. Des formulations parfois larges qui inquiètent les opposants au texte qui craignent qu’elles puissent permettre de surveiller des activistes ou des manifestants.</p>
+ <h2>La Commission de contrôle</h2>
+ <p>Le contrôle de cette surveillance sera confié à une nouvelle autorité administrative indépendante, la Commission nationale de contrôle des techniques de renseignement (CNCTR), composée de six magistrats du Conseil d’Etat et de la Cour de cassation, de trois députés et trois sénateurs de la majorité et de l’opposition, et d’un expert technique. Elle remplacera l’actuelle Commission nationale de contrôle des interceptions de sécurité (CNCIS).</p>
+ <p>Elle délivrera son avis, sauf cas d’urgence, avant toute opération de surveillance ciblée. Deux types urgences sont prévus par la loi&nbsp;: d’un côté une <em>«&nbsp;urgence absolue&nbsp;»</em>, pour laquelle un agent pourra se passer de l’avis de la CNCTR mais pas de l’autorisation du premier ministre. De l’autre, une urgence opérationnelle extrêmement limitée, notamment en termes de techniques, à l’initiative du chef du service de renseignement, qui se passe de l’avis de la CNCTR. Ces cas d’urgence ne justifieront pas l’intrusion d’un domicile ni la surveillance d’un journaliste, un parlementaire ou un avocat. Dans ces cas, la procédure classique devra s’appliquer.</p>
+ <p>L’avis de la CNCTR ne sera pas contraignant, mais cette commission pourra saisir le Conseil d’Etat si elle estime que la loi n’est pas respectée et elle disposera de pouvoirs d’enquête. Ce recours juridictionnel est une nouveauté dans le monde du renseignement.</p>
+ <h2>Les «&nbsp;boîtes noires&nbsp;»</h2>
+ <p>Une des dispositions les plus contestées de ce projet de loi prévoit de pouvoir contraindre les fournisseurs d’accès à Internet (FAI) à «&nbsp;<em>détecter une menace terroriste sur la base d’un traitement automatisé&nbsp;». </em>Ce dispositif –&nbsp;autorisé par le premier ministre par tranche de quatre mois&nbsp;– permettrait de détecter, en temps réel ou quasi réel, les personnes ayant une activité en ligne typique de «&nbsp;schémas&nbsp;» utilisés par les terroristes pour transmettre des informations.</p>
+ <p>En pratique, les services de renseignement pourraient installer chez les FAI une «&nbsp;boîte noire&nbsp;» surveillant le trafic. Le contenu des communications – qui resterait «&nbsp;anonyme&nbsp;» – ne serait pas surveillé, mais uniquement les métadonnées&nbsp;: origine ou destinataire d’un message, adresse IP d’un site visité, durée de la conversation ou de la connexion… Ces données ne seraient pas conservées.</p>
+ <p>La Commission nationale informatique et libertés<strong> </strong>(CNIL), qui critique fortement cette disposition. La CNIL soulève notamment que l’anonymat de ces données est très relatif, puisqu’il peut être levé.</p>
+ <p>Lire aussi&nbsp;: <a href="http://fakehost/pixels/article/2015/03/18/les-critiques-de-la-cnil-contre-le-projet-de-loi-sur-le-renseignement_4595839_4408996.html">Les critiques de la CNIL contre le projet de loi sur le renseignement</a> </p>
+ <p>Le dispositif introduit une forme de «&nbsp;pêche au chalut&nbsp;» –&nbsp;un brassage très large des données des Français à la recherche de quelques individus. Le gouvernement se défend de toute similarité avec les dispositifs mis en place par la NSA américaine, arguant notamment que les données ne seront pas conservées et que cette activité sera contrôlée par une toute nouvelle commission aux moyens largement renforcés. Il s’agit cependant d’un dispositif très large, puisqu’il concernera tous les fournisseurs d’accès à Internet, et donc tous les internautes français.</p>
+ <h2>L’élargissement de la surveillance électronique pour détecter les «&nbsp;futurs&nbsp;» terroristes</h2>
+ <p>La surveillance des métadonnées sera aussi utilisée pour tenter de détecter de nouveaux profils de terroristes potentiels, prévoit le projet de loi. Le gouvernement considère qu’il s’agit d’une manière efficace de détecter les profils qui passent aujourd’hui <em>«&nbsp;entre les mailles du filet&nbsp;»</em>, par exemple des personnes parties en Syrie ou en Irak sans qu’aucune activité suspecte n’ait été décelée avant leur départ.</p>
+ <p>Pour repérer ces personnes, la loi permettra d’étendre la surveillance électronique à toutes les personnes en contact avec des personnes déjà suspectées. En analysant leurs contacts, la fréquence de ces derniers et les modes de communication, les services de renseignement espèrent pouvoir détecter ces nouveaux profils en amont.</p>
+ <h2>De nouveaux outils et méthodes de collecte</h2>
+ <p>Les services pourront également procéder, après un avis de la CNCTR, à la pose de micros dans une pièce ou de mouchards sur un objet (voiture par exemple), ou à l’intérieur d’un ordinateur. L’utilisation des IMSI-catchers (fausses antennes qui permettent d’intercepter des conversations téléphoniques) est également légalisée, pour les services de renseignement, dans certains cas. Le nombre maximal de ces appareils sera fixé par arrêté du premier ministre après l’avis de la CNCTR.</p>
+ <p><strong>Lire&nbsp;: <a href="http://fakehost/pixels/article/2015/03/31/que-sont-les-imsi-catchers-ces-valises-qui-espionnent-les-telephones-portables_4605827_4408996.html">Que sont les IMSI-catchers, ces valises qui espionnent les téléphones portables&nbsp;?</a></strong></p>
+ <p>La loi introduit également des mesures de surveillance internationale&nbsp;: concrètement, les procédures de contrôle seront allégées lorsqu’un des «&nbsp;bouts&nbsp;» de la communication sera situé à l’étranger (concrètement, un Français qui parle avec un individu situé à l’étranger). Cependant, comme l’a souligné l’Arcep (l’Autorité de régulation des communications électroniques et des postes), sollicitée pour le versant technique de cette mesure, il est parfois difficile de s’assurer qu’une communication, même passant par l’étranger, ne concerne pas deux Français.</p>
+ <h2>Un nouveau fichier</h2>
+ <p>La loi crée un fichier judiciaire national automatisé des auteurs d’infractions terroristes (Fijait), dont les données pourront être conservées pendant vingt ans.</p>
+ <p>Ce fichier concerne les personnes ayant été condamnées, même si une procédure d’appel est en cours. Les mineurs pourront aussi être inscrits dans ce fichier et leurs données conservées jusqu’à dix ans. L’inscription ne sera pas automatique et se fera sur décision judiciaire. Certaines mises en examen pourront aussi apparaître sur ce fichier. En cas de non-lieu, relaxe, acquittement, amnistie ou réhabilitation, ces informations seront effacées.</p>
+ <h2>Renseignement pénitentiaire</h2>
+ <p>Le renseignement pénitentiaire pourra, dans des conditions qui seront fixées par décret, profiter des techniques que légalise le projet de loi pour les services de renseignement. La ministre de la justice, Christiane Taubira, était défavorable à cette disposition, soutenue par le rapporteur du texte, la droite et une partie des députés de gauche. Pour la ministre, cette innovation va dénaturer le renseignement pénitentiaire et le transformer en véritable service de renseignement.</p>
+ <h2>Conservation des données</h2>
+ <p>La CNIL <a href="http://www.cnil.fr/fileadmin/documents/La_CNIL/actualite/Les_propositions_de_la_CNIL_sur_les_evolutions_de_la_loi_Informatique_et_Libertes.pdf">a fait part à plusieurs reprises de sa volonté</a> d’exercer sa mission de contrôle sur les fichiers liés au renseignement, qui seront alimentés par ces collectes. Ces fichiers sont aujourd’hui exclus du périmètre d’action de la CNIL.</p>
+ <p>La durée de conservation des données collectées –&nbsp;et l’adaptation de cette durée à la technique employée&nbsp;– a par ailleurs été inscrite dans la loi, contrairement au projet initial du gouvernement qui entendait fixer ces limites par décret. Elle pourra aller jusqu’à cinq ans dans le cas des données de connexion.</p>
+ <h2>Un dispositif pour les lanceurs d’alerte</h2>
+ <p>La loi prévoit également une forme de protection pour les agents qui seraient témoins de surveillance illégale. Ces lanceurs d’alerte pourraient solliciter la CNCTR, voire le premier ministre, et leur fournir toutes les pièces utiles. La CNCTR pourra ensuite aviser le procureur de la République et solliciter la Commission consultative du secret de la défense nationale afin que cette dernière <em>«&nbsp;donne au premier ministre son avis sur la possibilité de déclassifier tout ou partie de ces éléments&nbsp;»</em>. Aucune mesure de rétorsion ne pourra viser l’agent qui aurait dénoncé des actes potentiellement illégaux.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html
new file mode 100644
index 0000000..093b02e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html
@@ -0,0 +1,1117 @@
+<!DOCTYPE html>
+<!--[if lt IE 9]><html class="ie"><![endif]-->
+<!--[if IE 9]><html class="ie9"><![endif]-->
+<!--[if gte IE 9]><!-->
+<html lang="fr">
+<!--<![endif]-->
+
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <script>
+ if ("undefined" === typeof lmd || !lmd) lmd = {};
+ (function(a, b) {
+ var d = a.onerror,
+ c = "";
+ a.onerror = function(a, e, f) {
+ d && d.apply(this, [a, e, f]);
+ c = e + " line:" + f + " : " + a;
+ "undefined" !== typeof b.jserrors && "function" === typeof b.jserrors.push ? 10 >= b.jserrors.length && b.jserrors.push(c) : b.jserrors = [c]
+ }
+ })(this, lmd);
+ </script>
+ <!-- context -->
+ <script>
+ if ("undefined" === typeof lmd || !lmd) lmd = {};
+ lmd.context = {
+ "pageType": "Element",
+ "rubrique": {
+ "id": 4408996,
+ "url_friendly": "pixels",
+ "maquette": "technologies_home",
+ "parents": [],
+ "rubrique_ombrelle": {
+ "id": 4408996,
+ "url_friendly": "pixels"
+ }
+ },
+ "rubriques": [{
+ "id": 4408996,
+ "url_friendly": "pixels"
+ }, {
+ "id": 4614001,
+ "url_friendly": "loi-sur-le-renseignement"
+ }, {
+ "id": 4409015,
+ "url_friendly": "vie-en-ligne"
+ }],
+ "element": {
+ "id": 4627068,
+ "titre": "Le projet de loi sur le renseignement massivement approuv\u00e9 \u00e0 l'Assembl\u00e9e",
+ "gabarit": "colright",
+ "partenaire": null,
+ "nature_editoriale": {
+ "nom": "compte_rendu",
+ "libelle": "Compte rendu"
+ },
+ "type": {
+ "id": 4,
+ "nom": "article",
+ "libelle": "Article",
+ "est_en_continu": true,
+ "est_editorial": true,
+ "icon": "article"
+ },
+ "restreint": false,
+ "link": "\/pixels\/article\/2015\/05\/04\/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html",
+ "ensemble": {
+ "id": 4595835,
+ "tetiere": "Loi sur le renseignement"
+ },
+ "nb_signes": 9885,
+ "has_atome_video": true
+ },
+ "page": {
+ "advert": {
+ "active": true,
+ "colonne_light": false,
+ "adserver": "smartadserver",
+ "smart": {
+ "site": "50270",
+ "page": 444463,
+ "query": null,
+ "all_formats": "21489,21490,21935,21486,21482,21488,21483,21484,21485,25258,25259,25260,21936,21487,21492,22396,21491,21493,21938,21937,23371,23885,15187,15188,29752,29753,27863,25553,25553,26077,26076,26333,25551,26078,25550,25550,22379,26080,26613,22380,27863,25553,25553,26077,26076,26333,25551,26078,25550,25550,22379,26080,26613,22380,21488",
+ "domain": "ww690.smartadserver.com",
+ "render_mode": 0
+ }
+ },
+ "xiti": {
+ "xtpage": "pixels::que_contient_la_loi_sur_le_renseignement",
+ "xtpagetype": null,
+ "xtn2": 56,
+ "xtsite": "43260",
+ "xt_multc": "&x1=&x2=article",
+ "xt_abmv": null,
+ "xt_chains": null,
+ "xtcustom": {},
+ "xt_tag": null,
+ "xtergo": null
+ },
+ "ezakus": ["g:asq", "d:lemonde", "flt:1", "cat_l1:pixels", "t_article:article", "t_contenu:article", "signe:art_long", "m_contenu:compte_rendu"],
+ "bizdev": {
+ "ligatus": {
+ "primary_id": 49541,
+ "secondary_id": 49665
+ }
+ }
+ },
+ "application": "www"
+ };
+ lmd.context.item = lmd.context.element;
+ </script>
+ <!-- Mobile redirect, lmd conf, registered redirect -->
+ <script src="//s1.lemde.fr/bootstrap/list-early-load.js"></script>
+ <title>Le projet de loi sur le renseignement massivement approuvé à l'Assemblée</title>
+ <meta name="description" content="Largement approuvé par les députés, le texte sera désormais examiné par le Sénat, puis le Conseil constitutionnel."/>
+ <meta name="robots" content="index, follow, noarchive"/>
+ <meta http-equiv="refresh" content="900"/>
+ <meta http-equiv="Expires" content="0"/>
+ <meta http-equiv="Pragma" content="no-cache"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+ <meta name="application-name" content="Le Monde.fr"/>
+ <meta name="DC.language" content="fr"/>
+ <meta name="DC.format" content="text/html"/>
+ <meta name="DC.publisher" content="Le Monde"/>
+ <meta name="DC.identifier" content="ISSN 1950-6244"/>
+ <meta name="msapplication-tooltip" content="Le Monde.fr"/>
+ <meta name="msapplication-navbutton-color" content="#000"/>
+ <meta name="msapplication-starturl" content="/"/>
+ <meta name="msapplication-task" content="name=A la Une;action-uri=/;icon-uri=/medias/web/ico/ie9-pin/une.ico"/>
+ <meta name="msapplication-task" content="name=International;action-uri=/international/;icon-uri=/medias/web/ico/ie9-pin/international.ico"/>
+ <meta name="msapplication-task" content="name=Politique;action-uri=/politique/;icon-uri=/medias/web/ico/ie9-pin/politique.ico"/>
+ <meta name="msapplication-task" content="name=Economie;action-uri=/economie/;icon-uri=/medias/web/ico/ie9-pin/economie.ico"/>
+ <meta name="msapplication-task" content="name=Sport;action-uri=/sport/;icon-uri=/medias/web/ico/ie9-pin/sport.ico"/>
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="//s1.lemde.fr/medias/web/1.2.671/ico/apple/icon-72.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="//s1.lemde.fr/medias/web/1.2.671/ico/apple/icon-144.png"/>
+ <meta property="fb:app_id" content="166878320861"/>
+ <meta property="fb:page_id" content="14892757589"/>
+ <meta property="og:site_name" content="Le Monde.fr"/>
+ <meta property="og:locale" content="fr_FR"/>
+ <meta property="og:url" content="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html"/>
+ <meta property="og:title" content="Le projet de loi sur le renseignement massivement approuvé à l'Assemblée"/>
+ <meta property="og:description" content="Largement approuvé par les députés, le texte sera désormais examiné par le Sénat, puis le Conseil constitutionnel."/>
+ <meta property="og:image" content="http://s1.lemde.fr/image/2015/05/05/600x315/4628128_3_47fc_projet-de-loi-renseignement_aeba800424730d672d1bd08faf203438.jpg"/>
+ <meta property="og:image:width" content="600"/>
+ <meta property="og:image:height" content="315"/>
+ <meta property="og:image:type" content="image/jpeg"/>
+ <meta property="og:type" content="article"/>
+ <meta property="al:ios:url" content="lmfr://element/article/4627068?x4=8"/>
+ <meta property="al:ios:app_store_id" content="294047850"/>
+ <meta property="al:android:url" content="lmfr://element/article/4627068?x4=8"/>
+ <meta property="al:android:package" content="com.lemonde.androidapp"/>
+ <meta property="al:web:url" content="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html"/>
+ <meta property="al:web:should_fallback" content="true"/>
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta name="twitter:site" content="@lemondefr"/>
+ <meta name="twitter:url" content="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html"/>
+ <meta name="twitter:title" content="Le projet de loi sur le renseignement massivement approuvé à l'Assemblée"/>
+ <meta name="twitter:description" content="Largement approuvé par les députés, le texte sera désormais examiné par le Sénat, puis le Conseil constitutionnel."/>
+ <meta name="twitter:image" content="http://s1.lemde.fr/image/2015/05/05/600x315/4628128_3_47fc_projet-de-loi-renseignement_aeba800424730d672d1bd08faf203438.jpg"/>
+ <meta name="twitter:app:country" content="FR"/>
+ <meta name="twitter:app:id:iphone" content="294047850"/>
+ <meta name="twitter:app:url:iphone" content="lmfr://element/article/4627068?x4=8"/>
+ <meta name="twitter:app:id:ipad" content="294047850"/>
+ <meta name="twitter:app:url:ipad" content="lmfr://element/article/4627068?x4=8"/>
+ <meta name="twitter:app:id:googleplay" content="com.lemonde.androidapp"/>
+ <meta name="twitter:app:url:googleplay" content="lmfr://element/article/4627068?x4=8"/>
+ <link rel="alternate" href="android-app://com.lemonde.androidapp/lmfr/element/article/4627068?x4=8"/>
+ <link rel="shortcut icon" href="//s1.lemde.fr/medias/web/1.2.671/ico/favicon.ico"/>
+ <link rel="stylesheet" type="text/css" href="//s1.lemde.fr/bootstrap/www/67e40ec439cec7837a3a02ea3a19df14.css?m[]=normalize&amp;m[]=fonts&amp;m[]=grille&amp;m[]=base&amp;m[]=header&amp;m[]=footer&amp;m[]=rubrique&amp;m[]=article&amp;m[]=friends%2Fpaves&amp;m[]=col_droite&amp;m[]=ticker&amp;m[]=couleurs&amp;m[]=marketing%2Fmeter&amp;m[]=evenementiel%2Fcoupe-du-monde&amp;m[]=friends%2Fnewsweb%2Fbase&amp;m[]=friends%2Fnewsweb%2Fdatabox&amp;m[]=friends%2Fnewsweb%2Flivescore&amp;m[]=friends%2Fnewsweb%2Flivescore_tennis&amp;m[]=print&amp;m[]=element&amp;m[]=rubriques%2Fpixels&amp;m[]=modules%2Fportfolio&amp;m[]=modules%2Fzen&amp;m[]=abonnes%2Foverlay"/>
+ <link rel="canonical" href="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html"/>
+ <link rel="alternate" href="http://mobile.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html" media="only screen and (max-width: 640px)"/>
+ <link rel="alternate" href="http://www.lemonde.fr/pixels/rss_full.xml" title="Le Monde.fr : Pixels" type="application/rss+xml"/>
+ <script src="//s1.lemde.fr/medias/web/1.2.671/js/lib/require/core/current/require.js"></script>
+ <script src="//s1.lemde.fr/bootstrap/www/main.js"></script>
+ <script>
+ if (-1 === requirejs.s.contexts._.config.baseUrl.indexOf('lemde')) {
+ require = function() {};
+ }
+ </script>
+ <script>
+ "undefined" !== typeof lmd && lmd || (lmd = {});
+ (function(e, d) {
+ var f = function(a, c) {
+ var b;
+ if (void 0 === c || null === c || "" === c) return !0;
+ for (b = 0; b &lt; a.requireModules.length; b++)
+ if (a.requireModules[b].match(c)) return !0;
+ return !1
+ },
+ g = function(a, c) {
+ var b;
+ for (b = 0; b &lt; d.requirejs.error_history.length; b++) f(d.requirejs.error_history[b], c) && a.call(this, d.requirejs.error_history[b])
+ },
+ h = function(a) {
+ var c, b = d.requirejs.handlers;
+ for (c = 0; c &lt; b.length; c++) f(a, b[c].regex) && b[c].fn.call(this, a)
+ };
+ d.requirejs = {
+ handlers: [],
+ error_history: [],
+ addHandler: function(a, c, b) {
+ "undefined" !== typeof b && b && g(a, c);
+ d.requirejs.handlers.push({
+ fn: a,
+ regex: c
+ })
+ }
+ };
+ requirejs.onError = function(a) {
+ h(a);
+ d.requirejs.error_history.push(a);
+ if ("function" === typeof e.onerror) e.onerror("REQUIRE ERROR (" + a.requireType + ") [" + a.originalError.target.src + "]", a.originalError.target.baseURI, "N/A");
+ else throw a;
+ }
+ })(this, lmd);
+ </script>
+ <!--[if IE]>
+ <script src="//s1.lemde.fr/medias/web/1.2.671/js/lib/ecma/core/262/base64.js"></script>
+<![endif]-->
+ <!--[if lte IE 9]>
+ <script src="//s1.lemde.fr/medias/web/1.2.671/js/lib/polyfill/placeholder.js"></script>
+<![endif]-->
+ <!--[if lt IE 9]>
+ <script src="//s1.lemde.fr/medias/web/1.2.671/js/lib/html5shiv/html5.js"></script>
+ <script src="//s1.lemde.fr/medias/web/1.2.671/js/lib/ecma/core/262/array.js"></script>
+<![endif]-->
+ <!--[if lte IE 8]>
+<![endif]-->
+ <!--[if lte IE 7]>
+ <script src="//s1.lemde.fr/medias/web/1.2.671/js/lib/ecma/core/262/json.js"></script>
+<![endif]-->
+ <script>
+ require(['lmd.afrique.cookie']);
+ </script>
+ <script>
+ (function(d) {
+ var script = d.createElement('script');
+ var trange = (new Date()).getTime().toString().slice(0, -5);
+ script.src = '//s1.lemde.fr/medias/web/1.2.671/js/lmd/module/meter/toggle-off.js?' + trange;
+ d.write(script.outerHTML);
+ })(document);
+ require(['lmd.meter'], function(loader) {
+ loader.launch();
+ });
+ </script>
+ <script>
+ SMART_listpos_temp = [];
+ ADVERT_AD = function(a) {
+ SMART_listpos_temp.push(a)
+ };
+ </script>
+ <script>
+ if (lmd.conf.fsw.kameleoon) {
+ kameleoonOptions = {
+ asynchronous: true
+ };
+ require(["//static.kameleoon.com/css/customers/r9u0567aww/0/kameleoon.js"], function() {});
+ }
+ </script>
+ <script>
+ var _vrq = _vrq || [];
+ _vrq.push(['id', 53]);
+ _vrq.push(['track', function() {}]);
+ if (lmd.conf.fsw.visual_revenue && document.location.protocol === "http:") {
+ require(["http://a.visualrevenue.com/vrs.js"]);
+ }
+ </script>
+ <script>
+ var _sf_startpt = (new Date()).getTime()
+ </script>
+ <script>
+ require(["lib/require/plugin/domReady", "lmd/util/link"], function(a, b) {
+ a(function() {
+ b.parse()
+ })
+ });
+ </script>
+ <script>
+ if ("undefined" === typeof lmd || !lmd) lmd = {};
+ lmd.pic = function(a) {
+ require(["lmd/module/retina"], function(b) {
+ b(a)
+ })
+ };
+ lmpic = lmd.pic;
+ </script>
+ <script>
+ if ("undefined" === typeof lmd || !lmd) lmd = {};
+ lmd.onload = function(a) {
+ var b;
+ if ("undefined" !== typeof addEventListener) return addEventListener("load", a, !1);
+ if ("undefined" !== typeof attachEvent) return attachEvent("onload", a);
+ b = onload;
+ onload = "function" !== typeof onload ? a : function() {
+ b && b();
+ a()
+ }
+ };
+ _lmOnLoad = lmd.onload;
+ </script>
+ <script>
+ require(['lmd/core/login-register']);
+ </script>
+ <!--[if IE]>
+<script>require(["lib/require/plugin/domReady!","lmd/ui/ie9-pinning"],function(b,a){a.start()});</script>
+<![endif]-->
+ <link rel="dns-prefetch" href="//cdn1.smartadserver.com"/>
+ <link rel="dns-prefetch" href="//ww690.smartadserver.com"/>
+ <link rel="dns-prefetch" href="//logc2.xiti.com"/> </head>
+
+<body class="pixels">
+ <header id="header">
+ <div id="alerte_tracking" class="bandeau_info_importante bord_gris_moyen" style="display:none;height:0;"> En poursuivant votre navigation sur ce site, vous acceptez l’utilisation de cookies pour vous proposer des contenus et services adaptés à vos centres d’intérêts. <span data-href="aHR0cDovL3d3dy5sZW1vbmRlLmZyL3NlcnZpY2UvZG9ubmVlc19wZXJzb25uZWxsZXMuaHRtbA==" class="obf">En savoir plus et gérer ces paramètres</span>. <span class="croix_grise mgl8" title="Fermer cet avertissement"></span> </div>
+ <script>
+ require(["lmd/module/user/alerte_tracking"]);
+ </script>
+ <div id="surheader">
+ <div class="conteneur_haut">
+ <p class="gauche"> <a href="/" class="actif">Le Monde</a> <span data-target="_blank" data-href="aHR0cDovL3d3dy50ZWxlcmFtYS5mci8=" class="obf">Télérama</span> <span data-target="_blank" data-href="aHR0cDovL3d3dy5tb25kZS1kaXBsb21hdGlxdWUuZnIv" class="obf">Le Monde diplomatique</span> <span data-target="_blank" data-href="aHR0cDovL3d3dy5odWZmaW5ndG9ucG9zdC5mci8=" class="obf">Le Huffington Post</span> <span data-target="_blank" data-href="aHR0cDovL3d3dy5jb3VycmllcmludGVybmF0aW9uYWwuY29tLw==" class="obf">Courrier international</span> <span data-target="_blank" data-href="aHR0cDovL3d3dy5sYXZpZS5mci8=" class="obf">La Vie</span> <span data-target="_blank" data-href="aHR0cDovL3d3dy5hdWphcmRpbi5pbmZvLw==" class="obf">au Jardin</span> </p>
+ <div class="droit"> <span data-href="L2Fiby8/Y2xlZj1CVE5fQUJPR09MRDE0" class="bt_abo obf" onclick="return xt_click(this, 'C', lmd.context.page.xiti.xtn2, 'entrees_tunnel_abo::header','N');" title="Abonnez-vous au Monde à partir de 1 €">S'abonner au Monde à partir de 1 €</span>
+ <ul class="services droite">
+ <li> <span data-href="L3NlcnZpY2VzLw==" class="obf lien_deroulant">Services Le Monde ▾</span>
+ <div>
+ <ul>
+ <li><strong>Boutique Le Monde</strong></li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvI3h0b3I9QUQtNDY=" class="obf">Accueil</span> </li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvaG9ycy1zZXJpZXMuaHRtbCN4dG9yPUFELTEwMQ==" class="obf">Hors-séries</span> </li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvbGl2cmVzLmh0bWwjeHRvcj1BRC0xMDA=" class="obf">Livres</span> </li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvZHZkLTEuaHRtbCN4dG9yPUFELTk4" class="obf">DVD</span> </li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvY2QuaHRtbCN4dG9yPUFELTk5" class="obf">CD</span> </li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvdW5lcy1kdS1tb25kZS5odG1sI3h0b3I9QUQtMTQ5" class="obf">Unes du Monde</span> </li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvbG9pc2lycy1ldC1wYXBldGVyaWUuaHRtbCN4dG9yPUFELTEwMw==" class="obf">Loisirs &amp; papeterie</span> </li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvcHJvbW9zLmh0bWwjeHRvcj1BRC0zNDU=" class="obf">Promotions</span> </li>
+ </ul>
+ <ul>
+ <li><strong>Partenaires Le Monde</strong></li>
+ <li> <span data-target="" data-href="aHR0cDovL3ZvaXR1cmUtb2NjYXNpb24ubGVtb25kZS5mcg==" class="obf">Annonces auto</span> </li>
+ <li> <span data-target="_blank" data-href="aHR0cDovL29mZnJlcy5vZmZyZXMtZW1wbG9pLm1vbnN0ZXIuZnIvP2NoPUxFTU9OREU=" class="obf">Annonces emploi</span> </li>
+ <li> <span data-target="" data-href="aHR0cDovL2ltbW9iaWxpZXIubGVtb25kZS5mci8=" class="obf">Annonces immo</span> </li>
+ <li> <span data-target="" data-href="aHR0cDovL2NvbXBhcmF0ZXVycy1iYW5xdWVzLmxlbW9uZGUuZnIv" class="obf">Comparateur de banques</span> </li>
+ <li> <span data-target="" data-href="aHR0cDovL2NyZWRpdC5sZW1vbmRlLmZyLw==" class="obf">Comparateur de crédit</span> </li>
+ <li> <span data-target="" data-href="aHR0cDovL2FuZ2xhaXMubGVtb25kZS5mci8=" class="obf">Cours d’anglais</span> </li>
+ <li> <span data-target="" data-href="aHR0cDovL21vZGVsZS1sZXR0cmUubGVtb25kZS5mci8=" class="obf">Modèles de lettres</span> </li>
+ <li> <span data-target="" data-href="aHR0cDovL3ByaXgtaW1tb2JpbGllci5sZW1vbmRlLmZyL3ByaXgtaW1tb2JpbGllci8=" class="obf">Prix de l’immobilier</span> </li>
+ <li> <span data-target="" data-href="aHR0cDovL3Nob3BwaW5nLmxlbW9uZGUuZnI=" class="obf">Shopping</span> </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="header_utilisateur">
+ <div class="conteneur_haut clearfix">
+ <div class="tcell"> <a class="logo_lm_small" href="/">Le Monde.fr</a>
+ <div class="menu_lma_lmfr">
+ <ul>
+ <li><span>Édition globale</span></li>
+ <li><span data-href="L2FmcmlxdWUv" onclick="return xt_click(this,'C',lmd.context.page.xiti.xtn2,'edition_afrique','N')" class="obf">Édition afrique</span></li>
+ </ul>
+ </div>
+ <form name="recherche" action="/recherche/" method="get" class="recherche">
+ <p>
+ <label for="recherche_globale" class="cache">Rechercher&nbsp;:</label>
+ <input type="search" name="keywords" id="recherche_globale" placeholder="Rechercher"/>
+ <input type="hidden" name="qt" value="recherche_globale"/>
+ <input type="submit" value="rechercher" class="loupe"/> </p>
+ </form>
+ </div>
+ <div class="tcell">
+ <div class="sociaux">
+ <div id="header_facebook" class="fb20x20 facebook lien_social_header"> <span class="ico">Facebook</span>
+ <div class="conteneur_popinbox">
+ <div class="popinbox">
+ <div id="header_facebook_contenu" data-href="http://www.facebook.com/lemonde.fr" data-width="292" data-show-faces="true" data-stream="false" data-header="false" data-border-color="#D2D6DB"> </div>
+ </div>
+ </div>
+ </div>
+ <div id="header_twitter" class="tw20x20 twitter lien_social_header"> <span class="ico">Twitter</span>
+ <div class="conteneur_popinbox">
+ <div class="popinbox">
+ <div id="header_twitter_contenu"> <span class="block txt4">Suivre le Monde sur Twitter</span>
+ <div class="liste_img_lien"> <span data-target="_blank" data-href="aHR0cDovL3R3aXR0ZXIuY29tL2xlbW9uZGVmcg==" class="block obf">
+ <img data-n-src="//s1.lemde.fr/medias/web/1.2.671/img/pictos/twitter_lemonde.jpg" alt="Avatar lemonde.fr" width="48" height="48" class="radius5"/></span> <span data-target="_blank" data-href="aHR0cDovL3R3aXR0ZXIuY29tL2xlbW9uZGVmcg==" class="block obf">@lemondefr</span> <span data-href="aHR0cDovL3R3aXR0ZXIuY29tL2xlbW9uZGVmcg==" class="twitter-follow-button obf">Suivre @lemondefr</span> </div>
+ </div>
+ </div>
+ </div>
+ </div> <span data-target="_blank" data-href="aHR0cDovL3BsdXMuZ29vZ2xlLmNvbS8xMDk3NTU4MzQwMzgwNTE0NjA2Nzg=" class="google20x20 obf" title="Suivez LeMonde.fr sur Google+" id="header_google">
+ <span class="ico">Google+</span> </span>
+ </div> <span data-href="L2VtcGxvaS8=" class="lien_promo obf" onclick="return xt_click(this, 'N', lmd.context.page.xiti.xtn2, 'Lien_emploi_header' ,'N');" id="ln_monde_academie">Emploi</span> <span data-href="aHR0cHM6Ly93d3dzLmxlbW9uZGUuZnIvYWNjb3VudC8/cm91dGU9bmV3c2xldHRlcnM=" class="nl js_trigger_login_register obf" data-route="newsletters" data-xtclick="tunnel_inscription_2014::lien_header::recevez_nos_newsletters">Newsletters</span>
+ <p class="meteo js_meteo" style="display:none"> <span data-href="L3ZvdHJlX2NvbXB0ZS8jbWV0ZW8=" class="ville-meteo obf" title="Choisissez d'afficher la météo de vos villes fétiches">Affichez ici la météo de votre ville</span> </p>
+ <div class="js_identifiant"> <span data-href="aHR0cHM6Ly93d3dzLmxlbW9uZGUuZnIvYWNjb3VudC8/cm91dGU9bmV3c2xldHRlcnM=" class="inscrire js_trigger_login_register obf" id="btn_inscription" data-route="newsletters" data-xtclick="tunnel_inscription_2014::lien_header::inscrivez_vous"><span>S'inscrire</span></span> <span data-href="aHR0cHM6Ly93d3dzLmxlbW9uZGUuZnIvYWNjb3VudC8/cm91dGU9Y29ubmV4aW9u" class="identifier js_trigger_login_register obf" id="btn_identification" data-route="connexion" data-xtclick="tunnel_inscription_2014::lien_header::connexion">Connexion</span> </div>
+ </div>
+ </div>
+ </div>
+ </header>
+ <script>
+ require(["lmd/core/auth", "lmd/ui/header/header"], function(a, b) {
+ a.loadUser().done(function() {
+ b.init();
+ })
+ });
+ require(["lmd/module/acces-non-abonne"], function(a) {
+ a.init();
+ });
+ </script>
+ <nav id="nav" class="pixels pixels ">
+ <ul>
+ <li class="accueil"> <a data-bypass="false" data-rubrique-title="A la une" data-rubrique-id="3208" href="/"><i class="maison">Accueil</i></a> </li>
+ <li class="international"> <a data-bypass="false" data-rubrique-title="International" data-rubrique-id="3210" href="/international/">International</a> </li>
+ <li class="politique"> <a data-bypass="false" data-rubrique-title="Politique" data-rubrique-id="823448" href="/politique/">Politique</a> </li>
+ <li class="societe"> <a data-bypass="false" data-rubrique-title="Société" data-rubrique-id="3224" href="/societe/">Société</a> </li>
+ <li class="economie"> <a data-bypass="false" data-rubrique-title="Économie" data-rubrique-id="3234" href="/economie/">Éco</a> </li>
+ <li class="culture"> <a data-bypass="false" data-rubrique-title="Culture" data-rubrique-id="3246" href="/culture/">Culture</a> </li>
+ <li class="idees"> <a data-bypass="false" data-rubrique-title="Idées" data-rubrique-id="3232" href="/idees/">Idées</a> </li>
+ <li class="planete"> <a data-bypass="false" data-rubrique-title="Planète" data-rubrique-id="3244" href="/planete/">Planète</a> </li>
+ <li class="sport"> <a data-bypass="false" data-rubrique-title="Sport" data-rubrique-id="3242" href="/sport/">Sport</a> </li>
+ <li class="sciences"> <a data-bypass="false" data-rubrique-title="Sciences" data-rubrique-id="1650684" href="/sciences/">Sciences</a> </li>
+ <li class="pixels actif"> <a data-bypass="false" data-rubrique-title="Pixels" data-rubrique-id="4408996" href="/pixels/">Techno</a> </li>
+ <li class="campus"> <a data-bypass="false" data-rubrique-title="Campus" data-rubrique-id="4401467" href="/campus/">Campus</a> </li>
+ <li class="m-mag"> <a data-bypass="false" data-rubrique-title="M le mag" data-rubrique-id="4500055" href="/m-le-mag/">Le Mag</a> </li>
+ <li class="abonnes"> <a data-bypass="false" data-rubrique-title="Édition Abonnés" data-rubrique-id="1667658" href="/teaser/?clef=BARNAV14" onclick="return xt_click(this, 'C', lmd.context.page.xiti.xtn2, 'entrees_tunnel_abo::bar_nav','N');">Édition Abonnés</a> </li>
+ </ul>
+ </nav>
+ <script>
+ require(['jquery'], function($) {
+ $("#nav li").on('click', onNavItemClick);
+
+ function onNavItemClick(event) {
+ var classAttr,
+ className,
+ prefixXiti;
+ classAttr = $(event.target).closest("li").attr("class");
+ // If li tag has no class attributes or if class attribute is empty
+ if ($.trim(classAttr).length === 0) {
+ return;
+ }
+ className = classAttr.split(/\s+/)[0];
+ prefixXiti = (lmd.context.application === "www" ? "barre_nav_" : "barre_nav_abo_");
+ if (typeof xt_click === "function") {
+ xt_click(this, 'C', lmd.context.page.xiti.xtn2, prefixXiti + className, 'N');
+ }
+ }
+ });
+ </script>
+ <div class="position_pub habillage" data-adformat="habillage" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="21486">
+ <script>
+ //sas_manager.render(21486);
+ ADVERT_AD(['50270/444463', 21486, '', 'habillage', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/21486/S/1430854052/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/21486/S/1430854052/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div class="position_pub top banniere" data-adformat="top" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="21482">
+ <script>
+ //sas_manager.render(21482);
+ ADVERT_AD(['50270/444463', 21482, '', 'top', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/21482/S/1430854052/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/21482/S/1430854052/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div class="ombrelle ombrelle_pixels">
+ <div class="container_18">
+ <div class="tt_rubrique_ombrelle"> <span class="m_titre"></span><a href="/pixels/" class="couleur_rubrique obf">Pixels</a> </div>
+ <nav>
+ <ul>
+ <li><a href="/vie-en-ligne/" class="tt5_capital">Vie en ligne</a></li>
+ <li><a href="/jeux-video/" class="tt5_capital">Jeux vidéo</a></li>
+ <li><a href="/banc-essai/" class="tt5_capital">Banc d'essai</a></li>
+ <li><a href="/cultures-web/" class="tt5_capital">Cultures Web</a></li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ <div class="global meter_global js_meter_global">
+ <div class="top_container_article"></div>
+ <div class="container_18 clearfix">
+ <div class="grid_12 alpha">
+ <div class="clearfix" style="background: #fff">
+ <div class="grid_10 alpha prefix_1 suffix_1 col_gauche">
+ <!-- col gauche -->
+ <article class="article article_normal" itemscope="" itemtype="http://schema.org/NewsArticle">
+ <h1 class="tt2" itemprop="Headline">Le projet de loi sur le renseignement massivement approuvé à l'Assemblée</h1>
+ <p class="bloc_signature"> <span id="publisher" itemprop="Publisher" data-source="Le Monde.fr">Le Monde</span> |
+ <time datetime="2015-05-04T13:36:31+02:00" itemprop="datePublished">04.05.2015 à 13h36</time> • Mis à jour le
+ <time datetime="2015-05-05T20:13:12+02:00" itemprop="dateModified">05.05.2015 à 20h13</time> | <span class="signature_article">
+Par <span itemprop="author" class="auteur txt2_120"> <a class="auteur" target="_blank" href="/journaliste/martin-untersinger/">Martin Untersinger</a> (avec Damien Leloup et Morgane Tual)
+ </span> </span>
+ </p>
+ <div class="toolbar"></div>
+ <div class="fb-like" data-send="true" data-show-faces="true" data-action="recommend" data-font="arial" data-width="534"> </div>
+ <div id="articleBody" class="contenu_article js_article_body" itemprop="articleBody">
+ <div class="video_player">
+ <iframe src="//www.dailymotion.com/embed/video/x2p552m?syndication=131181" frameborder="0" width="534" height="320"></iframe>
+ </div>
+ <p>Les députés ont, sans surprise, adopté à une large majorité (438 contre 86 et 42 abstentions) le projet de loi sur le renseignement défendu par le gouvernement lors d’un vote solennel, mardi&nbsp;5&nbsp;mai. Il sera désormais examiné par le Sénat, puis le Conseil constitutionnel, prochainement saisi par 75 députés. Dans un souci d'apaisement, François Hollande avait annoncé par avance qu'il saisirait les Sages.</p>
+ <p><strong>Revivez <a href="/pixels/live/2015/05/05/suivez-le-vote-de-la-loi-renseignement-en-direct_4628012_4408996.html">le direct du vote à l’Assemblée avec vos questions.</a></strong></p>
+ <p>Ont voté contre : 10 députés socialistes (sur 288), 35 UMP (sur 198), 11 écologistes (sur 18), 11 UDI (sur 30), 12 députés Front de gauche (sur 15) et 7 non-inscrits (sur 9). <a href="http://www2.assemblee-nationale.fr/scrutins/detail/%28legislature%29/14/%28num%29/1109">Le détail est disponible sur le site de l'Assemblée nationale.</a></p>
+ <p>Parmi les députés ayan voté contre figurent notamment des opposants de la première heure, comme l'UMP Laure de la Raudière ou l'écologiste Sergio Coronado, mais aussi quelques poids lourds de l'opposition comme Patrick Devedjian ou Claude Goasguen. A gauche, on trouve parmi les quelque opposants au texte Aurélie Filipetti. Christian Paul, qui avait été très actif lors d'autres débats sur les libertés numériques, s'est abstenu.</p>
+ <p>Pouria Amirshahi, député socialiste des Français de l'étranger qui a également voté contre, a annoncé qu'il transmettrait un «&nbsp;mémorandum argumenté » au Conseil constitutionnel et demanderait à se faire auditionner sur le projet de loi. D'autres députés ont prévu de faire la même démarche.</p>
+ <p>Ce texte, fortement décrié par la société civile pour son manque de contre-pouvoir et le caractère intrusif des techniques qu’il autorise, entend donner un cadre aux pratiques des services de renseignement, rendant légales certaines pratiques qui, jusqu’à présent, ne l’étaient pas.</p>
+ <p><u>Retour sur ses principales dispositions, après son passage en commission des lois et après le débat en séance publique.</u></p>
+ <h2 class="intertitre">Définition des objectifs des services</h2>
+ <p>Le projet de loi énonce les domaines que peuvent invoquer les services pour justifier leur surveillance. Il s’agit notamment, de manière attendue, de <em>«&nbsp;l’indépendance nationale, de l’intégrité du territoire et de la défense nationale&nbsp;»</em> et de<em> «&nbsp;la prévention du terrorisme&nbsp;»,</em> mais également des <em>«&nbsp;intérêts majeurs de la politique étrangère&nbsp;»,</em> ainsi que de la <em>«&nbsp;prévention des atteintes à la forme républicaine des institutions&nbsp;»</em> et de <em>«&nbsp;la criminalité et de la délinquance organisées&nbsp;»</em>. Des formulations parfois larges qui inquiètent les opposants au texte qui craignent qu’elles puissent permettre de surveiller des activistes ou des manifestants.</p>
+ <h2 class="intertitre">La Commission de contrôle</h2>
+ <p>Le contrôle de cette surveillance sera confié à une nouvelle autorité administrative indépendante, la Commission nationale de contrôle des techniques de renseignement (CNCTR), composée de six magistrats du Conseil d’Etat et de la Cour de cassation, de trois députés et trois sénateurs de la majorité et de l’opposition, et d’un expert technique. Elle remplacera l’actuelle Commission nationale de contrôle des interceptions de sécurité (CNCIS).</p>
+ <p>Elle délivrera son avis, sauf cas d’urgence, avant toute opération de surveillance ciblée. Deux types urgences sont prévus par la loi&nbsp;: d’un côté une <em>«&nbsp;urgence absolue&nbsp;»</em>, pour laquelle un agent pourra se passer de l’avis de la CNCTR mais pas de l’autorisation du premier ministre. De l’autre, une urgence opérationnelle extrêmement limitée, notamment en termes de techniques, à l’initiative du chef du service de renseignement, qui se passe de l’avis de la CNCTR. Ces cas d’urgence ne justifieront pas l’intrusion d’un domicile ni la surveillance d’un journaliste, un parlementaire ou un avocat. Dans ces cas, la procédure classique devra s’appliquer.</p>
+ <p>L’avis de la CNCTR ne sera pas contraignant, mais cette commission pourra saisir le Conseil d’Etat si elle estime que la loi n’est pas respectée et elle disposera de pouvoirs d’enquête. Ce recours juridictionnel est une nouveauté dans le monde du renseignement.</p>
+ <h2 class="intertitre">Les «&nbsp;boîtes noires&nbsp;»</h2>
+ <p>Une des dispositions les plus contestées de ce projet de loi prévoit de pouvoir contraindre les fournisseurs d’accès à Internet (FAI) à «&nbsp;<em>détecter une menace terroriste sur la base d’un traitement automatisé&nbsp;». </em>Ce dispositif –&nbsp;autorisé par le premier ministre par tranche de quatre mois&nbsp;– permettrait de détecter, en temps réel ou quasi réel, les personnes ayant une activité en ligne typique de «&nbsp;schémas&nbsp;» utilisés par les terroristes pour transmettre des informations.</p>
+ <p>En pratique, les services de renseignement pourraient installer chez les FAI une «&nbsp;boîte noire&nbsp;» surveillant le trafic. Le contenu des communications – qui resterait «&nbsp;anonyme&nbsp;» – ne serait pas surveillé, mais uniquement les métadonnées&nbsp;: origine ou destinataire d’un message, adresse IP d’un site visité, durée de la conversation ou de la connexion… Ces données ne seraient pas conservées.</p>
+ <p>La Commission nationale informatique et libertés<strong> </strong>(CNIL), qui critique fortement cette disposition. La CNIL soulève notamment que l’anonymat de ces données est très relatif, puisqu’il peut être levé.</p>
+ <p class="lire">Lire aussi&nbsp;: <a href="/pixels/article/2015/03/18/les-critiques-de-la-cnil-contre-le-projet-de-loi-sur-le-renseignement_4595839_4408996.html">Les critiques de la CNIL contre le projet de loi sur le renseignement</a> </p>
+ <p>Le dispositif introduit une forme de «&nbsp;pêche au chalut&nbsp;» –&nbsp;un brassage très large des données des Français à la recherche de quelques individus. Le gouvernement se défend de toute similarité avec les dispositifs mis en place par la NSA américaine, arguant notamment que les données ne seront pas conservées et que cette activité sera contrôlée par une toute nouvelle commission aux moyens largement renforcés. Il s’agit cependant d’un dispositif très large, puisqu’il concernera tous les fournisseurs d’accès à Internet, et donc tous les internautes français.</p>
+ <h2 class="intertitre">L’élargissement de la surveillance électronique pour détecter les «&nbsp;futurs&nbsp;» terroristes</h2>
+ <p>La surveillance des métadonnées sera aussi utilisée pour tenter de détecter de nouveaux profils de terroristes potentiels, prévoit le projet de loi. Le gouvernement considère qu’il s’agit d’une manière efficace de détecter les profils qui passent aujourd’hui <em>«&nbsp;entre les mailles du filet&nbsp;»</em>, par exemple des personnes parties en Syrie ou en Irak sans qu’aucune activité suspecte n’ait été décelée avant leur départ.</p>
+ <p>Pour repérer ces personnes, la loi permettra d’étendre la surveillance électronique à toutes les personnes en contact avec des personnes déjà suspectées. En analysant leurs contacts, la fréquence de ces derniers et les modes de communication, les services de renseignement espèrent pouvoir détecter ces nouveaux profils en amont.</p>
+ <h2 class="intertitre">De nouveaux outils et méthodes de collecte</h2>
+ <p>Les services pourront également procéder, après un avis de la CNCTR, à la pose de micros dans une pièce ou de mouchards sur un objet (voiture par exemple), ou à l’intérieur d’un ordinateur. L’utilisation des IMSI-catchers (fausses antennes qui permettent d’intercepter des conversations téléphoniques) est également légalisée, pour les services de renseignement, dans certains cas. Le nombre maximal de ces appareils sera fixé par arrêté du premier ministre après l’avis de la CNCTR.</p>
+ <p><strong>Lire&nbsp;: <a href="/pixels/article/2015/03/31/que-sont-les-imsi-catchers-ces-valises-qui-espionnent-les-telephones-portables_4605827_4408996.html">Que sont les IMSI-catchers, ces valises qui espionnent les téléphones portables&nbsp;?</a></strong></p>
+ <p>La loi introduit également des mesures de surveillance internationale&nbsp;: concrètement, les procédures de contrôle seront allégées lorsqu’un des «&nbsp;bouts&nbsp;» de la communication sera situé à l’étranger (concrètement, un Français qui parle avec un individu situé à l’étranger). Cependant, comme l’a souligné l’Arcep (l’Autorité de régulation des communications électroniques et des postes), sollicitée pour le versant technique de cette mesure, il est parfois difficile de s’assurer qu’une communication, même passant par l’étranger, ne concerne pas deux Français.</p>
+ <h2 class="intertitre">Un nouveau fichier</h2>
+ <p>La loi crée un fichier judiciaire national automatisé des auteurs d’infractions terroristes (Fijait), dont les données pourront être conservées pendant vingt ans.</p>
+ <p>Ce fichier concerne les personnes ayant été condamnées, même si une procédure d’appel est en cours. Les mineurs pourront aussi être inscrits dans ce fichier et leurs données conservées jusqu’à dix ans. L’inscription ne sera pas automatique et se fera sur décision judiciaire. Certaines mises en examen pourront aussi apparaître sur ce fichier. En cas de non-lieu, relaxe, acquittement, amnistie ou réhabilitation, ces informations seront effacées.</p>
+ <h2 class="intertitre">Renseignement pénitentiaire</h2>
+ <p>Le renseignement pénitentiaire pourra, dans des conditions qui seront fixées par décret, profiter des techniques que légalise le projet de loi pour les services de renseignement. La ministre de la justice, Christiane Taubira, était défavorable à cette disposition, soutenue par le rapporteur du texte, la droite et une partie des députés de gauche. Pour la ministre, cette innovation va dénaturer le renseignement pénitentiaire et le transformer en véritable service de renseignement.</p>
+ <h2 class="intertitre">Conservation des données</h2>
+ <p>La CNIL <a href="http://www.cnil.fr/fileadmin/documents/La_CNIL/actualite/Les_propositions_de_la_CNIL_sur_les_evolutions_de_la_loi_Informatique_et_Libertes.pdf">a fait part à plusieurs reprises de sa volonté</a> d’exercer sa mission de contrôle sur les fichiers liés au renseignement, qui seront alimentés par ces collectes. Ces fichiers sont aujourd’hui exclus du périmètre d’action de la CNIL.</p>
+ <p>La durée de conservation des données collectées –&nbsp;et l’adaptation de cette durée à la technique employée&nbsp;– a par ailleurs été inscrite dans la loi, contrairement au projet initial du gouvernement qui entendait fixer ces limites par décret. Elle pourra aller jusqu’à cinq ans dans le cas des données de connexion.</p>
+ <h2 class="intertitre">Un dispositif pour les lanceurs d’alerte</h2>
+ <p>La loi prévoit également une forme de protection pour les agents qui seraient témoins de surveillance illégale. Ces lanceurs d’alerte pourraient solliciter la CNCTR, voire le premier ministre, et leur fournir toutes les pièces utiles. La CNCTR pourra ensuite aviser le procureur de la République et solliciter la Commission consultative du secret de la défense nationale afin que cette dernière <em>«&nbsp;donne au premier ministre son avis sur la possibilité de déclassifier tout ou partie de ces éléments&nbsp;»</em>. Aucune mesure de rétorsion ne pourra viser l’agent qui aurait dénoncé des actes potentiellement illégaux.</p>
+ </div>
+ <p itemprop="author" class="auteur txt2_120"></p>
+ <div class="bg_gris_moyen signature">
+ <ul class="liste_bordure">
+ <li class="clearfix" itemprop="author"> <span class="identite">
+
+
+ <a href="/journaliste/martin-untersinger/" target="_blank">
+<img data-placeholder="true" width="24" height="24" data-src="http://s1.lemde.fr/image/2014/04/18/24x24/1100512060_4_989c_13978271609841-0kab-c47_a068f1501374eefd42e6bb2cac94b37a.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-lazyload="true" onload="lmd.pic(this);" onerror="lmd.pic(this);" class="lazy-retina" alt=" "/>
+ </a>
+
+
+ <a href="/journaliste/martin-untersinger/" target="_blank" class="gras">Martin Untersinger</a> (avec Damien Leloup et Morgane Tual)
+
+ <br/><span class="txt_gris_clair">Journaliste au Monde</span> </span> <span class="suivre">
+ <strong class="txt1 txt_gris_moyen">Suivre</strong>
+ <a href="/journaliste/martin-untersinger/" class="avatar13x13" target="_blank">Aller sur la page de ce journaliste</a>
+
+ <a href="https://twitter.com/martin_u" class="tw13x13">Suivre ce journaliste sur twitter</a>
+
+ </span> </li>
+ </ul>
+ </div>
+ <p></p>
+ </article>
+ <div class="position_pub" data-adformat="web_partenaire" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="23371">
+ <script>
+ //sas_manager.render(23371);
+ ADVERT_AD(['50270/444463', 23371, '', 'web_partenaire', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/23371/S/1430854051/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/23371/S/1430854051/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div class="position_pub" data-adformat="web_partenaire_2" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="23885">
+ <script>
+ //sas_manager.render(23885);
+ ADVERT_AD(['50270/444463', 23885, '', 'web_partenaire_2', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/23885/S/1430854051/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/23885/S/1430854051/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div class="fb-like" data-send="true" data-show-faces="true" data-action="recommend" data-font="arial" data-width="534"> </div>
+ <div class="toolbar"></div>
+ </div>
+ </div>
+ <div class="clearfix">
+ <div class="grid_10 alpha prefix_1 suffix_1 col_gauche">
+ <aside class="bloc_base meme_sujet"> <span class="entete txt6">Loi sur le renseignement</span>
+ <div class="contenu">
+ <ul class="liste_chevron">
+ <li><a href="/pixels/video/2015/05/05/la-loi-sur-le-renseignement-expliquee-en-patates_4627580_4408996.html">La loi sur le renseignement expliquée en patates
+
+<span class="type_element mgl5"><span class="ico_video_mini"></span>Vidéo</span>
+</a></li>
+ <li><a href="/pixels/article/2015/05/05/loi-renseignement-comment-vont-voter-les-deputes_4628124_4408996.html">Loi sur le renseignement : comment vont voter les députés ?
+
+
+</a></li>
+ <li><a href="/pixels/article/2015/04/15/pourquoi-la-loi-sur-le-renseignement-cristallise-les-critiques_4615766_4408996.html">Pourquoi la loi sur le renseignement cristallise les critiques
+
+
+</a></li>
+ </ul>
+ </div> <span class="entete_exclu_abonnes"><em class="txt_img">Édition abonnés Contenu exclusif</em></span>
+ <div class="contenu">
+ <ul class="liste_chevron">
+ <li><a href="/politique/article/2015/05/05/jean-jacques-urvoas-grand-ordonnateur-d-un-texte-controverse_4627934_823448.html">Loi renseignement : Urvoas, grand ordonnateur d’un texte controversé
+
+
+</a></li>
+ <li><a href="/decryptages/article/2015/04/17/renseignement-l-aveuglement-francais_4617928_1668393.html">Renseignement : l’aveuglement français
+
+
+</a></li>
+ <li><a href="/politique/article/2015/04/16/taubira-une-ministre-dans-la-tempete_4616851_823448.html">Taubira, une ministre dans la tempête
+
+
+</a></li>
+ </ul>
+ </div>
+ <p class="bt"><span data-href="L2Fiby8/YW1wO2NsZWY9QkxPQ0FCT0FSVEJBUzE0" class="btn_abo obf" onclick="return xt_click(this, 'C', lmd.context.page.xiti.xtn2, 'Clic_Abonnement','N');" title="Abonnez-vous au Monde à partir de 1 €">Abonnez-vous à partir de 1 €</span></p>
+ </aside>
+ <div class="reco_cross_site_outbrain">
+ <div class="OUTBRAIN" data-src="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html" data-widget-id="AR_15" data-ob-template="lemonde"></div>
+ <div class="OUTBRAIN" data-src="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html" data-widget-id="AR_16" data-ob-template="lemonde"></div>
+ </div>
+ <div id="liste_reactions">
+ <div id="aj-027bb3" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Reaction_Element/actionAfficherPreview/WzQ/2Mj/cwN/jgsNV0-/?key=6a2a749556adf5b6475ca7dbc1b1b50eccb76169"></div>
+ <script>
+ require(["jquery", "lib/jquery/plugin/jquery.ajah"], function($) {
+ $("#aj-027bb3").ajah({
+ url: "/ajah/5m/lemonde/www/Controller_Module_Reaction_Element/actionAfficherPreview/WzQ/2Mj/cwN/jgsNV0-/?key=6a2a749556adf5b6475ca7dbc1b1b50eccb76169"
+ })
+ });
+ </script>
+ </div>
+ <div class="rubriques_liees"> <a href="/piratage-de-sony-pictures/">Piratage de Sony Pictures</a> ▪ <a href="/fibre-optique/">Fibre optique</a> ▪ <a href="/gouvernance-du-net/">Gouvernance du Net</a> ▪ <a href="/the-surveillance-files/">The surveillance files</a> ▪ <a href="/neutralite-du-net/">Neutralité du Net</a> ▪ <a href="/sxsw/">SXSW</a> ▪ <a href="/hadopi/">Hadopi</a> ▪ <a href="/securite-informatique/">Sécurité informatique</a> ▪ <a href="/cyberespionnage/">Cyberespionnage</a> ▪ <a href="/drones/">Drones</a> </div>
+ </div>
+ </div>
+ </div>
+ <div class="grid_6 omega col_droite">
+ <div class="position_pub" data-adformat="pave_haut" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="21483">
+ <script>
+ //sas_manager.render(21483);
+ ADVERT_AD(['50270/444463', 21483, '', 'pave_haut', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/21483/S/1430854051/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/21483/S/1430854051/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div id="aj-c65b1e" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Social_Pluspartages/actionAfficher/W3R/ydW/Vd/EMPTY/?key=e9c1df2637b3a3d3a2ba3035fdd06a727446de91"></div>
+ <script>
+ require(["jquery", "lib/jquery/plugin/jquery.ajah"], function($) {
+ $("#aj-c65b1e").ajah({
+ url: "/ajah/5m/lemonde/www/Controller_Module_Social_Pluspartages/actionAfficher/W3R/ydW/Vd/EMPTY/?key=e9c1df2637b3a3d3a2ba3035fdd06a727446de91"
+ })
+ });
+ </script>
+ <div class="position_pub" data-adformat="pave_milieu" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="21484">
+ <script>
+ //sas_manager.render(21484);
+ ADVERT_AD(['50270/444463', 21484, '', 'pave_milieu', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/21484/S/1430854051/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/21484/S/1430854051/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div id="aj-6e587e" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Abonnes_AppelJelec/actionAfficher/W3R/ydW/UsI/kJMT0NBQk9BUlRDT0xEUjE0Il0-/?key=8b6254c0b89102f0d95ade6fd5204a54dd7769ba"></div>
+ <script>
+ require(["jquery", "lib/jquery/plugin/jquery.ajah"], function($) {
+ $("#aj-6e587e").ajah({
+ url: "/ajah/5m/lemonde/www/Controller_Module_Abonnes_AppelJelec/actionAfficher/W3R/ydW/UsI/kJMT0NBQk9BUlRDT0xEUjE0Il0-/?key=8b6254c0b89102f0d95ade6fd5204a54dd7769ba"
+ })
+ });
+ </script>
+ <div class="bloc_part outbrain">
+ <div class="OUTBRAIN" data-src="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html" data-widget-id="SB_2" data-ob-template="lemonde"></div>
+ <div class="OUTBRAIN" data-src="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html" data-widget-id="SB_3" data-ob-template="lemonde"></div>
+ </div>
+ <div id="aj-7b102b" data-aj-uri="/ajah/5m/lemonde/web/Controller_Module_Zone_Rotation/actionAfficherTypeZone/WzQ/0MD/g5O/TYsInpvbmVfY29sb25uZV9iaXpkZXZfZWx0MSIsMV0-/?key=8b6c485ed551454bda7fa41f7661dc53ba2f64d2"></div>
+ <script>
+ require(["jquery", "lib/jquery/plugin/jquery.ajah"], function($) {
+ $("#aj-7b102b").ajah({
+ url: "/ajah/5m/lemonde/web/Controller_Module_Zone_Rotation/actionAfficherTypeZone/WzQ/0MD/g5O/TYsInpvbmVfY29sb25uZV9iaXpkZXZfZWx0MSIsMV0-/?key=8b6c485ed551454bda7fa41f7661dc53ba2f64d2"
+ })
+ });
+ </script>
+ <div id="aj-fd73d2" data-aj-uri="/ajah/5m/lemonde/web/Controller_Module_Zone_Rotation/actionAfficherTypeZone/WzM/yMD/gsI/npvbmVfcHJvbW90aW9uX2VkaXRvIiwxXQ--/?key=087f8b8a2e844eff33cf3a844722ba4ccfa9e3c6"></div>
+ <script>
+ require(["jquery", "lib/jquery/plugin/jquery.ajah"], function($) {
+ $("#aj-fd73d2").ajah({
+ url: "/ajah/5m/lemonde/web/Controller_Module_Zone_Rotation/actionAfficherTypeZone/WzM/yMD/gsI/npvbmVfcHJvbW90aW9uX2VkaXRvIiwxXQ--/?key=087f8b8a2e844eff33cf3a844722ba4ccfa9e3c6"
+ })
+ });
+ </script>
+ <div class="position_pub" data-adformat="pave_bas" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="21485">
+ <script>
+ //sas_manager.render(21485);
+ ADVERT_AD(['50270/444463', 21485, '', 'pave_bas', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/21485/S/1430854051/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/21485/S/1430854051/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div id="aj-d4766b" data-aj-uri="/ajah/5m/lemonde/web/Controller_Module_Zone_Rotation/actionAfficherTypeZone/WzQ/0MD/g5O/TYsInpvbmVfY29sb25uZV9iaXpkZXZfZWx0MiIsMV0-/?key=442ca578128c98ed51d421440c92c87a913030b9"></div>
+ <script>
+ require(["jquery", "lib/jquery/plugin/jquery.ajah"], function($) {
+ $("#aj-d4766b").ajah({
+ url: "/ajah/5m/lemonde/web/Controller_Module_Zone_Rotation/actionAfficherTypeZone/WzQ/0MD/g5O/TYsInpvbmVfY29sb25uZV9iaXpkZXZfZWx0MiIsMV0-/?key=442ca578128c98ed51d421440c92c87a913030b9"
+ })
+ });
+ </script>
+ <div class="position_pub noborder" data-adformat="web_partenariat" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="22396">
+ <script>
+ //sas_manager.render(22396);
+ ADVERT_AD(['50270/444463', 22396, '', 'web_partenariat', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/22396/S/1430854051/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/22396/S/1430854051/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div class="position_pub noborder" data-adformat="logo_texte" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="21492">
+ <script>
+ //sas_manager.render(21492);
+ ADVERT_AD(['50270/444463', 21492, '', 'logo_texte', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/21492/S/1430854051/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/21492/S/1430854051/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ </div>
+ </div>
+ <!-- #WALL -->
+ </div>
+ <!-- #TOASTER -->
+ <script>
+ require(["lmd/module/element/bootstrap"], function(bootstrap) {
+ var params = {};
+ params.toolbar = {};
+ params.toolbar.envoyer = {
+ link: "http://www.lemonde.fr/envoyer-par-email/article/2015/05/04/4627068.html"
+ };
+ params.toolbar.imprimer = {
+ active: true
+ };
+ bootstrap.init(params);
+ });
+ </script>
+ <div class="OUTBRAIN" data-src="http://www.lemonde.fr/pixels/article/2015/05/04/que-contient-la-loi-sur-le-renseignement_4627068_4408996.html" data-widget-id="TR_1" data-ob-template="lemonde" style="display:none"></div>
+ <script>
+ require(['lmd/core/ux/outbrain'], function(ob) {
+ ob.load();
+ });
+ </script>
+ <div class="position_pub" data-adformat="bottom" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="21488">
+ <script>
+ //sas_manager.render(21488);
+ ADVERT_AD(['50270/444463', 21488, '', 'bottom', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/21488/S/1430854052/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/21488/S/1430854052/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <div id="aj-93f310" data-aj-uri="/ajah/5m/lemonde/web/Controller_Module_Deroule_Bloc_Paves/actionAfficherBizdevOffre/WzQ/0MD/g5O/TYsdHJ1ZV0-/?key=5652f682d8b9b0b77268891a96feddeaec2be194"></div>
+ <script>
+ require(["jquery", "lib/jquery/plugin/jquery.ajah"], function($) {
+ $("#aj-93f310").ajah({
+ url: "/ajah/5m/lemonde/web/Controller_Module_Deroule_Bloc_Paves/actionAfficherBizdevOffre/WzQ/0MD/g5O/TYsdHJ1ZV0-/?key=5652f682d8b9b0b77268891a96feddeaec2be194"
+ })
+ });
+ </script>
+ <div id="aj-704004" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_General_Footer_Serviciel/actionAfficher/WyJ/SVU/JSS/VFVRV9TRVJWSUNFUyJd/?key=48ef2c0f4847cd071d1f0a44fc735c67dafe3a50"></div>
+ <script>
+ require(["jquery", "lib/jquery/plugin/jquery.ajah"], function($) {
+ $("#aj-704004").ajah({
+ url: "/ajah/5m/lemonde/www/Controller_Module_General_Footer_Serviciel/actionAfficher/WyJ/SVU/JSS/VFVRV9TRVJWSUNFUyJd/?key=48ef2c0f4847cd071d1f0a44fc735c67dafe3a50"
+ })
+ });
+ </script>
+ <div id="footer">
+ <div class="footer_gratuit txt3"> <span data-href="aHR0cDovL3d3dy5sZW1vbmRlLmZyL2Fiby8/Y2xlZj1MVF9GT09URVJIT01FMTQ=" class="zone_abo obf" onclick="return xt_click(this, 'C', lmd.context.page.xiti.xtn2, 'Clic_Abonnement','N');">
+ <div class="abonnement">
+ <p class="contenu">
+ <span>Le monde abonnements</span> Profitez du journal où et quand vous voulez. Abonnements papier, offres 100 % numériques sur Web et tablette. </p>
+ <p class="bt"> <span class="btn">S'abonner au Monde à partir de 1 €</span> </p>
+ </div> <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" width="350" height="155" alt=" " data-src="//s1.lemde.fr/medias/web/1.2.671/img/elements_lm/footer_supports.png" data-lazyload="true" onload="lmd.pic(this);" onerror="lmd.pic(this);" class="lazy-retina"/></span>
+ <div class="deja_abonne">
+ <div> <span class="accroche">Déjà abonné au<br/>journal <em>Le Monde</em> ?</span>
+ <ul>
+ <li><span data-target="_blank" data-href="aHR0cDovL3d3dy5sZW1vbmRlLmZyL3dlYi9hYm9wYXBpZXIvMSwyNy0wLDEtMCwwLmh0bWw=" class="obf">Activez votre accès à l'Édition abonnés du Monde.fr</span></li>
+ <li><span data-target="_blank" data-href="aHR0cDovL21vbmFiby5sZW1vbmRlLmZyLyN4dG9yPUFELTMyMjgwMDYx" class="obf">Gérez votre abonnement</span></li>
+ </ul>
+ </div> <img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" width="123" height="78" alt=" " data-src="//s1.lemde.fr/medias/web/1.2.671/img/elements_lm/footer_journaux.png" data-lazyload="true" onload="lmd.pic(this);" onerror="lmd.pic(this);" class="lazy-retina"/> </div>
+ </div>
+ <div class="footer_listes">
+ <div> <span class="titre">Les rubriques du Monde.fr</span> <span data-target="" data-href="L2ludGVybmF0aW9uYWwv" class="obf">International</span> ▪ <span data-target="" data-href="L3BvbGl0aXF1ZS8=" class="obf">Politique</span> ▪ <span data-target="" data-href="L3NvY2lldGUv" class="obf">Société</span> ▪ <span data-target="" data-href="L2Vjb25vbWllLw==" class="obf">Économie</span> ▪ <span data-target="" data-href="L2N1bHR1cmUv" class="obf">Culture</span> ▪ <span data-target="" data-href="L3Nwb3J0Lw==" class="obf">Sport</span> ▪ <span data-target="" data-href="L3BpeGVscy8=" class="obf">Techno</span> ▪ <span data-target="" data-href="L3N0eWxlLw==" class="obf">Style</span> ▪ <span data-target="" data-href="L3ZvdXMv" class="obf">Vous</span> ▪ <span data-target="" data-href="L2lkZWVzLw==" class="obf">Idées</span> ▪ <span data-target="" data-href="L3BsYW5ldGUv" class="obf">Planète</span> ▪ <span data-target="" data-href="L2VkdWNhdGlvbi8=" class="obf">Éducation</span> ▪ <span data-target="" data-href="L2Rpc3Bhcml0aW9ucy8=" class="obf">Disparitions</span> ▪ <span data-target="" data-href="L3NhbnRlLw==" class="obf">Santé</span> ▪ <span data-target="" data-href="L21vbmRlLWFjYWRlbWllLw==" class="obf">Monde Académie</span> </div>
+ <div> <span class="titre">Les services du Monde</span> <span data-target="_blank" data-href="aHR0cDovL2JvdXRpcXVlLmxlbW9uZGUuZnIvI3h0b3I9QUQtOQ==" class="obf">La boutique du Monde</span> ▪ <span data-target="_blank" data-href="aHR0cDovL2xlbW9uZGUtaG90ZWxzLmZyLyN4dG9yPUFELTE3" class="obf">Le Monde dans les hôtels</span> ▪ <span data-target="" data-href="aHR0cDovL2FuZ2xhaXMubGVtb25kZS5mcg==" class="obf">Cours d'anglais</span> ▪ <span data-target="" data-href="aHR0cDovL3ZvaXR1cmUtb2NjYXNpb24ubGVtb25kZS5mcg==" class="obf">Annonces auto</span> ▪ <span data-target="" data-href="aHR0cDovL2ltbW9iaWxpZXIubGVtb25kZS5mci8=" class="obf">Annonces immo</span> ▪ <span data-target="" data-href="aHR0cDovL3Nob3BwaW5nLmxlbW9uZGUuZnI=" class="obf">Shopping</span> ▪ <span data-target="" data-href="aHR0cDovL2NyZWRpdC5sZW1vbmRlLmZyLw==" class="obf">Comparateur crédit</span> ▪ <span data-target="" data-href="aHR0cDovL2RldmlzLXRyYXZhdXgubGVtb25kZS5mci8=" class="obf">Devis travaux</span> ▪ <span data-target="" data-href="aHR0cDovL2Nvbmp1Z2Fpc29uLmxlbW9uZGUuZnI=" class="obf">Conjugaison</span> ▪ <span data-target="" data-href="L3Byb2dyYW1tZS10ZWxlLw==" class="obf">Programme télé</span> ▪ <span data-target="" data-href="L2pldXgv" class="obf">Jeux</span> ▪ <span data-target="" data-href="L21ldGVvLw==" class="obf">Météo</span> ▪ <span data-target="" data-href="L3ByYXRpcXVlL3RyYWZpYy1pZGYuaHRtbA==" class="obf">Trafic</span> ▪ <span data-target="" data-href="aHR0cDovL3ByaXgtaW1tb2JpbGllci5sZW1vbmRlLmZyL3ByaXgtaW1tb2JpbGllci8=" class="obf">Prix de l'immobilier</span> ▪ <span data-target="_blank" data-href="aHR0cHM6Ly93d3cuc291cmNlc3VyZS5ldS8=" class="obf">Source Sûre</span> ▪ <span data-target="" data-href="L2NhcnRlLWRlcGFydGVtZW50cy8=" class="obf">Carte des départements</span> </div>
+ <div id="links_partenaires"> <span class="titre">Sur le web</span>
+ <ul>
+ <li>› <a href="http://boutique.telerama.fr/index.php/dvd-et-cd.html" target="_blank">Coffret dvd</a></li>
+ <li>› <a href="http://www.telerama.fr/festival-de-cannes/" target="_blank">Festival de Cannes 2014</a></li>
+ <li>› <a href="http://sortir.telerama.fr/paris/bars.php" target="_blank">Bars à Paris</a></li>
+ <li>› <a href="http://recherche.telerama.fr/recherche/recherche_salles.php?ecrivez=ugc" target="_blank">Cinéma UGC</a></li>
+ <li>› <a href="http://television.telerama.fr/tele/chaine-tv/tf1,192.php" target="_blank">Programme TV de TF1 en replay</a></li>
+ </ul>
+ <ul class="liens_partenaires">
+ <li>› <a href="http://boutique.telerama.fr/index.php/" target="_blank">Boutique culture</a></li>
+ <li>› <a href="http://television.telerama.fr/tele/chaine-tv/france-5,47.php" target="_blank">Programme TV de France 5 en replay</a></li>
+ <li>› <a href="http://television.telerama.fr/television/" target="_blank">Télévision</a></li>
+ <li>› <a href="http://recherche.telerama.fr/recherche/recherche_salles.php?ecrivez=pathe" target="_blank">Cinéma Pathé</a></li>
+ <li>› <a href="http://www.telerama.fr/livres/livre_prefredaction.php" target="_blank">Sélection de livres</a></li>
+ </ul>
+ </div>
+ <div> <span class="titre">Les sites du Groupe</span> <span data-target="" data-href="L3NlcnZpY2UvcXVpX3NvbW1lc19ub3VzX3RlbGVyYW1hLmh0bWw=" class="obf">Télérama.fr</span> ▪ <span data-target="" data-href="L3NlcnZpY2UvcXVpX3NvbW1lc19ub3VzX3RhbGVudHMuaHRtbA==" class="obf">Talents.fr</span> ▪ <span data-target="_blank" data-href="aHR0cDovL3d3dy5odWZmaW5ndG9ucG9zdC5mci8=" class="obf">Le Huffington Post</span> ▪ <span data-target="_blank" data-href="aHR0cDovL3d3dy5jb3VycmllcmludGVybmF0aW9uYWwuY29tLw==" class="obf">CourrierInternational.com</span> ▪ <span data-target="_blank" data-href="aHR0cDovL3d3dy5tb25kZS1kaXBsb21hdGlxdWUuZnIv" class="obf">Monde-Diplomatique.fr</span> ▪ <span data-target="_blank" data-href="aHR0cDovL3d3dy5sZW1vbmRlcHJvLmNvbS8=" class="obf">Les Rencontres professionnelles Le Monde</span> ▪ <span data-target="_blank" data-href="aHR0cDovL3d3dy5zZGxsZW1vbmRlLmZyLw==" class="obf">La Société des lecteurs du Monde</span> ▪ <span data-target="_blank" data-href="L2tpb3NxdWUvcmVjaGVyY2hlLw==" class="obf">Le Prix Le Monde de la recherche</span> </div>
+ </div>
+ <div class="footer_bas">
+ <div class="sociaux_suivre">
+ <h3 class="agauche">Suivez-nous</h3>
+ <p class="pictos"> <span data-target="_blank" data-href="aHR0cDovL3d3dy5mYWNlYm9vay5jb20vbGVtb25kZS5mcg==" class="fb20x20 obf">Facebook</span> <span data-target="_blank" data-href="aHR0cDovL3R3aXR0ZXIuY29tL2xlbW9uZGVmcg==" class="tw20x20 obf">Twitter</span> <span data-href="aHR0cHM6Ly9wbHVzLmdvb2dsZS5jb20vK0xlTW9uZGVmcg==" class="google20x20 obf">Google+</span> <span data-href="aHR0cDovL3d3dy5sZW1vbmRlLmZyL21vYmlsZS8=" class="mobile20x20 obf">Mobile</span> <span data-href="aHR0cDovL3d3dy5sZW1vbmRlLmZyL3Jzcy8=" class="rss20x20 obf">RSS</span> </p>
+ </div>
+ <p class="lien_nl"> <span data-href="aHR0cHM6Ly93d3dzLmxlbW9uZGUuZnIvYWNjb3VudC8/cm91dGU9bmV3c2xldHRlcnM=" class="nl js_trigger_login_register obf" data-route="newsletters">Recevez nos newsletters<span>&nbsp;</span> </span>
+ </p>
+ <p class="index"> Index actualité : <a href="/index-rubriques/A/">A</a> <a href="/index-rubriques/B/">B</a> <a href="/index-rubriques/C/">C</a> <a href="/index-rubriques/D/">D</a> <a href="/index-rubriques/E/">E</a> <a href="/index-rubriques/F/">F</a> <a href="/index-rubriques/G/">G</a> <a href="/index-rubriques/H/">H</a> <a href="/index-rubriques/I/">I</a> <a href="/index-rubriques/J/">J</a> <a href="/index-rubriques/K/">K</a> <a href="/index-rubriques/L/">L</a> <a href="/index-rubriques/M/">M</a> <a href="/index-rubriques/N/">N</a> <a href="/index-rubriques/O/">O</a> <a href="/index-rubriques/P/">P</a> <a href="/index-rubriques/Q/">Q</a> <a href="/index-rubriques/R/">R</a> <a href="/index-rubriques/S/">S</a> <a href="/index-rubriques/T/">T</a> <a href="/index-rubriques/U/">U</a> <a href="/index-rubriques/V/">V</a> <a href="/index-rubriques/W/">W</a> <a href="/index-rubriques/X/">X</a> <a href="/index-rubriques/Y/">Y</a> <a href="/index-rubriques/Z/">Z</a> </p>
+ </div>
+ <p class="copy"> <span data-target="" data-href="L3NlcnZpY2UvbGljZW5jZV9ldF9kcm9pdHNfZGVfcmVwcm9kdWN0aW9uLmh0bWw=" class="obf">© Le Monde.fr</span> | <span data-target="_blank" data-href="aHR0cDovL3d3dy5vamQtaW50ZXJuZXQuY29tL2NoaWZmcmVz" class="obf">Fréquentation certifiée par l'OJD</span> | <span data-target="" data-href="L3NlcnZpY2UvY29uZGl0aW9uc19nZW5lcmFsZXNfZGVfdmVudGUuaHRtbA==" class="obf">CGV</span> | <span data-target="" data-href="L3NlcnZpY2UvbWVudGlvbnNfbGVnYWxlcy5odG1s" class="obf">Mentions légales</span> | <span data-target="" data-href="L3NlcnZpY2UvcXVpX3NvbW1lc19ub3VzLmh0bWw=" class="obf">Qui sommes-nous ?</span> | <span data-target="" data-href="L2FjdHVhbGl0ZS1tZWRpYXMvYXJ0aWNsZS8yMDEwLzExLzAzL2xhLWNoYXJ0ZS1kLWV0aGlxdWUtZXQtZGUtZGVvbnRvbG9naWUtZHUtZ3JvdXBlLWxlLW1vbmRlXzE0MzQ3MzdfMzIzNi5odG1s" class="obf">Charte groupe</span> | <span data-target="_blank" data-href="aHR0cDovL21wdWJsaWNpdGUuZnI=" class="obf">Publicité</span> | <a href="/sitemap/afficher_index/index.html">Index</a> | <span>Aide (FAQ)</span> : <span data-target="" data-href="L3NlcnZpY2UvZmFxLmh0bWw=" class="obf">web</span> - <span data-target="" data-href="L3NlcnZpY2UvZmFxXzYyNTczMy5odG1s" class="obf">abo</span> - <span data-target="_blank" data-href="aHR0cDovL21vbmFiby5sZW1vbmRlLmZyL2ZhcS8=" class="obf">journal</span> - <span data-target="" data-href="L3NlcnZpY2UvZmFxXzExMDkyODkuaHRtbA==" class="obf">mobile</span> </p>
+ <p class="description">Journal d'information en ligne, Le Monde.fr offre à ses visiteurs un panorama complet de l'actualité. Découvrez chaque jour toute l'info en direct (de la politique à l'économie en passant par le sport et la météo) sur Le Monde.fr, le site de news leader de la presse française en ligne.</p>
+ </div>
+ <div class="clear">&nbsp;</div>
+ <script>
+ require(["jquery", "lib/require/plugin/domReady", "lmd/ui/liens-partenaires"], function(c, a, b) {
+ a(function() {
+ b.parse()
+ })
+ });
+ </script>
+ <div id="bandeau_bas">
+ <div class="conteneur_en_continu"><a href="/actualite-en-continu" class="tetiere">En Continu</a> </div>
+ <div class="conteneur_lives"></div>
+ <div class="conteneur_alerte invisible"></div>
+ </div>
+ <script>
+ require(["jquery", "lmd/module/alerte"], function(b, a) {
+ new a({
+ $el: b("#bandeau_bas .conteneur_alerte")
+ })
+ });
+ require(["jquery", "lmd/module/encontinu"], function(b, a) {
+ new a({
+ $el: b("#bandeau_bas .conteneur_en_continu")
+ })
+ });
+ require(["jquery", "lmd/module/lives"], function(b, a) {
+ (new a).attach("#bandeau_bas .conteneur_lives")
+ });
+ </script>
+ <div class="position_pub" data-adformat="dhtml" data-adsite="50270" data-adpage="444463" data-adquery="" data-adformat-id="21487">
+ <script>
+ //sas_manager.render(21487);
+ ADVERT_AD(['50270/444463', 21487, '', 'dhtml', '']);
+ </script>
+ <noscript>
+ <a href="http://ww690.smartadserver.com/call/pubjumpi/50270/444463/21487/S/1430854052/?" target="_blank"> <img src="http://ww690.smartadserver.com/call/pubi/50270/444463/21487/S/1430854052/?" border="0" alt=""/></a>
+ </noscript>
+ </div>
+ <script src="//s1.lemde.fr/medias/web/1.2.671/js/lmd/core/ux/sync.js"></script>
+ <script>
+ lmd.context.page.advert.adblock = !0;
+ "smartadserver" === lmd.context.page.advert.adserver && lmd.advertController && lmd.advertController.buildAll(lmd.context.page.advert.smart.page);
+ </script>
+ <script>
+ require(["lmd/core/ux/widget-position"], function(a) {
+ a.init();
+ });
+ </script>
+ <script>
+ require(["lmd/module/marketing/leguide-adblock"], function(leguide) {
+ leguide.fix();
+ });
+ </script>
+ <script>
+ require(["lmd/module/marketing/offre-decouverte-zen"], function(offreDecouverteZen) {
+ offreDecouverteZen.getInstance();
+ });
+ </script>
+ <script>
+ require(['lib/fingerprint'], function(fingerprint) {
+ if (window.xtparam != null) {
+ window.xtparam += "&x3=" + fingerprint.get();
+ } else {
+ window.xtparam = "&x3=" + fingerprint.get();
+ }
+ });
+ </script>
+ <script>
+ (function(lmd) {
+ 'use strict';
+ var send = function() {
+ require(['lmd/module/xiti/hit'], function(xiti) {
+ if (!xiti.has_hit('Ad_Block::Actif')) {
+ xiti.hit(this, 'C', '0', 'Ad_Block::Actif', 'A');
+ }
+ });
+ };
+ if (lmd.context.page.advert.adblock !== undefined && lmd.context.page.advert.adblock === true && lmd.advertController === undefined) {
+ send();
+ } else if (lmd.requirejs !== undefined) {
+ lmd.requirejs.addHandler(send, (lmd.context.page.advert.smart.domain !== undefined ? lmd.context.page.advert.smart.domain : '') + '/call2/pubjallajax/', true);
+ }
+ }(lmd));
+ </script>
+ <div id="xiti-logo">
+ <script>
+ var xiti = (function(w) {
+ var loadAfter = function(e, fn) {
+ var rs = e.readyState;
+ if (rs && rs != 'complete' && rs != 'loaded') {
+ return;
+ }
+ try {
+ fn.apply(this);
+ } catch (ex) {}
+ },
+ loadJs = function(src, onload) {
+ var a = document.createElement("script");
+ a.type = "text/javascript";
+ a.async = false;
+ a.src = src;
+ if (typeof onload === "function") {
+ if (a.addEventListener) {
+ a.addEventListener("load", function() {
+ loadAfter(a, onload);
+ });
+ } else {
+ a.attachEvent && a.attachEvent("onreadystatechange", function() {
+ loadAfter(a, onload);
+ });
+ }
+ }
+ (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0] || document.getElementsByTagName("script")[0].parentNode).insertBefore(a, null);
+ },
+ loadCore = function() {
+ loadJs(lmd.conf.medias.location.base_url_version + "/js/lib/xiti/4.4.007/xtcore.js", function() {
+ require(["lmd/module/xiti/hit"], function(hit_xiti) {
+ hit_xiti.resolve();
+ });
+ });
+ };
+ return {
+ type: {
+ inscrits: "INSCRIT"
+ },
+ init: function() {
+ if (w.xtparam === undefined || w.xtparam === null) {
+ w.xtparam = "";
+ }
+ w.xtparam += "&ac=" + w.xt_ac + "&an=" + w.xt_an + w.xt_multc;
+ loadJs(lmd.conf.medias.location.base_url_version + "/js/lib/xiti/4.4.007/xtclicks.js", loadCore);
+ }
+ };
+ })(this);
+ xtnv = document;
+ xtsd = (document.location.protocol === "http:") ? "http://logc2" : "https://logs13";
+ xtsite = lmd.context.page.xiti.xtsite;
+ xtn2 = lmd.context.page.xiti.xtn2;
+ xtcustom = lmd.context.page.xiti.xtcustom;
+ xtpage = lmd.context.page.xiti.xtpage;
+ xtergo = lmd.context.page.xiti.xtergo ? '1' : '0';
+ xtdi = "";
+ xt_an = "";
+ xt_ac = "";
+ xt_multc = lmd.context.page.xiti.xt_multc;
+ if (xt_multc === null) {
+ xt_multc = "";
+ }
+ xt_tag = lmd.context.page.xiti.xt_tag;
+ if (xt_tag != null) {
+ if (window.xtparam != null) {
+ window.xtparam += "&tag=" + xt_tag;
+ } else {
+ window.xtparam = "&tag=" + xt_tag;
+ }
+ }
+ var element = false,
+ restreint = false,
+ tdb_user_id = "",
+ w = this;
+ if (typeof lmd === "undefined" || lmd === "") {
+ xiti.init();
+ } else {
+ if (lmd.context !== undefined && lmd.context !== null && lmd.context.element !== undefined && lmd.context.element !== null && lmd.context.element.restreint !== undefined) {
+ element = true;
+ restreint = lmd.context.element.restreint;
+ }
+ tdb_user_id = (document.cookie.match("(^|; )tdb_user_id=([^;]*)") || 0)[2];
+ if (tdb_user_id === undefined || tdb_user_id === "") {
+ if (element) {
+ w.xt_multc += "&x8=" + (restreint ? "24" : "13");
+ }
+ xiti.init();
+ } else {
+ require(['jquery', "lmd/core/auth"], function($, a) {
+ a.loadUser().done(function() {
+ var params, user = a.user;
+ if (user !== null) {
+ if (user.id > 0) {
+ w.xt_an = user.id;
+ } else {
+ w.xt_an = "";
+ }
+ if ("inscrit" === user.type) {
+ w.xt_ac = xiti.type.inscrits;
+ if (element) {
+ params = {
+ 'item_id': lmd.context.element.id
+ };
+ $.getJSON('/ws/1/restreint/verif_item/', params).done($.proxy(function(response) {
+ var achat_acte = response.url !== null && response.url.length > 0;
+ w.xt_multc += "&x8=" + (restreint ? (achat_acte ? "23" : "24") : "13");
+ xiti.init();
+ }, this));
+ } else {
+ xiti.init();
+ }
+ } else if (user.type === "abonne" && user.classe_abonnement !== null) {
+ w.xt_ac = user.classe_abonnement;
+ if (element) {
+ w.xt_multc += "&x8=" + (restreint ? "23" : "13");
+ }
+ xiti.init();
+ }
+ } else {
+ xiti.init();
+ }
+ });
+ });
+ }
+ }
+ </script>
+ <object>
+ <noscript> <img src="http://logc2.xiti.com/hit.xiti?s=43260&s2=56&p=pixels::que_contient_la_loi_sur_le_renseignement&ptype=&di=&an=&ac=&x1=&x2=article" width="1" height="1" alt=""/> </noscript>
+ </object>
+ </div>
+ <script>
+ if (lmd.conf.fsw.google_analytics) {
+ var _gaq = _gaq || [];
+ _gaq.push(["_setAccount", "UA-15394037-2"]);
+ _gaq.push(["_setDomainName", ".lemonde.fr"]);
+ _gaq.push(["_trackPageview"]);
+ _gaq.push(["_trackPageLoadTime"]);
+ var ga_src_require = ('https:' == document.location.protocol) ? 'https://ssl' : 'http://www';
+ require([ga_src_require + ".google-analytics.com/ga.js"]);
+ }
+ </script>
+ <script>
+ lmd.conf.fsw.ezakus && lmd.onload(function() {
+ require(["lmd/core/ux/ezakus"], function(a) {
+ a.init()
+ })
+ });
+ </script>
+ <script>
+ if (lmd.conf.fsw.chartbeat) {
+ _sf_async_config = {
+ uid: 12231,
+ domain: "lemonde.fr"
+ };
+ lmd.onload(function() {
+ window._sf_endpt = (new Date).getTime();
+ require([document.location.protocol + "//static.chartbeat.com/js/chartbeat.js"])
+ });
+ }
+ </script>
+ <script>
+ if (lmd.conf.fsw.cedexis && document.location.protocol !== 'https:') {
+ radarSettings = {
+ zoneId: "1",
+ customerId: "10013"
+ };
+ lmd.onload(function() {
+ require(["http://radar.cedexis.com/01-10013-radar10.min.js"])
+ });
+ }
+ </script>
+ <script>
+ lmd.conf.fsw.echange_vu && lmd.onload(function() {
+ require(["lmd/core/metrics/echange-vu"], function(a) {
+ a.init()
+ })
+ });
+ </script>
+ <script>
+ lmd.conf.fsw.ownpage && lmd.onload(function() {
+ require(['lmd/core/metrics/ownpage'], function(op) {
+ op.init();
+ });
+ });
+ </script>
+ <script>
+ lmd.conf.fsw.webvisor && lmd.onload(function() {
+ (window.yandex_metrika_callbacks = window.yandex_metrika_callbacks || []).push(function() {
+ try {
+ window.yaCounter24317818 = new Ya.Metrika({
+ id: 24317818,
+ webvisor: true,
+ clickmap: true,
+ trackLinks: true,
+ accurateTrackBounce: true
+ });
+ } catch (e) {}
+ });
+ require([(document.location.protocol === "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"]);
+ });
+ </script>
+ <noscript>
+ <div><img src="//mc.yandex.ru/watch/24317818" style="position:absolute; left:-9999px;" alt="" /></div>
+ </noscript>
+ <script>
+ require(['lmd/core/footer-tracking']);
+ </script>
+</body>
+
+</html>
+<!--Rosae 2015/05/05 21:27:32 4.01 27.25 web11-www5:20230:4.36 httpfront-->
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json
new file mode 100644
index 0000000..8492ce4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/s1.lemde.fr\/medias\/web\/1.2.705\/img\/placeholder\/default.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json
new file mode 100644
index 0000000..eb7aee3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Collectif",
+ "Direction": null,
+ "Excerpt": "Le retour \u00e0 la stabilit\u00e9 co\u00fbtera des milliards d'euros, mais l'Union europ\u00e9enne en vaut la peine, estime un collectif d'industriels.",
+ "Image": "http:\/\/s1.lemde.fr\/medias\/web\/1.2.705\/img\/placeholder\/default.png",
+ "Title": "La crise europ\u00e9enne est une crise de la dette, pas de l'euro",
+ "SiteName": "Le Monde"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html
new file mode 100644
index 0000000..69f6da5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html
@@ -0,0 +1,14 @@
+<p itemprop="description">Le retour à la stabilité coûtera des milliards d'euros, mais l'Union européenne en vaut la peine, estime un collectif d'industriels.</p><div id="articleBody" itemprop="articleBody">
+ <h2>L'union monétaire s'enlise dans la crise, l'euro reste soumis au feu des critiques. C'est le bilan des nombreux <a href="http://www.lemonde.fr/afrique-debats/" title="Toute l’actualité débats">débats</a> qui ont eu lieu ces derniers mois.</h2>
+<p>En tant qu'industriels allemands et français, qui ont la responsabilité de 1 500 milliards d'euros de chiffre d'affaires et de cinq millions de salariés dans <a href="http://www.lemonde.fr/le-monde/" title="Toute l’actualité le monde">le monde</a> entier, nous nous soucions de l'<a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/troisieme-groupe/avenir/" title="Conjugaison du verbe avenir">avenir</a> de l'euro et de l'union économique et monétaire européenne. L'<a href="http://www.lemonde.fr/histoire/" title="Toute l’actualité histoire">histoire</a> de l'euro est une véritable réussite. Qui aurait pensé, lorsque l'euro a été introduit il y a douze ans, qu'il aurait aujourd'hui gagné en valeur par rapport au dollar et de nombreuses autres monnaies ?</p>
+<p>L'euro s'est imposé comme seconde monnaie de référence à côté du dollar et a renforcé le rôle de l'<a href="http://www.lemonde.fr/europe/" title="Toute l’actualité Europe">Europe</a> en tant que puissance économique. Avec l'euro, un marché commun doté d'une monnaie unique et sans fluctuation de cours de change a vu le jour, créant ainsi prospérité et richesse pour nous tous. Depuis son introduction, près de 9 millions de nouveaux emplois ont été créés dans la zone euro. Les <a href="http://www.lemonde.fr/entreprises/" title="Toute l’actualité entreprises">entreprises</a> européennes profitent de ce <a href="http://www.lemonde.fr/developpement/" title="Toute l’actualité développement">développement</a>. Elles ont élargi leurs capacités de financement et augmenté leur compétitivité à l'<a href="http://www.lemonde.fr/international/" title="Toute l’actualité international">international</a>.</p>
+<p>Le ralentissement de l'économie mondiale a conduit certains pays de l'union monétaire à s'<a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/endetter/" title="Conjugaison du verbe endetter">endetter</a> encore davantage. A court terme, ces pays doivent <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/auxiliaire/%C3%AAtre/" title="Conjugaison du verbe être">être</a> aidés pour <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/regagner/" title="Conjugaison du verbe regagner">regagner</a> leur indépendance financière et <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/recr%C3%A9er/" title="Conjugaison du verbe recréer">recréer</a> les conditions d'un avenir meilleur pour leur <a href="http://www.lemonde.fr/demographie/" title="Toute l’actualité population">population</a>.</p>
+<p>En contrepartie, des mesures efficaces doivent être mises en oeuvre. Le retour à une situation financière stable coûtera de nombreux milliards d'euros, mais l'<a href="http://www.lemonde.fr/union-europeenne/" title="Toute l’actualité Union européenne">Union européenne</a> et notre monnaie commune en valent la peine. Nous devons <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/troisieme-groupe/convaincre/" title="Conjugaison du verbe convaincre">convaincre</a> nos concitoyens de cela.</p>
+<p><strong>RÈGLES PLUS STRICTES</strong></p>
+<p>Nous avons besoin d'une <a href="http://www.lemonde.fr/politique/" title="Toute l’actualité politique">politique</a> économique européenne et de règles de stabilité plus strictes. Pour <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/%C3%A9viter/" title="Conjugaison du verbe éviter">éviter</a>, à l'avenir, une crise telle que celle que nous traversons actuellement, nous devons <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/renforcer/" title="Conjugaison du verbe renforcer">renforcer</a> les règles de stabilité existantes et <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/assurer/" title="Conjugaison du verbe assurer">assurer</a> leur respect. Les solutions envisagées, comme, par exemple, l'<a href="http://www.lemonde.fr/exclusion/" title="Toute l’actualité exclusion">exclusion</a> de pays membres de la zone euro ou la scission entre une Union des pays du Nord et du Sud, ne sont pas bonnes. Cela aurait des conséquences qui sont difficilement prévisibles aujourd'hui. De telles propositions démagogiques ne sont pas adaptées à la gravité de la situation.</p>
+<p>Cependant, des mesures doivent être prises à temps et être aussi efficaces que possible. De plus, les Etats membres doivent <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/coordonner/" title="Conjugaison du verbe coordonner">coordonner</a>, plus étroitement qu'auparavant, leur <a href="http://www.lemonde.fr/afrique-politique/" title="Toute l’actualité politique">politique</a> économique intérieure et <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/parler/" title="Conjugaison du verbe parler">parler</a> d'une seule voix vis-à-vis de l'extérieur.</p>
+<p>En tant qu'industriels allemands et français, nous voulons <a target="_blank" onclick="return false;" href="http://conjugaison.lemonde.fr/conjugaison/premier-groupe/souligner/" title="Conjugaison du verbe souligner">souligner</a> les immenses avantages que l'espace monétaire commun a apportés. Nous envoyons un message de soutien aux responsables politiques, afin qu'ils mettent en place des conditions nécessaires à un euro durablement stable et compétitif. C'est la base de la future prospérité en Europe. L'union monétaire a durablement besoin de <a href="http://www.lemonde.fr/finance/" title="Toute l’actualité finances">finances</a> publiques solides, de règles de responsabilité claires, de structures transparentes et de conditions de concurrence équitables.</p>
+<p>Ce n'est qu'à ces conditions que l'euro sortira renforcé de la crise de la dette. Il n'y a pas d'alternative sérieuse à l'euro commun. L'euro symbolise l'Europe d'aujourd'hui. Un échec de l'euro serait un revers fatal pour l'Europe.</p>
+<hr><p>
+Appel Frank (Deutsche Post) ; Aschenbroich Jacques (Valeo) ; Berger Roland (Roland Berger Strategy Consultants) ; Bock Kurt (BASF) ; Bories Christel (Constellium) ; Borsig Clemens (Deutsche Bank) ; Brunck Robert (CGG Veritas) ; Buffet Patrick (Eramet) ; Burda Hubert (Hubert Burda Media Holding) ; Caparros Alain (Rewe group) ; Clamadieu Jean-Pierre (Rhodia) ; Cromme Gerhard (ThyssenKrupp) ; Crouzet Philippe (Vallourec) ; de Chalendar Pierre-André (Saint-Gobain) ; de Margerie Christophe (Total) ; de Romanet Augustin (Caisse des dépôts et consignations) ; Degenhart Elmar (Continental) ; Diekmann Michael (Allianz) ; Engel Klaus (Evonik Industries) ; Fehrenbach Franz (Robert Bosch) ; Frérot Antoine (Veolia <a href="http://www.lemonde.fr/environnement/" title="Toute l’actualité Environnement">Environnement</a>) ; Hagemann Snabe Jim (SAP) ; Henrot François (Groupe Rothschild Cie Banque) ; Hermelin Paul (Cap Gemini) ; Kormann Hermut (Lazard) ; Kron Patrick (Alstom) ; Lachmann Henri (Schneider Electric) ; Lafont Bruno (Lafarge) ; Lauvergeon Anne (Areva) ; Lévy Maurice (Publicis Groupe SA) ; Lévy Jean-Bernard (Vivendi) ; Löscher Peter (Siemens) ; Mestrallet Gérard (GDF Suez) ; Obermann René (Deutsche Telekom) ;Oetker Arend (Dr Arend Oetker Holding) ; Oudéa Frédéric (Société Générale) ; Potier Benoit (Air Liquide) ; Ranque Denis (Cercle de l'<a href="http://www.lemonde.fr/industrie/" title="Toute l’actualité industrie">industrie</a>/Technicolor) ; Reithofer Norbert (BMW) ; Reitzle Wolfgang (Linde) ; Richard Stéphane (France Telecom) ; Rollier Michel (Michelin) ; Rose Frédéric (Technicolor) ; Schnepp Gilles (Legrand) ; Spinetta Jean-Cyril (Air-<a href="http://www.lemonde.fr/europeennes-france/" title="Toute l’actualité France">France</a> KLM)&nbsp; ; Teyssen Johannes (E.ON)&nbsp; ; Thumann Jürgen (BusinessEurope) ; Verwaayen Ben (Alcatel-Lucent) ; Viehbacher Chris (Sanofi) ; Zetsche Dieter (Daimler).<br>
+ </p></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html
new file mode 100644
index 0000000..b477999
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html
@@ -0,0 +1,1353 @@
+<!doctype html>
+<!--[if lt IE 9]><html class="ie"><![endif]-->
+<!--[if IE 9]><html class="ie9"><![endif]-->
+<!--[if gte IE 9]><!-->
+<html lang="fr">
+<!--<![endif]-->
+
+<head>
+<script type="text/javascript">
+var kameleoonLoadingTimeout = 1000;
+var kameleoonStartLoadTime = new Date().getTime();
+if (!document.getElementById("kameleoonLoadingStyleSheet") && !window.kameleoonDisplayPageTimeOut) {
+ var kameleoonS = document.getElementsByTagName("script")[0];
+ var kameleoonCc = "* { visibility: hidden !important; background-image: none !important; }";
+ var kameleoonStn = document.createElement("style");
+ kameleoonStn.type = "text/css";
+ kameleoonStn.id = "kameleoonLoadingStyleSheet";
+ if (kameleoonStn.styleSheet) {
+ kameleoonStn.styleSheet.cssText = kameleoonCc;
+ } else {
+ kameleoonStn.appendChild(document.createTextNode(kameleoonCc));
+ }
+ kameleoonS.parentNode.insertBefore(kameleoonStn, kameleoonS);
+ window.kameleoonDisplayPage = function() {
+ if (kameleoonStn.parentNode) {
+ kameleoonStn.parentNode.removeChild(kameleoonStn);
+ }
+ };
+ window.kameleoonDisplayPageTimeOut = window.setTimeout(window.kameleoonDisplayPage, kameleoonLoadingTimeout);
+}
+</script>
+<script src="//static.kameleoon.com/css/customers/r9u0567aww/0/kameleoon.js" async></script>
+<!-- Google Tag Manager -->
+<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+})(window,document,'script','dataLayer','GTM-MS62MT');</script>
+<!-- End Google Tag Manager -->
+
+
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+<script>
+if("undefined"===typeof lmd||!lmd)lmd={};(function(a,b){var d=a.onerror,c="";a.onerror=function(a,e,f){d&&d.apply(this,[a,e,f]);c=e+" line:"+f+" : "+a;"undefined"!==typeof b.jserrors&&"function"===typeof b.jserrors.push?10>=b.jserrors.length&&b.jserrors.push(c):b.jserrors=[c]}})(this,lmd);
+</script>
+
+
+<!-- context -->
+<script>if("undefined"===typeof lmd||!lmd)lmd={};lmd.context={"pageType":"Element","rubrique":{"id":3232,"url_friendly":"idees","parents":[],"rubrique_ombrelle":{"id":3232,"url_friendly":"idees"},"maquette":"technologies_home"},"rubriques":[{"id":3232,"url_friendly":"idees"}],"element":{"id":1538337,"cms_id":null,"titre":"La crise europ\u00e9enne est une crise de la dette, pas de l'euro","gabarit":"colright","partenaire":null,"nature_editoriale":{"id":2,"nom":"point_de_vue","libelle":"Point de vue"},"type":{"id":4,"nom":"article","libelle":"Article","est_en_continu":true,"est_editorial":true,"icon":"article"},"restreint":false,"url_friendly":"la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro","link":"\/idees\/article\/2011\/06\/20\/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html","facebook_likes":368,"ensemble":{"id":1539151,"tetiere":"D\u00e9bats de la semaine : respect !"},"nb_signes":5017,"has_atome_video":false},"campagne":null,"page":{"advert":{"active":true,"colonne_light":false,"adserver":"smartadserver","smart":{"site":"50270","page":361507,"query":null,"all_formats":"21489,21490,21935,21486,21482,21488,21483,21484,21485,25258,25259,25260,21936,21487,21492,21493,21938,21937,23371,23885,15187,15188,29752,29753,27863,25553,25553,26077,26076,26333,25551,26078,25550,25550,22379,26080,26613,22380,27863,25553,25553,26077,26076,26333,25551,26078,25550,25550,22379,26080,26613,22380,21488","domain":"ww690.smartadserver.com","render_mode":0}},"dfp":{"tag":"\/128139881\/LM_lemonde\/idees\/idees\/article\/","formats":"{\"inread\":{\"desktop\":[[\"fluid\"],[2,2],[533,300]]},\"cover\":{\"desktop\":[[1,1]]},\"pave_milieu\":{\"desktop\":[[300,600],[300,250]]},\"pave_haut\":{\"desktop\":[[300,250],[300,600],[300,800],[300,900],[300,1000],[300,1050]]},\"pave_bas\":{\"desktop\":[[300,250]]},\"partenaire_middle\":{\"desktop\":[[\"fluid\"],[1,1]]},\"partenaire_bottom\":{\"desktop\":[[\"fluid\"],[1,1]]},\"parallaxe\":{\"desktop\":[[\"out-of-page\"]]},\"oreille_droite\":{\"desktop\":[[300,60]]},\"habillage\":{\"desktop\":[[\"out-of-page\"]]},\"dhtml\":{\"desktop\":[[\"out-of-page\"]]},\"banniere_haute\":{\"desktop\":[[728,90],[970,250],[\"970 \",90],[1000,90],[1000,200],[1000,300],[1000,350],[1000,400],[1000,450],[1000,500],[468,60]]},\"banniere_basse\":{\"desktop\":[[728,90],[1000,90],[468,60]]}}","device":"desktop","section":"idees"},"xiti":{"xtpage":"idees::la_crise_europeenne_est_une_crise_de_la_dette_pas_de_l_euro","xtpagetype":null,"xtn2":53,"xtsite":"43260","xt_multc":"&x1=&x2=article","xt_abmv":null,"xt_chains":null,"xtcustom":{},"xt_tag":null,"xtergo":null,"xtsites":{"www":"43260","mobile":"489989"},"xtbreakpoints":{"www":{"min":768},"mobile":{"min":0,"max":767}},"x12":null,"x2":null,"x5":null}},"application":"www"};lmd.context.item = lmd.context.element;</script>
+
+<!-- Mobile redirect, lmd conf, registered redirect -->
+<script src="//s1.lemde.fr/bootstrap/list-early-load.js"></script>
+
+<title>La crise europ&eacute;enne est une crise de la dette, pas de l'euro</title>
+
+<meta name="description" content="Le retour &agrave; la stabilit&eacute; co&ucirc;tera des milliards d'euros, mais l'Union europ&eacute;enne en vaut la peine, estime un collectif d'industriels.">
+<meta name="robots" content="index, follow, noarchive">
+
+
+<meta http-equiv="refresh" content="900">
+
+<meta http-equiv="Expires" content="0">
+<meta http-equiv="Pragma" content="no-cache">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+
+<meta name="application-name" content="Le Monde.fr">
+<meta name="DC.language" content="fr">
+<meta name="DC.format" content="text/html">
+<meta name="DC.publisher" content="Le Monde">
+<meta name="DC.identifier" content="ISSN 1950-6244">
+
+<meta name="msapplication-tooltip" content="Le Monde.fr">
+<meta name="msapplication-navbutton-color" content="#000">
+<meta name="msapplication-starturl" content="/">
+<meta name="msapplication-task" content="name=A la Une;action-uri=/;icon-uri=/medias/web/ico/ie9-pin/une.ico">
+<meta name="msapplication-task" content="name=International;action-uri=/international/;icon-uri=/medias/web/ico/ie9-pin/international.ico">
+<meta name="msapplication-task" content="name=Politique;action-uri=/politique/;icon-uri=/medias/web/ico/ie9-pin/politique.ico">
+<meta name="msapplication-task" content="name=Economie;action-uri=/economie/;icon-uri=/medias/web/ico/ie9-pin/economie.ico">
+<meta name="msapplication-task" content="name=Sport;action-uri=/sport/;icon-uri=/medias/web/ico/ie9-pin/sport.ico">
+
+
+<link rel="apple-touch-icon-precomposed" sizes="72x72" href="//s1.lemde.fr/medias/web/1.2.705/ico/apple/icon-72.png">
+<link rel="apple-touch-icon-precomposed" sizes="144x144" href="//s1.lemde.fr/medias/web/1.2.705/ico/apple/icon-144.png">
+
+<meta property="fb:app_id" content="166878320861">
+<meta property="fb:page_id" content="14892757589">
+
+ <meta property="og:site_name" content="Le Monde.fr" />
+ <meta property="og:locale" content="fr_FR" />
+ <meta property="og:title" content="La crise européenne est une crise de la dette, pas de l'euro" />
+ <meta property="og:description" content="Le retour à la stabilité coûtera des milliards d'euros, mais l'Union européenne en vaut la peine, estime un collectif d'industriels." />
+ <meta property="og:url" content="http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html" />
+ <meta property="og:type" content="article" />
+ <meta property="og:image:type" content="image/png" />
+ <meta property="og:image:width" content="1880" />
+ <meta property="og:image:height" content="984" />
+ <meta property="og:image" content="http://s1.lemde.fr/medias/web/1.2.705/img/placeholder/default.png" />
+
+<meta property="al:ios:url" content="lmfr://element/article/1538337?x4=8&amp;xto=AL-8-%5BAutres%5D">
+<meta property="al:ios:app_store_id" content="294047850">
+<meta property="al:ios:app_name" content="Le Monde, l'info en continu">
+<meta property="al:android:url" content="lmfr://element/article/1538337?x4=8&amp;xto=AL-8-%5BAutres%5D">
+<meta property="al:android:package" content="com.lemonde.androidapp">
+<meta property="al:android:app_name" content="Le Monde, l'info en continu">
+<meta property="al:web:url" content="http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html">
+<meta property="al:web:should_fallback" content="true">
+<meta name="apple-itunes-app" content="app-id=294047850, affiliate-data=11lteT, app-argument=lmfr://element/article/1538337?x4=8&amp;xto=AL-8-%5BiOS_Banner%5D">
+<link rel="alternate" href="android-app://com.lemonde.androidapp/lmfr/element/article/1538337?x4=8" />
+<link rel="alternate" href="ios-app://294047850/lmfr/element/article/1538337?x4=8" />
+
+<meta name="twitter:card" content="summary">
+<meta name="twitter:site" content="@lemondefr">
+<meta name="twitter:url" content="http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html">
+<meta name="twitter:title" content="La crise européenne est une crise de la dette, pas de l'euro">
+<meta name="twitter:description" content="Le retour à la stabilité coûtera des milliards d'euros, mais l'Union européenne en vaut la peine, estime un collectif d'industriels.">
+
+
+
+<link rel="shortcut icon" href="//s1.lemde.fr/medias/web/1.2.705/ico/favicon.ico">
+<link rel="stylesheet" type="text/css" href="//s1.lemde.fr/bootstrap/www/8855f2ced6b0cd074585e4d4d0f2d8c4.css?m[]=normalize%40screen&m[]=fonts%40screen&m[]=grille%40screen&m[]=base%40screen&m[]=header%40screen&m[]=footer%40screen&m[]=rubrique%40screen&m[]=article%40screen&m[]=friends%2Fpaves%40screen&m[]=col_droite%40screen&m[]=ticker%40screen&m[]=couleurs%40screen&m[]=marketing%2Fmeter%40screen&m[]=evenementiel%2Fcoupe-du-monde%40screen&m[]=elections%2Famericaines%40screen&m[]=friends%2Fnewsweb%2Fbase%40screen&m[]=friends%2Fnewsweb%2Fdatabox%40screen&m[]=friends%2Fnewsweb%2Flivescore%40screen&m[]=friends%2Fnewsweb%2Flivescore_tennis%40screen&m[]=%2F%2Fasset.lemde.fr%2Fdata%2F0.17.0%2Fcss%2Fcadre-page%40screen&m[]=print%40print&m[]=element%40screen&m[]=modules%2Fportfolio%40screen&m[]=modules%2Fzen%40screen&m[]=abonnes%2Foverlay%40screen&m[]=friends%2Fione%40screen&m[]=modules%2Fmultimedia-embed%40screen">
+
+ <link rel="canonical" href="http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html">
+ <link rel="alternate" href="http://mobile.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html" media="only screen and (max-width: 640px)">
+<link rel="alternate" href="http://www.lemonde.fr/idees/rss_full.xml" title="Le Monde.fr : Id&eacute;es" type="application/rss+xml">
+
+
+<script src="//s1.lemde.fr/medias/web/1.2.705/js/lib/require/core/current/require.js"></script>
+<script src="//s1.lemde.fr/bootstrap/www/main.js"></script>
+
+<script>
+ if(-1 === requirejs.s.contexts._.config.baseUrl.indexOf('lemde'))
+ {
+ require = function(){};
+ }
+</script>
+
+
+<script>
+"undefined"!==typeof lmd&&lmd||(lmd={});
+(function(e,d){var f=function(b,a){var c;if(void 0===a||null===a||""===a)return!0;for(c=0;c<b.requireModules.length;c++)if(b.requireModules[c].match(a))return!0;return!1},g=function(b,a){var c;for(c=0;c<d.requirejs.error_history.length;c++)f(d.requirejs.error_history[c],a)&&b.call(this,d.requirejs.error_history[c])},h=function(b){var a,c=d.requirejs.handlers;for(a=0;a<c.length;a++)f(b,c[a].regex)&&c[a].fn.call(this,b)};d.requirejs={handlers:[],error_history:[],addHandler:function(b,a,c){"undefined"!==
+typeof c&&c&&g(b,a);d.requirejs.handlers.push({fn:b,regex:a})}};requirejs.onError=function(b){var a=b.originalError&&b.originalError.target||{};h(b);d.requirejs.error_history.push(b);if("function"===typeof e.onerror)e.onerror("REQUIRE ERROR ("+b.requireType+") ["+a.src+"]",a.baseURI,"N/A");else throw b;}})(this,lmd);
+</script>
+
+
+<!--[if IE]>
+ <script src="//s1.lemde.fr/medias/web/1.2.705/js/lib/ecma/core/262/base64.js"></script>
+<![endif]-->
+<!--[if lte IE 9]>
+ <script src="//s1.lemde.fr/medias/web/1.2.705/js/lib/polyfill/placeholder.js"></script>
+<![endif]-->
+<!--[if lt IE 9]>
+ <script src="//s1.lemde.fr/medias/web/1.2.705/js/lib/html5shiv/html5.js"></script>
+ <script src="//s1.lemde.fr/medias/web/1.2.705/js/lib/ecma/core/262/array.js"></script>
+<![endif]-->
+<!--[if lte IE 8]>
+<![endif]-->
+
+<!--[if lte IE 7]>
+ <script src="//s1.lemde.fr/medias/web/1.2.705/js/lib/ecma/core/262/json.js"></script>
+<![endif]-->
+<script>require(['lmd.afrique.cookie']);</script>
+
+<script>
+ (function (d) {
+ var script = d.createElement('script');
+ var trange = (new Date()).getTime().toString().slice(0, -5);
+ script.src = '//s1.lemde.fr/medias/web/1.2.705/js/lmd/module/meter/toggle-off.js?' + trange;
+ d.write(script.outerHTML);
+ })(document);
+
+ require(['lmd.meter'], function (loader) {
+ loader.launch();
+ });
+</script>
+<script>
+
+var _vrq = _vrq || [];
+_vrq.push(['id',53]);
+_vrq.push(['track',function(){}]);
+if(lmd.conf.fsw.visual_revenue && document.location.protocol=== "http:"){require(["http://a.visualrevenue.com/vrs.js"]);}
+</script>
+
+
+<script>var _sf_startpt = (new Date()).getTime()</script>
+
+<script>
+require(["lib/require/plugin/domReady","lmd/util/link"],function(a,b){a(function(){b.parse()})});
+
+</script>
+
+<script>if("undefined"===typeof lmd||!lmd)lmd={};lmd.pic=function(a){require(["lmd/module/retina"],function(b){b(a)})};lmpic=lmd.pic;</script><script>
+ if (typeof lmd === 'undefined' || !lmd) {
+ lmd = {};
+ }
+
+ lmd.onload = function(fn) {
+ if (document.readyState !== 'loading') {
+ fn();
+ } else if (document.addEventListener) {
+ document.addEventListener('DOMContentLoaded', fn);
+ } else {
+ document.attachEvent('onreadystatechange', function() {
+ if (document.readystate !== 'loading') {
+ fn();
+ }
+ });
+ }
+ };
+
+ _lmOnload = lmd.onload;
+</script>
+
+<script>
+ require(['lmd/core/login-register']);
+</script>
+<script>require(['lmd/core/crm'], function (crm) { crm.increment(); });</script>
+
+
+<!--[if IE]>
+<script>require(["lib/require/plugin/domReady!","lmd/ui/ie9-pinning"],function(b,a){a.start()});</script>
+<![endif]-->
+
+<link rel="dns-prefetch" href="//logc2.xiti.com">
+
+
+<script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"NewsArticle","mainEntityOfPage":{"@type":"WebPage","@id":"http:\/\/www.lemonde.fr\/idees\/article\/2011\/06\/20\/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html"},"headline":"La crise europ\u00e9enne est une crise de la dette, pas de l'euro","dateCreated":"2011-06-20T13:01:05+0200","datePublished":"2011-06-20T13:32:32+0200","publisher":{"@type":"Organization","name":"Le Monde","logo":{"@type":"ImageObject","url":"http:\/\/s1.lemde.fr\/medias\/web\/1.2.705\/img\/elements_lm\/logo_lm_print.png","width":"240","height":"42"}},"dateModified":"2011-06-22T10:28:28+0200","description":"Le retour \u00e0 la stabilit\u00e9 co\u00fbtera des milliards d'euros, mais l'Union europ\u00e9enne en vaut la peine, estime un collectif d'industriels.","author":{"@type":"Person","name":"Collectif"}}</script>
+</head>
+<body class="site-gratuit idees">
+ <!-- Google Tag Manager No Script -->
+<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MS62MT"
+height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+<!-- End Google Tag Manager No Script -->
+ <div id="dfp-cover" class="dfp_slot" data-format="cover" style="display:none;"></div>
+
+
+ <header id="header-page">
+ <div id="surheader">
+ <div class="contenu">
+ <div class="groupe">
+ <a href="/" title="Le Monde" target="_self">Le Monde</a>
+ <a href="http://www.telerama.fr/" title="T&eacute;l&eacute;rama" target="_blank">T&eacute;l&eacute;rama</a>
+ <a href="http://www.monde-diplomatique.fr/" title="Le Monde diplomatique" target="_blank">Le Monde diplomatique</a>
+ <a href="http://www.huffingtonpost.fr/" title="HuffPost" target="_blank">HuffPost</a>
+ <a href="http://www.courrierinternational.com/" title="Courrier international" target="_blank">Courrier international</a>
+ <a href="http://www.lavie.fr/" title="La Vie" target="_blank">La Vie</a>
+ <a href="https://tempsreel.nouvelobs.com/" title="L'Obs" target="_blank">L'Obs</a>
+ </div>
+ <div class="partners">
+ <a class="partners__link" target="_blank" href="http://codepromo.lemonde.fr/" title="Codes promo" onclick="return xt_click(this, 'C', '', 'Cuponation_sur_header', 'N')">Codes promo</a>
+ </div>
+ <div class="services">
+ <span>Services Le Monde ▾</span>
+ <div>
+ <div>
+ <strong>Partenaires Le Monde</strong>
+ <a href="http://voiture-occasion.lemonde.fr" title="Annonces auto" target="_self">Annonces auto</a>
+ <a href="http://offres.offres-emploi.monster.fr/?ch=LEMONDE" title="Annonces emploi" target="_blank">Annonces emploi</a>
+ <a href="http://immobilier.lemonde.fr/" title="Annonces immo" target="_self">Annonces immo</a>
+ <a href="http://codepromo.lemonde.fr/" title="Codes promo" target="_blank">Codes promo</a>
+ <a href="http://dicocitations.lemonde.fr/" title="Citations" target="_self">Citations</a>
+ <a href="http://anglais.lemonde.fr/" title="Cours d&rsquo;anglais" target="_self">Cours d&rsquo;anglais</a>
+ <a href="https://formation-professionnelle.lemonde.fr/" title="Formation professionnelle" target="_self">Formation professionnelle</a>
+ <a href="https://jardinage.lemonde.fr/" title="Jardinage" target="_self">Jardinage</a>
+ <a href="http://modele-lettre.lemonde.fr/" title="Mod&egrave;les de lettres" target="_self">Mod&egrave;les de lettres</a>
+ <a href="http://progresser-orthographe.lemonde.fr/" title="Orthographe" target="_self">Orthographe</a>
+ <a href="http://paroles2chansons.lemonde.fr/" title="Paroles de chansons" target="_self">Paroles de chansons</a>
+ <a href="http://prix-immobilier.lemonde.fr/prix-immobilier/" title="Prix de l&rsquo;immobilier" target="_self">Prix de l&rsquo;immobilier</a>
+ <a href="http://encheres.lemonde.fr" title="Ventes aux ench&egrave;res" target="_self">Ventes aux ench&egrave;res</a>
+ </div>
+
+ <div>
+ <strong>Boutique Le Monde</strong>
+ <a href="http://boutique.lemonde.fr/#xtor=AD-46" title="Accueil" target="_blank">Accueil</a>
+ <a href="http://boutique.lemonde.fr/hors-series.html#xtor=AD-101" title="Hors-S&eacute;ries" target="_blank">Hors-S&eacute;ries</a>
+ <a href="http://boutique.lemonde.fr/livres.html#xtor=AD-100" title="Livres" target="_blank">Livres</a>
+ <a href="http://boutique.lemonde.fr/dvd-1.html#xtor=AD-98" title="DVD" target="_blank">DVD</a>
+ <a href="http://boutique.lemonde.fr/cd.html#xtor=AD-99" title="CD" target="_blank">CD</a>
+ <a href="http://boutique.lemonde.fr/unes-du-monde.html#xtor=AD-149" title="Unes du Monde" target="_blank">Unes du Monde</a>
+ <a href="http://boutique.lemonde.fr/loisirs-et-papeterie.html#xtor=AD-103" title="Loisirs & papeterie" target="_blank">Loisirs & papeterie</a>
+ <a href="http://boutique.lemonde.fr/promos.html#xtor=AD-345" title="Promotions" target="_blank">Promotions</a>
+ </div>
+ </div>
+ </div>
+
+ <div class="abonnement">
+<a title="Abonnez-vous au Monde à partir de 1 €" href="https://abo.lemonde.fr#xtor=CS1-263[BOUTONS_LMFR]-[HEADER]-53-[Article]" onclick="return xt_click(this, 'C', '', 'Abo::Header', 'N')" rel="nofollow">
+ <span>S’abonner au Monde à partir de 1 €</span>
+ </a> </div>
+ </div>
+</div>
+ <div id="header-utilisateur">
+ <div class="contenu">
+ <a class="logo" href="/"></a>
+ <div class="menu-edition">
+ <ul>
+ <li>
+ <a href="#" title="Édition globale">
+ Édition globale ▾
+ </a>
+ </li>
+ <li>
+ <a href="/afrique/" title="Édition afrique">
+ Édition afrique
+ </a>
+ </li>
+ </ul>
+ </div>
+ <div class="liens-utilisateur">
+ <div class="partages">
+ <ul>
+ <li>
+ <a href="http://www.facebook.com/lemonde.fr" title="Facebook" target="" class="svg-facebook svg-facebook-dims">
+ Facebook
+ </a>
+ </li>
+ <li>
+ <a href="http://twitter.com/lemondefr" title="Twitter" target="" class="svg-twitter svg-twitter-dims">
+ Twitter
+ </a>
+ </li>
+ <li>
+ <a href="https://plus.google.com/+LeMondefr" title="Google+" target="" class="svg-google svg-google-dims">
+ Google+
+ </a>
+ </li>
+ <li>
+ <a href="https://www.instagram.com/lemondefr/" title="Instagram" target="_blank" class="svg-instagram">
+ Instagram
+ </a>
+ </li>
+ </ul>
+ </div>
+ <div class="recherche">
+ <a href="/recherche/" class="recherche__link">Rechercher</a>
+ </div>
+ <div class="liens-services">
+ <a href="/emploi/" title="Emploi" target="" class="emploi">
+ Emploi
+ </a>
+ <a href="https://secure.lemonde.fr/sfuser/newsletters" title="Newsletters" target="" class="newsletters">
+ Newsletters
+ </a>
+ </div>
+ <div class="liens-connexion">
+ <ul>
+ <li>
+ <a href="https://secure.lemonde.fr/sfuser/register" title="S'inscrire" target="" class="sinscrire">
+ S'inscrire
+ </a>
+ </li>
+ <li>
+ <a href="https://secure.lemonde.fr/sfuser/connexion" title="Connexion" target="" class="connexion">
+ Connexion
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+</header>
+
+<script>
+ require(['lmd/module/header']);
+</script>
+
+<div class="fixed-header">
+ <div class="fixed-header-content">
+ <a class="fixed-header-logo" href="/"></a>
+ <div class="fixed-header-title">La crise européenne est une crise de la dette, pas de l'euro</div>
+ <div class="fixed-header-sharing-buttons">
+ <div data-sharewith="facebook" data-xiti-label="Partage::Facebook::La crise européenne est une crise de la dette, pas de l'euro::header">Partager<span class="fixed-header-facebook-likes-counter"></span></div>
+ <div data-sharewith="twitter" data-xiti-label="Partage::Twitter::La crise européenne est une crise de la dette, pas de l'euro::header">Tweeter</div>
+ <div data-sharewith="google-plus" data-xiti-label="Partage::Google+::La crise européenne est une crise de la dette, pas de l'euro::header"></div>
+ <div data-sharewith="linkedin" data-xiti-label="Partage::Linkedin::La crise européenne est une crise de la dette, pas de l'euro::header"></div>
+ <div data-sharewith="pinterest" data-xiti-label="Partage::Pinterest::La crise européenne est une crise de la dette, pas de l'euro::header"></div>
+ </div>
+ </div>
+</div>
+
+<script>
+ require(['lmd/module/fixed-header'], function (fixedHeader) {
+ 'use strict';
+ fixedHeader.init();
+ }
+ );
+</script>
+
+<div id="alerte_tracking" class="bandeau_info_importante bord_gris_moyen" style="display:none;height:0;">
+ En poursuivant votre navigation sur ce site, vous acceptez nos <a href="http://www.lemonde.fr/cgv">CGV</a> et l’utilisation de cookies pour vous proposer des contenus et services adaptés à vos centres d’intérêts et vous permettre l'utilisation de boutons de partages sociaux.
+ <a href="http://www.lemonde.fr/service/donnees_personnelles.html">En savoir plus et gérer ces paramètres</a>.
+ <span class="croix_grise mgl8" title="Fermer cet avertissement"></span>
+</div>
+<script>require(["lmd/module/user/alerte_tracking"]);</script>
+
+
+
+ <div id="habillagepub">
+ <script>
+require(["lmd/core/auth", "lmd/ui/header/header"], function(a,b){a.loadUser().done(function(){b.init();})});
+require(["lmd/module/acces-non-abonne"],function(a){a.init();});
+</script>
+ <div id="dfp-habillage" class="dfp_slot" data-format="habillage"></div>
+
+ <div id="dfp-banniere_haute" class="dfp_slot top banniere" data-format="banniere_haute"></div>
+
+
+
+
+ <div id="nav-section" class="section-page">
+<div class="conteneur-nav" id="nav">
+ <nav id="navigation-generale">
+ <span role="button" data-toggle="#navigation-generale ul" data-toggleRoot=".ecran.idees">Rubriques</span>
+ <ul>
+ <li class="accueil ">
+ <a href="/" data-bypass="false" data-rubrique-title="A la une" data-rubrique-id="3208" >
+ <i class="maison">Accueil</i>
+ </a>
+ </li>
+ <li class="international ">
+ <a href="/international/" data-bypass="false" data-rubrique-title="International" data-rubrique-id="3210" >
+ International
+ </a>
+ </li>
+ <li class="politique ">
+ <a href="/politique/" data-bypass="false" data-rubrique-title="Politique" data-rubrique-id="823448" >
+ Politique
+ </a>
+ </li>
+ <li class="societe ">
+ <a href="/societe/" data-bypass="false" data-rubrique-title="Société" data-rubrique-id="3224" >
+ Société
+ </a>
+ </li>
+ <li class="economie ">
+ <a href="/economie/" data-bypass="false" data-rubrique-title="Économie" data-rubrique-id="3234" >
+ Éco
+ </a>
+ </li>
+ <li class="culture ">
+ <a href="/culture/" data-bypass="false" data-rubrique-title="Culture" data-rubrique-id="3246" >
+ Culture
+ </a>
+ </li>
+ <li class="idees alt">
+ <a href="/idees/" data-bypass="false" data-rubrique-title="Idées" data-rubrique-id="3232" >
+ Idées
+ </a>
+ </li>
+ <li class="planete ">
+ <a href="/planete/" data-bypass="false" data-rubrique-title="Planète" data-rubrique-id="3244" >
+ Planète
+ </a>
+ </li>
+ <li class="sport ">
+ <a href="/sport/" data-bypass="false" data-rubrique-title="Sport" data-rubrique-id="3242" >
+ Sport
+ </a>
+ </li>
+ <li class="sciences ">
+ <a href="/sciences/" data-bypass="false" data-rubrique-title="Sciences" data-rubrique-id="1650684" >
+ Sciences
+ </a>
+ </li>
+ <li class="pixels ">
+ <a href="/pixels/" data-bypass="false" data-rubrique-title="Pixels" data-rubrique-id="4408996" >
+ Pixels
+ </a>
+ </li>
+ <li class="campus ">
+ <a href="/campus/" data-bypass="false" data-rubrique-title="Campus" data-rubrique-id="4401467" >
+ Campus
+ </a>
+ </li>
+ <li class="m-mag ">
+ <a href="/m-le-mag/" data-bypass="false" data-rubrique-title="M le mag" data-rubrique-id="4500055" >
+ Le Mag
+ </a>
+ </li>
+ <li class="abonnes js_carousel_exclude ">
+ <a href="/teaser/presentation.html#xtor=CS1-263[BOUTONS_LMFR]-[BARRE_DE_NAV]-53-[Article]" data-rubrique-title="Édition Abonnés" data-rubrique-id="1667658" onclick="return xt_click(this, 'C', '', 'Abo::Barre_de_nav', 'N');" rel="nofollow">
+ Édition Abonnés
+ </a>
+ </li>
+ <li class="burger js_carousel_exclude">
+ <span role="button" title="afficher plus de rubriques" data-toggle="#navigation-generale .burger div" data-toggleRoot=".ecran.idees"></span>
+ <div data-toggle-policy="autoclear">
+ <span>PLUS DE RUBRIQUES</span>
+ <a href="/grands-formats/">Grands Formats</a>
+ <a href="/les-decodeurs/">Les d&eacute;codeurs</a>
+ <a href="/videos/">Vid&eacute;os</a>
+ <a href="/data/">Données du Monde</a>
+ </div>
+ </li>
+ </ul>
+ </nav>
+</div>
+
+<script>
+ require(['jquery'], function($) {
+ $("#nav li").on('click', onNavItemClick);
+
+ function onNavItemClick(event) {
+ var classAttr,
+ className,
+ prefixXiti;
+
+ classAttr = $(event.target).closest("li").attr("class");
+ // If li tag has no class attributes or if class attribute is empty
+ if ($.trim(classAttr).length === 0) {
+ return;
+ }
+
+ className = classAttr.split(/\s+/)[0];
+ prefixXiti = (lmd.context.application === "www" ? "barre_nav_" : "barre_nav_abo_");
+ if (typeof xt_click === "function") {
+ xt_click(this, 'C', lmd.context.page.xiti.xtn2, prefixXiti + className, 'N');
+ }
+ }
+ });
+</script>
+
+</div>
+
+
+ <div class="ombrelle idees ombrelle_idees">
+ <div class="tt_rubrique_ombrelle"><span class="m_titre"></span><span class="couleur_rubrique obf" data-href="L2lkZWVzLw==">Idées</span></div>
+ <span class="widget">
+ <div id="widget_container" data-uri="/ajah/5m/lemonde/web/Controller_Module_Widget_PromoEdito/actionAfficher/WzM/yMz/Jd/EMPTY/?key=63bf535d68cc411839d1f411776b3792d6fe463b">
+ <div id="dfp-oreille_droite" class="dfp_slot" data-format="oreille_droite"></div>
+ </div>
+</span>
+</div>
+
+ <div id="ariane-context-3232">
+ <div class="clearall" id="ariane_az">
+ <nav id="nav_ariane" class="idees">
+ <ul>
+ <li class="ariane z1 actif">
+ <a href="/idees/">Id&eacute;es</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/idees-tribunes/">Tribunes</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/idees-enquetes/">Enqu&ecirc;tes</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/idees-rencontres/">Rencontres</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/controverses/">Controverses</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/idees-livres/">Livres</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/analyses/">Analyses</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/editoriaux/">Editoriaux</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/idees-chroniques/">Chroniques</a>
+ </li>
+ <li class="sous_rub">
+ <a href="/blogs/">Blogs</a>
+ </li>
+ </ul>
+ <div class="az" style="display:none;">
+ <span class="bt_ouvrir">&nbsp;</span>
+ </div>
+ </nav>
+ <div class="suite_entrees">
+ <p class="entrees">
+ </p>
+ </div>
+ </div>
+</div>
+<script>
+require(["lmd/ui/liste-az"],function(a){a.init({context:'#ariane-context-3232'})});
+</script>
+
+
+ <div class="global meter_global js_meter_global">
+
+
+ <div class="top_container_article">
+
+ </div>
+
+ <div class="container_18 clearfix">
+ <div class="grid_12 alpha">
+ <div class="applat_contenu">
+ <div class="grid_10 alpha prefix_1 suffix_1 col_gauche article_wrapper"><!-- col gauche -->
+
+ <article class="article article_normal">
+
+
+ <h1 class="tt2" itemprop="Headline">La crise europ&eacute;enne est une crise de la dette, pas de l'euro</h1>
+
+ <p class="txt3 description-article" itemprop="description">Le retour &agrave; la stabilit&eacute; co&ucirc;tera des milliards d'euros, mais l'Union europ&eacute;enne en vaut la peine, estime un collectif d'industriels.</p>
+
+
+ <p class="bloc_signature">
+ <span id="publisher" itemprop="Publisher" data-source="LE MONDE">Le Monde</span>
+ | <time datetime="2011-06-20T13:32:32+02:00"
+ itemprop="datePublished">20.06.2011 &agrave; 13h32</time>
+ • Mis à jour le
+<time datetime="2011-06-22T10:28:28+02:00"
+ itemprop="dateModified">22.06.2011 &agrave; 10h28</time>
+ |
+<span class="signature_article">
+Par <span itemprop="author" class="auteur txt2_120">Collectif</span>
+</span>
+
+</p>
+
+
+ <div class="toolbar"></div>
+
+
+
+ <div id="articleBody" class="contenu_article js_article_body" itemprop="articleBody">
+ <h2 class="taille_courante">L'union monétaire s'enlise dans la crise, l'euro reste soumis au feu des critiques. C'est le bilan des nombreux <a class="lien_interne rub" href="http://www.lemonde.fr/afrique-debats/" title="Toute l’actualité débats">débats</a> qui ont eu lieu ces derniers mois.</h2>
+<p>En tant qu'industriels allemands et français, qui ont la responsabilité de 1 500 milliards d'euros de chiffre d'affaires et de cinq millions de salariés dans <a class="lien_interne rub" href="http://www.lemonde.fr/le-monde/" title="Toute l’actualité le monde">le monde</a> entier, nous nous soucions de l'<a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/troisieme-groupe/avenir/' title='Conjugaison du verbe avenir'>avenir</a> de l'euro et de l'union économique et monétaire européenne. L'<a class="lien_interne rub" href="http://www.lemonde.fr/histoire/" title="Toute l’actualité histoire">histoire</a> de l'euro est une véritable réussite. Qui aurait pensé, lorsque l'euro a été introduit il y a douze ans, qu'il aurait aujourd'hui gagné en valeur par rapport au dollar et de nombreuses autres monnaies ?</p><div id="dfp-inread" class="dfp_slot" data-format="inread" style="display:none;"></div>
+<p>L'euro s'est imposé comme seconde monnaie de référence à côté du dollar et a renforcé le rôle de l'<a class="lien_interne rub" href="http://www.lemonde.fr/europe/" title="Toute l’actualité Europe">Europe</a> en tant que puissance économique. Avec l'euro, un marché commun doté d'une monnaie unique et sans fluctuation de cours de change a vu le jour, créant ainsi prospérité et richesse pour nous tous. Depuis son introduction, près de 9 millions de nouveaux emplois ont été créés dans la zone euro. Les <a class="lien_interne rub" href="http://www.lemonde.fr/entreprises/" title="Toute l’actualité entreprises">entreprises</a> européennes profitent de ce <a class="lien_interne rub" href="http://www.lemonde.fr/developpement/" title="Toute l’actualité développement">développement</a>. Elles ont élargi leurs capacités de financement et augmenté leur compétitivité à l'<a class="lien_interne rub" href="http://www.lemonde.fr/international/" title="Toute l’actualité international">international</a>.</p>
+<p>Le ralentissement de l'économie mondiale a conduit certains pays de l'union monétaire à s'<a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/endetter/' title='Conjugaison du verbe endetter'>endetter</a> encore davantage. A court terme, ces pays doivent <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/auxiliaire/%C3%AAtre/' title='Conjugaison du verbe être'>être</a> aidés pour <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/regagner/' title='Conjugaison du verbe regagner'>regagner</a> leur indépendance financière et <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/recr%C3%A9er/' title='Conjugaison du verbe recréer'>recréer</a> les conditions d'un avenir meilleur pour leur <a class="lien_interne rub" href="http://www.lemonde.fr/demographie/" title="Toute l’actualité population">population</a>.</p>
+<p>En contrepartie, des mesures efficaces doivent être mises en oeuvre. Le retour à une situation financière stable coûtera de nombreux milliards d'euros, mais l'<a class="lien_interne rub" href="http://www.lemonde.fr/union-europeenne/" title="Toute l’actualité Union européenne">Union européenne</a> et notre monnaie commune en valent la peine. Nous devons <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/troisieme-groupe/convaincre/' title='Conjugaison du verbe convaincre'>convaincre</a> nos concitoyens de cela.</p>
+<p><strong>RÈGLES PLUS STRICTES</strong></p>
+<p>Nous avons besoin d'une <a class="lien_interne rub" href="http://www.lemonde.fr/politique/" title="Toute l’actualité politique">politique</a> économique européenne et de règles de stabilité plus strictes. Pour <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/%C3%A9viter/' title='Conjugaison du verbe éviter'>éviter</a>, à l'avenir, une crise telle que celle que nous traversons actuellement, nous devons <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/renforcer/' title='Conjugaison du verbe renforcer'>renforcer</a> les règles de stabilité existantes et <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/assurer/' title='Conjugaison du verbe assurer'>assurer</a> leur respect. Les solutions envisagées, comme, par exemple, l'<a class="lien_interne rub" href="http://www.lemonde.fr/exclusion/" title="Toute l’actualité exclusion">exclusion</a> de pays membres de la zone euro ou la scission entre une Union des pays du Nord et du Sud, ne sont pas bonnes. Cela aurait des conséquences qui sont difficilement prévisibles aujourd'hui. De telles propositions démagogiques ne sont pas adaptées à la gravité de la situation.</p>
+<p>Cependant, des mesures doivent être prises à temps et être aussi efficaces que possible. De plus, les Etats membres doivent <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/coordonner/' title='Conjugaison du verbe coordonner'>coordonner</a>, plus étroitement qu'auparavant, leur <a class="lien_interne rub" href="http://www.lemonde.fr/afrique-politique/" title="Toute l’actualité politique">politique</a> économique intérieure et <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/parler/' title='Conjugaison du verbe parler'>parler</a> d'une seule voix vis-à-vis de l'extérieur.</p>
+<p>En tant qu'industriels allemands et français, nous voulons <a target='_blank' onclick='return false;' class='lien_interne conjug' href='http://conjugaison.lemonde.fr/conjugaison/premier-groupe/souligner/' title='Conjugaison du verbe souligner'>souligner</a> les immenses avantages que l'espace monétaire commun a apportés. Nous envoyons un message de soutien aux responsables politiques, afin qu'ils mettent en place des conditions nécessaires à un euro durablement stable et compétitif. C'est la base de la future prospérité en Europe. L'union monétaire a durablement besoin de <a class="lien_interne rub" href="http://www.lemonde.fr/finance/" title="Toute l’actualité finances">finances</a> publiques solides, de règles de responsabilité claires, de structures transparentes et de conditions de concurrence équitables.</p>
+<p>Ce n'est qu'à ces conditions que l'euro sortira renforcé de la crise de la dette. Il n'y a pas d'alternative sérieuse à l'euro commun. L'euro symbolise l'Europe d'aujourd'hui. Un échec de l'euro serait un revers fatal pour l'Europe.</p>
+<hr />
+Appel Frank (Deutsche Post) ; Aschenbroich Jacques (Valeo) ; Berger Roland (Roland Berger Strategy Consultants) ; Bock Kurt (BASF) ; Bories Christel (Constellium) ; Borsig Clemens (Deutsche Bank) ; Brunck Robert (CGG Veritas) ; Buffet Patrick (Eramet) ; Burda Hubert (Hubert Burda Media Holding) ; Caparros Alain (Rewe group) ; Clamadieu Jean-Pierre (Rhodia) ; Cromme Gerhard (ThyssenKrupp) ; Crouzet Philippe (Vallourec) ; de Chalendar Pierre-André (Saint-Gobain) ; de Margerie Christophe (Total) ; de Romanet Augustin (Caisse des dépôts et consignations) ; Degenhart Elmar (Continental) ; Diekmann Michael (Allianz) ; Engel Klaus (Evonik Industries) ; Fehrenbach Franz (Robert Bosch) ; Frérot Antoine (Veolia <a class="lien_interne rub" href="http://www.lemonde.fr/environnement/" title="Toute l’actualité Environnement">Environnement</a>) ; Hagemann Snabe Jim (SAP) ; Henrot François (Groupe Rothschild Cie Banque) ; Hermelin Paul (Cap Gemini) ; Kormann Hermut (Lazard) ; Kron Patrick (Alstom) ; Lachmann Henri (Schneider Electric) ; Lafont Bruno (Lafarge) ; Lauvergeon Anne (Areva) ; Lévy Maurice (Publicis Groupe SA) ; Lévy Jean-Bernard (Vivendi) ; Löscher Peter (Siemens) ; Mestrallet Gérard (GDF Suez) ; Obermann René (Deutsche Telekom) ;Oetker Arend (Dr Arend Oetker Holding) ; Oudéa Frédéric (Société Générale) ; Potier Benoit (Air Liquide) ; Ranque Denis (Cercle de l'<a class="lien_interne rub" href="http://www.lemonde.fr/industrie/" title="Toute l’actualité industrie">industrie</a>/Technicolor) ; Reithofer Norbert (BMW) ; Reitzle Wolfgang (Linde) ; Richard Stéphane (France Telecom) ; Rollier Michel (Michelin) ; Rose Frédéric (Technicolor) ; Schnepp Gilles (Legrand) ; Spinetta Jean-Cyril (Air-<a class="lien_interne rub" href="http://www.lemonde.fr/europeennes-france/" title="Toute l’actualité France">France</a> KLM)  ; Teyssen Johannes (E.ON)  ; Thumann Jürgen (BusinessEurope) ; Verwaayen Ben (Alcatel-Lucent) ; Viehbacher Chris (Sanofi) ; Zetsche Dieter (Daimler).<br />
+ </div>
+
+ <div class="mgb16">
+
+ </div>
+
+
+
+
+
+ </article>
+
+
+
+
+
+ <div id="dfp-partenaire_middle" class="dfp_slot" data-format="partenaire_middle"></div>
+ <div id="dfp-partenaire_bottom" class="dfp_slot" data-format="partenaire_bottom"></div>
+
+
+ <div class="toolbar"></div>
+
+
+
+ </div>
+
+ </div>
+ <div class="clearfix">
+ <div class="grid_10 alpha prefix_1 suffix_1 col_gauche">
+ <div class="reco_cross_site_outbrain">
+ <div class="OUTBRAIN" data-src="http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html" data-widget-id="AR_17" data-ob-template="lemonde"></div>
+</div>
+
+
+
+
+ <aside class="bloc_base meme_sujet">
+
+ <span class="entete txt6">
+ Sur le même sujet </span>
+
+ <div class="contenu">
+ <ul class="liste_chevron">
+ <li>
+ <a href="/idees/article/2017/11/22/universites-le-defi-de-la-rentree-2018_5218630_3232.html" onclick="return xt_click(this,'C','','Liens_bloc_meme_sujet::Gratuit::Gratuit','N')">
+ Universit&eacute;s&nbsp;: le d&eacute;fi de la rentr&eacute;e 2018
+
+ </a>
+ </li>
+ <li>
+ <a href="/idees/article/2017/11/11/sans-accord-entre-la-france-et-l-allemagne-il-n-y-aura-pas-d-avancee-en-europe_5213580_3232.html" onclick="return xt_click(this,'C','','Liens_bloc_meme_sujet::Gratuit::Gratuit','N')">
+ &laquo;&nbsp;Sans accord entre la France et l&rsquo;Allemagne, il n&rsquo;y aura pas d&rsquo;avanc&eacute;e en Europe&nbsp;&raquo;
+
+ </a>
+ </li>
+ <li>
+ <a href="/idees/article/2017/11/11/laurence-parisot-monsieur-hulot-abolissez-la-chasse-a-courre_5213493_3232.html" onclick="return xt_click(this,'C','','Liens_bloc_meme_sujet::Gratuit::Gratuit','N')">
+ Laurence Parisot&nbsp;: &laquo;&nbsp;Monsieur Hulot, abolissez la chasse &agrave; courre&nbsp;!&nbsp;&raquo;
+
+ </a>
+ </li>
+ </ul>
+ </div>
+
+ <span class="entete_exclu_abonnes">
+ <em class="txt_img">Édition abonnés Contenu exclusif</em>
+ </span>
+ <div class="contenu">
+ <ul class="liste_chevron">
+ <li>
+ <a href="/idees/article/2017/02/21/presidentielle-la-semaine-de-verite_5082714_3232.html" onclick="return xt_click(this,'C','','Liens_bloc_meme_sujet::Abonn&eacute;s::Gratuit','N')">
+ Pr&eacute;sidentielle&nbsp;: la semaine de v&eacute;rit&eacute;&nbsp;?
+
+ </a>
+ </li>
+ <li>
+ <a href="/idees/article/2017/12/04/laurent-wauquiez-est-ideologiquement-un-conservateur_5224089_3232.html" onclick="return xt_click(this,'C','','Liens_bloc_meme_sujet::Abonn&eacute;s::Gratuit','N')">
+ &laquo;&nbsp;Laurent Wauquiez est id&eacute;ologiquement un conservateur&nbsp;&raquo;
+
+ </a>
+ </li>
+ <li>
+ <a href="/idees/article/2017/12/02/aucune-subvention-publique-ne-devrait-etre-accordee-pour-des-films-finances-par-l-industrie-du-tabac_5223495_3232.html" onclick="return xt_click(this,'C','','Liens_bloc_meme_sujet::Abonn&eacute;s::Gratuit','N')">
+ &laquo;&nbsp;Aucune subvention publique ne devrait &ecirc;tre accord&eacute;e pour des films financ&eacute;s par l&rsquo;industrie du tabac&nbsp;&raquo;
+
+ </a>
+ </li>
+ </ul>
+ </div>
+
+ <p class="bt">
+<span class="btn_abo obf" onclick="return xt_click(this, 'C', lmd.context.page.xiti.xtn2, 'Clic_Abonnement','N');" data-href="L2Fiby8/YW1wO2NsZWY9QkxPQ0FCT0FSVEJBUzE0" title="Abonnez-vous au Monde à partir de 1 €">Abonnez-vous à partir de 1 €</span> </p>
+
+</aside>
+
+<div id="ultimedia_wrapper" class="mgb32"></div>
+
+<script type="text/javascript">
+
+if (lmd.conf.fsw.digiteka) {
+ var ULTIMEDIA_mdtk = "01637594";
+
+ var ULTIMEDIA_date = "20110622";
+ var ULTIMEDIA_target = "ultimedia_wrapper";
+ (function (d) {
+ var s = document.createElement('script');
+ s.src=('https:' == document.location.protocol ? 'https://secure' :'http://www') + '.ultimedia.com/js/common/smart.js';
+ s.setAttribute('async', true);
+ d.head.appendChild(s);
+ }(document))
+}
+
+</script>
+<div id="liste_reactions"><div id="aj-783738" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Reaction_Element/actionAfficherPreview/WzE/1Mz/gzM/zcsNV0-/?key=fe7161a26c074de6f9ccb92b94cd0fb80ee53a31"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-783738").ajah({ url: "/ajah/5m/lemonde/www/Controller_Module_Reaction_Element/actionAfficherPreview/WzE/1Mz/gzM/zcsNV0-/?key=fe7161a26c074de6f9ccb92b94cd0fb80ee53a31" })});</script></div>
+
+<div class="rubriques_liees">
+ <a href="/idees-chroniques/">Chroniques</a> &#9642; <a href="/chats/">Chats</a> &#9642; <a href="/observatoires/">Observatoires</a> &#9642; <a href="/les-amphis-du-monde/">Les Amphis du Monde</a> &#9642; <a href="/editoriaux/">Editoriaux</a> &#9642; <a href="/idees-livres/">Livres</a> &#9642; <a href="/idees-enqu&ecirc;tes/">Enqu&ecirc;tes</a> &#9642; <a href="/controverses/">Controverses</a> &#9642; <a href="/idees-rencontres/">Rencontres</a> &#9642; <a href="/idees-tribunes/">Tribunes</a> </div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="grid_6 omega col_droite">
+
+
+
+ <div id="aj-988312" data-aj-uri="/ajah/5m/lemonde/web/Controller_Module_Colonne_Multimedia/actionMultimediaBloc/WzM/yMz/IsZ/mFsc2Vd/?key=0348c2c3fa2905e020d2ce5605a6629102daeb1b"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-988312").ajah({ url: "/ajah/5m/lemonde/web/Controller_Module_Colonne_Multimedia/actionMultimediaBloc/WzM/yMz/IsZ/mFsc2Vd/?key=0348c2c3fa2905e020d2ce5605a6629102daeb1b" })});</script>
+
+<div id="dfp-pave_haut" class="dfp_slot" data-format="pave_haut"></div>
+
+
+
+
+ <div id="aj-c65b1e" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Social_Pluspartages/actionAfficher/W3R/ydW/Vd/EMPTY/?key=e9c1df2637b3a3d3a2ba3035fdd06a727446de91"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-c65b1e").ajah({ url: "/ajah/5m/lemonde/www/Controller_Module_Social_Pluspartages/actionAfficher/W3R/ydW/Vd/EMPTY/?key=e9c1df2637b3a3d3a2ba3035fdd06a727446de91" })});</script>
+
+ <div id="aj-0f6eee" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Pave_Edito_Item/actionAfficherPave/W25/1bG/wse/yJydWJyaXF1ZV9pZCI6MzIzMn0sNTIzNTU1NCxudWxsXQ--/?key=b6377700d4d24fddd834097708545b8cecf7676f"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-0f6eee").ajah({ url: "/ajah/5m/lemonde/www/Controller_Module_Pave_Edito_Item/actionAfficherPave/W25/1bG/wse/yJydWJyaXF1ZV9pZCI6MzIzMn0sNTIzNTU1NCxudWxsXQ--/?key=b6377700d4d24fddd834097708545b8cecf7676f" })});</script>
+
+ <div id="dfp-pave_milieu" class="dfp_slot" data-format="pave_milieu"></div>
+
+<div id="aj-0c1038" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Abonnes_AppelJelec/actionAfficher/W3R/ydW/UsI/kJMT0NBQk9BUlRDT0xEUjE0IiwiIixudWxsLDUzXQ--/?key=f98aa4214aa7405eaf019bedb7936d35af6dd5fc"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-0c1038").ajah({ url: "/ajah/5m/lemonde/www/Controller_Module_Abonnes_AppelJelec/actionAfficher/W3R/ydW/UsI/kJMT0NBQk9BUlRDT0xEUjE0IiwiIixudWxsLDUzXQ--/?key=f98aa4214aa7405eaf019bedb7936d35af6dd5fc" })});</script>
+
+ <div class="block_elementum outbrain">
+ <div class="OUTBRAIN" data-src="http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html" data-widget-id="SB_2" data-ob-template="lemonde"></div>
+ <div class="OUTBRAIN" data-src="http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html" data-widget-id="SB_3" data-ob-template="lemonde"></div>
+</div>
+
+
+
+<div id="aj-a628e8" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Widget_Bizdev/actionAfficher/WzM/yMz/IsI/npvbmVfY29sb25uZV9iaXpkZXZfZWx0MSIsMSxmYWxzZSwzMjMyXQ--/?key=a3a11feced8268c89bf5d8cd1b020a4bd4ab89fe"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-a628e8").ajah({ url: "/ajah/5m/lemonde/www/Controller_Module_Widget_Bizdev/actionAfficher/WzM/yMz/IsI/npvbmVfY29sb25uZV9iaXpkZXZfZWx0MSIsMSxmYWxzZSwzMjMyXQ--/?key=a3a11feced8268c89bf5d8cd1b020a4bd4ab89fe" })});</script>
+
+ <div id="dfp-pave_bas" class="dfp_slot" data-format="pave_bas"></div>
+
+<div id="aj-d3c445" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_Widget_Bizdev/actionAfficher/WzM/yMz/IsI/npvbmVfY29sb25uZV9iaXpkZXZfZWx0MiIsMSxmYWxzZSwzMjMyXQ--/?key=a30adc006acc9e6cf06c12ef7e195740340cbbe8"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-d3c445").ajah({ url: "/ajah/5m/lemonde/www/Controller_Module_Widget_Bizdev/actionAfficher/WzM/yMz/IsI/npvbmVfY29sb25uZV9iaXpkZXZfZWx0MiIsMSxmYWxzZSwzMjMyXQ--/?key=a30adc006acc9e6cf06c12ef7e195740340cbbe8" })});</script>
+
+ </div>
+
+ </div>
+ <!-- #WALL -->
+
+</div>
+<!-- #TOASTER -->
+<script>
+ require(["lmd/module/element/bootstrap"], function (bootstrap) {
+ var params = {};
+ params.toolbar = {};
+ params.toolbar.envoyer = {link: "http://www.lemonde.fr/envoyer-par-email/article/2011/06/20/1538337.html"};
+ params.toolbar.imprimer = {active: true};
+
+ bootstrap.init(params);
+ });
+
+ require(['lmd/ui/iframe-fit-content'], function (iframeFitContent) {
+ iframeFitContent.init('articleBody', 'js_multimedia_embed');
+ });
+</script>
+
+<script>
+ if (lmd.conf.fsw.tym) {
+ require(['jquery', 'lmd/module/video/tym-script'], function ($, tymScript) {
+ $('#articleBody .tym').each(function () {
+ tymScript($(this).data('tym-playerid'));
+ });
+ });
+ }
+</script>
+
+<div class="OUTBRAIN" data-src="http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html" data-widget-id="TR_1" data-ob-template="lemonde" style="display:none"></div>
+<script>
+require(['lmd/core/ux/outbrain'], function (ob) { ob.load(); });
+</script>
+
+
+
+ <div id="dfp-banniere_basse" class="dfp_slot" data-format="banniere_basse"></div>
+
+ <div id="aj-2e9edd" data-aj-uri="/ajah/5m/lemonde/web/Controller_Module_Deroule_Bloc_Paves/actionAfficherBizdevOffre/WzM/yMz/Isd/HJ1ZV0-/?key=533899a2b4be32596555f4c1c309065cf0e988be"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-2e9edd").ajah({ url: "/ajah/5m/lemonde/web/Controller_Module_Deroule_Bloc_Paves/actionAfficherBizdevOffre/WzM/yMz/Isd/HJ1ZV0-/?key=533899a2b4be32596555f4c1c309065cf0e988be" })});</script>
+ <div id="aj-704004" data-aj-uri="/ajah/5m/lemonde/www/Controller_Module_General_Footer_Serviciel/actionAfficher/WyJ/SVU/JSS/VFVRV9TRVJWSUNFUyJd/?key=48ef2c0f4847cd071d1f0a44fc735c67dafe3a50"></div><script>require(["jquery", "lib/jquery/plugin/jquery.ajah"],function($){$("#aj-704004").ajah({ url: "/ajah/5m/lemonde/www/Controller_Module_General_Footer_Serviciel/actionAfficher/WyJ/SVU/JSS/VFVRV9TRVJWSUNFUyJd/?key=48ef2c0f4847cd071d1f0a44fc735c67dafe3a50" })});</script>
+ <div id="footer">
+ <div class="footer_gratuit txt3">
+<a class="zone_abo" rel="nofollow" href="https://abo.lemonde.fr#xtor=CS1-263[BOUTONS_LMFR]-[FOOTER]-53-[Article]" onclick="return xt_click(this, 'C', '', 'Abo::Footer', 'N')">
+ <div class="abonnement">
+ <p class="contenu">
+ <span>Le monde abonnements</span>
+ Profitez du journal où et quand vous voulez. Abonnements papier, offres 100 % numériques sur Web et tablette.
+ </p>
+ <p class="bt">
+ <span class="btn">S'abonner au Monde à partir de 1 €</span>
+ </p>
+ </div>
+<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" width="350" height="155" alt=" " data-src="//s1.lemde.fr/medias/web/1.2.705/img/elements_lm/footer_supports.png" data-lazyload="true" onload="lmd.pic(this);" onerror="lmd.pic(this);" class="lazy-retina"></a>
+ <div class="deja_abonne">
+ <div>
+ <span class="accroche">Déjà abonné au<br>journal <em>Le Monde</em> ?</span>
+ <ul>
+ <li>
+ <a href="https://www.lemonde.fr/sfuser/account" target="_blank" rel="nofollow">
+ Activez votre accès à l'Édition abonnés du Monde.fr
+ </a>
+ </li>
+ <li>
+ <a href="https://moncompte.lemonde.fr/" target="_blank" rel="nofollow">
+ Gérez votre abonnement
+ </a>
+ </li>
+ </ul>
+ </div>
+<img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" width="123" height="78" alt=" " data-src="//s1.lemde.fr/medias/web/1.2.705/img/elements_lm/footer_journaux.png" data-lazyload="true" onload="lmd.pic(this);" onerror="lmd.pic(this);" class="lazy-retina"> </div>
+ </div>
+</div>
+
+<footer id="footer-page" class="univers-sombre">
+ <section>
+ <div>
+ <strong class="titre3" data-toggle="context">Les rubriques du Monde.fr</strong>
+ <ul>
+ <li><a href="/international/" title="International" target="_self">International</a></li>
+ <li><a href="/politique/" title="Politique" target="_self">Politique</a></li>
+ <li><a href="/societe/" title="Soci&eacute;t&eacute;" target="_self">Soci&eacute;t&eacute;</a></li>
+ <li><a href="/economie/" title="&Eacute;conomie" target="_self">&Eacute;conomie</a></li>
+ <li><a href="/culture/" title="Culture" target="_self">Culture</a></li>
+ <li><a href="/sport/" title="Sport" target="_self">Sport</a></li>
+ <li><a href="/pixels/" title="Techno" target="_self">Techno</a></li>
+ <li><a href="/m-styles/" title="Style" target="_self">Style</a></li>
+ <li><a href="/m-perso/" title="L'&eacute;poque" target="_self">L'&eacute;poque</a></li>
+ <li><a href="/idees/" title="Id&eacute;es" target="_self">Id&eacute;es</a></li>
+ <li><a href="/planete/" title="Plan&egrave;te" target="_self">Plan&egrave;te</a></li>
+ <li><a href="/education/" title="&Eacute;ducation" target="_self">&Eacute;ducation</a></li>
+ <li><a href="/disparitions/" title="Disparitions" target="_self">Disparitions</a></li>
+ <li><a href="/sante/" title="Sant&eacute;" target="_self">Sant&eacute;</a></li>
+ <li><a href="/monde-academie/" title="Monde Acad&eacute;mie" target="_self">Monde Acad&eacute;mie</a></li>
+ <li><a href="/data/france/legislatives-2017/" title="R&eacute;sultats &eacute;lection l&eacute;gislatives 2017" target="_self">R&eacute;sultats &eacute;lection l&eacute;gislatives 2017</a></li>
+ <li><a href="/data/resultats-circonscriptions/legislatives-2017/" title="R&eacute;sultats par circonscription" target="_self">R&eacute;sultats par circonscription</a></li>
+ <li><a href="http://www.lemonde.fr/data/resultats-communes/legislatives-2017/" title="R&eacute;sultats par commune" target="_self">R&eacute;sultats par commune</a></li>
+ </ul>
+ </div>
+ <div>
+ <strong class="titre3" data-toggle="context">Les services du Monde</strong>
+ <ul>
+ <li><a href="http://voiture-occasion.lemonde.fr" title="Annonces auto" target="_self">Annonces auto</a></li>
+ <li><a href="http://immobilier.lemonde.fr/" title="Annonces immo" target="_self">Annonces immo</a></li>
+ <li><a href="http://conjugaison.lemonde.fr" title="Conjugaison" target="_self">Conjugaison</a></li>
+ <li><a href="http://anglais.lemonde.fr" title="Cours d'anglais" target="_self">Cours d'anglais</a></li>
+ <li><a href="/jeux/" title="Jeux" target="_self">Jeux</a></li>
+ <li><a href="https://formation-professionnelle.lemonde.fr/" title="Formation professionnelle" target="_self">Formation professionnelle</a></li>
+ <li><a href="http://boutique.lemonde.fr/#xtor=AD-9" title="La boutique du Monde" target="_blank">La boutique du Monde</a></li>
+ <li><a href="http://prix-immobilier.lemonde.fr/prix-immobilier/" title="Prix de l'immobilier" target="_self">Prix de l'immobilier</a></li>
+ <li><a href="/programme-tele/" title="Programme t&eacute;l&eacute;" target="_self">Programme t&eacute;l&eacute;</a></li>
+ <li><a href="http://shopping.lemonde.fr" title="Shopping" target="_self">Shopping</a></li>
+ <li><a href="https://www.sourcesure.eu/" title="Source S&ucirc;re" target="_blank">Source S&ucirc;re</a></li>
+ <li><a href="/pratique/trafic-idf.html" title="Trafic" target="_self">Trafic</a></li>
+ <li><a href="http://www.lemonde.fr/verification/" title="Decodex" target="_self">Decodex</a></li>
+ <li><a href="http://progresser-orthographe.lemonde.fr/" title="Orthographe et grammaire" target="_self">Orthographe et grammaire</a></li>
+ </ul>
+ </div>
+ <div>
+ <strong class="titre3" data-toggle="context">Sur le web</strong>
+ <ul>
+ <li><a href="http://sortir.telerama.fr/paris/concerts.php" title="Concerts &agrave; Paris" target="_self">Concerts &agrave; Paris</a></li>
+ <li><a href="http://www.telerama.fr/livres/livre_prefredaction.php" title="S&eacute;lection de livres" target="_self">S&eacute;lection de livres</a></li>
+ <li><a href="http://television.telerama.fr/tele/grille.php" title="Programme TNT" target="_self">Programme TNT</a></li>
+ <li><a href="http://sortir.telerama.fr/paris/boutiques.php" title="Boutiques &agrave; Paris" target="_self">Boutiques &agrave; Paris</a></li>
+ <li><a href="http://television.telerama.fr/tele/chaine-tv/arte,111.php" title="Programme TV de Arte en replay" target="_self">Programme TV de Arte en replay</a></li>
+ <li><a href="http://sortir.telerama.fr/paris/spectacles.php" title="Spectacles &agrave; Paris" target="_self">Spectacles &agrave; Paris</a></li>
+ <li><a href="http://television.telerama.fr/tele/grille.php" title="Le programme t&eacute;l&eacute;vision" target="_self">Le programme t&eacute;l&eacute;vision</a></li>
+ <li><a href="http://www.telerama.fr/festivals-ete/" title="Festivals d'&eacute;t&eacute;" target="_self">Festivals d'&eacute;t&eacute;</a></li>
+ <li><a href="http://www.telerama.fr/cine/film_genre.php" title="Films au cin&eacute;ma" target="_self">Films au cin&eacute;ma</a></li>
+ <li><a href="http://www.telerama.fr/cine/tous-les-films_genre.php" title="Tous les films" target="_self">Tous les films</a></li>
+ </ul>
+ </div>
+ <div>
+ <strong class="titre3" data-toggle="context">Les sites du Groupe</strong>
+ <ul>
+ <li><a href="/service/qui_sommes_nous_telerama.html" title="T&eacute;l&eacute;rama.fr" target="_self">T&eacute;l&eacute;rama.fr</a></li>
+ <li><a href="/service/qui_sommes_nous_talents.html" title="Talents.fr" target="_self">Talents.fr</a></li>
+ <li><a href="http://www.huffingtonpost.fr/" title="Le Huffington Post" target="_blank">Le Huffington Post</a></li>
+ <li><a href="http://www.courrierinternational.com/" title="CourrierInternational.com" target="_blank">CourrierInternational.com</a></li>
+ <li><a href="http://www.monde-diplomatique.fr/" title="Monde-Diplomatique.fr" target="_blank">Monde-Diplomatique.fr</a></li>
+ <li><a href="http://www.sdllemonde.fr/" title="La Soci&eacute;t&eacute; des lecteurs du Monde" target="_blank">La Soci&eacute;t&eacute; des lecteurs du Monde</a></li>
+ <li><a href="/kiosque/recherche/" title="Le Prix Le Monde de la recherche" target="_blank">Le Prix Le Monde de la recherche</a></li>
+ <li><a href="https://tempsreel.nouvelobs.com/" title="L'Obs" target="_blank">L'Obs</a></li>
+ </ul>
+ </div>
+ <div class="liste-liens-data">
+ <strong class="titre3" data-toggle="context">Partenaires Le Monde</strong>
+ <ul class="liste-plate">
+ <li><a href="http://dicocitations.lemonde.fr/proverbes-france.php" title="proverbe fran&ccedil;ais" target="_self">proverbe fran&ccedil;ais</a></li>
+ <li><a href="https://jardinage.lemonde.fr/dossier-232-hortensia-hydrangea.html" title="hortensia" target="_self">hortensia</a></li>
+ <li><a href="" title="" target="_self"></a></li>
+ <li><a href="http://chefsimon.lemonde.fr/recettes/pate-feuilletee-a-6-tours" title="Pate feuillet&eacute;e" target="_self">Pate feuillet&eacute;e</a></li>
+ <li><a href="http://chefsimon.lemonde.fr/recettes/riz-pilaf--4" title="Riz pilaf" target="_self">Riz pilaf</a></li>
+ <li><a href="http://chefsimon.lemonde.fr/recettes/financiers--14" title="Recette financier" target="_self">Recette financier</a></li>
+ <li><a href="http://modele-lettre.lemonde.fr/lettre-1133/lettre-de-attestation-de-mutation.html" title="attestation de mutation" target="_self">attestation de mutation</a></li>
+ <li><a href="https://formation-professionnelle.lemonde.fr/recherche/formation-professionnelle-comptabilite" title="Formation comptabilit&eacute;" target="_self">Formation comptabilit&eacute;</a></li>
+ <li><a href="http://codepromo.lemonde.fr" title="Codes promo" target="_self">Codes promo</a></li>
+ <li><a href="http://codepromo.lemonde.fr" title="Codes promo" target="_self">Codes promo</a></li>
+ <li><a href="http://paroles2chansons.lemonde.fr/paroles-camila-cabello/paroles-havana.html" title="Paroles et traduction Havana" target="_self">Paroles et traduction Havana</a></li>
+ </ul>
+ </div>
+ </section>
+ <section>
+ <div class="liste-plate">
+ <strong>Suivez-nous</strong>
+ <a href="http://www.facebook.com/lemonde.fr" title="Suivez-nous sur Facebook" class="svg-facebook" target="_blank">Suivez-nous sur Facebook</a>
+ <a href="http://twitter.com/lemondefr" title="Suivez-nous sur Twitter" class="svg-twitter" target="_blank">Suivez-nous sur Twitter</a>
+ <a href="https://plus.google.com/+LeMondefr" title="Suivez-nous sur Google Plus" class="svg-google" target="_blank">Suivez-nous sur Google Plus</a>
+ <a href="https://www.instagram.com/lemondefr/" title="Instagram" target="_blank" class="svg-instagram">Suivez-nous sur Instagram</a>
+ <a href="/mobile/" title="Suivez-nous sur Mobile" class="svg-mobile">Suivez-nous sur Mobile</a>
+ <a href="/rss/" title="Abonnez-nous à nos flux RSS" class="svg-rss">Abonnez-nous à nos flux RSS</a>
+ </div>
+ <div class="liste-plate">
+ <a href="https://secure.lemonde.fr/sfuser/newsletters" title="Recevez nos newsletters" target="_self" class="lien-newsletter">Recevez nos newsletters</a>
+ </div>
+ <div class="liste-plate">
+ <strong>Index actualités</strong>
+ <a href="/index-rubriques/A/" title="A" target="_self">A</a>
+ <a href="/index-rubriques/B/" title="B" target="_self">B</a>
+ <a href="/index-rubriques/C/" title="C" target="_self">C</a>
+ <a href="/index-rubriques/D/" title="D" target="_self">D</a>
+ <a href="/index-rubriques/F/" title="E" target="_self">E</a>
+ <a href="/index-rubriques/F/" title="F" target="_self">F</a>
+ <a href="/index-rubriques/G/" title="G" target="_self">G</a>
+ <a href="/index-rubriques/H/" title="H" target="_self">H</a>
+ <a href="/index-rubriques/I/" title="I" target="_self">I</a>
+ <a href="/index-rubriques/J/" title="J" target="_self">J</a>
+ <a href="/index-rubriques/K/" title="K" target="_self">K</a>
+ <a href="/index-rubriques/L/" title="L" target="_self">L</a>
+ <a href="/index-rubriques/M/" title="M" target="_self">M</a>
+ <a href="/index-rubriques/N/" title="N" target="_self">N</a>
+ <a href="/index-rubriques/O/" title="O" target="_self">O</a>
+ <a href="/index-rubriques/P/" title="P" target="_self">P</a>
+ <a href="/index-rubriques/Q/" title="Q" target="_self">Q</a>
+ <a href="/index-rubriques/R/" title="R" target="_self">R</a>
+ <a href="/index-rubriques/S/" title="S" target="_self">S</a>
+ <a href="/index-rubriques/T/" title="T" target="_self">T</a>
+ <a href="/index-rubriques/U/" title="U" target="_self">U</a>
+ <a href="/index-rubriques/V/" title="V" target="_self">V</a>
+ <a href="/index-rubriques/W/" title="W" target="_self">W</a>
+ <a href="/index-rubriques/X/" title="X" target="_self">X</a>
+ <a href="/index-rubriques/Y/" title="Y" target="_self">Y</a>
+ <a href="/index-rubriques/Z/" title="Z" target="_self">Z</a>
+ </div>
+ </section>
+ <section class="liste-plate _separateur">
+ <a href="/service/licence_et_droits_de_reproduction.html" title="© Le Monde.fr" target="_self" rel="nofollow">© Le Monde.fr</a>
+ |&nbsp;<a href="https://moncompte.lemonde.fr/cgv" title="CGV" target="_self" rel="nofollow">CGV</a>
+ |&nbsp;<a href="http://www.ojd-internet.com/chiffres" title="Fréquentation certifiée par l'OJD" target="_blank" rel="nofollow">Fréquentation certifiée par l'OJD</a>
+ |&nbsp;<a href="/service/donnees_personnelles.html" title="Données personnelles" target="_self" rel="nofollow">Données personnelles</a>
+ |&nbsp;<a href="/service/mentions_legales.html" title="Mentions légales" target="_self" rel="nofollow">Mentions légales</a>
+ |&nbsp;<a href="/service/qui_sommes_nous.html" title="Qui sommes-nous ?" target="_self" rel="nofollow">Qui sommes-nous ?</a>
+ |&nbsp;<a href="/actualite-medias/article/2010/11/03/la-charte-d-ethique-et-de-deontologie-du-groupe-le-monde_1434737_3236.html" title="Charte groupe" target="_self" rel="nofollow">Charte groupe</a>
+ |&nbsp;<a href="http://mpublicite.fr" title="Publicité" target="_blank" rel="nofollow">Publicité</a>
+ |&nbsp;<a href="http://www.lemonde.fr/faq" title="Foire aux questions" target="_blank" rel="nofollow">Aide (FAQ)</a>
+ </section>
+ <p class="texte-discret">
+ Journal d'information en ligne, Le Monde.fr offre à ses visiteurs un
+ panorama complet de l'actualité. Découvrez chaque jour toute l'info en
+ direct (de la politique à l'économie en passant par le sport et la
+ météo) sur Le Monde.fr, le site de news leader de la presse française
+ en ligne.
+ </p>
+</footer>
+
+ <div id="bandeau_bas">
+ <div class="conteneur_en_continu"><a href="/actualite-en-continu" class="tetiere">En Continu</a>
+
+</div>
+ <div class="conteneur_lives"></div>
+ <div class="conteneur_alerte invisible"></div>
+</div>
+
+<script>
+require(["jquery","lmd/module/alerte"],function(b,a){new a({$el:b("#bandeau_bas .conteneur_alerte")})});
+require(["jquery","lmd/module/encontinu"],function(b,a){new a({$el:b("#bandeau_bas .conteneur_en_continu")})});
+require(["jquery","lmd/module/lives"],function(b,a){(new a).attach("#bandeau_bas .conteneur_lives")});
+</script>
+ </div><!--/habillagepub-->
+
+ <script src="//asset.lemde.fr/data/0.17.0/js/index.min.js" async></script>
+
+ <div id="dfp-dhtml" class="dfp_slot" data-format='dhtml'></div>
+<script>require(['lmd/core/dfp']);</script>
+
+<script>require(["lmd/core/ux/widget-position"], function(a) { a.init(); });</script>
+
+<script>
+ if (window.xtparam) {
+ window.xtparam += '&x3=';
+ } else {
+ window.xtparam = '&x3=';
+ }
+</script>
+
+<script>
+ var blockAdBlock = (function (lmd) {
+ 'use strict';
+
+ var blockAdBlock;
+ var fnCallback;
+ var status;
+ // AT Internet x4 values : 1 and 2 are used in script, 3 for noscript and 4 not used here.
+ var adblockStatus = {
+ 'YES': 1,
+ 'NO': 2,
+ 'NOSCRIPT': 3,
+ 'NSP': 4
+ };
+
+ var send = function () {
+ require(['lmd/module/xiti/hit'], function (xiti) {
+ if (!xiti.has_hit('Ad_Block::Actif')) {
+ xiti.hit(this, 'C', '0', 'Ad_Block::Actif', 'A');
+ }
+ });
+ };
+
+ var callXiti = function (adbStatus) {
+ status = adbStatus;
+ if (status === adblockStatus.YES) {
+ send();
+ }
+
+ if (fnCallback) {
+ fnCallback(status);
+ }
+ };
+
+ require(['xitistatus'], function () {
+ blockAdBlock = new BlockAdBlock({
+ checkOnLoad: false,
+ resetOnEnd: true
+ });
+
+ if (blockAdBlock === undefined) {
+ callXiti(adblockStatus.YES);
+ } else {
+ blockAdBlock.onDetected(function () {
+ callXiti(adblockStatus.YES);
+ });
+
+ blockAdBlock.onNotDetected(function () {
+ callXiti(adblockStatus.NO);
+ });
+
+ blockAdBlock.check();
+ }
+ }, function (err) {
+ callXiti(adblockStatus.NSP)
+ });
+
+ return {
+ getStatus: function (fn) {
+ if (status) {
+ fn(status);
+ } else {
+ fnCallback = fn;
+ }
+ }
+ };
+ }(lmd));
+</script>
+
+<div id="xiti-logo">
+ <script>
+ var xiti = (function (blockAdBlock) {
+ var loadAfter = function (e, fn) {
+ var rs = e.readyState;
+ if (rs && rs !== 'complete' && rs !== 'loaded') {
+ return;
+ }
+ try {
+ fn.apply(this);
+ } catch (ex) {
+
+ }
+ },
+
+ loadJs = function (src, onload) {
+ var a = document.createElement('script');
+ a.type = 'text/javascript';
+ a.async = false;
+ a.src = src;
+ if (typeof onload === 'function') {
+ if (a.addEventListener) {
+ a.addEventListener('load', function () {
+ loadAfter(a, onload);
+ });
+ } else {
+ a.attachEvent && a.attachEvent('onreadystatechange', function () {
+ loadAfter(a, onload);
+ });
+ }
+ }
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] || document.getElementsByTagName('script')[0].parentNode).insertBefore(a, null);
+ },
+
+ loadCore = function () {
+ loadJs(lmd.conf.medias.location.base_url_version + '/js/lib/xiti/4.6.4/xtcore.js', function () {
+ require(['lmd/module/xiti/hit'], function (hit_xiti) {
+ hit_xiti.resolve();
+ });
+ });
+ lmd.context.page.xiti_call = true;
+ };
+
+ return {
+ type: {
+ inscrits: 'INSCRIT'
+ },
+ init: function () {
+ if (window.xtparam === undefined || window.xtparam === null) {
+ window.xtparam = '';
+ }
+
+ blockAdBlock.getStatus(function (status) {
+ window.xtparam += '&ac=' + window.xt_ac + '&an=' + window.xt_an + window.xt_multc + '&x4=' + status;
+ loadJs(lmd.conf.medias.location.base_url_version + '/js/lib/xiti/4.4.007/xtclicks.js', loadCore);
+ });
+ }
+ };
+ })(blockAdBlock);
+
+ xtnv = document;
+ xtsd = (document.location.protocol === 'http:') ? 'http://logc2' : 'https://logs13';
+ xtsite = function() {
+ var viewPortWitdh = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
+ var breakpoints = lmd.context.page.xiti.xtbreakpoints || {};
+ var xtsite = lmd.context.page.xiti.xtsite;
+
+ for (var device in breakpoints) {
+ var isValidBreakpoint = true;
+
+ if (breakpoints[device]['min']) {
+ isValidBreakpoint = viewPortWitdh >= breakpoints[device]['min'];
+ }
+
+ if (isValidBreakpoint && breakpoints[device]['max']) {
+ isValidBreakpoint = viewPortWitdh <= breakpoints[device]['max'];
+ }
+
+ if (isValidBreakpoint) {
+ xtsite = lmd.context.page.xiti.xtsites[device];
+ break;
+ }
+ }
+
+ lmd.context.page.xiti.xtsite = xtsite;
+
+ return xtsite;
+ }();
+ xtn2 = lmd.context.page.xiti.xtn2;
+ xtcustom = lmd.context.page.xiti.xtcustom;
+ xtpage = lmd.context.page.xiti.xtpage;
+ xtergo = lmd.context.page.xiti.xtergo ? '1' : '0';
+ xtdi ='';
+ window.xt_an = '';
+ window.xt_ac = '';
+
+ window.xt_multc = lmd.context.page.xiti.xt_multc;
+ if (window.xt_multc === null) {
+ window.xt_multc = '';
+ }
+
+ xt_tag = lmd.context.page.xiti.xt_tag;
+ if (xt_tag != null) {
+ if (window.xtparam != null) {
+ window.xtparam += '&tag=' + xt_tag;
+ } else {
+ window.xtparam = '&tag=' + xt_tag;
+ }
+ }
+ var x12 = lmd.context.page.xiti.x12;
+ if (x12 != null) {
+ if (window.xtparam != null) {
+ window.xtparam += '&x12=' + x12;
+ } else {
+ window.xtparam = '&x12=' + x12;
+ }
+ }
+
+ var x5 = lmd.context.page.xiti.x5;
+ if (x5 != null) {
+ if (window.xtparam != null) {
+ window.xtparam += '&x5=' + x5;
+ } else {
+ window.xtparam = '&x5=' + x5;
+ }
+ }
+
+ var element = false;
+ var restreint = false;
+ var tdb_user_id = '';
+
+ if (typeof lmd === 'undefined' || lmd === '') {
+ xiti.init();
+ } else {
+ if (lmd.context !== undefined && lmd.context !== null && lmd.context.element !== undefined && lmd.context.element !== null && lmd.context.element.restreint !== undefined) {
+ element = true;
+ restreint = lmd.context.element.restreint;
+ }
+
+ tdb_user_id = (document.cookie.match('(^|; )tdb_user_id=([^;]*)') || 0)[2];
+ if (tdb_user_id === undefined || tdb_user_id === '') {
+ if (element) {
+ window.xt_multc += '&x8=' + (restreint ? '24' : '13');
+ }
+ xiti.init();
+ } else {
+ require(['jquery', 'lmd/core/auth'], function ($, a) {
+ a.loadUser().done(function () {
+ var params;
+ var user = a.user;
+ if (user !== null) {
+ if (user.id > 0) {
+ window.xt_an = user.id;
+ } else {
+ window.xt_an = '';
+ }
+
+ if ('inscrit' === user.type) {
+ window.xt_ac = xiti.type.inscrits;
+
+ if (element) {
+ params = { 'item_id': lmd.context.element.id };
+ $.getJSON('/ws/1/restreint/verif_item/', params).done($.proxy(function (response) {
+ var achat_acte = response.url !== null && response.url.length > 0;
+ window.xt_multc += '&x8=' + (restreint ? (achat_acte ? '23' : '24') : '13');
+
+ xiti.init();
+ }, this));
+ } else {
+ xiti.init();
+ }
+ }
+
+ else if (user.type === 'abonne' && user.classe_abonnement !== null) {
+ window.xt_ac = user.classe_abonnement;
+
+ if (element) {
+ window.xt_multc += '&x8=' + (restreint ? '23' : '13');
+ }
+
+ xiti.init();
+ }
+ } else {
+ xiti.init();
+ }
+ });
+ });
+ }
+ }
+ </script>
+ <object>
+ <noscript>
+ <img src="http://logc2.xiti.com/hit.xiti?s=43260&s2=53&p=idees::la_crise_europeenne_est_une_crise_de_la_dette_pas_de_l_euro&ptype=&di=&an=&ac=&x1=&x2=article&x4=3" width="1" height="1" alt="">
+ </noscript>
+ </object>
+
+ <script>
+ (function (w) {
+ var i = 0;
+ function attestScroll() {
+ i++;
+ if (w.xt_med || i > 5) {
+ w.removeEventListener('scroll', attestScroll);
+ typeof xt_med === 'function' && xt_med('C', '', 'Scroll', 'A');
+ }
+ }
+ w.addEventListener('scroll', attestScroll);
+ }(window));
+ </script>
+</div>
+<script>
+ if (lmd.conf.fsw.google_analytics) {
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-15394037-2']);
+ _gaq.push(['_setDomainName', '.lemonde.fr']);
+ _gaq.push(['_setVisitorCookieTimeout', 86400 * 30 * 13 * 1000]); // 13 months in milliseconds
+ _gaq.push(['_trackPageview']);
+ _gaq.push(['_trackPageLoadTime']);
+ var ga_src_require = ('https:' == document.location.protocol) ? 'https://ssl' : 'http://www';
+ require([ga_src_require + '.google-analytics.com/ga.js']);
+ }
+</script>
+
+
+<script>if(lmd.conf.fsw.chartbeat){_sf_async_config={uid:12231,domain:"lemonde.fr"};lmd.onload(function(){window._sf_endpt=(new Date).getTime();require([document.location.protocol+"//static.chartbeat.com/js/chartbeat.js"])});}</script>
+
+<script>lmd.conf.fsw.ownpage && lmd.onload(function(){ require(['lmd/core/metrics/ownpage'], function(op){ op.init(); }); });</script>
+
+<script> require(['lmd/core/footer-tracking']); </script>
+
+
+</body>
+</html>
+
+<!--Rosae 2018/01/03 17:41:11 3.30 25.90 web04:5681:5.96 httpfront--> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json
new file mode 100644
index 0000000..4b8e9a8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/md1.libe.com\/photo\/755923-000_hkg10175905.jpg?modified_at=1430371146&amp;width=750"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json
new file mode 100644
index 0000000..8ad2b2c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Par Sébastien Farcis",
+ "Direction": null,
+ "Excerpt": "Laurent Fabius a accueilli jeudi matin à Roissy un premier avion spécial ramenant des rescapés.",
+ "Image": "http:\/\/md1.libe.com\/photo\/755923-000_hkg10175905.jpg?modified_at=1430371146&amp;width=750",
+ "Title": "Un troisième Français mort dans le séisme au Népal",
+ "SiteName": "Libération.fr"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html
new file mode 100644
index 0000000..1eeb657
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html
@@ -0,0 +1,16 @@
+<section id="news-article">
+ <article itemscope itemtype="http://schema.org/NewsArticle">
+
+
+
+ <div itemprop="articleBody" id="article-body">
+ <p>Un troisième Français a été tué dans le tremblement de terre samedi au Népal, emporté par une avalanche, <a href="http://www.liberation.fr/video/2015/04/30/laurent-fabius-plus-de-200-francais-n-ont-pas-ete-retrouves_1278687" target="_blank">a déclaré jeudi le ministre des Affaires étrangères</a>.&nbsp;Les autorités françaises sont toujours sans nouvelles <em>«d’encore plus de 200»&nbsp;</em>personnes.&nbsp;<em>«Pour certains d’entre eux on est très interrogatif»</em>, a ajouté&nbsp;Laurent Fabius. Il accueillait à Roissy un premier avion spécial ramenant des&nbsp;rescapés. <a href="http://www.liberation.fr/video/2015/04/30/seisme-au-nepal-soulages-mais-inquiets-206-survivants-de-retour-en-france_1278758" target="_blank">L’Airbus A350 affrété par les autorités françaises s’est posé peu avant 5h45</a> avec à son bord 206&nbsp;passagers, dont 12&nbsp;enfants et 26&nbsp;blessés, selon une source du Quai d’Orsay. Quasiment tous sont français, à l’exception d’une quinzaine de ressortissants allemands, suisses, italiens, portugais ou encore turcs. Des psychologues, une équipe médicale et des personnels du centre de crise du Quai d’Orsay les attendent.</p>
+ <p>L’appareil, mis à disposition par Airbus, était arrivé à Katmandou mercredi matin avec 55&nbsp;personnels de santé et humanitaires, ainsi que 25&nbsp;tonnes de matériel (abris, médicaments, aide alimentaire). Un deuxième avion dépêché par Paris, qui était immobilisé aux Emirats depuis mardi avec 20&nbsp;tonnes de matériel, est arrivé jeudi à Katmandou, <a href="http://www.liberation.fr/monde/2015/04/29/embouteillages-et-retards-a-l-aeroport-de-katmandou_1276612" target="_blank">dont le petit aéroport est engorgé</a> par le trafic et l’afflux d’aide humanitaire. Il devait lui aussi ramener des Français, <em>«les plus éprouvés»</em> par la catastrophe et les <em>«plus vulnérables (blessés, familles avec enfants)»</em>, selon le ministère des Affaires étrangères.</p>
+ <p>2 209 Français ont été localisés sains et saufs tandis que 393 n’ont pas encore pu être joints, selon le Quai d’Orsay. Environ 400&nbsp;Français ont demandé à être rapatriés dans les vols mis en place par la France.</p>
+ <p>Le séisme a fait près de 5&nbsp;500 morts et touche huit des 28 millions d’habitants du Népal. Des dizaines de milliers de personnes sont sans abri.</p>
+ <p>
+ <iframe src="http://www.dailymotion.com/embed/video/x2oikl3" frameborder="0" width="100%" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ <br><em></em></p>
+ </div>
+ </article>
+ </section> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html
new file mode 100644
index 0000000..609df40
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html
@@ -0,0 +1,1803 @@
+<!DOCTYPE html>
+<!-- HTML5 Boilerplate -->
+<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
+<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
+<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
+<!--[if gt IE 8]><!-->
+<html class="no-js" lang="fr">
+<!--<![endif]-->
+
+<head prefix="og: http://ogp.me ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
+ <meta charset="utf-8"/>
+ <title>Un troisième Français mort dans le séisme au Népal - Libération</title>
+ <!-- Meta -->
+ <meta name="description" content="
+ Laurent Fabius a accueilli jeudi matin à Roissy un premier avion spécial ramenant des rescapés.
+"/>
+ <meta name="keywords" content="
+
+actualités, news"/>
+ <meta name="google-site-verification" content="F49Mb6L-Rs_uQg4KRSIoZq4tN4d6vltGt_QqCVFfjYw"/>
+ <meta name="google-site-verification" content="ZU8yhvOSn18Hu1fXjykeuXzDBFFdwNN6ah6Km9zr85k"/>
+ <!-- Open Graph -->
+ <meta property="og:site_name" content="Libération.fr"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:title" content="Un troisième Français mort dans le séisme au Népal"/>
+ <meta property="article:section" content="Monde"/>
+ <meta property="article:published_time" content="2015-04-30T07:19:58"/>
+ <meta property="article:modified_time" content="2015-04-30T07:38:17"/>
+ <meta property="article:author" content="http://www.liberation.fr/auteur/2005-afp"/>
+ <meta property="og:url" content="http://www.liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483"/>
+ <meta property="og:description" content="Laurent Fabius a accueilli jeudi matin à Roissy un premier avion spécial ramenant des rescapés."/>
+ <meta property="og:image" content="http://md1.libe.com/photo/755923-000_hkg10175905.jpg?modified_at=1430371146&amp;amp;width=750"/>
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta name="twitter:site" content="@libe"/>
+ <meta name="twitter:site:id" content="68440549"/>
+ <meta name="twitter:creator" content="@libe"/>
+ <meta name="twitter:title" content="Un troisième Français mort dans le séisme au Népal"/>
+ <meta name="twitter:description" content="Laurent Fabius a accueilli jeudi matin à Roissy un premier avion spécial ramenant des rescapés."/>
+ <meta name="twitter:image:src" content="http://md1.libe.com/photo/755923-000_hkg10175905.jpg?modified_at=1430371146&amp;amp;width=600"/>
+ <meta name="twitter:image:width" content="600"/>
+ <meta name="twitter:image:height" content="400"/>
+ <!-- For all browsers -->
+ <link rel="canonical" href="http://www.liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483"/>
+ <link type="application/rss+xml" rel="alternate" title="Monde" href="http://rss.liberation.fr/rss/10/"/>
+ <link type="application/rss+xml" rel="alternate" title="A la une sur Libération" href="http://rss.liberation.fr/rss/latest/"/>
+ <link rel="stylesheet" href="http://s1.libe.com/cache/css/794f2126806d.css" type="text/css" media="all"/>
+ <link rel="stylesheet" href="http://s1.libe.com/cache/css/1b9d227b4dfa.css" type="text/css" media="screen, print"/>
+ <link rel="stylesheet" href="http://s1.libe.com/cache/css/0f76f1b47b82.css" type="text/css" media="all"/>
+ <!--
+ www.KNACSS.com V2.6e @author: Raphael Goetter, Alsacreations
+ Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
+ -->
+ <!-- Icons -->
+ <!-- 16x16 -->
+ <link rel="shortcut icon" href="http://s1.libe.com/favicon.ico"/>
+ <!-- 32x32 -->
+ <link rel="shortcut icon" href="http://s1.libe.com/favicon.png"/>
+ <!--iOS -->
+ <!--<meta name="viewport" content="width=1000">-->
+ <meta name="apple-mobile-web-app-title" content="Libération"/>
+ <meta name="viewport" content="initial-scale=1.0"/>
+ <meta name="apple-mobile-web-app-capable" content="yes"/>
+ <meta name="apple-itunes-app" content="app-id=336173383"/>
+ <!-- Windows 8 / RT -->
+ <!--[if IEMobile]><meta http-equiv="cleartype" content="on"><![endif]-->
+ <!--[if lt IE 9]>
+ <meta http-equiv="cleartype" content="on"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
+
+ <script src="http://s1.libe.com/compat/respond.min.js"></script>
+
+ <link href="http://s1.libe.com/compat/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
+
+ <link href="/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
+
+ <script src="/respond.proxy.js"></script>
+
+ <script src="http://s1.libe.com/compat/modernizr.js"></script>
+
+ <![endif]-->
+ <script src="http://s1.libe.com/js/cookie.js"></script>
+ <script type="text/javascript">
+ /* */
+ var _sf_startpt = (new Date()).getTime();
+ var sas_tmstp = Math.round(Math.random() * 1e10),
+ sas_masterflag = 1;
+ var client_width = document.documentElement.clientWidth;
+ var mobileBrowserAgent = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
+
+ function getCookie(name, defaultvalue) {
+ name += "=";
+ if (document.cookie.length > 0) {
+ offset = document.cookie.indexOf(name);
+ if (offset != -1) {
+ offset += name.length, end = document.cookie.indexOf(";", offset);
+ return unescape(document.cookie.substring(offset, end != -1 ? end : document.cookie.length))
+ }
+ }
+ return defaultvalue
+ }
+
+ function setCookie(name, value, domain, duration, expire, path) {
+ var cookie;
+ if (!expire) {
+ var today = new Date;
+ expire = new Date, duration || (duration = 31536e6 - 1), expire.setTime(today.getTime() + duration)
+ }
+ path || (path = "/"), cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value), duration !== "session" && (cookie += "; expires=" + expire.toUTCString()), cookie += "; path=" + path, domain && (cookie += "; domain=" + domain), document.cookie = cookie
+ }
+
+ function SmartAdServer(sas_pageid, sas_formatid, sas_target) {
+ if (sas_masterflag == 1) {
+ sas_masterflag = 0;
+ sas_master = 'M';
+ } else {
+ sas_master = 'S';
+ };
+ document.write('&lt;scr' + 'ipt src="http://ww14.smartadserver.com/call/pubj/' + sas_pageid + '/' + sas_formatid + '/' + sas_master + '/' + sas_tmstp + '/' + escape(sas_target) + '?">&lt;/scr' + 'ipt>');
+ }
+
+ function sasmobile(sas_pageid, sas_formatid, sas_target) {
+ if (sas_masterflag == 1) {
+ sas_masterflag = 0;
+ sas_master = 'M';
+ } else {
+ sas_master = 'S';
+ };
+ document.write('&lt;scr' + 'ipt src="http://ww14.smartadserver.com/call2/pubmj/' + sas_pageid + '/' + sas_formatid + '/' + sas_master + '/' + sas_tmstp + '/' + escape(sas_target) + '?">&lt;/scr' + 'ipt>');
+ }
+
+ function sascc(sas_imageid, sas_pageid) {
+ img = new Image();
+ img.src = 'http://ww14.smartadserver.com/h/mcp?imgid=' + sas_imageid + '&pgid=' + sas_pageid + '&uid=[uid]&tmstp=' + sas_tmstp + '&tgt=[targeting]';
+ }
+
+ function writeAd(d, content, format_str) {
+ typeof isPubActive != "undefined" && !!isPubActive && d.write(content)
+ }
+
+ function displayAd(d, sas_pageid, sas_formatid, sas_target, format_str) {
+ if (typeof isPubActive != "undefined" && typeof SmartAdServer != "undefined" && !!isPubActive) {
+ var result = SmartAdServer(sas_pageid, sas_formatid, sas_target);
+ result && writeAd(d, result, format_str)
+ }
+ }
+
+ function toggleDynamicScript(src, is_async, mobile_disabled) {
+ if (mobile_disabled) {
+ if (typeof isPubActive !== 'undefined' && isPubActive && !is_responsive_mobile) {
+ (function() {
+ var vs = document.createElement('script');
+ vs.type = 'text/javascript';
+ vs.async = is_async;
+ vs.src = src;
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(vs, s);
+ })();
+ }
+ } else {
+ if (typeof isPubActive !== 'undefined' && isPubActive) {
+ (function() {
+ var vs = document.createElement('script');
+ vs.type = 'text/javascript';
+ vs.async = is_async;
+ vs.src = src;
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(vs, s);
+ })();
+ }
+ }
+ }
+
+ function displayAdInter() {
+ var clientWidth = document.documentElement.clientWidth;
+ if (!isPubActive || !mobileBrowserAgent) {
+ return;
+ }
+ if (clientWidth &lt;= 767) {
+ var sas_pageid = '57488/431228';
+ var sas_formatid = 25226;
+ } else {
+ var sas_pageid = '57489/431230';
+ var sas_formatid = 25227;
+ }
+ if (typeof sas_pageid != "undefined" && typeof sas_formatid != "undefined") {
+ sasmobile(sas_pageid, sas_formatid, '');
+ }
+ }
+
+ function isVisibleAd(format_str) {
+ if (((format_str == 'square1' || format_str == 'partnersquare1') && client_width &lt;= 768) || (format_str == 'dhtml' && client_width &lt;= 640)) {
+ return false;
+ }
+ return true;
+ }
+ </script>
+</head>
+
+<body class="contentmodel page-article article article-un-troisieme-francais-mort-dans-le-seisme-au-nepal article free">
+ <!-- Add class "authenticated" to active the user bar, if else nothing appear, add class"ad-skin" to enable the skin ad -->
+ <script type="text/javascript">
+ var session_cookie = getCookie('djazsession');
+ var libeUserInfo = {
+ "authenticated": false
+ };
+ var isPubActive = true;
+ if (session_cookie) {
+ document.write('&lt;script type="text/javascript" src="/session_info/?format=json&confirm=' + escape(session_cookie) + '">&lt;/' + 'script>');
+ } else {
+ libeUserInfo = {
+ "access_level": "BAS",
+ "authenticated": false
+ };
+ }
+ var is_responsive_mobile = (document.documentElement.clientWidth &lt;= 640);
+ var releaseSuffix = "5ab453ca06a48f0e53b210afa383781f";
+ </script>
+ <script type="text/javascript">
+ libeUserInfo["cookie_domain"] = '.liberation.Fr';
+ libeUserInfo["softwarer_blocker"] = 1;
+ var dispayName = (typeof libeUserInfo['displayname'] == 'undefined') ? '' : libeUserInfo['displayname'];
+ var accessLevel = (typeof libeUserInfo['access_level'] == 'undefined') ? 'BAS' : libeUserInfo['access_level'];
+ var isPubActive = !(accessLevel == 'PRE' || accessLevel == 'ESS' || accessLevel == 'MAYDAY');
+ var bodyClass = ' ' + 'access-' + accessLevel.toLowerCase();
+ bodyClass += ' ' + (libeUserInfo['authenticated'] ? 'authenticated' : 'unlogged');
+ document.body.className = document.body.className + bodyClass;
+ //global api url
+ apiUrl = "http://www.liberation.fr/api/v3/";
+ // recovery
+ if (typeof libeUserInfo !== 'undefined' && libeUserInfo.access_level == 'MAYDAY') {
+ document.body.className = document.body.className + ' recovery-mode';
+ }
+ </script>
+ <script type="text/javascript">
+ /* handle cookie notifier close button */
+ var cookie_notified_handler = function(elem) {
+ elem.parentNode.parentNode.style.display = "none";
+ }
+ /* fetch the cookie */
+ var cookie_notified = getCookie('cookie_notified');
+ /* check the cookie and display the notification */
+ if (!cookie_notified && libeUserInfo['authenticated'] == false) {
+ var cookie_notify_html = '&lt;div class="cookie_notify_js cookie-notify">&lt;div class="wrapper">&lt;div onClick="cookie_notified_handler(this);" class="close">&lt;span>Fermer &lt;/span>&lt;i class="icon-cancel-circle">&lt;/i>&lt;/div>&lt;p>En poursuivant votre navigation sur ce site, vous acceptez l\'utilisation de cookies pour vous proposer des services et offres adaptés à vos centres d\'intérêt.&nbsp;&lt;a onclick="window.location.assign(\'/donnees-personnelles/\');" title="Conditions générales de vente de Libération">En savoir plus&lt;/a>&lt;/p>&lt;/div>&lt;/div>'
+ document.write(cookie_notify_html);
+ }
+ setCookie('cookie_notified', true, '.liberation.Fr', 1000 * 60 * 60 * 24 * 7);
+ </script>
+ <div id="user-bar" class="sticky">
+ <div class="wrapper">
+ <ul id="user-account">
+ <li id="connect"><a href="http://token.liberation.fr/accounts/login/">Se connecter</a></li>
+ <li id="sign-in"><a href="http://token.liberation.fr/accounts/register/">S'inscrire</a></li>
+ <li id="log-out"><a href="http://token.liberation.fr/accounts/logout/?next=/">Se déconnecter</a></li>
+ </ul>
+ <ul id="user-option">
+ <li class="name"><i class="icon-user"></i>
+ <a id="account_username" href="http://token.liberation.fr/accounts/personal-data/"></a>
+ </li>
+ </ul>
+ <ul id="customer-option">
+ <li id="header-paper-link" class="paper"><a href="http://journal.liberation.fr/publication/liberation/1846/">Le journal</a></li>
+ <li id="header-ebook-link"><a href="/bibliotheque/">La bibliothèque</a></li>
+ <li id="header-club-link" class="club"><a href="/club/">Le club abonnés</a></li>
+ </ul>
+ </div>
+ <script type="text/javascript">
+ if (libeUserInfo['authenticated']) {
+ document.getElementById('account_username').innerHTML = dispayName + '&lt;span>&nbsp;&nbsp;-&nbsp;&nbsp;Gérer mon compte&lt;/span>';
+ if (isPubActive) {
+ document.getElementById('header-paper-link').innerHTML = '&lt;a href="http://token.liberation.fr/accounts/offers/">Abonnez-vous à partir de 1€&lt;/a>';
+ }
+ }
+ // recovery
+ if (typeof libeUserInfo !== 'undefined' && libeUserInfo.access_level == 'MAYDAY') {
+ document.body.className = document.body.className + ' recovery-mode';
+ // something is wrong!
+ if (typeof libeUserInfo.forced_recovery != 'undefined') {
+ var recoveryMsg = "&lt;h3>Libération.fr est actuellement en maintenance... L'identification est temporairement désactivée, veuillez nous excuser pour la gêne occasionnée.&lt;/h3>";
+ } else {
+ var recoveryMsg = "&lt;h3> Libération.fr rencontre des problèmes techniques. L'identification est temporairement désactivée, veuillez nous excuser pour la gêne occasionnée.&lt;/h3>";
+ }
+ document.getElementById('user-bar').innerHTML = recoveryMsg;
+ }
+ </script>
+ </div>
+ <!-- software blocker -->
+ <script src="http://s1.libe.com/js/advertisement.js"></script>
+ <!-- smart interticiel -->
+ <script type="text/javascript">
+ displayAdInter();
+ </script>
+ <!-- END -->
+ <!-- Header mobile -->
+ <!-- START - bootstrap header -->
+ <nav class="navbar navbar-default" role="navigation">
+ <div id="header_mobile">
+ <!-- Brand and toggle get grouped for better mobile display -->
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#header_mobile_heading" data-parent="#header_mobile"> <span class="sr-only">Les rubriques</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#header_mobile_search" data-parent="#header_mobile"> <span class="sr-only">Rechercher</span> <span class="icon-zoom"></span> </button>
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#header_mobile_user" data-parent="#header_mobile"> <span class="sr-only">Mon profil</span> <span class="icon-user"></span> </button>
+ <button type="button" class="navbar-toggle liberadio_trigger_js"> <span class="sr-only">Libéradio</span> <span class="icon-volume"></span> </button>
+ <a class="navbar-brand" data-href="http://www.liberation.fr"><img src="http://s1.libe.com/img/logo-liberation-311x113.png" alt="Libération"/></a>
+ </div>
+ <!-- Collect the nav links, forms, and other content for toggling -->
+ <div class="panel">
+ <div class="collapse navbar-collapse" id="header_mobile_search">
+ <form class="navbar-form navbar-left" role="search" method="get" action="/recherche/">
+ <div class="form-group">
+ <input type="search" name="q" class="focus" placeholder="Ex : éducation, rebonds"/> </div>
+ <button type="submit" class="btn btn-default">Recherche</button>
+ </form>
+ </div>
+ <!-- /.navbar-collapse -->
+ </div>
+ <!-- /.panel -->
+ <!-- Collect the nav links, forms, and other content for toggling -->
+ <div class="panel">
+ <div class="collapse navbar-collapse" id="header_mobile_heading">
+ <ul class="nav navbar-nav" id="mobile_section_list">
+ <script type="text/javascript">
+ var mobileHeader = document.getElementById('mobile_section_list')
+ var menu_list = {}
+ var current_section = 'Monde'
+ menu_list = [{
+ name: "Politique",
+ url: '/politiques,11'
+ }, {
+ name: "Société",
+ url: '/societe,12'
+ }, {
+ name: "Monde",
+ url: '/monde,10'
+ }, {
+ name: "Économie",
+ url: '/economie,13'
+ }, {
+ name: "Culture",
+ url: '/culture,16'
+ }, {
+ name: "Next",
+ url: 'http://next.liberation.fr/'
+ }, {
+ name: "Idées",
+ url: '/debats,18'
+ }, {
+ name: "Blogs",
+ url: '/blogs,26'
+ }, {
+ name: "Vidéo",
+ url: '/video,19'
+ }, {
+ name: "Photo",
+ url: '/photographie,99965'
+ }, {
+ name: "Radio",
+ url: '/liberadio,100417'
+ }, {
+ name: "Sports",
+ url: '/sports,14'
+ }, {
+ name: "Livres",
+ url: '/livres,60'
+ }, {
+ name: "EcoFutur",
+ url: '/ecofutur,100181'
+ }, {
+ name: "Terre",
+ url: '/terre,89'
+ }, {
+ name: "Théâtre",
+ url: '/theatre,28'
+ }, {
+ name: "Voyages",
+ url: '/voyages,55'
+ }, {
+ name: "Écrans",
+ url: 'http://ecrans.liberation.fr/'
+ }, {
+ name: "Sciences",
+ url: '/sciences,90'
+ }, {
+ name: "Sexe & genre",
+ url: 'http://next.liberation.fr/sexe,100124'
+ }, {
+ name: "Vous",
+ url: '/vous,15'
+ }, {
+ name: "Désintox",
+ url: '/desintox,99721'
+ }, {
+ name: "Tchats",
+ url: '/tchats,25'
+ }, {
+ name: "Forums thématiques",
+ url: '/forums,24'
+ }, {
+ name: "Événements",
+ url: '/evenements-libe,100200'
+ }];
+ for (var i = 0; i &lt; menu_list.length; i++) {
+ item = menu_list[i];
+ var section = document.createElement('li');
+ if (item.name == current_section) {
+ section.classList.add('active');
+ }
+ var sectionLink = document.createElement('a');
+ sectionLink.href = item.url;
+ sectionLink.textContent = item.name;
+ section.appendChild(sectionLink);
+ mobileHeader.appendChild(section);
+ }
+ </script>
+ </ul>
+ <!-- <div id="peek">
+ <div class="wrapper">
+ <a class="media" href="http://journal.liberation.fr/publication/liberation/1504/"><img src="http://md0.libe.com/api/libe/v2/paperpage/204159/?format=jpg" alt="La Une du 24 mars 2014"/></a>
+ <div class="content">
+ <div class="name">
+ Journal numérique <time class="time" datetime="2014-03-24T00:00:00">24 mars 2014</time>
+ </div>
+ <p>
+ <a href="http://token.liberation.fr/accounts/offers/">Abonnez-vous</a> à partir de 1€
+ </p>
+ <span class="link"><a href="http://journal.liberation.fr/publication/liberation/1504/">Feuilleter</a><i class="icon-forward"></i></span>
+ </div>
+ </div>
+ </div> --></div>
+ <!-- /.navbar-collapse -->
+ </div>
+ <!-- /.panel -->
+ <!-- Collect the nav links, forms, and other content for toggling -->
+ <div class="panel">
+ <div class="collapse navbar-collapse" id="header_mobile_user">
+ <ul class="nav navbar-nav">
+ <li id="mobile_account">
+ <a id="mobile_account_username" data-href="/accounts/personal-data/"></a>
+ </li>
+ <li id="mobile_logout"><a data-href="http://token.liberation.fr/accounts/logout/?next=/">Se déconnecter</a></li>
+ <li id="mobile_connect"><a data-href="http://token.liberation.fr/accounts/login/">Se connecter</a></li>
+ <li id="mobile_signin"><a data-href="http://token.liberation.fr/accounts/register/">S'inscrire</a></li>
+ <li class="mea"> <a data-href="http://journal.liberation.fr/publication/liberation/1846/">Le journal</a> </li>
+ <li class="mea"> <a data-href="/bibliotheque/">La bibliothèque</a> </li>
+ <li class="divider"></li>
+ </ul>
+ </div>
+ <!-- /.navbar-collapse -->
+ </div>
+ <!-- /.panel --><span class="articleSection"><a href="/monde,10">Monde</a></span> </div>
+ <!-- /#header_mobile -->
+ </nav>
+ <!-- END -->
+ <script type="text/javascript">
+ // userinfo
+ if (libeUserInfo['authenticated']) {
+ document.getElementById('mobile_account_username').innerHTML = dispayName;
+ }
+ var header_mobile = document.getElementById('header_mobile');
+ var item_list = header_mobile.getElementsByTagName("a");
+ for (var i = 0; i &lt; item_list.length; i++) {
+ var dataHref = item_list[i].attributes['data-href'];
+ if (typeof(dataHref) != "undefined") {
+ item_list[i].href = dataHref.nodeValue;
+ }
+ }
+ </script>
+ <!-- Header mobile -->
+ <header id="header" role="banner">
+ <div class="wrapper line">
+ <div id="logo" class="mod">
+ <a href="/"><img src="http://s1.libe.com/img/logo-liberation-311x113.png" alt="Libération"/></a> <span class="articleSection"><a href="/monde,10">Monde</a></span> </div>
+ <div id="peek" class="mod">
+ <div class="wrapper">
+ <a class="media" href="http://journal.liberation.fr/publication/liberation/1846/"> <img src="http://md0.libe.com/api/libe/v2/paperpage/218375/?format=jpg" alt="La Une du 30 avril 2015"/> </a>
+ <div class="content">
+ <div class="name">Journal numérique
+ <time class="time" datetime="2015-04-30T00:00:00">30 avril 2015</time>
+ </div>
+ <p><a href="http://token.liberation.fr/accounts/offers/">Abonnez-vous</a> 1€ le premier mois</p> <span class="link"><a href="http://journal.liberation.fr/publication/liberation/1846/">Feuilleter</a><i class="icon-forward"></i></span> </div>
+ </div>
+ </div>
+ </div>
+ </header>
+ <nav id="nav-main" role="navigation">
+ <div class="wrapper line">
+ <!-- START - Search -->
+ <div id="search" class="right"><span class="button"><em>Rechercher</em><i class="icon-zoom"></i></span>
+ <form method="get" action="/recherche/">
+ <fieldset class="target">
+ <input type="search" name="q" class="focus"/>
+ <input class="btn grey" type="submit" value="Rechercher"/>
+ </fieldset>
+ </form>
+ </div>
+ <!-- END - Search -->
+ <div class="display"><i class="icon-menu"></i></div>
+ <ul class="heading">
+ <li class="menu-politiques"><a title="Rubrique Politique" href="/politiques,11">Politique</a></li>
+ <li class="menu-societe"><a title="Rubrique Société" href="/societe,12">Société</a></li>
+ <li class="active menu-monde"><a title="Rubrique Monde" href="/monde,10">Monde</a></li>
+ <li class="menu-economie"><a title="Rubrique Économie" href="/economie,13">Économie</a></li>
+ <li class="menu-culture"><a title="Rubrique Culture" href="/culture,16">Culture</a></li>
+ <li class="menu-home_next"><a title="Rubrique Next" href="http://next.liberation.fr/">Next</a></li>
+ <li class="menu-rebonds"><a title="Rubrique Idées" href="/debats,18">Idées</a></li>
+ <li class="menu-blogs"><a title="Rubrique Blogs" href="/blogs,26">Blogs</a></li>
+ <li class="menu-video"><a title="Rubrique Vidéo" href="/video,19">Vidéo</a></li>
+ <li class="menu-photographie"><a title="Rubrique Photo" href="/photographie,99965">Photo</a></li>
+ <li class="menu-liberadio"><a title="Rubrique Radio" href="/liberadio,100417">Radio</a></li>
+ <li class="more"><a href="#" class="button"><em>Plus...</em><i class="icon-down"></i></a>
+ <ol class="target">
+ <li class="menu-sports"><a title="Rubrique Sports" href="/sports,14">Sports</a></li>
+ <li class="menu-livres"><a title="Rubrique Livres" href="/livres,60">Livres</a></li>
+ <li class="menu-ecofutur"><a title="Rubrique EcoFutur" href="/ecofutur,100181">EcoFutur</a></li>
+ <li class="menu-terre"><a title="Rubrique Terre" href="/terre,89">Terre</a></li>
+ <li class="menu-theatre"><a title="Rubrique Théâtre" href="/theatre,28">Théâtre</a></li>
+ <li class="menu-voyages"><a title="Rubrique Voyages" href="/voyages,55">Voyages</a></li>
+ <li class="menu-ecrans"><a title="Rubrique Écrans" href="http://ecrans.liberation.fr/">Écrans</a></li>
+ <li class="menu-sciences"><a title="Rubrique Sciences" href="/sciences,90">Sciences</a></li>
+ <li class="menu-sexe"><a title="Rubrique Sexe &amp; genre" href="http://next.liberation.fr/sexe,100124">Sexe &amp; genre</a></li>
+ <li class="menu-vous"><a title="Rubrique Vous" href="/vous,15">Vous</a></li>
+ <li class="menu-desintox"><a title="Rubrique Désintox" href="/desintox,99721">Désintox</a></li>
+ <li class="menu-tchats"><a title="Rubrique Tchats" href="/tchats,25">Tchats</a></li>
+ <li class="menu-forums"><a title="Rubrique Forums thématiques" href="/forums,24">Forums thématiques</a></li>
+ </ol>
+ </li>
+ </ul>
+ <ul class="special right">
+ <li class="menu-evenementslibe"><a title="Rubrique Événements" href="/evenements-libe,100200">Événements</a></li>
+ </ul>
+ </div>
+ <hr/>
+ <div class="wrapper line nav-secondary">
+ <ul class="heading hsb">
+ <li><a title="Rubrique Ukraine,&nbsp;la&nbsp;drôle&nbsp;de&nbsp;guerre" href="/ukraine-la-crise,100372">Ukraine,&nbsp;la&nbsp;drôle&nbsp;de&nbsp;guerre</a></li>
+ <li><a title="Rubrique Le&nbsp;chaos&nbsp;libyen" href="/Libye-jihadisme,100491">Le&nbsp;chaos&nbsp;libyen</a></li>
+ <li><a title="Rubrique La&nbsp;Grèce&nbsp;à&nbsp;gauche&nbsp;toute" href="/grece-elections,100485">La&nbsp;Grèce&nbsp;à&nbsp;gauche&nbsp;toute</a></li>
+ <li><a title="Rubrique Vu&nbsp;du&nbsp;Japon" href="/vu-du-japon,100384">Vu&nbsp;du&nbsp;Japon</a></li>
+ <li><a title="Rubrique Vu&nbsp;de...&nbsp;la&nbsp;planète" href="/vu-du-monde,100436">Vu&nbsp;de...&nbsp;la&nbsp;planète</a></li>
+ <li><a title="Rubrique Ebola,&nbsp;la&nbsp;fièvre&nbsp;baisse" href="/ebola-virus-epidemie,100451">Ebola,&nbsp;la&nbsp;fièvre&nbsp;baisse</a></li>
+ </ul>
+ </div>
+ </nav>
+ <div id="ad-portal">
+ <div id="ad-megaban_top1" class="mod media-ext">
+ <div class="wrapper">
+ <script type="text/javascript">
+ // laisser ce commentaire !
+ //sas_manager.render(225);
+ var sas_formatid = 225;
+ var sas_format_str = "megaban_top1";
+ var sas_pageid = "252/82921";
+ var sas_target = "support=article;objectId=article1278483;largeur=1000;resolution=" + ((client_width >= 1300) ? "HD;" : "SD;");
+ if (isVisibleAd(sas_format_str)) {
+ displayAd(document, sas_pageid, sas_formatid, sas_target, sas_format_str);
+ }
+ </script>
+ </div>
+ </div>
+ <div id="body-content" role="main">
+ <div id="ads_debug_js"></div>
+ <script type="text/javascript">
+ var displayAd = (function() {
+ var original = displayAd;
+ return function(d, sas_pageid, sas_formatid, sas_target, format_str) {
+ original(d, sas_pageid, sas_formatid, sas_target, format_str);
+ }
+ })();
+ </script>
+ <div class="wrapper line">
+ <div class="grid-2-1 main-content line">
+ <div class="mod" role="article">
+ <section id="news-article">
+ <article itemscope="" itemtype="http://schema.org/NewsArticle">
+ <ul class="breadcrumbs">
+ <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="http://www.liberation.fr" itemprop="url"> <span itemprop="title">Accueil</span> </a>
+ </li> <span class="separator">›</span>
+ <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
+ <a href="/monde,10" itemprop="url"> <span itemprop="title">Monde</span> </a>
+ </li>
+ </ul>
+ <!-- <span itemprop="articleSection">Monde</span> -->
+ <header class="banner-headline">
+ <h1 itemprop="headline">Un troisième Français mort dans le séisme au Népal</h1>
+ <div class="info"> <span class="author" itemprop="author creator" itemscope="" itemtype="http://schema.org/Person"><a href="http://www.liberation.fr/auteur/2005-afp"><span itemprop="name"> AFP</span></a>
+ </span>
+ <time itemprop="datePublished" datetime="2015-04-30T07:19:58"> 30 avril 2015 à 07:19 </time> <span class="maj">(Mis à jour : <time itemprop="dateModified" datetime="2015-04-30T07:38:17">30 avril 2015 à 07:38</time>)</span>
+ <!--
+ <span class="comment">
+ commentaire
+ </span>
+ --></div>
+ <aside class="tool-bar">
+ <ul>
+ <li class="facebook"><a target="_blank" rel="nofollow" title="Cliquez pour partager sur Facebook" href="https://www.facebook.com/sharer/sharer.php?t=Un%20troisi%C3%A8me%20Fran%C3%A7ais%20mort%20dans%20le%20s%C3%A9isme%20au%20N%C3%A9pal&amp;u=http%3A//www.liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483"><span class="name">Facebook :</span><i class="icon-facebook"></i><span class="hit">Facebook</span></a></li>
+ <li class="twitter"><a target="_blank" rel="nofollow" title="Cliquez pour partager sur Twitter" href="https://twitter.com/intent/tweet?text=Un%20troisi%C3%A8me%20Fran%C3%A7ais%20mort%20dans%20le%20s%C3%A9isme%20au%20N%C3%A9pal&amp;related=libe&amp;via=libe&amp;url=http%3A//www.liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483"><span class="name">Twitter :</span><i class="icon-twitter"></i><span class="hit">Twitter</span></a></li>
+ <li class="google"><a target="_blank" rel="nofollow" title="Cliquez pour partager sur Google+" href="https://plus.google.com/share?hl=fr&amp;url=http%3A//www.liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483"><span class="name">Google+ :</span><i class="icon-google-plus"></i><span class="hit">Google+</span></a></li>
+ <li class="send"><a target="_blank" rel="nofollow" title="Cliquer pour envoyer par mail" href="mailto:?subject=Lu%20sur%20liberation.fr%20Un%20troisi%C3%A8me%20Fran%C3%A7ais%20mort%20dans%20le%20s%C3%A9isme%20au%20N%C3%A9pal&amp;body=Un%20troisi%C3%A8me%20Fran%C3%A7ais%20mort%20dans%20le%20s%C3%A9isme%20au%20N%C3%A9pal%0D%0ALaurent%20Fabius%20a%20accueilli%20jeudi%20matin%20%C3%A0%20Roissy%20un%20premier%20avion%20sp%C3%A9cial%20ramenant%20des%20rescap%C3%A9s.%0D%0A%0D%0ARetrouvez%20cet%20article%20sur%20le%20site%20de%20Lib%C3%A9ration%20:%20http%3A//www.liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483"><span class="name">Envoyer :</span><i class="icon-mail"></i><span class="hit">Mail</span></a></li>
+ <li class="print"><a href="#" onclick="window.print();return false;"><span class="name">Imprimer cet article</span><i class="icon-print"></i><span class="hit">Imprimer</span></a></li>
+ <li class="reader"><a href="#"><span class="name">Lire sur le reader</span><i class="icon-reader"></i><span class="hit">Mode zen</span></a></li>
+ </ul>
+ </aside>
+ <figure itemscope="" itemtype="http://schema.org/ImageObject"> <img itemprop="contentURL" src="http://md1.libe.com/photo/755923-000_hkg10175905.jpg?modified_at=1430371146&amp;width=750" alt="Un Népalais prie à Katmandou, le 30 avril 2015." data-src="http://md1.libe.com/photo/755923-000_hkg10175905.jpg?modified_at=1430371146&amp;width=750" data-src-retina="http://md1.libe.com/photo/755923-000_hkg10175905.jpg?modified_at=1430371146&amp;width=750" data-lazy-load="false" width="750"/>
+ <figcaption itemprop="description">Un Népalais prie à Katmandou, le 30 avril 2015. (Photo Prakash Mathema. AFP)</figcaption>
+ </figure>
+ <div class="description">
+ <h2 itemprop="description">Laurent Fabius a accueilli jeudi matin à Roissy un premier avion spécial ramenant des rescapés.</h2>
+ <div itemprop="copyrightHolder provider sourceOrganization" itemscope="" itemtype="http://schema.org/Organization">
+ <meta itemprop="name" content="Libération"/>
+ <meta itemprop="url" content="http://www.liberation.fr/contacts/"/> </div>
+ </div>
+ </header>
+ <div class="article-body mod" itemprop="articleBody" id="article-body">
+ <aside class="related" id="related-content"> <span class="name">Sur le même sujet</span>
+ <ul>
+ <li>
+ <div>
+ <a href="/monde/2015/04/29/a-katmandou-exode-sous-pression_1277386"> <span class="slug">Reportage</span>
+ <h2 class="diamond">
+ A Katmandou, exode sous pression
+ </h2> </a> <span class="author">
+
+Par<span class="authorname"> Sébastien Farcis</span> </span>
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="/monde/2015/04/29/aide-humanitaire-au-nepal-plus-les-heures-passent-moins-on-est-utiles_1276779"> <span class="slug">interview</span>
+ <h2>
+ Népal : «Plus les heures passent, moins on est utiles»
+ </h2> </a> <span class="author">
+
+Par<span class="authorname"> Laurence Defranoux</span> </span>
+ </div>
+ </li>
+ </ul>
+ </aside>
+ <div>
+ <p>Un troisième Français a été tué dans le tremblement de terre samedi au Népal, emporté par une avalanche, <a href="http://www.liberation.fr/video/2015/04/30/laurent-fabius-plus-de-200-francais-n-ont-pas-ete-retrouves_1278687" target="_blank">a déclaré jeudi le ministre des Affaires étrangères</a>.&nbsp;Les autorités françaises sont toujours sans nouvelles <em>«d’encore plus de 200»&nbsp;</em>personnes.&nbsp;<em>«Pour certains d’entre eux on est très interrogatif»</em>, a ajouté&nbsp;Laurent Fabius. Il accueillait à Roissy un premier avion spécial ramenant des&nbsp;rescapés. <a href="http://www.liberation.fr/video/2015/04/30/seisme-au-nepal-soulages-mais-inquiets-206-survivants-de-retour-en-france_1278758" target="_blank">L’Airbus A350 affrété par les autorités françaises s’est posé peu avant 5h45</a> avec à son bord 206&nbsp;passagers, dont 12&nbsp;enfants et 26&nbsp;blessés, selon une source du Quai d’Orsay. Quasiment tous sont français, à l’exception d’une quinzaine de ressortissants allemands, suisses, italiens, portugais ou encore turcs. Des psychologues, une équipe médicale et des personnels du centre de crise du Quai d’Orsay les attendent.</p>
+ <p>L’appareil, mis à disposition par Airbus, était arrivé à Katmandou mercredi matin avec 55&nbsp;personnels de santé et humanitaires, ainsi que 25&nbsp;tonnes de matériel (abris, médicaments, aide alimentaire). Un deuxième avion dépêché par Paris, qui était immobilisé aux Emirats depuis mardi avec 20&nbsp;tonnes de matériel, est arrivé jeudi à Katmandou, <a href="http://www.liberation.fr/monde/2015/04/29/embouteillages-et-retards-a-l-aeroport-de-katmandou_1276612" target="_blank">dont le petit aéroport est engorgé</a> par le trafic et l’afflux d’aide humanitaire. Il devait lui aussi ramener des Français, <em>«les plus éprouvés»</em> par la catastrophe et les <em>«plus vulnérables (blessés, familles avec enfants)»</em>, selon le ministère des Affaires étrangères.</p>
+ <p>2 209 Français ont été localisés sains et saufs tandis que 393 n’ont pas encore pu être joints, selon le Quai d’Orsay. Environ 400&nbsp;Français ont demandé à être rapatriés dans les vols mis en place par la France.</p>
+ <p>Le séisme a fait près de 5&nbsp;500 morts et touche huit des 28 millions d’habitants du Népal. Des dizaines de milliers de personnes sont sans abri.</p>
+ <p>
+ <iframe src="http://www.dailymotion.com/embed/video/x2oikl3" frameborder="0" width="100%" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ <br/><em></em></p>
+ </div>
+ <div class="authors-container"> <span class="author" itemprop="author creator" itemscope="" itemtype="http://schema.org/Person"><a href="http://www.liberation.fr/auteur/2005-afp"><span itemprop="name"> AFP</span></a>
+ </span>
+ </div>
+ </div>
+ </article>
+ </section>
+ <div class="promo">
+ <section class="outside line">
+ <div class="OUTBRAIN" data-src="http://liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483" data-widget-id="AR_4" data-ob-template="liberation"></div>
+ <div class="OUTBRAIN" data-src="http://liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483" data-widget-id="AR_3" data-ob-template="liberation"></div>
+ </section>
+ </div>
+ <script type="text/javascript">
+ if (is_responsive_mobile) {
+ var MB_2 = document.getElementsByClassName('OUTBRAIN')[0]
+ MB_2.setAttribute('data-widget-id', 'MB_2');
+ MB_2.setAttribute('data-ob-template', 'liberation');
+ MB_2.classList.add('OUTBRAIN');
+ var MB_3 = document.getElementsByClassName('OUTBRAIN')[1]
+ MB_3.setAttribute('data-widget-id', 'MB_3');
+ }
+ if (document.body.classList.contains('premium') && !is_responsive_mobile && isPubActive) {
+ var MB_2 = document.getElementsByClassName('OUTBRAIN')[0]
+ MB_2.setAttribute('data-widget-id', 'AR_7');
+ var MB_3 = document.getElementsByClassName('OUTBRAIN')[1]
+ MB_3.setAttribute('data-widget-id', 'AR_8');
+ }
+ toggleDynamicScript('http://widgets.outbrain.com/outbrain.js', false, false);
+ </script>
+ <!--[if lt IE 10]>
+ <script type="text/javascript" src="http://a.ligatus.com/?ids=&t=js"></script>
+<![endif]-->
+ <div class="promo">
+ <iframe id="placement_ligatus_liberation" scrolling="no" frameborder="0" allowtransparency="true" width=""></iframe>
+ <section class="outside line ligatus">
+ <div id="ligatus_liberation_liberation_smartbox_monde"></div>
+ </section>
+ <script type="text/javascript">
+ function init_ligatus(e) {
+ if (window.matchMedia("(min-width:959px)").matches) {
+ document.getElementById('placement_ligatus_liberation').style.display = "none"
+ var vs = document.createElement('script');
+ vs.type = 'text/javascript';
+ vs.async = false;
+ vs.src = 'http://i.ligatus.com/fr-placements/containers/liberation/liberation_site/tc-site-monde.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(vs, s);
+ }
+ }
+ if (typeof isPubActive !== 'undefined' && isPubActive && !is_responsive_mobile) {
+ window.addEventListener('resize', init_ligatus, false);
+ init_ligatus();
+ }
+ </script>
+ </div>
+ <script type="text/javascript">
+ function redimensionnement_gal(e) {
+ var result = document.getElementById('placement_ligatus_liberation');
+ if ("matchMedia" in window) {
+ if (window.matchMedia("(max-width:959px)").matches) {
+ if (result.src != "http://a.ligatus.com/?ids=47149") {
+ document.getElementById('ligatus_liberation_liberation_smartbox_monde').parentNode.style.display = "none"
+ result.src = "http://a.ligatus.com/?ids=47149";
+ }
+ result.style.height = "240px";
+ }
+ }
+ }
+ if (typeof isPubActive !== 'undefined' && isPubActive && is_responsive_mobile) {
+ window.addEventListener('resize', redimensionnement_gal, false);
+ redimensionnement_gal();
+ }
+ </script>
+ <div class="promo">
+ <section class="outside line">
+ <div id="ultimedia_wrapper"></div>
+ </section>
+ </div>
+ <script type="text/javascript">
+ var ULTIMEDIA_mdtk = "01114596";
+ var ULTIMEDIA_target = "ultimedia_wrapper";
+ var ULTIMEDIA_async = false;
+ </script>
+ <script type="text/javascript">
+ toggleDynamicScript('http://www.ultimedia.com/js/common/smart.js', false, false);
+ </script>
+ <div id="comments_container"></div>
+ </div>
+ <aside id="sidebar" class="mod" role="complementary">
+ <div class="mod newsletter-form">
+ <h2>Recevoir la newsletter</h2>
+ <p>L'actu Libé tous les matins par email</p>
+ <form class="newsletter_form_js">
+ <input type="text" id="EMAIL_FIELD" name="EMAIL_FIELD" placeholder="Adresse e-mail" class="email-field"/>
+ <input type="button" value="S'inscrire" class="btn libe" onclick="return validForm(this, 'newsletter-form');"/> </form>
+ </div>
+ <div class="live"> <a class="live-title" href="/direct/">Direct<i class="icon-arrow-right"></i></a>
+ <ul class="live-flux live_flux_js" data-since="1430397895.165800" data-before="1430381429.720523" data-html-api-attr="side_html" data-polling="True">
+ <li data-id="6196" data-modified-at="1430397895.165800" data-published-at="1430397895.152374" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6196/" target="_blank"> <span>14:44</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6196" target="_blank"> <span class="live-item-title">Accusations de viols : 14 militaires mis en cause, certains identifiés </span> </a>
+ </div>
+ </li>
+ <li data-id="6193" data-modified-at="1430397298.730245" data-published-at="1430397135.543906" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6193/" target="_blank"> <span>14:32</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6193" target="_blank"> <span class="live-item-title">Un artiste arrêté pour avoir coloré un geyser</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6193" target="_blank"> </a>
+ <div class="live-item-tweet"> <img class="tweet-image" src="http://pbs.twimg.com/media/CDwsg63WgAAZwcT.jpg"/>
+ <div class="tweet">
+ <div class="tweet-profile">
+ <a class="tweet-profile-picture" href="#"> <img src="http://pbs.twimg.com/profile_images/525022505140899840/SqjK4CPu_normal.png"/> </a>
+ <div class="tweet-profile-identity">
+ <div class="tweet-user-name">artnet</div> <a class="tweet-screen-name" href="https://twitter.com/artnet">@artnet</a> </div>
+ </div>
+ <div class="tweet-content">Dying an Icelandic geyser pink will get you jail time - even if it’s supposed to be art. <a target="_blank" href="http://t.co/IgVZui0c0h">artnt.cm/1ECDaUq</a> </div>
+ </div>
+ </div>
+ </li>
+ <li data-id="6192" data-modified-at="1430395845.559177" data-published-at="1430395845.554755" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6192/" target="_blank"> <span>14:10</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">Séisme.</span>
+ <p>Un tremblement de terre de magnitude 6,8 a touché la Papouasie-Nouvelle-Guinée, <a href="http://earthquake.usgs.gov/earthquakes/map/#%7B%22feed%22%3A%221day_m25%22%2C%22search%22%3Anull%2C%22listFormat%22%3A%22default%22%2C%22sort%22%3A%22newest%22%2C%22basemap%22%3A%22grayscale%22%2C%22autoUpdate%22%3Atrue%2C%22restrictListToMap%22%3Atrue%2C%22timeZone%22%3A%22utc%22%2C%22mapposition%22%3A%5B%5B-8.4452052381799%2C147.7056884765625%5D%2C%5B-3.5846952187809125%2C155.1763916015625%5D%5D%2C%22overlays%22%3A%7B%22plates%22%3Atrue%7D%2C%22viewModes%22%3A%7B%22list%22%3Atrue%2C%22map%22%3Atrue%2C%22settings%22%3Afalse%2C%22help%22%3Afalse%7D%7D" target="_blank">selon l'Institut d'études géologiques américain</a> (USGS). L'épicentre se situe sous l'île de Nouvelle-Bretagne, la plus grande de l'archipel Bismarck, au sud de Rabaul, ville détruite en 1994 par une éruption volcanique.</p>
+ </div>
+ </div>
+ </li>
+ <li data-id="6191" data-modified-at="1430395159.575099" data-published-at="1430394859.715612" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6191/" target="_blank"> <span>13:54</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6191" target="_blank"> <span class="live-item-title">En Islande, tuer un Basque est désormais interdit</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6191" target="_blank"> <img class="live-item-image" src="http://md0.libe.com/photo/631481-des-drapeaux-aux-couleurs-basques.jpg?modified_at=1395757809" title=""/> </a>
+ </li>
+ <li data-id="6189" data-modified-at="1430394327.620160" data-published-at="1430394224.78608" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6189/" target="_blank"> <span>13:43</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6189" target="_blank"> <span class="live-item-title">Accusation de viols en Centrafrique : «il y aura des sanctions» si les faits sont avérés</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6189" target="_blank">
+ <div class="live-item-video-thumb replace_video_js" style="background-image: url(//www.dailymotion.com/thumbnail/video/x2oj8id)"></div>
+ </a>
+ </li>
+ <li data-id="6190" data-modified-at="1430393088.71816" data-published-at="1430393088.66748" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6190/" target="_blank"> <span>13:24</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">​Népal.</span>
+ <p><a href="http://www.liberation.fr/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483" target="_blank">La troisième victime française</a> du séisme au Népal, dont la mort a été annoncée ce matin par Laurent Fabius, serait une trentenaire originaire de Lyon, <a href="http://www.leprogres.fr/actualite/2015/04/30/un-troisieme-francais-mort-dans-le-seisme" target="_blank">selon le quotidien local <em>le Progrès</em></a>. Elle aurait été emportée par une coulée de boue lors d'un trek.</p>
+ </div>
+ </div>
+ </li>
+ <li data-id="6188" data-modified-at="1430392702.347323" data-published-at="1430392702.342465" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6188/" target="_blank"> <span>13:18</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6188" target="_blank"> <span class="live-item-title">Loi renseignement : le Conseil constitutionnel refuse d'examiner l'intégralité du texte</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6188" target="_blank"> </a>
+ <div class="live-item-tweet">
+ <div class="tweet">
+ <div class="tweet-profile">
+ <a class="tweet-profile-picture" href="#"> <img src="http://pbs.twimg.com/profile_images/529237339709517824/-k-bIWzH_normal.jpeg"/> </a>
+ <div class="tweet-profile-identity">
+ <div class="tweet-user-name">Laure de La Raudière</div> <a class="tweet-screen-name" href="https://twitter.com/lauredlr">@lauredlr</a> </div>
+ </div>
+ <div class="tweet-content"><a target="_blank" href="http://twitter.com/search?q=PJLRenseignement">#PJLRenseignement</a> <a target="_blank" href="http://twitter.com/search?q=SaisineParlementaire">#SaisineParlementaire</a> maintenant, nous sommes 58 ! Plus que deux députés et c'est bon.</div>
+ </div>
+ </div>
+ </li>
+ <li data-id="6185" data-modified-at="1430392122.945716" data-published-at="1430392122.943037" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6185/" target="_blank"> <span>13:08</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6185" target="_blank"> <span class="live-item-title">Les calories bientôt affichées sur les bouteilles d'alcool</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6185" target="_blank"> <img class="live-item-image" src="http://md0.libe.com/photo/703736--.jpg?modified_at=1419846514" title=""/> </a>
+ </li>
+ <li data-id="6187" data-modified-at="1430391437.357331" data-published-at="1430391437.353734" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6187/" target="_blank"> <span>12:57</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6187" target="_blank"> <span class="live-item-title">Un journaliste colombien s'envoie des menaces de mort pour avoir une protection policière</span> </a>
+ </div>
+ </li>
+ <li data-id="6176" data-modified-at="1430390871.606907" data-published-at="1430390871.603289" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6176/" target="_blank"> <span>12:47</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6176" target="_blank"> <span class="live-item-title">Soldats accusés de viol en Centrafrique : Laurence Rossignol évoque un «double crime»</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6176" target="_blank">
+ <div class="live-item-video-thumb replace_video_js" style="background-image: url(//www.dailymotion.com/thumbnail/video/x2oj0r0)"></div>
+ </a>
+ </li>
+ <li data-id="6175" data-modified-at="1430390065.217747" data-published-at="1430390065.214903" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6175/" target="_blank"> <span>12:34</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6175" target="_blank"> <span class="live-item-title">Russie : l'entreprise nationale Gazprom enregistre une baisse de 90% de ses bénéfices</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6175" target="_blank"> <img class="live-item-image" src="https://qzprod.files.wordpress.com/2015/04/rtr2325p.jpg?w=1600" title="Russia’s gas weapon, Gazprom, is rapidly losing pressure"/> </a>
+ </li>
+ <li data-id="6183" data-modified-at="1430392581.941865" data-published-at="1430389331.153851" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6183/" target="_blank"> <span>12:22</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6183" target="_blank"> <span class="live-item-title">Rafale, jupe «trop longue», espionnage : le point sur l'actu à la mi-journée</span> </a>
+ </div>
+ </li>
+ <li data-id="6182" data-modified-at="1430389314.695678" data-published-at="1430389314.689919" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6182/" target="_blank"> <span>12:21</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">Au revoir.</span>
+ <p>Merci à tous d'avoir suivi ce live en ma compagnie. Il est temps pour Juliette Deborde d'en reprendre le contrôle, jusqu'à 16 heures !</p>
+ </div>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6182" target="_blank">
+ <div class="live-item-video-thumb replace_video_js" style="background-image: url(//img.youtube.com/vi/B9PjBgWOkng/hqdefault.jpg)"></div>
+ </a>
+ </li>
+ <li data-id="6179" data-modified-at="1430389338.434217" data-published-at="1430389067.96618" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6179/" target="_blank"> <span>12:17</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6179" target="_blank"> <span class="live-item-title">Pakistan : prison à vie pour les agresseurs de Malala </span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6179" target="_blank"> <img class="live-item-image" src="http://md0.libe.com/photo/684944-000_ts-dv1887153.jpg?modified_at=1418736417" title=""/> </a>
+ </li>
+ <li data-id="6181" data-modified-at="1430388660.394639" data-published-at="1430388660.391365" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6181/" target="_blank"> <span>12:11</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6181" target="_blank"> <span class="live-item-title">Une ado se défenestre après qu'une vidéo d'elle a circulé sur les réseaux sociaux</span> </a>
+ </div>
+ </li>
+ <li data-id="6180" data-modified-at="1430389277.663671" data-published-at="1430388279.475156" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6180/" target="_blank"> <span>12:04</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6180" target="_blank"> <span class="live-item-title">La présentatrice du journal de bord de Jean-Marie Le Pen quitte le FN</span> </a>
+ </div>
+ </li>
+ <li data-id="6178" data-modified-at="1430389353.103217" data-published-at="1430387290.813592" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6178/" target="_blank"> <span>11:48</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">Défense.</span>
+ <p>La vente de 24 avions de combat Rafale au Qatar représente un contrat de 6,3 milliards d'euros, indique le ministère français de la Défense. </p>
+ <p>(photo AFP)</p>
+ </div>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6178" target="_blank"> <img class="live-item-image" src="http://md0.libe.com/photo/715611--.jpg?modified_at=1423758922" title=""/> </a>
+ </li>
+ <li data-id="6177" data-modified-at="1430387144.455908" data-published-at="1430387144.450692" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6177/" target="_blank"> <span>11:45</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6177" target="_blank"> <span class="live-item-title">Les banlieusards en Thaïlande : le pays de Oui-Oui ou Racailleland ?</span> </a>
+ </div>
+ </li>
+ <li data-id="6174" data-modified-at="1430389362.52356" data-published-at="1430386708.795337" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6174/" target="_blank"> <span>11:38</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">Point fashion.</span>
+ <p>Si vous êtes présentement épargné par la pluie, sachez qu'il y a <a href="http://www.meteofrance.com/previsions-meteo-france/metropole" target="_blank">peu de chances</a> que cet état de grâce se poursuive demain. Merci donc de noter une chose : le K-Way est de retour. Alors oui, on peut se moquer, et il faut bien admettre qu'on le fait, mais le mythique coupe-vent fête cette année son cinquantième anniversaire et il a grave la cote. Nos journalistes Virginie Ballet et Catherine Mallaval <a href="http://next.liberation.fr/mode/2015/04/30/l-ami-k-way_1233067" target="_blank">vous disent tout</a> sur ce retour de tendance. </p>
+ <p>(photo DR)</p>
+ </div>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6174" target="_blank"> <img class="live-item-image" src="http://md1.libe.com/photo/728427-next70_culte_kway.jpg?modified_at=1430384803&amp;width=750" title=""/> </a>
+ </li>
+ <li data-id="6173" data-modified-at="1430389301.776911" data-published-at="1430386264.401609" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6173/" target="_blank"> <span>11:31</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6173" target="_blank"> <span class="live-item-title">Caroline Fourest : «Le nombre d’analphabètes du dessin, de l’humour et du débat a explosé»</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6173" target="_blank">
+ <div class="live-item-video-thumb replace_video_js" style="background-image: url(//www.dailymotion.com/thumbnail/video/x2oivxc)"></div>
+ </a>
+ </li>
+ <li data-id="6168" data-modified-at="1430385918.980650" data-published-at="1430385918.948708" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6168/" target="_blank"> <span>11:25</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6168" target="_blank"> <span class="live-item-title">Argentine : l'Etat va indemniser les victimes de l'attentat antisémite de 1994 </span> </a>
+ </div>
+ </li>
+ <li data-id="6172" data-modified-at="1430385241.602276" data-published-at="1430385241.595668" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6172/" target="_blank"> <span>11:14</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">Enlèvements.</span>
+ <p>L'armée nigériane a libéré 160 femmes et enfants détenus, lors d'une opération contre Boko Haram.<em> «Nous sommes toujours en train de dénombrer les personnes sauvées. Mais il y a environ 60 femmes de tous âges et environ 100 enfants»</em>, affirme le porte-parole de l'armée de terre. Une otage et un soldat ont été tués dans l'opération.</p>
+ </div>
+ </div>
+ </li>
+ <li data-id="6170" data-modified-at="1430389380.130386" data-published-at="1430384917.597535" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6170/" target="_blank"> <span>11:08</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">On est face à un mur.</span>
+ <p>Des voyageurs pleins de ressource ont décidé de murer intégralement la porte d'un wagon dans un train de banlieue à Hambourg. La police allemande apprécie moyen et précise qu'elle scrutera les images des caméras de vidéo-surveillance pour tenter de retrouver la trace des auteurs. Qui risquent de lourdes amendes et jusqu'à cinq ans de prison. </p>
+ <p>(photo AFP/Bundespolizei)</p>
+ </div>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6170" target="_blank"> <img class="live-item-image" src="http://md0.libe.com/photo/756216-000_dv2014616.jpg?modified_at=1430384473" title=""/> </a>
+ </li>
+ <li data-id="6169" data-modified-at="1430384371.211740" data-published-at="1430384371.209262" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6169/" target="_blank"> <span>10:59</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6169" target="_blank"> <span class="live-item-title">Jupe trop longue : 130 cas similaires, vraiment ?</span> </a>
+ </div>
+ </li>
+ <li data-id="6167" data-modified-at="1430383981.291101" data-published-at="1430383981.288257" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6167/" target="_blank"> <span>10:53</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6167" target="_blank"> <span class="live-item-title">Un candidat de «Koh Lanta» avait caché son passé judiciaire</span> </a>
+ </div>
+ </li>
+ <li data-id="6163" data-modified-at="1430383415.955306" data-published-at="1430383415.952224" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6163/" target="_blank"> <span>10:43</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">Défense.</span>
+ <p>Le Qatar va acquérir 24 avions de combat Rafale, confirme l'Elysée. François Hollande se rendra à Doha le 4 mai afin d'assister à la signature des contrats.</p>
+ </div>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6163" target="_blank"> </a>
+ <div class="live-item-tweet"> <img class="tweet-image" src="http://pbs.twimg.com/media/CD0459BWoAANWLC.png"/>
+ <div class="tweet">
+ <div class="tweet-profile">
+ <a class="tweet-profile-picture" href="#"> <img src="http://pbs.twimg.com/profile_images/554623459423031296/bzNTGLYo_normal.jpeg"/> </a>
+ <div class="tweet-profile-identity">
+ <div class="tweet-user-name">Élysée</div> <a class="tweet-screen-name" href="https://twitter.com/Elysee">@Elysee</a> </div>
+ </div>
+ <div class="tweet-content">L'Émir du Qatar a confirmé au président <a target="_blank" title="François Hollande" href="http://twitter.com/fhollande">@fhollande</a> l'acquisition de 24 avions de combat <a target="_blank" href="http://twitter.com/search?q=Rafale">#Rafale</a> </div>
+ </div>
+ </div>
+ </li>
+ <li data-id="6165" data-modified-at="1430382755.777564" data-published-at="1430382755.772305" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6165/" target="_blank"> <span>10:32</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">Népal.</span> </div>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6165" target="_blank"> </a>
+ <div class="live-item-tweet"> <img class="tweet-image" src="http://pbs.twimg.com/media/CD006VXWAAECbk0.jpg"/>
+ <div class="tweet">
+ <div class="tweet-profile">
+ <a class="tweet-profile-picture" href="#"> <img src="http://pbs.twimg.com/profile_images/2579541358/0rmyxf4ccg09oh2ti4m4_normal.png"/> </a>
+ <div class="tweet-profile-identity">
+ <div class="tweet-user-name">France Info</div> <a class="tweet-screen-name" href="https://twitter.com/franceinfo">@franceinfo</a> </div>
+ </div>
+ <div class="tweet-content">Pemba, 15 ans, sorti des décombres à Katmandou, cinq jours après le séisme <a target="_blank" href="http://twitter.com/search?q=imagedujour">#imagedujour</a> <a target="_blank" href="http://t.co/V6x1dOunCv">bit.ly/FIPemba</a> </div>
+ </div>
+ </div>
+ </li>
+ <li data-id="6164" data-modified-at="1430382346.996381" data-published-at="1430382346.989637" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6164/" target="_blank"> <span>10:25</span> </a>
+ <div class="live-item-content"> <span class="flavor-text">Indonésie.</span>
+ <p>Un Brésilien schizophrène exécuté en Indonésie n'était pas conscient de son destin jusqu'aux derniers instants avant d'être fusillé, indiquent son avocat et un prêtre. Condamné à mort pour trafic de drogue, Rodrigo Gularte, 42 ans, disait entendre des voix dans sa tête.<em> «</em><em>Quand nous avons dit que la peine de mort allait être appliquée, il a dit </em>"quelle peine de mort ?, je ne vais pas être condamné à mort", raconte à l'AFP son avocat.<em> </em><em>Je ne suis pas sûr qu'il a compris à 100% qu'il allait être exécuté»</em>. L'avocat a tenté de lui demander ses derniers souhaits, mais le Brésilien a répondu avec amusement.</p>
+ </div>
+ </div>
+ </li>
+ <li data-id="6162" data-modified-at="1430381939.478904" data-published-at="1430381939.476067" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6162/" target="_blank"> <span>10:18</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6162" target="_blank"> <span class="live-item-title">Séisme au Népal : «Soulagés», mais «inquiets», 206 survivants de retour en France</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6162" target="_blank">
+ <div class="live-item-video-thumb replace_video_js" style="background-image: url(//www.dailymotion.com/thumbnail/video/x2oikl3)"></div>
+ </a>
+ </li>
+ <li data-id="6160" data-modified-at="1430389389.870650" data-published-at="1430381429.720523" data-pinned="false" class="live-item live_item_js">
+ <div class="live-item-title-container">
+ <a class="live-item-pub-date" href="http://www.liberation.fr/direct/element/6160/" target="_blank"> <span>10:10</span> </a>
+ <a href="http://www.liberation.fr/direct/#live-item-6160" target="_blank"> <span class="live-item-title">Jupe trop longue : la mère de la collégienne joue l'apaisement</span> </a>
+ </div>
+ <a href="http://www.liberation.fr/direct/#live-item-6160" target="_blank"> <img class="live-item-image" src="http://md0.libe.com/photo/754926-charleville-mezieres-exclue-du-college-pour-une-jupe-trop-longue.jpg?modified_at=1430321168" title=""/> </a>
+ </li>
+ </ul>
+ </div>
+ <!-- start - Most shared -->
+ <div class="most-shared link-flow line "> <span class="name">les plus partagés</span>
+ <ul class="list">
+ <li class="item">
+ <div> <span class="timeline">1</span>
+ <div class="content"> <a href="/societe/2015/04/28/une-jupe-pas-tres-laique-provoque-l-exclusion-d-une-collegienne_1274196">Une jupe pas très «laïque» provoque l'exclusion d'une collégienne </a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">2</span>
+ <div class="content"> <a href="/debats/2015/04/29/jupe-pas-laique-une-erreur-monumentale-du-proviseur_1276722">Jupe pas «laïque» : une erreur monumentale du proviseur</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">3</span>
+ <div class="content"> <a href="/societe/2015/04/28/racisme-l-onu-denonce-la-banalisation-du-discours-haineux-en-france_1274588">Racisme: l’ONU dénonce la «banalisation» du discours haineux en France</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">4</span>
+ <div class="content"> <a href="/politiques/2015/04/28/compte-en-suisse-l-embarras-du-fn-le-silence-de-jean-marie-le-pen_1274128">Compte en Suisse : l'embarras du FN, le silence de Jean-Marie Le Pen</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">5</span>
+ <div class="content"> <a href="/societe/2015/04/28/la-fable-du-cannabis-escalade-vers-d-autres-drogues_1274325">La fable du cannabis, «escalade» vers d'autres drogues</a> </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <!-- end - Most shared -->
+ <div id="ad-square1" class="mod media-ext">
+ <div class="wrapper">
+ <script type="text/javascript">
+ // laisser ce commentaire !
+ //sas_manager.render(163);
+ var sas_formatid = 163;
+ var sas_format_str = "square1";
+ var sas_pageid = "252/82921";
+ var sas_target = "support=article;objectId=article1278483;largeur=1000;resolution=" + ((client_width >= 1300) ? "HD;" : "SD;");
+ if (isVisibleAd(sas_format_str)) {
+ displayAd(document, sas_pageid, sas_formatid, sas_target, sas_format_str);
+ }
+ </script>
+ </div>
+ </div>
+ <div id="ad-partnersquare1" class="mod media-ext">
+ <div class="wrapper">
+ <script type="text/javascript">
+ // laisser ce commentaire !
+ //sas_manager.render(1169);
+ var sas_formatid = 1169;
+ var sas_format_str = "partnersquare1";
+ var sas_pageid = "252/82921";
+ var sas_target = "support=article;objectId=article1278483;largeur=1000;resolution=" + ((client_width >= 1300) ? "HD;" : "SD;");
+ if (isVisibleAd(sas_format_str)) {
+ displayAd(document, sas_pageid, sas_formatid, sas_target, sas_format_str);
+ }
+ </script>
+ </div>
+ </div>
+ <!-- start - Most shared -->
+ <div class="most-shared link-flow line media"> <span class="name">Vidéos les plus vues</span>
+ <ul class="list">
+ <li class="item">
+ <div class="media-video"> <span class="media">
+
+ <a href="/video/2015/04/27/fatou-diome-si-les-gens-qui-meurent-etaient-des-blancs-la-terre-entiere-serait-en-train-de_1271272">
+
+
+<img itemprop="contentURL" src="http://s1.libe.com/photocrop/img/image-lazy.png" alt="" data-src="http://md1.libe.com/photo/751155-fatou-diome-si-les-gens-qui-meurent-etaient-des-blancs-la-terre-entiere-serait-en-train-de.jpg?modified_at=1430127005&amp;ratio_x=03&amp;ratio_y=02&amp;width=150" data-src-retina="http://md1.libe.com/photo/751155-fatou-diome-si-les-gens-qui-meurent-etaient-des-blancs-la-terre-entiere-serait-en-train-de.jpg?modified_at=1430127005&amp;ratio_x=03&amp;ratio_y=02&amp;width=150" data-lazy-load="true" width="150" height="100"/>
+
+
+ </a>
+
+ </span>
+ <div class="content"> <a href="/video/2015/04/27/fatou-diome-si-les-gens-qui-meurent-etaient-des-blancs-la-terre-entiere-serait-en-train-de_1271272">Fatou Diome : «Si les gens qui meurent étaient des Blancs, la Terre entière tremblerait»</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div class="media-video"> <span class="media">
+
+ <a href="/video/2015/04/28/ceremonie-des-molieres-un-comedien-en-costume-d-adam-devant-la-ministre_1273541">
+
+
+<img itemprop="contentURL" src="http://s1.libe.com/photocrop/img/image-lazy.png" alt="" data-src="http://md1.libe.com/photo/752647-ceremonie-des-molieres-un-comedien-en-costume-d-adam-devant-la-ministre.jpg?modified_at=1430206275&amp;ratio_x=03&amp;ratio_y=02&amp;width=150" data-src-retina="http://md1.libe.com/photo/752647-ceremonie-des-molieres-un-comedien-en-costume-d-adam-devant-la-ministre.jpg?modified_at=1430206275&amp;ratio_x=03&amp;ratio_y=02&amp;width=150" data-lazy-load="true" width="150" height="100"/>
+
+
+ </a>
+
+ </span>
+ <div class="content"> <a href="/video/2015/04/28/ceremonie-des-molieres-un-comedien-en-costume-d-adam-devant-la-ministre_1273541">Cérémonie des Molières : Sébastien Thiéry interpelle Fleur Pellerin en costume d'Adam</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div class="media-video"> <span class="media">
+
+ <a href="/video/2015/04/27/seisme-au-nepal-les-images-de-videosurveillance-d-un-restaurant-chinois_1271727">
+
+
+<img itemprop="contentURL" src="http://s1.libe.com/photocrop/img/image-lazy.png" alt="" data-src="http://md1.libe.com/photo/751455-seisme-au-nepal-les-images-de-videosurveillance-d-un-restaurant-chinois.jpg?modified_at=1430142657&amp;ratio_x=03&amp;ratio_y=02&amp;width=150" data-src-retina="http://md1.libe.com/photo/751455-seisme-au-nepal-les-images-de-videosurveillance-d-un-restaurant-chinois.jpg?modified_at=1430142657&amp;ratio_x=03&amp;ratio_y=02&amp;width=150" data-lazy-load="true" width="150" height="100"/>
+
+
+ </a>
+
+ </span>
+ <div class="content"> <a href="/video/2015/04/27/seisme-au-nepal-les-images-de-videosurveillance-d-un-restaurant-chinois_1271727">Séisme au Népal&nbsp;:​ les images de vidéosurveillance d’un restaurant chinois</a> </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <!-- end - Most shared -->
+ <div class="link-flow customer-choice"> <span class="name">Le choix des abonnés</span>
+ <ul class="list">
+ <li class="item">
+ <div> <span class="timeline">1</span>
+ <div class="content"> <a class="diamond" href="http://ecrans.liberation.fr/ecrans/2015/04/28/elise-lucet-cash-pieds_1274527">Élise Lucet, cash-pieds&nbsp;</a>
+ <p><span class="slug">portrait</span> <span class="author">
+
+Par<span class="authorname"> Juliette Deborde</span> </span>
+ </p>
+ </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">2</span>
+ <div class="content"> <a class="diamond" href="/monde/2015/04/28/l-indonesie-implacable-avec-la-peine-capitale_1274799">Indonésie: huit condamnés, dont sept étrangers, exécutés&nbsp;</a>
+ <p> <span class="author">
+
+Par<span class="authorname"> Service Etranger</span> </span>
+ </p>
+ </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">3</span>
+ <div class="content"> <a class="diamond" href="/economie/2015/04/28/fin-de-course-pour-agnes-saal-a-l-ina_1274809">Fin de course pour Agnès Saal à l’INA&nbsp;</a>
+ <p><span class="slug">Récit</span> <span class="author">
+
+Par<span class="authorname"> Pierre Alonso</span> </span>
+ </p>
+ </div>
+ </div>
+ </li>
+ </ul>
+ <section id="aside-heading-suscriber">
+ <div class="cover" onclick="window.location.assign('http://journal.liberation.fr/publication/liberation/1846/');"> <span class="media"><img src="http://md0.libe.com/api/libe/v2/paperpage/218375/?format=jpg" alt="La Une du 29 avril 2015"/></span> <span class="link"><a href="http://journal.liberation.fr/publication/liberation/1846/"><strong>Feuilleter le journal</strong></a></span> </div>
+ <div class="offer mod" onclick="window.location.assign('http://token.liberation.fr/accounts/offers');"> <span class="media">
+ <a>
+ <img alt="Libération.fr sur tous les écrans" src="http://s1.libe.com/img/devices-226x151.png"/>
+ </a>
+</span>
+ <div class="calltoaction">
+ <p class="deal mod">
+ <a> <span class="title">Abonnez-vous à Libération</span>
+ <!--
+ <span class="price">15€</span>
+--><em>A partir d'un 1€ le premier mois</em>
+ <!--
+ <strong>découvrez nos offres d'été</strong>
+--></a>
+ </p>
+ </div> <span class="btn subscribe" onclick="window.location.assign('http://token.liberation.fr/accounts/offers');">
+ <a>S'abonner</a>
+</span> </div>
+ </section>
+ </div>
+ <div class="internal-ad promo block-ad"> <span class="name"><strong>Publicité</strong></span>
+ <iframe height="300" src="http://cshoppingbox.partner.leguide.com/liberationv2/001_accueil.htm" style="border: none; overflow: hidden; width:100%; background-color: transparent;" scrolling="no" frameborder="0"></iframe>
+ </div>
+ <div class="internal-ad promo block-ad" onclick="window.open('http://adfarm.mediaplex.com/ad/ck/19766-190962-8779-0?mpt=[CACHEBUSTER]');"> <span class="name"><strong>Apprenez une langue</strong> avec Babbel</span>
+ <!-- Stars notation --><img src="http://s1.libe.com/photocrop/img/image-lazy.png" data-lazy-load="true" data-src="http://s1.libe.com/img/babbel.jpg?5ab453ca06a48f0e53b210afa383781f"/>
+ <!-- End -->
+ <p> <strong>Cours de langues par Internet</strong> 13 langues disponibles. Apprenez où et quand vous voulez. Devenez enfin bon en langues </p>
+ <div class="call-action">Je me lance</div>
+ </div>
+ <div id="ad-pave2" class="mod media-ext">
+ <div class="wrapper">
+ <center>
+ <script type="text/javascript">
+ if (typeof isPubActive !== 'undefined' && isPubActive) {
+ if (typeof(desactive_asq) == 'undefined' || desactive_asq != 1) {
+ document.write('&lt;script src="http://ib.adnxs.com/ttj?id=1028479&size=300x600&amp;promo_sizes=300x250&promo_alignment=center&referrer=www.liberation.fr&cb=' + Math.floor(Math.random() * 9999999999) + '&pt1=http://ib.adnxs.com/seg?add=486980&t=1" type="text/javascript">&lt;' + '/script>');
+ }
+ }
+ </script>
+ </center>
+ </div>
+ </div>
+ <div class="shopping-list"> <span class="name"><a rel="nofollow" href="http://boutique.liberation.fr/" target="_blank"><strong>La boutique de Libé</strong></a></span>
+ <div class="product-item">
+ <a class="url" rel="nofollow" href="http://boutique.liberation.fr/collections/unes/products/une-encadree-30x40-steve-jobs-7-octobre-2011" target="_blank">
+ <div class="product-photo"><img alt="La nostalgie heureuse" src="http://s1.libe.com/photocrop/img/image-lazy.png" data-src="http://s1.libe.com/img/boutique_une1.jpg?5ab453ca06a48f0e53b210afa383781f" data-lazy-load="true"/></div>
+ <div class="fname">Steve Jobs - 30x40cm</div>
+ <div class="desc">Une - tirage photographique professionnel</div>
+ <div class="pricing">39€</div>
+ <div class="clear"></div>
+ </a>
+ </div>
+ <div class="product-item">
+ <a class="url" rel="nofollow" href="http://boutique.liberation.fr/collections/all" target="_blank">
+ <div class="product-photo"><img alt="La nostalgie heureuse" src="http://s1.libe.com/photocrop/img/image-lazy.png" data-src="http://s1.libe.com/img/boutique_une2.jpg?5ab453ca06a48f0e53b210afa383781f" data-lazy-load="true"/></div>
+ <div class="fname">Le meilleur de Libé</div>
+ <div class="desc">Anciens numéros, hors-série, collectors</div>
+ <div class="pricing">A partir de 9,90€</div>
+ <div class="clear"></div>
+ </a>
+ </div>
+ <div class="call-more"><a href="http://boutique.liberation.fr/">Plus de produits</a></div>
+ </div>
+ <div id="top-search-live" class="right-col-partners block promo block-iframe block-ad iframe-replace m-bot-s2" data-iframewidth="300" data-iframeheight="140" data-iframesrc="http://flux.liberation.fr/focus_actu/" data-iframeisfromlibe="0"> <span class="name"><strong>Top recherche en live</strong> avec Orange</span>
+ <iframe style="border: none; overflow: hidden;" width="300" height="260" scrolling="no" frameborder="0" src="http://flux.liberation.fr/focus_actu_new/"></iframe>
+ </div>
+ <div id="ad-pave3" class="mod media-ext">
+ <div class="wrapper">
+ <center>
+ <script type="text/javascript">
+ if (typeof isPubActive !== 'undefined' && isPubActive) {
+ if (typeof(desactive_asq) == 'undefined' || desactive_asq != 1) {
+ document.write('&lt;script src="http://ib.adnxs.com/ttj?id=1028480&size=300x250&promo_alignment=center&referrer=www.liberation.fr&cb=' + Math.floor(Math.random() * 9999999999) + '&pt1=http://ib.adnxs.com/seg?add=486980&t=1" type="text/javascript">&lt;' + '/script>');
+ }
+ }
+ </script>
+ </center>
+ </div>
+ </div>
+ <!-- start - Most shared -->
+ <div class="most-shared link-flow line "> <span class="name">A la une de Libération</span>
+ <ul class="list">
+ <li class="item">
+ <div> <span class="timeline">1</span>
+ <div class="content"> <a href="/monde/2015/04/30/a-katmandou-le-grand-cirque-humanitaire_1278931">A Katmandou, «le grand cirque humanitaire»</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">2</span>
+ <div class="content"> <a href="/economie/2015/04/30/rafale-au-tour-du-qatar_1279149">Rafale: au tour du Qatar</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">3</span>
+ <div class="content"> <a href="/monde/2015/04/29/bangui-des-soldats-francais-accuses-de-viols_1277395">Des soldats français accusés de viols d'enfants en Centrafrique</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">4</span>
+ <div class="content"> <a href="/monde/2015/04/30/berlin-aurait-espionne-des-officiels-francais-et-europeens-pour-la-nsa_1278941">Berlin aurait espionné des officiels français et européens pour la NSA</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">5</span>
+ <div class="content"> <a href="/societe/2015/04/29/ghlam-kouachi-un-lien-a-detricoter_1277403">Ghlam-Kouachi : un&nbsp;lien&nbsp;à détricoter</a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">6</span>
+ <div class="content"> <a href="/politiques/2015/04/29/est-ce-vraiment-de-gaulle-qui-a-donne-le-droit-de-vote-aux-femmes_1277138">Est-ce bien de Gaulle qui a donné le droit de vote aux femmes ? </a> </div>
+ </div>
+ </li>
+ <li class="item">
+ <div> <span class="timeline">7</span>
+ <div class="content"> <a href="http://next.liberation.fr/mode/2015/04/30/l-ami-k-way_1233067">Une brève histoire du K-way</a> </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ <!-- end - Most shared -->
+ </aside>
+ </div>
+ </div>
+ </div>
+ <div id="footer-partners-box">
+ <div class="wrapper line">
+ <div class="mod">
+ <section class="partners-box promo">
+ <ul>
+ <li onclick="window.open('http://boutique.liberation.fr/', '_blank');">
+ <div class="content"> <span class="name"><strong>La boutique de Libé</strong></span> <img data-lazy-load="true" src="http://s1.libe.com/photocrop/img/image-lazy.png" data-src="http://s1.libe.com/img/boutique2.jpg?5ab453ca06a48f0e53b210afa383781f"/>
+ <p> <strong>Le meilleur de Libération</strong> Offrez ou offrez-vous des unes, beaux livres, anciens numéros, hors-séries, e-books </p>
+ <div class="call-action">La boutique</div>
+ </div>
+ </li>
+ <li onclick="window.open('http://cours-anglais.liberation.fr/onefree201303', '_blank');">
+ <div class="content"> <span class="name"><strong>Cours d'anglais</strong> avec Gymglish</span> <img data-lazy-load="true" src="http://s1.libe.com/photocrop/img/image-lazy.png" data-src="http://s1.libe.com/img/gymglish.jpg?5ab453ca06a48f0e53b210afa383781f"/>
+ <p> <strong>Cours d'anglais par Internet</strong> Testez gratuitement nos cours d'anglais pendant 1 mois. </p>
+ <div class="call-action">J'en profite</div>
+ </div>
+ </li>
+ <li onclick="window.open('http://trf.greatviews.de/cl?m315=c&amp;q=1Sdq54EaitGUuYG3fH4eLySf', '_blank');">
+ <div class="content"> <span class="name"><strong>Rencontres sérieuses</strong> avec Parship</span> <img data-lazy-load="true" src="http://s1.libe.com/photocrop/img/image-lazy.png" data-src="http://s1.libe.com/img/parship.jpg?5ab453ca06a48f0e53b210afa383781f"/>
+ <p> <strong>Trouvez l'amour</strong> Rencontrez des célibataires qui vous correspondent avec Libé.fr et Parship </p>
+ <div class="call-action">Je découvre</div>
+ </div>
+ </li>
+ </ul>
+ </section>
+ </div>
+ </div>
+ </div>
+ <!-- START - Wrapper footer -->
+ <footer id="footer" role="contentinfo">
+ <div class="wrapper line">
+ <!-- START - Section Footer abonnements -->
+ <section class="bottom-banner-suscriber offer">
+ <div onclick="window.location.assign('http://token.liberation.fr/accounts/offers');" class="mod"> <span class="media">
+ <a>
+ <img alt="Libération.fr sur tous les écrans" src="http://s1.libe.com/img/devices-226x151.png"/>
+ </a>
+</span>
+ <div class="calltoaction">
+ <p class="deal mod">
+ <a> <span class="title">Abonnez-vous à Libération</span>
+ <!--
+ <span class="price">15€</span>
+--><em>A partir d'un 1€ le premier mois</em>
+ <!--
+ <strong>découvrez nos offres d'été</strong>
+--></a>
+ </p>
+ </div>
+ <p class="baseline"> <a href="#">
+ Le quotidien chaque jour chez vous Libé sur iPhone, iPad et Android <br/>
+ Accès illimité aux archives
+ </a> </p> <span class="btn subscribe" onclick="window.location.assign('http://token.liberation.fr/accounts/offers');">
+ <a>S'abonner</a>
+</span> </div>
+ </section>
+ <!-- END - Section Footer abonnements -->
+ <!-- Section Footer intermédiaire -->
+ <section id="footer-network" class="grid3 line">
+ <div id="footer-social" class="mod">
+ <h2>Libé sur le web</h2>
+ <p>Suivez l’actualité en temps réel</p>
+ <ul>
+ <li class="tip twitter"><a href="https://twitter.com/libe" title="suivre Libération sur Twitter">Twitter</a></li>
+ <li class="tip facebook"><a href="https://www.facebook.com/Liberation" title="suivre Libération sur Facebook">Facebook</a></li>
+ <li class="tip google-plus"><a href="https://plus.google.com/+Liberation" rel="publisher">Google+</a></li>
+ <li class="tip rss"><a href="/rss/" title="suivre Libération avec les flux RSS">RSS</a></li>
+ </ul>
+ </div>
+ <div class="mod newsletter-form">
+ <h2>Recevoir la newsletter</h2>
+ <p>Recevez l'actu Libé tous les matins par email</p>
+ <form class="newsletter_form_js">
+ <input type="text" id="EMAIL_FIELD" name="EMAIL_FIELD" placeholder="Adresse e-mail" class="email-field"/>
+ <input type="button" value="S'inscrire" class="btn libe" onclick="return validForm(this, 'newsletter-form');"/> </form>
+ </div>
+ <div id="footer-teaser" class="mod">
+ <a class="media left" href="http://boutique.liberation.fr/products/une-encadree-40x50-cm-yes-barack-obama" target="_blank"><img src="http://s1.libe.com/img/cover-shopify-full.jpg" alt=""/></a>
+ <div class="description">
+ <h2>Libé boutique</h2>
+ <ul>
+ <li class="title">Barack Obama</li>
+ <li class="type">Tirage photo professionnel</li>
+ <li class="price">39€</li>
+ </ul> <span class="link"><a href="http://boutique.liberation.fr/" target="_blank">Toute la boutique</a></span> </div>
+ </div>
+ </section>
+ <div class="ads megaban">
+ <div id="ad-megabas" class="mod media-ext">
+ <div class="wrapper">
+ <center>
+ <script type="text/javascript">
+ if (typeof isPubActive !== 'undefined' && isPubActive) {
+ if (typeof(desactive_asq) == 'undefined' || desactive_asq != 1) {
+ document.write('&lt;script src="http://ib.adnxs.com/ttj?id=1028523&size=728x90&promo_alignment=center&referrer=www.liberation.fr&cb=' + Math.floor(Math.random() * 9999999999) + '&pt1=http://ib.adnxs.com/seg?add=486980&t=1" type="text/javascript">&lt;' + '/script>');
+ }
+ }
+ </script>
+ </center>
+ </div>
+ </div>
+ </div>
+ <!-- Section Liens de bas de page -->
+ <section id="site-map" class="line">
+ <h2>Liberation</h2>
+ <ul class="heading">
+ <li class="menu-politiques"> <a title="Rubrique Politique" href="/politiques,11">Politique</a> </li>
+ <li class="menu-societe"> <a title="Rubrique Société" href="/societe,12">Société</a> </li>
+ <li class="menu-monde"> <a title="Rubrique Monde" href="/monde,10">Monde</a> </li>
+ <li class="menu-economie"> <a title="Rubrique Economie / Ecofutur" href="/economie,13">Economie / Ecofutur</a> </li>
+ <li class="menu-culture"> <a title="Rubrique Culture" href="/culture,16">Culture</a> </li>
+ <li class="menu-home_next"> <a title="Rubrique Next" href="http://next.liberation.fr/">Next</a> </li>
+ <li class="menu-rebonds"> <a title="Rubrique Idées" href="/debats,18">Idées</a> </li>
+ <li class="menu-video"> <a title="Rubrique Vidéo" href="/video,19">Vidéo</a> </li>
+ <li class="menu-photographie"> <a title="Rubrique Photo" href="/photographie,99965">Photo</a> </li>
+ <li class="menu-liberadio"> <a title="Rubrique Radio" href="/liberadio,100417">Radio</a> </li>
+ </ul>
+ <h2>Next</h2>
+ <ul class="heading">
+ <li class="menu-beaute"> <a title="Rubrique Beauté" onclick="window.location.assign('http://next.liberation.fr/beaute,100215');">Beauté</a> </li>
+ <li class="menu-musique"> <a title="Rubrique Musique" onclick="window.location.assign('http://next.liberation.fr/musique,59');">Musique</a> </li>
+ <li class="menu-cinema"> <a title="Rubrique Cinéma" onclick="window.location.assign('http://next.liberation.fr/cinema,58');">Cinéma</a> </li>
+ <li class="menu-mode"> <a title="Rubrique Mode" onclick="window.location.assign('http://next.liberation.fr/mode,99924');">Mode</a> </li>
+ <li class="menu-auto"> <a title="Rubrique Auto" onclick="window.location.assign('http://next.liberation.fr/auto,99928');">Auto</a> </li>
+ <li class="menu-design"> <a title="Rubrique Design&amp;Archi" onclick="window.location.assign('http://next.liberation.fr/design,99927');">Design&amp;Archi</a> </li>
+ <li class="menu-arts"> <a title="Rubrique Arts" onclick="window.location.assign('http://next.liberation.fr/arts,99964');">Arts</a> </li>
+ <li class="menu-nuit"> <a title="Rubrique La nuit" onclick="window.location.assign('http://next.liberation.fr/nuit,100128');">La nuit</a> </li>
+ </ul>
+ <h2>Écrans</h2>
+ <ul class="heading">
+ <li class="menu-"> <a title="Rubrique Vu sur le www" onclick="window.location.assign('http://ecrans.liberation.fr/vu-sur-le-www,100279');">Vu sur le www</a> </li>
+ <li class="menu-"> <a title="Rubrique Internet" onclick="window.location.assign('http://ecrans.liberation.fr/internet,100276');">Internet</a> </li>
+ <li class="menu-"> <a title="Rubrique Jeux vidéo" onclick="window.location.assign('http://ecrans.liberation.fr/jeux-video,100277');">Jeux vidéo</a> </li>
+ <li class="menu-"> <a title="Rubrique Télévision" onclick="window.location.assign('http://ecrans.liberation.fr/television,100278');">Télévision</a> </li>
+ <li class="menu-"> <a title="Rubrique Radio" onclick="window.location.assign('http://ecrans.liberation.fr/Radio,100281');">Radio</a> </li>
+ <li class="menu-"> <a title="Rubrique Presse" onclick="window.location.assign('http://ecrans.liberation.fr/Presse,100280');">Presse</a> </li>
+ <li class="menu-"> <a title="Rubrique High-tech" onclick="window.location.assign('http://ecrans.liberation.fr/high-tech,100282');">High-tech</a> </li>
+ <li class="menu-"> <a title="Rubrique Chronophages" onclick="window.location.assign('http://ecrans.liberation.fr/jeu-chronophage,99746');">Chronophages</a> </li>
+ <li class="menu-"> <a title="Rubrique Podcasts" onclick="window.location.assign('http://ecrans.liberation.fr/podcasts-ecrans,100307');">Podcasts</a> </li>
+ </ul>
+ <h2>Services</h2>
+ <ul class="heading">
+ <li class="menu-"> <a title="Rubrique Gérez votre abonnement" onclick="window.location.assign('https://abo.liberation.fr/netful-presentation-press/site/liberation/default/fr/account2/login.html');">Gérez votre abonnement</a> </li>
+ <li class="menu-"> <a title="Rubrique Emploi" onclick="window.location.assign('http://emploi.liberation.fr/');">Emploi</a> </li>
+ <li class="menu-"> <a title="Rubrique Rencontre" onclick="window.location.assign('http://pointscommuns.liberation.fr/');">Rencontre</a> </li>
+ <li class="menu-"> <a title="Rubrique Petites Annonces" onclick="window.location.assign('http://petites-annonces.liberation.fr/');">Petites Annonces</a> </li>
+ <li class="menu-"> <a title="Rubrique Cours d'Anglais" onclick="window.location.assign('http://cours-anglais.liberation.fr/');">Cours d'Anglais</a> </li>
+ <li class="menu-"> <a title="Rubrique Shopping" onclick="window.location.assign('http://shopping.liberation.fr/');">Shopping</a> </li>
+ <li class="menu-"> <a title="Rubrique Anciens Numéros" onclick="window.location.assign('http://boutique.liberation.fr/');">Anciens Numéros</a> </li>
+ </ul>
+ </section>
+ <section class="legal line">
+ <ul id="footer-nav">
+ <li><a onclick="window.location.assign('/contacts/');" title="Contacter Libération">Contact</a></li>
+ <li><a onclick="window.location.assign('http://www.espaces-liberation.fr/');" title="Votre publicité sur Libération">Publicité</a></li>
+ <li><a onclick="window.location.assign('/licence/');" title="Licence d'utilisation de Libération">Licence</a></li>
+ <li><a onclick="window.location.assign('/donnees-personnelles/');" title="Vos données personnelles sur Libération">Données personnelles</a></li>
+ <li><a onclick="window.location.assign('/cguv/');" title="Conditions générales de vente de Libération">Conditions générales de vente et d'utilisation</a></li>
+ <li><a onclick="window.location.assign('http://www.pilotsystems.net/');" title="Site hébergé par Pilot Systems">Site hébergé par Pilot Systems</a></li>
+ <li><a onclick="window.location.assign('/rss/');" title="">RSS</a></li>
+ <li class="copyright">© Libération</li>
+ </ul>
+ </section>
+ </div>
+ <!-- END - Wrapper footer -->
+ </footer>
+ <div id="ad-dhtml" class="mod media-ext">
+ <div class="wrapper">
+ <script type="text/javascript">
+ // laisser ce commentaire !
+ //sas_manager.render(94);
+ var sas_formatid = 94;
+ var sas_format_str = "dhtml";
+ var sas_pageid = "252/82921";
+ var sas_target = "support=article;objectId=article1278483;largeur=1000;resolution=" + ((client_width >= 1300) ? "HD;" : "SD;");
+ if (isVisibleAd(sas_format_str)) {
+ displayAd(document, sas_pageid, sas_formatid, sas_target, sas_format_str);
+ }
+ </script>
+ </div>
+ </div>
+ </div>
+ <script src="https://platform.twitter.com/widgets.js"></script>
+ <!-- JavaScript -->
+ <script type="text/javascript" src="http://s1.libe.com/cache/js/ddc9209a3255.js"></script>
+ <script type="text/javascript">
+ if (!$('body').hasClass('slideshow')) {
+ var reference = ($('body').hasClass('event') ? '.event-body' : 'article');
+ $('.tool-bar').sticky({
+ 'offset': 20,
+ 'reference': reference
+ });
+ }
+ </script>
+ <script type="text/JavaScript" src="http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script>
+ <script type="text/javascript">
+ $(function() {
+ // If fyre is not defined we need to return otherwise this will mess up future
+ // inline scripts.
+ if (typeof(fyre) == 'undefined') {
+ return;
+ }
+ var livefyre_i18n = {
+ signIn: "Identifiez-vous pour commenter",
+ signInGuest: "Se connecter en tant qu'invité",
+ signOut: "Se déconnecter",
+ editProfile: "Editer le profil",
+ siteAdmin: "Administration",
+ postButton: "Poster",
+ postAsButton: "Poster",
+ postEditButton: "Editer",
+ postEditCancelButton: "Annuler l'édition",
+ commentCountLabel: "commentaire",
+ commentCountLabelPlural: "commentaires",
+ listenerCount: "suit la conversation",
+ listenerCountPlural: "suivent la conversation",
+ likeButton: "J'aime",
+ unlikeButton: "Je n'aime plus",
+ editButton: "Editer",
+ replyButton: "Répondre",
+ follow: "Suivre",
+ unfollow: "Ne plus suivre",
+ banUserButton: "Bannir",
+ deleteButton: "Supprimer",
+ flagButton: "Signaler",
+ shareButton: "Partager",
+ sortNewest: "Plus récents",
+ sortOldest: "Plus anciens",
+ sortSeparator: " | ",
+ sortHotThreads: "Hot topics",
+ sortBackButton: "Rétablir",
+ sortTopComments: "Top commentaires",
+ hotThreadsContentNotFoundMsg: "Aucun hot topic trouvé",
+ topCommentsContentNotFoundMsg: "Aucun top commentaire trouvé",
+ topContentRefreshMsg: "Rafraîchir",
+ threadBreakoutButton: "Sortir",
+ banUserTooltip: "Bannir un utilisateur",
+ deleteCommentTooltip: "Supprimer le commentaire",
+ flagCommentTooltip: "Signaler un commentaire",
+ shareCommentTooltip: "Partager un commentaire",
+ banTitle: "Bannir",
+ banConfirmation: "Etes-vous sûr de vouloir bannir l'utilisateur ?",
+ banConfirmButton: "OK",
+ banCancelButton: "Annuler",
+ flagSpam: "Spam",
+ flagOffensive: "Offensant",
+ flagDisagree: "Message biaisé/faux",
+ flagOffTopic: "Hors sujet",
+ flagTitle: "Signaler le commentaire de",
+ flagSubtitle: "Signaler comme",
+ flagEmail: "Email",
+ flagEmailPlaceholder: "[email protected]",
+ flagNotes: "Message",
+ flagNotesPlaceholder: "Commencez votre message ici...",
+ flagConfirmButton: "OK",
+ flagCancelButton: "Annuler",
+ flagSuccessMsg: "Message envoyé avec succès.",
+ flagConfirmationMessage: "Votre message a bien été pris en compte.",
+ shareDefaultText: "Regardez le message!",
+ shareTitle: "Partager le commentaire",
+ shareButtonText: "Partager",
+ shareLabel: "Partager sur :",
+ sharePermalink: "Permalien",
+ mentionTitle: "Partager le message avec un ami",
+ mentionSubtitleFacebook: "Partager le message sur compte Facebook de :",
+ mentionSubtitleTwitter: "Partager le message sur compte Twitter de :",
+ mentionDefaultText: "Je viens de te mentionner dans un commentaire sur Livefyre!",
+ mentionConfirmButton: "OK",
+ mentionCancelButton: "Annuler",
+ mentionSuccessMsg: "Message envoyé avec succès.",
+ mentionErrorNoneSelected: "Un ou plusieurs champs n'ont pas été remplis.",
+ mentionErrorGeneral: "Erreur lors de l'envoie de votre message.",
+ timeJustNow: "A l'instant",
+ timeMinutesAgo: "Il y a une minute",
+ timeMinutesAgoPlural: "Il y a quelques minutes",
+ timeHoursAgo: "Il y a une heure",
+ timeHoursAgoPlural: "Il y a quelques heures",
+ timeDaysAgo: "Il y a un jour",
+ timeDaysAgoPlural: "Il y a quelques jours",
+ errorAuthError: "Erreur d'identification",
+ errorCommentsNotAllowed: "Commentaire non autorisé",
+ errorDuplicate: "Votre message a déjà été publié.",
+ errorEditDuplicate: "Même si vous adorez votre commentaire, il est interdit de le poster une seconde fois.",
+ errorEditNotAllowed: "Vous ne pouvez plus éditer votre commentaire.",
+ errorEmpty: "Il semblerait que vous essayiez de poster un commentaire vide.",
+ errorInsufficientPermissions: "Vous n'avez pas toutes les autorisations pour poster ce message.",
+ errorInvalidChar: "Il semblerait que des caractères que vous utilisez ne soient pas autorisés dans les commentaires.",
+ errorLikeOwnComment: "Vous ne pouvez pas aimer votre propre commentaire.",
+ errorMalformed: "",
+ errorMaxChars: "Votre commentaire dépasse le nombre maximum de caractères autorisés.",
+ errorExpired: "Votre message a expiré.",
+ errorEditTimeExceed: "Le délais imparti pour modifier votre commentaire a été dépassé.",
+ errorShowMore: "Erreur lors de la mise à jour.",
+ errorDefault: "Erreur: rafraîchissez la page.",
+ moderator: "Libération",
+ moderatorEditTimeStamp: "Edité",
+ pendingComment: "Votre message est en attente de modération.",
+ showMore: "Afficher plus de commentaires",
+ hovercardViewProfile: "Afficher le profil en entier",
+ customHtmlDialogTitle: "",
+ commentNotifier: "nouveau commentaire",
+ commentNotifierPlural: "nouveaux commentaires",
+ replyButtonSingular: "",
+ replyButtonPlural: "",
+ livechatPostButtonLabel: "Poster",
+ livechatWindowsInstruction: "",
+ livechatOtherInstruction: "",
+ livechatPostEditButton: "Editer",
+ liveblogPostCountLabel: "",
+ liveblogPostCountLabelPlural: "",
+ showMoreLiveblog: "",
+ months: ['Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre']
+ };
+ var authDelegate = new fyre.conv.RemoteAuthDelegate();
+ authDelegate.login = function() {
+ window.location.href = "http://token.liberation.fr/accounts/login/";
+ };
+ authDelegate.logout = function() {
+ window.location.href = "http://token.liberation.fr/accounts/logout/";
+ };
+ /* authDelegate.viewProfile = authDelegate.editProfile = function() {
+ window.location.href = ;
+ }; */
+ var formatDate = function(theDateInput) {
+ var date = new Date(theDateInput);
+ //var minutesUntilAbsoluteTime = 14400; // 10 days
+ //var absoluteFormat = 'd MMM y à k:m';
+ // TODO: Use the formated string for X minutes ago
+ return date.getDate() + " " + livefyre_i18n["months"][date.getMonth()] + " " + date.getUTCFullYear() + " à " + date.getHours() + ":" + date.getMinutes();
+ };
+ fyre.conv.load({
+ 'network': "liberation.fyre.co",
+ 'strings': livefyre_i18n
+ }, [{
+ "siteId": "336643",
+ "articleId": "1278483",
+ "el": 'comments_container',
+ "collectionMeta": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJodHRwOi8vd3d3LmxpYmVyYXRpb24uZnIvbW9uZGUvMjAxNS8wNC8zMC91bi10cm9pc2llbWUtZnJhbmNhaXMtbW9ydC1kYW5zLWxlLXNlaXNtZS1hdS1uZXBhbF8xMjc4NDgzIiwiY2hlY2tzdW0iOiIwZDI2MWIzNGRkZjM2ZGZhNWU2MDRjZTBlMmJlYjU5ZSIsInRhZ3MiOiIiLCJhcnRpY2xlSWQiOjEyNzg0ODMsInRpdGxlIjoiVW4gdHJvaXNpXHUwMGU4bWUgRnJhblx1MDBlN2FpcyBtb3J0IGRhbnMgbGUgc1x1MDBlOWlzbWUgYXUgTlx1MDBlOXBhbCJ9.ly0sgd_LD8VChga6RaWrBVpwaD794n_lHdJ6FHxATYQ",
+ "checksum": "0d261b34ddf36dfa5e604ce0e2beb59e",
+ "authDelegate": authDelegate,
+ "datetimeFormat": formatDate
+ }], function(widget) {
+ var is_closed = false;
+ if (libeUserInfo.authenticated) {
+ fyre.conv.login(libeUserInfo.livefyre_token);
+ }
+ widget.on('initialRenderComplete', function() {
+ if (is_closed) {
+ widget.stop();
+ $('#' + 'comments_container').addClass('closed');
+ } else if (libeUserInfo.authenticated) {
+ $('&lt;div class="fyre-moderation-message">' + '&lt;p>Votre commentaire apparaîtra dès validation par le modérateur (généralement en moins de 30 minutes).&lt;/p>' + '&lt;p>Cet espace est réservé aux commentaires sur cet article. Vous souhaitez discuter d\'autres sujets ? Rendez-vous sur &lt;a href="http://www.liberation.fr/forums,24">nos forums thématiques&lt;/a>. Merci de respecter &lt;a href="http://www.liberation.fr/charte/">notre charte&lt;/a>.&lt;/p>' + '&lt;/div>').insertAfter('.fyre-editor:first');
+ };
+ });
+ });
+ });
+ </script>
+ <script type="text/javascript">
+ var jplayerSwfPath = 'http://s1.libe.com/liberadio/jquery.jplayer.2.8.4/jquery.jplayer.swf';
+ </script>
+ <script type="text/javascript" src="http://s1.libe.com/cache/js/2faf74e9132a.js"></script>
+ <!-- Google Tag Manager -->
+ <noscript>
+ <iframe src="//www.googletagmanager.com/ns.html?id=GTM-H3K4X" height="0" width="0" style="display:none;visibility:hidden"></iframe>
+ </noscript>
+ <script>
+ (function(w, d, s, l, i) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ var f = d.getElementsByTagName(s)[0],
+ j = d.createElement(s),
+ dl = l != 'dataLayer' ? '&l=' + l : '';
+ j.async = true;
+ j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl;
+ f.parentNode.insertBefore(j, f);
+ })(window, document, 'script', 'dataLayer', 'GTM-H3K4X');
+ </script>
+ <!-- // Google Tag Manager -->
+ <!-- chartbeat -->
+ <script type="text/javascript">
+ var _sf_async_config = {};
+ _sf_async_config.uid = 43601;
+ _sf_async_config.domain = 'liberation.fr';
+ _sf_async_config.useCanonical = true;
+ _sf_async_config.sections = "Monde";
+ _sf_async_config.authors = "Web";
+ (function() {
+ function loadChartbeat() {
+ window._sf_endpt = (new Date()).getTime();
+ var e = document.createElement('script');
+ e.setAttribute('language', 'javascript');
+ e.setAttribute('type', 'text/javascript');
+ e.setAttribute('src', (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'http://static.chartbeat.com/') + 'js/chartbeat.js');
+ document.body.appendChild(e);
+ }
+ var oldonload = window.onload;
+ window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() {
+ oldonload();
+ loadChartbeat();
+ };
+ })();
+ </script>
+ <!-- // chartbeat -->
+ <!-- nuggad -->
+ <script type="text/javascript">
+ var n_pbt = '';
+ var nuggrid = encodeURIComponent(top.location.href);
+ document.write('&lt;scr' + 'ipt type="text/javascript" src="//asqliberation.nuggad.net/rc?nuggn=400929945&nuggsid=1646502667&nuggrid=' + nuggrid + '">&lt;\/scr' + 'ipt>');
+ </script>
+ <!-- // nuggad -->
+ <script type="text/javascript">
+ $(function() {
+ new Image().src = "http://hitcount.liberation.fr/pix.gif?url=/monde/2015/04/30/un-troisieme-francais-mort-dans-le-seisme-au-nepal_1278483";
+ });
+ </script>
+ <script type="text/javascript">
+ xtnv = document; //parent.document or top.document or document
+ xtsd = "http://logliberation";
+ xtsite = is_responsive_mobile ? "507510" : "381060";
+ xtn2 = "48"; // level 2
+ xtpage = "Monde::Article_\u002D_Un_troisieme_Francais_mort_dans_le_seisme_au_Nepal_\u002D_1278483"; //page name (with the use of :: to create chapters)
+ xtdi = "";
+ xt_pagetype = "2\u002D1\u002D0";
+ xt_multc = "\u0026x1\u003D0\u0026x2\u003D40\u0026x3\u003D10\u0026x4\u003D\u0026x5\u003D20150430\u0026x6\u003D20\u0026x7\u003D1278483";
+ // if the user is part of the staff we don't take it into account
+ if (typeof(libeUserInfo["is_staff"]) != "undefined" && libeUserInfo["is_staff"]) {
+ xt_an = "";
+ xt_ac = "";
+ } else {
+ // it is ok to test against libeUserInfo because the script that sets it is blocking
+ xt_an = typeof(libeUserInfo["xiti_user_id"]) == "undefined" ? "" : libeUserInfo["xiti_user_id"];
+ xt_ac = typeof(libeUserInfo["xiti_access_level"]) == "undefined" ? "" : libeUserInfo["xiti_access_level"];
+ }
+ // software blocker
+ if (typeof(libeUserInfo["softwarer_blocker"]) != "undefined") {
+ xt_multc += "&x8=" + libeUserInfo["softwarer_blocker"]
+ }
+ if (window.xtparam == null) {
+ window.xtparam = '';
+ }
+ window.xtparam += "&ptype=" + xt_pagetype + "&ac=" + xt_ac + "&an=" + xt_an + xt_multc;
+ </script>
+ <noscript> <img width="1" height="1" alt="xiti" src="http://logliberation.xiti.com/hit.xiti?s=381060&amp;s2=48&amp;p=Monde::Article_-_Un_troisieme_Francais_mort_dans_le_seisme_au_Nepal_-_1278483&amp;ptype=2-1-0&amp;di=&amp;ac=&amp;an=&amp;x1=0&amp;x2=40&amp;x3=10&amp;x4=&amp;x5=20150430&amp;x6=20&amp;x7=1278483"/> </noscript>
+ <script type="text/javascript" src="http://s1.libe.com/cache/js/1883037ffeac.js"></script>
+ <script type="text/javascript">
+ if (typeof isPubActive !== 'undefined' && isPubActive) {
+ if (typeof(desactive_teads) == 'undefined' || desactive_teads != 1) {
+ window._lvr = window._lvr || [];
+ _lvr.push({
+ LR_PUBLISHER_ID: 74701,
+ LR_VERTICALS: 'liberation_fr_os_inread',
+ format: 'inread',
+ LR_PARTNERS: 763629,
+ slot: '#article-body',
+ child: '1:1',
+ passbackHtml: '&lt;center>&lt;scr' + 'ipt type=\'text/javascript\'>(function(e,t){ t=t||{};var n=document.createElement(\'script\');var r=\'https:\'==window.location.protocol?\'https://\':\'http://\';n.src=r+\'cdn.adikteev.com/lib/v3/aksdk.moment?t=\'+((new Date).getTime()/1e3/3600).toFixed();n.type=\'text/javascript\';n.async=\'true\';n.onload=n.onreadystatechange=function(){if(top.AKSdk&&top.isInitAKSdk===true)return;var n=this.readyState;if(n&&n!=\'complete\'&&n!=\'loaded\')return;try{top.isInitAKSdk=true;top.AKSdk.init(e,t) }catch(r){}};try{ var i=top.document.getElementsByTagName(\'script\')[0];i.parentNode.insertBefore(n,i); }catch(e){};})({desktop:\'KYvbNsp6ATbQsAUa31pbow==\'});&lt;/sc' + 'ript>&lt;/center>'
+ });
+ (function() {
+ var js = document.createElement('script');
+ js.type = 'text/javascript';
+ js.async = true;
+ js.src = '//cdn.adslvr.com/adslvr-min.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(js, s);
+ })();
+ }
+ }
+ </script>
+ <!-- WAI Tag liberation -->
+ <script type="text/javascript">
+ var WRP_HOST = 'liberationanalytics.solution.weborama.fr';
+ var WRP_ID = 484545;
+ var WRP_SECTION = 'monde';
+ var WRP_ID_GRP = 484857;
+ var WRP_SECTION_GRP = 'Liberation';
+ var WRP_SUBSECTION = WRP_SECTION;
+ var WRP_SUBSECTION_GRP = WRP_SECTION_GRP;
+ (function() {
+ var wrsc, s;
+ wrsc = document.createElement('script');
+ wrsc.type = 'text/javascript';
+ wrsc.src = 'http' + ('https:' == document.location.protocol ? 's://cstatic' : '://cstatic') + '.weborama.fr/js/products.js';
+ s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(wrsc, s);
+ })();
+ </script>
+ <!-- WAM first-party data - SEGMENTS -->
+ <script type="text/javascript">
+ window.wex_callback = function() {
+ wex.account('1177');
+ wex.push('liberation', 2, 'Label');
+ wex.push('sites', 1, 'Label');
+ };
+ </script>
+ <!-- WAM first-party data - DO NOT MODIFY -->
+ <script type="text/javascript">
+ (function() {
+ var wsc = document.createElement('script');
+ wsc.type = 'text/javascript';
+ wsc.onload = function() {
+ window.wex_callback();
+ wex.send();
+ };
+ wsc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cstatic.weborama.fr/wam/wfpd.min.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(wsc, s);
+ })();
+ </script>
+ <!-- end WAM first-party data -->
+ <!-- iframe -->
+ <iframe style="height: 1px; width: 1px; border: 0px none; position: absolute; display: none; left: 0px; top: 0px; z-index: 0;" src="//cstatic.weborama.fr/iframe/aud_trans/external_LB.html"></iframe>
+ <!-- end iframe -->
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json
new file mode 100644
index 0000000..1efdcbd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json
@@ -0,0 +1,11 @@
+[
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--hqqO9fze--\/n1s6c2m6kc07iqdyllj6.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--QeUTCiuW--\/o4dpyrcbiqyfrc3bxx6p.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--mlR3Ku0_--\/xrhkwleyurcizy4akiae.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--Tacb0tyW--\/qodag11euf2npkawkn9v.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--x9hLbIKJ--\/imfc9ybqfw0jmztbhfrh.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--6NwBgQLy--\/afy7n45jfvsjdmmhonct.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--ciqk42G0--\/s3pq8vjrvyjgne4lfsod.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--mtob1sjR--\/y2ldv5eufb3jcrtfouye.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--4Ajak63w--\/atb9qm07fvvg7hqkumkw.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json
new file mode 100644
index 0000000..fa13f9e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Patrick Allan",
+ "Direction": null,
+ "Excerpt": "We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.",
+ "Image": "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--hqqO9fze--\/n1s6c2m6kc07iqdyllj6.jpg",
+ "Title": "How to Program Your Mind to Stop Buying Crap You Don’t Need",
+ "SiteName": "Lifehacker"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html
new file mode 100644
index 0000000..758a827
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html
@@ -0,0 +1,659 @@
+<div><p data-textannotation-id="58a492029dca5e6a6e481d21b6b2933a"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" data-chomp-id="n1s6c2m6kc07iqdyllj6" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a043044f9b3e31fd85568b17e3b1b5f3"><span>We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.</span></p>
+
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="e51cbbc52eb8c3b33571908351076cf7"><strong>Understand How Your Own Brain Works Against You</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="268f7702467d33e3b0972dd09f1cf0a6"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--QeUTCiuW--/o4dpyrcbiqyfrc3bxx6p.jpg" data-chomp-id="o4dpyrcbiqyfrc3bxx6p" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--QeUTCiuW--/o4dpyrcbiqyfrc3bxx6p.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="32604538f84919efff270e87b61191a1">It may come as no surprise to learn that stores employ all kinds of tricks to get you to part ways with your cash, and your brain plays right along. Through psychological tricks, product placement, and even color, stores are designed from the ground up to increase spending. We've talked about the biggest things stores do to manipulate your senses, but here are some of the biggest things to look out for:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="cd748c8b681c781cdd728c5e17b5e05f"><strong>Color:</strong> Stores use color to make products attractive and eye-catching, but they also use color on price labels. Red stands out and can encourage taking action, that's why it's commonly associated with sale signage and advertising. When you see red, remember what they're trying to do to your brain with that color. You don't to buy something just because it's on sale.</li><li data-textannotation-id="29c11c0aec305293be282aa91f8fbc3d"><strong>Navigation Roadblocks:</strong> Stores force you to walk around stuff you don't need to find the stuff you are really after. Have a list of what you need before you go in, go straight to it, and imagine it's the only item in the store.</li><li data-textannotation-id="252dc7e4a924d12c2d913861ab118bf5"><strong>The Touch Factor:</strong> Stores place items they want to sell in easy to reach locations and encourage you to touch them. Don't do it! As soon as you pick something up, you're more likely to buy it because your mind suddenly takes ownership of the object. Don't pick anything up and don't play with display items.</li><li data-textannotation-id="05dde4d44056798acff5890759134a64"><strong>Scents and Sounds:</strong> You'll probably hear classic, upbeat tunes when you walk into a store. The upbeat music makes you happy and excited, while playing familiar songs makes you feel comfortable. They also use pleasant smells to put your mind at ease. A happy, comfortable mind at ease is a dangerous combination for your brain when shopping. There's not much you can do to avoid this unless you shop online, but it's good to be aware of it.</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1eb4a4df2a670927c5d9e9641ebf9d40">And sure, we can blame the stores all we want, but you won't change how they operate—you can only be aware of how your <a href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594" x-inset="1">brain is falling for their tricks</a>. Even without the stores, <a href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices" x-inset="1">your brain is working against you on its own</a>, thanks to some simple cognitive biases.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="89992f1ca493b248eea6ed1772326c46">For example, confirmation bias makes you only believe the information that conforms to your prior beliefs, while you discount everything else. Advertisers appeal to this bias directly by convincing you one item is better than another with imagery and other tricks, regardless of what hard facts might say. Keep your mind open, do your own research, and accept when you're wrong about a product. The Decoy effect is also a commonly used tactic. You think one product is a deal because it's next to a similar product that's priced way higher. Even if it's a product you need, it's probably not as good of a deal as it looks right then and there. Again, always research beforehand and be on the lookout for this common trick to avoid impulse buys.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="eedde8c384145f2593efc2a15a4d79de"><strong>Make a List of </strong><em><strong>Everything</strong></em><strong> You Own and Do Some Decluttering</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="8044cf9aab698fd28931acd90ba96f7a"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--mlR3Ku0_--/xrhkwleyurcizy4akiae.jpg" data-chomp-id="xrhkwleyurcizy4akiae" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--mlR3Ku0_--/xrhkwleyurcizy4akiae.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a2a886d841e5aed848cdf7088edde4ea">Now that you know what you're up against, it's time to start changing the way you think. Before you can stop buying crap you don't need, you need to identify what that crap is. The first step is to make a list of <a href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943" x-inset="1">every single thing you own</a>. <strong>Every. Single. Thing</strong>. This might sound extreme, but you need to gather your data so you can start reprogramming your mind.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bbe57b7aa20b48550e5f66b7c530822c">The purpose of this exercise is twofold: you see what you already have and don't need to ever buy again, and you get to see what you shouldn't have bought in the first place. As you list everything out, separate items into categories. It's extremely important that you are as honest with yourself as possible while you do this. It's also important you actually write this all down or type it all out. Here is the first set of categories to separate everything into:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="8d7dc912152eddd0e3d56e28ad79e6f2"><strong>Need:</strong> You absolutely need this item to get by on a day to day basis.</li><li data-textannotation-id="6f60a79627f0746d1f611999251e9f1b"><strong>Sometimes Need:</strong> You don't need this item every day, but you use it on a somewhat regular basis.</li><li data-textannotation-id="54e10b108f95548966b657bd90fdbed4"><strong>Want:</strong> You bought this item because you wanted it, not because you needed it.</li><li data-textannotation-id="26c461a85fbc78651be442e205cac58b"><strong>Crap:</strong> You don't have a good reason why you have it and you already know it needs to go (there's probably a few of these items, at least).</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="5743cf753f68fd8ee3443cc0f8e815dd">Leave the things you listed as "needs" alone, put your stuff listed as "crap" in a pile or box to go bye-bye, and move your attention back to your "sometimes need" and "want" lists. You need to go back over both of those lists because you probably fudged some of the listings, either subconsciously or intentionally. Now ask yourself these three questions as you go through both the "sometimes need" and "want" lists:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="2048d6c0436bd34811442d6df32989a4">When was the last time I used this?</li><li data-textannotation-id="3f4b3686d822171b35e27bf1afde530b">When will I use this again?</li><li data-textannotation-id="63728605cc4fa66f5b225f674d12bbff">Does this item <a href="http://lifehacker.com/declutter-by-asking-one-question-does-this-spark-joy-1651256422">bring you joy</a>?</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="816cd504161fecc6f3e173779b33d5db">Remember to be honest and adjust your lists accordingly. There's nothing wrong with keeping things you wanted. Material items can <a href="http://lifehacker.com/how-to-buy-happiness-the-purchases-most-likely-to-brin-1681780686">bring happiness to many people</a>, but make sure the items on your "want" list actively provide you joy and are being used. If an item doesn't get much use or doesn't make you happy, add it to the "crap" list.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="675103d9c0da55e95f93c53bb019f864">Once you have everything organized, it's time to do some serious decluttering. This listing exercise should get you started, but there are <a href="http://lifehacker.com/5957609/how-to-kick-your-clutter-habit-and-live-in-a-clean-house-once-and-for-all">a lot of other great ideas</a> when it comes to ditching the junk you don't need. Regardless, everything on your "crap" list needs to go. You can donate it, sell it at a yard sale, give it away to people know, whatever you like. Before you get rid of everything, though, take a picture of all your stuff together. Print out or save the picture somewhere. Some of it was probably gifts, but in general, this is all the crap you bought that you don't need. Take a good look and remember it.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="f15ab0a628b159459f095f04fef851ba"><strong>See How Much Money and Time You Spent on the Stuff You Threw Out</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bc2f55587bf4ab07a1852a8d26217233"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--Tacb0tyW--/qodag11euf2npkawkn9v.jpg" data-chomp-id="qodag11euf2npkawkn9v" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--Tacb0tyW--/qodag11euf2npkawkn9v.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="95ab4fe30c3ade42a8011966ea54aa0b">Now take a look at your "crap" list again and start calculating how much you spent on all of it. If it was a gift, mark it as $0. Otherwise, figure out the price of the item at the time you bought it. If you got a deal or bought it on sale it's okay to factor that in, but try to be as accurate as possible. Once you have the price for each item, add it all together. Depending on your spending habits this could possibly be in the hundreds to thousands of dollars. Remember the picture you took of all this stuff? Attach the total cost to the picture so you can see both at the same time.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="f654efec679064b15826d8ee20bc94e4">With the money cost figured out, you should take a look at the other costs too. Time is a resource just like any other, and it's a finite one. What kind of time did you pour into these things? Consider the time you spent acquiring and using these items, then write it all down. These can be rough estimations, but go ahead and add it all up when you think you've got it. Now attach the total time to same picture as before and think of the other ways you could have spent all that time. This isn't to make you feel bad about yourself, just to deliver information to your brain in an easy-to-understand form. When you look at it all like this, it can open your eyes a little more, and help you think about purchases in the future. You'll look at an item and ask yourself, "Will this just end up in the picture?"</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="6342bf7f15d9eddd21489c23e51ca434"><strong>List Every Non-Material Thing In Your Life that Makes You Happy</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bafeac1c3808e0d2900190979f058b2c"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--x9hLbIKJ--/imfc9ybqfw0jmztbhfrh.jpg" data-chomp-id="imfc9ybqfw0jmztbhfrh" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--x9hLbIKJ--/imfc9ybqfw0jmztbhfrh.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4bd8fbaabb33ff1cb5dc93c16e1f83cc">Now it's time to make a different list. While material items may bring plenty of joy, the things in your life that make you happiest probably can't be bought. Get a separate piece of paper or create a new document and list out everything in your life that makes you happy. If you can't buy it, it's eligible for the list. It doesn't matter if it only makes you crack a smile or makes you jump for joy, list it out. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="104a646a62ad7a0cfb4e3ff086185fdc"><span>These are probably the things that actually make you want to get out of bed in the morning and keep on keepin' on. Once you have it all down, put it in your purse or wallet. The next time you feel the urge to buy something, whip this list out first and remind yourself why you probably don't need it.</span></p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="532cf992ff45d52de501c1a8f80fc152"><strong>Spend Some Time Away from Material Things to Gain Perspective</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="64f5c7155ad89bd2835399d33c1ae28a"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--6NwBgQLy--/afy7n45jfvsjdmmhonct.jpg" data-chomp-id="afy7n45jfvsjdmmhonct" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--6NwBgQLy--/afy7n45jfvsjdmmhonct.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="84554492c487779e921b98fb64222177">If you're having a really hard time with your spending, it can help to get away from material objects completely. When you're constantly surrounded by stuff and have access to buying things at all times, it can be really tough to break the habit. Spend a day in the park enjoying the sights and sounds of the outdoors, go camping with some friends, or hike a trail you haven't been on before. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="b44add1c7b690705d672186e3a9604b6">Essentially, you want to show yourself that you don't need your "things" to have a good time. When you realize how much fun you can have without all the trinkets and trivets, you'll start to shut down your desire to buy them. If you can't get really get away right now, just go for a walk without your purse or wallet (but carry your ID). If you can't buy anything, you'll be forced to experience things a different way.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="98c11bebae0bbcdbe8411df0186d6465"><strong>Develop a Personal "Should I Buy This?" Test</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="ff438b878771354bb7f6d065ff50dbb2"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--ciqk42G0--/s3pq8vjrvyjgne4lfsod.jpg" data-chomp-id="s3pq8vjrvyjgne4lfsod" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--ciqk42G0--/s3pq8vjrvyjgne4lfsod.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4af04ae83f18d9c37da21527bcd4a290">If you don't have a personal "should I buy this?" test, now's the perfect time to make one. When you find an item you think you need or want, it has to pass all of the questions you have on your test before you can buy it. Here's where you can use all of the data you've gathered so far and put it to really good use. The test should be personalized to your own buying habits, but here are some example questions:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="fcfd78b1619bdf0b7330f4b40efb899d">Is this a planned purchase?</li><li data-textannotation-id="c16e7d5feae7cc2c3c6a8dd312ea206f">Will it end up in the "crap" list picture one day?</li><li data-textannotation-id="54d877fdee56080c87508fc9e6402889"><a href="http://lifehacker.com/prevent-clutter-by-asking-yourself-where-items-will-go-1649480461">Where am I going to put it</a>?</li><li data-textannotation-id="59d5245217c84e6b2b2969b3492f2f2d">Have I included this in my budget?</li><li data-textannotation-id="8fe1582808b4d89f5c88c2708744d27d"><em>Why</em> do I want/need it?</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="0162d779382cdc7de908fc1488af3940">Custom build your test to hit all of your weaknesses. If you make a lot of impulse buys, include questions that address that. If you experience a lot of buyer's remorse, include a lot of questions that make you think about the use of item after you buy it. If buying the latest and greatest technology is your weakness, Joshua Becker at Becoming Minimalist suggests you ask yourself <a target="_blank" href="http://www.becomingminimalist.com/marriage-hacks/">what problem the piece of tech solves</a>. If you can't think of anything it solves or if you already have something that solves it, you don't need it. Be thorough and build a test that you can run through your mind every time you consider buying something.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="c0ed0882675acc340dcd88e13ca514b3"><strong>Learn to Delay Gratification and Destroy the Urge to Impulse Buy</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1d43712fc5ce8f156e4661cca5750575"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg" data-chomp-id="y2ldv5eufb3jcrtfouye" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="3d8086719c5da749f877629d498ccab9">When it comes to the unnecessary crap we buy, impulse purchases probably make up a good deal of them. We love to feel gratification instantly and impulse buys appeal to that with a rush of excitement with each new purchase. We like to believe that we have control over our impulses all the time, but we really don't, and that's a major problem for the ol' wallet.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="620ca9836425e09ec7fa50bfad204665">The key is teaching your brain that it's okay to <a href="http://lifehacker.com/overcome-the-need-for-instant-gratification-by-delaying-1636938356">wait for gratification</a>. You can do this with a simple time out every time you want something. Look at whatever you're thinking of buying, go through your personal "should I buy this?" test, and then walk away for a little while. Planning your purchases ahead is ideal, so the longer you can hold off, the better. Set yourself a reminder to check on the item <a href="http://lifehacker.com/5859632/buyers-remorse-is-inevitable-how-to-make-purchases-you-really-wont-regret">a week or month down the line</a>. When you come back to it, you may find that you don't even want it, just the gratification that would come with it. If you're shopping online, you can do the same thing. Walk away from your desk or put your phone in your pocket and do something else for a little while.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a85d9eb501c898234ac5df2a56c50a13">You can also avoid online impulse purchases by <a href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age" x-inset="1">making it harder to do</a>. Block shopping web sites during time periods you know you're at your weakest, or remove all of your saved credit card or Paypal information. You can also <a href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases" x-inset="1">practice the "HALT" method</a> when you're shopping online or in a store. Try not to buy things when you're Hungry, Angry, Lonely, or Tired because you're at your weakest state mentally. Last, but not least, the "<a href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases" x-inset="1">stranger test</a>" can help you weed out bad purchases too.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="27385752c06848647540ad931892b21e">The last thing you should consider when it comes to impulse buys is "artificial replacement." As Trent Hamm at The Simple Dollar explains, artificial replacement can happen when you start to <a target="_blank" href="http://www.thesimpledollar.com/balancing-spending-and-time-how-time-frugality-can-save-you-lots-of-cash/">reduce the time</a> you get with your main interests:</p>
+
+
+
+
+
+
+
+
+
+
+<blockquote data-textannotation-id="213e2e816ac88f8d177fb0db0f7fef09">
+<p data-textannotation-id="7b98c5809df24dd04bb65285878c0335">Whenever I consistently cut quality time for my main interests out of my life, I start to long for them. As you saw in that "typical" day, I do make room for spending time with my family, but my other two main interests are absent. If that happens too many days in a row, I start to really miss reading. I start to really miss playing thoughtful board games with friends. What happens after that? <strong>I start to substitute.</strong> When I don't have the opportunity to sit down for an hour or even for half an hour and really get lost in a book, I start looking for an alternative way to fill in the tiny slices of time that I do have. I'll spend money.</p></blockquote>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4b6cc2900ffacd3daef54b13b4caceac">You probably have things in your life that provide plenty of gratification, so don't get caught substituting it with impulse buys. Always make sure you keep yourself happy with plenty of time doing the things you like to do and you won't be subconsciously trying to fill that void with useless crap.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="aed9b435c4ed23e573c453ceeb34ed18"><strong>Turn the Money You Save Into More Money</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="21154394d63f1943d01f2b717aa31115"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--4Ajak63w--/atb9qm07fvvg7hqkumkw.jpg" data-chomp-id="atb9qm07fvvg7hqkumkw" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--4Ajak63w--/atb9qm07fvvg7hqkumkw.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="6141942e977cc058fd7a0fa06a3f7389">Once you've programmed your mind to stop buying crap you don't need, you'll have some extra cash to play with. Take all that money and start putting it toward your future and things you <em>will</em> need further down the road. You might need <a target="_blank" href="http://twocents.lifehacker.com/how-to-start-saving-for-a-home-down-payment-1541254056">a home</a>, a vehicle, or a way to retire, but none of that can happen until you start planning for it. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="90f08afddc08e2c3b45c266f2e6965ec">Start by paying off any debts you already have. Credit cards, student loans, and even car payments can force you to <a href="http://lifehacker.com/how-to-break-the-living-paycheck-to-paycheck-cycle-1445330680">live paycheck to paycheck</a>. Use the <a href="http://lifehacker.com/5940989/pay-off-small-balances-first-for-better-odds-of-eliminating-all-your-debt">snowball method</a> and pay off some small balances to make you feel motivated, then start taking out your debt in full force with the <a href="http://lifehacker.com/how-to-pay-off-your-debt-using-the-stack-method-576070292">stacking method</a>: stop creating new debt, determine which balances have the highest interest rates, and create a payment schedule to pay them off efficiently.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1106cb837deb2b6fc8e28ba98f078c27">With your debts whittled down, you should start an emergency fund. No matter how well you plan things, accidents and health emergencies can still happen. An emergency fund is designed to make those kinds of events more manageable. This type of savings account is strictly for when life throws you a curveball, but you can grow one pretty easily <a target="_blank" href="http://twocents.lifehacker.com/how-to-grow-an-emergency-fund-from-modest-savings-1638409351">with only modest savings</a>.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="347c2a36f114a794d559d929da1b15b7">When you've paid off your debt and prepared yourself for troubled times, you can start saving for the big stuff. All that money you're not spending on crap anymore can be saved, invested, and compounded to let you buy comfort and security. If you don't know where to start, talk to a financial planner. Or create a simple, yet effective <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594" x-inset="1">"set and forget" investment portfolio</a>. You've worked hard to reprogram your mind, so make sure you reap the benefits for many years to come.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="b54d87ffdace50f420c3a6ff0404cbf3"><em><small>Photos by <a target="_blank" href="http://www.shutterstock.com/pic-129762989/stock-vector-consumer.html?src=id&amp;ws=1">cmgirl</a> (Shutterstock), <a target="_blank" href="http://www.shutterstock.com/pic-227832739/stock-vector-hacker-icon-man-in-hoody-with-laptop-flat-isolated-on-dark-background-vector-illustration.html?src=id&amp;ws=1">Macrovector</a> (Shutterstock), <a target="_blank" href="https://www.flickr.com/photos/jetheriot/6186786217">J E Theriot</a>, <a target="_blank" href="https://www.flickr.com/photos/puuikibeach/15289861843">davidd</a>, <a target="_blank" href="https://www.flickr.com/photos/funfilledgeorgie/10922459733">George Redgrave</a>, <a target="_blank" href="https://www.flickr.com/photos/amslerpix/7252002214">David Amsler</a>, <a target="_blank" href="https://www.flickr.com/photos/amalakar/7299820870">Arup Malakar</a>, <a target="_blank" href="https://www.flickr.com/photos/lobsterstew/89644885">J B</a>, <a target="_blank" href="https://www.flickr.com/photos/jakerome/3298702453">jakerome</a>, <a target="_blank" href="http://401kcalculator.org/">401(K) 2012</a>.</small></em></p></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html
new file mode 100644
index 0000000..fb7f522
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html
@@ -0,0 +1,1305 @@
+<!DOCTYPE html>
+<!--[if lt IE 8]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]-->
+<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]-->
+<!--[if IE 9]> <html class="no-js ie-9" lang="en-US"> <![endif]-->
+<!--[if gt IE 9]><!-->
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" class=" js no-touch csstransforms csstransforms3d csstransitions localstorage svg inlinesvg contenteditable xhr2 no-ipad no-iphone no-ipod no-appleios positionfixed no-android no-ioswebview no-facebookapp"><!--<![endif]--><!-- THIS IS OVERLORD --><head><meta content="IE=11; IE=10; IE=9; IE=8; IE=EDGE" http-equiv="X-UA-Compatible" /><script async="" src="//www.google-analytics.com/analytics.js"></script><script src="http://kinja.com/api/profile/assets/javascripts/sso.js" type="text/javascript" async=""></script>
+ <script type="text/javascript">
+ var _sf_startpt=(new Date()).getTime();
+ if (typeof(performance) !== 'undefined' &amp;&amp; typeof performance.now === 'function') {
+ var _kinjaperf_start = performance.now();
+ }
+ </script>
+
+ <script type="text/javascript">
+ (function () {
+ var w = typeof window != 'undefined' ? window : exports,
+ marks = [];
+ w.performance || (w.performance = {});
+ w.performance.now || (
+ w.performance.now = performance.now || performance.webkitNow ||
+ performance.msNow || performance.mozNow);
+ if (!w.performance.now){
+ var s = Date.now ? Date.now() : +(new Date());
+ if (performance.timing &amp;&amp; performance.timing)
+ s = performance.timing.navigationStart
+ w.performance.now = (function(){
+ var n = Date.now ? Date.now() : +(new Date());
+ return n-s;
+ });
+ }
+ w.performance.mark || (
+ w.performance.mark =
+ w.performance.webkitMark ? w.performance.webkitMark :
+ (function (l) {
+ marks.push({'name': l, 'entryType': 'mark', 'startTime': w.performance.now(), 'duration':0 });
+ }));
+ w.performance.getEntriesByType || (
+ w.performance.getEntriesByType =
+ w.performance.webkitGetEntriesByType ? w.performance.webkitGetEntriesByType :
+ (function (t) {
+ return t == 'mark' ? marks : [];
+ }));
+ w.performance.clearMarks || (
+ w.performance.clearMarks = w.performance.webkitClearMarks ? w.performance.webkitClearMarks :
+ (function () {
+ marks = [];
+ }));
+ w.markUserTime = function(l) {
+ setTimeout(function() {
+ if (typeof w.performance.mark === 'function') {
+ w.performance.mark(l);
+ }
+ if (w.console &amp;&amp; w.console.timeStamp) {
+ w.console.timeStamp(l);
+ }
+ }, 0);
+ };
+
+ }());
+ </script>
+ <script>
+ window.Krux || ((Krux = function () {
+ Krux.q.push(arguments);
+ }).q = []);
+ (function () {
+ function retrieve(n) {
+ var m, k = 'kx' + n;
+ if (window.localStorage) {
+ return window.localStorage[k] || "";
+ } else if (navigator.cookieEnabled) {
+ m = document.cookie.match(k + '=([^;]*)');
+ return (m &amp;&amp; unescape(m[1])) || "";
+ } else {
+ return '';
+ }
+ }
+ Krux.user = retrieve('user');
+ Krux.segments = retrieve('segs') &amp;&amp; retrieve('segs').split(',') || [];
+ })();
+ </script><!-- Included CSS Files --><!--[if IE 9]><link rel="stylesheet" href="http://x.kinja-static.com/assets/stylesheets/tiger-split-501c281ae23f533f6bdadd515be1ba8a.css"><![endif]--><!--[if !IE]>--><link href="http://x.kinja-static.com/assets/stylesheets/tiger-0331994048987aac81f30111327184ed.css" rel="stylesheet" /><!--<![endif]--><meta content="http://x.kinja-static.com/assets/stylesheets/editor-7fe68d97a46203c5f7e2e1703b89b8b4.css" id="editor-css-url" name="dynamic-stylesheet" /><!-- Site specific colors --> <style type="text/css">
+ a, a:hover, a:focus { color: #709602; }
+ </style><meta content="R0yw_jwnGWbokA2qgkupaWGVFJnF6qGtlgbSJEMdQkw" name="google-site-verification" /><!-- IE Fix for HTML5 Tags --><!--[if lte IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--><meta charset="utf-8" /><!-- Set the viewport width to device width for mobile --><meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0,maximum-scale=10.0" name="viewport" /><meta content="INDEX, FOLLOW" name="ROBOTS" /><title>How to Program Your Mind to Stop Buying Crap You Don’t Need</title><!-- favicon and touch icons --><link href="http://i.kinja-img.com/gawker-media/image/upload/s--rqDhe7s2--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/192oza44hceztpng.png" rel="shortcut icon" /><link href="http://i.kinja-img.com/gawker-media/image/upload/s--bBeYJ-7Z--/c_fill,fl_progressive,g_center,h_200,q_80,w_200/192oza44hceztpng.png" rel="apple-touch-icon" /><meta content="http://i.kinja-img.com/gawker-media/image/upload/s--rqDhe7s2--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/192oza44hceztpng.png" name="msapplication-square70x70logo" /><meta content="http://i.kinja-img.com/gawker-media/image/upload/s--bBeYJ-7Z--/c_fill,fl_progressive,g_center,h_200,q_80,w_200/192oza44hceztpng.png" name="msapplication-square150x150logo" /><!-- rss --><link href="http://feeds.gawker.com/lifehacker/full" title="Lifehacker - All stories" type="application/rss+xml" rel="alternate" /><!-- Open Graph/Facebook headers --><meta content="money, shopping, saving money, personal finances, mind hacks, habits, budget, psychology, editor&amp;#39;s picks, Lifehacker" name="keywords" /><meta content="money, shopping, saving money, personal finances, mind hacks, habits, budget, psychology, editor&amp;#39;s picks, Lifehacker" name="news_keywords" /><link href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" rel="canonical" /><meta content="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" name="twitter:url" /><meta content="How to Program Your Mind to Stop Buying Crap You Don’t Need" property="og:title" /><meta content="article" property="og:type" /><meta content="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" name="twitter:image" /><meta content="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" property="og:image" /><meta content="Patrick Allan" name="author" /><meta content="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" property="og:url" /> <!-- permalink --><meta content="summary_large_image" name="twitter:card" /><meta content="@lifehacker" name="twitter:site" /><meta content="How to Program Your Mind to Stop Buying Crap You Don’t Need" name="twitter:title" /><meta content="We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store." name="twitter:description" /><meta name="twitter:creator" /><meta content="We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store." property="og:description" /><meta content="We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store." name="description" /><meta content="en_US" property="og:locale" /><meta content="Lifehacker" property="og:site_name" /><meta content="37418175030" property="fb:app_id" /><meta content="live" name="kinja:mode" /><meta content="permalink" name="kinja:page-type" /><script async="" type="text/javascript" src="http://d8rk54i4mohrb.cloudfront.net/js/reach.js"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="layer/Main" src="http://x.kinja-static.com/assets/javascripts-min/layer/Main-en-US-fc52d10f1350408009c8c771fe092f72.js"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="layer/PostApp" src="http://x.kinja-static.com/assets/javascripts-min/layer/PostApp-en-US-c004ba34b8896c19ebcaf45ecd2464f1.js"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="module/Raven" src="http://x.kinja-static.com/assets/javascripts-min/module/Raven-en-US-3467f3aed7fecb0be39f14c0d7095e44.js"></script><meta class="foundation-data-attribute-namespace" /><meta class="foundation-mq-xxlarge" /><meta class="foundation-mq-xlarge" /><meta class="foundation-mq-large" /><meta class="foundation-mq-medium" /><meta class="foundation-mq-small" /><style></style><script type="text/javascript" src="http://rtax.criteo.com/delivery/rta/rta.js?netId=1482&amp;cookieName=cto_gawk&amp;rnd=70842173253&amp;varName=crtg_content" async=""></script><meta class="foundation-mq-topbar" /><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="//platform.twitter.com/widgets.js" src="//platform.twitter.com/widgets.js"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="module/KinjaAnalytics" src="http://x.kinja-static.com/assets/javascripts-min/module/KinjaAnalytics-en-US-64fff5209724c0b7443a3f00f4bdd9b2.js"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="module/GroupchatsModule" src="http://x.kinja-static.com/assets/javascripts-min/module/GroupchatsModule-en-US-7cb00a84791c2dfe2dc35cc3ab740476.js"></script></head><body data-timezone-offset="-25200000" class="lifehacker custom-skin permalink en-US f_ads_controller_on f_ads_mv_separation_on f_amazon_matchbuy_on f_amazon_selective_clientside_render_on f_analyticstracking_on f_bigpic_share_on f_biztools_blogname_on f_black_search_icon_on f_cda_on_hash_on f_comment_annotation_template_merge_on f_coredecorators_on f_coreinsets_on f_corelikes_on f_crossdomainanalytics_on f_direct_core_annotations_on f_direct_core_extendedlike_on f_direct_core_post_update_on f_direct_core_reposts_on f_editor_dst_fix_on f_editor_timezone_fix_on f_engine_agnostic_link_modal_on f_foobar_foo f_footer_new_chartbeat_on f_foreplay_copy_update_on f_gnc_on f_gns_on f_gnx_on f_grecaptcha_on f_groupchats_rendering_performance_on f_hide_pending_replies_on f_iframe_resize_on f_insetmetrics_on f_json_post_sync_on f_large_post_performance_on f_limit_draft_controls_on f_longer_permalink_cache_time_1800_on f_moatads_headertag_on f_moatads_promoted_on f_mobile_ad_prototypes_on f_mobile_ad_prototypes_permalink_on f_multioauth_on f_new_editor_css_on f_new_editor_message_on f_newblogproperties_on f_newbuttons_on f_newfollowlists_on f_no_follow_pending_on f_permalink_body_mobile_ad_on f_permalinkservice_feedcontroller_on f_permalinkservice_inviteservice_on f_pinterest_on f_pinterest_hoverbutton_on f_pinterest_mobilepanel_on f_popular_6_on f_postlistclickmetrics_on f_postlisttracking_on f_pre_share_view_on f_promoted_touch_on f_purge_permalink_on_update_on f_raven_on f_recommended_footer_on f_redactor_on f_remove_spinner_on f_s3assets_on f_scheduled_shares_on f_scribe_on f_sha_amazon_links_subtags_on f_simplereach_expanded_on f_tablet_popular_on f_throttle_on f_throttle_measuring_off f_throttle_test_foo_lorem f_twitter_embed_fix_on f_uidimages_on f_unify_amazon_insets_permalink_on f_universalanalytics_on f_userstats_on f_viewstats_via_service_on k_liveblog_appRevision_1 k_liveblog_pollIntervalMillis_10000 k_maintenance_off js_initialized no-touch" style=""><div id="js_success-box-container" class="success-messages"></div>
+ <script type="text/javascript">
+ var readOnlyRequest;
+ var cn = "read-only";
+ var cacheBusterParam = "?cb=" + Math.floor(Date.now() / 60000); // update every minute
+ var setReadOnly = function () {
+ document.body.className = (document.body.className === '') ? cn : document.body.className + ' ' + cn;
+ };
+ if (window.XMLHttpRequest) {
+ readOnlyRequest = new XMLHttpRequest();
+ } else if (window.ActiveXObject) {
+ readOnlyRequest = new ActiveXObject("Microsoft.XMLHTTP");
+ }
+ readOnlyRequest.onreadystatechange = function() {
+ if (readOnlyRequest.readyState == 4 &amp;&amp; readOnlyRequest.status &gt;= 500 &amp;&amp; readOnlyRequest.status &lt; 600) {
+ setReadOnly();
+ }
+ };
+ readOnlyRequest.open('GET', "/ajax/readOnlyMode" + cacheBusterParam);
+ readOnlyRequest.send();
+ </script>
+ <div data-offcanvas="" class="off-canvas-wrap" id="js_off-canvas-wrap"><div class="inner-wrap"><aside class="left-off-canvas-menu show-for-medium-down proxima nav-dropdown main-menu"> <div id="js_blogmenu--offcanvas"><div class="search show-for-medium-down"> <form onsubmit="window.ga('send', 'event', 'Search', 'Submit', 'permalink');" action="/search" class="search search-simple" method="GET"><div class="input-with-icon"><span class="icon icon-search"></span><input type="text" data-focus-on-display="" autocomplete="off" class="mbn" name="q" placeholder="Search" /></div></form></div><div class="divider show-for-medium-down"></div><div class="js_login-links show-for-medium-down"><div> <div class="login-links"><a data-ga="[User Menu, Login Click, js_pageType]" class="login-link js_login-link" href="#">Log in</a></div></div></div> <ul class="show-for-medium-down"><li data-blogid="17" class="add js_follow-controls js_follow-blog-controls follow-controls--blog-menu"><a class="js_followblogforuser proxima" href="#"><span class="icon icon-plus-alt"></span> <span>Follow Lifehacker</span></a><a class="js_unfollowblogforuser proxima hide" href="#"><span class="icon icon-checkmark-alt"></span> <span>Followed</span></a></li><li></li></ul><ul class="related-blog-list"><li class="title">Related blogs</li> <li><a data-ga="[Kinja Menu, Related Blog Click, Hackerspace]" href="http://hackerspace.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Hackerspace</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, After Hours]" href="http://afterhours.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>After Hours</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Two Cents]" href="http://twocents.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Two Cents</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Workshop]" href="http://workshop.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Workshop</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Vitals]" href="http://vitals.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Vitals</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Skillet]" href="http://skillet.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Skillet</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Shop Talk]" href="http://shoptalk.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Shop Talk</a></li></ul><div class="divider"></div><ul class="gmg-blog-list"><li class="title">Blogs you may like</li> <li><a data-ga="[Kinja Menu, Blogs You May Like Click, Deadspin]" href="http://deadspin.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-deadspin"></span>Deadspin</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Gawker]" href="http://gawker.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-gawker"></span>Gawker</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Gizmodo]" href="http://gizmodo.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-gizmodo"></span>Gizmodo</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, io9]" href="http://io9.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-io9"></span>io9</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Jalopnik]" href="http://jalopnik.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-jalopnik"></span>Jalopnik</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Jezebel]" href="http://jezebel.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-jezebel"></span>Jezebel</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Kotaku]" href="http://kotaku.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-kotaku"></span>Kotaku</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Lifehacker]" href="http://lifehacker.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-lifehacker"></span>Lifehacker</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Sploid]" href="http://sploid.gizmodo.com/"><span class="icon icon-prepend icon-sprite site-icon site-icon-sploid"></span>Sploid</a></li></ul></div><div class="divider"></div></aside><aside class="right-off-canvas-menu show-for-medium-down proxima nav-dropdown"> <dl data-tab="" class="tabs row"><dd class="js_username-tab tab-title active small-6 columns"><a class="js_username" href="#js_usermenu--offcanvas">Username</a></dd><dd class="js_notif-tab tab-title small-6 columns"><a href="#js_notifications--offcanvas">Notifications</a></dd></dl><div class="tabs-content"><div id="js_usermenu--offcanvas" class="content active"><div> <ul class="user-links"><li class="hover-icon"><a data-ga="[User Menu, Compose Post Click, js_pageType]" class="js_compose-post-button readonly-hide" href="#"><span class="icon oversized icon-pencil-alt icon-prepend"></span>Compose post</a></li><li class="hover-icon"><a data-ga="[User Menu, Account Settings Click, js_pageType]" class="js_settings-link readonly-hide" href="#"><span class="icon oversized icon-gear icon-prepend"></span>Account Settings</a></li><li class="hover-icon"><a data-ga="[User Menu, Private View Click, js_pageType]" class="js_private-button" href="#"><span class="icon oversized icon-lock icon-prepend"></span>Private view</a></li><li class="hover-icon"><a data-ga="[User Menu, Logout Click, js_pageType]" class="js_logout-link" href="#"><span class="icon oversized icon-x-small icon-prepend"></span>Logout</a></li><li class="js_manageblog hover-icon hide"><a data-ga="[User Menu, Manage Blog Click, js_pageType]" class="js_manageblog-link hover-icon readonly-hide" href="#"><span class="icon oversized icon-users icon-prepend"></span></a></li><li class="js_salestools hover-icon hide"><a data-ga="[User Menu, Business Tool Click, js_pageType]" class="js_salestools-link hover-icon readonly-hide" href="#"><i class="icon oversized icon-bubble-right icon-prepend"></i>Biz Tools for Lifehacker</a></li><li class="js_superuser-tools hover-icon hide"><a data-ga="[User Menu, Create Blog Click, js_pageType]" class="js_createblog-link hover-icon readonly-hide" href="#"><span class="icon icon-document-add oversized icon-prepend"></span>Create blog</a></li><li class="js_superuser-tools hide"><a data-ga="[User Menu, Show Mom Jeans Click, js_pageType]" class="hover-icon" href="?superuser"><span class="icon oversized icon-star icon-prepend"></span>Show Mom Jeans</a></li></ul><div class="divider"></div><ul class="title-ownblogs"><li class="title">My blogs</li></ul><ul class="js_myblogs myblogs"></ul></div></div><div id="js_notifications--offcanvas" class="content notif-menu js_notif-panel"><div class="divider"></div></div></div></aside><a class="exit-off-canvas"></a> <!-- md5! --><div class="js_top-nav-wrap top-nav fixed shadow-bottom"><nav class="js_top-nav row proxima"><div class="header flex-container horizontal-nowrap"><div class="flex-item off-canvas-toggle__wrapper show-for-medium-down"><a data-ga="[Kinja Menu, Menu Click, js_pageType]" class="left-off-canvas-toggle menu-square"><span class="icon-hamburger"><span></span><span></span><span></span></span></a></div><div class="flex-item kinja-title__wrapper hide-for-medium-down"><a class="js_menu-button" data-dropdown="global-blog"><span data-ga="[Kinja Menu, Menu Click, js_pageType]" class="menu-square menu-square--desktop"><span class="icon-hamburger"><span></span><span></span><span></span></span></span></a></div><div data-image-asset-path="http://x.kinja-static.com/assets/images/" data-logo-src="http://i.kinja-img.com/gawker-media/image/upload/s--TBjOdHcL--/c_fit,fl_progressive,q_80,w_600/bwiqhbo45ulldozwchb0.png" class="blog-title-region js_blog-title-region flex-item flex-grow"><div href="/" title="Lifehacker" class="blog-title"><a title="Lifehacker" class="blog-title__logo site-logo js_blog-title__logo gmgLogos" href="/"><img alt="" src="http://x.kinja-static.com/assets/images/logos/navbar/logo-lifehacker.png" class="blog-title__img logo-lifehacker" /></a><div class="search-button"><span class="icon icon-search js_search-button__open-icon search-button__open-icon"></span></div></div></div><div class="flex-item header-right"><div class="right user-bar js_right-user-bar"><div> <div class="login-links"><a data-ga="[User Menu, Login Click, js_pageType]" class="login-link js_login-link" href="#">Log in</a></div></div></div></div></div><div data-dropdown-content="" id="global-blog" class="proxima f-dropdown content nav-dropdown main-menu hide-for-medium-down"><div id="js_blogmenu--dropdown"><div class="search show-for-medium-down"> <form onsubmit="window.ga('send', 'event', 'Search', 'Submit', 'permalink');" action="/search" class="search search-simple" method="GET"><div class="input-with-icon"><span class="icon icon-search"></span><input type="text" data-focus-on-display="" autocomplete="off" class="mbn" name="q" placeholder="Search" /></div></form></div><div class="divider show-for-medium-down"></div><div class="js_login-links show-for-medium-down"><div> <div class="login-links"><a data-ga="[User Menu, Login Click, js_pageType]" class="login-link js_login-link" href="#">Log in</a></div></div></div> <ul class="show-for-medium-down"><li data-blogid="17" class="add js_follow-controls js_follow-blog-controls follow-controls--blog-menu"><a class="js_followblogforuser proxima" href="#"><span class="icon icon-plus-alt"></span> <span>Follow Lifehacker</span></a><a class="js_unfollowblogforuser proxima hide" href="#"><span class="icon icon-checkmark-alt"></span> <span>Followed</span></a></li><li></li></ul><ul class="related-blog-list"><li class="title">Related blogs</li> <li><a data-ga="[Kinja Menu, Related Blog Click, Hackerspace]" href="http://hackerspace.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Hackerspace</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, After Hours]" href="http://afterhours.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>After Hours</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Two Cents]" href="http://twocents.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Two Cents</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Workshop]" href="http://workshop.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Workshop</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Vitals]" href="http://vitals.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Vitals</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Skillet]" href="http://skillet.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Skillet</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Shop Talk]" href="http://shoptalk.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Shop Talk</a></li></ul><div class="divider"></div><ul class="gmg-blog-list"><li class="title">Blogs you may like</li> <li><a data-ga="[Kinja Menu, Blogs You May Like Click, Deadspin]" href="http://deadspin.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-deadspin"></span>Deadspin</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Gawker]" href="http://gawker.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-gawker"></span>Gawker</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Gizmodo]" href="http://gizmodo.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-gizmodo"></span>Gizmodo</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, io9]" href="http://io9.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-io9"></span>io9</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Jalopnik]" href="http://jalopnik.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-jalopnik"></span>Jalopnik</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Jezebel]" href="http://jezebel.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-jezebel"></span>Jezebel</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Kotaku]" href="http://kotaku.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-kotaku"></span>Kotaku</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Lifehacker]" href="http://lifehacker.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-lifehacker"></span>Lifehacker</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Sploid]" href="http://sploid.gizmodo.com/"><span class="icon icon-prepend icon-sprite site-icon site-icon-sploid"></span>Sploid</a></li></ul></div></div><div data-dropdown-content="" id="js_notifications--dropdown" class="proxima f-dropdown nav-dropdown content notif-menu"></div><div class="js_global-user scrollable-container noskimlinks noskimwords"><div data-dropdown-content="" id="js_usermenu--dropdown" class="proxima f-dropdown nav-dropdown content user-menu user-menu--mobile"><div> <ul class="user-links"><li class="hover-icon"><a data-ga="[User Menu, Compose Post Click, js_pageType]" class="js_compose-post-button readonly-hide" href="#"><span class="icon oversized icon-pencil-alt icon-prepend"></span>Compose post</a></li><li class="hover-icon"><a data-ga="[User Menu, Account Settings Click, js_pageType]" class="js_settings-link readonly-hide" href="#"><span class="icon oversized icon-gear icon-prepend"></span>Account Settings</a></li><li class="hover-icon"><a data-ga="[User Menu, Private View Click, js_pageType]" class="js_private-button" href="#"><span class="icon oversized icon-lock icon-prepend"></span>Private view</a></li><li class="hover-icon"><a data-ga="[User Menu, Logout Click, js_pageType]" class="js_logout-link" href="#"><span class="icon oversized icon-x-small icon-prepend"></span>Logout</a></li><li class="js_manageblog hover-icon hide"><a data-ga="[User Menu, Manage Blog Click, js_pageType]" class="js_manageblog-link hover-icon readonly-hide" href="#"><span class="icon oversized icon-users icon-prepend"></span></a></li><li class="js_salestools hover-icon hide"><a data-ga="[User Menu, Business Tool Click, js_pageType]" class="js_salestools-link hover-icon readonly-hide" href="#"><i class="icon oversized icon-bubble-right icon-prepend"></i>Biz Tools for Lifehacker</a></li><li class="js_superuser-tools hover-icon hide"><a data-ga="[User Menu, Create Blog Click, js_pageType]" class="js_createblog-link hover-icon readonly-hide" href="#"><span class="icon icon-document-add oversized icon-prepend"></span>Create blog</a></li><li class="js_superuser-tools hide"><a data-ga="[User Menu, Show Mom Jeans Click, js_pageType]" class="hover-icon" href="?superuser"><span class="icon oversized icon-star icon-prepend"></span>Show Mom Jeans</a></li></ul><div class="divider"></div><ul class="title-ownblogs"><li class="title">My blogs</li></ul><ul class="js_myblogs myblogs"></ul></div></div></div></nav></div><div class="js_ad-top row ad-wide ad-top show-for-xlarge-up" id="ad-970x90-container"><div class="column"> <div class="ad-unit js_ad-unit ad-top-banner js_ad-top-banner"><div data-zone-type="TOP_BANNER" class="ad-container js_ad-container" id="ad-container-21598451"></div></div></div></div><div class="row page js_page"><div class="large-4 columns sidebar hide-for-medium-down"><div class="sidebar-container js_sidebar-actual-container"> <div class="sidebar-content js_sidebar-container js_sidebar"><section class="leftrailmodule js_leftrailmodule leftrailmodule--trending" id="js_leftrailmodule--trending"> <div class="strapline proxima text-upper text-micro strapline--leftrail"><span class="strapline-bg">Trending on Kinja</span></div><div class="js_related-module "><ol class="leftrail-list leftrail-list--trending js_leftrail-list"> <li class="row leftrail-item leftrail-item--trending js_leftrail-item"><div class="large-1 columns"><div class="leftrail-marker">1.</div></div><div class="large-5 columns"><a data-ga="[Trending module click, position 1, js_pageType]" href="http://deadspin.com/aaron-hernandez-is-an-idiot-but-he-still-might-get-awa-1692206981"><img alt="Aaron Hernandez Is An Idiot, But He Still Might Get Away With Murder" src="http://i.kinja-img.com/gawker-media/image/upload/s--1YlShHHH--/c_fill,fl_progressive,g_north,h_180,q_80,w_320/rm2n6mfzgsokjaqqiohy.png" class="leftrail-image" /></a></div><div class="large-6 columns"><h6 class="headline"><a data-ga="[Trending module click, position 1, js_pageType]" href="http://deadspin.com/aaron-hernandez-is-an-idiot-but-he-still-might-get-awa-1692206981">Aaron Hernandez Is An Idiot, But He Still Might Get Away With Murder</a></h6><div class="byline proxima text-small"> <a class="text-light byline__source" href="//deadspin.com">on Deadspin</a></div></div></li> <li class="row leftrail-item leftrail-item--trending js_leftrail-item"><div class="large-1 columns"><div class="leftrail-marker">2.</div></div><div class="large-11 columns"><h6 class="headline"><a data-ga="[Trending module click, position 2, js_pageType]" href="http://jalopnik.com/top-gear-hosts-james-may-and-richard-hammond-react-to-c-1693566118"><i>Top Gear</i> Hosts James May And Richard Hammond React To Clarkson Firing</a></h6><div class="byline proxima text-small"> <a class="text-light byline__source" href="//jalopnik.com">on Jalopnik</a></div></div></li> <li class="row leftrail-item leftrail-item--trending js_leftrail-item"><div class="large-1 columns"><div class="leftrail-marker">3.</div></div><div class="large-11 columns"><h6 class="headline"><a data-ga="[Trending module click, position 3, js_pageType]" href="http://jalopnik.com/jeremy-clarkson-officially-fired-from-top-gear-1693551101">Jeremy Clarkson Officially Fired From <i>Top Gear</i></a></h6><div class="byline proxima text-small"> <a class="text-light byline__source" href="//jalopnik.com">on Jalopnik</a></div></div></li></ol></div></section> <section class="js_contained-ad-container contained-ad-container leftrailmodule js_leftrailmodule invisible" id="js_leftrailmodule--preloadedad"><div class="contained-ad-wrapper js_contained-ad-wrapper"> <div class="ad-unit js_ad-unit ad-left-rail js_ad-left-rail"><div data-zone-type="LEFT_RAIL" class="ad-container js_ad-container" id="ad-container-68431215"></div></div></div></section><section class="leftrailmodule js_leftrailmodule leftrailmodule--popular invisible" id="js_leftrailmodule--popular"> <div class="strapline proxima text-upper text-micro strapline--leftrail"><span class="strapline-bg">Written by <a href="//patrickallan.kinja.com/">Patrick Allan</a></span></div><div class="js_related-module "><ol class="leftrail-list leftrail-list--popular js_leftrail-list"> <li class="row leftrail-item leftrail-item--popular js_leftrail-item recommended"><div class="row"><div class="large-12 columns leftrail-image-wrap"><a data-ga="[Popular stories click, position 1, js_pageType]" href="http://lifehacker.com/why-you-should-periodically-replace-your-surge-protecto-1693447062"><img alt="Why You Should Periodically Replace Your Surge Protectors" src="http://i.kinja-img.com/gawker-media/image/upload/s--eJ7nuZsO--/c_fill,fl_progressive,g_center,h_180,q_80,w_320/wuhmkpql6xdxuu0xnmc5.jpg" class="leftrail-image" /></a></div></div><div class="row"><div class="large-12 columns"><h6 class="headline"><a data-ga="[Popular stories click, position 1, js_pageType]" href="http://lifehacker.com/why-you-should-periodically-replace-your-surge-protecto-1693447062">Why You Should Periodically Replace Your Surge Protectors</a></h6></div></div><div class="row"><div class="large-12 columns"><div class="leftrail-separator"></div></div></div></li> <li class="row leftrail-item leftrail-item--popular js_leftrail-item recommended"><div class="row"><div class="large-12 columns leftrail-image-wrap"><a data-ga="[Popular stories click, position 2, js_pageType]" href="http://lifehacker.com/remove-burned-grease-and-food-gunk-from-sponges-with-a-1693435757"><img alt="Remove Burned Grease and Food Gunk from Sponges with a Salt Water Soak" src="http://i.kinja-img.com/gawker-media/image/upload/s--D5VWh239--/c_fill,fl_progressive,g_center,h_180,q_80,w_320/cuu0eau8uoxgunp37kgb.jpg" class="leftrail-image" /></a></div></div><div class="row"><div class="large-12 columns"><h6 class="headline"><a data-ga="[Popular stories click, position 2, js_pageType]" href="http://lifehacker.com/remove-burned-grease-and-food-gunk-from-sponges-with-a-1693435757">Remove Burned Grease and Food Gunk from Sponges with a Salt Water Soak</a></h6></div></div><div class="row"><div class="large-12 columns"><div class="leftrail-separator"></div></div></div></li> <li class="row leftrail-item leftrail-item--popular js_leftrail-item recommended"><div class="row"><div class="large-12 columns leftrail-image-wrap"><a data-ga="[Popular stories click, position 3, js_pageType]" href="http://lifehacker.com/prioritize-your-habit-changes-based-on-what-problem-wil-1693431544"><img alt="Prioritize Your Habit Changes Based on What Problem Will Be Solved" src="http://i.kinja-img.com/gawker-media/image/upload/s--xcx_Hkf8--/c_fill,fl_progressive,g_center,h_180,q_80,w_320/qqwf5kig4pevcjrprzie.jpg" class="leftrail-image" /></a></div></div><div class="row"><div class="large-12 columns"><h6 class="headline"><a data-ga="[Popular stories click, position 3, js_pageType]" href="http://lifehacker.com/prioritize-your-habit-changes-based-on-what-problem-wil-1693431544">Prioritize Your Habit Changes Based on What Problem Will Be Solved</a></h6></div></div><div class="row"><div class="large-12 columns"><div class="leftrail-separator"></div></div></div></li></ol></div></section></div></div></div><script>markUserTime('Content - Before main column');</script><div class="large-8 columns main-column"> <div id="fb-root"></div><div class="row content-header hide-for-medium-down"><div class="js_site-header site-header column"><a title="Lifehacker" class="site-logo mln" href="/"><img alt="" src="http://i.kinja-img.com/gawker-media/image/upload/s--TBjOdHcL--/c_fit,fl_progressive,q_80,w_600/bwiqhbo45ulldozwchb0.png" class="logo" /></a></div><div class="header-action-wrapper"><div data-blogid="17" class="add js_follow-controls js_follow-blog-controls js_follow-buttons follow-controls right header-action"><a title="Follow Lifehacker" class="js_followblogforuser follow-controls__link proxima" href="#"><span class="icon icon-plus"></span> <span class="hide-for-medium-down">Follow</span></a><a title="Unfollow Lifehacker" class="js_unfollowblogforuser proxima follow-controls__link hide" href="#"><span class="icon icon-checkmark"></span> <span class="hide-for-medium-down">Followed</span></a></div></div></div> <section class="branch-wrapper "> <div data-reveal="" class="reveal-modal js_foreplay foreplay proxima noskimlinks noskimwords" id="foreplay"><div id="jwPlayerVideo"></div><a class="close js_foreplay-close" href="#">You can skip this ad in 5 seconds.</a></div> <div class="js_ie-message hide"></div><div class="editorplaceholder" id="editorplaceholder"></div><div class="post-wrapper js_post-wrapper "> <article data-model="%7B%22id%22%3A1690268064%2C%22permalink%22%3A%22http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064%22%2C%22permalinkPath%22%3A%22%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064%22%2C%22isBlip%22%3Afalse%2C%22isRecommended%22%3Atrue%2C%22publishTimeMillis%22%3A1425913200851%2C%22publishTime%22%3A%7B%22timestamp%22%3A1425913200851%2C%22timezone%22%3A%22America%2FLos_Angeles%22%2C%22MdyHm%22%3A%2203%2F09%2F2015%2008%3A00%22%2C%22MdyatHm%22%3A%2203%2F09%2F2015%20at%2008%3A00%22%2C%22rfc822%22%3A%22Mon%2C%209%20Mar%202015%2015%3A00%3A00%20GMT%22%2C%22yMdHmsZ%22%3A%222015-03-09T08%3A00%3A00-07%3A00%22%2C%22hmma%22%3A%228%3A00am%22%2C%22day%22%3A%22Monday%22%2C%22Mddyyhmma%22%3A%223%2F09%2F15%208%3A00am%22%2C%22fullDate%22%3A%22March%209%2C%202015%22%2C%22relative%22%3A%7B%22amount%22%3Anull%2C%22type%22%3A%22greaterthanweek%22%7D%7D%2C%22status%22%3A%22PUBLISHED%22%2C%22author%22%3A%7B%22id%22%3A%22602884910%22%2C%22screenName%22%3A%22PatrickAllan%22%2C%22displayName%22%3A%22Patrick%20Allan%22%2C%22defaultBlogId%22%3A602884922%2C%22defaultBlog%22%3Anull%2C%22avatar%22%3A%7B%22id%22%3A%22gzonxhes6bl4p9k4gzpl%22%2C%22format%22%3A%22jpg%22%7D%7D%2C%22authorId%22%3A%22602884910%22%2C%22byline%22%3A%22%22%2C%22isStarter%22%3Atrue%2C%22blogId%22%3A%5B602884922%2C17%5D%2C%22defaultBlogId%22%3A17%2C%22authorBlogId%22%3A602884922%2C%22authorBlogName%22%3A%22patrickallan%22%2C%22allowReplies%22%3Atrue%2C%22isBillboardPost%22%3Afalse%2C%22liveBlog%22%3Afalse%2C%22headline%22%3A%22How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need%22%2C%22adZone%22%3A%22partners%22%2C%22tagUrlNames%22%3A%22money%2Cshopping%2Csaving-money%2Cpersonal-finances%2Cmind-hacks%2Chabits%2Cbudget%2Cpsychology%2Ceditors-picks%22%2C%22replyCount%22%3A146%2C%22sharedPostId%22%3Anull%2C%22images%22%3A%5B%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--mlR3Ku0_--%2Fxrhkwleyurcizy4akiae.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fxrhkwleyurcizy4akiae.jpg%22%2C%22id%22%3A%22xrhkwleyurcizy4akiae%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--4Ajak63w--%2Fatb9qm07fvvg7hqkumkw.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fatb9qm07fvvg7hqkumkw.jpg%22%2C%22id%22%3A%22atb9qm07fvvg7hqkumkw%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--QeUTCiuW--%2Fo4dpyrcbiqyfrc3bxx6p.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fo4dpyrcbiqyfrc3bxx6p.jpg%22%2C%22id%22%3A%22o4dpyrcbiqyfrc3bxx6p%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--hqqO9fze--%2Fn1s6c2m6kc07iqdyllj6.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fn1s6c2m6kc07iqdyllj6.jpg%22%2C%22id%22%3A%22n1s6c2m6kc07iqdyllj6%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Atrue%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--6NwBgQLy--%2Fafy7n45jfvsjdmmhonct.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fafy7n45jfvsjdmmhonct.jpg%22%2C%22id%22%3A%22afy7n45jfvsjdmmhonct%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--mtob1sjR--%2Fy2ldv5eufb3jcrtfouye.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fy2ldv5eufb3jcrtfouye.jpg%22%2C%22id%22%3A%22y2ldv5eufb3jcrtfouye%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--x9hLbIKJ--%2Fimfc9ybqfw0jmztbhfrh.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fimfc9ybqfw0jmztbhfrh.jpg%22%2C%22id%22%3A%22imfc9ybqfw0jmztbhfrh%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--Tacb0tyW--%2Fqodag11euf2npkawkn9v.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fqodag11euf2npkawkn9v.jpg%22%2C%22id%22%3A%22qodag11euf2npkawkn9v%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--ciqk42G0--%2Fs3pq8vjrvyjgne4lfsod.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs3pq8vjrvyjgne4lfsod.jpg%22%2C%22id%22%3A%22s3pq8vjrvyjgne4lfsod%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%5D%2C%22videos%22%3A%5B%5D%2C%22parentId%22%3Anull%2C%22parentAuthorId%22%3Anull%2C%22starterId%22%3A1690268064%7D" id="post_1690268064" data-id="1690268064" class="post hentry js_post_item status-published post-item-permalink commented js_amazon_module marquee-post"> <div class="row content-wrapper"><div class="column"><div class="row js_kinja-share-wrapper hide"><div class="column post-tools-above"><a class="js_kinja-share replywithshare inline-block" href="#"><span class="icon icon-reload"></span></a></div></div><header class=""><h1 class="headline hover-highlight entry-title"><a onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - post header', 'standard');" data-id="" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064">How to Program Your Mind to Stop Buying Crap You Don’t Need</a></h1></header> <div class="meta-container"> <div data-blogid="602884922" data-authorid="602884910" class="meta-avatar js_author"> <span class="meta-tools"><div class="view-count-container"> <span title="180,860 New Visitors" class="view-count">321,046<span class="icon icon-fire icon-append"></span></span></div><a title="Recommend" class="js_like button-recommend-post hover-icon" href="#" data-likecount="36"><span class="js_like_count">36</span><span class="icon icon-star icon-append js_like_icon"></span></a><div class="js_like-list-container"></div></span><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690268064-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="PatrickAllan" data-src="http://i.kinja-img.com/gawker-media/image/upload/s--LikxhIZs--/c_fill,fl_progressive,g_center,h_120,q_80,w_120/gzonxhes6bl4p9k4gzpl.jpg" /></span><div data-blogid="602884922" data-authorid="602884910" class="js_follow-controls js_author-follow-controls"><h4>Patrick Allan</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://patrickallan.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690268064-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://patrickallan.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/s--e6LwIJS6--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/gzonxhes6bl4p9k4gzpl.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690268064-hovercard" target="_self" href="http://patrickallan.kinja.com">Patrick Allan</a></span><div class="second-line post-meta">Filed to: <a data-options="is_hover:true" data-dropdown="taglist" data-urlname="money" href="/tag/money" class="first-tag ">money</a> <div data-dropdown-content="" class="tiny f-dropdown text-upper" id="taglist"><div><ul> <li class=""><a data-urlname="shopping" href="/tag/shopping">shopping</a></li> <li class=""><a data-urlname="saving-money" href="/tag/saving-money">saving money</a></li> <li class=""><a data-urlname="personal-finances" href="/tag/personal-finances">personal finances</a></li> <li class=""><a data-urlname="mind-hacks" href="/tag/mind-hacks">mind hacks</a></li> <li class=""><a data-urlname="habits" href="/tag/habits">habits</a></li> <li class=""><a data-urlname="budget" href="/tag/budget">budget</a></li> <li class=""><a data-urlname="psychology" href="/tag/psychology">psychology</a></li> <li class=""><a data-urlname="editors-picks" href="/tag/editors-picks">editor's picks</a></li></ul></div></div> <span data-publishtime="1425913200851" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:00am</span><span class="hide-on-hover"> 3/09/15 8:00am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct js_post-dropdown-ct-sticky"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="602884922" data-authorid="602884910" data-starterid="1690268064" data-postid="1690268064" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690268064"><li class="js_edit-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li class="js_promote hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-star-circle icon-prepend"></i>Promote</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="602884922" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_kinja-share-block readonly-hide"><a rel="nofollow" href="#" class="js_kinja-share hover-icon"><i class="icon icon-share icon-prepend"></i>Share to Kinja</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;media=http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--hqqO9fze--%2Fn1s6c2m6kc07iqdyllj6.jpg&amp;description=We%20all%20buy%20things%20from%20time%20to%20time%20that%20we%20don%27t%20really%20need.%20It%27s%20okay%20to%20appeal%20to%20your%20wants%20every%20once%20in%20a%20while%2C%20as%20long%20as%20you%27re%20in%20control.%20If%20you%20struggle%20with%20clutter%2C%20impulse%20buys%2C%20and%20buyer%27s%20remorse%2C%20here%27s%20how%20to%20put%20your%20mind%20in%20the%20right%20place%20before%20you%20even%20set%20foot%20in%20a%20store." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;text=How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need" rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690268064" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div><div class="post-content entry-content new-annotation"><p data-textannotation-id="58a492029dca5e6a6e481d21b6b2933a" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" data-chomp-id="n1s6c2m6kc07iqdyllj6" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" class="js_annotatable-image cursor-crosshair" /></span></p><div id="js_adsense-container"></div><script>
+
+window.google_analytics_uacct = 'UA-142218-1';
+var google_adnum = 0; /* only insert this line for your first ad unit */
+// conditional adsense core decorated
+function google_ad_request_done(google_ads) {
+ var domain = '';
+ var domainParts = document.referrer.split("/");
+ if (domainParts.length &gt; 2) {
+ domainParts = domainParts[2].split(".");
+ domain = domainParts[domainParts.length - 2];
+ }
+ var companions = document.querySelectorAll('.js_ad300-companion');
+ var blockHeight = 0;
+ if (companions.length &gt; 0) {
+ var companion = companions[0];
+ blockHeight = companion.offsetHeight;
+ }
+ var onKinja = location.host.substr(-1 * "kinja.com".length) === "kinja.com";
+ var fromSearch = (domain == "google") || (domain == "bing") || (domain == "yahoo") || (domain == "ask");
+ var cookieString = "fromSearch=1";
+ if (fromSearch) {
+ document.cookie = cookieString;
+ }
+ var inSearchSession = document.cookie.indexOf(cookieString) != -1;
+ var shouldShowAds = !onKinja &amp;&amp; (fromSearch || inSearchSession);// &amp;&amp; blockHeight &gt; 400);
+ if (shouldShowAds) {
+ var s = '';
+ var i;
+ if (google_ads.length == 0) {
+ return;
+ }
+ s += '&lt;aside class="referenced-wide google-adsense twelve columns"&gt;';
+ s += '&lt;div class="container proxima"&gt;';
+ s += '&lt;a href="' + google_info.feedback_url + '" class="by-google"&gt;Ads by Google&lt;/a&gt;&lt;div class="google-ads ptm"&gt;' +
+ '&lt;a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true" class="google-headline"&gt;' +
+ '&lt;span&gt; &lt;b&gt;' +google_ads[0].line1 + '&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt; &lt;span&gt;' +
+ google_ads[0].line2 + ' ' + google_ads[0].line3 + '&lt;br /&gt;&lt;/span&gt;' +
+ '&lt;a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true" class="google-link"&gt;&lt;span&gt;' + google_ads[0].visible_url + '&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br/&gt;';
+ if (google_ads.length == 2) {
+ /* the XML parser chokes on a for loop, so we have to do it explicitly */
+ s += '&lt;a href="' + google_ads[1].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[1].visible_url + '\';return true" class="google-headline"&gt;' +
+ '&lt;span&gt; &lt;b&gt;' + google_ads[1].line1 + '&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt; &lt;span style=""&gt;' +
+ google_ads[1].line2 + ' ' + google_ads[1].line3 + '&lt;br /&gt;&lt;/span&gt;' +
+ '&lt;a href="' + google_ads[1].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[1].visible_url + '\';return true" class="google-link"&gt;&lt;span&gt;' + google_ads[1].visible_url + '&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;';
+ }
+ s += '&lt;/div&gt;&lt;/div&gt;&lt;/aside&gt;';
+ if (google_ads[0].bidtype == 'CPC') { /* insert this snippet for each ad call */
+ google_adnum = google_adnum + google_ads.length;
+ }
+ document.write(s);
+ }
+}
+google_ad_client = 'ca-pub-0457527031304647';
+google_ad_output = 'js';
+google_max_num_ads = '1';
+google_ad_type = 'text';
+google_feedback = 'on';
+google_skip = google_adnum;
+google_ad_channel = '1102379497';
+</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a043044f9b3e31fd85568b17e3b1b5f3" class="first-text"><span>We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.</span></p><div class="ad-unit js_ad-unit hide-contents ad-mobile js_ad-mobile">
+ <div data-zone-type="MOBILE" class="ad-container js_ad-container" id="ad-container-45135036"></div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="e51cbbc52eb8c3b33571908351076cf7"><strong>Understand How Your Own Brain Works Against You</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="268f7702467d33e3b0972dd09f1cf0a6" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--QeUTCiuW--/o4dpyrcbiqyfrc3bxx6p.jpg" data-chomp-id="o4dpyrcbiqyfrc3bxx6p" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--QeUTCiuW--/o4dpyrcbiqyfrc3bxx6p.jpg" class="js_annotatable-image cursor-crosshair" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="32604538f84919efff270e87b61191a1">It may come as no surprise to learn that stores employ all kinds of tricks to get you to part ways with your cash, and your brain plays right along. Through psychological tricks, product placement, and even color, stores are designed from the ground up to increase spending. We've talked about the biggest things stores do to manipulate your senses, but here are some of the biggest things to look out for:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="cd748c8b681c781cdd728c5e17b5e05f"><strong>Color:</strong> Stores use color to make products attractive and eye-catching, but they also use color on price labels. Red stands out and can encourage taking action, that's why it's commonly associated with sale signage and advertising. When you see red, remember what they're trying to do to your brain with that color. You don't to buy something just because it's on sale.</li><li data-textannotation-id="29c11c0aec305293be282aa91f8fbc3d"><strong>Navigation Roadblocks:</strong> Stores force you to walk around stuff you don't need to find the stuff you are really after. Have a list of what you need before you go in, go straight to it, and imagine it's the only item in the store.</li><li data-textannotation-id="252dc7e4a924d12c2d913861ab118bf5"><strong>The Touch Factor:</strong> Stores place items they want to sell in easy to reach locations and encourage you to touch them. Don't do it! As soon as you pick something up, you're more likely to buy it because your mind suddenly takes ownership of the object. Don't pick anything up and don't play with display items.</li><li data-textannotation-id="05dde4d44056798acff5890759134a64"><strong>Scents and Sounds:</strong> You'll probably hear classic, upbeat tunes when you walk into a store. The upbeat music makes you happy and excited, while playing familiar songs makes you feel comfortable. They also use pleasant smells to put your mind at ease. A happy, comfortable mind at ease is a dangerous combination for your brain when shopping. There's not much you can do to avoid this unless you shop online, but it's good to be aware of it.</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1eb4a4df2a670927c5d9e9641ebf9d40">And sure, we can blame the stores all we want, but you won't change how they operate—you can only be aware of how your <a href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594" x-inset="1">brain is falling for their tricks</a>. Even without the stores, <a href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices" x-inset="1">your brain is working against you on its own</a>, thanks to some simple cognitive biases.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+<aside class="referenced-wide referenced-fullwidth js_inset tmpl_referencedGroupFullWidth clearfix core-decorated-inset">
+ <div class="container">
+
+ <div class="referenced-nav hide-for-small">
+ <div class="nav-arrow prev js_previous_inset hide">
+ <a onclick="return false;" class="icon inline icon-chevron-left" href="#"></a>
+ </div>
+ <div class="nav-arrow next js_next_inset">
+ <a onclick="return false ;" class="icon inline icon-chevron-right" href="#" style="height: 69px; line-height: 69px;"></a>
+ </div>
+ </div>
+
+
+
+ <div data-inset-id="1555962975" class="referenced-item ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--9a3fSAiv--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/18l0k4fog1iixjpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ How Stores Manipulate Your Senses So You Spend More Money
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ How Stores Manipulate Your Senses So You Spend More Money
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ How Stores Manipulate Your Senses So You Spend Mor
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">When you walk into almost any store, you're immediately overloaded with sights, sounds,…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+
+ <div data-inset-id="1555984303" class="referenced-item hide ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--ZasswoU_--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/1888vgzhqw1whjpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ How Your Brain Corrupts Your Shopping Choices
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ How Your Brain Corrupts Your Shopping Choices
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ How Your Brain Corrupts Your Shopping Choices
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">Ever come home from a day of shopping and wondered why on earth you purchased certain items? As it…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+ </div>
+</aside>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="89992f1ca493b248eea6ed1772326c46">For example, confirmation bias makes you only believe the information that conforms to your prior beliefs, while you discount everything else. Advertisers appeal to this bias directly by convincing you one item is better than another with imagery and other tricks, regardless of what hard facts might say. Keep your mind open, do your own research, and accept when you're wrong about a product. The Decoy effect is also a commonly used tactic. You think one product is a deal because it's next to a similar product that's priced way higher. Even if it's a product you need, it's probably not as good of a deal as it looks right then and there. Again, always research beforehand and be on the lookout for this common trick to avoid impulse buys.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="eedde8c384145f2593efc2a15a4d79de"><strong>Make a List of </strong><em><strong>Everything</strong></em><strong> You Own and Do Some Decluttering</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="8044cf9aab698fd28931acd90ba96f7a" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--mlR3Ku0_--/xrhkwleyurcizy4akiae.jpg" data-chomp-id="xrhkwleyurcizy4akiae" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--mlR3Ku0_--/xrhkwleyurcizy4akiae.jpg" class="js_annotatable-image cursor-crosshair" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a2a886d841e5aed848cdf7088edde4ea">Now that you know what you're up against, it's time to start changing the way you think. Before you can stop buying crap you don't need, you need to identify what that crap is. The first step is to make a list of <a href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943" x-inset="1">every single thing you own</a>. <strong>Every. Single. Thing</strong>. This might sound extreme, but you need to gather your data so you can start reprogramming your mind.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+<aside class="referenced-wide referenced-fullwidth js_inset tmpl_referencedGroupFullWidth clearfix core-decorated-inset">
+ <div class="container">
+
+
+
+ <div data-inset-id="1555988775" class="referenced-item ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--fN3JVNsL--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/196y8tsoeyd5njpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ How to Defeat the Urge to Binge Shop
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ How to Defeat the Urge to Binge Shop
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ How to Defeat the Urge to Binge Shop
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">It seems contradictory, but I love being frugal and I also love spending money. Over the last few…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+ </div>
+</aside>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bbe57b7aa20b48550e5f66b7c530822c">The purpose of this exercise is twofold: you see what you already have and don't need to ever buy again, and you get to see what you shouldn't have bought in the first place. As you list everything out, separate items into categories. It's extremely important that you are as honest with yourself as possible while you do this. It's also important you actually write this all down or type it all out. Here is the first set of categories to separate everything into:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="8d7dc912152eddd0e3d56e28ad79e6f2"><strong>Need:</strong> You absolutely need this item to get by on a day to day basis.</li><li data-textannotation-id="6f60a79627f0746d1f611999251e9f1b"><strong>Sometimes Need:</strong> You don't need this item every day, but you use it on a somewhat regular basis.</li><li data-textannotation-id="54e10b108f95548966b657bd90fdbed4"><strong>Want:</strong> You bought this item because you wanted it, not because you needed it.</li><li data-textannotation-id="26c461a85fbc78651be442e205cac58b"><strong>Crap:</strong> You don't have a good reason why you have it and you already know it needs to go (there's probably a few of these items, at least).</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="5743cf753f68fd8ee3443cc0f8e815dd">Leave the things you listed as "needs" alone, put your stuff listed as "crap" in a pile or box to go bye-bye, and move your attention back to your "sometimes need" and "want" lists. You need to go back over both of those lists because you probably fudged some of the listings, either subconsciously or intentionally. Now ask yourself these three questions as you go through both the "sometimes need" and "want" lists:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="2048d6c0436bd34811442d6df32989a4">When was the last time I used this?</li><li data-textannotation-id="3f4b3686d822171b35e27bf1afde530b">When will I use this again?</li><li data-textannotation-id="63728605cc4fa66f5b225f674d12bbff">Does this item <a href="http://lifehacker.com/declutter-by-asking-one-question-does-this-spark-joy-1651256422">bring you joy</a>?</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="816cd504161fecc6f3e173779b33d5db">Remember to be honest and adjust your lists accordingly. There's nothing wrong with keeping things you wanted. Material items can <a href="http://lifehacker.com/how-to-buy-happiness-the-purchases-most-likely-to-brin-1681780686">bring happiness to many people</a>, but make sure the items on your "want" list actively provide you joy and are being used. If an item doesn't get much use or doesn't make you happy, add it to the "crap" list.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="675103d9c0da55e95f93c53bb019f864">Once you have everything organized, it's time to do some serious decluttering. This listing exercise should get you started, but there are <a href="http://lifehacker.com/5957609/how-to-kick-your-clutter-habit-and-live-in-a-clean-house-once-and-for-all">a lot of other great ideas</a> when it comes to ditching the junk you don't need. Regardless, everything on your "crap" list needs to go. You can donate it, sell it at a yard sale, give it away to people know, whatever you like. Before you get rid of everything, though, take a picture of all your stuff together. Print out or save the picture somewhere. Some of it was probably gifts, but in general, this is all the crap you bought that you don't need. Take a good look and remember it.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="f15ab0a628b159459f095f04fef851ba"><strong>See How Much Money and Time You Spent on the Stuff You Threw Out</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bc2f55587bf4ab07a1852a8d26217233" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--Tacb0tyW--/qodag11euf2npkawkn9v.jpg" data-chomp-id="qodag11euf2npkawkn9v" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--Tacb0tyW--/qodag11euf2npkawkn9v.jpg" class="js_annotatable-image cursor-crosshair" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="95ab4fe30c3ade42a8011966ea54aa0b">Now take a look at your "crap" list again and start calculating how much you spent on all of it. If it was a gift, mark it as $0. Otherwise, figure out the price of the item at the time you bought it. If you got a deal or bought it on sale it's okay to factor that in, but try to be as accurate as possible. Once you have the price for each item, add it all together. Depending on your spending habits this could possibly be in the hundreds to thousands of dollars. Remember the picture you took of all this stuff? Attach the total cost to the picture so you can see both at the same time.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="f654efec679064b15826d8ee20bc94e4">With the money cost figured out, you should take a look at the other costs too. Time is a resource just like any other, and it's a finite one. What kind of time did you pour into these things? Consider the time you spent acquiring and using these items, then write it all down. These can be rough estimations, but go ahead and add it all up when you think you've got it. Now attach the total time to same picture as before and think of the other ways you could have spent all that time. This isn't to make you feel bad about yourself, just to deliver information to your brain in an easy-to-understand form. When you look at it all like this, it can open your eyes a little more, and help you think about purchases in the future. You'll look at an item and ask yourself, "Will this just end up in the picture?"</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="6342bf7f15d9eddd21489c23e51ca434"><strong>List Every Non-Material Thing In Your Life that Makes You Happy</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bafeac1c3808e0d2900190979f058b2c" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--x9hLbIKJ--/imfc9ybqfw0jmztbhfrh.jpg" data-chomp-id="imfc9ybqfw0jmztbhfrh" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--x9hLbIKJ--/imfc9ybqfw0jmztbhfrh.jpg" class="js_annotatable-image cursor-crosshair" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4bd8fbaabb33ff1cb5dc93c16e1f83cc">Now it's time to make a different list. While material items may bring plenty of joy, the things in your life that make you happiest probably can't be bought. Get a separate piece of paper or create a new document and list out everything in your life that makes you happy. If you can't buy it, it's eligible for the list. It doesn't matter if it only makes you crack a smile or makes you jump for joy, list it out. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="104a646a62ad7a0cfb4e3ff086185fdc"><span>These are probably the things that actually make you want to get out of bed in the morning and keep on keepin' on. Once you have it all down, put it in your purse or wallet. The next time you feel the urge to buy something, whip this list out first and remind yourself why you probably don't need it.</span></p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="532cf992ff45d52de501c1a8f80fc152"><strong>Spend Some Time Away from Material Things to Gain Perspective</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="64f5c7155ad89bd2835399d33c1ae28a" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--6NwBgQLy--/afy7n45jfvsjdmmhonct.jpg" data-chomp-id="afy7n45jfvsjdmmhonct" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--6NwBgQLy--/afy7n45jfvsjdmmhonct.jpg" class="js_annotatable-image cursor-crosshair" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="84554492c487779e921b98fb64222177">If you're having a really hard time with your spending, it can help to get away from material objects completely. When you're constantly surrounded by stuff and have access to buying things at all times, it can be really tough to break the habit. Spend a day in the park enjoying the sights and sounds of the outdoors, go camping with some friends, or hike a trail you haven't been on before. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="b44add1c7b690705d672186e3a9604b6">Essentially, you want to show yourself that you don't need your "things" to have a good time. When you realize how much fun you can have without all the trinkets and trivets, you'll start to shut down your desire to buy them. If you can't get really get away right now, just go for a walk without your purse or wallet (but carry your ID). If you can't buy anything, you'll be forced to experience things a different way.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="98c11bebae0bbcdbe8411df0186d6465"><strong>Develop a Personal "Should I Buy This?" Test</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="ff438b878771354bb7f6d065ff50dbb2" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--ciqk42G0--/s3pq8vjrvyjgne4lfsod.jpg" data-chomp-id="s3pq8vjrvyjgne4lfsod" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--ciqk42G0--/s3pq8vjrvyjgne4lfsod.jpg" class="js_annotatable-image cursor-crosshair" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4af04ae83f18d9c37da21527bcd4a290">If you don't have a personal "should I buy this?" test, now's the perfect time to make one. When you find an item you think you need or want, it has to pass all of the questions you have on your test before you can buy it. Here's where you can use all of the data you've gathered so far and put it to really good use. The test should be personalized to your own buying habits, but here are some example questions:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="fcfd78b1619bdf0b7330f4b40efb899d">Is this a planned purchase?</li><li data-textannotation-id="c16e7d5feae7cc2c3c6a8dd312ea206f">Will it end up in the "crap" list picture one day?</li><li data-textannotation-id="54d877fdee56080c87508fc9e6402889"><a href="http://lifehacker.com/prevent-clutter-by-asking-yourself-where-items-will-go-1649480461">Where am I going to put it</a>?</li><li data-textannotation-id="59d5245217c84e6b2b2969b3492f2f2d">Have I included this in my budget?</li><li data-textannotation-id="8fe1582808b4d89f5c88c2708744d27d"><em>Why</em> do I want/need it?</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="0162d779382cdc7de908fc1488af3940">Custom build your test to hit all of your weaknesses. If you make a lot of impulse buys, include questions that address that. If you experience a lot of buyer's remorse, include a lot of questions that make you think about the use of item after you buy it. If buying the latest and greatest technology is your weakness, Joshua Becker at Becoming Minimalist suggests you ask yourself <a target="_blank" href="http://www.becomingminimalist.com/marriage-hacks/">what problem the piece of tech solves</a>. If you can't think of anything it solves or if you already have something that solves it, you don't need it. Be thorough and build a test that you can run through your mind every time you consider buying something.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="c0ed0882675acc340dcd88e13ca514b3"><strong>Learn to Delay Gratification and Destroy the Urge to Impulse Buy</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1d43712fc5ce8f156e4661cca5750575" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg" data-chomp-id="y2ldv5eufb3jcrtfouye" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg" class="js_annotatable-image cursor-crosshair" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="3d8086719c5da749f877629d498ccab9">When it comes to the unnecessary crap we buy, impulse purchases probably make up a good deal of them. We love to feel gratification instantly and impulse buys appeal to that with a rush of excitement with each new purchase. We like to believe that we have control over our impulses all the time, but we really don't, and that's a major problem for the ol' wallet.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="620ca9836425e09ec7fa50bfad204665">The key is teaching your brain that it's okay to <a href="http://lifehacker.com/overcome-the-need-for-instant-gratification-by-delaying-1636938356">wait for gratification</a>. You can do this with a simple time out every time you want something. Look at whatever you're thinking of buying, go through your personal "should I buy this?" test, and then walk away for a little while. Planning your purchases ahead is ideal, so the longer you can hold off, the better. Set yourself a reminder to check on the item <a href="http://lifehacker.com/5859632/buyers-remorse-is-inevitable-how-to-make-purchases-you-really-wont-regret">a week or month down the line</a>. When you come back to it, you may find that you don't even want it, just the gratification that would come with it. If you're shopping online, you can do the same thing. Walk away from your desk or put your phone in your pocket and do something else for a little while.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a85d9eb501c898234ac5df2a56c50a13">You can also avoid online impulse purchases by <a href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age" x-inset="1">making it harder to do</a>. Block shopping web sites during time periods you know you're at your weakest, or remove all of your saved credit card or Paypal information. You can also <a href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases" x-inset="1">practice the "HALT" method</a> when you're shopping online or in a store. Try not to buy things when you're Hungry, Angry, Lonely, or Tired because you're at your weakest state mentally. Last, but not least, the "<a href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases" x-inset="1">stranger test</a>" can help you weed out bad purchases too.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+<aside class="referenced-wide referenced-fullwidth js_inset tmpl_referencedGroupFullWidth clearfix core-decorated-inset">
+ <div class="container">
+
+ <div class="referenced-nav hide-for-small">
+ <div class="nav-arrow prev js_previous_inset hide">
+ <a onclick="return false;" class="icon inline icon-chevron-left" href="#"></a>
+ </div>
+ <div class="nav-arrow next js_next_inset">
+ <a onclick="return false ;" class="icon inline icon-chevron-right" href="#" style="height: 69px; line-height: 69px;"></a>
+ </div>
+ </div>
+
+
+
+ <div data-inset-id="1555949557" class="referenced-item ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--tAWrlvyk--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/17qctz7rnypm1jpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ How to Avoid Impulse Purchases in the Internet Shopping Age
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ How to Avoid Impulse Purchases in the Internet Shopping Age
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ How to Avoid Impulse Purchases in the Internet Sho
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">When spending money online is as simple as clicking one single button on Amazon it's difficult …</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+
+ <div data-inset-id="1558746776" class="referenced-item hide ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--NdSICOre--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/18ixwh1tdragspng.png" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ Practice the HALT Method to Curb Impulse Purchases
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ Practice the HALT Method to Curb Impulse Purchases
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ Practice the HALT Method to Curb Impulse Purchases
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">Buyer's remorse is a terrible thing, for brains and bank accounts alike. Before walking up to…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+
+ <div data-inset-id="1558262333" class="referenced-item hide ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--mPo7bScD--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/18iy6n7z0n7qnjpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ Use the Stranger Test to Reduce Impulse Purchases
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ Use the Stranger Test to Reduce Impulse Purchases
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ Use the Stranger Test to Reduce Impulse Purchases
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">When faced with a purchase, many people fall into the trap of only considering that they want it…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+ </div>
+</aside>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="27385752c06848647540ad931892b21e">The last thing you should consider when it comes to impulse buys is "artificial replacement." As Trent Hamm at The Simple Dollar explains, artificial replacement can happen when you start to <a target="_blank" href="http://www.thesimpledollar.com/balancing-spending-and-time-how-time-frugality-can-save-you-lots-of-cash/">reduce the time</a> you get with your main interests:</p>
+
+
+
+
+
+
+
+
+
+
+<blockquote data-textannotation-id="213e2e816ac88f8d177fb0db0f7fef09">
+<p data-textannotation-id="7b98c5809df24dd04bb65285878c0335">Whenever I consistently cut quality time for my main interests out of my life, I start to long for them. As you saw in that "typical" day, I do make room for spending time with my family, but my other two main interests are absent. If that happens too many days in a row, I start to really miss reading. I start to really miss playing thoughtful board games with friends. What happens after that? <strong>I start to substitute.</strong> When I don't have the opportunity to sit down for an hour or even for half an hour and really get lost in a book, I start looking for an alternative way to fill in the tiny slices of time that I do have. I'll spend money.</p></blockquote>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4b6cc2900ffacd3daef54b13b4caceac">You probably have things in your life that provide plenty of gratification, so don't get caught substituting it with impulse buys. Always make sure you keep yourself happy with plenty of time doing the things you like to do and you won't be subconsciously trying to fill that void with useless crap.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="aed9b435c4ed23e573c453ceeb34ed18"><strong>Turn the Money You Save Into More Money</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="21154394d63f1943d01f2b717aa31115" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--4Ajak63w--/atb9qm07fvvg7hqkumkw.jpg" data-chomp-id="atb9qm07fvvg7hqkumkw" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--4Ajak63w--/atb9qm07fvvg7hqkumkw.jpg" class="js_annotatable-image cursor-crosshair" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="6141942e977cc058fd7a0fa06a3f7389">Once you've programmed your mind to stop buying crap you don't need, you'll have some extra cash to play with. Take all that money and start putting it toward your future and things you <em>will</em> need further down the road. You might need <a target="_blank" href="http://twocents.lifehacker.com/how-to-start-saving-for-a-home-down-payment-1541254056">a home</a>, a vehicle, or a way to retire, but none of that can happen until you start planning for it. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="90f08afddc08e2c3b45c266f2e6965ec">Start by paying off any debts you already have. Credit cards, student loans, and even car payments can force you to <a href="http://lifehacker.com/how-to-break-the-living-paycheck-to-paycheck-cycle-1445330680">live paycheck to paycheck</a>. Use the <a href="http://lifehacker.com/5940989/pay-off-small-balances-first-for-better-odds-of-eliminating-all-your-debt">snowball method</a> and pay off some small balances to make you feel motivated, then start taking out your debt in full force with the <a href="http://lifehacker.com/how-to-pay-off-your-debt-using-the-stack-method-576070292">stacking method</a>: stop creating new debt, determine which balances have the highest interest rates, and create a payment schedule to pay them off efficiently.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1106cb837deb2b6fc8e28ba98f078c27">With your debts whittled down, you should start an emergency fund. No matter how well you plan things, accidents and health emergencies can still happen. An emergency fund is designed to make those kinds of events more manageable. This type of savings account is strictly for when life throws you a curveball, but you can grow one pretty easily <a target="_blank" href="http://twocents.lifehacker.com/how-to-grow-an-emergency-fund-from-modest-savings-1638409351">with only modest savings</a>.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="347c2a36f114a794d559d929da1b15b7">When you've paid off your debt and prepared yourself for troubled times, you can start saving for the big stuff. All that money you're not spending on crap anymore can be saved, invested, and compounded to let you buy comfort and security. If you don't know where to start, talk to a financial planner. Or create a simple, yet effective <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594" x-inset="1">"set and forget" investment portfolio</a>. You've worked hard to reprogram your mind, so make sure you reap the benefits for many years to come.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+<aside class="referenced-wide referenced-fullwidth js_inset tmpl_referencedGroupFullWidth clearfix core-decorated-inset">
+ <div class="container">
+
+
+
+ <div data-inset-id="1687090207" class="referenced-item ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--8HWYGx2u--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/hf8qe29n5uww7y0k8l9d.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ How to Build an Easy, Beginner “Set and Forget” Investment Portfolio
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ How to Build an Easy, Beginner “Set and Forget” Investment Portfolio
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ How to Build an Easy, Beginner “Set and Forget” In
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">Many people don't invest because it seems overly complicated. But if you want to build wealth, …</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">Read more <span class="hostname">twocents.​lifehacker.​com</span></a>
+ </p>
+
+
+ </div>
+
+
+ </div>
+</aside>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="b54d87ffdace50f420c3a6ff0404cbf3"><em><small>Photos by <a target="_blank" href="http://www.shutterstock.com/pic-129762989/stock-vector-consumer.html?src=id&amp;ws=1">cmgirl</a> (Shutterstock), <a target="_blank" href="http://www.shutterstock.com/pic-227832739/stock-vector-hacker-icon-man-in-hoody-with-laptop-flat-isolated-on-dark-background-vector-illustration.html?src=id&amp;ws=1">Macrovector</a> (Shutterstock), <a target="_blank" href="https://www.flickr.com/photos/jetheriot/6186786217">J E Theriot</a>, <a target="_blank" href="https://www.flickr.com/photos/puuikibeach/15289861843">davidd</a>, <a target="_blank" href="https://www.flickr.com/photos/funfilledgeorgie/10922459733">George Redgrave</a>, <a target="_blank" href="https://www.flickr.com/photos/amslerpix/7252002214">David Amsler</a>, <a target="_blank" href="https://www.flickr.com/photos/amalakar/7299820870">Arup Malakar</a>, <a target="_blank" href="https://www.flickr.com/photos/lobsterstew/89644885">J B</a>, <a target="_blank" href="https://www.flickr.com/photos/jakerome/3298702453">jakerome</a>, <a target="_blank" href="http://401kcalculator.org/">401(K) 2012</a>.</small></em></p><!-- core-decorated --></div><div class="row"><div class="post-bottom column"><a name="replies"></a><div data-forpost="1690268064" class="post-tools-wrapper right"> <a title="Recommend" class="js_like button-recommend-post text-small proxima hover-icon" href="#" data-likecount="36"><span class="js_like_count">36</span><span class="icon icon-star oversized icon-append js_like_icon"></span></a> <span style="display: inline;" class="proxima text-small mlm mrn" id="js_reply-count">146<span class="icon icon-bubble-round oversized"></span></span><script>document.getElementById('js_reply-count').style.display = 'inline';</script><a rel="nofollow" class="reply-to-post reply-count hover-icon proxima js_reply-to-post text-small readonly-hide" href="#" id="js_reply-to-post" style="display: inline-block;">Reply</a><noscript> &lt;span id="js_reply-count" class="proxima text-small mlm mrn"&gt;146&lt;span class="icon icon-bubble-round oversized"&gt;&lt;/span&gt;&lt;/span&gt;&lt;script&gt;document.getElementById('js_reply-count').style.display = 'inline';&lt;/script&gt;&lt;a href="#" class="reply-to-post reply-count hover-icon proxima text-small" rel="nofollow"&gt;Discuss&lt;span class="icon icon-bubble-round oversized"&gt;&lt;/span&gt;&lt;/a&gt;</noscript><div class="js_like-list-bottom-container"></div></div> <div data-show-faces="false" data-width="100" data-layout="button_count" data-href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" class="fb-like"></div></div></div></div></div></article></div></section><section data-replycount="146" data-authorblogname="patrickallan" class="js_replies "> <div class="replies-wrapper fade"><div class="js_replycol js_ad300-companion"> <dl class="reply-filters-tabbed sub-nav-tabbed js_reply-filters"><dd class="js_reload-groupchats reload-groupchats active"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Author Chat click' );" class="tab-author" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064"><span class="js_author-name">Patrick Allan</span>’s Discussions</a></dd><dd class="js_allview allview"><a title="View all 146 replies" onclick="window.ga('send', 'event', 'Group Chats', 'click', 'All Replies click');" data-currentview="" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064/all">All replies</a></dd></dl><div style="display: none;" class="js_permalink-place permalink-place row"><div class="row"><div class="twelve columns center"><a class="button secondary js_collapse-branch">Show all threads</a></div></div></div><div class="js_reply-form-container row"></div><div class="js_branch-permalink permalink-branch-list branch-list" data-view="permalink"></div><div class="js_branch-authorchat js_branch-list branch-list branch-authorchat" data-view="author"> <div class="branch js_branch"> <article data-contributors="1" data-authorname="jnovo22" data-parentid="1690268064" data-id="1690284499" id="reply_1690284499" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="508159458" data-authorid="508159457" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690284499-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="jnovo22" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/17jcxnuqmm7depng.png" /></span><div data-blogid="508159458" data-authorid="508159457" class="js_follow-controls js_author-follow-controls"><h4>jnovo22</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://jnovo22.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690284499-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://jnovo22.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/17jcxnuqmm7depng.png" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690284499-hovercard" target="_self" href="http://jnovo22.kinja.com">jnovo22</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>Patrick Allan</span></span><div class="second-line post-meta"> <span data-publishtime="1425913955940" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/this-is-one-of-my-hardest-habits-to-break-ive-been-wor-1690284499" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:12am</span><span class="hide-on-hover"> 3/09/15 8:12am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="508159458" data-authorid="508159457" data-starterid="1690268064" data-postid="1690284499" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690284499"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow jnovo22</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow jnovo22</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow jnovo22 for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow jnovo22 for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="508159458" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fthis-is-one-of-my-hardest-habits-to-break-ive-been-wor-1690284499" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fthis-is-one-of-my-hardest-habits-to-break-ive-been-wor-1690284499&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=This%20is%20one%20of%20my%20hardest%20habits%20to%20break.%20I%27ve%20been%20working%20on%20it%20for%20literally%20years.%20I%27m%20getting%20better%2C%20mainly%20because%20I%27ve%20gone%20to%20cash-only%20recently.%20Swiping%20the%20debit%2Fcredit%20cards%20don%27t%20seem%20like%20%22real%22%20money%20%28even%20though%20it%20obviously%20is%29.%20Having%20cash%20on%20hand%2C%20and%20then%20see%20it%20disappear%20makes%20the%20%22Should%20I%20buy%20This%3F%22%20decision%20that%20much%20easier.%20Usually%20it%27s%20%22No%22." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fthis-is-one-of-my-hardest-habits-to-break-ive-been-wor-1690284499&amp;text=This%20is%20one%20of%20my%20hardest%20habits%20to%20break." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/this-is-one-of-my-hardest-habits-to-break-ive-been-wor-1690284499" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690284499" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">This is one of my hardest habits to break. I've been working on it for literally years. I'm getting better, mainly because I've gone to cash-only recently. Swiping the debit/credit cards don't seem like "real" money (even though it obviously is). Having cash on hand, and then see it disappear makes the "Should I buy This?" decision that much easier. Usually it's "No".<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p></div><div class="reply-tools js_reply-tools"><a title="Show replies" data-id="1690284499" class="js_toggle-descendants reply-count" href="#">9<span class="icon icon-bubble-round oversized js_bubble-icon"></span></a><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="24"><span class="js_like_count">24</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690284499" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690284499" id="js_toggled-replies-1690284499"></section> <article data-contributors="1" data-authorname="patrickallan" data-parentid="1690284499" data-id="1690284989" id="reply_1690284989" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="602884922" data-authorid="602884910" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690284989-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="PatrickAllan" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/gzonxhes6bl4p9k4gzpl.jpg" /></span><div data-blogid="602884922" data-authorid="602884910" class="js_follow-controls js_author-follow-controls"><h4>Patrick Allan</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://patrickallan.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690284989-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://patrickallan.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/gzonxhes6bl4p9k4gzpl.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690284989-hovercard" target="_self" href="http://patrickallan.kinja.com">Patrick Allan</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>jnovo22</span></span><div class="second-line post-meta"> <span data-publishtime="1425914092673" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/i-do-the-cash-only-thing-too-i-usually-will-give-mysel-1690284989" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:14am</span><span class="hide-on-hover"> 3/09/15 8:14am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="602884922" data-authorid="602884910" data-starterid="1690268064" data-postid="1690284989" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690284989"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="602884922" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fi-do-the-cash-only-thing-too-i-usually-will-give-mysel-1690284989" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fi-do-the-cash-only-thing-too-i-usually-will-give-mysel-1690284989&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=I%20do%20the%20cash-only%20thing%20too.%20I%20usually%20will%20give%20myself%20a%20limit%2C%20like%20I%20can%20spend%20this%20much%20this%20weekend.%20Once%20it%27s%20gone%2C%20that%27s%20it." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fi-do-the-cash-only-thing-too-i-usually-will-give-mysel-1690284989&amp;text=I%20do%20the%20cash-only%20thing%20too." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/i-do-the-cash-only-thing-too-i-usually-will-give-mysel-1690284989" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690284989" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">I do the cash-only thing too. I usually will give myself a limit, like I can spend this much this weekend. Once it's gone, that's it.<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p></div><div class="reply-tools js_reply-tools"><a title="Show replies" data-id="1690284989" class="js_toggle-descendants reply-count" href="#">1<span class="icon icon-bubble-round oversized js_bubble-icon"></span></a><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="5"><span class="js_like_count">5</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690284989" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690284989" id="js_toggled-replies-1690284989"></section> <article data-contributors="1" data-authorname="jnovo22" data-parentid="1690284989" data-id="1690292756" id="reply_1690292756" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="508159458" data-authorid="508159457" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690292756-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="jnovo22" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/17jcxnuqmm7depng.png" /></span><div data-blogid="508159458" data-authorid="508159457" class="js_follow-controls js_author-follow-controls"><h4>jnovo22</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://jnovo22.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690292756-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://jnovo22.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/17jcxnuqmm7depng.png" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690292756-hovercard" target="_self" href="http://jnovo22.kinja.com">jnovo22</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>Patrick Allan</span></span><div class="second-line post-meta"> <span data-publishtime="1425916025643" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/yup-each-week-i-give-myself-25-cash-for-spending-on-1690292756" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:47am</span><span class="hide-on-hover"> 3/09/15 8:47am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="508159458" data-authorid="508159457" data-starterid="1690268064" data-postid="1690292756" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690292756"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow jnovo22</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow jnovo22</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow jnovo22 for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow jnovo22 for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="508159458" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fyup-each-week-i-give-myself-25-cash-for-spending-on-1690292756" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fyup-each-week-i-give-myself-25-cash-for-spending-on-1690292756&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=Yup.%20Each%20week%2C%20I%20give%20myself%20%2425%20cash%20for%20spending%20on%20me.%20If%20I%20go%20out%20to%20eat%20Friday%20night%2C%20that%27s%20it%2C%20it%27s%20gone." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fyup-each-week-i-give-myself-25-cash-for-spending-on-1690292756&amp;text=Yup." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/yup-each-week-i-give-myself-25-cash-for-spending-on-1690292756" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690292756" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">Yup. Each week, I give myself $25 cash for spending on me. If I go out to eat Friday night, that's it, it's gone.<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p><span>I use the envelope system for dividing saved cash for special purchases, home improvements, etc. It's crazy how fast it adds up.</span></p></div><div class="reply-tools js_reply-tools"><a title="Show replies" data-id="1690292756" class="js_toggle-descendants reply-count" href="#">1<span class="icon icon-bubble-round oversized js_bubble-icon"></span></a><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="2"><span class="js_like_count">2</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690292756" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690292756" id="js_toggled-replies-1690292756"></section></div><div class="branch js_branch"> <article data-contributors="1" data-authorname="thegrayadder" data-parentid="1690268064" data-id="1690287621" id="reply_1690287621" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="1362670371" data-authorid="1362670366" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690287621-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="thegrayadder" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/yntem4p7h8vpkry50vxr.jpg" /></span><div data-blogid="1362670371" data-authorid="1362670366" class="js_follow-controls js_author-follow-controls"><h4>The Gray Adder</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://thegrayadder.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690287621-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://thegrayadder.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/yntem4p7h8vpkry50vxr.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690287621-hovercard" target="_self" href="http://thegrayadder.kinja.com">The Gray Adder</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>Patrick Allan</span></span><div class="second-line post-meta"> <span data-publishtime="1425914763123" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/why-would-i-make-a-list-when-i-could-get-right-down-to-1690287621" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:26am</span><span class="hide-on-hover"> 3/09/15 8:26am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="1362670371" data-authorid="1362670366" data-starterid="1690268064" data-postid="1690287621" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690287621"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow thegrayadder</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow thegrayadder</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow thegrayadder for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow thegrayadder for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="1362670371" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fwhy-would-i-make-a-list-when-i-could-get-right-down-to-1690287621" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fwhy-would-i-make-a-list-when-i-could-get-right-down-to-1690287621&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=Why%20would%20I%20make%20a%20list%20when%20I%20could%20get%20right%20down%20to%20the%20business%20of%20decluttering%3F" rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fwhy-would-i-make-a-list-when-i-could-get-right-down-to-1690287621&amp;text=Why%20would%20I%20make%20a%20list%20when%20I%20could%20get%20right%20down%20to%20the%20business%20of%20decluttering%3F..." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/why-would-i-make-a-list-when-i-could-get-right-down-to-1690287621" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690287621" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><blockquote style="" class="reply-text-annotation"><span class="icon icon-quote mrs"></span><h3><strong>Make a List of </strong><em><strong>Everything</strong></em><strong> You Own and Do Some Decluttering</strong></h3></blockquote><p class="first-text">Why would I make a list when I could get right down to the business of decluttering?<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p></div><div class="reply-tools js_reply-tools"><a title="Show replies" data-id="1690287621" class="js_toggle-descendants reply-count" href="#">3<span class="icon icon-bubble-round oversized js_bubble-icon"></span></a><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="1"><span class="js_like_count">1</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690287621" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690287621" id="js_toggled-replies-1690287621"></section> <article data-contributors="1" data-authorname="patrickallan" data-parentid="1690287621" data-id="1690289222" id="reply_1690289222" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="602884922" data-authorid="602884910" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690289222-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="PatrickAllan" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/gzonxhes6bl4p9k4gzpl.jpg" /></span><div data-blogid="602884922" data-authorid="602884910" class="js_follow-controls js_author-follow-controls"><h4>Patrick Allan</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://patrickallan.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690289222-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://patrickallan.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/gzonxhes6bl4p9k4gzpl.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690289222-hovercard" target="_self" href="http://patrickallan.kinja.com">Patrick Allan</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>The Gray Adder</span></span><div class="second-line post-meta"> <span data-publishtime="1425915151767" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/so-you-know-what-you-already-have-you-can-avoid-buying-1690289222" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:32am</span><span class="hide-on-hover"> 3/09/15 8:32am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="602884922" data-authorid="602884910" data-starterid="1690268064" data-postid="1690289222" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690289222"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="602884922" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fso-you-know-what-you-already-have-you-can-avoid-buying-1690289222" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fso-you-know-what-you-already-have-you-can-avoid-buying-1690289222&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=So%20you%20know%20what%20you%20already%20have.%20You%20can%20avoid%20buying%20something%20that%20you%20forget%20you%20had%2C%20or%20the%20next%20time%20you%27re%20in%20a%20store%2C%20you%20might%20remember%20that%20you%20have%20an%20item%20that%20can%20do%20the%20same%20job%20as%20the%20thing%20you%27re%20interested%20in.%20It%20also%20helps%20you%20gain%20a%20little%20perspective%20when%20you%20realize%20how%20many%20things%20you%20actually%20own%20already.%20It%20can%20help%20you%20rethink%20those%20desires%20to%20buy%20things." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fso-you-know-what-you-already-have-you-can-avoid-buying-1690289222&amp;text=So%20you%20know%20what%20you%20already%20have." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/so-you-know-what-you-already-have-you-can-avoid-buying-1690289222" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690289222" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">So you know what you already have. You can avoid buying something that you forget you had, or the next time you're in a store, you might remember that you have an item that can do the same job as the thing you're interested in. It also helps you gain a little perspective when you realize how many things you actually own already. It can help you rethink those desires to buy things.<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p></div><div class="reply-tools js_reply-tools"><a title="Show replies" data-id="1690289222" class="js_toggle-descendants reply-count" href="#">1<span class="icon icon-bubble-round oversized js_bubble-icon"></span></a><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="11"><span class="js_like_count">11</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690289222" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690289222" id="js_toggled-replies-1690289222"></section></div><div class="branch js_branch"> <article data-contributors="1" data-authorname="winfredarmandelafuentelati" data-parentid="1690268064" data-id="1690289549" id="reply_1690289549" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="234330" data-authorid="5725561713366911042" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690289549-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="winfredarmandelafuentelati" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/17jcxjgw9pi83png.png" /></span><div data-blogid="234330" data-authorid="5725561713366911042" class="js_follow-controls js_author-follow-controls"><h4>greenarcher02</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://winfredarmandelafuentelati.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690289549-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://winfredarmandelafuentelati.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/17jcxjgw9pi83png.png" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690289549-hovercard" target="_self" href="http://winfredarmandelafuentelati.kinja.com">greenarcher02</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>Patrick Allan</span></span><div class="second-line post-meta"> <span data-publishtime="1425915223760" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/does-it-count-that-im-waiting-for-final-fantasy-type-0-1690289549" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:33am</span><span class="hide-on-hover"> 3/09/15 8:33am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="234330" data-authorid="5725561713366911042" data-starterid="1690268064" data-postid="1690289549" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690289549"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow winfredarmandelafuentelati</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow winfredarmandelafuentelati</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow winfredarmandelafuentelati for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow winfredarmandelafuentelati for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="234330" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fdoes-it-count-that-im-waiting-for-final-fantasy-type-0-1690289549" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fdoes-it-count-that-im-waiting-for-final-fantasy-type-0-1690289549&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=Does%20it%20count%20that%20I%27m%20waiting%20for%20Final%20Fantasy%20Type-0%20before%20buying%20a%20PS4%3F" rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fdoes-it-count-that-im-waiting-for-final-fantasy-type-0-1690289549&amp;text=Does%20it%20count%20that%20I%27m%20waiting%20for%20Final%20Fantasy%20Type-0%20before%20buying%20a%20PS4%3F..." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/does-it-count-that-im-waiting-for-final-fantasy-type-0-1690289549" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690289549" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><div style="background-image: url('http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg'); background-position: 47% 56%;" class="reply-image-annotation"></div><p class="first-text">Does it count that I'm waiting for Final Fantasy Type-0 before buying a PS4?<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p></div><div class="reply-tools js_reply-tools"><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="4"><span class="js_like_count">4</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690289549" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690289549" id="js_toggled-replies-1690289549"></section> <article data-contributors="1" data-authorname="patrickallan" data-parentid="1690289549" data-id="1690290080" id="reply_1690290080" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="602884922" data-authorid="602884910" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690290080-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="PatrickAllan" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/gzonxhes6bl4p9k4gzpl.jpg" /></span><div data-blogid="602884922" data-authorid="602884910" class="js_follow-controls js_author-follow-controls"><h4>Patrick Allan</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://patrickallan.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690290080-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://patrickallan.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/gzonxhes6bl4p9k4gzpl.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690290080-hovercard" target="_self" href="http://patrickallan.kinja.com">Patrick Allan</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>greenarcher02</span></span><div class="second-line post-meta"> <span data-publishtime="1425915354678" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/as-long-as-youre-saving-for-it-now-1690290080" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:35am</span><span class="hide-on-hover"> 3/09/15 8:35am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="602884922" data-authorid="602884910" data-starterid="1690268064" data-postid="1690290080" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690290080"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="602884922" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fas-long-as-youre-saving-for-it-now-1690290080" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fas-long-as-youre-saving-for-it-now-1690290080&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=As%20long%20as%20you%27re%20saving%20for%20it%20now%20%3B%29" rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fas-long-as-youre-saving-for-it-now-1690290080&amp;text=As%20long%20as%20you%27re%20saving%20for%20it%20now%20%3B%29..." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/as-long-as-youre-saving-for-it-now-1690290080" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690290080" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">As long as you're saving for it now ;)<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p></div><div class="reply-tools js_reply-tools"><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="2"><span class="js_like_count">2</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690290080" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690290080" id="js_toggled-replies-1690290080"></section> <article data-contributors="1" data-authorname="winfredarmandelafuentelati" data-parentid="1690290080" data-id="1690292730" id="reply_1690292730" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="234330" data-authorid="5725561713366911042" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690292730-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="winfredarmandelafuentelati" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/17jcxjgw9pi83png.png" /></span><div data-blogid="234330" data-authorid="5725561713366911042" class="js_follow-controls js_author-follow-controls"><h4>greenarcher02</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://winfredarmandelafuentelati.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690292730-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://winfredarmandelafuentelati.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/17jcxjgw9pi83png.png" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690292730-hovercard" target="_self" href="http://winfredarmandelafuentelati.kinja.com">greenarcher02</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>Patrick Allan</span></span><div class="second-line post-meta"> <span data-publishtime="1425916018531" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/i-am-well-i-was-some-of-it-was-spent-on-impulse-1690292730" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:46am</span><span class="hide-on-hover"> 3/09/15 8:46am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="234330" data-authorid="5725561713366911042" data-starterid="1690268064" data-postid="1690292730" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690292730"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow winfredarmandelafuentelati</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow winfredarmandelafuentelati</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow winfredarmandelafuentelati for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow winfredarmandelafuentelati for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="234330" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fi-am-well-i-was-some-of-it-was-spent-on-impulse-1690292730" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fi-am-well-i-was-some-of-it-was-spent-on-impulse-1690292730&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=I%20am.%20Well%2C%20I%20was.....%20Some%20of%20it%20was%20spent%20on%20impulse%20buying%20Ziiiro%20watches%20last%20Valentine%27s%20Day%20lol.%20%3A%28%20So%20I%27m%20saving%20up%2C%20again.%20Sucks%20that%20it%27ll%20get%20delayed%20because%20of%20a%20freaking%20watch." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fi-am-well-i-was-some-of-it-was-spent-on-impulse-1690292730&amp;text=I%20am." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/i-am-well-i-was-some-of-it-was-spent-on-impulse-1690292730" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690292730" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">I am. Well, I was..... Some of it was spent on impulse buying Ziiiro watches last Valentine's Day lol. :( So I'm saving up, again. Sucks that it'll get delayed because of a freaking watch.<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p>Ugh I feel like I need to read this article everyday.</p></div><div class="reply-tools js_reply-tools"><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="6"><span class="js_like_count">6</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690292730" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690292730" id="js_toggled-replies-1690292730"></section></div><div class="branch js_branch"> <article data-contributors="1" data-authorname="timgray" data-parentid="1690268064" data-id="1690295877" id="reply_1690295877" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="43484" data-authorid="5759050131709445631" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690295877-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="timgray" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/17r5ww2lnwctgjpg.jpg" /></span><div data-blogid="43484" data-authorid="5759050131709445631" class="js_follow-controls js_author-follow-controls"><h4>timgray</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://timgray.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690295877-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://timgray.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/17r5ww2lnwctgjpg.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690295877-hovercard" target="_self" href="http://timgray.kinja.com">timgray</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>Patrick Allan</span></span><div class="second-line post-meta"> <span data-publishtime="1425916808063" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/i-love-the-suggestion-of-going-camping-to-get-away-from-1690295877" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 9:00am</span><span class="hide-on-hover"> 3/09/15 9:00am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="43484" data-authorid="5759050131709445631" data-starterid="1690268064" data-postid="1690295877" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690295877"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow timgray</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow timgray</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow timgray for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow timgray for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="43484" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fi-love-the-suggestion-of-going-camping-to-get-away-from-1690295877" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fi-love-the-suggestion-of-going-camping-to-get-away-from-1690295877&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=I%20love%20the%20suggestion%20of%20going%20camping%20to%20get%20away%20from%20stuff...%20You%20do%20realize%20that%20camping%20gear%20can%20be%20more%20expensive%20than%20electronics%20and%20gadgets....%20Now%20I%20need%20to%20buy%20a%20%244500%20tent%20and%20%241200%20hiking%20shoes%20to%20get%20away%20from%20things...." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fi-love-the-suggestion-of-going-camping-to-get-away-from-1690295877&amp;text=I%20love%20the%20suggestion%20of%20going%20camping%20to%20get%20away%20from%20stuff." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/i-love-the-suggestion-of-going-camping-to-get-away-from-1690295877" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690295877" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">I love the suggestion of going camping to get away from stuff... You do realize that camping gear can be more expensive than electronics and gadgets.... Now I need to buy a $4500 tent and $1200 hiking shoes to get away from things....<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p>Oh and I have to have all matching camping clothing from North Face... I need to go shopping.</p></div><div class="reply-tools js_reply-tools"><a title="Show replies" data-id="1690295877" class="js_toggle-descendants reply-count" href="#">4<span class="icon icon-bubble-round oversized js_bubble-icon"></span></a><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="27"><span class="js_like_count">27</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690295877" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690295877" id="js_toggled-replies-1690295877"></section> <article data-contributors="1" data-authorname="patrickallan" data-parentid="1690295877" data-id="1690297822" id="reply_1690297822" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="602884922" data-authorid="602884910" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690297822-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="PatrickAllan" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/gzonxhes6bl4p9k4gzpl.jpg" /></span><div data-blogid="602884922" data-authorid="602884910" class="js_follow-controls js_author-follow-controls"><h4>Patrick Allan</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://patrickallan.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690297822-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://patrickallan.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/gzonxhes6bl4p9k4gzpl.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690297822-hovercard" target="_self" href="http://patrickallan.kinja.com">Patrick Allan</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>timgray</span></span><div class="second-line post-meta"> <span data-publishtime="1425917276269" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/haha-yeah-some-camping-gear-can-be-pretty-pricey-but-1690297822" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 9:07am</span><span class="hide-on-hover"> 3/09/15 9:07am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="602884922" data-authorid="602884910" data-starterid="1690268064" data-postid="1690297822" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690297822"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="602884922" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fhaha-yeah-some-camping-gear-can-be-pretty-pricey-but-1690297822" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fhaha-yeah-some-camping-gear-can-be-pretty-pricey-but-1690297822&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=Haha%2C%20yeah%2C%20some%20camping%20gear%20can%20be%20pretty%20pricey%2C%20but%20I%20just%20went%20this%20past%20weekend%20with%20a%20rented%20tent%20and%20some%20friends%2C%20and%20it%20didn%27t%20cost%20much.%20Just%20got%20to%20avoid%20the%20%22I%20want%20to%20look%20like%20an%20outdoorsy%20camper%22%20style%20I%20guess%20%3AP" rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fhaha-yeah-some-camping-gear-can-be-pretty-pricey-but-1690297822&amp;text=Haha%2C%20yeah%2C%20some%20camping%20gear%20can%20be%20pretty%20pricey%2C%20but%20I%20just%20went%20this%20past%20weekend%20with%20a%20rented%20tent%20and%20some%20friends%2C%20and%20it%20didn%27t%20cost%20much." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/haha-yeah-some-camping-gear-can-be-pretty-pricey-but-1690297822" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690297822" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">Haha, yeah, some camping gear can be pretty pricey, but I just went this past weekend with a rented tent and some friends, and it didn't cost much. Just got to avoid the "I want to look like an outdoorsy camper" style I guess :P<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p></div><div class="reply-tools js_reply-tools"><a title="Show replies" data-id="1690297822" class="js_toggle-descendants reply-count" href="#">1<span class="icon icon-bubble-round oversized js_bubble-icon"></span></a><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="8"><span class="js_like_count">8</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690297822" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690297822" id="js_toggled-replies-1690297822"></section> <article data-contributors="1" data-authorname="timgray" data-parentid="1690297822" data-id="1690302406" id="reply_1690302406" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="43484" data-authorid="5759050131709445631" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690302406-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="timgray" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/17r5ww2lnwctgjpg.jpg" /></span><div data-blogid="43484" data-authorid="5759050131709445631" class="js_follow-controls js_author-follow-controls"><h4>timgray</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://timgray.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690302406-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://timgray.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/17r5ww2lnwctgjpg.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690302406-hovercard" target="_self" href="http://timgray.kinja.com">timgray</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>Patrick Allan</span></span><div class="second-line post-meta"> <span data-publishtime="1425918339646" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/my-camping-gear-addiction-is-one-of-those-that-i-need-t-1690302406" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 9:25am</span><span class="hide-on-hover"> 3/09/15 9:25am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="43484" data-authorid="5759050131709445631" data-starterid="1690268064" data-postid="1690302406" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690302406"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow timgray</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow timgray</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow timgray for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow timgray for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="43484" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fmy-camping-gear-addiction-is-one-of-those-that-i-need-t-1690302406" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fmy-camping-gear-addiction-is-one-of-those-that-i-need-t-1690302406&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=My%20camping%20gear%20addiction%20is%20one%20of%20those%20that%20I%20need%20to%20do%20some%20decluttering%20on.%20I%20have%20a%20really%20cool%202%20person%20Tent%20Cot%20that%20sound%20like%20awesome%20ideas%20until%20you%20actually%20see%20one%20in%20person." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fmy-camping-gear-addiction-is-one-of-those-that-i-need-t-1690302406&amp;text=My%20camping%20gear%20addiction%20is%20one%20of%20those%20that%20I%20need%20to%20do%20some%20decluttering%20on." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/my-camping-gear-addiction-is-one-of-those-that-i-need-t-1690302406" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690302406" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">My camping gear addiction is one of those that I need to do some decluttering on. I have a really cool 2 person Tent Cot that sound like awesome ideas until you actually see one in person.<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p><a onclick="window.ga('send', 'event', 'Commerce', 'lifehacker - 1690302406', 'B000I6420U');" data-amazonsubtag="[p|1690302406[a|B000I6420U[au|5759050131709445631" data-amazontag="lifehackeramzn-20" data-amazonasin="B000I6420U" target="_blank" href="http://www.amazon.com/Kamp-Rite-TB343-Double-Tent-Cot/dp/B000I6420U?tag=lifehackeramzn-20&amp;ascsubtag=[t%7Ccomment[p%7C1690302406[a%7CB000I6420U[au%7C5759050131709445631">http://www.amazon.com/Kamp-Rite-TB34...</a></p>
+
+
+
+
+
+
+
+
+
+
+<p>They weigh nearly 90 pounds and will not fit in the back of anything but a full size SUV with the seats folded down or a pickup truck.</p>
+
+
+
+
+
+
+
+
+
+
+<p>So it has sat in it's box in my basement for the past 3 years as a testament to my UPS guys hernia when he delivered it.</p></div><div class="reply-tools js_reply-tools"><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="5"><span class="js_like_count">5</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690302406" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690302406" id="js_toggled-replies-1690302406"></section> <article data-contributors="1" data-authorname="patrickallan" data-parentid="1690302406" data-id="1690305439" id="reply_1690305439" class="js_reply reply js_goto_post clearfix" data-initialized="true"><header class="no-expand"> <div class="meta-container"> <div data-blogid="602884922" data-authorid="602884910" class="meta-avatar js_author"><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690305439-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="PatrickAllan" data-src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/gzonxhes6bl4p9k4gzpl.jpg" /></span><div data-blogid="602884922" data-authorid="602884910" class="js_follow-controls js_author-follow-controls"><h4>Patrick Allan</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://patrickallan.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690305439-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://patrickallan.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_80,q_80,w_80/gzonxhes6bl4p9k4gzpl.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690305439-hovercard" target="_self" href="http://patrickallan.kinja.com">Patrick Allan</a><span class="reply-author replyto-author"><span class="icon icon-arrow-small-right text-light"></span>timgray</span></span><div class="second-line post-meta"> <span data-publishtime="1425919022284" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/lol-that-does-sound-like-a-cool-idea-but-youre-right-1690305439" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 9:37am</span><span class="hide-on-hover"> 3/09/15 9:37am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="602884922" data-authorid="602884910" data-starterid="1690268064" data-postid="1690305439" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690305439"><li class="js_edit-reply hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - follow user click');" class="js_followforuser hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan</a></li><li class="js_unfollowforuser hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan</a></li><li class="js_followforblog js_approveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-plus-circle icon-prepend"></i>Follow patrickallan for Lifehacker</a></li><li class="js_unfollowforblog js_unapproveforblog hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-checkmark icon-prepend"></i>Unfollow patrickallan for Lifehacker</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss hide" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="602884922" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_flag-post hover-icon readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Flag</a></li><li class="js_unflag-post unflag-post hover-icon readonly-hide hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-flag"></i>Unflag</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Flol-that-does-sound-like-a-cool-idea-but-youre-right-1690305439" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Flol-that-does-sound-like-a-cool-idea-but-youre-right-1690305439&amp;media=http%3A%2F%2Fkinja.com%2Fassets%2Fimages%2Flogos%2Ftouchicons%2Fdefault-touch-icon-200x200.png&amp;description=lol%21%20That%20does%20sound%20like%20a%20cool%20idea%2C%20but%20you%27re%20right%2C%20what%27s%20the%20point%20if%20you%20can%27t%20transport%20it%20easily%3F%20I%20wonder%20if%20someone%20makes%20a%20lighter%2C%20less%20cumbersome%20model..." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Flol-that-does-sound-like-a-cool-idea-but-youre-right-1690305439&amp;text=lol%21%20That%20does%20sound%20like%20a%20cool%20idea%2C%20but%20you%27re%20right%2C%20what%27s%20the%20point%20if%20you%20can%27t%20transport%20it%20easily%3F%20I%20wonder%20if%20someone%20makes%20a%20lighter%2C%20less%20cumbersome%20model." rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/lol-that-does-sound-like-a-cool-idea-but-youre-right-1690305439" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690305439" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div></header><div class="reply-content post-content blurable whitelisted-links"><p class="first-text">lol! That does sound like a cool idea, but you're right, what's the point if you can't transport it easily? I wonder if someone makes a lighter, less cumbersome model...<span class=" read-more-placeholder"></span><span class="readmore-core-decorated"></span></p></div><div class="reply-tools js_reply-tools"><a title="Recommend" class="js_like recommend-reply readonly-hide" href="#" data-likecount="1"><span class="js_like_count">1</span><span class="icon icon-star icon-append js_like_icon oversized"></span></a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Reply button click');" title="Reply" data-id="1690305439" class="js_reply-to-selected-post reply-link readonly-hide" href="#">Reply</a><div class="js_like-list-container"></div></div><div class="js_reply-flagged reply-flagged hide">Flagged</div><div class="reply-border"></div></article><section style="display: none;" class="js_toggled-replies js_new-reply-container toggled-replies" data-id="1690305439" id="js_toggled-replies-1690305439"></section></div></div><div class="js_branch-followchat branch-list" data-view="follower"></div><div class="js_branch-scorechat branch-list" data-view="popular"></div><div class="js_branch-userchat branch-list" data-view="user"></div><div class="js_branch-grid other-threads"><h6 class="section-header js_header hide">Hosts of other popular chats</h6><div class="row js_grid"></div></div><div class="js_replymessage hide createnewreply"></div><div class="js_reply-loading-progress reply-spinner hide"> <span class="spinner bounce"><span class="one"></span><span class="two"></span><span class="three"></span></span></div><div class="js_discussionlinks discussionlinks row hide"></div><div class="js_load-more"></div> <div class="text-right reply-views js_reply-views"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Popular Chat click' );" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" class="js_reload-groupchats hide">View Patrick Allan's discussions</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'All Replies click' );" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064/all" class="js_allview">View all 146 replies</a></div></div></div></section><script type="text/javascript">(function () {window.kinja = window.kinja || {}; window.kinja.postMeta = JSON.parse(decodeURIComponent( '%7B%22post%22%3A%7B%22id%22%3A1690268064%2C%22headline%22%3A%22How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need%22%2C%22permalink%22%3A%22http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064%22%2C%22first100Characters%22%3A%22We%20all%20buy%20things%20from%20time%20to%20time%20that%20we%20don%27t%20really%20need.%20It%27s%20okay%20to%20appeal%20to%20your%20wants%20eve%22%2C%22firstSentence%22%3A%22We%20all%20buy%20things%20from%20time%20to%20time%20that%20we%20don%27t%20really%20need.%20%22%2C%22facebookImage%22%3A%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--hqqO9fze--%2Fn1s6c2m6kc07iqdyllj6.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fn1s6c2m6kc07iqdyllj6.jpg%22%2C%22id%22%3A%22n1s6c2m6kc07iqdyllj6%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Atrue%7D%2C%22twitterCardType%22%3A%22summary_large_image%22%2C%22plaintext%22%3A%22We%20all%20buy%20things%20from%20time%20to%20time%20that%20we%20don%27t%20really%20need.%20It%27s%20okay%20to%20appeal%20to%20your%20wants%20every%20once%20in%20a%20while%2C%20as%20long%20as%20you%27re%20in%20control.%20If%20you%20struggle%20with%20clutter%2C%20impulse%20buys%2C%20and%20buyer%27s%20remorse%2C%20here%27s%20how%20to%20put%20your%20mind%20in%20the%20right%20place%20before%20you%20even%20set%20foot%20in%20a%20store.%22%2C%22authorScreenName%22%3A%22PatrickAllan%22%2C%22tags%22%3A%5B%7B%22id%22%3A1183447227%2C%22name%22%3A%22money%22%2C%22desc%22%3A%22money%22%2C%22urlName%22%3A%22money%22%7D%2C%7B%22id%22%3A1183572883%2C%22name%22%3A%22shopping%22%2C%22desc%22%3A%22shopping%22%2C%22urlName%22%3A%22shopping%22%7D%2C%7B%22id%22%3A1183447223%2C%22name%22%3A%22saving%20money%22%2C%22desc%22%3A%22saving%20money%22%2C%22urlName%22%3A%22saving-money%22%7D%2C%7B%22id%22%3A226344621%2C%22name%22%3A%22personal%20finances%22%2C%22desc%22%3A%22personal%20finances%22%2C%22urlName%22%3A%22personal-finances%22%7D%2C%7B%22id%22%3A1203987700%2C%22name%22%3A%22mind%20hacks%22%2C%22desc%22%3A%22mind%20hacks%22%2C%22urlName%22%3A%22mind-hacks%22%7D%2C%7B%22id%22%3A1217291859%2C%22name%22%3A%22habits%22%2C%22desc%22%3A%22habits%22%2C%22urlName%22%3A%22habits%22%7D%2C%7B%22id%22%3A450629315%2C%22name%22%3A%22budget%22%2C%22desc%22%3A%22budget%22%2C%22urlName%22%3A%22budget%22%7D%2C%7B%22id%22%3A1178784105%2C%22name%22%3A%22psychology%22%2C%22desc%22%3A%22psychology%22%2C%22urlName%22%3A%22psychology%22%7D%2C%7B%22id%22%3A1679306583%2C%22name%22%3A%22editors%20picks%22%2C%22desc%22%3A%22editor%27s%20picks%22%2C%22urlName%22%3A%22editors-picks%22%7D%5D%2C%22publishTimeMillis%22%3A1425913200851%2C%22adZone%22%3A%22partners%22%2C%22sponsored%22%3Afalse%2C%22blogs%22%3A%5B%7B%22id%22%3A602884922%2C%22name%22%3A%22patrickallan%22%2C%22displayName%22%3A%22Patrick%20Allan%20Blog%22%2C%22canonicalHost%22%3A%22patrickallan.kinja.com%22%2C%22hosts%22%3A%5B%5D%2C%22status%22%3A%22ENABLED%22%2C%22createTimeMillis%22%3Anull%2C%22lastUpdateTimeMillis%22%3Anull%2C%22createdById%22%3Anull%2C%22ownerId%22%3Anull%2C%22description%22%3Anull%2C%22descriptionHtml%22%3Anull%2C%22mergedProperties%22%3Anull%2C%22showLikesInLatest%22%3Anull%2C%22showRepliesInLatest%22%3Anull%2C%22timezone%22%3A%22America%2FNew_York%22%2C%22timezoneOffset%22%3A-14400000%2C%22timezoneShortname%22%3A%22EDT%22%2C%22avatar%22%3Anull%2C%22logo%22%3Anull%2C%22groupBlog%22%3Anull%2C%22noindex%22%3Afalse%7D%2C%7B%22id%22%3A17%2C%22name%22%3A%22lifehacker%22%2C%22displayName%22%3A%22Lifehacker%22%2C%22canonicalHost%22%3A%22lifehacker.com%22%2C%22hosts%22%3A%5B%22us.lifehacker.com%22%2C%22es.lifehacker.com%22%2C%22pl.lifehacker.com%22%2C%22blog.lifehacker.com%22%2C%22au.lifehacker.com%22%2C%22fetch.lifehacker.com%22%2C%22m.lifehacker.com%22%2C%22nl.lifehacker.com%22%2C%22www.lifehacker.com%22%2C%22assets.lifehacker.com%22%2C%22ca.lifehacker.com%22%2C%22br.lifehacker.com%22%2C%22ru.lifehacker.com%22%2C%22de.lifehacker.com%22%2C%22uk.lifehacker.com%22%5D%2C%22status%22%3A%22ENABLED%22%2C%22createTimeMillis%22%3Anull%2C%22lastUpdateTimeMillis%22%3Anull%2C%22createdById%22%3Anull%2C%22ownerId%22%3Anull%2C%22description%22%3Anull%2C%22descriptionHtml%22%3Anull%2C%22mergedProperties%22%3A%7B%22aboutPostId%22%3A5732066%2C%22fbAppId%22%3A%2237418175030%22%2C%22metaTitle%22%3A%22tips%20and%20downloads%20for%20getting%20things%20done%22%2C%22googleSiteVerification%22%3A%22R0yw_jwnGWbokA2qgkupaWGVFJnF6qGtlgbSJEMdQkw%22%2C%22blogGroup%22%3A%22lifehacker%22%2C%22isGmgBlog%22%3Atrue%2C%22googleAnalyticsID%22%3A%22UA-142218-1%22%2C%22kruxId%22%3A%22JO5Ggjkf%22%2C%22template%22%3A%22lifehacker%22%2C%22GANJA_IGNORE_GEO%22%3A%5B%22us.lifehacker.com%22%5D%7D%2C%22showLikesInLatest%22%3Anull%2C%22showRepliesInLatest%22%3Anull%2C%22timezone%22%3A%22America%2FLos_Angeles%22%2C%22timezoneOffset%22%3A-25200000%2C%22timezoneShortname%22%3A%22PDT%22%2C%22avatar%22%3A%7B%22id%22%3A%22192oza44hceztpng%22%2C%22format%22%3A%22png%22%7D%2C%22logo%22%3Anull%2C%22groupBlog%22%3Anull%2C%22noindex%22%3Afalse%7D%5D%2C%22sharedPostId%22%3Anull%2C%22defaultBlogId%22%3A17%7D%2C%22starterId%22%3A1690268064%2C%22tags%22%3A%22money%2Cshopping%2Csaving%20money%2Cpersonal%20finances%2Cmind%20hacks%2Chabits%2Cbudget%2Cpsychology%2Ceditors%20picks%22%2C%22postId%22%3A1690268064%2C%22authors%22%3A%22Patrick%20Allan%22%2C%22postAuthorBlogName%22%3A%22patrickallan%22%7D' ));}());</script>
+ <!-- Begin SimpleReach for sponsored posts -->
+ <script>
+ __reach_config = {
+ pid: '5266d09097b0c95740000002', // The SimpleReach assigned Publisher ID (pid)
+ title: 'How to Program Your Mind to Stop Buying Crap You Don’t Need', //(remember that they should be escaped, not HTML or URL encoded)
+ url: 'http:\/\/lifehacker.com\/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064',
+ date: new Date(1425913200851),
+ authors: ['PatrickAllan'],
+ channels: [],
+ tags: ['money','shopping','saving money','personal finances','mind hacks','habits','budget','psychology','editors picks'],
+ iframe: true, // Send event through iframe
+ domain: 'lifehacker.com'
+ };
+ (function(){
+ var s = document.createElement('script');
+ s.async = true;
+ s.type = 'text/javascript';
+ s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';
+ (document.getElementsByTagName('head')[0] ||
+ document.getElementsByTagName('body')[0]).appendChild(s);
+ })();
+ </script>
+ <!-- End SimpleReach for sponsored posts -->
+ <div data-trackurl="http://kinja.com/api/analytics/stats/track.gif?&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=post&amp;objectId=1183447227&amp;objectId=1183572883&amp;objectId=1183447223&amp;objectId=226344621&amp;objectId=1203987700&amp;objectId=1217291859&amp;objectId=450629315&amp;objectId=1178784105&amp;objectId=1679306583&amp;objectId=1690268064&amp;blogId=17&amp;authorId=602884910" style="display: none;" class="js_stats"><img style="display: none;" src="http://kinja.com/api/analytics/stats/track.gif?&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=post&amp;objectId=1183447227&amp;objectId=1183572883&amp;objectId=1183447223&amp;objectId=226344621&amp;objectId=1203987700&amp;objectId=1217291859&amp;objectId=450629315&amp;objectId=1178784105&amp;objectId=1679306583&amp;objectId=1690268064&amp;blogId=17&amp;authorId=602884910" /></div><div data-tag-ids="1183447227,1183572883,1183447223,226344621,1203987700,1217291859,450629315,1178784105,1679306583" data-author-id="602884910" data-blog-id="17" data-post-id="1690268064" data-analytics-api-root-url="http://kinja.com/api/analytics/" style="display: none;" id="analytics-permalink-view"></div></div><div class="js_recommended-footer recommended-footer column show-for-touch"></div></div><div id="ad-970x250-container" class="row ad-wide ad-bottom pbs show-for-large-up"><div class="column"> <div class="ad-unit js_ad-unit ad-billboard js_ad-billboard"><div data-zone-type="BILLBOARD" class="ad-container js_ad-container" id="ad-container-72015869"></div></div></div></div><div style="display: none;" id="trackers"><img width="1" height="1" src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-803450h&amp;cg=0&amp;cc=1&amp;si=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;rp=&amp;ts=compact&amp;rnd=1427305231910" /><script language="javascript" type="text/javascript" src="//static.chartbeat.com/js/chartbeat.js" async="async"></script><script language="javascript" type="text/javascript" src="http://edge.quantserve.com/quant.js" async="async"></script><script language="javascript" type="text/javascript" src="http://cdn.krxd.net/controltag?confid=JO5Ggjkf" async="async"></script><script language="javascript" type="text/javascript" src="http://s.skimresources.com/js/33330X911647.skimlinks.js" async="async"></script><script language="javascript" type="text/javascript" src="http://b.scorecardresearch.com/beacon.js" async="async"></script><img width="1" height="1" src="http://pubads.g.doubleclick.net/activity;dc_iu=/4246/DFP_Audience_Pixel;dc_seg=22540930;blog=lifehacker;ord=463536460263.444;postId=1690268064;tags=money,shopping,saving%20money,personal%20finances,mind%20hacks,habits,budget,psychology,editors%20picks?" /><img width="1" height="1" src="http://pubads.g.doubleclick.net/activity;dc_iu=/4246/DFP_Audience_Pixel;dc_seg=23702290;blog=lifehacker;ord=5586835666437.667;postId=1690268064;tags=money,shopping,saving%20money,personal%20finances,mind%20hacks,habits,budget,psychology,editors%20picks;refer=?" /></div><noscript>&lt;img src="http://pubads.g.doubleclick.net/activity;dc_iu=/4246/DFP_Audience_Pixel;dc_seg=22540930;blog=lifehacker;ord=1?" width="1" height="1" border="0" /&gt;</noscript><script type="text/javascript">
+ Date.now = Date.now || function() { return +new Date; };
+ window.statsdTicks = [{
+ ms: Date.now(),
+ message: "JS init reached",
+ reporting: false
+ }];
+ </script><script>markUserTime("JS - Before Require load");</script><script src="http://x.kinja-static.com/assets/javascripts/lib/require.js?2" type="text/javascript"></script><script type="text/javascript">(function () {window.kinja = window.kinja || {}; window.kinja.meta = JSON.parse(decodeURIComponent( '%7B%22cloudinaryRequest%22%3A%7B%22default%22%3A%7B%22eager%22%3A%22c_fill%2Cfl_progressive%2Cg_center%2Ch_180%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_600%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_100%2Cq_80%2Cw_100%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_77%2Cq_80%2Cw_137%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_600%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_264%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_358%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_264%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_120%2Cq_80%2Cw_120%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_358%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_80%2Cq_80%2Cw_80%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_180%2Cq_80%2Cw_320%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_180%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_320%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_120%2Cq_80%2Cw_120%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_200%2Cq_80%2Cw_200%7Cc_fill%2Cfl_progressive%2Cg_faces%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_faces%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_80%2Cq_80%2Cw_80%7C%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_358%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_100%2Cq_80%2Cw_100%7Cc_fit%2Cfl_progressive%2Ch_100%2Cq_80%2Cw_75%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_200%2Cq_80%2Cw_200%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Ch_100%2Cq_80%2Cw_75%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_358%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_180%2Cq_80%2Cw_320%7C%22%2C%22timestamp%22%3A%221427304251%22%2C%22signature%22%3A%228fab976068d3db50ced1752624b03eecbae73c7d%22%2C%22api_key%22%3A%22196565315244936%22%2C%22eager_async%22%3A%22true%22%7D%2C%22gif%22%3A%7B%22eager%22%3A%22c_fill%2Cfl_progressive%2Cg_center%2Ch_180%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_600%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_100%2Cq_80%2Cw_100%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_77%2Cq_80%2Cw_137%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_600%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_264%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_358%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_264%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_120%2Cq_80%2Cw_120%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_358%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_80%2Cq_80%2Cw_80%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_180%2Cq_80%2Cw_320%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_180%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_320%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_120%2Cq_80%2Cw_120%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_200%2Cq_80%2Cw_200%7Cc_fill%2Cfl_progressive%2Cg_faces%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_faces%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_80%2Cq_80%2Cw_80%7C%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_358%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_100%2Cq_80%2Cw_100%7Cc_fit%2Cfl_progressive%2Ch_100%2Cq_80%2Cw_75%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_200%2Cq_80%2Cw_200%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Ch_100%2Cq_80%2Cw_75%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_358%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_180%2Cq_80%2Cw_320%7C%22%2C%22timestamp%22%3A%221427304251%22%2C%22tags%22%3A%22gif%22%2C%22signature%22%3A%22f4923ecc7f32ea65cc7e77d67bf3ec3b5807a15d%22%2C%22api_key%22%3A%22196565315244936%22%2C%22eager_async%22%3A%22true%22%7D%7D%2C%22syncFeatures%22%3Anull%2C%22featuresLastUpdate%22%3A1427294144762%2C%22killswitches%22%3A%7B%22liveblog.pollIntervalMillis%22%3A%7B%22name%22%3A%22liveblog.pollIntervalMillis%22%2C%22value%22%3A%2210000%22%2C%22defaultValue%22%3A%2210000%22%2C%22meta%22%3Anull%7D%2C%22liveblog.appRevision%22%3A%7B%22name%22%3A%22liveblog.appRevision%22%2C%22value%22%3A%221%22%2C%22defaultValue%22%3A%221%22%2C%22meta%22%3Anull%7D%2C%22maintenance%22%3A%7B%22name%22%3A%22maintenance%22%2C%22value%22%3A%22off%22%2C%22defaultValue%22%3A%22off%22%2C%22meta%22%3Anull%7D%7D%2C%22mode%22%3A%22live%22%2C%22pageType%22%3A%22permalink%22%2C%22currentUrl%22%3A%22%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064%22%2C%22locale%22%3A%22en-US%22%2C%22localeWithUnderscore%22%3A%22en_US%22%2C%22imageSizes%22%3A%7B%22KinjaCenteredMedium%22%3A%7B%22width%22%3A320%2C%22height%22%3A180%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22blg-logo%22%3A%7B%22width%22%3A600%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22blg-avt-%22%3A%7B%22width%22%3A100%2C%22height%22%3A100%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22kc-small%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22BlogLogo%22%3A%7B%22width%22%3A600%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22k-large%22%3A%7B%22width%22%3A470%2C%22height%22%3A264%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22kc-xlarge%22%3A%7B%22width%22%3A636%2C%22height%22%3A358%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaLarge%22%3A%7B%22width%22%3A470%2C%22height%22%3A264%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaCenteredSmall%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22k-small%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22AvatarMedium%22%3A%7B%22width%22%3A120%2C%22height%22%3A120%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22ku-xlarge%22%3A%7B%22width%22%3A636%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaSmall%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaExtraLarge%22%3A%7B%22width%22%3A636%2C%22height%22%3A358%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22ku-large%22%3A%7B%22width%22%3A470%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22avt-small%22%3A%7B%22width%22%3A80%2C%22height%22%3A80%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22k-medium%22%3A%7B%22width%22%3A320%2C%22height%22%3A180%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaMedium%22%3A%7B%22width%22%3A320%2C%22height%22%3A180%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22ku-medium%22%3A%7B%22width%22%3A320%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22avt-medium%22%3A%7B%22width%22%3A120%2C%22height%22%3A120%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22avt-large%22%3A%7B%22width%22%3A200%2C%22height%22%3A200%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22k-thumb%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22faces%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaThumb%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22faces%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22AvatarSmall%22%3A%7B%22width%22%3A80%2C%22height%22%3A80%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22original%22%3A%7B%7D%2C%22k-xlarge%22%3A%7B%22width%22%3A636%2C%22height%22%3A358%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaUncroppedLarge%22%3A%7B%22width%22%3A470%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22BlogAvatar%22%3A%7B%22width%22%3A100%2C%22height%22%3A100%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22ku-inset%22%3A%7B%22width%22%3A75%2C%22height%22%3A100%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22AvatarLarge%22%3A%7B%22width%22%3A200%2C%22height%22%3A200%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaUncroppedExtraLarge%22%3A%7B%22width%22%3A636%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaUncroppedMedium%22%3A%7B%22width%22%3A320%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaUncroppedInset%22%3A%7B%22width%22%3A75%2C%22height%22%3A100%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaCenteredExtraLarge%22%3A%7B%22width%22%3A636%2C%22height%22%3A358%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22kc-medium%22%3A%7B%22width%22%3A320%2C%22height%22%3A180%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22Original%22%3A%7B%7D%7D%2C%22blog%22%3A%7B%22id%22%3A17%2C%22name%22%3A%22lifehacker%22%2C%22displayName%22%3A%22Lifehacker%22%2C%22canonicalHost%22%3A%22lifehacker.com%22%2C%22status%22%3A%22ENABLED%22%2C%22description%22%3A%22Tips%20and%20downloads%20for%20getting%20things%20done%22%2C%22descriptionHtml%22%3A%22%3Cp%3ETips%2C%20tricks%2C%20and%20downloads%20for%20getting%20things%20done.%3C%2Fp%3E%3Cp%3E%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Fthe-lifehacker-app-directory-curates-the-best-apps-for-5803257%5C%22%20rel%3D%5C%22nofollow%5C%22%3EAPP%20DIRECTORY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fdownloads%5C%22%20rel%3D%5C%22nofollow%5C%22%3EDOWNLOADS%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fproductivity%5C%22%20rel%3D%5C%22nofollow%5C%22%3EPRODUCTIVITY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fdiy%5C%22%20rel%3D%5C%22nofollow%5C%22%3EDIY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fmoney%5C%22%20rel%3D%5C%22nofollow%5C%22%3EMONEY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fsecurity%5C%22%20rel%3D%5C%22nofollow%5C%22%3ESECURITY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fdealhacker%5C%22%20rel%3D%5C%22nofollow%5C%22%3ELIFEHACKER%20DEALS%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fnightschool%5C%22%20rel%3D%5C%22nofollow%5C%22%3ENIGHT%20SCHOOL%3C%2Fa%3E%3C%2Fp%3E%22%2C%22showLikesInLatest%22%3Afalse%2C%22showRepliesInLatest%22%3Afalse%2C%22timezone%22%3A%22America%2FLos_Angeles%22%2C%22timezoneOffset%22%3A-25200000%2C%22timezoneShortname%22%3A%22PDT%22%2C%22locale%22%3A%22en-US%22%2C%22robotsAllowed%22%3Atrue%2C%22fbAppId%22%3A%2237418175030%22%2C%22googleSiteVerification%22%3A%22R0yw_jwnGWbokA2qgkupaWGVFJnF6qGtlgbSJEMdQkw%22%2C%22googleAnalyticsID%22%3A%22UA-142218-1%22%2C%22kruxId%22%3A%22JO5Ggjkf%22%2C%22blogGroup%22%3A%22lifehacker%22%2C%22isGmgBlog%22%3Atrue%2C%22groupBlog%22%3Atrue%2C%22avatar%22%3A%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--I5Hl1NTc--%2Fc_fit%2Cfl_progressive%2Cq_80%2Cw_636%2F192oza44hceztpng.png%22%2C%22uri%22%3Anull%2C%22id%22%3A%22192oza44hceztpng%22%2C%22width%22%3A636%2C%22height%22%3Anull%2C%22format%22%3A%22png%22%2C%22recommended%22%3Anull%7D%2C%22logo%22%3A%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--FGw2Yv3Q--%2Fc_fit%2Cfl_progressive%2Cq_80%2Cw_636%2Fbwiqhbo45ulldozwchb0.png%22%2C%22uri%22%3Anull%2C%22id%22%3A%22bwiqhbo45ulldozwchb0%22%2C%22width%22%3A636%2C%22height%22%3Anull%2C%22format%22%3A%22png%22%2C%22recommended%22%3Anull%7D%2C%22noindex%22%3Afalse%7D%2C%22blogOwner%22%3A%7B%22id%22%3A%225716509846451982265%22%2C%22screenName%22%3A%22whitsongordon%22%2C%22displayName%22%3A%22Whitson%20Gordon%22%2C%22superUser%22%3Afalse%2C%22defaultBlogId%22%3A768%2C%22defaultBlog%22%3Anull%2C%22avatar%22%3A%7B%22id%22%3A%2217z00h8twlstpjpg%22%2C%22format%22%3A%22jpg%22%7D%7D%2C%22blogSales%22%3A%7B%22blogId%22%3A17%2C%22amazonInsetsEnabled%22%3Atrue%2C%22amazonAffiliateTag%22%3A%22lifehackeramzn-20%22%2C%22adsEnabled%22%3Atrue%2C%22adNetworkId%22%3A4246%2C%22adSiteName%22%3A%22gm.lifehacker%22%2C%22tagsExcludedFromPartnerRss%22%3A%5B%5D%2C%22tagsForceSynced%22%3A%5B%22dyson%22%2C%22health%22%2C%22app%20directory%22%5D%2C%22adSlotsDisabled%22%3A%5B%5D%2C%22stored%22%3Atrue%7D%2C%22imgassets%22%3A%22http%3A%2F%2Fx.kinja-static.com%2Fassets%2Fimages%2F%22%7D' ));}());</script><script type="text/javascript">(function () {/* This AMD configuration is used in these contexts:1) in-browser2) build process3) tests*/(function () {'use strict';/*globals requirejs, document */requirejs.config({bundles: {'lib/scribe/scribe': ['scribe']},paths: (function () {var paths = {'html-janitor': 'lib/html-janitor',jquery: 'lib/jquery',underscore: 'lib/underscore',backbone: 'lib/backbone','backbone.marionette': 'lib/backbone.marionette','backbone.stickit': 'lib/backbone.stickit',moment: 'lib/amd-wrapped/momentjs/moment','moment-timezone': 'lib/amd-wrapped/momentjs/moment-timezone','jquery.tap': 'lib/amd-wrapped/tap.js/jquery.tap',ace: 'lib/ace','scribe-virtualdom': 'lib/scribe-virtualdom','scribe-plugin-heading-command': 'lib/scribe/plugins/scribe-plugin-heading-command','scribe-plugin-smart-lists': 'lib/scribe/plugins/scribe-plugin-smart-lists','scribe-plugin-blockquote-command': 'lib/scribe/plugins/scribe-plugin-blockquote-command','scribe-plugin-intelligent-unlink-command': 'lib/scribe/plugins/scribe-plugin-intelligent-unlink-command','scribe-plugin-formatter-html-ensure-semantic-elements': 'lib/scribe/plugins/scribe-plugin-formatter-html-ensure-semantic-elements','scribe-plugin-inline-styles-to-elements': 'lib/scribe/plugins/scribe-plugin-inline-styles-to-elements','scribe-plugin-keyboard-shortcuts': 'lib/scribe/plugins/scribe-plugin-keyboard-shortcuts','scribe-plugin-sanitizer': 'lib/scribe/plugins/scribe-plugin-sanitizer','scribe-plugin-code-command': 'lib/scribe/plugins/scribe-plugin-code-command','scribe-plugin-curly-quotes': 'lib/scribe/plugins/scribe-plugin-curly-quotes'};if (typeof document !== 'undefined') {paths.templates = 'templates/closure/' + (document.getElementsByTagName('html')[0].getAttribute('lang') || 'en-US');}return paths;}())});}());var modules = {"BaseApp": "-a5bd72ff9408e6b98b1b571b3aea163f","TagPageApp": "-c7bfe76c88b43ac19e253823f5a49a4f","FrontPageApp": "-56257921a2067bbaa021b3af2b84b9f6","Main": "-fc52d10f1350408009c8c771fe092f72","PromotedPostPreview": "-57921fef4324bf3d8d00ccebf14aaf08","RuleSystem": "-ed2fdb973c59a0eb41ab1ff525b73457","ProfilePageApp": "-3109b57c4c014b8050c0d87355e869db","ace": "-a486a39565033c80d86a498ff172dad1","AmazonStats": "-b682f014e2ab7a30e8072326cd68376a","GroupchatsModule": "-7cb00a84791c2dfe2dc35cc3ab740476","KindrApp": "-0b8d221207823124793a1f4ef59730dd","FeaturesPageApp": "-3077acd34cc1e6abe43bb7f8a55e2487","LeaderboardStatsPageApp": "-0e4bb432fdccbfc4cf41cc7775b46370","ScribeEditor": "-5ea441f770cdee3b6613862215e922b2","PrivatePageApp": "-fa88fa1502bd74cd21e7f9fbada917f7","PostDebugPageApp": "-86ed2742af5826b9c6584da7221d4187","PostApp": "-c004ba34b8896c19ebcaf45ecd2464f1","StatsPageApp": "-b382ae3074b607c21cbb5764659cb910","FlaggedRepliesApp": "-bbb4735853a886355fc4bc07e860b2aa","MarionetteEditor": "-2a6405c9b6b7c651b97133c892e8e105","AccountModalsModule": "-d834e61733fe800ac7e1899356c3d170","BlacklistPageApp": "-1a8f8507ae355dcadf23f91ed62b3dce","JWPlayer": "-bcb2726c49022f1b0a79203da422279b","GmgFeaturesPageApp": "-a2ca3f391d5e501d80fb433eb8c5c418","DiscussionModule": "-188224b3a92721f256075bfd613628a5","ErrorPageApp": "-cfd6f40d60183f8ef397d1b46254a984","NotificationsPageApp": "-f8235b9cbbb4a697b87e76ce734885e3","TipsApp": "-894e852f117be09c9934959ae7af7970","KinjaAnalytics": "-64fff5209724c0b7443a3f00f4bdd9b2","KinjaFeedApp": "-8827d84586300ff610ff646e029d288e","AmazonInsetsModule": "-31886e010e5dce0c0d637b89b4feaa3d","SearchPageApp": "-dae758606210faab1759923e2c3f088a","Raven": "-3467f3aed7fecb0be39f14c0d7095e44","BusinessModule": "-491c2ccfb8a3c19a92ef94bc4443c00f","UIKitApp": "-4824fd8f0e4d32de8bd9b0e8a15dce85","BlogSettingsModule": "-c9588974a6d147bf9895a8e61388d2c2","StatsPerformanceApp": "-485a67d938d4bd95d15cce83695f21ce"}, paths = {}, baseUrl = "http://x.kinja-static.com/assets/javascripts-min/", modulePath = "layer/"; for (var module in modules) {if (modules.hasOwnProperty(module)) {paths["module/" + module] = "module/" + module + "-en-US" + modules[module]; paths["layer/" + module] = "layer/" + module + "-en-US" + modules[module];}}require.config({waitSeconds: 0, baseUrl: baseUrl, paths: paths, map: {"*": {"config": "config"}}});markUserTime("JS - Before preload"); require([modulePath + "Main", modulePath + "PostApp"], function () {markUserTime("JS - After preload"); require(["module/Main"], function () {markUserTime("JS - After app init");});});}());</script><!--[if gte IE 9]> --><script>require(["module/Raven"]);</script><!-- <![endif]--><div class="reveal-modal-bg"></div><div class="ad-background"></div><div id="modalplaceholder"></div></div><div class="footer-kinja"><div class="footer-kinja__top"> <footer class="row site-footer js_site-footer"><div class="large-8 large-offset-4 columns text-center"><ul class="list list-text text-light proxima"><li><a href="/about">About</a></li><li><a target="_blank" href="http://help.gawker.com/">Help</a></li><li><a href="http://legal.kinja.com/kinja-terms-of-use-90161644">Terms of Use</a></li><li><a href="http://legal.kinja.com/privacy-policy-90190742">Privacy</a></li><li><a href="http://advertising.gawker.com/">Advertising</a></li><li><a href="http://advertising.gawker.com/about/index.php#contact">Permissions</a></li><li><a href="http://legal.kinja.com/content-guidelines-90185358">Content Guidelines</a></li><li><a href="http://feeds.gawker.com/lifehacker/full">RSS</a></li><li><a href="http://grnh.se/2ctqpi">Jobs</a></li></ul></div></footer>
+ <!-- Begin comScore Tag -->
+ <noscript>
+ &lt;img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=6770184&amp;cv=2.0&amp;cj=1" /&gt;
+ </noscript>
+ <!-- End comScore Tag -->
+ </div><div class="footer-kinja__bottom"><div class="row"><div class="column"><div class="logo-wrapper"><span>Powered by</span><a data-ga="[Kinja Footer, Kinja.com Click, js_pageType]" href="http://kinja.com"><h1 class="kinja-title kinja-title--white">Kinja</h1></a></div></div></div></div></div></div> <div id="read-only-warning" style="display:none;"><div class="row"><div class="column small-12">Kinja is in read-only mode. We are working to restore service.</div></div></div><div id="matchbuy-placeholder"></div><iframe width="1" height="1" name="spr" src="//d8rk54i4mohrb.cloudfront.net/iframe.html?pid=5266d09097b0c95740000002&amp;title=How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need&amp;url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;date=Mon%20Mar%2009%202015%2015%3A00%3A00%20GMT%2B0000%20%28GMT%29&amp;authors=PatrickAllan&amp;channels=&amp;tags=money%7Cshopping%7Csaving%20money%7Cpersonal%20finances%7Cmind%20hacks%7Chabits%7Cbudget%7Cpsychology%7Ceditors%20picks&amp;iframe=true&amp;domain=lifehacker.com&amp;r=true&amp;referrer=&amp;page_url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;ref_url=&amp;cache_buster=1427305231937" visible="false" id="spr-iframe-n" style="display: none;"></iframe><iframe width="1" height="1" name="spr" src="//d8rk54i4mohrb.cloudfront.net/container.html?pid=5266d09097b0c95740000002&amp;title=How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need&amp;url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;date=Mon%20Mar%2009%202015%2015%3A00%3A00%20GMT%2B0000%20%28GMT%29&amp;authors=PatrickAllan&amp;channels=&amp;tags=money%7Cshopping%7Csaving%20money%7Cpersonal%20finances%7Cmind%20hacks%7Chabits%7Cbudget%7Cpsychology%7Ceditors%20picks&amp;iframe=true&amp;domain=lifehacker.com&amp;r=true&amp;referrer=&amp;page_url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;ref_url=&amp;cache_buster=1427305231939" visible="false" id="spr-iframe-x" style="display: none;"></iframe><div class="js_loading-layer row hide"><div class="column"><div class="row"><div class="loading-layer"><div class="large-8 large-offset-4 columns"><div class="loading-layer-main-column"> <span class="spinner bounce"><span class="one"></span><span class="two"></span><span class="three"></span></span></div></div></div></div></div></div></body></html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json
new file mode 100644
index 0000000..1efdcbd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json
@@ -0,0 +1,11 @@
+[
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--hqqO9fze--\/n1s6c2m6kc07iqdyllj6.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--QeUTCiuW--\/o4dpyrcbiqyfrc3bxx6p.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--mlR3Ku0_--\/xrhkwleyurcizy4akiae.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--Tacb0tyW--\/qodag11euf2npkawkn9v.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--x9hLbIKJ--\/imfc9ybqfw0jmztbhfrh.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--6NwBgQLy--\/afy7n45jfvsjdmmhonct.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--ciqk42G0--\/s3pq8vjrvyjgne4lfsod.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--mtob1sjR--\/y2ldv5eufb3jcrtfouye.jpg",
+ "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--4Ajak63w--\/atb9qm07fvvg7hqkumkw.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json
new file mode 100644
index 0000000..fa13f9e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Patrick Allan",
+ "Direction": null,
+ "Excerpt": "We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.",
+ "Image": "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--hqqO9fze--\/n1s6c2m6kc07iqdyllj6.jpg",
+ "Title": "How to Program Your Mind to Stop Buying Crap You Don’t Need",
+ "SiteName": "Lifehacker"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html
new file mode 100644
index 0000000..758a827
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html
@@ -0,0 +1,659 @@
+<div><p data-textannotation-id="58a492029dca5e6a6e481d21b6b2933a"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" data-chomp-id="n1s6c2m6kc07iqdyllj6" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a043044f9b3e31fd85568b17e3b1b5f3"><span>We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.</span></p>
+
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="e51cbbc52eb8c3b33571908351076cf7"><strong>Understand How Your Own Brain Works Against You</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="268f7702467d33e3b0972dd09f1cf0a6"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--QeUTCiuW--/o4dpyrcbiqyfrc3bxx6p.jpg" data-chomp-id="o4dpyrcbiqyfrc3bxx6p" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--QeUTCiuW--/o4dpyrcbiqyfrc3bxx6p.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="32604538f84919efff270e87b61191a1">It may come as no surprise to learn that stores employ all kinds of tricks to get you to part ways with your cash, and your brain plays right along. Through psychological tricks, product placement, and even color, stores are designed from the ground up to increase spending. We've talked about the biggest things stores do to manipulate your senses, but here are some of the biggest things to look out for:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="cd748c8b681c781cdd728c5e17b5e05f"><strong>Color:</strong> Stores use color to make products attractive and eye-catching, but they also use color on price labels. Red stands out and can encourage taking action, that's why it's commonly associated with sale signage and advertising. When you see red, remember what they're trying to do to your brain with that color. You don't to buy something just because it's on sale.</li><li data-textannotation-id="29c11c0aec305293be282aa91f8fbc3d"><strong>Navigation Roadblocks:</strong> Stores force you to walk around stuff you don't need to find the stuff you are really after. Have a list of what you need before you go in, go straight to it, and imagine it's the only item in the store.</li><li data-textannotation-id="252dc7e4a924d12c2d913861ab118bf5"><strong>The Touch Factor:</strong> Stores place items they want to sell in easy to reach locations and encourage you to touch them. Don't do it! As soon as you pick something up, you're more likely to buy it because your mind suddenly takes ownership of the object. Don't pick anything up and don't play with display items.</li><li data-textannotation-id="05dde4d44056798acff5890759134a64"><strong>Scents and Sounds:</strong> You'll probably hear classic, upbeat tunes when you walk into a store. The upbeat music makes you happy and excited, while playing familiar songs makes you feel comfortable. They also use pleasant smells to put your mind at ease. A happy, comfortable mind at ease is a dangerous combination for your brain when shopping. There's not much you can do to avoid this unless you shop online, but it's good to be aware of it.</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1eb4a4df2a670927c5d9e9641ebf9d40">And sure, we can blame the stores all we want, but you won't change how they operate—you can only be aware of how your <a href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594" x-inset="1">brain is falling for their tricks</a>. Even without the stores, <a href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices" x-inset="1">your brain is working against you on its own</a>, thanks to some simple cognitive biases.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="89992f1ca493b248eea6ed1772326c46">For example, confirmation bias makes you only believe the information that conforms to your prior beliefs, while you discount everything else. Advertisers appeal to this bias directly by convincing you one item is better than another with imagery and other tricks, regardless of what hard facts might say. Keep your mind open, do your own research, and accept when you're wrong about a product. The Decoy effect is also a commonly used tactic. You think one product is a deal because it's next to a similar product that's priced way higher. Even if it's a product you need, it's probably not as good of a deal as it looks right then and there. Again, always research beforehand and be on the lookout for this common trick to avoid impulse buys.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="eedde8c384145f2593efc2a15a4d79de"><strong>Make a List of </strong><em><strong>Everything</strong></em><strong> You Own and Do Some Decluttering</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="8044cf9aab698fd28931acd90ba96f7a"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--mlR3Ku0_--/xrhkwleyurcizy4akiae.jpg" data-chomp-id="xrhkwleyurcizy4akiae" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--mlR3Ku0_--/xrhkwleyurcizy4akiae.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a2a886d841e5aed848cdf7088edde4ea">Now that you know what you're up against, it's time to start changing the way you think. Before you can stop buying crap you don't need, you need to identify what that crap is. The first step is to make a list of <a href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943" x-inset="1">every single thing you own</a>. <strong>Every. Single. Thing</strong>. This might sound extreme, but you need to gather your data so you can start reprogramming your mind.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bbe57b7aa20b48550e5f66b7c530822c">The purpose of this exercise is twofold: you see what you already have and don't need to ever buy again, and you get to see what you shouldn't have bought in the first place. As you list everything out, separate items into categories. It's extremely important that you are as honest with yourself as possible while you do this. It's also important you actually write this all down or type it all out. Here is the first set of categories to separate everything into:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="8d7dc912152eddd0e3d56e28ad79e6f2"><strong>Need:</strong> You absolutely need this item to get by on a day to day basis.</li><li data-textannotation-id="6f60a79627f0746d1f611999251e9f1b"><strong>Sometimes Need:</strong> You don't need this item every day, but you use it on a somewhat regular basis.</li><li data-textannotation-id="54e10b108f95548966b657bd90fdbed4"><strong>Want:</strong> You bought this item because you wanted it, not because you needed it.</li><li data-textannotation-id="26c461a85fbc78651be442e205cac58b"><strong>Crap:</strong> You don't have a good reason why you have it and you already know it needs to go (there's probably a few of these items, at least).</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="5743cf753f68fd8ee3443cc0f8e815dd">Leave the things you listed as "needs" alone, put your stuff listed as "crap" in a pile or box to go bye-bye, and move your attention back to your "sometimes need" and "want" lists. You need to go back over both of those lists because you probably fudged some of the listings, either subconsciously or intentionally. Now ask yourself these three questions as you go through both the "sometimes need" and "want" lists:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="2048d6c0436bd34811442d6df32989a4">When was the last time I used this?</li><li data-textannotation-id="3f4b3686d822171b35e27bf1afde530b">When will I use this again?</li><li data-textannotation-id="63728605cc4fa66f5b225f674d12bbff">Does this item <a href="http://lifehacker.com/declutter-by-asking-one-question-does-this-spark-joy-1651256422">bring you joy</a>?</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="816cd504161fecc6f3e173779b33d5db">Remember to be honest and adjust your lists accordingly. There's nothing wrong with keeping things you wanted. Material items can <a href="http://lifehacker.com/how-to-buy-happiness-the-purchases-most-likely-to-brin-1681780686">bring happiness to many people</a>, but make sure the items on your "want" list actively provide you joy and are being used. If an item doesn't get much use or doesn't make you happy, add it to the "crap" list.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="675103d9c0da55e95f93c53bb019f864">Once you have everything organized, it's time to do some serious decluttering. This listing exercise should get you started, but there are <a href="http://lifehacker.com/5957609/how-to-kick-your-clutter-habit-and-live-in-a-clean-house-once-and-for-all">a lot of other great ideas</a> when it comes to ditching the junk you don't need. Regardless, everything on your "crap" list needs to go. You can donate it, sell it at a yard sale, give it away to people know, whatever you like. Before you get rid of everything, though, take a picture of all your stuff together. Print out or save the picture somewhere. Some of it was probably gifts, but in general, this is all the crap you bought that you don't need. Take a good look and remember it.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="f15ab0a628b159459f095f04fef851ba"><strong>See How Much Money and Time You Spent on the Stuff You Threw Out</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bc2f55587bf4ab07a1852a8d26217233"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--Tacb0tyW--/qodag11euf2npkawkn9v.jpg" data-chomp-id="qodag11euf2npkawkn9v" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--Tacb0tyW--/qodag11euf2npkawkn9v.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="95ab4fe30c3ade42a8011966ea54aa0b">Now take a look at your "crap" list again and start calculating how much you spent on all of it. If it was a gift, mark it as $0. Otherwise, figure out the price of the item at the time you bought it. If you got a deal or bought it on sale it's okay to factor that in, but try to be as accurate as possible. Once you have the price for each item, add it all together. Depending on your spending habits this could possibly be in the hundreds to thousands of dollars. Remember the picture you took of all this stuff? Attach the total cost to the picture so you can see both at the same time.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="f654efec679064b15826d8ee20bc94e4">With the money cost figured out, you should take a look at the other costs too. Time is a resource just like any other, and it's a finite one. What kind of time did you pour into these things? Consider the time you spent acquiring and using these items, then write it all down. These can be rough estimations, but go ahead and add it all up when you think you've got it. Now attach the total time to same picture as before and think of the other ways you could have spent all that time. This isn't to make you feel bad about yourself, just to deliver information to your brain in an easy-to-understand form. When you look at it all like this, it can open your eyes a little more, and help you think about purchases in the future. You'll look at an item and ask yourself, "Will this just end up in the picture?"</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="6342bf7f15d9eddd21489c23e51ca434"><strong>List Every Non-Material Thing In Your Life that Makes You Happy</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bafeac1c3808e0d2900190979f058b2c"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--x9hLbIKJ--/imfc9ybqfw0jmztbhfrh.jpg" data-chomp-id="imfc9ybqfw0jmztbhfrh" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--x9hLbIKJ--/imfc9ybqfw0jmztbhfrh.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4bd8fbaabb33ff1cb5dc93c16e1f83cc">Now it's time to make a different list. While material items may bring plenty of joy, the things in your life that make you happiest probably can't be bought. Get a separate piece of paper or create a new document and list out everything in your life that makes you happy. If you can't buy it, it's eligible for the list. It doesn't matter if it only makes you crack a smile or makes you jump for joy, list it out. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="104a646a62ad7a0cfb4e3ff086185fdc"><span>These are probably the things that actually make you want to get out of bed in the morning and keep on keepin' on. Once you have it all down, put it in your purse or wallet. The next time you feel the urge to buy something, whip this list out first and remind yourself why you probably don't need it.</span></p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="532cf992ff45d52de501c1a8f80fc152"><strong>Spend Some Time Away from Material Things to Gain Perspective</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="64f5c7155ad89bd2835399d33c1ae28a"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--6NwBgQLy--/afy7n45jfvsjdmmhonct.jpg" data-chomp-id="afy7n45jfvsjdmmhonct" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--6NwBgQLy--/afy7n45jfvsjdmmhonct.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="84554492c487779e921b98fb64222177">If you're having a really hard time with your spending, it can help to get away from material objects completely. When you're constantly surrounded by stuff and have access to buying things at all times, it can be really tough to break the habit. Spend a day in the park enjoying the sights and sounds of the outdoors, go camping with some friends, or hike a trail you haven't been on before. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="b44add1c7b690705d672186e3a9604b6">Essentially, you want to show yourself that you don't need your "things" to have a good time. When you realize how much fun you can have without all the trinkets and trivets, you'll start to shut down your desire to buy them. If you can't get really get away right now, just go for a walk without your purse or wallet (but carry your ID). If you can't buy anything, you'll be forced to experience things a different way.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="98c11bebae0bbcdbe8411df0186d6465"><strong>Develop a Personal "Should I Buy This?" Test</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="ff438b878771354bb7f6d065ff50dbb2"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--ciqk42G0--/s3pq8vjrvyjgne4lfsod.jpg" data-chomp-id="s3pq8vjrvyjgne4lfsod" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--ciqk42G0--/s3pq8vjrvyjgne4lfsod.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4af04ae83f18d9c37da21527bcd4a290">If you don't have a personal "should I buy this?" test, now's the perfect time to make one. When you find an item you think you need or want, it has to pass all of the questions you have on your test before you can buy it. Here's where you can use all of the data you've gathered so far and put it to really good use. The test should be personalized to your own buying habits, but here are some example questions:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="fcfd78b1619bdf0b7330f4b40efb899d">Is this a planned purchase?</li><li data-textannotation-id="c16e7d5feae7cc2c3c6a8dd312ea206f">Will it end up in the "crap" list picture one day?</li><li data-textannotation-id="54d877fdee56080c87508fc9e6402889"><a href="http://lifehacker.com/prevent-clutter-by-asking-yourself-where-items-will-go-1649480461">Where am I going to put it</a>?</li><li data-textannotation-id="59d5245217c84e6b2b2969b3492f2f2d">Have I included this in my budget?</li><li data-textannotation-id="8fe1582808b4d89f5c88c2708744d27d"><em>Why</em> do I want/need it?</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="0162d779382cdc7de908fc1488af3940">Custom build your test to hit all of your weaknesses. If you make a lot of impulse buys, include questions that address that. If you experience a lot of buyer's remorse, include a lot of questions that make you think about the use of item after you buy it. If buying the latest and greatest technology is your weakness, Joshua Becker at Becoming Minimalist suggests you ask yourself <a target="_blank" href="http://www.becomingminimalist.com/marriage-hacks/">what problem the piece of tech solves</a>. If you can't think of anything it solves or if you already have something that solves it, you don't need it. Be thorough and build a test that you can run through your mind every time you consider buying something.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="c0ed0882675acc340dcd88e13ca514b3"><strong>Learn to Delay Gratification and Destroy the Urge to Impulse Buy</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1d43712fc5ce8f156e4661cca5750575"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg" data-chomp-id="y2ldv5eufb3jcrtfouye" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="3d8086719c5da749f877629d498ccab9">When it comes to the unnecessary crap we buy, impulse purchases probably make up a good deal of them. We love to feel gratification instantly and impulse buys appeal to that with a rush of excitement with each new purchase. We like to believe that we have control over our impulses all the time, but we really don't, and that's a major problem for the ol' wallet.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="620ca9836425e09ec7fa50bfad204665">The key is teaching your brain that it's okay to <a href="http://lifehacker.com/overcome-the-need-for-instant-gratification-by-delaying-1636938356">wait for gratification</a>. You can do this with a simple time out every time you want something. Look at whatever you're thinking of buying, go through your personal "should I buy this?" test, and then walk away for a little while. Planning your purchases ahead is ideal, so the longer you can hold off, the better. Set yourself a reminder to check on the item <a href="http://lifehacker.com/5859632/buyers-remorse-is-inevitable-how-to-make-purchases-you-really-wont-regret">a week or month down the line</a>. When you come back to it, you may find that you don't even want it, just the gratification that would come with it. If you're shopping online, you can do the same thing. Walk away from your desk or put your phone in your pocket and do something else for a little while.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a85d9eb501c898234ac5df2a56c50a13">You can also avoid online impulse purchases by <a href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age" x-inset="1">making it harder to do</a>. Block shopping web sites during time periods you know you're at your weakest, or remove all of your saved credit card or Paypal information. You can also <a href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases" x-inset="1">practice the "HALT" method</a> when you're shopping online or in a store. Try not to buy things when you're Hungry, Angry, Lonely, or Tired because you're at your weakest state mentally. Last, but not least, the "<a href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases" x-inset="1">stranger test</a>" can help you weed out bad purchases too.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="27385752c06848647540ad931892b21e">The last thing you should consider when it comes to impulse buys is "artificial replacement." As Trent Hamm at The Simple Dollar explains, artificial replacement can happen when you start to <a target="_blank" href="http://www.thesimpledollar.com/balancing-spending-and-time-how-time-frugality-can-save-you-lots-of-cash/">reduce the time</a> you get with your main interests:</p>
+
+
+
+
+
+
+
+
+
+
+<blockquote data-textannotation-id="213e2e816ac88f8d177fb0db0f7fef09">
+<p data-textannotation-id="7b98c5809df24dd04bb65285878c0335">Whenever I consistently cut quality time for my main interests out of my life, I start to long for them. As you saw in that "typical" day, I do make room for spending time with my family, but my other two main interests are absent. If that happens too many days in a row, I start to really miss reading. I start to really miss playing thoughtful board games with friends. What happens after that? <strong>I start to substitute.</strong> When I don't have the opportunity to sit down for an hour or even for half an hour and really get lost in a book, I start looking for an alternative way to fill in the tiny slices of time that I do have. I'll spend money.</p></blockquote>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4b6cc2900ffacd3daef54b13b4caceac">You probably have things in your life that provide plenty of gratification, so don't get caught substituting it with impulse buys. Always make sure you keep yourself happy with plenty of time doing the things you like to do and you won't be subconsciously trying to fill that void with useless crap.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="aed9b435c4ed23e573c453ceeb34ed18"><strong>Turn the Money You Save Into More Money</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="21154394d63f1943d01f2b717aa31115"><span><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--4Ajak63w--/atb9qm07fvvg7hqkumkw.jpg" data-chomp-id="atb9qm07fvvg7hqkumkw" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--4Ajak63w--/atb9qm07fvvg7hqkumkw.jpg"></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="6141942e977cc058fd7a0fa06a3f7389">Once you've programmed your mind to stop buying crap you don't need, you'll have some extra cash to play with. Take all that money and start putting it toward your future and things you <em>will</em> need further down the road. You might need <a target="_blank" href="http://twocents.lifehacker.com/how-to-start-saving-for-a-home-down-payment-1541254056">a home</a>, a vehicle, or a way to retire, but none of that can happen until you start planning for it. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="90f08afddc08e2c3b45c266f2e6965ec">Start by paying off any debts you already have. Credit cards, student loans, and even car payments can force you to <a href="http://lifehacker.com/how-to-break-the-living-paycheck-to-paycheck-cycle-1445330680">live paycheck to paycheck</a>. Use the <a href="http://lifehacker.com/5940989/pay-off-small-balances-first-for-better-odds-of-eliminating-all-your-debt">snowball method</a> and pay off some small balances to make you feel motivated, then start taking out your debt in full force with the <a href="http://lifehacker.com/how-to-pay-off-your-debt-using-the-stack-method-576070292">stacking method</a>: stop creating new debt, determine which balances have the highest interest rates, and create a payment schedule to pay them off efficiently.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1106cb837deb2b6fc8e28ba98f078c27">With your debts whittled down, you should start an emergency fund. No matter how well you plan things, accidents and health emergencies can still happen. An emergency fund is designed to make those kinds of events more manageable. This type of savings account is strictly for when life throws you a curveball, but you can grow one pretty easily <a target="_blank" href="http://twocents.lifehacker.com/how-to-grow-an-emergency-fund-from-modest-savings-1638409351">with only modest savings</a>.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="347c2a36f114a794d559d929da1b15b7">When you've paid off your debt and prepared yourself for troubled times, you can start saving for the big stuff. All that money you're not spending on crap anymore can be saved, invested, and compounded to let you buy comfort and security. If you don't know where to start, talk to a financial planner. Or create a simple, yet effective <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594" x-inset="1">"set and forget" investment portfolio</a>. You've worked hard to reprogram your mind, so make sure you reap the benefits for many years to come.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="b54d87ffdace50f420c3a6ff0404cbf3"><em><small>Photos by <a target="_blank" href="http://www.shutterstock.com/pic-129762989/stock-vector-consumer.html?src=id&amp;ws=1">cmgirl</a> (Shutterstock), <a target="_blank" href="http://www.shutterstock.com/pic-227832739/stock-vector-hacker-icon-man-in-hoody-with-laptop-flat-isolated-on-dark-background-vector-illustration.html?src=id&amp;ws=1">Macrovector</a> (Shutterstock), <a target="_blank" href="https://www.flickr.com/photos/jetheriot/6186786217">J E Theriot</a>, <a target="_blank" href="https://www.flickr.com/photos/puuikibeach/15289861843">davidd</a>, <a target="_blank" href="https://www.flickr.com/photos/funfilledgeorgie/10922459733">George Redgrave</a>, <a target="_blank" href="https://www.flickr.com/photos/amslerpix/7252002214">David Amsler</a>, <a target="_blank" href="https://www.flickr.com/photos/amalakar/7299820870">Arup Malakar</a>, <a target="_blank" href="https://www.flickr.com/photos/lobsterstew/89644885">J B</a>, <a target="_blank" href="https://www.flickr.com/photos/jakerome/3298702453">jakerome</a>, <a target="_blank" href="http://401kcalculator.org/">401(K) 2012</a>.</small></em></p></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html
new file mode 100644
index 0000000..9256059
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html
@@ -0,0 +1,1241 @@
+<!DOCTYPE html>
+<!--[if lt IE 8]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]-->
+<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]-->
+<!--[if IE 9]> <html class="no-js ie-9" lang="en-US"> <![endif]-->
+<!--[if gt IE 9]><!-->
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" class="no-js"><!--<![endif]--><!-- THIS IS OVERLORD --><head><meta content="IE=11; IE=10; IE=9; IE=8; IE=EDGE" http-equiv="X-UA-Compatible" /><script src="http://kinja.com/api/profile/assets/javascripts/sso.js" type="text/javascript" async=""></script>
+ <script type="text/javascript">
+ var _sf_startpt=(new Date()).getTime();
+ if (typeof(performance) !== 'undefined' &amp;&amp; typeof performance.now === 'function') {
+ var _kinjaperf_start = performance.now();
+ }
+ </script>
+
+ <script type="text/javascript">
+ (function () {
+ var w = typeof window != 'undefined' ? window : exports,
+ marks = [];
+ w.performance || (w.performance = {});
+ w.performance.now || (
+ w.performance.now = performance.now || performance.webkitNow ||
+ performance.msNow || performance.mozNow);
+ if (!w.performance.now){
+ var s = Date.now ? Date.now() : +(new Date());
+ if (performance.timing &amp;&amp; performance.timing)
+ s = performance.timing.navigationStart
+ w.performance.now = (function(){
+ var n = Date.now ? Date.now() : +(new Date());
+ return n-s;
+ });
+ }
+ w.performance.mark || (
+ w.performance.mark =
+ w.performance.webkitMark ? w.performance.webkitMark :
+ (function (l) {
+ marks.push({'name': l, 'entryType': 'mark', 'startTime': w.performance.now(), 'duration':0 });
+ }));
+ w.performance.getEntriesByType || (
+ w.performance.getEntriesByType =
+ w.performance.webkitGetEntriesByType ? w.performance.webkitGetEntriesByType :
+ (function (t) {
+ return t == 'mark' ? marks : [];
+ }));
+ w.performance.clearMarks || (
+ w.performance.clearMarks = w.performance.webkitClearMarks ? w.performance.webkitClearMarks :
+ (function () {
+ marks = [];
+ }));
+ w.markUserTime = function(l) {
+ setTimeout(function() {
+ if (typeof w.performance.mark === 'function') {
+ w.performance.mark(l);
+ }
+ if (w.console &amp;&amp; w.console.timeStamp) {
+ w.console.timeStamp(l);
+ }
+ }, 0);
+ };
+
+ }());
+ </script>
+ <script>
+ window.Krux || ((Krux = function () {
+ Krux.q.push(arguments);
+ }).q = []);
+ (function () {
+ function retrieve(n) {
+ var m, k = 'kx' + n;
+ if (window.localStorage) {
+ return window.localStorage[k] || "";
+ } else if (navigator.cookieEnabled) {
+ m = document.cookie.match(k + '=([^;]*)');
+ return (m &amp;&amp; unescape(m[1])) || "";
+ } else {
+ return '';
+ }
+ }
+ Krux.user = retrieve('user');
+ Krux.segments = retrieve('segs') &amp;&amp; retrieve('segs').split(',') || [];
+ })();
+ </script><!-- Included CSS Files --><!--[if IE 9]><link rel="stylesheet" href="http://x.kinja-static.com/assets/stylesheets/tiger-split-501c281ae23f533f6bdadd515be1ba8a.css"><![endif]--><!--[if !IE]>--><link href="http://x.kinja-static.com/assets/stylesheets/tiger-0331994048987aac81f30111327184ed.css" rel="stylesheet" /><!--<![endif]--><meta content="http://x.kinja-static.com/assets/stylesheets/editor-7fe68d97a46203c5f7e2e1703b89b8b4.css" id="editor-css-url" name="dynamic-stylesheet" /><!-- Site specific colors --> <style type="text/css">
+ a, a:hover, a:focus { color: #709602; }
+ </style><meta content="R0yw_jwnGWbokA2qgkupaWGVFJnF6qGtlgbSJEMdQkw" name="google-site-verification" /><!-- IE Fix for HTML5 Tags --><!--[if lte IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--><meta charset="utf-8" /><!-- Set the viewport width to device width for mobile --><meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0,maximum-scale=10.0" name="viewport" /><meta content="INDEX, FOLLOW" name="ROBOTS" /><title>How to Program Your Mind to Stop Buying Crap You Don’t Need</title><!-- favicon and touch icons --><link href="http://i.kinja-img.com/gawker-media/image/upload/s--rqDhe7s2--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/192oza44hceztpng.png" rel="shortcut icon" /><link href="http://i.kinja-img.com/gawker-media/image/upload/s--bBeYJ-7Z--/c_fill,fl_progressive,g_center,h_200,q_80,w_200/192oza44hceztpng.png" rel="apple-touch-icon" /><meta content="http://i.kinja-img.com/gawker-media/image/upload/s--rqDhe7s2--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/192oza44hceztpng.png" name="msapplication-square70x70logo" /><meta content="http://i.kinja-img.com/gawker-media/image/upload/s--bBeYJ-7Z--/c_fill,fl_progressive,g_center,h_200,q_80,w_200/192oza44hceztpng.png" name="msapplication-square150x150logo" /><!-- rss --><link href="http://feeds.gawker.com/lifehacker/full" title="Lifehacker - All stories" type="application/rss+xml" rel="alternate" /><!-- Open Graph/Facebook headers --><meta content="money, shopping, saving money, personal finances, mind hacks, habits, budget, psychology, editor&amp;#39;s picks, Lifehacker" name="keywords" /><meta content="money, shopping, saving money, personal finances, mind hacks, habits, budget, psychology, editor&amp;#39;s picks, Lifehacker" name="news_keywords" /><link href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" rel="canonical" /><meta content="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" name="twitter:url" /><meta content="How to Program Your Mind to Stop Buying Crap You Don’t Need" property="og:title" /><meta content="article" property="og:type" /><meta content="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" name="twitter:image" /><meta content="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" property="og:image" /><meta content="Patrick Allan" name="author" /><meta content="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" property="og:url" /> <!-- permalink --><meta content="summary_large_image" name="twitter:card" /><meta content="@lifehacker" name="twitter:site" /><meta content="How to Program Your Mind to Stop Buying Crap You Don’t Need" name="twitter:title" /><meta content="We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store." name="twitter:description" /><meta name="twitter:creator" /><meta content="We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store." property="og:description" /><meta content="We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store." name="description" /><meta content="en_US" property="og:locale" /><meta content="Lifehacker" property="og:site_name" /><meta content="37418175030" property="fb:app_id" /><meta content="live" name="kinja:mode" /><meta content="permalink" name="kinja:page-type" /><script async="" type="text/javascript" src="http://d8rk54i4mohrb.cloudfront.net/js/reach.js"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="layer/Main" src="http://x.kinja-static.com/assets/javascripts-min/layer/Main-en-US-fc52d10f1350408009c8c771fe092f72.js"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="layer/PostApp" src="http://x.kinja-static.com/assets/javascripts-min/layer/PostApp-en-US-c004ba34b8896c19ebcaf45ecd2464f1.js"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="module/Raven" src="http://x.kinja-static.com/assets/javascripts-min/module/Raven-en-US-3467f3aed7fecb0be39f14c0d7095e44.js"></script></head><body data-timezone-offset="-25200000" class="lifehacker custom-skin permalink en-US f_ads_controller_on f_ads_mv_separation_on f_amazon_matchbuy_on f_amazon_selective_clientside_render_on f_analyticstracking_on f_bigpic_share_on f_biztools_blogname_on f_black_search_icon_on f_cda_on_hash_on f_comment_annotation_template_merge_on f_coredecorators_on f_coreinsets_on f_corelikes_on f_crossdomainanalytics_on f_direct_core_annotations_on f_direct_core_extendedlike_on f_direct_core_post_update_on f_direct_core_reposts_on f_editor_dst_fix_on f_editor_timezone_fix_on f_engine_agnostic_link_modal_on f_foobar_foo f_footer_new_chartbeat_on f_foreplay_copy_update_on f_gnc_on f_gns_on f_gnx_on f_grecaptcha_on f_groupchats_rendering_performance_on f_hide_pending_replies_on f_iframe_resize_on f_insetmetrics_on f_json_post_sync_on f_large_post_performance_on f_limit_draft_controls_on f_longer_permalink_cache_time_1800_on f_moatads_headertag_on f_moatads_promoted_on f_mobile_ad_prototypes_on f_mobile_ad_prototypes_permalink_on f_multioauth_on f_new_editor_css_on f_new_editor_message_on f_newblogproperties_on f_newbuttons_on f_newfollowlists_on f_no_follow_pending_on f_permalink_body_mobile_ad_on f_permalinkservice_feedcontroller_on f_permalinkservice_inviteservice_on f_pinterest_on f_pinterest_hoverbutton_on f_pinterest_mobilepanel_on f_popular_6_on f_postlistclickmetrics_on f_postlisttracking_on f_pre_share_view_on f_promoted_touch_on f_purge_permalink_on_update_on f_raven_on f_recommended_footer_on f_redactor_on f_remove_spinner_on f_s3assets_on f_scheduled_shares_on f_scribe_on f_sha_amazon_links_subtags_on f_simplereach_expanded_on f_tablet_popular_on f_throttle_on f_throttle_measuring_off f_throttle_test_foo_lorem f_twitter_embed_fix_on f_uidimages_on f_unify_amazon_insets_permalink_on f_universalanalytics_on f_userstats_on f_viewstats_via_service_on k_liveblog_appRevision_1 k_liveblog_pollIntervalMillis_10000 k_maintenance_off"><div id="js_success-box-container" class="success-messages"></div>
+ <script type="text/javascript">
+ var readOnlyRequest;
+ var cn = "read-only";
+ var cacheBusterParam = "?cb=" + Math.floor(Date.now() / 60000); // update every minute
+ var setReadOnly = function () {
+ document.body.className = (document.body.className === '') ? cn : document.body.className + ' ' + cn;
+ };
+ if (window.XMLHttpRequest) {
+ readOnlyRequest = new XMLHttpRequest();
+ } else if (window.ActiveXObject) {
+ readOnlyRequest = new ActiveXObject("Microsoft.XMLHTTP");
+ }
+ readOnlyRequest.onreadystatechange = function() {
+ if (readOnlyRequest.readyState == 4 &amp;&amp; readOnlyRequest.status &gt;= 500 &amp;&amp; readOnlyRequest.status &lt; 600) {
+ setReadOnly();
+ }
+ };
+ readOnlyRequest.open('GET', "/ajax/readOnlyMode" + cacheBusterParam);
+ readOnlyRequest.send();
+ </script>
+ <div data-offcanvas="" class="off-canvas-wrap" id="js_off-canvas-wrap"><div class="inner-wrap"><aside class="left-off-canvas-menu show-for-medium-down proxima nav-dropdown main-menu"> <div id="js_blogmenu--offcanvas"><div class="search show-for-medium-down"> <form onsubmit="window.ga('send', 'event', 'Search', 'Submit', 'permalink');" action="/search" class="search search-simple" method="GET"><div class="input-with-icon"><span class="icon icon-search"></span><input type="text" data-focus-on-display="" autocomplete="off" class="mbn" name="q" placeholder="Search" /></div></form></div><div class="divider show-for-medium-down"></div><div class="js_login-links show-for-medium-down"></div> <ul class="show-for-medium-down"><li data-blogid="17" class="add js_follow-controls js_follow-blog-controls follow-controls--blog-menu"><a class="js_followblogforuser proxima" href="#"><span class="icon icon-plus-alt"></span> <span>Follow Lifehacker</span></a><a class="js_unfollowblogforuser proxima hide" href="#"><span class="icon icon-checkmark-alt"></span> <span>Followed</span></a></li><li></li></ul><ul class="related-blog-list"><li class="title">Related blogs</li> <li><a data-ga="[Kinja Menu, Related Blog Click, Hackerspace]" href="http://hackerspace.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Hackerspace</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, After Hours]" href="http://afterhours.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>After Hours</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Two Cents]" href="http://twocents.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Two Cents</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Workshop]" href="http://workshop.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Workshop</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Vitals]" href="http://vitals.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Vitals</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Skillet]" href="http://skillet.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Skillet</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Shop Talk]" href="http://shoptalk.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Shop Talk</a></li></ul><div class="divider"></div><ul class="gmg-blog-list"><li class="title">Blogs you may like</li> <li><a data-ga="[Kinja Menu, Blogs You May Like Click, Deadspin]" href="http://deadspin.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-deadspin"></span>Deadspin</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Gawker]" href="http://gawker.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-gawker"></span>Gawker</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Gizmodo]" href="http://gizmodo.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-gizmodo"></span>Gizmodo</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, io9]" href="http://io9.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-io9"></span>io9</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Jalopnik]" href="http://jalopnik.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-jalopnik"></span>Jalopnik</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Jezebel]" href="http://jezebel.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-jezebel"></span>Jezebel</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Kotaku]" href="http://kotaku.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-kotaku"></span>Kotaku</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Lifehacker]" href="http://lifehacker.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-lifehacker"></span>Lifehacker</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Sploid]" href="http://sploid.gizmodo.com/"><span class="icon icon-prepend icon-sprite site-icon site-icon-sploid"></span>Sploid</a></li></ul></div><div class="divider"></div></aside><aside class="right-off-canvas-menu show-for-medium-down proxima nav-dropdown"> <dl data-tab="" class="tabs row"><dd class="js_username-tab tab-title active small-6 columns"><a class="js_username" href="#js_usermenu--offcanvas">Username</a></dd><dd class="js_notif-tab tab-title small-6 columns"><a href="#js_notifications--offcanvas">Notifications</a></dd></dl><div class="tabs-content"><div id="js_usermenu--offcanvas" class="content active"><div class="divider"></div></div><div id="js_notifications--offcanvas" class="content notif-menu js_notif-panel"><div class="divider"></div></div></div></aside><a class="exit-off-canvas"></a> <!-- md5! --><div class="js_top-nav-wrap top-nav fixed shadow-bottom"><nav class="js_top-nav row proxima"><div class="header flex-container horizontal-nowrap"><div class="flex-item off-canvas-toggle__wrapper show-for-medium-down"><a data-ga="[Kinja Menu, Menu Click, js_pageType]" class="left-off-canvas-toggle menu-square"><span class="icon-hamburger"><span></span><span></span><span></span></span></a></div><div class="flex-item kinja-title__wrapper hide-for-medium-down"><a class="js_menu-button" data-dropdown="global-blog"><span data-ga="[Kinja Menu, Menu Click, js_pageType]" class="menu-square menu-square--desktop"><span class="icon-hamburger"><span></span><span></span><span></span></span></span></a></div><div data-image-asset-path="http://x.kinja-static.com/assets/images/" data-logo-src="http://i.kinja-img.com/gawker-media/image/upload/s--TBjOdHcL--/c_fit,fl_progressive,q_80,w_600/bwiqhbo45ulldozwchb0.png" class="blog-title-region js_blog-title-region flex-item flex-grow"></div><div class="flex-item header-right"><div class="right user-bar js_right-user-bar"></div></div></div><div data-dropdown-content="" id="global-blog" class="proxima f-dropdown content nav-dropdown main-menu hide-for-medium-down"><div id="js_blogmenu--dropdown"><div class="search show-for-medium-down"> <form onsubmit="window.ga('send', 'event', 'Search', 'Submit', 'permalink');" action="/search" class="search search-simple" method="GET"><div class="input-with-icon"><span class="icon icon-search"></span><input type="text" data-focus-on-display="" autocomplete="off" class="mbn" name="q" placeholder="Search" /></div></form></div><div class="divider show-for-medium-down"></div><div class="js_login-links show-for-medium-down"></div> <ul class="show-for-medium-down"><li data-blogid="17" class="add js_follow-controls js_follow-blog-controls follow-controls--blog-menu"><a class="js_followblogforuser proxima" href="#"><span class="icon icon-plus-alt"></span> <span>Follow Lifehacker</span></a><a class="js_unfollowblogforuser proxima hide" href="#"><span class="icon icon-checkmark-alt"></span> <span>Followed</span></a></li><li></li></ul><ul class="related-blog-list"><li class="title">Related blogs</li> <li><a data-ga="[Kinja Menu, Related Blog Click, Hackerspace]" href="http://hackerspace.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Hackerspace</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, After Hours]" href="http://afterhours.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>After Hours</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Two Cents]" href="http://twocents.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Two Cents</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Workshop]" href="http://workshop.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Workshop</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Vitals]" href="http://vitals.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Vitals</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Skillet]" href="http://skillet.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Skillet</a></li><li><a data-ga="[Kinja Menu, Related Blog Click, Shop Talk]" href="http://shoptalk.lifehacker.com"><span class="icon icon-sprite site-icon site-icon-default icon-prepend"></span>Shop Talk</a></li></ul><div class="divider"></div><ul class="gmg-blog-list"><li class="title">Blogs you may like</li> <li><a data-ga="[Kinja Menu, Blogs You May Like Click, Deadspin]" href="http://deadspin.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-deadspin"></span>Deadspin</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Gawker]" href="http://gawker.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-gawker"></span>Gawker</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Gizmodo]" href="http://gizmodo.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-gizmodo"></span>Gizmodo</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, io9]" href="http://io9.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-io9"></span>io9</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Jalopnik]" href="http://jalopnik.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-jalopnik"></span>Jalopnik</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Jezebel]" href="http://jezebel.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-jezebel"></span>Jezebel</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Kotaku]" href="http://kotaku.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-kotaku"></span>Kotaku</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Lifehacker]" href="http://lifehacker.com"><span class="icon icon-prepend icon-sprite site-icon site-icon-lifehacker"></span>Lifehacker</a></li><li><a data-ga="[Kinja Menu, Blogs You May Like Click, Sploid]" href="http://sploid.gizmodo.com/"><span class="icon icon-prepend icon-sprite site-icon site-icon-sploid"></span>Sploid</a></li></ul></div></div><div data-dropdown-content="" id="js_notifications--dropdown" class="proxima f-dropdown nav-dropdown content notif-menu"></div><div class="js_global-user scrollable-container noskimlinks noskimwords"><div data-dropdown-content="" id="js_usermenu--dropdown" class="proxima f-dropdown nav-dropdown content user-menu user-menu--mobile"></div></div></nav></div><div class="js_ad-top row ad-wide ad-top show-for-xlarge-up" id="ad-970x90-container"><div class="column"> <div class="ad-unit js_ad-unit ad-top-banner js_ad-top-banner"><div data-zone-type="TOP_BANNER" class="ad-container js_ad-container" id="ad-container-21598451"></div></div></div></div><div class="row page js_page"><div class="large-4 columns sidebar hide-for-medium-down"><div class="sidebar-container js_sidebar-actual-container"> <div class="sidebar-content js_sidebar-container js_sidebar"><section class="leftrailmodule js_leftrailmodule leftrailmodule--trending" id="js_leftrailmodule--trending"> <div class="strapline proxima text-upper text-micro strapline--leftrail"><span class="strapline-bg">Trending on Kinja</span></div><div class="js_related-module "><ol class="leftrail-list leftrail-list--trending js_leftrail-list"> <li class="row leftrail-item leftrail-item--trending js_leftrail-item"><div class="large-1 columns"><div class="leftrail-marker">1.</div></div><div class="large-5 columns"><a data-ga="[Trending module click, position 1, js_pageType]" href="http://deadspin.com/aaron-hernandez-is-an-idiot-but-he-still-might-get-awa-1692206981"><img alt="Aaron Hernandez Is An Idiot, But He Still Might Get Away With Murder" src="http://i.kinja-img.com/gawker-media/image/upload/s--1YlShHHH--/c_fill,fl_progressive,g_north,h_180,q_80,w_320/rm2n6mfzgsokjaqqiohy.png" class="leftrail-image" /></a></div><div class="large-6 columns"><h6 class="headline"><a data-ga="[Trending module click, position 1, js_pageType]" href="http://deadspin.com/aaron-hernandez-is-an-idiot-but-he-still-might-get-awa-1692206981">Aaron Hernandez Is An Idiot, But He Still Might Get Away With Murder</a></h6><div class="byline proxima text-small"> <a class="text-light byline__source" href="//deadspin.com">on Deadspin</a></div></div></li> <li class="row leftrail-item leftrail-item--trending js_leftrail-item"><div class="large-1 columns"><div class="leftrail-marker">2.</div></div><div class="large-11 columns"><h6 class="headline"><a data-ga="[Trending module click, position 2, js_pageType]" href="http://jalopnik.com/top-gear-hosts-james-may-and-richard-hammond-react-to-c-1693566118"><i>Top Gear</i> Hosts James May And Richard Hammond React To Clarkson Firing</a></h6><div class="byline proxima text-small"> <a class="text-light byline__source" href="//jalopnik.com">on Jalopnik</a></div></div></li> <li class="row leftrail-item leftrail-item--trending js_leftrail-item"><div class="large-1 columns"><div class="leftrail-marker">3.</div></div><div class="large-11 columns"><h6 class="headline"><a data-ga="[Trending module click, position 3, js_pageType]" href="http://jalopnik.com/jeremy-clarkson-officially-fired-from-top-gear-1693551101">Jeremy Clarkson Officially Fired From <i>Top Gear</i></a></h6><div class="byline proxima text-small"> <a class="text-light byline__source" href="//jalopnik.com">on Jalopnik</a></div></div></li></ol></div></section> <section class="js_contained-ad-container contained-ad-container leftrailmodule js_leftrailmodule invisible" id="js_leftrailmodule--preloadedad"><div class="contained-ad-wrapper js_contained-ad-wrapper"> <div class="ad-unit js_ad-unit ad-left-rail js_ad-left-rail"><div data-zone-type="LEFT_RAIL" class="ad-container js_ad-container" id="ad-container-68431215"></div></div></div></section><section class="leftrailmodule js_leftrailmodule leftrailmodule--popular invisible" id="js_leftrailmodule--popular"> <div class="strapline proxima text-upper text-micro strapline--leftrail"><span class="strapline-bg">Written by <a href="//patrickallan.kinja.com/">Patrick Allan</a></span></div><div class="js_related-module "><ol class="leftrail-list leftrail-list--popular js_leftrail-list"> <li class="row leftrail-item leftrail-item--popular js_leftrail-item recommended"><div class="row"><div class="large-12 columns leftrail-image-wrap"><a data-ga="[Popular stories click, position 1, js_pageType]" href="http://lifehacker.com/why-you-should-periodically-replace-your-surge-protecto-1693447062"><img alt="Why You Should Periodically Replace Your Surge Protectors" src="http://i.kinja-img.com/gawker-media/image/upload/s--eJ7nuZsO--/c_fill,fl_progressive,g_center,h_180,q_80,w_320/wuhmkpql6xdxuu0xnmc5.jpg" class="leftrail-image" /></a></div></div><div class="row"><div class="large-12 columns"><h6 class="headline"><a data-ga="[Popular stories click, position 1, js_pageType]" href="http://lifehacker.com/why-you-should-periodically-replace-your-surge-protecto-1693447062">Why You Should Periodically Replace Your Surge Protectors</a></h6></div></div><div class="row"><div class="large-12 columns"><div class="leftrail-separator"></div></div></div></li> <li class="row leftrail-item leftrail-item--popular js_leftrail-item recommended"><div class="row"><div class="large-12 columns leftrail-image-wrap"><a data-ga="[Popular stories click, position 2, js_pageType]" href="http://lifehacker.com/remove-burned-grease-and-food-gunk-from-sponges-with-a-1693435757"><img alt="Remove Burned Grease and Food Gunk from Sponges with a Salt Water Soak" src="http://i.kinja-img.com/gawker-media/image/upload/s--D5VWh239--/c_fill,fl_progressive,g_center,h_180,q_80,w_320/cuu0eau8uoxgunp37kgb.jpg" class="leftrail-image" /></a></div></div><div class="row"><div class="large-12 columns"><h6 class="headline"><a data-ga="[Popular stories click, position 2, js_pageType]" href="http://lifehacker.com/remove-burned-grease-and-food-gunk-from-sponges-with-a-1693435757">Remove Burned Grease and Food Gunk from Sponges with a Salt Water Soak</a></h6></div></div><div class="row"><div class="large-12 columns"><div class="leftrail-separator"></div></div></div></li> <li class="row leftrail-item leftrail-item--popular js_leftrail-item recommended"><div class="row"><div class="large-12 columns leftrail-image-wrap"><a data-ga="[Popular stories click, position 3, js_pageType]" href="http://lifehacker.com/prioritize-your-habit-changes-based-on-what-problem-wil-1693431544"><img alt="Prioritize Your Habit Changes Based on What Problem Will Be Solved" src="http://i.kinja-img.com/gawker-media/image/upload/s--xcx_Hkf8--/c_fill,fl_progressive,g_center,h_180,q_80,w_320/qqwf5kig4pevcjrprzie.jpg" class="leftrail-image" /></a></div></div><div class="row"><div class="large-12 columns"><h6 class="headline"><a data-ga="[Popular stories click, position 3, js_pageType]" href="http://lifehacker.com/prioritize-your-habit-changes-based-on-what-problem-wil-1693431544">Prioritize Your Habit Changes Based on What Problem Will Be Solved</a></h6></div></div><div class="row"><div class="large-12 columns"><div class="leftrail-separator"></div></div></div></li></ol></div></section></div></div></div><script>markUserTime('Content - Before main column');</script><div class="large-8 columns main-column"> <div id="fb-root"></div><div class="row content-header hide-for-medium-down"><div class="js_site-header site-header column"><a title="Lifehacker" class="site-logo mln" href="/"><img alt="" src="http://i.kinja-img.com/gawker-media/image/upload/s--TBjOdHcL--/c_fit,fl_progressive,q_80,w_600/bwiqhbo45ulldozwchb0.png" class="logo" /></a></div><div class="header-action-wrapper"><div data-blogid="17" class="add js_follow-controls js_follow-blog-controls js_follow-buttons follow-controls right header-action"><a title="Follow Lifehacker" class="js_followblogforuser follow-controls__link proxima" href="#"><span class="icon icon-plus"></span> <span class="hide-for-medium-down">Follow</span></a><a title="Unfollow Lifehacker" class="js_unfollowblogforuser proxima follow-controls__link hide" href="#"><span class="icon icon-checkmark"></span> <span class="hide-for-medium-down">Followed</span></a></div></div></div> <section class="branch-wrapper "> <div data-reveal="" class="reveal-modal js_foreplay foreplay proxima noskimlinks noskimwords" id="foreplay"><div id="jwPlayerVideo"></div><a class="close js_foreplay-close" href="#">You can skip this ad in 5 seconds.</a></div> <div class="js_ie-message hide"></div><div class="editorplaceholder" id="editorplaceholder"></div><div class="post-wrapper js_post-wrapper "> <article data-model="%7B%22id%22%3A1690268064%2C%22permalink%22%3A%22http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064%22%2C%22permalinkPath%22%3A%22%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064%22%2C%22isBlip%22%3Afalse%2C%22isRecommended%22%3Atrue%2C%22publishTimeMillis%22%3A1425913200851%2C%22publishTime%22%3A%7B%22timestamp%22%3A1425913200851%2C%22timezone%22%3A%22America%2FLos_Angeles%22%2C%22MdyHm%22%3A%2203%2F09%2F2015%2008%3A00%22%2C%22MdyatHm%22%3A%2203%2F09%2F2015%20at%2008%3A00%22%2C%22rfc822%22%3A%22Mon%2C%209%20Mar%202015%2015%3A00%3A00%20GMT%22%2C%22yMdHmsZ%22%3A%222015-03-09T08%3A00%3A00-07%3A00%22%2C%22hmma%22%3A%228%3A00am%22%2C%22day%22%3A%22Monday%22%2C%22Mddyyhmma%22%3A%223%2F09%2F15%208%3A00am%22%2C%22fullDate%22%3A%22March%209%2C%202015%22%2C%22relative%22%3A%7B%22amount%22%3Anull%2C%22type%22%3A%22greaterthanweek%22%7D%7D%2C%22status%22%3A%22PUBLISHED%22%2C%22author%22%3A%7B%22id%22%3A%22602884910%22%2C%22screenName%22%3A%22PatrickAllan%22%2C%22displayName%22%3A%22Patrick%20Allan%22%2C%22defaultBlogId%22%3A602884922%2C%22defaultBlog%22%3Anull%2C%22avatar%22%3A%7B%22id%22%3A%22gzonxhes6bl4p9k4gzpl%22%2C%22format%22%3A%22jpg%22%7D%7D%2C%22authorId%22%3A%22602884910%22%2C%22byline%22%3A%22%22%2C%22isStarter%22%3Atrue%2C%22blogId%22%3A%5B602884922%2C17%5D%2C%22defaultBlogId%22%3A17%2C%22authorBlogId%22%3A602884922%2C%22authorBlogName%22%3A%22patrickallan%22%2C%22allowReplies%22%3Atrue%2C%22isBillboardPost%22%3Afalse%2C%22liveBlog%22%3Afalse%2C%22headline%22%3A%22How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need%22%2C%22adZone%22%3A%22partners%22%2C%22tagUrlNames%22%3A%22money%2Cshopping%2Csaving-money%2Cpersonal-finances%2Cmind-hacks%2Chabits%2Cbudget%2Cpsychology%2Ceditors-picks%22%2C%22replyCount%22%3A146%2C%22sharedPostId%22%3Anull%2C%22images%22%3A%5B%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--mlR3Ku0_--%2Fxrhkwleyurcizy4akiae.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fxrhkwleyurcizy4akiae.jpg%22%2C%22id%22%3A%22xrhkwleyurcizy4akiae%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--4Ajak63w--%2Fatb9qm07fvvg7hqkumkw.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fatb9qm07fvvg7hqkumkw.jpg%22%2C%22id%22%3A%22atb9qm07fvvg7hqkumkw%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--QeUTCiuW--%2Fo4dpyrcbiqyfrc3bxx6p.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fo4dpyrcbiqyfrc3bxx6p.jpg%22%2C%22id%22%3A%22o4dpyrcbiqyfrc3bxx6p%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--hqqO9fze--%2Fn1s6c2m6kc07iqdyllj6.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fn1s6c2m6kc07iqdyllj6.jpg%22%2C%22id%22%3A%22n1s6c2m6kc07iqdyllj6%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Atrue%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--6NwBgQLy--%2Fafy7n45jfvsjdmmhonct.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fafy7n45jfvsjdmmhonct.jpg%22%2C%22id%22%3A%22afy7n45jfvsjdmmhonct%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--mtob1sjR--%2Fy2ldv5eufb3jcrtfouye.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fy2ldv5eufb3jcrtfouye.jpg%22%2C%22id%22%3A%22y2ldv5eufb3jcrtfouye%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--x9hLbIKJ--%2Fimfc9ybqfw0jmztbhfrh.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fimfc9ybqfw0jmztbhfrh.jpg%22%2C%22id%22%3A%22imfc9ybqfw0jmztbhfrh%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--Tacb0tyW--%2Fqodag11euf2npkawkn9v.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fqodag11euf2npkawkn9v.jpg%22%2C%22id%22%3A%22qodag11euf2npkawkn9v%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%2C%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--ciqk42G0--%2Fs3pq8vjrvyjgne4lfsod.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs3pq8vjrvyjgne4lfsod.jpg%22%2C%22id%22%3A%22s3pq8vjrvyjgne4lfsod%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Anull%7D%5D%2C%22videos%22%3A%5B%5D%2C%22parentId%22%3Anull%2C%22parentAuthorId%22%3Anull%2C%22starterId%22%3A1690268064%7D" id="post_1690268064" data-id="1690268064" class="post hentry js_post_item status-published post-item-permalink commented js_amazon_module marquee-post"> <div class="row content-wrapper"><div class="column"><div class="row js_kinja-share-wrapper hide"><div class="column post-tools-above"><a class="js_kinja-share replywithshare inline-block" href="#"><span class="icon icon-reload"></span></a></div></div><header class=""><h1 class="headline hover-highlight entry-title"><a onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - post header', 'standard');" data-id="" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064">How to Program Your Mind to Stop Buying Crap You Don’t Need</a></h1></header> <div class="meta-container without-dropdown"> <div data-blogid="602884922" data-authorid="602884910" class="meta-avatar js_author"> <span class="meta-tools"><div class="view-count-container"></div><a title="Recommend" class="js_like button-recommend-post hover-icon" href="#" data-likecount="36"><span class="js_like_count">36</span><span class="icon icon-star icon-append js_like_icon"></span></a><div class="js_like-list-container"></div></span><div data-dropdownhover-container="" class="floated-container img-30"> <div data-dropdownhover-content="" class="f-dropdown author-hovercard content small whitelisted-links js_avatar-popover" id="1690268064-hovercard"><span class="floated-container img-60 avatar-container js_avatar-container"><span class="avatar"><span class="icon icon-checkmark icon-followed"></span><img alt="PatrickAllan" data-src="http://i.kinja-img.com/gawker-media/image/upload/s--LikxhIZs--/c_fill,fl_progressive,g_center,h_120,q_80,w_120/gzonxhes6bl4p9k4gzpl.jpg" /></span><div data-blogid="602884922" data-authorid="602884910" class="js_follow-controls js_author-follow-controls"><h4>Patrick Allan</h4><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - profile button click');" target="_blank" class="button tiny secondary mrs" href="http://patrickallan.kinja.com">Profile</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Hover card - follow button click');" class="button tiny secondary js_followforuser mrs" href="#">Follow</a><a class="button tiny secondary js_unfollowforuser mrs hide" href="#">Unfollow</a></div></span></div> <div data-dropdownhover="1690268064-hovercard" class="avatar avatar-container js_avatar-container"><span class="icon icon-checkmark icon-followed"></span><a href="http://patrickallan.kinja.com"><span class="img-border"><img src="http://i.kinja-img.com/gawker-media/image/upload/s--e6LwIJS6--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/gzonxhes6bl4p9k4gzpl.jpg" /></span></a></div><div class="txt"> <span class="display-name author vcard"><a onclick="window.ga('send', 'event', 'byline', 'click', 'permalink');" class="fn url" data-dropdownhover-anchor="1690268064-hovercard" target="_self" href="http://patrickallan.kinja.com">Patrick Allan</a></span><div class="second-line post-meta">Filed to: <a data-options="is_hover:true" data-dropdown="taglist" data-urlname="money" href="/tag/money" class="first-tag ">money</a> <div data-dropdown-content="" class="tiny f-dropdown text-upper" id="taglist"><div><ul> <li class=""><a data-urlname="shopping" href="/tag/shopping">shopping</a></li> <li class=""><a data-urlname="saving-money" href="/tag/saving-money">saving money</a></li> <li class=""><a data-urlname="personal-finances" href="/tag/personal-finances">personal finances</a></li> <li class=""><a data-urlname="mind-hacks" href="/tag/mind-hacks">mind hacks</a></li> <li class=""><a data-urlname="habits" href="/tag/habits">habits</a></li> <li class=""><a data-urlname="budget" href="/tag/budget">budget</a></li> <li class=""><a data-urlname="psychology" href="/tag/psychology">psychology</a></li> <li class=""><a data-urlname="editors-picks" href="/tag/editors-picks">editor's picks</a></li></ul></div></div> <span data-publishtime="1425913200851" class="publish-time js_publish_time"><a target="_self" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" class="hover-switch"> <span class="show-on-hover published updated">3/09/15 8:00am</span><span class="hide-on-hover"> 3/09/15 8:00am</span></a></span></div></div></div></div><div class="post-dropdown-ct js_post-dropdown-ct js_post-dropdown-ct-sticky"><ul data-dropdown-content="" data-sourceblogid="17" data-blogid="602884922" data-authorid="602884910" data-starterid="1690268064" data-postid="1690268064" class="f-dropdown proxima js_post-dropdown js_follow-controls js_author-follow-controls whitelisted-links" id="dropdown-1690268064"><li class="js_edit-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-pencil-alt icon-prepend"></i>Edit</a></li><li class="js_delete-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-x-circle icon-prepend"></i>Delete</a></li> <li onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - invite click');" class="js_invite-to-post hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-twitter icon-prepend"></i>Invite</a></li><li class="js_invite-to-post-manually hover-icon hide"><a rel="nofollow" href="#"><i class="icon icon-mail icon-prepend"></i>Invite manually</a></li><li class="js_promote hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-star-circle icon-prepend"></i>Promote</a></li><li class="js_dismiss hover-icon hide readonly-hide"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Dismiss click');" rel="nofollow" class="dismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Dismiss</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Undismiss click');" rel="nofollow" class="undismiss" href="#"><i class="icon icon-prepend notranslate">X</i>Undismiss</a></li><li data-targetblogname="Lifehacker" data-targetblogid="602884922" data-blogid="17" class="js_block hover-icon hide disabled readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-not-circle icon-prepend"></i><span>Block for Lifehacker</span></a></li><li class="js_hide-post hover-icon hide readonly-hide"><a rel="nofollow" href="#"><i class="icon icon-prepend icon-not-circle"></i>Hide</a></li><li class="js_kinja-share-block readonly-hide"><a rel="nofollow" href="#" class="js_kinja-share hover-icon"><i class="icon icon-share icon-prepend"></i>Share to Kinja</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Facebook click');" href="http://facebook.com/sharer.php?u=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" rel="nofollow" class="js_share-post-item facebook hover-icon"><i class="icon icon-facebook icon-prepend"></i>Share to Facebook</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Share to Pinterest', 'click', 'Drop down');" href="http://www.pinterest.com/pin/create/api_other/?url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;media=http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--hqqO9fze--%2Fn1s6c2m6kc07iqdyllj6.jpg&amp;description=We%20all%20buy%20things%20from%20time%20to%20time%20that%20we%20don%27t%20really%20need.%20It%27s%20okay%20to%20appeal%20to%20your%20wants%20every%20once%20in%20a%20while%2C%20as%20long%20as%20you%27re%20in%20control.%20If%20you%20struggle%20with%20clutter%2C%20impulse%20buys%2C%20and%20buyer%27s%20remorse%2C%20here%27s%20how%20to%20put%20your%20mind%20in%20the%20right%20place%20before%20you%20even%20set%20foot%20in%20a%20store." rel="nofollow" class="js_share-post-item pinterest hover-icon"><i class="icon icon-pinterest icon-prepend"></i>Share to Pinterest</a></li><li class="js_external-share"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Share to Twitter click');" href="http://twitter.com/share?url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;text=POST_TITLE" rel="nofollow" class="js_share-post-item twitter hover-icon"><i class="icon icon-twitter icon-prepend"></i>Share to Twitter</a></li><li class="js_go-to-permalink"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down - Go to permalink click');" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" class="hover-icon"><i class="icon icon-link-alt icon-prepend"></i>Go to permalink</a></li><li class="repostblock js_repostblock hide"></li></ul><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Drop down click');" data-dropdown="dropdown-1690268064" class="button dropdown secondary transparent toggle-30 js_post-menu-toggler post-dropdown-trigger" target="_self" href="#"></a></div></div><div class="post-content entry-content "><p data-textannotation-id="58a492029dca5e6a6e481d21b6b2933a" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" data-chomp-id="n1s6c2m6kc07iqdyllj6" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--hqqO9fze--/n1s6c2m6kc07iqdyllj6.jpg" /></span></p><div id="js_adsense-container"></div><script>
+
+window.google_analytics_uacct = 'UA-142218-1';
+var google_adnum = 0; /* only insert this line for your first ad unit */
+// conditional adsense core decorated
+function google_ad_request_done(google_ads) {
+ var domain = '';
+ var domainParts = document.referrer.split("/");
+ if (domainParts.length &gt; 2) {
+ domainParts = domainParts[2].split(".");
+ domain = domainParts[domainParts.length - 2];
+ }
+ var companions = document.querySelectorAll('.js_ad300-companion');
+ var blockHeight = 0;
+ if (companions.length &gt; 0) {
+ var companion = companions[0];
+ blockHeight = companion.offsetHeight;
+ }
+ var onKinja = location.host.substr(-1 * "kinja.com".length) === "kinja.com";
+ var fromSearch = (domain == "google") || (domain == "bing") || (domain == "yahoo") || (domain == "ask");
+ var cookieString = "fromSearch=1";
+ if (fromSearch) {
+ document.cookie = cookieString;
+ }
+ var inSearchSession = document.cookie.indexOf(cookieString) != -1;
+ var shouldShowAds = !onKinja &amp;&amp; (fromSearch || inSearchSession);// &amp;&amp; blockHeight &gt; 400);
+ if (shouldShowAds) {
+ var s = '';
+ var i;
+ if (google_ads.length == 0) {
+ return;
+ }
+ s += '&lt;aside class="referenced-wide google-adsense twelve columns"&gt;';
+ s += '&lt;div class="container proxima"&gt;';
+ s += '&lt;a href="' + google_info.feedback_url + '" class="by-google"&gt;Ads by Google&lt;/a&gt;&lt;div class="google-ads ptm"&gt;' +
+ '&lt;a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true" class="google-headline"&gt;' +
+ '&lt;span&gt; &lt;b&gt;' +google_ads[0].line1 + '&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt; &lt;span&gt;' +
+ google_ads[0].line2 + ' ' + google_ads[0].line3 + '&lt;br /&gt;&lt;/span&gt;' +
+ '&lt;a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true" class="google-link"&gt;&lt;span&gt;' + google_ads[0].visible_url + '&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br/&gt;';
+ if (google_ads.length == 2) {
+ /* the XML parser chokes on a for loop, so we have to do it explicitly */
+ s += '&lt;a href="' + google_ads[1].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[1].visible_url + '\';return true" class="google-headline"&gt;' +
+ '&lt;span&gt; &lt;b&gt;' + google_ads[1].line1 + '&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt; &lt;span style=""&gt;' +
+ google_ads[1].line2 + ' ' + google_ads[1].line3 + '&lt;br /&gt;&lt;/span&gt;' +
+ '&lt;a href="' + google_ads[1].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[1].visible_url + '\';return true" class="google-link"&gt;&lt;span&gt;' + google_ads[1].visible_url + '&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;';
+ }
+ s += '&lt;/div&gt;&lt;/div&gt;&lt;/aside&gt;';
+ if (google_ads[0].bidtype == 'CPC') { /* insert this snippet for each ad call */
+ google_adnum = google_adnum + google_ads.length;
+ }
+ document.write(s);
+ }
+}
+google_ad_client = 'ca-pub-0457527031304647';
+google_ad_output = 'js';
+google_max_num_ads = '1';
+google_ad_type = 'text';
+google_feedback = 'on';
+google_skip = google_adnum;
+google_ad_channel = '1102379497';
+</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a043044f9b3e31fd85568b17e3b1b5f3" class="first-text"><span>We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.</span></p><div class="ad-unit js_ad-unit hide-contents ad-mobile js_ad-mobile">
+ <div data-zone-type="MOBILE" class="ad-container js_ad-container" id="ad-container-45135036"></div>
+</div>
+
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="e51cbbc52eb8c3b33571908351076cf7"><strong>Understand How Your Own Brain Works Against You</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="268f7702467d33e3b0972dd09f1cf0a6" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--QeUTCiuW--/o4dpyrcbiqyfrc3bxx6p.jpg" data-chomp-id="o4dpyrcbiqyfrc3bxx6p" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--QeUTCiuW--/o4dpyrcbiqyfrc3bxx6p.jpg" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="32604538f84919efff270e87b61191a1">It may come as no surprise to learn that stores employ all kinds of tricks to get you to part ways with your cash, and your brain plays right along. Through psychological tricks, product placement, and even color, stores are designed from the ground up to increase spending. We've talked about the biggest things stores do to manipulate your senses, but here are some of the biggest things to look out for:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="cd748c8b681c781cdd728c5e17b5e05f"><strong>Color:</strong> Stores use color to make products attractive and eye-catching, but they also use color on price labels. Red stands out and can encourage taking action, that's why it's commonly associated with sale signage and advertising. When you see red, remember what they're trying to do to your brain with that color. You don't to buy something just because it's on sale.</li><li data-textannotation-id="29c11c0aec305293be282aa91f8fbc3d"><strong>Navigation Roadblocks:</strong> Stores force you to walk around stuff you don't need to find the stuff you are really after. Have a list of what you need before you go in, go straight to it, and imagine it's the only item in the store.</li><li data-textannotation-id="252dc7e4a924d12c2d913861ab118bf5"><strong>The Touch Factor:</strong> Stores place items they want to sell in easy to reach locations and encourage you to touch them. Don't do it! As soon as you pick something up, you're more likely to buy it because your mind suddenly takes ownership of the object. Don't pick anything up and don't play with display items.</li><li data-textannotation-id="05dde4d44056798acff5890759134a64"><strong>Scents and Sounds:</strong> You'll probably hear classic, upbeat tunes when you walk into a store. The upbeat music makes you happy and excited, while playing familiar songs makes you feel comfortable. They also use pleasant smells to put your mind at ease. A happy, comfortable mind at ease is a dangerous combination for your brain when shopping. There's not much you can do to avoid this unless you shop online, but it's good to be aware of it.</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1eb4a4df2a670927c5d9e9641ebf9d40">And sure, we can blame the stores all we want, but you won't change how they operate—you can only be aware of how your <a href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594" x-inset="1">brain is falling for their tricks</a>. Even without the stores, <a href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices" x-inset="1">your brain is working against you on its own</a>, thanks to some simple cognitive biases.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+<aside class="referenced-wide referenced-fullwidth js_inset tmpl_referencedGroupFullWidth clearfix core-decorated-inset">
+ <div class="container">
+
+ <div class="referenced-nav hide-for-small">
+ <div class="nav-arrow prev js_previous_inset hide">
+ <a onclick="return false;" class="icon inline icon-chevron-left" href="#"></a>
+ </div>
+ <div class="nav-arrow next js_next_inset">
+ <a onclick="return false ;" class="icon inline icon-chevron-right" href="#"></a>
+ </div>
+ </div>
+
+
+
+ <div data-inset-id="1555962975" class="referenced-item ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--9a3fSAiv--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/18l0k4fog1iixjpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ How Stores Manipulate Your Senses So You Spend More Money
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ How Stores Manipulate Your Senses So You Spend More Money
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ How Stores Manipulate Your Senses So You Spend Mor
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">When you walk into almost any store, you're immediately overloaded with sights, sounds,…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/how-stores-manipulate-your-senses-so-you-spend-more-mon-475987594">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+
+ <div data-inset-id="1555984303" class="referenced-item hide ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--ZasswoU_--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/1888vgzhqw1whjpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ How Your Brain Corrupts Your Shopping Choices
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ How Your Brain Corrupts Your Shopping Choices
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ How Your Brain Corrupts Your Shopping Choices
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">Ever come home from a day of shopping and wondered why on earth you purchased certain items? As it…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/5968125/how-your-brain-corrupts-your-shopping-choices">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+ </div>
+</aside>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="89992f1ca493b248eea6ed1772326c46">For example, confirmation bias makes you only believe the information that conforms to your prior beliefs, while you discount everything else. Advertisers appeal to this bias directly by convincing you one item is better than another with imagery and other tricks, regardless of what hard facts might say. Keep your mind open, do your own research, and accept when you're wrong about a product. The Decoy effect is also a commonly used tactic. You think one product is a deal because it's next to a similar product that's priced way higher. Even if it's a product you need, it's probably not as good of a deal as it looks right then and there. Again, always research beforehand and be on the lookout for this common trick to avoid impulse buys.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="eedde8c384145f2593efc2a15a4d79de"><strong>Make a List of </strong><em><strong>Everything</strong></em><strong> You Own and Do Some Decluttering</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="8044cf9aab698fd28931acd90ba96f7a" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--mlR3Ku0_--/xrhkwleyurcizy4akiae.jpg" data-chomp-id="xrhkwleyurcizy4akiae" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--mlR3Ku0_--/xrhkwleyurcizy4akiae.jpg" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a2a886d841e5aed848cdf7088edde4ea">Now that you know what you're up against, it's time to start changing the way you think. Before you can stop buying crap you don't need, you need to identify what that crap is. The first step is to make a list of <a href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943" x-inset="1">every single thing you own</a>. <strong>Every. Single. Thing</strong>. This might sound extreme, but you need to gather your data so you can start reprogramming your mind.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+<aside class="referenced-wide referenced-fullwidth js_inset tmpl_referencedGroupFullWidth clearfix core-decorated-inset">
+ <div class="container">
+
+
+
+ <div data-inset-id="1555988775" class="referenced-item ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--fN3JVNsL--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/196y8tsoeyd5njpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ How to Defeat the Urge to Binge Shop
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ How to Defeat the Urge to Binge Shop
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ How to Defeat the Urge to Binge Shop
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">It seems contradictory, but I love being frugal and I also love spending money. Over the last few…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/how-to-defeat-the-urge-to-binge-shop-1468216943">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+ </div>
+</aside>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bbe57b7aa20b48550e5f66b7c530822c">The purpose of this exercise is twofold: you see what you already have and don't need to ever buy again, and you get to see what you shouldn't have bought in the first place. As you list everything out, separate items into categories. It's extremely important that you are as honest with yourself as possible while you do this. It's also important you actually write this all down or type it all out. Here is the first set of categories to separate everything into:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="8d7dc912152eddd0e3d56e28ad79e6f2"><strong>Need:</strong> You absolutely need this item to get by on a day to day basis.</li><li data-textannotation-id="6f60a79627f0746d1f611999251e9f1b"><strong>Sometimes Need:</strong> You don't need this item every day, but you use it on a somewhat regular basis.</li><li data-textannotation-id="54e10b108f95548966b657bd90fdbed4"><strong>Want:</strong> You bought this item because you wanted it, not because you needed it.</li><li data-textannotation-id="26c461a85fbc78651be442e205cac58b"><strong>Crap:</strong> You don't have a good reason why you have it and you already know it needs to go (there's probably a few of these items, at least).</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="5743cf753f68fd8ee3443cc0f8e815dd">Leave the things you listed as "needs" alone, put your stuff listed as "crap" in a pile or box to go bye-bye, and move your attention back to your "sometimes need" and "want" lists. You need to go back over both of those lists because you probably fudged some of the listings, either subconsciously or intentionally. Now ask yourself these three questions as you go through both the "sometimes need" and "want" lists:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="2048d6c0436bd34811442d6df32989a4">When was the last time I used this?</li><li data-textannotation-id="3f4b3686d822171b35e27bf1afde530b">When will I use this again?</li><li data-textannotation-id="63728605cc4fa66f5b225f674d12bbff">Does this item <a href="http://lifehacker.com/declutter-by-asking-one-question-does-this-spark-joy-1651256422">bring you joy</a>?</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="816cd504161fecc6f3e173779b33d5db">Remember to be honest and adjust your lists accordingly. There's nothing wrong with keeping things you wanted. Material items can <a href="http://lifehacker.com/how-to-buy-happiness-the-purchases-most-likely-to-brin-1681780686">bring happiness to many people</a>, but make sure the items on your "want" list actively provide you joy and are being used. If an item doesn't get much use or doesn't make you happy, add it to the "crap" list.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="675103d9c0da55e95f93c53bb019f864">Once you have everything organized, it's time to do some serious decluttering. This listing exercise should get you started, but there are <a href="http://lifehacker.com/5957609/how-to-kick-your-clutter-habit-and-live-in-a-clean-house-once-and-for-all">a lot of other great ideas</a> when it comes to ditching the junk you don't need. Regardless, everything on your "crap" list needs to go. You can donate it, sell it at a yard sale, give it away to people know, whatever you like. Before you get rid of everything, though, take a picture of all your stuff together. Print out or save the picture somewhere. Some of it was probably gifts, but in general, this is all the crap you bought that you don't need. Take a good look and remember it.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="f15ab0a628b159459f095f04fef851ba"><strong>See How Much Money and Time You Spent on the Stuff You Threw Out</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bc2f55587bf4ab07a1852a8d26217233" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--Tacb0tyW--/qodag11euf2npkawkn9v.jpg" data-chomp-id="qodag11euf2npkawkn9v" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--Tacb0tyW--/qodag11euf2npkawkn9v.jpg" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="95ab4fe30c3ade42a8011966ea54aa0b">Now take a look at your "crap" list again and start calculating how much you spent on all of it. If it was a gift, mark it as $0. Otherwise, figure out the price of the item at the time you bought it. If you got a deal or bought it on sale it's okay to factor that in, but try to be as accurate as possible. Once you have the price for each item, add it all together. Depending on your spending habits this could possibly be in the hundreds to thousands of dollars. Remember the picture you took of all this stuff? Attach the total cost to the picture so you can see both at the same time.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="f654efec679064b15826d8ee20bc94e4">With the money cost figured out, you should take a look at the other costs too. Time is a resource just like any other, and it's a finite one. What kind of time did you pour into these things? Consider the time you spent acquiring and using these items, then write it all down. These can be rough estimations, but go ahead and add it all up when you think you've got it. Now attach the total time to same picture as before and think of the other ways you could have spent all that time. This isn't to make you feel bad about yourself, just to deliver information to your brain in an easy-to-understand form. When you look at it all like this, it can open your eyes a little more, and help you think about purchases in the future. You'll look at an item and ask yourself, "Will this just end up in the picture?"</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="6342bf7f15d9eddd21489c23e51ca434"><strong>List Every Non-Material Thing In Your Life that Makes You Happy</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="bafeac1c3808e0d2900190979f058b2c" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--x9hLbIKJ--/imfc9ybqfw0jmztbhfrh.jpg" data-chomp-id="imfc9ybqfw0jmztbhfrh" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--x9hLbIKJ--/imfc9ybqfw0jmztbhfrh.jpg" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4bd8fbaabb33ff1cb5dc93c16e1f83cc">Now it's time to make a different list. While material items may bring plenty of joy, the things in your life that make you happiest probably can't be bought. Get a separate piece of paper or create a new document and list out everything in your life that makes you happy. If you can't buy it, it's eligible for the list. It doesn't matter if it only makes you crack a smile or makes you jump for joy, list it out. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="104a646a62ad7a0cfb4e3ff086185fdc"><span>These are probably the things that actually make you want to get out of bed in the morning and keep on keepin' on. Once you have it all down, put it in your purse or wallet. The next time you feel the urge to buy something, whip this list out first and remind yourself why you probably don't need it.</span></p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="532cf992ff45d52de501c1a8f80fc152"><strong>Spend Some Time Away from Material Things to Gain Perspective</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="64f5c7155ad89bd2835399d33c1ae28a" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--6NwBgQLy--/afy7n45jfvsjdmmhonct.jpg" data-chomp-id="afy7n45jfvsjdmmhonct" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--6NwBgQLy--/afy7n45jfvsjdmmhonct.jpg" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="84554492c487779e921b98fb64222177">If you're having a really hard time with your spending, it can help to get away from material objects completely. When you're constantly surrounded by stuff and have access to buying things at all times, it can be really tough to break the habit. Spend a day in the park enjoying the sights and sounds of the outdoors, go camping with some friends, or hike a trail you haven't been on before. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="b44add1c7b690705d672186e3a9604b6">Essentially, you want to show yourself that you don't need your "things" to have a good time. When you realize how much fun you can have without all the trinkets and trivets, you'll start to shut down your desire to buy them. If you can't get really get away right now, just go for a walk without your purse or wallet (but carry your ID). If you can't buy anything, you'll be forced to experience things a different way.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="98c11bebae0bbcdbe8411df0186d6465"><strong>Develop a Personal "Should I Buy This?" Test</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="ff438b878771354bb7f6d065ff50dbb2" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--ciqk42G0--/s3pq8vjrvyjgne4lfsod.jpg" data-chomp-id="s3pq8vjrvyjgne4lfsod" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--ciqk42G0--/s3pq8vjrvyjgne4lfsod.jpg" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4af04ae83f18d9c37da21527bcd4a290">If you don't have a personal "should I buy this?" test, now's the perfect time to make one. When you find an item you think you need or want, it has to pass all of the questions you have on your test before you can buy it. Here's where you can use all of the data you've gathered so far and put it to really good use. The test should be personalized to your own buying habits, but here are some example questions:</p>
+
+
+
+
+
+
+
+
+
+
+<ul><li data-textannotation-id="fcfd78b1619bdf0b7330f4b40efb899d">Is this a planned purchase?</li><li data-textannotation-id="c16e7d5feae7cc2c3c6a8dd312ea206f">Will it end up in the "crap" list picture one day?</li><li data-textannotation-id="54d877fdee56080c87508fc9e6402889"><a href="http://lifehacker.com/prevent-clutter-by-asking-yourself-where-items-will-go-1649480461">Where am I going to put it</a>?</li><li data-textannotation-id="59d5245217c84e6b2b2969b3492f2f2d">Have I included this in my budget?</li><li data-textannotation-id="8fe1582808b4d89f5c88c2708744d27d"><em>Why</em> do I want/need it?</li></ul>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="0162d779382cdc7de908fc1488af3940">Custom build your test to hit all of your weaknesses. If you make a lot of impulse buys, include questions that address that. If you experience a lot of buyer's remorse, include a lot of questions that make you think about the use of item after you buy it. If buying the latest and greatest technology is your weakness, Joshua Becker at Becoming Minimalist suggests you ask yourself <a target="_blank" href="http://www.becomingminimalist.com/marriage-hacks/">what problem the piece of tech solves</a>. If you can't think of anything it solves or if you already have something that solves it, you don't need it. Be thorough and build a test that you can run through your mind every time you consider buying something.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="c0ed0882675acc340dcd88e13ca514b3"><strong>Learn to Delay Gratification and Destroy the Urge to Impulse Buy</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1d43712fc5ce8f156e4661cca5750575" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg" data-chomp-id="y2ldv5eufb3jcrtfouye" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--mtob1sjR--/y2ldv5eufb3jcrtfouye.jpg" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="3d8086719c5da749f877629d498ccab9">When it comes to the unnecessary crap we buy, impulse purchases probably make up a good deal of them. We love to feel gratification instantly and impulse buys appeal to that with a rush of excitement with each new purchase. We like to believe that we have control over our impulses all the time, but we really don't, and that's a major problem for the ol' wallet.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="620ca9836425e09ec7fa50bfad204665">The key is teaching your brain that it's okay to <a href="http://lifehacker.com/overcome-the-need-for-instant-gratification-by-delaying-1636938356">wait for gratification</a>. You can do this with a simple time out every time you want something. Look at whatever you're thinking of buying, go through your personal "should I buy this?" test, and then walk away for a little while. Planning your purchases ahead is ideal, so the longer you can hold off, the better. Set yourself a reminder to check on the item <a href="http://lifehacker.com/5859632/buyers-remorse-is-inevitable-how-to-make-purchases-you-really-wont-regret">a week or month down the line</a>. When you come back to it, you may find that you don't even want it, just the gratification that would come with it. If you're shopping online, you can do the same thing. Walk away from your desk or put your phone in your pocket and do something else for a little while.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="a85d9eb501c898234ac5df2a56c50a13">You can also avoid online impulse purchases by <a href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age" x-inset="1">making it harder to do</a>. Block shopping web sites during time periods you know you're at your weakest, or remove all of your saved credit card or Paypal information. You can also <a href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases" x-inset="1">practice the "HALT" method</a> when you're shopping online or in a store. Try not to buy things when you're Hungry, Angry, Lonely, or Tired because you're at your weakest state mentally. Last, but not least, the "<a href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases" x-inset="1">stranger test</a>" can help you weed out bad purchases too.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+<aside class="referenced-wide referenced-fullwidth js_inset tmpl_referencedGroupFullWidth clearfix core-decorated-inset">
+ <div class="container">
+
+ <div class="referenced-nav hide-for-small">
+ <div class="nav-arrow prev js_previous_inset hide">
+ <a onclick="return false;" class="icon inline icon-chevron-left" href="#"></a>
+ </div>
+ <div class="nav-arrow next js_next_inset">
+ <a onclick="return false ;" class="icon inline icon-chevron-right" href="#"></a>
+ </div>
+ </div>
+
+
+
+ <div data-inset-id="1555949557" class="referenced-item ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--tAWrlvyk--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/17qctz7rnypm1jpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ How to Avoid Impulse Purchases in the Internet Shopping Age
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ How to Avoid Impulse Purchases in the Internet Shopping Age
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ How to Avoid Impulse Purchases in the Internet Sho
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">When spending money online is as simple as clicking one single button on Amazon it's difficult …</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/5919833/how-to-avoid-impulse-purchases-in-the-internet-shopping-age">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+
+ <div data-inset-id="1558746776" class="referenced-item hide ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--NdSICOre--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/18ixwh1tdragspng.png" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ Practice the HALT Method to Curb Impulse Purchases
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ Practice the HALT Method to Curb Impulse Purchases
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ Practice the HALT Method to Curb Impulse Purchases
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">Buyer's remorse is a terrible thing, for brains and bank accounts alike. Before walking up to…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/5569035/practice-the-halt-method-to-curb-impulse-purchases">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+
+ <div data-inset-id="1558262333" class="referenced-item hide ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--mPo7bScD--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/18iy6n7z0n7qnjpg.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ Use the Stranger Test to Reduce Impulse Purchases
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ Use the Stranger Test to Reduce Impulse Purchases
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ Use the Stranger Test to Reduce Impulse Purchases
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">When faced with a purchase, many people fall into the trap of only considering that they want it…</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://lifehacker.com/5320196/use-the-stranger-test-to-reduce-impulse-purchases">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+ </div>
+</aside>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="27385752c06848647540ad931892b21e">The last thing you should consider when it comes to impulse buys is "artificial replacement." As Trent Hamm at The Simple Dollar explains, artificial replacement can happen when you start to <a target="_blank" href="http://www.thesimpledollar.com/balancing-spending-and-time-how-time-frugality-can-save-you-lots-of-cash/">reduce the time</a> you get with your main interests:</p>
+
+
+
+
+
+
+
+
+
+
+<blockquote data-textannotation-id="213e2e816ac88f8d177fb0db0f7fef09">
+<p data-textannotation-id="7b98c5809df24dd04bb65285878c0335">Whenever I consistently cut quality time for my main interests out of my life, I start to long for them. As you saw in that "typical" day, I do make room for spending time with my family, but my other two main interests are absent. If that happens too many days in a row, I start to really miss reading. I start to really miss playing thoughtful board games with friends. What happens after that? <strong>I start to substitute.</strong> When I don't have the opportunity to sit down for an hour or even for half an hour and really get lost in a book, I start looking for an alternative way to fill in the tiny slices of time that I do have. I'll spend money.</p></blockquote>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="4b6cc2900ffacd3daef54b13b4caceac">You probably have things in your life that provide plenty of gratification, so don't get caught substituting it with impulse buys. Always make sure you keep yourself happy with plenty of time doing the things you like to do and you won't be subconsciously trying to fill that void with useless crap.</p>
+
+
+
+
+
+
+
+
+
+
+<h3 data-textannotation-id="aed9b435c4ed23e573c453ceeb34ed18"><strong>Turn the Money You Save Into More Money</strong></h3>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="21154394d63f1943d01f2b717aa31115" class="has-media media-640"><span class="img-border"><img width="636" height="358" data-format="jpg" data-asset-url="http://i.kinja-img.com/gawker-media/image/upload/s--4Ajak63w--/atb9qm07fvvg7hqkumkw.jpg" data-chomp-id="atb9qm07fvvg7hqkumkw" alt="How to Program Your Mind to Stop Buying Crap You Don’t Need" src="http://i.kinja-img.com/gawker-media/image/upload/s--4Ajak63w--/atb9qm07fvvg7hqkumkw.jpg" /></span></p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="6141942e977cc058fd7a0fa06a3f7389">Once you've programmed your mind to stop buying crap you don't need, you'll have some extra cash to play with. Take all that money and start putting it toward your future and things you <em>will</em> need further down the road. You might need <a target="_blank" href="http://twocents.lifehacker.com/how-to-start-saving-for-a-home-down-payment-1541254056">a home</a>, a vehicle, or a way to retire, but none of that can happen until you start planning for it. </p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="90f08afddc08e2c3b45c266f2e6965ec">Start by paying off any debts you already have. Credit cards, student loans, and even car payments can force you to <a href="http://lifehacker.com/how-to-break-the-living-paycheck-to-paycheck-cycle-1445330680">live paycheck to paycheck</a>. Use the <a href="http://lifehacker.com/5940989/pay-off-small-balances-first-for-better-odds-of-eliminating-all-your-debt">snowball method</a> and pay off some small balances to make you feel motivated, then start taking out your debt in full force with the <a href="http://lifehacker.com/how-to-pay-off-your-debt-using-the-stack-method-576070292">stacking method</a>: stop creating new debt, determine which balances have the highest interest rates, and create a payment schedule to pay them off efficiently.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="1106cb837deb2b6fc8e28ba98f078c27">With your debts whittled down, you should start an emergency fund. No matter how well you plan things, accidents and health emergencies can still happen. An emergency fund is designed to make those kinds of events more manageable. This type of savings account is strictly for when life throws you a curveball, but you can grow one pretty easily <a target="_blank" href="http://twocents.lifehacker.com/how-to-grow-an-emergency-fund-from-modest-savings-1638409351">with only modest savings</a>.</p>
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="347c2a36f114a794d559d929da1b15b7">When you've paid off your debt and prepared yourself for troubled times, you can start saving for the big stuff. All that money you're not spending on crap anymore can be saved, invested, and compounded to let you buy comfort and security. If you don't know where to start, talk to a financial planner. Or create a simple, yet effective <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594" x-inset="1">"set and forget" investment portfolio</a>. You've worked hard to reprogram your mind, so make sure you reap the benefits for many years to come.</p>
+
+
+
+
+
+
+
+
+
+
+
+
+<aside class="referenced-wide referenced-fullwidth js_inset tmpl_referencedGroupFullWidth clearfix core-decorated-inset">
+ <div class="container">
+
+
+
+ <div data-inset-id="1687090207" class="referenced-item ">
+
+
+ <div class="columns small-4 medium-3 referenced-item-image referenced-item-processed">
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset photo');" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ <span class="img-border ">
+
+ <img src="http://i.kinja-img.com/gawker-media/image/upload/s--8HWYGx2u--/c_fill,fl_progressive,g_center,h_77,q_80,w_137/hf8qe29n5uww7y0k8l9d.jpg" />
+
+ </span>
+ </a>
+ </div>
+
+
+
+ <h6 onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset headline');" class="headline">
+ <span class="full-headline">
+ <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ How to Build an Easy, Beginner “Set and Forget” Investment Portfolio
+ </a>
+ </span>
+ <span class="medium-headline">
+ <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ How to Build an Easy, Beginner “Set and Forget” Investment Portfolio
+ </a>
+ </span>
+ <span class="small-headline">
+ <a target="_blank" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ How to Build an Easy, Beginner “Set and Forget” In
+ </a>
+ </span>
+ </h6>
+
+
+
+ <p class="text small-offset-3 ">
+
+ <span class="referenced-item-excerpt hide-for-small">Many people don't invest because it seems overly complicated. But if you want to build wealth, …</span>
+
+ <a target="_blank" onclick="window.ga('send', 'event', 'Permalink page click', 'Permalink page click - inset read more link');" class="js_readmore readmore-referenced" href="http://twocents.lifehacker.com/how-to-build-an-easy-beginner-set-and-forget-investm-1686878594">
+ Read more <span class="js_external-text hide">Read more</span>
+ </a>
+ </p>
+
+
+ </div>
+
+
+ </div>
+</aside>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<p data-textannotation-id="b54d87ffdace50f420c3a6ff0404cbf3"><em><small>Photos by <a target="_blank" href="http://www.shutterstock.com/pic-129762989/stock-vector-consumer.html?src=id&amp;ws=1">cmgirl</a> (Shutterstock), <a target="_blank" href="http://www.shutterstock.com/pic-227832739/stock-vector-hacker-icon-man-in-hoody-with-laptop-flat-isolated-on-dark-background-vector-illustration.html?src=id&amp;ws=1">Macrovector</a> (Shutterstock), <a target="_blank" href="https://www.flickr.com/photos/jetheriot/6186786217">J E Theriot</a>, <a target="_blank" href="https://www.flickr.com/photos/puuikibeach/15289861843">davidd</a>, <a target="_blank" href="https://www.flickr.com/photos/funfilledgeorgie/10922459733">George Redgrave</a>, <a target="_blank" href="https://www.flickr.com/photos/amslerpix/7252002214">David Amsler</a>, <a target="_blank" href="https://www.flickr.com/photos/amalakar/7299820870">Arup Malakar</a>, <a target="_blank" href="https://www.flickr.com/photos/lobsterstew/89644885">J B</a>, <a target="_blank" href="https://www.flickr.com/photos/jakerome/3298702453">jakerome</a>, <a target="_blank" href="http://401kcalculator.org/">401(K) 2012</a>.</small></em></p><!-- core-decorated --></div><div class="row"><div class="post-bottom column"><a name="replies"></a><div data-forpost="1690268064" class="post-tools-wrapper right"> <a title="Recommend" class="js_like button-recommend-post text-small proxima hover-icon" href="#" data-likecount="36"><span class="js_like_count">36</span><span class="icon icon-star oversized icon-append js_like_icon"></span></a> <span style="display: inline;" class="proxima text-small mlm mrn" id="js_reply-count">146<span class="icon icon-bubble-round oversized"></span></span><script>document.getElementById('js_reply-count').style.display = 'inline';</script><a disabled="" rel="nofollow" class="reply-to-post reply-count hover-icon proxima js_reply-to-post text-small readonly-hide" href="#" id="js_reply-to-post">Reply</a><noscript> &lt;span id="js_reply-count" class="proxima text-small mlm mrn"&gt;146&lt;span class="icon icon-bubble-round oversized"&gt;&lt;/span&gt;&lt;/span&gt;&lt;script&gt;document.getElementById('js_reply-count').style.display = 'inline';&lt;/script&gt;&lt;a href="#" class="reply-to-post reply-count hover-icon proxima text-small" rel="nofollow"&gt;Discuss&lt;span class="icon icon-bubble-round oversized"&gt;&lt;/span&gt;&lt;/a&gt;</noscript><div class="js_like-list-bottom-container"></div></div> <div data-show-faces="false" data-width="100" data-layout="button_count" data-href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" class="fb-like"></div></div></div></div></div></article></div></section><section data-replycount="146" data-authorblogname="patrickallan" class="js_replies "> <div class="replies-wrapper fade"><div class="js_replycol js_ad300-companion"> <dl class="reply-filters-tabbed sub-nav-tabbed js_reply-filters"><dd class="js_reload-groupchats reload-groupchats"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Author Chat click' );" class="tab-author" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064"><span class="js_author-name">Patrick Allan</span>’s Discussions</a></dd><dd class="js_allview allview"><a title="View all 146 replies" onclick="window.ga('send', 'event', 'Group Chats', 'click', 'All Replies click');" data-currentview="" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064/all">All replies</a></dd></dl><div style="display: none;" class="js_permalink-place permalink-place row"><div class="row"><div class="twelve columns center"><a class="button secondary js_collapse-branch">Show all threads</a></div></div></div><div class="js_reply-form-container row"></div><div class="js_branch-permalink permalink-branch-list branch-list" data-view="permalink"></div><div class="js_branch-authorchat js_branch-list branch-list branch-authorchat" data-view="author"></div><div class="js_branch-followchat branch-list" data-view="follower"></div><div class="js_branch-scorechat branch-list" data-view="popular"></div><div class="js_branch-userchat branch-list" data-view="user"></div><div class="js_branch-grid other-threads"><h6 class="section-header js_header hide">Hosts of other popular chats</h6><div class="row js_grid"></div></div><div class="js_replymessage hide createnewreply"></div><div class="js_reply-loading-progress reply-spinner hide"> <span class="spinner bounce"><span class="one"></span><span class="two"></span><span class="three"></span></span></div><div class="js_discussionlinks discussionlinks row hide"></div><div class="js_load-more"></div> <div class="text-right reply-views js_reply-views"><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'Popular Chat click' );" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064" class="js_reload-groupchats hide">View Patrick Allan's discussions</a><a onclick="window.ga('send', 'event', 'Group Chats', 'click', 'All Replies click' );" href="http://lifehacker.com/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064/all" class="js_allview hide">View all 146 replies</a></div></div></div><div class="js_loading-layer row hide"><div class="column"><div class="row"><div class="loading-layer"><div class="large-8 large-offset-4 columns"><div class="loading-layer-main-column"> <span class="spinner bounce"><span class="one"></span><span class="two"></span><span class="three"></span></span></div></div></div></div></div></div></section><script type="text/javascript">(function () {window.kinja = window.kinja || {}; window.kinja.postMeta = JSON.parse(decodeURIComponent( '%7B%22post%22%3A%7B%22id%22%3A1690268064%2C%22headline%22%3A%22How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need%22%2C%22permalink%22%3A%22http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064%22%2C%22first100Characters%22%3A%22We%20all%20buy%20things%20from%20time%20to%20time%20that%20we%20don%27t%20really%20need.%20It%27s%20okay%20to%20appeal%20to%20your%20wants%20eve%22%2C%22firstSentence%22%3A%22We%20all%20buy%20things%20from%20time%20to%20time%20that%20we%20don%27t%20really%20need.%20%22%2C%22facebookImage%22%3A%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--hqqO9fze--%2Fn1s6c2m6kc07iqdyllj6.jpg%22%2C%22uri%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fn1s6c2m6kc07iqdyllj6.jpg%22%2C%22id%22%3A%22n1s6c2m6kc07iqdyllj6%22%2C%22width%22%3A636%2C%22height%22%3A358%2C%22format%22%3A%22jpg%22%2C%22recommended%22%3Atrue%7D%2C%22twitterCardType%22%3A%22summary_large_image%22%2C%22plaintext%22%3A%22We%20all%20buy%20things%20from%20time%20to%20time%20that%20we%20don%27t%20really%20need.%20It%27s%20okay%20to%20appeal%20to%20your%20wants%20every%20once%20in%20a%20while%2C%20as%20long%20as%20you%27re%20in%20control.%20If%20you%20struggle%20with%20clutter%2C%20impulse%20buys%2C%20and%20buyer%27s%20remorse%2C%20here%27s%20how%20to%20put%20your%20mind%20in%20the%20right%20place%20before%20you%20even%20set%20foot%20in%20a%20store.%22%2C%22authorScreenName%22%3A%22PatrickAllan%22%2C%22tags%22%3A%5B%7B%22id%22%3A1183447227%2C%22name%22%3A%22money%22%2C%22desc%22%3A%22money%22%2C%22urlName%22%3A%22money%22%7D%2C%7B%22id%22%3A1183572883%2C%22name%22%3A%22shopping%22%2C%22desc%22%3A%22shopping%22%2C%22urlName%22%3A%22shopping%22%7D%2C%7B%22id%22%3A1183447223%2C%22name%22%3A%22saving%20money%22%2C%22desc%22%3A%22saving%20money%22%2C%22urlName%22%3A%22saving-money%22%7D%2C%7B%22id%22%3A226344621%2C%22name%22%3A%22personal%20finances%22%2C%22desc%22%3A%22personal%20finances%22%2C%22urlName%22%3A%22personal-finances%22%7D%2C%7B%22id%22%3A1203987700%2C%22name%22%3A%22mind%20hacks%22%2C%22desc%22%3A%22mind%20hacks%22%2C%22urlName%22%3A%22mind-hacks%22%7D%2C%7B%22id%22%3A1217291859%2C%22name%22%3A%22habits%22%2C%22desc%22%3A%22habits%22%2C%22urlName%22%3A%22habits%22%7D%2C%7B%22id%22%3A450629315%2C%22name%22%3A%22budget%22%2C%22desc%22%3A%22budget%22%2C%22urlName%22%3A%22budget%22%7D%2C%7B%22id%22%3A1178784105%2C%22name%22%3A%22psychology%22%2C%22desc%22%3A%22psychology%22%2C%22urlName%22%3A%22psychology%22%7D%2C%7B%22id%22%3A1679306583%2C%22name%22%3A%22editors%20picks%22%2C%22desc%22%3A%22editor%27s%20picks%22%2C%22urlName%22%3A%22editors-picks%22%7D%5D%2C%22publishTimeMillis%22%3A1425913200851%2C%22adZone%22%3A%22partners%22%2C%22sponsored%22%3Afalse%2C%22blogs%22%3A%5B%7B%22id%22%3A602884922%2C%22name%22%3A%22patrickallan%22%2C%22displayName%22%3A%22Patrick%20Allan%20Blog%22%2C%22canonicalHost%22%3A%22patrickallan.kinja.com%22%2C%22hosts%22%3A%5B%5D%2C%22status%22%3A%22ENABLED%22%2C%22createTimeMillis%22%3Anull%2C%22lastUpdateTimeMillis%22%3Anull%2C%22createdById%22%3Anull%2C%22ownerId%22%3Anull%2C%22description%22%3Anull%2C%22descriptionHtml%22%3Anull%2C%22mergedProperties%22%3Anull%2C%22showLikesInLatest%22%3Anull%2C%22showRepliesInLatest%22%3Anull%2C%22timezone%22%3A%22America%2FNew_York%22%2C%22timezoneOffset%22%3A-14400000%2C%22timezoneShortname%22%3A%22EDT%22%2C%22avatar%22%3Anull%2C%22logo%22%3Anull%2C%22groupBlog%22%3Anull%2C%22noindex%22%3Afalse%7D%2C%7B%22id%22%3A17%2C%22name%22%3A%22lifehacker%22%2C%22displayName%22%3A%22Lifehacker%22%2C%22canonicalHost%22%3A%22lifehacker.com%22%2C%22hosts%22%3A%5B%22us.lifehacker.com%22%2C%22es.lifehacker.com%22%2C%22pl.lifehacker.com%22%2C%22blog.lifehacker.com%22%2C%22au.lifehacker.com%22%2C%22fetch.lifehacker.com%22%2C%22m.lifehacker.com%22%2C%22nl.lifehacker.com%22%2C%22www.lifehacker.com%22%2C%22assets.lifehacker.com%22%2C%22ca.lifehacker.com%22%2C%22br.lifehacker.com%22%2C%22ru.lifehacker.com%22%2C%22de.lifehacker.com%22%2C%22uk.lifehacker.com%22%5D%2C%22status%22%3A%22ENABLED%22%2C%22createTimeMillis%22%3Anull%2C%22lastUpdateTimeMillis%22%3Anull%2C%22createdById%22%3Anull%2C%22ownerId%22%3Anull%2C%22description%22%3Anull%2C%22descriptionHtml%22%3Anull%2C%22mergedProperties%22%3A%7B%22aboutPostId%22%3A5732066%2C%22fbAppId%22%3A%2237418175030%22%2C%22metaTitle%22%3A%22tips%20and%20downloads%20for%20getting%20things%20done%22%2C%22googleSiteVerification%22%3A%22R0yw_jwnGWbokA2qgkupaWGVFJnF6qGtlgbSJEMdQkw%22%2C%22blogGroup%22%3A%22lifehacker%22%2C%22isGmgBlog%22%3Atrue%2C%22googleAnalyticsID%22%3A%22UA-142218-1%22%2C%22kruxId%22%3A%22JO5Ggjkf%22%2C%22template%22%3A%22lifehacker%22%2C%22GANJA_IGNORE_GEO%22%3A%5B%22us.lifehacker.com%22%5D%7D%2C%22showLikesInLatest%22%3Anull%2C%22showRepliesInLatest%22%3Anull%2C%22timezone%22%3A%22America%2FLos_Angeles%22%2C%22timezoneOffset%22%3A-25200000%2C%22timezoneShortname%22%3A%22PDT%22%2C%22avatar%22%3A%7B%22id%22%3A%22192oza44hceztpng%22%2C%22format%22%3A%22png%22%7D%2C%22logo%22%3Anull%2C%22groupBlog%22%3Anull%2C%22noindex%22%3Afalse%7D%5D%2C%22sharedPostId%22%3Anull%2C%22defaultBlogId%22%3A17%7D%2C%22starterId%22%3A1690268064%2C%22tags%22%3A%22money%2Cshopping%2Csaving%20money%2Cpersonal%20finances%2Cmind%20hacks%2Chabits%2Cbudget%2Cpsychology%2Ceditors%20picks%22%2C%22postId%22%3A1690268064%2C%22authors%22%3A%22Patrick%20Allan%22%2C%22postAuthorBlogName%22%3A%22patrickallan%22%7D' ));}());</script>
+ <!-- Begin SimpleReach for sponsored posts -->
+ <script>
+ __reach_config = {
+ pid: '5266d09097b0c95740000002', // The SimpleReach assigned Publisher ID (pid)
+ title: 'How to Program Your Mind to Stop Buying Crap You Don’t Need', //(remember that they should be escaped, not HTML or URL encoded)
+ url: 'http:\/\/lifehacker.com\/how-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064',
+ date: new Date(1425913200851),
+ authors: ['PatrickAllan'],
+ channels: [],
+ tags: ['money','shopping','saving money','personal finances','mind hacks','habits','budget','psychology','editors picks'],
+ iframe: true, // Send event through iframe
+ domain: 'lifehacker.com'
+ };
+ (function(){
+ var s = document.createElement('script');
+ s.async = true;
+ s.type = 'text/javascript';
+ s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';
+ (document.getElementsByTagName('head')[0] ||
+ document.getElementsByTagName('body')[0]).appendChild(s);
+ })();
+ </script>
+ <!-- End SimpleReach for sponsored posts -->
+ <div data-trackurl="http://kinja.com/api/analytics/stats/track.gif?&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=permalinkTag&amp;objectType=post&amp;objectId=1183447227&amp;objectId=1183572883&amp;objectId=1183447223&amp;objectId=226344621&amp;objectId=1203987700&amp;objectId=1217291859&amp;objectId=450629315&amp;objectId=1178784105&amp;objectId=1679306583&amp;objectId=1690268064&amp;blogId=17&amp;authorId=602884910" style="display: none;" class="js_stats"></div><div data-tag-ids="1183447227,1183572883,1183447223,226344621,1203987700,1217291859,450629315,1178784105,1679306583" data-author-id="602884910" data-blog-id="17" data-post-id="1690268064" data-analytics-api-root-url="http://kinja.com/api/analytics/" style="display: none;" id="analytics-permalink-view"></div></div><div class="js_recommended-footer recommended-footer column show-for-touch"></div></div><div id="ad-970x250-container" class="row ad-wide ad-bottom pbs show-for-large-up"><div class="column"> <div class="ad-unit js_ad-unit ad-billboard js_ad-billboard"><div data-zone-type="BILLBOARD" class="ad-container js_ad-container" id="ad-container-72015869"></div></div></div></div><div style="display: none;" id="trackers"></div><noscript>&lt;img src="http://pubads.g.doubleclick.net/activity;dc_iu=/4246/DFP_Audience_Pixel;dc_seg=22540930;blog=lifehacker;ord=1?" width="1" height="1" border="0" /&gt;</noscript><script type="text/javascript">
+ Date.now = Date.now || function() { return +new Date; };
+ window.statsdTicks = [{
+ ms: Date.now(),
+ message: "JS init reached",
+ reporting: false
+ }];
+ </script><script>markUserTime("JS - Before Require load");</script><script src="http://x.kinja-static.com/assets/javascripts/lib/require.js?2" type="text/javascript"></script><script type="text/javascript">(function () {window.kinja = window.kinja || {}; window.kinja.meta = JSON.parse(decodeURIComponent( '%7B%22cloudinaryRequest%22%3A%7B%22default%22%3A%7B%22eager%22%3A%22c_fill%2Cfl_progressive%2Cg_center%2Ch_180%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_600%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_100%2Cq_80%2Cw_100%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_77%2Cq_80%2Cw_137%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_600%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_264%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_358%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_264%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_120%2Cq_80%2Cw_120%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_358%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_80%2Cq_80%2Cw_80%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_180%2Cq_80%2Cw_320%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_180%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_320%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_120%2Cq_80%2Cw_120%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_200%2Cq_80%2Cw_200%7Cc_fill%2Cfl_progressive%2Cg_faces%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_faces%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_80%2Cq_80%2Cw_80%7C%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_358%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_100%2Cq_80%2Cw_100%7Cc_fit%2Cfl_progressive%2Ch_100%2Cq_80%2Cw_75%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_200%2Cq_80%2Cw_200%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Ch_100%2Cq_80%2Cw_75%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_358%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_180%2Cq_80%2Cw_320%7C%22%2C%22timestamp%22%3A%221427304251%22%2C%22signature%22%3A%228fab976068d3db50ced1752624b03eecbae73c7d%22%2C%22api_key%22%3A%22196565315244936%22%2C%22eager_async%22%3A%22true%22%7D%2C%22gif%22%3A%7B%22eager%22%3A%22c_fill%2Cfl_progressive%2Cg_center%2Ch_180%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_600%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_100%2Cq_80%2Cw_100%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_77%2Cq_80%2Cw_137%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_600%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_264%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_358%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_264%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_120%2Cq_80%2Cw_120%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_358%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_80%2Cq_80%2Cw_80%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_180%2Cq_80%2Cw_320%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_180%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_320%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_120%2Cq_80%2Cw_120%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_200%2Cq_80%2Cw_200%7Cc_fill%2Cfl_progressive%2Cg_faces%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_faces%2Ch_77%2Cq_80%2Cw_137%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_80%2Cq_80%2Cw_80%7C%7Cc_fill%2Cfl_progressive%2Cg_north%2Ch_358%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_470%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_100%2Cq_80%2Cw_100%7Cc_fit%2Cfl_progressive%2Ch_100%2Cq_80%2Cw_75%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_200%2Cq_80%2Cw_200%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_636%7Cc_fit%2Cfl_progressive%2Cq_80%2Cw_320%7Cc_fit%2Cfl_progressive%2Ch_100%2Cq_80%2Cw_75%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_358%2Cq_80%2Cw_636%7Cc_fill%2Cfl_progressive%2Cg_center%2Ch_180%2Cq_80%2Cw_320%7C%22%2C%22timestamp%22%3A%221427304251%22%2C%22tags%22%3A%22gif%22%2C%22signature%22%3A%22f4923ecc7f32ea65cc7e77d67bf3ec3b5807a15d%22%2C%22api_key%22%3A%22196565315244936%22%2C%22eager_async%22%3A%22true%22%7D%7D%2C%22syncFeatures%22%3Anull%2C%22featuresLastUpdate%22%3A1427294144762%2C%22killswitches%22%3A%7B%22liveblog.pollIntervalMillis%22%3A%7B%22name%22%3A%22liveblog.pollIntervalMillis%22%2C%22value%22%3A%2210000%22%2C%22defaultValue%22%3A%2210000%22%2C%22meta%22%3Anull%7D%2C%22liveblog.appRevision%22%3A%7B%22name%22%3A%22liveblog.appRevision%22%2C%22value%22%3A%221%22%2C%22defaultValue%22%3A%221%22%2C%22meta%22%3Anull%7D%2C%22maintenance%22%3A%7B%22name%22%3A%22maintenance%22%2C%22value%22%3A%22off%22%2C%22defaultValue%22%3A%22off%22%2C%22meta%22%3Anull%7D%7D%2C%22mode%22%3A%22live%22%2C%22pageType%22%3A%22permalink%22%2C%22currentUrl%22%3A%22%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064%22%2C%22locale%22%3A%22en-US%22%2C%22localeWithUnderscore%22%3A%22en_US%22%2C%22imageSizes%22%3A%7B%22KinjaCenteredMedium%22%3A%7B%22width%22%3A320%2C%22height%22%3A180%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22blg-logo%22%3A%7B%22width%22%3A600%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22blg-avt-%22%3A%7B%22width%22%3A100%2C%22height%22%3A100%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22kc-small%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22BlogLogo%22%3A%7B%22width%22%3A600%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22k-large%22%3A%7B%22width%22%3A470%2C%22height%22%3A264%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22kc-xlarge%22%3A%7B%22width%22%3A636%2C%22height%22%3A358%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaLarge%22%3A%7B%22width%22%3A470%2C%22height%22%3A264%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaCenteredSmall%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22k-small%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22AvatarMedium%22%3A%7B%22width%22%3A120%2C%22height%22%3A120%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22ku-xlarge%22%3A%7B%22width%22%3A636%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaSmall%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaExtraLarge%22%3A%7B%22width%22%3A636%2C%22height%22%3A358%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22ku-large%22%3A%7B%22width%22%3A470%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22avt-small%22%3A%7B%22width%22%3A80%2C%22height%22%3A80%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22k-medium%22%3A%7B%22width%22%3A320%2C%22height%22%3A180%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaMedium%22%3A%7B%22width%22%3A320%2C%22height%22%3A180%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22ku-medium%22%3A%7B%22width%22%3A320%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22avt-medium%22%3A%7B%22width%22%3A120%2C%22height%22%3A120%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22avt-large%22%3A%7B%22width%22%3A200%2C%22height%22%3A200%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22k-thumb%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22faces%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaThumb%22%3A%7B%22width%22%3A137%2C%22height%22%3A77%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22faces%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22AvatarSmall%22%3A%7B%22width%22%3A80%2C%22height%22%3A80%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22original%22%3A%7B%7D%2C%22k-xlarge%22%3A%7B%22width%22%3A636%2C%22height%22%3A358%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22north%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaUncroppedLarge%22%3A%7B%22width%22%3A470%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22BlogAvatar%22%3A%7B%22width%22%3A100%2C%22height%22%3A100%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22ku-inset%22%3A%7B%22width%22%3A75%2C%22height%22%3A100%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22AvatarLarge%22%3A%7B%22width%22%3A200%2C%22height%22%3A200%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaUncroppedExtraLarge%22%3A%7B%22width%22%3A636%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaUncroppedMedium%22%3A%7B%22width%22%3A320%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaUncroppedInset%22%3A%7B%22width%22%3A75%2C%22height%22%3A100%2C%22crop%22%3A%22fit%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22KinjaCenteredExtraLarge%22%3A%7B%22width%22%3A636%2C%22height%22%3A358%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22kc-medium%22%3A%7B%22width%22%3A320%2C%22height%22%3A180%2C%22crop%22%3A%22fill%22%2C%22gravity%22%3A%22center%22%2C%22flags%22%3A%22progressive%22%2C%22quality%22%3A80%7D%2C%22Original%22%3A%7B%7D%7D%2C%22blog%22%3A%7B%22id%22%3A17%2C%22name%22%3A%22lifehacker%22%2C%22displayName%22%3A%22Lifehacker%22%2C%22canonicalHost%22%3A%22lifehacker.com%22%2C%22status%22%3A%22ENABLED%22%2C%22description%22%3A%22Tips%20and%20downloads%20for%20getting%20things%20done%22%2C%22descriptionHtml%22%3A%22%3Cp%3ETips%2C%20tricks%2C%20and%20downloads%20for%20getting%20things%20done.%3C%2Fp%3E%3Cp%3E%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Fthe-lifehacker-app-directory-curates-the-best-apps-for-5803257%5C%22%20rel%3D%5C%22nofollow%5C%22%3EAPP%20DIRECTORY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fdownloads%5C%22%20rel%3D%5C%22nofollow%5C%22%3EDOWNLOADS%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fproductivity%5C%22%20rel%3D%5C%22nofollow%5C%22%3EPRODUCTIVITY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fdiy%5C%22%20rel%3D%5C%22nofollow%5C%22%3EDIY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fmoney%5C%22%20rel%3D%5C%22nofollow%5C%22%3EMONEY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fsecurity%5C%22%20rel%3D%5C%22nofollow%5C%22%3ESECURITY%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fdealhacker%5C%22%20rel%3D%5C%22nofollow%5C%22%3ELIFEHACKER%20DEALS%3C%2Fa%3E%20-%20%3Ca%20href%3D%5C%22http%3A%2F%2Flifehacker.com%2Ftag%2Fnightschool%5C%22%20rel%3D%5C%22nofollow%5C%22%3ENIGHT%20SCHOOL%3C%2Fa%3E%3C%2Fp%3E%22%2C%22showLikesInLatest%22%3Afalse%2C%22showRepliesInLatest%22%3Afalse%2C%22timezone%22%3A%22America%2FLos_Angeles%22%2C%22timezoneOffset%22%3A-25200000%2C%22timezoneShortname%22%3A%22PDT%22%2C%22locale%22%3A%22en-US%22%2C%22robotsAllowed%22%3Atrue%2C%22fbAppId%22%3A%2237418175030%22%2C%22googleSiteVerification%22%3A%22R0yw_jwnGWbokA2qgkupaWGVFJnF6qGtlgbSJEMdQkw%22%2C%22googleAnalyticsID%22%3A%22UA-142218-1%22%2C%22kruxId%22%3A%22JO5Ggjkf%22%2C%22blogGroup%22%3A%22lifehacker%22%2C%22isGmgBlog%22%3Atrue%2C%22groupBlog%22%3Atrue%2C%22avatar%22%3A%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--I5Hl1NTc--%2Fc_fit%2Cfl_progressive%2Cq_80%2Cw_636%2F192oza44hceztpng.png%22%2C%22uri%22%3Anull%2C%22id%22%3A%22192oza44hceztpng%22%2C%22width%22%3A636%2C%22height%22%3Anull%2C%22format%22%3A%22png%22%2C%22recommended%22%3Anull%7D%2C%22logo%22%3A%7B%22src%22%3A%22http%3A%2F%2Fi.kinja-img.com%2Fgawker-media%2Fimage%2Fupload%2Fs--FGw2Yv3Q--%2Fc_fit%2Cfl_progressive%2Cq_80%2Cw_636%2Fbwiqhbo45ulldozwchb0.png%22%2C%22uri%22%3Anull%2C%22id%22%3A%22bwiqhbo45ulldozwchb0%22%2C%22width%22%3A636%2C%22height%22%3Anull%2C%22format%22%3A%22png%22%2C%22recommended%22%3Anull%7D%2C%22noindex%22%3Afalse%7D%2C%22blogOwner%22%3A%7B%22id%22%3A%225716509846451982265%22%2C%22screenName%22%3A%22whitsongordon%22%2C%22displayName%22%3A%22Whitson%20Gordon%22%2C%22superUser%22%3Afalse%2C%22defaultBlogId%22%3A768%2C%22defaultBlog%22%3Anull%2C%22avatar%22%3A%7B%22id%22%3A%2217z00h8twlstpjpg%22%2C%22format%22%3A%22jpg%22%7D%7D%2C%22blogSales%22%3A%7B%22blogId%22%3A17%2C%22amazonInsetsEnabled%22%3Atrue%2C%22amazonAffiliateTag%22%3A%22lifehackeramzn-20%22%2C%22adsEnabled%22%3Atrue%2C%22adNetworkId%22%3A4246%2C%22adSiteName%22%3A%22gm.lifehacker%22%2C%22tagsExcludedFromPartnerRss%22%3A%5B%5D%2C%22tagsForceSynced%22%3A%5B%22dyson%22%2C%22health%22%2C%22app%20directory%22%5D%2C%22adSlotsDisabled%22%3A%5B%5D%2C%22stored%22%3Atrue%7D%2C%22imgassets%22%3A%22http%3A%2F%2Fx.kinja-static.com%2Fassets%2Fimages%2F%22%7D' ));}());</script><script type="text/javascript">(function () {/* This AMD configuration is used in these contexts:1) in-browser2) build process3) tests*/(function () {'use strict';/*globals requirejs, document */requirejs.config({bundles: {'lib/scribe/scribe': ['scribe']},paths: (function () {var paths = {'html-janitor': 'lib/html-janitor',jquery: 'lib/jquery',underscore: 'lib/underscore',backbone: 'lib/backbone','backbone.marionette': 'lib/backbone.marionette','backbone.stickit': 'lib/backbone.stickit',moment: 'lib/amd-wrapped/momentjs/moment','moment-timezone': 'lib/amd-wrapped/momentjs/moment-timezone','jquery.tap': 'lib/amd-wrapped/tap.js/jquery.tap',ace: 'lib/ace','scribe-virtualdom': 'lib/scribe-virtualdom','scribe-plugin-heading-command': 'lib/scribe/plugins/scribe-plugin-heading-command','scribe-plugin-smart-lists': 'lib/scribe/plugins/scribe-plugin-smart-lists','scribe-plugin-blockquote-command': 'lib/scribe/plugins/scribe-plugin-blockquote-command','scribe-plugin-intelligent-unlink-command': 'lib/scribe/plugins/scribe-plugin-intelligent-unlink-command','scribe-plugin-formatter-html-ensure-semantic-elements': 'lib/scribe/plugins/scribe-plugin-formatter-html-ensure-semantic-elements','scribe-plugin-inline-styles-to-elements': 'lib/scribe/plugins/scribe-plugin-inline-styles-to-elements','scribe-plugin-keyboard-shortcuts': 'lib/scribe/plugins/scribe-plugin-keyboard-shortcuts','scribe-plugin-sanitizer': 'lib/scribe/plugins/scribe-plugin-sanitizer','scribe-plugin-code-command': 'lib/scribe/plugins/scribe-plugin-code-command','scribe-plugin-curly-quotes': 'lib/scribe/plugins/scribe-plugin-curly-quotes'};if (typeof document !== 'undefined') {paths.templates = 'templates/closure/' + (document.getElementsByTagName('html')[0].getAttribute('lang') || 'en-US');}return paths;}())});}());var modules = {"BaseApp": "-a5bd72ff9408e6b98b1b571b3aea163f","TagPageApp": "-c7bfe76c88b43ac19e253823f5a49a4f","FrontPageApp": "-56257921a2067bbaa021b3af2b84b9f6","Main": "-fc52d10f1350408009c8c771fe092f72","PromotedPostPreview": "-57921fef4324bf3d8d00ccebf14aaf08","RuleSystem": "-ed2fdb973c59a0eb41ab1ff525b73457","ProfilePageApp": "-3109b57c4c014b8050c0d87355e869db","ace": "-a486a39565033c80d86a498ff172dad1","AmazonStats": "-b682f014e2ab7a30e8072326cd68376a","GroupchatsModule": "-7cb00a84791c2dfe2dc35cc3ab740476","KindrApp": "-0b8d221207823124793a1f4ef59730dd","FeaturesPageApp": "-3077acd34cc1e6abe43bb7f8a55e2487","LeaderboardStatsPageApp": "-0e4bb432fdccbfc4cf41cc7775b46370","ScribeEditor": "-5ea441f770cdee3b6613862215e922b2","PrivatePageApp": "-fa88fa1502bd74cd21e7f9fbada917f7","PostDebugPageApp": "-86ed2742af5826b9c6584da7221d4187","PostApp": "-c004ba34b8896c19ebcaf45ecd2464f1","StatsPageApp": "-b382ae3074b607c21cbb5764659cb910","FlaggedRepliesApp": "-bbb4735853a886355fc4bc07e860b2aa","MarionetteEditor": "-2a6405c9b6b7c651b97133c892e8e105","AccountModalsModule": "-d834e61733fe800ac7e1899356c3d170","BlacklistPageApp": "-1a8f8507ae355dcadf23f91ed62b3dce","JWPlayer": "-bcb2726c49022f1b0a79203da422279b","GmgFeaturesPageApp": "-a2ca3f391d5e501d80fb433eb8c5c418","DiscussionModule": "-188224b3a92721f256075bfd613628a5","ErrorPageApp": "-cfd6f40d60183f8ef397d1b46254a984","NotificationsPageApp": "-f8235b9cbbb4a697b87e76ce734885e3","TipsApp": "-894e852f117be09c9934959ae7af7970","KinjaAnalytics": "-64fff5209724c0b7443a3f00f4bdd9b2","KinjaFeedApp": "-8827d84586300ff610ff646e029d288e","AmazonInsetsModule": "-31886e010e5dce0c0d637b89b4feaa3d","SearchPageApp": "-dae758606210faab1759923e2c3f088a","Raven": "-3467f3aed7fecb0be39f14c0d7095e44","BusinessModule": "-491c2ccfb8a3c19a92ef94bc4443c00f","UIKitApp": "-4824fd8f0e4d32de8bd9b0e8a15dce85","BlogSettingsModule": "-c9588974a6d147bf9895a8e61388d2c2","StatsPerformanceApp": "-485a67d938d4bd95d15cce83695f21ce"}, paths = {}, baseUrl = "http://x.kinja-static.com/assets/javascripts-min/", modulePath = "layer/"; for (var module in modules) {if (modules.hasOwnProperty(module)) {paths["module/" + module] = "module/" + module + "-en-US" + modules[module]; paths["layer/" + module] = "layer/" + module + "-en-US" + modules[module];}}require.config({waitSeconds: 0, baseUrl: baseUrl, paths: paths, map: {"*": {"config": "config"}}});markUserTime("JS - Before preload"); require([modulePath + "Main", modulePath + "PostApp"], function () {markUserTime("JS - After preload"); require(["module/Main"], function () {markUserTime("JS - After app init");});});}());</script><!--[if gte IE 9]> --><script>require(["module/Raven"]);</script><!-- <![endif]--><div class="reveal-modal-bg"></div><div class="ad-background"></div><div id="modalplaceholder"></div></div><div class="footer-kinja"><div class="footer-kinja__top"> <footer class="row site-footer js_site-footer"><div class="large-8 large-offset-4 columns text-center"><ul class="list list-text text-light proxima"><li><a href="/about">About</a></li><li><a target="_blank" href="http://help.gawker.com/">Help</a></li><li><a href="http://legal.kinja.com/kinja-terms-of-use-90161644">Terms of Use</a></li><li><a href="http://legal.kinja.com/privacy-policy-90190742">Privacy</a></li><li><a href="http://advertising.gawker.com/">Advertising</a></li><li><a href="http://advertising.gawker.com/about/index.php#contact">Permissions</a></li><li><a href="http://legal.kinja.com/content-guidelines-90185358">Content Guidelines</a></li><li><a href="http://feeds.gawker.com/lifehacker/full">RSS</a></li><li><a href="http://grnh.se/2ctqpi">Jobs</a></li></ul></div></footer>
+ <!-- Begin comScore Tag -->
+ <noscript>
+ &lt;img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=6770184&amp;cv=2.0&amp;cj=1" /&gt;
+ </noscript>
+ <!-- End comScore Tag -->
+ </div><div class="footer-kinja__bottom"><div class="row"><div class="column"><div class="logo-wrapper"><span>Powered by</span><a data-ga="[Kinja Footer, Kinja.com Click, js_pageType]" href="http://kinja.com"><h1 class="kinja-title kinja-title--white">Kinja</h1></a></div></div></div></div></div></div> <div id="read-only-warning" style="display:none;"><div class="row"><div class="column small-12">Kinja is in read-only mode. We are working to restore service.</div></div></div><div id="matchbuy-placeholder"></div><iframe width="1" height="1" name="spr" src="//d8rk54i4mohrb.cloudfront.net/iframe.html?pid=5266d09097b0c95740000002&amp;title=How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need&amp;url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;date=Mon%20Mar%2009%202015%2015%3A00%3A00%20GMT%2B0000%20%28GMT%29&amp;authors=PatrickAllan&amp;channels=&amp;tags=money%7Cshopping%7Csaving%20money%7Cpersonal%20finances%7Cmind%20hacks%7Chabits%7Cbudget%7Cpsychology%7Ceditors%20picks&amp;iframe=true&amp;domain=lifehacker.com&amp;r=true&amp;referrer=&amp;page_url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;ref_url=&amp;cache_buster=1427305243429" visible="false" id="spr-iframe-n" style="display: none;"></iframe><iframe width="1" height="1" name="spr" src="//d8rk54i4mohrb.cloudfront.net/container.html?pid=5266d09097b0c95740000002&amp;title=How%20to%20Program%20Your%20Mind%20to%20Stop%20Buying%20Crap%20You%20Don%E2%80%99t%20Need&amp;url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;date=Mon%20Mar%2009%202015%2015%3A00%3A00%20GMT%2B0000%20%28GMT%29&amp;authors=PatrickAllan&amp;channels=&amp;tags=money%7Cshopping%7Csaving%20money%7Cpersonal%20finances%7Cmind%20hacks%7Chabits%7Cbudget%7Cpsychology%7Ceditors%20picks&amp;iframe=true&amp;domain=lifehacker.com&amp;r=true&amp;referrer=&amp;page_url=http%3A%2F%2Flifehacker.com%2Fhow-to-program-your-mind-to-stop-buying-crap-you-don-t-1690268064&amp;ref_url=&amp;cache_buster=1427305243431" visible="false" id="spr-iframe-x" style="display: none;"></iframe></body></html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json
new file mode 100644
index 0000000..c4caaa1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json
@@ -0,0 +1,5 @@
+[
+ "https:\/\/2.bp.blogspot.com\/-chCZZinlUTg\/WEcxvJo9gdI\/AAAAAAAADnk\/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB\/w1200-h630-p-k-nu\/ipsum-opsum.gif",
+ "https:\/\/2.bp.blogspot.com\/-chCZZinlUTg\/WEcxvJo9gdI\/AAAAAAAADnk\/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB\/s640\/ipsum-opsum.gif",
+ "https:\/\/2.bp.blogspot.com\/-5aRh1dM6Unc\/WEcNs55RGhI\/AAAAAAAADnI\/tzr_oOJjZwgWd9Vu25ydY0UwB3eXKupXwCLcB\/s200\/image01.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json
new file mode 100644
index 0000000..d13d96c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "",
+ "Direction": null,
+ "Excerpt": "Posted by Andrew Hayden, Software Engineer on Google Play Android users are downloading tens of billions of apps and games on Google Pla...",
+ "Image": "https:\/\/2.bp.blogspot.com\/-chCZZinlUTg\/WEcxvJo9gdI\/AAAAAAAADnk\/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB\/w1200-h630-p-k-nu\/ipsum-opsum.gif",
+ "Title": "Saving Data: Reducing the size of App Updates by 65%",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html
new file mode 100644
index 0000000..12d7733
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html
@@ -0,0 +1,179 @@
+<div id="post-body-2701400044422363572" itemprop="articlesBody">
+<p>
+<em>Posted by Andrew Hayden, Software Engineer on Google Play</em>
+</p>
+<p>
+Android users are downloading tens of billions of apps and games on Google Play.
+ We're also seeing developers update their apps frequently in order to provide
+users with great content, improve security, and enhance the overall user
+experience. It takes a lot of data to download these updates and we know users
+care about how much data their devices are using. Earlier this year, we
+announced that we started using <a href="https://android-developers.blogspot.com/2016/07/improvements-for-smaller-app-downloads.html">the
+bsdiff algorithm</a> <a href="https://android-developers.blogspot.com/2016/07/improvements-for-smaller-app-downloads.html">(by
+Colin Percival)</a>. Using bsdiff, we were able to reduce the size of app
+updates on average by 47% compared to the full APK size.
+</p>
+<p>
+Today, we're excited to share a new approach that goes further — <strong><a href="https://github.com/andrewhayden/archive-patcher/blob/master/README.md">File-by-File
+patching</a></strong>. App Updates using File-by-File patching are, <strong>on average,</strong>
+<strong>65% smaller than the full app</strong>, and in some cases more than 90%
+smaller.
+</p>
+<p>
+The savings, compared to our previous approach, add up to 6 petabytes of user
+data saved per day!
+</p>
+<p>
+In order to get the new version of the app, Google Play sends your device a
+patch that describes the <em>differences</em> between the old and new versions
+of the app.
+</p>
+<p>
+Imagine you are an author of a book about to be published, and wish to change a
+single sentence - it's much easier to tell the editor which sentence to change
+and what to change, rather than send an entirely new book. In the same way,
+patches are much smaller and much faster to download than the entire APK.
+</p>
+<p>
+<strong><span>Techniques used in File-by-File
+patching </span></strong>
+</p>
+<p>
+Android apps are packaged as APKs, which are ZIP files with special conventions.
+Most of the content within the ZIP files (and APKs) is compressed using a
+technology called <a href="https://en.wikipedia.org/w/index.php?title=DEFLATE&amp;oldid=735386036">Deflate</a>.
+Deflate is really good at compressing data but it has a drawback: it makes
+identifying changes in the original (uncompressed) content really hard. Even a
+tiny change to the original content (like changing one word in a book) can make
+the compressed output of deflate look <em>completely different</em>. Describing
+the differences between the <em>original</em> content is easy, but describing
+the differences between the <em>compressed</em> content is so hard that it leads
+to inefficient patches.
+</p>
+<p>
+Watch how much the compressed text on the right side changes from a one-letter
+change in the uncompressed text on the left:
+</p>
+<p><a href="https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/s1600/ipsum-opsum.gif" imageanchor="1"><img src="https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/s640/ipsum-opsum.gif" width="640" height="105"></a></p>
+<p>
+File-by-File therefore is based on detecting changes in the uncompressed data.
+To generate a patch, we first decompress both old and new files before computing
+the delta (we still use bsdiff here). Then to apply the patch, we decompress the
+old file, apply the delta to the uncompressed content and then recompress the
+new file. In doing so, we need to make sure that the APK on your device is a
+perfect match, byte for byte, to the one on the Play Store (see <a href="https://source.android.com/security/apksigning/v2.html">APK Signature
+Schema v2 </a>for why).
+</p>
+<p>
+When recompressing the new file, we hit two complications. First, Deflate has a
+number of settings that affect output; and we don't know which settings were
+used in the first place. Second, many versions of deflate exist and we need to
+know whether the version on your device is suitable.
+</p>
+<p>
+Fortunately, after analysis of the apps on the Play Store, we've discovered that
+recent and compatible versions of deflate based on zlib (the most popular
+deflate library) account for almost all deflated content in the Play Store. In
+addition, the default settings (level=6) and maximum compression settings
+(level=9) are the only settings we encountered in practice.
+</p>
+<p>
+Knowing this, we can detect and reproduce the original deflate settings. This
+makes it possible to uncompress the data, apply a patch, and then recompress the
+data back to <em>exactly the same bytes</em> as originally uploaded.
+</p>
+<p>
+However, there is one trade off; extra processing power is needed on the device.
+On modern devices (e.g. from 2015), recompression can take a little over a
+second per megabyte and on older or less powerful devices it can be longer.
+Analysis so far shows that, on average, if the patch size is halved then the
+time spent applying the patch (which for File-by-File includes recompression) is
+doubled.
+</p>
+<p>
+For now, we are limiting the use of this new patching technology to auto-updates
+only, i.e. the updates that take place in the background, usually at night when
+your phone is plugged into power and you're not likely to be using it. This
+ensures that users won't have to wait any longer than usual for an update to
+finish when manually updating an app.
+</p>
+<p>
+<strong><span>How effective is File-by-File
+Patching?</span></strong>
+</p>
+<p>
+Here are examples of app updates already using File-by-File Patching:
+</p>
+<div dir="ltr" trbidi="on">
+<table readabilityDataTable="1"><colgroup><col width="142"><col width="102"><col width="176"><col width="176"></colgroup><tbody>
+<tr><td><p><span>Application</span></p>
+</td><td><p><span>Original Size</span></p>
+</td><td><p><span>Previous (BSDiff) Patch Size</span></p>
+<p><span>(% vs original)</span></p>
+</td><td><p><span>File-by-File Patch Size (% vs original)</span></p>
+</td></tr>
+<tr><td><div dir="ltr">
+<p><a href="https://play.google.com/store/apps/details?id=com.king.farmheroessupersaga&amp;hl=en"><span>Farm Heroes Super Saga</span></a></p></div>
+</td><td><p><span>71.1 MB</span></p>
+</td><td><p><span>13.4 MB (-81%)</span></p>
+</td><td><p><span>8.0 MB (-89%)</span></p>
+</td></tr>
+<tr><td><div dir="ltr">
+<p><a href="https://play.google.com/store/apps/details?id=com.google.android.apps.maps"><span>Google Maps</span></a></p></div>
+</td><td><p><span>32.7 MB</span></p>
+</td><td><p><span>17.5 MB (-46%)</span></p>
+</td><td><p><span>9.6 MB (-71%)</span></p>
+</td></tr>
+<tr><td><div dir="ltr">
+<p><a href="https://play.google.com/store/apps/details?id=com.google.android.gm"><span>Gmail</span></a></p></div>
+</td><td><p><span>17.8 MB</span></p>
+</td><td><p><span>7.6 MB (-57%)</span></p>
+</td><td><p><span>7.3 MB (-59%)</span></p>
+</td></tr>
+<tr><td><div dir="ltr">
+<p><a href="https://play.google.com/store/apps/details?id=com.google.android.tts"><span>Google TTS</span></a></p></div>
+</td><td><p><span>18.9 MB</span></p>
+</td><td><p><span>17.2 MB (-9%)</span></p>
+</td><td><p><span>13.1 MB (-31%)</span></p>
+</td></tr>
+<tr><td><div dir="ltr">
+<p><a href="https://play.google.com/store/apps/details?id=com.amazon.kindle"><span>Kindle</span></a></p></div>
+</td><td><p><span>52.4 MB</span></p>
+</td><td><p><span>19.1 MB (-64%)</span></p>
+</td><td><p><span>8.4 MB (-84%)</span></p>
+</td></tr>
+<tr><td><div dir="ltr">
+<p><a href="https://play.google.com/store/apps/details?id=com.netflix.mediaclient"><span>Netflix</span></a></p></div>
+</td><td><p><span>16.2 MB</span></p>
+</td><td><p><span>7.7 MB (-52%)</span></p>
+</td><td><p><span>1.2 MB (-92%)</span></p>
+</td></tr>
+</tbody></table>
+</div>
+<p><em>Disclaimer: if you see different patch sizes when you press "update"
+manually, that is because we are not currently using File-by-file for
+interactive updates, only those done in the background.</em></p><p>
+<strong><span>Saving data and making our
+users (&amp; developers!) happy</span></strong>
+</p>
+<p>
+These changes are designed to ensure our community of over a billion Android
+users use as little data as possible for regular app updates. The best thing is
+that as a developer you don't need to do anything. You get these reductions to
+your update size for free!
+</p>
+
+<p>
+If you'd like to know more about File-by-File patching, including the technical
+details, head over to the <a href="https://github.com/andrewhayden/archive-patcher">Archive Patcher GitHub
+project</a> where you can find information, including the source code. Yes,
+File-by-File patching is completely open-source!
+</p>
+<p>
+As a developer if you're interested in reducing your APK size still further,
+here are some <a href="https://developer.android.com/topic/performance/reduce-apk-size.html?utm_campaign=android_discussion_filebyfile_120616&amp;utm_source=anddev&amp;utm_medium=blog">general
+tips on reducing APK size</a>.
+</p>
+<p><a href="https://2.bp.blogspot.com/-5aRh1dM6Unc/WEcNs55RGhI/AAAAAAAADnI/tzr_oOJjZwgWd9Vu25ydY0UwB3eXKupXwCLcB/s1600/image01.png" imageanchor="1"><img src="https://2.bp.blogspot.com/-5aRh1dM6Unc/WEcNs55RGhI/AAAAAAAADnI/tzr_oOJjZwgWd9Vu25ydY0UwB3eXKupXwCLcB/s200/image01.png" width="191" height="200"></a></p>
+
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html
new file mode 100644
index 0000000..b9ca816
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html
@@ -0,0 +1,3165 @@
+<!DOCTYPE html>
+<html class="v2" dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://www.google.com/2005/gml/b" xmlns:data="http://www.google.com/2005/gml/data" xmlns:expr="http://www.google.com/2005/gml/expr"><head>
+<meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible" />
+<meta content="width=1100" name="viewport" />
+<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
+<meta content="blogger" name="generator" />
+<link href="https://android-developers.googleblog.com/favicon.ico" rel="icon" type="image/x-icon" />
+<link href="https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html" rel="canonical" />
+<link rel="alternate" type="application/atom+xml" title="Android Developers Blog - Atom" href="https://android-developers.googleblog.com/feeds/posts/default" />
+<link rel="alternate" type="application/rss+xml" title="Android Developers Blog - RSS" href="https://android-developers.googleblog.com/feeds/posts/default?alt=rss" />
+<link rel="service.post" type="application/atom+xml" title="Android Developers Blog - Atom" href="https://www.blogger.com/feeds/6755709643044947179/posts/default" />
+
+<link rel="alternate" type="application/atom+xml" title="Android Developers Blog - Atom" href="https://android-developers.googleblog.com/feeds/2701400044422363572/comments/default" />
+<!--[if IE]><script type="text/javascript" src="https://www.blogger.com/static/v1/jsbin/3032875878-ieretrofit.js"></script>
+<![endif]-->
+<link href="https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/s640/ipsum-opsum.gif" rel="image_src" />
+<meta content="https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html" property="og:url" />
+<meta content="Saving Data: Reducing the size of App Updates by 65%" property="og:title" />
+<meta content=" Posted by Andrew Hayden, Software Engineer on Google Play Android users are downloading tens of billions of apps and games on Google Pla..." property="og:description" />
+<meta content="https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/w1200-h630-p-k-nu/ipsum-opsum.gif" property="og:image" />
+<!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->
+<title>Saving Data: Reducing the size of App Updates by 65% | Android Developers Blog</title>
+<link href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" rel="stylesheet" />
+<script async="" src="//cse.google.com/adsense/search/async-ads.js"></script><script src="https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_GB.oDaXKax7Lmc.O/m=auth/exm=gapi_iframes,gapi_iframes_style_bubble,plus,plusone/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCP-QWj14-CfU2w6doKmOqTwfM2Hig/cb=gapi.loaded_3" async=""></script><script src="https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_GB.oDaXKax7Lmc.O/m=plus/exm=gapi_iframes,gapi_iframes_style_bubble,plusone/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCP-QWj14-CfU2w6doKmOqTwfM2Hig/cb=gapi.loaded_2" async=""></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js" gapi_processed="true"></script><script src="https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_GB.oDaXKax7Lmc.O/m=gapi_iframes,gapi_iframes_style_bubble/exm=plusone/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCP-QWj14-CfU2w6doKmOqTwfM2Hig/cb=gapi.loaded_1" async=""></script><script src="https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.en_GB.oDaXKax7Lmc.O/m=plusone/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCP-QWj14-CfU2w6doKmOqTwfM2Hig/cb=gapi.loaded_0" async=""></script><script async="" src="//www.google-analytics.com/analytics.js"></script><script src="//developer.android.com/assets/jquery-resizable.min.js" type="text/javascript"></script>
+<script src="//developer.android.com/assets/prettify.js" type="text/javascript"></script>
+<script src="//www.google.com/js/gweb/analytics/autotrack.js"></script>
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-961555-37', 'auto');
+ ga('send', 'pageview');
+
+</script>
+<link href="https://fonts.googleapis.com/css?kit=8n8e3dKCuuHkq9niV1adTQ" rel="stylesheet" type="text/css" /><link type="text/css" rel="stylesheet" href="https://www.blogger.com/static/v1/widgets/3887294567-css_bundle_v2.css" />
+<link type="text/css" rel="stylesheet" href="https://www.blogger.com/dyn-css/authorization.css?targetBlogID=6755709643044947179&amp;zx=bf8a639b-dcff-4fa8-b5e3-f8d8e8d734e5" />
+<link type="text/css" rel="stylesheet" href="//www.google.com/uds/css/gsearch.css" />
+<style id="page-skin-1" type="text/css">&lt;!--
+/*
+-----------------------------------------------
+Blogger Template Style
+Name: Simple
+Designer: Josh Peterson
+URL: www.noaesthetic.com
+----------------------------------------------- */
+/* Variable definitions
+====================
+&lt;Variable name="keycolor" description="Main Color" type="color" default="#66bbdd"/&gt;
+&lt;Group description="Page Text" selector="body"&gt;
+&lt;Variable name="body.font" description="Font" type="font"
+default="normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/&gt;
+&lt;Variable name="body.text.color" description="Text Color" type="color" default="#222222"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Backgrounds" selector=".body-fauxcolumns-outer"&gt;
+&lt;Variable name="body.background.color" description="Outer Background" type="color" default="#66bbdd"/&gt;
+&lt;Variable name="content.background.color" description="Main Background" type="color" default="#ffffff"/&gt;
+&lt;Variable name="header.background.color" description="Header Background" type="color" default="transparent"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Links" selector=".main-outer"&gt;
+&lt;Variable name="link.color" description="Link Color" type="color" default="#2288bb"/&gt;
+&lt;Variable name="link.visited.color" description="Visited Color" type="color" default="#888888"/&gt;
+&lt;Variable name="link.hover.color" description="Hover Color" type="color" default="#33aaff"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Blog Title" selector=".header h1"&gt;
+&lt;Variable name="header.font" description="Font" type="font"
+default="normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/&gt;
+&lt;Variable name="header.text.color" description="Title Color" type="color" default="#3399bb" /&gt;
+&lt;/Group&gt;
+&lt;Group description="Blog Description" selector=".header .description"&gt;
+&lt;Variable name="description.text.color" description="Description Color" type="color"
+default="#777777" /&gt;
+&lt;/Group&gt;
+&lt;Group description="Tabs Text" selector=".tabs-inner .widget li a"&gt;
+&lt;Variable name="tabs.font" description="Font" type="font"
+default="normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/&gt;
+&lt;Variable name="tabs.text.color" description="Text Color" type="color" default="#999999"/&gt;
+&lt;Variable name="tabs.selected.text.color" description="Selected Color" type="color" default="#000000"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Tabs Background" selector=".tabs-outer .PageList"&gt;
+&lt;Variable name="tabs.background.color" description="Background Color" type="color" default="#f5f5f5"/&gt;
+&lt;Variable name="tabs.selected.background.color" description="Selected Color" type="color" default="#eeeeee"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Post Title" selector="h3.post-title, .comments h4"&gt;
+&lt;Variable name="post.title.font" description="Font" type="font"
+default="normal normal 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Date Header" selector=".date-header"&gt;
+&lt;Variable name="date.header.color" description="Text Color" type="color"
+default="#666666"/&gt;
+&lt;Variable name="date.header.background.color" description="Background Color" type="color"
+default="transparent"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Post Footer" selector=".post-footer"&gt;
+&lt;Variable name="post.footer.text.color" description="Text Color" type="color" default="#666666"/&gt;
+&lt;Variable name="post.footer.background.color" description="Background Color" type="color"
+default="#f9f9f9"/&gt;
+&lt;Variable name="post.footer.border.color" description="Shadow Color" type="color" default="#eeeeee"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Gadgets" selector="h2"&gt;
+&lt;Variable name="widget.title.font" description="Title Font" type="font"
+default="normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/&gt;
+&lt;Variable name="widget.title.text.color" description="Title Color" type="color" default="#000000"/&gt;
+&lt;Variable name="widget.alternate.text.color" description="Alternate Color" type="color" default="#999999"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Images" selector=".main-inner"&gt;
+&lt;Variable name="image.background.color" description="Background Color" type="color" default="#ffffff"/&gt;
+&lt;Variable name="image.border.color" description="Border Color" type="color" default="#eeeeee"/&gt;
+&lt;Variable name="image.text.color" description="Caption Text Color" type="color" default="#666666"/&gt;
+&lt;/Group&gt;
+&lt;Group description="Accents" selector=".content-inner"&gt;
+&lt;Variable name="body.rule.color" description="Separator Line Color" type="color" default="#eeeeee"/&gt;
+&lt;Variable name="tabs.border.color" description="Tabs Border Color" type="color" default="#eeeeee"/&gt;
+&lt;/Group&gt;
+&lt;Variable name="body.background" description="Body Background" type="background"
+color="#f9f9f9" default="$(color) none repeat scroll top left"/&gt;
+&lt;Variable name="body.background.override" description="Body Background Override" type="string" default=""/&gt;
+&lt;Variable name="body.background.gradient.cap" description="Body Gradient Cap" type="url"
+default="url(http://www.blogblog.com/1kt/simple/gradients_light.png)"/&gt;
+&lt;Variable name="body.background.gradient.tile" description="Body Gradient Tile" type="url"
+default="url(http://www.blogblog.com/1kt/simple/body_gradient_tile_light.png)"/&gt;
+&lt;Variable name="content.background.color.selector" description="Content Background Color Selector" type="string" default=".content-inner"/&gt;
+&lt;Variable name="content.padding" description="Content Padding" type="length" default="10px"/&gt;
+&lt;Variable name="content.padding.horizontal" description="Content Horizontal Padding" type="length" default="10px"/&gt;
+&lt;Variable name="content.shadow.spread" description="Content Shadow Spread" type="length" default="40px"/&gt;
+&lt;Variable name="content.shadow.spread.webkit" description="Content Shadow Spread (WebKit)" type="length" default="5px"/&gt;
+&lt;Variable name="content.shadow.spread.ie" description="Content Shadow Spread (IE)" type="length" default="10px"/&gt;
+&lt;Variable name="main.border.width" description="Main Border Width" type="length" default="0"/&gt;
+&lt;Variable name="header.background.gradient" description="Header Gradient" type="url" default="none"/&gt;
+&lt;Variable name="header.shadow.offset.left" description="Header Shadow Offset Left" type="length" default="-1px"/&gt;
+&lt;Variable name="header.shadow.offset.top" description="Header Shadow Offset Top" type="length" default="-1px"/&gt;
+&lt;Variable name="header.shadow.spread" description="Header Shadow Spread" type="length" default="1px"/&gt;
+&lt;Variable name="header.padding" description="Header Padding" type="length" default="30px"/&gt;
+&lt;Variable name="header.border.size" description="Header Border Size" type="length" default="1px"/&gt;
+&lt;Variable name="header.bottom.border.size" description="Header Bottom Border Size" type="length" default="1px"/&gt;
+&lt;Variable name="header.border.horizontalsize" description="Header Horizontal Border Size" type="length" default="0"/&gt;
+&lt;Variable name="description.text.size" description="Description Text Size" type="string" default="140%"/&gt;
+&lt;Variable name="tabs.margin.top" description="Tabs Margin Top" type="length" default="0" /&gt;
+&lt;Variable name="tabs.margin.side" description="Tabs Side Margin" type="length" default="30px" /&gt;
+&lt;Variable name="tabs.background.gradient" description="Tabs Background Gradient" type="url"
+default="url(http://www.blogblog.com/1kt/simple/gradients_light.png)"/&gt;
+&lt;Variable name="tabs.border.width" description="Tabs Border Width" type="length" default="1px"/&gt;
+&lt;Variable name="tabs.bevel.border.width" description="Tabs Bevel Border Width" type="length" default="1px"/&gt;
+&lt;Variable name="date.header.padding" description="Date Header Padding" type="string" default="inherit"/&gt;
+&lt;Variable name="date.header.letterspacing" description="Date Header Letter Spacing" type="string" default="inherit"/&gt;
+&lt;Variable name="date.header.margin" description="Date Header Margin" type="string" default="inherit"/&gt;
+&lt;Variable name="post.margin.bottom" description="Post Bottom Margin" type="length" default="25px"/&gt;
+&lt;Variable name="image.border.small.size" description="Image Border Small Size" type="length" default="2px"/&gt;
+&lt;Variable name="image.border.large.size" description="Image Border Large Size" type="length" default="5px"/&gt;
+&lt;Variable name="page.width.selector" description="Page Width Selector" type="string" default=".region-inner"/&gt;
+&lt;Variable name="page.width" description="Page Width" type="string" default="auto"/&gt;
+&lt;Variable name="main.section.margin" description="Main Section Margin" type="length" default="15px"/&gt;
+&lt;Variable name="main.padding" description="Main Padding" type="length" default="15px"/&gt;
+&lt;Variable name="main.padding.top" description="Main Padding Top" type="length" default="30px"/&gt;
+&lt;Variable name="main.padding.bottom" description="Main Padding Bottom" type="length" default="30px"/&gt;
+&lt;Variable name="paging.background"
+color="transparent"
+description="Background of blog paging area" type="background"
+default="transparent none no-repeat scroll top center"/&gt;
+&lt;Variable name="footer.bevel" description="Bevel border length of footer" type="length" default="0"/&gt;
+&lt;Variable name="mobile.background.overlay" description="Mobile Background Overlay" type="string"
+default="transparent none repeat scroll top left"/&gt;
+&lt;Variable name="mobile.background.size" description="Mobile Background Size" type="string" default="auto"/&gt;
+&lt;Variable name="mobile.button.color" description="Mobile Button Color" type="color" default="#ffffff" /&gt;
+&lt;Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="left"/&gt;
+&lt;Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="right"/&gt;
+*/
+/* Content
+----------------------------------------------- */
+body {
+font: normal normal 12px Roboto;
+color: #333;
+background: #f9f9f9 none repeat scroll top left;
+padding: 0 40px 40px 40px;
+}
+html body .region-inner {
+min-width: 0;
+max-width: 100%;
+width: auto;
+}
+a:link {
+text-decoration:none;
+color: #258aaf;
+}
+a:visited {
+text-decoration:none;
+color: #258aaf;
+}
+a:hover {
+text-decoration:underline;
+color: #33b5e5;
+}
+.body-fauxcolumn-outer .fauxcolumn-inner {
+background: transparent url(//www.blogblog.com/1kt/simple/body_gradient_tile_light.png) repeat scroll top left;
+_background-image: none;
+}
+.body-fauxcolumn-outer .cap-top {
+position: absolute;
+z-index: 1;
+height: 400px;
+width: 100%;
+background: #f9f9f9 none repeat scroll top left;
+}
+#header-inner img {
+margin: 0 auto;
+}
+.body-fauxcolumn-outer .cap-top .cap-left {
+width: 100%;
+background: transparent url(//www.blogblog.com/1kt/simple/gradients_light.png) repeat-x scroll top left;
+_background-image: none;
+}
+.content-outer {
+-moz-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
+-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
+-goog-ms-box-shadow: 0 0 10px #333333;
+box-shadow: 0 0 40px rgba(0, 0, 0, .15);
+margin-bottom: 1px;
+}
+.fauxcolumn-left-outer .fauxcolumn-inner {
+border: none !important;
+}
+.content-inner {
+padding: 10px 10px;
+}
+.content-outer {
+-moz-box-shadow: none !important;
+-webkit-box-shadow: none !important;
+-goog-ms-box-shadow:none !important;
+box-shadow:none !important
+}
+footer {
+display: none;
+}
+.content-inner {
+background-color: transparent;
+}
+/* --------------------------------------------------------------------------
+Code Style
+*/
+pre {
+margin: 1em 0;
+padding: 1em;
+overflow: auto;
+border: solid 1px #ddd;
+background: #f7f7f7;
+}
+.str { color: #080; }
+.kwd { color: #008; }
+.com { color: #800; }
+.typ { color: #606; }
+.lit { color: #066; }
+.pun { color: #660; }
+.pln { color: #000; }
+.tag { color: #008; }
+.atn { color: #828; }
+.atv { color: #080; }
+.dec { color: #606; }
+/* Header
+----------------------------------------------- */
+.header-outer {
+background: transparent none repeat-x scroll 0 -400px;
+_background-image: none;
+}
+.Header h1 {
+font: normal normal 22px Roboto;
+color: #333333;
+text-shadow: -1px -1px 1px rgba(0, 0, 0, .2);
+}
+.Header h1 a {
+color: #333333;
+}
+.Header .description {
+font-size: 140%;
+color: #000000;
+}
+.header-inner .Header .titlewrapper {
+padding: 0;
+}
+.header-inner .Header .descriptionwrapper {
+padding: 0 30px;
+}
+/* Tabs
+----------------------------------------------- */
+.tabs-inner .section:first-child {
+border-top: 1px solid #eeeeee;
+}
+.tabs-inner .section:first-child ul {
+margin-top: -1px;
+border-top: 1px solid #eeeeee;
+border-left: 0 solid #eeeeee;
+border-right: 0 solid #eeeeee;
+}
+.tabs-inner .widget ul {
+background: transparent url(//www.blogblog.com/1kt/simple/gradients_light.png) repeat-x scroll 0 -800px;
+_background-image: none;
+border-bottom: 1px solid #eeeeee;
+margin-top: 0;
+margin-left: -30px;
+margin-right: -30px;
+}
+.tabs-inner .widget li a {
+display: inline-block;
+padding: .6em 1em;
+font: normal normal 14px Roboto;
+color: #000000;
+border-left: 1px solid transparent;
+border-right: 1px solid #eeeeee;
+}
+.tabs-inner .widget li:first-child a {
+border-left: none;
+}
+.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {
+color: #000000;
+background-color: #eeeeee;
+text-decoration: none;
+}
+/* Columns
+----------------------------------------------- */
+.main-outer {
+border-top: 0 solid #eeeeee;
+}
+.fauxcolumn-left-outer .fauxcolumn-inner {
+border-right: 1px solid #eeeeee;
+}
+.fauxcolumn-right-outer .fauxcolumn-inner {
+border-left: 1px solid #eeeeee;
+}
+.main-inner .column-left-inner {
+padding: 0;
+}
+.sidebar.section {
+margin: 0;
+}
+/* Headings
+----------------------------------------------- */
+h2 {
+margin: 0 0 1em 0;
+font: normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
+color: #000000;
+text-transform: uppercase;
+}
+/* Removes Blogger navbar */
+#navbar-iframe {
+display: none !important;
+}
+/* Widgets
+----------------------------------------------- */
+.widget .zippy {
+color: #999999;
+text-shadow: 2px 2px 1px rgba(0, 0, 0, .1);
+}
+.widget .popular-posts ul {
+list-style: none;
+}
+/* Posts
+----------------------------------------------- */
+.date-header span {
+background-color: #BBB;
+color: white;
+padding: 0.4em;
+letter-spacing: 3px;
+margin: inherit;
+}
+.main-inner {
+padding-top: 30px;
+padding-bottom: 30px;
+}
+.main-inner .column-center-inner {
+padding: 0 15px;
+}
+.main-inner .column-center-inner .section {
+margin: 0 0 0 20px;
+}
+.post {
+margin: 0 0 25px 0;
+}
+h3.post-title, .comments h4 {
+font: normal normal 22px Roboto;
+margin: .75em 0 0;
+}
+.post-body {
+font-size: 110%;
+line-height: 1.4;
+position: relative;
+}
+.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
+.BlogList .item-thumbnail img {
+}
+.post-body img, .post-body .tr-caption-container {
+padding: 5px;
+}
+.post-body .tr-caption-container {
+color: #666666;
+}
+.post-body .tr-caption-container img {
+padding: 0;
+background: transparent;
+border: none;
+-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
+-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
+box-shadow: 0 0 0 rgba(0, 0, 0, .1);
+}
+.post-header {
+margin: 0 0 1.5em;
+line-height: 1.6;
+font-size: 90%;
+}
+.post-footer {
+margin: 20px -2px 0;
+padding: 5px 10px;
+color: #666666;
+background-color: #f9f9f9;
+border-bottom: 1px solid #eeeeee;
+line-height: 1.6;
+font-size: 90%;
+}
+#comments .comment-author {
+padding-top: 1.5em;
+border-top: 1px solid #eeeeee;
+background-position: 0 1.5em;
+}
+#comments .comment-author:first-child {
+padding-top: 0;
+border-top: none;
+}
+.avatar-image-container {
+margin: .2em 0 0;
+}
+#comments .avatar-image-container img {
+border: 1px solid #eeeeee;
+}
+/* Comments
+----------------------------------------------- */
+.comments .comments-content .icon.blog-author {
+background-repeat: no-repeat;
+background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);
+}
+.comments .comments-content .loadmore a {
+border-top: 1px solid #999999;
+border-bottom: 1px solid #999999;
+}
+.comments .comment-thread.inline-thread {
+background-color: #f9f9f9;
+}
+.comments .continue {
+border-top: 2px solid #999999;
+}
+/* Accents
+---------------------------------------------- */
+.section-columns td.columns-cell {
+border-left: 1px solid #eeeeee;
+}
+.blog-pager {
+background: transparent none no-repeat scroll top center;
+}
+.blog-pager-older-link, .home-link,
+.blog-pager-newer-link {
+background-color: transparent;
+padding: 5px;
+}
+.footer-outer {
+border-top: 0 dashed #bbbbbb;
+}
+/* Mobile
+----------------------------------------------- */
+body.mobile {
+background-size: auto;
+}
+.mobile .body-fauxcolumn-outer {
+background: transparent none repeat scroll top left;
+}
+.mobile .body-fauxcolumn-outer .cap-top {
+background-size: 100% auto;
+}
+.mobile .content-outer {
+-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
+box-shadow: 0 0 3px rgba(0, 0, 0, .15);
+padding: 0 40px;
+}
+body.mobile .AdSense {
+margin: 0 -40px;
+}
+.mobile .tabs-inner .widget ul {
+margin-left: 0;
+margin-right: 0;
+}
+.mobile .post {
+margin: 0;
+}
+.mobile .main-inner .column-center-inner .section {
+margin: 0;
+}
+.mobile .date-header span {
+padding: 0.1em 10px;
+margin: 0 -10px;
+}
+.mobile h3.post-title {
+margin: 0;
+}
+.mobile .blog-pager {
+background: transparent none no-repeat scroll top center;
+}
+.mobile .footer-outer {
+border-top: none;
+}
+.mobile .main-inner, .mobile .footer-inner {
+background-color: transparent;
+}
+.mobile-index-contents {
+color: #666666;
+}
+.mobile-link-button {
+background-color: #258aaf;
+}
+.mobile-link-button a:link, .mobile-link-button a:visited {
+color: #ffffff;
+}
+.mobile .tabs-inner .section:first-child {
+border-top: none;
+}
+.mobile .tabs-inner .PageList .widget-content {
+background-color: #eeeeee;
+color: #000000;
+border-top: 1px solid #eeeeee;
+border-bottom: 1px solid #eeeeee;
+}
+.mobile .tabs-inner .PageList .widget-content .pagelist-arrow {
+border-left: 1px solid #eeeeee;
+}
+.blog-pager {
+background: none !important;
+}
+.figure-center {
+margin: 32px auto 24px;
+max-width: 100%;
+}
+.figure,
+.figure-right {
+clear: right;
+float: right;
+margin: 10px 0 0 0;
+padding: 0 0 0 20px;
+max-width: 50%;
+/* width must be defined w/ an inline style matching the image width */
+}
+.figure-left {
+clear: left;
+float: left;
+margin: 10px 0 0 0;
+padding: 0 20px 0 0;
+max-width: 50%;
+/* width must be defined w/ an inline style matching the image width */
+}
+@media (max-width: 719px) {
+/* Collapse on mobile. */
+.figure,
+.figure-right,
+.figure-left {
+float: none;
+clear: none;
+padding: 0;
+margin: 32px auto 24px;
+max-width: 100%;
+}
+}
+--&gt;</style>
+<style id="template-skin-1" type="text/css">&lt;!--
+body {
+min-width: 960px;
+-webkit-font-smoothing: antialiased;
+}
+.content-outer, .content-fauxcolumn-outer, .region-inner {
+min-width: 960px;
+max-width: 960px;
+_width: 960px;
+}
+.main-inner .columns {
+padding-left: 160px;
+padding-right: 0px;
+}
+.main-inner .fauxcolumn-center-outer {
+left: 160px;
+right: 0px;
+/* IE6 does not respect left and right together */
+_width: expression(this.parentNode.offsetWidth -
+parseInt("160px") -
+parseInt("0px") + 'px');
+}
+.main-inner .fauxcolumn-left-outer {
+width: 160px;
+}
+.main-inner .fauxcolumn-right-outer {
+width: 0px;
+}
+.main-inner .column-left-outer {
+width: 160px;
+right: 100%;
+margin-left: -160px;
+}
+.main-inner .column-right-outer {
+width: 0px;
+margin-right: -0px;
+}
+#layout {
+min-width: 0;
+}
+#layout .content-outer {
+min-width: 0;
+width: 800px;
+}
+#layout .region-inner {
+min-width: 0;
+width: auto;
+}
+--&gt;</style>
+<script type="text/javascript">function a(){var b=window.location.href,c=b.split("?");switch(c.length){case 1:return b+"?m=1";case 2:return 0&lt;=c[1].search("(^|&amp;)m=")?null:b+"&amp;m=1";default:return null}}var d=navigator.userAgent;if(-1!=d.indexOf("Mobile")&amp;&amp;-1!=d.indexOf("WebKit")&amp;&amp;-1==d.indexOf("iPad")||-1!=d.indexOf("Opera Mini")||-1!=d.indexOf("IEMobile")){var e=a();e&amp;&amp;window.location.replace(e)};
+</script><script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/js/google_top_exp.js"></script><style>.gc-bubbleDefault{background-color:transparent !important;text-align:left;padding:0 !important;margin:0 !important;border:0 !important;table-layout:auto !important}.gc-reset{background-color:transparent !important;border:0 !important;padding:0 !important;margin:0 !important;text-align:left}.pls-bubbleTop{border-bottom:1px solid #ccc !important}.pls-topTail,.pls-vertShimLeft,.pls-contentLeft{background-image:url(//ssl.gstatic.com/s2/oz/images/stars/po/bubblev1/border_3.gif) !important}.pls-topTail{background-repeat:repeat-x !important;background-position:bottom !important}.pls-vertShim{background-color:#fff !important;text-align:right}.tbl-grey .pls-vertShim{background-color:#f5f5f5 !important}.pls-vertShimLeft{background-repeat:repeat-y !important;background-position:right !important;height:4px}.pls-vertShimRight{height:4px}.pls-confirm-container .pls-vertShim{background-color:#fff3c2 !important}.pls-contentWrap{background-color:#fff !important;position:relative !important;vertical-align:top}.pls-contentLeft{background-repeat:repeat-y;background-position:right;vertical-align:top}.pls-dropRight{background-image:url(//ssl.gstatic.com/s2/oz/images/stars/po/bubblev1/bubbleDropR_3.png) !important;background-repeat:repeat-y !important;vertical-align:top}.pls-vert,.pls-tailleft,.pls-dropTR .pls-dropBR,.pls-dropBL,.pls-vert img{vertical-align:top}.pls-dropBottom{background-image:url(//ssl.gstatic.com/s2/oz/images/stars/po/bubblev1/bubbleDropB_3.png) !important;background-repeat:repeat-x !important;width:100%;vertical-align:top}.pls-topLeft{background:inherit !important;text-align:right;vertical-align:bottom}.pls-topRight{background:inherit !important;text-align:left;vertical-align:bottom}.pls-bottomLeft{background:inherit !important;text-align:right}.pls-bottomRight{background:inherit !important;text-align:left;vertical-align:top}.pls-tailtop,.pls-tailright,.pls-tailbottom,.pls-tailleft{display:none;position:relative}.pls-tailbottom,.pls-tailtop,.pls-tailright,.pls-tailleft,.pls-dropTR,.pls-dropBR,.pls-dropBL{background-image:url(//ssl.gstatic.com/s2/oz/images/stars/po/bubblev1/bubbleSprite_3.png) !important;background-repeat:no-repeat}.tbl-grey .pls-tailbottom,.tbl-grey .pls-tailtop,.tbl-grey .pls-tailright,.tbl-grey .pls-tailleft,.tbl-grey .pls-dropTR,.tbl-grey .pls-dropBR,.tbl-grey .pls-dropBL{background-image:url(//ssl.gstatic.com/s2/oz/images/stars/po/bubblev1/bubbleSprite-grey.png) !important}.pls-tailbottom{background-position:-23px 0}.pls-confirm-container .pls-tailbottom{background-position:-23px -10px}.pls-tailtop{background-position:-19px -20px}.pls-tailright{background-position:0 0}.pls-tailleft{background-position:-10px 0}.pls-tailtop{vertical-align:top}.gc-bubbleDefault td{line-height:0;font-size:0}.pls-topLeft img,.pls-topRight img,.pls-tailbottom{vertical-align:bottom}.pls-bottomLeft img,.bubbleDropTR,.pls-dropBottomL img,.pls-dropBottom img,.pls-dropBottomR img,.pls-bottomLeft{vertical-align:top}.pls-dropTR{background-position:0 -22px}.pls-dropBR{background-position:0 -27px}.pls-dropBL{background-position:0 -16px}.pls-spacertop,.pls-spacerright,.pls-spacerbottom,.pls-spacerleft{position:static !important}.pls-spinner{bottom:0;position:absolute;left:0;margin:auto;right:0;top:0} </style><script type="text/javascript" src="https://www.google.com/uds/?file=search&amp;v=1&amp;hl=en&amp;async=2"></script><style class="singleton-element" type="text/css">.cookie-choices-info { position:fixed;width:100%;background-color:#666;margin:0;left:0;top:0;padding:0;z-index:4000;text-align:center;color:#fff;line-height:140%;padding:10px 0;font-family:roboto,Arial; } .cookie-choices-info .cookie-choices-inner { position:relative;width:initial;margin:0;left:0;top:0; } .cookie-choices-info .cookie-choices-text { display:inline-block;vertical-align:middle;font-size:16px;margin:10px 20px;color:#ccc;max-width:800px;text-align:left; }.cookie-choices-info .cookie-choices-buttons { display:inline-block;vertical-align:middle;white-space:nowrap;margin:0 10px; } .cookie-choices-info .cookie-choices-button:hover { color: #fff; } .cookie-choices-info .cookie-choices-button { font-weight:bold;text-transform:UPPERCASE;white-space:nowrap;color:#eee;margin-left:8px;padding:0 6px; text-decoration:none; }</style><link type="text/css" href="https://www.google.com/uds/api/search/1.0/0c3990ce7a056ed50667fe0c3873c9b6/default+en.css" rel="stylesheet" /><script type="text/javascript" src="https://www.google.com/uds/api/search/1.0/0c3990ce7a056ed50667fe0c3873c9b6/default+en.I.js"></script></head>
+<body class="" itemscope="" itemtype="http://schema.org/Article">
+<div class="navbar section" id="navbar"><div class="widget Navbar" data-version="1" id="Navbar1"><script type="text/javascript">
+ function setAttributeOnload(object, attribute, val) {
+ if(window.addEventListener) {
+ window.addEventListener('load',
+ function(){ object[attribute] = val; }, false);
+ } else {
+ window.attachEvent('onload', function(){ object[attribute] = val; });
+ }
+ }
+ </script>
+<div id="navbar-iframe-container"><iframe ng-non-bindable="" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="" tabindex="0" vspace="0" id="navbar-iframe" name="navbar-iframe" src="https://www.blogger.com/navbar.g?targetBlogID=6755709643044947179&amp;blogName=Android+Developers+Blog&amp;publishMode=PUBLISH_MODE_HOSTED&amp;navbarType=LIGHT&amp;layoutType=LAYOUTS&amp;searchRoot=https://android-developers.googleblog.com/search&amp;blogLocale=en&amp;v=2&amp;homepageUrl=https://android-developers.googleblog.com/&amp;targetPostID=2701400044422363572&amp;blogPostOrPageUrl=https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html&amp;vt=-7679880580717935623&amp;usegapi=1&amp;jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en_GB.oDaXKax7Lmc.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCP-QWj14-CfU2w6doKmOqTwfM2Hig#id=navbar-iframe&amp;parent=https%3A%2F%2Fandroid-developers.googleblog.com&amp;pfname=&amp;rpctoken=15056989" frameborder="0" width="100%"></iframe></div>
+<script type="text/javascript" src="https://apis.google.com/js/plusone.js" gapi_processed="true"></script>
+<script type="text/javascript">
+ gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() {
+ if (gapi.iframes &amp;&amp; gapi.iframes.getContext) {
+ gapi.iframes.getContext().openChild({
+ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d6755709643044947179\x26blogName\x3dAndroid+Developers+Blog\x26publishMode\x3dPUBLISH_MODE_HOSTED\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://android-developers.googleblog.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttps://android-developers.googleblog.com/\x26targetPostID\x3d2701400044422363572\x26blogPostOrPageUrl\x3dhttps://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html\x26vt\x3d-7679880580717935623',
+ where: document.getElementById("navbar-iframe-container"),
+ id: "navbar-iframe"
+ });
+ }
+ });
+ </script><script type="text/javascript">
+(function() {
+var script = document.createElement('script');
+script.type = 'text/javascript';
+script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js';
+var head = document.getElementsByTagName('head')[0];
+if (head) {
+head.appendChild(script);
+}})();
+</script>
+</div></div>
+<div class="body-fauxcolumns">
+<div class="fauxcolumn-outer body-fauxcolumn-outer">
+<div class="cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left">
+<div class="fauxborder-right"></div>
+<div class="fauxcolumn-inner">
+</div>
+</div>
+<div class="cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+</div>
+<div class="content">
+<div class="content-fauxcolumns">
+<div class="fauxcolumn-outer content-fauxcolumn-outer">
+<div class="cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left">
+<div class="fauxborder-right"></div>
+<div class="fauxcolumn-inner">
+</div>
+</div>
+<div class="cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+</div>
+<div class="content-outer">
+<div class="content-cap-top cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left content-fauxborder-left">
+<div class="fauxborder-right content-fauxborder-right"></div>
+<div class="content-inner">
+<header>
+<div class="header-outer">
+<div class="header-cap-top cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left header-fauxborder-left">
+<div class="fauxborder-right header-fauxborder-right"></div>
+<div class="region-inner header-inner">
+<div class="header section" id="header"><div class="widget Header" data-version="1" id="Header1">
+<div id="header-inner">
+<a href="https://android-developers.googleblog.com/" style="display: block">
+<img alt="Android Developers Blog" id="Header1_headerimg" src="//1.bp.blogspot.com/-dTliKTChbPA/VXh2idc5lPI/AAAAAAAABxg/xoPCoV_UeuY/s1600/04_blog_3banner.png" style="display: block" width="960px; " height="194px; " />
+</a>
+</div>
+</div></div>
+</div>
+</div>
+<div class="header-cap-bottom cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+</header>
+<div class="tabs-outer">
+<div class="tabs-cap-top cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left tabs-fauxborder-left">
+<div class="fauxborder-right tabs-fauxborder-right"></div>
+<div class="region-inner tabs-inner">
+<div class="tabs no-items section" id="crosscol"></div>
+<div class="tabs no-items section" id="crosscol-overflow"></div>
+</div>
+</div>
+<div class="tabs-cap-bottom cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+<div class="main-outer">
+<div class="main-cap-top cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left main-fauxborder-left">
+<div class="fauxborder-right main-fauxborder-right"></div>
+<div class="region-inner main-inner">
+<div class="columns fauxcolumns">
+<div class="fauxcolumn-outer fauxcolumn-center-outer">
+<div class="cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left">
+<div class="fauxborder-right"></div>
+<div class="fauxcolumn-inner">
+</div>
+</div>
+<div class="cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+<div class="fauxcolumn-outer fauxcolumn-left-outer">
+<div class="cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left">
+<div class="fauxborder-right"></div>
+<div class="fauxcolumn-inner">
+</div>
+</div>
+<div class="cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+<div class="fauxcolumn-outer fauxcolumn-right-outer">
+<div class="cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left">
+<div class="fauxborder-right"></div>
+<div class="fauxcolumn-inner">
+</div>
+</div>
+<div class="cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+<!-- corrects IE6 width calculation -->
+<div class="columns-inner">
+<div class="column-center-outer">
+<div class="column-center-inner">
+<div class="main section" id="main"><div id="uds-searchControl"><a name="uds-search-results"></a><div id="uds-searchResults"><div class="gsc-control" dir="ltr"><div class="gsc-results-wrapper-nooverlay"><div class="gsc-tabsAreaInvisible"><div class="gsc-tabHeader gsc-inline-block gsc-tabhActive">This Blog</div><span class="gs-spacer"> </span></div><div class="gsc-above-wrapper-area-invisible"><table class="gsc-above-wrapper-area-container" cellspacing="0" cellpadding="0"><tbody><tr><td class="gsc-result-info-container"><div class="gsc-result-info-invisible"></div></td></tr></tbody></table></div><div class="gsc-resultsbox-invisible"><div class="gsc-resultsRoot gsc-tabData gsc-tabdActive"><table class="gsc-resultsHeader" cellspacing="0" cellpadding="0"><tbody><tr><td class="gsc-twiddleRegionCell"><div class="gsc-twiddle"><div class="gsc-title">This Blog</div></div><div class="gsc-stats"></div><div class="gsc-results-selector gsc-more-results-active"><div class="gsc-result-selector gsc-one-result" title="show one result"> </div><div class="gsc-result-selector gsc-more-results" title="show more results"> </div><div class="gsc-result-selector gsc-all-results" title="show all results"> </div></div></td><td class="gsc-configLabelCell"></td></tr></tbody></table><div><div class="gsc-expansionArea"></div></div></div></div></div></div></div><div id="uds-searchClearResults" class="gsc-clear-button" style="display: none;"> </div></div><div class="widget Blog" data-version="1" id="Blog1">
+<div class="blog-posts hfeed">
+
+ <div class="date-outer">
+
+<h2 class="date-header"><span>06 December 2016</span></h2>
+
+ <div class="date-posts">
+
+<div class="post-outer">
+<div class="post hentry" itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
+<a name="2701400044422363572"></a>
+<h3 class="post-title entry-title" itemprop="name">
+Saving Data: Reducing the size of App Updates by 65%
+</h3>
+<div class="post-header">
+<div class="post-header-line-1"></div>
+</div>
+<div class="post-body entry-content" id="post-body-2701400044422363572" itemprop="articlesBody">
+<p>
+<em>Posted by Andrew Hayden, Software Engineer on Google Play</em>
+</p>
+<p>
+Android users are downloading tens of billions of apps and games on Google Play.
+ We're also seeing developers update their apps frequently in order to provide
+users with great content, improve security, and enhance the overall user
+experience. It takes a lot of data to download these updates and we know users
+care about how much data their devices are using. Earlier this year, we
+announced that we started using <a href="https://android-developers.blogspot.com/2016/07/improvements-for-smaller-app-downloads.html">the
+bsdiff algorithm</a> <a href="https://android-developers.blogspot.com/2016/07/improvements-for-smaller-app-downloads.html">(by
+Colin Percival)</a>. Using bsdiff, we were able to reduce the size of app
+updates on average by 47% compared to the full APK size.
+</p>
+<p>
+Today, we're excited to share a new approach that goes further — <strong><a href="https://github.com/andrewhayden/archive-patcher/blob/master/README.md">File-by-File
+patching</a></strong>. App Updates using File-by-File patching are, <strong>on average,</strong>
+<strong>65% smaller than the full app</strong>, and in some cases more than 90%
+smaller.
+</p>
+<p>
+The savings, compared to our previous approach, add up to 6 petabytes of user
+data saved per day!
+</p>
+<p>
+In order to get the new version of the app, Google Play sends your device a
+patch that describes the <em>differences</em> between the old and new versions
+of the app.
+</p>
+<p>
+Imagine you are an author of a book about to be published, and wish to change a
+single sentence - it's much easier to tell the editor which sentence to change
+and what to change, rather than send an entirely new book. In the same way,
+patches are much smaller and much faster to download than the entire APK.
+</p>
+<p>
+<strong><span style="text-decoration:underline;">Techniques used in File-by-File
+patching </span></strong>
+</p>
+<p>
+Android apps are packaged as APKs, which are ZIP files with special conventions.
+Most of the content within the ZIP files (and APKs) is compressed using a
+technology called <a href="https://en.wikipedia.org/w/index.php?title=DEFLATE&amp;oldid=735386036">Deflate</a>.
+Deflate is really good at compressing data but it has a drawback: it makes
+identifying changes in the original (uncompressed) content really hard. Even a
+tiny change to the original content (like changing one word in a book) can make
+the compressed output of deflate look <em>completely different</em>. Describing
+the differences between the <em>original</em> content is easy, but describing
+the differences between the <em>compressed</em> content is so hard that it leads
+to inefficient patches.
+</p>
+<p>
+Watch how much the compressed text on the right side changes from a one-letter
+change in the uncompressed text on the left:
+</p>
+<div class="separator" style="clear: both; text-align: center;"><a href="https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/s1600/ipsum-opsum.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img src="https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/s640/ipsum-opsum.gif" width="640" height="105" border="0" /></a></div>
+<p>
+File-by-File therefore is based on detecting changes in the uncompressed data.
+To generate a patch, we first decompress both old and new files before computing
+the delta (we still use bsdiff here). Then to apply the patch, we decompress the
+old file, apply the delta to the uncompressed content and then recompress the
+new file. In doing so, we need to make sure that the APK on your device is a
+perfect match, byte for byte, to the one on the Play Store (see <a href="https://source.android.com/security/apksigning/v2.html">APK Signature
+Schema v2 </a>for why).
+</p>
+<p>
+When recompressing the new file, we hit two complications. First, Deflate has a
+number of settings that affect output; and we don't know which settings were
+used in the first place. Second, many versions of deflate exist and we need to
+know whether the version on your device is suitable.
+</p>
+<p>
+Fortunately, after analysis of the apps on the Play Store, we've discovered that
+recent and compatible versions of deflate based on zlib (the most popular
+deflate library) account for almost all deflated content in the Play Store. In
+addition, the default settings (level=6) and maximum compression settings
+(level=9) are the only settings we encountered in practice.
+</p>
+<p>
+Knowing this, we can detect and reproduce the original deflate settings. This
+makes it possible to uncompress the data, apply a patch, and then recompress the
+data back to <em>exactly the same bytes</em> as originally uploaded.
+</p>
+<p>
+However, there is one trade off; extra processing power is needed on the device.
+On modern devices (e.g. from 2015), recompression can take a little over a
+second per megabyte and on older or less powerful devices it can be longer.
+Analysis so far shows that, on average, if the patch size is halved then the
+time spent applying the patch (which for File-by-File includes recompression) is
+doubled.
+</p>
+<p>
+For now, we are limiting the use of this new patching technology to auto-updates
+only, i.e. the updates that take place in the background, usually at night when
+your phone is plugged into power and you're not likely to be using it. This
+ensures that users won't have to wait any longer than usual for an update to
+finish when manually updating an app.
+</p>
+<p>
+<strong><span style="text-decoration:underline;">How effective is File-by-File
+Patching?</span></strong>
+</p>
+<p>
+Here are examples of app updates already using File-by-File Patching:
+</p>
+<div dir="ltr" style="text-align: left;" trbidi="on">
+<div dir="ltr" style="line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;">
+<br /></div>
+<div dir="ltr" style="margin-left: 0pt;">
+<table style="border-collapse: collapse; border: none;"><colgroup><col width="142" /><col width="102" /><col width="176" /><col width="176" /></colgroup><tbody>
+<tr style="height: 0px;"><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Application</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Original Size</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Previous (BSDiff) Patch Size</span></div>
+<div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">(% vs original)</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">File-by-File Patch Size (% vs original)</span></div>
+</td></tr>
+<tr style="height: 0px;"><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;">
+<a href="https://play.google.com/store/apps/details?id=com.king.farmheroessupersaga&amp;hl=en" style="text-decoration: none;"><span style="background-color: transparent; color: #1155cc; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">Farm Heroes Super Saga</span></a></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">71.1 MB</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">13.4 MB (-81%)</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">8.0 MB (-89%)</span></div>
+</td></tr>
+<tr style="height: 0px;"><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;">
+<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.maps" style="text-decoration: none;"><span style="background-color: transparent; color: #1155cc; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">Google Maps</span></a></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">32.7 MB</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">17.5 MB (-46%)</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">9.6 MB (-71%)</span></div>
+</td></tr>
+<tr style="height: 0px;"><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;">
+<a href="https://play.google.com/store/apps/details?id=com.google.android.gm" style="text-decoration: none;"><span style="background-color: transparent; color: #1155cc; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">Gmail</span></a></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">17.8 MB</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">7.6 MB (-57%)</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">7.3 MB (-59%)</span></div>
+</td></tr>
+<tr style="height: 0px;"><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;">
+<a href="https://play.google.com/store/apps/details?id=com.google.android.tts" style="text-decoration: none;"><span style="background-color: transparent; color: #1155cc; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">Google TTS</span></a></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">18.9 MB</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">17.2 MB (-9%)</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">13.1 MB (-31%)</span></div>
+</td></tr>
+<tr style="height: 0px;"><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;">
+<a href="https://play.google.com/store/apps/details?id=com.amazon.kindle" style="text-decoration: none;"><span style="background-color: transparent; color: #1155cc; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">Kindle</span></a></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">52.4 MB</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">19.1 MB (-64%)</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">8.4 MB (-84%)</span></div>
+</td></tr>
+<tr style="height: 0px;"><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 7px 7px 7px 7px; vertical-align: top;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;">
+<a href="https://play.google.com/store/apps/details?id=com.netflix.mediaclient" style="text-decoration: none;"><span style="background-color: transparent; color: #1155cc; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: underline; vertical-align: baseline; white-space: pre-wrap;">Netflix</span></a></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">16.2 MB</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">7.7 MB (-52%)</span></div>
+</td><td style="border-bottom: solid #000000 1px; border-left: solid #000000 1px; border-right: solid #000000 1px; border-top: solid #000000 1px; padding: 3px 3px 3px 3px; vertical-align: bottom;"><div dir="ltr" style="line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;">
+<span style="background-color: transparent; color: black; font-family: roboto; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">1.2 MB (-92%)</span></div>
+</td></tr>
+</tbody></table>
+</div>
+<span id="docs-internal-guid-de7f0210-d587-05da-d332-146959aa303f"></span><br />
+<div dir="ltr" style="line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;">
+<br /></div>
+</div>
+<em>Disclaimer: if you see different patch sizes when you press "update"
+manually, that is because we are not currently using File-by-file for
+interactive updates, only those done in the background.</em>
+<p>
+<strong><span style="text-decoration:underline;">Saving data and making our
+users (&amp; developers!) happy</span></strong>
+</p>
+<p>
+These changes are designed to ensure our community of over a billion Android
+users use as little data as possible for regular app updates. The best thing is
+that as a developer you don't need to do anything. You get these reductions to
+your update size for free!
+</p>
+
+<p>
+If you'd like to know more about File-by-File patching, including the technical
+details, head over to the <a href="https://github.com/andrewhayden/archive-patcher">Archive Patcher GitHub
+project</a> where you can find information, including the source code. Yes,
+File-by-File patching is completely open-source!
+</p>
+<p>
+As a developer if you're interested in reducing your APK size still further,
+here are some <a href="https://developer.android.com/topic/performance/reduce-apk-size.html?utm_campaign=android_discussion_filebyfile_120616&amp;utm_source=anddev&amp;utm_medium=blog">general
+tips on reducing APK size</a>.
+</p>
+<div class="separator" style="clear: both; text-align: center;"><a href="https://2.bp.blogspot.com/-5aRh1dM6Unc/WEcNs55RGhI/AAAAAAAADnI/tzr_oOJjZwgWd9Vu25ydY0UwB3eXKupXwCLcB/s1600/image01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img src="https://2.bp.blogspot.com/-5aRh1dM6Unc/WEcNs55RGhI/AAAAAAAADnI/tzr_oOJjZwgWd9Vu25ydY0UwB3eXKupXwCLcB/s200/image01.png" width="191" height="200" border="0" /></a></div>
+<span itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person">
+<meta content="https://plus.google.com/116899029375914044550" itemprop="url" />
+</span>
+<div style="clear: both;"></div>
+</div>
+<div class="post-footer">
+<div class="post-footer-line post-footer-line-1"><span class="post-author vcard">
+Posted by
+<span class="fn">
+<a href="https://www.blogger.com/profile/08588467489110681140" itemprop="author" rel="author" title="author profile">
+Android Developers
+</a>
+</span>
+</span>
+<span class="post-icons">
+</span>
+<span class="post-timestamp">
+at
+<a class="timestamp-link" href="https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html" itemprop="url" rel="bookmark" title="permanent link"><abbr class="published" itemprop="datePublished" title="2016-12-06T12:06:00-08:00">12:06 PM</abbr></a>
+</span>
+<span class="post-backlinks post-comment-link">
+</span>
+</div>
+<div class="post-footer-line post-footer-line-2"><span class="post-labels">
+Labels:
+<a href="https://android-developers.googleblog.com/search/label/%E2%80%98Google%20Play" rel="tag">‘Google Play</a>,
+<a href="https://android-developers.googleblog.com/search/label/Android%20Developer" rel="tag">Android Developer</a>,
+<a href="https://android-developers.googleblog.com/search/label/Develop" rel="tag">Develop</a>,
+<a href="https://android-developers.googleblog.com/search/label/Featured" rel="tag">Featured</a>,
+<a href="https://android-developers.googleblog.com/search/label/Google%20Play" rel="tag">Google Play</a>,
+<a href="https://android-developers.googleblog.com/search/label/GooglePlay" rel="tag">GooglePlay</a>
+</span>
+</div>
+<div class="post-footer-line post-footer-line-3"></div>
+</div>
+</div>
+<div class="comments" id="comments">
+<a name="comments"></a>
+<div id="backlinks-container">
+<div id="Blog1_backlinks-container"><a name="links"></a><h4>Links to this post</h4>
+<p class="comment-footer">
+<a class="comment-link" href="https://www.blogger.com/blog-this.g" id="Blog1_backlinks-create-link" target="_blank">Create a Link</a>
+</p>
+</div>
+</div>
+</div>
+</div>
+
+ </div></div>
+
+</div>
+<div class="blog-pager" id="blog-pager">
+<span id="blog-pager-newer-link">
+<a class="blog-pager-newer-link" href="https://android-developers.googleblog.com/2016/12/watch-sessions-from-the-playtime-2016-events-to-learn-how-to-succeed-on-android-and-google-play.html" id="Blog1_blog-pager-newer-link" title="Newer Post">Newer Post</a>
+</span>
+<span id="blog-pager-older-link">
+<a class="blog-pager-older-link" href="https://android-developers.googleblog.com/2016/12/welcoming-android-711-nougat.html" id="Blog1_blog-pager-older-link" title="Older Post">Older Post</a>
+</span>
+<a class="home-link" href="https://android-developers.googleblog.com/">Home</a>
+</div>
+<div class="clear"></div>
+<div class="post-feeds">
+</div>
+<script type="text/javascript">window.___gcfg = {'lang': 'en'};</script>
+</div></div>
+</div>
+</div>
+<div class="column-left-outer">
+<div class="column-left-inner">
+<aside>
+<div class="sidebar section" id="sidebar-left-1"><div class="widget Image" data-version="1" id="Image1">
+<h2>​ </h2>
+<div class="widget-content">
+<a href="http://developer.android.com">
+<img alt="​ " id="Image1_img" src="//4.bp.blogspot.com/-WYc90ytWu_o/VXDbFwMO3DI/AAAAAAAABxA/GFg2ZfIgeMw/s1600/backtodac.png" width="160" height="36" />
+</a>
+<br />
+</div>
+<div class="clear"></div>
+<span class="widget-item-control">
+<span class="item-control blog-admin">
+<a class="quickedit" href="//www.blogger.com/rearrange?blogID=6755709643044947179&amp;widgetType=Image&amp;widgetId=Image1&amp;action=editWidget&amp;sectionId=sidebar-left-1" onclick='return _WidgetManager._PopupConfig(document.getElementById("Image1"));' target="configImage1" title="Edit">
+<img alt="" src="https://resources.blogblog.com/img/icon18_wrench_allbkg.png" width="18" height="18" />
+</a>
+</span>
+</span>
+<div class="clear"></div>
+</div><div class="widget CustomSearch" data-version="1" id="CustomSearch1">
+<h2 class="title">Search</h2>
+<div class="widget-content">
+<div id="CustomSearch1_form"><form class="gsc-search-box" accept-charset="utf-8"><table class="gsc-search-box" cellspacing="0" cellpadding="0"><tbody><tr><td class="gsc-input"><input autocomplete="off" size="10" class=" gsc-input" name="search" title="search" type="text" /><input name="bgresponse" id="bgresponse" type="hidden" /></td><td class="gsc-search-button"><input value="Search" class="gsc-search-button" title="search" type="submit" /></td></tr></tbody></table><table class="gsc-branding" cellspacing="0" cellpadding="0"><tbody><tr style="display: none;"><td class="gsc-branding-user-defined"></td><td class="gsc-branding-text"><div class="gsc-branding-text">powered by</div></td><td class="gsc-branding-img-noclear"><img src="https://www.google.com/uds/css/small-logo.png" class="gsc-branding-img-noclear" /></td></tr></tbody></table></form></div>
+</div>
+<style type="text/css">
+ #uds-searchControl .gs-result .gs-title,
+ #uds-searchControl .gs-result .gs-title *,
+ #uds-searchControl .gsc-results .gsc-trailing-more-results,
+ #uds-searchControl .gsc-results .gsc-trailing-more-results * {
+ color:#258aaf;
+ }
+
+ #uds-searchControl .gs-result .gs-title a:visited,
+ #uds-searchControl .gs-result .gs-title a:visited * {
+ color:#258aaf;
+ }
+
+ #uds-searchControl .gs-relativePublishedDate,
+ #uds-searchControl .gs-publishedDate {
+ color: #000000;
+ }
+
+ #uds-searchControl .gs-result a.gs-visibleUrl,
+ #uds-searchControl .gs-result .gs-visibleUrl {
+ color: #258aaf;
+ }
+
+ #uds-searchControl .gsc-results {
+ border-color: #eeeeee;
+ background-color: transparent;
+ }
+
+ #uds-searchControl .gsc-tabhActive {
+ border-color: #eeeeee;
+ border-top-color: #eeeeee;
+ background-color: transparent;
+ color: #666666;
+ }
+
+ #uds-searchControl .gsc-tabhInactive {
+ border-color: #eeeeee;
+ background-color: transparent;
+ color: #258aaf;
+ }
+
+ #uds-searchClearResults {
+ border-color: #eeeeee;
+ }
+
+ #uds-searchClearResults:hover {
+ border-color: #eeeeee;
+ }
+
+ #uds-searchControl .gsc-cursor-page {
+ color: #258aaf;
+ }
+
+ #uds-searchControl .gsc-cursor-current-page {
+ color: #666666;
+ }
+ </style>
+<div class="clear"></div>
+<span class="widget-item-control">
+<span class="item-control blog-admin">
+<a class="quickedit" href="//www.blogger.com/rearrange?blogID=6755709643044947179&amp;widgetType=CustomSearch&amp;widgetId=CustomSearch1&amp;action=editWidget&amp;sectionId=sidebar-left-1" onclick='return _WidgetManager._PopupConfig(document.getElementById("CustomSearch1"));' target="configCustomSearch1" title="Edit">
+<img alt="" src="https://resources.blogblog.com/img/icon18_wrench_allbkg.png" width="18" height="18" />
+</a>
+</span>
+</span>
+<div class="clear"></div>
+</div><div class="widget BlogArchive" data-version="1" id="BlogArchive1">
+<h2>Archive</h2>
+<div class="widget-content">
+<div id="ArchiveList">
+<div id="BlogArchive1_ArchiveList">
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2017-01-01T00:00:00-08:00&amp;updated-max=2018-01-01T00:00:00-08:00&amp;max-results=11">
+2017
+</a>
+<span class="post-count" dir="ltr">(11)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2017_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(11)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate expanded">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy toggle-open">
+
+ ▼ 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2016-01-01T00:00:00-08:00&amp;updated-max=2017-01-01T00:00:00-08:00&amp;max-results=50">
+2016
+</a>
+<span class="post-count" dir="ltr">(136)</span>
+<ul class="hierarchy">
+<li class="archivedate expanded">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy toggle-open">
+
+ ▼ 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(17)</span>
+<ul class="posts">
+<li><a href="https://android-developers.googleblog.com/2016/12/introducing-the-exifinterface-support-library.html">Introducing the ExifInterface Support Library</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/get-the-guide-to-finding-success-in-new-markets-on-google-play.html">Get the guide to finding success in new markets on...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/start-building-actions-on-google.html">Start building Actions on Google</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/important-best-practices-to-improve-app-engagement.html">Best practices to improve app engagement</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/games-authentication-adopting-google.html">Games authentication adopting Google Sign-In API</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/four-tips-for-startup-success-from-a-silicon-valley-vc.html">Four tips for startup success from a Silicon Valle...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/get-a-glimpse-of-wear-2-0s-upcoming-standalone-apps.html">Get a glimpse of Wear 2.0’s upcoming standalone ap...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/tips-to-be-better-found-and-discovered-on-google-play.html">Tips to be better found and discovered on Google P...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/android-wear-2-0-for-china-developer-preview.html">Android Wear 2.0 for China - Developer Preview</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/android-wear-2-0-developer-preview-4-authentication-in-app-billing-and-more.html">Android Wear 2.0 Developer Preview 4: Authenticati...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/announcing-googles-new-internet-of-things-platform-with-weave-and-android-things.html">Announcing updates to Google’s Internet of Things ...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/five-steps-to-achieve-sustainable-growth-and-boost-your-apps-long-term-success.html">Five steps to achieve sustainable growth and boost...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/how-augmented-reality-helps-you-buy-furniture-and-capture-pokemon.html">How augmented reality helps you buy furniture and ...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/watch-sessions-from-the-playtime-2016-events-to-learn-how-to-succeed-on-android-and-google-play.html">Watch sessions from the Playtime 2016 events to le...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html">Saving Data: Reducing the size of App Updates by 6...</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/welcoming-android-711-nougat.html">Welcoming Android 7.1.1 Nougat</a></li>
+<li><a href="https://android-developers.googleblog.com/2016/12/indie-game-developers-in-latin-america-sustain-growth-after-launch-on-google-play.html">Indie game developers in Latin America sustain gro...</a></li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(16)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(9)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(6)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(7)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_07_01_archive.html">
+July
+</a>
+<span class="post-count" dir="ltr">(12)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(14)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(16)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_04_01_archive.html">
+April
+</a>
+<span class="post-count" dir="ltr">(14)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2016_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(9)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2015-01-01T00:00:00-08:00&amp;updated-max=2016-01-01T00:00:00-08:00&amp;max-results=50">
+2015
+</a>
+<span class="post-count" dir="ltr">(130)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(9)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(13)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(20)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(15)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(13)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_07_01_archive.html">
+July
+</a>
+<span class="post-count" dir="ltr">(9)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(10)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_04_01_archive.html">
+April
+</a>
+<span class="post-count" dir="ltr">(10)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(12)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2015_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2014-01-01T00:00:00-08:00&amp;updated-max=2015-01-01T00:00:00-08:00&amp;max-results=50">
+2014
+</a>
+<span class="post-count" dir="ltr">(73)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(9)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(13)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(11)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(6)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_07_01_archive.html">
+July
+</a>
+<span class="post-count" dir="ltr">(9)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(10)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(4)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(4)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2014_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2013-01-01T00:00:00-08:00&amp;updated-max=2014-01-01T00:00:00-08:00&amp;max-results=48">
+2013
+</a>
+<span class="post-count" dir="ltr">(48)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(7)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_07_01_archive.html">
+July
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(4)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(9)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_04_01_archive.html">
+April
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2013_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2012-01-01T00:00:00-08:00&amp;updated-max=2013-01-01T00:00:00-08:00&amp;max-results=41">
+2012
+</a>
+<span class="post-count" dir="ltr">(41)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(1)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(1)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_07_01_archive.html">
+July
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(1)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_04_01_archive.html">
+April
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2012_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2011-01-01T00:00:00-08:00&amp;updated-max=2012-01-01T00:00:00-08:00&amp;max-results=50">
+2011
+</a>
+<span class="post-count" dir="ltr">(68)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(7)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(7)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_07_01_archive.html">
+July
+</a>
+<span class="post-count" dir="ltr">(7)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_04_01_archive.html">
+April
+</a>
+<span class="post-count" dir="ltr">(6)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2011_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(4)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2010-01-01T00:00:00-08:00&amp;updated-max=2011-01-01T00:00:00-08:00&amp;max-results=50">
+2010
+</a>
+<span class="post-count" dir="ltr">(72)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(4)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(7)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(6)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_07_01_archive.html">
+July
+</a>
+<span class="post-count" dir="ltr">(10)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(11)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(11)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_04_01_archive.html">
+April
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2010_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2009-01-01T00:00:00-08:00&amp;updated-max=2010-01-01T00:00:00-08:00&amp;max-results=50">
+2009
+</a>
+<span class="post-count" dir="ltr">(63)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(7)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_07_01_archive.html">
+July
+</a>
+<span class="post-count" dir="ltr">(1)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_04_01_archive.html">
+April
+</a>
+<span class="post-count" dir="ltr">(12)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2009_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2008-01-01T00:00:00-08:00&amp;updated-max=2009-01-01T00:00:00-08:00&amp;max-results=40">
+2008
+</a>
+<span class="post-count" dir="ltr">(40)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(1)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_10_01_archive.html">
+October
+</a>
+<span class="post-count" dir="ltr">(4)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_09_01_archive.html">
+September
+</a>
+<span class="post-count" dir="ltr">(6)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_08_01_archive.html">
+August
+</a>
+<span class="post-count" dir="ltr">(4)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_06_01_archive.html">
+June
+</a>
+<span class="post-count" dir="ltr">(1)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_05_01_archive.html">
+May
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_04_01_archive.html">
+April
+</a>
+<span class="post-count" dir="ltr">(4)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_03_01_archive.html">
+March
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_02_01_archive.html">
+February
+</a>
+<span class="post-count" dir="ltr">(2)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2008_01_01_archive.html">
+January
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/search?updated-min=2007-01-01T00:00:00-08:00&amp;updated-max=2008-01-01T00:00:00-08:00&amp;max-results=8">
+2007
+</a>
+<span class="post-count" dir="ltr">(8)</span>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2007_12_01_archive.html">
+December
+</a>
+<span class="post-count" dir="ltr">(3)</span>
+</li>
+</ul>
+<ul class="hierarchy">
+<li class="archivedate collapsed">
+<a class="toggle" href="javascript:void(0)">
+<span class="zippy">
+
+ ► 
+
+</span>
+</a>
+<a class="post-count-link" href="https://android-developers.googleblog.com/2007_11_01_archive.html">
+November
+</a>
+<span class="post-count" dir="ltr">(5)</span>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<div class="clear"></div>
+<span class="widget-item-control">
+<span class="item-control blog-admin">
+<a class="quickedit" href="//www.blogger.com/rearrange?blogID=6755709643044947179&amp;widgetType=BlogArchive&amp;widgetId=BlogArchive1&amp;action=editWidget&amp;sectionId=sidebar-left-1" onclick='return _WidgetManager._PopupConfig(document.getElementById("BlogArchive1"));' target="configBlogArchive1" title="Edit">
+<img alt="" src="https://resources.blogblog.com/img/icon18_wrench_allbkg.png" width="18" height="18" />
+</a>
+</span>
+</span>
+<div class="clear"></div>
+</div>
+</div><div class="widget HTML" data-version="1" id="HTML1">
+<h2 class="title">Community</h2>
+<div class="widget-content">
+<!-- Place this tag in the <head> of your document -->
+<script type="text/javascript">
+window.___gcfg = {lang: 'en'};
+(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>
+
+<!-- Place this tag where you want the badge to render -->
+<div style="text-indent: 0px; margin: 0px; padding: 0px; background: transparent none repeat scroll 0% 0%; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; display: inline-block; width: 170px; height: 85px;" id="___plus_0"><iframe ng-non-bindable="" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="position: static; top: 0px; width: 170px; margin: 0px; border-style: none; left: 0px; visibility: visible; height: 85px;" tabindex="0" vspace="0" id="I0_1485775685158" name="I0_1485775685158" src="https://apis.google.com/u/0/_/widget/render/badge?usegapi=1&amp;width=170&amp;height=131&amp;theme=light&amp;hl=en&amp;origin=https%3A%2F%2Fandroid-developers.googleblog.com&amp;url=https%3A%2F%2Fplus.google.com%2F108967384991768947849%3Frel%3Dpublisher&amp;gsrc=3p&amp;ic=1&amp;jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en_GB.oDaXKax7Lmc.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCP-QWj14-CfU2w6doKmOqTwfM2Hig#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&amp;id=I0_1485775685158&amp;parent=https%3A%2F%2Fandroid-developers.googleblog.com&amp;pfname=&amp;rpctoken=41542600" data-gapiattached="true" title="+Badge" frameborder="0" width="100%"></iframe></div>
+
+<p>
+<a href="http://android-developers.blogspot.com/atom.xml"><img src="//www.google.com/images/feed-icon.gif" /></a> <a href="http://android-developers.blogspot.com/atom.xml">Subscribe</a>
+
+<br />
+
+<a href="http://feeds.feedburner.com/blogspot/hsDu"><img style="border:0; margin: 7px 0 0 0; vertical-align: top;" alt="Feed subscriber count" src="https://lh3.googleusercontent.com/proxy/6eDGde9GqU8gdSDBsk61c4dikCGa8zbyPVUOl0aRchtp2Dyu30v4Y-Jwh8RQhtStCB5g0iIxltBTr4S5xV0-5kvciEQ8bwF7H6nRVTUe-Z0hqk7EStALd-7iboI=s0-d" width="88" height="26" /></a></p>
+</div>
+<div class="clear"></div>
+<span class="widget-item-control">
+<span class="item-control blog-admin">
+<a class="quickedit" href="//www.blogger.com/rearrange?blogID=6755709643044947179&amp;widgetType=HTML&amp;widgetId=HTML1&amp;action=editWidget&amp;sectionId=sidebar-left-1" onclick='return _WidgetManager._PopupConfig(document.getElementById("HTML1"));' target="configHTML1" title="Edit">
+<img alt="" src="https://resources.blogblog.com/img/icon18_wrench_allbkg.png" width="18" height="18" />
+</a>
+</span>
+</span>
+<div class="clear"></div>
+</div></div>
+</aside>
+</div>
+</div>
+<div class="column-right-outer">
+<div class="column-right-inner">
+<aside>
+</aside>
+</div>
+</div>
+</div>
+<div style="clear: both"></div>
+<!-- columns -->
+</div>
+<!-- main -->
+</div>
+</div>
+<div class="main-cap-bottom cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+<footer>
+<div class="footer-outer">
+<div class="footer-cap-top cap-top">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+<div class="fauxborder-left footer-fauxborder-left">
+<div class="fauxborder-right footer-fauxborder-right"></div>
+<div class="region-inner footer-inner">
+<div class="foot no-items section" id="footer-1"></div>
+<!-- outside of the include in order to lock Attribution widget -->
+<div class="foot section" id="footer-3"><div class="widget Attribution" data-version="1" id="Attribution1">
+<div class="widget-content" style="text-align: center;">
+Powered by <a href="https://www.blogger.com" target="_blank">Blogger</a>.
+</div>
+<div class="clear"></div>
+<span class="widget-item-control">
+<span class="item-control blog-admin">
+<a class="quickedit" href="//www.blogger.com/rearrange?blogID=6755709643044947179&amp;widgetType=Attribution&amp;widgetId=Attribution1&amp;action=editWidget&amp;sectionId=footer-3" onclick='return _WidgetManager._PopupConfig(document.getElementById("Attribution1"));' target="configAttribution1" title="Edit">
+<img alt="" src="https://resources.blogblog.com/img/icon18_wrench_allbkg.png" width="18" height="18" />
+</a>
+</span>
+</span>
+<div class="clear"></div>
+</div></div>
+</div>
+</div>
+<div class="footer-cap-bottom cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+</footer>
+<!-- content -->
+</div>
+</div>
+<div class="content-cap-bottom cap-bottom">
+<div class="cap-left"></div>
+<div class="cap-right"></div>
+</div>
+</div>
+</div>
+<script type="text/javascript">
+ window.setTimeout(function() {
+ document.body.className = document.body.className.replace('loading', '');
+ }, 10);
+ </script>
+<script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-5831155-1']);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script');
+ ga.type = 'text/javascript';
+ ga.async = true;
+ ga.src = (document.location.protocol == 'https:' ?
+ 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+<script type="text/javascript">
+ $("pre:not(.no-pretty-print)").addClass("prettyprint");
+ prettyPrint();
+</script>
+
+
+<!-- 'Het is jouw verantwoordelijkheid om je bezoekers te laten weten dat je cookies gebruikt op je blog. Zie http://www.blogger.com/go/cookiechoices voor meer informatie.' -->
+<script src="/js/cookiechoices.js" defer="defer"></script>
+<script>
+ document.addEventListener('DOMContentLoaded', function(event) {
+ window.cookieChoices &amp;&amp; cookieChoices.showCookieConsentBar &amp;&amp; cookieChoices.showCookieConsentBar(
+ (window.cookieOptions &amp;&amp; cookieOptions.msg) || 'Deze site gebruikt cookies van Google om services te leveren, advertenties te personaliseren en verkeer te analyseren. Informatie over je gebruik van deze site wordt gedeeld met Google. Als je deze site gebruikt, ga je akkoord met het gebruik van cookies.',
+ (window.cookieOptions &amp;&amp; cookieOptions.close) || 'Ik snap het',
+ (window.cookieOptions &amp;&amp; cookieOptions.learn) || 'Meer informatie',
+ (window.cookieOptions &amp;&amp; cookieOptions.link) || 'https://www.blogger.com/go/blogspot-cookies');
+ });
+</script>
+
+
+<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1402174469-widgets.js"></script>
+<script type="text/javascript" src="https://apis.google.com/js/plusone.js" gapi_processed="true"></script>
+<script type="text/javascript" src="//www.google.com/jsapi"></script>
+<script type="text/javascript">
+window['__wavt'] = 'AOuZoY5l4X35A238Tm4EK1tT_Jl9HhT9Mg:1485775684055';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d6755709643044947179','//android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html','6755709643044947179');
+_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '6755709643044947179', 'bloggerUrl': 'https://www.blogger.com', 'title': 'Android Developers Blog', 'pageType': 'item', 'postId': '2701400044422363572', 'url': 'https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html', 'canonicalUrl': 'https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html', 'homepageUrl': 'https://android-developers.googleblog.com/', 'searchUrl': 'https://android-developers.googleblog.com/search', 'canonicalHomepageUrl': 'https://android-developers.googleblog.com/', 'blogspotFaviconUrl': 'https://android-developers.googleblog.com/favicon.ico', 'hasCustomDomain': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': 'UA-5831155-1', 'useUniversalAnalytics': false, 'pageName': 'Saving Data: Reducing the size of App Updates by 65%', 'pageTitle': 'Android Developers Blog: Saving Data: Reducing the size of App Updates by 65%', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'languageDirection': 'ltr', 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Android Developers Blog - Atom\x22 href\x3d\x22https://android-developers.googleblog.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Android Developers Blog - RSS\x22 href\x3d\x22https://android-developers.googleblog.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Android Developers Blog - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/6755709643044947179/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Android Developers Blog - Atom\x22 href\x3d\x22https://android-developers.googleblog.com/feeds/2701400044422363572/comments/default\x22 /\x3e\n', 'meTag': '', 'openIdOpTag': '', 'postImageThumbnailUrl': 'https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/s72-c/ipsum-opsum.gif', 'postImageUrl': 'https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/s640/ipsum-opsum.gif', 'mobileHeadScript': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'ieCssRetrofitLinks': '\x3c!--[if IE]\x3e\x3cscript type\x3d\x22text/javascript\x22 src\x3d\x22https://www.blogger.com/static/v1/jsbin/3032875878-ieretrofit.js\x22\x3e\x3c/script\x3e\n\x3c![endif]--\x3e', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/3e7cf79fb5633dcb', 'plusOneApiSrc': 'https://apis.google.com/js/plusone.js', 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Google+', 'key': 'googlePlus', 'shareMessage': 'Share to Google+', 'target': 'googleplus'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'googlePlusShareButtonWidth': 300, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}}}, {'name': 'features', 'data': {'widgetVisibility': true}}, {'name': 'messages', 'data': {'linkCopiedToClipboard': 'Link copied to clipboard!', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Saving Data: Reducing the size of App Updates by 65%', 'description': ' Posted by Andrew Hayden, Software Engineer on Google Play Android users are downloading tens of billions of apps and games on Google Pla...', 'featuredImage': 'https://2.bp.blogspot.com/-chCZZinlUTg/WEcxvJo9gdI/AAAAAAAADnk/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB/s640/ipsum-opsum.gif', 'url': 'https://android-developers.googleblog.com/2016/12/saving-data-reducing-the-size-of-app-updates-by-65-percent.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isSearch': false, 'isLabelSearch': false, 'postId': 2701400044422363572}}]);
+_WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', null, document.getElementById('Navbar1'), {}, 'displayModeFull'));
+_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', null, document.getElementById('Header1'), {}, 'displayModeFull'));
+_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', null, document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'showBacklinks': true, 'postId': '2701400044422363572', 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1375401262-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/368954415-lightbox_bundle.css'}, 'displayModeFull'));
+_WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image1', 'sidebar-left-1', null, document.getElementById('Image1'), {'resize': false}, 'displayModeFull'));
+_WidgetManager._RegisterWidget('_CustomSearchView', new _WidgetInfo('CustomSearch1', 'sidebar-left-1', null, document.getElementById('CustomSearch1'), {'title': 'Search', 'includeBlog': true, 'includePostLinks': false, 'includeWeb': false, 'linkLists': [], 'blogUrl': 'https://android-developers.googleblog.com/', 'loadingMsg': 'Loading...', 'thisBlogMsg': 'This Blog', 'linkedFromHereMsg': 'Linked From Here', 'theWebMsg': 'The Web', 'backgroundColor': 'transparent', 'textColor': '#666666', 'dateColor': '#000000', 'linkColor': '#258aaf', 'urlColor': '#258aaf', 'visitedLinkColor': '#258aaf', 'borderColor': '#eeeeee', 'activeBorderColor': '#eeeeee', 'cse_ua': true}, 'displayModeFull'));
+_WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-left-1', null, document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull'));
+_WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-left-1', null, document.getElementById('HTML1'), {}, 'displayModeFull'));
+_WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', null, document.getElementById('Attribution1'), {}, 'displayModeFull'));
+</script>
+
+<div id="cookieChoiceInfo" class="cookie-choices-info singleton-element"><div class="cookie-choices-inner"><span class="cookie-choices-text">Deze site gebruikt cookies van Google om services te leveren, advertenties te personaliseren en verkeer te analyseren. Informatie over je gebruik van deze site wordt gedeeld met Google. Als je deze site gebruikt, ga je akkoord met het gebruik van cookies.</span><span class="cookie-choices-buttons"><a href="https://www.blogger.com/go/blogspot-cookies" target="_blank" class="cookie-choices-button">Meer informatie</a><a id="cookieChoiceDismiss" href="#" class="cookie-choices-button">Ik snap het</a></span></div></div><iframe name="oauth2relay2084943440" id="oauth2relay2084943440" src="https://accounts.google.com/o/oauth2/postmessageRelay?parent=https%3A%2F%2Fandroid-developers.googleblog.com&amp;jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en_GB.oDaXKax7Lmc.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCP-QWj14-CfU2w6doKmOqTwfM2Hig#rpctoken=251594429&amp;forcesecure=1" style="width: 1px; height: 1px; position: absolute; top: -100px;" tabindex="-1" aria-hidden="true"></iframe><link type="text/css" rel="stylesheet" href="https://www.blogger.com/static/v1/v-css/368954415-lightbox_bundle.css" /><script type="text/javascript" src="https://www.blogger.com/static/v1/jsbin/1375401262-lbx.js"></script></body></html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json
new file mode 100644
index 0000000..0ac6816
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json
@@ -0,0 +1,3 @@
+{
+ "ArticleByLine": true
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json
new file mode 100644
index 0000000..3f6b610
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "http:\/\/fakehost\/images\/2015\/03-qgis-map-sm.png",
+ "http:\/\/fakehost\/images\/2015\/03-qgis-query-sm.png",
+ "http:\/\/fakehost\/images\/2015\/03-qgis-simplify-sm.png",
+ "http:\/\/fakehost\/images\/2015\/03-qgis-style-sm.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json
new file mode 100644
index 0000000..584887a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By Nathan Willis\n March 25, 2015",
+ "Direction": null,
+ "Excerpt": "The Arduino has been one of the biggest success stories of the open-hardware movement, but that success does not protect it from internal conflict. In recent months, two of the project's founders have come into conflict about the direction of future efforts—and that conflict has turned into a legal dispute about who owns the rights to the Arduino trademark.",
+ "Image": null,
+ "Title": "LWN.net Weekly Edition for March 26, 2015 [LWN.net]",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html
new file mode 100644
index 0000000..f17b05a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html
@@ -0,0 +1,655 @@
+<div>
+ <td>
+
+ <div>
+ <h2><a href="http://fakehost/Articles/637755/">A trademark battle in the Arduino community</a></h2>
+
+ <p>The <a href="https://en.wikipedia.org/wiki/Arduino">Arduino</a> has been one of the biggest success stories of the open-hardware movement, but that success does not protect it from internal conflict. In recent months, two of the project's founders have come into conflict about the direction of future efforts—and that conflict has turned into a legal dispute about who owns the rights to the Arduino trademark. </p>
+ <p>The current fight is a battle between two companies that both bear the Arduino name: Arduino LLC and Arduino SRL. The disagreements that led to present state of affairs go back a bit further. </p>
+ <p>The Arduino project grew out of 2005-era course work taught at the Interaction Design Institute Ivrea (IDII) in Ivrea, Italy (using <a href="https://en.wikipedia.org/wiki/Processing_(programming_language)">Processing</a>, <a href="https://en.wikipedia.org/wiki/Wiring_%28development_platform%29">Wiring</a>, and pre-existing microcontroller hardware). After the IDII program was discontinued, the open-hardware Arduino project as we know it was launched by Massimo Banzi, David Cuartielles, and David Mellis (who had worked together at IDII), with co-founders Tom Igoe and Gianluca Martino joining shortly afterward. The project released open hardware designs (including full schematics and design files) as well as the microcontroller software to run on the boards and the desktop IDE needed to program it. </p>
+ <p>Arduino LLC was incorporated in 2008 by Banzi, Cuartielles, Mellis, Igoe, and Martino. The company is registered in the United States, and it has continued to design the Arduino product line, develop the software, and run the Arduino community site. The hardware devices themselves, however, were manufactured by a separate company, "Smart Projects SRL," that was founded by Martino. "SRL" is essentially the Italian equivalent of "LLC"—Smart Projects was incorporated in Italy. </p>
+ <p>This division of responsibilities—with the main Arduino project handling everything except for board manufacturing—may seem like an odd one, but it is consistent with Arduino's marketing story. From its earliest days, the designs for the hardware have been freely available, and outside companies were allowed to make Arduino-compatible devices. The project has long run a <a href="http://arduino.cc/en/ArduinoCertified/Products#program">certification
+program</a> for third-party manufacturers interested in using the "Arduino" branding, but allows (and arguably even encourages) informal software and firmware compatibility. </p>
+ <p>The Arduino branding was not formally registered as a trademark in the early days, however. Arduino LLC <a href="http://tsdr.uspto.gov/#caseNumber=3931675&amp;caseType=US_REGISTRATION_NO&amp;searchType=statusSearch">filed</a> to register the US trademark in April 2009, and it was granted in 2011. </p>
+ <p>At this point, the exact events begin to be harder to verify, but the original group of founders reportedly had a difference of opinion about how to license out hardware production rights to other companies. Wired Italy <a href="http://www.wired.it/gadget/computer/2015/02/12/arduino-nel-caos-situazione/">reports</a> that Martino and Smart Projects resisted the other four founders' plans to "internationalize" production—although it is not clear if that meant that Smart Projects disapproved of licensing out <em>any</em> official hardware manufacturing to other companies, or had some other concern. Heise Online <a href="http://www.heise.de/make/meldung/Arduino-gegen-Arduino-Gruender-streiten-um-die-Firma-2549653.html">adds</a> that the conflict seemed to be about moving some production to China. </p>
+ <p>What is clear is that Smart Projects filed a <a href="http://ttabvue.uspto.gov/ttabvue/v?pno=92060077&amp;pty=CAN&amp;eno=1">petition</a> with the US Patent and Trademark Office (USPTO) in October 2014 asking the USPTO to cancel Arduino LLC's trademark on "Arduino." Then, in November 2014, Smart Projects changed its company's name to Arduino SRL. Somewhere around that time, Martino sold off his ownership stake in Smart Projects SRL and new owner Federico Musto was named CEO. </p>
+ <p>Unsurprisingly, Arduino LLC did not care for the petition to the USPTO and, in January 2015, the company filed a trademark-infringement <a href="http://dockets.justia.com/docket/massachusetts/madce/1:2015cv10181/167131">lawsuit</a> against Arduino SRL. Confusing matters further, the re-branded Arduino SRL has set up its own web site using the domain name <tt>arduino.org</tt>, which duplicates most of the site features found on the original Arduino site (<tt>arduino.cc</tt>). That includes both a hardware store and software downloads. </p>
+ <p>Musto, the new CEO of the company now called Arduino SRL, has a bit of a history with Arduino as well. His other manufacturing business had <a href="http://www.eetimes.com/document.asp?doc_id=1263246">collaborated</a> with Arduino LLC on the design and production of the Arduino Yún, which has received some <a href="http://hackaday.com/2015/02/24/is-the-arduino-yun-open-hardware/">criticism</a> for including proprietary components. </p>
+ <p>Hackaday has run a two-part series (in <a href="http://hackaday.com/2015/02/25/arduino-v-arduino/">February</a> and <a href="http://hackaday.com/2015/03/12/arduino-v-arduino-part-ii/">March</a>) digging into the ins and outs of the dispute, including the suggestion that Arduino LLC's recent release of version 1.6.0 of the Arduino IDE was a move intended to block Arduino SRL from hijacking IDE development. Commenter Paul Stoffregen (who was the author of the Heise story above) <a href="http://hackaday.com/2015/02/25/arduino-v-arduino/comment-page-1/#comment-2453084">noted</a> that Arduino SRL recently created a fork of the Arduino IDE on GitHub. </p>
+ <p>Most recently, Banzi broke his silence about the dispute in a <a href="http://makezine.com/2015/03/19/massimo-banzi-fighting-for-arduino">story</a> published at MAKEzine. There, Banzi claims that Martino secretly filed a trademark application on "Arduino" in Italy in 2008 and told none of the other Arduino founders. He also details a series of unpleasant negotiations between the companies, including Smart Projects stopping the royalty payments it had long sent to Arduino LLC for manufacturing devices and re-branding its boards with the Arduino.org URL. </p>
+ <p>Users appear to be stuck in the middle. Banzi says that several retail outlets that claim to be selling "official" Arduino boards are actually paying Arduino SRL, not Arduino LLC, but it is quite difficult to determine which retailers are lined up on which side, since there are (typically) several levels of supplier involved. The two Arduino companies' web sites also disagree about the available hardware, with Arduino.org offering the new <a href="http://arduino.org/products/arduino-zero-pro">Arduino Zero</a> model for sale today and Arduino.cc <a href="http://arduino.cc/en/Main/Products">listing it</a> as "Coming soon." </p>
+ <p>Furthermore, as Hackaday's March story explains, the recently-released Arduino.cc IDE now reports that boards manufactured by Arduino SRL are "uncertified." That warning does not prevent users from programming the other company's hardware, but it will no doubt confuse quite a few users who believe they possess genuine Arduino-manufactured devices. </p>
+ <p>The USPTO page for Arduino SRL's petition notes pre-trial disclosure dates have been set for August and October of 2015 (for Arduino SRL and Arduino LLC, respectively), which suggests that this debate is far from over. Of course, it is always disappointing to observe a falling out between project founders, particularly when the project in question has had such an impact on open-source software and open hardware. </p>
+ <p>One could argue that disputes of this sort are proof that even small projects started among friends need to take legal and intellectual-property issues (such as trademarks) seriously from the very beginning—perhaps Arduino and Smart Projects thought that an informal agreement was all that was necessary in the early days, after all. </p>
+ <p>But, perhaps, once a project becomes profitable, there is simply no way to predict what might happen. Arduino LLC would seem to have a strong case for continual and rigorous use of the "Arduino" trademark, which is the salient point in US trademark law. It could still be a while before the courts rule on either side of that question, however. </p>
+ <p><a href="http://fakehost/Articles/637755/#Comments">Comments (5 posted)</a> </p>
+
+ <h2><a href="http://fakehost/Articles/637533/">Mapping and data mining with QGIS 2.8</a></h2>
+ <p> By <b>Nathan Willis</b>
+ <br>March 25, 2015 </p>
+ <p><a href="http://qgis.org/">QGIS</a> is a free-software geographic information system (GIS) tool; it provides a unified interface in which users can import, edit, and analyze geographic-oriented information, and it can produce output as varied as printable maps or map-based web services. The project recently made its first update to be designated a long-term release (LTR), and that release is both poised for high-end usage and friendly to newcomers alike. </p>
+ <p>The new release is version 2.8, which was unveiled on March&nbsp;2. An official <a href="http://qgis.org/en/site/forusers/visualchangelog28/index.html">change
+log</a> is available on the QGIS site, while the release itself was announced primarily through blog posts (such as <a href="http://anitagraser.com/2015/03/02/qgis-2-8-ltr-has-landed/">this
+post</a> by Anita Graser of the project's steering committee). Downloads are <a href="http://qgis.org/en/site/forusers/download.html">available</a> for a variety of platforms, including packages for Ubuntu, Debian, Fedora, openSUSE, and several other distributions.</p>
+ <p><a href="http://fakehost/Articles/637747/"> <img src="http://fakehost/images/2015/03-qgis-map-sm.png" width="350" height="264" alt="[QGIS main interface]"> </a></p><p>As the name might suggest, QGIS is a Qt application; the latest release will, in fact, build on both Qt4 and Qt5, although the binaries released by the project come only in Qt4 form at present. 2.8 has been labeled a long-term release (LTR)—which, in this case, means that the project has committed to providing backported bug fixes for one full calendar year, and that the 2.8.x series is in permanent feature freeze. The goal, according to the change log, is to provide a stable version suitable for businesses and deployments in other large organizations. The change log itself points out that the development of quite a few new features was underwritten by various GIS companies or university groups, which suggests that taking care of these organizations' needs is reaping dividends for the project. </p>
+ <p>For those new to QGIS (or GIS in general), there is a detailed new-user <a href="http://docs.qgis.org/testing/en/docs/training_manual/">tutorial</a> that provides a thorough walk-through of the data-manipulation, mapping, and analysis functions. Being a new user, I went through the tutorial; although there are a handful of minor differences between QGIS 2.8 and the version used in the text (primarily whether specific features were accessed through a toolbar or right-click menu), on the whole it is well worth the time. </p>
+ <p>QGIS is designed to make short work of importing spatially oriented data sets, mining information from them, and turning the results into a meaningful visualization. Technically speaking, the visualization output is optional: one could simply extract the needed statistics and results and use them to answer some question or, perhaps, publish the massaged data set as a database for others to use. </p>
+ <p>But well-made maps are often the easiest way to illuminate facts about populations, political regions, geography, and many other topics when human comprehension is the goal. QGIS makes importing data from databases, web-mapping services (WMS), and even unwieldy flat-file data dumps a painless experience. It handles converting between a variety of map-referencing systems more or less automatically, and allows the user to focus on finding the useful attributes of the data sets and rendering them on screen. </p>
+ <h4>Here be data</h4>
+ <p>The significant changes in QGIS 2.8 fall into several categories. There are updates to how QGIS handles the mathematical expressions and queries users can use to filter information out of a data set, improvements to the tools used to explore the on-screen map canvas, and enhancements to the "map composer" used to produce visual output. This is on top of plenty of other under-the-hood improvements, naturally.</p>
+ <p><a href="http://fakehost/Articles/637748/"> <img src="http://fakehost/images/2015/03-qgis-query-sm.png" width="300" height="302" alt="[QGIS query builder]"> </a></p><p>In the first category are several updates to the filtering tools used to mine a data set. Generally speaking, each independent data set is added to a QGIS project as its own layer, then transformed with filters to focus in on a specific portion of the original data. For instance, the land-usage statistics for a region might be one layer, while roads and buildings for the same region from OpenStreetMap might be two additional layers. Such filters can be created in several ways: there is a "query builder" that lets the user construct and test expressions on a data layer, then save the results, an SQL console for performing similar queries on a database, and spreadsheet-like editing tools for working directly on data tables. </p>
+ <p>All three have been improved in this release. New are support for <tt>if(condition, true, false)</tt> conditional statements, a set of operations for geometry primitives (e.g., to test whether regions overlap or lines intersect), and an "integer divide" operation. Users can also add comments to their queries to annotate their code, and there is a new <a href="http://nathanw.net/2015/01/19/function-editor-for-qgis-expressions/">custom
+function editor</a> for writing Python functions that can be called in mathematical expressions within the query builder. </p>
+ <p>It is also now possible to select only some rows in a table, then perform calculations just on the selection—previously, users would have to extract the rows of interest into a new table first. Similarly, in the SQL editor, the user can highlight a subset of the SQL query and execute it separately, which is no doubt helpful for debugging. </p>
+ <p>There have also been several improvements to the Python and Processing plugins. Users can now drag-and-drop Python scripts onto QGIS and they will be run automatically. Several new analysis algorithms are now available through the Processing interface that were previously Python-only; they include algorithms for generating grids of points or vectors within a region, splitting layers and lines, generating <a href="http://en.wikipedia.org/wiki/Hypsometric_curve">hypsometric
+curves</a>, refactoring data sets, and more. </p>
+ <h4>Maps in, maps out</h4>
+ <p><a href="http://fakehost/Articles/637749/"> <img src="http://fakehost/images/2015/03-qgis-simplify-sm.png" width="300" height="303" alt="[QGIS simplify tool]"> </a></p><p>The process of working with on-screen map data picked up some improvements in the new release as well. Perhaps the most fundamental is that each map layer added to the canvas is now handled in its own thread, so fewer hangs in the user interface are experienced when re-rendering a layer (as happens whenever the user changes the look of points or shapes in a layer). Since remote databases can also be layers, this multi-threaded approach is more resilient against connectivity problems, too. The interface also now supports temporary "scratch" layers that can be used to merge, filter, or simply experiment with a data set, but are not saved when the current project is saved. </p>
+ <p>For working on the canvas itself, polygonal regions can now use raster images (tiled, if necessary) as fill colors, the map itself can be rotated arbitrarily, and objects can be "snapped" to align with items on any layer (not just the current layer). For working with raster image layers (e.g., aerial photographs) or simply creating new geometric shapes by hand, there is a new digitizing tool that can offer assistance by locking lines to specific angles, automatically keeping borders parallel, and other niceties. </p>
+ <p>There is a completely overhauled "simplify" tool that is used to reduce the number of extraneous vertices of a vector layer (thus reducing its size). The old simplify tool provided only a relative "tolerance" setting that did not correspond directly to any units. With the new tool, users can set a simplification threshold in terms of the underlying map units, layer-specific units, pixels, and more—and, in addition, the tool reports how much the simplify operation has reduced the size of the data.</p>
+ <p><a href="http://fakehost/Articles/637751/"> <img src="http://fakehost/images/2015/03-qgis-style-sm.png" width="300" height="286" alt="[QGIS style editing]"> </a></p><p>There has also been an effort to present a uniform interface to one of the most important features of the map canvas: the ability to change the symbology used for an item based on some data attribute. The simplest example might be to change the line color of a road based on whether its road-type attribute is "highway," "service road," "residential," or so on. But the same feature is used to automatically highlight layer information based on the filtering and querying functionality discussed above. The new release allows many more map attributes to be controlled by these "data definition" settings, and provides a hard-to-miss button next to each attribute, through which a custom data definition can be set. </p>
+ <p>QGIS's composer module is the tool used to take project data and generate a map that can be used outside of the application (in print, as a static image, or as a layer for <a href="http://mapserver.org/">MapServer</a> or some other software tool, for example). Consequently, it is not a simple select-and-click-export tool; composing the output can involve a lot of choices about which data to make visible, how (and where) to label it, and how to make it generally accessible. </p>
+ <p>The updated composer in 2.8 now has a full-screen mode and sports several new options for configuring output. For instance, the user now has full control over how map axes are labeled. In previous releases, the grid coordinates of the map could be turned on or off, but the only options were all or nothing. Now, the user can individually choose whether coordinates are displayed on all four sides, and can even choose in which direction vertical text labels will run (so that they can be correctly justified to the edge of the map, for example). </p>
+ <p>There are, as usual, many more changes than there is room to discuss. Some particularly noteworthy improvements include the ability to save and load bookmarks for frequently used data sources (perhaps most useful for databases, web services, and other non-local data) and improvements to QGIS's server module. This module allows one QGIS instance to serve up data accessible to other QGIS applications (for example, to simply team projects). The server can now be extended with Python plugins and the data layers that it serves can be styled with style rules like those used in the desktop interface. </p>
+ <p>QGIS is one of those rare free-software applications that is both powerful enough for high-end work and yet also straightforward to use for the simple tasks that might attract a newcomer to GIS in the first place. The 2.8 release, particularly with its project-wide commitment to long-term support, appears to be an update well worth checking out, whether one needs to create a simple, custom map or to mine a database for obscure geo-referenced meaning. </p>
+ <p><a href="http://fakehost/Articles/637533/#Comments">Comments (3 posted)</a> </p>
+
+ <h2><a href="http://fakehost/Articles/637735/">Development activity in LibreOffice and OpenOffice</a></h2>
+ <p> By <b>Jonathan Corbet</b>
+ <br>March 25, 2015 </p><p> The LibreOffice project was <a href="http://fakehost/Articles/407383/">announced</a> with great fanfare in September 2010. Nearly one year later, the OpenOffice.org project (from which LibreOffice was forked) <a href="http://fakehost/Articles/446093/">was
+cut loose from Oracle</a> and found a new home as an Apache project. It is fair to say that the rivalry between the two projects in the time since then has been strong. Predictions that one project or the other would fail have not been borne out, but that does not mean that the two projects are equally successful. A look at the two projects' development communities reveals some interesting differences.
+ </p>
+ <h4>Release histories</h4>
+ <p> Apache OpenOffice has made two releases in the past year: <a href="https://blogs.apache.org/OOo/entry/the_apache_openoffice_project_announce">4.1</a> in April 2014 and <a href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_1">4.1.1</a> (described as "a micro update" in the release announcement) in August. The main feature added during that time would appear to be significantly improved accessibility support. </p>
+ <p> The release history for LibreOffice tells a slightly different story: </p>
+
+ <blockquote>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th>Release</th>
+ <th>Date</th>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/04/10/libreoffice-4-2-3-is-now-available-for-download/">4.2.3</a></td>
+ <td>April 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/04/29/the-document-foundation-announces-libreoffice-4-1-6/">4.1.6</a></td>
+ <td>April 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/05/08/libreoffice-4-2-4-at-linuxtag-and-fisl/">4.2.4</a></td>
+ <td>May 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/06/20/libreoffice-4-2-5-hits-the-marketplace/">4.2.5</a></td>
+ <td>June 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/07/30/libreoffice-4-3-today-you-cant-own-a-better-office-suite/">4.3</a></td>
+ <td>July 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/08/05/libreoffice-4-2-6-is-ready/">4.2.6</a></td>
+ <td>August 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/08/28/libreoffice-4-3-1-fresh-announced/">4.3.1</a></td>
+ <td>August 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/09/25/libreoffice-4-3-2-hits-the-marketplace-just-before-the-fourth-anniversary-of-the-project/">4.3.2</a></td>
+ <td>September 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/10/30/the-document-foundation-announces-libreoffice-4-3-3-and-libreoffice-4-2-7/">4.2.7/4.3.3</a></td>
+ <td>October 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/11/14/the-document-foundation-announces-libreoffice-4-3-4/">4.3.4</a></td>
+ <td>November 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/12/12/the-document-foundation-announces-libreoffice-4-2-8/">4.2.8</a></td>
+ <td>December 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/12/18/the-document-foundation-announces-libreoffice-4-3-5/">4.3.5</a></td>
+ <td>December 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2015/01/29/libreoffice-4-4-the-most-beautiful-libreoffice-ever/">4.4</a></td>
+ <td>January 2015</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2015/02/20/the-document-foundation-announces-libreoffice-4-3-6/">4.3.6</a></td>
+ <td>February 2015</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2015/02/26/libreoffice-4-4-1-fresh-is-available-for-download/">4.4.1</a></td>
+ <td>February 2015</td>
+ </tr>
+ </tbody>
+ </table>
+ </blockquote>
+ <p> It seems clear that LibreOffice has maintained a rather more frenetic release cadence, generally putting out at least one release per month. The project typically keeps at least two major versions alive at any one time. Most of the releases are of the minor, bug-fix variety, but there have been two major releases in the last year as well. </p>
+
+ <h4>Development statistics</h4>
+ <p> In the one-year period since late March 2014, there have been 381 changesets committed to the OpenOffice Subversion repository. The most active committers are: </p>
+
+ <blockquote>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="2">Most active OpenOffice developers</th>
+ </tr>
+ <tr>
+ <td>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="3">By changesets</th>
+ </tr>
+ <tr>
+ <td>Herbert Dürr</td>
+ <td>63</td>
+ <td>16.6%</td>
+ </tr>
+ <tr>
+ <td>Jürgen&nbsp;Schmidt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+ <td>56</td>
+ <td>14.7%</td>
+ </tr>
+ <tr>
+ <td>Armin Le Grand</td>
+ <td>56</td>
+ <td>14.7%</td>
+ </tr>
+ <tr>
+ <td>Oliver-Rainer&nbsp;Wittmann</td>
+ <td>46</td>
+ <td>12.1%</td>
+ </tr>
+ <tr>
+ <td>Tsutomu Uchino</td>
+ <td>33</td>
+ <td>8.7%</td>
+ </tr>
+ <tr>
+ <td>Kay Schenk</td>
+ <td>27</td>
+ <td>7.1%</td>
+ </tr>
+ <tr>
+ <td>Pedro Giffuni</td>
+ <td>23</td>
+ <td>6.1%</td>
+ </tr>
+ <tr>
+ <td>Ariel Constenla-Haile</td>
+ <td>22</td>
+ <td>5.8%</td>
+ </tr>
+ <tr>
+ <td>Andrea Pescetti</td>
+ <td>14</td>
+ <td>3.7%</td>
+ </tr>
+ <tr>
+ <td>Steve Yin</td>
+ <td>11</td>
+ <td>2.9%</td>
+ </tr>
+ <tr>
+ <td>Andre Fischer</td>
+ <td>10</td>
+ <td>2.6%</td>
+ </tr>
+ <tr>
+ <td>Yuri Dario</td>
+ <td>7</td>
+ <td>1.8%</td>
+ </tr>
+ <tr>
+ <td>Regina Henschel</td>
+ <td>6</td>
+ <td>1.6%</td>
+ </tr>
+ <tr>
+ <td>Juan C. Sanz</td>
+ <td>2</td>
+ <td>0.5%</td>
+ </tr>
+ <tr>
+ <td>Clarence Guo</td>
+ <td>2</td>
+ <td>0.5%</td>
+ </tr>
+ <tr>
+ <td>Tal Daniel</td>
+ <td>2</td>
+ <td>0.5%</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="3">By changed lines</th>
+ </tr>
+ <tr>
+ <td>Jürgen&nbsp;Schmidt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+ <td>455499</td>
+ <td>88.1%</td>
+ </tr>
+ <tr>
+ <td>Andre Fischer</td>
+ <td>26148</td>
+ <td>3.8%</td>
+ </tr>
+ <tr>
+ <td>Pedro Giffuni</td>
+ <td>23183</td>
+ <td>3.4%</td>
+ </tr>
+ <tr>
+ <td>Armin Le Grand</td>
+ <td>11018</td>
+ <td>1.6%</td>
+ </tr>
+ <tr>
+ <td>Juan C. Sanz</td>
+ <td>4582</td>
+ <td>0.7%</td>
+ </tr>
+ <tr>
+ <td>Oliver-Rainer Wittmann</td>
+ <td>4309</td>
+ <td>0.6%</td>
+ </tr>
+ <tr>
+ <td>Andrea Pescetti</td>
+ <td>3908</td>
+ <td>0.6%</td>
+ </tr>
+ <tr>
+ <td>Herbert Dürr</td>
+ <td>2811</td>
+ <td>0.4%</td>
+ </tr>
+ <tr>
+ <td>Tsutomu Uchino</td>
+ <td>1991</td>
+ <td>0.3%</td>
+ </tr>
+ <tr>
+ <td>Ariel Constenla-Haile</td>
+ <td>1258</td>
+ <td>0.2%</td>
+ </tr>
+ <tr>
+ <td>Steve Yin</td>
+ <td>1010</td>
+ <td>0.1%</td>
+ </tr>
+ <tr>
+ <td>Kay Schenk</td>
+ <td>616</td>
+ <td>0.1%</td>
+ </tr>
+ <tr>
+ <td>Regina Henschel</td>
+ <td>417</td>
+ <td>0.1%</td>
+ </tr>
+ <tr>
+ <td>Yuri Dario</td>
+ <td>268</td>
+ <td>0.0%</td>
+ </tr>
+ <tr>
+ <td>tal</td>
+ <td>16</td>
+ <td>0.0%</td>
+ </tr>
+ <tr>
+ <td>Clarence Guo</td>
+ <td>11</td>
+ <td>0.0%</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </blockquote>
+ <p> In truth, the above list is not just the most active OpenOffice developers — it is all of them; a total of 16 developers have committed changes to OpenOffice in the last year. Those developers changed 528,000 lines of code, but, as can be seen above, Jürgen Schmidt accounted for the bulk of those changes, which were mostly updates to translation files. </p>
+ <p> The top four developers in the "by changesets" column all work for IBM, so IBM is responsible for a minimum of about 60% of the changes to OpenOffice in the last year. </p>
+ <p> The picture for LibreOffice is just a little bit different; in the same one-year period, the project has committed 22,134 changesets from 268 developers. The most active of these developers were: </p>
+
+ <blockquote>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="2">Most active LibreOffice developers</th>
+ </tr>
+ <tr>
+ <td>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="3">By changesets</th>
+ </tr>
+ <tr>
+ <td>Caolán McNamara</td>
+ <td>4307</td>
+ <td>19.5%</td>
+ </tr>
+ <tr>
+ <td>Stephan Bergmann</td>
+ <td>2351</td>
+ <td>10.6%</td>
+ </tr>
+ <tr>
+ <td>Miklos Vajna</td>
+ <td>1449</td>
+ <td>6.5%</td>
+ </tr>
+ <tr>
+ <td>Tor Lillqvist</td>
+ <td>1159</td>
+ <td>5.2%</td>
+ </tr>
+ <tr>
+ <td>Noel Grandin</td>
+ <td>1064</td>
+ <td>4.8%</td>
+ </tr>
+ <tr>
+ <td>Markus Mohrhard</td>
+ <td>935</td>
+ <td>4.2%</td>
+ </tr>
+ <tr>
+ <td>Michael Stahl</td>
+ <td>915</td>
+ <td>4.1%</td>
+ </tr>
+ <tr>
+ <td>Kohei Yoshida</td>
+ <td>755</td>
+ <td>3.4%</td>
+ </tr>
+ <tr>
+ <td>Tomaž Vajngerl</td>
+ <td>658</td>
+ <td>3.0%</td>
+ </tr>
+ <tr>
+ <td>Thomas Arnhold</td>
+ <td>619</td>
+ <td>2.8%</td>
+ </tr>
+ <tr>
+ <td>Jan Holesovsky</td>
+ <td>466</td>
+ <td>2.1%</td>
+ </tr>
+ <tr>
+ <td>Eike Rathke</td>
+ <td>457</td>
+ <td>2.1%</td>
+ </tr>
+ <tr>
+ <td>Matteo Casalin</td>
+ <td>442</td>
+ <td>2.0%</td>
+ </tr>
+ <tr>
+ <td>Bjoern Michaelsen</td>
+ <td>421</td>
+ <td>1.9%</td>
+ </tr>
+ <tr>
+ <td>Chris Sherlock</td>
+ <td>396</td>
+ <td>1.8%</td>
+ </tr>
+ <tr>
+ <td>David Tardon</td>
+ <td>386</td>
+ <td>1.7%</td>
+ </tr>
+ <tr>
+ <td>Julien Nabet</td>
+ <td>362</td>
+ <td>1.6%</td>
+ </tr>
+ <tr>
+ <td>Zolnai Tamás</td>
+ <td>338</td>
+ <td>1.5%</td>
+ </tr>
+ <tr>
+ <td>Matúš Kukan</td>
+ <td>256</td>
+ <td>1.2%</td>
+ </tr>
+ <tr>
+ <td>Robert&nbsp;Antoni&nbsp;Buj&nbsp;Gelonch</td>
+ <td>231</td>
+ <td>1.0%</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="3">By changed lines</th>
+ </tr>
+ <tr>
+ <td>Lionel Elie Mamane</td>
+ <td>244062</td>
+ <td>12.5%</td>
+ </tr>
+ <tr>
+ <td>Noel Grandin</td>
+ <td>238711</td>
+ <td>12.2%</td>
+ </tr>
+ <tr>
+ <td>Stephan Bergmann</td>
+ <td>161220</td>
+ <td>8.3%</td>
+ </tr>
+ <tr>
+ <td>Miklos Vajna</td>
+ <td>129325</td>
+ <td>6.6%</td>
+ </tr>
+ <tr>
+ <td>Caolán McNamara</td>
+ <td>97544</td>
+ <td>5.0%</td>
+ </tr>
+ <tr>
+ <td>Tomaž Vajngerl</td>
+ <td>69404</td>
+ <td>3.6%</td>
+ </tr>
+ <tr>
+ <td>Tor Lillqvist</td>
+ <td>59498</td>
+ <td>3.1%</td>
+ </tr>
+ <tr>
+ <td>Laurent Balland-Poirier</td>
+ <td>52802</td>
+ <td>2.7%</td>
+ </tr>
+ <tr>
+ <td>Markus Mohrhard</td>
+ <td>50509</td>
+ <td>2.6%</td>
+ </tr>
+ <tr>
+ <td>Kohei Yoshida</td>
+ <td>45514</td>
+ <td>2.3%</td>
+ </tr>
+ <tr>
+ <td>Chris Sherlock</td>
+ <td>36788</td>
+ <td>1.9%</td>
+ </tr>
+ <tr>
+ <td>Peter Foley</td>
+ <td>34305</td>
+ <td>1.8%</td>
+ </tr>
+ <tr>
+ <td>Christian Lohmaier</td>
+ <td>33787</td>
+ <td>1.7%</td>
+ </tr>
+ <tr>
+ <td>Thomas Arnhold</td>
+ <td>32722</td>
+ <td>1.7%</td>
+ </tr>
+ <tr>
+ <td>David Tardon</td>
+ <td>21681</td>
+ <td>1.1%</td>
+ </tr>
+ <tr>
+ <td>David Ostrovsky</td>
+ <td>21620</td>
+ <td>1.1%</td>
+ </tr>
+ <tr>
+ <td>Jan Holesovsky</td>
+ <td>20792</td>
+ <td>1.1%</td>
+ </tr>
+ <tr>
+ <td>Valentin Kettner</td>
+ <td>20526</td>
+ <td>1.1%</td>
+ </tr>
+ <tr>
+ <td>Robert&nbsp;Antoni&nbsp;Buj&nbsp;Gelonch</td>
+ <td>20447</td>
+ <td>1.0%</td>
+ </tr>
+ <tr>
+ <td>Michael Stahl</td>
+ <td>18216</td>
+ <td>0.9%</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </blockquote>
+ <p> To a first approximation, the top ten companies supporting LibreOffice in the last year are: </p>
+
+ <blockquote>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="3">Companies supporting LibreOffice development</th>
+ </tr>
+ <tr>
+ <th colspan="3">(by changesets)</th>
+ </tr>
+ <tr>
+ <td>Red Hat</td>
+ <td>8417</td>
+ <td>38.0%</td>
+ </tr>
+ <tr>
+ <td>Collabora <strike>Multimedia</strike></td>
+ <td>6531</td>
+ <td>29.5%</td>
+ </tr>
+ <tr>
+ <td>(Unknown)</td>
+ <td>5126</td>
+ <td>23.2%</td>
+ </tr>
+ <tr>
+ <td>(None)</td>
+ <td>1490</td>
+ <td>6.7%</td>
+ </tr>
+ <tr>
+ <td>Canonical</td>
+ <td>422</td>
+ <td>1.9%</td>
+ </tr>
+ <tr>
+ <td>Igalia S.L.</td>
+ <td>80</td>
+ <td>0.4%</td>
+ </tr>
+ <tr>
+ <td>Ericsson</td>
+ <td>21</td>
+ <td>0.1%</td>
+ </tr>
+ <tr>
+ <td>Yandex</td>
+ <td>18</td>
+ <td>0.1%</td>
+ </tr>
+ <tr>
+ <td>FastMail.FM</td>
+ <td>17</td>
+ <td>0.1%</td>
+ </tr>
+ <tr>
+ <td>SUSE</td>
+ <td>7</td>
+ <td>0.0%</td>
+ </tr>
+ </tbody>
+ </table>
+ </blockquote>
+ <p> Development work on LibreOffice is thus concentrated in a small number of companies, though it is rather more spread out than OpenOffice development. It is worth noting that the LibreOffice developers with unknown affiliation, who contributed 23% of the changes, make up 82% of the developer base, so there would appear to be a substantial community of developers contributing from outside the above-listed companies. </p>
+
+ <h4>Some conclusions</h4>
+ <p> Last October, some <a href="http://fakehost/Articles/637742/">concerns</a> were raised on the OpenOffice list about the health of that project's community. At the time, Rob Weir <a href="http://fakehost/Articles/637743/">shrugged them off</a> as the result of a marketing effort by the LibreOffice crowd. There can be no doubt that the war of words between these two projects has gotten tiresome at times, but, looking at the above numbers, it is hard not to conclude that there is an issue that goes beyond marketing hype here. </p>
+ <p> In the 4½ years since its founding, the LibreOffice project has put together a community with over 250 active developers. There is support from multiple companies and an impressive rate of patches going into the project's repository. The project's ability to sustain nearly monthly releases on two branches is a direct result of that community's work. Swearing at LibreOffice is one of your editor's favorite pastimes, but it seems clear that the project is on a solid footing with a healthy community. </p>
+ <p> OpenOffice, instead, is driven by four developers from a single company — a company that appears to have been deemphasizing OpenOffice work for some time. As a result, the project's commit rate is a fraction of what LibreOffice is able to sustain and releases are relatively rare. As of this writing, the <a href="https://blogs.apache.org/OOo/">OpenOffice
+blog</a> shows no posts in 2015. In the October discussion, Rob <a href="http://fakehost/Articles/637750/">said</a> that "<span>the dogs may
+bark but the caravan moves on.</span>" That may be true, but, in this case, the caravan does not appear to be moving with any great speed. </p>
+ <p> Anything can happen in the free-software development world; it is entirely possible that a reinvigorated OpenOffice.org may yet give LibreOffice a run for its money. But something will clearly have to change to bring that future around. As things stand now, it is hard not to conclude that LibreOffice has won the battle for developer participation. </p>
+ <p><a href="http://fakehost/Articles/637735/#Comments">Comments (74 posted)</a> </p>
+
+ <p> <b>Page editor</b>: Jonathan Corbet
+ <br> </p>
+ <h2>Inside this week's LWN.net Weekly Edition</h2>
+ <ul>
+ <li> <a href="http://fakehost/Articles/637395/">Security</a>: Toward secure package downloads; New vulnerabilities in drupal, mozilla, openssl, python-django ... </li>
+ <li> <a href="http://fakehost/Articles/637396/">Kernel</a>: LSFMM coverage: NFS, defragmentation, epoll(), copy offload, and more. </li>
+ <li> <a href="http://fakehost/Articles/637397/">Distributions</a>: A look at Debian's 2015 DPL candidates; Debian, Fedora, ... </li>
+ <li> <a href="http://fakehost/Articles/637398/">Development</a>: A look at GlusterFS; LibreOffice Online; Open sourcing existing code; Secure Boot in Windows 10; ... </li>
+ <li> <a href="http://fakehost/Articles/637399/">Announcements</a>: A Turing award for Michael Stonebraker, Sébastien Jodogne, ReGlue are Free Software Award winners, Kat Walsh joins FSF board of directors, Cyanogen, ... </li>
+ </ul> <p><b>Next page</b>: <a href="http://fakehost/Articles/637395/">Security&gt;&gt;</a>
+ <br> </p></div>
+
+ </td>
+
+ <td>
+
+ </td>
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html
new file mode 100644
index 0000000..85eea11
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html
@@ -0,0 +1,820 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+
+<head>
+ <title>LWN.net Weekly Edition for March 26, 2015 [LWN.net]</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <link rel="icon" href="/images/favicon.png" type="image/png"/>
+ <link rel="alternate" type="application/rss+xml" title="LWN.net headlines" href="http://lwn.net/headlines/newrss"/>
+ <link rel="stylesheet" href="/CSS/lwn"/>
+ <link rel="stylesheet" href="/CSS/nosub"/>
+ <script type="text/javascript">
+ var p = "http",
+ d = "static";
+ if (document.location.protocol == "https:") {
+ p += "s";
+ d = "engine";
+ }
+ var z = document.createElement("script");
+ z.type = "text/javascript";
+ z.async = true;
+ z.src = p + "://" + d + ".adzerk.net/ados.js";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(z, s);
+ </script>
+ <script type="text/javascript">
+ var ados_keywords = ados_keywords || [];
+ if (location.protocol == 'https:') {
+ ados_keywords.push('T:SSL');
+ } else {
+ ados_keywords.push('T:HTTP');
+ }
+ var ados = ados || {};
+ ados.run = ados.run || [];
+ ados.run.push(function() {
+ ados_add_placement(4669, 20979, "azk13321_leaderboard", 4).setZone(16026);
+ ados_add_placement(4669, 20979, "azk93271_right_zone", [5, 10, 6]).setZone(16027);
+ ados_add_placement(4669, 20979, "azk31017_tracking", 20).setZone(20995);
+ ados_setKeywords(ados_keywords.join(', '));
+ ados_load();
+ });
+ </script>
+</head>
+
+<body bgcolor="#ffffff" link="Blue" vlink="Green" alink="Green">
+ <table class="Page">
+ <tbody>
+ <tr>
+ <td class="LeftColumn">
+ <center>
+ <a href="/"><img src="/images/lcorner.png" width="153" height="120" border="0" alt="LWN.net Logo"/></a>
+ </center>
+ <p>
+ <script type="text/javascript">
+ <!--
+ google_ad_client = "pub-4358676377058562";
+ google_ad_width = 120;
+ google_ad_height = 240;
+ google_ad_format = "120x240_as";
+ google_ad_type = "text_image";
+ //2007-10-07: side ads
+ google_ad_channel = "0946045135";
+ google_color_border = "ffcc99";
+ google_color_bg = "ffcc99";
+ google_color_link = "0000FF";
+ google_color_text = "000000";
+ google_color_url = "008000";
+ //-->
+ </script>
+ <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js">
+ </script>
+ </p>
+ <p> </p>
+ <div class="SideBox">
+ <p class="Header">Not logged in</p>
+ <p><a href="/login">Log in now</a></p>
+ <p> </p>
+ <p><a href="/newaccount">Create an account</a></p>
+ <p> </p>
+ <p><a href="/subscribe/Info">Subscribe to LWN</a></p>
+ </div>
+ <div class="SideBox">
+ <p class="Header">LWN Weekly Edition</p> <a href="/Articles/637393/" class="Current">Front page</a>
+ <br/> <a href="/Articles/637395/" class="Other">Security</a>
+ <br/> <a href="/Articles/637396/" class="Other">Kernel development</a>
+ <br/> <a href="/Articles/637397/" class="Other">Distributions</a>
+ <br/> <a href="/Articles/637398/" class="Other">Development</a>
+ <br/> <a href="/Articles/637399/" class="Other">Announcements</a>
+ <br/> <a href="/Articles/637393/bigpage">-&gt;One big page</a>
+ <p> &nbsp;
+ <br/>
+ </p>
+ <p class="Header">This page</p> <a href="/Articles/636463/">Previous week</a>
+ <br/> <a href="/Articles/638065/">Following week</a>
+ <br/> </div>
+ <div class="SideBox">
+ <p class="Header">Recent Features</p>
+ <p><a href="/Articles/640549/">LWN.net Weekly Edition for April 23, 2015</a></p>
+ <p><a href="/Articles/641275/">The kdbuswreck</a></p>
+ <p><a href="/Articles/639894/">LWN.net Weekly Edition for April 16, 2015</a></p>
+ <p><a href="/Articles/639998/">Plotting tools for networks, part I</a></p>
+ <p><a href="/Articles/639773/">Report from the Python Language Summit</a></p>
+ </div>
+ <div class="SideBox"> <a href="/Articles/637393/?format=printable" rel="nofollow">Printable page</a> </div>
+ </td>
+ <!-- LC -->
+ <td>
+ <table>
+ <tbody>
+ <tr>
+ <td class="MidColumn">
+ <table class="TopNavigation">
+ <!-- First row - content links -->
+ <tbody>
+ <tr>
+ <td class="NavLink"><a href="/current/">Weekly edition</a></td>
+ <td class="NavLink"> <a href="/Kernel/">Kernel</a></td>
+ <td class="NavLink"><a href="/Security/">Security</a></td>
+ <td class="NavLink"> <a href="http://lwn.net/Distributions/">Distributions</a></td>
+ <td class="NavLink"><a href="/op/FAQ.lwn#contact">Contact Us</a> </td>
+ <td class="NavLink"><a href="/Search/">Search</a> </td>
+ </tr>
+ <!-- Second row: navigation links -->
+ <tr>
+ <td class="NavLink"><a href="/Archives/">Archives</a></td>
+ <td class="NavLink"><a href="/Calendar/">Calendar</a></td>
+ <td class="NavLink"><a href="/subscribe/Info">Subscribe</a></td>
+ <td class="NavLink"><a href="/op/AuthorGuide.lwn">Write for LWN</a></td>
+ <td class="NavLink"><a href="/op/FAQ.lwn">LWN.net FAQ</a></td>
+ <td class="NavLink"><a href="/op/Sponsors.lwn">Sponsors</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="MCTopBanner">
+ <div id="azk13321_leaderboard"></div>
+ </td>
+ </tr>
+ <tr>
+ <td class="MidColumn">
+ <div class="PageHeadline">
+ <h1>LWN.net Weekly Edition for March 26, 2015</h1> </div>
+ <div class="ArticleText">
+ <h2 class="SummaryHL"><a href="/Articles/637755/">A trademark battle in the Arduino community</a></h2>
+ <div class="FeatureByline"> By <b>Nathan Willis</b>
+ <br/>March 25, 2015 </div>
+ <p>The <a href="https://en.wikipedia.org/wiki/Arduino">Arduino</a> has been one of the biggest success stories of the open-hardware movement, but that success does not protect it from internal conflict. In recent months, two of the project's founders have come into conflict about the direction of future efforts—and that conflict has turned into a legal dispute about who owns the rights to the Arduino trademark. </p>
+ <p>The current fight is a battle between two companies that both bear the Arduino name: Arduino LLC and Arduino SRL. The disagreements that led to present state of affairs go back a bit further. </p>
+ <p>The Arduino project grew out of 2005-era course work taught at the Interaction Design Institute Ivrea (IDII) in Ivrea, Italy (using <a href="https://en.wikipedia.org/wiki/Processing_(programming_language)">Processing</a>, <a href="https://en.wikipedia.org/wiki/Wiring_%28development_platform%29">Wiring</a>, and pre-existing microcontroller hardware). After the IDII program was discontinued, the open-hardware Arduino project as we know it was launched by Massimo Banzi, David Cuartielles, and David Mellis (who had worked together at IDII), with co-founders Tom Igoe and Gianluca Martino joining shortly afterward. The project released open hardware designs (including full schematics and design files) as well as the microcontroller software to run on the boards and the desktop IDE needed to program it. </p>
+ <p>Arduino LLC was incorporated in 2008 by Banzi, Cuartielles, Mellis, Igoe, and Martino. The company is registered in the United States, and it has continued to design the Arduino product line, develop the software, and run the Arduino community site. The hardware devices themselves, however, were manufactured by a separate company, "Smart Projects SRL," that was founded by Martino. "SRL" is essentially the Italian equivalent of "LLC"—Smart Projects was incorporated in Italy. </p>
+ <p>This division of responsibilities—with the main Arduino project handling everything except for board manufacturing—may seem like an odd one, but it is consistent with Arduino's marketing story. From its earliest days, the designs for the hardware have been freely available, and outside companies were allowed to make Arduino-compatible devices. The project has long run a <a href="http://arduino.cc/en/ArduinoCertified/Products#program">certification
+program</a> for third-party manufacturers interested in using the "Arduino" branding, but allows (and arguably even encourages) informal software and firmware compatibility. </p>
+ <p>The Arduino branding was not formally registered as a trademark in the early days, however. Arduino LLC <a href="http://tsdr.uspto.gov/#caseNumber=3931675&amp;caseType=US_REGISTRATION_NO&amp;searchType=statusSearch">filed</a> to register the US trademark in April 2009, and it was granted in 2011. </p>
+ <p>At this point, the exact events begin to be harder to verify, but the original group of founders reportedly had a difference of opinion about how to license out hardware production rights to other companies. Wired Italy <a href="http://www.wired.it/gadget/computer/2015/02/12/arduino-nel-caos-situazione/">reports</a> that Martino and Smart Projects resisted the other four founders' plans to "internationalize" production—although it is not clear if that meant that Smart Projects disapproved of licensing out <em>any</em> official hardware manufacturing to other companies, or had some other concern. Heise Online <a href="http://www.heise.de/make/meldung/Arduino-gegen-Arduino-Gruender-streiten-um-die-Firma-2549653.html">adds</a> that the conflict seemed to be about moving some production to China. </p>
+ <p>What is clear is that Smart Projects filed a <a href="http://ttabvue.uspto.gov/ttabvue/v?pno=92060077&amp;pty=CAN&amp;eno=1">petition</a> with the US Patent and Trademark Office (USPTO) in October 2014 asking the USPTO to cancel Arduino LLC's trademark on "Arduino." Then, in November 2014, Smart Projects changed its company's name to Arduino SRL. Somewhere around that time, Martino sold off his ownership stake in Smart Projects SRL and new owner Federico Musto was named CEO. </p>
+ <p>Unsurprisingly, Arduino LLC did not care for the petition to the USPTO and, in January 2015, the company filed a trademark-infringement <a href="http://dockets.justia.com/docket/massachusetts/madce/1:2015cv10181/167131">lawsuit</a> against Arduino SRL. Confusing matters further, the re-branded Arduino SRL has set up its own web site using the domain name <tt>arduino.org</tt>, which duplicates most of the site features found on the original Arduino site (<tt>arduino.cc</tt>). That includes both a hardware store and software downloads. </p>
+ <p>Musto, the new CEO of the company now called Arduino SRL, has a bit of a history with Arduino as well. His other manufacturing business had <a href="http://www.eetimes.com/document.asp?doc_id=1263246">collaborated</a> with Arduino LLC on the design and production of the Arduino Yún, which has received some <a href="http://hackaday.com/2015/02/24/is-the-arduino-yun-open-hardware/">criticism</a> for including proprietary components. </p>
+ <p>Hackaday has run a two-part series (in <a href="http://hackaday.com/2015/02/25/arduino-v-arduino/">February</a> and <a href="http://hackaday.com/2015/03/12/arduino-v-arduino-part-ii/">March</a>) digging into the ins and outs of the dispute, including the suggestion that Arduino LLC's recent release of version 1.6.0 of the Arduino IDE was a move intended to block Arduino SRL from hijacking IDE development. Commenter Paul Stoffregen (who was the author of the Heise story above) <a href="http://hackaday.com/2015/02/25/arduino-v-arduino/comment-page-1/#comment-2453084">noted</a> that Arduino SRL recently created a fork of the Arduino IDE on GitHub. </p>
+ <p>Most recently, Banzi broke his silence about the dispute in a <a href="http://makezine.com/2015/03/19/massimo-banzi-fighting-for-arduino">story</a> published at MAKEzine. There, Banzi claims that Martino secretly filed a trademark application on "Arduino" in Italy in 2008 and told none of the other Arduino founders. He also details a series of unpleasant negotiations between the companies, including Smart Projects stopping the royalty payments it had long sent to Arduino LLC for manufacturing devices and re-branding its boards with the Arduino.org URL. </p>
+ <p>Users appear to be stuck in the middle. Banzi says that several retail outlets that claim to be selling "official" Arduino boards are actually paying Arduino SRL, not Arduino LLC, but it is quite difficult to determine which retailers are lined up on which side, since there are (typically) several levels of supplier involved. The two Arduino companies' web sites also disagree about the available hardware, with Arduino.org offering the new <a href="http://arduino.org/products/arduino-zero-pro">Arduino Zero</a> model for sale today and Arduino.cc <a href="http://arduino.cc/en/Main/Products">listing it</a> as "Coming soon." </p>
+ <p>Furthermore, as Hackaday's March story explains, the recently-released Arduino.cc IDE now reports that boards manufactured by Arduino SRL are "uncertified." That warning does not prevent users from programming the other company's hardware, but it will no doubt confuse quite a few users who believe they possess genuine Arduino-manufactured devices. </p>
+ <p>The USPTO page for Arduino SRL's petition notes pre-trial disclosure dates have been set for August and October of 2015 (for Arduino SRL and Arduino LLC, respectively), which suggests that this debate is far from over. Of course, it is always disappointing to observe a falling out between project founders, particularly when the project in question has had such an impact on open-source software and open hardware. </p>
+ <p>One could argue that disputes of this sort are proof that even small projects started among friends need to take legal and intellectual-property issues (such as trademarks) seriously from the very beginning—perhaps Arduino and Smart Projects thought that an informal agreement was all that was necessary in the early days, after all. </p>
+ <p>But, perhaps, once a project becomes profitable, there is simply no way to predict what might happen. Arduino LLC would seem to have a strong case for continual and rigorous use of the "Arduino" trademark, which is the salient point in US trademark law. It could still be a while before the courts rule on either side of that question, however. </p>
+ <p><a href="/Articles/637755/#Comments">Comments (5 posted)</a> </p>
+ <p> </p>
+ <h2 class="SummaryHL"><a href="/Articles/637533/">Mapping and data mining with QGIS 2.8</a></h2>
+ <div class="FeatureByline"> By <b>Nathan Willis</b>
+ <br/>March 25, 2015 </div>
+ <p><a href="http://qgis.org/">QGIS</a> is a free-software geographic information system (GIS) tool; it provides a unified interface in which users can import, edit, and analyze geographic-oriented information, and it can produce output as varied as printable maps or map-based web services. The project recently made its first update to be designated a long-term release (LTR), and that release is both poised for high-end usage and friendly to newcomers alike. </p>
+ <p>The new release is version 2.8, which was unveiled on March&nbsp;2. An official <a href="http://qgis.org/en/site/forusers/visualchangelog28/index.html">change
+log</a> is available on the QGIS site, while the release itself was announced primarily through blog posts (such as <a href="http://anitagraser.com/2015/03/02/qgis-2-8-ltr-has-landed/">this
+post</a> by Anita Graser of the project's steering committee). Downloads are <a href="http://qgis.org/en/site/forusers/download.html">available</a> for a variety of platforms, including packages for Ubuntu, Debian, Fedora, openSUSE, and several other distributions.</p>
+ <a href="/Articles/637747/"> <img src="/images/2015/03-qgis-map-sm.png" border="0" hspace="5" align="right" width="350" height="264" alt="[QGIS main interface]"/> </a>
+ <p>As the name might suggest, QGIS is a Qt application; the latest release will, in fact, build on both Qt4 and Qt5, although the binaries released by the project come only in Qt4 form at present. 2.8 has been labeled a long-term release (LTR)—which, in this case, means that the project has committed to providing backported bug fixes for one full calendar year, and that the 2.8.x series is in permanent feature freeze. The goal, according to the change log, is to provide a stable version suitable for businesses and deployments in other large organizations. The change log itself points out that the development of quite a few new features was underwritten by various GIS companies or university groups, which suggests that taking care of these organizations' needs is reaping dividends for the project. </p>
+ <p>For those new to QGIS (or GIS in general), there is a detailed new-user <a href="http://docs.qgis.org/testing/en/docs/training_manual/">tutorial</a> that provides a thorough walk-through of the data-manipulation, mapping, and analysis functions. Being a new user, I went through the tutorial; although there are a handful of minor differences between QGIS 2.8 and the version used in the text (primarily whether specific features were accessed through a toolbar or right-click menu), on the whole it is well worth the time. </p>
+ <p>QGIS is designed to make short work of importing spatially oriented data sets, mining information from them, and turning the results into a meaningful visualization. Technically speaking, the visualization output is optional: one could simply extract the needed statistics and results and use them to answer some question or, perhaps, publish the massaged data set as a database for others to use. </p>
+ <p>But well-made maps are often the easiest way to illuminate facts about populations, political regions, geography, and many other topics when human comprehension is the goal. QGIS makes importing data from databases, web-mapping services (WMS), and even unwieldy flat-file data dumps a painless experience. It handles converting between a variety of map-referencing systems more or less automatically, and allows the user to focus on finding the useful attributes of the data sets and rendering them on screen. </p>
+ <h4>Here be data</h4>
+ <p>The significant changes in QGIS 2.8 fall into several categories. There are updates to how QGIS handles the mathematical expressions and queries users can use to filter information out of a data set, improvements to the tools used to explore the on-screen map canvas, and enhancements to the "map composer" used to produce visual output. This is on top of plenty of other under-the-hood improvements, naturally.</p>
+ <a href="/Articles/637748/"> <img src="/images/2015/03-qgis-query-sm.png" border="0" hspace="5" align="left" width="300" height="302" alt="[QGIS query builder]"/> </a>
+ <p>In the first category are several updates to the filtering tools used to mine a data set. Generally speaking, each independent data set is added to a QGIS project as its own layer, then transformed with filters to focus in on a specific portion of the original data. For instance, the land-usage statistics for a region might be one layer, while roads and buildings for the same region from OpenStreetMap might be two additional layers. Such filters can be created in several ways: there is a "query builder" that lets the user construct and test expressions on a data layer, then save the results, an SQL console for performing similar queries on a database, and spreadsheet-like editing tools for working directly on data tables. </p>
+ <p>All three have been improved in this release. New are support for <tt>if(condition, true, false)</tt> conditional statements, a set of operations for geometry primitives (e.g., to test whether regions overlap or lines intersect), and an "integer divide" operation. Users can also add comments to their queries to annotate their code, and there is a new <a href="http://nathanw.net/2015/01/19/function-editor-for-qgis-expressions/">custom
+function editor</a> for writing Python functions that can be called in mathematical expressions within the query builder. </p>
+ <p>It is also now possible to select only some rows in a table, then perform calculations just on the selection—previously, users would have to extract the rows of interest into a new table first. Similarly, in the SQL editor, the user can highlight a subset of the SQL query and execute it separately, which is no doubt helpful for debugging. </p>
+ <p>There have also been several improvements to the Python and Processing plugins. Users can now drag-and-drop Python scripts onto QGIS and they will be run automatically. Several new analysis algorithms are now available through the Processing interface that were previously Python-only; they include algorithms for generating grids of points or vectors within a region, splitting layers and lines, generating <a href="http://en.wikipedia.org/wiki/Hypsometric_curve">hypsometric
+curves</a>, refactoring data sets, and more. </p>
+ <h4>Maps in, maps out</h4>
+ <a href="/Articles/637749/"> <img src="/images/2015/03-qgis-simplify-sm.png" border="0" hspace="5" align="right" width="300" height="303" alt="[QGIS simplify tool]"/> </a>
+ <p>The process of working with on-screen map data picked up some improvements in the new release as well. Perhaps the most fundamental is that each map layer added to the canvas is now handled in its own thread, so fewer hangs in the user interface are experienced when re-rendering a layer (as happens whenever the user changes the look of points or shapes in a layer). Since remote databases can also be layers, this multi-threaded approach is more resilient against connectivity problems, too. The interface also now supports temporary "scratch" layers that can be used to merge, filter, or simply experiment with a data set, but are not saved when the current project is saved. </p>
+ <p>For working on the canvas itself, polygonal regions can now use raster images (tiled, if necessary) as fill colors, the map itself can be rotated arbitrarily, and objects can be "snapped" to align with items on any layer (not just the current layer). For working with raster image layers (e.g., aerial photographs) or simply creating new geometric shapes by hand, there is a new digitizing tool that can offer assistance by locking lines to specific angles, automatically keeping borders parallel, and other niceties. </p>
+ <p>There is a completely overhauled "simplify" tool that is used to reduce the number of extraneous vertices of a vector layer (thus reducing its size). The old simplify tool provided only a relative "tolerance" setting that did not correspond directly to any units. With the new tool, users can set a simplification threshold in terms of the underlying map units, layer-specific units, pixels, and more—and, in addition, the tool reports how much the simplify operation has reduced the size of the data.</p>
+ <a href="/Articles/637751/"> <img src="/images/2015/03-qgis-style-sm.png" border="0" hspace="5" align="left" width="300" height="286" alt="[QGIS style editing]"/> </a>
+ <p>There has also been an effort to present a uniform interface to one of the most important features of the map canvas: the ability to change the symbology used for an item based on some data attribute. The simplest example might be to change the line color of a road based on whether its road-type attribute is "highway," "service road," "residential," or so on. But the same feature is used to automatically highlight layer information based on the filtering and querying functionality discussed above. The new release allows many more map attributes to be controlled by these "data definition" settings, and provides a hard-to-miss button next to each attribute, through which a custom data definition can be set. </p>
+ <p>QGIS's composer module is the tool used to take project data and generate a map that can be used outside of the application (in print, as a static image, or as a layer for <a href="http://mapserver.org/">MapServer</a> or some other software tool, for example). Consequently, it is not a simple select-and-click-export tool; composing the output can involve a lot of choices about which data to make visible, how (and where) to label it, and how to make it generally accessible. </p>
+ <p>The updated composer in 2.8 now has a full-screen mode and sports several new options for configuring output. For instance, the user now has full control over how map axes are labeled. In previous releases, the grid coordinates of the map could be turned on or off, but the only options were all or nothing. Now, the user can individually choose whether coordinates are displayed on all four sides, and can even choose in which direction vertical text labels will run (so that they can be correctly justified to the edge of the map, for example). </p>
+ <p>There are, as usual, many more changes than there is room to discuss. Some particularly noteworthy improvements include the ability to save and load bookmarks for frequently used data sources (perhaps most useful for databases, web services, and other non-local data) and improvements to QGIS's server module. This module allows one QGIS instance to serve up data accessible to other QGIS applications (for example, to simply team projects). The server can now be extended with Python plugins and the data layers that it serves can be styled with style rules like those used in the desktop interface. </p>
+ <p>QGIS is one of those rare free-software applications that is both powerful enough for high-end work and yet also straightforward to use for the simple tasks that might attract a newcomer to GIS in the first place. The 2.8 release, particularly with its project-wide commitment to long-term support, appears to be an update well worth checking out, whether one needs to create a simple, custom map or to mine a database for obscure geo-referenced meaning. </p>
+ <p><a href="/Articles/637533/#Comments">Comments (3 posted)</a> </p>
+ <p> </p>
+ <h2 class="SummaryHL"><a href="/Articles/637735/">Development activity in LibreOffice and OpenOffice</a></h2>
+ <div class="FeatureByline"> By <b>Jonathan Corbet</b>
+ <br/>March 25, 2015 </div> The LibreOffice project was <a href="/Articles/407383/">announced</a> with great fanfare in September 2010. Nearly one year later, the OpenOffice.org project (from which LibreOffice was forked) <a href="/Articles/446093/">was
+cut loose from Oracle</a> and found a new home as an Apache project. It is fair to say that the rivalry between the two projects in the time since then has been strong. Predictions that one project or the other would fail have not been borne out, but that does not mean that the two projects are equally successful. A look at the two projects' development communities reveals some interesting differences.
+ <p> </p>
+ <h4>Release histories</h4>
+ <p> Apache OpenOffice has made two releases in the past year: <a href="https://blogs.apache.org/OOo/entry/the_apache_openoffice_project_announce">4.1</a> in April 2014 and <a href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_1">4.1.1</a> (described as "a micro update" in the release announcement) in August. The main feature added during that time would appear to be significantly improved accessibility support. </p>
+ <p> The release history for LibreOffice tells a slightly different story: </p>
+ <p> </p>
+ <blockquote>
+ <table class="OddEven">
+ <tbody>
+ <tr>
+ <th align="left">Release</th>
+ <th align="left">Date</th>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/04/10/libreoffice-4-2-3-is-now-available-for-download/">4.2.3</a></td>
+ <td>April 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/04/29/the-document-foundation-announces-libreoffice-4-1-6/">4.1.6</a></td>
+ <td>April 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/05/08/libreoffice-4-2-4-at-linuxtag-and-fisl/">4.2.4</a></td>
+ <td>May 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/06/20/libreoffice-4-2-5-hits-the-marketplace/">4.2.5</a></td>
+ <td>June 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/07/30/libreoffice-4-3-today-you-cant-own-a-better-office-suite/">4.3</a></td>
+ <td>July 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/08/05/libreoffice-4-2-6-is-ready/">4.2.6</a></td>
+ <td>August 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/08/28/libreoffice-4-3-1-fresh-announced/">4.3.1</a></td>
+ <td>August 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/09/25/libreoffice-4-3-2-hits-the-marketplace-just-before-the-fourth-anniversary-of-the-project/">4.3.2</a></td>
+ <td>September 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/10/30/the-document-foundation-announces-libreoffice-4-3-3-and-libreoffice-4-2-7/">4.2.7/4.3.3</a></td>
+ <td>October 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/11/14/the-document-foundation-announces-libreoffice-4-3-4/">4.3.4</a></td>
+ <td>November 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/12/12/the-document-foundation-announces-libreoffice-4-2-8/">4.2.8</a></td>
+ <td>December 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2014/12/18/the-document-foundation-announces-libreoffice-4-3-5/">4.3.5</a></td>
+ <td>December 2014</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2015/01/29/libreoffice-4-4-the-most-beautiful-libreoffice-ever/">4.4</a></td>
+ <td>January 2015</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2015/02/20/the-document-foundation-announces-libreoffice-4-3-6/">4.3.6</a></td>
+ <td>February 2015</td>
+ </tr>
+ <tr>
+ <td><a href="http://blog.documentfoundation.org/2015/02/26/libreoffice-4-4-1-fresh-is-available-for-download/">4.4.1</a></td>
+ <td>February 2015</td>
+ </tr>
+ </tbody>
+ </table>
+ </blockquote>
+ <p> It seems clear that LibreOffice has maintained a rather more frenetic release cadence, generally putting out at least one release per month. The project typically keeps at least two major versions alive at any one time. Most of the releases are of the minor, bug-fix variety, but there have been two major releases in the last year as well. </p>
+ <p> </p>
+ <h4>Development statistics</h4>
+ <p> In the one-year period since late March 2014, there have been 381 changesets committed to the OpenOffice Subversion repository. The most active committers are: </p>
+ <p> </p>
+ <blockquote>
+ <table>
+ <tbody>
+ <tr>
+ <th colspan="2" align="center">Most active OpenOffice developers</th>
+ </tr>
+ <tr>
+ <td width="50%" valign="top">
+ <table cellspacing="3">
+ <tbody>
+ <tr>
+ <th colspan="3">By changesets</th>
+ </tr>
+ <tr class="Even">
+ <td>Herbert Dürr</td>
+ <td align="right">63</td>
+ <td align="right">16.6%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Jürgen&nbsp;Schmidt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+ <td align="right">56</td>
+ <td align="right">14.7%</td>
+ </tr>
+ <tr class="Even">
+ <td>Armin Le Grand</td>
+ <td align="right">56</td>
+ <td align="right">14.7%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Oliver-Rainer&nbsp;Wittmann</td>
+ <td align="right">46</td>
+ <td align="right">12.1%</td>
+ </tr>
+ <tr class="Even">
+ <td>Tsutomu Uchino</td>
+ <td align="right">33</td>
+ <td align="right">8.7%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Kay Schenk</td>
+ <td align="right">27</td>
+ <td align="right">7.1%</td>
+ </tr>
+ <tr class="Even">
+ <td>Pedro Giffuni</td>
+ <td align="right">23</td>
+ <td align="right">6.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Ariel Constenla-Haile</td>
+ <td align="right">22</td>
+ <td align="right">5.8%</td>
+ </tr>
+ <tr class="Even">
+ <td>Andrea Pescetti</td>
+ <td align="right">14</td>
+ <td align="right">3.7%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Steve Yin</td>
+ <td align="right">11</td>
+ <td align="right">2.9%</td>
+ </tr>
+ <tr class="Even">
+ <td>Andre Fischer</td>
+ <td align="right">10</td>
+ <td align="right">2.6%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Yuri Dario</td>
+ <td align="right">7</td>
+ <td align="right">1.8%</td>
+ </tr>
+ <tr class="Even">
+ <td>Regina Henschel</td>
+ <td align="right">6</td>
+ <td align="right">1.6%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Juan C. Sanz</td>
+ <td align="right">2</td>
+ <td align="right">0.5%</td>
+ </tr>
+ <tr class="Even">
+ <td>Clarence Guo</td>
+ <td align="right">2</td>
+ <td align="right">0.5%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Tal Daniel</td>
+ <td align="right">2</td>
+ <td align="right">0.5%</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td width="50%" valign="top">
+ <table cellspacing="3">
+ <tbody>
+ <tr>
+ <th colspan="3">By changed lines</th>
+ </tr>
+ <tr class="Even">
+ <td>Jürgen&nbsp;Schmidt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+ <td align="right">455499</td>
+ <td align="right">88.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Andre Fischer</td>
+ <td align="right">26148</td>
+ <td align="right">3.8%</td>
+ </tr>
+ <tr class="Even">
+ <td>Pedro Giffuni</td>
+ <td align="right">23183</td>
+ <td align="right">3.4%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Armin Le Grand</td>
+ <td align="right">11018</td>
+ <td align="right">1.6%</td>
+ </tr>
+ <tr class="Even">
+ <td>Juan C. Sanz</td>
+ <td align="right">4582</td>
+ <td align="right">0.7%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Oliver-Rainer Wittmann</td>
+ <td align="right">4309</td>
+ <td align="right">0.6%</td>
+ </tr>
+ <tr class="Even">
+ <td>Andrea Pescetti</td>
+ <td align="right">3908</td>
+ <td align="right">0.6%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Herbert Dürr</td>
+ <td align="right">2811</td>
+ <td align="right">0.4%</td>
+ </tr>
+ <tr class="Even">
+ <td>Tsutomu Uchino</td>
+ <td align="right">1991</td>
+ <td align="right">0.3%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Ariel Constenla-Haile</td>
+ <td align="right">1258</td>
+ <td align="right">0.2%</td>
+ </tr>
+ <tr class="Even">
+ <td>Steve Yin</td>
+ <td align="right">1010</td>
+ <td align="right">0.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Kay Schenk</td>
+ <td align="right">616</td>
+ <td align="right">0.1%</td>
+ </tr>
+ <tr class="Even">
+ <td>Regina Henschel</td>
+ <td align="right">417</td>
+ <td align="right">0.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Yuri Dario</td>
+ <td align="right">268</td>
+ <td align="right">0.0%</td>
+ </tr>
+ <tr class="Even">
+ <td>tal</td>
+ <td align="right">16</td>
+ <td align="right">0.0%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Clarence Guo</td>
+ <td align="right">11</td>
+ <td align="right">0.0%</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </blockquote>
+ <p> In truth, the above list is not just the most active OpenOffice developers — it is all of them; a total of 16 developers have committed changes to OpenOffice in the last year. Those developers changed 528,000 lines of code, but, as can be seen above, Jürgen Schmidt accounted for the bulk of those changes, which were mostly updates to translation files. </p>
+ <p> The top four developers in the "by changesets" column all work for IBM, so IBM is responsible for a minimum of about 60% of the changes to OpenOffice in the last year. </p>
+ <p> The picture for LibreOffice is just a little bit different; in the same one-year period, the project has committed 22,134 changesets from 268 developers. The most active of these developers were: </p>
+ <p> </p>
+ <blockquote>
+ <table>
+ <tbody>
+ <tr>
+ <th colspan="2" align="center">Most active LibreOffice developers</th>
+ </tr>
+ <tr>
+ <td width="50%" valign="top">
+ <table cellspacing="3">
+ <tbody>
+ <tr>
+ <th colspan="3">By changesets</th>
+ </tr>
+ <tr class="Even">
+ <td>Caolán McNamara</td>
+ <td align="right">4307</td>
+ <td align="right">19.5%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Stephan Bergmann</td>
+ <td align="right">2351</td>
+ <td align="right">10.6%</td>
+ </tr>
+ <tr class="Even">
+ <td>Miklos Vajna</td>
+ <td align="right">1449</td>
+ <td align="right">6.5%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Tor Lillqvist</td>
+ <td align="right">1159</td>
+ <td align="right">5.2%</td>
+ </tr>
+ <tr class="Even">
+ <td>Noel Grandin</td>
+ <td align="right">1064</td>
+ <td align="right">4.8%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Markus Mohrhard</td>
+ <td align="right">935</td>
+ <td align="right">4.2%</td>
+ </tr>
+ <tr class="Even">
+ <td>Michael Stahl</td>
+ <td align="right">915</td>
+ <td align="right">4.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Kohei Yoshida</td>
+ <td align="right">755</td>
+ <td align="right">3.4%</td>
+ </tr>
+ <tr class="Even">
+ <td>Tomaž Vajngerl</td>
+ <td align="right">658</td>
+ <td align="right">3.0%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Thomas Arnhold</td>
+ <td align="right">619</td>
+ <td align="right">2.8%</td>
+ </tr>
+ <tr class="Even">
+ <td>Jan Holesovsky</td>
+ <td align="right">466</td>
+ <td align="right">2.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Eike Rathke</td>
+ <td align="right">457</td>
+ <td align="right">2.1%</td>
+ </tr>
+ <tr class="Even">
+ <td>Matteo Casalin</td>
+ <td align="right">442</td>
+ <td align="right">2.0%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Bjoern Michaelsen</td>
+ <td align="right">421</td>
+ <td align="right">1.9%</td>
+ </tr>
+ <tr class="Even">
+ <td>Chris Sherlock</td>
+ <td align="right">396</td>
+ <td align="right">1.8%</td>
+ </tr>
+ <tr class="Odd">
+ <td>David Tardon</td>
+ <td align="right">386</td>
+ <td align="right">1.7%</td>
+ </tr>
+ <tr class="Even">
+ <td>Julien Nabet</td>
+ <td align="right">362</td>
+ <td align="right">1.6%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Zolnai Tamás</td>
+ <td align="right">338</td>
+ <td align="right">1.5%</td>
+ </tr>
+ <tr class="Even">
+ <td>Matúš Kukan</td>
+ <td align="right">256</td>
+ <td align="right">1.2%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Robert&nbsp;Antoni&nbsp;Buj&nbsp;Gelonch</td>
+ <td align="right">231</td>
+ <td align="right">1.0%</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td width="50%" valign="top">
+ <table cellspacing="3">
+ <tbody>
+ <tr>
+ <th colspan="3">By changed lines</th>
+ </tr>
+ <tr class="Even">
+ <td>Lionel Elie Mamane</td>
+ <td align="right">244062</td>
+ <td align="right">12.5%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Noel Grandin</td>
+ <td align="right">238711</td>
+ <td align="right">12.2%</td>
+ </tr>
+ <tr class="Even">
+ <td>Stephan Bergmann</td>
+ <td align="right">161220</td>
+ <td align="right">8.3%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Miklos Vajna</td>
+ <td align="right">129325</td>
+ <td align="right">6.6%</td>
+ </tr>
+ <tr class="Even">
+ <td>Caolán McNamara</td>
+ <td align="right">97544</td>
+ <td align="right">5.0%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Tomaž Vajngerl</td>
+ <td align="right">69404</td>
+ <td align="right">3.6%</td>
+ </tr>
+ <tr class="Even">
+ <td>Tor Lillqvist</td>
+ <td align="right">59498</td>
+ <td align="right">3.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Laurent Balland-Poirier</td>
+ <td align="right">52802</td>
+ <td align="right">2.7%</td>
+ </tr>
+ <tr class="Even">
+ <td>Markus Mohrhard</td>
+ <td align="right">50509</td>
+ <td align="right">2.6%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Kohei Yoshida</td>
+ <td align="right">45514</td>
+ <td align="right">2.3%</td>
+ </tr>
+ <tr class="Even">
+ <td>Chris Sherlock</td>
+ <td align="right">36788</td>
+ <td align="right">1.9%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Peter Foley</td>
+ <td align="right">34305</td>
+ <td align="right">1.8%</td>
+ </tr>
+ <tr class="Even">
+ <td>Christian Lohmaier</td>
+ <td align="right">33787</td>
+ <td align="right">1.7%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Thomas Arnhold</td>
+ <td align="right">32722</td>
+ <td align="right">1.7%</td>
+ </tr>
+ <tr class="Even">
+ <td>David Tardon</td>
+ <td align="right">21681</td>
+ <td align="right">1.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>David Ostrovsky</td>
+ <td align="right">21620</td>
+ <td align="right">1.1%</td>
+ </tr>
+ <tr class="Even">
+ <td>Jan Holesovsky</td>
+ <td align="right">20792</td>
+ <td align="right">1.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Valentin Kettner</td>
+ <td align="right">20526</td>
+ <td align="right">1.1%</td>
+ </tr>
+ <tr class="Even">
+ <td>Robert&nbsp;Antoni&nbsp;Buj&nbsp;Gelonch</td>
+ <td align="right">20447</td>
+ <td align="right">1.0%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Michael Stahl</td>
+ <td align="right">18216</td>
+ <td align="right">0.9%</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </blockquote>
+ <p> To a first approximation, the top ten companies supporting LibreOffice in the last year are: </p>
+ <p> </p>
+ <blockquote>
+ <table>
+ <tbody>
+ <tr>
+ <th colspan="3">Companies supporting LibreOffice development</th>
+ </tr>
+ <tr>
+ <th colspan="3">(by changesets)</th>
+ </tr>
+ <tr class="Even">
+ <td>Red Hat</td>
+ <td align="right">8417</td>
+ <td align="right">38.0%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Collabora <strike>Multimedia</strike></td>
+ <td align="right">6531</td>
+ <td align="right">29.5%</td>
+ </tr>
+ <tr class="Even">
+ <td>(Unknown)</td>
+ <td align="right">5126</td>
+ <td align="right">23.2%</td>
+ </tr>
+ <tr class="Odd">
+ <td>(None)</td>
+ <td align="right">1490</td>
+ <td align="right">6.7%</td>
+ </tr>
+ <tr class="Even">
+ <td>Canonical</td>
+ <td align="right">422</td>
+ <td align="right">1.9%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Igalia S.L.</td>
+ <td align="right">80</td>
+ <td align="right">0.4%</td>
+ </tr>
+ <tr class="Even">
+ <td>Ericsson</td>
+ <td align="right">21</td>
+ <td align="right">0.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>Yandex</td>
+ <td align="right">18</td>
+ <td align="right">0.1%</td>
+ </tr>
+ <tr class="Even">
+ <td>FastMail.FM</td>
+ <td align="right">17</td>
+ <td align="right">0.1%</td>
+ </tr>
+ <tr class="Odd">
+ <td>SUSE</td>
+ <td align="right">7</td>
+ <td align="right">0.0%</td>
+ </tr>
+ </tbody>
+ </table>
+ </blockquote>
+ <p> Development work on LibreOffice is thus concentrated in a small number of companies, though it is rather more spread out than OpenOffice development. It is worth noting that the LibreOffice developers with unknown affiliation, who contributed 23% of the changes, make up 82% of the developer base, so there would appear to be a substantial community of developers contributing from outside the above-listed companies. </p>
+ <p> </p>
+ <h4>Some conclusions</h4>
+ <p> Last October, some <a href="/Articles/637742/">concerns</a> were raised on the OpenOffice list about the health of that project's community. At the time, Rob Weir <a href="/Articles/637743/">shrugged them off</a> as the result of a marketing effort by the LibreOffice crowd. There can be no doubt that the war of words between these two projects has gotten tiresome at times, but, looking at the above numbers, it is hard not to conclude that there is an issue that goes beyond marketing hype here. </p>
+ <p> In the 4½ years since its founding, the LibreOffice project has put together a community with over 250 active developers. There is support from multiple companies and an impressive rate of patches going into the project's repository. The project's ability to sustain nearly monthly releases on two branches is a direct result of that community's work. Swearing at LibreOffice is one of your editor's favorite pastimes, but it seems clear that the project is on a solid footing with a healthy community. </p>
+ <p> OpenOffice, instead, is driven by four developers from a single company — a company that appears to have been deemphasizing OpenOffice work for some time. As a result, the project's commit rate is a fraction of what LibreOffice is able to sustain and releases are relatively rare. As of this writing, the <a href="https://blogs.apache.org/OOo/">OpenOffice
+blog</a> shows no posts in 2015. In the October discussion, Rob <a href="/Articles/637750/">said</a> that "<span>the dogs may
+bark but the caravan moves on.</span>" That may be true, but, in this case, the caravan does not appear to be moving with any great speed. </p>
+ <p> Anything can happen in the free-software development world; it is entirely possible that a reinvigorated OpenOffice.org may yet give LibreOffice a run for its money. But something will clearly have to change to bring that future around. As things stand now, it is hard not to conclude that LibreOffice has won the battle for developer participation. </p>
+ <p><a href="/Articles/637735/#Comments">Comments (74 posted)</a> </p>
+ <p> </p>
+ <p> <b>Page editor</b>: Jonathan Corbet
+ <br/> </p>
+ <h2>Inside this week's LWN.net Weekly Edition</h2>
+ <ul>
+ <li> <a href="/Articles/637395/">Security</a>: Toward secure package downloads; New vulnerabilities in drupal, mozilla, openssl, python-django ... </li>
+ <li> <a href="/Articles/637396/">Kernel</a>: LSFMM coverage: NFS, defragmentation, epoll(), copy offload, and more. </li>
+ <li> <a href="/Articles/637397/">Distributions</a>: A look at Debian's 2015 DPL candidates; Debian, Fedora, ... </li>
+ <li> <a href="/Articles/637398/">Development</a>: A look at GlusterFS; LibreOffice Online; Open sourcing existing code; Secure Boot in Windows 10; ... </li>
+ <li> <a href="/Articles/637399/">Announcements</a>: A Turing award for Michael Stonebraker, Sébastien Jodogne, ReGlue are Free Software Award winners, Kat Walsh joins FSF board of directors, Cyanogen, ... </li>
+ </ul> <b>Next page</b>: <a href="/Articles/637395/">Security&gt;&gt;</a>
+ <br/> </div>
+ <!-- ArticleText -->
+ </td>
+ <!-- MC -->
+ <td class="RightColumn">
+ <div id="azk93271_right_zone"></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!-- endpage -->
+ <br clear="all"/>
+ <center>
+ <p> <font size="-2">
+ Copyright © 2015, Eklektix, Inc.<br/>
+
+ Comments and public postings are copyrighted by their creators.<br/>
+ Linux is a registered trademark of Linus Torvalds<br/>
+ </font> </p>
+ </center>
+</body>
+
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json
new file mode 100644
index 0000000..958972e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json
@@ -0,0 +1,4 @@
+{
+ "ArticleByLine": true,
+ "SubstituteEntities": true
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json
new file mode 100644
index 0000000..cab39a2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json
@@ -0,0 +1,5 @@
+[
+ "http:\/\/s.marketwatch.com\/public\/resources\/MWimages\/MW-GG178_realty_ZG_20180323163027.jpg",
+ "https:\/\/ei.marketwatch.com\/Multimedia\/2018\/03\/23\/Photos\/ZH\/MW-GG178_realty_20180323163027_ZH.jpg?uuid=0597cc9a-2ed9-11e8-a272-ac162d7bc1f7",
+ "https:\/\/i.mktw.net\/_newsimages\/2014_dreds\/andreariquiernew_100.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json
new file mode 100644
index 0000000..d603426
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Andrea Riquier",
+ "Direction": null,
+ "Excerpt": "House prices show no sign of slowing down, according to a closely-watched index out Tuesday.",
+ "Image": "http:\/\/s.marketwatch.com\/public\/resources\/MWimages\/MW-GG178_realty_ZG_20180323163027.jpg",
+ "Title": "Home prices are still on fire, Case-Shiller data show",
+ "SiteName": "MarketWatch"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html
new file mode 100644
index 0000000..2531251
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html
@@ -0,0 +1,98 @@
+<div id="topper">
+
+
+ <p id="published-timestamp">Published: <span>Mar 27, 2018 9:00 a.m. ET</span></p>
+
+
+
+
+
+ <h2 id="article-subhead" itemprop="alternativeHeadline">
+
+
+<p>After a lull, San Francisco is back to being one of the top three hottest markets</p>
+ </h2>
+
+ </div><div id="content-hole">
+
+
+
+
+ <article id="article" itemscope itemtype="http://schema.org/NewsArticle" itemref="article-headline article-subhead">
+ <meta id="article-section" itemprop="articleSection" content>
+ <meta id="thumbnail-url" itemprop="thumbnailUrl" content>
+ <meta id="date-created" itemprop="dateCreated" content="Mar 27, 2018 9:00 a.m. ET">
+ <meta id="date-published" itemprop="datePublished" content="Mar 27, 2018 9:00 a.m. ET">
+
+ <figure>
+ <p><img alt src="https://ei.marketwatch.com/Multimedia/2018/03/23/Photos/ZH/MW-GG178_realty_20180323163027_ZH.jpg?uuid=0597cc9a-2ed9-11e8-a272-ac162d7bc1f7">
+ <cite>Bloomberg News/Landov</cite>
+ </p>
+ <figcaption>A home for sale in Seattle, Wash., one of the nation’s hottest housing markets. </figcaption>
+ </figure>
+
+ <div id="article-meat">
+ <div id="article-left-rail">
+ <p><a href="https://www.marketwatch.com/topics/journalists/andrea-riquier">
+ <img alt="Author photo" src="https://i.mktw.net/_newsimages/2014_dreds/andreariquiernew_100.png">
+ </a></p><p>By</p>
+ <a rel="author" title="Andrea Riquier" href="https://www.marketwatch.com/topics/journalists/andrea-riquier">
+
+ </a>
+
+
+ </div>
+
+ <div id="article-body" itemprop="articleBody">
+
+
+
+
+
+
+
+
+
+ <p> <strong>The numbers:</strong> The S&amp;P/Case-Shiller national index rose a seasonally adjusted 0.5% in the three-month period ending in January, and was up 6.2% compared to a year before. The 20-city index rose a seasonally adjusted 0.8% for the month, and 6.4% for the year.</p> <p> <strong>What happened: </strong>Prices are still on fire. And the West is still the best: Seattle, Las Vegas and San Francisco all notched double-digit yearly price gains. Only one city, Washington, D.C., had a negative monthly reading. </p> <p>As David Blitzer, chairman of the index committee at S&amp;P Dow Jones Indices, noted in a release, the price gains are all about demand and lack of supply. </p> <p>“The current months-supply — how many months at the current sales rate would be needed to absorb homes currently for sale — is 3.4; the average since 2000 is 6.0 months, and the high in July 2010 was 11.9,” Blitzer wrote. “Currently, the homeowner vacancy rate is 1.6% compared to an average of 2.1% since 2000; it peaked in 2010 at 2.7%. Despite limited supplies, rising prices and higher mortgage rates, affordability is not a concern.”</p> <p>Relatively affordable housing is cold comfort to many would-be home buyers who simply can’t find anything to buy. </p> <p> <strong>Read:</strong> <a href="http://fakehost/story/two-thirds-of-house-hunters-have-been-searching-for-3-months-or-more-2018-02-22">Most house hunters have been searching for 3 months or more</a> </p> <p> <strong>Big picture:</strong> Economists had forecast a 0.7% monthly increase, and a 6.2% 12-month increase, for the 20-city index. <a href="http://fakehost/story/why-its-so-hard-to-forecast-home-prices-for-2018-and-why-that-should-worry-you-2017-12-19">As MarketWatch has reported</a>, most housing analysts have argued that the ongoing price gains in housing can’t last — and yet they have so far. </p> <table readabilityDataTable="1"> <tbody> <tr> <td id colspan> <strong>Metro</strong> </td> <td id colspan> <strong>Monthly change</strong> </td> <td id colspan> <strong>12-month change</strong> </td> </tr> <tr> <td id colspan>Atlanta</td> <td id colspan>0.7%</td> <td id colspan>6.5%</td> </tr> <tr> <td id colspan>Boston</td> <td id colspan>0.2%</td> <td id colspan>5.3%</td> </tr> <tr> <td id colspan>Charlotte</td> <td id colspan>0.4%</td> <td id colspan>6.0%</td> </tr> <tr> <td id colspan>Chicago</td> <td id colspan>0.0%</td> <td id colspan>2.4%</td> </tr> <tr> <td id colspan>Cleveland</td> <td id colspan>0.0%</td> <td id colspan>3.5%</td> </tr> <tr> <td id colspan>Dallas</td> <td id colspan>0.2%</td> <td id colspan>6.9%</td> </tr> <tr> <td id colspan>Denver</td> <td id colspan>0.7%</td> <td id colspan>7.6%</td> </tr> <tr> <td id colspan>Detroit</td> <td id colspan>0.1%</td> <td id colspan>7.6%</td> </tr> <tr> <td id colspan>Las Vegas</td> <td id colspan>0.6%</td> <td id colspan>11.1%</td> </tr> <tr> <td id colspan>Los Angeles</td> <td id colspan>0.6%</td> <td id colspan>7.6%</td> </tr> <tr> <td id colspan>Miami</td> <td id colspan>0.6%</td> <td id colspan>4.0%</td> </tr> <tr> <td id colspan>Minneapolis</td> <td id colspan>0.1%</td> <td id colspan>5.9%</td> </tr> <tr> <td id colspan>New York</td> <td id colspan>0.0%</td> <td id colspan>5.2%</td> </tr> <tr> <td id colspan>Phoenix</td> <td id colspan>0.3%</td> <td id colspan>5.9%</td> </tr> <tr> <td id colspan>Portland</td> <td id colspan>0.4%</td> <td id colspan>7.1%</td> </tr> <tr> <td id colspan>San Diego</td> <td id colspan>0.8%</td> <td id colspan>7.4%</td> </tr> <tr> <td id colspan>San Francisco</td> <td id colspan>0.4%</td> <td id colspan>10.2%</td> </tr> <tr> <td id colspan>Seattle</td> <td id colspan>0.7%</td> <td id colspan>12.9%</td> </tr> <tr> <td id colspan>Tampa</td> <td id colspan>0.4%</td> <td id colspan>6.7%</td> </tr> <tr> <td id colspan>Washington</td> <td id colspan>-0.4%</td> <td id colspan>2.4%</td> </tr> </tbody> </table> <p>Read: <a href="http://fakehost/story/mortgage-rates-edge-up-even-as-trade-war-worries-loom-ahead-2018-03-22">Mortgage rates edge up even as trade war worries loom ahead</a></p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ </article>
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html
new file mode 100644
index 0000000..080f03d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html
@@ -0,0 +1,1453 @@
+<!DOCTYPE html>
+<html lang="en-US">
+<head>
+ <title>Home prices are still on fire, Case-Shiller data show - MarketWatch</title>
+ <link id="canonical-link" rel="canonical" href="https://www.marketwatch.com/story/home-prices-are-still-on-fire-case-shiller-data-show-2018-03-27" />
+ <link rel="amphtml" href="https://www.marketwatch.com/amp/story/guid/0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD" />
+ <link rel="alternate" href="mwatch://article?id=0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD" />
+ <meta name="apple-itunes-app" content="app-id=336693422,app-argument=mwatch://article?id=0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD" />
+<link href="https://mw4.wsj.net/mw5/content/images/favicons/apple-touch-icon.png" rel="apple-touch-icon"/>
+<link href="https://mw4.wsj.net/mw5/content/images/favicons/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
+<link href="https://mw4.wsj.net/mw5/content/images/favicons/apple-touch-icon-167x167.png" rel="apple-touch-icon" sizes="167x167"/>
+<link href="https://mw4.wsj.net/mw5/content/images/favicons/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"/>
+<link href="https://mw4.wsj.net/mw5/content/logos/favicon.ico" rel="shortcut icon"/>
+ <link href='https://sts3.wsj.net/bucket-a/foxtrot/public/article.min-b0b1af56eb.css' media='all' rel='stylesheet' type='text/css'/>
+ <script src='https://sts3.wsj.net/bucket-a/foxtrot/public/article.min-ebaf39a94a.js' type='text/javascript'></script>
+ <meta charset="utf-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
+<meta name="page.site" content="marketwatch" />
+<meta name="apple-itunes-app" content="app-id=336693422" />
+<meta property="fb:app_id" content="283204329838" />
+<meta property="og:site_name" content="MarketWatch" />
+<meta name="twitter:site:id" content="624413" />
+<meta name="twitter:domain" content="marketwatch.com" />
+<meta name="article.content_group" content="marketwatch" />
+<meta name="article.id" content="0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD" />
+<meta name="article.section" content="Economy & Politics" />
+<meta property="article:publisher" content="https://www.facebook.com/marketwatch" />
+<meta name="author" content="Andrea Riquier" />
+<meta name="description" content="House prices show no sign of slowing down, according to a closely-watched index out Tuesday." />
+<meta property="og:description" content="House prices show no sign of slowing down, according to a closely-watched index out Tuesday." />
+<meta name="twitter:description" content="House prices show no sign of slowing down, according to a closely-watched index out Tuesday." />
+<meta property="og:type" content="article" />
+<meta property="og:url" content="https://www.marketwatch.com/story/home-prices-are-still-on-fire-case-shiller-data-show-2018-03-27" />
+<meta property="og:title" content="Home prices are still on fire, Case-Shiller data show" />
+<meta name="article.column" content="Economic Report" />
+<meta name="article.doctype" content="103" />
+<meta name="article.template" content="Normal" />
+<meta name="news_keywords" content="Construction and Materials,Manufacturing" />
+<meta name="robots" content="noarchive,noodp" />
+<meta property="og:image" content="http://s.marketwatch.com/public/resources/MWimages/MW-GG178_realty_ZG_20180323163027.jpg" />
+<meta name="twitter:domain" content="marketwatch.com" />
+<meta name="twitter:image" content="http://s.marketwatch.com/public/resources/MWimages/MW-GG178_realty_ZG_20180323163027.jpg" />
+<meta name="twitter:image:width" content="1320" />
+<meta name="twitter:image:height" content="742" />
+<meta name="twitter:card" content="summary_large_image" />
+<meta name="twitter:creator" content="@ARiquier" />
+<meta name="parsely-title" content="Home prices are still on fire, Case-Shiller data show" />
+<meta name="parsely-link" content="https://www.marketwatch.com/story/home-prices-are-still-on-fire-case-shiller-data-show-2018-03-27" />
+<meta name="parsely-type" content="post" />
+<meta name="parsely-section" content="Economy & Politics" />
+<meta name="parsely-author" content="Andrea Riquier" />
+<meta name="parsely-pub-date" content="2018-03-27T09:00:00-04:00" />
+<meta name="parsely-post-id" content="0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD" />
+<meta name="parsely-tags" content="PageType: Article, Column: Economic Report, Doctype: 103, Template: Normal, MW-Industry: Construction and Materials, MW-Industry: Manufacturing, GUID: 0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD, Industry: Construction/Real Estate, Subject: Economic News" />
+<meta name="keywords" content="construction, real estate, economic news, united states" />
+ <meta name="theme-color" content="#2e2e2f" />
+ <script type="text/javascript">
+ window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o?o:e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({QJf3ax:[function(t,e){function n(t){function e(e,n,a){t&&t(e,n,a),a||(a={});for(var c=s(e),f=c.length,u=i(a,o,r),d=0;f>d;d++)c[d].apply(u,n);return u}function a(t,e){f[t]=s(t).concat(e)}function s(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:s,_events:f}}function r(){return{}}var o="nr@context",i=t("gos");e.exports=n()},{gos:"7eSDFh"}],ee:[function(t,e){e.exports=t("QJf3ax")},{}],3:[function(t){function e(t,e,n,i,s){try{c?c-=1:r("err",[s||new UncaughtException(t,e,n)])}catch(f){try{r("ierr",[f,(new Date).getTime(),!0])}catch(u){}}return"function"==typeof a?a.apply(this,o(arguments)):!1}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function n(t){r("err",[t,(new Date).getTime()])}var r=t("handle"),o=t(5),i=t("ee"),a=window.onerror,s=!1,c=0;t("loader").features.err=!0,window.onerror=e,NREUM.noticeError=n;try{throw new Error}catch(f){"stack"in f&&(t(1),t(4),"addEventListener"in window&&t(2),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(3),s=!0)}i.on("fn-start",function(){s&&(c+=1)}),i.on("fn-err",function(t,e,r){s&&(this.thrown=!0,n(r))}),i.on("fn-end",function(){s&&!this.thrown&&c>0&&(c-=1)}),i.on("internal-error",function(t){r("ierr",[t,(new Date).getTime(),!0])})},{1:8,2:5,3:9,4:7,5:20,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],4:[function(t){function e(){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var n=t("ee"),r=t("handle"),o=t(2);t("loader").features.stn=!0,t(1),n.on("fn-start",function(t){var e=t[0];e instanceof Event&&(this.bstStart=Date.now())}),n.on("fn-end",function(t,e){var n=t[0];n instanceof Event&&r("bst",[n,e,this.bstStart,Date.now()])}),o.on("fn-start",function(t,e,n){this.bstStart=Date.now(),this.bstType=n}),o.on("fn-end",function(t,e){r("bstTimer",[e,this.bstStart,Date.now(),this.bstType])}),n.on("pushState-start",function(){this.time=Date.now(),this.startPath=location.pathname+location.hash}),n.on("pushState-end",function(){r("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),"addEventListener"in window.performance&&(window.performance.addEventListener("webkitresourcetimingbufferfull",function(){r("bstResource",[window.performance.getEntriesByType("resource")]),window.performance.webkitClearResourceTimings()},!1),window.performance.addEventListener("resourcetimingbufferfull",function(){r("bstResource",[window.performance.getEntriesByType("resource")]),window.performance.clearResourceTimings()},!1)),document.addEventListener("scroll",e,!1),document.addEventListener("keypress",e,!1),document.addEventListener("click",e,!1)}},{1:6,2:8,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],5:[function(t,e){function n(t){i.inPlace(t,["addEventListener","removeEventListener"],"-",r)}function r(t){return t[1]}var o=(t(1),t("ee").create()),i=t(2)(o),a=t("gos");if(e.exports=o,n(window),"getPrototypeOf"in Object){for(var s=document;s&&!s.hasOwnProperty("addEventListener");)s=Object.getPrototypeOf(s);s&&n(s);for(var c=XMLHttpRequest.prototype;c&&!c.hasOwnProperty("addEventListener");)c=Object.getPrototypeOf(c);c&&n(c)}else XMLHttpRequest.prototype.hasOwnProperty("addEventListener")&&n(XMLHttpRequest.prototype);o.on("addEventListener-start",function(t){if(t[1]){var e=t[1];"function"==typeof e?this.wrapped=t[1]=a(e,"nr@wrapped",function(){return i(e,"fn-",null,e.name||"anonymous")}):"function"==typeof e.handleEvent&&i.inPlace(e,["handleEvent"],"fn-")}}),o.on("removeEventListener-start",function(t){var e=this.wrapped;e&&(t[1]=e)})},{1:20,2:21,ee:"QJf3ax",gos:"7eSDFh"}],6:[function(t,e){var n=(t(2),t("ee").create()),r=t(1)(n);e.exports=n,r.inPlace(window.history,["pushState"],"-")},{1:21,2:20,ee:"QJf3ax"}],7:[function(t,e){var n=(t(2),t("ee").create()),r=t(1)(n);e.exports=n,r.inPlace(window,["requestAnimationFrame","mozRequestAnimationFrame","webkitRequestAnimationFrame","msRequestAnimationFrame"],"raf-"),n.on("raf-start",function(t){t[0]=r(t[0],"fn-")})},{1:21,2:20,ee:"QJf3ax"}],8:[function(t,e){function n(t,e,n){var r=t[0];"string"==typeof r&&(r=new Function(r)),t[0]=o(r,"fn-",null,n)}var r=(t(2),t("ee").create()),o=t(1)(r);e.exports=r,o.inPlace(window,["setTimeout","setInterval","setImmediate"],"setTimer-"),r.on("setTimer-start",n)},{1:21,2:20,ee:"QJf3ax"}],9:[function(t,e){function n(){c.inPlace(this,d,"fn-")}function r(t,e){c.inPlace(e,["onreadystatechange"],"fn-")}function o(t,e){return e}var i=t("ee").create(),a=t(1),s=t(2),c=s(i),f=s(a),u=window.XMLHttpRequest,d=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"];e.exports=i,window.XMLHttpRequest=function(t){var e=new u(t);try{i.emit("new-xhr",[],e),f.inPlace(e,["addEventListener","removeEventListener"],"-",function(t,e){return e}),e.addEventListener("readystatechange",n,!1)}catch(r){try{i.emit("internal-error",[r])}catch(o){}}return e},window.XMLHttpRequest.prototype=u.prototype,c.inPlace(XMLHttpRequest.prototype,["open","send"],"-xhr-",o),i.on("send-xhr-start",r),i.on("open-xhr-start",r)},{1:5,2:21,ee:"QJf3ax"}],10:[function(t){function e(t){if("string"==typeof t&&t.length)return t.length;if("object"!=typeof t)return void 0;if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if("undefined"!=typeof FormData&&t instanceof FormData)return void 0;try{return JSON.stringify(t).length}catch(e){return void 0}}function n(t){var n=this.params,r=this.metrics;if(!this.ended){this.ended=!0;for(var i=0;c>i;i++)t.removeEventListener(s[i],this.listener,!1);if(!n.aborted){if(r.duration=(new Date).getTime()-this.startTime,4===t.readyState){n.status=t.status;var a=t.responseType,f="arraybuffer"===a||"blob"===a||"json"===a?t.response:t.responseText,u=e(f);if(u&&(r.rxSize=u),this.sameOrigin){var d=t.getResponseHeader("X-NewRelic-App-Data");d&&(n.cat=d.split(", ").pop())}}else n.status=0;r.cbTime=this.cbTime,o("xhr",[n,r,this.startTime])}}}function r(t,e){var n=i(e),r=t.params;r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}if(window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&!/CriOS/.test(navigator.userAgent)){t("loader").features.xhr=!0;var o=t("handle"),i=t(2),a=t("ee"),s=["load","error","abort","timeout"],c=s.length,f=t(1);t(4),t(3),a.on("new-xhr",function(){this.totalCbs=0,this.called=0,this.cbTime=0,this.end=n,this.ended=!1,this.xhrGuids={}}),a.on("open-xhr-start",function(t){this.params={method:t[0]},r(this,t[1]),this.metrics={}}),a.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid)}),a.on("send-xhr-start",function(t,n){var r=this.metrics,o=t[0],i=this;if(r&&o){var f=e(o);f&&(r.txSize=f)}this.startTime=(new Date).getTime(),this.listener=function(t){try{"abort"===t.type&&(i.params.aborted=!0),("load"!==t.type||i.called===i.totalCbs&&(i.onloadCalled||"function"!=typeof n.onload))&&i.end(n)}catch(e){try{a.emit("internal-error",[e])}catch(r){}}};for(var u=0;c>u;u++)n.addEventListener(s[u],this.listener,!1)}),a.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),a.on("xhr-load-added",function(t,e){var n=""+f(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on("xhr-load-removed",function(t,e){var n=""+f(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),a.on("addEventListener-end",function(t,e){e instanceof XMLHttpRequest&&"load"===t[0]&&a.emit("xhr-load-added",[t[1],t[2]],e)}),a.on("removeEventListener-end",function(t,e){e instanceof XMLHttpRequest&&"load"===t[0]&&a.emit("xhr-load-removed",[t[1],t[2]],e)}),a.on("fn-start",function(t,e,n){e instanceof XMLHttpRequest&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=(new Date).getTime()))}),a.on("fn-end",function(t,e){this.xhrCbStart&&a.emit("xhr-cb-time",[(new Date).getTime()-this.xhrCbStart,this.onload,e],e)})}},{1:"XL7HBI",2:11,3:9,4:5,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],11:[function(t,e){e.exports=function(t){var e=document.createElement("a"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split("://");return!r.port&&o[1]&&(r.port=o[1].split("/")[0].split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname),r.sameOrigin=!e.hostname||e.hostname===document.domain&&e.port===n.port&&e.protocol===n.protocol,r}},{}],gos:[function(t,e){e.exports=t("7eSDFh")},{}],"7eSDFh":[function(t,e){function n(t,e,n){if(r.call(t,e))return t[e];var o=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return t[e]=o,o}var r=Object.prototype.hasOwnProperty;e.exports=n},{}],D5DuLP:[function(t,e){function n(t,e,n){return r.listeners(t).length?r.emit(t,e,n):(o[t]||(o[t]=[]),void o[t].push(e))}var r=t("ee").create(),o={};e.exports=n,n.ee=r,r.q=o},{ee:"QJf3ax"}],handle:[function(t,e){e.exports=t("D5DuLP")},{}],XL7HBI:[function(t,e){function n(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:i(t,o,function(){return r++})}var r=1,o="nr@id",i=t("gos");e.exports=n},{gos:"7eSDFh"}],id:[function(t,e){e.exports=t("XL7HBI")},{}],loader:[function(t,e){e.exports=t("G9z0Bl")},{}],G9z0Bl:[function(t,e){function n(){var t=p.info=NREUM.info;if(t&&t.agent&&t.licenseKey&&t.applicationID&&c&&c.body){p.proto="https"===d.split(":")[0]||t.sslForHttp?"https://":"http://",a("mark",["onload",i()]);var e=c.createElement("script");e.src=p.proto+t.agent,c.body.appendChild(e)}}function r(){"complete"===c.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=t("handle"),s=window,c=s.document,f="addEventListener",u="attachEvent",d=(""+location).split("?")[0],p=e.exports={offset:i(),origin:d,features:{}};c[f]?(c[f]("DOMContentLoaded",o,!1),s[f]("load",n,!1)):(c[u]("onreadystatechange",r),s[u]("onload",n)),a("mark",["firstbyte",i()])},{handle:"D5DuLP"}],20:[function(t,e){function n(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(0>o?0:o);++r<o;)i[r]=t[e+r];return i}e.exports=n},{}],21:[function(t,e){function n(t){return!(t&&"function"==typeof t&&t.apply&&!t[i])}var r=t("ee"),o=t(1),i="nr@wrapper",a=Object.prototype.hasOwnProperty;e.exports=function(t){function e(t,e,r,a){function nrWrapper(){var n,i,s,f;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){u([d,"",[n,i,a],s])}c(e+"start",[n,i,a],s);try{return f=t.apply(i,n)}catch(p){throw c(e+"err",[n,i,p],s),p}finally{c(e+"end",[n,i,f],s)}}return n(t)?t:(e||(e=""),nrWrapper[i]=!0,f(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c<r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,f?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){u([o,e,n,r])}}function f(t,e){if(Object.defineProperty&&Object.keys)try{var n=Object.keys(t);return n.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(r){u([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function u(e){try{t.emit("internal-error",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:20,ee:"QJf3ax"}]},{},["G9z0Bl",3,10,4]);
+ ;NREUM.info={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",licenseKey:"6e882eab2f",applicationID:"4126423",sa:1,agent:"js-agent.newrelic.com/nr-476.min.js"}
+ </script>
+ <script>
+ var slotMachine = (function () {
+ var _slots = {};
+ return {
+ add: function(name, slot, id) {
+ if (!_slots[name]) { _slots[name] = {} };
+ _slots[name].slot = slot;
+ _slots[name].id = id;
+ },
+ get: function(key) {
+ if (typeof key === 'string') {
+ return _slots[key];
+ }
+ else if (typeof key === 'object') {
+ for (var name in _slots) {
+ if (_slots.hasOwnProperty(name) && _slots[name].slot === key) {
+ return name;
+ }
+ }
+ }
+ },
+ getAll: function(device) {
+ return _slots;
+ },
+ onRenderEnd: function (event) {
+ var name = slotMachine.get(event.slot);
+ if (_slots[name]) {
+ _slots[name].rendered = true;
+ }
+ if ($) {
+ //$(window).trigger('adRendered', { name: name, slot: event.slot });
+ $('#' + _slots[name].id).trigger('rendered', { name: name, slot: event.slot });
+ }
+ },
+ slots: _slots
+ }
+ })();
+ var googletag = googletag || {};
+ googletag.cmd = googletag.cmd || [];
+ (function() {
+ var gads = document.createElement("script");
+ gads.async = true;
+ gads.type = "text/javascript";
+ var useSSL = "https:" == document.location.protocol;
+ gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
+ var node =document.getElementsByTagName("script")[0];
+ node.parentNode.insertBefore(gads, node);
+ })();
+
+ googletag.cmd.push(function() {
+ googletag.pubads().disableInitialLoad();
+ googletag.pubads().addEventListener('slotRenderEnded', slotMachine.onRenderEnd);
+ googletag.enableServices();
+ });
+
+
+ var prebidEnabled = true;
+ </script>
+
+
+ <script>
+ var _sf_startpt=(new Date()).getTime();
+ </script>
+ <script src='https://www.google.com/recaptcha/api.js'></script>
+</head>
+<body class="with-hero ">
+
+<section class="container container--masthead">
+<div class="region region--full fixed">
+
+ <input type="checkbox" class="hidden toggle--menu" id="main-menu"/>
+ <header class="column column--full masthead full-width">
+ <label class="btn btn--menu" for="main-menu" tabindex="1" data-focused="0">
+ <i class="icon"></i>
+ </label>
+
+ <h1 class="logo">
+ <a href="//www.marketwatch.com/" data-track-code="MW_Masthead_Logo">
+ <svg focusable="false" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 697.5 99.8" style="enable-background:new 0 0 697.5 99.8;" xml:space="preserve" role="img" aria-labelledby="mw-site-logo">
+ <title id="mw-site-logo">MarketWatch site logo</title>
+ <style type="text/css">
+ .svg1{fill:#ffffff;}
+ .svg2{fill:#00AC4E;}
+ </style>
+ <g>
+ <g>
+ <path class="svg1" d="M168.9,41.8l-1.2,5.9h-0.3c-1.5-3.3-5.7-7.9-15-7.9c-15,0-30.3,11.6-33.7,29.9c-2.9,16,4.8,30.1,22.6,30.1
+ c6.5,0,14-2.5,17.9-8h0.3l-1.1,6H175l10.4-56H168.9z M163.5,69.7c-1.1,5.5-6.3,14.4-16.7,14.4c-10.2,0-12.3-9-11.4-14.2
+ c1.2-6.4,6.9-14.4,16.6-14.4C161.5,55.6,164.7,63.1,163.5,69.7z"></path>
+ <path class="svg1" d="M194.8,41.8h15.6l-1.1,5.9h0.3c2-2.7,5.9-7.9,15.5-7.9l-3.1,17c-7.9,0.1-13.6,1.7-15.1,10.3l-5.7,30.7h-16.8
+ L194.8,41.8z"></path>
+ <polygon class="svg1" points="236.4,19.9 253.2,19.9 245.3,62.1 245.6,62.1 265,41.8 284.7,41.8 259.1,66.4 273.8,97.8 254.8,97.8
+ 244,70.8 243.7,70.8 238.8,97.8 221.9,97.8 "></polygon>
+ <path class="svg1" d="M311.6,39.8c-17,0-32.1,14.6-34.9,30.2c-3.1,16.6,8.1,29.7,24.2,29.7c5.7,0,11.6-1.7,16.8-5.1
+ c5.3-3.2,10.2-8,14-14.3h-17.1c-2.8,2.9-6,5.2-11.2,5.2c-6.5,0-11.4-3.9-11.1-10.6h42c0.5-1.3,0.8-2.3,1.2-4.4
+ C338.7,53.4,328.7,39.8,311.6,39.8z M294.6,63.6c1.3-3.3,5.9-9.6,14.6-9.6c8.7,0,10.8,6.3,10.8,9.6H294.6z"></path>
+ <polygon class="svg1" points="96.5,19.9 66.9,64.3 66.7,64.3 66.7,19.9 52.4,19.9 0,97.8 20.3,97.8 49.7,53.4 50,53.4 50,97.8
+ 64.4,97.8 93.8,53.4 94.1,53.4 94.1,97.8 110.9,97.8 110.9,19.9 "></polygon>
+ <path class="svg1" d="M378,41.8h-10.6l3.1-16.6h-14.7l-1.2,6.4c-1.3,7.3-5.9,9.5-12,10.2h-0.1L340,54.5h8.3l-8,43.3H357l8-43.3
+ h10.7L378,41.8z"></path>
+ </g>
+ <g>
+ <path class="svg2" d="M637.2,76.6c-5.5,12.7-18.6,23.1-33.7,23.1c-17,0-27.5-13.4-24.5-30.1c3.1-16.4,18.3-29.8,35.1-29.8
+ c14.8,0,25,9.9,25.3,23.6h-17c-1.1-3.9-3.6-7.9-10.7-7.9c-7.9-0.4-14.4,6.1-15.9,14.2c-1.5,8.2,2.7,14.3,10.7,14.3
+ c6.9,0,11.1-4,13.5-7.5H637.2z M498.4,0l-32.6,19.9h9.2l-29.5,44.4h-0.3V19.9h-14.4l-29.5,44.4H401V19.9h-16.8v77.9h14.6
+ l29.5-44.4h0.3v44.4h14.4l52.2-77.9h8.3L498.4,0z M530.2,97.8h-16.6l1.1-6h-0.3c-3.9,5.5-11.4,8-17.9,8
+ c-17.8,0-25.5-14-22.6-30.1c3.3-18.3,18.7-29.9,33.7-29.9c9.2,0,13.5,4.5,15,7.9h0.3l1.2-5.9h16.6L530.2,97.8z M502,84.2
+ c10.4,0,15.6-9,16.7-14.4c1.2-6.7-2-14.2-11.5-14.2c-9.6,0-15.4,8-16.6,14.4C489.7,75.2,491.8,84.2,502,84.2L502,84.2z
+ M582.5,41.8H572l3.1-16.6h-14.7l-1.2,6.4c-1.3,7.3-5.9,9.5-12,10.2H547l-2.4,12.7h8.3l-8,43.3h16.7l8-43.3h10.7L582.5,41.8z
+ M653,19.9h16.7l-5.1,27.8h0.3c3.6-5.2,8.4-7.9,15.8-7.9c5.3,0,11.4,2,14.2,6.3c3.6,5.5,3.2,10.4,1.3,20.4l-5.7,31.3h-16.7
+ l5.6-30.5c0.5-2.7,2.1-11.8-6.8-11.8c-9.4,0-11,8.4-11.5,11.2l-5.7,31h-16.7L653,19.9z"></path>
+ </g>
+ </g>
+ </svg>
+ </a>
+ </h1>
+
+ <ul class="list list--menu">
+ <li class="menu__item" data-section="Latest" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/latest-news">Latest</a></li>
+ <li class="menu__item" data-section="Watchlist" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/watchlist">Watchlist</a></li>
+ <li class="menu__item" data-section="Markets" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/markets">Markets</a></li>
+ <li class="menu__item" data-section="Investing" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/investing">Investing</a></li>
+ <li class="menu__item" data-section="Barron&#39;s" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/investing/barrons">Barron&#39;s</a></li>
+ <li class="menu__item" data-section="Economy" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/economy-politics">Economy</a></li>
+ <li class="menu__item" data-section="Personal Finance" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/personal-finance">Personal Finance</a></li>
+ <li class="menu__item" data-section="Retirement" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/retirement">Retirement</a></li>
+ <li class="menu__item" data-section="Video" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/video">Video</a></li>
+ <li class="menu__item" data-section="Opinion" data-click-through="top_nav"><a class="link" href="https://www.marketwatch.com/newsroom/opinion">Opinion</a></li>
+ </ul>
+
+ <div class="profile">
+ <div class="account-links">
+ <a class="btn btn--text btn--signup" class="user" data-identity="register">
+ <span class="label">Sign Up</span>
+ </a>
+ <span class="divider">&bull;</span>
+ <a class="btn btn--text btn--login" class="user" data-identity="login">
+ <span class="label">Log In</span>
+ </a>
+ </div>
+ </div>
+
+ <button class="btn btn--transparent btn--search" id="site-search-button">
+ <i class="icon icon--search"></i>
+ <span class="screen-reader-text">Search MarketWatch</span>
+ </button>
+
+ </header>
+
+ <div class="column column--full bulletins full-width">
+ <div class="element element--bulletins">
+ </div>
+ <div class="bulletin__ad">
+ <div id="ad-bulletin" aria-hidden="true" class="ad " data-name="Bulletin" data-conditions="1" data-site="marketwatch.com" data-zone="bulletin"
+ data-size="140x31" data-phone="0" data-portrait="" data-landscape="" data-desktop="" data-targeting="alert=volatility025,red;">
+
+ </div>
+ </div>
+</div>
+ <nav class="nav">
+ <div class="nav__content">
+
+ <div class="element element--ad">
+ <div is="mw-ad"> <div id="ad-nav-sponsor" aria-hidden="true" class="ad " data-name="Nav Sponsor" data-conditions="1" data-site="marketwatch.com" data-zone="nav_front"
+ data-size="280x40" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="alert=volatility025,red;">
+
+ </div>
+</div>
+ </div>
+
+ <ul class="list list--navigation">
+ <li class="list__item " data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com">Home</a>
+ </li>
+ <li class="list__item " data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/latest-news">Latest News</a>
+ </li>
+ <li class="list__item " data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/watchlist">Watchlist</a>
+ </li>
+ <li class="list__item has-children" data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/markets">Markets</a>
+ <i class="icon icon--caret-right"></i>
+ <div class="subNav">
+ <ul class="list list--subsections">
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/markets/us">U.S. Markets</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/markets/canada">Canada</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/markets/europe-middle-east">Europe &amp; Middle East</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/markets/asia">Asia</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/markets/emerging-markets">Emerging Markets</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/markets/latin-america">Latin America</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/marketsummary">Market Data</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="list__item has-children" data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/investing">Investing</a>
+ <i class="icon icon--caret-right"></i>
+ <div class="subNav">
+ <ul class="list list--subsections">
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/barrons">Barron&#39;s</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/stocks">Stocks</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/ipo">IPOs</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/mutual-funds">Mutual Funds</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/etf">ETFs</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/optionscenter">Options</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/bonds">Bonds</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/commodities">Commodities</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/currencies">Currencies</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/cryptocurrency">Cryptocurrencies</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/futures">Futures</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/financial-adviser-center">Financial Adviser Center</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/column/cannabis-watch">Cannabis</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="list__item " data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/investing/barrons">Barron&#39;s</a>
+ </li>
+ <li class="list__item has-children" data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/economy-politics">Economy &amp; Politics</a>
+ <i class="icon icon--caret-right"></i>
+ <div class="subNav">
+ <ul class="list list--subsections">
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/column/capitol-report">Capitol Report</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/column/trump-today">Trump Today</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/economy-politics/election-2020">Election 2020</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/column/the-fed">The Federal Reserve</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/column/economic-report">Economic Report</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/author/rex-nutting">Rex Nutting</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/economy-politics/brexit">Brexit</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/economy-politics/calendars/economic">U.S. Economic Calendar</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/story/should-i-itemize-or-take-the-standard-tax-deduction-a-calculator-to-help-decide-2019-02-12">Tax Withholding Calculator</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="list__item has-children" data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/personal-finance">Personal Finance</a>
+ <i class="icon icon--caret-right"></i>
+ <div class="subNav">
+ <ul class="list list--subsections">
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/column/the-moneyist">The Moneyist</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/personal-finance/spending-saving">Spending &amp; Saving</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/retirement">Retirement</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/personal-finance/taxes">Taxes</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/personal-finance/credit-cards">Credit Cards</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/personal-finance/careers">Careers</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/personal-finance/travel">Travel</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/real-estate">Real Estate</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/personal-finance/family-finance">Family Finance</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/column/love-and-money">Love &amp; Money</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/personal-finance/moneyish">Moneyish</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="list__item has-children" data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/retirement">Retirement</a>
+ <i class="icon icon--caret-right"></i>
+ <div class="subNav">
+ <ul class="list list--subsections">
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/retirement/best-new-ideas-in-retirement">Best New Ideas in Retirement</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/retirement/estate-planning">Estate Planning</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/retirement/fire">FIRE</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/retirement/taxes">Taxes</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/retirement/social-security">Social Security</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/retirement/real-estate">Real Estate</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/calculator/retirement/retirement-planning-calculator">Retirement Planner</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/graphics/best-place-to-retire/">Where Should I Retire?</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="list__item " data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/game">Virtual Stock Exchange</a>
+ </li>
+ <li class="list__item has-children" data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/video">Video</a>
+ <i class="icon icon--caret-right"></i>
+ <div class="subNav">
+ <ul class="list list--subsections">
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/video/sectorwatch">SectorWatch</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/video/the-moneyist">The Moneyist</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/video/getting-to-work-with">Getting to Work With</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/video/love-money">Love &amp; Money</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/video/explainomics">Explainomics</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/video/good-company">Good Company</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="list__item " data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/newsroom/opinion">Opinion</a>
+ </li>
+ <li class="list__item " data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/newsletters">Newsletter Center</a>
+ </li>
+ <li class="list__item has-children" data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/premium-newsletters">Premium Newsletters</a>
+ <i class="icon icon--caret-right"></i>
+ <div class="subNav">
+ <ul class="list list--subsections">
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/premium-newsletters/archive/retirement-weekly">Retirement Weekly</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/premium-newsletters/archive/technical-indicator">The Technical Indicator</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/premium-newsletters/archive/revolution-investing">Revolution Investing</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/premium-newsletters/archive/marketwatch-options-trader">Options Trader</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="list__item has-children" data-click-through="side_nav">
+ <a class="link " href="https://www.marketwatch.com/investing/research-tools">Research &amp; Tools</a>
+ <i class="icon icon--caret-right"></i>
+ <div class="subNav">
+ <ul class="list list--subsections">
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/watchlist">Watchlist</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/stockresearch/screener/">Stock Screener</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/earningscalendar">Earnings Calendar</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/screener">Market Screener</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/ipo-calendar">IPO Calendar</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/stockresearch/screener/premarket">Premarket Screener</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/optionscenter/calendar">Options Calendar</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/screener/after-hours">After Hours Screener</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/investing/currencies/tools">Currency Tools</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/mutual-fund/screener">Mutual Fund Screener</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/stockresearch/updown/">Upgrades &amp; Downgrades</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/mutual-fund/compare">Mutual Fund Comparison</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/partner/certificate-deposit">CDs</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/partner/savings-accounts">Savings Accounts</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/tools/partner/mortgage-rates">Mortgage Rates</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/graphics/best-place-to-retire/">Where Should I Retire?</a>
+ </li>
+ <li class="list__item">
+ <a class="link" href="https://www.marketwatch.com/calculator/retirement/retirement-planning-calculator">Retirement Planner</a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+
+ <div class="group group--buttons cover">
+ <a class="btn btn--transparent" href="" data-identity="register"><span class="label">Sign Up</span></a>
+ <a class="btn btn--primary" href="" data-identity="login"><span class="label">Log In</span></a>
+ </div>
+
+ <ul class="list list--profile">
+ <li class="list__item" data-click-through="side_nav"><a class="link" href="//www.marketwatch.com/my">Profile Settings</a></li>
+ <li class="list__item" data-click-through="side_nav"><a class="link" href="//www.marketwatch.com/watchlist">Watchlist</a></li>
+ <li class="list__item" data-click-through="side_nav"><a class="link" href="//www.marketwatch.com/tools/alerts/myalertsummary.asp">Email &amp; Alerts</a></li>
+ <li class="list__item" data-click-through="side_nav"><a class="link" href="//www.marketwatch.com/game">Games</a></li>
+
+ </ul>
+ </div>
+ </nav>
+</div>
+
+<div id="share-tools-fixed">
+ <div id="share-tools-content"></div>
+</div>
+ <div class="container--advertisement full-width" aria-hidden="true">
+ <div id="ad-banner" aria-hidden="true" class="ad " data-name="Banner" data-conditions="0" data-site="marketwatch.com" data-zone="economy_ecorpt"
+ data-size="728x90,970x66,970x90,970x250" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="alert=volatility025,red;">
+
+ </div>
+ </div>
+</section>
+<div id="non-chrome">
+ <div id="content-cutout">
+
+ <div id="newWatchlistBanner" class="element element--message">
+ <i class="btn btn--icon j-close" title="Click to hide this message">&times;</i>
+ <div class="message__text">
+ <h2 class="primary">A New Watchlist</h2>
+ <small class="secondary">
+ <span class="text">We&apos;ve updated Watchlist! The changes include a new, responsive design featuring extended-hours data and more news. <a class="link" href="https://www.marketwatch.com/graphics/watchlist/" target="_blank">Learn More</a></span>
+ </small>
+ </div>
+ </div>
+ <script type="text/javascript">
+ (function () {
+ var divBanner, btnClose;
+
+ function fnCloseClick(e) {
+ e.preventDefault();
+ var expireDate = new Date(Date.now() + (30 * 24 * 60 * 60 * 1000)).toUTCString(); // Expire in 30 days
+ document.cookie = 'hideNewWatchlistBanner=true;domain=.marketwatch.com;path=/;expires=' + expireDate;
+
+ if (btnClose) {
+ btnClose.removeEventListener('click', fnCloseClick);
+ }
+
+ if (divBanner) {
+ divBanner.parentNode.removeChild(divBanner);
+ }
+ }
+
+ divBanner = document.getElementById("newWatchlistBanner");
+ if (divBanner) {
+ btnClose = divBanner.querySelector('i.j-close');
+ if (btnClose) {
+ btnClose.addEventListener('click', fnCloseClick);
+ }
+ }
+ })();
+ </script>
+ </div>
+
+ <main id="main-hole" role="main">
+ <div class="lame-content-wrapper">
+
+ <div id="above">
+ <div class="breadcrumb-container">
+ <ol vocab="http://schema.org/" typeof="BreadcrumbList" class="nav--breadcrumb ">
+ <li property="itemListElement" typeof="ListItem" class="fa fa-angle-right breadcrumb_item">
+ <a property="item" typeof="WebPage" href="//www.marketwatch.com/">
+ <span property="name">Home</span>
+ </a>
+ <meta property="position" content="1">
+ </li>
+ <li property="itemListElement" typeof="ListItem" class="fa fa-angle-right breadcrumb_item">
+ <h2>
+ <a property="item" typeof="WebPage" href="//www.marketwatch.com/economy-politics">
+ <span property="name">Economy &amp; Politics</span>
+ </a>
+ </h2>
+ <meta property="position" content="1">
+ </li>
+ <li property="itemListElement" typeof="ListItem" class="fa fa-angle-right breadcrumb_item is_column">
+ <h2>
+ <a property="item" typeof="WebPage" href="//www.marketwatch.com/topics/columns/economic-report">
+ <span property="name">Economic Report</span>
+ </a>
+ </h2>
+ </li>
+</ol>
+ <a id="column-alerts" href="//www.marketwatch.com/tools/alerts/newsColumn.asp?selectedType=3&amp;chkProduct2=0&amp;Column=Economic%20Report">Get email alerts</a>
+ </div>
+
+ <div class="article-headline-wrapper">
+ <h1 id="article-headline" itemprop="headline">
+ Home prices are still on fire, Case-Shiller data show
+ </h1>
+ </div>
+ </div>
+
+ <div id="brass-rail">
+ <div id="ad-display-ad" aria-hidden="true" class="ad module sticky inactive " data-name="Display Ad" data-conditions="2" data-sticky-lower-bound-id="brass-rail" data-scroll-padding="500" data-refresh="20000" data-refresh-once="true" data-site="marketwatch.com" data-zone="economy_ecorpt"
+ data-size="300x250,300x600,300x1050" data-phone="" data-portrait="300x250" data-landscape="" data-desktop="" data-targeting="alert=volatility025,red;">
+
+ </div>
+ </div>
+
+ <div id="topper">
+<div id="author-bylines" class="byline">
+ By
+
+ <a rel="author" href="https://www.marketwatch.com/topics/journalists/andrea-riquier">Andrea Riquier</a>
+</div>
+
+ <p id="published-timestamp" class="timestamp">Published: <span>Mar 27, 2018 9:00 a.m. ET</span></p>
+
+<div id="share-bar" class="shareable" data-share-modprefix="mw_share_" data-share-text="Home prices are still on fire, Case-Shiller data show" data-share-url="https://www.marketwatch.com/story/home-prices-are-still-on-fire-case-shiller-data-show-2018-03-27">
+ <div class="total-shares">Share</div>
+ <div class="share-icons">
+ <div class="share-buttons-wrapper">
+ <button class="social-button facebook trackable" data-track-click="share_storytools_facebook">
+ <span class="icon"><svg focusable="false" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 330.3 330.3" enable-background="new 0 0 330.3 330.3" xml:space="preserve" role="img" aria-labelledby="icon-facebook">
+ <title id="icon-facebook">facebook icon</title>
+<path d="M0,0v330.3h330.3V0H0z M284.8,72.1h-30.2c-10.6,0-14.4,6-14.4,14.4v28.7h44.6l-5.3,50.6h-39.3V307h-59.7V165.7h-30.2v-50.6
+ h30.2V86.5c0-34,11.3-61.2,59.7-62.7h44.6V72.1z"/>
+</svg>
+</span>
+ <span class="count"></span>
+ </button>
+ <button class="social-button twitter trackable" data-track-click="share_storytools_twitter">
+ <span class="icon"><svg focusable="false" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 273.4 222.2" enable-background="new 0 0 273.4 222.2" xml:space="preserve" role="img" aria-labelledby="icon-twitter">
+ <title id="icon-twitter">Twitter icon</title>
+<path fill="#FFFFFF" d="M273.4,26.3c-10.1,4.5-20.9,7.5-32.2,8.8c11.6-6.9,20.5-17.9,24.7-31C255,10.5,243,15.2,230.2,17.7
+ C220,6.8,205.4,0,189.3,0c-31,0-56.1,25.1-56.1,56.1c0,4.4,0.5,8.7,1.5,12.8C88,66.5,46.7,44.2,19,10.3c-4.8,8.3-7.6,17.9-7.6,28.2
+ c0,19.5,9.9,36.6,25,46.7c-9.2-0.3-17.8-2.8-25.4-7c0,0.2,0,0.5,0,0.7c0,27.2,19.3,49.8,45,55c-4.7,1.3-9.7,2-14.8,2
+ c-3.6,0-7.1-0.4-10.6-1c7.1,22.3,27.9,38.5,52.4,39c-19.2,15-43.4,24-69.7,24c-4.5,0-9-0.3-13.4-0.8c24.8,15.9,54.3,25.2,86,25.2
+ c103.2,0,159.6-85.5,159.6-159.6c0-2.4-0.1-4.9-0.2-7.3C256.4,47.4,265.9,37.5,273.4,26.3z"/>
+</svg>
+</span>
+ <span class="count"></span>
+ </button>
+ <button class="social-button linkedin trackable" data-track-click="share_storytools_linkedin">
+ <span class="icon"><svg focusable="false" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 331.6 333.7" enable-background="new 0 0 331.6 333.7" xml:space="preserve" role="img" aria-labelledby="icon-linkedin">
+ <title id="icon-linkedin">Linkedin icon</title>
+<path d="M178.3,150.5V150c-0.1,0.2-0.2,0.3-0.3,0.5H178.3z M307.1,0H24.5C11,0,0,10.7,0,23.9v285.9c0,13.2,11,23.9,24.5,23.9h282.6
+ c13.5,0,24.5-10.7,24.5-23.9V23.9C331.6,10.7,320.6,0,307.1,0z M100.5,279.3H50.4V128.7h50.1V279.3z M75.5,108.1h-0.3
+ c-16.8,0-27.7-11.6-27.7-26c0-14.8,11.2-26,28.3-26c17.1,0,27.7,11.3,28,26C103.8,96.5,92.9,108.1,75.5,108.1z M281.1,279.3H231
+ v-80.6c0-20.2-7.2-34.1-25.4-34.1c-13.8,0-22.1,9.3-25.7,18.3c-1.3,3.2-1.7,7.7-1.7,12.2v84.1h-50.1c0,0,0.7-136.5,0-150.7h50.1V150
+ c6.6-10.3,18.5-24.9,45.1-24.9c33,0,57.7,21.5,57.7,67.8V279.3z"/>
+</svg>
+</span>
+ <span class="count"></span>
+ </button>
+ <button class="social-button flipboard trackable" data-track-click="share_storytools_flipboard">
+ <span class="icon"><svg focusable="false" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="-824 416 250 250" style="enable-background:new -824 416 250 250;" xml:space="preserve" role="img" aria-labelledby="icon-flipboard">
+ <title id="icon-flipboard">Flipboard icon</title>
+<style type="text/css">
+ .st0{fill:transparent;}
+ .st1{fill:#FFFFFF;}
+ .st2{fill:transparent;enable-background:new ;}
+ .st3{fill:transparent;enable-background:new ;}
+</style>
+<rect x="-824" y="416" class="st0" width="250" height="250"/>
+<g>
+ <path class="st1" d="M-824,416v250h250V416H-824z M-624,516h-50v50h-50v50h-50v-50.5v-50V466h50.5h50h49.5V516z"/>
+ <polygon class="st2" points="-673.5,466 -724,466 -724,516 -673.5,516 -624,516 -624,466 "/>
+ <rect x="-724" y="516" class="st3" width="50" height="50"/>
+</g>
+</svg>
+</span>
+ </button>
+ <div class="social-button email trackable">
+ <a class="shareicon" href="/story/home-prices-are-still-on-fire-case-shiller-data-show-2018-03-27/email" title="Email this story">
+ <span class="icon"><svg focusable="false" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 26.296 16.507" enable-background="new 0 0 26.296 16.507" xml:space="preserve" role="img" aria-labelledby="icon-email">
+ <title id="icon-email">Email icon</title>
+<path fill="#FFFFFF" d="M26.102,0H0.335L13.15,10.961L26.102,0z M13.145,12.941L0,1.697v14.81h26.296V1.81L13.145,12.941z"/>
+</svg>
+</span>
+ </a>
+ </div>
+ </div>
+ </div>
+ <div class="comment-icons">
+ <button class="social-button comment trackable">
+ <span class="icon"><svg focusable="false" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="16.87px" height="16.94px" viewBox="0 0 16.87 16.94" enable-background="new 0 0 16.87 16.94" xml:space="preserve" role="img" aria-labelledby="icon-comment">
+ <title id="icon-comment">Comment icon</title>
+<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M16.87,1.18v10.63c0,0.66-0.529,1.19-1.18,1.19H7.88L3.17,16.94
+ L3.82,13H1.18C0.53,13,0,12.47,0,11.81V1.18C0,0.53,0.53,0,1.18,0h14.51C16.34,0,16.87,0.53,16.87,1.18z"/>
+</svg>
+</span>
+ <span class="count spot-im-replies-count" data-post-id="0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD"></span>
+ </button>
+ </div>
+</div>
+
+<div id="article-tools">
+ <button class="tool text-resize">
+ <svg focusable="false" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 34.969 20.191" enable-background="new 0 0 34.969 20.191" xml:space="preserve" role="img" aria-labelledby="text-resize">
+ <title id="text-resize">Text Resize</title>
+ <g>
+ <g>
+ <path fill="#CED5D4" d="M6.338,0L0,19.919h5.767l0.983-3.719h6.311l0.956,3.719h5.74L13.34,0H6.338z M7.839,11.805
+ C8.645,8.693,9.165,6.608,9.4,5.549C9.635,4.491,9.792,3.731,9.872,3.27c0.088,0.498,0.272,1.321,0.551,2.47
+ c0.279,1.148,0.517,2.085,0.711,2.809l0.837,3.257H7.839z M33.381,5.74c-1.059-0.977-2.553-1.466-4.484-1.466
+ c-2.675,0-4.889,0.461-6.643,1.384l1.502,3.501c1.691-0.76,3.086-1.14,4.185-1.14c1.223,0,1.833,0.633,1.833,1.9v0.217
+ l-2.511,0.082c-2.117,0.1-3.733,0.549-4.849,1.351c-1.116,0.801-1.675,2.02-1.675,3.656c0,1.574,0.407,2.795,1.223,3.664
+ c0.814,0.868,1.931,1.303,3.348,1.303c1.151,0,2.091-0.163,2.817-0.488c0.726-0.326,1.438-0.932,2.139-1.818h0.106l0.996,2.035
+ h3.601V9.837C34.969,8.083,34.439,6.716,33.381,5.74z M29.801,14.248c0,0.651-0.225,1.18-0.671,1.588
+ c-0.448,0.406-0.985,0.609-1.614,0.609c-0.983,0-1.475-0.469-1.475-1.41c0-1.222,0.854-1.863,2.563-1.928l1.196-0.054V14.248z"/>
+ </g>
+ </g>
+ </svg>
+ </button>
+ <a href="/story/home-prices-are-still-on-fire-case-shiller-data-show-2018-03-27/print" class="tool print">
+ <svg focusable="false" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 26.311 25.725" enable-background="new 0 0 26.311 25.725" xml:space="preserve" role="img" aria-labelledby="icon-print">
+ <title id="icon-print">Print icon</title>
+ <path fill="#D2D2D2" d="M20.545,0H5.766v4.243h14.779V0z M25.029,5.772H1.281C0.574,5.772,0,6.346,0,7.053v9.424h3.859v-5.721
+ h18.592v5.721h3.859V7.053C26.311,6.346,25.738,5.772,25.029,5.772z M23.529,8.913c-0.566,0-1.025-0.459-1.025-1.025
+ s0.459-1.024,1.025-1.024c0.564,0,1.023,0.458,1.023,1.024S24.094,8.913,23.529,8.913z M19.453,24.217h-6.186
+ c-2.24,0-1.16-5.31-1.16-5.31s-5.18,1.258-5.246-1.116v-4.875H5.354v6.867l0.441,0.442l5.5,5.5h9.666V12.916h-1.508V24.217z"/>
+ </svg>
+ </a>
+</div>
+
+ <h2 id="article-subhead" itemprop="alternativeHeadline">
+
+
+<p>After a lull, San Francisco is back to being one of the top three hottest markets</p>
+ </h2>
+
+ </div>
+
+ <div id="content-hole">
+
+ <script type="text/javascript">
+ window.videoDomain = 'https://video-api.wsj.com';
+ </script>
+
+
+ <article id="article" class="with-hero " itemscope itemtype="http://schema.org/NewsArticle" itemref="article-headline article-subhead">
+ <meta id="article-section" itemprop="articleSection" content="">
+ <meta id="thumbnail-url" itemprop="thumbnailUrl" content="">
+ <meta id="date-created" itemprop="dateCreated" content="Mar 27, 2018 9:00 a.m. ET">
+ <meta id="date-published" itemprop="datePublished" content="Mar 27, 2018 9:00 a.m. ET">
+
+ <figure class="hero-figure has-caption">
+ <div class="hero-image-wrap">
+ <img class="article-image ZH" alt="" src="https://ei.marketwatch.com/Multimedia/2018/03/23/Photos/ZH/MW-GG178_realty_20180323163027_ZH.jpg?uuid=0597cc9a-2ed9-11e8-a272-ac162d7bc1f7" />
+ <cite>Bloomberg News/Landov</cite>
+ </div>
+ <figcaption>A home for sale in Seattle, Wash., one of the nation’s hottest housing markets. </figcaption>
+ </figure>
+
+ <div id="article-meat">
+ <div id="article-left-rail" class="left-rail">
+ <div id="author-dreds" class="first-author-has-dred">
+ <div class="author-dred">
+ <a class="dred" href="https://www.marketwatch.com/topics/journalists/andrea-riquier">
+ <img class="author-image" alt="Author photo" src="https://i.mktw.net/_newsimages/2014_dreds/andreariquiernew_100.png">
+ </a>
+ <p>By</p>
+ <a rel="author" title="Andrea Riquier" class="author-link" href="https://www.marketwatch.com/topics/journalists/andrea-riquier">
+ <h3 class="module-header">
+ Andrea<b>Riquier</b>
+ </h3>
+ </a>
+
+ <div class="social">
+ <a class="social-link twitter fa fa-twitter" href="http://twitter.com/ARiquier" target="_blank"></a>
+ <a class="social-link email fa fa-envelope" href="mailto:[email protected]"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div id="article-body" itemprop="articleBody">
+
+
+
+
+
+
+
+
+
+ <p> <strong>The numbers:</strong> The S&amp;P/Case-Shiller national index rose a seasonally adjusted 0.5% in the three-month period ending in January, and was up 6.2% compared to a year before. The 20-city index rose a seasonally adjusted 0.8% for the month, and 6.4% for the year.</p> <p> <strong>What happened: </strong>Prices are still on fire. And the West is still the best: Seattle, Las Vegas and San Francisco all notched double-digit yearly price gains. Only one city, Washington, D.C., had a negative monthly reading. </p> <p>As David Blitzer, chairman of the index committee at S&amp;P Dow Jones Indices, noted in a release, the price gains are all about demand and lack of supply. </p> <p>“The current months-supply — how many months at the current sales rate would be needed to absorb homes currently for sale — is 3.4; the average since 2000 is 6.0 months, and the high in July 2010 was 11.9,” Blitzer wrote. “Currently, the homeowner vacancy rate is 1.6% compared to an average of 2.1% since 2000; it peaked in 2010 at 2.7%. Despite limited supplies, rising prices and higher mortgage rates, affordability is not a concern.”</p> <p>Relatively affordable housing is cold comfort to many would-be home buyers who simply can’t find anything to buy. </p> <p> <strong>Read:</strong> <a href="/story/two-thirds-of-house-hunters-have-been-searching-for-3-months-or-more-2018-02-22" class="icon none" >Most house hunters have been searching for 3 months or more</a> </p> <p> <strong>Big picture:</strong> Economists had forecast a 0.7% monthly increase, and a 6.2% 12-month increase, for the 20-city index. <a href="/story/why-its-so-hard-to-forecast-home-prices-for-2018-and-why-that-should-worry-you-2017-12-19" class="icon none" >As MarketWatch has reported</a>, most housing analysts have argued that the ongoing price gains in housing can’t last — and yet they have so far. </p> <table> <tbody> <tr class="data"> <td id="" align="left" valign="top" colspan=""> <strong>Metro</strong> </td> <td id="" align="left" valign="top" colspan=""> <strong>Monthly change</strong> </td> <td id="" align="left" valign="top" colspan=""> <strong>12-month change</strong> </td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">Atlanta</td> <td id="" align="left" valign="top" colspan="">0.7%</td> <td id="" align="left" valign="top" colspan="">6.5%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Boston</td> <td id="" align="left" valign="top" colspan="">0.2%</td> <td id="" align="left" valign="top" colspan="">5.3%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">Charlotte</td> <td id="" align="left" valign="top" colspan="">0.4%</td> <td id="" align="left" valign="top" colspan="">6.0%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Chicago</td> <td id="" align="left" valign="top" colspan="">0.0%</td> <td id="" align="left" valign="top" colspan="">2.4%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">Cleveland</td> <td id="" align="left" valign="top" colspan="">0.0%</td> <td id="" align="left" valign="top" colspan="">3.5%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Dallas</td> <td id="" align="left" valign="top" colspan="">0.2%</td> <td id="" align="left" valign="top" colspan="">6.9%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">Denver</td> <td id="" align="left" valign="top" colspan="">0.7%</td> <td id="" align="left" valign="top" colspan="">7.6%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Detroit</td> <td id="" align="left" valign="top" colspan="">0.1%</td> <td id="" align="left" valign="top" colspan="">7.6%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">Las Vegas</td> <td id="" align="left" valign="top" colspan="">0.6%</td> <td id="" align="left" valign="top" colspan="">11.1%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Los Angeles</td> <td id="" align="left" valign="top" colspan="">0.6%</td> <td id="" align="left" valign="top" colspan="">7.6%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">Miami</td> <td id="" align="left" valign="top" colspan="">0.6%</td> <td id="" align="left" valign="top" colspan="">4.0%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Minneapolis</td> <td id="" align="left" valign="top" colspan="">0.1%</td> <td id="" align="left" valign="top" colspan="">5.9%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">New York</td> <td id="" align="left" valign="top" colspan="">0.0%</td> <td id="" align="left" valign="top" colspan="">5.2%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Phoenix</td> <td id="" align="left" valign="top" colspan="">0.3%</td> <td id="" align="left" valign="top" colspan="">5.9%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">Portland</td> <td id="" align="left" valign="top" colspan="">0.4%</td> <td id="" align="left" valign="top" colspan="">7.1%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">San Diego</td> <td id="" align="left" valign="top" colspan="">0.8%</td> <td id="" align="left" valign="top" colspan="">7.4%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">San Francisco</td> <td id="" align="left" valign="top" colspan="">0.4%</td> <td id="" align="left" valign="top" colspan="">10.2%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Seattle</td> <td id="" align="left" valign="top" colspan="">0.7%</td> <td id="" align="left" valign="top" colspan="">12.9%</td> </tr> <tr class="data even"> <td id="" align="left" valign="top" colspan="">Tampa</td> <td id="" align="left" valign="top" colspan="">0.4%</td> <td id="" align="left" valign="top" colspan="">6.7%</td> </tr> <tr class="data"> <td id="" align="left" valign="top" colspan="">Washington</td> <td id="" align="left" valign="top" colspan="">-0.4%</td> <td id="" align="left" valign="top" colspan="">2.4%</td> </tr> </tbody> </table> <p>Read: <a href="/story/mortgage-rates-edge-up-even-as-trade-war-worries-loom-ahead-2018-03-22" class="icon none" >Mortgage rates edge up even as trade war worries loom ahead</a></p>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <div id="ad-nativo" aria-hidden="true" class="ad with-hero " data-name="Nativo" data-conditions="0" data-site="marketwatch.com" data-zone="economy_ecorpt"
+ data-size="1x2,fluid" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="ntvPlacement=1072763;alert=volatility025,red;">
+
+ </div>
+ <div id="author-commentPromo">
+
+ <div id="author-bios" class="">
+ <div class="module author-bio with-image ">
+ <div class="stuff">
+ <img class="author-image" src="https://i.mktw.net/_newsimages/2014_dreds/andreariquiernew_480.png" alt="">
+ <div class="byline">
+ <h3 class="module-header">
+ Andrea
+ <b>Riquier</b>
+ </h3>
+ <div class="social">
+ <a class="social-link twitter fa fa-twitter" href="http://twitter.com/ARiquier" target="_blank"></a>
+ <a class="social-link email fa fa-envelope" href="mailto:[email protected]"></a>
+ </div>
+ </div>
+ </div>
+ <p class="bio">
+ Andrea Riquier reports on housing and banking from MarketWatch's New York newsroom. Follow her on Twitter @ARiquier.
+ </p>
+ </div>
+ </div>
+
+ <div class="module defaultPromo" id="comment-promo">
+ <h3 class="module-header">
+ We Want to
+ <b>Hear from You</b>
+ </h3>
+ <div>
+ <p>Join the conversation</p>
+ <button id="join-conversation" type="button">Comment</button>
+ </div>
+ </div>
+
+
+ </div>
+ <div id="myfinance-eoc">
+ </div>
+
+ <div class="related_topics">
+ <h4>Related Topics</h4>
+ <ul class="article__topics">
+ <li class="topic__item"><h3><a href="/topics/subjects/u-s-economy">U.S. Economy</a></h3></li>
+ <li class="topic__item"><h3><a href="/topics/subjects/federal-reserve">Federal Reserve</a></h3></li>
+ <li class="topic__item"><h3><a href="/economic-indicators-housing">Housing Indicators</a></h3></li>
+ <li class="topic__item"><h3><a href="/economic-indicators-jobs">Employment</a></h3></li>
+ <li class="topic__item"><h3><a href="/economic-indicators-inflation">Inflation</a></h3></li>
+ </ul>
+ </div>
+
+
+ </div>
+ </div>
+ </article>
+
+
+
+ </div>
+
+ <div id="right-rail">
+<div id="trading-center" class="module">
+ <h3 class="module-header">MarketWatch <b>Partner Center</b></h3>
+ <ul class="list list--broker" aria-hidden="true">
+ <li class="broker__item" aria-hidden="true">
+ <div id="ad-broker-button-1" aria-hidden="true" class="ad " data-name="Broker Button 1" data-conditions="1" data-refresh="420000" data-refresh-once="false" data-site="brokerbuttons.marketwatch.com" data-zone="economy_ecorpt"
+ data-size="120x60" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="pos=1;tile=10;alert=volatility025,red;">
+
+ </div>
+ </li>
+ <li class="broker__item" aria-hidden="true">
+ <div id="ad-broker-button-2" aria-hidden="true" class="ad " data-name="Broker Button 2" data-conditions="0" data-refresh="420000" data-refresh-once="false" data-site="brokerbuttons.marketwatch.com" data-zone="economy_ecorpt"
+ data-size="120x60" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="pos=2;tile=11;alert=volatility025,red;">
+
+ </div>
+ </li>
+ <li class="broker__item" aria-hidden="true">
+ <div id="ad-broker-button-3" aria-hidden="true" class="ad " data-name="Broker Button 3" data-conditions="1" data-refresh="420000" data-refresh-once="false" data-site="brokerbuttons.marketwatch.com" data-zone="economy_ecorpt"
+ data-size="120x60" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="pos=3;tile=12;alert=volatility025,red;">
+
+ </div>
+ </li>
+ <li class="broker__item" aria-hidden="true">
+ <div id="ad-broker-button-4" aria-hidden="true" class="ad " data-name="Broker Button 4" data-conditions="1" data-refresh="420000" data-refresh-once="false" data-site="brokerbuttons.marketwatch.com" data-zone="economy_ecorpt"
+ data-size="120x60" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="pos=4;tile=13;alert=volatility025,red;">
+
+ </div>
+ </li>
+ </ul>
+</div>
+<div id="moreNews" class="module">
+ <h3 class="module-header">Most Popular</h3>
+ <ul class="topStories">
+ <li>
+ <div class="thumbnail ">
+ <img src="https://s.marketwatch.com/public/resources/MWimages/MW-HN272_succes_MC_20190712162155.jpg" alt="">
+ </div>
+ <a href="/story/beware-the-irs-is-eyeing-your-inherited-money-2019-07-15?mod=MW_story_top_stories">Beware, the IRS is eyeing your inherited money</a>
+ </li>
+ <li>
+ <div class="thumbnail ">
+ <img src="https://s.marketwatch.com/public/resources/MWimages/MW-FS002_wr_mem_MC_20170809145549.jpg" alt="">
+ </div>
+ <a href="/story/a-major-new-study-suggests-its-possible-to-avoid-dementia-here-are-5-ways-to-reduce-your-risks-2019-07-15?mod=MW_story_top_stories">A major new study suggests it’s possible to avoid developing dementia — 5 ways to reduce your risk</a>
+ </li>
+ <li>
+ <div class="thumbnail ">
+ <img src="https://s.marketwatch.com/public/resources/MWimages/MW-GC652_moneyi_MC_20180129161027.jpg" alt="">
+ </div>
+ <a href="/story/im-65-my-mortgage-is-paid-off-and-i-have-370000-in-savings-so-why-i-am-still-worried-about-money-2019-03-08?mod=MW_story_top_stories">I’m 65, my mortgage is paid off and I have $370,000 in savings, so why I am still worried about money?</a>
+ </li>
+ <li>
+ <div class="thumbnail ">
+ <img src="https://s.marketwatch.com/public/resources/MWimages/MW-GZ053_amazon_MC_20181126105237.jpg" alt="">
+ </div>
+ <a href="/story/this-is-the-no-1-thing-to-buy-on-amazon-prime-day-2019-07-15?mod=MW_story_top_stories">This is the No. 1 thing to buy on Amazon Prime Day</a>
+ </li>
+ <li>
+ <div class="thumbnail ">
+ <img src="https://s.marketwatch.com/public/resources/MWimages/MW-HH819_401k_MC_20190417155010.jpg" alt="">
+ </div>
+ <a href="/story/this-401k-move-before-you-retire-guarantees-monthly-income-in-old-age-2019-07-15?mod=MW_story_top_stories">401(k) retirees won’t buy annuities unless they are better designed</a>
+ </li>
+ </ul>
+</div>
+ <div id="ad-bottom-display-ad" aria-hidden="true" class="ad module in-view sticky " data-name="Bottom Display Ad" data-conditions="4" data-sticky-lower-bound-id="main-hole" data-site="bottom.marketwatch.com" data-zone="economy_ecorpt"
+ data-size="300x250,300x600" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="alert=volatility025,red;">
+
+ </div>
+ <script type="text/javascript">
+ $(function () {
+ if (typeof dianomiUnitCallback !== 'undefined') {
+ var dianomiCallback = new dianomiUnitCallback('articlerightrail', 2583, 'dianomiRightRail', '', '');
+ dianomiCallback.initialize('dianomiRightRail');
+ }
+ });
+ </script>
+ <div id="dianomiRightRail" aria-hidden="true" class="dianomi-widget-dianomiRightRail sticky" data-sticky-lower-bound-id="main-hole"></div>
+
+ <script type="text/javascript">
+ $(function() {
+ if (window.MutationObserver) { // arrive breaks if MutationObserver not supported by browser
+ $("#dianomiRightRail").arrive(".dianomiContent", function () {
+ $("#dianomiRightRail").unbindArrive();
+ $("#dianomiRightRail").trigger("rendered");
+ });
+ }
+ else { // TODO ~ remove; listening to this event causes performance problems
+ $("#dianomiRightRail").on('DOMNodeInserted', function () {
+ $("#dianomiRightRail").off('DOMNodeInserted');
+ $("#dianomiRightRail").trigger('rendered');
+ });
+ }
+ });
+ </script>
+ </div>
+
+ <div id="little-hole">
+
+ <div id="sponsored-links">
+ <script id="mNCC" language="javascript">
+ (function () {
+ var isSSL = 'https:' == document.location.protocol;
+ window.nativeAdsContext = {
+ appId: "CFEAB5E0AC88686BA597A26FB4B54555349E3478",
+ apikey: "ARAPgnyc0MRHNRr40%2b9oSrfSwlZG5%2bAfMeBkG2%2fh9AatBHngxiuMRHpQ%2bFJ%2fxfgc2iE%3d",
+ publisherId: "204461",
+ publisherName: "MarketWatch",
+ tracingtag: "mw-tracingtag",
+ msNativeAdsScriptLoc: "//h6.msn.com/nativeads/ms-nativeads.min.js",
+ pageCategory: "money",
+ pageType: "articles",
+ bingTrafficPercent: "100"
+ };
+ window.bingNACallBackToLoadOtherScript = function() {
+ window.medianet_width = "600";
+ window.medianet_height = "250";
+ window.medianet_crid = "305312222";
+ window.medianet_versionId = "111299";
+
+ var mnSrc = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/nmedianet.js?cid=8CU6CD37D' + (isSSL ? '&https=1' : '');
+ document.write('<scr' + 'ipt type="text/javascript" src="' + mnSrc + '"></scr' + 'ipt>');
+ }
+ var date = new Date();
+ var concatDate = "?date=" + date.getFullYear() + "" + date.getMonth() + "" + date.getDate();
+ var bingNAJS = (isSSL ? 'https:' : 'http:') + window.nativeAdsContext.msNativeAdsScriptLoc + concatDate;
+ document.write('<scr' + 'ipt type="text/javascript" src="' + bingNAJS + '"></scr' + 'ipt>');
+ })();
+ </script>
+ </div>
+ <div id="spotim-comments" class="is-loading" aria-hidden="true">
+ <div class="comment-links">
+ <a class="link" href="/commenting-guidelines">Community Guidelines</a>
+ <span class="divider">•</span>
+ <a class="link" href="/commenting-faqs">FAQs</a>
+ </div>
+ <div class="spotim-wrapper">
+ <script async src="https://launcher.spot.im/spot/sp_ekXntyLk"
+ data-spotim-module="spotim-launcher"
+ data-post-url="https://www.marketwatch.com/story/home-prices-are-still-on-fire-case-shiller-data-show-2018-03-27"
+ data-post-id="0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD"
+ data-livefyre-url="0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD"></script>
+ </div>
+ </div>
+ </div>
+
+ </div>
+ </main>
+
+</div>
+<input type="hidden" id="VendorWidgetView" value="partials/vendor/_zergnet" />
+ <div class="content-region region--vendor full-width">
+ <div class="template template--full">
+ <div id="vendor-widget">
+ <div id="zergnet-widget-66066" aria-hidden="true"></div>
+
+ </div>
+ </div>
+ </div>
+<div id="moreHeadlines" aria-hidden="true">
+ <script type="text/javascript">
+ $(function () {
+ if (typeof dianomiUnitCallback !== 'undefined') {
+ var dianomiCallback = new dianomiUnitCallback('belowarticle', 2582, 'dianomiBelowArticle', 'dianomi__list', 'padding:10px');
+ dianomiCallback.initialize('dianomiBelowArticle');
+ }
+ });
+ </script>
+ <div id="dianomiBelowArticle"></div>
+</div>
+<footer class="container container--footer footer">
+ <button class="link link--top">BACK TO TOP</button>
+ <div class="region region--full primary full-width">
+ <div class="column column--full">
+ <ul class="list list--footer">
+ <li class="heading"><h4>MarketWatch</h4></li>
+ <li class="list__item"><a class="link" href="/site-index">Site Index</a></li>
+ <li class="list__item"><a class="link" href="/topics">Topics</a></li>
+ <li class="list__item"><a class="link" href="/help">Help</a></li>
+ <li class="list__item"><a class="link" href="/support/feedback.asp">Feedback</a></li>
+ <li class="list__item"><a class="link" href="/newsroom/roster">Newsroom Roster</a></li>
+ <li class="list__item"><a class="link" href="/video">Media Archive</a></li>
+ <li class="list__item"><a class="link" href="/premium-newsletters?link=djmc_footer_multi">Premium Products</a></li>
+ <li class="list__item"><a class="link" href="/mobile">Mobile</a></li>
+ </ul>
+ <ul class="list list--footer">
+ <li class="heading"><h4>Company</h4></li>
+ <li class="list__item"><a class="link" href="/companyinfo">Company Info</a></li>
+ <li class="list__item"><a class="link" href="https://www.dowjones.com/code-conduct/" rel="nofollow">Code of Conduct</a></li>
+ <li class="list__item"><a class="link" href="/topics/columns/corrections">Corrections</a></li>
+ <li class="list__item"><a class="link" href="http://dowjonesonline.com/" rel="nofollow">Advertising Media Kit</a></li>
+ <li class="list__item"><a class="link" href="http://www.wsjlocal.com/" rel="nofollow">Advertise Locally</a></li>
+ <li class="list__item"><a class="link" href="http://www.djreprints.com/" rel="nofollow">Reprints &amp; Licensing</a></li>
+ <li class="list__item"><a class="link" href="https://www.dowjones.com/cookies-policy/#cookies-advertising" target="_blank">Your Ad Choices</a></li>
+ <li class="list__item" aria-hidden="true">&nbsp;</li>
+ </ul>
+ <ul class="list list--footer">
+ <li class="heading"><h4>Dow Jones Network</h4></li>
+ <li class="list__item"><a class="link" href="https://www.wsj.com/">WSJ.com</a></li>
+ <li class="list__item"><a class="link" href="http://www.barrons.com">Barron's Online</a></li>
+ <li class="list__item"><a class="link" href="http://www.bigcharts.com/">BigCharts</a></li>
+ <li class="list__item"><a class="link" href="/game">Virtual Stock Exchange</a></li>
+ <li class="list__item"><a class="link" href="https://www.fnlondon.com">Financial News London</a></li>
+ <li class="list__item"><a class="link" href="http://guides.wsj.com/small-business/">WSJ.com Small Business</a></li>
+ <li class="list__item"><a class="link" href="https://www.realtor.com/" target="_blank">realtor.com</a></li>
+ <li class="list__item"><a class="link" href="https://www.mansionglobal.com/" target="_blank">Mansion Global</a></li>
+ </ul>
+ <div class="element element--image">
+ <img class="image" src="https://sts3.wsj.net/bucket-a/foxtrot/public/images/backgrounds/mobile_devices.png" height="250" alt=""/>
+ </div>
+ </div>
+ </div>
+ <div class="region region--full secondary full-width">
+ <div class="element element--text">
+ <p class="copyright">Copyright &copy; 2019 MarketWatch, Inc. All rights reserved.</p>
+ <p class="text text--terms">
+ By using this site you agree to the <a href="//www.marketwatch.com/support/disclaimer.asp">Terms of Service</a>,
+ <a href="https://www.dowjones.com/privacy-policy/" target="_blank">Privacy Policy</a>, and
+ <a href="https://www.dowjones.com/cookies-policy/" target="_blank">Cookie Policy</a>.
+ </p>
+ </div>
+ <div class="element element--list">
+ <ul class="list list--social">
+ <li class="list__item"><a class="icon icon--facebook" href="https://www.facebook.com/marketwatch" rel="nofollow" target="_blank"><span class="screen-reader-text">Facebook</span></a></li>
+ <li class="list__item"><a class="icon icon--twitter" href="https://twitter.com/marketwatch" rel="nofollow" target="_blank"><span class="screen-reader-text">Twitter</span></a></li>
+ <li class="list__item"><a class="icon icon--linkedin" href="https://www.linkedin.com/company/marketwatch" rel="nofollow" target="_blank"><span class="screen-reader-text">Linkedin</span></a></li>
+ <li class="list__item"><a class="icon icon--google" href="https://plus.google.com/+marketwatch" rel="nofollow" target="_blank"><span class="screen-reader-text">Google Plus</span></a></li>
+ <li class="list__item app-badges">
+ <a class="app__link" href="https://itunes.apple.com/app/marketwatch/id336693422?ign-mpt=uo%3D6&amp;mt=8" target="_blank" rel="nofollow">
+ <img class=" lazyloaded" data-src="https://sts3.wsj.net/bucket-a/maggie/static/images/app-store.svg" alt="Download from the App Store" src="https://sts3.wsj.net/bucket-a/maggie/static/images/app-store.svg" alt="">
+ </a>
+ <a class="app__link" href="https://play.google.com/store/apps/details?id=com.marketwatch&amp;hl=en" target="_blank" rel="nofollow">
+ <img class=" lazyloaded" data-src="https://sts3.wsj.net/bucket-a/maggie/static/images/google-play.png" alt="Download from the Google Play Store" src="https://sts3.wsj.net/bucket-a/maggie/static/images/google-play.png" alt=-"">
+ </a>
+ </li>
+ </ul>
+ </div>
+ <small class="text text--legal">Intraday Data provided by <a class="factset" href="https://www.factset.com/" rel="nofollow" target="_blank">FACTSET</a> and subject to <a class="link" href="/investing/terms-of-use">terms of use</a>. Historical and current end-of-day data provided by <a class="factset" href="https://www.factset.com/" rel="nofollow" target="_blank">FACTSET</a>. All quotes are in local exchange time. Real-time last sale data for U.S. stock quotes reflect trades reported through Nasdaq only. Intraday data delayed at least 15 minutes or per exchange requirements.</small>
+ </div>
+ <!-- This is a placeholder for cxense widgets -->
+ <div id="cx-scrim"></div>
+ <div id="cx-notification"></div>
+</footer>
+<div class="lightbox lightbox--search">
+ <div class="container search--container">
+ <div class="row search--bar">
+ <div class="col col--12">
+ <button class="close"><svg focusable="false" version="1.2" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 792 612" overflow="scroll" xml:space="preserve"><polygon fill="#FFFFFF" points="396,320.927 104.927,612 90,600.805 384.805,306 90,14.927 104.927,0 396,294.805 690.805,0 702,14.927 410.927,306 702,600.805 690.805,612 "/></svg></button>
+ <input class="search__input" type="text" placeholder="Enter a symbol or keyword">
+ <i class="fa fa-search" alt="search"></i>
+ <div class="search--advanced">
+ <a href="/search?q=">Advanced Search</a>
+ <span class="info">Submit entry for keyword results</span>
+ </div>
+ </div>
+ </div>
+ <div class="element element--ad">
+ <div is="mw-ad"> <div id="ad-search-sponsor" aria-hidden="true" class="ad " data-name="Search Sponsor" data-conditions="1" data-site="marketwatch.com" data-zone="sponsor_search"
+ data-size="1x2,fluid" data-phone="" data-portrait="" data-landscape="" data-desktop="" data-targeting="adlocation=nativesearch;alert=volatility025,red;">
+
+ </div>
+</div>
+ </div>
+
+ <div class="row row--results search--results"></div>
+ </div>
+
+ <template id="sr-template">
+ <div id="search-stocks" class="col col--7 search--section">
+ <h3>Quotes</h3>
+ </div>
+ <div class="col col--5 search--editorial">
+ <div id="search-columns" class="search--section">
+ <h3>Columns</h3>
+ </div>
+ <div id="search-authors" class="search--section">
+ <h3>Authors</h3>
+ </div>
+ <div id="search-topics" class="search--section">
+ <h3>Topics</h3>
+ </div>
+ </div>
+ </template>
+
+ <template id="sr-result-count">
+ <span class="results-count"></span>
+ </template>
+
+ <template id="sr-no-results">
+ <div class="no-results">No results found</div>
+ </template>
+
+ <template id="sr-quote-result">
+ <a class="quote-box" href="">
+ <h4></h4>
+ <div class="company"></div>
+ <div class="quote">
+ <span class="price"></span>
+ <span class="net change"></span>
+ <span class="percent change"></span>
+ </div>
+ </a>
+ </template>
+
+ <template id="sr-editorial-result">
+ <div>
+ <a href=""></a>
+ </div>
+ </template>
+
+ <template id="sr-topic-result">
+ <div class="result-type"></div>
+ <div class="result-value">
+ <a href=""></a>
+ </div>
+ </template>
+</div>
+<div id="media-swatch"></div>
+<div id="general-overlay">
+
+</div>
+<script>
+ var blueGrass2SilentTest = { enabled: false, endpoint: 'https://mw-silent.bgdev.dowjones.io/bg2' };
+</script>
+<script src='https://sts3.wsj.net/bucket-a/foxtrot/public/vendor.min-66e6eb83d3.js' type='text/javascript'></script>
+<script src="https://sts3.wsj.net/bucket-a/foxtrot/public/vendorWidget.min-4bec12f10f.js" type="text/javascript"></script>
+<script src='https://sts3.wsj.net/bucket-a/foxtrot/public/articletail.min-4af6997531.js' type='text/javascript'></script>
+
+<div data-module-id="8" data-module-name="mw.svc.page.Partials" data-module-zone="partials" class="zonedModule">
+
+<script data-template-id="../view/partials/_search_results" type="text/mustache">{{#linker}}
+
+{{#results}}
+ <div id="site-search-stocks" class="site-search-section">
+ {{#symbolsResultsText}}
+ <span class="results-count">{{symbolsResultsText}}</span>
+ {{/symbolsResultsText}}
+ <h3>Stocks</h3>
+ {{#symbols}}
+ {{#quote}}
+ <a class="quote-box" href="{{quote.link}}">
+ <h4 class="display">{{ticker}}</h4>
+ <div class="company">{{company}}</div>
+ <div class="quote">
+ <span class="price">{{formattedLastPrice}}</span>
+ <span class="change {{netChange}}">{{formattedNetChange}}</span>
+ <span class="change {{changePercent}}">{{formattedChangePercent}}</span>
+ </div>
+ </a>
+ {{/quote}}
+ {{/symbols}}
+ {{^symbols}}
+ <div class="no-results">No results found</div>
+ {{/symbols}}
+ </div>
+ <div id="site-search-editorial">
+ <div id="site-search-columns" class="site-search-section">
+ {{#columnsResultsText}}
+ <span class="results-count">{{columnsResultsText}}</span>
+ {{/columnsResultsText}}
+ <h3>Columns</h3>
+ {{#columns}}
+ <div>
+ <a href="{{columnLink}}">{{title}}</a>
+ </div>
+ {{/columns}}
+ {{^columns}}
+ <div class="no-results">No results found</div>
+ {{/columns}}
+ </div>
+ <div id="site-search-authors" class="site-search-section">
+ {{#authorsResultsText}}
+ <span class="results-count">{{authorsResultsText}}</span>
+ {{/authorsResultsText}}
+ <h3>Authors</h3>
+ {{#authors}}
+ <div>
+ <a href="{{authorLink}}">{{name}}</a>
+ </div>
+ {{/authors}}
+ {{^authors}}
+ <div class="no-results">No results found</div>
+ {{/authors}}
+ </div>
+ <div id="site-search-topics" class="site-search-section">
+ {{#topicsResultsText}}
+ <span class="results-count">{{topicsResultsText}}</span>
+ {{/topicsResultsText}}
+ <h3>Topics</h3>
+ {{#organizations}}
+ <div class="result-type">Organizations</div>
+ <div class="result-value">
+ <a href="/organizations/{{link}}">{{name}}</a>
+ </div>
+ {{/organizations}}
+ {{#people}}
+ <div class="result-type">People</div>
+ <div class="result-value">
+ <a href="/people/{{link}}">{{name}}</a>
+ </div>
+ {{/people}}
+ {{#subjects}}
+ <div class="result-type">Subjects</div>
+ <div class="result-value">
+ <a href="/subjects/{{link}}">{{name}}</a>
+ </div>
+ {{/subjects}}
+ {{#companies}}
+ <div class="result-type">Companies</div>
+ <div class="result-value">
+ <a href="/companies/{{link}}">{{name}}</a>
+ </div>
+ {{/companies}}
+ {{^topics}}
+ <div class="no-results">No results found</div>
+ {{/topics}}
+ </div>
+ </div>
+{{/results}}
+
+{{/linker}}</script>
+
+<script data-template-id="../../mw.module.article/view/partials/_qt_news" type="text/mustache"><li><span class="timestamp">{{FormattedTimestamp}}</span><a href="{{Url}}?mod=MW_story_hoverstory">{{Headline}}</a></li></script>
+
+<script data-template-id="../view/bulletin" type="text/mustache">{{^Expired}}
+{{^closed}}
+<div class="bulletin" role="alert">
+ <h3 class="bulletin__headline">
+ {{^link}}
+ <span class="text">{{Subject}}</span>
+ {{/link}}
+ {{#link}}
+ <a href="{{url}}" class="link trackable" data-track-mod="bnbh">{{Subject}}</a>
+ <i class="icon icon--arrow-right"></i>
+ {{/link}}
+ </h3>
+ <i class="icon icon--close"></i>
+</div>
+{{/closed}}
+{{/Expired}}</script>
+
+<script data-template-id="../view/investor_alert" type="text/mustache">{{#alert}}
+<div id="investor-alert" class="notification">
+ {{#text}}
+ <h3 class="module-header">Investor</h3>
+ <span class="message">
+ {{text}}
+ <span class="timestamp">{{time}}</span>
+ </span>
+ <div class="investor-alert-ad">
+ {{#sponsor}}
+ {{> ad}}
+ {{/sponsor}}
+ </div>
+ {{/text}}
+</div>
+{{/alert}}</script>
+
+</div> <!-- data-module-name="mw.svc.page.Partials" -->
+
+ <script>
+ var ScrillaZilla = {
+ number: '2',
+ site: 'marketwatch.com',
+ zone: 'economy_ecorpt'
+ }
+ </script>
+<script>
+ window.__mw_inactiveSettings = {
+ isEnabled: true,
+ inactiveTime: 120000
+ };
+</script><script>
+ var utag_data = {
+ "user_type": "free",
+ "user_exp": "Default",
+ "page_content_source": "MarketWatch",
+ "page_content_region": "North_America_USA",
+ "page_content_language": "en-US",
+ "page_site_product": "MW",
+ "page_site": "MarketWatch",
+ "page_ad_zone": "economy_ecorpt",
+ "page_access": "free",
+ "page_content_type": "Article",
+ "page_content_type_detail": "article",
+ "page_section": "Economy & Politics",
+ "article_id": "0BFF0DB6-2ED7-11E8-81FB-B7175F43D5CD",
+ "article_type": "Economic Report",
+ "article_template": "full",
+ "article_headline": "Home prices are still on fire, Case-Shiller data show",
+ "article_headline_orig": "Home prices are still on fire, Case-Shiller data show",
+ "article_format": "web",
+ "article_publish_orig": "2018-03-27 9:00",
+ "article_publish": "2018-03-27 9:00",
+ "article_author": "Andrea Riquier",
+ "cms_name": "Methode",
+ "article_keywords": "construction|real estate|economic news|united states"
+};
+</script>
+<div id="settings" data-e-bg="https://mwstream.wsj.net/bg2" data-e-m="https://api.wsj.net" data-e-ap="https://sts3.wsj.net/bucket-a/foxtrot/public" data-e-u="//www.marketwatch.com/" data-e-vd="https://video-api.wsj.com" data-e-dt="https://api.wsj.net/api/deltoro-mw" data-e-id="https://accounts.marketwatch.com" data-e-reg="https://www.marketwatch.com/sign-up" data-sso-path="news/commenting/spotim/login">
+</div><!-- Begin Proximic Tag -->
+ <script src="https://segment-data.zqtk.net/dowjones-d8s23j?url=https%3A%2F%2Fwww.marketwatch.com%2Fstory%2Fhome-prices-are-still-on-fire-case-shiller-data-show-2018-03-27"></script>
+<!-- End Proximic Tag -->
+<!-- Begin Tealium Tag -->
+ <script>
+ (function(a,b,c,d){
+ a='//tags.tiqcdn.com/utag/wsjdn/marketwatch/prod/utag.js';
+ b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
+ a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
+ })();
+ </script>
+<!-- End Tealium Tag -->
+<!-- Begin Dianomi Tag -->
+ <script src="//www.dianomi.com/partner/marketwatch/js/dianomi-marketwatch.js?v=1.1"></script>
+<!-- End Dianomi Tag -->
+<script async type='text/javascript' id="myFinance-widget-script">
+ !function(){function e(){var e=document.createElement("script"),n=document.getElementById("myFinance-widget-script"),a=t+"static/widget/myFinance.js";e.type="text/javascript",e.src=a,n.parentNode.insertBefore(e,n);var c="myFinance-widget-css";if(!document.getElementById(c)){var d=document.getElementsByTagName("head")[0],i=document.createElement("link");i.id=c,i.rel="stylesheet",i.type="text/css",i.href=t+"static/widget/myFinance.css",i.media="all",d.appendChild(i)}}var t="https://www.myfinance.com/";document.attachEvent?document.attachEvent("onreadystatechange",function(){"complete"===document.readyState&&e()}):document.addEventListener("DOMContentLoaded",e,!1)}();
+</script>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-images.json
new file mode 100644
index 0000000..4555280
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/cdn1.medicalnewstoday.com\/content\/images\/headlines\/318\/318674\/hand-holding-brain-lightbulb.jpg",
+ "https:\/\/cdn1.medicalnewstoday.com\/content\/images\/articles\/318\/318674\/hand-holding-brain-lightbulb.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-metadata.json
new file mode 100644
index 0000000..7b3947e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By Ana Sandoiu",
+ "Direction": null,
+ "Excerpt": "New research investigates the neurobiological timing of the so-called a-ha! moment that occurs we have come up with the solution to a complex problem.",
+ "Image": "https:\/\/cdn1.medicalnewstoday.com\/content\/images\/headlines\/318\/318674\/hand-holding-brain-lightbulb.jpg",
+ "Title": "How does the brain turn unconscious information into conscious thought?",
+ "SiteName": "Medical News Today"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected.html b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected.html
new file mode 100644
index 0000000..18ab009
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected.html
@@ -0,0 +1,102 @@
+<div itemprop="articleBody">
+ <header>
+ Neuroscience tells us that most of the work done by our brains happens on an unconscious level, but when does that "a-ha!" moment occur? And what happens during it? New research investigates.
+ </header>
+ <p><img data-src="https://cdn1.medicalnewstoday.com/content/images/articles/318/318674/hand-holding-brain-lightbulb.jpg" alt="hand holding brain lightbulb" src="https://cdn1.medicalnewstoday.com/content/images/articles/318/318674/hand-holding-brain-lightbulb.jpg"><br>
+ <em>A new study investigates when the 'a-ha!' moment takes place in the brain, and how similar it is to other brain processes.</em>
+ </p>
+ <p>
+ Many of us have noticed that we seem to get our best ideas when we're in the shower, or that we can find the answer to a difficult question when we least think about it.
+ </p>
+ <p>
+ A large body of neuroscientific <a href="http://journals.sagepub.com/doi/abs/10.1177/0956797612446024" target="_blank" rel="noopener">studies</a> has pointed out that the brain does a lot of work in its spare time, the so-called idle state - wherein the brain does not appear to be thinking about anything at all - and that this is the time when it works at its hardest to find solutions to complex problems.
+ </p>
+ <p>
+ With time and advances in <a href="http://fakehost/articles/248680.php" title="What is neuroscience?">neuroscience</a>, it has become more and more clear to researchers that Freud <em>was</em> right and the mind, as well as the brain, do work unconsciously. In fact, it would be safe to say that what is consciously known to us is just the tip of a much larger iceberg, deeply submerged in unconscious waters.
+ </p>
+ <p>
+ But the exact moment at which information becomes known to us - or when the "tip of the iceberg" pierces through the water, and the unconscious becomes conscious - has been somewhat of a mystery, from a neuroscientific point of view.
+ </p>
+ <p>
+ In other words, we do not yet know when that intellectually satisfying "a-ha!" moment takes place, or what the biology is behind it. This is why a team of researchers at Columbia University in New York City, NY, set out to investigate this moment in more detail.
+ </p>
+
+ <p>
+ The scientists were led by Michael Shadlen, Ph.D., of Columbia University's Mortimer B. Zuckerman Mind Brain Behavior Institute, and the <a href="http://www.cell.com/current-biology/fulltext/S0960-9822(17)30784-4" target="_blank" rel="noopener">findings</a> were published in the journal <em>Current Biology.</em>
+ </p>
+
+ <h2>
+ The hypothesis
+ </h2>
+ <p>
+ Dr. Shadlen and colleagues started out from an interesting hypothesis, one which they derived from previous research on the neurobiological processes involved in decision-making.
+ </p>
+ <p>
+ As the authors explain, research conducted in both monkeys and humans shows that many of our decisions take place at a point when the brain "feels" as though it has gathered enough information, or when a critical level of information has been accumulated.
+ </p>
+
+ <p>
+ This process of making a decision once the brain has accumulated enough evidence bears the name of "bounded evidence accumulation." Reaching this threshold is important because, although the brain does not use <em>all</em> of the information available, it uses as much as is necessary to make a speedy yet accurate decision.
+ </p>
+ <p>
+ <strong>The researchers wondered whether or not this threshold is also responsible for our "eureka!" moments.</strong>
+ </p>
+
+ <p>
+ In Dr. Shadlen's words, "Could the moment when the brain believes it has accumulated enough evidence be tied to the person's awareness of having decided - that important 'a-ha!' moment?"
+ </p>
+
+ <h2>
+ Examining the 'a-ha!' moment
+ </h2>
+ <p>
+ To answer this question, the scientists asked five people to perform a "direction discrimination" task. In it, the participants looked at dots on a computer screen. The dots moved randomly, as grains of sand would when blown by the wind. The participants were asked to say in which direction the dots had moved.
+ </p>
+ <p>
+ The moment they "decided" which direction the dots seemed to be taking was considered to be the equivalent of the "a-ha!" moment.
+ </p>
+ <p>
+ In the center of the screen, there was a fixed point and a clock. The display also had two "choice targets" - namely, left or right - and these were the directions in which the participants had to decide that the dots had moved.
+ </p>
+ <p>
+ Shortly after the dots had stopped moving, the participants used an electronic, hand-held stylus to move the cursor in the direction that they thought the dots had moved.
+ </p>
+ <p>
+ To determine when the decision was made, the researchers used the technique called "mental chronometry" - that is, after they made their decision, the participants were asked to move the clock backward to the point when they felt that they had consciously done so.
+ </p>
+
+ <p>
+ "The moment in time indicated by the participants - this mental chronometry - was entirely subjective; it relied solely on their own estimation of how long it took them to make that decision," Dr. Shadlen says. "And because it was purely subjective, in principle it ought to be unverifiable."
+ </p>
+
+ <h2>
+ 'A-ha' moment similar to making a decision
+ </h2>
+ <p>
+ However, by applying a mathematical model, the scientists were able to match these subjective decision times to the bounded evidence accumulation process.
+ </p>
+ <p>
+ <strong>The subjective decision times fit so well with what the scientists determined as the evidence accumulation threshold that they were able to predict the choices of four of the five participants.</strong>
+ </p>
+ <p>
+ "If the time reported to us by the participants was valid, we reasoned that it might be possible to predict the accuracy of the decision," explains Dr. Shadlen.
+ </p>
+ <p>
+ "We incorporated a kind of mathematical trick, based on earlier studies, which showed that the speed and accuracy of decisions were tied together by the same brain function." This "mathematical trick" was the evidence accumulation model.
+ </p>
+ <blockquote>
+ <p>
+ <span>"</span>Essentially, the act of becoming consciously aware of a decision conforms to the same process that the brain goes through to complete a decision, even a simple one - such as whether to turn left or right."
+ </p>
+ <p>
+ Michael Shadlen, Ph.D.
+ </p>
+ </blockquote>
+ <p>
+ In other words, the study shows that the conscious awareness of the "a-ha!" moment takes place precisely when the brain has reached that threshold of evidence accumulation.
+ </p>
+ <p>
+ The findings provide unique insights into the biology of consciousness, say the researchers, and they bring us closer to understanding the biological basis of decisions, ethics, and, generally, the human mind.
+ </p>
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/source.html b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/source.html
new file mode 100644
index 0000000..8a01459
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/source.html
@@ -0,0 +1,2012 @@
+<!DOCTYPE html>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <!--[318674|cccs|]-->
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>
+ How does the brain turn unconscious information into conscious thought?
+ </title>
+ <meta property="og:url" content="https://www.medicalnewstoday.com/articles/318674.php" />
+ <meta property="og:type" content="article" />
+ <meta property="og:site_name" content="Medical News Today" />
+ <meta property="og:title" content="How does the brain turn unconscious information into conscious thought?" />
+ <meta property="og:description" content="New research investigates the neurobiological timing of the so-called a-ha! moment that occurs we have come up with the solution to a complex problem." />
+ <meta name="description" content="New research investigates the neurobiological timing of the so-called a-ha! moment that occurs we have come up with the solution to a complex problem." />
+ <meta property="og:image" content="https://cdn1.medicalnewstoday.com/content/images/headlines/318/318674/hand-holding-brain-lightbulb.jpg" />
+ <meta property="fb:admins" content="1658973110" />
+ <meta property="fb:app_id" content="147184211975697" />
+ <meta itemprop="description" content="New research investigates the neurobiological timing of the so-called a-ha! moment that occurs we have come up with the solution to a complex problem." />
+ <meta itemprop="image" content="https://cdn1.medicalnewstoday.com/content/images/headlines/318/318674/hand-holding-brain-lightbulb.jpg" />
+ <meta name="twitter:domain" content="medicalnewstoday.com" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:site" content="@mnt" />
+ <meta name="twitter:title" content="How does the brain turn unconscious information into conscious thought?" />
+ <meta name="twitter:description" content="New research investigates the neurobiological timing of the so-called a-ha! moment that occurs we have come up with the solution to a complex problem." />
+ <meta name="twitter:creator" content="@mnt" />
+ <meta name="twitter:image:src" content="https://cdn1.medicalnewstoday.com/content/images/headlines/318/318674/hand-holding-brain-lightbulb.jpg" />
+ <meta name="news_keywords" content="bounded accumulation model, bounded accumulation evidence, unconscious, consciousness, aha moment" />
+ <meta name="rating" content="general" />
+ <meta http-equiv="Cache-Control" content="no-cache" />
+ <link href="https://plus.google.com/+medicalnews" rel="publisher" />
+ <meta name="p:domain_verify" content="ca332f19ebf583ba72eff99cc210a982" />
+ <meta http-equiv="bulletin-text" content="Copyright" />
+ <link rel="canonical" href="https://www.medicalnewstoday.com/articles/318674.php" />
+ <link rel="shortcut icon" type="image/png" href="https://cdn1.medicalnewstoday.com/favicon.png" />
+ <link rel="icon" sizes="32x32" href="https://cdn1.medicalnewstoday.com/favicon.ico" />
+ <link rel="apple-touch-icon" type="image/png" href="https://cdn1.medicalnewstoday.com/apple-touch-icon.png" />
+ <link rel="alternate" type="application/rss+xml" title="Medical News Today - Health News Headlines RSS Feed" href="https://rss.medicalnewstoday.com/featurednews.xml" />
+ <link rel="alternate" type="application/json" title="Medical News Today - Health News Headlines JSON Feed" href="https://rss.medicalnewstoday.com/json/featurednews.json" />
+ <meta http-equiv="x-dns-prefetch-control" content="on" />
+ <link rel="preconnect dns-prefetch" href="//cdn1.medicalnewstoday.com" crossorigin="" />
+ <link rel="preconnect dns-prefetch" href="//cdn2.medicalnewstoday.com" crossorigin="" />
+ <link rel="preload" as="font" crossorigin="crossorigin" href="https://cdn2.medicalnewstoday.com/structure/fonts/ProximaNova/ProximaNova-Light.woff2" />
+ <link rel="preload" as="font" crossorigin="crossorigin" href="https://cdn2.medicalnewstoday.com/structure/fonts/ProximaNova/ProximaNova-Regular.woff2" />
+ <link rel="preload" as="font" crossorigin="crossorigin" href="https://cdn2.medicalnewstoday.com/structure/fonts/ProximaNova/ProximaNova-Bold.woff2" />
+ <link rel="preload" as="font" crossorigin="crossorigin" href="https://cdn2.medicalnewstoday.com/structure/fonts/ProximaNova/ProximaNova-ExtraBold.woff2" />
+ <link rel="preload" as="font" crossorigin="crossorigin" href="https://cdn2.medicalnewstoday.com/structure/fonts/Arnhem/ArnhemPro-Bold.woff" />
+ <link rel="stylesheet" type="text/css" href="https://cdn2.medicalnewstoday.com/structure/styles/styles_fonts_7721.css" />
+ <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
+ <link rel="stylesheet" href="https://cdn2.medicalnewstoday.com/structure/styles/out/mnt_default_redesign_7721.css?v=20181203" type="text/css" media="all" />
+ <link rel="stylesheet" href="https://cdn2.medicalnewstoday.com/structure/styles/out/mnt_print_redesign_7721.css?v=20181203" type="text/css" media="print" /><!--[if lt IE 9]>
+<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <link rel="stylesheet" href="https://cdn2.medicalnewstoday.com/structure/styles/out/mnt_ie.css" type="text/css" media="all" />
+ <![endif]-->
+ <!--[if IE 7]>
+
+<script src="//ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
+<![endif]--><!--[if IE 9]>
+<script src="//ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
+<![endif]-->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.2, maximum-scale=2.0, user-scalable=1" /><!--desktop-->
+ <noscript>
+ <link rel="stylesheet" href="https://cdn1.medicalnewstoday.com/structure/styles/styles_noscript.css" type="text/css" media="all" /></noscript>
+ <script type="text/javascript">
+ //<![CDATA[
+ var glob_mntcookie = 0;
+ //]]>
+ </script>
+ <script>
+ <![CDATA[
+
+ glob_JS=(typeof glob_JS === 'undefined')?{'GAInit':[],'GA':[],"ExternalJS":[],"AD":[]}:glob_JS;
+
+ glob_TrueOnGDPR=(glob_mntcookie!=1);
+
+ //if use GDPR is true, we need this flag to make sure ga queue can ber execute after ga is ready
+ glob_isGaReady=!glob_TrueOnGDPR;
+
+
+
+ if(typeof fireOrSaveGoogleAdFunctions === 'undefined'){
+
+
+
+ function fireOrSaveGoogleAdFunctions(adFunction){
+
+ if(!glob_TrueOnGDPR){
+
+ adFunction();
+
+ }else{
+
+ if(typeof fireOrSaveGoogleADs === 'undefined'){
+ //save ad event in queue
+ glob_JS.AD.push(adFunction);
+ }else{
+ //let next function to determine save or fire ad function
+ fireOrSaveGoogleADs(adFunction);
+
+ }
+ }
+
+ }
+
+ function fireOrSaveJsFunctions(jsType,jsFunction){
+
+ if(!glob_TrueOnGDPR && jsType!=0){
+ //if GDPR already accept, and func type is not ga event, just exec
+
+ jsFunction()
+
+ }else if(!glob_TrueOnGDPR && jsType===0) {
+ //for ga event only
+
+ if(glob_isGaReady) {
+ //if ga ready, call the function
+ jsFunction();
+ }else{
+ //if user accept GDPR, but ga not ready, still push new command into queue
+ glob_JS.GA.push(jsFunction);
+
+ }
+
+ }else{
+
+ if(jsType<0){
+ jsType='GAInit'
+ }else if(jsType==0){
+ jsType='GA';
+ }else{
+ jsType='ExternalJS';
+ }
+
+ if(typeof fireJS === 'undefined'){
+ //save ad event in queue
+
+
+ if(jsType=='GAInit'){
+
+ glob_JS.GAInit.push(jsFunction);
+
+ }else if(jsType=='GA') {
+
+ glob_JS.GA.push(jsFunction);
+ }else
+ {
+ //default is other js
+ glob_JS.ExternalJS.push(jsFunction);
+ }
+
+
+ }else{
+ //let next function to determine save or fire ad function
+ fireJS(jsType,jsFunction);
+
+ }
+ }
+ }
+
+
+
+ function loadScript(url, parameters,callback){
+
+
+
+ var script = document.createElement("script");
+ script.type = "text/javascript";
+
+
+ //add custom attribute
+ for (var key in parameters) {
+ if (parameters.hasOwnProperty(key)) {
+ script.setAttribute(key,parameters[key]);
+ }
+ }
+
+
+ if (script.readyState){ //IE
+ script.onreadystatechange = function(){
+ if (script.readyState == "loaded" ||
+ script.readyState == "complete"){
+ script.onreadystatechange = null;
+ callback();
+ }
+ };
+ } else { //Others
+ script.onload = function(){
+
+ if(typeof callback === 'function'){
+ callback();
+ }
+
+ };
+ }
+
+ script.src = url;
+ document.getElementsByTagName("head")[0].appendChild(script);
+ }
+
+
+
+ }
+
+ ]]>
+ </script><!--<script type='text/javascript'>
+(function() {
+var useSSL = 'https:' == document.location.protocol;
+var src = (useSSL ? 'https:' : 'http:') +
+'//www.googletagservices.com/tag/js/gpt.js';
+document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
+})();
+</script>-->
+
+ <script type="text/javascript">
+ //<![CDATA[
+ //CMP
+ var isEEA = true;
+ var passEEACheck = false;
+
+ var metadata = 'BOSk20WOSk20WABABBENBR-AAAAeCAFAAUABwAEAANABCA';
+ var purposeConsents = { 1: true, 2: true, 3: true, 4: true, 5: true };
+ var vendorConsents = { 10:true, 28: true, 32: true, 52: true, 132: true };
+
+ function __cmp(cmd, p, cb) {
+ if (cmd === 'getVendorConsents' || cmd === 'getConsentData') {
+ cb({
+ hasGlobalScope: true,
+ gdprApplies: isEEA,
+ metadata: metadata,
+ consentData: metadata,
+ purposeConsents: purposeConsents,
+ vendorConsents: vendorConsents
+ }, true);
+ } else if (cmd === 'ping') {
+ cb({gdprAppliesGlobally: false, cmpLoaded: isEEA});
+ } else {
+ throw new Error('Invalid CMP command '+ cmd);
+ }
+ }
+ //]]>
+ </script><!-- <script async src="//js-sec.indexww.com/ht/p/184901-208206248649346.js"></script> -->
+
+ <script type="text/javascript">
+ //<![CDATA[
+ //ADBRIDG MIGRATION: Load the Adbridg library directly after the GPT library.
+ var AdBridg = AdBridg || {};
+ AdBridg.cmd = AdBridg.cmd || [];
+ window.adbridgFallback = function() {
+ console.log('ADBRIDG MIGRATION: library failed to load; falling back to GPT');
+ var dq = [], l = [], ls = {}, lf = [], es;
+ var rl = function(f) {return function(){var a=arguments, x=function(){f.apply(null,a)};lf.push(x);pl()}}
+ var pl = function() {if(!l.length){while(lf.length){(lf.shift())()}}}
+ dq.process = function() { while(dq.length) { googletag.display(dq.shift()); }}
+ AdBridg.defineSlot = function(p, s, d) { return googletag.defineSlot(p, s, d).addService(googletag.pubads()); }
+ AdBridg.defineOutOfPageSlot = function(p, d) { return googletag.defineOutOfPageSlot(p, d).addService(googletag.pubads()); }
+ AdBridg.destroySlots = function(s) { return googletag.destroySlots(s); }
+ AdBridg.display = function(d) { dq.push(d); if (es) { dq.process(); }}
+ AdBridg.refresh = function(s, o) { googletag.pubads().refresh(s, o); }
+ AdBridg.render = function() { }
+ AdBridg.serve = function() { googletag.enableServices(); es=1; dq.process(); }
+ AdBridg.sizeMapping = function() { return googletag.sizeMapping(); }
+ AdBridg.useSizeMapping = function() { }
+ AdBridg.lock = function(s) {if(ls[s]){ls[s]=null;return;}l.push(s);pl()}
+ AdBridg.unlock = function(s) {var f=0; for(var i=0;i<l.length;++i){if(l[i]==s){l.splice(i,1);f=1}}; if(!f){ls[s]=1} pl()}
+ AdBridg.cmd.push = function(f) {
+ if (typeof(f)=='object') {
+ var api_fallback = function(o) {
+ googletag.cmd.push(function() {
+ var fl;
+ if (o.gpt_path) {
+ var u=AdBridg.defineSlot(o.gpt_path,o.size||[],o.dom_id);
+ if(o.size_map) {
+ var m = googletag.sizeMapping();
+ for(var oi=0;oi<o.size_map.length;oi++){m=m.addSize(o.size_map[oi].viewport, o.size_map[oi].sizes);}
+ u.defineSizeMapping(m.build());
+ }
+ if(o.events) {
+ if(o.events["gpt.defined"]){o.events["gpt.defined"](u);}
+ fl = function(a,b){if(o.events[a]){googletag.pubads().addEventListener(b,function(e){if(e.slot===u){o.events[a](u,e)}})}}
+ fl("gpt.rendered",'slotRenderEnded');
+ fl("gpt.viewed",'impressionViewable');
+ fl("gpt.visibilityChanged",'slotVisibilityChanged');
+ }
+ } else if (o.events) {
+ fl = function(a,b){if(o.events[a]){googletag.pubads().addEventListener(b,function(e){o.events[a](a,e)})}}
+ fl("gpt.render_raw",'slotRenderEnded');
+ fl("gpt.viewed_raw",'impressionViewable');
+ }
+ });
+ }
+ if(f.length){for(var i=0;i<f.length;++i){api_fallback(f[i]);}}else{api_fallback(f);}
+ f=function(){AdBridg.serve()}
+ }
+ return googletag.cmd.push(f);
+ }
+ while (AdBridg.cmd.length) { AdBridg.cmd.push(AdBridg.cmd.shift()); }
+ };
+ fireOrSaveJsFunctions(1, function() {
+ (function() {
+ var adb = document.createElement("script");
+ adb.async = true;
+ adb.type = "text/javascript";
+ adb.src = '//prod.adspsp.com/adb.2418030m.min.js';
+ var node = document.getElementsByTagName('script')[0];
+ node.parentNode.insertBefore(adb, node);
+
+ // Return control to GPT if the AdBridg library fails to load.
+ adb.onerror = function() {
+ if (AdBridg.exists) { return; }
+ document.createElement('IMG').src = '//adspsp.com/pt/2418030/3/1/?e=0';
+ window.adbridgFallback();
+ }
+ })();
+ });
+ //]]>
+ </script><!-- Load DFP -->
+
+ <script type="text/javascript">
+ //<![CDATA[
+ var googletag = googletag || { };
+ googletag.cmd = googletag.cmd || [ ];
+ fireOrSaveJsFunctions(1,function(){
+ (function() {
+ var gads = document.createElement("script");
+ gads.async = true;
+ gads.type = "text/javascript";
+ var useSSL = "https:" == document.location.protocol;
+ gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
+ var node =document.getElementsByTagName("script")[0];
+ node.parentNode.insertBefore(gads, node);
+ })();
+ });
+ //]]>
+ </script><!--New header bidding-->
+
+ <script>
+ <![CDATA[
+ var amzn_win=window,amzn_c=5,amzn_x=0;while(amzn_x<amzn_c){amzn_win=amzn_win.parent;if(amzn_win.apstag)try{amzn_win.apstag.renderImp(document,"%%PATTERN:amzniid%%");amzn_x=amzn_c}catch(e){}amzn_x++};
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ fireOrSaveGoogleAdFunctions(function() {
+ AdBridg.cmd.push(function () {
+ // ADBRIDG MIGRATION: this command to set AdSense is one of the few
+ // GPT commands that should not be replaced with our library proxy.
+ googletag.pubads().set("adsense_background_color", "FFFFFF");
+ });
+ });
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ var googleDegfaultAdVars = {"main":"'neurology'","sub":"'biology-biochemistry', 'psychology-psychiatry'","k1":"'otherneurologicaldisorders'","k2":"'neurological'","k3":"'health'","uniq":"'318674'","msiteactive":"'False'"};
+ var googleAdSlotInfo = [];
+ //]]>
+ </script><!-- End of old ads area -->
+
+ <script type="text/javascript">
+ //<![CDATA[
+ //Page level targeting setup
+ var adRPV = Math.floor(Math.random()*100)+1;
+ adRPV = adRPV.toString();
+
+ fireOrSaveGoogleAdFunctions(function(){
+ // ADBRIDG MIGRATION: the `cmd` function needs to run through AdBridg, but the
+ // setTargeting methods should stay native to GPT.
+ AdBridg.cmd.push(function() {
+ googletag.pubads().setTargeting('rpv', adRPV);
+ //We need to add a new key for 'url'
+ googletag.pubads().setTargeting('url', encodeURI(location.pathname));
+
+ //Set default targeting first
+ if (typeof googleDegfaultAdVars !== "undefined") {
+ for (var k in googleDegfaultAdVars) {
+ if (k == "sub" || googleDegfaultAdVars[k].toString().indexOf(",") > -1) {
+ var finalOutput = googleDegfaultAdVars[k].split(',');
+ //Remove the single qoute
+ for (var i in finalOutput) {
+ if (finalOutput[i].trim().toString().indexOf("'") == 0) {
+ finalOutput[i] = finalOutput[i].trim().slice(1, -1);
+ } else {
+ finalOutput[i] = finalOutput[i].trim();
+ }
+ }
+ } else {
+ if (googleDegfaultAdVars[k].toString().indexOf("'") == 0) {
+ //if it got single qoute inside, we remove it
+ var finalOutput = googleDegfaultAdVars[k].slice(1, -1);
+ } else {
+ var finalOutput = googleDegfaultAdVars[k];
+ }
+ }
+ googletag.pubads().setTargeting(k, finalOutput);
+ }
+ }
+ //googletag.pubads().enableAsyncRendering(); // enable async loading
+ // Disable initial load, we will use refresh() to fetch ads.
+ // Calling this function means that display() calls just
+ // register the slot as ready, but do not fetch ads for it.
+ // googletag.pubads().disableInitialLoad();
+ // googletag.pubads().enableSingleRequest();
+ // googletag.pubads().enableLazyLoad({
+ // fetchMarginPercent: 50, // Fetch slots within 5 viewports.
+ // renderMarginPercent: 30, // Render slots within 2 viewports.
+ // mobileScaling: 2.0 // Double the above values on mobile.
+ // });
+ // googletag.enableServices();
+ // ADBRIDG MIGRATION: by default, we enable single request, disable initial
+ // load, and async rendering is enabled by default (GPT no longer supports
+ // synchronous rendering as of 2019-01-21.)
+ // All we need to do now is tell AdBridg to begin serving the ads.
+ // AdBridg.serve();
+ // console.log("serve happened in page level");
+
+ });
+ });
+ //]]>
+ </script>
+ <script>
+ <![CDATA[
+ // check viewport for resize events and reload ads (1000ms delay)
+ var resizeTimer;
+ var width = window.innerWidth;
+
+ function resizer() {
+ //Check to see if the width is changed
+ var newWidth = window.innerWidth;
+ if (width != newWidth) {
+ // check if we've crossed a break point (only need to refresh if crossing the 1000px break point)
+ if (width >= 1000 && newWidth < 1000) {
+
+ // DECREASE IN WIDTH
+ fireOrSaveGoogleAdFunctions(function() {
+ AdBridg.cmd.push(function () {
+ if (typeof window.DLB1 !== "undefined") {
+ AdBridg.refresh([window.DLB1]);
+ }
+ });
+ });
+
+ // send resize+refresh event
+ fireOrSaveJsFunctions(0,function() {ga('send', 'event', { eventCategory: 'Browser Width', eventAction: 'Resize / Shrink / Ad refresh', eventLabel: 'Resize / Shrink / Ad refresh'});});
+
+ } else if (width < 1000 && newWidth >= 1000) {
+
+ // INCREASE IN WIDTH
+ //
+ if(typeof window.DLB1 !== "undefined"){
+ AdBridg.refresh([window.DLB1]);
+ }
+
+ // send resize+refresh event
+ fireOrSaveJsFunctions(0,function() {ga('send', 'event', { eventCategory: 'Browser Width', eventAction: 'Resize / Grow / Ad refresh', eventLabel: 'Resize / Grow / Ad refresh'});});
+
+ } else {
+ // send resize event
+ fireOrSaveJsFunctions(0,function() {ga('send', 'event', { eventCategory: 'Browser Width', eventAction: 'Resize / No ad refresh', eventLabel: 'Resize / No ad refresh'});});
+ }
+ }
+
+ width = newWidth;
+ }
+
+ window.addEventListener("resize", function(){
+ clearTimeout(resizeTimer);
+ resizeTimer = setTimeout(resizer, 1000);
+ });
+
+ ]]>
+ </script><!--New header bidding-->
+
+ <script>
+ <![CDATA[
+ !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
+
+
+ var initParams = {
+ pubID: '3083',
+ adServer: 'googletag'
+ };
+
+
+ fireOrSaveJsFunctions(1,function(){
+
+ if (passEEACheck||(isEEA&&glob_mntcookie)) {
+ __cmp('getConsentData', null, function(vendorConsentData, success) {
+
+ initParams.gdpr = { enabled: true, consent: vendorConsentData.metadata };
+ apstag.init(initParams);
+ });
+ } else {
+ apstag.init(initParams);
+ }
+
+ })
+
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ this.top.location!==this.location&&(this.top.location=this.location);
+ //]]>
+ </script>
+ <style>
+ <![CDATA[
+ .async-hide { opacity: 0 !important}
+ ]]>
+ </style>
+ <script>
+ <![CDATA[
+ (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
+ h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
+ (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
+ })(window,document.documentElement,'async-hide','dataLayer',4000,
+ {'GTM-W59HFNJ':true});
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ <!-- GA Universal Code 2014-08 (obfuscated) -->
+
+ eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5(-1,2(){(2(i,s,o,g,r,a,m){i[\'c\']=r;i[r]=i[r]||2(){(i[r].q=i[r].q||[]).e(d)},i[r].l=1*j h();a=s.b(o),m=s.6(o)[0];a.7=1;a.8=g;m.9.k(a,m)})(y,A,\'z\',\'//x.n-3.t/3.u\',\'4\')});5(-1,2(){4(\'v\',\'p-w-1\',\'f\')});',37,37,'||function|analytics|ga|fireOrSaveJsFunctions|getElementsByTagName|async|src|parentNode||createElement|GoogleAnalyticsObject|arguments|push|auto||Date||new|insertBefore|||google||UA||||com|js|create|849615|www|window|script|document'.split('|')))
+
+
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ /*
+ CSS Browser Selector v0.4.0 (Nov 02, 2010)
+ Rafael Lima (http://rafael.adm.br)
+ http://rafael.adm.br/css_browser_selector
+ License: http://creativecommons.org/licenses/by/2.5/
+ Contributors: http://rafael.adm.br/css_browser_selector#contributors
+ */
+ function css_browser_selector(u){var ua=u.toLowerCase(),is=function(t){return ua.indexOf(t)>-1},g='gecko',w='webkit',s='safari',o='opera',m='mobile',h=document.documentElement,b=[(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3.6')?g+' ff3 ff3_6':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version\/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|\/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('blackberry')?m+' blackberry':is('android')?m+' android':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version\/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?m+' j2me':is('iphone')?m+' iphone':is('ipod')?m+' ipod':is('ipad')?m+' ipad':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win'+(is('windows nt 6.0')?' vista':''):is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js']; c = b.join(' '); h.className += ' '+c; return c;}; css_browser_selector(navigator.userAgent);
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ var viewportWidth = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
+ var viewportHeight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
+
+ switch (true) {
+ case viewportWidth > 1360:
+ var viewportBreakpoint = 'Desktop - XL';
+ break;
+ case viewportWidth > 1200:
+ var viewportBreakpoint = 'Desktop - L';
+ break;
+ case viewportWidth > 1000:
+ var viewportBreakpoint = 'Desktop - M';
+ break;
+ default:
+ var viewportBreakpoint = 'Desktop - S';
+ }
+
+ fireOrSaveJsFunctions(0,function() {ga('set', 'dimension20', viewportBreakpoint);});
+
+ fireOrSaveJsFunctions(0,function() {ga('set', {
+ 'dimension1': "no",
+ 'dimension2': "written",
+ 'dimension3': "Neurology / Neuroscience",
+ 'dimension5': "older",
+ 'dimension6': "desktop",
+ 'dimension8': "3",
+ 'dimension12': "2017-07-27",
+ 'dimension17': "7721",
+ 'dimension21': "2",
+ 'dimension23': "Ana Sandoiu",
+ 'dimension24': "Biology / Biochemistry",
+ 'dimension25': "Psychology / Psychiatry",
+ 'dimension27': "1",
+ 'dimension28': "otherneurologicaldisorders",
+ 'dimension29': "neurological"
+ });});
+
+ if (window.devicePixelRatio) {
+ var pixelRatio = (window.devicePixelRatio >= 1.5) ? "HiDPI" : "1X";
+ fireOrSaveJsFunctions(0,function() {ga('set', 'dimension7', pixelRatio);});
+ }
+
+ fireOrSaveJsFunctions(0,function() {ga('set', 'dimension10', viewportWidth);});
+ fireOrSaveJsFunctions(0,function() {ga('set', 'dimension11', viewportHeight);});
+ fireOrSaveJsFunctions(0,function() {ga('set', 'dimension16', 'None');});fireOrSaveJsFunctions(0,function() {ga('require', 'GTM-W59HFNJ');});
+ fireOrSaveJsFunctions(0,function() {ga('send', 'pageview');});
+
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 030','318674')});",30000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 040','318674')});",40000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 050','318674')});",50000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 060','318674')});",60000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 070','318674')});",70000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 080','318674')});",80000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 090','318674')});",90000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 100','318674')});",100000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 110','318674')});",110000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 120','318674')});",120000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 130','318674')});",130000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 140','318674')});",140000)
+ setTimeout("fireOrSaveJsFunctions(0,function() {ga('send','event','Engagement Time','Engagement 150','318674')});",150000)
+ //]]>
+ </script>
+ <script>
+ <![CDATA[
+ fireOrSaveJsFunctions(1,function() {
+
+ var _qevents = _qevents || [];
+
+ (function() {
+ var elem = document.createElement('script');
+ //elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
+ elem.src = (document.location.protocol == "https:" ? "https://" : "http://") + "cdn1.medicalnewstoday.com/structure/javascript/cache/quant.js";
+ elem.async = true;
+ elem.type = "text/javascript";
+ var scpt = document.getElementsByTagName('script')[0];
+ scpt.parentNode.insertBefore(elem, scpt);
+ })();
+
+ _qevents.push({
+ qacct:"p-v03RmX3GES6RT"
+ });
+ });
+
+
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ fireOrSaveJsFunctions(1,function() {
+
+ window._comscore = window._comscore || [];
+ window._comscore.push({ c1: "2", c2: "19983957" });
+ (function() {
+ var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
+ //s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
+ s.src = (document.location.protocol == "https:" ? "https://" : "http://") + "cdn1.medicalnewstoday.com/structure/javascript/cache/beacon.js";
+ el.parentNode.insertBefore(s, el);
+ })();
+
+ })
+
+ ]]>
+ </script> <noscript><img class="no_js" src="https://sb.scorecardresearch.com/p?c1=2&amp;c2=19983957&amp;cv=2.0&amp;cj=1" /></noscript>
+ <style type="text/css">
+ /*<![CDATA[*/
+ /*.mnt_dlb_foot_container { display:block; width: 728px; height: 90px; }*/
+ /*@media (min-width: 990px) { .mnt_dlb_foot_container { display: none; } }
+ @media (min-width:1148px) { .mnt_dlb_foot_container { display:block;} }*/
+ /*]]>*/
+ </style>
+ </head>
+ <body>
+ <script>
+ <![CDATA[
+
+
+ fireOrSaveJsFunctions(1,function() {
+
+ !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
+ n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
+ n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
+ t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
+ document,'script','https://connect.facebook.net/en_US/fbevents.js');
+
+ fbq('init', '1039134266174910');
+ fbq('track', "PageView");
+
+ fbq('track', 'ViewContent');
+
+ });
+
+
+ ]]>
+ </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1039134266174910&amp;ev=PageView&amp;noscript=1" /></noscript> <!-- Source: /controltag?confid=qqeynsltk&site=medical%20news%20today&edit=1 -->
+ <script class="kxct" data-id="qqeynsltk" data-timing="async" data-version="1.9" type="text/javascript">
+ //<![CDATA[
+
+ fireOrSaveJsFunctions(1,function() {
+ window.Krux || ((Krux = function () {
+ Krux.q.push(arguments)
+ }).q = []);
+ (function () {
+ var k = document.createElement('script');
+ k.type = 'text/javascript';
+ k.async = true;
+ var m, src = (m = location.href.match(/\bkxsrc=([^&]+)/)) && decodeURIComponent(m[1]);
+ k.src = /^https?:\/\/([a-z0-9_\-\.]+\.)?krxd\.net(:\d{1,5})?\//i.test(src) ? src : src === "disable" ? "" :
+ (location.protocol === "https:" ? "https:" : "http:") + "//cdn.krxd.net/controltag?confid=qqeynsltk";
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(k, s);
+ }());
+ });
+ //]]>
+ </script> <!-- Facebook Pixel Code -->
+ <script>
+ <![CDATA[
+
+
+ fireOrSaveJsFunctions(1,function() {
+
+ !function (f, b, e, v, n, t, s) {
+ if (f.fbq)return;
+ n = f.fbq = function () {
+ n.callMethod ?
+ n.callMethod.apply(n, arguments) : n.queue.push(arguments)
+ };
+ if (!f._fbq)f._fbq = n;
+ n.push = n;
+ n.loaded = !0;
+ n.version = '2.0';
+ n.queue = [];
+ t = b.createElement(e);
+ t.async = !0;
+ t.src = v;
+ s = b.getElementsByTagName(e)[0];
+ s.parentNode.insertBefore(t, s)
+ }(window,
+ document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
+
+ fbq('init', '1039134266174910');
+ fbq('track', "PageView");
+ });
+ ]]>
+ </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1039134266174910&amp;ev=PageView&amp;noscript=1" /></noscript> <!--Moat content code-->
+ <script>
+ <![CDATA[
+
+
+ fireOrSaveJsFunctions(1,function(){
+
+ (function(){function t(){for(var a=[8],e=1;2>=e;e++)a.push(8+e),a.push(8-e);a=a[Math.floor(Math.random()*a.length)];return{b:a,a:0==Math.floor(Math.random()*a)}}function k(a){var e=a=a.replace(":","");try{for(var b=0;100>b&&(a=decodeURIComponent(a),e!=a)&&!a.match(/^http(s)?\:/);b++)e=a}catch(c){}return a.replace(/(^\s+|\s+$)/g,"")}try{if(!location||!location.hostname||!location.pathname)return!1;var c=document.location.hostname.replace(/^www\./,""),u=function(){for(var a,b=document.getElementsByTagName("meta"),c,d=0,f=b.length;d<f;d++)if(c=b[d],"og:title"===c.getAttribute("property")){a=c.getAttribute("content");break}a||(a=document.title||"Untitled");return a}(),b={},b=function(a,b,c){a.l1=b;a.l2=c;a.l3="__page__";a.l4="-";return a}(b,c,u),l=(new Date).getTime(),m=Math.floor(Math.random()*Math.pow(10,12)),d,f;f=t();f.a?d=f.b:d=0;b.zmoatab_cm=d;b.t=l;b.de=m;b.zMoatAB_SNPT=!0;var g;d?g=d:g=1;var n;n=f?f.a?!0:!1:!0;var c=[],p=[k(b.l1),k(b.l2),k(b.l3),k(b.l4)].join(":"),v="https://wve3oiypgri4-a.akamaihd.net/z.gif?e=17&d="+
+ encodeURIComponent(p)+"&de="+m+"&t="+l+"&i=HEALTHLINECONTENT1&cm="+g+"&mp=1&ac=1&pl=1&bq=10&vc=2&cs=0",w="https://px.moatads.com/pixel.gif?e=17&d="+encodeURIComponent(p)+"&de="+m+"&t="+l+"&i=HEALTHLINECONTENT1&cm="+g+"&mp=0&ac=1&pl=1&bq=10&ad_type=img&vc=2&cs=0",x="https://px.moatads.com/pixel.gif?e=17&d="+encodeURIComponent(p)+"&de="+m+"&t="+l+"&i=HEALTHLINECONTENT1&cm="+g+"&ku=1&ac=1&pl=1&bq=10&ad_type=img&vc=2&cs=0";n&&((new Image).src=v,(new Image).src=w);for(var q in b)c.push(q+"="+encodeURIComponent(b[q]));
+ var c=c.join("&"),c=c+"&vc=2",h=document.createElement("script");h.type="text/javascript";h.async=!0;n&&(h.onerror=function(){(new Image).src=x});var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(h,r);h.src="https://z.moatads.com/healthlinecontent451781663455/moatcontent.js#"+c}catch(a){try{var y="//pixel.moatads.com/pixel.gif?e=24&d=data%3Adata%3Adata%3Adata&i=MOATCONTENTABSNIPPET1&vc=2&ac=1&k="+encodeURIComponent(a)+"&j="+encodeURIComponent(document.referrer)+"&cs="+(new Date).getTime();
+ (new Image).src=y}catch(e){}}})();
+
+
+ });
+
+ ]]>
+ </script>
+ <link rel="amphtml" href="https://www.medicalnewstoday.com/articles/amp/318674" />
+ <div itemscope="itemscope" itemtype="http://schema.org/NewsArticle">
+ <noscript>
+ <div class="header_message enable_js error">
+ <p>
+ For full functionality, it is necessary to enable JavaScript. Here are <a href="http://www.enable-javascript.com" target="_blank">instructions how to enable JavaScript</a> in your web browser.
+ </p>
+ </div>
+ <div class="fullscreen_outer">
+ <div class="fullscreen_inner">
+ <h5>
+ Welcome to Medical News Today
+ </h5>
+ <p>
+ Healthline Media, Inc. would like to process and share personal data (e.g., mobile ad id) and data about your use of our site (e.g., content interests) with our third party partners (see a <a href="https://www.medicalnewstoday.com/privacy-policy#vendors" target="_blank">current list</a>) using cookies and similar automatic collection tools in order to a) personalize content and/or offers on our site or other sites, b) communicate with you upon request, and/or c) for additional reasons upon notice and, when applicable, with your consent.
+ </p>
+ <p>
+ Healthline Media, Inc. is based in and operates this site from the United States. Any data you provide will be primarily stored and processed in the United States, pursuant to the laws of the United States, which may provide lesser privacy protections than European Economic Area countries.
+ </p>
+ <p>
+ By clicking “accept” below, you acknowledge and grant your consent for these activities unless and until you withdraw your consent using our <a href="https://www.healthline.com/rights-request" target="_blank">rights request form</a>. Learn more in our <a href="https://www.medicalnewstoday.com/privacy-policy" target="_blank">Privacy Policy</a>.
+ </p>
+ </div>
+ </div></noscript>
+ <div id="header_message" class="new_menu">
+ <input type="hidden" id="is_usermobile" name="is_usermobile" value="0" />
+ </div>
+ <div id="navigation" class="container default_menu new_menu">
+ <div class="row">
+ <nav role="navigation" class="main_nav">
+ <ul class="main_nav left">
+ <li class="menu_topics">
+ <a href="#"></a>
+ <div class="menu_panel fullscreen_outer topics">
+ <div class="menu_panel fullscreen_inner">
+ <div class="row">
+ <div class="topics">
+ <div class="menu_topic_container">
+ <ul class="topic_headings">
+ <li class="topic_headings_top">
+ <span>Top categories</span>
+ <ul class="topic_popular_list">
+ <li>
+ <a href="/categories/blood">Blood / Hematology</a>
+ </li>
+ <li>
+ <a href="/categories/bones">Bones / Orthopedics</a>
+ </li>
+ <li>
+ <a href="/categories/breast_cancer">Breast Cancer</a>
+ </li>
+ <li>
+ <a href="/categories/colorectal_cancer">Colorectal Cancer</a>
+ </li>
+ <li>
+ <a href="/categories/depression">Depression</a>
+ </li>
+ <li>
+ <a href="/categories/gastrointestinal">GastroIntestinal</a>
+ </li>
+ <li>
+ <a href="/categories/hypertension">Hypertension</a>
+ </li>
+ <li>
+ <a href="/categories/lymphoma">Lymphoma</a>
+ </li>
+ <li>
+ <a href="/categories/mens_health">Men's Health</a>
+ </li>
+ <li>
+ <a href="/categories/neurology">Neurology / Neuroscience</a>
+ </li>
+ <li>
+ <a href="/categories/nutrition-diet">Nutrition / Diet</a>
+ </li>
+ <li>
+ <a href="/categories/pain">Pain / Anesthetics</a>
+ </li>
+ <li>
+ <a href="/categories/prostate">Prostate / Prostate Cancer</a>
+ </li>
+ <li>
+ <a href="/categories/psoriasis">Psoriasis</a>
+ </li>
+ <li>
+ <a href="/categories/respiratory">Respiratory</a>
+ </li>
+ <li>
+ <a href="/categories/sexual_health">Sexual Health / STDs</a>
+ </li>
+ <li>
+ <a href="/categories/stroke">Stroke</a>
+ </li>
+ <li>
+ <a href="/categories/tuberculosis">Tuberculosis</a>
+ </li>
+ <li>
+ <a href="/categories/urology-nephrology">Urology / Nephrology</a>
+ </li>
+ <li>
+ <a href="/categories/womens_health">Women's Health</a>
+ </li>
+ </ul>
+ </li>
+ <li class="topic_headings_all">
+ <span>All categories</span>
+ <ul class="topic_all_list">
+ <li>
+ <a href="/categories#a">A - B</a>
+ </li>
+ <li>
+ <a href="/categories#c">C - D</a>
+ </li>
+ <li>
+ <a href="/categories#e">E - G</a>
+ </li>
+ <li>
+ <a href="/categories#h">H - L</a>
+ </li>
+ <li>
+ <a href="/categories#m">M - O</a>
+ </li>
+ <li>
+ <a href="/categories#p">P - R</a>
+ </li>
+ <li>
+ <a href="/categories#s">S - Z</a>
+ </li>
+ <li>
+ <a href="/categories">All Topics</a>
+ </li>
+ </ul>
+ </li>
+ <li class="topic_headings_custom">
+ <span>Your MNT</span>
+ <ul class="topic_custom_list">
+ <h4>
+ Not a member yet?
+ </h4>
+ <p>
+ Get the most out of Medical News Today. Subscribe to our Newsletter to recieve:
+ </p>
+ <ul>
+ <li>Professionally-verified articles
+ </li>
+ <li>Daily or weekly updates
+ </li>
+ <li>Content custom-tailored to your needs
+ </li>
+ </ul><button class="sign_up menu_signup_button new_reg_signup">Create an account</button>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="menu_cta_container">
+ <span>More</span>
+ <ul class="topic_more_list">
+ <li class="menu_newsletter_cta">
+ <a href="#" class="new_reg_signup menu_item_link">Sign up for our newsletter</a>
+ </li>
+ <li class="menu_discover_cta">
+ <a href="/knowledge-center"><img src="https://cdn1.medicalnewstoday.com/structure/images/logo/logo-menu-cta-2017.png" height="15" width="34" />Discover in-depth, condition specific articles written by our in-house team.</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="menu_newsletter">
+ <a href="#" class="menu-newsletter-link new_reg_signup">
+ <div>
+ Newsletter
+ </div></a>
+ </li>
+ </ul>
+ <div class="logo">
+ <a href="/" accesskey="h" title="Medical News Today : Home"><img src="https://cdn1.medicalnewstoday.com/structure/images/logo/logo-2017-640-60.png" alt="MNT home" />
+ <p>
+ MNT - Hourly Medical News Since 2003
+ </p></a>
+ </div>
+ <ul class="main_nav right">
+ <div id="search_area">
+ <div id="searchwrapper" class="">
+ <div class="search_trigger">
+ <form id="searchFormHeader" action="/search" name="searchFormHeader">
+ <input type="text" id="header_search" placeholder="" class="searchbox" name="q" maxlength="150" autocomplete="off" /> <button class="screen_only black float_right" id="header_search_button" type="submit" title="Search MNT" value="">Search</button> <button class="mobile_only blue float_right" id="header_search_button" type="submit" title="Search MNT" value="">Go</button> <input type="hidden" name="p" value="1" />
+ </form>
+ </div>
+ </div>
+ </div>
+ <li class="menu_login">
+ <a href="#" id="menu_login_link">
+ <div>
+ Log in
+ </div></a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ <div id="navigation_scroll" class="container light">
+ <div class="row">
+ <nav id="subnavigation">
+ <ul class="main_nav left">
+ <li class="menu_topics">
+ <a href="#"></a>
+ <div class="menu_panel fullscreen_outer topics">
+ <div class="menu_panel fullscreen_inner">
+ <div class="row">
+ <div class="topics">
+ <div class="menu_topic_container">
+ <ul class="topic_headings">
+ <li class="topic_headings_top">
+ <span>Top categories</span>
+ <ul class="topic_popular_list">
+ <li>
+ <a href="/categories/blood">Blood / Hematology</a>
+ </li>
+ <li>
+ <a href="/categories/bones">Bones / Orthopedics</a>
+ </li>
+ <li>
+ <a href="/categories/breast_cancer">Breast Cancer</a>
+ </li>
+ <li>
+ <a href="/categories/colorectal_cancer">Colorectal Cancer</a>
+ </li>
+ <li>
+ <a href="/categories/depression">Depression</a>
+ </li>
+ <li>
+ <a href="/categories/gastrointestinal">GastroIntestinal</a>
+ </li>
+ <li>
+ <a href="/categories/hypertension">Hypertension</a>
+ </li>
+ <li>
+ <a href="/categories/lymphoma">Lymphoma</a>
+ </li>
+ <li>
+ <a href="/categories/mens_health">Men's Health</a>
+ </li>
+ <li>
+ <a href="/categories/neurology">Neurology / Neuroscience</a>
+ </li>
+ <li>
+ <a href="/categories/nutrition-diet">Nutrition / Diet</a>
+ </li>
+ <li>
+ <a href="/categories/pain">Pain / Anesthetics</a>
+ </li>
+ <li>
+ <a href="/categories/prostate">Prostate / Prostate Cancer</a>
+ </li>
+ <li>
+ <a href="/categories/psoriasis">Psoriasis</a>
+ </li>
+ <li>
+ <a href="/categories/respiratory">Respiratory</a>
+ </li>
+ <li>
+ <a href="/categories/sexual_health">Sexual Health / STDs</a>
+ </li>
+ <li>
+ <a href="/categories/stroke">Stroke</a>
+ </li>
+ <li>
+ <a href="/categories/tuberculosis">Tuberculosis</a>
+ </li>
+ <li>
+ <a href="/categories/urology-nephrology">Urology / Nephrology</a>
+ </li>
+ <li>
+ <a href="/categories/womens_health">Women's Health</a>
+ </li>
+ </ul>
+ </li>
+ <li class="topic_headings_all">
+ <span>All categories</span>
+ <ul class="topic_all_list">
+ <li>
+ <a href="/categories#a">A - B</a>
+ </li>
+ <li>
+ <a href="/categories#c">C - D</a>
+ </li>
+ <li>
+ <a href="/categories#e">E - G</a>
+ </li>
+ <li>
+ <a href="/categories#h">H - L</a>
+ </li>
+ <li>
+ <a href="/categories#m">M - O</a>
+ </li>
+ <li>
+ <a href="/categories#p">P - R</a>
+ </li>
+ <li>
+ <a href="/categories#s">S - Z</a>
+ </li>
+ <li>
+ <a href="/categories">All Topics</a>
+ </li>
+ </ul>
+ </li>
+ <li class="topic_headings_custom">
+ <span>Your MNT</span>
+ <ul class="topic_custom_list">
+ <h4>
+ Not a member yet?
+ </h4>
+ <p>
+ Get the most out of Medical News Today. Subscribe to our Newsletter to recieve:
+ </p>
+ <ul>
+ <li>Professionally-verified articles
+ </li>
+ <li>Daily or weekly updates
+ </li>
+ <li>Content custom-tailored to your needs
+ </li>
+ </ul><button class="sign_up menu_signup_button new_reg_signup">Create an account</button>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="menu_cta_container">
+ <span>More</span>
+ <ul class="topic_more_list">
+ <li class="menu_newsletter_cta">
+ <a href="#" class="new_reg_signup menu_item_link">Sign up for our newsletter</a>
+ </li>
+ <li class="menu_discover_cta">
+ <a href="/knowledge-center"><img src="https://cdn1.medicalnewstoday.com/structure/images/logo/logo-menu-cta-2017.png" height="15" width="34" />Discover in-depth, condition specific articles written by our in-house team.</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="menu_newsletter">
+ <a href="#" class="menu-newsletter-link new_reg_signup">
+ <div>
+ Newsletter
+ </div></a>
+ </li>
+ </ul>
+ <div class="logo">
+ <a href="/" accesskey="h" title="Medical News Today : Home"><img src="https://cdn1.medicalnewstoday.com/structure/images/logo/logo-2017-640-60.png" alt="MNT home" />
+ <p>
+ MNT - Hourly Medical News Since 2003
+ </p></a>
+ </div>
+ <ul class="main_nav right">
+ <div id="search_area">
+ <div id="searchwrapper" class="">
+ <div class="search_trigger">
+ <form id="searchFormHeader" action="/search" name="searchFormHeader">
+ <input type="text" id="header_search" placeholder="" class="searchbox" name="q" maxlength="150" autocomplete="off" /> <button class="screen_only black float_right" id="header_search_button" type="submit" title="Search MNT" value="">Search</button> <button class="mobile_only blue float_right" id="header_search_button" type="submit" title="Search MNT" value="">Go</button> <input type="hidden" name="p" value="1" />
+ </form>
+ </div>
+ </div>
+ </div>
+ <li class="menu_login">
+ <a href="#" id="menu_login_link">
+ <div>
+ Login
+ </div></a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ <div class="modal fade" id="picModal" tabindex="-1" role="dialog" style="z-index: 1040; padding-left:0;">
+ <div class="modal-dialog" role="document">
+ <div class="modal-content" style="">
+ <div class="modal-header"></div>
+ <div class="modal-body" style="text-align: center;">
+ <div id="picModal-loading-animation">
+ <span class="sr-only">Loading...</span>
+ </div><img id="origin-img" src="" />
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="modal fade site_modal modal_gdpr" tabindex="-1" role="dialog" aria-hidden="true" id="gdprModal" data-backdrop="static" data-keyboard="false">
+ <div class="modal-dialog" role="document">
+ <div class="modal-content">
+ <div class="modal-header"></div>
+ <div class="modal-body container" onscroll="modalScroll()">
+ <div class="fullscreen_outer article_header">
+ <div class="fullscreen_inner">
+ <h5>
+ Please accept our privacy terms
+ </h5>
+ <p>
+ We use cookies and similar technologies to improve your browsing experience, personalize content and offers, show targeted ads, analyze traffic, and better understand you. We may share your information with third-party partners for marketing purposes. To learn more and make choices about data use, visit our <a href="https://www.medicalnewstoday.com/advertising" target="_blank">Advertising Policy</a> and <a href="https://www.medicalnewstoday.com/privacy-policy" target="_blank">Privacy Policy</a>. By clicking “Accept and Continue” below, (1) you consent to these activities unless and until you withdraw your consent using our rights request form, and (2) you consent to allow your data to be transferred, processed, and stored in the United States.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="modal-footer container gradient">
+ <div class="article_header">
+ <button class="primary" onclick="GDPRAccept()">ACCEPT AND CONTINUE TO SITE</button> <button class="secondary" onclick="confirmDeny()">Deny permission</button>
+ </div>
+ </div>
+ </div>
+ <div class="scroll_more hidden">
+ <button class="primary" onclick="scrollAccept()">Scroll to Accept</button>
+ </div>
+ </div>
+ </div>
+ <div class="modal fade modal_login_panel" tabindex="-1" role="dialog" aria-hidden="true">
+ <div class="modal-dialog" role="document">
+ <div class="modal-content" id="modal_login_panel">
+ <div class="modal-header"></div>
+ <div class="modal-body">
+ <div class="menu_panel fullscreen_outer account">
+ <div class="menu_panel fullscreen_inner">
+ <div class="row">
+ <div class="login_list">
+ <div class="login_container">
+ <div class="register">
+ <h2>
+ Sign in
+ </h2>
+ <p>
+ Log in with your Medical News Today account to create or edit your custom homepage, catch-up on your opinions notifications and set your newsletter preferences.
+ </p><a href="/account/"><button class="log_in float_left secure" name="login" type="submit">Sign in</button></a>
+ </div>
+ <div class="login_form">
+ <h3>
+ Register for a free account
+ </h3>
+ <p>
+ Sign up for a free Medical News Today account to customize your medical and health news experiences.
+ </p><button class="sign_up menu_signup_button new_reg_signup">Register</button>
+ <div class="login_tour">
+ <a class="" href="/tour">take the tour</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <hr class="css_h1ksn" />
+ <div class="container">
+ <div class="row site_header">
+ <article>
+ <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 article_header">
+ <!-- Leaderboard BANNER advert -->
+ <div id="dlb1_container" class="mnt css_c4zij">
+ <!-- header_ad code -->
+ <div class="mnt_history" style="display:none;">
+ <a href="/whitelist-mnt"><img src="https://cdn1.medicalnewstoday.com/structure/images/mnt_ads/mnt_history_leaderboard.png" alt="Thank you for supporting Medical News Today" /></a>
+ </div>
+ <div id="dlb1_unit" adonis-marker="">
+ <script type="text/javascript">
+ //<![CDATA[
+ googleAdSlotInfo.push({
+ "slotName":'DLB1',
+ "slotContainer":'dlb1_container' });
+ //]]>
+ </script>
+ </div>
+ </div><!-- /header_ad code -->
+ <h1 itemprop="headline">
+ How does the brain turn unconscious information into conscious thought?
+ </h1>
+ </div>
+ <div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 main_content">
+ <div id="article_date">
+ <span class="date_published screen_only">Published <time itemprop="datePublished" datetime="2017-07-27">Thursday 27 July 2017</time></span> <span class="date_published mobile_only">Published Thu 27 Jul 2017</span>
+ </div>
+ <div class="author_top">
+ <span class="author_byline">By <a href="/authors/ana-sandoiu" class="article_author" rel="author" title="View all articles written by Ana Sandoiu" onclick="fireOrSaveJsFunctions(0,function() {ga('send', 'event', 'Author Byline Top', 'Visit Ana Sandoiu', 'Visit Ana Sandoiu');});">Ana Sandoiu</a></span>
+ </div>
+ <div class="article_body">
+ <div itemprop="articleBody">
+ <header>
+ Neuroscience tells us that most of the work done by our brains happens on an unconscious level, but when does that "a-ha!" moment occur? And what happens during it? New research investigates.
+ </header>
+ <div class="photobox_right" style="max-width: 550px;">
+ <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-src="https://cdn1.medicalnewstoday.com/content/images/articles/318/318674/hand-holding-brain-lightbulb.jpg" alt="hand holding brain lightbulb" /><br />
+ <em>A new study investigates when the 'a-ha!' moment takes place in the brain, and how similar it is to other brain processes.</em>
+ </div>
+ <p>
+ Many of us have noticed that we seem to get our best ideas when we're in the shower, or that we can find the answer to a difficult question when we least think about it.
+ </p>
+ <p>
+ A large body of neuroscientific <a href="http://journals.sagepub.com/doi/abs/10.1177/0956797612446024" target="_blank" rel="noopener">studies</a> has pointed out that the brain does a lot of work in its spare time, the so-called idle state - wherein the brain does not appear to be thinking about anything at all - and that this is the time when it works at its hardest to find solutions to complex problems.
+ </p>
+ <p>
+ With time and advances in <a href="/articles/248680.php" title="What is neuroscience?" class="keywords">neuroscience</a>, it has become more and more clear to researchers that Freud <em>was</em> right and the mind, as well as the brain, do work unconsciously. In fact, it would be safe to say that what is consciously known to us is just the tip of a much larger iceberg, deeply submerged in unconscious waters.
+ </p>
+ <p>
+ But the exact moment at which information becomes known to us - or when the "tip of the iceberg" pierces through the water, and the unconscious becomes conscious - has been somewhat of a mystery, from a neuroscientific point of view.
+ </p>
+ <p>
+ In other words, we do not yet know when that intellectually satisfying "a-ha!" moment takes place, or what the biology is behind it. This is why a team of researchers at Columbia University in New York City, NY, set out to investigate this moment in more detail.
+ </p>
+ <div id="onequarter-of-article"></div>
+ <p>
+ The scientists were led by Michael Shadlen, Ph.D., of Columbia University's Mortimer B. Zuckerman Mind Brain Behavior Institute, and the <a href="http://www.cell.com/current-biology/fulltext/S0960-9822(17)30784-4" target="_blank" rel="noopener">findings</a> were published in the journal <em>Current Biology.</em>
+ </p><!--[DLB]--><!-- Leaderboard BANNER advert -->
+ <div id="dlb2_container" class="mnt css_c4zij">
+ <!-- header_ad code -->
+ <div class="mnt_history" style="display:none;">
+ <a href="/whitelist-mnt"><img src="https://cdn1.medicalnewstoday.com/structure/images/mnt_ads/mnt_history_leaderboard.png" alt="Thank you for supporting Medical News Today" /></a>
+ </div>
+ <div id="dlb2_unit" adonis-marker="">
+ <script type="text/javascript">
+ //<![CDATA[
+ googleAdSlotInfo.push({
+ "slotName":'DLB2',
+ "slotContainer":'dlb2_container' });
+ //]]>
+ </script>
+ </div>
+ </div><!-- /header_ad code --><!--[END DLB]--><!--[MMR]--><!--[END MMR]-->
+ <h2>
+ The hypothesis
+ </h2>
+ <p>
+ Dr. Shadlen and colleagues started out from an interesting hypothesis, one which they derived from previous research on the neurobiological processes involved in decision-making.
+ </p>
+ <p>
+ As the authors explain, research conducted in both monkeys and humans shows that many of our decisions take place at a point when the brain "feels" as though it has gathered enough information, or when a critical level of information has been accumulated.
+ </p>
+ <div class="related_inline">
+ <a href="/articles/315184.php?iacp" title="Scientists find new mechanism for memory formation" target="_blank">
+ <div>
+ <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-src="/content/images/headlines/315/315184/memory-cogs.jpg" alt="Scientists find new mechanism for memory formation" class="original" />
+ <div class="headline">
+ Scientists find new mechanism for memory formation
+ </div>
+ <div class="excerpt">
+ How do we form memories? New research uncovers key brain area.
+ </div>
+ <div class="more">
+ Read now
+ </div>
+ </div></a>
+ </div>
+ <p>
+ This process of making a decision once the brain has accumulated enough evidence bears the name of "bounded evidence accumulation." Reaching this threshold is important because, although the brain does not use <em>all</em> of the information available, it uses as much as is necessary to make a speedy yet accurate decision.
+ </p>
+ <p>
+ <strong>The researchers wondered whether or not this threshold is also responsible for our "eureka!" moments.</strong>
+ </p>
+ <div id="middle-of-article"></div>
+ <p>
+ In Dr. Shadlen's words, "Could the moment when the brain believes it has accumulated enough evidence be tied to the person's awareness of having decided - that important 'a-ha!' moment?"
+ </p><!--[DLB]--><!-- Leaderboard BANNER advert -->
+ <div id="dlb3_container" class="mnt css_c4zij">
+ <!-- header_ad code -->
+ <div class="mnt_history" style="display:none;">
+ <a href="/whitelist-mnt"><img src="https://cdn1.medicalnewstoday.com/structure/images/mnt_ads/mnt_history_leaderboard.png" alt="Thank you for supporting Medical News Today" /></a>
+ </div>
+ <div id="dlb3_unit" adonis-marker="">
+ <script type="text/javascript">
+ //<![CDATA[
+ googleAdSlotInfo.push({
+ "slotName":'DLB3',
+ "slotContainer":'dlb3_container' });
+ //]]>
+ </script>
+ </div>
+ </div><!-- /header_ad code --><!--[END DLB]--><!--[MMR]--><!--[END MMR]-->
+ <h2>
+ Examining the 'a-ha!' moment
+ </h2>
+ <p>
+ To answer this question, the scientists asked five people to perform a "direction discrimination" task. In it, the participants looked at dots on a computer screen. The dots moved randomly, as grains of sand would when blown by the wind. The participants were asked to say in which direction the dots had moved.
+ </p>
+ <p>
+ The moment they "decided" which direction the dots seemed to be taking was considered to be the equivalent of the "a-ha!" moment.
+ </p>
+ <p>
+ In the center of the screen, there was a fixed point and a clock. The display also had two "choice targets" - namely, left or right - and these were the directions in which the participants had to decide that the dots had moved.
+ </p>
+ <p>
+ Shortly after the dots had stopped moving, the participants used an electronic, hand-held stylus to move the cursor in the direction that they thought the dots had moved.
+ </p>
+ <p>
+ To determine when the decision was made, the researchers used the technique called "mental chronometry" - that is, after they made their decision, the participants were asked to move the clock backward to the point when they felt that they had consciously done so.
+ </p>
+ <div id="threequarter-of-article"></div>
+ <p>
+ "The moment in time indicated by the participants - this mental chronometry - was entirely subjective; it relied solely on their own estimation of how long it took them to make that decision," Dr. Shadlen says. "And because it was purely subjective, in principle it ought to be unverifiable."
+ </p><!--[DLB]--><!-- Leaderboard BANNER advert -->
+ <div id="dlb4_container" class="mnt css_c4zij">
+ <!-- header_ad code -->
+ <div class="mnt_history" style="display:none;">
+ <a href="/whitelist-mnt"><img src="https://cdn1.medicalnewstoday.com/structure/images/mnt_ads/mnt_history_leaderboard.png" alt="Thank you for supporting Medical News Today" /></a>
+ </div>
+ <div id="dlb4_unit" adonis-marker="">
+ <script type="text/javascript">
+ //<![CDATA[
+ googleAdSlotInfo.push({
+ "slotName":'DLB4',
+ "slotContainer":'dlb4_container' });
+ //]]>
+ </script>
+ </div>
+ </div><!-- /header_ad code --><!--[END DLB]--><!--[MMR]--><!--[END MMR]-->
+ <h2>
+ 'A-ha' moment similar to making a decision
+ </h2>
+ <p>
+ However, by applying a mathematical model, the scientists were able to match these subjective decision times to the bounded evidence accumulation process.
+ </p>
+ <p>
+ <strong>The subjective decision times fit so well with what the scientists determined as the evidence accumulation threshold that they were able to predict the choices of four of the five participants.</strong>
+ </p>
+ <p>
+ "If the time reported to us by the participants was valid, we reasoned that it might be possible to predict the accuracy of the decision," explains Dr. Shadlen.
+ </p>
+ <p>
+ "We incorporated a kind of mathematical trick, based on earlier studies, which showed that the speed and accuracy of decisions were tied together by the same brain function." This "mathematical trick" was the evidence accumulation model.
+ </p>
+ <blockquote>
+ <p>
+ <span class="pullquote">"</span>Essentially, the act of becoming consciously aware of a decision conforms to the same process that the brain goes through to complete a decision, even a simple one - such as whether to turn left or right."
+ </p>
+ <p class="right">
+ Michael Shadlen, Ph.D.
+ </p>
+ </blockquote>
+ <p>
+ In other words, the study shows that the conscious awareness of the "a-ha!" moment takes place precisely when the brain has reached that threshold of evidence accumulation.
+ </p>
+ <p>
+ The findings provide unique insights into the biology of consciousness, say the researchers, and they bring us closer to understanding the biological basis of decisions, ethics, and, generally, the human mind.
+ </p>
+ <div id="bottom-of-article"></div>
+ </div>
+ </div><!-- MNT_Desktop Leaderboard -->
+ <ins class="adsbygoogle mnt_dlb_foot_container" id="mnt_dlb_foot_container" data-ad-client="ca-pub-1971793357249522" data-ad-slot="8084911109" style="display:block; width: 728px; height: 90px;"></ins>
+ <script>
+ <![CDATA[
+
+
+
+ fireOrSaveJsFunctions(1,function(){loadScript(
+ "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js",
+ {},
+ function(){}
+
+ )});
+
+
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ (adsbygoogle = window.adsbygoogle || []).push({});
+ ]]>
+ </script>
+ <p id="slidebox_trigger"></p>
+ <div id="suggest_reading_outer_container" class="place full">
+ <h2 class="suggested_reading internal_related">
+ Related coverage
+ </h2><!--<h2 class="suggested_reading">Suggested Reading</h2>-->
+ <div itemscope="itemscope" itemtype="http://schema.org/WebPage">
+ <!-- suggested_reading_container_parent -->
+ <div class="suggested_reading_container">
+ <div class="suggested_reading_inner column1">
+ <div class="suggested_item">
+ <a href="/articles/320950.php?sr" title="It's official: Pets benefit our mental health">
+ <div class="suggested_item_image">
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/hero/320/320950/320950_1100.jpg" alt="" />
+ </div><span class="title">It's official: Pets benefit our mental health</span> <span class="summary">A systematic review of existing studies lists the many ways in which pets provide people with mental health issues some much-needed comfort.</span> <span class="more">Read now</span></a>
+ </div>
+ </div>
+ <div class="suggested_reading_inner column2">
+ <div class="suggested_item">
+ <a href="/articles/319529.php?sr" title="Consciousness 'restored' using nerve stimulation">
+ <div class="suggested_item_image">
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/headlines/319/319529/man-lying-in-a-hospital-bed.jpg" alt="" />
+ </div><span class="title">Consciousness 'restored' using nerve stimulation</span> <span class="summary">One month after a vagus nerve stimulator was implanted in his chest, a patient who had spent 15 years in a vegetative state showed signs of consciousness.</span> <span class="more">Read now</span></a>
+ </div>
+ </div>
+ <div class="suggested_reading_inner column3">
+ <div class="suggested_item">
+ <a href="/articles/318965.php?sr" title="Cannabis for pain and PTSD 'lacks high-quality evidence'">
+ <div class="suggested_item_image">
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/headlines/318/318965/medical-marijuana.jpg" alt="" />
+ </div><span class="title">Cannabis for pain and PTSD 'lacks high-quality evidence'</span> <span class="summary">Systematic reviews of the scientific evidence suggest that it is of insufficient quality to support the use of cannabis for the treatment of PTSD and pain.</span> <span class="more">Read now</span></a>
+ </div>
+ </div>
+ <div class="suggested_reading_inner column4">
+ <div class="suggested_item">
+ <a href="/articles/320725.php?sr" title="Pancreatic cancer: Modified flu virus destroys tumors">
+ <div class="suggested_item_image">
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/hero/320/320725/320725_1100.jpg" alt="" />
+ </div><span class="title">Pancreatic cancer: Modified flu virus destroys tumors</span> <span class="summary">Scientists destroyed pancreatic cancer cells using a modified flu virus. If confirmed in clinical trials, the findings could offer new treatments.</span> <span class="more">Read now</span></a>
+ </div>
+ </div>
+ <div class="suggested_reading_inner column5">
+ <div class="suggested_item">
+ <a href="/articles/320316.php?sr" title="Why facial recognition is the future of diagnostics">
+ <div class="suggested_item_image">
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/hero/320/320316/320316_1100.jpg" alt="" />
+ </div><span class="title">Why facial recognition is the future of diagnostics</span> <span class="summary">New research uses facial recognition analysis to accurately predict health. The findings also show that the human brain has similar abilities.</span> <span class="more">Read now</span></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="social_bottom">
+ <div id="share_social_bottom">
+ <div id="article_social_bottom_facebook"></div>
+ <div id="article_social_bottom_twitter"></div>
+ <div id="article_social_bottom_linkedin"></div>
+ </div>
+ <div class="toolbox">
+ <div class="email">
+ <a rel="nofollow" title="email this article" href="#"><span class="toolbox_label">email</span></a> <span class="visuallyhidden"><a rel="nofollow" title="email this article" href="#">email</a></span>
+ </div>
+ <div class="print">
+ <a id="241048dc7d4264d767c59873fc01b2af" href="#" rel="nofollow" title="View print preview" target="_blank"><span class="toolbox_label">print</span></a>
+ </div>
+ <div class="share">
+ <a rel="nofollow" title="share this article" href="#"><span class="toolbox_label">share</span></a> <span class="visuallyhidden"><a rel="nofollow" title="share this article" href="#">share</a></span>
+ </div>
+ </div>
+ </div><a id="rate-this-article"></a>
+ <div class="article_category_container">
+ <div class="article_main_category_container">
+ <span itemprop="genre" class="category_main"><a href="/categories/neurology" title="Neurology / Neuroscience News" class="current">Neurology / Neuroscience</a></span>
+ </div>
+ <div class="article_sub_category_container">
+ <span itemprop="genre" class="category_sub"><a href="/categories/biology-biochemistry" title="Biology / Biochemistry News" class="current">Biology / Biochemistry</a></span> <span itemprop="genre" class="category_sub"><a href="/categories/psychology-psychiatry" title="Psychology / Psychiatry News" class="current">Psychology / Psychiatry</a></span>
+ </div>
+ </div>
+ <link rel="stylesheet" href="https://cdn1.medicalnewstoday.com/structure/styles/styles_override_trendmd_7721.css" type="text/css" media="all" />
+ <h2 class="suggested_reading trendmd_suggestions_heading">
+ Recommended related news
+ </h2>
+ <div id="trendmd-suggestions"></div>
+ <script>
+ <![CDATA[
+
+ //init glob_JS, depulicate in gdpr_js_queue.js because the file will be execute before gdpr_js_queue.js loading
+ glob_JS=(typeof glob_JS === 'undefined')?{'GAInit':[],'GA':[],"ExternalJS":[],"AD":[]}:glob_JS;
+
+ fireOrSaveJsFunctions(1,function(){loadScript(
+ "https://cdn1.medicalnewstoday.com/structure/javascript/cache/trendmd.min.js",
+ {"data-trendmdconfig":'{"journal_id":"53928","element":"#trendmd-suggestions"}'},
+ function(){}
+
+ )});
+
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+
+ fireOrSaveJsFunctions(1,function(){
+
+ //TrendMD suggest reading check
+
+ var interval = null;
+ //Check every 5 secs
+ interval = setInterval(function(){
+
+ var trendmdSuggestions = document.getElementById('trendmd-suggestions');
+
+ var trendmdChildLength = trendmdSuggestions.children.length;
+
+
+ if(trendmdChildLength > 0){
+ trendmdSuggestions.style.display = 'block';
+ //$("#trendmd-suggestions").prev().hide();
+
+ document.getElementsByClassName("trendmd_suggestions_heading")[0].style.display = 'block';
+
+
+ if(is_userMobile&&!glob_responsiveOverride){
+ //We add new styles in
+
+ var elements = document.querySelectorAll('.trendmd-widget_horizontal .trendmd-widget-section');
+
+ for (var i = 0; i < elements.length; i++) {
+ elements[i].style.cssText = 'width:100% !important;margin: 0!important;padding: 0!important;';
+ };
+
+ }
+
+ clearInterval(interval);
+
+ }
+
+ },5000);
+
+ //If it runs over 120 secs ,kill the process
+ setTimeout(function() {
+
+ var trendmdSuggestions = document.getElementById('trendmd-suggestions');
+
+ var trendmdChildLength = trendmdSuggestions.children.length;
+
+ //If trendMD is still not working , we kill the process
+ if(trendmdChildLength === 0){
+
+ clearInterval(interval);
+ trendmdSuggestions.classList.add("process_killed");
+
+ }
+
+ }, 1200000);
+
+ });
+
+
+
+ //]]>
+ </script> <!-- TID: 205893 -->
+ <div class="article_email">
+ <div id="header_close_button" class="email_close"></div>
+ <div class="emailform_container"></div>
+ </div>
+ </div>
+ </article>
+ <div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 sidebar">
+ <!-- article_ad code -->
+ <!-- MREC ARTICLE advert -->
+ <div id="dmr1_container" class="mnt css_hs211">
+ <div class="mnt_history" style="display:none;">
+ <a href="/knowledge-center"><img src="https://cdn1.medicalnewstoday.com/structure/images/mnt_ads/mnt_knowledge_center_001.png" alt="MNT Knowledge Center" /></a>
+ </div>
+ <div id="dmr1_unit" adonis-marker="">
+ <script type="text/javascript">
+ //<![CDATA[
+ googleAdSlotInfo.push({
+ "slotName":'DMR1',
+ "slotContainer":'dmr1_container' });
+ //]]>
+ </script>
+ </div>
+ </div><!-- /article_ad code -->
+ <div id="sidebar_feature" class="full">
+ <h2>
+ Latest news
+ </h2>
+ <ul class="sidebar_feature">
+ <li>
+ <a href="/articles/324410.php" title="Simple drug formula regenerates brain cells">
+ <div>
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/hero/324/324410/324410_1100.jpg" alt="Simple drug formula regenerates brain cells" class="original" />
+ <div class="headline">
+ Simple drug formula regenerates brain cells
+ </div>
+ <div class="excerpt">
+ Scientists have shown how a drug cocktail of four compounds can convert glia, or support cells, next to damaged neurons into new working neurons.
+ </div>
+ </div></a>
+ </li>
+ <li>
+ <a href="/articles/324408.php" title="Breast cancer screening saved over 27,000 lives in 2018">
+ <div>
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/hero/324/324408/324408_1100.jpg" alt="Breast cancer screening saved over 27,000 lives in 2018" class="original" />
+ <div class="headline">
+ Breast cancer screening saved over 27,000 lives in 2018
+ </div>
+ <div class="excerpt">
+ A new study estimates that breast cancer mortality rates have fallen by approximately half in the United States in 2018, thanks to screening and therapy.
+ </div>
+ </div></a>
+ </li>
+ <li>
+ <a href="/articles/324407.php" title="Alcohol use disorder: A step toward better treatment?">
+ <div>
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/hero/324/324407/324407_1100.jpg" alt="Alcohol use disorder: A step toward better treatment?" class="original" />
+ <div class="headline">
+ Alcohol use disorder: A step toward better treatment?
+ </div>
+ <div class="excerpt">
+ Current treatments for alcohol use disorder are unsatisfactory, but recent research points toward a new intervention that may also benefit mood disorders.
+ </div>
+ </div></a>
+ </li>
+ <li>
+ <a href="/articles/324402.php" title="What role does the gut play in Parkinson's disease?">
+ <div>
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/hero/324/324402/324402_1100.jpg" alt="What role does the gut play in Parkinson's disease?" class="original" />
+ <div class="headline">
+ What role does the gut play in Parkinson's disease?
+ </div>
+ <div class="excerpt">
+ A review of existing research has examined the evidence for a connection between the gastrointestinal system and the progression of Parkinson's disease.
+ </div>
+ </div></a>
+ </li>
+ <li>
+ <a href="/articles/324376.php" title="Weight loss: How important is eating breakfast?">
+ <div>
+ <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAQAAAAe/WZNAAAADklEQVR42mNkgAJGDAYAAFEABCaLYqoAAAAASUVORK5CYII=" data-src="https://cdn1.medicalnewstoday.com/content/images/hero/324/324376/324376_1100.jpg" alt="Weight loss: How important is eating breakfast?" class="original" />
+ <div class="headline">
+ Weight loss: How important is eating breakfast?
+ </div>
+ <div class="excerpt">
+ A new study has examined the importance of eating breakfast in the process of losing weight. It may not be as pivotal as once thought, say the authors.
+ </div>
+ </div></a>
+ </li>
+ </ul>
+ </div><!-- article_ad code -->
+ <!-- MREC ARTICLE advert -->
+ <div id="dmr2_container" class="mnt css_hs211">
+ <div class="mnt_history" style="display:none;">
+ <a href="/knowledge-center"><img src="https://cdn1.medicalnewstoday.com/structure/images/mnt_ads/mnt_knowledge_center_001.png" alt="MNT Knowledge Center" /></a>
+ </div>
+ <div id="dmr2_unit" adonis-marker="">
+ <script type="text/javascript">
+ //<![CDATA[
+ googleAdSlotInfo.push({
+ "slotName":'DMR2',
+ "slotContainer":'dmr2_container' });
+ //]]>
+ </script>
+ </div>
+ </div><!-- /article_ad code -->
+ <div class="full popular_tabs_container">
+ <div class="full popular_tabs_parent">
+ <h2 class="popular_tabs_heading">
+ <span>Popular in:</span> Neurology / Neuroscience
+ </h2>
+ <div id="popular_tabs">
+ <div class="centered">
+ <ul class="nav"></ul>
+ <div class="list-wrap">
+ <ul id="popular-read">
+ <li class="knowledge">
+ <a href="/articles/321560.php" title="Why are my legs and feet numb?"><span class="headline">Why are my legs and feet numb?</span></a>
+ </li>
+ <li class="knowledge">
+ <a href="/articles/321885.php" title="What can cause a burning sensation?"><span class="headline">What can cause a burning sensation?</span></a>
+ </li>
+ <li class="knowledge">
+ <a href="/articles/321423.php" title="What could cause tingling in the feet or hands?"><span class="headline">What could cause tingling in the feet or hands?</span></a>
+ </li>
+ <li class="knowledge">
+ <a href="/articles/322515.php" title="How to stop shivering"><span class="headline">How to stop shivering</span></a>
+ </li>
+ <li class="knowledge">
+ <a href="/articles/322967.php" title="Why do my arms go numb at night?"><span class="headline">Why do my arms go numb at night?</span></a>
+ </li>
+ </ul>
+ </div><!-- /list_wrap -->
+ </div><!-- /the_tabs -->
+ </div><!-- /centered -->
+ </div>
+ </div>
+ </div><!-- /sidebar -->
+ </div>
+ </div><img height="1" width="1" src="https://d.turn.com/r/dd/id/L21rdC84MTYvY2lkLzE3NDc2NjAwNjEvdC8y/kv/CampaignID=MedicalNewsToday,Content=otherneurologicaldisorders" />
+ <div id="message">
+ <a href="#top" style="display: none;">Scroll to top</a>
+ </div>
+ <footer>
+ <div class="container">
+ <div class="row">
+ <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 footer">
+ <div id="footer_logo">
+ <a href="/" title="Medical News Today : Home"><img src="https://cdn1.medicalnewstoday.com/structure/images/logo/logo-mini-2017.png" alt="MNT home" /></a>
+ </div>
+ <div id="footer_social">
+ <span class="footer_facebook fa-stack fa-lg"><a href="https://www.facebook.com/MedicalNewsToday" target="_blank"></a></span> <span class="footer_twitter fa-stack fa-lg"><a href="https://twitter.com/mnt" target="_blank"></a></span> <span class="footer_linkedin fa-stack fa-lg"><a href="https://www.linkedin.com/company/medical-news-today" target="_blank"></a></span> <span class="footer_google fa-stack fa-lg"><a href="https://plus.google.com/+medicalnews/posts" target="_blank"></a></span> <span class="footer_pinterest fa-stack fa-lg"><a href="https://www.pinterest.com/search/pins/?q=www.medicalnewstoday.com" target="_blank"></a></span>
+ </div>
+ <div id="footer_list">
+ <ul>
+ <li>
+ <a href="/popular" title="View our most popular news articles">Popular news</a>
+ </li>
+ <li>
+ <a href="/archive" title="View all our editorial articles">Editorial articles</a>
+ </li>
+ <li>
+ <a href="/categories" accesskey="m" title="View our complete news category list">All news topics</a>
+ </li>
+ <li>
+ <a href="/knowledge-center" title="Medical conditions and information center">Knowledge center</a>
+ </li>
+ <li>
+ <a href="/tour" title="Personalize Medical News Today">Your MNT</a>
+ </li>
+ <li>
+ <a href="/account" title="Log in or sign up">Log in or sign up</a>
+ </li>
+ <li>
+ <a href="/newsletter" title="Medical News Today in your inbox">Newsletters</a>
+ </li>
+ <li>
+ <a href="/share-our-content" title="Share our content">Share our content</a>
+ </li>
+ <li>
+ <a href="/about" title="About Medical News Today">About us</a>
+ </li>
+ <li>
+ <a href="/authors" title="Our editorial team">Our editorial team</a>
+ </li>
+ <li>
+ <a href="/contact" title="Contact the Medical News Today team">Contact us</a>
+ </li>
+ <li>
+ <a href="/advertising" title="Advertise with Medical News Today">Advertise with MNT</a>
+ </li>
+ </ul>
+ </div>
+ <div id="footer_newsletter">
+ <h3>
+ get our newsletter
+ </h3><span>Health tips, wellness advice and more.</span>
+ <div class="form-group">
+ <form method="post" action="https://www.medicalnewstoday.com/account" name="footerNewsletterSignup" id="footerNewsletterSignup" class="newsletterForm">
+ <div>
+ <input type="text" name="formEmail" id="EmailAddress" class="newsletterFormEmail" placeholder="Enter your email address" size="25" maxlength="150" /> <button type="submit" class="btn btn-success btn-lg btn-block btn-footer footer_newsletter_link email-signup-btn new_reg_signup">Subscribe</button>
+ <p>
+ Your <a href="/privacy-policy" title="Privacy policy">privacy</a> is important to us. Any information you provide to us via this website may be placed by us on servers located in countries outside of the EU. If you do not agree to such placement, do not provide the information.
+ </p>
+ </div><input type="hidden" id="entrypoint" name="entrypoint" value="footer_newsletter_link" />
+ </form>
+ </div>
+ </div>
+ <div id="copyright">
+ <div class="honcode_img">
+ <a href="https://www.healthonnet.org/HONcode/Conduct.html?HONConduct391155" class="seal" onclick="window.open(this.href); return false;"><img src="https://www.honcode.ch/HONcode/Seal/HONConduct391155_s1.gif" alt="This website is certified by Health On the Net Foundation. Click to verify." /></a>
+ </div>
+ <div class="copyright_text float_left">
+ <p>
+ Healthline Media UK Ltd, Brighton, UK.
+ </p>
+ <p>
+ © 2004-2019 All rights reserved. MNT is the registered trade mark of Healthline Media. Any medical information published on this website is not intended as a substitute for informed medical advice and you should not take any action before consulting with a healthcare professional.
+ </p>
+ </div>
+ <div class="copyright_text float_right">
+ <p>
+ <a href="/privacy-policy" title="View our privacy policy" onclick="fireOrSaveJsFunctions(0,function() {ga('send', 'event', { eventCategory: 'New Header - Desktop - Footer', eventAction: 'Footer - Privacy policy', eventLabel: 'Footer - Privacy policy' });});">Privacy</a> | <a href="/terms" title="View our terms of use" onclick="fireOrSaveJsFunctions(0,function() {ga('send', 'event', { eventCategory: 'New Header - Desktop - Footer', eventAction: 'Footer - Terms', eventLabel: 'Footer - Terms' });});">Terms</a> | <a href="/ad-policy" title="View our advertising policy">Ad policy</a> | <a href="https://www.healthline.com/health/careers" title="Careers" target="_blank">Careers</a>
+ </p>
+ </div>
+ </div>
+ <div class="footer_truste_container">
+ <div class="footer_truste">
+ <a href="//privacy.truste.com/privacy-seal/validation?rid=b59e7a69-59cd-449f-9af4-2bdba7d346e5" target="_blank"><img style="border: none" src="//privacy-policy.truste.com/privacy-seal/seal?rid=b59e7a69-59cd-449f-9af4-2bdba7d346e5" alt="TRUSTe" /></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <footer>
+ <div id="print_message">
+ <p>
+ This page was printed from: <strong><a href="https://www.medicalnewstoday.com/articles/318674.php">https://www.medicalnewstoday.com/articles/318674.php</a></strong>
+ </p>
+ <p>
+ Visit <strong><a href="https://www.medicalnewstoday.com">www.medicalnewstoday.com</a></strong> for medical news and health news headlines posted throughout the day, every day.
+ </p>
+ <hr />
+ <p>
+ 2019 Healthline Media UK Ltd. All rights reserved. MNT is the registered trade mark of Healthline Media. Any medical information published on this website is not intended as a substitute for informed medical advice and you should not take any action before consulting with a healthcare professional.
+ </p>
+ </div>
+ <script type="text/javascript">
+ //<![CDATA[
+ eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('a g=d.15(\'.r-14 9\');5(g&&g.b("8-3")){g.3=g.b("8-3");g.13(\'8-3\')}a 4=[].s.o(d.p(\'[8-3]\'));a w=6(h,f){5(h.f==""){h.f=f}u{a O=h.f.11(" ");5(O.12(f)==-1){h.f+=" "+f}}};1c(a i=0;i<4.M;i++){5(4[i].G.G.j[0]==\'1b\'){w(4[i],"r-c")}u{w(4[i],"c")}}d.q("1a",6(){4=[].s.o(d.p(\'9.r-c\'));4.l(6(2){2.3=2.b("8-3");2.j.n("r-c")});4=[].s.o(d.p(\'9.c\'));a I=10 7!=="1d";a R=I&&!("S"k 7)||/(Z|X|W)Y|V|U/i.T(19.1r);5(R){4.l(6(2){2.3=2.b("8-3");2.j.n("c")})}u{5("H"k 7){5(\'v\'k 7&&\'E\'k 7.v.A&&!(\'x\'k v.A)){1x.1e(7.v.A,\'x\',{1v:6(){1t 1u.E>0}})}a B=1z H(6(L,1E){L.l(6(z){5(z.x){a 2=z.1C;2.j.n("c");2.3=2.b("8-3");D(2);B.1A(2)}})},{1B:"y y 1y y"});4.l(6(2){B.1i(2)})}u{a m;6 e(){4=[].s.o(d.p(\'.c\'));5(m){1g(m)}m=1l(6(){a 1p=7.1o;4.l(6(9){5((9.P().1n-1w<=7.1h&&9.P().1m>=0)&&1q(9).1k!=="1f"){9.3=9.b("8-3");9.j.n(\'c\');D(9)}});5(4.M==0){d.C("K",e);7.C("J",e);7.C("Q",e)}},1s)}e();d.q("K",e);7.q("J",e);7.q("Q",e)}6 D(2){2.1D=6(){5(2.b(\'8-F-2-t\')){18(2.b(\'8-F-2-t\'),"",17)}5(2.b(\'8-N-2-t\')){16(2.b(\'8-N-2-t\'),"",1j)}}}}});',62,103,'||image|src|lazyloadImages|if|function|window|data|img|var|getAttribute|lazy|document|lazyload|className|owlCarouselFirstImage|element||classList|in|forEach|lazyloadThrottleTimeout|remove|call|querySelectorAll|addEventListener|owl|slice|index|else|IntersectionObserverEntry|addLazyClass|isIntersecting|0px|entry|prototype|imageObserver|removeEventListener|includeImagePlugin|intersectionRatio|click|parentNode|IntersectionObserver|runningOnBrowser|resize|scroll|entries|length|sharing|arr|getBoundingClientRect|orientationChange|isBot|onscroll|test|spider|crawl|ro|ing|bot|gle|typeof|split|indexOf|removeAttribute|carousel|querySelector|loadImageSharingImageByIndex|true|loadClickableImageByIndex|navigator|DOMContentLoaded|item|for|undefined|defineProperty|none|clearTimeout|innerHeight|observe|null|display|setTimeout|bottom|top|pageYOffset|scrollTop|getComputedStyle|userAgent|20|return|this|get|300|Object|300px|new|unobserve|rootMargin|target|onload|observer'.split('|'),0,{}))
+
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ window.ga=window.ga||function(){};
+ if (typeof window.googletag === 'undefined') {
+ //Fallback safe for googletag
+ var googletag = googletag || { };
+ googletag.cmd = googletag.cmd || [ ];
+ }
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ fireOrSaveJsFunctions(0,function() {ga('send', 'event', { eventCategory: 'New Header - Desktop - UI/UX Testing', eventAction: 'Show new header - Desktop', eventLabel: 'Show new header - Desktop', nonInteraction: true});});
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var is_userMobile=0;
+ var is_userTablet=0;
+ var glob_responsiveOverride=0;
+ var glob_customUserID=0;
+ var category=[{"displayNavName":"ADHD \/ ADD","url":"adhd"},{"displayNavName":"Allergy","url":"allergy"},{"displayNavName":"Alzheimer's \/ Dementia","url":"alzheimers"},{"displayNavName":"Anxiety \/ Stress","url":"anxiety"},{"displayNavName":"Rheumatology","url":"rheumatology"},{"displayNavName":"Respiratory","url":"respiratory"},{"displayNavName":"Bipolar","url":"bipolar"},{"displayNavName":"Body Aches","url":"bodyaches"},{"displayNavName":"Breast Cancer","url":"breast_cancer"},{"displayNavName":"Cancer \/ Oncology","url":"cancer-oncology"},{"displayNavName":"Cardiovascular \/ Cardiology","url":"cardiovascular"},{"displayNavName":"Caregivers \/ Homecare","url":"caregivers"},{"displayNavName":"Cholesterol","url":"cholesterol"},{"displayNavName":"Crohn's","url":"crohns"},{"displayNavName":"Cystic Fibrosis","url":"cystic_fibrosis"},{"displayNavName":"Depression","url":"depression"},{"displayNavName":"Dermatology","url":"dermatology"},{"displayNavName":"Diabetes","url":"diabetes"},{"displayNavName":"Erectile Dysfunction","url":"erectile_dysfunction"},{"displayNavName":"Fertility","url":"fertility"},{"displayNavName":"Obesity \/ Weight Loss \/ Fitness","url":"fitness-obesity"},{"displayNavName":"Headache \/ Migraine","url":"headache-migraine"},{"displayNavName":"Liver Disease \/ Hepatitis","url":"liver_disease"},{"displayNavName":"HIV and AIDS","url":"hiv-aids"},{"displayNavName":"Hypertension","url":"hypertension"},{"displayNavName":"Irritable Bowel Syndrome","url":"ibs"},{"displayNavName":"Lung Cancer","url":"lung_cancer"},{"displayNavName":"Lymphoma","url":"lymphoma"},{"displayNavName":"Men's Health","url":"mens_health"},{"displayNavName":"Mental Health","url":"mental_health"},{"displayNavName":"Neurology \/ Neuroscience","url":"neurology"},{"displayNavName":"Pregnancy \/ Obstetrics","url":"pregnancy"},{"displayNavName":"Psychology \/ Psychiatry","url":"psychology-psychiatry"},{"displayNavName":"Schizophrenia","url":"schizophrenia"},{"displayNavName":"Seniors \/ Aging","url":"seniors"},{"displayNavName":"Sexual Health \/ STDs","url":"sexual_health"},{"displayNavName":"Statins","url":"statins"},{"displayNavName":"Urology \/ Nephrology","url":"urology-nephrology"},{"displayNavName":"Women's Health","url":"womens_health"},{"displayNavName":"Pediatrics \/ Children's Health","url":"pediatrics"},{"displayNavName":"Radiology \/ Nuclear Medicine","url":"radiology"},{"displayNavName":"Bones \/ Orthopedics","url":"bones"},{"displayNavName":"Public Health","url":"public_health"},{"displayNavName":"Bio-terrorism \/ Terrorism","url":"bioterrorism"},{"displayNavName":"Aid \/ Disasters","url":"aid-disasters"},{"displayNavName":"Genetics","url":"genetics"},{"displayNavName":"Ear, Nose and Throat","url":"ent"},{"displayNavName":"Alcohol \/ Illegal Drugs","url":"alcohol"},{"displayNavName":"Nursing \/ Midwifery","url":"nursing"},{"displayNavName":"Medical Students \/ Training","url":"medical_students"},{"displayNavName":"Pharma \/ Biotech Industry","url":"pharma_industry"},{"displayNavName":"Stem Cell Research","url":"stem_cell"},{"displayNavName":"Dentistry","url":"dentistry"},{"displayNavName":"Bird Flu \/ Avian Flu","url":"birdflu"},{"displayNavName":"MRSA \/ Drug Resistance","url":"mrsa-superbug"},{"displayNavName":"Eye Health \/ Blindness","url":"eye_health"},{"displayNavName":"Tropical Diseases","url":"tropical_diseases"},{"displayNavName":"Cleft Palate","url":"cleft_palate"},{"displayNavName":"Infectious Diseases","url":"infectious_diseases"},{"displayNavName":"Parkinson's Disease","url":"parkinsons_disease"},{"displayNavName":"GastroIntestinal","url":"gastrointestinal"},{"displayNavName":"CJD \/ vCJD \/ Mad Cow Disease","url":"cjd-vcjd"},{"displayNavName":"Nutrition \/ Diet","url":"nutrition-diet"},{"displayNavName":"Gout","url":"gout"},{"displayNavName":"Stroke","url":"stroke"},{"displayNavName":"Complementary Medicine","url":"complementary_medicine"},{"displayNavName":"Endocrinology","url":"endocrinology"},{"displayNavName":"Biology \/ Biochemistry","url":"biology-biochemistry"},{"displayNavName":"Multiple Sclerosis","url":"multiple_sclerosis"},{"displayNavName":"Autism","url":"autism"},{"displayNavName":"Water - Air Quality \/ Agriculture","url":"water_quality"},{"displayNavName":"Immune System \/ Vaccines","url":"immune_system"},{"displayNavName":"Lupus","url":"lupus"},{"displayNavName":"Cosmetic Medicine","url":"cosmetic_medicine"},{"displayNavName":"Rehabilitation","url":"rehabilitation"},{"displayNavName":"Pain \/ Anesthetics","url":"pain"},{"displayNavName":"Hearing \/ Deafness","url":"hearing-deafness"},{"displayNavName":"Muscular Dystrophy \/ ALS","url":"muscular_dystrophy"},{"displayNavName":"Sports Medicine \/ Fitness","url":"sports_medicine"},{"displayNavName":"MRI \/ PET \/ Ultrasound","url":"mri-pet"},{"displayNavName":"Huntingtons Disease","url":"huntingtons_disease"},{"displayNavName":"Medical Devices \/ Diagnostics","url":"medical_devices"},{"displayNavName":"Smoking \/ Quit Smoking","url":"smoking"},{"displayNavName":"Transplants \/ Organ Donations","url":"transplants"},{"displayNavName":"Sleep \/ Sleep Disorders","url":"sleep"},{"displayNavName":"IT \/ Internet \/ E-mail","url":"it"},{"displayNavName":"Dyslexia","url":"dyslexia"},{"displayNavName":"Medicare \/ Medicaid \/ SCHIP","url":"medicare-medicaid"},{"displayNavName":"Epilepsy","url":"epilepsy"},{"displayNavName":"Prostate \/ Prostate Cancer","url":"prostate"},{"displayNavName":"Veterinary","url":"veterinary"},{"displayNavName":"Abortion","url":"abortion"},{"displayNavName":"Health Insurance","url":"health_insurance"},{"displayNavName":"Litigation","url":"medical_malpractice"},{"displayNavName":"Clinical Trials \/ Drug Trials","url":"clinical_trials"},{"displayNavName":"Conferences","url":"conferences"},{"displayNavName":"Compliance","url":"compliance"},{"displayNavName":"Primary Care \/ General Practice","url":"primary_care"},{"displayNavName":"Flu \/ Cold \/ SARS","url":"flu-sars"},{"displayNavName":"Blood \/ Hematology","url":"blood"},{"displayNavName":"Colorectal Cancer","url":"colorectal_cancer"},{"displayNavName":"Acid Reflux \/ GERD","url":"gerd"},{"displayNavName":"Cervical Cancer \/ HPV Vaccine","url":"cervical_cancer"},{"displayNavName":"Eating Disorders","url":"eatingdisorders"},{"displayNavName":"Pharmacy \/ Pharmacist","url":"pharmacy"},{"displayNavName":"Regulatory Affairs","url":"regulatoryaffairs"},{"displayNavName":"Ovarian Cancer","url":"ovarian_cancer"},{"displayNavName":"Menopause","url":"menopause"},{"displayNavName":"Psoriasis","url":"psoriasis"},{"displayNavName":"Tuberculosis","url":"tuberculosis"},{"displayNavName":"Back Pain","url":"back-pain"},{"displayNavName":"Heart Disease","url":"heart-disease"},{"displayNavName":"Asbestos \/ Mesothelioma","url":"asbestos"},{"displayNavName":"Lymphology \/ Lymphedema","url":"lymphology"},{"displayNavName":"Veterans \/ Ex-Servicemen","url":"veterans"},{"displayNavName":"Medical Practice Management","url":"medical_practice"},{"displayNavName":"Melanoma \/ Skin Cancer","url":"melanoma"},{"displayNavName":"COPD","url":"copd"},{"displayNavName":"Palliative Care \/ Hospice Care","url":"palliative_care"},{"displayNavName":"Vascular","url":"vascular"},{"displayNavName":"Fibromyalgia","url":"fibromyalgia"},{"displayNavName":"Pancreatic Cancer","url":"pancreatic-cancer"},{"displayNavName":"Preventive Medicine","url":"preventive-medicine"},{"displayNavName":"Swine Flu","url":"swine-flu"},{"displayNavName":"Restless Legs Syndrome","url":"restless-legs"},{"displayNavName":"Food Intolerance","url":"food-intolerance"},{"displayNavName":"Personal Monitoring","url":"personal-monitoring"},{"displayNavName":"Surgery","url":"surgery"},{"displayNavName":"Emergency Medicine","url":"emergency-medicine"},{"displayNavName":"Pulmonary System","url":"pulmonary-system"},{"displayNavName":"Medical Innovation","url":"medical-innovation"},{"displayNavName":"Ebola","url":"ebola"},{"displayNavName":"Ulcerative Colitis","url":"ulcerative-colitis"},{"displayNavName":"Constipation","url":"constipation"},{"displayNavName":"Arrhythmia","url":"arrhythmia"},{"displayNavName":"Osteoporosis","url":"osteoporosis"},{"displayNavName":"Diabetes Type 1","url":"diabetes-type-1"},{"displayNavName":"Diabetes Type 2","url":"diabetes-type-2"},{"displayNavName":"Dry Eye","url":"dry-eye"},{"displayNavName":"Endometriosis","url":"endometriosis"},{"displayNavName":"Psoriatic Arthritis","url":"psoriatic-arthritis"},{"displayNavName":"Hypothyroid","url":"hypothyroid"},{"displayNavName":"Shingles","url":"shingles"},{"displayNavName":"Premature Ejaculation","url":"premature-ejaculation"},{"displayNavName":"Asthma","url":"asthma"},{"displayNavName":"VTE","url":"vte"},{"displayNavName":"Seasonal Allergy","url":"seasonal-allergy"},{"displayNavName":"Food Allergy","url":"food-allergy"},{"displayNavName":"OAB","url":"oab"},{"displayNavName":"Urinary Tract Infection","url":"urinary-tract-infection"},{"displayNavName":"Leukemia","url":"leukemia"},{"displayNavName":"Osteoarthritis","url":"osteoarthritis"},{"displayNavName":"Rheumatoid Arthritis","url":"rheumatoid-arthritis"},{"displayNavName":"Birth Control","url":"birth-control-contraception"},{"displayNavName":"Head and Neck Cancer","url":"head-and-neck-cancer"},{"displayNavName":"Atopic Dermatitis","url":"atopic-dermatitis-eczema"},{"displayNavName":"Bites and Stings","url":"bites-stings"}];
+ var glob_testServer = 0;
+ var resetpw = 0;
+ var glob_newSkin = 1;
+ var glob_menu_prefix = 'New Header';
+ var glob_deviceInfo = 'Desktop';
+ var glob_newRegistration = 1;
+ var glob_triggerSurvey = 0;
+ var glob_pageType = 'article';
+ var glob_siteRevision = 7721;
+ var showNewsletterPopup = 0;
+ var AdBridg = AdBridg || {};
+ AdBridg.cmd = AdBridg.cmd || [];
+ //]]>
+ </script>
+ <script type="text/javascript" src="https://cdn2.medicalnewstoday.com/structure/javascript/out/mnt_default.js?v=20190211" defer="defer"></script>
+ <script src="https://healthline-com.videoplayerhub.com/galleryloader.js" defer="defer"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+
+ fireOrSaveJsFunctions(1,function(){
+
+ var tempAacctTid =setInterval(function() {
+
+ if(typeof _qevents !== "undefined"){
+ //wait until _qevents had been set
+ _qevents.push( { qacct:"p-v03RmX3GES6RT"} );
+ clearInterval(tempAacctTid);
+ }
+
+ }, 500);
+
+ });
+
+ //]]>
+ </script> <noscript>
+ <div style="display: none;">
+ <img src="https://pixel.quantserve.com/pixel/p-test123.gif" height="1" width="1" alt="Quantcast" />
+ </div></noscript>
+ <script src="https://cdn1.medicalnewstoday.com/structure/javascript/cache/oct.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+
+ fireOrSaveJsFunctions(1,function(){
+ twttr.conversion.trackPid('l4bfr');
+ });
+
+ //]]>
+ </script> <noscript><img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=l4bfr&amp;p_id=Twitter" /></noscript>
+ <div id="fb-root"></div>
+ <script>
+ <![CDATA[
+
+
+ fireOrSaveJsFunctions(1,function(){
+
+ (function(d, s, id) {
+ var js, fjs = d.getElementsByTagName(s)[0];
+ if (d.getElementById(id)) return;
+ js = d.createElement(s); js.id = id;
+ js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3&appId=147184211975697";
+ fjs.parentNode.insertBefore(js, fjs);
+ }(document, 'script', 'facebook-jssdk'));
+
+ });
+
+
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var ehs_site="ehsne.pro.mnt.medicalnewstoday";
+ var ord = window.ord || Math.floor(Math.random() * 1e16);
+ var ehs_protocol=(document.location.protocol=="https:") ? "https://" : "http://";
+ document.write('<scr'+'ipt type="text/javascript" src="'+ehs_protocol+'ad.doubleclick.net/N6913/adj/'+ehs_site+';sz=1x1;iprof=md;ims1=n23;ord=' + ord + '?"><\/scr'+'ipt>');
+ //]]>
+ </script>
+ <div id="amzn-assoc-ad-c3555b57-ee3e-4ba5-b6f4-ec40911af7e4"></div>
+ <script>
+ <![CDATA[
+
+ fireOrSaveJsFunctions(1,function(){loadScript(
+ "//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=c3555b57-ee3e-4ba5-b6f4-ec40911af7e4",
+ {},
+ function(){}
+
+ )});
+
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var articleID="318674";
+ var articleType = "written";
+ var emailID = "318674";
+ var articleURL = "/articles/318674.php";
+ var threadID = "205893";
+ var opinionsOutput = 1;
+ var showAdsOnArticle = 1;
+ var isSponsored = 0;
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+
+ for(var contentBlocksDoms=document.querySelectorAll(".infobox_large.article-tcblocks > li"),i=0;i<contentBlocksDoms.length;i++){var _this=contentBlocksDoms[i],mobileHeadline=_this.querySelector("a > div.headline.mobile"),excerpt=_this.querySelector("a > div > .excerpt"),desktopHeadlineHtmlStr=mobileHeadline.outerHTML;desktopHeadlineHtmlStr=desktopHeadlineHtmlStr.replace(/(class=\".*?)\s*mobile\s*(.*?\")/g,"$1$2"),null===_this.querySelector("a > div > .headline")&&excerpt.insertAdjacentHTML("beforebegin",desktopHeadlineHtmlStr),_this.getElementsByTagName("a")[0].removeChild(mobileHeadline)}
+
+ //Remove class hide in tabbed content to show on desktop/ tablet
+ if(document.getElementsByClassName("collapsed__tabs")[0]){
+ document.getElementsByClassName("collapsed__tabs")[0].classList.remove('hide');
+ }
+
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+
+ var articleTOC = document.getElementsByClassName("article_toc")[0];
+
+ if(document.body.contains(articleTOC)){
+ // if the page contains article TOC, we do the trick
+ var articleTOCpreviousElement = articleTOC.previousElementSibling;
+
+ if(articleTOCpreviousElement){
+ if((articleTOCpreviousElement.className.indexOf("photobox_header") !==-1&&articleTOCpreviousElement.querySelector("em") != null)||(articleTOCpreviousElement.className.indexOf("photobox_left") !==-1&&articleTOCpreviousElement.querySelector("em") != null)||(articleTOCpreviousElement.className.indexOf("photobox_right") !==-1&&articleTOCpreviousElement.querySelector("em") != null)){
+ articleTOC.classList.add("article_collapsed--top");
+ }
+ }
+
+ }
+
+ //]]>
+ </script> <input type="hidden" id="newsid" name="newsid" value="318674" /> <input type="hidden" id="categoryid" name="categoryid" value="31" /> <input type="hidden" id="glob" name="glob" value="1" /> <input type="hidden" id="ratingHCP" name="ratingHCP" value="4.91" /> <input type="hidden" id="ratingPublic" name="ratingPublic" value="4.88" /> <input type="hidden" id="alreadyRated" name="alreadyRated" value="0" /> <input type="hidden" id="kcarticle" name="kcarticle" value="0" /> <input type="hidden" id="bottomRatingsBoxReadOnly" name="bottomRatingsBoxReadOnly" value="false" />
+ <script type="text/javascript" src="https://cdn2.medicalnewstoday.com/structure/javascript/out/mnt_article_7721.js" defer="defer"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var mntDataLayer = "";
+ //Fire in adblock.js cause that's the last event in the page
+ function setMNTDataLayer(e) {
+ mntDataLayer = {"article_meta":{"publisher":"Medical News Today","headline":"How does the brain turn unconscious information into conscious thought?","description":"New research investigates the neurobiological timing of the so-called a-ha! moment that occurs we have come up with the solution to a complex problem.","url":"\/articles\/318674.php","CanonicalURL":"https:\/\/www.medicalnewstoday.com\/articles\/318674.php","datePublished":"2017-07-27","dateUpdated":"","dateReviewed":"","author":"Ana Sandoiu","coAuthor":"","reviewer":"","ratingHCP":4.91,"ratingPublic":4.88,"commentCount":2,"shareCountFacebook":0,"shareCountGooglePlus":0,"shareCountLinkedIn":0,"shareCountPinterest":0,"ampURL":"","ampVersion":"N"},"reader":{"loggedIn":"no"},"targeting":{"categoryMain":"neurology","categorySub":["biology-biochemistry","psychology-psychiatry"],"articleKeywords":["bounded accumulation model","bounded accumulation evidence","unconscious","consciousness","aha moment"],"articleID":"318674","articleType":"written","micrositeID":"","articleVersion":"v2","articleAge":"older"},"customDimensions":{"siteVersion":"desktop","webServer":"3","iosAppTraffic":-1,"viewportWidth":0,"viewportHeight":0,"hidpi":0,"adblockStatus":0}}
+ mntDataLayer["article_meta"]["shareCountFacebook"] = facebookCount;
+ mntDataLayer["article_meta"]["shareCountGooglePlus"] = googlePlusCount;
+ mntDataLayer["article_meta"]["shareCountLinkedIn"] = linkedinCount;
+ mntDataLayer["article_meta"]["shareCountPinterest"] = pinterestCount;
+ mntDataLayer["article_meta"]["url"] = window.location.href;
+ mntDataLayer["customDimensions"]["adblockStatus"] = adBlockValue;
+ mntDataLayer["customDimensions"]["viewportWidth"] = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
+ mntDataLayer["customDimensions"]["viewportHeight"] = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
+ mntDataLayer["customDimensions"]["hidpi"] = (window.devicePixelRatio >= 1.5) ? "HiDPI" : "1X";
+ }
+ //]]>
+ </script>
+ </footer>
+ </footer>
+ </div>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json
new file mode 100644
index 0000000..9a24220
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json
@@ -0,0 +1,10 @@
+[
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*oBWUXtszDsiv_-Qq2bFLTQ.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*AzYWbe4cZkMMEUbfRjysLQ.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*d0Hp6KlzyIcGHcL6to1sYQ.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*_9KYIFrk_PqWFgptsMDeww.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*Vh2MpQjqjPkzYJaaWExoVg.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*2Ln_DmC95Xpz6LzgywkcFQ.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*bXaR_NBJdoHpRc8lUWSsow.png",
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*lulfisQxgSQ209vPHMAifg.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json
new file mode 100644
index 0000000..a974b43
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Pippin Lee",
+ "Direction": null,
+ "Excerpt": "We pushed out the first version of the Open Journalism site in January. Here’s what we’ve learned about student journali…",
+ "Image": "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*oBWUXtszDsiv_-Qq2bFLTQ.png",
+ "Title": "The Open Journalism Project: Better Student Journalism",
+ "SiteName": "Medium"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html
new file mode 100644
index 0000000..eb62327
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html
@@ -0,0 +1,324 @@
+<div>
+
+
+ <h4 name="425a" id="425a" data-align="center"><em>Better Student Journalism</em></h4>
+
+
+
+ <p name="d178" id="d178">We pushed out the first version of the <a href="http://pippinlee.github.io/open-journalism-project/" data-href="http://pippinlee.github.io/open-journalism-project/" rel="nofollow">Open Journalism site</a> in January. Our goal is for the
+ site to be a place to teach students what they should know about journalism
+ on the web. It should be fun too.</p>
+ <p name="01ed" id="01ed">Topics like <a href="http://pippinlee.github.io/open-journalism-project/Mapping/" data-href="http://pippinlee.github.io/open-journalism-project/Mapping/" rel="nofollow">mapping</a>, <a href="http://pippinlee.github.io/open-journalism-project/Security/" data-href="http://pippinlee.github.io/open-journalism-project/Security/" rel="nofollow">security</a>, command
+ line tools, and <a href="http://pippinlee.github.io/open-journalism-project/Open-source/" data-href="http://pippinlee.github.io/open-journalism-project/Open-source/" rel="nofollow">open source</a> are
+ all concepts that should be made more accessible, and should be easily
+ understood at a basic level by all journalists. We’re focusing on students
+ because we know student journalism well, and we believe that teaching maturing
+ journalists about the web will provide them with an important lens to view
+ the world with. This is how we got to where we are now.</p>
+ <h3 name="0348" id="0348">Circa 2011</h3>
+ <p name="f923" id="f923">In late 2011 I sat in the design room of our university’s student newsroom
+ with some of the other editors: Kate Hudson, Brent Rose, and Nicholas Maronese.
+ I was working as the photo editor then—something I loved doing. I was very
+ happy travelling and photographing people while listening to their stories.</p>
+ <p name="c9d4" id="c9d4">Photography was my lucky way of experiencing the many types of people
+ my generation seemed to avoid, as well as many the public spends too much
+ time discussing. One of my habits as a photographer was scouring sites
+ like Flickr to see how others could frame the world in ways I hadn’t previously
+ considered.</p>
+ <figure name="06e8" id="06e8">
+ <div>
+
+ <p><img data-image-id="1*AzYWbe4cZkMMEUbfRjysLQ.png" data-width="1000" data-height="500" data-action="zoom" data-action-value="1*AzYWbe4cZkMMEUbfRjysLQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*AzYWbe4cZkMMEUbfRjysLQ.png">
+ </p></div>
+ <figcaption>topleftpixel.com</figcaption>
+ </figure>
+ <p name="930f" id="930f">I started discovering beautiful things the <a href="http://wvs.topleftpixel.com/13/02/06/timelapse-strips-homewood.htm" data-href="http://wvs.topleftpixel.com/13/02/06/timelapse-strips-homewood.htm" rel="nofollow">web could do with images</a>:
+ things not possible with print. Just as every generation revolts against
+ walking in the previous generations shoes, I found myself questioning the
+ expectations that I came up against as a photo editor. In our newsroom
+ the expectations were built from an outdated information world. We were
+ expected to fill old shoes.</p>
+ <p name="2674" id="2674">So we sat in our student newsroom—not very happy with what we were doing.
+ Our weekly newspaper had remained essentially unchanged for 40+ years.
+ Each editorial position had the same requirement every year. The <em>big</em> change
+ happened in the 80s when the paper started using colour. We’d also stumbled
+ into having a website, but it was updated just once a week with the release
+ of the newspaper.</p>
+ <p name="e498" id="e498">Information had changed form, but the student newsroom hadn’t, and it
+ was becoming harder to romanticize the dusty newsprint smell coming from
+ the shoes we were handed down from previous generations of editors. It
+ was, we were told, all part of “becoming a journalist.”</p>
+ <figure name="12da" id="12da">
+ <div>
+
+ <p><img data-image-id="1*d0Hp6KlzyIcGHcL6to1sYQ.png" data-width="868" data-height="451" data-action="zoom" data-action-value="1*d0Hp6KlzyIcGHcL6to1sYQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*d0Hp6KlzyIcGHcL6to1sYQ.png">
+ </p></div>
+ </figure>
+ <h3 name="e2f0" id="e2f0">We don’t know what we don’t know</h3>
+ <p name="8263" id="8263">We spent much of the rest of the school year asking “what should we be
+ doing in the newsroom?”, which mainly led us to ask “how do we use the
+ web to tell stories?” It was a straightforward question that led to many
+ more questions about the web: something we knew little about. Out in the
+ real world, traditional journalists were struggling to keep their jobs
+ in a dying print world. They wore the same design of shoes that we were
+ supposed to fill. Being pushed to repeat old, failing strategies and blocked
+ from trying something new scared us.</p>
+ <p name="231e" id="231e">We had questions, so we started doing some research. We talked with student
+ newsrooms in Canada and the United States, and filled too many Google Doc
+ files with notes. Looking at the notes now, they scream of fear. We annotated
+ our notes with naive solutions, often involving scrambled and immature
+ odysseys into the future of online journalism.</p>
+ <p name="6ec3" id="6ec3">There was a lot we didn’t know. We didn’t know <strong>how to build a mobile app</strong>.
+ We didn’t know <strong>if we should build a mobile app</strong>.
+ We didn’t know <strong>how to run a server</strong>.
+ We didn’t know <strong>where to go to find a server</strong>.
+ We didn’t know <strong>how the web worked</strong>.
+ We didn’t know <strong>how people used the web to read news</strong>.
+ We didn’t know <strong>what news should be on the web</strong>.
+ If news is just information, what does that even look like?</p>
+ <p name="f373" id="f373">We asked these questions to many students at other papers to get a consensus
+ of what had worked and what hadn’t. They reported similar questions and
+ fears about the web but followed with “print advertising is keeping us
+ afloat so we can’t abandon it”.</p>
+ <p name="034b" id="034b">In other words, we knew that we should be building a newer pair of shoes,
+ but we didn’t know what the function of the shoes should be.</p>
+ <h3 name="ea15" id="ea15">Common problems in student newsrooms (2011)</h3>
+ <p name="a90b" id="a90b">Our questioning of other student journalists in 15 student newsrooms brought
+ up a few repeating issues.</p>
+ <ul>
+ <li name="a586" id="a586">Lack of mentorship</li>
+ <li name="a953" id="a953">A news process that lacked consideration of the web</li>
+ <li name="6286" id="6286">No editor/position specific to the web</li>
+ <li name="04c1" id="04c1">Little exposure to many of the cool projects being put together by professional
+ newsrooms</li>
+ <li name="a1fb" id="a1fb">Lack of diverse skills within the newsroom. Writers made up 95% of the
+ personnel. Students with other skills were not sought because journalism
+ was seen as “a career with words.” The other 5% were designers, designing
+ words on computers, for print.</li>
+ <li name="0be9" id="0be9">Not enough discussion between the business side and web efforts</li>
+ </ul>
+ <figure name="79ed" id="79ed">
+ <div>
+
+ <p><img data-image-id="1*_9KYIFrk_PqWFgptsMDeww.png" data-width="1086" data-height="500" data-action="zoom" data-action-value="1*_9KYIFrk_PqWFgptsMDeww.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*_9KYIFrk_PqWFgptsMDeww.png">
+ </p></div>
+ <figcaption>From our 2011 research</figcaption>
+ </figure>
+ <h3 name="8d0c" id="8d0c">Common problems in student newsrooms (2013)</h3>
+ <p name="3ef6" id="3ef6">Two years later, we went back and looked at what had changed. We talked
+ to a dozen more newsrooms and weren’t surprised by our findings.</p>
+ <ul>
+ <li name="abb1" id="abb1">Still no mentorship or link to professional newsrooms building stories
+ for the web</li>
+ <li name="9250" id="9250">Very little control of website and technology</li>
+ <li name="d822" id="d822">The lack of exposure that student journalists have to interactive storytelling.
+ While some newsrooms are in touch with what’s happening with the web and
+ journalism, there still exists a huge gap between the student newsroom
+ and its professional counterpart</li>
+ <li name="6bf2" id="6bf2">No time in the current news development cycle for student newsrooms to
+ experiment with the web</li>
+ <li name="e62f" id="e62f">Lack of skill diversity (specifically coding, interaction design, and
+ statistics)</li>
+ <li name="f4f0" id="f4f0">Overly restricted access to student website technology. Changes are primarily
+ visual rather than functional.</li>
+ <li name="8b8d" id="8b8d">Significantly reduced print production of many papers</li>
+ <li name="dfe0" id="dfe0">Computers aren’t set up for experimenting with software and code, and
+ often locked down</li>
+ </ul>
+ <p name="52cd" id="52cd">Newsrooms have traditionally been covered in copies of The New York Times
+ or Globe and Mail. Instead newsrooms should try spend at 20 minutes each
+ week going over the coolest/weirdest online storytelling in an effort to
+ expose each other to what is possible. “<a href="http://nytlabs.com/" data-href="http://nytlabs.com/" rel="nofollow">Hey, what has the New York Times R&amp;D lab been up to this week?</a>”</p>
+ <p name="0142" id="0142">Instead of having computers that are locked down, try setting aside a
+ few office computers that allow students to play and “break”, or encourage
+ editors to buy their own Macbooks so they’re always able to practice with
+ code and new tools on their own.</p>
+ <p name="5d29" id="5d29">From all this we realized that changing a student newsroom is difficult.
+ It takes patience. It requires that the business and editorial departments
+ of the student newsroom be on the same (web)page. The shoes of the future
+ must be different from the shoes we were given.</p>
+ <p name="1ffc" id="1ffc">We need to rethink how long the new shoe design will be valid. It’s more
+ important that we focus on the process behind making footwear than on actually
+ creating a specific shoe. We shouldn’t be building a shoe to last 40 years.
+ Our footwear design process will allow us to change and adapt as technology
+ evolves. The media landscape will change, so having a newsroom that can
+ change with it will be critical.</p>
+ <p name="2888" id="2888"><strong>We are building a shoe machine, not a shoe.</strong>
+ </p>
+
+ <h3 name="9c30" id="9c30">A train or light at the end of the tunnel: are student newsrooms changing for the better?</h3>
+
+ <p name="4634" id="4634">In our 2013 research we found that almost 50% of student newsrooms had
+ created roles specifically for the web. <strong>This sounds great, but is still problematic in its current state.</strong>
+ </p>
+ <figure name="416f" id="416f">
+ <div>
+
+ <p><img data-image-id="1*Vh2MpQjqjPkzYJaaWExoVg.png" data-width="624" data-height="560" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*Vh2MpQjqjPkzYJaaWExoVg.png">
+ </p></div>
+ <figcaption><strong>We designed many of these slides to help explain to ourselves what we were doing</strong>
+ </figcaption>
+ </figure>
+ <p name="39e6" id="39e6">When a newsroom decides to create a position for the web, it’s often with
+ the intent of having content flow steadily from writers onto the web. This
+ is a big improvement from just uploading stories to the web whenever there
+ is a print issue. <em>However…</em>
+ </p>
+ <ol>
+ <li name="91b5" id="91b5"><strong>The handoff</strong>
+ <br>Problems arise because web editors are given roles that absolve the rest
+ of the editors from thinking about the web. All editors should be involved
+ in the process of story development for the web. While it’s a good idea
+ to have one specific editor manage the website, contributors and editors
+ should all play with and learn about the web. Instead of “can you make
+ a computer do XYZ for me?”, we should be saying “can you show me how to
+ make a computer do XYZ?”</li>
+ <li name="6448" id="6448"><strong>Not just social media<br></strong>A
+ web editor could do much more than simply being in charge of the social
+ media accounts for the student paper. Their responsibility could include
+ teaching all other editors to be listening to what’s happening online.
+ The web editor can take advantage of live information to change how the
+ student newsroom reports news in real time.</li>
+ <li name="ab30" id="ab30"><strong>Web (interactive) editor<br></strong>The
+ goal of having a web editor should be for someone to build and tell stories
+ that take full advantage of the web as their medium. Too often the web’s
+ interactivity is not considered when developing the story. The web then
+ ends up as a resting place for print words.</li>
+ </ol>
+ <p name="e983" id="e983">Editors at newsrooms are still figuring out how to convince writers of
+ the benefit to having their content online. There’s still a stronger draw
+ to writers seeing their name in print than on the web. Showing writers
+ that their stories can be told in new ways to larger audiences is a convincing
+ argument that the web is a starting point for telling a story, not its
+ graveyard.</p>
+ <p name="5c11" id="5c11">When everyone in the newsroom approaches their website with the intention
+ of using it to explore the web as a medium, they all start to ask “what
+ is possible?” and “what can be done?” You can’t expect students to think
+ in terms of the web if it’s treated as a place for print words to hang
+ out on a web page.</p>
+ <p name="4eb1" id="4eb1">We’re OK with this problem, if we see newsrooms continue to take small
+ steps towards having all their editors involved in the stories for the
+ web.</p>
+ <figure name="7aab" id="7aab">
+ <div>
+
+ <p><img data-image-id="1*2Ln_DmC95Xpz6LzgywkcFQ.png" data-width="1315" data-height="718" data-action="zoom" data-action-value="1*2Ln_DmC95Xpz6LzgywkcFQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*2Ln_DmC95Xpz6LzgywkcFQ.png">
+ </p></div>
+ <figcaption>The current Open Journalism site was a few years in the making. This was
+ an original launch page we use in 2012</figcaption>
+ </figure>
+ <h3 name="08f5" id="08f5">What we know</h3>
+ <ul>
+ <li name="f7fe" id="f7fe"><strong>New process</strong>
+ <br>Our rough research has told us newsrooms need to be reorganized. This
+ includes every part of the newsroom’s workflow: from where a story and
+ its information comes from, to thinking of every word, pixel, and interaction
+ the reader will have with your stories. If I was a photo editor that wanted
+ to re-think my process with digital tools in mind, I’d start by asking
+ “how are photo assignments processed and sent out?”, “how do we receive
+ images?”, “what formats do images need to be exported in?”, “what type
+ of screens will the images be viewed on?”, and “how are the designers getting
+ these images?” Making a student newsroom digital isn’t about producing
+ “digital manifestos”, it’s about being curious enough that you’ll want
+ to to continue experimenting with your process until you’ve found one that
+ fits your newsroom’s needs.</li>
+ <li name="d757" id="d757"><strong>More (remote) mentorship</strong>
+ <br>Lack of mentorship is still a big problem. <a href="http://www.google.com/get/journalismfellowship/" data-href="http://www.google.com/get/journalismfellowship/" rel="nofollow">Google’s fellowship program</a> is great. The fact that it
+ only caters to United States students isn’t. There are only a handful of
+ internships in Canada where students interested in journalism can get experience
+ writing code and building interactive stories. We’re OK with this for now,
+ as we expect internships and mentorship over the next 5 years between professional
+ newsrooms and student newsrooms will only increase. It’s worth noting that
+ some of that mentorship will likely be done remotely.</li>
+ <li name="a9b8" id="a9b8"><strong>Changing a newsroom culture</strong>
+ <br>Skill diversity needs to change. We encourage every student newsroom we
+ talk to, to start building a partnership with their school’s Computer Science
+ department. It will take some work, but you’ll find there are many CS undergrads
+ that love playing with web technologies, and using data to tell stories.
+ Changing who is in the newsroom should be one of the first steps newsrooms
+ take to changing how they tell stories. The same goes with getting designers
+ who understand the wonderful interactive elements of the web and students
+ who love statistics and exploring data. Getting students who are amazing
+ at design, data, code, words, and images into one room is one of the coolest
+ experience I’ve had. Everyone benefits from a more diverse newsroom.</li>
+ </ul>
+ <h3 name="a67e" id="a67e">What we don’t know</h3>
+ <ul>
+ <li name="7320" id="7320"><strong>Sharing curiosity for the web</strong>
+ <br>We don’t know how to best teach students about the web. It’s not efficient
+ for us to teach coding classes. We do go into newsrooms and get them running
+ their first code exercises, but if someone wants to learn to program, we
+ can only provide the initial push and curiosity. We will be trying out
+ “labs” with a few schools next school year to hopefully get a better idea
+ of how to teach students about the web.</li>
+ <li name="8b23" id="8b23"><strong>Business</strong>
+ <br>We don’t know how to convince the business side of student papers that
+ they should invest in the web. At the very least we’re able to explain
+ that having students graduate with their current skill set is painful in
+ the current job market.</li>
+ <li name="191e" id="191e"><strong>The future</strong>
+ <br>We don’t know what journalism or the web will be like in 10 years, but
+ we can start encouraging students to keep an open mind about the skills
+ they’ll need. We’re less interested in preparing students for the current
+ newsroom climate, than we are in teaching students to have the ability
+ to learn new tools quickly as they come and go.</li>
+ </ul>
+ </div><div>
+ <h3 name="009a" id="009a">What we’re trying to share with others</h3>
+ <ul>
+ <li name="8bfa" id="8bfa"><strong>A concise guide to building stories for the web</strong>
+ <br>There are too many options to get started. We hope to provide an opinionated
+ guide that follows both our experiences, research, and observations from
+ trying to teach our peers.</li>
+ </ul>
+ <p name="8196" id="8196">Student newsrooms don’t have investors to please. Student newsrooms can
+ change their website every week if they want to try a new design or interaction.
+ As long as students start treating the web as a different medium, and start
+ building stories around that idea, then we’ll know we’re moving forward.</p>
+ <h3 name="f6c6" id="f6c6">A note to professional news orgs</h3>
+ <p name="d8f5" id="d8f5">We’re also asking professional newsrooms to be more open about their process
+ of developing stories for the web. You play a big part in this. This means
+ writing about it, and sharing code. We need to start building a bridge
+ between student journalism and professional newsrooms.</p>
+ <figure name="7ed3" id="7ed3">
+ <div>
+
+ <p><img data-image-id="1*bXaR_NBJdoHpRc8lUWSsow.png" data-width="686" data-height="400" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*bXaR_NBJdoHpRc8lUWSsow.png">
+ </p></div>
+ <figcaption>2012</figcaption>
+ </figure>
+ <h3 name="ee1b" id="ee1b">This is a start</h3>
+ <p name="ebf9" id="ebf9">We going to continue slowly growing the content on <a href="http://pippinlee.github.io/open-journalism-project/" data-href="http://pippinlee.github.io/open-journalism-project/" rel="nofollow">Open Journalism</a>. We still consider this the beta version,
+ but expect to polish it, and beef up the content for a real launch at the
+ beginning of the summer.</p>
+ <p name="bd44" id="bd44">We expect to have more original tutorials as well as the beginnings of
+ what a curriculum may look like that a student newsroom can adopt to start
+ guiding their transition to become a web first newsroom. We’re also going
+ to be working with the <a href="http://queensjournal.ca/" data-href="http://queensjournal.ca/" rel="nofollow">Queen’s Journal</a> and
+ <a href="http://ubyssey.ca/" data-href="http://ubyssey.ca/" rel="nofollow">The Ubyssey</a>next school year to better understand how to make the student
+ newsroom a place for experimenting with telling stories on the web. If
+ this sound like a good idea in your newsroom, we’re still looking to add
+ 1 more school.</p>
+ <p name="abd5" id="abd5">We’re trying out some new shoes. And while they’re not self-lacing, and
+ smell a bit different, we feel lacing up a new pair of kicks can change
+ a lot.</p>
+ <figure name="4c68" id="4c68">
+ <div>
+
+ <p><img data-image-id="1*lulfisQxgSQ209vPHMAifg.png" data-width="950" data-height="534" data-action="zoom" data-action-value="1*lulfisQxgSQ209vPHMAifg.png" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*lulfisQxgSQ209vPHMAifg.png">
+ </p></div>
+ </figure>
+
+ <p name="2c5c" id="2c5c"><strong>Let’s talk. Let’s listen.</strong>
+ </p>
+ <p name="63ec" id="63ec"><strong>We’re still in the early stages of what this project will look like, so if you want to help or have thoughts, let’s talk.</strong>
+ </p>
+ <p name="9376" id="9376"><a href="mailto:[email protected]" data-href="mailto:[email protected]" rel="nofollow"><strong>[email protected]</strong></a>
+ </p>
+
+
+ <p name="ea00" id="ea00"><em>This isn’t supposed to be a </em>
+ <strong><em>manifesto™©</em>
+ </strong><em> we just think it’s pretty cool to share what we’ve learned so far, and hope you’ll do the same. We’re all in this together.</em>
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html
new file mode 100644
index 0000000..63be920
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html
@@ -0,0 +1,705 @@
+<!DOCTYPE html>
+<html>
+
+ <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# medium-com: http://ogp.me/ns/fb/medium-com#">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"
+ user-scalable="no"/>
+ <title>The Open Journalism Project: Better Student Journalism — Medium</title>
+ <link
+ rel="canonical" href="https://medium.com/@pippinlee/the-open-journalism-project-better-student-journalism-fb39f4f701bb"/>
+ <meta name="title" content="The Open Journalism Project: Better Student Journalism"/>
+ <meta name="referrer" content="always"/>
+ <meta name="description" content="We pushed out the first version of the Open Journalism site in January. Here’s what we’ve learned about student journali…"/>
+ <meta property="og:site_name" content="Medium"/>
+ <meta property="og:title" content="The Open Journalism Project: Better Student Journalism"/>
+ <meta property="og:url" content="https://medium.com/@pippinlee/the-open-journalism-project-better-student-journalism-fb39f4f701bb"/>
+ <meta property="og:image" content="https://d262ilb51hltx0.cloudfront.net/max/800/1*oBWUXtszDsiv_-Qq2bFLTQ.png"/>
+ <meta property="fb:app_id" content="542599432471018"/>
+ <meta property="og:description" content="We pushed out the first version of the Open Journalism site in January. Here’s what we’ve learned about student journali…"/>
+ <meta name="twitter:site" content="@Medium"/>
+ <meta name="twitter:image:src" content="https://d262ilb51hltx0.cloudfront.net/max/800/1*oBWUXtszDsiv_-Qq2bFLTQ.png"/>
+ <link rel="publisher" href="https://plus.google.com/103654360130207659246"/>
+ <link rel="author" href="https://medium.com/@pippinlee"/>
+ <meta name="author" content="Pippin Lee"/>
+ <meta property="og:type" content="article"/>
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta property="article:publisher" content="https://www.facebook.com/medium"/>
+ <meta property="article:author" content="https://medium.com/@pippinlee"/>
+ <meta property="article:published_time" content="2015-03-17T16:27:40.294Z"/>
+ <meta name="twitter:creator" content="@pippinlee"/>
+ <meta name="twitter:app:name:iphone" content="Medium"/>
+ <meta name="twitter:app:id:iphone" content="828256236"/>
+ <meta name="twitter:app:url:iphone" content="medium:/p/fb39f4f701bb"/>
+ <meta property="al:ios:app_name" content="Medium"/>
+ <meta property="al:ios:app_store_id" content="828256236"/>
+ <meta property="al:ios:url" content="medium:/p/fb39f4f701bb"/>
+ <meta property="al:web:url" content="https://medium.com/@pippinlee/the-open-journalism-project-better-student-journalism-fb39f4f701bb"/>
+ <meta name="theme-color" content="#000000"/>
+ <script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script>
+ <script>
+ if (window.top !== window.self) window.top.location = window.self.location.href;var OB_startTime = new Date().getTime(); var OB_fontLoaded = 0; var OB_loadErrors = []; function _onerror(e) { OB_loadErrors.push(e) }; if (document.addEventListener) document.addEventListener("error", _onerror, true); else if (document.attachEvent) document.attachEvent("onerror", _onerror); function _asyncScript(u) {var d = document, f = d.getElementsByTagName("script")[0], s = d.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = u; f.parentNode.insertBefore(s, f);}function _asyncStyles(u) {var d = document, f = d.getElementsByTagName("script")[0], s = d.createElement("link"); s.rel = "stylesheet"; s.href = u; f.parentNode.insertBefore(s, f); return s}var _gaq = _gaq || []; _gaq.push(["_setAccount", "UA-24232453-2"]); _gaq.push(["_setDomainName", window.location.hostname]); _gaq.push(["_setAllowLinker", true]); _gaq.push(["_trackPageview"]); _asyncScript(("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js");(new Image()).src = "/_/stat?event=pixel.load&origin=" + encodeURIComponent(location.origin);
+ </script>
+ <script>
+ _asyncStyles('https:\/\/dnqgz544uhbo8.cloudfront.net\/_\/fp\/css\/main-sprites.1B2M2Y8AsgTpgAmY7PhCfg.css')
+ </script>
+ <link rel="stylesheet" href="https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-base.yJzZ9u5sH5_3PnBRjyto6A.css"/>
+ <script>
+ (function () {var height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; document.write("<style>section.section-image--fullBleed {padding-top: " + Math.round(1.1 * height) + "px;}section.section-image--fullScreen, section.section-image--coverFade {min-height: " + height + "px; padding-top: " + Math.round(0.5 * height) + "px;}.u-sizeViewHeight100 {height: " + height + "px !important;}.u-sizeViewHeightMin100 {min-height: " + height + "px !important;}section.section-image--coverFade, .section-image--fullScreen > .section-background, .section-image--coverFade > .section-background, .section-image--fullBleed .section-backgroundImage, .section-image--fullScreen .section-backgroundImage, .section-image--coverFade .section-backgroundImage {height: " + height + "px;}.section-image--content > .section-background, .section-image--content .section-backgroundImage, .section-aspectRatioViewportPlaceholder, .section-aspectRatioViewportCropPlaceholder {max-height: " + height + "px;}.section-image--fullBleed > .section-background {height: " + Math.round(1.1 * height) + "px;}.section-aspectRatioViewportBottomSpacer, .section-aspectRatioViewportBottomPlaceholder {max-height: " + Math.round(0.5 * height) + "px;}</style>");})()
+ </script>
+ <!--[if lt IE 9]>
+ <script charset="UTF-8" src="https://dnqgz544uhbo8.cloudfront.net/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js"></script>
+ <![endif]-->
+ <link rel="shortcut icon" href="https://dnqgz544uhbo8.cloudfront.net/_/fp/icons/favicon.n7eHNqdWyHhbTLN2-3a-6g.ico"/>
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/apple-touch-icon-precomposed-152.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/apple-touch-icon-precomposed-120.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/apple-touch-icon-precomposed-76.png"/>
+ <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png"/>
+ </head>
+
+ <body itemscope="" itemtype="http://schema.org/Article" class=" template-flex-article js-loading ">
+ <div class="site-main" id="container">
+ <div class="butterBar butterBar--error"></div>
+ <div class="surface">
+ <div id="prerendered" class="screenContent">
+ <canvas class="canvas-renderer"></canvas>
+ <div class="listingEditorOverlay"></div>
+ <div class="listingEditor js-listingEditor">
+ <div class="listingEditor-inner u-backgroundWhite">
+ <div class="listingEditor-content">
+ <div class="listingEditor-header u-textAlignCenter">Ready to publish?</div>
+ <div class="listingEditor-description u-textAlignCenter js-titleEditorInstructions">Change the story’s title, subtitle, and visibility as needed</div>
+ <div
+ class="listingEditor-section listingEditor-section--highlightOnHover">
+ <div class="block block--list js-block">
+ <div class="block-image js-blockImage"></div>
+ <div class="block-firefoxPositioningContainerHack">
+ <div class="block-content">
+ <div class="block-title js-titleEditor u-hideOutline"></div>
+ <div class="block-snippet block-snippet--subtitle js-subtitleEditor u-hideOutline"></div>
+ <div class="block-postMetaWrap u-clearfix">
+ <div class="block-postMeta u-inlineBlock">
+ <div class="postMetaInline postMetaInline--author">Pippin Lee</div>
+ <div class="postMetaInline js-readingTime"><span class="readingTime">11 min read</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="listingEditor-section listingEditor-section--controls">
+ <div class="listingEditor-controlsLeft u-floatLeft js-tagEditor"></div>
+ <div class="listingEditor-controlsRight u-floatRight">
+ <button class="button button--chromeless js-selectVisibility js-buttonRequiresPostId"
+ data-action="show-disabled-button-info" data-action-value="Changing post visibility will become available after you start writing."
+ data-delayed-action="show-visibility-popover"></button>
+ <button class="button button--chromeless js-selectFeatured" data-action="show-featured-popover">Featured</button>
+ <button class="button js-listingEditorCancelButton" data-action="close-listing-editor">Close</button>
+ <button class="button button--primary js-publishButton"
+ data-action="publish">Publish changes</button>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="metabar u-clearfix js-metabar metabar--top metabar--white metabar--postArticle is-withCollectionLogo ">
+ <div class="metabar-block metabar-left u-floatLeft"><a href="https://medium.com/" alt="Homepage" data-log-event="home" class="siteNav-logo"><span class="icon icon--logoM"></span></a>
+ </div>
+ <div class="metabar-block metabar-right u-floatRight">
+ <div class="metabar-text"></div>
+ <div class="buttonSet"></div>
+ <div class="buttonSet"><a class="button button--circle is-inSiteNavBar" href="https://medium.com/search"
+ data-action="open-search"><span class="icon icon--search"></span></a>
+ <a
+ class="button button--primary" href="https://medium.com/m/signin?redirect=https%3A%2F%2Fmedium.com%3A443%2F%40pippinlee%2Fthe-open-journalism-project-better-student-journalism-fb39f4f701bb"
+ data-action="sign-in-prompt">Sign in / Sign up</a>
+ </div>
+ </div>
+ </div>
+ <div class="metabar u-clearfix metabar--bottom metabar--opaque metabar--bordered metabar--social metabar--postSecondaryBar js-postSecondaryBar">
+ <div class="metabar-block metabar-left u-floatLeft"><span class="postMetaInline postMetaInline--avatar"><a href="https://medium.com/@pippinlee" class="avatar avatar--icon avatar--inline link link--secondary" title="Go to the profile of Pippin Lee"><img src="https://d262ilb51hltx0.cloudfront.net/fit/c/32/32/0*312pRa3Jh6ESE7Es.jpeg" class="avatar-image avatar-image--icon" title="Pippin Lee"/></a></span>
+ <span
+ class="postMetaInline postMetaInline--authorDateline"><a class="link link--secondary" title="Go to the profile of Pippin Lee"
+ href="https://medium.com/@pippinlee">Pippin Lee</a><span class="u-showOnTabletMini"><br/></span>
+ <span
+ class="postMetaInline postMetaInline--date"><span class="u-xs-hide"> on </span>
+ <time class="post-date">Mar 17</time><span class="middotDivider"></span>11 min</span>
+ </span>
+ </div>
+ <div class="metabar-block metabar-right u-floatRight">
+ <div class="voteWidget"></div>
+ <div class="metabar-shareActions">
+ <button class="button button--chromeless button--social button--recommend js-recommendButton"
+ title="Recommend to share this article with your followers and let the author know you liked it"
+ data-action="sign-in-prompt" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/fb39f4f701bb"><span class="icon icon--heart2Outline"></span><span class="icon icon--heart2"></span>
+ </button>
+ <button class="button button--chromeless button--social js-bookmarkButton"
+ title="Bookmark this story to read later" data-action="sign-in-prompt"
+ data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/fb39f4f701bb"><span class="icon icon--readingList2outline"></span><span class="icon icon--readingList2"></span>
+ </button>
+ <button class="button button--chromeless u-showOnMobile button--social"
+ title="Share this story on Twitter, Facebook, or email" data-action="toggle-share-drawer"
+ data-action-value="fb39f4f701bb"><span class="icon icon--share2Outline "></span>
+ </button>
+ <button class="button button--chromeless u-xs-hide button--social" title="Share this story on Twitter, Facebook, or email"
+ data-action="show-share-popover" data-action-value="fb39f4f701bb" data-action-source="metabar"><span class="icon icon--share2Outline "></span>
+ </button>
+ </div>
+ <div class="metabar-readNext js-metabarReadNext">
+ <button class="button button--chromeless">Next story</button>
+ </div>
+ </div>
+ </div>
+ <div class="metabar u-clearfix metabar--bottom metabar--opaque metabar--social metabar--peekaboo js-persistentShareFooter">
+ <div class="metabar-block metabar-left u-floatLeft"></div>
+ <div class="metabar-block metabar-center">
+ <div class="metabar-readNext metabar-readNext--bottom js-metabarReadNextMobile">
+ <button class="button button--chromeless">Next story</button>
+ </div>
+ <div class="metabar-shareActions">
+ <button class="button button--chromeless button--social button--recommend js-recommendButton"
+ title="Recommend to share this article with your followers and let the author know you liked it"
+ data-action="sign-in-prompt" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/fb39f4f701bb"><span class="icon icon--heart2Outline"></span><span class="icon icon--heart2"></span>
+ </button>
+ <button class="button button--chromeless button--social js-bookmarkButton"
+ title="Bookmark this story to read later" data-action="sign-in-prompt"
+ data-requires-token="true" data-redirect="https://medium.com/_/bookmark/p/fb39f4f701bb"><span class="icon icon--readingList2outline"></span><span class="icon icon--readingList2"></span>
+ </button>
+ <button class="button button--chromeless u-showOnMobile button--social"
+ title="Share this story on Twitter, Facebook, or email" data-action="toggle-share-drawer"
+ data-action-value="fb39f4f701bb"><span class="icon icon--share2Outline "></span>
+ </button>
+ <button class="button button--chromeless u-xs-hide button--social" title="Share this story on Twitter, Facebook, or email"
+ data-action="show-share-popover" data-action-value="fb39f4f701bb" data-action-source="metabar"><span class="icon icon--share2Outline "></span>
+ </button>
+ </div>
+ <div class="metabar-drawer">
+ <div class="metabar-drawerWarning">The author chose to make this story unlisted, which means only people
+ with a link can see it. Are you sure you want to share it?
+ <button class="button button--chromeless"
+ data-action="ignore-share-drawer-warning">Yes, show me sharing options</button>
+ </div>
+ <div class="metabar-drawerContent">
+ <h4 class="metabar-drawerTitle">The Open Journalism Project: Better Student Journalism</h4>
+ <ul class="list">
+ <li>
+ <button class="button button--chromeless" data-action="share-on-twitter"
+ data-action-value="fb39f4f701bb" data-action-source="metabar_mobile"><span class="icon icon--twitter"></span> Share on Twitter</button>
+ </li>
+ <li>
+ <button class="button button--chromeless" data-action="share-on-facebook"
+ data-action-value="fb39f4f701bb" data-action-source="metabar_mobile"><span class="icon icon--facebook"></span> Share on Facebook</button>
+ </li>
+ <li>
+ <button class="button button--chromeless" data-action="share-by-email"
+ data-action-value="fb39f4f701bb" data-action-source="metabar_mobile"><span class="icon icon--email"></span> Share by email</button>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="logo-container"></div>
+ <article class="u-sizeViewHeightMin100 postArticle postArticle--full is-languageTier1"
+ lang="en" data-allow-notes="true">
+ <section class="postWrapper postWrapper--contain">
+ <div class="postWrapper-inner">
+ <div class="postContent">
+ <div class="postContent-inner">
+ <div class="notesSource">
+ <div class="postField postField--body">
+ <section name="465f" class=" section--first section--last">
+ <div class="section-divider layoutSingleColumn">
+ <hr class="section-divider"/>
+ </div>
+ <div class="section-content">
+ <div class="section-inner u-sizeFullWidth">
+ <figure name="1f11" id="1f11" class="graf--figure postField--fillWidthImage graf--first">
+ <div class="aspectRatioPlaceholder is-locked">
+ <div class="aspect-ratio-fill" style="padding-bottom: 43.9%;"></div>
+ <img class="graf-image" data-image-id="1*oBWUXtszDsiv_-Qq2bFLTQ.png"
+ data-width="1368" data-height="600" src="https://d262ilb51hltx0.cloudfront.net/max/2000/1*oBWUXtszDsiv_-Qq2bFLTQ.png"/>
+ </div>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <h2 name="3c62" id="3c62" data-align="center" class="graf--h2">Open Journalism Project:</h2>
+ <p name="e970" id="e970" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <h4 name="425a" id="425a" data-align="center" class="graf--h4"><em class="markup--em markup--h4-em">Better Student Journalism</em></h4>
+ <p name="a511" id="a511" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <h4 name="08db" id="08db" class="graf--h4 graf--empty"><br/></h4>
+ <p name="acc4" id="acc4" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <p name="d178" id="d178" class="graf--p">We pushed out the first version of the <a href="http://pippinlee.github.io/open-journalism-project/"
+ data-href="http://pippinlee.github.io/open-journalism-project/" class="markup--anchor markup--p-anchor"
+ rel="nofollow">Open Journalism site</a> in January. Our goal is for the
+ site to be a place to teach students what they should know about journalism
+ on the web. It should be fun too.</p>
+ <p name="01ed" id="01ed" class="graf--p">Topics like <a href="http://pippinlee.github.io/open-journalism-project/Mapping/"
+ data-href="http://pippinlee.github.io/open-journalism-project/Mapping/"
+ class="markup--anchor markup--p-anchor" rel="nofollow">mapping</a>, <a href="http://pippinlee.github.io/open-journalism-project/Security/"
+ data-href="http://pippinlee.github.io/open-journalism-project/Security/"
+ class="markup--anchor markup--p-anchor" rel="nofollow">security</a>, command
+ line tools, and <a href="http://pippinlee.github.io/open-journalism-project/Open-source/"
+ data-href="http://pippinlee.github.io/open-journalism-project/Open-source/"
+ class="markup--anchor markup--p-anchor" rel="nofollow">open source</a> are
+ all concepts that should be made more accessible, and should be easily
+ understood at a basic level by all journalists. We’re focusing on students
+ because we know student journalism well, and we believe that teaching maturing
+ journalists about the web will provide them with an important lens to view
+ the world with. This is how we got to where we are now.</p>
+ <h3 name="0348"
+ id="0348" class="graf--h3">Circa 2011</h3>
+ <p name="f923" id="f923" class="graf--p">In late 2011 I sat in the design room of our university’s student newsroom
+ with some of the other editors: Kate Hudson, Brent Rose, and Nicholas Maronese.
+ I was working as the photo editor then—something I loved doing. I was very
+ happy travelling and photographing people while listening to their stories.</p>
+ <p
+ name="c9d4" id="c9d4" class="graf--p">Photography was my lucky way of experiencing the many types of people
+ my generation seemed to avoid, as well as many the public spends too much
+ time discussing. One of my habits as a photographer was scouring sites
+ like Flickr to see how others could frame the world in ways I hadn’t previously
+ considered.</p>
+ <figure name="06e8" id="06e8" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 350px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 50%;"></div>
+ <img class="graf-image" data-image-id="1*AzYWbe4cZkMMEUbfRjysLQ.png"
+ data-width="1000" data-height="500" data-action="zoom" data-action-value="1*AzYWbe4cZkMMEUbfRjysLQ.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*AzYWbe4cZkMMEUbfRjysLQ.png"/>
+ </div>
+ <figcaption class="imageCaption">topleftpixel.com</figcaption>
+ </figure>
+ <p name="930f" id="930f" class="graf--p">I started discovering beautiful things the <a href="http://wvs.topleftpixel.com/13/02/06/timelapse-strips-homewood.htm"
+ data-href="http://wvs.topleftpixel.com/13/02/06/timelapse-strips-homewood.htm"
+ class="markup--anchor markup--p-anchor" rel="nofollow">web could do with images</a>:
+ things not possible with print. Just as every generation revolts against
+ walking in the previous generations shoes, I found myself questioning the
+ expectations that I came up against as a photo editor. In our newsroom
+ the expectations were built from an outdated information world. We were
+ expected to fill old shoes.</p>
+ <p name="2674" id="2674" class="graf--p">So we sat in our student newsroom—not very happy with what we were doing.
+ Our weekly newspaper had remained essentially unchanged for 40+ years.
+ Each editorial position had the same requirement every year. The <em class="markup--em markup--p-em">big</em> change
+ happened in the 80s when the paper started using colour. We’d also stumbled
+ into having a website, but it was updated just once a week with the release
+ of the newspaper.</p>
+ <p name="e498" id="e498" class="graf--p">Information had changed form, but the student newsroom hadn’t, and it
+ was becoming harder to romanticize the dusty newsprint smell coming from
+ the shoes we were handed down from previous generations of editors. It
+ was, we were told, all part of “becoming a journalist.”</p>
+ <figure name="12da"
+ id="12da" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 364px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 52%;"></div>
+ <img class="graf-image" data-image-id="1*d0Hp6KlzyIcGHcL6to1sYQ.png"
+ data-width="868" data-height="451" data-action="zoom" data-action-value="1*d0Hp6KlzyIcGHcL6to1sYQ.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*d0Hp6KlzyIcGHcL6to1sYQ.png"/>
+ </div>
+ </figure>
+ <h3 name="e2f0" id="e2f0" class="graf--h3">We don’t know what we don’t know</h3>
+ <p name="8263" id="8263" class="graf--p">We spent much of the rest of the school year asking “what should we be
+ doing in the newsroom?”, which mainly led us to ask “how do we use the
+ web to tell stories?” It was a straightforward question that led to many
+ more questions about the web: something we knew little about. Out in the
+ real world, traditional journalists were struggling to keep their jobs
+ in a dying print world. They wore the same design of shoes that we were
+ supposed to fill. Being pushed to repeat old, failing strategies and blocked
+ from trying something new scared us.</p>
+ <p name="231e" id="231e" class="graf--p">We had questions, so we started doing some research. We talked with student
+ newsrooms in Canada and the United States, and filled too many Google Doc
+ files with notes. Looking at the notes now, they scream of fear. We annotated
+ our notes with naive solutions, often involving scrambled and immature
+ odysseys into the future of online journalism.</p>
+ <p name="6ec3" id="6ec3"
+ class="graf--p">There was a lot we didn’t know. We didn’t know <strong class="markup--strong markup--p-strong">how to build a mobile app</strong>.
+ We didn’t know <strong class="markup--strong markup--p-strong">if we should build a mobile app</strong>.
+ We didn’t know <strong class="markup--strong markup--p-strong">how to run a server</strong>.
+ We didn’t know <strong class="markup--strong markup--p-strong">where to go to find a server</strong>.
+ We didn’t know <strong class="markup--strong markup--p-strong">how the web worked</strong>.
+ We didn’t know <strong class="markup--strong markup--p-strong">how people used the web to read news</strong>.
+ We didn’t know <strong class="markup--strong markup--p-strong">what news should be on the web</strong>.
+ If news is just information, what does that even look like?</p>
+ <p name="f373"
+ id="f373" class="graf--p">We asked these questions to many students at other papers to get a consensus
+ of what had worked and what hadn’t. They reported similar questions and
+ fears about the web but followed with “print advertising is keeping us
+ afloat so we can’t abandon it”.</p>
+ <p name="034b" id="034b" class="graf--p">In other words, we knew that we should be building a newer pair of shoes,
+ but we didn’t know what the function of the shoes should be.</p>
+ <h3 name="ea15"
+ id="ea15" class="graf--h3">Common problems in student newsrooms (2011)</h3>
+ <p name="a90b" id="a90b" class="graf--p">Our questioning of other student journalists in 15 student newsrooms brought
+ up a few repeating issues.</p>
+ <ul class="postList">
+ <li name="a586" id="a586" class="graf--li">Lack of mentorship</li>
+ <li name="a953" id="a953" class="graf--li">A news process that lacked consideration of the web</li>
+ <li name="6286"
+ id="6286" class="graf--li">No editor/position specific to the web</li>
+ <li name="04c1" id="04c1" class="graf--li">Little exposure to many of the cool projects being put together by professional
+ newsrooms</li>
+ <li name="a1fb" id="a1fb" class="graf--li">Lack of diverse skills within the newsroom. Writers made up 95% of the
+ personnel. Students with other skills were not sought because journalism
+ was seen as “a career with words.” The other 5% were designers, designing
+ words on computers, for print.</li>
+ <li name="0be9" id="0be9" class="graf--li">Not enough discussion between the business side and web efforts</li>
+ </ul>
+ <figure name="79ed" id="79ed" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 322px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 46%;"></div>
+ <img class="graf-image" data-image-id="1*_9KYIFrk_PqWFgptsMDeww.png"
+ data-width="1086" data-height="500" data-action="zoom" data-action-value="1*_9KYIFrk_PqWFgptsMDeww.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*_9KYIFrk_PqWFgptsMDeww.png"/>
+ </div>
+ <figcaption class="imageCaption">From our 2011 research</figcaption>
+ </figure>
+ <h3 name="8d0c" id="8d0c" class="graf--h3">Common problems in student newsrooms (2013)</h3>
+ <p name="3ef6" id="3ef6" class="graf--p">Two years later, we went back and looked at what had changed. We talked
+ to a dozen more newsrooms and weren’t surprised by our findings.</p>
+ <ul
+ class="postList">
+ <li name="abb1" id="abb1" class="graf--li">Still no mentorship or link to professional newsrooms building stories
+ for the web</li>
+ <li name="9250" id="9250" class="graf--li">Very little control of website and technology</li>
+ <li name="d822" id="d822"
+ class="graf--li">The lack of exposure that student journalists have to interactive storytelling.
+ While some newsrooms are in touch with what’s happening with the web and
+ journalism, there still exists a huge gap between the student newsroom
+ and its professional counterpart</li>
+ <li name="6bf2" id="6bf2" class="graf--li">No time in the current news development cycle for student newsrooms to
+ experiment with the web</li>
+ <li name="e62f" id="e62f" class="graf--li">Lack of skill diversity (specifically coding, interaction design, and
+ statistics)</li>
+ <li name="f4f0" id="f4f0" class="graf--li">Overly restricted access to student website technology. Changes are primarily
+ visual rather than functional.</li>
+ <li name="8b8d" id="8b8d" class="graf--li">Significantly reduced print production of many papers</li>
+ <li name="dfe0"
+ id="dfe0" class="graf--li">Computers aren’t set up for experimenting with software and code, and
+ often locked down</li>
+ </ul>
+ <p name="52cd" id="52cd" class="graf--p">Newsrooms have traditionally been covered in copies of The New York Times
+ or Globe and Mail. Instead newsrooms should try spend at 20 minutes each
+ week going over the coolest/weirdest online storytelling in an effort to
+ expose each other to what is possible. “<a href="http://nytlabs.com/" data-href="http://nytlabs.com/"
+ class="markup--anchor markup--p-anchor" rel="nofollow">Hey, what has the New York Times R&amp;D lab been up to this week?</a>”</p>
+ <p
+ name="0142" id="0142" class="graf--p">Instead of having computers that are locked down, try setting aside a
+ few office computers that allow students to play and “break”, or encourage
+ editors to buy their own Macbooks so they’re always able to practice with
+ code and new tools on their own.</p>
+ <p name="5d29" id="5d29" class="graf--p">From all this we realized that changing a student newsroom is difficult.
+ It takes patience. It requires that the business and editorial departments
+ of the student newsroom be on the same (web)page. The shoes of the future
+ must be different from the shoes we were given.</p>
+ <p name="1ffc" id="1ffc"
+ class="graf--p">We need to rethink how long the new shoe design will be valid. It’s more
+ important that we focus on the process behind making footwear than on actually
+ creating a specific shoe. We shouldn’t be building a shoe to last 40 years.
+ Our footwear design process will allow us to change and adapt as technology
+ evolves. The media landscape will change, so having a newsroom that can
+ change with it will be critical.</p>
+ <p name="2888" id="2888" class="graf--p"><strong class="markup--strong markup--p-strong">We are building a shoe machine, not a shoe.</strong>
+ </p>
+ <p name="1955" id="1955" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <h3 name="9c30" id="9c30" class="graf--h3">A train or light at the end of the tunnel: are student newsrooms changing for the better?</h3>
+ <p name="1f98" id="1f98" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <p name="4634" id="4634" class="graf--p">In our 2013 research we found that almost 50% of student newsrooms had
+ created roles specifically for the web. <strong class="markup--strong markup--p-strong">This sounds great, but is still problematic in its current state.</strong>
+ </p>
+ <figure name="416f" id="416f" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 624px; max-height: 560px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 89.7%;"></div>
+ <img class="graf-image" data-image-id="1*Vh2MpQjqjPkzYJaaWExoVg.png"
+ data-width="624" data-height="560" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*Vh2MpQjqjPkzYJaaWExoVg.png"/>
+ </div>
+ <figcaption class="imageCaption"><strong class="markup--strong markup--figure-strong">We designed many of these slides to help explain to ourselves what we were doing</strong>
+ </figcaption>
+ </figure>
+ <p name="39e6" id="39e6" class="graf--p">When a newsroom decides to create a position for the web, it’s often with
+ the intent of having content flow steadily from writers onto the web. This
+ is a big improvement from just uploading stories to the web whenever there
+ is a print issue. <em class="markup--em markup--p-em">However…</em>
+ </p>
+ <ol class="postList">
+ <li name="91b5" id="91b5" class="graf--li"><strong class="markup--strong markup--li-strong">The handoff</strong>
+ <br/>Problems arise because web editors are given roles that absolve the rest
+ of the editors from thinking about the web. All editors should be involved
+ in the process of story development for the web. While it’s a good idea
+ to have one specific editor manage the website, contributors and editors
+ should all play with and learn about the web. Instead of “can you make
+ a computer do XYZ for me?”, we should be saying “can you show me how to
+ make a computer do XYZ?”</li>
+ <li name="6448" id="6448" class="graf--li"><strong class="markup--strong markup--li-strong">Not just social media<br/></strong>A
+ web editor could do much more than simply being in charge of the social
+ media accounts for the student paper. Their responsibility could include
+ teaching all other editors to be listening to what’s happening online.
+ The web editor can take advantage of live information to change how the
+ student newsroom reports news in real time.</li>
+ <li name="ab30" id="ab30"
+ class="graf--li"><strong class="markup--strong markup--li-strong">Web (interactive) editor<br/></strong>The
+ goal of having a web editor should be for someone to build and tell stories
+ that take full advantage of the web as their medium. Too often the web’s
+ interactivity is not considered when developing the story. The web then
+ ends up as a resting place for print words.</li>
+ </ol>
+ <p name="e983" id="e983" class="graf--p">Editors at newsrooms are still figuring out how to convince writers of
+ the benefit to having their content online. There’s still a stronger draw
+ to writers seeing their name in print than on the web. Showing writers
+ that their stories can be told in new ways to larger audiences is a convincing
+ argument that the web is a starting point for telling a story, not its
+ graveyard.</p>
+ <p name="5c11" id="5c11" class="graf--p">When everyone in the newsroom approaches their website with the intention
+ of using it to explore the web as a medium, they all start to ask “what
+ is possible?” and “what can be done?” You can’t expect students to think
+ in terms of the web if it’s treated as a place for print words to hang
+ out on a web page.</p>
+ <p name="4eb1" id="4eb1" class="graf--p">We’re OK with this problem, if we see newsrooms continue to take small
+ steps towards having all their editors involved in the stories for the
+ web.</p>
+ <figure name="7aab" id="7aab" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 382px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 54.6%;"></div>
+ <img class="graf-image" data-image-id="1*2Ln_DmC95Xpz6LzgywkcFQ.png"
+ data-width="1315" data-height="718" data-action="zoom" data-action-value="1*2Ln_DmC95Xpz6LzgywkcFQ.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*2Ln_DmC95Xpz6LzgywkcFQ.png"/>
+ </div>
+ <figcaption class="imageCaption">The current Open Journalism site was a few years in the making. This was
+ an original launch page we use in 2012</figcaption>
+ </figure>
+ <h3 name="08f5" id="08f5" class="graf--h3">What we know</h3>
+ <ul class="postList">
+ <li name="f7fe" id="f7fe" class="graf--li"><strong class="markup--strong markup--li-strong">New process</strong>
+ <br/>Our rough research has told us newsrooms need to be reorganized. This
+ includes every part of the newsroom’s workflow: from where a story and
+ its information comes from, to thinking of every word, pixel, and interaction
+ the reader will have with your stories. If I was a photo editor that wanted
+ to re-think my process with digital tools in mind, I’d start by asking
+ “how are photo assignments processed and sent out?”, “how do we receive
+ images?”, “what formats do images need to be exported in?”, “what type
+ of screens will the images be viewed on?”, and “how are the designers getting
+ these images?” Making a student newsroom digital isn’t about producing
+ “digital manifestos”, it’s about being curious enough that you’ll want
+ to to continue experimenting with your process until you’ve found one that
+ fits your newsroom’s needs.</li>
+ <li name="d757" id="d757" class="graf--li"><strong class="markup--strong markup--li-strong">More (remote) mentorship</strong>
+ <br/>Lack of mentorship is still a big problem. <a href="http://www.google.com/get/journalismfellowship/"
+ data-href="http://www.google.com/get/journalismfellowship/" class="markup--anchor markup--li-anchor"
+ rel="nofollow">Google’s fellowship program</a> is great. The fact that it
+ only caters to United States students isn’t. There are only a handful of
+ internships in Canada where students interested in journalism can get experience
+ writing code and building interactive stories. We’re OK with this for now,
+ as we expect internships and mentorship over the next 5 years between professional
+ newsrooms and student newsrooms will only increase. It’s worth noting that
+ some of that mentorship will likely be done remotely.</li>
+ <li name="a9b8"
+ id="a9b8" class="graf--li"><strong class="markup--strong markup--li-strong">Changing a newsroom culture</strong>
+ <br/>Skill diversity needs to change. We encourage every student newsroom we
+ talk to, to start building a partnership with their school’s Computer Science
+ department. It will take some work, but you’ll find there are many CS undergrads
+ that love playing with web technologies, and using data to tell stories.
+ Changing who is in the newsroom should be one of the first steps newsrooms
+ take to changing how they tell stories. The same goes with getting designers
+ who understand the wonderful interactive elements of the web and students
+ who love statistics and exploring data. Getting students who are amazing
+ at design, data, code, words, and images into one room is one of the coolest
+ experience I’ve had. Everyone benefits from a more diverse newsroom.</li>
+ </ul>
+ <h3 name="a67e" id="a67e" class="graf--h3">What we don’t know</h3>
+ <ul class="postList">
+ <li name="7320" id="7320" class="graf--li"><strong class="markup--strong markup--li-strong">Sharing curiosity for the web</strong>
+ <br/>We don’t know how to best teach students about the web. It’s not efficient
+ for us to teach coding classes. We do go into newsrooms and get them running
+ their first code exercises, but if someone wants to learn to program, we
+ can only provide the initial push and curiosity. We will be trying out
+ “labs” with a few schools next school year to hopefully get a better idea
+ of how to teach students about the web.</li>
+ <li name="8b23" id="8b23" class="graf--li"><strong class="markup--strong markup--li-strong">Business</strong>
+ <br/>We don’t know how to convince the business side of student papers that
+ they should invest in the web. At the very least we’re able to explain
+ that having students graduate with their current skill set is painful in
+ the current job market.</li>
+ <li name="191e" id="191e" class="graf--li"><strong class="markup--strong markup--li-strong">The future</strong>
+ <br/>We don’t know what journalism or the web will be like in 10 years, but
+ we can start encouraging students to keep an open mind about the skills
+ they’ll need. We’re less interested in preparing students for the current
+ newsroom climate, than we are in teaching students to have the ability
+ to learn new tools quickly as they come and go.</li>
+ </ul>
+ </div>
+ <div class="section-inner sectionLayout--outsetColumn">
+ <figure name="b500" id="b500" class="graf--figure postField--outsetCenterImage">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 1020px; max-height: 371px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 36.4%;"></div>
+ <img class="graf-image" data-image-id="1*Zz5haO6iz7Hlj0z2IUHulg.png"
+ data-width="1100" data-height="400" data-action="zoom" data-action-value="1*Zz5haO6iz7Hlj0z2IUHulg.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/1200/1*Zz5haO6iz7Hlj0z2IUHulg.png"/>
+ </div>
+ <figcaption class="imageCaption">Another slide from 2012 website</figcaption>
+ </figure>
+ </div>
+ <div class="section-inner layoutSingleColumn">
+ <h3 name="009a" id="009a" class="graf--h3">What we’re trying to share with others</h3>
+ <ul class="postList">
+ <li name="8bfa" id="8bfa" class="graf--li"><strong class="markup--strong markup--li-strong">A concise guide to building stories for the web</strong>
+ <br/>There are too many options to get started. We hope to provide an opinionated
+ guide that follows both our experiences, research, and observations from
+ trying to teach our peers.</li>
+ </ul>
+ <p name="8196" id="8196" class="graf--p">Student newsrooms don’t have investors to please. Student newsrooms can
+ change their website every week if they want to try a new design or interaction.
+ As long as students start treating the web as a different medium, and start
+ building stories around that idea, then we’ll know we’re moving forward.</p>
+ <h3
+ name="f6c6" id="f6c6" class="graf--h3">A note to professional news orgs</h3>
+ <p name="d8f5" id="d8f5" class="graf--p">We’re also asking professional newsrooms to be more open about their process
+ of developing stories for the web. You play a big part in this. This means
+ writing about it, and sharing code. We need to start building a bridge
+ between student journalism and professional newsrooms.</p>
+ <figure name="7ed3"
+ id="7ed3" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 686px; max-height: 400px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 58.3%;"></div>
+ <img class="graf-image" data-image-id="1*bXaR_NBJdoHpRc8lUWSsow.png"
+ data-width="686" data-height="400" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*bXaR_NBJdoHpRc8lUWSsow.png"/>
+ </div>
+ <figcaption class="imageCaption">2012</figcaption>
+ </figure>
+ <h3 name="ee1b" id="ee1b" class="graf--h3">This is a start</h3>
+ <p name="ebf9" id="ebf9" class="graf--p">We going to continue slowly growing the content on <a href="http://pippinlee.github.io/open-journalism-project/"
+ data-href="http://pippinlee.github.io/open-journalism-project/" class="markup--anchor markup--p-anchor"
+ rel="nofollow">Open Journalism</a>. We still consider this the beta version,
+ but expect to polish it, and beef up the content for a real launch at the
+ beginning of the summer.</p>
+ <p name="bd44" id="bd44" class="graf--p">We expect to have more original tutorials as well as the beginnings of
+ what a curriculum may look like that a student newsroom can adopt to start
+ guiding their transition to become a web first newsroom. We’re also going
+ to be working with the <a href="http://queensjournal.ca/" data-href="http://queensjournal.ca/"
+ class="markup--anchor markup--p-anchor" rel="nofollow">Queen’s Journal</a> and
+ <a
+ href="http://ubyssey.ca/" data-href="http://ubyssey.ca/" class="markup--anchor markup--p-anchor"
+ rel="nofollow">The Ubyssey</a>next school year to better understand how to make the student
+ newsroom a place for experimenting with telling stories on the web. If
+ this sound like a good idea in your newsroom, we’re still looking to add
+ 1 more school.</p>
+ <p name="abd5" id="abd5" class="graf--p">We’re trying out some new shoes. And while they’re not self-lacing, and
+ smell a bit different, we feel lacing up a new pair of kicks can change
+ a lot.</p>
+ <figure name="4c68" id="4c68" class="graf--figure">
+ <div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 393px;">
+ <div class="aspect-ratio-fill" style="padding-bottom: 56.2%;"></div>
+ <img class="graf-image" data-image-id="1*lulfisQxgSQ209vPHMAifg.png"
+ data-width="950" data-height="534" data-action="zoom" data-action-value="1*lulfisQxgSQ209vPHMAifg.png"
+ src="https://d262ilb51hltx0.cloudfront.net/max/800/1*lulfisQxgSQ209vPHMAifg.png"/>
+ </div>
+ </figure>
+ <p name="c6bf" id="c6bf" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <p name="2c5c" id="2c5c" class="graf--p"><strong class="markup--strong markup--p-strong">Let’s talk. Let’s listen.</strong>
+ </p>
+ <p name="63ec" id="63ec" class="graf--p"><strong class="markup--strong markup--p-strong">We’re still in the early stages of what this project will look like, so if you want to help or have thoughts, let’s talk.</strong>
+ </p>
+ <p name="9376" id="9376" class="graf--p"><a href="mailto:[email protected]" data-href="mailto:[email protected]"
+ class="markup--anchor markup--p-anchor" rel="nofollow"><strong class="markup--strong markup--p-strong">[email protected]</strong></a>
+ </p>
+ <p name="dc4d" id="dc4d" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <p name="1bdf" id="1bdf" class="graf--p graf--empty">
+ <br/>
+ </p>
+ <p name="ea00" id="ea00" class="graf--p graf--last"><em class="markup--em markup--p-em">This isn’t supposed to be a </em>
+ <strong
+ class="markup--strong markup--p-strong"><em class="markup--em markup--p-em">manifesto™©</em>
+ </strong><em class="markup--em markup--p-em"> we just think it’s pretty cool to share what we’ve learned so far, and hope you’ll do the same. We’re all in this together.</em>
+ </p>
+ </div>
+ </div>
+ </section>
+ </div>
+ </div>
+ <div class="postFooter--simple2 supplementalPostContent layoutSingleColumn js-postFooter">
+ <div class="u-clearfix postFooter-actions--simple2">
+ <div class="u-floatLeft">
+ <button class="button button--primary button--toggle button--recommend js-recommendButton"
+ title="Recommend to share this article with your followers and let the author know you liked it"
+ data-action="sign-in-prompt" data-requires-token="true" data-redirect="https://medium.com/_/vote/p/fb39f4f701bb"><span class="icon icon--heart2Outline75 icon--default"></span><span class="icon icon--active icon--heart2"></span>
+ <span
+ class="button-label label--default">Recommend</span><span class="button-label label--active">Recommended</span>
+ </button>
+ <!-- Recommended by string will be injected here from the VoteWidget -->
+ <div class="voteWidget--footer js-footerVoteWidget"></div>
+ </div>
+ <div class="u-floatRight">
+ <div class="buttonSet">
+ <button class="button button--vertical button--bookmark js-bookmarkButton"
+ title="Bookmark this story to read later" data-action="sign-in-prompt"
+ data-requires-token="true" data-redirect="/_/bookmark/p/fb39f4f701bb"><span class="icon icon--readingList2outline icon--default"></span>
+ <span
+ class="icon icon--active icon--readingList2"></span><span class="label label--default">Bookmark</span><span class="label label--active">Bookmarked</span>
+ </button>
+ <button class="button button--vertical button--share" title="Share this story on Twitter, Facebook, or email"
+ data-action="show-share-popover" data-action-value="fb39f4f701bb" data-action-source="footer"><span class="icon icon--share2Outline "></span><span class="label ">Share</span>
+ </button>
+ <button class="button button--vertical u-xs-hide button--more" title="More actions"
+ data-action="more-actions"><span class="icon icon--arrowDownThin "></span><span class="label ">More</span>
+ </button>
+ </div>
+ </div>
+ </div>
+ <div class="postFooter-mobileRecommendNote u-showOnMobile js-recommendNote"></div>
+ <div class="postFooter-tags infoCard js-postTags"></div>
+ <div class="postFooter-info js-postFooterInfo">
+ <div class="infoCard u-clearfix js-infoCardUser">
+ <div class="infoCard-avatar"><a href="https://medium.com/@pippinlee" class="avatar avatar--small" title="Go to the profile of Pippin Lee"><img src="https://d262ilb51hltx0.cloudfront.net/fit/c/60/60/0*312pRa3Jh6ESE7Es.jpeg" class="avatar-image avatar-image--small" title="Pippin Lee"/></a>
+ </div>
+ <div class="infoCard-info ">
+ <div class="infoCard-wrapper">
+ <div class="infoCard-title">Written <span class="postMetaInline postMetaInline--date"><span class="u-xs-hide"> on </span>
+ <time
+ class="post-date">Mar 17</time>
+ </span>by</div><a class="link link--primary" title="Go to the profile of Pippin Lee"
+ href="https://medium.com/@pippinlee">Pippin Lee</a>
+ <div class="infoCard-bio">I don’t know much, so I better start here.</div>
+ </div>
+ </div>
+ <div class="infoCard-actions">
+ <button class="button button--small button--toggle" title="Follow to get new stories and recommendations from this author"
+ data-action="sign-in-prompt" data-requires-token="true" data-redirect="https://medium.com/_/subscribe/user/28ff78fed88e/fb39f4f701bb"><span class="button-label label--default">Follow</span><span class="button-label label--active">Following</span>
+ </button>
+ </div>
+ </div>
+ <div class="postFooter-acknowledgments--simple2">
+ <div class="postMeta-acknowledgments"><span data-tooltip="The following people helped the author by providing feedback before the story was published.">Thanks to</span> <span><a class="link" title="Go to the profile of Asad Chishti" href="https://medium.com/@asad_ch">Asad Chishti</a></span>.</div>
+ </div>
+ </div>
+ </div>
+ <div class="responsesWrapper supplementalPostContent js-responsesWrapper"></div>
+ </div>
+ </div>
+ </div>
+ </section>
+ <footer class="post-footer supplementalPostContent js-readNext"></footer>
+ </article>
+ </div>
+ </div>
+ </div>
+ <div class="loadingBar"></div>
+ <script>
+ // <![CDATA[
+ var GLOBALS = {"audioUrl":"https://d1fcbxp97j4nb2.cloudfront.net","baseUrl":"https://medium.com","bestOfFirstSlug":"may-2013","bestOfLatestSlug":"february-2015","buildLabel":"14755-791533a","currentUser":{"userId":"lo_1c9aaaf1d066","subscriberEmail":""},"currentUserHasUnverifiedEmail":false,"defaultPreviewImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/default-preview-image.IsBK38jFAJBlWifMLO4z9g.png","defaultUserImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/default-avatar.dmbNkD5D-u45r44go_cf0g.png","editorTipsAddCoverImage":"/img/help/add-cover.gif","editorTipsAddMediaImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/add-media.SZH2LBmkwVExuhozFfVvYg.gif","editorTipsAddMediaImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/add-media-start.GXmqQ2Svt1WfZGIZSM93tg.gif","editorTipsEmbedImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/embed-start.EBJ2PcWFJuYopsQV4wwklA.gif","editorTipsShareDraftImage":"/img/help/share-draft.gif","editorTipsTextHighlightImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/text-highlight.XVChoKYZ1-s3gJgHm9-7Yg.gif","editorTipsTextHighlightImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/text-highlight-start.AvTbakaFuUCd05YoMECoMQ.gif","facebookKey":"542599432471018","facebookScope":["public_profile","email","user_friends"],"homeImageId":"1*4ncz3hLxmL8E_bUh-0z62w.jpeg","importHighlightMenuImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/highlight-menu.kzoaVM8mJJ-Hu9m9uo3Omg.png","importImageHighlightMenuImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/image-highlight-menu.q43-H2dl0JvBS_5znQCW8A.png","importPublishImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/publish-metabar.YbEX1a2Pu0rAR_LuKeg8JA.png","isAuthenticated":false,"isCurrentUserVerified":"","language":null,"loadingPlaceholderImg":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/media-loading-placeholder.b31hiO4ynbDLRrXWEFF4aQ.png","mediumTwitterScreenName":"medium","miroUrl":"https://d262ilb51hltx0.cloudfront.net","moduleUrls":{"base":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-base.bundle.Jj7AcT-b4AiTV-boxFl3cw.js","notes":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-notes.bundle.dKMMKHYIbYxX2UEPRCg-jA.js","posters":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-posters.bundle.-sFjbfusRCArJ7oFobHVvg.js","common-async":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-common-async.bundle.Z2CIHf7UbVWQRcRT0-SqhQ.js","stats":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-stats.bundle._xcIHGCpUEI57EYVKKjxQQ.js","misc-screens":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-misc-screens.bundle.9mIsX8C1a-fuxiNdQVpUIg.js"},"onboardingLandscapeFooterImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/logged-out-footer/landscape-bg.W4fnHJbJjHt0fgxh7ssrvQ.jpg","postColumnWidth":700,"previewConfig":{"weightThreshold":1,"weightEmptyParagraph":0,"weightIframeParagraph":0.8,"weightImageParagraph":0.51,"weightTextParagraph":0.05,"weightBq":0.003,"weightH":0.003,"weightP":0.0025,"minPTextLength":40,"truncateBoundaryChars":20,"detectTitle":true,"detectTitleLevThreshold":0.15,"previewConfigVariantA":{"weightThreshold":2},"previewConfigVariantB":{"weightThreshold":10,"detectTitle":false}},"productName":"Medium","responsesRecommendationThreshold":5,"supportsEdit":false,"termsUrl":"//medium.com/policy/9db0094a1e0f","textshotHost":"textshot.medium.com","transactionId":"1426731097181:b2d7cfb0d7fc","useragent":{"browser":"other","family":"","os":"","version":0,"supportsDesktopEdit":false,"supportsMobileEdit":false,"supportsInteract":false,"supportsView":true,"isMobile":false,"isTablet":false,"isNative":false,"supportsFileAPI":false,"isTier1":false,"clientVersion":"","unknownParagraphsBad":false,"clientChannel":"","supportsRealScrollEvents":false,"supportsVhUnits":false,"ruinsViewportSections":false,"supportsHtml5Video":false,"supportsMagicUnderlines":false},"variants":{"policy_collection_slug":"policy","can_vote":true,"can_update_settings":true,"can_send_push_notifications":true,"can_export_data":true,"enable_notes":true,"allow_test_auth":"disallow","enable_logged_out_sessions":true,"filter_other_languages":true,"use_experimental_css":true,"has_prl_provider_collection_latest":true,"can_resume_from_last_read_location":true,"can_report_bad_posts":true,"enable_social_posts":true,"enable_gosocial_queries":true,"enable_embeds":true,"enable_embed_ui":true,"enable_recommend_notes":true,"enable_recommend_notes_composition":true,"max_upload_size_mb":25,"use_full_width_images":true,"upload_multiple_files":true,"can_follow_users":true,"enable_coverless_consumption_ios":true,"allow_request_account_deletion":true,"enable_sidebar_upload_collection_logo":true,"use_session_tokens":true,"enable_bookmarks_list_ios":true,"enable_gifs_ios":true,"feature_post_in_sidebar":true,"see_featured_post_tab":true,"show_respond_button":true,"can_see_follower_counts":true,"enable_prl_reasons_on_homepage":true,"enable_follower_emails":true,"post_recommend_lists":true,"receive_rec_note_pushes":true,"receive_post_published_pushes":true,"enable_account_conversion":true,"use_new_scheduled_delivery_flow":true,"feed_homepage":true,"enable_collection_subscription_fanout":true,"post_publish_email":true,"manage_collection_in_post_metabar":true,"send_delighted_survey":true,"welcome_post_url":"https://medium.com/@Medium/welcome-to-medium-735fbbc085a1","post_share_metabar":true,"self_serve_fonts":true,"use_direct_switchboard_collection_published_flow":true,"listing_editor":true,"beautiful_homepage":true,"new_twitter_flow":true,"new_facebook_flow":true,"google_search":true,"enable_simple_reach":true,"signin_services":"twitter,facebook","signup_services":"twitter,facebook","enable_categories":true,"enable_homepage_promos":true,"promo_stream_signup":true,"promo_stream_feature_following":true,"promo_stream_why_write":true,"promo_stream_feature_responses":true,"promo_sidebar_start_writing":true,"promo_sidebar_writing_prompt":true,"promo_sidebar_feature_unlisted":true,"interactions_footer":true,"post_page_collection_logo":true,"enable_bing_search":true,"enable_algolia_search":true,"show_tagged_posts_in_search":true,"enable_textshots":true,"feature_post_on_profile":true,"streamy_profile":true,"profile_interstitial":true,"casual_content_viewer":true,"casual_content_creator":true,"ttr_on_post_list":true,"drafts_unauth":true,"enable_quotes":true,"combined_margin_quotes":true,"friends_only_quotes":true,"enable_quotes_emails":true,"consolidate_publication_info":true,"enable_viewed_posts_visual_differentiation":true,"edit_tags":true,"view_tags":true,"inline_tags":true,"edit_publication_contact_info":true,"view_publication_contact_info":true,"enable_search_ios":true,"enable_new_cover_flow_ios":true,"enable_rating_prompt":true,"enable_post_show_refactor":true,"enable_your_stories_more_actions":true,"enable_user_search_with_bing":true,"can_view_masthead":true,"enable_textshot_post":true,"show_related_tags":true,"restrict_set_visibility":true},"xsrfToken":"","useDynamicCss":false,"canonicalBaseUrl":"https://medium.com","iosAppId":"828256236","supportEmail":"[email protected]","teamName":"Team Medium","fp":{"/img/email/check1.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check1.0DM77li7vZhq5o2V9cVYLQ.png","/img/email/check2.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check2.GLlNusQmn1hwo9WDN-gE1w.png","/img/email/check3.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check3.7VxOUVMXAVbHRRnzMrJ_5A.png","/img/email/fb_logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/fb_logo.Q0M98YwNTu77gLWTK6-RyQ.png","/img/email/heart1.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart1.rnGEmSwcGUhztl_zSU7l6Q.png","/img/email/heart2.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart2.HBiLu3koIYsKjjKroohgbA.png","/img/email/heart3.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart3.AIJBOHw11HuhdClVJNtmtg.png","/img/email/logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/logo.dPr5ZCzgKMooKYKJwnKarQ.png","/img/email/twitter_logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/twitter_logo.Pz4a3o9WMU5QioxLKcyFhQ.png","/img/email/unlisted.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/unlisted.ikh8R2LElOz_1YM8A2Db4g.png","/img/email/follow.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/follow.-VSXwmQhfi2entHPht8l2g.png","/img/email/recommend.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/recommend.scZJ6ysjDBJYd-K3wFK2Hg.png","/img/email/write.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/write.wWIWbAqfZUqn1JD4YSJYNw.png"},"configLabel":"8aa88e6","cssBaseUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-base.yJzZ9u5sH5_3PnBRjyto6A.css","cssSpriteUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-sprites.1B2M2Y8AsgTpgAmY7PhCfg.css","cssFontUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/fonts-base.RB0XGp9t6rSpksYHwudieQ.css","googleAnalyticsTrackingCode":"UA-24232453-2","iconsJsUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/icons.kMtvd60hqPtTdUxvP9j8rw.js","jsShivUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js","jsUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-base.bundle.Jj7AcT-b4AiTV-boxFl3cw.js","facebookNamespace":"medium-com","highlightAnimationImg":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/highlight-educational-animation._BG4I2h0KF83wFb3fWnWbA.gif","editorTipsEmbedImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/embed.1BM0Di9vd91Kv8fLioJabw.gif","authBaseUrl":"https://medium.com","imageUploadSizeMb":25,"isAuthDomainRequest":true,"favIconUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/icons/favicon.n7eHNqdWyHhbTLN2-3a-6g.ico","embedded":{"value":{"id":"fb39f4f701bb","versionId":"aa1cb8750a55","creatorId":"28ff78fed88e","creator":{"userId":"28ff78fed88e","name":"Pippin Lee","username":"pippinlee","createdAt":1344986320107,"lastPostCreatedAt":1425538922974,"imageId":"0*312pRa3Jh6ESE7Es.jpeg","backgroundImageId":"0*GqJ25S72ddd-AlSZ.jpeg","bio":"I don’t know much, so I better start here.","twitterScreenName":"pippinlee","social":{"userId":"lo_1c9aaaf1d066","targetUserId":"28ff78fed88e","type":"Social"},"facebookAccountId":"","type":"User"},"homeCollectionId":"","title":"The Open Journalism Project: Better Student Journalism","detectedLanguage":"en","latestVersion":"aa1cb8750a55","latestPublishedVersion":"aa1cb8750a55","hasUnpublishedEdits":false,"latestRev":3072,"createdAt":1425538922974,"updatedAt":1426611099742,"acceptedAt":0,"firstPublishedAt":1426609660294,"latestPublishedAt":1426611099742,"isRead":false,"vote":false,"experimentalCss":"","displayAuthor":"","content":{"subtitle":"We pushed out the first version of the Open Journalism site in January. Here’s what we’ve learned about student journalism since 2011.","image":{"backgroundSize":"full","strategy":"crop-fixed"},"bodyModel":{"paragraphs":[{"name":"1f11","type":4,"text":"","markups":[],"layout":5,"metadata":{"id":"1*oBWUXtszDsiv_-Qq2bFLTQ.png","originalWidth":1368,"originalHeight":600}},{"name":"3c62","type":2,"text":"Open Journalism Project:","markups":[],"alignment":2},{"name":"e970","type":1,"text":"","markups":[]},{"name":"425a","type":13,"text":"Better Student Journalism","markups":[{"type":2,"start":0,"end":25}],"alignment":2},{"name":"a511","type":1,"text":"","markups":[]},{"name":"08db","type":13,"text":"","markups":[]},{"name":"acc4","type":1,"text":"","markups":[]},{"name":"d178","type":1,"text":"We pushed out the first version of the Open Journalism site in January. Our goal is for the site to be a place to teach students what they should know about journalism on the web. It should be fun too.","markups":[{"type":3,"start":39,"end":59,"href":"http://pippinlee.github.io/open-journalism-project/","title":"","rel":"","anchorType":0}]},{"name":"01ed","type":1,"text":"Topics like mapping, security, command line tools, and open source are all concepts that should be made more accessible, and should be easily understood at a basic level by all journalists. We’re focusing on students because we know student journalism well, and we believe that teaching maturing journalists about the web will provide them with an important lens to view the world with. This is how we got to where we are now.","markups":[{"type":3,"start":12,"end":19,"href":"http://pippinlee.github.io/open-journalism-project/Mapping/","title":"","rel":"","anchorType":0},{"type":3,"start":21,"end":29,"href":"http://pippinlee.github.io/open-journalism-project/Security/","title":"","rel":"","anchorType":0},{"type":3,"start":55,"end":66,"href":"http://pippinlee.github.io/open-journalism-project/Open-source/","title":"","rel":"","anchorType":0}]},{"name":"0348","type":3,"text":"Circa 2011","markups":[]},{"name":"f923","type":1,"text":"In late 2011 I sat in the design room of our university’s student newsroom with some of the other editors: Kate Hudson, Brent Rose, and Nicholas Maronese. I was working as the photo editor then—something I loved doing. I was very happy travelling and photographing people while listening to their stories.","markups":[]},{"name":"c9d4","type":1,"text":"Photography was my lucky way of experiencing the many types of people my generation seemed to avoid, as well as many the public spends too much time discussing. One of my habits as a photographer was scouring sites like Flickr to see how others could frame the world in ways I hadn’t previously considered.","markups":[]},{"name":"06e8","type":4,"text":"topleftpixel.com","markups":[],"layout":1,"metadata":{"id":"1*AzYWbe4cZkMMEUbfRjysLQ.png","originalWidth":1000,"originalHeight":500}},{"name":"930f","type":1,"text":"I started discovering beautiful things the web could do with images: things not possible with print. Just as every generation revolts against walking in the previous generations shoes, I found myself questioning the expectations that I came up against as a photo editor. In our newsroom the expectations were built from an outdated information world. We were expected to fill old shoes.","markups":[{"type":3,"start":43,"end":67,"href":"http://wvs.topleftpixel.com/13/02/06/timelapse-strips-homewood.htm","title":"","rel":"","anchorType":0}]},{"name":"2674","type":1,"text":"So we sat in our student newsroom—not very happy with what we were doing. Our weekly newspaper had remained essentially unchanged for 40+ years. Each editorial position had the same requirement every year. The big change happened in the 80s when the paper started using colour. We’d also stumbled into having a website, but it was updated just once a week with the release of the newspaper.","markups":[{"type":2,"start":210,"end":213}]},{"name":"e498","type":1,"text":"Information had changed form, but the student newsroom hadn’t, and it was becoming harder to romanticize the dusty newsprint smell coming from the shoes we were handed down from previous generations of editors. It was, we were told, all part of “becoming a journalist.”","markups":[]},{"name":"12da","type":4,"text":"","markups":[],"layout":1,"metadata":{"id":"1*d0Hp6KlzyIcGHcL6to1sYQ.png","originalWidth":868,"originalHeight":451}},{"name":"e2f0","type":3,"text":"We don’t know what we don’t know","markups":[]},{"name":"8263","type":1,"text":"We spent much of the rest of the school year asking “what should we be doing in the newsroom?”, which mainly led us to ask “how do we use the web to tell stories?” It was a straightforward question that led to many more questions about the web: something we knew little about. Out in the real world, traditional journalists were struggling to keep their jobs in a dying print world. They wore the same design of shoes that we were supposed to fill. Being pushed to repeat old, failing strategies and blocked from trying something new scared us.","markups":[]},{"name":"231e","type":1,"text":"We had questions, so we started doing some research. We talked with student newsrooms in Canada and the United States, and filled too many Google Doc files with notes. Looking at the notes now, they scream of fear. We annotated our notes with naive solutions, often involving scrambled and immature odysseys into the future of online journalism.","markups":[]},{"name":"6ec3","type":1,"text":"There was a lot we didn’t know. We didn’t know how to build a mobile app. We didn’t know if we should build a mobile app. We didn’t know how to run a server. We didn’t know where to go to find a server. We didn’t know how the web worked. We didn’t know how people used the web to read news. We didn’t know what news should be on the web. If news is just information, what does that even look like?","markups":[{"type":1,"start":47,"end":72},{"type":1,"start":89,"end":120},{"type":1,"start":137,"end":156},{"type":1,"start":173,"end":201},{"type":1,"start":218,"end":236},{"type":1,"start":253,"end":289},{"type":1,"start":306,"end":336}]},{"name":"f373","type":1,"text":"We asked these questions to many students at other papers to get a consensus of what had worked and what hadn’t. They reported similar questions and fears about the web but followed with “print advertising is keeping us afloat so we can’t abandon it”.","markups":[]},{"name":"034b","type":1,"text":"In other words, we knew that we should be building a newer pair of shoes, but we didn’t know what the function of the shoes should be.","markups":[]},{"name":"ea15","type":3,"text":"Common problems in student newsrooms (2011)","markups":[]},{"name":"a90b","type":1,"text":"Our questioning of other student journalists in 15 student newsrooms brought up a few repeating issues.","markups":[]},{"name":"a586","type":9,"text":"Lack of mentorship","markups":[]},{"name":"a953","type":9,"text":"A news process that lacked consideration of the web","markups":[]},{"name":"6286","type":9,"text":"No editor/position specific to the web","markups":[]},{"name":"04c1","type":9,"text":"Little exposure to many of the cool projects being put together by professional newsrooms","markups":[]},{"name":"a1fb","type":9,"text":"Lack of diverse skills within the newsroom. Writers made up 95% of the personnel. Students with other skills were not sought because journalism was seen as “a career with words.” The other 5% were designers, designing words on computers, for print.","markups":[]},{"name":"0be9","type":9,"text":"Not enough discussion between the business side and web efforts","markups":[]},{"name":"79ed","type":4,"text":"From our 2011 research","markups":[],"layout":1,"metadata":{"id":"1*_9KYIFrk_PqWFgptsMDeww.png","originalWidth":1086,"originalHeight":500}},{"name":"8d0c","type":3,"text":"Common problems in student newsrooms (2013)","markups":[]},{"name":"3ef6","type":1,"text":"Two years later, we went back and looked at what had changed. We talked to a dozen more newsrooms and weren’t surprised by our findings.","markups":[]},{"name":"abb1","type":9,"text":"Still no mentorship or link to professional newsrooms building stories for the web","markups":[]},{"name":"9250","type":9,"text":"Very little control of website and technology","markups":[]},{"name":"d822","type":9,"text":"The lack of exposure that student journalists have to interactive storytelling. While some newsrooms are in touch with what’s happening with the web and journalism, there still exists a huge gap between the student newsroom and its professional counterpart","markups":[]},{"name":"6bf2","type":9,"text":"No time in the current news development cycle for student newsrooms to experiment with the web","markups":[]},{"name":"e62f","type":9,"text":"Lack of skill diversity (specifically coding, interaction design, and statistics)","markups":[]},{"name":"f4f0","type":9,"text":"Overly restricted access to student website technology. Changes are primarily visual rather than functional.","markups":[]},{"name":"8b8d","type":9,"text":"Significantly reduced print production of many papers","markups":[]},{"name":"dfe0","type":9,"text":"Computers aren’t set up for experimenting with software and code, and often locked down","markups":[]},{"name":"52cd","type":1,"text":"Newsrooms have traditionally been covered in copies of The New York Times or Globe and Mail. Instead newsrooms should try spend at 20 minutes each week going over the coolest/weirdest online storytelling in an effort to expose each other to what is possible. “Hey, what has the New York Times R&D lab been up to this week?”","markups":[{"type":3,"start":260,"end":322,"href":"http://nytlabs.com/","title":"","rel":"","anchorType":0}]},{"name":"0142","type":1,"text":"Instead of having computers that are locked down, try setting aside a few office computers that allow students to play and “break”, or encourage editors to buy their own Macbooks so they’re always able to practice with code and new tools on their own.","markups":[]},{"name":"5d29","type":1,"text":"From all this we realized that changing a student newsroom is difficult. It takes patience. It requires that the business and editorial departments of the student newsroom be on the same (web)page. The shoes of the future must be different from the shoes we were given.","markups":[]},{"name":"1ffc","type":1,"text":"We need to rethink how long the new shoe design will be valid. It’s more important that we focus on the process behind making footwear than on actually creating a specific shoe. We shouldn’t be building a shoe to last 40 years. Our footwear design process will allow us to change and adapt as technology evolves. The media landscape will change, so having a newsroom that can change with it will be critical.","markups":[]},{"name":"2888","type":1,"text":"We are building a shoe machine, not a shoe.","markups":[{"type":1,"start":0,"end":43}]},{"name":"1955","type":1,"text":"","markups":[]},{"name":"9c30","type":3,"text":"A train or light at the end of the tunnel: are student newsrooms changing for the better?","markups":[]},{"name":"1f98","type":1,"text":"","markups":[]},{"name":"4634","type":1,"text":"In our 2013 research we found that almost 50% of student newsrooms had created roles specifically for the web. This sounds great, but is still problematic in its current state.","markups":[{"type":1,"start":111,"end":176}]},{"name":"416f","type":4,"text":"We designed many of these slides to help explain to ourselves what we were doing","markups":[{"type":1,"start":0,"end":80}],"layout":1,"metadata":{"id":"1*Vh2MpQjqjPkzYJaaWExoVg.png","originalWidth":624,"originalHeight":560}},{"name":"39e6","type":1,"text":"When a newsroom decides to create a position for the web, it’s often with the intent of having content flow steadily from writers onto the web. This is a big improvement from just uploading stories to the web whenever there is a print issue. However…","markups":[{"type":2,"start":242,"end":250}]},{"name":"91b5","type":10,"text":"The handoff\nProblems arise because web editors are given roles that absolve the rest of the editors from thinking about the web. All editors should be involved in the process of story development for the web. While it’s a good idea to have one specific editor manage the website, contributors and editors should all play with and learn about the web. Instead of “can you make a computer do XYZ for me?”, we should be saying “can you show me how to make a computer do XYZ?”","markups":[{"type":1,"start":0,"end":11}]},{"name":"6448","type":10,"text":"Not just social media\nA web editor could do much more than simply being in charge of the social media accounts for the student paper. Their responsibility could include teaching all other editors to be listening to what’s happening online. The web editor can take advantage of live information to change how the student newsroom reports news in real time.","markups":[{"type":1,"start":0,"end":22}]},{"name":"ab30","type":10,"text":"Web (interactive) editor\nThe goal of having a web editor should be for someone to build and tell stories that take full advantage of the web as their medium. Too often the web’s interactivity is not considered when developing the story. The web then ends up as a resting place for print words.","markups":[{"type":1,"start":0,"end":25}]},{"name":"e983","type":1,"text":"Editors at newsrooms are still figuring out how to convince writers of the benefit to having their content online. There’s still a stronger draw to writers seeing their name in print than on the web. Showing writers that their stories can be told in new ways to larger audiences is a convincing argument that the web is a starting point for telling a story, not its graveyard.","markups":[]},{"name":"5c11","type":1,"text":"When everyone in the newsroom approaches their website with the intention of using it to explore the web as a medium, they all start to ask “what is possible?” and “what can be done?” You can’t expect students to think in terms of the web if it’s treated as a place for print words to hang out on a web page.","markups":[]},{"name":"4eb1","type":1,"text":"We’re OK with this problem, if we see newsrooms continue to take small steps towards having all their editors involved in the stories for the web.","markups":[]},{"name":"7aab","type":4,"text":"The current Open Journalism site was a few years in the making. This was an original launch page we use in 2012","markups":[],"layout":1,"metadata":{"id":"1*2Ln_DmC95Xpz6LzgywkcFQ.png","originalWidth":1315,"originalHeight":718}},{"name":"08f5","type":3,"text":"What we know","markups":[]},{"name":"f7fe","type":9,"text":"New process\nOur rough research has told us newsrooms need to be reorganized. This includes every part of the newsroom’s workflow: from where a story and its information comes from, to thinking of every word, pixel, and interaction the reader will have with your stories. If I was a photo editor that wanted to re-think my process with digital tools in mind, I’d start by asking “how are photo assignments processed and sent out?”, “how do we receive images?”, “what formats do images need to be exported in?”, “what type of screens will the images be viewed on?”, and “how are the designers getting these images?” Making a student newsroom digital isn’t about producing “digital manifestos”, it’s about being curious enough that you’ll want to to continue experimenting with your process until you’ve found one that fits your newsroom’s needs.","markups":[{"type":1,"start":0,"end":11}]},{"name":"d757","type":9,"text":"More (remote) mentorship\nLack of mentorship is still a big problem. Google’s fellowship program is great. The fact that it only caters to United States students isn’t. There are only a handful of internships in Canada where students interested in journalism can get experience writing code and building interactive stories. We’re OK with this for now, as we expect internships and mentorship over the next 5 years between professional newsrooms and student newsrooms will only increase. It’s worth noting that some of that mentorship will likely be done remotely.","markups":[{"type":3,"start":68,"end":95,"href":"http://www.google.com/get/journalismfellowship/","title":"","rel":"","anchorType":0},{"type":1,"start":0,"end":24}]},{"name":"a9b8","type":9,"text":"Changing a newsroom culture\nSkill diversity needs to change. We encourage every student newsroom we talk to, to start building a partnership with their school’s Computer Science department. It will take some work, but you’ll find there are many CS undergrads that love playing with web technologies, and using data to tell stories. Changing who is in the newsroom should be one of the first steps newsrooms take to changing how they tell stories. The same goes with getting designers who understand the wonderful interactive elements of the web and students who love statistics and exploring data. Getting students who are amazing at design, data, code, words, and images into one room is one of the coolest experience I’ve had. Everyone benefits from a more diverse newsroom.","markups":[{"type":1,"start":0,"end":27}]},{"name":"a67e","type":3,"text":"What we don’t know","markups":[]},{"name":"7320","type":9,"text":"Sharing curiosity for the web\nWe don’t know how to best teach students about the web. It’s not efficient for us to teach coding classes. We do go into newsrooms and get them running their first code exercises, but if someone wants to learn to program, we can only provide the initial push and curiosity. We will be trying out “labs” with a few schools next school year to hopefully get a better idea of how to teach students about the web.","markups":[{"type":1,"start":0,"end":29}]},{"name":"8b23","type":9,"text":"Business\nWe don’t know how to convince the business side of student papers that they should invest in the web. At the very least we’re able to explain that having students graduate with their current skill set is painful in the current job market.","markups":[{"type":1,"start":0,"end":8}]},{"name":"191e","type":9,"text":"The future\nWe don’t know what journalism or the web will be like in 10 years, but we can start encouraging students to keep an open mind about the skills they’ll need. We’re less interested in preparing students for the current newsroom climate, than we are in teaching students to have the ability to learn new tools quickly as they come and go.","markups":[{"type":1,"start":0,"end":10}]},{"name":"b500","type":4,"text":"Another slide from 2012 website","markups":[],"layout":3,"metadata":{"id":"1*Zz5haO6iz7Hlj0z2IUHulg.png","originalWidth":1100,"originalHeight":400}},{"name":"009a","type":3,"text":"What we’re trying to share with others","markups":[]},{"name":"8bfa","type":9,"text":"A concise guide to building stories for the web\nThere are too many options to get started. We hope to provide an opinionated guide that follows both our experiences, research, and observations from trying to teach our peers.","markups":[{"type":1,"start":0,"end":47}]},{"name":"8196","type":1,"text":"Student newsrooms don’t have investors to please. Student newsrooms can change their website every week if they want to try a new design or interaction. As long as students start treating the web as a different medium, and start building stories around that idea, then we’ll know we’re moving forward.","markups":[]},{"name":"f6c6","type":3,"text":"A note to professional news orgs","markups":[]},{"name":"d8f5","type":1,"text":"We’re also asking professional newsrooms to be more open about their process of developing stories for the web. You play a big part in this. This means writing about it, and sharing code. We need to start building a bridge between student journalism and professional newsrooms.","markups":[]},{"name":"7ed3","type":4,"text":"2012","markups":[],"layout":1,"metadata":{"id":"1*bXaR_NBJdoHpRc8lUWSsow.png","originalWidth":686,"originalHeight":400}},{"name":"ee1b","type":3,"text":"This is a start","markups":[]},{"name":"ebf9","type":1,"text":"We going to continue slowly growing the content on Open Journalism. We still consider this the beta version, but expect to polish it, and beef up the content for a real launch at the beginning of the summer.","markups":[{"type":3,"start":51,"end":66,"href":"http://pippinlee.github.io/open-journalism-project/","title":"","rel":"","anchorType":0}]},{"name":"bd44","type":1,"text":"We expect to have more original tutorials as well as the beginnings of what a curriculum may look like that a student newsroom can adopt to start guiding their transition to become a web first newsroom. We’re also going to be working with the Queen’s Journal and The Ubyssey next school year to better understand how to make the student newsroom a place for experimenting with telling stories on the web. If this sound like a good idea in your newsroom, we’re still looking to add 1 more school.","markups":[{"type":3,"start":243,"end":258,"href":"http://queensjournal.ca/","title":"","rel":"","anchorType":0},{"type":3,"start":263,"end":274,"href":"http://ubyssey.ca/","title":"","rel":"","anchorType":0}]},{"name":"abd5","type":1,"text":"We’re trying out some new shoes. And while they’re not self-lacing, and smell a bit different, we feel lacing up a new pair of kicks can change a lot.","markups":[]},{"name":"4c68","type":4,"text":"","markups":[],"layout":1,"metadata":{"id":"1*lulfisQxgSQ209vPHMAifg.png","originalWidth":950,"originalHeight":534}},{"name":"c6bf","type":1,"text":"","markups":[]},{"name":"2c5c","type":1,"text":"Let’s talk. Let’s listen.","markups":[{"type":1,"start":0,"end":25}]},{"name":"63ec","type":1,"text":"We’re still in the early stages of what this project will look like, so if you want to help or have thoughts, let’s talk.","markups":[{"type":1,"start":0,"end":121}]},{"name":"9376","type":1,"text":"[email protected]","markups":[{"type":3,"start":0,"end":20,"href":"mailto:[email protected]","title":"","rel":"nofollow","anchorType":0},{"type":1,"start":0,"end":20}]},{"name":"dc4d","type":1,"text":"","markups":[]},{"name":"1bdf","type":1,"text":"","markups":[]},{"name":"ea00","type":1,"text":"This isn’t supposed to be a manifesto™© we just think it’s pretty cool to share what we’ve learned so far, and hope you’ll do the same. We’re all in this together.","markups":[{"type":1,"start":28,"end":39},{"type":2,"start":0,"end":163}]}],"sections":[{"name":"465f","startIndex":0}]},"postDisplay":{"coverless":true}},"media":null,"virtuals":{"currentCollectionId":"","statusForCollection":"","createdAtRelative":"14 days ago","updatedAtRelative":"a day ago","acceptedAtRelative":"","createdAtEnglish":"March 4, 2015","updatedAtEnglish":"March 17, 2015","acceptedAtEnglish":"","firstPublishedAtEnglish":"March 17, 2015","latestPublishedAtEnglish":"March 17, 2015","allowNotes":true,"languageTier":1,"snippet":"We pushed out the first version of the Open Journalism site in January. Here’s what we’ve learned about student journalism since 2011.","previewImage":{"imageId":"1*oBWUXtszDsiv_-Qq2bFLTQ.png","filter":"","backgroundSize":"contain","originalWidth":1368,"originalHeight":600,"strategy":"resample","height":0,"width":0},"wordCount":2568,"imageCount":9,"readingTime":10.890566037735848,"subtitle":"We pushed out the first version of the Open Journalism site in January. Here’s what we’ve learned about student journalism since 2011.","postedIn":[],"publishedInCount":0,"usersBySocialRecommends":[],"notesBySocialRecommends":[],"proposedAtRelative":"","latestPublishedAtAbbreviated":"Mar 17","firstPublishedAtAbbreviated":"Mar 17","emailSnippet":"Open Journalism Project: ¶\n\nBetter Student Journalism ¶\n\nWe pushed out the first version of the Open Journalism site in January. Our goal is for the site to be a place to teach students what they should know about journalism on the web. It should be fun too. ¶\n\nTopics like mapping, security, command line tools, and open source are all concepts that should be made more accessible, and should be easily understood at a basic level by all journalists.","recommends":0,"featuredRecommendNoteId":"","socialRecommends":[],"addedToFeedAt":0,"isBookmarked":false},"coverless":true,"slug":"the-open-journalism-project-better-student-journalism","translationSourcePostId":"","translationSourceCreatorId":"","isApprovedTranslation":false,"inResponseToPostId":"","inResponseToRemovedAt":0,"isTitleSynthesized":false,"allowResponses":true,"importedUrl":"","importedPublishedAt":0,"visibility":0,"contentType":0,"isViewed":false,"uniqueSlug":"the-open-journalism-project-better-student-journalism-fb39f4f701bb","previewContent":{"bodyModel":{"paragraphs":[{"name":"previewImage","type":4,"text":"","layout":10,"metadata":{"id":"1*oBWUXtszDsiv_-Qq2bFLTQ.png","originalWidth":1368,"originalHeight":600}},{"name":"previewTitle","type":2,"text":"The Open Journalism Project: Better Student Journalism","alignment":1},{"name":"previewSubtitle","type":13,"text":"We pushed out the first version of the Open Journalism site in January. Here’s what we’ve learned about student…","alignment":1}],"sections":[{"startIndex":0}]},"isFullContent":false},"type":"Post","_isPopulated":true},"collaborators":[{"user":{"userId":"4d1613f13b8","name":"Asad Chishti","username":"asad_ch","createdAt":1345061204916,"lastPostCreatedAt":1422864200574,"imageId":"0*lGq8Mn5S2bTrnLFe.jpeg","backgroundImageId":"","bio":"Testing out my spacesuit.","twitterScreenName":"asad_ch","facebookAccountId":"","type":"User"},"state":"visible","_isPopulated":true}],"collectionUserRelations":[],"mode":null,"references":{"User":{"28ff78fed88e":{"userId":"28ff78fed88e","name":"Pippin Lee","username":"pippinlee","createdAt":1344986320107,"lastPostCreatedAt":1425538922974,"imageId":"0*312pRa3Jh6ESE7Es.jpeg","backgroundImageId":"0*GqJ25S72ddd-AlSZ.jpeg","bio":"I don’t know much, so I better start here.","twitterScreenName":"pippinlee","social":{"userId":"lo_1c9aaaf1d066","targetUserId":"28ff78fed88e","type":"Social"},"facebookAccountId":"","type":"User"}},"Social":{"28ff78fed88e":{"userId":"lo_1c9aaaf1d066","targetUserId":"28ff78fed88e","type":"Social"}}}}}
+ // ]]>
+ </script>
+ <script charset="UTF-8" src="https://dnqgz544uhbo8.cloudfront.net/_/fp/js/icons.kMtvd60hqPtTdUxvP9j8rw.js"></script>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json
new file mode 100644
index 0000000..e52ea6f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/1600\/1*eR_J8DurqygbhrwDg-WPnQ.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json
new file mode 100644
index 0000000..71804a0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Courtney Kirchoff",
+ "Direction": null,
+ "Excerpt": "In defense of the word “literally” and why you or someone you know should stop misusing the word, lest they drive us fig…",
+ "Image": "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/1600\/1*eR_J8DurqygbhrwDg-WPnQ.png",
+ "Title": "On Behalf of “Literally”",
+ "SiteName": "Medium"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html
new file mode 100644
index 0000000..34eeab3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html
@@ -0,0 +1 @@
+<div name="d9f8"><figure name="4924" id="4924"><div><p><img data-image-id="1*eR_J8DurqygbhrwDg-WPnQ.png" data-width="1891" data-height="1280" data-action="zoom" data-action-value="1*eR_J8DurqygbhrwDg-WPnQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/1600/1*eR_J8DurqygbhrwDg-WPnQ.png"></p></div><figcaption>Words need defenders.</figcaption></figure><h3 name="b098" id="b098">On Behalf of “Literally”</h3><p name="1a73" id="1a73">You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to whither and die. Of course I do not mean that literally, I mean that figuratively. An abuser would have said: “Every time a person uses that word, a piece of my soul literally withers and dies.” Which is terribly, horribly wrong.</p><p name="104a" id="104a">For whatever bizarre reason, people feel the need to use literally as a sort of verbal crutch. They use it to emphasize a point, which is silly because they’re already using an analogy or a metaphor to illustrate said point. For example: “Ugh, I literally tore the house apart looking for my remote control!” No, you literally did not tear apart your house, because it’s still standing. If you’d just told me you “tore your house apart” searching for your remote, I would’ve understood what you meant. No need to add “literally” to the sentence.</p><p name="c2c0" id="c2c0">Maybe I should define literally.</p><blockquote name="b239" id="b239">Literally means actually. When you say something literally happened, you’re describing the scene or situation as it actually happened.</blockquote><p name="a8fd" id="a8fd">So you should only use literally when you mean it. It should not be used in hyperbole. Example: “That was so funny I literally cried.” Which is possible. Some things are funny enough to elicit tears. Note the example stops with “literally cried.” You cannot <em>literally cry your eyes out</em>. The joke wasn’t so funny your eyes popped out of their sockets.</p><h4 name="165a" id="165a">When in Doubt, Leave it Out</h4><p name="e434" id="e434">“I’m so hungry I could eat a horse,” means you’re hungry. You don’t need to say “I’m so hungry I could literally eat a horse.” Because you can’t do that in one sitting, I don’t care how big your stomach is.</p><p name="d88f" id="d88f">“That play was so funny I laughed my head off,” illustrates the play was amusing. You don’t need to say you literally laughed your head off, because then your head would be on the ground and you wouldn’t be able to speak, much less laugh.</p><p name="4bab" id="4bab">“I drove so fast my car was flying,” we get your point: you were speeding. But your car is never going fast enough to fly, so don’t say your car was literally flying.</p><h4 name="f2f0" id="f2f0">Insecurities?</h4><p name="1bd7" id="1bd7">Maybe no one believed a story you told as a child, and you felt the need to prove that it actually happened. <em>No really, mom, I literally climbed the tree. </em>In efforts to prove truth, you used literally to describe something real, however outlandish it seemed. Whatever the reason, now your overuse of literally has become a habit.</p><h4 name="d7c1" id="d7c1">Hard Habit to Break?</h4><p name="714b" id="714b">Abusing literally isn’t as bad a smoking, but it’s still an unhealthy habit (I mean that figuratively). Help is required in order to break it.</p><p name="f929" id="f929">This is my version of an intervention for literally abusers. I’m not sure how else to do it other than in writing. I know this makes me sound like a know-it-all, and I accept that. But there’s no excuse other than blatant ignorance to misuse the word “literally.” So just stop it.</p><p name="fd19" id="fd19">Don’t say “Courtney, this post is so snobbish it literally burned up my computer.” Because nothing is that snobbish that it causes computers to combust. Or: “Courtney, your head is so big it literally cannot get through the door.” Because it can, unless it’s one of those tiny doors from <em>Alice in Wonderland</em> and I need to eat a mushroom to make my whole body smaller.</p><h4 name="fe12" id="fe12">No One’s Perfect</h4><p name="7ff8" id="7ff8">And I’m not saying I am. I’m trying to restore meaning to a word that’s lost meaning. I’m standing up for literally. It’s a good word when used correctly. People are butchering it and destroying it every day (figuratively speaking) and the massacre needs to stop. Just as there’s a coalition of people against the use of certain fonts (like <a href="http://bancomicsans.com/main/?page_id=2" data-href="http://bancomicsans.com/main/?page_id=2" rel="nofollow">Comic Sans</a> and <a href="https://www.facebook.com/group.php?gid=14448723154" data-href="https://www.facebook.com/group.php?gid=14448723154" rel="nofollow">Papyrus</a>), so should there be a coalition of people against the abuse of literally.</p><h4 name="049e" id="049e">Saying it to Irritate?</h4><p name="9381" id="9381">Do you misuse the word “literally” just to annoy your know-it-all or grammar police friends/acquaintances/total strangers? If so, why? Doing so would be like me going outside when it’s freezing, wearing nothing but a pair of shorts and t-shirt in hopes of making you cold by just looking at me. Who suffers more?</p><h4 name="3e52" id="3e52">Graphical Representation</h4><p name="b57e" id="b57e">Matthew Inman of “The Oatmeal” wrote a comic about literally. Abusers and defenders alike <a href="http://theoatmeal.com/comics/literally" data-href="http://theoatmeal.com/comics/literally" rel="nofollow">should check it out</a>. It’s clear this whole craze about literally is driving a lot of us nuts. You literally abusers are killing off pieces of our souls. You must be stopped, or the world will be lost to meaninglessness forever. Figuratively speaking.</p></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html
new file mode 100644
index 0000000..da62885
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html><html><head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# medium-com: http://ogp.me/ns/fb/medium-com#"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" user-scalable="no"/><title>On Behalf of “Literally” — Medium</title><link rel="canonical" href="https://medium.com/@ckirchoff/on-behalf-of-literally-429fab868ca8"/><meta name="title" content="On Behalf of “Literally”"/><meta name="referrer" content="always"/><meta name="description" content="In defense of the word “literally” and why you or someone you know should stop misusing the word, lest they drive us fig…"/><meta property="og:site_name" content="Medium"/><meta property="og:title" content="On Behalf of “Literally”"/><meta property="og:url" content="https://medium.com/@ckirchoff/on-behalf-of-literally-429fab868ca8"/><meta property="og:image" content="https://d262ilb51hltx0.cloudfront.net/max/1600/1*eR_J8DurqygbhrwDg-WPnQ.png"/><meta property="fb:app_id" content="542599432471018"/><meta property="og:description" content="In defense of the word “literally” and why you or someone you know should stop misusing the word, lest they drive us fig…"/><meta name="twitter:site" content="@Medium"/><meta name="twitter:image:src" content="https://d262ilb51hltx0.cloudfront.net/max/1600/1*eR_J8DurqygbhrwDg-WPnQ.png"/><link rel="publisher" href="https://plus.google.com/103654360130207659246"/><link rel="author" href="https://medium.com/@ckirchoff"/><meta name="author" content="Courtney Kirchoff"/><meta property="og:type" content="article"/><meta name="twitter:card" content="summary_large_image"/><meta property="article:publisher" content="https://www.facebook.com/medium"/><meta property="article:author" content="https://medium.com/@ckirchoff"/><meta property="article:published_time" content="2015-02-24T19:56:33.374Z"/><meta name="twitter:creator" content="@ckirchoff"/><meta name="twitter:app:name:iphone" content="Medium"/><meta name="twitter:app:id:iphone" content="828256236"/><meta name="twitter:app:url:iphone" content="medium:/p/429fab868ca8"/><meta property="al:ios:app_name" content="Medium"/><meta property="al:ios:app_store_id" content="828256236"/><meta property="al:ios:url" content="medium:/p/429fab868ca8"/><meta property="al:web:url" content="https://medium.com/@ckirchoff/on-behalf-of-literally-429fab868ca8"/><meta name="theme-color" content="#000000"/><script>if (window.top !== window.self) window.top.location = window.self.location.href;var OB_startTime = new Date().getTime(); var OB_fontLoaded = 0; var OB_loadErrors = []; function _onerror(e) { OB_loadErrors.push(e) }; if (document.addEventListener) document.addEventListener("error", _onerror, true); else if (document.attachEvent) document.attachEvent("onerror", _onerror); function _asyncScript(u) {var d = document, f = d.getElementsByTagName("script")[0], s = d.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = u; f.parentNode.insertBefore(s, f);}function _asyncStyles(u) {var d = document, f = d.getElementsByTagName("script")[0], s = d.createElement("link"); s.rel = "stylesheet"; s.href = u; f.parentNode.insertBefore(s, f); return s}(function() {var h = document.getElementsByTagName("html")[0]; h.className += " wf-loading"; function clearWfLoading() {h.className = h.className.replace(/( |^)wf-loading( |$)/g,"");}var t = setTimeout(function(){clearWfLoading(); h.className += " wf-inactive"; window._onWebfontError && window._onWebfontError()}, 3000); var d = document, f = d.getElementsByTagName("script")[0], s = d.createElement("link"); s.rel = "stylesheet"; s.href = "https:\/\/dnqgz544uhbo8.cloudfront.net\/_\/fp\/css\/fonts-base.RB0XGp9t6rSpksYHwudieQ.css"; s.onload = s.onreadystatechange = function(){var a = this.readyState; if (a && a != "complete" && a != "loaded" ) return; clearTimeout(t); clearWfLoading(); window.requestAnimationFrame && window.requestAnimationFrame(function(){OB_fontLoaded = new Date().getTime(); window._onWebfontLoad&&window._onWebfontLoad();});}; f.parentNode.insertBefore(s,f);})();var _gaq = _gaq || []; _gaq.push(["_setAccount", "UA-24232453-2"]); _gaq.push(["_setDomainName", window.location.hostname]); _gaq.push(["_setAllowLinker", true]); _gaq.push(["_trackPageview"]); _asyncScript(("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js");(new Image()).src = "/_/stat?event=pixel.load&origin=" + encodeURIComponent(location.origin);</script><script>_asyncStyles('https:\/\/dnqgz544uhbo8.cloudfront.net\/_\/fp\/css\/main-sprites.1B2M2Y8AsgTpgAmY7PhCfg.css')</script><link rel="stylesheet" href="https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-base.iZKg2fNC_6NEYttly5ihyA.css"/><!--[if lt IE 9]><script charset="UTF-8" src="https://dnqgz544uhbo8.cloudfront.net/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js"></script><![endif]--><link rel="shortcut icon" href="https://dnqgz544uhbo8.cloudfront.net/_/fp/icons/favicon.n7eHNqdWyHhbTLN2-3a-6g.ico"/><link rel="apple-touch-icon-precomposed" sizes="152x152" href="/apple-touch-icon-precomposed-152.png"/><link rel="apple-touch-icon-precomposed" sizes="120x120" href="/apple-touch-icon-precomposed-120.png"/><link rel="apple-touch-icon-precomposed" sizes="76x76" href="/apple-touch-icon-precomposed-76.png"/><link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png"/></head>
+ <body itemscope itemtype="http://schema.org/Article" class=" template-flex-article is-withMagicUnderlines browser-firefox os-mac js-loading ">
+<div style="display: none;"><svg xmlns="http://www.w3.org/2000/svg">
+ <symbol viewBox="0 0 28 28" id="svg-sidebarOpen28px">
+ <title>sidebar-open-28px</title>
+ <g>
+ <path d="M21.5,14H6.5C6.2,14,6,14.2,6,14.5s0.2,0.5,0.5,0.5h14.9c0.3,0,0.5-0.2,0.5-0.5S21.8,14,21.5,14z"></path>
+ <path d="M6.5,9h14.9C21.8,9,22,8.8,22,8.5s-0.2-0.5-0.5-0.5H6.5C6.2,8.1,6,8.3,6,8.5S6.2,9,6.5,9z"></path>
+ <path d="M21.5,20H6.5C6.2,20,6,20.2,6,20.5s0.2,0.5,0.5,0.5h14.9c0.3,0,0.5-0.2,0.5-0.5S21.8,20,21.5,20z"></path> </g>
+ </symbol>
+</svg></div>
+ <div class="site-main" id="container"><div class="butterBar butterBar--error"></div><div class="surface"><div id="prerendered" class="screenContent"><canvas class="canvas-renderer"></canvas><div class="listingEditorOverlay"></div><div class="listingEditor js-listingEditor"><div class="listingEditor-inner u-backgroundWhite"><div class="listingEditor-content"><div class="listingEditor-header u-textAlignCenter">Ready to publish?</div><div class="listingEditor-description u-textAlignCenter js-titleEditorInstructions">Change the story’s title, subtitle, and visibility as needed</div><div class="listingEditor-section listingEditor-section--highlightOnHover"><div class="block block--list js-block"><div class="block-image js-blockImage"></div><div class="block-firefoxPositioningContainerHack"><div class="block-content"><div class="block-title js-titleEditor u-hideOutline"></div><div class="block-snippet block-snippet--subtitle js-subtitleEditor u-hideOutline"></div><div class="block-postMetaWrap u-clearfix"><div class="block-postMeta u-inlineBlock"><div class="postMetaInline postMetaInline--author">Courtney Kirchoff</div><div class="postMetaInline js-readingTime"><span class="readingTime">4 min read</span></div></div></div></div></div></div></div><div class="listingEditor-section listingEditor-section--controls"><div class="listingEditor-controlsLeft u-floatLeft js-tagEditor"></div><div class="listingEditor-controlsRight u-floatRight"><button class="button button--chromeless js-selectVisibility js-buttonRequiresPostId" data-action="show-disabled-button-info" data-action-value="Changing post visibility will become available after you start writing." data-delayed-action="show-visibility-popover"></button><button class="button button--chromeless js-selectFeatured" data-action="show-featured-popover">Featured</button><button class="button js-listingEditorCancelButton" data-action="close-listing-editor">Close</button><button class="button button--primary js-publishButton" data-action="publish">Publish changes</button></div></div></div></div></div><div class="metabar u-clearfix js-metabar metabar--top metabar--white metabar--postArticle is-withCollectionLogo "><div class="metabar-block metabar-left u-floatLeft"><a href="https://medium.com/" alt="Homepage" data-log-event="home" class="siteNav-logo"><span class="icon icon--logoM"></span></a></div><div class="metabar-block metabar-right u-floatRight"><div class="metabar-text"></div><div class="buttonSet"></div><div class="buttonSet"><a class="button button--circle is-inSiteNavBar" href="https://medium.com/search" data-action="open-search"><span class="icon icon--search"></span></a><a class="button button--primary" href="https://medium.com/m/signin?redirect=https%3A%2F%2Fmedium.com%3A443%2F%40ckirchoff%2Fon-behalf-of-literally-429fab868ca8" data-action="sign-in-prompt">Sign in / Sign up</a></div></div></div><div class="metabar u-clearfix metabar--bottom metabar--opaque metabar--bordered metabar--social metabar--postSecondaryBar js-postSecondaryBar"><div class="metabar-block metabar-left u-floatLeft"><span class="postMetaInline postMetaInline--avatar"><a href="https://medium.com/@ckirchoff" class="avatar avatar--icon avatar--inline link link--secondary" title="Go to the profile of Courtney Kirchoff"><img src="https://d262ilb51hltx0.cloudfront.net/fit/c/64/64/0*XIIviYv1En80T68W.jpeg" class="avatar-image avatar-image--icon" title="Courtney Kirchoff"/></a></span><span class="postMetaInline postMetaInline--authorDateline"><a class="link link--secondary" title="Go to the profile of Courtney Kirchoff" href="https://medium.com/@ckirchoff">Courtney Kirchoff</a><span class="u-showOnTabletMini"><br/></span><span class="postMetaInline postMetaInline--date"><span class="u-xs-hide"> on </span><time class="post-date">Feb 24</time><span class='middotDivider'></span>4 min</span></span></div><div class="metabar-block metabar-right u-floatRight"><div class="voteWidget"></div><div class="metabar-shareActions"><button class="button button--chromeless button--social button--recommend js-recommendButton" title="Recommend to share this article with your followers and let the author know you liked it"data-action="sign-in-prompt"data-requires-token="true"data-redirect="https://medium.com/_/vote/p/429fab868ca8"><span class="icon icon--heart2Outline"></span><span class="icon icon--heart2"></span></button><button class="button button--chromeless button--social js-bookmarkButton" title="Bookmark this story to read later"data-action="sign-in-prompt"data-requires-token="true"data-redirect="https://medium.com/_/bookmark/p/429fab868ca8"><span class="icon icon--readingList2outline"></span><span class="icon icon--readingList2"></span></button><button class="button button--chromeless u-showOnMobile button--social" title="Share this story on Twitter, Facebook, or email" data-action="toggle-share-drawer" data-action-value="429fab868ca8"><span class="icon icon--share2Outline "></span></button><button class="button button--chromeless u-xs-hide button--social" title="Share this story on Twitter, Facebook, or email" data-action="show-share-popover" data-action-value="429fab868ca8" data-action-source="metabar"><span class="icon icon--share2Outline "></span></button></div><div class="metabar-readNext js-metabarReadNext"><button class="button button--chromeless" >Next story</button></div></div></div><div class="metabar u-clearfix metabar--bottom metabar--opaque metabar--social metabar--peekaboo js-persistentShareFooter"><div class="metabar-block metabar-left u-floatLeft"></div><div class="metabar-block metabar-center"><div class="metabar-readNext metabar-readNext--bottom js-metabarReadNextMobile"><button class="button button--chromeless" >Next story</button></div><div class="metabar-shareActions"><button class="button button--chromeless button--social button--recommend js-recommendButton" title="Recommend to share this article with your followers and let the author know you liked it"data-action="sign-in-prompt"data-requires-token="true"data-redirect="https://medium.com/_/vote/p/429fab868ca8"><span class="icon icon--heart2Outline"></span><span class="icon icon--heart2"></span></button><button class="button button--chromeless button--social js-bookmarkButton" title="Bookmark this story to read later"data-action="sign-in-prompt"data-requires-token="true"data-redirect="https://medium.com/_/bookmark/p/429fab868ca8"><span class="icon icon--readingList2outline"></span><span class="icon icon--readingList2"></span></button><button class="button button--chromeless u-showOnMobile button--social" title="Share this story on Twitter, Facebook, or email" data-action="toggle-share-drawer" data-action-value="429fab868ca8"><span class="icon icon--share2Outline "></span></button><button class="button button--chromeless u-xs-hide button--social" title="Share this story on Twitter, Facebook, or email" data-action="show-share-popover" data-action-value="429fab868ca8" data-action-source="metabar"><span class="icon icon--share2Outline "></span></button></div><div class="metabar-drawer"><div class="metabar-drawerWarning">The author chose to make this story unlisted, which means only people with a link can see it. Are you sure you want to share it?<button class="button button--chromeless" data-action="ignore-share-drawer-warning">Yes, show me sharing options</button></div><div class="metabar-drawerContent"><h4 class="metabar-drawerTitle">On Behalf of “Literally”</h4><ul class="list"><li><button class="button button--chromeless" data-action="share-on-twitter" data-action-value="429fab868ca8" data-action-source="metabar_mobile"><span class="icon icon--twitter"></span> Share on Twitter</button></li><li><button class="button button--chromeless" data-action="share-on-facebook" data-action-value="429fab868ca8" data-action-source="metabar_mobile"><span class="icon icon--facebook"></span> Share on Facebook</button></li><li><button class="button button--chromeless" data-action="share-by-email" data-action-value="429fab868ca8" data-action-source="metabar_mobile"><span class="icon icon--email"></span> Share by email</button></li></ul></div></div></div></div><div class="logo-container"></div><article class="u-sizeViewHeightMin100 postArticle postArticle--full is-languageTier1" lang="en" data-allow-notes="true"><section class="postWrapper postWrapper--contain"><div class="postWrapper-inner"><div class="postContent"><div class="postContent-inner"><div class="notesSource"><div class="postField postField--body"><section name="d9f8" class=" section--first"><div class="section-divider layoutSingleColumn"><hr class="section-divider"/></div><div class="section-content"><div class="section-inner layoutSingleColumn"><figure name="4924" id="4924" class="graf--figure graf--first"><div class="aspectRatioPlaceholder is-locked" style="max-width: 700px; max-height: 474px;"><div class="aspect-ratio-fill" style="padding-bottom: 67.7%;"></div><img class="graf-image" data-image-id="1*eR_J8DurqygbhrwDg-WPnQ.png" data-width="1891" data-height="1280" data-action="zoom" data-action-value="1*eR_J8DurqygbhrwDg-WPnQ.png" src="https://d262ilb51hltx0.cloudfront.net/max/1600/1*eR_J8DurqygbhrwDg-WPnQ.png"/></div><figcaption class="imageCaption">Words need defenders.</figcaption></figure><h3 name="b098" id="b098" class="graf--h3">On Behalf of “Literally”</h3><p name="1a73" id="1a73" class="graf--p">You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to whither and die. Of course I do not mean that literally, I mean that figuratively. An abuser would have said: “Every time a person uses that word, a piece of my soul literally withers and dies.” Which is terribly, horribly wrong.</p><p name="104a" id="104a" class="graf--p">For whatever bizarre reason, people feel the need to use literally as a sort of verbal crutch. They use it to emphasize a point, which is silly because they’re already using an analogy or a metaphor to illustrate said point. For example: “Ugh, I literally tore the house apart looking for my remote control!” No, you literally did not tear apart your house, because it’s still standing. If you’d just told me you “tore your house apart” searching for your remote, I would’ve understood what you meant. No need to add “literally” to the sentence.</p><p name="c2c0" id="c2c0" class="graf--p">Maybe I should define literally.</p><blockquote name="b239" id="b239" class="graf--pullquote pullquote">Literally means actually. When you say something literally happened, you’re describing the scene or situation as it actually happened.</blockquote><p name="a8fd" id="a8fd" class="graf--p">So you should only use literally when you mean it. It should not be used in hyperbole. Example: “That was so funny I literally cried.” Which is possible. Some things are funny enough to elicit tears. Note the example stops with “literally cried.” You cannot <em class="markup--em markup--p-em">literally cry your eyes out</em>. The joke wasn’t so funny your eyes popped out of their sockets.</p><h4 name="165a" id="165a" class="graf--h4">When in Doubt, Leave it Out</h4><p name="e434" id="e434" class="graf--p graf--startsWithDoubleQuote">“I’m so hungry I could eat a horse,” means you’re hungry. You don’t need to say “I’m so hungry I could literally eat a horse.” Because you can’t do that in one sitting, I don’t care how big your stomach is.</p><p name="d88f" id="d88f" class="graf--p graf--startsWithDoubleQuote">“That play was so funny I laughed my head off,” illustrates the play was amusing. You don’t need to say you literally laughed your head off, because then your head would be on the ground and you wouldn’t be able to speak, much less laugh.</p><p name="4bab" id="4bab" class="graf--p graf--startsWithDoubleQuote">“I drove so fast my car was flying,” we get your point: you were speeding. But your car is never going fast enough to fly, so don’t say your car was literally flying.</p><h4 name="f2f0" id="f2f0" class="graf--h4">Insecurities?</h4><p name="1bd7" id="1bd7" class="graf--p">Maybe no one believed a story you told as a child, and you felt the need to prove that it actually happened. <em class="markup--em markup--p-em">No really, mom, I literally climbed the tree. </em>In efforts to prove truth, you used literally to describe something real, however outlandish it seemed. Whatever the reason, now your overuse of literally has become a habit.</p><h4 name="d7c1" id="d7c1" class="graf--h4">Hard Habit to Break?</h4><p name="714b" id="714b" class="graf--p">Abusing literally isn’t as bad a smoking, but it’s still an unhealthy habit (I mean that figuratively). Help is required in order to break it.</p><p name="f929" id="f929" class="graf--p">This is my version of an intervention for literally abusers. I’m not sure how else to do it other than in writing. I know this makes me sound like a know-it-all, and I accept that. But there’s no excuse other than blatant ignorance to misuse the word “literally.” So just stop it.</p><p name="fd19" id="fd19" class="graf--p">Don’t say “Courtney, this post is so snobbish it literally burned up my computer.” Because nothing is that snobbish that it causes computers to combust. Or: “Courtney, your head is so big it literally cannot get through the door.” Because it can, unless it’s one of those tiny doors from <em class="markup--em markup--p-em">Alice in Wonderland</em> and I need to eat a mushroom to make my whole body smaller.</p><h4 name="fe12" id="fe12" class="graf--h4">No One’s Perfect</h4><p name="7ff8" id="7ff8" class="graf--p">And I’m not saying I am. I’m trying to restore meaning to a word that’s lost meaning. I’m standing up for literally. It’s a good word when used correctly. People are butchering it and destroying it every day (figuratively speaking) and the massacre needs to stop. Just as there’s a coalition of people against the use of certain fonts (like <a href="http://bancomicsans.com/main/?page_id=2" data-href="http://bancomicsans.com/main/?page_id=2" class="markup--anchor markup--p-anchor" rel="nofollow">Comic Sans</a> and <a href="https://www.facebook.com/group.php?gid=14448723154" data-href="https://www.facebook.com/group.php?gid=14448723154" class="markup--anchor markup--p-anchor" rel="nofollow">Papyrus</a>), so should there be a coalition of people against the abuse of literally.</p><h4 name="049e" id="049e" class="graf--h4">Saying it to Irritate?</h4><p name="9381" id="9381" class="graf--p">Do you misuse the word “literally” just to annoy your know-it-all or grammar police friends/acquaintances/total strangers? If so, why? Doing so would be like me going outside when it’s freezing, wearing nothing but a pair of shorts and t-shirt in hopes of making you cold by just looking at me. Who suffers more?</p><h4 name="3e52" id="3e52" class="graf--h4">Graphical Representation</h4><p name="b57e" id="b57e" class="graf--p graf--last">Matthew Inman of “The Oatmeal” wrote a comic about literally. Abusers and defenders alike <a href="http://theoatmeal.com/comics/literally" data-href="http://theoatmeal.com/comics/literally" class="markup--anchor markup--p-anchor" rel="nofollow">should check it out</a>. It’s clear this whole craze about literally is driving a lot of us nuts. You literally abusers are killing off pieces of our souls. You must be stopped, or the world will be lost to meaninglessness forever. Figuratively speaking.</p></div></div></section><section name="5c31" class=" section--last"><div class="section-divider layoutSingleColumn"><hr class="section-divider"/></div><div class="section-content"><div class="section-inner layoutSingleColumn"><p name="15d8" id="15d8" class="graf--p graf--first graf--last"><em class="markup--em markup--p-em">Originally published at </em><a href="http://www.courtneykirchoff.com/2011/11/on-behalf-of-literally/" data-href="http://www.courtneykirchoff.com/2011/11/on-behalf-of-literally/" class="markup--anchor markup--p-anchor" rel="nofollow"><em class="markup--em markup--p-em">www.courtneykirchoff.com</em></a><em class="markup--em markup--p-em"> on November 18, 2011. Sadly this solo post did not stop the abuse of literally. Help the word out. Recommend this article to your literally abusers in your life.</em></p></div></div></section></div></div><div class="postFooter--simple2 supplementalPostContent layoutSingleColumn js-postFooter"><div class="u-clearfix postFooter-actions--simple2"><div class="u-floatLeft"><button class="button button--primary button--toggle button--recommend js-recommendButton" title="Recommend to share this article with your followers and let the author know you liked it"data-action="sign-in-prompt"data-requires-token="true"data-redirect="https://medium.com/_/vote/p/429fab868ca8"><span class="icon icon--heart2Outline75 icon--default"></span><span class="icon icon--active icon--heart2"></span><span class="button-label label--default">Recommend</span><span class="button-label label--active">Recommended</span></button><!-- Recommended by string will be injected here from the VoteWidget --><div class="voteWidget--footer js-footerVoteWidget"></div></div><div class="u-floatRight"><div class="buttonSet"><button class="button button--vertical button--bookmark js-bookmarkButton" title="Bookmark this story to read later"data-action="sign-in-prompt"data-requires-token="true"data-redirect="/_/bookmark/p/429fab868ca8"><span class="icon icon--readingList2outline icon--default"></span><span class="icon icon--active icon--readingList2"></span><span class="label label--default">Bookmark</span><span class="label label--active">Bookmarked</span></button><button class="button button--vertical button--share" title="Share this story on Twitter, Facebook, or email" data-action="show-share-popover" data-action-value="429fab868ca8" data-action-source="footer"><span class="icon icon--share2Outline "></span><span class="label ">Share</span></button><button class="button button--vertical u-xs-hide button--more" title="More actions" data-action="more-actions"><span class="icon icon--arrowDownThin "></span><span class="label ">More</span></button></div></div></div><div class="postFooter-mobileRecommendNote u-showOnMobile js-recommendNote"></div><div class="postFooter-tags infoCard js-postTags"></div><div class="postFooter-info js-postFooterInfo"><div class="infoCard u-clearfix js-infoCardUser"><div class="infoCard-avatar"><a href="https://medium.com/@ckirchoff" class="avatar avatar--small" title="Go to the profile of Courtney Kirchoff"><img src="https://d262ilb51hltx0.cloudfront.net/fit/c/120/120/0*XIIviYv1En80T68W.jpeg" class="avatar-image avatar-image--small" title="Courtney Kirchoff"/></a></div><div class="infoCard-info "><div class="infoCard-wrapper"><div class="infoCard-title">Written <span class="postMetaInline postMetaInline--date"><span class="u-xs-hide"> on </span><time class="post-date">Feb 24</time></span> by</div><a class="link link--primary" title="Go to the profile of Courtney Kirchoff" href="https://medium.com/@ckirchoff">Courtney Kirchoff</a><div class="infoCard-bio">Freelance writer and graphic designer. Will work for bacon. Wrote a novel: Jaden Baker. See my work: <a rel="nofollow" href="http://www.courtneykirchoff.com">www.courtneykirchoff.com</a> &amp; <a rel="nofollow" href="http://www.truenorthe.com">www.truenorthe.com</a></div></div></div><div class="infoCard-actions"><button class="button button--small button--toggle" title="Follow to get new stories and recommendations from this author"data-action="sign-in-prompt"data-requires-token="true"data-redirect="https://medium.com/_/subscribe/user/1a8aa2047ea5/429fab868ca8"><span class="button-label label--default">Follow</span><span class="button-label label--active">Following</span></button></div></div></div></div><div class="responsesWrapper supplementalPostContent js-responsesWrapper"></div></div></div></div></section><footer class="post-footer supplementalPostContent js-readNext"></footer></article></div></div></div><div class="loadingBar"></div><script>// <![CDATA[
+var GLOBALS = {"audioUrl":"https://d1fcbxp97j4nb2.cloudfront.net","baseUrl":"https://medium.com","bestOfFirstSlug":"may-2013","bestOfLatestSlug":"february-2015","buildLabel":"14774-b5b0db7","currentUser":{"userId":"lo_165a169d4a3f","subscriberEmail":""},"currentUserHasUnverifiedEmail":false,"defaultPreviewImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/default-preview-image.IsBK38jFAJBlWifMLO4z9g.png","defaultUserImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/default-avatar.dmbNkD5D-u45r44go_cf0g.png","editorTipsAddCoverImage":"/img/help/add-cover.gif","editorTipsAddMediaImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/add-media.SZH2LBmkwVExuhozFfVvYg.gif","editorTipsAddMediaImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/add-media-start.GXmqQ2Svt1WfZGIZSM93tg.gif","editorTipsEmbedImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/embed-start.EBJ2PcWFJuYopsQV4wwklA.gif","editorTipsShareDraftImage":"/img/help/share-draft.gif","editorTipsTextHighlightImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/text-highlight.XVChoKYZ1-s3gJgHm9-7Yg.gif","editorTipsTextHighlightImageStatic":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/text-highlight-start.AvTbakaFuUCd05YoMECoMQ.gif","facebookKey":"542599432471018","facebookScope":["public_profile","email","user_friends"],"homeImageId":"1*4ncz3hLxmL8E_bUh-0z62w.jpeg","importHighlightMenuImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/highlight-menu.kzoaVM8mJJ-Hu9m9uo3Omg.png","importImageHighlightMenuImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/image-highlight-menu.q43-H2dl0JvBS_5znQCW8A.png","importPublishImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/import/publish-metabar.YbEX1a2Pu0rAR_LuKeg8JA.png","isAuthenticated":false,"isCurrentUserVerified":"","language":"en","loadingPlaceholderImg":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/media-loading-placeholder.b31hiO4ynbDLRrXWEFF4aQ.png","mediumTwitterScreenName":"medium","miroUrl":"https://d262ilb51hltx0.cloudfront.net","moduleUrls":{"base":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-base.bundle.RwClr-8tbYQNOCcoaW2fyQ.js","notes":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-notes.bundle.ICW_5aKEFKmVIizPavGvtg.js","posters":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-posters.bundle.J5anIzIx8mzGHfMgN_v0wg.js","common-async":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-common-async.bundle.gGIrE1dbcJH5A-RZ8eFBrg.js","stats":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-stats.bundle.Q-0hpqGuHTvM6c_DLIKKpw.js","misc-screens":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-misc-screens.bundle.Bw2jaAgjQTtFq2l9hB7eWA.js"},"onboardingLandscapeFooterImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/logged-out-footer/landscape-bg.W4fnHJbJjHt0fgxh7ssrvQ.jpg","postColumnWidth":700,"previewConfig":{"weightThreshold":1,"weightEmptyParagraph":0,"weightIframeParagraph":0.8,"weightImageParagraph":0.51,"weightTextParagraph":0.05,"weightBq":0.003,"weightH":0.003,"weightP":0.0025,"minPTextLength":40,"truncateBoundaryChars":20,"detectTitle":true,"detectTitleLevThreshold":0.15,"previewConfigVariantA":{"weightThreshold":2},"previewConfigVariantB":{"weightThreshold":10,"detectTitle":false}},"productName":"Medium","responsesRecommendationThreshold":5,"supportsEdit":true,"termsUrl":"//medium.com/policy/9db0094a1e0f","textshotHost":"textshot.medium.com","transactionId":"1426906230532:97a3313de9bb","useragent":{"browser":"firefox","family":"firefox","os":"mac","version":39,"supportsDesktopEdit":true,"supportsMobileEdit":false,"supportsInteract":true,"supportsView":true,"isMobile":false,"isTablet":false,"isNative":false,"supportsFileAPI":true,"isTier1":true,"clientVersion":"","unknownParagraphsBad":false,"clientChannel":"","supportsRealScrollEvents":true,"supportsVhUnits":true,"ruinsViewportSections":false,"supportsHtml5Video":true,"supportsMagicUnderlines":true},"variants":{"policy_collection_slug":"policy","can_vote":true,"can_update_settings":true,"can_send_push_notifications":true,"can_export_data":true,"enable_notes":true,"allow_test_auth":"disallow","enable_logged_out_sessions":true,"filter_other_languages":true,"use_experimental_css":true,"has_prl_provider_collection_latest":true,"can_resume_from_last_read_location":true,"can_report_bad_posts":true,"enable_social_posts":true,"enable_gosocial_queries":true,"enable_embeds":true,"enable_embed_ui":true,"enable_recommend_notes":true,"enable_recommend_notes_composition":true,"max_upload_size_mb":25,"use_full_width_images":true,"upload_multiple_files":true,"can_follow_users":true,"enable_coverless_consumption_ios":true,"allow_request_account_deletion":true,"enable_sidebar_upload_collection_logo":true,"use_session_tokens":true,"enable_bookmarks_list_ios":true,"enable_gifs_ios":true,"feature_post_in_sidebar":true,"see_featured_post_tab":true,"show_respond_button":true,"can_see_follower_counts":true,"enable_prl_reasons_on_homepage":true,"enable_follower_emails":true,"post_recommend_lists":true,"receive_post_published_pushes":true,"enable_account_conversion":true,"use_new_scheduled_delivery_flow":true,"feed_homepage":true,"enable_collection_subscription_fanout":true,"post_publish_email":true,"manage_collection_in_post_metabar":true,"welcome_post_url":"https://medium.com/@Medium/medium-connects-the-people-stories-and-ideas-that-matter-to-you-495655fb8459","post_share_metabar":true,"self_serve_fonts":true,"use_direct_switchboard_collection_published_flow":true,"listing_editor":true,"beautiful_homepage":true,"new_twitter_flow":true,"new_facebook_flow":true,"google_search":true,"enable_simple_reach":true,"signin_services":"twitter,facebook","signup_services":"twitter,facebook","enable_categories":true,"enable_homepage_promos":true,"promo_stream_signup":true,"promo_stream_feature_following":true,"promo_stream_why_write":true,"promo_stream_feature_responses":true,"promo_sidebar_start_writing":true,"promo_sidebar_writing_prompt":true,"promo_sidebar_feature_unlisted":true,"interactions_footer":true,"post_page_collection_logo":true,"enable_bing_search":true,"enable_algolia_search":true,"show_tagged_posts_in_search":true,"enable_textshots":true,"feature_post_on_profile":true,"streamy_profile":true,"profile_interstitial":true,"casual_content_viewer":true,"casual_content_creator":true,"ttr_on_post_list":true,"drafts_unauth":true,"enable_quotes":true,"combined_margin_quotes":true,"friends_only_quotes":true,"enable_quotes_emails":true,"consolidate_publication_info":true,"enable_viewed_posts_visual_differentiation":true,"edit_tags":true,"view_tags":true,"inline_tags":true,"edit_publication_contact_info":true,"view_publication_contact_info":true,"enable_search_ios":true,"enable_new_cover_flow_ios":true,"enable_rating_prompt":true,"enable_post_show_refactor":true,"enable_your_stories_more_actions":true,"enable_user_search_with_bing":true,"can_view_masthead":true,"enable_textshot_post":true,"show_related_tags":true,"new_search_interface":true,"restrict_set_visibility":true},"xsrfToken":"","useDynamicCss":false,"canonicalBaseUrl":"https://medium.com","iosAppId":"828256236","supportEmail":"[email protected]","teamName":"Team Medium","fp":{"/img/email/check1.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check1.0DM77li7vZhq5o2V9cVYLQ.png","/img/email/check2.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check2.GLlNusQmn1hwo9WDN-gE1w.png","/img/email/check3.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/check3.7VxOUVMXAVbHRRnzMrJ_5A.png","/img/email/fb_logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/fb_logo.Q0M98YwNTu77gLWTK6-RyQ.png","/img/email/heart1.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart1.rnGEmSwcGUhztl_zSU7l6Q.png","/img/email/heart2.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart2.HBiLu3koIYsKjjKroohgbA.png","/img/email/heart3.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/heart3.AIJBOHw11HuhdClVJNtmtg.png","/img/email/logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/logo.dPr5ZCzgKMooKYKJwnKarQ.png","/img/email/twitter_logo.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/twitter_logo.Pz4a3o9WMU5QioxLKcyFhQ.png","/img/email/unlisted.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/unlisted.ikh8R2LElOz_1YM8A2Db4g.png","/img/email/follow.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/follow.-VSXwmQhfi2entHPht8l2g.png","/img/email/recommend.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/recommend.scZJ6ysjDBJYd-K3wFK2Hg.png","/img/email/write.png":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/email/write.wWIWbAqfZUqn1JD4YSJYNw.png"},"configLabel":"c5ef2f7","cssBaseUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-base.iZKg2fNC_6NEYttly5ihyA.css","cssSpriteUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/main-sprites.1B2M2Y8AsgTpgAmY7PhCfg.css","cssFontUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/css/fonts-base.RB0XGp9t6rSpksYHwudieQ.css","googleAnalyticsTrackingCode":"UA-24232453-2","iconsJsUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/icons.kMtvd60hqPtTdUxvP9j8rw.js","jsShivUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/shiv.RI2ePTZ5gFmMgLzG5bEVAA.js","jsUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-base.bundle.RwClr-8tbYQNOCcoaW2fyQ.js","facebookNamespace":"medium-com","highlightAnimationImg":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/highlight-educational-animation._BG4I2h0KF83wFb3fWnWbA.gif","editorTipsEmbedImage":"https://dnqgz544uhbo8.cloudfront.net/_/fp/img/help/embed.1BM0Di9vd91Kv8fLioJabw.gif","authBaseUrl":"https://medium.com","imageUploadSizeMb":25,"isAuthDomainRequest":true,"favIconUrl":"https://dnqgz544uhbo8.cloudfront.net/_/fp/icons/favicon.n7eHNqdWyHhbTLN2-3a-6g.ico","embedded":{"value":{"id":"429fab868ca8","versionId":"776adba9d13","creatorId":"1a8aa2047ea5","creator":{"userId":"1a8aa2047ea5","name":"Courtney Kirchoff","username":"ckirchoff","createdAt":1424302523039,"lastPostCreatedAt":1424904877821,"imageId":"0*XIIviYv1En80T68W.jpeg","backgroundImageId":"1*AyBb2_6VfLNF29qfSXT2Ow.jpeg","bio":"Freelance writer and graphic designer. Will work for bacon. Wrote a novel: Jaden Baker. See my work: www.courtneykirchoff.com & www.truenorthe.com","twitterScreenName":"ckirchoff","social":{"userId":"lo_165a169d4a3f","targetUserId":"1a8aa2047ea5","type":"Social"},"facebookAccountId":"","type":"User"},"homeCollectionId":"","title":"On Behalf of “Literally”","detectedLanguage":"en","latestVersion":"776adba9d13","latestPublishedVersion":"776adba9d13","hasUnpublishedEdits":false,"latestRev":133,"createdAt":1424806181308,"updatedAt":1424807793583,"acceptedAt":0,"firstPublishedAt":1424807793374,"latestPublishedAt":1424807793374,"isRead":false,"vote":false,"experimentalCss":"","displayAuthor":"","content":{"subtitle":"In defense of the word “literally” and why you or someone you know should stop misusing the word, lest they drive us figuratively nuts.","image":{"backgroundSize":"full","strategy":"crop-fixed"},"bodyModel":{"paragraphs":[{"name":"4924","type":4,"text":"Words need defenders.","markups":[],"layout":1,"metadata":{"id":"1*eR_J8DurqygbhrwDg-WPnQ.png","originalWidth":1891,"originalHeight":1280}},{"name":"b098","type":3,"text":"On Behalf of “Literally”","markups":[]},{"name":"1a73","type":1,"text":"You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to whither and die. Of course I do not mean that literally, I mean that figuratively. An abuser would have said: “Every time a person uses that word, a piece of my soul literally withers and dies.” Which is terribly, horribly wrong.","markups":[]},{"name":"104a","type":1,"text":"For whatever bizarre reason, people feel the need to use literally as a sort of verbal crutch. They use it to emphasize a point, which is silly because they’re already using an analogy or a metaphor to illustrate said point. For example: “Ugh, I literally tore the house apart looking for my remote control!” No, you literally did not tear apart your house, because it’s still standing. If you’d just told me you “tore your house apart” searching for your remote, I would’ve understood what you meant. No need to add “literally” to the sentence.","markups":[]},{"name":"c2c0","type":1,"text":"Maybe I should define literally.","markups":[]},{"name":"b239","type":7,"text":"Literally means actually. When you say something literally happened, you’re describing the scene or situation as it actually happened.","markups":[]},{"name":"a8fd","type":1,"text":"So you should only use literally when you mean it. It should not be used in hyperbole. Example: “That was so funny I literally cried.” Which is possible. Some things are funny enough to elicit tears. Note the example stops with “literally cried.” You cannot literally cry your eyes out. The joke wasn’t so funny your eyes popped out of their sockets.","markups":[{"type":2,"start":258,"end":285}]},{"name":"165a","type":13,"text":"When in Doubt, Leave it Out","markups":[]},{"name":"e434","type":1,"text":"“I’m so hungry I could eat a horse,” means you’re hungry. You don’t need to say “I’m so hungry I could literally eat a horse.” Because you can’t do that in one sitting, I don’t care how big your stomach is.","markups":[]},{"name":"d88f","type":1,"text":"“That play was so funny I laughed my head off,” illustrates the play was amusing. You don’t need to say you literally laughed your head off, because then your head would be on the ground and you wouldn’t be able to speak, much less laugh.","markups":[]},{"name":"4bab","type":1,"text":"“I drove so fast my car was flying,” we get your point: you were speeding. But your car is never going fast enough to fly, so don’t say your car was literally flying.","markups":[]},{"name":"f2f0","type":13,"text":"Insecurities?","markups":[]},{"name":"1bd7","type":1,"text":"Maybe no one believed a story you told as a child, and you felt the need to prove that it actually happened. No really, mom, I literally climbed the tree. In efforts to prove truth, you used literally to describe something real, however outlandish it seemed. Whatever the reason, now your overuse of literally has become a habit.","markups":[{"type":2,"start":109,"end":155}]},{"name":"d7c1","type":13,"text":"Hard Habit to Break?","markups":[]},{"name":"714b","type":1,"text":"Abusing literally isn’t as bad a smoking, but it’s still an unhealthy habit (I mean that figuratively). Help is required in order to break it.","markups":[]},{"name":"f929","type":1,"text":"This is my version of an intervention for literally abusers. I’m not sure how else to do it other than in writing. I know this makes me sound like a know-it-all, and I accept that. But there’s no excuse other than blatant ignorance to misuse the word “literally.” So just stop it.","markups":[]},{"name":"fd19","type":1,"text":"Don’t say “Courtney, this post is so snobbish it literally burned up my computer.” Because nothing is that snobbish that it causes computers to combust. Or: “Courtney, your head is so big it literally cannot get through the door.” Because it can, unless it’s one of those tiny doors from Alice in Wonderland and I need to eat a mushroom to make my whole body smaller.","markups":[{"type":2,"start":288,"end":307}]},{"name":"fe12","type":13,"text":"No One’s Perfect","markups":[]},{"name":"7ff8","type":1,"text":"And I’m not saying I am. I’m trying to restore meaning to a word that’s lost meaning. I’m standing up for literally. It’s a good word when used correctly. People are butchering it and destroying it every day (figuratively speaking) and the massacre needs to stop. Just as there’s a coalition of people against the use of certain fonts (like Comic Sans and Papyrus), so should there be a coalition of people against the abuse of literally.","markups":[{"type":3,"start":341,"end":351,"href":"http://bancomicsans.com/main/?page_id=2","title":"","rel":"","anchorType":0},{"type":3,"start":356,"end":363,"href":"https://www.facebook.com/group.php?gid=14448723154","title":"","rel":"","anchorType":0}]},{"name":"049e","type":13,"text":"Saying it to Irritate?","markups":[]},{"name":"9381","type":1,"text":"Do you misuse the word “literally” just to annoy your know-it-all or grammar police friends/acquaintances/total strangers? If so, why? Doing so would be like me going outside when it’s freezing, wearing nothing but a pair of shorts and t-shirt in hopes of making you cold by just looking at me. Who suffers more?","markups":[]},{"name":"3e52","type":13,"text":"Graphical Representation","markups":[]},{"name":"b57e","type":1,"text":"Matthew Inman of “The Oatmeal” wrote a comic about literally. Abusers and defenders alike should check it out. It’s clear this whole craze about literally is driving a lot of us nuts. You literally abusers are killing off pieces of our souls. You must be stopped, or the world will be lost to meaninglessness forever. Figuratively speaking.","markups":[{"type":3,"start":90,"end":109,"href":"http://theoatmeal.com/comics/literally","title":"","rel":"","anchorType":0}]},{"name":"15d8","type":1,"text":"Originally published at www.courtneykirchoff.com on November 18, 2011. Sadly this solo post did not stop the abuse of literally. Help the word out. Recommend this article to your literally abusers in your life.","markups":[{"type":3,"start":24,"end":48,"href":"http://www.courtneykirchoff.com/2011/11/on-behalf-of-literally/","title":"","rel":"","anchorType":0},{"type":2,"start":0,"end":210}]}],"sections":[{"name":"d9f8","startIndex":0},{"name":"5c31","startIndex":23}]},"postDisplay":{"coverless":true}},"media":null,"virtuals":{"currentCollectionId":"","statusForCollection":"","createdAtRelative":"24 days ago","updatedAtRelative":"24 days ago","acceptedAtRelative":"","createdAtEnglish":"February 24, 2015","updatedAtEnglish":"February 24, 2015","acceptedAtEnglish":"","firstPublishedAtEnglish":"February 24, 2015","latestPublishedAtEnglish":"February 24, 2015","allowNotes":true,"languageTier":1,"snippet":"In defense of the word “literally” and why you or someone you know should stop misusing the word, lest they drive us figuratively nuts.","previewImage":{"imageId":"1*eR_J8DurqygbhrwDg-WPnQ.png","filter":"","backgroundSize":"contain","originalWidth":1891,"originalHeight":1280,"strategy":"resample","height":0,"width":0},"wordCount":820,"imageCount":1,"readingTime":3.29433962264151,"subtitle":"In defense of the word “literally” and why you or someone you know should stop misusing the word, lest they drive us figuratively nuts.","postedIn":[],"publishedInCount":0,"usersBySocialRecommends":[],"notesBySocialRecommends":[],"proposedAtRelative":"","latestPublishedAtAbbreviated":"Feb 24","firstPublishedAtAbbreviated":"Feb 24","emailSnippet":"You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to whither and die. Of course I do not mean that literally, I mean that figuratively. An abuser would have said: “Every time a person uses that word, a piece of my soul literally withers and dies.” Which is terribly, horribly wrong. ¶\n\nFor whatever bizarre reason, people feel the need to use literally as a sort of verbal crutch.","recommends":0,"featuredRecommendNoteId":"","socialRecommends":[],"addedToFeedAt":0,"isBookmarked":false},"coverless":true,"slug":"on-behalf-of-literally","translationSourcePostId":"","translationSourceCreatorId":"","isApprovedTranslation":false,"inResponseToPostId":"","inResponseToRemovedAt":0,"isTitleSynthesized":false,"allowResponses":true,"importedUrl":"http://www.courtneykirchoff.com/2011/11/on-behalf-of-literally/","importedPublishedAt":1321635113000,"visibility":0,"contentType":0,"isViewed":false,"uniqueSlug":"on-behalf-of-literally-429fab868ca8","previewContent":{"bodyModel":{"paragraphs":[{"name":"4924","type":4,"text":"","markups":[],"layout":9,"metadata":{"id":"1*eR_J8DurqygbhrwDg-WPnQ.png","originalWidth":1891,"originalHeight":1280}},{"name":"b098","type":3,"text":"On Behalf of “Literally”","markups":[],"alignment":1},{"name":"1a73","type":1,"text":"You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to…","markups":[],"alignment":1}],"sections":[{"startIndex":0}]},"isFullContent":false},"type":"Post","_isPopulated":true},"collaborators":[],"collectionUserRelations":[],"mode":null,"references":{"User":{"1a8aa2047ea5":{"userId":"1a8aa2047ea5","name":"Courtney Kirchoff","username":"ckirchoff","createdAt":1424302523039,"lastPostCreatedAt":1424904877821,"imageId":"0*XIIviYv1En80T68W.jpeg","backgroundImageId":"1*AyBb2_6VfLNF29qfSXT2Ow.jpeg","bio":"Freelance writer and graphic designer. Will work for bacon. Wrote a novel: Jaden Baker. See my work: www.courtneykirchoff.com & www.truenorthe.com","twitterScreenName":"ckirchoff","social":{"userId":"lo_165a169d4a3f","targetUserId":"1a8aa2047ea5","type":"Social"},"facebookAccountId":"","type":"User"}},"Social":{"1a8aa2047ea5":{"userId":"lo_165a169d4a3f","targetUserId":"1a8aa2047ea5","type":"Social"}}}}}
+// ]]></script><script charset="UTF-8" src="https://dnqgz544uhbo8.cloudfront.net/_/fp/js/main-base.bundle.RwClr-8tbYQNOCcoaW2fyQ.js"></script><script charset="UTF-8" src="https://dnqgz544uhbo8.cloudfront.net/_/fp/js/icons.kMtvd60hqPtTdUxvP9j8rw.js"></script></body></html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json
new file mode 100644
index 0000000..250efd7
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json
@@ -0,0 +1,7 @@
+[
+ "https:\/\/miro.medium.com\/max\/398\/1*kbPh7V97eyRodSOw2-ALDw.png",
+ "https:\/\/miro.medium.com\/fit\/c\/96\/96\/0*qPHQu8WqsC6cV_ud.jpg",
+ "https:\/\/miro.medium.com\/max\/796\/1*kbPh7V97eyRodSOw2-ALDw.png",
+ "https:\/\/miro.medium.com\/max\/1388\/1*Fpb2Bvdx7Q-688vdm-NdkQ.png",
+ "https:\/\/miro.medium.com\/max\/616\/1*lvOySry5gHHJfGU_bQXrzA.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json
new file mode 100644
index 0000000..cf74b95
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "John C. Welch",
+ "Direction": null,
+ "Excerpt": "(EDIT: removed the link to Samantha\u2019s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a\u2026",
+ "Image": "https:\/\/miro.medium.com\/max\/398\/1*kbPh7V97eyRodSOw2-ALDw.png",
+ "Title": "Samantha and The Great Big Lie - John C. Welch - Medium",
+ "SiteName": "Medium"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html
new file mode 100644
index 0000000..0a32b38
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html
@@ -0,0 +1,688 @@
+<div>
+ <div>
+ <p><a rel="noopener" href="http://fakehost/@johncwelch?source=post_page-----d146a92473a1----------------------"><img alt="John C. Welch" src="https://miro.medium.com/fit/c/96/96/0*qPHQu8WqsC6cV_ud.jpg" width="48" height="48"></a>
+ </p>
+
+ </div>
+ <p id="97e7">
+ How to get shanked doing what people say they want
+ </p>
+ <blockquote>
+ <p id="df70">
+ don’t preach to me<br>
+ Mr. integrity
+ </p>
+ </blockquote>
+ <p id="c979">
+ (EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)
+ </p>
+ <p id="342d">
+ First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.
+ </p>
+ <p id="2e61">
+ Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.
+ </p>
+ <p id="cd31">
+ …sorry, I should explain “The Great Big Lie”. There are several, but in this case, our <em>specific</em> instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.
+ </p>
+ <p id="ae07">
+ That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.
+ </p>
+ </div><div>
+ <p id="a02f">
+ Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:
+ </p>
+ <ol class>
+ <li id="9213">With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a <a href="http://www.marco.org/2015/10/09/overcast2" target="_blank" rel="noopener nofollow">patronage model</a> that will probably be successful for him.
+ </li>
+ <li id="dfa5">Arment’s insistence that “<a target="_blank" rel="noopener" href="http://fakehost/@marcoarment/pragmatic-app-pricing-a79fc07218f3">anyone can do this</a>” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.
+ </li>
+ <li id="e55d">Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, <em>Marco</em>, not only don’t have, but have little chance of attaining anytime soon.
+ </li>
+ <li id="35fb">Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.
+ </li>
+ <li id="38e2">In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.
+ </li>
+ </ol>
+ <p id="0481">
+ None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.
+ </p>
+ <p id="5a45">
+ So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.
+ </p>
+ <p id="3bc7">
+ If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.
+ </p>
+ </div><div>
+ <p id="0fb2">
+ The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is <a href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" target="_blank" rel="noopener nofollow">enough to shut him down</a>, who <a href="https://twitter.com/marcoarment/status/641330113934700544" target="_blank" rel="noopener nofollow">blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things</a>, is, in a single word, disgusting. Vomitous even.
+ </p>
+ <p id="9a6e">
+ It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in <a href="https://twitter.com/s_bielefeld/with_replies" target="_blank" rel="noopener nofollow">Samantha’s Twitter Feed</a>. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):
+ </p>
+ <blockquote>
+ <p id="3271">
+ I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.
+ </p>
+ </blockquote>
+ <p id="ec72">
+ Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is <em>such</em> a lie.
+ </p>
+ <p id="5cc4">
+ But it gets better. First, you have the “hey, Marco <em>earned</em> his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:
+ </p>
+ <blockquote>
+ <p id="4e5f">
+ From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.
+ </p>
+ </blockquote>
+ <p id="cee9">
+ and here:
+ </p>
+ <blockquote>
+ <p id="3f1b">
+ I’m not knocking his success, he has put effort into his line of work, and has built his own life.
+ </p>
+ </blockquote>
+ <p id="e527">
+ and here:
+ </p>
+ <blockquote>
+ <p id="3e4f">
+ He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.
+ </p>
+ </blockquote>
+ <p id="8a01">
+ But still, you get the people telling her something she already acknowledge:
+ </p>
+ <blockquote>
+ <p id="7685">
+ I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.
+ </p>
+ </blockquote>
+ <p id="b151">
+ Thank you for restating something in the article. To the person who wrote it.
+ </p>
+ <p id="87bc">
+ In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers <a href="http://atp.fm/sponsor/" target="_blank" rel="noopener nofollow">provided by ATP in terms of sponsorship rates</a> and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.
+ </p>
+ <p id="dbda">
+ At first, she went with a simple formula:
+ </p>
+ <blockquote>
+ <p id="1b4e">
+ $4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.
+ </p>
+ </blockquote>
+ <p id="0b33">
+ That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:
+ </p>
+ <blockquote>
+ <p id="76d7">
+ That’s $4k per ad, no? So more like $12–16k per episode.
+ </p>
+ </blockquote>
+ <p id="a089">
+ She’d already realized her mistake and fixed it.
+ </p>
+ <blockquote>
+ <p id="b369">
+ which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.
+ </p>
+ </blockquote>
+ <p id="8b3b">
+ Again, this is based on <em>publicly available data</em> the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.
+ </p>
+ <p id="135a">
+ This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his <em>income taxes correctly</em>:
+ </p>
+ <blockquote>
+ <p id="5e7e">
+ especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.
+ </p>
+ <p id="6036">
+ thus, guessing net income is more haphazard than stating approx. gross income.
+ </p>
+ </blockquote>
+ <p id="aac1">
+ Ye Gods. She’s not doing his taxes for him, her point is invalid?
+ </p>
+ <p id="600f">
+ Then there’s the people who seem to have not read anything past what other people are telling them:
+ </p>
+ <blockquote>
+ <p id="9b62">
+ Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?
+ </p>
+ </blockquote>
+ <p id="c18a">
+ Just how spoon-fed do you have to be? Have you no teeth?
+ </p>
+ <p id="c445">
+ Of course, Marco jumps in, and predictably, he’s snippy:
+ </p>
+ <blockquote>
+ <p id="0c21">
+ If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.
+ </p>
+ </blockquote>
+ <p id="8f8d">
+ If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.
+ </p>
+ <p id="cc97">
+ Then Marco’s friends/fans get into it:
+ </p>
+ <blockquote>
+ <p id="f9da">
+ I really don’t understand why it’s anyone’s business
+ </p>
+ </blockquote>
+ <p id="0094">
+ Samantha is trying to qualify for sainthood at this point:
+ </p>
+ <blockquote>
+ <p id="0105">
+ It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.
+ </p>
+ </blockquote>
+ <p id="cdd1">
+ Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:
+ </p>
+ <blockquote>
+ <p id="f56c">
+ Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.
+ </p>
+ </blockquote>
+ <p id="4fef">
+ Wha?? Overcast 2 is absolutely free. Samantha points this out:
+ </p>
+ <blockquote>
+ <p id="0f36">
+ His app is free, that’s what sparked the article to begin with.
+ </p>
+ </blockquote>
+ <p id="40d2">
+ The response is literally a parallel to “How can there be global warming if it snowed today in my town?”
+ </p>
+ <blockquote>
+ <p id="6760">
+ If it’s free, how have I paid for it? Twice?
+ </p>
+ </blockquote>
+ <p id="7b13">
+ She is still trying:
+ </p>
+ <blockquote>
+ <p id="44ba">
+ You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0
+ </p>
+ </blockquote>
+ <p id="2152">
+ He is having none of it. IT SNOWED! SNOWWWWWWW!
+ </p>
+ <blockquote>
+ <p id="99a6">
+ Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.
+ </p>
+ </blockquote>
+ <p id="5e6f">
+ She however, is relentless:
+ </p>
+ <blockquote>
+ <p id="1b0f">
+ No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.
+ </p>
+ </blockquote>
+ <p id="d24f">
+ Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)
+ </p>
+ <p id="10e1">
+ We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.
+ </p>
+ <blockquote>
+ <p id="9b01">
+ It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.
+ </p>
+ </blockquote>
+ <p id="340c">
+ (UNDERSTATEMENT OF THE YEAR)
+ </p>
+ <blockquote>
+ <p id="7244">
+ I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.
+ </p>
+ <p id="ffb1">
+ It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.
+ </p>
+ </blockquote>
+ <p id="e44e">
+ She tries, oh lord, she tries:
+ </p>
+ <blockquote>
+ <p id="a502">
+ To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.
+ </p>
+ </blockquote>
+ <p id="7dcd">
+ But no, HE KNOWS HER POINT BETTER THAN SHE DOES:
+ </p>
+ <blockquote>
+ <p id="a62a">
+ No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.
+ </p>
+ </blockquote>
+ <p id="df8c">
+ Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.
+ </p>
+ <p id="521a">
+ One guy tries to blame it all on Apple, another in a string of Wha??? moments:
+ </p>
+ <blockquote>
+ <p id="d80d">
+ the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility
+ </p>
+ </blockquote>
+ <p id="db0b">
+ Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:
+ </p>
+ <blockquote>
+ <p id="7a78">
+ Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?
+ </p>
+ </blockquote>
+ <p id="6e09">
+ Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.
+ </p>
+ <p id="b7db">
+ One guy is “confused”:
+ </p>
+ <blockquote>
+ <p id="3626">
+ I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?
+ </p>
+ <p id="9daa">
+ Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.
+ </p>
+ <p id="f6da">
+ Alright, that’s fair. I was just confused by the $ and fame angle at first.
+ </p>
+ </blockquote>
+ <p id="d5b1">
+ Samantha’s point centers on the benefits Marco gains via his fame and background. <em>HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?</em>
+ </p>
+ <p id="58d0">
+ People of course are telling her it’s her fault for mentioning a salient fact at all:
+ </p>
+ <blockquote>
+ <p id="30d2">
+ Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?
+ </p>
+ <p id="765b">
+ Maybe because you went there with your article?
+ </p>
+ <p id="61fe">
+ As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.
+ </p>
+ </blockquote>
+ <p id="f17c">
+ Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.
+ </p>
+ <p id="0b60">
+ Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:
+ </p>
+ <blockquote>
+ <p id="65ab">
+ Because you decided to start a conversation about someone else’s personal shit. You started this war.
+ </p>
+ </blockquote>
+ <p id="1adb">
+ War. THIS. IS. WAR.
+ </p>
+ <p id="de94">
+ This is a bunch of nerds attacking someone for reasoned, calm, <em>polite</em> criticism of their friend/idol. Samantha is politely pushing back a bit:
+ </p>
+ <blockquote>
+ <p id="4458">
+ That doesn’t explain why every other part of my article is being pushed aside.
+ </p>
+ </blockquote>
+ <p id="aeac">
+ She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.
+ </p>
+ <p id="0078">
+ Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:
+ </p>
+ <blockquote>
+ <p id="c4c9">
+ You should never use an ad rate card to estimate ad revenue from any media product ever.
+ </p>
+ <p id="b66b">
+ I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars
+ </p>
+ </blockquote>
+ <p id="6907">
+ How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. <em>Checkmate Elitests!</em>”
+ </p>
+ <p id="41ec">
+ Samantha basically abases herself at his feet:
+ </p>
+ <blockquote>
+ <p id="0b14">
+ I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.
+ </p>
+ </blockquote>
+ <p id="590f">
+ I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.
+ </p>
+ <p id="69dc">
+ Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.
+ </p>
+ <p id="5ab4">
+ Another App Dev, seemingly unable to parse Samantha’s words, needs <em>more</em> explanation:
+ </p>
+ <blockquote>
+ <p id="957b">
+ so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.
+ </p>
+ </blockquote>
+ <p id="0a7e">
+ Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice <em>with someone who didn’t even read her article</em>:
+ </p>
+ <blockquote>
+ <p id="f7db">
+ That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.
+ </p>
+ </blockquote>
+ <p id="937f">
+ Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:
+ </p>
+ <blockquote>
+ <p id="c9dd">
+ How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.
+ </p>
+ </blockquote>
+ <p id="c522">
+ Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?
+ </p>
+ <blockquote>
+ <p id="907e">
+ Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?
+ </p>
+ </blockquote>
+ <p id="2158">
+ That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.
+ </p>
+ <p id="13f8">
+ Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:
+ </p>
+ <blockquote>
+ <p id="96c6">
+ Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!
+ </p>
+ </blockquote>
+ <p id="5d3f">
+ That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, <em>Apple</em>, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)
+ </p>
+ <p id="c07c">
+ Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.
+ </p>
+ <p id="8b32">
+ Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:
+ </p>
+ <blockquote>
+ <p id="de26">
+ Yup, before you existed!
+ </p>
+ </blockquote>
+ <p id="a3bd">
+ Really dude? I mean, I’m sorry about the penis, but really?
+ </p>
+ <p id="1c51">
+ Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any <em>valid</em> criticism. Which clearly is impossible):
+ </p>
+ <blockquote>
+ <p id="9848">
+ Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.
+ </p>
+ <p id="f2a6">
+ lol. Noted.
+ </p>
+ <p id="aed9">
+ And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …
+ </p>
+ <p id="f9d8">
+ … gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.
+ </p>
+ <p id="f61c">
+ haha. Thank you for the clarification.
+ </p>
+ </blockquote>
+ <p id="5dd9">
+ Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.
+ </p>
+ <p id="dc44">
+ But now, the door has been cracked, and the cheap shots come out:
+ </p>
+ <blockquote>
+ <p id="0c94">
+ @testflight_app: Don’t worry guys, we process <a href="https://twitter.com/marcoarment" target="_blank" rel="noopener nofollow">@marcoarment</a>’s apps in direct proportion to his megabucks earnings. <a href="https://twitter.com/hashtag/fairelephant?src=hash" target="_blank" rel="noopener nofollow">#fairelephant</a>
+ </p>
+ </blockquote>
+ <p id="343b">
+ (Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)
+ </p>
+ <p id="09bf">
+ Or this…conversation:
+ </p>
+ <figure>
+ <div>
+ <p><img alt="Image for post" src="https://miro.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png" width="398" height="542" srcset="https://miro.medium.com/max/552/1*kbPh7V97eyRodSOw2-ALDw.png 276w, https://miro.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png 398w" sizes="398px" data-old-src="https://miro.medium.com/max/44/1*kbPh7V97eyRodSOw2-ALDw.png?q=20">
+ </p>
+ </div>
+ </figure>
+ <p id="f2a3">
+ Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: <a href="https://twitter.com/viticci" target="_blank" rel="noopener nofollow">‏@viticci</a>: <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">@s_bielefeld</a> I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.
+ </p>
+ <p id="ae0c">
+ Samantha is clearly sick of his crap: <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">‏@s_bielefeld</a>: <a href="https://twitter.com/viticci" target="_blank" rel="noopener nofollow">@viticci</a> That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.
+ </p>
+ <p id="2047">
+ Good for her. There’s being patient and being roadkill.
+ </p>
+ <p id="4139">
+ Samantha does put the call out for her sources to maybe let her use their names:
+ </p>
+ <blockquote>
+ <p id="6626">
+ From all of you I heard from earlier, anyone care to go on record?
+ </p>
+ </blockquote>
+ <p id="8a7d">
+ My good friend, The Angry Drunk points out the obvious problem:
+ </p>
+ <blockquote>
+ <p id="68c9">
+ Nobody’s going to go on record when they count on Marco’s friends for their PR.
+ </p>
+ </blockquote>
+ <p id="317d">
+ This is true. Again, the sites that are Friends of Marco:
+ </p>
+ <p id="9523">
+ Daring Fireball
+ </p>
+ <p id="dbc7">
+ The Loop
+ </p>
+ <p id="c706">
+ SixColors
+ </p>
+ <p id="0acb">
+ iMore
+ </p>
+ <p id="8c8c">
+ MacStories
+ </p>
+ <p id="643e">
+ A few others, but I want this post to end one day.
+ </p>
+ <p id="6b76">
+ You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.
+ </p>
+ <p id="f7d1">
+ Of course, the idea this could happen is just craycray:
+ </p>
+ <blockquote>
+ <p id="de59">
+ <a href="https://twitter.com/KevinColeman" target="_blank" rel="noopener nofollow">@KevinColeman</a> <a href="https://twitter.com/Angry_Drunk" target="_blank" rel="noopener nofollow">.@Angry_Drunk</a> <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">@s_bielefeld</a> <a href="https://twitter.com/marcoarment" target="_blank" rel="noopener nofollow">@marcoarment</a> Wow, you guys are veering right into crazy conspiracy theory territory. <a href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" target="_blank" rel="noopener nofollow">#JetFuelCantMeltSteelBeams</a>
+ </p>
+ </blockquote>
+ <p id="f01b">
+ Yeah. Because a mature person like Marco would never do anything like that.
+ </p>
+ <p id="7e30">
+ Of course, the real point on this is starting to happen:
+ </p>
+ <blockquote>
+ <p id="5d93">
+ you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!
+ </p>
+ <p id="436b">
+ I doubt I will.
+ </p>
+ </blockquote>
+ <p id="ac25">
+ See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. <em>Great</em> job y’all.
+ </p>
+ <p id="07ba">
+ Some people aren’t even pretending. They’re just in full strawman mode:
+ </p>
+ <blockquote>
+ <p id="3d60">
+ <a href="https://twitter.com/timkeller" target="_blank" rel="noopener nofollow">@timkeller:</a> Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.
+ </p>
+ <p id="87f5">
+ <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">@s_bielefeld:</a> <a href="https://twitter.com/timkeller" target="_blank" rel="noopener nofollow">@timkeller</a> I plainly stated that I don’t hold his doing this against him. Way to twist words.
+ </p>
+ </blockquote>
+ <p id="3720">
+ I think she’s earned her anger at this point.
+ </p>
+ <p id="7341">
+ Don’t worry, Marco knows what the real problem is: most devs just suck —
+ </p>
+ <figure>
+ <div>
+ <p><img alt="Image for post" src="https://miro.medium.com/max/1388/1*Fpb2Bvdx7Q-688vdm-NdkQ.png" width="694" height="771" srcset="https://miro.medium.com/max/552/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 276w, https://miro.medium.com/max/1104/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 552w, https://miro.medium.com/max/1280/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 640w, https://miro.medium.com/max/1388/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 694w" sizes="694px" data-old-src="https://miro.medium.com/max/54/1*Fpb2Bvdx7Q-688vdm-NdkQ.png?q=20">
+ </p>
+ </div>
+ </figure>
+ <p id="503d">
+ I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)
+ </p>
+ <p id="b8c0">
+ There are some bright spots. My favorite is when Building Twenty points out the <em>real</em> elephant in the room:
+ </p>
+ <blockquote>
+ <p id="36f4">
+ <a href="https://twitter.com/BuildingTwenty" target="_blank" rel="noopener nofollow">@BuildingTwenty</a>: Both <a href="https://twitter.com/s_bielefeld" target="_blank" rel="noopener nofollow">@s_bielefeld</a> &amp; I wrote similar critiques of <a href="https://twitter.com/marcoarment" target="_blank" rel="noopener nofollow">@marcoarment</a>’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?
+ </p>
+ </blockquote>
+ <p id="06b9">
+ Yup.
+ </p>
+ <p id="eff9">
+ Another bright spot are these comments from Ian Betteridge, who has been doing this <em>even longer than Marco</em>:
+ </p>
+ <blockquote>
+ <p id="18f1">
+ You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.
+ </p>
+ <p id="9776">
+ I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.
+ </p>
+ </blockquote>
+ <p id="8d44">
+ To which Samantha understandably replies:
+ </p>
+ <blockquote>
+ <p id="7147">
+ and it’s honestly something I’m contemplating right now, whether to continue…
+ </p>
+ </blockquote>
+ <p id="e0cd">
+ Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?
+ </p>
+ <blockquote>
+ <p id="a379">
+ If I have this right, some people are outraged that a creator has decided to give away his work.
+ </p>
+ </blockquote>
+ <p id="f026">
+ No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.
+ </p>
+ <p id="e1c2">
+ Noted Feminist Glenn Fleishman gets a piece of the action too:
+ </p>
+ <figure>
+ <div>
+ <p><img alt="Image for post" src="https://miro.medium.com/max/616/1*lvOySry5gHHJfGU_bQXrzA.png" width="308" height="269" srcset="https://miro.medium.com/max/552/1*lvOySry5gHHJfGU_bQXrzA.png 276w, https://miro.medium.com/max/616/1*lvOySry5gHHJfGU_bQXrzA.png 308w" sizes="308px" data-old-src="https://miro.medium.com/max/60/1*lvOySry5gHHJfGU_bQXrzA.png?q=20">
+ </p>
+ </div>
+ </figure>
+ <p id="4df8">
+ I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a <em>very</em> technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.
+ </p>
+ <p id="bf45">
+ Great Feminists are often tools.
+ </p>
+ </div><div>
+ <p id="45bb">
+ Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):
+ </p>
+ <blockquote>
+ <p id="c053">
+ I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t
+ </p>
+ <p id="7b5e">
+ This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.
+ </p>
+ <p id="a321">
+ Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility <a href="http://t.co/u79ZLsnhdM" target="_blank" rel="noopener nofollow">http://samanthabielefeld.com/the-elephant-in-the-room …</a>
+ </p>
+ <p id="76fe">
+ thank you for posting this, it covers a lot of things people don’t like to talk about.
+ </p>
+ <p id="bf90">
+ I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.
+ </p>
+ <p id="0f66">
+ Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)
+ </p>
+ </blockquote>
+ </div><div>
+ <p id="6134">
+ I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: <a href="http://www.businessinsider.com/marco-arment-2011-9" target="_blank" rel="noopener nofollow">http://www.businessinsider.com/marco-arment-2011-9</a>
+ </p>
+ <p id="ba3c">
+ Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.
+ </p>
+ <p id="a5a0">
+ Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.
+ </p>
+ <p id="2a25">
+ And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.
+ </p>
+ <p id="a47a">
+ Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, <em>believe me</em> I understand. As bad as today was for her, I’ve seen worse. Much worse.
+ </p>
+ <p id="aa8e">
+ But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.
+ </p>
+ <p id="34c5">
+ All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.
+ </p>
+ <p id="9710">
+ So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html
new file mode 100644
index 0000000..1bd8d82
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html
@@ -0,0 +1,1645 @@
+<!DOCTYPE html>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta data-rh="true" charset="utf-8" />
+ <script>
+ <![CDATA[
+ !function(c,f){var t,o,i,e=[],r={passive:!0,capture:!0},n=new Date,a="pointerup",u="pointercancel";function p(n,e){t||(t=e,o=n,i=new Date,w(f),s())}function s(){0<=o&&o<i-n&&(e.forEach(function(n){n(o,t)}),e=[])}function l(n){if(n.cancelable){var e=(1e12<n.timeStamp?new Date:performance.now())-n.timeStamp;"pointerdown"==n.type?function(n,e){function t(){p(n,e),i()}function o(){i()}function i(){f(a,t,r),f(u,o,r)}c(a,t,r),c(u,o,r)}(e,n):p(e,n)}}function w(e){["click","mousedown","keydown","touchstart","pointerdown"].forEach(function(n){e(n,l,r)})}w(c),self.perfMetrics=self.perfMetrics||{},self.perfMetrics.onFirstInputDelay=function(n){e.push(n),s()}}(addEventListener,removeEventListener)
+ ]]>
+ </script>
+ <script defer="defer" src="https://cdn.optimizely.com/js/16180790160.js"></script>
+ <title data-rh="true">
+ Samantha and The Great Big Lie. How to get shanked doing what people… | by John C. Welch | Medium
+ </title>
+ <meta data-rh="true" name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
+ <meta data-rh="true" name="theme-color" content="#000000" />
+ <meta data-rh="true" name="twitter:app:name:iphone" content="Medium" />
+ <meta data-rh="true" name="twitter:app:id:iphone" content="828256236" />
+ <meta data-rh="true" property="al:ios:app_name" content="Medium" />
+ <meta data-rh="true" property="al:ios:app_store_id" content="828256236" />
+ <meta data-rh="true" property="al:android:package" content="com.medium.reader" />
+ <meta data-rh="true" property="fb:app_id" content="542599432471018" />
+ <meta data-rh="true" property="og:site_name" content="Medium" />
+ <meta data-rh="true" property="og:type" content="article" />
+ <meta data-rh="true" property="article:published_time" content="2015-12-11T14:28:34.438Z" />
+ <meta data-rh="true" name="title" content="Samantha and The Great Big Lie. How to get shanked doing what people… | by John C. Welch | Medium" />
+ <meta data-rh="true" property="og:title" content="Samantha and The Great Big Lie" />
+ <meta data-rh="true" property="twitter:title" content="Samantha and The Great Big Lie" />
+ <meta data-rh="true" name="twitter:site" content="@Medium" />
+ <meta data-rh="true" name="twitter:app:url:iphone" content="medium://p/d146a92473a1" />
+ <meta data-rh="true" property="al:android:url" content="medium://p/d146a92473a1" />
+ <meta data-rh="true" property="al:ios:url" content="medium://p/d146a92473a1" />
+ <meta data-rh="true" property="al:android:app_name" content="Medium" />
+ <meta data-rh="true" name="description" content="(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a…" />
+ <meta data-rh="true" property="og:description" content="How to get shanked doing what people say they want" />
+ <meta data-rh="true" property="twitter:description" content="How to get shanked doing what people say they want" />
+ <meta data-rh="true" property="og:url" content="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
+ <meta data-rh="true" property="al:web:url" content="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
+ <meta data-rh="true" property="og:image" content="https://miro.medium.com/max/398/1*kbPh7V97eyRodSOw2-ALDw.png" />
+ <meta data-rh="true" name="twitter:image:src" content="https://miro.medium.com/max/398/1*kbPh7V97eyRodSOw2-ALDw.png" />
+ <meta data-rh="true" name="twitter:card" content="summary_large_image" />
+ <meta data-rh="true" property="article:author" content="https://medium.com/@johncwelch" />
+ <meta data-rh="true" name="author" content="John C. Welch" />
+ <meta data-rh="true" name="robots" content="index,follow,max-image-preview:large" />
+ <meta data-rh="true" name="referrer" content="unsafe-url" />
+ <meta data-rh="true" name="twitter:label1" value="Reading time" />
+ <meta data-rh="true" name="twitter:data1" value="18 min read" />
+ <meta data-rh="true" name="parsely-post-id" content="d146a92473a1" />
+ <link data-rh="true" rel="search" type="application/opensearchdescription+xml" title="Medium" href="/osd.xml" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="152x152" href="https://cdn-images-1.medium.com/fit/c/152/152/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="120x120" href="https://cdn-images-1.medium.com/fit/c/120/120/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="76x76" href="https://cdn-images-1.medium.com/fit/c/76/76/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="apple-touch-icon" sizes="60x60" href="https://cdn-images-1.medium.com/fit/c/60/60/1*8I-HPL0bfoIzGied-dzOvA.png" />
+ <link data-rh="true" rel="mask-icon" href="https://cdn-static-1.medium.com/_/fp/icons/monogram-mask.KPLCSFEZviQN0jQ7veN2RQ.svg" color="#171717" />
+ <link data-rh="true" id="glyph_link" rel="stylesheet" type="text/css" href="https://glyph.medium.com/css/e/sr/latin/e/ssr/latin/e/ssb/latin/m2.css" />
+ <link data-rh="true" rel="author" href="https://medium.com/@johncwelch" />
+ <link data-rh="true" rel="canonical" href="https://medium.com/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1" />
+ <link data-rh="true" rel="alternate" href="android-app://com.medium.reader/https/medium.com/p/d146a92473a1" />
+ <link data-rh="true" rel="icon" href="https://cdn-static-1.medium.com/_/fp/icons/favicon-rebrand-medium.3Y6xpZ-0FSdWDnPM3hSBIA.ico" />
+ <script data-rh="true" type="application/ld+json">
+ <![CDATA[
+ {"@context":"http:\u002F\u002Fschema.org","@type":"NewsArticle","image":["https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F1200\u002F1*kbPh7V97eyRodSOw2-ALDw.png"],"url":"https:\u002F\u002Fmedium.com\u002F@johncwelch\u002Fsamantha-and-the-great-big-lie-d146a92473a1","dateCreated":"2015-10-15T02:19:15.607Z","datePublished":"2015-10-15T02:19:15.607Z","dateModified":"2018-04-22T22:24:24.777Z","headline":"Samantha and The Great Big Lie - John C. Welch - Medium","name":"Samantha and The Great Big Lie - John C. Welch - Medium","description":"(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a…","identifier":"d146a92473a1","keywords":["Lite:true","Elevated:false","LockedPostSource:LOCKED_POST_SOURCE_NONE","LayerCake:0"],"author":{"@type":"Person","name":"John C. Welch","url":"https:\u002F\u002Fmedium.com\u002F@johncwelch"},"creator":["John C. Welch"],"publisher":{"@type":"Organization","name":"Medium","url":"https:\u002F\u002Fmedium.com\u002F","logo":{"@type":"ImageObject","width":308,"height":60,"url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F616\u002F1*OMF3fSqH8t4xBJ9-6oZDZw.png"}},"mainEntityOfPage":"https:\u002F\u002Fmedium.com\u002F@johncwelch\u002Fsamantha-and-the-great-big-lie-d146a92473a1"}
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+ ga('create', 'UA-24232453-2', 'auto');
+ ga('send', 'pageview');
+ ]]>
+ </script>
+ <link rel="preload" href="https://cdn.optimizely.com/js/16180790160.js" as="script" />
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="STATIC">
+ /*<![CDATA[*/
+ html{box-sizing:border-box}*, *:before, *:after{box-sizing:inherit}body{margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,0.8);position:relative;min-height:100vh}h1, h2, h3, h4, h5, h6, dl, dd, ol, ul, menu, figure, blockquote, p, pre, form{margin:0}menu, ol, ul{padding:0;list-style:none;list-style-image:none}main{display:block}a{color:inherit;text-decoration:none}a, button, input{-webkit-tap-highlight-color:transparent}img, svg{vertical-align:middle}button{background:transparent;overflow:visible}button, input, optgroup, select, textarea{margin:0}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="KEYFRAME">
+ /*<![CDATA[*/
+ @-webkit-keyframes k1{0%{opacity:0.8}50%{opacity:0.5}100%{opacity:0.8}}@-moz-keyframes k1{0%{opacity:0.8}50%{opacity:0.5}100%{opacity:0.8}}@keyframes k1{0%{opacity:0.8}50%{opacity:0.5}100%{opacity:0.8}}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE">
+ /*<![CDATA[*/
+ .a{font-family:medium-content-sans-serif-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}.b{font-weight:400}.c{background-color:rgba(255, 255, 255, 1)}.l{height:100vh}.m{width:100vw}.n{display:flex}.o{align-items:center}.p{justify-content:center}.q{fill:rgba(41, 41, 41, 1)}.r{display:block}.s{position:absolute}.t{top:0}.u{left:0}.v{right:0}.w{z-index:500}.x{box-shadow:0 4px 12px 0 rgba(0, 0, 0, 0.05)}.ag{max-width:1192px}.ah{min-width:0}.ai{width:100%}.aj{height:65px}.am{flex:1 0 auto}.an{display:none}.ap{visibility:hidden}.aq{margin-left:16px}.ar{color:rgba(2, 158, 116, 1)}.as{fill:rgba(3, 168, 124, 1)}.at{font-size:inherit}.au{border:inherit}.av{font-family:inherit}.aw{letter-spacing:inherit}.ax{font-weight:inherit}.ay{padding:0}.az{margin:0}.ba:hover{cursor:pointer}.bb:hover{color:rgba(1, 143, 105, 1)}.bc:hover{fill:rgba(2, 158, 116, 1)}.bd:disabled{cursor:default}.be:disabled{color:rgba(45, 132, 255, 0.5)}.bf:disabled{fill:rgba(45, 132, 255, 0.5)}.bg{flex:0 0 auto}.bh{color:inherit}.bi{fill:inherit}.bj:hover{color:rgba(25, 25, 25, 1)}.bk:hover{fill:rgba(25, 25, 25, 1)}.bl:disabled{color:rgba(117, 117, 117, 1)}.bm:disabled{fill:rgba(117, 117, 117, 1)}.bn{font-family:medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif}.bo{font-style:normal}.bp{line-height:20px}.bq{font-size:15.8px}.br{letter-spacing:0px}.bs{color:rgba(117, 117, 117, 1)}.bt{fill:rgba(117, 117, 117, 1)}.bu{margin-bottom:0px}.bw{top:0px}.bx{left:0px}.by{height:100%}.bz{position:fixed}.ca{background-color:rgba(0, 0, 0, 0.08)}.cb{z-index:510}.cc{cursor:pointer}.cd{opacity:0}.ce{transition:opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s}.cf{pointer-events:none}.cg{width:414px}.ch{z-index:520}.ci{background-color:white}.cj{left:100%}.ck{box-sizing:border-box}.cl{overflow:auto}.cm{-ms-overflow-style:-ms-autohiding-scrollbar}.cn{box-shadow:rgba(0, 0, 0, 0.15) 0px 4px 12px}.co{opacity:1}.cp{transform:translateX(0px)}.cq{transition:transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s}.cx{padding-bottom:18px}.cy{padding:24px}.cz{flex-direction:row}.da{justify-content:space-between}.db{font-weight:600}.dc{font-size:22px}.dd{line-height:28px}.de{color:rgba(41, 41, 41, 1)}.df{position:relative}.dg{right:-7px}.dh{padding:0 24px}.di{animation:k1 1.2s ease-in-out infinite}.dj{padding:32px 0}.dk{border-radius:100%}.dl{height:32px}.dm{width:32px}.dn{background-color:rgba(242, 242, 242, 1)}.do{margin-left:8px}.dp{margin-top:4px}.dq{margin-bottom:8px}.dr{height:8px}.ds{width:120px}.dt{width:80px}.du{margin-top:12px}.dv{height:10px}.dw{width:90%}.dx{padding-left:24px}.dy{padding-right:24px}.dz{margin-left:auto}.ea{margin-right:auto}.eb{max-width:728px}.ec{top:calc(100vh + 100px)}.ed{bottom:calc(100vh + 100px)}.ee{width:10px}.ef{word-break:break-word}.eg{word-wrap:break-word}.eh:after{display:block}.ei:after{content:""}.ej:after{clear:both}.ek{max-width:680px}.el{line-height:1.23}.em{letter-spacing:0}.en{font-family:medium-content-title-font, Georgia, Cambria, "Times New Roman", Times, serif}.fd{margin-bottom:-0.27em}.fe{margin-top:32px}.fi{border-radius:50%}.fj{height:48px}.fk{width:48px}.fl{margin-left:12px}.fm{margin-bottom:2px}.fo{font-weight:300}.fp{font-size:16px}.fq{overflow:hidden}.fr{max-height:20px}.fs{text-overflow:ellipsis}.ft{display:-webkit-box}.fu{-webkit-line-clamp:1}.fv{-webkit-box-orient:vertical}.fw:hover{text-decoration:underline}.fx{padding:0px 8px}.fy{background:0}.fz{border-color:rgba(117, 117, 117, 1)}.ga:hover{color:rgba(8, 8, 8, 1)}.gb:hover{fill:rgba(8, 8, 8, 1)}.gc:hover{border-color:rgba(41, 41, 41, 1)}.gd:disabled{fill:rgba(61, 61, 61, 1)}.ge:disabled{border-color:rgba(204, 204, 204, 1)}.gf:disabled{cursor:inherit}.gg:disabled:hover{color:rgba(117, 117, 117, 1)}.gh:disabled:hover{fill:rgba(61, 61, 61, 1)}.gi:disabled:hover{border-color:rgba(204, 204, 204, 1)}.gj{border-radius:4px}.gk{line-height:18px}.gl{font-size:15px}.gm{border-width:1px}.gn{border-style:solid}.go{display:inline-block}.gp{text-decoration:none}.gq{align-items:flex-end}.gy{padding-right:6px}.gz{margin-right:8px}.ha{margin-right:-6px}.hb{line-height:1.58}.hc{letter-spacing:-0.004em}.hd{font-family:medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif}.hy{margin-bottom:-0.46em}.hz{box-shadow:inset 3px 0 0 0 rgba(41, 41, 41, 1)}.ia{padding-left:23px}.ib{margin-left:-20px}.ic{font-style:italic}.id{font-family:medium-content-slab-serif-font, Georgia, Cambria, "Times New Roman", Times, serif}.ie{font-size:28px}.if{color:rgba(8, 8, 8, 1)}.ig{border:none}.ih{margin-top:30px}.ii{text-align:center}.ij:before{content:"..."}.ik:before{letter-spacing:0.6em}.il:before{text-indent:0.6em}.im:before{font-style:italic}.in:before{line-height:1.4}.io{list-style-type:decimal}.ip{margin-left:30px}.iq{padding-left:0px}.ir{background-repeat:repeat-x}.is{background-image:linear-gradient(to right,rgba(41, 41, 41, 1) 100%,rgba(41, 41, 41, 1) 0);background-image:url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 1 1" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="1" y2="1" stroke="rgba(41, 41, 41, 1)" /></svg>')}.it{background-size:1px 1px}.iu{background-position:0 1.05em;background-position:0 calc(1em + 1px)}.ja{max-width:398px}.jg{clear:both}.jh{transition:opacity 100ms 400ms}.ji{will-change:transform}.jj{transform:translateZ(0)}.jk{margin:auto}.jl{padding-bottom:136.18090452261305%}.jm{height:0}.jn{filter:blur(20px)}.jo{transform:scale(1.1)}.jp{visibility:visible}.jq{max-width:694px}.jr{padding-bottom:111.09510086455332%}.js{max-width:308px}.jt{padding-bottom:87.33766233766235%}.ju{will-change:opacity}.jv{width:188px}.jw{left:50%}.jx{transform:translateX(406px)}.jy{top:calc(65px + 54px + 14px)}.kb{top:159px}.kd{width:131px}.ke{flex-direction:column}.kf{padding-top:28px}.kg{margin-bottom:19px}.kh{margin-left:-3px}.kn{outline:0}.ko{border:0}.kp{user-select:none}.kq> svg{pointer-events:none}.kr:active{border-style:none}.ks{-webkit-user-select:none}.kt:focus{fill:rgba(117, 117, 117, 1)}.ku:hover{fill:rgba(117, 117, 117, 1)}.lc button{text-align:left}.ld{opacity:0.4}.le{cursor:not-allowed}.lf{padding-right:9px}.lo{margin-top:40px}.lp{flex-wrap:wrap}.lq{margin-top:25px}.lr{max-width:155px}.lv{top:1px}.ly{align-items:flex-start}.mk{margin-left:-1px}.ml{margin-left:-4px}.mt{padding-right:8px}.mu{padding-top:32px}.mv{border-top:1px solid rgba(230, 230, 230, 1)}.mw{margin-bottom:25px}.my{margin-bottom:32px}.mz{min-height:80px}.ne{height:80px}.nf{padding-left:102px}.nh{font-size:14px}.ni{letter-spacing:0.05em}.nj{text-transform:uppercase}.nk{margin-bottom:6px}.nl{font-size:26px}.nm{line-height:32px}.nn{padding:4px 12px}.no{max-width:555px}.np{max-width:450px}.nq{font-size:18px}.nr{line-height:24px}.nt{padding-top:24px}.nu{margin-top:5px}.nv{height:40px}.nw{width:40px}.nx{font-size:12px}.ny{line-height:15px}.nz{line-height:22px}.oa{padding-top:8px}.ob{padding-top:25px}.od{margin-top:64px}.oe{background-color:rgba(250, 250, 250, 1)}.of{margin-bottom:40px}.og{margin-top:24px}.oh{padding-bottom:16px}.oi{border-bottom:1px solid rgba(230, 230, 230, 1)}.oj{margin-bottom:24px}.qa{flex-grow:0}.qb{padding-bottom:24px}.qc{max-width:500px}.qd{flex:0 1 auto}.qh{padding-bottom:8px}.qu{padding-bottom:100%}.rf{padding:60px 0}.rg{background-color:rgba(0, 0, 0, 0.9)}.ri{padding-bottom:48px}.rj{border-bottom:1px solid rgba(255, 255, 255, 0.54)}.rk{margin:0 -12px}.rl{margin:0 12px}.rm{flex:1 1 0}.rn:hover{color:rgba(255, 255, 255, 0.99)}.ro:hover{fill:rgba(255, 255, 255, 0.99)}.rp:disabled{color:rgba(255, 255, 255, 0.7)}.rq:disabled{fill:rgba(255, 255, 255, 0.7)}.rr{color:rgba(255, 255, 255, 0.98)}.rs{color:rgba(255, 255, 255, 0.7)}.rt{text-decoration:underline}.ru{fill:rgba(255, 255, 255, 0.98)}.rv{width:200px}.sa{margin-right:16px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (min-width: 1080px)">
+ /*<![CDATA[*/
+ .d{display:none}.af{margin:0 64px}.fa{font-size:40px}.fb{margin-top:0.78em}.fc{line-height:48px}.gx{margin-left:30px}.hu{font-size:21px}.hv{margin-top:2em}.hw{line-height:32px}.hx{letter-spacing:-0.003em}.iz{margin-top:1.05em}.jf{margin-top:56px}.km{margin-right:5px}.lb{margin-top:5px}.ln{padding-left:6px}.lx{display:inline-block}.md{margin-left:7px}.me{margin-top:8px}.mj{width:25px}.mr{padding-left:7px}.ms{top:3px}.oq{font-size:26px}.pd{width:calc(100% + 32px)}.pe{margin-left:-16px}.pf{margin-right:-16px}.pw{padding-left:16px}.px{padding-right:16px}.py{flex-basis:25%}.pz{max-width:25%}.qq{font-size:18px}.qr{line-height:22px}.rd{min-width:70px}.re{min-height:70px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 1079.98px)">
+ /*<![CDATA[*/
+ .e{display:none}.gw{margin-left:30px}.kl{margin-right:5px}.la{margin-top:5px}.lm{padding-left:6px}.lw{display:inline-block}.mb{margin-left:7px}.mc{margin-top:8px}.mi{width:25px}.mp{padding-left:7px}.mq{top:3px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 903.98px)">
+ /*<![CDATA[*/
+ .f{display:none}.gv{margin-left:30px}.kk{margin-right:5px}.kz{margin-top:5px}.lk{padding-left:6px}.ll{top:3px}.lu{display:inline-block}.lz{margin-left:7px}.ma{margin-top:8px}.mh{width:15px}.mo{padding-left:3px}.qg{margin-right:16px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 727.98px)">
+ /*<![CDATA[*/
+ .g{display:none}.ak{height:56px}.al{display:flex}.ao{display:block}.bv{margin-bottom:0px}.cr{left:0}.cs{width:100%}.ct{border-top-left-radius:20px}.cu{border-top-right-radius:20px}.cv{transform:translateY(100%)}.cw{-webkit-overflow-scrolling:touch}.fg{margin-top:32px}.fh{flex-direction:column-reverse}.gt{margin-bottom:30px}.gu{margin-left:0px}.kj{margin-left:8px}.kx{margin-top:2px}.ky{margin-right:8px}.li{padding-left:6px}.lj{top:3px}.lt{display:inline-block}.mg{width:15px}.mn{padding-left:3px}.mx{padding-top:0}.na{margin-bottom:24px}.nb{align-items:center}.nc{width:102px}.nd{position:relative}.ng{padding-left:0}.ns{margin-top:24px}.oc{border-top:none}.ok{padding-bottom:12px}.ol{margin-top:16px}.qf{margin-right:16px}.qs{margin-left:16px}.qt{margin-right:0px}.rh{padding:32px 0}.rw{width:140px}.rx{margin-bottom:16px}.ry{margin-top:30px}.rz{flex-direction:row}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 551.98px)">
+ /*<![CDATA[*/
+ .h{display:none}.z{margin:0 24px}.eo{font-size:34px}.ep{margin-top:0.56em}.eq{line-height:42px}.ff{margin-top:32px}.fn{margin-bottom:0px}.gr{margin-bottom:30px}.gs{margin-left:0px}.he{font-size:18px}.hf{margin-top:1.56em}.hg{line-height:28px}.hh{letter-spacing:-0.003em}.iv{margin-top:1.34em}.jb{margin-top:40px}.ki{margin-left:8px}.kv{margin-top:2px}.kw{margin-right:8px}.lg{padding-left:6px}.lh{top:3px}.ls{display:inline-block}.mf{width:15px}.mm{padding-left:3px}.om{font-size:22px}.or{width:calc(100% + 24px)}.os{margin-left:-12px}.ot{margin-right:-12px}.pg{padding-left:12px}.ph{padding-right:12px}.pi{flex-basis:100%}.pj{max-width:100%}.qe{margin-right:16px}.qi{font-size:15px}.qj{line-height:18px}.qv{min-width:48px}.qw{min-height:48px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (min-width: 904px) and (max-width: 1079.98px)">
+ /*<![CDATA[*/
+ .i{display:none}.ae{margin:0 64px}.ex{font-size:40px}.ey{margin-top:0.78em}.ez{line-height:48px}.hq{font-size:21px}.hr{margin-top:2em}.hs{line-height:32px}.ht{letter-spacing:-0.003em}.iy{margin-top:1.05em}.je{margin-top:56px}.op{font-size:26px}.pa{width:calc(100% + 32px)}.pb{margin-left:-16px}.pc{margin-right:-16px}.ps{padding-left:16px}.pt{padding-right:16px}.pu{flex-basis:25%}.pv{max-width:25%}.qo{font-size:18px}.qp{line-height:22px}.rb{min-width:70px}.rc{min-height:70px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (min-width: 728px) and (max-width: 903.98px)">
+ /*<![CDATA[*/
+ .j{display:none}.ac{margin:0 48px}.eu{font-size:40px}.ev{margin-top:0.78em}.ew{line-height:48px}.hm{font-size:21px}.hn{margin-top:2em}.ho{line-height:32px}.hp{letter-spacing:-0.003em}.ix{margin-top:1.05em}.jd{margin-top:56px}.oo{font-size:26px}.ox{width:calc(100% + 28px)}.oy{margin-left:-14px}.oz{margin-right:-14px}.po{padding-left:14px}.pp{padding-right:14px}.pq{flex-basis:50%}.pr{max-width:50%}.qm{font-size:15px}.qn{line-height:18px}.qz{min-width:48px}.ra{min-height:48px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (min-width: 552px) and (max-width: 727.98px)">
+ /*<![CDATA[*/
+ .k{display:none}.ab{margin:0 24px}.er{font-size:34px}.es{margin-top:0.56em}.et{line-height:42px}.hi{font-size:18px}.hj{margin-top:1.56em}.hk{line-height:28px}.hl{letter-spacing:-0.003em}.iw{margin-top:1.34em}.jc{margin-top:40px}.on{font-size:22px}.ou{width:calc(100% + 24px)}.ov{margin-left:-12px}.ow{margin-right:-12px}.pk{padding-left:12px}.pl{padding-right:12px}.pm{flex-basis:100%}.pn{max-width:100%}.qk{font-size:15px}.ql{line-height:18px}.qx{min-width:48px}.qy{min-height:48px}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="print">
+ /*<![CDATA[*/
+ .y{display:none}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="(prefers-reduced-motion: no-preference)">
+ /*<![CDATA[*/
+ .jz{transition:opacity 200ms}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 1230px)">
+ /*<![CDATA[*/
+ .ka{display:none}
+ /*]]>*/
+ </style>
+ <style type="text/css" data-fela-rehydration="494" data-fela-type="RULE" media="all and (max-width: 1198px)">
+ /*<![CDATA[*/
+ .kc{display:none}
+ /*]]>*/
+ </style>
+ </head>
+ <body>
+ <div id="root">
+ <div class="a b c">
+ <div class="d e f g h i j k"></div>
+ <script>
+ <![CDATA[
+ document.domain = document.domain;
+ ]]>
+ </script>
+ <div>
+ <script>
+ <![CDATA[
+ if (window.self !== window.top) window.location = "about:blank"
+ ]]>
+ </script>
+ </div>
+ <script>
+ <![CDATA[
+ window.PARSELY = window.PARSELY || {autotrack: false}
+ ]]>
+ </script>
+ <nav class="r s t u v c w x y">
+ <div>
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="aj n o ak al">
+ <div class="r am w">
+ <div class="n o">
+ <a aria-label="Homepage" rel="noopener" href="/?source=post_page-----d146a92473a1----------------------">
+ <div class="an g">
+ <svg height="22" width="112" viewbox="0 0 111.5 22" class="q">
+ <path d="M56.3 19.5c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5V19c-.7 1.8-2.4 3-4.3 3-3.3 0-5.8-2.6-5.8-7.5 0-4.5 2.6-7.6 6.3-7.6 1.6-.1 3.1.8 3.8 2.4V3.2c0-.3-.1-.6-.3-.7l-1.4-1.4V1l6.5-.8v19.3zm-4.8-.8V9.5c-.5-.6-1.2-.9-1.9-.9-1.6 0-3.1 1.4-3.1 5.7 0 4 1.3 5.4 3 5.4.8.1 1.6-.3 2-1zm9.1 3.1V9.4c0-.3-.1-.6-.3-.7l-1.4-1.5v-.1h6.5v12.5c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5zm-.2-19.2C60.4 1.2 61.5 0 63 0c1.4 0 2.6 1.2 2.6 2.6S64.4 5.3 63 5.3a2.6 2.6 0 0 1-2.6-2.7zm22.5 16.9c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5v-3.2c-.6 2-2.4 3.4-4.5 3.4-2.9 0-4.4-2.1-4.4-6.2 0-1.9 0-4.1.1-6.5 0-.3-.1-.5-.3-.7L67.7 7v.1H74v8c0 2.6.4 4.4 2 4.4.9-.1 1.7-.6 2.1-1.3V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v12.4zm22 2.3c0-.5.1-6.5.1-7.9 0-2.6-.4-4.5-2.2-4.5-.9 0-1.8.5-2.3 1.3.2.8.3 1.7.3 2.5 0 1.8-.1 4.2-.1 6.5 0 .3.1.5.3.7l1.5 1.4v.1H96c0-.4.1-6.5.1-7.9 0-2.7-.4-4.5-2.2-4.5-.9 0-1.7.5-2.2 1.3v9c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v3.1a4.6 4.6 0 0 1 4.6-3.4c2.2 0 3.6 1.2 4.2 3.5.7-2.1 2.7-3.6 4.9-3.5 2.9 0 4.5 2.2 4.5 6.2 0 1.9-.1 4.2-.1 6.5-.1.3.1.6.3.7l1.4 1.4v.1h-6.6zm-81.4-2l1.9 1.9v.1h-9.8v-.1l2-1.9c.2-.2.3-.4.3-.7V7.3c0-.5 0-1.2.1-1.8L11.4 22h-.1L4.5 6.8c-.1-.4-.2-.4-.3-.6v10c-.1.7 0 1.3.3 1.9l2.7 3.6v.1H0v-.1L2.7 18c.3-.6.4-1.3.3-1.9v-11c0-.5-.1-1.1-.5-1.5L.7 1.1V1h7l5.8 12.9L18.6 1h6.8v.1l-1.9 2.2c-.2.2-.3.5-.3.7v15.2c0 .2.1.5.3.6zm7.6-5.9c0 3.8 1.9 5.3 4.2 5.3 1.9.1 3.6-1 4.4-2.7h.1c-.8 3.7-3.1 5.5-6.5 5.5-3.7 0-7.2-2.2-7.2-7.4 0-5.5 3.5-7.6 7.3-7.6 3.1 0 6.4 1.5 6.4 6.2v.8h-8.7zm0-.8h4.3v-.8c0-3.9-.8-4.9-2-4.9-1.4.1-2.3 1.6-2.3 5.7z"></path></svg>
+ </div>
+ <div class="r ao">
+ <svg width="35" height="35" viewbox="5 5 35 35" class="q">
+ <path d="M5 40V5h35v35H5zm8.56-12.63c0 .56-.03.69-.32 1.03L10.8 31.4v.4h6.97v-.4L15.3 28.4c-.29-.34-.34-.5-.34-1.03v-8.95l6.13 13.36h.71l5.26-13.36v10.64c0 .3 0 .35-.19.53l-1.85 1.8v.4h9.2v-.4l-1.83-1.8c-.18-.18-.2-.24-.2-.53V15.94c0-.3.02-.35.2-.53l1.82-1.8v-.4h-6.47l-4.62 11.55-5.2-11.54h-6.8v.4l2.15 2.63c.24.3.29.37.29.77v10.35z"></path></svg>
+ </div></a>
+ <div class="an g">
+ <div class="ap" id="lo-general-navbar-open-in-app-button">
+ <div class="aq an ao">
+ <a href="https://rsci.app.link/?%24canonical_url=https%3A%2F%2Fmedium.com%2Fp%2Fd146a92473a1&amp;~feature=LoOpenInAppButton&amp;~channel=ShowPostUnderUser&amp;~stage=mobileNavBar&amp;source=post_page-----d146a92473a1----------------------" class="ar as at au av aw ax ay az ba bb bc bd be bf" rel="noopener nofollow">Open in app</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="r bg w">
+ <div class="n o">
+ <div class="n g">
+ <div class="ap" id="lo-post-page-navbar-upsell-button">
+ <div>
+ <a href="https://medium.com/membership?source=upgrade_membership---nav_full------------------------" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener"><span class="bn b bo bp bq br r bs bt">Become a member</span></a>
+ </div>
+ </div>
+ <div class="ap" id="lo-post-page-navbar-sign-in-link">
+ <div class="aq r">
+ <span class="bn b bo bp bq br r bs bt"><span><a href="https://medium.com/m/signin?operation=login&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=--------------------------nav_reg-" class="ar as at au av aw ax ay az ba bb bc bd be bf" rel="noopener">Sign in</a></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </nav>
+ <div class="bu aj r bv ak"></div>
+ <div class="r y">
+ <div class="bw bx ai by bz ca cb cc cd ce cf" aria-hidden="true"></div>
+ <div class="cg bz ch ci cj bw by ck cl cm cn co cp cq cr cs ct cu cv cw" aria-hidden="true">
+ <div class="cx cy n o cz da">
+ <h2 class="bn db dc dd de">
+ Responses
+ </h2>
+ <div class="n cz">
+ <div class="r df dg">
+ <div class="az r df v">
+ <span class="bn b bo bp bq br r bs bt"><button class="bh bi at au av aw ax ay az ba bj bk bd bl bm" data-testid="close-button" aria-label="close"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M18.13 6.11l-5.61 5.61-5.6-5.61-.81.8 5.61 5.61-5.61 5.61.8.8 5.61-5.6 5.61 5.6.8-.8-5.6-5.6 5.6-5.62"></path></svg></button></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="dh r">
+ <div class="di dj">
+ <div class="n cz">
+ <div class="dk dl dm r dn"></div>
+ <div class="do dp r">
+ <div class="dq dr ds r dn"></div>
+ <div class="dr dt r dn"></div>
+ </div>
+ </div>
+ <div class="du r">
+ <div class="dq dv ai r dn"></div>
+ <div class="dq dv ai r dn"></div>
+ <div class="dv dw r dn"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <article>
+ <section class="dx dy dz ea ai eb ck r"></section>
+ <div>
+ <div class="s u ec ed ee cf"></div>
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <div>
+ <h1 id="b34c" class="el em bo en b eo ep eq er es et eu ev ew ex ey ez fa fb fc fd de">
+ Samantha and The Great Big Lie
+ </h1>
+ <div class="fe">
+ <div class="n da ff fg fh">
+ <div class="o n">
+ <div>
+ <a rel="noopener" href="/@johncwelch?source=post_page-----d146a92473a1----------------------"><img alt="John C. Welch" class="r fi fj fk" src="https://miro.medium.com/fit/c/96/96/0*qPHQu8WqsC6cV_ud.jpg" width="48" height="48" /></a>
+ </div>
+ <div class="fl ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="fm n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo fp bp fq fr fs ft fu fv de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@johncwelch?source=post_page-----d146a92473a1----------------------">John C. Welch</a></span></span>
+ <div class="do r bg h">
+ <span><button class="fx de q fy fz ga gb gc ba bl gd ge gf gg gh gi gj bn b bo gk gl br gm gn ck go gp">Follow</button></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div>
+ <span class="bn b bo bp bq br r bs bt"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@johncwelch/samantha-and-the-great-big-lie-d146a92473a1?source=post_page-----d146a92473a1----------------------">Oct 15, 2015</a> <!-- -->·<!-- --> <!-- -->18<!-- --> min read</span>
+ </div>
+ </div>
+ </div>
+ <div class="n gq gr gs gt gu gv gw gx y">
+ <div class="n o">
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" class="bt">
+ <path d="M22.05 7.54a4.47 4.47 0 0 0-3.3-1.46 4.53 4.53 0 0 0-4.53 4.53c0 .35.04.7.08 1.05A12.9 12.9 0 0 1 5 6.89a5.1 5.1 0 0 0-.65 2.26c.03 1.6.83 2.99 2.02 3.79a4.3 4.3 0 0 1-2.02-.57v.08a4.55 4.55 0 0 0 3.63 4.44c-.4.08-.8.13-1.21.16l-.81-.08a4.54 4.54 0 0 0 4.2 3.15 9.56 9.56 0 0 1-5.66 1.94l-1.05-.08c2 1.27 4.38 2.02 6.94 2.02 8.3 0 12.86-6.9 12.84-12.85.02-.24 0-.43 0-.65a8.68 8.68 0 0 0 2.26-2.34c-.82.38-1.7.62-2.6.72a4.37 4.37 0 0 0 1.95-2.51c-.84.53-1.81.9-2.83 1.13z"></path></svg></button>
+ </div>
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" viewbox="0 0 29 29" fill="none" class="bt">
+ <path d="M5 6.36C5 5.61 5.63 5 6.4 5h16.2c.77 0 1.4.61 1.4 1.36v16.28c0 .75-.63 1.36-1.4 1.36H6.4c-.77 0-1.4-.6-1.4-1.36V6.36z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.76 20.9v-8.57H7.89v8.58h2.87zm-1.44-9.75c1 0 1.63-.65 1.63-1.48-.02-.84-.62-1.48-1.6-1.48-.99 0-1.63.64-1.63 1.48 0 .83.62 1.48 1.59 1.48h.01zM12.35 20.9h2.87v-4.79c0-.25.02-.5.1-.7.2-.5.67-1.04 1.46-1.04 1.04 0 1.46.8 1.46 1.95v4.59h2.87v-4.92c0-2.64-1.42-3.87-3.3-3.87-1.55 0-2.23.86-2.61 1.45h.02v-1.24h-2.87c.04.8 0 8.58 0 8.58z" fill="#fff"></path></svg></button>
+ </div>
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" class="bt">
+ <path d="M23.2 5H5.8a.8.8 0 0 0-.8.8V23.2c0 .44.35.8.8.8h9.3v-7.13h-2.38V13.9h2.38v-2.38c0-2.45 1.55-3.66 3.74-3.66 1.05 0 1.95.08 2.2.11v2.57h-1.5c-1.2 0-1.48.57-1.48 1.4v1.96h2.97l-.6 2.97h-2.37l.05 7.12h5.1a.8.8 0 0 0 .79-.8V5.8a.8.8 0 0 0-.8-.79"></path></svg></button>
+ </div>
+ <div class="gz r">
+ <div class="bt">
+ <span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_actions_header--------------------------bookmark_header-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a></span>
+ </div>
+ </div>
+ <div class="ha r am"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <p id="97e7" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ How to get shanked doing what people say they want
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="df70" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ don’t preach to me<br />
+ Mr. integrity
+ </p>
+ </blockquote>
+ <p id="c979" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ (EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)
+ </p>
+ <p id="342d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.
+ </p>
+ <p id="2e61" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.
+ </p>
+ <p id="cd31" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ …sorry, I should explain “The Great Big Lie”. There are several, but in this case, our <em class="ic">specific</em> instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.
+ </p>
+ <p id="ae07" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.
+ </p>
+ </div>
+ </div>
+ </section>
+ <hr class="id fo ie if ig ih ii ij ik il im in" />
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <p id="a02f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:
+ </p>
+ <ol class="">
+ <li id="9213" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy io ip iq de">With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a <a href="http://www.marco.org/2015/10/09/overcast2" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">patronage model</a> that will probably be successful for him.
+ </li>
+ <li id="dfa5" class="hb hc bo hd b he iv hg hh hi iw hk hl hm ix ho hp hq iy hs ht hu iz hw hx hy io ip iq de">Arment’s insistence that “<a class="bh gp ir is it iu" target="_blank" rel="noopener" href="/@marcoarment/pragmatic-app-pricing-a79fc07218f3">anyone can do this</a>” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.
+ </li>
+ <li id="e55d" class="hb hc bo hd b he iv hg hh hi iw hk hl hm ix ho hp hq iy hs ht hu iz hw hx hy io ip iq de">Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, <em class="ic">Marco</em>, not only don’t have, but have little chance of attaining anytime soon.
+ </li>
+ <li id="35fb" class="hb hc bo hd b he iv hg hh hi iw hk hl hm ix ho hp hq iy hs ht hu iz hw hx hy io ip iq de">Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.
+ </li>
+ <li id="38e2" class="hb hc bo hd b he iv hg hh hi iw hk hl hm ix ho hp hq iy hs ht hu iz hw hx hy io ip iq de">In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.
+ </li>
+ </ol>
+ <p id="0481" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.
+ </p>
+ <p id="5a45" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.
+ </p>
+ <p id="3bc7" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.
+ </p>
+ </div>
+ </div>
+ </section>
+ <hr class="id fo ie if ig ih ii ij ik il im in" />
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <p id="0fb2" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is <a href="http://www.marco.org/2011/03/30/here-is-a-tip-for-all-the-non-developers-out" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">enough to shut him down</a>, who <a href="https://twitter.com/marcoarment/status/641330113934700544" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things</a>, is, in a single word, disgusting. Vomitous even.
+ </p>
+ <p id="9a6e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in <a href="https://twitter.com/s_bielefeld/with_replies" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">Samantha’s Twitter Feed</a>. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3271" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.
+ </p>
+ </blockquote>
+ <p id="ec72" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is <em class="ic">such</em> a lie.
+ </p>
+ <p id="5cc4" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But it gets better. First, you have the “hey, Marco <em class="ic">earned</em> his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="4e5f" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.
+ </p>
+ </blockquote>
+ <p id="cee9" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ and here:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3f1b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I’m not knocking his success, he has put effort into his line of work, and has built his own life.
+ </p>
+ </blockquote>
+ <p id="e527" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ and here:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3e4f" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.
+ </p>
+ </blockquote>
+ <p id="8a01" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But still, you get the people telling her something she already acknowledge:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="7685" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.
+ </p>
+ </blockquote>
+ <p id="b151" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Thank you for restating something in the article. To the person who wrote it.
+ </p>
+ <p id="87bc" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers <a href="http://atp.fm/sponsor/" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">provided by ATP in terms of sponsorship rates</a> and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.
+ </p>
+ <p id="dbda" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ At first, she went with a simple formula:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="1b4e" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ $4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it.
+ </p>
+ </blockquote>
+ <p id="0b33" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="76d7" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That’s $4k per ad, no? So more like $12–16k per episode.
+ </p>
+ </blockquote>
+ <p id="a089" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She’d already realized her mistake and fixed it.
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="b369" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.
+ </p>
+ </blockquote>
+ <p id="8b3b" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Again, this is based on <em class="ic">publicly available data</em> the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.
+ </p>
+ <p id="135a" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his <em class="ic">income taxes correctly</em>:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="5e7e" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.
+ </p>
+ <p id="6036" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ thus, guessing net income is more haphazard than stating approx. gross income.
+ </p>
+ </blockquote>
+ <p id="aac1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Ye Gods. She’s not doing his taxes for him, her point is invalid?
+ </p>
+ <p id="600f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Then there’s the people who seem to have not read anything past what other people are telling them:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="9b62" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?
+ </p>
+ </blockquote>
+ <p id="c18a" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Just how spoon-fed do you have to be? Have you no teeth?
+ </p>
+ <p id="c445" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, Marco jumps in, and predictably, he’s snippy:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0c21" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.
+ </p>
+ </blockquote>
+ <p id="8f8d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.
+ </p>
+ <p id="cc97" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Then Marco’s friends/fans get into it:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="f9da" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I really don’t understand why it’s anyone’s business
+ </p>
+ </blockquote>
+ <p id="0094" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha is trying to qualify for sainthood at this point:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0105" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.
+ </p>
+ </blockquote>
+ <p id="cdd1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="f56c" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.
+ </p>
+ </blockquote>
+ <p id="4fef" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Wha?? Overcast 2 is absolutely free. Samantha points this out:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0f36" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ His app is free, that’s what sparked the article to begin with.
+ </p>
+ </blockquote>
+ <p id="40d2" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ The response is literally a parallel to “How can there be global warming if it snowed today in my town?”
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="6760" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If it’s free, how have I paid for it? Twice?
+ </p>
+ </blockquote>
+ <p id="7b13" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She is still trying:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="44ba" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0
+ </p>
+ </blockquote>
+ <p id="2152" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ He is having none of it. IT SNOWED! SNOWWWWWWW!
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="99a6" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.
+ </p>
+ </blockquote>
+ <p id="5e6f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She however, is relentless:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="1b0f" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.
+ </p>
+ </blockquote>
+ <p id="d24f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)
+ </p>
+ <p id="10e1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="9b01" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.
+ </p>
+ </blockquote>
+ <p id="340c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ (UNDERSTATEMENT OF THE YEAR)
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="7244" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.
+ </p>
+ <p id="ffb1" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.
+ </p>
+ </blockquote>
+ <p id="e44e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She tries, oh lord, she tries:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="a502" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.
+ </p>
+ </blockquote>
+ <p id="7dcd" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But no, HE KNOWS HER POINT BETTER THAN SHE DOES:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="a62a" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.
+ </p>
+ </blockquote>
+ <p id="df8c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.
+ </p>
+ <p id="521a" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ One guy tries to blame it all on Apple, another in a string of Wha??? moments:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="d80d" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility
+ </p>
+ </blockquote>
+ <p id="db0b" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="7a78" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?
+ </p>
+ </blockquote>
+ <p id="6e09" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.
+ </p>
+ <p id="b7db" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ One guy is “confused”:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3626" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?
+ </p>
+ <p id="9daa" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.
+ </p>
+ <p id="f6da" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Alright, that’s fair. I was just confused by the $ and fame angle at first.
+ </p>
+ </blockquote>
+ <p id="d5b1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha’s point centers on the benefits Marco gains via his fame and background. <em class="ic">HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?</em>
+ </p>
+ <p id="58d0" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ People of course are telling her it’s her fault for mentioning a salient fact at all:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="30d2" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?
+ </p>
+ <p id="765b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Maybe because you went there with your article?
+ </p>
+ <p id="61fe" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.
+ </p>
+ </blockquote>
+ <p id="f17c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.
+ </p>
+ <p id="0b60" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="65ab" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Because you decided to start a conversation about someone else’s personal shit. You started this war.
+ </p>
+ </blockquote>
+ <p id="1adb" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ War. THIS. IS. WAR.
+ </p>
+ <p id="de94" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ This is a bunch of nerds attacking someone for reasoned, calm, <em class="ic">polite</em> criticism of their friend/idol. Samantha is politely pushing back a bit:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="4458" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That doesn’t explain why every other part of my article is being pushed aside.
+ </p>
+ </blockquote>
+ <p id="aeac" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.
+ </p>
+ <p id="0078" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="c4c9" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ You should never use an ad rate card to estimate ad revenue from any media product ever.
+ </p>
+ <p id="b66b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars
+ </p>
+ </blockquote>
+ <p id="6907" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. <em class="ic">Checkmate Elitests!</em>”
+ </p>
+ <p id="41ec" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha basically abases herself at his feet:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0b14" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.
+ </p>
+ </blockquote>
+ <p id="590f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.
+ </p>
+ <p id="69dc" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.
+ </p>
+ <p id="5ab4" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Another App Dev, seemingly unable to parse Samantha’s words, needs <em class="ic">more</em> explanation:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="957b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.
+ </p>
+ </blockquote>
+ <p id="0a7e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice <em class="ic">with someone who didn’t even read her article</em>:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="f7db" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.
+ </p>
+ </blockquote>
+ <p id="937f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="c9dd" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.
+ </p>
+ </blockquote>
+ <p id="c522" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="907e" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?
+ </p>
+ </blockquote>
+ <p id="2158" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.
+ </p>
+ <p id="13f8" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="96c6" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!
+ </p>
+ </blockquote>
+ <p id="5d3f" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, <em class="ic">Apple</em>, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)
+ </p>
+ <p id="c07c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.
+ </p>
+ <p id="8b32" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="de26" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yup, before you existed!
+ </p>
+ </blockquote>
+ <p id="a3bd" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Really dude? I mean, I’m sorry about the penis, but really?
+ </p>
+ <p id="1c51" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any <em class="ic">valid</em> criticism. Which clearly is impossible):
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="9848" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.
+ </p>
+ <p id="f2a6" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ lol. Noted.
+ </p>
+ <p id="aed9" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion …
+ </p>
+ <p id="f9d8" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ … gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.
+ </p>
+ <p id="f61c" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ haha. Thank you for the clarification.
+ </p>
+ </blockquote>
+ <p id="5dd9" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.
+ </p>
+ <p id="dc44" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But now, the door has been cracked, and the cheap shots come out:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="0c94" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ @testflight_app: Don’t worry guys, we process <a href="https://twitter.com/marcoarment" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@marcoarment</a>’s apps in direct proportion to his megabucks earnings. <a href="https://twitter.com/hashtag/fairelephant?src=hash" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">#fairelephant</a>
+ </p>
+ </blockquote>
+ <p id="343b" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ (Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)
+ </p>
+ <p id="09bf" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Or this…conversation:
+ </p>
+ <figure class="jb jc jd je jf jg dz ea paragraph-image">
+ <div class="dz ea ja">
+ <div class="jk r df dn">
+ <div class="jl jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img alt="Image for post" class="s t u by ai jn jo jp" src="https://miro.medium.com/max/44/1*kbPh7V97eyRodSOw2-ALDw.png?q=20" width="398" height="542" />
+ </div><img alt="Image for post" class="cd jh s t u by ai c" width="398" height="542" /><noscript><img alt="Image for post" class="s t u by ai" src="https://miro.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png" width="398" height="542" srcset="https://miro.medium.com/max/552/1*kbPh7V97eyRodSOw2-ALDw.png 276w, https://miro.medium.com/max/796/1*kbPh7V97eyRodSOw2-ALDw.png 398w" sizes="398px" /></noscript>
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p id="f2a3" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: <a href="https://twitter.com/viticci" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">‏@viticci</a>: <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@s_bielefeld</a> I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.
+ </p>
+ <p id="ae0c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha is clearly sick of his crap: <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">‏@s_bielefeld</a>: <a href="https://twitter.com/viticci" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@viticci</a> That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.
+ </p>
+ <p id="2047" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Good for her. There’s being patient and being roadkill.
+ </p>
+ <p id="4139" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha does put the call out for her sources to maybe let her use their names:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="6626" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ From all of you I heard from earlier, anyone care to go on record?
+ </p>
+ </blockquote>
+ <p id="8a7d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ My good friend, The Angry Drunk points out the obvious problem:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="68c9" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Nobody’s going to go on record when they count on Marco’s friends for their PR.
+ </p>
+ </blockquote>
+ <p id="317d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ This is true. Again, the sites that are Friends of Marco:
+ </p>
+ <p id="9523" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Daring Fireball
+ </p>
+ <p id="dbc7" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ The Loop
+ </p>
+ <p id="c706" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ SixColors
+ </p>
+ <p id="0acb" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ iMore
+ </p>
+ <p id="8c8c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ MacStories
+ </p>
+ <p id="643e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ A few others, but I want this post to end one day.
+ </p>
+ <p id="6b76" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.
+ </p>
+ <p id="f7d1" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, the idea this could happen is just craycray:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="de59" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ <a href="https://twitter.com/KevinColeman" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@KevinColeman</a> <a href="https://twitter.com/Angry_Drunk" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">.@Angry_Drunk</a> <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@s_bielefeld</a> <a href="https://twitter.com/marcoarment" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@marcoarment</a> Wow, you guys are veering right into crazy conspiracy theory territory. <a href="https://twitter.com/hashtag/JetFuelCantMeltSteelBeams?src=hash" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">#JetFuelCantMeltSteelBeams</a>
+ </p>
+ </blockquote>
+ <p id="f01b" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yeah. Because a mature person like Marco would never do anything like that.
+ </p>
+ <p id="7e30" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Of course, the real point on this is starting to happen:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="5d93" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!
+ </p>
+ <p id="436b" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I doubt I will.
+ </p>
+ </blockquote>
+ <p id="ac25" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. <em class="ic">Great</em> job y’all.
+ </p>
+ <p id="07ba" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Some people aren’t even pretending. They’re just in full strawman mode:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="3d60" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ <a href="https://twitter.com/timkeller" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@timkeller:</a> Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.
+ </p>
+ <p id="87f5" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@s_bielefeld:</a> <a href="https://twitter.com/timkeller" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@timkeller</a> I plainly stated that I don’t hold his doing this against him. Way to twist words.
+ </p>
+ </blockquote>
+ <p id="3720" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I think she’s earned her anger at this point.
+ </p>
+ <p id="7341" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Don’t worry, Marco knows what the real problem is: most devs just suck —
+ </p>
+ <figure class="jb jc jd je jf jg dz ea paragraph-image">
+ <div class="dz ea jq">
+ <div class="jk r df dn">
+ <div class="jr jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img alt="Image for post" class="s t u by ai jn jo jp" src="https://miro.medium.com/max/54/1*Fpb2Bvdx7Q-688vdm-NdkQ.png?q=20" width="694" height="771" />
+ </div><img alt="Image for post" class="cd jh s t u by ai c" width="694" height="771" /><noscript><img alt="Image for post" class="s t u by ai" src="https://miro.medium.com/max/1388/1*Fpb2Bvdx7Q-688vdm-NdkQ.png" width="694" height="771" srcset="https://miro.medium.com/max/552/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 276w, https://miro.medium.com/max/1104/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 552w, https://miro.medium.com/max/1280/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 640w, https://miro.medium.com/max/1388/1*Fpb2Bvdx7Q-688vdm-NdkQ.png 694w" sizes="694px" /></noscript>
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p id="503d" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)
+ </p>
+ <p id="b8c0" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ There are some bright spots. My favorite is when Building Twenty points out the <em class="ic">real</em> elephant in the room:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="36f4" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ <a href="https://twitter.com/BuildingTwenty" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@BuildingTwenty</a>: Both <a href="https://twitter.com/s_bielefeld" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@s_bielefeld</a> &amp; I wrote similar critiques of <a href="https://twitter.com/marcoarment" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">@marcoarment</a>’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?
+ </p>
+ </blockquote>
+ <p id="06b9" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Yup.
+ </p>
+ <p id="eff9" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Another bright spot are these comments from Ian Betteridge, who has been doing this <em class="ic">even longer than Marco</em>:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="18f1" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.
+ </p>
+ <p id="9776" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.
+ </p>
+ </blockquote>
+ <p id="8d44" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ To which Samantha understandably replies:
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="7147" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ and it’s honestly something I’m contemplating right now, whether to continue…
+ </p>
+ </blockquote>
+ <p id="e0cd" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="a379" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ If I have this right, some people are outraged that a creator has decided to give away his work.
+ </p>
+ </blockquote>
+ <p id="f026" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.
+ </p>
+ <p id="e1c2" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Noted Feminist Glenn Fleishman gets a piece of the action too:
+ </p>
+ <figure class="jb jc jd je jf jg dz ea paragraph-image">
+ <div class="dz ea js">
+ <div class="jk r df dn">
+ <div class="jt jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img alt="Image for post" class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*lvOySry5gHHJfGU_bQXrzA.png?q=20" width="308" height="269" />
+ </div><img alt="Image for post" class="cd jh s t u by ai c" width="308" height="269" /><noscript><img alt="Image for post" class="s t u by ai" src="https://miro.medium.com/max/616/1*lvOySry5gHHJfGU_bQXrzA.png" width="308" height="269" srcset="https://miro.medium.com/max/552/1*lvOySry5gHHJfGU_bQXrzA.png 276w, https://miro.medium.com/max/616/1*lvOySry5gHHJfGU_bQXrzA.png 308w" sizes="308px" /></noscript>
+ </div>
+ </div>
+ </div>
+ </figure>
+ <p id="4df8" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a <em class="ic">very</em> technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.
+ </p>
+ <p id="bf45" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Great Feminists are often tools.
+ </p>
+ </div>
+ </div>
+ </section>
+ <hr class="id fo ie if ig ih ii ij ik il im in" />
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <p id="45bb" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):
+ </p>
+ <blockquote class="hz ia ib">
+ <p id="c053" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t
+ </p>
+ <p id="7b5e" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.
+ </p>
+ <p id="a321" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility <a href="http://t.co/u79ZLsnhdM" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">http://samanthabielefeld.com/the-elephant-in-the-room …</a>
+ </p>
+ <p id="76fe" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ thank you for posting this, it covers a lot of things people don’t like to talk about.
+ </p>
+ <p id="bf90" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.
+ </p>
+ <p id="0f66" class="hb hc ic hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)
+ </p>
+ </blockquote>
+ </div>
+ </div>
+ </section>
+ <hr class="id fo ie if ig ih ii ij ik il im in" />
+ <section class="ef eg eh ei ej">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <p id="6134" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: <a href="http://www.businessinsider.com/marco-arment-2011-9" class="bh gp ir is it iu" target="_blank" rel="noopener nofollow">http://www.businessinsider.com/marco-arment-2011-9</a>
+ </p>
+ <p id="ba3c" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.
+ </p>
+ <p id="a5a0" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.
+ </p>
+ <p id="2a25" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.
+ </p>
+ <p id="a47a" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, <em class="ic">believe me</em> I understand. As bad as today was for her, I’ve seen worse. Much worse.
+ </p>
+ <p id="aa8e" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.
+ </p>
+ <p id="34c5" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.
+ </p>
+ <p id="9710" class="hb hc bo hd b he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy ef de">
+ So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.
+ </p>
+ </div>
+ </div>
+ </section>
+ </div>
+ </article>
+ <div class="cd cf bz ju ai kb jz kc" data-test-id="post-sidebar">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="kd n ke">
+ <div class="cf">
+ <div>
+ <div class="kf kg kh n">
+ <div class="n o">
+ <div class="r df ki kj kk kl km">
+ <span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_sidebar-----d146a92473a1---------------------clap_sidebar-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener">
+ <div class="ay kn ko kp cc kq kr ks q kt ku">
+ <span><svg width="29" height="29" aria-label="clap">
+ <g fill-rule="evenodd">
+ <path d="M13.74 1l.76 2.97.76-2.97zM16.82 4.78l1.84-2.56-1.43-.47zM10.38 2.22l1.84 2.56-.41-3.03zM22.38 22.62a5.11 5.11 0 0 1-3.16 1.61l.49-.45c2.88-2.89 3.45-5.98 1.69-9.21l-1.1-1.94-.96-2.02c-.31-.67-.23-1.18.25-1.55a.84.84 0 0 1 .66-.16c.34.05.66.28.88.6l2.85 5.02c1.18 1.97 1.38 5.12-1.6 8.1M9.1 22.1l-5.02-5.02a1 1 0 0 1 .7-1.7 1 1 0 0 1 .72.3l2.6 2.6a.44.44 0 0 0 .63-.62L6.1 15.04l-1.75-1.75a1 1 0 1 1 1.41-1.41l4.15 4.15a.44.44 0 0 0 .63 0 .44.44 0 0 0 0-.62L6.4 11.26l-1.18-1.18a1 1 0 0 1 0-1.4 1.02 1.02 0 0 1 1.41 0l1.18 1.16L11.96 14a.44.44 0 0 0 .62 0 .44.44 0 0 0 0-.63L8.43 9.22a.99.99 0 0 1-.3-.7.99.99 0 0 1 .3-.7 1 1 0 0 1 1.41 0l7 6.98a.44.44 0 0 0 .7-.5l-1.35-2.85c-.31-.68-.23-1.19.25-1.56a.85.85 0 0 1 .66-.16c.34.06.66.28.88.6L20.63 15c1.57 2.88 1.07 5.54-1.55 8.16a5.62 5.62 0 0 1-5.06 1.65 9.35 9.35 0 0 1-4.93-2.72zM13 6.98l2.56 2.56c-.5.6-.56 1.41-.15 2.28l.26.56-4.25-4.25a.98.98 0 0 1-.12-.45 1 1 0 0 1 .29-.7 1.02 1.02 0 0 1 1.41 0zm8.89 2.06c-.38-.56-.9-.92-1.49-1.01a1.74 1.74 0 0 0-1.34.33c-.38.29-.61.65-.71 1.06a2.1 2.1 0 0 0-1.1-.56 1.78 1.78 0 0 0-.99.13l-2.64-2.64a1.88 1.88 0 0 0-2.65 0 1.86 1.86 0 0 0-.48.85 1.89 1.89 0 0 0-2.67-.01 1.87 1.87 0 0 0-.5.9c-.76-.75-2-.75-2.7-.04a1.88 1.88 0 0 0 0 2.66c-.3.12-.61.29-.87.55a1.88 1.88 0 0 0 0 2.66l.62.62a1.88 1.88 0 0 0-.9 3.16l5.01 5.02c1.6 1.6 3.52 2.64 5.4 2.96a7.16 7.16 0 0 0 1.18.1c1.03 0 2-.25 2.9-.7A5.9 5.9 0 0 0 23 23.24c3.34-3.34 3.08-6.93 1.74-9.17l-2.87-5.04z"></path>
+ </g></svg></span>
+ </div></a></span>
+ </div>
+ <div class="r kv kw kx ky kz la lb">
+ <div class="lc">
+ <h4 class="bn fo fp bp bs">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm">193<!-- --></button>
+ </h4>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="kg r">
+ <div class="lf n o cz">
+ <button class="cc ko ay"><svg width="25" height="25" class="q" aria-label="responses">
+ <path d="M19.07 21.12a6.33 6.33 0 0 1-3.53-1.1 7.8 7.8 0 0 1-.7-.52c-.77.21-1.57.32-2.38.32-4.67 0-8.46-3.5-8.46-7.8C4 7.7 7.79 4.2 12.46 4.2c4.66 0 8.46 3.5 8.46 7.8 0 2.06-.85 3.99-2.4 5.45a6.28 6.28 0 0 0 1.14 2.59c.15.21.17.48.06.7a.69.69 0 0 1-.62.38h-.03zm0-1v.5l.03-.5h-.03zm-3.92-1.64l.21.2a6.09 6.09 0 0 0 3.24 1.54 7.14 7.14 0 0 1-.83-1.84 5.15 5.15 0 0 1-.16-.75 2.4 2.4 0 0 1-.02-.29v-.23l.18-.15a6.6 6.6 0 0 0 2.3-4.96c0-3.82-3.4-6.93-7.6-6.93-4.19 0-7.6 3.11-7.6 6.93 0 3.83 3.41 6.94 7.6 6.94.83 0 1.64-.12 2.41-.35l.28-.08z" fill-rule="evenodd"></path></svg></button>
+ <div class="r df lg lh li lj lk ll lm ln">
+ <h4 class="bn fo fp bp bs">
+ <button class="cc ko ay">13<!-- --></button>
+ </h4>
+ </div>
+ </div>
+ </div>
+ <div class="bt">
+ <span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_sidebar--------------------------post_sidebar-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="cd cf ju bz jv jw jx jy jz ka"></div>
+ <div>
+ <div class="lo jg n ke p">
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <div class="n lp"></div>
+ <div class="n o lp"></div>
+ <div class="lq n da y">
+ <div class="n cz">
+ <div class="lr r">
+ <div class="n o">
+ <div class="r df ki kj kk kl km">
+ <span class="r ls lt lu e d"><span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_actions_footer-----d146a92473a1---------------------clap_footer-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener">
+ <div class="ay kn ko kp cc kq kr ks q kt ku">
+ <span class="r ls lt lu e d"><svg width="25" height="25" viewbox="0 0 25 25" aria-label="clap">
+ <g fill-rule="evenodd">
+ <path d="M11.74 0l.76 2.97.76-2.97zM14.81 3.78l1.84-2.56-1.42-.47zM8.38 1.22l1.84 2.56L9.8.75zM20.38 21.62a5.11 5.11 0 0 1-3.16 1.61l.49-.45c2.88-2.89 3.45-5.98 1.69-9.21l-1.1-1.94-.96-2.02c-.31-.67-.23-1.18.25-1.55a.84.84 0 0 1 .66-.16c.34.05.66.28.88.6l2.85 5.02c1.18 1.97 1.38 5.12-1.6 8.1M7.1 21.1l-5.02-5.02a1 1 0 0 1 .7-1.7 1 1 0 0 1 .72.3l2.6 2.6a.44.44 0 0 0 .63-.62L4.1 14.04l-1.75-1.75a1 1 0 1 1 1.41-1.41l4.15 4.15a.44.44 0 0 0 .63 0 .44.44 0 0 0 0-.62L4.4 10.26 3.22 9.08a1 1 0 0 1 0-1.4 1.02 1.02 0 0 1 1.41 0l1.18 1.16L9.96 13a.44.44 0 0 0 .62 0 .44.44 0 0 0 0-.63L6.43 8.22a.99.99 0 0 1-.3-.7.99.99 0 0 1 .3-.7 1 1 0 0 1 1.41 0l7 6.98a.44.44 0 0 0 .7-.5l-1.35-2.85c-.31-.68-.23-1.19.25-1.56a.85.85 0 0 1 .66-.16c.34.06.66.28.88.6L18.63 14c1.57 2.88 1.07 5.54-1.55 8.16a5.62 5.62 0 0 1-5.06 1.65 9.35 9.35 0 0 1-4.93-2.72zM11 5.98l2.56 2.56c-.5.6-.56 1.41-.15 2.28l.26.56-4.25-4.25a.98.98 0 0 1-.12-.45 1 1 0 0 1 .29-.7 1.02 1.02 0 0 1 1.41 0zm8.89 2.06c-.38-.56-.9-.92-1.49-1.01a1.74 1.74 0 0 0-1.34.33c-.38.29-.61.65-.71 1.06a2.1 2.1 0 0 0-1.1-.56 1.78 1.78 0 0 0-.99.13l-2.64-2.64a1.88 1.88 0 0 0-2.65 0 1.86 1.86 0 0 0-.48.85 1.89 1.89 0 0 0-2.67-.01 1.87 1.87 0 0 0-.5.9c-.76-.75-2-.75-2.7-.04a1.88 1.88 0 0 0 0 2.66c-.3.12-.61.29-.87.55a1.88 1.88 0 0 0 0 2.66l.62.62a1.88 1.88 0 0 0-.9 3.16l5.01 5.02c1.6 1.6 3.52 2.64 5.4 2.96a7.16 7.16 0 0 0 1.18.1c1.03 0 2-.25 2.9-.7A5.9 5.9 0 0 0 21 22.24c3.34-3.34 3.08-6.93 1.74-9.17l-2.87-5.04z"></path>
+ </g></svg></span>
+ </div></a></span></span>
+ </div>
+ <div class="r kv kw kx ky kz la lb">
+ <div class="df lv lc">
+ <h4 class="bn fo fp bp de">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm">193<span class="r h g f lw lx">&#160;<!-- -->claps</span></button>
+ </h4>
+ </div>
+ </div>
+ </div>
+ <div class="n ly">
+ <div class="r df ki kj">
+ <span class="r h g f lw lx"><span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_actions_footer-----d146a92473a1---------------------clap_footer-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener">
+ <div class="ay kn ko kp cc kq kr ks q kt ku">
+ <span class="r h g f lw lx"><svg width="33" height="33" viewbox="0 0 33 33" aria-label="clap">
+ <path d="M28.86 17.34l-3.64-6.4c-.3-.43-.71-.73-1.16-.8a1.12 1.12 0 0 0-.9.21c-.62.5-.73 1.18-.32 2.06l1.22 2.6 1.4 2.45c2.23 4.09 1.51 8-2.15 11.66a9.6 9.6 0 0 1-.8.71 6.53 6.53 0 0 0 4.3-2.1c3.82-3.82 3.57-7.87 2.05-10.39zm-6.25 11.08c3.35-3.35 4-6.78 1.98-10.47L21.2 12c-.3-.43-.71-.72-1.16-.8a1.12 1.12 0 0 0-.9.22c-.62.49-.74 1.18-.32 2.06l1.72 3.63a.5.5 0 0 1-.81.57l-8.91-8.9a1.33 1.33 0 0 0-1.89 1.88l5.3 5.3a.5.5 0 0 1-.71.7l-5.3-5.3-1.49-1.49c-.5-.5-1.38-.5-1.88 0a1.34 1.34 0 0 0 0 1.89l1.49 1.5 5.3 5.28a.5.5 0 0 1-.36.86.5.5 0 0 1-.36-.15l-5.29-5.29a1.34 1.34 0 0 0-1.88 0 1.34 1.34 0 0 0 0 1.89l2.23 2.23L9.3 21.4a.5.5 0 0 1-.36.85.5.5 0 0 1-.35-.14l-3.32-3.33a1.33 1.33 0 0 0-1.89 0 1.32 1.32 0 0 0-.39.95c0 .35.14.69.4.94l6.39 6.4c3.53 3.53 8.86 5.3 12.82 1.35zM12.73 9.26l5.68 5.68-.49-1.04c-.52-1.1-.43-2.13.22-2.89l-3.3-3.3a1.34 1.34 0 0 0-1.88 0 1.33 1.33 0 0 0-.4.94c0 .22.07.42.17.61zm14.79 19.18a7.46 7.46 0 0 1-6.41 2.31 7.92 7.92 0 0 1-3.67.9c-3.05 0-6.12-1.63-8.36-3.88l-6.4-6.4A2.31 2.31 0 0 1 2 19.72a2.33 2.33 0 0 1 1.92-2.3l-.87-.87a2.34 2.34 0 0 1 0-3.3 2.33 2.33 0 0 1 1.24-.64l-.14-.14a2.34 2.34 0 0 1 0-3.3 2.39 2.39 0 0 1 3.3 0l.14.14a2.33 2.33 0 0 1 3.95-1.24l.09.09c.09-.42.29-.83.62-1.16a2.34 2.34 0 0 1 3.3 0l3.38 3.39a2.17 2.17 0 0 1 1.27-.17c.54.08 1.03.35 1.45.76.1-.55.41-1.03.9-1.42a2.12 2.12 0 0 1 1.67-.4 2.8 2.8 0 0 1 1.85 1.25l3.65 6.43c1.7 2.83 2.03 7.37-2.2 11.6zM13.22.48l-1.92.89 2.37 2.83-.45-3.72zm8.48.88L19.78.5l-.44 3.7 2.36-2.84zM16.5 3.3L15.48 0h2.04L16.5 3.3z" fill-rule="evenodd"></path></svg></span>
+ </div></a></span></span>
+ </div>
+ <div class="r kv kw kx ky lz ma mb mc md me">
+ <div class="df lv lc">
+ <h4 class="bn fo fp bp de">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm">193<span class="r h g f lw lx">&#160;<!-- -->claps</span></button>
+ </h4>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="r mf mg mh mi mj"></div>
+ <div class="lf n o cz">
+ <button class="cc ko ay"><span class="mk r h g f lw lx"><svg width="33" height="33" viewbox="0 0 33 33" fill="none" class="q" aria-label="responses">
+ <path clip-rule="evenodd" d="M24.28 25.5l.32-.29c2.11-1.94 3.4-4.61 3.4-7.56C28 11.83 22.92 7 16.5 7S5 11.83 5 17.65s5.08 10.66 11.5 10.66c1.22 0 2.4-.18 3.5-.5l.5-.15.41.33a8.86 8.86 0 0 0 4.68 2.1 7.34 7.34 0 0 1-1.3-4.15v-.43zm1 .45c0 1.5.46 2.62 1.69 4.44.22.32.01.75-.38.75a9.69 9.69 0 0 1-6.31-2.37c-1.2.35-2.46.54-3.78.54C9.6 29.3 4 24.09 4 17.65 4 11.22 9.6 6 16.5 6S29 11.22 29 17.65c0 3.25-1.42 6.18-3.72 8.3z"></path></svg></span><span class="ml r ls lt lu e d"><svg width="25" height="25" class="q" aria-label="responses">
+ <path d="M19.07 21.12a6.33 6.33 0 0 1-3.53-1.1 7.8 7.8 0 0 1-.7-.52c-.77.21-1.57.32-2.38.32-4.67 0-8.46-3.5-8.46-7.8C4 7.7 7.79 4.2 12.46 4.2c4.66 0 8.46 3.5 8.46 7.8 0 2.06-.85 3.99-2.4 5.45a6.28 6.28 0 0 0 1.14 2.59c.15.21.17.48.06.7a.69.69 0 0 1-.62.38h-.03zm0-1v.5l.03-.5h-.03zm-3.92-1.64l.21.2a6.09 6.09 0 0 0 3.24 1.54 7.14 7.14 0 0 1-.83-1.84 5.15 5.15 0 0 1-.16-.75 2.4 2.4 0 0 1-.02-.29v-.23l.18-.15a6.6 6.6 0 0 0 2.3-4.96c0-3.82-3.4-6.93-7.6-6.93-4.19 0-7.6 3.11-7.6 6.93 0 3.83 3.41 6.94 7.6 6.94.83 0 1.64-.12 2.41-.35l.28-.08z" fill-rule="evenodd"></path></svg></span></button>
+ <div class="r df mm lh mn lj mo ll mp mq mr ms">
+ <h4 class="bn fo fp bp de">
+ <button class="cc ko ay">13<!-- --> <span class="r h g f lw lx">response<!-- -->s</span></button>
+ </h4>
+ </div>
+ </div>
+ </div>
+ <div class="n o">
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" class="bt">
+ <path d="M22.05 7.54a4.47 4.47 0 0 0-3.3-1.46 4.53 4.53 0 0 0-4.53 4.53c0 .35.04.7.08 1.05A12.9 12.9 0 0 1 5 6.89a5.1 5.1 0 0 0-.65 2.26c.03 1.6.83 2.99 2.02 3.79a4.3 4.3 0 0 1-2.02-.57v.08a4.55 4.55 0 0 0 3.63 4.44c-.4.08-.8.13-1.21.16l-.81-.08a4.54 4.54 0 0 0 4.2 3.15 9.56 9.56 0 0 1-5.66 1.94l-1.05-.08c2 1.27 4.38 2.02 6.94 2.02 8.3 0 12.86-6.9 12.84-12.85.02-.24 0-.43 0-.65a8.68 8.68 0 0 0 2.26-2.34c-.82.38-1.7.62-2.6.72a4.37 4.37 0 0 0 1.95-2.51c-.84.53-1.81.9-2.83 1.13z"></path></svg></button>
+ </div>
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" viewbox="0 0 29 29" fill="none" class="bt">
+ <path d="M5 6.36C5 5.61 5.63 5 6.4 5h16.2c.77 0 1.4.61 1.4 1.36v16.28c0 .75-.63 1.36-1.4 1.36H6.4c-.77 0-1.4-.6-1.4-1.36V6.36z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.76 20.9v-8.57H7.89v8.58h2.87zm-1.44-9.75c1 0 1.63-.65 1.63-1.48-.02-.84-.62-1.48-1.6-1.48-.99 0-1.63.64-1.63 1.48 0 .83.62 1.48 1.59 1.48h.01zM12.35 20.9h2.87v-4.79c0-.25.02-.5.1-.7.2-.5.67-1.04 1.46-1.04 1.04 0 1.46.8 1.46 1.95v4.59h2.87v-4.92c0-2.64-1.42-3.87-3.3-3.87-1.55 0-2.23.86-2.61 1.45h.02v-1.24h-2.87c.04.8 0 8.58 0 8.58z" fill="#fff"></path></svg></button>
+ </div>
+ <div class="gy r bg">
+ <button class="bh bi at au av aw ax ay az ba bj bk bd bl bm"><svg width="29" height="29" class="bt">
+ <path d="M23.2 5H5.8a.8.8 0 0 0-.8.8V23.2c0 .44.35.8.8.8h9.3v-7.13h-2.38V13.9h2.38v-2.38c0-2.45 1.55-3.66 3.74-3.66 1.05 0 1.95.08 2.2.11v2.57h-1.5c-1.2 0-1.48.57-1.48 1.4v1.96h2.97l-.6 2.97h-2.37l.05 7.12h5.1a.8.8 0 0 0 .79-.8V5.8a.8.8 0 0 0-.8-.79"></path></svg></button>
+ </div>
+ <div class="mt r bg">
+ <div class="bt">
+ <span><a href="https://medium.com/m/signin?operation=register&amp;redirect=https%3A%2F%2Fmedium.com%2F%40johncwelch%2Fsamantha-and-the-great-big-lie-d146a92473a1&amp;source=post_actions_footer--------------------------bookmark_footer-" class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener"><svg width="25" height="25" viewbox="0 0 25 25">
+ <path d="M19 6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14.66h.01c.01.1.05.2.12.28a.5.5 0 0 0 .7.03l5.67-4.12 5.66 4.13a.5.5 0 0 0 .71-.03.5.5 0 0 0 .12-.29H19V6zm-6.84 9.97L7 19.64V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v13.64l-5.16-3.67a.49.49 0 0 0-.68 0z" fill-rule="evenodd"></path></svg></a></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div>
+ <div class="n p">
+ <div class="z ab ac ae af ek ah ai">
+ <div class="mu mv mw lq r mx y">
+ <div class="r g">
+ <div class="my mz r df">
+ <div class="r s nc nd">
+ <span class="r na al nb"><a rel="noopener" href="/@johncwelch?source=follow_footer--------------------------follow_footer-"><img alt="John C. Welch" class="r fi ne dt" src="https://miro.medium.com/fit/c/160/160/0*qPHQu8WqsC6cV_ud.jpg" width="80" height="80" /></a></span>
+ </div>
+ <div class="nf r ng">
+ <p class="bn fo nh gk ni bs nj">
+ <span class="r na al nb">Written by</span>
+ </p>
+ </div>
+ <div class="nf nk n ng">
+ <div class="ai n o da">
+ <h2 class="bn db nl nm de">
+ <span class="r na al nb"><a class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener" href="/@johncwelch?source=follow_footer--------------------------follow_footer-">John C. Welch</a></span>
+ </h2>
+ <div class="r g">
+ <span class="r na al nb"><span><button class="nn de q fy fz ga gb gc ba bl gd ge gf gg gh gi gj bn b bo bp bq br gm gn ck go gp">Follow</button></span></span>
+ </div>
+ </div>
+ </div>
+ <div class="nf no r ng ao">
+ <div class="np r">
+ <h4 class="bn fo nq nr bs"></h4>
+ </div>
+ <div class="an ns ao">
+ <span><button class="nn de q fy fz ga gb gc ba bl gd ge gf gg gh gi gj bn b bo bp bq br gm gn ck go gp">Follow</button></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="an ao">
+ <div class="nt r">
+ <div class="n cz">
+ <div class="nu r">
+ <a rel="noopener" href="/@johncwelch?source=follow_footer--------------------------follow_footer-"><img alt="John C. Welch" class="r fi nv nw" src="https://miro.medium.com/fit/c/80/80/0*qPHQu8WqsC6cV_ud.jpg" width="40" height="40" /></a>
+ </div>
+ <div class="fl r">
+ <p class="bn fo nx ny ni bs nj">
+ Written by
+ </p>
+ <div class="n cz">
+ <h2 class="bn db nq nz de">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm" rel="noopener" href="/@johncwelch?source=follow_footer--------------------------follow_footer-">John C. Welch</a>
+ </h2>
+ <div class="fl r">
+ <span><button class="fx de q fy fz ga gb gc ba bl gd ge gf gg gh gi gj bn b bo gk gl br gm gn ck go gp">Follow</button></span>
+ </div>
+ </div>
+ <div class="oa r">
+ <h4 class="bn fo fp bp bs"></h4>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="ob mv r mx oc y"></div>
+ </div>
+ </div>
+ <div class="od r oe y">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="of og r">
+ <div class="oh oi oj og r ok ol">
+ <h2 class="bn db om hg on hk oo ho op hs oq hw de">
+ More From Medium
+ </h2>
+ </div>
+ <div class="ly n cz lp or os ot ou ov ow ox oy oz pa pb pc pd pe pf">
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/@francoise_93266/the-pinterest-paradox-cupcakes-and-toxicity-57ed6bd76960?source=post_internal_links---------0------------------">The Pinterest Paradox: Cupcakes and Toxicity</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@francoise_93266?source=post_internal_links---------0------------------">Francoise Brougher</a></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/@francoise_93266/the-pinterest-paradox-cupcakes-and-toxicity-57ed6bd76960?source=post_internal_links---------0------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*hn4v1tCaJy7cWMyb0bpNpQ.png?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*hn4v1tCaJy7cWMyb0bpNpQ.png" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*hn4v1tCaJy7cWMyb0bpNpQ.png 48w, https://miro.medium.com/fit/c/140/140/1*hn4v1tCaJy7cWMyb0bpNpQ.png 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/the-ascent/your-life-is-full-of-porn-stop-getting-yourself-off-c16cc0b092f1?source=post_internal_links---------1------------------">Your Life Is Full of Porn. Stop Getting Yourself Off.</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@timdenning?source=post_internal_links---------1------------------">Tim Denning</a> <span><!-- -->in<!-- --> <a href="https://theascent.pub/?source=post_internal_links---------1------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener">The Ascent</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/the-ascent/your-life-is-full-of-porn-stop-getting-yourself-off-c16cc0b092f1?source=post_internal_links---------1------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/@justiceforfahim/mourning-my-baby-brother-fahim-238dae9a4372?source=post_internal_links---------2------------------">Mourning my baby brother, Fahim</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@justiceforfahim?source=post_internal_links---------2------------------">Justiceforfahim</a></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/@justiceforfahim/mourning-my-baby-brother-fahim-238dae9a4372?source=post_internal_links---------2------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*HizZro5r4AJ8Fj_xjVUzrA.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*HizZro5r4AJ8Fj_xjVUzrA.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*HizZro5r4AJ8Fj_xjVUzrA.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*HizZro5r4AJ8Fj_xjVUzrA.jpeg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/refinery29/im-a-sugar-baby-this-is-how-much-i-get-paid-to-date-9cf4ec1c8e26?source=post_internal_links---------3------------------">I’m A Sugar Baby-&amp; This Is How Much I Get Paid To Date</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@refinery29?source=post_internal_links---------3------------------">Refinery29 UK</a> <span><!-- -->in<!-- --> <a href="/refinery29?source=post_internal_links---------3------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener">Refinery29</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/refinery29/im-a-sugar-baby-this-is-how-much-i-get-paid-to-date-9cf4ec1c8e26?source=post_internal_links---------3------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/0*vGxs86f0dmFewdXV.jpg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/0*vGxs86f0dmFewdXV.jpg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/0*vGxs86f0dmFewdXV.jpg 48w, https://miro.medium.com/fit/c/140/140/0*vGxs86f0dmFewdXV.jpg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a href="https://eand.co/can-kamala-harris-and-joe-biden-defeat-trump-94a10bc60f2b?source=post_internal_links---------4------------------" rel="noopener nofollow">Can Kamala Harris and Joe Biden Defeat Trump?</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@umairh?source=post_internal_links---------4------------------">umair haque</a> <span><!-- -->in<!-- --> <a href="https://eand.co/?source=post_internal_links---------4------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener nofollow">Eudaimonia and Co</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a href="https://eand.co/can-kamala-harris-and-joe-biden-defeat-trump-94a10bc60f2b?source=post_internal_links---------4------------------" class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener nofollow">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*6prX9w38K3M3PEZG9XkbFg.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*6prX9w38K3M3PEZG9XkbFg.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*6prX9w38K3M3PEZG9XkbFg.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*6prX9w38K3M3PEZG9XkbFg.jpeg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a href="https://towardsdatascience.com/best-data-science-certification-4f221ac3dbe3?source=post_internal_links---------5------------------" rel="noopener">The Best Data Science Certification You’ve Never Heard Of</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@nicolejaneway?source=post_internal_links---------5------------------">Nicole Janeway Bills</a> <span><!-- -->in<!-- --> <a href="https://towardsdatascience.com/?source=post_internal_links---------5------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener">Towards Data Science</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a href="https://towardsdatascience.com/best-data-science-certification-4f221ac3dbe3?source=post_internal_links---------5------------------" class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*t43PDV1g9w-DvjMugoks2A.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*t43PDV1g9w-DvjMugoks2A.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*t43PDV1g9w-DvjMugoks2A.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*t43PDV1g9w-DvjMugoks2A.jpeg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a rel="noopener" href="/javascript-in-plain-english/typescript-4-0-i-want-a-list-of-generic-params-with-good-labels-c6087d2df935?source=post_internal_links---------6------------------">TypeScript 4.0 finally delivers what I’ve been waiting for</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@nathanielkessler?source=post_internal_links---------6------------------">Nathaniel Kessler</a> <span><!-- -->in<!-- --> <a href="/javascript-in-plain-english?source=post_internal_links---------6------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener">JavaScript In Plain English</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener" href="/javascript-in-plain-english/typescript-4-0-i-want-a-list-of-generic-params-with-good-labels-c6087d2df935?source=post_internal_links---------6------------------">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*G00zmJivkNGN1L6fDo9vnQ.png?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*G00zmJivkNGN1L6fDo9vnQ.png" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*G00zmJivkNGN1L6fDo9vnQ.png 48w, https://miro.medium.com/fit/c/140/140/1*G00zmJivkNGN1L6fDo9vnQ.png 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa">
+ <div class="qb qc r">
+ <div class="ai by">
+ <div class="n da">
+ <div class="r qd qe qf qg">
+ <div class="qh r">
+ <h2 class="bn db qi qj qk ql qm qn qo qp qq qr de">
+ <a href="https://eand.co/america-and-the-axis-of-idiots-25a86ed4a421?source=post_internal_links---------7------------------" rel="noopener nofollow">America and the Axis of Idiots</a>
+ </h2>
+ </div>
+ <div class="o n">
+ <div class="ai r">
+ <div class="n">
+ <div style="flex:1">
+ <div class="bu n o fn">
+ <span class="bn b bo bp bq br r de q"><span class="bn fo gl bp de"><a class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener" href="/@umairh?source=post_internal_links---------7------------------">umair haque</a> <span><!-- -->in<!-- --> <a href="https://eand.co/?source=post_internal_links---------7------------------" class="bh bi at au av aw ax ay az ba fw bd bl bm" rel="noopener nofollow">Eudaimonia and Co</a></span></span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="fl gz r qs qt">
+ <a href="https://eand.co/america-and-the-axis-of-idiots-25a86ed4a421?source=post_internal_links---------7------------------" class="bh bi at au av aw ax ay az ba bj bk bd bl bm r" rel="noopener nofollow">
+ <div class="jk r df dn">
+ <div class="qu jm r">
+ <div class="cd jh s t u by ai fq ji jj">
+ <img class="s t u by ai jn jo jp" src="https://miro.medium.com/max/60/1*yNRBQduBLs8p_tEpShEGzQ.jpeg?q=20" width="70" height="70" role="presentation" />
+ </div><img class="cd jh qv qw qx qy qz ra rb rc rd re c" width="70" height="70" role="presentation" /><noscript><img class="qv qw qx qy qz ra rb rc rd re" src="https://miro.medium.com/fit/c/140/140/1*yNRBQduBLs8p_tEpShEGzQ.jpeg" width="70" height="70" srcset="https://miro.medium.com/fit/c/96/140/1*yNRBQduBLs8p_tEpShEGzQ.jpeg 48w, https://miro.medium.com/fit/c/140/140/1*yNRBQduBLs8p_tEpShEGzQ.jpeg 70w" sizes="70px" role="presentation" /></noscript>
+ </div>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="rf r rg rh">
+ <div class="n p">
+ <div class="z ab ac ae af ag ah ai">
+ <div class="ri rj my n da g">
+ <div class="rk n da">
+ <div class="rl r rm">
+ <div class="qh r">
+ <a class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener" href="/about?autoplay=1&amp;source=post_page-----d146a92473a1----------------------">
+ <h2 class="bn db dc dd rr">
+ Discover <!-- -->Medium
+ </h2></a>
+ </div>
+ <h4 class="bn fo fp bp rs">
+ Welcome to a place where words matter. On <!-- -->Medium<!-- -->, smart voices and original ideas take center stage - with no ads in sight.<!-- --> <a class="bh bi at au av aw ax ay az ba bd rp rq rt" rel="noopener" href="/about?autoplay=1&amp;source=post_page-----d146a92473a1----------------------">Watch</a>
+ </h4>
+ </div>
+ <div class="rl r rm">
+ <div class="qh r">
+ <a href="https://medium.com/topics?source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener">
+ <h2 class="bn db dc dd rr">
+ Make <!-- -->Medium<!-- --> yours
+ </h2></a>
+ </div>
+ <h4 class="bn fo fp bp rs">
+ Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox.<!-- --> <a href="https://medium.com/topics?source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba bd rp rq rt" rel="noopener">Explore</a>
+ </h4>
+ </div>
+ <div class="rl r rm">
+ <div class="qh r">
+ <a class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener" href="/membership?source=post_page-----d146a92473a1----------------------">
+ <h2 class="bn db dc dd rr">
+ Become a member
+ </h2></a>
+ </div>
+ <h4 class="bn fo fp bp rs">
+ Get unlimited access to the best stories on <!-- -->Medium<!-- --> — and support writers while you’re at it. Just $5/month.<!-- --> <a class="bh bi at au av aw ax ay az ba bd rp rq rt" rel="noopener" href="/membership?source=post_page-----d146a92473a1----------------------">Upgrade</a>
+ </h4>
+ </div>
+ </div>
+ </div>
+ <div class="n ke">
+ <div class="n o da">
+ <a class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener" href="/?source=post_page-----d146a92473a1----------------------"><svg height="22" width="112" viewbox="0 0 111.5 22" class="ru">
+ <path d="M56.3 19.5c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5V19c-.7 1.8-2.4 3-4.3 3-3.3 0-5.8-2.6-5.8-7.5 0-4.5 2.6-7.6 6.3-7.6 1.6-.1 3.1.8 3.8 2.4V3.2c0-.3-.1-.6-.3-.7l-1.4-1.4V1l6.5-.8v19.3zm-4.8-.8V9.5c-.5-.6-1.2-.9-1.9-.9-1.6 0-3.1 1.4-3.1 5.7 0 4 1.3 5.4 3 5.4.8.1 1.6-.3 2-1zm9.1 3.1V9.4c0-.3-.1-.6-.3-.7l-1.4-1.5v-.1h6.5v12.5c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5zm-.2-19.2C60.4 1.2 61.5 0 63 0c1.4 0 2.6 1.2 2.6 2.6S64.4 5.3 63 5.3a2.6 2.6 0 0 1-2.6-2.7zm22.5 16.9c0 .4 0 .5.3.7l1.5 1.4v.1h-6.5v-3.2c-.6 2-2.4 3.4-4.5 3.4-2.9 0-4.4-2.1-4.4-6.2 0-1.9 0-4.1.1-6.5 0-.3-.1-.5-.3-.7L67.7 7v.1H74v8c0 2.6.4 4.4 2 4.4.9-.1 1.7-.6 2.1-1.3V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v12.4zm22 2.3c0-.5.1-6.5.1-7.9 0-2.6-.4-4.5-2.2-4.5-.9 0-1.8.5-2.3 1.3.2.8.3 1.7.3 2.5 0 1.8-.1 4.2-.1 6.5 0 .3.1.5.3.7l1.5 1.4v.1H96c0-.4.1-6.5.1-7.9 0-2.7-.4-4.5-2.2-4.5-.9 0-1.7.5-2.2 1.3v9c0 .4 0 .5.3.7l1.4 1.4v.1h-6.5V9.5c0-.3-.1-.6-.3-.7l-1.4-1.5v-.2h6.5v3.1a4.6 4.6 0 0 1 4.6-3.4c2.2 0 3.6 1.2 4.2 3.5.7-2.1 2.7-3.6 4.9-3.5 2.9 0 4.5 2.2 4.5 6.2 0 1.9-.1 4.2-.1 6.5-.1.3.1.6.3.7l1.4 1.4v.1h-6.6zm-81.4-2l1.9 1.9v.1h-9.8v-.1l2-1.9c.2-.2.3-.4.3-.7V7.3c0-.5 0-1.2.1-1.8L11.4 22h-.1L4.5 6.8c-.1-.4-.2-.4-.3-.6v10c-.1.7 0 1.3.3 1.9l2.7 3.6v.1H0v-.1L2.7 18c.3-.6.4-1.3.3-1.9v-11c0-.5-.1-1.1-.5-1.5L.7 1.1V1h7l5.8 12.9L18.6 1h6.8v.1l-1.9 2.2c-.2.2-.3.5-.3.7v15.2c0 .2.1.5.3.6zm7.6-5.9c0 3.8 1.9 5.3 4.2 5.3 1.9.1 3.6-1 4.4-2.7h.1c-.8 3.7-3.1 5.5-6.5 5.5-3.7 0-7.2-2.2-7.2-7.4 0-5.5 3.5-7.6 7.3-7.6 3.1 0 6.4 1.5 6.4 6.2v.8h-8.7zm0-.8h4.3v-.8c0-3.9-.8-4.9-2-4.9-1.4.1-2.3 1.6-2.3 5.7z"></path></svg></a>
+ <div class="oa rv n da rw al">
+ <h4 class="bn fo fp bp rs"></h4>
+ </div><a class="bh bi at au av aw ax ay az ba fw bd rp rq" rel="noopener" href="/about?autoplay=1&amp;source=post_page-----d146a92473a1----------------------">About</a>
+ <h4 class="bn fo nq nr rr">
+ <a href="https://help.medium.com/hc/en-us?source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba fw bd rp rq" rel="noopener">Help</a>
+ </h4>
+ <h4 class="bn fo nq nr rr">
+ <a href="https://policy.medium.com/medium-terms-of-service-9db0094a1e0f?source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba fw bd rp rq" rel="noopener">Legal</a>
+ </h4>
+ </div>
+ </div>
+ <div class="an rx ry al">
+ <h4 class="bn fo nq nr rs">
+ Get the Medium app
+ </h4>
+ </div>
+ <div class="an rx cs al rz">
+ <div class="sa r">
+ <a href="https://itunes.apple.com/app/medium-everyones-stories/id828256236?pt=698524&amp;mt=8&amp;ct=post_page&amp;source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener nofollow"><img alt="A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store" class="" src="https://miro.medium.com/max/270/1*Crl55Tm6yDNMoucPo1tvDg.png" width="135" height="41" /></a>
+ </div>
+ <div class="r">
+ <a href="https://play.google.com/store/apps/details?id=com.medium.reader&amp;source=post_page-----d146a92473a1----------------------" class="bh bi at au av aw ax ay az ba rn ro bd rp rq" rel="noopener nofollow"><img alt="A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store" class="" src="https://miro.medium.com/max/270/1*W_RAPQ62h0em559zluJLdQ.png" width="135" height="41" /></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ <![CDATA[
+ window.__BUILD_ID__ = "main-20200813-221821-b007452387"
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__GRAPHQL_URI__ = "https://medium.com/_/graphql"
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__PRELOADED_STATE__ = {"auroraPostPage":{"isAuroraPostPageEnabled":false},"config":{"nodeEnv":"production","version":"main-20200813-221821-b007452387","productName":"Medium","publicUrl":"https:\u002F\u002Fcdn-client.medium.com\u002Flite","authDomain":"medium.com","authGoogleClientId":"216296035834-k1k6qe060s2tp2a2jam4ljdcms00sttg.apps.googleusercontent.com","favicon":"production","glyphUrl":"https:\u002F\u002Fglyph.medium.com","branchKey":"key_live_ofxXr2qTrrU9NqURK8ZwEhknBxiI6KBm","lightStep":{"name":"lite-web","host":"lightstep.medium.systems","token":"ce5be895bef60919541332990ac9fef2","appVersion":"main-20200813-221821-b007452387"},"algolia":{"appId":"MQ57UUUQZ2","apiKeySearch":"394474ced050e3911ae2249ecc774921","indexPrefix":"medium_","host":"-dsn.algolia.net"},"recaptchaKey":"6Lfc37IUAAAAAKGGtC6rLS13R1Hrw_BqADfS1LRk","recaptcha3Key":"6Lf8R9wUAAAAABMI_85Wb8melS7Zj6ziuf99Yot5","datadog":{"clientToken":"pub853ea8d17ad6821d9f8f11861d23dfed","context":{"deployment":{"target":"production","tag":"main-20200813-221821-b007452387","commit":"b00745238769aa939b76e1f378ff3835829c632f"}},"datacenter":"us"},"isAmp":false,"googleAnalyticsCode":"UA-24232453-2","signInWallCustomDomainCollectionIds":["3a8144eabfe3","336d898217ee","61061eb0c96b","138adf9c44c","819cc2aaeee0"],"mediumOwnedAndOperatedCollectionIds":["544c7006046e","bcc38c8f6edf","444d13b52878","8d6b8a439e32","92d2092dc598","1285ba81cada","cb8577c9149e","8ccfed20cbb2","ae2a65f35510","3f6ecf56618","7b6769f2748b","fc8964313712","ef8e90590e66","191186aaafa0","d944778ce714","bdc4052bbdba","88d9857e584e","9dc80918cc93","8a9336e5bb4"],"tierOneDomains":["medium.com","thebolditalic.com","arcdigital.media","towardsdatascience.com","uxdesign.cc","codeburst.io","psiloveyou.xyz","writingcooperative.com","entrepreneurshandbook.co","prototypr.io","betterhumans.coach.me","theascent.pub"],"defaultImages":{"avatar":{"imageId":"1*dmbNkD5D-u45r44go_cf0g.png","height":150,"width":150},"orgLogo":{"imageId":"1*OMF3fSqH8t4xBJ9-6oZDZw.png","height":106,"width":545},"postLogo":{"imageId":"1*3sela1OADrJr7dJk_CXaEQ.png","height":810,"width":1440},"postPreviewImage":{"imageId":"1*hn4v1tCaJy7cWMyb0bpNpQ.png","height":386,"width":579}},"performanceTags":[],"collectionStructuredData":{"8d6b8a439e32":{"name":"Elemental","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F980\u002F1*[email protected]","width":980,"height":159}}},"3f6ecf56618":{"name":"Forge","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F596\u002F1*[email protected]","width":596,"height":183}}},"ae2a65f35510":{"name":"GEN","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F264\u002F1*RdVZMdvfV3YiZTw6mX7yWA.png","width":264,"height":140}}},"88d9857e584e":{"name":"LEVEL","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*JqYMhNX6KNNb2UlqGqO2WQ.png","width":540,"height":108}}},"7b6769f2748b":{"name":"Marker","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fcdn-images-1.medium.com\u002Fmax\u002F383\u002F1*[email protected]","width":383,"height":92}}},"444d13b52878":{"name":"OneZero","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*cw32fIqCbRWzwJaoQw6BUg.png","width":540,"height":123}}},"8ccfed20cbb2":{"name":"Zora","data":{"@type":"NewsMediaOrganization","ethicsPolicy":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Farticles\u002F360043290473","logo":{"@type":"ImageObject","url":"https:\u002F\u002Fmiro.medium.com\u002Fmax\u002F540\u002F1*tZUQqRcCCZDXjjiZ4bDvgQ.png","width":540,"height":106}}}},"embeddedPostIds":{"coronavirus":"cd3010f9d81f"},"sharedCdcMessaging":{"COVID_APPLICABLE_TAG_SLUGS":["pandemic","epidemic","coronavirus","covid19","co-vid-19","containment","self-care","flatten-the-curve","public-health","virus","public-health-crisis","quarantine","self-quarantine","zika","corona","disease-prevention","wuhan","chinavirus","outbreak","influenza","socialdistancing","social-distance","flu","vaccines","healthcare","medicine","conspiracy-theories","conspiracy","virality","epidemia","pandemia","salud","corona-e-virus","coronavirus-covid19","covid-19","covid-19-symptoms","covid-19-crisis","covid-19-testing","covid-19-treatment","coronavirus-update","coronavirus-diaries"],"COVID_APPLICABLE_TOPIC_NAMES":["coronavirus"],"COVID_APPLICABLE_TOPIC_NAMES_FOR_TOPIC_PAGE":["coronavirus","health"],"COVID_MESSAGES":{"tierA":{"text":"For more information on the novel coronavirus and Covid-19, visit cdc.gov.","markups":[{"start":66,"end":73,"href":"https:\u002F\u002Fwww.cdc.gov\u002Fcoronavirus\u002F2019-nCoV"}]},"tierB":{"text":"Anyone can publish on Medium per our Policies, but we don’t fact-check every story. For more info about the coronavirus, see cdc.gov.","markups":[{"start":37,"end":45,"href":"https:\u002F\u002Fhelp.medium.com\u002Fhc\u002Fen-us\u002Fcategories\u002F201931128-Policies-Safety"},{"start":125,"end":132,"href":"https:\u002F\u002Fwww.cdc.gov\u002Fcoronavirus\u002F2019-nCoV"}]},"paywall":{"text":"This article has been made free for everyone, thanks to Medium Members. For more information on the novel coronavirus and Covid-19, visit cdc.gov.","markups":[{"start":56,"end":70,"href":"https:\u002F\u002Fmedium.com\u002Fmembership"},{"start":138,"end":145,"href":"https:\u002F\u002Fwww.cdc.gov\u002Fcoronavirus\u002F2019-nCoV"}]}},"COVID_BANNER_POST_ID_OVERRIDE_WHITELIST":["3b31a67bff4a"]},"embedPostRules":[],"recircOptions":{"v1":{"limit":3},"v2":{"limit":8}},"braintreeClientKey":"production_zjkj96jm_m56f8fqpf7ngnrd4","paypalClientId":"AXj1G4fotC2GE8KzWX9mSxCH1wmPE3nJglf4Z2ig_amnhvlMVX87otaq58niAg9iuLktVNF_1WCMnN7v"},"debug":{"requestId":"03e4b1e9-aa96-4f99-9f98-df3d01c65cb9","edge":"valencia","originalSpanCarrier":{"ot-tracer-spanid":"17d028ba431ac3ef","ot-tracer-traceid":"e2a575fa5e4cabed","ot-tracer-sampled":"true"}},"session":{"user":{"id":"lo_d4e92d369991"},"xsrf":"","isSpoofed":false},"stats":{"itemCount":0,"sending":false,"timeout":null,"backup":{}},"navigation":{"branch":{"show":null,"hasRendered":null,"blockedByCTA":false},"hideGoogleOneTap":false,"hasRenderedGoogleOneTap":null,"hasRenderedAlternateUserBanner":null,"currentLocation":"https:\u002F\u002Fmedium.com\u002F@johncwelch\u002Fsamantha-and-the-great-big-lie-d146a92473a1","host":"medium.com","hostname":"medium.com","susiModal":{"step":null,"operation":"register"},"postRead":false},"client":{"isBot":false,"isCustomDomain":false,"isEu":false,"isNativeMedium":false,"isSafariMobile":false,"inAppBrowserName":"","supportsWebp":false},"multiVote":{"clapsPerPost":{}},"tracing":{}}
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.__APOLLO_STATE__ = {"ROOT_QUERY.variantFlags.0":{"name":"allow_access","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.0.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.0.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.1":{"name":"allow_signup","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.1.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.1.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.2":{"name":"allow_test_auth","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.2.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.2.valueType":{"__typename":"VariantFlagString","value":"disallow"},"ROOT_QUERY.variantFlags.3":{"name":"assign_default_topic_to_posts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.3.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.3.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.4":{"name":"available_annual_plan","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.4.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.4.valueType":{"__typename":"VariantFlagString","value":"2c754bcc2995"},"ROOT_QUERY.variantFlags.5":{"name":"available_monthly_plan","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.5.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.5.valueType":{"__typename":"VariantFlagString","value":"60e220181034"},"ROOT_QUERY.variantFlags.6":{"name":"bane_add_user","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.6.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.6.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.7":{"name":"bane_verify_domain","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.7.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.7.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.8":{"name":"branch_seo_metadata","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.8.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.8.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.9":{"name":"browsable_stream_config_bucket","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.9.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.9.valueType":{"__typename":"VariantFlagString","value":"curated-topics"},"ROOT_QUERY.variantFlags.10":{"name":"coronavirus_topic_recirc","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.10.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.10.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.11":{"name":"covid_19_cdc_banner","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.11.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.11.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.12":{"name":"default_seo_post_titles","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.12.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.12.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.13":{"name":"disable_android_subscription_activity_carousel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.13.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.13.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.14":{"name":"disable_ios_resume_reading_toast","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.14.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.14.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.15":{"name":"disable_ios_subscription_activity_carousel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.15.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.15.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.16":{"name":"disable_mobile_featured_chunk","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.16.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.16.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.17":{"name":"disable_post_recommended_from_friends_provider","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.17.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.17.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.18":{"name":"enable_alternate_onboarding_email_subject","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.18.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.18.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.19":{"name":"enable_android_local_currency","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.19.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.19.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.20":{"name":"enable_annual_renewal_reminder_email","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.20.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.20.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.21":{"name":"enable_app_flirty_thirty","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.21.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.21.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.22":{"name":"enable_apple_sign_in","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.22.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.22.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.23":{"name":"enable_apple_webhook","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.23.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.23.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.24":{"name":"enable_apple_webhook_renewal_status","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.24.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.24.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.25":{"name":"enable_aurora_about_page_routing","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.25.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.25.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.26":{"name":"enable_aurora_lightweight_flow","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.26.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.26.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.27":{"name":"enable_aurora_post_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.27.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.27.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.28":{"name":"enable_aurora_tag_page_routing","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.28.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.28.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.29":{"name":"enable_auto_forfeit_earnings","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.29.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.29.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.30":{"name":"enable_automated_mission_control_triggers","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.30.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.30.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.31":{"name":"enable_braintree_cancellation_with_cycles","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.31.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.31.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.32":{"name":"enable_braintree_integration","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.32.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.32.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.33":{"name":"enable_braintree_membership","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.33.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.33.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.34":{"name":"enable_braintree_paypal","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.34.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.34.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.35":{"name":"enable_braintree_update_payment_endpoint","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.35.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.35.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.36":{"name":"enable_braintree_webhook","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.36.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.36.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.37":{"name":"enable_branch_io","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.37.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.37.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.38":{"name":"enable_branch_text_me_the_app","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.38.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.38.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.39":{"name":"enable_branding","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.39.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.39.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.40":{"name":"enable_branding_fonts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.40.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.40.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.41":{"name":"enable_cc_trial_member_onboarding_emails","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.41.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.41.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.42":{"name":"enable_cleansweep_double_writes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.42.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.42.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.43":{"name":"enable_confirm_sign_in","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.43.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.43.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.44":{"name":"enable_cta_meter","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.44.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.44.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.45":{"name":"enable_curation_priority_queue_experiment","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.45.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.45.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.46":{"name":"enable_dedicated_series_tab_api_ios","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.46.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.46.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.47":{"name":"enable_different_grid","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.47.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.47.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.48":{"name":"enable_digest_feature_logging","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.48.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.48.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.49":{"name":"enable_digest_tagline","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.49.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.49.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.50":{"name":"enable_disregard_trunc_state_for_footer","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.50.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.50.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.51":{"name":"enable_edit_alt_text","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.51.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.51.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.52":{"name":"enable_email_sign_in_captcha","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.52.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.52.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.53":{"name":"enable_embedding_based_diversification","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.53.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.53.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.54":{"name":"enable_end_of_post_cleanup","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.54.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.54.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.55":{"name":"enable_expanded_feature_chunk_pool","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.55.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.55.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.56":{"name":"enable_filter_by_resend_rules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.56.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.56.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.57":{"name":"enable_filter_expire_processor","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.57.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.57.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.58":{"name":"enable_first_name_on_paywall","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.58.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.58.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.59":{"name":"enable_footer_app_buttons","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.59.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.59.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.60":{"name":"enable_free_corona_topic","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.60.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.60.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.61":{"name":"enable_global_susi_modal","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.61.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.61.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.62":{"name":"enable_google_one_tap","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.62.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.62.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.63":{"name":"enable_highlander_member_digest","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.63.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.63.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.64":{"name":"enable_icelandic_truncated_posts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.64.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.64.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.65":{"name":"enable_ios_post_stats","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.65.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.65.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.66":{"name":"enable_janky_spam_rules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.66.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.66.valueType":{"__typename":"VariantFlagString","value":"users,posts"},"ROOT_QUERY.variantFlags.67":{"name":"enable_json_logs_trained_ranker","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.67.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.67.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.68":{"name":"enable_kbfd_rex","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.68.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.68.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.69":{"name":"enable_kbfd_rex_app_highlights","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.69.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.69.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.70":{"name":"enable_kbfd_rex_daily_digest","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.70.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.70.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.71":{"name":"enable_lite_about_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.71.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.71.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.72":{"name":"enable_lite_homepage","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.72.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.72.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.73":{"name":"enable_lite_notifications","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.73.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.73.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.74":{"name":"enable_lite_pay_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.74.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.74.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.75":{"name":"enable_lite_post","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.75.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.75.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.76":{"name":"enable_lite_post_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.76.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.76.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.77":{"name":"enable_lite_post_highlights","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.77.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.77.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.78":{"name":"enable_lite_post_highlights_view_only","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.78.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.78.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.79":{"name":"enable_lite_profile","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.79.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.79.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.80":{"name":"enable_lite_pub_header_menu","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.80.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.80.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.81":{"name":"enable_lite_pub_homepage_for_selected_domains","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.81.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.81.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.82":{"name":"enable_lite_server_upstream_deadlines","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.82.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.82.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.83":{"name":"enable_lite_stories","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.83.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.83.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.84":{"name":"enable_lite_topics","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.84.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.84.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.85":{"name":"enable_lite_unread_notification_count_mutation","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.85.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.85.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.86":{"name":"enable_lo_open_in_app","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.86.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.86.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.87":{"name":"enable_lock_responses","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.87.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.87.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.88":{"name":"enable_login_code_flow","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.88.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.88.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.89":{"name":"enable_m2_unviewable_filter","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.89.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.89.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.90":{"name":"enable_marketing_emails","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.90.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.90.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.91":{"name":"enable_media_resource_try_catch","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.91.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.91.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.92":{"name":"enable_member_onboarding","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.92.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.92.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.93":{"name":"enable_membership_remove_section_a","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.93.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.93.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.94":{"name":"enable_metered_out_email_changes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.94.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.94.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.95":{"name":"enable_miro_on_kubernetes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.95.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.95.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.96":{"name":"enable_ml_rank_modules","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.96.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.96.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.97":{"name":"enable_ml_rank_rex_anno","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.97.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.97.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.98":{"name":"enable_monthly_member_onboarding_emails","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.98.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.98.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.99":{"name":"enable_more_on_coronavirus","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.99.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.99.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.100":{"name":"enable_mute","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.100.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.100.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.101":{"name":"enable_new_collaborative_filtering_data","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.101.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.101.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.102":{"name":"enable_new_suspended_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.102.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.102.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.103":{"name":"enable_new_three_dot_menu","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.103.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.103.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.104":{"name":"enable_open_in_app_regwall","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.104.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.104.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.105":{"name":"enable_optimizely","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.105.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.105.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.106":{"name":"enable_orion","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.106.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.106.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.107":{"name":"enable_parsely","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.107.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.107.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.108":{"name":"enable_patronus_on_kubernetes","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.108.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.108.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.109":{"name":"enable_popularity_feature","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.109.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.109.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.110":{"name":"enable_post_import","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.110.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.110.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.111":{"name":"enable_post_page_nav_stickiness_removal","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.111.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.111.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.112":{"name":"enable_post_seo_settings_screen","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.112.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.112.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.113":{"name":"enable_post_settings_screen","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.113.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.113.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.114":{"name":"enable_post_table_of_contents","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.114.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.114.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.115":{"name":"enable_primary_topic_for_mobile","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.115.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.115.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.116":{"name":"enable_profile_page_seo_titles","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.116.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.116.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.117":{"name":"enable_responses_2","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.117.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.117.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.118":{"name":"enable_responses_all","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.118.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.118.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.119":{"name":"enable_responses_edit_and_delete","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.119.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.119.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.120":{"name":"enable_responses_highlight","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.120.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.120.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.121":{"name":"enable_responses_moderation","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.121.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.121.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.122":{"name":"enable_rito_upstream_deadlines","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.122.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.122.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.123":{"name":"enable_rtr_channel","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.123.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.123.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.124":{"name":"enable_save_to_medium","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.124.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.124.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.125":{"name":"enable_sisko","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.125.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.125.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.126":{"name":"enable_starspace","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.126.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.126.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.127":{"name":"enable_starspace_ranker_starspace","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.127.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.127.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.128":{"name":"enable_theme_editor","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.128.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.128.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.129":{"name":"enable_tick_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.129.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.129.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.130":{"name":"enable_tipalti_onboarding","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.130.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.130.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.131":{"name":"enable_tribute_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.131.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.131.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.132":{"name":"enable_trumpland_landing_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.132.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.132.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.133":{"name":"enable_valencia_cd_posts","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.133.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.133.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.134":{"name":"enable_valencia_cd_profiles","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.134.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.134.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.135":{"name":"enable_valencia_clientele_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.135.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.135.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.136":{"name":"enable_valencia_lite_reporting_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.136.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.136.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.137":{"name":"enable_valencia_lite_routes_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.137.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.137.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.138":{"name":"enable_valencia_medium_routes_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.138.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.138.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.139":{"name":"enable_valencia_stat_batch_cd","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.139.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.139.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.140":{"name":"glyph_embed_commands","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.140.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.140.valueType":{"__typename":"VariantFlagString","value":"control"},"ROOT_QUERY.variantFlags.141":{"name":"glyph_font_set","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.141.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.141.valueType":{"__typename":"VariantFlagString","value":"m2"},"ROOT_QUERY.variantFlags.142":{"name":"google_sign_in_android","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.142.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.142.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.143":{"name":"ios_pub_follow_email_opt_in","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.143.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.143.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.144":{"name":"is_not_medium_subscriber","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.144.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.144.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.145":{"name":"limit_post_referrers","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.145.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.145.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.146":{"name":"make_nav_sticky","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.146.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.146.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.147":{"name":"new_transition_page","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.147.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.147.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.148":{"name":"pub_sidebar","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.148.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.148.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.149":{"name":"remove_post_post_similarity","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.149.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.149.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.150":{"name":"retrained_ranker","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.150.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.150.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.151":{"name":"rex_providers_4","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.151.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.151.valueType":{"__typename":"VariantFlagString","value":"experiment_b"},"ROOT_QUERY.variantFlags.152":{"name":"sign_up_with_email_button","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.152.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.152.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.153":{"name":"signin_services","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.153.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.153.valueType":{"__typename":"VariantFlagString","value":"twitter,facebook,google,email,google-fastidv,google-one-tap,apple"},"ROOT_QUERY.variantFlags.154":{"name":"signup_services","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.154.valueType","typename":"VariantFlagString"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.154.valueType":{"__typename":"VariantFlagString","value":"twitter,facebook,google,email,google-fastidv,google-one-tap,apple"},"ROOT_QUERY.variantFlags.155":{"name":"skip_sign_in_recaptcha","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.155.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.155.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.156":{"name":"use_new_admin_topic_backend","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.156.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.156.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY.variantFlags.157":{"name":"xgboost_auto_suspend","valueType":{"type":"id","generated":true,"id":"$ROOT_QUERY.variantFlags.157.valueType","typename":"VariantFlagBoolean"},"__typename":"VariantFlag"},"$ROOT_QUERY.variantFlags.157.valueType":{"__typename":"VariantFlagBoolean","value":true},"ROOT_QUERY":{"variantFlags":[{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.0","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.1","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.2","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.3","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.4","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.5","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.6","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.7","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.8","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.9","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.10","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.11","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.12","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.13","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.14","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.15","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.16","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.17","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.18","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.19","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.20","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.21","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.22","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.23","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.24","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.25","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.26","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.27","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.28","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.29","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.30","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.31","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.32","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.33","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.34","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.35","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.36","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.37","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.38","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.39","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.40","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.41","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.42","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.43","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.44","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.45","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.46","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.47","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.48","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.49","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.50","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.51","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.52","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.53","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.54","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.55","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.56","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.57","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.58","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.59","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.60","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.61","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.62","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.63","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.64","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.65","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.66","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.67","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.68","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.69","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.70","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.71","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.72","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.73","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.74","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.75","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.76","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.77","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.78","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.79","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.80","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.81","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.82","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.83","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.84","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.85","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.86","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.87","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.88","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.89","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.90","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.91","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.92","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.93","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.94","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.95","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.96","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.97","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.98","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.99","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.100","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.101","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.102","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.103","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.104","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.105","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.106","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.107","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.108","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.109","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.110","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.111","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.112","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.113","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.114","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.115","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.116","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.117","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.118","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.119","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.120","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.121","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.122","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.123","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.124","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.125","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.126","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.127","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.128","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.129","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.130","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.131","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.132","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.133","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.134","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.135","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.136","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.137","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.138","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.139","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.140","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.141","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.142","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.143","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.144","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.145","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.146","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.147","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.148","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.149","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.150","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.151","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.152","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.153","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.154","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.155","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.156","typename":"VariantFlag"},{"type":"id","generated":true,"id":"ROOT_QUERY.variantFlags.157","typename":"VariantFlag"}],"viewer":null,"meterPost({\"postId\":\"d146a92473a1\",\"postMeteringOptions\":{}})":{"type":"id","generated":false,"id":"MeteringInfo:singleton","typename":"MeteringInfo"},"postResult({\"id\":\"d146a92473a1\"})":{"type":"id","generated":false,"id":"Post:d146a92473a1","typename":"Post"}},"MeteringInfo:singleton":{"__typename":"MeteringInfo","postIds":{"type":"json","json":[]},"maxUnlockCount":3,"unlocksRemaining":3},"Post:d146a92473a1":{"__typename":"Post","id":"d146a92473a1","mediumUrl":"https:\u002F\u002Fmedium.com\u002F@johncwelch\u002Fsamantha-and-the-great-big-lie-d146a92473a1","canonicalUrl":"","collection":null,"content({\"postMeteringOptions\":{}})":{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}})","typename":"PostContent"},"creator":{"type":"id","generated":false,"id":"User:77a507c5ad19","typename":"User"},"customStyleSheet":null,"firstPublishedAt":1444875555607,"isLocked":false,"isPublished":true,"isShortform":false,"isEmail":false,"layerCake":0,"primaryTopic":null,"title":"Samantha and The Great Big Lie","latestPublishedVersion":"3fed73795ca4","visibility":"PUBLIC","isLimitedState":false,"sequence":null,"pendingCollection":null,"shareKey":null,"statusForCollection":null,"readingTime":17.92735849056604,"readingList":"READING_LIST_NONE","allowResponses":true,"clapCount":193,"viewerClapCount":0,"voterCount":165,"recommenders":[],"license":"ALL_RIGHTS_RESERVED","newsletterId":"","tags":[],"topics":[],"postResponses":{"type":"id","generated":true,"id":"$Post:d146a92473a1.postResponses","typename":"PostResponses"},"responsesCount":14,"internalLinks({\"paging\":{\"limit\":8}})":{"type":"id","generated":true,"id":"$Post:d146a92473a1.internalLinks({\"paging\":{\"limit\":8}})","typename":"InternalLinksConnection"},"pinnedAt":0,"collaborators":[],"translationSourcePost":null,"inResponseToPostResult":null,"inResponseToMediaResource":null,"lockedSource":"LOCKED_POST_SOURCE_NONE","curationEligibleAt":0,"isDistributionAlertDismissed":false,"audioVersionUrl":"","socialTitle":"","socialDek":"","metaDescription":"","latestPublishedAt":1449844114438,"previewContent":{"type":"id","generated":true,"id":"$Post:d146a92473a1.previewContent","typename":"PreviewContent"},"previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*kbPh7V97eyRodSOw2-ALDw.png","typename":"ImageMetadata"},"seoTitle":"","updatedAt":1524435864777,"shortformType":"SHORTFORM_TYPE_LINK","structuredData":"","seoDescription":"","isSuspended":false},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}})":{"isLockedPreviewOnly":false,"validatedShareKey":"","__typename":"PostContent","bodyModel":{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel","typename":"RichText"}},"User:77a507c5ad19":{"id":"77a507c5ad19","isSuspended":false,"__typename":"User","name":"John C. Welch","customStyleSheet":null,"username":"johncwelch","isFollowing":null,"isAuroraVisible":false,"allowNotes":true,"bio":"","imageId":"0*qPHQu8WqsC6cV_ud.jpg","mediumMemberAt":0,"isBlocking":null,"isMuting":null,"isPartnerProgramEnrolled":false,"twitterScreenName":""},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.0":{"name":"55ff","startIndex":0,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.1":{"name":"c360","startIndex":8,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.2":{"name":"2ba2","startIndex":17,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.3":{"name":"c883","startIndex":176,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.4":{"name":"8ab2","startIndex":183,"textLayout":null,"imageLayout":null,"backgroundImage":null,"videoLayout":null,"backgroundVideo":null,"__typename":"Section"},"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel":{"sections":[{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.0","typename":"Section"},{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.1","typename":"Section"},{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.2","typename":"Section"},{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.3","typename":"Section"},{"type":"id","generated":true,"id":"$Post:d146a92473a1.content({\"postMeteringOptions\":{}}).bodyModel.sections.4","typename":"Section"}],"paragraphs":[{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_0","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_1","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_2","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_3","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_4","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_5","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_6","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_7","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_8","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_9","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_10","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_11","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_12","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_13","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_14","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_15","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_16","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_17","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_18","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_19","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_20","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_21","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_22","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_23","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_24","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_25","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_26","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_27","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_28","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_29","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_30","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_31","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_32","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_33","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_34","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_35","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_36","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_37","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_38","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_39","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_40","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_41","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_42","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_43","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_44","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_45","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_46","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_47","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_48","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_49","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_50","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_51","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_52","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_53","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_54","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_55","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_56","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_57","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_58","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_59","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_60","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_61","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_62","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_63","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_64","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_65","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_66","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_67","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_68","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_69","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_70","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_71","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_72","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_73","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_74","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_75","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_76","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_77","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_78","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_79","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_80","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_81","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_82","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_83","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_84","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_85","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_86","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_87","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_88","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_89","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_90","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_91","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_92","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_93","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_94","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_95","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_96","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_97","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_98","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_99","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_100","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_101","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_102","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_103","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_104","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_105","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_106","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_107","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_108","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_109","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_110","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_111","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_112","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_113","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_114","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_115","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_116","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_117","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_118","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_119","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_120","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_121","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_122","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_123","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_124","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_125","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_126","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_127","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_128","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_129","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_130","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_131","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_132","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_133","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_134","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_135","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_136","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_137","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_138","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_139","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_140","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_141","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_142","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_143","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_144","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_145","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_146","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_147","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_148","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_149","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_150","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_151","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_152","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_153","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_154","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_155","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_156","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_157","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_158","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_159","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_160","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_161","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_162","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_163","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_164","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_165","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_166","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_167","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_168","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_169","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_170","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_171","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_172","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_173","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_174","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_175","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_176","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_177","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_178","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_179","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_180","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_181","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_182","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_183","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_184","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_185","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_186","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_187","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_188","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_189","typename":"Paragraph"},{"type":"id","generated":false,"id":"Paragraph:3fed73795ca4_190","typename":"Paragraph"}],"__typename":"RichText"},"Paragraph:3fed73795ca4_0":{"id":"3fed73795ca4_0","name":"b34c","type":"H3","href":null,"layout":null,"metadata":null,"text":"Samantha and The Great Big Lie","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_1":{"id":"3fed73795ca4_1","name":"97e7","type":"P","href":null,"layout":null,"metadata":null,"text":"How to get shanked doing what people say they want","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_2":{"id":"3fed73795ca4_2","name":"df70","type":"BQ","href":null,"layout":null,"metadata":null,"text":"don’t preach to me\nMr. integrity","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_3":{"id":"3fed73795ca4_3","name":"c979","type":"P","href":null,"layout":null,"metadata":null,"text":"(EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_4":{"id":"3fed73795ca4_4","name":"342d","type":"P","href":null,"layout":null,"metadata":null,"text":"First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_5":{"id":"3fed73795ca4_5","name":"2e61","type":"P","href":null,"layout":null,"metadata":null,"text":"Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_6":{"id":"3fed73795ca4_6","name":"cd31","type":"P","href":null,"layout":null,"metadata":null,"text":"…sorry, I should explain “The Great Big Lie”. There are several, but in this case, our specific instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_6.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_6.markups.0":{"type":"EM","start":87,"end":95,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_7":{"id":"3fed73795ca4_7","name":"ae07","type":"P","href":null,"layout":null,"metadata":null,"text":"That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_8":{"id":"3fed73795ca4_8","name":"a02f","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_9":{"id":"3fed73795ca4_9","name":"9213","type":"OLI","href":null,"layout":null,"metadata":null,"text":"With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a patronage model that will probably be successful for him.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_9.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_9.markups.0":{"type":"A","start":93,"end":108,"href":"http:\u002F\u002Fwww.marco.org\u002F2015\u002F10\u002F09\u002Fovercast2","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_10":{"id":"3fed73795ca4_10","name":"dfa5","type":"OLI","href":null,"layout":null,"metadata":null,"text":"Arment’s insistence that “anyone can do this” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_10.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_10.markups.0":{"type":"A","start":26,"end":44,"href":"https:\u002F\u002Fmedium.com\u002F@marcoarment\u002Fpragmatic-app-pricing-a79fc07218f3","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_11":{"id":"3fed73795ca4_11","name":"e55d","type":"OLI","href":null,"layout":null,"metadata":null,"text":"Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, Marco, not only don’t have, but have little chance of attaining anytime soon.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_11.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_11.markups.0":{"type":"EM","start":256,"end":261,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_12":{"id":"3fed73795ca4_12","name":"35fb","type":"OLI","href":null,"layout":null,"metadata":null,"text":"Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_13":{"id":"3fed73795ca4_13","name":"38e2","type":"OLI","href":null,"layout":null,"metadata":null,"text":"In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_14":{"id":"3fed73795ca4_14","name":"0481","type":"P","href":null,"layout":null,"metadata":null,"text":"None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_15":{"id":"3fed73795ca4_15","name":"5a45","type":"P","href":null,"layout":null,"metadata":null,"text":"So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_16":{"id":"3fed73795ca4_16","name":"3bc7","type":"P","href":null,"layout":null,"metadata":null,"text":"If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_17":{"id":"3fed73795ca4_17","name":"0fb2","type":"P","href":null,"layout":null,"metadata":null,"text":"The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is enough to shut him down, who blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things, is, in a single word, disgusting. Vomitous even.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_17.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_17.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_17.markups.0":{"type":"A","start":118,"end":141,"href":"http:\u002F\u002Fwww.marco.org\u002F2011\u002F03\u002F30\u002Fhere-is-a-tip-for-all-the-non-developers-out","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_17.markups.1":{"type":"A","start":147,"end":354,"href":"https:\u002F\u002Ftwitter.com\u002Fmarcoarment\u002Fstatus\u002F641330113934700544","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_18":{"id":"3fed73795ca4_18","name":"9a6e","type":"P","href":null,"layout":null,"metadata":null,"text":"It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in Samantha’s Twitter Feed. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together):","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_18.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_18.markups.0":{"type":"A","start":125,"end":148,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld\u002Fwith_replies","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_19":{"id":"3fed73795ca4_19","name":"3271","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_20":{"id":"3fed73795ca4_20","name":"ec72","type":"P","href":null,"layout":null,"metadata":null,"text":"Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is such a lie.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_20.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_20.markups.0":{"type":"EM","start":125,"end":129,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_21":{"id":"3fed73795ca4_21","name":"5cc4","type":"P","href":null,"layout":null,"metadata":null,"text":"But it gets better. First, you have the “hey, Marco earned his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_21.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_21.markups.0":{"type":"EM","start":52,"end":58,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_22":{"id":"3fed73795ca4_22","name":"4e5f","type":"BQ","href":null,"layout":null,"metadata":null,"text":"From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_23":{"id":"3fed73795ca4_23","name":"cee9","type":"P","href":null,"layout":null,"metadata":null,"text":"and here:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_24":{"id":"3fed73795ca4_24","name":"3f1b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I’m not knocking his success, he has put effort into his line of work, and has built his own life.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_25":{"id":"3fed73795ca4_25","name":"e527","type":"P","href":null,"layout":null,"metadata":null,"text":"and here:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_26":{"id":"3fed73795ca4_26","name":"3e4f","type":"BQ","href":null,"layout":null,"metadata":null,"text":"He has earned his time in the spotlight, and it’s only natural for him to take advantage of it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_27":{"id":"3fed73795ca4_27","name":"8a01","type":"P","href":null,"layout":null,"metadata":null,"text":"But still, you get the people telling her something she already acknowledge:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_28":{"id":"3fed73795ca4_28","name":"7685","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_29":{"id":"3fed73795ca4_29","name":"b151","type":"P","href":null,"layout":null,"metadata":null,"text":"Thank you for restating something in the article. To the person who wrote it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_30":{"id":"3fed73795ca4_30","name":"87bc","type":"P","href":null,"layout":null,"metadata":null,"text":"In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers provided by ATP in terms of sponsorship rates and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_30.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_30.markups.0":{"type":"A","start":117,"end":162,"href":"http:\u002F\u002Fatp.fm\u002Fsponsor\u002F","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_31":{"id":"3fed73795ca4_31","name":"dbda","type":"P","href":null,"layout":null,"metadata":null,"text":"At first, she went with a simple formula:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_32":{"id":"3fed73795ca4_32","name":"1b4e","type":"BQ","href":null,"layout":null,"metadata":null,"text":"$4K x 3 per episode = $12K x 52 weeks \u002F 3 hosts splitting it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_33":{"id":"3fed73795ca4_33","name":"0b33","type":"P","href":null,"layout":null,"metadata":null,"text":"That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_34":{"id":"3fed73795ca4_34","name":"76d7","type":"BQ","href":null,"layout":null,"metadata":null,"text":"That’s $4k per ad, no? So more like $12–16k per episode.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_35":{"id":"3fed73795ca4_35","name":"a089","type":"P","href":null,"layout":null,"metadata":null,"text":"She’d already realized her mistake and fixed it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_36":{"id":"3fed73795ca4_36","name":"b369","type":"BQ","href":null,"layout":null,"metadata":null,"text":"which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_37":{"id":"3fed73795ca4_37","name":"8b3b","type":"P","href":null,"layout":null,"metadata":null,"text":"Again, this is based on publicly available data the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_37.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_37.markups.0":{"type":"EM","start":24,"end":47,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_38":{"id":"3fed73795ca4_38","name":"135a","type":"P","href":null,"layout":null,"metadata":null,"text":"This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his income taxes correctly:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_38.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_38.markups.0":{"type":"EM","start":136,"end":158,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_39":{"id":"3fed73795ca4_39","name":"5e7e","type":"BQ","href":null,"layout":null,"metadata":null,"text":"especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_40":{"id":"3fed73795ca4_40","name":"6036","type":"BQ","href":null,"layout":null,"metadata":null,"text":"thus, guessing net income is more haphazard than stating approx. gross income.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_41":{"id":"3fed73795ca4_41","name":"aac1","type":"P","href":null,"layout":null,"metadata":null,"text":"Ye Gods. She’s not doing his taxes for him, her point is invalid?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_42":{"id":"3fed73795ca4_42","name":"600f","type":"P","href":null,"layout":null,"metadata":null,"text":"Then there’s the people who seem to have not read anything past what other people are telling them:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_43":{"id":"3fed73795ca4_43","name":"9b62","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_44":{"id":"3fed73795ca4_44","name":"c18a","type":"P","href":null,"layout":null,"metadata":null,"text":"Just how spoon-fed do you have to be? Have you no teeth?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_45":{"id":"3fed73795ca4_45","name":"c445","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, Marco jumps in, and predictably, he’s snippy:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_46":{"id":"3fed73795ca4_46","name":"0c21","type":"BQ","href":null,"layout":null,"metadata":null,"text":"If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_47":{"id":"3fed73795ca4_47","name":"8f8d","type":"P","href":null,"layout":null,"metadata":null,"text":"If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_48":{"id":"3fed73795ca4_48","name":"cc97","type":"P","href":null,"layout":null,"metadata":null,"text":"Then Marco’s friends\u002Ffans get into it:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_49":{"id":"3fed73795ca4_49","name":"f9da","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I really don’t understand why it’s anyone’s business","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_50":{"id":"3fed73795ca4_50","name":"0094","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha is trying to qualify for sainthood at this point:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_51":{"id":"3fed73795ca4_51","name":"0105","type":"BQ","href":null,"layout":null,"metadata":null,"text":"It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_52":{"id":"3fed73795ca4_52","name":"cdd1","type":"P","href":null,"layout":null,"metadata":null,"text":"Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_53":{"id":"3fed73795ca4_53","name":"f56c","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_54":{"id":"3fed73795ca4_54","name":"4fef","type":"P","href":null,"layout":null,"metadata":null,"text":"Wha?? Overcast 2 is absolutely free. Samantha points this out:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_55":{"id":"3fed73795ca4_55","name":"0f36","type":"BQ","href":null,"layout":null,"metadata":null,"text":"His app is free, that’s what sparked the article to begin with.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_56":{"id":"3fed73795ca4_56","name":"40d2","type":"P","href":null,"layout":null,"metadata":null,"text":"The response is literally a parallel to “How can there be global warming if it snowed today in my town?”","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_57":{"id":"3fed73795ca4_57","name":"6760","type":"BQ","href":null,"layout":null,"metadata":null,"text":"If it’s free, how have I paid for it? Twice?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_58":{"id":"3fed73795ca4_58","name":"7b13","type":"P","href":null,"layout":null,"metadata":null,"text":"She is still trying:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_59":{"id":"3fed73795ca4_59","name":"44ba","type":"BQ","href":null,"layout":null,"metadata":null,"text":"You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_60":{"id":"3fed73795ca4_60","name":"2152","type":"P","href":null,"layout":null,"metadata":null,"text":"He is having none of it. IT SNOWED! SNOWWWWWWW!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_61":{"id":"3fed73795ca4_61","name":"99a6","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_62":{"id":"3fed73795ca4_62","name":"5e6f","type":"P","href":null,"layout":null,"metadata":null,"text":"She however, is relentless:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_63":{"id":"3fed73795ca4_63","name":"1b0f","type":"BQ","href":null,"layout":null,"metadata":null,"text":"No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_64":{"id":"3fed73795ca4_64","name":"d24f","type":"P","href":null,"layout":null,"metadata":null,"text":"Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_65":{"id":"3fed73795ca4_65","name":"10e1","type":"P","href":null,"layout":null,"metadata":null,"text":"We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_66":{"id":"3fed73795ca4_66","name":"9b01","type":"BQ","href":null,"layout":null,"metadata":null,"text":"It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_67":{"id":"3fed73795ca4_67","name":"340c","type":"P","href":null,"layout":null,"metadata":null,"text":"(UNDERSTATEMENT OF THE YEAR)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_68":{"id":"3fed73795ca4_68","name":"7244","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_69":{"id":"3fed73795ca4_69","name":"ffb1","type":"BQ","href":null,"layout":null,"metadata":null,"text":"It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_70":{"id":"3fed73795ca4_70","name":"e44e","type":"P","href":null,"layout":null,"metadata":null,"text":"She tries, oh lord, she tries:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_71":{"id":"3fed73795ca4_71","name":"a502","type":"BQ","href":null,"layout":null,"metadata":null,"text":"To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_72":{"id":"3fed73795ca4_72","name":"7dcd","type":"P","href":null,"layout":null,"metadata":null,"text":"But no, HE KNOWS HER POINT BETTER THAN SHE DOES:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_73":{"id":"3fed73795ca4_73","name":"a62a","type":"BQ","href":null,"layout":null,"metadata":null,"text":"No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_74":{"id":"3fed73795ca4_74","name":"df8c","type":"P","href":null,"layout":null,"metadata":null,"text":"Christ. This is like a field of strawmen. Stupid ones. Very stupid ones.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_75":{"id":"3fed73795ca4_75","name":"521a","type":"P","href":null,"layout":null,"metadata":null,"text":"One guy tries to blame it all on Apple, another in a string of Wha??? moments:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_76":{"id":"3fed73795ca4_76","name":"d80d","type":"BQ","href":null,"layout":null,"metadata":null,"text":"the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_77":{"id":"3fed73795ca4_77","name":"db0b","type":"P","href":null,"layout":null,"metadata":null,"text":"Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_78":{"id":"3fed73795ca4_78","name":"7a78","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_79":{"id":"3fed73795ca4_79","name":"6e09","type":"P","href":null,"layout":null,"metadata":null,"text":"Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_80":{"id":"3fed73795ca4_80","name":"b7db","type":"P","href":null,"layout":null,"metadata":null,"text":"One guy is “confused”:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_81":{"id":"3fed73795ca4_81","name":"3626","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_82":{"id":"3fed73795ca4_82","name":"9daa","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_83":{"id":"3fed73795ca4_83","name":"f6da","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Alright, that’s fair. I was just confused by the $ and fame angle at first.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_84":{"id":"3fed73795ca4_84","name":"d5b1","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha’s point centers on the benefits Marco gains via his fame and background. HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING?","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_84.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_84.markups.0":{"type":"EM","start":82,"end":133,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_85":{"id":"3fed73795ca4_85","name":"58d0","type":"P","href":null,"layout":null,"metadata":null,"text":"People of course are telling her it’s her fault for mentioning a salient fact at all:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_86":{"id":"3fed73795ca4_86","name":"30d2","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_87":{"id":"3fed73795ca4_87","name":"765b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Maybe because you went there with your article?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_88":{"id":"3fed73795ca4_88","name":"61fe","type":"BQ","href":null,"layout":null,"metadata":null,"text":"As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_89":{"id":"3fed73795ca4_89","name":"f17c","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_90":{"id":"3fed73795ca4_90","name":"0b60","type":"P","href":null,"layout":null,"metadata":null,"text":"Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_91":{"id":"3fed73795ca4_91","name":"65ab","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Because you decided to start a conversation about someone else’s personal shit. You started this war.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_92":{"id":"3fed73795ca4_92","name":"1adb","type":"P","href":null,"layout":null,"metadata":null,"text":"War. THIS. IS. WAR.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_93":{"id":"3fed73795ca4_93","name":"de94","type":"P","href":null,"layout":null,"metadata":null,"text":"This is a bunch of nerds attacking someone for reasoned, calm, polite criticism of their friend\u002Fidol. Samantha is politely pushing back a bit:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_93.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_93.markups.0":{"type":"EM","start":63,"end":69,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_94":{"id":"3fed73795ca4_94","name":"4458","type":"BQ","href":null,"layout":null,"metadata":null,"text":"That doesn’t explain why every other part of my article is being pushed aside.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_95":{"id":"3fed73795ca4_95","name":"aeac","type":"P","href":null,"layout":null,"metadata":null,"text":"She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_96":{"id":"3fed73795ca4_96","name":"0078","type":"P","href":null,"layout":null,"metadata":null,"text":"Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_97":{"id":"3fed73795ca4_97","name":"c4c9","type":"BQ","href":null,"layout":null,"metadata":null,"text":"You should never use an ad rate card to estimate ad revenue from any media product ever.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_98":{"id":"3fed73795ca4_98","name":"b66b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_99":{"id":"3fed73795ca4_99","name":"6907","type":"P","href":null,"layout":null,"metadata":null,"text":"How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. Checkmate Elitests!”","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_99.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_99.markups.0":{"type":"EM","start":338,"end":357,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_100":{"id":"3fed73795ca4_100","name":"41ec","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha basically abases herself at his feet:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_101":{"id":"3fed73795ca4_101","name":"0b14","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_102":{"id":"3fed73795ca4_102","name":"590f","type":"P","href":null,"layout":null,"metadata":null,"text":"I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_103":{"id":"3fed73795ca4_103","name":"69dc","type":"P","href":null,"layout":null,"metadata":null,"text":"Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_104":{"id":"3fed73795ca4_104","name":"5ab4","type":"P","href":null,"layout":null,"metadata":null,"text":"Another App Dev, seemingly unable to parse Samantha’s words, needs more explanation:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_104.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_104.markups.0":{"type":"EM","start":67,"end":71,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_105":{"id":"3fed73795ca4_105","name":"957b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_106":{"id":"3fed73795ca4_106","name":"0a7e","type":"P","href":null,"layout":null,"metadata":null,"text":"Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice with someone who didn’t even read her article:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_106.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_106.markups.0":{"type":"EM","start":101,"end":146,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_107":{"id":"3fed73795ca4_107","name":"f7db","type":"BQ","href":null,"layout":null,"metadata":null,"text":"That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_108":{"id":"3fed73795ca4_108","name":"937f","type":"P","href":null,"layout":null,"metadata":null,"text":"Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_109":{"id":"3fed73795ca4_109","name":"c9dd","type":"BQ","href":null,"layout":null,"metadata":null,"text":"How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_110":{"id":"3fed73795ca4_110","name":"c522","type":"P","href":null,"layout":null,"metadata":null,"text":"Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_111":{"id":"3fed73795ca4_111","name":"907e","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_112":{"id":"3fed73795ca4_112","name":"2158","type":"P","href":null,"layout":null,"metadata":null,"text":"That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_113":{"id":"3fed73795ca4_113","name":"13f8","type":"P","href":null,"layout":null,"metadata":null,"text":"Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_114":{"id":"3fed73795ca4_114","name":"96c6","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_115":{"id":"3fed73795ca4_115","name":"5d3f","type":"P","href":null,"layout":null,"metadata":null,"text":"That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, Apple, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!)","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_115.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_115.markups.0":{"type":"EM","start":196,"end":201,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_116":{"id":"3fed73795ca4_116","name":"c07c","type":"P","href":null,"layout":null,"metadata":null,"text":"Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_117":{"id":"3fed73795ca4_117","name":"8b32","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_118":{"id":"3fed73795ca4_118","name":"de26","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Yup, before you existed!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_119":{"id":"3fed73795ca4_119","name":"a3bd","type":"P","href":null,"layout":null,"metadata":null,"text":"Really dude? I mean, I’m sorry about the penis, but really?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_120":{"id":"3fed73795ca4_120","name":"1c51","type":"P","href":null,"layout":null,"metadata":null,"text":"Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any valid criticism. Which clearly is impossible):","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_120.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_120.markups.0":{"type":"EM","start":142,"end":147,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_121":{"id":"3fed73795ca4_121","name":"9848","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_122":{"id":"3fed73795ca4_122","name":"f2a6","type":"BQ","href":null,"layout":null,"metadata":null,"text":"lol. Noted.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_123":{"id":"3fed73795ca4_123","name":"aed9","type":"BQ","href":null,"layout":null,"metadata":null,"text":"And I wasn’t intending to be a dick, just a lot of people hear\u002Fsay “income” when they intend “revenue”, and then discussion …","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_124":{"id":"3fed73795ca4_124","name":"f9d8","type":"BQ","href":null,"layout":null,"metadata":null,"text":"… gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_125":{"id":"3fed73795ca4_125","name":"f61c","type":"BQ","href":null,"layout":null,"metadata":null,"text":"haha. Thank you for the clarification.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_126":{"id":"3fed73795ca4_126","name":"5dd9","type":"P","href":null,"layout":null,"metadata":null,"text":"Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_127":{"id":"3fed73795ca4_127","name":"dc44","type":"P","href":null,"layout":null,"metadata":null,"text":"But now, the door has been cracked, and the cheap shots come out:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_128":{"id":"3fed73795ca4_128","name":"0c94","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@testflight_app: Don’t worry guys, we process @marcoarment’s apps in direct proportion to his megabucks earnings. #fairelephant","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_128.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_128.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_128.markups.0":{"type":"A","start":46,"end":58,"href":"https:\u002F\u002Ftwitter.com\u002Fmarcoarment","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_128.markups.1":{"type":"A","start":114,"end":127,"href":"https:\u002F\u002Ftwitter.com\u002Fhashtag\u002Ffairelephant?src=hash","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_129":{"id":"3fed73795ca4_129","name":"343b","type":"P","href":null,"layout":null,"metadata":null,"text":"(Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_130":{"id":"3fed73795ca4_130","name":"09bf","type":"P","href":null,"layout":null,"metadata":null,"text":"Or this…conversation:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_131":{"id":"3fed73795ca4_131","name":"4d63","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*kbPh7V97eyRodSOw2-ALDw.png","typename":"ImageMetadata"},"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*kbPh7V97eyRodSOw2-ALDw.png":{"id":"1*kbPh7V97eyRodSOw2-ALDw.png","originalHeight":542,"originalWidth":398,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:3fed73795ca4_132":{"id":"3fed73795ca4_132","name":"f2a3","type":"P","href":null,"layout":null,"metadata":null,"text":"Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: ‏@viticci: @s_bielefeld I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_132.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_132.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_132.markups.0":{"type":"A","start":140,"end":149,"href":"https:\u002F\u002Ftwitter.com\u002Fviticci","anchorType":"LINK","userId":"","linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_132.markups.1":{"type":"A","start":151,"end":163,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":"","linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_133":{"id":"3fed73795ca4_133","name":"ae0c","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha is clearly sick of his crap: ‏@s_bielefeld: @viticci That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_133.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_133.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_133.markups.0":{"type":"A","start":38,"end":51,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":"","linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_133.markups.1":{"type":"A","start":53,"end":61,"href":"https:\u002F\u002Ftwitter.com\u002Fviticci","anchorType":"LINK","userId":"","linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_134":{"id":"3fed73795ca4_134","name":"2047","type":"P","href":null,"layout":null,"metadata":null,"text":"Good for her. There’s being patient and being roadkill.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_135":{"id":"3fed73795ca4_135","name":"4139","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha does put the call out for her sources to maybe let her use their names:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_136":{"id":"3fed73795ca4_136","name":"6626","type":"BQ","href":null,"layout":null,"metadata":null,"text":"From all of you I heard from earlier, anyone care to go on record?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_137":{"id":"3fed73795ca4_137","name":"8a7d","type":"P","href":null,"layout":null,"metadata":null,"text":"My good friend, The Angry Drunk points out the obvious problem:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_138":{"id":"3fed73795ca4_138","name":"68c9","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Nobody’s going to go on record when they count on Marco’s friends for their PR.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_139":{"id":"3fed73795ca4_139","name":"317d","type":"P","href":null,"layout":null,"metadata":null,"text":"This is true. Again, the sites that are Friends of Marco:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_140":{"id":"3fed73795ca4_140","name":"9523","type":"P","href":null,"layout":null,"metadata":null,"text":"Daring Fireball","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_141":{"id":"3fed73795ca4_141","name":"dbc7","type":"P","href":null,"layout":null,"metadata":null,"text":"The Loop","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_142":{"id":"3fed73795ca4_142","name":"c706","type":"P","href":null,"layout":null,"metadata":null,"text":"SixColors","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_143":{"id":"3fed73795ca4_143","name":"0acb","type":"P","href":null,"layout":null,"metadata":null,"text":"iMore","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_144":{"id":"3fed73795ca4_144","name":"8c8c","type":"P","href":null,"layout":null,"metadata":null,"text":"MacStories","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_145":{"id":"3fed73795ca4_145","name":"643e","type":"P","href":null,"layout":null,"metadata":null,"text":"A few others, but I want this post to end one day.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_146":{"id":"3fed73795ca4_146","name":"6b76","type":"P","href":null,"layout":null,"metadata":null,"text":"You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_147":{"id":"3fed73795ca4_147","name":"f7d1","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, the idea this could happen is just craycray:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_148":{"id":"3fed73795ca4_148","name":"de59","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@KevinColeman .@Angry_Drunk @s_bielefeld @marcoarment Wow, you guys are veering right into crazy conspiracy theory territory. #JetFuelCantMeltSteelBeams","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.1","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.2","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.3","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_148.markups.4","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_148.markups.0":{"type":"A","start":0,"end":14,"href":"https:\u002F\u002Ftwitter.com\u002FKevinColeman","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_148.markups.1":{"type":"A","start":14,"end":27,"href":"https:\u002F\u002Ftwitter.com\u002FAngry_Drunk","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_148.markups.2":{"type":"A","start":28,"end":40,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_148.markups.3":{"type":"A","start":41,"end":53,"href":"https:\u002F\u002Ftwitter.com\u002Fmarcoarment","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_148.markups.4":{"type":"A","start":126,"end":152,"href":"https:\u002F\u002Ftwitter.com\u002Fhashtag\u002FJetFuelCantMeltSteelBeams?src=hash","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_149":{"id":"3fed73795ca4_149","name":"f01b","type":"P","href":null,"layout":null,"metadata":null,"text":"Yeah. Because a mature person like Marco would never do anything like that.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_150":{"id":"3fed73795ca4_150","name":"7e30","type":"P","href":null,"layout":null,"metadata":null,"text":"Of course, the real point on this is starting to happen:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_151":{"id":"3fed73795ca4_151","name":"5d93","type":"BQ","href":null,"layout":null,"metadata":null,"text":"you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice!","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_152":{"id":"3fed73795ca4_152","name":"436b","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I doubt I will.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_153":{"id":"3fed73795ca4_153","name":"ac25","type":"P","href":null,"layout":null,"metadata":null,"text":"See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. Great job y’all.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_153.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_153.markups.0":{"type":"EM","start":153,"end":158,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_154":{"id":"3fed73795ca4_154","name":"07ba","type":"P","href":null,"layout":null,"metadata":null,"text":"Some people aren’t even pretending. They’re just in full strawman mode:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_155":{"id":"3fed73795ca4_155","name":"3d60","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@timkeller: Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_155.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_155.markups.0":{"type":"A","start":0,"end":12,"href":"https:\u002F\u002Ftwitter.com\u002Ftimkeller","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_156":{"id":"3fed73795ca4_156","name":"87f5","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@s_bielefeld: @timkeller I plainly stated that I don’t hold his doing this against him. Way to twist words.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_156.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_156.markups.1","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_156.markups.0":{"type":"A","start":0,"end":14,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_156.markups.1":{"type":"A","start":14,"end":24,"href":"https:\u002F\u002Ftwitter.com\u002Ftimkeller","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_157":{"id":"3fed73795ca4_157","name":"3720","type":"P","href":null,"layout":null,"metadata":null,"text":"I think she’s earned her anger at this point.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_158":{"id":"3fed73795ca4_158","name":"7341","type":"P","href":null,"layout":null,"metadata":null,"text":"Don’t worry, Marco knows what the real problem is: most devs just suck —","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_159":{"id":"3fed73795ca4_159","name":"babe","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*Fpb2Bvdx7Q-688vdm-NdkQ.png","typename":"ImageMetadata"},"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*Fpb2Bvdx7Q-688vdm-NdkQ.png":{"id":"1*Fpb2Bvdx7Q-688vdm-NdkQ.png","originalHeight":771,"originalWidth":694,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:3fed73795ca4_160":{"id":"3fed73795ca4_160","name":"503d","type":"P","href":null,"layout":null,"metadata":null,"text":"I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_161":{"id":"3fed73795ca4_161","name":"b8c0","type":"P","href":null,"layout":null,"metadata":null,"text":"There are some bright spots. My favorite is when Building Twenty points out the real elephant in the room:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_161.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_161.markups.0":{"type":"EM","start":80,"end":84,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_162":{"id":"3fed73795ca4_162","name":"36f4","type":"BQ","href":null,"layout":null,"metadata":null,"text":"@BuildingTwenty: Both @s_bielefeld & I wrote similar critiques of @marcoarment’s pricing model yet the Internet pilloried only the woman. Who’d have guessed?","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_162.markups.0","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_162.markups.1","typename":"Markup"},{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_162.markups.2","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_162.markups.0":{"type":"A","start":0,"end":15,"href":"https:\u002F\u002Ftwitter.com\u002FBuildingTwenty","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_162.markups.1":{"type":"A","start":22,"end":34,"href":"https:\u002F\u002Ftwitter.com\u002Fs_bielefeld","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_162.markups.2":{"type":"A","start":66,"end":78,"href":"https:\u002F\u002Ftwitter.com\u002Fmarcoarment","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_163":{"id":"3fed73795ca4_163","name":"06b9","type":"P","href":null,"layout":null,"metadata":null,"text":"Yup.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_164":{"id":"3fed73795ca4_164","name":"eff9","type":"P","href":null,"layout":null,"metadata":null,"text":"Another bright spot are these comments from Ian Betteridge, who has been doing this even longer than Marco:","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_164.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_164.markups.0":{"type":"EM","start":84,"end":106,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_165":{"id":"3fed73795ca4_165","name":"18f1","type":"BQ","href":null,"layout":null,"metadata":null,"text":"You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_166":{"id":"3fed73795ca4_166","name":"9776","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_167":{"id":"3fed73795ca4_167","name":"8d44","type":"P","href":null,"layout":null,"metadata":null,"text":"To which Samantha understandably replies:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_168":{"id":"3fed73795ca4_168","name":"7147","type":"BQ","href":null,"layout":null,"metadata":null,"text":"and it’s honestly something I’m contemplating right now, whether to continue…","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_169":{"id":"3fed73795ca4_169","name":"e0cd","type":"P","href":null,"layout":null,"metadata":null,"text":"Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this?","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_170":{"id":"3fed73795ca4_170","name":"a379","type":"BQ","href":null,"layout":null,"metadata":null,"text":"If I have this right, some people are outraged that a creator has decided to give away his work.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_171":{"id":"3fed73795ca4_171","name":"f026","type":"P","href":null,"layout":null,"metadata":null,"text":"No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_172":{"id":"3fed73795ca4_172","name":"e1c2","type":"P","href":null,"layout":null,"metadata":null,"text":"Noted Feminist Glenn Fleishman gets a piece of the action too:","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_173":{"id":"3fed73795ca4_173","name":"067c","type":"IMG","href":null,"layout":"INSET_CENTER","metadata":{"type":"id","generated":false,"id":"ImageMetadata:1*lvOySry5gHHJfGU_bQXrzA.png","typename":"ImageMetadata"},"text":"","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"ImageMetadata:1*lvOySry5gHHJfGU_bQXrzA.png":{"id":"1*lvOySry5gHHJfGU_bQXrzA.png","originalHeight":269,"originalWidth":308,"focusPercentX":null,"focusPercentY":null,"alt":null,"__typename":"ImageMetadata"},"Paragraph:3fed73795ca4_174":{"id":"3fed73795ca4_174","name":"4df8","type":"P","href":null,"layout":null,"metadata":null,"text":"I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a very technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_174.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_174.markups.0":{"type":"EM","start":227,"end":231,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_175":{"id":"3fed73795ca4_175","name":"bf45","type":"P","href":null,"layout":null,"metadata":null,"text":"Great Feminists are often tools.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_176":{"id":"3fed73795ca4_176","name":"45bb","type":"P","href":null,"layout":null,"metadata":null,"text":"Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen):","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_177":{"id":"3fed73795ca4_177","name":"c053","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_178":{"id":"3fed73795ca4_178","name":"7b5e","type":"BQ","href":null,"layout":null,"metadata":null,"text":"This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_179":{"id":"3fed73795ca4_179","name":"a321","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility http:\u002F\u002Fsamanthabielefeld.com\u002Fthe-elephant-in-the-room …","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_179.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_179.markups.0":{"type":"A","start":117,"end":172,"href":"http:\u002F\u002Ft.co\u002Fu79ZLsnhdM","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_180":{"id":"3fed73795ca4_180","name":"76fe","type":"BQ","href":null,"layout":null,"metadata":null,"text":"thank you for posting this, it covers a lot of things people don’t like to talk about.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_181":{"id":"3fed73795ca4_181","name":"bf90","type":"BQ","href":null,"layout":null,"metadata":null,"text":"I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_182":{"id":"3fed73795ca4_182","name":"0f66","type":"BQ","href":null,"layout":null,"metadata":null,"text":"Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.)","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_183":{"id":"3fed73795ca4_183","name":"6134","type":"P","href":null,"layout":null,"metadata":null,"text":"I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: http:\u002F\u002Fwww.businessinsider.com\u002Fmarco-arment-2011-9","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_183.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_183.markups.0":{"type":"A","start":276,"end":326,"href":"http:\u002F\u002Fwww.businessinsider.com\u002Fmarco-arment-2011-9","anchorType":"LINK","userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_184":{"id":"3fed73795ca4_184","name":"ba3c","type":"P","href":null,"layout":null,"metadata":null,"text":"Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_185":{"id":"3fed73795ca4_185","name":"a5a0","type":"P","href":null,"layout":null,"metadata":null,"text":"Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_186":{"id":"3fed73795ca4_186","name":"2a25","type":"P","href":null,"layout":null,"metadata":null,"text":"And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_187":{"id":"3fed73795ca4_187","name":"a47a","type":"P","href":null,"layout":null,"metadata":null,"text":"Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, believe me I understand. As bad as today was for her, I’ve seen worse. Much worse.","hasDropCap":null,"dropCapImage":null,"markups":[{"type":"id","generated":true,"id":"Paragraph:3fed73795ca4_187.markups.0","typename":"Markup"}],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_187.markups.0":{"type":"EM","start":186,"end":196,"href":null,"anchorType":null,"userId":null,"linkMetadata":null,"__typename":"Markup"},"Paragraph:3fed73795ca4_188":{"id":"3fed73795ca4_188","name":"aa8e","type":"P","href":null,"layout":null,"metadata":null,"text":"But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_189":{"id":"3fed73795ca4_189","name":"34c5","type":"P","href":null,"layout":null,"metadata":null,"text":"All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"Paragraph:3fed73795ca4_190":{"id":"3fed73795ca4_190","name":"9710","type":"P","href":null,"layout":null,"metadata":null,"text":"So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way.","hasDropCap":null,"dropCapImage":null,"markups":[],"__typename":"Paragraph","iframe":null,"mixtapeMetadata":null},"$Post:d146a92473a1.postResponses":{"count":13,"__typename":"PostResponses"},"Post:57ed6bd76960":{"__typename":"Post","id":"57ed6bd76960","title":"The Pinterest Paradox: Cupcakes and Toxicity","mediumUrl":"https:\u002F\u002Fmedium.com\u002F@francoise_93266\u002Fthe-pinterest-paradox-cupcakes-and-toxicity-57ed6bd76960","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597185784040,"readingTime":16.807547169811322,"statusForCollection":null,"isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":null,"creator":{"type":"id","generated":false,"id":"User:d299e872410","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:57ed6bd76960.previewContent","typename":"PreviewContent"}},"ImageMetadata:":{"id":"","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"User:d299e872410":{"name":"Francoise Brougher","username":"francoise_93266","id":"d299e872410","bio":"Former Pinterest COO and Executive at Square and Google. French American, from Marseille to the Bay Area. Mom of Three","isFollowing":null,"imageId":"1*tPgjXGoTTRKg7xcmn3yMOw.jpeg","mediumMemberAt":0,"__typename":"User"},"$Post:57ed6bd76960.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:c16cc0b092f1":{"__typename":"Post","id":"c16cc0b092f1","title":"Your Life Is Full of Porn. Stop Getting Yourself Off.","mediumUrl":"https:\u002F\u002Fmedium.com\u002Fthe-ascent\u002Fyour-life-is-full-of-porn-stop-getting-yourself-off-c16cc0b092f1","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1596214861525,"readingTime":4.6716981132075475,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:eb660df75111","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:b6d641be1066","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:c16cc0b092f1.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg":{"id":"1*fkW0uY9JMZ6oUNyVRO6BBQ.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:eb660df75111":{"name":"The Ascent","id":"eb660df75111","slug":"the-ascent","domain":"theascent.pub","__typename":"Collection"},"User:b6d641be1066":{"name":"Tim Denning","username":"timdenning","id":"b6d641be1066","bio":"Aussie Blogger — Writer for CNBC & Business Insider. Inspiring the world through Personal Development and Entrepreneurship. www.timdenning.com","isFollowing":null,"imageId":"2*D4KAER7h6bCkTU-m7Aw9DA.jpeg","mediumMemberAt":1570431600000,"__typename":"User"},"$Post:c16cc0b092f1.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:238dae9a4372":{"__typename":"Post","id":"238dae9a4372","title":"Mourning my baby brother, Fahim","mediumUrl":"https:\u002F\u002Fmedium.com\u002F@justiceforfahim\u002Fmourning-my-baby-brother-fahim-238dae9a4372","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*HizZro5r4AJ8Fj_xjVUzrA.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597311061478,"readingTime":14.243396226415094,"statusForCollection":null,"isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":null,"creator":{"type":"id","generated":false,"id":"User:8ad85cee2b23","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:238dae9a4372.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*HizZro5r4AJ8Fj_xjVUzrA.jpeg":{"id":"1*HizZro5r4AJ8Fj_xjVUzrA.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"User:8ad85cee2b23":{"name":"Justiceforfahim","username":"justiceforfahim","id":"8ad85cee2b23","bio":"","isFollowing":null,"imageId":"0*JZ7dfapmV3kCb0CH.jpg","mediumMemberAt":0,"__typename":"User"},"$Post:238dae9a4372.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:9cf4ec1c8e26":{"__typename":"Post","id":"9cf4ec1c8e26","title":"I’m A Sugar Baby-& This Is How Much I Get Paid To Date","mediumUrl":"https:\u002F\u002Fmedium.com\u002Frefinery29\u002Fim-a-sugar-baby-this-is-how-much-i-get-paid-to-date-9cf4ec1c8e26","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:0*vGxs86f0dmFewdXV.jpg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1596556261424,"readingTime":8.815094339622641,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:aa4155f74368","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:47057b17b8e2","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:9cf4ec1c8e26.previewContent","typename":"PreviewContent"}},"ImageMetadata:0*vGxs86f0dmFewdXV.jpg":{"id":"0*vGxs86f0dmFewdXV.jpg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:aa4155f74368":{"name":"Refinery29","id":"aa4155f74368","slug":"refinery29","domain":null,"__typename":"Collection"},"User:47057b17b8e2":{"name":"Refinery29 UK","username":"refinery29","id":"47057b17b8e2","bio":"The leading global media company focused on young women. We inspire, entertain, and empower our audience through optimistic and diverse storytelling.","isFollowing":null,"imageId":"0*000ZlntQkYrNiPB-.png","mediumMemberAt":0,"__typename":"User"},"$Post:9cf4ec1c8e26.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:94a10bc60f2b":{"__typename":"Post","id":"94a10bc60f2b","title":"Can Kamala Harris and Joe Biden Defeat Trump?","mediumUrl":"https:\u002F\u002Feand.co\u002Fcan-kamala-harris-and-joe-biden-defeat-trump-94a10bc60f2b","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*6prX9w38K3M3PEZG9XkbFg.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597270521604,"readingTime":10.154716981132074,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:9b4cc1c6abbd","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:41e01d325219","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:94a10bc60f2b.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*6prX9w38K3M3PEZG9XkbFg.jpeg":{"id":"1*6prX9w38K3M3PEZG9XkbFg.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:9b4cc1c6abbd":{"name":"Eudaimonia and Co","id":"9b4cc1c6abbd","slug":"eudaimonia-co","domain":"eand.co","__typename":"Collection"},"User:41e01d325219":{"name":"umair haque","username":"umairh","id":"41e01d325219","bio":"vampire.","isFollowing":null,"imageId":"0*lI5-avJvcBbQDmA2.jpeg","mediumMemberAt":1529949326000,"__typename":"User"},"$Post:94a10bc60f2b.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:4f221ac3dbe3":{"__typename":"Post","id":"4f221ac3dbe3","title":"The Best Data Science Certification You’ve Never Heard Of","mediumUrl":"https:\u002F\u002Ftowardsdatascience.com\u002Fbest-data-science-certification-4f221ac3dbe3","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*t43PDV1g9w-DvjMugoks2A.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597164086108,"readingTime":7.346226415094339,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:7f60cf5620c9","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:2caa691701c0","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:4f221ac3dbe3.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*t43PDV1g9w-DvjMugoks2A.jpeg":{"id":"1*t43PDV1g9w-DvjMugoks2A.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:7f60cf5620c9":{"name":"Towards Data Science","id":"7f60cf5620c9","slug":"towards-data-science","domain":"towardsdatascience.com","__typename":"Collection"},"User:2caa691701c0":{"name":"Nicole Janeway Bills","username":"nicolejaneway","id":"2caa691701c0","bio":"Data Scientist at Atlas Research in Washington, DC | Quarantining in a Python virtual environment","isFollowing":null,"imageId":"2*UVCEt3tjr0W9zC3dymCPtQ.jpeg","mediumMemberAt":0,"__typename":"User"},"$Post:4f221ac3dbe3.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:c6087d2df935":{"__typename":"Post","id":"c6087d2df935","title":"TypeScript 4.0 finally delivers what I’ve been waiting for","mediumUrl":"https:\u002F\u002Fmedium.com\u002Fjavascript-in-plain-english\u002Ftypescript-4-0-i-want-a-list-of-generic-params-with-good-labels-c6087d2df935","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*G00zmJivkNGN1L6fDo9vnQ.png","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1596838633257,"readingTime":2.6330188679245285,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:4b3a1ed4f11c","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:b5ccf606a659","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:c6087d2df935.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*G00zmJivkNGN1L6fDo9vnQ.png":{"id":"1*G00zmJivkNGN1L6fDo9vnQ.png","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"Collection:4b3a1ed4f11c":{"name":"JavaScript In Plain English","id":"4b3a1ed4f11c","slug":"javascript-in-plain-english","domain":null,"__typename":"Collection"},"User:b5ccf606a659":{"name":"Nathaniel Kessler","username":"nathanielkessler","id":"b5ccf606a659","bio":"Coding and front-end | nathanielkessler.com","isFollowing":null,"imageId":"2*CXxf7GK5jOj87CWO7YruLQ.png","mediumMemberAt":1579007136857,"__typename":"User"},"$Post:c6087d2df935.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"Post:25a86ed4a421":{"__typename":"Post","id":"25a86ed4a421","title":"America and the Axis of Idiots","mediumUrl":"https:\u002F\u002Feand.co\u002Famerica-and-the-axis-of-idiots-25a86ed4a421","previewImage":{"type":"id","generated":false,"id":"ImageMetadata:1*yNRBQduBLs8p_tEpShEGzQ.jpeg","typename":"ImageMetadata"},"isPublished":true,"firstPublishedAt":1597184309884,"readingTime":8.535849056603773,"statusForCollection":"APPROVED","isLocked":true,"isShortform":false,"visibility":"LOCKED","collection":{"type":"id","generated":false,"id":"Collection:9b4cc1c6abbd","typename":"Collection"},"creator":{"type":"id","generated":false,"id":"User:41e01d325219","typename":"User"},"previewContent":{"type":"id","generated":true,"id":"$Post:25a86ed4a421.previewContent","typename":"PreviewContent"}},"ImageMetadata:1*yNRBQduBLs8p_tEpShEGzQ.jpeg":{"id":"1*yNRBQduBLs8p_tEpShEGzQ.jpeg","focusPercentX":null,"focusPercentY":null,"__typename":"ImageMetadata"},"$Post:25a86ed4a421.previewContent":{"isFullContent":false,"__typename":"PreviewContent"},"$Post:d146a92473a1.internalLinks({\"paging\":{\"limit\":8}})":{"items":[{"type":"id","generated":false,"id":"Post:57ed6bd76960","typename":"Post"},{"type":"id","generated":false,"id":"Post:c16cc0b092f1","typename":"Post"},{"type":"id","generated":false,"id":"Post:238dae9a4372","typename":"Post"},{"type":"id","generated":false,"id":"Post:9cf4ec1c8e26","typename":"Post"},{"type":"id","generated":false,"id":"Post:94a10bc60f2b","typename":"Post"},{"type":"id","generated":false,"id":"Post:4f221ac3dbe3","typename":"Post"},{"type":"id","generated":false,"id":"Post:c6087d2df935","typename":"Post"},{"type":"id","generated":false,"id":"Post:25a86ed4a421","typename":"Post"}],"__typename":"InternalLinksConnection"},"$Post:d146a92473a1.previewContent":{"subtitle":"How to get shanked doing what people say they want","__typename":"PreviewContent"}}
+ ]]>
+ </script>
+ <script src="https://cdn-client.medium.com/lite/static/js/manifest.969da7fb.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~main.343f1489.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/main.03b8d106.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~instrumentation.aafb014a.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/instrumentation.2fc37711.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/reporting.2a00272f.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~AMPPost~CollectionHomepage~CollectionHomepagePreview~CollectionNewShortformEditor~Collection~abee666d.21607860.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~AMPPost~CollectionNewShortformEditor~CollectionPostShortformEditor~DebugCachedPost~Post~Sequ~19f09bd3.5b5af8d1.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/vendors~AMPPost~DebugCachedPost~Post~SequencePost~Series.9932a441.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/AMPPost~CollectionHomepage~CollectionHomepagePreview~CollectionNewShortformEditor~CollectionPostShor~c3445a7d.c5ca06bd.chunk.js"></script>
+ <script src="https://cdn-client.medium.com/lite/static/js/Post.d4129f11.chunk.js"></script>
+ <script>
+ <![CDATA[
+ window.main();
+ ]]>
+ </script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-metadata.json
new file mode 100644
index 0000000..d998fb4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Contents",
+ "Image": null,
+ "Title": "Shared Mutable History \u2014 evolve extension for Mercurial",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected.html b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected.html
new file mode 100644
index 0000000..61915e4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected.html
@@ -0,0 +1,738 @@
+<div id="evolve-shared-mutable-history">
+
+ <div id="contents">
+ <p>
+ Contents
+ </p>
+ <ul>
+ <li>
+ <a href="#evolve-shared-mutable-history" id="id4">Evolve: Shared Mutable History</a>
+ <ul>
+ <li>
+ <a href="#sharing-with-a-single-developer" id="id5">Sharing with a single developer</a>
+ <ul>
+ <li>
+ <a href="#publishing-and-non-publishing-repositories" id="id6">Publishing and non-publishing repositories</a>
+ </li>
+ <li>
+ <a href="#setting-up" id="id7">Setting up</a>
+ </li>
+ <li>
+ <a href="#example-1-amend-a-shared-changeset" id="id8">Example 1: Amend a shared changeset</a>
+ </li>
+ <li>
+ <a href="#example-2-amend-again-locally" id="id9">Example 2: Amend again, locally</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#sharing-with-multiple-developers-code-review" id="id10">Sharing with multiple developers: code review</a>
+ <ul>
+ <li>
+ <a href="#id2" id="id11">Setting up</a>
+ </li>
+ <li>
+ <a href="#example-3-alice-commits-and-amends-a-draft-fix" id="id12">Example 3: Alice commits and amends a draft fix</a>
+ </li>
+ <li>
+ <a href="#example-4-bob-implements-and-publishes-a-new-feature" id="id13">Example 4: Bob implements and publishes a new feature</a>
+ </li>
+ <li>
+ <a href="#example-5-alice-integrates-and-publishes" id="id14">Example 5: Alice integrates and publishes</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#getting-into-trouble-with-shared-mutable-history" id="id15">Getting into trouble with shared mutable history</a>
+ <ul>
+ <li>
+ <a href="#id3" id="id16">Setting up</a>
+ </li>
+ <li>
+ <a href="#example-6-divergent-changesets" id="id17">Example 6: Divergent changesets</a>
+ </li>
+ <li>
+ <a href="#phase-divergence-when-a-rewritten-changeset-is-made-public" id="id18">Phase-divergence: when a rewritten changeset is made public</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#conclusion" id="id19">Conclusion</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <p>
+ Once you have mastered the art of mutable history in a single repository (see the <a href="http://fakehost/test/user-guide.html">user guide</a>), you can move up to the next level: <em>shared</em> mutable history. <tt><span>evolve</span></tt> lets you push and pull draft changesets between repositories along with their obsolescence markers. This opens up a number of interesting possibilities.
+ </p>
+ <p>
+ The simplest scenario is a single developer working across two computers. Say you’re working on code that must be tested on a remote test server, probably in a rack somewhere, only accessible by SSH, and running an “enterprise-grade” (out-of-date) OS. But you probably prefer to write code locally: everything is setup the way you like it, and you can use your preferred editor, IDE, merge/diff tools, etc.
+ </p>
+ <p>
+ Traditionally, your options are limited: either
+ </p>
+ <blockquote>
+ <div>
+ <ul>
+ <li>(ab)use your source control system by committing half-working code in order to get it onto the remote test server, or
+ </li>
+ <li>go behind source control’s back by using <tt><span>rsync</span></tt> (or similar) to transfer your code back-and-forth until it is ready to commit
+ </li>
+ </ul>
+ </div>
+ </blockquote>
+ <p>
+ The former is less bad with distributed version control systems like Mercurial, but it’s still far from ideal. (One important version control “best practice” is that every commit should make things just a little bit better, i.e. you should never commit code that is worse than what came before.) The latter, avoiding version control entirely, means that you’re walking a tightrope without a safety net. One accidental <tt><span>rsync</span></tt> in the wrong direction could destroy hours of work.
+ </p>
+ <p>
+ Using Mercurial with <tt><span>evolve</span></tt> to share mutable history solves these problems. As with single-repository <tt><span>evolve</span></tt>, you can commit whenever the code is demonstrably better, even if all the tests aren’t passing yet—just <tt><span>hg</span> <span>amend</span></tt> when they are. And you can transfer those half-baked changesets between repositories to try things out on your test server before anything is carved in stone.
+ </p>
+ <p>
+ A less common scenario is multiple developers sharing mutable history, typically for code review. We’ll cover this scenario later. First, we will cover single-user sharing.
+ </p>
+ <div id="sharing-with-a-single-developer">
+ <h2>
+ <a href="#id5">Sharing with a single developer</a><a href="#sharing-with-a-single-developer" title="Permalink to this headline">¶</a>
+ </h2>
+ <div id="publishing-and-non-publishing-repositories">
+ <h3>
+ <a href="#id6">Publishing and non-publishing repositories</a><a href="#publishing-and-non-publishing-repositories" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ The key to shared mutable history is to keep your changesets in <em>draft</em> phase as you pass them around. Recall that by default, <tt><span>hg</span> <span>push</span></tt> promotes changesets from <em>draft</em> to <em>public</em>, and public changesets are immutable. You can change this behaviour by reconfiguring the <em>remote</em> repository so that it is non-publishing. (Short version: set <tt><span>phases.publish</span></tt> to <tt><span>false</span></tt>. Long version follows.)
+ </p>
+ </div>
+ <div id="setting-up">
+ <h3>
+ <a href="#id7">Setting up</a><a href="#setting-up" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ We’ll work through an example with three local repositories, although in the real world they’d most likely be on three different computers. First, the <tt><span>public</span></tt> repository is where tested, polished changesets live, and it is where you synchronize with the rest of your team.
+ </p>
+
+ <p>
+ We’ll need two clones where work gets done, <tt><span>test-repo</span></tt> and <tt><span>dev-repo</span></tt>:
+ </p>
+ <div>
+ <pre>$ hg clone public test-repo
+updating to branch default
+0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ hg clone test-repo dev-repo
+updating to branch default
+0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ <p>
+ <tt><span>dev-repo</span></tt> is your local machine, with GUI merge tools and IDEs and everything configured just the way you like it. <tt><span>test-repo</span></tt> is the test server in a rack somewhere behind SSH. So for the most part, we’ll develop in <tt><span>dev-repo</span></tt>, push to <tt><span>test-repo</span></tt>, test and polish there, and push to <tt><span>public</span></tt>.
+ </p>
+ <p>
+ The key to shared mutable history is to make the target repository, in this case <tt><span>test-repo</span></tt>, non-publishing. And, of course, we have to enable the <tt><span>evolve</span></tt> extension in both <tt><span>test-repo</span></tt> and <tt><span>dev-repo</span></tt>.
+ </p>
+ <p>
+ First, edit the configuration for <tt><span>test-repo</span></tt>:
+ </p>
+ <div>
+ <pre>$ hg -R test-repo config --edit --local
+</pre>
+ </div>
+ <p>
+ and add
+ </p>
+ <div>
+ <pre>[phases]
+publish = false
+
+[extensions]
+evolve =
+</pre>
+ </div>
+ <p>
+ Then edit the configuration for <tt><span>dev-repo</span></tt>:
+ </p>
+ <div>
+ <pre>$ hg -R dev-repo config --edit --local
+</pre>
+ </div>
+ <p>
+ and add
+ </p>
+
+ <p>
+ Keep in mind that in real life, these repositories would probably be on separate computers, so you’d have to login to each one to configure each repository.
+ </p>
+ <p>
+ To start things off, let’s make one public, immutable changeset:
+ </p>
+ <div>
+ <pre>$ cd test-repo
+$ echo 'my new project' &gt; file1
+$ hg add file1
+$ hg commit -m 'create new project'
+$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files
+</pre>
+ </div>
+ <p>
+ and pull that into the development repository:
+ </p>
+ <div>
+ <pre>$ cd ../dev-repo
+$ hg pull -u
+[...]
+added 1 changesets with 1 changes to 1 files
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ </div>
+
+ <div id="example-2-amend-again-locally">
+ <h3>
+ <a href="#id9">Example 2: Amend again, locally</a><a href="#example-2-amend-again-locally" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ This process can repeat. Perhaps you figure out a more elegant fix to the bug, and want to mutate history so nobody ever knows you had a less-than-perfect idea. We’ll implement it locally in <tt><span>dev-repo</span></tt> and push to <tt><span>test-repo</span></tt>:
+ </p>
+ <div>
+ <pre>$ echo 'Fix, fix, and fix.' &gt; file1
+$ hg amend
+$ hg push
+</pre>
+ </div>
+ <p>
+ This time around, the temporary amend commit is in <tt><span>dev-repo</span></tt>, and it is not transferred to <tt><span>test-repo</span></tt>—the same as before, just in the opposite direction. Figure 4 shows the two repositories after amending in <tt><span>dev-repo</span></tt> and pushing to <tt><span>test-repo</span></tt>.
+ </p>
+ <blockquote>
+ <p>
+ [figure SG04: each repo has one temporary amend commit, but they’re different in each one]
+ </p>
+ </blockquote>
+ <p>
+ Let’s hop over to <tt><span>test-repo</span></tt> to test the more elegant fix:
+ </p>
+ <div>
+ <pre>$ cd ../test-repo
+$ hg update
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ <p>
+ This time, all the tests pass, so no further amending is required. This bug fix is finished, so we push it to the public repository:
+ </p>
+ <div>
+ <pre>$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files
+</pre>
+ </div>
+ <p>
+ Note that only one changeset—the final version, after two amendments—was actually pushed. Again, Mercurial doesn’t transfer hidden changesets on push and pull.
+ </p>
+ <p>
+ So the picture in <tt><span>public</span></tt> is much simpler than in either <tt><span>dev-repo</span></tt> or <tt><span>test-repo</span></tt>. Neither of our missteps nor our amendments are publicly visible, just the final, beautifully polished changeset:
+ </p>
+ <blockquote>
+ <p>
+ [figure SG05: public repo with rev 0:0dc9, 1:de61, both public]
+ </p>
+ </blockquote>
+ <p>
+ There is one important step left to do. Because we pushed from <tt><span>test-repo</span></tt> to <tt><span>public</span></tt>, the pushed changeset is in <em>public</em> phase in those two repositories. But <tt><span>dev-repo</span></tt> has been out-of-the-loop; changeset de61 is still <em>draft</em> there. If we’re not careful, we might mutate history in <tt><span>dev-repo</span></tt>, obsoleting a changeset that is already public. Let’s avoid that situation for now by pushing up to <tt><span>dev-repo</span></tt>:
+ </p>
+ <div>
+ <pre>$ hg push ../dev-repo
+pushing to ../dev-repo
+searching for changes
+no changes found
+</pre>
+ </div>
+ <p>
+ Even though no <em>changesets</em> were pushed, Mercurial still pushed obsolescence markers and phase changes to <tt><span>dev-repo</span></tt>.
+ </p>
+ <p>
+ A final note: since this fix is now <em>public</em>, it is immutable. It’s no longer possible to amend it:
+ </p>
+ <div>
+ <pre>$ hg amend -m 'fix bug 37'
+abort: cannot amend public changesets
+</pre>
+ </div>
+ <p>
+ This is, after all, the whole point of Mercurial’s phases: to prevent rewriting history that has already been published.
+ </p>
+ </div>
+ </div>
+ <div id="sharing-with-multiple-developers-code-review">
+ <h2>
+ <a href="#id10">Sharing with multiple developers: code review</a><a href="#sharing-with-multiple-developers-code-review" title="Permalink to this headline">¶</a>
+ </h2>
+ <p>
+ Now that you know how to share your own mutable history across multiple computers, you might be wondering if it makes sense to share mutable history with others. It does, but you have to be careful, stay alert, and <em>communicate</em> with your peers.
+ </p>
+ <p>
+ Code review is a good use case for sharing mutable history across multiple developers: Alice commits a draft changeset, submits it for review, and amends her changeset until her reviewer is satisfied. Meanwhile, Bob is also committing draft changesets for review, amending until his reviewer is satisfied. Once a particular changeset passes review, the respective author (Alice or Bob) pushes it to the public (publishing) repository.
+ </p>
+ <p>
+ Incidentally, the reviewers here can be anyone: maybe Bob and Alice review each other’s work; maybe the same third party reviews both; or maybe they pick different experts to review their work on different parts of a large codebase. Similarly, it doesn’t matter if reviews are conducted in person, by email, or by carrier pigeon. Code review is outside of the scope of Mercurial, so all we’re looking at here is the mechanics of committing, amending, pushing, and pulling.
+ </p>
+ <div id="id2">
+ <h3>
+ <a href="#id11">Setting up</a><a href="#id2" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ To demonstrate, let’s start with the <tt><span>public</span></tt> repository as we left it in the last example, with two immutable changesets (figure 5 above). We’ll clone a <tt><span>review</span></tt> repository from it, and then Alice and Bob will both clone from <tt><span>review</span></tt>.
+ </p>
+ <div>
+ <pre>$ hg clone public review
+updating to branch default
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ hg clone review alice
+updating to branch default
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ hg clone review bob
+updating to branch default
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ <p>
+ We need to configure Alice’s and Bob’s working repositories to enable <tt><span>evolve</span></tt>. First, edit Alice’s configuration with
+ </p>
+ <div>
+ <pre>$ hg -R alice config --edit --local
+</pre>
+ </div>
+ <p>
+ and add
+ </p>
+
+ <p>
+ Then edit Bob’s repository configuration:
+ </p>
+ <div>
+ <pre>$ hg -R bob config --edit --local
+</pre>
+ </div>
+ <p>
+ and add the same text.
+ </p>
+ </div>
+ <div id="example-3-alice-commits-and-amends-a-draft-fix">
+ <h3>
+ <a href="#id12">Example 3: Alice commits and amends a draft fix</a><a href="#example-3-alice-commits-and-amends-a-draft-fix" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ We’ll follow Alice working on a bug fix. We’re going to use bookmarks to make it easier to understand multiple branch heads in the <tt><span>review</span></tt> repository, so Alice starts off by creating a bookmark and committing her first attempt at a fix:
+ </p>
+ <div>
+ <pre>$ hg bookmark bug15
+$ echo 'fix' &gt; file2
+$ hg commit -A -u alice -m 'fix bug 15 (v1)'
+adding file2
+</pre>
+ </div>
+ <p>
+ Note the unorthodox “(v1)” in the commit message. We’re just using that to make this tutorial easier to follow; it’s not something we’d recommend in real life.
+ </p>
+ <p>
+ Of course Alice wouldn’t commit unless her fix worked to her satisfaction, so it must be time to solicit a code review. She does this by pushing to the <tt><span>review</span></tt> repository:
+ </p>
+ <div>
+ <pre>$ hg push -B bug15
+[...]
+added 1 changesets with 1 changes to 1 files
+exporting bookmark bug15
+</pre>
+ </div>
+ <p>
+ (The use of <tt><span>-B</span></tt> is important to ensure that we only push the bookmarked head, and that the bookmark itself is pushed. See this <a href="http://mercurial.aragost.com/kick-start/en/bookmarks/">guide to bookmarks</a>, especially the <a href="http://mercurial.aragost.com/kick-start/en/bookmarks/#sharing-bookmarks">Sharing Bookmarks</a> section, if you’re not familiar with bookmarks.)
+ </p>
+ <p>
+ Some time passes, and Alice receives her code review. As a result, Alice revises her fix and submits it for a second review:
+ </p>
+ <div>
+ <pre>$ echo 'Fix.' &gt; file2
+$ hg amend -m 'fix bug 15 (v2)'
+$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+updating bookmark bug15
+</pre>
+ </div>
+ <p>
+ Figure 6 shows the state of the <tt><span>review</span></tt> repository at this point.
+ </p>
+ <blockquote>
+ <p>
+ [figure SG06: rev 2:fn1e is Alice’s obsolete v1, rev 3:cbdf is her v2; both children of rev 1:de61]
+ </p>
+ </blockquote>
+ <p>
+ After a busy morning of bug fixing, Alice stops for lunch. Let’s see what Bob has been up to.
+ </p>
+ </div>
+ <div id="example-4-bob-implements-and-publishes-a-new-feature">
+ <h3>
+ <a href="#id13">Example 4: Bob implements and publishes a new feature</a><a href="#example-4-bob-implements-and-publishes-a-new-feature" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ Meanwhile, Bob has been working on a new feature. Like Alice, he’ll use a bookmark to track his work, and he’ll push that bookmark to the <tt><span>review</span></tt> repository, so that reviewers know which changesets to review.
+ </p>
+ <div>
+ <pre>$ cd ../bob
+$ echo 'stuff' &gt; file1
+$ hg bookmark featureX
+$ hg commit -u bob -m 'implement feature X (v1)' # rev 4:1636
+$ hg push -B featureX
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+exporting bookmark featureX
+</pre>
+ </div>
+ <p>
+ When Bob receives his code review, he improves his implementation a bit, amends, and submits the resulting changeset for review:
+ </p>
+ <div>
+ <pre>$ echo 'do stuff' &gt; file1
+$ hg amend -m 'implement feature X (v2)' # rev 5:0eb7
+$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+updating bookmark featureX
+</pre>
+ </div>
+ <p>
+ Unfortunately, that still doesn’t pass muster. Bob’s reviewer insists on proper capitalization and punctuation.
+ </p>
+ <div>
+ <pre>$ echo 'Do stuff.' &gt; file1
+$ hg amend -m 'implement feature X (v3)' # rev 6:540b
+</pre>
+ </div>
+ <p>
+ On the bright side, the second review said, “Go ahead and publish once you fix that.” So Bob immediately publishes his third attempt:
+ </p>
+ <div>
+ <pre>$ hg push ../public
+[...]
+added 1 changesets with 1 changes to 1 files
+</pre>
+ </div>
+ <p>
+ It’s not enough just to update <tt><span>public</span></tt>, though! Other people also use the <tt><span>review</span></tt> repository, and right now it doesn’t have Bob’s latest amendment (“v3”, revision 6:540b), nor does it know that the precursor of that changeset (“v2”, revision 5:0eb7) is obsolete. Thus, Bob pushes to <tt><span>review</span></tt> as well:
+ </p>
+ <div>
+ <pre>$ hg push ../review
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+updating bookmark featureX
+</pre>
+ </div>
+ <p>
+ Figure 7 shows the result of Bob’s work in both <tt><span>review</span></tt> and <tt><span>public</span></tt>.
+ </p>
+ <blockquote>
+ <p>
+ [figure SG07: review includes Alice’s draft work on bug 15, as well as Bob’s v1, v2, and v3 changes for feature X: v1 and v2 obsolete, v3 public. public contains only the final, public implementation of feature X]
+ </p>
+ </blockquote>
+ <p>
+ Incidentally, it’s important that Bob push to <tt><span>public</span></tt> <em>before</em> <tt><span>review</span></tt>. If he pushed to <tt><span>review</span></tt> first, then revision 6:540b would still be in <em>draft</em> phase in <tt><span>review</span></tt>, but it would be <em>public</em> in both Bob’s local repository and the <tt><span>public</span></tt> repository. That could lead to confusion at some point, which is easily avoided by pushing first to <tt><span>public</span></tt>.
+ </p>
+ </div>
+ <div id="example-5-alice-integrates-and-publishes">
+ <h3>
+ <a href="#id14">Example 5: Alice integrates and publishes</a><a href="#example-5-alice-integrates-and-publishes" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ Finally, Alice gets back from lunch and sees that the carrier pigeon with her second review has arrived (or maybe it’s in her email inbox). Alice’s reviewer approved her amended changeset, so she pushes it to <tt><span>public</span></tt>:
+ </p>
+ <div>
+ <pre>$ hg push ../public
+[...]
+remote has heads on branch 'default' that are not known locally: 540ba8f317e6
+abort: push creates new remote head cbdfbd5a5db2!
+(pull and merge or see "hg help push" for details about pushing new heads)
+</pre>
+ </div>
+ <p>
+ Oops! Bob has won the race to push first to <tt><span>public</span></tt>. So Alice needs to integrate with Bob: let’s pull his changeset(s) and see what the branch heads are.
+ </p>
+ <div>
+ <pre>$ hg pull ../public
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+(run 'hg heads' to see heads, 'hg merge' to merge)
+$ hg log -G -q -r 'head()' --template '{rev}:{node|short} ({author})\n'
+o 5:540ba8f317e6 (bob)
+|
+| @ 4:cbdfbd5a5db2 (alice)
+|/
+</pre>
+ </div>
+ <p>
+ We’ll assume Alice and Bob are perfectly comfortable with rebasing changesets. (After all, they’re already using mutable history in the form of <tt><span>amend</span></tt>.) So Alice rebases her changeset on top of Bob’s and publishes the result:
+ </p>
+ <div>
+ <pre>$ hg rebase -d 5
+$ hg push ../public
+[...]
+added 1 changesets with 1 changes to 1 files
+$ hg push ../review
+[...]
+added 1 changesets with 0 changes to 0 files
+updating bookmark bug15
+</pre>
+ </div>
+ <p>
+ The result, in both <tt><span>review</span></tt> and <tt><span>public</span></tt> repositories, is shown in figure 8.
+ </p>
+ <blockquote>
+ <p>
+ [figure SG08: review shows v1 and v2 of Alice’s fix, then v1, v2, v3 of Bob’s feature, finally Alice’s fix rebased onto Bob’s. public just shows the final public version of each changeset]
+ </p>
+ </blockquote>
+ </div>
+ </div>
+ <div id="getting-into-trouble-with-shared-mutable-history">
+ <h2>
+ <a href="#id15">Getting into trouble with shared mutable history</a><a href="#getting-into-trouble-with-shared-mutable-history" title="Permalink to this headline">¶</a>
+ </h2>
+ <p>
+ Mercurial with <tt><span>evolve</span></tt> is a powerful tool, and using powerful tools can have consequences. (You can cut yourself badly with a sharp knife, but every competent chef keeps several around. Ever try to chop onions with a spoon?)
+ </p>
+ <p>
+ In the user guide, we saw examples of <em>unstbale</em> changesets, which are the most common type of troubled changeset. (Recall that a non-obsolete changeset with obsolete ancestors is an orphan.)
+ </p>
+ <p>
+ Two other types of troubles can happen: <em>divergent</em> and <em>bumped</em> changesets. Both are more likely with shared mutable history, especially mutable history shared by multiple developers.
+ </p>
+ <div id="id3">
+ <h3>
+ <a href="#id16">Setting up</a><a href="#id3" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ For these examples, we’re going to use a slightly different workflow: as before, Alice and Bob share a <tt><span>public</span></tt> repository. But this time there is no <tt><span>review</span></tt> repository. Instead, Alice and Bob put on their cowboy hats, throw good practice to the wind, and pull directly from each other’s working repositories.
+ </p>
+ <p>
+ So we throw away everything except <tt><span>public</span></tt> and reclone:
+ </p>
+ <div>
+ <pre>$ rm -rf review alice bob
+$ hg clone public alice
+updating to branch default
+2 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ hg clone public bob
+updating to branch default
+2 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ <p>
+ Once again we have to configure their repositories: enable <tt><span>evolve</span></tt> and (since Alice and Bob will be pulling directly from each other) make their repositories non-publishing. Edit Alice’s configuration:
+ </p>
+ <div>
+ <pre>$ hg -R alice config --edit --local
+</pre>
+ </div>
+ <p>
+ and add
+ </p>
+ <div>
+ <pre>[extensions]
+rebase =
+evolve =
+
+[phases]
+publish = false
+</pre>
+ </div>
+ <p>
+ Then edit Bob’s repository configuration:
+ </p>
+ <div>
+ <pre>$ hg -R bob config --edit --local
+</pre>
+ </div>
+ <p>
+ and add the same text.
+ </p>
+ </div>
+ <div id="example-6-divergent-changesets">
+ <h3>
+ <a href="#id17">Example 6: Divergent changesets</a><a href="#example-6-divergent-changesets" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ When an obsolete changeset has two successors, those successors are <em>divergent</em>. One way to get into such a situation is by failing to communicate with your teammates. Let’s see how that might happen.
+ </p>
+ <p>
+ First, we’ll have Bob commit a bug fix that could still be improved:
+ </p>
+ <div>
+ <pre>$ cd bob
+$ echo 'pretty good fix' &gt;&gt; file1
+$ hg commit -u bob -m 'fix bug 24 (v1)' # rev 4:2fe6
+</pre>
+ </div>
+ <p>
+ Since Alice and Bob are now in cowboy mode, Alice pulls Bob’s draft changeset and amends it herself.
+ </p>
+ <div>
+ <pre>$ cd ../alice
+$ hg pull -u ../bob
+[...]
+added 1 changesets with 1 changes to 1 files
+$ echo 'better fix (alice)' &gt;&gt; file1
+$ hg amend -u alice -m 'fix bug 24 (v2 by alice)'
+</pre>
+ </div>
+ <p>
+ But Bob has no idea that Alice just did this. (See how important good communication is?) So he implements a better fix of his own:
+ </p>
+ <div>
+ <pre>$ cd ../bob
+$ echo 'better fix (bob)' &gt;&gt; file1
+$ hg amend -u bob -m 'fix bug 24 (v2 by bob)' # rev 6:a360
+</pre>
+ </div>
+ <p>
+ At this point, the divergence exists, but only in theory: Bob’s original changeset, 4:2fe6, is obsolete and has two successors. But those successors are in different repositories, so the trouble is not visible to anyone yet. It will be as soon as Bob pulls from Alice’s repository (or vice-versa).
+ </p>
+ <div>
+ <pre>$ hg pull ../alice
+[...]
+added 1 changesets with 1 changes to 2 files (+1 heads)
+(run 'hg heads' to see heads, 'hg merge' to merge)
+2 new divergent changesets
+</pre>
+ </div>
+ <p>
+ Figure 9 shows the situation in Bob’s repository.
+ </p>
+ <blockquote>
+ <p>
+ [figure SG09: Bob’s repo with 2 heads for the 2 divergent changesets, 6:a360 and 7:e3f9; wc is at 6:a360; both are successors of obsolete 4:2fe6, hence divergence]
+ </p>
+ </blockquote>
+ <p>
+ Now we need to get out of trouble. As usual, the answer is to evolve history.
+ </p>
+ <div>
+ <pre>$ HGMERGE=internal:other hg evolve
+merge:[6] fix bug 24 (v2 by bob)
+with: [7] fix bug 24 (v2 by alice)
+base: [4] fix bug 24 (v1)
+0 files updated, 1 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ <p>
+ Figure 10 shows how Bob’s repository looks now.
+ </p>
+ <blockquote>
+ <p>
+ [figure SG10: only one visible head, 9:5ad6, successor to hidden 6:a360 and 7:e3f9]
+ </p>
+ </blockquote>
+ <p>
+ We carefully dodged a merge conflict by specifying a merge tool (<tt><span>internal:other</span></tt>) that will take Alice’s changes over Bob’s. (You might wonder why Bob wouldn’t prefer his own changes by using <tt><span>internal:local</span></tt>. He’s avoiding a <a href="#bug">bug</a> in <tt><span>evolve</span></tt> that occurs when evolving divergent changesets using <tt><span>internal:local</span></tt>.)
+ </p>
+ <p>
+ # XXX this link does not work .. <span id="bug">bug</span>: <a href="https://bitbucket.org/marmoute/mutable-history/issue/48/">https://bitbucket.org/marmoute/mutable-history/issue/48/</a>
+ </p>
+ <p>
+ ** STOP HERE: WORK IN PROGRESS **
+ </p>
+ </div>
+ <div id="phase-divergence-when-a-rewritten-changeset-is-made-public">
+ <h3>
+ <a href="#id18">Phase-divergence: when a rewritten changeset is made public</a><a href="#phase-divergence-when-a-rewritten-changeset-is-made-public" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ If Alice and Bob are collaborating on some mutable changesets, it’s possible to get into a situation where an otherwise worthwhile changeset cannot be pushed to the public repository; it is <em>phase-divergent</em> with another changeset that was made public first. Let’s demonstrate one way this could happen.
+ </p>
+ <p>
+ It starts with Alice committing a bug fix. Right now, we don’t yet know if this bug fix is good enough to push to the public repository, but it’s good enough for Alice to commit.
+ </p>
+ <div>
+ <pre>$ cd alice
+$ echo 'fix' &gt; file2
+$ hg commit -A -m 'fix bug 15'
+adding file2
+</pre>
+ </div>
+ <p>
+ Now Bob has a bad idea: he decides to pull whatever Alice is working on and tweak her bug fix to his taste:
+ </p>
+ <div>
+ <pre>$ cd ../bob
+$ hg pull -u ../alice
+[...]
+added 1 changesets with 1 changes to 1 files
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ echo 'Fix.' &gt; file2
+$ hg amend -A -m 'fix bug 15 (amended)'
+</pre>
+ </div>
+ <p>
+ (Note the lack of communication between Alice and Bob. Failing to communicate with your colleagues is a good way to get into trouble. Nevertheless, <tt><span>evolve</span></tt> can usually sort things out, as we will see.)
+ </p>
+ <blockquote>
+ <p>
+ [figure SG06: Bob’s repo with one amendment]
+ </p>
+ </blockquote>
+ <p>
+ After some testing, Alice realizes her bug fix is just fine as it is: no need for further polishing and amending, this changeset is ready to publish.
+ </p>
+ <div>
+ <pre>$ cd ../alice
+$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files
+</pre>
+ </div>
+ <p>
+ This introduces a contradiction: in Bob’s repository, changeset 2:e011 (his copy of Alice’s fix) is obsolete, since Bob amended it. But in Alice’s repository (and the <tt><span>public</span></tt> repository), that changeset is public: it is immutable, carved in stone for all eternity. No changeset can be both obsolete and public, so Bob is in for a surprise the next time he pulls from <tt><span>public</span></tt>:
+ </p>
+ <div>
+ <pre>$ cd ../bob
+$ hg pull -q -u
+1 new phase-divergent changesets
+</pre>
+ </div>
+ <p>
+ Figure 7 shows what just happened to Bob’s repository: changeset 2:e011 is now public, so it can’t be obsolete. When that changeset was obsolete, it made perfect sense for it to have a successor, namely Bob’s amendment of Alice’s fix (changeset 4:fe88). But it’s illogical for a public changeset to have a successor, so 4:fe88 is troubled: it has become <em>bumped</em>.
+ </p>
+ <blockquote>
+ <p>
+ [figure SG07: 2:e011 now public not obsolete, 4:fe88 now bumped]
+ </p>
+ </blockquote>
+ <p>
+ As usual when there’s trouble in your repository, the solution is to evolve it:
+ </p>
+
+ <p>
+ Figure 8 illustrates Bob’s repository after evolving away the bumped changeset. Ignoring the obsolete changesets, Bob now has a nice, clean, simple history. His amendment of Alice’s bug fix lives on, as changeset 5:227d—albeit with a software-generated commit message. (Bob should probably amend that changeset to improve the commit message.) But the important thing is that his repository no longer has any troubled changesets, thanks to <tt><span>evolve</span></tt>.
+ </p>
+ <blockquote>
+ <p>
+ [figure SG08: 5:227d is new, formerly bumped changeset 4:fe88 now hidden]
+ </p>
+ </blockquote>
+ </div>
+ </div>
+ <div id="conclusion">
+ <h2>
+ <a href="#id19">Conclusion</a><a href="#conclusion" title="Permalink to this headline">¶</a>
+ </h2>
+ <p>
+ Mutable history is a powerful tool. Like a sharp knife, an experienced user can do wonderful things with it, much more wonderful than with a dull knife (never mind a rusty spoon). At the same time, an inattentive or careless user can do harm to himself or others. Mercurial with <tt><span>evolve</span></tt> goes to great lengths to limit the harm you can do by trying to handle all possible types of “troubled” changesets. Nevertheless, having a first-aid kit nearby does not mean you should stop being careful with sharp knives.
+ </p>
+ <p>
+ Mutable history shared across multiple repositories by a single developer is a natural extension of this model. Once you are used to using a single sharp knife on its own, it’s pretty straightforward to chop onions and mushrooms using the same knife, or to alternate between two chopping boards with different knives.
+ </p>
+ <p>
+ Mutable history shared by multiple developers is a scary place to go. Imagine a professional kitchen full of expert chefs tossing their favourite knives back and forth, with the occasional axe or chainsaw thrown in to spice things up. If you’re confident that you <em>and your colleagues</em> can do it without losing a limb, go for it. But be sure to practice a lot first before you rely on it!
+ </p>
+ </div>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mercurial/source.html b/vendor/fivefilters/readability.php/test/test-pages/mercurial/source.html
new file mode 100644
index 0000000..e8dc6f6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mercurial/source.html
@@ -0,0 +1,979 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>
+ Evolve: Shared Mutable History — evolve extension for Mercurial
+ </title>
+ <link rel="stylesheet" href="_static/haiku.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ //<![CDATA[
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: './',
+ VERSION: '0.0',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true
+ };
+ //]]>
+ </script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/underscore.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="shortcut icon" href="_static/logo-evolve.ico" />
+ <link rel="top" title="evolve extension for Mercurial" href="index.html" />
+ <link rel="next" title="Evolve: Concepts" href="concepts.html" />
+ <link rel="prev" title="Evolve: User Guide" href="user-guide.html" />
+ </head>
+ <body>
+ <div class="header">
+ <h1 class="heading">
+ <a href="index.html"><span>evolve extension for Mercurial</span></a>
+ </h1>
+ <h2 class="heading">
+ <span>Evolve: Shared Mutable History</span>
+ </h2>
+ </div>
+ <div class="topnav">
+ <p>
+ «&#160;&#160;<a href="user-guide.html">Evolve: User Guide</a> &#160;&#160;::&#160;&#160; <a class="uplink" href="index.html">Contents</a> &#160;&#160;::&#160;&#160; <a href="concepts.html">Evolve: Concepts</a>&#160;&#160;»
+ </p>
+ </div>
+ <div class="content">
+ <div class="section" id="evolve-shared-mutable-history">
+ <h1>
+ <a class="toc-backref" href="#id4">Evolve: Shared Mutable History</a><a class="headerlink" href="#evolve-shared-mutable-history" title="Permalink to this headline">¶</a>
+ </h1>
+ <div class="contents topic" id="contents">
+ <p class="topic-title first">
+ Contents
+ </p>
+ <ul class="simple">
+ <li>
+ <a class="reference internal" href="#evolve-shared-mutable-history" id="id4">Evolve: Shared Mutable History</a>
+ <ul>
+ <li>
+ <a class="reference internal" href="#sharing-with-a-single-developer" id="id5">Sharing with a single developer</a>
+ <ul>
+ <li>
+ <a class="reference internal" href="#publishing-and-non-publishing-repositories" id="id6">Publishing and non-publishing repositories</a>
+ </li>
+ <li>
+ <a class="reference internal" href="#setting-up" id="id7">Setting up</a>
+ </li>
+ <li>
+ <a class="reference internal" href="#example-1-amend-a-shared-changeset" id="id8">Example 1: Amend a shared changeset</a>
+ </li>
+ <li>
+ <a class="reference internal" href="#example-2-amend-again-locally" id="id9">Example 2: Amend again, locally</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a class="reference internal" href="#sharing-with-multiple-developers-code-review" id="id10">Sharing with multiple developers: code review</a>
+ <ul>
+ <li>
+ <a class="reference internal" href="#id2" id="id11">Setting up</a>
+ </li>
+ <li>
+ <a class="reference internal" href="#example-3-alice-commits-and-amends-a-draft-fix" id="id12">Example 3: Alice commits and amends a draft fix</a>
+ </li>
+ <li>
+ <a class="reference internal" href="#example-4-bob-implements-and-publishes-a-new-feature" id="id13">Example 4: Bob implements and publishes a new feature</a>
+ </li>
+ <li>
+ <a class="reference internal" href="#example-5-alice-integrates-and-publishes" id="id14">Example 5: Alice integrates and publishes</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a class="reference internal" href="#getting-into-trouble-with-shared-mutable-history" id="id15">Getting into trouble with shared mutable history</a>
+ <ul>
+ <li>
+ <a class="reference internal" href="#id3" id="id16">Setting up</a>
+ </li>
+ <li>
+ <a class="reference internal" href="#example-6-divergent-changesets" id="id17">Example 6: Divergent changesets</a>
+ </li>
+ <li>
+ <a class="reference internal" href="#phase-divergence-when-a-rewritten-changeset-is-made-public" id="id18">Phase-divergence: when a rewritten changeset is made public</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a class="reference internal" href="#conclusion" id="id19">Conclusion</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <p>
+ Once you have mastered the art of mutable history in a single repository (see the <a class="reference external" href="user-guide.html">user guide</a>), you can move up to the next level: <em>shared</em> mutable history. <tt class="docutils literal"><span class="pre">evolve</span></tt> lets you push and pull draft changesets between repositories along with their obsolescence markers. This opens up a number of interesting possibilities.
+ </p>
+ <p>
+ The simplest scenario is a single developer working across two computers. Say you’re working on code that must be tested on a remote test server, probably in a rack somewhere, only accessible by SSH, and running an “enterprise-grade” (out-of-date) OS. But you probably prefer to write code locally: everything is setup the way you like it, and you can use your preferred editor, IDE, merge/diff tools, etc.
+ </p>
+ <p>
+ Traditionally, your options are limited: either
+ </p>
+ <blockquote>
+ <div>
+ <ul class="simple">
+ <li>(ab)use your source control system by committing half-working code in order to get it onto the remote test server, or
+ </li>
+ <li>go behind source control’s back by using <tt class="docutils literal"><span class="pre">rsync</span></tt> (or similar) to transfer your code back-and-forth until it is ready to commit
+ </li>
+ </ul>
+ </div>
+ </blockquote>
+ <p>
+ The former is less bad with distributed version control systems like Mercurial, but it’s still far from ideal. (One important version control “best practice” is that every commit should make things just a little bit better, i.e. you should never commit code that is worse than what came before.) The latter, avoiding version control entirely, means that you’re walking a tightrope without a safety net. One accidental <tt class="docutils literal"><span class="pre">rsync</span></tt> in the wrong direction could destroy hours of work.
+ </p>
+ <p>
+ Using Mercurial with <tt class="docutils literal"><span class="pre">evolve</span></tt> to share mutable history solves these problems. As with single-repository <tt class="docutils literal"><span class="pre">evolve</span></tt>, you can commit whenever the code is demonstrably better, even if all the tests aren’t passing yet—just <tt class="docutils literal"><span class="pre">hg</span> <span class="pre">amend</span></tt> when they are. And you can transfer those half-baked changesets between repositories to try things out on your test server before anything is carved in stone.
+ </p>
+ <p>
+ A less common scenario is multiple developers sharing mutable history, typically for code review. We’ll cover this scenario later. First, we will cover single-user sharing.
+ </p>
+ <div class="section" id="sharing-with-a-single-developer">
+ <h2>
+ <a class="toc-backref" href="#id5">Sharing with a single developer</a><a class="headerlink" href="#sharing-with-a-single-developer" title="Permalink to this headline">¶</a>
+ </h2>
+ <div class="section" id="publishing-and-non-publishing-repositories">
+ <h3>
+ <a class="toc-backref" href="#id6">Publishing and non-publishing repositories</a><a class="headerlink" href="#publishing-and-non-publishing-repositories" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ The key to shared mutable history is to keep your changesets in <em>draft</em> phase as you pass them around. Recall that by default, <tt class="docutils literal"><span class="pre">hg</span> <span class="pre">push</span></tt> promotes changesets from <em>draft</em> to <em>public</em>, and public changesets are immutable. You can change this behaviour by reconfiguring the <em>remote</em> repository so that it is non-publishing. (Short version: set <tt class="docutils literal"><span class="pre">phases.publish</span></tt> to <tt class="docutils literal"><span class="pre">false</span></tt>. Long version follows.)
+ </p>
+ </div>
+ <div class="section" id="setting-up">
+ <h3>
+ <a class="toc-backref" href="#id7">Setting up</a><a class="headerlink" href="#setting-up" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ We’ll work through an example with three local repositories, although in the real world they’d most likely be on three different computers. First, the <tt class="docutils literal"><span class="pre">public</span></tt> repository is where tested, polished changesets live, and it is where you synchronize with the rest of your team.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg init public
+</pre>
+ </div>
+ </div>
+ <p>
+ We’ll need two clones where work gets done, <tt class="docutils literal"><span class="pre">test-repo</span></tt> and <tt class="docutils literal"><span class="pre">dev-repo</span></tt>:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg clone public test-repo
+updating to branch default
+0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ hg clone test-repo dev-repo
+updating to branch default
+0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ </div>
+ <p>
+ <tt class="docutils literal"><span class="pre">dev-repo</span></tt> is your local machine, with GUI merge tools and IDEs and everything configured just the way you like it. <tt class="docutils literal"><span class="pre">test-repo</span></tt> is the test server in a rack somewhere behind SSH. So for the most part, we’ll develop in <tt class="docutils literal"><span class="pre">dev-repo</span></tt>, push to <tt class="docutils literal"><span class="pre">test-repo</span></tt>, test and polish there, and push to <tt class="docutils literal"><span class="pre">public</span></tt>.
+ </p>
+ <p>
+ The key to shared mutable history is to make the target repository, in this case <tt class="docutils literal"><span class="pre">test-repo</span></tt>, non-publishing. And, of course, we have to enable the <tt class="docutils literal"><span class="pre">evolve</span></tt> extension in both <tt class="docutils literal"><span class="pre">test-repo</span></tt> and <tt class="docutils literal"><span class="pre">dev-repo</span></tt>.
+ </p>
+ <p>
+ First, edit the configuration for <tt class="docutils literal"><span class="pre">test-repo</span></tt>:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg -R test-repo config --edit --local
+</pre>
+ </div>
+ </div>
+ <p>
+ and add
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>[phases]
+publish = false
+
+[extensions]
+evolve =
+</pre>
+ </div>
+ </div>
+ <p>
+ Then edit the configuration for <tt class="docutils literal"><span class="pre">dev-repo</span></tt>:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg -R dev-repo config --edit --local
+</pre>
+ </div>
+ </div>
+ <p>
+ and add
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>[extensions]
+evolve =
+</pre>
+ </div>
+ </div>
+ <p>
+ Keep in mind that in real life, these repositories would probably be on separate computers, so you’d have to login to each one to configure each repository.
+ </p>
+ <p>
+ To start things off, let’s make one public, immutable changeset:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd test-repo
+$ echo 'my new project' &gt; file1
+$ hg add file1
+$ hg commit -m 'create new project'
+$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files
+</pre>
+ </div>
+ </div>
+ <p>
+ and pull that into the development repository:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../dev-repo
+$ hg pull -u
+[...]
+added 1 changesets with 1 changes to 1 files
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ </div>
+ </div>
+ <div class="section" id="example-1-amend-a-shared-changeset">
+ <h3>
+ <a class="toc-backref" href="#id8">Example 1: Amend a shared changeset</a><a class="headerlink" href="#example-1-amend-a-shared-changeset" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ Everything you learned in the <a class="reference external" href="user-guide.html">user guide</a> applies to work done in <tt class="docutils literal"><span class="pre">dev-repo</span></tt>. You can commit, amend, uncommit, evolve, and so forth just as before.
+ </p>
+ <p>
+ Things get different when you push changesets to <tt class="docutils literal"><span class="pre">test-repo</span></tt>. Or rather, things stay the same, which <em>is</em> different: because we configured <tt class="docutils literal"><span class="pre">test-repo</span></tt> to be non-publishing, draft changesets stay draft when we push them to <tt class="docutils literal"><span class="pre">test-repo</span></tt>. Importantly, they’re also draft (mutable) in <tt class="docutils literal"><span class="pre">test-repo</span></tt>.
+ </p>
+ <p>
+ Let’s commit a preliminary change and push it to <tt class="docutils literal"><span class="pre">test-repo</span></tt> for testing.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ echo 'fix fix fix' &gt; file1
+$ hg commit -m 'prelim change'
+$ hg push ../test-repo
+</pre>
+ </div>
+ </div>
+ <p>
+ At this point, <tt class="docutils literal"><span class="pre">dev-repo</span></tt> and <tt class="docutils literal"><span class="pre">test-repo</span></tt> have the same changesets in the same phases:
+ </p>
+ <blockquote>
+ <div>
+ [figure SG01: rev 0:0dc9 public, rev 1:f649 draft, same on both repos]
+ </div>
+ </blockquote>
+ <p>
+ (You may notice a change in notation from the user guide: now changesets are labelled with their revision number and the first four digits of the 40-digit hexadecimal changeset ID. Mercurial revision numbers are never stable when working across repositories, especially when obsolescence is involved. We’ll see why shortly.)
+ </p>
+ <p>
+ Now let’s switch to <tt class="docutils literal"><span class="pre">test-repo</span></tt> to test our change:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../test-repo
+$ hg update
+</pre>
+ </div>
+ </div>
+ <p>
+ Don’t forget to <tt class="docutils literal"><span class="pre">hg</span> <span class="pre">update</span></tt>! Pushing only adds changesets to a remote repository; it does not update the working directory (unless you have a hook that updates for you).
+ </p>
+ <p>
+ Now let’s imagine the tests failed because we didn’t use proper punctuation and capitalization (oops). Let’s amend our preliminary fix (and fix the lame commit message while we’re at it):
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ echo 'Fix fix fix.' &gt; file1
+$ hg amend -m 'fix bug 37'
+</pre>
+ </div>
+ </div>
+ <p>
+ Now we’re in a funny intermediate state (figure 2): revision 1:f649 is obsolete in <tt class="docutils literal"><span class="pre">test-repo</span></tt>, having been replaced by revision 3:60ff (revision 2:2a03 is another one of those temporary amend commits that we saw in the user guide)—but <tt class="docutils literal"><span class="pre">dev-repo</span></tt> knows nothing of these recent developments.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG02: test-repo has rev 0:0dc9 public, rev 1:f649, 2:2a03 obsolete, rev 3:60ff draft; dev-repo same as in SG01]
+ </div>
+ </blockquote>
+ <p>
+ Let’s resynchronize:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../dev-repo
+$ hg pull -u
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ </div>
+ <p>
+ As seen in figure 3, this transfers the new changeset <em>and</em> the obsolescence marker for revision 1. However, it does <em>not</em> transfer the temporary amend commit, because it is hidden. Push and pull transfer obsolescence markers between repositories, but they do not transfer hidden changesets.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG03: dev-repo grows new rev 2:60ff, marks 1:f649 obsolete]
+ </div>
+ </blockquote>
+ <p>
+ Because of this deliberately incomplete synchronization, revision numbers in <tt class="docutils literal"><span class="pre">test-repo</span></tt> and <tt class="docutils literal"><span class="pre">dev-repo</span></tt> are no longer consistent. We <em>must</em> use changeset IDs.
+ </p>
+ </div>
+ <div class="section" id="example-2-amend-again-locally">
+ <h3>
+ <a class="toc-backref" href="#id9">Example 2: Amend again, locally</a><a class="headerlink" href="#example-2-amend-again-locally" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ This process can repeat. Perhaps you figure out a more elegant fix to the bug, and want to mutate history so nobody ever knows you had a less-than-perfect idea. We’ll implement it locally in <tt class="docutils literal"><span class="pre">dev-repo</span></tt> and push to <tt class="docutils literal"><span class="pre">test-repo</span></tt>:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ echo 'Fix, fix, and fix.' &gt; file1
+$ hg amend
+$ hg push
+</pre>
+ </div>
+ </div>
+ <p>
+ This time around, the temporary amend commit is in <tt class="docutils literal"><span class="pre">dev-repo</span></tt>, and it is not transferred to <tt class="docutils literal"><span class="pre">test-repo</span></tt>—the same as before, just in the opposite direction. Figure 4 shows the two repositories after amending in <tt class="docutils literal"><span class="pre">dev-repo</span></tt> and pushing to <tt class="docutils literal"><span class="pre">test-repo</span></tt>.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG04: each repo has one temporary amend commit, but they’re different in each one]
+ </div>
+ </blockquote>
+ <p>
+ Let’s hop over to <tt class="docutils literal"><span class="pre">test-repo</span></tt> to test the more elegant fix:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../test-repo
+$ hg update
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ </div>
+ <p>
+ This time, all the tests pass, so no further amending is required. This bug fix is finished, so we push it to the public repository:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files
+</pre>
+ </div>
+ </div>
+ <p>
+ Note that only one changeset—the final version, after two amendments—was actually pushed. Again, Mercurial doesn’t transfer hidden changesets on push and pull.
+ </p>
+ <p>
+ So the picture in <tt class="docutils literal"><span class="pre">public</span></tt> is much simpler than in either <tt class="docutils literal"><span class="pre">dev-repo</span></tt> or <tt class="docutils literal"><span class="pre">test-repo</span></tt>. Neither of our missteps nor our amendments are publicly visible, just the final, beautifully polished changeset:
+ </p>
+ <blockquote>
+ <div>
+ [figure SG05: public repo with rev 0:0dc9, 1:de61, both public]
+ </div>
+ </blockquote>
+ <p>
+ There is one important step left to do. Because we pushed from <tt class="docutils literal"><span class="pre">test-repo</span></tt> to <tt class="docutils literal"><span class="pre">public</span></tt>, the pushed changeset is in <em>public</em> phase in those two repositories. But <tt class="docutils literal"><span class="pre">dev-repo</span></tt> has been out-of-the-loop; changeset de61 is still <em>draft</em> there. If we’re not careful, we might mutate history in <tt class="docutils literal"><span class="pre">dev-repo</span></tt>, obsoleting a changeset that is already public. Let’s avoid that situation for now by pushing up to <tt class="docutils literal"><span class="pre">dev-repo</span></tt>:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg push ../dev-repo
+pushing to ../dev-repo
+searching for changes
+no changes found
+</pre>
+ </div>
+ </div>
+ <p>
+ Even though no <em>changesets</em> were pushed, Mercurial still pushed obsolescence markers and phase changes to <tt class="docutils literal"><span class="pre">dev-repo</span></tt>.
+ </p>
+ <p>
+ A final note: since this fix is now <em>public</em>, it is immutable. It’s no longer possible to amend it:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg amend -m 'fix bug 37'
+abort: cannot amend public changesets
+</pre>
+ </div>
+ </div>
+ <p>
+ This is, after all, the whole point of Mercurial’s phases: to prevent rewriting history that has already been published.
+ </p>
+ </div>
+ </div>
+ <div class="section" id="sharing-with-multiple-developers-code-review">
+ <h2>
+ <a class="toc-backref" href="#id10">Sharing with multiple developers: code review</a><a class="headerlink" href="#sharing-with-multiple-developers-code-review" title="Permalink to this headline">¶</a>
+ </h2>
+ <p>
+ Now that you know how to share your own mutable history across multiple computers, you might be wondering if it makes sense to share mutable history with others. It does, but you have to be careful, stay alert, and <em>communicate</em> with your peers.
+ </p>
+ <p>
+ Code review is a good use case for sharing mutable history across multiple developers: Alice commits a draft changeset, submits it for review, and amends her changeset until her reviewer is satisfied. Meanwhile, Bob is also committing draft changesets for review, amending until his reviewer is satisfied. Once a particular changeset passes review, the respective author (Alice or Bob) pushes it to the public (publishing) repository.
+ </p>
+ <p>
+ Incidentally, the reviewers here can be anyone: maybe Bob and Alice review each other’s work; maybe the same third party reviews both; or maybe they pick different experts to review their work on different parts of a large codebase. Similarly, it doesn’t matter if reviews are conducted in person, by email, or by carrier pigeon. Code review is outside of the scope of Mercurial, so all we’re looking at here is the mechanics of committing, amending, pushing, and pulling.
+ </p>
+ <div class="section" id="id2">
+ <h3>
+ <a class="toc-backref" href="#id11">Setting up</a><a class="headerlink" href="#id2" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ To demonstrate, let’s start with the <tt class="docutils literal"><span class="pre">public</span></tt> repository as we left it in the last example, with two immutable changesets (figure 5 above). We’ll clone a <tt class="docutils literal"><span class="pre">review</span></tt> repository from it, and then Alice and Bob will both clone from <tt class="docutils literal"><span class="pre">review</span></tt>.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg clone public review
+updating to branch default
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ hg clone review alice
+updating to branch default
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ hg clone review bob
+updating to branch default
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ </div>
+ <p>
+ We need to configure Alice’s and Bob’s working repositories to enable <tt class="docutils literal"><span class="pre">evolve</span></tt>. First, edit Alice’s configuration with
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg -R alice config --edit --local
+</pre>
+ </div>
+ </div>
+ <p>
+ and add
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>[extensions]
+evolve =
+</pre>
+ </div>
+ </div>
+ <p>
+ Then edit Bob’s repository configuration:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg -R bob config --edit --local
+</pre>
+ </div>
+ </div>
+ <p>
+ and add the same text.
+ </p>
+ </div>
+ <div class="section" id="example-3-alice-commits-and-amends-a-draft-fix">
+ <h3>
+ <a class="toc-backref" href="#id12">Example 3: Alice commits and amends a draft fix</a><a class="headerlink" href="#example-3-alice-commits-and-amends-a-draft-fix" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ We’ll follow Alice working on a bug fix. We’re going to use bookmarks to make it easier to understand multiple branch heads in the <tt class="docutils literal"><span class="pre">review</span></tt> repository, so Alice starts off by creating a bookmark and committing her first attempt at a fix:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg bookmark bug15
+$ echo 'fix' &gt; file2
+$ hg commit -A -u alice -m 'fix bug 15 (v1)'
+adding file2
+</pre>
+ </div>
+ </div>
+ <p>
+ Note the unorthodox “(v1)” in the commit message. We’re just using that to make this tutorial easier to follow; it’s not something we’d recommend in real life.
+ </p>
+ <p>
+ Of course Alice wouldn’t commit unless her fix worked to her satisfaction, so it must be time to solicit a code review. She does this by pushing to the <tt class="docutils literal"><span class="pre">review</span></tt> repository:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg push -B bug15
+[...]
+added 1 changesets with 1 changes to 1 files
+exporting bookmark bug15
+</pre>
+ </div>
+ </div>
+ <p>
+ (The use of <tt class="docutils literal"><span class="pre">-B</span></tt> is important to ensure that we only push the bookmarked head, and that the bookmark itself is pushed. See this <a class="reference external" href="http://mercurial.aragost.com/kick-start/en/bookmarks/">guide to bookmarks</a>, especially the <a class="reference external" href="http://mercurial.aragost.com/kick-start/en/bookmarks/#sharing-bookmarks">Sharing Bookmarks</a> section, if you’re not familiar with bookmarks.)
+ </p>
+ <p>
+ Some time passes, and Alice receives her code review. As a result, Alice revises her fix and submits it for a second review:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ echo 'Fix.' &gt; file2
+$ hg amend -m 'fix bug 15 (v2)'
+$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+updating bookmark bug15
+</pre>
+ </div>
+ </div>
+ <p>
+ Figure 6 shows the state of the <tt class="docutils literal"><span class="pre">review</span></tt> repository at this point.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG06: rev 2:fn1e is Alice’s obsolete v1, rev 3:cbdf is her v2; both children of rev 1:de61]
+ </div>
+ </blockquote>
+ <p>
+ After a busy morning of bug fixing, Alice stops for lunch. Let’s see what Bob has been up to.
+ </p>
+ </div>
+ <div class="section" id="example-4-bob-implements-and-publishes-a-new-feature">
+ <h3>
+ <a class="toc-backref" href="#id13">Example 4: Bob implements and publishes a new feature</a><a class="headerlink" href="#example-4-bob-implements-and-publishes-a-new-feature" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ Meanwhile, Bob has been working on a new feature. Like Alice, he’ll use a bookmark to track his work, and he’ll push that bookmark to the <tt class="docutils literal"><span class="pre">review</span></tt> repository, so that reviewers know which changesets to review.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../bob
+$ echo 'stuff' &gt; file1
+$ hg bookmark featureX
+$ hg commit -u bob -m 'implement feature X (v1)' # rev 4:1636
+$ hg push -B featureX
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+exporting bookmark featureX
+</pre>
+ </div>
+ </div>
+ <p>
+ When Bob receives his code review, he improves his implementation a bit, amends, and submits the resulting changeset for review:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ echo 'do stuff' &gt; file1
+$ hg amend -m 'implement feature X (v2)' # rev 5:0eb7
+$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+updating bookmark featureX
+</pre>
+ </div>
+ </div>
+ <p>
+ Unfortunately, that still doesn’t pass muster. Bob’s reviewer insists on proper capitalization and punctuation.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ echo 'Do stuff.' &gt; file1
+$ hg amend -m 'implement feature X (v3)' # rev 6:540b
+</pre>
+ </div>
+ </div>
+ <p>
+ On the bright side, the second review said, “Go ahead and publish once you fix that.” So Bob immediately publishes his third attempt:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg push ../public
+[...]
+added 1 changesets with 1 changes to 1 files
+</pre>
+ </div>
+ </div>
+ <p>
+ It’s not enough just to update <tt class="docutils literal"><span class="pre">public</span></tt>, though! Other people also use the <tt class="docutils literal"><span class="pre">review</span></tt> repository, and right now it doesn’t have Bob’s latest amendment (“v3”, revision 6:540b), nor does it know that the precursor of that changeset (“v2”, revision 5:0eb7) is obsolete. Thus, Bob pushes to <tt class="docutils literal"><span class="pre">review</span></tt> as well:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg push ../review
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+updating bookmark featureX
+</pre>
+ </div>
+ </div>
+ <p>
+ Figure 7 shows the result of Bob’s work in both <tt class="docutils literal"><span class="pre">review</span></tt> and <tt class="docutils literal"><span class="pre">public</span></tt>.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG07: review includes Alice’s draft work on bug 15, as well as Bob’s v1, v2, and v3 changes for feature X: v1 and v2 obsolete, v3 public. public contains only the final, public implementation of feature X]
+ </div>
+ </blockquote>
+ <p>
+ Incidentally, it’s important that Bob push to <tt class="docutils literal"><span class="pre">public</span></tt> <em>before</em> <tt class="docutils literal"><span class="pre">review</span></tt>. If he pushed to <tt class="docutils literal"><span class="pre">review</span></tt> first, then revision 6:540b would still be in <em>draft</em> phase in <tt class="docutils literal"><span class="pre">review</span></tt>, but it would be <em>public</em> in both Bob’s local repository and the <tt class="docutils literal"><span class="pre">public</span></tt> repository. That could lead to confusion at some point, which is easily avoided by pushing first to <tt class="docutils literal"><span class="pre">public</span></tt>.
+ </p>
+ </div>
+ <div class="section" id="example-5-alice-integrates-and-publishes">
+ <h3>
+ <a class="toc-backref" href="#id14">Example 5: Alice integrates and publishes</a><a class="headerlink" href="#example-5-alice-integrates-and-publishes" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ Finally, Alice gets back from lunch and sees that the carrier pigeon with her second review has arrived (or maybe it’s in her email inbox). Alice’s reviewer approved her amended changeset, so she pushes it to <tt class="docutils literal"><span class="pre">public</span></tt>:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg push ../public
+[...]
+remote has heads on branch 'default' that are not known locally: 540ba8f317e6
+abort: push creates new remote head cbdfbd5a5db2!
+(pull and merge or see "hg help push" for details about pushing new heads)
+</pre>
+ </div>
+ </div>
+ <p>
+ Oops! Bob has won the race to push first to <tt class="docutils literal"><span class="pre">public</span></tt>. So Alice needs to integrate with Bob: let’s pull his changeset(s) and see what the branch heads are.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg pull ../public
+[...]
+added 1 changesets with 1 changes to 1 files (+1 heads)
+(run 'hg heads' to see heads, 'hg merge' to merge)
+$ hg log -G -q -r 'head()' --template '{rev}:{node|short} ({author})\n'
+o 5:540ba8f317e6 (bob)
+|
+| @ 4:cbdfbd5a5db2 (alice)
+|/
+</pre>
+ </div>
+ </div>
+ <p>
+ We’ll assume Alice and Bob are perfectly comfortable with rebasing changesets. (After all, they’re already using mutable history in the form of <tt class="docutils literal"><span class="pre">amend</span></tt>.) So Alice rebases her changeset on top of Bob’s and publishes the result:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg rebase -d 5
+$ hg push ../public
+[...]
+added 1 changesets with 1 changes to 1 files
+$ hg push ../review
+[...]
+added 1 changesets with 0 changes to 0 files
+updating bookmark bug15
+</pre>
+ </div>
+ </div>
+ <p>
+ The result, in both <tt class="docutils literal"><span class="pre">review</span></tt> and <tt class="docutils literal"><span class="pre">public</span></tt> repositories, is shown in figure 8.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG08: review shows v1 and v2 of Alice’s fix, then v1, v2, v3 of Bob’s feature, finally Alice’s fix rebased onto Bob’s. public just shows the final public version of each changeset]
+ </div>
+ </blockquote>
+ </div>
+ </div>
+ <div class="section" id="getting-into-trouble-with-shared-mutable-history">
+ <h2>
+ <a class="toc-backref" href="#id15">Getting into trouble with shared mutable history</a><a class="headerlink" href="#getting-into-trouble-with-shared-mutable-history" title="Permalink to this headline">¶</a>
+ </h2>
+ <p>
+ Mercurial with <tt class="docutils literal"><span class="pre">evolve</span></tt> is a powerful tool, and using powerful tools can have consequences. (You can cut yourself badly with a sharp knife, but every competent chef keeps several around. Ever try to chop onions with a spoon?)
+ </p>
+ <p>
+ In the user guide, we saw examples of <em>unstbale</em> changesets, which are the most common type of troubled changeset. (Recall that a non-obsolete changeset with obsolete ancestors is an orphan.)
+ </p>
+ <p>
+ Two other types of troubles can happen: <em>divergent</em> and <em>bumped</em> changesets. Both are more likely with shared mutable history, especially mutable history shared by multiple developers.
+ </p>
+ <div class="section" id="id3">
+ <h3>
+ <a class="toc-backref" href="#id16">Setting up</a><a class="headerlink" href="#id3" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ For these examples, we’re going to use a slightly different workflow: as before, Alice and Bob share a <tt class="docutils literal"><span class="pre">public</span></tt> repository. But this time there is no <tt class="docutils literal"><span class="pre">review</span></tt> repository. Instead, Alice and Bob put on their cowboy hats, throw good practice to the wind, and pull directly from each other’s working repositories.
+ </p>
+ <p>
+ So we throw away everything except <tt class="docutils literal"><span class="pre">public</span></tt> and reclone:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ rm -rf review alice bob
+$ hg clone public alice
+updating to branch default
+2 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ hg clone public bob
+updating to branch default
+2 files updated, 0 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ </div>
+ <p>
+ Once again we have to configure their repositories: enable <tt class="docutils literal"><span class="pre">evolve</span></tt> and (since Alice and Bob will be pulling directly from each other) make their repositories non-publishing. Edit Alice’s configuration:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg -R alice config --edit --local
+</pre>
+ </div>
+ </div>
+ <p>
+ and add
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>[extensions]
+rebase =
+evolve =
+
+[phases]
+publish = false
+</pre>
+ </div>
+ </div>
+ <p>
+ Then edit Bob’s repository configuration:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg -R bob config --edit --local
+</pre>
+ </div>
+ </div>
+ <p>
+ and add the same text.
+ </p>
+ </div>
+ <div class="section" id="example-6-divergent-changesets">
+ <h3>
+ <a class="toc-backref" href="#id17">Example 6: Divergent changesets</a><a class="headerlink" href="#example-6-divergent-changesets" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ When an obsolete changeset has two successors, those successors are <em>divergent</em>. One way to get into such a situation is by failing to communicate with your teammates. Let’s see how that might happen.
+ </p>
+ <p>
+ First, we’ll have Bob commit a bug fix that could still be improved:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd bob
+$ echo 'pretty good fix' &gt;&gt; file1
+$ hg commit -u bob -m 'fix bug 24 (v1)' # rev 4:2fe6
+</pre>
+ </div>
+ </div>
+ <p>
+ Since Alice and Bob are now in cowboy mode, Alice pulls Bob’s draft changeset and amends it herself.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../alice
+$ hg pull -u ../bob
+[...]
+added 1 changesets with 1 changes to 1 files
+$ echo 'better fix (alice)' &gt;&gt; file1
+$ hg amend -u alice -m 'fix bug 24 (v2 by alice)'
+</pre>
+ </div>
+ </div>
+ <p>
+ But Bob has no idea that Alice just did this. (See how important good communication is?) So he implements a better fix of his own:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../bob
+$ echo 'better fix (bob)' &gt;&gt; file1
+$ hg amend -u bob -m 'fix bug 24 (v2 by bob)' # rev 6:a360
+</pre>
+ </div>
+ </div>
+ <p>
+ At this point, the divergence exists, but only in theory: Bob’s original changeset, 4:2fe6, is obsolete and has two successors. But those successors are in different repositories, so the trouble is not visible to anyone yet. It will be as soon as Bob pulls from Alice’s repository (or vice-versa).
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg pull ../alice
+[...]
+added 1 changesets with 1 changes to 2 files (+1 heads)
+(run 'hg heads' to see heads, 'hg merge' to merge)
+2 new divergent changesets
+</pre>
+ </div>
+ </div>
+ <p>
+ Figure 9 shows the situation in Bob’s repository.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG09: Bob’s repo with 2 heads for the 2 divergent changesets, 6:a360 and 7:e3f9; wc is at 6:a360; both are successors of obsolete 4:2fe6, hence divergence]
+ </div>
+ </blockquote>
+ <p>
+ Now we need to get out of trouble. As usual, the answer is to evolve history.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ HGMERGE=internal:other hg evolve
+merge:[6] fix bug 24 (v2 by bob)
+with: [7] fix bug 24 (v2 by alice)
+base: [4] fix bug 24 (v1)
+0 files updated, 1 files merged, 0 files removed, 0 files unresolved
+</pre>
+ </div>
+ </div>
+ <p>
+ Figure 10 shows how Bob’s repository looks now.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG10: only one visible head, 9:5ad6, successor to hidden 6:a360 and 7:e3f9]
+ </div>
+ </blockquote>
+ <p>
+ We carefully dodged a merge conflict by specifying a merge tool (<tt class="docutils literal"><span class="pre">internal:other</span></tt>) that will take Alice’s changes over Bob’s. (You might wonder why Bob wouldn’t prefer his own changes by using <tt class="docutils literal"><span class="pre">internal:local</span></tt>. He’s avoiding a <a class="reference internal" href="#bug">bug</a> in <tt class="docutils literal"><span class="pre">evolve</span></tt> that occurs when evolving divergent changesets using <tt class="docutils literal"><span class="pre">internal:local</span></tt>.)
+ </p>
+ <p>
+ # XXX this link does not work .. <span class="target" id="bug">bug</span>: <a class="reference external" href="https://bitbucket.org/marmoute/mutable-history/issue/48/">https://bitbucket.org/marmoute/mutable-history/issue/48/</a>
+ </p>
+ <p>
+ ** STOP HERE: WORK IN PROGRESS **
+ </p>
+ </div>
+ <div class="section" id="phase-divergence-when-a-rewritten-changeset-is-made-public">
+ <h3>
+ <a class="toc-backref" href="#id18">Phase-divergence: when a rewritten changeset is made public</a><a class="headerlink" href="#phase-divergence-when-a-rewritten-changeset-is-made-public" title="Permalink to this headline">¶</a>
+ </h3>
+ <p>
+ If Alice and Bob are collaborating on some mutable changesets, it’s possible to get into a situation where an otherwise worthwhile changeset cannot be pushed to the public repository; it is <em>phase-divergent</em> with another changeset that was made public first. Let’s demonstrate one way this could happen.
+ </p>
+ <p>
+ It starts with Alice committing a bug fix. Right now, we don’t yet know if this bug fix is good enough to push to the public repository, but it’s good enough for Alice to commit.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd alice
+$ echo 'fix' &gt; file2
+$ hg commit -A -m 'fix bug 15'
+adding file2
+</pre>
+ </div>
+ </div>
+ <p>
+ Now Bob has a bad idea: he decides to pull whatever Alice is working on and tweak her bug fix to his taste:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../bob
+$ hg pull -u ../alice
+[...]
+added 1 changesets with 1 changes to 1 files
+1 files updated, 0 files merged, 0 files removed, 0 files unresolved
+$ echo 'Fix.' &gt; file2
+$ hg amend -A -m 'fix bug 15 (amended)'
+</pre>
+ </div>
+ </div>
+ <p>
+ (Note the lack of communication between Alice and Bob. Failing to communicate with your colleagues is a good way to get into trouble. Nevertheless, <tt class="docutils literal"><span class="pre">evolve</span></tt> can usually sort things out, as we will see.)
+ </p>
+ <blockquote>
+ <div>
+ [figure SG06: Bob’s repo with one amendment]
+ </div>
+ </blockquote>
+ <p>
+ After some testing, Alice realizes her bug fix is just fine as it is: no need for further polishing and amending, this changeset is ready to publish.
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../alice
+$ hg push
+[...]
+added 1 changesets with 1 changes to 1 files
+</pre>
+ </div>
+ </div>
+ <p>
+ This introduces a contradiction: in Bob’s repository, changeset 2:e011 (his copy of Alice’s fix) is obsolete, since Bob amended it. But in Alice’s repository (and the <tt class="docutils literal"><span class="pre">public</span></tt> repository), that changeset is public: it is immutable, carved in stone for all eternity. No changeset can be both obsolete and public, so Bob is in for a surprise the next time he pulls from <tt class="docutils literal"><span class="pre">public</span></tt>:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ cd ../bob
+$ hg pull -q -u
+1 new phase-divergent changesets
+</pre>
+ </div>
+ </div>
+ <p>
+ Figure 7 shows what just happened to Bob’s repository: changeset 2:e011 is now public, so it can’t be obsolete. When that changeset was obsolete, it made perfect sense for it to have a successor, namely Bob’s amendment of Alice’s fix (changeset 4:fe88). But it’s illogical for a public changeset to have a successor, so 4:fe88 is troubled: it has become <em>bumped</em>.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG07: 2:e011 now public not obsolete, 4:fe88 now bumped]
+ </div>
+ </blockquote>
+ <p>
+ As usual when there’s trouble in your repository, the solution is to evolve it:
+ </p>
+ <div class="highlight-python">
+ <div class="highlight">
+ <pre>$ hg evolve --all
+</pre>
+ </div>
+ </div>
+ <p>
+ Figure 8 illustrates Bob’s repository after evolving away the bumped changeset. Ignoring the obsolete changesets, Bob now has a nice, clean, simple history. His amendment of Alice’s bug fix lives on, as changeset 5:227d—albeit with a software-generated commit message. (Bob should probably amend that changeset to improve the commit message.) But the important thing is that his repository no longer has any troubled changesets, thanks to <tt class="docutils literal"><span class="pre">evolve</span></tt>.
+ </p>
+ <blockquote>
+ <div>
+ [figure SG08: 5:227d is new, formerly bumped changeset 4:fe88 now hidden]
+ </div>
+ </blockquote>
+ </div>
+ </div>
+ <div class="section" id="conclusion">
+ <h2>
+ <a class="toc-backref" href="#id19">Conclusion</a><a class="headerlink" href="#conclusion" title="Permalink to this headline">¶</a>
+ </h2>
+ <p>
+ Mutable history is a powerful tool. Like a sharp knife, an experienced user can do wonderful things with it, much more wonderful than with a dull knife (never mind a rusty spoon). At the same time, an inattentive or careless user can do harm to himself or others. Mercurial with <tt class="docutils literal"><span class="pre">evolve</span></tt> goes to great lengths to limit the harm you can do by trying to handle all possible types of “troubled” changesets. Nevertheless, having a first-aid kit nearby does not mean you should stop being careful with sharp knives.
+ </p>
+ <p>
+ Mutable history shared across multiple repositories by a single developer is a natural extension of this model. Once you are used to using a single sharp knife on its own, it’s pretty straightforward to chop onions and mushrooms using the same knife, or to alternate between two chopping boards with different knives.
+ </p>
+ <p>
+ Mutable history shared by multiple developers is a scary place to go. Imagine a professional kitchen full of expert chefs tossing their favourite knives back and forth, with the occasional axe or chainsaw thrown in to spice things up. If you’re confident that you <em>and your colleagues</em> can do it without losing a limb, go for it. But be sure to practice a lot first before you rely on it!
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="bottomnav">
+ <p>
+ «&#160;&#160;<a href="user-guide.html">Evolve: User Guide</a> &#160;&#160;::&#160;&#160; <a class="uplink" href="index.html">Contents</a> &#160;&#160;::&#160;&#160; <a href="concepts.html">Evolve: Concepts</a>&#160;&#160;»
+ </p>
+ </div>
+ <div class="footer">
+ © Copyright 2010-2014, Pierre-Yves David, Greg Ward, and contributors. Last updated on Sep 21, 2017. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
+ </div>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-metadata.json
new file mode 100644
index 0000000..ed10c30
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Creator Name",
+ "Direction": null,
+ "Excerpt": "Preferred description",
+ "Image": null,
+ "Title": "My title",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected.html b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected.html
new file mode 100644
index 0000000..b282bdd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected.html
@@ -0,0 +1,19 @@
+<article>
+ <h2>Test document title</h2>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/source.html b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/source.html
new file mode 100644
index 0000000..1e5c1ad
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/source.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Title Element</title>
+ <meta property="x:title dc:title" content="My title"/>
+ <meta property="dc:creator twitter:site_name" content="Creator Name"/>
+ <meta name="author" content="FAIL"/>
+ <meta property="og:description twitter:description"/>
+ <meta property="dc:description og:description" content="Preferred description"/>
+ </head>
+ <body>
+ <article>
+ <h1>Test document title</h1>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json
new file mode 100644
index 0000000..cf0a02b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Henri Sivonen",
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy\n eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\n voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet\n clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\n amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam\n nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\n sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.\n Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor\n sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed\n diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\n sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.\n Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor\n sit amet.",
+ "Image": null,
+ "Title": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html
new file mode 100644
index 0000000..39e027e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html
@@ -0,0 +1,50 @@
+<div>
+
+
+
+ <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
+ eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
+ voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
+ clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit
+ amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
+ nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
+ diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet.</p>
+
+<h2>Secondary header</h2>
+
+ <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
+ eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
+ voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
+ clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit
+ amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
+ nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
+ diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet.</p>
+
+<h2>Secondary header</h2>
+
+ <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
+ eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
+ voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
+ clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit
+ amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
+ nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
+ diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html
new file mode 100644
index 0000000..f5f8ca6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html lang="en">
+
+ <head>
+ <meta charset="utf-8"/>
+ <title>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
+ eirmod tempor invidunt</title>
+ <meta content="width=device-width, initial-scale=1"
+ name="viewport"/>
+ <meta content="Henri Sivonen" name="author"/>
+ </head>
+
+ <body>
+
+<h1>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt</h1>
+
+ <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
+ eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
+ voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
+ clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit
+ amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
+ nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
+ diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet.</p>
+
+<h2>Secondary header</h2>
+
+ <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
+ eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
+ voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
+ clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit
+ amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
+ nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
+ diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet.</p>
+
+<h2>Secondary header</h2>
+
+ <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
+ eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
+ voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
+ clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit
+ amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
+ nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
+ diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
+ sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
+ Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
+ sit amet.</p>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json
new file mode 100644
index 0000000..8ee13b8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json
@@ -0,0 +1,9 @@
+[
+ "https:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/template\/page-image.af8027a425de.png",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/animations\/flexible-top-fallback.c960365ba781.png",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/designed-redesigned.fbd3ee9402e6.png",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/animations\/flexible-bottom-fallback.cafd48a3d0a4.png",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/theme-red.61611c5734ab.png",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/add-ons.63a4b761f822.png",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/awesome-bar.437df162126c.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json
new file mode 100644
index 0000000..1b17f9b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": "ltr",
+ "Excerpt": "It’s easier than ever to personalize Firefox and make it work the way\n you do.\n No other browser gives you so much choice and flexibility.",
+ "Image": "https:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/template\/page-image.af8027a425de.png",
+ "Title": "Firefox — Customize and make it your own — The most flexible browser on the Web",
+ "SiteName": "Mozilla"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html
new file mode 100644
index 0000000..986406c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html
@@ -0,0 +1,96 @@
+<div role="main" id="main-content">
+ <div id="intro">
+
+
+ <p>It’s easier than ever to personalize Firefox and make it work the way
+ you do.
+ <br>No other browser gives you so much choice and flexibility.</p>
+ <div id="flexible-top-animation">
+ <p><img src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/animations/flexible-top-fallback.c960365ba781.png" alt></p>
+ </div>
+ </div>
+ <div id="designed" data-ga-label="Designed to be redesigned">
+ <div id="designed-copy">
+ <h2>Designed to <br>be redesigned</h2>
+
+ <p>Get fast and easy access to the features you use most in the new menu.
+ Open the “Customize” panel to add, move or remove any button you want.
+ Keep your favorite features — add-ons, private browsing, Sync and more
+ — one quick click away.</p>
+ <p><img class src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/designed-redesigned.fbd3ee9402e6.png" alt id="designed-mobile" data-src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/designed-redesigned.fbd3ee9402e6.png" data-high-res-src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/designed-redesigned-high-res.6efd60766484.png">
+ </p></div>
+ <div id="flexible-bottom-animation">
+ <p><img src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/animations/flexible-bottom-fallback.cafd48a3d0a4.png" alt></p>
+ </div>
+ </div>
+ <div id="customize" data-ga-label="More ways to customize">
+ <h2>More ways to customize</h2>
+
+ <ul id="customizer-list" role="tablist">
+ <li> <a id="customize-themes" href="#themes">
+
+ Themes
+ </a>
+
+ </li>
+ <li> <a id="customize-addons" href="#add-ons">
+
+ Add-ons
+ </a>
+
+ </li>
+ <li> <a id="customize-awesomebar" href="#awesome-bar">
+
+ Awesome Bar
+ </a>
+
+ </li>
+ </ul>
+ </div>
+ <div id="customizers-wrapper">
+ <div id="themes" role="tabpanel" aria-labelledby="customize-themes">
+ <div>
+ <h3>Themes</h3>
+
+ <p>Make Firefox match your style. Choose from thousands of themes and dress
+ up your browser with a single click.</p>
+ <p><a rel="external" href="https://addons.mozilla.org/firefox/themes/">Try it now</a>
+
+ <br> <a rel="external" href="https://support.mozilla.org/kb/use-themes-change-look-of-firefox">Learn more</a>
+
+ </p></div> <p><a href="#add-ons" role="button">Next</a></p><p><img id="theme-demo" src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/theme-red.61611c5734ab.png" alt="Preview of the currently selected theme">
+ </p>
+ </div>
+ <div id="add-ons" role="tabpanel" aria-labelledby="customize-addons">
+ <div>
+ <h3>Add-ons</h3>
+ <p><a href="#awesome-bar" role="button">Next</a></p><p>Add-ons are like apps that you install to add features to Firefox. They
+ let you compare prices, check the weather, listen to music, send a tweet
+ and more.</p>
+ <ul>
+ <li>Read the latest news &amp; blogs</li>
+ <li>Manage your downloads</li>
+ <li>Watch videos &amp; view photos</li>
+ </ul> <p><a rel="external" href="https://addons.mozilla.org/firefox/extensions/?sort=featured">Here are a few of our favorites</a>
+
+ <br> <a rel="external" href="https://support.mozilla.org/kb/find-and-install-add-ons-add-features-to-firefox">Learn more</a>
+
+ </p></div>
+
+ <p><img src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/add-ons.63a4b761f822.png" alt>
+ </p>
+ </div>
+ <div id="awesome-bar" role="tabpanel" aria-labelledby="customize-awesomebar">
+ <div>
+ <h3>Awesome Bar</h3>
+ <p><a href="#themes" role="button">Next</a></p><p>The Awesome Bar learns as you browse to make your version of Firefox unique.
+ Find and return to your favorite sites without having to remember a URL.</p>
+ <p><a rel="external" href="https://support.mozilla.org/kb/awesome-bar-find-your-bookmarks-history-and-tabs">See what it can do for you</a>
+ </p></div>
+ <p><img src="http://mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/awesome-bar.437df162126c.png" alt="Firefox Awesome Bar">
+ </p>
+ </div>
+ </div>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html
new file mode 100644
index 0000000..b8ff3df
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html
@@ -0,0 +1,1348 @@
+<!DOCTYPE html>
+<html class="windows x86 no-js" lang="en" dir="ltr" data-latest-firefox="37.0.1"
+data-esr-versions="[31]">
+
+ <head>
+ <meta charset="utf-8"/>
+ <!-- _.-~-. 7'' Q..\ _7 (_ _7 _/ _q. / _7 . ___ /VVvv-'_ . 7/ / /~- \_\\
+ '-._ .-' / // ./ ( /-~-/||'=.__ '::. '-~'' { ___ / // ./{ V V-~-~| || __''_
+ ':::. ''~-~.___.-'' _/ // / {_ / { / VV/-~-~-|/ \ .'__'. '. ':: _ _ _ ''.
+ / /~~~~||VVV/ / \ ) \ _ __ ___ ___ ___(_) | | __ _ .::' / (~-~-~\\.-' /
+ \' \::::. | '_ ` _ \ / _ \_ / | | |/ _` | :::' /..\ /..\__/ ' '::: | |
+ | | | | (_) / /| | | | (_| | ::' vVVv vVVv ': |_| |_| |_|\___/___|_|_|_|\__,_|
+ '' Hi there, nice to meet you! Interested in having a direct impact on
+ hundreds of millions of users? Join Mozilla, and become part of a global
+ community that’s helping to build a brighter future for the Web. Visit
+ https://careers.mozilla.org to learn about our current job openings. Visit
+ https://www.mozilla.org/contribute for more ways to get involved and help
+ support Mozilla.-->
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <title>Firefox — Customize and make it your own — The most flexible browser on
+ the Web — Mozilla</title>
+ <meta name="description" content=""/>
+ <meta property="og:type" content="website"/>
+ <meta property="og:site_name" content="Mozilla"/>
+ <meta property="og:locale" content="en_US"/>
+ <meta property="og:url" content="https://www.mozilla.org/en-US/firefox/desktop/customize/"/>
+ <meta property="og:image" content="https://mozorg.cdn.mozilla.net/media/img/firefox/template/page-image.af8027a425de.png"/>
+ <meta property="og:title" content="Firefox — Customize and make it your own — The most flexible browser on the Web"/>
+ <meta property="og:description" content=""/>
+ <meta property="fb:page_id" content="14696440021"/>
+ <meta name="twitter:card" content="summary"/>
+ <meta name="twitter:site" content="@firefox"/>
+ <meta name="twitter:domain" content="mozilla.org"/>
+ <meta name="twitter:app:name:googleplay" content="Firefox"/>
+ <meta name="twitter:app:id:googleplay" content="org.mozilla.firefox"/>
+ <link rel="author" type="text/plain" href="/humans.txt"/>
+ <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="//mozorg.cdn.mozilla.net/media/img/firefox/ios-icon-180.7a8401f21915.png"/>
+ <link rel="icon" type="image/png" sizes="196x196" href="//mozorg.cdn.mozilla.net/media/img/firefox/favicon-196.223e1bcaf067.png"/>
+ <link rel="shortcut icon" href="//mozorg.cdn.mozilla.net/media/img/firefox/favicon.dc6635050bf5.ico"/>
+ <link rel="canonical" hreflang="en" href="https://www.mozilla.org/en-US/firefox/desktop/customize/"/>
+ <link rel="alternate" hreflang="x-default" href="https://www.mozilla.org/firefox/desktop/customize/"/>
+ <link rel="alternate" hreflang="af" href="https://www.mozilla.org/af/firefox/desktop/customize/"
+ title="Afrikaans"/>
+ <link rel="alternate" hreflang="an" href="https://www.mozilla.org/an/firefox/desktop/customize/"
+ title="aragonés"/>
+ <link rel="alternate" hreflang="ar" href="https://www.mozilla.org/ar/firefox/desktop/customize/"
+ title="عربي"/>
+ <link rel="alternate" hreflang="as" href="https://www.mozilla.org/as/firefox/desktop/customize/"
+ title="অসমীয়া"/>
+ <link rel="alternate" hreflang="ast" href="https://www.mozilla.org/ast/firefox/desktop/customize/"
+ title="Asturianu"/>
+ <link rel="alternate" hreflang="az" href="https://www.mozilla.org/az/firefox/desktop/customize/"
+ title="Azərbaycanca"/>
+ <link rel="alternate" hreflang="be" href="https://www.mozilla.org/be/firefox/desktop/customize/"
+ title="Беларуская"/>
+ <link rel="alternate" hreflang="bg" href="https://www.mozilla.org/bg/firefox/desktop/customize/"
+ title="Български"/>
+ <link rel="alternate" hreflang="bn-IN" href="https://www.mozilla.org/bn-IN/firefox/desktop/customize/"
+ title="বাংলা (ভারত)"/>
+ <link rel="alternate" hreflang="br" href="https://www.mozilla.org/br/firefox/desktop/customize/"
+ title="Brezhoneg"/>
+ <link rel="alternate" hreflang="ca" href="https://www.mozilla.org/ca/firefox/desktop/customize/"
+ title="Català"/>
+ <link rel="alternate" hreflang="cs" href="https://www.mozilla.org/cs/firefox/desktop/customize/"
+ title="Čeština"/>
+ <link rel="alternate" hreflang="cy" href="https://www.mozilla.org/cy/firefox/desktop/customize/"
+ title="Cymraeg"/>
+ <link rel="alternate" hreflang="da" href="https://www.mozilla.org/da/firefox/desktop/customize/"
+ title="Dansk"/>
+ <link rel="alternate" hreflang="de" href="https://www.mozilla.org/de/firefox/desktop/customize/"
+ title="Deutsch"/>
+ <link rel="alternate" hreflang="dsb" href="https://www.mozilla.org/dsb/firefox/desktop/customize/"
+ title="Dolnoserbšćina"/>
+ <link rel="alternate" hreflang="el" href="https://www.mozilla.org/el/firefox/desktop/customize/"
+ title="Ελληνικά"/>
+ <link rel="alternate" hreflang="en-GB" href="https://www.mozilla.org/en-GB/firefox/desktop/customize/"
+ title="English (British)"/>
+ <link rel="alternate" hreflang="en" href="https://www.mozilla.org/en-US/firefox/desktop/customize/"
+ title="English"/>
+ <link rel="alternate" hreflang="en-CA" href="https://www.mozilla.org/en-US/firefox/desktop/customize/"
+ title="English (Canada)"/>
+ <link rel="alternate" hreflang="en-ZA" href="https://www.mozilla.org/en-ZA/firefox/desktop/customize/"
+ title="English (South African)"/>
+ <link rel="alternate" hreflang="eo" href="https://www.mozilla.org/eo/firefox/desktop/customize/"
+ title="Esperanto"/>
+ <link rel="alternate" hreflang="es-AR" href="https://www.mozilla.org/es-AR/firefox/desktop/customize/"
+ title="Español (de Argentina)"/>
+ <link rel="alternate" hreflang="es-CL" href="https://www.mozilla.org/es-CL/firefox/desktop/customize/"
+ title="Español (de Chile)"/>
+ <link rel="alternate" hreflang="es-ES" href="https://www.mozilla.org/es-ES/firefox/desktop/customize/"
+ title="Español (de España)"/>
+ <link rel="alternate" hreflang="es-MX" href="https://www.mozilla.org/es-MX/firefox/desktop/customize/"
+ title="Español (de México)"/>
+ <link rel="alternate" hreflang="et" href="https://www.mozilla.org/et/firefox/desktop/customize/"
+ title="Eesti keel"/>
+ <link rel="alternate" hreflang="eu" href="https://www.mozilla.org/eu/firefox/desktop/customize/"
+ title="Euskara"/>
+ <link rel="alternate" hreflang="fa" href="https://www.mozilla.org/fa/firefox/desktop/customize/"
+ title="فارسی"/>
+ <link rel="alternate" hreflang="ff" href="https://www.mozilla.org/ff/firefox/desktop/customize/"
+ title="Pulaar-Fulfulde"/>
+ <link rel="alternate" hreflang="fi" href="https://www.mozilla.org/fi/firefox/desktop/customize/"
+ title="suomi"/>
+ <link rel="alternate" hreflang="fr" href="https://www.mozilla.org/fr/firefox/desktop/customize/"
+ title="Français"/>
+ <link rel="alternate" hreflang="fy-NL" href="https://www.mozilla.org/fy-NL/firefox/desktop/customize/"
+ title="Frysk"/>
+ <link rel="alternate" hreflang="ga-IE" href="https://www.mozilla.org/ga-IE/firefox/desktop/customize/"
+ title="Gaeilge"/>
+ <link rel="alternate" hreflang="gd" href="https://www.mozilla.org/gd/firefox/desktop/customize/"
+ title="Gàidhlig"/>
+ <link rel="alternate" hreflang="gl" href="https://www.mozilla.org/gl/firefox/desktop/customize/"
+ title="Galego"/>
+ <link rel="alternate" hreflang="he" href="https://www.mozilla.org/he/firefox/desktop/customize/"
+ title="עברית"/>
+ <link rel="alternate" hreflang="hi-IN" href="https://www.mozilla.org/hi-IN/firefox/desktop/customize/"
+ title="हिन्दी (भारत)"/>
+ <link rel="alternate" hreflang="hr" href="https://www.mozilla.org/hr/firefox/desktop/customize/"
+ title="Hrvatski"/>
+ <link rel="alternate" hreflang="hsb" href="https://www.mozilla.org/hsb/firefox/desktop/customize/"
+ title="Hornjoserbsce"/>
+ <link rel="alternate" hreflang="hu" href="https://www.mozilla.org/hu/firefox/desktop/customize/"
+ title="magyar"/>
+ <link rel="alternate" hreflang="hy-AM" href="https://www.mozilla.org/hy-AM/firefox/desktop/customize/"
+ title="Հայերեն"/>
+ <link rel="alternate" hreflang="id" href="https://www.mozilla.org/id/firefox/desktop/customize/"
+ title="Bahasa Indonesia"/>
+ <link rel="alternate" hreflang="is" href="https://www.mozilla.org/is/firefox/desktop/customize/"
+ title="íslenska"/>
+ <link rel="alternate" hreflang="it" href="https://www.mozilla.org/it/firefox/desktop/customize/"
+ title="Italiano"/>
+ <link rel="alternate" hreflang="ja" href="https://www.mozilla.org/ja/firefox/desktop/customize/"
+ title="日本語"/>
+ <link rel="alternate" hreflang="kk" href="https://www.mozilla.org/kk/firefox/desktop/customize/"
+ title="Қазақ"/>
+ <link rel="alternate" hreflang="km" href="https://www.mozilla.org/km/firefox/desktop/customize/"
+ title="ខ្មែរ"/>
+ <link rel="alternate" hreflang="kn" href="https://www.mozilla.org/kn/firefox/desktop/customize/"
+ title="ಕನ್ನಡ"/>
+ <link rel="alternate" hreflang="ko" href="https://www.mozilla.org/ko/firefox/desktop/customize/"
+ title="한국어"/>
+ <link rel="alternate" hreflang="lt" href="https://www.mozilla.org/lt/firefox/desktop/customize/"
+ title="lietuvių kalba"/>
+ <link rel="alternate" hreflang="lv" href="https://www.mozilla.org/lv/firefox/desktop/customize/"
+ title="Latviešu"/>
+ <link rel="alternate" hreflang="mk" href="https://www.mozilla.org/mk/firefox/desktop/customize/"
+ title="Македонски"/>
+ <link rel="alternate" hreflang="ml" href="https://www.mozilla.org/ml/firefox/desktop/customize/"
+ title="മലയാളം"/>
+ <link rel="alternate" hreflang="mr" href="https://www.mozilla.org/mr/firefox/desktop/customize/"
+ title="मराठी"/>
+ <link rel="alternate" hreflang="ms" href="https://www.mozilla.org/ms/firefox/desktop/customize/"
+ title="Melayu"/>
+ <link rel="alternate" hreflang="nb-NO" href="https://www.mozilla.org/nb-NO/firefox/desktop/customize/"
+ title="Norsk bokmål"/>
+ <link rel="alternate" hreflang="nl" href="https://www.mozilla.org/nl/firefox/desktop/customize/"
+ title="Nederlands"/>
+ <link rel="alternate" hreflang="or" href="https://www.mozilla.org/or/firefox/desktop/customize/"
+ title="ଓଡ଼ିଆ"/>
+ <link rel="alternate" hreflang="pa-IN" href="https://www.mozilla.org/pa-IN/firefox/desktop/customize/"
+ title="ਪੰਜਾਬੀ (ਭਾਰਤ)"/>
+ <link rel="alternate" hreflang="pl" href="https://www.mozilla.org/pl/firefox/desktop/customize/"
+ title="Polski"/>
+ <link rel="alternate" hreflang="pt-BR" href="https://www.mozilla.org/pt-BR/firefox/desktop/customize/"
+ title="Português (do&nbsp;Brasil)"/>
+ <link rel="alternate" hreflang="pt-PT" href="https://www.mozilla.org/pt-PT/firefox/desktop/customize/"
+ title="Português (Europeu)"/>
+ <link rel="alternate" hreflang="rm" href="https://www.mozilla.org/rm/firefox/desktop/customize/"
+ title="rumantsch"/>
+ <link rel="alternate" hreflang="ro" href="https://www.mozilla.org/ro/firefox/desktop/customize/"
+ title="română"/>
+ <link rel="alternate" hreflang="ru" href="https://www.mozilla.org/ru/firefox/desktop/customize/"
+ title="Русский"/>
+ <link rel="alternate" hreflang="sat" href="https://www.mozilla.org/sat/firefox/desktop/customize/"
+ title="संताली"/>
+ <link rel="alternate" hreflang="si" href="https://www.mozilla.org/si/firefox/desktop/customize/"
+ title="සිංහල"/>
+ <link rel="alternate" hreflang="sk" href="https://www.mozilla.org/sk/firefox/desktop/customize/"
+ title="slovenčina"/>
+ <link rel="alternate" hreflang="sl" href="https://www.mozilla.org/sl/firefox/desktop/customize/"
+ title="Slovenščina"/>
+ <link rel="alternate" hreflang="son" href="https://www.mozilla.org/son/firefox/desktop/customize/"
+ title="Soŋay"/>
+ <link rel="alternate" hreflang="sq" href="https://www.mozilla.org/sq/firefox/desktop/customize/"
+ title="Shqip"/>
+ <link rel="alternate" hreflang="sr" href="https://www.mozilla.org/sr/firefox/desktop/customize/"
+ title="Српски"/>
+ <link rel="alternate" hreflang="sv-SE" href="https://www.mozilla.org/sv-SE/firefox/desktop/customize/"
+ title="Svenska"/>
+ <link rel="alternate" hreflang="ta" href="https://www.mozilla.org/ta/firefox/desktop/customize/"
+ title="தமிழ்"/>
+ <link rel="alternate" hreflang="te" href="https://www.mozilla.org/te/firefox/desktop/customize/"
+ title="తెలుగు"/>
+ <link rel="alternate" hreflang="tr" href="https://www.mozilla.org/tr/firefox/desktop/customize/"
+ title="Türkçe"/>
+ <link rel="alternate" hreflang="uk" href="https://www.mozilla.org/uk/firefox/desktop/customize/"
+ title="Українська"/>
+ <link rel="alternate" hreflang="uz" href="https://www.mozilla.org/uz/firefox/desktop/customize/"
+ title="Oʻzbek tili"/>
+ <link rel="alternate" hreflang="vi" href="https://www.mozilla.org/vi/firefox/desktop/customize/"
+ title="Tiếng Việt"/>
+ <link rel="alternate" hreflang="xh" href="https://www.mozilla.org/xh/firefox/desktop/customize/"
+ title="isiXhosa"/>
+ <link rel="alternate" hreflang="zh-CN" href="https://www.mozilla.org/zh-CN/firefox/desktop/customize/"
+ title="中文 (简体)"/>
+ <link rel="alternate" hreflang="zh-TW" href="https://www.mozilla.org/zh-TW/firefox/desktop/customize/"
+ title="正體中文 (繁體)"/>
+ <!--[if lte IE 8]>
+ <script src="//mozorg.cdn.mozilla.net/media/js/libs/html5shiv.d580a4cd1cb4.js"></script>
+ <![endif]-->
+ <!--[if lte IE 7]>
+ <link href="//mozorg.cdn.mozilla.net/media/css/oldIE-bundle.fc1d1a0990cc.css"
+ rel="stylesheet" type="text/css" />
+ <![endif]-->
+ <!--[if !lte IE 7]>
+ <!-->
+ <link href="//mozorg.cdn.mozilla.net/media/css/firefox_desktop_customize-bundle.c0bde984d09d.css"
+ rel="stylesheet" type="text/css"/>
+ <!--<![endif]-->
+ <script src="//mozorg.cdn.mozilla.net/media/js/libs/modernizr.custom.cssanimations.856d2f5d99fa.js"></script>
+ <script type="text/javascript" src="//mozorg.cdn.mozilla.net/media/js/site-bundle.4d72c30b1a11.js"
+ charset="utf-8"></script>
+ <script>
+ var _gaq = _gaq || [];
+ var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
+ _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
+ _gaq.push(['_setAccount', 'UA-36116321-1']);
+ _gaq.push(['_setAllowLinker', true]);
+ _gaq.push(['_setAllowAnchor', true]);
+ _gaq.push(['_gat._anonymizeIp']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script');
+ ga.type = 'text/javascript';
+ ga.async = true;
+
+ var prefix = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www');
+ ga.src = prefix + '.google-analytics.com/ga.js';
+
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ </head>
+
+ <body id="firefox-desktop-customize" class="html-ltr firefox-desktop">
+ <div id="strings" data-global-close="Close" data-global-next="Next" data-global-previous="Previous"
+ data-global-update-firefox="Update your Firefox"></div>
+ <div id="outer-wrapper">
+ <div id="fxfamilynav-wrapper">
+ <div id="fxfamilynav-cta-stager"></div>
+ <header id="fxfamilynav-header" class="fxfamilynav-header dark">
+ <div class="container"> <a href="/en-US/firefox/products/"><i class="fxfamilynav-logo">Firefox</i></a>
+
+ <nav
+ id="fxfamilynav" class="fxfamilynav" role="navigation">
+ <ul id="fxfamilynav-primary" class="primarynav">
+ <li> <a href="/en-US/firefox/desktop/" class="primary-link" data-id="desktop"><div><span>for</span> Desktop</div></a>
+
+ <ul
+ class="subnav" id="desktop-subnav">
+ <li class="hassubsubnav"> <a href="/en-US/firefox/desktop/" data-id="desktop-index"><div>Overview</div></a>
+
+ <ul
+ class="subsubnav" id="desktop-subsubnav">
+ <li><a href="/en-US/firefox/desktop/trust/" data-id="desktop-trust">Trusted</a>
+ </li>
+ <li><a href="/en-US/firefox/desktop/customize/" data-id="desktop-customize">Flexible</a>
+ </li>
+ <li><a href="/en-US/firefox/desktop/fast/" data-id="desktop-fast">Fast</a>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/en-US/firefox/sync/" data-id="desktop-sync"><div>Sync</div></a>
+ </li>
+ <li><a href="/en-US/firefox/hello/" data-id="desktop-hello"><div>Hello</div></a>
+ </li>
+ </ul>
+ </li>
+ <li> <a href="/en-US/firefox/android/" class="primary-link" data-id="android"><div><span>for</span> Android</div></a>
+
+ <ul
+ class="subnav" id="android-subnav">
+ <li><a href="/en-US/firefox/android/" data-id="android-index"><div>Overview</div></a>
+ </li>
+ <li><a href="/en-US/firefox/sync/" data-id="android-sync"><div>Sync</div></a>
+ </li>
+ </ul>
+ </li>
+ <li> <a href="/en-US/firefox/os/" class="primary-link" data-id="os"><div>OS</div></a>
+
+ <ul
+ class="subnav" id="os-subnav">
+ <li><a href="/en-US/firefox/os/" data-id="os-index"><div>Overview</div></a>
+ </li>
+ <li><a href="/en-US/firefox/os/devices/" data-id="os-devices"><div>Devices</div></a>
+ </li>
+ <li><a href="/en-US/firefox/partners/" data-id="os-partners"><div>For partners</div></a>
+ </li>
+ <li><a rel="external" href="https://marketplace.firefox.com/" data-id="os-marketplace"><div>Marketplace<i class="icon-external"></i></div></a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </nav>
+ <div id="fxfamilynav-tertiarynav" class="fxfamilynav-tertiarynav">
+ <div class="triangle"></div>
+ <div class="triangle-border"></div>
+ <div class="survey"> <a rel="external" target="_blank" href="http://www.surveygizmo.com/s3/2094311/Firefox-Family-Tertiary-Navigation">
+ What are you looking for in this menu?
+ </a>
+
+ </div>
+ <ul class="tertiarynav" data-parent="desktop">
+ <li><a href="/en-US/firefox/dnt/" data-ga="desktop - dnt">Do Not Track</a>
+ </li>
+ <li><a href="/en-US/firefox/tiles/" data-ga="desktop - tiles">Tiles</a>
+ </li>
+ <li><a href="/en-US/firefox/interest-dashboard/" data-ga="desktop - interest dashboard">Interest Dashboard</a>
+ </li>
+ <li><a href="/en-US/firefox/developer/" data-ga="desktop - developer edition">Developer Edition</a>
+ </li>
+ <li><a rel="external" href="https://support.mozilla.org/kb/private-browsing-browse-web-without-saving-info"
+ data-ga="desktop - private browsing">Private Browsing</a>
+ </li>
+ <li><a rel="external" href="https://addons.mozilla.org" data-ga="desktop - addons">Add-ons</a>
+ </li>
+ <li><a rel="external" href="https://support.mozilla.org/products/firefox"
+ data-ga="desktop - support">Need help?</a>
+ </li>
+ </ul>
+ <ul class="tertiarynav" data-parent="android">
+ <li><a href="/en-US/firefox/dnt/" data-ga="android - dnt">Do Not Track</a>
+ </li>
+ <li><a rel="external" href="https://www.youtube.com/watch?v=Ewk0YtFTBec&amp;list=PLA8ABF6B7A66A0C5E&amp;index=15"
+ data-ga="android - private browsing">Private Browsing</a>
+ </li>
+ <li><a rel="external" href="https://addons.mozilla.org/android/" data-ga="android - addons">Add-ons</a>
+ </li>
+ <li><a rel="external" href="https://support.mozilla.org/products/mobile" data-ga="android - support">Need help?</a>
+ </li>
+ </ul>
+ <ul class="tertiarynav" data-parent="os">
+ <li><a rel="external" href="https://blog.mozilla.org/blog/category/firefox-os/"
+ data-ga="os - news">News</a>
+ </li>
+ <li><a rel="external" href="https://developer.mozilla.org/Firefox_OS" data-ga="os - developers">For developers</a>
+ </li>
+ <li><a rel="external" href="https://find.firefox.com" data-ga="os - find my device">Find My Device</a>
+ </li>
+ <li><a rel="external" href="https://support.mozilla.org/products/firefox-os"
+ data-ga="os - support">Need help?</a>
+ </li>
+ </ul>
+ </div>
+ <div id="fxfamilynav-cta-wrapper" class="fxfamilynav-cta-wrapper"></div>
+ <button type="button" id="fxfamilynav-tertiarynav-trigger" class="fxfamilynav-tertiarynav-trigger"
+ aria-controls="fxfamilynav-tertiarynav"> <span>Menu</span>
+
+ <div class="trigger-dots">
+ <div class="trigger-dot"></div>
+ <div class="trigger-dot"></div>
+ <div class="trigger-dot"></div>
+ </div>
+ </button>
+ <div id="fxfamilynav-tabzilla" class="fxfamilynav-tabzilla"><a href="/en-US/">Mozilla</a>
+ </div>
+ </div>
+ </header>
+ <header id="fxfamilynavV2-header" class="fxfamilynav-header dark">
+ <div class="container"> <a href="/en-US/firefox/products/"><i class="fxfamilynav-logo">Firefox</i></a>
+
+ <nav
+ id="fxfamilynavV2" class="fxfamilynav" role="navigation">
+ <ul id="fxfamilynavV2-primary" class="primarynav">
+ <li id="desktops"> <span class="primary-link" data-id="desktops"><div>For desktops &amp; laptops</div></span>
+
+ <ul
+ class="subnav" data-parent="desktops" id="desktops-subnav">
+ <li class="hassubsubnav"> <a href="/en-US/firefox/desktop/" data-id="desktops-index"><div>Overview</div></a>
+
+ <ul
+ class="subsubnav" id="desktops-index-subnav">
+ <li><a href="/en-US/firefox/desktop/trust/" data-id="desktops-trust">Trusted</a>
+ </li>
+ <li><a href="/en-US/firefox/desktop/customize/" data-id="desktops-customize">Flexible</a>
+ </li>
+ <li><a href="/en-US/firefox/desktop/fast/" data-id="desktops-fast">Fast</a>
+ </li>
+ </ul>
+ </li>
+ <li><a href="/en-US/firefox/sync/" data-id="desktops-sync"><div>Sync</div></a>
+ </li>
+ <li><a href="/en-US/firefox/hello/" data-id="desktops-hello"><div>Hello</div></a>
+ </li>
+ </ul>
+ </li>
+ <li id="mobiles"> <span class="primary-link" data-id="mobiles"><div>For phones &amp; tablets</div></span>
+
+ <ul
+ class="subnav" data-parent="mobiles" id="mobiles-subnav">
+ <li class="hassubsubnav"> <a href="/en-US/firefox/android/" data-id="mobiles-android-index"><div>Android</div></a>
+
+ <ul
+ class="subsubnav subsubnav-single" id="mobiles-android-subnav">
+ <li><a href="/en-US/firefox/sync/" data-id="mobiles-android-sync">Sync</a>
+ </li>
+ </ul>
+ </li>
+ <li> <a href="/en-US/firefox/os/" data-id="mobiles-os-index"><div>Firefox OS</div></a>
+
+ <ul
+ class="subsubnav" id="mobiles-os-subnav">
+ <li><a href="/en-US/firefox/os/devices/" data-id="mobiles-os-devices">Devices</a>
+ </li>
+ <li><a href="/en-US/firefox/partners/" data-id="mobiles-os-partners">For partners</a>
+ </li>
+ <li><a rel="external" href="https://marketplace.firefox.com/" data-id="mobiles-os-marketplace">Marketplace<i class="icon-external"></i></a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </nav>
+ <div id="fxfamilynavV2-tertiarynav" class="fxfamilynav-tertiarynav">
+ <div class="triangle"></div>
+ <div class="triangle-border"></div>
+ <div class="survey"> <a rel="external" target="_blank" href="http://www.surveygizmo.com/s3/2094311/Firefox-Family-Tertiary-Navigation">
+ What are you looking for in this menu?
+ </a>
+
+ </div>
+ <ul class="tertiarynav" data-parent="desktops">
+ <li><a href="/en-US/firefox/dnt/" data-ga="V2 desktops - dnt">Do Not Track</a>
+ </li>
+ <li><a href="/en-US/firefox/tiles/" data-ga="V2 desktops - tiles">Tiles</a>
+ </li>
+ <li><a href="/en-US/firefox/interest-dashboard/" data-ga="V2 desktops - interest dashboard">Interest Dashboard</a>
+ </li>
+ <li><a href="/en-US/firefox/developer/" data-ga="V2 desktops - developer edition">Developer Edition</a>
+ </li>
+ <li><a rel="external" href="https://support.mozilla.org/kb/private-browsing-browse-web-without-saving-info"
+ data-ga="V2 desktops - private browsing">Private Browsing</a>
+ </li>
+ <li><a rel="external" href="https://addons.mozilla.org" data-ga="V2 desktops - addons">Add-ons</a>
+ </li>
+ <li><a rel="external" href="https://support.mozilla.org/products/firefox"
+ data-ga="V2 desktops - support">Need help?</a>
+ </li>
+ </ul>
+ <ul class="tertiarynav" data-parent="mobiles">
+ <li>
+ <div class="tertiarynav-heading">Android</div>
+ <ul>
+ <li><a href="/en-US/firefox/dnt/" data-ga="V2 mobiles - android - dnt">Do Not Track</a>
+ </li>
+ <li><a rel="external" href="https://www.youtube.com/watch?v=Ewk0YtFTBec&amp;list=PLA8ABF6B7A66A0C5E&amp;index=15"
+ data-ga="V2 mobiles - android - private browsing">Private Browsing</a>
+ </li>
+ <li><a rel="external" href="https://addons.mozilla.org/android/" data-ga="V2 mobiles - android - addons">Add-ons</a>
+ </li>
+ <li><a rel="external" href="https://support.mozilla.org/products/mobile" data-ga="V2 mobiles - android - support">Need help?</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <div class="tertiarynav-heading">Firefox OS</div>
+ <ul>
+ <li><a rel="external" href="https://blog.mozilla.org/blog/category/firefox-os/"
+ data-ga="V2 mobiles - os - news">News</a>
+ </li>
+ <li><a rel="external" href="https://developer.mozilla.org/Firefox_OS" data-ga="V2 mobiles - os - developers">For developers</a>
+ </li>
+ <li><a rel="external" href="https://find.firefox.com" data-ga="V2 mobiles - os - find my device">Find My Device</a>
+ </li>
+ <li><a rel="external" href="https://support.mozilla.org/products/firefox-os"
+ data-ga="V2 mobiles - os - support">Need help?</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="fxfamilynavV2-cta-wrapper" class="fxfamilynav-cta-wrapper"></div>
+ <button type="button" id="fxfamilynavV2-tertiarynav-trigger" class="fxfamilynav-tertiarynav-trigger"
+ aria-controls="fxfamilynav-tertiarynav"> <span>Menu</span>
+
+ <div class="trigger-dots">
+ <div class="trigger-dot"></div>
+ <div class="trigger-dot"></div>
+ <div class="trigger-dot"></div>
+ </div>
+ </button>
+ <div id="fxfamilynavV2-tabzilla" class="fxfamilynav-tabzilla"><a href="/en-US/">Mozilla</a>
+ </div>
+ </div>
+ </header>
+ </div>
+ <div id="wrapper">
+ <main role="main" id="main-content">
+ <section id="intro">
+ <div class="container">
+ <h1>Make your Firefox your own</h1>
+
+ <p class="lead">It’s easier than ever to personalize Firefox and make it work the way
+ you do.
+ <br class="wide-br"/>No other browser gives you so much choice and flexibility.</p>
+ <div class="animation-wrapper"
+ id="flexible-top-animation">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/animations/flexible-top-fallback.c960365ba781.png"
+ class="fallback" alt=""/>
+ <div class="stage">
+ <div id="browser-customize-orange"></div>
+ <div id="browser-toolbar-outline"></div>
+ <div id="browser-toolbar-print"></div>
+ <div id="browser-toolbar-after" class="browser-toolbar"></div>
+ <div id="browser-toolbar-before" class="browser-toolbar"></div>
+ </div>
+ </div>
+ </div>
+ </section>
+ <section id="designed" class="ga-section" data-ga-label="Designed to be redesigned">
+ <div class="container">
+ <div id="designed-copy">
+ <h2>Designed to <br class="wide-br"/>be redesigned</h2>
+
+ <p>Get fast and easy access to the features you use most in the new menu.
+ Open the “Customize” panel to add, move or remove any button you want.
+ Keep your favorite features — add-ons, private browsing, Sync and more
+ — one quick click away.</p>
+ <img class="js " src="" data-processed="false"
+ data-src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/designed-redesigned.fbd3ee9402e6.png"
+ data-high-res="true" data-high-res-src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/designed-redesigned-high-res.6efd60766484.png"
+ alt="" id="designed-mobile"/>
+ <noscript>
+ <img class="" src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/designed-redesigned.fbd3ee9402e6.png"
+ alt="" id="designed-mobile"/>
+ </noscript></div>
+ <div class="animation-wrapper" id="flexible-bottom-animation">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/animations/flexible-bottom-fallback.cafd48a3d0a4.png"
+ class="fallback" alt=""/>
+ <div class="stage">
+ <div id="panel-start">
+ <div class="icon panel-icon-print"></div>
+ <div class="icon panel-icon-settings"></div>
+ <div class="icon panel-icon-fullscreen"></div>
+ <div class="icon panel-icon-search"></div>
+ <div class="icon panel-icon-addons"></div>
+ <div id="panel-start-footer-on"></div>
+ <div id="panel-start-footer"></div>
+ </div>
+ <div id="panel-edit-stage">
+ <div id="panel-edit-wrapper">
+ <div id="panel-edit">
+ <div id="panel-edit-print" class="icon panel-icon-print"></div>
+ <div id="panel-edit-settings" class="icon panel-icon-settings"></div>
+ <div id="panel-edit-fullscreen" class="icon panel-icon-fullscreen"></div>
+ <div id="panel-edit-search" class="icon panel-icon-search"></div>
+ <div id="panel-edit-addons" class="icon panel-icon-addons"></div>
+ <div id="panel-edit-empty1" class="panel-icon-empty icon"></div>
+ <div id="panel-edit-empty2" class="panel-icon-empty icon"></div>
+ <div id="panel-edit-empty3" class="panel-icon-empty icon"></div>
+ <div id="panel-edit-empty4" class="panel-icon-empty icon"></div>
+ <div id="panel-edit-footer"></div>
+ </div>
+ </div>
+ <div id="panel-edit-extras">
+ <div id="panel-edit-openfile" class="icon panel-icon-openfile"></div>
+ <div id="panel-edit-history" class="icon panel-icon-history"></div>
+ <div id="panel-edit-email" class="icon panel-icon-email"></div>
+ <div id="panel-edit-subscribe" class="icon panel-icon-subscribe"></div>
+ <div id="panel-edit-encoding" class="icon panel-icon-encoding"></div>
+ <div id="panel-edit-tabgroups" class="icon panel-icon-tabgroups"></div>
+ </div>
+ </div>
+ <div id="panel-end">
+ <div id="panel-end-settings" class="icon panel-icon-settings"></div>
+ <div id="panel-end-fullscreen" class="icon panel-icon-fullscreen"></div>
+ <div id="panel-end-search" class="icon panel-icon-search"></div>
+ <div id="panel-end-addons" class="icon panel-icon-addons"></div>
+ <div id="panel-end-history" class="icon panel-icon-history"></div>
+ <div id="panel-end-footer"> <a role="button" href="#" id="flexible-replay">
+ <span>Replay</span>
+ <div id="panel-end-replay"></div>
+ </a>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </section>
+ <section id="customize" class="ga-section" data-ga-label="More ways to customize">
+ <div class="container">
+ <h2>More ways to customize</h2>
+
+ <ul class="feature-list" id="customizer-list" role="tablist">
+ <li> <a class="show-customizer selected" id="customize-themes" href="#themes">
+ <div class="stage">
+ <div class="circle-mask"></div>
+ <div id="brush"></div>
+ <div class="paint" id="paint-blue"></div>
+ <div class="paint" id="paint-red"></div>
+ <div class="paint" id="paint-orange"></div>
+ </div>
+ Themes
+ </a>
+
+ </li>
+ <li> <a class="show-customizer" id="customize-addons" href="#add-ons">
+ <div class="stage">
+ <div class="circle-mask"></div>
+ <div id="puzzle-pieces">
+ <div id="puzzle-off"></div>
+ <div id="puzzle-on"></div>
+ </div>
+ </div>
+ Add-ons
+ </a>
+
+ </li>
+ <li class="last"> <a class="show-customizer" id="customize-awesomebar" href="#awesome-bar">
+ <div class="stage">
+ <div class="circle-mask"></div>
+ <div id="awesomebar-on" class="awesomebar-icon"></div>
+ <div id="slat1" class="slat"></div>
+ <div id="slat2" class="slat"></div>
+ <div id="slat3" class="slat"></div>
+ <div id="awesomebar-off" class="awesomebar-icon"></div>
+ </div>
+ Awesome Bar
+ </a>
+
+ </li>
+ </ul>
+ </div>
+ </section>
+ <div id="customizers-wrapper">
+ <section class="customizer active" id="themes" role="tabpanel" aria-labelledby="customize-themes">
+ <div class="container">
+ <div class="customizer-copy">
+ <h3>Themes</h3>
+
+ <p class="lead">Make Firefox match your style. Choose from thousands of themes and dress
+ up your browser with a single click.</p>
+ <div id="themes-thumbs">
+ <button type="button" aria-controls="theme-demo" id="theme-yellow">Preview yellow theme</button>
+ <button type="button" aria-controls="theme-demo"
+ id="theme-green">Preview green theme</button>
+ <button type="button" aria-controls="theme-demo"
+ id="theme-blue">Preview blue theme</button>
+ <button type="button" aria-controls="theme-demo"
+ id="theme-red" class="selected">Preview red theme</button>
+ </div> <a class="more" rel="external" href="https://addons.mozilla.org/firefox/themes/">Try it now</a>
+
+ <br/> <a class="more" rel="external" href="https://support.mozilla.org/kb/use-themes-change-look-of-firefox">Learn more</a>
+
+ </div> <a class="next show-customizer" href="#add-ons" role="button">Next</a>
+
+ <div
+ class="customizer-visual">
+ <img id="theme-demo" src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/theme-red.61611c5734ab.png"
+ alt="Preview of the currently selected theme"/>
+ </div>
+ </div>
+ </section>
+ <section class="customizer" id="add-ons" role="tabpanel" aria-labelledby="customize-addons">
+ <div class="container">
+ <div class="customizer-copy">
+ <h3>Add-ons</h3>
+ <a class="next show-customizer" href="#awesome-bar" role="button">Next</a>
+
+ <p
+ class="lead">Add-ons are like apps that you install to add features to Firefox. They
+ let you compare prices, check the weather, listen to music, send a tweet
+ and more.</p>
+ <ul>
+ <li>Read the latest news &amp; blogs</li>
+ <li>Manage your downloads</li>
+ <li>Watch videos &amp; view photos</li>
+ </ul> <a class="more" rel="external" href="https://addons.mozilla.org/firefox/extensions/?sort=featured">Here are a few of our favorites</a>
+
+ <br/> <a class="more" rel="external" href="https://support.mozilla.org/kb/find-and-install-add-ons-add-features-to-firefox">Learn more</a>
+
+ </div>
+ <!--/.customizer-copy-->
+ <div class="customizer-visual">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/add-ons.63a4b761f822.png"
+ alt=""/>
+ </div>
+ </div>
+ </section>
+ <section class="customizer" id="awesome-bar" role="tabpanel" aria-labelledby="customize-awesomebar">
+ <div class="container">
+ <div class="customizer-copy">
+ <h3>Awesome Bar</h3>
+ <a class="next show-customizer" href="#themes" role="button">Next</a>
+
+ <p
+ class="lead">The Awesome Bar learns as you browse to make your version of Firefox unique.
+ Find and return to your favorite sites without having to remember a URL.</p>
+ <a
+ class="more" rel="external" href="https://support.mozilla.org/kb/awesome-bar-find-your-bookmarks-history-and-tabs">See what it can do for you</a>
+ </div>
+ <div class="customizer-visual">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/desktop/customize/awesome-bar.437df162126c.png"
+ alt="Firefox Awesome Bar"/>
+ </div>
+ </div>
+ </section>
+ </div>
+ <!--/#customizers-wrapper-->
+ <section id="sync" class="ga-section" data-ga-label="Keep your Firefox in Sync">
+ <div class="container">
+ <h2>Keep your Firefox in Sync</h2>
+
+ <p class="lead">Access your bookmarks, history, passwords and more from any device to
+ <br
+ class="wide-br"/>make Firefox your own wherever you use it.</p>
+ <div class="sync-anim">
+ <div class="device laptop">
+ <div class="inner">
+ <div class="logo"></div>
+ <div class="icon history"></div>
+ <div class="icon bookmarks"></div>
+ <div class="icon passwords"></div>
+ </div>
+ <div class="arrows"></div>
+ </div>
+ <div class="device tablet">
+ <div class="inner">
+ <div class="logo"></div>
+ <div class="icon history"></div>
+ <div class="icon bookmarks"></div>
+ <div class="icon passwords"></div>
+ </div>
+ </div>
+ <div class="device phone">
+ <div class="inner">
+ <div class="logo"></div>
+ <div class="icon history"></div>
+ <div class="icon bookmarks"></div>
+ <div class="icon passwords"></div>
+ </div>
+ </div>
+ </div> <a class="button" id="sync-button" href="http://www.mozilla.org/mobile/sync/"><span></span>Learn more about Sync</a>
+
+ <br/> <a class="more" rel="external" href="https://support.mozilla.org/kb/how-do-i-set-up-firefox-sync">Get help with Sync</a>
+
+ </div>
+ </section>
+ </main>
+ <div id="subscribe-download-wrapper" class="ga-section" data-ga-label="Get Firefox news">
+ <div class="container">
+ <div id="subscribe-wrapper">
+ <div id="footer-email-errors" class="hidden">
+ <ul class="errorlist"></ul>
+ </div>
+ <form class="billboard newsletter-form footer-newsletter-form" id="newsletter-form"
+ action="/en-US/newsletter/" method="post">
+ <input id="id_newsletters" name="newsletters" type="hidden" value="mozilla-and-you"/>
+ <input type="hidden" name="source_url" value="https://www.mozilla.org/en-US/firefox/desktop/customize/"/>
+ <h3>Get Firefox news</h3>
+
+ <div class="form-contents">
+ <div class="field field-email ">
+ <input id="id_email" name="email" placeholder="YOUR EMAIL HERE" required="required"
+ type="email"/>
+ </div>
+ <div id="form-details">
+ <div class="field field-country">
+ <select aria-required="true" id="id_country" name="country" required="required">
+ <option value="af">Afghanistan</option>
+ <option value="al">Albania</option>
+ <option value="dz">Algeria</option>
+ <option value="as">American Samoa</option>
+ <option value="ad">Andorra</option>
+ <option value="ao">Angola</option>
+ <option value="ai">Anguilla</option>
+ <option value="aq">Antarctica</option>
+ <option value="ag">Antigua and Barbuda</option>
+ <option value="ar">Argentina</option>
+ <option value="am">Armenia</option>
+ <option value="aw">Aruba</option>
+ <option value="au">Australia</option>
+ <option value="at">Austria</option>
+ <option value="az">Azerbaijan</option>
+ <option value="bs">Bahamas</option>
+ <option value="bh">Bahrain</option>
+ <option value="bd">Bangladesh</option>
+ <option value="bb">Barbados</option>
+ <option value="by">Belarus</option>
+ <option value="be">Belgium</option>
+ <option value="bz">Belize</option>
+ <option value="bj">Benin</option>
+ <option value="bm">Bermuda</option>
+ <option value="bt">Bhutan</option>
+ <option value="bo">Bolivia</option>
+ <option value="ba">Bosnia and Herzegovina</option>
+ <option value="bw">Botswana</option>
+ <option value="bv">Bouvet Island</option>
+ <option value="br">Brazil</option>
+ <option value="io">British Indian Ocean Territory</option>
+ <option value="vg">British Virgin Islands</option>
+ <option value="bn">Brunei Darussalam</option>
+ <option value="bg">Bulgaria</option>
+ <option value="bf">Burkina Faso</option>
+ <option value="bi">Burundi</option>
+ <option value="kh">Cambodia</option>
+ <option value="cm">Cameroon</option>
+ <option value="ca">Canada</option>
+ <option value="cv">Cape Verde</option>
+ <option value="ky">Cayman Islands</option>
+ <option value="cf">Central African Republic</option>
+ <option value="td">Chad</option>
+ <option value="cl">Chile</option>
+ <option value="cn">China</option>
+ <option value="cx">Christmas Island</option>
+ <option value="cc">Cocos (Keeling) Islands</option>
+ <option value="co">Colombia</option>
+ <option value="km">Comoros</option>
+ <option value="cg">Congo-Brazzaville</option>
+ <option value="cd">Congo-Kinshasa</option>
+ <option value="ck">Cook Islands</option>
+ <option value="cr">Costa Rica</option>
+ <option value="hr">Croatia</option>
+ <option value="cu">Cuba</option>
+ <option value="cy">Cyprus</option>
+ <option value="cz">Czech Republic</option>
+ <option value="dk">Denmark</option>
+ <option value="dj">Djibouti</option>
+ <option value="dm">Dominica</option>
+ <option value="do">Dominican Republic</option>
+ <option value="ec">Ecuador</option>
+ <option value="eg">Egypt</option>
+ <option value="sv">El Salvador</option>
+ <option value="gq">Equatorial Guinea</option>
+ <option value="er">Eritrea</option>
+ <option value="ee">Estonia</option>
+ <option value="et">Ethiopia</option>
+ <option value="fk">Falkland Islands (Malvinas)</option>
+ <option value="fo">Faroe Islands</option>
+ <option value="fj">Fiji</option>
+ <option value="fi">Finland</option>
+ <option value="fr">France</option>
+ <option value="gf">French Guiana</option>
+ <option value="pf">French Polynesia</option>
+ <option value="tf">French Southern Territories</option>
+ <option value="ga">Gabon</option>
+ <option value="gm">Gambia</option>
+ <option value="ge">Georgia</option>
+ <option value="de">Germany</option>
+ <option value="gh">Ghana</option>
+ <option value="gi">Gibraltar</option>
+ <option value="gr">Greece</option>
+ <option value="gl">Greenland</option>
+ <option value="gd">Grenada</option>
+ <option value="gp">Guadeloupe</option>
+ <option value="gu">Guam</option>
+ <option value="gt">Guatemala</option>
+ <option value="gg">Guernsey</option>
+ <option value="gn">Guinea</option>
+ <option value="gw">Guinea-Bissau</option>
+ <option value="gy">Guyana</option>
+ <option value="ht">Haiti</option>
+ <option value="hm">Heard Island and McDonald Islands</option>
+ <option value="hn">Honduras</option>
+ <option value="hk">Hong Kong</option>
+ <option value="hu">Hungary</option>
+ <option value="is">Iceland</option>
+ <option value="in">India</option>
+ <option value="id">Indonesia</option>
+ <option value="ir">Iran</option>
+ <option value="iq">Iraq</option>
+ <option value="ie">Ireland</option>
+ <option value="im">Isle of Man</option>
+ <option value="il">Israel</option>
+ <option value="it">Italy</option>
+ <option value="ci">Ivory Coast</option>
+ <option value="jm">Jamaica</option>
+ <option value="jp">Japan</option>
+ <option value="je">Jersey</option>
+ <option value="jo">Jordan</option>
+ <option value="kz">Kazakhstan</option>
+ <option value="ke">Kenya</option>
+ <option value="ki">Kiribati</option>
+ <option value="kw">Kuwait</option>
+ <option value="kg">Kyrgyzstan</option>
+ <option value="la">Laos</option>
+ <option value="lv">Latvia</option>
+ <option value="lb">Lebanon</option>
+ <option value="ls">Lesotho</option>
+ <option value="lr">Liberia</option>
+ <option value="ly">Libya</option>
+ <option value="li">Liechtenstein</option>
+ <option value="lt">Lithuania</option>
+ <option value="lu">Luxembourg</option>
+ <option value="mo">Macao</option>
+ <option value="mk">Macedonia, F.Y.R. of</option>
+ <option value="mg">Madagascar</option>
+ <option value="mw">Malawi</option>
+ <option value="my">Malaysia</option>
+ <option value="mv">Maldives</option>
+ <option value="ml">Mali</option>
+ <option value="mt">Malta</option>
+ <option value="mh">Marshall Islands</option>
+ <option value="mq">Martinique</option>
+ <option value="mr">Mauritania</option>
+ <option value="mu">Mauritius</option>
+ <option value="yt">Mayotte</option>
+ <option value="mx">Mexico</option>
+ <option value="fm">Micronesia</option>
+ <option value="md">Moldova</option>
+ <option value="mc">Monaco</option>
+ <option value="mn">Mongolia</option>
+ <option value="me">Montenegro</option>
+ <option value="ms">Montserrat</option>
+ <option value="ma">Morocco</option>
+ <option value="mz">Mozambique</option>
+ <option value="mm">Myanmar</option>
+ <option value="na">Namibia</option>
+ <option value="nr">Nauru</option>
+ <option value="np">Nepal</option>
+ <option value="nl">Netherlands</option>
+ <option value="an">Netherlands Antilles</option>
+ <option value="nc">New Caledonia</option>
+ <option value="nz">New Zealand</option>
+ <option value="ni">Nicaragua</option>
+ <option value="ne">Niger</option>
+ <option value="ng">Nigeria</option>
+ <option value="nu">Niue</option>
+ <option value="nf">Norfolk Island</option>
+ <option value="kp">North Korea</option>
+ <option value="mp">Northern Mariana Islands</option>
+ <option value="no">Norway</option>
+ <option value="ps">Occupied Palestinian Territory</option>
+ <option value="om">Oman</option>
+ <option value="pk">Pakistan</option>
+ <option value="pw">Palau</option>
+ <option value="pa">Panama</option>
+ <option value="pg">Papua New Guinea</option>
+ <option value="py">Paraguay</option>
+ <option value="pe">Peru</option>
+ <option value="ph">Philippines</option>
+ <option value="pn">Pitcairn</option>
+ <option value="pl">Poland</option>
+ <option value="pt">Portugal</option>
+ <option value="pr">Puerto Rico</option>
+ <option value="qa">Qatar</option>
+ <option value="re">Reunion</option>
+ <option value="ro">Romania</option>
+ <option value="ru">Russian Federation</option>
+ <option value="rw">Rwanda</option>
+ <option value="bl">Saint Barthélemy</option>
+ <option value="sh">Saint Helena</option>
+ <option value="kn">Saint Kitts and Nevis</option>
+ <option value="lc">Saint Lucia</option>
+ <option value="mf">Saint Martin</option>
+ <option value="pm">Saint Pierre and Miquelon</option>
+ <option value="vc">Saint Vincent and the Grenadines</option>
+ <option value="ws">Samoa</option>
+ <option value="sm">San Marino</option>
+ <option value="st">Sao Tome and Principe</option>
+ <option value="sa">Saudi Arabia</option>
+ <option value="sn">Senegal</option>
+ <option value="rs">Serbia</option>
+ <option value="sc">Seychelles</option>
+ <option value="sl">Sierra Leone</option>
+ <option value="sg">Singapore</option>
+ <option value="sk">Slovakia</option>
+ <option value="si">Slovenia</option>
+ <option value="sb">Solomon Islands</option>
+ <option value="so">Somalia</option>
+ <option value="za">South Africa</option>
+ <option value="gs">South Georgia and the South Sandwich Islands</option>
+ <option value="kr">South Korea</option>
+ <option value="es">Spain</option>
+ <option value="lk">Sri Lanka</option>
+ <option value="sd">Sudan</option>
+ <option value="sr">Suriname</option>
+ <option value="sj">Svalbard and Jan Mayen</option>
+ <option value="sz">Swaziland</option>
+ <option value="se">Sweden</option>
+ <option value="ch">Switzerland</option>
+ <option value="sy">Syria</option>
+ <option value="tw">Taiwan</option>
+ <option value="tj">Tajikistan</option>
+ <option value="tz">Tanzania</option>
+ <option value="th">Thailand</option>
+ <option value="tl">Timor-Leste</option>
+ <option value="tg">Togo</option>
+ <option value="tk">Tokelau</option>
+ <option value="to">Tonga</option>
+ <option value="tt">Trinidad and Tobago</option>
+ <option value="tn">Tunisia</option>
+ <option value="tr">Turkey</option>
+ <option value="tm">Turkmenistan</option>
+ <option value="tc">Turks and Caicos Islands</option>
+ <option value="tv">Tuvalu</option>
+ <option value="ae">U.A.E.</option>
+ <option value="vi">U.S. Virgin Islands</option>
+ <option value="ug">Uganda</option>
+ <option value="ua">Ukraine</option>
+ <option value="gb">United Kingdom</option>
+ <option value="us" selected="selected">United States</option>
+ <option value="um">United States Minor Outlying Islands</option>
+ <option value="uy">Uruguay</option>
+ <option value="uz">Uzbekistan</option>
+ <option value="vu">Vanuatu</option>
+ <option value="va">Vatican City</option>
+ <option value="ve">Venezuela</option>
+ <option value="vn">Vietnam</option>
+ <option value="wf">Wallis and Futuna</option>
+ <option value="eh">Western Sahara</option>
+ <option value="ye">Yemen</option>
+ <option value="zm">Zambia</option>
+ <option value="zw">Zimbabwe</option>
+ <option value="ax">Åland Islands</option>
+ </select>
+ </div>
+ <div class="field field-language ">
+ <select aria-required="true" id="id_lang" name="lang" required="required">
+ <option value="id">Bahasa Indonesia</option>
+ <option value="de">Deutsch</option>
+ <option value="en" selected="selected">English</option>
+ <option value="es">Español</option>
+ <option value="fr">Français</option>
+ <option value="pl">Polski</option>
+ <option value="pt">Português</option>
+ <option value="hu">magyar</option>
+ <option value="ru">Русский</option>
+ </select>
+ </div>
+ <div class="field field-format">
+ <label for="id_fmt_0">
+ <input checked="checked" id="id_fmt_0" name="fmt" type="radio" value="H"/>HTML</label>
+ <label for="id_fmt_1">
+ <input id="id_fmt_1" name="fmt" type="radio" value="T"/>Text</label>
+ </div>
+ <div class="field field-privacy ">
+ <label for="id_privacy" class="privacy-check-label">
+ <input id="id_privacy" name="privacy" required="required" type="checkbox"/> <span class="title">I’m okay with Mozilla handling my info as explained in <a href="/privacy/">this Privacy Policy</a></span>
+ </label>
+ </div>
+ </div>
+ </div>
+ <div class="form-submit">
+ <input type="submit" id="footer_email_submit" value="Sign me up&nbsp;»"
+ class="button"/>
+ <p class="form-details"> <small>We will only send you Mozilla-related information.</small>
+
+ </p>
+ </div>
+ <div id="newsletter-spinner" class="hidden"></div>
+ </form>
+ <div id="newsletter-form-thankyou" class="thank billboard newsletter-form hidden">
+ <h3>Thanks! Please check your inbox to confirm your subscription.</h3>
+
+ <p>You'll receive an email from [email protected] to confirm your subscription.
+ If you don't see it, check your spam filter. You must confirm your subscription
+ to receive our newsletter.</p>
+ </div>
+ </div>
+ <div id="download-wrapper">
+ <div id="download-button-desktop-release" class="download-button">
+ <noscript>
+ <div class="download download-dumb">
+ <h4>Download Firefox — English (US)</h4>
+
+ <ul>
+ <li><a href="https://download.mozilla.org/?product=firefox-stub&amp;os=win&amp;lang=en-US"
+ class="button-green">Windows</a>
+ </li>
+ <li><a href="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=osx&amp;lang=en-US"
+ class="button-green">OS X</a>
+ </li>
+ <li><a href="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=linux&amp;lang=en-US"
+ class="button-green">Linux</a>
+ </li>
+ <li><a href="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=linux64&amp;lang=en-US"
+ class="button-green">Linux 64-bit</a>
+ </li>
+ <li><a href="https://play.google.com/store/apps/details?id=org.mozilla.firefox&amp;referrer=utm_source%3Dmozilla%26utm_medium%3DReferral%26utm_campaign%3Dmozilla-org"
+ class="button-green">Android</a>
+ </li>
+ </ul>
+ </div>
+ </noscript>
+ <div class="unrecognized-download">
+ <div class="download download-dumb">
+ <h4>Download Firefox — English (US)</h4>
+
+ <ul>
+ <li><a href="https://download.mozilla.org/?product=firefox-stub&amp;os=win&amp;lang=en-US"
+ class="button-green">Windows</a>
+ </li>
+ <li><a href="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=osx&amp;lang=en-US"
+ class="button-green">OS X</a>
+ </li>
+ <li><a href="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=linux&amp;lang=en-US"
+ class="button-green">Linux</a>
+ </li>
+ <li><a href="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=linux64&amp;lang=en-US"
+ class="button-green">Linux 64-bit</a>
+ </li>
+ <li><a href="https://play.google.com/store/apps/details?id=org.mozilla.firefox&amp;referrer=utm_source%3Dmozilla%26utm_medium%3DReferral%26utm_campaign%3Dmozilla-org"
+ class="button-green">Android</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <p class="unsupported-download">Your system doesn't meet the <a href="/en-US/firefox/system-requirements/">requirements</a> to
+ run Firefox.</p>
+ <p class="linux-arm-download">Please follow <a href="https://support.mozilla.org/kb/install-firefox-linux">these instructions</a> to
+ install Firefox.</p>
+ <p class="ios-download">Firefox is coming soon to iOS! <a href="/en-US/newsletter/ios/">Sign up to learn more</a>.</p>
+ <ul
+ class="download-list">
+ <li class="os_win"> <a class="download-link" href="/firefox/new/?scene=2#download-fx" data-direct-link="https://download.mozilla.org/?product=firefox-stub&amp;os=win&amp;lang=en-US">
+ <span class="download-content">
+ <strong class="download-title">Firefox</strong>
+ <span class="download-subtitle">Free Download</span>
+ <span class="download-lang">English (US)</span>
+ <span class="download-platform">Windows</span>
+ </span>
+ </a>
+
+ </li>
+ <li class="os_osx"> <a class="download-link" href="/firefox/new/?scene=2#download-fx" data-direct-link="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=osx&amp;lang=en-US">
+ <span class="download-content">
+ <strong class="download-title">Firefox</strong>
+ <span class="download-subtitle">Free Download</span>
+ <span class="download-lang">English (US)</span>
+ <span class="download-platform">OS X</span>
+ </span>
+ </a>
+
+ </li>
+ <li class="os_linux"> <a class="download-link" href="/firefox/new/?scene=2#download-fx" data-direct-link="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=linux&amp;lang=en-US">
+ <span class="download-content">
+ <strong class="download-title">Firefox</strong>
+ <span class="download-subtitle">Free Download</span>
+ <span class="download-lang">English (US)</span>
+ <span class="download-platform">Linux</span>
+ </span>
+ </a>
+
+ </li>
+ <li class="os_linux64"> <a class="download-link" href="/firefox/new/?scene=2#download-fx" data-direct-link="https://download.mozilla.org/?product=firefox-37.0.1-SSL&amp;os=linux64&amp;lang=en-US">
+ <span class="download-content">
+ <strong class="download-title">Firefox</strong>
+ <span class="download-subtitle">Free Download</span>
+ <span class="download-lang">English (US)</span>
+ <span class="download-platform">Linux 64-bit</span>
+ </span>
+ </a>
+
+ </li>
+ <li class="os_android"> <a class="download-link" href="https://play.google.com/store/apps/details?id=org.mozilla.firefox&amp;referrer=utm_source%3Dmozilla%26utm_medium%3DReferral%26utm_campaign%3Dmozilla-org">
+ <span class="download-content">
+ <strong class="download-title"><span>Firefox</span> for Android</strong>
+ <span class="download-subtitle">Get it free on Google Play</span>
+ </span>
+ </a>
+
+ </li>
+ </ul> <small class="download-other os_android">
+ <a href="https://support.mozilla.org/kb/will-firefox-work-my-mobile-device">Supported Devices</a> | <a href="/en-US/mobile/notes/">What’s New</a> |
+ <a href="/en-US/privacy/firefox/">Privacy</a>
+ </small>
+ <small class="download-other download-other-desktop os_linux os_linux64 os_osx os_win os_win64">
+ <a href="/en-US/firefox/all/">Systems &amp; Languages</a> |
+ <a href="/en-US/firefox/notes/">What’s New</a> |
+ <a href="/en-US/privacy/firefox/">Privacy</a>
+ </small>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- close #wrapper -->
+ <footer id="colophon" class="">
+ <nav class="row">
+ <div class="col col-1">
+ <h1 class="logo"><a href="/en-US/">Mozilla</a></h1>
+
+ <p class="license">Portions of this content are ©1998–2015 by individual mozilla.org contributors.
+ Content available under a <a href="/en-US/foundation/licensing/website-content/">Creative Commons license</a>.</p>
+ </div>
+ <div class="col col-2">
+ <ul class="links-join">
+ <li><a href="/en-US/contact/spaces/">Contact Us</a>
+ </li>
+ <li class="wrap"><a href="/en-US/about/partnerships/">Partner with Us</a>
+ </li>
+ <li class="clear"><a href="https://sendto.mozilla.org/page/contribute/givenow-seq?preset=2&amp;source=mozillaorg_footer&amp;ref=EOYFR2014&amp;utm_campaign=EOYFR2014&amp;utm_source=mozilla.org&amp;utm_medium=referral&amp;utm_content=mozillaorg_footer"
+ class="donate">Donate</a>
+ </li>
+ <li class="wrap"><a href="https://affiliates.mozilla.org/">Firefox Affiliates</a>
+ </li>
+ <li class="clear"><a href="https://wiki.mozilla.org/Webdev/GetInvolved/mozilla.org">Contribute to this site</a>
+ </li>
+ </ul>
+ <ul class="links-legal">
+ <li><a href="/en-US/privacy/">Privacy</a>
+ </li>
+ <li class="wrap"><a href="/en-US/privacy/websites/#cookies">Cookies</a>
+ </li>
+ <li class="wrap"><a href="/en-US/about/legal/">Legal</a>
+ </li>
+ <li class="clear"><a href="/en-US/about/legal/fraud-report/">Report Trademark Abuse</a>
+ </li>
+ </ul>
+ </div>
+ <div class="col col-3">
+ <ul class="links-social">
+ <li>Mozilla:
+ <ul>
+ <li><a href="https://twitter.com/mozilla">Twitter<span> (@mozilla)</span></a>
+ </li>
+ <li><a href="https://www.facebook.com/mozilla">Facebook<span> (Mozilla)</span></a>
+ </li>
+ </ul>
+ </li>
+ <li>Firefox:
+ <ul>
+ <li><a href="https://twitter.com/firefox">Twitter<span> (@firefox)</span></a>
+ </li>
+ <li><a href="https://www.facebook.com/Firefox">Facebook<span> (Firefox)</span></a>
+ </li>
+ <li><a href="https://www.youtube.com/firefoxchannel">YouTube<span> (firefoxchannel)</span></a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <div class="lang-switcher">
+ <form id="lang_form" method="get" action="#">
+ <label for="language">Other languages:</label>
+ <select id="language" name="lang" dir="ltr">
+ <option lang="af" value="af">Afrikaans</option>
+ <option lang="an" value="an">aragonés</option>
+ <option lang="ar" value="ar">عربي</option>
+ <option lang="as" value="as">অসমীয়া</option>
+ <option lang="ast" value="ast">Asturianu</option>
+ <option lang="az" value="az">Azərbaycanca</option>
+ <option lang="be" value="be">Беларуская</option>
+ <option lang="bg" value="bg">Български</option>
+ <option lang="bn-IN" value="bn-IN">বাংলা (ভারত)</option>
+ <option lang="br" value="br">Brezhoneg</option>
+ <option lang="ca" value="ca">Català</option>
+ <option lang="cs" value="cs">Čeština</option>
+ <option lang="cy" value="cy">Cymraeg</option>
+ <option lang="da" value="da">Dansk</option>
+ <option lang="de" value="de">Deutsch</option>
+ <option lang="dsb" value="dsb">Dolnoserbšćina</option>
+ <option lang="el" value="el">Ελληνικά</option>
+ <option lang="en-GB" value="en-GB">English (British)</option>
+ <option lang="en-US" value="en-US" selected="">English</option>
+ <option lang="en-ZA" value="en-ZA">English (South African)</option>
+ <option lang="eo" value="eo">Esperanto</option>
+ <option lang="es-AR" value="es-AR">Español (de Argentina)</option>
+ <option lang="es-CL" value="es-CL">Español (de Chile)</option>
+ <option lang="es-ES" value="es-ES">Español (de España)</option>
+ <option lang="es-MX" value="es-MX">Español (de México)</option>
+ <option lang="et" value="et">Eesti keel</option>
+ <option lang="eu" value="eu">Euskara</option>
+ <option lang="fa" value="fa">فارسی</option>
+ <option lang="ff" value="ff">Pulaar-Fulfulde</option>
+ <option lang="fi" value="fi">suomi</option>
+ <option lang="fr" value="fr">Français</option>
+ <option lang="fy-NL" value="fy-NL">Frysk</option>
+ <option lang="ga-IE" value="ga-IE">Gaeilge</option>
+ <option lang="gd" value="gd">Gàidhlig</option>
+ <option lang="gl" value="gl">Galego</option>
+ <option lang="he" value="he">עברית</option>
+ <option lang="hi-IN" value="hi-IN">हिन्दी (भारत)</option>
+ <option lang="hr" value="hr">Hrvatski</option>
+ <option lang="hsb" value="hsb">Hornjoserbsce</option>
+ <option lang="hu" value="hu">magyar</option>
+ <option lang="hy-AM" value="hy-AM">Հայերեն</option>
+ <option lang="id" value="id">Bahasa Indonesia</option>
+ <option lang="is" value="is">íslenska</option>
+ <option lang="it" value="it">Italiano</option>
+ <option lang="ja" value="ja">日本語</option>
+ <option lang="kk" value="kk">Қазақ</option>
+ <option lang="km" value="km">ខ្មែរ</option>
+ <option lang="kn" value="kn">ಕನ್ನಡ</option>
+ <option lang="ko" value="ko">한국어</option>
+ <option lang="lt" value="lt">lietuvių kalba</option>
+ <option lang="lv" value="lv">Latviešu</option>
+ <option lang="mk" value="mk">Македонски</option>
+ <option lang="ml" value="ml">മലയാളം</option>
+ <option lang="mr" value="mr">मराठी</option>
+ <option lang="ms" value="ms">Melayu</option>
+ <option lang="nb-NO" value="nb-NO">Norsk bokmål</option>
+ <option lang="nl" value="nl">Nederlands</option>
+ <option lang="or" value="or">ଓଡ଼ିଆ</option>
+ <option lang="pa-IN" value="pa-IN">ਪੰਜਾਬੀ (ਭਾਰਤ)</option>
+ <option lang="pl" value="pl">Polski</option>
+ <option lang="pt-BR" value="pt-BR">Português (do&nbsp;Brasil)</option>
+ <option lang="pt-PT" value="pt-PT">Português (Europeu)</option>
+ <option lang="rm" value="rm">rumantsch</option>
+ <option lang="ro" value="ro">română</option>
+ <option lang="ru" value="ru">Русский</option>
+ <option lang="sat" value="sat">संताली</option>
+ <option lang="si" value="si">සිංහල</option>
+ <option lang="sk" value="sk">slovenčina</option>
+ <option lang="sl" value="sl">Slovenščina</option>
+ <option lang="son" value="son">Soŋay</option>
+ <option lang="sq" value="sq">Shqip</option>
+ <option lang="sr" value="sr">Српски</option>
+ <option lang="sv-SE" value="sv-SE">Svenska</option>
+ <option lang="ta" value="ta">தமிழ்</option>
+ <option lang="te" value="te">తెలుగు</option>
+ <option lang="tr" value="tr">Türkçe</option>
+ <option lang="uk" value="uk">Українська</option>
+ <option lang="uz" value="uz">Oʻzbek tili</option>
+ <option lang="vi" value="vi">Tiếng Việt</option>
+ <option lang="xh" value="xh">isiXhosa</option>
+ <option lang="zh-CN" value="zh-CN">中文 (简体)</option>
+ <option lang="zh-TW" value="zh-TW">正體中文 (繁體)</option>
+ </select>
+ <noscript>
+ <button type="submit">Go</button>
+ </noscript>
+ </form>
+ </div>
+ </div>
+ </nav>
+ </footer>
+ </div>
+ <!-- close #outer-wrapper -->
+ <!--[if IE 9]>
+ <script src="//mozorg.cdn.mozilla.net/media/js/libs/matchMedia.3fd01d1af18b.js"></script>
+ <![endif]-->
+ <script type="text/javascript" src="//mozorg.cdn.mozilla.net/media/js/firefox-resp-bundle.ec015d66a726.js"
+ charset="utf-8"></script>
+ <!--[if IE 9]>
+ <script type="text/javascript" src="//mozorg.cdn.mozilla.net/media/js/matchmedia_addlistener-bundle.e43d3c1c8b96.js"
+ charset="utf-8"></script>
+ <![endif]-->
+ <script type="text/javascript" src="//mozorg.cdn.mozilla.net/media/js/firefox_desktop_customize-bundle.bf7b63880438.js"
+ charset="utf-8"></script>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json
new file mode 100644
index 0000000..365d4c2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json
@@ -0,0 +1,11 @@
+[
+ "https:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/developer\/page-image.03bbe7da3199.png",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-webide.16763db341cb.jpg",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-valence.251f9def4d8d.jpg",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-inspector.c791bf1f1a59.jpg",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-console.42666aaf6d03.jpg",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-debugger.02ed86fb0c9f.jpg",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-network.740d6082b3f6.jpg",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-webaudio.a10ebc48d017.jpg",
+ "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-style-editor.87c5d2017506.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json
new file mode 100644
index 0000000..7336ada
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": "ltr",
+ "Excerpt": "Built for those who build the Web. Introducing the only browser made for developers.",
+ "Image": "https:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/developer\/page-image.03bbe7da3199.png",
+ "Title": "Welcome to Firefox Developer Edition",
+ "SiteName": "Mozilla"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html
new file mode 100644
index 0000000..7cf3fc3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html
@@ -0,0 +1,97 @@
+<div role="main">
+ <section>
+ <header>
+
+ <p>Get to know the features that make it the most complete browser for building the Web.</p>
+ </header>
+ <ul>
+ <li>
+ <a href="https://www.youtube.com/watch?v=1R9_WdXwUsE" rel="external">
+ <img src="http://mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-webide.16763db341cb.jpg" alt="Screenshot">
+ </a>
+ <h2>WebIDE</h2>
+ <p>Develop, deploy and debug Firefox OS apps directly in your browser, or on a Firefox OS device, with this tool that replaces App Manager.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/WebIDE" rel="external">Learn more about WebIDE</a>
+
+ </li>
+ <li>
+ <a href="https://www.youtube.com/watch?v=eH0R10Ga4Hs" rel="external">
+ <img src="http://mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-valence.251f9def4d8d.jpg" alt="Screenshot">
+ </a>
+ <h2>Valence</h2>
+ <p>Develop and debug your apps across multiple browsers and devices with this powerful extension that comes pre-installed with Firefox Developer Edition.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Firefox_Tools_Adapter" rel="external">Learn more about Valence</a>
+
+ </li>
+ </ul>
+ <div>
+ <h4>Important: Sync your new profile</h4>
+ <p>
+ Developer Edition comes with a new profile so you can run it alongside other versions of Firefox. To access your bookmarks, browsing history and more, you need to sync the profile with your existing Firefox Account, or create a new one.
+ <a href="https://support.mozilla.org/kb/recover-lost-bookmarks-firefox-developer-edition" rel="external">Learn more</a>
+ </p>
+ </div>
+ </section>
+
+ <div>
+ <header>
+ <h2>Features and tools</h2>
+ </header>
+ <ul>
+ <li>
+ <a href="https://www.youtube.com/watch?v=eQqNfkqIJdw" rel="external">
+ <img src="http://mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-inspector.c791bf1f1a59.jpg" alt="Screenshot">
+ </a>
+ <h2>Page Inspector</h2>
+ <p>Examine the HTML and CSS of any Web page and easily modify the structure and layout of a page.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Page_Inspector" rel="external">Learn more about Page Inspector</a>
+
+ </li>
+ <li>
+ <a href="https://www.youtube.com/watch?v=iEDk8o9ehlw" rel="external">
+ <img src="http://mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-console.42666aaf6d03.jpg" alt="Screenshot">
+ </a>
+ <h2>Web Console</h2>
+ <p>See logged information associated with a Web page and use Web Console to interact with Web pages using JavaScript.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Web_Console" rel="external">Learn more about Web Console</a>
+
+ </li>
+ <li>
+ <a href="https://www.youtube.com/watch?v=OS4AxYFLCIE" rel="external">
+ <img src="http://mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-debugger.02ed86fb0c9f.jpg" alt="Screenshot">
+ </a>
+ <h2>JavaScript Debugger</h2>
+ <p>Step through JavaScript code and examine or modify its state to help track down bugs.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Debugger" rel="external">Learn more about JavaScript Debugger</a>
+
+ </li>
+ <li>
+ <a href="https://www.youtube.com/watch?v=w4zSG53Qlbk" rel="external">
+ <img src="http://mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-network.740d6082b3f6.jpg" alt="Screenshot">
+ </a>
+ <h2>Network Monitor</h2>
+ <p>See all the network requests your browser makes, how long each request takes and details of each request.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Network_Monitor" rel="external">Learn more about Network Monitor</a>
+
+ </li>
+ <li>
+ <a href="https://www.youtube.com/watch?v=R_qDaLQ8ghg" rel="external">
+ <img src="http://mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-webaudio.a10ebc48d017.jpg" alt="Screenshot">
+ </a>
+ <h2>Web Audio Editor</h2>
+ <p>Inspect and interact with Web Audio API in real time to ensure that all audio nodes are connected in the way you expect.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Web_Audio_Editor" rel="external">Learn more about Web Audio Editor</a>
+
+ </li>
+ <li>
+ <a href="https://www.youtube.com/watch?v=3kdBvvIZIqU" rel="external">
+ <img src="http://mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-style-editor.87c5d2017506.jpg" alt="Screenshot">
+ </a>
+ <h2>Style Editor</h2>
+ <p>View and edit CSS styles associated with a Web page, create new ones and apply existing CSS stylesheets to any page.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Style_Editor" rel="external">Learn more about Style Editor</a>
+
+ </li>
+ </ul>
+ </div>
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html
new file mode 100644
index 0000000..31f30a6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html
@@ -0,0 +1,408 @@
+
+
+<!doctype html>
+<html class="windows x86 no-js" lang="en" dir="ltr" data-latest-firefox="37.0.2" data-esr-versions="[31]">
+ <head>
+ <meta charset="utf-8"/>
+<!--
+ _.-~-.
+ 7'' Q..\
+ _7 (_
+ _7 _/ _q. /
+ _7 . ___ /VVvv-'_ .
+ 7/ / /~- \_\\ '-._ .-' / //
+ ./ ( /-~-/||'=.__ '::. '-~'' { ___ / // ./{
+ V V-~-~| || __''_ ':::. ''~-~.___.-'' _/ // / {_ / { /
+ VV/-~-~-|/ \ .'__'. '. ':: _ _ _ ''.
+ / /~~~~||VVV/ / \ ) \ _ __ ___ ___ ___(_) | | __ _ .::'
+ / (~-~-~\\.-' / \' \::::. | '_ ` _ \ / _ \_ / | | |/ _` | :::'
+/..\ /..\__/ ' '::: | | | | | | (_) / /| | | | (_| | ::'
+vVVv vVVv ': |_| |_| |_|\___/___|_|_|_|\__,_| ''
+
+Hi there, nice to meet you!
+
+Interested in having a direct impact on hundreds of millions of users? Join
+Mozilla, and become part of a global community that’s helping to build a
+brighter future for the Web.
+
+Visit https://careers.mozilla.org to learn about our current job openings.
+Visit https://www.mozilla.org/contribute for more ways to get involved and
+help support Mozilla.-->
+
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <meta name="robots" content="noindex"/>
+ <title>Welcome to Firefox Developer Edition</title>
+ <meta name="description" content=""/>
+ <meta property="og:type" content="website"/>
+ <meta property="og:site_name" content="Mozilla"/>
+ <meta property="og:locale" content="en_US"/>
+ <meta property="og:url" content="https://www.mozilla.org/en-US/firefox/developer/"/>
+ <meta property="og:image" content="https://mozorg.cdn.mozilla.net/media/img/firefox/developer/page-image.03bbe7da3199.png"/>
+ <meta property="og:title" content="Welcome to Firefox Developer Edition"/>
+ <meta property="og:description" content="Built for those who build the Web. Introducing the only browser made for developers."/>
+ <meta property="fb:page_id" content="14696440021"/>
+ <meta name="twitter:card" content="summary"/>
+ <meta name="twitter:site" content="@firefox"/>
+ <meta name="twitter:domain" content="mozilla.org"/>
+ <meta name="twitter:app:name:googleplay" content="Firefox"/>
+ <meta name="twitter:app:id:googleplay" content="org.mozilla.firefox"/>
+ <link rel="author" type="text/plain" href="/humans.txt"/>
+ <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="//mozorg.cdn.mozilla.net/media/img/firefox/ios-icon-180.7a8401f21915.png"/>
+ <link rel="icon" type="image/png" sizes="196x196" href="//mozorg.cdn.mozilla.net/media/img/firefox/favicon-196.223e1bcaf067.png"/>
+ <link rel="shortcut icon" href="//mozorg.cdn.mozilla.net/media/img/firefox/favicon.dc6635050bf5.ico"/>
+ <link rel="canonical" hreflang="en" href="https://www.mozilla.org/en-US/firefox/39.0a2/firstrun/"/>
+ <link rel="alternate" hreflang="x-default" href="https://www.mozilla.org/firefox/39.0a2/firstrun/"/>
+ <link rel="alternate" hreflang="an" href="https://www.mozilla.org/an/firefox/39.0a2/firstrun/" title="aragonés"/>
+ <link rel="alternate" hreflang="ast" href="https://www.mozilla.org/ast/firefox/39.0a2/firstrun/" title="Asturianu"/>
+ <link rel="alternate" hreflang="bg" href="https://www.mozilla.org/bg/firefox/39.0a2/firstrun/" title="Български"/>
+ <link rel="alternate" hreflang="bn-IN" href="https://www.mozilla.org/bn-IN/firefox/39.0a2/firstrun/" title="বাংলা (ভারত)"/>
+ <link rel="alternate" hreflang="ca" href="https://www.mozilla.org/ca/firefox/39.0a2/firstrun/" title="Català"/>
+ <link rel="alternate" hreflang="cs" href="https://www.mozilla.org/cs/firefox/39.0a2/firstrun/" title="Čeština"/>
+ <link rel="alternate" hreflang="cy" href="https://www.mozilla.org/cy/firefox/39.0a2/firstrun/" title="Cymraeg"/>
+ <link rel="alternate" hreflang="de" href="https://www.mozilla.org/de/firefox/39.0a2/firstrun/" title="Deutsch"/>
+ <link rel="alternate" hreflang="dsb" href="https://www.mozilla.org/dsb/firefox/39.0a2/firstrun/" title="Dolnoserbšćina"/>
+ <link rel="alternate" hreflang="en-GB" href="https://www.mozilla.org/en-GB/firefox/39.0a2/firstrun/" title="English (British)"/>
+ <link rel="alternate" hreflang="en" href="https://www.mozilla.org/en-US/firefox/39.0a2/firstrun/" title="English"/>
+ <link rel="alternate" hreflang="en-CA" href="https://www.mozilla.org/en-US/firefox/39.0a2/firstrun/" title="English (Canada)"/>
+ <link rel="alternate" hreflang="eo" href="https://www.mozilla.org/eo/firefox/39.0a2/firstrun/" title="Esperanto"/>
+ <link rel="alternate" hreflang="es-AR" href="https://www.mozilla.org/es-AR/firefox/39.0a2/firstrun/" title="Español (de Argentina)"/>
+ <link rel="alternate" hreflang="es-CL" href="https://www.mozilla.org/es-CL/firefox/39.0a2/firstrun/" title="Español (de Chile)"/>
+ <link rel="alternate" hreflang="es-ES" href="https://www.mozilla.org/es-ES/firefox/39.0a2/firstrun/" title="Español (de España)"/>
+ <link rel="alternate" hreflang="es-MX" href="https://www.mozilla.org/es-MX/firefox/39.0a2/firstrun/" title="Español (de México)"/>
+ <link rel="alternate" hreflang="fr" href="https://www.mozilla.org/fr/firefox/39.0a2/firstrun/" title="Français"/>
+ <link rel="alternate" hreflang="fy-NL" href="https://www.mozilla.org/fy-NL/firefox/39.0a2/firstrun/" title="Frysk"/>
+ <link rel="alternate" hreflang="gd" href="https://www.mozilla.org/gd/firefox/39.0a2/firstrun/" title="Gàidhlig"/>
+ <link rel="alternate" hreflang="hsb" href="https://www.mozilla.org/hsb/firefox/39.0a2/firstrun/" title="Hornjoserbsce"/>
+ <link rel="alternate" hreflang="hu" href="https://www.mozilla.org/hu/firefox/39.0a2/firstrun/" title="magyar"/>
+ <link rel="alternate" hreflang="hy-AM" href="https://www.mozilla.org/hy-AM/firefox/39.0a2/firstrun/" title="Հայերեն"/>
+ <link rel="alternate" hreflang="id" href="https://www.mozilla.org/id/firefox/39.0a2/firstrun/" title="Bahasa Indonesia"/>
+ <link rel="alternate" hreflang="is" href="https://www.mozilla.org/is/firefox/39.0a2/firstrun/" title="íslenska"/>
+ <link rel="alternate" hreflang="it" href="https://www.mozilla.org/it/firefox/39.0a2/firstrun/" title="Italiano"/>
+ <link rel="alternate" hreflang="ja" href="https://www.mozilla.org/ja/firefox/39.0a2/firstrun/" title="日本語"/>
+ <link rel="alternate" hreflang="lt" href="https://www.mozilla.org/lt/firefox/39.0a2/firstrun/" title="lietuvių kalba"/>
+ <link rel="alternate" hreflang="nl" href="https://www.mozilla.org/nl/firefox/39.0a2/firstrun/" title="Nederlands"/>
+ <link rel="alternate" hreflang="pt-BR" href="https://www.mozilla.org/pt-BR/firefox/39.0a2/firstrun/" title="Português (do Brasil)"/>
+ <link rel="alternate" hreflang="pt-PT" href="https://www.mozilla.org/pt-PT/firefox/39.0a2/firstrun/" title="Português (Europeu)"/>
+ <link rel="alternate" hreflang="ru" href="https://www.mozilla.org/ru/firefox/39.0a2/firstrun/" title="Русский"/>
+ <link rel="alternate" hreflang="sk" href="https://www.mozilla.org/sk/firefox/39.0a2/firstrun/" title="slovenčina"/>
+ <link rel="alternate" hreflang="sl" href="https://www.mozilla.org/sl/firefox/39.0a2/firstrun/" title="Slovenščina"/>
+ <link rel="alternate" hreflang="son" href="https://www.mozilla.org/son/firefox/39.0a2/firstrun/" title="Soŋay"/>
+ <link rel="alternate" hreflang="sq" href="https://www.mozilla.org/sq/firefox/39.0a2/firstrun/" title="Shqip"/>
+ <link rel="alternate" hreflang="sv-SE" href="https://www.mozilla.org/sv-SE/firefox/39.0a2/firstrun/" title="Svenska"/>
+ <link rel="alternate" hreflang="tr" href="https://www.mozilla.org/tr/firefox/39.0a2/firstrun/" title="Türkçe"/>
+ <link rel="alternate" hreflang="uk" href="https://www.mozilla.org/uk/firefox/39.0a2/firstrun/" title="Українська"/>
+ <link rel="alternate" hreflang="uz" href="https://www.mozilla.org/uz/firefox/39.0a2/firstrun/" title="Oʻzbek tili"/>
+ <link rel="alternate" hreflang="zh-CN" href="https://www.mozilla.org/zh-CN/firefox/39.0a2/firstrun/" title="中文 (简体)"/>
+ <link rel="alternate" hreflang="zh-TW" href="https://www.mozilla.org/zh-TW/firefox/39.0a2/firstrun/" title="正體中文 (繁體)"/>
+
+
+
+ <link href="//mozorg.cdn.mozilla.net/media/css/tabzilla-min.c4ec201287fa.css" rel="stylesheet" type="text/css" />
+ <!--[if lte IE 8]>
+ <script src="//mozorg.cdn.mozilla.net/media/js/libs/html5shiv.d580a4cd1cb4.js"></script>
+ <![endif]-->
+
+ <!--[if lte IE 7]>
+ <link href="//mozorg.cdn.mozilla.net/media/css/oldIE-bundle.fc1d1a0990cc.css" rel="stylesheet" type="text/css" /> <![endif]-->
+
+ <!--[if !lte IE 7]><!-->
+ <link href="//mozorg.cdn.mozilla.net/media/css/firefox_developer_firstrun-bundle.c1bf35b84c00.css" rel="stylesheet" type="text/css" />
+ <!--<![endif]-->
+
+
+ <script type="text/javascript" src="//mozorg.cdn.mozilla.net/media/js/site-bundle.4d72c30b1a11.js" charset="utf-8"></script>
+
+ <script>
+var _gaq = _gaq || [];
+var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
+_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
+_gaq.push(['_setAccount', 'UA-36116321-1']);
+_gaq.push(['_setAllowLinker', true]);
+_gaq.push(['_setAllowAnchor', true]);
+_gaq.push(['_gat._anonymizeIp']);
+_gaq.push(['_trackPageview']);
+
+(function() {
+ var ga = document.createElement('script');
+ ga.type = 'text/javascript';
+ ga.async = true;
+
+ var prefix = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www');
+ ga.src = prefix + '.google-analytics.com/ga.js';
+
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ga, s);
+})();
+</script> </head>
+
+ <body id="firefox-developer-firstrun" class="html-ltr blueprint">
+ <div id="strings"
+ data-global-close="Close"
+ data-global-next="Next"
+ data-global-previous="Previous"
+ data-global-update-firefox="Update your Firefox"
+ data-devtools-title="Developer Tools"
+data-devtools-text="The most complete browser made just for developers, Firefox Developer Edition has every dev tool you’ll need built right in."
+data-next-webide="Next: WebIDE"
+data-webide-title="Try WebIDE"
+data-webide-text="Develop, deploy and debug Firefox OS apps directly in your browser or on a Firefox OS device."
+data-next-sync="Next: Sync"
+
+ data-sync-title="Important"
+ data-sync-text="Sync your new Developer Edition profile to your Firefox Account to access bookmarks, browsing history, passwords and more from your existing Firefox profile."
+ data-doorhanger-sync="Sync now"
+
+data-doorhanger-close="Close"
+data-doorhanger-nothanks="No thanks"
+data-webide-icon="//mozorg.cdn.mozilla.net/media/img/firefox/dev-firstrun/webide-blue.b8e098d7c9d9.png"
+data-webide-icon-high-res="//mozorg.cdn.mozilla.net/media/img/firefox/dev-firstrun/webide-blue-high-res.707008e1b9c2.png"
+data-devtools-icon="//mozorg.cdn.mozilla.net/media/img/firefox/dev-firstrun/devtools-blue.f5802a402e31.png"
+data-devtools-icon-high-res="//mozorg.cdn.mozilla.net/media/img/firefox/dev-firstrun/devtools-blue-high-res.977645f39d48.png"
+data-sync-icon="//mozorg.cdn.mozilla.net/media/img/firefox/dev-firstrun/sync-blue.c4ab116c7489.png"
+data-sync-icon-high-res="//mozorg.cdn.mozilla.net/media/img/firefox/dev-firstrun/sync-blue-high-res.25933e6416f9.png"
+
+ data-sync-reminder-title="Before you go&hellip;"
+ data-sync-reminder-text="If you continue without syncing your new Developer Edition profile, you could lose access to important browsing data from your existing Firefox profile. To sync now, choose the Sync option from this menu."
+
+></div>
+ <div id="outer-wrapper">
+
+
+ <div id="wrapper">
+
+ <header id="masthead">
+ <a href="/en-US/" id="tabzilla" data-infobar="update translation">Mozilla</a>
+
+
+ <h2><img class="js " src="" data-processed="false" data-src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/title.949ac051aba3.png" data-high-res="true" data-high-res-src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/title-high-res.3bd820c2e8da.png" width="220" alt="Firefox Developer Edition" height="84"/><noscript><img class="" src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/title.949ac051aba3.png" width="220" alt="Firefox Developer Edition" height="84"/></noscript></h2>
+
+
+
+
+ </header>
+
+
+
+
+<main role="main" class="sync-reminder" >
+ <section class="intro container">
+ <header>
+ <h1>Welcome to <span>Firefox Developer Edition</span></h1>
+ <p>Get to know the features that make it the most complete browser for building the Web.</p>
+ </header>
+ <ul class="features">
+ <li class="feature">
+ <a href="https://www.youtube.com/watch?v=1R9_WdXwUsE" rel="external" class="video-play">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-webide.16763db341cb.jpg" alt="Screenshot" class="screenshot"/>
+ </a>
+ <h2>WebIDE</h2>
+ <p>Develop, deploy and debug Firefox OS apps directly in your browser, or on a Firefox OS device, with this tool that replaces App Manager.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/WebIDE" rel="external" class="more">Learn more about WebIDE</a>
+ <div class="responsive-video-container">
+ <div class="video" data-video-id="1R9_WdXwUsE"></div>
+ </div>
+ </li>
+ <li class="feature">
+ <a href="https://www.youtube.com/watch?v=eH0R10Ga4Hs" rel="external" class="video-play">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-valence.251f9def4d8d.jpg" alt="Screenshot" class="screenshot"/>
+ </a>
+ <h2>Valence</h2>
+ <p>Develop and debug your apps across multiple browsers and devices with this powerful extension that comes pre-installed with Firefox Developer Edition.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Firefox_Tools_Adapter" rel="external" class="more">Learn more about Valence</a>
+ <div class="responsive-video-container">
+ <div class="video" data-video-id="eH0R10Ga4Hs"></div>
+ </div>
+ </li>
+ </ul>
+ <div class="notice">
+ <h4>Important: Sync your new profile</h4>
+ <p>
+ Developer Edition comes with a new profile so you can run it alongside other versions of Firefox. To access your bookmarks, browsing history and more, you need to sync the profile with your existing Firefox Account, or create a new one.
+ <a href="https://support.mozilla.org/kb/recover-lost-bookmarks-firefox-developer-edition" rel="external" class="more">Learn more</a>
+ </p>
+ </div>
+ </section>
+
+ <section class="more-features">
+ <div class="container">
+ <header>
+ <h2>Features and tools</h2>
+ </header>
+ <ul class="features">
+ <li class="feature">
+ <a href="https://www.youtube.com/watch?v=eQqNfkqIJdw" rel="external" class="video-play">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-inspector.c791bf1f1a59.jpg" alt="Screenshot" class="screenshot"/>
+ </a>
+ <h2>Page Inspector</h2>
+ <p>Examine the HTML and CSS of any Web page and easily modify the structure and layout of a page.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Page_Inspector" rel="external" class="more">Learn more about Page Inspector</a>
+ <div class="responsive-video-container">
+ <div class="video" data-video-id="eQqNfkqIJdw"></div>
+ </div>
+ </li>
+ <li class="feature">
+ <a href="https://www.youtube.com/watch?v=iEDk8o9ehlw" rel="external" class="video-play">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-console.42666aaf6d03.jpg" alt="Screenshot" class="screenshot"/>
+ </a>
+ <h2>Web Console</h2>
+ <p>See logged information associated with a Web page and use Web Console to interact with Web pages using JavaScript.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Web_Console" rel="external" class="more">Learn more about Web Console</a>
+ <div class="responsive-video-container">
+ <div class="video" data-video-id="iEDk8o9ehlw"></div>
+ </div>
+ </li>
+ <li class="feature">
+ <a href="https://www.youtube.com/watch?v=OS4AxYFLCIE" rel="external" class="video-play">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-debugger.02ed86fb0c9f.jpg" alt="Screenshot" class="screenshot"/>
+ </a>
+ <h2>JavaScript Debugger</h2>
+ <p>Step through JavaScript code and examine or modify its state to help track down bugs.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Debugger" rel="external" class="more">Learn more about JavaScript Debugger</a>
+ <div class="responsive-video-container">
+ <div class="video" data-video-id="OS4AxYFLCIE"></div>
+ </div>
+ </li>
+ <li class="feature">
+ <a href="https://www.youtube.com/watch?v=w4zSG53Qlbk" rel="external" class="video-play">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-network.740d6082b3f6.jpg" alt="Screenshot" class="screenshot"/>
+ </a>
+ <h2>Network Monitor</h2>
+ <p>See all the network requests your browser makes, how long each request takes and details of each request.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Network_Monitor" rel="external" class="more">Learn more about Network Monitor</a>
+ <div class="responsive-video-container">
+ <div class="video" data-video-id="w4zSG53Qlbk"></div>
+ </div>
+ </li>
+ <li class="feature">
+ <a href="https://www.youtube.com/watch?v=R_qDaLQ8ghg" rel="external" class="video-play">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-webaudio.a10ebc48d017.jpg" alt="Screenshot" class="screenshot"/>
+ </a>
+ <h2>Web Audio Editor</h2>
+ <p>Inspect and interact with Web Audio API in real time to ensure that all audio nodes are connected in the way you expect.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Web_Audio_Editor" rel="external" class="more">Learn more about Web Audio Editor</a>
+ <div class="responsive-video-container">
+ <div class="video" data-video-id="R_qDaLQ8ghg"></div>
+ </div>
+ </li>
+ <li class="feature">
+ <a href="https://www.youtube.com/watch?v=3kdBvvIZIqU" rel="external" class="video-play">
+ <img src="//mozorg.cdn.mozilla.net/media/img/firefox/firstrun/dev/feature-style-editor.87c5d2017506.jpg" alt="Screenshot" class="screenshot"/>
+ </a>
+ <h2>Style Editor</h2>
+ <p>View and edit CSS styles associated with a Web page, create new ones and apply existing CSS stylesheets to any page.</p>
+ <a href="https://developer.mozilla.org/docs/Tools/Style_Editor" rel="external" class="more">Learn more about Style Editor</a>
+ <div class="responsive-video-container">
+ <div class="video" data-video-id="3kdBvvIZIqU"></div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </section>
+</main>
+
+
+
+ </div><!-- close #wrapper -->
+
+ <footer id="colophon" class="">
+ <nav class="row">
+ <div class="col col-1">
+ <h1 class="logo"><a href="/en-US/">Mozilla</a></h1>
+ <p class="license">Portions of this content are ©1998–2015 by individual mozilla.org contributors. Content available under a <a href="/en-US/foundation/licensing/website-content/">Creative Commons license</a>.</p>
+ </div>
+ <div class="col col-2">
+ <ul class="links-join">
+ <li><a href="/en-US/contact/spaces/">Contact Us</a></li>
+ <li class="wrap"><a href="/en-US/about/partnerships/">Partner with Us</a></li>
+ <li class="clear"><a href="https://sendto.mozilla.org/page/contribute/givenow-seq?preset=2&amp;source=mozillaorg_footer&amp;ref=EOYFR2014&amp;utm_campaign=EOYFR2014&amp;utm_source=mozilla.org&amp;utm_medium=referral&amp;utm_content=mozillaorg_footer" class="donate">Donate</a></li>
+ <li class="wrap"><a href="https://affiliates.mozilla.org/">Firefox Affiliates</a></li>
+ <li class="clear"><a href="https://wiki.mozilla.org/Webdev/GetInvolved/mozilla.org">Contribute to this site</a></li>
+ </ul>
+ <ul class="links-legal">
+ <li><a href="/en-US/privacy/">Privacy</a></li>
+ <li class="wrap"><a href="/en-US/privacy/websites/#cookies">Cookies</a></li>
+ <li class="wrap"><a href="/en-US/about/legal/">Legal</a></li>
+ <li class="clear"><a href="/en-US/about/legal/fraud-report/">Report Trademark Abuse</a></li>
+ </ul>
+ </div>
+ <div class="col col-3">
+ <ul class="links-social">
+ <li>
+ Mozilla:
+ <ul>
+ <li><a href="https://twitter.com/mozilla">Twitter<span> (@mozilla)</span></a></li>
+ <li><a href="https://www.facebook.com/mozilla">Facebook<span> (Mozilla)</span></a></li>
+ </ul>
+ </li>
+ <li>
+ Firefox:
+ <ul>
+ <li><a href="https://twitter.com/firefox">Twitter<span> (@firefox)</span></a></li>
+ <li><a href="https://www.facebook.com/Firefox">Facebook<span> (Firefox)</span></a></li>
+ <li><a href="https://www.youtube.com/firefoxchannel">YouTube<span> (firefoxchannel)</span></a></li>
+ </ul>
+ </li>
+ </ul>
+ <div class="lang-switcher">
+ <form id="lang_form" method="get" action="#">
+ <label for="language">Other languages:</label>
+ <select id="language" name="lang" dir="ltr">
+ <option lang="an" value="an">aragonés</option>
+ <option lang="ast" value="ast">Asturianu</option>
+ <option lang="bg" value="bg">Български</option>
+ <option lang="bn-IN" value="bn-IN">বাংলা (ভারত)</option>
+ <option lang="ca" value="ca">Català</option>
+ <option lang="cs" value="cs">Čeština</option>
+ <option lang="cy" value="cy">Cymraeg</option>
+ <option lang="de" value="de">Deutsch</option>
+ <option lang="dsb" value="dsb">Dolnoserbšćina</option>
+ <option lang="en-GB" value="en-GB">English (British)</option>
+ <option lang="en-US" value="en-US" selected>English</option>
+ <option lang="eo" value="eo">Esperanto</option>
+ <option lang="es-AR" value="es-AR">Español (de Argentina)</option>
+ <option lang="es-CL" value="es-CL">Español (de Chile)</option>
+ <option lang="es-ES" value="es-ES">Español (de España)</option>
+ <option lang="es-MX" value="es-MX">Español (de México)</option>
+ <option lang="fr" value="fr">Français</option>
+ <option lang="fy-NL" value="fy-NL">Frysk</option>
+ <option lang="gd" value="gd">Gàidhlig</option>
+ <option lang="hsb" value="hsb">Hornjoserbsce</option>
+ <option lang="hu" value="hu">magyar</option>
+ <option lang="hy-AM" value="hy-AM">Հայերեն</option>
+ <option lang="id" value="id">Bahasa Indonesia</option>
+ <option lang="is" value="is">íslenska</option>
+ <option lang="it" value="it">Italiano</option>
+ <option lang="ja" value="ja">日本語</option>
+ <option lang="lt" value="lt">lietuvių kalba</option>
+ <option lang="nl" value="nl">Nederlands</option>
+ <option lang="pt-BR" value="pt-BR">Português (do Brasil)</option>
+ <option lang="pt-PT" value="pt-PT">Português (Europeu)</option>
+ <option lang="ru" value="ru">Русский</option>
+ <option lang="sk" value="sk">slovenčina</option>
+ <option lang="sl" value="sl">Slovenščina</option>
+ <option lang="son" value="son">Soŋay</option>
+ <option lang="sq" value="sq">Shqip</option>
+ <option lang="sv-SE" value="sv-SE">Svenska</option>
+ <option lang="tr" value="tr">Türkçe</option>
+ <option lang="uk" value="uk">Українська</option>
+ <option lang="uz" value="uz">Oʻzbek tili</option>
+ <option lang="zh-CN" value="zh-CN">中文 (简体)</option>
+ <option lang="zh-TW" value="zh-TW">正體中文 (繁體)</option>
+ </select>
+ <noscript>
+ <button type="submit">Go</button>
+ </noscript>
+</form>
+ </div>
+ </div>
+ </nav>
+ </footer>
+ </div><!-- close #outer-wrapper -->
+
+ <!--[if IE 9]>
+ <script src="//mozorg.cdn.mozilla.net/media/js/libs/matchMedia.3fd01d1af18b.js"></script>
+ <![endif]-->
+
+ <script type="text/javascript" src="//mozorg.cdn.mozilla.net/media/js/firefox-resp-bundle.ec015d66a726.js" charset="utf-8"></script> <script src="//mozorg.cdn.mozilla.net/en-US/tabzilla/tabzilla.js"></script>
+ <script type="text/javascript" src="//mozorg.cdn.mozilla.net/media/js/firefox_developer_firstrun-bundle.28d5bb93eb60.js" charset="utf-8"></script> </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json
new file mode 100644
index 0000000..176afee
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "http:\/\/img-s-msn-com.akamaized.net\/tenant\/amp\/entityid\/AAkk5fh.img",
+ "http:\/\/img-s-msn-com.akamaized.net\/tenant\/amp\/entityid\/AAkk5fh.img?h=820&w=1456&m=6&q=60&o=f&l=f&x=1162&y=540"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json
new file mode 100644
index 0000000..673d995
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Alex Perry\n \n 1 day ago",
+ "Direction": null,
+ "Excerpt": "Nintendo and Apple shocked the world earlier this year by announcing \"Super Mario Run,\" the legendary gaming company's first foray into mobile gaming.&nbsp;",
+ "Image": "http:\/\/img-s-msn-com.akamaized.net\/tenant\/amp\/entityid\/AAkk5fh.img",
+ "Title": "Nintendo's first iPhone game will launch in December for $10",
+ "SiteName": "MSN"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html b/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html
new file mode 100644
index 0000000..7757011
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html
@@ -0,0 +1,22 @@
+<article itemscope itemtype="http://schema.org/NewsArticle" data-aop="article">
+ <section itemprop="articleBody" data-aop="articlebody">
+ <p>
+ <span data-aop="image">
+<span data-attrib="Provided by Business Insider Inc" data-caption="<span style=&quot;font-size:13px;&quot;>Nintendo/Apple</span>" data-id="55" data-m="{&quot;i&quot;:55,&quot;p&quot;:52,&quot;n&quot;:&quot;openModal&quot;,&quot;t&quot;:&quot;articleImages&quot;,&quot;o&quot;:3}">
+ <img alt="<span style=&quot;font-size:13px;&quot;>Nintendo/Apple</span>" data-src="{&quot;default&quot;:{&quot;load&quot;:&quot;default&quot;,&quot;w&quot;:&quot;73&quot;,&quot;h&quot;:&quot;41&quot;,&quot;src&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img?h=410&amp;w=728&amp;m=6&amp;q=60&amp;o=f&amp;l=f&amp;x=1162&amp;y=540&quot;},&quot;size3column&quot;:{&quot;load&quot;:&quot;default&quot;,&quot;w&quot;:&quot;62&quot;,&quot;h&quot;:&quot;35&quot;,&quot;src&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img?h=351&amp;w=624&amp;m=6&amp;q=60&amp;o=f&amp;l=f&amp;x=1162&amp;y=540&quot;},&quot;size2column&quot;:{&quot;load&quot;:&quot;default&quot;,&quot;w&quot;:&quot;62&quot;,&quot;h&quot;:&quot;35&quot;,&quot;src&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img?h=351&amp;w=624&amp;m=6&amp;q=60&amp;o=f&amp;l=f&amp;x=1162&amp;y=540&quot;}}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img?h=820&amp;w=1456&amp;m=6&amp;q=60&amp;o=f&amp;l=f&amp;x=1162&amp;y=540" data-initial-set="true">
+</span>
+ <span>
+ <span>© Provided by Business Insider Inc</span>
+ <span>Nintendo/Apple</span>
+ </span>
+ </span>
+ Nintendo and Apple shocked the world earlier this year by announcing "Super Mario Run," the legendary gaming company's first foray into mobile gaming. It's a Mario game you can play on your phone with just one hand, so what's not to love?</p>
+ <p>Thankfully, now we know when you can get it and for how much: "Super Mario Run" will launch on iPhone and iPad on December 15, for a flat fee of $9.99. You can play a sample of the game modes for free, but unlike most other mobile games that let you download for free but require money to keep playing, or access parts of the game, you can pay $10 to get everything right away. </p>
+ <p>In case you haven't heard, "Super Mario Run" is essentially a regular, side-scrolling "Super Mario" game with one key difference: You don't control Mario's movement. He runs automatically and all you do is tap the screen to jump.</p>
+ <p>The name and basic idea might sound like one of those endless score attack games like "Temple Run," but that's not the case. "Super Mario Run" is divided into hand-crafted levels with a clear end-point like any other Mario game, meaning you're essentially getting the Mario experience for $10 without needing to control his movement.</p>
+ <p>$10 might seem like a bit much compared to the $0 people pay for most mobile games, but it's possible the game has $10 worth of levels to play in it. It's also not iPhone exclusive, but the Android version will launch at a later, currently unknown date. </p>
+ <p>To see "Super Mario Run" in action, check out the footage below:</p>
+ <p><iframe allowfullscreen src="https://www.youtube.com/embed/E39ychZKnDI" frameborder="0" width="100%" height="450"></iframe></p>
+
+ </section>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/msn/source.html b/vendor/fivefilters/readability.php/test/test-pages/msn/source.html
new file mode 100644
index 0000000..be55bf3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/msn/source.html
@@ -0,0 +1,13010 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#" style="font-size:62.5%" class="hiperf loaded" dir="ltr" lang="en-US">
+
+<head data-info="v:2.0.6163.81;a:09bc8b7b-7648-4883-a023-f9b400b40653;cn:16;az:{did:5f46f41407bf434ca0465c7153fafe3d, rid: 16, sn: easia-prod-entertainment, dt: 2016-11-09T14:47:17.9448460Z, bt: 2016-11-15T00:05:57.0356882Z};ddpi:1;dpio:;dpi:1;dg:tmx.pc.moz;th:gray;PageName:articlePage;m:en-us;cb:;l:en-us;mu:en-us;ud:{cid:AAkm7Xj,vk:news,n:ar,l:en-us,ck:newsscienceandtechnology};xd:;ovc:f;al:;f:muidflt9cf,muidflt14cf,muidflt50cf,muidflt301cf" data-js="{&quot;dpi&quot;:1.0,&quot;ddpi&quot;:1.0,&quot;dpio&quot;:null,&quot;forcedpi&quot;:null,&quot;dms&quot;:6000,&quot;ps&quot;:1000,&quot;bds&quot;:7,&quot;dg&quot;:&quot;tmx.pc.moz&quot;,&quot;ssl&quot;:false,&quot;moduleapi&quot;:&quot;http://www.msn.com/en-us/news/api/modules/fetch&quot;,&quot;cdnmoduleapi&quot;:&quot;http://static-entertainment-eas-s-msn-com.akamaized.net/en-us/news/api/modules/cdnfetch&quot;,&quot;pdpdeltaupdateapi&quot;:&quot;http://www.msn.com/en-us/homepage/api/pdp/updatepdpdata&quot;,&quot;xd&quot;:null,&quot;signedin&quot;:0,&quot;sso&quot;:&quot;https://login.live.com/login.srf?wa=wsignin1.0&amp;rpsnv=13&amp;checkda=1&amp;ct=1479286777&amp;rver=6.7.6643.0&amp;wp=lbi&amp;wreply=https%3a%2f%2fwww.msn.com%2fen-us%2fnews%2fsecure%2fsilentpassport%3fsecure%3dfalse&amp;lc=1033&amp;id=1184&amp;mkt=en-us&quot;,&quot;exchangeenabled&quot;:false,&quot;twitterimpenabled&quot;:false,&quot;greenidcallenabled&quot;:false}" data-client-settings="{&quot;geo_country&quot;:&quot;tw&quot;,&quot;os_region&quot;:&quot;&quot;,&quot;apps_locale&quot;:&quot;&quot;,&quot;base_url&quot;:&quot;/en-us/news/&quot;,&quot;aid&quot;:&quot;09bc8b7b76484883a023f9b400b40653&quot;,&quot;sid&quot;:null,&quot;v&quot;:&quot;2.0.6163.81&quot;,&quot;static_page&quot;:false,&quot;functionalonly_cookie_experience&quot;:false,&quot;fbid&quot;:&quot;132970837947&quot;,&quot;lvk&quot;:&quot;news&quot;,&quot;vk&quot;:&quot;news&quot;,&quot;cat&quot;:&quot;z&quot;,&quot;autorefresh&quot;:true,&quot;bingssl&quot;:false,&quot;autorefreshsettings&quot;:{&quot;is_market_enabled&quot;:false,&quot;timeout&quot;:0,&quot;idle_enabled&quot;:false,&quot;idle_timeout&quot;:&quot;2&quot;},&quot;uipr&quot;:false,&quot;uiprsettings&quot;:{&quot;enabled&quot;:false,&quot;frequency_minutes&quot;:0,&quot;banner_delay_minutes&quot;:null,&quot;maxfresh_display&quot;:null,&quot;minfresh_count&quot;:&quot;5&quot;,&quot;ajaxtimeoutinseconds&quot;:&quot;60&quot;},&quot;imgsrc&quot;:{&quot;quality_high&quot;:&quot;60&quot;,&quot;quality_low&quot;:&quot;5&quot;,&quot;order_timeout&quot;:&quot;1000&quot;},&quot;adsettings&quot;:{&quot;wait_for_ad_in_sec&quot;:&quot;3&quot;,&quot;retry_for_ad&quot;:&quot;2&quot;},&quot;mecontroluri&quot;:&quot;https://mem.gfx.ms/meversion/?partner=msn&amp;market=en-us&quot;,&quot;lazyload&quot;:{&quot;enabled&quot;:false}}">
+ <script src="http://rma-api.gravity.com/v1/beacons/log?cbust=750-43&amp;site_guid=14f1a20a34a9356b91dd8b860925478c&amp;action=beacon&amp;user_guid=ecb8dbfba6d71457af1c7f4b7dbc2b6d&amp;referrer=&amp;browser_useragent=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010.11%3B%20rv%3A53.0%29%20Gecko%2F20100101%20Firefox%2F53.0&amp;OS=MacOS&amp;href=http%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%2Far-AAkm7Xj&amp;url=http%3A%2F%2Fwww.businessinsider.com%2Fsuper-mario-run-december-15-2016-11&amp;article_title=Nintendo%27s%20first%20iPhone%20game%20will%20launch%20in%20December%20for%20%2410&amp;type=content" type="text/javascript"></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script charset="UTF-8" type="text/javascript" src="http://cdn.taboola.com/libtrc/impl.thin.233-25-RELEASE.js"></script>
+ <script src="http://rma-api.gravity.com/v1/beacons/initialize" type="text/javascript" async=""></script>
+ <meta charset="utf-8" />
+
+
+
+ <script>
+ var _timing = {
+ start: +new Date
+ }
+ </script>
+
+ <script>
+ window.adsEnabled = false;
+ </script>
+ <script src="/advertisement.ad.js"></script>
+
+ <meta name="application-name" content="Nintendo's first iPhone game will launch in December for $10" />
+ <link rel="dns-prefetch" href="//img-s-msn-com.akamaized.net" />
+ <link rel="dns-prefetch" href="//rad.msn.com" />
+ <link rel="dns-prefetch" href="//otf.msn.com" />
+ <link rel="dns-prefetch" href="//c.msn.com" />
+ <link rel="dns-prefetch" href="https://www.bing.com" />
+ <link rel="canonical" href="http://www.businessinsider.com/super-mario-run-december-15-2016-11" />
+ <link rel="alternate" hreflang="en-us" href="http://www.msn.com/en-us/news/technology/nintendos-first-iphone-game-will-launch-in-december-for-dollar10/ar-AAkm7Xj" />
+ <meta name="msapplication-TileColor" content="#1e1e1e" />
+ <meta name="msapplication-TileImage" content="//static-entertainment-eas-s-msn-com.akamaized.net/sc/1f/08ced4.png" />
+ <meta name="msapplication-config" content="none" />
+ <meta name="robots" content="noydir,noodp" />
+ <title>Nintendo's first iPhone game will launch in December for $10</title>
+ <meta name="description" content="Nintendo and Apple shocked the world earlier this year by announcing &quot;Super Mario Run,&quot; the legendary gaming company's first foray into mobile gaming.&amp;nbsp;" />
+ <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />
+
+ <link rel="stylesheet" href="//static-entertainment-eas-s-msn-com.akamaized.net/en-us/news/_sc/css/f5956224-33f50537/direction=ltr.locales=en-us.themes=gray.dpi=resolution1x/1d-2d54a3-c320eb31/67-24a32a-9b3d84c/9d-7d9df9-67946b1a/89-94bd60-2493cd4a/fb-a72050-68ddb2ab/31-aba714-4da0aefe/c2-0d1cb5-36306341/8e-ccb304-1ab72305/7b-001780-1acba18b/81-9e716d-a05cbb8/bc-940a47-fa021f28/69-addf22-ce195c52/45-cfbb14-a27d90c0/fa-04c8cf-1c1809bb/2a-889e8f-c97922b3/de-8e7afb-389087ec/ca-6a6499-63b4a5a4?ver=2.0.6163.81&amp;fdhead=muidflt9cf,muidflt14cf,muidflt50cf,muidflt301cf&amp;csopd=20161109200027&amp;csopdb=20161115221903" type="text/css" media="all" />
+ <script>
+ (function(n, t) {
+ function o(n, i, r) {
+ typeof n != "string" & amp; & amp;
+ (r = i, i = n, n = t);
+ i & amp; & amp;
+ i.splice || (r = i, i = []);
+ n == "c.dom" & amp; & amp;
+ (a = !0);
+ s(n, i, r)
+ }
+
+ function s(n, t, i, r) {
+ var e, o, s;
+ if (!n || !u[n]) {
+ if (e = g(n, t), !e) {
+ f.push(r || {
+ i: n,
+ d: t,
+ f: i
+ });
+ return
+ }
+ o = typeof i == "function";
+ s = a & amp; & amp;
+ o & amp; & amp;
+ n != "dap" & amp; & amp;
+ n != "adLoad" & amp; & amp;
+ t & amp; & amp;
+ (t.length != 1 || t[0] != "dap" & amp; & amp; t[0] != "c.dom");
+ s ? d(n, i, e, !0) : k(o, n, i, e)
+ }
+ }
+
+ function k(n, t, i, r) {
+ var u;
+ u = n ? i.apply(null, r) : i;
+ h(t, u)
+ }
+
+ function d(n, t, i, r) {
+ if (r) setTimeout(function() {
+ var r = t.apply(null, i);
+ h(n, r)
+ }, 1);
+ else {
+ var u = t.apply(null, i);
+ h(n, u)
+ }
+ }
+
+ function h(t, i) {
+ t & amp; & amp;
+ (i ? (u[t] = i, v()) : n.console & amp; & amp; console.error("Dependencies resolved, but object still not defined (or is otherwise falsey). id:" + t + "; typeof obj: " + typeof i))
+ }
+
+ function v() {
+ var r, u, n, t;
+ if (f.length & amp; & amp; !i) {
+ do
+ for (r = f, u = r.length, f = [], i = 1, t = 0; t & lt; u; t++) n = r[t], s(n.i, n.d, n.f, n); while (i & gt; 1);
+ i = 0
+ } else i & amp; & amp;
+ (i = 2)
+ }
+
+ function g(i, r) {
+ for (var s, v, h, f = [], c = r ? r.length : 0, o = 0; o & lt; c; o++) {
+ var l = r[o],
+ a = u[l],
+ y = typeof a != "undefined";
+ if (!y) {
+ if (s = b.exec(l), s)
+ if (v = s[1], h = n[v], h !== t) {
+ f.push(h);
+ continue
+ } else e || (e = setTimeout(nt, w));
+ break
+ }
+ f.push(a)
+ }
+ return c == f.length ? f : 0
+ }
+
+ function nt() {
+ e = 0;
+ v()
+ }
+
+ function tt(n, i, r) {
+ (typeof n != "object" || n & amp; & amp; n.splice) & amp; & amp;
+ (r = i, i = n, n = {});
+ i & amp; & amp;
+ i.splice || (r = i, i = []);
+ it(n.js);
+ r & amp; & amp;
+ s(t, i, r)
+ }
+
+ function it(n) {
+ if (typeof n == "string") y(n);
+ else if (n)
+ for (var t = 0; t & lt; n.length; t++) y(n[t])
+ }
+
+ function y(n) {
+ if (!l[n]) {
+ l[n] = 1;
+ var i = document.getElementsByTagName("script")[0],
+ t = document.createElement("script");
+ t.src = n;
+ t.onload = t.onreadystatechange = function() {
+ this.readyState & amp; & amp;
+ this.readyState != "loaded" & amp; & amp;
+ this.readyState != "complete" || (t.onload = t.onreadystatechange = null, t.parentNode & amp; & amp; t.parentNode.removeChild(t))
+ };
+ i.parentNode.insertBefore(t, i)
+ }
+ }
+
+ function rt(n) {
+ return p ? n ? r.now() : Math.round(r.now()) : new Date - c
+ }
+ var r = n.performance,
+ c = ((r || {}).timing || {}).navigationStart || (n._timing || {}).start || +new Date,
+ p = r & amp; & amp;
+ typeof r.now == "function", u = {
+ date: Date,
+ document: document,
+ image: Image,
+ localStorage: n.localStorage,
+ location: document.location,
+ navigator: navigator,
+ pageStart: c,
+ pageTime: rt,
+ screen: screen,
+ window: n
+ }, f = [], i, w = 50, e, l = {}, a = !1, b = /^window\.(.+)$/;
+ o.amd = {
+ jQuery: 1
+ };
+ o.is = function(n) {
+ return typeof u[n] != "undefined"
+ };
+ n.define = o;
+ n.require = tt
+ })(window);
+ define("perfPing", function() {
+ function n(n) {
+ require(["w3cTimer"], n)
+ }
+
+ function t(t) {
+ n(function(n) {
+ n.mark(t)
+ })
+ }
+
+ function i(t) {
+ n(function(n) {
+ n.fire();
+ typeof t == "function" & amp; & amp;
+ t(n.payload)
+ })
+ }
+ return {
+ setMarker: t,
+ getPayLoad: i
+ }
+ });
+ define("perfMarker", ["window"], function(n) {
+ function h() {
+ return e ? t.now() | 0 : i & amp; & amp;
+ s() - i
+ }
+ var t = n.performance,
+ r, f;
+ if (!t) return function() {};
+ var e = typeof t.now == "function",
+ o = typeof t.mark == "function",
+ i = (t.timing || {}).navigationStart,
+ s = typeof Date.now == "function" ? Date.now : function() {
+ return +new Date
+ },
+ u;
+ return u = n.console & amp; & amp;
+ typeof console.timeStamp == "function", r = n._pageTimings || (n._pageTimings = {}), f = !1,
+ function(n, e, s) {
+ var c, l;
+ typeof n != "string" || e & amp; & amp;
+ r[n] & amp; & amp;
+ !s || (c = typeof e == "number", c || (o & amp; & amp; t.mark(n), u & amp; & amp; console.timeStamp(n)), (e || f) & amp; & amp;
+ (l = c ? Math.round(e - i) : h(), r[n] = l))
+ }
+ });
+ require(["perfMarker"], function(n) {
+ function r(r) {
+ i || (t & amp; & amp; clearTimeout(t), n("TTAFImgs" + (r ? "_timeout" : ""), !0), define("c.ttafImgsReady", 1), i = !0)
+ }
+ var u = 0,
+ f = 1e4,
+ t, i;
+ window.imgTTAF = function(n, e) {
+ i || (t || (t = setTimeout(function() {
+ r(!0)
+ }, e || f)), ++u & gt; = n & amp; & amp; r())
+ }
+ })
+ </script>
+ <script async="async" src="//o.aolcdn.com/ads/adswrappermsni.js"></script>
+ <script async="async" src="//static-hp-eas.s-msn.com/_h/975a7d20/webcore/externalscripts/jquery/jquery-2.1.1.min.js" crossorigin="anonymous"></script>
+ <script async="async" src="//static-entertainment-eas-s-msn-com.akamaized.net/en-us/news/_sc/js/f5956224-4776a36/direction=ltr.locales=en-us.themes=gray.dpi=resolution1x/49-2a8cda-b7d27d44/a1-354c5c-f53fe61c/62-a7f569-3a1ed4ae/e4-70c980-5599dabd/53-3e778d-e76dbcc3/2f-d760ed-68ddb2ab/9d-498419-68ddb2ab/55-c2cf66-71a2afc2/c2-7cabbf-d1f8fb43/56-30e2d0-95526c6b/26-52c100-18b352d4?ver=2.0.6163.81&amp;fdhead=muidflt9cf,muidflt14cf,muidflt50cf,muidflt301cf&amp;csopd=20161109200027&amp;csopdb=20161115221903" crossorigin="anonymous"></script>
+ <script>
+ define("headData", ["evaluate", "document"], function(n, t) {
+ var r = t.getElementsByTagName("head")[0],
+ i, u, f;
+ return r ? (i = {}, u = r.getAttribute("data-js"), u & amp; & amp;
+ (i = n(u)), f = r.getAttribute("data-client-settings"), f & amp; & amp;
+ (i.clientSettings = n(f)), i.xdid = r.getAttribute("data-xd-id"), i.locale = t.getElementsByTagName("html")[0].getAttribute("lang").toLowerCase(), i) : {}
+ });
+ define("deviceGroup", function() {
+ return {
+ isTmx: 1,
+ isPc: 1
+ }
+ });
+ define("measure", function() {
+ return function(n, t) {
+ var i = window.getComputedStyle(n);
+ return t ? i[t] || i.getPropertyValue(t) : function(n) {
+ return i[n] || i.getPropertyValue(n)
+ }
+ }
+ });
+ define("deviceInit", function() {
+ function u(i) {
+ return n[t(i)]
+ }
+
+ function f(i) {
+ return n[t(i)] == "true"
+ }
+ var n = {},
+ t = function(n) {
+ return n.toUpperCase()
+ },
+ i, r = {
+ capability: u,
+ isCapable: f
+ };
+ return function(u) {
+ var f, e;
+ if (i) throw "device was already initialized.";
+ for (f in u) e = u[f], n[t(f)] = e;
+ i = 1;
+ define("device", r)
+ }
+ });
+ define("requestAnimationFrame", ["window"], function(n) {
+ return function() {
+ return n.requestAnimationFrame || n.webkitRequestAnimationFrame || n.mozRequestAnimationFrame || n.oRequestAnimationFrame || n.msRequestAnimationFrame || function(t) {
+ typeof t == "function" & amp; & amp;
+ n.setTimeout(t, 16.7)
+ }
+ }()
+ });
+ define("mediator", function() {
+ function i(n) {
+ return t[n] || (t[n] = new r), t[n]
+ }
+
+ function r() {
+ var n = {};
+ return {
+ pub: function(t, i) {
+ var u = n[t],
+ r;
+ if (u)
+ for (r = 0; r & lt; u.length; r++) u[r](i)
+ },
+ sub: function(t, i) {
+ if (typeof i == "function") {
+ var r = n[t];
+ r || (r = [], n[t] = r);
+ r.push(i)
+ }
+ },
+ unsub: function(t, i) {
+ var u = n[t],
+ r;
+ if (u)
+ for (r = 0; r & lt; u.length; r++) u[r] === i & amp; & amp;
+ u.splice(r--, 1)
+ }
+ }
+ }
+ var n = new r,
+ t = {};
+ return {
+ pub: n.pub,
+ sub: n.sub,
+ unsub: n.unsub,
+ pubChannel: function(n, t, r) {
+ i(t).pub(n, r)
+ },
+ subChannel: function(n, t, r) {
+ i(t).sub(n, r)
+ },
+ unsubChannel: function(n, t, r) {
+ i(t).unsub(n, r)
+ }
+ }
+ });
+ define("mediaQueryMatch", ["device", "deviceGroup", "mediator", "requestAnimationFrame", "window"], function(n, t, i, r, u) {
+ function s() {
+ function e(n, t) {
+ var i = n.exec(t);
+ return i ? i[1] * 16 : null
+ }
+
+ function n() {
+ r(function() {
+ t = u.innerWidth;
+ f = u.innerHeight;
+ for (var n = 0; n & lt; o.length; n++) h(o[n])
+ })
+ }
+
+ function h(n) {
+ var r = p(n),
+ t, i;
+ if (n.matches != r)
+ for (n.matches = r, i = 0; t = n.queryFunctions[i]; i++) typeof t == "function" & amp; & amp;
+ t()
+ }
+
+ function p(n) {
+ var i = !n.maxWidth || t & lt; = n.maxWidth, r = !n.minWidth || t & gt; = n.minWidth, u = !n.maxHeight || f & lt; = n.maxHeight, e = !n.minHeight || f & gt; = n.minHeight;
+ return i & amp; & amp;
+ r & amp; & amp;
+ u & amp; & amp;
+ e
+ }
+
+ function c(n) {
+ return {
+ isMatching: function() {
+ return !1
+ },
+ addListener: function() {},
+ matches: !1,
+ media: n,
+ queryFunctions: []
+ }
+ }
+ var l = /min\-width\:\s*(\d+(\.\d+)?)/,
+ a = /max\-width\:\s*(\d+(\.\d+)?)/,
+ v = /min\-height\:\s*(\d+(\.\d+)?)/,
+ y = /max\-height\:\s*(\d+(\.\d+)?)/,
+ t, f, o = [],
+ s;
+ return require(["jquery"], function(t) {
+ t(u).resize(function() {
+ clearTimeout(s);
+ s = setTimeout(n, 50)
+ });
+ require(["c.deferred"], n);
+ setTimeout(n, 500);
+ i.subChannel("update", "mediaQuery", n)
+ }),
+ function(i) {
+ if (!i) return c(i);
+ var r = {
+ addListener: function(n) {
+ typeof n == "function" & amp; & amp;
+ r.queryFunctions.push(n)
+ },
+ isMatching: function() {
+ return n(), r.matches
+ },
+ matches: !1,
+ media: i,
+ queryFunctions: []
+ };
+ return (r.minWidth = e(l, i), r.maxWidth = e(a, i), r.minHeight = e(v, i), r.maxHeight = e(y, i), !r.minWidth & amp; & amp; !r.maxWidth & amp; & amp; !r.minHeight & amp; & amp; !r.maxHeight) ? c(i) : (t = u.innerWidth, f = u.innerHeight, h(r), o.push(r), r)
+ }
+ }
+
+ function h(n) {
+ var t = f(n);
+ return t.isMatching = function() {
+ return t.matches
+ }, t
+ }
+ var f = u.msMatchMedia || u.matchMedia,
+ e = f ? h : null,
+ o = n.isCapable("UseCustomMatchMedia");
+ return !o & amp; & amp;
+ e || s()
+ });
+ define("scaledView", [], function() {
+ return {
+ addListener: function() {},
+ removeListener: function() {},
+ isScaled: function() {
+ return !1
+ }
+ }
+ });
+ require(["measure", "scaledView", "document"], function(n, t, i) {
+ function u() {
+ r = f.rem = parseFloat(n(i.getElementsByTagName("head")[0], "font-size"))
+ }
+
+ function f(n) {
+ return n * r
+ }
+
+ function e(n) {
+ return n / r
+ }
+ var r;
+ t.addListener(u);
+ u();
+ define("remToPixel", function() {
+ return f
+ });
+ define("pixelToRem", function() {
+ return e
+ })
+ });
+ define("viewAwareInit", ["deviceGroup", "pageTime", "mediaQueryMatch", "document", "remToPixel"], function(n, t, i, r) {
+ return function(t) {
+ function f(n, t) {
+ var r, u, f;
+ n & amp; & amp;
+ (r = n.match(/calc\((.*?)\)/), r & amp; & amp; r.length == 2 & amp; & amp;
+ (n = n.replace(r[0], eval(r[1]))), u = i(n), f = u.isMatching(), f & amp; & amp;
+ (e = t), u.addListener(function() {
+ u.matches & amp; & amp;
+ s(t)
+ }), h.push({
+ mq: u,
+ viewValue: t
+ }))
+ }
+
+ function s(n) {
+ e = n;
+ for (var t = 0; t & lt; o.length; t++) o[t](e)
+ }
+ var u = {
+ NONE: 0,
+ SIZE1COLUMN: 1,
+ SIZE2COLUMN: 2,
+ SIZE3COLUMN: 4,
+ SIZE4COLUMN: 8,
+ SIZE12COLUMN: 3,
+ SIZE23COLUMN: 6,
+ SIZE34COLUMN: 12,
+ SIZE234COLUMN: 14,
+ SIZE1ROW: 256,
+ SIZE1ROWSIZE1COLUMN: 257,
+ SIZE1ROWSIZE2COLUMN: 258,
+ SIZE1ROWSIZE3COLUMN: 260,
+ SIZE1ROWSIZE4COLUMN: 264,
+ SIZE2ROW: 512,
+ SIZE2ROWSIZE1COLUMN: 513,
+ SIZE2ROWSIZE2COLUMN: 514,
+ SIZE2ROWSIZE3COLUMN: 516,
+ SIZE2ROWSIZE4COLUMN: 520,
+ ALL: 783
+ },
+ o = [],
+ h = [],
+ e = n.isMobile ? u.SIZE1ROWSIZE1COLUMN : u.SIZE2ROWSIZE4COLUMN;
+ f(t.size1rowsize1column, u.SIZE1ROWSIZE1COLUMN);
+ f(t.size2rowsize1column, u.SIZE2ROWSIZE1COLUMN);
+ f(t.size1rowsize2column, u.SIZE1ROWSIZE2COLUMN);
+ f(t.size2rowsize2column, u.SIZE2ROWSIZE2COLUMN);
+ f(t.size1rowsize3column, u.SIZE1ROWSIZE3COLUMN);
+ f(t.size2rowsize3column, u.SIZE2ROWSIZE3COLUMN);
+ f(t.size1rowsize4column, u.SIZE1ROWSIZE4COLUMN);
+ f(t.size2rowsize4column, u.SIZE2ROWSIZE4COLUMN);
+ s(e);
+ define("viewAware", {
+ listen: function(n) {
+ typeof n == "function" & amp; & amp;
+ (o.push(n), n(e))
+ },
+ views: u,
+ currentView: function() {
+ return e
+ }
+ })
+ }
+ });
+ define("evaluate", function() {
+ return window.JSON & amp; & amp;
+ window.JSON.parse || function(n) {
+ return eval("(" + n + ")")
+ }
+ });
+ define("screenDpiImpl", ["window"], function(n) {
+ return function() {
+ return n.devicePixelRatio || 1
+ }
+ });
+ define("dpi", ["screenDpiImpl", "headData", "measure", "deviceGroup", "document", "window", "location"], function(n, t, i, r, u, f, e) {
+ var a = t.dpi || 1,
+ o = {
+ screen: 1,
+ detected: t.ddpi,
+ override: t.dpio,
+ forceServerDpi: t.forcedpi || !(typeof navigator.msManipulationViewsEnabled == "undefined" ? !0 : navigator.msManipulationViewsEnabled),
+ server: a,
+ client: a,
+ dpiMultiplier: 1,
+ sizeMultiplier: 1,
+ refresh: !1
+ },
+ h, v, s, c, l;
+ if (e.href.indexOf("nodpi=1") == -1 & amp; & amp;
+ (o.screen = n(o)), h = r.isMobile ? [1.5, 2.25, 2.4, 2.7] : [1, 1.4, 1.8, 2], v = /&lt;link[^&gt;]*rel="stylesheet"[^&gt;]*href="([^"]*)"[^&gt;]*\/&gt;/ig, o.forceServerDpi === !0) t.dpi = t.ddpi;
+ else if (o.server != o.screen) {
+ for (s = 0; s & lt; h.length; s++)
+ if (c = h[s], o.screen & lt; = c || s == h.length - 1) {
+ o.dpiMultiplier = (o.client = c) / o.server;
+ break
+ }
+ o.client != o.server & amp; & amp;
+ (u.cookie = "dpio=" + o.client + ";path=/", o.refresh & amp; & amp; e.href.indexOf("dpir=1") == -1 & amp; & amp; e.href.indexOf("dpio=") == -1 & amp; & amp; require(["navigation"], function(n) {
+ var t = e.href.replace(/dpio=[\d.]*/, "");
+ t += (t.indexOf("?") == -1 ? "?" : "&amp;") + "dpir=1";
+ n.navigate(t, !0)
+ }))
+ }
+ return l = parseFloat(i(u.documentElement, "font-size")), l & amp; & amp;
+ (o.sizeMultiplier = l / 10 / o.client), o
+ });
+ define("escape", ["window"], function(n) {
+ function r(t) {
+ return t != null & amp; & amp;
+ n.encodeURI(t) || ""
+ }
+
+ function u(t) {
+ return t != null & amp; & amp;
+ n.encodeURIComponent(t) || ""
+ }
+
+ function f(n) {
+ return n != null & amp; & amp;
+ ("" + n).replace(t, function(n) {
+ return i[n] || ""
+ }) || ""
+ }
+ var t = /["&amp;'\/&lt;&gt;]/g,
+ i = {
+ '"': "&amp;quot;",
+ "&amp;": "&amp;amp;",
+ "'": "&amp;#39;",
+ "/": "&amp;#47;",
+ "&lt;": "&amp;lt;",
+ "&gt;": "&amp;gt;"
+ };
+ return {
+ url: r,
+ urlPart: u,
+ html: f
+ }
+ });
+ define("classList", function() {
+ function i(n) {
+ return t[n] || (t[n] = new RegExp("(\\s|^)" + n + "(\\s|$)"))
+ }
+
+ function n(n, t) {
+ return n ? n.classList ? n.classList.contains(t) : n.className ? n.className.match(i(t)) : !1 : !1
+ }
+
+ function r(t, i) {
+ t & amp; & amp;
+ (t.classList ? t.classList.add(i) : n(t, i) || (t.className += " " + i))
+ }
+
+ function f(t, i) {
+ t & amp; & amp;
+ (t.classList ? t.classList.toggle(i) : n(t, i) ? u(t, i) : r(t, i))
+ }
+
+ function u(t, r) {
+ t & amp; & amp;
+ (t.classList ? t.classList.remove(r) : n(t, r) & amp; & amp;
+ (t.className = t.className ? t.className.replace(i(r), " ") : !1))
+ }
+ var t = [];
+ return {
+ add: r,
+ remove: u,
+ toggle: f,
+ contains: n
+ }
+ });
+ define("viewport", ["mediator", "requestAnimationFrame", "window", "document"], function(n, t, i, r) {
+ function kt() {
+ l = at();
+ a = lt();
+ (l != s || a != f) & amp; & amp;
+ (u = !0, e = !0)
+ }
+
+ function g() {
+ return {
+ left: s,
+ right: et,
+ top: f,
+ bottom: ot,
+ width: h,
+ height: c
+ }
+ }
+
+ function ht() {
+ u & amp; & amp;
+ (s = l || at(), f = a || lt(), l = a = null, !nt & amp; & amp; f & gt; yt & amp; & amp;
+ (nt = !0, setTimeout(function() {
+ define("c.scrolled", 1)
+ }, ft)));
+ o & amp; & amp;
+ (h = i.innerWidth || r.documentElement.clientWidth, c = i.innerHeight || r.documentElement.clientHeight);
+ (u || o) & amp; & amp;
+ (et = s + h, ot = f + c);
+ u = o = !1
+ }
+
+ function w() {
+ if (e) {
+ pt = new Date;
+ e = !1;
+ var i = o,
+ r = u,
+ l = h,
+ a = c,
+ v = s,
+ y = f;
+ ht();
+ i = i & amp; & amp;
+ (a != c || l != h);
+ r = r & amp; & amp;
+ (v != s || y != f);
+ i || r ? (b || (b = setTimeout(function() {
+ b = 0;
+ var t = g();
+ n.pub(tt, t);
+ r & amp; & amp;
+ n.pub(it, t);
+ i & amp; & amp;
+ n.pub(rt, t)
+ }, ft)), dt(), setTimeout(w, ut)) : t(w)
+ } else t(w)
+ }
+
+ function dt() {
+ v & amp; & amp;
+ (st = +new Date, y || (y = setTimeout(function t() {
+ y = v = !1;
+ var i = new Date - st;
+ i & gt;
+ d ? n.pub(bt, k) : y = setTimeout(t, d - i)
+ }, d)))
+ }
+
+ function ct() {
+ u = !0;
+ o = !0;
+ e = !0
+ }
+
+ function lt() {
+ if (typeof pageYOffset != "undefined") return pageYOffset;
+ var t = r.body,
+ n = r.documentElement;
+ return n = n.clientHeight ? n : t, n.scrollTop
+ }
+
+ function at() {
+ if (typeof i.pageXOffset != "undefined") return i.pageXOffset;
+ var t = r.body,
+ n = r.documentElement;
+ return n = n.clientWidth ? n : t, n.scrollLeft
+ }
+
+ function gt(n) {
+ for (var i = null, t; n & amp; & amp; n.nodeName != "BODY" & amp; & amp; n.nodeName != "HTML";) {
+ if (t = n.getAttribute(wt), t) {
+ t = t.split(";");
+ i = {
+ x: parseInt(t[0]) || 0,
+ y: parseInt(t[1]) || 0
+ };
+ break
+ }
+ n = n.parentNode
+ }
+ return i
+ }
+
+ function ni(n, t, i, r) {
+ var u = n.getBoundingClientRect();
+ if (!u.top & amp; & amp; !u.right & amp; & amp; !u.bottom & amp; & amp; !u.left) return 0;
+ r || (r = g());
+ var o = r.width * (t || 0),
+ s = r.height * (i || 0),
+ h = {
+ left: -o,
+ right: r.width + o,
+ top: 0 - s,
+ bottom: r.bottom + s
+ },
+ f = {
+ left: u.left,
+ right: u.right,
+ top: u.top,
+ bottom: u.bottom
+ },
+ e = gt(n.parentNode);
+ return e & amp; & amp;
+ (f.left += e.x, f.right += e.x, f.top += e.y, f.bottom += e.y), ti(h, f)
+ }
+
+ function ti(n, t) {
+ return !(t.left & gt; n.right || t.right & lt; n.left || t.top & gt; n.bottom || t.bottom & lt; n.top)
+ }
+
+ function vt(n, t) {
+ i.addEventListener(n, t, !1)
+ }
+ var e = !0,
+ u = !0,
+ o = !0,
+ l = null,
+ a = null,
+ yt = 10,
+ nt, tt = "viewport_change",
+ it = "viewport_scroll_change",
+ rt = "viewport_size_change",
+ ut = parseInt("") || 200,
+ ft = 50,
+ b, s = 0,
+ et = 0,
+ f = 0,
+ ot = 0,
+ h = 0,
+ c = 0,
+ pt, wt = "data-offset",
+ k = "",
+ v = !1,
+ y = 0,
+ d = 1e3,
+ st, bt = "ViewabilityUpdatedEvent",
+ p;
+ return ht(), require(["c.dom"], ct), p = "c.deferred", require([p], function() {
+ i.setInterval(kt, ut);
+ t(w)
+ }), require([p], ct), vt("resize", function() {
+ v = !0;
+ k = "resize";
+ o = !0;
+ e = !0
+ }), vt("scroll", function() {
+ v = !0;
+ k = "scroll";
+ u = !0;
+ e = !0
+ }), {
+ getDimensions: function() {
+ return g()
+ },
+ changeEventName: tt,
+ sizeChangeEventName: rt,
+ scrollChangeEventName: it,
+ isInViewport: ni,
+ deferredCanaryName: p
+ }
+ });
+ require(["window"], function(n) {
+ n._llic = function(n) {
+ require(["imgSrc"], function(t) {
+ t.checkLoad(n)
+ })
+ }
+ });
+ define("imgSrc", ["viewAware", "measure", "dpi", "evaluate", "mediator", "viewport", "classList", "window", "document", "image", "headData", "logging", "perfMarker"], function(n, t, i, r, u, f, e, o, s, h, c, l) {
+ function ai() {
+ u.sub(f.changeEventName, function(n) {
+ var t = Math.abs(n.left - w.left + n.width - w.width),
+ i = Math.abs(n.top - w.top + n.height - w.height);
+ (t & gt; vt() || i & gt; yt()) & amp; & amp;
+ (vt = function() {
+ return n.width / 4
+ }, yt = function() {
+ return n.height / 4
+ }, w = n, b())
+ })
+ }
+
+ function vi() {
+ y = []
+ }
+
+ function yi(n, t) {
+ var i = n.getAttribute(t);
+ if (i) try {
+ return r(i)
+ } catch (u) {
+ l.error("[imgSrc] error evaluating the '" + t + "' attribute: '" + i + "'", u)
+ }
+ }
+
+ function pi(n, t) {
+ var u = !1,
+ i = st(n),
+ r;
+ return i & amp; & amp;
+ i.src & amp; & amp;
+ t & amp; & amp;
+ typeof t.find == "function" & amp; & amp;
+ typeof t.filter == "function" & amp; & amp;
+ (r = t.find("img[data-src]").filter(function() {
+ return this.imgSrcObj & amp; & amp;
+ this.imgSrcObj.loadedSrc == i.src
+ }), r.length & amp; & amp;
+ (i.loadingSrc = i.src, n.imgSrcObj = i, ii(n, i, r[0]), u = !0)), u
+ }
+
+ function st(n, t) {
+ var i = yi(n, ci),
+ f, r, u;
+ if (i) {
+ if (f = i.dpi || 1, i = i[a] !== t ? i[a] : i[v] !== t ? i[v] : i["default"], r = typeof i, r == "string") i = {
+ src: i
+ };
+ else if (r != "object" || !i) return null;
+ return i.dpi = f, i.src ? (u = i.src.indexOf("//"), u & gt; 0 & amp; & amp;
+ (i.src = i.src.substring(u)), i.src = ki(i.src, ei)) : i.src = bt, i
+ }
+ return null
+ }
+
+ function dt(n, t) {
+ var i, r;
+ return n.onload = null, kt & amp; & amp;
+ (i = st(n), i & amp; & amp;
+ (r = kt == 2 || i.load != "wait" & amp; & amp; i.load != "defer" & amp; & amp; !e.contains(n, "wait") & amp; & amp; !e.contains(n, "defer") & amp; & amp; !n.getAttribute(it) & amp; & amp; gt(n) & amp; & amp; ht(n, i) & amp; & amp;
+ (t || f.isInViewport(n, 0, 0)), r & amp; & amp; k(n, i, !0))), r
+ }
+
+ function wi(t) {
+ var i = g & amp; & amp;
+ g != t;
+ g = t;
+ switch (t) {
+ case n.views.SIZE1ROWSIZE1COLUMN:
+ a = "size1rowsize1column";
+ v = "size1column";
+ break;
+ case n.views.SIZE2ROWSIZE1COLUMN:
+ a = "size2rowsize1column";
+ v = "size1column";
+ break;
+ case n.views.SIZE1ROWSIZE2COLUMN:
+ a = "size1rowsize2column";
+ v = "size2column";
+ break;
+ case n.views.SIZE2ROWSIZE2COLUMN:
+ a = "size2rowsize2column";
+ v = "size2column";
+ break;
+ case n.views.SIZE1ROWSIZE3COLUMN:
+ a = "size1rowsize3column";
+ v = "size3column";
+ break;
+ case n.views.SIZE2ROWSIZE3COLUMN:
+ a = "size2rowsize3column";
+ v = "size3column";
+ break;
+ case n.views.SIZE1ROWSIZE4COLUMN:
+ a = "size1rowsize4column";
+ v = "size4column";
+ break;
+ default:
+ a = "size2rowsize4column";
+ v = "size4column"
+ }
+ i & amp; & amp;
+ b()
+ }
+
+ function bi(n) {
+ return (n || s).getElementsByTagName("img")
+ }
+
+ function b(n) {
+ var o, u, i;
+ if (ot)
+ for (o = 0, u = bi(n), i = 0; i & lt; u.length; i++) {
+ var t = u[i],
+ r = ri(t),
+ s = r & amp; & amp;
+ r.load != "wait" & amp; & amp;
+ !e.contains(t, "wait") & amp; & amp;
+ !t.getAttribute(it) & amp; & amp;
+ ht(t, r) & amp; & amp;
+ (e.contains(t, "defer") || gt(t) & amp; & amp; f.isInViewport(t, si, hi));
+ s & amp; & amp;
+ (o++, k(t, r))
+ }
+ }
+
+ function gt(n) {
+ do {
+ if (t(n, "display") == "none") return !1;
+ n = n.parentNode
+ } while (n & amp; & amp; n.nodeName != "BODY");
+ return !0
+ }
+
+ function ki(n, t) {
+ var i = n.match(li);
+ return i & amp; & amp;
+ i[p] != t ? n.replace(i[0], i[0].replace(i[p], t)) : n
+ }
+
+ function di(n, t) {
+ var r = n.match(pt),
+ u, i, f;
+ return r & amp; & amp;
+ (u = r[p] * t + .5 | 0, n = n.replace(r[0], r[0].replace(r[p], u))), i = n.match(wt), i & amp; & amp;
+ (f = i[p] * t + .5 | 0, n = n.replace(i[0], i[0].replace(i[p], f))), n
+ }
+
+ function gi() {
+ tt = clearTimeout(tt)
+ }
+
+ function ni() {
+ tt = setTimeout(function() {
+ var t, n;
+ for (ct = !0, t = 0; t & lt; y.length; t++) n = y[t], n.showFn & amp; & amp;
+ (n.showFn(), n.showFn = null, n.shown = !0)
+ }, oi)
+ }
+
+ function ti(n, t, i) {
+ var u = n.imgSrcObj,
+ f, e, o, r;
+ if (i.src == u.loadingSrc) {
+ if (ct || u.shown) {
+ t();
+ return
+ }
+ for (u.showFn = t, f = 0; f & lt; u.id; f++)
+ if (e = y[f], e.isInViewport & amp; & amp; !e.shown) {
+ if (e.loadingSrc.load != u.loadingSrc.load) continue;
+ ni();
+ return
+ }
+ for (o = u.id; o & lt; y.length; o++)
+ if (r = y[o], !r.shown & amp; & amp; r.isInViewport)
+ if (r.showFn) gi(), r.showFn(), r.showFn = null, r.shown = !0;
+ else {
+ ni();
+ return
+ }
+ }
+ }
+
+ function nr(n, t, i) {
+ var r = d(n);
+ t.src == r.loadingSrc & amp; & amp;
+ (t.lowq & amp; & amp; i.loadingSrc == t.lowq ? (t.lowqLoaded = !0, e.remove(n, at), k(n, t)) : (n.src = t.src, e.remove(n, ft), e.remove(n, et), e.add(n, ut)))
+ }
+
+ function ii(n, t, r) {
+ var u = d(n);
+ t.src == u.loadingSrc & amp; & amp;
+ (u.loadedSrc = t.src, i.sizeMultiplier & gt; 1 & amp; & amp;
+ (n.width = r.width * i.sizeMultiplier + .5 | 0), n.removeAttribute("height"), n.src = r.src, t.lowq & amp; & amp; r.loadingSrc == t.lowq ? (t.lowqLoaded = !0, e.remove(n, at), k(n, t)) : (e.add(n, et), e.remove(n, ut), e.remove(n, ft)))
+ }
+
+ function ht(n, t) {
+ if (!t || !t.src) return !1;
+ var i = d(n);
+ return i.loadedSrc != t.src & amp; & amp;
+ t.src != i.loadingSrc
+ }
+
+ function ri(n, t) {
+ if (!n) return null;
+ if (t) t.src || (t = {
+ src: t
+ });
+ else {
+ if (t = st(n), !t) return null;
+ var r = t.dpi || 1;
+ r != i.client & amp; & amp;
+ (t.src = di(t.src, i.client / r))
+ }
+ return t
+ }
+
+ function ui(n, t) {
+ n & amp; & amp;
+ (t = ri(n, t), ht(n, t) & amp; & amp; k(n, t))
+ }
+
+ function d(n) {
+ var t = n.imgSrcObj;
+ return t || n.nodeName != "IMG" || (t = {
+ img: n,
+ id: y.length
+ }, n.imgSrcObj = t, y[n.imgSrcObj.id] = t), t
+ }
+
+ function k(n, t) {
+ var r = d(n, t),
+ u, i;
+ r.isInViewport === undefined & amp; & amp;
+ (r.isInViewport = !0);
+ r.loadingSrc = t.src;
+ t.w & amp; & amp;
+ t.h ? n.setAttribute(rt, "width:" + t.w + "rem;height:" + t.h + "rem;") : n.hasAttribute(rt) & amp; & amp;
+ n.removeAttribute(rt);
+ e.add(n, ft);
+ e.remove(n, et);
+ e.remove(n, ut);
+ u = (t.lowqLoaded ? null : t.lowq) || t.src;
+ i = new h;
+ i.onload = function() {
+ i.onload = null;
+ i.onerror = null;
+ ti(n, function() {
+ ii(n, t, i)
+ }, t)
+ };
+ i.onerror = function() {
+ i.onload = null;
+ i.onerror = null;
+ ti(n, function() {
+ nr(n, t, i)
+ }, t)
+ };
+ i.src = i.loadingSrc = u
+ }
+ var g, a, v, nt = (c.clientSettings || {}).imgsrc || {},
+ ei = nt.quality_high || 60,
+ tr = nt.quality_low || 5,
+ oi = nt.order_timeout || 1e3,
+ si = 1,
+ hi = 1,
+ ct = !1,
+ tt, lt = 100 * i.client,
+ it = "data-noupdate",
+ ci = "data-src",
+ rt = "style",
+ ut = "err",
+ ft = "loading",
+ et = "loaded",
+ at = "lowq",
+ vt = function() {
+ return 10
+ },
+ yt = function() {
+ return 10
+ },
+ y = [],
+ p = 2,
+ pt = /([?&amp;]w=|_w)(\d+)/,
+ wt = /([?&amp;]h=|_h)(\d+)/,
+ li = /([?&amp;]q=|_q)(\d+)/,
+ bt = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7",
+ kt = {
+ all: 0,
+ auto: 1,
+ none: 2
+ }[(location.search.match(/[?&amp;]llibf=([^&amp;#]+)/i) || [])[1]] || 1,
+ w, ot;
+ return o._llic = dt, w = f.getDimensions(), n.listen(wi), ot = !1, require(["c.deferred"], function() {
+ ot = !0;
+ ai();
+ b()
+ }), o.loadDeferredImages = b, {
+ go: ui,
+ reset: ui,
+ noUpdate: it,
+ data: bt,
+ checkLoad: dt,
+ isInViewport: f.isInViewport,
+ loadInViewport: b,
+ dataOffsetAttr: "data-offset",
+ force: pi,
+ clearImages: vi
+ }
+ });
+ define("imageLoad", ["imgSrc", "classList", "document", "pageTime", "window"], function(n, t, i, r, u) {
+ function a() {
+ c();
+ n.isInViewport ? y() : f(i.querySelectorAll("main img[data-src]"), s)
+ }
+
+ function v(n, t) {
+ typeof n == "string" & amp; & amp;
+ (n = i.querySelector(n));
+ c(n);
+ o(n, t)
+ }
+
+ function s(n) {
+ var i;
+ !n || n.src & amp; & amp;
+ (t.contains(n, "loaded") || t.contains(n, "loading")) || l(n, i) & amp; & amp;
+ n.setAttribute("data-initial-set", "true")
+ }
+
+ function y() {
+ function u(i) {
+ var u = !1,
+ f;
+ return !t.contains(i, "mestripeouter") & amp; & amp;
+ i.querySelector("img[data-src]") & amp; & amp;
+ (f = n.isInViewport(i, 0, 0), f ? (r = !0, o(i)) : r & amp; & amp;
+ (u = !0)), u
+ }
+ var r;
+ h(i.getElementById("precontent"));
+ f((i.getElementById("main") || {}).childNodes, u);
+ h(i.getElementById("aside"))
+ }
+
+ function h(t) {
+ var i = !1;
+ return t & amp; & amp;
+ t.querySelector("img[data-src]") & amp; & amp;
+ n.isInViewport(t, 0, 0) & amp; & amp;
+ (i = !0, o(t)), i
+ }
+
+ function c(n) {
+ e(".ip .swipenav&gt;li:first-child+li img,.carousel .slides li+li img", "defer", n);
+ e(".sip .swipenav&gt;li:first-child+li img,.carousel .slides li+li img", "defer", n);
+ e(".ip .swipenav&gt;li+li+li img", "wait", n);
+ e(".sip .swipenav&gt;li+li+li img", "wait", n)
+ }
+
+ function f(n, t) {
+ var i, r;
+ if (n & amp; & amp; n.length)
+ for (i = 0; r = n[i]; ++i)
+ if (r.nodeType == 1 & amp; & amp; t(r)) break
+ }
+
+ function e(n, r, u) {
+ f((u || i).querySelectorAll(n), function(n) {
+ t.add(n, r)
+ })
+ }
+
+ function o(n, t) {
+ f(n.querySelectorAll("img[data-src]"), function(n) {
+ s(n, t)
+ })
+ }
+ var l = n.checkLoad || u._llic;
+ return {
+ cleanup: a,
+ module: v
+ }
+ });
+ define("adCommon", ["document", "pageTime", "classList", "headData", "viewAware"], function(n, t, i, r, u) {
+ function s(n, t, i) {
+ n & amp; & amp;
+ typeof t == "function" & amp; & amp;
+ i & amp; & amp;
+ (i[n] ? i[n].push(t) : i[n] = [t])
+ }
+
+ function h(n, t, i, r) {
+ var f, u;
+ t & amp; & amp;
+ i & amp; & amp;
+ (f = 5, t.divid = t.divid || t.divName, t.msnSdkName = r, u = setInterval(function() {
+ if (i[n] & amp; & amp; i[n].length) {
+ for (var r = 0; r & lt; i[n].length; r++) i[n][r](t);
+ clearInterval(u)
+ } else f-- || clearInterval(u)
+ }, 500))
+ }
+
+ function c(n, t, i) {
+ n & amp; & amp;
+ t & amp; & amp;
+ i !== null & amp; & amp;
+ typeof i != undefined & amp; & amp;
+ (n[t] = i)
+ }
+
+ function l() {
+ var t = n.body,
+ r;
+ return t & amp; & amp;
+ (r = i.contains(t, "startpage") ? "homepage" : i.contains(t, "ap") ? "article" : i.contains(t, "gp") ? "gallery" : i.contains(t, "homepage") ? "vlp" : i.contains(t, "structured") ? "structured" : "NA"), r
+ }
+
+ function a() {
+ return o("MUID")
+ }
+
+ function v() {
+ var n = r.locale.split("-");
+ return n.length & gt;
+ 1 ? n[1].toUpperCase() : null
+ }
+
+ function y() {
+ return o("TOptOut")
+ }
+
+ function f(t, i) {
+ return i & amp; & amp;
+ i.forcefulVisibilityInEffect ? i.forceVisibilityOn : i & amp; & amp;
+ i.options & amp; & amp;
+ i.options.scrollInit ? t & amp; & amp;
+ (t.top || t.bottom || t.left || t.right) & amp; & amp;
+ t.top & lt; = (window.innerHeight || n.documentElement.clientHeight) & amp; & amp;
+ t.bottom & gt; = 0 & amp; & amp;
+ t.left & lt; = (window.innerWidth || n.documentElement.clientWidth) & amp; & amp;
+ t.right & gt; = 0: !0
+ }
+
+ function p(t, r, u, f, e) {
+ var o = e || ((n.getElementById(t) || {}).parentNode || {}).parentNode,
+ s, h;
+ o & amp; & amp;
+ (((o.querySelector(".adchoices,.adchoicesjs") || {}).style || {}).display = f ? "block" : "none", r) & amp; & amp;
+ (s = i.contains(o, "widead"), u || s) & amp; & amp;
+ (o.style.display = "", o.style.visibility = "visible", s & amp; & amp;
+ (h = o.querySelector(".outeradcontainer"), h & amp; & amp;
+ (h.style.display = "inline-block")))
+ }
+
+ function w(n, i, r, u) {
+ if (n & amp; & amp; i) {
+ var f = t();
+ n[i] || (n[i] = {});
+ r ? n[i].st = f : (n[i].en = f, u & amp; & amp;
+ (n[i].r = u))
+ }
+ }
+
+ function b(n, t) {
+ n & amp; & amp;
+ (n.forcefulVisibilityInEffect || (n.clientRect = n.elem.getBoundingClientRect()), n.isVisible = f(n.clientRect, n), n.canBeDisplayed = e(n, t) & amp; & amp; !n.shouldHideAds, n.canBeDisplayed |= n.forceDisplayOn || n.canBeDisplayed)
+ }
+
+ function e(n, t) {
+ return t = t || u.currentView(), !!(t & amp; n.allowedViews)
+ }
+
+ function o(t) {
+ var r = new RegExp("\\b" + t + "\\s*=\\s*([^;]*)", "i"),
+ i = r.exec(n.cookie);
+ return i & amp; & amp;
+ i.length & gt;
+ 1 ? i[1] : ""
+ }
+
+ function k() {
+ return window.performance & amp; & amp;
+ typeof window.performance.now == "function" ? window.performance.now() : (new Date).getTime()
+ }
+ return {
+ addEventListener: s,
+ callEventHandlers: h,
+ eventTypes: {
+ AdRequested: "AdRequested",
+ BeforeAdRender: "BeforeAdRender",
+ AdRefreshed: "AdRefreshed",
+ ErrorOccurred: "ErrorOccurred",
+ AdNoBid: "AdNoBid"
+ },
+ isPlacementVisible: f,
+ setAdContainerDisplayState: p,
+ updateElementData: c,
+ isAllowedInView: e,
+ recordTiming: w,
+ checkAndSetAdVisibility: b,
+ getPageType: l,
+ getOptOut: y,
+ getMuid: a,
+ getCountryCode: v,
+ getCurrentTime: k
+ }
+ });
+ define("dap", ["viewAware", "document", "adCommon", "dapmgr", "evaluate", "classList", "viewport", "pageTime"], function(n, t, i, r, u, f, e) {
+ function s(s, y, d, et, ot, st) {
+ function ri() {
+ var r = st & amp; & amp;
+ st.forcefulVisibility, u = st & amp; & amp;
+ st.forcefulDisplay, e = r === !0, o = u === !0, t, i, n;
+ (c == undefined & amp; & amp;
+ (c = st & amp; & amp; st.adaptiveRefresh === !0, c & amp; & amp; typeof st.adaptiveRefreshInterval == "number" & amp; & amp;
+ (p = st.adaptiveRefreshInterval || p), c = !0), t = lt & amp; & amp; lt.parentNode & amp; & amp; lt.parentNode.parentNode, i = ut, t) & amp; & amp;
+ (f.contains(t, "widead") ? i = rt : f.contains(t, "groupad") & amp; & amp;
+ (i = ft), n = b[et], typeof n != "number" & amp; & amp;
+ (n = tt++, b[et] = n), ht = {
+ params: s,
+ width: y,
+ height: d,
+ htmlid: et,
+ options: st || {},
+ allowedViews: oi(),
+ sizeCharacteristics: {},
+ clientRect: lt.getBoundingClientRect(),
+ isRendered: !1,
+ isLoaded: !1,
+ isVisible: !1,
+ canBeDisplayed: !1,
+ forcefulDisplayInEffect: o || u === !1,
+ forceDisplayOn: o,
+ forcefulVisibilityInEffect: e || r === !1,
+ forceVisibilityOn: e,
+ canDisplayAdChoices: !1,
+ isMonitored: !1,
+ elem: lt,
+ adType: i,
+ idx: v.length,
+ telemetry: {},
+ currentRefreshCount: n,
+ friendlyId: "",
+ pg: "",
+ shouldHideAds: bt,
+ completionCb: ai,
+ refreshAd: gt,
+ rd: p
+ }, ht.friendlyId = ht.htmlid.substr(0, it) + "_" + ht.idx, ht.pg = hi(s), v.push(ht), ui(), si())
+ }
+
+ function ui() {
+ o ? (o.sub(e.scrollChangeEventName, at), o.sub("adrefresh", gt)) : require(["mediator"], function(n) {
+ o = n;
+ o.sub(e.scrollChangeEventName, at);
+ st.enableAdRefresh & amp; & amp;
+ o.sub("adrefresh", gt)
+ })
+ }
+
+ function fi() {
+ o ? o.sub(e.scrollChangeEventName, at) : require(["mediator"], function(n) {
+ o = n;
+ o.sub(e.scrollChangeEventName, at)
+ })
+ }
+
+ function ni() {
+ o ? o.unsub(e.scrollChangeEventName, at) : require(["mediator"], function(n) {
+ o = n;
+ o.unsub(e.scrollChangeEventName, at)
+ })
+ }
+
+ function at() {
+ vt()
+ }
+
+ function ei() {
+ require(["adDetection"], function(n) {
+ ht.detectionObject = n(ht);
+ ht.detectionObject.startDetection()
+ })
+ }
+
+ function vt() {
+ !ht || pt || ht.isRendered || (i.checkAndSetAdVisibility(ht, ct), i.setAdContainerDisplayState(ht.htmlid, ht.isVisible, ht.canBeDisplayed || ht.isRendered, ht.canDisplayAdChoices), ht.isVisible & amp; & amp; ht.canBeDisplayed) & amp; & amp;
+ (r.sandboxOptions = ht.options.sandbox, r.useXDomainIframe = ht.options.useXDomainFrame, i.recordTiming(ht.telemetry, "dap", !0, null), r.renderAd(ht.htmlid, ht.params, ht.width, ht.height, !1, ht), i.recordTiming(ht.telemetry, "dap", !1, ""), ht.st = i.getCurrentTime(), ++k, ht.isRendered = !0, r.useXDomainIframe || ei(), ni(), h || (dt(), l = ti()), wt())
+ }
+
+ function ti() {
+ var t = n.views;
+ return ct & amp;
+ t.SIZE1COLUMN & amp; & amp;
+ 1 || ct & amp;
+ t.SIZE2COLUMN & amp; & amp;
+ 2 || ct & amp;
+ t.SIZE3COLUMN & amp; & amp;
+ 3 || ct & amp;
+ t.SIZE4COLUMN & amp; & amp;
+ 4 || 0
+ }
+
+ function oi() {
+ var t, i;
+ return lt & amp; & amp;
+ (t = lt.getAttribute("data-adjs"), i = u(t).allowedViews, t) ? n.views[i] || n.views.NONE: null
+ }
+
+ function si() {
+ ht & amp; & amp;
+ vt()
+ }
+
+ function hi(n) {
+ return (ii.exec(n) || {})[1] || ""
+ }
+
+ function wt() {
+ var n = '{"w":' + a + ',"h":' + w + ',"c":' + l + ',"v":' + (ht.isVisible ? 1 : 0) + ',"d":' + (ht.canBeDisplayed ? 1 : 0) + ',"r":' + (ht.isRendered ? 1 : 0) + ',"s":' + yt + "}";
+ ht.elem.setAttribute("data-ad", n)
+ }
+
+ function dt() {
+ var n = e.getDimensions(),
+ i;
+ h & amp; & amp;
+ h.width == n.width || (h = n, i = t.getElementById(g), a = i ? i.offsetWidth : n.width, w = n.height)
+ }
+
+ function gt() {
+ li();
+ typeof ht.order == "number" ? setTimeout(function() {
+ vt()
+ }, ht.order) : vt()
+ }
+
+ function ci() {
+ var n = ht.elem.querySelector("iframe");
+ n & amp; & amp;
+ (n.src = "about:blank");
+ ht.elem.innerHTML = ""
+ }
+
+ function li() {
+ ci();
+ ht.isRendered = !1;
+ ht.isLoaded = !1;
+ ht.isVisible = !1;
+ ht.canBeDisplayed = !1;
+ ht.canDisplayAdChoices = !1;
+ ht.sizeCharacteristics.adSizeType = nt;
+ ht.alreadyCalled = !1;
+ ni();
+ fi()
+ }
+
+ function ai() {
+ ht.isLoaded || (ht.isLoaded = !0, --k)
+ }
+ var ht, ct, yt, bt = !1,
+ pt = !1,
+ ii = /\bPG=([^&amp;]*)/i,
+ lt = t.getElementById(et),
+ kt;
+ (pt = st & amp; & amp; st.disableAds === !0, kt = st & amp; & amp; st.disableAdPlacement, bt |= pt, (bt || kt) & amp; & amp;
+ (i.setAdContainerDisplayState(et, !0, !1, !1), pt || kt)) || (n.listen(function(n) {
+ (ct = ct || n, ct != n) & amp; & amp;
+ (ct = n, l = ti(), dt(), wt(), vt())
+ }), ri(), require(["scaledView"], function(n) {
+ yt = n.isScaled();
+ wt();
+ n.addListener(function(n) {
+ yt != n & amp; & amp;
+ (dt(), yt = n, wt())
+ })
+ }))
+ }
+
+ function d() {
+ y.refreshAllAds()
+ }
+ var l, h, a, w, g = "header-common",
+ nt = 0,
+ o;
+ r.enableUnblockingOnload & amp; & amp;
+ r.enableUnblockingOnload(!0);
+ var v = [],
+ b = {},
+ tt = 0,
+ it = 15,
+ k = 0,
+ rt = 0,
+ ut = 2,
+ ft = 3,
+ c, y, p = 3e3;
+ return s.adPlacements = v, s.adLoadedEvent = "adloaded", s.adRerenderedEvent = "adrerendered", s.refresh = function() {
+ y ? d() : require(["adRefresh"], function(n) {
+ y = n;
+ d()
+ })
+ }, s
+ });
+ var c = "c.dom";
+ require(["jquery", "imgSrc", "mediator", c], function(n, t, i) {
+ function r() {
+ n("#main").children().addClass("loaded");
+ t.loadInViewport(n("#main")[0]);
+ i.pub("revealLoaded")
+ }
+ r()
+ });
+ define("autoSizeFlex", ["jquery", "jqBehavior", "mediator", "pixelToRem", "dir.tokens"], function(n, t, i, r, u) {
+ function f(n) {
+ function e() {
+ var i;
+ (t = n.children(":visible").last(), f.length & amp; & amp; t.length) & amp; & amp;
+ (i = u.ltr ? t.offset().left - n.offset().left + t.outerWidth() : f.offset().left - t.offset().left + f.outerWidth(!0), n.width(r(i) + "rem"))
+ }
+ var t, f = n.children().first();
+ return i.sub("tabChanged", e), {
+ setup: e,
+ update: e
+ }
+ }
+ return t(f)
+ });
+ require(["binding", "c.dom"], function(n) {
+ n("autoSizeFlex", ".autosizeflex").all()
+ });
+ define("allPageBindings", function() {
+ return function(n) {
+ var t = function(t) {
+ t(n)
+ };
+ require(["pageBindings"], t);
+ require(["pageBindings.pc"], t);
+ require(["pageBindings.pc-!ms.ie10plus"], t)
+ }
+ });
+ require(["allPageBindings"], function(n) {
+ n("html")
+ });
+ define("navigation", ["escape", "location"], function(n, t) {
+ function r(n, t, i) {
+ var s = function(n) {
+ return n = n.replace(/\+/g, " "), decodeURIComponent(n)
+ },
+ u = {},
+ o, e;
+ if (n)
+ for (n = n.split("#")[0], o = n.split("&amp;"), e = 0; e & lt; o.length; e++) {
+ var h = o[e].split("="),
+ r = h[0],
+ f = h[1];
+ i & amp; & amp;
+ (r = s(r), f & amp; & amp;
+ (f = s(f)));
+ t ? (u[r] || (u[r] = []), u[r].push(f)) : u[r] = f
+ }
+ return u
+ }
+
+ function u(n) {
+ var t = f.exec(n);
+ return t ? t[2] : !1
+ }
+ var f = /[a-z][a-z0-9+\-.]*:\/\/([a-z0-9\-._~%!$&amp;'()*+,;=]+@)?([a-z0-9\-._~%]+|\[[a-z0-9\-._~%!$&amp;'()*+,;=:]+\])/i,
+ i = {
+ getUrl: function(n) {
+ return i.filter ? i.filter(n) : n
+ },
+ navigate: function(n, r) {
+ i.filter & amp; & amp;
+ (n = i.filter(n));
+ r ? t.replace(n) : t.href = n
+ },
+ getHostName: u,
+ isLocal: function(n) {
+ var i = u(n);
+ return !i || t.hostname == i
+ },
+ getParams: r,
+ getParamsFromUrl: function(n, t, i) {
+ var u = n.split("?")[1];
+ return r(u, t, i)
+ },
+ mergeQueryStringParams: function(t, i) {
+ var e, f, o, u;
+ if (i) {
+ if (e = t.split("?"), e[1]) {
+ f = r(e[1], !1, !0);
+ for (u in i) f[u] = i[u]
+ } else f = i;
+ t = e[0];
+ o = "?";
+ for (u in f) t += f[u] ? o + n.urlPart(u) + "=" + n.urlPart(f[u]) : o + n.urlPart(u), o = "&amp;"
+ }
+ return t
+ },
+ filter: null
+ };
+ return i
+ });
+ require(["logging", "measure", "document", "c.onload"], function(n, t, i) {
+ var r = t(i.getElementsByTagName("head")[0]),
+ u = r("boxSizing");
+ u != "border-box" & amp; & amp;
+ n.fatalError("C5001 Css was not loaded correctly.")
+ });
+ define("logging", ["navigation", "headData", "requestAnimationFrame", "window", "document", "pageTime", "escape"], function(n, t, i, r, u, f, e) {
+ function rt(n, t) {
+ if (n.addEventListener) n.addEventListener("error", t, !1);
+ else if (n.onerror) {
+ var i = n.onerror;
+ n.onerror = function(n, r, u, f, e) {
+ return i(n, r, u, f, e), t(n, r, u, f, e)
+ }
+ } else n.onerror = t
+ }
+
+ function ut() {
+ if (!o & amp; & amp;
+ (o = n.getUrl(t.clientSettings.base_url + "_log"), !/[?&amp;]fdhead=[^&amp;#]*/i.test(o))) {
+ var i = (/\bf\:([^;]*)/.exec(u.getElementsByTagName("head")[0].getAttribute("data-info")) || {})[1] || "";
+ i & amp; & amp;
+ (o += (o.indexOf("?") & gt; 0 ? "&amp;" : "?") + "fdhead=" + i)
+ }
+ return o
+ }
+
+ function g() {
+ c & amp; & amp;
+ k & amp; & amp;
+ !p & amp; & amp;
+ (p = setTimeout(function() {
+ (p = 0, s.length) & amp; & amp;
+ (d.ajax({
+ type: "POST",
+ url: ut(),
+ data: {
+ aid: t.clientSettings.aid,
+ v: t.clientSettings.v,
+ messages: s
+ },
+ error: function(n, t, i) {
+ a("error", "[506] Could not log: " + n + " - " + t + " " + i);
+ c = !1
+ }
+ }), s = [])
+ }, 2e3))
+ }
+
+ function l(n, t) {
+ return (t == b & amp; & amp; n.indexOf("Script error") & gt; = 0 & amp; & amp;
+ (t = h), t == h) ? "warn" : t == y ? "info" : (c & amp; & amp;
+ (s.push({
+ m: e.urlPart(n),
+ t: t,
+ d: f()
+ }), g()), t == y ? "info" : t == h ? "warn" : "error")
+ }
+
+ function a(n, t, i) {
+ if (r.console) {
+ if (!i & amp; & amp; n == "info") return;
+ if (!i & amp; & amp; n == "warn") return;
+ var u = console[n];
+ u & amp; & amp;
+ typeof u == "function" ? console[n](t) : console.log & amp; & amp;
+ console.log(t)
+ }
+ }
+
+ function v(n) {
+ var r = [],
+ t, i;
+ if (n)
+ for (t = 0; t & lt; n.length; ++t) i = nt(n[t]), i & amp; & amp;
+ r.push(i);
+ return r.join(", ")
+ }
+
+ function nt(n, t, i, u, f) {
+ var o = (n == null || typeof n == "string" ? n : n.message || n.description) || "",
+ e, s;
+ return !o & amp; & amp;
+ (n != null & amp; & amp;
+ (typeof n == "object" & amp; & amp; n.toString() == "[object Event]" ? (e = r.event, e & amp; & amp; e.type == "error" & amp; & amp;
+ (o = e.errorMessage, t = e.errorUrl, i = e.errorLine, u = e.errorCharacter)) : o = n.toString()), !o) ? "" : (t = n.url || n.filename || t, i = n.lineno || i, u = n.colno || u, s = n.stack || n.error & amp; & amp; n.error.stack, o.trim() + (f || "") + (i ? "\nLine=" + i : "") + (u ? "\nColumn=" + u : "") + (t ? "\nScriptUrl=" + t : "") + (s ? "\nStack=" + s : ""))
+ }
+
+ function ft() {
+ var n = v(arguments);
+ l(n, it);
+ i(function() {
+ var i = e.html("http://" + u.location.host),
+ n = e.url(u.location.href);
+ n.indexOf("https://") == 0 & amp; & amp;
+ (n = n.replace("https://", "http://"));
+ u.getElementsByTagName("body")[0].innerHTML = "&lt;style&gt;body{font-family:Arial;margin-left:40px}img{border:0 none}#content{margin-left:auto;margin-right:auto}#message h2{font-size:20px;font-weight:normal;color:#000;margin:34px 0 0 0}#message p{font-size:13px;color:#000;margin:7px 0 0 0}#errorref{font-size:11px;color:#737373;margin-top:41px}&lt;\/style&gt;&lt;div id='content'&gt;&lt;div id='message'&gt;&lt;h2&gt;This page is not available right now&lt;\/h2&gt;&lt;p&gt;We're working to restore it as soon as possible. Please check back soon.&lt;br/&gt;&lt;br/&gt;&lt;a href=\"" + e.html(n) + '"&gt;Click here&lt;\/a&gt; to try this page again, or visit: &lt;a href="' + i + '"&gt;' + i + "&lt;\/a&gt;&lt;\/p&gt;&lt;\/div&gt;&lt;div id='errorref'&gt;&lt;span&gt;Ref 1: " + e.html(t.clientSettings.aid) + "&amp;nbsp;&amp;nbsp;&amp;nbsp;Ref 2: " + e.html(t.clientSettings.sid || "000000") + "&amp;nbsp;&amp;nbsp;&amp;nbsp;Ref 3: " + e.html(new Date) + "&lt;\/span&gt;&lt;\/div&gt;&lt;\/div&gt;"
+ })
+ }
+
+ function tt() {
+ var n = v(arguments);
+ a(l(n, b), n, !0)
+ }
+
+ function et() {
+ var n = v(arguments);
+ a(l(n, h), n)
+ }
+
+ function ot() {
+ var n = v(arguments);
+ a(l(n, y), n)
+ }
+
+ function st(n) {
+ (r.console || {}).timeStamp ? console.timeStamp(n) : (r.performance || {}).mark & amp; & amp;
+ r.performance.mark(n)
+ }
+ var w = 0,
+ it = -1,
+ b = 0,
+ h = 1,
+ y = 2,
+ s = [],
+ p, k, d, o, c = Math.random() * 100 & lt; = 10;
+ return rt(r, function(n, t, i, r) {
+ return w++, n = nt(n, t, i, r, " [ENDMESSAGE]"), n & amp; & amp;
+ tt("[SCRIPTERROR] " + n), !0
+ }), c & amp; & amp;
+ require(["jquery", "c.deferred"], function(n) {
+ k = !0;
+ d = n;
+ s.length & amp; & amp;
+ g()
+ }), {
+ error: tt,
+ fatalError: ft,
+ unhandledErrorCount: function() {
+ return w
+ },
+ perfMark: st,
+ warning: et,
+ information: ot
+ }
+ });
+ require(["viewAwareInit"], function(n) {
+ n({
+ size2row: "(min-height: 48.75em)",
+ size1row: "(max-height: 48.74em)",
+ size4column: "(min-width: 79em)",
+ size3column: "(min-width: 58.875em) and (max-width: 78.99em)",
+ size2column: "(min-width: 43.75em) and (max-width: 58.865em)",
+ size2rowsize4column: "(min-width: 79em) and (min-height: 48.75em)",
+ size2rowsize3column: "(min-width: 58.875em) and (max-width: 78.99em) and (min-height: 48.75em)",
+ size2rowsize2column: "(max-width: 58.865em) and (min-height: 48.75em)",
+ size1rowsize4column: "(min-width: 79em) and (max-height: 48.74em)",
+ size1rowsize3column: "(min-width: 58.875em) and (max-width: 78.99em) and (max-height: 48.74em)",
+ size1rowsize2column: "(max-width: 58.865em) and (max-height: 48.74em)"
+ })
+ });
+ require(["deviceInit"], function(n) {
+ n({
+ AllowTransform3d: "false",
+ AllowTransform2d: "true",
+ RtlScrollLeftAdjustment: "negativeValue",
+ ShowMoveTouchGestures: "true",
+ SupportFixedPosition: "true",
+ UseCustomMatchMedia: null,
+ Viewport_Behavior: "Default",
+ Viewport_Landscape: null,
+ Viewport: "width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no",
+ IsMobileDevice: "false"
+ })
+ })
+ </script>
+ <meta property="sharing_url" content="http://a.msn.com/01/en-us/AAkm7Xj" />
+ <meta property="og:url" content="http://www.msn.com/en-us/news/technology/nintendos-first-iphone-game-will-launch-in-december-for-dollar10/ar-AAkm7Xj" />
+ <meta property="og:title" content="Nintendo's first iPhone game will launch in December for $10" />
+ <meta property="og:description" content="Nintendo and Apple shocked the world earlier this year by announcing &quot;Super Mario Run,&quot; the legendary gaming company's first foray into mobile gaming.&amp;nbsp;" />
+ <meta property="og:type" content="article" />
+ <meta property="og:site_name" content="MSN" />
+ <meta property="og:image" content="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img" />
+ <meta property="fb:app_id" content="1056389514424151" />
+ <link rel="shortcut icon" href="//static-entertainment-eas-s-msn-com.akamaized.net/sc/d7/97297b.ico" />
+ <script>
+ _timing.head = +new Date
+ </script>
+ <script>
+ window.performance & amp; & amp;
+ typeof window.performance.now != "function" & amp; & amp;
+ (window.performance.now = function() {
+ return (new Date).getTime()
+ });
+ window.performance & amp; & amp;
+ typeof window.performance.now != "function" & amp; & amp;
+ (window.performance.now = function() {
+ return (new Date).getTime()
+ })
+ </script>
+ <style>
+ .storyimage.smallfullwidth .image,
+ .storyimage.smallfullwidth img {
+ background: #000;
+ margin: 0 auto
+ }
+
+ #toast-container {
+ display: none
+ }
+
+ .mobile .galleryinfo .img-divider {
+ display: none
+ }
+
+ .homepage.tmx.pc.chrome #main .one-col,
+ .homepage.tmx.pc.chrome #main .two-col,
+ .homepage.tmx.pc.chrome #main .three-col {
+ margin-right: -.016rem;
+ margin-left: -.016rem
+ }
+
+ .homepage.midlevel .pagingsection&gt;
+ button.show,
+ .channelplayerpage.midlevel .pagingsection&gt;
+ button.show {
+ display: none
+ }
+ </style>
+ <script>
+ window._flushTimings & amp; & amp;
+ (window._flushTimings.HtmlHeadEnd = new Date - window.performance.timing.navigationStart);
+ </script>
+
+ <script>
+ (function() {
+ function u() {
+ window.performance.mark("frame");
+ i || s();
+ performance.now() & lt;
+ o & amp; & amp;
+ requestAnimationFrame(u)
+ }
+
+ function s() {
+ r = n;
+ n = performance.now();
+ n - r & lt; = e ? n - t & gt; = f & amp; & amp;
+ (window._pageTimings || (window._pageTimings = {}), window._pageTimings.TimeToPageInteractive = Math.round(t), i = !0): t = n
+ }
+ var i = !1,
+ n = 0,
+ r = 0,
+ t = 0,
+ f = 1e3,
+ e = 50,
+ o = 3e4;
+ window.performance & amp; & amp;
+ window.performance.mark & amp; & amp;
+ window.performance.now & amp; & amp;
+ window.requestAnimationFrame & amp; & amp;
+ requestAnimationFrame(u)
+ })()
+ </script>
+
+ <script src="http://contextual.media.net/dmedianet.js?geo=en-us&amp;property=news" async=""></script>
+ <style>
+ .sa_as {
+ display: none;
+ position: absolute;
+ top: -1px;
+ left: 0
+ }
+
+ .sa_as ul {
+ list-style: none
+ }
+
+ .sw_b3 {
+ border: 1px solid #ccc;
+ background: #fff;
+ overflow: visible
+ }
+
+ .sa_drw {
+ padding: 0;
+ background: #fff;
+ margin: 0
+ }
+
+ .sa_drw li {
+ display: block;
+ white-space: nowrap
+ }
+
+ .sa_sg,
+ .sa_hd,
+ .sa_hd_first {
+ font-size: 120%;
+ padding: .2em .55em .21em .55em;
+ color: #777;
+ cursor: pointer;
+ clear: left
+ }
+
+ .sa_sg_first {
+ padding-top: .5em
+ }
+
+ .sa_hd,
+ .sa_hd_first {
+ padding: .6em 0 .1em .52em;
+ margin: .25em .2em 0 .2em;
+ border-top: 1px solid #ededed;
+ text-transform: uppercase;
+ font-size: 95%;
+ color: #555;
+ cursor: default
+ }
+
+ .sa_hd_first {
+ margin-top: 0;
+ padding-top: .6em;
+ border: 0
+ }
+
+ .sa_2RowImg {
+ background: #f8f8f8
+ }
+
+ .sa_2RowImg {
+ border-bottom: 1px solid #ccc;
+ padding: .4em .55em
+ }
+
+ .sa_ds {
+ color: #737373;
+ margin-top: .2em;
+ font-size: 90%
+ }
+
+ .sa_img {
+ vertical-align: middle;
+ margin: -.2em .4em .1em 0
+ }
+
+ .sa_2RowImg .sa_img {
+ text-align: center;
+ float: left
+ }
+
+ .sa_img img {
+ max-width: 55px;
+ max-height: 45px
+ }
+
+ .sa_sgDN .sa_tm {
+ font-weight: bold
+ }
+
+ .sa_2RowImg,
+ .sa_sgDN {
+ color: #04c
+ }
+
+ .sa_sg strong,
+ .sa_sgWH,
+ .sa_sgWM,
+ .sa_sgWU {
+ color: #000
+ }
+
+ .sa_tmHS,
+ .sa_tmHS strong {
+ color: #639
+ }
+
+ .sa_sgPN {
+ color: #737373
+ }
+
+ .sa_sgDN .sa_url {
+ color: #568e1a;
+ font-size: 85%;
+ border-bottom: 1px solid #ededed;
+ padding: .2em 0 .4em 0
+ }
+
+ .sa_om {
+ background: #f5f5f5;
+ border-top: 1px solid #ccc;
+ font-size: 90%;
+ height: 1.6em;
+ line-height: 1.6em;
+ padding: .16em 0 .2em 0
+ }
+
+ .sa_om a {
+ color: #36b
+ }
+
+ .sa_om li {
+ float: right;
+ margin-left: 1.3em
+ }
+
+ .sa_om ul {
+ margin: 0 .5em;
+ padding: 0
+ }
+
+ .sa_hv .sa_tm,
+ .sa_om a:hover {
+ text-decoration: underline
+ }
+
+ .sa_ghostbox {
+ position: absolute;
+ left: 1px;
+ z-index: -1
+ }
+
+ .sa_ghostbg {
+ position: absolute;
+ left: 0;
+ top: 0;
+ background: #fff;
+ z-index: -2
+ }
+
+ .sa_sgDI,
+ .sa_sgWM,
+ .sa_sgWH,
+ .sa_sgWU {
+ padding-left: .55em
+ }
+
+ .sa_sgWM .sa_tm,
+ .sa_sgWU .sa_tm {
+ font-size: 110%
+ }
+
+ .sa_ng {
+ position: absolute;
+ left: 0;
+ z-index: -1
+ }
+
+ .sa_sgNG {
+ border-bottom: 1px solid #ccc;
+ margin-bottom: -.1em
+ }
+
+ .sa_sgFB {
+ margin-top: 0;
+ position: relative
+ }
+
+ .sa_sgFB .sa_ds {
+ margin-left: .35em
+ }
+
+ .sa_sgFB_img .sa_tm {
+ margin-right: .2em
+ }
+
+ .sa_sgFB_img .sa_ds {
+ margin-left: 2em
+ }
+
+ .sa_sgFB .sa_img {
+ margin: 0
+ }
+
+ .sa_sgFB img {
+ position: absolute;
+ top: 0
+ }
+
+ .sa_sgFB.sa_sg_first img {
+ top: .3em
+ }
+
+ .sa_hv {
+ background: #e5e5e5
+ }
+
+ .sa_sgID .sa_tm {
+ font-family: Lucida Sans Unicode
+ }
+
+ .sa_sgID {
+ *zoom: 1;
+ *margin-bottom: -8px
+ }
+ </style>
+ <style type="text/css">
+ .fb_hidden {
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reposition {
+ overflow: hidden;
+ position: relative
+ }
+
+ .fb_invisible {
+ display: none
+ }
+
+ .fb_reset {
+ background: none;
+ border: 0;
+ border-spacing: 0;
+ color: #000;
+ cursor: auto;
+ direction: ltr;
+ font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
+ font-size: 11px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-height: 1;
+ margin: 0;
+ overflow: visible;
+ padding: 0;
+ text-align: left;
+ text-decoration: none;
+ text-indent: 0;
+ text-shadow: none;
+ text-transform: none;
+ visibility: visible;
+ white-space: normal;
+ word-spacing: normal
+ }
+
+ .fb_reset&gt;
+ div {
+ overflow: hidden
+ }
+
+ .fb_link img {
+ border: none
+ }
+
+ @keyframes fb_transform {
+ from {
+ opacity: 0;
+ transform: scale(.95)
+ }
+ to {
+ opacity: 1;
+ transform: scale(1)
+ }
+ }
+
+ .fb_animate {
+ animation: fb_transform .3s forwards
+ }
+
+ .fb_dialog {
+ background: rgba(82, 82, 82, .7);
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reset .fb_dialog_legacy {
+ overflow: visible
+ }
+
+ .fb_dialog_advanced {
+ padding: 10px;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+ border-radius: 8px
+ }
+
+ .fb_dialog_content {
+ background: #fff;
+ color: #333
+ }
+
+ .fb_dialog_close_icon {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif);
+ cursor: pointer;
+ display: block;
+ height: 15px;
+ position: absolute;
+ right: 18px;
+ top: 17px;
+ width: 15px
+ }
+
+ .fb_dialog_mobile .fb_dialog_close_icon {
+ top: 5px;
+ left: 5px;
+ right: auto
+ }
+
+ .fb_dialog_padding {
+ background-color: transparent;
+ position: absolute;
+ width: 1px;
+ z-index: -1
+ }
+
+ .fb_dialog_close_icon:hover {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_close_icon:active {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_loader {
+ background-color: #f6f7f9;
+ border: 1px solid #606060;
+ font-size: 24px;
+ padding: 20px
+ }
+
+ .fb_dialog_top_left,
+ .fb_dialog_top_right,
+ .fb_dialog_bottom_left,
+ .fb_dialog_bottom_right {
+ height: 10px;
+ width: 10px;
+ overflow: hidden;
+ position: absolute
+ }
+
+ .fb_dialog_top_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;
+ left: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_top_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;
+ right: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_bottom_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;
+ bottom: -10px;
+ left: -10px
+ }
+
+ .fb_dialog_bottom_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;
+ right: -10px;
+ bottom: -10px
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right,
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ position: absolute;
+ background: #525252;
+ filter: alpha(opacity=70);
+ opacity: .7
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right {
+ width: 10px;
+ height: 100%
+ }
+
+ .fb_dialog_vert_left {
+ margin-left: -10px
+ }
+
+ .fb_dialog_vert_right {
+ right: 0;
+ margin-right: -10px
+ }
+
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ width: 100%;
+ height: 10px
+ }
+
+ .fb_dialog_horiz_top {
+ margin-top: -10px
+ }
+
+ .fb_dialog_horiz_bottom {
+ bottom: 0;
+ margin-bottom: -10px
+ }
+
+ .fb_dialog_iframe {
+ line-height: 0
+ }
+
+ .fb_dialog_content .dialog_title {
+ background: #6d84b4;
+ border: 1px solid #365899;
+ color: #fff;
+ font-size: 14px;
+ font-weight: bold;
+ margin: 0
+ }
+
+ .fb_dialog_content .dialog_title&gt;
+ span {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
+ float: left;
+ padding: 5px 0 7px 26px
+ }
+
+ body.fb_hidden {
+ -webkit-transform: none;
+ height: 100%;
+ margin: 0;
+ overflow: visible;
+ position: absolute;
+ top: -10000px;
+ left: 0;
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
+ min-height: 100%;
+ min-width: 100%;
+ overflow: hidden;
+ position: absolute;
+ top: 0;
+ z-index: 10001
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered {
+ width: auto;
+ height: auto;
+ min-height: initial;
+ min-width: initial;
+ background: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
+ background: none
+ }
+
+ .loading.centered #fb_dialog_loader_close {
+ color: #fff;
+ display: block;
+ padding-top: 20px;
+ clear: both;
+ font-size: 18px
+ }
+
+ #fb-root #fb_dialog_ipad_overlay {
+ background: rgba(0, 0, 0, .45);
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ top: 0;
+ width: 100%;
+ min-height: 100%;
+ z-index: 10000
+ }
+
+ #fb-root #fb_dialog_ipad_overlay.hidden {
+ display: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading iframe {
+ visibility: hidden
+ }
+
+ .fb_dialog_content .dialog_header {
+ -webkit-box-shadow: white 0 1px 1px -1px inset;
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));
+ border-bottom: 1px solid;
+ border-color: #1d4088;
+ color: #fff;
+ font: 14px Helvetica, sans-serif;
+ font-weight: bold;
+ text-overflow: ellipsis;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
+ vertical-align: middle;
+ white-space: nowrap
+ }
+
+ .fb_dialog_content .dialog_header table {
+ -webkit-font-smoothing: subpixel-antialiased;
+ height: 43px;
+ width: 100%
+ }
+
+ .fb_dialog_content .dialog_header td.header_left {
+ font-size: 12px;
+ padding-left: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .dialog_header td.header_right {
+ font-size: 12px;
+ padding-right: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .touchable_button {
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));
+ border: 1px solid #29487d;
+ -webkit-background-clip: padding-box;
+ -webkit-border-radius: 3px;
+ -webkit-box-shadow: rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;
+ display: inline-block;
+ margin-top: 3px;
+ max-width: 85px;
+ line-height: 18px;
+ padding: 4px 12px;
+ position: relative
+ }
+
+ .fb_dialog_content .dialog_header .touchable_button input {
+ border: none;
+ background: none;
+ color: #fff;
+ font: 12px Helvetica, sans-serif;
+ font-weight: bold;
+ margin: 2px -12px;
+ padding: 2px 6px 3px 6px;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog_content .dialog_header .header_center {
+ color: #fff;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 18px;
+ text-align: center;
+ vertical-align: middle
+ }
+
+ .fb_dialog_content .dialog_content {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
+ border: 1px solid #555;
+ border-bottom: 0;
+ border-top: 0;
+ height: 150px
+ }
+
+ .fb_dialog_content .dialog_footer {
+ background: #f6f7f9;
+ border: 1px solid #555;
+ border-top-color: #ccc;
+ height: 40px
+ }
+
+ #fb_dialog_loader_close {
+ float: left
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
+ visibility: hidden
+ }
+
+ #fb_dialog_loader_spinner {
+ animation: rotateSpinner 1.2s linear infinite;
+ background-color: transparent;
+ background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ height: 24px;
+ width: 24px
+ }
+
+ @keyframes rotateSpinner {
+ 0% {
+ transform: rotate(0deg)
+ }
+ 100% {
+ transform: rotate(360deg)
+ }
+ }
+
+ .fb_iframe_widget {
+ display: inline-block;
+ position: relative
+ }
+
+ .fb_iframe_widget span {
+ display: inline-block;
+ position: relative;
+ text-align: justify
+ }
+
+ .fb_iframe_widget iframe {
+ position: absolute
+ }
+
+ .fb_iframe_widget_fluid_desktop,
+ .fb_iframe_widget_fluid_desktop span,
+ .fb_iframe_widget_fluid_desktop iframe {
+ max-width: 100%
+ }
+
+ .fb_iframe_widget_fluid_desktop iframe {
+ min-width: 220px;
+ position: relative
+ }
+
+ .fb_iframe_widget_lift {
+ z-index: 1
+ }
+
+ .fb_hide_iframes iframe {
+ position: relative;
+ left: -10000px
+ }
+
+ .fb_iframe_widget_loader {
+ position: relative;
+ display: inline-block
+ }
+
+ .fb_iframe_widget_fluid {
+ display: inline
+ }
+
+ .fb_iframe_widget_fluid span {
+ width: 100%
+ }
+
+ .fb_iframe_widget_loader iframe {
+ min-height: 32px;
+ z-index: 2;
+ zoom: 1
+ }
+
+ .fb_iframe_widget_loader .FB_Loader {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat;
+ height: 32px;
+ width: 32px;
+ margin-left: -16px;
+ position: absolute;
+ left: 50%;
+ z-index: 4
+ }
+ </style>
+ <style type="text/css">
+ .trc_rbox_container {
+ direction: ltr;
+ text-align: left
+ }
+
+ .trc_rbox_header {
+ border-style: solid;
+ border-width: 0
+ }
+
+ .in_trc_header {
+ position: relative!important;
+ float: right;
+ margin: 0
+ }
+
+ #trc_rbox_css_loaded {
+ overflow: hidden;
+ width: 0;
+ height: 0
+ }
+
+ .trc_rbox {
+ margin-top: 0
+ }
+
+ .trc_rbox_div {
+ margin: 0 0 3px;
+ direction: ltr;
+ padding: 0;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ overflow: auto;
+ position: relative;
+ width: auto;
+ *width: auto;
+ border: solid #CCC 1px
+ }
+
+ .loading-animation span {
+ display: block
+ }
+
+ .videoCube {
+ zoom: 1;
+ cursor: pointer;
+ float: none;
+ overflow: hidden;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box
+ }
+
+ div.videoCube:hover,
+ .videoCube_hover {
+ cursor: pointer
+ }
+
+ .videoCube span.video-title:hover,
+ .videoCube_hover span.video-title {
+ text-decoration: underline
+ }
+
+ .videoCube a {
+ text-decoration: none;
+ border: 0;
+ color: #000;
+ cursor: pointer
+ }
+
+ .videoCube a:hover,
+ .videoCube_hover a,
+ .videoCube a:link,
+ .videoCube a {
+ text-decoration: none!important;
+ outline: 0
+ }
+
+ .videoCube a .thumbBlock {
+ float: left;
+ display: block;
+ overflow: hidden!important
+ }
+
+ .videoCube a img,
+ .videoCube img {
+ border: 0;
+ _border: 0;
+ display: block;
+ margin: 0;
+ height: auto;
+ width: auto
+ }
+
+ .videoCube .video-label {
+ display: block;
+ overflow: hidden
+ }
+
+ .videoCube .video-title {
+ width: auto!important;
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word
+ }
+
+ .videoCube .video-duration a {}
+
+ .videoCube .video-duration {
+ height: 0;
+ float: left;
+ position: relative;
+ color: #fff;
+ font-size: 11px
+ }
+
+ .videoCube .video-duration dt {
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ background-color: #000;
+ opacity: .6;
+ filter: alpha(opacity=60)
+ }
+
+ .videoCube span.video-label.trc_ellipsis {
+ position: relative;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis {
+ position: relative;
+ overflow: hidden
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis ins {
+ display: inline-block;
+ text-decoration: inherit
+ }
+
+ .videoCube span.video-label.trc-smart-ellipsis ins.lastLineEllipsis {
+ display: block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ word-wrap: normal
+ }
+
+ .sponsored-default .video-description {
+ font-weight: 400;
+ color: #000;
+ font-size: 9px;
+ max-height: 22px;
+ *height: 22px;
+ overflow: hidden;
+ line-height: 9px
+ }
+
+ .video-duration.video-duration-detail div {
+ color: #fff
+ }
+
+ .sponsored-default {
+ background-color: #f7f6c6;
+ padding-bottom: 0!important
+ }
+
+ .trc_rbox .sponsored {
+ position: relative;
+ display: block;
+ overflow: visible;
+ height: auto;
+ width: auto;
+ padding-right: 0;
+ text-align: right;
+ font-size: 9px
+ }
+
+ .sponsored-url {
+ white-space: nowrap;
+ float: left;
+ overflow: hidden;
+ width: 98%;
+ height: auto;
+ margin-top: 0;
+ margin-left: 1px;
+ padding-bottom: 2px;
+ color: green;
+ font-size: 9px;
+ text-decoration: underline
+ }
+
+ .sponsored-default .video-title {
+ height: 26px;
+ font-size: 11px;
+ line-height: 13px;
+ max-height: 26px;
+ *height: 26px
+ }
+
+ .sponsored-default .thumbBlock img {}
+
+ .sponsored-default .thumbBlock {
+ text-align: center;
+ background-color: transparent
+ }
+
+ .trc_rbox_div {
+ height: 410px
+ }
+
+ .videoCube {
+ direction: ltr;
+ font-size: 11px;
+ margin: 0;
+ color: #000;
+ border-width: 0
+ }
+
+ .videoCube.vertical:first-child {
+ border-top: 0;
+ margin-top: 0
+ }
+
+ .videoCube.horizontal:first-child {
+ border-left: 0;
+ margin-left: 0
+ }
+
+ .trc_rbox .trc_rbox_div .videoCube.vertical {
+ _margin-top: expression(this.previousSibling==null?'0': 'default')
+ }
+
+ .trc_rbox .trc_rbox_div .videoCube.horizontal {
+ _margin-left: expression(this.previousSibling==null?'0': 'default')
+ }
+
+ div.videoCube:hover,
+ .videoCube_hover {
+ background-color: #EBF0FF;
+ color: #000
+ }
+
+ .videoCube .thumbBlock {
+ margin-right: 5px;
+ margin-left: 1px;
+ border-style: solid
+ }
+
+ .videoCube a img,
+ .videoCube img {
+ border-color: #ececec
+ }
+
+ .videoCube .overlayImg {}
+
+ .videoCube .video-label-box {
+ margin-left: 81px
+ }
+
+ .videoCube .video-label dt {
+ font-weight: 700
+ }
+
+ .videoCube .video-title {
+ height: auto;
+ margin-bottom: 3px;
+ white-space: normal
+ }
+
+ .videoCube .trc_inline_detail_spacer {
+ display: inline-block;
+ white-space: pre
+ }
+
+ .sponsored-default {
+ padding-bottom: 0
+ }
+
+ .loading-animation {
+ font-family: sans;
+ font-size: 1.5em;
+ text-align: center;
+ color: gray;
+ height: 100%
+ }
+
+ .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ font-weight: 700;
+ text-decoration: none;
+ color: #000
+ }
+
+ .trc_header_right_part {
+ position: absolute;
+ left: 50%;
+ top: 0
+ }
+
+ .branding_div {
+ overflow: visible;
+ float: right
+ }
+
+ .branding_div img {
+ height: 20px
+ }
+
+ .trc_pager div {
+ float: left;
+ font-family: sans;
+ cursor: pointer;
+ margin-left: 2px;
+ margin-right: 2px
+ }
+
+ .trc_pager_prev,
+ .trc_pager_next {}
+
+ .trc_pager {
+ font-weight: 400
+ }
+
+ .trc_pager_pages {
+ display: block!important
+ }
+
+ .trc_related_container div.horizontal {
+ float: left;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -ms-box-sizing: border-box;
+ -webkit-box-sizing: border-box
+ }
+
+ .trc_related_container div.vertical {}
+
+ .trc_related_container DIV.videoCube.thumbnail_top .thumbBlock,
+ .trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock {
+ float: none
+ }
+
+ @media screen and (-webkit-min-device-pixel-ratio:0) {
+ .sponsored-url {
+ margin-top: 2px
+ }
+ }
+
+ .vidiscovery-note {
+ display: none
+ }
+
+ .pager_disabled {
+ cursor: auto
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base {
+ display: block;
+ width: auto;
+ margin-left: 0;
+ position: absolute;
+ color: #fff!important
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay {
+ filter: alpha(opacity=60);
+ opacity: .6;
+ display: block;
+ position: absolute;
+ *left: 0
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base .sponsored {
+ position: relative;
+ display: block;
+ overflow: visible;
+ width: auto;
+ text-align: center;
+ padding: 0 5px;
+ margin-top: 0
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base.round .trc_sponsored_overlay {
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px
+ }
+
+ .videoCube .thumbBlock .trc_sponsored_overlay_base.round {
+ margin-left: 4px
+ }
+
+ .thumbnail-emblem {
+ background-color: transparent;
+ background-repeat: no-repeat;
+ position: absolute;
+ z-index: 50
+ }
+
+ .playerCube .thumbnail-overlay,
+ .videoCube .thumbnail-overlay {
+ position: absolute;
+ background-color: transparent;
+ background-repeat: no-repeat;
+ z-index: 50
+ }
+
+ .videoCube:hover .thumbnail-overlay,
+ .videoCube_hover .thumbnail-overlay {
+ position: absolute;
+ background-color: transparent;
+ background-repeat: no-repeat;
+ z-index: 50
+ }
+
+ .thumbnail_bottom {
+ padding-bottom: 8px
+ }
+
+ .trc_pager_next img,
+ trc_pager_next pager_disabled img,
+ trc_pager_next:hover img {
+ -moz-transform: scaleX(-1);
+ -o-transform: scaleX(-1);
+ -webkit-transform: scaleX(-1);
+ transform: scaleX(-1);
+ filter: FlipH;
+ -ms-filter: "FlipH"
+ }
+
+ .trc_cover_iframe {
+ position: absolute;
+ z-index: 100000;
+ top: 0;
+ left: 0;
+ background: #000;
+ opacity: .4;
+ filter: alpha(opacity=40);
+ border: 0
+ }
+
+ .trc_lightbox_base {
+ z-index: 100001;
+ position: fixed
+ }
+
+ .trc_lightbox_overlay {
+ background-color: transparent;
+ position: absolute;
+ z-index: 100002
+ }
+
+ .trc_lightbox_transparent {
+ position: absolute;
+ z-index: 100003
+ }
+
+ #trc_lightbox_header {
+ font-family: "Trebuchet MS", Helvetica, sans-serif
+ }
+
+ .trc_whitebox {
+ background-color: #fff;
+ position: relative;
+ z-index: 100004;
+ padding: 0 20px 20px;
+ margin: 0 auto;
+ border: 2px solid #000;
+ -moz-box-shadow: 3px 3px 20px #000;
+ -webkit-box-shadow: 3px 3px 20px #000;
+ box-shadow: 3px 3px 20px #000;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px
+ }
+
+ .trc_whiteboxCloseButton {
+ width: 32px;
+ height: 32px;
+ border: 0;
+ position: absolute;
+ right: -16px;
+ top: -14px;
+ cursor: pointer;
+ background: url(//cdn.taboola.com/taboola-generic/close.png) no-repeat top left transparent;
+ color: #fff;
+ color: transparent;
+ font-size: 0
+ }
+
+ .trc_related_container .logoDiv {
+ font-family: Arial, Helvetica, sans-serif;
+ white-space: nowrap;
+ font-size: 9px
+ }
+
+ .trc_related_container .logoDiv a {
+ font-size: 9px;
+ text-decoration: none!important;
+ color: #000;
+ margin-right: 1px;
+ vertical-align: text-bottom
+ }
+
+ .logoDiv a span:hover {
+ text-decoration: underline
+ }
+
+ .trc_rbox_header .logoDiv {
+ font-size: 1em
+ }
+
+ .trc_related_container .vertical-start-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-down.png);
+ height: 10px;
+ width: auto;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .vertical-end-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-up.png);
+ height: 10px;
+ width: auto;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .horizontal-start-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-right.png);
+ height: auto;
+ width: 10px;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_related_container .horizontal-end-shade {
+ background-image: url(//cdn.taboola.com/taboola-generic/shade-left.png);
+ height: auto;
+ width: 10px;
+ position: absolute;
+ z-index: 5
+ }
+
+ .trc_rbox_container.trc_expandable {
+ overflow: hidden;
+ max-height: 0;
+ transition-property: max-height;
+ -webkit-transition-property: max-height;
+ -moz-transition-property: max-height;
+ -o-transition-property: max-height;
+ -webkit-transform: translateZ(0);
+ -moz-transform: translateZ(0);
+ -ms-transform: translateZ(0);
+ -o-transform: translateZ(0);
+ transform: translateZ(0)
+ }
+
+ DIV.trc_autoplaylist-box {
+ margin: 6px auto 0;
+ border: 0;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ padding: 4px;
+ font-family: "Trebuchet MS", Helvetica, sans-serif;
+ width: 320px;
+ background: #191919;
+ filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#393939');
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#393939)";
+ background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#393939));
+ background: -moz-linear-gradient(top, #191919, #393939);
+ background: linear-gradient(top, #191919, #393939)
+ }
+
+ DIV.trc_autoplaylist-box .trc-next-up-header {
+ font-size: 14px;
+ color: #CCC;
+ float: left;
+ line-height: 31px;
+ margin: 0 4px 0 6px;
+ overflow: hidden;
+ white-space: nowrap
+ }
+
+ DIV.trc_autoplaylist-box .trc-next-up-countdown {
+ color: #fff;
+ font-weight: 700;
+ font-size: 15px;
+ padding-left: 4px
+ }
+
+ DIV.trc_autoplaylist-box .nextup {
+ cursor: pointer
+ }
+
+ DIV.trc_autoplaylist-box .nextup .thumbblock {
+ border: solid #FEFEFE 1px;
+ margin-right: 10px
+ }
+
+ DIV.trc_autoplaylist-box:hover .nextup .thumbblock SPAN.thumbnail-overlay {
+ background-image: url(//cdn.taboola.com/taboola-generic/lightbox-overlay.png)
+ }
+
+ DIV.trc_autoplaylist-box .nextup .video-label-box {
+ color: #fff;
+ font-weight: 700;
+ font-size: 12px;
+ line-height: 14px
+ }
+
+ .trc-syndication-link {
+ text-decoration: none;
+ color: inherit
+ }
+
+ .playerCube {
+ width: 100%;
+ height: 100%;
+ position: relative;
+ cursor: pointer
+ }
+
+ .playerCube .thumbnail-overlay {
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ position: absolute
+ }
+
+ .trc_related_container .whatsThisSyndicated {
+ position: absolute;
+ cursor: pointer
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-bottom-right,
+ .trc_related_container .static-text.bottom-right {
+ bottom: 0;
+ right: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-top-right,
+ .trc_related_container .static-text.top-right {
+ top: 0;
+ right: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-bottom-left,
+ .trc_related_container .static-text.bottom-left {
+ bottom: 0;
+ left: 0
+ }
+
+ .trc_related_container .whatsThisSyndicated.a-top-left,
+ .trc_related_container .static-text.top-left {
+ top: 0;
+ left: 0
+ }
+
+ .trc_related_container .videoCube .thumbBlock .branding {
+ position: absolute;
+ bottom: 0;
+ z-index: 1;
+ width: 100%;
+ margin: 0;
+ padding: 5px 0;
+ text-align: center
+ }
+
+ .syndicatedItem .branding {
+ margin: 0
+ }
+
+ .trc_related_container .videoCube .thumbBlock .static-text {
+ position: absolute;
+ z-index: 1;
+ margin: 0;
+ padding: 5px;
+ background-color: #000;
+ color: #fff;
+ display: block;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: 400;
+ text-align: left;
+ text-decoration: none;
+ opacity: .7
+ }
+
+ .trc_related_container .static-text.top {
+ width: 100%;
+ top: 0;
+ padding: 5px 0
+ }
+
+ .trc_related_container .static-text.bottom {
+ width: 100%;
+ bottom: 0;
+ padding: 2px 0
+ }
+
+ .trc-inplayer-rbox {
+ background: #333;
+ background: rgba(30, 30, 30, .9);
+ *background: #333;
+ bottom: 0;
+ position: absolute;
+ height: 300px;
+ text-align: center
+ }
+
+ .trc-inplayer-rbox .trc_rbox_container {
+ margin: 50px auto 0;
+ width: 640px
+ }
+
+ .trc_rbox.trc-auto-size {
+ width: 100%;
+ height: 100%
+ }
+
+ .videoCube.thumbnail_under .thumbBlock {
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .videoCube.thumbnail_under .label-box-overlay {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ background: #000;
+ opacity: .75;
+ filter: alpha(opacity=75);
+ top: 0;
+ _display: none
+ }
+
+ .videoCube.thumbnail_under .video-labels-anchor {
+ width: 100%;
+ height: auto;
+ position: absolute;
+ z-index: 1;
+ left: 0;
+ bottom: 0;
+ min-height: 2.58em;
+ max-height: 2.58em;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ _background-color: #CECECE;
+ -webkit-transition: all .2s linear;
+ -moz-transition: all .2s linear;
+ -ms-transition: all .2s linear;
+ -o-transition: all .2s linear;
+ transition: all .2s linear;
+ line-height: 1.25em
+ }
+
+ .videoCube.thumbnail_under .video-labels-anchor span.video-title,
+ .videoCube.thumbnail_under .video-labels-anchor span.branding {
+ position: relative;
+ z-index: 1;
+ padding: 0 3px;
+ margin: 0
+ }
+
+ .videoCube.thumbnail_under .video-title {
+ min-height: 2.58em
+ }
+
+ .videoCube.thumbnail_under:hover .video-labels-anchor {
+ opacity: 1;
+ max-height: 6.45em
+ }
+
+ .trc-auto-size .trc_rbox_outer .trc_rbox_div {
+ height: auto;
+ width: auto
+ }
+
+ .trc-auto-size .trc_rbox_div .videoCube {
+ height: auto
+ }
+
+ .trc-auto-size .trc_rbox_div .videoCube.trc-first-recommendation {
+ margin-top: 0
+ }
+
+ .trc_rbox .trc_rbox_outer .trc_rbox_div .videoCube.trc-first-in-row {
+ margin-left: 0
+ }
+
+ .trc_elastic .trc_rbox {
+ width: auto
+ }
+
+ .trc_elastic .videoCube {
+ overflow: hidden
+ }
+
+ .trc_elastic .videoCube .thumbBlock {
+ display: block;
+ background-color: transparent;
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-size: cover;
+ position: absolute;
+ display: inline-block;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .trc_elastic .thumbBlock_holder {
+ position: relative;
+ width: 100%
+ }
+
+ .trc_elastic .thumbnail_start .thumbBlock_holder {
+ float: left;
+ margin-right: 10px
+ }
+
+ .trc_elastic .videoCube_aspect {
+ width: 1px
+ }
+
+ .trc_elastic .trc_rbox .trc_rbox_div {
+ height: auto
+ }
+
+ .trc_elastic .video-label-box {
+ display: block
+ }
+
+ .trc_user_adChoice_btn {
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/3aadbb71016ecd7a194bbe2791777e9a.png) no-repeat scroll 0 0 rgba(255, 255, 255, .7);
+ border-radius: 0 0 0 5px;
+ width: 16px;
+ height: 16px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ z-index: 9000;
+ cursor: pointer;
+ visibility: hidden
+ }
+
+ .trc_user_adChoice_anchor {
+ width: 100%;
+ height: 100%;
+ position: absolute
+ }
+
+ .videoCube:hover .trc_user_adChoice_btn,
+ .videoCube_hover .trc_user_adChoice_btn {
+ visibility: visible
+ }
+
+ .trc_user_exclude_btn {
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/f539211219b796ffbb49949997c764f0.png) no-repeat scroll 0 0 transparent;
+ width: 12px;
+ height: 12px;
+ position: absolute;
+ right: 2px;
+ top: 2px;
+ z-index: 9000;
+ cursor: pointer;
+ visibility: hidden
+ }
+
+ .trc_undo_btn {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ line-height: 14px;
+ font-weight: 400;
+ color: #36C;
+ text-decoration: underline;
+ cursor: pointer;
+ position: absolute;
+ right: 2px;
+ top: 2px;
+ padding: 0 1px;
+ z-index: 11000;
+ visibility: hidden
+ }
+
+ .videoCube:hover .trc_user_exclude_btn,
+ .videoCube_hover .trc_user_exclude_btn,
+ .trc_user_excluded.videoCube:hover .trc_undo_btn,
+ .trc_user_excluded.videoCube_hover .trc_undo_btn,
+ .trc_undo_btn.trc_anchor {
+ visibility: visible
+ }
+
+ .videoCube.trc_user_excluded .trc_user_exclude_btn {
+ visibility: hidden
+ }
+
+ .trc_fade {
+ opacity: 0;
+ filter: alpha(opacity=0);
+ visibility: hidden;
+ transition: opacity 500ms 0s, visibility 0s 500ms;
+ -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -o-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -ms-transition: opacity 500ms 0s, visibility 0s 500ms
+ }
+
+ .trc_fade.trc_in,
+ .trc_user_excluded .trc_exclude_overlay {
+ visibility: visible;
+ opacity: 1;
+ filter: alpha(opacity=100);
+ transition-delay: 0s, 0s;
+ -moz-transition-delay: 0s, 0s;
+ -webkit-transition-delay: 0s, 0s;
+ -o-transition-delay: 0s, 0s;
+ -ms-transition-delay: 0s, 0s
+ }
+
+ .trc_excludable .trc_exclude_overlay {
+ position: absolute;
+ z-index: 10000;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ cursor: default;
+ background-color: #fff
+ }
+
+ .videoCube.trc_excludable .trc_exclude_overlay.trc_fade {
+ filter: alpha(opacity=80)\9
+ }
+
+ .videoCube.trc_user_excluded .trc_exclude_overlay {
+ visibility: visible;
+ opacity: .8;
+ filter: alpha(opacity=80)
+ }
+
+ .videoCube.trc_user_excluded .thumbBlock {
+ filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
+ filter: gray;
+ -webkit-filter: grayscale(100%)
+ }
+
+ .videoCube.trc_user_excluded:hover a .video-label-box .video-title,
+ .videoCube_hover.trc_user_excluded a .video-label-box .video-title {
+ text-decoration: none
+ }
+
+ .videoCube.trc_user_excluded a .video-label-box *,
+ .videoCube.trc_user_excluded:hover a .video-label-box *,
+ .videoCube_hover.trc_user_excluded a .video-label-box * {
+ color: #000;
+ overflow: hidden;
+ -webkit-transition: color 500ms 0s;
+ -moz-transition: color 500ms 0s;
+ -ms-transition: color 500ms 0s;
+ -o-transition: color 500ms 0s;
+ transition: color 500ms 0s
+ }
+
+ .videoCube.trc_user_excluded a .video-label-box .label-box-overlay {
+ background-color: #BBB;
+ -webkit-transition: background-color 500ms 0s;
+ -moz-transition: background-color 500ms 0s;
+ -ms-transition: background-color 500ms 0s;
+ -o-transition: background-color 500ms 0s;
+ transition: background-color 500ms 0s
+ }
+
+ .videoCube.thumbnail_under.trc_user_excluded .video-labels-anchor,
+ .videoCube.thumbnail_under.trc_user_excluded:hover .video-labels-anchor {
+ max-height: none;
+ -webkit-transition: none;
+ -moz-transition: none;
+ -ms-transition: none;
+ -o-transition: none;
+ transition: none
+ }
+
+ .trc_related_container .trc_clearer {
+ clear: both;
+ height: 0;
+ overflow: hidden;
+ font-size: 0;
+ line-height: 0;
+ visibility: hidden
+ }
+
+ .link-adc {
+ float: right!important
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_wrapper,
+ .trc_header_ext .link-adc a .trc_adc_wrapper {
+ vertical-align: baseline;
+ height: 15px;
+ width: 19px;
+ display: inline-block;
+ position: relative
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_s_logo,
+ .trc_header_ext .link-adc a .trc_adc_s_logo,
+ .trc-widget-footer .link-adc a .trc_adc_b_logo,
+ .trc_header_ext .link-adc a .trc_adc_b_logo {
+ vertical-align: middle;
+ height: 15px;
+ display: inline-block;
+ margin-top: -1px
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_s_logo,
+ .trc_header_ext .link-adc a .trc_adc_s_logo {
+ width: 19px;
+ background: url(//cdn.taboola.com/libtrc/static/thumbnails/3aadbb71016ecd7a194bbe2791777e9a.png) no-repeat!important
+ }
+
+ .trc-widget-footer .link-adc a .trc_adc_b_logo,
+ .trc_header_ext .link-adc a .trc_adc_b_logo {
+ width: 77px;
+ background: #fff url(//cdn.taboola.com/libtrc/static/thumbnails/0781f9c5a8637d1e162874f157460048.png) no-repeat!important;
+ right: -1px;
+ display: none;
+ position: absolute
+ }
+
+ .trc_mobile_disclosure_link,
+ .trc_mobile_attribution_link,
+ .trc_mobile_adc_link {
+ display: none
+ }
+
+ .trc_desktop_disclosure_link,
+ .trc_desktop_attribution_link,
+ .trc_desktop_adc_link {
+ display: inline
+ }
+
+ @media screen and (max-width:767px) {
+ .trc_mobile_disclosure_link {
+ display: inline
+ }
+ .trc_mobile_attribution_link {
+ display: inline
+ }
+ .trc_mobile_adc_link {
+ display: inline
+ }
+ .trc_desktop_disclosure_link {
+ display: none
+ }
+ .trc_desktop_attribution_link {
+ display: none
+ }
+ .trc_desktop_adc_link {
+ display: none
+ }
+ }
+
+ .trc_in_iframe .trc_mobile_attribution_link,
+ .trc_in_iframe .trc_mobile_disclosure_link {
+ display: inline
+ }
+
+ .trc_in_iframe .trc_desktop_attribution_link,
+ .trc_in_iframe .trc_desktop_disclosure_link {
+ display: none
+ }
+
+ .trc_related_container .logoDiv,
+ .trc_related_container .trc_header_ext .logoDiv {
+ float: right
+ }
+
+ .trc_related_container .logoDiv+.logoDiv {
+ margin-right: 2px
+ }
+
+ .trc_related_container .attribution-disclosure-link-sponsored,
+ .trc_related_container .attribution-disclosure-link-hybrid {
+ display: none
+ }
+
+ .trc_related_container .trc-content-sponsored .attribution-disclosure-link-sponsored {
+ display: block
+ }
+
+ .trc_related_container .trc-content-hybrid .attribution-disclosure-link-hybrid {
+ display: block
+ }
+
+ .trc_related_container .trc-widget-footer:hover a span,
+ .trc_related_container .trc_header_ext:hover a span {
+ text-decoration: underline!important
+ }
+
+ .logoDiv a span.trc_logos_v_align {
+ display: inline-block!important;
+ font-size: 15px!important;
+ line-height: 1em!important;
+ width: 0!important
+ }
+
+ .trc_related_container .trc_header_ext:hover a span.trc_logos_v_align,
+ .trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper,
+ .trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align,
+ .trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper {
+ text-decoration: none!important
+ }
+
+ .trc_related_container {
+ clear: both
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-title {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-label,
+ .ab_thumbnails-a2_abp-mode .sponsored,
+ .ab_thumbnails-a2_abp-mode .sponsored-url {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 15.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbnails-a2_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbnails-a2_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-category {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-uploader {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbnails-a2_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .ab_thumbnails-a2_abp-mode div.videoCube:hover,
+ .ab_thumbnails-a2_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-a2_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbnails-a2_abp-mode div.sponsored-default:hover,
+ .ab_thumbnails-a2_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_thumbnails-a2_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-a2_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-a2_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbnails-a2_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_pager_prev:hover,
+ .ab_thumbnails-a2_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-a2_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbnails-a2_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_pager_prev,
+ .ab_thumbnails-a2_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_thumbnails-a2_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_abp-mode .playerCube div.videoCube:hover,
+ .ab_thumbnails-a2_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-a2_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbnails-a2_abp-mode div.syndicatedItem:hover,
+ .ab_thumbnails-a2_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-a2_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-title {
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .branding {
+ color: #666666;
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-title {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #333333;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-label,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .sponsored,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .sponsored-url {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 15.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-category {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-uploader {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.videoCube:hover,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.sponsored-default:hover,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube:hover .thumbnail-overlay,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager_prev:hover,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager_prev,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube:hover .thumbnail-overlay,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .playerCube div.videoCube:hover,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.syndicatedItem:hover,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #333333;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .branding {
+ color: #666666;
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-title {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-label,
+ .ab_thumbnails-o2_abp-mode .sponsored,
+ .ab_thumbnails-o2_abp-mode .sponsored-url {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 15.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbnails-o2_abp-mode .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbnails-o2_abp-mode .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-category {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-uploader {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbnails-o2_abp-mode .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .ab_thumbnails-o2_abp-mode div.videoCube:hover,
+ .ab_thumbnails-o2_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-o2_abp-mode .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbnails-o2_abp-mode div.sponsored-default:hover,
+ .ab_thumbnails-o2_abp-mode div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube:hover .thumbnail-overlay,
+ .ab_thumbnails-o2_abp-mode .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-o2_abp-mode div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-o2_abp-mode .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbnails-o2_abp-mode .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_pager_prev:hover,
+ .ab_thumbnails-o2_abp-mode .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-o2_abp-mode div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbnails-o2_abp-mode {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_pager_prev,
+ .ab_thumbnails-o2_abp-mode .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube:hover .thumbnail-overlay,
+ .ab_thumbnails-o2_abp-mode .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_abp-mode .playerCube div.videoCube:hover,
+ .ab_thumbnails-o2_abp-mode div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-o2_abp-mode .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbnails-o2_abp-mode div.syndicatedItem:hover,
+ .ab_thumbnails-o2_abp-mode div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-o2_abp-mode div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-title {
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .branding {
+ color: #666666;
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-title {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #333333;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-label,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .sponsored,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .sponsored-url {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 15.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-category {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-uploader {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.videoCube:hover,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.sponsored-default:hover,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube:hover .thumbnail-overlay,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager_prev:hover,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager_prev,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_pager div {
+ font-family: serif;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube:hover .thumbnail-overlay,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .playerCube div.videoCube:hover,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.syndicatedItem:hover,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-title {
+ max-height: 66.0px;
+ *height: 66.0px;
+ color: #333333;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 16.0px;
+ line-height: 22.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .branding {
+ color: #666666;
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .organic-thumbnails-h .video-title {
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ font-size: 15.0px;
+ line-height: 20.0px;
+ font-weight: normal;
+ max-height: 54.0px;
+ *height: 54.0px;
+ color: #666666;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0px 0px 0px 0px;
+ }
+
+ .organic-thumbnails-h .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .organic-thumbnails-h .video-label,
+ .organic-thumbnails-h .sponsored,
+ .organic-thumbnails-h .sponsored-url {
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .organic-thumbnails-h .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #333333;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0px 0px 11px 0px;
+ }
+
+ .organic-thumbnails-h .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .organic-thumbnails-h .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .organic-thumbnails-h .video-category {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .organic-thumbnails-h .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .video-uploader {
+ font-size: 12.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .organic-thumbnails-h .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .organic-thumbnails-h .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .organic-thumbnails-h .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: #EFEFEF;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0px 20px 0px 20px;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .organic-thumbnails-h div.videoCube:hover,
+ .organic-thumbnails-h div.videoCube_hover {
+ background-color: #EFEFEF;
+ }
+
+ .organic-thumbnails-h .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .organic-thumbnails-h div.sponsored-default:hover,
+ .organic-thumbnails-h div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .organic-thumbnails-h .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .organic-thumbnails-h .videoCube:hover .thumbnail-overlay,
+ .organic-thumbnails-h .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .organic-thumbnails-h .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .organic-thumbnails-h .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .organic-thumbnails-h div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .organic-thumbnails-h .pager_enabled {
+ color: #0056b3;
+ }
+
+ .organic-thumbnails-h .trc_pager_counter {
+ color: #000000;
+ }
+
+ .organic-thumbnails-h .pager_disabled {
+ color: #7d898f;
+ }
+
+ .organic-thumbnails-h .trc_pager_prev:hover,
+ .organic-thumbnails-h .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .organic-thumbnails-h .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .organic-thumbnails-h .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .organic-thumbnails-h div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .organic-thumbnails-h .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .organic-thumbnails-h .video-label-box {
+ text-align: left;
+ }
+
+ .organic-thumbnails-h .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .organic-thumbnails-h .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .organic-thumbnails-h .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .organic-thumbnails-h {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .organic-thumbnails-h .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .organic-thumbnails-h .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .organic-thumbnails-h .trc_pager_prev,
+ .organic-thumbnails-h .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .trc_pager div {
+ font-family: serif;
+ }
+
+ .organic-thumbnails-h .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .organic-thumbnails-h .playerCube:hover .thumbnail-overlay,
+ .organic-thumbnails-h .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .organic-thumbnails-h .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .organic-thumbnails-h .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .organic-thumbnails-h .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .organic-thumbnails-h .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .organic-thumbnails-h .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .organic-thumbnails-h .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .organic-thumbnails-h .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .organic-thumbnails-h .playerCube div.videoCube:hover,
+ .organic-thumbnails-h div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .organic-thumbnails-h .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .organic-thumbnails-h div.syndicatedItem:hover,
+ .organic-thumbnails-h div.syndicatedItem.videoCube_hover {
+ background-color: #EFEFEF;
+ }
+
+ .organic-thumbnails-h div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem {
+ background-color: #EFEFEF;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .organic-thumbnails-h .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-title {
+ max-height: 40.0px;
+ *height: 40.0px;
+ color: #666666;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ font-size: 15.0px;
+ line-height: 20.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .branding {
+ color: #666666;
+ font-size: 12.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .organic-thumbnails-h .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .organic-thumbnails-h .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .rbox-blended .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .rbox-blended .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .rbox-blended .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 1px;
+ padding: 0;
+ }
+
+ .rbox-blended .videoCube .video-duration {
+ left: 36px;
+ display: block;
+ }
+
+ .rbox-blended .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .rbox-blended .video-label,
+ .rbox-blended .sponsored,
+ .rbox-blended .sponsored-url {
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .rbox-blended .trc_rbox_header {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 16px;
+ font-weight: bold;
+ text-decoration: none;
+ color: black;
+ border-width: 0;
+ background: transparent;
+ border-style: none none solid none;
+ border-color: #D6D5D3;
+ padding: 0;
+ }
+
+ .rbox-blended .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .rbox-blended .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .rbox-blended .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .rbox-blended .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .rbox-blended .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 3px;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .rbox-blended div.videoCube:hover,
+ .rbox-blended div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .rbox-blended div.sponsored-default:hover,
+ .rbox-blended div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .rbox-blended .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube:hover .thumbnail-overlay,
+ .rbox-blended .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .rbox-blended .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .rbox-blended .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .rbox-blended div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .rbox-blended .pager_enabled {
+ color: #0056b3;
+ }
+
+ .rbox-blended .trc_pager_counter {
+ color: #000000;
+ }
+
+ .rbox-blended .pager_disabled {
+ color: #7d898f;
+ }
+
+ .rbox-blended .trc_pager_prev:hover,
+ .rbox-blended .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .rbox-blended .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .rbox-blended .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .rbox-blended div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .rbox-blended .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .rbox-blended .video-label-box {
+ text-align: left;
+ }
+
+ .rbox-blended .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .rbox-blended .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .rbox-blended {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px;
+ border-style: solid solid solid solid;
+ border-color: #000000;
+ padding: 0;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .rbox-blended .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .rbox-blended .videoCube.horizontal {
+ border-style: none none none solid;
+ }
+
+ .rbox-blended .trc_pager_prev,
+ .rbox-blended .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .trc_pager div {
+ font-family: serif;
+ }
+
+ .rbox-blended .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .playerCube:hover .thumbnail-overlay,
+ .rbox-blended .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .rbox-blended .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .rbox-blended .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .rbox-blended .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .rbox-blended .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .rbox-blended .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .rbox-blended .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .rbox-blended .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .rbox-blended .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .rbox-blended .playerCube div.videoCube:hover,
+ .rbox-blended div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .rbox-blended div.syndicatedItem:hover,
+ .rbox-blended div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .rbox-blended div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem.horizontal {
+ border-style: none none none solid;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .rbox-blended .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .rbox-blended .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .rbox-blended .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .rbox-blended .syndicatedItem .branding {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ text-align: left;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: block;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .rbox-blended .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: block;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .rbox-blended .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-a2 .video-title {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-a2 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-a2 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-a2 .video-label,
+ .thumbnails-a2 .sponsored,
+ .thumbnails-a2 .sponsored-url {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ }
+
+ .thumbnails-a2 .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 15.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .thumbnails-a2 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-a2 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-a2 .video-category {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .thumbnails-a2 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .video-uploader {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .thumbnails-a2 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-a2 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-a2 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .thumbnails-a2 div.videoCube:hover,
+ .thumbnails-a2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-a2 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-a2 div.sponsored-default:hover,
+ .thumbnails-a2 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-a2 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-a2 .videoCube:hover .thumbnail-overlay,
+ .thumbnails-a2 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-a2 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-a2 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-a2 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-a2 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-a2 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-a2 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-a2 .trc_pager_prev:hover,
+ .thumbnails-a2 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-a2 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-a2 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-a2 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-a2 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-a2 .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-a2 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-a2 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-a2 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-a2 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-a2 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-a2 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-a2 .trc_pager_prev,
+ .thumbnails-a2 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-a2 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-a2 .playerCube:hover .thumbnail-overlay,
+ .thumbnails-a2 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-a2 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-a2 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-a2 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-a2 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-a2 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-a2 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-a2 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-a2 .playerCube div.videoCube:hover,
+ .thumbnails-a2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-a2 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-a2 div.syndicatedItem:hover,
+ .thumbnails-a2 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-a2 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-a2 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-title {
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-a2 .syndicatedItem .branding {
+ color: #666666;
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-a2 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-a2 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-h .video-title {
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ font-size: 15.0px;
+ line-height: 20.0px;
+ font-weight: normal;
+ max-height: 54.0px;
+ *height: 54.0px;
+ color: #666666;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0px 0px 0px 0px;
+ }
+
+ .thumbnails-h .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-h .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-h .video-label,
+ .thumbnails-h .sponsored,
+ .thumbnails-h .sponsored-url {
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .thumbnails-h .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #333333;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0px 0px 11px 0px;
+ }
+
+ .thumbnails-h .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-h .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-h .video-category {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .thumbnails-h .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-h .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-h .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: #EFEFEF;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0px 20px 0px 20px;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .thumbnails-h div.videoCube:hover,
+ .thumbnails-h div.videoCube_hover {
+ background-color: #EFEFEF;
+ }
+
+ .thumbnails-h .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-h div.sponsored-default:hover,
+ .thumbnails-h div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-h .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-h .videoCube:hover .thumbnail-overlay,
+ .thumbnails-h .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-h .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-h .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-h div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-h .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-h .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-h .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-h .trc_pager_prev:hover,
+ .thumbnails-h .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-h .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-h .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-h div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-h .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-h .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-h .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-h .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-h .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-h {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-h .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-h .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-h .trc_pager_prev,
+ .thumbnails-h .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-h .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-h .playerCube:hover .thumbnail-overlay,
+ .thumbnails-h .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-h .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-h .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-h .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-h .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-h .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-h .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-h .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-h .playerCube div.videoCube:hover,
+ .thumbnails-h div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-h .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-h div.syndicatedItem:hover,
+ .thumbnails-h div.syndicatedItem.videoCube_hover {
+ background-color: #EFEFEF;
+ }
+
+ .thumbnails-h div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem {
+ background-color: #EFEFEF;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-h .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-h .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .video-title {
+ max-height: 40.0px;
+ *height: 40.0px;
+ color: #666666;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ font-size: 15.0px;
+ line-height: 20.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-h .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-h .syndicatedItem .branding {
+ color: #666666;
+ font-size: 12.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-h .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-h .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-k .video-title {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-k .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-k .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-k .video-label,
+ .thumbnails-k .sponsored,
+ .thumbnails-k .sponsored-url {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ }
+
+ .thumbnails-k .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 15.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .thumbnails-k .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-k .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-k .video-category {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .thumbnails-k .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .video-uploader {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .thumbnails-k .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-k .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-k .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .thumbnails-k div.videoCube:hover,
+ .thumbnails-k div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-k .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-k div.sponsored-default:hover,
+ .thumbnails-k div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-k .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-k .videoCube:hover .thumbnail-overlay,
+ .thumbnails-k .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-k .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-k .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-k div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-k .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-k .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-k .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-k .trc_pager_prev:hover,
+ .thumbnails-k .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-k .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-k .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-k div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-k .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-k .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-k .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-k .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-k .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-k {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-k .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-k .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-k .trc_pager_prev,
+ .thumbnails-k .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-k .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-k .playerCube:hover .thumbnail-overlay,
+ .thumbnails-k .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-k .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-k .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-k .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-k .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-k .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-k .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-k .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-k .playerCube div.videoCube:hover,
+ .thumbnails-k div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-k .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-k div.syndicatedItem:hover,
+ .thumbnails-k div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-k div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-k .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-k .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .video-title {
+ max-height: 52.0px;
+ *height: 52.0px;
+ color: #333333;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-k .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-k .syndicatedItem .branding {
+ color: #666666;
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-k .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-k .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .thumbnails-o2 .video-title {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .trc_rbox_div {
+ width: auto;
+ _width: 99%;
+ height: 410px;
+ border-width: 0;
+ padding: 0;
+ }
+
+ .thumbnails-o2 .videoCube .video-duration {
+ left: 36px;
+ display: none;
+ }
+
+ .thumbnails-o2 .videoCube .video-label-box {
+ margin-left: 0;
+ margin-right: 0px;
+ }
+
+ .thumbnails-o2 .video-label,
+ .thumbnails-o2 .sponsored,
+ .thumbnails-o2 .sponsored-url {
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ }
+
+ .thumbnails-o2 .trc_rbox_header {
+ font-family: 'Segoe UI Bold', 'microsoft jhenghei', 'Segoe WP Bold', 'Segoe UI', 'Segoe WP', 'Arial', 'sans-serif';
+ font-size: 15.0px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #000000;
+ border-width: 0;
+ background: transparent;
+ border-style: none;
+ border-color: #D6D5D3;
+ padding: 0 0 6px 0;
+ }
+
+ .thumbnails-o2 .sponsored-url {
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ color: green;
+ }
+
+ .thumbnails-o2 .sponsored {
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #9C9A9C;
+ }
+
+ .thumbnails-o2 .video-category {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .thumbnails-o2 .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .video-uploader {
+ font-size: 13px;
+ font-weight: normal;
+ text-decoration: none;
+ color: #666666;
+ }
+
+ .thumbnails-o2 .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .sponsored-default .video-title {
+ max-height: 2.58em;
+ *height: 2.58em;
+ }
+
+ .thumbnails-o2 .sponsored-default .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ }
+
+ .thumbnails-o2 .videoCube {
+ width: auto;
+ _width: auto;
+ background-color: transparent;
+ border-width: 1px;
+ border-color: #D6D5D3;
+ padding: 0;
+ height: auto;
+ margin-left: 0px;
+ margin-top: 0px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ }
+
+ .thumbnails-o2 div.videoCube:hover,
+ .thumbnails-o2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-o2 .sponsored-default {
+ background-color: #F7F6C6;
+ }
+
+ .thumbnails-o2 div.sponsored-default:hover,
+ .thumbnails-o2 div.sponsored-default.videoCube_hover {
+ background-color: inherit;
+ }
+
+ .thumbnails-o2 .videoCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-o2 .videoCube:hover .thumbnail-overlay,
+ .thumbnails-o2 .videoCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-o2 .trc_rbox_border_elm {
+ border-color: darkgray;
+ }
+
+ .thumbnails-o2 .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-o2 div.videoCube:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-o2 .pager_enabled {
+ color: #0056b3;
+ }
+
+ .thumbnails-o2 .trc_pager_counter {
+ color: #000000;
+ }
+
+ .thumbnails-o2 .pager_disabled {
+ color: #7d898f;
+ }
+
+ .thumbnails-o2 .trc_pager_prev:hover,
+ .thumbnails-o2 .trc_pager_next:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-o2 .trc_pager_selected {
+ color: #0056b3;
+ }
+
+ .thumbnails-o2 .trc_pager_unselected {
+ color: #7d898f;
+ }
+
+ .thumbnails-o2 div.trc_pager_pages div:hover {
+ color: #6497ED;
+ }
+
+ .thumbnails-o2 .trc_lightbox_overlay {
+ background-color: #000000;
+ opacity: 0.70;
+ filter: alpha(opacity=70);
+ }
+
+ .thumbnails-o2 .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-o2 .trc_sponsored_overlay {
+ background-color: black;
+ }
+
+ .thumbnails-o2 .thumbnail-emblem {
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-o2 .videoCube .sponsored {
+ margin-top: -7px;
+ }
+
+ .thumbnails-o2 {
+ width: 300px;
+ _width: 300px;
+ border-width: 0px 0px 0px 0px;
+ border-style: solid solid solid solid;
+ border-color: #DFDFDF;
+ padding: 0px 0px 0px 0px;
+ border-radius: 0;
+ -moz-border-radius: 0;
+ -webkit-border-radius: 0;
+ box-shadow: none;
+ }
+
+ .thumbnails-o2 .videoCube.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-o2 .videoCube.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-o2 .trc_pager_prev,
+ .thumbnails-o2 .trc_pager_next {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .trc_pager_pages div {
+ font-size: 12px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .trc_pager div {
+ font-family: serif;
+ }
+
+ .thumbnails-o2 .playerCube .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-o2 .playerCube:hover .thumbnail-overlay,
+ .thumbnails-o2 .playerCube_hover .thumbnail-overlay {
+ background-image: null;
+ }
+
+ .thumbnails-o2 .playerCube .videoCube {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-width: 1px;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ margin-left: 0px;
+ margin-top: 0px;
+ padding: 3px;
+ }
+
+ .thumbnails-o2 .playerCube .videoCube.horizontal {
+ border-style: none none none none;
+ }
+
+ .thumbnails-o2 .playerCube .videoCube .video-label-box {
+ margin-left: 81px;
+ margin-right: 0px;
+ }
+
+ .thumbnails-o2 .playerCube .video-duration-detail {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube .video-external-data {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube .video-label-box {
+ text-align: left;
+ }
+
+ .thumbnails-o2 .playerCube .video-published-date {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube .video-category {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube .video-description {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ line-height: 11px;
+ font-weight: normal;
+ text-decoration: none;
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube .videoCube .video-duration {
+ display: block;
+ left: 36px;
+ }
+
+ .thumbnails-o2 .playerCube .videoCube .thumbBlock {
+ border-width: 0px;
+ border-color: darkgray;
+ }
+
+ .thumbnails-o2 .playerCube .video-rating {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube .video-uploader {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube .video-views {
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube .video-title {
+ font-family: Arial, Helvetica, sans-serif;
+ text-decoration: none;
+ font-size: 14px;
+ line-height: 17.5px;
+ font-weight: bold;
+ max-height: 2.58em;
+ *height: 2.58em;
+ color: black;
+ }
+
+ .thumbnails-o2 .playerCube div.videoCube:hover,
+ .thumbnails-o2 div.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-o2 .whatsThisSyndicated {
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 9px;
+ font-weight: normal;
+ color: black;
+ text-decoration: none;
+ padding: 0;
+ }
+
+ .thumbnails-o2 div.syndicatedItem:hover,
+ .thumbnails-o2 div.syndicatedItem.videoCube_hover {
+ background-color: transparent;
+ }
+
+ .thumbnails-o2 div.syndicatedItem:hover .thumbBlock {
+ border-color: inherit;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem {
+ background-color: transparent;
+ border-color: #D6D5D3;
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+ border-width: 1px;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem.horizontal {
+ border-style: none;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem .thumbBlock {
+ border-color: darkgray;
+ border-width: 0px;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem .thumbnail-overlay {
+ background-image: null;
+ background-position: 5% 5%;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem.vertical {
+ border-style: solid none none none;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem .video-duration {
+ display: none;
+ left: 36px;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem .video-label-box {
+ margin-left: 0px;
+ }
+
+ .thumbnails-o2 .syndicatedItem {
+ background-color: transparent;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-description {
+ max-height: 2.2em;
+ *height: 2.2em;
+ color: black;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: normal;
+ line-height: 11px;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-title {
+ max-height: 78.0px;
+ *height: 78.0px;
+ color: #333333;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ font-size: 20.0px;
+ line-height: 26.0px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .sponsored {
+ color: #9C9A9C;
+ font-size: 9px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .sponsored-url {
+ color: green;
+ font-size: 9px;
+ font-weight: bold;
+ text-decoration: underline;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-category {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-duration-detail {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-external-data {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-published-date {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-rating {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-uploader {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .video-views {
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
+ .thumbnails-o2 .syndicatedItem .branding {
+ color: #666666;
+ font-size: 13.0px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ background-image: null;
+ text-align: left;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem .thumbBlock .branding {
+ text-align: left;
+ background-color: transparent;
+ display: none;
+ left: 0px;
+ color: black;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ background-image: null;
+ }
+
+ .thumbnails-o2 .videoCube.syndicatedItem .thumbBlock .static-text {
+ text-align: left;
+ background-color: black;
+ display: none;
+ color: white;
+ font-size: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+
+ .thumbnails-o2 .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 40%;
+ _width: 40%;
+ }
+
+ .trc-rtl .trc_rbox_container {
+ direction: rtl;
+ text-align: right;
+ }
+
+ .trc-rtl span {
+ direction: rtl !important;
+ text-align: right !important;
+ }
+
+ .trc-rtl .trc_header_left_part {
+ position: relative;
+ right: 52%;
+ }
+
+ .trc-rtl .trc-widget-footer {
+ text-align: left;
+ float: left !important;
+ }
+
+ .trc-rtl .logoDiv {
+ line-height: 15px !important;
+ }
+
+ .trc-rtl .trc_header_ext {
+ text-align: left;
+ float: left;
+ position: relative !important;
+ top: auto !important;
+ right: auto !important;
+ }
+
+ .trc-rtl.trc_related_container .logoDiv,
+ .trc-rtl.trc_related_container .trc_header_ext .logoDiv {
+ float: left;
+ }
+
+ .trc-rtl .videoCube.thumbnail_none {
+ float: left !important;
+ }
+
+ .trc-rtl .videoCube.thumbnail_none.rightCol {
+ float: none !important;
+ }
+
+ .trc-rtl .videoCube {
+ float: right !important;
+ }
+
+ .trc-rtl .videoCube {
+ float: right !important;
+ }
+
+ .trc-rtl .trc_related_container .logoDiv.link-attribution {
+ display: inline-block;
+ }
+
+ .trc-rtl .trc_related_container .trc-content-hybrid .logoDiv.attribution-disclosure-link-hybrid {
+ display: inline-block;
+ }
+
+ .trc-rtl .trc_related_container .trc-content-sponsored .logoDiv.attribution-disclosure-link-sponsored {
+ display: inline-block;
+ }
+
+ .trc-rtl .trc_related_container .video-label-box {
+ text-align: right;
+ }
+
+ .trc-rtl .trc_related_container .trc_rbox .trc_rbox_div .videoCube .video-label-box .branding {
+ text-align: right;
+ }
+
+ .trc-rtl .logoDiv.link-adc {
+ float: left !important;
+ }
+ /*TS-53549*/
+
+ .trc-rtl div[data-item-syndicated='true'].videoCube.syndicatedItem span {
+ direction: ltr !important;
+ text-align: left !important;
+ }
+
+ .trc-rtl div[data-item-syndicated='true'].videoCube.syndicatedItem.tabNativeItem span {
+ direction: rtl !important;
+ text-align: right !important;
+ }
+
+ .trc-rtl div[data-item-syndicated='true'].videoCube.syndicatedItem.inNetworkItem span {
+ direction: rtl !important;
+ text-align: right !important;
+ }
+
+ .ab_thumbnails-a2_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbnails-a2_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ border-bottom: 1px solid black;
+ margin-bottom: 10px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 39px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .ab_thumbnails-a2_abp-mode .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-a2_abp-mode .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbnails-a2_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbnails-a2_abp-mode .video-label-box {
+ height: 106px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ word-wrap: normal;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube:hover .video-label-box .video-title,
+ .ab_thumbnails-a2_abp-mode .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbnails-a2_abp-mode .syndicatedItem .branding {
+ line-height: 18.0px;
+ margin-top: 10px;
+ vertical-align: middle;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_header_left_column {
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: 39px;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-a2_abp-mode .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .video-label-box .video-uploader {
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-a2_abp-mode .videoCube .video-label-box .video-uploader dt {
+ font-weight: normal;
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-label-box .video-label.video-category {
+ text-transform: capitalize;
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-a2_abp-mode .video-label-box .video-label.video-category dt {
+ font-weight: normal;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ border-bottom: 1px solid black;
+ margin-bottom: 10px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 39px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-label-box {
+ height: 89px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ word-wrap: normal;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube:hover .video-label-box .video-title,
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .syndicatedItem .branding {
+ line-height: 18.0px;
+ margin-top: 5px;
+ vertical-align: middle;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_header_left_column {
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: 39px;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .video-label-box .video-uploader {
+ display: block;
+ line-height: 18px;
+ margin-top: 5px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .videoCube .video-label-box .video-uploader dt {
+ font-weight: normal;
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-label-box .video-label.video-category {
+ text-transform: capitalize;
+ display: block;
+ line-height: 18px;
+ margin-top: 5px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-a2_smaller-titles-ratio-6x5 .video-label-box .video-label.video-category dt {
+ font-weight: normal;
+ }
+
+ .ab_thumbnails-o2_abp-mode img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbnails-o2_abp-mode [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ border-bottom: 1px solid black;
+ margin-bottom: 10px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 39px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .ab_thumbnails-o2_abp-mode .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-o2_abp-mode .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbnails-o2_abp-mode .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbnails-o2_abp-mode .video-label-box {
+ height: 106px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ word-wrap: normal;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube:hover .video-label-box .video-title,
+ .ab_thumbnails-o2_abp-mode .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbnails-o2_abp-mode .syndicatedItem .branding {
+ line-height: 18.0px;
+ margin-top: 10px;
+ vertical-align: middle;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_header_left_column {
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: 39px;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-o2_abp-mode .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .video-label-box .video-uploader {
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-o2_abp-mode .videoCube .video-label-box .video-uploader dt {
+ font-weight: normal;
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-label-box .video-label.video-category {
+ text-transform: capitalize;
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-o2_abp-mode .video-label-box .video-label.video-category dt {
+ font-weight: normal;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: none;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ border-bottom: 1px solid black;
+ margin-bottom: 10px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 39px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: Segoe UI, 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube a {
+ padding: 0;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-label-box {
+ height: 89px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ word-wrap: normal;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube:hover .video-label-box .video-title,
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-label-box .branding {
+ display: block;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .syndicatedItem .branding {
+ line-height: 18.0px;
+ margin-top: 5px;
+ vertical-align: middle;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_header_left_column {
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: 39px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .video-label-box .video-uploader {
+ display: block;
+ line-height: 20px;
+ margin-right: 5px;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .videoCube .video-label-box .video-uploader dt {
+ font-weight: normal;
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-label-box .video-label.video-category {
+ text-transform: capitalize;
+ display: block;
+ line-height: 18px;
+ margin-top: 5px;
+ font-family: Segoe UI, 'microsoft jhenghei';
+ }
+
+ .ab_thumbnails-o2_smaller-titles-ratio-6x5 .video-label-box .video-label.video-category dt {
+ font-weight: normal;
+ }
+
+ .organic-thumbnails-h img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .organic-thumbnails-h [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .organic-thumbnails-h .trc_rbox_div {
+ margin-bottom: 0;
+ background-color: #EFEFEF;
+ }
+
+ .organic-thumbnails-h .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .organic-thumbnails-h .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .organic-thumbnails-h .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .organic-thumbnails-h .logoDiv a {
+ font-size: 100%;
+ }
+
+ .organic-thumbnails-h.trc-content-sponsored .trc_rbox_header,
+ .organic-thumbnails-h.trc-content-hybrid .trc_rbox_header {
+ padding: 0px 0px 23px 0px;
+ }
+
+ .organic-thumbnails-h.trc-content-sponsored .trc_rbox_header .trc_header_ext,
+ .organic-thumbnails-h.trc-content-hybrid .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ bottom: 5px;
+ right: 0px;
+ }
+
+ .trc-rtl .organic-thumbnails-h.trc-content-sponsored .trc_rbox_header .trc_header_ext,
+ .trc-rtl .organic-thumbnails-h.trc-content-hybrid .trc_rbox_header .trc_header_ext {
+ position: absolute !important;
+ bottom: 5px;
+ left: 0px;
+ }
+
+ .organic-thumbnails-h .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .organic-thumbnails-h .videoCube a {
+ padding: 0;
+ }
+
+ .organic-thumbnails-h .trc_rbox_outer .trc_rbox_div .videoCube {
+ margin-bottom: 20px;
+ }
+
+ .organic-thumbnails-h .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .organic-thumbnails-h .video-label-box {
+ height: 76.0px;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin-bottom: 0;
+ height: 40.0px;
+ margin-bottom: 4px;
+ top: -.3rem;
+ word-wrap: normal;
+ }
+
+ .organic-thumbnails-h .videoCube:hover .video-label-box .video-title,
+ .organic-thumbnails-h .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .organic-thumbnails-h .video-label-box .branding {
+ display: block;
+ }
+
+ .organic-thumbnails-h .syndicatedItem .branding {
+ line-height: 15.0px;
+ -webkit-line-clamp: 1 !important;
+ max-height: 15px;
+ position: relative;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ }
+
+ .organic-thumbnails-h .trc_header_left_column {
+ background: transparent;
+ height: auto;
+ }
+
+ .organic-thumbnails-h .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box {
+ margin-top: 0px;
+ }
+
+ .organic-thumbnails-h .trc_rbox_header .trc_header_ext {
+ position: relative;
+ top: auto;
+ right: auto;
+ }
+
+ .organic-thumbnails-h .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 30.79%;
+ _width: 30.79%;
+ }
+
+ .trc_elastic .organic-thumbnails-h .trc_rbox_outer .videoCube:hover .thumbnail-overlay {
+ background-color: #000;
+ width: 100%;
+ height: 100%;
+ -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
+ filter: alpha(opacity=20);
+ -moz-opacity: 0.2;
+ -khtml-opacity: 0.2;
+ opacity: 0.2;
+ }
+
+ .trc_elastic .organic-thumbnails-h .thumbnail_start .thumbBlock_holder {
+ float: left;
+ margin-right: 12px;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box .video-uploader {
+ display: block;
+ line-height: 16px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ vertical-align: middle;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box .video-uploader dt {
+ display: block !important;
+ line-height: 16px;
+ max-height: 16px;
+ font-weight: normal;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box .video-uploader .uploader-icon {
+ float: left;
+ height: 16px;
+ width: 16px;
+ margin-right: 5px;
+ }
+
+ .trc_related_container .organic-thumbnails-h .trc_rbox_outer .trc_rbox_div {
+ margin: 0px;
+ }
+
+ .organic-thumbnails-h .trc-widget-footer {
+ margin-top: 12px;
+ margin-bottom: 24px;
+ padding-bottom: 20px;
+ }
+
+ .organic-thumbnails-h .trc_rbox_outer .trc_rbox_div .videoCube_1_child .thumbBlock_holder {
+ width: 300px;
+ height: 174px;
+ float: none;
+ }
+
+ .organic-thumbnails-h .trc_rbox_outer .trc_rbox_div .videoCube_1_child {
+ float: left;
+ padding: 0px;
+ }
+
+ .organic-thumbnails-h .trc_rbox_div .videoCube_1_child .video-label-box {
+ margin-top: 16px;
+ margin-right: 20px;
+ margin-left: 20px;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
+ box-sizing: border-box;
+ }
+
+ .organic-thumbnails-h .videoCube_1_child .video-label-box .video-title {
+ height: 86px;
+ font-size: 24.0px;
+ line-height: 28.0px;
+ font-weight: normal;
+ max-height: 96.0px;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ color: #333333;
+ margin-bottom: 0px;
+ top: 0;
+ }
+
+ .organic-thumbnails-h .videoCube_1_child .video-label-box .branding {
+ line-height: 15.0px;
+ margin-bottom: 20px;
+ margin-top: 16px;
+ vertical-align: middle;
+ }
+
+ .organic-thumbnails-h .videoCube_1_child .video-label-box .video-uploader {
+ margin-top: 16px;
+ margin-bottom: 20px;
+ }
+
+ .organic-thumbnails-h .videoCube_1_child .video-label-box .video-label.video-category {
+ margin-top: 16px;
+ margin-bottom: 20px;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box .video-label.video-category {
+ display: block;
+ line-height: 16px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ vertical-align: middle;
+ text-transform: capitalize;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box .video-label.video-category dt {
+ display: block !important;
+ line-height: 16px;
+ max-height: 16px;
+ font-weight: normal;
+ }
+
+ .organic-thumbnails-h .videoCube .video-label-box .video-label.video-category .uploader-icon {
+ float: left;
+ height: 16px;
+ width: 16px;
+ margin-right: 5px;
+ }
+
+ .organic-thumbnails-h.trc-content-organic .trc-widget-footer,
+ .organic-thumbnails-h.trc-content-organic .trc_header_ext,
+ .organic-thumbnails-h.trc-content-organic .logoDiv {
+ display: none;
+ }
+
+ .trc-rtl.trc_elastic .organic-thumbnails-h .thumbnail_start .thumbBlock_holder {
+ float: right;
+ margin-left: 12px;
+ margin-right: 0px;
+ }
+
+ .trc-rtl .organic-thumbnails-h .trc_rbox_div .videoCube_1_child .thumbBlock_holder {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbnails-a2 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbnails-a2 [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbnails-a2 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ border-bottom: 1px solid black;
+ margin-bottom: 10px;
+ }
+
+ .thumbnails-a2 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 39px;
+ }
+
+ .thumbnails-a2 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .thumbnails-a2 .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-a2 .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .thumbnails-a2 .videoCube a {
+ padding: 0;
+ }
+
+ .thumbnails-a2 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbnails-a2 .video-label-box {
+ height: 106px;
+ }
+
+ .thumbnails-a2 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .thumbnails-a2 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ word-wrap: normal;
+ }
+
+ .thumbnails-a2 .videoCube:hover .video-label-box .video-title,
+ .thumbnails-a2 .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .thumbnails-a2 .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbnails-a2 .syndicatedItem .branding {
+ line-height: 18.0px;
+ margin-top: 10px;
+ vertical-align: middle;
+ }
+
+ .thumbnails-a2 .trc_header_left_column {
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: 39px;
+ }
+
+ .thumbnails-a2 .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-a2 .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ }
+
+ .thumbnails-a2 .videoCube .video-label-box .video-uploader {
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .thumbnails-a2 .videoCube .video-label-box .video-uploader dt {
+ font-weight: normal;
+ }
+
+ .thumbnails-a2 .video-label-box .video-label.video-category {
+ text-transform: capitalize;
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .thumbnails-a2 .video-label-box .video-label.video-category dt {
+ font-weight: normal;
+ }
+
+ .thumbnails-h img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbnails-h [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbnails-h .trc_rbox_div {
+ margin-bottom: 0;
+ background-color: #EFEFEF;
+ }
+
+ .thumbnails-h .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbnails-h .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbnails-h .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ line-height: normal;
+ }
+
+ .thumbnails-h .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-h .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .thumbnails-h .videoCube a {
+ padding: 0;
+ }
+
+ .thumbnails-h .trc_rbox_outer .trc_rbox_div .videoCube {
+ margin-bottom: 20px;
+ }
+
+ .thumbnails-h .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbnails-h .video-label-box {
+ height: 76.0px;
+ }
+
+ .thumbnails-h .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin-bottom: 0;
+ height: 40.0px;
+ margin-bottom: 4px;
+ top: -.3rem;
+ word-wrap: normal;
+ }
+
+ .thumbnails-h .videoCube:hover .video-label-box .video-title,
+ .thumbnails-h .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .thumbnails-h .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbnails-h .syndicatedItem .branding {
+ line-height: 16.0px;
+ -webkit-line-clamp: 1 !important;
+ max-height: 16px;
+ position: relative;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ }
+
+ .thumbnails-h .trc_header_left_column {
+ background: transparent;
+ height: auto;
+ }
+
+ .thumbnails-h .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-h.trc-content-sponsored .trc_rbox_header,
+ .thumbnails-h.trc-content-hybrid .trc_rbox_header {
+ padding: 0px 0px 23px 0px;
+ }
+
+ .thumbnails-h.trc-content-sponsored .trc_rbox_header .trc_header_ext,
+ .thumbnails-h.trc-content-hybrid .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ bottom: 5px;
+ right: 0px;
+ }
+
+ .trc-rtl .thumbnails-h.trc-content-sponsored .trc_rbox_header .trc_header_ext,
+ .trc-rtl .thumbnails-h.trc-content-hybrid .trc_rbox_header .trc_header_ext {
+ position: absolute !important;
+ bottom: 5px;
+ left: 0px;
+ }
+
+ .thumbnails-h .videoCube .video-label-box {
+ margin-top: 0px;
+ }
+
+ .thumbnails-h .videoCube.thumbnail_start .thumbBlock_holder {
+ width: 30.79%;
+ _width: 30.79%;
+ }
+
+ .trc_elastic .thumbnails-h .trc_rbox_outer .videoCube:hover .thumbnail-overlay {
+ background-color: #000;
+ width: 100%;
+ height: 100%;
+ -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
+ filter: alpha(opacity=20);
+ -moz-opacity: 0.2;
+ -khtml-opacity: 0.2;
+ opacity: 0.2;
+ }
+
+ .trc_elastic .thumbnails-h .thumbnail_start .thumbBlock_holder {
+ float: left;
+ margin-right: 12px;
+ }
+
+ .trc_related_container .thumbnails-h .trc_rbox_outer .trc_rbox_div {
+ margin: 0px;
+ }
+
+ .thumbnails-h .trc-widget-footer {
+ margin-top: 12px;
+ margin-bottom: 24px;
+ padding-bottom: 20px;
+ }
+
+ .thumbnails-h .trc_rbox_outer .trc_rbox_div .videoCube_1_child .thumbBlock_holder {
+ width: 300px;
+ height: 174px;
+ float: none;
+ }
+
+ .thumbnails-h .trc_rbox_outer .trc_rbox_div .videoCube_1_child {
+ float: left;
+ padding: 0px;
+ }
+
+ .thumbnails-h .trc_rbox_div .videoCube_1_child .video-label-box {
+ margin-top: 16px;
+ margin-right: 20px;
+ margin-left: 20px;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
+ box-sizing: border-box;
+ }
+
+ .thumbnails-h .videoCube_1_child .video-label-box .video-title {
+ height: 86px;
+ font-size: 24.0px;
+ line-height: 28.0px;
+ font-weight: normal;
+ max-height: 96.0px;
+ font-family: 'Segoe UI Semilight', 'microsoft jhenghei';
+ color: #333333;
+ margin-bottom: 0px;
+ top: 0;
+ }
+
+ .thumbnails-h .videoCube_1_child .video-label-box .branding {
+ line-height: 16.0px;
+ margin-bottom: 20px;
+ margin-top: 16px;
+ vertical-align: middle;
+ }
+
+ .thumbnails-h.trc-content-organic .trc-widget-footer,
+ .thumbnails-h.trc-content-organic .trc_header_ext,
+ .thumbnails-h.trc-content-organic .logoDiv {
+ display: none;
+ }
+
+ .trc-rtl.trc_elastic .thumbnails-h .thumbnail_start .thumbBlock_holder {
+ float: right;
+ margin-left: 12px;
+ margin-right: 0px;
+ }
+
+ .trc-rtl .thumbnails-h .trc_rbox_div .videoCube_1_child .thumbBlock_holder {
+ float: none !important;
+ margin-left: 0;
+ }
+
+ .thumbnails-h .videoCube_1_child .video-label-box .video-label.video-category {
+ margin-top: 16px;
+ margin-bottom: 20px;
+ }
+
+ .thumbnails-h .videoCube .video-label-box .video-label.video-category {
+ display: block;
+ line-height: 16px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ vertical-align: middle;
+ text-transform: capitalize;
+ }
+
+ .thumbnails-h .videoCube .video-label-box .video-label.video-category dt {
+ display: block !important;
+ line-height: 16px;
+ max-height: 16px;
+ font-weight: normal;
+ }
+
+ .thumbnails-h .videoCube .video-label-box .video-label.video-category .uploader-icon {
+ float: left;
+ height: 16px;
+ width: 16px;
+ margin-right: 5px;
+ }
+ /*TS-53549*/
+
+ .trc-rtl.trc_elastic .thumbnails-h div[data-item-syndicated='true'].videoCube.thumbnail_start.syndicatedItem .thumbBlock_holder {
+ float: left;
+ margin: 0 12px 0 0;
+ }
+
+ .trc-rtl.trc_elastic .thumbnails-h div[data-item-syndicated='true'].videoCube.thumbnail_start.tabNativeItem.thumbBlock_holder {
+ float: left;
+ margin: 0 0 0 12px;
+ }
+
+ .trc-rtl.trc_elastic .thumbnails-h div[data-item-syndicated='true'].videoCube.thumbnail_start.inNetworkItem .thumbBlock_holder {
+ float: left;
+ margin: 0 0 0 12px;
+ }
+
+ .thumbnails-k img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbnails-k [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbnails-k .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ border-bottom: 1px solid black;
+ margin-bottom: 10px;
+ }
+
+ .thumbnails-k .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 39px;
+ }
+
+ .thumbnails-k .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .thumbnails-k .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-k .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .thumbnails-k .videoCube a {
+ padding: 0;
+ }
+
+ .thumbnails-k .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbnails-k .video-label-box {
+ height: 78px;
+ }
+
+ .trc_elastic .thumbnails-k .videoCube {
+ margin-bottom: 0px;
+ }
+
+ .thumbnails-k .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .thumbnails-k .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ word-wrap: normal;
+ }
+
+ .thumbnails-k .videoCube:hover .video-label-box .video-title,
+ .thumbnails-k .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .thumbnails-k .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbnails-k .syndicatedItem .branding {
+ line-height: 18.0px;
+ max-height: 18.0px;
+ vertical-align: middle;
+ -ebkit-line-clamp: 1 !important;
+ position: relative;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ }
+
+ .thumbnails-k .trc_header_left_column {
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: 39px;
+ }
+
+ .thumbnails-k .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-k .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ }
+
+ .thumbnails-k .videoCube .video-label-box .video-uploader {
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .thumbnails-k .videoCube .video-label-box .video-uploader dt {
+ font-weight: normal;
+ }
+
+ .thumbnails-k .video-label-box .video-label.video-category {
+ text-transform: capitalize;
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: 'Segoe UI', 'microsoft jhenghei';
+ }
+
+ .thumbnails-k .video-label-box .video-label.video-category dt {
+ font-weight: normal;
+ }
+
+ #taboola-above-article-thumbnails {
+ width: 700px;
+ margin: 0 auto;
+ }
+
+ #taboola-above-article-thumbnails .trc_rbox_container {
+ width: 70rem;
+ }
+
+ .thumbnails-o2 img {
+ max-width: none;
+ }
+ /* override bootstrap default span definitions */
+
+ .thumbnails-o2 [class*=span] {
+ float: none;
+ margin-left: 0;
+ }
+
+ .thumbnails-o2 .trc_rbox_header {
+ line-height: 1.2em;
+ position: relative;
+ display: none;
+ width: 100%;
+ background: transparent;
+ height: auto;
+ border-bottom: 1px solid black;
+ margin-bottom: 10px;
+ }
+
+ .thumbnails-o2 .trc_rbox_header_span .trc_header_right_column {
+ display: none;
+ background: transparent;
+ height: 39px;
+ }
+
+ .thumbnails-o2 .trc_rbox_header .logoDiv {
+ font-size: inherit;
+ }
+
+ .thumbnails-o2 .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-o2 .logoDiv a span {
+ display: inline;
+ color: #666666;
+ font-weight: normal;
+ font-size: 13.0px;
+ line-height: 18px;
+ font-family: Segoe UI, 'microsoft jhenghei';
+ }
+
+ .thumbnails-o2 .videoCube a {
+ padding: 0;
+ }
+
+ .thumbnails-o2 .thumbBlock {
+ margin: 0;
+ }
+
+ .trc_elastic .thumbnails-o2 .video-label-box {
+ height: 106px;
+ }
+
+ .thumbnails-o2 .videoCube .video-label-box {
+ margin-top: 5px;
+ }
+
+ .thumbnails-o2 .videoCube .video-label-box .video-title {
+ text-decoration: none;
+ margin: 0;
+ word-wrap: normal;
+ }
+
+ .thumbnails-o2 .videoCube:hover .video-label-box .video-title,
+ .thumbnails-o2 .videoCube:hover .video-label-box .video-title span {
+ text-decoration: underline;
+ }
+
+ .thumbnails-o2 .video-label-box .branding {
+ display: block;
+ }
+
+ .thumbnails-o2 .syndicatedItem .branding {
+ line-height: 18.0px;
+ margin-top: 10px;
+ vertical-align: middle;
+ }
+
+ .thumbnails-o2 .trc_header_left_column {
+ display: inline-block;
+ width: 100%;
+ background: transparent;
+ height: 39px;
+ }
+
+ .thumbnails-o2 .trc_rbox_header .logoDiv a {
+ font-size: 100%;
+ }
+
+ .thumbnails-o2 .trc_rbox_header .trc_header_ext {
+ position: absolute;
+ right: 0;
+ }
+
+ .thumbnails-o2 .videoCube .video-label-box .video-uploader {
+ display: block;
+ line-height: 20px;
+ margin-right: 5px;
+ }
+
+ .thumbnails-o2 .videoCube .video-label-box .video-uploader dt {
+ font-weight: normal;
+ }
+
+ .thumbnails-o2 .video-label-box .video-label.video-category {
+ text-transform: capitalize;
+ display: block;
+ line-height: 18px;
+ margin-top: 10px;
+ font-family: Segoe UI, 'microsoft jhenghei';
+ }
+
+ .thumbnails-o2 .video-label-box .video-label.video-category dt {
+ font-weight: normal;
+ }
+ </style>
+ <style type="text/css">
+ @media screen and (min-width: 0px) {
+ .trc_elastic_trc_83676 .trc_rbox_outer {
+ margin-left: -2.5%;
+ }
+ .trc_elastic_trc_83676 .videoCube_aspect {
+ padding-bottom: 83.33333333333334%;
+ width: 100%;
+ }
+ .trc_elastic_trc_83676 .videoCube {
+ width: 30.83%;
+ position: relative;
+ float: left;
+ margin: 0 0 2.5% 0;
+ margin-left: 2.5%;
+ }
+ .trc_elastic_trc_83676 div.videoCube:nth-of-type(-n+21) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_83676 div.videoCube:nth-of-type(n+22) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+ </style>
+ <style type="text/css">
+ .trc_popover_aug_container {
+ position: static;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover {
+ position: absolute;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ line-height: 16px;
+ color: #000000;
+ cursor: default;
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: 12000;
+ width: 180px;
+ padding: 1px;
+ text-align: left;
+ white-space: normal;
+ background-color: #ffffff;
+ border: 1px solid #ccc;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -webkit-background-clip: padding-box;
+ -moz-background-clip: padding;
+ background-clip: padding-box;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover iframe {
+ width: 100%;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover .trc_popover_arrow,
+ .trc_popover .trc_popover_arrow:after {
+ position: absolute;
+ display: block;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover .trc_popover_arrow {
+ border-width: 11px;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover .trc_popover_arrow:after {
+ border-width: 10px;
+ content: "";
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover.trc_bottom {
+ margin-top: 10px;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover.trc_bottom .trc_popover_arrow {
+ top: -11px;
+ right: 11px;
+ margin-left: -11px;
+ border-bottom-color: #999;
+ border-bottom-color: rgba(0, 0, 0, 0.25);
+ border-top-width: 0;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover.trc_bottom .trc_popover_arrow:after {
+ top: 1px;
+ margin-left: -10px;
+ border-bottom-color: #ffffff;
+ border-top-width: 0;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover_fade.trc_in {
+ visibility: visible;
+ opacity: 1;
+ filter: alpha(opacity=100);
+ transition-delay: 0s, 0s;
+ -moz-transition-delay: 0s, 0s;
+ -webkit-transition-delay: 0s, 0s;
+ -o-transition-delay: 0s, 0s;
+ -ms-transition-delay: 0s, 0s;
+ }
+
+ #tbl-aug-dyq7yc #tbl-aug-96en7x #tbl-aug-l40s1t .trc_popover_fade {
+ visibility: hidden;
+ opacity: 0;
+ filter: alpha(opacity=0);
+ transition: opacity 500ms 0s, visibility 0s 500ms;
+ -webkit-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -moz-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -o-transition: opacity 500ms 0s, visibility 0s 500ms;
+ -ms-transition: opacity 500ms 0s, visibility 0s 500ms;
+ }
+ </style>
+ <style type="text/css">
+ @media screen and (min-width: 0px) {
+ .trc_elastic_trc_97419 .trc_rbox_outer .videoCube .video-label-box {
+ height: auto;
+ }
+ .trc_elastic_trc_97419 .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+ .trc_elastic_trc_97419 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_97419 .videoCube_aspect {
+ padding-bottom: 75%;
+ width: 100%;
+ }
+ .trc_elastic_trc_97419 .videoCube {
+ width: 97.99%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_97419 div.videoCube:nth-of-type(-n+4) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_97419 div.videoCube:nth-of-type(n+5) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+ </style>
+ <style type="text/css">
+ @media screen and (min-width: 0px) {
+ .trc_elastic_trc_77119 .trc_rbox_outer .videoCube .video-label-box {
+ height: auto;
+ }
+ .trc_elastic_trc_77119 .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+ .trc_elastic_trc_77119 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_77119 .videoCube_aspect {
+ padding-bottom: 75%;
+ width: 100%;
+ }
+ .trc_elastic_trc_77119 .videoCube {
+ width: 97.99%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_77119 div.videoCube:nth-of-type(-n+4) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_77119 div.videoCube:nth-of-type(n+5) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+ </style>
+ <style type="text/css">
+ @media screen and (min-width: 0px) {
+ .trc_elastic_trc_97545 .trc_rbox_outer .videoCube .video-label-box {
+ height: auto;
+ }
+ .trc_elastic_trc_97545 .trc_rbox_outer .videoCube {
+ margin-bottom: 10px;
+ }
+ .trc_elastic_trc_97545 .trc_rbox_outer {
+ margin-left: -2%;
+ }
+ .trc_elastic_trc_97545 .videoCube_aspect {
+ padding-bottom: 75%;
+ width: 100%;
+ }
+ .trc_elastic_trc_97545 .videoCube {
+ width: 97.99%;
+ position: relative;
+ float: left;
+ margin: 0 0 2% 0;
+ margin-left: 2%;
+ }
+ .trc_elastic_trc_97545 div.videoCube:nth-of-type(-n+4) {
+ display: block;
+ visibility: visible;
+ }
+ .trc_elastic_trc_97545 div.videoCube:nth-of-type(n+5) {
+ display: none;
+ visibility: hidden;
+ }
+ }
+ </style>
+</head>
+
+<body class="ap content center-content gray tmx pc moz fltmuidflt9cf fltmuidflt14cf fltmuidflt50cf fltmuidflt301cf"><iframe marginwidth="0" marginheight="0" scrolling="no" id="_mN_beacons" style="display: none ! important;" frameborder="0" width="0" height="0"></iframe>
+
+ <script>
+ _timing.top = +new Date
+ </script>
+ <script>
+ require(["headData", "pageInstance", "mediator"], function(headData, pageInstance, mediator) {
+ var url = '//c.msn.com/c.gif?udc=true&amp;rid=09bc8b7b76484883a023f9b400b40653&amp;rnd=636148835780628490&amp;rf=&amp;tp=http%253A%252F%252Fwww.msn.com%252Fen-us%252Fnews%252Ftechnology%252Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%252Far-AAkm7Xj&amp;di=17930&amp;lng=en-us&amp;cv.product=prime&amp;pn=article&amp;activityId=09bc8b7b76484883a023f9b400b40653&amp;d.dgk=tmx.pc.moz&amp;d.imd=0';
+ if (headData & amp; & amp; headData.clientSettings & amp; & amp; headData.clientSettings.static_page) {
+ mediator.pub(pageInstance.eventName);
+ var rid = pageInstance.getActivityId();
+ url = url.replace(/([?&amp;]rid=)[^&amp;#]*/i, "$1" + rid);
+ }
+
+ var img = new Image();
+ img.onload = img.onerror = function() {
+ img.onload = img.onerror = null;
+ };
+ img.src = url;
+
+ });
+ </script>
+ <script>
+ /*&lt;![CDATA[*/
+ require(["track", "track.generic", "c.track.mobi"], function(t, g, o) {
+ t.extend({
+ "sitePage": {
+ "department": "newsscienceandtechnology",
+ "subDepartment": "",
+ "channel": "news",
+ "pageName": "article",
+ "autoRefresh": "0",
+ "requestId": "09bc8b7b76484883a023f9b400b40653",
+ "canvas": "Browser",
+ "vertical": "news",
+ "entityId": "AAkm7Xj",
+ "entityCollectionId": "",
+ "entitySrc": "ar",
+ "cvAuthor": "",
+ "d_dgk": "tmx.pc.moz",
+ "d_imd": "0",
+ "cvPartner": "Tech+Insider",
+ "cvPublcat": "Business+Insider+Inc",
+ "provid": "AAdD78Q",
+ "templ": "video:0;videocount:0;videopos:top;inlinerelated:0;UQualified:0;paginated:0;TaboolaMSN:0",
+ "pageIndex": "",
+ "pageTotalCount": "",
+ "isStaticPage": "False",
+ "pageVersion": "15",
+ "contentType": "unknown_use_metadata_to_set_the_content_type",
+ "isCorePV": "",
+ "chartBeatUID": "42635",
+ "chartBeatDomain": "msn.com",
+ "chartBeatBase": "http://static.chartbeat.com",
+ "otfURL": "//otf.msn.com/c.gif?",
+ "flightid": "muidflt9cf,muidflt14cf,muidflt50cf,muidflt301cf",
+ "exa": "muidflt9cf,muidflt14cf,muidflt50cf,muidflt301cf",
+ "cvProduct": "prime",
+ "pageId": "articlevnext",
+ "storeocid": "msn",
+ "pageUrl": "http%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%2Far-AAkm7Xj",
+ "device": "Unknown Unknown",
+ "domainId": "17930",
+ "propertyId": "",
+ "propertySpecifier": "",
+ "localeCode": "en-us"
+ },
+ "userStatic": {
+ "isSignedIn": "False",
+ "beginRequestTicks": "636148835780628490"
+ },
+ "spinTimeOut": 151,
+ "enableOOB": 1,
+ "oobWaitTime": 151
+ });
+ t.register(new g({
+ "base": "//c.msn.com/c.gif?",
+ "id": "ctag",
+ "disableOnAutoRefresh": "scorecard",
+ "isGeneratedEarly": 1,
+ "impr": {
+ "param": {
+ 'udc': 'true'
+ },
+ "paramMap": {
+ "event": {
+ 'evt': 'type'
+ },
+ "userDynamic": {
+ 'rid': 'requestId',
+ 'rnd': 'timeStamp'
+ },
+ "client": {
+ 'rf': 'referrer',
+ 'tp': 'pageUrl',
+ 'scr': 'screenResolution'
+ },
+ "sitePage": {
+ 'di': 'domainId',
+ 'lng': 'localeCode',
+ 'cv.product': 'cvProduct',
+ 'pn': 'pageName',
+ 'activityId': 'requestId',
+ 'd.dgk': 'd_dgk',
+ 'd.imd': 'd_imd'
+ }
+ }
+ }
+ }), new g({
+ "base": "http://b.scorecardresearch.com/b?",
+ "id": "scorecard",
+ "disableOnAutoRefresh": "scorecard",
+ "isGeneratedEarly": 0,
+ "impr": {
+ "param": {
+ 'c1': '2',
+ 'c2': '3000001'
+ },
+ "paramMap": {
+ "userDynamic": {
+ 'rn': 'timeStamp'
+ },
+ "client": {
+ 'c7': 'pageUrl',
+ 'c8': 'pageTitle',
+ 'c9': 'referrer'
+ }
+ }
+ },
+ "page_candidate": {
+ "paramMap": {
+ "event": {
+ 'evt': 'type'
+ },
+ "userDynamic": {
+ 'rn': 'timeStamp'
+ },
+ "client": {
+ 'c7': 'pageUrl',
+ 'c8': 'pageTitle',
+ 'c9': 'referrer'
+ }
+ }
+ }
+ }), new g({
+ "base": "//otf.msn.com/c.gif?",
+ "id": "udc",
+ "disableOnAutoRefresh": "scorecard",
+ "commonMap": {
+ "userDynamic": {
+ 'rid': 'requestId',
+ 'cts': 'timeStamp'
+ },
+ "client": {
+ 'clid': 'clientId'
+ },
+ "sitePage": {
+ 'di': 'domainId',
+ 'mkt': 'localeCode',
+ 'pn': 'pageName',
+ 'su': 'pageUrl',
+ 'pid': 'pageId',
+ 'mv': 'pageVersion',
+ 'cv.product': 'cvProduct',
+ 'flightid': 'flightid',
+ 'exa': 'exa',
+ 'activityId': 'requestId',
+ 'cvs': 'canvas',
+ 'subcvs': 'vertical'
+ }
+ },
+ "isGeneratedEarly": 0,
+ "impr": {
+ "param": {
+ 'evt': 'impr',
+ 'js': '1'
+ },
+ "paramMap": {
+ "userStatic": {
+ 'pp': 'isSignedIn'
+ },
+ "userDynamic": {
+ 'dv.snlogin': 'settings',
+ 'dv.grpfrmod': 'defaultSlotTrees'
+ },
+ "client": {
+ 'rf': 'referrer',
+ 'cu': 'pageUrl',
+ 'scr': 'screenResolution',
+ 'bh': 'height',
+ 'bw': 'width',
+ 'dv.Title1': 'pageTitle',
+ 'viewType': 'viewType',
+ 'e1': 'OTFTelemetry',
+ 'prs': 'personalization',
+ 'scp': 'sdcards'
+ },
+ "sitePage": {
+ 'st.dpt': 'department',
+ 'st.sdpt': 'subDepartment',
+ 'cv.partner': 'cvPartner',
+ 'cv.publcat': 'cvPublcat',
+ 'cv.author': 'cvAuthor',
+ 'CndEl': 'conditionalItem',
+ 'cv.entityId': 'entityId',
+ 'cv.entitySrc': 'entitySrc',
+ 'cv.parentId': 'entityCollectionId',
+ 'provid': 'provid',
+ 'ar': 'autoRefresh',
+ 'd.dgk': 'd_dgk',
+ 'd.imd': 'd_imd',
+ 'tmpl': 'templ',
+ 'isStaticPage': 'isStaticPage',
+ 'pgIdx': 'pageIndex',
+ 'pgTot': 'pageTotalCount'
+ },
+ "custom": {
+ 'pb': 'addCustomTags'
+ }
+ }
+ },
+ "click": {
+ "paramMap": {
+ "event": {
+ 'evt': 'type'
+ },
+ "userDynamic": {
+ 'aop': 'AOP',
+ 'region': 'Region',
+ 'slidetype': 'slideType',
+ 'eventIndex': 'eventNumber'
+ },
+ "client": {
+ 'gesture': 'gesture',
+ 'viewType': 'viewType'
+ },
+ "sitePage": {
+ 'cv.product': 'cvProduct'
+ },
+ "report": {
+ 'ce': 'contentElement',
+ 'cm': 'contentModule',
+ 'hl': 'headline',
+ 'du': 'destinationUrl',
+ 'e1': 'module',
+ 'l': 'nLineage',
+ 'lo': 'oLineage',
+ 'TTI': 'timeToInteract'
+ }
+ }
+ },
+ "page_candidate": {
+ "paramMap": {
+ "event": {
+ 'evt': 'type'
+ }
+ }
+ },
+ "unload": {
+ "paramMap": {
+ "event": {
+ 'evt': 'type'
+ },
+ "client": {
+ 'frd': 'frameData',
+ 'wbh': 'wasBrowserHiddenAtLeastOnce'
+ }
+ }
+ },
+ "app_error": {
+ "paramMap": {
+ "event": {
+ 'evt': 'type'
+ },
+ "report": {
+ 'errId': 'errId',
+ 'errMsg': 'errMsg',
+ 'errSource': 'errSource'
+ }
+ }
+ }
+ }));
+ t.trackPage();
+ })
+ //]]&gt;
+ </script>
+ <noscript>
+ &lt;img src="//c.msn.com/c.gif?udc=true&amp;amp;rid=09bc8b7b76484883a023f9b400b40653&amp;amp;rnd=636148835780628490&amp;amp;rf=&amp;amp;tp=http%253A%252F%252Fwww.msn.com%252Fen-us%252Fnews%252Ftechnology%252Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%252Far-AAkm7Xj&amp;amp;di=17930&amp;amp;lng=en-us&amp;amp;cv.product=prime&amp;amp;pn=article&amp;amp;activityId=09bc8b7b76484883a023f9b400b40653&amp;amp;d.dgk=tmx.pc.moz&amp;amp;d.imd=0" alt="image beacon" width="1" height="1" /&gt;&lt;img src="http://b.scorecardresearch.com/p?c1=2&amp;amp;c2=3000001&amp;amp;rn=636148835780628490&amp;amp;c7=http%253A%252F%252Fwww.msn.com%252Fen-us%252Fnews%252Ftechnology%252Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%252Far-AAkm7Xj&amp;amp;c8=&amp;amp;c9=" alt="image beacon" width="1" height="1" /&gt;&lt;img src="//otf.msn.com/c.gif?js=0&amp;amp;evt=impr&amp;amp;di=17930&amp;amp;pi=&amp;amp;ps=&amp;amp;su=http%253A%252F%252Fwww.msn.com%252Fen-us%252Fnews%252Ftechnology%252Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%252Far-AAkm7Xj&amp;amp;pageid=articlevnext&amp;amp;mkt=en-us&amp;amp;pn=article&amp;amp;mv=15&amp;amp;pp=False&amp;amp;cv.product=prime&amp;amp;cv.partner=Tech%2BInsider&amp;amp;cv.publcat=Business%2BInsider%2BInc&amp;amp;st.dpt=newsscienceandtechnology&amp;amp;st.sdpt=&amp;amp;dv.Title1=&amp;amp;cts=636148835780628490&amp;amp;rf=&amp;amp;rid=09bc8b7b76484883a023f9b400b40653&amp;amp;cvs=Browser&amp;amp;subcvs=news&amp;amp;cv.entityId=AAkm7Xj&amp;amp;cv.entitySrc=ar&amp;amp;provid=AAdD78Q&amp;amp;ar=0&amp;amp;d.dgk=tmx.pc.moz&amp;amp;d.imd=0&amp;amp;cv.parentId=&amp;amp;isCorePV=&amp;amp;pgIdx=&amp;amp;pgTot=&amp;amp;activityId=09bc8b7b76484883a023f9b400b40653" alt="image beacon" width="1" height="1" /&gt;
+</noscript>
+
+ <div class="head">
+
+
+
+ <header id="header-common" role="banner" data-region="header" data-id="1" data-m="{&quot;i&quot;:1,&quot;n&quot;:&quot;header&quot;,&quot;y&quot;:6}">
+
+
+
+
+ <h1>
+ <a class="logo" aria-label="msn" href="/en-us" data-id="2" data-m="{&quot;i&quot;:2,&quot;p&quot;:1,&quot;n&quot;:&quot;msnlogo&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;homepage&quot;,&quot;o&quot;:1}" tabindex="2">msn <span class="logohover">back to msn home</span>
+</a>
+ <a class="vertical" href="/en-us/news/#tevt=click_nonnav" data-id="3" data-m="{&quot;i&quot;:3,&quot;p&quot;:1,&quot;n&quot;:&quot;HeaderVerticalLink&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;news&quot;,&quot;o&quot;:2}" tabindex="2">news</a>
+
+ </h1>
+ <ul>
+ <li>
+
+ <section id="header-search" role="search" data-aop="search" data-id="4" data-m="{&quot;i&quot;:4,&quot;p&quot;:1,&quot;n&quot;:&quot;headersearch&quot;,&quot;y&quot;:9,&quot;o&quot;:3}">
+ <form action="https://www.bing.com/search?scope=web" method="get" id="srchfrm" target="_blank" data-customformtrack="true" data-form-code="PRNWSB" data-shfc="PRNWSH" data-bing-action-uri="https://www.bing.com/search?scope=web">
+
+
+ <button id="sb_form_go" class="text" title="web search">web search</button>
+
+ <button type="button" name="bingSearch" class="image" title="web search"></button>
+
+ <div class="qc">
+ <input id="q" name="q" accesskey="S" autocomplete="off" value="" maxlength="250" aria-label="Search:" data-id="5" data-m="{&quot;i&quot;:5,&quot;p&quot;:4,&quot;n&quot;:&quot;searchinput&quot;,&quot;y&quot;:9,&quot;o&quot;:1}" type="search" />
+
+ </div>
+ <input name="form" value="PRNWSB" data-id="6" data-m="{&quot;i&quot;:6,&quot;p&quot;:4,&quot;n&quot;:&quot;search_formcode&quot;,&quot;y&quot;:9,&quot;l&quot;:&quot;PRNWSB&quot;,&quot;o&quot;:2}" type="hidden" />
+ <input name="mkt" value="en-us" data-id="7" data-m="{&quot;i&quot;:7,&quot;p&quot;:4,&quot;n&quot;:&quot;search_locale&quot;,&quot;y&quot;:9,&quot;l&quot;:&quot;en-us&quot;,&quot;o&quot;:3}" type="hidden" />
+ <input name="httpsmsn" value="1" type="hidden" />
+
+ <input name="refig" value="09bc8b7b76484883a023f9b400b40653" type="hidden" />
+
+ <div id="sw_as" style="display: block;">
+ <div class="sa_as">
+ <div class="sw_b3">
+ <ul class="sa_drw"></ul>
+ <div class="sa_om" style="display: none;">
+ <ul>
+ <li><a href="http://onlinehelp.microsoft.com/en-us/bing/ff808490.aspx">What's this?</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </form>
+ <ul id="opensh"></ul>
+ <button type="button" title="web search" id="sb"></button>
+
+ </section>
+ </li>
+ <li>
+ <ul id="user-profile" data-sso-dependent="true" data-module-id="articlevnext||header|header-signin|signin" data-dhp_cookie_days="0" data-id="8" data-m="{&quot;i&quot;:8,&quot;p&quot;:1,&quot;n&quot;:&quot;header-signin&quot;,&quot;t&quot;:&quot;signin&quot;,&quot;o&quot;:4}">
+
+ <li id="sign-in">
+ <div id="meCtrl" data-sign-in-url="https://login.live.com/login.srf?wa=wsignin1.0&amp;rpsnv=13&amp;ct=1479286777&amp;rver=6.7.6643.0&amp;wp=LBI&amp;wreply=https:%2f%2fwww.msn.com%2fen-us%2fnews%2fSecure%2fPassport%3fru%3dhttp%253a%252f%252fwww.msn.com%252fen-us%252fnews%252ftechnology%252fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%252far-AAkm7Xj%253fpfr%253d1&amp;lc=1033&amp;id=1184&amp;mkt=en-us&amp;pcexp=True" data-sign-out-url="https://login.live.com/logout.srf?ct=1479286778&amp;rver=6.7.6643.0&amp;lc=1033&amp;id=1184&amp;lru=https:%2f%2fwww.msn.com%2fen-us%2fnews%2fSecure%2fPassport%3fru%3dhttp%253a%252f%252fwww.msn.com%252fen-us%252fnews%252ftechnology%252fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%252far-AAkm7Xj&amp;mkt=en-us&amp;pcexp=True" data-me-url="https://login.live.com/me.srf?wa=wsignin1.0&amp;rpsnv=13&amp;ct=1479286777&amp;rver=6.7.6643.0&amp;wp=LBI&amp;wreply=https:%2F%2Fwww.msn.com%2Fen-us%2Fnews%2FSecure%2FPassport%3Fru%3Dhttp%253a%252f%252fwww.msn.com%252fen-us%252fnews%252ftechnology%252fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%252far-AAkm7Xj%253fpfr%253d1&amp;lc=1033&amp;id=1184&amp;mkt=en-us">
+ <a href="https://login.live.com/login.srf?wa=wsignin1.0&amp;rpsnv=13&amp;ct=1479286777&amp;rver=6.7.6643.0&amp;wp=LBI&amp;wreply=https:%2f%2fwww.msn.com%2fen-us%2fnews%2fSecure%2fPassport%3fru%3dhttp%253a%252f%252fwww.msn.com%252fen-us%252fnews%252ftechnology%252fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%252far-AAkm7Xj%253fpfr%253d1&amp;lc=1033&amp;id=1184&amp;mkt=en-us&amp;pcexp=True" title="Sign in" data-id="9" data-m="{&quot;i&quot;:9,&quot;p&quot;:8,&quot;n&quot;:&quot;SignInNavigation&quot;,&quot;y&quot;:14,&quot;o&quot;:1}">
+ <span class="mectrlname mectrlsignin">Sign in</span>
+ </a>
+ </div>
+ <script>
+ require(["refreshSigninModule", "c.sso"], function(r) {
+ r()
+ })
+ </script>
+ </li>
+ <li id="settings">
+ <a href="#temp" data-id="10" data-m="{&quot;i&quot;:10,&quot;p&quot;:8,&quot;n&quot;:&quot;settings&quot;,&quot;y&quot;:14,&quot;o&quot;:2}" alt="settings"></a>
+ <ul role="menu" aria-hidden="true">
+
+ <li>
+ <label>Change language &amp; content:</label>
+ <select id="site-market" data-id="11" data-m="{&quot;i&quot;:11,&quot;p&quot;:8,&quot;n&quot;:&quot;changemarket&quot;,&quot;y&quot;:14,&quot;o&quot;:3}">
+ <option data-mkt="es-xl" data-mkt-url="//www.msn.com/es-xl/noticias">América Latina (español)</option>
+ <option data-mkt="es-ar" data-mkt-url="//www.msn.com/es-ar/noticias">Argentina (español)</option>
+ <option data-mkt="en-au" data-mkt-url="//www.msn.com/en-au/news">Australia (English)</option>
+ <option data-mkt="nl-be" data-mkt-url="//www.msn.com/nl-be/nieuws">België (Nederlands)</option>
+ <option data-mkt="fr-be" data-mkt-url="//www.msn.com/fr-be/actualite">Belgique (français)</option>
+ <option data-mkt="pt-br" data-mkt-url="//www.msn.com/pt-br/noticias">Brasil (português)</option>
+ <option data-mkt="en-ca" data-mkt-url="//www.msn.com/en-ca/news">Canada (English)</option>
+ <option data-mkt="fr-ca" data-mkt-url="//www.msn.com/fr-ca/actualites">Canada (français)</option>
+ <option data-mkt="es-cl" data-mkt-url="//www.msn.com/es-cl/noticias">Chile (español)</option>
+ <option data-mkt="es-co" data-mkt-url="//www.msn.com/es-co/noticias">Colombia (español)</option>
+ <option data-mkt="da-dk" data-mkt-url="//www.msn.com/da-dk/nyheder">Danmark (Dansk)</option>
+ <option data-mkt="de-de" data-mkt-url="//www.msn.com/de-de/nachrichten">Deutschland (Deutsch)</option>
+ <option data-mkt="es-es" data-mkt-url="//www.msn.com/es-es/noticias">España (español)</option>
+ <option data-mkt="fr-fr" data-mkt-url="//www.msn.com/fr-fr/actualite">France (français)</option>
+ <option data-mkt="en-in" data-mkt-url="//www.msn.com/en-in/news">India (English)</option>
+ <option data-mkt="id-id" data-mkt-url="//u.msn.com/id-id/berita">Indonesia (Bahasa Indonesia)</option>
+ <option data-mkt="en-ie" data-mkt-url="//www.msn.com/en-ie/news">Ireland (English)</option>
+ <option data-mkt="it-it" data-mkt-url="//www.msn.com/it-it/notizie">Italia (italiano)</option>
+ <option data-mkt="en-my" data-mkt-url="//www.msn.com/en-my/news">Malaysia (English)</option>
+ <option data-mkt="es-mx" data-mkt-url="//prodigy.msn.com/es-mx/noticias">México (español)</option>
+ <option data-mkt="nl-nl" data-mkt-url="//www.msn.com/nl-nl/nieuws">Nederland (Nederlands)</option>
+ <option data-mkt="en-nz" data-mkt-url="//www.msn.com/en-nz/news">New Zealand (English)</option>
+ <option data-mkt="nb-no" data-mkt-url="//www.msn.com/nb-no/nyheter">Norge (norsk, bokmål)</option>
+ <option data-mkt="de-at" data-mkt-url="//www.msn.com/de-at/nachrichten">Österreich (Deutsch)</option>
+ <option data-mkt="es-pe" data-mkt-url="//www.msn.com/es-pe/noticias">Perú (español)</option>
+ <option data-mkt="en-ph" data-mkt-url="//www.msn.com/en-ph/news">Philippines (English)</option>
+ <option data-mkt="pl-pl" data-mkt-url="//www.msn.com/pl-pl/wiadomosci">Polska (polski)</option>
+ <option data-mkt="pt-pt" data-mkt-url="//www.msn.com/pt-pt/noticias">Portugal (Português)</option>
+ <option data-mkt="de-ch" data-mkt-url="//www.msn.com/de-ch/nachrichten">Schweiz (Deutsch)</option>
+ <option data-mkt="en-sg" data-mkt-url="//www.msn.com/en-sg/news">Singapore (English)</option>
+ <option data-mkt="en-za" data-mkt-url="//www.msn.com/en-za/news">South Africa (English)</option>
+ <option data-mkt="fr-ch" data-mkt-url="//www.msn.com/fr-ch/actualite">Suisse (français)</option>
+ <option data-mkt="fi-fi" data-mkt-url="//www.msn.com/fi-fi/uutiset">Suomi (suomi)</option>
+ <option data-mkt="sv-se" data-mkt-url="//www.msn.com/sv-se/nyheter">Sverige (svenska)</option>
+ <option data-mkt="tr-tr" data-mkt-url="//www.msn.com/tr-tr/haber">Türkiye (Türkçe)</option>
+ <option data-mkt="en-ae" data-mkt-url="//www.msn.com/en-ae/news">United Arab Emirates (English)</option>
+ <option data-mkt="en-gb" data-mkt-url="//www.msn.com/en-gb/news">United Kingdom (English)</option>
+ <option data-mkt="en-us" data-mkt-url="//www.msn.com/en-us/news" selected="selected">United States (English)</option>
+ <option data-mkt="es-us" data-mkt-url="//www.msn.com/es-us/noticias">United States (español)</option>
+ <option data-mkt="es-ve" data-mkt-url="//www.msn.com/es-ve/noticias">Venezuela (español)</option>
+ <option data-mkt="vi-vn" data-mkt-url="//www.msn.com/vi-vn/news">Việt Nam (Tiếng Việt)</option>
+ <option data-mkt="el-gr" data-mkt-url="//www.msn.com/el-gr/news">Ελλάδα (ελληνικά)</option>
+ <option data-mkt="ru-ru" data-mkt-url="//www.msn.com/ru-ru/news">Россия (Pусский)</option>
+ <option data-mkt="he-il" data-mkt-url="//www.msn.com/he-il/news">ישראל (עברית)‏</option>
+ <option data-mkt="ar-ae" data-mkt-url="//www.msn.com/ar-ae/news">الإمارات العربية المتحدة (العربية‏)</option>
+ <option data-mkt="ar-sa" data-mkt-url="//www.msn.com/ar-sa/news">المملكة العربية السعودية (العربية‏)</option>
+ <option data-mkt="ar-eg" data-mkt-url="//www.msn.com/ar-eg/news">مصر (العربية‏)</option>
+ <option data-mkt="th-th" data-mkt-url="//www.msn.com/th-th/news">ไทย (ไทย)</option>
+ <option data-mkt="ko-kr" data-mkt-url="//www.msn.com/ko-kr/news">한국 (한국어)</option>
+ <option data-mkt="zh-cn" data-mkt-url="//cn.msn.com/news">中华人民共和国 (简体中文)</option>
+ <option data-mkt="zh-tw" data-mkt-url="//www.msn.com/zh-tw/news">台灣 (繁體中文)</option>
+ <option data-mkt="ja-jp" data-mkt-url="//www.msn.com/ja-jp/news">日本 (日本語)</option>
+ <option data-mkt="zh-hk" data-mkt-url="//www.msn.com/zh-hk/news">香港特别行政區 (繁體中文)</option>
+ </select>
+ </li>
+
+ <li class="marketswitch" data-mkt="es-us" data-mkt-url="//www.msn.com/es-us/noticias" data-id="12" data-m="{&quot;i&quot;:12,&quot;p&quot;:8,&quot;n&quot;:&quot;marketswitch&quot;,&quot;y&quot;:14,&quot;o&quot;:4}">
+ <button>Switch to Latino</button>
+ </li>
+
+
+
+
+
+ <li class="feedback">
+
+ <a href="#" id="usermenu-feedback" data-id="13" data-m="{&quot;i&quot;:13,&quot;p&quot;:8,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:14,&quot;o&quot;:5}">
+ Feedback
+</a>
+ </li>
+ <li>
+ <a target="_blank" href="https://support.microsoft.com/product/msn/msn" data-id="14" data-m="{&quot;i&quot;:14,&quot;p&quot;:8,&quot;n&quot;:&quot;helpLink&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;homepage&quot;,&quot;o&quot;:6}">Help</a>
+ </li>
+ </ul>
+
+ </li>
+
+ </ul>
+
+
+
+
+
+ </li>
+ </ul>
+
+ </header>
+ <div class="search-overlay" data-aop="search-overlay"></div>
+ <nav id="nav" role="navigation" data-region="megamenu_nav" data-id="15" data-m="{&quot;i&quot;:15,&quot;n&quot;:&quot;megamenu_nav&quot;,&quot;y&quot;:14}">
+ <div class="navinner">
+
+ <button type="button" data-aop="left-flipper"></button>
+ <ul class="supernav" role="menubar" aria-label="Site Navigation" data-aop="lastcolumn">
+ <li role="presentation" data-category-key="" data-id="16" data-m="{&quot;i&quot;:16,&quot;p&quot;:15,&quot;n&quot;:&quot;news&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;news&quot;,&quot;o&quot;:1}" data-width="61">
+ <a data-link-type="category" href="/en-us/news">
+ Headlines
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="17" data-m="{&quot;i&quot;:17,&quot;p&quot;:15,&quot;n&quot;:&quot;newsus&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newsus&quot;,&quot;o&quot;:2}" data-width="39.5167">
+ <a data-link-type="category" href="/en-us/news/us">
+ US
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="18" data-m="{&quot;i&quot;:18,&quot;p&quot;:15,&quot;n&quot;:&quot;newsworld&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newsworld&quot;,&quot;o&quot;:3}" data-width="60.5167">
+ <a data-link-type="category" href="/en-us/news/world">
+ World
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="19" data-m="{&quot;i&quot;:19,&quot;p&quot;:15,&quot;n&quot;:&quot;newscrime&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newscrime&quot;,&quot;o&quot;:4}" data-width="59.5167">
+ <a data-link-type="category" href="/en-us/news/crime">
+ Crime
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="20" data-m="{&quot;i&quot;:20,&quot;p&quot;:15,&quot;n&quot;:&quot;Election 2016&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;Election 2016&quot;,&quot;o&quot;:5}" data-width="105.5167">
+ <a data-link-type="category" href="/en-us/news/politics">
+ Election 2016
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="21" data-m="{&quot;i&quot;:21,&quot;p&quot;:15,&quot;n&quot;:&quot;newsopinion&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newsopinion&quot;,&quot;o&quot;:6}" data-width="72.5167">
+ <a data-link-type="category" href="/en-us/news/opinion">
+ Opinion
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="22" data-m="{&quot;i&quot;:22,&quot;p&quot;:15,&quot;n&quot;:&quot;newslocal&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newslocal&quot;,&quot;o&quot;:7}" data-width="54.5167">
+ <a data-link-type="category" href="/en-us/news/local">
+ Local
+ </a>
+ </li>
+ <li class="current" role="presentation" data-category-key="" data-id="23" data-m="{&quot;i&quot;:23,&quot;p&quot;:15,&quot;n&quot;:&quot;newsscienceandtechnology&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newsscienceandtechnology&quot;,&quot;o&quot;:8}" data-width="93.5167">
+ <a data-link-type="category" href="/en-us/news/technology">
+ Technology
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="24" data-m="{&quot;i&quot;:24,&quot;p&quot;:15,&quot;n&quot;:&quot;newsoffbeat&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newsoffbeat&quot;,&quot;o&quot;:9}" data-width="69.5167">
+ <a data-link-type="category" href="/en-us/news/offbeat">
+ Offbeat
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="25" data-m="{&quot;i&quot;:25,&quot;p&quot;:15,&quot;n&quot;:&quot;Live Coverage&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;Live Coverage&quot;,&quot;o&quot;:10}" data-width="109.5167">
+ <a data-link-type="category" href="/en-us/news/livecoverage/breaking-news-now/lc-BBqgBkP">
+ Live Coverage
+ </a>
+ </li>
+ <li role="presentation" data-category-key="" data-id="26" data-m="{&quot;i&quot;:26,&quot;p&quot;:15,&quot;n&quot;:&quot;newsvideos&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newsvideos&quot;,&quot;o&quot;:11}" data-width="58.5167">
+ <a data-link-type="category" href="/en-us/news/video">
+ Video
+ </a>
+ </li>
+ </ul>
+ <ul class="mylink" role="menubar" aria-label="Site Navigation" data-aop="lastcolumn">
+ <li role="menuitem" data-id="27" data-m="{&quot;i&quot;:27,&quot;p&quot;:15,&quot;n&quot;:&quot;newstopics&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;newstopics&quot;,&quot;o&quot;:12}" data-width="63">
+ <a data-link-type="category" href="/en-us/news/topics">My Topics</a>
+ </li>
+ </ul>
+ <button type="button" data-aop="right-flipper"></button>
+
+ </div>
+ </nav>
+
+
+
+
+ </div>
+
+ <nav class="megamenu" data-region="megamenu_nav" data-id="28" data-m="{&quot;i&quot;:28,&quot;n&quot;:&quot;megamenu_nav&quot;,&quot;y&quot;:14}">
+ <div class="start">
+ <ul role="menubar" aria-label="Site Navigation">
+ <li class="homepage" role="menuitem" data-id="29" data-m="{&quot;i&quot;:29,&quot;n&quot;:&quot;homepage&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;homepage&quot;}">
+ <a href="/en-us" tabindex="2">Home</a>
+ </li>
+ <li class="news" role="menuitem" data-id="30" data-m="{&quot;i&quot;:30,&quot;n&quot;:&quot;news&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;news&quot;}">
+ <a href="/en-us/news" tabindex="2">News</a>
+ </li>
+ <li class="weather" role="menuitem" data-id="31" data-m="{&quot;i&quot;:31,&quot;n&quot;:&quot;weather&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;weather&quot;}">
+ <a href="/en-us/weather" tabindex="2">Weather</a>
+ </li>
+ <li class="entertainment" role="menuitem" data-id="32" data-m="{&quot;i&quot;:32,&quot;n&quot;:&quot;entertainment&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;entertainment&quot;}">
+ <a href="/en-us/entertainment" tabindex="2">Entertainment</a>
+ </li>
+ <li class="sports" role="menuitem" data-id="33" data-m="{&quot;i&quot;:33,&quot;n&quot;:&quot;sports&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;sports&quot;}">
+ <a href="/en-us/sports" tabindex="2">Sports</a>
+ </li>
+ <li class="finance" role="menuitem" data-id="34" data-m="{&quot;i&quot;:34,&quot;n&quot;:&quot;finance&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;finance&quot;}">
+ <a href="/en-us/money" tabindex="2">Money</a>
+ </li>
+ </ul>
+
+ <ul role="menubar" aria-label="Site Navigation">
+ <li class="lifestyle" role="menuitem" data-id="35" data-m="{&quot;i&quot;:35,&quot;n&quot;:&quot;lifestyle&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;lifestyle&quot;}">
+ <a href="/en-us/lifestyle" tabindex="2">Lifestyle</a>
+ </li>
+ <li class="health" role="menuitem" data-id="36" data-m="{&quot;i&quot;:36,&quot;n&quot;:&quot;health&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;health&quot;}">
+ <a href="/en-us/health" tabindex="2">Health &amp; Fitness</a>
+ </li>
+ <li class="foodanddrink" role="menuitem" data-id="37" data-m="{&quot;i&quot;:37,&quot;n&quot;:&quot;foodanddrink&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;foodanddrink&quot;}">
+ <a href="/en-us/foodanddrink" tabindex="2">Food &amp; Drink</a>
+ </li>
+ <li class="travel" role="menuitem" data-id="38" data-m="{&quot;i&quot;:38,&quot;n&quot;:&quot;travel&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;travel&quot;}">
+ <a href="/en-us/travel" tabindex="2">Travel</a>
+ </li>
+ <li class="autos" role="menuitem" data-id="39" data-m="{&quot;i&quot;:39,&quot;n&quot;:&quot;autos&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;autos&quot;}">
+ <a href="/en-us/autos" tabindex="2">Autos</a>
+ </li>
+ <li class="video" role="menuitem" data-id="40" data-m="{&quot;i&quot;:40,&quot;n&quot;:&quot;video&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;video&quot;}">
+ <a href="/en-us/video" tabindex="2">Video</a>
+ </li>
+ </ul>
+
+ </div>
+ <div>
+
+
+ <div class="list7lines">
+ <h2>News Sections</h2>
+ <ul role="menubar">
+ <li role="menuitem">
+ <a href="/en-us/news/us" tabindex="2">US</a>
+ </li>
+ <li role="menuitem">
+ <a href="/en-us/news/world" tabindex="2">World</a>
+ </li>
+ <li role="menuitem">
+ <a href="/en-us/news/crime" tabindex="2">Crime</a>
+ </li>
+ <li role="menuitem">
+ <a href="/en-us/news/technology" tabindex="2">Technology</a>
+ </li>
+ <li role="menuitem">
+ <a href="/en-us/news/politics" tabindex="2">Politics</a>
+ </li>
+ <li role="menuitem">
+ <a href="/en-us/news/livecoverage/breaking-news-now/lc-BBqgBkP" tabindex="2">Live Coverage</a>
+ </li>
+ </ul>
+ </div>
+
+
+ <div class="list7lines">
+ <ul role="menubar">
+ <li role="menuitem">
+ <a href="/en-us/news/topics" tabindex="2">My Topics</a>
+ </li>
+ <li role="menuitem">
+ <a href="/en-us/news/video" tabindex="2">Video</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+
+
+ </nav>
+
+
+
+ <div id="precontent" data-region="precontent" data-id="41" data-m="{&quot;i&quot;:41,&quot;n&quot;:&quot;precontent&quot;,&quot;y&quot;:6}">
+
+ <div tabindex="-1" id="banner1_article_newsscienceandtechnology_bc75cdd5-518c-4eaf-b499-34398421dd5c" class="widead non-empty-ad" data-aop="articletakeoverad_ad" data-id="42" data-m="{&quot;i&quot;:42,&quot;p&quot;:41,&quot;n&quot;:&quot;articletakeoverad&quot;,&quot;t&quot;:&quot;ad&quot;,&quot;o&quot;:1}" aria-label="advertisement" style="visibility: visible;">
+
+
+ <div class="outeradcontainer" style="display: inline-block;">
+
+ <div id="banner1_article_newsscienceandtechnology_container_bc75cdd5-518c-4eaf-b499-34398421dd5c" class="adcontainer" data-adjs="{&quot;allowedViews&quot;:&quot;SIZE234COLUMN&quot;}" tabindex="-1" aria-label="advertisement" data-ad="{&quot;w&quot;:1194,&quot;h&quot;:710,&quot;c&quot;:4,&quot;v&quot;:1,&quot;d&quot;:1,&quot;r&quot;:1,&quot;s&quot;:false}" style="visibility: visible;"><iframe title="Ad" marginwidth="0" marginheight="0" allowtransparency="true" scrolling="no" id="atwAdFrame0" banid="7637809|24808435" class="uac_728x90" frameborder="0" width="728" height="90"></iframe></div>
+ <a href="http://go.microsoft.com/fwlink/?LinkID=286759" class="adchoices" target="_blank" data-piitxt="adchoices" style="display: block;">
+ <span class="adchoiceicon"></span>
+ <span>AdChoices</span>
+ </a>
+
+ </div>
+
+ </div>
+ <div class="tbla trc_related_container trc_spotlight_widget" id="taboola-above-article-thumbnails" data-id="43" data-m="{&quot;i&quot;:43,&quot;p&quot;:41,&quot;n&quot;:&quot;taboolabanner&quot;,&quot;t&quot;:&quot;taboolawidget&quot;,&quot;o&quot;:2}" data-aop="taboolabanner_taboolawidget" data-page-type="article" data-placement-id="Above Article Thumbnails" data-placement="" data-partner="TB" data-mode="thumbnails-k" data-gallery-url="">
+ <div class="trc_rbox_container" style="display: none;">
+ <div>
+ <div id="trc_wrapper_29309" class="trc_rbox thumbnails-k" style="overflow: hidden; display: none;"></div>
+ </div>
+ </div>
+ </div>
+ <header class="collection-headline">
+ <h1 itemprop="headline" class="">
+ Nintendo's first iPhone game will launch in December for $10
+ </h1>
+ </header>
+
+ <section class="Modelinfo">
+ <div class="authorinfo-bsb" data-stickyviews="4" style="">
+ <div class="authorinfotb">
+ <span class="partnerlogo-img" itemprop="publisher" itemscope="" itemtype="http://schema.org/organization" data-aop="providerlogo" data-id="44" data-m="{&quot;i&quot;:44,&quot;p&quot;:41,&quot;n&quot;:&quot;providerLogo&quot;,&quot;t&quot;:&quot;icon&quot;,&quot;o&quot;:3}">
+ <a href="http://www.techinsider.io" target="_blank" itemprop="url">
+ <span class="partnermainlogo"><img alt="Tech Insider" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfvkM.img?h=50&amp;w=50&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfvkM.img?h=100&amp;w=100&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png" class="loaded" data-initial-set="true" />
+ </span>
+ <span class="partnermediumlogo"><img alt="Tech Insider" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfNkL.img?h=24&amp;w=24&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;}" src="//static-entertainment-eas-s-msn-com.akamaized.net/sc/9b/e151e5.gif" /></span>
+ </a>
+ </span>
+ <div class="sourcename-txt truncate">
+ <a href="http://www.techinsider.io" target="_blank" title="tech insider" itemprop="url">Tech Insider</a>
+ </div>
+ <div class="authorinfo-txt">
+ <span class="authorname-txt" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/person" data-id="45" data-m="{&quot;i&quot;:45,&quot;p&quot;:41,&quot;n&quot;:&quot;authorName&quot;,&quot;t&quot;:&quot;name&quot;,&quot;o&quot;:4}">
+ <span class="truncate" itemprop="name">Alex Perry</span>
+ </span>
+ <time data-always-show="true" datetime="2016-11-15T07:00:00.000Z">1 day ago</time>
+ </div>
+ </div>
+ <div class="sharingtb">
+ <div class="stb-bsb" data-aop="sharingtoolbar_social" data-id="46" data-m="{&quot;i&quot;:46,&quot;p&quot;:41,&quot;n&quot;:&quot;socialtoolbar&quot;,&quot;y&quot;:8,&quot;o&quot;:5}">
+
+ <a data-id="47" data-m="{&quot;i&quot;:47,&quot;p&quot;:46,&quot;n&quot;:&quot;LINKEDIN&quot;,&quot;t&quot;:&quot;sharingToolbar&quot;,&quot;o&quot;:1}" class="stb-btn stb-linkedin stb-btn-first" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=http%3a%2f%2fa.msn.com%2f01%2fen-us%2fAAkm7Xj%3focid%3dsl&amp;title=Nintendo%27s+first+iPhone+game+will+launch+in+December+for+%2410&amp;source=http%3a%2f%2fa.msn.com%2f01%2fen-us%2fAAkm7Xj%3focid%3dsl" data-piitxt="tmx-stb-linkedin" aria-label="share on linkedin">
+ <div class="stb-box">
+ <span class="stb-text" aria-hidden="true" role="presentation">SHARE</span>
+ </div>
+ </a>
+ <a data-id="48" data-m="{&quot;i&quot;:48,&quot;p&quot;:46,&quot;n&quot;:&quot;FACEBOOK&quot;,&quot;t&quot;:&quot;sharingToolbar&quot;,&quot;o&quot;:2}" class="stb-btn stb-facebook" href="http://a.msn.com/01/en-us/AAkm7Xj?ocid=sf" data-piitxt="tmx-stb-facebook" aria-label="share on facebook">
+ <div class="stb-box">
+ <span class="stb-text" aria-hidden="true" role="presentation">SHARE</span>
+ </div>
+ </a>
+ <a data-id="49" data-m="{&quot;i&quot;:49,&quot;p&quot;:46,&quot;n&quot;:&quot;TWITTER&quot;,&quot;t&quot;:&quot;sharingToolbar&quot;,&quot;o&quot;:3}" class="stb-btn stb-twitter" href="https://twitter.com/share?url=http%3a%2f%2fa.msn.com%2f01%2fen-us%2fAAkm7Xj%3focid%3dst&amp;text=Nintendo%27s+first+iPhone+game+will+launch+in+December+for+%2410&amp;original_referer=http%3a%2f%2fa.msn.com%2f01%2fen-us%2fAAkm7Xj%3focid%3dst" data-piitxt="tmx-stb-twitter" aria-label="tweet">
+ <div class="stb-box">
+ <span class="stb-text" aria-hidden="true" role="presentation">TWEET</span>
+ </div>
+ </a>
+ <a data-id="50" data-m="{&quot;i&quot;:50,&quot;p&quot;:46,&quot;n&quot;:&quot;SKYPE&quot;,&quot;t&quot;:&quot;sharingToolbar&quot;,&quot;o&quot;:4}" class="stb-btn stb-skype" href="https://web.skype.com/share?url=http%3a%2f%2fa.msn.com%2f01%2fen-us%2fAAkm7Xj&amp;lang=en-us&amp;flow_id=d1793c77-3575-495b-a2c4-24bfdef36ebc" data-piitxt="tmx-stb-skype" aria-label="share on skype">
+ <div class="stb-box">
+ <span class="stb-text" aria-hidden="true" role="presentation">SHARE</span>
+ </div>
+ </a>
+ <a data-id="51" data-m="{&quot;i&quot;:51,&quot;p&quot;:46,&quot;n&quot;:&quot;EMAIL&quot;,&quot;t&quot;:&quot;sharingToolbar&quot;,&quot;o&quot;:5}" class="stb-btn stb-email" href="mailto:?subject=Nintendo%27s%20first%20iPhone%20game%20will%20launch%20in%20December%20for%20%2410&amp;body=I%20thought%20you%20would%20be%20interested%20in%20this%20story%20I%20found%20on%20MSN%3a%20Nintendo%27s%20first%20iPhone%20game%20will%20launch%20in%20December%20for%20%2410%20http%3a%2f%2fa.msn.com%2f01%2fen-us%2fAAkm7Xj%3focid%3dse" data-piitxt="tmx-stb-email" aria-label="share via email">
+ <div class="stb-box">
+ <span class="stb-text" aria-hidden="true" role="presentation">EMAIL</span>
+ </div>
+ </a>
+
+ </div>
+
+
+ </div>
+
+ </div>
+ </section>
+
+
+
+
+
+ </div>
+ <script>
+ window._flushTimings & amp; & amp;
+ (window._flushTimings.PreContentEnd = new Date - window.performance.timing.navigationStart);
+ </script>
+
+ <div id="maincontent">
+ <div class="content" id="content">
+ <main id="main" role="main" data-region="main" data-id="52" data-m="{&quot;i&quot;:52,&quot;n&quot;:&quot;main&quot;,&quot;y&quot;:6}">
+
+ <div class="paddle previous loaded" data-aop="paddles_prev" data-id="53" data-m="{&quot;i&quot;:53,&quot;p&quot;:52,&quot;n&quot;:&quot;previous&quot;,&quot;y&quot;:14,&quot;o&quot;:1}">
+ <a href="/en-us/news/technology/twitter-suspends-alt-right-accounts/ar-AAklH4d">
+ <div class="headline ">
+ <img alt="Man checking phone in front of Twitter logo." data-src="{&quot;default&quot;:&quot;//img.s-msn.com/tenant/amp/entityid/BBdAmDL.img?h=75&amp;w=100&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;x=939&amp;y=445&quot;}" src="http://img.s-msn.com/tenant/amp/entityid/BBdAmDL.img?h=150&amp;w=200&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;x=939&amp;y=445" title="Man checking phone in front of Twitter logo. - Chris Ratcliffe/Bloomberg" class="loaded" data-initial-set="true" />
+ <div>
+ <h4 class="truncate">Twitter suspends alt-right accounts</h4>
+ </div>
+ </div>
+ </a>
+
+ </div>
+ <div class="paddle next loaded" data-aop="paddles_next" data-id="54" data-m="{&quot;i&quot;:54,&quot;p&quot;:52,&quot;n&quot;:&quot;next&quot;,&quot;y&quot;:14,&quot;o&quot;:2}">
+ <a href="/en-us/news/technology/oneplus-3t-vs-oneplus-3-whats-the-difference/ar-AAkmfI2">
+ <div class="headline ">
+ <img alt="The OnePlus 3T is visually identical to the OnePlus 3 but has a new darker grey 'gunmetal' colour option. Image credit: OnePlus" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAklvVK.img?h=75&amp;w=100&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;x=517&amp;y=530&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAklvVK.img?h=150&amp;w=200&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;x=517&amp;y=530" title="The OnePlus 3T is visually identical to the OnePlus 3 but has a new darker grey 'gunmetal' colour op... - Provided by Forbes Media LLC" class="loaded" data-initial-set="true" />
+ <div>
+ <h4 class="truncate">OnePlus 3T vs OnePlus 3: what's the difference?</h4>
+ </div>
+ </div>
+ </a>
+
+ </div>
+
+
+
+ <article itemscope="" itemtype="http://schema.org/NewsArticle" class="articlecontent loaded" data-aop="article">
+ <section class="articlebody" itemprop="articleBody" data-aop="articlebody">
+ <p>
+ <span class="storyimage fullwidth inlineimage" data-aop="image">
+<span class="image" data-attrib="Provided by Business Insider Inc" data-caption="&lt;span style=&quot;font-size:13px;&quot;&gt;Nintendo/Apple&lt;/span&gt;" data-id="55" data-m="{&quot;i&quot;:55,&quot;p&quot;:52,&quot;n&quot;:&quot;openModal&quot;,&quot;t&quot;:&quot;articleImages&quot;,&quot;o&quot;:3}">
+ <img alt="&lt;span style=&quot;font-size:13px;&quot;&gt;Nintendo/Apple&lt;/span&gt;" data-src="{&quot;default&quot;:{&quot;load&quot;:&quot;default&quot;,&quot;w&quot;:&quot;73&quot;,&quot;h&quot;:&quot;41&quot;,&quot;src&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img?h=410&amp;w=728&amp;m=6&amp;q=60&amp;o=f&amp;l=f&amp;x=1162&amp;y=540&quot;},&quot;size3column&quot;:{&quot;load&quot;:&quot;default&quot;,&quot;w&quot;:&quot;62&quot;,&quot;h&quot;:&quot;35&quot;,&quot;src&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img?h=351&amp;w=624&amp;m=6&amp;q=60&amp;o=f&amp;l=f&amp;x=1162&amp;y=540&quot;},&quot;size2column&quot;:{&quot;load&quot;:&quot;default&quot;,&quot;w&quot;:&quot;62&quot;,&quot;h&quot;:&quot;35&quot;,&quot;src&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img?h=351&amp;w=624&amp;m=6&amp;q=60&amp;o=f&amp;l=f&amp;x=1162&amp;y=540&quot;}}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkk5fh.img?h=820&amp;w=1456&amp;m=6&amp;q=60&amp;o=f&amp;l=f&amp;x=1162&amp;y=540" style="width:73rem;height:41rem;" class="loaded" data-initial-set="true" />
+</span>
+ <span class="caption truncate">
+ <span class="attribution">© Provided by Business Insider Inc</span>
+ <span style="font-size:13px;">Nintendo/Apple</span>
+ </span>
+ </span>
+ Nintendo and Apple shocked the world earlier this year by announcing "Super Mario Run," the legendary gaming company's first foray into mobile gaming. It's a Mario game you can play on your phone with just one hand, so what's not to love?</p>
+ <p>Thankfully, now we know when you can get it and for how much: "Super Mario Run" will launch on iPhone and iPad on December 15, for a flat fee of $9.99. You can play a sample of the game modes for free, but unlike most other mobile games that let you download for free but require money to keep playing, or access parts of the game, you can pay $10 to get everything right away. </p>
+ <p>In case you haven't heard, "Super Mario Run" is essentially a regular, side-scrolling "Super Mario" game with one key difference: You don't control Mario's movement. He runs automatically and all you do is tap the screen to jump.</p>
+ <p>The name and basic idea might sound like one of those endless score attack games like "Temple Run," but that's not the case. "Super Mario Run" is divided into hand-crafted levels with a clear end-point like any other Mario game, meaning you're essentially getting the Mario experience for $10 without needing to control his movement.</p>
+ <p>$10 might seem like a bit much compared to the $0 people pay for most mobile games, but it's possible the game has $10 worth of levels to play in it. It's also not iPhone exclusive, but the Android version will launch at a later, currently unknown date. </p>
+ <p>To see "Super Mario Run" in action, check out the footage below:</p>
+ <div class="video-container"><iframe allowfullscreen="" src="https://www.youtube.com/embed/E39ychZKnDI" frameborder="0" width="100%" height="450"></iframe></div>
+ <p><br /></p>
+ </section>
+ </article>
+
+ <div id="353566216"><iframe marginwidth="0" marginheight="0" scrolling="no" id="_mN_dy_353566216" style="height: 290px;" frameborder="0" width="100%" height="290"></iframe></div>
+ <div class="tbla loaded trc_related_container trc_spotlight_widget trc_elastic trc_elastic_trc_83676 " id="taboola-below-article-thumbnails-card-layout-short" data-id="56" data-m="{&quot;i&quot;:56,&quot;p&quot;:52,&quot;n&quot;:&quot;taboolaunderarticlevnext&quot;,&quot;t&quot;:&quot;taboolawidgetvnext&quot;,&quot;o&quot;:4}" data-aop="taboolaunderarticlevnext_taboolawidgetvnext" data-page-type="article" data-placement-id="Below Article Thumbnails Card Layout - Short" data-placement="" data-partner="TB" data-mode="thumbnails-a2" data-gallery-url="" data-placement-name="Below Article Thumbnails Card Layout - Short">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_83676" class="trc_rbox ab_thumbnails-a2_smaller-titles-ratio-6x5 trc-content-hybrid " style="overflow: hidden; display: block;">
+ <div id="trc_header_83676" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext">
+ <div class="logoDiv link-adc "><a class="trc_desktop_adc_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-a2_smaller-titles-ratio-6x5:Below%20Article%20Thumbnails%20Card%20Layout%20-%20Short:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_adc_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-a2_smaller-titles-ratio-6x5:Below%20Article%20Thumbnails%20Card%20Layout%20-%20Short:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-a2_smaller-titles-ratio-6x5:Below%20Article%20Thumbnails%20Card%20Layout%20-%20Short:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_attribution_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-a2_smaller-titles-ratio-6x5:Below%20Article%20Thumbnails%20Card%20Layout%20-%20Short:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-a2_smaller-titles-ratio-6x5:Below%20Article%20Thumbnails%20Card%20Layout%20-%20Short:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-a2_smaller-titles-ratio-6x5:Below%20Article%20Thumbnails%20Card%20Layout%20-%20Short:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-a2_smaller-titles-ratio-6x5:Below%20Article%20Thumbnails%20Card%20Layout%20-%20Short:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=ab_thumbnails-a2_smaller-titles-ratio-6x5:Below%20Article%20Thumbnails%20Card%20Layout%20-%20Short:" target="_blank"><span>Promoted Links</span><span class="trc_logos_v_align"> </span></a></div>
+ </div><span class="trc_rbox_header_span">MORE FOR YOU</span></div>
+ <div id="outer_83676" class="trc_rbox_outer">
+ <div id="rbox-t2m" class="trc_rbox_div trc_rbox_border_elm">
+ <div id="internal_trc_83676">
+ <div data-item-id="~~V1~~-8232974970675653448~~Lshg2aqhaULivnBs4YPHpmZcGIWK5fw_wmgxiEl_M6uvjueBefd3a21OuJKG89vOha4MolkBsiojvEh0-nyYIQ" data-item-title="What Were the Big Topics at Intel® Developer Forum 2016?" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/5a85b3594e7f1aaaf300f09a377fb3ed.png" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_1_child trc-first-recommendation trc-spotlight-first-recommendation trc_excludable ">
+ <a title="What Were the Big Topics at Intel® Developer Forum 2016?" href="http://software.intel.com/en-us/blogs/2016/08/07/software-innovation-shapes-the-future-at-idf16?utm_source=Taboola&amp;utm_medium=Syndication&amp;utm_campaign=Game+Dev_ASMO_Q4_16&amp;&amp;utm_term=msn-msn&amp;utm_content=What+Were+the+Big+Topics+at+Intel%C2%AE+Developer+Forum+2016%3F" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:101,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="101">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Intel</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="What Were the Big Topics at Intel® Developer Forum 2016?" href="http://software.intel.com/en-us/blogs/2016/08/07/software-innovation-shapes-the-future-at-idf16?utm_source=Taboola&amp;utm_medium=Syndication&amp;utm_campaign=Game+Dev_ASMO_Q4_16&amp;&amp;utm_term=msn-msn&amp;utm_content=What+Were+the+Big+Topics+at+Intel%C2%AE+Developer+Forum+2016%3F" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:102,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="102"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">What</ins> <ins>Were</ins> <ins>the</ins> <ins>Big</ins> <ins>Topics</ins> <ins>at</ins> <ins>Intel®</ins> <ins>Developer</ins> <ins>Forum</ins> <ins>2016?</ins></span><span class="branding">Intel</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~3954678420082026777~~7Imu776yPEteNsaJjYLMsoPXCauBJyhHSWGj3DEjXi470Q-Js_HAIr8zCLsriMK8ha4MolkBsiojvEh0-nyYIQ" data-item-title="Say Goodbye To Snoring, Say Hello to Sleep" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/b4ea56abdb75f62da20a9c018b1ebe15.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_2_child trc_excludable ">
+ <a title="Say Goodbye To Snoring, Say Hello to Sleep" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetworkContextual?utm_source=Taboola&amp;utm_medium=msn-msn&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fb4ea56abdb75f62da20a9c018b1ebe15.jpg&amp;utm_term=Say+Goodbye+To+Snoring%2C+Say+Hello+to+Sleep" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:103,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="103">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">My Snoring Solution</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Say Goodbye To Snoring, Say Hello to Sleep" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetworkContextual?utm_source=Taboola&amp;utm_medium=msn-msn&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fb4ea56abdb75f62da20a9c018b1ebe15.jpg&amp;utm_term=Say+Goodbye+To+Snoring%2C+Say+Hello+to+Sleep" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:104,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="104"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Say</ins> <ins>Goodbye</ins> <ins>To</ins> <ins>Snoring,</ins> <ins>Say</ins> <ins>Hello</ins> <ins>to</ins> <ins>Sleep</ins></span><span class="branding">My Snoring Solution</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-5344985250462056125~~q0Sui7LRb_DfQtmsvBIxPQ0YPLCrVt54JIK-WgGqlCXMvUjyPQKouLgB4wQ7D3iOha4MolkBsiojvEh0-nyYIQ" data-item-title="Slow Computer? You Don&amp;#39;t Need to Buy a New One Thanks to This Discovery" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/d5a123511ef152db2e5d3e907f6f6718.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_3_child trc_excludable ">
+ <a title="Slow Computer? You Don't Need to Buy a New One Thanks to This Discovery" href="http://trknx.com/path/lp.php?trvid=10076&amp;trvx=89afd736&amp;cid=13&amp;utm_term=msn-msn" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:105,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="105">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Xtra-PC</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Slow Computer? You Don't Need to Buy a New One Thanks to This Discovery" href="http://trknx.com/path/lp.php?trvid=10076&amp;trvx=89afd736&amp;cid=13&amp;utm_term=msn-msn" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:106,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="106"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Slow</ins> <ins>Computer?</ins> <ins>You</ins> <ins>Don't</ins> <ins>Need</ins> <ins>to</ins> <ins>Buy</ins> <ins>a</ins> <ins>New</ins> <ins>One</ins> <ins>Thanks</ins> <ins>to</ins> <ins>This</ins> <ins>Discovery</ins></span><span class="branding">Xtra-PC</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="8589277795736957936" data-item-title="Apple Inc. Has an iPhone 7 Plus Problem" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAjKPw4.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top textItem videoCube_4_child trc_excludable ">
+ <a title="Apple Inc. Has an iPhone 7 Plus Problem" href="http://www.msn.com/en-us/money/topstocks/apple-inc-has-an-iphone-7-plus-problem/ar-AAjKJxv" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:107,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAjKJxv&quot;}" data-id="107">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Apple Inc. Has an iPhone 7 Plus Problem" href="http://www.msn.com/en-us/money/topstocks/apple-inc-has-an-iphone-7-plus-problem/ar-AAjKJxv" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:108,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAjKJxv&quot;}" data-id="108"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Apple</ins> <ins>Inc.</ins> <ins>Has</ins> <ins>an</ins> <ins>iPhone</ins> <ins>7</ins> <ins>Plus</ins> <ins>Problem</ins></span><span class="video-label video-category"><dt style="display:inline">The Motley Fool on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="-49396826789344683" data-item-title="How to buy Nintendo&amp;#39;s NES Classic" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk8VcX.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top textItem videoCube_5_child trc_excludable ">
+ <a title="How to buy Nintendo's NES Classic" href="http://www.msn.com/en-us/money/technology/how-to-buy-nintendos-nes-classic/ar-AAk8VcY" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:109,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAk8VcY&quot;}" data-id="109">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="How to buy Nintendo's NES Classic" href="http://www.msn.com/en-us/money/technology/how-to-buy-nintendos-nes-classic/ar-AAk8VcY" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:110,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAk8VcY&quot;}" data-id="110"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">How</ins> <ins>to</ins> <ins>buy</ins> <ins>Nintendo's</ins> <ins>NES</ins> <ins>Classic</ins></span><span class="video-label video-category"><dt style="display:inline">The Verge on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="6450371010026845262" data-item-title="Apple&amp;#39;s iPhone sales likely to continue falling, top analyst says" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk0W7L.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top textItem videoCube_6_child trc_excludable ">
+ <a title="Apple's iPhone sales likely to continue falling, top analyst says" href="http://www.msn.com/en-us/money/technology/apples-iphone-sales-likely-to-continue-falling-top-analyst-says/ar-AAk0TC6" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:111,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAk0TC6&quot;}" data-id="111">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Apple's iPhone sales likely to continue falling, top analyst says" href="http://www.msn.com/en-us/money/technology/apples-iphone-sales-likely-to-continue-falling-top-analyst-says/ar-AAk0TC6" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:112,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAk0TC6&quot;}" data-id="112"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Apple's</ins> <ins>iPhone</ins> <ins>sales</ins> <ins>likely</ins> <ins>to</ins> <ins>continue</ins> <ins>falling,</ins> <ins>top</ins> <ins>analyst</ins> <ins>says</ins></span><span class="video-label video-category"><dt style="display:inline">CNBC on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-6170526728700882499~~JBazHedfx1T20ImWdvSZ_2hIoS99L-xBVvPXnmcRWll_Ijpp_7ZTwT4ljMtRKCKFha4MolkBsiojvEh0-nyYIQ" data-item-title="1,000,000 Have Adopted This New Way To Learn A Foreign Language" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/1b968276637b45ecaeb751869d357332.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_7_child trc_excludable ">
+ <a title="1,000,000 Have Adopted This New Way To Learn A Foreign Language" href="https://go.babbel.com/engmag-a153-vid-bv-millionusers-cd-xo-tb/1_eng_tab_cd?utm_source=taboola&amp;utm_medium=CON&amp;utm_campaign=cd_engall_gen_cxo_millionusers&amp;utm_term=msn-msn&amp;utm_content=1%2C000%2C000+Have+Adopted+This+New+Way+To+Learn+A+Foreign+Language" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:113,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="113">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Babbel</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="1,000,000 Have Adopted This New Way To Learn A Foreign Language" href="https://go.babbel.com/engmag-a153-vid-bv-millionusers-cd-xo-tb/1_eng_tab_cd?utm_source=taboola&amp;utm_medium=CON&amp;utm_campaign=cd_engall_gen_cxo_millionusers&amp;utm_term=msn-msn&amp;utm_content=1%2C000%2C000+Have+Adopted+This+New+Way+To+Learn+A+Foreign+Language" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:114,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="114"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">1,000,000</ins> <ins>Have</ins> <ins>Adopted</ins> <ins>This</ins> <ins>New</ins> <ins>Way</ins> <ins>To</ins> <ins>Learn</ins> <ins>A</ins> <ins>Foreign</ins> <ins>Language</ins></span><span class="branding">Babbel</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~2474733467212701845~~yr9Bd5uKsRW-uEoKmWRSbZRo1UsfHf0-1O2i3xKxtb7nVJvYTZKmCLhrO6hJjYcyha4MolkBsiojvEh0-nyYIQ" data-item-title="This Is The Most Addicting Game Of The Year!" data-item-thumb="https://console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/SF_EN_600_500_yrec_0311_2016_model_1_1__549300e662254e5b380d9c7cebcc36d6.600x500.png" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_8_child trc_excludable ">
+ <a title="This Is The Most Addicting Game Of The Year!" href="https://plarium.com/play/en/stormfall/032_mountain_city_fullhybrid_anim_g?plid=85188&amp;pxl=taboola_fr&amp;&amp;publisherID=msn-msn" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:115,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="115">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Stormfall: Free Online Game</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="This Is The Most Addicting Game Of The Year!" href="https://plarium.com/play/en/stormfall/032_mountain_city_fullhybrid_anim_g?plid=85188&amp;pxl=taboola_fr&amp;&amp;publisherID=msn-msn" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:116,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="116"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">This</ins> <ins>Is</ins> <ins>The</ins> <ins>Most</ins> <ins>Addicting</ins> <ins>Game</ins> <ins>Of</ins> <ins>The</ins> <ins>Year!</ins></span><span class="branding">Stormfall: Free Online Game</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~4986375253575060270~~TRNWu7seSWLzvt3uVfC05aAot_5dP_rp_JzxPvYI7VCngfbzB0WpjDP8EIjhA_vwha4MolkBsiojvEh0-nyYIQ" data-item-title="Find out why more than 20 million people can&amp;#39;t stop playing this game" data-item-thumb="https://console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/2016-06-02_10_26_59-4a118a741d5996e0ba4d591a94492b55_jpg_1200_627__69cd0434ddb2cae7d28249c3222e4dd6.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_9_child trc_excludable ">
+ <a title="Find out why more than 20 million people can't stop playing this game" href="http://plarium.com/play/en/pirates/017_ships_hybrid_anim_g?plid=91798&amp;pxl=taboola_fr&amp;publisherID=msn-msn" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:117,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="117">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Pirates: Free Online Game</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Find out why more than 20 million people can't stop playing this game" href="http://plarium.com/play/en/pirates/017_ships_hybrid_anim_g?plid=91798&amp;pxl=taboola_fr&amp;publisherID=msn-msn" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:118,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="118"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Find</ins> <ins>out</ins> <ins>why</ins> <ins>more</ins> <ins>than</ins> <ins>20</ins> <ins>million</ins> <ins>people</ins> <ins>can't</ins> <ins>stop</ins> <ins>playing</ins> <ins>this</ins> <ins>game</ins></span><span class="branding">Pirates: Free Online Game</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="5145172870022956396" data-item-title="Designers test out &amp;#39;invincible&amp;#39; iPhone case by throwing phone around store" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk0EdR.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top videoCube_10_child trc_excludable ">
+ <a title="Designers test out 'invincible' iPhone case by throwing phone around store" href="http://www.msn.com/en-us/video/other/designers-test-out-invincible-iphone-case-by-throwing-phone-around-store/vi-AAk0BAA" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:119,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAk0BAA&quot;}" data-id="119">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Designers test out 'invincible' iPhone case by throwing phone around store" href="http://www.msn.com/en-us/video/other/designers-test-out-invincible-iphone-case-by-throwing-phone-around-store/vi-AAk0BAA" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:120,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAk0BAA&quot;}" data-id="120"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Designers</ins> <ins>test</ins> <ins>out</ins> <ins>'invincible'</ins> <ins>iPhone</ins> <ins>case</ins> <ins>by</ins> <ins>throwing</ins> <ins>phone</ins> <ins>around</ins> <ins>store</ins></span><span class="video-label video-category"><dt style="display:inline">Newsflare on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="3064200633927118673" data-item-title="Nintendo’s $59.99 NES Classic is in short supply, but you can buy one online for $1,000" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkaWHU.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top textItem videoCube_11_child trc_excludable ">
+ <a title="Nintendo’s $59.99 NES Classic is in short supply, but you can buy one online for $1,000" href="http://www.msn.com/en-us/money/companies/nintendo%E2%80%99s-dollar5999-nes-classic-is-in-short-supply-but-you-can-buy-one-online-for-dollar1000/ar-AAkaWHW" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:121,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkaWHW&quot;}" data-id="121">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Nintendo’s $59.99 NES Classic is in short supply, but you can buy one online for $1,000" href="http://www.msn.com/en-us/money/companies/nintendo%E2%80%99s-dollar5999-nes-classic-is-in-short-supply-but-you-can-buy-one-online-for-dollar1000/ar-AAkaWHW" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:122,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkaWHW&quot;}" data-id="122"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Nintendo’s</ins> <ins>$59.99</ins> <ins>NES</ins> <ins>Classic</ins> <ins>is</ins> <ins>in</ins> <ins>short</ins> <ins>supply,</ins> <ins>but</ins> <ins>you</ins> <ins>can</ins> <ins>buy</ins> <ins>one</ins> <ins>online</ins> <ins>for</ins> <ins>$1,000</ins></span><span class="video-label video-category"><dt style="display:inline">CNBC on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="-4062905706127082038" data-item-title="Chinese consumers&amp;#39; body takes up complaints of iPhone shutdowns with Apple" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkjbAv.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top textItem videoCube_12_child trc_excludable ">
+ <a title="Chinese consumers' body takes up complaints of iPhone shutdowns with Apple" href="http://www.msn.com/en-us/money/other/chinese-consumers-body-takes-up-complaints-of-iphone-shutdowns-with-apple/ar-AAkj8XR" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:123,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkj8XR&quot;}" data-id="123">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Chinese consumers' body takes up complaints of iPhone shutdowns with Apple" href="http://www.msn.com/en-us/money/other/chinese-consumers-body-takes-up-complaints-of-iphone-shutdowns-with-apple/ar-AAkj8XR" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:124,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkj8XR&quot;}" data-id="124"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Chinese</ins> <ins>consumers'</ins> <ins>body</ins> <ins>takes</ins> <ins>up</ins> <ins>complaints</ins> <ins>of</ins> <ins>iPhone</ins> <ins>shutdowns</ins> <ins>with</ins> <ins>Apple</ins></span><span class="video-label video-category"><dt style="display:inline">Reuters on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~227317072533568201~~qJRIXMvokTHdp6m1kaQT_maGE8SjuYTSNgGySWOn6y6hdSSnQtRDifCGElQBZMtFha4MolkBsiojvEh0-nyYIQ" data-item-title="U.S. gymnast tormented by bullies" data-item-thumb="https://d33zyg8wiiq6m8.cloudfront.net/api/v2/img/57b0c78de4b0b24306eee534-1471203211032?location=LANDSCAPE" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem videoCube_13_child trc_excludable ">
+ <a title="U.S. gymnast tormented by bullies" href="http://www.reuters.tv/DGM/2016/08/14/u-s-gymnast-tormented-by-bullies?utm_source=taboola_int&amp;utm_medium=referral&amp;utm_term=msn-msn" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:125,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="125">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Reuters TV</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="U.S. gymnast tormented by bullies" href="http://www.reuters.tv/DGM/2016/08/14/u-s-gymnast-tormented-by-bullies?utm_source=taboola_int&amp;utm_medium=referral&amp;utm_term=msn-msn" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:126,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="126"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">U.S.</ins> <ins>gymnast</ins> <ins>tormented</ins> <ins>by</ins> <ins>bullies</ins></span><span class="branding">Reuters TV</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~3201603694027528142~~GbrndV3RYcGoSL33IThPBB7LIF4d1ByTLT0fOQrMbGnCKEyxoUE0txAKR2YvYH_Gha4MolkBsiojvEh0-nyYIQ" data-item-title="The Ultimate Way to Get Cheap Hotel Rooms" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/0e7815ee2413aaa0c8ed3a207d3d6837.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_14_child trc_excludable ">
+ <a title="The Ultimate Way to Get Cheap Hotel Rooms" href="http://www.save70.com/hotels/?utm_source=taboola_whitelist_hotels_2&amp;utm_medium=msn-msn" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:127,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="127">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Save70.com</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="The Ultimate Way to Get Cheap Hotel Rooms" href="http://www.save70.com/hotels/?utm_source=taboola_whitelist_hotels_2&amp;utm_medium=msn-msn" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:128,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="128"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">The</ins> <ins>Ultimate</ins> <ins>Way</ins> <ins>to</ins> <ins>Get</ins> <ins>Cheap</ins> <ins>Hotel</ins> <ins>Rooms</ins></span><span class="branding">Save70.com</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-1783400042781980055~~d0YOaTxvDiAyo2rkM3fS0u2spfM9rEOLbr7Z8olBl7TEfiX-b9zS_6KHnb2qe6i7ha4MolkBsiojvEh0-nyYIQ" data-item-title="Here&amp;#39;s Why These Are the Most Dangerous Countries for Travel" data-item-thumb="https://s3.graphiq.com/sites/default/files/5246/media/images/_12278955.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem textItem videoCube_15_child trc_excludable ">
+ <a title="Here's Why These Are the Most Dangerous Countries for Travel" href="http://global-diseases.healthgrove.com/stories/17395/most-dangerous-countries-travel-africa-europe?utm_source=taboola&amp;utm_medium=content.rec&amp;utm_campaign=i3.cr.tb.dt.11093" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:129,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="129">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">HealthGrove — By Graphiq</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Here's Why These Are the Most Dangerous Countries for Travel" href="http://global-diseases.healthgrove.com/stories/17395/most-dangerous-countries-travel-africa-europe?utm_source=taboola&amp;utm_medium=content.rec&amp;utm_campaign=i3.cr.tb.dt.11093" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:130,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="130"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Here's</ins> <ins>Why</ins> <ins>These</ins> <ins>Are</ins> <ins>the</ins> <ins>Most</ins> <ins>Dangerous</ins> <ins>Countries</ins> <ins>for</ins> <ins>Travel</ins></span><span class="branding">HealthGrove — By Graphiq</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="3018287769477806010" data-item-title="Will Trump Be Impeached?" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkkbuw.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top textItem videoCube_16_child trc_excludable ">
+ <a title="Will Trump Be Impeached?" href="http://www.msn.com/en-us/news/msn/will-trump-be-impeached/ar-AAkk1nA" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:131,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkk1nA&quot;}" data-id="131">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Will Trump Be Impeached?" href="http://www.msn.com/en-us/news/msn/will-trump-be-impeached/ar-AAkk1nA" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:132,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkk1nA&quot;}" data-id="132"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Will</ins> <ins>Trump</ins> <ins>Be</ins> <ins>Impeached?</ins></span><span class="video-label video-category"><dt style="display:inline">Vanity Fair on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="-2695672755620462265" data-item-title="Cause of death released for missing teen found slain" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkhrUQ.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top textItem videoCube_17_child trc_excludable ">
+ <a title="Cause of death released for missing teen found slain" href="http://www.msn.com/en-us/news/crime/cause-of-death-released-for-missing-teen-found-slain/ar-AAkhwDv" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:133,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkhwDv&quot;}" data-id="133">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Cause of death released for missing teen found slain" href="http://www.msn.com/en-us/news/crime/cause-of-death-released-for-missing-teen-found-slain/ar-AAkhwDv" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:134,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkhwDv&quot;}" data-id="134"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Cause</ins> <ins>of</ins> <ins>death</ins> <ins>released</ins> <ins>for</ins> <ins>missing</ins> <ins>teen</ins> <ins>found</ins> <ins>slain</ins></span><span class="video-label video-category"><dt style="display:inline">CBS News on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="-8242009595917657392" data-item-title="Nintendo&amp;#39;s mini NES is out today" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkao76.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_top textItem videoCube_18_child trc_excludable ">
+ <a title="Nintendo's mini NES is out today" href="http://www.msn.com/en-us/entertainment/gaming/nintendos-mini-nes-is-out-today/ar-AAkatgj" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:135,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkatgj&quot;}" data-id="135">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Nintendo's mini NES is out today" href="http://www.msn.com/en-us/entertainment/gaming/nintendos-mini-nes-is-out-today/ar-AAkatgj" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:136,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;,&quot;l&quot;:&quot;AAkatgj&quot;}" data-id="136"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Nintendo's</ins> <ins>mini</ins> <ins>NES</ins> <ins>is</ins> <ins>out</ins> <ins>today</ins></span><span class="video-label video-category"><dt style="display:inline">Engadget on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~145195509595568327~~iKU-hurYljwinbaEwfXyECgxmLoyHRjdbU0VHUqc_kvwKrWLPaXZFzjYFn3w6oxwfH8lR2FY6ujGXU8s6iLUvA" data-item-title="Want to play Xbox games on almost any device? Learn how" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAgVRap.img" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem tabNativeItem videoCube_19_child trc_excludable ">
+ <a title="Want to play Xbox games on almost any device? Learn how" href="http://clk.tradedoubler.com/click?p=261853&amp;a=2811279&amp;g=0&amp;epi=PRIME_ENUS_HP_TABEOAB_XBOXANYWHERE&amp;url=https://www.microsoftstore.com/store/msusa/en_US/cat/Windows-10-Gaming/categoryID.1660276400" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:137,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="137">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Microsoft Store</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Want to play Xbox games on almost any device? Learn how" href="http://clk.tradedoubler.com/click?p=261853&amp;a=2811279&amp;g=0&amp;epi=PRIME_ENUS_HP_TABEOAB_XBOXANYWHERE&amp;url=https://www.microsoftstore.com/store/msusa/en_US/cat/Windows-10-Gaming/categoryID.1660276400" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:138,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="138"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Want</ins> <ins>to</ins> <ins>play</ins> <ins>Xbox</ins> <ins>games</ins> <ins>on</ins> <ins>almost</ins> <ins>any</ins> <ins>device?</ins> <ins>Learn</ins> <ins>how</ins></span><span class="branding">Microsoft Store</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~4298699967991657966~~iKU-hurYljwinbaEwfXyECgxmLoyHRjdbU0VHUqc_ktJ4K1psFRHinOLlXjYvyU3fH8lR2FY6ujGXU8s6iLUvA" data-item-title="Now Shipping! Buy Madden Xbox One S now and get loads of extras" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBuXWjG.img" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem tabNativeItem videoCube_20_child trc_excludable ">
+ <a title="Now Shipping! Buy Madden Xbox One S now and get loads of extras" href="http://clk.tradedoubler.com/click?p=261853&amp;a=2811279&amp;g=0&amp;epi=PRIME_ENUS_HP_TABEOAB_MADDENXBOX&amp;url=https://www.microsoftstore.com/store/msusa/en_US/pdp/productID.5060192700?icid=en_US_FY17_homepage_hero_3_XBOSmad_160726" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:139,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="139">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Microsoft Store</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Now Shipping! Buy Madden Xbox One S now and get loads of extras" href="http://clk.tradedoubler.com/click?p=261853&amp;a=2811279&amp;g=0&amp;epi=PRIME_ENUS_HP_TABEOAB_MADDENXBOX&amp;url=https://www.microsoftstore.com/store/msusa/en_US/pdp/productID.5060192700?icid=en_US_FY17_homepage_hero_3_XBOSmad_160726" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:140,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="140"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Now</ins> <ins>Shipping!</ins> <ins>Buy</ins> <ins>Madden</ins> <ins>Xbox</ins> <ins>One</ins> <ins>S</ins> <ins>now</ins> <ins>and</ins> <ins>get</ins> <ins>loads</ins> <ins>of</ins> <ins>extras</ins></span><span class="branding">Microsoft Store</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-2693514899062798062~~iKU-hurYljwinbaEwfXyECgxmLoyHRjdbU0VHUqc_ktnsDfdwNF6QNV8ABxYbagufH8lR2FY6ujGXU8s6iLUvA" data-item-title="Stream your night away with the best devices to watch your favorite shows" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAinyDx.img" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_top syndicatedItem tabNativeItem videoCube_21_child trc_excludable ">
+ <a title="Stream your night away with the best devices to watch your favorite shows" href="http://clk.tradedoubler.com/click?p=261853&amp;a=2811279&amp;g=0&amp;epi=PRIME_ENUS_HP_TABEOAB_STREAM&amp;url=https://www.microsoftstore.com/store/msusa/en_US/list/Streaming-devices/categoryID.69997700" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:141,&quot;o&quot;:1,&quot;p&quot;:&quot;56&quot;}" data-id="141">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Microsoft Store</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Stream your night away with the best devices to watch your favorite shows" href="http://clk.tradedoubler.com/click?p=261853&amp;a=2811279&amp;g=0&amp;epi=PRIME_ENUS_HP_TABEOAB_STREAM&amp;url=https://www.microsoftstore.com/store/msusa/en_US/list/Streaming-devices/categoryID.69997700" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:142,&quot;o&quot;:2,&quot;p&quot;:&quot;56&quot;}" data-id="142"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Stream</ins> <ins>your</ins> <ins>night</ins> <ins>away</ins> <ins>with</ins> <ins>the</ins> <ins>best</ins> <ins>devices</ins> <ins>to</ins> <ins>watch</ins> <ins>your</ins> <ins>favorite</ins> <ins>shows</ins></span><span class="branding">Microsoft Store</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="tbla loaded trc_related_container trc_spotlight_widget" id="taboola-below-article-thumbnails-promotions-card-layout" data-id="57" data-m="{&quot;i&quot;:57,&quot;p&quot;:52,&quot;n&quot;:&quot;taboolaunderarticlethumbnailsvnext&quot;,&quot;t&quot;:&quot;taboolawidgetvnext&quot;,&quot;o&quot;:5}" data-aop="taboolaunderarticlethumbnailsvnext_taboolawidgetvnext" data-page-type="article" data-placement-id="Below Article Thumbnails Promotions Card Layout" data-placement="" data-partner="TB" data-mode="thumbnails-o2" data-gallery-url="">
+ <div class="trc_rbox_container" style="display: none;">
+ <div>
+ <div id="trc_wrapper_49491" class="trc_rbox thumbnails-o2" style="overflow: hidden; display: none;"></div>
+ </div>
+ </div>
+ </div>
+
+
+
+ <div class="two-back-home-buttons loaded">
+
+
+ <div class="back-msn-home" data-aop="back-to-home">
+ <a href="/en-us" data-id="58" data-m="{&quot;i&quot;:58,&quot;p&quot;:52,&quot;n&quot;:&quot;backToMSNHome&quot;,&quot;t&quot;:&quot;link&quot;,&quot;o&quot;:6}"><span>Go to MSN Home</span></a>
+ </div>
+ <div class="back-vertical-home" data-aop="back-to-vertical-home">
+ <a href="/en-us/news" data-id="59" data-m="{&quot;i&quot;:59,&quot;p&quot;:52,&quot;n&quot;:&quot;backToVerticalHome&quot;,&quot;t&quot;:&quot;link&quot;,&quot;o&quot;:7}"><span>Go to MSN News</span></a>
+ </div>
+ </div>
+
+
+ <script class="loaded">
+ window._flushTimings & amp; & amp;
+ (window._flushTimings.ContentEnd = new Date - window.performance.timing.navigationStart);
+ </script>
+ <a class="floatingfeedback loaded" href="#" data-id="60" data-m="{&quot;i&quot;:60,&quot;p&quot;:52,&quot;n&quot;:&quot;feedbackLink&quot;,&quot;y&quot;:12,&quot;o&quot;:8}" data-aop="floatingfeedbacklink">
+ Feedback
+ </a>
+
+
+
+
+ <button id="fb-conversation-details" data-aop="expand_comments" class="loaded" style="display: inline-block;">
+<span id="comment-count"></span>
+ Join the conversation
+</button>
+ <div id="fbcommentsmodule" data-aop="fbcommentsmodule" class="loaded">
+ <div id="fb-root" class=" fb_reset">
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div></div>
+ </div>
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div><iframe name="fb_xdm_frame_http" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="http://staticxx.facebook.com/connect/xd_arbiter/r/fTmIQU3LxvB.js?version=42#channel=f2f2e91836f0462&amp;origin=http%3A%2F%2Fwww.msn.com" frameborder="0"></iframe><iframe name="fb_xdm_frame_https" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="https://staticxx.facebook.com/connect/xd_arbiter/r/fTmIQU3LxvB.js?version=42#channel=f2f2e91836f0462&amp;origin=http%3A%2F%2Fwww.msn.com" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <button id="mod-icon" title="Report comment anonymously">Report Abuse</button>
+ <div id="mod-flyout">
+ <button class="close"></button>
+ <div class="modheader">
+ <h2>Report inappropriate content</h2>
+ </div>
+ <div class="messagetitle"></div>
+ <div class="messagebody"></div>
+ <div class="failtitle">Sorry!</div>
+ <div class="failbody">There was a problem. Please try again.</div>
+ <div id="mod-content">
+ <div class="content">
+ <p>
+ Help us maintain a healthy and vibrant community by reporting any illegal or inappropriate behavior that violates MSN’s <a href="http://www.msn.com/en-us/news/legal/facebook/ar-BBmUtxl" target="_blank">Code of Conduct</a>.
+ </p>
+ <form id="mod-form">
+ <input id="sourceurl" name="sourceurl" value="http://www.msn.com/en-us/news/technology/nintendos-first-iphone-game-will-launch-in-december-for-dollar10/ar-AAkm7Xj" type="hidden" />
+ <input id="vertical" name="vertical" value="news" type="hidden" />
+ <input id="locale" name="locale" value="" type="hidden" />
+ <label>Select a category</label>
+ <select id="category" name="category">
+<option value="1">Spam</option>
+<option value="2">Child pornography or exploitation</option>
+<option value="3">Profanity, vulgarity or obscenity</option>
+<option value="4">Copyright infringement</option>
+<option value="5">Harassment or threat</option>
+<option value="6">Threats of suicide</option>
+<option value="7">Other</option>
+ </select>
+
+ <label>Who posted the inappropriate comment (Required)</label>
+ <input id="author" name="author" placeholder="Commenter’s Facebook name" maxlength="100" autocomplete="off" type="text" />
+ <label>Paste the unacceptable comment here</label>
+ <textarea id="comment" name="comment" maxlength="200" placeholder="To help protect your privacy, don’t include personal information like your name and address"></textarea>
+ </form>
+ </div>
+ </div>
+
+ <button class="submitbutton">submit</button>
+ </div>
+ <header id="fbcommentheader">
+ <span>
+ Leave your comment
+</span>
+ </header>
+ <div class="fb-comments fb_iframe_widget fb_iframe_widget_fluid" data-href="http://www.msn.com/en-us/news/technology/nintendos-first-iphone-game-will-launch-in-december-for-dollar10/ar-AAkm7Xj" data-numposts="10" data-colorscheme="light" data-width="100%" data-order-by="social" data-id="61" data-m="{&quot;i&quot;:61,&quot;p&quot;:52,&quot;n&quot;:&quot;main&quot;,&quot;y&quot;:12,&quot;o&quot;:9}" fb-xfbml-state="rendered"><span style="height: 0px;"><iframe id="ff7300554d0b44" name="f3dc3a99f4d94ee" scrolling="no" style="border: medium none; overflow: hidden; height: 0px; width: 100%;" title="Facebook Social Plugin" class="fb_ltr fb_iframe_widget_lift" src="https://www.facebook.com/plugins/comments.php?api_key=1056389514424151&amp;channel_url=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2FfTmIQU3LxvB.js%3Fversion%3D42%23cb%3Df1c96f03218f01c%26domain%3Dwww.msn.com%26origin%3Dhttp%253A%252F%252Fwww.msn.com%252Ff2f2e91836f0462%26relation%3Dparent.parent&amp;colorscheme=light&amp;href=http%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%2Far-AAkm7Xj&amp;locale=en_US&amp;numposts=10&amp;order_by=social&amp;sdk=joey&amp;skin=light&amp;width=100%25"></iframe></span></div>
+ </div>
+
+
+ <script type="text/javascript" class="loaded">
+ var vglnk = {
+ key: '33701cec9fcd3b06ac687703f44f1f14'
+ };
+ </script>
+ <script id="viglink" class="loaded">
+ require(["c.deferred"], function() {
+ require({
+ js: '//cdn.viglink.com/api/vglnk.js'
+ });
+ });
+ </script>
+
+ <script class="loaded">
+ window._flushTimings & amp; & amp;
+ (window._flushTimings.PostContentEnd = new Date - window.performance.timing.navigationStart);
+ </script>
+ </main>
+ <aside id="aside" role="complementary" data-region="aside" data-id="62" data-m="{&quot;i&quot;:62,&quot;n&quot;:&quot;aside&quot;,&quot;y&quot;:6}">
+
+
+ <div tabindex="-1" id="rectangle1_article_newsscienceandtechnology_074aae8b-e62f-441c-892b-67174299c454" class="ad non-empty-ad" data-aop="articleasidetopad_ad" data-id="63" data-m="{&quot;i&quot;:63,&quot;p&quot;:62,&quot;n&quot;:&quot;articleasidetopad&quot;,&quot;t&quot;:&quot;ad&quot;,&quot;o&quot;:1}" aria-label="advertisement" style="visibility: visible;">
+
+
+ <div class="outeradcontainer">
+
+ <div id="rectangle1_article_newsscienceandtechnology_container_074aae8b-e62f-441c-892b-67174299c454" class="adcontainer" data-adjs="{&quot;allowedViews&quot;:&quot;SIZE234COLUMN&quot;}" tabindex="-1" aria-label="advertisement" data-ad="{&quot;w&quot;:1194,&quot;h&quot;:710,&quot;c&quot;:4,&quot;v&quot;:1,&quot;d&quot;:1,&quot;r&quot;:1,&quot;s&quot;:false}" style="visibility: visible;"><iframe title="Ad" marginwidth="0" marginheight="0" allowtransparency="true" scrolling="no" id="atwAdFrame1" banid="8314351|25175678" class="uac_300x250" frameborder="0" width="300" height="250"></iframe></div>
+ <a href="http://go.microsoft.com/fwlink/?LinkID=286759" class="adchoicesjs" target="_blank" data-piitxt="adchoices" style="display: block;">
+ <span class="adchoiceicon"></span>
+ <span>AdChoices</span>
+ </a>
+
+ </div>
+
+ </div>
+ <div class="tbla trc_related_container trc_spotlight_widget trc_elastic trc_elastic_trc_97419 " id="taboola-organic-right-rail-thumbnails-multi-story-layout" data-id="64" data-m="{&quot;i&quot;:64,&quot;p&quot;:62,&quot;n&quot;:&quot;taboolahasideorganicvnext&quot;,&quot;t&quot;:&quot;taboolawidgetvnext&quot;,&quot;o&quot;:2}" data-aop="taboolahasideorganicvnext_taboolawidgetvnext" data-page-type="article" data-placement-id="Organic Right Rail Thumbnails Multi Story Layout" data-placement="" data-partner="TB" data-mode="organic-thumbnails-h" data-gallery-url="" data-placement-name="Organic Right Rail Thumbnails Multi Story Layout">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_97419" class="trc_rbox organic-thumbnails-h trc-content-organic " style="overflow: hidden; display: block;">
+ <div id="trc_header_97419" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext"></div><span class="trc_rbox_header_span">MORE FROM MSN</span></div>
+ <div id="outer_97419" class="trc_rbox_outer">
+ <div id="rbox-t2m" class="trc_rbox_div trc_rbox_border_elm">
+ <div id="internal_trc_97419">
+ <div data-item-id="3742522802657052775" data-item-title="Can an iPhone 7 survive a &amp;#39;space drop&amp;#39;?" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAjDfD8.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_start videoCube_1_child trc-first-recommendation trc-spotlight-first-recommendation trc_excludable ">
+ <a title="Can an iPhone 7 survive a 'space drop'?" href="http://www.msn.com/en-us/video/other/can-an-iphone-7-survive-a-space-drop/vi-AAjDxsy" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:143,&quot;o&quot;:1,&quot;p&quot;:&quot;64&quot;,&quot;l&quot;:&quot;AAjDxsy&quot;}" data-id="143">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Can an iPhone 7 survive a 'space drop'?" href="http://www.msn.com/en-us/video/other/can-an-iphone-7-survive-a-space-drop/vi-AAjDxsy" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:144,&quot;o&quot;:2,&quot;p&quot;:&quot;64&quot;,&quot;l&quot;:&quot;AAjDxsy&quot;}" data-id="144"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Can</ins> <ins>an</ins> <ins>iPhone</ins> <ins>7</ins> <ins>survive</ins> <ins>a</ins> <ins>'space</ins> <ins>drop'?</ins></span><span class="video-label video-category"><span class="uploader-icon" style="background: transparent url(&quot;http://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBha3Gd.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;) repeat scroll 0% 0%;"></span><dt style="display:inline">Newsflare on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="2013848939721356977" data-item-title="Huawei launches ‘most powerful smartphone in the world’ to take on Apple and Samsung" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAjR0NK.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_start textItem videoCube_2_child trc_excludable ">
+ <a title="Huawei launches ‘most powerful smartphone in the world’ to take on Apple and Samsung" href="http://www.msn.com/en-us/money/technologyinvesting/huawei-launches-%E2%80%98most-powerful-smartphone-in-the-world%E2%80%99-to-take-on-apple-and-samsung/ar-AAjRfll" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:145,&quot;o&quot;:1,&quot;p&quot;:&quot;64&quot;,&quot;l&quot;:&quot;AAjRfll&quot;}" data-id="145">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Huawei launches ‘most powerful smartphone in the world’ to take on Apple and Samsung" href="http://www.msn.com/en-us/money/technologyinvesting/huawei-launches-%E2%80%98most-powerful-smartphone-in-the-world%E2%80%99-to-take-on-apple-and-samsung/ar-AAjRfll" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:146,&quot;o&quot;:2,&quot;p&quot;:&quot;64&quot;,&quot;l&quot;:&quot;AAjRfll&quot;}" data-id="146"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Huawei</ins> <ins>launches</ins> <ins>‘most</ins> <ins class=" lastLineEllipsis ">powerful smartphone in the world’ to take on Apple and Samsung</ins><ins>powerful</ins> <ins>smartphone</ins> <ins>in</ins> <ins>the</ins> <ins>world’</ins> <ins>to</ins> <ins>take</ins> <ins>on</ins> <ins>Apple</ins> <ins>and</ins> <ins>Samsung</ins></span><span class="video-label video-category"><span class="uploader-icon" style="background: transparent url(&quot;http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA1QzTx.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;) repeat scroll 0% 0%;"></span><dt style="display:inline">CNBC on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="6427187048178529726" data-item-title="Apple Inc.’s Best Product in 2016" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAjTpDz.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_start textItem videoCube_3_child trc_excludable ">
+ <a title="Apple Inc.’s Best Product in 2016" href="http://www.msn.com/en-us/money/technology/apple-inc%E2%80%99s-best-product-in-2016/ar-AAjTEZ2" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:147,&quot;o&quot;:1,&quot;p&quot;:&quot;64&quot;,&quot;l&quot;:&quot;AAjTEZ2&quot;}" data-id="147">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Apple Inc.’s Best Product in 2016" href="http://www.msn.com/en-us/money/technology/apple-inc%E2%80%99s-best-product-in-2016/ar-AAjTEZ2" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:148,&quot;o&quot;:2,&quot;p&quot;:&quot;64&quot;,&quot;l&quot;:&quot;AAjTEZ2&quot;}" data-id="148"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Apple</ins> <ins>Inc.’s</ins> <ins>Best</ins> <ins>Product</ins> <ins>in</ins> <ins>2016</ins></span><span class="video-label video-category"><span class="uploader-icon" style="background: transparent url(&quot;http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA4YTIQ.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;) repeat scroll 0% 0%;"></span><dt style="display:inline">The Motley Fool on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="5011356419798735676" data-item-title="The fall of the house of Obama is coming, and it’s his own fault" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkhDmy.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_start textItem videoCube_4_child trc_excludable ">
+ <a title="The fall of the house of Obama is coming, and it’s his own fault" href="http://www.msn.com/en-us/news/opinion/the-fall-of-the-house-of-obama-is-coming-and-it%E2%80%99s-his-own-fault/ar-AAkhJ1P" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:149,&quot;o&quot;:1,&quot;p&quot;:&quot;64&quot;,&quot;l&quot;:&quot;AAkhJ1P&quot;}" data-id="149">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="The fall of the house of Obama is coming, and it’s his own fault" href="http://www.msn.com/en-us/news/opinion/the-fall-of-the-house-of-obama-is-coming-and-it%E2%80%99s-his-own-fault/ar-AAkhJ1P" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:150,&quot;o&quot;:2,&quot;p&quot;:&quot;64&quot;,&quot;l&quot;:&quot;AAkhJ1P&quot;}" data-id="150"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">The</ins> <ins>fall</ins> <ins>of</ins> <ins>the</ins> <ins>house</ins> <ins>of</ins> <ins class=" lastLineEllipsis ">Obama is coming, and it’s his own fault</ins><ins>Obama</ins> <ins>is</ins> <ins>coming,</ins> <ins>and</ins> <ins>it’s</ins> <ins>his</ins> <ins>own</ins> <ins>fault</ins></span><span class="video-label video-category"><span class="uploader-icon" style="background: transparent url(&quot;http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA2thnK.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;) repeat scroll 0% 0%;"></span><dt style="display:inline">The Washington Post on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="trc-widget-footer">
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:Organic%20Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>by Taboola</span></a><a class="trc_mobile_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:Organic%20Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>by Taboola</span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:Organic%20Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>Sponsored Links</span></a><a class="trc_mobile_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:Organic%20Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>Sponsored Links</span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:Organic%20Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>Sponsored Links</span></a><a class="trc_mobile_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:Organic%20Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>Sponsored Links</span></a></div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="tbla trc_related_container trc_spotlight_widget trc_elastic trc_elastic_trc_77119 " id="taboola-right-rail-thumbnails-multi-story-layout" data-id="65" data-m="{&quot;i&quot;:65,&quot;p&quot;:62,&quot;n&quot;:&quot;taboolahasidevnext&quot;,&quot;t&quot;:&quot;taboolawidgetvnext&quot;,&quot;o&quot;:3}" data-aop="taboolahasidevnext_taboolawidgetvnext" data-page-type="article" data-placement-id="Right Rail Thumbnails Multi Story Layout" data-placement="" data-partner="TB" data-mode="thumbnails-h" data-gallery-url="" data-placement-name="Right Rail Thumbnails Multi Story Layout">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_77119" class="trc_rbox thumbnails-h trc-content-sponsored " style="overflow: hidden; display: block;">
+ <div id="trc_header_77119" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext">
+ <div class="logoDiv link-adc "><a class="trc_desktop_adc_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=thumbnails-h:Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_adc_link trc_attribution_position_top" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=thumbnails-h:Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span class="trc_adc_wrapper"><span class="trc_adc_s_logo"></span> </span><span class="trc_logos_v_align"> </span></a></div>
+ </div><span class="trc_rbox_header_span">YOU MAY LIKE</span></div>
+ <div id="outer_77119" class="trc_rbox_outer">
+ <div id="rbox-t2m" class="trc_rbox_div trc_rbox_border_elm">
+ <div id="internal_trc_77119">
+ <div data-item-id="~~V1~~-4269470325483731622~~YBJSkKuJm0hY5UTK9k8t32ZcGIWK5fw_wmgxiEl_M6u1YarKi4IwUHBdLe4qT9w1ZfZjQj0NIiph9tASQ-A5dw" data-item-title="Why Intel® Black Belt Dr. Clay Breshears Is Excited About Vectorization [Video]" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/44e76e77993c4bbf9784c859a61e433a.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_start syndicatedItem textItem videoCube_1_child trc-first-recommendation trc-spotlight-first-recommendation trc_excludable ">
+ <a title="Why Intel® Black Belt Dr. Clay Breshears Is Excited About Vectorization [Video]" href="https://www.youtube.com/watch?v=q56a_6GbiaE&amp;utm_campaign=IHI-HPC-Q4_16&amp;utm_medium=Taboola&amp;utm_source=Syndication&amp;utm_content=&amp;utm_term=&amp;utm_source=taboola&amp;utm_medium=referral" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:151,&quot;o&quot;:1,&quot;p&quot;:&quot;65&quot;}" data-id="151">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Intel</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Why Intel® Black Belt Dr. Clay Breshears Is Excited About Vectorization [Video]" href="https://www.youtube.com/watch?v=q56a_6GbiaE&amp;utm_campaign=IHI-HPC-Q4_16&amp;utm_medium=Taboola&amp;utm_source=Syndication&amp;utm_content=&amp;utm_term=&amp;utm_source=taboola&amp;utm_medium=referral" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:152,&quot;o&quot;:2,&quot;p&quot;:&quot;65&quot;}" data-id="152"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Why</ins> <ins>Intel®</ins> <ins>Black</ins> <ins>Belt</ins> <ins>Dr.</ins> <ins>Clay</ins> <ins>Breshears</ins> <ins>Is</ins> <ins class=" lastLineEllipsis ">Excited About Vectorization [Video]</ins><ins>Excited</ins> <ins>About</ins> <ins>Vectorization</ins> <ins>[Video]</ins></span><span class="branding">Intel</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~7122287552353766309~~E3z2CCGN91kAD2WiCWT1_IPXCauBJyhHSWGj3DEjXi5HKh3-AP_Ioae-aW-m-k9HZfZjQj0NIiph9tASQ-A5dw" data-item-title="A Solution That Puts Snoring to Bed" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/c5b5a92425e28eda32a2002a0f7b26fe.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_start syndicatedItem textItem videoCube_2_child trc_excludable ">
+ <a title="A Solution That Puts Snoring to Bed" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetwork?utm_source=Taboola&amp;utm_medium=msn-msn&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fc5b5a92425e28eda32a2002a0f7b26fe.jpg&amp;utm_term=A+Solution+That+Puts+Snoring+to+Bed" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:153,&quot;o&quot;:1,&quot;p&quot;:&quot;65&quot;}" data-id="153">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">My Snoring Solution</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="A Solution That Puts Snoring to Bed" href="http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetwork?utm_source=Taboola&amp;utm_medium=msn-msn&amp;utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fc5b5a92425e28eda32a2002a0f7b26fe.jpg&amp;utm_term=A+Solution+That+Puts+Snoring+to+Bed" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:154,&quot;o&quot;:2,&quot;p&quot;:&quot;65&quot;}" data-id="154"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">A</ins> <ins>Solution</ins> <ins>That</ins> <ins>Puts</ins> <ins>Snoring</ins> <ins>to</ins> <ins>Bed</ins></span><span class="branding">My Snoring Solution</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~5957475875672978734~~jNlUUawpZbiEQQKoZ9QeR5cP646jYXmr5TNqtyO4Cy6Mh-0DoTyUcoLWfR_4JUnlZfZjQj0NIiph9tASQ-A5dw" data-item-title="Sparta: The Strategy Game Phenomenon of 2016" data-item-thumb="https://console.brax-cdn.com/creatives/041ca465-399e-4bcf-9b7d-edb6b5c8d972/2016-04-07_15_47_29-SP_EN_1200x627_Bolo_2016-0317_01_lvlup_jpg_-_Windows_Photo_Viewer_ae143e32c7a0e9ecd58c0aa08a2aa9e4_ae143e32c7a0e9ecd58c0aa08a2aa9e4.png" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_start syndicatedItem textItem videoCube_3_child trc_excludable ">
+ <a title="Sparta: The Strategy Game Phenomenon of 2016" href="http://plarium.com/play/en/sparta/017_armies_hybrid_anim_g?plid=83495&amp;pxl=taboola_fr&amp;publisherID=msn-msn" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:155,&quot;o&quot;:1,&quot;p&quot;:&quot;65&quot;}" data-id="155">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Sparta Free Online Game</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Sparta: The Strategy Game Phenomenon of 2016" href="http://plarium.com/play/en/sparta/017_armies_hybrid_anim_g?plid=83495&amp;pxl=taboola_fr&amp;publisherID=msn-msn" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:156,&quot;o&quot;:2,&quot;p&quot;:&quot;65&quot;}" data-id="156"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Sparta:</ins> <ins>The</ins> <ins>Strategy</ins> <ins class=" lastLineEllipsis ">Game Phenomenon of 2016</ins><ins>Game</ins> <ins>Phenomenon</ins> <ins>of</ins> <ins>2016</ins></span><span class="branding">Sparta Free Online Game</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="~~V1~~-2570025351174035641~~vGQae0z0R9NC8B-pFnONvZHknowz0Kq-Xk_QlCSd2jN4m5kHIFLE0bkhLsEwPY3AZfZjQj0NIiph9tASQ-A5dw" data-item-title="Now You Can Track Your Car Using Your Smartphone" data-item-thumb="http://cdn.taboolasyndication.com/libtrc/static/thumbnails/27c596b8d6b9746c53677b3405d0ed82.jpg" data-item-syndicated="true" class="videoCube trc_spotlight_item origin-default thumbnail_start syndicatedItem textItem videoCube_4_child trc_excludable ">
+ <a title="Now You Can Track Your Car Using Your Smartphone" href="http://trknx.com/path/lp.php?trvid=10046&amp;trvx=82ed3095&amp;cid=12&amp;utm_term=msn-msn" rel="nofollow" target="_blank" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:157,&quot;o&quot;:1,&quot;p&quot;:&quot;65&quot;}" data-id="157">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span><span class="branding">Trackr Bravo</span><span class="static-text top-right"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Now You Can Track Your Car Using Your Smartphone" href="http://trknx.com/path/lp.php?trvid=10046&amp;trvx=82ed3095&amp;cid=12&amp;utm_term=msn-msn" rel="nofollow" target="_blank" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaAttributionLink&quot;,&quot;y&quot;:12,&quot;i&quot;:158,&quot;o&quot;:2,&quot;p&quot;:&quot;65&quot;}" data-id="158"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Now</ins> <ins>You</ins> <ins>Can</ins> <ins>Track</ins> <ins class=" lastLineEllipsis ">Your Car Using Your Smartphone</ins><ins>Your</ins> <ins>Car</ins> <ins>Using</ins> <ins>Your</ins> <ins>Smartphone</ins></span><span class="branding">Trackr Bravo</span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="trc-widget-footer">
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=thumbnails-h:Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=thumbnails-h:Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>by Taboola</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=thumbnails-h:Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=thumbnails-h:Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=thumbnails-h:Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a><a class="trc_mobile_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=thumbnails-h:Right%20Rail%20Thumbnails%20Multi%20Story%20Layout:" target="_blank"><span>Sponsored Links</span><span class="trc_logos_v_align"> </span></a></div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div tabindex="-1" id="rectangle2_article_newsscienceandtechnology_701a8c3e-98ea-443d-bc11-70eb4631c28d" class="ad" data-aop="articleasidebottomad_ad" data-id="66" data-m="{&quot;i&quot;:66,&quot;p&quot;:62,&quot;n&quot;:&quot;articleasidebottomad&quot;,&quot;t&quot;:&quot;ad&quot;,&quot;o&quot;:4}" aria-label="advertisement">
+
+
+ <div class="outeradcontainer">
+
+ <div id="rectangle2_article_newsscienceandtechnology_container_701a8c3e-98ea-443d-bc11-70eb4631c28d" class="adcontainer" data-adjs="{&quot;allowedViews&quot;:&quot;SIZE234COLUMN&quot;}" tabindex="-1" aria-label="advertisement" data-ad="{&quot;w&quot;:1194,&quot;h&quot;:710,&quot;c&quot;:4,&quot;v&quot;:0,&quot;d&quot;:1,&quot;r&quot;:0,&quot;s&quot;:false}">
+ <script class="sdkdapscript">
+ require(["dap"], function(dap) {
+ dap("&amp;amp;AP=1089&amp;amp;PG=NEWUSEN16&amp;amp;PVGUID=09bc8b7b76484883a023f9b400b40653&amp;amp;PROVIDERID=B4PI6K3CY", 300, 250, "rectangle2_article_newsscienceandtechnology_container_701a8c3e-98ea-443d-bc11-70eb4631c28d", {
+ "isEnabled": 0,
+ "isDarkTheme": 0
+ }, {
+ "scrollInit": true,
+ "enableAdRefresh": true,
+ "adaptiveRefresh": true,
+ "adaptiveRefreshInterval": 3000,
+ "prid": "B4PI6K3CY",
+ "adsVNextHeight": "250",
+ "adsVNextWidth": "300",
+ "adContainerType": "fileless",
+ "rid": "09bc8b7b76484883a023f9b400b40653"
+ });
+ });
+ </script>
+ </div>
+ <a href="http://go.microsoft.com/fwlink/?LinkID=286759" class="adchoicesjs" target="_blank" data-piitxt="adchoices" style="display: none;">
+ <span class="adchoiceicon"></span>
+ <span>AdChoices</span>
+ </a>
+
+ </div>
+
+ </div>
+ <section class="morefromproviderrr" data-aop="morefromprovidervnext_morefromprovidervnext" data-id="67" data-m="{&quot;i&quot;:67,&quot;p&quot;:62,&quot;n&quot;:&quot;morefromprovidervnext&quot;,&quot;y&quot;:8,&quot;o&quot;:5}">
+
+ <h3>
+ <header class="heading text"> <span>
+ More from Tech Insider
+</span>
+ </header>
+ </h3>
+
+ <ul>
+ <li data-id="68" data-m="{&quot;i&quot;:68,&quot;p&quot;:67,&quot;n&quot;:&quot;HeadlineItemViewModel&quot;,&quot;y&quot;:13,&quot;l&quot;:&quot;AAkhUUy&quot;,&quot;h&quot;:0,&quot;v&quot;:&quot;news&quot;,&quot;c&quot;:&quot;other&quot;,&quot;o&quot;:1}">
+ <a href="http://www.businessinsider.com/what-daily-serving-of-sugar-looks-like-2016-12" target="_blank">
+ <img alt="Top image" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkhPV2.img?h=66&amp;w=88&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkhPV2.img?h=132&amp;w=176&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f" title="Top image - Provided by Business Insider Inc" class="loaded" />
+ <div class="headline-container">
+ <span class="truncate" title="Here's what the maximum amount of sugar you should be eating in a day looks like">Here's what the maximum amount of…</span>
+ <div class="regular-attribution-text attribution">
+ <img alt="Tech Insider Logo" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfFAC.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfFAC.img?h=32&amp;w=32&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f" class="loaded" /> Tech Insider
+ </div>
+
+ </div>
+ </a>
+ </li>
+ <li data-id="69" data-m="{&quot;i&quot;:69,&quot;p&quot;:67,&quot;n&quot;:&quot;HeadlineItemViewModel&quot;,&quot;y&quot;:13,&quot;l&quot;:&quot;AAkalbn&quot;,&quot;h&quot;:0,&quot;v&quot;:&quot;news&quot;,&quot;c&quot;:&quot;newsworld&quot;,&quot;o&quot;:2}">
+ <a href="http://www.businessinsider.com/pound-dollar-euro-friday-november-11-2016-11" target="_blank">
+ <img alt="Screen Shot 2016 11 11 at 15.10.08" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkbiyJ.img?h=66&amp;w=88&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkbiyJ.img?h=132&amp;w=176&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f" title="Screen Shot 2016 11 11 at 15.10.08 - Provided by Business Insider Inc" class="loaded" />
+ <div class="headline-container">
+ <span class="truncate" title="The pound has charged to the highest level since its 'flash crash'">The pound has charged to the highest level…</span>
+ <div class="regular-attribution-text attribution">
+ <img alt="Tech Insider Logo" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfFAC.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfFAC.img?h=32&amp;w=32&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f" class="loaded" /> Tech Insider
+ </div>
+
+ </div>
+ </a>
+ </li>
+ <li data-id="70" data-m="{&quot;i&quot;:70,&quot;p&quot;:67,&quot;n&quot;:&quot;HeadlineItemViewModel&quot;,&quot;y&quot;:13,&quot;l&quot;:&quot;AAk3vBY&quot;,&quot;h&quot;:0,&quot;v&quot;:&quot;news&quot;,&quot;c&quot;:&quot;newsworld&quot;,&quot;o&quot;:3}">
+ <a href="http://www.businessinsider.com/dating-app-maple-match-connects-you-with-single-canadians-2016-11" target="_blank">
+ <img alt="Maple Match" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk3FBL.img?h=66&amp;w=88&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk3FBL.img?h=132&amp;w=176&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f" title="Maple Match - Provided by Business Insider Inc" class="loaded" />
+ <div class="headline-container">
+ <span class="truncate" title="This dating app will help you avoid the Trump presidency by connecting you with single Canadians">This dating app will help you avoid th…</span>
+ <div class="regular-attribution-text attribution">
+ <img alt="Tech Insider Logo" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfFAC.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfFAC.img?h=32&amp;w=32&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f" class="loaded" /> Tech Insider
+ </div>
+
+ </div>
+ </a>
+ </li>
+ <li data-id="71" data-m="{&quot;i&quot;:71,&quot;p&quot;:67,&quot;n&quot;:&quot;HeadlineItemViewModel&quot;,&quot;y&quot;:13,&quot;l&quot;:&quot;AAk3jiF&quot;,&quot;h&quot;:0,&quot;v&quot;:&quot;news&quot;,&quot;c&quot;:&quot;other&quot;,&quot;o&quot;:4}">
+ <a href="http://www.businessinsider.com/tesla-car-secrets-you-may-not-have-known-2016-11" target="_blank">
+ <img alt="Elon Musk with Tesla" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk3dSu.img?h=66&amp;w=88&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;x=1330&amp;y=274&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk3dSu.img?h=132&amp;w=176&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;x=1330&amp;y=274" title="Elon Musk with Tesla - Provided by Business Insider Inc" class="loaded" />
+ <div class="headline-container">
+ <span class="truncate" title="11 secrets about Tesla cars you probably didn't know">11 secrets about Tesla cars you probably…</span>
+ <div class="regular-attribution-text attribution">
+ <img alt="Tech Insider Logo" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfFAC.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfFAC.img?h=32&amp;w=32&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f" class="loaded" /> Tech Insider
+ </div>
+
+ </div>
+ </a>
+ </li>
+ </ul>
+ <div class="promotionalcontent">
+ <span class="promoimage">
+ <a target="_blank" href="http://www.techinsider.io" data-aop="provider_logo_secondary" data-id="72" data-m="{&quot;i&quot;:72,&quot;p&quot;:67,&quot;n&quot;:&quot;provider_logo_secondary&quot;,&quot;t&quot;:&quot;icon&quot;,&quot;o&quot;:5}">
+ <img alt="Tech Insider" data-src="{&quot;default&quot;:&quot;//img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfKKG.img?h=100&amp;w=100&amp;m=6&amp;q=60&amp;u=t&amp;o=f&amp;l=f&quot;}" src="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/BBlfKKG.img?h=200&amp;w=200&amp;m=6&amp;q=60&amp;u=t&amp;o=f&amp;l=f" class="loaded" />
+ </a>
+ </span>
+ <span class="promotext">
+ <div class="providername">
+ Tech Insider
+ </div>
+ <div class="readmore">
+ <a target="_blank" href="http://www.techinsider.io" data-aop="provider_promotext" data-id="73" data-m="{&quot;i&quot;:73,&quot;p&quot;:67,&quot;n&quot;:&quot;provider_promotext&quot;,&quot;t&quot;:&quot;link&quot;,&quot;o&quot;:6}">
+ View the full site
+ </a>
+ </div>
+ </span>
+ </div>
+
+
+ </section>
+
+ <div class="tbla trc_related_container trc_spotlight_widget trc_elastic trc_elastic_trc_97545 " id="taboola-right-rail-thumbnails-vertical-multi-story-layout" data-id="74" data-m="{&quot;i&quot;:74,&quot;p&quot;:62,&quot;n&quot;:&quot;taboolahasidemorefromverticalvnext&quot;,&quot;t&quot;:&quot;taboolawidgetvnext&quot;,&quot;o&quot;:6}" data-aop="taboolahasidemorefromverticalvnext_taboolawidgetvnext" data-page-type="article" data-placement-id="From Vertical RR- Multi-story Layout" data-placement="" data-partner="TB" data-mode="organic-thumbnails-h" data-gallery-url="" data-placement-name="From Vertical RR- Multi-story Layout">
+ <div class="trc_rbox_container" style="display: block;">
+ <div>
+ <div id="trc_wrapper_97545" class="trc_rbox organic-thumbnails-h trc-content-organic " style="overflow: hidden; display: block;">
+ <div id="trc_header_97545" class="trc_rbox_header trc_rbox_border_elm">
+ <div class="trc_header_ext"></div><span class="trc_rbox_header_span">MORE FROM NEWS</span></div>
+ <div id="outer_97545" class="trc_rbox_outer">
+ <div id="rbox-t2m" class="trc_rbox_div trc_rbox_border_elm">
+ <div id="internal_trc_97545">
+ <div data-item-id="5795630176636472370" data-item-title="2 hurt as Porter flight evades mid-air object" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkhUIK.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_start textItem videoCube_1_child trc-first-recommendation trc-spotlight-first-recommendation trc_excludable ">
+ <a title="2 hurt as Porter flight evades mid-air object" href="http://www.msn.com/en-us/news/canada/2-hurt-as-porter-flight-evades-mid-air-object/ar-AAkhS0r" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:159,&quot;o&quot;:1,&quot;p&quot;:&quot;74&quot;,&quot;l&quot;:&quot;AAkhS0r&quot;}" data-id="159">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="2 hurt as Porter flight evades mid-air object" href="http://www.msn.com/en-us/news/canada/2-hurt-as-porter-flight-evades-mid-air-object/ar-AAkhS0r" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:160,&quot;o&quot;:2,&quot;p&quot;:&quot;74&quot;,&quot;l&quot;:&quot;AAkhS0r&quot;}" data-id="160"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">2</ins> <ins>hurt</ins> <ins>as</ins> <ins>Porter</ins> <ins>flight</ins> <ins>evades</ins> <ins>mid-air</ins> <ins>object</ins></span><span class="video-label video-category"><span class="uploader-icon" style="background: transparent url(&quot;http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA3JPH9.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;) repeat scroll 0% 0%;"></span><dt style="display:inline">Canadian Press on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="4046506143094514317" data-item-title="Temper your enthusiasm for the new Sega Genesis" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk6hJM.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_start textItem videoCube_2_child trc_excludable ">
+ <a title="Temper your enthusiasm for the new Sega Genesis" href="http://www.msn.com/en-us/news/technology/temper-your-enthusiasm-for-the-new-sega-genesis/ar-AAk6arq" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:161,&quot;o&quot;:1,&quot;p&quot;:&quot;74&quot;,&quot;l&quot;:&quot;AAk6arq&quot;}" data-id="161">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Temper your enthusiasm for the new Sega Genesis" href="http://www.msn.com/en-us/news/technology/temper-your-enthusiasm-for-the-new-sega-genesis/ar-AAk6arq" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:162,&quot;o&quot;:2,&quot;p&quot;:&quot;74&quot;,&quot;l&quot;:&quot;AAk6arq&quot;}" data-id="162"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Temper</ins> <ins>your</ins> <ins class=" lastLineEllipsis ">enthusiasm for the new Sega Genesis</ins><ins>enthusiasm</ins> <ins>for</ins> <ins>the</ins> <ins>new</ins> <ins>Sega</ins> <ins>Genesis</ins></span><span class="video-label video-category"><span class="uploader-icon" style="background: transparent url(&quot;http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA2t53a.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;) repeat scroll 0% 0%;"></span><dt style="display:inline">Polygon on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="-1919009066401524532" data-item-title="Heartbreak for Hillary" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAk50zB.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_start photoItem videoCube_3_child trc_excludable ">
+ <a title="Heartbreak for Hillary" href="http://www.msn.com/en-us/news/photos/heartbreak-for-hillary/ss-AAk55G8" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:163,&quot;o&quot;:1,&quot;p&quot;:&quot;74&quot;,&quot;l&quot;:&quot;AAk55G8&quot;}" data-id="163">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Heartbreak for Hillary" href="http://www.msn.com/en-us/news/photos/heartbreak-for-hillary/ss-AAk55G8" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:164,&quot;o&quot;:2,&quot;p&quot;:&quot;74&quot;,&quot;l&quot;:&quot;AAk55G8&quot;}" data-id="164"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Heartbreak</ins> <ins>for</ins> <ins>Hillary</ins></span><span class="video-label video-category"><span class="uploader-icon" style="background: transparent url(&quot;http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA1Q4vJ.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;) repeat scroll 0% 0%;"></span><dt style="display:inline">Reuters on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ <div data-item-id="6196365771290066281" data-item-title="Trump breaks protocol — again — on press access" data-item-thumb="http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AAkludm.img" data-item-syndicated="false" class="videoCube trc_spotlight_item origin-default thumbnail_start textItem videoCube_4_child trc_excludable ">
+ <a title="Trump breaks protocol — again — on press access" href="http://www.msn.com/en-us/news/politics/trump-breaks-protocol-%E2%80%94-again-%E2%80%94-on-press-access/ar-AAklBWV" target="_parent" class=" item-thumbnail-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:165,&quot;o&quot;:1,&quot;p&quot;:&quot;74&quot;,&quot;l&quot;:&quot;AAklBWV&quot;}" data-id="165">
+ <div class="thumbBlock_holder"><span class="thumbBlock"><span class="thumbnail-overlay"></span></span>
+ <div class="videoCube_aspect"></div>
+ </div>
+ </a><a title="Trump breaks protocol — again — on press access" href="http://www.msn.com/en-us/news/politics/trump-breaks-protocol-%E2%80%94-again-%E2%80%94-on-press-access/ar-AAklBWV" target="_parent" class=" item-label-href " data-m="{&quot;n&quot;:&quot;TaboolaorganicItem&quot;,&quot;y&quot;:13,&quot;i&quot;:166,&quot;o&quot;:2,&quot;p&quot;:&quot;74&quot;,&quot;l&quot;:&quot;AAklBWV&quot;}" data-id="166"><span class="video-label-box"><span class="video-label video-title trc-smart-ellipsis"><ins style="">Trump</ins> <ins>breaks</ins> <ins>protocol</ins> <ins class=" lastLineEllipsis ">— again — on press access</ins><ins>—</ins> <ins>again</ins> <ins>—</ins> <ins>on</ins> <ins>press</ins> <ins>access</ins></span><span class="video-label video-category"><span class="uploader-icon" style="background: transparent url(&quot;http://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA42CeQ.img?h=16&amp;w=16&amp;m=6&amp;q=60&amp;u=t&amp;o=t&amp;l=f&amp;f=png&quot;) repeat scroll 0% 0%;"></span><dt style="display:inline">Associated Press on MSN</dt></span></span></a>
+ <div class=" trc_user_exclude_btn " title="Remove this item"></div>
+ <div class=" trc_exclude_overlay trc_fade "></div>
+ <div class=" trc_undo_btn ">Undo</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="trc-widget-footer">
+ <div class="logoDiv link-attribution "><a class="trc_desktop_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:From%20Vertical%20RR-%20Multi-story%20Layout:" target="_blank"><span>by Taboola</span></a><a class="trc_mobile_attribution_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:From%20Vertical%20RR-%20Multi-story%20Layout:" target="_blank"><span>by Taboola</span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-sponsored"><a class="trc_desktop_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:From%20Vertical%20RR-%20Multi-story%20Layout:" target="_blank"><span>Sponsored Links</span></a><a class="trc_mobile_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:From%20Vertical%20RR-%20Multi-story%20Layout:" target="_blank"><span>Sponsored Links</span></a></div>
+ <div class="logoDiv link-disclosure attribution-disclosure-link-hybrid"><a class="trc_desktop_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:From%20Vertical%20RR-%20Multi-story%20Layout:" target="_blank"><span>Sponsored Links</span></a><a class="trc_mobile_disclosure_link trc_attribution_position_bottom" rel="nofollow" href="http://popup.taboola.com/en/?template=colorbox&amp;utm_source=msn-msn&amp;utm_medium=referral&amp;utm_content=organic-thumbnails-h:From%20Vertical%20RR-%20Multi-story%20Layout:" target="_blank"><span>Sponsored Links</span></a></div>
+ </div>
+ <div class="trc_clearer"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+
+ </aside>
+ <script>
+ window._flushTimings & amp; & amp;
+ (window._flushTimings.AsideEnd = new Date - window.performance.timing.navigationStart);
+ </script>
+ </div>
+ </div>
+
+ <div id="prefooter" data-region="prefooter" data-id="75" data-m="{&quot;i&quot;:75,&quot;n&quot;:&quot;prefooter&quot;,&quot;y&quot;:6}">
+
+ </div>
+
+ <div id="foot">
+ <footer role="contentinfo" data-region="footer" data-id="76" data-m="{&quot;i&quot;:76,&quot;n&quot;:&quot;Footer&quot;,&quot;y&quot;:2}">
+
+
+ <a class="copyright microsoft" href="https://www.microsoft.com/en-us/default.aspx" data-id="77" data-m="{&quot;i&quot;:77,&quot;p&quot;:76,&quot;n&quot;:&quot;MicrosoftCopyright&quot;,&quot;y&quot;:14,&quot;o&quot;:1}"><span></span><span></span>© 2016 Microsoft</a>
+ <ul id="social-plugins" data-facebook-like-url="https://www.facebook.com/msn" data-facebook-button-width="14.2rem" data-twitter-follow-screen-name="msn" data-twitter-button-width="9.5rem" data-twitter-show-screen-name="false">
+ <li id="fbcount" data-id="78" data-m="{&quot;i&quot;:78,&quot;p&quot;:76,&quot;n&quot;:&quot;facebook&quot;,&quot;y&quot;:11,&quot;o&quot;:2}"></li>
+ <li id="twcount" data-id="79" data-m="{&quot;i&quot;:79,&quot;p&quot;:76,&quot;n&quot;:&quot;twitter&quot;,&quot;y&quot;:11,&quot;o&quot;:3}"></li>
+ </ul>
+ <ul id="links">
+ <li><a href="https://go.microsoft.com/fwlink/?LinkId=521839" data-id="80" data-m="{&quot;i&quot;:80,&quot;p&quot;:76,&quot;n&quot;:&quot;footer_privacy&quot;,&quot;y&quot;:14,&quot;o&quot;:4}">
+Privacy
+</a>
+ </li>
+ <li><a href="https://go.microsoft.com/fwlink/?LinkID=246338" data-id="81" data-m="{&quot;i&quot;:81,&quot;p&quot;:76,&quot;n&quot;:&quot;footer_legal&quot;,&quot;y&quot;:14,&quot;o&quot;:5}">
+Legal
+</a>
+ </li>
+ <li><a href="https://go.microsoft.com/fwlink/?LinkID=286759" data-id="82" data-m="{&quot;i&quot;:82,&quot;p&quot;:76,&quot;n&quot;:&quot;footer_adprivacyinfo&quot;,&quot;y&quot;:14,&quot;o&quot;:6}">
+About our Ads
+</a>
+ </li>
+ <li><a href="#" id="footer_feedback" data-id="83" data-m="{&quot;i&quot;:83,&quot;p&quot;:76,&quot;n&quot;:&quot;footer_feedback&quot;,&quot;y&quot;:14,&quot;o&quot;:7}">Feedback</a></li>
+ <li><a href="https://go.microsoft.com/fwlink/?LinkId=512703" data-id="84" data-m="{&quot;i&quot;:84,&quot;p&quot;:76,&quot;n&quot;:&quot;footer_help&quot;,&quot;y&quot;:14,&quot;o&quot;:8}">
+Help
+</a>
+ </li>
+ <li><a href="/en-us/msn-worldwide" data-id="85" data-m="{&quot;i&quot;:85,&quot;p&quot;:76,&quot;n&quot;:&quot;footer_worldwide&quot;,&quot;y&quot;:14,&quot;o&quot;:9}">
+MSN Worldwide
+</a>
+ </li>
+ <li><a href="http://newsletters.msn.com/" data-id="86" data-m="{&quot;i&quot;:86,&quot;p&quot;:76,&quot;n&quot;:&quot;footer_newsletter&quot;,&quot;y&quot;:14,&quot;o&quot;:10}">
+Newsletter
+</a>
+ </li>
+ </ul>
+
+
+ </footer>
+ </div>
+ <script>
+ window._flushTimings & amp; & amp;
+ (window._flushTimings.FooterEnd = new Date - window.performance.timing.navigationStart);
+ </script>
+
+ <div class="fbpopup-container" data-aop="fbmsnlikeprompt">
+ <div class="fbpopup">
+ <button class="fbpopup-close" title="close" data-id="87" data-m="{&quot;i&quot;:87,&quot;n&quot;:&quot;main&quot;,&quot;y&quot;:12}"></button>
+ <h2>Found the story interesting?</h2>
+ <p>Like us on Facebook to see similar stories</p>
+ <div class="fb-page fb_iframe_widget" data-id="88" data-m="{&quot;i&quot;:88,&quot;n&quot;:&quot;main&quot;,&quot;y&quot;:12}" data-href="https://www.facebook.com/msn" data-width="450" data-hide-cta="true" data-small-header="true" data-hide-cover="true" data-adapt-container-width="false" data-show-facepile="true" data-show-posts="false" fb-xfbml-state="rendered" fb-iframe-plugin-query="adapt_container_width=false&amp;app_id=1056389514424151&amp;container_width=0&amp;hide_cover=true&amp;hide_cta=true&amp;href=https%3A%2F%2Fwww.facebook.com%2Fmsn&amp;locale=en_US&amp;sdk=joey&amp;show_facepile=true&amp;show_posts=false&amp;small_header=true&amp;width=450"><span style="vertical-align: bottom; width: 450px; height: 0px;"><iframe name="f202a714deb84c" allowtransparency="true" allowfullscreen="true" scrolling="no" title="fb:page Facebook Social Plugin" style="border: medium none; visibility: visible; width: 450px; height: 0px;" src="https://www.facebook.com/plugins/page.php?adapt_container_width=false&amp;app_id=1056389514424151&amp;channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2FfTmIQU3LxvB.js%3Fversion%3D42%23cb%3Df37cd586fb1d414%26domain%3Dwww.msn.com%26origin%3Dhttp%253A%252F%252Fwww.msn.com%252Ff2f2e91836f0462%26relation%3Dparent.parent&amp;container_width=0&amp;hide_cover=true&amp;hide_cta=true&amp;href=https%3A%2F%2Fwww.facebook.com%2Fmsn&amp;locale=en_US&amp;sdk=joey&amp;show_facepile=true&amp;show_posts=false&amp;small_header=true&amp;width=450" class="" frameborder="0" width="450px" height="1000px"></iframe></span></div>
+ <div class="fbposttext">
+ <button id="fbdisablelikeprompt" title="i'm already a fan, don't show this again" data-id="89" data-m="{&quot;i&quot;:89,&quot;n&quot;:&quot;main&quot;,&quot;y&quot;:12}">I'm already a fan, don't show this again</button><br />
+ </div>
+ </div>
+ </div>
+
+ <div id="feedback-flyout" data-aop="feedback_flyout">
+ <button id="feedback-close" title="close" data-id="90" data-m="{&quot;i&quot;:90,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:11,&quot;l&quot;:&quot;close&quot;}"></button>
+ <div class="feedbackheader mainheader">
+ <h2>Send Feedback</h2>
+ <button class="selected" title="provide feedback" data-id="91" data-m="{&quot;i&quot;:91,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:11,&quot;l&quot;:&quot;providefeedback&quot;}">Provide Feedback</button>
+ <button id="feedback-reportproblem" title="report a problem" data-id="92" data-m="{&quot;i&quot;:92,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:11,&quot;l&quot;:&quot;reportproblem&quot;}">Report a Problem</button>
+ </div>
+ <div class="feedbackheader thankyou">
+ <h2>We appreciate your input!</h2>
+ </div>
+ <div id="feedback-feedbackarea">
+ <div class="feedbackarea">
+ <label>Select a category:</label>
+ <ul>
+ <li>
+ <p>I'm having problems with Top Destinations</p>
+ </li>
+ <li>
+ <p>I'm having issues searching</p>
+ </li>
+ <li>
+ <p>I'm having problems with Featured Apps</p>
+ </li>
+ <li>
+ <p>My Topics feedback</p>
+ </li>
+ <li>
+ <p>Other</p>
+ </li>
+ </ul>
+ </div>
+ <div class="feedbackarea">
+ <label for="feedback-inputbox">How we can improve?</label>
+ <textarea id="feedback-inputbox" maxlength="400" placeholder="Enter your feedback here. To help protect your privacy, don't include personal information, like your name or address."></textarea>
+ </div>
+ </div>
+ <div id="feedback-starrating">
+ <div class="stars">
+ <p>Please give an overall site rating:</p>
+ <ul data-selected="0">
+ <li></li>
+ <li></li>
+ <li></li>
+ <li></li>
+ <li></li>
+ </ul>
+ </div>
+ </div>
+ <button id="feedback-submit" class="footerbutton" title="submit" data-id="93" data-m="{&quot;i&quot;:93,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:11,&quot;l&quot;:&quot;submit&quot;}">Submit</button>
+ <button id="feedback-ok" class="footerbutton" title="close" data-id="94" data-m="{&quot;i&quot;:94,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:11,&quot;l&quot;:&quot;ok&quot;}">Close</button>
+ <div class="feedbackfooter">
+ <div id="feedback-privacy-link">
+ <a href="https://go.microsoft.com/fwlink/?LinkId=521839" class="footerlink" target="_blank" data-id="95" data-m="{&quot;i&quot;:95,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;feedbackPrivacyLink&quot;}">Privacy Statement</a>
+ </div>
+ <div id="feedback-help-link">
+ <a href="http://support.microsoft.com/kb/2999557/" class="footerlink" target="_blank" data-id="96" data-m="{&quot;i&quot;:96,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;feedbackHelpLink&quot;}">Help</a>
+ </div>
+ <div id="feedback-help-support-link">
+ <a href="http://support.microsoft.com/product/msn/msn" class="footerlink" target="_blank" data-id="97" data-m="{&quot;i&quot;:97,&quot;n&quot;:&quot;feedback&quot;,&quot;y&quot;:14,&quot;l&quot;:&quot;feedbackHelpSupportLink&quot;}">Help &amp; Support</a>
+ </div>
+ </div>
+
+ </div>
+
+ <div id="makehomepagecontainer" class="threestep" data-aop="makehomepagedialog" data-id="98" data-m="{&quot;i&quot;:98,&quot;n&quot;:&quot;makehomepage_Manual&quot;,&quot;y&quot;:8}">
+
+ <div id="makehomepageback" data-id="99" data-m="{&quot;i&quot;:99,&quot;p&quot;:98,&quot;n&quot;:&quot;makehomepage.background&quot;,&quot;y&quot;:12,&quot;o&quot;:1}">
+ </div>
+ <div id="makehomepagedialog">
+ <button class="closebutton" data-id="100" data-m="{&quot;i&quot;:100,&quot;p&quot;:98,&quot;n&quot;:&quot;makehomepage.closebutton&quot;,&quot;y&quot;:11,&quot;o&quot;:2}" title="Close">Close</button>
+ <h2>Make MSN my homepage</h2>
+ <ul class="makehomepagesteps">
+ <li>
+ <img alt="On the toolbar, click Firefox Then, click Preferences." data-src="{&quot;default&quot;:&quot;//static-entertainment-eas-s-msn-com.akamaized.net/sc/4d/d03690.png&quot;}" src="//static-entertainment-eas-s-msn-com.akamaized.net/sc/9b/e151e5.gif" />
+ <div>
+ On the toolbar, click Firefox Then, click Preferences.
+ </div>
+ </li>
+ <li>
+ <img alt="In the Preferences window, select General." data-src="{&quot;default&quot;:&quot;//static-entertainment-eas-s-msn-com.akamaized.net/sc/a6/a52ceb.png&quot;}" src="//static-entertainment-eas-s-msn-com.akamaized.net/sc/9b/e151e5.gif" />
+ <div>
+ In the Preferences window, select General.
+ </div>
+ </li>
+ <li>
+ <img alt="In the text box next to Home page, simply type www.msn.com." data-src="{&quot;default&quot;:&quot;//static-entertainment-eas-s-msn-com.akamaized.net/sc/40/9ef8e4.png&quot;}" src="//static-entertainment-eas-s-msn-com.akamaized.net/sc/9b/e151e5.gif" />
+ <div>
+ In the text box next to Home page, simply type www.msn.com.
+ </div>
+ </li>
+ </ul>
+ </div>
+
+ </div>
+
+ <script>
+ _timing.content = +new Date
+ </script>
+ <script>
+ require(["window", "document", "location", "trackInfo", "c.onload"], function(n, t, i, r) {
+ (function u() {
+ var e = r.sitePage,
+ h = e.chartBeatUID,
+ v = e.localeCode,
+ o = e.channel,
+ c = e.department,
+ l = e.chartBeatBase,
+ y = e.chartBeatDomain || i.hostname,
+ p = c ? o + "," + o + ":" + c : o,
+ s, f, a;
+ h & amp; & amp;
+ l ? (s = n._timing || {}, n._st_startpt = s.start || 0, n._st_endpt = s.load || 0, f = n.location.pathname, f === "/" || f === "/en-us/" ? f = "/en-us" : f.charAt(f.length - 1) == "/" & amp; & amp;
+ (f = f.substr(0, f.length - 1)), n._sf_async_config = {
+ uid: h,
+ sessionLength: 15,
+ domain: v + "." + y,
+ sections: p,
+ authors: e.cvPartner ? decodeURIComponent(e.cvPartner.replace("+", "%20")) : "",
+ path: f
+ }, a = (/\bsn:\s*(\w*)/.exec(t.getElementsByTagName("HEAD")[0].getAttribute("data-info")) || {})[1] || "", n._cbq = n._cbq || [], n._cbq.push(["_cdname", a]), require({
+ js: l + "/js/chartbeat.js"
+ })) : setTimeout(u, 50)
+ })()
+ })
+ </script>
+ <script>
+ require(["headData", "pageInstance", "mediator", "c.deferred"], function(headData, pageInstance, mediator) {
+ var url = '//c.bing.com/c.gif?Red3=MSNLI_pd&amp;rid=09bc8b7b-7648-4883-a023-f9b400b40653&amp;lng=en-us&amp;dgk=tmx.pc.moz&amp;imd=0&amp;pn=articlepage&amp;rf=&amp;tp=http%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%2Far-AAkm7Xj';
+ if (headData & amp; & amp; headData.clientSettings & amp; & amp; headData.clientSettings.static_page) {
+ mediator.pub(pageInstance.eventName);
+ var rid = pageInstance.getActivityId();
+ url = url.replace(/([?&amp;]rid=)[^&amp;#]*/i, "$1" + rid);
+ }
+ new Image().src = url.replace(/&amp;amp;/g, '&amp;');
+ });
+ </script>
+ <noscript>
+ &lt;div&gt;
+ &lt;img src="//c.bing.com/c.gif?Red3=MSNLI_pd&amp;amp;rid=09bc8b7b-7648-4883-a023-f9b400b40653&amp;amp;lng=en-us&amp;amp;dgk=tmx.pc.moz&amp;amp;imd=0&amp;amp;pn=articlepage&amp;amp;rf=&amp;amp;tp=http%3A%2F%2Fwww.msn.com%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone-game-will-launch-in-december-for-dollar10%2Far-AAkm7Xj&amp;amp;ts=noscript" width="1" height="1" alt="" /&gt;
+ &lt;/div&gt;
+ </noscript>
+ <script>
+ require(["headData", "pageInstance", "mediator", "c.deferred"], function(headData, pageInstance, mediator) {
+ var url = '//www.bizographics.com/collect/?fmt=gif&amp;pid=7850';
+ if (headData & amp; & amp; headData.clientSettings & amp; & amp; headData.clientSettings.static_page) {
+ mediator.pub(pageInstance.eventName);
+ var rid = pageInstance.getActivityId();
+ url = url.replace(/([?&amp;]rid=)[^&amp;#]*/i, "$1" + rid);
+ }
+ new Image().src = url.replace(/&amp;amp;/g, '&amp;');
+ });
+ </script>
+ <noscript>
+ &lt;div&gt;
+ &lt;img src="//www.bizographics.com/collect/?fmt=gif&amp;amp;pid=7850&amp;amp;ts=noscript" width="1" height="1" alt="" /&gt;
+ &lt;/div&gt;
+ </noscript>
+ <script>
+ require(["imageLoad"], function(n) {
+ n.cleanup()
+ });
+ define("adLoad", ["viewAware", "classList", "evaluate", "mediator", "pageTime", "document", "imgSrc"], function(n, t, i, r, u, f, e) {
+ function o(n, t) {
+ var i, r;
+ if (n & amp; & amp; n.length)
+ for (i = 0; r = n[i]; ++i) r.nodeType == 1 & amp; & amp;
+ t(r)
+ }
+
+ function s(u, f) {
+ function y(n) {
+ var i, c, h, f;
+ if (n.htmlid == a || n.id == a) {
+ if (i = s.offsetHeight, c = s.getAttribute("ad-loaded-height"), c) try {
+ h = parseInt(c);
+ !isNaN(h) & amp; & amp;
+ i & lt;
+ h & amp; & amp;
+ (i = h)
+ } catch (l) {
+ return
+ }
+ t.contains(u, "layout-large") != null ? t.remove(u, "layout-large") : t.contains(u, "layout-medium") != null ? t.remove(u, "layout-medium") : t.contains(u, "layout-small") != null ? t.remove(u, "layout-small") : t.contains(u, "layout-none") != null ? t.remove(u, "layout-none") : t.contains(u, "no-ad") != null & amp; & amp;
+ t.remove(u, "no-ad");
+ i & lt; = 2 ? f = "layout-none" : v ? i & gt; = 550 ? f = "layout-large" : i & gt; = 200 ? f = "layout-medium" : i & gt; = 50 & amp; & amp;
+ (f = "layout-small"): i & gt;
+ 299 ? f = "layout-large" : i & gt;
+ 99 & amp; & amp;
+ (f = "layout-small");
+ f & amp; & amp;
+ (t.add(u, f), o(u.querySelectorAll("img"), function(n) {
+ e.checkLoad(n)
+ }), r.pub("invalidate-layout", u), r.pub("truncate"))
+ }
+ }
+ var h, v, l, c, s, a, p;
+ if (u & amp; & amp; u.querySelectorAll & amp; & amp;
+ (f = f || ".showcasead,.ad300x250,.ad", h = u.querySelectorAll(f), v = u.className.indexOf("today") & gt; = 0, h.length)) {
+ if (h.length == 1) l = h[0];
+ else switch (n.currentView()) {
+ case n.views.SIZE1ROWSIZE4COLUMN:
+ case n.views.SIZE2ROWSIZE4COLUMN:
+ l = h[h.length - 1];
+ break;
+ default:
+ l = h[0]
+ }(l.style.display = "block", s = l.querySelector(".adcontainer"), s & amp; & amp;
+ (c = i(s.getAttribute("data-adjs")))) & amp; & amp;
+ (a = s.id, v & amp; & amp;
+ (p = s.getAttribute("ad-loaded-height"), p & amp; & amp; y(s)), require(["dap"], function(n) {
+ r.sub(n.adLoadedEvent, y);
+ r.sub(n.adRerenderedEvent, y);
+ c.dap & amp; & amp;
+ n(c.dap, c.width, c.height, a, c.iaf, c.option)
+ }))
+ }
+ }
+ var h = f.querySelectorAll(".today1,.todaymodule,.todaystripe,.skyline,.pagingsection .newlist,.tabsection .newlist,.pagingsection .list,.tabsection .list");
+ return o(h, s), {
+ loadSectionAd: s
+ }
+ });
+ require(["trackInfo", "window", "c.onload"], function(n, t) {
+ function o() {
+ if (n.sitePage.requestId) {
+ var i = u.setupParameters("load_time");
+ i & amp; & amp;
+ (i.timeToOnload = r, i.timeToDomComplete = f, i.timeToFirstByte = e, t.performance & amp; & amp; t.performance.navigation & amp; & amp; t.performance.navigation.type & amp; & amp;
+ (i.navType = t.performance.navigation.type), u.sendUpdate(i))
+ } else t.setTimeout(o, 500)
+ }
+ var u = n.telemetryTracking,
+ r, f, e, i = (t.performance || {}).timing;
+ i & amp; & amp;
+ (r = i.loadEventStart - i.navigationStart, f = i.domComplete - i.navigationStart, e = i.responseStart - i.navigationStart, r & amp; & amp; o())
+ });
+ define("c.dom", 1);
+ window.onload = function(n) {
+ function r() {
+ clearTimeout(t);
+ t = 0;
+ define("c.deferred", 1);
+ require(["c.deferred"], function() {
+ i = setTimeout(f, u)
+ })
+ }
+
+ function f() {
+ clearTimeout(i);
+ i = 0;
+ define("c.postdeferred", 1)
+ }
+ var t, i, u = 2e3;
+ return function(n) {
+ var i;
+ n & amp; & amp;
+ (i = (window.JSON & amp; & amp; window.JSON.parse(n) || {}).dms, u = (window.JSON & amp; & amp; window.JSON.parse(n) || {}).ps);
+ t = setTimeout(r, i || 3e3)
+ }(document.getElementsByTagName("head")[0].getAttribute("data-js")),
+ function(i) {
+ (window._timing || {}).load = +new Date;
+ typeof n == "function" & amp; & amp;
+ n(i);
+ define("c.onload", 1);
+ t & amp; & amp;
+ (window.setImmediate ? setImmediate(r) : setTimeout(r, 0))
+ }
+ }(window.onload);
+ require(["jquery", "afire", "c.dom"], function(n, t) {
+ n("body").hasClass("fltssl-keepwarm") & amp; & amp;
+ setInterval(function() {
+ t("https://www.bing.com/partner/primedns.gif?t=" + +new Date)
+ }, 2e4)
+ })
+ </script>
+ <script>
+ define("trackingConstants", {
+ trackingData: {
+ lastIndex: 100
+ }
+ });
+ </script>
+ <script>
+ _timing.body = +new Date
+ </script>
+
+
+
+ <script src="//pixel.advertising.com/ups/254/occ"></script>
+ <script src="//g.bing.com/uac/request?allowedSizes=728x90,948x250,950x252,940x230,101x1,970x66,970x90,970x250;noperf=1;adclntid=1002;alias=NEWUSEN19;kvmsft_providerid=b4pi6k3cy;kvmsft_rid=09bc8b7b76484883a023f9b400b40653;kvmsft_ext_inv_cd=us;kvmsft_muid=3816c90bb6bf63071807c0c4b74d62f9;kvmsft_pagetype=article;kvpg=msn%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone;kvugc=0;kvmn=NEWUSEN19;kvgrp=286780034;kvismob=2;extmirroring=0;kvtile=1;target=_blank;aduho=480;grp=286780034"></script>
+ <script src="//g.bing.com/uac/request?noperf=1;adclntid=1002;alias=NEWUSEN18;noaddonpl=y;kvmsft_providerid=b4pi6k3cy;kvmsft_rid=09bc8b7b76484883a023f9b400b40653;kvmsft_ext_inv_cd=us;kvmsft_muid=3816c90bb6bf63071807c0c4b74d62f9;kvmsft_pagetype=article;kvpg=msn%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone;kvugc=0;kvmn=NEWUSEN18;kvgrp=286780034;kvismob=2;extmirroring=0;kvtile=2;target=_blank;aduho=480;grp=286780034"></script>
+ <script src="//g.bing.com/uac/response?allowedSizes=728x90,948x250,950x252,940x230,101x1,970x66,970x90,970x250;noperf=1;adclntid=1002;alias=NEWUSEN19;kvmsft_providerid=b4pi6k3cy;kvmsft_rid=09bc8b7b76484883a023f9b400b40653;kvmsft_ext_inv_cd=us;kvmsft_muid=3816c90bb6bf63071807c0c4b74d62f9;kvmsft_pagetype=article;kvpg=msn%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone;kvugc=0;kvmn=NEWUSEN19;kvgrp=286780034;kvismob=2;extmirroring=0;kvtile=1;target=_blank;aduho=480;grp=286780034&amp;ResponseRedirect=appnexus"></script>
+ <script src="//g.bing.com/uac/response?noperf=1;adclntid=1002;alias=NEWUSEN18;noaddonpl=y;kvmsft_providerid=b4pi6k3cy;kvmsft_rid=09bc8b7b76484883a023f9b400b40653;kvmsft_ext_inv_cd=us;kvmsft_muid=3816c90bb6bf63071807c0c4b74d62f9;kvmsft_pagetype=article;kvpg=msn%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone;kvugc=0;kvmn=NEWUSEN18;kvgrp=286780034;kvismob=2;extmirroring=0;kvtile=2;target=_blank;aduho=480;grp=286780034&amp;ResponseRedirect=appnexus"></script>
+ <script src="//g.bing.com/uac/response?allowedSizes=728x90,948x250,950x252,940x230,101x1,970x66,970x90,970x250;noperf=1;adclntid=1002;alias=NEWUSEN19;kvmsft_providerid=b4pi6k3cy;kvmsft_rid=09bc8b7b76484883a023f9b400b40653;kvmsft_ext_inv_cd=us;kvmsft_muid=3816c90bb6bf63071807c0c4b74d62f9;kvmsft_pagetype=article;kvpg=msn%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone;kvugc=0;kvmn=NEWUSEN19;kvgrp=286780034;kvismob=2;extmirroring=0;kvtile=1;target=_blank;aduho=480;grp=286780034&amp;ResponseRedirect=appnexus"></script>
+ <script src="//g.bing.com/uac/response?noperf=1;adclntid=1002;alias=NEWUSEN18;noaddonpl=y;kvmsft_providerid=b4pi6k3cy;kvmsft_rid=09bc8b7b76484883a023f9b400b40653;kvmsft_ext_inv_cd=us;kvmsft_muid=3816c90bb6bf63071807c0c4b74d62f9;kvmsft_pagetype=article;kvpg=msn%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone;kvugc=0;kvmn=NEWUSEN18;kvgrp=286780034;kvismob=2;extmirroring=0;kvtile=2;target=_blank;aduho=480;grp=286780034&amp;ResponseRedirect=appnexus"></script><iframe style="display: none; width: 0px; height: 0px;" id="msn" src="//cdn.at.atwola.com/_media/uac/msn.html#dom=m&amp;muid=3816c90bb6bf63071807c0c4b74d62f9&amp;cd=us&amp;pg=msn%2Fen-us%2Fnews%2Ftechnology%2Fnintendos-first-iphone"></iframe><span><iframe class="trc-hidden" id="trc-pixel-iframe-3515" name="trc-pixel-iframe-3515" style="display:none" width="0" height="0"></iframe></span>
+ <div id="tbl-aug-dyq7yc" class="trc_popover_aug_container">
+ <div id="tbl-aug-96en7x" class="trc_popover_aug_container">
+ <div id="tbl-aug-l40s1t" class="trc_popover_aug_container">
+ <div class=" trc_popover trc_popover_fade trc_bottom ">
+ <div class=" trc_popover_arrow "></div><iframe scrolling="no" src="javascript:void(0)" style="width: 100%;" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ </div>
+</body>
+<!--MSNAvailToken-->
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-metadata.json
new file mode 100644
index 0000000..59c9941
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem\n ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n\ttab here\n incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Normalize space test",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected.html b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected.html
new file mode 100644
index 0000000..18739c3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected.html
@@ -0,0 +1,26 @@
+<article>
+ <h2>Lorem</h2>
+ <p>
+ Lorem
+ ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tab here
+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <h2>Foo</h2>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation
+
+
+
+
+ ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/source.html b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/source.html
new file mode 100644
index 0000000..b230798
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/source.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Normalize space test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ Lorem
+ ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tab here
+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <h2>Foo</h2>
+ <div>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation
+
+
+
+
+ ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json
new file mode 100644
index 0000000..077eb60
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/static01.nyt.com\/images\/2017\/01\/14\/world\/13SUDAN-1\/13SUDAN-1-facebookJumbo.jpg",
+ "https:\/\/static01.nyt.com\/images\/2017\/01\/14\/world\/13SUDAN-1\/13SUDAN-1-master768.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json
new file mode 100644
index 0000000..724e18a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Jeffrey Gettleman",
+ "Direction": null,
+ "Excerpt": "For the first time since the 1990s, the country will be able to trade extensively with the United States.",
+ "Image": "https:\/\/static01.nyt.com\/images\/2017\/01\/14\/world\/13SUDAN-1\/13SUDAN-1-facebookJumbo.jpg",
+ "Title": "United States to Lift Sudan Sanctions",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html
new file mode 100644
index 0000000..4151659
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html
@@ -0,0 +1,75 @@
+<div id="page">
+
+
+ <main id="main" role="main">
+ <article id="story">
+
+
+
+
+
+
+
+
+
+ <div>
+ <figure id="media-100000004869232" data-media-action="modal" itemprop="associatedMedia" itemscope itemid="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-master768.jpg" itemtype="http://schema.org/ImageObject" aria-label="media" role="group">
+ <span>Photo</span>
+ <div>
+ <p><img src="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-master768.jpg" alt data-mediaviewer-src="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-superJumbo.jpg" data-mediaviewer-caption="United Nations peacekeepers at a refugee camp in Sudan on Monday. In exchange for the lifting of United States trade sanctions, Sudan has said it will improve access for aid groups, stop supporting rebels in neighboring South Sudan and cooperate with American intelligence agents." data-mediaviewer-credit="Ashraf Shazly/Agence France-Presse — Getty Images" itemprop="url" itemid="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-master768.jpg"></p>
+ <meta itemprop="height" content="512">
+ <meta itemprop="width" content="768">
+ </div>
+ <figcaption itemprop="caption description">
+ <span>United Nations peacekeepers at a refugee camp in Sudan on Monday. In exchange for the lifting of United States trade sanctions, Sudan has said it will improve access for aid groups, stop supporting rebels in neighboring South Sudan and cooperate with American intelligence agents.</span>
+ <span itemprop="copyrightHolder">
+ <span>Credit</span> Ashraf Shazly/Agence France-Presse — Getty Images </span>
+ </figcaption>
+ </figure>
+ <p data-para-count="194" data-total-count="194">LONDON — After nearly 20 years of hostile relations, the American government plans to reverse its position on <a href="http://topics.nytimes.com/top/news/international/countriesandterritories/sudan/index.html?inline=nyt-geo" title="More news and information about Sudan.">Sudan</a> and lift trade sanctions, Obama administration officials said late Thursday.</p>
+ <p data-para-count="250" data-total-count="444">Sudan is one of the poorest, most isolated and most violent countries in Africa, and for years the United States has imposed punitive measures against it in a largely unsuccessful attempt to get the Sudanese government to stop killing its own people.</p>
+ <p data-para-count="293" data-total-count="737">On Friday, the Obama administration will announce a new Sudan strategy. For the first time since the 1990s, the nation will be able to trade extensively with the United States, allowing it to buy goods like tractors and spare parts and attract much-needed investment in its collapsing economy.</p>
+ <p data-para-count="193" data-total-count="930">In return, Sudan will improve access for aid groups, stop supporting rebels in neighboring <a href="http://topics.nytimes.com/top/news/international/countriesandterritories/south-sudan/index.html?inline=nyt-geo" title="More articles about South Sudan.">South Sudan</a>, cease the bombing of insurgent territory and cooperate with American intelligence agents.</p>
+ <p data-para-count="344" data-total-count="1274">American officials said Sudan had already shown important progress on a number of these fronts. But to make sure the progress continues, the executive order that President Obama plans to sign on Friday, days before leaving office, will have a six-month review period. If Sudan fails to live up to its commitments, the embargo can be reinstated.</p>
+
+ <p data-para-count="204" data-total-count="1478" id="story-continues-1">Analysts said good relations with Sudan could strengthen moderate voices within the country and give the Sudanese government incentives to refrain from the brutal tactics that have defined it for decades.</p>
+ <p data-para-count="295" data-total-count="1773">In 1997, President Bill Clinton imposed a <a href="https://www.treasury.gov/resource-center/sanctions/Programs/Documents/sudan.pdf">comprehensive trade embargo against Sudan and blocked the assets of the Sudanese government</a>, which was suspected of sponsoring international terrorism. In the mid-1990s, Osama bin Laden lived in Khartoum, the capital, as a guest of Sudan’s government.</p>
+ <p data-para-count="224" data-total-count="1997">In 1998, Bin Laden’s agents blew up the United States Embassies in Kenya and Tanzania, killing more than 200 people. In retaliation, Mr. Clinton ordered a cruise missile strike against a pharmaceutical factory in Khartoum.</p>
+ <p data-para-count="474" data-total-count="2471">Since then, American-Sudanese relations have steadily soured. The conflict in Darfur, a vast desert region of western Sudan, was a low point. After rebels in Darfur staged an uprising in 2003, Sudanese security services and their militia allies slaughtered tens of thousands of civilians, leading to condemnation around the world, genocide charges at the International Criminal Court against Sudan’s president, Omar Hassan al-Bashir, and a new round of American sanctions.</p>
+ <p data-para-count="275" data-total-count="2746">American officials said Thursday that the American demand that Mr. Bashir be held accountable had not changed. Neither has Sudan’s status as one of the few countries, along with Iran and Syria, that remain on the <a href="https://www.state.gov/j/ct/list/c14151.htm">American government’s list of state sponsors of terrorism</a>.</p>
+ <p data-para-count="124" data-total-count="2870">Sales of military equipment will still be prohibited, and some Sudanese militia and rebel leaders will still face sanctions.</p>
+ <p data-para-count="264" data-total-count="3134">But the Obama administration is clearly trying to open a door to Sudan. There is intense discontent across the country, and its economy is imploding. American officials have argued for years that it was time to help Sudan dig itself out of the hole it had created.</p>
+ <p data-para-count="231" data-total-count="3365">Officials divulged Thursday that the Sudanese government had allowed two visits by American operatives to a restricted border area near Libya, which they cited as evidence of a new spirit of cooperation on counterterrorism efforts.</p>
+
+ <p data-para-count="248" data-total-count="3613" id="story-continues-2">In addition to continuing violence in Darfur, several other serious conflicts are raging in southern and central Sudan, along with a civil war in newly independent South Sudan, which Sudan has been suspected of inflaming with covert arms shipments.</p>
+ <p data-para-count="145" data-total-count="3758"><a href="http://sudanreeves.org/2016/07/04/eric-reeves-is-now-a-senior-fellow-at-harvard-universitys-francois-xavier-bagnoud-center-for-health-and-human-rights/">Eric Reeves</a>, one of the leading American academic voices on Sudan, said he was “appalled” that the American government was lifting sanctions.</p>
+ <p data-para-count="215" data-total-count="3973">He said that Sudan’s military-dominated government continued to commit grave human rights abuses and atrocities, and he noted that just last week Sudanese security services <a href="http://sudanreeves.org/2017/01/02/7710/">killed</a><a href="http://sudanreeves.org/2017/01/02/7710/"> more than 10 civilians in Darfur</a>.</p>
+ <p data-para-count="250" data-total-count="4223">“There is no reason to believe the guys in charge have changed their stripes,” said Mr. Reeves, a senior fellow at the François-Xavier Bagnoud Center for Health and Human Rights at Harvard University. “These guys are the worst of the worst.”</p>
+ <p data-para-count="208" data-total-count="4431">Obama administration officials said that they had briefed President-elect Donald J. Trump’s transition team, but that they did not know if Mr. Trump would stick with a policy of warmer relations with Sudan.</p>
+ <p data-para-count="143" data-total-count="4574">They said that Sudan had a long way to go in terms of respecting human rights, but that better relations could help increase American leverage.</p>
+ <p data-para-count="149" data-total-count="4723" data-node-uid="1">Mr. Reeves said he thought that the American government was being manipulated and that the Obama administration had made a “deal with the devil.”</p>
+
+ <p><a href="#whats-next">Continue reading the main story</a>
+ </p></div>
+
+
+
+
+
+
+
+ </article>
+
+
+
+
+
+
+
+ </main>
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html
new file mode 100644
index 0000000..d8d1243
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html
@@ -0,0 +1,5530 @@
+<!DOCTYPE html>
+<!--[if (gt IE 9)|!(IE)]> <!-->
+<html xmlns="http://www.w3.org/1999/xhtml" class="flag-limitFabrikSave-on flag-moreFollowSuggestions-on flag-unfollowComments-on flag-scoopTool-on flag-videoVHSCover-on flag-videoVHSShareTools-on flag-videoVHSLive-on flag-videoVHSNewControls-on flag-videoVHSEmbeddedOnly-on flag-allTheEmphases-on flag-freeTrial-on flag-dedupeWhatsNext-on flag-trendingPageLinks-on flag-sprinklePaidPost-on flag-headerBidder-on flag-standardizeWhatsNextCollection-on flag-onlyLayoutA-on flag-simple-on flag-simpleExtendedByline-on flag-collectionsWhatsNext-on flag-mobileMediaViewer-on flag-podcastInLede-on flag-MovieTickets-on flag-MoreInSubsectionFix-on flag-seriesIssueMarginalia-on flag-serverSideCollectionUrls-on flag-multipleBylines-on flag-fabrikWebsocketsOnly-on flag-translationLinks-on flag-papihttps-on flag-verticalFullBleed-on flag-updateRestaurantReservations-on flag-mapDining-on flag-newsletterInlineModule-on flag-PersonalizationApiUpdate-on flag-a9HeaderEnabled-on flag-removeInternationalEdition-on flag-headlineBalancer-on flag-clientSideABRA-on flag-newsletterTitleTracking-on flag-surveyInterstitial-on flag-removeFBMessengerPromo-on flag-removeMarginaliaAbTest-on flag-paidpostSprinklingFix-on flag-abraOverrideVersion-on flag-headlineBalancerEverywhere-on flag-signupFavor-on flag-lazyloadOakImages-on flag-mapleFreeTrial-on flag-adQuerySupportForMultipleUserAddedKeywords-on flag-oakUpdateAdStride-on flag-piiBlockDFP-on flag-adExclusiveIERibbonCheck-on moz desktop section-africa format-medium tone-news app-article page-theme-standard has-large-lede viewport-small viewport-small-10 viewport-small-20 viewport-medium viewport-medium-10 viewport-medium-20 viewport-medium-30 viewport-medium-31 viewport-medium-40 viewport-medium-50 viewport-medium-60 viewport-large viewport-large-10 viewport-large-11 viewport-large-20 viewport-large-21 viewport-large-30 viewport-large-40 has-js has-flexbox has-flexboxlegacy has-canvas has-canvastext has-webgl has-no-touch has-geolocation has-postmessage has-no-websqldatabase has-indexeddb has-hashchange has-history has-draganddrop has-websockets has-rgba has-no-hsla has-multiplebgs has-backgroundsize has-borderimage has-borderradius has-boxshadow has-textshadow has-opacity has-cssanimations has-csscolumns has-cssgradients has-no-cssreflections has-csstransforms has-csstransforms3d has-csstransitions has-fontface has-generatedcontent has-video has-audio has-localstorage has-sessionstorage has-webworkers has-applicationcache has-svg has-inlinesvg has-smil has-svgclippaths has-cors tr-coretext tr-aa-unknown-subpixel has-big-ad edition-domestic type-size-small varvar1 has-ribbon" itemid="http://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" itemtype="http://schema.org/NewsArticle" itemscope="" xmlns:og="http://opengraphprotocol.org/schema/" data-nyt-ab="www-signup-favor-test=0 www-fixed-nav-subscribe-test=1 EC_SampleTest=variantB EC_DigiAbandonmentTest=sendAbandonmentEmail EC_HdAbandonmentTest=control EC_CrosswordsUpsellTest=control mapleFreeTrial=2" style="" data-page-layout="a" data-lede-media-size="large" data-keywords="article-medium" lang="en">
+<!--<![endif]-->
+<!--[if IE 9]> <html lang="en" class="no-js ie9 lt-ie10 section-africa format-medium tone-news app-article page-theme-standard has-top-ad type-size-small has-large-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+<!--[if IE 8]> <html lang="en" class="no-js ie8 lt-ie10 lt-ie9 section-africa format-medium tone-news app-article page-theme-standard has-top-ad type-size-small has-large-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+<!--[if (lt IE 8)]> <html lang="en" class="no-js lt-ie10 lt-ie9 lt-ie8 section-africa format-medium tone-news app-article page-theme-standard has-top-ad type-size-small has-large-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+
+<head>
+ <script type="text/javascript" async="" src="https://cdn.optimizely.com/public/3013110282/data/actions/29733b69bdd90dc3e31e9e196956804af34873c2a71357daf7857860c543bc70.js"></script>
+ <script type="text/javascript" async="" src="//cdn3.optimizely.com/js/geo2.js"></script>
+ <title>United States to Lift Sudan Sanctions - The New York Times</title>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
+ <link rel="shortcut icon" href="https://static01.nyt.com/favicon.ico" />
+ <link rel="apple-touch-icon-precomposed" sizes="144×144" href="https://static01.nyt.com/images/icons/ios-ipad-144x144.png" />
+ <link rel="apple-touch-icon-precomposed" sizes="114×114" href="https://static01.nyt.com/images/icons/ios-iphone-114x144.png" />
+ <link rel="apple-touch-icon-precomposed" href="https://static01.nyt.com/images/icons/ios-default-homescreen-57x57.png" />
+ <meta name="sourceApp" content="nyt-v5" />
+ <meta id="applicationName" name="applicationName" content="article" />
+ <meta id="foundation-build-id" name="foundation-build-id" content="" />
+ <link rel="canonical" href="https://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" />
+ <link rel="alternate" media="only screen and (max-width: 640px)" href="http://mobile.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" />
+ <link rel="alternate" media="handheld" href="http://mobile.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" />
+ <link rel="amphtml" href="http://mobile.nytimes.com/2017/01/13/world/africa/sudan-sanctions.amp.html" />
+ <meta property="al:android:url" content="nytimes://reader/id/100000004868974" />
+ <meta property="al:android:package" content="com.nytimes.android" />
+ <meta property="al:android:app_name" content="NYTimes" />
+ <meta name="twitter:app:name:googleplay" content="NYTimes" />
+ <meta name="twitter:app:id:googleplay" content="com.nytimes.android" />
+ <meta name="twitter:app:url:googleplay" content="nytimes://reader/id/100000004868974" />
+ <link rel="alternate" href="android-app://com.nytimes.android/nytimes/reader/id/100000004868974" />
+ <meta property="al:iphone:url" content="nytimes://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" />
+ <meta property="al:iphone:app_store_id" content="284862083" />
+ <meta property="al:iphone:app_name" content="NYTimes" />
+ <meta property="al:ipad:url" content="nytimes://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" />
+ <meta property="al:ipad:app_store_id" content="357066198" />
+ <meta property="al:ipad:app_name" content="NYTimes" />
+ <meta name="robots" content="noarchive" />
+ <meta itemprop="alternativeHeadline" name="hdl_p" content="Sanctions on Sudan Will Be Lifted" />
+ <meta name="channels" content="" />
+ <meta itemprop="description" name="description" content="For the first time since the 1990s, the country will be able to trade extensively with the United States." />
+ <meta name="genre" itemprop="genre" content="News" />
+ <meta itemprop="identifier" name="articleid" content="100000004868974" />
+ <meta itemprop="usageTerms" name="usageTerms" content="http://www.nytimes.com/content/help/rights/sale/terms-of-sale.html" />
+ <meta itemprop="inLanguage" content="en-US" />
+ <meta name="hdl" content="United States to Lift Sudan Sanctions" />
+ <meta name="col" content="" id="column-name" />
+ <meta name="pdate" content="20170113" />
+ <meta name="utime" content="20170113033838" />
+ <meta name="ptime" content="20170113000004" />
+ <meta name="DISPLAYDATE" content="Jan. 13, 2017" />
+ <meta name="dat" content="Jan. 13, 2017" />
+ <meta name="lp" content="For the first time since the 1990s, the country will be able to trade extensively with the United States." />
+ <meta name="msapplication-starturl" content="http://www.nytimes.com" />
+ <meta name="cre" content="The New York Times" />
+ <meta name="slug" content="13sudan" />
+ <meta property="article:collection" content="https://static01.nyt.com/services/json/sectionfronts/world/africa/index.jsonp" />
+ <meta name="sectionfront_jsonp" content="https://static01.nyt.com/services/json/sectionfronts/world/africa/index.jsonp" />
+ <meta property="og:url" content="http://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="United States to Lift Sudan Sanctions" />
+ <meta property="og:description" content="For the first time since the 1990s, the country will be able to trade extensively with the United States." />
+ <meta property="article:published" itemprop="datePublished" content="2017-01-13T00:00:04-05:00" />
+ <meta property="article:modified" itemprop="dateModified" content="2017-01-13T03:38:38-05:00" />
+ <meta property="article:section" itemprop="articleSection" content="Africa" />
+ <meta property="article:section-taxonomy-id" itemprop="articleSection" content="9A43D8FC-F4CF-44D9-9B34-138D30468F8F" />
+ <meta property="article:section_url" content="http://www.nytimes.com/pages/world/index.html" />
+ <meta property="article:top-level-section" content="world" />
+ <meta property="fb:app_id" content="9869919170" />
+ <meta name="twitter:site" value="@nytimes" />
+ <meta property="twitter:url" content="http://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" />
+ <meta property="twitter:title" content="United States to Lift Sudan Sanctions" />
+ <meta property="twitter:description" content="For the first time since the 1990s, the country will be able to trade extensively with the United States." />
+ <meta name="author" content="Jeffrey Gettleman" />
+ <meta name="tone" content="news" id="article-tone" />
+ <meta name="byl" content="By JEFFREY GETTLEMAN" />
+ <meta name="PT" content="article" />
+ <meta name="CG" content="world" />
+ <meta name="SCG" content="africa" />
+ <meta name="PST" content="News" />
+ <meta name="tom" content="News" />
+ <meta name="edt" content="NewYork" />
+ <meta property="og:image" content="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-facebookJumbo.jpg" />
+ <meta property="twitter:image:alt" content="United Nations peacekeepers at a refugee camp in Sudan on Monday. In exchange for the lifting of United States trade sanctions, Sudan has said it will improve access for aid groups, stop supporting rebels in neighboring South Sudan and cooperate with American intelligence agents." />
+ <meta property="twitter:image" content="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-videoSixteenByNineJumbo1600.jpg" />
+ <meta name="twitter:card" value="summary_large_image" />
+ <meta property="article:author" content="http://www.nytimes.com/by/jeffrey-gettleman" />
+ <meta name="twitter:creator" value="gettleman" />
+ <meta property="article:tag" content="Embargoes and Sanctions" />
+ <meta name="des" content="Embargoes and Sanctions" />
+ <meta property="article:tag" content="Sudan" />
+ <meta name="geo" content="Sudan" />
+ <meta property="article:tag" content="South Sudan" />
+ <meta name="geo" content="South Sudan" />
+ <meta property="article:tag" content="United States" />
+ <meta name="geo" content="United States" />
+ <meta name="keywords" content="Embargoes and Sanctions,Sudan,South Sudan,United States" />
+ <meta name="news_keywords" content="null,Sudan,South Sudan,US" />
+ <meta name="thumbnail_150" content="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-thumbLarge.jpg" />
+ <meta name="thumbnail_150_height" content="150" />
+ <meta name="thumbnail_150_width" content="150" />
+ <meta itemprop="thumbnailUrl" name="thumbnail" content="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-thumbStandard.jpg" />
+ <meta name="thumbnail_height" content="75" />
+ <meta name="thumbnail_width" content="75" />
+ <meta name="dfp-ad-unit-path" content="world/africa" />
+ <meta name="dfp-amazon-enabled" content="false" />
+ <link rel="alternate" type="application/json+oembed" href="https://www.nytimes.com/svc/oembed/json/?url=http%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html" title="United States to Lift Sudan Sanctions" />
+
+ <link id="legacy-zam5nzz" rel="stylesheet" type="text/css" href="https://typeface.nyt.com/css/zam5nzz.css" media="all" />
+ <!--[if (gt IE 9)|!(IE)]> <!-->
+ <link rel="stylesheet" type="text/css" media="screen" href="https://a1.nyt.com/assets/article/20170112-121631/css/article/story/styles.css" />
+ <!--<![endif]-->
+ <!--[if lte IE 9]>
+ <link rel="stylesheet" type="text/css" media="screen" href="https://a1.nyt.com/assets/article/20170112-121631/css/article/story/styles-ie.css" />
+ <![endif]-->
+ <link rel="stylesheet" type="text/css" media="print" href="https://a1.nyt.com/assets/article/20170112-121631/css/article/story/styles-print.css" />
+ <!-- begin abra -->
+ <script type="text/javascript" src="https://cdn.krxd.net/userdata/get?pub=79816aa8-435a-471a-be83-4b3e0946daf2&amp;callback=Krux.ns._default.kxjsonp_userdata"></script>
+ <script type="text/javascript" src="https://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck"></script>
+ <script type="text/javascript" src="https://beacon.krxd.net/cookie2json?callback=Krux.ns._default.kxjsonp_3pevents"></script>
+ <script async="" src="//cdn.krxd.net/ctjs/controltag.js.e0ce6829d34e23edb3c90f3615dd81e0"></script>
+ <script async="" src="//connect.facebook.net/en_US/fbevents.js"></script>
+ <script async="" src="//dc8xl0ndzn2cb.cloudfront.net/sp.js"></script>
+ <script type="text/javascript" async="" src="https://z.moatads.com/googleessencenyt485873431/moatcontent.js?firstimp_bsg=22&amp;loyalty_bsg=2&amp;avgsestime_bsg=3310172&amp;referral_bsg="></script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript" async="" src="https://cdn.krxd.net/controltag/HrUwtkcl.js"></script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript" async="" src="//www.googletagservices.com/tag/js/gpt.js"></script>
+ <script type="text/javascript" async="" src="https://aax.amazon-adsystem.com/e/dtb/bid?src=3030&amp;u=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;cb=796157&amp;t=1000"></script>
+ <script type="text/javascript" async="" src="https://c.amazon-adsystem.com/aax2/amzn_ads.js"></script>
+ <script type="text/javascript" async="" src="https://contextual.media.net/rtbsapub.php?&amp;rt=3&amp;callback=window.advBidxc.ybncaresponse&amp;&amp;cid=8CU2553YN&amp;apid=2&amp;requestString=782647924*4%7C728x90%7C8CU2RX232%7C254501352%40377617315*4%7C300x250%7C8CU2RX232%7C256680872%40244728629*4%7C300x250%7C8CU2RX232%7C175452886&amp;crid=782647924,377617315,244728629&amp;sd=-1&amp;hlt=1&amp;https=1&amp;requrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;tr=0.16604063573667838"></script>
+ <script type="text/javascript" async="" src="https://contextual.media.net/rtbsapub.php?&amp;cid=8CU2553YN&amp;requestString=782647924*35%7C728x90%7C8CU2553YN%7C37acf79822fd5ef0ce3e%40568721512*35%7C300x250%7C8CU2553YN%7Cb6a4ed6f6ba3cd941ebb%40377617315*35%7C300x250%7C8CU2553YN%7Cb6a4ed6f6ba3cd941ebb%40244728629*35%7C300x250%7C8CU2553YN%7Cb6a4ed6f6ba3cd941ebb%40723554252*35%7C300x250%7C8CU2553YN%7Cb6a4ed6f6ba3cd941ebb&amp;crid=782647924%2C568721512%2C377617315%2C244728629%2C723554252&amp;requrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;bl=1&amp;https=1&amp;hlt=1&amp;rt=3&amp;callback=window.advBidxc.sonobiresp&amp;tr=0.3176720955301836"></script>
+ <script type="text/javascript" async="" src="https://contextual.media.net/rtbsapub.php?&amp;cid=8CU2553YN&amp;requestString=782647924*29%7C728x90%7C12330%7C100278_472392_2%40568721512*29%7C300x250%7C12330%7C100278_472392_15%40377617315*29%7C300x250%7C12330%7C100278_472392_15%40244728629*29%7C300x250%7C12330%7C100278_472392_15%40723554252*29%7C300x250%7C12330%7C100278_472392_15&amp;crid=782647924%2C568721512%2C377617315%2C244728629%2C723554252&amp;requrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;bl=1&amp;https=1&amp;hlt=1&amp;rt=3&amp;callback=window.advBidxc.rubiconresp&amp;tr=0.728656740141873"></script>
+ <script type="text/javascript" async="" src="https://contextual.media.net/rtbsapub.php?&amp;cid=8CU2553YN&amp;requestString=782647924*23%7C728x90%7E970x250%7C8CU2553YN%7Carts-desk%40568721512*23%7C300x250%7C8CU2553YN%7Carts-desk%40377617315*23%7C300x250%7C8CU2553YN%7Carts-desk%40244728629*23%7C300x250%7C8CU2553YN%7Carts-desk%40723554252*23%7C300x250%7C8CU2553YN%7Carts-desk&amp;crid=782647924%2C568721512%2C377617315%2C244728629%2C723554252&amp;requrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;bl=1&amp;https=1&amp;hlt=1&amp;tr=0.5552491140194954"></script>
+ <script src="https://as-sec.casalemedia.com/headertag/?v=9&amp;fn=cygnus_index_parse_res&amp;s=167943&amp;r=%7B%22id%22%3A363549212%2C%22site%22%3A%7B%22page%22%3A%22https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0%22%2C%22ref%22%3A%22%22%7D%2C%22imp%22%3A%5B%7B%22id%22%3A%221%22%2C%20%22banner%22%3A%7B%22w%22%3A728%2C%22h%22%3A90%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22CT%22%2C%22siteID%22%3A168042%7D%7D%2C%7B%22id%22%3A%222%22%2C%20%22banner%22%3A%7B%22w%22%3A970%2C%22h%22%3A250%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22New2%22%2C%22siteID%22%3A168042%7D%7D%5D%7D&amp;t=300" async="true" type="text/javascript"></script>
+ <script>
+ var NYTD = NYTD || {};
+ NYTD.Abra = function(t) {
+ "use strict";
+
+ function n(t) {
+ var n = u[t];
+ return n & amp; & amp;
+ n[1] || null
+ }
+
+ function e(t, n) {
+ if (t) {
+ var e, o, r = n[0],
+ u = n[1],
+ a = 0,
+ c = 0;
+ if (1 !== u.length || 4294967296 !== u[0])
+ for (e = i(t + " " + r) & gt; & gt; & gt; 0, a = 0, c = 0; o = u[a++];)
+ if (e & lt;
+ (c += o[0])) return o
+ }
+ }
+
+ function o(n, e, o, i) {
+ f += "subject=" + n + "&amp;test=" + encodeURIComponent(e) + "&amp;variant=" + encodeURIComponent(o || 0) + "&amp;url=" + encodeURIComponent(t.location.href) + "&amp;instant=1&amp;skipAugment=true\n", i & amp; & amp;
+ s.push(i), c || (c = t.setTimeout(r, 0))
+ }
+
+ function r() {
+ var n = new t.XMLHttpRequest,
+ e = s;
+ n.withCredentials = !0, n.open("POST", a), n.onreadystatechange = function() {
+ var t, o;
+ if (4 == n.readyState)
+ for (t = 200 == n.status ? null : new Error(n.statusText); o = e.shift();) o(t)
+ }, n.send(f), f = "", s = [], c = null
+ }
+
+ function i(t) {
+ for (var n, e, o, r, i, u, a, c = 0, f = 0, s = [], l = [n = 1732584193, e = 4023233417, ~n, ~e, 3285377520], h = [], p = t.length; f & lt; = p;) h[f & gt; & gt; 2] |= (f & lt; p ? t.charCodeAt(f) : 128) & lt; & lt;
+ 8 * (3 - f++ % 4);
+ for (h[a = p + 8 & gt; & gt; 2 | 15] = p & lt; & lt; 3; c & lt; = a; c += 16) {
+ for (n = l, f = 0; f & lt; 80; n = [0 | [(u = ((t = n[0]) & lt; & lt; 5 | t & gt; & gt; & gt; 27) + n[4] + (s[f] = f & lt; 16 ? ~~h[c + f] : u & lt; & lt; 1 | u & gt; & gt; & gt; 31) + 1518500249) + ((e = n[1]) & amp;
+ (o = n[2]) | ~e & amp;
+ (r = n[3])), i = u + (e ^ o ^ r) + 341275144, u + (e & amp; o | e & amp; r | o & amp; r) + 882459459, i + 1535694389][0 | f++/20],t,e&lt;&lt;30|e&gt;&gt;&gt;2,o,r])u=s[f-3]^s[f-8]^s[f-14]^s[f-16];for(f=5;f;)l[--f]=l[f]+n[f]|0}return l[0]}var u,a,c,f="",s=[];return n.init=function(n,r){var i,c,f,s,l,h=[],p=(t.document.cookie.match(/ ( ^ | ;) * nyt - a = ([ ^ ;] * ) / ) || [])[2], d = (t.document.cookie.match(/(^|;) *ab7=([^;]*)/) || [])[2];
+ if (u) throw new Error("can't init twice");
+ if (a = r, u = {}, d)
+ for (d = decodeURIComponent(d).split("&amp;"), i = 0; i & lt; d.length; i++) l = d[i].split("="), u[l[0]] = [, l[1]], l[1] & amp; & amp; h.push(l[0] + "=" + l[1]);
+ for (i = 0; i & lt; n.length; i++) f = n[i], c = f[0], c in u || (s = e(p, f) || [], u[c] = s, s[1] & amp; & amp; h.push(c.replace(/[^\w-]/g) + "=" + ("" + s[1]).replace(/[^\w-]/g)), s[2] & amp; & amp; o("ab-alloc", c, s[1])); h.length & amp; & amp; t.document.documentElement.setAttribute("data-nyt-ab", h.join(" "))
+ }, n.reportExposure = function(n, e) {
+ var r = u[n];
+ r & amp; & amp;
+ r[2] ? o("ab-expose", n, r[1], e) : e & amp; & amp;
+ t.setTimeout(function() {
+ e(null)
+ }, 0)
+ }, n
+ }(this);
+ </script>
+ <script>
+ NYTD.Abra.init([
+ ["www-story-reader-satisfaction", [
+ [21474837, "Control", 1],
+ [21474836, "VariantA", 1],
+ [4252017623, null, 0]
+ ]],
+ ["www-signup-favor-test", [
+ [2147483648, "0", 1],
+ [2147483648, "1", 1]
+ ]],
+ ["www-fixed-nav-subscribe-test", [
+ [4294967296, "1", 1]
+ ]],
+ ["EC_SampleTest", [
+ [2147483648, "variantA", 0],
+ [2147483648, "variantB", 0]
+ ]],
+ ["EC_DigiAbandonmentTest", [
+ [4294967296, "sendAbandonmentEmail", 1]
+ ]],
+ ["EC_HdAbandonmentTest", [
+ [2147483648, "control", 1],
+ [2147483648, "sendAbandonmentEmail", 1]
+ ]],
+ ["EC_CrosswordsUpsellTest", [
+ [2147483648, "control", 1],
+ [2147483648, "upsell", 1]
+ ]],
+ ["mapleFreeTrial", [
+ [1073741824, "0", 1],
+ [1073741824, "1", 1],
+ [1073741824, "2", 1],
+ [1073741824, "3", 1]
+ ]]
+ ], '//et.nytimes.com/')
+ </script>
+ <!-- end abra -->
+ <script id="page-config-data" type="text/json">
+ {
+ "pageconfig": {
+ "ledeMediaSize": "large",
+ "keywords": ["article-medium"],
+ "collections": {
+ "sections": ["world", "africa", "us"]
+ }
+ }
+ }
+ </script>
+ <script id="display_overrides">
+ []
+ </script>
+
+ <!-- Media.net Initialization Script -->
+ <!--NY times Desktop-->
+ <script type="text/javascript">
+ var PREBID_TIMEOUT = 300;
+ var googletag = googletag || {};
+ googletag.cmd = googletag.cmd || [];
+ (function() {
+ window.advBidxc = window.advBidxc || {};
+ window.advBidxc.renderAd = function() {};
+ window.advBidxc.startTime = new Date().getTime();
+ window.advBidxc.customerId = "8CU2553YN"; //Media.net Customer ID
+ function loadScript(tagSrc) {
+ if (tagSrc.substr(0, 4) !== 'http') {
+ var isSSL = 'https:' == document.location.protocol;
+ tagSrc = (isSSL ? 'https:' : '') + tagSrc;
+ }
+ var scriptTag = document.createElement('script'),
+ placeTag = document.getElementsByTagName("script")[0];
+ scriptTag.type = 'text/javascript';
+ scriptTag.async = true;
+ scriptTag.src = tagSrc;
+ placeTag.parentNode.insertBefore(scriptTag, placeTag);
+ }
+
+ function loadGPT() {
+ if (!window.advBidxc.isAdServerLoaded) {
+ loadScript('//www.googletagservices.com/tag/js/gpt.js');
+ window.advBidxc.isAdServerLoaded = true;
+ }
+ }
+
+ window.advBidxc.loadGPT = setTimeout(loadGPT, PREBID_TIMEOUT);
+
+ var isSSL = 'https:' == document.location.protocol;
+ var mnSrc = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/bidexchange.js?cid=' + window.advBidxc.customerId + (isSSL ? '&amp;https=1' : '');
+ document.write('&lt;scr' + 'ipt type="text/javascript" src="' + mnSrc + '"&gt;&lt;/scr' + 'ipt&gt;');
+ })();
+ </script>
+ <script type="text/javascript" src="https://contextual.media.net/bidexchange.js?cid=8CU2553YN&amp;https=1"></script>
+
+ <!-- A9 Initialization Script -->
+ <script type="text/javascript">
+ var amznads = amznads || {};
+ amznads.asyncParams = {
+ 'id': '3030',
+ 'callbackFn': function() {
+ try {
+ amznads.setTargetingForGPTAsync('amznslots');
+ } catch (e) {}
+ },
+ 'timeout': 1000
+ };
+
+ (function() {
+ var a, s = document.getElementsByTagName("script")[0];
+ a = document.createElement("script");
+ a.type = "text/javascript";
+ a.async = true;
+ a.src = "https://c.amazon-adsystem.com/aax2/amzn_ads.js";
+ s.parentNode.insertBefore(a, s);
+ })();
+ </script>
+ <script type="text/json" id="trending-link-json">
+ </script>
+
+ <!--esi
+<script id="user-info-data" type="application/json">
+<esi:include src="/svc/web-products/userinfo-v3.json" />
+</script>
+-->
+ <script id="magnum-feature-flags" type="application/json">
+ ["limitFabrikSave", "moreFollowSuggestions", "unfollowComments", "scoopTool", "videoVHSCover", "videoVHSShareTools", "videoVHSLive", "videoVHSNewControls", "videoVHSEmbeddedOnly", "allTheEmphases", "freeTrial", "dedupeWhatsNext", "trendingPageLinks", "sprinklePaidPost", "headerBidder", "standardizeWhatsNextCollection", "onlyLayoutA", "simple", "simpleExtendedByline", "collectionsWhatsNext", "mobileMediaViewer", "podcastInLede", "MovieTickets", "MoreInSubsectionFix", "seriesIssueMarginalia", "serverSideCollectionUrls", "multipleBylines", "fabrikWebsocketsOnly", "translationLinks", "papihttps", "verticalFullBleed", "updateRestaurantReservations", "mapDining", "newsletterInlineModule", "PersonalizationApiUpdate", "a9HeaderEnabled", "removeInternationalEdition", "headlineBalancer", "clientSideABRA", "newsletterTitleTracking", "surveyInterstitial", "removeFBMessengerPromo", "removeMarginaliaAbTest", "paidpostSprinklingFix", "abraOverrideVersion", "headlineBalancerEverywhere", "signupFavor", "lazyloadOakImages", "mapleFreeTrial", "adQuerySupportForMultipleUserAddedKeywords", "oakUpdateAdStride", "piiBlockDFP", "adExclusiveIERibbonCheck"]
+ </script>
+ <script>
+ var require = {
+ baseUrl: 'https://a1.nyt.com/assets/',
+ waitSeconds: 20,
+ paths: {
+ 'foundation': 'article/20170112-121631/js/foundation',
+ 'shared': 'article/20170112-121631/js/shared',
+ 'article': 'article/20170112-121631/js/article',
+ 'application': 'article/20170112-121631/js/article/story',
+ 'videoFactory': 'https://static01.nyt.com/js2/build/video/2.0/videofactoryrequire',
+ 'videoPlaylist': 'https://static01.nyt.com/js2/build/video/players/extended/2.0/appRequire',
+ 'auth/mtr': 'https://static01.nyt.com/js/mtr',
+ 'auth/growl': 'https://static01.nyt.com/js/auth/growl/default',
+ 'vhs': 'https://static01.nyt.com/video/vhs/build/vhs-2.x.min'
+ },
+ map: {
+ '*': {
+ 'story/main': 'article/story/main'
+ }
+ }
+ };
+ </script>
+ <!--[if (gte IE 9)|!(IE)]> <!-->
+ <script data-main="foundation/main" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/lib/framework.js"></script>
+ <!--<![endif]-->
+ <!--[if lt IE 9]>
+<script>
+ require.map['*']['foundation/main'] = 'foundation/legacy_main';
+</script>
+<script data-main="foundation/legacy_main" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/lib/framework.js"></script>
+<![endif]-->
+ <script>
+ require(['foundation/main'], function() {
+ require(['auth/mtr', 'auth/growl']);
+ });
+ </script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="foundation/main" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/main.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="foundation/hosts" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/hosts.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="auth/mtr" src="https://static01.nyt.com/js/mtr.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="auth/growl" src="https://static01.nyt.com/js/auth/growl/default.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="article/story/main" src="https://a1.nyt.com/assets/article/20170112-121631/js/article/story/main.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="foundation/views/ad-view-manager" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/views/ad-view-manager.js"></script>
+ <script src="https://securepubads.g.doubleclick.net/gpt/pubads_impl_107.js" async=""></script>
+ <link rel="prefetch" href="https://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html" />
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="ab//shared-991cd5a3401318f801cc1ffb884e0e85" src="//static01.nyt.com/ab//shared-991cd5a3401318f801cc1ffb884e0e85.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="ab/tests/bar1/pricing_inyt_1116/main-0ebb29e45df391fbc905fca2621641c3" src="//static01.nyt.com/ab/tests/bar1/pricing_inyt_1116/main-0ebb29e45df391fbc905fca2621641c3.js"></script>
+ <style>
+ @import url(https://a1.nyt.com/fonts/css/fonts.css);
+ .font-smoothing {
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+ }
+
+ .sub_small_hide {
+ display: none
+ }
+
+ .NYT5Style .masthead-tools {
+ padding-right: 0
+ }
+
+ .NYT5Style .masthead-tools #bar1-3panel {
+ display: inline;
+ vertical-align: top;
+ background-image: none
+ }
+
+ #bar1-3panel {
+ border: 0;
+ position: relative
+ }
+
+ #bar1-nyt5wrapper {
+ opacity: 0
+ }
+
+ #nyt-button-sub {
+ -moz-box-sizing: border-box;
+ background-color: #6288A5;
+ border: 1px solid #4D7B9F;
+ border-radius: 3px;
+ color: #fff !important;
+ display: inline-block;
+ font-size: 1em;
+ line-height: 13px;
+ font-family: franklin-normal-700, sans-serif;
+ font-style: normal;
+ font-weight: 700;
+ padding: 7px 10px 6px;
+ text-transform: uppercase !important;
+ text-decoration: none
+ }
+
+ #nyt-button-sub:hover {
+ background-color: #326891;
+ border: 1px solid #265E8B;
+ text-decoration: none
+ }
+
+ .bar1-hidden {
+ margin-right: 8px
+ }
+
+ .NYT4 .bar1-hidden,
+ .NYT4 #bar1-3panel {
+ display: none
+ }
+
+ #hovercard {
+ width: 450px;
+ height: 330px;
+ display: none;
+ margin-left: -360px;
+ z-index: 1000000152;
+ border: 0;
+ position: absolute;
+ left: 50%;
+ top: 30px;
+ text-align: left;
+ box-shadow: 0 0 5px #888;
+ white-space: normal;
+ background: #b0f4c0 url("https://static01.nyt.com/adx/images/ADS/41/53/ad.415335/nyt_logo_428x60.png") 40px 40px no-repeat;
+ background-size: 179px 25px;
+ text-transform: none
+ }
+
+ #bar1-headline {
+ position: absolute;
+ top: 81px;
+ left: 40px;
+ font-family: karnak-normal-400, sans-serif;
+ font-style: normal;
+ font-weight: 400;
+ font-size: 30px;
+ line-height: 34px;
+ color: #000;
+ font-weight: 100;
+ width: 300px;
+ text-align: left
+ }
+
+ #bar1-divider {
+ width: 90px;
+ height: 2px;
+ border-bottom: 2px solid #000;
+ position: absolute;
+ left: 40px;
+ top: 161px
+ }
+
+ #bar1-headline span {
+ color: #0ea587
+ }
+
+ #bar1-subhead {
+ position: absolute;
+ top: 180px;
+ left: 40px;
+ color: #000;
+ font-family: franklin-normal-300, sans-serif;
+ font-style: normal;
+ font-weight: 300;
+ font-size: 20px;
+ line-height: 25px;
+ width: 300px;
+ text-align: left
+ }
+
+ #bar1-subhead span {
+ font-family: franklin-normal-600, sans-serif;
+ font-weight: 600
+ }
+
+ #bar1-cta {
+ font-family: franklin-normal-700, sans-serif;
+ font-style: normal;
+ font-weight: 700;
+ position: absolute;
+ top: 250px;
+ left: 40px;
+ width: 133px;
+ height: 37px;
+ background: #000;
+ font-size: 13px;
+ line-height: 36px;
+ padding: 0;
+ text-align: center;
+ text-decoration: none;
+ border-radius: 3px;
+ cursor: pointer;
+ color: #fff;
+ text-transform: uppercase;
+ border: 0
+ }
+
+ #hovercard:after {
+ bottom: 100%;
+ left: 350px;
+ border: solid transparent;
+ content: " ";
+ width: 0;
+ height: 0;
+ position: absolute;
+ pointer-events: none;
+ border-bottom-color: #b0f4c0;
+ border-width: 8px;
+ margin: 0
+ }
+
+ #bar1-offer-msg {
+ font-family: franklin-normal-400, sans-serif;
+ font-style: normal;
+ font-weight: 400;
+ position: absolute;
+ top: 270px;
+ left: 40px !important;
+ width: 150px;
+ height: 30px;
+ font-size: 11px;
+ line-height: 15px;
+ padding: 0;
+ text-decoration: none;
+ color: #363636
+ }
+
+ #hovercard hr {
+ margin: 4px;
+ width: 320px;
+ opacity: 0.5;
+ color: #000
+ }
+
+ .hover-subhead {
+ font-family: franklin-normal-500, sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 11px;
+ line-height: 13px;
+ color: #333;
+ margin: 1px 0 0;
+ width: 170px;
+ position: absolute;
+ top: 10px
+ }
+
+ #hovercard h3 a,
+ #hovercard p a {
+ color: #000 !important;
+ text-decoration: none;
+ display: block
+ }
+
+ a.nyt-button-actions {
+ background: #f7f7f5;
+ color: #58595b !important;
+ width: 126px;
+ border-radius: 3px;
+ border: 1px solid #ccc !important;
+ text-transform: uppercase;
+ font-family: franklin-normal-500, sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 11px;
+ line-height: 15px;
+ text-align: center;
+ padding: 6px 0;
+ cursor: pointer;
+ display: block;
+ position: absolute;
+ top: 10px;
+ left: 194px;
+ text-decoration: none !important
+ }
+
+ #hovercard a.nyt-button-actions:hover {
+ background: #3c6791;
+ color: #fff !important;
+ text-decoration: none !important
+ }
+
+ #hovercard a.nyt-button-actions.highlightButton:link,
+ #hovercard a.nyt-button-actions.highlightButton:visited {
+ color: #fff !important;
+ background: #3c6791;
+ text-decoration: none !important
+ }
+
+ a.split-all-button {
+ background: #f3f3f4;
+ width: 345px;
+ height: 30px;
+ position: absolute;
+ bottom: 0;
+ font-family: franklin-normal-500, sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 11px;
+ line-height: 30px;
+ margin: 0;
+ border: 1px solid #CCC;
+ text-align: center;
+ vertical-align: middle
+ }
+
+ #hovercard a.split-all-button:hover {
+ background: #fff;
+ color: #004276 !important;
+ text-decoration: underline !important
+ }
+
+ .NYT5Style #hovercard {
+ top: 26px
+ }
+
+ .ad.bar1-ad a.bar1-introtext,
+ #memberTools .bar1-introtext,
+ .masthead-tools a.bar1-introtext {
+ text-decoration: none;
+ color: #666
+ }
+
+ .masthead-tools a.bar1-introtext {
+ position: relative;
+ margin-top: 2px
+ }
+
+ .bar1-introtext {
+ padding-right: 5px
+ }
+
+ .ad.bar1-ad .user-subscriptions-menu li a {
+ padding-left: 0;
+ border-left: 0
+ }
+
+ @media screen and (-webkit-min-device-pixel-ratio: 0) {
+ .NYT5Style #hovercard {
+ left: 50%;
+ top: 29px
+ }
+ .NYT5Style #hovercard:before {
+ top: -14px
+ }
+ }
+
+ #interactiveABC #bar1-3panel {
+ display: none
+ }
+ </style>
+ <meta name="WT.z_cad" content="1" />
+ <script type="text/javascript" src="https://tagx.nytimes.com/?url=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;assetUrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html&amp;referrer=&amp;CG=world&amp;SCG=africa&amp;sourceApp=nyt-v5&amp;_cache_buster_=1484305041057"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="https://a1.nyt.com/analytics/tagx-simple.min.js" src="https://a1.nyt.com/analytics/tagx-simple.min.js"></script>
+ <script type="text/javascript" src="https://static01.nyt.com/bi/js/analytics/EventTracker.js"></script>
+ <script type="text/javascript" src="https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/js/chartbeat.js"></script>
+ <script type="text/javascript" src="https://sb.scorecardresearch.com/c2/3005403/cs.js"></script>
+ <script type="text/javascript" src="https://static01.nyt.com/bi/js/analytics/comscore.js"></script>
+ <script class="kxct" data-id="HrUwtkcl" data-timing="async" data-version="3.0" type="text/javascript">
+ window.Krux || ((Krux = function() {
+ Krux.q.push(arguments)
+ }).q = []);
+ (function() {
+ var k = document.createElement('script');
+ k.type = 'text/javascript';
+ k.async = true;
+ k.src = 'https://cdn.krxd.net/controltag/HrUwtkcl.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(k, s);
+ })();
+ </script>
+ <script type="text/javascript" src="//static01.nyt.com/bi/js/analytics/show_ads.js"></script>
+ <script type="text/javascript" src="//dc8xl0ndzn2cb.cloudfront.net/js/nytimes/v1/keywee.js"></script><iframe src="https://a3013110282.cdn.optimizely.com/client_storage/a3013110282.html"></iframe></head>
+
+<body class="abtest-test abtest-variation">
+ <div id="critical-alerts" class="critical-alerts messenger">
+ <div id="account-alerts" style="display: none; height: 0px;" class="account-alerts alerts">
+ <div class="message-bed"></div>
+ </div>
+ <div id="breaking-news-alerts" style="display: none; height: 0px;" class="breaking-news-alerts alerts">
+ <div class="message-bed"></div>
+ </div>
+ </div>
+ <div id="suggestions" style="display: none; height: 0px;" class="suggestions messenger">
+ <div class="message-bed"></div>
+ </div><iframe marginwidth="0" marginheight="0" scrolling="no" id="_advBidxc_beacons" style="display: none !important;" width="0" height="0" frameborder="0"></iframe><iframe marginwidth="0" marginheight="0" scrolling="no" id="_mN_cksync_0" style="display: none !important;" src="https://contextual.media.net/checksync.php?&amp;cv=23&amp;cid=8CU2553YN&amp;vsSync=1&amp;force=0&amp;https=1&amp;vid=00001484305036106019903966067699&amp;vsid=1272962499660628&amp;sd=-1&amp;cc=TW&amp;ugd=4&amp;dn=www.nytimes.com&amp;lper=0&amp;prv=APPNEXUS%2CRUBICON_PRIVATE%2CSONOBI&amp;rtime=181" width="0" height="0" frameborder="0"></iframe>
+
+ <style>
+ .lt-ie10 .messenger.suggestions {
+ display: block !important;
+ height: 50px;
+ }
+
+ .lt-ie10 .messenger.suggestions .message-bed {
+ background-color: #f8e9d2;
+ border-bottom: 1px solid #ccc;
+ }
+
+ .lt-ie10 .messenger.suggestions .message-container {
+ padding: 11px 18px 11px 30px;
+ }
+
+ .lt-ie10 .messenger.suggestions .action-link {
+ font-family: "nyt-franklin", arial, helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: bold;
+ color: #a81817;
+ text-transform: uppercase;
+ }
+
+ .lt-ie10 .messenger.suggestions .alert-icon {
+ background: url('https://static01.nyt.com/images/icons/icon-alert-12x12-a81817.png') no-repeat;
+ width: 12px;
+ height: 12px;
+ display: inline-block;
+ margin-top: -2px;
+ float: none;
+ }
+
+ .lt-ie10 .masthead,
+ .lt-ie10 .navigation,
+ .lt-ie10 .comments-panel {
+ margin-top: 50px !important;
+ }
+
+ .lt-ie10 .ribbon {
+ margin-top: 97px !important;
+ }
+ </style>
+ <div id="suggestions" class="suggestions messenger nocontent robots-nocontent" style="display:none;">
+ <div class="message-bed">
+ <div class="message-container last-message-container">
+ <div class="message">
+ <span class="message-content">
+ <i class="icon alert-icon"></i><span class="message-title">NYTimes.com no longer supports Internet Explorer 9 or earlier. Please upgrade your browser.</span>
+ <a href="http://www.nytimes.com/content/help/site/ie9-support.html" class="action-link">LEARN MORE »</a>
+ </span>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div id="shell" class="shell">
+ <header id="masthead" class="masthead masthead-theme-standard" role="banner">
+ <div class="container">
+ <div id="announcements" style="display: none; width: 1160px; left: 45px;" class="announcements messenger">
+ <div class="message-bed"></div>
+ </div>
+ <div class="quick-navigation button-group">
+ <button class="button sections-button"><i class="icon sprite-icon"></i><span class="button-text">Sections</span></button>
+ <button class="button home-button" data-href="http://www.nytimes.com/" title="Go to the home page to see the latest top stories."><i class="icon sprite-icon"></i>
+ <span class="button-text">Home</span>
+ </button>
+ <button class="button search-button"><i class="icon sprite-icon"></i><span class="button-text">Search</span></button>
+ <a class="button skip-button skip-to-content visually-hidden focusable" href="#story-header">Skip to content</a>
+ <a class="button skip-button skip-to-navigation visually-hidden focusable" href="#site-index-navigation">Skip to navigation</a>
+ <a class="button skip-button skip-to-mobile visually-hidden focusable" href="http://mobile.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html">View mobile version</a>
+ </div>
+ <!-- close button-group -->
+ <div class="branding">
+ <h2 class="branding-heading">
+ <a id="branding-heading-link" href="http://www.nytimes.com/">
+ <span class="visually-hidden">The New York Times</span>
+ <svg xmlns="http://www.w3.org/2000/svg" class="nyt-logo" width="185" height="26" role="img" aria-label="The New York Times"><image width="185" height="26" xlink:href="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.svg" xmlns:xlink="http://www.w3.org/1999/xlink" src="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.png" alt="The New York Times" border="0"/></svg><img src="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.png" class="nyt-logo-print" alt="The New York Times" /></a>
+ </h2>
+ <script>
+ window.magnum.writeLogo('small', 'https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/', 'world', 'masthead-theme-standard', 'standard', 'branding-heading-link', 'article');
+ </script>
+ </div>
+ <!-- close branding -->
+ <div class="story-meta">
+ <h6 class="kicker"><span class="kicker-label"><a href="http://www.nytimes.com/pages/world/africa/index.html">Africa</a></span><span class="pipe">|</span>United States to Lift Sudan Sanctions</h6>
+ </div>
+ <!-- close story-meta -->
+ <div class="user-tools">
+ <div id="Bar1" class="ad bar1-ad nocontent robots-nocontent">
+ <div id="bar1-nyt5wrapper" class="user-subscriptions-group" data-campaign-name="abtest_bar1_pricing_inyt_1116" style="opacity: 1;">
+ <ul class="user-subscriptions-menu">
+ <li class="bar1-hidden hidden"><span class="bar1--meter--count">1</span> of 10 articles read</li>
+ <li id="bar1-3panel" class="user-subscriptions-menu user-subscriptions-group bar1_hover" style="opacity: 1;"><a id="nyt-button-sub" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/world/africa&amp;pos=Bar1&amp;sn2=d6f8750e/a2bac435&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/world/africa/sudan-sanctions.html%26pos%3DBar1%26campaignId%3D6HY7R" target="_blank" data-content-collection="" data-content-placement="1" style="height: 30px;" class="button">SUBSCRIBE NOW</a>
+ <a id="hovercard" class="font-smoothing" data-campaign-name="abtest_bar1_pricing_inyt_1116" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/world/africa&amp;pos=Bar1&amp;sn2=d6f8750e/a2bac435&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/world/africa/sudan-sanctions.html%26pos%3DBar1%26campaignId%3D6HY7R" target="_blank">
+ <div id="bar1-body">
+ <div id="bar1-headline">The world’s most<br />trusted perspective.</div>
+ <div id="bar1-divider"></div>
+ <div id="bar1-subhead">Get The Times.<br /><span id="bar1-savings">As low as $1.88 a week</span></div>
+ <div id="bar1-cta">SUBSCRIBE NOW</div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div><a id="subscribe_small" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/world/africa&amp;pos=Bar1&amp;sn2=d6f8750e/a2bac435&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/world/africa/sudan-sanctions.html%26pos%3DBar1%26campaignId%3D" class="subscribe-link" style="visibility: visible;" target="_blank">Subscribe</a>
+ <div id="mkt-floodlight" style="display:inline"></div>
+ <!-- ADXINFO classification="Text_Link" campaign="abtest_bar1_pricing_inyt_1116" priority="9100" isInlineSafe="Y" width="0" height="0" -->
+ <!-- A/B test delivery snippet-->
+ <span class="adxInfo" style="display:none;">campaign: abtest_bar1_pricing_inyt_1116 -- 284918, creative: abtest_pricing_inyt_1116_bar1_ad -- 415335, page: www.nytimes.com/yr/mo/day/world/africa/sudan-sanctions.html, targetedPage: www.nytimes.com/yr/mo/day/world/africa, position: Bar1</span>
+ <span class="abtest-config" style="display:none;" data-path="//static01.nyt.com/ab" data-test="bar1/pricing_inyt_1116" data-image-path="https://static01.nyt.com/adx/images/ADS/41/53/ad.415335" data-experiment-id="5wlqgk1UT-O6xXfUdHOTgQ" data-trackers="{}" data-options="{&quot;bundleData&quot;:[&quot;basic&quot;,&quot;allAccess&quot;,&quot;allAccessPlus&quot;],&quot;currencyClassMap&quot;:{&quot;euro&quot;:&quot;EUR&quot;,&quot;pound&quot;:&quot;UKP&quot;,&quot;aud&quot;:&quot;AUD&quot;,&quot;can&quot;:&quot;CAN&quot;},&quot;loadDelay&quot;:{&quot;tryInterval&quot;:500,&quot;tryCount&quot;:4},&quot;variants&quot;:{&quot;Variation1&quot;:{&quot;currencyData&quot;:{&quot;UKP&quot;:{&quot;currencyCode&quot;:&quot;UKP&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;pound;1.50 a week&quot;},&quot;EUR&quot;:{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;euro;1.75 a week&quot;},&quot;AUD&quot;:{&quot;currencyCode&quot;:&quot;AUD&quot;,&quot;subHeadSavings&quot;:&quot;As low as AUD &amp;#36;2.50 a week&quot;},&quot;CAN&quot;:{&quot;currencyCode&quot;:&quot;CAN&quot;,&quot;subHeadSavings&quot;:&quot;As low as CAD &amp;#36;2.50 a week&quot;},&quot;USD&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;subHeadSavings&quot;:&quot;As low as $1.88 a week&quot;}}},&quot;Variation2&quot;:{&quot;currencyData&quot;:{&quot;UKP&quot;:{&quot;currencyCode&quot;:&quot;UKP&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;pound;3.00 a week&quot;},&quot;EUR&quot;:{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;euro;3.50 a week&quot;},&quot;AUD&quot;:{&quot;currencyCode&quot;:&quot;AUD&quot;,&quot;subHeadSavings&quot;:&quot;As low as AUD &amp;#36;5.00 a week&quot;},&quot;CAN&quot;:{&quot;currencyCode&quot;:&quot;CAN&quot;,&quot;subHeadSavings&quot;:&quot;As low as CAD &amp;#36;5.00 a week&quot;},&quot;USD&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;subHeadSavings&quot;:&quot;As low as $3.75 a week&quot;}}},&quot;Variation3&quot;:{&quot;currencyData&quot;:{&quot;UKP&quot;:{&quot;currencyCode&quot;:&quot;UKP&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;pound;2.00 a week&quot;},&quot;EUR&quot;:{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;euro;2.25 a week&quot;},&quot;AUD&quot;:{&quot;currencyCode&quot;:&quot;AUD&quot;,&quot;subHeadSavings&quot;:&quot;As low as AUD &amp;#36;3.25 a week&quot;},&quot;CAN&quot;:{&quot;currencyCode&quot;:&quot;CAN&quot;,&quot;subHeadSavings&quot;:&quot;As low as CAD &amp;#36;3.25 a week&quot;},&quot;USD&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;subHeadSavings&quot;:&quot;As low as $2.50 a week&quot;}}}},&quot;krux&quot;:{&quot;ctrl&quot;:{&quot;event&quot;:&quot;K8KX7AdT&quot;,&quot;attrs&quot;:{&quot;Control&quot;:&quot;Control&quot;}},&quot;var1&quot;:{&quot;event&quot;:&quot;K8KX7AdT&quot;,&quot;attrs&quot;:{&quot;Var1&quot;:&quot;Var1&quot;}},&quot;var2&quot;:{&quot;event&quot;:&quot;K8KX7AdT&quot;,&quot;attrs&quot;:{&quot;Var2&quot;:&quot;Var2&quot;}},&quot;var3&quot;:{&quot;event&quot;:&quot;K8KX7AdT&quot;,&quot;attrs&quot;:{&quot;Var3&quot;:&quot;Var3&quot;}}},&quot;campaignId&quot;:{&quot;ctrl&quot;:[{&quot;selector&quot;:&quot;#hovercard&quot;,&quot;code&quot;:&quot;6HY9W&quot;},{&quot;selector&quot;:&quot;#nyt-button-sub&quot;,&quot;code&quot;:&quot;6HY9W&quot;}],&quot;var1&quot;:[{&quot;selector&quot;:&quot;#hovercard&quot;,&quot;code&quot;:&quot;6HY7R&quot;},{&quot;selector&quot;:&quot;#nyt-button-sub&quot;,&quot;code&quot;:&quot;6HY7R&quot;}],&quot;var2&quot;:[{&quot;selector&quot;:&quot;#hovercard&quot;,&quot;code&quot;:&quot;6HY4W&quot;},{&quot;selector&quot;:&quot;#nyt-button-sub&quot;,&quot;code&quot;:&quot;6HY4W&quot;}],&quot;var3&quot;:[{&quot;selector&quot;:&quot;#hovercard&quot;,&quot;code&quot;:&quot;6HYHR&quot;},{&quot;selector&quot;:&quot;#nyt-button-sub&quot;,&quot;code&quot;:&quot;6HYHR&quot;}]}}" data-ga-status="live" data-use-build="true" data-loaded="true">
+</span>
+ <script src="//static01.nyt.com/ab/bootstraps/bootstrap.js"></script>
+
+ <script type="text/html" id="pricing_inyt_1116_bar1_style_ctrl">
+ &lt;style&gt;@import url(https://a1.nyt.com/fonts/css/fonts.css);.font-smoothing{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sub_small_hide{display:none}.NYT5Style .masthead-tools{padding-right:0}.NYT5Style .masthead-tools #bar1-3panel{display:inline;vertical-align:top;background-image:none}#bar1-3panel{border:0;position:relative}#bar1-nyt5wrapper{opacity:0}#nyt-button-sub{-moz-box-sizing:border-box;background-color:#6288A5;border:1px solid #4D7B9F;border-radius:3px;color:#fff !important;display:inline-block;font-size:1em;line-height:13px;font-family:franklin-normal-700, sans-serif;font-style:normal;font-weight:700;padding:7px 10px 6px;text-transform:uppercase !important;text-decoration:none}#nyt-button-sub:hover{background-color:#326891;border:1px solid #265E8B;text-decoration:none}.bar1-hidden{margin-right:8px}.NYT4 .bar1-hidden,.NYT4 #bar1-3panel{display:none}#hovercard{width:450px;height:330px;display:none;margin-left:-360px;z-index:1000000152;border:0;position:absolute;left:50%;top:30px;text-align:left;box-shadow:0 0 5px #888;white-space:normal;background:#b0f4c0 url("https://static01.nyt.com/adx/images/ADS/41/53/ad.415335/nyt_logo_428x60.png") 40px 40px no-repeat;background-size:179px 25px;text-transform:none}#bar1-headline{position:absolute;top:81px;left:40px;font-family:karnak-normal-400, sans-serif;font-style:normal;font-weight:400;font-size:30px;line-height:34px;color:#000;font-weight:100;width:300px;text-align:left}#bar1-divider{width:90px;height:2px;border-bottom:2px solid #000;position:absolute;left:40px;top:161px}#bar1-headline span{color:#0ea587}#bar1-subhead{position:absolute;top:180px;left:40px;color:#000;font-family:franklin-normal-300, sans-serif;font-style:normal;font-weight:300;font-size:20px;line-height:25px;width:300px;text-align:left}#bar1-subhead span{font-family:franklin-normal-600, sans-serif;font-weight:600}#bar1-cta{font-family:franklin-normal-700, sans-serif;font-style:normal;font-weight:700;position:absolute;top:250px;left:40px;width:133px;height:37px;background:#000;font-size:13px;line-height:36px;padding:0;text-align:center;text-decoration:none;border-radius:3px;cursor:pointer;color:#fff;text-transform:uppercase;border:0}#hovercard:after{bottom:100%;left:350px;border:solid transparent;content:" ";width:0;height:0;position:absolute;pointer-events:none;border-bottom-color:#b0f4c0;border-width:8px;margin:0}#bar1-offer-msg{font-family:franklin-normal-400, sans-serif;font-style:normal;font-weight:400;position:absolute;top:270px;left:40px !important;width:150px;height:30px;font-size:11px;line-height:15px;padding:0;text-decoration:none;color:#363636}#hovercard hr{margin:4px;width:320px;opacity:0.5;color:#000}.hover-subhead{font-family:franklin-normal-500, sans-serif;font-style:normal;font-weight:500;font-size:11px;line-height:13px;color:#333;margin:1px 0 0;width:170px;position:absolute;top:10px}#hovercard h3 a,#hovercard p a{color:#000 !important;text-decoration:none;display:block}a.nyt-button-actions{background:#f7f7f5;color:#58595b !important;width:126px;border-radius:3px;border:1px solid #ccc !important;text-transform:uppercase;font-family:franklin-normal-500, sans-serif;font-style:normal;font-weight:500;font-size:11px;line-height:15px;text-align:center;padding:6px 0;cursor:pointer;display:block;position:absolute;top:10px;left:194px;text-decoration:none !important}#hovercard a.nyt-button-actions:hover{background:#3c6791;color:#fff !important;text-decoration:none !important}#hovercard a.nyt-button-actions.highlightButton:link,#hovercard a.nyt-button-actions.highlightButton:visited{color:#fff !important;background:#3c6791;text-decoration:none !important}a.split-all-button{background:#f3f3f4;width:345px;height:30px;position:absolute;bottom:0;font-family:franklin-normal-500, sans-serif;font-style:normal;font-weight:500;font-size:11px;line-height:30px;margin:0;border:1px solid #CCC;text-align:center;vertical-align:middle}#hovercard a.split-all-button:hover{background:#fff;color:#004276 !important;text-decoration:underline !important}.NYT5Style #hovercard{top:26px}.ad.bar1-ad a.bar1-introtext,#memberTools .bar1-introtext,.masthead-tools a.bar1-introtext{text-decoration:none;color:#666}.masthead-tools a.bar1-introtext{position:relative;margin-top:2px}.bar1-introtext{padding-right:5px}.ad.bar1-ad .user-subscriptions-menu li a{padding-left:0;border-left:0}@media screen and (-webkit-min-device-pixel-ratio: 0){.NYT5Style #hovercard{left:50%;top:29px}.NYT5Style #hovercard:before{top:-14px}}#interactiveABC #bar1-3panel{display:none} &lt;/style&gt;
+ </script>
+
+ <script type="text/html" id="pricing_inyt_1116_bar1_ctrl">
+ &lt;div id="bar1-nyt5wrapper" class="user-subscriptions-group" data-campaign-name="abtest_bar1_pricing_inyt_1116"&gt;&lt;ul class="user-subscriptions-menu"&gt;&lt;li class="bar1-hidden"&gt;&lt;span class="bar1--meter--count"&gt;1&lt;/span&gt; of 10 articles read&lt;/li&gt;&lt;li id="bar1-3panel" class="user-subscriptions-menu user-subscriptions-group bar1_hover"&gt;&lt;a id="nyt-button-sub" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/world/africa&amp;pos=Bar1&amp;sn2=d6f8750e/a2bac435&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/world/africa/sudan-sanctions.html%26pos%3DBar1%26campaignId%3D" target="_blank" data-content-collection="" data-content-placement="1" style="display:none"&gt;SUBSCRIBE NOW&lt;/a&gt; &lt;a id="hovercard" class="font-smoothing" data-campaign-name="abtest_bar1_pricing_inyt_1116" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/world/africa&amp;pos=Bar1&amp;sn2=d6f8750e/a2bac435&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/world/africa/sudan-sanctions.html%26pos%3DBar1%26campaignId%3D" target="_blank"&gt;&lt;div id="bar1-body"&gt;&lt;div id="bar1-headline"&gt;The world&amp;rsquo;s most&lt;br&gt;trusted perspective.&lt;/div&gt;&lt;div id="bar1-divider"&gt;&lt;/div&gt;&lt;div id="bar1-subhead"&gt;Get The Times.&lt;br&gt;&lt;span id="bar1-savings"&gt;50% off for 1 year.&lt;/span&gt;&lt;/div&gt;&lt;div id="bar1-cta"&gt;SUBSCRIBE NOW&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;a id="subscribe_small" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/world/africa&amp;pos=Bar1&amp;sn2=d6f8750e/a2bac435&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/world/africa/sudan-sanctions.html%26pos%3DBar1%26campaignId%3D" class="subscribe-link sub_small_hide" style="visibility:hidden" target="_blank"&gt;Subscribe&lt;/a&gt;&lt;div id="mkt-floodlight" style="display:inline"&gt;&lt;/div&gt;
+ </script>
+
+ <!--end A/B test delivery snippet-->
+ </div>
+ <div id="sharetools-masthead" aria-label="tools" role="group" class="sharetools theme-classic sharetools-masthead " data-shares="facebook,twitter,email,show-all,save" data-url="http://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" data-title="United States to Lift Sudan Sanctions" data-author="By JEFFREY GETTLEMAN" data-media="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-jumbo.jpg" data-description="For the first time since the 1990s, the country will be able to trade extensively with the United States." data-publish-date="January 13, 2017" data-share-tools-initialized="1">
+ <div class="ad sharetools-inline-article-ad hidden nocontent robots-nocontent">
+ </div>
+ <ul class="sharetools-menu">
+ <li class="sharetool facebook-sharetool"><a href="javascript:;" data-share="facebook" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">Share</span></a></li>
+ <li class="sharetool twitter-sharetool"><a href="javascript:;" data-share="twitter" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">Tweet</span></a></li>
+ <li class="sharetool email-sharetool"><a href="javascript:;" data-share="email" data-modal-title="Log in to email"><i class="icon sprite-icon"></i><span class="sharetool-text ">Email</span></a></li>
+ <li class="sharetool show-all-sharetool"><a href="javascript:;" data-share="show-all" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">More</span></a></li>
+ <li class="sharetool save-sharetool"><a href="javascript:;" data-share="save" data-modal-title="Log in to save"><i class="icon sprite-icon"></i><span class="sharetool-text ">Save</span></a></li>
+ </ul>
+ </div>
+ <!-- close shareTools -->
+ <button class="button search-button"><i class="icon sprite-icon"></i><span class="button-text">Search</span></button>
+ <div class="user-tools-button-group button-group">
+ <button class="button subscribe-button hidden" data-href="http://www.nytimes.com/subscriptions/Multiproduct/lp3004.html?campaignId=4XUYF">Subscribe Now</button>
+ <button class="button login-button login-modal-trigger">Log In</button>
+ <button class="button notifications-button hidden"><i class="icon sprite-icon"></i><span class="button-text">0</span></button>
+ <button class="button user-settings-button"><i class="icon sprite-icon"></i><span class="button-text">Settings</span></button>
+ </div>
+ <!-- close user-tools-button-group -->
+ </div>
+ <!-- close user-tools -->
+ </div>
+ <!-- close container -->
+ <div class="search-flyout-panel flyout-panel">
+ <button class="button close-button" type="button"><i class="icon"></i><span class="visually-hidden">Close search</span></button>
+ <nav class="search-form-control form-control layout-horizontal">
+ <h2 class="visually-hidden">Site Search Navigation</h2>
+ <form class="search-form" role="search">
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="search-input">Search NYTimes.com</label>
+ </div>
+ <div class="field-container">
+ <input id="search-input" name="search-input" class="search-input text" autocomplete="off" type="text" />
+
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-search-input"><i class="icon"></i><span id="clear-search-input" class="visually-hidden">Clear this text input</span></button>
+ <div class="auto-suggest" style="display: none;">
+ <ol></ol>
+ </div>
+ <button class="button submit-button disabled" type="submit">Go</button>
+ </div>
+ </div>
+ <!-- close control -->
+ </form>
+ </nav>
+
+
+ </div>
+ <!-- close flyout-panel -->
+ <div id="notification-modals" class="notification-modals"></div>
+ <span class="story-short-url"><a href="https://nyti.ms/2iqtp74">https://nyti.ms/2iqtp74</a></span></header>
+ <nav id="ribbon" class="ribbon ribbon-start nocontent robots-nocontent" aria-hidden="true">
+ <div class="nocontent robots-nocontent">
+ <ol class="ribbon-menu" style="width: 7077px; left: 0px;">
+ <li class="collection news-collection">
+
+ <div class="collection-marker past-left-border" style="display: none;">
+ <h2 class="collection-label"><a href="//www.nytimes.com">Home Page</a></h2>
+ </div>
+
+ <ol class="collection-menu">
+ <li class="collection-item " style="opacity: 1; margin-left: 0px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/us/politics/james-comey-fbi-inspector-general-hillary-clinton.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13comey/13comey-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Comey Letter on Clinton Email Is Subject of Justice Dept. Inquiry">Comey Letter on Clinton Email Is Subject of Justice Dept. Inquiry</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 1; margin-left: 0px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/13/us/politics/rep-jason-chaffetz-ethics-monitor-investigation-threat.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13chaffetz_web1/13chaffetz_web1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="G.O.P. Lawmaker Hints at Investigating Ethics Chief Critical of Trump">G.O.P. Lawmaker Hints at Investigating Ethics Chief Critical of Trump</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item ribbon-ad-container hidden" style="opacity: 1; margin-left: 0px;">
+ <div id="Ribbon" class="ad ribbon-ad hidden" data-google-query-id="CIXE8JX7vtECFUcxlgodPQkMbA" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_10__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_10" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_10" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="244" height="75" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/29390238/NYT/world/africa_10__hidden__" title="" name="google_ads_iframe_/29390238/NYT/world/africa_10__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" width="0" height="0" frameborder="0"></iframe></div>
+ </li>
+ <li class="collection-item " style="opacity: 1; margin-left: 0px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/world/europe/as-trump-reaches-toward-putin-us-troops-arrive-in-poland.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/world/13poland1/13poland1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="As Trump Reaches Toward Putin, U.S. Troops Arrive in Poland">As Trump Reaches Toward Putin, U.S. Troops Arrive in Poland</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 1; margin-left: 0px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/media/cspan-russia-today.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/business/13xp-cspan_web1/13xp-cspan_web1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="C-Span Online Broadcast Interrupted by Russian Network">C-Span Online Broadcast Interrupted by Russian Network</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.999938; margin-left: 0.00616838px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/world/europe/christopher-steele-trump-russia-dossier.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/world/13Steele/13Steele-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Christopher Steele, Ex-Spy Who Compiled Trump Dossier, Goes to Ground">Christopher Steele, Ex-Spy Who Compiled Trump Dossier, Goes to Ground</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.959266; margin-left: 4.07337px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/us/politics/trump-cabinet-hearing.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13hearingbriefing1/13hearingbriefing1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="10 Key Moments From Thursday’s Trump Nominee Hearings">10 Key Moments From Thursday’s Trump Nominee Hearings</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.879067; margin-left: 12.0933px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/us/politics/james-mattis-defense-secretary-nominee.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13mattis/13mattis-thumbStandard-v3.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="James Mattis Strikes Far Harsher Tone Than Trump on Russia">James Mattis Strikes Far Harsher Tone Than Trump on Russia</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.789427; margin-left: 21.0573px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/us/politics/ben-carsons-hud-housing-nominee-hearing.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+ <h2 class="story-heading" title="Ben Carson Urges Ending Reliance on Welfare in Bid to Be Housing Chief">Ben Carson Urges Ending Reliance on Welfare in Bid to Be Housing Chief</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.703151; margin-left: 29.6849px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/us/politics/donald-trump-cia-nominee-mike-pompeo-russia.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13Pompeo/13Pompeo-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="C.I.A. Nominee Says He Won’t Balk at Seeking Russian Intelligence">C.I.A. Nominee Says He Won’t Balk at Seeking Russian Intelligence</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.624979; margin-left: 37.5021px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/13/business/china-donald-trump-robert-lighthizer.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13CHINATRADE-1/05CHINATRADE-1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Trump’s Pick on Trade Could Put China in a Difficult Spot">Trump’s Pick on Trade Could Put China in a Difficult Spot</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.556068; margin-left: 44.3932px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/media/trump-media-news-conference.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <h3 class="kicker">Mediator</h3>
+ <h2 class="story-heading" title="As Trump Berates News Media, a New Strategy Is Needed to Cover Him">As Trump Berates News Media, a New Strategy Is Needed to Cover Him</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.496073; margin-left: 50.3927px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/us/politics/linda-bean-ll-bean-boycott.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13LLBean2_xp/13LLBean2_xp-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Trump Tweet About L. L. Bean Underscores Potential Danger for Brands">Trump Tweet About L. L. Bean Underscores Potential Danger for Brands</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.444092; margin-left: 55.5908px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/world/americas/cuba-obama-wet-foot-dry-foot-policy.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13cuba/13cuba-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Obama Ends Exemption for Cubans Who Arrive Without Visas">Obama Ends Exemption for Cubans Who Arrive Without Visas</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.399087; margin-left: 60.0913px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/11/upshot/trumps-obamacare-plan-still-optimistic-still-vague.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/12/us/12up-healthplan1/12up-healthplan1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+
+ <h3 class="kicker">Public Health</h3>
+ <h2 class="story-heading" title="Why Trump’s Obamacare Promise Will Be So Hard to Keep">Why Trump’s Obamacare Promise Will Be So Hard to Keep</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.360061; margin-left: 63.9939px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/us/politics/congress-affordable-care-act.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13cong1/13cong1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="House Expected to Follow Senate’s Lead on Rush to Repeal Health Law">House Expected to Follow Senate’s Lead on Rush to Repeal Health Law</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.326123; margin-left: 67.3877px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/epa-emissions-cheating-diesel-fiat-chrysler-jeep-dodge.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/16/business/13CHRYSER-01/13CHRYSER-01-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="E.P.A. Accuses Fiat Chrysler of Secretly Violating Emissions Standards">E.P.A. Accuses Fiat Chrysler of Secretly Violating Emissions Standards</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.296506; margin-left: 70.3494px;">
+ <a class="story-link" href="//www.nytimes.com/video/us/100000004835152/seeing-family-through-the-border-fence.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+ <h2 class="story-heading" title="Seeing Family Through the Border Fence">Seeing Family Through the Border Fence</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.270559; margin-left: 72.9441px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/economy/amazon-jobs-retail.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/business/13AMAZON/13AMAZON-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Amazon to Add 100,000 Jobs as Bricks-and-Mortar Retail Crumbles">Amazon to Add 100,000 Jobs as Bricks-and-Mortar Retail Crumbles</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.247736; margin-left: 75.2264px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/world/australia/alan-langdon-australia-new-zealand-missing-at-sea.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+ <h2 class="story-heading" title="After 26 Days at Sea, Missing Father and Daughter Arrive in Australia">After 26 Days at Sea, Missing Father and Daughter Arrive in Australia</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item last-collection-item " style="opacity: 0.227581; margin-left: 77.2419px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/world/asia/south-korea-president-park-blacklist-artists.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/world/13BLACKLIST-1/13BLACKLIST-1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="South Korea’s Blacklist of Artists Adds to Outrage Over Presidential Scandal">South Korea’s Blacklist of Artists Adds to Outrage Over Presidential Scandal</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ </ol>
+ </li>
+ <li class="collection ribbon-loader">
+ <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div>
+ </li>
+ </ol>
+ <div class="ribbon-navigation-container">
+ <nav class="ribbon-navigation next">
+ <span class="visually-hidden">See next articles</span>
+ <div class="arrow arrow-right">
+ <div class="arrow-conceal"></div>
+ </div>
+ </nav>
+ <nav class="ribbon-navigation previous inactive">
+ <span class="visually-hidden">See previous articles</span>
+ <div class="arrow arrow-left">
+ <div class="arrow-conceal"></div>
+ </div>
+ </nav>
+ </div>
+ </div>
+ <!-- close nocontent -->
+ <div class="collection-marker first-collection-marker" style="display: none;">
+ <h2 class="collection-label"><a href="//www.nytimes.com">Home Page</a></h2>
+ </div>
+ </nav>
+
+ <script type="text/javascript">
+ if (window.magnum & amp; & amp; window.magnum.serverRibbon & amp; & amp; window.magnum.getFlags().indexOf('serverRibbonTest') !== -1 & amp; & amp; window.NYTD.Abra('www-server-ribbon-test') === 'variant1') {
+ window.magnum.serverRibbon();
+ }
+ </script>
+ <nav id="navigation" class="navigation">
+ <h2 class="visually-hidden">Site Navigation</h2>
+ <div class="sections">
+
+
+ <div class="section ">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A963B567-7D3D-4D0C-9E47-BF91609EFCE7" class="domestic " role="menuitem" href="http://www.nytimes.com">
+Home Page
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-F4E6EDF7-81C6-4DB2-8EB9-5A5E8A95CEC1" class="international " role="menuitem" href="http://international.nytimes.com/?iht">
+Home Page
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9A43D8FC-F4CF-44D9-9B34-138D30468F8F" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/world/index.html" aria-haspopup="true" aria-expanded="false">
+World
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/national/index.html" aria-haspopup="true" aria-expanded="false">
+U.S.
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/politics/index.html" aria-haspopup="true" aria-expanded="false">
+Politics
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C4DC8C0C-E148-4201-BF10-82F1C903DBFB" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/nyregion/index.html" aria-haspopup="true" aria-expanded="false">
+N.Y.
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-104D1E63-9701-497B-8CF4-A4D120C9014E" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/business/index.html" aria-haspopup="true" aria-expanded="false">
+Business
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A257D89A-0D3C-40AF-9C34-1A25A7947D94" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/business/international/index.html" aria-haspopup="true" aria-expanded="false">
+Business
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AD8090D7-4137-4D71-84C8-70DA3BD89778" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html" aria-haspopup="true" aria-expanded="false">
+Opinion
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-09736473-CB3F-4B2F-9772-3AF128ABE12D" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html" aria-haspopup="true" aria-expanded="false">
+Opinion
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-78FBAD45-31A9-4EC7-B172-7D62A2B9955E" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/technology/index.html" aria-haspopup="true" aria-expanded="false">
+Tech
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A4B35924-DB6C-4EA3-997D-450810F4FEE6" class=" expandable" role="menuitem" href="http://www.nytimes.com/section/science" aria-haspopup="true" aria-expanded="false">
+Science
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/health/index.html" aria-haspopup="true" aria-expanded="false">
+Health
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/sports/index.html" aria-haspopup="true" aria-expanded="false">
+Sports
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BE66F420-C51B-461D-B487-CACF62E94AAE" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/sports/international/index.html" aria-haspopup="true" aria-expanded="false">
+Sports
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section ">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/arts/index.html" aria-haspopup="true" aria-expanded="false">
+Arts
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0202D0E4-C59B-479A-BD42-6F1766459781" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/arts/international/index.html" aria-haspopup="true" aria-expanded="false">
+Arts
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B3DFBD82-F298-43B3-9458-219B4F6AA2A5" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/fashion/index.html" aria-haspopup="true" aria-expanded="false">
+Fashion &amp; Style
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/style/international/index.html" aria-haspopup="true" aria-expanded="false">
+Fashion &amp; Style
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D9C94A2B-0364-4D25-8383-592CC66F82D4" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/dining/index.html" aria-haspopup="true" aria-expanded="false">
+Food
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/dining/international/index.html" aria-haspopup="true" aria-expanded="false">
+Food
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FDA10AC4-4738-4099-91E8-15584765C8D7" class=" " role="menuitem" href="http://www.nytimes.com/section/travel">
+Travel
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E57A148E-0CB9-4C02-966D-28B119710151" class=" " role="menuitem" href="http://www.nytimes.com/pages/magazine/index.html">
+Magazine
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-052C33AD-1404-4DB6-AA70-0901DB1AD95B" class=" " role="menuitem" href="http://www.nytimes.com/section/t-magazine">
+T Magazine
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-92720057-BCB6-4BDB-9351-12F29393259F" class=" expandable" role="menuitem" href="http://www.nytimes.com/section/realestate" aria-haspopup="true" aria-expanded="false">
+Real Estate
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-CEDDB6A8-F7E1-47A2-AC53-E28C616DFCD5" class=" " role="menuitem" href="http://www.nytimes.com/pages/obituaries/index.html">
+Obituaries
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-432A1823-3F24-43C0-8004-79088F94E754" class=" expandable" role="menuitem" href="http://www.nytimes.com/video" aria-haspopup="true" aria-expanded="false">
+Video
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D64FAE4C-4425-4E5A-B898-6C8CB59F9957" class=" " role="menuitem" href="http://www.nytimes.com/upshot/">
+The Upshot
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0442C365-4B63-4B63-B9DE-3C28319CB622" class=" expandable" role="menuitem" tabindex="0" aria-haspopup="true" aria-expanded="false">
+Conferences
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section ">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-5C13EEDD-D905-4D8C-A284-6859EA434563" class=" " role="menuitem" href="http://www.nytimes.com/crosswords/">
+Crossword
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-99C17804-A343-4A76-BF04-F5793ADA48D1" class=" " role="menuitem" href="http://www.nytimes.com/times-insider">
+Times Insider
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-614CE30F-3D4A-4194-9C6F-AE5901C5762D" class=" " role="menuitem" href="http://www.nytimes.com/section/learning">
+The Learning Network
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section hidden">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-8FB1308A-FFE4-4BED-ADF6-659A680D0884" class=" " role="menuitem" href="http://www.nytimes.com/pages/multimedia/index.html">
+Multimedia
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-108F7745-BAD9-4630-87BB-4FB4ED7CAA11" class=" " role="menuitem" href="http://lens.blogs.nytimes.com/">
+Photography
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-EDCE4B29-2B91-4241-82E6-C972E9449F49" class=" " role="menuitem" href="http://www.nytimes.com/podcasts/">
+Podcasts
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section hidden">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-6101A43A-8BDE-45FF-AAD5-EF7396F83AC9" class=" " role="menuitem" href="https://www.nytimes.com/store/?&amp;t=qry542&amp;utm_source=nytimes&amp;utm_medium=HPB&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=NYT%20Store&amp;contentPlacement=2&amp;pgtype=Homepage">
+NYT Store
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-52A8A3F2-F138-425B-A63F-722E2BBC9372" class=" " role="menuitem" href="http://www.nytwineclub.com">
+NYT Wine Club
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-081347DE-FF02-4B6C-889B-9AE59F391833" class=" " role="menuitem" href="http://nytedu.com">
+nytEducation
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-797F8D17-1632-435D-B3DB-708FC4B4BAEF" class=" " role="menuitem" href="http://www.nytimes.com/times-journeys/?utm_source=nytimes&amp;utm_medium=HPLink&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=Times%20Journeys&amp;contentPlacement=2&amp;pgtype=Homepage">
+Times Journeys
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-53CB229C-5F34-4C32-8B8C-6F7B7626BBDD" class=" " role="menuitem" href="https://www.chefd.com/pages/new-york-times-cooking-meal-plan?utm_campaign=web1_20160617&amp;utm_medium=partner&amp;utm_source=nyt">
+Meal Kits
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section hidden">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-FED853D9-D192-46F6-8D18-447803EB4A7B" class=" " role="menuitem" href="http://www.nytimes.com/IntDigiFooterHP">
+Subscribe
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-61E9BFEA-F509-4BCA-ADC6-32C5A30B83FD" class=" " role="menuitem" href="http://www.nytimes.com/membercenter">
+Manage Account
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-0DAA7CFE-196B-4878-B899-5363070098EC" class=" " role="menuitem" href="http://www.nytimes.com/pages/todayspaper/index.html">
+Today's Paper
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-1FBDDF2B-64F5-4DB3-8093-F0CCB7808799" class=" " role="menuitem" href="http://www.nytimes.com/interactive/blogs/directory.html">
+Blogs
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-D3E5F163-D939-4FD5-8FB6-C6AD31748E30" class=" " role="menuitem" href="http://www.nytimes.com/pages/topics/">
+Times Topics
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-6BBF5308-5EA3-4B25-885F-393F7372F27F" class=" " role="menuitem" href="http://www.nytimes.com/marketing/tools-and-services/">
+Tools &amp; Services
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-288E1691-DA3B-457A-8B06-D10A1351E7B9" class=" " role="menuitem" href="http://www.nytimes.com/section/jobs">
+Jobs
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-D4C7C57A-E74D-44C3-9D0E-0AE6B715610F" class=" " role="menuitem" href="http://www.nytimes.com/ref/classifieds/">
+Classifieds
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-6DD9D623-A907-4623-9C5A-9409972B76DA" class=" " role="menuitem" href="http://www.nytimes.com/pages/corrections/index.html">
+Corrections
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section ">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-more-section" class=" expandable" role="menuitem" tabindex="0" aria-haspopup="true" aria-expanded="false">
+More
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ </div>
+ </nav>
+ <!-- close navigation -->
+
+ <nav id="mobile-navigation" class="mobile-navigation hidden">
+ <h2 class="visually-hidden">Site Mobile Navigation</h2>
+ </nav>
+ <!-- close mobile-navigation -->
+
+ <div id="navigation-edge" class="navigation-edge"></div>
+ <div id="page" class="page">
+ <div id="TopAd" class="ad top-ad nocontent robots-nocontent hidden" data-google-query-id="CNWQhJX7vtECFQkklgodP-gCYg" style="display: none;">
+ <div class="accessibility-ad-header visually-hidden">
+ <p>Advertisement</p>
+ </div>
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_0" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="100%" height="0" frameborder="0"></iframe></div>
+ </div>
+
+ <main id="main" class="main" role="main">
+ <article id="story" class="story theme-main ">
+
+ <div id="TragedyAd" class="ad tragedy-ad nocontent robots-nocontent"></div>
+
+
+ <header id="story-header" class="story-header">
+ <div id="story-meta" class="story-meta ">
+ <div class="supported-by hidden nocontent robots-nocontent">
+ <span class="ad-label">Supported by</span>
+ <div id="supported-by-ad" class="supported-by-ad ad hidden" data-google-query-id="CNaQhJX7vtECFQkklgodP-gCYg" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_1__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_1" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_1" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="150" height="50" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <h3 class="kicker">
+ <span class="kicker-label"><a href="http://www.nytimes.com/pages/world/africa/index.html">Africa</a></span> </h3>
+ <h1 itemprop="headline" id="headline" class="headline" style="visibility: visible;">United States to Lift Sudan Sanctions</h1>
+ <div id="story-meta-footer" class="story-meta-footer">
+
+
+ <p class="byline-dateline"><span class="byline" itemprop="author creator" itemscope="" itemtype="http://schema.org/Person" itemid="http://www.nytimes.com/by/jeffrey-gettleman">By <a href="http://www.nytimes.com/by/jeffrey-gettleman" title="More Articles by JEFFREY GETTLEMAN"><span class="byline-author" data-byline-name="JEFFREY GETTLEMAN" itemprop="name" data-twitter-handle="gettleman">JEFFREY GETTLEMAN</span></a>
+ </span><time class="dateline" datetime="2017-01-13T03:38:38-05:00" itemprop="dateModified" content="2017-01-13T03:38:38-05:00">JAN. 13, 2017</time>
+ </p>
+
+ <div class="story-meta-footer-sharetools">
+ <div id="sharetools-story-meta-footer" aria-label="tools" role="group" class="sharetools theme-classic sharetools-story-meta-footer " data-shares="facebook,twitter,email,show-all,save" data-url="http://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" data-title="United States to Lift Sudan Sanctions" data-author="By JEFFREY GETTLEMAN" data-media="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-jumbo.jpg" data-description="For the first time since the 1990s, the country will be able to trade extensively with the United States." data-publish-date="January 13, 2017" data-share-tools-initialized="1">
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a>
+ <span class="sharetools-label visually-hidden">Share This Page</span>
+ <div class="ad sharetools-inline-article-ad hidden nocontent robots-nocontent">
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a>
+ </div>
+ <ul class="sharetools-menu">
+ <li class="sharetool facebook-sharetool"><a href="javascript:;" data-share="facebook" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">Share</span></a></li>
+ <li class="sharetool twitter-sharetool"><a href="javascript:;" data-share="twitter" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">Tweet</span></a></li>
+ <li class="sharetool email-sharetool"><a href="javascript:;" data-share="email" data-modal-title="Log in to email"><i class="icon sprite-icon"></i><span class="sharetool-text ">Email</span></a></li>
+ <li class="sharetool show-all-sharetool"><a href="javascript:;" data-share="show-all" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">More</span></a></li>
+ <li class="sharetool save-sharetool"><a href="javascript:;" data-share="save" data-modal-title="Log in to save"><i class="icon sprite-icon"></i><span class="sharetool-text ">Save</span></a></li>
+ </ul>
+ </div>
+ <!-- close shareTools -->
+ </div>
+ </div>
+ <!-- close story-meta-footer -->
+ </div>
+ <!-- close story-meta -->
+ </header>
+
+ <script type="text/javascript">
+ if (
+ window.magnum &
+ amp; & amp; window.magnum.getFlags().indexOf('headlineBalancer') & gt; 0 &
+ amp; & amp; window.magnum.headlineBalancer &
+ amp; & amp; window.magnum.headlineBalancer.initialize &
+ amp; & amp; window.magnum.headlineBalancer.shouldRun()
+ ) {
+ window.magnum.headlineBalancer.initialize();
+ }
+ </script>
+
+
+ <div class="story-body-supplemental">
+ <div class="story-body story-body-1">
+ <figure id="media-100000004869232" class="media photo lede layout-large-horizontal" data-media-action="modal" itemprop="associatedMedia" itemscope="" itemid="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-master768.jpg" itemtype="http://schema.org/ImageObject" aria-label="media" role="group">
+ <span class="visually-hidden">Photo</span>
+ <div class="image">
+ <img src="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-master768.jpg" alt="" class="media-viewer-candidate" data-mediaviewer-src="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-superJumbo.jpg" data-mediaviewer-caption="United Nations peacekeepers at a refugee camp in Sudan on Monday. In exchange for the lifting of United States trade sanctions, Sudan has said it will improve access for aid groups, stop supporting rebels in neighboring South Sudan and cooperate with American intelligence agents." data-mediaviewer-credit="Ashraf Shazly/Agence France-Presse — Getty Images" itemprop="url" itemid="https://static01.nyt.com/images/2017/01/14/world/13SUDAN-1/13SUDAN-1-master768.jpg" />
+ <div class="media-action-overlay">
+ <i class="icon sprite-icon"></i>
+ </div>
+ <meta itemprop="height" content="512" />
+ <meta itemprop="width" content="768" />
+ </div>
+ <figcaption class="caption" itemprop="caption description">
+ <span class="caption-text">United Nations peacekeepers at a refugee camp in Sudan on Monday. In exchange for the lifting of United States trade sanctions, Sudan has said it will improve access for aid groups, stop supporting rebels in neighboring South Sudan and cooperate with American intelligence agents.</span>
+ <span class="credit" itemprop="copyrightHolder">
+ <span class="visually-hidden">Credit</span> Ashraf Shazly/Agence France-Presse — Getty Images </span>
+ </figcaption>
+ </figure>
+ <p class="story-body-text story-content" data-para-count="194" data-total-count="194">LONDON — After nearly 20 years of hostile relations, the American government plans to reverse its position on <a href="http://topics.nytimes.com/top/news/international/countriesandterritories/sudan/index.html?inline=nyt-geo" title="More news and information about Sudan." class="meta-loc">Sudan</a> and lift trade sanctions, Obama administration officials said late Thursday.</p>
+ <p class="story-body-text story-content" data-para-count="250" data-total-count="444">Sudan is one of the poorest, most isolated and most violent countries in Africa, and for years the United States has imposed punitive measures against it in a largely unsuccessful attempt to get the Sudanese government to stop killing its own people.</p>
+ <p class="story-body-text story-content" data-para-count="293" data-total-count="737">On Friday, the Obama administration will announce a new Sudan strategy. For the first time since the 1990s, the nation will be able to trade extensively with the United States, allowing it to buy goods like tractors and spare parts and attract much-needed investment in its collapsing economy.</p>
+ <p class="story-body-text story-content" data-para-count="193" data-total-count="930">In return, Sudan will improve access for aid groups, stop supporting rebels in neighboring <a href="http://topics.nytimes.com/top/news/international/countriesandterritories/south-sudan/index.html?inline=nyt-geo" title="More articles about South Sudan." class="meta-loc">South Sudan</a>, cease the bombing of insurgent territory and cooperate with American intelligence agents.</p>
+ <p class="story-body-text story-content" data-para-count="344" data-total-count="1274">American officials said Sudan had already shown important progress on a number of these fronts. But to make sure the progress continues, the executive order that President Obama plans to sign on Friday, days before leaving office, will have a six-month review period. If Sudan fails to live up to its commitments, the embargo can be reinstated.</p>
+ <div id="story-ad-1" class="story-ad ad ad-placeholder nocontent robots-nocontent hidden">
+ <div class="accessibility-ad-header visually-hidden">
+ <p>Advertisement</p>
+ </div>
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a>
+ </div>
+ <p class="story-body-text story-content" data-para-count="204" data-total-count="1478" id="story-continues-1">Analysts said good relations with Sudan could strengthen moderate voices within the country and give the Sudanese government incentives to refrain from the brutal tactics that have defined it for decades.</p>
+ <p class="story-body-text story-content" data-para-count="295" data-total-count="1773">In 1997, President Bill Clinton imposed a <a href="https://www.treasury.gov/resource-center/sanctions/Programs/Documents/sudan.pdf">comprehensive trade embargo against Sudan and blocked the assets of the Sudanese government</a>, which was suspected of sponsoring international terrorism. In the mid-1990s, Osama bin Laden lived in Khartoum, the capital, as a guest of Sudan’s government.</p>
+ <p class="story-body-text story-content" data-para-count="224" data-total-count="1997">In 1998, Bin Laden’s agents blew up the United States Embassies in Kenya and Tanzania, killing more than 200 people. In retaliation, Mr. Clinton ordered a cruise missile strike against a pharmaceutical factory in Khartoum.</p>
+ <p class="story-body-text story-content" data-para-count="474" data-total-count="2471">Since then, American-Sudanese relations have steadily soured. The conflict in Darfur, a vast desert region of western Sudan, was a low point. After rebels in Darfur staged an uprising in 2003, Sudanese security services and their militia allies slaughtered tens of thousands of civilians, leading to condemnation around the world, genocide charges at the International Criminal Court against Sudan’s president, Omar Hassan al-Bashir, and a new round of American sanctions.</p>
+ <p class="story-body-text story-content" data-para-count="275" data-total-count="2746">American officials said Thursday that the American demand that Mr. Bashir be held accountable had not changed. Neither has Sudan’s status as one of the few countries, along with Iran and Syria, that remain on the <a href="https://www.state.gov/j/ct/list/c14151.htm">American government’s list of state sponsors of terrorism</a>.</p>
+ <p class="story-body-text story-content" data-para-count="124" data-total-count="2870">Sales of military equipment will still be prohibited, and some Sudanese militia and rebel leaders will still face sanctions.</p>
+ <p class="story-body-text story-content" data-para-count="264" data-total-count="3134">But the Obama administration is clearly trying to open a door to Sudan. There is intense discontent across the country, and its economy is imploding. American officials have argued for years that it was time to help Sudan dig itself out of the hole it had created.</p>
+ <p class="story-body-text story-content" data-para-count="231" data-total-count="3365">Officials divulged Thursday that the Sudanese government had allowed two visits by American operatives to a restricted border area near Libya, which they cited as evidence of a new spirit of cooperation on counterterrorism efforts.</p>
+ <div id="story-ad-2" class="story-ad ad ad-placeholder nocontent robots-nocontent hidden">
+ <div class="accessibility-ad-header visually-hidden">
+ <p>Advertisement</p>
+ </div>
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-2">Continue reading the main story</a>
+ </div>
+ <p class="story-body-text story-content" data-para-count="248" data-total-count="3613" id="story-continues-2">In addition to continuing violence in Darfur, several other serious conflicts are raging in southern and central Sudan, along with a civil war in newly independent South Sudan, which Sudan has been suspected of inflaming with covert arms shipments.</p>
+ <p class="story-body-text story-content" data-para-count="145" data-total-count="3758"><a href="http://sudanreeves.org/2016/07/04/eric-reeves-is-now-a-senior-fellow-at-harvard-universitys-francois-xavier-bagnoud-center-for-health-and-human-rights/">Eric Reeves</a>, one of the leading American academic voices on Sudan, said he was “appalled” that the American government was lifting sanctions.</p>
+ <p class="story-body-text story-content" data-para-count="215" data-total-count="3973">He said that Sudan’s military-dominated government continued to commit grave human rights abuses and atrocities, and he noted that just last week Sudanese security services <a href="http://sudanreeves.org/2017/01/02/7710/">killed</a><a href="http://sudanreeves.org/2017/01/02/7710/"> more than 10 civilians in Darfur</a>.</p>
+ <p class="story-body-text story-content" data-para-count="250" data-total-count="4223">“There is no reason to believe the guys in charge have changed their stripes,” said Mr. Reeves, a senior fellow at the François-Xavier Bagnoud Center for Health and Human Rights at Harvard University. “These guys are the worst of the worst.”</p>
+ <p class="story-body-text story-content" data-para-count="208" data-total-count="4431">Obama administration officials said that they had briefed President-elect Donald J. Trump’s transition team, but that they did not know if Mr. Trump would stick with a policy of warmer relations with Sudan.</p>
+ <p class="story-body-text story-content" data-para-count="143" data-total-count="4574">They said that Sudan had a long way to go in terms of respecting human rights, but that better relations could help increase American leverage.</p>
+ <p class="story-body-text story-content" data-para-count="149" data-total-count="4723" data-node-uid="1">Mr. Reeves said he thought that the American government was being manipulated and that the Obama administration had made a “deal with the devil.”</p>
+ <footer class="story-footer story-content">
+ <div class="story-meta">
+
+
+ <p class="story-print-citation">A version of this article appears in print on January 13, 2017, on Page A7 of the <span itemprop="printEdition">New York edition</span> with the headline: Sanctions on Sudan Will Be Lifted. <span class="story-footer-links"> <span><a href="http://www.nytreprints.com/" target="_blank">Order Reprints</a><span class="pipe">|</span></span> <span><a href="http://www.nytimes.com/pages/todayspaper/index.html" target="_blank">Today's Paper</a><span class="pipe">|</span></span><span><a href="http://www.nytimes.com/subscriptions/Multiproduct/lp839RF.html?campaignId=48JQY" target="_blank">Subscribe</a></span>
+ </span>
+ </p>
+
+ </div>
+ <!-- close story-meta -->
+ </footer>
+ <a class="visually-hidden skip-to-text-link" href="#whats-next">Continue reading the main story</a>
+ </div>
+ <!-- close story-body -->
+ <div class="supplemental first" id="supplemental-1" data-pre-height="2166" data-max-items="3" data-remaining="276" data-minimum="400" data-last-item-height="476" data-flex-ad-adjacency="false" data-post-height="2636">
+ <div class="supplemental-items" data-supplemental-order="0">
+ <aside class="marginalia related-combined-coverage-marginalia marginalia-item nocontent robots-nocontent" data-marginalia-type="sprinkled" role="complementary" module="Related-CombinedMarginalia">
+ <div class="nocontent robots-nocontent">
+ <header>
+ <h2 class="module-heading">Related Coverage</h2>
+ </header>
+ <ul>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2010/11/08/world/africa/08sudan.html">
+
+
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">U.S. Sweetens Offer to Take Sudan Off Terrorist List</span>
+ <time class="dateline">NOV. 7, 2010</time>
+ </h2>
+ </div>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2009/03/31/washington/31sudan.html">
+
+
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Obama Urges Sudan to Allow Aid Groups Back Into the Country</span>
+ <time class="dateline">MARCH 30, 2009</time>
+ </h2>
+ </div>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2008/08/10/world/africa/10sudan.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2008/08/10/world/sudan.01.75.jpg" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+
+ <div class="story-body">
+ <h3 class="kicker">THE FOOD CHAIN </h3>
+ <h2 class="headline">
+ <span class="title">Darfur Withers as Sudan Sells Food</span>
+ <time class="dateline">AUG. 9, 2008</time>
+ </h2>
+ </div>
+ </a>
+ </article>
+ </li>
+ </ul>
+ </div>
+ </aside>
+ <div id="medium-rectangle-ad-2" class="ad ad-placeholder medium-rectangle-ad marginalia-item nocontent robots-nocontent"></div>
+ </div>
+ <div class="supplemental-items" data-supplemental-order="1">
+ <aside id="middle-right-paid-post-container" class="ad middle-right-ad paid-post-ad marginalia-item hidden nocontent robots-nocontent">
+ <h2 class="marginalia-heading"></h2>
+ <ul class="story-menu">
+ <li id="MiddleRightPaidPost1" class="story-menu-item ad hidden" data-google-query-id="CIHE8JX7vtECFUcxlgodPQkMbA" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_6__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_6" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_6" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="300" height="77" frameborder="0"></iframe></div>
+ </li>
+ <li id="MiddleRightPaidPost2" class="story-menu-item ad hidden" data-google-query-id="CILE8JX7vtECFUcxlgodPQkMbA" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_7__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_7" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_7" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="300" height="77" frameborder="0"></iframe></div>
+ </li>
+ <li id="MiddleRightPaidPost3" class="story-menu-item ad hidden" data-google-query-id="CIPE8JX7vtECFUcxlgodPQkMbA" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_8__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_8" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_8" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="300" height="77" frameborder="0"></iframe></div>
+ </li>
+ <li id="MiddleRightPaidPost4" class="story-menu-item ad hidden" data-google-query-id="CITE8JX7vtECFUcxlgodPQkMbA" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_9__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_9" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_9" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="300" height="77" frameborder="0"></iframe></div>
+ </li>
+ </ul>
+ </aside>
+ <div id="medium-rectangle-ad-1" class="ad ad-placeholder medium-rectangle-ad marginalia-item nocontent robots-nocontent"></div>
+ </div>
+ <div class="supplemental-items" data-supplemental-order="2">
+ <div id="marketing-ad" class="ad marketing-ad marginalia-anchor-ad marginalia-item nocontent robots-nocontent"></div>
+ </div>
+ </div>
+ <!-- close supplemental -->
+ </div>
+ <!-- close story-body-supplemental -->
+
+
+ <div class="reader-satisfaction-survey prompt feedback-prompt story-content hidden">
+ <a class="feedback-link" href="https://docs.google.com/forms/d/e/1FAIpQLSfLW30xgZodF1qRAg80oWEGuDpW-1HHaL0g42G3SmvB2f4lCw/viewform?entry.8537735=http://www.nytimes.com/2017/01/13/world/africa/sudan-sanctions.html" target="_blank">
+ <p class="feedback-message">We’re interested in your feedback on this page. <strong>Tell us what you think.</strong></p>
+ </a>
+ </div>
+
+ <div id="storage-drawer" class="hidden">
+ <div class="supplemental-sub-item" data-attribute-position="0" data-attribute-name="CombinedMarginalia" data-attribute-type="Related" data-attribute-subtype="">
+
+ </div>
+ <div class="supplemental-sub-item" data-attribute-position="1" data-attribute-name="PaidPost" data-attribute-type="PaidPost" data-attribute-subtype="">
+
+ </div>
+ </div>
+
+ </article>
+ <section id="related-combined-coverage" class="related-combined-coverage nocontent robots-nocontent">
+ <header class="section-header">
+ <h2 class="section-heading">Related Coverage</h2>
+ </header>
+ <div class="section-body">
+ <ol class="story-menu menu">
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2010/11/08/world/africa/08sudan.html">
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">U.S. Sweetens Offer to Take Sudan Off Terrorist List</span>
+ <time class="dateline">NOV. 7, 2010</time>
+ </h2>
+ </div>
+
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2009/03/31/washington/31sudan.html">
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Obama Urges Sudan to Allow Aid Groups Back Into the Country</span>
+ <time class="dateline">MARCH 30, 2009</time>
+ </h2>
+ </div>
+
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2008/08/10/world/africa/10sudan.html">
+ <div class="story-body">
+ <h3 class="kicker">THE FOOD CHAIN </h3>
+ <h2 class="headline">
+ <span class="title">Darfur Withers as Sudan Sells Food</span>
+ <time class="dateline">AUG. 9, 2008</time>
+ </h2>
+ </div>
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2008/08/10/world/sudan.01.75.jpg" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+ </a>
+ </article>
+ </li>
+ </ol>
+ </div>
+ </section>
+ <aside class="module trending-module nocontent robots-nocontent" data-truncate-enabled="true" style="">
+ <div class="nocontent robots-nocontent">
+ <header>
+ <h2 class="module-heading">Trending</h2>
+ </header>
+ <ol>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/us/politics/trump-cabinet-mattis-tillerson.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13cabinet/13cabinet-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Latest to Disagree With Donald Trump: His Cabinet Nominees
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/us/politics/linda-bean-ll-bean-boycott.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13LLBean2_xp/13LLBean2_xp-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Trump Tweet About L. L. Bean Underscores Potential Danger for Brands
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/business/media/trump-media-news-conference.html">
+ <article class="story theme-summary">
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Mediator:
+
+As Trump Berates News Media, a New Strategy Is Needed to Cover Him
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/us/politics/james-comey-fbi-inspector-general-hillary-clinton.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13comey/13comey-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Comey Letter on Clinton Email Is Subject of Justice Dept. Inquiry
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/11/magazine/neanderthals-were-people-too.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/15/magazine/15neanderthals1/15neanderthals1-thumbStandard-v3.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Feature:
+
+Neanderthals Were People, Too
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/world/americas/cuba-obama-wet-foot-dry-foot-policy.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13cuba/13cuba-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Obama Ends Exemption for Cubans Who Arrive Without Visas
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/10/us/politics/obama-farewell-address-speech.html">
+ <article class="story theme-summary">
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+President Obama’s Farewell Address: Full Video and Text
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/13/opinion/donald-trumps-medical-delusions.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/opinion/13krugmanWeb/13krugmanWeb-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Op-Ed Columnist:
+
+Donald Trump’s Medical Delusions
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/13/us/politics/rep-jason-chaffetz-ethics-monitor-investigation-threat.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13chaffetz_web1/13chaffetz_web1-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+G.O.P. Lawmaker Hints at Investigating Ethics Chief Critical of Trump
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/us/politics/joe-biden-presidential-medal-freedom.html">
+ <article class="story theme-summary">
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Obama Surprises Joe Biden With Presidential Medal of Freedom
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ </ol>
+ <footer>
+ <p class="user-action"><a href="/trending">View More Trending Stories »</a></p>
+ <div id="MostEm" class="ad most-em-ad hidden" data-google-query-id="CK7chZX7vtECFckwlgodnIEDyg" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_5__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_5" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_5" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="88" height="31" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/29390238/NYT/world/africa_5__hidden__" title="" name="google_ads_iframe_/29390238/NYT/world/africa_5__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" width="0" height="0" frameborder="0"></iframe></div>
+ </footer>
+ </div>
+ </aside>
+ <section id="whats-next" class="whats-next nocontent robots-nocontent">
+ <h2 class="visually-hidden">What's Next</h2>
+ <div class="nocontent robots-nocontent">
+ <div class="loader-container">
+ <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div>
+ </div>
+ </div>
+ <!-- close nocontent -->
+ </section>
+ <div id="TopAd1" class="text-ad bottom-left-ad nocontent robots-nocontent"></div>
+ <div id="Top5" class="ad top5-ad hidden nocontent robots-nocontent"></div>
+ <div class="search-overlay"></div>
+ <aside id="media-viewer" class="media-viewer" style="display:none;">
+ <button class="button close-button"><i class="icon"></i><span class="visually-hidden">Close this overlay</span></button>
+ <h2 class="media-viewer-headline"></h2>
+ <div class="media-viewer-wrapper"></div>
+ <nav class="media-viewer-nav">
+ <div class="media-viewer-counter"></div>
+ <div class="media-viewer-previous">
+ <span class="visually-hidden">Go to previous</span>
+ <div class="arrow arrow-left">
+ <div class="arrow-conceal"></div>
+ </div>
+ </div>
+ <div class="media-viewer-next">
+ <span class="visually-hidden">Go to next</span>
+ <div class="arrow arrow-right">
+ <div class="arrow-conceal"></div>
+ </div>
+ </div>
+ </nav>
+ <div class="loader-container" style="display:none;">
+ <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div>
+ </div>
+ </aside>
+ </main>
+ <!-- close main -->
+ <section id="site-index" class="site-index">
+ <header class="section-header">
+ <p class="user-action"><a href="http://www.nytimes.com/">Go to Home Page »</a></p>
+ <h2 class="section-heading">
+ <span class="visually-hidden">Site Index</span>
+ <a id="site-index-branding-link" href="http://www.nytimes.com/">
+ <span class="visually-hidden">The New York Times</span>
+ <svg xmlns="http://www.w3.org/2000/svg" class="nyt-logo" width="185" height="26" role="img" aria-label="The New York Times"><image width="185" height="26" xlink:href="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.svg" xmlns:xlink="http://www.w3.org/1999/xlink" src="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.png" alt="The New York Times" border="0"/></svg><img src="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.png" class="nyt-logo-print" alt="The New York Times" /></a>
+ </h2>
+ <script>
+ window.magnum.writeLogo('small', 'https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/', '', '', 'standard', 'site-index-branding-link', '');
+ </script>
+ </header>
+
+ <nav id="site-index-navigation" class="site-index-navigation" role="navigation">
+ <h2 class="visually-hidden">Site Index Navigation</h2>
+ <div class="split-6-layout layout">
+
+
+ <div class="column">
+ <h3 class="menu-heading">News</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/world/index.html">World</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/national/index.html">U.S.</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/politics/index.html">Politics</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/nyregion/index.html">N.Y.</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/business/index.html">Business</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/technology/index.html">Tech</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/science">Science</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/health/index.html">Health</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/sports/index.html">Sports</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/education/index.html">Education</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/obituaries/index.html">Obituaries</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today's Paper</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/corrections/index.html">Corrections</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Opinion</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html">Today's Opinion</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#columnists">Op-Ed Columnists</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#editorials">Editorials</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#contributing">Contributing Writers</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#op-ed">Op-Ed Contributors</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#opinionator">Opinionator</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#letters">Letters</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">Sunday Review</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#takingNote">Taking Note</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/roomfordebate">Room for Debate</a>
+ </li>
+
+
+ <li>
+ <a href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">Public Editor</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/video/opinion">Video: Opinion</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Arts</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/index.html">Today's Arts</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/design/index.html">Art &amp; Design</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/books/index.html">Books</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/dance/index.html">Dance</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/movies/index.html">Movies</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/music/index.html">Music</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/television/index.html">Television</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/theater/index.html">Theater</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/video/arts">Video: Arts</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Living</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/automobiles/index.html">Automobiles</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/crosswords/">Crossword</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/dining/index.html">Food</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/education/index.html">Education</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/fashion/index.html">Fashion &amp; Style</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/health/index.html">Health</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/jobs">Jobs</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/magazine/index.html">Magazine</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/realestate">Real Estate</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/t-magazine">T Magazine</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/travel">Travel</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/fashion/weddings/index.html">Weddings &amp; Celebrations</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Listings &amp; More</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/ref/classifieds/">Classifieds</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/marketing/tools-and-services/">Tools &amp; Services</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/topics/">Times Topics</a>
+ </li>
+
+
+ <li>
+ <a href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">Public Editor</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/interactive/blogs/directory.html">Blogs</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/multimedia/index.html">Multimedia</a>
+ </li>
+
+
+ <li>
+ <a href="http://lens.blogs.nytimes.com/">Photography</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/video">Video</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/store/?&amp;t=qry542&amp;utm_source=nytimes&amp;utm_medium=HPB&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=NYT%20Store&amp;contentPlacement=2&amp;pgtype=Homepage">NYT Store</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/times-journeys/?utm_source=nytimes&amp;utm_medium=HPLink&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP">Times Journeys</a>
+ </li>
+
+
+ <li>
+ <a href="https://nytimes.com/IntDigiFooterHP" style="" data-optly-55f0e639-dd0d-4404-a582-edd754f5cc29="">Subscribe</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/membercenter">Manage My Account</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <h3 class="menu-heading">Subscribe</h3>
+
+ <ul class="menu primary-menu">
+ <li class="menu-label">Subscribe</li>
+ <li class="home-delivery">
+ <i class="icon sprite-icon"></i>
+ <a href="https://subscribe.inyt.com" style="" data-optly-75c0aebd-80fd-4192-b8c7-f2ff82ee0fe0="">Home Delivery</a>
+ </li>
+ <li class="digital-subscriptions">
+ <i class="icon sprite-icon"></i>
+ <a href="https://nytimes.com/IntDigiFooterHP" style="" data-optly-c857e573-ed23-45ef-93c7-4286c9040140="">Digital Subscriptions</a>
+ </li>
+ <li class="times-premier">
+ <i class="icon sprite-icon"></i>
+ <a href="http://www.nytimes.com/tpnav">Times Insider</a>
+ </li>
+ <li class="nyt-crossword last-item">
+ <i class="icon sprite-icon"></i>
+ <a id="nyt-crossword" href="//www.nytimes.com/subscriptions/games/lp897H9.html?campaignId=49W8Y">Crossword</a>
+ </li>
+ </ul>
+
+ <ul class="menu secondary-menu">
+
+ <li>
+ <a href="http://www.nytimes.com/marketing/newsletters">Email Newsletters</a>
+ </li>
+ <li>
+ <a href="https://myaccount.nytimes.com/mem/tnt.html">Alerts</a>
+ </li>
+ <li>
+ <a href="http://www.nytimes.com/giftleftnav">Gift Subscriptions</a>
+ </li>
+ <li>
+ <a href="http://www.nytimes.com/corporateleftnav">Corporate Subscriptions</a>
+ </li>
+ <li>
+ <a href="http://www.nytimes.com/educationleftnav">Education Rate</a>
+ </li>
+
+ </ul>
+ <ul class="menu secondary-menu">
+ <li>
+ <a href="http://www.nytimes.com/services/mobile/index.html">Mobile Applications</a>
+ </li>
+ <li>
+ <a href="http://eedition.nytimes.com/cgi-bin/signup.cgi?cc=37FYY">Replica Edition</a>
+ </li>
+
+ </ul>
+
+ </div>
+ <!-- close column -->
+
+ </div>
+ <!-- close split-6-layout -->
+
+ </nav>
+ <!-- close nav -->
+
+ </section>
+ <!-- close site-index -->
+
+ <footer id="page-footer" class="page-footer" role="contentinfo">
+ <nav>
+ <h2 class="visually-hidden">Site Information Navigation</h2>
+ <ul>
+ <li>
+ <a href="http://www.nytimes.com/content/help/rights/copyright/copyright-notice.html" itemprop="copyrightNotice">
+ © <span itemprop="copyrightYear">2017</span><span itemprop="copyrightHolder provider sourceOrganization" itemscope="" itemtype="http://schema.org/Organization" itemid="http://www.nytimes.com"><span itemprop="name"> The New York Times Company</span><meta itemprop="tickerSymbol" content="NYSE NYT" /></span>
+ </a>
+ </li>
+ <li class="visually-hidden"><a href="http://www.nytimes.com">Home</a></li>
+ <li class="visually-hidden"><a href="http://query.nytimes.com/search/sitesearch/#/">Search</a></li>
+ <li class="visually-hidden">Accessibility concerns? Email us at <a href="mailto:[email protected]">[email protected]</a>. We would love to hear from you.</li>
+ <li class="wide-viewport-item"><a href="http://www.nytimes.com/ref/membercenter/help/infoservdirectory.html">Contact Us</a></li>
+ <li class="wide-viewport-item"><a href="http://www.nytco.com/careers">Work With Us</a></li>
+ <li class="wide-viewport-item"><a href="http://nytmediakit.com/">Advertise</a></li>
+ <li class="wide-viewport-item"><a href="http://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html#pp">Your Ad Choices</a></li>
+ <li><a href="http://www.nytimes.com/privacy">Privacy</a></li>
+ <li><a href="http://www.nytimes.com/ref/membercenter/help/agree.html" itemprop="usageTerms">Terms of Service</a></li>
+ <li class="wide-viewport-item last-item"><a href="http://www.nytimes.com/content/help/rights/sale/terms-of-sale.html">Terms of Sale</a></li>
+ </ul>
+ </nav>
+ <nav class="last-nav">
+ <h2 class="visually-hidden">Site Information Navigation</h2>
+ <ul>
+ <li><a href="http://spiderbites.nytimes.com">Site Map</a></li>
+ <li><a href="http://www.nytimes.com/membercenter/sitehelp.html">Help</a></li>
+ <li><a href="https://myaccount.nytimes.com/membercenter/feedback.html">Site Feedback</a></li>
+ <li class="wide-viewport-item last-item"><a href="https://nytimes.com/IntDigiFooterHP" style="" data-optly-4a8c9687-0e6c-4031-84de-f6a43bf3af56="">Subscriptions</a></li>
+ </ul>
+ </nav>
+ </footer>
+ </div>
+ <!-- close page -->
+ <nav data-href="" data-queue-ad="false" class="ribbon-page-navigation previous" style="overflow: hidden;">
+
+ <a href="">
+ <article class="story theme-summary no-thumb " style="display: none; opacity: 1;">
+
+ <div class="summary" style="margin-top: 32.5px;">
+
+ <h2 title="" class="story-heading"></h2>
+ </div>
+ </article>
+ <div class="arrow arrow-left">
+ <span class="visually-hidden">Go to the previous story</span>
+ <div class="arrow-conceal"></div>
+ </div>
+ </a>
+ </nav>
+ <nav data-href="//www.nytimes.com/2017/01/12/us/politics/james-comey-fbi-inspector-general-hillary-clinton.html?ribbon-ad-idx=2&amp;rref=homepage" data-queue-ad="false" class="ribbon-page-navigation ribbon-page-navigation-has-data next" style="overflow: hidden;">
+
+ <a href="//www.nytimes.com/2017/01/12/us/politics/james-comey-fbi-inspector-general-hillary-clinton.html?ribbon-ad-idx=2&amp;rref=homepage">
+ <article class="story theme-summary " style="display:none;">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13comey/13comey-thumbStandard.jpg" />
+ </div>
+
+ <div class="summary">
+
+ <h2 title="Comey Letter on Clinton Email Is Subject of Justice Dept. Inquiry" class="story-heading">Comey Letter on Clinton Email Is Subject of Justice Dept. Inquiry</h2>
+ </div>
+ </article>
+ <div class="arrow arrow-right">
+ <span class="visually-hidden">Go to the next story</span>
+ <div class="arrow-conceal"></div>
+ </div>
+ </a>
+ </nav>
+ </div>
+ <!-- close shell -->
+ <script>
+ require(['foundation/main'], function() {
+ require(['story/main']);
+ require(['jquery/nyt', 'foundation/views/page-manager'], function($, pageManager) {
+ if (window.location.search.indexOf('disable_tagx') & gt; 0) {
+ return;
+ }
+ $(document).ready(function() {
+ require(['https://a1.nyt.com/analytics/tagx-simple.min.js'], function() {
+ pageManager.trackingFireEventQueue();
+ });
+ });
+ });
+ });
+ </script>
+ <!--esi
+<esi:include src="/appconfig/https/show-modal.js" />
+-->
+
+ <div id="Inv1" class="ad inv1-ad hidden"></div>
+ <div id="Inv2" class="ad inv2-ad hidden">
+ <!-- ADXINFO classification="Text_Link" campaign="nyt2016_krux_cookiesetter" priority="9200" isInlineSafe="Y" width="0" height="0" -->
+ <script>
+ //123016 searches user's local storage for various Krux segments and places those into a Kruxadx cookie~909490
+
+ var kruxArray = [];
+ for (var i = 0; i & lt; localStorage.length; i++) {
+ var lclVals = localStorage.getItem(localStorage.key(i));
+
+ //Krux segs
+ var loggedOut = "qxk0hzyjh";
+ var hdFormers = "qudtfoenz";
+ var digiFormers = "qudtarl0q";
+ var b2bSiteLic = "q3vfitxb0";
+ var eduPropen = "pox3vefah";
+
+ //searches for the Krux seg in localStorage and pushes it to the array
+ if (lclVals.includes(loggedOut)) {
+ kruxArray.push(loggedOut);
+ }
+ if (lclVals.includes(hdFormers)) {
+ kruxArray.push(hdFormers);
+ }
+ if (lclVals.includes(digiFormers)) {
+ kruxArray.push(digiFormers);
+ }
+ if (lclVals.includes(b2bSiteLic)) {
+ kruxArray.push(b2bSiteLic);
+ }
+ if (lclVals.includes(eduPropen)) {
+ kruxArray.push(eduPropen);
+ }
+ }
+ //dedupes array
+ var kruxArrayFilt = kruxArray.filter(function(elem, index, self) {
+ return index == self.indexOf(elem);
+ });
+ //joins array in comma delimited string and sets Kruxadx cookie with new segs
+ if (kruxArrayFilt != '') {
+ for (var j = 0; j & lt; kruxArrayFilt.length; j++) {
+ var kruxArrayJoined = kruxArrayFilt.toString();
+ document.cookie = 'Kruxadx=' + kruxArrayJoined + '; domain=.nytimes.com; path=/; max-age=' + 60 * 60 * 6 + ';'
+ }
+ }
+ </script>
+ </div>
+ <div id="Inv3" class="ad inv3-ad hidden"></div>
+ <div id="ab1" class="ad ab1-ad hidden">
+ <!-- ADXINFO classification="Text_Link" campaign="nyt2017_EDU_B2B_pers_cookiesetter" priority="9100" isInlineSafe="Y" width="0" height="0" -->
+ <script src="https://static01.nyt.com/marketing/ADX/JS/personalize_b2b_edu_corp_v201701.js"></script>
+ <span class="adx-info hidden" style="display:none !important;" campaign="nyt2017_EDU_B2B_pers_cookiesetter">Campaign ID: 285217 | Creative: nyt2017_pers_B2B_cookieset_v5_HTTPS -- 415673 | Page: www.nytimes.com/yr/mo/day/world/africa/sudan-sanctions.html / Targeted Page: www.nytimes.com/yr/mo/day/world/africa | Position: ab1</span></div>
+ <div id="ab2" class="ad ab2-ad hidden"></div>
+ <div id="ab3" class="ad ab3-ad hidden"></div>
+ <div id="prop1" class="ad prop1-ad hidden"></div>
+ <div id="prop2" class="ad prop2-ad hidden"></div>
+ <div id="Anchor" class="ad anchor-ad hidden"></div>
+ <div id="ADX_CLIENTSIDE" class="ad adx-clientside-ad hidden"><iframe class="ad-frame frame-for-article" style="width: 0px; height: 0px;" frameborder="0"></iframe></div>
+
+
+ <div id="interstitial-ad-modal" class="modal-container interstitial-ad-modal-container" style="display: none;">
+ <div class="overlay" style="display: block;"></div>
+ <div class="modal interstitial-ad-modal " style="width: 640;" role="dialog" aria-labelledby="interstitial-ad-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="interstitial-ad-modal-modal-heading">advertisement</h3>
+
+ </div>
+ <div class="modal-content">
+ <div id="Interstitial" class="ad interstitial-ad hidden" data-google-query-id="CNeQhJX7vtECFQkklgodP-gCYg" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/world/africa_2__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/world/africa_2" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/world/africa_2" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" width="1" height="1" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/29390238/NYT/world/africa_2__hidden__" title="" name="google_ads_iframe_/29390238/NYT/world/africa_2__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" width="0" height="0" frameborder="0"></iframe></div>
+ <p class="user-action dismiss-button">Continue »</p>
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close " aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-fixed">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="user-name-modal" class="modal-container user-name-modal-container" style="display: none;">
+ <div class="overlay" style="display: none;"></div>
+ <div class="modal user-name-modal " style="width: 260px;" role="dialog" aria-labelledby="user-name-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="user-name-modal-modal-heading">
+ <span class="user-name-subscription">
+<span class="user-name"></span>
+
+ </span>
+ </h3>
+
+ </div>
+ <div class="modal-content">
+ <ul>
+ <li><a href="javascript:;" class="user-profile-button">Edit Profile</a></li>
+ <li><a href="https://myaccount.nytimes.com/membercenter/myaccount.html">My Account</a></li>
+ <li><a href="https://myaccount.nytimes.com/mem/manage_billing.html">My Billing Information</a></li>
+ <li><a href="http://www.nytimes.com/saved">My Saved Items</a></li>
+ <li><button class="button log-out-button">Log Out</button></li>
+ </ul>
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close hidden" aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-up-right">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="user-profile-modal" class="modal-container user-profile-modal-container" style="display: none;">
+ <div class="overlay" style="display: block;"></div>
+ <div class="modal user-profile-modal " style="width: undefined;" role="dialog" aria-labelledby="user-profile-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="user-profile-modal-modal-heading">Edit Profile</h3>
+ <h4 class="modal-subheading">Your profile is public. It will appear with any comments you leave on NYTimes.com</h4>
+ </div>
+ <div class="modal-content">
+ <div class="user-profile-form-control form-control user-profile-form-control-loading">
+
+ </div>
+ <!-- close user-profile-form-control -->
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close " aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-fixed">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="navigation-modal" class="modal-container navigation-modal-container" style="display: none;">
+ <div class="overlay" style="display: none;"></div>
+ <div class="modal navigation-modal " style="width: undefined;" role="dialog" aria-labelledby="navigation-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="navigation-modal-modal-heading"></h3>
+
+ </div>
+ <div class="modal-content">
+ <div class="secondary-container">
+ <div class="secondary-container">
+ <div class="header">
+ <h5 class="section-heading">
+ <a href="" role="menuitem"></a>
+ </h5>
+ </div>
+
+ <div class="section " data-parent="navId-9A43D8FC-F4CF-44D9-9B34-138D30468F8F">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-350E94CC-926C-4D2A-9DB4-FD9ED99A66DC" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/africa/index.html">
+Africa
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-5A94A97E-037B-4C6B-A88D-741B06663078" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/americas/index.html">
+Americas
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-881A1D77-D6D7-4AC3-AAC2-4C279C20DD66" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/asia/index.html">
+Asia Pacific
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A0EAB3C7-588D-4930-AC9B-57E2A8F8AD32" class=" " role="menuitem" href="http://www.nytimes.com/section/world/australia">
+Australia
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D38BAA6D-F26D-4B3E-BF25-CC798E6C5F55" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/europe/index.html">
+Europe
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-108390AA-728E-41EB-B9B5-14EDFBAE7D20" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/middleeast/index.html">
+Middle East
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AE2B2F51-EBDD-4153-A71A-922F9635C5A4" class=" " role="menuitem" href="http://atwar.blogs.nytimes.com/">
+At War
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-947EEB56-B266-44F4-A538-36200844547B" class=" " role="menuitem" href="http://sinosphere.blogs.nytimes.com/">
+Sinosphere
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 9A43D8FC-F4CF-44D9-9B34-138D30468F8F sections -->
+
+ <div class="section " data-parent="navId-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C7303E0D-6EB2-4FD3-B968-530EF9F38EB1" class=" " role="menuitem" href="http://www.nytimes.com/pages/education/index.html">
+Education
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D64FAE4C-4425-4E5A-B898-6C8CB59F9957" class=" " role="menuitem" href="http://www.nytimes.com/upshot/">
+The Upshot
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE sections -->
+
+ <div class="section " data-parent="navId-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BB53FEFA-F91E-45B4-83D7-477579A87DF3" class=" " role="menuitem" href="http://www.nytimes.com/politics/first-draft/">
+First Draft
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-78CE290F-672B-4BC7-BD4E-67DA85BCAC4E" class=" " role="menuitem" href="http://elections.nytimes.com/">
+Elections
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D64FAE4C-4425-4E5A-B898-6C8CB59F9957" class=" " role="menuitem" href="http://www.nytimes.com/upshot/">
+The Upshot
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB sections -->
+
+ <div class="section " data-parent="navId-C4DC8C0C-E148-4201-BF10-82F1C903DBFB">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2D1C1EB8-E0D9-40A9-8D59-3908DCF5C9BD" class=" " role="menuitem" href="http://www.nytimes.com/events/">
+Events
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary C4DC8C0C-E148-4201-BF10-82F1C903DBFB sections -->
+
+ <div class="section " data-parent="navId-104D1E63-9701-497B-8CF4-A4D120C9014E">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-71301FE1-FE94-4AF4-978B-39B2D2C59D31" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/dealbook/index.html">
+DealBook
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2848A7AC-A33D-4352-B1FC-A465B81CD4F1" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/economy/index.html">
+Economy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E1B05D9E-B6F8-46DB-89E5-06F2205C8085" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/energy-environment/index.html">
+Energy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-4A7070FF-9307-4094-AE79-910158959A60" class=" " role="menuitem" href="http://markets.on.nytimes.com/">
+Markets
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C691FB48-A7E8-44FB-9AAA-13D91863D336" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/media/index.html">
+Media
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AD2AE740-D1A5-4EDB-970D-F56370072B09" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/smallbusiness/index.html">
+Entrepreneurship
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-ED7B8594-44CE-4D37-A58B-1CDAA19774E4" class=" " role="menuitem" href="http://www.nytimes.com/pages/your-money/index.html">
+Your Money
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0A13AF9D-C7B5-4E8A-B9BC-15AB4B572C94" class=" " role="menuitem" href="http://www.nytimes.com/pages/automobiles/index.html">
+Automobiles
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 104D1E63-9701-497B-8CF4-A4D120C9014E sections -->
+
+ <div class="section " data-parent="navId-A257D89A-0D3C-40AF-9C34-1A25A7947D94">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-71301FE1-FE94-4AF4-978B-39B2D2C59D31" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/dealbook/index.html">
+DealBook
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2848A7AC-A33D-4352-B1FC-A465B81CD4F1" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/economy/index.html">
+Economy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E1B05D9E-B6F8-46DB-89E5-06F2205C8085" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/energy-environment/index.html">
+Energy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-4A7070FF-9307-4094-AE79-910158959A60" class=" " role="menuitem" href="http://markets.on.nytimes.com/">
+Markets
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C691FB48-A7E8-44FB-9AAA-13D91863D336" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/media/index.html">
+Media
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AD2AE740-D1A5-4EDB-970D-F56370072B09" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/smallbusiness/index.html">
+Entrepreneurship
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-ED7B8594-44CE-4D37-A58B-1CDAA19774E4" class=" " role="menuitem" href="http://www.nytimes.com/pages/your-money/index.html">
+Your Money
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0A13AF9D-C7B5-4E8A-B9BC-15AB4B572C94" class=" " role="menuitem" href="http://www.nytimes.com/pages/automobiles/index.html">
+Automobiles
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary A257D89A-0D3C-40AF-9C34-1A25A7947D94 sections -->
+
+ <div class="section " data-parent="navId-AD8090D7-4137-4D71-84C8-70DA3BD89778">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9568A8E4-DD00-4A19-9357-55F8E84ADDB5" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#columnists" aria-haspopup="true" aria-expanded="false">
+Op-Ed Columnists
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+<div class="arrow arrow-left">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6E604B7F-ACE7-4564-9203-0BD4CB02F419" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#editorials">
+Editorials
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A98552D7-2525-41F0-92E5-DFFA2F9619A9" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#contributing">
+Contributing Writers
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B3CE1F6E-B530-4C07-9B1C-98A1F9406C06" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#op-ed">
+Op-Ed Contributors
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D6E51A50-AA05-4E81-987C-3E0AF5DABBB4" class=" " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#opinionator">
+Opinionator
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7A239778-088E-4DD8-BEBF-649172041293" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#letters">
+Letters
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67D7F2A2-B495-4FFC-9478-1CE1965601D5" class=" " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">
+Sunday Review
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-136660BD-D661-4731-A1D7-03204BED7923" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#takingNote">
+Taking Note
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-4FB3EADA-B7BB-4587-AAB0-9F3909DF4ED0" class="domestic " role="menuitem" href="http://www.nytimes.com/roomfordebate">
+Room for Debate
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-8F7EBC39-9ED0-4603-8BCA-E9618B8A08A1" class=" " role="menuitem" href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">
+Public Editor
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary AD8090D7-4137-4D71-84C8-70DA3BD89778 sections -->
+
+ <div class="section " data-parent="navId-09736473-CB3F-4B2F-9772-3AF128ABE12D">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2312753B-E860-46C4-B544-1C0F70ABF41F" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#columnistsGlobal" aria-haspopup="true" aria-expanded="false">
+Op-Ed Columnists
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+<div class="arrow arrow-left">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1F55AAA1-8287-4C9E-91B8-4402B7E3C855" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#editorialsGlobal">
+Editorials
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6CD3A7AF-B060-4251-B2A6-E3A1B8B09982" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#contributing">
+Contributing Writers
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FD915915-123F-4EEE-A0D1-58B15C0C545F" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#op-edGlobal">
+Op-Ed Contributors
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D6E51A50-AA05-4E81-987C-3E0AF5DABBB4" class=" " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#opinionator">
+Opinionator
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D4344F1A-7552-4908-84E8-E3120AE3F7B2" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#letters">
+Letters
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67D7F2A2-B495-4FFC-9478-1CE1965601D5" class=" " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">
+Sunday Review
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C94AF19E-C233-4966-BF29-7F1103B46A62" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#takingNote">
+Taking Note
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C46DD884-B4C6-43FE-AAF0-658ED47F6FA5" class="international " role="menuitem" href="http://www.nytimes.com/roomfordebate">
+Room for Debate
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-8F7EBC39-9ED0-4603-8BCA-E9618B8A08A1" class=" " role="menuitem" href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">
+Public Editor
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 09736473-CB3F-4B2F-9772-3AF128ABE12D sections -->
+
+ <div class="section " data-parent="navId-78FBAD45-31A9-4EC7-B172-7D62A2B9955E">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-157C94B4-918B-48FA-9E56-AA6347F2F44E" class=" " role="menuitem" href="http://bits.blogs.nytimes.com/">
+Bits
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-65229E4E-DAD7-459F-AFD3-2AB6D0374FFD" class=" " role="menuitem" href="http://www.nytimes.com/pages/technology/personaltech/index.html">
+Personal Tech
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 78FBAD45-31A9-4EC7-B172-7D62A2B9955E sections -->
+
+ <div class="section " data-parent="navId-A4B35924-DB6C-4EA3-997D-450810F4FEE6">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B831ACFB-B751-4F23-9B91-F1236878836C" class=" " role="menuitem" href="http://www.nytimes.com/section/science/earth">
+Environment
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E048A75C-4A9C-4241-B38C-74752BBC5AB8" class=" " role="menuitem" href="http://www.nytimes.com/section/science/space">
+Space &amp; Cosmos
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary A4B35924-DB6C-4EA3-997D-450810F4FEE6 sections -->
+
+ <div class="section " data-parent="navId-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-5A98BF31-516F-48DE-8736-17BEEF1F64C6" class=" " role="menuitem" href="http://www.nytimes.com/section/well">
+Well
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67641EB3-B6FF-44F2-B10F-2F6A5C2EC7D7" class=" " role="menuitem" href="http://www.nytimes.com/pages/health/policy/index.html">
+Money &amp; Policy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-DA27E208-2682-4B17-8996-CD35A339521B" class=" " role="menuitem" href="http://www.nytimes.com/health/guides/index.html">
+Health Guide
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC sections -->
+
+ <div class="section " data-parent="navId-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67CAE5A6-408D-44F3-827B-DD394E0467EF" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/baseball/index.html">
+Baseball
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BA1B9016-F2F7-454B-BDF7-D4C58F6D05E9" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/ncaabasketball/index.html">
+Basketball: College
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-415FB1AB-3BED-4048-B61A-0E4096CE1DF6" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/basketball/index.html">
+Basketball: N.B.A.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-ABBA0609-90E2-46A3-9AC5-B208ACC6C97B" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/ncaafootball/index.html">
+Football: College
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-F6B9D6C9-97AE-45DB-9686-72E44D8D3DAF" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/football/index.html">
+Football: N.F.L.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9F98FEDB-E7B3-4907-A56E-35320CC4C878" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/golf/index.html">
+Golf
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BD14DADE-D513-4BD9-8AED-0CC63E58606C" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/hockey/index.html">
+Hockey
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-14F230C0-EBDB-4A78-AF7B-2C90C4739625" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/soccer/index.html">
+Soccer
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D4DE47DA-76DD-4528-B539-98A6DFEFEFB3" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/tennis/index.html">
+Tennis
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary DE2B278B-2783-4506-AAD5-C15A5BB6DA1A sections -->
+
+ <div class="section " data-parent="navId-BE66F420-C51B-461D-B487-CACF62E94AAE">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67CAE5A6-408D-44F3-827B-DD394E0467EF" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/baseball/index.html">
+Baseball
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BA1B9016-F2F7-454B-BDF7-D4C58F6D05E9" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/ncaabasketball/index.html">
+Basketball: College
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-415FB1AB-3BED-4048-B61A-0E4096CE1DF6" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/basketball/index.html">
+Basketball: N.B.A.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-ABBA0609-90E2-46A3-9AC5-B208ACC6C97B" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/ncaafootball/index.html">
+Football: College
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-F6B9D6C9-97AE-45DB-9686-72E44D8D3DAF" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/football/index.html">
+Football: N.F.L.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9F98FEDB-E7B3-4907-A56E-35320CC4C878" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/golf/index.html">
+Golf
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BD14DADE-D513-4BD9-8AED-0CC63E58606C" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/hockey/index.html">
+Hockey
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-14F230C0-EBDB-4A78-AF7B-2C90C4739625" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/soccer/index.html">
+Soccer
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D4DE47DA-76DD-4528-B539-98A6DFEFEFB3" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/tennis/index.html">
+Tennis
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary BE66F420-C51B-461D-B487-CACF62E94AAE sections -->
+
+ <div class="section " data-parent="navId-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AB35105B-5032-41D9-86B1-06A221411B22" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/design/index.html">
+Art &amp; Design
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7B052F64-13C5-4631-ACE4-F1BAA9706061" class=" " role="menuitem" href="http://www.nytimes.com/pages/books/index.html">
+Books
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-21A8F511-CA05-4797-AF76-17B61D3964CD" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/dance/index.html">
+Dance
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-62BF6D00-C2D2-420E-9986-791EECA152C9" class=" " role="menuitem" href="http://www.nytimes.com/pages/movies/index.html">
+Movies
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E0A8CBEB-DDB5-4ADF-B5A4-60CB484ED991" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/music/index.html">
+Music
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1B3D562C-A3F9-4083-9B6E-60C8A1F3FFB0" class=" " role="menuitem" href="http://www.nytimes.com/events/">
+N.Y.C. Events Guide
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EF6D2985-BB93-4771-8155-CC3E2B5A7C73" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/television/index.html">
+Television
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-21D5B838-29CC-46D3-9006-879CAABC8F08" class=" " role="menuitem" href="http://www.nytimes.com/pages/theater/index.html">
+Theater
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2558194D-A450-4F5B-8E90-8609A69E1D0E" class=" " role="menuitem" href="http://www.nytimes.com/watching">
+Watching
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary C5BFA7D5-359C-427B-90E6-6B7245A6CDD8 sections -->
+
+ <div class="section " data-parent="navId-0202D0E4-C59B-479A-BD42-6F1766459781">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AB35105B-5032-41D9-86B1-06A221411B22" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/design/index.html">
+Art &amp; Design
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7B052F64-13C5-4631-ACE4-F1BAA9706061" class=" " role="menuitem" href="http://www.nytimes.com/pages/books/index.html">
+Books
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-21A8F511-CA05-4797-AF76-17B61D3964CD" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/dance/index.html">
+Dance
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-62BF6D00-C2D2-420E-9986-791EECA152C9" class=" " role="menuitem" href="http://www.nytimes.com/pages/movies/index.html">
+Movies
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E0A8CBEB-DDB5-4ADF-B5A4-60CB484ED991" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/music/index.html">
+Music
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1B3D562C-A3F9-4083-9B6E-60C8A1F3FFB0" class=" " role="menuitem" href="http://www.nytimes.com/events/">
+N.Y.C. Events Guide
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EF6D2985-BB93-4771-8155-CC3E2B5A7C73" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/television/index.html">
+Television
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-21D5B838-29CC-46D3-9006-879CAABC8F08" class=" " role="menuitem" href="http://www.nytimes.com/pages/theater/index.html">
+Theater
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2558194D-A450-4F5B-8E90-8609A69E1D0E" class=" " role="menuitem" href="http://www.nytimes.com/watching">
+Watching
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 0202D0E4-C59B-479A-BD42-6F1766459781 sections -->
+
+ <div class="section " data-parent="navId-B3DFBD82-F298-43B3-9458-219B4F6AA2A5">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7A870CC7-2938-4C8E-B8F2-BD54465ECB58" class=" " role="menuitem" href="http://www.nytimes.com/pages/fashion/mens-style/index.html">
+Men's Style
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-38E82E5A-D1EE-4A54-BC61-9155577ABAED" class=" " role="menuitem" href="http://www.nytimes.com/column/on-the-runway">
+On the Runway
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D0F14EC9-05BC-4188-AE41-A4CD18FD19AD" class=" " role="menuitem" href="http://www.nytimes.com/pages/fashion/weddings/index.html">
+Weddings
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary B3DFBD82-F298-43B3-9458-219B4F6AA2A5 sections -->
+
+ <div class="section " data-parent="navId-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7A870CC7-2938-4C8E-B8F2-BD54465ECB58" class=" " role="menuitem" href="http://www.nytimes.com/pages/fashion/mens-style/index.html">
+Men's Style
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-38E82E5A-D1EE-4A54-BC61-9155577ABAED" class=" " role="menuitem" href="http://www.nytimes.com/column/on-the-runway">
+On the Runway
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D0F14EC9-05BC-4188-AE41-A4CD18FD19AD" class=" " role="menuitem" href="http://www.nytimes.com/pages/fashion/weddings/index.html">
+Weddings
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary CC9E2674-F6C4-4A39-813B-F5AB0C515CEA sections -->
+
+ <div class="section " data-parent="navId-D9C94A2B-0364-4D25-8383-592CC66F82D4">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EC43C53C-07AC-42DF-8EA3-34F4EFCD6524" class=" " role="menuitem" href="http://cooking.nytimes.com">
+Cooking
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-63AB32FE-1AA9-4C10-85CF-86088BC725B7" class=" " role="menuitem" href="http://www.nytimes.com/restaurants/search/">
+Restaurant Search
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary D9C94A2B-0364-4D25-8383-592CC66F82D4 sections -->
+
+ <div class="section " data-parent="navId-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EC43C53C-07AC-42DF-8EA3-34F4EFCD6524" class=" " role="menuitem" href="http://cooking.nytimes.com">
+Cooking
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-63AB32FE-1AA9-4C10-85CF-86088BC725B7" class=" " role="menuitem" href="http://www.nytimes.com/restaurants/search/">
+Restaurant Search
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary FDEFB811-B483-4C3D-A25A-FD07BE5EAD96 sections -->
+
+ <div class="section " data-parent="navId-92720057-BCB6-4BDB-9351-12F29393259F">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D896FA09-BB54-4280-BAC5-268E5CAC9D84" class=" " role="menuitem" href="http://www.nytimes.com/real-estate/the-high-end">
+The High End
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-00B951BD-2AE1-4E28-BAF7-18D1FAA6AA97" class=" " role="menuitem" href="http://www.nytimes.com/pages/realestate/commercial/index.html">
+Commercial
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BC640596-8EEE-4DF9-A009-55F8BA5ACD04" class=" " role="menuitem" href="https://itunes.apple.com/us/app/nytimesrealestate/id337316535">
+iPhone App
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9AE506A2-9337-4A5E-8499-E3781316FF13" class=" " role="menuitem" href="http://www.nytimes.com/real-estate/find-a-home">
+Find A Home
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E4FBD546-F591-4961-9A7B-1348506F24ED" class=" " role="menuitem" href="http://www.nytimes.com/real-estate/my-real-estate">
+My Real Estate
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-58BA565B-0B7B-4DCF-9051-A8F77BF82FC5" class=" " role="menuitem" href="https://realestateads.nytimes.com/">
+List Your Home
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 92720057-BCB6-4BDB-9351-12F29393259F sections -->
+
+ <div class="section video" data-parent="navId-432A1823-3F24-43C0-8004-79088F94E754">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FAF08756-1545-4233-B9D6-FEFA1115CFA6" class=" " role="menuitem" href="http://www.nytimes.com/video/us-politics">
+U.S. &amp; Politics
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-63D27866-95B7-47BC-9B53-E250CA21E182" class=" " role="menuitem" href="http://www.nytimes.com/video/world">
+International
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-281517E5-9CC5-472C-B46A-B9CF9AAE72F2" class=" " role="menuitem" href="http://www.nytimes.com/video/n-y-region">
+N.Y.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C5D5043A-85D5-4E97-BE08-8D0278F97101" class=" " role="menuitem" href="http://www.nytimes.com/video/op-docs">
+Op-Docs
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6AB2572C-5341-4979-8D74-E38528FE0159" class=" " role="menuitem" href="http://www.nytimes.com/video/opinion">
+Opinion
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-50BEEE33-737A-4EBE-98D7-65593C23AE6C" class=" " role="menuitem" href="http://www.nytimes.com/video/times-documentaries">
+Times Documentaries
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-18CC8E0D-C9B6-4A81-8EB6-9AC98B296DDB" class=" " role="menuitem" href="http://www.nytimes.com/video/business">
+Business
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-457A829A-6C9D-47A9-B91E-2212766B6648" class=" " role="menuitem" href="http://www.nytimes.com/video/technology">
+Tech
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-4CF1B9A6-4476-45CF-AF12-53B7EB39847F" class=" " role="menuitem" href="http://www.nytimes.com/video/arts">
+Culture
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-3BAEEBB7-10C5-43F9-A728-26DCE4D44B48" class=" " role="menuitem" href="http://www.nytimes.com/video/style">
+Style
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1CB4FCE4-8D2A-4313-9EBC-32F88BD90A35" class=" " role="menuitem" href="http://www.nytimes.com/video/t-magazine">
+T Magazine
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6872F49C-F4A1-458D-8410-B253D44B8E9C" class=" " role="menuitem" href="http://www.nytimes.com/video/health">
+Health
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A3E833FD-09AE-4B1B-B4A7-AED0CF1CC74C" class=" " role="menuitem" href="http://www.nytimes.com/video/dining-and-wine">
+Food
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-380D52A1-A468-4069-BCA9-52D6E2625D63" class=" " role="menuitem" href="http://www.nytimes.com/video/travel">
+Travel
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-DAB634A7-D513-49CA-BBEF-9FB321BF6798" class=" " role="menuitem" href="http://www.nytimes.com/video/sports">
+Sports
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-64C01CC7-C6F7-4E1B-A4FD-69B6D5B647FE" class=" " role="menuitem" href="http://www.nytimes.com/video/real-estate">
+Real Estate
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6F4D6D03-8D74-4A7C-939D-2ADEE18731CB" class=" " role="menuitem" href="http://www.nytimes.com/video/science">
+Science
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 432A1823-3F24-43C0-8004-79088F94E754 sections -->
+
+ <div class="section " data-parent="navId-0442C365-4B63-4B63-B9DE-3C28319CB622">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EC1380B0-3124-4A9B-82CF-9EA22D988C8F" class=" " role="menuitem" href="http://nytlive.nytimes.com/womenintheworld">
+Women in the World
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-61F54F21-A0A9-46B9-BDC5-22BDDAD4007A" class=" " role="menuitem" href="http://www.nytimes.com/newwork">
+New Work Summit
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2D56941E-C5DA-4474-BB5F-DEF1CABBFAD4" class=" " role="menuitem" href="http://www.inytartfortomorrow.com/">
+Art for Tomorrow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-CB602764-3E17-4A16-BBD4-08138CFDBD81" class=" " role="menuitem" href="http://nythigheredleaders.com/">
+Higher Ed Leaders Forum
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AC54D2A5-3C94-4ECF-8FBF-AC4E67AA3A36" class=" " role="menuitem" href="http://nytcitiesfortomorrow.com/">
+Cities for Tomorrow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-DF70A828-4A23-4295-9560-8D8B5FC097B0" class=" " role="menuitem" href="http://athensdemocracyforum.com/">
+Athens Democracy Forum
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-81785E85-A8E4-43E5-B6EA-C623C887B9BB" class=" " role="menuitem" href="http://www.nytluxurytravel.com">
+Luxury Travel Conference
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E3E7342B-6340-41F7-BFAC-9FA6FAEC2546" class=" " role="menuitem" href="http://www.nytenergy.com">
+Energy for Tomorrow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0273790F-9086-41CE-82F1-B83A0FAEED21" class=" " role="menuitem" href="http://nytdealbookconference.com/">
+DealBook Conference
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 0442C365-4B63-4B63-B9DE-3C28319CB622 sections -->
+
+ <div class="section section-more hidden" data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-A963B567-7D3D-4D0C-9E47-BF91609EFCE7" class="domestic " role="menuitem" href="http://www.nytimes.com">
+Home Page
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-F4E6EDF7-81C6-4DB2-8EB9-5A5E8A95CEC1" class="international " role="menuitem" href="http://international.nytimes.com/?iht">
+Home Page
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-9A43D8FC-F4CF-44D9-9B34-138D30468F8F" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/world/index.html" aria-haspopup="true" aria-expanded="false">
+World
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/national/index.html" aria-haspopup="true" aria-expanded="false">
+U.S.
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/politics/index.html" aria-haspopup="true" aria-expanded="false">
+Politics
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-C4DC8C0C-E148-4201-BF10-82F1C903DBFB" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/nyregion/index.html" aria-haspopup="true" aria-expanded="false">
+N.Y.
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-104D1E63-9701-497B-8CF4-A4D120C9014E" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/business/index.html" aria-haspopup="true" aria-expanded="false">
+Business
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-A257D89A-0D3C-40AF-9C34-1A25A7947D94" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/business/international/index.html" aria-haspopup="true" aria-expanded="false">
+Business
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-AD8090D7-4137-4D71-84C8-70DA3BD89778" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html" aria-haspopup="true" aria-expanded="false">
+Opinion
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-09736473-CB3F-4B2F-9772-3AF128ABE12D" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html" aria-haspopup="true" aria-expanded="false">
+Opinion
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-78FBAD45-31A9-4EC7-B172-7D62A2B9955E" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/technology/index.html" aria-haspopup="true" aria-expanded="false">
+Tech
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-A4B35924-DB6C-4EA3-997D-450810F4FEE6" class=" expandable" role="menuitem" href="http://www.nytimes.com/section/science" aria-haspopup="true" aria-expanded="false">
+Science
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/health/index.html" aria-haspopup="true" aria-expanded="false">
+Health
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/sports/index.html" aria-haspopup="true" aria-expanded="false">
+Sports
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-BE66F420-C51B-461D-B487-CACF62E94AAE" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/sports/international/index.html" aria-haspopup="true" aria-expanded="false">
+Sports
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more hidden" data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/arts/index.html" aria-haspopup="true" aria-expanded="false">
+Arts
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-0202D0E4-C59B-479A-BD42-6F1766459781" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/arts/international/index.html" aria-haspopup="true" aria-expanded="false">
+Arts
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-B3DFBD82-F298-43B3-9458-219B4F6AA2A5" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/fashion/index.html" aria-haspopup="true" aria-expanded="false">
+Fashion &amp; Style
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/style/international/index.html" aria-haspopup="true" aria-expanded="false">
+Fashion &amp; Style
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-D9C94A2B-0364-4D25-8383-592CC66F82D4" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/dining/index.html" aria-haspopup="true" aria-expanded="false">
+Food
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/dining/international/index.html" aria-haspopup="true" aria-expanded="false">
+Food
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-FDA10AC4-4738-4099-91E8-15584765C8D7" class=" " role="menuitem" href="http://www.nytimes.com/section/travel">
+Travel
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-E57A148E-0CB9-4C02-966D-28B119710151" class=" " role="menuitem" href="http://www.nytimes.com/pages/magazine/index.html">
+Magazine
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-052C33AD-1404-4DB6-AA70-0901DB1AD95B" class=" " role="menuitem" href="http://www.nytimes.com/section/t-magazine">
+T Magazine
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-92720057-BCB6-4BDB-9351-12F29393259F" class=" expandable" role="menuitem" href="http://www.nytimes.com/section/realestate" aria-haspopup="true" aria-expanded="false">
+Real Estate
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-CEDDB6A8-F7E1-47A2-AC53-E28C616DFCD5" class=" " role="menuitem" href="http://www.nytimes.com/pages/obituaries/index.html">
+Obituaries
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-432A1823-3F24-43C0-8004-79088F94E754" class=" expandable" role="menuitem" href="http://www.nytimes.com/video" aria-haspopup="true" aria-expanded="false">
+Video
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-D64FAE4C-4425-4E5A-B898-6C8CB59F9957" class=" " role="menuitem" href="http://www.nytimes.com/upshot/">
+The Upshot
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-0442C365-4B63-4B63-B9DE-3C28319CB622" class=" expandable" role="menuitem" tabindex="0" aria-haspopup="true" aria-expanded="false">
+Conferences
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more" data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-5C13EEDD-D905-4D8C-A284-6859EA434563" class=" " role="menuitem" href="http://www.nytimes.com/crosswords/">
+Crossword
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-99C17804-A343-4A76-BF04-F5793ADA48D1" class=" " role="menuitem" href="http://www.nytimes.com/times-insider">
+Times Insider
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-614CE30F-3D4A-4194-9C6F-AE5901C5762D" class=" " role="menuitem" href="http://www.nytimes.com/section/learning">
+The Learning Network
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more " data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-8FB1308A-FFE4-4BED-ADF6-659A680D0884" class=" " role="menuitem" href="http://www.nytimes.com/pages/multimedia/index.html">
+Multimedia
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-108F7745-BAD9-4630-87BB-4FB4ED7CAA11" class=" " role="menuitem" href="http://lens.blogs.nytimes.com/">
+Photography
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EDCE4B29-2B91-4241-82E6-C972E9449F49" class=" " role="menuitem" href="http://www.nytimes.com/podcasts/">
+Podcasts
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more " data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6101A43A-8BDE-45FF-AAD5-EF7396F83AC9" class=" " role="menuitem" href="https://www.nytimes.com/store/?&amp;t=qry542&amp;utm_source=nytimes&amp;utm_medium=HPB&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=NYT%20Store&amp;contentPlacement=2&amp;pgtype=Homepage">
+NYT Store
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-52A8A3F2-F138-425B-A63F-722E2BBC9372" class=" " role="menuitem" href="http://www.nytwineclub.com">
+NYT Wine Club
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-081347DE-FF02-4B6C-889B-9AE59F391833" class=" " role="menuitem" href="http://nytedu.com">
+nytEducation
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-797F8D17-1632-435D-B3DB-708FC4B4BAEF" class=" " role="menuitem" href="http://www.nytimes.com/times-journeys/?utm_source=nytimes&amp;utm_medium=HPLink&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=Times%20Journeys&amp;contentPlacement=2&amp;pgtype=Homepage">
+Times Journeys
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-53CB229C-5F34-4C32-8B8C-6F7B7626BBDD" class=" " role="menuitem" href="https://www.chefd.com/pages/new-york-times-cooking-meal-plan?utm_campaign=web1_20160617&amp;utm_medium=partner&amp;utm_source=nyt">
+Meal Kits
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more " data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FED853D9-D192-46F6-8D18-447803EB4A7B" class=" " role="menuitem" href="http://www.nytimes.com/IntDigiFooterHP">
+Subscribe
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-61E9BFEA-F509-4BCA-ADC6-32C5A30B83FD" class=" " role="menuitem" href="http://www.nytimes.com/membercenter">
+Manage Account
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0DAA7CFE-196B-4878-B899-5363070098EC" class=" " role="menuitem" href="http://www.nytimes.com/pages/todayspaper/index.html">
+Today's Paper
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1FBDDF2B-64F5-4DB3-8093-F0CCB7808799" class=" " role="menuitem" href="http://www.nytimes.com/interactive/blogs/directory.html">
+Blogs
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D3E5F163-D939-4FD5-8FB6-C6AD31748E30" class=" " role="menuitem" href="http://www.nytimes.com/pages/topics/">
+Times Topics
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6BBF5308-5EA3-4B25-885F-393F7372F27F" class=" " role="menuitem" href="http://www.nytimes.com/marketing/tools-and-services/">
+Tools &amp; Services
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-288E1691-DA3B-457A-8B06-D10A1351E7B9" class=" " role="menuitem" href="http://www.nytimes.com/section/jobs">
+Jobs
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D4C7C57A-E74D-44C3-9D0E-0AE6B715610F" class=" " role="menuitem" href="http://www.nytimes.com/ref/classifieds/">
+Classifieds
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6DD9D623-A907-4623-9C5A-9409972B76DA" class=" " role="menuitem" href="http://www.nytimes.com/pages/corrections/index.html">
+Corrections
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+ </div>
+ <!-- close secondary modal -->
+ </div>
+ <div class="tertiary-container">
+ <div class="header">
+ <h5 class="section-heading">
+ <a href="" role="menuitem"></a>
+ </h5>
+ </div>
+
+ <ul class="tertiary" data-parent="navId-9568A8E4-DD00-4A19-9357-55F8E84ADDB5" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B70131F0-6B2A-4A93-8705-0B9F7E9B800F" class=" " role="menuitem" href="http://www.nytimes.com/column/charles-m-blow">
+Charles M. Blow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A2B32B86-C320-49D8-85D3-4AC6BCA2F2C2" class=" " role="menuitem" href="http://www.nytimes.com/column/david-brooks">
+David Brooks
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1A8CCD43-E5E3-4801-8CBA-0378A0E17530" class=" " role="menuitem" href="http://www.nytimes.com/column/frank-bruni">
+Frank Bruni
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A60B44E8-59B1-4687-B20F-D5C71A021C38" class=" " role="menuitem" href="http://www.nytimes.com/column/roger-cohen">
+Roger Cohen
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AED55B1F-22EC-45F2-88B6-3B7F340C1949" class=" " role="menuitem" href="http://www.nytimes.com/column/gail-collins">
+Gail Collins
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6EC4E971-BBD1-4ED5-B61D-E27A3314AE61" class=" " role="menuitem" href="http://www.nytimes.com/column/ross-douthat">
+Ross Douthat
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-706C9233-C545-4A9E-AB0B-2B6A21C6AF9F" class=" " role="menuitem" href="http://www.nytimes.com/column/maureen-dowd">
+Maureen Dowd
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-3D56EF48-CA97-4209-A878-6430FB9A2C5E" class=" " role="menuitem" href="http://www.nytimes.com/column/thomas-l-friedman">
+Thomas L. Friedman
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D6A41F41-19BB-48C6-B121-B89359F1048F" class=" " role="menuitem" href="http://www.nytimes.com/column/nicholas-kristof">
+Nicholas Kristof
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-85905471-3FA0-423F-9D26-1BBE69237899" class=" " role="menuitem" href="http://www.nytimes.com/column/paul-krugman">
+Paul Krugman
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B1CD03FF-773D-46AB-B3C1-4FAE8565F551" class=" " role="menuitem" href="http://www.nytimes.com/column/joe-nocera">
+Joe Nocera
+
+</a>
+ </li>
+
+ </ul>
+
+ <ul class="tertiary" data-parent="navId-2312753B-E860-46C4-B544-1C0F70ABF41F" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B70131F0-6B2A-4A93-8705-0B9F7E9B800F" class=" " role="menuitem" href="http://www.nytimes.com/column/charles-m-blow">
+Charles M. Blow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A2B32B86-C320-49D8-85D3-4AC6BCA2F2C2" class=" " role="menuitem" href="http://www.nytimes.com/column/david-brooks">
+David Brooks
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1A8CCD43-E5E3-4801-8CBA-0378A0E17530" class=" " role="menuitem" href="http://www.nytimes.com/column/frank-bruni">
+Frank Bruni
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A60B44E8-59B1-4687-B20F-D5C71A021C38" class=" " role="menuitem" href="http://www.nytimes.com/column/roger-cohen">
+Roger Cohen
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AED55B1F-22EC-45F2-88B6-3B7F340C1949" class=" " role="menuitem" href="http://www.nytimes.com/column/gail-collins">
+Gail Collins
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6EC4E971-BBD1-4ED5-B61D-E27A3314AE61" class=" " role="menuitem" href="http://www.nytimes.com/column/ross-douthat">
+Ross Douthat
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-706C9233-C545-4A9E-AB0B-2B6A21C6AF9F" class=" " role="menuitem" href="http://www.nytimes.com/column/maureen-dowd">
+Maureen Dowd
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-3D56EF48-CA97-4209-A878-6430FB9A2C5E" class=" " role="menuitem" href="http://www.nytimes.com/column/thomas-l-friedman">
+Thomas L. Friedman
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D6A41F41-19BB-48C6-B121-B89359F1048F" class=" " role="menuitem" href="http://www.nytimes.com/column/nicholas-kristof">
+Nicholas Kristof
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-85905471-3FA0-423F-9D26-1BBE69237899" class=" " role="menuitem" href="http://www.nytimes.com/column/paul-krugman">
+Paul Krugman
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B1CD03FF-773D-46AB-B3C1-4FAE8565F551" class=" " role="menuitem" href="http://www.nytimes.com/column/joe-nocera">
+Joe Nocera
+
+</a>
+ </li>
+
+ </ul>
+
+ </div>
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close hidden" aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-left-top">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="user-settings-modal" class="modal-container user-settings-modal-container" style="display: none;">
+ <div class="overlay" style="display: none;"></div>
+ <div class="modal user-settings-modal " style="width: 260px;" role="dialog" aria-labelledby="user-settings-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="user-settings-modal-modal-heading"></h3>
+
+ </div>
+ <div class="modal-content">
+ <div class="menu edition-menu">
+ <h5 class="modal-heading">Edition</h5>
+ <ul>
+
+ <li><a href="http://www.nytimes.com" data-edition="us" class="selected">English</a></li>
+
+ <li><a href="http://cn.nytimes.com" data-edition="chinese">中文 (Chinese)</a></li>
+ <li><a href="http://www.nytimes.com/es/" data-edition="spanish">Español</a></li>
+ </ul>
+ </div>
+ <div class="menu help-menu">
+ <h5 class="modal-heading">Help</h5>
+ <ul>
+ <li><a href="http://www.nytimes.com/content/help/front.html">FAQ</a></li>
+ <li><a href="http://www.nytimes.com/content/help/contact/directory.html">Contact Us</a></li>
+ </ul>
+ </div>
+
+ <div class="menu type-sizer-menu">
+ <h5 class="modal-heading">Type Size</h5>
+ <ul>
+ <li data-size="small" class="type-sizer-small type-size-selected"><a href="javascript:;">A <span class="visually-hidden">Type size small</span></a></li>
+ <li data-size="medium" class="type-sizer-medium"><a href="javascript:;">A <span class="visually-hidden">Type size medium</span></a></li>
+ <li data-size="large" class="type-sizer-large"><a href="javascript:;">A <span class="visually-hidden">Type size large</span></a></li>
+ </ul>
+ </div>
+
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close hidden" aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-up-right">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="login-modal" class="modal-container login-modal-container" style="display: none;">
+ <div class="overlay" style="display: block;"></div>
+ <div class="modal login-modal account-modal" style="width: undefined;" role="dialog" aria-labelledby="login-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="login-modal-modal-heading">Log in</h3>
+ <h4 class="modal-subheading">To save articles or get newsletters, alerts or recommendations – all free.</h4>
+ </div>
+ <div class="modal-content">
+ <div class="buttons">
+ <button id="facebook-oauth-button-login-modal" data-provider-name="facebook" class="button oauth-button facebook-oauth-button">
+<i class="icon sprite-icon"></i>
+<span class="button-text">Log in with Facebook</span>
+</button>
+ <button id="google-oauth-button-login-modal" data-provider-name="google" class="button oauth-button google-oauth-button">
+<i class="icon sprite-icon"></i>
+<span class="button-text">Log in with Google</span>
+</button>
+ </div>
+ <!-- close buttons -->
+ <div class="separator">
+ <span class="separator-text">OR</span>
+ </div>
+ <div class="login-form-control form-control">
+ <form id="login-form" class="login-form" role="form" method="post" action="https://myaccount.nytimes.com/auth/login?URI=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html&amp;OQ=hp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0">
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="login-email" id="login-email-label">Email address</label>
+ </div>
+ <div class="field-container">
+ <input id="login-email" name="userid" class="text login-email" placeholder="Email address" aria-labelledby="login-email-label" aria-required="true" type="text" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-email-description"><i class="icon"></i><span class="visually-hidden" id="clear-email-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="login-password" id="login-password-label">Password</label>
+ </div>
+ <div class="field-container">
+ <input id="login-password" name="password" class="text login-password" placeholder="Password" data-type="password" aria-labelledby="login-password-label" aria-required="true" type="password" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-password-description"><i class="icon"></i><span class="visually-hidden" id="clear-password-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <div class="control user-action-control layout-horizontal">
+ <div class="control checkbox-control">
+ <div class="field-container">
+ <input id="login-remember-checkbox" name="login-remember" class="checkbox login-remember" checked="checked" aria-labelledby="login-remember-label" aria-checked="true" value="" type="checkbox" />
+ </div>
+ <div class="label-container">
+ <label for="login-remember" class="checkbox-label" id="login-remember-label">Remember me</label>
+ </div>
+ </div>
+ <p class="form-hint password-hint"><a href="https://myaccount.nytimes.com/seg/forgot-password?EXIT_URI=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0">Forgot password?</a></p>
+ </div>
+ <div class="control">
+ <p class="disclaimer"><a href="http://www.nytimes.com/content/help/rights/terms/terms-of-service.html">Terms of Service</a> <a href="http://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html">Privacy Policy</a></p>
+ </div>
+ <div class="control button-control">
+ <button id="login-send-button" class="button login-button">Log in</button>
+ </div>
+ <input name="is_continue" value="1" type="hidden" />
+ <input id="account-form-token" name="token" value="" type="hidden" />
+ <input id="account-form-expiration" name="expires" value="" type="hidden" />
+ <input id="login-remember" name="remember" value="1" type="hidden" />
+ </form>
+ </div>
+ <!-- close login-form-control -->
+ </div>
+ <div class="modal-footer">
+ <p class="user-action registration-modal-trigger">Don’t have an account? <a href="javascript:;">Sign Up</a></p>
+ </div>
+ <button type="button" class="modal-close " aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-fixed">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="registration-modal" class="modal-container registration-modal-container" style="display: none;">
+ <div class="overlay" style="display: block;"></div>
+ <div class="modal registration-modal account-modal" style="width: undefined;" role="dialog" aria-labelledby="registration-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="registration-modal-modal-heading">Sign up</h3>
+ <h4 class="modal-subheading">To save articles or get newsletters, alerts or recommendations – all free.</h4>
+ </div>
+ <div class="modal-content">
+ <div class="buttons">
+ <button id="facebook-oauth-button-registration-modal" data-provider-name="facebook" class="button oauth-button facebook-oauth-button">
+<i class="icon sprite-icon"></i>
+<span class="button-text">Sign up with Facebook</span>
+</button>
+ <button id="google-oauth-button-registration-modal" data-provider-name="google" class="button oauth-button google-oauth-button">
+<i class="icon sprite-icon"></i>
+<span class="button-text">Sign up with Google</span>
+</button>
+ </div>
+ <!-- close buttons -->
+ <div class="separator">
+ <span class="separator-text">OR</span>
+ </div>
+ <div class="registration-form-control form-control">
+ <form id="registration-form" class="registration-form" role="form" method="post" action="https://myaccount.nytimes.com/register?URI=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html&amp;OQ=hp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0">
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="register-email" id="register-email-label">Email address</label>
+ </div>
+ <div class="field-container">
+ <input id="register-email" name="email_address" class="text register-email" placeholder="Email address" aria-labelledby="register-email-label" aria-required="true" type="email" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-email-description"><i class="icon"></i><span class="visually-hidden" id="clear-email-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <!-- close control -->
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="register-password" id="register-password-label">Password</label>
+ </div>
+ <div class="field-container">
+ <input id="register-password" name="password1" class="text register-password" placeholder="Password" data-type="password" aria-labelledby="register-password-label" aria-required="true" type="password" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-password-description"><i class="icon"></i><span class="visually-hidden" id="clear-password-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <!-- close control -->
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="retype-password" id="retype-password-label">Retype password</label>
+ </div>
+ <div class="field-container">
+ <input id="retype-password" name="password2" class="text retype-password" placeholder="Retype password" data-type="password" aria-labelledby="retype-password-label" aria-required="true" type="password" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-retyped-password-description"><i class="icon"></i><span class="visually-hidden" id="clear-retyped-password-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <!-- close control -->
+ <div class="control layout-horizontal">
+ <p class="form-hint">
+ By signing up, you agree to receive updates and special offers for The New York Times’s products and services. You may unsubscribe at any time.
+ </p>
+ </div>
+ <div class="control">
+ <p class="disclaimer"><a href="http://www.nytimes.com/content/help/rights/terms/terms-of-service.html">Terms of Service</a> <a href="http://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html">Privacy Policy</a></p>
+ </div>
+ <div class="control button-control">
+ <button id="register-send-button" class="button register-button">Create Account</button>
+ </div>
+ <input name="is_continue" value="1" type="hidden" />
+ <input id="account-form-token" name="token" value="" type="hidden" />
+ <input id="account-form-expiration" name="expires" value="" type="hidden" />
+ <input id="account-form-subscribe" name="subscribe[]" value="MM" type="hidden" />
+ </form>
+ </div>
+ <!-- close registration-form-control -->
+ </div>
+ <div class="modal-footer">
+ <p class="user-action login-modal-trigger">Already have an account? <a href="javascript:;">Log In</a></p>
+ </div>
+ <button type="button" class="modal-close " aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-fixed">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript" async="true" src="https://s.tagsrvcs.com/2/818492/analytics.js?pp=www.nytimes.com&amp;sn=World&amp;c1=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;ui=26439aec5b45a56131a0c68f78441dd18fd5deb1d7c448ff4449abfcba9b9ad4&amp;dt=8184921433871988867000"></script>
+ <div id="DYSCR"><iframe name="DY-iframe" id="DY-iframe" style="display: none;" width="1px" height="1px"></iframe></div>
+ <script type="text/javascript" src="//cdn.optimizely.com/js/3338050995.js"></script>
+ <script src="https://et.nytimes.com/?subject=page&amp;url=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;assetUrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html&amp;referrer=&amp;clientTimeStamp=1484305042232&amp;totalTime=0&amp;sourceApp=nyt-v5&amp;callback=NYTD.EventTracker.cb0&amp;pageMetaData=%7B%22PT%22%3A%22article%22%2C%22CG%22%3A%22world%22%2C%22SCG%22%3A%22africa%22%2C%22byl%22%3A%22By%20JEFFREY%20GETTLEMAN%22%2C%22tom%22%3A%22News%22%2C%22hdl%22%3A%22United%20States%20to%20Lift%20Sudan%20Sanctions%22%2C%22ptime%22%3A%2220170113000004%22%2C%22cre%22%3A%22The%20New%20York%20Times%22%2C%22articleid%22%3A%22100000004868974%22%2C%22channels%22%3A%22%22%2C%22CN%22%3A%22%22%2C%22CT%22%3A%22%22%7D&amp;additionalClientData=%7B%22ul%22%3A%22en-US%22%2C%22js%22%3A%22Yes%22%2C%22jv%22%3A%221.7%22%2C%22fi%22%3A%22Yes%22%2C%22tz%22%3A8%2C%22bh%22%3A18%2C%22cd%22%3A24%2C%22sr%22%3A%221440x900%22%2C%22bs%22%3A%221280x710%22%2C%22jo%22%3A%22No%22%2C%22fv%22%3A%2221.0%22%2C%22or%22%3A%22land%22%7D&amp;tagxId=fe17c9ca205fc35807ac0b330c04696f&amp;webActiveDays=1&amp;webActiveDaysList=%5B0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C1%5D"></script>
+ <script src="https://et.nytimes.com/?subject=page&amp;url=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;assetUrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html&amp;referrer=&amp;clientTimeStamp=1484305042232&amp;totalTime=75&amp;adBlockEnabled=false&amp;ad_slot_defined_page_view_id=340c00f5-1cc9-45e3-b19f-7e32e2a2acc7&amp;proxyEventName=ad_slot_defined_page_view_id&amp;proxyEventType=interaction&amp;eventtimestamp=1484305042305&amp;sourceApp=nyt-v5&amp;callback=NYTD.EventTracker.cb1&amp;datumId=7d8a0a4a9530fdc8&amp;webActiveDaysList=%5B0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C1%5D"></script>
+ <script src="https://et.nytimes.com/?subject=page&amp;url=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;assetUrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html&amp;referrer=&amp;clientTimeStamp=1484305042232&amp;totalTime=76&amp;viewportWidth=1280&amp;ledeMediaSize=large&amp;pageLayout=a&amp;proxyEventName=page_view_id&amp;proxyEventType=interaction&amp;eventtimestamp=1484305042307&amp;page_view_id=340c00f5-1cc9-45e3-b19f-7e32e2a2acc7&amp;sourceApp=nyt-v5&amp;callback=NYTD.EventTracker.cb2&amp;datumId=7d8a0a4a9530fdc8&amp;webActiveDaysList=%5B0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C1%5D"></script>
+ <script src="https://et.nytimes.com/?subject=page&amp;url=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;assetUrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html&amp;referrer=&amp;clientTimeStamp=1484305042232&amp;totalTime=78&amp;nyt4totpg=1&amp;proxyEventName=vid_modules&amp;proxyEventType=interaction&amp;eventtimestamp=1484305042308&amp;vid_modules=&amp;sourceApp=nyt-v5&amp;callback=NYTD.EventTracker.cb3&amp;datumId=7d8a0a4a9530fdc8&amp;webActiveDaysList=%5B0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C1%5D"></script>
+ <script src="https://et.nytimes.com/?subject=page&amp;url=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html%3Fhp%26action%3Dclick%26pgtype%3DHomepage%26clickSource%3Dstory-heading%26module%3Dsecond-column-region%26region%3Dtop-news%26WT.nav%3Dtop-news%26_r%3D0&amp;assetUrl=https%3A%2F%2Fwww.nytimes.com%2F2017%2F01%2F13%2Fworld%2Fafrica%2Fsudan-sanctions.html&amp;referrer=&amp;clientTimeStamp=1484305042232&amp;totalTime=80&amp;impressions=%5B%7B%22version%22%3A%22meter%20at%201%22%2C%22module%22%3A%22meter%22%2C%22contentId%22%3A%22%22%2C%22mediaId%22%3A%22%22%2C%22referrer%22%3A%22%22%2C%22action%22%3A%22Impression%22%2C%22eventName%22%3A%22Impression%22%2C%22proxyEventName%22%3A%22meter-load%22%2C%22proxyEventType%22%3A%22impression%22%2C%22eventtimestamp%22%3A1484305042310%7D%2C%7B%22module%22%3A%22Ribbon%22%2C%22version%22%3A%22origin%22%2C%22region%22%3A%22Header%22%2C%22eventName%22%3A%22impression%22%2C%22action%22%3A%22impression%22%2C%22contentCollection%22%3A%22Home%20Page%22%2C%22pgtype%22%3A%22article%22%2C%22proxyEventName%22%3A%22ribbon-first-load%22%2C%22proxyEventType%22%3A%22impression%22%2C%22eventtimestamp%22%3A1484305042310%7D%5D&amp;sourceApp=nyt-v5&amp;callback=NYTD.EventTracker.cb4&amp;datumId=7d8a0a4a9530fdc8&amp;webActiveDaysList=%5B0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C0%2C1%5D"></script>
+ <div class="kxhead" data-id="HrUwtkcl" style="display:none !important;"><span class="kxtag kxinvisible" data-id="28473" data-alias="Load Segments NYT specific"><script type="text/javascript">
+(function(require) {
+ var config = require('config')();
+ var store = require('store');
+ var _ = require('util');
+ var segments;
+
+ function handleUserDataResponse(r) {
+ // Handle the response as usual.
+ segments.handleUserDataResponse(r);
+
+ // Override localStorage.kxuser with a case-insensitive value for DFP premium.
+ // This will get read by the interchange direct snippet for Krux.user
+ // and Krux.dfpKeyValues
+ if(r.kuid_long) {
+ store.set('user', r.kuid_long, store.DAYS*30);
+ }
+ }
+
+ function useFirstPartyCookie() {
+ // Older versions of CT don't have feature.
+ try {
+ var feature = Krux('require:feature');
+ // If they don't have 3rd party cookies, then we rely on 1st party.
+ return !feature.hasThirdPartyCookies();
+ } catch (e){
+ return false;
+ }
+ }
+
+ // Our own fetch uses our own handleResponse
+ function fetch() {
+ var data = {pub: _.get('pubid')};
+
+ // Skip
+ if (useFirstPartyCookie() &amp;&amp; Krux('get', 'user')) {
+ data._kuid = Krux('get', 'user');
+ }
+ var options = {
+ url: _.get('url_userdata'),
+ data: data,
+ callback: 'kxjsonp_userdata',
+ done: handleUserDataResponse
+ };
+
+ // SEE: SCRUM-1129
+ var orgUserId = _.get('org_user_id');
+ if(orgUserId) {
+ options.data._kuid = orgUserId;
+ }
+
+ var fpId, fp;
+ var useFingerprint = config.get('params.fingerprint', false);
+ if (useFingerprint) {
+ fpId = _.get('fp_id');
+ options.data.kxfp = fp = _.get('fp');
+ // Ensure we don't send the fingerprint as the id (it mascarades in fallback mode)
+ if (fpId &amp;&amp; fpId.length !== fp.length) {
+ options.data.kfuid = fpId;
+ }
+ }
+
+ if(!segments.readTechFromStore()) {
+ options.data.technographics = 1;
+ }
+ require('http').jsonp(options);
+ }
+
+ if (!useFirstPartyCookie()) {
+ Krux('set', 'user', Krux('require:store').get('kuid'));
+ }
+
+ if(!store.get('segWait')) {
+ // disable segments.fetch and use our own
+ _.set('segWait', 1, store.MINUTES*5);
+ _.onOnce('dom:load', fetch);
+ _.fire('user_data_fetch_scheduled');
+ }
+
+ // Finally, require segments as usual.
+ segments = require('segments');
+}(Krux.require));
+</script></span><span class="kxtag kxinvisible" data-id="28796" data-alias="Segments to Partner Tag"><script>
+(function(){
+var _prefix = Krux('require:store').prefix;
+localStorage.setItem(_prefix + 'segs_partner', localStorage.getItem(_prefix + 'segs'));
+})();
+</script></span><span class="kxtag kxinvisible" data-id="28434" data-alias="Krux Scrape Page Attributes"><script>
+(function() {
+ function getMetaValue(name) {
+ if (! document.querySelector) {
+ return;
+ }
+ var metaTag = document.querySelector("meta[name='" + name + "']");
+ return metaTag &amp;&amp; metaTag.content || "";
+ }
+
+ Krux('set', 'section', getMetaValue('CG'));
+ Krux('set', 'subsection', getMetaValue('SCG'));
+ Krux('set', 'page_attr_page_type', getMetaValue('PT'));
+ Krux('scrape', {
+ page_attr_cg: {
+ meta_name: "CG"
+ },
+ page_attr_scg: {
+ meta_name: "SCG"
+ },
+ page_attr_prot: {
+ meta_name: "WT.z_prot"
+ },
+ page_attr_ref: {
+ url_param: "ref"
+ },
+ page_attr_pst: {
+ meta_name: "PST"
+ },
+ page_attr_des: {
+ meta_name: "des"
+ },
+ page_attr_per: {
+ meta_name: "per"
+ },
+ page_attr_org: {
+ meta_name: "org"
+ },
+ page_attr_geo: {
+ meta_name: "geo"
+ },
+ page_attr_author: {
+ meta_name: "author"
+ },
+ page_attr_reco: {
+ meta_name: "RECO"
+ },
+ page_attr_rer: {
+ meta_name: "RER"
+ },
+ page_attr_res: {
+ meta_name: "RES"
+ },
+ page_attr_resz: {
+ meta_name: "RESZ"
+ },
+ page_attr_rentals: {
+ meta_name: "PSSST"
+ },
+ page_attr_ticker: {
+ meta_name: "ticker"
+ },
+ page_attr_registered: {
+ javascript: 'regstatus'
+ },
+ page_attr_referrer: {
+ javascript: 'document.referrer'
+ },
+ page_attr_url_path_1: {
+ url_path: "1"
+ }
+ });
+})();
+</script></span><span class="kxtag kxinvisible" data-id="28440" data-alias="Krux Pull RMID"><script>
+// Using Cookie RMID to produce page attribute cookie_rmid
+Krux('scrape', { "user_attr_cookie_rmid": {cookie: "RMID"}});
+</script></span><span class="kxtag kxinvisible" data-id="28445" data-alias="Krux Data Transfer Code "><script>
+(function() {
+ Krux('scrape', { 'user_attr_new-ref': {meta_name: 'WT.z_ref'}});
+})();
+// Using Globals PriceMin to produce page attribute pricemin
+Krux('scrape', { "page_attr_pricemin": {js_global: "PriceMin"}});
+// Using Globals PriceMax to produce page attribute pricemax
+Krux('scrape', { "page_attr_pricemax": {js_global: "PriceMax"}});
+// Using Meta keywords to produce page attribute keywords
+Krux('scrape', { "page_attr_keywords2": {meta_name: "keywords"}});
+// Using UrlPath 2 to produce page attribute url_path_2
+Krux('scrape', { "page_attr_url_path_2": {url_path: "2"}});
+</script></span><span class="kxtag kxinvisible" data-id="28452" data-alias="Krux Track Social"><script type="text/javascript">Krux('social.init');</script></span><span class="kxtag kxinvisible" data-id="28478" data-alias="Krux- Xaxis Tag"><script>
+(function(){
+var kuid = window.Krux('get', 'user');
+if (kuid) {
+ var min = 1000000000;
+ var max = 9999999999;
+ var rand = Math.floor(Math.random() * (max - min)) + min;
+ var prefix = location.protocol == 'https:' ? "https:" :"http:";
+ var url = prefix
+ + '//t.mookie1.com/t/v1/event?migClientId=6726&amp;migAction=krux&amp;migSource=mig&amp;migRandom='
+ + rand
+ +'&amp;migParam1='
+ + kuid;
+ (new Image()).src = url;
+
+}
+})();
+</script></span><span class="kxtag kxinvisible" data-id="28482" data-alias="DTC to capture NYT user data "><script>
+(function() {
+ Krux('scrape', {
+ "user_attr_nyt_cookie": {
+ javascript: "TAGX.data.get('cookies.nyt-a')"
+ },
+ "user_attr_nyt_user_id": {
+ javascript: "TAGX.data.get('TAGX.L.uid')"
+ },
+ "user_attr_nyt_user_type": {
+ javascript: "TAGX.data.get('user.type')"
+ },
+ "user_attr_nyt_insiderAB": {
+ cookie: "insiderAB"
+ },
+ "user_attr_nyt_ft_upsell_Krux_flag": {
+ cookie: "nyt_ft_upsell_Krux_flag"
+ },
+ "user_attr_nyt_activedays": {
+ javascript: "TAGX.data.get('TAGX.L.adv')"
+ },
+ "user_attr_nyt_pscore": {
+ javascript: "TAGX.data.get('propensity.p') || 'none'"
+ },
+ "user_attr_nyt_propensity_edu": {
+ javascript: "TAGX.Utils.getCookie('propensityEDU')"
+ },
+ "user_attr_nyt_b2b": {
+ javascript: "TAGX.Utils.getCookie('B2B')"
+ },
+ "user_attr_nyt_b2b_corp_adblock": {
+ javascript: "TAGX.Utils.getCookie('B2B_CORP_ADBLOCK')"
+ },
+ "user_attr_cookie_isEDU": {
+ javascript: "TAGX.Utils.getCookie('isEDU')"
+ }
+ });
+
+ Krux('set','user_attr_pardot_id',
+ Krux('scrape.cookie', 'visitor_id139361')||Krux('scrape.cookie', 'visitor_id146041')
+ );
+
+ var smid = Krux('scrape.url_param', 'smid');
+ var smtyp = Krux('scrape.url_param', 'smtyp');
+ var mc = Krux('scrape.url_param', 'mc');
+ var mcid = Krux('scrape.url_param', 'mcid');
+ var mccr = Krux('scrape.url_param', 'mccr');
+ var mcdt = Krux('scrape.url_param', 'mcdt');
+ var adKeywords = Krux('scrape.url_param', 'ad-keywords');
+ Krux('set', 'page_attr_ad_keywords', adKeywords);
+ if (smid) {
+ Krux('set', 'page_attr_smid_smtyp',
+ 'smid:' + smid + '|smtyp:' + smtyp
+ );
+ }
+ if(mcid) {
+ Krux('set', 'page_attr_mc_params',
+ 'mc:' + mc + '|mcid:' + mcid + '|mccr:' + mccr
+ + '|mcdt:' + mcdt + '|ad-keywords:' + adKeywords
+ );
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="28491" data-alias="DataLogix (8da8b14d-5569-4bec-bcea-722864ee8d06)"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=8da8b14d-5569-4bec-bcea-722864ee8d06&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=iefs40iefsj26&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28492" data-alias="DataLogix (bef9f122-393d-4c45-8d8d-32d8be7ac433)"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=bef9f122-393d-4c45-8d8d-32d8be7ac433&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=iyzu39iyzud95&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28493" data-alias="DataLogix (8bf57916-aac8-4f01-a386-4baf103b3e1f)"><script>
+ (function() {
+ var allowUserMatch = function() {
+ var GDN_SITE_ID = '1282650';
+
+ if (Krux('get', 'config').params.client_type === 'marketer') {
+ try {
+ var params = Krux('require:marketer').getParams(
+ Krux('require:sizzle').find('script[src*="' + Krux('get', 'confid') + '"]')
+ );
+ return GDN_SITE_ID !== (params.siteid || params.kxsiteid);
+ }
+ catch (e) {
+ // In case we don't find the script tag or the URL parser fails, just allow matching.
+ }
+ }
+ return true;
+ };
+
+ var kuid = Krux('get', 'user');
+ if (allowUserMatch() &amp;&amp; kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=8bf57916-aac8-4f01-a386-4baf103b3e1f&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=bckw15bckwu20&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28494" data-alias="DataLogix (d7158cb7-a851-4e3c-b7ab-cc9e815b2399)"><script>
+ (function() {
+ var allowUserMatch = function() {
+ var GDN_SITE_ID = '1282650';
+
+ if (Krux('get', 'config').params.client_type === 'marketer') {
+ try {
+ var params = Krux('require:marketer').getParams(
+ Krux('require:sizzle').find('script[src*="' + Krux('get', 'confid') + '"]')
+ );
+ return GDN_SITE_ID !== (params.siteid || params.kxsiteid);
+ }
+ catch (e) {
+ // In case we don't find the script tag or the URL parser fails, just allow matching.
+ }
+ }
+ return true;
+ };
+
+ var kuid = Krux('get', 'user');
+ if (allowUserMatch() &amp;&amp; kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=d7158cb7-a851-4e3c-b7ab-cc9e815b2399&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=gwjn34gwjnh86&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28495" data-alias="DataLogix (536f0daa-aaaa-4d9e-9a25-dde40646786a)"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=536f0daa-aaaa-4d9e-9a25-dde40646786a&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=iefs40iefsj26&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28496" data-alias="DataLogix (7c6392c9-e878-492c-8b14-bf06e3828ebd)"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=7c6392c9-e878-492c-8b14-bf06e3828ebd&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=rowp70rowpu60&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28497" data-alias="DataLogix (bb8ae0e2-9cd7-45b2-ad37-7737269627d8)"><script>
+ (function() {
+ var allowUserMatch = function() {
+ var GDN_SITE_ID = '1282650';
+
+ if (Krux('get', 'config').params.client_type === 'marketer') {
+ try {
+ var params = Krux('require:marketer').getParams(
+ Krux('require:sizzle').find('script[src*="' + Krux('get', 'confid') + '"]')
+ );
+ return GDN_SITE_ID !== (params.siteid || params.kxsiteid);
+ }
+ catch (e) {
+ // In case we don't find the script tag or the URL parser fails, just allow matching.
+ }
+ }
+ return true;
+ };
+
+ var kuid = Krux('get', 'user');
+ if (allowUserMatch() &amp;&amp; kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=bb8ae0e2-9cd7-45b2-ad37-7737269627d8&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=rsxs71rsxsk73&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28498" data-alias="DataLogix (afae52b8-1e27-4650-bd6a-ed7d982f5a6a)"><script>
+ (function() {
+ var allowUserMatch = function() {
+ var GDN_SITE_ID = '1282650';
+
+ if (Krux('get', 'config').params.client_type === 'marketer') {
+ try {
+ var params = Krux('require:marketer').getParams(
+ Krux('require:sizzle').find('script[src*="' + Krux('get', 'confid') + '"]')
+ );
+ return GDN_SITE_ID !== (params.siteid || params.kxsiteid);
+ }
+ catch (e) {
+ // In case we don't find the script tag or the URL parser fails, just allow matching.
+ }
+ }
+ return true;
+ };
+
+ var kuid = Krux('get', 'user');
+ if (allowUserMatch() &amp;&amp; kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=afae52b8-1e27-4650-bd6a-ed7d982f5a6a&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=iqbg41iqbgj68&amp;ru=' + kurl;
+ new Image().src = dlx_url;
+
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28500" data-alias="Innovid UM Pixel"><script>
+(function(){
+ var prefix = window.location.protocol == 'https:' ? "https:" : "http:";
+ var i_url = prefix + '//ag.innovid.com/dv/sync?tid=2';
+ var i = new Image();
+ i.src = i_url;
+})();
+</script></span><span class="kxtag kxinvisible" data-id="28510" data-alias="Scorecard Research (Comscore)"><script src="https://ar.voicefive.com/bmx3/node.pli?pub=nytimes"></script></span></div>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json
new file mode 100644
index 0000000..1afbadf
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/static01.nyt.com\/images\/2016\/07\/30\/business\/db-dealprof\/db-dealprof-facebookJumbo.jpg",
+ "https:\/\/static01.nyt.com\/images\/2016\/07\/30\/business\/db-dealprof\/db-dealprof-master315.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json
new file mode 100644
index 0000000..21af4ee
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Steven Davidoff Solomon",
+ "Direction": null,
+ "Excerpt": "The internet giant\u2019s decision to sell its business is plagued with challenges that reveal how unusual deal structures can affect shareholders.",
+ "Image": "https:\/\/static01.nyt.com\/images\/2016\/07\/30\/business\/db-dealprof\/db-dealprof-facebookJumbo.jpg",
+ "Title": "Yahoo\u2019s Sale to Verizon Leaves Shareholders With Little Say",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html
new file mode 100644
index 0000000..168bd3b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html
@@ -0,0 +1,81 @@
+<div id="page" xmlns:xlink="http://www.w3.org/1999/xlink">
+
+
+ <main id="main" role="main">
+ <article id="story">
+
+
+
+
+
+
+
+
+
+
+
+ <div>
+ <figure id="media-100000004560166" data-media-action="modal" itemprop="associatedMedia" itemscope itemid="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-master315.jpg" itemtype="http://schema.org/ImageObject" aria-label="media" role="group">
+ <span>Photo</span>
+ <div>
+ <p><img src="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-master315.jpg" alt data-mediaviewer-src="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-superJumbo.jpg" data-mediaviewer-caption data-mediaviewer-credit="Harry Campbell" itemprop="url" itemid="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-master315.jpg"></p>
+ <meta itemprop="height" content="315">
+ <meta itemprop="width" content="315">
+ </div>
+ <figcaption itemprop="caption description">
+ <span itemprop="copyrightHolder">
+ <span>Credit</span> Harry Campbell </span>
+ </figcaption>
+ </figure>
+ <p data-para-count="148" data-total-count="148"><a href="http://www.nytimes.com/topic/company/yahoo-inc?inline=nyt-org" title="More information about Yahoo! Inc.">Yahoo</a>’s $4.8 billion sale to <a href="http://www.nytimes.com/topic/company/verizon-communications-inc?inline=nyt-org" title="More information about Verizon Communications Inc.">Verizon</a> is a complicated beast, showing how different acquisition structures can affect how shareholders are treated.</p>
+ <p data-para-count="177" data-total-count="325">First, let’s say what the Yahoo sale is not. It is not a sale of the publicly traded company. Instead, it is a sale of the Yahoo subsidiary and some related assets to Verizon.</p>
+ <p data-para-count="529" data-total-count="854">The sale is being done in two steps. The <a href="https://www.sec.gov/Archives/edgar/data/1011006/000119312516656036/d178500dex22.htm">first step</a> will be the transfer of any assets related to Yahoo business to a singular subsidiary. This includes the stock in the business subsidiaries that make up Yahoo that are not already in the single subsidiary, as well as the odd assets like benefit plan rights. This is what is being sold to Verizon. A license of Yahoo’s oldest patents is being held back in the so-called Excalibur portfolio. This will stay with Yahoo, as will Yahoo’s stakes in Alibaba Group and Yahoo Japan.</p>
+ <p data-para-count="479" data-total-count="1333">It is hard to overestimate how complex an asset sale like this is. Some of the assets are self-contained, but they must be gathered up and transferred. Employees need to be shuffled around and compensation arrangements redone. Many contracts, like the now-infamous one struck with the search engine Mozilla, which <a href="http://www.recode.net/2016/7/7/12116296/marissa-mayer-deal-mozilla-yahoo-payment">may result in a payment of up to a $1 billion</a>, will contain change-of-control provisions that will be set off and have to be addressed. Tax issues always loom large.</p> <p><a href="#story-continues-1">Continue reading the main story</a>
+ </p></div>
+
+ <div id="story-continues-1">
+
+ <p><a href="#story-continues-2">Continue reading the main story</a></p>
+ </div>
+ <div>
+ <p data-para-count="602" data-total-count="1935" id="story-continues-2">In the second step, at the closing, <a href="https://www.sec.gov/Archives/edgar/data/1011006/000119312516656036/d178500dex22.htm">Yahoo will sell the stock</a> in the single subsidiary to Verizon. At that point, Yahoo will change its name to something without “Yahoo” in it. My favorite is simply Remain Co., the name Yahoo executives are using. Remain Co. will become a holding company for the Alibaba and Yahoo Japan stock. Included will also be $10 billion in cash, plus the Excalibur patent portfolio and a number of minority investments including Snapchat. Ahh, if only Yahoo had bought Snapchat instead of Tumblr (indeed, if only Yahoo had bought Google or Facebook when it had the chance).</p>
+
+ <p data-para-count="262" data-total-count="2197" id="story-continues-3">Because it is a sale of a subsidiary, the $4.8 billion will be paid to Yahoo. Its shareholders will not receive any money unless Yahoo pays it out in a dividend (after paying taxes). Instead, Yahoo shareholders will be left holding shares in the renamed company.</p>
+ <p data-para-count="250" data-total-count="2447">Verizon’s Yahoo will then be run <a href="http://www.nytimes.com/2016/07/25/business/yahoo-sale.html?_r=0">under the same umbrella as AOL</a>. It is unclear whether there will be a further merger of the two businesses after the acquisition. Plans for Yahoo are still a bit in flux in part because of the abnormal sale process.</p>
+ <p data-para-count="497" data-total-count="2944">As for Remain Co., it will become a so-called investment company. This is a special designation for a company that holds securities for investment but does not operate a working business. Investment companies are subject to special regulation under the Investment Company Act of 1940. Remain Co. will probably just sit there, returning cash to shareholders and waiting for Alibaba to buy it in a tax-free transaction. (Alibaba says it has no plans to do this, but most people do not believe this).</p>
+ <p data-para-count="129" data-total-count="3073">The rights of Yahoo shareholders in this sale will be different from those in an ordinary sale, when an entire company is bought.</p>
+ <p data-para-count="560" data-total-count="3633">Ordinary sales are done in one of two ways: in a merger where the target is merged into a subsidiary of the buyer and the target shareholders receive the cash (or other consideration), or in a tender offer that gives the target shareholders a choice to tender into the offer or not. Then there will be a merger where the target is merged into the buyer’s subsidiary and the target shareholders are forcibly squeezed out, receiving the merger consideration. (if you want to know why you would choose one structure over another, I wrote <a href="http://dealbook.nytimes.com/2009/10/14/the-peculiarities-of-tender-offers/?_r=0">a good primer</a> in 2009.)</p>
+ <p data-para-count="114" data-total-count="3747">In either case, shareholders get a say. They either vote on the merger or decide whether to tender into the offer.</p>
+ <p data-para-count="278" data-total-count="4025">In both cases, there would be appraisal rights if the buyer pays cash. This means that shareholders can object to the deal by not voting for it or not tendering into the offer and instead asking a court to value their shares – this is what happened <a href="http://www.nytimes.com/2016/06/08/business/dealbook/ruling-on-dell-buyout-may-not-be-precedent-some-fear.html">in Dell’s buyout in 2013</a>.</p>
+ <p data-para-count="448" data-total-count="4473">The Yahoo deal, however, is not a sale of the public company. It is an asset sale, in which there is only a shareholder vote if there is a sale of “all” or “substantially all” of the assets of the company. Yahoo is not all of the assets or even “substantially all” – the Alibaba shares being left behind in Remain Co. are worth about $28 billion, or six times the value of the cash Verizon is paying for the Yahoo assets it is buying.</p>
+
+ <p data-para-count="343" data-total-count="4816" id="story-continues-4">The courts have held that the definition of “substantially all” includes a change of business in a company because of an asset sale where the assets are <a href="http://caselaw.findlaw.com/de-court-of-chancery/1306648.html">“qualitatively vital.”</a> And that certainly applies here. So there will be a vote – indeed, Yahoo has no problem with a vote – and shareholders are desperate to sell at this point.</p>
+ <p data-para-count="183" data-total-count="4999">There will be no appraisal rights, however. Again, in an asset sale, there are no appraisal rights. So anyone who votes against the deal and thinks this is a bum price is out of luck.</p>
+ <p data-para-count="260" data-total-count="5259">The different standards for voting and appraisal rights apply because the structure of the deal is a quirk of the law in Delaware, where Yahoo is incorporated, that allows lawyers to sometimes work around these issues simply by changing the way a deal is done.</p>
+ <p data-para-count="112" data-total-count="5371">In Yahoo’s case, this is not deliberate, though. It is simply the most expedient way to get rid of the assets.</p>
+ <p data-para-count="583" data-total-count="5954">Whether this is the most tax-efficient way is unclear to me as a nontax lawyer (email me if you know). Yahoo is likely to have a tax bill on the sale, possibly a substantial one. And I presume there were legal reasons for not using a <a href="http://dealbook.nytimes.com/2014/04/29/alliant-techsystems-break-up-and-the-return-of-the-morris-trust/">Morris Trust structure</a>, in which Yahoo would have been spun off and immediately sold to Verizon so that only Yahoo’s shareholders paid tax on the deal. In truth, the Yahoo assets being sold are only about 10 percent of the value of the company, so the time and logistics for such a sale when Yahoo is a melting ice cube may not have been worth it.</p>
+ <p data-para-count="450" data-total-count="6404">Finally, if another bidder still wants to acquire Yahoo, it has time. The agreement with Verizon allows Yahoo to terminate the deal and accept a superior offer by paying a $144 million breakup fee to Verizon. And if Yahoo shareholders change their minds and want to stick with Yahoo’s chief executive, <a href="http://topics.nytimes.com/top/reference/timestopics/people/m/marissa_mayer/index.html?inline=nyt-per" title="More articles about Marissa Mayer.">Marissa Mayer</a>, and vote down the deal, there is a so-called naked no-vote termination fee of $15 million payable to Verizon to reimburse expenses.</p>
+ <p data-para-count="426" data-total-count="6830">All in all, this was as hairy a deal as they come. There was the procedural and logistical complications of selling a company when the chief executive wanted to stay. Then there was the fact that this was an asset sale, including all of the challenges that go with it. Throw in all of the tax issues and the fact that this is a public company, and it is likely that the lawyers involved will have nightmares for years to come.</p> <p><a href="#whats-next">Continue reading the main story</a>
+ </p></div>
+
+
+
+
+
+
+
+ </article>
+
+
+
+
+
+
+
+ </main>
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html
new file mode 100644
index 0000000..07dd748
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html
@@ -0,0 +1,5236 @@
+<!DOCTYPE html>
+<!--[if (gt IE 9)|!(IE)]> <!-->
+<html xmlns="http://www.w3.org/1999/xhtml" class="flag-limitFabrikSave-on flag-moreFollowSuggestions-on flag-unfollowComments-on flag-scoopTool-on flag-videoVHSCover-on flag-videoVHSShareTools-on flag-videoVHSLive-on flag-videoVHSNewControls-on flag-videoVHSEmbeddedOnly-on flag-allTheEmphases-on flag-freeTrial-on flag-dedupeWhatsNext-on flag-trendingPageLinks-on flag-sprinklePaidPost-on flag-headerBidder-on flag-standardizeWhatsNextCollection-on flag-onlyLayoutA-on flag-simple-on flag-simpleExtendedByline-on flag-collectionsWhatsNext-on flag-mobileMediaViewer-on flag-podcastInLede-on flag-MovieTickets-on flag-MoreInSubsectionFix-on flag-seriesIssueMarginalia-on flag-serverSideCollectionUrls-on flag-multipleBylines-on flag-fabrikWebsocketsOnly-on flag-translationLinks-on flag-papihttps-on flag-verticalFullBleed-on flag-updateRestaurantReservations-on flag-mapDining-on flag-newsletterInlineModule-on flag-PersonalizationApiUpdate-on flag-a9HeaderEnabled-on flag-removeInternationalEdition-on flag-headlineBalancer-on flag-clientSideABRA-on flag-newsletterTitleTracking-on flag-surveyInterstitial-on flag-removeFBMessengerPromo-on flag-removeMarginaliaAbTest-on flag-paidpostSprinklingFix-on flag-abraOverrideVersion-on flag-headlineBalancerEverywhere-on flag-signupFavor-on flag-lazyloadOakImages-on flag-mapleFreeTrial-on flag-adQuerySupportForMultipleUserAddedKeywords-on flag-oakUpdateAdStride-on flag-piiBlockDFP-on flag-adExclusiveIERibbonCheck-on moz desktop section-dealbook format-medium tone-news app-article page-theme-standard has-small-horizontal-lede viewport-small viewport-small-10 viewport-small-20 viewport-medium viewport-medium-10 viewport-medium-20 viewport-medium-30 viewport-medium-31 viewport-medium-40 viewport-medium-50 viewport-medium-60 viewport-large viewport-large-10 viewport-large-11 viewport-large-20 viewport-large-21 viewport-large-30 viewport-large-40 has-js has-flexbox has-flexboxlegacy has-canvas has-canvastext has-webgl has-no-touch has-geolocation has-postmessage has-no-websqldatabase has-indexeddb has-hashchange has-history has-draganddrop has-websockets has-rgba has-no-hsla has-multiplebgs has-backgroundsize has-borderimage has-borderradius has-boxshadow has-textshadow has-opacity has-cssanimations has-csscolumns has-cssgradients has-no-cssreflections has-csstransforms has-csstransforms3d has-csstransitions has-fontface has-generatedcontent has-video has-audio has-localstorage has-sessionstorage has-webworkers has-applicationcache has-svg has-inlinesvg has-smil has-svgclippaths has-cors tr-coretext tr-aa-unknown-subpixel has-big-ad edition-domestic type-size-small varvar1 has-ribbon" itemid="http://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" itemtype="http://schema.org/NewsArticle" itemscope="" xmlns:og="http://opengraphprotocol.org/schema/" data-nyt-ab="www-signup-favor-test=0 www-fixed-nav-subscribe-test=1 EC_SampleTest=variantB EC_DigiAbandonmentTest=sendAbandonmentEmail EC_HdAbandonmentTest=control EC_CrosswordsUpsellTest=control mapleFreeTrial=2" style="" data-page-layout="a" data-lede-media-size="small" data-keywords="Deal Professor,deal-professor,article-medium" lang="en">
+<!--<![endif]-->
+<!--[if IE 9]> <html lang="en" class="no-js ie9 lt-ie10 section-dealbook format-medium tone-news app-article page-theme-standard has-top-ad type-size-small has-small-horizontal-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+<!--[if IE 8]> <html lang="en" class="no-js ie8 lt-ie10 lt-ie9 section-dealbook format-medium tone-news app-article page-theme-standard has-top-ad type-size-small has-small-horizontal-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+<!--[if (lt IE 8)]> <html lang="en" class="no-js lt-ie10 lt-ie9 lt-ie8 section-dealbook format-medium tone-news app-article page-theme-standard has-top-ad type-size-small has-small-horizontal-lede" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+
+<head>
+ <title>Yahoo’s Sale to Verizon Leaves Shareholders With Little Say - The New York Times</title>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
+ <link rel="shortcut icon" href="https://static01.nyt.com/favicon.ico" />
+ <link rel="apple-touch-icon-precomposed" sizes="144×144" href="https://static01.nyt.com/images/icons/ios-ipad-144x144.png" />
+ <link rel="apple-touch-icon-precomposed" sizes="114×114" href="https://static01.nyt.com/images/icons/ios-iphone-114x144.png" />
+ <link rel="apple-touch-icon-precomposed" href="https://static01.nyt.com/images/icons/ios-default-homescreen-57x57.png" />
+ <meta name="sourceApp" content="nyt-v5" />
+ <meta id="applicationName" name="applicationName" content="article" />
+ <meta id="foundation-build-id" name="foundation-build-id" content="" />
+ <link rel="canonical" href="https://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" />
+ <link rel="alternate" media="only screen and (max-width: 640px)" href="http://mobile.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" />
+ <link rel="alternate" media="handheld" href="http://mobile.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" />
+ <link rel="amphtml" href="http://mobile.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.amp.html" />
+ <meta property="al:android:url" content="nytimes://reader/id/100000004558832" />
+ <meta property="al:android:package" content="com.nytimes.android" />
+ <meta property="al:android:app_name" content="NYTimes" />
+ <meta name="twitter:app:name:googleplay" content="NYTimes" />
+ <meta name="twitter:app:id:googleplay" content="com.nytimes.android" />
+ <meta name="twitter:app:url:googleplay" content="nytimes://reader/id/100000004558832" />
+ <link rel="alternate" href="android-app://com.nytimes.android/nytimes/reader/id/100000004558832" />
+ <meta property="al:iphone:url" content="nytimes://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" />
+ <meta property="al:iphone:app_store_id" content="284862083" />
+ <meta property="al:iphone:app_name" content="NYTimes" />
+ <meta property="al:ipad:url" content="nytimes://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" />
+ <meta property="al:ipad:app_store_id" content="357066198" />
+ <meta property="al:ipad:app_name" content="NYTimes" />
+ <meta name="robots" content="noarchive" />
+ <meta itemprop="alternativeHeadline" name="hdl_p" content="" />
+ <meta name="channels" content="" />
+ <meta itemprop="description" name="description" content="The internet giant’s decision to sell its business is plagued with challenges that reveal how unusual deal structures can affect shareholders." />
+ <meta name="genre" itemprop="genre" content="News" />
+ <meta itemprop="identifier" name="articleid" content="100000004558832" />
+ <meta itemprop="usageTerms" name="usageTerms" content="http://www.nytimes.com/content/help/rights/sale/terms-of-sale.html" />
+ <meta itemprop="inLanguage" content="en-US" />
+ <meta name="hdl" content="Yahoo’s Sale to Verizon Leaves Shareholders With Little Say" />
+ <meta name="col" content="Deal Professor" id="column-name" />
+ <meta name="pdate" content="20160729" />
+ <meta name="utime" content="20160801013024" />
+ <meta name="ptime" content="20160729164234" />
+ <meta name="DISPLAYDATE" content="July 29, 2016" />
+ <meta name="dat" content="July 29, 2016" />
+ <meta name="lp" content="The internet giant’s decision to sell its business is plagued with challenges that reveal how unusual deal structures can affect shareholders." />
+ <meta name="msapplication-starturl" content="http://www.nytimes.com" />
+ <meta name="cre" content="The New York Times" />
+ <meta name="slug" content="30db-dealprof" />
+ <meta property="article:collection" content="https://static01.nyt.com/services/json/sectionfronts/business/dealbook/index.jsonp" />
+ <meta name="sectionfront_jsonp" content="https://static01.nyt.com/services/json/sectionfronts/business/dealbook/index.jsonp" />
+ <meta property="og:url" content="http://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="Yahoo’s Sale to Verizon Leaves Shareholders With Little Say" />
+ <meta property="og:description" content="The internet giant’s decision to sell its business is plagued with challenges that reveal how unusual deal structures can affect shareholders." />
+ <meta property="article:published" itemprop="datePublished" content="2016-07-29T16:42:34-04:00" />
+ <meta property="article:modified" itemprop="dateModified" content="2016-08-01T01:30:24-04:00" />
+ <meta property="article:section" itemprop="articleSection" content="DealBook" />
+ <meta property="article:section-taxonomy-id" itemprop="articleSection" content="104D1E63-9701-497B-8CF4-A4D120C9014E" />
+ <meta property="article:section_url" content="http://www.nytimes.com/pages/business/index.html" />
+ <meta property="article:top-level-section" content="business" />
+ <meta property="fb:app_id" content="9869919170" />
+ <meta name="twitter:site" value="@nytimes" />
+ <meta property="twitter:url" content="http://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" />
+ <meta property="twitter:title" content="Yahoo’s Sale to Verizon Leaves Shareholders With Little Say" />
+ <meta property="twitter:description" content="The internet giant’s decision to sell its business is plagued with challenges that reveal how unusual deal structures can affect shareholders." />
+ <meta name="author" content="Steven Davidoff Solomon" />
+ <meta name="tone" content="news" id="article-tone" />
+ <meta name="byl" content="By STEVEN DAVIDOFF SOLOMON" />
+ <meta name="PT" content="article" />
+ <meta name="CG" content="business" />
+ <meta name="SCG" content="dealbook" />
+ <meta name="PST" content="News" />
+ <meta name="tom" content="News" />
+ <meta name="edt" content="The New York Times on the Web" />
+ <meta property="og:image" content="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-facebookJumbo.jpg" />
+ <meta property="twitter:image" content="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-videoSixteenByNineJumbo1600.jpg" />
+ <meta name="twitter:card" value="summary_large_image" />
+ <meta property="article:author" content="" />
+ <meta property="article:tag" content="Mergers, Acquisitions and Divestitures" />
+ <meta name="des" content="Mergers, Acquisitions and Divestitures" />
+ <meta property="article:tag" content="Yahoo! Inc" />
+ <meta name="org" content="Yahoo! Inc" />
+ <meta property="article:tag" content="Verizon Communications Inc" />
+ <meta name="org" content="Verizon Communications Inc" />
+ <meta property="article:tag" content="Mayer, Marissa" />
+ <meta name="per" content="Mayer, Marissa" />
+ <meta name="keywords" content="Mergers Acquisitions and Divestitures,Yahoo! Inc,Verizon Communications Inc,Mayer Marissa" />
+ <meta name="news_keywords" content="Mergers and Acquisitions,Yahoo!,Verizon Communications,Marissa Mayer" />
+ <meta name="thumbnail_150" content="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-thumbLarge.jpg" />
+ <meta name="thumbnail_150_height" content="150" />
+ <meta name="thumbnail_150_width" content="150" />
+ <meta itemprop="thumbnailUrl" name="thumbnail" content="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-thumbStandard.jpg" />
+ <meta name="thumbnail_height" content="75" />
+ <meta name="thumbnail_width" content="75" />
+ <meta name="video:playerId" content="2640832222001" />
+ <meta name="video:noShareToolsPlayerId" content="3692909326001" />
+ <meta name="video:publisherId" content="1749339200" />
+ <meta name="video:publisherReadToken" content="cE97ArV7TzqBzkmeRVVhJ8O6GWME2iG_bRvjBTlNb4o." />
+ <meta name="nyt-collection:display-name" content="Deal Professor" />
+ <meta name="nyt-collection:identifier" content="deal-professor" />
+ <meta name="nyt-collection:url" content="http://www.nytimes.com/column/deal-professor" />
+ <meta name="nyt-collection:uri" content="/column/deal-professor" />
+ <meta name="nyt-collection:tone" content="news" />
+ <meta name="nyt-collection:tagline" content="" />
+ <meta name="nyt-collection:type" content="column" />
+ <meta name="CN" content="deal-professor" />
+ <meta name="CT" content="column" />
+ <meta name="dfp-ad-unit-path" content="business/dealbook" />
+ <meta name="dfp-amazon-enabled" content="false" />
+ <link rel="alternate" type="application/json+oembed" href="https://www.nytimes.com/svc/oembed/json/?url=http%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" title="Yahoo’s Sale to Verizon Leaves Shareholders With Little Say" />
+
+ <link id="legacy-zam5nzz" rel="stylesheet" type="text/css" href="https://typeface.nyt.com/css/zam5nzz.css" media="all" />
+ <!--[if (gt IE 9)|!(IE)]> <!-->
+ <link rel="stylesheet" type="text/css" media="screen" href="https://a1.nyt.com/assets/article/20170112-121631/css/article/story/styles.css" />
+ <!--<![endif]-->
+ <!--[if lte IE 9]>
+ <link rel="stylesheet" type="text/css" media="screen" href="https://a1.nyt.com/assets/article/20170112-121631/css/article/story/styles-ie.css" />
+ <![endif]-->
+ <link rel="stylesheet" type="text/css" media="print" href="https://a1.nyt.com/assets/article/20170112-121631/css/article/story/styles-print.css" />
+ <!-- begin abra -->
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript" async="" src="//www.googletagservices.com/tag/js/gpt.js"></script>
+ <script type="text/javascript" async="" src="https://aax.amazon-adsystem.com/e/dtb/bid?src=3030&amp;u=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%3F_r%3D0&amp;cb=8049442&amp;t=1000"></script>
+ <script type="text/javascript" async="" src="https://c.amazon-adsystem.com/aax2/amzn_ads.js"></script>
+ <script type="text/javascript" async="" src="https://contextual.media.net/rtbsapub.php?&amp;rt=3&amp;callback=window.advBidxc.ybncaresponse&amp;&amp;cid=8CU2553YN&amp;apid=2&amp;requestString=782647924*4%7C728x90%7C8CU2RX232%7C254501352%40377617315*4%7C300x250%7C8CU2RX232%7C256680872%40244728629*4%7C300x250%7C8CU2RX232%7C175452886&amp;crid=782647924,377617315,244728629&amp;sd=-1&amp;hlt=1&amp;https=1&amp;requrl=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%3F_r%3D0&amp;tr=0.913774143092421"></script>
+ <script type="text/javascript" async="" src="https://contextual.media.net/rtbsapub.php?&amp;cid=8CU2553YN&amp;requestString=782647924*35%7C728x90%7C8CU2553YN%7C37acf79822fd5ef0ce3e%40568721512*35%7C300x250%7C8CU2553YN%7Cb6a4ed6f6ba3cd941ebb%40377617315*35%7C300x250%7C8CU2553YN%7Cb6a4ed6f6ba3cd941ebb%40244728629*35%7C300x250%7C8CU2553YN%7Cb6a4ed6f6ba3cd941ebb%40723554252*35%7C300x250%7C8CU2553YN%7Cb6a4ed6f6ba3cd941ebb&amp;crid=782647924%2C568721512%2C377617315%2C244728629%2C723554252&amp;requrl=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%3F_r%3D0&amp;bl=1&amp;https=1&amp;hlt=1&amp;rt=3&amp;callback=window.advBidxc.sonobiresp&amp;tr=0.9332791039416538"></script>
+ <script type="text/javascript" async="" src="https://contextual.media.net/rtbsapub.php?&amp;cid=8CU2553YN&amp;requestString=782647924*29%7C728x90%7C12330%7C100278_472392_2%40568721512*29%7C300x250%7C12330%7C100278_472392_15%40377617315*29%7C300x250%7C12330%7C100278_472392_15%40244728629*29%7C300x250%7C12330%7C100278_472392_15%40723554252*29%7C300x250%7C12330%7C100278_472392_15&amp;crid=782647924%2C568721512%2C377617315%2C244728629%2C723554252&amp;requrl=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%3F_r%3D0&amp;bl=1&amp;https=1&amp;hlt=1&amp;rt=3&amp;callback=window.advBidxc.rubiconresp&amp;tr=0.5885352331745388"></script>
+ <script type="text/javascript" async="" src="https://contextual.media.net/rtbsapub.php?&amp;cid=8CU2553YN&amp;requestString=782647924*23%7C728x90%7E970x250%7C8CU2553YN%7Cbiz-desk%40568721512*23%7C300x250%7C8CU2553YN%7Cbiz-desk%40377617315*23%7C300x250%7C8CU2553YN%7Cbiz-desk%40244728629*23%7C300x250%7C8CU2553YN%7Cbiz-desk%40723554252*23%7C300x250%7C8CU2553YN%7Cbiz-desk&amp;crid=782647924%2C568721512%2C377617315%2C244728629%2C723554252&amp;requrl=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%3F_r%3D0&amp;bl=1&amp;https=1&amp;hlt=1&amp;tr=0.23940410001427848"></script>
+ <script src="https://as-sec.casalemedia.com/headertag/?v=9&amp;fn=cygnus_index_parse_res&amp;s=167943&amp;r=%7B%22id%22%3A136348611%2C%22site%22%3A%7B%22page%22%3A%22https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%3F_r%3D0%22%2C%22ref%22%3A%22%22%7D%2C%22imp%22%3A%5B%7B%22id%22%3A%221%22%2C%20%22banner%22%3A%7B%22w%22%3A728%2C%22h%22%3A90%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22CT%22%2C%22siteID%22%3A168042%7D%7D%2C%7B%22id%22%3A%222%22%2C%20%22banner%22%3A%7B%22w%22%3A970%2C%22h%22%3A250%2C%22topframe%22%3A1%7D%2C%22ext%22%3A%20%7B%22sid%22%3A%22New2%22%2C%22siteID%22%3A168042%7D%7D%5D%7D&amp;t=300" async="true" type="text/javascript"></script>
+ <script>
+ var NYTD = NYTD || {};
+ NYTD.Abra = function(t) {
+ "use strict";
+
+ function n(t) {
+ var n = u[t];
+ return n & amp; & amp;
+ n[1] || null
+ }
+
+ function e(t, n) {
+ if (t) {
+ var e, o, r = n[0],
+ u = n[1],
+ a = 0,
+ c = 0;
+ if (1 !== u.length || 4294967296 !== u[0])
+ for (e = i(t + " " + r) & gt; & gt; & gt; 0, a = 0, c = 0; o = u[a++];)
+ if (e & lt;
+ (c += o[0])) return o
+ }
+ }
+
+ function o(n, e, o, i) {
+ f += "subject=" + n + "&amp;test=" + encodeURIComponent(e) + "&amp;variant=" + encodeURIComponent(o || 0) + "&amp;url=" + encodeURIComponent(t.location.href) + "&amp;instant=1&amp;skipAugment=true\n", i & amp; & amp;
+ s.push(i), c || (c = t.setTimeout(r, 0))
+ }
+
+ function r() {
+ var n = new t.XMLHttpRequest,
+ e = s;
+ n.withCredentials = !0, n.open("POST", a), n.onreadystatechange = function() {
+ var t, o;
+ if (4 == n.readyState)
+ for (t = 200 == n.status ? null : new Error(n.statusText); o = e.shift();) o(t)
+ }, n.send(f), f = "", s = [], c = null
+ }
+
+ function i(t) {
+ for (var n, e, o, r, i, u, a, c = 0, f = 0, s = [], l = [n = 1732584193, e = 4023233417, ~n, ~e, 3285377520], h = [], p = t.length; f & lt; = p;) h[f & gt; & gt; 2] |= (f & lt; p ? t.charCodeAt(f) : 128) & lt; & lt;
+ 8 * (3 - f++ % 4);
+ for (h[a = p + 8 & gt; & gt; 2 | 15] = p & lt; & lt; 3; c & lt; = a; c += 16) {
+ for (n = l, f = 0; f & lt; 80; n = [0 | [(u = ((t = n[0]) & lt; & lt; 5 | t & gt; & gt; & gt; 27) + n[4] + (s[f] = f & lt; 16 ? ~~h[c + f] : u & lt; & lt; 1 | u & gt; & gt; & gt; 31) + 1518500249) + ((e = n[1]) & amp;
+ (o = n[2]) | ~e & amp;
+ (r = n[3])), i = u + (e ^ o ^ r) + 341275144, u + (e & amp; o | e & amp; r | o & amp; r) + 882459459, i + 1535694389][0 | f++/20],t,e&lt;&lt;30|e&gt;&gt;&gt;2,o,r])u=s[f-3]^s[f-8]^s[f-14]^s[f-16];for(f=5;f;)l[--f]=l[f]+n[f]|0}return l[0]}var u,a,c,f="",s=[];return n.init=function(n,r){var i,c,f,s,l,h=[],p=(t.document.cookie.match(/ ( ^ | ;) * nyt - a = ([ ^ ;] * ) / ) || [])[2], d = (t.document.cookie.match(/(^|;) *ab7=([^;]*)/) || [])[2];
+ if (u) throw new Error("can't init twice");
+ if (a = r, u = {}, d)
+ for (d = decodeURIComponent(d).split("&amp;"), i = 0; i & lt; d.length; i++) l = d[i].split("="), u[l[0]] = [, l[1]], l[1] & amp; & amp; h.push(l[0] + "=" + l[1]);
+ for (i = 0; i & lt; n.length; i++) f = n[i], c = f[0], c in u || (s = e(p, f) || [], u[c] = s, s[1] & amp; & amp; h.push(c.replace(/[^\w-]/g) + "=" + ("" + s[1]).replace(/[^\w-]/g)), s[2] & amp; & amp; o("ab-alloc", c, s[1])); h.length & amp; & amp; t.document.documentElement.setAttribute("data-nyt-ab", h.join(" "))
+ }, n.reportExposure = function(n, e) {
+ var r = u[n];
+ r & amp; & amp;
+ r[2] ? o("ab-expose", n, r[1], e) : e & amp; & amp;
+ t.setTimeout(function() {
+ e(null)
+ }, 0)
+ }, n
+ }(this);
+ </script>
+ <script>
+ NYTD.Abra.init([
+ ["www-story-reader-satisfaction", [
+ [21474837, "Control", 1],
+ [21474836, "VariantA", 1],
+ [4252017623, null, 0]
+ ]],
+ ["www-signup-favor-test", [
+ [2147483648, "0", 1],
+ [2147483648, "1", 1]
+ ]],
+ ["www-fixed-nav-subscribe-test", [
+ [4294967296, "1", 1]
+ ]],
+ ["EC_SampleTest", [
+ [2147483648, "variantA", 0],
+ [2147483648, "variantB", 0]
+ ]],
+ ["EC_DigiAbandonmentTest", [
+ [4294967296, "sendAbandonmentEmail", 1]
+ ]],
+ ["EC_HdAbandonmentTest", [
+ [2147483648, "control", 1],
+ [2147483648, "sendAbandonmentEmail", 1]
+ ]],
+ ["EC_CrosswordsUpsellTest", [
+ [2147483648, "control", 1],
+ [2147483648, "upsell", 1]
+ ]],
+ ["mapleFreeTrial", [
+ [1073741824, "0", 1],
+ [1073741824, "1", 1],
+ [1073741824, "2", 1],
+ [1073741824, "3", 1]
+ ]]
+ ], '//et.nytimes.com/')
+ </script>
+ <!-- end abra -->
+ <script id="page-config-data" type="text/json">
+ {
+ "pageconfig": {
+ "ledeMediaSize": "small",
+ "keywords": ["Deal Professor", "deal-professor", "article-medium"],
+ "collections": {
+ "columns": ["dealprofessor"]
+ }
+ }
+ }
+ </script>
+ <script id="display_overrides">
+ []
+ </script>
+
+ <!-- Media.net Initialization Script -->
+ <!--NY times Desktop-->
+ <script type="text/javascript">
+ var PREBID_TIMEOUT = 300;
+ var googletag = googletag || {};
+ googletag.cmd = googletag.cmd || [];
+ (function() {
+ window.advBidxc = window.advBidxc || {};
+ window.advBidxc.renderAd = function() {};
+ window.advBidxc.startTime = new Date().getTime();
+ window.advBidxc.customerId = "8CU2553YN"; //Media.net Customer ID
+ function loadScript(tagSrc) {
+ if (tagSrc.substr(0, 4) !== 'http') {
+ var isSSL = 'https:' == document.location.protocol;
+ tagSrc = (isSSL ? 'https:' : '') + tagSrc;
+ }
+ var scriptTag = document.createElement('script'),
+ placeTag = document.getElementsByTagName("script")[0];
+ scriptTag.type = 'text/javascript';
+ scriptTag.async = true;
+ scriptTag.src = tagSrc;
+ placeTag.parentNode.insertBefore(scriptTag, placeTag);
+ }
+
+ function loadGPT() {
+ if (!window.advBidxc.isAdServerLoaded) {
+ loadScript('//www.googletagservices.com/tag/js/gpt.js');
+ window.advBidxc.isAdServerLoaded = true;
+ }
+ }
+
+ window.advBidxc.loadGPT = setTimeout(loadGPT, PREBID_TIMEOUT);
+
+ var isSSL = 'https:' == document.location.protocol;
+ var mnSrc = (isSSL ? 'https:' : 'http:') + '//contextual.media.net/bidexchange.js?cid=' + window.advBidxc.customerId + (isSSL ? '&amp;https=1' : '');
+ document.write('&lt;scr' + 'ipt type="text/javascript" src="' + mnSrc + '"&gt;&lt;/scr' + 'ipt&gt;');
+ })();
+ </script>
+ <script type="text/javascript" src="https://contextual.media.net/bidexchange.js?cid=8CU2553YN&amp;https=1"></script>
+
+ <!-- A9 Initialization Script -->
+ <script type="text/javascript">
+ var amznads = amznads || {};
+ amznads.asyncParams = {
+ 'id': '3030',
+ 'callbackFn': function() {
+ try {
+ amznads.setTargetingForGPTAsync('amznslots');
+ } catch (e) {}
+ },
+ 'timeout': 1000
+ };
+
+ (function() {
+ var a, s = document.getElementsByTagName("script")[0];
+ a = document.createElement("script");
+ a.type = "text/javascript";
+ a.async = true;
+ a.src = "https://c.amazon-adsystem.com/aax2/amzn_ads.js";
+ s.parentNode.insertBefore(a, s);
+ })();
+ </script>
+ <script type="text/json" id="trending-link-json">
+ </script>
+
+ <!--esi
+<script id="user-info-data" type="application/json">
+<esi:include src="/svc/web-products/userinfo-v3.json" />
+</script>
+-->
+ <script id="magnum-feature-flags" type="application/json">
+ ["limitFabrikSave", "moreFollowSuggestions", "unfollowComments", "scoopTool", "videoVHSCover", "videoVHSShareTools", "videoVHSLive", "videoVHSNewControls", "videoVHSEmbeddedOnly", "allTheEmphases", "freeTrial", "dedupeWhatsNext", "trendingPageLinks", "sprinklePaidPost", "headerBidder", "standardizeWhatsNextCollection", "onlyLayoutA", "simple", "simpleExtendedByline", "collectionsWhatsNext", "mobileMediaViewer", "podcastInLede", "MovieTickets", "MoreInSubsectionFix", "seriesIssueMarginalia", "serverSideCollectionUrls", "multipleBylines", "fabrikWebsocketsOnly", "translationLinks", "papihttps", "verticalFullBleed", "updateRestaurantReservations", "mapDining", "newsletterInlineModule", "PersonalizationApiUpdate", "a9HeaderEnabled", "removeInternationalEdition", "headlineBalancer", "clientSideABRA", "newsletterTitleTracking", "surveyInterstitial", "removeFBMessengerPromo", "removeMarginaliaAbTest", "paidpostSprinklingFix", "abraOverrideVersion", "headlineBalancerEverywhere", "signupFavor", "lazyloadOakImages", "mapleFreeTrial", "adQuerySupportForMultipleUserAddedKeywords", "oakUpdateAdStride", "piiBlockDFP", "adExclusiveIERibbonCheck"]
+ </script>
+ <script>
+ var require = {
+ baseUrl: 'https://a1.nyt.com/assets/',
+ waitSeconds: 20,
+ paths: {
+ 'foundation': 'article/20170112-121631/js/foundation',
+ 'shared': 'article/20170112-121631/js/shared',
+ 'article': 'article/20170112-121631/js/article',
+ 'application': 'article/20170112-121631/js/article/story',
+ 'videoFactory': 'https://static01.nyt.com/js2/build/video/2.0/videofactoryrequire',
+ 'videoPlaylist': 'https://static01.nyt.com/js2/build/video/players/extended/2.0/appRequire',
+ 'auth/mtr': 'https://static01.nyt.com/js/mtr',
+ 'auth/growl': 'https://static01.nyt.com/js/auth/growl/default',
+ 'vhs': 'https://static01.nyt.com/video/vhs/build/vhs-2.x.min'
+ },
+ map: {
+ '*': {
+ 'story/main': 'article/story/main'
+ }
+ }
+ };
+ </script>
+ <!--[if (gte IE 9)|!(IE)]> <!-->
+ <script data-main="foundation/main" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/lib/framework.js"></script>
+ <!--<![endif]-->
+ <!--[if lt IE 9]>
+<script>
+ require.map['*']['foundation/main'] = 'foundation/legacy_main';
+</script>
+<script data-main="foundation/legacy_main" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/lib/framework.js"></script>
+<![endif]-->
+ <script>
+ require(['foundation/main'], function() {
+ require(['auth/mtr', 'auth/growl']);
+ });
+ </script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="foundation/main" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/main.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="foundation/hosts" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/hosts.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="auth/mtr" src="https://static01.nyt.com/js/mtr.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="auth/growl" src="https://static01.nyt.com/js/auth/growl/default.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="article/story/main" src="https://a1.nyt.com/assets/article/20170112-121631/js/article/story/main.js"></script>
+ <script src="https://securepubads.g.doubleclick.net/gpt/pubads_impl_107.js" async=""></script>
+ <link rel="prefetch" href="https://tpc.googlesyndication.com/safeframe/1-0-5/html/container.html" />
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="foundation/views/ad-view-manager" src="https://a1.nyt.com/assets/article/20170112-121631/js/foundation/views/ad-view-manager.js"></script>
+ <meta name="WT.z_cad" content="0" />
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="ab//shared-991cd5a3401318f801cc1ffb884e0e85" src="//static01.nyt.com/ab//shared-991cd5a3401318f801cc1ffb884e0e85.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="ab/tests/bar1/pricing_inyt_1116/main-0ebb29e45df391fbc905fca2621641c3" src="//static01.nyt.com/ab/tests/bar1/pricing_inyt_1116/main-0ebb29e45df391fbc905fca2621641c3.js"></script>
+ <style>
+ @import url(https://a1.nyt.com/fonts/css/fonts.css);
+ .font-smoothing {
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+ }
+
+ .sub_small_hide {
+ display: none
+ }
+
+ .NYT5Style .masthead-tools {
+ padding-right: 0
+ }
+
+ .NYT5Style .masthead-tools #bar1-3panel {
+ display: inline;
+ vertical-align: top;
+ background-image: none
+ }
+
+ #bar1-3panel {
+ border: 0;
+ position: relative
+ }
+
+ #bar1-nyt5wrapper {
+ opacity: 0
+ }
+
+ #nyt-button-sub {
+ -moz-box-sizing: border-box;
+ background-color: #6288A5;
+ border: 1px solid #4D7B9F;
+ border-radius: 3px;
+ color: #fff !important;
+ display: inline-block;
+ font-size: 1em;
+ line-height: 13px;
+ font-family: franklin-normal-700, sans-serif;
+ font-style: normal;
+ font-weight: 700;
+ padding: 7px 10px 6px;
+ text-transform: uppercase !important;
+ text-decoration: none
+ }
+
+ #nyt-button-sub:hover {
+ background-color: #326891;
+ border: 1px solid #265E8B;
+ text-decoration: none
+ }
+
+ .bar1-hidden {
+ margin-right: 8px
+ }
+
+ .NYT4 .bar1-hidden,
+ .NYT4 #bar1-3panel {
+ display: none
+ }
+
+ #hovercard {
+ width: 450px;
+ height: 330px;
+ display: none;
+ margin-left: -360px;
+ z-index: 1000000152;
+ border: 0;
+ position: absolute;
+ left: 50%;
+ top: 30px;
+ text-align: left;
+ box-shadow: 0 0 5px #888;
+ white-space: normal;
+ background: #b0f4c0 url("https://static01.nyt.com/adx/images/ADS/41/53/ad.415335/nyt_logo_428x60.png") 40px 40px no-repeat;
+ background-size: 179px 25px;
+ text-transform: none
+ }
+
+ #bar1-headline {
+ position: absolute;
+ top: 81px;
+ left: 40px;
+ font-family: karnak-normal-400, sans-serif;
+ font-style: normal;
+ font-weight: 400;
+ font-size: 30px;
+ line-height: 34px;
+ color: #000;
+ font-weight: 100;
+ width: 300px;
+ text-align: left
+ }
+
+ #bar1-divider {
+ width: 90px;
+ height: 2px;
+ border-bottom: 2px solid #000;
+ position: absolute;
+ left: 40px;
+ top: 161px
+ }
+
+ #bar1-headline span {
+ color: #0ea587
+ }
+
+ #bar1-subhead {
+ position: absolute;
+ top: 180px;
+ left: 40px;
+ color: #000;
+ font-family: franklin-normal-300, sans-serif;
+ font-style: normal;
+ font-weight: 300;
+ font-size: 20px;
+ line-height: 25px;
+ width: 300px;
+ text-align: left
+ }
+
+ #bar1-subhead span {
+ font-family: franklin-normal-600, sans-serif;
+ font-weight: 600
+ }
+
+ #bar1-cta {
+ font-family: franklin-normal-700, sans-serif;
+ font-style: normal;
+ font-weight: 700;
+ position: absolute;
+ top: 250px;
+ left: 40px;
+ width: 133px;
+ height: 37px;
+ background: #000;
+ font-size: 13px;
+ line-height: 36px;
+ padding: 0;
+ text-align: center;
+ text-decoration: none;
+ border-radius: 3px;
+ cursor: pointer;
+ color: #fff;
+ text-transform: uppercase;
+ border: 0
+ }
+
+ #hovercard:after {
+ bottom: 100%;
+ left: 350px;
+ border: solid transparent;
+ content: " ";
+ width: 0;
+ height: 0;
+ position: absolute;
+ pointer-events: none;
+ border-bottom-color: #b0f4c0;
+ border-width: 8px;
+ margin: 0
+ }
+
+ #bar1-offer-msg {
+ font-family: franklin-normal-400, sans-serif;
+ font-style: normal;
+ font-weight: 400;
+ position: absolute;
+ top: 270px;
+ left: 40px !important;
+ width: 150px;
+ height: 30px;
+ font-size: 11px;
+ line-height: 15px;
+ padding: 0;
+ text-decoration: none;
+ color: #363636
+ }
+
+ #hovercard hr {
+ margin: 4px;
+ width: 320px;
+ opacity: 0.5;
+ color: #000
+ }
+
+ .hover-subhead {
+ font-family: franklin-normal-500, sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 11px;
+ line-height: 13px;
+ color: #333;
+ margin: 1px 0 0;
+ width: 170px;
+ position: absolute;
+ top: 10px
+ }
+
+ #hovercard h3 a,
+ #hovercard p a {
+ color: #000 !important;
+ text-decoration: none;
+ display: block
+ }
+
+ a.nyt-button-actions {
+ background: #f7f7f5;
+ color: #58595b !important;
+ width: 126px;
+ border-radius: 3px;
+ border: 1px solid #ccc !important;
+ text-transform: uppercase;
+ font-family: franklin-normal-500, sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 11px;
+ line-height: 15px;
+ text-align: center;
+ padding: 6px 0;
+ cursor: pointer;
+ display: block;
+ position: absolute;
+ top: 10px;
+ left: 194px;
+ text-decoration: none !important
+ }
+
+ #hovercard a.nyt-button-actions:hover {
+ background: #3c6791;
+ color: #fff !important;
+ text-decoration: none !important
+ }
+
+ #hovercard a.nyt-button-actions.highlightButton:link,
+ #hovercard a.nyt-button-actions.highlightButton:visited {
+ color: #fff !important;
+ background: #3c6791;
+ text-decoration: none !important
+ }
+
+ a.split-all-button {
+ background: #f3f3f4;
+ width: 345px;
+ height: 30px;
+ position: absolute;
+ bottom: 0;
+ font-family: franklin-normal-500, sans-serif;
+ font-style: normal;
+ font-weight: 500;
+ font-size: 11px;
+ line-height: 30px;
+ margin: 0;
+ border: 1px solid #CCC;
+ text-align: center;
+ vertical-align: middle
+ }
+
+ #hovercard a.split-all-button:hover {
+ background: #fff;
+ color: #004276 !important;
+ text-decoration: underline !important
+ }
+
+ .NYT5Style #hovercard {
+ top: 26px
+ }
+
+ .ad.bar1-ad a.bar1-introtext,
+ #memberTools .bar1-introtext,
+ .masthead-tools a.bar1-introtext {
+ text-decoration: none;
+ color: #666
+ }
+
+ .masthead-tools a.bar1-introtext {
+ position: relative;
+ margin-top: 2px
+ }
+
+ .bar1-introtext {
+ padding-right: 5px
+ }
+
+ .ad.bar1-ad .user-subscriptions-menu li a {
+ padding-left: 0;
+ border-left: 0
+ }
+
+ @media screen and (-webkit-min-device-pixel-ratio: 0) {
+ .NYT5Style #hovercard {
+ left: 50%;
+ top: 29px
+ }
+ .NYT5Style #hovercard:before {
+ top: -14px
+ }
+ }
+
+ #interactiveABC #bar1-3panel {
+ display: none
+ }
+ </style>
+ <script type="text/javascript" src="https://tagx.nytimes.com/?url=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%3F_r%3D0&amp;assetUrl=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html&amp;referrer=&amp;CG=business&amp;SCG=dealbook&amp;sourceApp=nyt-v5&amp;_cache_buster_=1484298968193"></script>
+ <script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="https://a1.nyt.com/analytics/tagx-simple.min.js" src="https://a1.nyt.com/analytics/tagx-simple.min.js"></script>
+</head>
+
+<body class="abtest-test abtest-variation">
+ <div id="critical-alerts" class="critical-alerts messenger">
+ <div id="account-alerts" style="display: none; height: 0px;" class="account-alerts alerts">
+ <div class="message-bed"></div>
+ </div>
+ <div id="breaking-news-alerts" style="display: none; height: 0px;" class="breaking-news-alerts alerts">
+ <div class="message-bed"></div>
+ </div>
+ </div>
+ <div id="suggestions" style="display: none; height: 0px;" class="suggestions messenger">
+ <div class="message-bed"></div>
+ </div><iframe marginwidth="0" marginheight="0" scrolling="no" id="_advBidxc_beacons" style="display: none !important;" width="0" height="0" frameborder="0"></iframe><iframe marginwidth="0" marginheight="0" scrolling="no" id="_mN_cksync_0" style="display: none !important;" src="https://contextual.media.net/checksync.php?&amp;cv=23&amp;cid=8CU2553YN&amp;vsSync=1&amp;force=0&amp;https=1&amp;vid=00001484298964603019903966067482&amp;vsid=1272962499660628&amp;sd=-1&amp;cc=TW&amp;ugd=4&amp;dn=www.nytimes.com&amp;lper=0&amp;prv=APPNEXUS%2CRUBICON_PRIVATE%2CSONOBI&amp;rtime=188" width="0" height="0" frameborder="0"></iframe>
+
+ <style>
+ .lt-ie10 .messenger.suggestions {
+ display: block !important;
+ height: 50px;
+ }
+
+ .lt-ie10 .messenger.suggestions .message-bed {
+ background-color: #f8e9d2;
+ border-bottom: 1px solid #ccc;
+ }
+
+ .lt-ie10 .messenger.suggestions .message-container {
+ padding: 11px 18px 11px 30px;
+ }
+
+ .lt-ie10 .messenger.suggestions .action-link {
+ font-family: "nyt-franklin", arial, helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: bold;
+ color: #a81817;
+ text-transform: uppercase;
+ }
+
+ .lt-ie10 .messenger.suggestions .alert-icon {
+ background: url('https://static01.nyt.com/images/icons/icon-alert-12x12-a81817.png') no-repeat;
+ width: 12px;
+ height: 12px;
+ display: inline-block;
+ margin-top: -2px;
+ float: none;
+ }
+
+ .lt-ie10 .masthead,
+ .lt-ie10 .navigation,
+ .lt-ie10 .comments-panel {
+ margin-top: 50px !important;
+ }
+
+ .lt-ie10 .ribbon {
+ margin-top: 97px !important;
+ }
+ </style>
+ <div id="suggestions" class="suggestions messenger nocontent robots-nocontent" style="display:none;">
+ <div class="message-bed">
+ <div class="message-container last-message-container">
+ <div class="message">
+ <span class="message-content">
+ <i class="icon alert-icon"></i><span class="message-title">NYTimes.com no longer supports Internet Explorer 9 or earlier. Please upgrade your browser.</span>
+ <a href="http://www.nytimes.com/content/help/site/ie9-support.html" class="action-link">LEARN MORE »</a>
+ </span>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div id="shell" class="shell">
+ <header id="masthead" class="masthead masthead-theme-standard" role="banner">
+ <div class="container">
+ <div id="announcements" style="display: none; width: 1160px; left: 45px;" class="announcements messenger">
+ <div class="message-bed"></div>
+ </div>
+ <div class="quick-navigation button-group">
+ <button class="button sections-button"><i class="icon sprite-icon"></i><span class="button-text">Sections</span></button>
+ <button class="button home-button" data-href="http://www.nytimes.com/" title="Go to the home page to see the latest top stories."><i class="icon sprite-icon"></i>
+ <span class="button-text">Home</span>
+ </button>
+ <button class="button search-button"><i class="icon sprite-icon"></i><span class="button-text">Search</span></button>
+ <a class="button skip-button skip-to-content visually-hidden focusable" href="#story-header">Skip to content</a>
+ <a class="button skip-button skip-to-navigation visually-hidden focusable" href="#site-index-navigation">Skip to navigation</a>
+ <a class="button skip-button skip-to-mobile visually-hidden focusable" href="http://mobile.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html">View mobile version</a>
+ </div>
+ <!-- close button-group -->
+ <div class="branding">
+ <h2 class="branding-heading">
+ <a id="branding-heading-link" href="http://www.nytimes.com/">
+ <span class="visually-hidden">The New York Times</span>
+ <svg xmlns="http://www.w3.org/2000/svg" class="nyt-logo" width="185" height="26" role="img" aria-label="The New York Times"><image width="185" height="26" xlink:href="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.svg" xmlns:xlink="http://www.w3.org/1999/xlink" src="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.png" alt="The New York Times" border="0"/></svg><img src="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.png" class="nyt-logo-print" alt="The New York Times" /></a>
+ </h2>
+ <script>
+ window.magnum.writeLogo('small', 'https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/', 'business', 'masthead-theme-standard', 'standard', 'branding-heading-link', 'article');
+ </script>
+ </div>
+ <!-- close branding -->
+ <div class="story-meta">
+ <h6 class="kicker"><span class="kicker-label"><a href="http://www.nytimes.com/pages/business/dealbook/index.html">DealBook</a></span><span class="pipe">|</span>Yahoo’s Sale to Verizon Leaves Shareholders With Little Say</h6>
+ </div>
+ <!-- close story-meta -->
+ <div class="user-tools">
+ <div id="Bar1" class="ad bar1-ad nocontent robots-nocontent">
+ <div id="bar1-nyt5wrapper" class="user-subscriptions-group" data-campaign-name="abtest_bar1_pricing_inyt_1116" style="opacity: 1;">
+ <ul class="user-subscriptions-menu">
+ <li class="bar1-hidden"><span class="bar1--meter--count">1</span> of 10 articles read</li>
+ <li id="bar1-3panel" class="user-subscriptions-menu user-subscriptions-group bar1_hover" style="opacity: 1;"><a id="nyt-button-sub" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/business/dealbook&amp;pos=Bar1&amp;sn2=945033cf/f2814abe&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%26pos%3DBar1%26campaignId%3D6HY7R" target="_blank" data-content-collection="" data-content-placement="1" style="height: 30px;" class="button">SUBSCRIBE NOW</a>
+ <a id="hovercard" class="font-smoothing" data-campaign-name="abtest_bar1_pricing_inyt_1116" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/business/dealbook&amp;pos=Bar1&amp;sn2=945033cf/f2814abe&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%26pos%3DBar1%26campaignId%3D6HY7R" target="_blank">
+ <div id="bar1-body">
+ <div id="bar1-headline">The world’s most<br />trusted perspective.</div>
+ <div id="bar1-divider"></div>
+ <div id="bar1-subhead">Get The Times.<br /><span id="bar1-savings">50% off for 1 year.</span></div>
+ <div id="bar1-cta">SUBSCRIBE NOW</div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div><a id="subscribe_small" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/business/dealbook&amp;pos=Bar1&amp;sn2=945033cf/f2814abe&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%26pos%3DBar1%26campaignId%3D" class="subscribe-link" style="visibility: visible;" target="_blank">Subscribe</a>
+ <div id="mkt-floodlight" style="display:inline"></div>
+ <!-- ADXINFO classification="Text_Link" campaign="abtest_bar1_pricing_inyt_1116" priority="9100" isInlineSafe="Y" width="0" height="0" -->
+ <!-- A/B test delivery snippet-->
+ <span class="adxInfo" style="display:none;">campaign: abtest_bar1_pricing_inyt_1116 -- 284918, creative: abtest_pricing_inyt_1116_bar1_ad -- 415335, page: www.nytimes.com/yr/mo/day/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html, targetedPage: www.nytimes.com/yr/mo/day/business/dealbook, position: Bar1</span>
+ <span class="abtest-config" style="display:none;" data-path="//static01.nyt.com/ab" data-test="bar1/pricing_inyt_1116" data-image-path="https://static01.nyt.com/adx/images/ADS/41/53/ad.415335" data-experiment-id="5wlqgk1UT-O6xXfUdHOTgQ" data-trackers="{}" data-options="{&quot;bundleData&quot;:[&quot;basic&quot;,&quot;allAccess&quot;,&quot;allAccessPlus&quot;],&quot;currencyClassMap&quot;:{&quot;euro&quot;:&quot;EUR&quot;,&quot;pound&quot;:&quot;UKP&quot;,&quot;aud&quot;:&quot;AUD&quot;,&quot;can&quot;:&quot;CAN&quot;},&quot;loadDelay&quot;:{&quot;tryInterval&quot;:500,&quot;tryCount&quot;:4},&quot;variants&quot;:{&quot;Variation1&quot;:{&quot;currencyData&quot;:{&quot;UKP&quot;:{&quot;currencyCode&quot;:&quot;UKP&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;pound;1.50 a week&quot;},&quot;EUR&quot;:{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;euro;1.75 a week&quot;},&quot;AUD&quot;:{&quot;currencyCode&quot;:&quot;AUD&quot;,&quot;subHeadSavings&quot;:&quot;As low as AUD &amp;#36;2.50 a week&quot;},&quot;CAN&quot;:{&quot;currencyCode&quot;:&quot;CAN&quot;,&quot;subHeadSavings&quot;:&quot;As low as CAD &amp;#36;2.50 a week&quot;},&quot;USD&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;subHeadSavings&quot;:&quot;As low as $1.88 a week&quot;}}},&quot;Variation2&quot;:{&quot;currencyData&quot;:{&quot;UKP&quot;:{&quot;currencyCode&quot;:&quot;UKP&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;pound;3.00 a week&quot;},&quot;EUR&quot;:{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;euro;3.50 a week&quot;},&quot;AUD&quot;:{&quot;currencyCode&quot;:&quot;AUD&quot;,&quot;subHeadSavings&quot;:&quot;As low as AUD &amp;#36;5.00 a week&quot;},&quot;CAN&quot;:{&quot;currencyCode&quot;:&quot;CAN&quot;,&quot;subHeadSavings&quot;:&quot;As low as CAD &amp;#36;5.00 a week&quot;},&quot;USD&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;subHeadSavings&quot;:&quot;As low as $3.75 a week&quot;}}},&quot;Variation3&quot;:{&quot;currencyData&quot;:{&quot;UKP&quot;:{&quot;currencyCode&quot;:&quot;UKP&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;pound;2.00 a week&quot;},&quot;EUR&quot;:{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;subHeadSavings&quot;:&quot;As low as &amp;euro;2.25 a week&quot;},&quot;AUD&quot;:{&quot;currencyCode&quot;:&quot;AUD&quot;,&quot;subHeadSavings&quot;:&quot;As low as AUD &amp;#36;3.25 a week&quot;},&quot;CAN&quot;:{&quot;currencyCode&quot;:&quot;CAN&quot;,&quot;subHeadSavings&quot;:&quot;As low as CAD &amp;#36;3.25 a week&quot;},&quot;USD&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;subHeadSavings&quot;:&quot;As low as $2.50 a week&quot;}}}},&quot;krux&quot;:{&quot;ctrl&quot;:{&quot;event&quot;:&quot;K8KX7AdT&quot;,&quot;attrs&quot;:{&quot;Control&quot;:&quot;Control&quot;}},&quot;var1&quot;:{&quot;event&quot;:&quot;K8KX7AdT&quot;,&quot;attrs&quot;:{&quot;Var1&quot;:&quot;Var1&quot;}},&quot;var2&quot;:{&quot;event&quot;:&quot;K8KX7AdT&quot;,&quot;attrs&quot;:{&quot;Var2&quot;:&quot;Var2&quot;}},&quot;var3&quot;:{&quot;event&quot;:&quot;K8KX7AdT&quot;,&quot;attrs&quot;:{&quot;Var3&quot;:&quot;Var3&quot;}}},&quot;campaignId&quot;:{&quot;ctrl&quot;:[{&quot;selector&quot;:&quot;#hovercard&quot;,&quot;code&quot;:&quot;6HY9W&quot;},{&quot;selector&quot;:&quot;#nyt-button-sub&quot;,&quot;code&quot;:&quot;6HY9W&quot;}],&quot;var1&quot;:[{&quot;selector&quot;:&quot;#hovercard&quot;,&quot;code&quot;:&quot;6HY7R&quot;},{&quot;selector&quot;:&quot;#nyt-button-sub&quot;,&quot;code&quot;:&quot;6HY7R&quot;}],&quot;var2&quot;:[{&quot;selector&quot;:&quot;#hovercard&quot;,&quot;code&quot;:&quot;6HY4W&quot;},{&quot;selector&quot;:&quot;#nyt-button-sub&quot;,&quot;code&quot;:&quot;6HY4W&quot;}],&quot;var3&quot;:[{&quot;selector&quot;:&quot;#hovercard&quot;,&quot;code&quot;:&quot;6HYHR&quot;},{&quot;selector&quot;:&quot;#nyt-button-sub&quot;,&quot;code&quot;:&quot;6HYHR&quot;}]}}" data-ga-status="live" data-use-build="true" data-loaded="true">
+</span>
+ <script src="//static01.nyt.com/ab/bootstraps/bootstrap.js"></script>
+
+ <script type="text/html" id="pricing_inyt_1116_bar1_style_ctrl">
+ &lt;style&gt;@import url(https://a1.nyt.com/fonts/css/fonts.css);.font-smoothing{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sub_small_hide{display:none}.NYT5Style .masthead-tools{padding-right:0}.NYT5Style .masthead-tools #bar1-3panel{display:inline;vertical-align:top;background-image:none}#bar1-3panel{border:0;position:relative}#bar1-nyt5wrapper{opacity:0}#nyt-button-sub{-moz-box-sizing:border-box;background-color:#6288A5;border:1px solid #4D7B9F;border-radius:3px;color:#fff !important;display:inline-block;font-size:1em;line-height:13px;font-family:franklin-normal-700, sans-serif;font-style:normal;font-weight:700;padding:7px 10px 6px;text-transform:uppercase !important;text-decoration:none}#nyt-button-sub:hover{background-color:#326891;border:1px solid #265E8B;text-decoration:none}.bar1-hidden{margin-right:8px}.NYT4 .bar1-hidden,.NYT4 #bar1-3panel{display:none}#hovercard{width:450px;height:330px;display:none;margin-left:-360px;z-index:1000000152;border:0;position:absolute;left:50%;top:30px;text-align:left;box-shadow:0 0 5px #888;white-space:normal;background:#b0f4c0 url("https://static01.nyt.com/adx/images/ADS/41/53/ad.415335/nyt_logo_428x60.png") 40px 40px no-repeat;background-size:179px 25px;text-transform:none}#bar1-headline{position:absolute;top:81px;left:40px;font-family:karnak-normal-400, sans-serif;font-style:normal;font-weight:400;font-size:30px;line-height:34px;color:#000;font-weight:100;width:300px;text-align:left}#bar1-divider{width:90px;height:2px;border-bottom:2px solid #000;position:absolute;left:40px;top:161px}#bar1-headline span{color:#0ea587}#bar1-subhead{position:absolute;top:180px;left:40px;color:#000;font-family:franklin-normal-300, sans-serif;font-style:normal;font-weight:300;font-size:20px;line-height:25px;width:300px;text-align:left}#bar1-subhead span{font-family:franklin-normal-600, sans-serif;font-weight:600}#bar1-cta{font-family:franklin-normal-700, sans-serif;font-style:normal;font-weight:700;position:absolute;top:250px;left:40px;width:133px;height:37px;background:#000;font-size:13px;line-height:36px;padding:0;text-align:center;text-decoration:none;border-radius:3px;cursor:pointer;color:#fff;text-transform:uppercase;border:0}#hovercard:after{bottom:100%;left:350px;border:solid transparent;content:" ";width:0;height:0;position:absolute;pointer-events:none;border-bottom-color:#b0f4c0;border-width:8px;margin:0}#bar1-offer-msg{font-family:franklin-normal-400, sans-serif;font-style:normal;font-weight:400;position:absolute;top:270px;left:40px !important;width:150px;height:30px;font-size:11px;line-height:15px;padding:0;text-decoration:none;color:#363636}#hovercard hr{margin:4px;width:320px;opacity:0.5;color:#000}.hover-subhead{font-family:franklin-normal-500, sans-serif;font-style:normal;font-weight:500;font-size:11px;line-height:13px;color:#333;margin:1px 0 0;width:170px;position:absolute;top:10px}#hovercard h3 a,#hovercard p a{color:#000 !important;text-decoration:none;display:block}a.nyt-button-actions{background:#f7f7f5;color:#58595b !important;width:126px;border-radius:3px;border:1px solid #ccc !important;text-transform:uppercase;font-family:franklin-normal-500, sans-serif;font-style:normal;font-weight:500;font-size:11px;line-height:15px;text-align:center;padding:6px 0;cursor:pointer;display:block;position:absolute;top:10px;left:194px;text-decoration:none !important}#hovercard a.nyt-button-actions:hover{background:#3c6791;color:#fff !important;text-decoration:none !important}#hovercard a.nyt-button-actions.highlightButton:link,#hovercard a.nyt-button-actions.highlightButton:visited{color:#fff !important;background:#3c6791;text-decoration:none !important}a.split-all-button{background:#f3f3f4;width:345px;height:30px;position:absolute;bottom:0;font-family:franklin-normal-500, sans-serif;font-style:normal;font-weight:500;font-size:11px;line-height:30px;margin:0;border:1px solid #CCC;text-align:center;vertical-align:middle}#hovercard a.split-all-button:hover{background:#fff;color:#004276 !important;text-decoration:underline !important}.NYT5Style #hovercard{top:26px}.ad.bar1-ad a.bar1-introtext,#memberTools .bar1-introtext,.masthead-tools a.bar1-introtext{text-decoration:none;color:#666}.masthead-tools a.bar1-introtext{position:relative;margin-top:2px}.bar1-introtext{padding-right:5px}.ad.bar1-ad .user-subscriptions-menu li a{padding-left:0;border-left:0}@media screen and (-webkit-min-device-pixel-ratio: 0){.NYT5Style #hovercard{left:50%;top:29px}.NYT5Style #hovercard:before{top:-14px}}#interactiveABC #bar1-3panel{display:none} &lt;/style&gt;
+ </script>
+
+ <script type="text/html" id="pricing_inyt_1116_bar1_ctrl">
+ &lt;div id="bar1-nyt5wrapper" class="user-subscriptions-group" data-campaign-name="abtest_bar1_pricing_inyt_1116"&gt;&lt;ul class="user-subscriptions-menu"&gt;&lt;li class="bar1-hidden"&gt;&lt;span class="bar1--meter--count"&gt;1&lt;/span&gt; of 10 articles read&lt;/li&gt;&lt;li id="bar1-3panel" class="user-subscriptions-menu user-subscriptions-group bar1_hover"&gt;&lt;a id="nyt-button-sub" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/business/dealbook&amp;pos=Bar1&amp;sn2=945033cf/f2814abe&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%26pos%3DBar1%26campaignId%3D" target="_blank" data-content-collection="" data-content-placement="1" style="display:none"&gt;SUBSCRIBE NOW&lt;/a&gt; &lt;a id="hovercard" class="font-smoothing" data-campaign-name="abtest_bar1_pricing_inyt_1116" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/business/dealbook&amp;pos=Bar1&amp;sn2=945033cf/f2814abe&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%26pos%3DBar1%26campaignId%3D" target="_blank"&gt;&lt;div id="bar1-body"&gt;&lt;div id="bar1-headline"&gt;The world&amp;rsquo;s most&lt;br&gt;trusted perspective.&lt;/div&gt;&lt;div id="bar1-divider"&gt;&lt;/div&gt;&lt;div id="bar1-subhead"&gt;Get The Times.&lt;br&gt;&lt;span id="bar1-savings"&gt;50% off for 1 year.&lt;/span&gt;&lt;/div&gt;&lt;div id="bar1-cta"&gt;SUBSCRIBE NOW&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;a id="subscribe_small" href="http://www.nytimes.com/adx/bin/adx_click.html?type=goto&amp;opzn&amp;page=www.nytimes.com/yr/mo/day/business/dealbook&amp;pos=Bar1&amp;sn2=945033cf/f2814abe&amp;sn1=7d209493/f1a5fc9b&amp;camp=abtest_bar1_pricing_inyt_1116&amp;ad=abtest_pricing_inyt_1116_bar1_ad&amp;goto=http%3A%2F%2Fwww%2Enytimes%2Ecom%2Fsubscriptions%2Finyt%2Flp88U9Y%2Ehtml%3Fadxc%3D284918%26adxa%3D415335%26page%3Dwww.nytimes.com/yr/mo/day/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%26pos%3DBar1%26campaignId%3D" class="subscribe-link sub_small_hide" style="visibility:hidden" target="_blank"&gt;Subscribe&lt;/a&gt;&lt;div id="mkt-floodlight" style="display:inline"&gt;&lt;/div&gt;
+ </script>
+
+ <!--end A/B test delivery snippet-->
+ </div>
+ <div id="sharetools-masthead" aria-label="tools" role="group" class="sharetools theme-classic sharetools-masthead " data-shares="facebook,twitter,email,show-all,save" data-url="http://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" data-title="Yahoo’s Sale to Verizon Leaves Shareholders With Little Say" data-author="By STEVEN DAVIDOFF SOLOMON" data-media="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-jumbo.jpg" data-description="The internet giant’s decision to sell its business is plagued with challenges that reveal how unusual deal structures can affect shareholders." data-publish-date="July 29, 2016" data-share-tools-initialized="1">
+ <div class="ad sharetools-inline-article-ad hidden nocontent robots-nocontent">
+ </div>
+ <ul class="sharetools-menu">
+ <li class="sharetool facebook-sharetool"><a href="javascript:;" data-share="facebook" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">Share</span></a></li>
+ <li class="sharetool twitter-sharetool"><a href="javascript:;" data-share="twitter" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">Tweet</span></a></li>
+ <li class="sharetool email-sharetool"><a href="javascript:;" data-share="email" data-modal-title="Log in to email"><i class="icon sprite-icon"></i><span class="sharetool-text ">Email</span></a></li>
+ <li class="sharetool show-all-sharetool"><a href="javascript:;" data-share="show-all" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">More</span></a></li>
+ <li class="sharetool save-sharetool"><a href="javascript:;" data-share="save" data-modal-title="Log in to save"><i class="icon sprite-icon"></i><span class="sharetool-text ">Save</span></a></li>
+ </ul>
+ </div>
+ <!-- close shareTools -->
+ <button class="button search-button"><i class="icon sprite-icon"></i><span class="button-text">Search</span></button>
+ <div class="user-tools-button-group button-group">
+ <button class="button subscribe-button hidden" data-href="http://www.nytimes.com/subscriptions/Multiproduct/lp3004.html?campaignId=4XUYF">Subscribe Now</button>
+ <button class="button login-button login-modal-trigger">Log In</button>
+ <button class="button notifications-button hidden"><i class="icon sprite-icon"></i><span class="button-text">0</span></button>
+ <button class="button user-settings-button"><i class="icon sprite-icon"></i><span class="button-text">Settings</span></button>
+ </div>
+ <!-- close user-tools-button-group -->
+ </div>
+ <!-- close user-tools -->
+ </div>
+ <!-- close container -->
+ <div class="search-flyout-panel flyout-panel">
+ <button class="button close-button" type="button"><i class="icon"></i><span class="visually-hidden">Close search</span></button>
+ <nav class="search-form-control form-control layout-horizontal">
+ <h2 class="visually-hidden">Site Search Navigation</h2>
+ <form class="search-form" role="search">
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="search-input">Search NYTimes.com</label>
+ </div>
+ <div class="field-container">
+ <input id="search-input" name="search-input" class="search-input text" autocomplete="off" type="text" />
+
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-search-input"><i class="icon"></i><span id="clear-search-input" class="visually-hidden">Clear this text input</span></button>
+ <div class="auto-suggest" style="display: none;">
+ <ol></ol>
+ </div>
+ <button class="button submit-button disabled" type="submit">Go</button>
+ </div>
+ </div>
+ <!-- close control -->
+ </form>
+ </nav>
+
+
+ </div>
+ <!-- close flyout-panel -->
+ <div id="notification-modals" class="notification-modals"></div>
+ <span class="story-short-url"><a href="http://nyti.ms/2aAVVjl">http://nyti.ms/2aAVVjl</a></span></header>
+ <nav id="ribbon" class="ribbon ribbon-start nocontent robots-nocontent" aria-hidden="true">
+ <div class="nocontent robots-nocontent">
+ <ol class="ribbon-menu" style="width: 7077px; left: 0px;">
+ <li class="collection news-collection">
+
+ <div class="collection-marker past-left-border">
+ <h2 class="collection-label"><a href="http://www.nytimes.com/pages/business/dealbook/index.html">DealBook</a></h2>
+ </div>
+
+ <ol class="collection-menu">
+ <li class="collection-item " style="opacity: 1; margin-left: 0px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/dealbook/justice-department-corporate-crime.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/business/13DB-WHITECOLLAR3/13DB-WHITECOLLAR3-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading long-story-heading" title="Justice Department Toughened Approach on Corporate Crime, but Will That Last?">Justice Department Toughened Approach on Corporate Crime, but Will That Last?</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 1; margin-left: 0px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/economy/amazon-jobs-retail.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/business/13AMAZON/13AMAZON-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Amazon to Add 100,000 Jobs as Bricks-and-Mortar Retail Crumbles">Amazon to Add 100,000 Jobs as Bricks-and-Mortar Retail Crumbles</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item ribbon-ad-container hidden" style="opacity: 1; margin-left: 0px;">
+ <div id="Ribbon" class="ad ribbon-ad hidden" data-google-query-id="CJC7_MXkvtECFVAdvAodMLMHGQ" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_8__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_8" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_8" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="244" height="75" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_8__hidden__" title="" name="google_ads_iframe_/29390238/NYT/business/dealbook_8__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" srcdoc="" width="0" height="0" frameborder="0"></iframe></div>
+ </li>
+ <li class="collection-item " style="opacity: 0.990239; margin-left: 0.976119px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/andrew-puzder-labor-senate.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+ <h2 class="story-heading" title="Democrats and Allies Wage Fight to Derail Labor Secretary Pick">Democrats and Allies Wage Fight to Derail Labor Secretary Pick</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.88609; margin-left: 11.391px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/upshot/make-america-great-again-isnt-just-about-money-and-power.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/15/business/15view/15view-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+
+ <h3 class="kicker">Economic View</h3>
+ <h2 class="story-heading" title="Making America Great Again Isn’t Just About Money and Power">Making America Great Again Isn’t Just About Money and Power</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.753554; margin-left: 24.6446px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/dealbook/big-pharma-on-the-hot-seat.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <h3 class="kicker">Breakingviews</h3>
+ <h2 class="story-heading" title="Big Pharma on the Hot Seat">Big Pharma on the Hot Seat</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.632883; margin-left: 36.7117px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/epa-emissions-cheating-diesel-fiat-chrysler-jeep-dodge.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/16/business/13CHRYSER-01/13CHRYSER-01-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="E.P.A. Accuses Fiat Chrysler of Secretly Violating Emissions Standards">E.P.A. Accuses Fiat Chrysler of Secretly Violating Emissions Standards</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.532266; margin-left: 46.7734px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/dealbook/eyeing-emergency-exits-from-mergers-in-anxious-times.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <h3 class="kicker">Breakingviews</h3>
+ <h2 class="story-heading" title="Eyeing Emergency Exits From Mergers in Anxious Times">Eyeing Emergency Exits From Mergers in Anxious Times</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.450601; margin-left: 54.9399px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/goldman-sachs-completes-return-from-wilderness-to-the-white-house.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/12/business/13STEWART/13STEWART-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+
+ <h3 class="kicker">Common Sense</h3>
+ <h2 class="story-heading" title="Goldman Sachs Completes Return From Wilderness to the White House">Goldman Sachs Completes Return From Wilderness to the White House</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.384666; margin-left: 61.5334px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/arts/design/guy-wildenstein-is-cleared-of-money-laundering-charges.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/arts/13FRAUD/13FRAUD-thumbStandard-v2.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="The Billionaire Art Dealer Guy Wildenstein Is Cleared of Tax Fraud">The Billionaire Art Dealer Guy Wildenstein Is Cleared of Tax Fraud</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.331247; margin-left: 66.8753px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/12/business/dealbook/trump-mnuchin-tillerson-thiel-volkswagen.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/world/13DB-NEWSLETTER-1/13DB-NEWSLETTER-1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading long-story-heading" title="Morning Agenda: The Transition, Cabinet Nominees and ‘Star Wars’ vs. ‘Star Trek’">Morning Agenda: The Transition, Cabinet Nominees and ‘Star Wars’ vs. ‘Star Trek’</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.287657; margin-left: 71.2343px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/11/business/dealbook/steven-mnuchin-treasury-secretary-nominee-donald-trump.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/12/us/12DB-Mnuchin/12DB-Mnuchin-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="A Financial Mystery Emerges. Its Name? Steven T. Mnuchin Inc.">A Financial Mystery Emerges. Its Name? Steven T. Mnuchin Inc.</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.251784; margin-left: 74.8216px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/11/business/dealbook/chris-rokos-capital-management-hedge-funds.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/12/business/12DB-ROKOS3/12DB-ROKOS3-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Chris Rokos Is Said to Be Seeking to Raise More Than $2 Billion">Chris Rokos Is Said to Be Seeking to Raise More Than $2 Billion</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.221997; margin-left: 77.8003px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/11/business/dealbook/jpmorgan-chase-johnny-burris-whistleblower.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/12/business/12DB-BROKER1/12DB-BROKER1-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="JPMorgan Ordered to Pay Damages for Firing Whistle-Blower">JPMorgan Ordered to Pay Damages for Firing Whistle-Blower</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.197049; margin-left: 80.2951px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/09/business/dealbook/critics-say-trump-appointees-can-dodge-a-huge-tax-bill-thats-not-the-case.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/10/business/10DB-SORKIN/10DB-SORKIN-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+
+ <h3 class="kicker">DealBook</h3>
+ <h2 class="story-heading" title="Critics Say Trump Appointees Can Dodge a Huge Tax Bill. That’s Not the Case.">Critics Say Trump Appointees Can Dodge a Huge Tax Bill. That’s Not...</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.175979; margin-left: 82.4021px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/09/business/dealbook/under-new-chairman-sec-enforcer-role-might-shrink.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/05/business/05db-sec2/05db-sec2-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+
+ <h3 class="kicker">White Collar Watch</h3>
+ <h2 class="story-heading" title="Under New Chairman, S.E.C. Enforcer Role Might Shrink">Under New Chairman, S.E.C. Enforcer Role Might Shrink</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.158045; margin-left: 84.1955px;">
+ <a class="story-link" href="//www.nytimes.com/2017/01/02/business/dealbook/mergers.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/02/business/A-Big-Year-for-Deals-but-a-Decline-From-a-Record-2015-1483388712669/A-Big-Year-for-Deals-but-a-Decline-From-a-Record-2015-1483388712669-thumbStandard.png" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="For Non-Tech Companies, if You Can’t Build It, Buy a Start-Up">For Non-Tech Companies, if You Can’t Build It, Buy a Start-Up</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.142667; margin-left: 85.7333px;">
+ <a class="story-link" href="//www.nytimes.com/2016/12/30/business/dealbook/deutsche-bank-flew-and-fell-some-paid-a-high-price.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/01/business/01DB-DEUTSCHE/01DB-DEUTSCHE-thumbStandard.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Deutsche Bank Flew and Fell. Some Paid a High Price.">Deutsche Bank Flew and Fell. Some Paid a High Price.</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.129393; margin-left: 87.0607px;">
+ <a class="story-link" href="//www.nytimes.com/2016/12/26/business/dealbook/seller-financed-home-sales-poor-people-lead-paint.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/12/23/business/00db-lead2/00db-lead2-thumbStandard-v2.jpg" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+ <h2 class="story-heading" title="Seller-Financed Deals Are Putting Poor People in Lead-Tainted Homes">Seller-Financed Deals Are Putting Poor People in Lead-Tainted Homes</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item " style="opacity: 0.117861; margin-left: 88.2139px;">
+ <a class="story-link" href="//www.nytimes.com/2016/12/24/business/dealbook/private-equity-water.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/12/28/business/db-pewater-illo/db-pewater-illo-thumbStandard.gif" alt="" />
+ <div class="media-action-overlay">
+
+ <i class="icon sprite-icon image-icon"></i>
+ <span class="overlay-text visually-hidden"></span>
+
+ </div>
+ </div>
+
+ <h3 class="kicker">Bottom Line Nation | Part 5</h3>
+ <h2 class="story-heading" title="In American Towns, Private Profits From Public Works">In American Towns, Private Profits From Public Works</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ <li class="collection-item last-collection-item " style="opacity: 0.107784; margin-left: 89.2216px;">
+ <a class="story-link" href="//www.nytimes.com/reuters/2017/01/13/business/13reuters-boeing-spicejet.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <div class="story-container">
+ <article class="story theme-summary">
+
+ <h2 class="story-heading" title="SpiceJet to Buy 100 New Boeing Planes, Eyes India Expansion">SpiceJet to Buy 100 New Boeing Planes, Eyes India Expansion</h2>
+ </article>
+ </div>
+ </a>
+ </li>
+ </ol>
+ </li>
+ <li class="collection ribbon-loader">
+ <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div>
+ </li>
+ </ol>
+ <div class="ribbon-navigation-container">
+ <nav class="ribbon-navigation next">
+ <span class="visually-hidden">See next articles</span>
+ <div class="arrow arrow-right">
+ <div class="arrow-conceal"></div>
+ </div>
+ </nav>
+ <nav class="ribbon-navigation previous inactive">
+ <span class="visually-hidden">See previous articles</span>
+ <div class="arrow arrow-left">
+ <div class="arrow-conceal"></div>
+ </div>
+ </nav>
+ </div>
+ </div>
+ <!-- close nocontent -->
+ <div class="collection-marker first-collection-marker">
+ <h2 class="collection-label"><a href="http://www.nytimes.com/pages/business/dealbook/index.html">DealBook</a></h2>
+ </div>
+ </nav>
+
+ <script type="text/javascript">
+ if (window.magnum & amp; & amp; window.magnum.serverRibbon & amp; & amp; window.magnum.getFlags().indexOf('serverRibbonTest') !== -1 & amp; & amp; window.NYTD.Abra('www-server-ribbon-test') === 'variant1') {
+ window.magnum.serverRibbon();
+ }
+ </script>
+ <nav id="navigation" class="navigation">
+ <h2 class="visually-hidden">Site Navigation</h2>
+ <div class="sections">
+
+
+ <div class="section ">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A963B567-7D3D-4D0C-9E47-BF91609EFCE7" class="domestic " role="menuitem" href="http://www.nytimes.com">
+Home Page
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-F4E6EDF7-81C6-4DB2-8EB9-5A5E8A95CEC1" class="international " role="menuitem" href="http://international.nytimes.com/?iht">
+Home Page
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9A43D8FC-F4CF-44D9-9B34-138D30468F8F" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/world/index.html" aria-haspopup="true" aria-expanded="false">
+World
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/national/index.html" aria-haspopup="true" aria-expanded="false">
+U.S.
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/politics/index.html" aria-haspopup="true" aria-expanded="false">
+Politics
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C4DC8C0C-E148-4201-BF10-82F1C903DBFB" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/nyregion/index.html" aria-haspopup="true" aria-expanded="false">
+N.Y.
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-104D1E63-9701-497B-8CF4-A4D120C9014E" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/business/index.html" aria-haspopup="true" aria-expanded="false">
+Business
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A257D89A-0D3C-40AF-9C34-1A25A7947D94" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/business/international/index.html" aria-haspopup="true" aria-expanded="false">
+Business
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AD8090D7-4137-4D71-84C8-70DA3BD89778" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html" aria-haspopup="true" aria-expanded="false">
+Opinion
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-09736473-CB3F-4B2F-9772-3AF128ABE12D" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html" aria-haspopup="true" aria-expanded="false">
+Opinion
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-78FBAD45-31A9-4EC7-B172-7D62A2B9955E" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/technology/index.html" aria-haspopup="true" aria-expanded="false">
+Tech
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A4B35924-DB6C-4EA3-997D-450810F4FEE6" class=" expandable" role="menuitem" href="http://www.nytimes.com/section/science" aria-haspopup="true" aria-expanded="false">
+Science
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/health/index.html" aria-haspopup="true" aria-expanded="false">
+Health
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/sports/index.html" aria-haspopup="true" aria-expanded="false">
+Sports
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BE66F420-C51B-461D-B487-CACF62E94AAE" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/sports/international/index.html" aria-haspopup="true" aria-expanded="false">
+Sports
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section ">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/arts/index.html" aria-haspopup="true" aria-expanded="false">
+Arts
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0202D0E4-C59B-479A-BD42-6F1766459781" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/arts/international/index.html" aria-haspopup="true" aria-expanded="false">
+Arts
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B3DFBD82-F298-43B3-9458-219B4F6AA2A5" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/fashion/index.html" aria-haspopup="true" aria-expanded="false">
+Fashion &amp; Style
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/style/international/index.html" aria-haspopup="true" aria-expanded="false">
+Fashion &amp; Style
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D9C94A2B-0364-4D25-8383-592CC66F82D4" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/dining/index.html" aria-haspopup="true" aria-expanded="false">
+Food
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/dining/international/index.html" aria-haspopup="true" aria-expanded="false">
+Food
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FDA10AC4-4738-4099-91E8-15584765C8D7" class=" " role="menuitem" href="http://www.nytimes.com/section/travel">
+Travel
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E57A148E-0CB9-4C02-966D-28B119710151" class=" " role="menuitem" href="http://www.nytimes.com/pages/magazine/index.html">
+Magazine
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-052C33AD-1404-4DB6-AA70-0901DB1AD95B" class=" " role="menuitem" href="http://www.nytimes.com/section/t-magazine">
+T Magazine
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-92720057-BCB6-4BDB-9351-12F29393259F" class=" expandable" role="menuitem" href="http://www.nytimes.com/section/realestate" aria-haspopup="true" aria-expanded="false">
+Real Estate
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-CEDDB6A8-F7E1-47A2-AC53-E28C616DFCD5" class=" " role="menuitem" href="http://www.nytimes.com/pages/obituaries/index.html">
+Obituaries
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-432A1823-3F24-43C0-8004-79088F94E754" class=" expandable" role="menuitem" href="http://www.nytimes.com/video" aria-haspopup="true" aria-expanded="false">
+Video
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D64FAE4C-4425-4E5A-B898-6C8CB59F9957" class=" " role="menuitem" href="http://www.nytimes.com/upshot/">
+The Upshot
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0442C365-4B63-4B63-B9DE-3C28319CB622" class=" expandable" role="menuitem" tabindex="0" aria-haspopup="true" aria-expanded="false">
+Conferences
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section ">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-5C13EEDD-D905-4D8C-A284-6859EA434563" class=" " role="menuitem" href="http://www.nytimes.com/crosswords/">
+Crossword
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-99C17804-A343-4A76-BF04-F5793ADA48D1" class=" " role="menuitem" href="http://www.nytimes.com/times-insider">
+Times Insider
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-614CE30F-3D4A-4194-9C6F-AE5901C5762D" class=" " role="menuitem" href="http://www.nytimes.com/section/learning">
+The Learning Network
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section hidden">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-8FB1308A-FFE4-4BED-ADF6-659A680D0884" class=" " role="menuitem" href="http://www.nytimes.com/pages/multimedia/index.html">
+Multimedia
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-108F7745-BAD9-4630-87BB-4FB4ED7CAA11" class=" " role="menuitem" href="http://lens.blogs.nytimes.com/">
+Photography
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-EDCE4B29-2B91-4241-82E6-C972E9449F49" class=" " role="menuitem" href="http://www.nytimes.com/podcasts/">
+Podcasts
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section hidden">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-6101A43A-8BDE-45FF-AAD5-EF7396F83AC9" class=" " role="menuitem" href="https://www.nytimes.com/store/?&amp;t=qry542&amp;utm_source=nytimes&amp;utm_medium=HPB&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=NYT%20Store&amp;contentPlacement=2&amp;pgtype=Homepage">
+NYT Store
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-52A8A3F2-F138-425B-A63F-722E2BBC9372" class=" " role="menuitem" href="http://www.nytwineclub.com">
+NYT Wine Club
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-081347DE-FF02-4B6C-889B-9AE59F391833" class=" " role="menuitem" href="http://nytedu.com">
+nytEducation
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-797F8D17-1632-435D-B3DB-708FC4B4BAEF" class=" " role="menuitem" href="http://www.nytimes.com/times-journeys/?utm_source=nytimes&amp;utm_medium=HPLink&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=Times%20Journeys&amp;contentPlacement=2&amp;pgtype=Homepage">
+Times Journeys
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-53CB229C-5F34-4C32-8B8C-6F7B7626BBDD" class=" " role="menuitem" href="https://www.chefd.com/pages/new-york-times-cooking-meal-plan?utm_campaign=web1_20160617&amp;utm_medium=partner&amp;utm_source=nyt">
+Meal Kits
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section hidden">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-FED853D9-D192-46F6-8D18-447803EB4A7B" class=" " role="menuitem" href="http://www.nytimes.com/seeallnav">
+Subscribe
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-61E9BFEA-F509-4BCA-ADC6-32C5A30B83FD" class=" " role="menuitem" href="http://www.nytimes.com/membercenter">
+Manage Account
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-0DAA7CFE-196B-4878-B899-5363070098EC" class=" " role="menuitem" href="http://www.nytimes.com/pages/todayspaper/index.html">
+Today's Paper
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-1FBDDF2B-64F5-4DB3-8093-F0CCB7808799" class=" " role="menuitem" href="http://www.nytimes.com/interactive/blogs/directory.html">
+Blogs
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-D3E5F163-D939-4FD5-8FB6-C6AD31748E30" class=" " role="menuitem" href="http://www.nytimes.com/pages/topics/">
+Times Topics
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-6BBF5308-5EA3-4B25-885F-393F7372F27F" class=" " role="menuitem" href="http://www.nytimes.com/marketing/tools-and-services/">
+Tools &amp; Services
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-288E1691-DA3B-457A-8B06-D10A1351E7B9" class=" " role="menuitem" href="http://www.nytimes.com/section/jobs">
+Jobs
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-D4C7C57A-E74D-44C3-9D0E-0AE6B715610F" class=" " role="menuitem" href="http://www.nytimes.com/ref/classifieds/">
+Classifieds
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-6DD9D623-A907-4623-9C5A-9409972B76DA" class=" " role="menuitem" href="http://www.nytimes.com/pages/corrections/index.html">
+Corrections
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section ">
+ <ul class="menu" role="menubar">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-more-section" class=" expandable" role="menuitem" tabindex="0" aria-haspopup="true" aria-expanded="false">
+More
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ </div>
+ </nav>
+ <!-- close navigation -->
+
+ <nav id="mobile-navigation" class="mobile-navigation hidden">
+ <h2 class="visually-hidden">Site Mobile Navigation</h2>
+ </nav>
+ <!-- close mobile-navigation -->
+
+ <div id="navigation-edge" class="navigation-edge"></div>
+ <div id="page" class="page">
+ <div id="TopAd" class="ad top-ad nocontent robots-nocontent hidden" data-google-query-id="COul-sTkvtECFRdgvAodtOIE-g" style="display: none;">
+ <div class="accessibility-ad-header visually-hidden">
+ <p>Advertisement</p>
+ </div>
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_0" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="100%" height="0" frameborder="0"></iframe></div>
+ </div>
+
+ <main id="main" class="main" role="main">
+ <article id="story" class="story theme-main ">
+
+ <div id="TragedyAd" class="ad tragedy-ad nocontent robots-nocontent"></div>
+
+ <div class="dealbook-branding">
+ <h2 class="dealbook-branding-heading">
+ <a href="http://www.nytimes.com/pages/business/dealbook/index.html">
+ <svg xmlns="http://www.w3.org/2000/svg" class="dealbook-logo" width="320" height="42" role="img" aria-label="Dealbook">
+ <image width="320" height="42" xlink:href="https://a1.nyt.com/assets/article/20170112-121631/images/article/dealbook-logo-320x42.svg" xmlns:xlink="http://www.w3.org/1999/xlink" src="https://a1.nyt.com/assets/article/20170112-121631/images/article/dealbook-logo-320x42.png" alt="Dealbook"/>
+ </svg>
+ </a>
+ </h2>
+ </div>
+ <!-- close dealbook-branding -->
+
+ <header id="story-header" class="story-header">
+ <div id="story-meta" class="story-meta ">
+ <div class="supported-by hidden nocontent robots-nocontent">
+ <span class="ad-label">Supported by</span>
+ <div id="supported-by-ad" class="supported-by-ad ad hidden" data-google-query-id="COyl-sTkvtECFRdgvAodtOIE-g" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_1__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_1" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_1" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="150" height="50" frameborder="0"></iframe></div>
+ </div>
+ </div>
+ <h3 class="kicker">
+ </h3>
+ <h1 itemprop="headline" id="headline" class="headline" style="visibility: visible;">Yahoo’s Sale to Verizon Leaves Shareholders With Little Say</h1>
+ <div id="story-meta-footer" class="story-meta-footer">
+ <div class="extended-byline no-thumb">
+ <p class="byline-column">
+ <a class="byline-column-link" href="http://www.nytimes.com/column/deal-professor">Deal Professor</a> </p>
+ <p class="byline">By <span itemprop="author creator" itemscope="" itemtype="http://schema.org/Person" itemid="">
+ <span class="byline-author " data-byline-name="Steven Davidoff Solomon" itemprop="name">STEVEN DAVIDOFF SOLOMON</span>
+ </span>
+ <time class="dateline" datetime="2016-08-01T01:30:24-04:00" itemprop="dateModified" content="2016-08-01T01:30:24-04:00">JULY 29, 2016</time>
+ </p>
+ </div>
+ <!-- close extended-byline -->
+
+ <div class="story-meta-footer-sharetools">
+ <div id="sharetools-story-meta-footer" aria-label="tools" role="group" class="sharetools theme-classic sharetools-story-meta-footer " data-shares="facebook,twitter,email,show-all,save" data-url="http://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" data-title="Yahoo’s Sale to Verizon Leaves Shareholders With Little Say" data-author="By STEVEN DAVIDOFF SOLOMON" data-media="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-jumbo.jpg" data-description="The internet giant’s decision to sell its business is plagued with challenges that reveal how unusual deal structures can affect shareholders." data-publish-date="July 29, 2016" data-share-tools-initialized="1">
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a>
+ <span class="sharetools-label visually-hidden">Share This Page</span>
+ <div class="ad sharetools-inline-article-ad hidden nocontent robots-nocontent">
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a>
+ </div>
+ <ul class="sharetools-menu">
+ <li class="sharetool facebook-sharetool"><a href="javascript:;" data-share="facebook" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">Share</span></a></li>
+ <li class="sharetool twitter-sharetool"><a href="javascript:;" data-share="twitter" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">Tweet</span></a></li>
+ <li class="sharetool email-sharetool"><a href="javascript:;" data-share="email" data-modal-title="Log in to email"><i class="icon sprite-icon"></i><span class="sharetool-text ">Email</span></a></li>
+ <li class="sharetool show-all-sharetool"><a href="javascript:;" data-share="show-all" data-modal-title=""><i class="icon sprite-icon"></i><span class="sharetool-text ">More</span></a></li>
+ <li class="sharetool save-sharetool"><a href="javascript:;" data-share="save" data-modal-title="Log in to save"><i class="icon sprite-icon"></i><span class="sharetool-text ">Save</span></a></li>
+ </ul>
+ </div>
+ <!-- close shareTools -->
+ </div>
+ </div>
+ <!-- close story-meta-footer -->
+ </div>
+ <!-- close story-meta -->
+ </header>
+
+ <script type="text/javascript">
+ if (
+ window.magnum &
+ amp; & amp; window.magnum.getFlags().indexOf('headlineBalancer') & gt; 0 &
+ amp; & amp; window.magnum.headlineBalancer &
+ amp; & amp; window.magnum.headlineBalancer.initialize &
+ amp; & amp; window.magnum.headlineBalancer.shouldRun()
+ ) {
+ window.magnum.headlineBalancer.initialize();
+ }
+ </script>
+
+
+ <div class="story-body-supplemental">
+ <div class="story-body story-body-1">
+ <figure id="media-100000004560166" class="media photo lede layout-small-horizontal" data-media-action="modal" itemprop="associatedMedia" itemscope="" itemid="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-master315.jpg" itemtype="http://schema.org/ImageObject" aria-label="media" role="group">
+ <span class="visually-hidden">Photo</span>
+ <div class="image">
+ <img src="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-master315.jpg" alt="" class="media-viewer-candidate" data-mediaviewer-src="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-superJumbo.jpg" data-mediaviewer-caption="" data-mediaviewer-credit="Harry Campbell" itemprop="url" itemid="https://static01.nyt.com/images/2016/07/30/business/db-dealprof/db-dealprof-master315.jpg" />
+ <div class="media-action-overlay">
+ <i class="icon sprite-icon"></i>
+ </div>
+ <meta itemprop="height" content="315" />
+ <meta itemprop="width" content="315" />
+ </div>
+ <figcaption class="caption" itemprop="caption description">
+ <span class="credit" itemprop="copyrightHolder">
+ <span class="visually-hidden">Credit</span> Harry Campbell </span>
+ </figcaption>
+ </figure>
+ <p class="story-body-text story-content" data-para-count="148" data-total-count="148"><a href="http://www.nytimes.com/topic/company/yahoo-inc?inline=nyt-org" title="More information about Yahoo! Inc." class="meta-org">Yahoo</a>’s $4.8 billion sale to <a href="http://www.nytimes.com/topic/company/verizon-communications-inc?inline=nyt-org" title="More information about Verizon Communications Inc." class="meta-org">Verizon</a> is a complicated beast, showing how different acquisition structures can affect how shareholders are treated.</p>
+ <p class="story-body-text story-content" data-para-count="177" data-total-count="325">First, let’s say what the Yahoo sale is not. It is not a sale of the publicly traded company. Instead, it is a sale of the Yahoo subsidiary and some related assets to Verizon.</p>
+ <p class="story-body-text story-content" data-para-count="529" data-total-count="854">The sale is being done in two steps. The <a href="https://www.sec.gov/Archives/edgar/data/1011006/000119312516656036/d178500dex22.htm">first step</a> will be the transfer of any assets related to Yahoo business to a singular subsidiary. This includes the stock in the business subsidiaries that make up Yahoo that are not already in the single subsidiary, as well as the odd assets like benefit plan rights. This is what is being sold to Verizon. A license of Yahoo’s oldest patents is being held back in the so-called Excalibur portfolio. This will stay with Yahoo, as will Yahoo’s stakes in Alibaba Group and Yahoo Japan.</p>
+ <p class="story-body-text story-content" data-para-count="479" data-total-count="1333">It is hard to overestimate how complex an asset sale like this is. Some of the assets are self-contained, but they must be gathered up and transferred. Employees need to be shuffled around and compensation arrangements redone. Many contracts, like the now-infamous one struck with the search engine Mozilla, which <a href="http://www.recode.net/2016/7/7/12116296/marissa-mayer-deal-mozilla-yahoo-payment">may result in a payment of up to a $1 billion</a>, will contain change-of-control provisions that will be set off and have to be addressed. Tax issues always loom large.</p> <a class="visually-hidden skip-to-text-link" href="#story-continues-1">Continue reading the main story</a>
+ </div>
+ <!-- close story-body -->
+ <div class="supplemental first short" id="supplemental-1" data-between-flex-ads="true" data-pre-height="673" data-max-items="1" data-remaining="673" data-minimum="400" data-last-item-height="873" data-flex-ad-adjacency="true" data-post-height="673">
+ <div class="supplemental-items" data-supplemental-order="0" data-no-med-rec="true" data-no-ads="true">
+ <aside class="marginalia related-combined-coverage-marginalia marginalia-item nocontent robots-nocontent" data-marginalia-type="sprinkled" role="complementary" module="Related-CombinedMarginalia">
+ <div class="nocontent robots-nocontent">
+ <header>
+ <h2 class="module-heading">Related Coverage</h2>
+ </header>
+ <ul>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2016/07/27/business/media/marissa-mayers-media-problem-at-yahoo-is-now-verizons-to-solve.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/07/27/business/27MARISSA/27MARISSA-thumbStandard.jpg" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Marissa Mayer’s Media Problem at Yahoo Is Now Verizon’s to Solve</span>
+ <time class="dateline">JULY 26, 2016</time>
+ </h2>
+ </div>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2016/07/26/business/verizon-yahoo-sale.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/07/25/business/cnbc-yahoo/cnbc-yahoo-thumbStandard.png" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Verizon Announces $4.8 Billion Deal for Yahoo’s Internet Business</span>
+ <time class="dateline">JULY 25, 2016</time>
+ </h2>
+ </div>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2016/07/25/business/yahoo-sale.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/07/24/business/25YAHOO-sale/25YAHOO-sale-thumbStandard.jpg" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Yahoo’s Sale to Verizon Ends an Era for a Web Pioneer</span>
+ <time class="dateline">JULY 24, 2016</time>
+ </h2>
+ </div>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2016/07/23/business/dealbook/yahoo-sale-verizon.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/07/23/business/23yahoo/23yahoo-thumbStandard.jpg" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Verizon Is Said to Be Near a Deal to Acquire Yahoo</span>
+ <time class="dateline">JULY 22, 2016</time>
+ </h2>
+ </div>
+ </a>
+ </article>
+ </li>
+ </ul>
+ </div>
+ </aside>
+ </div>
+ </div>
+ <!-- close supplemental -->
+ </div>
+ <!-- close story-body-supplemental -->
+ <div class="story-interrupter" id="story-continues-1">
+ <div id="FlexAd" class="ad flex-ad nocontent robots-nocontent">
+ <div class="accessibility-ad-header visually-hidden">
+ <p>Advertisement</p>
+ </div>
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-2">Continue reading the main story</a>
+ <div class="flex-ad-creative"></div>
+ </div>
+ </div>
+ <div class="story-body-supplemental">
+ <div class="story-body story-body-2">
+ <p class="story-body-text story-content" data-para-count="602" data-total-count="1935" id="story-continues-2">In the second step, at the closing, <a href="https://www.sec.gov/Archives/edgar/data/1011006/000119312516656036/d178500dex22.htm">Yahoo will sell the stock</a> in the single subsidiary to Verizon. At that point, Yahoo will change its name to something without “Yahoo” in it. My favorite is simply Remain Co., the name Yahoo executives are using. Remain Co. will become a holding company for the Alibaba and Yahoo Japan stock. Included will also be $10 billion in cash, plus the Excalibur patent portfolio and a number of minority investments including Snapchat. Ahh, if only Yahoo had bought Snapchat instead of Tumblr (indeed, if only Yahoo had bought Google or Facebook when it had the chance).</p>
+ <div id="story-ad-1" class="story-ad ad ad-placeholder nocontent robots-nocontent hidden">
+ <div class="accessibility-ad-header visually-hidden">
+ <p>Advertisement</p>
+ </div>
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-3">Continue reading the main story</a>
+ </div>
+ <p class="story-body-text story-content" data-para-count="262" data-total-count="2197" id="story-continues-3">Because it is a sale of a subsidiary, the $4.8 billion will be paid to Yahoo. Its shareholders will not receive any money unless Yahoo pays it out in a dividend (after paying taxes). Instead, Yahoo shareholders will be left holding shares in the renamed company.</p>
+ <p class="story-body-text story-content" data-para-count="250" data-total-count="2447">Verizon’s Yahoo will then be run <a href="http://www.nytimes.com/2016/07/25/business/yahoo-sale.html?_r=0">under the same umbrella as AOL</a>. It is unclear whether there will be a further merger of the two businesses after the acquisition. Plans for Yahoo are still a bit in flux in part because of the abnormal sale process.</p>
+ <p class="story-body-text story-content" data-para-count="497" data-total-count="2944">As for Remain Co., it will become a so-called investment company. This is a special designation for a company that holds securities for investment but does not operate a working business. Investment companies are subject to special regulation under the Investment Company Act of 1940. Remain Co. will probably just sit there, returning cash to shareholders and waiting for Alibaba to buy it in a tax-free transaction. (Alibaba says it has no plans to do this, but most people do not believe this).</p>
+ <p class="story-body-text story-content" data-para-count="129" data-total-count="3073">The rights of Yahoo shareholders in this sale will be different from those in an ordinary sale, when an entire company is bought.</p>
+ <p class="story-body-text story-content" data-para-count="560" data-total-count="3633">Ordinary sales are done in one of two ways: in a merger where the target is merged into a subsidiary of the buyer and the target shareholders receive the cash (or other consideration), or in a tender offer that gives the target shareholders a choice to tender into the offer or not. Then there will be a merger where the target is merged into the buyer’s subsidiary and the target shareholders are forcibly squeezed out, receiving the merger consideration. (if you want to know why you would choose one structure over another, I wrote <a href="http://dealbook.nytimes.com/2009/10/14/the-peculiarities-of-tender-offers/?_r=0">a good primer</a> in 2009.)</p>
+ <p class="story-body-text story-content" data-para-count="114" data-total-count="3747">In either case, shareholders get a say. They either vote on the merger or decide whether to tender into the offer.</p>
+ <p class="story-body-text story-content" data-para-count="278" data-total-count="4025">In both cases, there would be appraisal rights if the buyer pays cash. This means that shareholders can object to the deal by not voting for it or not tendering into the offer and instead asking a court to value their shares – this is what happened <a href="http://www.nytimes.com/2016/06/08/business/dealbook/ruling-on-dell-buyout-may-not-be-precedent-some-fear.html">in Dell’s buyout in 2013</a>.</p>
+ <p class="story-body-text story-content" data-para-count="448" data-total-count="4473">The Yahoo deal, however, is not a sale of the public company. It is an asset sale, in which there is only a shareholder vote if there is a sale of “all” or “substantially all” of the assets of the company. Yahoo is not all of the assets or even “substantially all” – the Alibaba shares being left behind in Remain Co. are worth about $28 billion, or six times the value of the cash Verizon is paying for the Yahoo assets it is buying.</p>
+ <div id="story-ad-2" class="story-ad ad ad-placeholder nocontent robots-nocontent hidden">
+ <div class="accessibility-ad-header visually-hidden">
+ <p>Advertisement</p>
+ </div>
+ <a class="visually-hidden skip-to-text-link" href="#story-continues-4">Continue reading the main story</a>
+ </div>
+ <p class="story-body-text story-content" data-para-count="343" data-total-count="4816" id="story-continues-4">The courts have held that the definition of “substantially all” includes a change of business in a company because of an asset sale where the assets are <a href="http://caselaw.findlaw.com/de-court-of-chancery/1306648.html">“qualitatively vital.”</a> And that certainly applies here. So there will be a vote – indeed, Yahoo has no problem with a vote – and shareholders are desperate to sell at this point.</p>
+ <p class="story-body-text story-content" data-para-count="183" data-total-count="4999">There will be no appraisal rights, however. Again, in an asset sale, there are no appraisal rights. So anyone who votes against the deal and thinks this is a bum price is out of luck.</p>
+ <p class="story-body-text story-content" data-para-count="260" data-total-count="5259">The different standards for voting and appraisal rights apply because the structure of the deal is a quirk of the law in Delaware, where Yahoo is incorporated, that allows lawyers to sometimes work around these issues simply by changing the way a deal is done.</p>
+ <p class="story-body-text story-content" data-para-count="112" data-total-count="5371">In Yahoo’s case, this is not deliberate, though. It is simply the most expedient way to get rid of the assets.</p>
+ <p class="story-body-text story-content" data-para-count="583" data-total-count="5954">Whether this is the most tax-efficient way is unclear to me as a nontax lawyer (email me if you know). Yahoo is likely to have a tax bill on the sale, possibly a substantial one. And I presume there were legal reasons for not using a <a href="http://dealbook.nytimes.com/2014/04/29/alliant-techsystems-break-up-and-the-return-of-the-morris-trust/">Morris Trust structure</a>, in which Yahoo would have been spun off and immediately sold to Verizon so that only Yahoo’s shareholders paid tax on the deal. In truth, the Yahoo assets being sold are only about 10 percent of the value of the company, so the time and logistics for such a sale when Yahoo is a melting ice cube may not have been worth it.</p>
+ <p class="story-body-text story-content" data-para-count="450" data-total-count="6404">Finally, if another bidder still wants to acquire Yahoo, it has time. The agreement with Verizon allows Yahoo to terminate the deal and accept a superior offer by paying a $144 million breakup fee to Verizon. And if Yahoo shareholders change their minds and want to stick with Yahoo’s chief executive, <a href="http://topics.nytimes.com/top/reference/timestopics/people/m/marissa_mayer/index.html?inline=nyt-per" title="More articles about Marissa Mayer." class="meta-per">Marissa Mayer</a>, and vote down the deal, there is a so-called naked no-vote termination fee of $15 million payable to Verizon to reimburse expenses.</p>
+ <p class="story-body-text story-content" data-para-count="426" data-total-count="6830">All in all, this was as hairy a deal as they come. There was the procedural and logistical complications of selling a company when the chief executive wanted to stay. Then there was the fact that this was an asset sale, including all of the challenges that go with it. Throw in all of the tax issues and the fact that this is a public company, and it is likely that the lawyers involved will have nightmares for years to come.</p> <a class="visually-hidden skip-to-text-link" href="#whats-next">Continue reading the main story</a>
+ </div>
+ <!-- close story-body -->
+ <div class="supplemental " id="supplemental-2" data-pre-height="2132" data-max-items="2" data-remaining="242" data-minimum="400" data-last-item-height="945" data-flex-ad-adjacency="false" data-post-height="2132">
+ <div class="supplemental-items" data-supplemental-order="1">
+ <aside id="middle-right-paid-post-container" class="ad middle-right-ad paid-post-ad marginalia-item hidden nocontent robots-nocontent">
+ <h2 class="marginalia-heading"></h2>
+ <ul class="story-menu">
+ <li id="MiddleRightPaidPost1" class="story-menu-item ad hidden" data-google-query-id="CIy7_MXkvtECFVAdvAodMLMHGQ" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_4__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_4" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_4" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="77" frameborder="0"></iframe></div>
+ </li>
+ <li id="MiddleRightPaidPost2" class="story-menu-item ad hidden" data-google-query-id="CI27_MXkvtECFVAdvAodMLMHGQ" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_5__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_5" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_5" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="77" frameborder="0"></iframe></div>
+ </li>
+ <li id="MiddleRightPaidPost3" class="story-menu-item ad hidden" data-google-query-id="CI67_MXkvtECFVAdvAodMLMHGQ" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_6__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_6" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_6" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="77" frameborder="0"></iframe></div>
+ </li>
+ <li id="MiddleRightPaidPost4" class="story-menu-item ad hidden" data-google-query-id="CI-7_MXkvtECFVAdvAodMLMHGQ" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_7__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_7" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_7" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="77" frameborder="0"></iframe></div>
+ </li>
+ </ul>
+ </aside>
+ <aside class="marginalia collection-marginalia collection collection-type-column collection-tone-news collection-section-business collection-theme-latest-headlines nocontent robots-nocontent" role="complementary">
+ <div class="nocontent robots-nocontent">
+ <header>
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2015/02/17/business/dealbook/db_bug_solomon/db_bug_solomon-blogSmallThumb-v2.jpg" alt="" />
+ </div>
+ <div class="collection-meta">
+ <div class="collection-headings">
+ <h2 class="collection-marginalia-heading"><a href="http://www.nytimes.com/column/deal-professor">Deal Professor</a></h2>
+ <h3 class="collection-marginalia-subheading"></h3>
+ </div>
+ </div>
+ <div class="follow-button-placeholder" data-collection-id="column.deal-professor"></div>
+ </header>
+ <ul>
+ <li>
+ <article class="story theme-summary">
+ <a class="story-link" href="http://www.nytimes.com/2016/12/27/business/dealbook/grading-the-big-deals-of-2016-low-and-incomplete-marks-abound.html?rref=collection%2Fcolumn%2FDeal%20Professor">
+ <h2 class="headline">
+ <span class="headline-text">
+ Grading the Big Deals of 2016: Low and Incomplete Marks Abound </span>
+ <time class="dateline">DEC 27</time>
+ </h2>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary">
+ <a class="story-link" href="http://www.nytimes.com/2016/12/20/business/dealbook/why-verizon-cant-quit-yahoo.html?rref=collection%2Fcolumn%2FDeal%20Professor">
+ <h2 class="headline">
+ <span class="headline-text">
+ Why Verizon Can’t Quit Yahoo </span>
+ <time class="dateline">DEC 20</time>
+ </h2>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary">
+ <a class="story-link" href="http://www.nytimes.com/2016/12/13/business/dealbook/a-potential-hitch-in-zuckerbergs-stock-plan-for-facebook.html?rref=collection%2Fcolumn%2FDeal%20Professor">
+ <h2 class="headline">
+ <span class="headline-text">
+ A Potential Hitch in Zuckerberg’s Stock Plan for Facebook </span>
+ <time class="dateline">DEC 13</time>
+ </h2>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary">
+ <a class="story-link" href="http://www.nytimes.com/2016/12/07/business/dealbook/abbott-laboratories-alere-mac-clause.html?rref=collection%2Fcolumn%2FDeal%20Professor">
+ <h2 class="headline">
+ <span class="headline-text">
+ In Abbott’s Bid to Halt Purchase of Alere, the MAC Makes a Comeback </span>
+ <time class="dateline">DEC 7</time>
+ </h2>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary">
+ <a class="story-link" href="http://www.nytimes.com/2016/12/06/business/dealbook/donald-trump-holdings-conflicts-of-interest.html?rref=collection%2Fcolumn%2FDeal%20Professor">
+ <h2 class="headline">
+ <span class="headline-text">
+ How an Everything-Must-Go Trump Sale Might Look </span>
+ <time class="dateline">DEC 6</time>
+ </h2>
+ </a>
+ </article>
+ </li>
+ </ul>
+ <footer>
+ <p class="user-action"><a href="http://www.nytimes.com/column/deal-professor">See More »</a></p>
+ </footer>
+ </div>
+ <!-- close nocontent -->
+ </aside>
+ </div>
+ <div class="supplemental-items" data-supplemental-order="2">
+ <div id="marketing-ad" class="ad marketing-ad marginalia-anchor-ad marginalia-item nocontent robots-nocontent"></div>
+ <div id="medium-rectangle-ad-1" class="ad ad-placeholder medium-rectangle-ad marginalia-item nocontent robots-nocontent"></div>
+ </div>
+ </div>
+ <!-- close supplemental -->
+ </div>
+ <!-- close story-body-supplemental -->
+
+
+ <div class="reader-satisfaction-survey prompt feedback-prompt story-content hidden">
+ <a class="feedback-link" href="https://docs.google.com/forms/d/e/1FAIpQLSfLW30xgZodF1qRAg80oWEGuDpW-1HHaL0g42G3SmvB2f4lCw/viewform?entry.8537735=http://www.nytimes.com/2016/07/30/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html" target="_blank">
+ <p class="feedback-message">We’re interested in your feedback on this page. <strong>Tell us what you think.</strong></p>
+ </a>
+ </div>
+
+ <div id="storage-drawer" class="hidden">
+ <div class="supplemental-sub-item" data-attribute-position="0" data-attribute-name="CombinedMarginalia" data-attribute-type="Related" data-attribute-subtype="">
+
+ </div>
+ <div class="supplemental-sub-item" data-attribute-position="1" data-attribute-name="PaidPost" data-attribute-type="PaidPost" data-attribute-subtype="">
+
+ </div>
+ <div class="supplemental-sub-item" data-attribute-position="2" data-attribute-name="CollectionMarginalia" data-attribute-type="Related" data-attribute-subtype="Column">
+
+ </div>
+ </div>
+
+ </article>
+ <section id="related-combined-coverage" class="related-combined-coverage nocontent robots-nocontent">
+ <header class="section-header">
+ <h2 class="section-heading">Related Coverage</h2>
+ </header>
+ <div class="section-body">
+ <ol class="story-menu menu">
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2016/07/27/business/media/marissa-mayers-media-problem-at-yahoo-is-now-verizons-to-solve.html">
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Marissa Mayer’s Media Problem at Yahoo Is Now Verizon’s to Solve</span>
+ <time class="dateline">JULY 26, 2016</time>
+ </h2>
+ </div>
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/07/27/business/27MARISSA/27MARISSA-thumbStandard.jpg" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2016/07/26/business/verizon-yahoo-sale.html">
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Verizon Announces $4.8 Billion Deal for Yahoo’s Internet Business</span>
+ <time class="dateline">JULY 25, 2016</time>
+ </h2>
+ </div>
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/07/25/business/cnbc-yahoo/cnbc-yahoo-thumbStandard.png" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2016/07/25/business/yahoo-sale.html">
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Yahoo’s Sale to Verizon Ends an Era for a Web Pioneer</span>
+ <time class="dateline">JULY 24, 2016</time>
+ </h2>
+ </div>
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/07/24/business/25YAHOO-sale/25YAHOO-sale-thumbStandard.jpg" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story theme-summary ">
+ <a class="story-link" href="http://www.nytimes.com/2016/07/23/business/dealbook/yahoo-sale-verizon.html">
+ <div class="story-body">
+ <h2 class="headline">
+ <span class="title">Verizon Is Said to Be Near a Deal to Acquire Yahoo</span>
+ <time class="dateline">JULY 22, 2016</time>
+ </h2>
+ </div>
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2016/07/23/business/23yahoo/23yahoo-thumbStandard.jpg" role="presentation" alt="" />
+ <div class="media-action-overlay"></div>
+ </div>
+ </a>
+ </article>
+ </li>
+ </ol>
+ </div>
+ </section>
+ <aside class="module trending-module nocontent robots-nocontent" data-truncate-enabled="true" style="">
+ <div class="nocontent robots-nocontent">
+ <header>
+ <h2 class="module-heading">Trending</h2>
+ </header>
+ <ol>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/us/politics/trump-cabinet-mattis-tillerson.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13cabinet/13cabinet-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Latest to Disagree With Donald Trump: His Cabinet Nominees
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/11/magazine/neanderthals-were-people-too.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/15/magazine/15neanderthals1/15neanderthals1-thumbStandard-v3.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Feature:
+
+Neanderthals Were People, Too
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/us/politics/linda-bean-ll-bean-boycott.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13LLBean2_xp/13LLBean2_xp-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Trump Tweet About L. L. Bean Underscores Potential Danger for Brands
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/10/us/politics/obama-farewell-address-speech.html">
+ <article class="story theme-summary">
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+President Obama’s Farewell Address: Full Video and Text
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/business/media/trump-media-news-conference.html">
+ <article class="story theme-summary">
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Mediator:
+
+As Trump Berates News Media, a New Strategy Is Needed to Cover Him
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/11/fashion/peter-thiel-donald-trump-silicon-valley-technology-gawker.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/12/fashion/12THIELSUB/12THIELSUB-thumbStandard-v2.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+With ... Peter Thiel:
+
+Peter Thiel, Trump’s Tech Pal, Explains Himself
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/us/politics/joe-biden-presidential-medal-freedom.html">
+ <article class="story theme-summary">
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Obama Surprises Joe Biden With Presidential Medal of Freedom
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/us/politics/james-comey-fbi-inspector-general-hillary-clinton.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/us/13comey/13comey-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+Comey Letter on Clinton Email Is Subject of Justice Dept. Inquiry
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/12/business/media/cspan-russia-today.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/business/13xp-cspan_web1/13xp-cspan_web1-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+C-Span Online Broadcast Interrupted by Russian Network
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ <li>
+ <a class="story-link" href="http://www.nytimes.com/2017/01/11/us/politics/donald-trump-russia-intelligence.html">
+ <article class="story theme-summary">
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/12/us/12intel/12intel-thumbStandard.jpg" />
+ </div>
+ <h2 class="headline">
+ <span class="headline-text truncate-text">
+
+How a Sensational, Unverified Dossier Became a Crisis for Donald Trump
+</span>
+ </h2>
+ </article>
+ </a>
+ </li>
+
+ </ol>
+ <footer>
+ <p class="user-action"><a href="/trending">View More Trending Stories »</a></p>
+ <div id="MostEm" class="ad most-em-ad hidden" data-google-query-id="CJ6wj8XkvtECFYQavAod9nwOMQ" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_3__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_3" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_3" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="88" height="31" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_3__hidden__" title="" name="google_ads_iframe_/29390238/NYT/business/dealbook_3__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" srcdoc="" width="0" height="0" frameborder="0"></iframe></div>
+ </footer>
+ </div>
+ </aside>
+ <section id="whats-next" class="whats-next nocontent robots-nocontent">
+ <h2 class="visually-hidden">What's Next</h2>
+ <div class="nocontent robots-nocontent">
+ <div class="loader-container">
+ <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div>
+ </div>
+ </div>
+ <!-- close nocontent -->
+ </section>
+ <div id="TopAd1" class="text-ad bottom-left-ad nocontent robots-nocontent"></div>
+ <div id="Top5" class="ad top5-ad hidden nocontent robots-nocontent"></div>
+ <div class="search-overlay"></div>
+ <aside id="media-viewer" class="media-viewer" style="display:none;">
+ <button class="button close-button"><i class="icon"></i><span class="visually-hidden">Close this overlay</span></button>
+ <h2 class="media-viewer-headline"></h2>
+ <div class="media-viewer-wrapper"></div>
+ <nav class="media-viewer-nav">
+ <div class="media-viewer-counter"></div>
+ <div class="media-viewer-previous">
+ <span class="visually-hidden">Go to previous</span>
+ <div class="arrow arrow-left">
+ <div class="arrow-conceal"></div>
+ </div>
+ </div>
+ <div class="media-viewer-next">
+ <span class="visually-hidden">Go to next</span>
+ <div class="arrow arrow-right">
+ <div class="arrow-conceal"></div>
+ </div>
+ </div>
+ </nav>
+ <div class="loader-container" style="display:none;">
+ <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div>
+ </div>
+ </aside>
+ </main>
+ <!-- close main -->
+ <section id="site-index" class="site-index">
+ <header class="section-header">
+ <p class="user-action"><a href="http://www.nytimes.com/">Go to Home Page »</a></p>
+ <h2 class="section-heading">
+ <span class="visually-hidden">Site Index</span>
+ <a id="site-index-branding-link" href="http://www.nytimes.com/">
+ <span class="visually-hidden">The New York Times</span>
+ <svg xmlns="http://www.w3.org/2000/svg" class="nyt-logo" width="185" height="26" role="img" aria-label="The New York Times"><image width="185" height="26" xlink:href="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.svg" xmlns:xlink="http://www.w3.org/1999/xlink" src="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.png" alt="The New York Times" border="0"/></svg><img src="https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/nyt-logo-185x26.png" class="nyt-logo-print" alt="The New York Times" /></a>
+ </h2>
+ <script>
+ window.magnum.writeLogo('small', 'https://a1.nyt.com/assets/article/20170112-121631/images/foundation/logos/', '', '', 'standard', 'site-index-branding-link', '');
+ </script>
+ </header>
+
+ <nav id="site-index-navigation" class="site-index-navigation" role="navigation">
+ <h2 class="visually-hidden">Site Index Navigation</h2>
+ <div class="split-6-layout layout">
+
+
+ <div class="column">
+ <h3 class="menu-heading">News</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/world/index.html">World</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/national/index.html">U.S.</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/politics/index.html">Politics</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/nyregion/index.html">N.Y.</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/business/index.html">Business</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/technology/index.html">Tech</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/science">Science</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/health/index.html">Health</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/sports/index.html">Sports</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/education/index.html">Education</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/obituaries/index.html">Obituaries</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today's Paper</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/corrections/index.html">Corrections</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Opinion</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html">Today's Opinion</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#columnists">Op-Ed Columnists</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#editorials">Editorials</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#contributing">Contributing Writers</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#op-ed">Op-Ed Contributors</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#opinionator">Opinionator</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#letters">Letters</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">Sunday Review</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/opinion/index.html#takingNote">Taking Note</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/roomfordebate">Room for Debate</a>
+ </li>
+
+
+ <li>
+ <a href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">Public Editor</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/video/opinion">Video: Opinion</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Arts</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/index.html">Today's Arts</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/design/index.html">Art &amp; Design</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/books/index.html">Books</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/dance/index.html">Dance</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/movies/index.html">Movies</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/music/index.html">Music</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/arts/television/index.html">Television</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/theater/index.html">Theater</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/video/arts">Video: Arts</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Living</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/automobiles/index.html">Automobiles</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/crosswords/">Crossword</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/dining/index.html">Food</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/education/index.html">Education</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/fashion/index.html">Fashion &amp; Style</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/health/index.html">Health</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/jobs">Jobs</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/magazine/index.html">Magazine</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/realestate">Real Estate</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/t-magazine">T Magazine</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/section/travel">Travel</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/fashion/weddings/index.html">Weddings &amp; Celebrations</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Listings &amp; More</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="http://www.nytimes.com/ref/classifieds/">Classifieds</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/marketing/tools-and-services/">Tools &amp; Services</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/topics/">Times Topics</a>
+ </li>
+
+
+ <li>
+ <a href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">Public Editor</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/interactive/blogs/directory.html">Blogs</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/pages/multimedia/index.html">Multimedia</a>
+ </li>
+
+
+ <li>
+ <a href="http://lens.blogs.nytimes.com/">Photography</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/video">Video</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/store/?&amp;t=qry542&amp;utm_source=nytimes&amp;utm_medium=HPB&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=NYT%20Store&amp;contentPlacement=2&amp;pgtype=Homepage">NYT Store</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/times-journeys/?utm_source=nytimes&amp;utm_medium=HPLink&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP">Times Journeys</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/seeallnav">Subscribe</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytimes.com/membercenter">Manage My Account</a>
+ </li>
+
+
+ </ul>
+ </div>
+ <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <h3 class="menu-heading">Subscribe</h3>
+
+ <ul class="menu primary-menu">
+ <li class="menu-label">Subscribe</li>
+ <li class="home-delivery">
+ <i class="icon sprite-icon"></i>
+ <a href="http://www.nytimes.com/hdleftnav">Home Delivery</a>
+ </li>
+ <li class="digital-subscriptions">
+ <i class="icon sprite-icon"></i>
+ <a href="http://www.nytimes.com/digitalleftnav">Digital Subscriptions</a>
+ </li>
+ <li class="times-premier">
+ <i class="icon sprite-icon"></i>
+ <a href="http://www.nytimes.com/tpnav">Times Insider</a>
+ </li>
+ <li class="nyt-crossword last-item">
+ <i class="icon sprite-icon"></i>
+ <a id="nyt-crossword" href="//www.nytimes.com/subscriptions/games/lp897H9.html?campaignId=49W8Y">Crossword</a>
+ </li>
+ </ul>
+
+ <ul class="menu secondary-menu">
+
+ <li>
+ <a href="http://www.nytimes.com/marketing/newsletters">Email Newsletters</a>
+ </li>
+ <li>
+ <a href="https://myaccount.nytimes.com/mem/tnt.html">Alerts</a>
+ </li>
+ <li>
+ <a href="http://www.nytimes.com/giftleftnav">Gift Subscriptions</a>
+ </li>
+ <li>
+ <a href="http://www.nytimes.com/corporateleftnav">Corporate Subscriptions</a>
+ </li>
+ <li>
+ <a href="http://www.nytimes.com/educationleftnav">Education Rate</a>
+ </li>
+
+ </ul>
+ <ul class="menu secondary-menu">
+ <li>
+ <a href="http://www.nytimes.com/services/mobile/index.html">Mobile Applications</a>
+ </li>
+ <li>
+ <a href="http://eedition.nytimes.com/cgi-bin/signup.cgi?cc=37FYY">Replica Edition</a>
+ </li>
+
+ </ul>
+
+ </div>
+ <!-- close column -->
+
+ </div>
+ <!-- close split-6-layout -->
+
+ </nav>
+ <!-- close nav -->
+
+ </section>
+ <!-- close site-index -->
+
+ <footer id="page-footer" class="page-footer" role="contentinfo">
+ <nav>
+ <h2 class="visually-hidden">Site Information Navigation</h2>
+ <ul>
+ <li>
+ <a href="http://www.nytimes.com/content/help/rights/copyright/copyright-notice.html" itemprop="copyrightNotice">
+ © <span itemprop="copyrightYear">2017</span><span itemprop="copyrightHolder provider sourceOrganization" itemscope="" itemtype="http://schema.org/Organization" itemid="http://www.nytimes.com"><span itemprop="name"> The New York Times Company</span><meta itemprop="tickerSymbol" content="NYSE NYT" /></span>
+ </a>
+ </li>
+ <li class="visually-hidden"><a href="http://www.nytimes.com">Home</a></li>
+ <li class="visually-hidden"><a href="http://query.nytimes.com/search/sitesearch/#/">Search</a></li>
+ <li class="visually-hidden">Accessibility concerns? Email us at <a href="mailto:[email protected]">[email protected]</a>. We would love to hear from you.</li>
+ <li class="wide-viewport-item"><a href="http://www.nytimes.com/ref/membercenter/help/infoservdirectory.html">Contact Us</a></li>
+ <li class="wide-viewport-item"><a href="http://www.nytco.com/careers">Work With Us</a></li>
+ <li class="wide-viewport-item"><a href="http://nytmediakit.com/">Advertise</a></li>
+ <li class="wide-viewport-item"><a href="http://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html#pp">Your Ad Choices</a></li>
+ <li><a href="http://www.nytimes.com/privacy">Privacy</a></li>
+ <li><a href="http://www.nytimes.com/ref/membercenter/help/agree.html" itemprop="usageTerms">Terms of Service</a></li>
+ <li class="wide-viewport-item last-item"><a href="http://www.nytimes.com/content/help/rights/sale/terms-of-sale.html">Terms of Sale</a></li>
+ </ul>
+ </nav>
+ <nav class="last-nav">
+ <h2 class="visually-hidden">Site Information Navigation</h2>
+ <ul>
+ <li><a href="http://spiderbites.nytimes.com">Site Map</a></li>
+ <li><a href="http://www.nytimes.com/membercenter/sitehelp.html">Help</a></li>
+ <li><a href="https://myaccount.nytimes.com/membercenter/feedback.html">Site Feedback</a></li>
+ <li class="wide-viewport-item last-item"><a href="http://www.nytimes.com/subscriptions/Multiproduct/lp5558.html?campaignId=37WXW">Subscriptions</a></li>
+ </ul>
+ </nav>
+ </footer>
+ </div>
+ <!-- close page -->
+ <nav data-href="" data-queue-ad="false" class="ribbon-page-navigation previous" style="overflow: hidden;">
+
+ <a href="">
+ <article class="story theme-summary no-thumb " style="display: none; opacity: 1;">
+
+ <div class="summary" style="margin-top: 32.5px;">
+
+ <h2 title="" class="story-heading"></h2>
+ </div>
+ </article>
+ <div class="arrow arrow-left">
+ <span class="visually-hidden">Go to the previous story</span>
+ <div class="arrow-conceal"></div>
+ </div>
+ </a>
+ </nav>
+ <nav data-href="//www.nytimes.com/2017/01/12/business/dealbook/justice-department-corporate-crime.html?ribbon-ad-idx=2&amp;rref=business/dealbook" data-queue-ad="false" class="ribbon-page-navigation ribbon-page-navigation-has-data next" style="overflow: hidden;">
+
+ <a href="//www.nytimes.com/2017/01/12/business/dealbook/justice-department-corporate-crime.html?ribbon-ad-idx=2&amp;rref=business/dealbook">
+ <article class="story theme-summary " style="display:none;">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/01/13/business/13DB-WHITECOLLAR3/13DB-WHITECOLLAR3-thumbStandard.jpg" />
+ </div>
+
+ <div class="summary">
+
+ <h2 title="Justice Department Toughened Approach on Corporate Crime, but Will That Last?" class="story-heading">Justice Department Toughened Approach on Corporate Crime, but Will That Last?</h2>
+ </div>
+ </article>
+ <div class="arrow arrow-right">
+ <span class="visually-hidden">Go to the next story</span>
+ <div class="arrow-conceal"></div>
+ </div>
+ </a>
+ </nav>
+ </div>
+ <!-- close shell -->
+ <script>
+ require(['foundation/main'], function() {
+ require(['story/main']);
+ require(['jquery/nyt', 'foundation/views/page-manager'], function($, pageManager) {
+ if (window.location.search.indexOf('disable_tagx') & gt; 0) {
+ return;
+ }
+ $(document).ready(function() {
+ require(['https://a1.nyt.com/analytics/tagx-simple.min.js'], function() {
+ pageManager.trackingFireEventQueue();
+ });
+ });
+ });
+ });
+ </script>
+ <!--esi
+<esi:include src="/appconfig/https/show-modal.js" />
+-->
+
+ <div id="Inv1" class="ad inv1-ad hidden">
+ <!-- ADXINFO classification="Text_Link" campaign="nyt2016_krux_cookiesetter" priority="9200" isInlineSafe="Y" width="0" height="0" -->
+ <script>
+ //123016 searches user's local storage for various Krux segments and places those into a Kruxadx cookie~909490
+
+ var kruxArray = [];
+ for (var i = 0; i & lt; localStorage.length; i++) {
+ var lclVals = localStorage.getItem(localStorage.key(i));
+
+ //Krux segs
+ var loggedOut = "qxk0hzyjh";
+ var hdFormers = "qudtfoenz";
+ var digiFormers = "qudtarl0q";
+ var b2bSiteLic = "q3vfitxb0";
+ var eduPropen = "pox3vefah";
+
+ //searches for the Krux seg in localStorage and pushes it to the array
+ if (lclVals.includes(loggedOut)) {
+ kruxArray.push(loggedOut);
+ }
+ if (lclVals.includes(hdFormers)) {
+ kruxArray.push(hdFormers);
+ }
+ if (lclVals.includes(digiFormers)) {
+ kruxArray.push(digiFormers);
+ }
+ if (lclVals.includes(b2bSiteLic)) {
+ kruxArray.push(b2bSiteLic);
+ }
+ if (lclVals.includes(eduPropen)) {
+ kruxArray.push(eduPropen);
+ }
+ }
+ //dedupes array
+ var kruxArrayFilt = kruxArray.filter(function(elem, index, self) {
+ return index == self.indexOf(elem);
+ });
+ //joins array in comma delimited string and sets Kruxadx cookie with new segs
+ if (kruxArrayFilt != '') {
+ for (var j = 0; j & lt; kruxArrayFilt.length; j++) {
+ var kruxArrayJoined = kruxArrayFilt.toString();
+ document.cookie = 'Kruxadx=' + kruxArrayJoined + '; domain=.nytimes.com; path=/; max-age=' + 60 * 60 * 6 + ';'
+ }
+ }
+ </script>
+ </div>
+ <div id="Inv2" class="ad inv2-ad hidden"></div>
+ <div id="Inv3" class="ad inv3-ad hidden"></div>
+ <div id="ab1" class="ad ab1-ad hidden"></div>
+ <div id="ab2" class="ad ab2-ad hidden"></div>
+ <div id="ab3" class="ad ab3-ad hidden"></div>
+ <div id="prop1" class="ad prop1-ad hidden"></div>
+ <div id="prop2" class="ad prop2-ad hidden">
+ <!-- ADXINFO classification="Text_Link" campaign="nyt2017_EDU_B2B_pers_cookiesetter" priority="9100" isInlineSafe="Y" width="0" height="0" -->
+ <script src="https://static01.nyt.com/marketing/ADX/JS/personalize_b2b_edu_corp_v201701.js"></script>
+ <span class="adx-info hidden" style="display:none !important;" campaign="nyt2017_EDU_B2B_pers_cookiesetter">Campaign ID: 285217 | Creative: nyt2017_pers_B2B_cookieset_v5_HTTPS -- 415673 | Page: www.nytimes.com/yr/mo/day/business/dealbook/yahoos-sale-to-verizon-leaves-shareholders-with-little-say.html / Targeted Page: www.nytimes.com/yr/mo/day/business/dealbook | Position: prop2</span></div>
+ <div id="Anchor" class="ad anchor-ad hidden"></div>
+ <div id="ADX_CLIENTSIDE" class="ad adx-clientside-ad hidden"><iframe class="ad-frame frame-for-article" style="width: 0px; height: 0px;" frameborder="0"></iframe></div>
+
+
+ <div id="interstitial-ad-modal" class="modal-container interstitial-ad-modal-container" style="display: none;">
+ <div class="overlay" style="display: block;"></div>
+ <div class="modal interstitial-ad-modal " style="width: 640;" role="dialog" aria-labelledby="interstitial-ad-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="interstitial-ad-modal-modal-heading">advertisement</h3>
+
+ </div>
+ <div class="modal-content">
+ <div id="Interstitial" class="ad interstitial-ad hidden" data-google-query-id="CO2l-sTkvtECFRdgvAodtOIE-g" style="display: none;">
+ <div id="google_ads_iframe_/29390238/NYT/business/dealbook_2__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_2" title="3rd party ad content" name="google_ads_iframe_/29390238/NYT/business/dealbook_2" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="1" height="1" frameborder="0"></iframe></div><iframe id="google_ads_iframe_/29390238/NYT/business/dealbook_2__hidden__" title="" name="google_ads_iframe_/29390238/NYT/business/dealbook_2__hidden__" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom; visibility: hidden; display: none;" srcdoc="" width="0" height="0" frameborder="0"></iframe></div>
+ <p class="user-action dismiss-button">Continue »</p>
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close " aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-fixed">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="user-name-modal" class="modal-container user-name-modal-container" style="display: none;">
+ <div class="overlay" style="display: none;"></div>
+ <div class="modal user-name-modal " style="width: 260px;" role="dialog" aria-labelledby="user-name-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="user-name-modal-modal-heading">
+ <span class="user-name-subscription">
+<span class="user-name"></span>
+
+ </span>
+ </h3>
+
+ </div>
+ <div class="modal-content">
+ <ul>
+ <li><a href="javascript:;" class="user-profile-button">Edit Profile</a></li>
+ <li><a href="https://myaccount.nytimes.com/membercenter/myaccount.html">My Account</a></li>
+ <li><a href="https://myaccount.nytimes.com/mem/manage_billing.html">My Billing Information</a></li>
+ <li><a href="http://www.nytimes.com/saved">My Saved Items</a></li>
+ <li><button class="button log-out-button">Log Out</button></li>
+ </ul>
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close hidden" aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-up-right">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="navigation-modal" class="modal-container navigation-modal-container" style="display: none;">
+ <div class="overlay" style="display: none;"></div>
+ <div class="modal navigation-modal " style="width: undefined;" role="dialog" aria-labelledby="navigation-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="navigation-modal-modal-heading"></h3>
+
+ </div>
+ <div class="modal-content">
+ <div class="secondary-container">
+ <div class="secondary-container">
+ <div class="header">
+ <h5 class="section-heading">
+ <a href="" role="menuitem"></a>
+ </h5>
+ </div>
+
+ <div class="section " data-parent="navId-9A43D8FC-F4CF-44D9-9B34-138D30468F8F">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-350E94CC-926C-4D2A-9DB4-FD9ED99A66DC" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/africa/index.html">
+Africa
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-5A94A97E-037B-4C6B-A88D-741B06663078" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/americas/index.html">
+Americas
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-881A1D77-D6D7-4AC3-AAC2-4C279C20DD66" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/asia/index.html">
+Asia Pacific
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A0EAB3C7-588D-4930-AC9B-57E2A8F8AD32" class=" " role="menuitem" href="http://www.nytimes.com/section/world/australia">
+Australia
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D38BAA6D-F26D-4B3E-BF25-CC798E6C5F55" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/europe/index.html">
+Europe
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-108390AA-728E-41EB-B9B5-14EDFBAE7D20" class=" " role="menuitem" href="http://www.nytimes.com/pages/world/middleeast/index.html">
+Middle East
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AE2B2F51-EBDD-4153-A71A-922F9635C5A4" class=" " role="menuitem" href="http://atwar.blogs.nytimes.com/">
+At War
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-947EEB56-B266-44F4-A538-36200844547B" class=" " role="menuitem" href="http://sinosphere.blogs.nytimes.com/">
+Sinosphere
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 9A43D8FC-F4CF-44D9-9B34-138D30468F8F sections -->
+
+ <div class="section " data-parent="navId-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C7303E0D-6EB2-4FD3-B968-530EF9F38EB1" class=" " role="menuitem" href="http://www.nytimes.com/pages/education/index.html">
+Education
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D64FAE4C-4425-4E5A-B898-6C8CB59F9957" class=" " role="menuitem" href="http://www.nytimes.com/upshot/">
+The Upshot
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE sections -->
+
+ <div class="section " data-parent="navId-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BB53FEFA-F91E-45B4-83D7-477579A87DF3" class=" " role="menuitem" href="http://www.nytimes.com/politics/first-draft/">
+First Draft
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-78CE290F-672B-4BC7-BD4E-67DA85BCAC4E" class=" " role="menuitem" href="http://elections.nytimes.com/">
+Elections
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D64FAE4C-4425-4E5A-B898-6C8CB59F9957" class=" " role="menuitem" href="http://www.nytimes.com/upshot/">
+The Upshot
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB sections -->
+
+ <div class="section " data-parent="navId-C4DC8C0C-E148-4201-BF10-82F1C903DBFB">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2D1C1EB8-E0D9-40A9-8D59-3908DCF5C9BD" class=" " role="menuitem" href="http://www.nytimes.com/events/">
+Events
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary C4DC8C0C-E148-4201-BF10-82F1C903DBFB sections -->
+
+ <div class="section " data-parent="navId-104D1E63-9701-497B-8CF4-A4D120C9014E">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-71301FE1-FE94-4AF4-978B-39B2D2C59D31" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/dealbook/index.html">
+DealBook
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2848A7AC-A33D-4352-B1FC-A465B81CD4F1" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/economy/index.html">
+Economy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E1B05D9E-B6F8-46DB-89E5-06F2205C8085" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/energy-environment/index.html">
+Energy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-4A7070FF-9307-4094-AE79-910158959A60" class=" " role="menuitem" href="http://markets.on.nytimes.com/">
+Markets
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C691FB48-A7E8-44FB-9AAA-13D91863D336" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/media/index.html">
+Media
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AD2AE740-D1A5-4EDB-970D-F56370072B09" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/smallbusiness/index.html">
+Entrepreneurship
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-ED7B8594-44CE-4D37-A58B-1CDAA19774E4" class=" " role="menuitem" href="http://www.nytimes.com/pages/your-money/index.html">
+Your Money
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0A13AF9D-C7B5-4E8A-B9BC-15AB4B572C94" class=" " role="menuitem" href="http://www.nytimes.com/pages/automobiles/index.html">
+Automobiles
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 104D1E63-9701-497B-8CF4-A4D120C9014E sections -->
+
+ <div class="section " data-parent="navId-A257D89A-0D3C-40AF-9C34-1A25A7947D94">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-71301FE1-FE94-4AF4-978B-39B2D2C59D31" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/dealbook/index.html">
+DealBook
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2848A7AC-A33D-4352-B1FC-A465B81CD4F1" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/economy/index.html">
+Economy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E1B05D9E-B6F8-46DB-89E5-06F2205C8085" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/energy-environment/index.html">
+Energy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-4A7070FF-9307-4094-AE79-910158959A60" class=" " role="menuitem" href="http://markets.on.nytimes.com/">
+Markets
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C691FB48-A7E8-44FB-9AAA-13D91863D336" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/media/index.html">
+Media
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AD2AE740-D1A5-4EDB-970D-F56370072B09" class=" " role="menuitem" href="http://www.nytimes.com/pages/business/smallbusiness/index.html">
+Entrepreneurship
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-ED7B8594-44CE-4D37-A58B-1CDAA19774E4" class=" " role="menuitem" href="http://www.nytimes.com/pages/your-money/index.html">
+Your Money
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0A13AF9D-C7B5-4E8A-B9BC-15AB4B572C94" class=" " role="menuitem" href="http://www.nytimes.com/pages/automobiles/index.html">
+Automobiles
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary A257D89A-0D3C-40AF-9C34-1A25A7947D94 sections -->
+
+ <div class="section " data-parent="navId-AD8090D7-4137-4D71-84C8-70DA3BD89778">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9568A8E4-DD00-4A19-9357-55F8E84ADDB5" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#columnists" aria-haspopup="true" aria-expanded="false">
+Op-Ed Columnists
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+<div class="arrow arrow-left">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6E604B7F-ACE7-4564-9203-0BD4CB02F419" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#editorials">
+Editorials
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A98552D7-2525-41F0-92E5-DFFA2F9619A9" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#contributing">
+Contributing Writers
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B3CE1F6E-B530-4C07-9B1C-98A1F9406C06" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#op-ed">
+Op-Ed Contributors
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D6E51A50-AA05-4E81-987C-3E0AF5DABBB4" class=" " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#opinionator">
+Opinionator
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7A239778-088E-4DD8-BEBF-649172041293" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#letters">
+Letters
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67D7F2A2-B495-4FFC-9478-1CE1965601D5" class=" " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">
+Sunday Review
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-136660BD-D661-4731-A1D7-03204BED7923" class="domestic " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#takingNote">
+Taking Note
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-4FB3EADA-B7BB-4587-AAB0-9F3909DF4ED0" class="domestic " role="menuitem" href="http://www.nytimes.com/roomfordebate">
+Room for Debate
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-8F7EBC39-9ED0-4603-8BCA-E9618B8A08A1" class=" " role="menuitem" href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">
+Public Editor
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary AD8090D7-4137-4D71-84C8-70DA3BD89778 sections -->
+
+ <div class="section " data-parent="navId-09736473-CB3F-4B2F-9772-3AF128ABE12D">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2312753B-E860-46C4-B544-1C0F70ABF41F" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#columnistsGlobal" aria-haspopup="true" aria-expanded="false">
+Op-Ed Columnists
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+<div class="arrow arrow-left">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1F55AAA1-8287-4C9E-91B8-4402B7E3C855" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#editorialsGlobal">
+Editorials
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6CD3A7AF-B060-4251-B2A6-E3A1B8B09982" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#contributing">
+Contributing Writers
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FD915915-123F-4EEE-A0D1-58B15C0C545F" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#op-edGlobal">
+Op-Ed Contributors
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D6E51A50-AA05-4E81-987C-3E0AF5DABBB4" class=" " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#opinionator">
+Opinionator
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D4344F1A-7552-4908-84E8-E3120AE3F7B2" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#letters">
+Letters
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67D7F2A2-B495-4FFC-9478-1CE1965601D5" class=" " role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">
+Sunday Review
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C94AF19E-C233-4966-BF29-7F1103B46A62" class="international " role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html#takingNote">
+Taking Note
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C46DD884-B4C6-43FE-AAF0-658ED47F6FA5" class="international " role="menuitem" href="http://www.nytimes.com/roomfordebate">
+Room for Debate
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-8F7EBC39-9ED0-4603-8BCA-E9618B8A08A1" class=" " role="menuitem" href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">
+Public Editor
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 09736473-CB3F-4B2F-9772-3AF128ABE12D sections -->
+
+ <div class="section " data-parent="navId-78FBAD45-31A9-4EC7-B172-7D62A2B9955E">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-157C94B4-918B-48FA-9E56-AA6347F2F44E" class=" " role="menuitem" href="http://bits.blogs.nytimes.com/">
+Bits
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-65229E4E-DAD7-459F-AFD3-2AB6D0374FFD" class=" " role="menuitem" href="http://www.nytimes.com/pages/technology/personaltech/index.html">
+Personal Tech
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 78FBAD45-31A9-4EC7-B172-7D62A2B9955E sections -->
+
+ <div class="section " data-parent="navId-A4B35924-DB6C-4EA3-997D-450810F4FEE6">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B831ACFB-B751-4F23-9B91-F1236878836C" class=" " role="menuitem" href="http://www.nytimes.com/section/science/earth">
+Environment
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E048A75C-4A9C-4241-B38C-74752BBC5AB8" class=" " role="menuitem" href="http://www.nytimes.com/section/science/space">
+Space &amp; Cosmos
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary A4B35924-DB6C-4EA3-997D-450810F4FEE6 sections -->
+
+ <div class="section " data-parent="navId-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-5A98BF31-516F-48DE-8736-17BEEF1F64C6" class=" " role="menuitem" href="http://www.nytimes.com/section/well">
+Well
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67641EB3-B6FF-44F2-B10F-2F6A5C2EC7D7" class=" " role="menuitem" href="http://www.nytimes.com/pages/health/policy/index.html">
+Money &amp; Policy
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-DA27E208-2682-4B17-8996-CD35A339521B" class=" " role="menuitem" href="http://www.nytimes.com/health/guides/index.html">
+Health Guide
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC sections -->
+
+ <div class="section " data-parent="navId-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67CAE5A6-408D-44F3-827B-DD394E0467EF" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/baseball/index.html">
+Baseball
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BA1B9016-F2F7-454B-BDF7-D4C58F6D05E9" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/ncaabasketball/index.html">
+Basketball: College
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-415FB1AB-3BED-4048-B61A-0E4096CE1DF6" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/basketball/index.html">
+Basketball: N.B.A.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-ABBA0609-90E2-46A3-9AC5-B208ACC6C97B" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/ncaafootball/index.html">
+Football: College
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-F6B9D6C9-97AE-45DB-9686-72E44D8D3DAF" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/football/index.html">
+Football: N.F.L.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9F98FEDB-E7B3-4907-A56E-35320CC4C878" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/golf/index.html">
+Golf
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BD14DADE-D513-4BD9-8AED-0CC63E58606C" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/hockey/index.html">
+Hockey
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-14F230C0-EBDB-4A78-AF7B-2C90C4739625" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/soccer/index.html">
+Soccer
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D4DE47DA-76DD-4528-B539-98A6DFEFEFB3" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/tennis/index.html">
+Tennis
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary DE2B278B-2783-4506-AAD5-C15A5BB6DA1A sections -->
+
+ <div class="section " data-parent="navId-BE66F420-C51B-461D-B487-CACF62E94AAE">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-67CAE5A6-408D-44F3-827B-DD394E0467EF" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/baseball/index.html">
+Baseball
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BA1B9016-F2F7-454B-BDF7-D4C58F6D05E9" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/ncaabasketball/index.html">
+Basketball: College
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-415FB1AB-3BED-4048-B61A-0E4096CE1DF6" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/basketball/index.html">
+Basketball: N.B.A.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-ABBA0609-90E2-46A3-9AC5-B208ACC6C97B" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/ncaafootball/index.html">
+Football: College
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-F6B9D6C9-97AE-45DB-9686-72E44D8D3DAF" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/football/index.html">
+Football: N.F.L.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9F98FEDB-E7B3-4907-A56E-35320CC4C878" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/golf/index.html">
+Golf
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BD14DADE-D513-4BD9-8AED-0CC63E58606C" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/hockey/index.html">
+Hockey
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-14F230C0-EBDB-4A78-AF7B-2C90C4739625" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/soccer/index.html">
+Soccer
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D4DE47DA-76DD-4528-B539-98A6DFEFEFB3" class=" " role="menuitem" href="http://www.nytimes.com/pages/sports/tennis/index.html">
+Tennis
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary BE66F420-C51B-461D-B487-CACF62E94AAE sections -->
+
+ <div class="section " data-parent="navId-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AB35105B-5032-41D9-86B1-06A221411B22" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/design/index.html">
+Art &amp; Design
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7B052F64-13C5-4631-ACE4-F1BAA9706061" class=" " role="menuitem" href="http://www.nytimes.com/pages/books/index.html">
+Books
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-21A8F511-CA05-4797-AF76-17B61D3964CD" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/dance/index.html">
+Dance
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-62BF6D00-C2D2-420E-9986-791EECA152C9" class=" " role="menuitem" href="http://www.nytimes.com/pages/movies/index.html">
+Movies
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E0A8CBEB-DDB5-4ADF-B5A4-60CB484ED991" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/music/index.html">
+Music
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1B3D562C-A3F9-4083-9B6E-60C8A1F3FFB0" class=" " role="menuitem" href="http://www.nytimes.com/events/">
+N.Y.C. Events Guide
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EF6D2985-BB93-4771-8155-CC3E2B5A7C73" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/television/index.html">
+Television
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-21D5B838-29CC-46D3-9006-879CAABC8F08" class=" " role="menuitem" href="http://www.nytimes.com/pages/theater/index.html">
+Theater
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2558194D-A450-4F5B-8E90-8609A69E1D0E" class=" " role="menuitem" href="http://www.nytimes.com/watching">
+Watching
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary C5BFA7D5-359C-427B-90E6-6B7245A6CDD8 sections -->
+
+ <div class="section " data-parent="navId-0202D0E4-C59B-479A-BD42-6F1766459781">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AB35105B-5032-41D9-86B1-06A221411B22" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/design/index.html">
+Art &amp; Design
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7B052F64-13C5-4631-ACE4-F1BAA9706061" class=" " role="menuitem" href="http://www.nytimes.com/pages/books/index.html">
+Books
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-21A8F511-CA05-4797-AF76-17B61D3964CD" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/dance/index.html">
+Dance
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-62BF6D00-C2D2-420E-9986-791EECA152C9" class=" " role="menuitem" href="http://www.nytimes.com/pages/movies/index.html">
+Movies
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E0A8CBEB-DDB5-4ADF-B5A4-60CB484ED991" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/music/index.html">
+Music
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1B3D562C-A3F9-4083-9B6E-60C8A1F3FFB0" class=" " role="menuitem" href="http://www.nytimes.com/events/">
+N.Y.C. Events Guide
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EF6D2985-BB93-4771-8155-CC3E2B5A7C73" class=" " role="menuitem" href="http://www.nytimes.com/pages/arts/television/index.html">
+Television
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-21D5B838-29CC-46D3-9006-879CAABC8F08" class=" " role="menuitem" href="http://www.nytimes.com/pages/theater/index.html">
+Theater
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2558194D-A450-4F5B-8E90-8609A69E1D0E" class=" " role="menuitem" href="http://www.nytimes.com/watching">
+Watching
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 0202D0E4-C59B-479A-BD42-6F1766459781 sections -->
+
+ <div class="section " data-parent="navId-B3DFBD82-F298-43B3-9458-219B4F6AA2A5">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7A870CC7-2938-4C8E-B8F2-BD54465ECB58" class=" " role="menuitem" href="http://www.nytimes.com/pages/fashion/mens-style/index.html">
+Men's Style
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-38E82E5A-D1EE-4A54-BC61-9155577ABAED" class=" " role="menuitem" href="http://www.nytimes.com/column/on-the-runway">
+On the Runway
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D0F14EC9-05BC-4188-AE41-A4CD18FD19AD" class=" " role="menuitem" href="http://www.nytimes.com/pages/fashion/weddings/index.html">
+Weddings
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary B3DFBD82-F298-43B3-9458-219B4F6AA2A5 sections -->
+
+ <div class="section " data-parent="navId-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-7A870CC7-2938-4C8E-B8F2-BD54465ECB58" class=" " role="menuitem" href="http://www.nytimes.com/pages/fashion/mens-style/index.html">
+Men's Style
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-38E82E5A-D1EE-4A54-BC61-9155577ABAED" class=" " role="menuitem" href="http://www.nytimes.com/column/on-the-runway">
+On the Runway
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D0F14EC9-05BC-4188-AE41-A4CD18FD19AD" class=" " role="menuitem" href="http://www.nytimes.com/pages/fashion/weddings/index.html">
+Weddings
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary CC9E2674-F6C4-4A39-813B-F5AB0C515CEA sections -->
+
+ <div class="section " data-parent="navId-D9C94A2B-0364-4D25-8383-592CC66F82D4">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EC43C53C-07AC-42DF-8EA3-34F4EFCD6524" class=" " role="menuitem" href="http://cooking.nytimes.com">
+Cooking
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-63AB32FE-1AA9-4C10-85CF-86088BC725B7" class=" " role="menuitem" href="http://www.nytimes.com/restaurants/search/">
+Restaurant Search
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary D9C94A2B-0364-4D25-8383-592CC66F82D4 sections -->
+
+ <div class="section " data-parent="navId-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EC43C53C-07AC-42DF-8EA3-34F4EFCD6524" class=" " role="menuitem" href="http://cooking.nytimes.com">
+Cooking
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-63AB32FE-1AA9-4C10-85CF-86088BC725B7" class=" " role="menuitem" href="http://www.nytimes.com/restaurants/search/">
+Restaurant Search
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary FDEFB811-B483-4C3D-A25A-FD07BE5EAD96 sections -->
+
+ <div class="section " data-parent="navId-92720057-BCB6-4BDB-9351-12F29393259F">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D896FA09-BB54-4280-BAC5-268E5CAC9D84" class=" " role="menuitem" href="http://www.nytimes.com/real-estate/the-high-end">
+The High End
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-00B951BD-2AE1-4E28-BAF7-18D1FAA6AA97" class=" " role="menuitem" href="http://www.nytimes.com/pages/realestate/commercial/index.html">
+Commercial
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-BC640596-8EEE-4DF9-A009-55F8BA5ACD04" class=" " role="menuitem" href="https://itunes.apple.com/us/app/nytimesrealestate/id337316535">
+iPhone App
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-9AE506A2-9337-4A5E-8499-E3781316FF13" class=" " role="menuitem" href="http://www.nytimes.com/real-estate/find-a-home">
+Find A Home
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E4FBD546-F591-4961-9A7B-1348506F24ED" class=" " role="menuitem" href="http://www.nytimes.com/real-estate/my-real-estate">
+My Real Estate
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-58BA565B-0B7B-4DCF-9051-A8F77BF82FC5" class=" " role="menuitem" href="https://realestateads.nytimes.com/">
+List Your Home
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 92720057-BCB6-4BDB-9351-12F29393259F sections -->
+
+ <div class="section video" data-parent="navId-432A1823-3F24-43C0-8004-79088F94E754">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FAF08756-1545-4233-B9D6-FEFA1115CFA6" class=" " role="menuitem" href="http://www.nytimes.com/video/us-politics">
+U.S. &amp; Politics
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-63D27866-95B7-47BC-9B53-E250CA21E182" class=" " role="menuitem" href="http://www.nytimes.com/video/world">
+International
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-281517E5-9CC5-472C-B46A-B9CF9AAE72F2" class=" " role="menuitem" href="http://www.nytimes.com/video/n-y-region">
+N.Y.
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-C5D5043A-85D5-4E97-BE08-8D0278F97101" class=" " role="menuitem" href="http://www.nytimes.com/video/op-docs">
+Op-Docs
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6AB2572C-5341-4979-8D74-E38528FE0159" class=" " role="menuitem" href="http://www.nytimes.com/video/opinion">
+Opinion
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-50BEEE33-737A-4EBE-98D7-65593C23AE6C" class=" " role="menuitem" href="http://www.nytimes.com/video/times-documentaries">
+Times Documentaries
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-18CC8E0D-C9B6-4A81-8EB6-9AC98B296DDB" class=" " role="menuitem" href="http://www.nytimes.com/video/business">
+Business
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-457A829A-6C9D-47A9-B91E-2212766B6648" class=" " role="menuitem" href="http://www.nytimes.com/video/technology">
+Tech
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-4CF1B9A6-4476-45CF-AF12-53B7EB39847F" class=" " role="menuitem" href="http://www.nytimes.com/video/arts">
+Culture
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-3BAEEBB7-10C5-43F9-A728-26DCE4D44B48" class=" " role="menuitem" href="http://www.nytimes.com/video/style">
+Style
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1CB4FCE4-8D2A-4313-9EBC-32F88BD90A35" class=" " role="menuitem" href="http://www.nytimes.com/video/t-magazine">
+T Magazine
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6872F49C-F4A1-458D-8410-B253D44B8E9C" class=" " role="menuitem" href="http://www.nytimes.com/video/health">
+Health
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A3E833FD-09AE-4B1B-B4A7-AED0CF1CC74C" class=" " role="menuitem" href="http://www.nytimes.com/video/dining-and-wine">
+Food
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-380D52A1-A468-4069-BCA9-52D6E2625D63" class=" " role="menuitem" href="http://www.nytimes.com/video/travel">
+Travel
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-DAB634A7-D513-49CA-BBEF-9FB321BF6798" class=" " role="menuitem" href="http://www.nytimes.com/video/sports">
+Sports
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-64C01CC7-C6F7-4E1B-A4FD-69B6D5B647FE" class=" " role="menuitem" href="http://www.nytimes.com/video/real-estate">
+Real Estate
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6F4D6D03-8D74-4A7C-939D-2ADEE18731CB" class=" " role="menuitem" href="http://www.nytimes.com/video/science">
+Science
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 432A1823-3F24-43C0-8004-79088F94E754 sections -->
+
+ <div class="section " data-parent="navId-0442C365-4B63-4B63-B9DE-3C28319CB622">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EC1380B0-3124-4A9B-82CF-9EA22D988C8F" class=" " role="menuitem" href="http://nytlive.nytimes.com/womenintheworld">
+Women in the World
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-61F54F21-A0A9-46B9-BDC5-22BDDAD4007A" class=" " role="menuitem" href="http://www.nytimes.com/newwork">
+New Work Summit
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-2D56941E-C5DA-4474-BB5F-DEF1CABBFAD4" class=" " role="menuitem" href="http://www.inytartfortomorrow.com/">
+Art for Tomorrow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-CB602764-3E17-4A16-BBD4-08138CFDBD81" class=" " role="menuitem" href="http://nythigheredleaders.com/">
+Higher Ed Leaders Forum
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AC54D2A5-3C94-4ECF-8FBF-AC4E67AA3A36" class=" " role="menuitem" href="http://nytcitiesfortomorrow.com/">
+Cities for Tomorrow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-DF70A828-4A23-4295-9560-8D8B5FC097B0" class=" " role="menuitem" href="http://athensdemocracyforum.com/">
+Athens Democracy Forum
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-81785E85-A8E4-43E5-B6EA-C623C887B9BB" class=" " role="menuitem" href="http://www.nytluxurytravel.com">
+Luxury Travel Conference
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-E3E7342B-6340-41F7-BFAC-9FA6FAEC2546" class=" " role="menuitem" href="http://www.nytenergy.com">
+Energy for Tomorrow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0273790F-9086-41CE-82F1-B83A0FAEED21" class=" " role="menuitem" href="http://nytdealbookconference.com/">
+DealBook Conference
+
+</a>
+ </li>
+
+ </ul>
+ </div>
+ <!-- close secondary 0442C365-4B63-4B63-B9DE-3C28319CB622 sections -->
+
+ <div class="section section-more hidden" data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-A963B567-7D3D-4D0C-9E47-BF91609EFCE7" class="domestic " role="menuitem" href="http://www.nytimes.com">
+Home Page
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-F4E6EDF7-81C6-4DB2-8EB9-5A5E8A95CEC1" class="international " role="menuitem" href="http://international.nytimes.com/?iht">
+Home Page
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-9A43D8FC-F4CF-44D9-9B34-138D30468F8F" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/world/index.html" aria-haspopup="true" aria-expanded="false">
+World
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/national/index.html" aria-haspopup="true" aria-expanded="false">
+U.S.
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/politics/index.html" aria-haspopup="true" aria-expanded="false">
+Politics
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-C4DC8C0C-E148-4201-BF10-82F1C903DBFB" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/nyregion/index.html" aria-haspopup="true" aria-expanded="false">
+N.Y.
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-104D1E63-9701-497B-8CF4-A4D120C9014E" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/business/index.html" aria-haspopup="true" aria-expanded="false">
+Business
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-A257D89A-0D3C-40AF-9C34-1A25A7947D94" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/business/international/index.html" aria-haspopup="true" aria-expanded="false">
+Business
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-AD8090D7-4137-4D71-84C8-70DA3BD89778" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/index.html" aria-haspopup="true" aria-expanded="false">
+Opinion
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-09736473-CB3F-4B2F-9772-3AF128ABE12D" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/opinion/international/index.html" aria-haspopup="true" aria-expanded="false">
+Opinion
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-78FBAD45-31A9-4EC7-B172-7D62A2B9955E" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/technology/index.html" aria-haspopup="true" aria-expanded="false">
+Tech
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-A4B35924-DB6C-4EA3-997D-450810F4FEE6" class=" expandable" role="menuitem" href="http://www.nytimes.com/section/science" aria-haspopup="true" aria-expanded="false">
+Science
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC" class=" expandable" role="menuitem" href="http://www.nytimes.com/pages/health/index.html" aria-haspopup="true" aria-expanded="false">
+Health
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/sports/index.html" aria-haspopup="true" aria-expanded="false">
+Sports
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-BE66F420-C51B-461D-B487-CACF62E94AAE" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/sports/international/index.html" aria-haspopup="true" aria-expanded="false">
+Sports
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more hidden" data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/arts/index.html" aria-haspopup="true" aria-expanded="false">
+Arts
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-0202D0E4-C59B-479A-BD42-6F1766459781" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/arts/international/index.html" aria-haspopup="true" aria-expanded="false">
+Arts
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-B3DFBD82-F298-43B3-9458-219B4F6AA2A5" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/fashion/index.html" aria-haspopup="true" aria-expanded="false">
+Fashion &amp; Style
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/style/international/index.html" aria-haspopup="true" aria-expanded="false">
+Fashion &amp; Style
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-D9C94A2B-0364-4D25-8383-592CC66F82D4" class="domestic expandable" role="menuitem" href="http://www.nytimes.com/pages/dining/index.html" aria-haspopup="true" aria-expanded="false">
+Food
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96" class="international expandable" role="menuitem" href="http://www.nytimes.com/pages/dining/international/index.html" aria-haspopup="true" aria-expanded="false">
+Food
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-FDA10AC4-4738-4099-91E8-15584765C8D7" class=" " role="menuitem" href="http://www.nytimes.com/section/travel">
+Travel
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-E57A148E-0CB9-4C02-966D-28B119710151" class=" " role="menuitem" href="http://www.nytimes.com/pages/magazine/index.html">
+Magazine
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-052C33AD-1404-4DB6-AA70-0901DB1AD95B" class=" " role="menuitem" href="http://www.nytimes.com/section/t-magazine">
+T Magazine
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-92720057-BCB6-4BDB-9351-12F29393259F" class=" expandable" role="menuitem" href="http://www.nytimes.com/section/realestate" aria-haspopup="true" aria-expanded="false">
+Real Estate
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-CEDDB6A8-F7E1-47A2-AC53-E28C616DFCD5" class=" " role="menuitem" href="http://www.nytimes.com/pages/obituaries/index.html">
+Obituaries
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-432A1823-3F24-43C0-8004-79088F94E754" class=" expandable" role="menuitem" href="http://www.nytimes.com/video" aria-haspopup="true" aria-expanded="false">
+Video
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-D64FAE4C-4425-4E5A-B898-6C8CB59F9957" class=" " role="menuitem" href="http://www.nytimes.com/upshot/">
+The Upshot
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="hidden">
+ <a id="navId-0442C365-4B63-4B63-B9DE-3C28319CB622" class=" expandable" role="menuitem" tabindex="0" aria-haspopup="true" aria-expanded="false">
+Conferences
+
+<div class="arrow arrow-right">
+<div class="arrow-conceal"></div>
+</div>
+
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more" data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="hidden">
+ <a id="navId-5C13EEDD-D905-4D8C-A284-6859EA434563" class=" " role="menuitem" href="http://www.nytimes.com/crosswords/">
+Crossword
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-99C17804-A343-4A76-BF04-F5793ADA48D1" class=" " role="menuitem" href="http://www.nytimes.com/times-insider">
+Times Insider
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-614CE30F-3D4A-4194-9C6F-AE5901C5762D" class=" " role="menuitem" href="http://www.nytimes.com/section/learning">
+The Learning Network
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more " data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-8FB1308A-FFE4-4BED-ADF6-659A680D0884" class=" " role="menuitem" href="http://www.nytimes.com/pages/multimedia/index.html">
+Multimedia
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-108F7745-BAD9-4630-87BB-4FB4ED7CAA11" class=" " role="menuitem" href="http://lens.blogs.nytimes.com/">
+Photography
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-EDCE4B29-2B91-4241-82E6-C972E9449F49" class=" " role="menuitem" href="http://www.nytimes.com/podcasts/">
+Podcasts
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more " data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6101A43A-8BDE-45FF-AAD5-EF7396F83AC9" class=" " role="menuitem" href="https://www.nytimes.com/store/?&amp;t=qry542&amp;utm_source=nytimes&amp;utm_medium=HPB&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=NYT%20Store&amp;contentPlacement=2&amp;pgtype=Homepage">
+NYT Store
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-52A8A3F2-F138-425B-A63F-722E2BBC9372" class=" " role="menuitem" href="http://www.nytwineclub.com">
+NYT Wine Club
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-081347DE-FF02-4B6C-889B-9AE59F391833" class=" " role="menuitem" href="http://nytedu.com">
+nytEducation
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-797F8D17-1632-435D-B3DB-708FC4B4BAEF" class=" " role="menuitem" href="http://www.nytimes.com/times-journeys/?utm_source=nytimes&amp;utm_medium=HPLink&amp;utm_content=hp_browsetree&amp;utm_campaign=NYT-HP&amp;module=SectionsNav&amp;action=click&amp;region=TopBar&amp;version=BrowseTree&amp;contentCollection=Times%20Journeys&amp;contentPlacement=2&amp;pgtype=Homepage">
+Times Journeys
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-53CB229C-5F34-4C32-8B8C-6F7B7626BBDD" class=" " role="menuitem" href="https://www.chefd.com/pages/new-york-times-cooking-meal-plan?utm_campaign=web1_20160617&amp;utm_medium=partner&amp;utm_source=nyt">
+Meal Kits
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+
+ <div class="section section-more " data-parent="navId-more-section">
+ <ul class="secondary" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-FED853D9-D192-46F6-8D18-447803EB4A7B" class=" " role="menuitem" href="http://www.nytimes.com/seeallnav">
+Subscribe
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-61E9BFEA-F509-4BCA-ADC6-32C5A30B83FD" class=" " role="menuitem" href="http://www.nytimes.com/membercenter">
+Manage Account
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-0DAA7CFE-196B-4878-B899-5363070098EC" class=" " role="menuitem" href="http://www.nytimes.com/pages/todayspaper/index.html">
+Today's Paper
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1FBDDF2B-64F5-4DB3-8093-F0CCB7808799" class=" " role="menuitem" href="http://www.nytimes.com/interactive/blogs/directory.html">
+Blogs
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D3E5F163-D939-4FD5-8FB6-C6AD31748E30" class=" " role="menuitem" href="http://www.nytimes.com/pages/topics/">
+Times Topics
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6BBF5308-5EA3-4B25-885F-393F7372F27F" class=" " role="menuitem" href="http://www.nytimes.com/marketing/tools-and-services/">
+Tools &amp; Services
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-288E1691-DA3B-457A-8B06-D10A1351E7B9" class=" " role="menuitem" href="http://www.nytimes.com/section/jobs">
+Jobs
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D4C7C57A-E74D-44C3-9D0E-0AE6B715610F" class=" " role="menuitem" href="http://www.nytimes.com/ref/classifieds/">
+Classifieds
+
+</a>
+ </li>
+
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6DD9D623-A907-4623-9C5A-9409972B76DA" class=" " role="menuitem" href="http://www.nytimes.com/pages/corrections/index.html">
+Corrections
+
+</a>
+ </li>
+
+
+
+ </ul>
+ </div>
+ </div>
+ <!-- close secondary modal -->
+ </div>
+ <div class="tertiary-container">
+ <div class="header">
+ <h5 class="section-heading">
+ <a href="" role="menuitem"></a>
+ </h5>
+ </div>
+
+ <ul class="tertiary" data-parent="navId-9568A8E4-DD00-4A19-9357-55F8E84ADDB5" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B70131F0-6B2A-4A93-8705-0B9F7E9B800F" class=" " role="menuitem" href="http://www.nytimes.com/column/charles-m-blow">
+Charles M. Blow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A2B32B86-C320-49D8-85D3-4AC6BCA2F2C2" class=" " role="menuitem" href="http://www.nytimes.com/column/david-brooks">
+David Brooks
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1A8CCD43-E5E3-4801-8CBA-0378A0E17530" class=" " role="menuitem" href="http://www.nytimes.com/column/frank-bruni">
+Frank Bruni
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A60B44E8-59B1-4687-B20F-D5C71A021C38" class=" " role="menuitem" href="http://www.nytimes.com/column/roger-cohen">
+Roger Cohen
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AED55B1F-22EC-45F2-88B6-3B7F340C1949" class=" " role="menuitem" href="http://www.nytimes.com/column/gail-collins">
+Gail Collins
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6EC4E971-BBD1-4ED5-B61D-E27A3314AE61" class=" " role="menuitem" href="http://www.nytimes.com/column/ross-douthat">
+Ross Douthat
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-706C9233-C545-4A9E-AB0B-2B6A21C6AF9F" class=" " role="menuitem" href="http://www.nytimes.com/column/maureen-dowd">
+Maureen Dowd
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-3D56EF48-CA97-4209-A878-6430FB9A2C5E" class=" " role="menuitem" href="http://www.nytimes.com/column/thomas-l-friedman">
+Thomas L. Friedman
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D6A41F41-19BB-48C6-B121-B89359F1048F" class=" " role="menuitem" href="http://www.nytimes.com/column/nicholas-kristof">
+Nicholas Kristof
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-85905471-3FA0-423F-9D26-1BBE69237899" class=" " role="menuitem" href="http://www.nytimes.com/column/paul-krugman">
+Paul Krugman
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B1CD03FF-773D-46AB-B3C1-4FAE8565F551" class=" " role="menuitem" href="http://www.nytimes.com/column/joe-nocera">
+Joe Nocera
+
+</a>
+ </li>
+
+ </ul>
+
+ <ul class="tertiary" data-parent="navId-2312753B-E860-46C4-B544-1C0F70ABF41F" role="menu">
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B70131F0-6B2A-4A93-8705-0B9F7E9B800F" class=" " role="menuitem" href="http://www.nytimes.com/column/charles-m-blow">
+Charles M. Blow
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A2B32B86-C320-49D8-85D3-4AC6BCA2F2C2" class=" " role="menuitem" href="http://www.nytimes.com/column/david-brooks">
+David Brooks
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-1A8CCD43-E5E3-4801-8CBA-0378A0E17530" class=" " role="menuitem" href="http://www.nytimes.com/column/frank-bruni">
+Frank Bruni
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-A60B44E8-59B1-4687-B20F-D5C71A021C38" class=" " role="menuitem" href="http://www.nytimes.com/column/roger-cohen">
+Roger Cohen
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-AED55B1F-22EC-45F2-88B6-3B7F340C1949" class=" " role="menuitem" href="http://www.nytimes.com/column/gail-collins">
+Gail Collins
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-6EC4E971-BBD1-4ED5-B61D-E27A3314AE61" class=" " role="menuitem" href="http://www.nytimes.com/column/ross-douthat">
+Ross Douthat
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-706C9233-C545-4A9E-AB0B-2B6A21C6AF9F" class=" " role="menuitem" href="http://www.nytimes.com/column/maureen-dowd">
+Maureen Dowd
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-3D56EF48-CA97-4209-A878-6430FB9A2C5E" class=" " role="menuitem" href="http://www.nytimes.com/column/thomas-l-friedman">
+Thomas L. Friedman
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-D6A41F41-19BB-48C6-B121-B89359F1048F" class=" " role="menuitem" href="http://www.nytimes.com/column/nicholas-kristof">
+Nicholas Kristof
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-85905471-3FA0-423F-9D26-1BBE69237899" class=" " role="menuitem" href="http://www.nytimes.com/column/paul-krugman">
+Paul Krugman
+
+</a>
+ </li>
+
+ <li role="presentation" class="menuitem-visible">
+ <a id="navId-B1CD03FF-773D-46AB-B3C1-4FAE8565F551" class=" " role="menuitem" href="http://www.nytimes.com/column/joe-nocera">
+Joe Nocera
+
+</a>
+ </li>
+
+ </ul>
+
+ </div>
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close hidden" aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-left-top">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="user-profile-modal" class="modal-container user-profile-modal-container" style="display: none;">
+ <div class="overlay" style="display: block;"></div>
+ <div class="modal user-profile-modal " style="width: undefined;" role="dialog" aria-labelledby="user-profile-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="user-profile-modal-modal-heading">Edit Profile</h3>
+ <h4 class="modal-subheading">Your profile is public. It will appear with any comments you leave on NYTimes.com</h4>
+ </div>
+ <div class="modal-content">
+ <div class="user-profile-form-control form-control user-profile-form-control-loading">
+
+ </div>
+ <!-- close user-profile-form-control -->
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close " aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-fixed">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="user-settings-modal" class="modal-container user-settings-modal-container" style="display: none;">
+ <div class="overlay" style="display: none;"></div>
+ <div class="modal user-settings-modal " style="width: 260px;" role="dialog" aria-labelledby="user-settings-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="user-settings-modal-modal-heading"></h3>
+
+ </div>
+ <div class="modal-content">
+ <div class="menu edition-menu">
+ <h5 class="modal-heading">Edition</h5>
+ <ul>
+
+ <li><a href="http://www.nytimes.com" data-edition="us" class="selected">English</a></li>
+
+ <li><a href="http://cn.nytimes.com" data-edition="chinese">中文 (Chinese)</a></li>
+ <li><a href="http://www.nytimes.com/es/" data-edition="spanish">Español</a></li>
+ </ul>
+ </div>
+ <div class="menu help-menu">
+ <h5 class="modal-heading">Help</h5>
+ <ul>
+ <li><a href="http://www.nytimes.com/content/help/front.html">FAQ</a></li>
+ <li><a href="http://www.nytimes.com/content/help/contact/directory.html">Contact Us</a></li>
+ </ul>
+ </div>
+
+ <div class="menu type-sizer-menu">
+ <h5 class="modal-heading">Type Size</h5>
+ <ul>
+ <li data-size="small" class="type-sizer-small type-size-selected"><a href="javascript:;">A <span class="visually-hidden">Type size small</span></a></li>
+ <li data-size="medium" class="type-sizer-medium"><a href="javascript:;">A <span class="visually-hidden">Type size medium</span></a></li>
+ <li data-size="large" class="type-sizer-large"><a href="javascript:;">A <span class="visually-hidden">Type size large</span></a></li>
+ </ul>
+ </div>
+
+ </div>
+ <div class="modal-footer">
+
+ </div>
+ <button type="button" class="modal-close hidden" aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-up-right">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="login-modal" class="modal-container login-modal-container" style="display: none;">
+ <div class="overlay" style="display: block;"></div>
+ <div class="modal login-modal account-modal" style="width: undefined;" role="dialog" aria-labelledby="login-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="login-modal-modal-heading">Log in</h3>
+ <h4 class="modal-subheading">To save articles or get newsletters, alerts or recommendations – all free.</h4>
+ </div>
+ <div class="modal-content">
+ <div class="buttons">
+ <button id="facebook-oauth-button-login-modal" data-provider-name="facebook" class="button oauth-button facebook-oauth-button">
+<i class="icon sprite-icon"></i>
+<span class="button-text">Log in with Facebook</span>
+</button>
+ <button id="google-oauth-button-login-modal" data-provider-name="google" class="button oauth-button google-oauth-button">
+<i class="icon sprite-icon"></i>
+<span class="button-text">Log in with Google</span>
+</button>
+ </div>
+ <!-- close buttons -->
+ <div class="separator">
+ <span class="separator-text">OR</span>
+ </div>
+ <div class="login-form-control form-control">
+ <form id="login-form" class="login-form" role="form" method="post" action="https://myaccount.nytimes.com/auth/login?URI=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html&amp;OQ=_r%3D0">
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="login-email" id="login-email-label">Email address</label>
+ </div>
+ <div class="field-container">
+ <input id="login-email" name="userid" class="text login-email" placeholder="Email address" aria-labelledby="login-email-label" aria-required="true" type="text" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-email-description"><i class="icon"></i><span class="visually-hidden" id="clear-email-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="login-password" id="login-password-label">Password</label>
+ </div>
+ <div class="field-container">
+ <input id="login-password" name="password" class="text login-password" placeholder="Password" data-type="password" aria-labelledby="login-password-label" aria-required="true" type="password" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-password-description"><i class="icon"></i><span class="visually-hidden" id="clear-password-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <div class="control user-action-control layout-horizontal">
+ <div class="control checkbox-control">
+ <div class="field-container">
+ <input id="login-remember-checkbox" name="login-remember" class="checkbox login-remember" checked="checked" aria-labelledby="login-remember-label" aria-checked="true" value="" type="checkbox" />
+ </div>
+ <div class="label-container">
+ <label for="login-remember" class="checkbox-label" id="login-remember-label">Remember me</label>
+ </div>
+ </div>
+ <p class="form-hint password-hint"><a href="https://myaccount.nytimes.com/seg/forgot-password?EXIT_URI=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html%3F_r%3D0">Forgot password?</a></p>
+ </div>
+ <div class="control">
+ <p class="disclaimer"><a href="http://www.nytimes.com/content/help/rights/terms/terms-of-service.html">Terms of Service</a> <a href="http://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html">Privacy Policy</a></p>
+ </div>
+ <div class="control button-control">
+ <button id="login-send-button" class="button login-button">Log in</button>
+ </div>
+ <input name="is_continue" value="1" type="hidden" />
+ <input id="account-form-token" name="token" value="" type="hidden" />
+ <input id="account-form-expiration" name="expires" value="" type="hidden" />
+ <input id="login-remember" name="remember" value="1" type="hidden" />
+ </form>
+ </div>
+ <!-- close login-form-control -->
+ </div>
+ <div class="modal-footer">
+ <p class="user-action registration-modal-trigger">Don’t have an account? <a href="javascript:;">Sign Up</a></p>
+ </div>
+ <button type="button" class="modal-close " aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-fixed">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+ <div id="registration-modal" class="modal-container registration-modal-container" style="display: none;">
+ <div class="overlay" style="display: block;"></div>
+ <div class="modal registration-modal account-modal" style="width: undefined;" role="dialog" aria-labelledby="registration-modal-modal-heading" tabindex="-1">
+ <div class="modal-header">
+ <h3 class="modal-heading" id="registration-modal-modal-heading">Sign up</h3>
+ <h4 class="modal-subheading">To save articles or get newsletters, alerts or recommendations – all free.</h4>
+ </div>
+ <div class="modal-content">
+ <div class="buttons">
+ <button id="facebook-oauth-button-registration-modal" data-provider-name="facebook" class="button oauth-button facebook-oauth-button">
+<i class="icon sprite-icon"></i>
+<span class="button-text">Sign up with Facebook</span>
+</button>
+ <button id="google-oauth-button-registration-modal" data-provider-name="google" class="button oauth-button google-oauth-button">
+<i class="icon sprite-icon"></i>
+<span class="button-text">Sign up with Google</span>
+</button>
+ </div>
+ <!-- close buttons -->
+ <div class="separator">
+ <span class="separator-text">OR</span>
+ </div>
+ <div class="registration-form-control form-control">
+ <form id="registration-form" class="registration-form" role="form" method="post" action="https://myaccount.nytimes.com/register?URI=https%3A%2F%2Fwww.nytimes.com%2F2016%2F07%2F30%2Fbusiness%2Fdealbook%2Fyahoos-sale-to-verizon-leaves-shareholders-with-little-say.html&amp;OQ=_r%3D0">
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="register-email" id="register-email-label">Email address</label>
+ </div>
+ <div class="field-container">
+ <input id="register-email" name="email_address" class="text register-email" placeholder="Email address" aria-labelledby="register-email-label" aria-required="true" type="email" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-email-description"><i class="icon"></i><span class="visually-hidden" id="clear-email-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <!-- close control -->
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="register-password" id="register-password-label">Password</label>
+ </div>
+ <div class="field-container">
+ <input id="register-password" name="password1" class="text register-password" placeholder="Password" data-type="password" aria-labelledby="register-password-label" aria-required="true" type="password" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-password-description"><i class="icon"></i><span class="visually-hidden" id="clear-password-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <!-- close control -->
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="retype-password" id="retype-password-label">Retype password</label>
+ </div>
+ <div class="field-container">
+ <input id="retype-password" name="password2" class="text retype-password" placeholder="Retype password" data-type="password" aria-labelledby="retype-password-label" aria-required="true" type="password" />
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-retyped-password-description"><i class="icon"></i><span class="visually-hidden" id="clear-retyped-password-description">Clear this text input</span></button>
+ </div>
+ </div>
+ <!-- close control -->
+ <div class="control layout-horizontal">
+ <p class="form-hint">
+ By signing up, you agree to receive updates and special offers for The New York Times’s products and services. You may unsubscribe at any time.
+ </p>
+ </div>
+ <div class="control">
+ <p class="disclaimer"><a href="http://www.nytimes.com/content/help/rights/terms/terms-of-service.html">Terms of Service</a> <a href="http://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html">Privacy Policy</a></p>
+ </div>
+ <div class="control button-control">
+ <button id="register-send-button" class="button register-button">Create Account</button>
+ </div>
+ <input name="is_continue" value="1" type="hidden" />
+ <input id="account-form-token" name="token" value="" type="hidden" />
+ <input id="account-form-expiration" name="expires" value="" type="hidden" />
+ <input id="account-form-subscribe" name="subscribe[]" value="MM" type="hidden" />
+ </form>
+ </div>
+ <!-- close registration-form-control -->
+ </div>
+ <div class="modal-footer">
+ <p class="user-action login-modal-trigger">Already have an account? <a href="javascript:;">Log In</a></p>
+ </div>
+ <button type="button" class="modal-close " aria-disabled="false"><i class="icon"></i><span class="visually-hidden">Close this modal window</span></button>
+ <div class="modal-pointer modal-pointer-fixed">
+ <div class="modal-pointer-conceal"></div>
+ </div>
+ </div>
+ </div>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-images.json
new file mode 100644
index 0000000..93da552
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-images.json
@@ -0,0 +1,11 @@
+[
+ "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilities1\/00winterutilities1-facebookJumbo.jpg",
+ "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilities1\/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=75&auto=webp&disable=upscale",
+ "https:\/\/static01.nyt.com\/images\/2018\/02\/20\/multimedia\/author-corey-kilgannon\/author-corey-kilgannon-thumbLarge.jpg",
+ "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilitiesOAK15\/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=75&auto=webp&disable=upscale",
+ "https:\/\/static01.nyt.com\/images\/2019\/02\/15\/nyregion\/00winterutilitiesOAK11\/merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg?quality=90&auto=webp",
+ "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilitiesOAK13\/merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg?quality=90&auto=webp",
+ "https:\/\/static01.nyt.com\/images\/2017\/12\/07\/nyregion\/00winter4\/00winter4-articleLarge.jpg?quality=90&auto=webp",
+ "https:\/\/static01.nyt.com\/images\/2019\/02\/15\/nyregion\/00winterutilitiesOAK12\/merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg?quality=90&auto=webp",
+ "https:\/\/static01.nyt.com\/images\/2019\/02\/12\/nyregion\/00winterutilities2\/merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg?quality=90&auto=webp"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-metadata.json
new file mode 100644
index 0000000..3d9b539
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By Corey Kilgannon",
+ "Direction": null,
+ "Excerpt": "New York\u2019s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and \u201cfreeze-thaw\u201d cycles of winter make it even worse.",
+ "Image": "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilities1\/00winterutilities1-facebookJumbo.jpg",
+ "Title": "Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What\u2019s Underneath N.Y.C.",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected.html
new file mode 100644
index 0000000..a8a9bc3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected.html
@@ -0,0 +1,267 @@
+<article id="story">
+
+ <header>
+
+
+ <p>
+ New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse.
+ </p>
+ <div data-testid="photoviewer-wrapper">
+ <figure aria-label="media" role="group" itemscope="itemscope" itemprop="associatedMedia" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <p><span>Image</span><img alt src="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" srcset="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=90&amp;auto=webp 600w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-jumbo.jpg?quality=90&amp;auto=webp 1024w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-superJumbo.jpg?quality=90&amp;auto=webp 2048w" sizes="((min-width: 600px) and (max-width: 1004px)) 84vw, (min-width: 1005px) 80vw, 100vw" itemprop="url" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale">
+ </p>
+ <figcaption itemprop="caption description">
+ <span>A Con Edison worker repairing underground cables this month in Flushing, Queens. The likely source of the problem was water and rock salt that had seeped underground.</span><span itemprop="copyrightHolder"><span>Credit</span><span><span>Credit</span><span>Chang W. Lee/The New York Times</span></span></span>
+ </figcaption>
+ </figure>
+ </div>
+ <div>
+ <div>
+ <p><a href="https://www.nytimes.com/by/corey-kilgannon"><img alt="Corey Kilgannon" title="Corey Kilgannon" src="https://static01.nyt.com/images/2018/02/20/multimedia/author-corey-kilgannon/author-corey-kilgannon-thumbLarge.jpg"></a>
+ </p>
+
+ </div>
+ <ul>
+ <li>
+ <time datetime="2019-02-21">Feb. 21, 2019</time>
+ </li>
+ <li>
+
+ </li>
+ </ul>
+ </div>
+ </header>
+ <section name="articleBody" itemprop="articleBody">
+ <div>
+ <p>
+ <em>[What you need to know to start the day:</em> <a href="https://www.nytimes.com/newsletters/newyorktoday?module=inline" title><em>Get New York Today in your inbox</em></a><em>.]</em>
+ </p>
+ <p>
+ A series of recent <a href="https://nypost.com/2019/02/17/manhole-fires-force-theater-evacuations-in-midtown/" title rel="noopener noreferrer" target="_blank">manhole fires</a> in the heart of Manhattan forced the evacuation of several theaters and was a stark reminder that the subway is not the only creaky infrastructure beneath the streets of New York City.
+ </p>
+ <p>
+ Underground lies a chaotic assemblage of utilities that, much like the subway, are lifelines for the city: a sprawling tangle of water mains, power cables, gas and steam lines, telecom wires and sewers.
+ </p>
+ <p>
+ The city has one of the oldest and largest networks of subterranean infrastructure in the world, with some portions dating more than a century and prone to leaks and cracks.
+ </p>
+ <p>
+ And winter — from the corrosive rock salt used on streets and sidewalks to “freeze-thaw” cycles that weaken pipes — makes infrastructure problems even worse.
+ </p>
+ </div>
+ <div>
+ <p>
+ In the late 1800s, many of the city’s overhead utilities were buried to lessen the exposure to winter weather. “People think it’s all protected and safe, but it’s really not,” said Patrick McHugh, vice president of electrical engineering and planning for Con Edison, which maintains about 90,000 miles of underground cable in the city.
+ </p>
+ <p>
+ “You have water, sewage, electricity and gas down there, and people don’t appreciate the effort that goes into keeping all that working,” he added.
+ </p>
+ </div>
+ <div data-testid="photoviewer-wrapper">
+ <figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <p><span>Image</span><img alt src="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" srcset="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=90&amp;auto=webp 600w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-jumbo.jpg?quality=90&amp;auto=webp 1024w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-superJumbo.jpg?quality=90&amp;auto=webp 2000w" sizes="((min-width: 600px) and (max-width: 1004px)) 84vw, (min-width: 1005px) 80vw, 100vw" itemprop="url" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale">
+ </p>
+ <figcaption itemprop="caption description">
+ <span>In the late 1800s, overhead utilities were buried to lessen the exposure to winter weather.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Kirsten Luce for The New York Times</span></span>
+ </figcaption>
+ </figure>
+ </div>
+ <div>
+ <h2 id="link-32de4094">
+ Rock salt on icy streets can cause mayhem below them
+ </h2>
+ <p>
+ When rock salt melts ice, and the water seeps down manholes and into electrical units, it can set off fires and explosions strong enough to pop a 300-pound manhole cover five stories into the air.
+ </p>
+ <p>
+ For days after a storm, Con Edison officials say, they often deal with scores of electrical fires caused by the rock salt eating away at electrical cable insulation. The wet salt can create sparking that burns the insulation, producing both fire and gases that can combust and pop the manhole lids.
+ </p>
+ <p>
+ To alleviate the threat, the officials said, the utility switched most of its manhole covers to vented ones that allow gases to escape, “so they cannot form a combustible amount,” Mr. McHugh said.
+ </p>
+ </div>
+ <div>
+ <p>
+ “It also lets smoke escape, which can tip off the public to notify the authorities,” he added.
+ </p>
+ <p>
+ Winter can also bring an increase in gas-line breakages. Con Edison, which maintains 4,300 miles of gas mains in and around New York City, records about 500 leaks — most of them nonemergencies — in a typical month, but many more in winter.
+ </p>
+ <p>
+ Even this past January, which was unseasonably mild, there were 750 leaks, Con Edison officials said.
+ </p>
+ </div>
+ <div data-testid="photoviewer-wrapper">
+ <figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK11/merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div>
+ <p><span>Image</span></p>
+ </div>
+ <figcaption itemprop="caption description">
+ <span>There are typically between 400 and 600 water main breaks each year in New York City, an official said.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Michael Appleton for The New York Times</span></span>
+ </figcaption>
+ <img src="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK11/merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
+ </div>
+ <div>
+ <h2 id="link-470a509">
+ ‘Freeze-thaws’ linked to climate change can imperil utilities
+ </h2>
+ <p>
+ The extreme temperature swings that many researchers link to climate change are adding to the challenges of winter.
+ </p>
+ <p>
+ Officials monitor weather forecasts closely for freeze-thaw cycles, when they put extra repair crews on call.
+ </p>
+ <p>
+ During a polar vortex in late January, for instance, single-digit temperatures in the city quickly ballooned into the 50s. The thaw, much welcomed by many New Yorkers, worried Tasos Georgelis, deputy commissioner for water and sewer operations at the Department of Environmental Protection, which operates the city’s <a href="https://www.nytimes.com/interactive/2016/03/24/nyregion/how-nyc-gets-its-water-new-york-101.html?action=click&amp;contentCollection=New%20York&amp;region=Footer&amp;module=inline&amp;version=WhatsNext&amp;contentID=WhatsNext&amp;moduleDetail=undefined&amp;pgtype=Multimedia" title>water system</a>.
+ </p>
+ <p>
+ “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” Mr. Georgelis said.
+ </p>
+ <p>
+ Along the city’s roughly 6,500 miles of water mains, there are typically between 400 and 600 breaks a year, he added. The majority occur in winter, when the cold can make older cast-iron mains brittle.
+ </p>
+ </div>
+ <div>
+ <p>
+ Environmental Protection officials said the department repaired 75 water-main breaks in January, including one in Lower Manhattan that disrupted rush-hour subway service and another on the West Side that snarled traffic and left nearby buildings without water for hours.
+ </p>
+ <p>
+ The city’s 7,500 miles of sewer lines are less affected by cold weather because they are generally buried deeper than other utilities, below the frost line, agency officials said.
+ </p>
+ </div>
+ <div data-testid="photoviewer-wrapper">
+ <figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK13/merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div>
+ <p><span>Image</span></p>
+ </div>
+ <figcaption itemprop="caption description">
+ <span>In 1978, a water main break caused severe flooding in Bushwick, Brooklyn.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Fred R. Conrad/The New York Times</span></span>
+ </figcaption>
+ <img src="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK13/merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
+ </div>
+ <div>
+ <h2 id="link-4c678ca">
+ How to replace century-old utilities: slowly, and carefully
+ </h2>
+ <p>
+ Upgrading the city’s below-street utilities is a slow, painstaking process, “because you have such a fixed-in-place system,” said Rae Zimmerman, a research professor of planning and public administration at New York University.
+ </p>
+ <p>
+ But there is progress. Con Edison officials said they had begun replacing the city’s nearly 1,600 miles of natural gas lines — which were made of either cast iron or unprotected steel — with plastic piping. The plastic is less susceptible to corrosion, cracks and leaks, said the officials, who added that they were swapping about 100 miles of line each year.
+ </p>
+ <p>
+ The city is also replacing older, leak-prone water and sewer mains.
+ </p>
+ <p>
+ Some pipes that are more than a century old hold up because they were built with a thicker grade of cast iron, according to Environmental Protection Department officials. For less healthy ones, the agency has invested more than $1 billion in the past five years — with an additional $1.4 billion budgeted over the next five years — for upgrades and replacements. New pipes will be made of a more durable, graphite-rich cast iron known as ductile iron.
+ </p>
+ </div>
+ <div data-testid="photoviewer-wrapper">
+ <figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2017/12/07/nyregion/00winter4/00winter4-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div>
+ <p><span>Image</span></p>
+ </div>
+ <figcaption itemprop="caption description">
+ <span>Matt Cruz snowboarded through Manhattan’s Lower East Side after a snowstorm in 2016 left the streets coated in slush and rock salt.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Hiroko Masuike/The New York Times</span></span>
+ </figcaption>
+ <img src="https://static01.nyt.com/images/2017/12/07/nyregion/00winter4/00winter4-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
+ </div>
+ <div>
+ <h2 id="link-132c3a6b">
+ Construction during the winter isn’t always a good idea
+ </h2>
+ <p>
+ Of course, winter also poses problems aboveground. Most nonemergency repair and construction work involving concrete is halted because concrete and some types of dirt, used to fill in trenches, freeze in colder temperatures, said Ian Michaels, a spokesman for the city’s Department of Design and Construction.
+ </p>
+ <p>
+ Digging by hand is also a challenge in frozen ground, so many excavations that are close to pipes and other utilities are put off, Mr. Michaels said.
+ </p>
+ </div>
+ <div>
+ <p>
+ And asphalt is harder to obtain because it must be kept and transported at high temperatures, he added.
+ </p>
+ <p>
+ In the extreme cold, city officials will not risk shutting down water mains for construction because spillage into the street could freeze, Mr. Michaels said. He added that stopping the water flow could freeze the private water-service connections that branch off the mains, he said.
+ </p>
+ <p>
+ Even the basic task of locating utilities under the street can be complicated because infrastructure has been added piecemeal over the decades.
+ </p>
+ </div>
+ <div data-testid="photoviewer-wrapper">
+ <figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK12/merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div>
+ <p><span>Image</span></p>
+ </div>
+ <figcaption itemprop="caption description">
+ <span>A water main break in Manhattan in 2014. “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” said Tasos Georgelis of the city's Department of Environmental Protection.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Ãngel Franco/The New York Times</span></span>
+ </figcaption>
+ <img src="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK12/merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
+ </div>
+ <div>
+ <h2 id="link-7ba21106">
+ Almost 1.8 million potholes filled since de Blasio took office
+ </h2>
+ <p>
+ Street surfaces are affected by winter weather, too: Last year, the city filled 255,904 potholes.
+ </p>
+ <p>
+ And should anyone forget that filling potholes, like snow removal, is a sacred staple of constituent services, transportation officials have compiled the number of potholes the city has filled — more than 1,786,300 — since Mayor Bill de Blasio took office in 2014.
+ </p>
+ <p>
+ Potholes form when water and salt seep into cracks, freeze and expand, creating a larger crevice, said Joe Carbone, who works for the Transportation Department, where he is known as the pothole chief.
+ </p>
+ <p>
+ Simply put, more freeze-thaw cycles <a href="https://www.nytimes.com/2011/02/07/nyregion/07pothole.html?module=inline" title>result in more potholes</a>, he said. Currently, the department has 25 crews repairing potholes. During peak pothole-repair season in early March, that number can expand to more than 60.
+ </p>
+ </div>
+ <div>
+ <p>
+ Still, the department is continually resurfacing the city’s more than 6,000 miles of streets and 19,000 lane miles. Each year, agency officials said, it uses more than one million tons of asphalt to repave more than 1,300 lane-miles of street.
+ </p>
+
+ </div>
+ <div data-testid="photoviewer-wrapper">
+ <figure aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/12/nyregion/00winterutilities2/merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div>
+ <p><span>Image</span></p>
+ </div>
+ <figcaption itemprop="caption description">
+ <span>Workers learning how to fix water main breaks at a training center in Queens.</span><span itemprop="copyrightHolder"><span>Credit</span><span>Chang W. Lee/The New York Times</span></span>
+ </figcaption>
+ <img src="https://static01.nyt.com/images/2019/02/12/nyregion/00winterutilities2/merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg?quality=90&amp;auto=webp"></figure>
+ </div>
+ <div>
+ <h2 id="link-13d0a396">
+ So, where do people learn how to fix some of these issues?
+ </h2>
+ <p>
+ Of the 400 city laborers who work on water mains, many learn the finer points of leak repair at a training center in Queens, where underground pipes are made to spring leaks for repair drills.
+ </p>
+ <p>
+ Workers from the Department of Environmental Protection recently gathered around a muddy hole as a co-worker, Nehemiah Dejesus, scrambled to apply a stainless-steel repair clamp around a cracked segment that was spewing water.
+ </p>
+ <p>
+ “Don’t get nervous,” instructed Milton Velez, the agency’s district supervisor for Queens.
+ </p>
+ <p>
+ “I’m not,” Mr. Dejesus said as he secured the clamp and stopped the leak. “It’s ‘Showtime at the Apollo.’”
+ </p>
+ </div>
+
+
+ </section>
+ <div>
+
+ <div>
+ <p>
+ Corey Kilgannon is a Metro reporter covering news and human interest stories. His writes the <a href="https://www.nytimes.com/column/character-study">Character Study</a> column in the Sunday Metropolitan section. He was also part of the team that won the 2009 Pulitzer Prize for Breaking News. <span><a href="https://twitter.com/coreykilgannon" rel="noopener noreferrer" target="_blank"><span>@</span>coreykilgannon</a> <span>•</span> <a href="https://www.facebook.com/corey.kilgannon.9" rel="noopener noreferrer" target="_blank">Facebook</a></span>
+ </p>
+ </div>
+ <div><p>
+ A version of this article appears in print on </p><p>, on Page </p><p>A</p><p>22</p><p> of the New York edition</p><p> with the headline: </p><p>Under the City’s Streets, A Battle Against Winter<span>. <a href="http://www.nytreprints.com/">Order Reprints</a> | <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today’s Paper</a> | <a href="https://www.nytimes.com/subscriptions/Multiproduct/lp8HYKU.html?campaignId=48JQY">Subscribe</a></span>
+ </p></div>
+
+ </div>
+
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/source.html
new file mode 100644
index 0000000..2936576
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/source.html
@@ -0,0 +1,1638 @@
+<!DOCTYPE html>
+<html lang="en" itemid="https://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.html" itemtype="http://schema.org/NewsArticle" itemscope="true" class="story" xmlns:og="http://opengraphprotocol.org/schema/" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <title data-rh="true">
+ Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C. - The New York Times
+ </title>
+ <meta data-rh="true" itemprop="inLanguage" content="en-US" />
+ <meta data-rh="true" property="article:published" itemprop="datePublished" content="2019-02-21T08:00:08.000Z" />
+ <meta data-rh="true" property="article:modified" itemprop="dateModified" content="2019-02-22T12:17:45.596Z" />
+ <meta data-rh="true" http-equiv="Content-Language" content="en" />
+ <meta data-rh="true" name="robots" content="noarchive" />
+ <meta data-rh="true" name="articleid" itemprop="identifier" content="100000006355641" />
+ <meta data-rh="true" name="nyt_uri" itemprop="identifier" content="nyt://article/d0aba0ad-4861-548c-8ff3-1d9606db5960" />
+ <meta data-rh="true" name="pubp_event_id" itemprop="identifier" content="pubp://event/b0523eccaeb445d49d2ab6d80d79d0ae" />
+ <meta data-rh="true" name="description" itemprop="description" content="New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse." />
+ <meta data-rh="true" name="image" itemprop="image" content="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/00winterutilities1-facebookJumbo.jpg" />
+ <meta data-rh="true" name="byl" content="By Corey Kilgannon" />
+ <meta data-rh="true" name="thumbnail" itemprop="thumbnailUrl" content="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/00winterutilities1-thumbStandard.jpg" />
+ <meta data-rh="true" name="news_keywords" content="Water,Winter,Infrastructure,Pothole,Manhole,Con Edison,Department of Environmental Protection NYC,Manhattan" />
+ <meta data-rh="true" name="pdate" content="20190221" />
+ <meta data-rh="true" property="og:url" content="https://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.html" />
+ <meta data-rh="true" property="og:type" content="article" />
+ <meta data-rh="true" property="og:title" content="Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C." />
+ <meta data-rh="true" property="og:image" content="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/00winterutilities1-facebookJumbo.jpg" />
+ <meta data-rh="true" property="og:description" content="New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse." />
+ <meta data-rh="true" property="twitter:url" content="https://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.html" />
+ <meta data-rh="true" property="twitter:title" content="Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C." />
+ <meta data-rh="true" property="twitter:description" content="New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse." />
+ <meta data-rh="true" property="twitter:image" content="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/00winterutilities1-videoSixteenByNineJumbo1600.jpg" />
+ <meta data-rh="true" property="twitter:image:alt" content="A Con Edison worker repairing underground cables this month in Flushing, Queens. The likely source of the problem was water and rock salt that had seeped underground." />
+ <meta data-rh="true" property="twitter:card" content="summary_large_image" />
+ <meta data-rh="true" property="article:section" itemprop="articleSection" content="New York" />
+ <meta data-rh="true" property="article:tag" content="Water" />
+ <meta data-rh="true" property="article:tag" content="Winter (Season)" />
+ <meta data-rh="true" property="article:tag" content="Infrastructure (Public Works)" />
+ <meta data-rh="true" property="article:tag" content="Potholes" />
+ <meta data-rh="true" property="article:tag" content="Manholes" />
+ <meta data-rh="true" property="article:tag" content="Consolidated Edison Inc" />
+ <meta data-rh="true" property="article:tag" content="Department of Environmental Protection (NYC)" />
+ <meta data-rh="true" property="article:tag" content="Manhattan (NYC)" />
+ <meta data-rh="true" name="CG" content="nyregion" />
+ <meta data-rh="true" name="SCG" content="" />
+ <meta data-rh="true" name="CN" content="" />
+ <meta data-rh="true" name="CT" content="" />
+ <meta data-rh="true" name="PT" content="article" />
+ <meta data-rh="true" name="PST" content="News" />
+ <meta data-rh="true" name="genre" itemprop="genre" content="News" />
+ <meta data-rh="true" name="url" itemprop="url" content="https://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.html" />
+ <meta data-rh="true" name="msapplication-starturl" content="https://www.nytimes.com" />
+ <meta data-rh="true" property="al:android:url" content="nytimes://reader/id/100000006355641" />
+ <meta data-rh="true" property="al:android:package" content="com.nytimes.android" />
+ <meta data-rh="true" property="al:android:app_name" content="NYTimes" />
+ <meta data-rh="true" name="twitter:app:name:googleplay" content="NYTimes" />
+ <meta data-rh="true" name="twitter:app:id:googleplay" content="com.nytimes.android" />
+ <meta data-rh="true" name="twitter:app:url:googleplay" content="nytimes://reader/id/100000006355641" />
+ <meta data-rh="true" property="al:iphone:url" content="nytimes://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.html" />
+ <meta data-rh="true" property="al:iphone:app_store_id" content="284862083" />
+ <meta data-rh="true" property="al:iphone:app_name" content="NYTimes" />
+ <meta data-rh="true" property="al:ipad:url" content="nytimes://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.html" />
+ <meta data-rh="true" property="al:ipad:app_store_id" content="357066198" />
+ <meta data-rh="true" property="al:ipad:app_name" content="NYTimes" />
+ <script>
+ <![CDATA[
+
+ (function() {
+ var gqlUrl = 'https://samizdat-graphql.nytimes.com/graphql/v2';
+ try {
+ var URLparams = window.location.search.slice(1).split('&');
+ var qs = URLparams.reduce(function(acc, cur){
+ if (cur.split('=')[0] === 'ip-override'){
+ return ('?' + cur);
+ }
+ return acc;
+ }, '');
+ gqlUrl = gqlUrl + qs;
+ }
+ catch (e) {
+ console.warn(e);
+ }
+ var xhr = new XMLHttpRequest();
+ xhr.withCredentials = true;
+ xhr.open('POST', gqlUrl, true);
+ xhr.setRequestHeader('Content-Type', 'application/json');
+ xhr.setRequestHeader('nyt-app-type', 'project-vi');
+ xhr.setRequestHeader('nyt-app-version', '0.0.3');
+ xhr.setRequestHeader('nyt-token', 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlYOpRoYg5X01qAqNyBDM32EI/E77nkFzd2rrVjhdi/VAZfBIrPayyYykIIN+d5GMImm3wg6CmTTkBo7ixmwd7Xv24QSDpjuX0gQ1eqxOEWZ0FHWZWkh4jfLcwqkgKmfHJuvOctEiE/Wic5Qrle323SMDKF8sAqClv8VKA8hyrXHbPDAlAaxq3EPOGjJqpHEdWNVg2S0pN62NSmSudT/ap/BqZf7FqsI2cUxv2mUKzmyy+rYwbhd8TRgj1kFprNOaldrluO4dXjubJIY4qEyJY5Dc/F03sGED4AiGBPVYtPh8zscG64yJJ9Njs1ReyUCSX4jYmxoZOnO+6GfXE0s2xQIDAQAB');
+ xhr.send('{"operationName":"UserQuery","variables":{},"query":" query UserQuery { user { __typename profile { displayName } userInfo { regiId entitlements demographics { emailSubscriptions wat bundleSubscriptions { bundle inGrace promotion source } } } subscriptionDetails { graceStartDate graceEndDate isFreeTrial hasQueuedSub startDate endDate status entitlements } } } "}');
+ window.userXhrObject = xhr;
+ })();
+
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.vi = window.vi || {};
+ window.vi.env = Object.freeze({"JKIDD_PATH":"https://a.nytimes.com/svc/nyt/data-layer","ET2_URL":"https://a.et.nytimes.com","WEDDINGS_PATH":"https://content.api.nytimes.com","GDPR_PATH":"https://us-central1-nyt-wfvi-prd.cloudfunctions.net/gdpr-email-form","ABRA_ET_URL":"//et.nytimes.com","NODE_ENV":"production","SENTRY_SAMPLE_RATE":"10","EXPERIMENTAL_ROUTE_PREFIX":"","ENVIRONMENT":"prd","RELEASE":"99bbf59339e8933923f217204d494034f939c495","AUTH_HOST":"https://myaccount.nytimes.com","SWG_PUBLICATION_ID":"nytimes.com"});
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.swgUserInfoXhrObject = new XMLHttpRequest();
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ document.domain = 'nytimes.com';
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ var userAgent = window.navigator.userAgent || window.navigator.vendor || window.opera;
+ var inAndroid = userAgent.indexOf('nyt_android') !== -1;
+ var iniOS = userAgent.indexOf('nytios') !== -1;
+ if (inAndroid || iniOS) document.documentElement.classList.add('NYTApp');
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ !function(r,e){var i,a,c,p,s,l=[],
+ u="object"==typeof r.navigator&&r.navigator.sendBeacon?"beacon":"polybeacon";function f(){var e,t,
+ n=r.crypto||r.msCrypto;if(n)t=n.getRandomValues(new Uint8Array(18));else for(t=[];t.length<18;
+ )t.push(256*Math.random()^255&(e=e||+new Date)),e=Math.floor(e/256);return btoa(
+ String.fromCharCode.apply(String,t)).replace(/\+/g,"-").replace(/\//g,"_")}if(r.nyt_et)try{
+ console.warn("et2 snippet should only load once per page")}catch(e){}else r.nyt_et=function(){var e,
+ t,n=arguments;function o(){l.length&&(function(e,t){if("beacon"===u)return r.navigator.sendBeacon(e,
+ t);var n="function"==typeof XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP")
+ ;n.open("POST",e),n.withCredentials=!0,n.setRequestHeader("Accept","*/*"),
+ "string"==typeof t?n.setRequestHeader("Content-Type","text/plain;charset=UTF-8"
+ ):"[object Blob]"==={}.toString.call(t)&&t.type&&n.setRequestHeader("Content-Type",t.type);try{
+ n.send(t)}catch(e){}}(i+"/track",JSON.stringify(l)),l.length=0,clearTimeout(s),s=null)}if(
+ "string"==typeof n[0]&&/init/.test(n[0])&&(c=f(),"init"==n[0]&&!a)){if(a=f(),
+ "string"!=typeof n[1]||!/^http/.test(n[1]))throw new Error("init must include an et host url")
+ ;i=String(n[1]).replace(/\/$/,""),"string"==typeof n[2]&&(p=n[2])}e=n[n.length-1],
+ i&&"object"==typeof e&&(t="page"==e.subject?c:f(),e.sourceApp&&(p=e.sourceApp),e.sourceApp=p,l.push(
+ {context_id:a,pageview_id:c,event_id:t,client_lib:"cfc97c2",sourceApp:p,how:u,client_ts:+new Date,
+ data:JSON.parse(JSON.stringify(e))}),"send"==n[0]||t==c?o():s||(s=setTimeout(o,5500)))},
+ r.nyt_et.get_pageview_id=function(){return c}}(window);
+ ;
+ nyt_et('init', "https://a.et.nytimes.com", "nyt-vi",
+ {
+ subject: 'page',
+ assetUrl: (document.querySelector('link[rel=canonical]') || {}).href,
+ url: location.href,
+ referrer: document.referrer || void 0,
+ client_tz_offset: (new Date).getTimezoneOffset(),
+ sourceApp: "nyt-vi",
+ });
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ var NYTD = NYTD || {};
+ NYTD.PageViewId = {};
+ NYTD.PageViewId.update = function() {
+ NYTD.PageViewId.current = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
+ const r = (Math.random() * 16) | 0;
+ const v = c === 'x' ? r : (r & 0x3) | 0x8;
+ return v.toString(16);
+ });
+ return NYTD.PageViewId.current;
+ };
+ NYTD.PageViewId.update();
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ 100*Math.random()<=vi.env.SENTRY_SAMPLE_RATE?(window.INSTALL_RAVEN=!0,window.nyt_errors={ravenInstalled:!1,list:[],tags:[]},window.onerror=function(n,r,o,w,i){if(!window.nyt_errors.ravenInstalled){var t={err:i,data:{}};window.nyt_errors.list.push(t)}}):window.INSTALL_RAVEN=!1;
+ ]]>
+ </script>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
+ <link rel="shortcut icon" href="/vi-assets/static-assets/favicon-4bf96cb6a1093748bf5b3c429accb9b4.ico" />
+ <link rel="apple-touch-icon" href="/vi-assets/static-assets/apple-touch-icon-319373aaf4524d94d38aa599c56b8655.png" />
+ <link rel="apple-touch-icon-precomposed" sizes="144×144" href="/vi-assets/static-assets/ios-ipad-144x144-319373aaf4524d94d38aa599c56b8655.png" />
+ <link rel="apple-touch-icon-precomposed" sizes="114×114" href="/vi-assets/static-assets/ios-iphone-114x144-61d373c43aa8365d3940c5f1135f4597.png" />
+ <link rel="apple-touch-icon-precomposed" href="/vi-assets/static-assets/ios-default-homescreen-57x57-7cccbfb151c7db793e92ea58c30b9e72.png" />
+ <meta property="fb:app_id" content="9869919170" />
+ <meta name="twitter:site" value="@nytimes" />
+ <script>
+ <![CDATA[
+ var NYTD=NYTD||{};NYTD.Abra=function(t){"use strict";function e(t){var e=r[t];return e&&e[1]||null}function n(t,e){if(t){var n,r,o=e[0],i=e[1],c=0,u=0;if(1!==i.length||4294967296!==i[0])for(n=a(t+" "+o)>>>0,c=0,u=0;r=i[c++];)if(n<(u+=r[0]))return r}}function a(t){for(var e,n,a,r,o,i,c,u=0,l=0,s=[],f=[e=1732584193,n=4023233417,~e,~n,3285377520],h=[],p=t.length;l<=p;)h[l>>2]|=(l<p?t.charCodeAt(l):128)<<8*(3-l++%4);for(h[c=p+8>>2|15]=p<<3;u<=c;u+=16){for(e=f,l=0;l<80;e=[0|[(i=((t=e[0])<<5|t>>>27)+e[4]+(s[l]=l<16?~~h[u+l]:i<<1|i>>>31)+1518500249)+((n=e[1])&(a=e[2])|~n&(r=e[3])),o=i+(n^a^r)+341275144,i+(n&a|n&r|a&r)+882459459,o+1535694389][0|l++/20],t,n<<30|n>>>2,a,r])i=s[l-3]^s[l-8]^s[l-14]^s[l-16];for(l=5;l;)f[--l]=f[l]+e[l]|0}return f[0]}var r,o={};return t.dataLayer=t.dataLayer||[],e.init=function(e){var a,o,i,c,u,l,s,f,h,p,d=[],v=[],m=(t.document.cookie.match(/(?:^|;) *nyt-a=([^;]*)/)||[])[1],g=(t.document.cookie.match(/(?:^|;) *ab7=([^;]*)/)||[])[1],b=(t.location.search.match(/(?:^\?|&)abra=([^&]*)/)||[])[1];if(r)throw new Error("can't init twice");for(r={},u=(decodeURIComponent(g||"")+"&"+decodeURIComponent(b||"")).split("&"),a=u.length-1;a>=0;a--)l=u[a].split("="),l.length<2||(s=l[0])&&!r[s]&&(f=l[1]||null,r[s]=[,f,1],f&&d.push(s+"="+f),v.push({test:s,variant:f||"0"}));for(a=0;a<e.length;a++)i=e[a],(o=i[0])in r||(c=n(m,i)||[],c[0],h=c[1],p=!!c[2],r[o]=c,h&&d.push(o.replace(/[^\w-]/g)+"="+(""+h).replace(/[^\w-]/g)),p&&v.push({test:o,variant:h||"0"}));d.length&&t.document.documentElement.setAttribute("data-nyt-ab",d.join(" ")),v.length&&t.dataLayer.push({event:"ab-alloc",allocs:v})},e.reportExposure=function(e,n){if(!o[e]){o[e]=1;var a=r[e];if(a){var i=a[1];a[2]&&t.dataLayer.push({event:"ab-expose",abtest:{test:e,variant:i||"0"}})}n&&t.setTimeout(function(){n(null)},0)}},e}(this);;
+ NYTD.Abra.init([["WP_Platform",[[4294967296,"vi",0]]],["vi-ads-et",[[257698038,"2_remainder",1],[4037269258,null,0]]],["messaging-optimizely",[[4294967296,"1",0]]],["PER_Vi_Personalization",[[429496730,"0_control",1],[429496730,"1_personalized_best",1],[3435973836,"2_personalized",1]]],["PER_Vi_Personalization_Ramp",[[4294967296,"0_per_on",0]]],["PER_vi_personalization_story_trending",[[858993460,"0_trending_trending",1],[429496729,"1_trending_popular",1],[429496730,"2_trending_als",1],[429496729,"3_popular_trending",1],[429496730,"4_popular_popular",1],[429496730,"5_popular_als",1],[429496729,"6_recommended_trending",1],[429496730,"7_recommended_popular",1],[429496729,"8_recommended_als",1]]],["STORY_bn_disco",[[1431655766,"0_control",1],[1431655765,"1_interactive1",1],[1431655765,"2_interactive2",1]]],["STORY_comment_btn",[[1073741824,"0_default",1],[1073741824,"1_bab",1],[2147483648,null,0]]],["STORY_relatedLinks",[[4294967296,"0",0]]],["STORY_EP_Recirc",[[1431655766,"0_control",1],[1431655765,"1_picksAboveMore",1],[1431655765,"2_picksBelowMore",1]]],["AD_MPC-355",[[1460288881,"0_control",1],[1417339208,"1_adslotwhitelist",1],[1417339207,"2_adslotunblock",1]]],["STORY_newsletter",[[1417339208,"0_control",1],[1417339208,"1_footertop",1],[1460288880,"2_ccol",1]]],["DTI_ET2",[[4294967296,"on",0]]],["STORY_Survey",[[4037269259,"0_control",1],[85899346,"1_question1",1],[85899346,"2_question2",1],[85899345,"3_question3",1]]],["HOMEPAGE_midterms",[[85899346,"0_default",1],[4209067950,"1_midterms",1]]],["dfp_lazy_load_api",[[4294968,"0_control",1],[4294967,"1",1],[4286377361,null,0]]],["medianet_toggle",[[4294967296,"0_default",1]]],["STORY_Packaging",[[858993460,"0_control",1],[858993459,"1",1],[858993459,"2",1],[858993459,"3",1],[858993459,"4",1]]],["MKT_incognito_msg_0918",[[644245095,"0_inline_sub",1],[644245094,"1_inline_app",1],[644245095,"2_expanded_sub",1],[644245094,"3_expanded_app",1],[644245094,"4_trunct_regi",0],[429496730,"5_survey",1],[644245094,null,0]]],["MKT_Redbird_Intl",[[613566757,"0_Control",1],[613566757,"1_GW2_FT_CC",1],[613566756,"2_GW2_FT_NoCC",1],[613566757,"3_GW2_Regi",1],[613566756,"4_GW3_FT_CC",1],[613566757,"5_GW3_FT_NoCC",1],[613566756,"6_GW3_Regi",1]]],["MKT_abandonment_1118",[[1431655766,"0_control",1],[1431655765,"1_clarity",1],[1431655765,"2_urgency",1]]],["MKT_Redbird_US",[[128849019,"0_Control",1],[128849019,"1_GW2_FT_CC",1],[128849019,"2_GW2_FT_NoCC",1],[128849019,"3_GW2_Regi",1],[128849019,"4_GW3_FT_CC",1],[128849019,"5_GW3_FT_NoCC",1],[128849019,"6_GW3_Regi",1],[3393024163,"Outside_Redbird",0]]],["MKT_wcm_dfp_propensity_price",[[12025909,"0",1],[12025908,"1",1],[12025909,"2",1],[12025908,"3",1],[12025909,"4",1],[12025908,"5",1],[12025909,"6",1],[12025908,"7",1],[12025908,"8",1],[12025909,"9",1],[12025908,"10",1],[12025909,"11",1],[12025908,"12",1],[12025909,"13",1],[12025908,"14",1],[12025908,"15",1],[12025909,"16",1],[12025908,"17",1],[12025909,"18",1],[12025908,"19",1],[12025909,"20",1],[12025908,"21",1],[12025908,"22",1],[12025909,"23",1],[12025908,"24",1],[12025909,"25",1],[12025908,"26",1],[12025909,"27",1],[12025908,"28",1],[12025908,"29",1],[12025909,"30",1],[12025908,"31",1],[12025909,"32",1],[12025908,"33",1],[12025909,"34",1],[12025908,"35",1],[12025908,"36",1],[12025909,"37",1],[12025908,"38",1],[12025909,"39",1],[12025908,"40",1],[12025909,"41",1],[12025908,"42",1],[12025908,"43",1],[12025909,"44",1],[12025908,"45",1],[12025909,"46",1],[12025908,"47",1],[12025909,"48",1],[12025908,"49",1],[12025908,"50",1],[12025909,"51",1],[12025908,"52",1],[12025909,"53",1],[12025908,"54",1],[12025909,"55",1],[12025908,"56",1],[12025908,"57",1],[12025909,"58",1],[12025908,"59",1],[12025909,"60",1],[12025908,"61",1],[12025909,"62",1],[12025908,"63",1],[12025908,"64",1],[12025909,"65",1],[12025908,"66",1],[12025909,"67",1],[12025908,"68",1],[12025909,"69",1],[12025908,"70",1],[12025908,"71",1],[12025909,"72",1],[12025908,"73",1],[12025909,"74",1],[12025908,"75",1],[12025909,"76",1],[12025908,"77",1],[12025908,"78",1],[12025909,"79",1],[12025908,"80",1],[12025909,"81",1],[12025908,"82",1],[12025909,"83",1],[12025908,"84",1],[12025908,"85",1],[12025909,"86",1],[12025908,"87",1],[12025909,"88",1],[12025908,"89",1],[12025909,"90",1],[12025908,"91",1],[12025908,"92",1],[12025909,"93",1],[12025908,"94",1],[12025909,"95",1],[12025908,"96",1],[12025909,"97",1],[12025908,"98",1],[12025908,"99",1],[12025909,"100",1],[12025908,"101",1],[12025909,"102",1],[12025908,"103",1],[12025909,"104",1],[12025908,"105",1],[12025908,"106",1],[12025909,"107",1],[12025908,"108",1],[12025909,"109",1],[12025908,"110",1],[12025909,"111",1],[12025908,"112",1],[12025908,"113",1],[12025909,"114",1],[12025908,"115",1],[12025909,"116",1],[12025908,"117",1],[12025909,"118",1],[12025908,"119",1],[12025908,"120",1],[12025909,"121",1],[12025908,"122",1],[12025909,"123",1],[12025908,"124",1],[12025909,"125",1],[12025908,"126",1],[12025908,"127",1],[12025909,"128",1],[12025908,"129",1],[12025909,"130",1],[12025908,"131",1],[12025909,"132",1],[12025908,"133",1],[12025908,"134",1],[12025909,"135",1],[12025908,"136",1],[12025909,"137",1],[12025908,"138",1],[12025909,"139",1],[12025908,"140",1],[12025908,"141",1],[12025909,"142",1],[12025908,"143",1],[3006477,"0",1],[3006477,"1",1],[3006478,"2",1],[3006477,"3",1],[3006477,"4",1],[3006477,"5",1],[3006477,"6",1],[3006477,"7",1],[3006477,"8",1],[3006477,"9",1],[3006477,"10",1],[3006478,"11",1],[3006477,"12",1],[3006477,"13",1],[3006477,"14",1],[3006477,"15",1],[3006477,"16",1],[3006477,"17",1],[3006477,"18",1],[3006477,"19",1],[3006477,"20",1],[3006478,"21",1],[3006477,"22",1],[3006477,"23",1],[3006477,"24",1],[3006477,"25",1],[3006477,"26",1],[3006477,"27",1],[3006477,"28",1],[3006477,"29",1],[3006478,"30",1],[3006477,"31",1],[3006477,"32",1],[3006477,"33",1],[3006477,"34",1],[3006477,"35",1],[3006477,"36",1],[3006477,"37",1],[3006477,"38",1],[3006478,"39",1],[3006477,"40",1],[3006477,"41",1],[3006477,"42",1],[3006477,"43",1],[3006477,"44",1],[3006477,"45",1],[3006477,"46",1],[3006477,"47",1],[3006478,"48",1],[3006477,"49",1],[3006477,"50",1],[3006477,"51",1],[3006477,"52",1],[3006477,"53",1],[3006477,"54",1],[3006477,"55",1],[3006477,"56",1],[3006477,"57",1],[3006478,"58",1],[3006477,"59",1],[3006477,"60",1],[3006477,"61",1],[3006477,"62",1],[3006477,"63",1],[3006477,"64",1],[3006477,"65",1],[3006477,"66",1],[3006478,"67",1],[3006477,"68",1],[3006477,"69",1],[3006477,"70",1],[3006477,"71",1],[3006477,"72",1],[3006477,"73",1],[3006477,"74",1],[3006477,"75",1],[3006478,"76",1],[3006477,"77",1],[3006477,"78",1],[3006477,"79",1],[3006477,"80",1],[3006477,"81",1],[3006477,"82",1],[3006477,"83",1],[3006477,"84",1],[3006477,"85",1],[3006478,"86",1],[3006477,"87",1],[3006477,"88",1],[3006477,"89",1],[3006477,"90",1],[3006477,"91",1],[3006477,"92",1],[3006477,"93",1],[3006477,"94",1],[3006478,"95",1],[3006477,"96",1],[3006477,"97",1],[3006477,"98",1],[3006477,"99",1],[3006477,"100",1],[3006477,"101",1],[3006477,"102",1],[3006477,"103",1],[3006478,"104",1],[3006477,"105",1],[3006477,"106",1],[3006477,"107",1],[3006477,"108",1],[3006477,"109",1],[3006477,"110",1],[3006477,"111",1],[3006477,"112",1],[3006477,"113",1],[3006478,"114",1],[3006477,"115",1],[3006477,"116",1],[3006477,"117",1],[3006477,"118",1],[3006477,"119",1],[3006477,"120",1],[3006477,"121",1],[3006477,"122",1],[3006478,"123",1],[3006477,"124",1],[3006477,"125",1],[3006477,"126",1],[3006477,"127",1],[3006477,"128",1],[3006477,"129",1],[3006477,"130",1],[3006477,"131",1],[3006478,"132",1],[3006477,"133",1],[3006477,"134",1],[3006477,"135",1],[3006477,"136",1],[3006477,"137",1],[3006477,"138",1],[3006477,"139",1],[3006477,"140",1],[3006477,"141",1],[3006478,"142",1],[3006477,"143",1],[42949673,"144",1],[2104533975,"outside_propensity",0]]],["ON_app_dl_mobile_0119",[[1431655766,"0_control",1],[1431655765,"1_appdl",1],[1431655765,"2_pill",1]]],["ON_app_dl_desktop_0119",[[4294967296,null,0]]],["ON_simplified_1218",[[4294967296,null,0]]],["DFP_house_conversion",[[2147483648,"0_control",1],[2147483648,"1_psa",1]]],["MKT_gwlp_cta_0118",[[715541552,"0_ctahidden",1],[715541552,"1_ctaexposed",1],[715541551,"3_ctaexposed_offer",1],[2148342641,null,0]]],["FREEX_FT_Reassure",[[858993460,"0_control",1],[858993459,"1_no_cc_copy",1],[858993459,"2_unlimited_access",1],[858993459,"3_free_weeks",1],[858993459,"4_continue_reading",1]]],["FREEX_Gateway_Stories",[[1431655766,"0_Control",1],[1431655765,"1_More_Section",1],[1431655765,"3_Extra",1]]],["RET_ingrace_truncator_0219",[[1431655766,"0_Grace_Control",1],[1431655765,"1_Grace_DismissableTruncator",1],[1431655765,"2_Grace_NonDismissableTruncator",1]]],["MKT_dfp_ocean_messaging",[[1431655766,"0_control",0],[1431655765,"1_relevance",0],[1431655765,"2_breadth",0]]],["HL_sample",[[2147483648,"0",1],[2147483648,"1",1]]]],"//et.nytimes.com");
+ ]]>
+ </script>
+ <link data-rh="true" rel="alternate" itemprop="mainEntityOfPage" hreflang="en-US" href="https://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.html" />
+ <link data-rh="true" rel="canonical" href="https://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.html" />
+ <link data-rh="true" rel="alternate" href="android-app://com.nytimes.android/nytimes/reader/id/100000006355641" />
+ <link data-rh="true" rel="amphtml" href="https://www.nytimes.com/2019/02/21/nyregion/winter-weather-manholes-pipes.amp.html" />
+ <link data-rh="true" rel="alternate" type="application/json+oembed" href="https://www.nytimes.com/svc/oembed/json/?url=https%3A%2F%2Fwww.nytimes.com%2F2019%2F02%2F21%2Fnyregion%2Fwinter-weather-manholes-pipes.html" title="Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C." />
+ <script data-rh="true">
+ <![CDATA[
+ if (typeof testCookie === 'undefined') {
+ var testCookie = function (name) {
+ var match = document.cookie.match(new RegExp(name + '=([^;]+)'));
+ if (match) return match[1];
+ }
+ }
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ if (window.NYTD.Abra('dfp_story_toggle') !== '1_block') {
+
+ if (testCookie('nyt-gdpr') !== '1') {
+ var gptScript = document.createElement('script');
+ gptScript.async = 'async';
+ gptScript.src = '//www.googletagservices.com/tag/js/gpt.js';
+ document.head.appendChild(gptScript);
+ }
+ }
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ if (window.NYTD.Abra('dfp_story_toggle') !== '1_block') {
+
+ var googletag = googletag || {};
+ googletag.cmd = googletag.cmd || [];
+
+ if (testCookie('nyt-gdpr') == '1') {
+ googletag.cmd.push(function() {
+ googletag.pubads().setRequestNonPersonalizedAds(1);
+ });
+ }
+ }
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ (function() {
+ var getScripts = function() {
+ if (window.NYTD.Abra('medianet_toggle') !== '1_block') {
+ var readCookie = function(name) {
+ match = document.cookie.match(new RegExp(name + '=([^;]+)'));
+ if (match) return match[1];
+ }
+ // Allows media.net if user is not from EEA
+ if (readCookie('nyt-gdpr') !== '1') {
+ // Allows media.net only if prebid testing is not on
+ if (!readCookie('ab7') || readCookie('ab7') !== 'vi-prebid-header=1') {
+ var mediaScript = document.createElement("script");
+ var cid = '8CU2553YN';
+ var domain = 'www.nytimes.com';
+ if (window.innerWidth < 600) {
+ cid = '8CULO58R6';
+ }
+ mediaScript.async = true;
+ mediaScript.src="https://contextual.media.net/bidexchange.js?cid="+cid+"&dn="+domain+"&https=1";
+ document.head.appendChild(mediaScript);
+ }
+ }
+
+ }
+ if (window.NYTD.Abra('medianet_toggle') !== '1_block') {
+ var mediaNetCID = '8CU2553YN';
+ if (window.innerWidth < 600) {
+ mediaNetCID = '8CULO58R6';
+ }
+ window.advBidxc = window.advBidxc || {};window.advBidxc.renderAd = function() {};
+ window.advBidxc.startTime = new Date().getTime(); window.advBidxc.customerId = {mediaNetCID: mediaNetCID};
+ window.advBidxc.misc = {"isGptDisabled": 1};
+
+ }
+ if (window.NYTD.Abra('amazon_toggle') !== '1_block') {
+
+ !function(a9,a,p,s,t,A,g){if(a[a9])return;
+ function q(c,r){a[a9]._Q.push([c,r])}a[a9]={
+ init:function(){q("i",arguments)},
+ fetchBids:function(){q("f",arguments)},
+ setDisplayBids:function(){},
+ targetingKeys:function(){return[]},_Q:[]};
+ A=p.createElement(s);
+ A.async=!0;
+ A.src=t;
+ g=p.getElementsByTagName(s)[0];
+ g.parentNode.insertBefore(A,g)}
+ ("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
+ apstag.init({
+ pubID: '3030',
+ adServer: 'googletag',
+ params: {
+ si_section: 'nyregion'
+ }
+ });
+
+ }
+ if (window.NYTD.Abra('index_toggle') !== '1_block') {
+
+ var indexScript = document.createElement("script");
+ indexScript.async = 'async';
+ indexScript.src="https://js-sec.indexww.com/ht/p/183760-179626133031071.js";
+ document.head.appendChild(indexScript);
+
+ };
+ };
+ if (window.NYTD.Abra('DFP_prioritize_defer') !== null && window.NYTD.Abra('DFP_prioritize_defer').indexOf('hb') !== -1 && window.NYTD.Abra('MKT_Redbird_US') === 'Outside_Redbird') {
+ var scriptAdded = false;
+ window.googletag = window.googletag || {};
+ window.googletag.cmd = window.googletag.cmd || [];
+ window.googletag.cmd.push(function() {
+ window.googletag.pubads().addEventListener('slotOnload', function(e) {
+ if (e.slot && typeof e.slot.getSlotElementId === 'function' && e.slot.getSlotElementId() === 'top' && !scriptAdded) {
+ getScripts();
+ scriptAdded = true;
+ }
+ });
+ });
+ setTimeout(function() {
+ if (!scriptAdded) {
+ getScripts();
+ scriptAdded = true;
+ }
+ }, 10000);
+ } else {
+ getScripts();
+ }
+ }());
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ if (window.NYTD.Abra('vi-ads-et') || (window.NYTD.Abra('DFP_prioritize_defer') !== null && window.NYTD.Abra('MKT_Redbird_US') === 'Outside_Redbird')) {
+ window.addEventListener('beforeunload', function(e) {
+ function measureExit() {
+ try {
+ var time;
+ if (performance) {
+ performance.mark('exit-event');
+ performance.measure('visit-time', 'responseStart', 'exit-event');
+ time = performance.getEntriesByName('visit-time')[0].duration;
+ }
+ return time;
+ } catch (err) {
+ // move on
+ }
+ };
+
+ var etUrl = 'https://et.nytimes.com/';
+ var data = 'url=' + window.location.href +
+ '&referrer=' + document.referrer +
+ '&subject=module-interactions' +
+ '&moduleData=%7B%22module%22%3A%22nyt-vi-exit-pixel%22%2C%22eventName%22%3A%22Impression%22%2C%22action%22%3A%22Impression%22%2C%22mData%22%3A%22' + measureExit() + '%22%7D' +
+ '&page_view_id=' + window.NYTD.PageViewId.current +
+ '&sourceApp=nyt-vi&instant=1' +
+ '&_=' + Date.now();
+ if ('sendBeacon' in navigator) {
+ navigator.sendBeacon(etUrl, data);
+ }
+ });
+ }
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ if ((window.NYTD.Abra('DFP_prioritize_defer') !== null && window.NYTD.Abra('MKT_Redbird_US') === 'Outside_Redbird') && !(testCookie('nyt-gdpr') === '1' && testCookie('NYT-T') === 'out')) {
+
+ var noop=function(){return{}},noopArr=function(){return[]},performance=window.performance||{};performance.mark=performance.mark||noop,performance.measure=performance.measure||noop,performance.getEntriesByName=performance.getEntriesByName||noopArr,performance.getEntriesByType=performance.getEntriesByType||noopArr;var ADF={isRefresh:!1,isDisplayed:!1,isManualRefresh:window.performance&&window.performance.navigation&&1===window.performance.navigation.type,observer:null,trackEvent:function(e){var t={module:"top",action:"ad-impression"};window.Object.keys(e).forEach(function(r){t[r]=e[r]});var r=document.createElement("img"),n="https://et.nytimes.com/pixel?url="+encodeURIComponent(window.location.href)+"&referrer="+document.referrer+"&subject=module-interactions&page_view_id="+window.NYTD.PageViewId.current+"&moduleData="+encodeURIComponent(window.JSON.stringify(t))+"&sourceApp=nyt-vi&instant=1&_="+Date.now();r.src=n,r.style.cssText="position: absolute; z-index: -999999; left: -1000px; top: -1000px;",document.body&&document.body.appendChild(r)},trackTimeCalled:function(e,t){performance.timing&&performance.timing.responseStart&&t.setTargeting("request_time",(Date.now()-performance.timing.responseStart).toString());var r="top-timeCalled";performance.mark(r),performance.measure(e,"responseStart",r);var n=performance.getEntriesByName(e).pop();n&&this.trackEvent({eventName:"timeCalled",moduleDetail:Math.round(n.duration)})},getDeviceType:function(){var e="tablet",t="desktop",r="smartphone";return window.matchMedia("(min-width: 740px)").matches&&(r=e),window.matchMedia("(min-width: 1150px)").matches&&(r=t),r},getAbraDfpVariants:function(){var e=window.document.documentElement.getAttribute("data-nyt-ab");return e?e.split(" ").reduce(function(e,t){var r=t.split("="),n=r[0].toLowerCase(),o=r[1];return(n.indexOf("dfp")>-1||n.indexOf("redbird")>-1)&&e.push(n+"_"+o),e},[]):""},getSub:function(e,t){var r=e&&e.demographics,n=r&&r.emailSubscriptions,o=r&&r.bundleSubscriptions;if(r&&o&&t&&(t.sub="reg",n&&n.length&&(t.em=n.toString().toLowerCase()),r.wat&&(t.wat=r.wat.toLowerCase()),o&&o.length&&o[0].bundle)){var i=o[0];t.sub=i.bundle.toLowerCase(),i.source&&(t.subsrc=i.source.toLowerCase()),i.promotion&&(t.subprm=i.promotion),i.in_grace&&(t.grace=i.in_grace.toString())}return t},getUserInfo:function(){var e=window.userInfoXhrObject&&""!==window.userInfoXhrObject.responseText&&window.JSON.parse(window.userInfoXhrObject.responseText).data||null,t=null;return e&&e.user&&(t=e.user.userInfo?{demographics:e.user.userInfo.demographics}:{}),t},getViewport:function(e){var t={smartphone:"small",tablet:"medium",desktop:"large"};return e?t[e]:t.desktop},getTargeting:function(e,t){var r=this.getUserInfo();r?e=this.getSub(r,e):e.sub="anon",1===testCookie("nyt-gdpr")&&(e.gdprUser=!0);var n=testCookie("NYT-T");return n&&"out"===n.toLowerCase()&&(e.noTracking=!0),"/"===location.pathname&&(e.topref=document.referrer,this.isManualRefresh&&(e.refresh="manual")),e.aid=testCookie("nyt-a")||"",e.abra_dfp=this.getAbraDfpVariants(),e.page_view_id=window.NYTD.PageViewId.current,e.vp=this.getViewport(t),e},defineAd:function(e,t){var r=window.googletag.defineSlot(t,[],e);if(r){var n="top-timeDefined";performance.mark(n),performance.measure(e,"responseStart",n);var o=performance.getEntriesByName(e).pop();o&&this.trackEvent({eventName:"timeDefined",moduleDetail:Math.round(o.duration)})}return r},observeAd:function(e,t){var r=document.getElementById(e);if(this.observer)this.observer.unobserve(r),this.observer.observe(r);else{window.IntersectionObserver.prototype.POLL_INTERVAL=1e3;var n=new IntersectionObserver(function(n,o){n[0].isIntersecting&&(this.trackTimeCalled(e,t),this.isRefresh&&this.isDisplayed?window.googletag.pubads().refresh([t]):(window.googletag.display(t),this.isDisplayed=!0),o.unobserve(r))}.bind(this),{root:null,rootMargin:"400px",threshold:0});n.observe(r),this.observer=n}},callAd:function(e,t){void 0!==window.IntersectionObserver&&this.isManualRefresh?this.observeAd(e,t):(this.trackTimeCalled(e,t),window.googletag.display(e),this.isDisplayed=!0)},createTopAd:function(e,t){var r="top",n=this.getDeviceType();if("smartphone"!==n){var o=this.defineAd(r,t);if(o){var i=window.googletag.sizeMapping().addSize([970,0],["fluid",[728,90],[970,90],[970,250],[1605,300]]).addSize([728,0],["fluid",[728,90],[300,250],[1605,300]]).addSize([0,0],["fluid",[300,250],[300,420]]).build();o.defineSizeMapping(i);var a=this.getTargeting(e,n);window.Object.keys(a).forEach(function(e){o.setTargeting(e,a[e])}),o.addService(window.googletag.pubads()),window.googletag.enableServices(),this.callAd(r,o),window.googletag.pubads().addEventListener("slotRenderEnded",function(e){if(e.slot.getSlotElementId()===r){var t="top-timeRendered";performance.mark(t),performance.measure(r,"top-timeCalled",t);var n=performance.getEntriesByName(r).pop();n&&this.trackEvent({eventName:"timeRendered",moduleDetail:Math.round(n.duration)}),e.isEmpty&&(document.getElementById(r).parentNode.style.display="none")}}.bind(this)),window.googletag.pubads().addEventListener("slotOnload",function(e){if(e.slot.getSlotElementId()===r){var t="top-timeLoaded";performance.mark(t),performance.measure(r,"top-timeCalled",t);var n=performance.getEntriesByName(r).pop();n&&this.trackEvent({eventName:"timeLoaded",moduleDetail:Math.round(n.duration)})}}.bind(this)),window.googletag.pubads().addEventListener("impressionViewable",function(e){if(e.slot.getSlotElementId()===r){var t="top-timeViewed";performance.mark(t),performance.measure(r,"top-timeCalled",t);var n=performance.getEntriesByName(r).pop();n&&this.trackEvent({eventName:"timeViewed",moduleDetail:Math.round(n.duration)})}}.bind(this)),document.addEventListener("topAdRefresh",function(e){o.setTargeting("page_view_id",window.NYTD.PageViewId.current),o.setTargeting("refresh",e.detail),this.isRefresh=!0,void 0!==window.IntersectionObserver?this.observeAd(r,o):(this.trackTimeCalled(r,o),window.googletag.pubads().refresh([o]))}.bind(this))}}}};
+ window.googletag = window.googletag || {};
+ window.googletag.cmd = window.googletag.cmd || [];
+ window.googletag.cmd.push(ADF.createTopAd.bind(ADF, {"div":"top","gpt-beta":"vqwdtftx","pos":"top","sov":"2","test":"projectvi","ver":"vi","hasVideo":false,"template":"article","si_section":"nyregion","plat":"web","auth":"coreykilgannon","typ":"art,oak","edn":"us","des":"water,winterseason,infrastructurepublicworks,potholes,manholes","org":"consolidatededisoninc,departmentofenvironmentalprote","coll":"newyork","id":"100000006355641","geo":"manhattannyc","als_test":"1550884468686","brandsensitive":"false","ledemedsz":"none","prop":"nyt","section":"nyregion","artlen":"medium","emotions":"interest,sadness,not_nostalgic,not_competitive,not_inspired,not_hope,not_indulgent,not_happiness,not_amused,not_hate,not_boredom","gscat":"neg_mastercard,gs_science,neg_hearts,gs_science_environ,gs_business_energy,gv_safe"}, '/29390238/nyt/nyregion/'));
+
+ }
+ ]]>
+ </script>
+ <link rel="stylesheet" href="/vi-assets/static-assets/global-42db6c8821fec0e2b3837b2ea2ece8fe.css" />
+ <style>
+ <![CDATA[
+ .css-1dv1kvn{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.css-nuvmzp{font-size:14.25px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;text-transform:uppercase;-webkit-letter-spacing:0.7px;-moz-letter-spacing:0.7px;-ms-letter-spacing:0.7px;letter-spacing:0.7px;line-height:19px;}.css-nuvmzp:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1gz70xg{border-left:1px solid #ccc;color:#326891;height:12px;margin-left:8px;padding-left:8px;}.css-9e9ivx{display:none;font-size:10px;margin-left:auto;text-transform:uppercase;}.hasLinks .css-9e9ivx{display:block;}@media (min-width:740px){.hasLinks .css-9e9ivx{margin:none;position:absolute;right:20px;}}@media (min-width:1024px){.hasLinks .css-9e9ivx{display:none;}}.css-2bwtzy{display:inline-block;padding:6px 4px 4px;margin-bottom:12px;font-size:12px;border-radius:3px;-webkit-transition:background 0.6s ease;transition:background 0.6s ease;}.css-2bwtzy:hover{background-color:#f7f7f7;}.css-6n7j50{display:inline;}.css-1kj7lfb{display:none;}@media (min-width:1024px){.css-1kj7lfb{display:inline-block;margin-right:7px;}}.css-10m9xeu{display:block;width:16px;height:16px;}.css-vz7hjd{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.css-1fe7a5q{display:inline-block;height:16px;vertical-align:sub;width:16px;}.css-1rn5q1r{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:transparent;color:#000;font-size:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:7px 9px 9px;background:#fff;display:inline-block;left:44px;text-transform:uppercase;-webkit-transition:none;transition:none;}.css-1rn5q1r:active,.css-1rn5q1r:focus{-webkit-clip:auto;clip:auto;overflow:visible;width:auto;height:auto;}.css-1rn5q1r::-moz-focus-inner{padding:0;border:0;}.css-1rn5q1r:-moz-focusring{outline:1px dotted;}.css-1rn5q1r:disabled,.css-1rn5q1r.disabled{opacity:0.5;cursor:default;}.css-1rn5q1r:active,.css-1rn5q1r.active{background-color:#f7f7f7;}@media (min-width:740px){.css-1rn5q1r:hover{background-color:#f7f7f7;}}.css-1rn5q1r:focus{margin-top:3px;padding:8px 8px 6px;}@media (min-width:1024px){.css-1rn5q1r{left:112px;}}.css-10488qs{display:none;}@media (min-width:1024px){.css-10488qs{display:inline-block;position:relative;}}.css-1iruc8t{list-style:none;margin:0;padding:0;}.css-1ropbjl::before{background-color:$white;border-bottom:1px solid #e2e2e2;border-top:2px solid #e2e2e2;content:'';display:block;height:1px;margin-top:0;}@media (min-width:1150px){.css-1ropbjl{margin:0 auto;max-width:1200px;padding:0 3% 9px;}}.NYTApp .css-1ropbjl{display:none;}@media print{.css-1ropbjl{display:none;}}.css-uw59u{padding:0 20px;}@media (min-width:740px){.css-uw59u{padding:0 3%;}}@media (min-width:1150px){.css-uw59u{padding:0;}}.css-jxzr5i{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;}.css-oylsik{display:block;height:44px;vertical-align:middle;width:184px;}.css-1otr2jl{margin:18px 0 0 auto;}.css-1c8n994{color:#6288a5;font-family:nyt-franklin;font-size:11px;font-style:normal;font-weight:400;line-height:11px;-webkit-text-decoration:none;text-decoration:none;}.css-qtw155{display:block;}@media (min-width:1150px){.css-qtw155{display:none;}}.css-v0l3hm{display:none;}@media (min-width:1150px){.css-v0l3hm{display:block;}}.css-g4gku8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:10px;min-width:600px;}.css-1rr4qq7{-webkit-flex:1;-ms-flex:1;flex:1;}.css-6xhk3s{border-left:1px solid #e2e2e2;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:15px;}.css-rxqrcl{color:#333;font-size:13px;font-weight:700;font-family:nyt-franklin;height:25px;line-height:15px;margin:0;text-transform:uppercase;width:150px;}.css-tj0ten{margin-bottom:5px;white-space:nowrap;}.css-tj0ten:last-child{margin-bottom:10px;}.css-ist4u3.desktop{display:none;}@media (min-width:740px){.css-ist4u3.desktop{display:block;}.css-ist4u3.smartphone{display:none;}}.css-1gprdgz{list-style:none;margin:0;padding:0;-webkit-columns:2;columns:2;padding:0 0 15px;}.css-10t7hia{height:34px;line-height:34px;list-style-type:none;}.css-10t7hia.desktop{display:none;}@media (min-width:740px){.css-10t7hia.desktop{display:block;}.css-10t7hia.smartphone{display:none;}}.css-mzqdl{color:#333;display:block;font-family:nyt-franklin;font-size:15px;font-weight:500;height:34px;line-height:34px;-webkit-text-decoration:none;text-decoration:none;text-transform:capitalize;}.css-kwpx34{color:#000;display:inline-block;font-family:nyt-franklin;-webkit-text-decoration:none;text-decoration:none;text-transform:capitalize;width:150px;font-size:14px;font-weight:500;height:23px;line-height:16px;}.css-kwpx34:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}body.dark .css-kwpx34{color:#fff;}.css-1k2cjfc{color:#000;display:inline-block;font-family:nyt-franklin;-webkit-text-decoration:none;text-decoration:none;text-transform:capitalize;width:150px;font-size:16px;font-weight:700;height:25px;line-height:15px;padding-bottom:0;}.css-1k2cjfc:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}body.dark .css-1k2cjfc{color:#fff;}.css-1vhk1ks{color:#000;display:inline-block;font-family:nyt-franklin;-webkit-text-decoration:none;text-decoration:none;text-transform:capitalize;width:150px;font-size:11px;font-weight:500;height:23px;line-height:21px;}.css-1vhk1ks:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}body.dark .css-1vhk1ks{color:#fff;}.css-6td9kr{list-style:none;margin:0;padding:0;border-top:1px solid #e2e2e2;margin-top:2px;padding-top:10px;}.css-r5ic95{display:inline-block;height:13px;width:13px;margin-right:7px;vertical-align:middle;}.css-15uy5yv{border-top:1px solid #ebebeb;padding-top:9px;}.css-1p8nkc0{color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;padding:10px 0;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;}.css-1p8nkc0:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1hyfx7x{display:none;}@-webkit-keyframes animation-f8wsfj{0%{opacity:1;}50%{opacity:0;}100%{opacity:0;}}@keyframes animation-f8wsfj{0%{opacity:1;}50%{opacity:0;}100%{opacity:0;}}@-webkit-keyframes animation-mhvv8m{0%{opacity:0;}50%{opacity:0;}100%{opacity:1;}}@keyframes animation-mhvv8m{0%{opacity:0;}50%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes animation-1c5cfvc{0%{-webkit-transform:translate(0px,0px) scale(1,1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,1) translate(0px,0px);transform:translate(0px,0px) scale(1,1) translate(0px,0px);}25%{-webkit-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);}50%{-webkit-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);}75%{-webkit-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);}100%{-webkit-transform:translate(0px,0px) scale(1,1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,1) translate(0px,0px);transform:translate(0px,0px) scale(1,1) translate(0px,0px);}}@keyframes animation-1c5cfvc{0%{-webkit-transform:translate(0px,0px) scale(1,1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,1) translate(0px,0px);transform:translate(0px,0px) scale(1,1) translate(0px,0px);}25%{-webkit-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);}50%{-webkit-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);}75%{-webkit-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);}100%{-webkit-transform:translate(0px,0px) scale(1,1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,1) translate(0px,0px);transform:translate(0px,0px) scale(1,1) translate(0px,0px);}}@-webkit-keyframes animation-htgkrt{0%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);}25%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);}50%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);}75%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);}100%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);}}@keyframes animation-htgkrt{0%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);}25%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);}50%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);}75%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);}100%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);}}@-webkit-keyframes animation-e64et{0%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}25%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);}50%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}75%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);}100%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}}@keyframes animation-e64et{0%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}25%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);}50%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}75%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);}100%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}}@-webkit-keyframes animation-9zaqp9{0%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}25%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);}50%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}75%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);}100%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}}@keyframes animation-9zaqp9{0%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}25%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);}50%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}75%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);}100%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}}@-webkit-keyframes animation-16fq4rz{0%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}25%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);}50%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);}75%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);}100%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}}@keyframes animation-16fq4rz{0%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}25%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);}50%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);}75%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);}100%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}}@-webkit-keyframes animation-1kjk1j2{0%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}25%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);}50%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);}75%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);}100%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}}@keyframes animation-1kjk1j2{0%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}25%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);}50%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);}75%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);}100%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}}@-webkit-keyframes animation-88g286{0%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}25%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);}50%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}75%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);}100%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}}@keyframes animation-88g286{0%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}25%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);}50%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}75%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);}100%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}}@-webkit-keyframes animation-12yx39b{0%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}25%{-webkit-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);}50%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}75%{-webkit-transform:translate(34px,0px) scale(1,1) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,1) translate(-34px,0px);transform:translate(34px,0px) scale(1,1) translate(-34px,0px);}100%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}}@keyframes animation-12yx39b{0%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}25%{-webkit-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);}50%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}75%{-webkit-transform:translate(34px,0px) scale(1,1) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,1) translate(-34px,0px);transform:translate(34px,0px) scale(1,1) translate(-34px,0px);}100%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}}@-webkit-keyframes animation-4hu8jm{0%{-webkit-transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);}33.33%{-webkit-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);}100%{-webkit-transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);}}@keyframes animation-4hu8jm{0%{-webkit-transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);}33.33%{-webkit-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);}100%{-webkit-transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);}}@-webkit-keyframes animation-1wqz2f4{0%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);}100%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);}}@keyframes animation-1wqz2f4{0%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);}100%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);}}@-webkit-keyframes animation-yl3z84{0%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);}33.33%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);}100%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);}}@keyframes animation-yl3z84{0%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);}33.33%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);}100%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);}}@-webkit-keyframes animation-1q3gjvc{0%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);}100%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);}}@keyframes animation-1q3gjvc{0%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);}100%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);}}@-webkit-keyframes animation-nc39ev{0%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);}33.33%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}100%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);}}@keyframes animation-nc39ev{0%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);}33.33%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}100%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);}}@-webkit-keyframes animation-amd09y{0%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}100%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);}}@keyframes animation-amd09y{0%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}100%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);}}@-webkit-keyframes animation-ru1vxe{0%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);}100%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);}}@keyframes animation-ru1vxe{0%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);}100%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);}}@-webkit-keyframes animation-ajnadh{0%{-webkit-transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);}33.33%{-webkit-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);}100%{-webkit-transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);}}@keyframes animation-ajnadh{0%{-webkit-transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);}33.33%{-webkit-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);}100%{-webkit-transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);}}.css-1g7m0tk{color:#326891;}.css-1g7m0tk:visited{color:#326891;}.css-acwcvw{margin-bottom:1rem;}.css-zjzyr8{width:100%;background-color:#f7f7f5;}@-webkit-keyframes animation-1m9j9gf{from{background-color:#f7f7f5;}to{background-color:transparent;}}@keyframes animation-1m9j9gf{from{background-color:#f7f7f5;}to{background-color:transparent;}}@-webkit-keyframes animation-1b9egsl{0%{-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg);}100%{-webkit-transform:rotate(380deg);-ms-transform:rotate(380deg);transform:rotate(380deg);}}@keyframes animation-1b9egsl{0%{-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg);}100%{-webkit-transform:rotate(380deg);-ms-transform:rotate(380deg);transform:rotate(380deg);}}.css-1baulvz{display:inline-block;}@-webkit-keyframes animation-7y3qfv{0%{opacity:0;}10%,90%{opacity:1;}100%{opacity:0;}}@keyframes animation-7y3qfv{0%{opacity:0;}10%,90%{opacity:1;}100%{opacity:0;}}.css-1waixk9{background:#fff;border-bottom:1px solid #e2e2e2;height:36px;padding:8px 15px 3px;position:relative;}@media (min-width:740px){.css-1waixk9{background:#fff;padding:10px 15px 6px;}}@media (min-width:1024px){.css-1waixk9{background:transparent;border-bottom:0;padding:4px 15px 2px;}}@media print{.css-1waixk9{background:transparent;}}@media (min-width:740px){}@media (min-width:1024px){.css-1waixk9{margin:0 auto;max-width:1605px;}}.css-l2ztic{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:transparent;color:#000;font-size:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:7px 9px 9px;border:0;padding:8px 9px;text-transform:uppercase;}.css-l2ztic.hidden{opacity:0;visibility:hidden;}.css-l2ztic.hidden:focus{opacity:1;}.css-l2ztic::-moz-focus-inner{padding:0;border:0;}.css-l2ztic:-moz-focusring{outline:1px dotted;}.css-l2ztic:disabled,.css-l2ztic.disabled{opacity:0.5;cursor:default;}.css-l2ztic:active,.css-l2ztic.active{background-color:#f7f7f7;}@media (min-width:740px){.css-l2ztic:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-l2ztic{display:none;}}.css-19lv58h{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:#fff;border:1px solid #ebebeb;color:#333;display:inline-block;font-size:11px;font-weight:500;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;line-height:13px;margin:0;padding:8px 9px;text-transform:uppercase;vertical-align:middle;display:none;}.css-19lv58h::-moz-focus-inner{padding:0;border:0;}.css-19lv58h:-moz-focusring{outline:1px dotted;}.css-19lv58h:disabled,.css-19lv58h.disabled{opacity:0.5;cursor:default;}.css-19lv58h:active,.css-19lv58h.active{background-color:#f7f7f7;}@media (min-width:740px){.css-19lv58h:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-19lv58h{border:0;display:inline-block;margin-right:8px;}}.css-mgtjo2{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:transparent;color:#000;font-size:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:7px 9px 9px;border:0;}.css-mgtjo2::-moz-focus-inner{padding:0;border:0;}.css-mgtjo2:-moz-focusring{outline:1px dotted;}.css-mgtjo2:disabled,.css-mgtjo2.disabled{opacity:0.5;cursor:default;}.css-mgtjo2:active,.css-mgtjo2.active{background-color:#f7f7f7;}@media (min-width:740px){.css-mgtjo2:hover{background-color:#f7f7f7;}}.css-mgtjo2.activeSearchButton{background-color:#f7f7f7;}@media (min-width:1024px){.css-mgtjo2{padding:8px 9px 9px;}}.css-nhjhh0{display:block;width:189px;height:26px;margin:5px auto 0;}@media (min-width:740px){.css-nhjhh0{width:225px;height:31px;margin:4px auto 0;}}@media (min-width:1024px){.css-nhjhh0{width:195px;height:26px;margin:6px auto 0;}}.css-1bnxwmn{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:#6288a5;border:1px solid #326891;color:#fff;font-size:11px;font-weight:700;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;line-height:11px;padding:8px 9px 6px;text-transform:uppercase;}.css-1bnxwmn::-moz-focus-inner{padding:0;border:0;}.css-1bnxwmn:-moz-focusring{outline:1px dotted;}.css-1bnxwmn:disabled,.css-1bnxwmn.disabled{opacity:0.5;cursor:default;}@media (min-width:740px){.css-1bnxwmn:hover{background-color:#326891;}}@media (min-width:1024px){.css-1bnxwmn{padding:11px 12px 8px;}}.css-1bnxwmn:hover{border:1px solid #326891;}.css-1nkps6a{height:100%;display:none;}.css-1i8g3m4{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:transparent;color:#000;font-size:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:7px 9px 9px;border:0;display:block;}.css-1i8g3m4.hidden{opacity:0;visibility:hidden;}.css-1i8g3m4.hidden:focus{opacity:1;}.css-1i8g3m4::-moz-focus-inner{padding:0;border:0;}.css-1i8g3m4:-moz-focusring{outline:1px dotted;}.css-1i8g3m4:disabled,.css-1i8g3m4.disabled{opacity:0.5;cursor:default;}.css-1i8g3m4:active,.css-1i8g3m4.active{background-color:#f7f7f7;}@media (min-width:740px){.css-1i8g3m4:hover{background-color:#f7f7f7;}}@media (min-width:740px){.css-1i8g3m4{border:none;line-height:13px;padding:9px 9px 12px;}}@media (min-width:1024px){.css-1i8g3m4{display:none;}}@media (min-width:1150px){}.css-1uqjmks{color:#121212;font-size:12px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:500;display:none;}@media (min-width:740px){.css-1uqjmks{margin:0;position:absolute;left:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;top:0;bottom:0;}}@media (min-width:1024px){.css-1uqjmks{display:none;}}.css-mn5hq9{cursor:pointer;margin:0;border-top:1px solid #ebebeb;color:#333;font-family:nyt-franklin;font-size:13px;font-weight:700;height:44px;-webkit-letter-spacing:0.04rem;-moz-letter-spacing:0.04rem;-ms-letter-spacing:0.04rem;letter-spacing:0.04rem;line-height:44px;text-transform:uppercase;}.accordionExpanded .css-mn5hq9{color:#b3b3b3;}.css-1qmnftd{font-size:11px;text-align:center;}@media (max-width:600px){.css-1qmnftd{padding-bottom:25px;}}@media (min-width:600px){.css-1qmnftd{padding-bottom:25px;}}@media (min-width:1024px){.css-1qmnftd{padding:0 3% 9px;}}@media (min-width:1150px){.css-1qmnftd{margin:0 auto;max-width:1200px;}}.NYTApp .css-1qmnftd{display:none;}@media print{.css-1qmnftd{display:none;}}.css-1ho5u4o{list-style:none;margin:0 0 15px;padding:0;}@media (min-width:600px){.css-1ho5u4o{display:inline-block;}}.css-13o0c9t{list-style:none;line-height:8px;margin:0 0 35px;padding:0;}@media (min-width:600px){.css-13o0c9t{display:inline-block;}}.css-1yo489b{display:inline-block;line-height:20px;padding:0 10px;}.css-1yo489b:first-child{border-left:none;}.css-1yo489b.desktop{display:none;}@media (min-width:740px){.css-1yo489b.smartphone{display:none;}.css-1yo489b.desktop{display:inline-block;}}.css-qremme{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;background:#333;box-shadow:0 2.5px 5px rgba(0,0,0,0.25);border-radius:101px;z-index:1000000101;}@media (min-width:768px){.css-qremme{height:35px;}}.css-1f85ym4{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 13px 0 17px;background-color:transparent;color:#fff;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;font-size:0.875rem;line-height:0.875rem;}@media (min-width:768px){.css-1f85ym4{font-size:0.9375rem;line-height:0.9375rem;}}.css-7inim5{border:0.5px solid #ccc;height:60%;}.css-133m5b6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 16px 0 13px;background-color:transparent;}.css-133m5b6 svg{fill:none;}.css-133m5b6 svg path{stroke-width:2px;-webkit-transform:translate(10.57px,-1.46px);-ms-transform:translate(10.57px,-1.46px);transform:translate(10.57px,-1.46px);}.css-1lc20wh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100vw;bottom:2.5vh;-webkit-transform:translateY(75px);-ms-transform:translateY(75px);transform:translateY(75px);}.css-1lc20wh.shown{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:200ms -webkit-transform ease-in-out;-webkit-transition:200ms transform ease-in-out;transition:200ms transform ease-in-out;}@media print{.css-1lc20wh{display:none;}}.sizeSmall .css-bsn42l{width:50%;}@media (min-width:600px){.sizeSmall .css-bsn42l{width:300px;}}@media (min-width:1440px){.sizeSmall .css-bsn42l{width:300px;}}@media (max-width:600px){.sizeSmall .css-bsn42l{width:50%;}}.sizeSmall.sizeSmallNoCaption .css-bsn42l{margin-left:auto;margin-right:auto;}@media (min-width:740px){.sizeSmall.layoutVertical .css-bsn42l{max-width:250px;}}@media (min-width:1024px){.sizeSmall.layoutVertical .css-bsn42l{width:250px;}}@media (max-width:740px){.sizeSmall.layoutVertical .css-bsn42l{max-width:250px;}}@media (min-width:740px){.sizeSmall.layoutHorizontal .css-bsn42l{max-width:300px;}}@media (min-width:1024px){.sizeSmall.layoutHorizontal .css-bsn42l{width:300px;}}@media (max-width:740px){.sizeSmall.layoutHorizontal .css-bsn42l{max-width:300px;}}@media (min-width:600px){.sizeMedium.layoutVertical.verticalVideo .css-bsn42l{width:310px;}}.css-11cwn6f{width:100%;vertical-align:top;}.css-11cwn6f img{width:100%;vertical-align:top;}.css-hn080{color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:17px;margin-bottom:5px;}@media print{.css-hn080{display:none;}}.css-y8aj3r{padding:0;}.css-60hakz{color:#999;display:inline;margin-right:16px;padding:10px 0;width:100%;}.css-60hakz a{-webkit-text-decoration:none;text-decoration:none;}@media (max-width:659px){.css-60hakz:nth-of-type(3),.css-60hakz:nth-of-type(4){display:none;}}.css-60hakz:last-of-type{margin-right:0;}.css-i29ckm{width:calc(100% - 40px);max-width:600px;margin:1.5rem auto 2rem;}@media (min-width:1440px){.css-i29ckm{width:600px;max-width:600px;}}@media (min-width:600px){.css-i29ckm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (max-width:600px){.css-i29ckm .facebook,.css-i29ckm .twitter,.css-i29ckm .email{display:inline-block;}}.css-1ri25x2{display:none;}@media (min-width:740px){.css-1ri25x2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:16px;height:31px;}}@media (min-width:1024px){.css-1ri25x2{display:none;}}.css-12fr9lp{height:23px;margin-top:6px;}.css-1hfdzay{display:none;}@media (min-width:1024px){.css-1hfdzay{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:0;}}.css-k008qs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.css-eqw76k{display:none;}@media (min-width:740px){.css-eqw76k{position:fixed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;z-index:1;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;width:100%;height:32.063px;background:white;padding:5px 0 5px 0;top:0;text-align:center;font-family:'nyt-cheltenham';box-shadow:rgba(0,0,0,0.08) 0 0 5px 1px;border-bottom:1px solid #e2e2e2;}}.css-m6xlts{margin-left:20px;margin-right:20px;max-width:1605px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%;}@media (min-width:1360px){.css-m6xlts{margin-left:20px;margin-right:20px;}}@media (min-width:1780px){.css-m6xlts{margin-left:auto;margin-right:auto;}}.css-1ahhg7f{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;max-width:1605px;overflow:hidden;position:absolute;width:56%;margin-left:calc((100% - 56%) / 2);}@media (min-width:1024px){.css-1ahhg7f{width:56%;margin-left:calc((100% - 56%) / 2);}}@media (min-width:1024px){.css-1ahhg7f{width:53%;margin-left:calc((100% - 53%) / 2);}}.css-rs6kf8{font-family:nyt-cheltenham-small,georgia,'times new roman';font-weight:700;font-size:13px;-webkit-letter-spacing:0.015em;-moz-letter-spacing:0.015em;-ms-letter-spacing:0.015em;letter-spacing:0.015em;font-weight:400;margin-top:10.5px;margin-right:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.css-17xtcya{font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;font-size:12.5px;text-transform:uppercase;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;margin-top:12.5px;margin-bottom:auto;margin-left:auto;white-space:nowrap;}.css-17xtcya:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-x15j1o{display:inline-block;padding-left:7px;padding-right:7px;font-size:13px;margin-top:10px;margin-bottom:auto;color:#ccc;}.css-19gb6gw{margin-top:auto;margin-bottom:auto;margin-left:auto;background-color:white;z-index:50;box-shadow:-14px 2px 7px -2px rgba(255,255,255,0.7);}@media (min-width:740px){.css-1iwv8en{margin-top:1px;}}@media (min-width:1024px){.css-1iwv8en{margin-top:0;}}.css-1sy8kpn{display:none;}@media (min-width:765px){.css-1sy8kpn{background-color:#f7f7f7;border-bottom:1px solid #f3f3f3;display:block;padding-bottom:15px;padding-top:15px;margin:0;min-height:90px;}}@media print{.css-1sy8kpn{display:none;}}.css-19vbshk{color:#ccc;display:none;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.5625rem;font-weight:300;-webkit-letter-spacing:0.05rem;-moz-letter-spacing:0.05rem;-ms-letter-spacing:0.05rem;letter-spacing:0.05rem;line-height:0.5625rem;margin-left:auto;text-align:center;text-transform:uppercase;}@media (min-width:600px){.css-19vbshk{display:inline-block;}}.css-19vbshk p{margin-bottom:auto;margin-right:7px;margin-top:auto;text-transform:none;}.css-l9onyx{color:#ccc;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.5625rem;font-weight:300;-webkit-letter-spacing:0.05rem;-moz-letter-spacing:0.05rem;-ms-letter-spacing:0.05rem;letter-spacing:0.05rem;line-height:0.5625rem;margin-bottom:9px;text-align:center;text-transform:uppercase;}@-webkit-keyframes animation-b7n1on{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes animation-b7n1on{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}.css-1rj8to8{display:inline-block;line-height:1em;}.css-1rj8to8 .css-0{-webkit-text-decoration:none;text-decoration:none;display:inline-block;}.css-4w91ra{display:inline-block;padding-left:3px;}.css-19ln2d8{color:#e2e2e2;margin-right:0.5rem;margin-left:0.5rem;font-size:8px;}.css-1rjzas3{font-family:nyt-imperial,georgia,'times new roman',times,serif;font-style:italic;font-size:1.0625rem;line-height:1.5rem;width:calc(100% - 40px);max-width:600px;margin:0 auto 0.75rem;margin-top:1rem;}@media (min-width:740px){.css-1rjzas3{font-size:1.1875rem;line-height:1.75rem;margin-bottom:1.25rem;}}@media (min-width:1440px){.css-1rjzas3{width:600px;max-width:600px;}}@media print{.css-1rjzas3{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@-webkit-keyframes animation-1egl8em{from{opacity:0;-webkit-transform:translate3d(0,13%,0);-ms-transform:translate3d(0,13%,0);transform:translate3d(0,13%,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes animation-1egl8em{from{opacity:0;-webkit-transform:translate3d(0,13%,0);-ms-transform:translate3d(0,13%,0);transform:translate3d(0,13%,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.css-vdv0al{font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.75rem;line-height:1rem;width:calc(100% - 40px);max-width:600px;margin:0 auto 1em;color:#999;}.css-vdv0al a{color:#999;-webkit-text-decoration:none;text-decoration:none;}.css-vdv0al a:hover{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:1440px){.css-vdv0al{width:600px;max-width:600px;}}@media print{.css-vdv0al{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media print{.css-vdv0al span{display:none;}}.css-1i2y565 .e6idgb70 + .e1h9rw200{margin-top:0;}.css-1i2y565 .eoo0vm40 + .e1gnsphs0{margin-top:-0.3em;}.css-1i2y565 .e6idgb70 + .eoo0vm40{margin-top:0;}.css-1i2y565 .eoo0vm40 + figure{margin-top:1.2rem;}.css-1i2y565 .e1gnsphs0 + figure{margin-top:1.2rem;}.css-o6xoe7{display:none;}@media (min-width:1024px){.css-o6xoe7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:0;margin-left:auto;width:130px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (min-width:1150px){.css-o6xoe7{width:210px;}}@media print{.css-o6xoe7{display:none;}}.css-1fanzo5{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem;}@media (min-width:1024px){.css-1fanzo5{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:100%;width:945px;margin-left:auto;margin-right:auto;}}@media (min-width:1150px){.css-1fanzo5{width:1110px;margin-left:auto;margin-right:auto;}}@media (min-width:1280px){.css-1fanzo5{width:1170px;}}@media (min-width:1440px){.css-1fanzo5{width:1200px;}}@media print{.css-1fanzo5{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media print{.css-1fanzo5{margin-bottom:1em;display:block;}}.css-53u6y8{margin-left:auto;margin-right:auto;width:100%;}@media (min-width:1024px){.css-53u6y8{margin-left:calc((100% - 600px) / 2);margin-right:0;width:600px;}}@media (min-width:1440px){.css-53u6y8{max-width:600px;width:600px;margin-left:calc((100% - 600px) / 2);}}@media print{.css-53u6y8{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-1m50asq{width:100%;vertical-align:top;}.css-z3e15g{position:fixed;opacity:0;-webkit-scroll-events:none;-moz-scroll-events:none;-ms-scroll-events:none;scroll-events:none;top:0;left:0;bottom:0;right:0;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;background-color:#fff;pointer-events:none;}.css-79elbk{position:relative;}.css-v89234{overflow:hidden;height:100%;}@media print{.css-13lpfd6{margin-bottom:15px;}}@media (min-width:1024px){.css-13lpfd6{position:fixed;width:100%;top:0;left:0;z-index:200;background-color:#fff;border-bottom:none;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}}@media (min-width:1024px){.css-1bymuyk{position:relative;border-bottom:1px solid #e2e2e2;}}.css-1f7ibof{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;left:10px;position:absolute;}@media (min-width:1024px){}@media print{.css-1f7ibof{display:none;}}.css-1wr3we4{display:none;}@media (min-width:1024px){.css-1wr3we4{display:block;position:absolute;left:105px;line-height:19px;top:10px;}}.css-10698na{text-align:center;}@media (min-width:740px){.css-10698na{padding-top:0;}}@media (min-width:1024px){}@media print{.css-10698na a[href]::after{content:'';}.css-10698na svg{fill:black;}}.css-o2c64h{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;position:absolute;right:10px;top:9px;}@media (min-width:1024px){.css-o2c64h{top:4px;}}@media print{.css-o2c64h{display:none;}}.css-3qijnq{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;padding:13px 20px 12px;}@media (min-width:740px){.css-3qijnq{position:relative;}}@media (min-width:1024px){.css-3qijnq{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:none;padding:0;height:0;-webkit-transform:translateY(42px);-ms-transform:translateY(42px);transform:translateY(42px);}}@media print{.css-3qijnq{display:none;}}.css-uqyvli{color:#121212;font-size:13px;font-family:nyt-franklin,helvetica,arial,sans-serif;display:none;width:auto;}@media (min-width:740px){.css-uqyvli{text-align:center;width:100%;}}@media (min-width:1024px){.css-uqyvli{font-size:12px;margin-bottom:10px;width:auto;}}.css-1bvtpon{display:none;}@media (min-width:1024px){}.css-whd2a{color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:17px;margin-bottom:5px;margin-bottom:0;}@media print{.css-whd2a{display:none;}}.css-1fcn4th{color:#999;display:inline;margin-right:16px;padding:10px 0;width:100%;}.css-1fcn4th a{-webkit-text-decoration:none;text-decoration:none;}@media (max-width:659px){.css-1fcn4th:nth-of-type(3),.css-1fcn4th:nth-of-type(4){display:none;}}.css-1fcn4th:last-of-type{margin-right:0;}@media (max-width:1150px){.css-1fcn4th:nth-of-type(1),.css-1fcn4th:nth-of-type(2),.css-1fcn4th:nth-of-type(3){display:none;}}.css-13zu7ev{display:inline-block;height:15px;vertical-align:middle;width:15px;background-color:#eee;border:1px #eee solid;border-radius:100%;padding:5px;width:14px;height:14px;}.css-13zu7ev.facebook{background-image:url(/vi-assets/static-assets/icon-fb-circle-2ec7780140bd9e8e8398bbcdf5661569.svg);}.css-13zu7ev.twitter{background-image:url(/vi-assets/static-assets/icon-twitter-circle-fc7c2748f5613c68963a0df203bffc05.svg);}.css-13zu7ev.email{background-image:url(/vi-assets/static-assets/icon-share-email-circle-a2acce7e23b21d47bb606b628a6c7e34.svg);}.css-13zu7ev.link{background-image:url(/vi-assets/static-assets/icon-share-permalink-circle-3ff3876a106221ee493d9542c0895863.svg);}.css-13zu7ev.linkedin{background-image:url(/vi-assets/static-assets/icon-share-linkedin-circle-4d7bcf236c5f3a086738746f41f46f7b.svg);}.css-13zu7ev.whatsapp{background-image:url(/vi-assets/static-assets/icon-whatsapp-video-a9503bf2b3c73111106c496d3ebc8c67.svg);}.css-13zu7ev.reddit{background-image:url(/vi-assets/static-assets/icon-share-reddit-f882338200fd1971b767627fa5f60124.svg);}.css-13zu7ev:hover{background-color:#fff;border:1px solid #ccc;}.css-f7l8cz{display:inline-block;height:15px;vertical-align:middle;width:15px;bottom:5px;position:relative;width:14px;height:14px;bottom:4px;}.css-f7l8cz.facebook{background-image:url(/vi-assets/static-assets/icon-fb-circle-2ec7780140bd9e8e8398bbcdf5661569.svg);}.css-f7l8cz.twitter{background-image:url(/vi-assets/static-assets/icon-twitter-circle-fc7c2748f5613c68963a0df203bffc05.svg);}.css-f7l8cz.email{background-image:url(/vi-assets/static-assets/icon-share-email-circle-a2acce7e23b21d47bb606b628a6c7e34.svg);}.css-f7l8cz.link{background-image:url(/vi-assets/static-assets/icon-share-permalink-circle-3ff3876a106221ee493d9542c0895863.svg);}.css-f7l8cz.linkedin{background-image:url(/vi-assets/static-assets/icon-share-linkedin-circle-4d7bcf236c5f3a086738746f41f46f7b.svg);}.css-f7l8cz.whatsapp{background-image:url(/vi-assets/static-assets/icon-whatsapp-video-a9503bf2b3c73111106c496d3ebc8c67.svg);}.css-f7l8cz.reddit{background-image:url(/vi-assets/static-assets/icon-share-reddit-f882338200fd1971b767627fa5f60124.svg);}.css-16ogagc{background:transparent;display:inline-block;height:20px;width:20px;background-color:#eee;border:1px #eee solid;border-radius:100%;padding:5px;width:27px;height:27px;}.css-16ogagc.hidden{opacity:0;visibility:hidden;}.css-16ogagc.hidden:focus{opacity:1;}.css-16ogagc:hover{background-color:#fff;border:1px solid #ccc;}.css-1vxca1d{position:relative;margin:0 auto;}@media (min-width:600px){.css-1vxca1d{margin:0 auto 20px;}}.css-1vxca1d .relatedcoverage + .recirculation{margin-top:20px;}.css-1vxca1d .wrap + .recirculation{margin-top:20px;}@media (min-width:1024px){.css-1vxca1d{padding-top:40px;}}.css-1a48zt4{opacity:1;-webkit-transition:opacity 0.3s 0.2s;transition:opacity 0.3s 0.2s;}.css-1b4fpzk{margin:37px auto;margin-top:20px !important;margin-bottom:32px;}.css-1b4fpzk strong{font-weight:700;}.css-1b4fpzk em{font-style:italic;}.css-1b4fpzk.sizeSmall{width:calc(100% - 40px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media (min-width:600px){.css-1b4fpzk.sizeSmall{max-width:600px;margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-1b4fpzk.sizeSmall{width:100%;}}@media (min-width:1440px){.css-1b4fpzk.sizeSmall{max-width:600px;}}.css-1b4fpzk.sizeSmall.sizeSmallNoCaption{display:block;}@media print{.css-1b4fpzk.sizeSmall.sizeSmallNoCaption{display:none;}}.css-1b4fpzk.sizeMedium{width:100%;max-width:600px;margin-right:auto;margin-left:auto;}@media (min-width:600px){.css-1b4fpzk.sizeMedium{width:calc(100% - 40px);}}@media (min-width:740px){.css-1b4fpzk.sizeMedium{max-width:600px;}}@media (min-width:1440px){.css-1b4fpzk.sizeMedium{max-width:720px;}}@media (min-width:600px){.css-1b4fpzk.sizeMedium.layoutVertical{width:420px;}}@media (min-width:1440px){.css-1b4fpzk.sizeMedium.layoutVertical{width:480px;}}.css-1b4fpzk.sizeMedium.layoutVertical.verticalVideo{width:calc(100% - 40px);}@media (min-width:600px){.css-1b4fpzk.sizeMedium.layoutVertical.verticalVideo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:600px;}}@media (min-width:1440px){.css-1b4fpzk.sizeMedium.layoutVertical.verticalVideo{width:600px;}}.css-1b4fpzk.sizeLarge{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;}@media (min-width:600px){.css-1b4fpzk.sizeLarge{width:auto;}}@media (min-width:740px){.css-1b4fpzk.sizeLarge.layoutVertical{width:600px;}.css-1b4fpzk.sizeLarge.layoutVertical.verticalVideo{width:600px;}}@media (min-width:1024px){.css-1b4fpzk.sizeLarge{width:945px;}}@media (min-width:1440px){.css-1b4fpzk.sizeLarge{width:1200px;}.css-1b4fpzk.sizeLarge.layoutVertical{width:720px;}.css-1b4fpzk.sizeLarge.layoutVertical.verticalVideo{width:600px;}}@media (min-width:600px){.css-1b4fpzk{margin:43px auto;}}@media print{.css-1b4fpzk{display:none;}}@media (min-width:740px){.css-1b4fpzk{margin-top:25px !important;}}.css-17ai7jg{color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;margin:10px 20px 0;text-align:left;}.css-17ai7jg a{color:#326891;-webkit-text-decoration:none;text-decoration:none;}.css-17ai7jg a:hover,.css-17ai7jg a:focus{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:600px){.css-17ai7jg{margin-left:0;}}.sizeSmall .css-17ai7jg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 15px);margin:auto 0 15px 15px;}@media (min-width:600px){.sizeSmall .css-17ai7jg{width:260px;margin-left:15px;}}@media (min-width:740px){.sizeSmall .css-17ai7jg{margin-left:15px;}}@media (min-width:1440px){.sizeSmall .css-17ai7jg{width:330px;margin-left:15px;}}@media (max-width:600px){.sizeSmall .css-17ai7jg{margin:auto 0 0 15px;}}.sizeSmall.sizeSmallNoCaption .css-17ai7jg{margin-left:auto;margin-right:auto;margin-top:10px;}.sizeMedium .css-17ai7jg{max-width:900px;}.sizeMedium.layoutVertical.verticalVideo .css-17ai7jg{margin-left:0;margin-right:0;}@media (min-width:600px){.sizeMedium.layoutVertical.verticalVideo .css-17ai7jg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:255px;margin:auto 0 15px 15px;}}@media (min-width:1440px){.sizeMedium.layoutVertical.verticalVideo .css-17ai7jg{width:325px;}}.sizeLarge .css-17ai7jg{max-width:none;}@media (min-width:600px){.sizeLarge .css-17ai7jg{margin-left:20px;}}@media (min-width:740px){.sizeLarge .css-17ai7jg{margin-left:20px;max-width:900px;}}@media (min-width:1024px){.sizeLarge .css-17ai7jg{margin-left:0;max-width:720px;}}@media (min-width:1440px){.sizeLarge .css-17ai7jg{margin-left:0;max-width:900px;}}@media (min-width:740px){.sizeLarge.layoutVertical .css-17ai7jg{margin-left:0;}}.sizeFull .css-17ai7jg{margin-left:20px;}@media (min-width:600px){.sizeFull .css-17ai7jg{max-width:900px;}}@media (min-width:740px){.sizeFull .css-17ai7jg{max-width:900px;}}@media (min-width:1440px){.sizeFull .css-17ai7jg{max-width:900px;}}@media print{.css-17ai7jg{display:none;}}.css-8i9d0s{margin-right:7px;color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.875rem;line-height:1.125rem;}@media (min-width:740px){.css-8i9d0s{font-size:0.9375rem;line-height:1.25rem;}}.css-8i9d0s strong{font-weight:700;}.css-8i9d0s em{font-style:italic;}.css-8i9d0s a{color:#326891;}.css-8i9d0s a:visited{color:#326891;}.css-1nwzsjy{display:inline-block;color:#888;font-family:nyt-imperial,georgia,'times new roman',times,serif;line-height:1.125rem;-webkit-letter-spacing:0.01em;-moz-letter-spacing:0.01em;-ms-letter-spacing:0.01em;letter-spacing:0.01em;font-size:0.75rem;}@media (min-width:740px){.css-1nwzsjy{font-size:0.75rem;}}@media (min-width:1150px){.css-1nwzsjy{font-size:0.8125rem;}}@media (min-width:600px){.sizeSmall.sizeSmallNoCaption .css-1nwzsjy{margin-left:5px;}}@media (min-width:1024px){.sizeSmall.sizeSmallNoCaption .css-1nwzsjy{margin-left:5px;}}@media (min-width:1440px){.sizeSmall.sizeSmallNoCaption .css-1nwzsjy{margin-left:40px;}}@media (max-width:600px){.sizeSmall.sizeSmallNoCaption .css-1nwzsjy{margin-left:-8px;}}@media print{.css-1nwzsjy{display:none;}}.css-1ly73wi{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);overflow:hidden;}.css-xt80pu{width:100%;width:calc(100% - 40px);max-width:600px;margin-left:20px;margin-right:20px;}@media (min-width:600px){.css-xt80pu{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-xt80pu{width:600px;}}@media (min-width:1440px){.css-xt80pu{width:600px;max-width:600px;}}@media print{.css-xt80pu{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-17xsp6v{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;width:100%;}.css-16vrk19{display:inline-block;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;font-size:0.875rem;line-height:1.125rem;margin:0;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;color:#121212;}@media (min-width:740px){.css-16vrk19{font-size:0.9375rem;line-height:1.25rem;}}.css-1riqqik{display:inline;color:#333;}.css-1riqqik span{-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:#ccc;text-decoration-color:#ccc;}.css-1riqqik span:hover,.css-1riqqik span:focus{-webkit-text-decoration:none;text-decoration:none;}.css-1w5cs23{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.css-1w5cs23 li{list-style:none;}.css-qddhf4{font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:500;color:#333;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;font-size:0.8125rem;line-height:1.125rem;margin-bottom:1rem;margin-bottom:0;margin-top:0;}.css-4brsb6{display:inline-block;height:15px;vertical-align:middle;width:15px;background-color:#eee;border:1px #eee solid;border-radius:100%;padding:5px;width:15px;height:15px;}.css-4brsb6.facebook{background-image:url(/vi-assets/static-assets/icon-fb-circle-2ec7780140bd9e8e8398bbcdf5661569.svg);}.css-4brsb6.twitter{background-image:url(/vi-assets/static-assets/icon-twitter-circle-fc7c2748f5613c68963a0df203bffc05.svg);}.css-4brsb6.email{background-image:url(/vi-assets/static-assets/icon-share-email-circle-a2acce7e23b21d47bb606b628a6c7e34.svg);}.css-4brsb6.link{background-image:url(/vi-assets/static-assets/icon-share-permalink-circle-3ff3876a106221ee493d9542c0895863.svg);}.css-4brsb6.linkedin{background-image:url(/vi-assets/static-assets/icon-share-linkedin-circle-4d7bcf236c5f3a086738746f41f46f7b.svg);}.css-4brsb6.whatsapp{background-image:url(/vi-assets/static-assets/icon-whatsapp-video-a9503bf2b3c73111106c496d3ebc8c67.svg);}.css-4brsb6.reddit{background-image:url(/vi-assets/static-assets/icon-share-reddit-f882338200fd1971b767627fa5f60124.svg);}.css-4brsb6:hover{background-color:#fff;border:1px solid #ccc;}.css-uhuo44{display:inline-block;height:15px;vertical-align:middle;width:15px;bottom:5px;position:relative;width:15px;height:15px;bottom:4px;}.css-uhuo44.facebook{background-image:url(/vi-assets/static-assets/icon-fb-circle-2ec7780140bd9e8e8398bbcdf5661569.svg);}.css-uhuo44.twitter{background-image:url(/vi-assets/static-assets/icon-twitter-circle-fc7c2748f5613c68963a0df203bffc05.svg);}.css-uhuo44.email{background-image:url(/vi-assets/static-assets/icon-share-email-circle-a2acce7e23b21d47bb606b628a6c7e34.svg);}.css-uhuo44.link{background-image:url(/vi-assets/static-assets/icon-share-permalink-circle-3ff3876a106221ee493d9542c0895863.svg);}.css-uhuo44.linkedin{background-image:url(/vi-assets/static-assets/icon-share-linkedin-circle-4d7bcf236c5f3a086738746f41f46f7b.svg);}.css-uhuo44.whatsapp{background-image:url(/vi-assets/static-assets/icon-whatsapp-video-a9503bf2b3c73111106c496d3ebc8c67.svg);}.css-uhuo44.reddit{background-image:url(/vi-assets/static-assets/icon-share-reddit-f882338200fd1971b767627fa5f60124.svg);}.css-1ygdjhk{margin-bottom:0.75rem;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:1.0625rem;line-height:1.5rem;margin-left:20px;margin-right:20px;width:calc(100% - 40px);max-width:600px;}@media (min-width:740px){.css-1ygdjhk{margin-bottom:1.25rem;}}.css-1ygdjhk .css-1g7m0tk{-webkit-text-decoration:underline;text-decoration:underline;}.css-1ygdjhk .css-1g7m0tk:hover,.css-1ygdjhk .css-1g7m0tk:focus{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:740px){.css-1ygdjhk{font-size:1.1875rem;line-height:1.8125rem;}}.css-1ygdjhk:first-child{margin-top:0;}.css-1ygdjhk:last-child{margin-bottom:0;}@media (min-width:600px){.css-1ygdjhk{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-1ygdjhk{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media print{.css-1ygdjhk{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-ar1l6a{color:#999;display:inline;margin-right:16px;padding:10px 0;width:100%;}.css-ar1l6a a{-webkit-text-decoration:none;text-decoration:none;}@media (max-width:659px){.css-ar1l6a:nth-of-type(3),.css-ar1l6a:nth-of-type(4){display:none;}}.css-ar1l6a:last-of-type{margin-right:0;}.css-ar1l6a:nth-of-type(1),.css-ar1l6a:nth-of-type(2),.css-ar1l6a:nth-of-type(3),.css-ar1l6a:nth-of-type(4){display:inline;}.css-1ede5it{background-color:#f7f7f7;border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin:37px auto;padding-bottom:30px;padding-top:12px;text-align:center;margin-top:60px;}@media (min-width:740px){.css-1ede5it{margin:43px auto;}}@media print{.css-1ede5it{display:none;}}@media (min-width:740px){.css-1ede5it{margin-bottom:0;margin-top:0;}}.css-2fg4z9{font-style:italic;}.css-vuqh7u{display:inline-block;color:#888;font-family:nyt-imperial,georgia,'times new roman',times,serif;line-height:1.125rem;-webkit-letter-spacing:0.01em;-moz-letter-spacing:0.01em;-ms-letter-spacing:0.01em;letter-spacing:0.01em;font-size:0.75rem;}@media (min-width:740px){.css-vuqh7u{font-size:0.75rem;}}@media (min-width:1150px){.css-vuqh7u{font-size:0.8125rem;}}@-webkit-keyframes animation-g7rb99{0%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}100%{-webkit-transform:scale(1.05) rotate(-90deg);-ms-transform:scale(1.05) rotate(-90deg);transform:scale(1.05) rotate(-90deg);}}@keyframes animation-g7rb99{0%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}100%{-webkit-transform:scale(1.05) rotate(-90deg);-ms-transform:scale(1.05) rotate(-90deg);transform:scale(1.05) rotate(-90deg);}}.css-1ef8w8q{max-width:1200px;margin-left:auto;margin-right:auto;margin:2.3125rem auto;}@media (min-width:600px){.css-1ef8w8q{width:auto;}}@media (min-width:1024px){.css-1ef8w8q{width:945px;}}@media (min-width:1440px){.css-1ef8w8q{width:1200px;}}.css-1ef8w8q strong{font-weight:700;}.css-1ef8w8q em{font-style:italic;}@media (min-width:740px){.css-1ef8w8q{margin:2.6875rem auto;}}.css-18crmh6{font-family:nyt-imperial,georgia,'times new roman',times,serif;color:#666;margin:10px 20px 0 20px;text-align:left;max-width:none;}.css-18crmh6 a{color:#326891;-webkit-text-decoration:none;text-decoration:none;}.css-18crmh6 a:hover,.css-18crmh6 a:focus{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:600px){.css-18crmh6{margin-left:0;margin-right:20px;}}@media (min-width:600px){.css-18crmh6{margin-left:20px;}}@media (min-width:740px){.css-18crmh6{margin-left:20px;}}@media (min-width:1024px){.css-18crmh6{max-width:720px;margin-left:0;}}@media (min-width:1440px){.css-18crmh6{width:900px;margin-left:0;}}.css-sbs9ef{color:#121212;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:400;font-size:1.625rem;line-height:1.875rem;margin-left:20px;margin-right:20px;width:calc(100% - 40px);max-width:600px;margin:30px 20px 0.75rem;text-align:left;}@media (min-width:740px){.css-sbs9ef{font-size:1.75rem;line-height:2.125rem;}}.css-sbs9ef .css-1g7m0tk{border-bottom:1px solid #6288a5;-webkit-text-decoration:none;text-decoration:none;}.css-sbs9ef .css-1g7m0tk:hover,.css-sbs9ef .css-1g7m0tk:focus{border-bottom:1px solid #b3c4ca;-webkit-text-decoration:none;text-decoration:none;}.css-sbs9ef:first-child{margin-top:0;}.css-sbs9ef:last-child{margin-bottom:0;}@media (min-width:600px){.css-sbs9ef{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-sbs9ef{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media print{.css-sbs9ef{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media (min-width:740px){.css-sbs9ef{margin-top:35px;margin-left:auto;margin-right:auto;margin-bottom:1.25rem;}}@media print{.css-sbs9ef{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-xnyrcs{color:#121212;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:200;font-style:normal;font-size:2.125rem;line-height:2.375rem;margin:0 20px 1rem;position:relative;text-align:left;width:calc(100% - 40px);max-width:600px;margin-left:20px;margin-right:20px;}@media (min-width:740px){.css-xnyrcs{font-size:2.75rem;line-height:3.125rem;}}@media (min-width:1150px){.css-xnyrcs{font-size:3.125rem;line-height:3.4375rem;}}@media (min-width:600px){.css-xnyrcs{margin-left:auto;margin-right:auto;}}@media print{.css-xnyrcs{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media (min-width:600px){.css-xnyrcs{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-xnyrcs{width:600px;}}@media (min-width:1440px){.css-xnyrcs{width:600px;max-width:600px;}}@media print{.css-xnyrcs{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-15g2oxy{margin-top:1rem;}.css-i9gxme{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.css-1yil5bp{font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:500;color:#333;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;font-size:0.8125rem;line-height:1.125rem;margin-bottom:1rem;}.css-wg1cha{margin-left:20px;margin-right:20px;}@media (min-width:600px){.css-wg1cha{width:calc(100% - 40px);max-width:600px;margin:1.5rem auto 1em;}}@media (min-width:1440px){.css-wg1cha{width:600px;max-width:600px;margin:1.5rem auto 1em;}}.css-z6dj7x{font-style:normal;font-stretch:normal;margin-bottom:1.6rem;color:#333;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:300;-webkit-letter-spacing:0.005em;-moz-letter-spacing:0.005em;-ms-letter-spacing:0.005em;letter-spacing:0.005em;font-size:1.25rem;line-height:1.5625rem;text-align:left;margin:0 20px 1.6rem;width:calc(100% - 40px);max-width:600px;margin-left:20px;margin-right:20px;}@media (min-width:740px){.css-z6dj7x{font-size:1.375rem;line-height:1.75rem;}}@media (min-width:600px){.css-z6dj7x{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-z6dj7x{width:600px;}}@media (min-width:1440px){.css-z6dj7x{width:600px;max-width:600px;}}@media print{.css-z6dj7x{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-x8f8u9{font-family:nyt-franklin,helvetica,arial,sans-serif;color:#333;font-size:0.9375rem;line-height:1.25rem;font-family:nyt-franklin,helvetica,arial,sans-serif;color:#333;font-size:0.9375rem;line-height:1.25rem;}.css-x8f8u9 p{margin-bottom:0.75rem;}.css-x8f8u9 a,.css-x8f8u9 a:visited{color:#326891;-webkit-text-decoration:underline;text-decoration:underline;}.css-x8f8u9 a:hover,.css-x8f8u9 a:focus{color:#326891;}@media print{.css-x8f8u9{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media (min-width:740px){.css-x8f8u9{font-size:1rem;line-height:1.375rem;}}.css-x8f8u9 p{margin-bottom:0.75rem;}.css-x8f8u9 a,.css-x8f8u9 a:visited{color:#326891;-webkit-text-decoration:underline;text-decoration:underline;}.css-x8f8u9 a:hover,.css-x8f8u9 a:focus{color:#326891;}@media print{.css-x8f8u9{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-q7vr1p{margin-top:0.3125rem;}.css-q7vr1p .e6idgb70{margin-top:1.875rem;color:#121212;font-weight:700;line-height:0.75rem;margin-bottom:0.625rem;margin-left:auto;}@media print{.css-q7vr1p .e6idgb70{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-q7vr1p .e1h9rw200{margin-bottom:1rem;margin-bottom:10px;}.css-q7vr1p .e1wiw3jv0{color:#333;}@media (min-width:740px){.css-q7vr1p .e1wiw3jv0{text-align:left;}}.css-q7vr1p .e16638kd0{width:auto;margin-bottom:0;margin-left:0;display:inline-block;}.css-q7vr1p .euiyums0{margin-bottom:20px;color:#121212;}@media print{.css-q7vr1p .euiyums0{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media (min-width:740px){.css-q7vr1p .euiyums0{text-align:left;}}@media (min-width:600px){.css-q7vr1p{margin-top:0.9375rem;}}@media (min-width:1024px){.css-q7vr1p{margin-top:2.8125rem;}}.css-nzv8co{min-width:60px;display:inline-block;margin-left:-3px;}.css-q08c2r{width:50px;margin-right:10px;vertical-align:bottom;}.css-1o4azrb{margin-bottom:1rem;}.css-1o4azrb .e16638kd0{color:#999;margin-top:5px;margin-bottom:0;display:inline-block;font-size:0.75rem;line-height:1.0625rem;}.css-1o4azrb:hover .e16ij5yr2,.css-1o4azrb:visited .e16ij5yr2{color:#666;}.css-1o4azrb .css-1g7m0tk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-1u39xnq{font-size:1.1875rem;line-height:1.4375rem;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:500;color:#121212;margin-right:10px;display:inline;}.css-rxyfbr{margin-left:15px;width:120px;min-width:120px;}@media (min-width:740px){.css-rxyfbr{width:165px;min-width:165px;}}.css-32rbo2{width:100%;min-width:120px;}.css-t9vhop{max-width:1200px;margin-left:auto;margin-right:auto;margin:2.3125rem auto;}@media (min-width:600px){.css-t9vhop{width:auto;}}@media (min-width:1024px){.css-t9vhop{width:945px;}}@media (min-width:1440px){.css-t9vhop{width:1200px;}}@media (min-width:600px){.css-t9vhop{width:600px;}}@media (min-width:1440px){.css-t9vhop{width:720px;}}@media (min-width:740px){.css-t9vhop .e1xdpqjp0{margin-left:0;}}.css-t9vhop strong{font-weight:700;}.css-t9vhop em{font-style:italic;}@media (min-width:740px){.css-t9vhop{margin:2.6875rem auto;}}.css-ys65w5{margin:0.5rem 0 1.5rem;padding-top:1rem;width:calc(100% - 40px);max-width:600px;margin-left:20px;margin-right:20px;}.css-ys65w5:before{content:'';display:block;width:100%;margin-bottom:0.5rem;border-bottom:1px solid #e2e2e2;}.css-ys65w5:after{content:'';display:block;width:100%;margin-top:0.5rem;border-bottom:1px solid #e2e2e2;}.css-ys65w5 .e16ij5yr6{border-top:none;}@media (min-width:600px){.css-ys65w5{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-ys65w5{width:600px;}}@media (min-width:1440px){.css-ys65w5{width:600px;max-width:600px;}}@media print{.css-ys65w5{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@-webkit-keyframes animation-m6999o{100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;}}@keyframes animation-m6999o{100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;}}
+ ]]>
+ </style>
+ <script>
+ <![CDATA[
+ window.__emotion = ["0","1dv1kvn","nuvmzp","1gz70xg","9e9ivx","2bwtzy","6n7j50","1kj7lfb","10m9xeu","vz7hjd","1fe7a5q","1rn5q1r","10488qs","1iruc8t","1ropbjl","uw59u","jxzr5i","oylsik","1otr2jl","1c8n994","qtw155","v0l3hm","g4gku8","1rr4qq7","6xhk3s","rxqrcl","tj0ten","ist4u3","1gprdgz","10t7hia","mzqdl","kwpx34","1k2cjfc","1vhk1ks","6td9kr","r5ic95","15uy5yv","1p8nkc0","1hyfx7x","f8wsfj","mhvv8m","1c5cfvc","htgkrt","e64et","9zaqp9","16fq4rz","1kjk1j2","88g286","12yx39b","4hu8jm","1wqz2f4","yl3z84","1q3gjvc","nc39ev","amd09y","ru1vxe","ajnadh","1g7m0tk","acwcvw","zjzyr8","1m9j9gf","1b9egsl","1baulvz","7y3qfv","1waixk9","l2ztic","19lv58h","mgtjo2","nhjhh0","1bnxwmn","1nkps6a","1i8g3m4","1uqjmks","1xdhyk6","mn5hq9","1qmnftd","1ho5u4o","13o0c9t","1yo489b","qremme","1f85ym4","7inim5","133m5b6","1lc20wh","bsn42l","11cwn6f","hn080","y8aj3r","60hakz","i29ckm","1ri25x2","12fr9lp","1hfdzay","k008qs","eqw76k","m6xlts","1ahhg7f","rs6kf8","17xtcya","x15j1o","19gb6gw","1iwv8en","1sy8kpn","19vbshk","l9onyx","b7n1on","1rj8to8","4w91ra","19ln2d8","1rjzas3","1egl8em","vdv0al","1i2y565","o6xoe7","1fanzo5","53u6y8","1m50asq","z3e15g","79elbk","v89234","13lpfd6","1bymuyk","1f7ibof","1wr3we4","10698na","o2c64h","3qijnq","uqyvli","1bvtpon","whd2a","1fcn4th","13zu7ev","f7l8cz","16ogagc","1vxca1d","1rk3iho","1a48zt4","1b4fpzk","17ai7jg","8i9d0s","1nwzsjy","1ly73wi","xt80pu","17xsp6v","16vrk19","1riqqik","1w5cs23","qddhf4","4brsb6","uhuo44","1ygdjhk","ar1l6a","1ede5it","2fg4z9","vuqh7u","g7rb99","1ef8w8q","18crmh6","sbs9ef","xnyrcs","15g2oxy","i9gxme","1yil5bp","wg1cha","z6dj7x","x8f8u9","q7vr1p","nzv8co","q08c2r","1o4azrb","1u39xnq","rxyfbr","32rbo2","t9vhop","ys65w5","m6999o"]
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ (function () { var _f=function(t,e,n){var a=window,A=document,o=function(t){var e=A.createElement("style");e.appendChild(A.createTextNode(t)),A.querySelector("head").appendChild(e)},r=function(t,e,n,a,A){var r=new XMLHttpRequest;r.open("GET",t,!0),r.onreadystatechange=function(){if(4===r.readyState&&200===r.status){o(r.responseText);try{localStorage.setItem("nyt-fontFormat",e),localStorage.setItem(a,n)}catch(t){return}localStorage.setItem(A,r.responseText)}return!0},r.send(null)},c=function(e,n){var A;try{A=localStorage.getItem("nyt-fontFormat")}catch(t){}A||(A=function(){if(!("FontFace"in a))return!1;var t=new FontFace("t",'url("data:application/font-woff2;base64,d09GMgABAAAAAADcAAoAAAAAAggAAACWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABk4ALAoUNAE2AiQDCAsGAAQgBSAHIBtvAcieB3aD8wURQ+TZazbRE9HvF5vde4KCYGhiCgq/NKPF0i6UIsZynbP+Xi9Ng+XLbNlmNz/xIBBqq61FIQRJhC/+QA/08PJQJ3sK5TZFMlWzC/iK5GUN40psgqvxwBjBOg6JUSJ7ewyKE2AAaXZrfUB4v+hze37ugJ9d+DeYqiDwVgCawviwVFGnuttkLqIMGivmDg") format("woff2")',{});return t.load().catch(function(){}),"loading"==t.status||"loaded"==t.status}()?"woff2":"woff");for(var c=0;c<e.length;c++){var i=e[c],l="shared"!==i?"-"+i:"",d="nyt-fontHash"+l,s="nyt-fontFace"+l,f=t[i][A],u=localStorage.getItem(d),g=localStorage.getItem(s);if(u===f.hash&&g)o(g);else{var h=function(t,e,n,a,A){return function(){r(t,e,n,a,A)}}(f.url,A,f.hash,d,s);n?h():document.addEventListener("DOMContentLoaded",h)}}};c(e),window.addEventListener("load",function(){c(n,!0)})};;_f.apply(null, [{"shared":{"woff":{"hash":"f2adc73415c5bbb437e993c14559e70e","url":"/vi-assets/static-assets/shared-woff.fonts-f2adc73415c5bbb437e993c14559e70e.css"},"woff2":{"hash":"22b34a6a6fd840943496b658184afdd3","url":"/vi-assets/static-assets/shared-woff2.fonts-22b34a6a6fd840943496b658184afdd3.css"}},"story":{"woff":{"hash":"d5c4f7d33f59d401af5121eb86eade0d","url":"/vi-assets/static-assets/story-woff.fonts-d5c4f7d33f59d401af5121eb86eade0d.css"},"woff2":{"hash":"8cda51537d027e0df92bea96a094bfe3","url":"/vi-assets/static-assets/story-woff2.fonts-8cda51537d027e0df92bea96a094bfe3.css"}},"opinion":{"woff":{"hash":"dfc5106c9c0aaa76688687e664474b04","url":"/vi-assets/static-assets/opinion-woff.fonts-dfc5106c9c0aaa76688687e664474b04.css"},"woff2":{"hash":"e2b27ff317927dfd77bdd429409627e0","url":"/vi-assets/static-assets/opinion-woff2.fonts-e2b27ff317927dfd77bdd429409627e0.css"}},"tmag":{"woff":{"hash":"4634f3c7ddebb9113b69d4578d9a0ba0","url":"/vi-assets/static-assets/tmag-woff.fonts-4634f3c7ddebb9113b69d4578d9a0ba0.css"},"woff2":{"hash":"8622c93c260fa93b229b7249df708fb1","url":"/vi-assets/static-assets/tmag-woff2.fonts-8622c93c260fa93b229b7249df708fb1.css"}},"mag":{"woff":{"hash":"109e6d301ed49c8078086b5892696adf","url":"/vi-assets/static-assets/mag-woff.fonts-109e6d301ed49c8078086b5892696adf.css"},"woff2":{"hash":"fb42c728dc70cc4ef6010a60cb10b0bd","url":"/vi-assets/static-assets/mag-woff2.fonts-fb42c728dc70cc4ef6010a60cb10b0bd.css"}},"well":{"woff":{"hash":"f0e613b89006e99b4622d88aa5563a81","url":"/vi-assets/static-assets/well-woff.fonts-f0e613b89006e99b4622d88aa5563a81.css"},"woff2":{"hash":"77806b85de524283fe742b916c9d0ee4","url":"/vi-assets/static-assets/well-woff2.fonts-77806b85de524283fe742b916c9d0ee4.css"}}},["shared","story"],["opinion","tmag","mag","well"]]); })();
+ (function() {
+ var thisHour = (new Date()).getHours();
+ var styles = '[data-timezone][data-timezone~="' + thisHour +'"] { display: block }';
+ var s = document.createElement('style');
+ s.innerHTML = styles;
+ document.head.appendChild(s);
+ })();
+
+ !function(){if('PerformanceLongTaskTiming' in window){var g=window.__tti={e:[]};
+ g.o=new PerformanceObserver(function(l){g.e=g.e.concat(l.getEntries())});
+ g.o.observe({entryTypes:['longtask']})}}();
+
+
+ !function(n,e){var t,o,i,c=[],f={passive:!0,capture:!0},r=new Date,a="pointerup",u="pointercancel";function p(n,c){t||(t=c,o=n,i=new Date,w(e),s())}function s(){o>=0&&o<i-r&&(c.forEach(function(n){n(o,t)}),c=[])}function l(t){if(t.cancelable){var o=(t.timeStamp>1e12?new Date:performance.now())-t.timeStamp;"pointerdown"==t.type?function(t,o){function i(){p(t,o),r()}function c(){r()}function r(){e(a,i,f),e(u,c,f)}n(a,i,f),n(u,c,f)}(o,t):p(o,t)}}function w(n){["click","mousedown","keydown","touchstart","pointerdown"].forEach(function(e){n(e,l,f)})}w(n),self.perfMetrics=self.perfMetrics||{},self.perfMetrics.onFirstInputDelay=function(n){c.push(n),s()}}(addEventListener,removeEventListener);
+
+ try {
+ var observer = new window.PerformanceObserver(function (list) {
+ var entries = list.getEntries();
+
+ for (var i = 0; i < entries.length; i += 1) {
+ var entry = entries[i];
+ var performance = {};
+
+ performance[entry.name] = Math.round(entry.startTime + entry.duration);
+ (window.dataLayer = window.dataLayer || []).push({
+ event: "performance",
+ pageview: {
+ performance: performance
+ }
+ });
+ }
+ });
+ observer.observe({
+ entryTypes: ["paint"]
+ });
+ } catch (e) {}
+ ]]>
+ </script>
+ <style>
+ <![CDATA[
+ [data-timezone] { display: none }
+ ]]>
+ </style>
+ </head>
+ <body>
+ <div id="swg-script"></div>
+ <script>
+ <![CDATA[
+ window.swgUserInfoXhrObject.checkSwgResponse = false;
+ !function(){function e(e){window.console.log("aborted ".concat(e)),window.swgUserInfoXhrObject.checkSwgResponse={};var t=new Event("aborted");return window.swgUserInfoXhrObject.dispatchEvent(t),window.swgUserInfoXhrObject.abort(),!1}function t(e){return!!window.dataLayer&&((window.dataLayer=window.dataLayer||[]).push({event:"impression",module:e}),!0)}function n(){return"undefined"==typeof window?e("no window"):-1!==document.cookie.indexOf("NYT-S")?e("NYT-S"):!0===function(){if(!window.localStorage)return!1;var e=window.localStorage.getItem("nyt-swgOptOut");if(!e)return!1;var t=parseInt(e,10);return((new Date).getTime()-t)/864e5<1||(window.localStorage.removeItem("nyt-swgOptOut"),!1)}()?e("opt-out"):window.SWG?((window.SWG=window.SWG||[]).push(function(n){return n.init(vi.env.SWG_PUBLICATION_ID),n.getEntitlements().then(function(o){if(void 0===o||!o.raw)return e("entitlements 1");var a={entitlements_token:o.raw};return window.swgUserInfoXhrObject.withCredentials=!0,window.swgUserInfoXhrObject.open("POST","".concat(vi.env.AUTH_HOST,"/svc/account/auth/v1/login-swg-web"),!0),window.swgUserInfoXhrObject.setRequestHeader("Content-Type","application/json"),window.swgUserInfoXhrObject.send(JSON.stringify(a)),window.swgUserInfoXhrObject.onload=function(){switch(window.swgUserInfoXhrObject.status){case 200:return t({name:"swg",context:"Seamless",label:"Seamless Signin",region:"login"}),window.location.reload(!0),!0;case 412:return e("412"),function(e,n){return e.completeDeferredAccountCreation({entitlements:n,consent:!1}).then(function(e){var n="".concat(vi.env.AUTH_HOST,"/svc/account/auth/v1/swg-dal-web"),o=e.purchaseData.raw.data?e.purchaseData.raw.data:e.purchaseData.raw,a=JSON.parse(o),r={package_name:a.packageName,product_id:a.productId,purchase_token:a.purchaseToken,google_id_token:e.userData.idToken,google_user_email:e.userData.email,google_user_id:e.userData.id,google_user_name:e.userData.name},i=new XMLHttpRequest;i.withCredentials=!0,i.open("POST",n,!0),i.setRequestHeader("Content-Type","application/json"),i.send(JSON.stringify(r)),i.onload=function(){200===i.status?(t({name:"swg",context:"Deferred",label:"Seamless Signin",region:"swg-modal"}),e.complete().then(function(){window.location.reload(!0)})):(e.complete(),window.location=encodeURI("".concat(vi.env.AUTH_HOST,"/get-started/swg-link?redirect=").concat(window.location.href)))}}).catch(function(){return!!window.localStorage&&!window.localStorage.getItem("nyt-swgOptOut")&&(window.localStorage.setItem("nyt-swgOptOut",(new Date).getTime()),!0)}),!0}(n,o);default:return e(window.swgUserInfoXhrObject.status)}},o}).catch(function(){return e("entitlements 2")}),!0}),!0):e("swg")}if(-1===document.cookie.indexOf("NYT-S")){var o=document.createElement("script");o.src="https://news.google.com/swg/js/v1/swg.js",o.setAttribute("subscriptions-control","manual"),o.setAttribute("async",!0),o.onload=function(){n()},o.onerror=function(){e("swg")},document.getElementById("swg-script").appendChild(o)}}();
+ ]]>
+ </script>
+ <div id="app">
+ <div class="css-v89234 e3w10z60">
+ <div>
+ <div>
+ <div class="css-13lpfd6 e1nre7570">
+ <header class="css-1bymuyk e1nre7571">
+ <section class="css-1waixk9 e1nre7572">
+ <div class="css-1f7ibof emxkhtz0">
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="Sections Navigation &amp; Search" class="emxkhtz1 css-l2ztic" data-testid="nav-button"><svg class="css-1fe7a5q" viewbox="0 0 16 16">
+ <rect x="1" y="3" fill="#333333" width="14" height="2"></rect>
+ <rect x="1" y="7" fill="#333333" width="14" height="2"></rect>
+ <rect x="1" y="11" fill="#333333" width="14" height="2"></rect></svg></button>
+ </div><button id="desktop-sections-button" aria-label="Sections Navigation" class="css-19lv58h emxkhtz2"><span class="css-vz7hjd">Sections</span><svg class="css-1fe7a5q" viewbox="0 0 16 16">
+ <rect x="1" y="3" fill="#333333" width="14" height="2"></rect>
+ <rect x="1" y="7" fill="#333333" width="14" height="2"></rect>
+ <rect x="1" y="11" fill="#333333" width="14" height="2"></rect></svg></button>
+ <div class="css-10488qs">
+ <button class="css-mgtjo2 e1a6adlb0" data-test-id="search-button"><span class="css-vz7hjd">SEARCH</span><svg class="css-1fe7a5q" viewbox="0 0 16 16">
+ <path fill="#333" d="M11.3,9.2C11.7,8.4,12,7.5,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1,0,1.9-0.3,2.7-0.7l3.3,3.3c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4c0.6-0.6,0.6-1.5,0-2.1L11.3,9.2zM6.5,10.3c-2.1,0-3.8-1.7-3.8-3.8c0-2.1,1.7-3.8,3.8-3.8c2.1,0,3.8,1.7,3.8,3.8C10.3,8.6,8.6,10.3,6.5,10.3z"></path></svg></button>
+ </div><a class="css-1rn5q1r" href="#site-content">Skip to content</a><a class="css-1rn5q1r" href="#site-index">Skip to site index</a>
+ </div>
+ <div class="css-1wr3we4 e14k9kmx0">
+ <a href="https://www.nytimes.com/section/nyregion" class="css-nuvmzp">New York</a>
+ </div>
+ <div class="css-10698na e1ngbli50">
+ <a aria-label="New York Times Logo. Click to visit the homepage" class="css-nhjhh0 e1ngbli51" href="/"><svg xmlns="http://www.w3.org/2000/svg" class="" viewbox="0 0 184 25" fill="#000">
+ <path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a>
+ </div>
+ <div class="css-o2c64h e1c1i1hy1">
+ <a href="https://www.nytimes.com/subscription/multiproduct/lp8HYKU.html?campaignId=6W74R" class="css-1kj7lfb nytcp-opt" data-testid="subscribe-button"><button class="css-1bnxwmn e1c1i1hy0">Subscribe</button>
+ <div class="optimizelyOK vi_bar1 css-1nkps6a"></div></a><a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&amp;client_id=vi" class="css-1kj7lfb"><button class="css-1bnxwmn e1c1i1hy0" data-testid="login-button">Log In</button></a>
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="User Settings" class="e1c1i1hy4 css-1i8g3m4" data-testid="user-settings-button"><svg class="css-10m9xeu" viewbox="0 0 16 16" fill="#333">
+ <path d="M8,10c-2.5,0-7,1.1-7,3.5V16h14v-2.5C15,11.1,10.5,10,8,10z"></path>
+ <circle cx="8" cy="4" r="4"></circle></svg></button>
+ </div>
+ </div>
+ </section>
+ <section class="hasLinks css-3qijnq ea53akk3">
+ <div class="css-uqyvli ea53akk0"></div>
+ <div class="css-1uqjmks ea53akk1"></div>
+ <div class="css-9e9ivx">
+ <a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&amp;client_id=vi" class="css-1gz70xg">Log In</a>
+ </div>
+ <div class="css-1bvtpon ea53akk2">
+ <a href="https://www.nytimes.com/section/todayspaper" class="css-2bwtzy">Today’s Paper</a>
+ </div>
+ </section>
+ </header>
+ </div>
+ </div>
+ <main id="site-content">
+ <div>
+ <div class="css-eqw76k" style="opacity:0.000000001;z-index:-1;visibility:hidden">
+ <div class="css-m6xlts">
+ <div class="css-1ahhg7f">
+ <span class="css-17xtcya"><a href="/section/nyregion">New York</a></span><span class="css-x15j1o">|</span><span class="css-rs6kf8">Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C.</span>
+ </div>
+ <div class="css-k008qs">
+ <div class="css-1iwv8en">
+ <a href="/"><svg class="css-1ri25x2" viewbox="0 0 16 22">
+ <path d="M15.863 13.08c-.687 1.818-1.923 3.147-3.64 3.916v-3.917l2.129-1.958-2.129-1.889V6.505c1.923-.14 3.228-1.609 3.228-3.358C15.45.84 13.32 0 12.086 0c-.275 0-.55 0-.962.14v.14h.481c.824 0 1.51.42 1.51 1.189 0 .63-.48 1.189-1.304 1.189-2.129 0-4.6-1.749-7.279-1.749C2.13.91.481 2.728.481 4.546c0 1.819 1.03 2.448 2.128 2.798v-.14c-.343-.21-.618-.63-.618-1.189 0-.84.756-1.469 1.648-1.469 2.267 0 5.906 1.959 8.172 1.959h.206v2.727l-2.129 1.889 2.13 1.958v3.987c-.894.35-1.786.49-2.748.49-3.502 0-5.768-2.169-5.768-5.806 0-.839.137-1.678.344-2.518l1.785-.769v7.973l3.57-1.608V6.575L3.984 8.953c.55-1.61 1.648-2.728 2.953-3.358v-.07C3.433 6.295 0 9.023 0 13.08c0 4.686 3.914 7.974 8.446 7.974 4.807 0 7.485-3.288 7.554-7.974h-.137z" fill="#000"></path></svg></a>
+ <div>
+ <span class="css-1hfdzay"><a href="/" aria-label="New York Times Logo. Click to visit the homepage"><svg xmlns="http://www.w3.org/2000/svg" class="css-12fr9lp" viewbox="0 0 184 25" fill="#000">
+ <path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a></span>
+ </div>
+ </div>
+ <div class="css-19gb6gw">
+ <div class="">
+ <div role="toolbar" aria-label="Social Media Share buttons, Save button, and Comments Panel with current comment count" class="css-whd2a" data-testid="share-tools">
+ <ul class="css-y8aj3r">
+ <li class="css-1fcn4th">
+ <a href="https://www.facebook.com/dialog/feed?app_id=9869919170&amp;link=https%3A%2F%2Fwww.nytimes.com%2F2019%2F02%2F21%2Fnyregion%2Fwinter-weather-manholes-pipes.html&amp;smid=fb-share&amp;name=Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.&amp;redirect_uri=https%3A%2F%2Fwww.facebook.com%2F" target="_blank" rel="noopener noreferrer" aria-label="Share on Facebook"><svg class="css-13zu7ev" viewbox="0 0 7 15" width="7" height="15">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.775 14.163V7.08h1.923l.255-2.441H4.775l.004-1.222c0-.636.06-.977.958-.977H6.94V0H5.016c-2.31 0-3.123 1.184-3.123 3.175V4.64H.453v2.44h1.44v7.083h2.882z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-1fcn4th">
+ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnyti.ms%2F2NlStKo&amp;text=Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C." target="_blank" rel="noopener noreferrer" aria-label="Share on Twitter"><svg viewbox="0 0 13 10" class="css-13zu7ev" width="13" height="10">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.987 2.772l.025.425-.429-.052c-1.562-.2-2.927-.876-4.086-2.011L.93.571.784.987c-.309.927-.111 1.906.533 2.565.343.364.266.416-.327.2-.206-.07-.386-.122-.403-.096-.06.06.146.85.309 1.161.223.434.678.858 1.176 1.11l.42.199-.497.009c-.481 0-.498.008-.447.19.172.564.85 1.162 1.606 1.422l.532.182-.464.277a4.833 4.833 0 0 1-2.3.641c-.387.009-.704.044-.704.07 0 .086 1.047.572 1.657.762 1.828.564 4 .32 5.631-.641 1.159-.685 2.318-2.045 2.859-3.363.292-.702.583-1.984.583-2.6 0-.398.026-.45.507-.927.283-.277.55-.58.6-.667.087-.165.078-.165-.36-.018-.73.26-.832.226-.472-.164.266-.278.584-.78.584-.928 0-.026-.129.018-.275.096a4.79 4.79 0 0 1-.755.294l-.464.148-.42-.286C9.66.467 9.335.293 9.163.24 8.725.12 8.055.137 7.66.276c-1.074.39-1.752 1.395-1.674 2.496z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-1fcn4th">
+ <a href="mailto:?subject=NYTimes.com%3A%20Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.&amp;body=From%20The%20New%20York%20Times%3A%0A%0AManhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.%0A%0ANew%20York%E2%80%99s%20aging%20below-street%20infrastructure%20is%20tough%20to%20maintain%2C%20and%20the%20corrosive%20rock%20salt%20and%20%E2%80%9Cfreeze-thaw%E2%80%9D%20cycles%20of%20winter%20make%20it%20even%20worse.%0A%0Ahttps%3A%2F%2Fwww.nytimes.com%2F2019%2F02%2F21%2Fnyregion%2Fwinter-weather-manholes-pipes.html" target="_blank" rel="noopener noreferrer" aria-label="Email"><svg viewbox="0 0 15 9" class="css-13zu7ev" width="15" height="9">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M.906 8.418V0L5.64 4.76.906 8.419zm13 0L9.174 4.761 13.906 0v8.418zM7.407 6.539l-1.13-1.137L.907 9h13l-5.37-3.598-1.13 1.137zM1.297 0h12.22l-6.11 5.095L1.297 0z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-1fcn4th">
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="More sharing options" class="css-16ogagc" data-testid=""><svg class="css-f7l8cz" viewbox="0 0 16 13" width="16" height="13">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.406 5.359L8.978 0v3.215C3.82 3.215.406 8.107.406 12.66 1.653 9.133 4.29 7.517 8.978 7.517v3.2l6.428-5.358z" fill="#000"></path></svg></button>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <meta itemprop="isAccessibleForFree" content="false" /><span itemprop="isPartOf" itemscope="itemscope" itemtype="http://schema.org/CreativeWork%20http://schema.org/Product">
+ <meta itemprop="name" content="The New York Times Company" />
+ <meta itemprop="productID" content="nytimes.com:basic" /></span>
+ <article id="story" class="css-1vxca1d e1qksbhf0">
+ <div id="top-wrapper" class="css-1sy8kpn">
+ <div id="top" style="display: block; height: 100%; min-height: 90px; text-align: center;"></div>
+ </div>
+ <header class="css-q7vr1p euiyums1">
+ <div id="sponsor-wrapper" class="css-1hyfx7x">
+ <div id="sponsor-slug" class="css-19vbshk">
+ <p>
+ Supported by
+ </p>
+ </div>
+ <div class="ad sponsor-wrapper" style="text-align:center;height:100%;display:block">
+ <div id="sponsor"></div>
+ </div>
+ </div>
+ <div class="css-1rk3iho ehdk2mb0">
+ <h1 class="css-xnyrcs e1h9rw200" itemprop="headline" id="link-4e7fffd5">
+ <span>Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C.</span>
+ </h1>
+ </div>
+ <p class="css-z6dj7x e1wiw3jv0">
+ New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse.
+ </p>
+ <div data-testid="photoviewer-wrapper" class="css-79elbk ehw59r11">
+ <div class="css-z3e15g" data-testid="photoviewer-wrapper-hidden"></div>
+ <div data-testid="photoviewer-children" class="css-1a48zt4 ehw59r111">
+ <figure class="sizeLarge layoutHorizontal css-1b4fpzk toneFeature" aria-label="media" role="group" itemscope="itemscope" itemprop="associatedMedia" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div class="css-bsn42l">
+ <span class="css-1dv1kvn">Image</span><img alt="" class="css-11cwn6f" src="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" srcset="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=90&amp;auto=webp 600w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-jumbo.jpg?quality=90&amp;auto=webp 1024w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-superJumbo.jpg?quality=90&amp;auto=webp 2048w" sizes="((min-width: 600px) and (max-width: 1004px)) 84vw, (min-width: 1005px) 80vw, 100vw" itemprop="url" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilities1/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" />
+ </div>
+ <figcaption itemprop="caption description" class="css-17ai7jg emkp2hg0">
+ <span class="css-8i9d0s e13ogyst0">A Con Edison worker repairing underground cables this month in Flushing, Queens. The likely source of the problem was water and rock salt that had seeped underground.</span><span itemprop="copyrightHolder" class="emkp2hg2 css-1nwzsjy e1z0qqy90"><span class="css-1ly73wi e1tej78p0">Credit</span><span><span class="css-1dv1kvn">Credit</span><span>Chang W. Lee/The New York Times</span></span></span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="css-xt80pu euiyums0">
+ <div class="css-acwcvw">
+ <div class="css-17xsp6v epjyd6m0">
+ <div class="css-nzv8co ey68jwv0">
+ <a href="https://www.nytimes.com/by/corey-kilgannon"><img alt="Corey Kilgannon" title="Corey Kilgannon" src="https://static01.nyt.com/images/2018/02/20/multimedia/author-corey-kilgannon/author-corey-kilgannon-thumbLarge.jpg" class="css-q08c2r ey68jwv2" /></a>
+ </div>
+ <div class="css-1baulvz">
+ <p class="css-16vrk19 e1jsehar1" itemprop="author creator" itemscope="itemscope" itemtype="http://schema.org/Person" itemid="">
+ By<!-- --> <a href="https://www.nytimes.com/by/corey-kilgannon" class="css-1riqqik e1jsehar0"><span class="css-1baulvz" itemprop="name">Corey Kilgannon</span></a>
+ </p>
+ </div>
+ </div>
+ <ul class="css-1w5cs23 epjyd6m1">
+ <li>
+ <time class="css-qddhf4 e16638kd0" datetime="2019-02-21">Feb. 21, 2019</time>
+ </li>
+ <li class="css-6n7j50">
+ <div class="">
+ <div role="toolbar" aria-label="Social Media Share buttons, Save button, and Comments Panel with current comment count" class="css-hn080" data-testid="share-tools">
+ <ul class="css-y8aj3r">
+ <li class="css-60hakz">
+ <a href="https://www.facebook.com/dialog/feed?app_id=9869919170&amp;link=https%3A%2F%2Fwww.nytimes.com%2F2019%2F02%2F21%2Fnyregion%2Fwinter-weather-manholes-pipes.html&amp;smid=fb-share&amp;name=Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.&amp;redirect_uri=https%3A%2F%2Fwww.facebook.com%2F" target="_blank" rel="noopener noreferrer" aria-label="Share on Facebook"><svg class="css-4brsb6" viewbox="0 0 7 15" width="7" height="15">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.775 14.163V7.08h1.923l.255-2.441H4.775l.004-1.222c0-.636.06-.977.958-.977H6.94V0H5.016c-2.31 0-3.123 1.184-3.123 3.175V4.64H.453v2.44h1.44v7.083h2.882z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-60hakz">
+ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnyti.ms%2F2NlStKo&amp;text=Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C." target="_blank" rel="noopener noreferrer" aria-label="Share on Twitter"><svg viewbox="0 0 13 10" class="css-4brsb6" width="13" height="10">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.987 2.772l.025.425-.429-.052c-1.562-.2-2.927-.876-4.086-2.011L.93.571.784.987c-.309.927-.111 1.906.533 2.565.343.364.266.416-.327.2-.206-.07-.386-.122-.403-.096-.06.06.146.85.309 1.161.223.434.678.858 1.176 1.11l.42.199-.497.009c-.481 0-.498.008-.447.19.172.564.85 1.162 1.606 1.422l.532.182-.464.277a4.833 4.833 0 0 1-2.3.641c-.387.009-.704.044-.704.07 0 .086 1.047.572 1.657.762 1.828.564 4 .32 5.631-.641 1.159-.685 2.318-2.045 2.859-3.363.292-.702.583-1.984.583-2.6 0-.398.026-.45.507-.927.283-.277.55-.58.6-.667.087-.165.078-.165-.36-.018-.73.26-.832.226-.472-.164.266-.278.584-.78.584-.928 0-.026-.129.018-.275.096a4.79 4.79 0 0 1-.755.294l-.464.148-.42-.286C9.66.467 9.335.293 9.163.24 8.725.12 8.055.137 7.66.276c-1.074.39-1.752 1.395-1.674 2.496z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-60hakz">
+ <a href="mailto:?subject=NYTimes.com%3A%20Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.&amp;body=From%20The%20New%20York%20Times%3A%0A%0AManhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.%0A%0ANew%20York%E2%80%99s%20aging%20below-street%20infrastructure%20is%20tough%20to%20maintain%2C%20and%20the%20corrosive%20rock%20salt%20and%20%E2%80%9Cfreeze-thaw%E2%80%9D%20cycles%20of%20winter%20make%20it%20even%20worse.%0A%0Ahttps%3A%2F%2Fwww.nytimes.com%2F2019%2F02%2F21%2Fnyregion%2Fwinter-weather-manholes-pipes.html" target="_blank" rel="noopener noreferrer" aria-label="Email"><svg viewbox="0 0 15 9" class="css-4brsb6" width="15" height="9">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M.906 8.418V0L5.64 4.76.906 8.419zm13 0L9.174 4.761 13.906 0v8.418zM7.407 6.539l-1.13-1.137L.907 9h13l-5.37-3.598-1.13 1.137zM1.297 0h12.22l-6.11 5.095L1.297 0z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-60hakz">
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="More sharing options" class="css-16ogagc" data-testid=""><svg class="css-uhuo44" viewbox="0 0 16 13" width="16" height="13">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.406 5.359L8.978 0v3.215C3.82 3.215.406 8.107.406 12.66 1.653 9.133 4.29 7.517 8.978 7.517v3.2l6.428-5.358z" fill="#000"></path></svg></button>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </header>
+ <section name="articleBody" itemprop="articleBody" class="css-1i2y565">
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ <em class="css-2fg4z9 e1gzwzxm0">[What you need to know to start the day:</em> <a class="css-1g7m0tk" href="https://www.nytimes.com/newsletters/newyorktoday?module=inline" title=""><em class="css-2fg4z9 e1gzwzxm0">Get New York Today in your inbox</em></a><em class="css-2fg4z9 e1gzwzxm0">.]</em>
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ A series of recent <a class="css-1g7m0tk" href="https://nypost.com/2019/02/17/manhole-fires-force-theater-evacuations-in-midtown/" title="" rel="noopener noreferrer" target="_blank">manhole fires</a> in the heart of Manhattan forced the evacuation of several theaters and was a stark reminder that the subway is not the only creaky infrastructure beneath the streets of New York City.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Underground lies a chaotic assemblage of utilities that, much like the subway, are lifelines for the city: a sprawling tangle of water mains, power cables, gas and steam lines, telecom wires and sewers.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ The city has one of the oldest and largest networks of subterranean infrastructure in the world, with some portions dating more than a century and prone to leaks and cracks.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ And <!-- -->winter<!-- --> — from the corrosive rock salt used on streets and sidewalks to “freeze-thaw” cycles that weaken pipes — makes infrastructure problems even worse.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ In the late 1800s, many of the city’s overhead utilities were buried to lessen the exposure to winter weather. “People think it’s all protected and safe, but it’s really not,” said Patrick McHugh, vice president of electrical engineering and planning for Con Edison, which maintains about 90,000 miles of underground cable in the city.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “You have water, sewage, electricity and gas down there, and people don’t appreciate the effort that goes into keeping all that working,” he added.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div data-testid="photoviewer-wrapper" class="css-79elbk ehw59r11">
+ <div class="css-z3e15g" data-testid="photoviewer-wrapper-hidden"></div>
+ <div data-testid="photoviewer-children" class="css-1a48zt4 ehw59r111">
+ <figure class="css-1ef8w8q e1g7ppur0" aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div class="css-1xdhyk6 erfvjey0">
+ <span class="css-1ly73wi e1tej78p0">Image</span><img alt="" class="css-1m50asq" src="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" srcset="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=90&amp;auto=webp 600w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-jumbo.jpg?quality=90&amp;auto=webp 1024w,https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-superJumbo.jpg?quality=90&amp;auto=webp 2000w" sizes="((min-width: 600px) and (max-width: 1004px)) 84vw, (min-width: 1005px) 80vw, 100vw" itemprop="url" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK15/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" />
+ </div>
+ <figcaption itemprop="caption description" class="css-18crmh6 e1xdpqjp0">
+ <span class="css-8i9d0s e13ogyst0">In the late 1800s, overhead utilities were buried to lessen the exposure to winter weather.</span><span itemprop="copyrightHolder" class="css-vuqh7u e1z0qqy90"><span class="css-1ly73wi e1tej78p0">Credit</span><span>Kirsten Luce for The New York Times</span></span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <h2 class="css-sbs9ef eoo0vm40" id="link-32de4094">
+ Rock salt on icy streets can cause mayhem below them
+ </h2>
+ <p class="css-1ygdjhk evys1bk0">
+ When rock salt melts ice, and the water seeps down manholes and into electrical units, it can set off fires and explosions strong enough to pop a 300-pound manhole cover five stories into the air.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ For days after a storm, Con Edison officials say, they often deal with scores of electrical fires caused by the rock salt eating away at electrical cable insulation. The wet salt can create sparking that burns the insulation, producing both fire and gases that can combust and pop the manhole lids.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ To alleviate the threat, the officials said, the utility switched most of its manhole covers to vented ones that allow gases to escape, “so they cannot form a combustible amount,” Mr. McHugh said.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ “It also lets smoke escape, which can tip off the public to notify the authorities,” he added.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Winter can also bring an increase in gas-line breakages. Con Edison, which maintains 4,300 miles of gas mains in and around New York City, records about 500 leaks — most of them nonemergencies — in a typical month, but many more in winter.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Even this past January, which was unseasonably mild, there were 750 leaks, Con Edison officials said.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div data-testid="photoviewer-wrapper" class="css-79elbk ehw59r11">
+ <div class="css-z3e15g" data-testid="photoviewer-wrapper-hidden"></div>
+ <div data-testid="photoviewer-children" class="css-1a48zt4 ehw59r111">
+ <figure class="css-1ef8w8q e1g7ppur0" aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK11/merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div class="css-1xdhyk6 erfvjey0">
+ <span class="css-1ly73wi e1tej78p0">Image</span>
+ <div class="css-zjzyr8">
+ <div data-testid="lazyimage-container" style="height:257.77777777777777px"></div>
+ </div>
+ </div>
+ <figcaption itemprop="caption description" class="css-18crmh6 e1xdpqjp0">
+ <span class="css-8i9d0s e13ogyst0">There are typically between 400 and 600 water main breaks each year in New York City, an official said.</span><span itemprop="copyrightHolder" class="css-vuqh7u e1z0qqy90"><span class="css-1ly73wi e1tej78p0">Credit</span><span>Michael Appleton for The New York Times</span></span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <h2 class="css-sbs9ef eoo0vm40" id="link-470a509">
+ ‘Freeze-thaws’ linked to climate change can imperil utilities
+ </h2>
+ <p class="css-1ygdjhk evys1bk0">
+ The extreme temperature swings that many researchers link to climate change are adding to the challenges of winter.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Officials monitor weather forecasts closely for freeze-thaw cycles, when they put extra repair crews on call.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ During a polar vortex in late January, for instance, single-digit temperatures in the city quickly ballooned into the 50s. The thaw, much welcomed by many New Yorkers, worried Tasos Georgelis, deputy commissioner for water and sewer operations at the Department of Environmental Protection, which operates the city’s <a class="css-1g7m0tk" href="https://www.nytimes.com/interactive/2016/03/24/nyregion/how-nyc-gets-its-water-new-york-101.html?action=click&amp;contentCollection=New%20York&amp;region=Footer&amp;module=inline&amp;version=WhatsNext&amp;contentID=WhatsNext&amp;moduleDetail=undefined&amp;pgtype=Multimedia" title="">water system</a>.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” Mr. Georgelis said.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Along the city’s roughly 6,500 miles of water mains, there are typically between 400 and 600 breaks a year, he added. The majority occur in winter, when the cold can make older cast-iron mains brittle.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ Environmental Protection officials said the department repaired 75 water-main breaks in January, including one in Lower Manhattan that disrupted rush-hour subway service and another on the West Side that snarled traffic and left nearby buildings without water for hours.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ The city’s 7,500 miles of sewer lines are less affected by cold weather because they are generally buried deeper than other utilities, below the frost line, agency officials said.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div data-testid="photoviewer-wrapper" class="css-79elbk ehw59r11">
+ <div class="css-z3e15g" data-testid="photoviewer-wrapper-hidden"></div>
+ <div data-testid="photoviewer-children" class="css-1a48zt4 ehw59r111">
+ <figure class="css-t9vhop e1g7ppur0" aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/21/nyregion/21winterutilitiesOAK13/merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div class="css-1xdhyk6 erfvjey0">
+ <span class="css-1ly73wi e1tej78p0">Image</span>
+ <div class="css-zjzyr8">
+ <div data-testid="lazyimage-container" style="height:560.0222222222222px"></div>
+ </div>
+ </div>
+ <figcaption itemprop="caption description" class="css-18crmh6 e1xdpqjp0">
+ <span class="css-8i9d0s e13ogyst0">In 1978, a water main break caused severe flooding in Bushwick, Brooklyn.</span><span itemprop="copyrightHolder" class="css-vuqh7u e1z0qqy90"><span class="css-1ly73wi e1tej78p0">Credit</span><span>Fred R. Conrad/The New York Times</span></span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <h2 class="css-sbs9ef eoo0vm40" id="link-4c678ca">
+ How to replace century-old utilities: slowly, and carefully
+ </h2>
+ <p class="css-1ygdjhk evys1bk0">
+ Upgrading the city’s below-street utilities is a slow, painstaking process, “because you have such a fixed-in-place system,” said Rae Zimmerman, a research professor of planning and public administration at New York University.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ But there is progress. Con Edison officials said they had begun replacing the city’s nearly 1,600 miles of natural gas lines — which were made of either cast iron or unprotected steel — with plastic piping. The plastic is less susceptible to corrosion, cracks and leaks, said the officials, who added that they were swapping about 100 miles of line each year.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ The city is also replacing older, leak-prone <!-- -->water and sewer mains.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Some pipes that are more than a century old hold up because they were built with a thicker grade of cast iron, according to Environmental Protection Department officials. For less healthy ones, the agency has invested more than $1 billion in the past five years — with an additional $1.4 billion budgeted over the next five years — for upgrades and replacements. New pipes will be made of a more durable, graphite-rich cast iron known as <!-- -->ductile <!-- -->iron.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div data-testid="photoviewer-wrapper" class="css-79elbk ehw59r11">
+ <div class="css-z3e15g" data-testid="photoviewer-wrapper-hidden"></div>
+ <div data-testid="photoviewer-children" class="css-1a48zt4 ehw59r111">
+ <figure class="css-1ef8w8q e1g7ppur0" aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2017/12/07/nyregion/00winter4/00winter4-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div class="css-1xdhyk6 erfvjey0">
+ <span class="css-1ly73wi e1tej78p0">Image</span>
+ <div class="css-zjzyr8">
+ <div data-testid="lazyimage-container" style="height:257.77777777777777px"></div>
+ </div>
+ </div>
+ <figcaption itemprop="caption description" class="css-18crmh6 e1xdpqjp0">
+ <span class="css-8i9d0s e13ogyst0">Matt Cruz snowboarded through Manhattan’s Lower East Side after a snowstorm in 2016 left the streets coated in slush and rock salt.</span><span itemprop="copyrightHolder" class="css-vuqh7u e1z0qqy90"><span class="css-1ly73wi e1tej78p0">Credit</span><span>Hiroko Masuike/The New York Times</span></span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <h2 class="css-sbs9ef eoo0vm40" id="link-132c3a6b">
+ Construction during the winter isn’t always a good idea
+ </h2>
+ <p class="css-1ygdjhk evys1bk0">
+ Of course, winter also poses problems aboveground. Most nonemergency repair and construction work involving concrete is halted because concrete and some types of dirt, used to fill in trenches, freeze in colder temperatures, said Ian Michaels, a spokesman for the city’s Department of Design and Construction.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Digging by hand is also a challenge in frozen ground, so many excavations that are close to pipes and other utilities are put off, Mr. Michaels said.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ And asphalt is harder to obtain because it must be kept and transported at high temperatures, he added.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ In the extreme cold, city officials will not risk shutting down water mains for construction because spillage into the street could freeze, Mr. Michaels said. He added that stopping the water flow could freeze the private water-service connections that branch off the mains, he said.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Even the basic task of locating utilities under the street can be complicated because infrastructure has been added piecemeal over the decades.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div data-testid="photoviewer-wrapper" class="css-79elbk ehw59r11">
+ <div class="css-z3e15g" data-testid="photoviewer-wrapper-hidden"></div>
+ <div data-testid="photoviewer-children" class="css-1a48zt4 ehw59r111">
+ <figure class="css-1ef8w8q e1g7ppur0" aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/15/nyregion/00winterutilitiesOAK12/merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div class="css-1xdhyk6 erfvjey0">
+ <span class="css-1ly73wi e1tej78p0">Image</span>
+ <div class="css-zjzyr8">
+ <div data-testid="lazyimage-container" style="height:258.4222222222222px"></div>
+ </div>
+ </div>
+ <figcaption itemprop="caption description" class="css-18crmh6 e1xdpqjp0">
+ <span class="css-8i9d0s e13ogyst0">A water main break in Manhattan in 2014. “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” said Tasos Georgelis of the city's Department of Environmental Protection.</span><span itemprop="copyrightHolder" class="css-vuqh7u e1z0qqy90"><span class="css-1ly73wi e1tej78p0">Credit</span><span>Ãngel Franco/The New York Times</span></span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <h2 class="css-sbs9ef eoo0vm40" id="link-7ba21106">
+ Almost 1.8 million potholes filled since de Blasio took office
+ </h2>
+ <p class="css-1ygdjhk evys1bk0">
+ Street surfaces are affected by winter weather, too: Last year, the city filled 255,904 potholes.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ And should anyone forget that filling potholes, like snow removal, is a sacred staple of constituent services, transportation officials have compiled the number of potholes the city has filled — more than 1,786,300<!-- --> — since Mayor Bill de Blasio took office in 2014<!-- -->.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Potholes form when water and salt seep into cracks, freeze and expand, creating a larger crevice, said Joe Carbone, who works for the Transportation Department, where he is known as the pothole chief.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Simply put, more freeze-thaw cycles <a class="css-1g7m0tk" href="https://www.nytimes.com/2011/02/07/nyregion/07pothole.html?module=inline" title="">result in more potholes</a>, he said. Currently, the department has 25 crews repairing potholes. During peak pothole-repair season in early March, that number can expand to more than 60.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ Still, the department is continually resurfacing the city’s more than 6,000 miles of streets and 19,000 lane miles. Each year, agency officials said, it uses more than one million tons of asphalt to repave more than 1,300 lane-miles of street.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div data-testid="photoviewer-wrapper" class="css-79elbk ehw59r11">
+ <div class="css-z3e15g" data-testid="photoviewer-wrapper-hidden"></div>
+ <div data-testid="photoviewer-children" class="css-1a48zt4 ehw59r111">
+ <figure class="css-1ef8w8q e1g7ppur0" aria-label="media" role="group" itemprop="associatedMedia" itemscope="itemscope" itemid="https://static01.nyt.com/images/2019/02/12/nyregion/00winterutilities2/merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div class="css-1xdhyk6 erfvjey0">
+ <span class="css-1ly73wi e1tej78p0">Image</span>
+ <div class="css-zjzyr8">
+ <div data-testid="lazyimage-container" style="height:257.77777777777777px"></div>
+ </div>
+ </div>
+ <figcaption itemprop="caption description" class="css-18crmh6 e1xdpqjp0">
+ <span class="css-8i9d0s e13ogyst0">Workers learning how to fix water main breaks at a training center in Queens.</span><span itemprop="copyrightHolder" class="css-vuqh7u e1z0qqy90"><span class="css-1ly73wi e1tej78p0">Credit</span><span>Chang W. Lee/The New York Times</span></span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <h2 class="css-sbs9ef eoo0vm40" id="link-13d0a396">
+ So, where do people learn how to fix some of these issues?
+ </h2>
+ <p class="css-1ygdjhk evys1bk0">
+ Of the 400 <!-- -->city<!-- --> laborers who work on water mains, many learn the finer points of leak repair at a training center in Queens, where underground pipes are made to spring leaks for repair drills.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Workers<!-- --> from the Department of Environmental Protection recently gathered around a muddy hole as a co-worker, Nehemiah <!-- -->Dejesus<!-- -->, scrambled to apply a stainless-steel repair clamp around a cracked segment that was spewing water.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “Don’t get nervous,” instructed Milton Velez, the agency’s district supervisor for Queens.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “I’m not,” Mr. Dejesus said as he secured the clamp and stopped the leak. “It’s ‘Showtime at the Apollo.’”
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-ys65w5 epkadsg3">
+ <div class="css-15g2oxy epkadsg2">
+ <div class="css-1o4azrb e16ij5yr6">
+ <a class="css-1g7m0tk" href="https://www.nytimes.com/interactive/2016/08/18/nyregion/new-york-101-streets-repair-and-maintenance.html?action=click&amp;module=RelatedLinks&amp;pgtype=Article">
+ <div class="css-i9gxme e16ij5yr4">
+ <div class="css-1u39xnq e16ij5yr2">
+ Why Are New York City’s Streets Always Under Construction?
+ </div><time class="css-1yil5bp e16638kd0" datetime="2016-08-18">Aug. 18, 2016</time>
+ </div>
+ <div class="css-rxyfbr e16ij5yr0">
+ <img src="https://static01.nyt.com/images/2016/08/12/nyregion/nyc101-01/nyc101-01-videoLarge-v7.jpg" class="css-32rbo2 e16ij5yr1" />
+ </div></a>
+ </div>
+ </div>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8"></div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ </section>
+ <div class="bottom-of-article">
+ <div class="css-1rjzas3"></div>
+ <div class="css-wg1cha e17092zo0">
+ <div class="css-x8f8u9 e1e7j8ap0">
+ <div>
+ <p>
+ Corey Kilgannon is a Metro reporter covering news and human interest stories. His writes the <a href="https://www.nytimes.com/column/character-study">Character Study</a> column in the Sunday Metropolitan section. He was also part of the team that won the 2009 Pulitzer Prize for Breaking News. <span class="css-4w91ra"><a href="https://twitter.com/coreykilgannon" class="css-1rj8to8" rel="noopener noreferrer" target="_blank"><span class="css-0">@</span>coreykilgannon</a> <span class="css-19ln2d8">•</span> <a href="https://www.facebook.com/corey.kilgannon.9" class="css-1rj8to8" rel="noopener noreferrer" target="_blank">Facebook</a></span>
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="css-vdv0al">
+ A version of this article appears in print on <!-- -->, on Page <!-- -->A<!-- -->22<!-- --> of the New York edition<!-- --> with the headline: <!-- -->Under the City’s Streets, A Battle Against Winter<span>. <a href="http://www.nytreprints.com/">Order Reprints</a> | <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today’s Paper</a> | <a href="https://www.nytimes.com/subscriptions/Multiproduct/lp8HYKU.html?campaignId=48JQY">Subscribe</a></span>
+ </div>
+ <div class="css-i29ckm">
+ <div role="toolbar" aria-label="Social Media Share buttons, Save button, and Comments Panel with current comment count" class="css-hn080" data-testid="share-tools">
+ <ul class="css-y8aj3r">
+ <li class="css-ar1l6a">
+ <a href="https://www.facebook.com/dialog/feed?app_id=9869919170&amp;link=https%3A%2F%2Fwww.nytimes.com%2F2019%2F02%2F21%2Fnyregion%2Fwinter-weather-manholes-pipes.html&amp;smid=fb-share&amp;name=Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.&amp;redirect_uri=https%3A%2F%2Fwww.facebook.com%2F" target="_blank" rel="noopener noreferrer" aria-label="Share on Facebook"><svg class="css-4brsb6" viewbox="0 0 7 15" width="7" height="15">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.775 14.163V7.08h1.923l.255-2.441H4.775l.004-1.222c0-.636.06-.977.958-.977H6.94V0H5.016c-2.31 0-3.123 1.184-3.123 3.175V4.64H.453v2.44h1.44v7.083h2.882z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-ar1l6a">
+ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnyti.ms%2F2NlStKo&amp;text=Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C." target="_blank" rel="noopener noreferrer" aria-label="Share on Twitter"><svg viewbox="0 0 13 10" class="css-4brsb6" width="13" height="10">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.987 2.772l.025.425-.429-.052c-1.562-.2-2.927-.876-4.086-2.011L.93.571.784.987c-.309.927-.111 1.906.533 2.565.343.364.266.416-.327.2-.206-.07-.386-.122-.403-.096-.06.06.146.85.309 1.161.223.434.678.858 1.176 1.11l.42.199-.497.009c-.481 0-.498.008-.447.19.172.564.85 1.162 1.606 1.422l.532.182-.464.277a4.833 4.833 0 0 1-2.3.641c-.387.009-.704.044-.704.07 0 .086 1.047.572 1.657.762 1.828.564 4 .32 5.631-.641 1.159-.685 2.318-2.045 2.859-3.363.292-.702.583-1.984.583-2.6 0-.398.026-.45.507-.927.283-.277.55-.58.6-.667.087-.165.078-.165-.36-.018-.73.26-.832.226-.472-.164.266-.278.584-.78.584-.928 0-.026-.129.018-.275.096a4.79 4.79 0 0 1-.755.294l-.464.148-.42-.286C9.66.467 9.335.293 9.163.24 8.725.12 8.055.137 7.66.276c-1.074.39-1.752 1.395-1.674 2.496z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-ar1l6a">
+ <a href="mailto:?subject=NYTimes.com%3A%20Manhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.&amp;body=From%20The%20New%20York%20Times%3A%0A%0AManhole%20Fires%20and%20Burst%20Pipes%3A%20How%20Winter%20Wreaks%20Havoc%20on%20What%E2%80%99s%20Underneath%20N.Y.C.%0A%0ANew%20York%E2%80%99s%20aging%20below-street%20infrastructure%20is%20tough%20to%20maintain%2C%20and%20the%20corrosive%20rock%20salt%20and%20%E2%80%9Cfreeze-thaw%E2%80%9D%20cycles%20of%20winter%20make%20it%20even%20worse.%0A%0Ahttps%3A%2F%2Fwww.nytimes.com%2F2019%2F02%2F21%2Fnyregion%2Fwinter-weather-manholes-pipes.html" target="_blank" rel="noopener noreferrer" aria-label="Email"><svg viewbox="0 0 15 9" class="css-4brsb6" width="15" height="9">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M.906 8.418V0L5.64 4.76.906 8.419zm13 0L9.174 4.761 13.906 0v8.418zM7.407 6.539l-1.13-1.137L.907 9h13l-5.37-3.598-1.13 1.137zM1.297 0h12.22l-6.11 5.095L1.297 0z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-ar1l6a">
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="More sharing options" class="css-16ogagc" data-testid=""><svg class="css-uhuo44" viewbox="0 0 16 13" width="16" height="13">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.406 5.359L8.978 0v3.215C3.82 3.215.406 8.107.406 12.66 1.653 9.133 4.29 7.517 8.978 7.517v3.2l6.428-5.358z" fill="#000"></path></svg></button>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="bottom-wrapper" class="css-1ede5it">
+ <div id="bottom-slug" class="css-l9onyx">
+ <p>
+ Advertisement
+ </p>
+ </div>
+ <div class="ad bottom-wrapper" style="text-align:center;height:100%;display:block;min-height:90px">
+ <div id="bottom"></div>
+ </div>
+ </div>
+ </article>
+ <div class="css-1lc20wh">
+ <div class="css-qremme">
+ <button class="css-1f85ym4" type="button">Open in the app</button>
+ <div class="css-7inim5"></div><button class="css-133m5b6" type="button"><svg height="11" width="11" xmlns="http://www.w3.org/2000/svg">
+ <path stroke="#fff" d="M-0.86,2.17l-4.5,4.5-4.5-4.5"></path>
+ <path stroke="#fff" d="M-0.86,11.17l-4.5-4.5-4.5,4.5"></path></svg></button>
+ </div>
+ </div>
+ </div>
+ </main>
+ <nav class="css-1ropbjl" id="site-index" aria-labelledby="site-index-label" data-testid="site-index">
+ <div class="css-uw59u">
+ <header class="css-jxzr5i" data-testid="site-index-header">
+ <h2 class="css-vz7hjd" id="site-index-label">
+ Site Index
+ </h2><a href="/"><svg xmlns="http://www.w3.org/2000/svg" class="css-oylsik" viewbox="0 0 184 25" fill="#000">
+ <path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a>
+ <div class="css-1otr2jl" data-testid="go-to-homepage">
+ <a class="css-1c8n994" href="/">Go to Home Page »</a>
+ </div>
+ </header>
+ <div class="css-qtw155" data-testid="site-index-accordion">
+ <div class="" role="tablist" aria-multiselectable="true" data-testid="accordion">
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-0" id="item-siteindex-0" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ news
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-0" aria-labelledby="item-siteindex-0" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com" data-testid="accordion-item-list-link">home page</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/world" data-testid="accordion-item-list-link">world</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/us" data-testid="accordion-item-list-link">U.S.</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/politics" data-testid="accordion-item-list-link">politics</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/nyregion" data-testid="accordion-item-list-link">New York</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/business" data-testid="accordion-item-list-link">business</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/technology" data-testid="accordion-item-list-link">tech</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/science" data-testid="accordion-item-list-link">science</a>
+ </li>
+ <li class="css-10t7hia smartphone">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/climate" data-testid="accordion-item-list-link">climate</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/sports" data-testid="accordion-item-list-link">sports</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/obituaries" data-testid="accordion-item-list-link">obituaries</a>
+ </li>
+ <li class="css-10t7hia smartphone">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/upshot" data-testid="accordion-item-list-link">the upshot</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/todayspaper" data-testid="accordion-item-list-link">today's paper</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/corrections" data-testid="accordion-item-list-link">corrections</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-1" id="item-siteindex-1" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ opinion
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-1" aria-labelledby="item-siteindex-1" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion" data-testid="accordion-item-list-link">today's opinion</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/columnists" data-testid="accordion-item-list-link">op-ed columnists</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/editorials" data-testid="accordion-item-list-link">editorials</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/contributors" data-testid="accordion-item-list-link">op-ed Contributors</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/letters" data-testid="accordion-item-list-link">letters</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/sunday" data-testid="accordion-item-list-link">sunday review</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/video/opinion" data-testid="accordion-item-list-link">video: opinion</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-2" id="item-siteindex-2" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ arts
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-2" aria-labelledby="item-siteindex-2" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts" data-testid="accordion-item-list-link">today's arts</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts/design" data-testid="accordion-item-list-link">art &amp; design</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/books" data-testid="accordion-item-list-link">books</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts/dance" data-testid="accordion-item-list-link">dance</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/movies" data-testid="accordion-item-list-link">movies</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts/music" data-testid="accordion-item-list-link">music</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/spotlight/pop-culture" data-testid="accordion-item-list-link">Pop Culture</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts/television" data-testid="accordion-item-list-link">television</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/theater" data-testid="accordion-item-list-link">theater</a>
+ </li>
+ <li class="css-10t7hia smartphone">
+ <a class="css-mzqdl" href="https://www.nytimes.com/watching" data-testid="accordion-item-list-link">watching</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/video/arts" data-testid="accordion-item-list-link">video: arts</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-3" id="item-siteindex-3" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ living
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-3" aria-labelledby="item-siteindex-3" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/automobiles" data-testid="accordion-item-list-link">automobiles</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/crosswords" data-testid="accordion-item-list-link">crossword</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/food" data-testid="accordion-item-list-link">food</a>
+ </li>
+ <li class="css-10t7hia smartphone">
+ <a class="css-mzqdl" href="https://cooking.nytimes.com/" data-testid="accordion-item-list-link">Cooking</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/education" data-testid="accordion-item-list-link">education</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/style" data-testid="accordion-item-list-link">style</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/health" data-testid="accordion-item-list-link">health</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/jobs" data-testid="accordion-item-list-link">jobs</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/magazine" data-testid="accordion-item-list-link">magazine</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/realestate" data-testid="accordion-item-list-link">real estate</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/t-magazine" data-testid="accordion-item-list-link">t magazine</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/travel" data-testid="accordion-item-list-link">travel</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/fashion/weddings" data-testid="accordion-item-list-link">weddings</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-4" id="item-siteindex-4" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ listings &amp; more
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-4" aria-labelledby="item-siteindex-4" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/reader-center" data-testid="accordion-item-list-link">Reader Center</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://thewirecutter.com" data-testid="accordion-item-list-link">Wirecutter</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="http://nytconferences.com/" data-testid="accordion-item-list-link">Live Events</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/learning" data-testid="accordion-item-list-link">The Learning Network</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="http://www.nytimes.com/marketing/tools-and-services" data-testid="accordion-item-list-link">tools &amp; services</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/events" data-testid="accordion-item-list-link">N.Y.C. events guide</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/multimedia" data-testid="accordion-item-list-link">multimedia</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/lens" data-testid="accordion-item-list-link">photography</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/video" data-testid="accordion-item-list-link">video</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/store" data-testid="accordion-item-list-link">NYT store</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/times-journeys" data-testid="accordion-item-list-link">times journeys</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://myaccount.nytimes.com/membercenter/myaccount.html" data-testid="accordion-item-list-link">manage my account</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="css-v0l3hm" data-testid="site-index-sections">
+ <div class="css-g4gku8" data-testid="site-index-section">
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-0">
+ <h3 class="css-rxqrcl" id="site-index-section-label-0">
+ news
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com" data-testid="site-index-section-list-link">home page</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/world" data-testid="site-index-section-list-link">world</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/us" data-testid="site-index-section-list-link">U.S.</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/politics" data-testid="site-index-section-list-link">politics</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/nyregion" data-testid="site-index-section-list-link">New York</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/business" data-testid="site-index-section-list-link">business</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/technology" data-testid="site-index-section-list-link">tech</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/science" data-testid="site-index-section-list-link">science</a>
+ </li>
+ <li class="css-ist4u3 smartphone">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/climate" data-testid="site-index-section-list-link">climate</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/sports" data-testid="site-index-section-list-link">sports</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/obituaries" data-testid="site-index-section-list-link">obituaries</a>
+ </li>
+ <li class="css-ist4u3 smartphone">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/upshot" data-testid="site-index-section-list-link">the upshot</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/todayspaper" data-testid="site-index-section-list-link">today's paper</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/corrections" data-testid="site-index-section-list-link">corrections</a>
+ </li>
+ </ul>
+ </section>
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-1">
+ <h3 class="css-rxqrcl" id="site-index-section-label-1">
+ opinion
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion" data-testid="site-index-section-list-link">today's opinion</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/columnists" data-testid="site-index-section-list-link">op-ed columnists</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/editorials" data-testid="site-index-section-list-link">editorials</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/contributors" data-testid="site-index-section-list-link">op-ed Contributors</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/letters" data-testid="site-index-section-list-link">letters</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/sunday" data-testid="site-index-section-list-link">sunday review</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/video/opinion" data-testid="site-index-section-list-link">video: opinion</a>
+ </li>
+ </ul>
+ </section>
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-2">
+ <h3 class="css-rxqrcl" id="site-index-section-label-2">
+ arts
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts" data-testid="site-index-section-list-link">today's arts</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts/design" data-testid="site-index-section-list-link">art &amp; design</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/books" data-testid="site-index-section-list-link">books</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts/dance" data-testid="site-index-section-list-link">dance</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/movies" data-testid="site-index-section-list-link">movies</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts/music" data-testid="site-index-section-list-link">music</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/spotlight/pop-culture" data-testid="site-index-section-list-link">Pop Culture</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts/television" data-testid="site-index-section-list-link">television</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/theater" data-testid="site-index-section-list-link">theater</a>
+ </li>
+ <li class="css-ist4u3 smartphone">
+ <a class="css-kwpx34" href="https://www.nytimes.com/watching" data-testid="site-index-section-list-link">watching</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/video/arts" data-testid="site-index-section-list-link">video: arts</a>
+ </li>
+ </ul>
+ </section>
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-3">
+ <h3 class="css-rxqrcl" id="site-index-section-label-3">
+ living
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/automobiles" data-testid="site-index-section-list-link">automobiles</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/crosswords" data-testid="site-index-section-list-link">crossword</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/food" data-testid="site-index-section-list-link">food</a>
+ </li>
+ <li class="css-ist4u3 smartphone">
+ <a class="css-kwpx34" href="https://cooking.nytimes.com/" data-testid="site-index-section-list-link">Cooking</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/education" data-testid="site-index-section-list-link">education</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/style" data-testid="site-index-section-list-link">style</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/health" data-testid="site-index-section-list-link">health</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/jobs" data-testid="site-index-section-list-link">jobs</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/magazine" data-testid="site-index-section-list-link">magazine</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/realestate" data-testid="site-index-section-list-link">real estate</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/t-magazine" data-testid="site-index-section-list-link">t magazine</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/travel" data-testid="site-index-section-list-link">travel</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/fashion/weddings" data-testid="site-index-section-list-link">weddings</a>
+ </li>
+ </ul>
+ </section>
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-4">
+ <h3 class="css-rxqrcl" id="site-index-section-label-4">
+ more
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/reader-center" data-testid="site-index-section-list-link">Reader Center</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://thewirecutter.com" data-testid="site-index-section-list-link">Wirecutter</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="http://nytconferences.com/" data-testid="site-index-section-list-link">Live Events</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/learning" data-testid="site-index-section-list-link">The Learning Network</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="http://www.nytimes.com/marketing/tools-and-services" data-testid="site-index-section-list-link">tools &amp; services</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/events" data-testid="site-index-section-list-link">N.Y.C. events guide</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/multimedia" data-testid="site-index-section-list-link">multimedia</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/lens" data-testid="site-index-section-list-link">photography</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/video" data-testid="site-index-section-list-link">video</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/store" data-testid="site-index-section-list-link">NYT store</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/times-journeys" data-testid="site-index-section-list-link">times journeys</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://myaccount.nytimes.com/membercenter/myaccount.html" data-testid="site-index-section-list-link">manage my account</a>
+ </li>
+ </ul>
+ </section>
+ <div class="css-6xhk3s" aria-labelledby="site-index-subscribe-label">
+ <h3 class="css-rxqrcl" id="site-index-subscribe-label">
+ Subscribe
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-subscribe-list">
+ <li class="css-tj0ten">
+ <a class="css-1k2cjfc" href="https://www.nytimes.com/hdleftnav" data-testid="site-index-subscribe-list-link"><svg class="css-r5ic95" viewbox="0 0 14 13" fill="#000">
+ <path d="M13.1,11.7H3.5V1.2h9.6V11.7zM13.1,0.4H3.5C3,0.4,2.6,0.8,2.6,1.2v2.2H0.9C0.4,3.4,0,3.8,0,4.3v5.2v1.5c0,0.8,0.8,1.5,1.8,1.5h1.7h0h7.4h2.2c0.5,0,0.9-0.4,0.9-0.9V1.2C14,0.8,13.6,0.4,13.1,0.4"></path>
+ <polygon points="10.9,3 5.2,3 5.2,3.9 11.4,3.9 11.4,3"></polygon>
+ <rect x="5.2" y="4.7" width="6.1" height="0.9"></rect>
+ <rect x="5.2" y="6.5" width="6.1" height="0.9"></rect></svg>home delivery</a>
+ </li>
+ <li class="css-tj0ten">
+ <a class="css-1k2cjfc" href="https://www.nytimes.com/digitalleftnav" data-testid="site-index-subscribe-list-link"><svg class="css-r5ic95" viewbox="0 0 10 13">
+ <path fill="#000" d="M9.9,8c-0.4,1.1-1.2,1.9-2.3,2.4V8l1.3-1.2L7.6,5.7V4c1.2-0.1,2-1,2-2c0-1.4-1.3-1.9-2.1-1.9c-0.2,0-0.3,0-0.6,0.1v0.1c0.1,0,0.2,0,0.3,0c0.5,0,0.9,0.2,0.9,0.7c0,0.4-0.3,0.7-0.8,0.7C6,1.7,4.5,0.6,2.8,0.6c-1.5,0-2.5,1.1-2.5,2.2C0.3,4,1,4.3,1.6,4.6l0-0.1C1.4,4.4,1.3,4.1,1.3,3.8c0-0.5,0.5-0.9,1-0.9C3.7,2.9,6,4,7.4,4h0.1v1.7L6.2,6.8L7.5,8v2.4c-0.5,0.2-1.1,0.3-1.7,0.3c-2.2,0-3.6-1.3-3.6-3.5c0-0.5,0.1-1,0.2-1.5l1.1-0.5V10l2.2-1v-5L2.5,5.5c0.3-1,1-1.7,1.8-2l0,0C2.2,3.9,0.1,5.6,0.1,8c0,2.9,2.4,4.8,5.2,4.8C8.2,12.9,9.9,10.9,9.9,8L9.9,8z"></path></svg>digital subscriptions</a>
+ </li>
+ <li class="css-tj0ten">
+ <a class="css-1k2cjfc" href="https://www.nytimes.com/subscription/games/lp897H9.html" data-testid="site-index-subscribe-list-link"><svg class="css-r5ic95" viewbox="0 0 13 13" fill="#000">
+ <polygon points="0,-93.6 0,-86.9 6.6,-93.6"></polygon>
+ <polygon points="0.9,-86 7.5,-86 7.5,-92.6"></polygon>
+ <polygon points="0,-98 0,-94.8 8.8,-94.8 8.8,-86 12,-86 12,-98"></polygon>
+ <path d="M11.9-40c-0.4,1.1-1.2,1.9-2.3,2.4V-40l1.3-1.2l-1.3-1.2V-44c1.2-0.1,2-1,2-2c0-1.4-1.3-1.9-2.1-1.9c-0.2,0-0.3,0-0.6,0.1v0.1c0.1,0,0.2,0,0.3,0c0.5,0,0.9,0.2,0.9,0.7c0,0.4-0.3,0.7-0.8,0.7c-1.3,0-2.8-1.1-4.5-1.1c-1.5,0-2.5,1.1-2.5,2.2c0,1.1,0.6,1.5,1.3,1.7l0-0.1c-0.2-0.1-0.4-0.4-0.4-0.7c0-0.5,0.5-0.9,1-0.9C5.7-45.1,8-44,9.4-44h0.1v1.7l-1.3,1.1L9.5-40v2.4c-0.5,0.2-1.1,0.3-1.7,0.3c-2.2,0-3.6-1.3-3.6-3.5c0-0.5,0.1-1,0.2-1.5l1.1-0.5v4.9l2.2-1v-5l-3.3,1.5c0.3-1,1-1.7,1.8-2l0,0c-2.2,0.5-4.3,2.1-4.3,4.6c0,2.9,2.4,4.8,5.2,4.8C10.2-35.1,11.9-37.1,11.9-40L11.9-40z"></path>
+ <path d="M12.2-23.7c-0.2,0-0.4,0.2-0.4,0.4v0.4L0.4-19.1v2.3l3,1l-0.2,0.6c-0.3,0.8,0.1,1.8,0.9,2.1l1.7,0.7c0.2,0.1,0.4,0.1,0.6,0.1c0.6,0,1.3-0.4,1.5-1l0.4-0.9l3.5,1.2v0.4c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4v-10.7C12.6-23.5,12.4-23.7,12.2-23.7M7.1-13.6c-0.2,0.4-0.6,0.6-1,0.4l-1.7-0.7c-0.4-0.2-0.6-0.6-0.4-1l0.3-0.7l3.3,1.1L7.1-13.6z"></path>
+ <path d="M13.1-60.3H3.5v-10.5h9.6V-60.3zM13.1-71.6H3.5c-0.5,0-0.9,0.4-0.9,0.9v2.2H0.9c-0.5,0-0.9,0.4-0.9,0.9v5.2v1.5c0,0.8,0.8,1.5,1.8,1.5h1.7h0h7.4h2.2c0.5,0,0.9-0.4,0.9-0.9v-10.5C14-71.2,13.6-71.6,13.1-71.6"></path>
+ <polygon points="10.9,-69 5.2,-69 5.2,-68.1 11.4,-68.1 11.4,-69"></polygon>
+ <rect x="5.2" y="-67.3" width="6.1" height="0.9"></rect>
+ <rect x="5.2" y="-65.5" width="6.1" height="0.9"></rect>
+ <path d="M12,6.5H6.5V12H1V6.5h5.5V1H12V6.5zM12,0H1C0.4,0,0,0.5,0,1v11c0,0.6,0.4,1,1,1h11c0.5,0,1-0.4,1-1V1C13,0.5,12.5,0,12,0"></path></svg>Crossword</a>
+ </li>
+ <li class="css-tj0ten">
+ <a class="css-1k2cjfc" href="https://www.nytimes.com/subscriptions/Multiproduct/lp8R3WU.html" data-testid="site-index-subscribe-list-link"><svg class="css-r5ic95" viewbox="0 0 13 13" fill="#000">
+ <path d="M12,2.9L9.6,5.2c-0.1,0.1-0.3,0.1-0.4,0C9.1,5.2,9.1,5,9.3,4.9l2.4-2.4c-0.2-0.2-0.3-0.3-0.5-0.5L8.7,4.3c-0.1,0.1-0.3,0.1-0.4,0C8.2,4.3,8.2,4.1,8.4,4l2.4-2.4c-0.3-0.3-0.5-0.5-0.5-0.5L7.6,3.4C7.1,4,6.8,5.1,7.1,5.8c-1.4,1-4.6,3.5-5.1,4c-0.8,0.8-0.4,1.8-0.3,1.9c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0.1,1.1,0.5,1.9-0.3c0.4-0.4,2.9-3.6,3.9-5C8.4,6.9,9.6,6.6,10.2,6l2.3-2.6C12.5,3.4,12.3,3.2,12,2.9z"></path>
+ <path d="M0.8,1.9l0.3-0.3c0.9-0.9,3.2,1.1,3.8,1.7s0.9,1.8,0.4,2.6c1.4,1.1,4.6,3.5,5,3.9c0.8,0.8,0.4,1.8,0.3,1.9c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0.1-1.1,0.5-1.9-0.3c-0.4-0.4-2.9-3.7-4-5.1C3.9,6.7,2.9,6.4,2.3,5.8S-0.2,2.9,0.8,1.9z"></path></svg>Cooking</a>
+ </li>
+ </ul>
+ <ul class="css-1iruc8t" data-testid="site-index-corporate-links">
+ <li>
+ <a class="css-1vhk1ks" href="https://www.nytimes.com/marketing/newsletters">email newsletters</a>
+ </li>
+ <li>
+ <a class="css-1vhk1ks" href="https://www.nytimes.com/corporateleftnav">corporate subscriptions</a>
+ </li>
+ <li>
+ <a class="css-1vhk1ks" href="https://www.nytimes.com/educationleftnav">education rate</a>
+ </li>
+ </ul>
+ <ul class="css-6td9kr" data-testid="site-index-alternate-links">
+ <li>
+ <a class="css-1vhk1ks" href="https://www.nytimes.com/services/mobile/index.html">mobile applications</a>
+ </li>
+ <li>
+ <a class="css-1vhk1ks" href="http://eedition.nytimes.com/cgi-bin/signup.cgi?cc=37FYY">replica edition</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </nav>
+ <footer role="contentinfo" class="css-1qmnftd e1ksinrk0">
+ <nav data-testid="footer" class="css-15uy5yv">
+ <h2 class="css-vz7hjd">
+ Site Information Navigation
+ </h2>
+ <ul class="css-1ho5u4o e1ksinrk1">
+ <li data-testid="copyright">
+ <a class="css-1p8nkc0" href="https://www.nytimes.com/content/help/rights/copyright/copyright-notice.html">©&#160;<span itemprop="copyrightYear">2019</span><span itemprop="publisher copyrightHolder provider sourceOrganization" itemscope="itemscope" itemtype="http://schema.org/NewsMediaOrganization" itemid="https://www.nytimes.com">&#160;
+ <meta itemprop="diversityPolicy" content="https://www.nytco.com/diversity-and-inclusion-at-the-new-york-times/" />
+ <meta itemprop="ethicsPolicy" content="https://www.nytco.com/who-we-are/culture/standards-and-ethics/" />
+ <meta itemprop="foundingDate" content="1851-09-18" /><span itemprop="logo" itemscope="itemscope" itemtype="https://schema.org/ImageObject">
+ <meta itemprop="url" content="https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png" /></span>
+ <meta itemprop="url" content="https://www.nytimes.com/" />
+ <meta itemprop="masthead" content="https://www.nytimes.com/interactive/2018/09/28/admin/the-new-york-times-masthead.html" /><span itemprop="name">The New York Times Company</span></span></a>
+ </li>
+ </ul>
+ <ul class="css-13o0c9t e1ksinrk2">
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://myaccount.nytimes.com/membercenter/feedback.html">Contact Us</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="http://www.nytco.com/careers">Work with us</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="http://nytmediakit.com/">Advertise</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html#pp">Your Ad Choices</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/privacy">Privacy</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/ref/membercenter/help/agree.html">Terms of Service</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/content/help/rights/sale/terms-of-sale.html">Terms of Sale</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="http://spiderbites.nytimes.com">Site Map</a>
+ </li>
+ <li class="smartphone css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://mobile.nytimes.com/help">Help</a>
+ </li>
+ <li class="desktop css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/membercenter/sitehelp.html">Help</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/subscription/multiproduct/lp8HYKU?campaignId=37WXW">Subscriptions</a>
+ </li>
+ </ul>
+ </nav>
+ </footer>
+ </div>
+ </div>
+ </div>
+ <script>
+ <![CDATA[
+ window.__preloadedData = {"initialState":{"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==","compatibility":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.compatibility","typename":"CompatibilityFeatures"},"collections@filterEmpty":[{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzE5ZjY2OTk4LWY1NjItNWVjNi1iM2Y5LTI5OGYxYzc2ZGQ4NA==","typename":"LegacyCollection"}],"tone":"FEATURE","section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzM5NDgwMzc0LTY2ZDMtNTYwMy05Y2UxLTU4Y2ZhMTI5ODhlMg==","typename":"Section"},"subsection":null,"sprinkledBody":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody","typename":"DocumentBlock"},"url":"https:\u002F\u002Fwww.nytimes.com\u002F2019\u002F02\u002F21\u002Fnyregion\u002Fwinter-weather-manholes-pipes.html","adTargetingParams({\"clientAdParams\":{\"edn\":\"us\",\"plat\":\"web\",\"prop\":\"nyt\"}})":[{"type":"id","generated":false,"id":"AdTargetingParam:si_sectionnyregion","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:keywords","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:templatearticle","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:platweb","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:authcoreykilgannon","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:typart,oak","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ednus","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:trend","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:deswater,winterseason,infrastructurepublicworks,potholes,manholes","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:per","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:orgconsolidatededisoninc,departmentofenvironmentalprote","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:collnewyork","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gui","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:id100000006355641","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:geomanhattannyc","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:col","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:als_test1550884468686","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:brandsensitivefalse","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:spon","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ledemedsznone","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:propnyt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:sectionnyregion","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:artlenmedium","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:emotionsinterest,sadness,not_nostalgic,not_competitive,not_inspired,not_hope,not_indulgent,not_happiness,not_amused,not_hate,not_boredom","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gscatneg_mastercard,gs_science,neg_hearts,gs_science_environ,gs_business_energy,gv_safe","typename":"AdTargetingParam"}],"sourceId":"100000006355641","type":"article","wordCount":1247,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0","typename":"Byline"}],"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.displayProperties","typename":"CreativeWorkDisplayProperties"},"typeOfMaterials":{"type":"json","json":["News"]},"collections":[{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzE5ZjY2OTk4LWY1NjItNWVjNi1iM2Y5LTI5OGYxYzc2ZGQ4NA==","typename":"LegacyCollection"}],"timesTags@filterEmpty":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.0","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.1","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.2","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.3","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.4","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.5","typename":"Organization"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.6","typename":"Organization"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.7","typename":"Location"}],"language":null,"desk":"Metro","kicker":"","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.headline","typename":"CreativeWorkHeadline"},"commentStatus":"NO_COMMENTS","firstPublished":"2019-02-21T08:00:08.000Z","lastModified":"2019-02-22T12:17:45.596Z","originalDesk":"Metro","source":{"type":"id","generated":false,"id":"Organization:T3JnYW5pemF0aW9uOm55dDovL29yZ2FuaXphdGlvbi9jMjc5MTM4OC02YjE2LTVmZmQtYTExOS05NmVhY2IxOTg5YzE=","typename":"Organization"},"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.printInformation","typename":"PrintInformation"},"sprinkled":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled","typename":"SprinkledContent"},"dfpTaxonomyException":null,"advertisingProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"reviewItems":[],"translations":[],"summary":"New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse.","uri":"nyt:\u002F\u002Farticle\u002Fd0aba0ad-4861-548c-8ff3-1d9606db5960","eventId":"pubp:\u002F\u002Fevent\u002Fb0523eccaeb445d49d2ab6d80d79d0ae","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia","typename":"Image"},"shortUrl":"https:\u002F\u002Fnyti.ms\u002F2NlStKo","promotionalHeadline":"Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C.","promotionalSummary":"New York’s aging, messy, below-street infrastructure is tough to maintain. Extreme weather conditions make the job even harder, city officials say.","column":null,"newsStatus":"DEFAULT","reviewSummary":"","legacy":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.legacy","typename":"ArticleLegacyData"},"addendums":[],"related@filterEmpty":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.compatibility":{"isOak":true,"__typename":"CompatibilityFeatures","hasVideo":false,"hasOakConversionError":false,"isArtReview":false,"isBookReview":false,"isDiningReview":false,"isMovieReview":false,"isTheaterReview":false},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzE5ZjY2OTk4LWY1NjItNWVjNi1iM2Y5LTI5OGYxYzc2ZGQ4NA==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzE5ZjY2OTk4LWY1NjItNWVjNi1iM2Y5LTI5OGYxYzc2ZGQ4NA==","slug":"nyregion","__typename":"LegacyCollection","name":"New York","collectionType":"SECTION","uri":"nyt:\u002F\u002Flegacycollection\u002F19f66998-f562-5ec6-b3f9-298f1c76dd84","header":"","showCollectionStories":false},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzM5NDgwMzc0LTY2ZDMtNTYwMy05Y2UxLTU4Y2ZhMTI5ODhlMg==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzM5NDgwMzc0LTY2ZDMtNTYwMy05Y2UxLTU4Y2ZhMTI5ODhlMg==","name":"nyregion","displayName":"New York","url":"\u002Fsection\u002Fnyregion","uri":"nyt:\u002F\u002Fsection\u002F39480374-66d3-5603-9ce1-58cfa12988e2","__typename":"Section"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0":{"__typename":"HeaderBasicBlock","label":null,"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.headline","typename":"Heading1Block"},"summary":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.summary","typename":"SummaryBlock"},"ledeMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.ledeMedia","typename":"ImageBlock"},"byline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline","typename":"BylineBlock"},"timestampBlock":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.timestampBlock","typename":"TimestampBlock"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.3":{"__typename":"Dropzone","index":0,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.4":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.4.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.5":{"__typename":"Dropzone","index":1,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.6":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.6.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.7":{"__typename":"Dropzone","index":2,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.8":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.8.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.8.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.8.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.9":{"__typename":"Dropzone","index":3,"bad":false,"adsMobile":true,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.10":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.10.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.11":{"__typename":"Dropzone","index":4,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.12":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.12.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.13":{"__typename":"Dropzone","index":5,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.14":{"__typename":"ImageBlock","size":"LARGE","media":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.15":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.15.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.16":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.16.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.17":{"__typename":"Dropzone","index":6,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.18":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.18.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.19":{"__typename":"Dropzone","index":7,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.20":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.20.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.21":{"__typename":"Dropzone","index":8,"bad":false,"adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.22":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.22.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.23":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.23.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.24":{"__typename":"Dropzone","index":9,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.25":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.25.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.26":{"__typename":"Dropzone","index":10,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.27":{"__typename":"ImageBlock","size":"LARGE","media":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.28":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.28.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.29":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.29.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.30":{"__typename":"Dropzone","index":11,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.31":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.31.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.32":{"__typename":"Dropzone","index":12,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.34":{"__typename":"Dropzone","index":13,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.35":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.35.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.36":{"__typename":"Dropzone","index":14,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.37":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.37.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.38":{"__typename":"Dropzone","index":15,"bad":false,"adsMobile":true,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.39":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.39.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.40":{"__typename":"Dropzone","index":16,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.41":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.41.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.42":{"__typename":"Dropzone","index":17,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.43":{"__typename":"ImageBlock","size":"LARGE","media":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.44":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.44.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.45":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.45.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.46":{"__typename":"Dropzone","index":18,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.47":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.47.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.48":{"__typename":"Dropzone","index":19,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.49":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.49.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.49.content.1","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.50":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.50.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.50.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.50.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.51":{"__typename":"Dropzone","index":20,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.52":{"__typename":"ImageBlock","size":"LARGE","media":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.53":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.53.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.54":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.54.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.55":{"__typename":"Dropzone","index":21,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.56":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.56.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.57":{"__typename":"Dropzone","index":22,"bad":false,"adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.58":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.58.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.59":{"__typename":"Dropzone","index":23,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.60":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.60.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.61":{"__typename":"Dropzone","index":24,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.62":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.62.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.63":{"__typename":"Dropzone","index":25,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.64":{"__typename":"ImageBlock","size":"LARGE","media":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.65":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.65.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.66":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.66.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.67":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.67.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.67.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.67.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.68":{"__typename":"Dropzone","index":26,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.69":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.69.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.70":{"__typename":"Dropzone","index":27,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.72":{"__typename":"Dropzone","index":28,"bad":false,"adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.73":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.73.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.74":{"__typename":"Dropzone","index":29,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.75":{"__typename":"ImageBlock","size":"LARGE","media":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.76":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.76.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.77":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.77.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.77.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.77.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.78":{"__typename":"Dropzone","index":30,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79.content.2","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79.content.3","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.80":{"__typename":"Dropzone","index":31,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.81":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.81.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.82":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.82.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.83":{"__typename":"Dropzone","index":32,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.84":{"__typename":"RelatedLinksBlock","displayStyle":"STANDARD","title":[],"description":[],"related@filterEmpty":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@[email protected]","typename":"Interactive"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody":{"content@filterEmpty":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0","typename":"HeaderBasicBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.3","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.4","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.5","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.6","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.7","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.8","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.9","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.10","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.11","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.12","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.13","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.14","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.15","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.16","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.17","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.18","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.19","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.20","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.21","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.22","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.23","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.24","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.25","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.26","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.27","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.28","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.29","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.30","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.31","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.32","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.34","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.35","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.36","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.37","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.38","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.39","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.40","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.41","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.42","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.43","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.44","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.45","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.46","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.47","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.48","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.49","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.50","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.51","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.52","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.53","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.54","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.55","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.56","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.57","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.58","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.59","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.60","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.61","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.62","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.63","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.64","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.65","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.66","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.67","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.68","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.69","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.70","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.72","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.73","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.74","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.75","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.76","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.77","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.78","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.80","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.81","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.82","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.83","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.84","typename":"RelatedLinksBlock"}],"__typename":"DocumentBlock","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.0","typename":"HeaderBasicBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.1","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.2","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.3","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.4","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.5","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.6","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.7","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.8","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.9","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.10","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.11","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.12","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.13","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.14","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.15","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.16","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.17","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.18","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.19","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.20","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.21","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.22","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.23","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.24","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.25","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.26","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.27","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.28","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.29","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.30","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.31","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.32","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.33","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.34","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.35","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.36","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.37","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.38","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.39","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.40","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.41","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.42","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.43","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.44","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.45","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.46","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.47","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.48","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.49","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.50","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.51","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.52","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.53","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.54","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.55","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.56","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.57","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.58","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.59","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.60","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.61","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.62","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.63","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.64","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.65","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.66","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.67","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.68","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.69","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.70","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.71","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.72","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.73","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.74","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.75","typename":"ImageBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.76","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.77","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.78","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.79","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.80","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.81","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.82","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.83","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.84","typename":"RelatedLinksBlock"}]},"AdTargetingParam:si_sectionnyregion":{"key":"si_section","value":"nyregion","__typename":"AdTargetingParam"},"AdTargetingParam:keywords":{"key":"keywords","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:templatearticle":{"key":"template","value":"article","__typename":"AdTargetingParam"},"AdTargetingParam:platweb":{"key":"plat","value":"web","__typename":"AdTargetingParam"},"AdTargetingParam:authcoreykilgannon":{"key":"auth","value":"coreykilgannon","__typename":"AdTargetingParam"},"AdTargetingParam:typart,oak":{"key":"typ","value":"art,oak","__typename":"AdTargetingParam"},"AdTargetingParam:ednus":{"key":"edn","value":"us","__typename":"AdTargetingParam"},"AdTargetingParam:trend":{"key":"trend","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:deswater,winterseason,infrastructurepublicworks,potholes,manholes":{"key":"des","value":"water,winterseason,infrastructurepublicworks,potholes,manholes","__typename":"AdTargetingParam"},"AdTargetingParam:per":{"key":"per","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:orgconsolidatededisoninc,departmentofenvironmentalprote":{"key":"org","value":"consolidatededisoninc,departmentofenvironmentalprote","__typename":"AdTargetingParam"},"AdTargetingParam:collnewyork":{"key":"coll","value":"newyork","__typename":"AdTargetingParam"},"AdTargetingParam:gui":{"key":"gui","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:id100000006355641":{"key":"id","value":"100000006355641","__typename":"AdTargetingParam"},"AdTargetingParam:geomanhattannyc":{"key":"geo","value":"manhattannyc","__typename":"AdTargetingParam"},"AdTargetingParam:col":{"key":"col","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:als_test1550884468686":{"key":"als_test","value":"1550884468686","__typename":"AdTargetingParam"},"AdTargetingParam:brandsensitivefalse":{"key":"brandsensitive","value":"false","__typename":"AdTargetingParam"},"AdTargetingParam:spon":{"key":"spon","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:ledemedsznone":{"key":"ledemedsz","value":"none","__typename":"AdTargetingParam"},"AdTargetingParam:propnyt":{"key":"prop","value":"nyt","__typename":"AdTargetingParam"},"AdTargetingParam:sectionnyregion":{"key":"section","value":"nyregion","__typename":"AdTargetingParam"},"AdTargetingParam:artlenmedium":{"key":"artlen","value":"medium","__typename":"AdTargetingParam"},"AdTargetingParam:emotionsinterest,sadness,not_nostalgic,not_competitive,not_inspired,not_hope,not_indulgent,not_happiness,not_amused,not_hate,not_boredom":{"key":"emotions","value":"interest,sadness,not_nostalgic,not_competitive,not_inspired,not_hope,not_indulgent,not_happiness,not_amused,not_hate,not_boredom","__typename":"AdTargetingParam"},"AdTargetingParam:gscatneg_mastercard,gs_science,neg_hearts,gs_science_environ,gs_business_energy,gv_safe":{"key":"gscat","value":"neg_mastercard,gs_science,neg_hearts,gs_science_environ,gs_business_energy,gv_safe","__typename":"AdTargetingParam"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0":{"displayName":"Corey Kilgannon","__typename":"Person","url":"","contactDetails":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.contactDetails","typename":"ContactDetails"},"legacyData":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.legacyData","typename":"PersonLegacyData"}},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0":{"creators":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0","typename":"Person"}],"__typename":"Byline","renderedRepresentation":"By Corey Kilgannon"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.displayProperties":{"fullBleedDisplayStyle":"","__typename":"CreativeWorkDisplayProperties","serveAsNyt4":false},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.0":{"__typename":"Subject","vernacular":"Water","isAdvertisingBrandSensitive":false,"displayName":"Water"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.1":{"__typename":"Subject","vernacular":"Winter","isAdvertisingBrandSensitive":false,"displayName":"Winter (Season)"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.2":{"__typename":"Subject","vernacular":"Infrastructure","isAdvertisingBrandSensitive":false,"displayName":"Infrastructure (Public Works)"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.3":{"__typename":"Subject","vernacular":"Pothole","isAdvertisingBrandSensitive":false,"displayName":"Potholes"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.4":{"__typename":"Subject","vernacular":"Manhole","isAdvertisingBrandSensitive":false,"displayName":"Manholes"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.5":{"__typename":"Organization","vernacular":"Con Edison","isAdvertisingBrandSensitive":false,"displayName":"Consolidated Edison Inc"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.6":{"__typename":"Organization","vernacular":"Department of Environmental Protection NYC","isAdvertisingBrandSensitive":false,"displayName":"Department of Environmental Protection (NYC)"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.timesTags@filterEmpty.7":{"__typename":"Location","vernacular":"Manhattan","isAdvertisingBrandSensitive":false,"displayName":"Manhattan (NYC)"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.headline":{"default":"Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C.","__typename":"CreativeWorkHeadline","default@stripHtml":"Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C."},"Organization:T3JnYW5pemF0aW9uOm55dDovL29yZ2FuaXphdGlvbi9jMjc5MTM4OC02YjE2LTVmZmQtYTExOS05NmVhY2IxOTg5YzE=":{"id":"T3JnYW5pemF0aW9uOm55dDovL29yZ2FuaXphdGlvbi9jMjc5MTM4OC02YjE2LTVmZmQtYTExOS05NmVhY2IxOTg5YzE=","displayName":"New York Times","__typename":"Organization"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.printInformation":{"page":"22","section":"A","publicationDate":"2019-02-21T05:00:00.000Z","__typename":"PrintInformation","edition":"NewYork","headline@stripHtml":"Under the City’s Streets, A Battle Against Winter"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled.configs.0":{"name":"mobile","stride":4,"threshold":3,"__typename":"SprinkledConfig"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled.configs.1":{"name":"desktop","stride":7,"threshold":3,"__typename":"SprinkledConfig"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled.configs.2":{"name":"mobileHoldout","stride":6,"threshold":3,"__typename":"SprinkledConfig"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled.configs.3":{"name":"desktopHoldout","stride":8,"threshold":3,"__typename":"SprinkledConfig"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled":{"configs":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled.configs.0","typename":"SprinkledConfig"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled.configs.1","typename":"SprinkledConfig"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled.configs.2","typename":"SprinkledConfig"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkled.configs.3","typename":"SprinkledConfig"}],"__typename":"SprinkledContent"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.0":{"__typename":"HeaderBasicBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.1":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.2":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.3":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.4":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.5":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.6":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.7":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.8":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.9":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.10":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.11":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.12":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.13":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.14":{"__typename":"ImageBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.15":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.16":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.17":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.18":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.19":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.20":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.21":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.22":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.23":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.24":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.25":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.26":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.27":{"__typename":"ImageBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.28":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.29":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.30":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.31":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.32":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.33":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.34":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.35":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.36":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.37":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.38":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.39":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.40":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.41":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.42":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.43":{"__typename":"ImageBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.44":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.45":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.46":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.47":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.48":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.49":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.50":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.51":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.52":{"__typename":"ImageBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.53":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.54":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.55":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.56":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.57":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.58":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.59":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.60":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.61":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.62":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.63":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.64":{"__typename":"ImageBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.65":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.66":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.67":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.68":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.69":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.70":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.71":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.72":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.73":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.74":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.75":{"__typename":"ImageBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.76":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.77":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.78":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.79":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.80":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.81":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.82":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.83":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content.84":{"__typename":"RelatedLinksBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).0":{"name":"MASTER","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002Fmerlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg","height":400,"width":600,"name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002Fmerlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-superJumbo.jpg","height":1366,"width":2048,"name":"superJumbo","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).1":{"name":"SMALL_SQUARE","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002F00winterutilities1-thumbStandard.jpg","height":75,"width":75,"name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002F00winterutilities1-thumbLarge.jpg","height":150,"width":150,"name":"thumbLarge","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).2":{"name":"SIXTEEN_BY_NINE","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002F00winterutilities1-videoSixteenByNineJumbo1600.jpg","height":900,"width":1600,"name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).3":{"name":"FACEBOOK","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002F00winterutilities1-facebookJumbo.jpg","height":550,"width":1050,"name":"facebookJumbo","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).4":{"name":"WATCH","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-watch308.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190221nyregion21winterutilities100winterutilities1-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002F00winterutilities1-watch308.jpg","height":348,"width":312,"name":"watch308","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia":{"crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).4","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.promotionalMedia.caption":{"text":"A Con Edison worker repairing underground cables this month in Flushing, Queens. The likely source of the problem was water and rock salt that had seeped underground.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.headline":{"textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.headline.content.0","typename":"TextInline"}],"__typename":"Heading1Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.headline.content.0":{"__typename":"TextInline","text@stripHtml":"Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.summary":{"textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.summary.content.0","typename":"TextInline"}],"__typename":"SummaryBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.summary.content.0":{"__typename":"TextInline","text":"New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.ledeMedia":{"__typename":"ImageBlock","size":"LARGE","media":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi","typename":"Image"}},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi","imageType":"photo","url":"\u002Fimagepages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1.html","uri":"nyt:\u002F\u002Fimage\u002F16c956e9-16c0-5cb5-aa5a-846b5be9746b","credit":"Chang W. Lee\u002FThe New York Times","legacyHtmlCaption":"A Con Edison worker repairing underground cables this month in Flushing, Queens. The likely source of the problem was water and rock salt that had seeped underground.","crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002Fmerlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-popup.jpg","name":"popup","width":650,"height":434,"__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002Fmerlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-jumbo.jpg","name":"jumbo","width":1024,"height":683,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilities1\u002Fmerlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleInline.jpg","name":"articleInline","width":190,"height":127,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilities1merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleInline.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMTZjOTU2ZTktMTZjMC01Y2I1LWFhNWEtODQ2YjViZTk3NDZi.caption":{"text":"A Con Edison worker repairing underground cables this month in Flushing, Queens. The likely source of the problem was water and rock salt that had seeped underground.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline":{"textAlign":"LEFT","hideHeadshots":false,"bylines":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0","typename":"Byline"}],"role@filterEmpty":[],"__typename":"BylineBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0":{"displayName":"Corey Kilgannon","bioUrl":"https:\u002F\u002Fwww.nytimes.com\u002Fby\u002Fcorey-kilgannon","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia","typename":"Image"},"__typename":"Person"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-articleLarge.jpg","name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-popup.jpg","name":"popup","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blog480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-blog480.jpg","name":"blog480","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blog533.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-blog533.jpg","name":"blog533","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blog427.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-blog427.jpg","name":"blog427","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-tmagSF.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-tmagSF.jpg","name":"tmagSF","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-tmagArticle.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-tmagArticle.jpg","name":"tmagArticle","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-slide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-slide.jpg","name":"slide","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-jumbo.jpg","name":"jumbo","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-superJumbo.jpg","name":"superJumbo","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blog225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-blog225.jpg","name":"blog225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master675.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-master675.jpg","name":"master675","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-master495.jpg","name":"master495","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master180.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-master180.jpg","name":"master180","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master315.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-master315.jpg","name":"master315","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-master768.jpg","name":"master768","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blog480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blog533.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blog427.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-tmagSF.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-tmagArticle.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-slide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-superJumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blog225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master675.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master180.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master315.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-master768.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-thumbStandard.jpg","name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blogSmallThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-blogSmallThumb.jpg","name":"blogSmallThumb","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-thumbLarge.jpg","name":"thumbLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-smallSquare168.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-smallSquare168.jpg","name":"smallSquare168","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-smallSquare252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-smallSquare252.jpg","name":"smallSquare252","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blogSmallThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-thumbLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-smallSquare168.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-smallSquare252.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-square320.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-square320.jpg","name":"square320","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-moth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-moth.jpg","name":"moth","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-filmstrip.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-filmstrip.jpg","name":"filmstrip","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-square640.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-square640.jpg","name":"square640","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumSquare149.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-mediumSquare149.jpg","name":"mediumSquare149","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-square320.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-moth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-filmstrip.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-square640.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumSquare149.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-sfSpan.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-sfSpan.jpg","name":"sfSpan","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-largeHorizontal375.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-largeHorizontal375.jpg","name":"largeHorizontal375","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-largeHorizontalJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-largeHorizontalJumbo.jpg","name":"largeHorizontalJumbo","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-sfSpan.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-largeHorizontal375.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-largeHorizontalJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-hpLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-hpLarge.jpg","name":"hpLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-largeWidescreen573.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-largeWidescreen573.jpg","name":"largeWidescreen573","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-hpLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-largeWidescreen573.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-thumbWide.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-thumbWide.jpg","name":"thumbWide","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoThumb.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoThumb.jpg","name":"videoThumb","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoLarge.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo210.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-mediumThreeByTwo210.jpg","name":"mediumThreeByTwo210","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-mediumThreeByTwo225.jpg","name":"mediumThreeByTwo225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo440.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo252.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-mediumThreeByTwo252.jpg","name":"mediumThreeByTwo252","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo378.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-mediumThreeByTwo378.jpg","name":"mediumThreeByTwo378","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.5":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-thumbWide.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoThumb.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo210.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo252.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumThreeByTwo378.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-articleInline.jpg","name":"articleInline","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-hpSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-hpSmall.jpg","name":"hpSmall","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blogSmallInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-blogSmallInline.jpg","name":"blogSmallInline","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumFlexible177.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-mediumFlexible177.jpg","name":"mediumFlexible177","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.6":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-articleInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-hpSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-blogSmallInline.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-mediumFlexible177.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSmall.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSmall.jpg","name":"videoSmall","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoHpMedium.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoHpMedium.jpg","name":"videoHpMedium","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine600.jpg","name":"videoSixteenByNine600","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine540.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine540.jpg","name":"videoSixteenByNine540","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine495.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine495.jpg","name":"videoSixteenByNine495","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine390.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine390.jpg","name":"videoSixteenByNine390","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine480.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine480.jpg","name":"videoSixteenByNine480","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine310.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine310.jpg","name":"videoSixteenByNine310","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine225.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine225.jpg","name":"videoSixteenByNine225","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine96.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine96.jpg","name":"videoSixteenByNine96","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine768.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine768.jpg","name":"videoSixteenByNine768","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine150.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNine150.jpg","name":"videoSixteenByNine150","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-videoSixteenByNineJumbo1600.jpg","name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.7":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSmall.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoHpMedium.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine600.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine540.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine495.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine390.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine480.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine310.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine225.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine96.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine768.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNine150.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-miniMoth.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-miniMoth.jpg","name":"miniMoth","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-windowsTile336H.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-windowsTile336H.jpg","name":"windowsTile336H","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.8":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-miniMoth.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-windowsTile336H.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.9":{"renditions":[],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-facebookJumbo.jpg","name":"facebookJumbo","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.10":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-watch308.jpg","name":"watch308","__typename":"ImageRendition"},"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-watch268.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F02\u002F20\u002Fmultimedia\u002Fauthor-corey-kilgannon\u002Fauthor-corey-kilgannon-watch268.jpg","name":"watch268","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.11":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-watch308.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180220multimediaauthor-corey-kilgannonauthor-corey-kilgannon-watch268.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.12":{"renditions":[],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia":{"crops":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.4","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.5","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.6","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.7","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.8","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.9","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.10","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.11","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0.promotionalMedia.crops.12","typename":"ImageCrop"}],"__typename":"Image"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.0.timestampBlock":{"timestamp":"2019-02-21T08:00:08.000Z","align":"LEFT","__typename":"TimestampBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.0":{"__typename":"TextInline","text":"[What you need to know to start the day: ","formats":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.0.formats.0","typename":"ItalicFormat"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.0.formats.0":{"__typename":"ItalicFormat","type":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.1":{"__typename":"TextInline","text":"Get New York Today in your inbox","formats":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.1.formats.0","typename":"ItalicFormat"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.1.formats.1","typename":"LinkFormat"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.1.formats.0":{"__typename":"ItalicFormat","type":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.1.formats.1":{"__typename":"LinkFormat","url":"https:\u002F\u002Fwww.nytimes.com\u002Fnewsletters\u002Fnewyorktoday?module=inline","title":""},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.2":{"__typename":"TextInline","text":".]","formats":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.2.formats.0","typename":"ItalicFormat"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.1.content.2.formats.0":{"__typename":"ItalicFormat","type":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2.content.0":{"__typename":"TextInline","text":"A series of recent ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2.content.1":{"__typename":"TextInline","text":"manhole fires","formats":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2.content.1.formats.0","typename":"LinkFormat"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2.content.1.formats.0":{"__typename":"LinkFormat","url":"https:\u002F\u002Fnypost.com\u002F2019\u002F02\u002F17\u002Fmanhole-fires-force-theater-evacuations-in-midtown\u002F","title":""},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.2.content.2":{"__typename":"TextInline","text":" in the heart of Manhattan forced the evacuation of several theaters and was a stark reminder that the subway is not the only creaky infrastructure beneath the streets of New York City. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.4.content.0":{"__typename":"TextInline","text":"Underground lies a chaotic assemblage of utilities that, much like the subway, are lifelines for the city: a sprawling tangle of water mains, power cables, gas and steam lines, telecom wires and sewers.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.6.content.0":{"__typename":"TextInline","text":"The city has one of the oldest and largest networks of subterranean infrastructure in the world, with some portions dating more than a century and prone to leaks and cracks.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.8.content.0":{"__typename":"TextInline","text":"And ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.8.content.1":{"__typename":"TextInline","text":"winter","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.8.content.2":{"__typename":"TextInline","text":" — from the corrosive rock salt used on streets and sidewalks to “freeze-thaw” cycles that weaken pipes — makes infrastructure problems even worse. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.10.content.0":{"__typename":"TextInline","text":"In the late 1800s, many of the city’s overhead utilities were buried to lessen the exposure to winter weather. “People think it’s all protected and safe, but it’s really not,” said Patrick McHugh, vice president of electrical engineering and planning for Con Edison, which maintains about 90,000 miles of underground cable in the city.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.12.content.0":{"__typename":"TextInline","text":"“You have water, sewage, electricity and gas down there, and people don’t appreciate the effort that goes into keeping all that working,” he added.","formats":[]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3","imageType":"photo","url":"\u002Fimagepages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK15.html","uri":"nyt:\u002F\u002Fimage\u002F5a4d4a06-29a1-518e-bc27-f3569511f1a7","credit":"Kirsten Luce for The New York Times","legacyHtmlCaption":"In the late 1800s, overhead utilities were buried to lessen the exposure to winter weather.","crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK15\u002Fmerlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg","name":"articleLarge","width":600,"height":400,"__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK15\u002Fmerlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-popup.jpg","name":"popup","width":650,"height":433,"__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK15\u002Fmerlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-jumbo.jpg","name":"jumbo","width":1024,"height":682,"__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK15\u002Fmerlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-superJumbo.jpg","name":"superJumbo","width":2000,"height":1333,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK15\u002Fmerlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleInline.jpg","name":"articleInline","width":190,"height":127,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK15merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleInline.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWE0ZDRhMDYtMjlhMS01MThlLWJjMjctZjM1Njk1MTFmMWE3.caption":{"text":"In the late 1800s, overhead utilities were buried to lessen the exposure to winter weather.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.15.content.0":{"__typename":"TextInline","text":"Rock salt on icy streets can cause mayhem below them","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.16.content.0":{"__typename":"TextInline","text":"When rock salt melts ice, and the water seeps down manholes and into electrical units, it can set off fires and explosions strong enough to pop a 300-pound manhole cover five stories into the air.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.18.content.0":{"__typename":"TextInline","text":"For days after a storm, Con Edison officials say, they often deal with scores of electrical fires caused by the rock salt eating away at electrical cable insulation. The wet salt can create sparking that burns the insulation, producing both fire and gases that can combust and pop the manhole lids.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.20.content.0":{"__typename":"TextInline","text":"To alleviate the threat, the officials said, the utility switched most of its manhole covers to vented ones that allow gases to escape, “so they cannot form a combustible amount,” Mr. McHugh said.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.22.content.0":{"__typename":"TextInline","text":"“It also lets smoke escape, which can tip off the public to notify the authorities,” he added.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.23.content.0":{"__typename":"TextInline","text":"Winter can also bring an increase in gas-line breakages. Con Edison, which maintains 4,300 miles of gas mains in and around New York City, records about 500 leaks — most of them nonemergencies — in a typical month, but many more in winter.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.25.content.0":{"__typename":"TextInline","text":"Even this past January, which was unseasonably mild, there were 750 leaks, Con Edison officials said.","formats":[]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl","imageType":"photo","url":"\u002Fimagepages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F00winterutilitiesOAK11.html","uri":"nyt:\u002F\u002Fimage\u002Fac3158e3-ee4b-5690-9021-ebf5cc19cc2e","credit":"Michael Appleton for The New York Times","legacyHtmlCaption":"There are typically between 400 and 600 water main breaks each year in New York City, an official said.","crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK11\u002Fmerlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg","name":"articleLarge","width":600,"height":400,"__typename":"ImageRendition"},"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK11\u002Fmerlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-popup.jpg","name":"popup","width":650,"height":433,"__typename":"ImageRendition"},"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK11\u002Fmerlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-jumbo.jpg","name":"jumbo","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK11\u002Fmerlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-superJumbo.jpg","name":"superJumbo","width":2048,"height":1365,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK11\u002Fmerlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleInline.jpg","name":"articleInline","width":190,"height":127,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK11merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleInline.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvYWMzMTU4ZTMtZWU0Yi01NjkwLTkwMjEtZWJmNWNjMTljYzJl.caption":{"text":"There are typically between 400 and 600 water main breaks each year in New York City, an official said.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.28.content.0":{"__typename":"TextInline","text":"‘Freeze-thaws’ linked to climate change can imperil utilities","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.29.content.0":{"__typename":"TextInline","text":"The extreme temperature swings that many researchers link to climate change are adding to the challenges of winter. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.31.content.0":{"__typename":"TextInline","text":"Officials monitor weather forecasts closely for freeze-thaw cycles, when they put extra repair crews on call.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33.content.0":{"__typename":"TextInline","text":"During a polar vortex in late January, for instance, single-digit temperatures in the city quickly ballooned into the 50s. The thaw, much welcomed by many New Yorkers, worried Tasos Georgelis, deputy commissioner for water and sewer operations at the Department of Environmental Protection, which operates the city’s ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33.content.1":{"__typename":"TextInline","text":"water system","formats":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33.content.1.formats.0","typename":"LinkFormat"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33.content.1.formats.0":{"__typename":"LinkFormat","url":"https:\u002F\u002Fwww.nytimes.com\u002Finteractive\u002F2016\u002F03\u002F24\u002Fnyregion\u002Fhow-nyc-gets-its-water-new-york-101.html?action=click&contentCollection=New%20York&region=Footer&module=WhatsNext&version=WhatsNext&contentID=WhatsNext&moduleDetail=undefined&pgtype=Multimedia","title":""},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.33.content.2":{"__typename":"TextInline","text":".","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.35.content.0":{"__typename":"TextInline","text":"“When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” Mr. Georgelis said. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.37.content.0":{"__typename":"TextInline","text":"Along the city’s roughly 6,500 miles of water mains, there are typically between 400 and 600 breaks a year, he added. The majority occur in winter, when the cold can make older cast-iron mains brittle.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.39.content.0":{"__typename":"TextInline","text":"Environmental Protection officials said the department repaired 75 water-main breaks in January, including one in Lower Manhattan that disrupted rush-hour subway service and another on the West Side that snarled traffic and left nearby buildings without water for hours.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.41.content.0":{"__typename":"TextInline","text":"The city’s 7,500 miles of sewer lines are less affected by cold weather because they are generally buried deeper than other utilities, below the frost line, agency officials said.","formats":[]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk","imageType":"photo","url":"\u002Fimagepages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK13.html","uri":"nyt:\u002F\u002Fimage\u002F5fb3a5fa-f0f4-5e0a-89e1-9e9c7022b94d","credit":"Fred R. Conrad\u002FThe New York Times","legacyHtmlCaption":"In 1978, a water main break caused severe flooding in Bushwick, Brooklyn.","crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK13\u002Fmerlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg","name":"articleLarge","width":600,"height":869,"__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK13\u002Fmerlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-popup.jpg","name":"popup","width":346,"height":500,"__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK13\u002Fmerlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-jumbo.jpg","name":"jumbo","width":708,"height":1024,"__typename":"ImageRendition"},"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK13\u002Fmerlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-superJumbo.jpg","name":"superJumbo","width":1415,"height":2048,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F21winterutilitiesOAK13\u002Fmerlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleInline.jpg","name":"articleInline","width":190,"height":275,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190221nyregion21winterutilitiesOAK13merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleInline.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNWZiM2E1ZmEtZjBmNC01ZTBhLTg5ZTEtOWU5YzcwMjJiOTRk.caption":{"text":"In 1978, a water main break caused severe flooding in Bushwick, Brooklyn.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.44.content.0":{"__typename":"TextInline","text":"How to replace century-old utilities: slowly, and carefully ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.45.content.0":{"__typename":"TextInline","text":"Upgrading the city’s below-street utilities is a slow, painstaking process, “because you have such a fixed-in-place system,” said Rae Zimmerman, a research professor of planning and public administration at New York University.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.47.content.0":{"__typename":"TextInline","text":"But there is progress. Con Edison officials said they had begun replacing the city’s nearly 1,600 miles of natural gas lines — which were made of either cast iron or unprotected steel — with plastic piping. The plastic is less susceptible to corrosion, cracks and leaks, said the officials, who added that they were swapping about 100 miles of line each year.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.49.content.0":{"__typename":"TextInline","text":"The city is also replacing older, leak-prone ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.49.content.1":{"__typename":"TextInline","text":"water and sewer mains.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.50.content.0":{"__typename":"TextInline","text":"Some pipes that are more than a century old hold up because they were built with a thicker grade of cast iron, according to Environmental Protection Department officials. For less healthy ones, the agency has invested more than $1 billion in the past five years — with an additional $1.4 billion budgeted over the next five years — for upgrades and replacements. New pipes will be made of a more durable, graphite-rich cast iron known as ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.50.content.1":{"__typename":"TextInline","text":"ductile ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.50.content.2":{"__typename":"TextInline","text":"iron.","formats":[]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk","imageType":"photo","url":"\u002Fimagepages\u002F2017\u002F12\u002F07\u002Fnyregion\u002F00winter4.html","uri":"nyt:\u002F\u002Fimage\u002F9a9c89de-60c1-583f-a4bc-6caaafc7896d","credit":"Hiroko Masuike\u002FThe New York Times","legacyHtmlCaption":"Matt Cruz snowboarded through Manhattan’s Lower East Side after a snowstorm in 2016 left the streets coated in slush and rock salt.","crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"ImageRendition:images20171207nyregion00winter400winter4-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2017\u002F12\u002F07\u002Fnyregion\u002F00winter4\u002F00winter4-articleLarge.jpg","name":"articleLarge","width":600,"height":400,"__typename":"ImageRendition"},"ImageRendition:images20171207nyregion00winter400winter4-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2017\u002F12\u002F07\u002Fnyregion\u002F00winter4\u002F00winter4-popup.jpg","name":"popup","width":650,"height":433,"__typename":"ImageRendition"},"ImageRendition:images20171207nyregion00winter400winter4-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2017\u002F12\u002F07\u002Fnyregion\u002F00winter4\u002F00winter4-jumbo.jpg","name":"jumbo","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20171207nyregion00winter400winter4-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2017\u002F12\u002F07\u002Fnyregion\u002F00winter4\u002F00winter4-superJumbo.jpg","name":"superJumbo","width":2048,"height":1365,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20171207nyregion00winter400winter4-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20171207nyregion00winter400winter4-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20171207nyregion00winter400winter4-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20171207nyregion00winter400winter4-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20171207nyregion00winter400winter4-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2017\u002F12\u002F07\u002Fnyregion\u002F00winter4\u002F00winter4-articleInline.jpg","name":"articleInline","width":190,"height":127,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20171207nyregion00winter400winter4-articleInline.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvOWE5Yzg5ZGUtNjBjMS01ODNmLWE0YmMtNmNhYWFmYzc4OTZk.caption":{"text":"Matt Cruz snowboarded through Manhattan’s Lower East Side after a snowstorm in 2016 left the streets coated in slush and rock salt.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.53.content.0":{"__typename":"TextInline","text":"Construction during the winter isn’t always a good idea","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.54.content.0":{"__typename":"TextInline","text":"Of course, winter also poses problems aboveground. Most nonemergency repair and construction work involving concrete is halted because concrete and some types of dirt, used to fill in trenches, freeze in colder temperatures, said Ian Michaels, a spokesman for the city’s Department of Design and Construction.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.56.content.0":{"__typename":"TextInline","text":"Digging by hand is also a challenge in frozen ground, so many excavations that are close to pipes and other utilities are put off, Mr. Michaels said. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.58.content.0":{"__typename":"TextInline","text":"And asphalt is harder to obtain because it must be kept and transported at high temperatures, he added.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.60.content.0":{"__typename":"TextInline","text":"In the extreme cold, city officials will not risk shutting down water mains for construction because spillage into the street could freeze, Mr. Michaels said. He added that stopping the water flow could freeze the private water-service connections that branch off the mains, he said.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.62.content.0":{"__typename":"TextInline","text":"Even the basic task of locating utilities under the street can be complicated because infrastructure has been added piecemeal over the decades.","formats":[]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0","imageType":"photo","url":"\u002Fimagepages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F00winterutilitiesOAK12.html","uri":"nyt:\u002F\u002Fimage\u002F697df895-9d93-5db8-938a-f00807904ac4","credit":"Ãngel Franco\u002FThe New York Times","legacyHtmlCaption":"A water main break in Manhattan in 2014. “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” said Tasos Georgelis of the city's Department of Environmental Protection.","crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK12\u002Fmerlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg","name":"articleLarge","width":600,"height":401,"__typename":"ImageRendition"},"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK12\u002Fmerlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-popup.jpg","name":"popup","width":650,"height":434,"__typename":"ImageRendition"},"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK12\u002Fmerlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-jumbo.jpg","name":"jumbo","width":1024,"height":684,"__typename":"ImageRendition"},"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK12\u002Fmerlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-superJumbo.jpg","name":"superJumbo","width":2048,"height":1368,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F15\u002Fnyregion\u002F00winterutilitiesOAK12\u002Fmerlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleInline.jpg","name":"articleInline","width":190,"height":127,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190215nyregion00winterutilitiesOAK12merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleInline.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNjk3ZGY4OTUtOWQ5My01ZGI4LTkzOGEtZjAwODA3OTA0YWM0.caption":{"text":"A water main break in Manhattan in 2014. “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” said Tasos Georgelis of the city's Department of Environmental Protection.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.65.content.0":{"__typename":"TextInline","text":"Almost 1.8 million potholes filled since de Blasio took office","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.66.content.0":{"__typename":"TextInline","text":"Street surfaces are affected by winter weather, too: Last year, the city filled 255,904 potholes.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.67.content.0":{"__typename":"TextInline","text":"And should anyone forget that filling potholes, like snow removal, is a sacred staple of constituent services, transportation officials have compiled the number of potholes the city has filled — more than 1,786,300","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.67.content.1":{"__typename":"TextInline","text":" — since Mayor Bill de Blasio took office in 2014","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.67.content.2":{"__typename":"TextInline","text":".","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.69.content.0":{"__typename":"TextInline","text":"Potholes form when water and salt seep into cracks, freeze and expand, creating a larger crevice, said Joe Carbone, who works for the Transportation Department, where he is known as the pothole chief.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71.content.0":{"__typename":"TextInline","text":"Simply put, more freeze-thaw cycles ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71.content.1":{"__typename":"TextInline","text":"result in more potholes","formats":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71.content.1.formats.0","typename":"LinkFormat"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71.content.1.formats.0":{"__typename":"LinkFormat","url":"https:\u002F\u002Fwww.nytimes.com\u002F2011\u002F02\u002F07\u002Fnyregion\u002F07pothole.html","title":""},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.71.content.2":{"__typename":"TextInline","text":", he said. Currently, the department has 25 crews repairing potholes. During peak pothole-repair season in early March, that number can expand to more than 60.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.73.content.0":{"__typename":"TextInline","text":"Still, the department is continually resurfacing the city’s more than 6,000 miles of streets and 19,000 lane miles. Each year, agency officials said, it uses more than one million tons of asphalt to repave more than 1,300 lane-miles of street.","formats":[]},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4","imageType":"photo","url":"\u002Fimagepages\u002F2019\u002F02\u002F21\u002Fnyregion\u002F00winterutilities2.html","uri":"nyt:\u002F\u002Fimage\u002F0e0dd71f-e2f7-5d01-8616-93a4ae58c468","credit":"Chang W. Lee\u002FThe New York Times","legacyHtmlCaption":"Workers learning how to fix water main breaks at a training center in Queens.","crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F12\u002Fnyregion\u002F00winterutilities2\u002Fmerlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg","name":"articleLarge","width":600,"height":400,"__typename":"ImageRendition"},"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F12\u002Fnyregion\u002F00winterutilities2\u002Fmerlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-popup.jpg","name":"popup","width":650,"height":434,"__typename":"ImageRendition"},"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F12\u002Fnyregion\u002F00winterutilities2\u002Fmerlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-jumbo.jpg","name":"jumbo","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F12\u002Fnyregion\u002F00winterutilities2\u002Fmerlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-superJumbo.jpg","name":"superJumbo","width":2048,"height":1366,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2019\u002F02\u002F12\u002Fnyregion\u002F00winterutilities2\u002Fmerlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleInline.jpg","name":"articleInline","width":190,"height":127,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20190212nyregion00winterutilities2merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleInline.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvMGUwZGQ3MWYtZTJmNy01ZDAxLTg2MTYtOTNhNGFlNThjNDY4.caption":{"text":"Workers learning how to fix water main breaks at a training center in Queens.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.76.content.0":{"__typename":"TextInline","text":"So, where do people learn how to fix some of these issues?","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.77.content.0":{"__typename":"TextInline","text":"Of the 400 ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.77.content.1":{"__typename":"TextInline","text":"city","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.77.content.2":{"__typename":"TextInline","text":" laborers who work on water mains, many learn the finer points of leak repair at a training center in Queens, where underground pipes are made to spring leaks for repair drills.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79.content.0":{"__typename":"TextInline","text":"Workers","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79.content.1":{"__typename":"TextInline","text":" from the Department of Environmental Protection recently gathered around a muddy hole as a co-worker, Nehemiah ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79.content.2":{"__typename":"TextInline","text":"Dejesus","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.79.content.3":{"__typename":"TextInline","text":", scrambled to apply a stainless-steel repair clamp around a cracked segment that was spewing water.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.81.content.0":{"__typename":"TextInline","text":"“Don’t get nervous,” instructed Milton Velez, the agency’s district supervisor for Queens.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@filterEmpty.82.content.0":{"__typename":"TextInline","text":"“I’m not,” Mr. Dejesus said as he secured the clamp and stopped the leak. “It’s ‘Showtime at the Apollo.’”","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@[email protected]":{"__typename":"Interactive","promotionalHeadline":"Why Are New York City’s Streets Always Under Construction?","promotionalSummary":"The answer, in large measure, lies in what's buried beneath.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@[email protected]","typename":"CreativeWorkHeadline"},"summary":"The answer, in large measure, lies in what's buried beneath.","section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzM5NDgwMzc0LTY2ZDMtNTYwMy05Y2UxLTU4Y2ZhMTI5ODhlMg==","typename":"Section"},"url":"https:\u002F\u002Fwww.nytimes.com\u002Finteractive\u002F2016\u002F08\u002F18\u002Fnyregion\u002Fnew-york-101-streets-repair-and-maintenance.html","firstPublished":"2016-08-18T08:50:14.000Z","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@[email protected]","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@[email protected]":{"default":"Why Are New York City’s Streets Always Under Construction?","__typename":"CreativeWorkHeadline"},"ImageRendition:images20160812nyregionnyc101-01nyc101-01-videoLarge-v7.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2016\u002F08\u002F12\u002Fnyregion\u002Fnyc101-01\u002Fnyc101-01-videoLarge-v7.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20160812nyregionnyc101-01nyc101-01-mediumThreeByTwo440-v7.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2016\u002F08\u002F12\u002Fnyregion\u002Fnyc101-01\u002Fnyc101-01-mediumThreeByTwo440-v7.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@[email protected]({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20160812nyregionnyc101-01nyc101-01-videoLarge-v7.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20160812nyregionnyc101-01nyc101-01-mediumThreeByTwo440-v7.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@[email protected]":{"crops({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.sprinkledBody.content@[email protected]({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]}).0","typename":"ImageCrop"}],"__typename":"Image"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.legacy":{"reviewInformation":"","__typename":"ArticleLegacyData","htmlExtendedAuthorOrArticleInformation":"","htmlInfoBox":""},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.contactDetails.socialMedia.0":{"type":"facebook","account":"corey.kilgannon.9","__typename":"ContactDetailsSocialMedia"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.contactDetails.socialMedia.1":{"type":"url","account":"https:\u002F\u002Fwww.nytimes.com\u002Fby\u002Fcorey-kilgannon","__typename":"ContactDetailsSocialMedia"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.contactDetails.socialMedia.2":{"type":"twitter","account":"coreykilgannon","__typename":"ContactDetailsSocialMedia"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.contactDetails":{"socialMedia":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.contactDetails.socialMedia.0","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.contactDetails.socialMedia.1","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.contactDetails.socialMedia.2","typename":"ContactDetailsSocialMedia"}],"__typename":"ContactDetails"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==.bylines.0.creators.0.legacyData":{"htmlShortBiography":"\u003Cp\u003ECorey Kilgannon is a Metro reporter covering news and human interest stories. His writes the \u003Ca href=\"https:\u002F\u002Fwww.nytimes.com\u002Fcolumn\u002Fcharacter-study\"\u003ECharacter Study\u003C\u002Fa\u003E column in the Sunday Metropolitan section. He was also part of the team that won the 2009 Pulitzer Prize for Breaking News.\u003C\u002Fp\u003E","__typename":"PersonLegacyData"},"ROOT_QUERY":{"workOrLocation({\"id\":\"\u002F2019\u002F02\u002F21\u002Fnyregion\u002Fwinter-weather-manholes-pipes.html\"})":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlL2QwYWJhMGFkLTQ4NjEtNTQ4Yy04ZmYzLTFkOTYwNmRiNTk2MA==","typename":"Article"}}},"config":{"gqlUrl":"https:\u002F\u002Fsamizdat-graphql.nytimes.com\u002Fgraphql\u002Fv2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.3","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlYOpRoYg5X01qAqNyBDM32EI\u002FE77nkFzd2rrVjhdi\u002FVAZfBIrPayyYykIIN+d5GMImm3wg6CmTTkBo7ixmwd7Xv24QSDpjuX0gQ1eqxOEWZ0FHWZWkh4jfLcwqkgKmfHJuvOctEiE\u002FWic5Qrle323SMDKF8sAqClv8VKA8hyrXHbPDAlAaxq3EPOGjJqpHEdWNVg2S0pN62NSmSudT\u002Fap\u002FBqZf7FqsI2cUxv2mUKzmyy+rYwbhd8TRgj1kFprNOaldrluO4dXjubJIY4qEyJY5Dc\u002FF03sGED4AiGBPVYtPh8zscG64yJJ9Njs1ReyUCSX4jYmxoZOnO+6GfXE0s2xQIDAQAB","x-nyt-continent":"NA","x-nyt-country":"US","x-nyt-region":"AL","x-nyt-gmt-offset":"-600"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"serviceWorkerFile":"service-worker-test-1550877239857.js","initialDeviceType":"desktop","abraTest":{}},"ssrQuery":{},"externalAssets":[]};
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ !function(s){function e(e){for(var t,d,r=e[0],a=e[1],c=e[2],n=0,o=[];n<r.length;n++)d=r[n],b[d]&&o.push(b[d][0]),b[d]=0;for(t in a)Object.prototype.hasOwnProperty.call(a,t)&&(s[t]=a[t]);for(p&&p(e);o.length;)o.shift()();return f.push.apply(f,c||[]),i()}function i(){for(var e,t=0;t<f.length;t++){for(var d=f[t],r=!0,a=1;a<d.length;a++){var c=d[a];0!==b[c]&&(r=!1)}r&&(f.splice(t--,1),e=u(u.s=d[0]))}return e}var d={},l={8:0},b={8:0},f=[];function u(e){if(d[e])return d[e].exports;var t=d[e]={i:e,l:!1,exports:{}};return s[e].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(f){var e=[];l[f]?e.push(l[f]):0!==l[f]&&{13:1,23:1,30:1,36:1}[f]&&e.push(l[f]=new Promise(function(e,r){for(var t=({1:"vendors~answerpage~audio~byline~collections~home~hubpage~paidpost~reviews~search~slideshow~story~tim~23412e0e",2:"answerpage~byline~collections~hubpage~reviews~search~slideshow~timeswire~trending~weddings",3:"answerpage~hubpage~search~timeswire~weddings",4:"vendors~audio~home~paidpost~story~trending",5:"vendors~audio~home~paidpost~story",6:"byline~your-list",7:"newsletter~regilite",9:"answerpage",10:"audio",11:"byline",12:"collections",13:"comments",14:"getstarted",15:"home",16:"hubpage",19:"newsletter",20:"newsletters",21:"paidpost",22:"privacy",23:"recirculation",24:"regilite",25:"reviews",26:"search",27:"slide",28:"slideshow",29:"stickyfilljs",30:"story",31:"timeswire",32:"trending",33:"vendors~collections",34:"vendors~getstarted",35:"vendors~slideshow",36:"weddings",37:"your-list"}[f]||f)+"-"+{1:"31d6cfe0d16ae931b73c",2:"31d6cfe0d16ae931b73c",3:"31d6cfe0d16ae931b73c",4:"31d6cfe0d16ae931b73c",5:"31d6cfe0d16ae931b73c",6:"31d6cfe0d16ae931b73c",7:"31d6cfe0d16ae931b73c",9:"31d6cfe0d16ae931b73c",10:"31d6cfe0d16ae931b73c",11:"31d6cfe0d16ae931b73c",12:"31d6cfe0d16ae931b73c",13:"bd0b5475a3386d2edf5e",14:"31d6cfe0d16ae931b73c",15:"31d6cfe0d16ae931b73c",16:"31d6cfe0d16ae931b73c",19:"31d6cfe0d16ae931b73c",20:"31d6cfe0d16ae931b73c",21:"31d6cfe0d16ae931b73c",22:"31d6cfe0d16ae931b73c",23:"0bf326d1cb2aaa1d6a66",24:"31d6cfe0d16ae931b73c",25:"31d6cfe0d16ae931b73c",26:"31d6cfe0d16ae931b73c",27:"31d6cfe0d16ae931b73c",28:"31d6cfe0d16ae931b73c",29:"31d6cfe0d16ae931b73c",30:"5a85d00610931f4dd91d",31:"31d6cfe0d16ae931b73c",32:"31d6cfe0d16ae931b73c",33:"31d6cfe0d16ae931b73c",34:"31d6cfe0d16ae931b73c",35:"31d6cfe0d16ae931b73c",36:"9e51dcb64d66fd0dcd9f",37:"31d6cfe0d16ae931b73c"}[f]+".css",a=u.p+t,d=document.getElementsByTagName("link"),c=0;c<d.length;c++){var n=(s=d[c]).getAttribute("data-href")||s.getAttribute("href");if("stylesheet"===s.rel&&(n===t||n===a))return e()}var o=document.getElementsByTagName("style");for(c=0;c<o.length;c++){var s;if((n=(s=o[c]).getAttribute("data-href"))===t||n===a)return e()}var i=document.createElement("link");i.rel="stylesheet",i.type="text/css",i.onload=e,i.onerror=function(e){var t=e&&e.target&&e.target.src||a,d=new Error("Loading CSS chunk "+f+" failed.\n("+t+")");d.request=t,delete l[f],i.parentNode.removeChild(i),r(d)},i.href=a,document.getElementsByTagName("head")[0].appendChild(i)}).then(function(){l[f]=0}));var t,d=b[f];if(0!==d)if(d)e.push(d[2]);else{var r=new Promise(function(e,t){d=b[f]=[e,t]});e.push(d[2]=r);var a,c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=u.p+""+({1:"vendors~answerpage~audio~byline~collections~home~hubpage~paidpost~reviews~search~slideshow~story~tim~23412e0e",2:"answerpage~byline~collections~hubpage~reviews~search~slideshow~timeswire~trending~weddings",3:"answerpage~hubpage~search~timeswire~weddings",4:"vendors~audio~home~paidpost~story~trending",5:"vendors~audio~home~paidpost~story",6:"byline~your-list",7:"newsletter~regilite",9:"answerpage",10:"audio",11:"byline",12:"collections",13:"comments",14:"getstarted",15:"home",16:"hubpage",19:"newsletter",20:"newsletters",21:"paidpost",22:"privacy",23:"recirculation",24:"regilite",25:"reviews",26:"search",27:"slide",28:"slideshow",29:"stickyfilljs",30:"story",31:"timeswire",32:"trending",33:"vendors~collections",34:"vendors~getstarted",35:"vendors~slideshow",36:"weddings",37:"your-list"}[t=f]||t)+"-"+{1:"b722453924901ab03273",2:"4647020c440817f3f0f5",3:"56cfea35b474bdafbfab",4:"ad28408ffcfe728262f1",5:"3a48a154dc74332f3715",6:"cc3948166df1731c694f",7:"a307a6a3734818b95a52",9:"18781537de048c38da38",10:"e43b49e5ecb489a53ce1",11:"e42864335b4f50526f17",12:"5ff17d591da28ff2d117",13:"a26ed5e274585dcf62e8",14:"ed76ffcd24df7ae73b2a",15:"98cb19631aeed75f46c7",16:"90e1ba7434d6670462dd",19:"d0f2c3094a66a6658ae1",20:"0c213c1f088940791259",21:"ed53612bd54ff549e3d0",22:"4ceba937c7af8d3e8bda",23:"8c9606ce1361269935b4",24:"3b704e6f5bf40005aa34",25:"e20ca1355cc0bb42b277",26:"01ec1d35ef19a3a19f3b",27:"33ca9863a256583f6fc9",28:"3d2cb353b8d890725d7c",29:"e6b8e69cbb7eae83c6cf",30:"706cf1fc739ffad9ced5",31:"233a4a430e82b1db8fc4",32:"13f43a5c7ab52db37e70",33:"aa3f1b78f44cf9b9dcac",34:"59460b122b6d99a93e33",35:"816209e0f10fd5f52950",36:"6d88054727245a0da1cd",37:"d001d1f10496c8b8ca4c"}[t]+".js",a=function(e){c.onerror=c.onload=null,clearTimeout(n);var t=b[f];if(0!==t){if(t){var d=e&&("load"===e.type?"missing":e.type),r=e&&e.target&&e.target.src,a=new Error("Loading chunk "+f+" failed.\n("+d+": "+r+")");a.type=d,a.request=r,t[1](a)}b[f]=void 0}};var n=setTimeout(function(){a({type:"timeout",target:c})},12e4);c.onerror=c.onload=a,document.head.appendChild(c)}return Promise.all(e)},u.m=s,u.c=d,u.d=function(e,t,d){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:d})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(t,e){if(1&e&&(t=u(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var d=Object.create(null);if(u.r(d),Object.defineProperty(d,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)u.d(d,r,function(e){return t[e]}.bind(null,r));return d},u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="/vi-assets/static-assets/",u.oe=function(e){throw console.error(e),e};var t=window.webpackJsonp=window.webpackJsonp||[],r=t.push.bind(t);t.push=e,t=t.slice();for(var a=0;a<t.length;a++)e(t[a]);var p=r;i()}([]);
+ //# sourceMappingURL=runtime-537f832c50cff9e60e0f.js.map
+ ]]>
+ </script>
+ <script defer="defer" src="/vi-assets/static-assets/vendor-57d51a4f3f5c2e792393.js"></script>
+ <script defer="defer" src="/vi-assets/static-assets/main-f5a7464055d2603cfff7.js"></script>
+ <script>
+ <![CDATA[
+
+ (function(w, l) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ })(window, 'dataLayer');
+ (function(){
+ var url = 'https://et.nytimes.com/pixel' +
+ '?url=' + window.location.href +
+ '&referrer=' + document.referrer +
+ '&subject=module-interactions' +
+ '&moduleData=%7B%22module%22%3A%22nyt-vi-page-pixel%22%2C%22pgType%22%3A%22%22%2C%22eventName%22%3A%22Impression%22%2C%22action%22%3A%22Impression%22%7D' +
+ '&sourceApp=nyt-vi&instant=1' +
+ '&_=' + Date.now();
+ var img = document.createElement('img');
+ img.src = url;
+ img.style.cssText = 'position: absolute; z-index: -999999; left: -1000px; top: -1000px;';
+ document.body.appendChild(img);
+ })();
+ ]]>
+ </script>
+ <script defer="defer" src="https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&amp;gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&amp;gtm_preview=env-130&amp;gtm_cookies_win=x"></script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P528B3&amp;gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&amp;gtm_preview=env-130&amp;gtm_cookies_win=x" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+ <div id="RavenInstaller">
+ <script>
+ <![CDATA[
+ if (window.INSTALL_RAVEN) {
+ window.addEventListener('load', function(event) {
+ var includeRaven = document.getElementById("RavenInstaller");
+ var script = document.createElement("script");
+ script.src = "/vi-assets/static-assets/raven.min-830a6d04a55c283934dd1893d6ddc66d.js";
+ script.onload = function() {
+ /* eslint-disable */
+ // Install Raven
+ window.Raven.config('https://[email protected]/178860', {
+ release: vi.env.RELEASE,
+ environment: vi.env.ENVIRONMENT,
+ ignoreErrors: [/SecurityError: Blocked a frame with origin.*/]
+ }).install(); // Stop using our error handler
+
+ window.nyt_errors.ravenInstalled = true;
+ var regex = /nyt-a=(.*?)(;|$)/;
+ var id = regex.exec(document.cookie);
+
+ if (id !== null) {
+ id = id[1];
+ } else {
+ id = '';
+ } // Setting nyt-a as user context
+
+
+ window.Raven.setUserContext({
+ id: id
+ }); // Pass collected errors to Raven
+
+ window.nyt_errors.list.forEach(function (err) {
+ // weird?
+ if (!err) {
+ return;
+ } // also weird ... ?
+
+
+ if (!err.err) {
+ // maybe err itself is an Error?
+ if (err instanceof Error) {
+ window.Raven.captureException(err, err.data || {});
+ } // else { silently ignore? }
+
+ } // just making sure ...
+
+
+ if (err.err instanceof Error) {
+ window.Raven.captureException(err.err, err.data || {});
+ } // else { silently ignore? }
+
+ }); // Pass collected Tags to Raven
+
+ window.nyt_errors.tags.forEach(function (tag) {
+ window.Raven.setTagsContext(tag);
+ });
+ };
+ includeRaven.appendChild(script);
+ });
+ }
+ ]]>
+ </script>
+ </div>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-images.json
new file mode 100644
index 0000000..58b7788
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/static01.nyt.com\/images\/2018\/09\/15\/business\/15DEBTS01\/15DEBTS01-facebookJumbo.jpg",
+ "https:\/\/static01.nyt.com\/images\/2018\/09\/15\/business\/15DEBTS01\/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=75&auto=webp&disable=upscale"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-metadata.json
new file mode 100644
index 0000000..52b7f13
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By Nelson D. Schwartz",
+ "Direction": null,
+ "Excerpt": "Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs.",
+ "Image": "https:\/\/static01.nyt.com\/images\/2018\/09\/15\/business\/15DEBTS01\/15DEBTS01-facebookJumbo.jpg",
+ "Title": "As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected.html
new file mode 100644
index 0000000..855eb55
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected.html
@@ -0,0 +1,214 @@
+<article id="story">
+
+ <header>
+
+
+ <p>
+ Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs.
+ </p>
+ <div data-testid="photoviewer-wrapper">
+ <figure aria-label="media" role="group" itemscope="itemscope" itemprop="associatedMedia" itemid="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <p><span>Image</span><img alt src="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" srcset="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=90&amp;auto=webp 600w,https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-jumbo.jpg?quality=90&amp;auto=webp 1024w,https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-superJumbo.jpg?quality=90&amp;auto=webp 2048w" sizes="((min-width: 600px) and (max-width: 1004px)) 84vw, (min-width: 1005px) 60vw, 100vw" itemprop="url" itemid="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale">
+ </p>
+ <figcaption itemprop="caption description">
+ <span>Interest payments on the federal debt could surpass the Defense Department budget in 2023.</span><span itemprop="copyrightHolder"><span>Credit</span><span><span>Credit</span><span>Jeon Heon-Kyun/EPA, via Shutterstock</span></span></span>
+ </figcaption>
+ </figure>
+ </div>
+
+ </header>
+ <section name="articleBody" itemprop="articleBody">
+ <div>
+ <p>
+ The federal government could soon pay more in interest on its debt than it spends on the military, Medicaid or children’s programs.
+ </p>
+ <p>
+ The run-up in borrowing costs is a one-two punch brought on by the need to finance a fast-growing budget deficit, worsened by tax cuts and steadily rising interest rates that will make the debt more expensive.
+ </p>
+ <p>
+ With less money coming in and more going toward interest, political leaders will find it harder to address pressing needs like fixing crumbling roads and bridges or to make emergency moves like pulling the economy out of future recessions.
+ </p>
+ <p>
+ Within a decade, more than $900 billion in interest payments will be due annually, easily outpacing spending on myriad other programs. Already the fastest-growing major government expense, the cost of interest is on track to hit $390 billion next year, nearly 50 percent more than in 2017, according to the Congressional Budget Office.
+ </p>
+ </div>
+ <div>
+ <p>
+ “It’s very much something to worry about,” said C. Eugene Steuerle, a fellow at the Urban Institute and a co-founder of the Urban-Brookings Tax Policy Center in Washington. “Everything else is getting squeezed.”
+ </p>
+ <p>
+ Gradually rising interest rates would have made borrowing more expensive even without additional debt. But the tax cuts passed late last year have created a deeper hole, with the deficit increasing faster than expected. A budget bill <a href="https://www.nytimes.com/2018/02/08/us/politics/congress-budget-deal-vote.html?module=inline" title>approved in February that raised</a> spending by $300 billion over two years will add to the financial pressure.
+ </p>
+ <p>
+ The deficit is expected to total nearly $1 trillion next year — the first time it has been that big since 2012, when the economy was still struggling to recover from the financial crisis and interest rates were near zero.
+ </p>
+ </div>
+
+ <div>
+ <p>
+ Deficit hawks have gone silent, even proposing changes that would exacerbate the deficit. House Republicans introduced legislation this month that would make the tax cuts permanent.
+ </p>
+ <p>
+ “The issue has just disappeared,” said Senator Mark Warner, a Virginia Democrat. “There’s collective amnesia.”
+ </p>
+ </div>
+ <div>
+ <p>
+ The combination, say economists, marks a journey into mostly uncharted financial territory.
+ </p>
+ <p>
+ In the past, government borrowing expanded during recessions and waned in recoveries. That countercyclical policy has been a part of the standard Keynesian toolbox to combat downturns since the Great Depression.
+ </p>
+ <p>
+ The deficit is soaring now as the economy booms, meaning the stimulus is pro-cyclical. The risk is that the government would have less room to maneuver if the economy slows.
+ </p>
+ </div>
+
+ <div>
+ <p>
+ Aside from wartime or a deep downturn like the 1930s or 2008-9, “this sort of aggressive fiscal stimulus is unprecedented in U.S. history,” said Jeffrey Frankel, an economist at Harvard.
+ </p>
+ <p>
+ Pouring gasoline on an already hot economy has resulted in faster growth — the economy expanded at an annualized rate of 4.2 percent in the second quarter. But Mr. Frankel warns that when the economy weakens, the government will find it more difficult to cut taxes or increase spending.
+ </p>
+ <p>
+ Lawmakers might, in fact, feel compelled to cut spending as tax revenue falls, further depressing the economy. “There will eventually be another recession, and this increases the chances we will have to slam on the brakes when the car is already going too slowly,” Mr. Frankel said.
+ </p>
+ <h2 id="link-cb5ee12">
+ Interest costs make it harder for the government to do other things
+ </h2>
+ </div>
+
+ <div>
+ <p>
+ Finding the money to pay investors who hold government debt will crimp other parts of the budget. In a decade, interest on the debt will eat up 13 percent of government spending, up from 6.6 percent in 2017.
+ </p>
+ <p>
+ “By 2020, we will spend more on interest than we do on kids, including education, food stamps and aid to families,” said Marc Goldwein, senior policy director at the Committee for a Responsible Federal Budget, a research and advocacy organization.
+ </p>
+ </div>
+ <div>
+ <p>
+ Interest costs already dwarf spending on many popular programs. For example, grants to students from low-income families for college total roughly $30 billion — about one-tenth of what the government will pay in interest this year. Interest payments will overtake Medicaid in 2020 and the Department of Defense budget in 2023.
+ </p>
+ <p>
+ What’s more, the heavy burden of interest payments could make it harder for the government to repair aging infrastructure or take on other big new projects.
+ </p>
+ <p>
+ Mr. Trump has called for spending $1 trillion on infrastructure, but Congress has not taken up that idea.
+ </p>
+ </div>
+ <div>
+ <p>
+ More about the federal debt and the economy
+ </p>
+
+ </div>
+ <div>
+ <h2 id="link-1a1f1f7a">
+ The U.S. hasn’t faced this issue for years
+ </h2>
+ <p>
+ Until recently, ultralow interest rates, set by the Federal Reserve to support the economy, allowed lawmakers to borrow without fretting too much about the cost of that debt.
+ </p>
+ <p>
+ But as the economy has strengthened, the Fed has gradually raised rates, starting in December 2015. The central bank is expected to push rates up again on Wednesday, and more increases are in store.
+ </p>
+ <p>
+ “When rates went down to record lows, it allowed the government to take on more debt without paying more interest,” Mr. Goldwein said. “That party is ending.”
+ </p>
+ </div>
+
+ <div>
+ <p>
+ Since the beginning of the year, the yield on the 10-year Treasury note has risen by more than half a percentage point, to 3.1 percent. The Congressional Budget Office estimates that the yield will climb to 4.2 percent in 2021. Given that the total public debt of the United States stands at nearly $16 trillion, even a small uptick in rates can cost the government billions.
+ </p>
+
+ </div>
+ <div>
+ <p>
+ There’s no guarantee that these forecasts will prove accurate. If the economy weakens, rates might fall or rise only slightly, reducing interest payments. But rates could also overshoot the budget office forecast.
+ </p>
+ <p>
+ Some members of Congress want to set the stage for even more red ink. Republicans in the House want to make last year’s tax cuts permanent, instead of letting some of them expire at the end of 2025. That would reduce federal revenue by an additional $631 billion over 10 years, according to the <a href="https://www.taxpolicycenter.org/publications/analysis-protecting-family-and-small-business-tax-cuts-act-2018" title rel="noopener noreferrer" target="_blank">Tax Policy Center</a>.
+ </p>
+ <h2 id="link-7b39a7bd">
+ No, the United States isn’t at risk of becoming the next Greece
+ </h2>
+ </div>
+
+ <div>
+ <p>
+ Deficit hawks have warned for years that a day of reckoning is coming, exposing the United States to the kind of economic crisis that overtook profligate borrowers in the past like Greece or Argentina.
+ </p>
+ <p>
+ But most experts say that isn’t likely because the dollar is the world’s reserve currency. As a result, the United States still has plenty of borrowing capacity left because the Fed can print money with fewer consequences than other central banks.
+ </p>
+ <p>
+ And interest rates plunged over the last decade, even as the government turned to the market for trillions each year after the recession. That’s because Treasury bonds are still the favored port of international investors in any economic storm.
+ </p>
+ <p>
+ “We exported a financial crisis a decade ago, and the world responded by sending us money,” said William G. Gale, a senior fellow at the Brookings Institution.
+ </p>
+ <p>
+ But that privileged position has allowed politicians in both parties to avoid politically painful steps like cutting spending or raising taxes.
+ </p>
+ </div>
+ <div>
+ <p>
+ That doesn’t mean rapidly rising interest costs and a bigger deficit won’t eventually catch up with us.
+ </p>
+ <p>
+ Charles Schultze, chairman of the Council of Economic Advisers in the Carter administration, once summed up the danger of deficits with a metaphor. “It’s not so much a question of the wolf at the door, but termites in the woodwork.”
+ </p>
+ <h2 id="link-12df6cc7">
+ But Washington doesn’t want to hear about the potential problems
+ </h2>
+ <p>
+ Rather than simply splitting along party lines, lawmakers’ attitudes toward the deficit also depend on which party is in power. Republicans pilloried the Obama administration for proposing a large stimulus in the depths of the recession in 2009 and complained about the deficit for years.
+ </p>
+ <p>
+ In 2013, Senator Mitch McConnell of Kentucky called the debt and deficit “the transcendent issue of our era.” By 2017, as Senate majority leader, he quickly shepherded the tax cut through Congress.
+ </p>
+ <p>
+ Senator James Lankford, an Oklahoma Republican who warned of the deficit’s dangers in the past, nevertheless played down that threat on the Senate floor as the tax billed neared passage.
+ </p>
+ <p>
+ “I understand it’s a risk, but I think it’s an appropriate risk to be able to say let’s allow Americans to keep more of their own money to invest in this economy,” he said.
+ </p>
+ <p>
+ He also claimed the tax cuts would pay for themselves even as the Congressional Budget Office estimated that they would add $250 billion to the deficit on average from 2019 to 2024.
+ </p>
+ </div>
+ <div>
+ <p>
+ In an interview, Mr. Lankford insisted that the jury was still out on whether the tax cuts would generate additional revenue, citing the strong economic growth recently.
+ </p>
+ <p>
+ While the Republican about-face has been much more striking, Democrats have adjusted their position, too.
+ </p>
+ <p>
+ Mr. Warner, the Virginia Democrat, called last year’s tax bill “the worst piece of legislation we have passed since I arrived in the Senate.” In 2009, however, when Congress passed an $800 billion stimulus bill backed by the Obama administration, he called it “a responsible mix of tax cuts and investments that will create jobs.”
+ </p>
+ <p>
+ The difference, Mr. Warner said, was that the economy was near the precipice then.
+ </p>
+ <p>
+ “There was virtual unanimity among economists that we needed a stimulus,” he said. “But a $2 trillion tax cut at the end of a business cycle with borrowed money won’t end well.”
+ </p>
+ </div>
+ </section>
+ <div>
+
+ <div>
+ <p>
+ Nelson D. Schwartz has covered economics since 2012. Previously, he wrote about Wall Street and banking, and also served as European economic correspondent in Paris. He joined The Times in 2007 as a feature writer for the Sunday Business section. <span><a href="https://twitter.com/NelsonSchwartz" rel="noopener noreferrer" target="_blank"><span>@</span>NelsonSchwartz</a></span>
+ </p>
+ </div>
+ <div><p>
+ A version of this article appears in print on </p><p>, on Page </p><p>A</p><p>1</p><p> of the New York edition</p><p> with the headline: </p><p>What May Soon Exceed Cost of U.S. Military? Interest on U.S. Debt <span>. <a href="http://www.nytreprints.com/">Order Reprints</a> | <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today’s Paper</a> | <a href="https://www.nytimes.com/subscriptions/Multiproduct/lp8HYKU.html?campaignId=48JQY">Subscribe</a></span>
+ </p></div>
+
+ </div>
+
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/source.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/source.html
new file mode 100644
index 0000000..81a2a68
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/source.html
@@ -0,0 +1,3896 @@
+<!DOCTYPE html>
+<html lang="en" itemid="https://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.html" itemtype="http://schema.org/NewsArticle" itemscope="true" class="story" xmlns:og="http://opengraphprotocol.org/schema/" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <title data-rh="true">
+ As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military - The New York Times
+ </title>
+ <meta data-rh="true" itemprop="inLanguage" content="en-US" />
+ <meta data-rh="true" property="article:published" itemprop="datePublished" content="2018-09-25T21:28:31.000Z" />
+ <meta data-rh="true" property="article:modified" itemprop="dateModified" content="2018-09-28T13:09:07.032Z" />
+ <meta data-rh="true" http-equiv="Content-Language" content="en" />
+ <meta data-rh="true" name="robots" content="noarchive" />
+ <meta data-rh="true" name="articleid" itemprop="identifier" content="100000006102576" />
+ <meta data-rh="true" name="nyt_uri" itemprop="identifier" content="nyt://article/5563b851-3a8e-58f7-8f67-0716698cebaa" />
+ <meta data-rh="true" name="pubp_event_id" itemprop="identifier" content="pubp://event/98755cd27ffd446db9ef9870a3fb9db8" />
+ <meta data-rh="true" name="description" itemprop="description" content="Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs." />
+ <meta data-rh="true" name="image" itemprop="image" content="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/15DEBTS01-facebookJumbo.jpg" />
+ <meta data-rh="true" name="byl" content="By Nelson D. Schwartz" />
+ <meta data-rh="true" name="thumbnail" itemprop="thumbnailUrl" content="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/15DEBTS01-thumbStandard.jpg" />
+ <meta data-rh="true" name="news_keywords" content="US National Debt,Federal Budget,US Politics,Donald Trump,Interest rate,US Military,US Economy,Federal Taxes,US Dollar,Recession and Depression,Congressional Budget Office,Federal Reserve" />
+ <meta data-rh="true" name="pdate" content="20180925" />
+ <meta data-rh="true" property="og:url" content="https://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.html" />
+ <meta data-rh="true" property="og:type" content="article" />
+ <meta data-rh="true" property="og:title" content="As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military" />
+ <meta data-rh="true" property="og:image" content="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/15DEBTS01-facebookJumbo.jpg" />
+ <meta data-rh="true" property="og:description" content="Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs." />
+ <meta data-rh="true" property="twitter:url" content="https://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.html" />
+ <meta data-rh="true" property="twitter:title" content="As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military" />
+ <meta data-rh="true" property="twitter:description" content="Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs." />
+ <meta data-rh="true" property="twitter:image" content="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/15DEBTS01-videoSixteenByNineJumbo1600.jpg" />
+ <meta data-rh="true" property="twitter:image:alt" content="Interest payments on the federal debt could surpass the Defense Department budget in 2023." />
+ <meta data-rh="true" property="twitter:card" content="summary_large_image" />
+ <meta data-rh="true" property="article:section" itemprop="articleSection" content="Business" />
+ <meta data-rh="true" property="article:tag" content="National Debt (US)" />
+ <meta data-rh="true" property="article:tag" content="Federal Budget (US)" />
+ <meta data-rh="true" property="article:tag" content="United States Politics and Government" />
+ <meta data-rh="true" property="article:tag" content="Trump, Donald J" />
+ <meta data-rh="true" property="article:tag" content="Interest Rates" />
+ <meta data-rh="true" property="article:tag" content="United States Defense and Military Forces" />
+ <meta data-rh="true" property="article:tag" content="United States Economy" />
+ <meta data-rh="true" property="article:tag" content="Federal Taxes (US)" />
+ <meta data-rh="true" property="article:tag" content="US Dollar (Currency)" />
+ <meta data-rh="true" property="article:tag" content="Recession and Depression" />
+ <meta data-rh="true" property="article:tag" content="Congressional Budget Office" />
+ <meta data-rh="true" property="article:tag" content="Federal Reserve System" />
+ <meta data-rh="true" name="CG" content="business" />
+ <meta data-rh="true" name="SCG" content="economy" />
+ <meta data-rh="true" name="CN" content="" />
+ <meta data-rh="true" name="CT" content="" />
+ <meta data-rh="true" name="PT" content="article" />
+ <meta data-rh="true" name="PST" content="News" />
+ <meta data-rh="true" name="genre" itemprop="genre" content="News" />
+ <meta data-rh="true" name="url" itemprop="url" content="https://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.html" />
+ <meta data-rh="true" name="msapplication-starturl" content="https://www.nytimes.com" />
+ <meta data-rh="true" property="al:android:url" content="nytimes://reader/id/100000006102576" />
+ <meta data-rh="true" property="al:android:package" content="com.nytimes.android" />
+ <meta data-rh="true" property="al:android:app_name" content="NYTimes" />
+ <meta data-rh="true" name="twitter:app:name:googleplay" content="NYTimes" />
+ <meta data-rh="true" name="twitter:app:id:googleplay" content="com.nytimes.android" />
+ <meta data-rh="true" name="twitter:app:url:googleplay" content="nytimes://reader/id/100000006102576" />
+ <meta data-rh="true" property="al:iphone:url" content="nytimes://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.html" />
+ <meta data-rh="true" property="al:iphone:app_store_id" content="284862083" />
+ <meta data-rh="true" property="al:iphone:app_name" content="NYTimes" />
+ <meta data-rh="true" property="al:ipad:url" content="nytimes://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.html" />
+ <meta data-rh="true" property="al:ipad:app_store_id" content="357066198" />
+ <meta data-rh="true" property="al:ipad:app_name" content="NYTimes" />
+ <script>
+ <![CDATA[
+
+ (function() {
+ var gqlUrl = 'https://samizdat-graphql.nytimes.com/graphql/v2';
+ try {
+ var URLparams = window.location.search.slice(1).split('&');
+ var qs = URLparams.reduce(function(acc, cur){
+ if (cur.split('=')[0] === 'ip-override'){
+ return ('?' + cur);
+ }
+ return acc;
+ }, '');
+ gqlUrl = gqlUrl + qs;
+ }
+ catch (e) {
+ console.warn(e);
+ }
+ var xhr = new XMLHttpRequest();
+ xhr.withCredentials = true;
+ xhr.open('POST', gqlUrl, true);
+ xhr.setRequestHeader('Content-Type', 'application/json');
+ xhr.setRequestHeader('nyt-app-type', 'project-vi');
+ xhr.setRequestHeader('nyt-app-version', '0.0.3');
+ xhr.setRequestHeader('nyt-token', 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlYOpRoYg5X01qAqNyBDM32EI/E77nkFzd2rrVjhdi/VAZfBIrPayyYykIIN+d5GMImm3wg6CmTTkBo7ixmwd7Xv24QSDpjuX0gQ1eqxOEWZ0FHWZWkh4jfLcwqkgKmfHJuvOctEiE/Wic5Qrle323SMDKF8sAqClv8VKA8hyrXHbPDAlAaxq3EPOGjJqpHEdWNVg2S0pN62NSmSudT/ap/BqZf7FqsI2cUxv2mUKzmyy+rYwbhd8TRgj1kFprNOaldrluO4dXjubJIY4qEyJY5Dc/F03sGED4AiGBPVYtPh8zscG64yJJ9Njs1ReyUCSX4jYmxoZOnO+6GfXE0s2xQIDAQAB');
+ xhr.send('{"operationName":"UserQuery","variables":{},"query":" query UserQuery { user { __typename profile { displayName } userInfo { regiId entitlements demographics { emailSubscriptions wat bundleSubscriptions { bundle inGrace promotion source } } } subscriptionDetails { graceStartDate graceEndDate isFreeTrial hasQueuedSub startDate endDate status entitlements } } } "}');
+ window.userXhrObject = xhr;
+ })();
+
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.vi = window.vi || {};
+ window.vi.env = Object.freeze({"JKIDD_PATH":"https://a.nytimes.com/svc/nyt/data-layer","ET2_URL":"https://a.et.nytimes.com","WEDDINGS_PATH":"https://content.api.nytimes.com","GDPR_PATH":"https://us-central1-nyt-wfvi-prd.cloudfunctions.net/gdpr-email-form","ABRA_ET_URL":"//et.nytimes.com","NODE_ENV":"production","SENTRY_SAMPLE_RATE":"10","EXPERIMENTAL_ROUTE_PREFIX":"","ENVIRONMENT":"prd","RELEASE":"3e64731fc0cf7fc3a5426ede69c85fe494706439","AUTH_HOST":"https://myaccount.nytimes.com","SWG_PUBLICATION_ID":"nytimes.com"});
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ window.swgUserInfoXhrObject = new XMLHttpRequest();
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ document.domain = 'nytimes.com';
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ var userAgent = window.navigator.userAgent || window.navigator.vendor || window.opera;
+ var inAndroid = userAgent.indexOf('nyt_android') !== -1;
+ var iniOS = userAgent.indexOf('nytios') !== -1;
+ if (inAndroid || iniOS) document.documentElement.classList.add('NYTApp');
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ !function(r,e){var i,a,c,p,s,l=[],
+ u="object"==typeof r.navigator&&r.navigator.sendBeacon?"beacon":"polybeacon";function f(){var e,t,
+ n=r.crypto||r.msCrypto;if(n)t=n.getRandomValues(new Uint8Array(18));else for(t=[];t.length<18;
+ )t.push(256*Math.random()^255&(e=e||+new Date)),e=Math.floor(e/256);return btoa(
+ String.fromCharCode.apply(String,t)).replace(/\+/g,"-").replace(/\//g,"_")}if(r.nyt_et)try{
+ console.warn("et2 snippet should only load once per page")}catch(e){}else r.nyt_et=function(){var e,
+ t,n=arguments;function o(){l.length&&(function(e,t){if("beacon"===u)return r.navigator.sendBeacon(e,
+ t);var n="function"==typeof XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP")
+ ;n.open("POST",e),n.withCredentials=!0,n.setRequestHeader("Accept","*/*"),
+ "string"==typeof t?n.setRequestHeader("Content-Type","text/plain;charset=UTF-8"
+ ):"[object Blob]"==={}.toString.call(t)&&t.type&&n.setRequestHeader("Content-Type",t.type);try{
+ n.send(t)}catch(e){}}(i+"/track",JSON.stringify(l)),l.length=0,clearTimeout(s),s=null)}if(
+ "string"==typeof n[0]&&/init/.test(n[0])&&(c=f(),"init"==n[0]&&!a)){if(a=f(),
+ "string"!=typeof n[1]||!/^http/.test(n[1]))throw new Error("init must include an et host url")
+ ;i=String(n[1]).replace(/\/$/,""),"string"==typeof n[2]&&(p=n[2])}e=n[n.length-1],
+ i&&"object"==typeof e&&(t="page"==e.subject?c:f(),e.sourceApp&&(p=e.sourceApp),e.sourceApp=p,l.push(
+ {context_id:a,pageview_id:c,event_id:t,client_lib:"cfc97c2",sourceApp:p,how:u,client_ts:+new Date,
+ data:JSON.parse(JSON.stringify(e))}),"send"==n[0]||t==c?o():s||(s=setTimeout(o,5500)))},
+ r.nyt_et.get_pageview_id=function(){return c}}(window);
+ ;
+ nyt_et('init', "https://a.et.nytimes.com", "nyt-vi",
+ {
+ subject: 'page',
+ assetUrl: (document.querySelector('link[rel=canonical]') || {}).href,
+ url: location.href,
+ referrer: document.referrer || void 0,
+ client_tz_offset: (new Date).getTimezoneOffset(),
+ sourceApp: "nyt-vi",
+ });
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ var NYTD = NYTD || {};
+ NYTD.PageViewId = {};
+ NYTD.PageViewId.update = function() {
+ NYTD.PageViewId.current = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
+ const r = (Math.random() * 16) | 0;
+ const v = c === 'x' ? r : (r & 0x3) | 0x8;
+ return v.toString(16);
+ });
+ return NYTD.PageViewId.current;
+ };
+ NYTD.PageViewId.update();
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ 100*Math.random()<=vi.env.SENTRY_SAMPLE_RATE?(window.INSTALL_RAVEN=!0,window.nyt_errors={ravenInstalled:!1,list:[],tags:[]},window.onerror=function(n,r,o,w,i){if(!window.nyt_errors.ravenInstalled){var t={err:i,data:{}};window.nyt_errors.list.push(t)}}):window.INSTALL_RAVEN=!1;
+ ]]>
+ </script>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
+ <link rel="shortcut icon" href="/vi-assets/static-assets/favicon-4bf96cb6a1093748bf5b3c429accb9b4.ico" />
+ <link rel="apple-touch-icon" href="/vi-assets/static-assets/apple-touch-icon-319373aaf4524d94d38aa599c56b8655.png" />
+ <link rel="apple-touch-icon-precomposed" sizes="144×144" href="/vi-assets/static-assets/ios-ipad-144x144-319373aaf4524d94d38aa599c56b8655.png" />
+ <link rel="apple-touch-icon-precomposed" sizes="114×114" href="/vi-assets/static-assets/ios-iphone-114x144-61d373c43aa8365d3940c5f1135f4597.png" />
+ <link rel="apple-touch-icon-precomposed" href="/vi-assets/static-assets/ios-default-homescreen-57x57-7cccbfb151c7db793e92ea58c30b9e72.png" />
+ <meta property="fb:app_id" content="9869919170" />
+ <meta name="twitter:site" value="@nytimes" />
+ <script>
+ <![CDATA[
+ var NYTD=NYTD||{};NYTD.Abra=function(t){"use strict";function e(t){var e=r[t];return e&&e[1]||null}function n(t,e){if(t){var n,r,o=e[0],i=e[1],c=0,u=0;if(1!==i.length||4294967296!==i[0])for(n=a(t+" "+o)>>>0,c=0,u=0;r=i[c++];)if(n<(u+=r[0]))return r}}function a(t){for(var e,n,a,r,o,i,c,u=0,l=0,s=[],f=[e=1732584193,n=4023233417,~e,~n,3285377520],h=[],p=t.length;l<=p;)h[l>>2]|=(l<p?t.charCodeAt(l):128)<<8*(3-l++%4);for(h[c=p+8>>2|15]=p<<3;u<=c;u+=16){for(e=f,l=0;l<80;e=[0|[(i=((t=e[0])<<5|t>>>27)+e[4]+(s[l]=l<16?~~h[u+l]:i<<1|i>>>31)+1518500249)+((n=e[1])&(a=e[2])|~n&(r=e[3])),o=i+(n^a^r)+341275144,i+(n&a|n&r|a&r)+882459459,o+1535694389][0|l++/20],t,n<<30|n>>>2,a,r])i=s[l-3]^s[l-8]^s[l-14]^s[l-16];for(l=5;l;)f[--l]=f[l]+e[l]|0}return f[0]}var r,o={};return t.dataLayer=t.dataLayer||[],e.init=function(e){var a,o,i,c,u,l,s,f,h,p,d=[],v=[],m=(t.document.cookie.match(/(?:^|;) *nyt-a=([^;]*)/)||[])[1],g=(t.document.cookie.match(/(?:^|;) *ab7=([^;]*)/)||[])[1],b=(t.location.search.match(/(?:^\?|&)abra=([^&]*)/)||[])[1];if(r)throw new Error("can't init twice");for(r={},u=(decodeURIComponent(g||"")+"&"+decodeURIComponent(b||"")).split("&"),a=u.length-1;a>=0;a--)l=u[a].split("="),l.length<2||(s=l[0])&&!r[s]&&(f=l[1]||null,r[s]=[,f,1],f&&d.push(s+"="+f),v.push({test:s,variant:f||"0"}));for(a=0;a<e.length;a++)i=e[a],(o=i[0])in r||(c=n(m,i)||[],c[0],h=c[1],p=!!c[2],r[o]=c,h&&d.push(o.replace(/[^\w-]/g)+"="+(""+h).replace(/[^\w-]/g)),p&&v.push({test:o,variant:h||"0"}));d.length&&t.document.documentElement.setAttribute("data-nyt-ab",d.join(" ")),v.length&&t.dataLayer.push({event:"ab-alloc",allocs:v})},e.reportExposure=function(e,n){if(!o[e]){o[e]=1;var a=r[e];if(a){var i=a[1];a[2]&&t.dataLayer.push({event:"ab-expose",abtest:{test:e,variant:i||"0"}})}n&&t.setTimeout(function(){n(null)},0)}},e}(this);;
+ NYTD.Abra.init([["WP_Platform",[[4294967296,"vi",0]]],["vi-ads-et",[[257698038,"2_remainder",1],[4037269258,null,0]]],["messaging-optimizely",[[4294967296,"1",0]]],["PER_MoreIn_AU_NZ",[[858993460,"0_control",1],[858993459,"1_au_top_stories",1],[858993459,"2_au_section_front",1],[858993459,"3_au_most_popular",1],[858993459,"4_editors_picks",1]]],["PER_MoreIn_World",[[85899346,"0_control",1],[85899346,"1_au_top_stories",1],[85899346,"2_au_section_front",1],[85899346,"3_au_most_popular",1],[85899346,"4_editors_picks",1],[3865470566,null,0]]],["PER_Vi_Personalization",[[429496730,"0_control",1],[429496730,"1_personalized_best",1],[3435973836,"2_personalized",1]]],["PER_Vi_Personalization_Ramp",[[4294967296,"0_per_on",0]]],["PER_vi_personalization_story_trending",[[858993460,"0_trending_trending",1],[429496729,"1_trending_popular",1],[429496730,"2_trending_als",1],[429496729,"3_popular_trending",1],[429496730,"4_popular_popular",1],[429496730,"5_popular_als",1],[429496729,"6_recommended_trending",1],[429496730,"7_recommended_popular",1],[429496729,"8_recommended_als",1]]],["STORY_bn_disco",[[1431655766,"0_control",1],[1431655765,"1_interactive1",1],[1431655765,"2_interactive2",1]]],["STORY_comment_btn",[[1073741824,"0_default",1],[1073741824,"1_bab",1],[2147483648,null,0]]],["STORY_relatedLinks",[[4294967296,"0",0]]],["STORY_EP_Recirc",[[1431655766,"0_control",1],[1431655765,"1_picksAboveMore",1],[1431655765,"2_picksBelowMore",1]]],["AD_MPC-355",[[1460288881,"0_control",1],[1417339208,"1_adslotwhitelist",1],[1417339207,"2_adslotunblock",1]]],["STORY_newsletter",[[1417339208,"0_control",1],[1417339208,"1_footertop",1],[1460288880,"2_ccol",1]]],["DTI_ET2",[[4294967296,"on",0]]],["STORY_Survey",[[4037269259,"0_control",1],[85899346,"1_question1",1],[85899346,"2_question2",1],[85899345,"3_question3",1]]],["HOMEPAGE_midterms",[[85899346,"0_default",1],[4209067950,"1_midterms",1]]],["dfp_lazy_load_api",[[4294968,"0_control",1],[4294967,"1",1],[4286377361,null,0]]],["medianet_toggle",[[4294967296,"0_default",1]]],["STORY_Packaging",[[858993460,"0_control",1],[858993459,"1",1],[858993459,"2",1],[858993459,"3",1],[858993459,"4",1]]],["MKT_incognito_msg_0918",[[644245095,"0_inline_sub",1],[644245094,"1_inline_app",1],[644245095,"2_expanded_sub",1],[644245094,"3_expanded_app",1],[644245094,"4_trunct_regi",1],[429496730,"5_survey",1],[644245094,null,0]]],["MKT_Redbird_Intl",[[613566757,"0_Control",1],[613566757,"1_GW2_FT_CC",1],[613566756,"2_GW2_FT_NoCC",1],[613566757,"3_GW2_Regi",1],[613566756,"4_GW3_FT_CC",1],[613566757,"5_GW3_FT_NoCC",1],[613566756,"6_GW3_Regi",1]]],["MKT_abandonment_1118",[[1431655766,"0_control",1],[1431655765,"1_clarity",1],[1431655765,"2_urgency",1]]],["MKT_Redbird_US",[[128849019,"0_Control",1],[128849019,"1_GW2_FT_CC",1],[128849019,"2_GW2_FT_NoCC",1],[128849019,"3_GW2_Regi",1],[128849019,"4_GW3_FT_CC",1],[128849019,"5_GW3_FT_NoCC",1],[128849019,"6_GW3_Regi",1],[3393024163,"Outside_Redbird",0]]],["MKT_wcm_dfp_propensity_price",[[12025909,"0",1],[12025908,"1",1],[12025909,"2",1],[12025908,"3",1],[12025909,"4",1],[12025908,"5",1],[12025909,"6",1],[12025908,"7",1],[12025908,"8",1],[12025909,"9",1],[12025908,"10",1],[12025909,"11",1],[12025908,"12",1],[12025909,"13",1],[12025908,"14",1],[12025908,"15",1],[12025909,"16",1],[12025908,"17",1],[12025909,"18",1],[12025908,"19",1],[12025909,"20",1],[12025908,"21",1],[12025908,"22",1],[12025909,"23",1],[12025908,"24",1],[12025909,"25",1],[12025908,"26",1],[12025909,"27",1],[12025908,"28",1],[12025908,"29",1],[12025909,"30",1],[12025908,"31",1],[12025909,"32",1],[12025908,"33",1],[12025909,"34",1],[12025908,"35",1],[12025908,"36",1],[12025909,"37",1],[12025908,"38",1],[12025909,"39",1],[12025908,"40",1],[12025909,"41",1],[12025908,"42",1],[12025908,"43",1],[12025909,"44",1],[12025908,"45",1],[12025909,"46",1],[12025908,"47",1],[12025909,"48",1],[12025908,"49",1],[12025908,"50",1],[12025909,"51",1],[12025908,"52",1],[12025909,"53",1],[12025908,"54",1],[12025909,"55",1],[12025908,"56",1],[12025908,"57",1],[12025909,"58",1],[12025908,"59",1],[12025909,"60",1],[12025908,"61",1],[12025909,"62",1],[12025908,"63",1],[12025908,"64",1],[12025909,"65",1],[12025908,"66",1],[12025909,"67",1],[12025908,"68",1],[12025909,"69",1],[12025908,"70",1],[12025908,"71",1],[12025909,"72",1],[12025908,"73",1],[12025909,"74",1],[12025908,"75",1],[12025909,"76",1],[12025908,"77",1],[12025908,"78",1],[12025909,"79",1],[12025908,"80",1],[12025909,"81",1],[12025908,"82",1],[12025909,"83",1],[12025908,"84",1],[12025908,"85",1],[12025909,"86",1],[12025908,"87",1],[12025909,"88",1],[12025908,"89",1],[12025909,"90",1],[12025908,"91",1],[12025908,"92",1],[12025909,"93",1],[12025908,"94",1],[12025909,"95",1],[12025908,"96",1],[12025909,"97",1],[12025908,"98",1],[12025908,"99",1],[12025909,"100",1],[12025908,"101",1],[12025909,"102",1],[12025908,"103",1],[12025909,"104",1],[12025908,"105",1],[12025908,"106",1],[12025909,"107",1],[12025908,"108",1],[12025909,"109",1],[12025908,"110",1],[12025909,"111",1],[12025908,"112",1],[12025908,"113",1],[12025909,"114",1],[12025908,"115",1],[12025909,"116",1],[12025908,"117",1],[12025909,"118",1],[12025908,"119",1],[12025908,"120",1],[12025909,"121",1],[12025908,"122",1],[12025909,"123",1],[12025908,"124",1],[12025909,"125",1],[12025908,"126",1],[12025908,"127",1],[12025909,"128",1],[12025908,"129",1],[12025909,"130",1],[12025908,"131",1],[12025909,"132",1],[12025908,"133",1],[12025908,"134",1],[12025909,"135",1],[12025908,"136",1],[12025909,"137",1],[12025908,"138",1],[12025909,"139",1],[12025908,"140",1],[12025908,"141",1],[12025909,"142",1],[12025908,"143",1],[3006477,"0",1],[3006477,"1",1],[3006478,"2",1],[3006477,"3",1],[3006477,"4",1],[3006477,"5",1],[3006477,"6",1],[3006477,"7",1],[3006477,"8",1],[3006477,"9",1],[3006477,"10",1],[3006478,"11",1],[3006477,"12",1],[3006477,"13",1],[3006477,"14",1],[3006477,"15",1],[3006477,"16",1],[3006477,"17",1],[3006477,"18",1],[3006477,"19",1],[3006477,"20",1],[3006478,"21",1],[3006477,"22",1],[3006477,"23",1],[3006477,"24",1],[3006477,"25",1],[3006477,"26",1],[3006477,"27",1],[3006477,"28",1],[3006477,"29",1],[3006478,"30",1],[3006477,"31",1],[3006477,"32",1],[3006477,"33",1],[3006477,"34",1],[3006477,"35",1],[3006477,"36",1],[3006477,"37",1],[3006477,"38",1],[3006478,"39",1],[3006477,"40",1],[3006477,"41",1],[3006477,"42",1],[3006477,"43",1],[3006477,"44",1],[3006477,"45",1],[3006477,"46",1],[3006477,"47",1],[3006478,"48",1],[3006477,"49",1],[3006477,"50",1],[3006477,"51",1],[3006477,"52",1],[3006477,"53",1],[3006477,"54",1],[3006477,"55",1],[3006477,"56",1],[3006477,"57",1],[3006478,"58",1],[3006477,"59",1],[3006477,"60",1],[3006477,"61",1],[3006477,"62",1],[3006477,"63",1],[3006477,"64",1],[3006477,"65",1],[3006477,"66",1],[3006478,"67",1],[3006477,"68",1],[3006477,"69",1],[3006477,"70",1],[3006477,"71",1],[3006477,"72",1],[3006477,"73",1],[3006477,"74",1],[3006477,"75",1],[3006478,"76",1],[3006477,"77",1],[3006477,"78",1],[3006477,"79",1],[3006477,"80",1],[3006477,"81",1],[3006477,"82",1],[3006477,"83",1],[3006477,"84",1],[3006477,"85",1],[3006478,"86",1],[3006477,"87",1],[3006477,"88",1],[3006477,"89",1],[3006477,"90",1],[3006477,"91",1],[3006477,"92",1],[3006477,"93",1],[3006477,"94",1],[3006478,"95",1],[3006477,"96",1],[3006477,"97",1],[3006477,"98",1],[3006477,"99",1],[3006477,"100",1],[3006477,"101",1],[3006477,"102",1],[3006477,"103",1],[3006478,"104",1],[3006477,"105",1],[3006477,"106",1],[3006477,"107",1],[3006477,"108",1],[3006477,"109",1],[3006477,"110",1],[3006477,"111",1],[3006477,"112",1],[3006477,"113",1],[3006478,"114",1],[3006477,"115",1],[3006477,"116",1],[3006477,"117",1],[3006477,"118",1],[3006477,"119",1],[3006477,"120",1],[3006477,"121",1],[3006477,"122",1],[3006478,"123",1],[3006477,"124",1],[3006477,"125",1],[3006477,"126",1],[3006477,"127",1],[3006477,"128",1],[3006477,"129",1],[3006477,"130",1],[3006477,"131",1],[3006478,"132",1],[3006477,"133",1],[3006477,"134",1],[3006477,"135",1],[3006477,"136",1],[3006477,"137",1],[3006477,"138",1],[3006477,"139",1],[3006477,"140",1],[3006477,"141",1],[3006478,"142",1],[3006477,"143",1],[42949673,"144",1],[2104533975,"outside_propensity",0]]],["ON_app_dl_mobile_0119",[[1431655766,"0_control",1],[1431655765,"1_appdl",1],[1431655765,"2_pill",1]]],["ON_app_dl_desktop_0119",[[4294967296,null,0]]],["ON_simplified_1218",[[4294967296,null,0]]],["DFP_house_conversion",[[2147483648,"0_control",1],[2147483648,"1_psa",1]]],["MKT_gwlp_cta_0118",[[715541552,"0_ctahidden",1],[715541552,"1_ctaexposed",1],[715541551,"3_ctaexposed_offer",1],[2148342641,null,0]]],["FREEX_FT_Reassure",[[858993460,"0_control",1],[858993459,"1_no_cc_copy",1],[858993459,"2_unlimited_access",1],[858993459,"3_free_weeks",1],[858993459,"4_continue_reading",1]]],["FREEX_Gateway_Stories",[[1431655766,"0_Control",1],[1431655765,"1_More_Section",1],[1431655765,"3_Extra",1]]],["RET_ingrace_truncator_0219",[[1431655766,"0_Grace_Control",1],[1431655765,"1_Grace_DismissableTruncator",1],[1431655765,"2_Grace_NonDismissableTruncator",1]]],["MKT_dfp_ocean_messaging",[[1431655766,"0_control",0],[1431655765,"1_relevance",0],[1431655765,"2_breadth",0]]],["HL_sample",[[2147483648,"0",1],[2147483648,"1",1]]]],"//et.nytimes.com");
+ ]]>
+ </script>
+ <link data-rh="true" rel="alternate" itemprop="mainEntityOfPage" hreflang="en-US" href="https://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.html" />
+ <link data-rh="true" rel="canonical" href="https://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.html" />
+ <link data-rh="true" rel="alternate" href="android-app://com.nytimes.android/nytimes/reader/id/100000006102576" />
+ <link data-rh="true" rel="amphtml" href="https://www.nytimes.com/2018/09/25/business/economy/us-government-debt-interest.amp.html" />
+ <link data-rh="true" rel="alternate" type="application/json+oembed" href="https://www.nytimes.com/svc/oembed/json/?url=https%3A%2F%2Fwww.nytimes.com%2F2018%2F09%2F25%2Fbusiness%2Feconomy%2Fus-government-debt-interest.html" title="As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military" />
+ <script data-rh="true">
+ <![CDATA[
+ if (typeof testCookie === 'undefined') {
+ var testCookie = function (name) {
+ var match = document.cookie.match(new RegExp(name + '=([^;]+)'));
+ if (match) return match[1];
+ }
+ }
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ if (window.NYTD.Abra('dfp_story_toggle') !== '1_block') {
+
+ if (testCookie('nyt-gdpr') !== '1') {
+ var gptScript = document.createElement('script');
+ gptScript.async = 'async';
+ gptScript.src = '//www.googletagservices.com/tag/js/gpt.js';
+ document.head.appendChild(gptScript);
+ }
+ }
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ if (window.NYTD.Abra('dfp_story_toggle') !== '1_block') {
+
+ var googletag = googletag || {};
+ googletag.cmd = googletag.cmd || [];
+
+ if (testCookie('nyt-gdpr') == '1') {
+ googletag.cmd.push(function() {
+ googletag.pubads().setRequestNonPersonalizedAds(1);
+ });
+ }
+ }
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ (function() {
+ var getScripts = function() {
+ if (window.NYTD.Abra('medianet_toggle') !== '1_block') {
+ var readCookie = function(name) {
+ match = document.cookie.match(new RegExp(name + '=([^;]+)'));
+ if (match) return match[1];
+ }
+ // Allows media.net if user is not from EEA
+ if (readCookie('nyt-gdpr') !== '1') {
+ // Allows media.net only if prebid testing is not on
+ if (!readCookie('ab7') || readCookie('ab7') !== 'vi-prebid-header=1') {
+ var mediaScript = document.createElement("script");
+ var cid = '8CU2553YN';
+ var domain = 'www.nytimes.com';
+ if (window.innerWidth < 600) {
+ cid = '8CULO58R6';
+ }
+ mediaScript.async = true;
+ mediaScript.src="https://contextual.media.net/bidexchange.js?cid="+cid+"&dn="+domain+"&https=1";
+ document.head.appendChild(mediaScript);
+ }
+ }
+
+ }
+ if (window.NYTD.Abra('medianet_toggle') !== '1_block') {
+ var mediaNetCID = '8CU2553YN';
+ if (window.innerWidth < 600) {
+ mediaNetCID = '8CULO58R6';
+ }
+ window.advBidxc = window.advBidxc || {};window.advBidxc.renderAd = function() {};
+ window.advBidxc.startTime = new Date().getTime(); window.advBidxc.customerId = {mediaNetCID: mediaNetCID};
+ window.advBidxc.misc = {"isGptDisabled": 1};
+
+ }
+ if (window.NYTD.Abra('amazon_toggle') !== '1_block') {
+
+ !function(a9,a,p,s,t,A,g){if(a[a9])return;
+ function q(c,r){a[a9]._Q.push([c,r])}a[a9]={
+ init:function(){q("i",arguments)},
+ fetchBids:function(){q("f",arguments)},
+ setDisplayBids:function(){},
+ targetingKeys:function(){return[]},_Q:[]};
+ A=p.createElement(s);
+ A.async=!0;
+ A.src=t;
+ g=p.getElementsByTagName(s)[0];
+ g.parentNode.insertBefore(A,g)}
+ ("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
+ apstag.init({
+ pubID: '3030',
+ adServer: 'googletag',
+ params: {
+ si_section: 'business'
+ }
+ });
+
+ }
+ if (window.NYTD.Abra('index_toggle') !== '1_block') {
+
+ var indexScript = document.createElement("script");
+ indexScript.async = 'async';
+ indexScript.src="https://js-sec.indexww.com/ht/p/183760-179626133031071.js";
+ document.head.appendChild(indexScript);
+
+ };
+ };
+ if (window.NYTD.Abra('DFP_prioritize_defer') !== null && window.NYTD.Abra('DFP_prioritize_defer').indexOf('hb') !== -1 && window.NYTD.Abra('MKT_Redbird_US') === 'Outside_Redbird') {
+ var scriptAdded = false;
+ window.googletag = window.googletag || {};
+ window.googletag.cmd = window.googletag.cmd || [];
+ window.googletag.cmd.push(function() {
+ window.googletag.pubads().addEventListener('slotOnload', function(e) {
+ if (e.slot && typeof e.slot.getSlotElementId === 'function' && e.slot.getSlotElementId() === 'top' && !scriptAdded) {
+ getScripts();
+ scriptAdded = true;
+ }
+ });
+ });
+ setTimeout(function() {
+ if (!scriptAdded) {
+ getScripts();
+ scriptAdded = true;
+ }
+ }, 10000);
+ } else {
+ getScripts();
+ }
+ }());
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ if (window.NYTD.Abra('vi-ads-et') || (window.NYTD.Abra('DFP_prioritize_defer') !== null && window.NYTD.Abra('MKT_Redbird_US') === 'Outside_Redbird')) {
+ window.addEventListener('beforeunload', function(e) {
+ function measureExit() {
+ try {
+ var time;
+ if (performance) {
+ performance.mark('exit-event');
+ performance.measure('visit-time', 'responseStart', 'exit-event');
+ time = performance.getEntriesByName('visit-time')[0].duration;
+ }
+ return time;
+ } catch (err) {
+ // move on
+ }
+ };
+
+ var etUrl = 'https://et.nytimes.com/';
+ var data = 'url=' + window.location.href +
+ '&referrer=' + document.referrer +
+ '&subject=module-interactions' +
+ '&moduleData=%7B%22module%22%3A%22nyt-vi-exit-pixel%22%2C%22eventName%22%3A%22Impression%22%2C%22action%22%3A%22Impression%22%2C%22mData%22%3A%22' + measureExit() + '%22%7D' +
+ '&page_view_id=' + window.NYTD.PageViewId.current +
+ '&sourceApp=nyt-vi&instant=1' +
+ '&_=' + Date.now();
+ if ('sendBeacon' in navigator) {
+ navigator.sendBeacon(etUrl, data);
+ }
+ });
+ }
+ ]]>
+ </script>
+ <script data-rh="true">
+ <![CDATA[
+ if ((window.NYTD.Abra('DFP_prioritize_defer') !== null && window.NYTD.Abra('MKT_Redbird_US') === 'Outside_Redbird') && !(testCookie('nyt-gdpr') === '1' && testCookie('NYT-T') === 'out')) {
+
+ var noop=function(){return{}},noopArr=function(){return[]},performance=window.performance||{};performance.mark=performance.mark||noop,performance.measure=performance.measure||noop,performance.getEntriesByName=performance.getEntriesByName||noopArr,performance.getEntriesByType=performance.getEntriesByType||noopArr;var ADF={isRefresh:!1,isDisplayed:!1,isManualRefresh:window.performance&&window.performance.navigation&&1===window.performance.navigation.type,observer:null,trackEvent:function(e){var t={module:"top",action:"ad-impression"};window.Object.keys(e).forEach(function(r){t[r]=e[r]});var r=document.createElement("img"),n="https://et.nytimes.com/pixel?url="+encodeURIComponent(window.location.href)+"&referrer="+document.referrer+"&subject=module-interactions&page_view_id="+window.NYTD.PageViewId.current+"&moduleData="+encodeURIComponent(window.JSON.stringify(t))+"&sourceApp=nyt-vi&instant=1&_="+Date.now();r.src=n,r.style.cssText="position: absolute; z-index: -999999; left: -1000px; top: -1000px;",document.body&&document.body.appendChild(r)},trackTimeCalled:function(e,t){performance.timing&&performance.timing.responseStart&&t.setTargeting("request_time",(Date.now()-performance.timing.responseStart).toString());var r="top-timeCalled";performance.mark(r),performance.measure(e,"responseStart",r);var n=performance.getEntriesByName(e).pop();n&&this.trackEvent({eventName:"timeCalled",moduleDetail:Math.round(n.duration)})},getDeviceType:function(){var e="tablet",t="desktop",r="smartphone";return window.matchMedia("(min-width: 740px)").matches&&(r=e),window.matchMedia("(min-width: 1150px)").matches&&(r=t),r},getAbraDfpVariants:function(){var e=window.document.documentElement.getAttribute("data-nyt-ab");return e?e.split(" ").reduce(function(e,t){var r=t.split("="),n=r[0].toLowerCase(),o=r[1];return(n.indexOf("dfp")>-1||n.indexOf("redbird")>-1)&&e.push(n+"_"+o),e},[]):""},getSub:function(e,t){var r=e&&e.demographics,n=r&&r.emailSubscriptions,o=r&&r.bundleSubscriptions;if(r&&o&&t&&(t.sub="reg",n&&n.length&&(t.em=n.toString().toLowerCase()),r.wat&&(t.wat=r.wat.toLowerCase()),o&&o.length&&o[0].bundle)){var i=o[0];t.sub=i.bundle.toLowerCase(),i.source&&(t.subsrc=i.source.toLowerCase()),i.promotion&&(t.subprm=i.promotion),i.in_grace&&(t.grace=i.in_grace.toString())}return t},getUserInfo:function(){var e=window.userInfoXhrObject&&""!==window.userInfoXhrObject.responseText&&window.JSON.parse(window.userInfoXhrObject.responseText).data||null,t=null;return e&&e.user&&(t=e.user.userInfo?{demographics:e.user.userInfo.demographics}:{}),t},getViewport:function(e){var t={smartphone:"small",tablet:"medium",desktop:"large"};return e?t[e]:t.desktop},getTargeting:function(e,t){var r=this.getUserInfo();r?e=this.getSub(r,e):e.sub="anon",1===testCookie("nyt-gdpr")&&(e.gdprUser=!0);var n=testCookie("NYT-T");return n&&"out"===n.toLowerCase()&&(e.noTracking=!0),"/"===location.pathname&&(e.topref=document.referrer,this.isManualRefresh&&(e.refresh="manual")),e.aid=testCookie("nyt-a")||"",e.abra_dfp=this.getAbraDfpVariants(),e.page_view_id=window.NYTD.PageViewId.current,e.vp=this.getViewport(t),e},defineAd:function(e,t){var r=window.googletag.defineSlot(t,[],e);if(r){var n="top-timeDefined";performance.mark(n),performance.measure(e,"responseStart",n);var o=performance.getEntriesByName(e).pop();o&&this.trackEvent({eventName:"timeDefined",moduleDetail:Math.round(o.duration)})}return r},observeAd:function(e,t){var r=document.getElementById(e);if(this.observer)this.observer.unobserve(r),this.observer.observe(r);else{window.IntersectionObserver.prototype.POLL_INTERVAL=1e3;var n=new IntersectionObserver(function(n,o){n[0].isIntersecting&&(this.trackTimeCalled(e,t),this.isRefresh&&this.isDisplayed?window.googletag.pubads().refresh([t]):(window.googletag.display(t),this.isDisplayed=!0),o.unobserve(r))}.bind(this),{root:null,rootMargin:"400px",threshold:0});n.observe(r),this.observer=n}},callAd:function(e,t){void 0!==window.IntersectionObserver&&this.isManualRefresh?this.observeAd(e,t):(this.trackTimeCalled(e,t),window.googletag.display(e),this.isDisplayed=!0)},createTopAd:function(e,t){var r="top",n=this.getDeviceType();if("smartphone"!==n){var o=this.defineAd(r,t);if(o){var i=window.googletag.sizeMapping().addSize([970,0],["fluid",[728,90],[970,90],[970,250],[1605,300]]).addSize([728,0],["fluid",[728,90],[300,250],[1605,300]]).addSize([0,0],["fluid",[300,250],[300,420]]).build();o.defineSizeMapping(i);var a=this.getTargeting(e,n);window.Object.keys(a).forEach(function(e){o.setTargeting(e,a[e])}),o.addService(window.googletag.pubads()),window.googletag.enableServices(),this.callAd(r,o),window.googletag.pubads().addEventListener("slotRenderEnded",function(e){if(e.slot.getSlotElementId()===r){var t="top-timeRendered";performance.mark(t),performance.measure(r,"top-timeCalled",t);var n=performance.getEntriesByName(r).pop();n&&this.trackEvent({eventName:"timeRendered",moduleDetail:Math.round(n.duration)}),e.isEmpty&&(document.getElementById(r).parentNode.style.display="none")}}.bind(this)),window.googletag.pubads().addEventListener("slotOnload",function(e){if(e.slot.getSlotElementId()===r){var t="top-timeLoaded";performance.mark(t),performance.measure(r,"top-timeCalled",t);var n=performance.getEntriesByName(r).pop();n&&this.trackEvent({eventName:"timeLoaded",moduleDetail:Math.round(n.duration)})}}.bind(this)),window.googletag.pubads().addEventListener("impressionViewable",function(e){if(e.slot.getSlotElementId()===r){var t="top-timeViewed";performance.mark(t),performance.measure(r,"top-timeCalled",t);var n=performance.getEntriesByName(r).pop();n&&this.trackEvent({eventName:"timeViewed",moduleDetail:Math.round(n.duration)})}}.bind(this)),document.addEventListener("topAdRefresh",function(e){o.setTargeting("page_view_id",window.NYTD.PageViewId.current),o.setTargeting("refresh",e.detail),this.isRefresh=!0,void 0!==window.IntersectionObserver?this.observeAd(r,o):(this.trackTimeCalled(r,o),window.googletag.pubads().refresh([o]))}.bind(this))}}}};
+ window.googletag = window.googletag || {};
+ window.googletag.cmd = window.googletag.cmd || [];
+ window.googletag.cmd.push(ADF.createTopAd.bind(ADF, {"div":"top","gpt-beta":"vqwdtftx","pos":"top","sov":null,"test":"projectvi","ver":"vi","hasVideo":false,"template":"article","si_section":"business","plat":"web","auth":"nelsondschwartz","typ":"art,oak","edn":"us","des":"nationaldebtus,federalbudgetus,unitedstatespoliticsandgovernm,interestrates,unitedstatesdefenseandmilitary,unitedstateseconomy,federaltaxesus,usdollarcurrency,recessionanddepression","per":"trumpdonaldj","org":"congressionalbudgetoffice,federalreservesystem","coll":"politics,economy,business,amp","id":"100000006102576","als_test":"1551234976794","brandsensitive":"false","ledemedsz":"none","prop":"nyt","section":"business","artlen":"long","emotions":"fear,optimistic,interest,informed,hate,not_selfconfident,not_happiness,not_adventurous,not_inthemoodtospend,not_boredom,not_indulgent,not_nostalgic,not_love,not_amused,not_inspired","gscat":"neg_mastercard,gs_politics,gs_economy,gs_economy_misc,gs_finance,gs_politics_misc,gs_politics_american,gs_finance_loans,neg_hearts,gs_finance_tax,gv_safe"}, '/29390238/nyt/business/economy'));
+
+ }
+ ]]>
+ </script>
+ <link rel="stylesheet" href="/vi-assets/static-assets/global-42db6c8821fec0e2b3837b2ea2ece8fe.css" />
+ <style>
+ <![CDATA[
+ .css-1dv1kvn{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.css-nuvmzp{font-size:14.25px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;text-transform:uppercase;-webkit-letter-spacing:0.7px;-moz-letter-spacing:0.7px;-ms-letter-spacing:0.7px;letter-spacing:0.7px;line-height:19px;}.css-nuvmzp:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1gz70xg{border-left:1px solid #ccc;color:#326891;height:12px;margin-left:8px;padding-left:8px;}.css-9e9ivx{display:none;font-size:10px;margin-left:auto;text-transform:uppercase;}.hasLinks .css-9e9ivx{display:block;}@media (min-width:740px){.hasLinks .css-9e9ivx{margin:none;position:absolute;right:20px;}}@media (min-width:1024px){.hasLinks .css-9e9ivx{display:none;}}.css-2bwtzy{display:inline-block;padding:6px 4px 4px;margin-bottom:12px;font-size:12px;border-radius:3px;-webkit-transition:background 0.6s ease;transition:background 0.6s ease;}.css-2bwtzy:hover{background-color:#f7f7f7;}.css-6n7j50{display:inline;}.css-1kj7lfb{display:none;}@media (min-width:1024px){.css-1kj7lfb{display:inline-block;margin-right:7px;}}.css-10m9xeu{display:block;width:16px;height:16px;}.css-vz7hjd{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.css-1fe7a5q{display:inline-block;height:16px;vertical-align:sub;width:16px;}.css-1rn5q1r{border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:transparent;color:#000;font-size:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:7px 9px 9px;background:#fff;display:inline-block;left:44px;text-transform:uppercase;-webkit-transition:none;transition:none;}.css-1rn5q1r:active,.css-1rn5q1r:focus{-webkit-clip:auto;clip:auto;overflow:visible;width:auto;height:auto;}.css-1rn5q1r::-moz-focus-inner{padding:0;border:0;}.css-1rn5q1r:-moz-focusring{outline:1px dotted;}.css-1rn5q1r:disabled,.css-1rn5q1r.disabled{opacity:0.5;cursor:default;}.css-1rn5q1r:active,.css-1rn5q1r.active{background-color:#f7f7f7;}@media (min-width:740px){.css-1rn5q1r:hover{background-color:#f7f7f7;}}.css-1rn5q1r:focus{margin-top:3px;padding:8px 8px 6px;}@media (min-width:1024px){.css-1rn5q1r{left:112px;}}.css-10488qs{display:none;}@media (min-width:1024px){.css-10488qs{display:inline-block;position:relative;}}.css-1iruc8t{list-style:none;margin:0;padding:0;}.css-1ropbjl::before{background-color:$white;border-bottom:1px solid #e2e2e2;border-top:2px solid #e2e2e2;content:'';display:block;height:1px;margin-top:0;}@media (min-width:1150px){.css-1ropbjl{margin:0 auto;max-width:1200px;padding:0 3% 9px;}}.NYTApp .css-1ropbjl{display:none;}@media print{.css-1ropbjl{display:none;}}.css-uw59u{padding:0 20px;}@media (min-width:740px){.css-uw59u{padding:0 3%;}}@media (min-width:1150px){.css-uw59u{padding:0;}}.css-jxzr5i{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row;-ms-flex-flow:row;flex-flow:row;}.css-oylsik{display:block;height:44px;vertical-align:middle;width:184px;}.css-1otr2jl{margin:18px 0 0 auto;}.css-1c8n994{color:#6288a5;font-family:nyt-franklin;font-size:11px;font-style:normal;font-weight:400;line-height:11px;-webkit-text-decoration:none;text-decoration:none;}.css-qtw155{display:block;}@media (min-width:1150px){.css-qtw155{display:none;}}.css-v0l3hm{display:none;}@media (min-width:1150px){.css-v0l3hm{display:block;}}.css-g4gku8{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:10px;min-width:600px;}.css-1rr4qq7{-webkit-flex:1;-ms-flex:1;flex:1;}.css-6xhk3s{border-left:1px solid #e2e2e2;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:15px;}.css-rxqrcl{color:#333;font-size:13px;font-weight:700;font-family:nyt-franklin;height:25px;line-height:15px;margin:0;text-transform:uppercase;width:150px;}.css-tj0ten{margin-bottom:5px;white-space:nowrap;}.css-tj0ten:last-child{margin-bottom:10px;}.css-ist4u3.desktop{display:none;}@media (min-width:740px){.css-ist4u3.desktop{display:block;}.css-ist4u3.smartphone{display:none;}}.css-1gprdgz{list-style:none;margin:0;padding:0;-webkit-columns:2;columns:2;padding:0 0 15px;}.css-10t7hia{height:34px;line-height:34px;list-style-type:none;}.css-10t7hia.desktop{display:none;}@media (min-width:740px){.css-10t7hia.desktop{display:block;}.css-10t7hia.smartphone{display:none;}}.css-mzqdl{color:#333;display:block;font-family:nyt-franklin;font-size:15px;font-weight:500;height:34px;line-height:34px;-webkit-text-decoration:none;text-decoration:none;text-transform:capitalize;}.css-kwpx34{color:#000;display:inline-block;font-family:nyt-franklin;-webkit-text-decoration:none;text-decoration:none;text-transform:capitalize;width:150px;font-size:14px;font-weight:500;height:23px;line-height:16px;}.css-kwpx34:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}body.dark .css-kwpx34{color:#fff;}.css-1k2cjfc{color:#000;display:inline-block;font-family:nyt-franklin;-webkit-text-decoration:none;text-decoration:none;text-transform:capitalize;width:150px;font-size:16px;font-weight:700;height:25px;line-height:15px;padding-bottom:0;}.css-1k2cjfc:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}body.dark .css-1k2cjfc{color:#fff;}.css-1vhk1ks{color:#000;display:inline-block;font-family:nyt-franklin;-webkit-text-decoration:none;text-decoration:none;text-transform:capitalize;width:150px;font-size:11px;font-weight:500;height:23px;line-height:21px;}.css-1vhk1ks:hover{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}body.dark .css-1vhk1ks{color:#fff;}.css-6td9kr{list-style:none;margin:0;padding:0;border-top:1px solid #e2e2e2;margin-top:2px;padding-top:10px;}.css-r5ic95{display:inline-block;height:13px;width:13px;margin-right:7px;vertical-align:middle;}.css-15uy5yv{border-top:1px solid #ebebeb;padding-top:9px;}.css-1p8nkc0{color:#999;font-family:nyt-franklin,helvetica,arial,sans-serif;padding:10px 0;-webkit-text-decoration:none;text-decoration:none;white-space:nowrap;}.css-1p8nkc0:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-1hyfx7x{display:none;}@-webkit-keyframes animation-f8wsfj{0%{opacity:1;}50%{opacity:0;}100%{opacity:0;}}@keyframes animation-f8wsfj{0%{opacity:1;}50%{opacity:0;}100%{opacity:0;}}@-webkit-keyframes animation-mhvv8m{0%{opacity:0;}50%{opacity:0;}100%{opacity:1;}}@keyframes animation-mhvv8m{0%{opacity:0;}50%{opacity:0;}100%{opacity:1;}}.css-qremme{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;background:#333;box-shadow:0 2.5px 5px rgba(0,0,0,0.25);border-radius:101px;z-index:1000000101;}@media (min-width:768px){.css-qremme{height:35px;}}.css-1f85ym4{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 13px 0 17px;background-color:transparent;color:#fff;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;font-size:0.875rem;line-height:0.875rem;}@media (min-width:768px){.css-1f85ym4{font-size:0.9375rem;line-height:0.9375rem;}}.css-7inim5{border:0.5px solid #ccc;height:60%;}.css-133m5b6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 16px 0 13px;background-color:transparent;}.css-133m5b6 svg{fill:none;}.css-133m5b6 svg path{stroke-width:2px;-webkit-transform:translate(10.57px,-1.46px);-ms-transform:translate(10.57px,-1.46px);transform:translate(10.57px,-1.46px);}.css-1lc20wh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100vw;bottom:2.5vh;-webkit-transform:translateY(75px);-ms-transform:translateY(75px);transform:translateY(75px);}.css-1lc20wh.shown{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:200ms -webkit-transform ease-in-out;-webkit-transition:200ms transform ease-in-out;transition:200ms transform ease-in-out;}@media print{.css-1lc20wh{display:none;}}@-webkit-keyframes animation-1m9j9gf{from{background-color:#f7f7f5;}to{background-color:transparent;}}@keyframes animation-1m9j9gf{from{background-color:#f7f7f5;}to{background-color:transparent;}}.css-1g7m0tk{color:#326891;}.css-1g7m0tk:visited{color:#326891;}.sizeSmall .css-bsn42l{width:50%;}@media (min-width:600px){.sizeSmall .css-bsn42l{width:300px;}}@media (min-width:1440px){.sizeSmall .css-bsn42l{width:300px;}}@media (max-width:600px){.sizeSmall .css-bsn42l{width:50%;}}.sizeSmall.sizeSmallNoCaption .css-bsn42l{margin-left:auto;margin-right:auto;}@media (min-width:740px){.sizeSmall.layoutVertical .css-bsn42l{max-width:250px;}}@media (min-width:1024px){.sizeSmall.layoutVertical .css-bsn42l{width:250px;}}@media (max-width:740px){.sizeSmall.layoutVertical .css-bsn42l{max-width:250px;}}@media (min-width:740px){.sizeSmall.layoutHorizontal .css-bsn42l{max-width:300px;}}@media (min-width:1024px){.sizeSmall.layoutHorizontal .css-bsn42l{width:300px;}}@media (max-width:740px){.sizeSmall.layoutHorizontal .css-bsn42l{max-width:300px;}}@media (min-width:600px){.sizeMedium.layoutVertical.verticalVideo .css-bsn42l{width:310px;}}.css-11cwn6f{width:100%;vertical-align:top;}.css-11cwn6f img{width:100%;vertical-align:top;}.css-d8bdto{color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:17px;margin-bottom:5px;}@media print{.css-d8bdto{display:none;}}.css-y8aj3r{padding:0;}.css-60hakz{color:#999;display:inline;margin-right:16px;padding:10px 0;width:100%;}.css-60hakz a{-webkit-text-decoration:none;text-decoration:none;}@media (max-width:659px){.css-60hakz:nth-of-type(3),.css-60hakz:nth-of-type(4){display:none;}}.css-60hakz:last-of-type{margin-right:0;}.css-i29ckm{width:calc(100% - 40px);max-width:600px;margin:1.5rem auto 2rem;}@media (min-width:1440px){.css-i29ckm{width:600px;max-width:600px;}}@media (min-width:600px){.css-i29ckm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (max-width:600px){.css-i29ckm .facebook,.css-i29ckm .twitter,.css-i29ckm .email{display:inline-block;}}.css-1ri25x2{display:none;}@media (min-width:740px){.css-1ri25x2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:16px;height:31px;}}@media (min-width:1024px){.css-1ri25x2{display:none;}}.css-12fr9lp{height:23px;margin-top:6px;}.css-1hfdzay{display:none;}@media (min-width:1024px){.css-1hfdzay{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:0;}}.css-k008qs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.css-eqw76k{display:none;}@media (min-width:740px){.css-eqw76k{position:fixed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:0;z-index:1;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;width:100%;height:32.063px;background:white;padding:5px 0 5px 0;top:0;text-align:center;font-family:'nyt-cheltenham';box-shadow:rgba(0,0,0,0.08) 0 0 5px 1px;border-bottom:1px solid #e2e2e2;}}.css-m6xlts{margin-left:20px;margin-right:20px;max-width:1605px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%;}@media (min-width:1360px){.css-m6xlts{margin-left:20px;margin-right:20px;}}@media (min-width:1780px){.css-m6xlts{margin-left:auto;margin-right:auto;}}.css-1ahhg7f{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;max-width:1605px;overflow:hidden;position:absolute;width:56%;margin-left:calc((100% - 56%) / 2);}@media (min-width:1024px){.css-1ahhg7f{width:56%;margin-left:calc((100% - 56%) / 2);}}@media (min-width:1024px){.css-1ahhg7f{width:53%;margin-left:calc((100% - 53%) / 2);}}.css-rs6kf8{font-family:nyt-cheltenham-small,georgia,'times new roman';font-weight:700;font-size:13px;-webkit-letter-spacing:0.015em;-moz-letter-spacing:0.015em;-ms-letter-spacing:0.015em;letter-spacing:0.015em;font-weight:400;margin-top:10.5px;margin-right:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.css-17xtcya{font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;font-size:12.5px;text-transform:uppercase;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;margin-top:12.5px;margin-bottom:auto;margin-left:auto;white-space:nowrap;}.css-17xtcya:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-x15j1o{display:inline-block;padding-left:7px;padding-right:7px;font-size:13px;margin-top:10px;margin-bottom:auto;color:#ccc;}.css-19gb6gw{margin-top:auto;margin-bottom:auto;margin-left:auto;background-color:white;z-index:50;box-shadow:-14px 2px 7px -2px rgba(255,255,255,0.7);}@media (min-width:740px){.css-1iwv8en{margin-top:1px;}}@media (min-width:1024px){.css-1iwv8en{margin-top:0;}}.css-1sy8kpn{display:none;}@media (min-width:765px){.css-1sy8kpn{background-color:#f7f7f7;border-bottom:1px solid #f3f3f3;display:block;padding-bottom:15px;padding-top:15px;margin:0;min-height:90px;}}@media print{.css-1sy8kpn{display:none;}}.css-19vbshk{color:#ccc;display:none;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.5625rem;font-weight:300;-webkit-letter-spacing:0.05rem;-moz-letter-spacing:0.05rem;-ms-letter-spacing:0.05rem;letter-spacing:0.05rem;line-height:0.5625rem;margin-left:auto;text-align:center;text-transform:uppercase;}@media (min-width:600px){.css-19vbshk{display:inline-block;}}.css-19vbshk p{margin-bottom:auto;margin-right:7px;margin-top:auto;text-transform:none;}.css-l9onyx{color:#ccc;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.5625rem;font-weight:300;-webkit-letter-spacing:0.05rem;-moz-letter-spacing:0.05rem;-ms-letter-spacing:0.05rem;letter-spacing:0.05rem;line-height:0.5625rem;margin-bottom:9px;text-align:center;text-transform:uppercase;}@-webkit-keyframes animation-b7n1on{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes animation-b7n1on{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}.css-1rj8to8{display:inline-block;line-height:1em;}.css-1rj8to8 .css-0{-webkit-text-decoration:none;text-decoration:none;display:inline-block;}.css-4w91ra{display:inline-block;padding-left:3px;}.css-1rjzas3{font-family:nyt-imperial,georgia,'times new roman',times,serif;font-style:italic;font-size:1.0625rem;line-height:1.5rem;width:calc(100% - 40px);max-width:600px;margin:0 auto 0.75rem;margin-top:1rem;}@media (min-width:740px){.css-1rjzas3{font-size:1.1875rem;line-height:1.75rem;margin-bottom:1.25rem;}}@media (min-width:1440px){.css-1rjzas3{width:600px;max-width:600px;}}@media print{.css-1rjzas3{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-acwcvw{margin-bottom:1rem;}@-webkit-keyframes animation-1egl8em{from{opacity:0;-webkit-transform:translate3d(0,13%,0);-ms-transform:translate3d(0,13%,0);transform:translate3d(0,13%,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes animation-1egl8em{from{opacity:0;-webkit-transform:translate3d(0,13%,0);-ms-transform:translate3d(0,13%,0);transform:translate3d(0,13%,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.css-vdv0al{font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:0.75rem;line-height:1rem;width:calc(100% - 40px);max-width:600px;margin:0 auto 1em;color:#999;}.css-vdv0al a{color:#999;-webkit-text-decoration:none;text-decoration:none;}.css-vdv0al a:hover{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:1440px){.css-vdv0al{width:600px;max-width:600px;}}@media print{.css-vdv0al{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media print{.css-vdv0al span{display:none;}}.css-1i2y565 .e6idgb70 + .e1h9rw200{margin-top:0;}.css-1i2y565 .eoo0vm40 + .e1gnsphs0{margin-top:-0.3em;}.css-1i2y565 .e6idgb70 + .eoo0vm40{margin-top:0;}.css-1i2y565 .eoo0vm40 + figure{margin-top:1.2rem;}.css-1i2y565 .e1gnsphs0 + figure{margin-top:1.2rem;}.css-o6xoe7{display:none;}@media (min-width:1024px){.css-o6xoe7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:0;margin-left:auto;width:130px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (min-width:1150px){.css-o6xoe7{width:210px;}}@media print{.css-o6xoe7{display:none;}}.css-1fanzo5{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem;}@media (min-width:1024px){.css-1fanzo5{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:100%;width:945px;margin-left:auto;margin-right:auto;}}@media (min-width:1150px){.css-1fanzo5{width:1110px;margin-left:auto;margin-right:auto;}}@media (min-width:1280px){.css-1fanzo5{width:1170px;}}@media (min-width:1440px){.css-1fanzo5{width:1200px;}}@media print{.css-1fanzo5{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media print{.css-1fanzo5{margin-bottom:1em;display:block;}}.css-53u6y8{margin-left:auto;margin-right:auto;width:100%;}@media (min-width:1024px){.css-53u6y8{margin-left:calc((100% - 600px) / 2);margin-right:0;width:600px;}}@media (min-width:1440px){.css-53u6y8{max-width:600px;width:600px;margin-left:calc((100% - 600px) / 2);}}@media print{.css-53u6y8{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-z3e15g{position:fixed;opacity:0;-webkit-scroll-events:none;-moz-scroll-events:none;-ms-scroll-events:none;scroll-events:none;top:0;left:0;bottom:0;right:0;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;background-color:#fff;pointer-events:none;}.css-cl76n0{margin:0 0 1rem;}.css-1vs7yia{color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.9375rem;line-height:1.25rem;}.css-irejme{margin:10px auto 20px;max-width:100%;line-height:0;}.css-1ct2c9h{margin:0;display:inline;color:#888;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.75rem;line-height:1rem;-webkit-letter-spacing:0.01em;-moz-letter-spacing:0.01em;-ms-letter-spacing:0.01em;letter-spacing:0.01em;}@media (min-width:1150px){.css-1ct2c9h{font-size:0.8125rem;line-height:1.0625rem;}}.css-1ct2c9h:not(:last-child):after{content:'•';color:#e2e2e2;margin:0 10px 0 10px;font-size:10px;white-space:no-wrap;}.css-13nfagi{margin:2.3125rem auto;width:calc(100% - 20px);max-width:600px;}@media (min-width:340px) and (max-width:630px){.css-13nfagi{width:calc(100% - 40px);}}@media (min-width:1440px){.css-13nfagi{max-width:630px;}}@-webkit-keyframes animation-1b9egsl{0%{-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg);}100%{-webkit-transform:rotate(380deg);-ms-transform:rotate(380deg);transform:rotate(380deg);}}@keyframes animation-1b9egsl{0%{-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg);}100%{-webkit-transform:rotate(380deg);-ms-transform:rotate(380deg);transform:rotate(380deg);}}@-webkit-keyframes animation-1c5cfvc{0%{-webkit-transform:translate(0px,0px) scale(1,1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,1) translate(0px,0px);transform:translate(0px,0px) scale(1,1) translate(0px,0px);}25%{-webkit-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);}50%{-webkit-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);}75%{-webkit-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);}100%{-webkit-transform:translate(0px,0px) scale(1,1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,1) translate(0px,0px);transform:translate(0px,0px) scale(1,1) translate(0px,0px);}}@keyframes animation-1c5cfvc{0%{-webkit-transform:translate(0px,0px) scale(1,1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,1) translate(0px,0px);transform:translate(0px,0px) scale(1,1) translate(0px,0px);}25%{-webkit-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);}50%{-webkit-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);}75%{-webkit-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);transform:translate(0px,0px) scale(1,0.95) translate(0px,0px);}100%{-webkit-transform:translate(0px,0px) scale(1,1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,1) translate(0px,0px);transform:translate(0px,0px) scale(1,1) translate(0px,0px);}}@-webkit-keyframes animation-htgkrt{0%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);}25%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);}50%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);}75%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);}100%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);}}@keyframes animation-htgkrt{0%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);}25%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);}50%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);}75%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);transform:translate(0px,0px) translate(0px,0px) translate(0px,5px);}100%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);transform:translate(0px,0px) translate(0px,0px) translate(0px,0px);}}@-webkit-keyframes animation-e64et{0%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}25%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);}50%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}75%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);}100%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}}@keyframes animation-e64et{0%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}25%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,1) translate(-11.329999923706055px,0px);}50%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}75%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);}100%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.95) translate(-11.329999923706055px,0px);}}@-webkit-keyframes animation-9zaqp9{0%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}25%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);}50%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}75%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);}100%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}}@keyframes animation-9zaqp9{0%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}25%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,0px);}50%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}75%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);}100%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,5px);}}@-webkit-keyframes animation-16fq4rz{0%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}25%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);}50%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);}75%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);}100%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}}@keyframes animation-16fq4rz{0%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}25%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);}50%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,1) translate(-22.670000076293945px,0px);}75%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.95) translate(-22.670000076293945px,0px);}100%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}}@-webkit-keyframes animation-1kjk1j2{0%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}25%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);}50%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);}75%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);}100%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}}@keyframes animation-1kjk1j2{0%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}25%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);}50%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,0px);}75%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,5px);}100%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}}@-webkit-keyframes animation-88g286{0%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}25%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);}50%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}75%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);}100%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}}@keyframes animation-88g286{0%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}25%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);}50%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}75%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,0px);}100%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,5px);}}@-webkit-keyframes animation-12yx39b{0%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}25%{-webkit-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);}50%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}75%{-webkit-transform:translate(34px,0px) scale(1,1) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,1) translate(-34px,0px);transform:translate(34px,0px) scale(1,1) translate(-34px,0px);}100%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}}@keyframes animation-12yx39b{0%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}25%{-webkit-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);}50%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}75%{-webkit-transform:translate(34px,0px) scale(1,1) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,1) translate(-34px,0px);transform:translate(34px,0px) scale(1,1) translate(-34px,0px);}100%{-webkit-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.95) translate(-34px,0px);}}@-webkit-keyframes animation-4hu8jm{0%{-webkit-transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);}33.33%{-webkit-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);}100%{-webkit-transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);}}@keyframes animation-4hu8jm{0%{-webkit-transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);transform:translate(0px,0px) scale(1,0.85) translate(0px,0px);}33.33%{-webkit-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);transform:translate(0px,0px) scale(1,0.9) translate(0px,0px);}100%{-webkit-transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);-ms-transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);transform:translate(0px,0px) scale(1,0.1) translate(0px,0px);}}@-webkit-keyframes animation-1wqz2f4{0%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);}100%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);}}@keyframes animation-1wqz2f4{0%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);transform:translate(0px,0px) translate(0px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);transform:translate(0px,0px) translate(0px,0px) translate(0px,10px);}100%{-webkit-transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);-ms-transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);transform:translate(0px,0px) translate(0px,0px) translate(0px,30px);}}@-webkit-keyframes animation-yl3z84{0%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);}33.33%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);}100%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);}}@keyframes animation-yl3z84{0%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.85) translate(-11.329999923706055px,0px);}33.33%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.9) translate(-11.329999923706055px,0px);}100%{-webkit-transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);-ms-transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);transform:translate(11.329999923706055px,0px) scale(1,0.1) translate(-11.329999923706055px,0px);}}@-webkit-keyframes animation-1q3gjvc{0%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);}100%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);}}@keyframes animation-1q3gjvc{0%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,10px);}100%{-webkit-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);-ms-transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);transform:translate(11.329999923706055px,0px) translate(-11.329999923706055px,0px) translate(0px,30px);}}@-webkit-keyframes animation-nc39ev{0%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);}33.33%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}100%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);}}@keyframes animation-nc39ev{0%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.85) translate(-22.670000076293945px,0px);}33.33%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.9) translate(-22.670000076293945px,0px);}100%{-webkit-transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);-ms-transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);transform:translate(22.670000076293945px,0px) scale(1,0.1) translate(-22.670000076293945px,0px);}}@-webkit-keyframes animation-amd09y{0%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}100%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);}}@keyframes animation-amd09y{0%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,10px);}100%{-webkit-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);-ms-transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);transform:translate(22.670000076293945px,0px) translate(-22.670000076293945px,0px) translate(0px,30px);}}@-webkit-keyframes animation-ru1vxe{0%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);}100%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);}}@keyframes animation-ru1vxe{0%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,15px);}33.33%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,10px);}100%{-webkit-transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);-ms-transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);transform:translate(34px,0px) translate(-34px,0px) translate(0px,30px);}}@-webkit-keyframes animation-ajnadh{0%{-webkit-transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);}33.33%{-webkit-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);}100%{-webkit-transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);}}@keyframes animation-ajnadh{0%{-webkit-transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.85) translate(-34px,0px);}33.33%{-webkit-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.9) translate(-34px,0px);}100%{-webkit-transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);-ms-transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);transform:translate(34px,0px) scale(1,0.1) translate(-34px,0px);}}.css-1baulvz{display:inline-block;}.css-79elbk{position:relative;}.css-v89234{overflow:hidden;height:100%;}@media print{.css-13lpfd6{margin-bottom:15px;}}@media (min-width:1024px){.css-13lpfd6{position:fixed;width:100%;top:0;left:0;z-index:200;background-color:#fff;border-bottom:none;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}}@media (min-width:1024px){.css-1bymuyk{position:relative;border-bottom:1px solid #e2e2e2;}}.css-1waixk9{background:#fff;border-bottom:1px solid #e2e2e2;height:36px;padding:8px 15px 3px;position:relative;}@media (min-width:740px){.css-1waixk9{background:#fff;padding:10px 15px 6px;}}@media (min-width:1024px){.css-1waixk9{background:transparent;border-bottom:0;padding:4px 15px 2px;}}@media print{.css-1waixk9{background:transparent;}}@media (min-width:740px){}@media (min-width:1024px){.css-1waixk9{margin:0 auto;max-width:1605px;}}.css-1f7ibof{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;left:10px;position:absolute;}@media (min-width:1024px){}@media print{.css-1f7ibof{display:none;}}.css-l2ztic{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:transparent;color:#000;font-size:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:7px 9px 9px;border:0;padding:8px 9px;text-transform:uppercase;}.css-l2ztic.hidden{opacity:0;visibility:hidden;}.css-l2ztic.hidden:focus{opacity:1;}.css-l2ztic::-moz-focus-inner{padding:0;border:0;}.css-l2ztic:-moz-focusring{outline:1px dotted;}.css-l2ztic:disabled,.css-l2ztic.disabled{opacity:0.5;cursor:default;}.css-l2ztic:active,.css-l2ztic.active{background-color:#f7f7f7;}@media (min-width:740px){.css-l2ztic:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-l2ztic{display:none;}}.css-19lv58h{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:#fff;border:1px solid #ebebeb;color:#333;display:inline-block;font-size:11px;font-weight:500;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;line-height:13px;margin:0;padding:8px 9px;text-transform:uppercase;vertical-align:middle;display:none;}.css-19lv58h::-moz-focus-inner{padding:0;border:0;}.css-19lv58h:-moz-focusring{outline:1px dotted;}.css-19lv58h:disabled,.css-19lv58h.disabled{opacity:0.5;cursor:default;}.css-19lv58h:active,.css-19lv58h.active{background-color:#f7f7f7;}@media (min-width:740px){.css-19lv58h:hover{background-color:#f7f7f7;}}@media (min-width:1024px){.css-19lv58h{border:0;display:inline-block;margin-right:8px;}}.css-mgtjo2{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:transparent;color:#000;font-size:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:7px 9px 9px;border:0;}.css-mgtjo2::-moz-focus-inner{padding:0;border:0;}.css-mgtjo2:-moz-focusring{outline:1px dotted;}.css-mgtjo2:disabled,.css-mgtjo2.disabled{opacity:0.5;cursor:default;}.css-mgtjo2:active,.css-mgtjo2.active{background-color:#f7f7f7;}@media (min-width:740px){.css-mgtjo2:hover{background-color:#f7f7f7;}}.css-mgtjo2.activeSearchButton{background-color:#f7f7f7;}@media (min-width:1024px){.css-mgtjo2{padding:8px 9px 9px;}}.css-1wr3we4{display:none;}@media (min-width:1024px){.css-1wr3we4{display:block;position:absolute;left:105px;line-height:19px;top:10px;}}.css-10698na{text-align:center;}@media (min-width:740px){.css-10698na{padding-top:0;}}@media (min-width:1024px){}@media print{.css-10698na a[href]::after{content:'';}.css-10698na svg{fill:black;}}.css-nhjhh0{display:block;width:189px;height:26px;margin:5px auto 0;}@media (min-width:740px){.css-nhjhh0{width:225px;height:31px;margin:4px auto 0;}}@media (min-width:1024px){.css-nhjhh0{width:195px;height:26px;margin:6px auto 0;}}.css-o2c64h{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;position:absolute;right:10px;top:9px;}@media (min-width:1024px){.css-o2c64h{top:4px;}}@media print{.css-o2c64h{display:none;}}.css-1bnxwmn{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:#6288a5;border:1px solid #326891;color:#fff;font-size:11px;font-weight:700;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;line-height:11px;padding:8px 9px 6px;text-transform:uppercase;}.css-1bnxwmn::-moz-focus-inner{padding:0;border:0;}.css-1bnxwmn:-moz-focusring{outline:1px dotted;}.css-1bnxwmn:disabled,.css-1bnxwmn.disabled{opacity:0.5;cursor:default;}@media (min-width:740px){.css-1bnxwmn:hover{background-color:#326891;}}@media (min-width:1024px){.css-1bnxwmn{padding:11px 12px 8px;}}.css-1bnxwmn:hover{border:1px solid #326891;}.css-1nkps6a{height:100%;display:none;}.css-1i8g3m4{border-radius:3px;cursor:pointer;font-family:nyt-franklin,helvetica,arial,sans-serif;-webkit-transition:ease 0.6s;transition:ease 0.6s;background-color:transparent;color:#000;font-size:11px;font-weight:700;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;padding:7px 9px 9px;border:0;display:block;}.css-1i8g3m4.hidden{opacity:0;visibility:hidden;}.css-1i8g3m4.hidden:focus{opacity:1;}.css-1i8g3m4::-moz-focus-inner{padding:0;border:0;}.css-1i8g3m4:-moz-focusring{outline:1px dotted;}.css-1i8g3m4:disabled,.css-1i8g3m4.disabled{opacity:0.5;cursor:default;}.css-1i8g3m4:active,.css-1i8g3m4.active{background-color:#f7f7f7;}@media (min-width:740px){.css-1i8g3m4:hover{background-color:#f7f7f7;}}@media (min-width:740px){.css-1i8g3m4{border:none;line-height:13px;padding:9px 9px 12px;}}@media (min-width:1024px){.css-1i8g3m4{display:none;}}@media (min-width:1150px){}.css-3qijnq{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:11px;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;padding:13px 20px 12px;}@media (min-width:740px){.css-3qijnq{position:relative;}}@media (min-width:1024px){.css-3qijnq{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border:none;padding:0;height:0;-webkit-transform:translateY(42px);-ms-transform:translateY(42px);transform:translateY(42px);}}@media print{.css-3qijnq{display:none;}}.css-uqyvli{color:#121212;font-size:13px;font-family:nyt-franklin,helvetica,arial,sans-serif;display:none;width:auto;}@media (min-width:740px){.css-uqyvli{text-align:center;width:100%;}}@media (min-width:1024px){.css-uqyvli{font-size:12px;margin-bottom:10px;width:auto;}}.css-1uqjmks{color:#121212;font-size:12px;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:500;display:none;}@media (min-width:740px){.css-1uqjmks{margin:0;position:absolute;left:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;top:0;bottom:0;}}@media (min-width:1024px){.css-1uqjmks{display:none;}}.css-1bvtpon{display:none;}@media (min-width:1024px){}.css-l72opv{color:#999;display:inline;margin-right:16px;padding:10px 0;width:100%;position:relative;right:3px;}.css-l72opv a{-webkit-text-decoration:none;text-decoration:none;}@media (max-width:659px){.css-l72opv:nth-of-type(3),.css-l72opv:nth-of-type(4){display:none;}}.css-l72opv:last-of-type{margin-right:0;}.css-4skfbu{color:#999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-family:nyt-franklin,helvetica,arial,sans-serif;font-size:17px;margin-bottom:5px;margin-bottom:0;}@media print{.css-4skfbu{display:none;}}.css-1fcn4th{color:#999;display:inline;margin-right:16px;padding:10px 0;width:100%;}.css-1fcn4th a{-webkit-text-decoration:none;text-decoration:none;}@media (max-width:659px){.css-1fcn4th:nth-of-type(3),.css-1fcn4th:nth-of-type(4){display:none;}}.css-1fcn4th:last-of-type{margin-right:0;}@media (max-width:1150px){.css-1fcn4th:nth-of-type(1),.css-1fcn4th:nth-of-type(2),.css-1fcn4th:nth-of-type(3){display:none;}}.css-13zu7ev{display:inline-block;height:15px;vertical-align:middle;width:15px;background-color:#eee;border:1px #eee solid;border-radius:100%;padding:5px;width:14px;height:14px;}.css-13zu7ev.facebook{background-image:url(/vi-assets/static-assets/icon-fb-circle-2ec7780140bd9e8e8398bbcdf5661569.svg);}.css-13zu7ev.twitter{background-image:url(/vi-assets/static-assets/icon-twitter-circle-fc7c2748f5613c68963a0df203bffc05.svg);}.css-13zu7ev.email{background-image:url(/vi-assets/static-assets/icon-share-email-circle-a2acce7e23b21d47bb606b628a6c7e34.svg);}.css-13zu7ev.link{background-image:url(/vi-assets/static-assets/icon-share-permalink-circle-3ff3876a106221ee493d9542c0895863.svg);}.css-13zu7ev.linkedin{background-image:url(/vi-assets/static-assets/icon-share-linkedin-circle-4d7bcf236c5f3a086738746f41f46f7b.svg);}.css-13zu7ev.whatsapp{background-image:url(/vi-assets/static-assets/icon-whatsapp-video-a9503bf2b3c73111106c496d3ebc8c67.svg);}.css-13zu7ev.reddit{background-image:url(/vi-assets/static-assets/icon-share-reddit-f882338200fd1971b767627fa5f60124.svg);}.css-13zu7ev:hover{background-color:#fff;border:1px solid #ccc;}.css-f7l8cz{display:inline-block;height:15px;vertical-align:middle;width:15px;bottom:5px;position:relative;width:14px;height:14px;bottom:4px;}.css-f7l8cz.facebook{background-image:url(/vi-assets/static-assets/icon-fb-circle-2ec7780140bd9e8e8398bbcdf5661569.svg);}.css-f7l8cz.twitter{background-image:url(/vi-assets/static-assets/icon-twitter-circle-fc7c2748f5613c68963a0df203bffc05.svg);}.css-f7l8cz.email{background-image:url(/vi-assets/static-assets/icon-share-email-circle-a2acce7e23b21d47bb606b628a6c7e34.svg);}.css-f7l8cz.link{background-image:url(/vi-assets/static-assets/icon-share-permalink-circle-3ff3876a106221ee493d9542c0895863.svg);}.css-f7l8cz.linkedin{background-image:url(/vi-assets/static-assets/icon-share-linkedin-circle-4d7bcf236c5f3a086738746f41f46f7b.svg);}.css-f7l8cz.whatsapp{background-image:url(/vi-assets/static-assets/icon-whatsapp-video-a9503bf2b3c73111106c496d3ebc8c67.svg);}.css-f7l8cz.reddit{background-image:url(/vi-assets/static-assets/icon-share-reddit-f882338200fd1971b767627fa5f60124.svg);}.css-16ogagc{background:transparent;display:inline-block;height:20px;width:20px;background-color:#eee;border:1px #eee solid;border-radius:100%;padding:5px;width:27px;height:27px;}.css-16ogagc.hidden{opacity:0;visibility:hidden;}.css-16ogagc.hidden:focus{opacity:1;}.css-16ogagc:hover{background-color:#fff;border:1px solid #ccc;}.css-1vxca1d{position:relative;margin:0 auto;}@media (min-width:600px){.css-1vxca1d{margin:0 auto 20px;}}.css-1vxca1d .relatedcoverage + .recirculation{margin-top:20px;}.css-1vxca1d .wrap + .recirculation{margin-top:20px;}@media (min-width:1024px){.css-1vxca1d{padding-top:40px;}}.css-17ai7jg{color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;margin:10px 20px 0;text-align:left;}.css-17ai7jg a{color:#326891;-webkit-text-decoration:none;text-decoration:none;}.css-17ai7jg a:hover,.css-17ai7jg a:focus{-webkit-text-decoration:underline;text-decoration:underline;}@media (min-width:600px){.css-17ai7jg{margin-left:0;}}.sizeSmall .css-17ai7jg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 15px);margin:auto 0 15px 15px;}@media (min-width:600px){.sizeSmall .css-17ai7jg{width:260px;margin-left:15px;}}@media (min-width:740px){.sizeSmall .css-17ai7jg{margin-left:15px;}}@media (min-width:1440px){.sizeSmall .css-17ai7jg{width:330px;margin-left:15px;}}@media (max-width:600px){.sizeSmall .css-17ai7jg{margin:auto 0 0 15px;}}.sizeSmall.sizeSmallNoCaption .css-17ai7jg{margin-left:auto;margin-right:auto;margin-top:10px;}.sizeMedium .css-17ai7jg{max-width:900px;}.sizeMedium.layoutVertical.verticalVideo .css-17ai7jg{margin-left:0;margin-right:0;}@media (min-width:600px){.sizeMedium.layoutVertical.verticalVideo .css-17ai7jg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:255px;margin:auto 0 15px 15px;}}@media (min-width:1440px){.sizeMedium.layoutVertical.verticalVideo .css-17ai7jg{width:325px;}}.sizeLarge .css-17ai7jg{max-width:none;}@media (min-width:600px){.sizeLarge .css-17ai7jg{margin-left:20px;}}@media (min-width:740px){.sizeLarge .css-17ai7jg{margin-left:20px;max-width:900px;}}@media (min-width:1024px){.sizeLarge .css-17ai7jg{margin-left:0;max-width:720px;}}@media (min-width:1440px){.sizeLarge .css-17ai7jg{margin-left:0;max-width:900px;}}@media (min-width:740px){.sizeLarge.layoutVertical .css-17ai7jg{margin-left:0;}}.sizeFull .css-17ai7jg{margin-left:20px;}@media (min-width:600px){.sizeFull .css-17ai7jg{max-width:900px;}}@media (min-width:740px){.sizeFull .css-17ai7jg{max-width:900px;}}@media (min-width:1440px){.sizeFull .css-17ai7jg{max-width:900px;}}@media print{.css-17ai7jg{display:none;}}.css-8i9d0s{margin-right:7px;color:#666;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:0.875rem;line-height:1.125rem;}@media (min-width:740px){.css-8i9d0s{font-size:0.9375rem;line-height:1.25rem;}}.css-8i9d0s strong{font-weight:700;}.css-8i9d0s em{font-style:italic;}.css-8i9d0s a{color:#326891;}.css-8i9d0s a:visited{color:#326891;}.css-xt80pu{width:100%;width:calc(100% - 40px);max-width:600px;margin-left:20px;margin-right:20px;}@media (min-width:600px){.css-xt80pu{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-xt80pu{width:600px;}}@media (min-width:1440px){.css-xt80pu{width:600px;max-width:600px;}}@media print{.css-xt80pu{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-17xsp6v{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;width:100%;}.css-16vrk19{display:inline-block;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;font-size:0.875rem;line-height:1.125rem;margin:0;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;color:#121212;}@media (min-width:740px){.css-16vrk19{font-size:0.9375rem;line-height:1.25rem;}}.css-1riqqik{display:inline;color:#333;}.css-1riqqik span{-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration-color:#ccc;text-decoration-color:#ccc;}.css-1riqqik span:hover,.css-1riqqik span:focus{-webkit-text-decoration:none;text-decoration:none;}.css-1w5cs23{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.css-1w5cs23 li{list-style:none;}.css-qddhf4{font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:500;color:#333;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;font-size:0.8125rem;line-height:1.125rem;margin-bottom:1rem;margin-bottom:0;margin-top:0;}.css-4brsb6{display:inline-block;height:15px;vertical-align:middle;width:15px;background-color:#eee;border:1px #eee solid;border-radius:100%;padding:5px;width:15px;height:15px;}.css-4brsb6.facebook{background-image:url(/vi-assets/static-assets/icon-fb-circle-2ec7780140bd9e8e8398bbcdf5661569.svg);}.css-4brsb6.twitter{background-image:url(/vi-assets/static-assets/icon-twitter-circle-fc7c2748f5613c68963a0df203bffc05.svg);}.css-4brsb6.email{background-image:url(/vi-assets/static-assets/icon-share-email-circle-a2acce7e23b21d47bb606b628a6c7e34.svg);}.css-4brsb6.link{background-image:url(/vi-assets/static-assets/icon-share-permalink-circle-3ff3876a106221ee493d9542c0895863.svg);}.css-4brsb6.linkedin{background-image:url(/vi-assets/static-assets/icon-share-linkedin-circle-4d7bcf236c5f3a086738746f41f46f7b.svg);}.css-4brsb6.whatsapp{background-image:url(/vi-assets/static-assets/icon-whatsapp-video-a9503bf2b3c73111106c496d3ebc8c67.svg);}.css-4brsb6.reddit{background-image:url(/vi-assets/static-assets/icon-share-reddit-f882338200fd1971b767627fa5f60124.svg);}.css-4brsb6:hover{background-color:#fff;border:1px solid #ccc;}.css-uhuo44{display:inline-block;height:15px;vertical-align:middle;width:15px;bottom:5px;position:relative;width:15px;height:15px;bottom:4px;}.css-uhuo44.facebook{background-image:url(/vi-assets/static-assets/icon-fb-circle-2ec7780140bd9e8e8398bbcdf5661569.svg);}.css-uhuo44.twitter{background-image:url(/vi-assets/static-assets/icon-twitter-circle-fc7c2748f5613c68963a0df203bffc05.svg);}.css-uhuo44.email{background-image:url(/vi-assets/static-assets/icon-share-email-circle-a2acce7e23b21d47bb606b628a6c7e34.svg);}.css-uhuo44.link{background-image:url(/vi-assets/static-assets/icon-share-permalink-circle-3ff3876a106221ee493d9542c0895863.svg);}.css-uhuo44.linkedin{background-image:url(/vi-assets/static-assets/icon-share-linkedin-circle-4d7bcf236c5f3a086738746f41f46f7b.svg);}.css-uhuo44.whatsapp{background-image:url(/vi-assets/static-assets/icon-whatsapp-video-a9503bf2b3c73111106c496d3ebc8c67.svg);}.css-uhuo44.reddit{background-image:url(/vi-assets/static-assets/icon-share-reddit-f882338200fd1971b767627fa5f60124.svg);}.css-1ygdjhk{margin-bottom:0.75rem;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:1.0625rem;line-height:1.5rem;margin-left:20px;margin-right:20px;width:calc(100% - 40px);max-width:600px;}@media (min-width:740px){.css-1ygdjhk{margin-bottom:1.25rem;}}.css-1ygdjhk .css-1g7m0tk{-webkit-text-decoration:underline;text-decoration:underline;}.css-1ygdjhk .css-1g7m0tk:hover,.css-1ygdjhk .css-1g7m0tk:focus{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:740px){.css-1ygdjhk{font-size:1.1875rem;line-height:1.8125rem;}}.css-1ygdjhk:first-child{margin-top:0;}.css-1ygdjhk:last-child{margin-bottom:0;}@media (min-width:600px){.css-1ygdjhk{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-1ygdjhk{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media print{.css-1ygdjhk{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-1505tg{color:#121212;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:600;font-size:1.625rem;line-height:1.875rem;margin-left:20px;margin-right:20px;width:calc(100% - 40px);max-width:600px;margin:30px 20px 0.75rem;text-align:left;}@media (min-width:740px){.css-1505tg{font-size:1.75rem;line-height:2.125rem;}}.css-1505tg .css-1g7m0tk{border-bottom:1px solid #6288a5;-webkit-text-decoration:none;text-decoration:none;}.css-1505tg .css-1g7m0tk:hover,.css-1505tg .css-1g7m0tk:focus{border-bottom:1px solid #b3c4ca;-webkit-text-decoration:none;text-decoration:none;}.css-1505tg:first-child{margin-top:0;}.css-1505tg:last-child{margin-bottom:0;}@media (min-width:600px){.css-1505tg{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-1505tg{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media print{.css-1505tg{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media (min-width:740px){.css-1505tg{margin-top:35px;margin-left:auto;margin-right:auto;margin-bottom:1.25rem;}}@media print{.css-1505tg{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-1kwfo8p{color:#999;display:inline;margin-right:16px;padding:10px 0;width:100%;width:calc(100% - 40px);max-width:600px;}.css-1kwfo8p a{-webkit-text-decoration:none;text-decoration:none;}@media (max-width:659px){.css-1kwfo8p:nth-of-type(3),.css-1kwfo8p:nth-of-type(4){display:none;}}.css-1kwfo8p:last-of-type{margin-right:0;}.css-1kwfo8p:nth-of-type(1),.css-1kwfo8p:nth-of-type(2),.css-1kwfo8p:nth-of-type(3),.css-1kwfo8p:nth-of-type(4){display:inline;}@media (min-width:600px){.css-1kwfo8p{width:330px;}}.css-ar1l6a{color:#999;display:inline;margin-right:16px;padding:10px 0;width:100%;}.css-ar1l6a a{-webkit-text-decoration:none;text-decoration:none;}@media (max-width:659px){.css-ar1l6a:nth-of-type(3),.css-ar1l6a:nth-of-type(4){display:none;}}.css-ar1l6a:last-of-type{margin-right:0;}.css-ar1l6a:nth-of-type(1),.css-ar1l6a:nth-of-type(2),.css-ar1l6a:nth-of-type(3),.css-ar1l6a:nth-of-type(4){display:inline;}.css-1ede5it{background-color:#f7f7f7;border-bottom:1px solid #f3f3f3;border-top:1px solid #f3f3f3;margin:37px auto;padding-bottom:30px;padding-top:12px;text-align:center;margin-top:60px;}@media (min-width:740px){.css-1ede5it{margin:43px auto;}}@media print{.css-1ede5it{display:none;}}@media (min-width:740px){.css-1ede5it{margin-bottom:0;margin-top:0;}}.css-mn5hq9{cursor:pointer;margin:0;border-top:1px solid #ebebeb;color:#333;font-family:nyt-franklin;font-size:13px;font-weight:700;height:44px;-webkit-letter-spacing:0.04rem;-moz-letter-spacing:0.04rem;-ms-letter-spacing:0.04rem;letter-spacing:0.04rem;line-height:44px;text-transform:uppercase;}.accordionExpanded .css-mn5hq9{color:#b3b3b3;}.css-1qmnftd{font-size:11px;text-align:center;}@media (max-width:600px){.css-1qmnftd{padding-bottom:25px;}}@media (min-width:600px){.css-1qmnftd{padding-bottom:25px;}}@media (min-width:1024px){.css-1qmnftd{padding:0 3% 9px;}}@media (min-width:1150px){.css-1qmnftd{margin:0 auto;max-width:1200px;}}.NYTApp .css-1qmnftd{display:none;}@media print{.css-1qmnftd{display:none;}}.css-1ho5u4o{list-style:none;margin:0 0 15px;padding:0;}@media (min-width:600px){.css-1ho5u4o{display:inline-block;}}.css-13o0c9t{list-style:none;line-height:8px;margin:0 0 35px;padding:0;}@media (min-width:600px){.css-13o0c9t{display:inline-block;}}.css-1yo489b{display:inline-block;line-height:20px;padding:0 10px;}.css-1yo489b:first-child{border-left:none;}.css-1yo489b.desktop{display:none;}@media (min-width:740px){.css-1yo489b.smartphone{display:none;}.css-1yo489b.desktop{display:inline-block;}}.css-z6dj7x{font-style:normal;font-stretch:normal;margin-bottom:1.6rem;color:#333;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:300;-webkit-letter-spacing:0.005em;-moz-letter-spacing:0.005em;-ms-letter-spacing:0.005em;letter-spacing:0.005em;font-size:1.25rem;line-height:1.5625rem;text-align:left;margin:0 20px 1.6rem;width:calc(100% - 40px);max-width:600px;margin-left:20px;margin-right:20px;}@media (min-width:740px){.css-z6dj7x{font-size:1.375rem;line-height:1.75rem;}}@media (min-width:600px){.css-z6dj7x{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-z6dj7x{width:600px;}}@media (min-width:1440px){.css-z6dj7x{width:600px;max-width:600px;}}@media print{.css-z6dj7x{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-1a48zt4{opacity:1;-webkit-transition:opacity 0.3s 0.2s;transition:opacity 0.3s 0.2s;}.css-1b4fpzk{margin:37px auto;margin-top:20px !important;margin-bottom:32px;}.css-1b4fpzk strong{font-weight:700;}.css-1b4fpzk em{font-style:italic;}.css-1b4fpzk.sizeSmall{width:calc(100% - 40px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media (min-width:600px){.css-1b4fpzk.sizeSmall{max-width:600px;margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-1b4fpzk.sizeSmall{width:100%;}}@media (min-width:1440px){.css-1b4fpzk.sizeSmall{max-width:600px;}}.css-1b4fpzk.sizeSmall.sizeSmallNoCaption{display:block;}@media print{.css-1b4fpzk.sizeSmall.sizeSmallNoCaption{display:none;}}.css-1b4fpzk.sizeMedium{width:100%;max-width:600px;margin-right:auto;margin-left:auto;}@media (min-width:600px){.css-1b4fpzk.sizeMedium{width:calc(100% - 40px);}}@media (min-width:740px){.css-1b4fpzk.sizeMedium{max-width:600px;}}@media (min-width:1440px){.css-1b4fpzk.sizeMedium{max-width:720px;}}@media (min-width:600px){.css-1b4fpzk.sizeMedium.layoutVertical{width:420px;}}@media (min-width:1440px){.css-1b4fpzk.sizeMedium.layoutVertical{width:480px;}}.css-1b4fpzk.sizeMedium.layoutVertical.verticalVideo{width:calc(100% - 40px);}@media (min-width:600px){.css-1b4fpzk.sizeMedium.layoutVertical.verticalVideo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:600px;}}@media (min-width:1440px){.css-1b4fpzk.sizeMedium.layoutVertical.verticalVideo{width:600px;}}.css-1b4fpzk.sizeLarge{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;}@media (min-width:600px){.css-1b4fpzk.sizeLarge{width:auto;}}@media (min-width:740px){.css-1b4fpzk.sizeLarge.layoutVertical{width:600px;}.css-1b4fpzk.sizeLarge.layoutVertical.verticalVideo{width:600px;}}@media (min-width:1024px){.css-1b4fpzk.sizeLarge{width:945px;}}@media (min-width:1440px){.css-1b4fpzk.sizeLarge{width:1200px;}.css-1b4fpzk.sizeLarge.layoutVertical{width:720px;}.css-1b4fpzk.sizeLarge.layoutVertical.verticalVideo{width:600px;}}@media (min-width:600px){.css-1b4fpzk{margin:43px auto;}}@media print{.css-1b4fpzk{display:none;}}@media (min-width:740px){.css-1b4fpzk{margin-top:25px !important;}}.css-1nwzsjy{display:inline-block;color:#888;font-family:nyt-imperial,georgia,'times new roman',times,serif;line-height:1.125rem;-webkit-letter-spacing:0.01em;-moz-letter-spacing:0.01em;-ms-letter-spacing:0.01em;letter-spacing:0.01em;font-size:0.75rem;}@media (min-width:740px){.css-1nwzsjy{font-size:0.75rem;}}@media (min-width:1150px){.css-1nwzsjy{font-size:0.8125rem;}}@media (min-width:600px){.sizeSmall.sizeSmallNoCaption .css-1nwzsjy{margin-left:5px;}}@media (min-width:1024px){.sizeSmall.sizeSmallNoCaption .css-1nwzsjy{margin-left:5px;}}@media (min-width:1440px){.sizeSmall.sizeSmallNoCaption .css-1nwzsjy{margin-left:40px;}}@media (max-width:600px){.sizeSmall.sizeSmallNoCaption .css-1nwzsjy{margin-left:-8px;}}@media print{.css-1nwzsjy{display:none;}}.css-1ly73wi{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip:rect(0 0 0 0);clip:rect(0 0 0 0);overflow:hidden;}.css-wg1cha{margin-left:20px;margin-right:20px;}@media (min-width:600px){.css-wg1cha{width:calc(100% - 40px);max-width:600px;margin:1.5rem auto 1em;}}@media (min-width:1440px){.css-wg1cha{width:600px;max-width:600px;margin:1.5rem auto 1em;}}.css-x8f8u9{font-family:nyt-franklin,helvetica,arial,sans-serif;color:#333;font-size:0.9375rem;line-height:1.25rem;font-family:nyt-franklin,helvetica,arial,sans-serif;color:#333;font-size:0.9375rem;line-height:1.25rem;}.css-x8f8u9 p{margin-bottom:0.75rem;}.css-x8f8u9 a,.css-x8f8u9 a:visited{color:#326891;-webkit-text-decoration:underline;text-decoration:underline;}.css-x8f8u9 a:hover,.css-x8f8u9 a:focus{color:#326891;}@media print{.css-x8f8u9{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media (min-width:740px){.css-x8f8u9{font-size:1rem;line-height:1.375rem;}}.css-x8f8u9 p{margin-bottom:0.75rem;}.css-x8f8u9 a,.css-x8f8u9 a:visited{color:#326891;-webkit-text-decoration:underline;text-decoration:underline;}.css-x8f8u9 a:hover,.css-x8f8u9 a:focus{color:#326891;}@media print{.css-x8f8u9{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-rlzall{width:100%;margin:0 auto;height:auto;max-width:600px;min-width:300px;}.css-rlzall .e13l8dds0 h1{color:#121212;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:700;font-style:italic;font-size:1.8125rem;line-height:2.125rem;}@media (min-width:740px){.css-rlzall .e13l8dds0 h1{font-size:2.25rem;line-height:2.5rem;}}.css-rlzall .e13l8dds0 h2{color:#121212;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:600;font-size:1.625rem;line-height:1.875rem;}@media (min-width:740px){.css-rlzall .e13l8dds0 h2{font-size:1.75rem;line-height:2.125rem;}}.css-rlzall .e13l8dds0 h2 .css-1g7m0tk{border-bottom:1px solid #6288a5;-webkit-text-decoration:none;text-decoration:none;}.css-rlzall .e13l8dds0 h2 .css-1g7m0tk:hover,.css-rlzall .e13l8dds0 h2 .css-1g7m0tk:focus{border-bottom:1px solid #b3c4ca;-webkit-text-decoration:none;text-decoration:none;}.css-rlzall .e13l8dds0 h3{margin-bottom:0.75rem;color:#333;font-family:nyt-franklin;font-weight:700;font-size:1.0625rem;line-height:1.5rem;}@media (min-width:740px){.css-rlzall .e13l8dds0 h3{margin-bottom:0.9375rem;}}@media (min-width:740px){.css-rlzall .e13l8dds0 h3{font-size:1.1875rem;line-height:1.75rem;}}.css-rlzall .e13l8dds0 p{margin-bottom:0.75rem;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:1.0625rem;line-height:1.5rem;}@media (min-width:740px){.css-rlzall .e13l8dds0 p{margin-bottom:1.25rem;}}.css-rlzall .e13l8dds0 p .css-1g7m0tk{-webkit-text-decoration:underline;text-decoration:underline;}.css-rlzall .e13l8dds0 p .css-1g7m0tk:hover,.css-rlzall .e13l8dds0 p .css-1g7m0tk:focus{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:740px){.css-rlzall .e13l8dds0 p{font-size:1.1875rem;line-height:1.8125rem;}}.css-rlzall .e13l8dds0 ul{list-style:none;}.css-rlzall .e13l8dds0 li{margin-bottom:1rem;list-style:disc;padding-left:0;margin-left:20px;}.css-rlzall .e13l8dds0 a{font-family:nyt-imperial,georgia,'times new roman',times,serif;color:#326891;-webkit-text-decoration:underline;text-decoration:underline;}.css-rlzall .e13l8dds0 a:visited{color:#326891;}.css-rlzall .e13l8dds0 a:hover,.css-rlzall .e13l8dds0 a:focus{-webkit-text-decoration:none;text-decoration:none;}.css-rlzall .e13l8dds0 video,.css-rlzall .e13l8dds0 img,.css-rlzall .e13l8dds0 iframe{margin:0;padding:0;border:0;}.css-17ih8de{box-sizing:border-box;vertical-align:top;}.css-1ukm2ij{font-size:1rem;line-height:1.25rem;font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:700;color:#333;}.css-15g2oxy{margin-top:1rem;}.css-i9gxme{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}.css-1yil5bp{font-family:nyt-franklin,helvetica,arial,sans-serif;font-weight:500;color:#333;-webkit-letter-spacing:0.02em;-moz-letter-spacing:0.02em;-ms-letter-spacing:0.02em;letter-spacing:0.02em;font-size:0.8125rem;line-height:1.125rem;margin-bottom:1rem;}@-webkit-keyframes animation-7y3qfv{0%{opacity:0;}10%,90%{opacity:1;}100%{opacity:0;}}@keyframes animation-7y3qfv{0%{opacity:0;}10%,90%{opacity:1;}100%{opacity:0;}}.css-103xxh4{margin-top:0.3125rem;}.css-103xxh4 .e6idgb70{margin-top:1.875rem;color:#121212;font-weight:700;line-height:0.75rem;margin-bottom:0.625rem;}@media print{.css-103xxh4 .e6idgb70{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-103xxh4 .e1h9rw200{margin-bottom:1rem;margin-bottom:10px;}.css-103xxh4 .e1wiw3jv0{color:#333;}.css-103xxh4 .e16638kd0{width:auto;margin-bottom:0;margin-left:0;display:inline-block;}.css-103xxh4 .euiyums0{margin-bottom:20px;color:#121212;}@media print{.css-103xxh4 .euiyums0{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media (min-width:600px){.css-103xxh4{margin-top:0.9375rem;}}@media (min-width:1024px){.css-103xxh4{margin-top:2.8125rem;}}.css-2tpadd{color:#121212;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:700;font-style:italic;font-size:1.8125rem;line-height:2.125rem;margin:0 20px 1rem;position:relative;text-align:left;width:calc(100% - 40px);max-width:600px;margin-left:20px;margin-right:20px;}@media (min-width:740px){.css-2tpadd{font-size:2.25rem;line-height:2.5rem;}}@media (min-width:600px){.css-2tpadd{margin-left:auto;margin-right:auto;}}@media print{.css-2tpadd{margin-left:0;margin-right:0;width:100%;max-width:100%;}}@media (min-width:600px){.css-2tpadd{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-2tpadd{width:600px;}}@media (min-width:1440px){.css-2tpadd{width:600px;max-width:600px;}}@media print{.css-2tpadd{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-tmydge{margin:0.5rem 0 1.5rem;padding-top:0.5rem;width:calc(100% - 40px);max-width:600px;margin-left:20px;margin-right:20px;}.css-tmydge:before{content:'';display:block;width:100%;margin-bottom:0.5rem;border-bottom:1px solid #e2e2e2;}.css-tmydge:after{content:'';display:block;width:100%;margin-top:0.5rem;border-bottom:1px solid #e2e2e2;}.css-tmydge .e16ij5yr6{border-top:none;}.css-tmydge:before{width:50%;}.css-tmydge .epkadsg0{display:inline-block;margin-right:0.35rem;text-transform:uppercase;-webkit-letter-spacing:0.03rem;-moz-letter-spacing:0.03rem;-ms-letter-spacing:0.03rem;letter-spacing:0.03rem;font-size:0.875rem;line-height:1.125rem;}.css-tmydge .epkadsg1{display:inline;}@media (min-width:600px){.css-tmydge{margin-left:auto;margin-right:auto;}}@media (min-width:1024px){.css-tmydge{width:600px;}}@media (min-width:1440px){.css-tmydge{width:600px;max-width:600px;}}@media print{.css-tmydge{margin-left:0;margin-right:0;width:100%;max-width:100%;}}.css-113dckd{margin-bottom:1rem;}.css-113dckd .e16638kd0{color:#999;margin-top:5px;margin-bottom:0;display:inline-block;font-size:0.75rem;line-height:1.0625rem;}.css-113dckd:hover .e16ij5yr2,.css-113dckd:visited .e16ij5yr2{color:#326891;}.css-ty8is0{font-size:1.1875rem;line-height:1.4375rem;font-family:nyt-cheltenham,georgia,'times new roman',times,serif;font-weight:500;color:#121212;margin-right:10px;display:inline;-webkit-text-decoration:underline;text-decoration:underline;color:#326891;font-family:nyt-imperial,georgia,'times new roman',times,serif;font-size:1.0625rem;line-height:1.5rem;font-weight:400;}.css-ty8is0:hover,.css-ty8is0:focus{-webkit-text-decoration:none;text-decoration:none;}.css-77hcv{display:none;}@-webkit-keyframes animation-g7rb99{0%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}100%{-webkit-transform:scale(1.05) rotate(-90deg);-ms-transform:scale(1.05) rotate(-90deg);transform:scale(1.05) rotate(-90deg);}}@keyframes animation-g7rb99{0%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}100%{-webkit-transform:scale(1.05) rotate(-90deg);-ms-transform:scale(1.05) rotate(-90deg);transform:scale(1.05) rotate(-90deg);}}@-webkit-keyframes animation-m6999o{100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;}}@keyframes animation-m6999o{100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;}}
+ ]]>
+ </style>
+ <script>
+ <![CDATA[
+ window.__emotion = ["0","1dv1kvn","nuvmzp","1gz70xg","9e9ivx","2bwtzy","6n7j50","1kj7lfb","10m9xeu","vz7hjd","1fe7a5q","1rn5q1r","10488qs","1iruc8t","1ropbjl","uw59u","jxzr5i","oylsik","1otr2jl","1c8n994","qtw155","v0l3hm","g4gku8","1rr4qq7","6xhk3s","rxqrcl","tj0ten","ist4u3","1gprdgz","10t7hia","mzqdl","kwpx34","1k2cjfc","1vhk1ks","6td9kr","r5ic95","15uy5yv","1p8nkc0","1hyfx7x","f8wsfj","mhvv8m","qremme","1f85ym4","7inim5","133m5b6","1lc20wh","1m9j9gf","1g7m0tk","bsn42l","11cwn6f","d8bdto","y8aj3r","60hakz","i29ckm","1ri25x2","12fr9lp","1hfdzay","k008qs","eqw76k","m6xlts","1ahhg7f","rs6kf8","17xtcya","x15j1o","19gb6gw","1iwv8en","1sy8kpn","19vbshk","l9onyx","b7n1on","1rj8to8","4w91ra","1rjzas3","acwcvw","1egl8em","vdv0al","1i2y565","o6xoe7","1fanzo5","53u6y8","z3e15g","cl76n0","1vs7yia","irejme","1ct2c9h","13nfagi","1b9egsl","1c5cfvc","htgkrt","e64et","9zaqp9","16fq4rz","1kjk1j2","88g286","12yx39b","4hu8jm","1wqz2f4","yl3z84","1q3gjvc","nc39ev","amd09y","ru1vxe","ajnadh","1baulvz","79elbk","v89234","13lpfd6","1bymuyk","1waixk9","1f7ibof","l2ztic","19lv58h","mgtjo2","1wr3we4","10698na","nhjhh0","o2c64h","1bnxwmn","1nkps6a","1i8g3m4","3qijnq","uqyvli","1uqjmks","1bvtpon","l72opv","4skfbu","1fcn4th","13zu7ev","f7l8cz","16ogagc","1vxca1d","1rk3iho","17ai7jg","8i9d0s","xt80pu","17xsp6v","16vrk19","1riqqik","1w5cs23","qddhf4","4brsb6","uhuo44","1ygdjhk","1505tg","1kwfo8p","ar1l6a","1ede5it","mn5hq9","1qmnftd","1ho5u4o","13o0c9t","1yo489b","z6dj7x","1a48zt4","1b4fpzk","1nwzsjy","1ly73wi","wg1cha","x8f8u9","rlzall","17ih8de","1ukm2ij","15g2oxy","i9gxme","1yil5bp","7y3qfv","103xxh4","2tpadd","tmydge","113dckd","ty8is0","77hcv","g7rb99","m6999o"]
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ (function () { var _f=function(t,e,n){var a=window,A=document,o=function(t){var e=A.createElement("style");e.appendChild(A.createTextNode(t)),A.querySelector("head").appendChild(e)},r=function(t,e,n,a,A){var r=new XMLHttpRequest;r.open("GET",t,!0),r.onreadystatechange=function(){if(4===r.readyState&&200===r.status){o(r.responseText);try{localStorage.setItem("nyt-fontFormat",e),localStorage.setItem(a,n)}catch(t){return}localStorage.setItem(A,r.responseText)}return!0},r.send(null)},c=function(e,n){var A;try{A=localStorage.getItem("nyt-fontFormat")}catch(t){}A||(A=function(){if(!("FontFace"in a))return!1;var t=new FontFace("t",'url("data:application/font-woff2;base64,d09GMgABAAAAAADcAAoAAAAAAggAAACWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABk4ALAoUNAE2AiQDCAsGAAQgBSAHIBtvAcieB3aD8wURQ+TZazbRE9HvF5vde4KCYGhiCgq/NKPF0i6UIsZynbP+Xi9Ng+XLbNlmNz/xIBBqq61FIQRJhC/+QA/08PJQJ3sK5TZFMlWzC/iK5GUN40psgqvxwBjBOg6JUSJ7ewyKE2AAaXZrfUB4v+hze37ugJ9d+DeYqiDwVgCawviwVFGnuttkLqIMGivmDg") format("woff2")',{});return t.load().catch(function(){}),"loading"==t.status||"loaded"==t.status}()?"woff2":"woff");for(var c=0;c<e.length;c++){var i=e[c],l="shared"!==i?"-"+i:"",d="nyt-fontHash"+l,s="nyt-fontFace"+l,f=t[i][A],u=localStorage.getItem(d),g=localStorage.getItem(s);if(u===f.hash&&g)o(g);else{var h=function(t,e,n,a,A){return function(){r(t,e,n,a,A)}}(f.url,A,f.hash,d,s);n?h():document.addEventListener("DOMContentLoaded",h)}}};c(e),window.addEventListener("load",function(){c(n,!0)})};;_f.apply(null, [{"shared":{"woff":{"hash":"f2adc73415c5bbb437e993c14559e70e","url":"/vi-assets/static-assets/shared-woff.fonts-f2adc73415c5bbb437e993c14559e70e.css"},"woff2":{"hash":"22b34a6a6fd840943496b658184afdd3","url":"/vi-assets/static-assets/shared-woff2.fonts-22b34a6a6fd840943496b658184afdd3.css"}},"story":{"woff":{"hash":"d5c4f7d33f59d401af5121eb86eade0d","url":"/vi-assets/static-assets/story-woff.fonts-d5c4f7d33f59d401af5121eb86eade0d.css"},"woff2":{"hash":"8cda51537d027e0df92bea96a094bfe3","url":"/vi-assets/static-assets/story-woff2.fonts-8cda51537d027e0df92bea96a094bfe3.css"}},"opinion":{"woff":{"hash":"dfc5106c9c0aaa76688687e664474b04","url":"/vi-assets/static-assets/opinion-woff.fonts-dfc5106c9c0aaa76688687e664474b04.css"},"woff2":{"hash":"e2b27ff317927dfd77bdd429409627e0","url":"/vi-assets/static-assets/opinion-woff2.fonts-e2b27ff317927dfd77bdd429409627e0.css"}},"tmag":{"woff":{"hash":"4634f3c7ddebb9113b69d4578d9a0ba0","url":"/vi-assets/static-assets/tmag-woff.fonts-4634f3c7ddebb9113b69d4578d9a0ba0.css"},"woff2":{"hash":"8622c93c260fa93b229b7249df708fb1","url":"/vi-assets/static-assets/tmag-woff2.fonts-8622c93c260fa93b229b7249df708fb1.css"}},"mag":{"woff":{"hash":"109e6d301ed49c8078086b5892696adf","url":"/vi-assets/static-assets/mag-woff.fonts-109e6d301ed49c8078086b5892696adf.css"},"woff2":{"hash":"fb42c728dc70cc4ef6010a60cb10b0bd","url":"/vi-assets/static-assets/mag-woff2.fonts-fb42c728dc70cc4ef6010a60cb10b0bd.css"}},"well":{"woff":{"hash":"f0e613b89006e99b4622d88aa5563a81","url":"/vi-assets/static-assets/well-woff.fonts-f0e613b89006e99b4622d88aa5563a81.css"},"woff2":{"hash":"77806b85de524283fe742b916c9d0ee4","url":"/vi-assets/static-assets/well-woff2.fonts-77806b85de524283fe742b916c9d0ee4.css"}}},["shared","story"],["opinion","tmag","mag","well"]]); })();
+ (function() {
+ var thisHour = (new Date()).getHours();
+ var styles = '[data-timezone][data-timezone~="' + thisHour +'"] { display: block }';
+ var s = document.createElement('style');
+ s.innerHTML = styles;
+ document.head.appendChild(s);
+ })();
+
+ !function(){if('PerformanceLongTaskTiming' in window){var g=window.__tti={e:[]};
+ g.o=new PerformanceObserver(function(l){g.e=g.e.concat(l.getEntries())});
+ g.o.observe({entryTypes:['longtask']})}}();
+
+
+ !function(n,e){var t,o,i,c=[],f={passive:!0,capture:!0},r=new Date,a="pointerup",u="pointercancel";function p(n,c){t||(t=c,o=n,i=new Date,w(e),s())}function s(){o>=0&&o<i-r&&(c.forEach(function(n){n(o,t)}),c=[])}function l(t){if(t.cancelable){var o=(t.timeStamp>1e12?new Date:performance.now())-t.timeStamp;"pointerdown"==t.type?function(t,o){function i(){p(t,o),r()}function c(){r()}function r(){e(a,i,f),e(u,c,f)}n(a,i,f),n(u,c,f)}(o,t):p(o,t)}}function w(n){["click","mousedown","keydown","touchstart","pointerdown"].forEach(function(e){n(e,l,f)})}w(n),self.perfMetrics=self.perfMetrics||{},self.perfMetrics.onFirstInputDelay=function(n){c.push(n),s()}}(addEventListener,removeEventListener);
+
+ try {
+ var observer = new window.PerformanceObserver(function (list) {
+ var entries = list.getEntries();
+
+ for (var i = 0; i < entries.length; i += 1) {
+ var entry = entries[i];
+ var performance = {};
+
+ performance[entry.name] = Math.round(entry.startTime + entry.duration);
+ (window.dataLayer = window.dataLayer || []).push({
+ event: "performance",
+ pageview: {
+ performance: performance
+ }
+ });
+ }
+ });
+ observer.observe({
+ entryTypes: ["paint"]
+ });
+ } catch (e) {}
+ ]]>
+ </script>
+ <style>
+ <![CDATA[
+ [data-timezone] { display: none }
+ ]]>
+ </style>
+ <style type="text/css" media="screen,print">
+ /*<![CDATA[*/
+ #g-0916-biz-web-DEBT-CHART-1-box .g-artboard {
+ margin:0 auto;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-box .g-artboard p {
+ margin:0;
+ }
+ .g-aiAbs {
+ position:absolute;
+ }
+ .g-aiImg {
+ display:block;
+ width:100% !important;
+ }
+ .g-aiSymbol {
+ position: absolute;
+ box-sizing: border-box;
+ }
+ .g-aiPointText p { white-space: nowrap; }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_2 {
+ position:relative;
+ overflow:hidden;
+ width:600px;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_2 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:700;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle0 {
+ line-height:16px;
+ height:16px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle1 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle2 {
+ font-weight:500;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle3 {
+ font-weight:500;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle4 {
+ font-weight:500;
+ height:18px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_3 {
+ position:relative;
+ overflow:hidden;
+ width:300px;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_3 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:700;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle0 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle1 {
+ font-weight:500;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle2 {
+ font-weight:500;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle3 {
+ line-height:16px;
+ height:16px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle4 {
+ font-weight:500;
+ height:18px;
+ text-align:center;
+ }
+
+ /*]]>*/
+ </style>
+ <style type="text/css" media="screen,print">
+ /*<![CDATA[*/
+ #g-0916-biz-web-DEBT-CHART-2-box .g-artboard {
+ margin:0 auto;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-box .g-artboard p {
+ margin:0;
+ }
+ .g-aiAbs {
+ position:absolute;
+ }
+ .g-aiImg {
+ display:block;
+ width:100% !important;
+ }
+ .g-aiSymbol {
+ position: absolute;
+ box-sizing: border-box;
+ }
+ .g-aiPointText p { white-space: nowrap; }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_2 {
+ position:relative;
+ overflow:hidden;
+ width:600px;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_2 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:700;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle0 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle1 {
+ font-weight:500;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle2 {
+ font-weight:500;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle3 {
+ font-weight:500;
+ font-size:11px;
+ height:18px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle4 {
+ font-weight:500;
+ font-size:11px;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle5 {
+ font-weight:500;
+ height:18px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_3 {
+ position:relative;
+ overflow:hidden;
+ width:300px;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_3 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:700;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle0 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle1 {
+ font-weight:500;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle2 {
+ font-weight:500;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle3 {
+ font-weight:500;
+ font-size:11px;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle4 {
+ font-weight:500;
+ height:18px;
+ text-align:center;
+ }
+
+ /*]]>*/
+ </style>
+ <style type="text/css" media="screen,print">
+ /*<![CDATA[*/
+ #g-0916-biz-web-DEBT-CHART-3-box .g-artboard {
+ margin:0 auto;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-box .g-artboard p {
+ margin:0;
+ }
+ .g-aiAbs {
+ position:absolute;
+ }
+ .g-aiImg {
+ display:block;
+ width:100% !important;
+ }
+ .g-aiSymbol {
+ position: absolute;
+ box-sizing: border-box;
+ }
+ .g-aiPointText p { white-space: nowrap; }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_2 {
+ position:relative;
+ overflow:hidden;
+ width:600px;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_2 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:700;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle0 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle1 {
+ font-weight:500;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle2 {
+ font-weight:500;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle3 {
+ height:18px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle4 {
+ font-weight:500;
+ height:18px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_3 {
+ position:relative;
+ overflow:hidden;
+ width:300px;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_3 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:700;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle0 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle1 {
+ font-weight:500;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle2 {
+ font-weight:500;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle3 {
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle4 {
+ font-weight:500;
+ height:18px;
+ text-align:center;
+ }
+
+ /*]]>*/
+ </style>
+ <style type="text/css" media="screen,print">
+ /*<![CDATA[*/
+ #g-0916-biz-web-DEBT-CHART-5-box .g-artboard {
+ margin:0 auto;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-box .g-artboard p {
+ margin:0;
+ }
+ .g-aiAbs {
+ position:absolute;
+ }
+ .g-aiImg {
+ display:block;
+ width:100% !important;
+ }
+ .g-aiSymbol {
+ position: absolute;
+ box-sizing: border-box;
+ }
+ .g-aiPointText p { white-space: nowrap; }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_2 {
+ position:relative;
+ overflow:hidden;
+ width:600px;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_2 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:500;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle0 {
+ font-weight:700;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle1 {
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle2 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle3 {
+ font-size:11px;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle4 {
+ font-size:11px;
+ height:18px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_3 {
+ position:relative;
+ overflow:hidden;
+ width:300px;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_3 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:700;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle0 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle1 {
+ font-weight:500;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle2 {
+ font-weight:500;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle3 {
+ font-weight:500;
+ font-size:11px;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle4 {
+ font-weight:500;
+ font-size:11px;
+ height:18px;
+ text-align:center;
+ }
+
+ /*]]>*/
+ </style>
+ <style type="text/css" media="screen,print">
+ /*<![CDATA[*/
+ #g-0916-biz-web-DEBT-CHART-4-box .g-artboard {
+ margin:0 auto;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-box .g-artboard p {
+ margin:0;
+ }
+ .g-aiAbs {
+ position:absolute;
+ }
+ .g-aiImg {
+ display:block;
+ width:100% !important;
+ }
+ .g-aiSymbol {
+ position: absolute;
+ box-sizing: border-box;
+ }
+ .g-aiPointText p { white-space: nowrap; }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_2 {
+ position:relative;
+ overflow:hidden;
+ width:600px;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_2 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:500;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle0 {
+ font-weight:700;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle1 {
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle2 {
+ font-size:11px;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle3 {
+ font-size:11px;
+ height:18px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle4 {
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_3 {
+ position:relative;
+ overflow:hidden;
+ width:300px;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_3 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:500;
+ font-size:13px;
+ line-height:18px;
+ height:auto;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0em;
+ text-align:left;
+ color:rgb(51,51,51);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle0 {
+ font-weight:700;
+ height:18px;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle1 {
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle2 {
+ font-size:11px;
+ height:18px;
+ text-align:right;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle3 {
+ font-size:11px;
+ height:18px;
+ text-align:center;
+ }
+ #g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle4 {
+ height:18px;
+ }
+
+ /*]]>*/
+ </style>
+ </head>
+ <body>
+ <div id="swg-script"></div>
+ <script>
+ <![CDATA[
+ window.swgUserInfoXhrObject.checkSwgResponse = false;
+ !function(){function e(e){window.console.log("aborted ".concat(e)),window.swgUserInfoXhrObject.checkSwgResponse={};var t=new Event("aborted");return window.swgUserInfoXhrObject.dispatchEvent(t),window.swgUserInfoXhrObject.abort(),!1}function t(e){return!!window.dataLayer&&((window.dataLayer=window.dataLayer||[]).push({event:"impression",module:e}),!0)}function n(){return"undefined"==typeof window?e("no window"):-1!==document.cookie.indexOf("NYT-S")?e("NYT-S"):!0===function(){if(!window.localStorage)return!1;var e=window.localStorage.getItem("nyt-swgOptOut");if(!e)return!1;var t=parseInt(e,10);return((new Date).getTime()-t)/864e5<1||(window.localStorage.removeItem("nyt-swgOptOut"),!1)}()?e("opt-out"):window.SWG?((window.SWG=window.SWG||[]).push(function(n){return n.init(vi.env.SWG_PUBLICATION_ID),n.getEntitlements().then(function(o){if(void 0===o||!o.raw)return e("entitlements 1");var a={entitlements_token:o.raw};return window.swgUserInfoXhrObject.withCredentials=!0,window.swgUserInfoXhrObject.open("POST","".concat(vi.env.AUTH_HOST,"/svc/account/auth/v1/login-swg-web"),!0),window.swgUserInfoXhrObject.setRequestHeader("Content-Type","application/json"),window.swgUserInfoXhrObject.send(JSON.stringify(a)),window.swgUserInfoXhrObject.onload=function(){switch(window.swgUserInfoXhrObject.status){case 200:return t({name:"swg",context:"Seamless",label:"Seamless Signin",region:"login"}),window.location.reload(!0),!0;case 412:return e("412"),function(e,n){return e.completeDeferredAccountCreation({entitlements:n,consent:!1}).then(function(e){var n="".concat(vi.env.AUTH_HOST,"/svc/account/auth/v1/swg-dal-web"),o=e.purchaseData.raw.data?e.purchaseData.raw.data:e.purchaseData.raw,a=JSON.parse(o),r={package_name:a.packageName,product_id:a.productId,purchase_token:a.purchaseToken,google_id_token:e.userData.idToken,google_user_email:e.userData.email,google_user_id:e.userData.id,google_user_name:e.userData.name},i=new XMLHttpRequest;i.withCredentials=!0,i.open("POST",n,!0),i.setRequestHeader("Content-Type","application/json"),i.send(JSON.stringify(r)),i.onload=function(){200===i.status?(t({name:"swg",context:"Deferred",label:"Seamless Signin",region:"swg-modal"}),e.complete().then(function(){window.location.reload(!0)})):(e.complete(),window.location=encodeURI("".concat(vi.env.AUTH_HOST,"/get-started/swg-link?redirect=").concat(window.location.href)))}}).catch(function(){return!!window.localStorage&&!window.localStorage.getItem("nyt-swgOptOut")&&(window.localStorage.setItem("nyt-swgOptOut",(new Date).getTime()),!0)}),!0}(n,o);default:return e(window.swgUserInfoXhrObject.status)}},o}).catch(function(){return e("entitlements 2")}),!0}),!0):e("swg")}if(-1===document.cookie.indexOf("NYT-S")){var o=document.createElement("script");o.src="https://news.google.com/swg/js/v1/swg.js",o.setAttribute("subscriptions-control","manual"),o.setAttribute("async",!0),o.onload=function(){n()},o.onerror=function(){e("swg")},document.getElementById("swg-script").appendChild(o)}}();
+ ]]>
+ </script>
+ <div id="app">
+ <div class="css-v89234 e3w10z60">
+ <div>
+ <div>
+ <div class="css-13lpfd6 e1nre7570">
+ <header class="css-1bymuyk e1nre7571">
+ <section class="css-1waixk9 e1nre7572">
+ <div class="css-1f7ibof emxkhtz0">
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="Sections Navigation &amp; Search" class="emxkhtz1 css-l2ztic" data-testid="nav-button"><svg class="css-1fe7a5q" viewbox="0 0 16 16">
+ <rect x="1" y="3" fill="#333333" width="14" height="2"></rect>
+ <rect x="1" y="7" fill="#333333" width="14" height="2"></rect>
+ <rect x="1" y="11" fill="#333333" width="14" height="2"></rect></svg></button>
+ </div><button id="desktop-sections-button" aria-label="Sections Navigation" class="css-19lv58h emxkhtz2"><span class="css-vz7hjd">Sections</span><svg class="css-1fe7a5q" viewbox="0 0 16 16">
+ <rect x="1" y="3" fill="#333333" width="14" height="2"></rect>
+ <rect x="1" y="7" fill="#333333" width="14" height="2"></rect>
+ <rect x="1" y="11" fill="#333333" width="14" height="2"></rect></svg></button>
+ <div class="css-10488qs">
+ <button class="css-mgtjo2 e1a6adlb0" data-test-id="search-button"><span class="css-vz7hjd">SEARCH</span><svg class="css-1fe7a5q" viewbox="0 0 16 16">
+ <path fill="#333" d="M11.3,9.2C11.7,8.4,12,7.5,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1,0,1.9-0.3,2.7-0.7l3.3,3.3c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4c0.6-0.6,0.6-1.5,0-2.1L11.3,9.2zM6.5,10.3c-2.1,0-3.8-1.7-3.8-3.8c0-2.1,1.7-3.8,3.8-3.8c2.1,0,3.8,1.7,3.8,3.8C10.3,8.6,8.6,10.3,6.5,10.3z"></path></svg></button>
+ </div><a class="css-1rn5q1r" href="#site-content">Skip to content</a><a class="css-1rn5q1r" href="#site-index">Skip to site index</a>
+ </div>
+ <div class="css-1wr3we4 e14k9kmx0">
+ <a href="https://www.nytimes.com/pages/business/economy/index.html" class="css-nuvmzp">Economy</a>
+ </div>
+ <div class="css-10698na e1ngbli50">
+ <a aria-label="New York Times Logo. Click to visit the homepage" class="css-nhjhh0 e1ngbli51" href="/"><svg xmlns="http://www.w3.org/2000/svg" class="" viewbox="0 0 184 25" fill="#000">
+ <path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a>
+ </div>
+ <div class="css-o2c64h e1c1i1hy1">
+ <a href="https://www.nytimes.com/subscription/multiproduct/lp8HYKU.html?campaignId=6W74R" class="css-1kj7lfb nytcp-opt" data-testid="subscribe-button"><button class="css-1bnxwmn e1c1i1hy0">Subscribe</button>
+ <div class="optimizelyOK vi_bar1 css-1nkps6a"></div></a><a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&amp;client_id=vi" class="css-1kj7lfb"><button class="css-1bnxwmn e1c1i1hy0" data-testid="login-button">Log In</button></a>
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="User Settings" class="e1c1i1hy4 css-1i8g3m4" data-testid="user-settings-button"><svg class="css-10m9xeu" viewbox="0 0 16 16" fill="#333">
+ <path d="M8,10c-2.5,0-7,1.1-7,3.5V16h14v-2.5C15,11.1,10.5,10,8,10z"></path>
+ <circle cx="8" cy="4" r="4"></circle></svg></button>
+ </div>
+ </div>
+ </section>
+ <section class="hasLinks css-3qijnq ea53akk3">
+ <div class="css-uqyvli ea53akk0"></div>
+ <div class="css-1uqjmks ea53akk1"></div>
+ <div class="css-9e9ivx">
+ <a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&amp;client_id=vi" class="css-1gz70xg">Log In</a>
+ </div>
+ <div class="css-1bvtpon ea53akk2">
+ <a href="https://www.nytimes.com/section/todayspaper" class="css-2bwtzy">Today’s Paper</a>
+ </div>
+ </section>
+ </header>
+ </div>
+ </div>
+ <main id="site-content">
+ <div>
+ <div class="css-eqw76k" style="opacity:0.000000001;z-index:-1;visibility:hidden">
+ <div class="css-m6xlts">
+ <div class="css-1ahhg7f">
+ <span class="css-17xtcya"><a href="/pages/business/economy/index.html">Economy</a></span><span class="css-x15j1o">|</span><span class="css-rs6kf8">As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military</span>
+ </div>
+ <div class="css-k008qs">
+ <div class="css-1iwv8en">
+ <a href="/"><svg class="css-1ri25x2" viewbox="0 0 16 22">
+ <path d="M15.863 13.08c-.687 1.818-1.923 3.147-3.64 3.916v-3.917l2.129-1.958-2.129-1.889V6.505c1.923-.14 3.228-1.609 3.228-3.358C15.45.84 13.32 0 12.086 0c-.275 0-.55 0-.962.14v.14h.481c.824 0 1.51.42 1.51 1.189 0 .63-.48 1.189-1.304 1.189-2.129 0-4.6-1.749-7.279-1.749C2.13.91.481 2.728.481 4.546c0 1.819 1.03 2.448 2.128 2.798v-.14c-.343-.21-.618-.63-.618-1.189 0-.84.756-1.469 1.648-1.469 2.267 0 5.906 1.959 8.172 1.959h.206v2.727l-2.129 1.889 2.13 1.958v3.987c-.894.35-1.786.49-2.748.49-3.502 0-5.768-2.169-5.768-5.806 0-.839.137-1.678.344-2.518l1.785-.769v7.973l3.57-1.608V6.575L3.984 8.953c.55-1.61 1.648-2.728 2.953-3.358v-.07C3.433 6.295 0 9.023 0 13.08c0 4.686 3.914 7.974 8.446 7.974 4.807 0 7.485-3.288 7.554-7.974h-.137z" fill="#000"></path></svg></a>
+ <div>
+ <span class="css-1hfdzay"><a href="/" aria-label="New York Times Logo. Click to visit the homepage"><svg xmlns="http://www.w3.org/2000/svg" class="css-12fr9lp" viewbox="0 0 184 25" fill="#000">
+ <path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a></span>
+ </div>
+ </div>
+ <div class="css-19gb6gw">
+ <div class="">
+ <div role="toolbar" aria-label="Social Media Share buttons, Save button, and Comments Panel with current comment count" class="css-4skfbu" data-testid="share-tools">
+ <ul class="css-y8aj3r">
+ <li class="css-1fcn4th">
+ <a href="https://www.facebook.com/dialog/feed?app_id=9869919170&amp;link=https%3A%2F%2Fwww.nytimes.com%2F2018%2F09%2F25%2Fbusiness%2Feconomy%2Fus-government-debt-interest.html&amp;smid=fb-share&amp;name=As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military&amp;redirect_uri=https%3A%2F%2Fwww.facebook.com%2F" target="_blank" rel="noopener noreferrer" aria-label="Share on Facebook"><svg class="css-13zu7ev" viewbox="0 0 7 15" width="7" height="15">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.775 14.163V7.08h1.923l.255-2.441H4.775l.004-1.222c0-.636.06-.977.958-.977H6.94V0H5.016c-2.31 0-3.123 1.184-3.123 3.175V4.64H.453v2.44h1.44v7.083h2.882z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-1fcn4th">
+ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnyti.ms%2F2NC9vam&amp;text=As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military" target="_blank" rel="noopener noreferrer" aria-label="Share on Twitter"><svg viewbox="0 0 13 10" class="css-13zu7ev" width="13" height="10">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.987 2.772l.025.425-.429-.052c-1.562-.2-2.927-.876-4.086-2.011L.93.571.784.987c-.309.927-.111 1.906.533 2.565.343.364.266.416-.327.2-.206-.07-.386-.122-.403-.096-.06.06.146.85.309 1.161.223.434.678.858 1.176 1.11l.42.199-.497.009c-.481 0-.498.008-.447.19.172.564.85 1.162 1.606 1.422l.532.182-.464.277a4.833 4.833 0 0 1-2.3.641c-.387.009-.704.044-.704.07 0 .086 1.047.572 1.657.762 1.828.564 4 .32 5.631-.641 1.159-.685 2.318-2.045 2.859-3.363.292-.702.583-1.984.583-2.6 0-.398.026-.45.507-.927.283-.277.55-.58.6-.667.087-.165.078-.165-.36-.018-.73.26-.832.226-.472-.164.266-.278.584-.78.584-.928 0-.026-.129.018-.275.096a4.79 4.79 0 0 1-.755.294l-.464.148-.42-.286C9.66.467 9.335.293 9.163.24 8.725.12 8.055.137 7.66.276c-1.074.39-1.752 1.395-1.674 2.496z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-1fcn4th">
+ <a href="mailto:?subject=NYTimes.com%3A%20As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military&amp;body=From%20The%20New%20York%20Times%3A%0A%0AAs%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military%0A%0ATax%20cuts%2C%20spending%20increases%20and%20higher%20interest%20rates%20could%20make%20it%20harder%20to%20respond%20to%20future%20recessions%20and%20deal%20with%20other%20needs.%0A%0Ahttps%3A%2F%2Fwww.nytimes.com%2F2018%2F09%2F25%2Fbusiness%2Feconomy%2Fus-government-debt-interest.html" target="_blank" rel="noopener noreferrer" aria-label="Email"><svg viewbox="0 0 15 9" class="css-13zu7ev" width="15" height="9">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M.906 8.418V0L5.64 4.76.906 8.419zm13 0L9.174 4.761 13.906 0v8.418zM7.407 6.539l-1.13-1.137L.907 9h13l-5.37-3.598-1.13 1.137zM1.297 0h12.22l-6.11 5.095L1.297 0z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-1fcn4th">
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="More sharing options" class="css-16ogagc" data-testid=""><svg class="css-f7l8cz" viewbox="0 0 16 13" width="16" height="13">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.406 5.359L8.978 0v3.215C3.82 3.215.406 8.107.406 12.66 1.653 9.133 4.29 7.517 8.978 7.517v3.2l6.428-5.358z" fill="#000"></path></svg></button>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <meta itemprop="isAccessibleForFree" content="false" /><span itemprop="isPartOf" itemscope="itemscope" itemtype="http://schema.org/CreativeWork%20http://schema.org/Product">
+ <meta itemprop="name" content="The New York Times Company" />
+ <meta itemprop="productID" content="nytimes.com:basic" /></span>
+ <article id="story" class="css-1vxca1d e1qksbhf0">
+ <div id="top-wrapper" class="css-1sy8kpn">
+ <div id="top" style="display: block; height: 100%; min-height: 90px; text-align: center;"></div>
+ </div>
+ <header class="css-103xxh4 euiyums1">
+ <div id="sponsor-wrapper" class="css-1hyfx7x">
+ <div id="sponsor-slug" class="css-19vbshk">
+ <p>
+ Supported by
+ </p>
+ </div>
+ <div class="ad sponsor-wrapper" style="text-align:center;height:100%;display:block">
+ <div id="sponsor"></div>
+ </div>
+ </div>
+ <div class="css-1rk3iho ehdk2mb0">
+ <h1 class="css-2tpadd e1h9rw200" itemprop="headline" id="link-68f40e13">
+ <span>As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military</span>
+ </h1>
+ </div>
+ <p class="css-z6dj7x e1wiw3jv0">
+ Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs.
+ </p>
+ <div data-testid="photoviewer-wrapper" class="css-79elbk ehw59r11">
+ <div class="css-z3e15g" data-testid="photoviewer-wrapper-hidden"></div>
+ <div data-testid="photoviewer-children" class="css-1a48zt4 ehw59r111">
+ <figure class="sizeMedium layoutHorizontal css-1b4fpzk toneNews" aria-label="media" role="group" itemscope="itemscope" itemprop="associatedMedia" itemid="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=90&amp;auto=webp" itemtype="http://schema.org/ImageObject">
+ <div class="css-bsn42l">
+ <span class="css-1dv1kvn">Image</span><img alt="" class="css-11cwn6f" src="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" srcset="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=90&amp;auto=webp 600w,https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-jumbo.jpg?quality=90&amp;auto=webp 1024w,https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-superJumbo.jpg?quality=90&amp;auto=webp 2048w" sizes="((min-width: 600px) and (max-width: 1004px)) 84vw, (min-width: 1005px) 60vw, 100vw" itemprop="url" itemid="https://static01.nyt.com/images/2018/09/15/business/15DEBTS01/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=75&amp;auto=webp&amp;disable=upscale" />
+ </div>
+ <figcaption itemprop="caption description" class="css-17ai7jg emkp2hg0">
+ <span class="css-8i9d0s e13ogyst0">Interest payments on the federal debt could surpass the Defense Department budget in 2023.</span><span itemprop="copyrightHolder" class="emkp2hg2 css-1nwzsjy e1z0qqy90"><span class="css-1ly73wi e1tej78p0">Credit</span><span><span class="css-1dv1kvn">Credit</span><span>Jeon Heon-Kyun/EPA, via Shutterstock</span></span></span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ <div class="css-xt80pu euiyums0">
+ <div class="css-acwcvw">
+ <div class="css-17xsp6v epjyd6m0">
+ <div class="css-1baulvz">
+ <p class="css-16vrk19 e1jsehar1" itemprop="author creator" itemscope="itemscope" itemtype="http://schema.org/Person" itemid="">
+ By<!-- --> <a href="https://www.nytimes.com/by/nelson-d-schwartz" class="css-1riqqik e1jsehar0"><span class="css-1baulvz" itemprop="name">Nelson D. Schwartz</span></a>
+ </p>
+ </div>
+ </div>
+ <ul class="css-1w5cs23 epjyd6m1">
+ <li>
+ <time class="css-qddhf4 e16638kd0" datetime="2018-09-25">Sept. 25, 2018</time>
+ </li>
+ <li class="css-6n7j50">
+ <div class="">
+ <div role="toolbar" aria-label="Social Media Share buttons, Save button, and Comments Panel with current comment count" class="css-d8bdto" data-testid="share-tools">
+ <ul class="css-y8aj3r">
+ <li class="css-60hakz">
+ <a href="https://www.facebook.com/dialog/feed?app_id=9869919170&amp;link=https%3A%2F%2Fwww.nytimes.com%2F2018%2F09%2F25%2Fbusiness%2Feconomy%2Fus-government-debt-interest.html&amp;smid=fb-share&amp;name=As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military&amp;redirect_uri=https%3A%2F%2Fwww.facebook.com%2F" target="_blank" rel="noopener noreferrer" aria-label="Share on Facebook"><svg class="css-4brsb6" viewbox="0 0 7 15" width="7" height="15">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.775 14.163V7.08h1.923l.255-2.441H4.775l.004-1.222c0-.636.06-.977.958-.977H6.94V0H5.016c-2.31 0-3.123 1.184-3.123 3.175V4.64H.453v2.44h1.44v7.083h2.882z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-60hakz">
+ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnyti.ms%2F2NC9vam&amp;text=As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military" target="_blank" rel="noopener noreferrer" aria-label="Share on Twitter"><svg viewbox="0 0 13 10" class="css-4brsb6" width="13" height="10">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.987 2.772l.025.425-.429-.052c-1.562-.2-2.927-.876-4.086-2.011L.93.571.784.987c-.309.927-.111 1.906.533 2.565.343.364.266.416-.327.2-.206-.07-.386-.122-.403-.096-.06.06.146.85.309 1.161.223.434.678.858 1.176 1.11l.42.199-.497.009c-.481 0-.498.008-.447.19.172.564.85 1.162 1.606 1.422l.532.182-.464.277a4.833 4.833 0 0 1-2.3.641c-.387.009-.704.044-.704.07 0 .086 1.047.572 1.657.762 1.828.564 4 .32 5.631-.641 1.159-.685 2.318-2.045 2.859-3.363.292-.702.583-1.984.583-2.6 0-.398.026-.45.507-.927.283-.277.55-.58.6-.667.087-.165.078-.165-.36-.018-.73.26-.832.226-.472-.164.266-.278.584-.78.584-.928 0-.026-.129.018-.275.096a4.79 4.79 0 0 1-.755.294l-.464.148-.42-.286C9.66.467 9.335.293 9.163.24 8.725.12 8.055.137 7.66.276c-1.074.39-1.752 1.395-1.674 2.496z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-60hakz">
+ <a href="mailto:?subject=NYTimes.com%3A%20As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military&amp;body=From%20The%20New%20York%20Times%3A%0A%0AAs%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military%0A%0ATax%20cuts%2C%20spending%20increases%20and%20higher%20interest%20rates%20could%20make%20it%20harder%20to%20respond%20to%20future%20recessions%20and%20deal%20with%20other%20needs.%0A%0Ahttps%3A%2F%2Fwww.nytimes.com%2F2018%2F09%2F25%2Fbusiness%2Feconomy%2Fus-government-debt-interest.html" target="_blank" rel="noopener noreferrer" aria-label="Email"><svg viewbox="0 0 15 9" class="css-4brsb6" width="15" height="9">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M.906 8.418V0L5.64 4.76.906 8.419zm13 0L9.174 4.761 13.906 0v8.418zM7.407 6.539l-1.13-1.137L.907 9h13l-5.37-3.598-1.13 1.137zM1.297 0h12.22l-6.11 5.095L1.297 0z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-60hakz">
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="More sharing options" class="css-16ogagc" data-testid=""><svg class="css-uhuo44" viewbox="0 0 16 13" width="16" height="13">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.406 5.359L8.978 0v3.215C3.82 3.215.406 8.107.406 12.66 1.653 9.133 4.29 7.517 8.978 7.517v3.2l6.428-5.358z" fill="#000"></path></svg></button>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </header>
+ <section name="articleBody" itemprop="articleBody" class="css-1i2y565">
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ The federal government could soon pay more in interest on its debt than it spends on the military, Medicaid or children’s programs.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ The run-up in borrowing costs is a one-two punch brought on by the need to finance a fast-growing budget deficit, worsened by tax cuts and steadily rising interest rates that will make the debt more expensive.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ With less money coming in and more going toward interest, political leaders will find it harder to address pressing needs like fixing crumbling roads and bridges or to make emergency moves like pulling the economy out of future recessions.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Within a decade, more than $900 billion in interest payments will be due annually, easily outpacing spending on myriad other programs. Already the fastest-growing major government expense, the cost of interest is on track to hit $390 billion next year, nearly 50 percent more than in 2017, according to the Congressional Budget Office.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ “It’s very much something to worry about,” said C. Eugene Steuerle, a fellow at the Urban Institute and a co-founder of the Urban-Brookings Tax Policy Center in Washington. “Everything else is getting squeezed.”
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Gradually rising interest rates would have made borrowing more expensive even without additional debt. But the tax cuts passed late last year have created a deeper hole, with the deficit increasing faster than expected. A budget bill <a class="css-1g7m0tk" href="https://www.nytimes.com/2018/02/08/us/politics/congress-budget-deal-vote.html?module=inline" title="">approved in February that raised</a> spending by $300 billion over two years will add to the financial pressure.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ The deficit is expected to total nearly $1 trillion next year — the first time it has been that big <!-- -->since 2012<!-- -->, when the economy was still struggling to recover from the financial crisis and interest rates were near zero.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-13nfagi">
+ <section id="interest-on-national-debt" data-id="100000006106654" class="interactive-embedded interactive-size-scoop custom-graphic-container css-rlzall e13l8dds1">
+ <header class="css-cl76n0 interactive-header">
+ <p data-testid="leadin" class="css-1vs7yia interactive-leadin custom-leadin">
+ Annual interest payments on the national debt are expected to triple over the next decade, according to the Congressional Budget Office.
+ </p>
+ </header>
+ <div class="interactive-graphic custom-graphic css-17ih8de e13l8dds0">
+ <!-- Generated by ai2html v0.74.0 - 2018-09-14 15:18 -->
+ <!-- ai file: 0916 biz web DEBT CHART 1.ai -->
+ <!-- preview: 2018-09-14-interest-on-national-debt -->
+ <!-- scoop: interest-on-national-debt -->
+ <div id="g-0916-biz-web-DEBT-CHART-1-box" class="ai2html ai2html-box-v5">
+ <!-- Artboard: Artboard_2 -->
+ <div id="g-0916-biz-web-DEBT-CHART-1-Artboard_2" class="g-artboard" data-aspect-ratio="1.382" data-min-width="600">
+ <img id="g-0916-biz-web-DEBT-CHART-1-Artboard_2-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/interest-on-national-debt/313e919f83bb85b62966d7f70121c5f3f3ea740b/0916-biz-web-DEBT-CHART-1-Artboard_2.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai0-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.8869%;margin-top:-16.2px;left:96.5906%;margin-left:-30px;width:60px;">
+ <p class="g-pstyle0">
+ $915
+ </p>
+ <p class="g-pstyle0">
+ billion
+ </p>
+ </div>
+ <div id="g-ai0-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.0838%;width:243px;">
+ <p class="g-pstyle1">
+ Interest payments on the national debt
+ </p>
+ </div>
+ <div id="g-ai0-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:94.9386%;width:52px;">
+ <p class="g-pstyle2">
+ $900
+ </p>
+ </div>
+ <div id="g-ai0-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;left:5.4133%;width:55px;">
+ <p class="g-pstyle3">
+ billion
+ </p>
+ </div>
+ <div id="g-ai0-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:34.841%;margin-top:-9.2px;right:95.0369%;width:44px;">
+ <p class="g-pstyle2">
+ 600
+ </p>
+ </div>
+ <div id="g-ai0-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:60.4108%;margin-top:-9.2px;right:95.0369%;width:44px;">
+ <p class="g-pstyle2">
+ 300
+ </p>
+ </div>
+ <div id="g-ai0-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:70.9998%;margin-top:-16.2px;left:5.8153%;margin-left:-30px;width:60px;">
+ <p class="g-pstyle0">
+ $263
+ </p>
+ <p class="g-pstyle0">
+ billion
+ </p>
+ </div>
+ <div id="g-ai0-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle2">
+ 0
+ </p>
+ </div>
+ <div id="g-ai0-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:6.1605%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’17
+ </p>
+ </div>
+ <div id="g-ai0-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:14.4067%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’18
+ </p>
+ </div>
+ <div id="g-ai0-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:22.6527%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’19
+ </p>
+ </div>
+ <div id="g-ai0-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:30.9281%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’20
+ </p>
+ </div>
+ <div id="g-ai0-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:39.1744%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’21
+ </p>
+ </div>
+ <div id="g-ai0-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:47.4205%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’22
+ </p>
+ </div>
+ <div id="g-ai0-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:55.6667%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’23
+ </p>
+ </div>
+ <div id="g-ai0-16" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:63.9128%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’24
+ </p>
+ </div>
+ <div id="g-ai0-17" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:72.1591%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’25
+ </p>
+ </div>
+ <div id="g-ai0-18" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:80.4054%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’26
+ </p>
+ </div>
+ <div id="g-ai0-19" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:88.6513%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’27
+ </p>
+ </div>
+ <div id="g-ai0-20" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:96.8975%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’28
+ </p>
+ </div>
+ </div><!-- Artboard: Artboard_3 -->
+ <div id="g-0916-biz-web-DEBT-CHART-1-Artboard_3" class="g-artboard" data-aspect-ratio="0.691" data-min-width="300" data-max-width="599">
+ <img id="g-0916-biz-web-DEBT-CHART-1-Artboard_3-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/interest-on-national-debt/313e919f83bb85b62966d7f70121c5f3f3ea740b/0916-biz-web-DEBT-CHART-1-Artboard_3.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai1-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.2844%;width:243px;">
+ <p class="g-pstyle0">
+ Interest payments on the national debt
+ </p>
+ </div>
+ <div id="g-ai1-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:90.0367%;width:52px;">
+ <p class="g-pstyle1">
+ $900
+ </p>
+ </div>
+ <div id="g-ai1-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;left:10.6594%;width:55px;">
+ <p class="g-pstyle2">
+ billion
+ </p>
+ </div>
+ <div id="g-ai1-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:17.787%;margin-top:-16.2px;left:90.6989%;margin-left:-30px;width:60px;">
+ <p class="g-pstyle3">
+ $915
+ </p>
+ <p class="g-pstyle3">
+ billion
+ </p>
+ </div>
+ <div id="g-ai1-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:34.841%;margin-top:-9.2px;right:90.2334%;width:44px;">
+ <p class="g-pstyle1">
+ 600
+ </p>
+ </div>
+ <div id="g-ai1-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:60.4108%;margin-top:-9.2px;right:90.2334%;width:44px;">
+ <p class="g-pstyle1">
+ 300
+ </p>
+ </div>
+ <div id="g-ai1-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:71.2301%;margin-top:-16.2px;left:10.5497%;margin-left:-30px;width:60px;">
+ <p class="g-pstyle3">
+ $263
+ </p>
+ <p class="g-pstyle3">
+ billion
+ </p>
+ </div>
+ <div id="g-ai1-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 0
+ </p>
+ </div>
+ <div id="g-ai1-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:10.8422%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’17
+ </p>
+ </div>
+ <div id="g-ai1-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:18.0987%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’18
+ </p>
+ </div>
+ <div id="g-ai1-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:25.3552%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’19
+ </p>
+ </div>
+ <div id="g-ai1-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:32.6703%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’20
+ </p>
+ </div>
+ <div id="g-ai1-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:39.9268%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’21
+ </p>
+ </div>
+ <div id="g-ai1-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:47.1836%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’22
+ </p>
+ </div>
+ <div id="g-ai1-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:54.4401%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’23
+ </p>
+ </div>
+ <div id="g-ai1-16" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:61.6967%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’24
+ </p>
+ </div>
+ <div id="g-ai1-17" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:68.9535%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’25
+ </p>
+ </div>
+ <div id="g-ai1-18" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:76.2102%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’26
+ </p>
+ </div>
+ <div id="g-ai1-19" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:83.4665%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’27
+ </p>
+ </div>
+ <div id="g-ai1-20" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:90.7234%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’28
+ </p>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function (scriptEnvironment, nameSpace) {
+ // Use a sentinel class to ensure that this version of the resizer only initializes once
+ if (document.documentElement.className.indexOf(nameSpace + "resizer-v5-init") > -1) return;
+ document.documentElement.className += " " + nameSpace + "resizer-v5-init";
+ // requires IE9+
+ if (!("querySelector" in document)) return;
+ var observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;
+ var visibilityIndex = {}; // visibility of each graphic, indexed by container id (used with InteractionObserver)
+
+ updateAllGraphics();
+ window.addEventListener('nyt:embed:load', updateAllGraphics); // for nyt vi compatibility
+ document.addEventListener("DOMContentLoaded", updateAllGraphics);
+ window.addEventListener("resize", throttle(updateAllGraphics, 200));
+
+ function updateAllGraphics() {
+ selectElements(".ai2html-box-v5").forEach(updateGraphic);
+ if (scriptEnvironment == "nyt-preview") {
+ nytOnResize();
+ }
+ }
+
+ function updateGraphic(container) {
+ var artboards = selectElements("." + nameSpace + "artboard[data-min-width]", container),
+ width = Math.round(container.getBoundingClientRect().width),
+ id = container.id, // assume container has an id
+ showImages = !observer || visibilityIndex[id] == 'visible';
+
+ // Set artboard visibility based on container width
+ artboards.forEach(function(el) {
+ var minwidth = el.getAttribute("data-min-width"),
+ maxwidth = el.getAttribute("data-max-width");
+ if (+minwidth <= width && (+maxwidth >= width || maxwidth === null)) {
+ if (showImages) {
+ selectElements("." + nameSpace + "aiImg", el).forEach(updateImgSrc);
+ }
+ el.style.display = "block";
+ } else {
+ el.style.display = "none";
+ }
+ });
+
+ // Initialize lazy loading on first call, if IntersectionObserver is available
+ if (observer && !visibilityIndex[id]) {
+ if (containerIsVisible(container)) {
+ // Skip IntersectionObserver if graphic is initially visible
+ // Note: We're doing this after artboard visibility is first calculated
+ // (above) -- otherwise all artboard images are display:block and the
+ // calculated height of the graphic is huge.
+ // TODO: Consider making artboard images position:absolute and setting
+ // height as a padding % (calculated from the aspect ratio of the graphic).
+ // This will correctly set the initial height of the graphic before
+ // an image is loaded.
+ visibilityIndex[id] = 'visible';
+ updateGraphic(container); // Call again to start loading right away
+ } else {
+ visibilityIndex[id] = 'hidden';
+ observer.observe(container);
+ }
+ }
+ }
+
+ function containerIsVisible(container) {
+ var bounds = container.getBoundingClientRect();
+ return bounds.top < window.innerHeight && bounds.bottom > 0;
+ }
+
+ // Replace blank placeholder image with actual image
+ // (only relevant if use_lazy_loader option is true)
+ function updateImgSrc(img) {
+ var src = img.getAttribute("data-src");
+ if (src && img.getAttribute("src") != src) {
+ img.setAttribute("src", src);
+ }
+ }
+
+ function onIntersectionChange(entries) {
+ entries.forEach(function(entry) {
+ if (entry.isIntersecting) {
+ visibilityIndex[entry.target.id] = 'visible';
+ observer.unobserve(entry.target);
+ updateGraphic(entry.target);
+ }
+ });
+ }
+
+ function selectElements(selector, parent) {
+ var selection = (parent || document).querySelectorAll(selector);
+ return Array.prototype.slice.call(selection);
+ }
+
+ function nytOnResize() {
+ // TODO: add comments
+ try {
+ if (window.parent && window.parent.$) {
+ window.parent.$("body").trigger("resizedcontent", [window]);
+ }
+ document.documentElement.dispatchEvent(new Event("resizedcontent"));
+ if (window.require && document.querySelector("meta[name=sourceApp]") && document.querySelector("meta[name=sourceApp]").content == "nyt-v5") {
+ require(["foundation/main"], function() {
+ require(["shared/interactive/instances/app-communicator"], function(AppCommunicator) {
+ AppCommunicator.triggerResize();
+ });
+ });
+ }
+ } catch(e) { console.log(e); }
+ }
+
+ // based on underscore.js
+ function throttle(func, wait) {
+ var _now = Date.now || function() { return +new Date(); },
+ timeout = null, previous = 0;
+ var run = function() {
+ previous = _now();
+ timeout = null;
+ func();
+ };
+ return function() {
+ var remaining = wait - (_now() - previous);
+ if (remaining <= 0 || remaining > wait) {
+ if (timeout) {
+ clearTimeout(timeout);
+ }
+ run();
+ } else if (!timeout) {
+ timeout = setTimeout(run, remaining);
+ }
+ };
+ }
+ })("nyt-preview", "g-");
+ //]]>
+ </script> <!-- End ai2html - 2018-09-14 15:18 -->
+ <!-- Pipeline: 2018-09-14-interest-on-national-debt | September 14, 2018, 03:20PM | 313e919f83bb85b62966d7f70121c5f3f3ea740b -->
+ </div>
+ <footer class="css-irejme interactive-footer custom-footer">
+ <p data-testid="credit" class="css-1ct2c9h interactive-credit custom-credit">
+ By The New York Times | Source: Congressional Budget Office
+ </p>
+ </footer>
+ </section>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ Deficit hawks have gone silent, even proposing changes that would exacerbate the deficit. House Republicans introduced legislation this month that would make the tax cuts permanent.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “The issue has just disappeared,” said Senator Mark Warner, a Virginia Democrat. “There’s collective amnesia.”
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ The combination, say economists, marks a journey into mostly uncharted financial territory.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ In the past, government borrowing expanded during recessions and waned in recoveries. That countercyclical policy has been a part of the standard Keynesian toolbox to combat downturns since the Great Depression.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ The deficit is soaring now as the economy booms, meaning the stimulus is pro-cyclical. The risk is that the government would have less room to maneuver if the economy slows.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-13nfagi">
+ <section id="debt-as-a-share-of-gdp" data-id="100000006106750" class="interactive-embedded interactive-size-scoop custom-graphic-container css-rlzall e13l8dds1">
+ <header class="css-cl76n0 interactive-header">
+ <p data-testid="leadin" class="css-1vs7yia interactive-leadin custom-leadin">
+ Debt as a percentage of gross domestic product tends to increase during recessions and fall during recoveries. But the debt is increasing now, even as the economy is growing, because of tax cuts and spending increases.
+ </p>
+ </header>
+ <div class="interactive-graphic custom-graphic css-17ih8de e13l8dds0">
+ <!-- Generated by ai2html v0.74.0 - 2018-09-14 13:34 -->
+ <!-- ai file: 0916 biz web DEBT CHART 2.ai -->
+ <!-- preview: 2018-09-14-debt-as-a-share-of-gdp -->
+ <div id="g-0916-biz-web-DEBT-CHART-2-box" class="ai2html ai2html-box-v5">
+ <!-- Artboard: Artboard_2 -->
+ <div id="g-0916-biz-web-DEBT-CHART-2-Artboard_2" class="g-artboard" data-aspect-ratio="1.382" data-min-width="600">
+ <img id="g-0916-biz-web-DEBT-CHART-2-Artboard_2-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/debt-as-a-share-of-gdp/dad2c5186b9c0b968d766fa279d9ed6b76ce776b/0916-biz-web-DEBT-CHART-2-Artboard_2.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai0-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.0838%;width:299px;">
+ <p class="g-pstyle0">
+ Public debt as a share of gross domestic product
+ </p>
+ </div>
+ <div id="g-ai0-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:95.0369%;width:44px;">
+ <p class="g-pstyle1">
+ 100
+ </p>
+ </div>
+ <div id="g-ai0-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;left:5.4133%;width:33px;">
+ <p class="g-pstyle2">
+ %
+ </p>
+ </div>
+ <div id="g-ai0-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:16.8643%;margin-top:-9.2px;left:23.0468%;margin-left:-42.5px;width:85px;">
+ <p class="g-pstyle3">
+ RECESSIONS
+ </p>
+ </div>
+ <div id="g-ai0-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:16.8643%;margin-top:-9.2px;left:78.0253%;width:79px;">
+ <p class="g-pstyle4">
+ PROJECTED
+ </p>
+ </div>
+ <div id="g-ai0-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:24.7052%;margin-top:-9.2px;right:94.9686%;width:37px;">
+ <p class="g-pstyle1">
+ 80
+ </p>
+ </div>
+ <div id="g-ai0-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:39.9089%;margin-top:-9.2px;right:94.9686%;width:37px;">
+ <p class="g-pstyle1">
+ 60
+ </p>
+ </div>
+ <div id="g-ai0-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:55.3429%;margin-top:-9.2px;right:94.9686%;width:37px;">
+ <p class="g-pstyle1">
+ 40
+ </p>
+ </div>
+ <div id="g-ai0-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:70.5466%;margin-top:-9.2px;right:94.9686%;width:37px;">
+ <p class="g-pstyle1">
+ 20
+ </p>
+ </div>
+ <div id="g-ai0-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle1">
+ 0
+ </p>
+ </div>
+ <div id="g-ai0-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:8.5381%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle5">
+ ’78
+ </p>
+ </div>
+ <div id="g-ai0-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:12.2413%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle5">
+ ’80
+ </p>
+ </div>
+ <div id="g-ai0-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:29.7156%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle5">
+ ’90
+ </p>
+ </div>
+ <div id="g-ai0-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:47.1898%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle5">
+ ’00
+ </p>
+ </div>
+ <div id="g-ai0-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:64.635%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle5">
+ ’10
+ </p>
+ </div>
+ <div id="g-ai0-16" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:82.1384%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle5">
+ ’20
+ </p>
+ </div>
+ <div id="g-ai0-17" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:96.0294%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle5">
+ ’28
+ </p>
+ </div>
+ </div><!-- Artboard: Artboard_3 -->
+ <div id="g-0916-biz-web-DEBT-CHART-2-Artboard_3" class="g-artboard" data-aspect-ratio="0.691" data-min-width="300" data-max-width="599">
+ <img id="g-0916-biz-web-DEBT-CHART-2-Artboard_3-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/debt-as-a-share-of-gdp/dad2c5186b9c0b968d766fa279d9ed6b76ce776b/0916-biz-web-DEBT-CHART-2-Artboard_3.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai1-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.2844%;width:299px;">
+ <p class="g-pstyle0">
+ Public debt as a share of gross domestic product
+ </p>
+ </div>
+ <div id="g-ai1-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:90.2334%;width:44px;">
+ <p class="g-pstyle1">
+ 100
+ </p>
+ </div>
+ <div id="g-ai1-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;left:10.2054%;width:33px;">
+ <p class="g-pstyle2">
+ %
+ </p>
+ </div>
+ <div id="g-ai1-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:24.7052%;margin-top:-9.2px;right:90.0968%;width:37px;">
+ <p class="g-pstyle1">
+ 80
+ </p>
+ </div>
+ <div id="g-ai1-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:39.9089%;margin-top:-9.2px;right:90.0968%;width:37px;">
+ <p class="g-pstyle1">
+ 60
+ </p>
+ </div>
+ <div id="g-ai1-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:55.3429%;margin-top:-9.2px;right:90.0968%;width:37px;">
+ <p class="g-pstyle1">
+ 40
+ </p>
+ </div>
+ <div id="g-ai1-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:70.5465%;margin-top:-9.2px;right:90.0968%;width:37px;">
+ <p class="g-pstyle1">
+ 20
+ </p>
+ </div>
+ <div id="g-ai1-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:80.4432%;margin-top:-9.2px;left:22.2287%;width:85px;">
+ <p class="g-pstyle3">
+ RECESSIONS
+ </p>
+ </div>
+ <div id="g-ai1-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:80.4432%;margin-top:-9.2px;left:74.1042%;width:79px;">
+ <p class="g-pstyle3">
+ PROJECTED
+ </p>
+ </div>
+ <div id="g-ai1-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 0
+ </p>
+ </div>
+ <div id="g-ai1-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:16.2259%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’80
+ </p>
+ </div>
+ <div id="g-ai1-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:31.6032%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’90
+ </p>
+ </div>
+ <div id="g-ai1-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:46.9805%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’00
+ </p>
+ </div>
+ <div id="g-ai1-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:62.2997%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’10
+ </p>
+ </div>
+ <div id="g-ai1-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:77.7354%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’20
+ </p>
+ </div>
+ <div id="g-ai1-16" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:89.9593%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’28
+ </p>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function (scriptEnvironment, nameSpace) {
+ // Use a sentinel class to ensure that this version of the resizer only initializes once
+ if (document.documentElement.className.indexOf(nameSpace + "resizer-v5-init") > -1) return;
+ document.documentElement.className += " " + nameSpace + "resizer-v5-init";
+ // requires IE9+
+ if (!("querySelector" in document)) return;
+ var observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;
+ var visibilityIndex = {}; // visibility of each graphic, indexed by container id (used with InteractionObserver)
+
+ updateAllGraphics();
+ window.addEventListener('nyt:embed:load', updateAllGraphics); // for nyt vi compatibility
+ document.addEventListener("DOMContentLoaded", updateAllGraphics);
+ window.addEventListener("resize", throttle(updateAllGraphics, 200));
+
+ function updateAllGraphics() {
+ selectElements(".ai2html-box-v5").forEach(updateGraphic);
+ if (scriptEnvironment == "nyt-preview") {
+ nytOnResize();
+ }
+ }
+
+ function updateGraphic(container) {
+ var artboards = selectElements("." + nameSpace + "artboard[data-min-width]", container),
+ width = Math.round(container.getBoundingClientRect().width),
+ id = container.id, // assume container has an id
+ showImages = !observer || visibilityIndex[id] == 'visible';
+
+ // Set artboard visibility based on container width
+ artboards.forEach(function(el) {
+ var minwidth = el.getAttribute("data-min-width"),
+ maxwidth = el.getAttribute("data-max-width");
+ if (+minwidth <= width && (+maxwidth >= width || maxwidth === null)) {
+ if (showImages) {
+ selectElements("." + nameSpace + "aiImg", el).forEach(updateImgSrc);
+ }
+ el.style.display = "block";
+ } else {
+ el.style.display = "none";
+ }
+ });
+
+ // Initialize lazy loading on first call, if IntersectionObserver is available
+ if (observer && !visibilityIndex[id]) {
+ if (containerIsVisible(container)) {
+ // Skip IntersectionObserver if graphic is initially visible
+ // Note: We're doing this after artboard visibility is first calculated
+ // (above) -- otherwise all artboard images are display:block and the
+ // calculated height of the graphic is huge.
+ // TODO: Consider making artboard images position:absolute and setting
+ // height as a padding % (calculated from the aspect ratio of the graphic).
+ // This will correctly set the initial height of the graphic before
+ // an image is loaded.
+ visibilityIndex[id] = 'visible';
+ updateGraphic(container); // Call again to start loading right away
+ } else {
+ visibilityIndex[id] = 'hidden';
+ observer.observe(container);
+ }
+ }
+ }
+
+ function containerIsVisible(container) {
+ var bounds = container.getBoundingClientRect();
+ return bounds.top < window.innerHeight && bounds.bottom > 0;
+ }
+
+ // Replace blank placeholder image with actual image
+ // (only relevant if use_lazy_loader option is true)
+ function updateImgSrc(img) {
+ var src = img.getAttribute("data-src");
+ if (src && img.getAttribute("src") != src) {
+ img.setAttribute("src", src);
+ }
+ }
+
+ function onIntersectionChange(entries) {
+ entries.forEach(function(entry) {
+ if (entry.isIntersecting) {
+ visibilityIndex[entry.target.id] = 'visible';
+ observer.unobserve(entry.target);
+ updateGraphic(entry.target);
+ }
+ });
+ }
+
+ function selectElements(selector, parent) {
+ var selection = (parent || document).querySelectorAll(selector);
+ return Array.prototype.slice.call(selection);
+ }
+
+ function nytOnResize() {
+ // TODO: add comments
+ try {
+ if (window.parent && window.parent.$) {
+ window.parent.$("body").trigger("resizedcontent", [window]);
+ }
+ document.documentElement.dispatchEvent(new Event("resizedcontent"));
+ if (window.require && document.querySelector("meta[name=sourceApp]") && document.querySelector("meta[name=sourceApp]").content == "nyt-v5") {
+ require(["foundation/main"], function() {
+ require(["shared/interactive/instances/app-communicator"], function(AppCommunicator) {
+ AppCommunicator.triggerResize();
+ });
+ });
+ }
+ } catch(e) { console.log(e); }
+ }
+
+ // based on underscore.js
+ function throttle(func, wait) {
+ var _now = Date.now || function() { return +new Date(); },
+ timeout = null, previous = 0;
+ var run = function() {
+ previous = _now();
+ timeout = null;
+ func();
+ };
+ return function() {
+ var remaining = wait - (_now() - previous);
+ if (remaining <= 0 || remaining > wait) {
+ if (timeout) {
+ clearTimeout(timeout);
+ }
+ run();
+ } else if (!timeout) {
+ timeout = setTimeout(run, remaining);
+ }
+ };
+ }
+ })("nyt-preview", "g-");
+ //]]>
+ </script> <!-- End ai2html - 2018-09-14 13:34 -->
+ <!-- Pipeline: 2018-09-14-debt-as-a-share-of-gdp | September 14, 2018, 01:34PM | dad2c5186b9c0b968d766fa279d9ed6b76ce776b -->
+ </div>
+ <footer class="css-irejme interactive-footer custom-footer">
+ <p data-testid="credit" class="css-1ct2c9h interactive-credit custom-credit">
+ By The New York Times | Source: Congressional Budget Office
+ </p>
+ </footer>
+ </section>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ Aside from wartime or a deep downturn like the 1930s or 2008-9, “this sort of aggressive fiscal stimulus is unprecedented in U.S. history,” said Jeffrey Frankel, an economist at Harvard.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Pouring gasoline on an already hot economy has resulted in faster growth — the economy expanded at an annualized rate of 4.2 percent in the second quarter. But Mr. Frankel warns that when the economy weakens, the government will find it more difficult to cut taxes or increase spending.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Lawmakers might, in fact, feel compelled to cut spending as tax revenue falls, further depressing the economy. “There will eventually be another recession, and this increases the chances we will have to slam on the brakes when the car is already going too slowly,” Mr. Frankel said.
+ </p>
+ <h2 class="css-1505tg eoo0vm40" id="link-cb5ee12">
+ Interest costs make it harder for the government to do other things
+ </h2>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-13nfagi">
+ <section id="expenditures-as-a-share-of-national-budget" data-id="100000006106770" class="interactive-embedded interactive-size-scoop custom-graphic-container css-rlzall e13l8dds1">
+ <header class="css-cl76n0 interactive-header">
+ <p data-testid="leadin" class="css-1vs7yia interactive-leadin custom-leadin">
+ Interest payments will make up 13 percent of the federal budget a decade from now, surpassing spending on Medicaid and defense.
+ </p>
+ </header>
+ <div class="interactive-graphic custom-graphic css-17ih8de e13l8dds0">
+ <!-- Generated by ai2html v0.74.0 - 2018-09-14 14:03 -->
+ <!-- ai file: 0916 biz web DEBT CHART 3.ai -->
+ <!-- preview: 2018-09-14-expenditures-as-a-share-of-national-budget -->
+ <!-- scoop: expenditures-as-a-share-of-national-budget -->
+ <div id="g-0916-biz-web-DEBT-CHART-3-box" class="ai2html ai2html-box-v5">
+ <!-- Artboard: Artboard_2 -->
+ <div id="g-0916-biz-web-DEBT-CHART-3-Artboard_2" class="g-artboard" data-aspect-ratio="1.382" data-min-width="600">
+ <img id="g-0916-biz-web-DEBT-CHART-3-Artboard_2-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/expenditures-as-a-share-of-national-budget/3311a2358867f7423b4d30b424829c1ff1228a7a/0916-biz-web-DEBT-CHART-3-Artboard_2.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai0-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.0838%;width:258px;">
+ <p class="g-pstyle0">
+ Expenditures as a share of overall budget
+ </p>
+ </div>
+ <div id="g-ai0-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:94.9686%;width:37px;">
+ <p class="g-pstyle1">
+ 15
+ </p>
+ </div>
+ <div id="g-ai0-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;left:5.4133%;width:33px;">
+ <p class="g-pstyle2">
+ %
+ </p>
+ </div>
+ <div id="g-ai0-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:17.5566%;margin-top:-9.2px;left:81.708%;width:90px;">
+ <p class="g-pstyle0">
+ Net interest
+ </p>
+ </div>
+ <div id="g-ai0-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:17.5566%;margin-top:-9.2px;left:96.8984%;margin-left:-29.5px;width:59px;">
+ <p class="g-pstyle3">
+ 13.0%
+ </p>
+ </div>
+ <div id="g-ai0-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:33.6891%;margin-top:-9.2px;left:81.708%;width:67px;">
+ <p class="g-pstyle2">
+ Defense
+ </p>
+ </div>
+ <div id="g-ai0-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:34.841%;margin-top:-9.2px;right:94.9686%;width:37px;">
+ <p class="g-pstyle1">
+ 10
+ </p>
+ </div>
+ <div id="g-ai0-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:43.825%;margin-top:-9.2px;left:81.708%;width:72px;">
+ <p class="g-pstyle2">
+ Medicaid
+ </p>
+ </div>
+ <div id="g-ai0-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:50.0371%;margin-top:-9.2px;left:6.8178%;margin-left:-26px;width:52px;">
+ <p class="g-pstyle3">
+ 6.6%
+ </p>
+ </div>
+ <div id="g-ai0-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:60.4108%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle1">
+ 5
+ </p>
+ </div>
+ <div id="g-ai0-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle1">
+ 0
+ </p>
+ </div>
+ <div id="g-ai0-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:6.0116%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’17
+ </p>
+ </div>
+ <div id="g-ai0-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:14.2578%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’18
+ </p>
+ </div>
+ <div id="g-ai0-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:22.5039%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’19
+ </p>
+ </div>
+ <div id="g-ai0-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:30.7793%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’20
+ </p>
+ </div>
+ <div id="g-ai0-16" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:39.0255%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’21
+ </p>
+ </div>
+ <div id="g-ai0-17" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:47.2716%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’22
+ </p>
+ </div>
+ <div id="g-ai0-18" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:55.5179%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’23
+ </p>
+ </div>
+ <div id="g-ai0-19" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:63.764%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’24
+ </p>
+ </div>
+ <div id="g-ai0-20" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:72.0103%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’25
+ </p>
+ </div>
+ <div id="g-ai0-21" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:80.2565%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’26
+ </p>
+ </div>
+ <div id="g-ai0-22" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:88.5024%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’27
+ </p>
+ </div>
+ <div id="g-ai0-23" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:96.7487%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’28
+ </p>
+ </div>
+ </div><!-- Artboard: Artboard_3 -->
+ <div id="g-0916-biz-web-DEBT-CHART-3-Artboard_3" class="g-artboard" data-aspect-ratio="0.691" data-min-width="300" data-max-width="599">
+ <img id="g-0916-biz-web-DEBT-CHART-3-Artboard_3-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/expenditures-as-a-share-of-national-budget/3311a2358867f7423b4d30b424829c1ff1228a7a/0916-biz-web-DEBT-CHART-3-Artboard_3.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai1-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.2844%;width:258px;">
+ <p class="g-pstyle0">
+ Expenditures as a share of overall budget
+ </p>
+ </div>
+ <div id="g-ai1-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:90.0968%;width:37px;">
+ <p class="g-pstyle1">
+ 15
+ </p>
+ </div>
+ <div id="g-ai1-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;left:10.2054%;width:33px;">
+ <p class="g-pstyle2">
+ %
+ </p>
+ </div>
+ <div id="g-ai1-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:17.5566%;margin-top:-9.2px;right:13.9762%;width:90px;">
+ <p class="g-pstyle3">
+ Net interest
+ </p>
+ </div>
+ <div id="g-ai1-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:17.5566%;margin-top:-9.2px;left:87.5494%;width:59px;">
+ <p class="g-pstyle0">
+ 13.0%
+ </p>
+ </div>
+ <div id="g-ai1-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:33.6892%;margin-top:-9.2px;right:14.1158%;width:67px;">
+ <p class="g-pstyle1">
+ Defense
+ </p>
+ </div>
+ <div id="g-ai1-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:34.841%;margin-top:-9.2px;right:90.0968%;width:37px;">
+ <p class="g-pstyle1">
+ 10
+ </p>
+ </div>
+ <div id="g-ai1-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:44.2857%;margin-top:-9.2px;right:14.0525%;width:72px;">
+ <p class="g-pstyle1">
+ Medicaid
+ </p>
+ </div>
+ <div id="g-ai1-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:56.0265%;margin-top:-9.2px;left:13.3422%;width:52px;">
+ <p class="g-pstyle0">
+ 6.6%
+ </p>
+ </div>
+ <div id="g-ai1-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:60.4108%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 5
+ </p>
+ </div>
+ <div id="g-ai1-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 0
+ </p>
+ </div>
+ <div id="g-ai1-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:10.7111%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’17
+ </p>
+ </div>
+ <div id="g-ai1-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:17.9678%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’18
+ </p>
+ </div>
+ <div id="g-ai1-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:25.2243%;margin-left:-19.5px;width:39px;">
+ <p class="g-pstyle4">
+ ’19
+ </p>
+ </div>
+ <div id="g-ai1-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:32.5394%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’20
+ </p>
+ </div>
+ <div id="g-ai1-16" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:39.7959%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’21
+ </p>
+ </div>
+ <div id="g-ai1-17" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:47.0526%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’22
+ </p>
+ </div>
+ <div id="g-ai1-18" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:54.3093%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’23
+ </p>
+ </div>
+ <div id="g-ai1-19" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:61.5658%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’24
+ </p>
+ </div>
+ <div id="g-ai1-20" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:68.8225%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’25
+ </p>
+ </div>
+ <div id="g-ai1-21" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:76.0791%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’26
+ </p>
+ </div>
+ <div id="g-ai1-22" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:83.3357%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’27
+ </p>
+ </div>
+ <div id="g-ai1-23" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.9699%;margin-top:-9.2px;left:90.5923%;margin-left:-20px;width:40px;">
+ <p class="g-pstyle4">
+ ’28
+ </p>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function (scriptEnvironment, nameSpace) {
+ // Use a sentinel class to ensure that this version of the resizer only initializes once
+ if (document.documentElement.className.indexOf(nameSpace + "resizer-v5-init") > -1) return;
+ document.documentElement.className += " " + nameSpace + "resizer-v5-init";
+ // requires IE9+
+ if (!("querySelector" in document)) return;
+ var observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;
+ var visibilityIndex = {}; // visibility of each graphic, indexed by container id (used with InteractionObserver)
+
+ updateAllGraphics();
+ window.addEventListener('nyt:embed:load', updateAllGraphics); // for nyt vi compatibility
+ document.addEventListener("DOMContentLoaded", updateAllGraphics);
+ window.addEventListener("resize", throttle(updateAllGraphics, 200));
+
+ function updateAllGraphics() {
+ selectElements(".ai2html-box-v5").forEach(updateGraphic);
+ if (scriptEnvironment == "nyt-preview") {
+ nytOnResize();
+ }
+ }
+
+ function updateGraphic(container) {
+ var artboards = selectElements("." + nameSpace + "artboard[data-min-width]", container),
+ width = Math.round(container.getBoundingClientRect().width),
+ id = container.id, // assume container has an id
+ showImages = !observer || visibilityIndex[id] == 'visible';
+
+ // Set artboard visibility based on container width
+ artboards.forEach(function(el) {
+ var minwidth = el.getAttribute("data-min-width"),
+ maxwidth = el.getAttribute("data-max-width");
+ if (+minwidth <= width && (+maxwidth >= width || maxwidth === null)) {
+ if (showImages) {
+ selectElements("." + nameSpace + "aiImg", el).forEach(updateImgSrc);
+ }
+ el.style.display = "block";
+ } else {
+ el.style.display = "none";
+ }
+ });
+
+ // Initialize lazy loading on first call, if IntersectionObserver is available
+ if (observer && !visibilityIndex[id]) {
+ if (containerIsVisible(container)) {
+ // Skip IntersectionObserver if graphic is initially visible
+ // Note: We're doing this after artboard visibility is first calculated
+ // (above) -- otherwise all artboard images are display:block and the
+ // calculated height of the graphic is huge.
+ // TODO: Consider making artboard images position:absolute and setting
+ // height as a padding % (calculated from the aspect ratio of the graphic).
+ // This will correctly set the initial height of the graphic before
+ // an image is loaded.
+ visibilityIndex[id] = 'visible';
+ updateGraphic(container); // Call again to start loading right away
+ } else {
+ visibilityIndex[id] = 'hidden';
+ observer.observe(container);
+ }
+ }
+ }
+
+ function containerIsVisible(container) {
+ var bounds = container.getBoundingClientRect();
+ return bounds.top < window.innerHeight && bounds.bottom > 0;
+ }
+
+ // Replace blank placeholder image with actual image
+ // (only relevant if use_lazy_loader option is true)
+ function updateImgSrc(img) {
+ var src = img.getAttribute("data-src");
+ if (src && img.getAttribute("src") != src) {
+ img.setAttribute("src", src);
+ }
+ }
+
+ function onIntersectionChange(entries) {
+ entries.forEach(function(entry) {
+ if (entry.isIntersecting) {
+ visibilityIndex[entry.target.id] = 'visible';
+ observer.unobserve(entry.target);
+ updateGraphic(entry.target);
+ }
+ });
+ }
+
+ function selectElements(selector, parent) {
+ var selection = (parent || document).querySelectorAll(selector);
+ return Array.prototype.slice.call(selection);
+ }
+
+ function nytOnResize() {
+ // TODO: add comments
+ try {
+ if (window.parent && window.parent.$) {
+ window.parent.$("body").trigger("resizedcontent", [window]);
+ }
+ document.documentElement.dispatchEvent(new Event("resizedcontent"));
+ if (window.require && document.querySelector("meta[name=sourceApp]") && document.querySelector("meta[name=sourceApp]").content == "nyt-v5") {
+ require(["foundation/main"], function() {
+ require(["shared/interactive/instances/app-communicator"], function(AppCommunicator) {
+ AppCommunicator.triggerResize();
+ });
+ });
+ }
+ } catch(e) { console.log(e); }
+ }
+
+ // based on underscore.js
+ function throttle(func, wait) {
+ var _now = Date.now || function() { return +new Date(); },
+ timeout = null, previous = 0;
+ var run = function() {
+ previous = _now();
+ timeout = null;
+ func();
+ };
+ return function() {
+ var remaining = wait - (_now() - previous);
+ if (remaining <= 0 || remaining > wait) {
+ if (timeout) {
+ clearTimeout(timeout);
+ }
+ run();
+ } else if (!timeout) {
+ timeout = setTimeout(run, remaining);
+ }
+ };
+ }
+ })("nyt-preview", "g-");
+ //]]>
+ </script> <!-- End ai2html - 2018-09-14 14:03 -->
+ <!-- Pipeline: 2018-09-14-expenditures-as-a-share-of-national-budget | September 14, 2018, 02:04PM | 3311a2358867f7423b4d30b424829c1ff1228a7a -->
+ </div>
+ <footer class="css-irejme interactive-footer custom-footer">
+ <p data-testid="credit" class="css-1ct2c9h interactive-credit custom-credit">
+ By The New York Times | Source: Congressional Budget Office
+ </p>
+ </footer>
+ </section>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ Finding the money to pay investors who hold government debt will crimp other parts of the budget. In a decade, interest on the debt will eat up 13 percent of government spending, up from 6.6 percent in 2017.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “By 2020, we will spend more on interest than we do on kids, including education, food stamps and aid to families,” said Marc Goldwein, senior policy director at the Committee for a Responsible Federal Budget, a research and advocacy organization.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ Interest costs already dwarf spending on many popular programs. For example, grants to students from low-income families for college total roughly $30 billion — about one-tenth of what the government will pay in interest this year. Interest payments will overtake Medicaid in 2020 and the Department of Defense budget in 2023.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ What’s more, the heavy burden of interest payments could make it harder for the government to repair aging infrastructure or take on other big new projects.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Mr. Trump has called for spending $1 trillion on infrastructure, but Congress has not taken up that idea.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-tmydge epkadsg3">
+ <div class="css-1ukm2ij epkadsg0">
+ More about the federal debt and the economy
+ </div>
+ <div class="css-15g2oxy epkadsg2">
+ <div class="css-113dckd e16ij5yr6">
+ <a class="css-1g7m0tk" href="https://www.nytimes.com/2018/07/30/us/politics/trump-tax-cuts-rich.html?action=click&amp;module=RelatedLinks&amp;pgtype=Article">
+ <div class="css-i9gxme e16ij5yr4">
+ <div class="css-ty8is0 e16ij5yr2">
+ Trump Administration Mulls a Unilateral Tax Cut for the Rich
+ </div><time class="css-1yil5bp e16638kd0" datetime="2018-07-30">July 30, 2018</time>
+ </div>
+ <div class="css-77hcv e16ij5yr0"></div></a>
+ </div>
+ <div class="css-113dckd e16ij5yr6">
+ <a class="css-1g7m0tk" href="https://www.nytimes.com/2018/07/25/business/trump-corporate-tax-cut-deficit.html?action=click&amp;module=RelatedLinks&amp;pgtype=Article">
+ <div class="css-i9gxme e16ij5yr4">
+ <div class="css-ty8is0 e16ij5yr2">
+ How the Trump Tax Cut Is Helping to Push the Federal Deficit to $1 Trillion
+ </div><time class="css-1yil5bp e16638kd0" datetime="2018-07-25">July 25, 2018</time>
+ </div>
+ <div class="css-77hcv e16ij5yr0"></div></a>
+ </div>
+ </div>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <h2 class="css-1505tg eoo0vm40" id="link-1a1f1f7a">
+ The U.S. hasn’t faced this issue for years
+ </h2>
+ <p class="css-1ygdjhk evys1bk0">
+ Until recently, ultralow interest rates, set by the Federal Reserve to support the economy, allowed lawmakers to borrow without fretting too much about the cost of that debt.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ But as the economy has strengthened, the Fed has gradually raised rates, starting in December 2015. The central bank is expected to push rates up again on Wednesday, and more increases are in store.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “When rates went down to record lows, it allowed the government to take on more debt without paying more interest,” Mr. Goldwein said. “That party is ending.”
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-13nfagi">
+ <section id="10-year-treasury-note" data-id="100000006106857" class="interactive-embedded interactive-size-scoop custom-graphic-container css-rlzall e13l8dds1">
+ <header class="css-cl76n0 interactive-header">
+ <p data-testid="leadin" class="css-1vs7yia interactive-leadin custom-leadin">
+ After bottoming out below 2 percent, the yield on the 10-year Treasury note has climbed to over 3 percent recently.
+ </p>
+ </header>
+ <div class="interactive-graphic custom-graphic css-17ih8de e13l8dds0">
+ <!-- Generated by ai2html v0.74.0 - 2018-09-25 16:50 -->
+ <!-- ai file: 0916 biz web DEBT CHART 5.ai -->
+ <!-- preview: 2018-09-14-10-year-treasury-note -->
+ <!-- scoop: 10-year-treasury-note -->
+ <div id="g-0916-biz-web-DEBT-CHART-5-box" class="ai2html ai2html-box-v5">
+ <!-- Artboard: Artboard_2 -->
+ <div id="g-0916-biz-web-DEBT-CHART-5-Artboard_2" class="g-artboard" data-aspect-ratio="1.382" data-min-width="600">
+ <img id="g-0916-biz-web-DEBT-CHART-5-Artboard_2-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/10-year-treasury-note/e6a342acf0db9b8a88e9ae36f0db5438e5e5124f/0916-biz-web-DEBT-CHART-5-Artboard_2.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai0-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.0644%;width:196px;">
+ <p class="g-pstyle0">
+ Yield on 10-year Treasury note
+ </p>
+ </div>
+ <div id="g-ai0-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle1">
+ 8
+ </p>
+ </div>
+ <div id="g-ai0-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;left:5.4133%;width:33px;">
+ <p class="g-pstyle2">
+ %
+ </p>
+ </div>
+ <div id="g-ai0-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.7232%;margin-top:-9.2px;right:0.1584%;width:70px;">
+ <p class="g-pstyle3">
+ MONTHLY
+ </p>
+ </div>
+ <div id="g-ai0-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:21.2411%;margin-top:-9.2px;left:37.9228%;margin-left:-42.5px;width:85px;">
+ <p class="g-pstyle4">
+ RECESSIONS
+ </p>
+ </div>
+ <div id="g-ai0-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:28.6213%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle1">
+ 6
+ </p>
+ </div>
+ <div id="g-ai0-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:47.5106%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle1">
+ 4
+ </p>
+ </div>
+ <div id="g-ai0-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:66.6304%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle1">
+ 2
+ </p>
+ </div>
+ <div id="g-ai0-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:95.0669%;width:29px;">
+ <p class="g-pstyle1">
+ 0
+ </p>
+ </div>
+ <div id="g-ai0-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:7.6353%;width:40px;">
+ <p class="g-pstyle2">
+ ’98
+ </p>
+ </div>
+ <div id="g-ai0-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:16.3776%;width:40px;">
+ <p class="g-pstyle2">
+ ’00
+ </p>
+ </div>
+ <div id="g-ai0-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:25.1199%;width:40px;">
+ <p class="g-pstyle2">
+ ’02
+ </p>
+ </div>
+ <div id="g-ai0-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:33.8621%;width:40px;">
+ <p class="g-pstyle2">
+ ’04
+ </p>
+ </div>
+ <div id="g-ai0-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:42.6044%;width:40px;">
+ <p class="g-pstyle2">
+ ’06
+ </p>
+ </div>
+ <div id="g-ai0-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:51.3468%;width:40px;">
+ <p class="g-pstyle2">
+ ’08
+ </p>
+ </div>
+ <div id="g-ai0-16" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:60.0889%;width:39px;">
+ <p class="g-pstyle2">
+ ’10
+ </p>
+ </div>
+ <div id="g-ai0-17" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:68.8313%;width:39px;">
+ <p class="g-pstyle2">
+ ’12
+ </p>
+ </div>
+ <div id="g-ai0-18" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:77.5735%;width:39px;">
+ <p class="g-pstyle2">
+ ’14
+ </p>
+ </div>
+ <div id="g-ai0-19" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:86.3158%;width:39px;">
+ <p class="g-pstyle2">
+ ’16
+ </p>
+ </div>
+ <div id="g-ai0-20" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:95.058%;width:39px;">
+ <p class="g-pstyle2">
+ ’18
+ </p>
+ </div>
+ </div><!-- Artboard: Artboard_3 -->
+ <div id="g-0916-biz-web-DEBT-CHART-5-Artboard_3" class="g-artboard" data-aspect-ratio="0.691" data-min-width="300" data-max-width="599">
+ <img id="g-0916-biz-web-DEBT-CHART-5-Artboard_3-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/10-year-treasury-note/e6a342acf0db9b8a88e9ae36f0db5438e5e5124f/0916-biz-web-DEBT-CHART-5-Artboard_3.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai1-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.2844%;width:196px;">
+ <p class="g-pstyle0">
+ Yield on 10-year Treasury note
+ </p>
+ </div>
+ <div id="g-ai1-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 8
+ </p>
+ </div>
+ <div id="g-ai1-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;left:10.2054%;width:33px;">
+ <p class="g-pstyle2">
+ %
+ </p>
+ </div>
+ <div id="g-ai1-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.7232%;margin-top:-9.2px;right:6.6448%;width:70px;">
+ <p class="g-pstyle3">
+ MONTHLY
+ </p>
+ </div>
+ <div id="g-ai1-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:21.2411%;margin-top:-9.2px;left:38.8379%;margin-left:-42.5px;width:85px;">
+ <p class="g-pstyle4">
+ RECESSIONS
+ </p>
+ </div>
+ <div id="g-ai1-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:28.6214%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 6
+ </p>
+ </div>
+ <div id="g-ai1-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:47.5107%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 4
+ </p>
+ </div>
+ <div id="g-ai1-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:66.6305%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 2
+ </p>
+ </div>
+ <div id="g-ai1-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:90.2934%;width:29px;">
+ <p class="g-pstyle1">
+ 0
+ </p>
+ </div>
+ <div id="g-ai1-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:12.306%;width:40px;">
+ <p class="g-pstyle2">
+ ’98
+ </p>
+ </div>
+ <div id="g-ai1-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:27.6924%;width:40px;">
+ <p class="g-pstyle2">
+ ’02
+ </p>
+ </div>
+ <div id="g-ai1-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:43.0788%;width:40px;">
+ <p class="g-pstyle2">
+ ’06
+ </p>
+ </div>
+ <div id="g-ai1-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:58.4652%;width:39px;">
+ <p class="g-pstyle2">
+ ’10
+ </p>
+ </div>
+ <div id="g-ai1-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:73.8516%;width:39px;">
+ <p class="g-pstyle2">
+ ’14
+ </p>
+ </div>
+ <div id="g-ai1-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:89.238%;width:39px;">
+ <p class="g-pstyle2">
+ ’18
+ </p>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function (scriptEnvironment, nameSpace) {
+ // Use a sentinel class to ensure that this version of the resizer only initializes once
+ if (document.documentElement.className.indexOf(nameSpace + "resizer-v5-init") > -1) return;
+ document.documentElement.className += " " + nameSpace + "resizer-v5-init";
+ // requires IE9+
+ if (!("querySelector" in document)) return;
+ var observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;
+ var visibilityIndex = {}; // visibility of each graphic, indexed by container id (used with InteractionObserver)
+
+ updateAllGraphics();
+ window.addEventListener('nyt:embed:load', updateAllGraphics); // for nyt vi compatibility
+ document.addEventListener("DOMContentLoaded", updateAllGraphics);
+ window.addEventListener("resize", throttle(updateAllGraphics, 200));
+
+ function updateAllGraphics() {
+ selectElements(".ai2html-box-v5").forEach(updateGraphic);
+ if (scriptEnvironment == "nyt-preview") {
+ nytOnResize();
+ }
+ }
+
+ function updateGraphic(container) {
+ var artboards = selectElements("." + nameSpace + "artboard[data-min-width]", container),
+ width = Math.round(container.getBoundingClientRect().width),
+ id = container.id, // assume container has an id
+ showImages = !observer || visibilityIndex[id] == 'visible';
+
+ // Set artboard visibility based on container width
+ artboards.forEach(function(el) {
+ var minwidth = el.getAttribute("data-min-width"),
+ maxwidth = el.getAttribute("data-max-width");
+ if (+minwidth <= width && (+maxwidth >= width || maxwidth === null)) {
+ if (showImages) {
+ selectElements("." + nameSpace + "aiImg", el).forEach(updateImgSrc);
+ }
+ el.style.display = "block";
+ } else {
+ el.style.display = "none";
+ }
+ });
+
+ // Initialize lazy loading on first call, if IntersectionObserver is available
+ if (observer && !visibilityIndex[id]) {
+ if (containerIsVisible(container)) {
+ // Skip IntersectionObserver if graphic is initially visible
+ // Note: We're doing this after artboard visibility is first calculated
+ // (above) -- otherwise all artboard images are display:block and the
+ // calculated height of the graphic is huge.
+ // TODO: Consider making artboard images position:absolute and setting
+ // height as a padding % (calculated from the aspect ratio of the graphic).
+ // This will correctly set the initial height of the graphic before
+ // an image is loaded.
+ visibilityIndex[id] = 'visible';
+ updateGraphic(container); // Call again to start loading right away
+ } else {
+ visibilityIndex[id] = 'hidden';
+ observer.observe(container);
+ }
+ }
+ }
+
+ function containerIsVisible(container) {
+ var bounds = container.getBoundingClientRect();
+ return bounds.top < window.innerHeight && bounds.bottom > 0;
+ }
+
+ // Replace blank placeholder image with actual image
+ // (only relevant if use_lazy_loader option is true)
+ function updateImgSrc(img) {
+ var src = img.getAttribute("data-src");
+ if (src && img.getAttribute("src") != src) {
+ img.setAttribute("src", src);
+ }
+ }
+
+ function onIntersectionChange(entries) {
+ entries.forEach(function(entry) {
+ if (entry.isIntersecting) {
+ visibilityIndex[entry.target.id] = 'visible';
+ observer.unobserve(entry.target);
+ updateGraphic(entry.target);
+ }
+ });
+ }
+
+ function selectElements(selector, parent) {
+ var selection = (parent || document).querySelectorAll(selector);
+ return Array.prototype.slice.call(selection);
+ }
+
+ function nytOnResize() {
+ // TODO: add comments
+ try {
+ if (window.parent && window.parent.$) {
+ window.parent.$("body").trigger("resizedcontent", [window]);
+ }
+ document.documentElement.dispatchEvent(new Event("resizedcontent"));
+ if (window.require && document.querySelector("meta[name=sourceApp]") && document.querySelector("meta[name=sourceApp]").content == "nyt-v5") {
+ require(["foundation/main"], function() {
+ require(["shared/interactive/instances/app-communicator"], function(AppCommunicator) {
+ AppCommunicator.triggerResize();
+ });
+ });
+ }
+ } catch(e) { console.log(e); }
+ }
+
+ // based on underscore.js
+ function throttle(func, wait) {
+ var _now = Date.now || function() { return +new Date(); },
+ timeout = null, previous = 0;
+ var run = function() {
+ previous = _now();
+ timeout = null;
+ func();
+ };
+ return function() {
+ var remaining = wait - (_now() - previous);
+ if (remaining <= 0 || remaining > wait) {
+ if (timeout) {
+ clearTimeout(timeout);
+ }
+ run();
+ } else if (!timeout) {
+ timeout = setTimeout(run, remaining);
+ }
+ };
+ }
+ })("nyt-preview", "g-");
+ //]]>
+ </script> <!-- End ai2html - 2018-09-25 16:50 -->
+ <!-- Pipeline: 2018-09-14-10-year-treasury-note | September 25, 2018, 04:51PM | e6a342acf0db9b8a88e9ae36f0db5438e5e5124f -->
+ </div>
+ <footer class="css-irejme interactive-footer custom-footer">
+ <p data-testid="credit" class="css-1ct2c9h interactive-credit custom-credit">
+ By The New York Times | Source: Reuters
+ </p>
+ </footer>
+ </section>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ Since the beginning of the year, the yield on the 10-year Treasury note has risen by more than half a percentage point, to <!-- -->3.1 percent<!-- -->. The Congressional Budget Office estimates that the yield will climb to 4.2 percent in 2021. Given that the total public debt of the United States stands at nearly $16 trillion, even a small uptick in rates can cost the government billions.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ There’s no guarantee that these forecasts will prove accurate. If the economy weakens, rates might fall or rise only slightly, reducing interest payments. But rates could also overshoot the budget office forecast.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Some members of Congress want to set the stage for even more red ink. Republicans in the House want to make last year’s tax cuts permanent, instead of letting some of them expire at the end of 2025. That would reduce federal revenue by an additional $631 billion <!-- -->over 10 year<!-- -->s, according to the <a class="css-1g7m0tk" href="https://www.taxpolicycenter.org/publications/analysis-protecting-family-and-small-business-tax-cuts-act-2018" title="" rel="noopener noreferrer" target="_blank">Tax Policy Center</a>.
+ </p>
+ <h2 class="css-1505tg eoo0vm40" id="link-7b39a7bd">
+ No, the United States isn’t at risk of becoming the next Greece
+ </h2>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-13nfagi">
+ <section id="dollar-index" data-id="100000006106834" class="interactive-embedded interactive-size-scoop custom-graphic-container css-rlzall e13l8dds1">
+ <header class="css-cl76n0 interactive-header">
+ <p data-testid="leadin" class="css-1vs7yia interactive-leadin custom-leadin">
+ The dollar has strengthened even as government borrowing has increased.
+ </p>
+ </header>
+ <div class="interactive-graphic custom-graphic css-17ih8de e13l8dds0">
+ <!-- Generated by ai2html v0.74.0 - 2018-09-21 18:43 -->
+ <!-- ai file: 0916 biz web DEBT CHART 4.ai -->
+ <!-- preview: 2018-09-14-dollar-index -->
+ <!-- scoop: dollar-index -->
+ <div id="g-0916-biz-web-DEBT-CHART-4-box" class="ai2html ai2html-box-v5">
+ <!-- Artboard: Artboard_2 -->
+ <div id="g-0916-biz-web-DEBT-CHART-4-Artboard_2" class="g-artboard" data-aspect-ratio="1.382" data-min-width="600">
+ <img id="g-0916-biz-web-DEBT-CHART-4-Artboard_2-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/dollar-index/3753490c8fd0afa3e42df37d132f5c87da5e1c36/0916-biz-web-DEBT-CHART-4-Artboard_2.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai0-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.0838%;width:117px;">
+ <p class="g-pstyle0">
+ U.S. Dollar index
+ </p>
+ </div>
+ <div id="g-ai0-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:95.0369%;width:44px;">
+ <p class="g-pstyle1">
+ 140
+ </p>
+ </div>
+ <div id="g-ai0-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.7232%;margin-top:-9.2px;right:0.1584%;width:70px;">
+ <p class="g-pstyle2">
+ MONTHLY
+ </p>
+ </div>
+ <div id="g-ai0-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:21.2411%;margin-top:-9.2px;left:37.9228%;margin-left:-42.5px;width:85px;">
+ <p class="g-pstyle3">
+ RECESSIONS
+ </p>
+ </div>
+ <div id="g-ai0-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:28.6213%;margin-top:-9.2px;right:95.0369%;width:44px;">
+ <p class="g-pstyle1">
+ 120
+ </p>
+ </div>
+ <div id="g-ai0-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:47.5106%;margin-top:-9.2px;right:95.0369%;width:44px;">
+ <p class="g-pstyle1">
+ 100
+ </p>
+ </div>
+ <div id="g-ai0-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:66.6304%;margin-top:-9.2px;right:94.9686%;width:37px;">
+ <p class="g-pstyle1">
+ 80
+ </p>
+ </div>
+ <div id="g-ai0-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:94.9686%;width:37px;">
+ <p class="g-pstyle1">
+ 60
+ </p>
+ </div>
+ <div id="g-ai0-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:7.6353%;width:40px;">
+ <p class="g-pstyle4">
+ ’98
+ </p>
+ </div>
+ <div id="g-ai0-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:16.3776%;width:40px;">
+ <p class="g-pstyle4">
+ ’00
+ </p>
+ </div>
+ <div id="g-ai0-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:25.1199%;width:40px;">
+ <p class="g-pstyle4">
+ ’02
+ </p>
+ </div>
+ <div id="g-ai0-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:33.8621%;width:40px;">
+ <p class="g-pstyle4">
+ ’04
+ </p>
+ </div>
+ <div id="g-ai0-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:42.6044%;width:40px;">
+ <p class="g-pstyle4">
+ ’06
+ </p>
+ </div>
+ <div id="g-ai0-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:51.3468%;width:40px;">
+ <p class="g-pstyle4">
+ ’08
+ </p>
+ </div>
+ <div id="g-ai0-15" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:60.0889%;width:39px;">
+ <p class="g-pstyle4">
+ ’10
+ </p>
+ </div>
+ <div id="g-ai0-16" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:68.8313%;width:39px;">
+ <p class="g-pstyle4">
+ ’12
+ </p>
+ </div>
+ <div id="g-ai0-17" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:77.5735%;width:39px;">
+ <p class="g-pstyle4">
+ ’14
+ </p>
+ </div>
+ <div id="g-ai0-18" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:86.3158%;width:39px;">
+ <p class="g-pstyle4">
+ ’16
+ </p>
+ </div>
+ <div id="g-ai0-19" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:95.058%;width:39px;">
+ <p class="g-pstyle4">
+ ’18
+ </p>
+ </div>
+ </div><!-- Artboard: Artboard_3 -->
+ <div id="g-0916-biz-web-DEBT-CHART-4-Artboard_3" class="g-artboard" data-aspect-ratio="0.691" data-min-width="300" data-max-width="599">
+ <img id="g-0916-biz-web-DEBT-CHART-4-Artboard_3-img" class="g-aiImg" data-src="https://static01.nyt.com/newsgraphics/2018/09/14/dollar-index/3753490c8fd0afa3e42df37d132f5c87da5e1c36/0916-biz-web-DEBT-CHART-4-Artboard_3.png" src="data:image/gif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==" />
+ <div id="g-ai1-1" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:4.4262%;margin-top:-9.2px;left:0.2844%;width:117px;">
+ <p class="g-pstyle0">
+ U.S. Dollar index
+ </p>
+ </div>
+ <div id="g-ai1-2" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.5016%;margin-top:-9.2px;right:90.2334%;width:44px;">
+ <p class="g-pstyle1">
+ 140
+ </p>
+ </div>
+ <div id="g-ai1-3" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:9.7232%;margin-top:-9.2px;right:6.6448%;width:70px;">
+ <p class="g-pstyle2">
+ MONTHLY
+ </p>
+ </div>
+ <div id="g-ai1-4" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:21.2411%;margin-top:-9.2px;left:38.8379%;margin-left:-42.5px;width:85px;">
+ <p class="g-pstyle3">
+ RECESSIONS
+ </p>
+ </div>
+ <div id="g-ai1-5" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:28.6214%;margin-top:-9.2px;right:90.2334%;width:44px;">
+ <p class="g-pstyle1">
+ 120
+ </p>
+ </div>
+ <div id="g-ai1-6" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:47.5107%;margin-top:-9.2px;right:90.2334%;width:44px;">
+ <p class="g-pstyle1">
+ 100
+ </p>
+ </div>
+ <div id="g-ai1-7" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:66.6305%;margin-top:-9.2px;right:90.0968%;width:37px;">
+ <p class="g-pstyle1">
+ 80
+ </p>
+ </div>
+ <div id="g-ai1-8" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:85.7502%;margin-top:-9.2px;right:90.0968%;width:37px;">
+ <p class="g-pstyle1">
+ 60
+ </p>
+ </div>
+ <div id="g-ai1-9" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:12.306%;width:40px;">
+ <p class="g-pstyle4">
+ ’98
+ </p>
+ </div>
+ <div id="g-ai1-10" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:27.6924%;width:40px;">
+ <p class="g-pstyle4">
+ ’02
+ </p>
+ </div>
+ <div id="g-ai1-11" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:43.0788%;width:40px;">
+ <p class="g-pstyle4">
+ ’06
+ </p>
+ </div>
+ <div id="g-ai1-12" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:58.4652%;width:39px;">
+ <p class="g-pstyle4">
+ ’10
+ </p>
+ </div>
+ <div id="g-ai1-13" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:73.8516%;width:39px;">
+ <p class="g-pstyle4">
+ ’14
+ </p>
+ </div>
+ <div id="g-ai1-14" class="g-Layer_1 g-aiAbs g-aiPointText" style="top:91.0485%;margin-top:-9.2px;left:89.238%;width:39px;">
+ <p class="g-pstyle4">
+ ’18
+ </p>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function (scriptEnvironment, nameSpace) {
+ // Use a sentinel class to ensure that this version of the resizer only initializes once
+ if (document.documentElement.className.indexOf(nameSpace + "resizer-v5-init") > -1) return;
+ document.documentElement.className += " " + nameSpace + "resizer-v5-init";
+ // requires IE9+
+ if (!("querySelector" in document)) return;
+ var observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;
+ var visibilityIndex = {}; // visibility of each graphic, indexed by container id (used with InteractionObserver)
+
+ updateAllGraphics();
+ window.addEventListener('nyt:embed:load', updateAllGraphics); // for nyt vi compatibility
+ document.addEventListener("DOMContentLoaded", updateAllGraphics);
+ window.addEventListener("resize", throttle(updateAllGraphics, 200));
+
+ function updateAllGraphics() {
+ selectElements(".ai2html-box-v5").forEach(updateGraphic);
+ if (scriptEnvironment == "nyt-preview") {
+ nytOnResize();
+ }
+ }
+
+ function updateGraphic(container) {
+ var artboards = selectElements("." + nameSpace + "artboard[data-min-width]", container),
+ width = Math.round(container.getBoundingClientRect().width),
+ id = container.id, // assume container has an id
+ showImages = !observer || visibilityIndex[id] == 'visible';
+
+ // Set artboard visibility based on container width
+ artboards.forEach(function(el) {
+ var minwidth = el.getAttribute("data-min-width"),
+ maxwidth = el.getAttribute("data-max-width");
+ if (+minwidth <= width && (+maxwidth >= width || maxwidth === null)) {
+ if (showImages) {
+ selectElements("." + nameSpace + "aiImg", el).forEach(updateImgSrc);
+ }
+ el.style.display = "block";
+ } else {
+ el.style.display = "none";
+ }
+ });
+
+ // Initialize lazy loading on first call, if IntersectionObserver is available
+ if (observer && !visibilityIndex[id]) {
+ if (containerIsVisible(container)) {
+ // Skip IntersectionObserver if graphic is initially visible
+ // Note: We're doing this after artboard visibility is first calculated
+ // (above) -- otherwise all artboard images are display:block and the
+ // calculated height of the graphic is huge.
+ // TODO: Consider making artboard images position:absolute and setting
+ // height as a padding % (calculated from the aspect ratio of the graphic).
+ // This will correctly set the initial height of the graphic before
+ // an image is loaded.
+ visibilityIndex[id] = 'visible';
+ updateGraphic(container); // Call again to start loading right away
+ } else {
+ visibilityIndex[id] = 'hidden';
+ observer.observe(container);
+ }
+ }
+ }
+
+ function containerIsVisible(container) {
+ var bounds = container.getBoundingClientRect();
+ return bounds.top < window.innerHeight && bounds.bottom > 0;
+ }
+
+ // Replace blank placeholder image with actual image
+ // (only relevant if use_lazy_loader option is true)
+ function updateImgSrc(img) {
+ var src = img.getAttribute("data-src");
+ if (src && img.getAttribute("src") != src) {
+ img.setAttribute("src", src);
+ }
+ }
+
+ function onIntersectionChange(entries) {
+ entries.forEach(function(entry) {
+ if (entry.isIntersecting) {
+ visibilityIndex[entry.target.id] = 'visible';
+ observer.unobserve(entry.target);
+ updateGraphic(entry.target);
+ }
+ });
+ }
+
+ function selectElements(selector, parent) {
+ var selection = (parent || document).querySelectorAll(selector);
+ return Array.prototype.slice.call(selection);
+ }
+
+ function nytOnResize() {
+ // TODO: add comments
+ try {
+ if (window.parent && window.parent.$) {
+ window.parent.$("body").trigger("resizedcontent", [window]);
+ }
+ document.documentElement.dispatchEvent(new Event("resizedcontent"));
+ if (window.require && document.querySelector("meta[name=sourceApp]") && document.querySelector("meta[name=sourceApp]").content == "nyt-v5") {
+ require(["foundation/main"], function() {
+ require(["shared/interactive/instances/app-communicator"], function(AppCommunicator) {
+ AppCommunicator.triggerResize();
+ });
+ });
+ }
+ } catch(e) { console.log(e); }
+ }
+
+ // based on underscore.js
+ function throttle(func, wait) {
+ var _now = Date.now || function() { return +new Date(); },
+ timeout = null, previous = 0;
+ var run = function() {
+ previous = _now();
+ timeout = null;
+ func();
+ };
+ return function() {
+ var remaining = wait - (_now() - previous);
+ if (remaining <= 0 || remaining > wait) {
+ if (timeout) {
+ clearTimeout(timeout);
+ }
+ run();
+ } else if (!timeout) {
+ timeout = setTimeout(run, remaining);
+ }
+ };
+ }
+ })("nyt-preview", "g-");
+ //]]>
+ </script> <!-- End ai2html - 2018-09-21 18:43 -->
+ <!-- Pipeline: 2018-09-14-dollar-index | September 21, 2018, 06:44PM | 3753490c8fd0afa3e42df37d132f5c87da5e1c36 -->
+ </div>
+ <footer class="css-irejme interactive-footer custom-footer">
+ <p data-testid="credit" class="css-1ct2c9h interactive-credit custom-credit">
+ By The New York Times | Source: Reuters
+ </p>
+ </footer>
+ </section>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ Deficit hawks have warned for years that a day of reckoning is coming, exposing the United States to the kind of economic crisis that overtook profligate borrowers in the past like Greece or Argentina.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ But most experts say that isn’t likely because the dollar is the world’s reserve currency. As a result, the United States still has plenty of borrowing capacity left because the Fed can print money with fewer consequences than other central banks.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ And interest rates plunged over the last decade, even as the government turned to the market for trillions each year after the recession. That’s because Treasury bonds are still the favored port of international investors in any economic storm.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “We exported a financial crisis a decade ago, and the world responded by sending us money,” <!-- -->said<!-- --> William G. Gale, a senior fellow at the Brookings Institution.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ But that privileged position has allowed politicians in both parties to avoid politically painful steps like cutting spending or raising taxes.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ That doesn’t mean rapidly rising interest costs and a bigger deficit won’t eventually catch up with us.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Charles Schultze, chairman of the Council of Economic Advisers in the Carter administration, once summed up the danger of deficits with a metaphor. “It’s not so much a question of the wolf at the door, but termites in the woodwork.”
+ </p>
+ <h2 class="css-1505tg eoo0vm40" id="link-12df6cc7">
+ But Washington doesn’t want to hear about the potential problems
+ </h2>
+ <p class="css-1ygdjhk evys1bk0">
+ Rather than simply splitting along party lines, lawmakers’ attitudes toward the deficit also depend on which party is in power. Republicans pilloried the Obama administration for proposing a large stimulus in the depths of the recession in 2009 and complained about the deficit for years.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ In 2013, Senator Mitch McConnell of Kentucky called the debt and deficit “the transcendent issue of our era.” By 2017, as Senate majority leader, he quickly shepherded the tax cut through Congress.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Senator James Lankford, an Oklahoma Republican who warned of the deficit’s dangers in the past, nevertheless played down that threat on the Senate floor as the tax billed neared passage.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “I understand it’s a risk, but I think it’s an appropriate risk to be able to say let’s allow Americans to keep more of their own money to invest in this economy,” he said.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ He also claimed the tax cuts would pay for themselves even as the Congressional Budget Office estimated that they would add $250 billion to the deficit on average from 2019 to 2024.
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ <div class="css-1fanzo5 StoryBodyCompanionColumn">
+ <div class="css-53u6y8">
+ <p class="css-1ygdjhk evys1bk0">
+ In an interview, Mr. Lankford insisted that the jury was still out on whether the tax cuts would generate additional revenue, citing the strong economic growth recently.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ While the Republican about-face has been much more striking, Democrats have adjusted their position, too.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ Mr. Warner, the Virginia Democrat, called last year’s tax bill “the worst piece of legislation we have passed since I arrived in the Senate.” In 2009, however, when Congress passed an $800 billion stimulus bill backed by the Obama administration, he called it “a responsible mix of tax cuts and investments that will create jobs.”
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ The difference, Mr. Warner said, was that the economy was near the precipice then.
+ </p>
+ <p class="css-1ygdjhk evys1bk0">
+ “There was virtual unanimity among economists that we needed a stimulus,” he said. “But a $2 trillion tax cut at the end of a business cycle with borrowed money won’t end well.”
+ </p>
+ </div>
+ <aside class="css-o6xoe7"></aside>
+ </div>
+ </section>
+ <div class="bottom-of-article">
+ <div class="css-1rjzas3"></div>
+ <div class="css-wg1cha e17092zo0">
+ <div class="css-x8f8u9 e1e7j8ap0">
+ <div>
+ <p>
+ Nelson D. Schwartz has covered economics since 2012. Previously, he wrote about Wall Street and banking, and also served as European economic correspondent in Paris. He joined The Times in 2007 as a feature writer for the Sunday Business section. <span class="css-4w91ra"><a href="https://twitter.com/NelsonSchwartz" class="css-1rj8to8" rel="noopener noreferrer" target="_blank"><span class="css-0">@</span>NelsonSchwartz</a></span>
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="css-vdv0al">
+ A version of this article appears in print on <!-- -->, on Page <!-- -->A<!-- -->1<!-- --> of the New York edition<!-- --> with the headline: <!-- -->What May Soon Exceed Cost of U.S. Military? Interest on U.S. Debt <span>. <a href="http://www.nytreprints.com/">Order Reprints</a> | <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today’s Paper</a> | <a href="https://www.nytimes.com/subscriptions/Multiproduct/lp8HYKU.html?campaignId=48JQY">Subscribe</a></span>
+ </div>
+ <div class="css-i29ckm">
+ <div class="css-1kwfo8p"></div>
+ <div role="toolbar" aria-label="Social Media Share buttons, Save button, and Comments Panel with current comment count" class="css-d8bdto" data-testid="share-tools">
+ <ul class="css-y8aj3r">
+ <li class="css-ar1l6a">
+ <a href="https://www.facebook.com/dialog/feed?app_id=9869919170&amp;link=https%3A%2F%2Fwww.nytimes.com%2F2018%2F09%2F25%2Fbusiness%2Feconomy%2Fus-government-debt-interest.html&amp;smid=fb-share&amp;name=As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military&amp;redirect_uri=https%3A%2F%2Fwww.facebook.com%2F" target="_blank" rel="noopener noreferrer" aria-label="Share on Facebook"><svg class="css-4brsb6" viewbox="0 0 7 15" width="7" height="15">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.775 14.163V7.08h1.923l.255-2.441H4.775l.004-1.222c0-.636.06-.977.958-.977H6.94V0H5.016c-2.31 0-3.123 1.184-3.123 3.175V4.64H.453v2.44h1.44v7.083h2.882z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-ar1l6a">
+ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnyti.ms%2F2NC9vam&amp;text=As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military" target="_blank" rel="noopener noreferrer" aria-label="Share on Twitter"><svg viewbox="0 0 13 10" class="css-4brsb6" width="13" height="10">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.987 2.772l.025.425-.429-.052c-1.562-.2-2.927-.876-4.086-2.011L.93.571.784.987c-.309.927-.111 1.906.533 2.565.343.364.266.416-.327.2-.206-.07-.386-.122-.403-.096-.06.06.146.85.309 1.161.223.434.678.858 1.176 1.11l.42.199-.497.009c-.481 0-.498.008-.447.19.172.564.85 1.162 1.606 1.422l.532.182-.464.277a4.833 4.833 0 0 1-2.3.641c-.387.009-.704.044-.704.07 0 .086 1.047.572 1.657.762 1.828.564 4 .32 5.631-.641 1.159-.685 2.318-2.045 2.859-3.363.292-.702.583-1.984.583-2.6 0-.398.026-.45.507-.927.283-.277.55-.58.6-.667.087-.165.078-.165-.36-.018-.73.26-.832.226-.472-.164.266-.278.584-.78.584-.928 0-.026-.129.018-.275.096a4.79 4.79 0 0 1-.755.294l-.464.148-.42-.286C9.66.467 9.335.293 9.163.24 8.725.12 8.055.137 7.66.276c-1.074.39-1.752 1.395-1.674 2.496z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-ar1l6a">
+ <a href="mailto:?subject=NYTimes.com%3A%20As%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military&amp;body=From%20The%20New%20York%20Times%3A%0A%0AAs%20Debt%20Rises%2C%20the%20Government%20Will%20Soon%20Spend%20More%20on%20Interest%20Than%20on%20the%20Military%0A%0ATax%20cuts%2C%20spending%20increases%20and%20higher%20interest%20rates%20could%20make%20it%20harder%20to%20respond%20to%20future%20recessions%20and%20deal%20with%20other%20needs.%0A%0Ahttps%3A%2F%2Fwww.nytimes.com%2F2018%2F09%2F25%2Fbusiness%2Feconomy%2Fus-government-debt-interest.html" target="_blank" rel="noopener noreferrer" aria-label="Email"><svg viewbox="0 0 15 9" class="css-4brsb6" width="15" height="9">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M.906 8.418V0L5.64 4.76.906 8.419zm13 0L9.174 4.761 13.906 0v8.418zM7.407 6.539l-1.13-1.137L.907 9h13l-5.37-3.598-1.13 1.137zM1.297 0h12.22l-6.11 5.095L1.297 0z" fill="#000"></path></svg></a>
+ </li>
+ <li class="css-ar1l6a">
+ <div class="css-6n7j50">
+ <button aria-haspopup="true" aria-expanded="false" aria-label="More sharing options" class="css-16ogagc" data-testid=""><svg class="css-uhuo44" viewbox="0 0 16 13" width="16" height="13">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.406 5.359L8.978 0v3.215C3.82 3.215.406 8.107.406 12.66 1.653 9.133 4.29 7.517 8.978 7.517v3.2l6.428-5.358z" fill="#000"></path></svg></button>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="bottom-wrapper" class="css-1ede5it">
+ <div id="bottom-slug" class="css-l9onyx">
+ <p>
+ Advertisement
+ </p>
+ </div>
+ <div class="ad bottom-wrapper" style="text-align:center;height:100%;display:block;min-height:90px">
+ <div id="bottom"></div>
+ </div>
+ </div>
+ </article>
+ <div class="css-1lc20wh">
+ <div class="css-qremme">
+ <button class="css-1f85ym4" type="button">Open in the app</button>
+ <div class="css-7inim5"></div><button class="css-133m5b6" type="button"><svg height="11" width="11" xmlns="http://www.w3.org/2000/svg">
+ <path stroke="#fff" d="M-0.86,2.17l-4.5,4.5-4.5-4.5"></path>
+ <path stroke="#fff" d="M-0.86,11.17l-4.5-4.5-4.5,4.5"></path></svg></button>
+ </div>
+ </div>
+ </div>
+ </main>
+ <nav class="css-1ropbjl" id="site-index" aria-labelledby="site-index-label" data-testid="site-index">
+ <div class="css-uw59u">
+ <header class="css-jxzr5i" data-testid="site-index-header">
+ <h2 class="css-vz7hjd" id="site-index-label">
+ Site Index
+ </h2><a href="/"><svg xmlns="http://www.w3.org/2000/svg" class="css-oylsik" viewbox="0 0 184 25" fill="#000">
+ <path d="M13.8 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8C6.2 1.4 5 1 4 1 2 1 .6 2.5.6 4.2c0 1.5 1.1 2 1.5 2.2l.1-.2c-.2-.2-.5-.4-.5-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8v3.1L9 10.2v.1l1.5 1.3v4.3c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2C3.6 6.9 4.7 6 5.8 5.4l-.1-.3c-3 .8-5.7 3.6-5.7 7 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1l-1.6-1.3V5.8c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7 0-1.5.2-2.1l2.1-.9v6.2zm10.6 2.3l-1.3 1 .2.2.6-.5 2.2 2 3-2-.1-.2-.8.5-1-1V9.4l.8-.6 1.7 1.4v6.1c0 3.8-.8 4.4-2.5 5v.3c2.8.1 5.4-.8 5.4-5.7V9.3l.9-.7-.2-.2-.8.6-2.5-2.1L18.5 9V.8h-.2l-3.5 2.4v.2c.4.2 1 .4 1 1.5l-.1 11.3zM34 15.1L31.5 17 29 15v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM53.1 2c0-.3-.1-.6-.2-.9h-.2c-.3.8-.7 1.2-1.7 1.2-.9 0-1.5-.5-1.9-.9l-2.9 3.3.2.2 1-.9c.6.5 1.1.9 2.5 1v8.3L44 3.2c-.5-.8-1.2-1.9-2.6-1.9-1.6 0-3 1.4-2.8 3.6h.3c.1-.6.4-1.3 1.1-1.3.5 0 1 .5 1.3 1v3.3c-1.8 0-3 .8-3 2.3 0 .8.4 2 1.6 2.3v-.2c-.2-.2-.3-.4-.3-.7 0-.5.4-.9 1.1-.9h.5v4.2c-2.1 0-3.8 1.2-3.8 3.2 0 1.9 1.6 2.8 3.4 2.7v-.2c-1.1-.1-1.6-.6-1.6-1.3 0-.9.6-1.3 1.4-1.3.8 0 1.5.5 2 1.1l2.9-3.2-.2-.2-.7.8c-1.1-1-1.7-1.3-3-1.5V5l8 14h.6V5c1.5-.1 2.9-1.3 2.9-3zm7.3 13.1L57.9 17l-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.6l-1 .8.2.2.9-.7 3.4 2.5 4.5-3.6-.1-.4zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zM76.7 8l-.7.5-1.9-1.6-2.2 2 .9.9v7.5l-2.4-1.5V9.6l.8-.5-2.3-2.2-2.2 2 .9.9V17l-.3.2-2.1-1.5v-6c0-1.4-.7-1.8-1.5-2.3-.7-.5-1.1-.8-1.1-1.5 0-.6.6-.9.9-1.1v-.2c-.8 0-2.9.8-2.9 2.7 0 1 .5 1.4 1 1.9s1 .9 1 1.8v5.8l-1.1.8.2.2 1-.8 2.3 2 2.5-1.7 2.8 1.7 5.3-3.1V9.2l1.3-1-.2-.2zm18.6-5.5l-1 .9-2.2-2-3.3 2.4V1.6h-.3l.1 16.2c-.3 0-1.2-.2-1.9-.4l-.2-13.5c0-1-.7-2.4-2.5-2.4s-3 1.4-3 2.8h.3c.1-.6.4-1.1 1-1.1s1.1.4 1.1 1.7v3.9c-1.8.1-2.9 1.1-2.9 2.4 0 .8.4 2 1.6 2V13c-.4-.2-.5-.5-.5-.7 0-.6.5-.8 1.3-.8h.4v6.2c-1.5.5-2.1 1.6-2.1 2.8 0 1.7 1.3 2.9 3.3 2.9 1.4 0 2.6-.2 3.8-.5 1-.2 2.3-.5 2.9-.5.8 0 1.1.4 1.1.9 0 .7-.3 1-.7 1.1v.2c1.6-.3 2.6-1.3 2.6-2.8s-1.5-2.4-3.1-2.4c-.8 0-2.5.3-3.7.5-1.4.3-2.8.5-3.2.5-.7 0-1.5-.3-1.5-1.3 0-.8.7-1.5 2.4-1.5.9 0 2 .1 3.1.4 1.2.3 2.3.6 3.3.6 1.5 0 2.8-.5 2.8-2.6V3.7l1.2-1-.2-.2zm-4.1 6.1c-.3.3-.7.6-1.2.6s-1-.3-1.2-.6V4.2l1-.7 1.4 1.3v3.8zm0 3c-.2-.2-.7-.5-1.2-.5s-1 .3-1.2.5V9c.2.2.7.5 1.2.5s1-.3 1.2-.5v2.6zm0 4.7c0 .8-.5 1.6-1.6 1.6h-.8V12c.2-.2.7-.5 1.2-.5s.9.3 1.2.5v4.3zm13.7-7.1l-3.2-2.3-4.9 2.8v6.5l-1 .8.1.2.8-.6 3.2 2.4 5-3V9.2zm-5.4 6.3V8.3l2.5 1.8v7.1l-2.5-1.7zm14.9-8.4h-.2c-.3.2-.6.4-.9.4-.4 0-.9-.2-1.1-.5h-.2l-1.7 1.9-1.7-1.9-3 2 .1.2.8-.5 1 1.1v6.3l-1.3 1 .2.2.6-.5 2.4 2 3.1-2.1-.1-.2-.9.5-1.2-1V9c.5.5 1.1 1 1.8 1 1.4.1 2.2-1.3 2.3-2.9zm12 9.6L123 19l-4.6-7 3.3-5.1h.2c.4.4 1 .8 1.7.8s1.2-.4 1.5-.8h.2c-.1 2-1.5 3.2-2.5 3.2s-1.5-.5-2.1-.8l-.3.5 5 7.4 1-.6v.1zm-11-.5l-1.3 1 .2.2.6-.5 2.2 2 3-2-.2-.2-.8.5-1-1V.8h-.1l-3.6 2.4v.2c.4.2 1 .3 1 1.5v11.3zM143 2.9c0-2-1.9-2.5-3.4-2.5v.3c.9 0 1.6.3 1.6 1 0 .4-.3 1-1.2 1-.7 0-2.2-.4-3.3-.8-1.3-.4-2.5-.8-3.5-.8-2 0-3.4 1.5-3.4 3.2 0 1.5 1.1 2 1.5 2.2l.1-.2c-.3-.2-.6-.4-.6-1 0-.4.4-1.1 1.4-1.1.9 0 2.1.4 3.7.9 1.4.4 2.9.7 3.7.8V9l-1.5 1.3v.1l1.5 1.3V16c-.8.5-1.7.6-2.5.6-1.5 0-2.8-.4-3.9-1.6l4.1-2V6l-5 2.2c.5-1.3 1.6-2.2 2.6-2.9l-.1-.2c-3 .8-5.7 3.5-5.7 6.9 0 4 3.3 7 7 7 4 0 6.6-3.2 6.6-6.5h-.2c-.6 1.3-1.5 2.5-2.6 3.1v-4.1l1.6-1.3v-.1L140 8.8v-3c1.5 0 3-1 3-2.9zm-8.7 11l-1.2.6c-.7-.9-1.1-2.1-1.1-3.8 0-.7.1-1.5.3-2.1l2.1-.9-.1 6.2zm12.2-12h-.1l-2 1.7v.1l1.7 1.9h.2l2-1.7v-.1l-1.8-1.9zm3 14.8l-.8.5-1-1V9.3l1-.7-.2-.2-.7.6-1.8-2.1-2.9 2 .2.3.7-.5.9 1.1v6.5l-1.3 1 .1.2.7-.5 2.2 2 3-2-.1-.3zm16.7-.1l-.7.5-1.1-1V9.3l1-.8-.2-.2-.8.7-2.3-2.1-3 2.1-2.3-2.1L154 9l-1.8-2.1-2.9 2 .1.3.7-.5 1 1.1v6.5l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.9-.6 1.5 1.4v6l-.8.8 2.3 1.9 2.2-2-.9-.9V9.3l.8-.5 1.6 1.4v6l-.7.7 2.3 2.1 3.1-2.1v-.3zm8.7-1.5l-2.5 1.9-2.5-2v-1.2l4.7-3.2v-.1l-2.4-3.6-5.2 2.8v6.8l3.5 2.5 4.5-3.6-.1-.3zm-5-1.7V8.5l.2-.1 2.2 3.5-2.4 1.5zm14.1-.9l-1.9-1.5c1.3-1.1 1.8-2.6 1.8-3.6v-.6h-.2c-.2.5-.6 1-1.4 1-.8 0-1.3-.4-1.8-1L176 9.3v3.6l1.7 1.3c-1.7 1.5-2 2.5-2 3.3 0 1 .5 1.7 1.3 2l.1-.2c-.2-.2-.4-.3-.4-.8 0-.3.4-.8 1.2-.8 1 0 1.6.7 1.9 1l4.3-2.6v-3.6h-.1zm-1.1-3c-.7 1.2-2.2 2.4-3.1 3l-1.1-.9V8.1c.4 1 1.5 1.8 2.6 1.8.7 0 1.1-.1 1.6-.4zm-1.7 8c-.5-1.1-1.7-1.9-2.9-1.9-.3 0-1.1 0-1.9.5.5-.8 1.8-2.2 3.5-3.2l1.2 1 .1 3.6z"></path></svg></a>
+ <div class="css-1otr2jl" data-testid="go-to-homepage">
+ <a class="css-1c8n994" href="/">Go to Home Page »</a>
+ </div>
+ </header>
+ <div class="css-qtw155" data-testid="site-index-accordion">
+ <div class="" role="tablist" aria-multiselectable="true" data-testid="accordion">
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-0" id="item-siteindex-0" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ news
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-0" aria-labelledby="item-siteindex-0" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com" data-testid="accordion-item-list-link">home page</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/world" data-testid="accordion-item-list-link">world</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/us" data-testid="accordion-item-list-link">U.S.</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/politics" data-testid="accordion-item-list-link">politics</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/nyregion" data-testid="accordion-item-list-link">New York</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/business" data-testid="accordion-item-list-link">business</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/technology" data-testid="accordion-item-list-link">tech</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/science" data-testid="accordion-item-list-link">science</a>
+ </li>
+ <li class="css-10t7hia smartphone">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/climate" data-testid="accordion-item-list-link">climate</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/sports" data-testid="accordion-item-list-link">sports</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/obituaries" data-testid="accordion-item-list-link">obituaries</a>
+ </li>
+ <li class="css-10t7hia smartphone">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/upshot" data-testid="accordion-item-list-link">the upshot</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/todayspaper" data-testid="accordion-item-list-link">today's paper</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/corrections" data-testid="accordion-item-list-link">corrections</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-1" id="item-siteindex-1" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ opinion
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-1" aria-labelledby="item-siteindex-1" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion" data-testid="accordion-item-list-link">today's opinion</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/columnists" data-testid="accordion-item-list-link">op-ed columnists</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/editorials" data-testid="accordion-item-list-link">editorials</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/contributors" data-testid="accordion-item-list-link">op-ed Contributors</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/letters" data-testid="accordion-item-list-link">letters</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/opinion/sunday" data-testid="accordion-item-list-link">sunday review</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/video/opinion" data-testid="accordion-item-list-link">video: opinion</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-2" id="item-siteindex-2" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ arts
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-2" aria-labelledby="item-siteindex-2" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts" data-testid="accordion-item-list-link">today's arts</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts/design" data-testid="accordion-item-list-link">art &amp; design</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/books" data-testid="accordion-item-list-link">books</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts/dance" data-testid="accordion-item-list-link">dance</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/movies" data-testid="accordion-item-list-link">movies</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts/music" data-testid="accordion-item-list-link">music</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/spotlight/pop-culture" data-testid="accordion-item-list-link">Pop Culture</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/arts/television" data-testid="accordion-item-list-link">television</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/theater" data-testid="accordion-item-list-link">theater</a>
+ </li>
+ <li class="css-10t7hia smartphone">
+ <a class="css-mzqdl" href="https://www.nytimes.com/watching" data-testid="accordion-item-list-link">watching</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/video/arts" data-testid="accordion-item-list-link">video: arts</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-3" id="item-siteindex-3" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ living
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-3" aria-labelledby="item-siteindex-3" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/automobiles" data-testid="accordion-item-list-link">automobiles</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/crosswords" data-testid="accordion-item-list-link">crossword</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/food" data-testid="accordion-item-list-link">food</a>
+ </li>
+ <li class="css-10t7hia smartphone">
+ <a class="css-mzqdl" href="https://cooking.nytimes.com/" data-testid="accordion-item-list-link">Cooking</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/education" data-testid="accordion-item-list-link">education</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/style" data-testid="accordion-item-list-link">style</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/health" data-testid="accordion-item-list-link">health</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/jobs" data-testid="accordion-item-list-link">jobs</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/magazine" data-testid="accordion-item-list-link">magazine</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/realestate" data-testid="accordion-item-list-link">real estate</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/t-magazine" data-testid="accordion-item-list-link">t magazine</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/travel" data-testid="accordion-item-list-link">travel</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/fashion/weddings" data-testid="accordion-item-list-link">weddings</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="" data-testid="accordion-item">
+ <header aria-controls="body-siteindex-4" id="item-siteindex-4" class="css-mn5hq9" role="tab" tabindex="0" aria-expanded="false" data-testid="accordion-item-header">
+ listings &amp; more
+ </header>
+ <div class="css-1hyfx7x" id="body-siteindex-4" aria-labelledby="item-siteindex-4" aria-expanded="false" role="tabpanel" data-testid="accordion-item-body">
+ <ul class="css-1gprdgz" data-testid="site-index-accordion-list">
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/reader-center" data-testid="accordion-item-list-link">Reader Center</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://thewirecutter.com" data-testid="accordion-item-list-link">Wirecutter</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="http://nytconferences.com/" data-testid="accordion-item-list-link">Live Events</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/learning" data-testid="accordion-item-list-link">The Learning Network</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="http://www.nytimes.com/marketing/tools-and-services" data-testid="accordion-item-list-link">tools &amp; services</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/events" data-testid="accordion-item-list-link">N.Y.C. events guide</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/multimedia" data-testid="accordion-item-list-link">multimedia</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/section/lens" data-testid="accordion-item-list-link">photography</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/video" data-testid="accordion-item-list-link">video</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/store" data-testid="accordion-item-list-link">NYT store</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://www.nytimes.com/times-journeys" data-testid="accordion-item-list-link">times journeys</a>
+ </li>
+ <li class="css-10t7hia">
+ <a class="css-mzqdl" href="https://myaccount.nytimes.com/membercenter/myaccount.html" data-testid="accordion-item-list-link">manage my account</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="css-v0l3hm" data-testid="site-index-sections">
+ <div class="css-g4gku8" data-testid="site-index-section">
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-0">
+ <h3 class="css-rxqrcl" id="site-index-section-label-0">
+ news
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com" data-testid="site-index-section-list-link">home page</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/world" data-testid="site-index-section-list-link">world</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/us" data-testid="site-index-section-list-link">U.S.</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/politics" data-testid="site-index-section-list-link">politics</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/nyregion" data-testid="site-index-section-list-link">New York</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/business" data-testid="site-index-section-list-link">business</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/technology" data-testid="site-index-section-list-link">tech</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/science" data-testid="site-index-section-list-link">science</a>
+ </li>
+ <li class="css-ist4u3 smartphone">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/climate" data-testid="site-index-section-list-link">climate</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/sports" data-testid="site-index-section-list-link">sports</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/obituaries" data-testid="site-index-section-list-link">obituaries</a>
+ </li>
+ <li class="css-ist4u3 smartphone">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/upshot" data-testid="site-index-section-list-link">the upshot</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/todayspaper" data-testid="site-index-section-list-link">today's paper</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/corrections" data-testid="site-index-section-list-link">corrections</a>
+ </li>
+ </ul>
+ </section>
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-1">
+ <h3 class="css-rxqrcl" id="site-index-section-label-1">
+ opinion
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion" data-testid="site-index-section-list-link">today's opinion</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/columnists" data-testid="site-index-section-list-link">op-ed columnists</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/editorials" data-testid="site-index-section-list-link">editorials</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/contributors" data-testid="site-index-section-list-link">op-ed Contributors</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/letters" data-testid="site-index-section-list-link">letters</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/opinion/sunday" data-testid="site-index-section-list-link">sunday review</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/video/opinion" data-testid="site-index-section-list-link">video: opinion</a>
+ </li>
+ </ul>
+ </section>
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-2">
+ <h3 class="css-rxqrcl" id="site-index-section-label-2">
+ arts
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts" data-testid="site-index-section-list-link">today's arts</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts/design" data-testid="site-index-section-list-link">art &amp; design</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/books" data-testid="site-index-section-list-link">books</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts/dance" data-testid="site-index-section-list-link">dance</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/movies" data-testid="site-index-section-list-link">movies</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts/music" data-testid="site-index-section-list-link">music</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/spotlight/pop-culture" data-testid="site-index-section-list-link">Pop Culture</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/arts/television" data-testid="site-index-section-list-link">television</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/theater" data-testid="site-index-section-list-link">theater</a>
+ </li>
+ <li class="css-ist4u3 smartphone">
+ <a class="css-kwpx34" href="https://www.nytimes.com/watching" data-testid="site-index-section-list-link">watching</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/video/arts" data-testid="site-index-section-list-link">video: arts</a>
+ </li>
+ </ul>
+ </section>
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-3">
+ <h3 class="css-rxqrcl" id="site-index-section-label-3">
+ living
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/automobiles" data-testid="site-index-section-list-link">automobiles</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/crosswords" data-testid="site-index-section-list-link">crossword</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/food" data-testid="site-index-section-list-link">food</a>
+ </li>
+ <li class="css-ist4u3 smartphone">
+ <a class="css-kwpx34" href="https://cooking.nytimes.com/" data-testid="site-index-section-list-link">Cooking</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/education" data-testid="site-index-section-list-link">education</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/style" data-testid="site-index-section-list-link">style</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/health" data-testid="site-index-section-list-link">health</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/jobs" data-testid="site-index-section-list-link">jobs</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/magazine" data-testid="site-index-section-list-link">magazine</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/realestate" data-testid="site-index-section-list-link">real estate</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/t-magazine" data-testid="site-index-section-list-link">t magazine</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/travel" data-testid="site-index-section-list-link">travel</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/fashion/weddings" data-testid="site-index-section-list-link">weddings</a>
+ </li>
+ </ul>
+ </section>
+ <section class="css-1rr4qq7" aria-labelledby="site-index-section-label-4">
+ <h3 class="css-rxqrcl" id="site-index-section-label-4">
+ more
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-section-list">
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/reader-center" data-testid="site-index-section-list-link">Reader Center</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://thewirecutter.com" data-testid="site-index-section-list-link">Wirecutter</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="http://nytconferences.com/" data-testid="site-index-section-list-link">Live Events</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/learning" data-testid="site-index-section-list-link">The Learning Network</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="http://www.nytimes.com/marketing/tools-and-services" data-testid="site-index-section-list-link">tools &amp; services</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/events" data-testid="site-index-section-list-link">N.Y.C. events guide</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/multimedia" data-testid="site-index-section-list-link">multimedia</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/section/lens" data-testid="site-index-section-list-link">photography</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/video" data-testid="site-index-section-list-link">video</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/store" data-testid="site-index-section-list-link">NYT store</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://www.nytimes.com/times-journeys" data-testid="site-index-section-list-link">times journeys</a>
+ </li>
+ <li class="css-ist4u3">
+ <a class="css-kwpx34" href="https://myaccount.nytimes.com/membercenter/myaccount.html" data-testid="site-index-section-list-link">manage my account</a>
+ </li>
+ </ul>
+ </section>
+ <div class="css-6xhk3s" aria-labelledby="site-index-subscribe-label">
+ <h3 class="css-rxqrcl" id="site-index-subscribe-label">
+ Subscribe
+ </h3>
+ <ul class="css-1iruc8t" data-testid="site-index-subscribe-list">
+ <li class="css-tj0ten">
+ <a class="css-1k2cjfc" href="https://www.nytimes.com/hdleftnav" data-testid="site-index-subscribe-list-link"><svg class="css-r5ic95" viewbox="0 0 14 13" fill="#000">
+ <path d="M13.1,11.7H3.5V1.2h9.6V11.7zM13.1,0.4H3.5C3,0.4,2.6,0.8,2.6,1.2v2.2H0.9C0.4,3.4,0,3.8,0,4.3v5.2v1.5c0,0.8,0.8,1.5,1.8,1.5h1.7h0h7.4h2.2c0.5,0,0.9-0.4,0.9-0.9V1.2C14,0.8,13.6,0.4,13.1,0.4"></path>
+ <polygon points="10.9,3 5.2,3 5.2,3.9 11.4,3.9 11.4,3"></polygon>
+ <rect x="5.2" y="4.7" width="6.1" height="0.9"></rect>
+ <rect x="5.2" y="6.5" width="6.1" height="0.9"></rect></svg>home delivery</a>
+ </li>
+ <li class="css-tj0ten">
+ <a class="css-1k2cjfc" href="https://www.nytimes.com/digitalleftnav" data-testid="site-index-subscribe-list-link"><svg class="css-r5ic95" viewbox="0 0 10 13">
+ <path fill="#000" d="M9.9,8c-0.4,1.1-1.2,1.9-2.3,2.4V8l1.3-1.2L7.6,5.7V4c1.2-0.1,2-1,2-2c0-1.4-1.3-1.9-2.1-1.9c-0.2,0-0.3,0-0.6,0.1v0.1c0.1,0,0.2,0,0.3,0c0.5,0,0.9,0.2,0.9,0.7c0,0.4-0.3,0.7-0.8,0.7C6,1.7,4.5,0.6,2.8,0.6c-1.5,0-2.5,1.1-2.5,2.2C0.3,4,1,4.3,1.6,4.6l0-0.1C1.4,4.4,1.3,4.1,1.3,3.8c0-0.5,0.5-0.9,1-0.9C3.7,2.9,6,4,7.4,4h0.1v1.7L6.2,6.8L7.5,8v2.4c-0.5,0.2-1.1,0.3-1.7,0.3c-2.2,0-3.6-1.3-3.6-3.5c0-0.5,0.1-1,0.2-1.5l1.1-0.5V10l2.2-1v-5L2.5,5.5c0.3-1,1-1.7,1.8-2l0,0C2.2,3.9,0.1,5.6,0.1,8c0,2.9,2.4,4.8,5.2,4.8C8.2,12.9,9.9,10.9,9.9,8L9.9,8z"></path></svg>digital subscriptions</a>
+ </li>
+ <li class="css-tj0ten">
+ <a class="css-1k2cjfc" href="https://www.nytimes.com/subscription/games/lp897H9.html" data-testid="site-index-subscribe-list-link"><svg class="css-r5ic95" viewbox="0 0 13 13" fill="#000">
+ <polygon points="0,-93.6 0,-86.9 6.6,-93.6"></polygon>
+ <polygon points="0.9,-86 7.5,-86 7.5,-92.6"></polygon>
+ <polygon points="0,-98 0,-94.8 8.8,-94.8 8.8,-86 12,-86 12,-98"></polygon>
+ <path d="M11.9-40c-0.4,1.1-1.2,1.9-2.3,2.4V-40l1.3-1.2l-1.3-1.2V-44c1.2-0.1,2-1,2-2c0-1.4-1.3-1.9-2.1-1.9c-0.2,0-0.3,0-0.6,0.1v0.1c0.1,0,0.2,0,0.3,0c0.5,0,0.9,0.2,0.9,0.7c0,0.4-0.3,0.7-0.8,0.7c-1.3,0-2.8-1.1-4.5-1.1c-1.5,0-2.5,1.1-2.5,2.2c0,1.1,0.6,1.5,1.3,1.7l0-0.1c-0.2-0.1-0.4-0.4-0.4-0.7c0-0.5,0.5-0.9,1-0.9C5.7-45.1,8-44,9.4-44h0.1v1.7l-1.3,1.1L9.5-40v2.4c-0.5,0.2-1.1,0.3-1.7,0.3c-2.2,0-3.6-1.3-3.6-3.5c0-0.5,0.1-1,0.2-1.5l1.1-0.5v4.9l2.2-1v-5l-3.3,1.5c0.3-1,1-1.7,1.8-2l0,0c-2.2,0.5-4.3,2.1-4.3,4.6c0,2.9,2.4,4.8,5.2,4.8C10.2-35.1,11.9-37.1,11.9-40L11.9-40z"></path>
+ <path d="M12.2-23.7c-0.2,0-0.4,0.2-0.4,0.4v0.4L0.4-19.1v2.3l3,1l-0.2,0.6c-0.3,0.8,0.1,1.8,0.9,2.1l1.7,0.7c0.2,0.1,0.4,0.1,0.6,0.1c0.6,0,1.3-0.4,1.5-1l0.4-0.9l3.5,1.2v0.4c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4v-10.7C12.6-23.5,12.4-23.7,12.2-23.7M7.1-13.6c-0.2,0.4-0.6,0.6-1,0.4l-1.7-0.7c-0.4-0.2-0.6-0.6-0.4-1l0.3-0.7l3.3,1.1L7.1-13.6z"></path>
+ <path d="M13.1-60.3H3.5v-10.5h9.6V-60.3zM13.1-71.6H3.5c-0.5,0-0.9,0.4-0.9,0.9v2.2H0.9c-0.5,0-0.9,0.4-0.9,0.9v5.2v1.5c0,0.8,0.8,1.5,1.8,1.5h1.7h0h7.4h2.2c0.5,0,0.9-0.4,0.9-0.9v-10.5C14-71.2,13.6-71.6,13.1-71.6"></path>
+ <polygon points="10.9,-69 5.2,-69 5.2,-68.1 11.4,-68.1 11.4,-69"></polygon>
+ <rect x="5.2" y="-67.3" width="6.1" height="0.9"></rect>
+ <rect x="5.2" y="-65.5" width="6.1" height="0.9"></rect>
+ <path d="M12,6.5H6.5V12H1V6.5h5.5V1H12V6.5zM12,0H1C0.4,0,0,0.5,0,1v11c0,0.6,0.4,1,1,1h11c0.5,0,1-0.4,1-1V1C13,0.5,12.5,0,12,0"></path></svg>Crossword</a>
+ </li>
+ <li class="css-tj0ten">
+ <a class="css-1k2cjfc" href="https://www.nytimes.com/subscriptions/Multiproduct/lp8R3WU.html" data-testid="site-index-subscribe-list-link"><svg class="css-r5ic95" viewbox="0 0 13 13" fill="#000">
+ <path d="M12,2.9L9.6,5.2c-0.1,0.1-0.3,0.1-0.4,0C9.1,5.2,9.1,5,9.3,4.9l2.4-2.4c-0.2-0.2-0.3-0.3-0.5-0.5L8.7,4.3c-0.1,0.1-0.3,0.1-0.4,0C8.2,4.3,8.2,4.1,8.4,4l2.4-2.4c-0.3-0.3-0.5-0.5-0.5-0.5L7.6,3.4C7.1,4,6.8,5.1,7.1,5.8c-1.4,1-4.6,3.5-5.1,4c-0.8,0.8-0.4,1.8-0.3,1.9c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0.1,1.1,0.5,1.9-0.3c0.4-0.4,2.9-3.6,3.9-5C8.4,6.9,9.6,6.6,10.2,6l2.3-2.6C12.5,3.4,12.3,3.2,12,2.9z"></path>
+ <path d="M0.8,1.9l0.3-0.3c0.9-0.9,3.2,1.1,3.8,1.7s0.9,1.8,0.4,2.6c1.4,1.1,4.6,3.5,5,3.9c0.8,0.8,0.4,1.8,0.3,1.9c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0.1-1.1,0.5-1.9-0.3c-0.4-0.4-2.9-3.7-4-5.1C3.9,6.7,2.9,6.4,2.3,5.8S-0.2,2.9,0.8,1.9z"></path></svg>Cooking</a>
+ </li>
+ </ul>
+ <ul class="css-1iruc8t" data-testid="site-index-corporate-links">
+ <li>
+ <a class="css-1vhk1ks" href="https://www.nytimes.com/marketing/newsletters">email newsletters</a>
+ </li>
+ <li>
+ <a class="css-1vhk1ks" href="https://www.nytimes.com/corporateleftnav">corporate subscriptions</a>
+ </li>
+ <li>
+ <a class="css-1vhk1ks" href="https://www.nytimes.com/educationleftnav">education rate</a>
+ </li>
+ </ul>
+ <ul class="css-6td9kr" data-testid="site-index-alternate-links">
+ <li>
+ <a class="css-1vhk1ks" href="https://www.nytimes.com/services/mobile/index.html">mobile applications</a>
+ </li>
+ <li>
+ <a class="css-1vhk1ks" href="http://eedition.nytimes.com/cgi-bin/signup.cgi?cc=37FYY">replica edition</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </nav>
+ <footer role="contentinfo" class="css-1qmnftd e1ksinrk0">
+ <nav data-testid="footer" class="css-15uy5yv">
+ <h2 class="css-vz7hjd">
+ Site Information Navigation
+ </h2>
+ <ul class="css-1ho5u4o e1ksinrk1">
+ <li data-testid="copyright">
+ <a class="css-1p8nkc0" href="https://www.nytimes.com/content/help/rights/copyright/copyright-notice.html">©&#160;<span itemprop="copyrightYear">2019</span><span itemprop="publisher copyrightHolder provider sourceOrganization" itemscope="itemscope" itemtype="http://schema.org/NewsMediaOrganization" itemid="https://www.nytimes.com">&#160;
+ <meta itemprop="diversityPolicy" content="https://www.nytco.com/diversity-and-inclusion-at-the-new-york-times/" />
+ <meta itemprop="ethicsPolicy" content="https://www.nytco.com/who-we-are/culture/standards-and-ethics/" />
+ <meta itemprop="foundingDate" content="1851-09-18" /><span itemprop="logo" itemscope="itemscope" itemtype="https://schema.org/ImageObject">
+ <meta itemprop="url" content="https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png" /></span>
+ <meta itemprop="url" content="https://www.nytimes.com/" />
+ <meta itemprop="masthead" content="https://www.nytimes.com/interactive/2018/09/28/admin/the-new-york-times-masthead.html" /><span itemprop="name">The New York Times Company</span></span></a>
+ </li>
+ </ul>
+ <ul class="css-13o0c9t e1ksinrk2">
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://myaccount.nytimes.com/membercenter/feedback.html">Contact Us</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="http://www.nytco.com/careers">Work with us</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="http://nytmediakit.com/">Advertise</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html#pp">Your Ad Choices</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/privacy">Privacy</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/ref/membercenter/help/agree.html">Terms of Service</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/content/help/rights/sale/terms-of-sale.html">Terms of Sale</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="http://spiderbites.nytimes.com">Site Map</a>
+ </li>
+ <li class="smartphone css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://mobile.nytimes.com/help">Help</a>
+ </li>
+ <li class="desktop css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/membercenter/sitehelp.html">Help</a>
+ </li>
+ <li class="css-1yo489b e1ksinrk3">
+ <a data-testid="footer-link" class="css-1p8nkc0" href="https://www.nytimes.com/subscription/multiproduct/lp8HYKU?campaignId=37WXW">Subscriptions</a>
+ </li>
+ </ul>
+ </nav>
+ </footer>
+ </div>
+ </div>
+ </div>
+ <script>
+ <![CDATA[
+ window.__preloadedData = {"initialState":{"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==":{"__typename":"Article","id":"QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==","compatibility":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.compatibility","typename":"CompatibilityFeatures"},"collections@filterEmpty":[{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uL2RiNjYxNjRiLWVhNWYtNTUyMS1hZGE0LTI4NGFjYmI1OWMyOQ==","typename":"LegacyCollection"},{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==","typename":"LegacyCollection"},{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzU0YzJkNTFjLTE0ZjYtNTgyMC04MzJkLTk2ODk0NmZiMzM4ZA==","typename":"LegacyCollection"},{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzU4NzljYmY2LTg0NjYtNWY0NC1hNmM4LTg4NDZlZjk3NjA2Yw==","typename":"LegacyCollection"}],"tone":"NEWS","section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==","typename":"Section"},"subsection":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==","typename":"Section"},"sprinkledBody":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody","typename":"DocumentBlock"},"url":"https:\u002F\u002Fwww.nytimes.com\u002F2018\u002F09\u002F25\u002Fbusiness\u002Feconomy\u002Fus-government-debt-interest.html","adTargetingParams({\"clientAdParams\":{\"edn\":\"us\",\"plat\":\"web\",\"prop\":\"nyt\"}})":[{"type":"id","generated":false,"id":"AdTargetingParam:si_sectionbusiness","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:keywords","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:templatearticle","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:platweb","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:authnelsondschwartz","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:typart,oak","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ednus","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:trend","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:desnationaldebtus,federalbudgetus,unitedstatespoliticsandgovernm,interestrates,unitedstatesdefenseandmilitary,unitedstateseconomy,federaltaxesus,usdollarcurrency,recessionanddepression","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:pertrumpdonaldj","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:orgcongressionalbudgetoffice,federalreservesystem","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:collpolitics,economy,business,amp","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gui","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:id100000006102576","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:geo","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:col","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:als_test1551234976794","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:brandsensitivefalse","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:spon","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:ledemedsznone","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:propnyt","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:sectionbusiness","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:artlenlong","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:emotionsfear,optimistic,interest,informed,hate,not_selfconfident,not_happiness,not_adventurous,not_inthemoodtospend,not_boredom,not_indulgent,not_nostalgic,not_love,not_amused,not_inspired","typename":"AdTargetingParam"},{"type":"id","generated":false,"id":"AdTargetingParam:gscatneg_mastercard,gs_politics,gs_economy,gs_economy_misc,gs_finance,gs_politics_misc,gs_politics_american,gs_finance_loans,neg_hearts,gs_finance_tax,gv_safe","typename":"AdTargetingParam"}],"sourceId":"100000006102576","type":"article","wordCount":1466,"bylines":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0","typename":"Byline"}],"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.displayProperties","typename":"CreativeWorkDisplayProperties"},"typeOfMaterials":{"type":"json","json":["News"]},"collections":[{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uL2RiNjYxNjRiLWVhNWYtNTUyMS1hZGE0LTI4NGFjYmI1OWMyOQ==","typename":"LegacyCollection"},{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==","typename":"LegacyCollection"},{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzU0YzJkNTFjLTE0ZjYtNTgyMC04MzJkLTk2ODk0NmZiMzM4ZA==","typename":"LegacyCollection"},{"type":"id","generated":false,"id":"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzU4NzljYmY2LTg0NjYtNWY0NC1hNmM4LTg4NDZlZjk3NjA2Yw==","typename":"LegacyCollection"}],"timesTags@filterEmpty":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.0","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.1","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.2","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.3","typename":"Person"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.4","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.5","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.6","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.7","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.8","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.9","typename":"Subject"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.10","typename":"Organization"},{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.11","typename":"Organization"}],"language":null,"desk":"Business","kicker":"","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.headline","typename":"CreativeWorkHeadline"},"commentStatus":"ACCEPT_AND_DISPLAY_COMMENTS","firstPublished":"2018-09-25T21:28:31.000Z","lastModified":"2018-09-28T13:09:07.032Z","originalDesk":"Business","source":{"type":"id","generated":false,"id":"Organization:T3JnYW5pemF0aW9uOm55dDovL29yZ2FuaXphdGlvbi9jMjc5MTM4OC02YjE2LTVmZmQtYTExOS05NmVhY2IxOTg5YzE=","typename":"Organization"},"printInformation":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.printInformation","typename":"PrintInformation"},"sprinkled":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled","typename":"SprinkledContent"},"dfpTaxonomyException":null,"advertisingProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"reviewItems":[],"translations":[],"summary":"Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs.","uri":"nyt:\u002F\u002Farticle\u002F5563b851-3a8e-58f7-8f67-0716698cebaa","eventId":"pubp:\u002F\u002Fevent\u002F98755cd27ffd446db9ef9870a3fb9db8","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia","typename":"Image"},"shortUrl":"https:\u002F\u002Fnyti.ms\u002F2NC9vam","promotionalHeadline":"As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military","promotionalSummary":"Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs.","column":null,"newsStatus":"DEFAULT","reviewSummary":"","legacy":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.legacy","typename":"ArticleLegacyData"},"addendums":[],"related@filterEmpty":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.compatibility":{"isOak":true,"__typename":"CompatibilityFeatures","hasVideo":false,"hasOakConversionError":false,"isArtReview":false,"isBookReview":false,"isDiningReview":false,"isMovieReview":false,"isTheaterReview":false},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uL2RiNjYxNjRiLWVhNWYtNTUyMS1hZGE0LTI4NGFjYmI1OWMyOQ==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uL2RiNjYxNjRiLWVhNWYtNTUyMS1hZGE0LTI4NGFjYmI1OWMyOQ==","slug":"politics","__typename":"LegacyCollection","name":"Politics","collectionType":"SECTION","uri":"nyt:\u002F\u002Flegacycollection\u002Fdb66164b-ea5f-5521-ada4-284acbb59c29","header":"","showCollectionStories":false},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzZhNDIyMjc1LThmM2YtNTFiZC04MTlkLTZiZTcyMDQxZDgwMQ==","slug":"business-economy","__typename":"LegacyCollection","name":"Economy","collectionType":"SECTION","uri":"nyt:\u002F\u002Flegacycollection\u002F6a422275-8f3f-51bd-819d-6be72041d801","header":"","showCollectionStories":false},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzU0YzJkNTFjLTE0ZjYtNTgyMC04MzJkLTk2ODk0NmZiMzM4ZA==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzU0YzJkNTFjLTE0ZjYtNTgyMC04MzJkLTk2ODk0NmZiMzM4ZA==","slug":"business","__typename":"LegacyCollection","name":"Business","collectionType":"SECTION","uri":"nyt:\u002F\u002Flegacycollection\u002F54c2d51c-14f6-5820-832d-968946fb338d","header":"","showCollectionStories":false},"LegacyCollection:TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzU4NzljYmY2LTg0NjYtNWY0NC1hNmM4LTg4NDZlZjk3NjA2Yw==":{"id":"TGVnYWN5Q29sbGVjdGlvbjpueXQ6Ly9sZWdhY3ljb2xsZWN0aW9uLzU4NzljYmY2LTg0NjYtNWY0NC1hNmM4LTg4NDZlZjk3NjA2Yw==","slug":"amp","__typename":"LegacyCollection","name":"amp","collectionType":"SYNDICATED","uri":"nyt:\u002F\u002Flegacycollection\u002F5879cbf6-8466-5f44-a6c8-8846ef97606c","header":"","showCollectionStories":false},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==","name":"business","displayName":"Business","url":"\u002Fsection\u002Fbusiness","uri":"nyt:\u002F\u002Fsection\u002F0415b2b0-513a-5e78-80da-21ab770cb753","__typename":"Section"},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzE3YjM1OWM0LTY3YTEtNTE4Yy05YTM0LTIyZmMyNTU2YzQ5ZA==","name":"economy","displayName":"Economy","url":"https:\u002F\u002Fwww.nytimes.com\u002Fpages\u002Fbusiness\u002Feconomy\u002Findex.html","uri":"nyt:\u002F\u002Fsection\u002F17b359c4-67a1-518c-9a34-22fc2556c49d","__typename":"Section"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0":{"__typename":"HeaderBasicBlock","label":null,"headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.headline","typename":"Heading1Block"},"summary":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.summary","typename":"SummaryBlock"},"ledeMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.ledeMedia","typename":"ImageBlock"},"byline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.byline","typename":"BylineBlock"},"timestampBlock":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.timestampBlock","typename":"TimestampBlock"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.1":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.1.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.2":{"__typename":"Dropzone","index":0,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.3":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.3.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.4":{"__typename":"Dropzone","index":1,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.5":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.5.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.6":{"__typename":"Dropzone","index":2,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.7":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.7.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.8":{"__typename":"Dropzone","index":3,"bad":false,"adsMobile":true,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.9":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.9.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.10":{"__typename":"Dropzone","index":4,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.12":{"__typename":"Dropzone","index":5,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.13":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.13.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.13.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.13.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.14":{"__typename":"Dropzone","index":6,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15":{"__typename":"InteractiveBlock","size":"MEDIUM","media":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media","typename":"EmbeddedInteractive"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.16":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.16.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.17":{"__typename":"Dropzone","index":7,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.18":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.18.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.19":{"__typename":"Dropzone","index":8,"bad":false,"adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.20":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.20.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.21":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.21.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.22":{"__typename":"Dropzone","index":9,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.23":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.23.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.24":{"__typename":"Dropzone","index":10,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25":{"__typename":"InteractiveBlock","size":"MEDIUM","media":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media","typename":"EmbeddedInteractive"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.26":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.26.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.27":{"__typename":"Dropzone","index":11,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.28":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.28.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.29":{"__typename":"Dropzone","index":12,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.30":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.30.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.31":{"__typename":"Dropzone","index":13,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.32":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.32.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33":{"__typename":"InteractiveBlock","size":"MEDIUM","media":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media","typename":"EmbeddedInteractive"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.34":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.34.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.35":{"__typename":"Dropzone","index":14,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.36":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.36.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.37":{"__typename":"Dropzone","index":15,"bad":false,"adsMobile":true,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.38":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.38.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.39":{"__typename":"Dropzone","index":16,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.40":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.40.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.41":{"__typename":"Dropzone","index":17,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.42":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.42.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.43":{"__typename":"Dropzone","index":18,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.44":{"__typename":"RelatedLinksBlock","displayStyle":"COMPACT","title":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.44.title.0","typename":"TextInline"}],"description":[],"related@filterEmpty":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Article"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Article"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.45":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.45.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.46":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.46.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.47":{"__typename":"Dropzone","index":19,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.48":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.48.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.49":{"__typename":"Dropzone","index":20,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.50":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.50.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.51":{"__typename":"Dropzone","index":21,"bad":true,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52":{"__typename":"InteractiveBlock","size":"MEDIUM","media":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media","typename":"EmbeddedInteractive"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.53":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.53.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.53.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.53.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.54":{"__typename":"Dropzone","index":22,"bad":false,"adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.55":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.55.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.56":{"__typename":"Dropzone","index":23,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.2","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.3","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.4","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.58":{"__typename":"Dropzone","index":24,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.59":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.59.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60":{"__typename":"InteractiveBlock","size":"MEDIUM","media":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media","typename":"EmbeddedInteractive"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.61":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.61.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.62":{"__typename":"Dropzone","index":25,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.63":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.63.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.64":{"__typename":"Dropzone","index":26,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.65":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.65.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.66":{"__typename":"Dropzone","index":27,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.67":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.67.content.0","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.67.content.1","typename":"TextInline"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.67.content.2","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.68":{"__typename":"Dropzone","index":28,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.69":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.69.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.70":{"__typename":"Dropzone","index":29,"bad":false,"adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.71":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.71.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.72":{"__typename":"Dropzone","index":30,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.73":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.73.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.74":{"__typename":"Dropzone","index":31,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.75":{"__typename":"Heading2Block","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.75.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.76":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.76.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.77":{"__typename":"Dropzone","index":32,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.78":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.78.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.79":{"__typename":"Dropzone","index":33,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.80":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.80.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.81":{"__typename":"Dropzone","index":34,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.82":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.82.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.83":{"__typename":"Dropzone","index":35,"bad":false,"adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.84":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.84.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.85":{"__typename":"Dropzone","index":36,"bad":false,"adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.86":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.86.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.87":{"__typename":"Dropzone","index":37,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.88":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.88.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.89":{"__typename":"Dropzone","index":38,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.90":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.90.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.91":{"__typename":"Dropzone","index":39,"bad":false,"adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.92":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.92.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.93":{"__typename":"ParagraphBlock","textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.93.content.0","typename":"TextInline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody":{"content@filterEmpty":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0","typename":"HeaderBasicBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.1","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.2","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.3","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.4","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.5","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.6","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.7","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.8","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.9","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.10","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.12","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.13","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.14","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.16","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.17","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.18","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.19","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.20","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.21","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.22","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.23","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.24","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.26","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.27","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.28","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.29","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.30","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.31","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.32","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.34","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.35","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.36","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.37","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.38","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.39","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.40","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.41","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.42","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.43","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.44","typename":"RelatedLinksBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.45","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.46","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.47","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.48","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.49","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.50","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.51","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.53","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.54","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.55","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.56","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.58","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.59","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.61","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.62","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.63","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.64","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.65","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.66","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.67","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.68","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.69","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.70","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.71","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.72","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.73","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.74","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.75","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.76","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.77","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.78","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.79","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.80","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.81","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.82","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.83","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.84","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.85","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.86","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.87","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.88","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.89","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.90","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.91","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.92","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.93","typename":"ParagraphBlock"}],"__typename":"DocumentBlock","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.0","typename":"HeaderBasicBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.1","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.2","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.3","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.4","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.5","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.6","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.7","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.8","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.9","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.10","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.11","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.12","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.13","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.14","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.15","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.16","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.17","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.18","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.19","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.20","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.21","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.22","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.23","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.24","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.25","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.26","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.27","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.28","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.29","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.30","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.31","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.32","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.33","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.34","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.35","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.36","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.37","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.38","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.39","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.40","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.41","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.42","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.43","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.44","typename":"RelatedLinksBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.45","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.46","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.47","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.48","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.49","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.50","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.51","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.52","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.53","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.54","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.55","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.56","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.57","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.58","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.59","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.60","typename":"InteractiveBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.61","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.62","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.63","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.64","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.65","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.66","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.67","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.68","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.69","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.70","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.71","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.72","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.73","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.74","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.75","typename":"Heading2Block"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.76","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.77","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.78","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.79","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.80","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.81","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.82","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.83","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.84","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.85","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.86","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.87","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.88","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.89","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.90","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.91","typename":"Dropzone"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.92","typename":"ParagraphBlock"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.93","typename":"ParagraphBlock"}]},"AdTargetingParam:si_sectionbusiness":{"key":"si_section","value":"business","__typename":"AdTargetingParam"},"AdTargetingParam:keywords":{"key":"keywords","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:templatearticle":{"key":"template","value":"article","__typename":"AdTargetingParam"},"AdTargetingParam:platweb":{"key":"plat","value":"web","__typename":"AdTargetingParam"},"AdTargetingParam:authnelsondschwartz":{"key":"auth","value":"nelsondschwartz","__typename":"AdTargetingParam"},"AdTargetingParam:typart,oak":{"key":"typ","value":"art,oak","__typename":"AdTargetingParam"},"AdTargetingParam:ednus":{"key":"edn","value":"us","__typename":"AdTargetingParam"},"AdTargetingParam:trend":{"key":"trend","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:desnationaldebtus,federalbudgetus,unitedstatespoliticsandgovernm,interestrates,unitedstatesdefenseandmilitary,unitedstateseconomy,federaltaxesus,usdollarcurrency,recessionanddepression":{"key":"des","value":"nationaldebtus,federalbudgetus,unitedstatespoliticsandgovernm,interestrates,unitedstatesdefenseandmilitary,unitedstateseconomy,federaltaxesus,usdollarcurrency,recessionanddepression","__typename":"AdTargetingParam"},"AdTargetingParam:pertrumpdonaldj":{"key":"per","value":"trumpdonaldj","__typename":"AdTargetingParam"},"AdTargetingParam:orgcongressionalbudgetoffice,federalreservesystem":{"key":"org","value":"congressionalbudgetoffice,federalreservesystem","__typename":"AdTargetingParam"},"AdTargetingParam:collpolitics,economy,business,amp":{"key":"coll","value":"politics,economy,business,amp","__typename":"AdTargetingParam"},"AdTargetingParam:gui":{"key":"gui","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:id100000006102576":{"key":"id","value":"100000006102576","__typename":"AdTargetingParam"},"AdTargetingParam:geo":{"key":"geo","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:col":{"key":"col","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:als_test1551234976794":{"key":"als_test","value":"1551234976794","__typename":"AdTargetingParam"},"AdTargetingParam:brandsensitivefalse":{"key":"brandsensitive","value":"false","__typename":"AdTargetingParam"},"AdTargetingParam:spon":{"key":"spon","value":"","__typename":"AdTargetingParam"},"AdTargetingParam:ledemedsznone":{"key":"ledemedsz","value":"none","__typename":"AdTargetingParam"},"AdTargetingParam:propnyt":{"key":"prop","value":"nyt","__typename":"AdTargetingParam"},"AdTargetingParam:sectionbusiness":{"key":"section","value":"business","__typename":"AdTargetingParam"},"AdTargetingParam:artlenlong":{"key":"artlen","value":"long","__typename":"AdTargetingParam"},"AdTargetingParam:emotionsfear,optimistic,interest,informed,hate,not_selfconfident,not_happiness,not_adventurous,not_inthemoodtospend,not_boredom,not_indulgent,not_nostalgic,not_love,not_amused,not_inspired":{"key":"emotions","value":"fear,optimistic,interest,informed,hate,not_selfconfident,not_happiness,not_adventurous,not_inthemoodtospend,not_boredom,not_indulgent,not_nostalgic,not_love,not_amused,not_inspired","__typename":"AdTargetingParam"},"AdTargetingParam:gscatneg_mastercard,gs_politics,gs_economy,gs_economy_misc,gs_finance,gs_politics_misc,gs_politics_american,gs_finance_loans,neg_hearts,gs_finance_tax,gv_safe":{"key":"gscat","value":"neg_mastercard,gs_politics,gs_economy,gs_economy_misc,gs_finance,gs_politics_misc,gs_politics_american,gs_finance_loans,neg_hearts,gs_finance_tax,gv_safe","__typename":"AdTargetingParam"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0":{"displayName":"Nelson D. Schwartz","__typename":"Person","url":"","contactDetails":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0.contactDetails","typename":"ContactDetails"},"legacyData":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0.legacyData","typename":"PersonLegacyData"}},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0":{"creators":[{"type":"id","generated":true,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0","typename":"Person"}],"__typename":"Byline","renderedRepresentation":"By Nelson D. Schwartz"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.displayProperties":{"fullBleedDisplayStyle":"","__typename":"CreativeWorkDisplayProperties","serveAsNyt4":false},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.0":{"__typename":"Subject","vernacular":"US National Debt","isAdvertisingBrandSensitive":false,"displayName":"National Debt (US)"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.1":{"__typename":"Subject","vernacular":"Federal Budget","isAdvertisingBrandSensitive":false,"displayName":"Federal Budget (US)"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.2":{"__typename":"Subject","vernacular":"US Politics","isAdvertisingBrandSensitive":false,"displayName":"United States Politics and Government"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.3":{"__typename":"Person","vernacular":"Donald Trump","isAdvertisingBrandSensitive":false,"displayName":"Trump, Donald J"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.4":{"__typename":"Subject","vernacular":"Interest rate","isAdvertisingBrandSensitive":false,"displayName":"Interest Rates"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.5":{"__typename":"Subject","vernacular":"US Military","isAdvertisingBrandSensitive":false,"displayName":"United States Defense and Military Forces"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.6":{"__typename":"Subject","vernacular":"US Economy","isAdvertisingBrandSensitive":false,"displayName":"United States Economy"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.7":{"__typename":"Subject","vernacular":"Federal Taxes","isAdvertisingBrandSensitive":false,"displayName":"Federal Taxes (US)"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.8":{"__typename":"Subject","vernacular":"US Dollar","isAdvertisingBrandSensitive":false,"displayName":"US Dollar (Currency)"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.9":{"__typename":"Subject","vernacular":"Recession and Depression","isAdvertisingBrandSensitive":false,"displayName":"Recession and Depression"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.10":{"__typename":"Organization","vernacular":"Congressional Budget Office","isAdvertisingBrandSensitive":false,"displayName":"Congressional Budget Office"},"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.timesTags@filterEmpty.11":{"__typename":"Organization","vernacular":"Federal Reserve","isAdvertisingBrandSensitive":false,"displayName":"Federal Reserve System"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.headline":{"default":"As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military","__typename":"CreativeWorkHeadline","default@stripHtml":"As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military"},"Organization:T3JnYW5pemF0aW9uOm55dDovL29yZ2FuaXphdGlvbi9jMjc5MTM4OC02YjE2LTVmZmQtYTExOS05NmVhY2IxOTg5YzE=":{"id":"T3JnYW5pemF0aW9uOm55dDovL29yZ2FuaXphdGlvbi9jMjc5MTM4OC02YjE2LTVmZmQtYTExOS05NmVhY2IxOTg5YzE=","displayName":"New York Times","__typename":"Organization"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.printInformation":{"page":"1","section":"A","publicationDate":"2018-09-26T04:00:00.000Z","__typename":"PrintInformation","edition":"NewYork","headline@stripHtml":"What May Soon Exceed Cost of U.S. Military? Interest on U.S. Debt "},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled.configs.0":{"name":"mobile","stride":4,"threshold":3,"__typename":"SprinkledConfig"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled.configs.1":{"name":"desktop","stride":7,"threshold":3,"__typename":"SprinkledConfig"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled.configs.2":{"name":"mobileHoldout","stride":6,"threshold":3,"__typename":"SprinkledConfig"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled.configs.3":{"name":"desktopHoldout","stride":8,"threshold":3,"__typename":"SprinkledConfig"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled":{"configs":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled.configs.0","typename":"SprinkledConfig"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled.configs.1","typename":"SprinkledConfig"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled.configs.2","typename":"SprinkledConfig"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkled.configs.3","typename":"SprinkledConfig"}],"__typename":"SprinkledContent"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.0":{"__typename":"HeaderBasicBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.1":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.2":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.3":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.4":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.5":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.6":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.7":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.8":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.9":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.10":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.11":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.12":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.13":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.14":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.15":{"__typename":"InteractiveBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.16":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.17":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.18":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.19":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.20":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.21":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.22":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.23":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.24":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.25":{"__typename":"InteractiveBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.26":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.27":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.28":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.29":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.30":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.31":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.32":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.33":{"__typename":"InteractiveBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.34":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.35":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.36":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.37":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.38":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.39":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.40":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.41":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.42":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.43":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.44":{"__typename":"RelatedLinksBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.45":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.46":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.47":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.48":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.49":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.50":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.51":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.52":{"__typename":"InteractiveBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.53":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.54":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.55":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.56":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.57":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.58":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.59":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.60":{"__typename":"InteractiveBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.61":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.62":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.63":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.64":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.65":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.66":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.67":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.68":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.69":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.70":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.71":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.72":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.73":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.74":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.75":{"__typename":"Heading2Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.76":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.77":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.78":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.79":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.80":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.81":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.82":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.83":{"__typename":"Dropzone","adsMobile":true,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.84":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.85":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":true},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.86":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.87":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.88":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.89":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.90":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.91":{"__typename":"Dropzone","adsMobile":false,"adsDesktop":false},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.92":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content.93":{"__typename":"ParagraphBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).0":{"name":"MASTER","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002Fmerlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg","height":380,"width":600,"name":"articleLarge","__typename":"ImageRendition"},"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-superJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002Fmerlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-superJumbo.jpg","height":1296,"width":2048,"name":"superJumbo","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).1":{"name":"SMALL_SQUARE","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS0115DEBTS01-thumbStandard.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS0115DEBTS01-thumbLarge.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180915business15DEBTS0115DEBTS01-thumbStandard.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002F15DEBTS01-thumbStandard.jpg","height":75,"width":75,"name":"thumbStandard","__typename":"ImageRendition"},"ImageRendition:images20180915business15DEBTS0115DEBTS01-thumbLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002F15DEBTS01-thumbLarge.jpg","height":150,"width":150,"name":"thumbLarge","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).2":{"name":"SIXTEEN_BY_NINE","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS0115DEBTS01-videoSixteenByNineJumbo1600.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180915business15DEBTS0115DEBTS01-videoSixteenByNineJumbo1600.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002F15DEBTS01-videoSixteenByNineJumbo1600.jpg","height":899,"width":1600,"name":"videoSixteenByNineJumbo1600","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).3":{"name":"FACEBOOK","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS0115DEBTS01-facebookJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180915business15DEBTS0115DEBTS01-facebookJumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002F15DEBTS01-facebookJumbo.jpg","height":549,"width":1050,"name":"facebookJumbo","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).4":{"name":"WATCH","renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS0115DEBTS01-watch308.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180915business15DEBTS0115DEBTS01-watch308.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002F15DEBTS01-watch308.jpg","height":348,"width":312,"name":"watch308","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia":{"crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.crops({\"renditionNames\":[\"thumbStandard\",\"thumbLarge\",\"watch308\",\"facebookJumbo\",\"videoSixteenByNineJumbo1600\",\"articleLarge\",\"superJumbo\"]}).4","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.promotionalMedia.caption":{"text":"Interest payments on the federal debt could surpass the Defense Department budget in 2023.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.headline":{"textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.headline.content.0","typename":"TextInline"}],"__typename":"Heading1Block"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.headline.content.0":{"__typename":"TextInline","text@stripHtml":"As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.summary":{"textAlign":"LEFT","content":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.summary.content.0","typename":"TextInline"}],"__typename":"SummaryBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.summary.content.0":{"__typename":"TextInline","text":"Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.ledeMedia":{"__typename":"ImageBlock","size":"MEDIUM","media":{"type":"id","generated":false,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh","typename":"Image"}},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh":{"id":"SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh","imageType":"photo","url":"\u002Fimagepages\u002F2018\u002F09\u002F25\u002Fbusiness\u002F15DEBTS01.html","uri":"nyt:\u002F\u002Fimage\u002F6a332d63-8bb1-5a9b-bbc5-c3ebecf5001a","credit":"Jeon Heon-Kyun\u002FEPA, via Shutterstock","legacyHtmlCaption":"Interest payments on the federal debt could surpass the Defense Department budget in 2023.","crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]})":[{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1","typename":"ImageCrop"}],"caption":{"type":"id","generated":true,"id":"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh.caption","typename":"TextOnlyDocumentBlock"},"__typename":"Image"},"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-popup.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002Fmerlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-popup.jpg","name":"popup","width":650,"height":411,"__typename":"ImageRendition"},"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-jumbo.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002Fmerlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-jumbo.jpg","name":"jumbo","width":1024,"height":648,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-popup.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-jumbo.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-superJumbo.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleInline.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F15\u002Fbusiness\u002F15DEBTS01\u002Fmerlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleInline.jpg","name":"articleInline","width":190,"height":120,"__typename":"ImageRendition"},"Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh.crops({\"renditionNames\":[\"articleLarge\",\"jumbo\",\"superJumbo\",\"articleInline\",\"popup\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180915business15DEBTS01merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleInline.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Image:SW1hZ2U6bnl0Oi8vaW1hZ2UvNmEzMzJkNjMtOGJiMS01YTliLWJiYzUtYzNlYmVjZjUwMDFh.caption":{"text":"Interest payments on the federal debt could surpass the Defense Department budget in 2023.","__typename":"TextOnlyDocumentBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.byline":{"textAlign":"LEFT","hideHeadshots":false,"bylines":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.byline.bylines.0","typename":"Byline"}],"role@filterEmpty":[],"__typename":"BylineBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.byline.bylines.0":{"prefix":"By","creators":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.byline.bylines.0.creators.0":{"displayName":"Nelson D. Schwartz","bioUrl":"https:\u002F\u002Fwww.nytimes.com\u002Fby\u002Fnelson-d-schwartz","promotionalMedia":null,"__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.0.timestampBlock":{"timestamp":"2018-09-25T21:28:31.000Z","align":"LEFT","__typename":"TimestampBlock"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.1.content.0":{"__typename":"TextInline","text":"The federal government could soon pay more in interest on its debt than it spends on the military, Medicaid or children’s programs.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.3.content.0":{"__typename":"TextInline","text":"The run-up in borrowing costs is a one-two punch brought on by the need to finance a fast-growing budget deficit, worsened by tax cuts and steadily rising interest rates that will make the debt more expensive. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.5.content.0":{"__typename":"TextInline","text":"With less money coming in and more going toward interest, political leaders will find it harder to address pressing needs like fixing crumbling roads and bridges or to make emergency moves like pulling the economy out of future recessions.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.7.content.0":{"__typename":"TextInline","text":"Within a decade, more than $900 billion in interest payments will be due annually, easily outpacing spending on myriad other programs. Already the fastest-growing major government expense, the cost of interest is on track to hit $390 billion next year, nearly 50 percent more than in 2017, according to the Congressional Budget Office.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.9.content.0":{"__typename":"TextInline","text":"“It’s very much something to worry about,” said C. Eugene Steuerle, a fellow at the Urban Institute and a co-founder of the Urban-Brookings Tax Policy Center in Washington. “Everything else is getting squeezed.”","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11.content.0":{"__typename":"TextInline","text":"Gradually rising interest rates would have made borrowing more expensive even without additional debt. But the tax cuts passed late last year have created a deeper hole, with the deficit increasing faster than expected. A budget bill ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11.content.1":{"__typename":"TextInline","text":"approved in February that raised","formats":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11.content.1.formats.0","typename":"LinkFormat"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11.content.1.formats.0":{"__typename":"LinkFormat","url":"https:\u002F\u002Fwww.nytimes.com\u002F2018\u002F02\u002F08\u002Fus\u002Fpolitics\u002Fcongress-budget-deal-vote.html","title":""},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.11.content.2":{"__typename":"TextInline","text":" spending by $300 billion over two years will add to the financial pressure. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.13.content.0":{"__typename":"TextInline","text":"The deficit is expected to total nearly $1 trillion next year — the first time it has been that big ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.13.content.1":{"__typename":"TextInline","text":"since 2012","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.13.content.2":{"__typename":"TextInline","text":", when the economy was still struggling to recover from the financial crisis and interest rates were near zero. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media":{"__typename":"EmbeddedInteractive","slug":"interest-on-national-debt","html":"\n\u003C!-- Generated by ai2html v0.74.0 - 2018-09-14 15:18 --\u003E\n\u003C!-- ai file: 0916 biz web DEBT CHART 1.ai --\u003E\n\u003C!-- preview: 2018-09-14-interest-on-national-debt --\u003E\n\u003C!-- scoop: interest-on-national-debt --\u003E\n\u003Cstyle type='text\u002Fcss' media='screen,print'\u003E\n\t#g-0916-biz-web-DEBT-CHART-1-box .g-artboard {\n\t\tmargin:0 auto;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-box .g-artboard p {\n\t\tmargin:0;\n\t}\n\t.g-aiAbs {\n\t\tposition:absolute;\n\t}\n\t.g-aiImg {\n\t\tdisplay:block;\n\t\twidth:100% !important;\n\t}\n\t.g-aiSymbol {\n\t\tposition: absolute;\n\t\tbox-sizing: border-box;\n\t}\n\t.g-aiPointText p { white-space: nowrap; }\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_2 {\n\t\tposition:relative;\n\t\toverflow:hidden;\n\t\twidth:600px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_2 p {\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\n\t\tfont-weight:700;\n\t\tfont-size:13px;\n\t\tline-height:18px;\n\t\theight:auto;\n\t\tfilter:alpha(opacity=100);\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\n\t\topacity:1;\n\t\tletter-spacing:0em;\n\t\ttext-align:left;\n\t\tcolor:rgb(51,51,51);\n\t\ttext-transform:none;\n\t\tpadding-bottom:0;\n\t\tpadding-top:0;\n\t\tmix-blend-mode:normal;\n\t\tfont-style:normal;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle0 {\n\t\tline-height:16px;\n\t\theight:16px;\n\t\ttext-align:center;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle1 {\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle2 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle3 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_2 .g-pstyle4 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_3 {\n\t\tposition:relative;\n\t\toverflow:hidden;\n\t\twidth:300px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_3 p {\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\n\t\tfont-weight:700;\n\t\tfont-size:13px;\n\t\tline-height:18px;\n\t\theight:auto;\n\t\tfilter:alpha(opacity=100);\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\n\t\topacity:1;\n\t\tletter-spacing:0em;\n\t\ttext-align:left;\n\t\tcolor:rgb(51,51,51);\n\t\ttext-transform:none;\n\t\tpadding-bottom:0;\n\t\tpadding-top:0;\n\t\tmix-blend-mode:normal;\n\t\tfont-style:normal;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle0 {\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle1 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle2 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle3 {\n\t\tline-height:16px;\n\t\theight:16px;\n\t\ttext-align:center;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-1-Artboard_3 .g-pstyle4 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\n\u003C\u002Fstyle\u003E\n\n\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-1-box\" class=\"ai2html ai2html-box-v5\"\u003E\n\n\t\u003C!-- Artboard: Artboard_2 --\u003E\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-1-Artboard_2\" class=\"g-artboard\" data-aspect-ratio=\"1.382\" data-min-width=\"600\"\u003E\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-1-Artboard_2-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002Finterest-on-national-debt\u002F313e919f83bb85b62966d7f70121c5f3f3ea740b\u002F0916-biz-web-DEBT-CHART-1-Artboard_2.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\n\t\t\u003Cdiv id=\"g-ai0-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.8869%;margin-top:-16.2px;left:96.5906%;margin-left:-30px;width:60px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003E$915\u003C\u002Fp\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003E billion\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.0838%;width:243px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003EInterest payments on the national debt\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:94.9386%;width:52px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E$900\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;left:5.4133%;width:55px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003Ebillion\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:34.841%;margin-top:-9.2px;right:95.0369%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E600\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:60.4108%;margin-top:-9.2px;right:95.0369%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E300\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:70.9998%;margin-top:-16.2px;left:5.8153%;margin-left:-30px;width:60px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003E$263\u003C\u002Fp\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003E billion\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E0\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:6.1605%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;17\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:14.4067%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;18\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:22.6527%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;19\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:30.9281%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;20\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:39.1744%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;21\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:47.4205%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;22\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:55.6667%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;23\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-16\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:63.9128%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;24\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-17\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:72.1591%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;25\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-18\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:80.4054%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;26\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-19\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:88.6513%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;27\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-20\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:96.8975%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;28\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\u003C\u002Fdiv\u003E\n\n\t\u003C!-- Artboard: Artboard_3 --\u003E\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-1-Artboard_3\" class=\"g-artboard\" data-aspect-ratio=\"0.691\" data-min-width=\"300\" data-max-width=\"599\"\u003E\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-1-Artboard_3-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002Finterest-on-national-debt\u002F313e919f83bb85b62966d7f70121c5f3f3ea740b\u002F0916-biz-web-DEBT-CHART-1-Artboard_3.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\n\t\t\u003Cdiv id=\"g-ai1-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.2844%;width:243px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EInterest payments on the national debt\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:90.0367%;width:52px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E$900\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;left:10.6594%;width:55px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003Ebillion\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:17.787%;margin-top:-16.2px;left:90.6989%;margin-left:-30px;width:60px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003E$915\u003C\u002Fp\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003E billion\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:34.841%;margin-top:-9.2px;right:90.2334%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E600\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:60.4108%;margin-top:-9.2px;right:90.2334%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E300\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:71.2301%;margin-top:-16.2px;left:10.5497%;margin-left:-30px;width:60px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003E$263\u003C\u002Fp\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003E billion\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E0\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:10.8422%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;17\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:18.0987%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;18\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:25.3552%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;19\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:32.6703%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;20\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:39.9268%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;21\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:47.1836%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;22\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:54.4401%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;23\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-16\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:61.6967%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;24\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-17\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:68.9535%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;25\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-18\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:76.2102%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;26\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-19\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:83.4665%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;27\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-20\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:90.7234%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;28\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\u003C\u002Fdiv\u003E\n\n\u003C\u002Fdiv\u003E\n\n\u003Cscript type=\"text\u002Fjavascript\"\u003E\n\t(function (scriptEnvironment, nameSpace) {\n\t\t\u002F\u002F Use a sentinel class to ensure that this version of the resizer only initializes once\n\t\tif (document.documentElement.className.indexOf(nameSpace + \"resizer-v5-init\") \u003E -1) return;\n\t\tdocument.documentElement.className += \" \" + nameSpace + \"resizer-v5-init\";\n\t\t\u002F\u002F requires IE9+\n\t\tif (!(\"querySelector\" in document)) return;\n\t\tvar observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;\n\t\tvar visibilityIndex = {}; \u002F\u002F visibility of each graphic, indexed by container id (used with InteractionObserver)\n\n\t\tupdateAllGraphics();\n\t\twindow.addEventListener('nyt:embed:load', updateAllGraphics); \u002F\u002F for nyt vi compatibility\n\t\tdocument.addEventListener(\"DOMContentLoaded\", updateAllGraphics);\n\t\twindow.addEventListener(\"resize\", throttle(updateAllGraphics, 200));\n\n\t\tfunction updateAllGraphics() {\n\t\t\tselectElements(\".ai2html-box-v5\").forEach(updateGraphic);\n\t\t\tif (scriptEnvironment == \"nyt-preview\") {\n\t\t\t\tnytOnResize();\n\t\t\t}\n\t\t}\n\n\t\tfunction updateGraphic(container) {\n\t\t\tvar artboards = selectElements(\".\" + nameSpace + \"artboard[data-min-width]\", container),\n\t\t\t\t\twidth = Math.round(container.getBoundingClientRect().width),\n\t\t\t\t\tid = container.id, \u002F\u002F assume container has an id\n\t\t\t\t\tshowImages = !observer || visibilityIndex[id] == 'visible';\n\n\t\t\t\u002F\u002F Set artboard visibility based on container width\n\t\t\tartboards.forEach(function(el) {\n\t\t\t\tvar minwidth = el.getAttribute(\"data-min-width\"),\n\t\t\t\t\t\tmaxwidth = el.getAttribute(\"data-max-width\");\n\t\t\t\tif (+minwidth \u003C= width && (+maxwidth \u003E= width || maxwidth === null)) {\n\t\t\t\t\tif (showImages) {\n\t\t\t\t\t\tselectElements(\".\" + nameSpace + \"aiImg\", el).forEach(updateImgSrc);\n\t\t\t\t\t}\n\t\t\t\t\tel.style.display = \"block\";\n\t\t\t\t} else {\n\t\t\t\t\tel.style.display = \"none\";\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t\u002F\u002F Initialize lazy loading on first call, if IntersectionObserver is available\n\t\t\tif (observer && !visibilityIndex[id]) {\n\t\t\t\tif (containerIsVisible(container)) {\n\t\t\t\t\t\u002F\u002F Skip IntersectionObserver if graphic is initially visible\n\t\t\t\t\t\u002F\u002F Note: We're doing this after artboard visibility is first calculated\n\t\t\t\t\t\u002F\u002F\t (above) -- otherwise all artboard images are display:block and the\n\t\t\t\t\t\u002F\u002F\t calculated height of the graphic is huge.\n\t\t\t\t\t\u002F\u002F TODO: Consider making artboard images position:absolute and setting\n\t\t\t\t\t\u002F\u002F\t height as a padding % (calculated from the aspect ratio of the graphic).\n\t\t\t\t\t\u002F\u002F\t This will correctly set the initial height of the graphic before\n\t\t\t\t\t\u002F\u002F\t an image is loaded.\n\t\t\t\t\tvisibilityIndex[id] = 'visible';\n\t\t\t\t\tupdateGraphic(container); \u002F\u002F Call again to start loading right away\n\t\t\t\t} else {\n\t\t\t\t\tvisibilityIndex[id] = 'hidden';\n\t\t\t\t\tobserver.observe(container);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfunction containerIsVisible(container) {\n\t\t\tvar bounds = container.getBoundingClientRect();\n\t\t\treturn bounds.top \u003C window.innerHeight && bounds.bottom \u003E 0;\n\t\t}\n\n\t\t\u002F\u002F Replace blank placeholder image with actual image\n\t\t\u002F\u002F (only relevant if use_lazy_loader option is true)\n\t\tfunction updateImgSrc(img) {\n\t\t\tvar src = img.getAttribute(\"data-src\");\n\t\t\tif (src && img.getAttribute(\"src\") != src) {\n\t\t\t\timg.setAttribute(\"src\", src);\n\t\t\t}\n\t\t}\n\n\t\tfunction onIntersectionChange(entries) {\n\t\t\tentries.forEach(function(entry) {\n\t\t\t\tif (entry.isIntersecting) {\n\t\t\t\t\tvisibilityIndex[entry.target.id] = 'visible';\n\t\t\t\t\tobserver.unobserve(entry.target);\n\t\t\t\t\tupdateGraphic(entry.target);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tfunction selectElements(selector, parent) {\n\t\t\tvar selection = (parent || document).querySelectorAll(selector);\n\t\t\treturn Array.prototype.slice.call(selection);\n\t\t}\n\n\t\tfunction nytOnResize() {\n\t\t\t\u002F\u002F TODO: add comments\n\t\t\ttry {\n\t\t\t\tif (window.parent && window.parent.$) {\n\t\t\t\t\twindow.parent.$(\"body\").trigger(\"resizedcontent\", [window]);\n\t\t\t\t}\n\t\t\t\tdocument.documentElement.dispatchEvent(new Event(\"resizedcontent\"));\n\t\t\t\tif (window.require && document.querySelector(\"meta[name=sourceApp]\") && document.querySelector(\"meta[name=sourceApp]\").content == \"nyt-v5\") {\n\t\t\t\t\trequire([\"foundation\u002Fmain\"], function() {\n\t\t\t\t\t\trequire([\"shared\u002Finteractive\u002Finstances\u002Fapp-communicator\"], function(AppCommunicator) {\n\t\t\t\t\t\t\tAppCommunicator.triggerResize();\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} catch(e) { console.log(e); }\n\t\t}\n\n\t\t\u002F\u002F based on underscore.js\n\t\tfunction throttle(func, wait) {\n\t\t\tvar _now = Date.now || function() { return +new Date(); },\n\t\t\t\t\ttimeout = null, previous = 0;\n\t\t\tvar run = function() {\n\t\t\t\t\tprevious = _now();\n\t\t\t\t\ttimeout = null;\n\t\t\t\t\tfunc();\n\t\t\t};\n\t\t\treturn function() {\n\t\t\t\tvar remaining = wait - (_now() - previous);\n\t\t\t\tif (remaining \u003C= 0 || remaining \u003E wait) {\n\t\t\t\t\tif (timeout) {\n\t\t\t\t\t\tclearTimeout(timeout);\n\t\t\t\t\t}\n\t\t\t\t\trun();\n\t\t\t\t} else if (!timeout) {\n\t\t\t\t\ttimeout = setTimeout(run, remaining);\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t})(\"nyt-preview\", \"g-\");\n\u003C\u002Fscript\u003E\n\u003C!-- End ai2html - 2018-09-14 15:18 --\u003E\n\u003C!-- Pipeline: 2018-09-14-interest-on-national-debt | September 14, 2018, 03:20PM | 313e919f83bb85b62966d7f70121c5f3f3ea740b --\u003E\n","compatibility":"INLINE","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.headline","typename":"CreativeWorkHeadline"},"advertisingProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.displayProperties","typename":"CreativeWorkDisplayProperties"},"bylines":[],"sourceId":"100000006106654","credit":"By The New York Times | Source: Congressional Budget Office","leadin":"Annual interest payments on the national debt are expected to triple over the next decade, according to the Congressional Budget Office.","note":"","dataSource":"","uri":"nyt:\u002F\u002Fembeddedinteractive\u002F0cea6231-99b4-5b9a-851a-a2a290fb15e8","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.headline":{"default":"Interest on the National Debt","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.displayProperties":{"displayForPromotionOnly":true,"maximumWidth":600,"minimumWidth":300,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia":{"__typename":"Image","caption":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.caption","typename":"TextOnlyDocumentBlock"},"crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4","typename":"ImageCrop"}],"promotionalMedia":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.caption":{"text@stripHtml":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-articleLarge.png":{"name":"articleLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Finterest-on-national-debt-1536943625607\u002Finterest-on-national-debt-1536943625607-articleLarge.png","width":600,"height":434,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-articleLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-thumbLarge.png":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Finterest-on-national-debt-1536943625607\u002Finterest-on-national-debt-1536943625607-thumbLarge.png","width":150,"height":150,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-thumbLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-square640.png":{"name":"square640","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Finterest-on-national-debt-1536943625607\u002Finterest-on-national-debt-1536943625607-square640.png","width":640,"height":640,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-square640.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-largeHorizontalJumbo.png":{"name":"largeHorizontalJumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Finterest-on-national-debt-1536943625607\u002Finterest-on-national-debt-1536943625607-largeHorizontalJumbo.png","width":1024,"height":683,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-largeHorizontalJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-videoLarge.png":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Finterest-on-national-debt-1536943625607\u002Finterest-on-national-debt-1536943625607-videoLarge.png","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-threeByTwoLargeAt2X.png":{"name":"threeByTwoLargeAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Finterest-on-national-debt-1536943625607\u002Finterest-on-national-debt-1536943625607-threeByTwoLargeAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-threeByTwoMediumAt2X.png":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Finterest-on-national-debt-1536943625607\u002Finterest-on-national-debt-1536943625607-threeByTwoMediumAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-threeByTwoSmallAt2X.png":{"name":"threeByTwoSmallAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Finterest-on-national-debt-1536943625607\u002Finterest-on-national-debt-1536943625607-threeByTwoSmallAt2X.png","width":600,"height":400,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.15.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessinterest-on-national-debt-1536943625607interest-on-national-debt-1536943625607-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.16.content.0":{"__typename":"TextInline","text":"Deficit hawks have gone silent, even proposing changes that would exacerbate the deficit. House Republicans introduced legislation this month that would make the tax cuts permanent.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.18.content.0":{"__typename":"TextInline","text":"“The issue has just disappeared,” said Senator Mark Warner, a Virginia Democrat. “There’s collective amnesia.”","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.20.content.0":{"__typename":"TextInline","text":"The combination, say economists, marks a journey into mostly uncharted financial territory.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.21.content.0":{"__typename":"TextInline","text":"In the past, government borrowing expanded during recessions and waned in recoveries. That countercyclical policy has been a part of the standard Keynesian toolbox to combat downturns since the Great Depression.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.23.content.0":{"__typename":"TextInline","text":"The deficit is soaring now as the economy booms, meaning the stimulus is pro-cyclical. The risk is that the government would have less room to maneuver if the economy slows.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media":{"__typename":"EmbeddedInteractive","slug":"debt-as-a-share-of-gdp","html":"\u003C!-- Generated by ai2html v0.74.0 - 2018-09-14 13:34 --\u003E\r\n\u003C!-- ai file: 0916 biz web DEBT CHART 2.ai --\u003E\r\n\u003C!-- preview: 2018-09-14-debt-as-a-share-of-gdp --\u003E\r\n\u003Cstyle type='text\u002Fcss' media='screen,print'\u003E\r\n\t#g-0916-biz-web-DEBT-CHART-2-box .g-artboard {\r\n\t\tmargin:0 auto;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-box .g-artboard p {\r\n\t\tmargin:0;\r\n\t}\r\n\t.g-aiAbs {\r\n\t\tposition:absolute;\r\n\t}\r\n\t.g-aiImg {\r\n\t\tdisplay:block;\r\n\t\twidth:100% !important;\r\n\t}\r\n\t.g-aiSymbol {\r\n\t\tposition: absolute;\r\n\t\tbox-sizing: border-box;\r\n\t}\r\n\t.g-aiPointText p { white-space: nowrap; }\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_2 {\r\n\t\tposition:relative;\r\n\t\toverflow:hidden;\r\n\t\twidth:600px;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_2 p {\r\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\r\n\t\tfont-weight:700;\r\n\t\tfont-size:13px;\r\n\t\tline-height:18px;\r\n\t\theight:auto;\r\n\t\tfilter:alpha(opacity=100);\r\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\r\n\t\topacity:1;\r\n\t\tletter-spacing:0em;\r\n\t\ttext-align:left;\r\n\t\tcolor:rgb(51,51,51);\r\n\t\ttext-transform:none;\r\n\t\tpadding-bottom:0;\r\n\t\tpadding-top:0;\r\n\t\tmix-blend-mode:normal;\r\n\t\tfont-style:normal;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle0 {\r\n\t\theight:18px;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle1 {\r\n\t\tfont-weight:500;\r\n\t\theight:18px;\r\n\t\ttext-align:right;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle2 {\r\n\t\tfont-weight:500;\r\n\t\theight:18px;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle3 {\r\n\t\tfont-weight:500;\r\n\t\tfont-size:11px;\r\n\t\theight:18px;\r\n\t\ttext-align:center;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle4 {\r\n\t\tfont-weight:500;\r\n\t\tfont-size:11px;\r\n\t\theight:18px;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_2 .g-pstyle5 {\r\n\t\tfont-weight:500;\r\n\t\theight:18px;\r\n\t\ttext-align:center;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_3 {\r\n\t\tposition:relative;\r\n\t\toverflow:hidden;\r\n\t\twidth:300px;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_3 p {\r\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\r\n\t\tfont-weight:700;\r\n\t\tfont-size:13px;\r\n\t\tline-height:18px;\r\n\t\theight:auto;\r\n\t\tfilter:alpha(opacity=100);\r\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\r\n\t\topacity:1;\r\n\t\tletter-spacing:0em;\r\n\t\ttext-align:left;\r\n\t\tcolor:rgb(51,51,51);\r\n\t\ttext-transform:none;\r\n\t\tpadding-bottom:0;\r\n\t\tpadding-top:0;\r\n\t\tmix-blend-mode:normal;\r\n\t\tfont-style:normal;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle0 {\r\n\t\theight:18px;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle1 {\r\n\t\tfont-weight:500;\r\n\t\theight:18px;\r\n\t\ttext-align:right;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle2 {\r\n\t\tfont-weight:500;\r\n\t\theight:18px;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle3 {\r\n\t\tfont-weight:500;\r\n\t\tfont-size:11px;\r\n\t\theight:18px;\r\n\t}\r\n\t#g-0916-biz-web-DEBT-CHART-2-Artboard_3 .g-pstyle4 {\r\n\t\tfont-weight:500;\r\n\t\theight:18px;\r\n\t\ttext-align:center;\r\n\t}\r\n\r\n\u003C\u002Fstyle\u003E\r\n\r\n\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-2-box\" class=\"ai2html ai2html-box-v5\"\u003E\r\n\r\n\t\u003C!-- Artboard: Artboard_2 --\u003E\r\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-2-Artboard_2\" class=\"g-artboard\" data-aspect-ratio=\"1.382\" data-min-width=\"600\"\u003E\r\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-2-Artboard_2-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002Fdebt-as-a-share-of-gdp\u002Fdad2c5186b9c0b968d766fa279d9ed6b76ce776b\u002F0916-biz-web-DEBT-CHART-2-Artboard_2.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.0838%;width:299px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EPublic debt as a share of gross domestic product\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:95.0369%;width:44px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E100\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;left:5.4133%;width:33px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E%\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:16.8643%;margin-top:-9.2px;left:23.0468%;margin-left:-42.5px;width:85px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003ERECESSIONS\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:16.8643%;margin-top:-9.2px;left:78.0253%;width:79px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003EPROJECTED\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:24.7052%;margin-top:-9.2px;right:94.9686%;width:37px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E80\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:39.9089%;margin-top:-9.2px;right:94.9686%;width:37px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E60\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:55.3429%;margin-top:-9.2px;right:94.9686%;width:37px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E40\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:70.5466%;margin-top:-9.2px;right:94.9686%;width:37px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E20\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E0\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:8.5381%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle5\"\u003E&rsquo;78\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:12.2413%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle5\"\u003E&rsquo;80\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:29.7156%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle5\"\u003E&rsquo;90\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:47.1898%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle5\"\u003E&rsquo;00\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:64.635%;margin-left:-19.5px;width:39px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle5\"\u003E&rsquo;10\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-16\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:82.1384%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle5\"\u003E&rsquo;20\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai0-17\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:96.0294%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle5\"\u003E&rsquo;28\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\u003C\u002Fdiv\u003E\r\n\r\n\t\u003C!-- Artboard: Artboard_3 --\u003E\r\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-2-Artboard_3\" class=\"g-artboard\" data-aspect-ratio=\"0.691\" data-min-width=\"300\" data-max-width=\"599\"\u003E\r\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-2-Artboard_3-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002Fdebt-as-a-share-of-gdp\u002Fdad2c5186b9c0b968d766fa279d9ed6b76ce776b\u002F0916-biz-web-DEBT-CHART-2-Artboard_3.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.2844%;width:299px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EPublic debt as a share of gross domestic product\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:90.2334%;width:44px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E100\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;left:10.2054%;width:33px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E%\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:24.7052%;margin-top:-9.2px;right:90.0968%;width:37px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E80\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:39.9089%;margin-top:-9.2px;right:90.0968%;width:37px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E60\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:55.3429%;margin-top:-9.2px;right:90.0968%;width:37px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E40\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:70.5465%;margin-top:-9.2px;right:90.0968%;width:37px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E20\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:80.4432%;margin-top:-9.2px;left:22.2287%;width:85px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003ERECESSIONS\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:80.4432%;margin-top:-9.2px;left:74.1042%;width:79px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003EPROJECTED\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E0\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:16.2259%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;80\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:31.6032%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;90\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:46.9805%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;00\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:62.2997%;margin-left:-19.5px;width:39px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;10\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:77.7354%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;20\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\t\u003Cdiv id=\"g-ai1-16\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:89.9593%;margin-left:-20px;width:40px;\"\u003E\r\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;28\u003C\u002Fp\u003E\r\n\t\t\u003C\u002Fdiv\u003E\r\n\t\u003C\u002Fdiv\u003E\r\n\r\n\u003C\u002Fdiv\u003E\r\n\r\n\u003Cscript type=\"text\u002Fjavascript\"\u003E\r\n\t(function (scriptEnvironment, nameSpace) {\r\n\t\t\u002F\u002F Use a sentinel class to ensure that this version of the resizer only initializes once\r\n\t\tif (document.documentElement.className.indexOf(nameSpace + \"resizer-v5-init\") \u003E -1) return;\r\n\t\tdocument.documentElement.className += \" \" + nameSpace + \"resizer-v5-init\";\r\n\t\t\u002F\u002F requires IE9+\r\n\t\tif (!(\"querySelector\" in document)) return;\r\n\t\tvar observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;\r\n\t\tvar visibilityIndex = {}; \u002F\u002F visibility of each graphic, indexed by container id (used with InteractionObserver)\r\n\r\n\t\tupdateAllGraphics();\r\n\t\twindow.addEventListener('nyt:embed:load', updateAllGraphics); \u002F\u002F for nyt vi compatibility\r\n\t\tdocument.addEventListener(\"DOMContentLoaded\", updateAllGraphics);\r\n\t\twindow.addEventListener(\"resize\", throttle(updateAllGraphics, 200));\r\n\r\n\t\tfunction updateAllGraphics() {\r\n\t\t\tselectElements(\".ai2html-box-v5\").forEach(updateGraphic);\r\n\t\t\tif (scriptEnvironment == \"nyt-preview\") {\r\n\t\t\t\tnytOnResize();\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfunction updateGraphic(container) {\r\n\t\t\tvar artboards = selectElements(\".\" + nameSpace + \"artboard[data-min-width]\", container),\r\n\t\t\t\t\twidth = Math.round(container.getBoundingClientRect().width),\r\n\t\t\t\t\tid = container.id, \u002F\u002F assume container has an id\r\n\t\t\t\t\tshowImages = !observer || visibilityIndex[id] == 'visible';\r\n\r\n\t\t\t\u002F\u002F Set artboard visibility based on container width\r\n\t\t\tartboards.forEach(function(el) {\r\n\t\t\t\tvar minwidth = el.getAttribute(\"data-min-width\"),\r\n\t\t\t\t\t\tmaxwidth = el.getAttribute(\"data-max-width\");\r\n\t\t\t\tif (+minwidth \u003C= width && (+maxwidth \u003E= width || maxwidth === null)) {\r\n\t\t\t\t\tif (showImages) {\r\n\t\t\t\t\t\tselectElements(\".\" + nameSpace + \"aiImg\", el).forEach(updateImgSrc);\r\n\t\t\t\t\t}\r\n\t\t\t\t\tel.style.display = \"block\";\r\n\t\t\t\t} else {\r\n\t\t\t\t\tel.style.display = \"none\";\r\n\t\t\t\t}\r\n\t\t\t});\r\n\r\n\t\t\t\u002F\u002F Initialize lazy loading on first call, if IntersectionObserver is available\r\n\t\t\tif (observer && !visibilityIndex[id]) {\r\n\t\t\t\tif (containerIsVisible(container)) {\r\n\t\t\t\t\t\u002F\u002F Skip IntersectionObserver if graphic is initially visible\r\n\t\t\t\t\t\u002F\u002F Note: We're doing this after artboard visibility is first calculated\r\n\t\t\t\t\t\u002F\u002F\t (above) -- otherwise all artboard images are display:block and the\r\n\t\t\t\t\t\u002F\u002F\t calculated height of the graphic is huge.\r\n\t\t\t\t\t\u002F\u002F TODO: Consider making artboard images position:absolute and setting\r\n\t\t\t\t\t\u002F\u002F\t height as a padding % (calculated from the aspect ratio of the graphic).\r\n\t\t\t\t\t\u002F\u002F\t This will correctly set the initial height of the graphic before\r\n\t\t\t\t\t\u002F\u002F\t an image is loaded.\r\n\t\t\t\t\tvisibilityIndex[id] = 'visible';\r\n\t\t\t\t\tupdateGraphic(container); \u002F\u002F Call again to start loading right away\r\n\t\t\t\t} else {\r\n\t\t\t\t\tvisibilityIndex[id] = 'hidden';\r\n\t\t\t\t\tobserver.observe(container);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfunction containerIsVisible(container) {\r\n\t\t\tvar bounds = container.getBoundingClientRect();\r\n\t\t\treturn bounds.top \u003C window.innerHeight && bounds.bottom \u003E 0;\r\n\t\t}\r\n\r\n\t\t\u002F\u002F Replace blank placeholder image with actual image\r\n\t\t\u002F\u002F (only relevant if use_lazy_loader option is true)\r\n\t\tfunction updateImgSrc(img) {\r\n\t\t\tvar src = img.getAttribute(\"data-src\");\r\n\t\t\tif (src && img.getAttribute(\"src\") != src) {\r\n\t\t\t\timg.setAttribute(\"src\", src);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tfunction onIntersectionChange(entries) {\r\n\t\t\tentries.forEach(function(entry) {\r\n\t\t\t\tif (entry.isIntersecting) {\r\n\t\t\t\t\tvisibilityIndex[entry.target.id] = 'visible';\r\n\t\t\t\t\tobserver.unobserve(entry.target);\r\n\t\t\t\t\tupdateGraphic(entry.target);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\r\n\t\tfunction selectElements(selector, parent) {\r\n\t\t\tvar selection = (parent || document).querySelectorAll(selector);\r\n\t\t\treturn Array.prototype.slice.call(selection);\r\n\t\t}\r\n\r\n\t\tfunction nytOnResize() {\r\n\t\t\t\u002F\u002F TODO: add comments\r\n\t\t\ttry {\r\n\t\t\t\tif (window.parent && window.parent.$) {\r\n\t\t\t\t\twindow.parent.$(\"body\").trigger(\"resizedcontent\", [window]);\r\n\t\t\t\t}\r\n\t\t\t\tdocument.documentElement.dispatchEvent(new Event(\"resizedcontent\"));\r\n\t\t\t\tif (window.require && document.querySelector(\"meta[name=sourceApp]\") && document.querySelector(\"meta[name=sourceApp]\").content == \"nyt-v5\") {\r\n\t\t\t\t\trequire([\"foundation\u002Fmain\"], function() {\r\n\t\t\t\t\t\trequire([\"shared\u002Finteractive\u002Finstances\u002Fapp-communicator\"], function(AppCommunicator) {\r\n\t\t\t\t\t\t\tAppCommunicator.triggerResize();\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t} catch(e) { console.log(e); }\r\n\t\t}\r\n\r\n\t\t\u002F\u002F based on underscore.js\r\n\t\tfunction throttle(func, wait) {\r\n\t\t\tvar _now = Date.now || function() { return +new Date(); },\r\n\t\t\t\t\ttimeout = null, previous = 0;\r\n\t\t\tvar run = function() {\r\n\t\t\t\t\tprevious = _now();\r\n\t\t\t\t\ttimeout = null;\r\n\t\t\t\t\tfunc();\r\n\t\t\t};\r\n\t\t\treturn function() {\r\n\t\t\t\tvar remaining = wait - (_now() - previous);\r\n\t\t\t\tif (remaining \u003C= 0 || remaining \u003E wait) {\r\n\t\t\t\t\tif (timeout) {\r\n\t\t\t\t\t\tclearTimeout(timeout);\r\n\t\t\t\t\t}\r\n\t\t\t\t\trun();\r\n\t\t\t\t} else if (!timeout) {\r\n\t\t\t\t\ttimeout = setTimeout(run, remaining);\r\n\t\t\t\t}\r\n\t\t\t};\r\n\t\t}\r\n\t})(\"nyt-preview\", \"g-\");\r\n\u003C\u002Fscript\u003E\r\n\u003C!-- End ai2html - 2018-09-14 13:34 --\u003E\r\n\u003C!-- Pipeline: 2018-09-14-debt-as-a-share-of-gdp | September 14, 2018, 01:34PM | dad2c5186b9c0b968d766fa279d9ed6b76ce776b --\u003E\r\n","compatibility":"INLINE","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.headline","typename":"CreativeWorkHeadline"},"advertisingProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.displayProperties","typename":"CreativeWorkDisplayProperties"},"bylines":[],"sourceId":"100000006106750","credit":"By The New York Times | Source: Congressional Budget Office","leadin":"Debt as a percentage of gross domestic product tends to increase during recessions and fall during recoveries. But the debt is increasing now, even as the economy is growing, because of tax cuts and spending increases.","note":"","dataSource":"","uri":"nyt:\u002F\u002Fembeddedinteractive\u002F1f511369-8957-5aa0-88ec-346220864536","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.headline":{"default":"Debt as a Share of G.D.P.","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.displayProperties":{"displayForPromotionOnly":true,"maximumWidth":600,"minimumWidth":300,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia":{"__typename":"Image","caption":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.caption","typename":"TextOnlyDocumentBlock"},"crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4","typename":"ImageCrop"}],"promotionalMedia":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.caption":{"text@stripHtml":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-articleLarge.png":{"name":"articleLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdebt-as-a-share-of-gdp-1536946401142\u002Fdebt-as-a-share-of-gdp-1536946401142-articleLarge.png","width":600,"height":434,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-articleLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-thumbLarge.png":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdebt-as-a-share-of-gdp-1536946401142\u002Fdebt-as-a-share-of-gdp-1536946401142-thumbLarge.png","width":150,"height":150,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-thumbLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-square640.png":{"name":"square640","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdebt-as-a-share-of-gdp-1536946401142\u002Fdebt-as-a-share-of-gdp-1536946401142-square640.png","width":640,"height":640,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-square640.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-largeHorizontalJumbo.png":{"name":"largeHorizontalJumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdebt-as-a-share-of-gdp-1536946401142\u002Fdebt-as-a-share-of-gdp-1536946401142-largeHorizontalJumbo.png","width":1024,"height":683,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-largeHorizontalJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-videoLarge.png":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdebt-as-a-share-of-gdp-1536946401142\u002Fdebt-as-a-share-of-gdp-1536946401142-videoLarge.png","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-threeByTwoLargeAt2X.png":{"name":"threeByTwoLargeAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdebt-as-a-share-of-gdp-1536946401142\u002Fdebt-as-a-share-of-gdp-1536946401142-threeByTwoLargeAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-threeByTwoMediumAt2X.png":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdebt-as-a-share-of-gdp-1536946401142\u002Fdebt-as-a-share-of-gdp-1536946401142-threeByTwoMediumAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-threeByTwoSmallAt2X.png":{"name":"threeByTwoSmallAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdebt-as-a-share-of-gdp-1536946401142\u002Fdebt-as-a-share-of-gdp-1536946401142-threeByTwoSmallAt2X.png","width":600,"height":400,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.25.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdebt-as-a-share-of-gdp-1536946401142debt-as-a-share-of-gdp-1536946401142-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.26.content.0":{"__typename":"TextInline","text":"Aside from wartime or a deep downturn like the 1930s or 2008-9, “this sort of aggressive fiscal stimulus is unprecedented in U.S. history,” said Jeffrey Frankel, an economist at Harvard.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.28.content.0":{"__typename":"TextInline","text":"Pouring gasoline on an already hot economy has resulted in faster growth — the economy expanded at an annualized rate of 4.2 percent in the second quarter. But Mr. Frankel warns that when the economy weakens, the government will find it more difficult to cut taxes or increase spending.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.30.content.0":{"__typename":"TextInline","text":"Lawmakers might, in fact, feel compelled to cut spending as tax revenue falls, further depressing the economy. “There will eventually be another recession, and this increases the chances we will have to slam on the brakes when the car is already going too slowly,” Mr. Frankel said.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.32.content.0":{"__typename":"TextInline","text":"Interest costs make it harder for the government to do other things","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media":{"__typename":"EmbeddedInteractive","slug":"expenditures-as-a-share-of-national-budget","html":"\n\u003C!-- Generated by ai2html v0.74.0 - 2018-09-14 14:03 --\u003E\n\u003C!-- ai file: 0916 biz web DEBT CHART 3.ai --\u003E\n\u003C!-- preview: 2018-09-14-expenditures-as-a-share-of-national-budget --\u003E\n\u003C!-- scoop: expenditures-as-a-share-of-national-budget --\u003E\n\u003Cstyle type='text\u002Fcss' media='screen,print'\u003E\n\t#g-0916-biz-web-DEBT-CHART-3-box .g-artboard {\n\t\tmargin:0 auto;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-box .g-artboard p {\n\t\tmargin:0;\n\t}\n\t.g-aiAbs {\n\t\tposition:absolute;\n\t}\n\t.g-aiImg {\n\t\tdisplay:block;\n\t\twidth:100% !important;\n\t}\n\t.g-aiSymbol {\n\t\tposition: absolute;\n\t\tbox-sizing: border-box;\n\t}\n\t.g-aiPointText p { white-space: nowrap; }\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_2 {\n\t\tposition:relative;\n\t\toverflow:hidden;\n\t\twidth:600px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_2 p {\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\n\t\tfont-weight:700;\n\t\tfont-size:13px;\n\t\tline-height:18px;\n\t\theight:auto;\n\t\tfilter:alpha(opacity=100);\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\n\t\topacity:1;\n\t\tletter-spacing:0em;\n\t\ttext-align:left;\n\t\tcolor:rgb(51,51,51);\n\t\ttext-transform:none;\n\t\tpadding-bottom:0;\n\t\tpadding-top:0;\n\t\tmix-blend-mode:normal;\n\t\tfont-style:normal;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle0 {\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle1 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle2 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle3 {\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_2 .g-pstyle4 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_3 {\n\t\tposition:relative;\n\t\toverflow:hidden;\n\t\twidth:300px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_3 p {\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\n\t\tfont-weight:700;\n\t\tfont-size:13px;\n\t\tline-height:18px;\n\t\theight:auto;\n\t\tfilter:alpha(opacity=100);\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\n\t\topacity:1;\n\t\tletter-spacing:0em;\n\t\ttext-align:left;\n\t\tcolor:rgb(51,51,51);\n\t\ttext-transform:none;\n\t\tpadding-bottom:0;\n\t\tpadding-top:0;\n\t\tmix-blend-mode:normal;\n\t\tfont-style:normal;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle0 {\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle1 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle2 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle3 {\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-3-Artboard_3 .g-pstyle4 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\n\u003C\u002Fstyle\u003E\n\n\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-3-box\" class=\"ai2html ai2html-box-v5\"\u003E\n\n\t\u003C!-- Artboard: Artboard_2 --\u003E\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-3-Artboard_2\" class=\"g-artboard\" data-aspect-ratio=\"1.382\" data-min-width=\"600\"\u003E\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-3-Artboard_2-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002Fexpenditures-as-a-share-of-national-budget\u002F3311a2358867f7423b4d30b424829c1ff1228a7a\u002F0916-biz-web-DEBT-CHART-3-Artboard_2.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\n\t\t\u003Cdiv id=\"g-ai0-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.0838%;width:258px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EExpenditures as a share of overall budget\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:94.9686%;width:37px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E15\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;left:5.4133%;width:33px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E%\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:17.5566%;margin-top:-9.2px;left:81.708%;width:90px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003ENet interest\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:17.5566%;margin-top:-9.2px;left:96.8984%;margin-left:-29.5px;width:59px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003E13.0%\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:33.6891%;margin-top:-9.2px;left:81.708%;width:67px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003EDefense\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:34.841%;margin-top:-9.2px;right:94.9686%;width:37px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E10\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:43.825%;margin-top:-9.2px;left:81.708%;width:72px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003EMedicaid\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:50.0371%;margin-top:-9.2px;left:6.8178%;margin-left:-26px;width:52px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003E6.6%\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:60.4108%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E5\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E0\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:6.0116%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;17\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:14.2578%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;18\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:22.5039%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;19\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:30.7793%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;20\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-16\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:39.0255%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;21\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-17\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:47.2716%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;22\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-18\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:55.5179%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;23\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-19\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:63.764%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;24\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-20\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:72.0103%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;25\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-21\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:80.2565%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;26\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-22\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:88.5024%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;27\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-23\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:96.7487%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;28\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\u003C\u002Fdiv\u003E\n\n\t\u003C!-- Artboard: Artboard_3 --\u003E\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-3-Artboard_3\" class=\"g-artboard\" data-aspect-ratio=\"0.691\" data-min-width=\"300\" data-max-width=\"599\"\u003E\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-3-Artboard_3-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002Fexpenditures-as-a-share-of-national-budget\u002F3311a2358867f7423b4d30b424829c1ff1228a7a\u002F0916-biz-web-DEBT-CHART-3-Artboard_3.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\n\t\t\u003Cdiv id=\"g-ai1-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.2844%;width:258px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EExpenditures as a share of overall budget\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:90.0968%;width:37px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E15\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;left:10.2054%;width:33px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E%\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:17.5566%;margin-top:-9.2px;right:13.9762%;width:90px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003ENet interest\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:17.5566%;margin-top:-9.2px;left:87.5494%;width:59px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003E13.0%\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:33.6892%;margin-top:-9.2px;right:14.1158%;width:67px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003EDefense\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:34.841%;margin-top:-9.2px;right:90.0968%;width:37px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E10\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:44.2857%;margin-top:-9.2px;right:14.0525%;width:72px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003EMedicaid\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:56.0265%;margin-top:-9.2px;left:13.3422%;width:52px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003E6.6%\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:60.4108%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E5\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E0\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:10.7111%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;17\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:17.9678%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;18\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:25.2243%;margin-left:-19.5px;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;19\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:32.5394%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;20\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-16\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:39.7959%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;21\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-17\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:47.0526%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;22\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-18\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:54.3093%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;23\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-19\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:61.5658%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;24\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-20\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:68.8225%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;25\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-21\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:76.0791%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;26\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-22\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:83.3357%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;27\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-23\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.9699%;margin-top:-9.2px;left:90.5923%;margin-left:-20px;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;28\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\u003C\u002Fdiv\u003E\n\n\u003C\u002Fdiv\u003E\n\n\u003Cscript type=\"text\u002Fjavascript\"\u003E\n\t(function (scriptEnvironment, nameSpace) {\n\t\t\u002F\u002F Use a sentinel class to ensure that this version of the resizer only initializes once\n\t\tif (document.documentElement.className.indexOf(nameSpace + \"resizer-v5-init\") \u003E -1) return;\n\t\tdocument.documentElement.className += \" \" + nameSpace + \"resizer-v5-init\";\n\t\t\u002F\u002F requires IE9+\n\t\tif (!(\"querySelector\" in document)) return;\n\t\tvar observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;\n\t\tvar visibilityIndex = {}; \u002F\u002F visibility of each graphic, indexed by container id (used with InteractionObserver)\n\n\t\tupdateAllGraphics();\n\t\twindow.addEventListener('nyt:embed:load', updateAllGraphics); \u002F\u002F for nyt vi compatibility\n\t\tdocument.addEventListener(\"DOMContentLoaded\", updateAllGraphics);\n\t\twindow.addEventListener(\"resize\", throttle(updateAllGraphics, 200));\n\n\t\tfunction updateAllGraphics() {\n\t\t\tselectElements(\".ai2html-box-v5\").forEach(updateGraphic);\n\t\t\tif (scriptEnvironment == \"nyt-preview\") {\n\t\t\t\tnytOnResize();\n\t\t\t}\n\t\t}\n\n\t\tfunction updateGraphic(container) {\n\t\t\tvar artboards = selectElements(\".\" + nameSpace + \"artboard[data-min-width]\", container),\n\t\t\t\t\twidth = Math.round(container.getBoundingClientRect().width),\n\t\t\t\t\tid = container.id, \u002F\u002F assume container has an id\n\t\t\t\t\tshowImages = !observer || visibilityIndex[id] == 'visible';\n\n\t\t\t\u002F\u002F Set artboard visibility based on container width\n\t\t\tartboards.forEach(function(el) {\n\t\t\t\tvar minwidth = el.getAttribute(\"data-min-width\"),\n\t\t\t\t\t\tmaxwidth = el.getAttribute(\"data-max-width\");\n\t\t\t\tif (+minwidth \u003C= width && (+maxwidth \u003E= width || maxwidth === null)) {\n\t\t\t\t\tif (showImages) {\n\t\t\t\t\t\tselectElements(\".\" + nameSpace + \"aiImg\", el).forEach(updateImgSrc);\n\t\t\t\t\t}\n\t\t\t\t\tel.style.display = \"block\";\n\t\t\t\t} else {\n\t\t\t\t\tel.style.display = \"none\";\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t\u002F\u002F Initialize lazy loading on first call, if IntersectionObserver is available\n\t\t\tif (observer && !visibilityIndex[id]) {\n\t\t\t\tif (containerIsVisible(container)) {\n\t\t\t\t\t\u002F\u002F Skip IntersectionObserver if graphic is initially visible\n\t\t\t\t\t\u002F\u002F Note: We're doing this after artboard visibility is first calculated\n\t\t\t\t\t\u002F\u002F\t (above) -- otherwise all artboard images are display:block and the\n\t\t\t\t\t\u002F\u002F\t calculated height of the graphic is huge.\n\t\t\t\t\t\u002F\u002F TODO: Consider making artboard images position:absolute and setting\n\t\t\t\t\t\u002F\u002F\t height as a padding % (calculated from the aspect ratio of the graphic).\n\t\t\t\t\t\u002F\u002F\t This will correctly set the initial height of the graphic before\n\t\t\t\t\t\u002F\u002F\t an image is loaded.\n\t\t\t\t\tvisibilityIndex[id] = 'visible';\n\t\t\t\t\tupdateGraphic(container); \u002F\u002F Call again to start loading right away\n\t\t\t\t} else {\n\t\t\t\t\tvisibilityIndex[id] = 'hidden';\n\t\t\t\t\tobserver.observe(container);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfunction containerIsVisible(container) {\n\t\t\tvar bounds = container.getBoundingClientRect();\n\t\t\treturn bounds.top \u003C window.innerHeight && bounds.bottom \u003E 0;\n\t\t}\n\n\t\t\u002F\u002F Replace blank placeholder image with actual image\n\t\t\u002F\u002F (only relevant if use_lazy_loader option is true)\n\t\tfunction updateImgSrc(img) {\n\t\t\tvar src = img.getAttribute(\"data-src\");\n\t\t\tif (src && img.getAttribute(\"src\") != src) {\n\t\t\t\timg.setAttribute(\"src\", src);\n\t\t\t}\n\t\t}\n\n\t\tfunction onIntersectionChange(entries) {\n\t\t\tentries.forEach(function(entry) {\n\t\t\t\tif (entry.isIntersecting) {\n\t\t\t\t\tvisibilityIndex[entry.target.id] = 'visible';\n\t\t\t\t\tobserver.unobserve(entry.target);\n\t\t\t\t\tupdateGraphic(entry.target);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tfunction selectElements(selector, parent) {\n\t\t\tvar selection = (parent || document).querySelectorAll(selector);\n\t\t\treturn Array.prototype.slice.call(selection);\n\t\t}\n\n\t\tfunction nytOnResize() {\n\t\t\t\u002F\u002F TODO: add comments\n\t\t\ttry {\n\t\t\t\tif (window.parent && window.parent.$) {\n\t\t\t\t\twindow.parent.$(\"body\").trigger(\"resizedcontent\", [window]);\n\t\t\t\t}\n\t\t\t\tdocument.documentElement.dispatchEvent(new Event(\"resizedcontent\"));\n\t\t\t\tif (window.require && document.querySelector(\"meta[name=sourceApp]\") && document.querySelector(\"meta[name=sourceApp]\").content == \"nyt-v5\") {\n\t\t\t\t\trequire([\"foundation\u002Fmain\"], function() {\n\t\t\t\t\t\trequire([\"shared\u002Finteractive\u002Finstances\u002Fapp-communicator\"], function(AppCommunicator) {\n\t\t\t\t\t\t\tAppCommunicator.triggerResize();\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} catch(e) { console.log(e); }\n\t\t}\n\n\t\t\u002F\u002F based on underscore.js\n\t\tfunction throttle(func, wait) {\n\t\t\tvar _now = Date.now || function() { return +new Date(); },\n\t\t\t\t\ttimeout = null, previous = 0;\n\t\t\tvar run = function() {\n\t\t\t\t\tprevious = _now();\n\t\t\t\t\ttimeout = null;\n\t\t\t\t\tfunc();\n\t\t\t};\n\t\t\treturn function() {\n\t\t\t\tvar remaining = wait - (_now() - previous);\n\t\t\t\tif (remaining \u003C= 0 || remaining \u003E wait) {\n\t\t\t\t\tif (timeout) {\n\t\t\t\t\t\tclearTimeout(timeout);\n\t\t\t\t\t}\n\t\t\t\t\trun();\n\t\t\t\t} else if (!timeout) {\n\t\t\t\t\ttimeout = setTimeout(run, remaining);\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t})(\"nyt-preview\", \"g-\");\n\u003C\u002Fscript\u003E\n\u003C!-- End ai2html - 2018-09-14 14:03 --\u003E\n\u003C!-- Pipeline: 2018-09-14-expenditures-as-a-share-of-national-budget | September 14, 2018, 02:04PM | 3311a2358867f7423b4d30b424829c1ff1228a7a --\u003E\n","compatibility":"INLINE","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.headline","typename":"CreativeWorkHeadline"},"advertisingProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.displayProperties","typename":"CreativeWorkDisplayProperties"},"bylines":[],"sourceId":"100000006106770","credit":"By The New York Times | Source: Congressional Budget Office","leadin":"Interest payments will make up 13 percent of the federal budget a decade from now, surpassing spending on Medicaid and defense.","note":"","dataSource":"","uri":"nyt:\u002F\u002Fembeddedinteractive\u002F27973d52-5f82-509c-b7a1-bd8323702ed1","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.headline":{"default":"Interest as a Share of the Budget","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.displayProperties":{"displayForPromotionOnly":true,"maximumWidth":600,"minimumWidth":300,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia":{"__typename":"Image","caption":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.caption","typename":"TextOnlyDocumentBlock"},"crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4","typename":"ImageCrop"}],"promotionalMedia":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.caption":{"text@stripHtml":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-articleLarge.png":{"name":"articleLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fexpenditures-as-a-share-of-national-budget-1536946929937\u002Fexpenditures-as-a-share-of-national-budget-1536946929937-articleLarge.png","width":600,"height":434,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-articleLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-thumbLarge.png":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fexpenditures-as-a-share-of-national-budget-1536946929937\u002Fexpenditures-as-a-share-of-national-budget-1536946929937-thumbLarge.png","width":150,"height":150,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-thumbLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-square640.png":{"name":"square640","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fexpenditures-as-a-share-of-national-budget-1536946929937\u002Fexpenditures-as-a-share-of-national-budget-1536946929937-square640.png","width":640,"height":640,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-square640.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-largeHorizontalJumbo.png":{"name":"largeHorizontalJumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fexpenditures-as-a-share-of-national-budget-1536946929937\u002Fexpenditures-as-a-share-of-national-budget-1536946929937-largeHorizontalJumbo.png","width":1024,"height":683,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-largeHorizontalJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-videoLarge.png":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fexpenditures-as-a-share-of-national-budget-1536946929937\u002Fexpenditures-as-a-share-of-national-budget-1536946929937-videoLarge.png","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-threeByTwoLargeAt2X.png":{"name":"threeByTwoLargeAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fexpenditures-as-a-share-of-national-budget-1536946929937\u002Fexpenditures-as-a-share-of-national-budget-1536946929937-threeByTwoLargeAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-threeByTwoMediumAt2X.png":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fexpenditures-as-a-share-of-national-budget-1536946929937\u002Fexpenditures-as-a-share-of-national-budget-1536946929937-threeByTwoMediumAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-threeByTwoSmallAt2X.png":{"name":"threeByTwoSmallAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fexpenditures-as-a-share-of-national-budget-1536946929937\u002Fexpenditures-as-a-share-of-national-budget-1536946929937-threeByTwoSmallAt2X.png","width":600,"height":400,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.33.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessexpenditures-as-a-share-of-national-budget-1536946929937expenditures-as-a-share-of-national-budget-1536946929937-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.34.content.0":{"__typename":"TextInline","text":"Finding the money to pay investors who hold government debt will crimp other parts of the budget. In a decade, interest on the debt will eat up 13 percent of government spending, up from 6.6 percent in 2017.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.36.content.0":{"__typename":"TextInline","text":"“By 2020, we will spend more on interest than we do on kids, including education, food stamps and aid to families,” said Marc Goldwein, senior policy director at the Committee for a Responsible Federal Budget, a research and advocacy organization. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.38.content.0":{"__typename":"TextInline","text":"Interest costs already dwarf spending on many popular programs. For example, grants to students from low-income families for college total roughly $30 billion — about one-tenth of what the government will pay in interest this year. Interest payments will overtake Medicaid in 2020 and the Department of Defense budget in 2023.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.40.content.0":{"__typename":"TextInline","text":"What’s more, the heavy burden of interest payments could make it harder for the government to repair aging infrastructure or take on other big new projects. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.42.content.0":{"__typename":"TextInline","text":"Mr. Trump has called for spending $1 trillion on infrastructure, but Congress has not taken up that idea.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.44.title.0":{"__typename":"TextInline","text":"More about the federal debt and the economy","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"__typename":"Article","promotionalHeadline":"Trump Treasury Chief Considers $100 Billion Tax Cut for Wealthy","promotionalSummary":"A proposal under consideration at the Treasury Department would bypass Congress and use federal regulation to index capital gains for inflation, a $100 billion boost for high earners.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"CreativeWorkHeadline"},"summary":"A proposal under consideration at the Treasury Department would bypass Congress and use federal regulation to index capital gains for inflation, a $100 billion boost for high earners.","section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uL2EzNGQzZDZjLWM3N2YtNTkzMS1iOTUxLTI0MWI0ZTI4NjgxYw==","typename":"Section"},"url":"https:\u002F\u002Fwww.nytimes.com\u002F2018\u002F07\u002F30\u002Fus\u002Fpolitics\u002Ftrump-tax-cuts-rich.html","firstPublished":"2018-07-30T20:33:59.000Z","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Image"},"bylines":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Byline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"default":"Trump Administration Mulls a Unilateral Tax Cut for the Rich","__typename":"CreativeWorkHeadline"},"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uL2EzNGQzZDZjLWM3N2YtNTkzMS1iOTUxLTI0MWI0ZTI4NjgxYw==":{"id":"U2VjdGlvbjpueXQ6Ly9zZWN0aW9uL2EzNGQzZDZjLWM3N2YtNTkzMS1iOTUxLTI0MWI0ZTI4NjgxYw==","displayName":"U.S.","__typename":"Section"},"ImageRendition:images20180731us31dc-tax-print31dc-TAX-alpha-videoLarge.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F31\u002Fus\u002F31dc-tax-print\u002F31dc-TAX-alpha-videoLarge.jpg","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180731us31dc-tax-print31dc-TAX-alpha-mediumThreeByTwo440.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F31\u002Fus\u002F31dc-tax-print\u002F31dc-TAX-alpha-mediumThreeByTwo440.jpg","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180731us31dc-tax-print31dc-TAX-alpha-threeByTwoSmallAt2X.jpg":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F31\u002Fus\u002F31dc-tax-print\u002F31dc-TAX-alpha-threeByTwoSmallAt2X.jpg","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180731us31dc-tax-print31dc-TAX-alpha-videoLarge.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180731us31dc-tax-print31dc-TAX-alpha-mediumThreeByTwo440.jpg","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180731us31dc-tax-print31dc-TAX-alpha-threeByTwoSmallAt2X.jpg","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"crops({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]}).0","typename":"ImageCrop"}],"__typename":"Image"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"displayName":"Alan Rappeport","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"displayName":"Jim Tankersley","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"creators":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Person"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"__typename":"Article","promotionalHeadline":"Trump Tax Cut Is Pushing the Federal Deficit to $1 Trillion","promotionalSummary":"The amount of corporate taxes collected by the federal government has plunged to historically low levels, pushing up the federal budget deficit much faster than economists had predicted.","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"CreativeWorkHeadline"},"summary":"Corporate income tax collections are near a 75-year low, as a share of the economy, after a new law reduced rates and allowed companies to deduct investments immediately. ","section":{"type":"id","generated":false,"id":"Section:U2VjdGlvbjpueXQ6Ly9zZWN0aW9uLzA0MTViMmIwLTUxM2EtNWU3OC04MGRhLTIxYWI3NzBjYjc1Mw==","typename":"Section"},"url":"https:\u002F\u002Fwww.nytimes.com\u002F2018\u002F07\u002F25\u002Fbusiness\u002Ftrump-corporate-tax-cut-deficit.html","firstPublished":"2018-07-25T09:00:12.000Z","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Image"},"bylines":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Byline"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"default":"How the Trump Tax Cut Is Helping to Push the Federal Deficit to $1 Trillion","__typename":"CreativeWorkHeadline"},"ImageRendition:images20180721businesscorptax-75year-low-1532120471295corptax-75year-low-1532120471295-videoLarge.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F21\u002Fbusiness\u002Fcorptax-75year-low-1532120471295\u002Fcorptax-75year-low-1532120471295-videoLarge.png","name":"videoLarge","__typename":"ImageRendition"},"ImageRendition:images20180721businesscorptax-75year-low-1532120471295corptax-75year-low-1532120471295-mediumThreeByTwo440.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F21\u002Fbusiness\u002Fcorptax-75year-low-1532120471295\u002Fcorptax-75year-low-1532120471295-mediumThreeByTwo440.png","name":"mediumThreeByTwo440","__typename":"ImageRendition"},"ImageRendition:images20180721businesscorptax-75year-low-1532120471295corptax-75year-low-1532120471295-threeByTwoSmallAt2X.png":{"url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F07\u002F21\u002Fbusiness\u002Fcorptax-75year-low-1532120471295\u002Fcorptax-75year-low-1532120471295-threeByTwoSmallAt2X.png","name":"threeByTwoSmallAt2X","__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180721businesscorptax-75year-low-1532120471295corptax-75year-low-1532120471295-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180721businesscorptax-75year-low-1532120471295corptax-75year-low-1532120471295-mediumThreeByTwo440.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180721businesscorptax-75year-low-1532120471295corptax-75year-low-1532120471295-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"crops({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]({\"renditionNames\":[\"threeByTwoSmallAt2X\",\"videoLarge\",\"mediumThreeByTwo440\"]}).0","typename":"ImageCrop"}],"__typename":"Image"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"displayName":"Jim Tankersley","__typename":"Person"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]":{"creators":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@[email protected]","typename":"Person"}],"__typename":"Byline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.45.content.0":{"__typename":"TextInline","text":"The U.S. hasn’t faced this issue for years","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.46.content.0":{"__typename":"TextInline","text":"Until recently, ultralow interest rates, set by the Federal Reserve to support the economy, allowed lawmakers to borrow without fretting too much about the cost of that debt. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.48.content.0":{"__typename":"TextInline","text":"But as the economy has strengthened, the Fed has gradually raised rates, starting in December 2015. The central bank is expected to push rates up again on Wednesday, and more increases are in store.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.50.content.0":{"__typename":"TextInline","text":"“When rates went down to record lows, it allowed the government to take on more debt without paying more interest,” Mr. Goldwein said. “That party is ending.”","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media":{"__typename":"EmbeddedInteractive","slug":"10-year-treasury-note","html":"\n\u003C!-- Generated by ai2html v0.74.0 - 2018-09-25 16:50 --\u003E\n\u003C!-- ai file: 0916 biz web DEBT CHART 5.ai --\u003E\n\u003C!-- preview: 2018-09-14-10-year-treasury-note --\u003E\n\u003C!-- scoop: 10-year-treasury-note --\u003E\n\u003Cstyle type='text\u002Fcss' media='screen,print'\u003E\n\t#g-0916-biz-web-DEBT-CHART-5-box .g-artboard {\n\t\tmargin:0 auto;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-box .g-artboard p {\n\t\tmargin:0;\n\t}\n\t.g-aiAbs {\n\t\tposition:absolute;\n\t}\n\t.g-aiImg {\n\t\tdisplay:block;\n\t\twidth:100% !important;\n\t}\n\t.g-aiSymbol {\n\t\tposition: absolute;\n\t\tbox-sizing: border-box;\n\t}\n\t.g-aiPointText p { white-space: nowrap; }\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_2 {\n\t\tposition:relative;\n\t\toverflow:hidden;\n\t\twidth:600px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_2 p {\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\n\t\tfont-weight:500;\n\t\tfont-size:13px;\n\t\tline-height:18px;\n\t\theight:auto;\n\t\tfilter:alpha(opacity=100);\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\n\t\topacity:1;\n\t\tletter-spacing:0em;\n\t\ttext-align:left;\n\t\tcolor:rgb(51,51,51);\n\t\ttext-transform:none;\n\t\tpadding-bottom:0;\n\t\tpadding-top:0;\n\t\tmix-blend-mode:normal;\n\t\tfont-style:normal;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle0 {\n\t\tfont-weight:700;\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle1 {\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle2 {\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle3 {\n\t\tfont-size:11px;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_2 .g-pstyle4 {\n\t\tfont-size:11px;\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_3 {\n\t\tposition:relative;\n\t\toverflow:hidden;\n\t\twidth:300px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_3 p {\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\n\t\tfont-weight:700;\n\t\tfont-size:13px;\n\t\tline-height:18px;\n\t\theight:auto;\n\t\tfilter:alpha(opacity=100);\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\n\t\topacity:1;\n\t\tletter-spacing:0em;\n\t\ttext-align:left;\n\t\tcolor:rgb(51,51,51);\n\t\ttext-transform:none;\n\t\tpadding-bottom:0;\n\t\tpadding-top:0;\n\t\tmix-blend-mode:normal;\n\t\tfont-style:normal;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle0 {\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle1 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle2 {\n\t\tfont-weight:500;\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle3 {\n\t\tfont-weight:500;\n\t\tfont-size:11px;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-5-Artboard_3 .g-pstyle4 {\n\t\tfont-weight:500;\n\t\tfont-size:11px;\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\n\u003C\u002Fstyle\u003E\n\n\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-5-box\" class=\"ai2html ai2html-box-v5\"\u003E\n\n\t\u003C!-- Artboard: Artboard_2 --\u003E\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-5-Artboard_2\" class=\"g-artboard\" data-aspect-ratio=\"1.382\" data-min-width=\"600\"\u003E\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-5-Artboard_2-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002F10-year-treasury-note\u002Fe6a342acf0db9b8a88e9ae36f0db5438e5e5124f\u002F0916-biz-web-DEBT-CHART-5-Artboard_2.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\n\t\t\u003Cdiv id=\"g-ai0-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.0644%;width:196px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EYield on 10-year Treasury note\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E8\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;left:5.4133%;width:33px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E%\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.7232%;margin-top:-9.2px;right:0.1584%;width:70px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003EMONTHLY\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:21.2411%;margin-top:-9.2px;left:37.9228%;margin-left:-42.5px;width:85px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003ERECESSIONS\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:28.6213%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E6\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:47.5106%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E4\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:66.6304%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E2\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:95.0669%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E0\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:7.6353%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;98\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:16.3776%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;00\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:25.1199%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;02\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:33.8621%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;04\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:42.6044%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;06\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:51.3468%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;08\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-16\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:60.0889%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;10\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-17\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:68.8313%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;12\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-18\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:77.5735%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;14\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-19\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:86.3158%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;16\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-20\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:95.058%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;18\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\u003C\u002Fdiv\u003E\n\n\t\u003C!-- Artboard: Artboard_3 --\u003E\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-5-Artboard_3\" class=\"g-artboard\" data-aspect-ratio=\"0.691\" data-min-width=\"300\" data-max-width=\"599\"\u003E\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-5-Artboard_3-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002F10-year-treasury-note\u002Fe6a342acf0db9b8a88e9ae36f0db5438e5e5124f\u002F0916-biz-web-DEBT-CHART-5-Artboard_3.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\n\t\t\u003Cdiv id=\"g-ai1-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.2844%;width:196px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EYield on 10-year Treasury note\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E8\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;left:10.2054%;width:33px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E%\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.7232%;margin-top:-9.2px;right:6.6448%;width:70px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003EMONTHLY\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:21.2411%;margin-top:-9.2px;left:38.8379%;margin-left:-42.5px;width:85px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003ERECESSIONS\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:28.6214%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E6\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:47.5107%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E4\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:66.6305%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E2\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:90.2934%;width:29px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E0\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:12.306%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;98\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:27.6924%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;02\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:43.0788%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;06\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:58.4652%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;10\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:73.8516%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;14\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:89.238%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003E&rsquo;18\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\u003C\u002Fdiv\u003E\n\n\u003C\u002Fdiv\u003E\n\n\u003Cscript type=\"text\u002Fjavascript\"\u003E\n\t(function (scriptEnvironment, nameSpace) {\n\t\t\u002F\u002F Use a sentinel class to ensure that this version of the resizer only initializes once\n\t\tif (document.documentElement.className.indexOf(nameSpace + \"resizer-v5-init\") \u003E -1) return;\n\t\tdocument.documentElement.className += \" \" + nameSpace + \"resizer-v5-init\";\n\t\t\u002F\u002F requires IE9+\n\t\tif (!(\"querySelector\" in document)) return;\n\t\tvar observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;\n\t\tvar visibilityIndex = {}; \u002F\u002F visibility of each graphic, indexed by container id (used with InteractionObserver)\n\n\t\tupdateAllGraphics();\n\t\twindow.addEventListener('nyt:embed:load', updateAllGraphics); \u002F\u002F for nyt vi compatibility\n\t\tdocument.addEventListener(\"DOMContentLoaded\", updateAllGraphics);\n\t\twindow.addEventListener(\"resize\", throttle(updateAllGraphics, 200));\n\n\t\tfunction updateAllGraphics() {\n\t\t\tselectElements(\".ai2html-box-v5\").forEach(updateGraphic);\n\t\t\tif (scriptEnvironment == \"nyt-preview\") {\n\t\t\t\tnytOnResize();\n\t\t\t}\n\t\t}\n\n\t\tfunction updateGraphic(container) {\n\t\t\tvar artboards = selectElements(\".\" + nameSpace + \"artboard[data-min-width]\", container),\n\t\t\t\t\twidth = Math.round(container.getBoundingClientRect().width),\n\t\t\t\t\tid = container.id, \u002F\u002F assume container has an id\n\t\t\t\t\tshowImages = !observer || visibilityIndex[id] == 'visible';\n\n\t\t\t\u002F\u002F Set artboard visibility based on container width\n\t\t\tartboards.forEach(function(el) {\n\t\t\t\tvar minwidth = el.getAttribute(\"data-min-width\"),\n\t\t\t\t\t\tmaxwidth = el.getAttribute(\"data-max-width\");\n\t\t\t\tif (+minwidth \u003C= width && (+maxwidth \u003E= width || maxwidth === null)) {\n\t\t\t\t\tif (showImages) {\n\t\t\t\t\t\tselectElements(\".\" + nameSpace + \"aiImg\", el).forEach(updateImgSrc);\n\t\t\t\t\t}\n\t\t\t\t\tel.style.display = \"block\";\n\t\t\t\t} else {\n\t\t\t\t\tel.style.display = \"none\";\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t\u002F\u002F Initialize lazy loading on first call, if IntersectionObserver is available\n\t\t\tif (observer && !visibilityIndex[id]) {\n\t\t\t\tif (containerIsVisible(container)) {\n\t\t\t\t\t\u002F\u002F Skip IntersectionObserver if graphic is initially visible\n\t\t\t\t\t\u002F\u002F Note: We're doing this after artboard visibility is first calculated\n\t\t\t\t\t\u002F\u002F\t (above) -- otherwise all artboard images are display:block and the\n\t\t\t\t\t\u002F\u002F\t calculated height of the graphic is huge.\n\t\t\t\t\t\u002F\u002F TODO: Consider making artboard images position:absolute and setting\n\t\t\t\t\t\u002F\u002F\t height as a padding % (calculated from the aspect ratio of the graphic).\n\t\t\t\t\t\u002F\u002F\t This will correctly set the initial height of the graphic before\n\t\t\t\t\t\u002F\u002F\t an image is loaded.\n\t\t\t\t\tvisibilityIndex[id] = 'visible';\n\t\t\t\t\tupdateGraphic(container); \u002F\u002F Call again to start loading right away\n\t\t\t\t} else {\n\t\t\t\t\tvisibilityIndex[id] = 'hidden';\n\t\t\t\t\tobserver.observe(container);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfunction containerIsVisible(container) {\n\t\t\tvar bounds = container.getBoundingClientRect();\n\t\t\treturn bounds.top \u003C window.innerHeight && bounds.bottom \u003E 0;\n\t\t}\n\n\t\t\u002F\u002F Replace blank placeholder image with actual image\n\t\t\u002F\u002F (only relevant if use_lazy_loader option is true)\n\t\tfunction updateImgSrc(img) {\n\t\t\tvar src = img.getAttribute(\"data-src\");\n\t\t\tif (src && img.getAttribute(\"src\") != src) {\n\t\t\t\timg.setAttribute(\"src\", src);\n\t\t\t}\n\t\t}\n\n\t\tfunction onIntersectionChange(entries) {\n\t\t\tentries.forEach(function(entry) {\n\t\t\t\tif (entry.isIntersecting) {\n\t\t\t\t\tvisibilityIndex[entry.target.id] = 'visible';\n\t\t\t\t\tobserver.unobserve(entry.target);\n\t\t\t\t\tupdateGraphic(entry.target);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tfunction selectElements(selector, parent) {\n\t\t\tvar selection = (parent || document).querySelectorAll(selector);\n\t\t\treturn Array.prototype.slice.call(selection);\n\t\t}\n\n\t\tfunction nytOnResize() {\n\t\t\t\u002F\u002F TODO: add comments\n\t\t\ttry {\n\t\t\t\tif (window.parent && window.parent.$) {\n\t\t\t\t\twindow.parent.$(\"body\").trigger(\"resizedcontent\", [window]);\n\t\t\t\t}\n\t\t\t\tdocument.documentElement.dispatchEvent(new Event(\"resizedcontent\"));\n\t\t\t\tif (window.require && document.querySelector(\"meta[name=sourceApp]\") && document.querySelector(\"meta[name=sourceApp]\").content == \"nyt-v5\") {\n\t\t\t\t\trequire([\"foundation\u002Fmain\"], function() {\n\t\t\t\t\t\trequire([\"shared\u002Finteractive\u002Finstances\u002Fapp-communicator\"], function(AppCommunicator) {\n\t\t\t\t\t\t\tAppCommunicator.triggerResize();\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} catch(e) { console.log(e); }\n\t\t}\n\n\t\t\u002F\u002F based on underscore.js\n\t\tfunction throttle(func, wait) {\n\t\t\tvar _now = Date.now || function() { return +new Date(); },\n\t\t\t\t\ttimeout = null, previous = 0;\n\t\t\tvar run = function() {\n\t\t\t\t\tprevious = _now();\n\t\t\t\t\ttimeout = null;\n\t\t\t\t\tfunc();\n\t\t\t};\n\t\t\treturn function() {\n\t\t\t\tvar remaining = wait - (_now() - previous);\n\t\t\t\tif (remaining \u003C= 0 || remaining \u003E wait) {\n\t\t\t\t\tif (timeout) {\n\t\t\t\t\t\tclearTimeout(timeout);\n\t\t\t\t\t}\n\t\t\t\t\trun();\n\t\t\t\t} else if (!timeout) {\n\t\t\t\t\ttimeout = setTimeout(run, remaining);\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t})(\"nyt-preview\", \"g-\");\n\u003C\u002Fscript\u003E\n\u003C!-- End ai2html - 2018-09-25 16:50 --\u003E\n\u003C!-- Pipeline: 2018-09-14-10-year-treasury-note | September 25, 2018, 04:51PM | e6a342acf0db9b8a88e9ae36f0db5438e5e5124f --\u003E\n","compatibility":"INLINE","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.headline","typename":"CreativeWorkHeadline"},"advertisingProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.displayProperties","typename":"CreativeWorkDisplayProperties"},"bylines":[],"sourceId":"100000006106857","credit":"By The New York Times | Source: Reuters","leadin":"After bottoming out below 2 percent, the yield on the 10-year Treasury note has climbed to over 3 percent recently.","note":"","dataSource":"","uri":"nyt:\u002F\u002Fembeddedinteractive\u002F943e4e1b-3e67-58d9-ba03-dc74c18e6a8c","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.headline":{"default":"10-Year Treasury Note","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.displayProperties":{"displayForPromotionOnly":true,"maximumWidth":600,"minimumWidth":300,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia":{"__typename":"Image","caption":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.caption","typename":"TextOnlyDocumentBlock"},"crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4","typename":"ImageCrop"}],"promotionalMedia":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.caption":{"text@stripHtml":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-articleLarge.png":{"name":"articleLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002F10-year-treasury-note-1536949005388\u002F10-year-treasury-note-1536949005388-articleLarge.png","width":600,"height":434,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-articleLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-thumbLarge.png":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002F10-year-treasury-note-1536949005388\u002F10-year-treasury-note-1536949005388-thumbLarge.png","width":150,"height":150,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-thumbLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-square640.png":{"name":"square640","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002F10-year-treasury-note-1536949005388\u002F10-year-treasury-note-1536949005388-square640.png","width":640,"height":640,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-square640.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-largeHorizontalJumbo.png":{"name":"largeHorizontalJumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002F10-year-treasury-note-1536949005388\u002F10-year-treasury-note-1536949005388-largeHorizontalJumbo.png","width":1024,"height":683,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-largeHorizontalJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-videoLarge.png":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002F10-year-treasury-note-1536949005388\u002F10-year-treasury-note-1536949005388-videoLarge.png","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-threeByTwoLargeAt2X.png":{"name":"threeByTwoLargeAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002F10-year-treasury-note-1536949005388\u002F10-year-treasury-note-1536949005388-threeByTwoLargeAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-threeByTwoMediumAt2X.png":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002F10-year-treasury-note-1536949005388\u002F10-year-treasury-note-1536949005388-threeByTwoMediumAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-threeByTwoSmallAt2X.png":{"name":"threeByTwoSmallAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002F10-year-treasury-note-1536949005388\u002F10-year-treasury-note-1536949005388-threeByTwoSmallAt2X.png","width":600,"height":400,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.52.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914business10-year-treasury-note-153694900538810-year-treasury-note-1536949005388-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.53.content.0":{"__typename":"TextInline","text":"Since the beginning of the year, the yield on the 10-year Treasury note has risen by more than half a percentage point, to ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.53.content.1":{"__typename":"TextInline","text":"3.1 percent","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.53.content.2":{"__typename":"TextInline","text":". The Congressional Budget Office estimates that the yield will climb to 4.2 percent in 2021. Given that the total public debt of the United States stands at nearly $16 trillion, even a small uptick in rates can cost the government billions.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.55.content.0":{"__typename":"TextInline","text":"There’s no guarantee that these forecasts will prove accurate. If the economy weakens, rates might fall or rise only slightly, reducing interest payments. But rates could also overshoot the budget office forecast.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.0":{"__typename":"TextInline","text":"Some members of Congress want to set the stage for even more red ink. Republicans in the House want to make last year’s tax cuts permanent, instead of letting some of them expire at the end of 2025. That would reduce federal revenue by an additional $631 billion ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.1":{"__typename":"TextInline","text":"over 10 year","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.2":{"__typename":"TextInline","text":"s, according to the ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.3":{"__typename":"TextInline","text":"Tax Policy Center","formats":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.3.formats.0","typename":"LinkFormat"}]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.3.formats.0":{"__typename":"LinkFormat","url":"https:\u002F\u002Fwww.taxpolicycenter.org\u002Fpublications\u002Fanalysis-protecting-family-and-small-business-tax-cuts-act-2018","title":""},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.57.content.4":{"__typename":"TextInline","text":".","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.59.content.0":{"__typename":"TextInline","text":"No, the United States isn’t at risk of becoming the next Greece","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media":{"__typename":"EmbeddedInteractive","slug":"dollar-index","html":"\n\u003C!-- Generated by ai2html v0.74.0 - 2018-09-21 18:43 --\u003E\n\u003C!-- ai file: 0916 biz web DEBT CHART 4.ai --\u003E\n\u003C!-- preview: 2018-09-14-dollar-index --\u003E\n\u003C!-- scoop: dollar-index --\u003E\n\u003Cstyle type='text\u002Fcss' media='screen,print'\u003E\n\t#g-0916-biz-web-DEBT-CHART-4-box .g-artboard {\n\t\tmargin:0 auto;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-box .g-artboard p {\n\t\tmargin:0;\n\t}\n\t.g-aiAbs {\n\t\tposition:absolute;\n\t}\n\t.g-aiImg {\n\t\tdisplay:block;\n\t\twidth:100% !important;\n\t}\n\t.g-aiSymbol {\n\t\tposition: absolute;\n\t\tbox-sizing: border-box;\n\t}\n\t.g-aiPointText p { white-space: nowrap; }\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_2 {\n\t\tposition:relative;\n\t\toverflow:hidden;\n\t\twidth:600px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_2 p {\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\n\t\tfont-weight:500;\n\t\tfont-size:13px;\n\t\tline-height:18px;\n\t\theight:auto;\n\t\tfilter:alpha(opacity=100);\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\n\t\topacity:1;\n\t\tletter-spacing:0em;\n\t\ttext-align:left;\n\t\tcolor:rgb(51,51,51);\n\t\ttext-transform:none;\n\t\tpadding-bottom:0;\n\t\tpadding-top:0;\n\t\tmix-blend-mode:normal;\n\t\tfont-style:normal;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle0 {\n\t\tfont-weight:700;\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle1 {\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle2 {\n\t\tfont-size:11px;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle3 {\n\t\tfont-size:11px;\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_2 .g-pstyle4 {\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_3 {\n\t\tposition:relative;\n\t\toverflow:hidden;\n\t\twidth:300px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_3 p {\n\t\tfont-family:nyt-franklin,arial,helvetica,sans-serif;\n\t\tfont-weight:500;\n\t\tfont-size:13px;\n\t\tline-height:18px;\n\t\theight:auto;\n\t\tfilter:alpha(opacity=100);\n\t\t-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);\n\t\topacity:1;\n\t\tletter-spacing:0em;\n\t\ttext-align:left;\n\t\tcolor:rgb(51,51,51);\n\t\ttext-transform:none;\n\t\tpadding-bottom:0;\n\t\tpadding-top:0;\n\t\tmix-blend-mode:normal;\n\t\tfont-style:normal;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle0 {\n\t\tfont-weight:700;\n\t\theight:18px;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle1 {\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle2 {\n\t\tfont-size:11px;\n\t\theight:18px;\n\t\ttext-align:right;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle3 {\n\t\tfont-size:11px;\n\t\theight:18px;\n\t\ttext-align:center;\n\t}\n\t#g-0916-biz-web-DEBT-CHART-4-Artboard_3 .g-pstyle4 {\n\t\theight:18px;\n\t}\n\n\u003C\u002Fstyle\u003E\n\n\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-4-box\" class=\"ai2html ai2html-box-v5\"\u003E\n\n\t\u003C!-- Artboard: Artboard_2 --\u003E\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-4-Artboard_2\" class=\"g-artboard\" data-aspect-ratio=\"1.382\" data-min-width=\"600\"\u003E\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-4-Artboard_2-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002Fdollar-index\u002F3753490c8fd0afa3e42df37d132f5c87da5e1c36\u002F0916-biz-web-DEBT-CHART-4-Artboard_2.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\n\t\t\u003Cdiv id=\"g-ai0-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.0838%;width:117px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EU.S. Dollar index\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:95.0369%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E140\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.7232%;margin-top:-9.2px;right:0.1584%;width:70px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003EMONTHLY\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:21.2411%;margin-top:-9.2px;left:37.9228%;margin-left:-42.5px;width:85px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003ERECESSIONS\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:28.6213%;margin-top:-9.2px;right:95.0369%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E120\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:47.5106%;margin-top:-9.2px;right:95.0369%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E100\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:66.6304%;margin-top:-9.2px;right:94.9686%;width:37px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E80\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:94.9686%;width:37px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E60\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:7.6353%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;98\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:16.3776%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;00\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:25.1199%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;02\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:33.8621%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;04\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:42.6044%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;06\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:51.3468%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;08\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-15\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:60.0889%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;10\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-16\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:68.8313%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;12\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-17\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:77.5735%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;14\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-18\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:86.3158%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;16\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai0-19\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:95.058%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;18\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\u003C\u002Fdiv\u003E\n\n\t\u003C!-- Artboard: Artboard_3 --\u003E\n\t\u003Cdiv id=\"g-0916-biz-web-DEBT-CHART-4-Artboard_3\" class=\"g-artboard\" data-aspect-ratio=\"0.691\" data-min-width=\"300\" data-max-width=\"599\"\u003E\n\t\t\u003Cimg id=\"g-0916-biz-web-DEBT-CHART-4-Artboard_3-img\" class=\"g-aiImg\" data-src=\"https:\u002F\u002Fstatic01.nyt.com\u002Fnewsgraphics\u002F2018\u002F09\u002F14\u002Fdollar-index\u002F3753490c8fd0afa3e42df37d132f5c87da5e1c36\u002F0916-biz-web-DEBT-CHART-4-Artboard_3.png\" src=\"data:image\u002Fgif;base64,R0lGODlhCgAKAIAAAB8fHwAAACH5BAEAAAAALAAAAAAKAAoAAAIIhI+py+0PYysAOw==\"\u002F\u003E\n\t\t\u003Cdiv id=\"g-ai1-1\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:4.4262%;margin-top:-9.2px;left:0.2844%;width:117px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle0\"\u003EU.S. Dollar index\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-2\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.5016%;margin-top:-9.2px;right:90.2334%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E140\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-3\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:9.7232%;margin-top:-9.2px;right:6.6448%;width:70px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle2\"\u003EMONTHLY\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-4\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:21.2411%;margin-top:-9.2px;left:38.8379%;margin-left:-42.5px;width:85px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle3\"\u003ERECESSIONS\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-5\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:28.6214%;margin-top:-9.2px;right:90.2334%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E120\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-6\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:47.5107%;margin-top:-9.2px;right:90.2334%;width:44px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E100\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-7\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:66.6305%;margin-top:-9.2px;right:90.0968%;width:37px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E80\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-8\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:85.7502%;margin-top:-9.2px;right:90.0968%;width:37px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle1\"\u003E60\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-9\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:12.306%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;98\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-10\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:27.6924%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;02\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-11\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:43.0788%;width:40px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;06\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-12\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:58.4652%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;10\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-13\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:73.8516%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;14\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\t\u003Cdiv id=\"g-ai1-14\" class=\"g-Layer_1 g-aiAbs g-aiPointText\" style=\"top:91.0485%;margin-top:-9.2px;left:89.238%;width:39px;\"\u003E\n\t\t\t\u003Cp class=\"g-pstyle4\"\u003E&rsquo;18\u003C\u002Fp\u003E\n\t\t\u003C\u002Fdiv\u003E\n\t\u003C\u002Fdiv\u003E\n\n\u003C\u002Fdiv\u003E\n\n\u003Cscript type=\"text\u002Fjavascript\"\u003E\n\t(function (scriptEnvironment, nameSpace) {\n\t\t\u002F\u002F Use a sentinel class to ensure that this version of the resizer only initializes once\n\t\tif (document.documentElement.className.indexOf(nameSpace + \"resizer-v5-init\") \u003E -1) return;\n\t\tdocument.documentElement.className += \" \" + nameSpace + \"resizer-v5-init\";\n\t\t\u002F\u002F requires IE9+\n\t\tif (!(\"querySelector\" in document)) return;\n\t\tvar observer = window.IntersectionObserver ? new IntersectionObserver(onIntersectionChange, {}) : null;\n\t\tvar visibilityIndex = {}; \u002F\u002F visibility of each graphic, indexed by container id (used with InteractionObserver)\n\n\t\tupdateAllGraphics();\n\t\twindow.addEventListener('nyt:embed:load', updateAllGraphics); \u002F\u002F for nyt vi compatibility\n\t\tdocument.addEventListener(\"DOMContentLoaded\", updateAllGraphics);\n\t\twindow.addEventListener(\"resize\", throttle(updateAllGraphics, 200));\n\n\t\tfunction updateAllGraphics() {\n\t\t\tselectElements(\".ai2html-box-v5\").forEach(updateGraphic);\n\t\t\tif (scriptEnvironment == \"nyt-preview\") {\n\t\t\t\tnytOnResize();\n\t\t\t}\n\t\t}\n\n\t\tfunction updateGraphic(container) {\n\t\t\tvar artboards = selectElements(\".\" + nameSpace + \"artboard[data-min-width]\", container),\n\t\t\t\t\twidth = Math.round(container.getBoundingClientRect().width),\n\t\t\t\t\tid = container.id, \u002F\u002F assume container has an id\n\t\t\t\t\tshowImages = !observer || visibilityIndex[id] == 'visible';\n\n\t\t\t\u002F\u002F Set artboard visibility based on container width\n\t\t\tartboards.forEach(function(el) {\n\t\t\t\tvar minwidth = el.getAttribute(\"data-min-width\"),\n\t\t\t\t\t\tmaxwidth = el.getAttribute(\"data-max-width\");\n\t\t\t\tif (+minwidth \u003C= width && (+maxwidth \u003E= width || maxwidth === null)) {\n\t\t\t\t\tif (showImages) {\n\t\t\t\t\t\tselectElements(\".\" + nameSpace + \"aiImg\", el).forEach(updateImgSrc);\n\t\t\t\t\t}\n\t\t\t\t\tel.style.display = \"block\";\n\t\t\t\t} else {\n\t\t\t\t\tel.style.display = \"none\";\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t\u002F\u002F Initialize lazy loading on first call, if IntersectionObserver is available\n\t\t\tif (observer && !visibilityIndex[id]) {\n\t\t\t\tif (containerIsVisible(container)) {\n\t\t\t\t\t\u002F\u002F Skip IntersectionObserver if graphic is initially visible\n\t\t\t\t\t\u002F\u002F Note: We're doing this after artboard visibility is first calculated\n\t\t\t\t\t\u002F\u002F\t (above) -- otherwise all artboard images are display:block and the\n\t\t\t\t\t\u002F\u002F\t calculated height of the graphic is huge.\n\t\t\t\t\t\u002F\u002F TODO: Consider making artboard images position:absolute and setting\n\t\t\t\t\t\u002F\u002F\t height as a padding % (calculated from the aspect ratio of the graphic).\n\t\t\t\t\t\u002F\u002F\t This will correctly set the initial height of the graphic before\n\t\t\t\t\t\u002F\u002F\t an image is loaded.\n\t\t\t\t\tvisibilityIndex[id] = 'visible';\n\t\t\t\t\tupdateGraphic(container); \u002F\u002F Call again to start loading right away\n\t\t\t\t} else {\n\t\t\t\t\tvisibilityIndex[id] = 'hidden';\n\t\t\t\t\tobserver.observe(container);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfunction containerIsVisible(container) {\n\t\t\tvar bounds = container.getBoundingClientRect();\n\t\t\treturn bounds.top \u003C window.innerHeight && bounds.bottom \u003E 0;\n\t\t}\n\n\t\t\u002F\u002F Replace blank placeholder image with actual image\n\t\t\u002F\u002F (only relevant if use_lazy_loader option is true)\n\t\tfunction updateImgSrc(img) {\n\t\t\tvar src = img.getAttribute(\"data-src\");\n\t\t\tif (src && img.getAttribute(\"src\") != src) {\n\t\t\t\timg.setAttribute(\"src\", src);\n\t\t\t}\n\t\t}\n\n\t\tfunction onIntersectionChange(entries) {\n\t\t\tentries.forEach(function(entry) {\n\t\t\t\tif (entry.isIntersecting) {\n\t\t\t\t\tvisibilityIndex[entry.target.id] = 'visible';\n\t\t\t\t\tobserver.unobserve(entry.target);\n\t\t\t\t\tupdateGraphic(entry.target);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\tfunction selectElements(selector, parent) {\n\t\t\tvar selection = (parent || document).querySelectorAll(selector);\n\t\t\treturn Array.prototype.slice.call(selection);\n\t\t}\n\n\t\tfunction nytOnResize() {\n\t\t\t\u002F\u002F TODO: add comments\n\t\t\ttry {\n\t\t\t\tif (window.parent && window.parent.$) {\n\t\t\t\t\twindow.parent.$(\"body\").trigger(\"resizedcontent\", [window]);\n\t\t\t\t}\n\t\t\t\tdocument.documentElement.dispatchEvent(new Event(\"resizedcontent\"));\n\t\t\t\tif (window.require && document.querySelector(\"meta[name=sourceApp]\") && document.querySelector(\"meta[name=sourceApp]\").content == \"nyt-v5\") {\n\t\t\t\t\trequire([\"foundation\u002Fmain\"], function() {\n\t\t\t\t\t\trequire([\"shared\u002Finteractive\u002Finstances\u002Fapp-communicator\"], function(AppCommunicator) {\n\t\t\t\t\t\t\tAppCommunicator.triggerResize();\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} catch(e) { console.log(e); }\n\t\t}\n\n\t\t\u002F\u002F based on underscore.js\n\t\tfunction throttle(func, wait) {\n\t\t\tvar _now = Date.now || function() { return +new Date(); },\n\t\t\t\t\ttimeout = null, previous = 0;\n\t\t\tvar run = function() {\n\t\t\t\t\tprevious = _now();\n\t\t\t\t\ttimeout = null;\n\t\t\t\t\tfunc();\n\t\t\t};\n\t\t\treturn function() {\n\t\t\t\tvar remaining = wait - (_now() - previous);\n\t\t\t\tif (remaining \u003C= 0 || remaining \u003E wait) {\n\t\t\t\t\tif (timeout) {\n\t\t\t\t\t\tclearTimeout(timeout);\n\t\t\t\t\t}\n\t\t\t\t\trun();\n\t\t\t\t} else if (!timeout) {\n\t\t\t\t\ttimeout = setTimeout(run, remaining);\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t})(\"nyt-preview\", \"g-\");\n\u003C\u002Fscript\u003E\n\u003C!-- End ai2html - 2018-09-21 18:43 --\u003E\n\u003C!-- Pipeline: 2018-09-14-dollar-index | September 21, 2018, 06:44PM | 3753490c8fd0afa3e42df37d132f5c87da5e1c36 --\u003E\n","compatibility":"INLINE","headline":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.headline","typename":"CreativeWorkHeadline"},"advertisingProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.advertisingProperties","typename":"CreativeWorkAdvertisingProperties"},"displayProperties":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.displayProperties","typename":"CreativeWorkDisplayProperties"},"bylines":[],"sourceId":"100000006106834","credit":"By The New York Times | Source: Reuters","leadin":"The dollar has strengthened even as government borrowing has increased.","note":"","dataSource":"","uri":"nyt:\u002F\u002Fembeddedinteractive\u002Fa299a392-22c7-5402-8602-dd3919c3b661","promotionalMedia":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia","typename":"Image"}},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.headline":{"default":"Dollar Index","__typename":"CreativeWorkHeadline"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.advertisingProperties":{"sensitivity":"SHOW_ADS","__typename":"CreativeWorkAdvertisingProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.displayProperties":{"displayForPromotionOnly":true,"maximumWidth":600,"minimumWidth":300,"__typename":"CreativeWorkDisplayProperties"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia":{"__typename":"Image","caption":{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.caption","typename":"TextOnlyDocumentBlock"},"crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]})":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3","typename":"ImageCrop"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4","typename":"ImageCrop"}],"promotionalMedia":null},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.caption":{"text@stripHtml":"","__typename":"TextOnlyDocumentBlock"},"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-articleLarge.png":{"name":"articleLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdollar-index-1536948400579\u002Fdollar-index-1536948400579-articleLarge.png","width":600,"height":434,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).0":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-articleLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-thumbLarge.png":{"name":"thumbLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdollar-index-1536948400579\u002Fdollar-index-1536948400579-thumbLarge.png","width":150,"height":150,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).1":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-thumbLarge.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-square640.png":{"name":"square640","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdollar-index-1536948400579\u002Fdollar-index-1536948400579-square640.png","width":640,"height":640,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).2":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-square640.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-largeHorizontalJumbo.png":{"name":"largeHorizontalJumbo","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdollar-index-1536948400579\u002Fdollar-index-1536948400579-largeHorizontalJumbo.png","width":1024,"height":683,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).3":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-largeHorizontalJumbo.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-videoLarge.png":{"name":"videoLarge","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdollar-index-1536948400579\u002Fdollar-index-1536948400579-videoLarge.png","width":768,"height":507,"__typename":"ImageRendition"},"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-threeByTwoLargeAt2X.png":{"name":"threeByTwoLargeAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdollar-index-1536948400579\u002Fdollar-index-1536948400579-threeByTwoLargeAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-threeByTwoMediumAt2X.png":{"name":"threeByTwoMediumAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdollar-index-1536948400579\u002Fdollar-index-1536948400579-threeByTwoMediumAt2X.png","width":1024,"height":683,"__typename":"ImageRendition"},"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-threeByTwoSmallAt2X.png":{"name":"threeByTwoSmallAt2X","url":"https:\u002F\u002Fstatic01.nyt.com\u002Fimages\u002F2018\u002F09\u002F14\u002Fbusiness\u002Fdollar-index-1536948400579\u002Fdollar-index-1536948400579-threeByTwoSmallAt2X.png","width":600,"height":400,"__typename":"ImageRendition"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.60.media.promotionalMedia.crops({\"renditionNames\":[\"threeByTwoLargeAt2X\",\"threeByTwoSmallAt2X\",\"videoLarge\",\"largeHorizontalJumbo\",\"articleLarge\",\"master1050\",\"square640\",\"thumbLarge\",\"threeByTwoSmallAt2X\",\"threeByTwoMediumAt2X\",\"threeByTwoLargeAt2X\"]}).4":{"renditions":[{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-videoLarge.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-threeByTwoLargeAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-threeByTwoMediumAt2X.png","typename":"ImageRendition"},{"type":"id","generated":false,"id":"ImageRendition:images20180914businessdollar-index-1536948400579dollar-index-1536948400579-threeByTwoSmallAt2X.png","typename":"ImageRendition"}],"__typename":"ImageCrop"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.61.content.0":{"__typename":"TextInline","text":"Deficit hawks have warned for years that a day of reckoning is coming, exposing the United States to the kind of economic crisis that overtook profligate borrowers in the past like Greece or Argentina.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.63.content.0":{"__typename":"TextInline","text":"But most experts say that isn’t likely because the dollar is the world’s reserve currency. As a result, the United States still has plenty of borrowing capacity left because the Fed can print money with fewer consequences than other central banks. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.65.content.0":{"__typename":"TextInline","text":"And interest rates plunged over the last decade, even as the government turned to the market for trillions each year after the recession. That’s because Treasury bonds are still the favored port of international investors in any economic storm. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.67.content.0":{"__typename":"TextInline","text":"“We exported a financial crisis a decade ago, and the world responded by sending us money,” ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.67.content.1":{"__typename":"TextInline","text":"said","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.67.content.2":{"__typename":"TextInline","text":" William G. Gale, a senior fellow at the Brookings Institution. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.69.content.0":{"__typename":"TextInline","text":"But that privileged position has allowed politicians in both parties to avoid politically painful steps like cutting spending or raising taxes.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.71.content.0":{"__typename":"TextInline","text":"That doesn’t mean rapidly rising interest costs and a bigger deficit won’t eventually catch up with us. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.73.content.0":{"__typename":"TextInline","text":"Charles Schultze, chairman of the Council of Economic Advisers in the Carter administration, once summed up the danger of deficits with a metaphor. “It’s not so much a question of the wolf at the door, but termites in the woodwork.” ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.75.content.0":{"__typename":"TextInline","text":"But Washington doesn’t want to hear about the potential problems","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.76.content.0":{"__typename":"TextInline","text":"Rather than simply splitting along party lines, lawmakers’ attitudes toward the deficit also depend on which party is in power. Republicans pilloried the Obama administration for proposing a large stimulus in the depths of the recession in 2009 and complained about the deficit for years.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.78.content.0":{"__typename":"TextInline","text":"In 2013, Senator Mitch McConnell of Kentucky called the debt and deficit “the transcendent issue of our era.” By 2017, as Senate majority leader, he quickly shepherded the tax cut through Congress.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.80.content.0":{"__typename":"TextInline","text":"Senator James Lankford, an Oklahoma Republican who warned of the deficit’s dangers in the past, nevertheless played down that threat on the Senate floor as the tax billed neared passage. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.82.content.0":{"__typename":"TextInline","text":"“I understand it’s a risk, but I think it’s an appropriate risk to be able to say let’s allow Americans to keep more of their own money to invest in this economy,” he said.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.84.content.0":{"__typename":"TextInline","text":"He also claimed the tax cuts would pay for themselves even as the Congressional Budget Office estimated that they would add $250 billion to the deficit on average from 2019 to 2024. ","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.86.content.0":{"__typename":"TextInline","text":"In an interview, Mr. Lankford insisted that the jury was still out on whether the tax cuts would generate additional revenue, citing the strong economic growth recently.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.88.content.0":{"__typename":"TextInline","text":"While the Republican about-face has been much more striking, Democrats have adjusted their position, too.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.90.content.0":{"__typename":"TextInline","text":"Mr. Warner, the Virginia Democrat, called last year’s tax bill “the worst piece of legislation we have passed since I arrived in the Senate.” In 2009, however, when Congress passed an $800 billion stimulus bill backed by the Obama administration, he called it “a responsible mix of tax cuts and investments that will create jobs.”","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.92.content.0":{"__typename":"TextInline","text":"The difference, Mr. Warner said, was that the economy was near the precipice then.","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.sprinkledBody.content@filterEmpty.93.content.0":{"__typename":"TextInline","text":"“There was virtual unanimity among economists that we needed a stimulus,” he said. “But a $2 trillion tax cut at the end of a business cycle with borrowed money won’t end well.”","formats":[]},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.legacy":{"reviewInformation":"","__typename":"ArticleLegacyData","htmlExtendedAuthorOrArticleInformation":"","htmlInfoBox":""},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0.contactDetails.socialMedia.0":{"type":"url","account":"https:\u002F\u002Fwww.nytimes.com\u002Fby\u002Fnelson-d-schwartz","__typename":"ContactDetailsSocialMedia"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0.contactDetails.socialMedia.1":{"type":"twitter","account":"NelsonSchwartz","__typename":"ContactDetailsSocialMedia"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0.contactDetails":{"socialMedia":[{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0.contactDetails.socialMedia.0","typename":"ContactDetailsSocialMedia"},{"type":"id","generated":true,"id":"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0.contactDetails.socialMedia.1","typename":"ContactDetailsSocialMedia"}],"__typename":"ContactDetails"},"$Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==.bylines.0.creators.0.legacyData":{"htmlShortBiography":"\u003Cp\u003ENelson D. Schwartz has covered economics since 2012. Previously, he wrote about Wall Street and banking, and also served as European economic correspondent in Paris. He joined The Times in 2007 as a feature writer for the Sunday Business section.\u003C\u002Fp\u003E","__typename":"PersonLegacyData"},"ROOT_QUERY":{"workOrLocation({\"id\":\"\u002F2018\u002F09\u002F25\u002Fbusiness\u002Feconomy\u002Fus-government-debt-interest.html\"})":{"type":"id","generated":false,"id":"Article:QXJ0aWNsZTpueXQ6Ly9hcnRpY2xlLzU1NjNiODUxLTNhOGUtNThmNy04ZjY3LTA3MTY2OThjZWJhYQ==","typename":"Article"}}},"config":{"gqlUrl":"https:\u002F\u002Fsamizdat-graphql.nytimes.com\u002Fgraphql\u002Fv2","gqlRequestHeaders":{"nyt-app-type":"project-vi","nyt-app-version":"0.0.3","nyt-token":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlYOpRoYg5X01qAqNyBDM32EI\u002FE77nkFzd2rrVjhdi\u002FVAZfBIrPayyYykIIN+d5GMImm3wg6CmTTkBo7ixmwd7Xv24QSDpjuX0gQ1eqxOEWZ0FHWZWkh4jfLcwqkgKmfHJuvOctEiE\u002FWic5Qrle323SMDKF8sAqClv8VKA8hyrXHbPDAlAaxq3EPOGjJqpHEdWNVg2S0pN62NSmSudT\u002Fap\u002FBqZf7FqsI2cUxv2mUKzmyy+rYwbhd8TRgj1kFprNOaldrluO4dXjubJIY4qEyJY5Dc\u002FF03sGED4AiGBPVYtPh8zscG64yJJ9Njs1ReyUCSX4jYmxoZOnO+6GfXE0s2xQIDAQAB","x-nyt-continent":"NA","x-nyt-country":"US","x-nyt-region":"AL","x-nyt-gmt-offset":"-600"},"gqlFetchTimeout":4000,"disablePersistedQueries":false,"serviceWorkerFile":"service-worker-test-1551225575917.js","initialDeviceType":"desktop","abraTest":{}},"ssrQuery":{},"externalAssets":[]};
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ !function(s){function e(e){for(var t,r,d=e[0],a=e[1],c=e[2],n=0,o=[];n<d.length;n++)r=d[n],l[r]&&o.push(l[r][0]),l[r]=0;for(t in a)Object.prototype.hasOwnProperty.call(a,t)&&(s[t]=a[t]);for(p&&p(e);o.length;)o.shift()();return f.push.apply(f,c||[]),i()}function i(){for(var e,t=0;t<f.length;t++){for(var r=f[t],d=!0,a=1;a<r.length;a++){var c=r[a];0!==l[c]&&(d=!1)}d&&(f.splice(t--,1),e=u(u.s=r[0]))}return e}var r={},b={8:0},l={8:0},f=[];function u(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return s[e].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(f){var e=[];b[f]?e.push(b[f]):0!==b[f]&&{13:1,23:1,30:1,36:1}[f]&&e.push(b[f]=new Promise(function(e,d){for(var t=({1:"vendors~answerpage~audio~byline~collections~home~hubpage~paidpost~reviews~search~slideshow~story~tim~23412e0e",2:"answerpage~byline~collections~hubpage~reviews~search~slideshow~timeswire~trending~weddings",3:"answerpage~hubpage~search~timeswire~weddings",4:"vendors~audio~home~paidpost~story~trending",5:"vendors~audio~home~paidpost~story",6:"byline~your-list",7:"newsletter~regilite",9:"answerpage",10:"audio",11:"byline",12:"collections",13:"comments",14:"getstarted",15:"home",16:"hubpage",19:"newsletter",20:"newsletters",21:"paidpost",22:"privacy",23:"recirculation",24:"regilite",25:"reviews",26:"search",27:"slide",28:"slideshow",29:"stickyfilljs",30:"story",31:"timeswire",32:"trending",33:"vendors~collections",34:"vendors~getstarted",35:"vendors~slideshow",36:"weddings",37:"your-list"}[f]||f)+"-"+{1:"31d6cfe0d16ae931b73c",2:"31d6cfe0d16ae931b73c",3:"31d6cfe0d16ae931b73c",4:"31d6cfe0d16ae931b73c",5:"31d6cfe0d16ae931b73c",6:"31d6cfe0d16ae931b73c",7:"31d6cfe0d16ae931b73c",9:"31d6cfe0d16ae931b73c",10:"31d6cfe0d16ae931b73c",11:"31d6cfe0d16ae931b73c",12:"31d6cfe0d16ae931b73c",13:"bd0b5475a3386d2edf5e",14:"31d6cfe0d16ae931b73c",15:"31d6cfe0d16ae931b73c",16:"31d6cfe0d16ae931b73c",19:"31d6cfe0d16ae931b73c",20:"31d6cfe0d16ae931b73c",21:"31d6cfe0d16ae931b73c",22:"31d6cfe0d16ae931b73c",23:"0bf326d1cb2aaa1d6a66",24:"31d6cfe0d16ae931b73c",25:"31d6cfe0d16ae931b73c",26:"31d6cfe0d16ae931b73c",27:"31d6cfe0d16ae931b73c",28:"31d6cfe0d16ae931b73c",29:"31d6cfe0d16ae931b73c",30:"c2f71b82852b3b6d2cae",31:"31d6cfe0d16ae931b73c",32:"31d6cfe0d16ae931b73c",33:"31d6cfe0d16ae931b73c",34:"31d6cfe0d16ae931b73c",35:"31d6cfe0d16ae931b73c",36:"9e51dcb64d66fd0dcd9f",37:"31d6cfe0d16ae931b73c"}[f]+".css",a=u.p+t,r=document.getElementsByTagName("link"),c=0;c<r.length;c++){var n=(s=r[c]).getAttribute("data-href")||s.getAttribute("href");if("stylesheet"===s.rel&&(n===t||n===a))return e()}var o=document.getElementsByTagName("style");for(c=0;c<o.length;c++){var s;if((n=(s=o[c]).getAttribute("data-href"))===t||n===a)return e()}var i=document.createElement("link");i.rel="stylesheet",i.type="text/css",i.onload=e,i.onerror=function(e){var t=e&&e.target&&e.target.src||a,r=new Error("Loading CSS chunk "+f+" failed.\n("+t+")");r.request=t,delete b[f],i.parentNode.removeChild(i),d(r)},i.href=a,document.getElementsByTagName("head")[0].appendChild(i)}).then(function(){b[f]=0}));var t,r=l[f];if(0!==r)if(r)e.push(r[2]);else{var d=new Promise(function(e,t){r=l[f]=[e,t]});e.push(r[2]=d);var a,c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=u.p+""+({1:"vendors~answerpage~audio~byline~collections~home~hubpage~paidpost~reviews~search~slideshow~story~tim~23412e0e",2:"answerpage~byline~collections~hubpage~reviews~search~slideshow~timeswire~trending~weddings",3:"answerpage~hubpage~search~timeswire~weddings",4:"vendors~audio~home~paidpost~story~trending",5:"vendors~audio~home~paidpost~story",6:"byline~your-list",7:"newsletter~regilite",9:"answerpage",10:"audio",11:"byline",12:"collections",13:"comments",14:"getstarted",15:"home",16:"hubpage",19:"newsletter",20:"newsletters",21:"paidpost",22:"privacy",23:"recirculation",24:"regilite",25:"reviews",26:"search",27:"slide",28:"slideshow",29:"stickyfilljs",30:"story",31:"timeswire",32:"trending",33:"vendors~collections",34:"vendors~getstarted",35:"vendors~slideshow",36:"weddings",37:"your-list"}[t=f]||t)+"-"+{1:"cf3d06cc205cbab76cc6",2:"695085c3b95a0b3062dc",3:"adb69d32613cebdb8763",4:"ad28408ffcfe728262f1",5:"3a48a154dc74332f3715",6:"69e102137f5b3c13791a",7:"a307a6a3734818b95a52",9:"feb37a0cae78ec3454a5",10:"7ae270294dc5127a8023",11:"c531aa5897e53ad02164",12:"04354c54c976531a2493",13:"d76fdea4ac7f3b0511d9",14:"02579f11c43cc96d3245",15:"b1376dbb390dba1f45b0",16:"8df64d517b9336c5fdc7",19:"39f7c61b900c78aa1cd5",20:"a53b83e2fc69b07ba9ba",21:"e3517d4b960328561cde",22:"4ceba937c7af8d3e8bda",23:"8c9606ce1361269935b4",24:"d2117a73296a4c317a95",25:"5ebe9de932618c566453",26:"eb1fb870df308285dec7",27:"33ca9863a256583f6fc9",28:"1ed4722d7f93bda68662",29:"e6b8e69cbb7eae83c6cf",30:"001d14ee0c0d56abdf45",31:"ab6612f37b12740c1e30",32:"8b81d2cd6c2326e0c0ce",33:"aa3f1b78f44cf9b9dcac",34:"48db96f1efd43f8902d4",35:"816209e0f10fd5f52950",36:"e59145f5d6c8eb4ba02e",37:"67439e348c6138b3eb99"}[t]+".js",a=function(e){c.onerror=c.onload=null,clearTimeout(n);var t=l[f];if(0!==t){if(t){var r=e&&("load"===e.type?"missing":e.type),d=e&&e.target&&e.target.src,a=new Error("Loading chunk "+f+" failed.\n("+r+": "+d+")");a.type=r,a.request=d,t[1](a)}l[f]=void 0}};var n=setTimeout(function(){a({type:"timeout",target:c})},12e4);c.onerror=c.onload=a,document.head.appendChild(c)}return Promise.all(e)},u.m=s,u.c=r,u.d=function(e,t,r){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(t,e){if(1&e&&(t=u(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(u.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var d in t)u.d(r,d,function(e){return t[e]}.bind(null,d));return r},u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="/vi-assets/static-assets/",u.oe=function(e){throw console.error(e),e};var t=window.webpackJsonp=window.webpackJsonp||[],d=t.push.bind(t);t.push=e,t=t.slice();for(var a=0;a<t.length;a++)e(t[a]);var p=d;i()}([]);
+ //# sourceMappingURL=runtime-868be1a9e98d7fb1c782.js.map
+ ]]>
+ </script>
+ <script defer="defer" src="/vi-assets/static-assets/vendor-d51751135f37523a83e1.js"></script>
+ <script defer="defer" src="/vi-assets/static-assets/main-4d98e4226a600a92612c.js"></script>
+ <script>
+ <![CDATA[
+
+ (function(w, l) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ })(window, 'dataLayer');
+ (function(){
+ var url = 'https://et.nytimes.com/pixel' +
+ '?url=' + window.location.href +
+ '&referrer=' + document.referrer +
+ '&subject=module-interactions' +
+ '&moduleData=%7B%22module%22%3A%22nyt-vi-page-pixel%22%2C%22pgType%22%3A%22%22%2C%22eventName%22%3A%22Impression%22%2C%22action%22%3A%22Impression%22%7D' +
+ '&sourceApp=nyt-vi&instant=1' +
+ '&_=' + Date.now();
+ var img = document.createElement('img');
+ img.src = url;
+ img.style.cssText = 'position: absolute; z-index: -999999; left: -1000px; top: -1000px;';
+ document.body.appendChild(img);
+ })();
+ ]]>
+ </script>
+ <script defer="defer" src="https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&amp;gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&amp;gtm_preview=env-130&amp;gtm_cookies_win=x"></script> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P528B3&amp;gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&amp;gtm_preview=env-130&amp;gtm_cookies_win=x" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+ <div id="RavenInstaller">
+ <script>
+ <![CDATA[
+ if (window.INSTALL_RAVEN) {
+ window.addEventListener('load', function(event) {
+ var includeRaven = document.getElementById("RavenInstaller");
+ var script = document.createElement("script");
+ script.src = "/vi-assets/static-assets/raven.min-830a6d04a55c283934dd1893d6ddc66d.js";
+ script.onload = function() {
+ /* eslint-disable */
+ // Install Raven
+ window.Raven.config('https://[email protected]/178860', {
+ release: vi.env.RELEASE,
+ environment: vi.env.ENVIRONMENT,
+ ignoreErrors: [/SecurityError: Blocked a frame with origin.*/]
+ }).install(); // Stop using our error handler
+
+ window.nyt_errors.ravenInstalled = true;
+ var regex = /nyt-a=(.*?)(;|$)/;
+ var id = regex.exec(document.cookie);
+
+ if (id !== null) {
+ id = id[1];
+ } else {
+ id = '';
+ } // Setting nyt-a as user context
+
+
+ window.Raven.setUserContext({
+ id: id
+ }); // Pass collected errors to Raven
+
+ window.nyt_errors.list.forEach(function (err) {
+ // weird?
+ if (!err) {
+ return;
+ } // also weird ... ?
+
+
+ if (!err.err) {
+ // maybe err itself is an Error?
+ if (err instanceof Error) {
+ window.Raven.captureException(err, err.data || {});
+ } // else { silently ignore? }
+
+ } // just making sure ...
+
+
+ if (err.err instanceof Error) {
+ window.Raven.captureException(err.err, err.data || {});
+ } // else { silently ignore? }
+
+ }); // Pass collected Tags to Raven
+
+ window.nyt_errors.tags.forEach(function (tag) {
+ window.Raven.setTagsContext(tag);
+ });
+ };
+ includeRaven.appendChild(script);
+ });
+ }
+ ]]>
+ </script>
+ </div>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json
new file mode 100644
index 0000000..d36dede
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json
@@ -0,0 +1,48 @@
+[
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895093-631461272.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894842-1217674167.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894971-1486345289.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894979-1252095111.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387971416-4261675924.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387971406-2480195851.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894752-3567294980.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894771-2897027724.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894778-2035483089.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387897405-3236217457.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894848-3695967443.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894863-3269042540.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894868-3997219746.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894873-1524806724.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894788-105924953.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894798-1063855065.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894807-309560703.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894882-1881930036.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894887-407829597.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894857-470378275.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895099-4119123008.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387971426-4277312474.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387971436-2828193592.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894823-4061326865.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894911-3706194096.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894894-1173705525.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894901-1058040075.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894925-1582979930.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894989-1689510758.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894933-2886337976.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895113-4041265313.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894940-3359449338.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895106-1387217970.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894947-2636431527.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894956-618198074.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894961-2201609427.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387971396-2999285851.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387894999-1588465034.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895007-4184988815.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895016-2193615729.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895047-92554161.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387971446-966387512.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895036-848978834.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895067-717977929.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895083-1227791497.jpg",
+ "http:\/\/pic.pimg.tw\/stevenhgm\/1387895075-2647157523.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json
new file mode 100644
index 0000000..5776867
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "\u53f2\u8482\u6587\u7684\u5bb6_\u85cd\u5929 (stevenhgm)",
+ "Direction": null,
+ "Excerpt": "\u4e00\u6ce2\u6ce2\u63a5\u7e8c\u6027\u4f4e\u6eab\u5bd2\u6d41\u5831\u5230 \u5df2\u5c07\u65b0\u7af9\u5c16\u77f3\u9109\u5f8c\u5c71\u4e00\u5e36\u5c64\u5c64\u5c71\u5dd2\u62ab\u4e0a\u5ae3\u7d05\u7684\u5f69\u8863 \u7389\u5cf0\u9053\u8def\u4e00\u8def\u4e0a\u96f2\u6c23\u5c71\u5d50\u6eef\u7559\u5c71\u982d \u9806\u8def\u4e0b\u5207\u873f\u8712\u9053\u8def\u5f8c\u4e0d\u4e45\u5373\u62b5\u9054\u4f86\u5230\"\u7389\u5cf0\u570b\u5c0f\" \"\u7f8e\u6a39\"\u7f8e",
+ "Image": "http:\/\/pic.pimg.tw\/stevenhgm\/1387895093-631461272.jpg",
+ "Title": "\u65b0\u7af9\u5c16\u77f3_\u7f8e\u6a39\u71df\u5730\u8cde\u6953 (2) @ \u53f2\u8482\u6587\u7684\u5bb6_\u85cd\u5929 :: \u75de\u5ba2\u90a6 PIXNET ::",
+ "SiteName": "\u53f2\u8482\u6587\u7684\u5bb6_\u85cd\u5929"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html
new file mode 100644
index 0000000..80a2e4a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html
@@ -0,0 +1,280 @@
+<div id="article-content-inner">
+ <p>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="12-IMG_3886.jpg" src="http://pic.pimg.tw/stevenhgm/1387894842-1217674167.jpg" alt="12-IMG_3886.jpg" original="http://pic.pimg.tw/stevenhgm/1387894842-1217674167.jpg" width="521" height="359"></a>
+ </p>
+ <p><span>一波波<span>接續性</span>低溫寒流報到 已將新竹尖石鄉後山一帶層層山巒披上嫣紅的彩衣</span>
+ </p>
+ <p><span>玉峰道路一路上雲氣山嵐滯留山頭 順路下切<span>蜿蜒道路<span>後不久即抵達</span>來到</span>"玉峰國小"</span>
+ </p>
+ <p><span>"美樹"美如其名偌大楓香樹早已呈現金黃 泛紅色彩也是愛攝人仕所喜愛造訪之地</span></p>
+ <p><span>第二次造訪美樹發現到營區變了 印象中以前生冷招牌換成了<span>原木招牌可謂</span>匠心獨運</span>
+ </p>
+ <p><span>燻黑<span>原木</span>加上金黃色醒目字體 加上了貓頭鷹原木創作也充分發揮了裝飾藝術功力</span>
+ </p>
+ <p><span><span><span>營區內</span></span>除了露營、民宿、餐飲</span><span><span>、</span>賞楓項目<span>多了許多原木飾品更有畫龍點睛加乘效果</span></span>
+ </p>
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470396919"><img title="30-IMG_4228.jpg" src="http://pic.pimg.tw/stevenhgm/1387894971-1486345289.jpg" alt="30-IMG_4228.jpg" original="http://pic.pimg.tw/stevenhgm/1387894971-1486345289.jpg"></a></span></p>
+ <p><span>廣受歡迎的美樹營地有個很大特色就是<span>楓紅時期楓香樹由綠轉黃、轉紅到楓紅層層</span> </span>
+ </p>
+ <p><span><span>一來到"美樹"馬上眼睛為之一亮 也會深深地為那</span></span><span><span>多種顏色多層次渲染之下楓紅而迷惑</span></span>
+ </p>
+ <p><span><span><span><span>不同格調</span></span>就是從入口處這塊招牌<span><span><span><span>第一眼<span><span><span><span>開始</span></span>
+ </span>
+ </span> 木頭招牌</span>
+ </span>
+ </span>
+ </span>、貓頭鷹裝飾品勾勒出美樹的風格</span>
+ </span>
+ </p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470396943"><img title="31-IMG_4231.jpg" src="http://pic.pimg.tw/stevenhgm/1387894979-1252095111.jpg" alt="31-IMG_4231.jpg" original="http://pic.pimg.tw/stevenhgm/1387894979-1252095111.jpg"></a></span></p>
+ <p><span> 每年12月向來是攝影班外拍的絕佳場所之一 楓紅期間入園費$50元</span></p>
+ <p><span>園區給愛攝一族淨空場景而不是散搭帳蓬之下反</span><span>而影響拍照畫面與構圖取景</span></p>
+ <p><span>露營的話則須待中午過後再進場搭帳的彈性做法個人也相當支持這樣的權宜之計</span></p>
+
+
+ <p><span> </span>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610088.jpg" src="http://pic.pimg.tw/stevenhgm/1387971416-4261675924.jpg" alt="P1610088.jpg" original="http://pic.pimg.tw/stevenhgm/1387971416-4261675924.jpg"></a>
+ </p>
+ <p> <span>來到現場已是落葉飄飄堆疊滿地 不時隨著風吹雨襲而葉落垂地</span></p>
+
+
+ <p><span> </span>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610069.jpg" src="http://pic.pimg.tw/stevenhgm/1387971406-2480195851.jpg" alt="P1610069.jpg" original="http://pic.pimg.tw/stevenhgm/1387971406-2480195851.jpg"></a>
+ </p>
+ <p><span>不忍踩過剛剛掉落的樹葉 沿著前人足跡踏痕輕踩而行</span></p>
+ <p><span>雖然只是一廂情願的想法 終究還是不可避免地將會化為塵土</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470383005"><img title="02-P1610080.jpg" src="http://pic.pimg.tw/stevenhgm/1387894752-3567294980.jpg" alt="02-P1610080.jpg" original="http://pic.pimg.tw/stevenhgm/1387894752-3567294980.jpg"></a> </span></p>
+ <p><span> 葉落繽紛顯得幾分蕭瑟氣息 空氣中可以嗅得出來<span>依然</span>瀰漫著濕寒水氣</span>
+ </p>
+ <p><span>偶而還會飄下來一些霧氣水滴 不時張望尋找最佳楓葉主題</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470384469"><img title="04-P1610087.jpg" src="http://pic.pimg.tw/stevenhgm/1387894771-2897027724.jpg" alt="04-P1610087.jpg" original="http://pic.pimg.tw/stevenhgm/1387894771-2897027724.jpg"></a></span></p>
+ <p><span> 外拍的攝影班學員一堆早已不時穿梭其間</span></p>
+ <p><span>各自努力地找尋自認為最好的拍攝角度</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470384925"><img title="05-P1610099.jpg" src="http://pic.pimg.tw/stevenhgm/1387894778-2035483089.jpg" alt="05-P1610099.jpg" original="http://pic.pimg.tw/stevenhgm/1387894778-2035483089.jpg"></a></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610095.jpg" src="http://pic.pimg.tw/stevenhgm/1387897405-3236217457.jpg" alt="P1610095.jpg" original="http://pic.pimg.tw/stevenhgm/1387897405-3236217457.jpg"></a></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470389803"><img title="13-IMG_3891.jpg" src="http://pic.pimg.tw/stevenhgm/1387894848-3695967443.jpg" alt="13-IMG_3891.jpg" original="http://pic.pimg.tw/stevenhgm/1387894848-3695967443.jpg"></a></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470390760"><img title="15-IMG_3906.jpg" src="http://pic.pimg.tw/stevenhgm/1387894863-3269042540.jpg" alt="15-IMG_3906.jpg" original="http://pic.pimg.tw/stevenhgm/1387894863-3269042540.jpg"></a></span></p>
+ <p><span>"水槽"上面的這幾隻彩繪版貓頭鷹也太可愛了</span></p>
+ <p><span>同樣的造型加上不同色彩宛如賦予不同的生命力一般 cool!</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470391000"><img title="16-IMG_3916.jpg" src="http://pic.pimg.tw/stevenhgm/1387894868-3997219746.jpg" alt="16-IMG_3916.jpg" original="http://pic.pimg.tw/stevenhgm/1387894868-3997219746.jpg"></a></span></p>
+ <p><span> 雨水洗塵後的枝頭固然掉落些葉片是否也洗去塵勞憂傷</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470391519"><img title="17-IMG_3919.jpg" src="http://pic.pimg.tw/stevenhgm/1387894873-1524806724.jpg" alt="17-IMG_3919.jpg" original="http://pic.pimg.tw/stevenhgm/1387894873-1524806724.jpg"></a></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470385711"><img title="06-IMG_3853.jpg" src="http://pic.pimg.tw/stevenhgm/1387894788-105924953.jpg" alt="06-IMG_3853.jpg" original="http://pic.pimg.tw/stevenhgm/1387894788-105924953.jpg"></a></span></p>
+ <p><span> 喜歡拍照的不論是平面掃描、天空搜尋、</span><span>地上地毯式搜索</span></p>
+ <p><span>有如小說偵探一般 不放過蛛絲馬跡地用力尋尋覓覓找尋最美角度</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470386749"><img title="07-P1610104.jpg" src="http://pic.pimg.tw/stevenhgm/1387894798-1063855065.jpg" alt="07-P1610104.jpg" original="http://pic.pimg.tw/stevenhgm/1387894798-1063855065.jpg"></a></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470387232"><img title="08-IMG_3862.jpg" src="http://pic.pimg.tw/stevenhgm/1387894807-309560703.jpg" alt="08-IMG_3862.jpg" original="http://pic.pimg.tw/stevenhgm/1387894807-309560703.jpg"></a></span></p>
+ <p><span> 原本這周是由小朱團長早在一年前就跟"簍信"預定下來的場子</span></p>
+ <p><span>早上從台北出門之際還是小雨不斷細雨紛飛來到此地雖雨已停</span></p>
+ <p><span>但多日來的雨勢不斷已有部分區域水漬成攤並不適合落置帳篷</span></p>
+ <p><span><span>這個季節正是"控溪吊橋"一帶的楓紅變葉時刻 先行走一趟<span><span>秀巒賞景</span></span>
+ </span>
+ </span>
+ </p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470391732"><img title="18-P1610141.jpg" src="http://pic.pimg.tw/stevenhgm/1387894882-1881930036.jpg" alt="18-P1610141.jpg" original="http://pic.pimg.tw/stevenhgm/1387894882-1881930036.jpg"></a></span></p>
+ <p><span>午後從"秀巒"回到美樹之際已經全數撤退只剩下我們三車留下來</span></p>
+ <p><span>唯有"離開地球表面"睡車上的才可以不受到地上泥濘而影響</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470392077"><img title="19-IMG_3933.jpg" src="http://pic.pimg.tw/stevenhgm/1387894887-407829597.jpg" alt="19-IMG_3933.jpg" original="http://pic.pimg.tw/stevenhgm/1387894887-407829597.jpg"></a></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470390364"><img title="14-P1610134.jpg" src="http://pic.pimg.tw/stevenhgm/1387894857-470378275.jpg" alt="14-P1610134.jpg" original="http://pic.pimg.tw/stevenhgm/1387894857-470378275.jpg"></a></span></p>
+ <p><span> 午後山嵐興起雲氣遊蕩<span>盤旋在對岸山頭 人潮來來去去似乎也沒有減少</span></span>
+ </p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470403381"><img title="44-P1610283.jpg" src="http://pic.pimg.tw/stevenhgm/1387895099-4119123008.jpg" alt="44-P1610283.jpg" original="http://pic.pimg.tw/stevenhgm/1387895099-4119123008.jpg"></a></span></p>
+ <p><span> 美樹民宿有開設餐廳 室內簡單佈置提供伙食餐飲 <br></span></p>
+
+
+ <p>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610212.jpg" src="http://pic.pimg.tw/stevenhgm/1387971426-4277312474.jpg" alt="P1610212.jpg" original="http://pic.pimg.tw/stevenhgm/1387971426-4277312474.jpg"></a>
+ </p>
+ <p> <span>這兩間是民宿房間 跟著民宿主人"簍信"聊起來還提到日後將改變成兩層木屋</span></p>
+ <p><span>一樓則是咖啡飲料/賣店提供訪客來賓有個落腳席座之地 二樓才會是民宿房間</span></p>
+ <p><span>心中有了計畫想法才會有日後的夢想藍圖 相信將會改變得更好的民宿露營環境<br></span></p>
+
+ <p>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610219.jpg" src="http://pic.pimg.tw/stevenhgm/1387971436-2828193592.jpg" alt="P1610219.jpg" original="http://pic.pimg.tw/stevenhgm/1387971436-2828193592.jpg"></a>
+ </p>
+ <p><span> 民宿前這一大區楓香林為土質營位 大致區分前、後兩個營區</span></p>
+ <p><span>前面這一區約可搭上十二帳/車/廳 後面那區也大約4~5帳/車/廳</span></p>
+ <p><span>正前方小木屋即是衛浴區 男女分別以左右<span>兩側</span>分開(燒材鍋爐)</span>
+ </p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470388054"><img title="10-P1610114.jpg" src="http://pic.pimg.tw/stevenhgm/1387894823-4061326865.jpg" alt="10-P1610114.jpg" original="http://pic.pimg.tw/stevenhgm/1387894823-4061326865.jpg"></a></span></p>
+ <p><span> 營區水電方便 水槽也很有特色</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470393178"><img title="22-P1610245.jpg" src="http://pic.pimg.tw/stevenhgm/1387894911-3706194096.jpg" alt="22-P1610245.jpg" original="http://pic.pimg.tw/stevenhgm/1387894911-3706194096.jpg"></a></span></p>
+ <p><span> 這次選擇左側地勢高些以防午夜下雨泥濘</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470392404"><img title="20-P1610238.jpg" src="http://pic.pimg.tw/stevenhgm/1387894894-1173705525.jpg" alt="20-P1610238.jpg" original="http://pic.pimg.tw/stevenhgm/1387894894-1173705525.jpg"></a></span></p>
+ <p><span> "野馬"特地帶來了冬至應景食材ㄜ<span>---湯圓</span></span>
+ </p>
+ <p><span>這家還是最近被評比第一名氣的湯圓專賣店 </span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470393130"><img title="21-P1610241.jpg" src="http://pic.pimg.tw/stevenhgm/1387894901-1058040075.jpg" alt="21-P1610241.jpg" original="http://pic.pimg.tw/stevenhgm/1387894901-1058040075.jpg"></a></span></p>
+ <p><span> 向來對於湯圓是敬謝不敏 沒想到是出乎意料之外的好吃 <span>沒話說!</span><br></span>
+ </p>
+
+
+ <p><span> <a href="http://stevenhgm.pixnet.net/album/photo/470394156"><img title="24-IMG_4113.jpg" src="http://pic.pimg.tw/stevenhgm/1387894925-1582979930.jpg" alt="24-IMG_4113.jpg" original="http://pic.pimg.tw/stevenhgm/1387894925-1582979930.jpg"></a></span></p>
+ <p><span> 喜歡原住民朋友的坦率、真誠 要將民宿營地經營的有聲有色並非容易之事</span></p>
+ <p><span><span>午茶時間與"簍信"閒聊分享著他的觀點理念之時很支持對於環境應有生態保護</span> </span>
+ </p>
+ <p><span><span>環保維護是人人有責</span></span><span><span><span><span> 勿以善小而不為不計涓滴之水才可匯集成河</span></span> </span>
+ </span>
+ </p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470397399"><img title="32-IMG_4248.jpg" src="http://pic.pimg.tw/stevenhgm/1387894989-1689510758.jpg" alt="32-IMG_4248.jpg" original="http://pic.pimg.tw/stevenhgm/1387894989-1689510758.jpg"></a></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470394732"><img title="25-IMG_4152.jpg" src="http://pic.pimg.tw/stevenhgm/1387894933-2886337976.jpg" alt="25-IMG_4152.jpg" original="http://pic.pimg.tw/stevenhgm/1387894933-2886337976.jpg"></a> </span></p>
+ <p><span> 入夜前雨絲終於漸漸緩和下來 雖然氣溫很低卻沒感受到寒冷的跡象</span></p>
+ <p><span>是山谷中少了寒氣還是美樹營區裡的人熱情洋溢暖化了不少寒意</span></p>
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470404359"><img title="IMG_4158.jpg" src="http://pic.pimg.tw/stevenhgm/1387895113-4041265313.jpg" alt="IMG_4158.jpg" original="http://pic.pimg.tw/stevenhgm/1387895113-4041265313.jpg"></a></span></p>
+ <p><span> 聖誕前夕裝點些聖誕飾品 感受一下節慶的氛圍<br></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470394948"><img title="26-P1610261.jpg" src="http://pic.pimg.tw/stevenhgm/1387894940-3359449338.jpg" alt="26-P1610261.jpg" original="http://pic.pimg.tw/stevenhgm/1387894940-3359449338.jpg"></a></span></p>
+ <p><span>晚餐準備了砂鍋魚頭</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470403921"><img title="46-1021221美樹露營.jpg" src="http://pic.pimg.tw/stevenhgm/1387895106-1387217970.jpg" alt="46-1021221美樹露營.jpg" original="http://pic.pimg.tw/stevenhgm/1387895106-1387217970.jpg"></a></span></p>
+ <p><span>"蒯嫂"還特地準備著羊肩排、鹹豬肉、柳葉魚...哇!這哩澎湃哩...</span></p>
+ <p><span> "永老爺"早已備妥了好酒為遠自台南來的蒯兄嫂敬一杯囉</span></p>
+ <p><span>感謝蒯嫂精心準備的好料理 食指大動好菜色感恩ㄟ!</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470395164"><img title="27-IMG_4173.jpg" src="http://pic.pimg.tw/stevenhgm/1387894947-2636431527.jpg" alt="27-IMG_4173.jpg" original="http://pic.pimg.tw/stevenhgm/1387894947-2636431527.jpg"></a></span></p>
+ <p><span> 吃得快精光之際...才想到忘了拍合照...(哇哩咧 ^&amp;*()<br></span></p>
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470395614"><img title="28-IMG_4178.jpg" src="http://pic.pimg.tw/stevenhgm/1387894956-618198074.jpg" alt="28-IMG_4178.jpg" original="http://pic.pimg.tw/stevenhgm/1387894956-618198074.jpg"></a></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470396325"><img title="29-IMG_4188.jpg" src="http://pic.pimg.tw/stevenhgm/1387894961-2201609427.jpg" alt="29-IMG_4188.jpg" original="http://pic.pimg.tw/stevenhgm/1387894961-2201609427.jpg"></a></span></p>
+ <p><span> 隔日睡到很晚才起床 不用拍日出晨光的營地對我來說都是個幸福的睡眠</span></p>
+ <p><span>哪怕是葉落飄零落滿地還是睡夢周公召見而去 起床的事~差點都忘記了</span></p>
+
+
+ <p>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="IMG_4205.jpg" src="http://pic.pimg.tw/stevenhgm/1387971396-2999285851.jpg" alt="IMG_4205.jpg" original="http://pic.pimg.tw/stevenhgm/1387971396-2999285851.jpg"></a>
+ </p>
+ <p> <span> 昨天細雨紛飛依然打落了不少落葉中間這株整個都快變成枯枝了</span></p>
+ <p><span>昨天依稀凋零稀疏的楓葉殘留今兒個完全不復存在(上周是最美的代名詞)</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470397765"><img title="33-IMG_4255.jpg" src="http://pic.pimg.tw/stevenhgm/1387894999-1588465034.jpg" alt="33-IMG_4255.jpg" original="http://pic.pimg.tw/stevenhgm/1387894999-1588465034.jpg"></a></span></p>
+ <p><span><span>上回來得太早沒能見到楓葉泛紅 這次晚了一周已陸續落葉也</span>無從比對楓葉差異性 </span>
+ </p>
+ <p><span><span> 另一種角度看不論青楓、金黃葉紅的楓香、葉落飄零秋滿霜、落葉枯枝的蕭瑟</span></span>
+ </p>
+ <p><span><span>只要心中自認為是最美最浪漫的一刻 都是美的表徵也是最美的時分</span></span>
+ </p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470398749"><img title="34-P1610269.jpg" src="http://pic.pimg.tw/stevenhgm/1387895007-4184988815.jpg" alt="34-P1610269.jpg" original="http://pic.pimg.tw/stevenhgm/1387895007-4184988815.jpg"></a></span></p>
+ <p><span> 早起的"蒯嫂"已經備好熱騰騰中式稀飯、包子、蔬果 頓時~有幸福的感覺<br></span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470399232"><img title="35-IMG_4303.jpg" src="http://pic.pimg.tw/stevenhgm/1387895016-2193615729.jpg" alt="35-IMG_4303.jpg" original="http://pic.pimg.tw/stevenhgm/1387895016-2193615729.jpg"></a> </span></p>
+ <p><span> 星期天早上趁著攝影團還沒入場先來人物場景特寫</span></p>
+ <p><span>野馬家兩張新"座椅"就當作是試坐囉!拍謝哩</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470400471"><img title="38-IMG_4330.jpg" src="http://pic.pimg.tw/stevenhgm/1387895047-92554161.jpg" alt="38-IMG_4330.jpg" original="http://pic.pimg.tw/stevenhgm/1387895047-92554161.jpg"></a></span></p>
+
+
+ <p>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610279.jpg" src="http://pic.pimg.tw/stevenhgm/1387971446-966387512.jpg" alt="P1610279.jpg" original="http://pic.pimg.tw/stevenhgm/1387971446-966387512.jpg"></a>
+ </p>
+ <p><span> 難得有此無人美景在楓樹下的聖誕氛圍也一定要來一張才行</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470399946"><img title="37-IMG_4323.jpg" src="http://pic.pimg.tw/stevenhgm/1387895036-848978834.jpg" alt="37-IMG_4323.jpg" original="http://pic.pimg.tw/stevenhgm/1387895036-848978834.jpg"></a></span></p>
+ <p><span> 三家合照(Hero也一定要入鏡的)</span></p>
+
+
+ <p><span> <a href="http://stevenhgm.pixnet.net/album/photo/470401161"><img title="40-IMG_4342.jpg" src="http://pic.pimg.tw/stevenhgm/1387895067-717977929.jpg" alt="40-IMG_4342.jpg" original="http://pic.pimg.tw/stevenhgm/1387895067-717977929.jpg"></a></span></p>
+ <p><span> 接著攝影團入場帶隊老師請求借個時間也來讓學員練習楓樹下的聖誕飾品</span></p>
+ <p><span>此時剛好也遇到早在FB社團相互回應卻頭一次謀面的Mr."大雄"真是幸會了</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470402037"><img title="42-IMG_4382.jpg" src="http://pic.pimg.tw/stevenhgm/1387895083-1227791497.jpg" alt="42-IMG_4382.jpg" original="http://pic.pimg.tw/stevenhgm/1387895083-1227791497.jpg"></a> </span></p>
+ <p><span> 接近中午時分陽光漸露 藍天帷幕再次嶄露頭角 ~ 久違了!</span></p>
+ <p><span>期盼下的天空終於放晴 沒有缺席的藍天還是準時赴約如期出席</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470402682"><img title="41-IMG_4366.jpg" src="http://pic.pimg.tw/stevenhgm/1387895075-2647157523.jpg" alt="41-IMG_4366.jpg" original="http://pic.pimg.tw/stevenhgm/1387895075-2647157523.jpg"></a></span></p>
+ <p><span> 這兩天肉肉(Hero)天雨濕滑無法自由奔跑都快悶壞了</span></p>
+ <p><span>天晴後"蒯嫂"帶著散步遊園也好解解悶</span></p>
+
+
+ <p><span><a href="http://stevenhgm.pixnet.net/album/photo/470402898"><img title="43-IMG_4383.jpg" src="http://pic.pimg.tw/stevenhgm/1387895093-631461272.jpg" alt="43-IMG_4383.jpg" original="http://pic.pimg.tw/stevenhgm/1387895093-631461272.jpg"></a> </span></p>
+ <p><span>收拾好裝備準備離開營地 亮麗的</span><span>天空鮮明對比下的楓樹林又讓人覺得有點捨不得離開</span></p>
+ <p><span><span>道別了"美樹營地"準備前往而行</span>"石磊國小"一個很生疏的小學座落在這深山部落裡</span>
+ </p>
+ <p><span>北橫"石磊部落" 一個從未踏入的陌生之地因為露營之故否則畢生大概也不會路過</span></p>
+ <p><span>三位大叔同行準備走著這段遙遠的路段 下次找機會再來重溫舊夢了.......</span></p>
+
+ <p><span lang="EN-US"><a href="http://tw.myblog.yahoo.com/wu141993/article?mid=104&amp;sc=1"><span lang="EN-US"><span lang="EN-US"><span>美樹營地</span></span>
+ </span>
+ </a> </span><span lang="EN-US"><span>資訊</span></span>
+ </p>
+ <p><span lang="EN-US"><span><span>聯絡電話:</span><span lang="EN-US">03-584-7231</span><span>  </span><span lang="EN"> </span><span>行動</span><span lang="EN">:</span><span lang="EN-US"> 0937-141993</span><span lang="EN-US"><br></span><span>林錦武<span lang="EN-US"> (泰雅族名: 摟信)</span></span><span lang="EN"><br></span><span>營地地址:<span>新竹縣尖石鄉玉峰村<span lang="EN-US">6鄰20號</span></span>
+ </span>
+ </span>
+ </span>
+ </p>
+ <p><span lang="EN-US"><span>每帳$600 兩間衛浴使用燒材鍋爐/ 兩間全天瓦斯 </span></span><span lang="EN-US"><span>廁所蹲式X 3 </span></span>
+ </p>
+ <p><span lang="EN-US"><span>楓紅期間須過中午才可搭帳 </span></span><span lang="EN-US">水電便利</span></p>
+ <p><strong><span lang="EN-US">GPS: N24 39 16.4 <span> </span>E121 18 19.5</span></strong></p>
+
+
+ <p><span><span>如果您喜歡</span>"<span>史蒂文的家"圖文分享 邀請您到 </span></span><span><a href="https://www.facebook.com/stevenhgm1188"><span>FB </span><span lang="EN-US"><span lang="EN-US">粉絲團</span></span>
+ </a><span>按個"讚"!</span></span>
+ </p>
+ <p><span><span><span>內文有不定期的更新旅遊、露營圖文訊息 </span></span><span><span>謝謝!</span></span>
+ </span>
+ </p>
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html b/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html
new file mode 100644
index 0000000..e1849a9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html
@@ -0,0 +1,4372 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/Blog" lang="zh-TW">
+
+<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
+ <script async="" type="text/javascript" src="http://de.tynt.com/deb/v2?id=w%21jw52pblyzhbn&amp;dn=TC&amp;cc=1&amp;r="></script>
+ <script src="https://pagead2.googlesyndication.com/pub-config/r20160913/ca-pub-6865528665029394.js"></script>
+ <script async="" type="text/javascript" src="//cdn.tynt.com/tc.js"></script>
+ <script src="https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.zh_TW.pIAcUKlmDbA.O/m=plusone/rt=j/sv=1/d=1/ed=1/am=AQ/rs=AGLTcCPPGX-9dsxZ2uw3U6pjwhhHDm_oxA/cb=gapi.loaded_0" async=""></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script type="text/javascript" async="" src="http://www.google-analytics.com/analytics.js"></script>
+ <script src="//t.dtscout.com/i/?l=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529&amp;j=" async="" type="text/javascript"></script>
+ <script async="" type="text/javascript" src="//whos.amung.us/pingjs/?k=jw52pblyzhbn&amp;t=%E6%96%B0%E7%AB%B9%E5%B0%96%E7%9F%B3_%E7%BE%8E%E6%A8%B9%E7%87%9F%E5%9C%B0%E8%B3%9E%E6%A5%93%20%282%29%20%40%20%E5%8F%B2%E8%92%82%E6%96%87%E7%9A%84%E5%AE%B6_%E8%97%8D%E5%A4%A9%20%3A%3A%20%E7%97%9E%E5%AE%A2%E9%82%A6%20PIXNET%20%3A%3A&amp;c=c&amp;y=&amp;a=0&amp;d=2.878&amp;v=22&amp;r=782"></script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript" async="" src="//apis.google.com/js/plusone.js" gapi_processed="true"></script>
+ <script async="" src="https://s.pixanalytics.com/js/pi.min.js"></script>
+ <script async="" src="https://connect.facebook.net/en_US/fbevents.js"></script>
+ <script async="" src="//www.googletagmanager.com/gtm.js?id=GTM-NDN8FB"></script>
+ <script async="" src="//www.googletagmanager.com/gtm.js?id=GTM-M9S8TF"></script>
+ <script async="" src="//www.googletagmanager.com/gtm.js?id=GTM-MZ3SPM"></script>
+ <script async="" src="//www.googletagmanager.com/gtm.js?id=GTM-KGMWFG"></script>
+ <script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script>
+ <script type="text/javascript" async="" src="http://cdn.mxpnl.com/libs/mixpanel-2.2.min.js"></script>
+ <style class="vjs-styles-defaults">
+ .video-js {
+ width: 300px;
+ height: 150px;
+ }
+
+ .vjs-fluid {
+ padding-top: 56.25%
+ }
+ </style>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript" async="" src="https://d31qbv1cthcecs.cloudfront.net/atrk.js"></script>
+ <style type="text/css">
+ @charset "UTF-8";
+ [ng\:cloak],
+ [ng-cloak],
+ [data-ng-cloak],
+ [x-ng-cloak],
+ .ng-cloak,
+ .x-ng-cloak,
+ .ng-hide {
+ display: none !important;
+ }
+
+ ng\:form {
+ display: block;
+ }
+
+ .ng-animate-start {
+ clip: rect(0, auto, auto, 0);
+ -ms-zoom: 1.0001;
+ }
+
+ .ng-animate-active {
+ clip: rect(-1px, auto, auto, 0);
+ -ms-zoom: 1;
+ }
+ </style>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta property="og:site_name" content="史蒂文的家_藍天" />
+ <meta property="og:locale" content="zh_TW" />
+ <meta property="og:url" content="http://stevenhgm.pixnet.net/blog/post/39926056" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="新竹尖石_美樹營地賞楓 (2) @ 史蒂文的家_藍天 :: 痞客邦 PIXNET ::" />
+ <meta property="og:description" content="一波波接續性低溫寒流報到 已將新竹尖石鄉後山一帶層層山巒披上嫣紅的彩衣 玉峰道路一路上雲氣山嵐滯留山頭 順路下切蜿蜒道路後不久即抵達來到&amp;quot;玉峰國小&amp;quot; &amp;quot;美樹&amp;quot;美" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="twitter:card" content="summary" />
+ <meta name="description" content="一波波接續性低溫寒流報到 已將新竹尖石鄉後山一帶層層山巒披上嫣紅的彩衣 玉峰道路一路上雲氣山嵐滯留山頭 順路下切蜿蜒道路後不久即抵達來到&amp;quot;玉峰國小&amp;quot; &amp;quot;美樹&amp;quot;美" />
+ <meta name="twitter:description" content="一波波接續性低溫寒流報到 已將新竹尖石鄉後山一帶層層山巒披上嫣紅的彩衣 玉峰道路一路上雲氣山嵐滯留山頭 順路下切蜿蜒道路後不久即抵達來到&amp;quot;玉峰國小&amp;quot; &amp;quot;美樹&amp;quot;美" />
+ <meta name="twitter:site" content="@pixnet" />
+ <meta name="author" content="史蒂文的家_藍天 (stevenhgm)" />
+ <meta name="author-avatar-20" content="http://s9.pimg.tw/avatar/stevenhgm/0/0/zoomcrop/20x20.png?v=1377876799" />
+ <meta name="static-version" content="b27bf7fe9e1f0fca830e1381a52f804b" />
+ <meta name="generator" content="PChoc" />
+ <meta name="keywords" content="藍天部落客,部落客藍天,史蒂文藍天,史蒂文的家,藍天家族,露營旅遊,藍天痞客幫,國內旅遊,尖石_美樹營地,新竹尖石_美樹營地賞楓 (2)" />
+ <link rel="canonical" href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29" />
+ <meta name="twitter:url" content="http://stevenhgm.pixnet.net/blog/post/39926056" />
+ <meta name="cover_image" content="http://s3.pimg.tw/album/stevenhgm/element/470389413_1387894842-1217674167/zoomcrop/200x200.jpg" />
+ <meta name="twitter:image" content="http://pic.pimg.tw/stevenhgm/1387894842-1217674167.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894842-1217674167.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894842-1217674167.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894971-1486345289.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894971-1486345289.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894979-1252095111.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894979-1252095111.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387971416-4261675924.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387971416-4261675924.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387971406-2480195851.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387971406-2480195851.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894752-3567294980.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894752-3567294980.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894771-2897027724.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894771-2897027724.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894778-2035483089.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894778-2035483089.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387897405-3236217457.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387897405-3236217457.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894848-3695967443.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894848-3695967443.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894863-3269042540.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894863-3269042540.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894868-3997219746.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894868-3997219746.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894873-1524806724.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894873-1524806724.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894788-105924953.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894788-105924953.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894798-1063855065.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894798-1063855065.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894807-309560703.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894807-309560703.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894882-1881930036.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894882-1881930036.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894887-407829597.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894887-407829597.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894857-470378275.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894857-470378275.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895099-4119123008.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895099-4119123008.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387971426-4277312474.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387971426-4277312474.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387971436-2828193592.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387971436-2828193592.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894823-4061326865.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894823-4061326865.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894911-3706194096.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894911-3706194096.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894894-1173705525.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894894-1173705525.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894901-1058040075.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894901-1058040075.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894925-1582979930.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894925-1582979930.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894989-1689510758.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894989-1689510758.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894933-2886337976.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894933-2886337976.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895113-4041265313.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895113-4041265313.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894940-3359449338.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894940-3359449338.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895106-1387217970.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895106-1387217970.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894947-2636431527.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894947-2636431527.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894956-618198074.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894956-618198074.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894961-2201609427.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894961-2201609427.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387971396-2999285851.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387971396-2999285851.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387894999-1588465034.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387894999-1588465034.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895007-4184988815.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895007-4184988815.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895016-2193615729.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895016-2193615729.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895047-92554161.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895047-92554161.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387971446-966387512.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387971446-966387512.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895036-848978834.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895036-848978834.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895067-717977929.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895067-717977929.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895083-1227791497.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895083-1227791497.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895075-2647157523.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895075-2647157523.jpg" />
+ <link rel="image_src" href="http://pic.pimg.tw/stevenhgm/1387895093-631461272.jpg" />
+ <meta property="og:image" content="http://pic.pimg.tw/stevenhgm/1387895093-631461272.jpg" />
+ <link rel="prev" href="http://stevenhgm.pixnet.net/blog/post/39815080-%e6%84%9b%e4%b8%8a%e5%96%9c%e7%bf%81%e9%9c%b2%e7%87%9f_%e6%ad%a1%e6%85%b6%e8%81%96%e8%aa%95%e5%a4%9c%e5%b8%82%e8%b6%b4" />
+ <link rel="next" href="http://stevenhgm.pixnet.net/blog/post/40120789-%e8%b5%b0%e9%80%b2%e8%8e%ab%e5%85%a7%e9%81%87%e8%a6%8b%e8%90%bd%e7%be%bd%e6%9d%be_%e8%8f%81%e8%8a%b3%e5%9c%92" />
+ <link rel="alternate" type="application/json+oembed" href="http://api.pixnet.cc/oembed?url=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529&amp;format=json" title="PIXNET oEmbed Profile" />
+ <link rel="alternate" type="text/xml+oembed" href="http://api.pixnet.cc/oembed?url=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529&amp;format=xml" title="PIXNET oEmbed Profile" />
+ <link rel="search" type="application/opensearchdescription+xml" href="http://stevenhgm.pixnet.net/blog/opensearch" title="史蒂文的家_藍天" />
+ <title>新竹尖石_美樹營地賞楓 (2) @ 史蒂文的家_藍天 :: 痞客邦 PIXNET ::</title>
+ <meta name="twitter:title" content="新竹尖石_美樹營地賞楓 (2) @ 史蒂文的家_藍天 :: 痞客邦 PIXNET ::" />
+ <base href="http://stevenhgm.pixnet.net/blog/post/39926056" />
+ <style type="text/css">
+ #links-row-1 .h54d834-miB-ad-sidebar-v2-h54d834 {
+ display: block !important;
+ min-width: 160px !important;
+ min-height: 270px !important;
+ margin-top: 0;
+ z-index: 100;
+ }
+
+ .h54d834-miB-ad-sidebar-v2-h54d834 * {
+ padding: 0;
+ margin: 0;
+ border: 0;
+ vertical-align: baseline;
+ display: block;
+ line-height: 1;
+ }
+
+ .h54d834-miB-ad-sidebar-v2-h54d834 .box-text {
+ overflow: hidden;
+ padding: 0;
+ margin: 0;
+ }
+
+ .h54d834-miB-ad-sidebar-v2-h54d834 .box-text a {
+ height: auto;
+ }
+
+ .h54d834-miB-border-h54d834 {
+ padding: 0;
+ min-width: 180px;
+ min-height: 280px;
+ margin: 12px auto;
+ overflow: hidden;
+ text-align: center;
+ }
+
+ .h54d834-miB-border-h54d834 img,
+ .h54d834-miB-border-h54d834 div {
+ margin: 0 auto;
+ display: inline-block;
+ min-width: 160px;
+ }
+
+ .h54d834-miB-border-h54d834_1080 {
+ padding: 0;
+ width: 180px;
+ height: 280px;
+ margin: 12px auto;
+ overflow: hidden;
+ }
+
+ .h54d834-miB-border-h54d834 div {
+ position: relative;
+ }
+ </style>
+ <link rel="stylesheet" href="//front.pixfs.net/css/mib/video.css?v=fe752a6c?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/css" />
+ <link rel="stylesheet" href="//front.pixfs.net/css/lang-css.css?v=53452873?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/css" />
+ <link rel="stylesheet" href="//front.pixfs.net/css/iframe-popup.css?v=79127c7c?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/css" />
+ <link rel="stylesheet" href="//s.pixfs.net/blog/plugins/plugins.min.css?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/css" />
+ <link rel="stylesheet" href="//front.pixfs.net/comment/openid-comment.css?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/css" />
+ <link rel="stylesheet" href="//front.pixfs.net/css/guestbook/style.min.css?v=1aa05f6e?v=b27bf7fe9e1f0fca830e1381a52f804b" />
+ <link rel="stylesheet" href="//front.pixfs.net/module/topbar/css/blogtopbar.min.css?v=34a36360?v=b27bf7fe9e1f0fca830e1381a52f804b" />
+ <link rel="stylesheet" href="//front.pixfs.net/css/desktop/styles/main.min.css?v=05e0cc68?v=b27bf7fe9e1f0fca830e1381a52f804b" />
+ <link rel="stylesheet" href="//css.pixnet.in/blog/stevenhgm/normal.css?v=1468290179" type="text/css" />
+ <link rel="stylesheet" href="//front.pixfs.net/css/falcon-ad.css?v=4bfa9e0c?v=b27bf7fe9e1f0fca830e1381a52f804b" />
+ <link rel="stylesheet" href="//front.pixfs.net/css/iframe-popup.css?v=79127c7c?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/css" />
+ <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://feed.pixnet.net/blog/posts/rss/stevenhgm" />
+ <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="http://feed.pixnet.net/blog/posts/atom/stevenhgm" />
+ <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://api.pixnet.cc/blog/xmlrpc?rsd=stevenhgm" />
+ <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://api.pixnet.cc/static/blog/wlwmanifest.xml" />
+ <script src="//s.pixfs.net/visitor.pixplug.in/checklogin.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b"></script>
+ <script async="" src="//www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" crossorigin="anonymous"></script>
+ <script type="text/javascript" src="//libs.pixfs.net/jquery.onappear/jquery.onAppear.min.js"></script>
+ <script src="//libs.pixfs.net/json2/json2.min.js" type="text/javascript"></script>
+ <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.0/angular.min.js" crossorigin="anonymous"></script>
+ <script src="//libs.pixfs.net/spin.js/spin.min.js" type="text/javascript"></script>
+ <style type="text/css"></style>
+ <script src="//libs.pixfs.net/angular-spinner/angular-spinner.min.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ & lt;
+ !--
+ var pix = pix || {};
+ pix.panelsite = 'panel.pixnet.cc';
+ pix.apisite = 'api.pixnet.cc';
+ pix.login_name = '5c2024a3f691ec32042b168b40a5abfb';
+ pix.visitor = "NjFkZjA1OWE0YjJkM2ZkYjJiYmMyMmZkMDVhY2ZiNzE=";
+ pix.openid = "NjFkZjA1OWE0YjJkM2ZkYjJiYmMyMmZkMDVhY2ZiNzE=";
+ pix.owner = 'stevenhgm';
+ pix.is_owner = false;
+ pix.server_name = 'stevenhgm.pixnet.net';
+ pix.sToken = "39743a9f949bc0eb6d0e581c1f3fc39d";
+ pix.pixfssite = 's.pixfs.net';
+ pix.falconsite = 'falcon.pixanalytics.com';
+ pix.checklogin_version = 2;
+ // timezone: null;
+ //--&gt;
+ </script>
+ <script src="//api.pixnet.cc/api/checklogin.php?js=1&amp;unique=1239470496&amp;timestamp=1486718791&amp;type=799" type="text/javascript"></script>
+ <script src="//s.pixfs.net/js/pixnet/checklogin.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/javascript"></script>
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery.noConflict();
+ var pix = pix || {};
+ pix.ab_testing_seed = 1232136999;
+ dataLayer = window.dataLayer || [];
+ //--&gt;
+ </script>
+ <script src="//s.pixfs.net/js/lang/zh_TW.js?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/javascript"></script>
+ <script src="//s.pixfs.net/js/pix.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/javascript" crossorigin="anonymous"></script>
+ <script type="text/javascript" src="//s.pixfs.net/js/tools/tools.min.js"></script>
+ <script src="//s.pixfs.net/js/pix-addon.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b" crossorigin="anonymous"></script>
+ <script src="//front.pixfs.net/js/all.min.js?v=1e04f35e?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/javascript" crossorigin="anonymous"></script>
+ <script src="//front.pixfs.net/js/blog.min.js?v=3ee67300?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/javascript" crossorigin="anonymous"></script>
+ <script src="//front.pixfs.net/js/search_selection.min.js?v=86807582?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/javascript"></script>
+ <script src="//front.pixfs.net/module/fullPage/dist/ad-full-page.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/javascript" crossorigin="anonymous"></script>
+ <meta itemprop="name" content="新竹尖石_美樹營地賞楓 (2) @ 史蒂文的家_藍天 :: 痞客邦 PIXNET ::" />
+ <meta itemprop="description" content="一波波接續性低溫寒流報到 已將新竹尖石鄉後山一帶層層山巒披上嫣紅的彩衣 玉峰道路一路上雲氣山嵐滯留山頭 順路下切蜿蜒道路後不久即抵達來到&amp;quot;玉峰國小&amp;quot; &amp;quot;美樹&amp;quot;美" />
+
+ <script type="text/javascript">
+ & lt;
+ !--
+ var pix = pix || {};
+ pix.js_error_type = pix.js_error_type || 'frontblog';
+ //--&gt;
+ </script>
+ <script async="" type="text/javascript" src="//s.pixfs.net/js/pixlogger.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b"></script>
+ <script type="text/javascript">
+ & lt;
+ !--
+ (function() {
+ if (window.size().height & gt; 10 & amp; & amp; window.size().width & gt; 10) {
+ var i = new Image(1, 1);
+ i.src = '//counter.pixplug.in/count.php?timestamp=1486718791&amp;random=935016315&amp;check=1679624274&amp;data[blog]=%7B%22blogid%22%3A%224410429%22%7D&amp;data[blogarticle]=%7B%22blogid%22%3A%224410429%22%2C%22articleid%22%3A%2239926056%22%7D&amp;height=' + window.size().height + '&amp;width=' + window.size().width + '&amp;referer=' + encodeURI(document.referrer);
+ i.onload = function() {
+ return;
+ }
+ }
+ })();
+ //--&gt;
+ </script>
+ <!-- Head Modified: 1486718791 -->
+ <!-- async script -->
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery(document).ready(function() {
+ jQuery.ajaxSetup({
+ cache: true
+ });
+ jQuery.getScript("//js.pixplug.in/addon/11/production.js?v=1486603867", function(data, textStatus) {
+ jQuery.ajaxSetup({
+ cache: true
+ });
+ jQuery.pixAddonRelatedArticle({
+ "blog_relatedarticleshow": "post",
+ "blog_relatedarticle": "site",
+ "blog_relatedtemplate": "system",
+ "addon_username": "stevenhgm",
+ "addon_expired_at": 0,
+ "addon_ismobile": false,
+ "addon_isvip": false,
+ "addon_is_allow_setting": false,
+ "ab_testing_seed": 1232136999
+ });
+ jQuery.ajaxSetup({
+ cache: false
+ });
+ });
+ jQuery.ajaxSetup({
+ cache: false
+ });
+ });
+ //--&gt;
+ </script>
+
+ <!-- load sync script -->
+
+ <!-- execute sync addon -->
+ <script type="text/javascript">
+ & lt;
+ !--
+ var pix = pix || {};
+ pix.visitor_url = "http://stevenhgm.pixnet.net/blog";
+ pix.visitor_timestamp = "1486718791";
+ pix.visitor_nonce = "1143128310";
+ pix.visitor_public = "LumrRMVHhADdttHSeUhMM8S3";
+ pix.visitor_sig = "942064df55482981e78137ee089aff3e";
+ pix.user_name = null;
+ pix.avatar_version = 0;
+ (function() {
+ var js = document.createElement('script');
+ js.src = "\/\/s.pixfs.net\/visitor.pixplug.in\/checklogin.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b";
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(js, s);
+ })();
+ //--&gt;
+ </script>
+
+ <script charset="UTF-8" async="">
+ jQuery.ajaxSetup({
+ cache: true
+ });
+ jQuery.getScript("//cdn.sendpulse.com/28edd3380a1c17cf65b137fe96516659/js/push/23fc4af694e1db7721bdd764750599fc_0.js")
+ .then(function() {
+ if (!window.oSpP) {
+ return;
+ }
+
+ oSpP.detectSite = function() {
+ return true;
+ };
+ oSpP.start();
+ oSpP.start = function() {}; // 避免重複產生到
+ })
+ jQuery.ajaxSetup({
+ cache: false
+ });
+ </script>
+ <script type="text/javascript" src="//front.pixfs.net/js/checkloop.min.js?v=e18dc181?v=b27bf7fe9e1f0fca830e1381a52f804b"></script>
+ <meta http-equiv="imagetoolbar" content="no" />
+ <script type="text/javascript" src="//libs.pixfs.net/swfobject/1.5/swfobject.js"></script>
+ <link href="//libs.pixfs.net/videojs/5.13.2/video-js.min.css" rel="stylesheet" />
+ <script src="//libs.pixfs.net/videojs/5.13.2/video.min.js" crossorigin="anonymous"></script>
+ <script src="//visitor.pixplug.in/jsonp/getdata.php?callback=cb2352513"></script>
+ <meta property="falcon:blogcategory" content="16" />
+ <meta property="falcon:articlecategory" content="28" />
+ <script async="" src="//falcon-asset.pixfs.net/js/adsbyfalcon.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b"></script>
+ <script src="//front.pixfs.net/js/mib_falcon--bundle.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b" crossorigin="anonymous"></script>
+ <script src="//api.pixnet.cc/api/checklogin?js=jsonp&amp;unique=1956338270&amp;timestamp=1486718792&amp;type=2&amp;callback=cb242317"></script>
+ <link rel="stylesheet" type="text/css" href="https://cdn.sendpulse.com/css/push/sendpulse-prompt.min.css" media="all" />
+ <script async="" src="http://widgets.amung.us/classic.js"></script>
+ <style>
+ #links-row-1 #friendbox {
+ display: none !important;
+ }
+ </style>
+ <script src="http://falcon.pixanalytics.com/mib/ada?size=1x2&amp;hosthash=3fe6433d830b6321900cadda5cc06d37&amp;cate=16&amp;acate=28&amp;callback=pix.MIB.build.getAd&amp;articleurl=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529" type="text/javascript"></script>
+ <link rel="stylesheet" href="http://article-switcher.appmarket.pixplug.in/article_switcher.css" type="text/css" media="screen" />
+ <script type="text/javascript" src="http://rtax.criteo.com/delivery/rta/rta.js?netId=4606&amp;cookieName=crtg_rta&amp;rnd=91479869226&amp;varName=crtg_content" async=""></script>
+ <script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+ <script type="text/javascript" src="http://rtax.criteo.com/delivery/rta/rta.js?netId=4606&amp;cookieName=crtg_rta&amp;rnd=93334823104&amp;varName=crtg_content" async=""></script>
+ <script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+ <script type="text/javascript" src="http://rtax.criteo.com/delivery/rta/rta.js?netId=4606&amp;cookieName=crtg_rta&amp;rnd=43513532119&amp;varName=crtg_content" async=""></script>
+ <script type="text/javascript" src="http://rtax.criteo.com/delivery/rta/rta.js?netId=4606&amp;cookieName=crtg_rta&amp;rnd=86208386820&amp;varName=crtg_content" async=""></script>
+</head>
+
+<body id="article-main" data-showing-advertisement="yep" data-adsense-state="" data-blog-site-category-id="16" data-mobile-mode="none" data-ab-testing-seed="1232136999" data-article-id="39926056" class="category_1771157 article_39926056 folder_1368765" ondragstart="return false" oncontextmenu="return false" onselectstart="return false" style="-moz-user-select: none;">
+ <div class="sendpulse-prompt sendpulse-bar show-prompt sendpulse-bar--fixed" style="display:none;background-color: #ffffff;"><span class="sp-link-wrapper"><a class="sp-link" href="https://sendpulse.com/webpush" target="_blank"><span>Powered by SendPulse</span></a>
+ </span>
+ <div class="sendpulse-prompt-message"><svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><symbol id="sp_bell_icon"><path d="M139.165 51.42L103.39 15.558C43.412 61.202 3.74 132.185 0 212.402h50.174c3.742-66.41 37.877-124.636 88.99-160.98zM474.98 212.403h50.173c-3.742-80.217-43.413-151.2-103.586-196.845L385.704 51.42c51.398 36.346 85.533 94.572 89.275 160.982zm-49.388 12.582c0-77-53.39-141.463-125.424-158.487v-17.09c0-20.786-16.76-37.613-37.592-37.613s-37.592 16.827-37.592 37.614v17.09C152.95 83.52 99.56 148.004 99.56 224.983v137.918L49.408 413.01v25.076h426.336V413.01l-50.152-50.108V224.984zM262.576 513.358c3.523 0 6.76-.22 10.065-1.007 16.237-3.237 29.825-14.528 36.06-29.626 2.517-5.952 4.05-12.494 4.05-19.54H212.4c0 27.593 22.582 50.174 50.174 50.174z"/></symbol></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525.153 525.153" width="40" height="40" xmlns:xlink="http://www.w3.org/1999/xlink" class="sendpulse-bell-icon"><use class="sendpulse-bell-path" style="fill: #222222 !important;" xlink:href="#sp_bell_icon" x="0" y="0"/> </svg>
+ <div class="sendpulse-prompt-info sendpulse-prompt-message-text" style="color: #222222 !important;">邀請您追蹤「痞客邦 PIXNET」,收到精選熱門話題與好康試用活動 :)</div><span></span>
+ <div class="sendpulse-prompt-buttons"><button class="sendpulse-prompt-btn sendpulse-disallow-btn" type="button" onclick="oSpP.denyMessage(); return false;" style="color:#f2594b !important;">Don't allow</button><button class="sendpulse-prompt-btn sendpulse-accept-btn" type="button" onclick="oSpP.showPopUp(); return false;" style="background-color:#f2594b !important;border-color:#f2594b !important;">Allow</button></div>
+ </div><button class="sendpulse-prompt-close" onclick="oSpP.closePrompt(); return false;" style="color:#222222 !important;">×</button></div>
+
+
+ <script type="text/javascript">
+ _atrk_opts = {
+ atrk_acct: "H00Mh1aIE700wg",
+ domain: "pixnet.net",
+ dynamic: true
+ };
+ (function() {
+ var as = document.createElement('script');
+ as.type = 'text/javascript';
+ as.async = true;
+ as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js";
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(as, s);
+ })();
+ </script>
+ <noscript>&lt;img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=H00Mh1aIE700wg" style="display:none" height="1" width="1" alt="" /&gt;</noscript>
+
+
+ <style>
+ .sidebar {
+ position: absolute;
+ top: 0;
+ left: -220px;
+ bottom: 0;
+ float: left;
+ width: 220px;
+ /* reset */
+ font: normal 100 100% / 1 Arial;
+ font-variant: normal;
+ text-align: left;
+ text-decoration: none;
+ text-transform: capitalize;
+ text-indent: 0;
+ word-spacing: 0;
+ letter-spacing: 0;
+ background: #e6e6e6;
+ overflow: hidden;
+ }
+
+ @media (min-width: 1280px) {
+ .sidebar {
+ position: relative;
+ }
+ }
+ /* 顯示 sidebar */
+
+ .show-sidebar .sidebar {
+ left: 0;
+ }
+
+ .show-sidebar .main-container {
+ margin-left: 220px;
+ }
+
+ .show-sidebar .topbar--fixed {
+ left: 220px;
+ }
+ /* fixed 的狀態 */
+
+ .sidebar--fixed {
+ position: fixed;
+ }
+
+ .sidebar--fixed &gt;
+ .keyword-articles-container,
+ .sidebar--fixed .keyword-articles {
+ position: absolute;
+ }
+
+ .keyword-header {
+ height: 40px;
+ color: #fff;
+ font-size: 14px;
+ line-height: 40px;
+ text-align: center;
+ background: #3161dd;
+ }
+
+ .keyword-tags {
+ box-sizing: border-box;
+ padding: 5px 10px 10px;
+ background: #f3f3f3;
+ }
+
+ .keyword-tag {
+ display: inline-block;
+ box-sizing: border-box;
+ margin-top: 7px;
+ border: 1px solid #3161dd;
+ padding: 5px 15px 3px 7px;
+ color: #3161dd;
+ font-size: 12px;
+ line-height: 15px;
+ background: #fff url('//front.pixfs.net/images/icon-arrow--blue.png') no-repeat right 6px top 8px;
+ border-radius: 15px;
+ cursor: pointer;
+ }
+
+ .keyword-tag:hover,
+ .keyword-tag.active {
+ color: #fff;
+ background-color: #3161dd;
+ background-image: url('//front.pixfs.net/images/icon-arrow--white.png');
+ }
+
+ .keyword-articles-container {
+ top: 120px;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ font-size: 0;
+ white-space: nowrap;
+ }
+
+ .keyword-articles {
+ display: inline-block;
+ top: 0;
+ bottom: 0;
+ width: 220px;
+ white-space: normal;
+ overflow-x: hidden;
+ overflow-y: scroll;
+ }
+
+ .keyword-articles:nth-of-type(2) {
+ left: 220px;
+ }
+
+ .keyword-articles:nth-of-type(3) {
+ left: 440px;
+ }
+
+ .keyword-article {
+ display: block;
+ margin: 5px 10px;
+ border-left: 3px solid transparent;
+ padding: 8px 10px 8px 7px;
+ background: #fff;
+ }
+
+ .keyword-article-min70 {
+ min-height: 70px;
+ }
+
+ .keyword-article:hover {
+ text-decoration: none;
+ }
+
+ .keyword-article:visited {
+ background: #eee;
+ }
+
+ .keyword-article.active,
+ .keyword-article:hover {
+ border-color: #3161dd;
+ background: #fff;
+ }
+
+ .keyword-article__title {
+ color: #333;
+ font-size: 15px;
+ line-height: 20px;
+ }
+
+ .keyword-article:hover &gt;
+ .keyword-article__title {
+ color: #3161dd;
+ text-decoration: underline;
+ }
+
+ .keyword-article__desc {
+ margin-top: 10px;
+ color: #999;
+ font-size: 12px;
+ line-height: 16px;
+ }
+
+ .keyword-article span {
+ color: #f00;
+ }
+
+ .keyword-article:not(.active):visited span {
+ color: currentColor;
+ }
+
+ .keyword-article:visited:hover span {
+ color: #f00;
+ }
+
+ .keyword-article+iframe {
+ margin-bottom: -14px;
+ min-height: 15px;
+ }
+ </style>
+
+ <div class="sidebar sidebar--fixed" data-obstruct="ip" data-search="">
+ <div class="keyword-header">依據 Google 關鍵字搜尋結果</div>
+ <div class="keyword-tags"></div>
+ <div class="keyword-articles-container"></div>
+ </div>
+
+ <script src="//front.pixfs.net/js/ypa-resize-pixnet.min.js?v=7c1e56f6?v=b27bf7fe9e1f0fca830e1381a52f804b"></script>
+
+ <div class="main-container">
+
+
+ <div class="topbar-placeholder">
+
+ <div class="topbar topbar--fixed cssanimations borderradius boxshadow cssgradients" id="topbar">
+ <div class="topbar__logo topbar__logo--travel">
+ <h1 class="topbar__logo__title">痞客邦 PIXNET</h1>
+ <ul class="topbar__logo__chanenl-lists topbar__dropdown-lists">
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--home" href="//www.pixnet.net">首頁</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--blog" href="//www.pixnet.net/blog">部落格</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--sport" href="//channel.pixnet.net/sport?utm_source=PIXNET-index&amp;utm_medium=mobile&amp;utm_campaign=TOPBAR_to_sport">運動</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--styleme" href="//styleme.pixnet.net/home?utm_source=PIXNET-index&amp;utm_medium=desktop&amp;utm_campaign=TOPBAR_to_styleMe">美妝</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--ccc" href="//tech3c.pixnet.net/?utm_source=PIXNET-index&amp;utm_medium=desktop&amp;utm_campaign=TOPBAR_to_tech3c">3C</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--movie" href="//movie.pixnet.net/category/19?utm_source=PIXNET-index&amp;utm_medium=desktop&amp;utm_campaign=TOPBAR_to_movie">電影</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--travel" href="//travel.pixnet.net/?utm_source=PIXNET-index&amp;utm_medium=desktop&amp;utm_campaign=TOPBAR_to_travel">旅遊</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--family" href="//family.pixnet.net/?utm_source=PIXNET-index&amp;utm_medium=desktop&amp;utm_campaign=TOPBAR_to_family">親子</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link" id="topbar__logo__channel-link--food" href="//food.pixnet.net/?utm_source=PIXNET-index&amp;utm_medium=desktop&amp;utm_campaign=TOPBAR_to_food">美食</a>
+ </li>
+ <li class="topbar__logo__channel">
+ <a class="topbar__logo__channel-link"></a>
+ </li>
+ </ul>
+ </div>
+
+
+
+ <div class="topbar__related-article__block topbar__related-article__block--large" data-articles-type="旅遊" data-travel-city="新竹" data-test-variation="">
+
+ <ul class="topbar__related-article__cat-list">
+ <li class="topbar__related-article__cat topbar__related-article__cat--dropdown" data-tab-name="行程">
+ <div class="topbar__related-article__txt">行程攻略</div>
+
+ <div class="topbar__related-article__showcase">
+ <ul class="topbar__related-article-list">
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://blue28082.pixnet.net/blog/post/148849384" target="_blank">
+ <div class="topbar__related-article__img"></div>
+ <div class="topbar__related-article__title">[新竹新埔一日遊]新竹觀光&amp;旅遊景點~~~柿餅加工廠 金漢觀光果園&amp;...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://irischew.pixnet.net/blog/post/140096316" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s6.pimg.tw/album/irischew/element/63726186_1362903876-2078272255/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">『台灣』新竹-六福村主題樂園一日遊</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://chinyu0801.pixnet.net/blog/post/396176753" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s5.pimg.tw/album/chinyu0801/element/554560495_1414416897-3484204755/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title"><新竹新埔>悠閒半日遊-鴛鴦池農場</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://carol781219.pixnet.net/blog/post/435583394" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s2.pimg.tw/album/carol781219/element/611043112_1441034316-3234816764/zoomcrop/200x200.png" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">[竹苗。玩。吃]竹苗遊Day2行程滿滿❧阿土豆漿大王&gt;銅鑼炮仗花步道&gt;...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://phy227.pixnet.net/blog/post/128067241" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s2.pimg.tw/album/phy227/element/84036252_1372424992-4238267340/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">新竹一日遊(世博館)</div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="topbar__related-article__cat topbar__related-article__cat--dropdown" data-tab-name="交通">
+ <div class="topbar__related-article__txt">交通教學</div>
+
+ <div class="topbar__related-article__showcase">
+ <ul class="topbar__related-article-list">
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://iko40623.pixnet.net/blog/post/439256686" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s1.pimg.tw/album/iko40623/element/620822731_1446559530-1279435851/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">[新竹]世博台灣館|720度全天域劇場|尋找綠蠵龜|點燈平台 (附交通...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://joycebe.pixnet.net/blog/post/41954518" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s2.pimg.tw/album/joycebe/element/151863102_1420990775-1163836851/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">▉新竹▉鐵道懷舊之旅。合興車站‧愛情火車站❤</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://abby0318.pixnet.net/blog/post/418615672" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s8.pimg.tw/album/abby0318/element/191825088_1428857257-694873255/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">【新竹景點.橫山】內灣線~合興車站/愛情火車站.有薰衣草森林的...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://emily710223.pixnet.net/blog/post/417707041" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s7.pimg.tw/album/emily710223/element/191462337_1428423090-729151016/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">╠新竹。橫山╣合興車站(愛情火車站) 嘟!嘟!起強起強………辣呼~辣呼 ...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://yourtyng0104.pixnet.net/blog/post/98792706" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s7.pimg.tw/album/yourtyng0104/element/58931947_1358830455-2197812000/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">新竹。【內灣火車站】梅去櫻來❀稍來春之訊息</div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="topbar__related-article__cat topbar__related-article__cat--dropdown" data-tab-name="住宿">
+ <div class="topbar__related-article__txt">住宿心得</div>
+
+ <div class="topbar__related-article__showcase">
+ <ul class="topbar__related-article-list">
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://vivian00002000.pixnet.net/blog/post/205224523" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s8.pimg.tw/album/vivian00002000/element/202980528_1445242718-1039065392/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">1041017煙波大飯店新竹湖濱館。一泊二食,好吃又好玩!</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://louis5149.pixnet.net/blog/post/31062203" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://imageproxy.pimg.tw/zoomcrop?url=https%3A%2F%2Ffarm6.staticflickr.com%2F5635%2F20392516933_8a6101444d_c.jpg&amp;width=200&amp;height=200" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">【2015環島沙發旅行。新竹】司馬庫斯生活,雅竹景觀餐廳用餐與我...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://mimg47.pixnet.net/blog/post/5395423" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s5.pimg.tw/album/mimg47/element/290248885_1430225926-3573469794/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">【新竹親子飯店】煙波大飯店-新竹湖濱館:從入住一直玩到退房的優...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://always1027.pixnet.net/blog/post/40229227" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s5.pimg.tw/album/always1027/element/147969525_1391227799-698593706/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">【2014新竹住宿】美麗信酒店 Miramar Hotel Hsinchu</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://rmlove30.pixnet.net/blog/post/49139614" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s6.pimg.tw/album/rmlove30/element/213338796_1366033207-323149691/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">新竹‧玩時尚芙洛麗大飯店迷戀客房</div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="topbar__related-article__cat topbar__related-article__cat--dropdown" data-tab-name="美食">
+ <div class="topbar__related-article__txt">必吃美食</div>
+
+ <div class="topbar__related-article__showcase">
+ <ul class="topbar__related-article-list">
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://m08142001.pixnet.net/blog/post/200262327" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s.pimg.tw/album/m08142001/element/196762710_1435532679-2621009829/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">[試玩邀約] 臺灣吃透透-跟著美食小旅行。新竹篇(一)。半畝塘-若...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://futuresfiona.pixnet.net/blog/post/56694768" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s4.pimg.tw/album/futuresfiona/element/279287214_1396926665-1131375440/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">新竹旅遊小確幸-內灣老街櫻木花道咖啡餐廳</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://estherhsiao.pixnet.net/blog/post/42270511" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s6.pimg.tw/album/estherhsiao/element/299115906_1433352810-3818657366/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">畫盒子藝術餐廳 Le CaSa 餐點兼具創意與美味 適合聚餐同樂的優質...</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://gntooly123.pixnet.net/blog/post/107769167" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s.pimg.tw/album/gntooly123/element/508218600_1396652860-621839862/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">新竹 - 心鮮森林莊園餐廳</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://wisebaby.pixnet.net/blog/post/29538295" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://imageproxy.pimg.tw/zoomcrop?url=http%3A%2F%2Ffarm4.static.flickr.com%2F3771%2F11206755646_eeb52f5b20_b.jpg&amp;width=200&amp;height=200" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">[食記] 新竹-泰雅媳婦的創意好味道::以娜的店</div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li class="topbar__related-article__cat topbar__related-article__cat--dropdown" data-tab-name="必買">
+ <div class="topbar__related-article__txt">必買好物</div>
+
+ <div class="topbar__related-article__showcase">
+ <ul class="topbar__related-article-list">
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://meena1985.pixnet.net/blog/post/183237610" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s4.pimg.tw/album/meena1985/element/541479094_1409054065-197791004/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">『食記』新竹名產--新竹三寶 米粉、貢丸、竹塹餅 (興復珍糕餅店)</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://peihsuan0729.pixnet.net/blog/post/435809714" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s.pimg.tw/album/peihsuan0729/element/611199250_1441118094-2467301170/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">【新竹】玻璃藝術博物館週邊好好逛。藝術街手作幸福町新鮮登場</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://adgsfh1745.pixnet.net/blog/post/167028400" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s8.pimg.tw/album/adgsfh1745/element/13081288_1446709410-4125554129/zoomcrop/200x200.jpg?v=1446709466" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">新竹‧橫山 | 超好吃超好逛,大啖客家內灣老街美食!</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://deyue15.pixnet.net/blog/post/187491717" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://imageproxy.pimg.tw/zoomcrop?url=http%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2F1%2F10%2FTRA_Hsinchu_Station.jpg&amp;width=200&amp;height=200" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">新竹名產美食,來竹塹必吃的新竹名產!</div>
+ </a>
+ </li>
+ <li class="topbar__related-article">
+ <a class="topbar__related-article-link" href="http://minin0128.pixnet.net/blog/post/99431275" target="_blank">
+ <div class="topbar__related-article__img"><img src="http://s4.pimg.tw/album/minin0128/element/89462344_1374926655-1364602499/zoomcrop/200x200.jpg" onerror="this.remove()" /></div>
+ <div class="topbar__related-article__title">[懷孕25周]新竹台北之旅~伴手禮篇(新竹米粉、慶餘堂.......)</div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <div class="topbar__related-article__showcase-block"></div>
+ </ul>
+
+ </div>
+
+ <div class="topbar__nav">
+
+
+ <div class="topbar__search-container">
+ <div class="topbar__search__toggle-btn"></div>
+ <form class="topbar__search" id="topbar__search" action="//www.pixnet.net/searcharticle" target="_search">
+ <input name="q" class="topbar__search__input topbar__search__input--large topbar__search__input--no-icon" id="topbar__search__input" placeholder="哈囉~你今天想搜尋什麼關鍵字呢?" value="" maxlength="32" tabindex="1" autocomplete="off" type="text" />
+ <button type="reset" class="topbar__search__reset">×</button>
+
+ <div class="topbar__search__btns topbar__search__btns--large">
+ <button class="topbar__search__submit" name="search" type="submit" title="找文章" value="searcharticle" tabindex="2" data-counterlink="//counter.pixplug.in/count.php?timestamp=1486718791&amp;random=3863931231&amp;check=1009501581&amp;no_timeout=1&amp;data[counter]=%7B%22tag_id%22%3A30%2C%22id%22%3A%22search-articles-click%22%2C%22no_timeout%22%3Atrue%7D">找文章</button>
+ <button class="topbar__search__submit" name="search" type="submit" title="找部落客" value="searchblog" tabindex="3" data-counterlink="//counter.pixplug.in/count.php?timestamp=1486718791&amp;random=4123569235&amp;check=3953901527&amp;no_timeout=1&amp;data[counter]=%7B%22tag_id%22%3A30%2C%22id%22%3A%22search-bloggers-click%22%2C%22no_timeout%22%3Atrue%7D">找部落客</button>
+ </div>
+
+ <ul class="topbar__search__suggestion"></ul>
+ </form>
+ </div>
+
+ <div class="topbar__user">
+ <a class="topbar__user__login" id="topbar__user__login" href="https://www.pixnet.net/?done=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529">登入</a>
+ </div>
+
+ </div>
+
+ </div>
+
+ </div>
+
+ <div id="body-div">
+ <a name="top"></a>
+ <div id="container">
+ <div id="container2">
+ <div id="container3">
+ <div id="header">
+ <div id="banner">
+ <h1><a href="http://stevenhgm.pixnet.net/blog">史蒂文的家_藍天</a></h1>
+ <p class="skiplink"><a href="#article-area" title="skip the page header to the main content">跳到主文</a></p>
+ <h2>這是Steven &amp; Fiona 的共同天地 喜歡碧海藍天,喜歡悠閒生活。 愛好大自然的真、善、美,走過美麗的旅遊足跡、品味台灣留下些生活日記。 .. . FB 史蒂文的家: https://www.facebook.com/stevenhgm1188
+ <script async="" src="//pic.sopili.net/move/allviews/user/stevenhgm.js" id="allviews"></script>
+ ( 創作圖文版權所有 未經授權同意均屬違反著作權法 盜用必究)
+
+ </h2>
+ <p id="blog-category">部落格全站分類:<a href="//www.pixnet.net/blog/bloggers/category/16" target="_blank">休閒旅遊</a></p>
+ </div>
+ <ul id="navigation">
+ <li id="link-album"><a href="http://stevenhgm.pixnet.net/album" title="go to gallery page of this user">相簿</a></li>
+ <li id="link-blog"><a href="http://stevenhgm.pixnet.net/blog" title="go to index page of this blog">部落格</a></li>
+ <li id="link-guestbook">
+ <a id="guestbook" data-msg="尚未安裝留言板,無法進行留言" data-action="none" href="#" title="go to guestbook page of this user">留言</a>
+ </li>
+ <li id="link-profile"><a href="http://www.pixnet.net/blog/profile/stevenhgm" title="go to profile page of this user">名片</a></li>
+ </ul>
+ </div>
+ <!-- #header//-->
+ <div id="main">
+ <div id="content">
+ <div id="spotlight">
+ <h5>相關文章</h5>
+ <div id="spotlight-text">
+ <div id="DebugZone"></div>
+
+ <script type="text/javascript">
+ // &lt;![CDATA[
+
+ var sCategoryID;
+
+ jQuery(function($) {
+ if ($("#blog-main").length) {
+ return;
+ }
+
+ //取得文章ID
+ var ArticleID = $("#article-main").attr("data-article-id");
+
+ //取出文章,截取分類ID
+ $.getJSON("https://emma.pixnet.cc/blog/articles/" + ArticleID + "?user=" + pix.owner + "&amp;format=json", function(json) {
+ if (json.error != "0") {
+ $("#DebugZone").append("https://emma.pixnet.cc/blog/articles/" + ArticleID + "?user=" + pix.owner + "&amp;format=json &lt;br&gt;");
+ $("#DebugZone").append("Message:" + data.message + "&lt;br&gt;");
+ return;
+ }
+ sCategoryID = json.article.category_id; //文章個人分類ID
+ //取出該分類6篇文章(只顯示五篇)
+ $.getJSON("https://emma.pixnet.cc/blog/articles?user=" + pix.owner + "&amp;per_page=6&amp;status=2&amp;format=json&amp;category_id=" + sCategoryID, function(data) {
+ if (data.error != "0") {
+ $("#DebugZone").append("Message:" + data.message + "&lt;br&gt;");
+ return;
+ }
+
+ $("#article-box").append('&lt;div id="related-box" class="my-Related-box"&gt;&lt;/div&gt;');
+ $("#related-box").append('&lt;div id="related-item" class="my-Related-Post"&gt;&lt;h5&gt;這個類別其他的文章&lt;/h5&gt;&lt;/div&gt;');
+ $("#related-item").append('&lt;ul id="my_relate" class="myrelate"&gt;&lt;/ul&gt;');
+ var li_item = '';
+ //取出同分類文章
+ $.each(data.articles, function(i, blog) {
+ if (blog.id != ArticleID & amp; & amp; $("#my_relate li").length & lt; 5) {
+ var li_item = ('&lt;li&gt;&lt;a href="' + blog.link + '" class="relate-link" title="' + blog.title + '"&gt;');
+ li_item += ('&lt;div class="relate-thumb"&gt;');
+ li_item += ('&lt;img src="' + blog.thumb + '" class="article-image"&gt;');
+ if (blog.title.length & gt; 12) {
+ li_item += ('&lt;span class="relate-title"&gt;' + blog.title.substring(0, 11) + '...&lt;/span&gt;');
+ } else {
+ li_item += ('&lt;span class="relate-title"&gt;' + blog.title + '&lt;/span&gt;');
+ }
+ li_item += ('&lt;/div&gt;&lt;/a&gt;&lt;/li&gt;');
+ $("#my_relate").append(li_item);
+ }
+ });
+ });
+ });
+
+ });
+ // ]]&gt;
+ </script>
+ </div>
+ <!-- #spotlight-text -->
+ </div>
+ <!-- #spotlight -->
+ <div id="article-area">
+ <div id="article-box">
+ <div class="article">
+ <ul class="article-head">
+ <li class="publish"><span class="month">Dec </span><span class="date">28 </span><span class="day">Sat </span><span class="year">2013 </span><span class="time">00:28</span></li>
+ <li class="title" id="article-39926056" data-hot-link="//www.pixnet.net/blog/articles/category/0" data-site-category="國內旅遊" data-site-category-id="28" data-article-link="http://stevenhgm.pixnet.net/blog/post/39926056">
+ <h2><a href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29">新竹尖石_美樹營地賞楓 (2)</a></h2>
+ </li>
+ </ul>
+ <div class="article-body">
+ <div class="article-content"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056&amp;layout=standard&amp;show_faces=true&amp;width=600&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=80" scrolling="no" style="border:none; overflow:hidden; width:600px; height:80px;" allowtransparency="true" frameborder="0"></iframe><br />
+
+ <div class="article-content-inner" id="article-content-inner">
+ <p>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img style="display: block; margin-left: auto; margin-right: auto;" title="12-IMG_3886.jpg" src="http://pic.pimg.tw/stevenhgm/1387894842-1217674167.jpg" alt="12-IMG_3886.jpg" original="http://pic.pimg.tw/stevenhgm/1387894842-1217674167.jpg" width="521" border="0" height="359" /></a>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">一波波<span style="font-family: 標楷體; font-size: 12pt;">接續性</span>低溫寒流報到 已將新竹尖石鄉後山一帶層層山巒披上嫣紅的彩衣</span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">玉峰道路一路上雲氣山嵐滯留山頭 順路下切<span style="font-family: 標楷體; font-size: 12pt;">蜿蜒道路<span style="font-family: 標楷體; font-size: 12pt;">後不久即抵達</span>來到</span>"玉峰國小"</span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">"美樹"美如其名偌大楓香樹早已呈現金黃 泛紅色彩也是愛攝人仕所喜愛造訪之地</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">第二次造訪美樹發現到營區變了 印象中以前生冷招牌換成了<span style="font-family: 標楷體; font-size: 12pt;">原木招牌可謂</span>匠心獨運</span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">燻黑<span style="font-family: 標楷體; font-size: 12pt;">原木</span>加上金黃色醒目字體 加上了貓頭鷹原木創作也充分發揮了裝飾藝術功力</span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">營區內</span></span>除了露營、民宿、餐飲</span><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">、</span>賞楓項目<span style="font-family: 標楷體; font-size: 12pt;">多了許多原木飾品更有畫龍點睛加乘效果</span></span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> <br /></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470396919"><img style="display: block; margin-left: auto; margin-right: auto;" title="30-IMG_4228.jpg" src="http://pic.pimg.tw/stevenhgm/1387894971-1486345289.jpg" alt="30-IMG_4228.jpg" original="http://pic.pimg.tw/stevenhgm/1387894971-1486345289.jpg" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">廣受歡迎的美樹營地有個很大特色就是<span style="font-family: 標楷體; font-size: 12pt;">楓紅時期楓香樹由綠轉黃、轉紅到楓紅層層</span> </span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">一來到"美樹"馬上眼睛為之一亮 也會深深地為那</span></span><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">多種顏色多層次渲染之下楓紅而迷惑</span></span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">不同格調</span></span>就是從入口處這塊招牌<span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">第一眼<span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">開始</span></span>
+ </span>
+ </span> 木頭招牌</span>
+ </span>
+ </span>
+ </span>、貓頭鷹裝飾品勾勒出美樹的風格</span>
+ </span>
+ </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470396943"><img title="31-IMG_4231.jpg" src="http://pic.pimg.tw/stevenhgm/1387894979-1252095111.jpg" alt="31-IMG_4231.jpg" original="http://pic.pimg.tw/stevenhgm/1387894979-1252095111.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 每年12月向來是攝影班外拍的絕佳場所之一 楓紅期間入園費$50元</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">園區給愛攝一族淨空場景而不是散搭帳蓬之下反</span><span style="font-family: 標楷體; font-size: 12pt;">而影響拍照畫面與構圖取景</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">露營的話則須待中午過後再進場搭帳的彈性做法個人也相當支持這樣的權宜之計</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610088.jpg" src="http://pic.pimg.tw/stevenhgm/1387971416-4261675924.jpg" alt="P1610088.jpg" original="http://pic.pimg.tw/stevenhgm/1387971416-4261675924.jpg" style="display: inline;" border="0" /></a>
+ </p>
+ <p style="text-align: center;"> <span style="font-family: 標楷體; font-size: 12pt;">來到現場已是落葉飄飄堆疊滿地 不時隨著風吹雨襲而葉落垂地</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span>
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610069.jpg" src="http://pic.pimg.tw/stevenhgm/1387971406-2480195851.jpg" alt="P1610069.jpg" original="http://pic.pimg.tw/stevenhgm/1387971406-2480195851.jpg" style="display: inline;" border="0" /></a>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">不忍踩過剛剛掉落的樹葉 沿著前人足跡踏痕輕踩而行</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">雖然只是一廂情願的想法 終究還是不可避免地將會化為塵土</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470383005"><img title="02-P1610080.jpg" src="http://pic.pimg.tw/stevenhgm/1387894752-3567294980.jpg" alt="02-P1610080.jpg" original="http://pic.pimg.tw/stevenhgm/1387894752-3567294980.jpg" style="display: inline;" border="0" /></a> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 葉落繽紛顯得幾分蕭瑟氣息 空氣中可以嗅得出來<span style="font-family: 標楷體; font-size: 12pt;">依然</span>瀰漫著濕寒水氣</span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">偶而還會飄下來一些霧氣水滴 不時張望尋找最佳楓葉主題</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470384469"><img title="04-P1610087.jpg" src="http://pic.pimg.tw/stevenhgm/1387894771-2897027724.jpg" alt="04-P1610087.jpg" original="http://pic.pimg.tw/stevenhgm/1387894771-2897027724.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 外拍的攝影班學員一堆早已不時穿梭其間</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">各自努力地找尋自認為最好的拍攝角度</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470384925"><img title="05-P1610099.jpg" src="http://pic.pimg.tw/stevenhgm/1387894778-2035483089.jpg" alt="05-P1610099.jpg" original="http://pic.pimg.tw/stevenhgm/1387894778-2035483089.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610095.jpg" src="http://pic.pimg.tw/stevenhgm/1387897405-3236217457.jpg" alt="P1610095.jpg" original="http://pic.pimg.tw/stevenhgm/1387897405-3236217457.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470389803"><img title="13-IMG_3891.jpg" src="http://pic.pimg.tw/stevenhgm/1387894848-3695967443.jpg" alt="13-IMG_3891.jpg" original="http://pic.pimg.tw/stevenhgm/1387894848-3695967443.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470390760"><img title="15-IMG_3906.jpg" src="http://pic.pimg.tw/stevenhgm/1387894863-3269042540.jpg" alt="15-IMG_3906.jpg" original="http://pic.pimg.tw/stevenhgm/1387894863-3269042540.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">"水槽"上面的這幾隻彩繪版貓頭鷹也太可愛了</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">同樣的造型加上不同色彩宛如賦予不同的生命力一般 cool!</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470391000"><img title="16-IMG_3916.jpg" src="http://pic.pimg.tw/stevenhgm/1387894868-3997219746.jpg" alt="16-IMG_3916.jpg" original="http://pic.pimg.tw/stevenhgm/1387894868-3997219746.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 雨水洗塵後的枝頭固然掉落些葉片是否也洗去塵勞憂傷</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470391519"><img title="17-IMG_3919.jpg" src="http://pic.pimg.tw/stevenhgm/1387894873-1524806724.jpg" alt="17-IMG_3919.jpg" original="http://pic.pimg.tw/stevenhgm/1387894873-1524806724.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470385711"><img title="06-IMG_3853.jpg" src="http://pic.pimg.tw/stevenhgm/1387894788-105924953.jpg" alt="06-IMG_3853.jpg" original="http://pic.pimg.tw/stevenhgm/1387894788-105924953.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 喜歡拍照的不論是平面掃描、天空搜尋、</span><span style="font-family: 標楷體; font-size: 12pt;">地上地毯式搜索</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">有如小說偵探一般 不放過蛛絲馬跡地用力尋尋覓覓找尋最美角度</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470386749"><img title="07-P1610104.jpg" src="http://pic.pimg.tw/stevenhgm/1387894798-1063855065.jpg" alt="07-P1610104.jpg" original="http://pic.pimg.tw/stevenhgm/1387894798-1063855065.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470387232"><img title="08-IMG_3862.jpg" src="http://pic.pimg.tw/stevenhgm/1387894807-309560703.jpg" alt="08-IMG_3862.jpg" original="http://pic.pimg.tw/stevenhgm/1387894807-309560703.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 原本這周是由小朱團長早在一年前就跟"簍信"預定下來的場子</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">早上從台北出門之際還是小雨不斷細雨紛飛來到此地雖雨已停</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">但多日來的雨勢不斷已有部分區域水漬成攤並不適合落置帳篷</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">這個季節正是"控溪吊橋"一帶的楓紅變葉時刻 先行走一趟<span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">秀巒賞景</span></span>
+ </span>
+ </span>
+ </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470391732"><img title="18-P1610141.jpg" src="http://pic.pimg.tw/stevenhgm/1387894882-1881930036.jpg" alt="18-P1610141.jpg" original="http://pic.pimg.tw/stevenhgm/1387894882-1881930036.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">午後從"秀巒"回到美樹之際已經全數撤退只剩下我們三車留下來</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">唯有"離開地球表面"睡車上的才可以不受到地上泥濘而影響</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470392077"><img title="19-IMG_3933.jpg" src="http://pic.pimg.tw/stevenhgm/1387894887-407829597.jpg" alt="19-IMG_3933.jpg" original="http://pic.pimg.tw/stevenhgm/1387894887-407829597.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470390364"><img title="14-P1610134.jpg" src="http://pic.pimg.tw/stevenhgm/1387894857-470378275.jpg" alt="14-P1610134.jpg" original="http://pic.pimg.tw/stevenhgm/1387894857-470378275.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 午後山嵐興起雲氣遊蕩<span style="font-family: 標楷體; font-size: 12pt;">盤旋在對岸山頭 人潮來來去去似乎也沒有減少</span></span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></span>
+ </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470403381"><img title="44-P1610283.jpg" src="http://pic.pimg.tw/stevenhgm/1387895099-4119123008.jpg" alt="44-P1610283.jpg" original="http://pic.pimg.tw/stevenhgm/1387895099-4119123008.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 美樹民宿有開設餐廳 室內簡單佈置提供伙食餐飲 <br /></span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;">
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610212.jpg" src="http://pic.pimg.tw/stevenhgm/1387971426-4277312474.jpg" alt="P1610212.jpg" original="http://pic.pimg.tw/stevenhgm/1387971426-4277312474.jpg" style="display: inline;" border="0" /></a>
+ </p>
+ <p style="text-align: center;"> <span style="font-family: 標楷體; font-size: 12pt;">這兩間是民宿房間 跟著民宿主人"簍信"聊起來還提到日後將改變成兩層木屋</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">一樓則是咖啡飲料/賣店提供訪客來賓有個落腳席座之地 二樓才會是民宿房間</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">心中有了計畫想法才會有日後的夢想藍圖 相信將會改變得更好的民宿露營環境<br /></span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;">
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610219.jpg" src="http://pic.pimg.tw/stevenhgm/1387971436-2828193592.jpg" alt="P1610219.jpg" original="http://pic.pimg.tw/stevenhgm/1387971436-2828193592.jpg" style="display: inline;" border="0" /></a>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 民宿前這一大區楓香林為土質營位 大致區分前、後兩個營區</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">前面這一區約可搭上十二帳/車/廳 後面那區也大約4~5帳/車/廳</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">正前方小木屋即是衛浴區 男女分別以左右<span style="font-family: 標楷體; font-size: 12pt;">兩側</span>分開(燒材鍋爐)</span>
+ </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470388054"><img title="10-P1610114.jpg" src="http://pic.pimg.tw/stevenhgm/1387894823-4061326865.jpg" alt="10-P1610114.jpg" original="http://pic.pimg.tw/stevenhgm/1387894823-4061326865.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 營區水電方便 水槽也很有特色</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470393178"><img title="22-P1610245.jpg" src="http://pic.pimg.tw/stevenhgm/1387894911-3706194096.jpg" alt="22-P1610245.jpg" original="http://pic.pimg.tw/stevenhgm/1387894911-3706194096.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 這次選擇左側地勢高些以防午夜下雨泥濘</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470392404"><img title="20-P1610238.jpg" src="http://pic.pimg.tw/stevenhgm/1387894894-1173705525.jpg" alt="20-P1610238.jpg" original="http://pic.pimg.tw/stevenhgm/1387894894-1173705525.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> "野馬"特地帶來了冬至應景食材ㄜ<span style="font-family: 標楷體; font-size: 12pt;">---湯圓</span></span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">這家還是最近被評比第一名氣的湯圓專賣店 </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470393130"><img title="21-P1610241.jpg" src="http://pic.pimg.tw/stevenhgm/1387894901-1058040075.jpg" alt="21-P1610241.jpg" original="http://pic.pimg.tw/stevenhgm/1387894901-1058040075.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 向來對於湯圓是敬謝不敏 沒想到是出乎意料之外的好吃 <span style="font-family: 標楷體; font-size: 12pt;">沒話說!</span><br /></span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> <a href="http://stevenhgm.pixnet.net/album/photo/470394156"><img title="24-IMG_4113.jpg" src="http://pic.pimg.tw/stevenhgm/1387894925-1582979930.jpg" alt="24-IMG_4113.jpg" original="http://pic.pimg.tw/stevenhgm/1387894925-1582979930.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 喜歡原住民朋友的坦率、真誠 要將民宿營地經營的有聲有色並非容易之事</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">午茶時間與"簍信"閒聊分享著他的觀點理念之時很支持對於環境應有生態保護</span> </span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">環保維護是人人有責</span></span><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"> 勿以善小而不為不計涓滴之水才可匯集成河</span></span> </span>
+ </span>
+ </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470397399"><img title="32-IMG_4248.jpg" src="http://pic.pimg.tw/stevenhgm/1387894989-1689510758.jpg" alt="32-IMG_4248.jpg" original="http://pic.pimg.tw/stevenhgm/1387894989-1689510758.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470394732"><img title="25-IMG_4152.jpg" src="http://pic.pimg.tw/stevenhgm/1387894933-2886337976.jpg" alt="25-IMG_4152.jpg" original="http://pic.pimg.tw/stevenhgm/1387894933-2886337976.jpg" style="display: inline;" border="0" /></a> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 入夜前雨絲終於漸漸緩和下來 雖然氣溫很低卻沒感受到寒冷的跡象</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">是山谷中少了寒氣還是美樹營區裡的人熱情洋溢暖化了不少寒意</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span><br /> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470404359"><img title="IMG_4158.jpg" src="http://pic.pimg.tw/stevenhgm/1387895113-4041265313.jpg" alt="IMG_4158.jpg" original="http://pic.pimg.tw/stevenhgm/1387895113-4041265313.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 聖誕前夕裝點些聖誕飾品 感受一下節慶的氛圍<br /></span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470394948"><img title="26-P1610261.jpg" src="http://pic.pimg.tw/stevenhgm/1387894940-3359449338.jpg" alt="26-P1610261.jpg" original="http://pic.pimg.tw/stevenhgm/1387894940-3359449338.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">晚餐準備了砂鍋魚頭</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470403921"><img title="46-1021221美樹露營.jpg" src="http://pic.pimg.tw/stevenhgm/1387895106-1387217970.jpg" alt="46-1021221美樹露營.jpg" original="http://pic.pimg.tw/stevenhgm/1387895106-1387217970.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">"蒯嫂"還特地準備著羊肩排、鹹豬肉、柳葉魚...哇!這哩澎湃哩...</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> "永老爺"早已備妥了好酒為遠自台南來的蒯兄嫂敬一杯囉</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">感謝蒯嫂精心準備的好料理 食指大動好菜色感恩ㄟ!</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470395164"><img title="27-IMG_4173.jpg" src="http://pic.pimg.tw/stevenhgm/1387894947-2636431527.jpg" alt="27-IMG_4173.jpg" original="http://pic.pimg.tw/stevenhgm/1387894947-2636431527.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 吃得快精光之際...才想到忘了拍合照...(哇哩咧 ^&amp;*()<br /></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470395614"><img title="28-IMG_4178.jpg" src="http://pic.pimg.tw/stevenhgm/1387894956-618198074.jpg" alt="28-IMG_4178.jpg" original="http://pic.pimg.tw/stevenhgm/1387894956-618198074.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470396325"><img title="29-IMG_4188.jpg" src="http://pic.pimg.tw/stevenhgm/1387894961-2201609427.jpg" alt="29-IMG_4188.jpg" original="http://pic.pimg.tw/stevenhgm/1387894961-2201609427.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 隔日睡到很晚才起床 不用拍日出晨光的營地對我來說都是個幸福的睡眠</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">哪怕是葉落飄零落滿地還是睡夢周公召見而去 起床的事~差點都忘記了</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;">
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="IMG_4205.jpg" src="http://pic.pimg.tw/stevenhgm/1387971396-2999285851.jpg" alt="IMG_4205.jpg" original="http://pic.pimg.tw/stevenhgm/1387971396-2999285851.jpg" style="display: inline;" border="0" /></a>
+ </p>
+ <p style="text-align: center;"> <span style="font-family: 標楷體; font-size: 12pt;"> 昨天細雨紛飛依然打落了不少落葉中間這株整個都快變成枯枝了</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">昨天依稀凋零稀疏的楓葉殘留今兒個完全不復存在(上周是最美的代名詞)</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470397765"><img title="33-IMG_4255.jpg" src="http://pic.pimg.tw/stevenhgm/1387894999-1588465034.jpg" alt="33-IMG_4255.jpg" original="http://pic.pimg.tw/stevenhgm/1387894999-1588465034.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">上回來得太早沒能見到楓葉泛紅 這次晚了一周已陸續落葉也</span>無從比對楓葉差異性 </span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;"> 另一種角度看不論青楓、金黃葉紅的楓香、葉落飄零秋滿霜、落葉枯枝的蕭瑟</span></span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">只要心中自認為是最美最浪漫的一刻 都是美的表徵也是最美的時分</span></span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470398749"><img title="34-P1610269.jpg" src="http://pic.pimg.tw/stevenhgm/1387895007-4184988815.jpg" alt="34-P1610269.jpg" original="http://pic.pimg.tw/stevenhgm/1387895007-4184988815.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 早起的"蒯嫂"已經備好熱騰騰中式稀飯、包子、蔬果 頓時~有幸福的感覺<br /></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470399232"><img title="35-IMG_4303.jpg" src="http://pic.pimg.tw/stevenhgm/1387895016-2193615729.jpg" alt="35-IMG_4303.jpg" original="http://pic.pimg.tw/stevenhgm/1387895016-2193615729.jpg" style="display: inline;" border="0" /></a> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 星期天早上趁著攝影團還沒入場先來人物場景特寫</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">野馬家兩張新"座椅"就當作是試坐囉!拍謝哩</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470400471"><img title="38-IMG_4330.jpg" src="http://pic.pimg.tw/stevenhgm/1387895047-92554161.jpg" alt="38-IMG_4330.jpg" original="http://pic.pimg.tw/stevenhgm/1387895047-92554161.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;">
+ <a href="http://stevenhgm.pixnet.net/album/photo/470389413"><img title="P1610279.jpg" src="http://pic.pimg.tw/stevenhgm/1387971446-966387512.jpg" alt="P1610279.jpg" original="http://pic.pimg.tw/stevenhgm/1387971446-966387512.jpg" style="display: inline;" border="0" /></a>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 難得有此無人美景在楓樹下的聖誕氛圍也一定要來一張才行</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470399946"><img title="37-IMG_4323.jpg" src="http://pic.pimg.tw/stevenhgm/1387895036-848978834.jpg" alt="37-IMG_4323.jpg" original="http://pic.pimg.tw/stevenhgm/1387895036-848978834.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 三家合照(Hero也一定要入鏡的)</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> <a href="http://stevenhgm.pixnet.net/album/photo/470401161"><img title="40-IMG_4342.jpg" src="http://pic.pimg.tw/stevenhgm/1387895067-717977929.jpg" alt="40-IMG_4342.jpg" original="http://pic.pimg.tw/stevenhgm/1387895067-717977929.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 接著攝影團入場帶隊老師請求借個時間也來讓學員練習楓樹下的聖誕飾品</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">此時剛好也遇到早在FB社團相互回應卻頭一次謀面的Mr."大雄"真是幸會了</span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470402037"><img title="42-IMG_4382.jpg" src="http://pic.pimg.tw/stevenhgm/1387895083-1227791497.jpg" alt="42-IMG_4382.jpg" original="http://pic.pimg.tw/stevenhgm/1387895083-1227791497.jpg" style="display: inline;" border="0" /></a> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 接近中午時分陽光漸露 藍天帷幕再次嶄露頭角 ~ 久違了!</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">期盼下的天空終於放晴 沒有缺席的藍天還是準時赴約如期出席</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470402682"><img title="41-IMG_4366.jpg" src="http://pic.pimg.tw/stevenhgm/1387895075-2647157523.jpg" alt="41-IMG_4366.jpg" original="http://pic.pimg.tw/stevenhgm/1387895075-2647157523.jpg" style="display: inline;" border="0" /></a></span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> 這兩天肉肉(Hero)天雨濕滑無法自由奔跑都快悶壞了</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">天晴後"蒯嫂"帶著散步遊園也好解解悶</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"> </span></p>
+ <p style="text-align: center;"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><a href="http://stevenhgm.pixnet.net/album/photo/470402898"><img title="43-IMG_4383.jpg" src="http://pic.pimg.tw/stevenhgm/1387895093-631461272.jpg" alt="43-IMG_4383.jpg" original="http://pic.pimg.tw/stevenhgm/1387895093-631461272.jpg" style="display: inline;" border="0" /></a> </span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">收拾好裝備準備離開營地 亮麗的</span><span style="font-family: 標楷體; font-size: 12pt;">天空鮮明對比下的楓樹林又讓人覺得有點捨不得離開</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;"><span style="font-family: 標楷體; font-size: 12pt;">道別了"美樹營地"準備前往而行</span>"石磊國小"一個很生疏的小學座落在這深山部落裡</span>
+ </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">北橫"石磊部落" 一個從未踏入的陌生之地因為露營之故否則畢生大概也不會路過</span></p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 12pt;">三位大叔同行準備走著這段遙遠的路段 下次找機會再來重溫舊夢了.......</span></p>
+ <p> </p>
+ <p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0pt;" align="center"><span style="font-family: 標楷體;" lang="EN-US"><a href="http://tw.myblog.yahoo.com/wu141993/article?mid=104&amp;sc=1"><span lang="EN-US"><span lang="EN-US"><span style="color: #0000ff; font-size: medium;">美樹營地</span></span>
+ </span>
+ </a> </span><span style="font-family: 標楷體;" lang="EN-US"><span style="font-family: 標楷體; color: black; font-size: 13pt;">資訊</span></span>
+ </p>
+ <p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0pt;" align="center"><span style="font-family: 標楷體;" lang="EN-US"><span style="font-family: 標楷體; color: black; font-size: 13pt;"><span style="font-family: 標楷體; color: #2e2e2e; font-size: 13pt;">聯絡電話:</span><span style="font-family: 標楷體; letter-spacing: 0.9pt; color: black; font-size: 13pt;" lang="EN-US">03-584-7231</span><span style="font-family: 標楷體; letter-spacing: 0.9pt; color: #4fa2c1; font-size: 13pt;">  </span><span style="font-family: 標楷體; color: black; font-size: 13pt;" lang="EN"> </span><span style="font-family: 標楷體; color: black; font-size: 13pt;">行動</span><span style="font-family: 標楷體; color: black; font-size: 13pt;" lang="EN">:</span><span style="font-family: 標楷體; color: black; font-size: 13pt;" lang="EN-US"> 0937-141993</span><span style="font-family: 標楷體; color: #2e2e2e; font-size: 13pt;" lang="EN-US"><br /></span><span style="font-family: 標楷體; color: black; font-size: 13pt;">林錦武<span lang="EN-US"> (泰雅族名: 摟信)</span></span><span style="font-family: 標楷體; color: black; font-size: 13pt;" lang="EN"><br /></span><span style="font-family: 標楷體; color: black; font-size: 13pt;">營地地址:<span style="letter-spacing: 0.9pt;">新竹縣尖石鄉玉峰村<span lang="EN-US">6鄰20號</span></span>
+ </span>
+ </span>
+ </span>
+ </p>
+ <p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0pt;" align="center"><span style="font-family: 標楷體;" lang="EN-US"><span style="font-family: 標楷體; color: black; font-size: 13pt;">每帳$600 兩間衛浴使用燒材鍋爐/ 兩間全天瓦斯 </span></span><span style="font-family: 標楷體;" lang="EN-US"><span style="font-family: 標楷體; color: black; font-size: 13pt;">廁所蹲式X 3 </span></span>
+ </p>
+ <p class="MsoNormal" style="text-align: center; margin: 0cm 0cm 0pt;" align="center"><span style="font-family: 標楷體;" lang="EN-US"><span style="font-family: 標楷體; color: black; font-size: 13pt;">楓紅期間須過中午才可搭帳 </span></span><span style="font-size: 12pt; font-family: 標楷體;" lang="EN-US">水電便利</span></p>
+ <p class="MsoNormal" style="margin: 0cm 0cm 0pt;" align="center"><strong><span style="font-family: 標楷體; font-size: 13pt;" lang="EN-US">GPS: N24 39 16.4 <span> </span>E121 18 19.5</span></strong></p>
+ <p class="MsoNormal" style="margin: 0cm 0cm 0pt;" align="center"> </p>
+ <p class="MsoNormal" style="margin: 0cm 0cm 0pt;" align="center"> </p>
+ <p style="text-align: center;"><span style="font-family: 標楷體; font-size: 14pt;"><span style="font-size: 12pt;">如果您喜歡</span>"<span style="font-size: 12pt;">史蒂文的家"圖文分享 邀請您到 </span></span><span style="font-family: 標楷體; font-size: 14pt;"><a href="https://www.facebook.com/stevenhgm1188"><span style="color: #0000cc;">FB </span><span style="color: #0000cc;" lang="EN-US"><span lang="EN-US">粉絲團</span></span>
+ </a><span style="font-size: 12pt;">按個"讚"!</span></span>
+ </p>
+ <p class="MsoNormal" style="text-align: center;" align="center"><span style="font-family: 標楷體;"><span style="font-size: 14pt;"><span style="font-size: 12pt;">內文有不定期的更新旅遊、露營圖文訊息 </span></span><span style="font-size: 14pt;"><span style="font-size: 12pt;">謝謝!</span></span>
+ </span>
+ </p>
+ <p> </p>
+ <p style="text-align: center;"> </p>
+
+ <div class="article-keyword" style="word-wrap: break-word; word-break: break-all; margin-top: 20px; clear: both;">
+ <img src="http://panel.pixfs.net/images/icons/tag_blue.gif" style="vertical-align: middle; display: inline;" original="http://panel.pixfs.net/images/icons/tag_blue.gif" />
+
+ <a href="http://tags.pixnet.net/blog/user/stevenhgm/%E7%8E%89%E5%B3%B0%E9%81%93%E8%B7%AF" rel="tag" target="_blank">玉峰道路</a>, <a href="http://tags.pixnet.net/blog/user/stevenhgm/%E4%B8%8A%E5%AE%87%E8%80%81%E8%A7%80%E6%99%AF%E5%8F%B0" rel="tag" target="_blank">上宇老觀景台</a>, <a href="http://tags.pixnet.net/blog/user/stevenhgm/%E7%BE%8E%E6%A8%B9%E7%87%9F%E5%9C%B0" rel="tag" target="_blank">美樹營地</a>, <a href="http://tags.pixnet.net/blog/user/stevenhgm/%E6%8E%A7%E6%BA%AA%E5%90%8A%E6%A9%8B" rel="tag" target="_blank">控溪吊橋</a>, <a href="http://tags.pixnet.net/blog/user/stevenhgm/%E7%9F%B3%E7%A3%8A%E9%83%A8%E8%90%BD" rel="tag" target="_blank">石磊部落</a> </div>
+
+ </div>
+ <div id="pix_article_switch_content">
+ <h5>上一篇文章與下一篇文章</h5>
+ <ul>
+ <li>
+ <a href="http://stevenhgm.pixnet.net/blog/post/39815080-%e6%84%9b%e4%b8%8a%e5%96%9c%e7%bf%81%e9%9c%b2%e7%87%9f_%e6%ad%a1%e6%85%b6%e8%81%96%e8%aa%95%e5%a4%9c%e5%b8%82%e8%b6%b4">
+ <div class="article-image-box"><img src="http://s8.pimg.tw/album/stevenhgm/element/457637358_1387458392-1693665696/zoomcrop/90x90.jpg" class="article-image" width="90" height="90" /></div><span class="article-text">愛上喜翁露營_歡慶聖誕夜市趴</span></a>
+ </li>
+ <li>
+ <a href="http://stevenhgm.pixnet.net/blog/post/40120789-%e8%b5%b0%e9%80%b2%e8%8e%ab%e5%85%a7%e9%81%87%e8%a6%8b%e8%90%bd%e7%be%bd%e6%9d%be_%e8%8f%81%e8%8a%b3%e5%9c%92">
+ <div class="article-image-box"><img src="http://s9.pimg.tw/album/stevenhgm/element/485324079_1388755991-1712764152/zoomcrop/90x90.jpg" class="article-image" width="90" height="90" /></div><span class="article-text">走進莫內遇見落羽松_菁芳園</span></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="pix-related-post pix-related-post-showed">
+ <div class="demo recommended-posts recommended-posts3" style="">
+ <h5><span>您可能會有興趣的文章</span></h5>
+ <ul class="demo">
+ <li>
+ <a href="http://csam911.pixnet.net/blog/post/165122302-%e7%a7%80%e5%b7%92----%e7%8e%89%e5%b3%b0%e9%81%93%e8%b7%af?pixfrom=related" class="source-emma" target="_blank">
+ <div class="article-image-box"><img src="http://s2.pimg.tw/album/csam911/element/12889762_1446555301-541251431/zoomcrop/100x100.jpg" class="article-image" /></div><span class="article-text">秀巒 玉峰道路</span></a>
+ </li>
+ <li>
+ <a href="http://oblu99.pixnet.net/blog/post/76200255?pixfrom=related" class="source-emma" target="_blank">
+ <div class="article-image-box"><img src="http://s8.pimg.tw/album/oblu99/element/4907698_1438316104-3828205264/zoomcrop/100x100.jpg" class="article-image" /></div><span class="article-text">[第13露] 新竹尖石 -梅花山莊</span></a>
+ </li>
+ <li>
+ <a href="http://maggieshih111.pixnet.net/blog/post/176953684-%e6%88%91%e5%80%91%e5%9c%a8%e7%a6%8f%e5%a3%bd%e5%b1%b1%e8%be%b2%e5%a0%b4%e9%81%87%e8%a6%8b%e5%a4%a2%e5%b9%bb%e7%9a%84%e6%a5%93%e8%91%89104.11.16%40%e6%a2%85?pixfrom=related" class="source-emma" target="_blank">
+ <div class="article-image-box"><img src="http://s5.pimg.tw/album/maggieshih111/element/14394145_1447820636-4168992041/zoomcrop/100x100.jpg" class="article-image" /></div><span class="article-text">我們在福壽山農場遇見夢幻的楓葉104.11.16@梅姬小姐愛旅行</span></a>
+ </li>
+ <li>
+ <div id="pixad1013"><iframe marginwidth="0" marginheight="0" framespacing="0" scrolling="NO" src="https://falcon.pixanalytics.com/ad/embed/2008" width="113" height="176" frameborder="0"></iframe></div>
+ </li>
+ <li>
+ <div id="pixad673"><iframe marginwidth="0" marginheight="0" framespacing="0" scrolling="NO" src="https://falcon.pixanalytics.com/ad/embed/2005" width="113" height="176" frameborder="0"></iframe></div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- .article-content //-->
+
+ <p class="author">
+ 史蒂文的家_藍天 發表在 <a href="http://www.pixnet.net/">痞客邦 PIXNET</a> <a href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29#comments">留言</a>(42) <span class="author-views">人氣(<span id="BlogArticleCount-39926056">23925</span>)</span>
+ </p>
+ <!-- .author //-->
+ <div class="forward">
+ <form method="POST" id="0rz-form" action="http://0rz.tw/create" target="_blank"><input name="url" value="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29" type="hidden" /> </form>
+ <a href="#" data-0rz-url="true"><img src="//s.pixfs.net/blog/images/common/push_0rz_icon.gif" />產生短網址</a>
+ <a href="javascript:;" onclick="pix.sendForwardTo('%E6%82%A8%E7%9A%84%E5%A5%BD%E6%9C%8B%E5%8F%8B%E9%82%80%E8%AB%8B%E6%82%A8%E8%A7%80%E7%9C%8B%20stevenhgm%20%E7%9A%84%E7%97%9E%E5%AE%A2%E9%82%A6%20PIXNET%20%E9%83%A8%E8%90%BD%E6%A0%BC%E6%96%87%E7%AB%A0-%E6%96%B0%E7%AB%B9%E5%B0%96%E7%9F%B3_%E7%BE%8E%E6%A8%B9%E7%87%9F%E5%9C%B0%E8%B3%9E%E6%A5%93%20%282%29','%E6%82%A8%E5%A5%BD%EF%BC%8C%0A%0A%E6%82%A8%E7%9A%84%E5%A5%BD%E6%9C%8B%E5%8F%8B%E9%82%80%E8%AB%8B%E6%82%A8%E8%A7%80%E7%9C%8B%20stevenhgm%20%E7%9A%84%E7%97%9E%E5%AE%A2%E9%82%A6%20PIXNET%20%E9%83%A8%E8%90%BD%E6%A0%BC%E6%96%87%E7%AB%A0-%E6%96%B0%E7%AB%B9%E5%B0%96%E7%9F%B3_%E7%BE%8E%E6%A8%B9%E7%87%9F%E5%9C%B0%E8%B3%9E%E6%A5%93%20%282%29%0A%E8%B6%8A%E5%A4%9A%E4%BA%BA%E7%9C%8B%E5%88%B0%EF%BC%8C%E5%8F%AF%E5%B9%AB%E4%BB%96%E5%A2%9E%E5%8A%A0%E8%B6%8A%E5%A4%9A%E4%BA%BA%E6%B0%A3%E5%96%94%7EGO%EF%BC%81%0A----------%0ADecember28%2C2013%0A%E6%96%B0%E7%AB%B9%E5%B0%96%E7%9F%B3_%E7%BE%8E%E6%A8%B9%E7%87%9F%E5%9C%B0%E8%B3%9E%E6%A5%93%20%282%29%0A%0A%0D%0A%E4%B8%80%E6%B3%A2%E6%B3%A2%E6%8E%A5%E7%BA%8C%E6%80%A7%E4%BD%8E%E6%BA%AB%E5%AF%92%E6%B5%81%E5%A0%B1%E5%88%B0%20%E5%B7%B2%E5%B0%87%E6%96%B0%E7%AB%B9%E5%B0%96%E7%9F%B3%E9%84%89%E5%BE%8C%E5%B1%B1%E4%B8%80%E5%B8%B6%E5%B1%A4%E5%B1%A4%E5%B1%B1%E5%B7%92%E6%8A%AB%E4%B8%8A%E5%AB%A3%E7%B4%85%E7%9A%84%0A----------%0A%E9%A6%AC%E4%B8%8A%E7%9C%8B%20http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529%0A----------%0A%E7%97%9E%E5%AE%A2%E9%82%A6%20PIXNET%0Ahttp%3A%2F%2Fwww.pixnet.net%2F')">E-mail轉寄</a>
+ </div>
+ <!-- .forward //-->
+ <br />
+ <div style="position: static !important; display:block !important;visibility: visible !important; float: none !important; text-align: center">
+ <div style="width: 620px; height: 250px; padding-bottom: 10px;">
+ <div id="w4d3d07afe2104426960b1077" style="width: 300px; height: 250px; float: left; padding-right: 1px;">
+ <ins class="adsbyfalcon" data-ad-client="1" data-ad-slot="1077" data-embed="false" style="display:inline-block;" data-adsbyfalcon-status="done"> <div id="pixad1077d" class="pixnet-ad"> <ins class="adsbygoogle" style="display: inline-block; width: 300px; height: 250px;" data-ad-client="ca-pub-6865528665029394" data-ad-slot="6553583120" google-ad-region="falcon" data-adsbygoogle-status="done"><ins id="aswift_0_expand" style="display:inline-table;border:none;height:250px;margin:0;padding:0;position:relative;visibility:visible;width:300px;background-color:transparent"><ins id="aswift_0_anchor" style="display:block;border:none;height:250px;margin:0;padding:0;position:relative;visibility:visible;width:300px;background-color:transparent"><iframe marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){try{h=s.upd(h,i)}catch(e){}w.location.replace(h)}}" id="aswift_0" name="aswift_0" style="left:0;position:absolute;top:0;" width="300" height="250" frameborder="0"></iframe></ins></ins>
+ </ins>
+ </div>
+ <script>
+ var falcon_dom = 'pixad1077d',
+ falcon_width = 300,
+ falcon_height = 250,
+ falcon_gclient = '6865528665029394',
+ falcon_gslot = '6553583120',
+ falcon_clickTAG = 'https://falcon.pixanalytics.com/ad/rc?i=b680f769b9c5b41c2bbdc1a66e3ec014&amp;s=criteo&amp;';
+
+ var crtg_nid = '4606',
+ crtg_cookiename = 'crtg_rta',
+ crtg_varname = 'crtg_content',
+ crtg_key = 'pix300250',
+ crtg_zoneid = '272008';
+
+ function crtg_getCookie(c_name) {
+ var i, x, y, ARRCookies = document.cookie.split(";");
+ for (i = 0; i & lt; ARRCookies.length; i++) {
+ x = ARRCookies[i].substr(0, ARRCookies[i].indexOf("="));
+ y = ARRCookies[i].substr(ARRCookies[i].indexOf("=") + 1);
+ x = x.replace(/^\s+|\s+$/g, "");
+ if (x == c_name) {
+ return unescape(y);
+ }
+ }
+ return '';
+ }
+ var crtg_content = crtg_getCookie(crtg_cookiename);
+ var crtg_rnd = Math.floor(Math.random() * 99999999999);
+ (function() {
+ var crtg_url = location.protocol + '//rtax.criteo.com/delivery/rta/rta.js?netId=' + escape(crtg_nid);
+ crtg_url += '&amp;cookieName=' + escape(crtg_cookiename);
+ crtg_url += '&amp;rnd=' + crtg_rnd;
+ crtg_url += '&amp;varName=' + escape(crtg_varname);
+ var crtg_script = document.createElement('script');
+ crtg_script.type = 'text/javascript';
+ crtg_script.src = crtg_url;
+ crtg_script.async = true;
+ if (document.getElementsByTagName("head").length & gt; 0) document.getElementsByTagName("head")[0].appendChild(crtg_script);
+ else if (document.getElementsByTagName("body").length & gt; 0) document.getElementsByTagName("body")[0].appendChild(crtg_script);
+ })();
+
+ var str = '';
+ is_google = false;
+ if (crtg_content & amp; & amp; crtg_content.indexOf(crtg_key) & gt; - 1) {
+ str = '&lt;iframe frameborder="0" marginwidth="0" marginheight="0" framespacing="0" width="' + falcon_width + '" height="' + falcon_height + '" scrolling="NO" src="//falcon.pixfs.net/criteo/ad.html';
+ str += '?zoneid=' + crtg_zoneid;
+ str += '&amp;location=' + escape(window.location);
+ str += '&amp;referer=' + escape(document.referer);
+ str += '&amp;context=' + escape(document.context);
+ str += '&amp;clickTAG=' + escape(falcon_clickTAG);
+ str += '"&gt;&lt;/iframe&gt;';
+ var img = new Image();
+ img.src = 'https://falcon.pixanalytics.com/callback/rt?type=criteo';
+ is_google = false;
+ } else {
+ str = " &lt;ins class=\"adsbygoogle\" style=\"display:inline-block;width:" + falcon_width + "px;height:" + falcon_height + "px\" data-ad-client=\"ca-pub-" + falcon_gclient + "\" data-ad-slot=\"" + falcon_gslot + "\" google-ad-region=\"falcon\"&gt; &lt;\/ins&gt;";
+ is_google = true;
+ }
+ document.getElementById(falcon_dom).innerHTML = str;
+ if (is_google) {
+ (adsbygoogle = window.adsbygoogle || []).push({});
+ var s = document.createElement('script');
+ s.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js';
+ if (document.getElementsByTagName('head').length & gt; 0) {
+ document.getElementsByTagName('head')[0].appendChild(s);
+ } else if (document.getElementsByTagName('body').length & gt; 0) {
+ document.getElementsByTagName('body')[0].appendChild(s);
+ }
+ }
+ </script>
+ </ins>
+ <script src="https://static.criteo.net/js/ld/publishertag.js"></script>
+ <div id="crt-701fb163" style="width: 300px; height: 250px; margin: 0px auto; display: none;"></div>
+ <script>
+ Criteo.DisplayAcceptableAdIfAdblocked({
+ "zoneid": 439225,
+ "containerid": "crt-701fb163"
+ });
+ </script>
+ </div>
+ <div id="w4d3d07afe2104426960b1032" style="width: 300px; height: 250px; float: left;">
+ <ins class="adsbyfalcon" data-ad-client="1" data-ad-slot="1032" data-embed="false" style="display:inline-block;width:300px;height:250px;" data-adsbyfalcon-status="done"> <div id="pixad1032d" class="pixnet-ad"> <ins class="adsbygoogle" style="display: inline-block; width: 300px; height: 250px;" data-ad-client="ca-pub-6865528665029394" data-ad-slot="3544341440" google-ad-region="falcon" data-adsbygoogle-status="done"><ins id="aswift_1_expand" style="display:inline-table;border:none;height:250px;margin:0;padding:0;position:relative;visibility:visible;width:300px;background-color:transparent"><ins id="aswift_1_anchor" style="display:block;border:none;height:250px;margin:0;padding:0;position:relative;visibility:visible;width:300px;background-color:transparent"><iframe marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){try{h=s.upd(h,i)}catch(e){}w.location.replace(h)}}" id="aswift_1" name="aswift_1" style="left:0;position:absolute;top:0;" width="300" height="250" frameborder="0"></iframe></ins></ins>
+ </ins>
+ </div>
+ <script>
+ var falcon_dom = 'pixad1032d',
+ falcon_width = 300,
+ falcon_height = 250,
+ falcon_gclient = '6865528665029394',
+ falcon_gslot = '3544341440',
+ falcon_clickTAG = 'https://falcon.pixanalytics.com/ad/rc?i=03af3e216571b0f8a47e4758fdf8da46&amp;s=criteo&amp;';
+
+ var crtg_nid = '4606',
+ crtg_cookiename = 'crtg_rta',
+ crtg_varname = 'crtg_content',
+ crtg_key = 'pix300250',
+ crtg_zoneid = '272008';
+
+ function crtg_getCookie(c_name) {
+ var i, x, y, ARRCookies = document.cookie.split(";");
+ for (i = 0; i & lt; ARRCookies.length; i++) {
+ x = ARRCookies[i].substr(0, ARRCookies[i].indexOf("="));
+ y = ARRCookies[i].substr(ARRCookies[i].indexOf("=") + 1);
+ x = x.replace(/^\s+|\s+$/g, "");
+ if (x == c_name) {
+ return unescape(y);
+ }
+ }
+ return '';
+ }
+ var crtg_content = crtg_getCookie(crtg_cookiename);
+ var crtg_rnd = Math.floor(Math.random() * 99999999999);
+ (function() {
+ var crtg_url = location.protocol + '//rtax.criteo.com/delivery/rta/rta.js?netId=' + escape(crtg_nid);
+ crtg_url += '&amp;cookieName=' + escape(crtg_cookiename);
+ crtg_url += '&amp;rnd=' + crtg_rnd;
+ crtg_url += '&amp;varName=' + escape(crtg_varname);
+ var crtg_script = document.createElement('script');
+ crtg_script.type = 'text/javascript';
+ crtg_script.src = crtg_url;
+ crtg_script.async = true;
+ if (document.getElementsByTagName("head").length & gt; 0) document.getElementsByTagName("head")[0].appendChild(crtg_script);
+ else if (document.getElementsByTagName("body").length & gt; 0) document.getElementsByTagName("body")[0].appendChild(crtg_script);
+ })();
+
+ var str = '',
+ is_google = false;
+ if (crtg_content & amp; & amp; crtg_content.indexOf(crtg_key) & gt; - 1) {
+ str = '&lt;iframe frameborder="0" marginwidth="0" marginheight="0" framespacing="0" width="' + falcon_width + '" height="' + falcon_height + '" scrolling="NO" src="//falcon.pixfs.net/criteo/ad.html';
+ str += '?zoneid=' + crtg_zoneid;
+ str += '&amp;location=' + escape(window.location);
+ str += '&amp;referer=' + escape(document.referer);
+ str += '&amp;context=' + escape(document.context);
+ str += '&amp;clickTAG=' + escape(falcon_clickTAG);
+ str += '"&gt;&lt;/iframe&gt;';
+ is_google = false;
+ } else {
+ str = " &lt;ins class=\"adsbygoogle\" style=\"display:inline-block;width:" + falcon_width + "px;height:" + falcon_height + "px\" data-ad-client=\"ca-pub-" + falcon_gclient + "\" data-ad-slot=\"" + falcon_gslot + "\" google-ad-region=\"falcon\"&gt; &lt;\/ins&gt; ";
+ is_google = true;
+ }
+ document.getElementById(falcon_dom).innerHTML = str;
+ if (is_google) {
+ (adsbygoogle = window.adsbygoogle || []).push({});
+ var s = document.createElement('script');
+ s.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js';
+ if (document.getElementsByTagName('head').length & gt; 0) {
+ document.getElementsByTagName('head')[0].appendChild(s);
+ } else if (document.getElementsByTagName('body').length & gt; 0) {
+ document.getElementsByTagName('body')[0].appendChild(s);
+ }
+ }
+ </script>
+ </ins>
+ </div>
+ </div>
+ <script>
+ (function($) {
+ var w = $('.article-content:first').width(),
+ ad1032 = $('#w4d3d07afe2104426960b1032');
+ if (w & gt; = 600) {
+ ad1032.append("&lt;ins class=\"adsbyfalcon\" data-ad-client=\"1\" data-ad-slot=\"1032\" data-embed=\"false\" style=\"display:inline-block;width:300px;height:250px;\"&gt;&lt;\/ins&gt;");
+ } else if (w & gt; = 550 & amp; & amp; w & lt; = 599) {
+ ad1032.append("&lt;ins class=\"adsbyfalcon\" data-ad-client=\"1\" data-ad-slot=\"1603\" data-embed=\"false\" style=\"display:inline-block;width:250px;height:250px;\"&gt;&lt;\/ins&gt;");
+ } else {}
+ })(jQuery);
+ </script>
+ </div>
+ </div>
+ <!-- .article-body //-->
+ <div class="article-footer">
+ <ul class="refer">
+ <li>全站分類:<a href="//www.pixnet.net/blog/articles/category/28">國內旅遊</a></li>
+ <li>個人分類:<a href="http://stevenhgm.pixnet.net/blog/category/1771157">尖石_美樹營地</a></li>
+ <li>此分類上一篇: <a class="quick-nav--cat-pre" href="http://stevenhgm.pixnet.net/blog/post/37795459-%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0---%e6%8e%a2%e8%a8%aa%e8%80%81%e9%b7%b9%e6%ba%aa--%28%e4%b8%8b%29---2011-12-18">美樹營地 - 探訪老鷹溪 (下) 2011/12/18</a></li>
+ <li>上一篇: <a class="quick-nav--pre" rel="prev" href="http://stevenhgm.pixnet.net/blog/post/39815080-%e6%84%9b%e4%b8%8a%e5%96%9c%e7%bf%81%e9%9c%b2%e7%87%9f_%e6%ad%a1%e6%85%b6%e8%81%96%e8%aa%95%e5%a4%9c%e5%b8%82%e8%b6%b4" data-public-at="1387521559" data-thumb="http://s8.pimg.tw/album/stevenhgm/element/457637358_1387458392-1693665696/zoomcrop/90x90.jpg">愛上喜翁露營_歡慶聖誕夜市趴</a></li>
+ <li>下一篇: <a class="quick-nav--next" rel="next" href="http://stevenhgm.pixnet.net/blog/post/40120789-%e8%b5%b0%e9%80%b2%e8%8e%ab%e5%85%a7%e9%81%87%e8%a6%8b%e8%90%bd%e7%be%bd%e6%9d%be_%e8%8f%81%e8%8a%b3%e5%9c%92" data-public-at="1388288280" data-thumb="http://s9.pimg.tw/album/stevenhgm/element/485324079_1388755991-1712764152/zoomcrop/90x90.jpg">走進莫內遇見落羽松_菁芳園</a></li>
+ </ul>
+ <div class="back-to-top"><a href="#top" title="back to the top of the page">▲top</a></div>
+ </div>
+ <!-- .article-footer //-->
+ </div>
+
+ <script>
+ // track 上下篇點擊
+ (function($) {
+ 'use strict';
+
+ (function(i, s, o, g, r, a, m) {
+ i['GoogleAnalyticsObject'] = r;
+ i[r] = i[r] || function() {
+ (i[r].q = i[r].q || []).push(arguments)
+ }, i[r].l = 1 * new Date();
+ a = s.createElement(o),
+ m = s.getElementsByTagName(o)[0];
+ a.async = 1;
+ a.src = g;
+ m.parentNode.insertBefore(a, m)
+ })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
+
+ ga('create', 'UA-408650-10', 'auto', {
+ 'name': 'quickNavTracker'
+ });
+
+ var referBlock = $('.refer'),
+ quickNav = {
+ catPre: {
+ selector: '.quick-nav--cat-pre',
+ name: '此分類上一篇',
+ },
+ catNext: {
+ selector: '.quick-nav--cat-next',
+ name: '此分類下一篇',
+ },
+ pre: {
+ selector: '.quick-nav--pre',
+ name: '上一篇',
+ },
+ next: {
+ selector: '.quick-nav--next',
+ name: '下一篇',
+ }
+ },
+
+ trackEvent = function(action, label) {
+ ga('quickNavTracker.send', 'event', 'blog-related-article', action, label, {
+ nonInteraction: ('imps' === action)
+ });
+ },
+
+ bindClick = function(selector, label) {
+ referBlock.on('click', selector, function() {
+ trackEvent('click', label);
+ });
+ };
+
+ for (var key in quickNav) {
+ var obj = quickNav[key];
+ if (referBlock.find(obj.selector).length) {
+ // 記錄曝光
+ trackEvent('imps', obj.name);
+
+ // 點擊時紀錄
+ bindClick(obj.selector, obj.name);
+ }
+ }
+
+ })(jQuery);
+ </script>
+ <div id="related-box" class="my-Related-box">
+ <div id="related-item" class="my-Related-Post">
+ <h5>這個類別其他的文章</h5>
+ <ul id="my_relate" class="myrelate">
+ <li>
+ <a href="http://stevenhgm.pixnet.net/blog/post/37795459-%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0---%e6%8e%a2%e8%a8%aa%e8%80%81%e9%b7%b9%e6%ba%aa--%28%e4%b8%8b%29---2011-12-18" class="relate-link" title="美樹營地 - 探訪老鷹溪 (下) 2011/12/18">
+ <div class="relate-thumb"><img src="https://s.pimg.tw/album/stevenhgm/element/259528929_1380360186-58625803/zoomcrop/90x90.jpg" class="article-image" /><span class="relate-title">美樹營地 - 探訪老鷹...</span></div>
+ </a>
+ </li>
+ <li>
+ <a href="http://stevenhgm.pixnet.net/blog/post/37795461-%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0---%e7%a7%80%e5%b7%92%e8%b3%9e%e6%a5%93--%28%e4%b8%8a%29---2011-12-17" class="relate-link" title="美樹營地 - 秀巒賞楓 (上) 2011/12/17">
+ <div class="relate-thumb"><img src="https://s.pimg.tw/album/stevenhgm/element/259530222_1380360204-2746872631/zoomcrop/90x90.jpg" class="article-image" /><span class="relate-title">美樹營地 - 秀巒賞楓...</span></div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <!-- #article-box //-->
+ <div id="user-post">
+ <div id="comment-box" class="user-post-box">
+ <a name="comments"></a>
+ <h3 id="comment-title" class="user-post-title" onclick="pix.commentSwitch('comment-text','comment-text-switch');" style="cursor:hand;cursor:pointer;"><img id="comment-text-switch" src="//s.pixfs.net/blog/images/choc/minus.gif" original="//s.pixfs.net/blog/images/choc/minus.gif" style="display: inline;" /> <span>留言列表 (42)</span></h3>
+ <div class="post-comment"><a href="/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29#comment-form">發表留言</a></div>
+
+ <div id="comment-text" class="user-post-text">
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58824406"> </a>
+ <span class="floor">#1</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://a263810.pixnet.net/blog" target="_blank" rel="nofollow">小鳳</a></span>
+ <a class="homepage" rel="nofollow" href="http://a263810.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="小鳳" title="小鳳" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/28 10:28</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://a263810.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s5.pimg.tw/avatar/a263810/0/0/zoomcrop/90x90.png?v=1383799789" alt="小鳳" original="http://s5.pimg.tw/avatar/a263810/0/0/zoomcrop/90x90.png?v=1383799789" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58824406"></p>
+ 露營兼賞楓,好棒的生活 </li>
+ <li class="reply-text">
+ 謝謝小鳳的來訪!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:31 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58824424"> </a>
+ <span class="floor">#2</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://n0911813218.pixnet.net/blog" target="_blank" rel="nofollow">茜媽咪</a></span>
+ <a class="homepage" rel="nofollow" href="http://n0911813218.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="茜媽咪" title="茜媽咪" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/28 10:42</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://n0911813218.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s8.pimg.tw/avatar/n0911813218/0/0/zoomcrop/90x90.png?v=1378478912" alt="茜媽咪" original="http://s8.pimg.tw/avatar/n0911813218/0/0/zoomcrop/90x90.png?v=1378478912" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58824424"></p>
+ 嚮往大自然....再濕冷的天依舊衝衝衝<br /> 每每分享藍天大哥捕捉的鏡頭
+ <br /> 總是特別的吸引目光....真得好美
+ <br /> 對了....我家女兒說....伯伯的露營餐點
+ <br /> 看起來好豐盛喔
+ <br />
+ </li>
+ <li class="reply-text">
+ 茜媽咪晚安:<br /> 您過獎了,我們不是專業攝影師只是喜歡拍照而已,
+ <br /> 雨天過後的楓葉蕭瑟感變厚重了,也顯得很鮮明色澤而已!
+ <br /> 這次還是南部上來的朋友帶來豐盛的晚餐,真是不好意思ㄋ!
+ <br /> (拍謝!外出帶著平板電腦不容易回應..才剛剛回家回覆)
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:37 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58827106"> </a>
+ <span class="floor">#3</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> 訪客</span> <span class="post-time">於 2013/12/28 20:34</span>
+ </li>
+ <li class="post-photo">
+ <img src="//s.pixfs.net/blog/images/choc/avatar-neutral.png" alt="訪客" original="//s.pixfs.net/blog/images/choc/avatar-neutral.png" style="display: inline;" width="90" height="90" /> </li>
+ <li class="post-text">
+ <p id="comment-58827106"></p>
+ 藍天哥<br />
+ <br /> 您的文筆真是讚
+ <br />
+ <br /> 大雄 </li>
+ <li class="reply-text">
+ 大雄 晚安:<br /> 毋影啦~只是有感而發的抒發一點所見所聞而已!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:39 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58827439"> </a>
+ <span class="floor">#4</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://linghua581101.pixnet.net/blog" target="_blank" rel="nofollow">linghua</a></span>
+ <a class="homepage" rel="nofollow" href="http://linghua581101.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="linghua" title="linghua" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/28 21:29</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://linghua581101.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s9.pimg.tw/avatar/linghua581101/0/0/zoomcrop/90x90.png?v=1380555188" alt="linghua" original="http://s9.pimg.tw/avatar/linghua581101/0/0/zoomcrop/90x90.png?v=1380555188" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58827439"></p>
+ 哇!好厚的紅毯 趴在地上取景辛苦了!<br /> 近年天氣消笑 忽冷忽熱<br /> 外拍能遇到最美的藍天和紅葉 可遇不可求....<br /> 桌上的砂鍋魚頭看起來超讚
+ <br /> 冷冷的寒冬享用 一定過癮極了! </li>
+ <li class="reply-text">
+ 哈~我的相機可以翻轉螢幕ㄜ,當初也有考慮到這場景的辛苦...<br /> 所以螢幕可以折疊就輕鬆多囉!
+ <br /> 楓紅總是不等人的,我們這一周跟上周相比較的話就差很大,
+ <br /> 選對時間才是做重要! 天寒之際吃火鍋最方便,也是偷懶...
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:59 回覆 </p>
+ </li>
+ </ul>
+ <div id="v4cd82eeb822f4f91b98b1738" style="text-align: center;">
+ <ins class="adsbyfalcon" data-ad-client="1" data-ad-slot="1738" data-embed="false" style="display:inline-block;" data-adsbyfalcon-status="done"> <div style="text-align:center;margin-bottom:20px;">
+<ins class="adsbygoogle pixnet-ad" style="display:inline-block;width:468px;height:60px;" data-ad-region="falcon" data-ad-client="ca-pub-6865528665029394" data-ad-slot="4359503000" data-adsbygoogle-status="done"><ins id="aswift_2_expand" style="display:inline-table;border:none;height:60px;margin:0;padding:0;position:relative;visibility:visible;width:468px;background-color:transparent"><ins id="aswift_2_anchor" style="display:block;border:none;height:60px;margin:0;padding:0;position:relative;visibility:visible;width:468px;background-color:transparent"><iframe marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true" onload="var i=this.id,s=window.google_iframe_oncopy,H=s&amp;&amp;s.handlers,h=H&amp;&amp;H[i],w=this.contentWindow,d;try{d=w.document}catch(e){}if(h&amp;&amp;d&amp;&amp;(!d.body||!d.body.firstChild)){if(h.call){setTimeout(h,0)}else if(h.match){try{h=s.upd(h,i)}catch(e){}w.location.replace(h)}}" id="aswift_2" name="aswift_2" style="left:0;position:absolute;top:0;" width="468" height="60" frameborder="0"></iframe></ins></ins>
+ </ins>
+ </div>
+
+ <script>
+ (adsbygoogle = window.adsbygoogle || []).push({});
+ jQuery.ajaxSetup({
+ 'cache': true
+ });
+ jQuery.getScript("//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js");
+ jQuery.ajaxSetup({
+ 'cache': false
+ });
+ </script>
+ </ins>
+ <script src="https://static.criteo.net/js/ld/publishertag.js"></script>
+ <div id="crt-480037" style="width: 300px; height: 250px; margin: 0px auto; display: none;"></div>
+ <script>
+ Criteo.DisplayAcceptableAdIfAdblocked({
+ "zoneid": 480037,
+ "containerid": "crt-480037"
+ });
+ </script>
+ </div>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58827835"> </a>
+ <span class="floor">#5</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://sam831110.pixnet.net/blog" target="_blank" rel="nofollow">青草</a></span>
+ <a class="homepage" rel="nofollow" href="http://sam831110.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="青草" title="青草" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/28 22:50</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://sam831110.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s4.pimg.tw/avatar/sam831110/0/0/zoomcrop/90x90.png?v=1378207418" alt="青草" original="http://s4.pimg.tw/avatar/sam831110/0/0/zoomcrop/90x90.png?v=1378207418" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58827835"></p>
+ 大哥晚安~<br /> 今天路過美樹營地,真的很美!
+ <br /> 可惜現在楓已落的差不多了!!
+ <br /> 好深山那內的地方,我們由秀巒下玉峰
+ <br /> 再由北橫三光回家,一路的山景秀麗!! </li>
+ <li class="reply-text">
+ 青草晚安:<br /> 上週幾天下來又是風又是雨,
+ <br /> "花落知多少..."就算差一周也
+ <br /> 差很大呢!明年算準時間再訪
+ <br /> 就一定很棒的!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:56 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58830403"> </a>
+ <span class="floor">#6</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://kwi3.pixnet.net/blog" target="_blank" rel="nofollow">阿蒯</a></span>
+ <a class="homepage" rel="nofollow" href="http://kwi3.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="阿蒯" title="阿蒯" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/29 09:50</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://kwi3.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s2.pimg.tw/avatar/kwi3/0/0/zoomcrop/90x90.png?v=1378780336" alt="阿蒯" original="http://s2.pimg.tw/avatar/kwi3/0/0/zoomcrop/90x90.png?v=1378780336" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58830403"></p>
+ 大推<br /> 不是因為文中的很多”蒯嫂”
+ <br /> 回家之後發現我的”恐山症”竟然好了八成
+ <br /> 那段石磊產業道路 心理暗唸”阿彌陀佛”不只百遍除了感謝<br /> 我詞窮了
+ <br /> 你們與野馬伉儷的友誼讓我們在陰雨寒冷中覺得溫暖
+ <br /> 這是一次另人感動的旅程
+ <br /> 有你們真好! </li>
+ <li class="reply-text">
+ 蒯兄嫂晚安:<br /> 這趟路讓您辛苦了,雖然天氣不佳依然如期赴約,
+ <br /> 讓蒯嫂處處打點得得這麼好,真有點過意不去...
+ <br /> 感恩!相信"之前"的車況給受驚擾了,如今應該
+ <br /> 是恢復信心,有藍天在的話,出門都是安全無虞的!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:54 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58832299"> </a>
+ <span class="floor">#7</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://chi6239.pixnet.net/blog" target="_blank" rel="nofollow">甄妮佛</a></span>
+ <a class="homepage" rel="nofollow" href="http://chi6239.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="甄妮佛" title="甄妮佛" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/29 16:01</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://chi6239.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s4.pimg.tw/avatar/chi6239/0/0/zoomcrop/90x90.png?v=1378050364" alt="甄妮佛" original="http://s4.pimg.tw/avatar/chi6239/0/0/zoomcrop/90x90.png?v=1378050364" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58832299"></p>
+ 山嵐 楓樹 落葉 ... 這地方太美了!! 太美了!! </li>
+ <li class="reply-text">
+ 甄妮佛 晚安:<br /> 如果有露營的朋友一定也聽過有這個地方,
+ <br /> 時令季節一到就是楓紅滿地...尖石秀巒一帶
+ <br /> 很有秋天的氣息哦....
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:48 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58833619"> </a>
+ <span class="floor">#8</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://cora808.pixnet.net/blog" target="_blank" rel="nofollow">Cora</a></span>
+ <a class="homepage" rel="nofollow" href="%E5%80%8B%E4%BA%BA%E7%B6%B2%E9%A0%81+..." target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="Cora" title="Cora" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <a href="mailto:%E9%9B%BB%E5%AD%90%E9%83%B5%E4%BB%B6+..."><img class="comment-icon" src="//front.pixfs.net/comment/images/info-mail.gif" alt="寄信給 Cora" title="寄信給 Cora" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-mail.gif" /></a>
+ <span class="post-time">於 2013/12/29 20:27</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://cora808.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s9.pimg.tw/avatar/cora808/0/0/zoomcrop/90x90.png?v=1252648592" alt="Cora" original="http://s9.pimg.tw/avatar/cora808/0/0/zoomcrop/90x90.png?v=1252648592" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58833619"></p>
+ 雨霧飄渺中的楓黃楓紅另有一番風韻 </li>
+ <li class="reply-text">
+ Cora晚安:<br /> 幾天下來楓葉經過雨後洗滌變得很鮮明,
+ <br /> 當然也帶走許多落葉..蕭瑟唯美另一種風情!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:46 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58844251"> </a>
+ <span class="floor">#9</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://tinned.pixnet.net/blog" target="_blank" rel="nofollow">tinned</a></span>
+ <a class="homepage" rel="nofollow" href="http://tinned.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="tinned" title="tinned" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/30 16:49</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://tinned.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s5.pimg.tw/avatar/tinned/0/0/zoomcrop/90x90.png?v=1252648994" alt="tinned" original="http://s5.pimg.tw/avatar/tinned/0/0/zoomcrop/90x90.png?v=1252648994" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58844251"></p>
+ 真是拍的漂亮 我是北七強 </li>
+ <li class="reply-text">
+ 北七強 晚安:<br /> 謝謝不吝讚美,其實我們只是喜歡拍而已,畢竟跟專業攝影還是有段距離,
+ <br /> 簍信能有有您這些朋友真是太幸福了...,美樹愈來愈進步您是功不可沒...
+ <br /> (哈~這個名稱取得...似乎很有玄機呢?)
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:44 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58845868"> </a>
+ <span class="floor">#10</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://amay3952.pixnet.net/blog" target="_blank" rel="nofollow">莉莉夫子</a></span>
+ <a class="homepage" rel="nofollow" href="http://amay3952.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="莉莉夫子" title="莉莉夫子" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/30 20:37</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://amay3952.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s7.pimg.tw/avatar/amay3952/0/0/zoomcrop/90x90.png?v=1377853418" alt="莉莉夫子" original="http://s7.pimg.tw/avatar/amay3952/0/0/zoomcrop/90x90.png?v=1377853418" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58845868"></p>
+ 藍天大哥:晚安~<br /> 哇~睡車上.機動性很強咧~
+ <br /> 今年的美樹 好美啊~ </li>
+ <li class="reply-text">
+ LiLi夫子晚安:<br /> 是呀!改裝成車中床離開"地球表面",力克
+ <br /> 潮溼地表(懶得收帳篷才是事實)..
+ <br /> 今年的"美樹"楓紅狀況很優,我們去的上一周
+ <br /> 更是最大值,看到FB有朋友分享..美的驚豔!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:25 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58855873"> </a>
+ <span class="floor">#11</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://blackjack246.pixnet.net/blog" target="_blank" rel="nofollow">黑傑克</a></span>
+ <a class="homepage" rel="nofollow" href="http://blackjack246.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="黑傑克" title="黑傑克" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2013/12/31 22:50</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://blackjack246.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s1.pimg.tw/avatar/blackjack246/0/0/zoomcrop/90x90.png?v=1378126837" alt="黑傑克" original="http://s1.pimg.tw/avatar/blackjack246/0/0/zoomcrop/90x90.png?v=1378126837" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58855873"></p>
+ 在藍天大的掌鏡下,美樹果然是仙境呀~ </li>
+ <li class="reply-text">
+ 黑傑克晚安:<br /> 拍謝!出門五天才剛剛入門,外出使用平板電腦
+ <br /> 實在很不方便中文輸入跟回應....
+ <br /> 您客氣了,我們只是很一般的而已,看了您的
+ <br /> 瑞士之行...才是仙境,會流口水哦!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/01 20:17 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post secret">
+ <li class="post-text">
+ 悄悄話 </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58869610"> </a>
+ <span class="floor">#13</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://moonheart930906.pixnet.net/blog" target="_blank" rel="nofollow">飛兒</a></span>
+ <a class="homepage" rel="nofollow" href="http://moonheart930906.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="飛兒" title="飛兒" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/02 14:31</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://moonheart930906.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s4.pimg.tw/avatar/moonheart930906/0/0/zoomcrop/90x90.png?v=1378036386" alt="飛兒" original="http://s4.pimg.tw/avatar/moonheart930906/0/0/zoomcrop/90x90.png?v=1378036386" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58869610"></p>
+ 那年 我不是才不約而同到美樹賞楓<br /> 好快 又過了一年<br /> 山嵐在遠方飄移 讓秋楓更有意境<br /> 美樹的楓香 不管怎麼拍都很美<br /> 石磊部落 我在原民台看過介紹<br /> 是一個以種植有機蔬果為主的部落
+ <br /> 也是一個很美的地方 我還沒去過<br /> 期待藍天大哥的分享 </li>
+ <li class="reply-text">
+ 飛兒晚安:<br /> 說的也是,那年真的是不約而同,
+ <br /> 只差沒真的碰面而已..如今又已
+ <br /> 倏逾兩年了...
+ <br /> 回程走"石磊道路"再轉回北橫巴崚,
+ <br /> 切回三峽回台北,路況好遠喲...
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/02 23:36 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58870249"> </a>
+ <span class="floor">#14</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://wanglin420704.pixnet.net/blog" target="_blank" rel="nofollow">王昆</a></span>
+ <a class="homepage" rel="nofollow" href="http://wanglin420704.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="王昆" title="王昆" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/02 15:53</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://wanglin420704.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s9.pimg.tw/avatar/wanglin420704/0/0/zoomcrop/90x90.png?v=1384300563" alt="王昆" original="http://s9.pimg.tw/avatar/wanglin420704/0/0/zoomcrop/90x90.png?v=1384300563" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58870249"></p>
+ 欣賞好圖文唷~<br /> 安安~工作愉快~~順心~ </li>
+ <li class="reply-text">
+ 謝謝賞圖!<br /> 祝福~順遂
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/13 23:05 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58871149"> </a>
+ <span class="floor">#15</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://a17456.pixnet.net/blog" target="_blank" rel="nofollow">大小姐</a></span>
+ <a class="homepage" rel="nofollow" href="http://a17456.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="大小姐" title="大小姐" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/02 17:44</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://a17456.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s2.pimg.tw/avatar/a17456/0/0/zoomcrop/90x90.png?v=1419350869" alt="大小姐" original="http://s2.pimg.tw/avatar/a17456/0/0/zoomcrop/90x90.png?v=1419350869" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58871149"></p>
+ 真是讓人羨慕的生活喔 </li>
+ <li class="reply-text">
+ 大小姐 晚安:<br /> 露營是另外一種戶外生活,您的餐飲美食生活
+ <br /> 也是不遑多讓ㄜ...
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/02 23:30 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58872136"> </a>
+ <span class="floor">#16</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://wanglin420704.pixnet.net/blog" target="_blank" rel="nofollow">王昆</a></span>
+ <a class="homepage" rel="nofollow" href="http://wanglin420704.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="王昆" title="王昆" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/02 20:32</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://wanglin420704.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s9.pimg.tw/avatar/wanglin420704/0/0/zoomcrop/90x90.png?v=1384300563" alt="王昆" original="http://s9.pimg.tw/avatar/wanglin420704/0/0/zoomcrop/90x90.png?v=1384300563" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58872136"></p>
+ 賞圖文唷~美唷!! 善知識晚安安<br />
+ <br /> 祝您馬年行大運馬上賺大錢唷~
+ <br />
+ </li>
+ <li class="reply-text">
+ 也祝您 新春愉快,新的一年心想事成,萬事如意
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/02 23:59 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58872682"> </a>
+ <span class="floor">#17</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://c1118c1118.pixnet.net/blog" target="_blank" rel="nofollow">光頭</a></span>
+ <a class="homepage" rel="nofollow" href="http://c1118c1118.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="光頭" title="光頭" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/02 21:52</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://c1118c1118.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s.pimg.tw/avatar/c1118c1118/0/0/zoomcrop/90x90.png?v=1399133604" alt="光頭" original="http://s.pimg.tw/avatar/c1118c1118/0/0/zoomcrop/90x90.png?v=1399133604" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58872682"></p>
+ 楓樹 落葉~這地方太美~拍照真美 </li>
+ <li class="reply-text">
+ 光頭 晚安:<br /> 這格地點的楓香泛紅之際是最美的時刻,
+ <br /> 人在現場看更是會感動的地方...
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/02 23:32 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post secret">
+ <li class="post-text">
+ 悄悄話 </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58881475"> </a>
+ <span class="floor">#19</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://sheilateng.pixnet.net/blog" target="_blank" rel="nofollow">Sheila Teng</a></span>
+ <a class="homepage" rel="nofollow" href="http://sheilateng.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="Sheila Teng" title="Sheila Teng" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/03 19:41</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://sheilateng.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s4.pimg.tw/avatar/sheilateng/0/0/zoomcrop/90x90.png?v=1392195296" alt="Sheila Teng" original="http://s4.pimg.tw/avatar/sheilateng/0/0/zoomcrop/90x90.png?v=1392195296" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58881475"></p>
+ 台灣能找到這麼厚實的楓葉地毯...不容易呀!!<br /> 此時若想低拍就會羨慕起那些螢幕可翻轉的相機了~
+ <br />
+ <br /> 控溪吊橋那邊我拍過, 風景真的很棒!<br /> 美樹名字取得簡單乾脆...
+ <br /> 這個地方記下來了, 不必去石門水庫人擠人<br /> 這裡的楓葉更有看頭哩!!!
+ <br />
+ </li>
+ <li class="reply-text">
+ Sheila晚安:<br /> 來到秀巒軍艦岩、控溪吊橋拍秋楓的話,
+ <br /> 那就得順道去"美樹"拍楓香林才不需此行,
+ <br /> 一個簡單的營地卻是愛攝人士每年必訪之地,
+ <br /> 攝影老師總是帶著學員來此地外拍練習,
+ <br /> 要是妳來拍攝的話,必然精彩可期,"另眼看待"ㄜ!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/03 22:07 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58882654"> </a>
+ <span class="floor">#20</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://su06wuwu.pixnet.net/blog" target="_blank" rel="nofollow">阿麗瑪</a></span>
+ <a class="homepage" rel="nofollow" href="http://su06wuwu.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="阿麗瑪" title="阿麗瑪" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/03 22:44</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://su06wuwu.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s6.pimg.tw/avatar/su06wuwu/0/0/zoomcrop/90x90.png?v=1381192313" alt="阿麗瑪" original="http://s6.pimg.tw/avatar/su06wuwu/0/0/zoomcrop/90x90.png?v=1381192313" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58882654"></p>
+ 先來說個老梗~落花並非無情物,化作春泥更護花!♥<br /> 落葉鋪成的地毯真的感覺粉溫馨吼?
+ <br /> 哦~你們南來北往大會師噢?
+ <br /> 美樹營地好美呢!偶們一心一意直奔司馬庫斯所以沒有近來賞景...
+ <br /> 伙食好讚噢!偶們四餐有兩餐試吃泡麵,早餐是吃隔夜飯泡水的硬硬不濃稠稀飯...☹
+ <br /> 恭喜你們收穫滿行曩♣★
+ <br /> 噢對!還有怎麼睡車上呢?露營車嗎?偶們去年元旦去國境之南找不到旅館也是當了車床族~睡車上...好累!︿_* </li>
+ <li class="reply-text">
+ 阿麗瑪晚安:<br /> 這個季節的楓香林剛好泛紅,剛好連日來雨勢不斷變成
+ <br /> 落葉成塚,否則滿滿色彩的楓樹是最美的! 阿蒯之家特地<br /> 從南部北上一起同露,蒯嫂手藝很棒我們才有口福哩!
+ <br /> 我們是休旅車,經由專門店家改裝成"活動式車床",拆卸快速
+ <br /> 只需要五分鐘就可以搞定,長度180公分(含海棉墊)這樣睡眠
+ <br /> 才有品質,一覺到天亮甚至會睡過頭...
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/03 23:11 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58882906"> </a>
+ <span class="floor">#21</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://daitou.pixnet.net/blog" target="_blank" rel="nofollow">DaiTou</a></span>
+ <a class="homepage" rel="nofollow" href="http://daitou.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="DaiTou" title="DaiTou" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/03 23:17</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://daitou.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s4.pimg.tw/avatar/daitou/0/0/zoomcrop/90x90.png?v=1387714327" alt="DaiTou" original="http://s4.pimg.tw/avatar/daitou/0/0/zoomcrop/90x90.png?v=1387714327" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58882906"></p>
+ 楓葉很美 </li>
+ <li class="reply-text">
+ 謝謝!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/03 23:34 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post secret">
+ <li class="post-text">
+ 悄悄話 </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-58948831"> </a>
+ <span class="floor">#23</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://imel168.pixnet.net/blog" target="_blank" rel="nofollow">lily</a></span>
+ <a class="homepage" rel="nofollow" href="http://imel168.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="lily" title="lily" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/09 15:20</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://imel168.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s.pimg.tw/avatar/imel168/0/0/zoomcrop/90x90.png?v=1449731612" alt="lily" original="http://s.pimg.tw/avatar/imel168/0/0/zoomcrop/90x90.png?v=1449731612" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-58948831"></p>
+ 第一張相片的貓頭鷹實在是太吸睛了~~<br /> 這裡賞楓露營真是好地方
+ <br /> 出去露營能吃到如此豐盛
+ <br /> 真是超級羨慕ㄋ </li>
+ <li class="reply-text">
+ Lily 晚安:<br /> 美樹營地招牌上分別佈置了幾隻貓頭鷹,
+ <br /> 顏色鮮豔也很可愛,也成為愛攝人士的鏡頭
+ <br /> 追逐焦點,有機會可以去看一看!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/01/09 21:10 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-59096524"> </a>
+ <span class="floor">#24</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://tinned.pixnet.net/blog" target="_blank" rel="nofollow">tinned</a></span>
+ <a class="homepage" rel="nofollow" href="http://tinned.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="tinned" title="tinned" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/01/27 15:28</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://tinned.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s5.pimg.tw/avatar/tinned/0/0/zoomcrop/90x90.png?v=1252648994" alt="tinned" original="http://s5.pimg.tw/avatar/tinned/0/0/zoomcrop/90x90.png?v=1252648994" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-59096524"></p>
+ 北七強的由來ㄚ<br /> 就很簡單ㄚ 畫圖的時候很單純 很少去想最後的結果<br />
+ <br /> 北七 還挺不錯的ㄚ 可能是指ㄧ個心境問題喔 </li>
+ <li class="reply-text">
+ 簍信,有緣認識你們這些朋友真是幸運了!<br /> "北七" 的取名太有意思了~~<br /> (拍謝, 今早上才見到有漏回覆的,金害ㄟ)
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/02/10 10:22 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-60415990"> </a>
+ <span class="floor">#25</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://jo2353584.pixnet.net/blog" target="_blank" rel="nofollow">養身館的部落格</a></span>
+ <a class="homepage" rel="nofollow" href="http://jo2353584.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="養身館的部落格" title="養身館的部落格" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2014/11/21 09:36</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://jo2353584.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s2.pimg.tw/avatar/jo2353584/0/0/zoomcrop/90x90.png?v=1410872107" alt="養身館的部落格" original="http://s2.pimg.tw/avatar/jo2353584/0/0/zoomcrop/90x90.png?v=1410872107" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-60415990"></p>
+ 哇~~在楓葉樹下~~露營~~吃火鍋~~別有一番情境喔~~推~~ </li>
+ <li class="reply-text">
+ 謝謝囉!!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2014/11/24 20:48 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61413637"> </a>
+ <span class="floor">#26</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> 訪客</span> <span class="post-time">於 2015/11/30 12:45</span>
+ </li>
+ <li class="post-photo">
+ <img src="//s.pixfs.net/blog/images/choc/avatar-neutral.png" alt="訪客" original="//s.pixfs.net/blog/images/choc/avatar-neutral.png" style="display: inline;" width="90" height="90" /> </li>
+ <li class="post-text">
+ <p id="comment-61413637"></p>
+ 真的拍得好棒好溫馨~~ </li>
+ <li class="reply-text">
+ 謝謝賞圖/文!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2015/11/30 17:40 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61704922"> </a>
+ <span class="floor">#27</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://qiqichoi.pixnet.net/blog" target="_blank" rel="nofollow">qiqichoi</a></span>
+ <a class="homepage" rel="nofollow" href="http://qiqichoi.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="qiqichoi" title="qiqichoi" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/07/05 18:11</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://qiqichoi.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s1.pimg.tw/avatar/qiqichoi/0/0/zoomcrop/90x90.png?v=" alt="qiqichoi" original="http://s1.pimg.tw/avatar/qiqichoi/0/0/zoomcrop/90x90.png?v=" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61704922"></p>
+ 真是太美了 </li>
+ <li class="reply-text">
+ 謝謝你的喜歡~<br />
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/07/05 19:26 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61718662"> </a>
+ <span class="floor">#28</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://h48812345.pixnet.net/blog" target="_blank" rel="nofollow">GE台北車庫-小壕</a></span>
+ <a class="homepage" rel="nofollow" href="http://h48812345.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="GE台北車庫-小壕" title="GE台北車庫-小壕" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/07/16 14:19</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://h48812345.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s5.pimg.tw/avatar/h48812345/0/0/zoomcrop/90x90.png?v=1464609989" alt="GE台北車庫-小壕" original="http://s5.pimg.tw/avatar/h48812345/0/0/zoomcrop/90x90.png?v=1464609989" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61718662"></p>
+ 好美哦!!!<br />
+ </li>
+ <li class="reply-text">
+ 謝謝您的喜歡!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/07/18 17:25 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61729471"> </a>
+ <span class="floor">#29</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://mikodraw.pixnet.net/blog" target="_blank" rel="nofollow">米可</a></span>
+ <a class="homepage" rel="nofollow" href="http://mikodraw.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="米可" title="米可" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/07/28 15:07</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://mikodraw.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s.pimg.tw/avatar/mikodraw/0/0/zoomcrop/90x90.png?v=1471176256" alt="米可" original="http://s.pimg.tw/avatar/mikodraw/0/0/zoomcrop/90x90.png?v=1471176256" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61729471"></p>
+ 這太美了!好喜歡,我從沒看過,希望有一天可以去看看走一趟! </li>
+ <li class="reply-text">
+ 這裡是新竹縣秀巒鄉很著名的攝影景點,<br /> 如果不是露營的話也可以趁著早上開放時間拍照,
+ <br /> 付入園會即可入內盡情拍照...
+ <br /> PS:每年楓紅時間"大約"是12月中...左右,
+ <br /> 實際還得視當地氣溫而定
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/08/02 10:37 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61740319"> </a>
+ <span class="floor">#30</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://h48812345.pixnet.net/blog" target="_blank" rel="nofollow">GE台北車庫-小壕</a></span>
+ <a class="homepage" rel="nofollow" href="http://h48812345.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="GE台北車庫-小壕" title="GE台北車庫-小壕" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/08/10 16:36</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://h48812345.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s5.pimg.tw/avatar/h48812345/0/0/zoomcrop/90x90.png?v=1464609989" alt="GE台北車庫-小壕" original="http://s5.pimg.tw/avatar/h48812345/0/0/zoomcrop/90x90.png?v=1464609989" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61740319"></p>
+ 感覺好享受哦~~~ </li>
+ <li class="reply-text">
+ 呵,謝謝賞圖! 晚安<br />
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/08/11 23:03 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61755082"> </a>
+ <span class="floor">#31</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://tckitkit.pixnet.net/blog" target="_blank" rel="nofollow">tckitkit</a></span>
+ <a class="homepage" rel="nofollow" href="http://tckitkit.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="tckitkit" title="tckitkit" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/08/22 17:32</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://tckitkit.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s7.pimg.tw/avatar/tckitkit/0/0/zoomcrop/90x90.png?v=" alt="tckitkit" original="http://s7.pimg.tw/avatar/tckitkit/0/0/zoomcrop/90x90.png?v=" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61755082"></p>
+ 拍得好美 </li>
+ <li class="reply-text">
+ 謝謝! 晚安~<br />
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/08/22 22:27 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61767484"> </a>
+ <span class="floor">#32</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://pige8436.pixnet.net/blog" target="_blank" rel="nofollow">Quby</a></span>
+ <a class="homepage" rel="nofollow" href="http://pige8436.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="Quby" title="Quby" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/08/31 21:15</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://pige8436.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s7.pimg.tw/avatar/pige8436/0/0/zoomcrop/90x90.png?v=1435915418" alt="Quby" original="http://s7.pimg.tw/avatar/pige8436/0/0/zoomcrop/90x90.png?v=1435915418" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61767484"></p>
+ 再過不久又進入秋天了<br /> 楓葉照令人很期待呢
+ <br /> 而且到時候的天氣適合露營
+ <br /> 不會很濕熱也不會太冷 </li>
+ <li class="reply-text">
+ 入秋之後寒流來襲就容易讓秋楓變色,<br /> 秋高氣爽野正是露營的好時節
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/09/08 18:37 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61777000"> </a>
+ <span class="floor">#33</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://a0988025959.pixnet.net/blog" target="_blank" rel="nofollow">面面</a></span>
+ <a class="homepage" rel="nofollow" href="http://commutetrip.com/%E9%97%9C%E6%96%BC%E9%80%A2%E7%94%B2fully" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="面面" title="面面" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/09/12 19:30</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://a0988025959.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s.pimg.tw/avatar/a0988025959/0/0/zoomcrop/90x90.png?v=1471263551" alt="面面" original="http://s.pimg.tw/avatar/a0988025959/0/0/zoomcrop/90x90.png?v=1471263551" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61777000"></p>
+ 拍的照片真的好美 謝謝 </li>
+ <li class="reply-text">
+ 謝謝妳的喜歡~
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/09/13 18:13 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61781434"> </a>
+ <span class="floor">#34</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://drw1041.pixnet.net/blog" target="_blank" rel="nofollow">木博士</a></span>
+ <a class="homepage" rel="nofollow" href="http://drw1041.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="木博士" title="木博士" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/09/19 19:05</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://drw1041.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s3.pimg.tw/avatar/drw1041/0/0/zoomcrop/90x90.png?v=1386410244" alt="木博士" original="http://s3.pimg.tw/avatar/drw1041/0/0/zoomcrop/90x90.png?v=1386410244" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61781434"></p>
+ 很美~美術營是帶小朋友去玩的好地方!! </li>
+ <li class="reply-text">
+ 美樹營地有奇迷人之處,春夏秋冬各有其特色,<br /> 小朋友玩耍也很安全的!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/09/23 09:38 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61788430"> </a>
+ <span class="floor">#35</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://tw27003265.pixnet.net/blog" target="_blank" rel="nofollow">tw27003265</a></span>
+ <a class="homepage" rel="nofollow" href="http://commutetrip.com/" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="tw27003265" title="tw27003265" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/09/28 17:18</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://tw27003265.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s2.pimg.tw/avatar/tw27003265/0/0/zoomcrop/90x90.png?v=1473860284" alt="tw27003265" original="http://s2.pimg.tw/avatar/tw27003265/0/0/zoomcrop/90x90.png?v=1473860284" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61788430"></p>
+ 秋之景好美呢 </li>
+ <li class="reply-text">
+ 新竹秀巒一帶的熱門楓紅景點之一
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/10/04 09:47 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61788916"> </a>
+ <span class="floor">#36</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://thousand0410.pixnet.net/blog" target="_blank" rel="nofollow">中壢中古鋼琴中心</a></span>
+ <a class="homepage" rel="nofollow" href="http://thousand0410.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="中壢中古鋼琴中心" title="中壢中古鋼琴中心" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/09/29 05:37</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://thousand0410.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s8.pimg.tw/avatar/thousand0410/0/0/zoomcrop/90x90.png?v=1420095364" alt="中壢中古鋼琴中心" original="http://s8.pimg.tw/avatar/thousand0410/0/0/zoomcrop/90x90.png?v=1420095364" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61788916"></p>
+ 看起來真美 棒 </li>
+ <li class="reply-text">
+ 新竹秀巒一帶的熱門楓紅景點之一
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/10/04 09:47 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61789510"> </a>
+ <span class="floor">#37</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://jenny10113.pixnet.net/blog" target="_blank" rel="nofollow">Jenny10113</a></span>
+ <a class="homepage" rel="nofollow" href="http://jenny10113.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="Jenny10113" title="Jenny10113" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/09/29 19:46</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://jenny10113.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s3.pimg.tw/avatar/jenny10113/0/0/zoomcrop/90x90.png?v=1473045602" alt="Jenny10113" original="http://s3.pimg.tw/avatar/jenny10113/0/0/zoomcrop/90x90.png?v=1473045602" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61789510"></p>
+ 好夢幻喔!!!!! </li>
+ <li class="reply-text">
+ 很美的楓香營地,楓紅時節也是熱門的拍照景點
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/10/04 09:46 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61792762"> </a>
+ <span class="floor">#38</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://h48812345.pixnet.net/blog" target="_blank" rel="nofollow">GE台北車庫-小壕</a></span>
+ <a class="homepage" rel="nofollow" href="http://h48812345.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="GE台北車庫-小壕" title="GE台北車庫-小壕" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/09/30 18:49</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://h48812345.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s5.pimg.tw/avatar/h48812345/0/0/zoomcrop/90x90.png?v=1464609989" alt="GE台北車庫-小壕" original="http://s5.pimg.tw/avatar/h48812345/0/0/zoomcrop/90x90.png?v=1464609989" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61792762"></p>
+ 好適合約會的地方~ </li>
+ <li class="reply-text">
+ 小而美的營地,一年四季的楓箱各有特色,<br /> 適合各式各樣的聚會ㄜ
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/10/04 09:45 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61801837"> </a>
+ <span class="floor">#39</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> 廣州十大旅遊景點</span>
+ <a class="homepage" rel="nofollow" href="http://www.fun01.net/post233268/2525" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="廣州十大旅遊景點" title="廣州十大旅遊景點" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/10/11 11:02</span>
+ </li>
+ <li class="post-photo">
+ <img src="//s.pixfs.net/blog/images/choc/avatar-neutral.png" alt="廣州十大旅遊景點" original="//s.pixfs.net/blog/images/choc/avatar-neutral.png" style="display: inline;" width="90" height="90" /> </li>
+ <li class="post-text">
+ <p id="comment-61801837"></p>
+ 這篇寫的很好<br /> 歡迎回訪喔 </li>
+ <li class="reply-text">
+ 謝謝你!<br />
+ <br />
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2016/10/12 14:25 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61807225"> </a>
+ <span class="floor">#40</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://tw27003265.pixnet.net/blog" target="_blank" rel="nofollow">tw27003265</a></span>
+ <a class="homepage" rel="nofollow" href="http://commutetrip.com/" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="tw27003265" title="tw27003265" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/10/17 19:47</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://tw27003265.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s2.pimg.tw/avatar/tw27003265/0/0/zoomcrop/90x90.png?v=1473860284" alt="tw27003265" original="http://s2.pimg.tw/avatar/tw27003265/0/0/zoomcrop/90x90.png?v=1473860284" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61807225"></p>
+ 又是看秋景的季節 </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61885933"> </a>
+ <span class="floor">#41</span>
+ <span class="user-name"><img class="identity-provider comment-icon lazy" data-original="//front.pixfs.net/comment/images/openid-pixnet-icon.gif" style="vertical-align:middle;" src="http://s.pixfs.net/js/jquery.lazyload/grey.gif" width="16" height="16" /> <a href="http://kiotellock.pixnet.net/blog" target="_blank" rel="nofollow">妹子小姐</a></span>
+ <a class="homepage" rel="nofollow" href="http://kiotellock.pixnet.net/blog" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="妹子小姐" title="妹子小姐" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2016/12/31 20:33</span>
+ </li>
+ <li class="post-photo">
+ <a href="http://kiotellock.pixnet.net/blog" target="_blank" rel="nofollow"><img src="http://s6.pimg.tw/avatar/kiotellock/0/0/zoomcrop/90x90.png?v=1481908424" alt="妹子小姐" original="http://s6.pimg.tw/avatar/kiotellock/0/0/zoomcrop/90x90.png?v=1481908424" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61885933"></p>
+ 謝謝分享文章喲! </li>
+ <li class="reply-text">
+ 不客氣!! 晚安
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2017/01/03 18:25 回覆 </p>
+ </li>
+ </ul>
+ <ul class="single-post">
+ <li class="post-info">
+ <a name="comment-61901059"> </a>
+ <span class="floor">#42</span>
+ <span class="user-name"> <a href="https://www.facebook.com/app_scoped_user_id/233582907099276/" target="_blank" rel="nofollow">蔡敏嫻</a></span>
+ <a class="homepage" rel="nofollow" href="http://www.emerly.com.tw/" target="_blank"><img class="comment-icon" src="//front.pixfs.net/comment/images/info-website.gif" alt="蔡敏嫻" title="蔡敏嫻" style="vertical-align: middle; display: inline;" original="//front.pixfs.net/comment/images/info-website.gif" /></a>
+ <span class="post-time">於 2017/01/18 14:41</span>
+ </li>
+ <li class="post-photo">
+ <a href="https://www.facebook.com/app_scoped_user_id/233582907099276/" target="_blank" rel="nofollow"><img src="https://graph.facebook.com/233582907099276/picture" alt="蔡敏嫻" original="https://graph.facebook.com/233582907099276/picture" style="display: inline;" width="90" height="90" /></a>
+ </li>
+ <li class="post-text">
+ <p id="comment-61901059"></p>
+ 真是個美麗的好地方,感謝分享~ </li>
+ <li class="reply-text">
+ 謝謝賞圖文!
+ <p><a href="http://stevenhgm.pixnet.net/blog" target="_blank">史蒂文的家_藍天</a> 於 2017/01/19 21:05 回覆 </p>
+ </li>
+ </ul>
+ </div>
+ <!-- #comment-text //-->
+ <div id="comment_form">
+ <a name="comment-form"></a>
+ <form class="json-form" target="_blank" method="POST" action="http://stevenhgm.pixnet.net/blog/postcomment/39926056">
+ <input name="sToken" value="39743a9f949bc0eb6d0e581c1f3fc39d" type="hidden" />
+ <div id="comment-area">
+ <div id="comment-area-2">
+ <iframe src="//panel.pixnet.cc/pixfront/commentpush/blogarticle?user=stevenhgm&amp;articleid=39926056&amp;from=" marginheight="0" marginwidth="0" scrolling="no" border="0" frameborder="0"></iframe>
+ <div class="comment-identity identity-logout">
+ <div class="choose-identity">
+ <a href="https://www.pixnet.net/?done=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529%23comment-form" class="openid-pixnet"><span class="invisible">PIXNET</span></a>
+ <a href="https://panel.pixnet.cc/login/facebooklogin?done=http%3A%2F%2Fstevenhgm.pixnet.net%2Fapi%2Fpopuplogin%3Fdone%3Dhttp%253A%252F%252Fstevenhgm.pixnet.net%252Fblog%252Fpost%252F39926056-%2525e6%252596%2525b0%2525e7%2525ab%2525b9%2525e5%2525b0%252596%2525e7%25259f%2525b3_%2525e7%2525be%25258e%2525e6%2525a8%2525b9%2525e7%252587%25259f%2525e5%25259c%2525b0%2525e8%2525b3%25259e%2525e6%2525a5%252593-%2525282%252529%2523comment-form&amp;without_signup=1&amp;without_full_perm=1" class="openid-facebook" onclick="window.open(this.href, 'login', config='height=650,width=650,scrollbars=1,resizable=0'); return false; "><span class="invisible">Facebook</span></a>
+ <a href="https://panel.pixnet.cc/login/openid?done=http%3A%2F%2Fstevenhgm.pixnet.net%2Fapi%2Fpopuplogin%3Fdone%3Dhttp%253A%252F%252Fstevenhgm.pixnet.net%252Fblog%252Fpost%252F39926056-%2525e6%252596%2525b0%2525e7%2525ab%2525b9%2525e5%2525b0%252596%2525e7%25259f%2525b3_%2525e7%2525be%25258e%2525e6%2525a8%2525b9%2525e7%252587%25259f%2525e5%25259c%2525b0%2525e8%2525b3%25259e%2525e6%2525a5%252593-%2525282%252529%2523comment-form&amp;openid=https%3A%2F%2Fme.yahoo.com%2F&amp;without_signup=1" class="openid-yahoo" onclick="window.open(this.href, 'login', config='height=500,width=450,scrollbars=1,resizable=0'); return false; "><span class="invisible">Yahoo!</span></a>
+ <a href="https://panel.pixnet.cc/login/googlepluslogin?done=http%3A%2F%2Fstevenhgm.pixnet.net%2Fapi%2Fpopuplogin%3Fdone%3Dhttp%253A%252F%252Fstevenhgm.pixnet.net%252Fblog%252Fpost%252F39926056-%2525e6%252596%2525b0%2525e7%2525ab%2525b9%2525e5%2525b0%252596%2525e7%25259f%2525b3_%2525e7%2525be%25258e%2525e6%2525a8%2525b9%2525e7%252587%25259f%2525e5%25259c%2525b0%2525e8%2525b3%25259e%2525e6%2525a5%252593-%2525282%252529%2523comment-form&amp;without_signup=1" class="openid-google" onclick="window.open(this.href, 'login', config='height=500,width=450,scrollbars=1,resizable=0'); return false; "><span class="invisible">Google</span></a>
+ <a href="https://panel.pixnet.cc/login/livelogin?done=http%3A%2F%2Fstevenhgm.pixnet.net%2Fapi%2Fpopuplogin%3Fdone%3Dhttp%253A%252F%252Fstevenhgm.pixnet.net%252Fblog%252Fpost%252F39926056-%2525e6%252596%2525b0%2525e7%2525ab%2525b9%2525e5%2525b0%252596%2525e7%25259f%2525b3_%2525e7%2525be%25258e%2525e6%2525a8%2525b9%2525e7%252587%25259f%2525e5%25259c%2525b0%2525e8%2525b3%25259e%2525e6%2525a5%252593-%2525282%252529%2523comment-form&amp;without_signup=1" class="openid-msn" onclick="window.open(this.href, 'login', config='height=500,width=470,scrollbars=1,resizable=0'); return false; "><span class="invisible">MSN</span></a>
+ </div>
+ </div>
+ <div class="comment-body">
+ <p>您尚未登入,將以<b>訪客</b>身份留言。亦可<a href="https://www.pixnet.net/?done=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529%23comment-form">登入</a>留言</p>
+ <input name="blogcommenttext_name" id="comment_showname" class="comment-name" placeholder="您的暱稱 ..." type="text" />
+ <div class="comment-textarea comment-textarea--text-right">
+ <textarea name="blogcommenttext_body" id="comment_text" placeholder="留個言吧 ..."></textarea>
+ <div class="private-message-container">
+ <div class="private-message"><label><input name="blogcomment_open" id="comment_open" value="0" disabled="disabled" type="checkbox" /><img src="//front.pixfs.net/images/blog/post/mobile/articlecomment/icon-lock--gray.png?v=b27bf7fe9e1f0fca830e1381a52f804b" width="12" height="12" />悄悄話</label></div>
+ <div id="nologin_hidden_msg" class="private-notice"><a href="https://www.pixnet.net/?done=http%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529%23comment-form">登入</a>可留悄悄話</div>
+ </div>
+ </div>
+ <!-- .comment-textarea -->
+
+
+ <div class="comment-extra">
+ <div id="unfold-comment-extra"><img src="//s.pixfs.net/f.pixnet.net/comment/images/comment-unfold.jpg" /> 其他選項</div>
+ <button type="submit"><span>送出留言</span></button>
+ </div>
+
+ <div id="comment-extra" class="extra" style="display:none"><input name="blogcommenttext_mail" class="text-input" id="comment_mail" placeholder="電子郵件 ..." type="text" /><input name="blogcommenttext_url" class="text-input" id="comment_url" placeholder="個人網頁 ..." type="text" /></div>
+ </div>
+ <!--.comment-middle-->
+ </div>
+ <!-- #comment-area-2-->
+ </div>
+ <!-- #comment-area -->
+ </form>
+
+
+ </div>
+ </div>
+ <!-- #comment-box //-->
+ </div>
+ <!-- #user-post //-->
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery(function() {
+ //#40294 用ajax接postcommentAction產生的comment form
+ var action = location.href;
+ action = action.replace('/post/', '/postcomment/');
+ jQuery.ajaxSetup({
+ cache: true
+ });
+ jQuery.ajax({
+ type: 'GET',
+ url: action,
+ data: {
+ "getForm": 1,
+ "isMobile": 0
+ },
+ dataType: 'json',
+ success: function(data) {
+ jQuery('#comment_form').html(data.form);
+
+ setTimeout(function() {
+ if (jQuery.pixQuestionary & amp; & amp;
+ 'function' === typeof jQuery.pixQuestionary) {
+ jQuery.pixQuestionary(pix.user_name);
+ }
+ }, 1000);
+
+ // 用來判斷是否有安裝'留言插入表情符號' App
+ if (jQuery.pixAddonCommentEmotion & amp; & amp;
+ 'function' === typeof jQuery.pixAddonCommentEmotion) {
+ // 裝了App 但沒表情符號可選, 須重新call function
+ if (!document.getElementById('comment-emotion')) {
+ jQuery.pixAddonCommentEmotion();
+ }
+ }
+ },
+ error: function(error) {
+ console.log(error);
+ }
+ });
+ jQuery.ajaxSetup({
+ cache: false
+ });
+
+ jQuery('.comment-icon').attr('style', 'vertical-align:middle;');
+ });
+ // --&gt;
+ </script>
+
+
+ </div>
+ <!-- #article-area //-->
+ </div>
+ <!-- #content //-->
+ <div id="links">
+ <div id="links-row-1">
+ <div class="hslice box" id="friendbox">
+ <h4 class="box-title entry-title">
+ 我的好友 </h4>
+ <div class="box-text entry-content">
+
+ 設定不公開 </div>
+ </div>
+ <!-- #friendbox //-->
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery(function($) {
+ $list = $('#friendbox ul.friendlist');
+ $list.height(Math.min(190, $list.height()));
+ pix.iframePopup.init('#popup-frame', "http:\/\/stevenhgm.pixnet.net\/friend\/list", '#friendbox-open-friends-iframe', '#popup-frame .frame-close', "\u53f2\u8482\u6587\u7684\u5bb6_\u85cd\u5929 \u7684\u597d\u53cb\u5217\u8868");
+ });
+ //--&gt;
+ </script>
+ <div class="hslice box h54d834-miB-ad-sidebar-v2-h54d834" data-plugin_type="mibsidebar1">
+ <div class="box-text entry-content">
+ <div class="h54d834-miB-border-h54d834 dark">
+ <div class="h54d834-siTemajidr-h54d834" model="180x280">
+ <a target="_blank" href="//falcon.pixanalytics.com/ad/r?i=cf990e0ed190360343a263d6a90f6035&amp;p=835&amp;u=fdf74dae4be94846aedb237469300749&amp;c=CgEBQ1idhpEA7LZIYOO2Ag%3D%3D" style="display: inline ! important; visibility: visible ! important;">
+ <img src="//falcon-creative-cloudcdn.pixfs.net/2016/03/cf990e0ed190360343a263d6a90f6035-94f995e22831564c.jpg?v=1463739866" style="display: inline ! important; visibility: visible ! important;" border="0" />
+ </a>
+ <span class="mib--ad-box__icon"><a href="#">痞客邦廣告聯播網</a></span></div>
+ </div>
+ <!-- /.mib-border -->
+ </div>
+ </div>
+
+ </div>
+ <!-- #links-row-1 //-->
+ <div id="links-row-2">
+ <div id="user-info" class="hslice box">
+ <h4 class="box-title entry-title">
+ 個人資訊 </h4>
+ <div class="box-text entry-content">
+ <a class="user-img" href="http://www.pixnet.net/blog/profile/stevenhgm"><img src="http://s9.pimg.tw/avatar/stevenhgm/0/0/zoomcrop/90x90.png?v=1377876799" /></a>
+ <div class="user-action">
+ <input value="加入好友" class="add_friend" type="button" />
+ <input value="加入訂閱" class="add_subs" type="button" />
+ </div>
+ <dl>
+ <dt>暱稱:</dt>
+ <dd>史蒂文的家_藍天</dd>
+ <dt>分類:</dt>
+ <dd><a href="//www.pixnet.net/blog/bloggers/category/16">休閒旅遊</a></dd>
+ <dt>性別:</dt>
+ <dd>男</dd>
+ <dt>地區:</dt>
+ <dd>新北市</dd>
+ </dl>
+ </div>
+ </div>
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery(function($) {
+ pix.iframePopup.init('#popup-frame', "http:\/\/stevenhgm.pixnet.net\/friend\/list", '#user-info-open-friends-iframe', '#popup-frame .frame-close', "\u53f2\u8482\u6587\u7684\u5bb6_\u85cd\u5929 \u7684\u597d\u53cb\u5217\u8868");
+ var $add_friend = $('#user-info').find('input.add_friend');
+ var $add_subs = $('#user-info').find('input.add_subs');
+ $add_friend.add($add_subs).click(function(e) {
+ window.location = 'http://' + "www.pixnet.net" + '?done=' + encodeURIComponent(window.location);
+ });
+ });
+ //--&gt;
+ </script>
+ <div class="hslice box" id="albumshow">
+ <h4 class="box-title entry-title">
+ 相簿幻燈片 </h4>
+ <div class="box-text entry-content">
+
+ <div align="center">
+ <iframe src="/blog/plugin/albumshow" allowtransparency="true" scrolling="no" width="170" height="180" frameborder="0"></iframe>
+ </div>
+ </div>
+ </div>
+ <!-- #albumshow //-->
+ <div class="hslice box folder" id="box1048927">
+ <h4 class="box-title entry-title">
+ 即時瀏覽數 </h4>
+ <div class="box-text entry-content">
+
+ <script id="_waupm8">
+ var _wau = _wau || [];
+ _wau.push(["classic", "jw52pblyzhbn", "pm8"]);
+ (function() {
+ var s = document.createElement("script");
+ s.async = true;
+ s.src = "http://widgets.amung.us/classic.js";
+ document.getElementsByTagName("head")[0].appendChild(s);
+ })();
+ </script>
+ <div style="position: relative; display: inline-block; background-image: url(&quot;data:image/gif;base64,R0lGODlhUgA8APf5AEZGRj09PQwMDDU1NcEnLQgICDAwMAUFBUVFRTg4OAICAi0tLVFRUV1dXVtbW0JCQnh4eOjo6NLS0o2NjcnJyePj45CQkOfn5+Tk5K2trWBgYLm5uUBAQGpqamtra3BwcHp6epOTk+np6a6urpKSkru7u2dnZ1lZWc/Pz46OjsjIyKysrKampstLUMxNUqqqqqioqOrq6nR0dGFhYctJTpWVlcpFStBcYOLi4tbW1s1RVs5VWcc8Qry8vH19fbe3t3d3d8fHx6KiotPT08hARlhYWGRkZMHBwYSEhICAgNTU1NDQ0L6+vqWlpcbGxnZ2dmhoaL+/vz8/P5mZmXJycmZmZjk5OTo6OkxMTNHR0aI3PKCgoFdXVzExMYiIiEdHR0NDQ3JcXaIlKrcnLZomK1NTU5UhJmVlZY9cXmxBQ2JiYisrK0lJSVRUVBsbG4uLi21tbaSkpE9PT19fX4pWVygfHz4+PkUoKUojJRgYGC4uLmNjY1VVVVBQUJ9RVWxWVpsnLC8vL79ARhYWFhISEiwsLFMZG4tJTIAgJFM4OUY9PbBFSYJKS7NLTzIyMmtLTH4nK6dRVU4nKQoKCnlcXSYmJqU8QUo4OWseITklJjIfIGZOT75RVX83OzMzMxsREpcjKGVWVlgeIatJTeHh4SAgIF4aHZdFSIg3O1shJKJJTAkJCYkgJLcmLCQkJBUVFTkcHW5ubjonKL9VWatLT2gkJ30nKhEREbYmK3slKDIoKF5eXlJKSqQnKx8fH9BcYU5GRqNLTowjJywiI7tJTY1NULYmLCQaGk4oKaRcX69ARXMdIF9GRoVARIhSVB8VFpJVWE1NTTsoKVpaWnJKS6QnLJM8QHxLTQYGBmAmKK0mLB0dHcXFxVZOTsFFSoNLTTw8PK4nLEpBQSYTFFc9PponKz0gIbdVWX5OUEFBQSIiIktLS05OTiUlJScnJ0pKShAQEFZWVlJSUh4eHlxcXBkZGRQUFCgoKP///////wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAPkALAAAAABSADwAAAj/APMJ7ADBhIYG9BIqXMiwocOHECNG3KUBjoMOAjPm62CH3Yl4DEKKHEmypMmTKFOqLBNvGpt0GDN2SGeETwI9C3Lq3Mmzp8+fQIMKXRDIzow5UmJ2eGDii4GnUKNKnUq1qtWrWKnSm/MAY6w2JwaIHUu2rNmzaNOqXZsWzjsH+fYYSZegrt1LnbTo1YIqkd2/gAMLHky4MOEyGqrkg7IngGPHiqzxmEx5siVyjzNr3sy5s+fPnN8ZgQtFTbrT6cQpI8KaiKA0zVq/Rk27tu3buHPrto3lDNwOZwAIB7bIhnHjp4Qft+GNmfDn0KNLn069uvXnfarA9WBi3bt3qmiI/xc/ihG1Q+PFE+P1vb379/Djy59P/3sbKL+hyGG3yYV//+iwI2A3//1XjIAIJqjgggw26OCDAhahXT4zqMGHPH7ooKEOkcjjjDwgZrihDpyAaOKJKKao4oostghiAw3AFY8c8XAxyw447kDHH3TEEw80oZyTI45/+GjkkUgmqeSSTDZ5AhfRwCUPGFZw8csNWN4QBhph0BPGDWjQk0yWN1Ai0ZlopqlQA/JY8QVcfUhxTwIt1FnnN8Gss841ddLSiJ0tPKLnoIQWauihiCaKKBZsdBEIGHCxA8499xBg6aWAUHrHGJd2igyloIYq6qiklmrqqffowQFcWFhBaTidEv+QKSS6bBorAdKgquuuvIq6QABwvTOAO+7Ycqs75YwhiySxVkPss9BGK+201FZrLbFrXAHXF120004msfbSDhkEkDFup9l4q+667Lbr7rvwxuvtPQPABUAh6uSbS6e1DHMpHnhcqk2+BBds8MEIJ6zwwgS3YwBcYLQzz8R1iHGpJqlcKkbFBLRizsQghyzyyCSXbPLJIJeyBlzp+FLPy/UcA4qloghzqzGwwKzzzjz37PPPQPPshitwSZGHPUgnjQkutxKAyDNJRy311FRXbfXVVL8yD1wPEALP12DD84khy5hhBiumjBP22my37fbbcMcNzy1uKAZFHgLkrffefPf/7fffgAcuuOCVkOZIAYgnrvjijDfu+OOQRw65AEkN5A42B2Su+eacd+7556CHLrrnk3gS00BWDLKKAqy37vrrsMcu++y01966ANtUrtFGDpyAwO/ABy/88MQXb/zxyAM/w0UaobYFCh+c5gUKKPwQfTpeXKD99lvUtkURtaGw/QU/2FYE+OmIP/4F0KdTxA/iW4/a+9Sj4IVtADSwBD74CAHABvhYwgYu0D8AyGADCBxgAKEjBHw0ADoyCGAC/cdAfLxBOEJIIAIJ+IYGEBCB/JOBAfknwA9GRwMRiMAE8BGHFU6gPSXAhwbekwV8AME9EcjCe4BgQ/nE8IXyWeE7/+KADyCiMALvyEIEZvidGDLxOyyIgBHYgQ8WgEACCQIBPkCQIBbgwwJd3CI7LDBFdmiRiwvqgRgdJIEesKMHEUiQGtkRATci6IwJOhE+YJAiEuDDBCby4xBQJIJBygMfJACRD/DBBBiQwAeBRGSLFglJJojgRJY8JB9NZAJJmuhI+HgBkjwQyiNFgX9RMFIN8JGEeJCyBj4iJf/4pwRX4qOWTYqCCHy0SlHGIwn4SGUpjfTKIy0EHxlgSAxy0JAPTGGZCYEmPT6Ajyk0MwPVxGYMjnCEDHygmchUSAz4N058IIEe4VQINa2pEELhowmEKkEEZoCoJuADAim4p55mgP+PFKwDC4aKQAkkwL8U8s+fhLInBPQEAf5JQJ79XMc7CcVPhOopVPgIAaga2gBTcZQCFADVA+5ZKpBiwIGUegAF8CEqDGAAVCt9AEzxMVKNipSkpMoopRqA01KN4KX4oACMGtDQEXRUVDXFxwhCxdOj3oOnNr2HUpnqQJ3eFAKhglZG3fEADIzAWg2FgDtOOsuyPiBaMd3qs5r6rJg+S63Eaipc3cHWBzTAHetCZDtUUIF4+fEJ6lqVAwaLSA6sywEVwIcD9tpXdWHTsO3gAD5UsC6+Qnav+OAAX9f12CfwjwQF+2IEK2CB0pbWMSewQAUqcIKEBQAfMshXAGSwAnz/BCEA+ToBPkhrgSDgYwUEs8AXC/baCqxAtbBVh25561vgCte2IcMBFfJZVv7F4wX4cAIVUIaDeEwMB9ndbsji4QT+4SAFIUsBDq4gsitgN7venRh5wXtekGH3BUHLr373y1/+4mAAWAuwgAdM4AGzgAX2kJuCF8zgBrttHaT42nc0cMN3AGECTNTABDY8gQpP2D0cBiJ8QrzhCW/4iRrGcHsorOL3uA9+1bteRtjhRSlKIAIEZQGNJcBjfMRRQCD48RjxwWMJlJHGduxBkQkKAi32GIxaxHEVzehjgtoRQRGUIAH9lxEYiMDLMDBkJwEJok5CEkRD2KQ8SGBITA6B/8wn6qQ8mMAEEHlZHl9W5B/TXOY/nkiJT3RiRmrggSSIwAMeMNKhYykCX/5ylzWAZQ2UgGgjvQCXSXpBKpUAS1vGAx+J9pEIgBnqeIwalDq+4xYzkhAkxGAhGWBmQrCZg2/SIwfJ7CY9pjDLWiMBH7ZuSAzOeQRZF5seMUgmPX5NzWAP+5hqlgclM8LQCAwKAvOkaBOsjW09laAEFH1oDAcKT0KlwNrraOgs/ZnPHuNDovTUUwQWOiglLNpHSmBlRnb60nt01akYbcAIbDqCpTKVAi4NAQRAGioKEBwDMGK4vyGw8JDSFFQQD9Wv8cHNcn5g30/tNwWwOqqRShUCMPoquExBFYKVOvXi/oZ5ximF0pRiAKswv8fMKZXugd7Yx+vISFwx4I4QfFVaXRUrwl3KPwqstapnJRbEiTUCpxPLgW+9K1cpcHSsX/2sFHcHUnWaEW8h1gGK5YDa1fWECgCWXRnIgLc4kIEKLFYFKnAAB0jQ2Hbo1VsZyDvdKduOtssd8CpQe90jyz8HiCqm98iIbI1b3QCswLi4PVhp1ZHYFWTe8vwLQmvVEYAKZD5fyPW8OmQgeuJe3rajr+0JoDWCexIrIyjLve53z/uJXcEJ85i7CvDx9nZkpL/IT35/uSGPeqhDuKwtWEYKTP3qF7gLSIuHdEeWkYAAADs=&quot;); width: 81px; height: 29px; padding: 0px; overflow: hidden; cursor: pointer; direction: ltr;" title="Click to see what's popular on this site!">
+ <div style="position: absolute; top: 7px; padding: 0px; margin: 0px; overflow: visible; left: 41px;">
+ <div style="background-image: url(&quot;data:image/gif;base64,R0lGODlhUgA8APf5AEZGRj09PQwMDDU1NcEnLQgICDAwMAUFBUVFRTg4OAICAi0tLVFRUV1dXVtbW0JCQnh4eOjo6NLS0o2NjcnJyePj45CQkOfn5+Tk5K2trWBgYLm5uUBAQGpqamtra3BwcHp6epOTk+np6a6urpKSkru7u2dnZ1lZWc/Pz46OjsjIyKysrKampstLUMxNUqqqqqioqOrq6nR0dGFhYctJTpWVlcpFStBcYOLi4tbW1s1RVs5VWcc8Qry8vH19fbe3t3d3d8fHx6KiotPT08hARlhYWGRkZMHBwYSEhICAgNTU1NDQ0L6+vqWlpcbGxnZ2dmhoaL+/vz8/P5mZmXJycmZmZjk5OTo6OkxMTNHR0aI3PKCgoFdXVzExMYiIiEdHR0NDQ3JcXaIlKrcnLZomK1NTU5UhJmVlZY9cXmxBQ2JiYisrK0lJSVRUVBsbG4uLi21tbaSkpE9PT19fX4pWVygfHz4+PkUoKUojJRgYGC4uLmNjY1VVVVBQUJ9RVWxWVpsnLC8vL79ARhYWFhISEiwsLFMZG4tJTIAgJFM4OUY9PbBFSYJKS7NLTzIyMmtLTH4nK6dRVU4nKQoKCnlcXSYmJqU8QUo4OWseITklJjIfIGZOT75RVX83OzMzMxsREpcjKGVWVlgeIatJTeHh4SAgIF4aHZdFSIg3O1shJKJJTAkJCYkgJLcmLCQkJBUVFTkcHW5ubjonKL9VWatLT2gkJ30nKhEREbYmK3slKDIoKF5eXlJKSqQnKx8fH9BcYU5GRqNLTowjJywiI7tJTY1NULYmLCQaGk4oKaRcX69ARXMdIF9GRoVARIhSVB8VFpJVWE1NTTsoKVpaWnJKS6QnLJM8QHxLTQYGBmAmKK0mLB0dHcXFxVZOTsFFSoNLTTw8PK4nLEpBQSYTFFc9PponKz0gIbdVWX5OUEFBQSIiIktLS05OTiUlJScnJ0pKShAQEFZWVlJSUh4eHlxcXBkZGRQUFCgoKP///////wAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAPkALAAAAABSADwAAAj/APMJ7ADBhIYG9BIqXMiwocOHECNG3KUBjoMOAjPm62CH3Yl4DEKKHEmypMmTKFOqLBNvGpt0GDN2SGeETwI9C3Lq3Mmzp8+fQIMKXRDIzow5UmJ2eGDii4GnUKNKnUq1qtWrWKnSm/MAY6w2JwaIHUu2rNmzaNOqXZsWzjsH+fYYSZegrt1LnbTo1YIqkd2/gAMLHky4MOEyGqrkg7IngGPHiqzxmEx5siVyjzNr3sy5s+fPnN8ZgQtFTbrT6cQpI8KaiKA0zVq/Rk27tu3buHPrto3lDNwOZwAIB7bIhnHjp4Qft+GNmfDn0KNLn069uvXnfarA9WBi3bt3qmiI/xc/ihG1Q+PFE+P1vb379/Djy59P/3sbKL+hyGG3yYV//+iwI2A3//1XjIAIJqjgggw26OCDAhahXT4zqMGHPH7ooKEOkcjjjDwgZrihDpyAaOKJKKao4oostghiAw3AFY8c8XAxyw447kDHH3TEEw80oZyTI45/+GjkkUgmqeSSTDZ5AhfRwCUPGFZw8csNWN4QBhph0BPGDWjQk0yWN1Ai0ZlopqlQA/JY8QVcfUhxTwIt1FnnN8Gss841ddLSiJ0tPKLnoIQWauihiCaKKBZsdBEIGHCxA8499xBg6aWAUHrHGJd2igyloIYq6qiklmrqqffowQFcWFhBaTidEv+QKSS6bBorAdKgquuuvIq6QABwvTOAO+7Ycqs75YwhiySxVkPss9BGK+201FZrLbFrXAHXF120004msfbSDhkEkDFup9l4q+667Lbr7rvwxuvtPQPABUAh6uSbS6e1DHMpHnhcqk2+BBds8MEIJ6zwwgS3YwBcYLQzz8R1iHGpJqlcKkbFBLRizsQghyzyyCSXbPLJIJeyBlzp+FLPy/UcA4qloghzqzGwwKzzzjz37PPPQPPshitwSZGHPUgnjQkutxKAyDNJRy311FRXbfXVVL8yD1wPEALP12DD84khy5hhBiumjBP22my37fbbcMcNzy1uKAZFHgLkrffefPf/7fffgAcuuOCVkOZIAYgnrvjijDfu+OOQRw65AEkN5A42B2Su+eacd+7556CHLrrnk3gS00BWDLKKAqy37vrrsMcu++y01966ANtUrtFGDpyAwO/ABy/88MQXb/zxyAM/w0UaobYFCh+c5gUKKPwQfTpeXKD99lvUtkURtaGw/QU/2FYE+OmIP/4F0KdTxA/iW4/a+9Sj4IVtADSwBD74CAHABvhYwgYu0D8AyGADCBxgAKEjBHw0ADoyCGAC/cdAfLxBOEJIIAIJ+IYGEBCB/JOBAfknwA9GRwMRiMAE8BGHFU6gPSXAhwbekwV8AME9EcjCe4BgQ/nE8IXyWeE7/+KADyCiMALvyEIEZvidGDLxOyyIgBHYgQ8WgEACCQIBPkCQIBbgwwJd3CI7LDBFdmiRiwvqgRgdJIEesKMHEUiQGtkRATci6IwJOhE+YJAiEuDDBCby4xBQJIJBygMfJACRD/DBBBiQwAeBRGSLFglJJojgRJY8JB9NZAJJmuhI+HgBkjwQyiNFgX9RMFIN8JGEeJCyBj4iJf/4pwRX4qOWTYqCCHy0SlHGIwn4SGUpjfTKIy0EHxlgSAxy0JAPTGGZCYEmPT6Ajyk0MwPVxGYMjnCEDHygmchUSAz4N058IIEe4VQINa2pEELhowmEKkEEZoCoJuADAim4p55mgP+PFKwDC4aKQAkkwL8U8s+fhLInBPQEAf5JQJ79XMc7CcVPhOopVPgIAaga2gBTcZQCFADVA+5ZKpBiwIGUegAF8CEqDGAAVCt9AEzxMVKNipSkpMoopRqA01KN4KX4oACMGtDQEXRUVDXFxwhCxdOj3oOnNr2HUpnqQJ3eFAKhglZG3fEADIzAWg2FgDtOOsuyPiBaMd3qs5r6rJg+S63Eaipc3cHWBzTAHetCZDtUUIF4+fEJ6lqVAwaLSA6sywEVwIcD9tpXdWHTsO3gAD5UsC6+Qnav+OAAX9f12CfwjwQF+2IEK2CB0pbWMSewQAUqcIKEBQAfMshXAGSwAnz/BCEA+ToBPkhrgSDgYwUEs8AXC/baCqxAtbBVh25561vgCte2IcMBFfJZVv7F4wX4cAIVUIaDeEwMB9ndbsji4QT+4SAFIUsBDq4gsitgN7venRh5wXtekGH3BUHLr373y1/+4mAAWAuwgAdM4AGzgAX2kJuCF8zgBrttHaT42nc0cMN3AGECTNTABDY8gQpP2D0cBiJ8QrzhCW/4iRrGcHsorOL3uA9+1bteRtjhRSlKIAIEZQGNJcBjfMRRQCD48RjxwWMJlJHGduxBkQkKAi32GIxaxHEVzehjgtoRQRGUIAH9lxEYiMDLMDBkJwEJok5CEkRD2KQ8SGBITA6B/8wn6qQ8mMAEEHlZHl9W5B/TXOY/nkiJT3RiRmrggSSIwAMeMNKhYykCX/5ylzWAZQ2UgGgjvQCXSXpBKpUAS1vGAx+J9pEIgBnqeIwalDq+4xYzkhAkxGAhGWBmQrCZg2/SIwfJ7CY9pjDLWiMBH7ZuSAzOeQRZF5seMUgmPX5NzWAP+5hqlgclM8LQCAwKAvOkaBOsjW09laAEFH1oDAcKT0KlwNrraOgs/ZnPHuNDovTUUwQWOiglLNpHSmBlRnb60nt01akYbcAIbDqCpTKVAi4NAQRAGioKEBwDMGK4vyGw8JDSFFQQD9Wv8cHNcn5g30/tNwWwOqqRShUCMPoquExBFYKVOvXi/oZ5ximF0pRiAKswv8fMKZXugd7Yx+vISFwx4I4QfFVaXRUrwl3KPwqstapnJRbEiTUCpxPLgW+9K1cpcHSsX/2sFHcHUnWaEW8h1gGK5YDa1fWECgCWXRnIgLc4kIEKLFYFKnAAB0jQ2Hbo1VsZyDvdKduOtssd8CpQe90jyz8HiCqm98iIbI1b3QCswLi4PVhp1ZHYFWTe8vwLQmvVEYAKZD5fyPW8OmQgeuJe3rajr+0JoDWCexIrIyjLve53z/uJXcEJ85i7CvDx9nZkpL/IT35/uSGPeqhDuKwtWEYKTP3qF7gLSIuHdEeWkYAAADs=&quot;); background-repeat: no-repeat; background-attachment: scroll; background-position: -15px -29px; position: absolute; width: 9px; height: 17px; left: 0px; line-height: 17px; overflow: hidden; padding: 0px; margin: 0px;"></div>
+ </div>
+ </div>
+
+ <script>
+ (function() {
+ var MidID;
+ var tags = document.getElementById('links').getElementsByTagName('div');
+ var tcl = " hslice box ";
+ for (i = 0, j = 0; i & lt; tags.length; i++) {
+ var test = " " + tags[i].className + " ";
+ if (test.indexOf(tcl) != -1) {
+ MibID = tags[i].getAttribute('id');
+ break;
+ }
+ }
+
+ var strCss = '#links-row-1 #' + MibID + '{display:none !important;}';
+
+ oStyle = document.createElement('style');
+ document.getElementsByTagName('head')[0].appendChild(oStyle);
+ if (document.all) { // IE
+ oStyle.styleSheet.cssText = strCss;
+ return;
+ }
+
+ // Firefox, Google Chrome
+ oStyle.textContent = strCss;
+ })();
+ </script>
+ </div>
+ </div>
+ <!-- #box1048927 //-->
+ <div class="hslice box" id="counter">
+ <h4 class="box-title entry-title">
+ 瀏覽人次 </h4>
+ <div class="box-text entry-content">
+
+ <ul>
+ <li>本日人氣:<span id="blog_hit_daily">613</span></li>
+ <li>累積人氣:<span id="blog_hit_total" class="moved">2592077</span></li>
+ </ul>
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery.getScript('//counter.pixplug.in/getcounter.php?now=1486718791&amp;random=2901946113&amp;data[%23BlogArticleCount-39926056]=%7B%22counter%22%3A%5B%22blogarticle%22%2C%224410429%22%2C%2239926056%22%2C%22total%22%5D%2C%22options%22%3A%5B%5D%7D&amp;data[%23blog_hit_daily]=%7B%22counter%22%3A%5B%22blog%22%2C%224410429%22%2C1%2C%22daily%22%5D%2C%22options%22%3A%5B%5D%7D&amp;data[%23blog_hit_total]=%7B%22counter%22%3A%5B%22blog%22%2C%224410429%22%2C1%2C%22total%22%5D%2C%22options%22%3A%5B%5D%7D&amp;check=1012779914');
+ //--&gt;
+ </script>
+ </div>
+ </div>
+ <!-- #counter //-->
+ <div class="hslice box" id="recent-article">
+ <h4 class="box-title entry-title">
+ 最新文章 </h4>
+ <div class="box-text entry-content">
+
+ <ul>
+ <li>
+ <a href="/blog/post/44340778"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 得恩亞納部落</a>
+ </li>
+ <li>
+ <a href="/blog/post/44075977"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 太平山翠峰湖_避暑觀星 (2016/07/30)</a>
+ </li>
+ <li>
+ <a href="/blog/post/44000701"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 麻新 SC-1000 智慧型充電器</a>
+ </li>
+ <li>
+ <a href="/blog/post/43947736"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 英桃の天闊營地(2)_與夏夜銀河有約(2016/06/24)</a>
+ </li>
+ <li>
+ <a href="/blog/post/43778770"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 宜蘭輕旅行_冬山河生態綠舟/蘇澳煙波大飯店</a>
+ </li>
+ <li>
+ <a href="/blog/post/43493831"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 苗栗三灣_棕櫚灣 LIU's Palm Cove (2016/02/27~29)</a>
+ </li>
+ <li>
+ <a href="/blog/post/43325050"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 2016武陵梅花音樂節(2016/01/09)</a>
+ </li>
+ <li>
+ <a href="/blog/post/43220767"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 秀巒美樹/控溪吊橋楓情</a>
+ </li>
+ <li>
+ <a href="/blog/post/43161622"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 后里_親泉農莊悠閒品蟹趣 (2015/11/14)</a>
+ </li>
+ <li>
+ <a href="/blog/post/43025980"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 嘉義_頂石卓/塔塔加/夫妻樹銀河之旅</a>
+ </li>
+ <li><a href="/blog/post/43032613">2015 露營全記錄72露 (215~286露)</a></li>
+ <li>
+ <a href="/blog/post/42851516"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 苗栗明德窯露營_明德水庫步道賞景</a>
+ </li>
+ <li><a href="/blog/post/42835754">水尾漁港</a></li>
+ <li>
+ <a href="/blog/post/42819941"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 北海岸逗逗遊_水尾漁港日出/江豐農場金針花/和昇之星/富貴角燈塔</a>
+ </li>
+ <li>
+ <a href="/blog/post/42760718"><img src="//s.pixfs.net/blog/images/choc/set-to-top.gif" alt="置頂" border="0" /> 新社趣露營_大雪山避暑/大坑五號步道健行</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- #recent-article //-->
+ <div class="hslice box" id="hot-article">
+ <h4 class="box-title entry-title">
+ 熱門文章 </h4>
+ <div class="box-text entry-content">
+
+ <ul id="hotArtUl">
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/36883749-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e5%87%bd%e9%a4%a8%e9%9c%b2%e7%87%9f%e5%8d%80%e8%b3%9e%e7%99%be%e8%90%ac%e5%a4%9c%e6%99%af"><span>(134551)</span>新竹尖石_函館露營區賞百萬夜景</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/41964268-%e6%96%b0%e7%a4%be%e6%ab%bb%e8%8a%b1%e9%b3%a5%e6%a3%ae%e6%9e%97_%e8%b3%9e%e6%ab%bb%e9%9c%b2%e7%87%9f%e8%b6%a3-%282015-01-31%29"><span>(51817)</span>新社櫻花鳥森林_賞櫻露營趣 (2015/01/31)</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/37795215-%e6%98%a5%e9%99%bd%e5%a4%aa%e9%ad%af%e7%81%a3%e7%87%9f%e5%9c%b0_%e6%b3%a1%e6%b9%af%e6%a8%82"><span>(50490)</span>春陽太魯灣營地_泡湯樂</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/42574397-%e6%96%b0%e7%ab%b9%e4%ba%94%e5%b3%b0_%e5%a4%a9%e9%97%8a%e7%87%9f%e5%9c%b0%e5%88%9d%e9%ab%94%e9%a9%97"><span>(47331)</span>新竹五峰_天闊營地初體驗</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/37165635-%e8%8b%97%e6%a0%97%e6%b3%b0%e5%ae%89_%e9%80%b8%e8%a6%96%e7%95%8c%e7%87%9f%e5%9c%b0"><span>(44604)</span>苗栗泰安_逸視界營地</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/37795517-%e5%8d%97%e6%be%b3%e8%be%b2%e5%a0%b4---%e6%9c%9d%e9%99%bd%e6%bc%81%e6%b8%af-d1"><span>(44469)</span>南澳農場 / 朝陽漁港 D1</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/42001813-%e6%98%a5%e9%99%bd%e5%a4%aa%e9%ad%af%e7%81%a3%e7%87%9f%e5%9c%b0_%e6%b3%a1%e6%b9%af%e8%b3%9e%e6%ab%bb--%e6%ab%bb%e8%8a%b1%e6%9d%91c%e5%8d%80%e7%87%9f%e5%9c%b0%e6%8e%a2"><span>(44174)</span>春陽太魯灣營地_泡湯賞櫻 /櫻花村C區營地探勘 (2015/02/08)</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/37846251-%e5%8f%b0%e4%b8%ad%e5%92%8c%e5%b9%b3_%e8%a3%a1%e5%86%b7%e7%86%8a%e7%88%b8%e7%87%9f%e5%9c%b0%e4%b8%ad%e7%a7%8b%e5%81%87%e6%9c%9f%e4%ba%ab%e6%82%a0%e9%96%92"><span>(41421)</span>台中和平_裡冷熊爸營地中秋假期享悠閒</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/39815080-%e6%84%9b%e4%b8%8a%e5%96%9c%e7%bf%81%e9%9c%b2%e7%87%9f_%e6%ad%a1%e6%85%b6%e8%81%96%e8%aa%95%e5%a4%9c%e5%b8%82%e8%b6%b4"><span>(37823)</span>愛上喜翁露營_歡慶聖誕夜市趴</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/41932198-2015%e5%b1%8f%e6%9d%b1%e7%a9%8e%e9%81%94%e8%be%b2%e5%a0%b4%e5%85%83%e6%97%a6%e5%81%87%e6%9c%9f_%e8%90%ac%e9%87%91%e6%95%99%e5%a0%82-%e5%b1%8f%e7%a7%91%e5%a4%a7-"><span>(37161)</span>2015屏東穎達農場元旦假期_萬金教堂/屏科大/大鵬灣/三地門/霧台神山部落</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/42235645-%e5%a2%be%e4%b8%81_%e7%b4%85%e6%9f%b4%e6%b0%b4%e9%84%89%e6%a4%b0%e6%9e%97%e6%b5%b7%e5%b2%b8%e5%ba%a6%e5%81%87%e9%9c%b2%e7%87%9f%e8%b6%a3-%282015-03-22%29"><span>(33879)</span>墾丁_紅柴水鄉椰林海岸度假露營趣 (2015/03/22)</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/43493831-%e8%8b%97%e6%a0%97%e4%b8%89%e7%81%a3_%e5%b9%83%e7%88%be%e7%89%b9%e7%87%9f%e5%9c%b0%282016-02-27%7e29%29"><span>(30026)</span>苗栗三灣_棕櫚灣 LIU's Palm Cove (2016/02/27~29)</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/40505173-%e6%ad%a6%e7%95%8c%e5%8e%9f%e9%84%89%e4%b9%8b%e7%be%8e_%e6%ad%a6%e7%95%8c%e5%b6%ba%e8%8c%b6%e5%9c%92-%e6%b3%95%e6%b2%bb%e5%9c%8b%e5%b0%8f-%e6%ad%a6%e7%95%8c%e5%bc%95%e6%b0%b4"><span>(28315)</span>武界原鄉之美_武界嶺茶園/法治國小/武界引水道/曲冰遺址</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/37795193-%e8%b2%b4%e5%ad%90%e5%9d%91%e9%9c%b2%e7%87%9f%e8%bb%8a%e7%87%9f%e4%bd%8d%e5%88%9d%e9%ab%94%e9%a9%97"><span>(27623)</span>貴子坑露營車營位初體驗</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/38854113-%e6%96%b0%e7%ab%b9%e4%ba%94%e5%b3%b0_%e8%8a%b1%e6%b9%96%e7%be%8e%e5%9c%b0%e5%81%87%e6%97%a5%e7%a7%bb%e6%b0%91"><span>(26791)</span>新竹五峰_花湖美地假日移民</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/37323619-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e5%a4%a9%e6%b9%96%e8%be%b2%e5%9c%92%e9%9c%b2%e7%87%9f%ef%bc%882%ef%bc%89"><span>(26549)</span>新竹尖石_天湖農園露營(2)</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/42601325-%e6%96%b0%e7%ab%b9%e5%8c%97%e5%9f%94_%e9%87%91%e5%90%8d%e6%9f%8f%e5%b1%8b%e4%bc%91%e9%96%92%e8%be%b2%e8%8e%8a%e5%9c%9f%e5%8c%aa%e7%aa%a9%e9%9c%b2%e7%87%9f"><span>(24551)</span>新竹北埔_金名柏屋休閒農莊土匪窩露營</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/37795563-%e5%8c%97%e5%be%97%e6%8b%89%e6%9b%bc%e7%87%9f%e5%9c%b0"><span>(23966)</span>北得拉曼營地</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29"><span>(23921)</span>新竹尖石_美樹營地賞楓 (2)</a></li>
+ <li><a href="http://stevenhgm.pixnet.net/blog/post/38408365-%e6%a1%83%e5%9c%92%e5%be%a9%e8%88%88_%e9%9b%85%e6%b8%a1%e8%be%b2%e8%8e%8a%e9%81%bf%e6%9a%91"><span>(22776)</span>桃園復興_雅渡農莊避暑</a></li>
+ </ul>
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery('#hot-article #hotArtUl').load('/blog/hotarticledata?limit=20');
+ // --&gt;
+ </script>
+ </div>
+ </div>
+ <!-- #hot-article //-->
+ <div class="hslice box" id="category">
+ <h4 class="box-title entry-title">
+ 文章分類 </h4>
+ <div class="box-text entry-content">
+
+ <div class="box-more">
+ <img src="//s.pixfs.net/blog/images/choc/expand.gif" alt="unfold all categories" style="cursor:hand;cursor:pointer;" onclick="pix.openAllCategory('open');" />
+ <img src="//s.pixfs.net/blog/images/choc/collapse.gif" alt="fold all categories" style="cursor:hand;cursor:pointer;" onclick="pix.openAllCategory('close');" />
+ </div>
+
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368809','category-1368809-switch');"><img id="category-1368809-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> @ 露營全記錄 (3)</h6>
+ <ul id="category-1368809" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771009">露營全紀錄 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771011">行程分享 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1780173">露營裝備 (3)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368767','category-1368767-switch');"><img id="category-1368767-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...北北基營地 (4)</h6>
+ <ul id="category-1368767" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771457">台北_貴子坑露營場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1859671">平溪_森林小學會館 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779145">烏來_967營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1873888">瑞芳_濂洞國小 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368807','category-1368807-switch');"><img id="category-1368807-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...桃園縣營地 (12)</h6>
+ <ul id="category-1368807" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771521">復興_雅渡休閒農莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1851817">復興_恩愛農場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1894999">復興_拉嘎營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1802875">復興_犘亞農場 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1873018">復興_三哥休閒園區景觀神木露營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771511">復興_俠雲山莊 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771515">復興_松野農園 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771523">復興_雲頂休閒露營區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779181">復興_拉拉山營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771519">復興_瑞士農園民宿 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771589">復興_飛督努農場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771527">復興_楓田農莊 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368765','category-1368765-switch');"><img id="category-1368765-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...新竹縣營地 (45)</h6>
+ <ul id="category-1368765" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1874869">北埔_大湖山林 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1901717">北埔_金名柏屋休閒農莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1901384">五峰_天濶營地 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1898743">尖石_水田谷營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1876777">尖石_春文草堂 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1879075">尖石_八五山甜柿森林 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1876516">五峰_野馬農園 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1832968">五峰_愛上喜翁 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1846693">五峰_伊梵的家 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1875058">尖石_起初營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1868086">尖石_怪獸森林 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1770997">尖石_拉號野營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1872145">尖石_香杉營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1770999">尖石_函館營地 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771111">尖石_天湖農園 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771085">尖石_溫家茶園 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771115">尖石_慢森活露營區 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771159">尖石_金鶯露營園地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1853344">尖石_油羅溪營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771155">尖石_紅薔薇營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771099">尖石_六號花園 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771105">尖石_尤命的帳幕 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771075">尖石_水田營地 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771103">尖石_北德拉曼休閒營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771119">尖石_田中露營區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771113">尖石_山頂農莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1853332">尖石_高台山營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771157">尖石_美樹營地 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771101">尖石_優美地民宿 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771109">尖石_司馬庫斯舊部落營地 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771107">尖石_友柏花園休閒農莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771117">尖石_櫻花谷露營區 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771083">五峰_樂哈山營地 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1808205">五峰_花湖美地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771089">五峰_翡述景園 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771091">五峰_賽夏農場 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771093">五峰_阿貴營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771079">五峰_尤瑪山莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771095">五峰_烏嘴山露營區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771087">五峰_瓦度的家 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771001">五峰_浮雲杉林 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771077">五峰_哈勇露營區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771081">五峰_涼山營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771161">峨眉_桐花谷露營區 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771097">北埔_永茂森林山莊 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368805','category-1368805-switch');"><img id="category-1368805-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...苗栗縣營地 (19)</h6>
+ <ul id="category-1368805" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1918535">三灣_幃爾特營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1906448">苗栗_明德窯 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1855993">泰安_生健農技 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1856680">泰安_ㄠ嶩營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771433">卓蘭_流蘇森林露營區 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1856776">泰安_美富安松林溪 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771441">大湖_老官道休閒農場 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771005">泰安_逸視界營地 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771445">泰安_烏嘎彥景觀休閒露營區 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771447">泰安_石水坊露營區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771443">泰安_楓李小站露營區 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771451">泰安_鑽石林 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771421">三義_山板樵休閒農場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771423">三義_峯州小木屋民宿 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771429">三義_薪山線露營休閒農場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771439">南庄_知泉渡假山莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771437">南庄_吻吻露營區 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779183">南庄_鹿場850庭園 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771455">南庄_一葉蘭農場 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368803','category-1368803-switch');"><img id="category-1368803-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...台中市營地 (10)</h6>
+ <ul id="category-1368803" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1912510">后里_親泉農場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771529">和平_福壽山農場 (8)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1885885">新社_梅林親水岸 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1904567">新社_趣露營 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771531">和平_裡冷熊爸營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1888366">新社_櫻花鳥森林 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771585">和平_武陵農場 (13)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771533">和平_馬告的傳奇 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771535">新社_小路露營區 (0)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771545">新社_沐心泉休閒農場 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368801','category-1368801-switch');"><img id="category-1368801-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...彰化縣營地 (1)</h6>
+ <ul id="category-1368801" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771547">彰化_顏氏二村 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368797','category-1368797-switch');"><img id="category-1368797-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...南投縣營地 (14)</h6>
+ <ul id="category-1368797" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1842868">信義_烏松崙森林渡假營 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1843501">信義_阿肥的天空 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771563">國姓_黃金森林露營區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1852606">武界_法冶國小 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771565">埔里_虎嘯山莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771567">埔里_雲風箏自然手感露營農場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771569">埔里_顏氏牧場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771559">仁愛_太魯灣溫泉露營區 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771561">仁愛_青青草原露營客棧 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771575">魚池_日月潭特色遊學中心 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771573">魚池_左岸松湖營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771571">竹山_深山林內 (6)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771577">鹿谷_文景農場 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771579">鹿谷_波斯園露營區 (3)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368799','category-1368799-switch');"><img id="category-1368799-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...雲林縣營地 (1)</h6>
+ <ul id="category-1368799" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771549">古坑_湖光山舍 (3)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368795','category-1368795-switch');"><img id="category-1368795-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...嘉義縣營地 (1)</h6>
+ <ul id="category-1368795" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771551">竹崎_頂笨仔露營區 (4)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368793','category-1368793-switch');"><img id="category-1368793-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...台南市營地 (1)</h6>
+ <ul id="category-1368793" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771553">柳營_德元埤荷蘭村 (2)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368791','category-1368791-switch');"><img id="category-1368791-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...高雄市營地 (1)</h6>
+ <ul id="category-1368791" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771555">美濃_美綠生態園 (2)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368789','category-1368789-switch');"><img id="category-1368789-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...屏東縣營地 (3)</h6>
+ <ul id="category-1368789" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771557">恆春_青山露營區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1886599">萬巒_穎達休閒農場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1895449">墾丁_紅柴水鄉 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368785','category-1368785-switch');"><img id="category-1368785-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...宜蘭縣營地 (5)</h6>
+ <ul id="category-1368785" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771583">頭城_龜山朝日露營園區 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1825360">大同_牛鬥一角 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1847062">三星_長埤湖營地 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771029">冬山_東風營地 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771581">蘇澳_南澳農場 (5)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368783','category-1368783-switch');"><img id="category-1368783-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...花蓮縣營地 (9)</h6>
+ <ul id="category-1368783" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771621">瑞穗_黑崧大山 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1875394">玉里_林家園 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1876990">富里_富茂農莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771623">秀林_合流露營區 (0)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1882642">壽豐_牛山呼庭 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771625">豐濱_石梯坪露營區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771635">富里_烏魚山莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771637">富里_頭目的家 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771619">玉里_東豐露營區 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368781','category-1368781-switch');"><img id="category-1368781-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...台東縣營地 (4)</h6>
+ <ul id="category-1368781" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771629">長濱_巴歌浪船屋民宿 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771631">鹿野_福鹿山休閒農莊 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1771627">台東_小野柳露營區 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1873333">長濱_浪花蟹營地 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368787','category-1368787-switch');"><img id="category-1368787-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...澎湖縣營地 (1)</h6>
+ <ul id="category-1368787" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1771657">山麉山莊 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368779','category-1368779-switch');"><img id="category-1368779-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> @ 野營玩樂 (1)</h6>
+ <ul id="category-1368779" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1779831">野營露程 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368777','category-1368777-switch');"><img id="category-1368777-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...北部野營地 (7)</h6>
+ <ul id="category-1368777" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1779781">台北_龍門安檢所 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1781917">台北_天元宮 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1895506">台北_猴硐 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1873414">台北_金瓜石 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1774727">新竹_觀霧 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1870318">台北_陽明山 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1851274">桃園_石門水庫 (2)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368775','category-1368775-switch');"><img id="category-1368775-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...中部野營地 (11)</h6>
+ <ul id="category-1368775" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1781853">台中_清水休息站 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1819903">台中_大雪山 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1852057">南投_奧萬大 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1903154">南投_惠蓀林場 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779785">南投_日月潭朝霧碼頭 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1844035">南投_車埕車站 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1774723">南投_合歡山武嶺 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1817623">南投_清靜1743 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1774721">南投_合歡山小風口 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1861474">南投_合歡山遊客中心 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779833">南投_東埔吊橋 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368773','category-1368773-switch');"><img id="category-1368773-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...南部野營地 (2)</h6>
+ <ul id="category-1368773" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1779837">嘉義_龍隱寺 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1910173">嘉義_頂石卓/塔塔加/夫妻樹 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368771','category-1368771-switch');"><img id="category-1368771-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...東部野營地 (10)</h6>
+ <ul id="category-1368771" style="display: none;">
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1779783">宜蘭_礁溪公園 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1864969">宜蘭_濱海遊憩區 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1893541">宜蘭_情人海灘 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1846153">宜蘭_野溪溫泉 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1774725">宜蘭_太平山 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1865869">宜蘭_翠峰湖 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779779">花蓮_七星潭 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1884193">花蓮_鯉魚潭 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779841">台東_三仙台 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1784021">台東_加路蘭 (1)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ <div class="inner-box">
+ <h6 style="cursor:hand;cursor:pointer;" onclick="pix.commentSwitch('category-1368769','category-1368769-switch');"><img id="category-1368769-switch" src="//s.pixfs.net/blog/images/choc/plus.gif" alt="展開分類" border="0" /> ...離島野營地 (0)</h6>
+ <ul id="category-1368769" style="display: none;">
+ <!-- ie6bug
+-->
+ </ul>
+ </div>
+ <ul>
+ <!-- ie6bug
+-->
+ <li><a href="/blog/category/1766233">@ 玩樂全台灣 (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1766217">...北台灣(北北基) (43)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1767865">...北台灣(桃竹苗) (32)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1766215">...中台灣(中彰投) (44)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1766225">...南台灣(雲嘉南) (12)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1767867">...南台灣(高屏澎) (8)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1856686">...東台灣(宜蘭縣) (17)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1766207">...東台灣(花 東) (31)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1766231">...澎湖離島玩樂 (8)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1781079">...蘭嶼離島玩樂 (4)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1865284">...馬祖離島玩樂 (8)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779203">@ 吃喝全台灣 (0)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779205">...北台灣美食(北北基) (6)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779207">...北台灣美食(桃竹苗) (8)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779209">...中台灣美食(中彰投) (3)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779211">...南台灣美食(雲嘉南) (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779213">...南台灣美食(高屏澎) (0)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779215">...東台灣美食(宜花東) (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1779217">...離島美食 (0)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1778667">@ 隨興攝影 (2)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1709705">...晨昏景色 (7)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1778675">@ 人文分享 (19)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1780093">@ 心情分享 (1)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1778683">@ 居家休閒 (9)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1778687">@ 單車休閒 (6)</a></li>
+ <!-- ie6bug -->
+ <li><a href="/blog/category/1780121">@ 登山行記 (6)</a></li>
+ <!-- ie6bug -->
+ </ul>
+ </div>
+ </div>
+ <!-- #category //-->
+ <div class="hslice box" id="search">
+ <h4 class="box-title entry-title">
+ 文章搜尋 </h4>
+ <div class="box-text entry-content">
+
+ <form method="post" action="http://stevenhgm.pixnet.net/blog/search/" id="search-form" data-wording-needkeyword="請輸入關鍵字">
+ <ul>
+ <li><input name="search-target" id="search-target" type="text" /></li>
+ <li><input id="search-submit" value="搜尋" type="submit" /></li>
+ </ul>
+ </form>
+ <script type="text/javascript">
+ //&lt;!--
+ jQuery('#search-form').submit(function(event) {
+ if ('' === jQuery('#search-target').val()) {
+ alert(jQuery(this).attr('data-wording-needkeyword'));
+ event.preventDefault();
+ }
+ });
+ //--&gt;
+ </script>
+ </div>
+ </div>
+ <!-- #search //-->
+ <div class="hslice box" id="mylink">
+ <h4 class="box-title entry-title">
+ 友好連結 </h4>
+ <div class="box-text entry-content">
+
+ <div class="inner-box">
+ <ul>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://rvcamp.org/" target="_blank">露營窩</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://rvcamp.biz/" target="_blank">朱雀的鳥窩</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://www.joelincampers.com.tw/?page_id=18" target="_blank">綠茶喝大杯</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://kwi3.pixnet.net/blog" target="_blank">阿蒯的家</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://linghua581101.pixnet.net/blog" target="_blank">翠影紅霞</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://amay3952.pixnet.net/blog" target="_blank">Camping story by 愛辛焆羅</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://sheilateng.pixnet.net/blog" target="_blank">攝影不設限</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://photo.xuite.net/gs.wu" target="_blank">長尾鳥的相簿</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://blogbackup.pixnet.net/blog" target="_blank">部落格備份網</a></li>
+ <!-- ie6bug
+ -->
+ <li><a title="" href="http://bbpeng2.pixnet.net/blog" target="_blank">笑傲山林</a></li>
+ <!-- ie6bug
+ -->
+ </ul>
+ </div>
+ </div>
+ </div>
+ <!-- #mylink //-->
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery(function($) {
+ $('#mylink h6.expandable').click(function() {
+ var plus_img = "\/\/s.pixfs.net\/blog\/images\/choc\/plus.gif";
+ var minus_img = "\/\/s.pixfs.net\/blog\/images\/choc\/minus.gif";
+ $(this).siblings('ul').toggle();
+ $img = $('&gt; img', this);
+ if ($img.attr('src') == plus_img) {
+ $img.attr('src', minus_img);
+ } else {
+ $img.attr('src', plus_img);
+ }
+ });
+ });
+ //--&gt;
+ </script>
+ <div class="hslice box" id="latest-comment">
+ <h4 class="box-title entry-title">
+ 最新留言 </h4>
+ <div class="box-text entry-content">
+ <ul>
+ <!-- ie6bug
+-->
+ <li>
+ <span>01/19</span> 版主回覆:
+ <a href="http://stevenhgm.pixnet.net/blog/post/43325050-2016%e6%ad%a6%e9%99%b5%e6%a2%85%e8%8a%b1%e9%9f%b3%e6%a8%82%e5%ad%a3#comment-61899598">Terry 晚安:
+今年的賞梅因月...</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>01/19</span> 版主回覆:
+ <a href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29#comment-61901059">謝謝賞圖文!</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>01/18</span> 蔡敏嫻:
+ <a href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29#comment-61901059">真是個美麗的好地方,感謝分享~</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>01/17</span> Terry:
+ <a href="http://stevenhgm.pixnet.net/blog/post/43325050-2016%e6%ad%a6%e9%99%b5%e6%a2%85%e8%8a%b1%e9%9f%b3%e6%a8%82%e5%ad%a3#comment-61899598">今年有計畫再來賞花嗎 ?</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>01/10</span> 版主回覆:
+ <a href="http://stevenhgm.pixnet.net/blog/post/37795135-%e8%8b%97%e6%a0%97_%e9%9b%b2%e6%b4%9e%e5%b1%b1%e8%8e%8a%e6%97%a5%e5%87%ba%e9%9b%b2%e6%b5%b7#comment-61891549">雲洞山莊後山上面的觀景樓並...</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>01/09</span> Xiao BaiBai:<a href="http://stevenhgm.pixnet.net/blog/post/37795135-%e8%8b%97%e6%a0%97_%e9%9b%b2%e6%b4%9e%e5%b1%b1%e8%8e%8a%e6%97%a5%e5%87%ba%e9%9b%b2%e6%b5%b7#comment-61891549">想請問我想去看日出,但不想...</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>01/03</span> 版主回覆:
+ <a href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29#comment-61885933">不客氣!! 晚安</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>12/31</span> 妹子小姐:
+ <a href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29#comment-61885933">謝謝分享文章喲!</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>12/26</span> 版主回覆:
+ <a href="http://stevenhgm.pixnet.net/blog/post/44340778-%e5%be%97%e6%81%a9%e4%ba%9e%e7%b4%8d%e9%83%a8%e8%90%bd#comment-61874362">謝謝猴子哥 賞圖!
+難得台灣...</a>
+ </li>
+ <!-- ie6bug
+-->
+ <li>
+ <span>12/26</span> 版主回覆:
+ <a href="http://stevenhgm.pixnet.net/blog/post/40505173-%e6%ad%a6%e7%95%8c%e5%8e%9f%e9%84%89%e4%b9%8b%e7%be%8e_%e6%ad%a6%e7%95%8c%e5%b6%ba%e8%8c%b6%e5%9c%92-%e6%b3%95%e6%b2%bb%e5%9c%8b%e5%b0%8f-%e6%ad%a6%e7%95%8c%e5%bc%95%e6%b0%b4#comment-61874689">您好! 武界距離南投市區也不...</a>
+ </li>
+ <!-- ie6bug
+-->
+ </ul>
+ </div>
+ </div>
+ <!-- #latest-comment //-->
+ <div class="hslice box" id="archive">
+ <h4 class="box-title entry-title">
+ 文章精選 </h4>
+ <div class="box-text entry-content">
+
+ <select onchange="pix.gotoArchive(this);">
+<option value="-pixnet-">文章精選</option>
+<option value="/blog/archives/201610">2016 十月 (1)</option>
+<option value="/blog/archives/201608">2016 八月 (1)</option>
+<option value="/blog/archives/201607">2016 七月 (2)</option>
+<option value="/blog/archives/201605">2016 五月 (1)</option>
+<option value="/blog/archives/201603">2016 三月 (1)</option>
+<option value="/blog/archives/201601">2016 一月 (1)</option>
+<option value="/blog/archives/201512">2015 十二月 (2)</option>
+<option value="/blog/archives/201511">2015 十一月 (2)</option>
+<option value="/blog/archives/201509">2015 九月 (3)</option>
+<option value="/blog/archives/201508">2015 八月 (3)</option>
+<option value="/blog/archives/201507">2015 七月 (3)</option>
+<option value="/blog/archives/201506">2015 六月 (1)</option>
+<option value="/blog/archives/201505">2015 五月 (1)</option>
+<option value="/blog/archives/201504">2015 四月 (4)</option>
+<option value="/blog/archives/201503">2015 三月 (4)</option>
+<option value="/blog/archives/201502">2015 二月 (3)</option>
+<option value="/blog/archives/201501">2015 一月 (3)</option>
+<option value="/blog/archives/201412">2014 十二月 (5)</option>
+<option value="/blog/archives/201411">2014 十一月 (8)</option>
+<option value="/blog/archives/201410">2014 十月 (4)</option>
+<option value="/blog/archives/201409">2014 九月 (11)</option>
+<option value="/blog/archives/201408">2014 八月 (5)</option>
+<option value="/blog/archives/201407">2014 七月 (4)</option>
+<option value="/blog/archives/201406">2014 六月 (10)</option>
+<option value="/blog/archives/201405">2014 五月 (3)</option>
+<option value="/blog/archives/201404">2014 四月 (5)</option>
+<option value="/blog/archives/201403">2014 三月 (6)</option>
+<option value="/blog/archives/201402">2014 二月 (8)</option>
+<option value="/blog/archives/201401">2014 一月 (7)</option>
+<option value="/blog/archives/201312">2013 十二月 (10)</option>
+<option value="/blog/archives/201311">2013 十一月 (11)</option>
+<option value="/blog/archives/201310">2013 十月 (13)</option>
+<option value="/blog/archives/201309">2013 九月 (11)</option>
+<option value="/blog/archives/201308">2013 八月 (11)</option>
+<option value="/blog/archives/201307">2013 七月 (7)</option>
+<option value="/blog/archives/201306">2013 六月 (8)</option>
+<option value="/blog/archives/201305">2013 五月 (6)</option>
+<option value="/blog/archives/201304">2013 四月 (8)</option>
+<option value="/blog/archives/201303">2013 三月 (10)</option>
+<option value="/blog/archives/201302">2013 二月 (5)</option>
+<option value="/blog/archives/201301">2013 一月 (11)</option>
+<option value="/blog/archives/201212">2012 十二月 (5)</option>
+<option value="/blog/archives/201211">2012 十一月 (11)</option>
+<option value="/blog/archives/201210">2012 十月 (15)</option>
+<option value="/blog/archives/201209">2012 九月 (3)</option>
+<option value="/blog/archives/201208">2012 八月 (20)</option>
+<option value="/blog/archives/201207">2012 七月 (11)</option>
+<option value="/blog/archives/201206">2012 六月 (7)</option>
+<option value="/blog/archives/201205">2012 五月 (11)</option>
+<option value="/blog/archives/201204">2012 四月 (9)</option>
+<option value="/blog/archives/201203">2012 三月 (11)</option>
+<option value="/blog/archives/201202">2012 二月 (11)</option>
+<option value="/blog/archives/201201">2012 一月 (7)</option>
+<option value="/blog/archives/201112">2011 十二月 (9)</option>
+<option value="/blog/archives/201111">2011 十一月 (13)</option>
+<option value="/blog/archives/201110">2011 十月 (11)</option>
+<option value="/blog/archives/201109">2011 九月 (8)</option>
+<option value="/blog/archives/201108">2011 八月 (10)</option>
+<option value="/blog/archives/201107">2011 七月 (8)</option>
+<option value="/blog/archives/201106">2011 六月 (8)</option>
+<option value="/blog/archives/201105">2011 五月 (9)</option>
+<option value="/blog/archives/201104">2011 四月 (7)</option>
+<option value="/blog/archives/201103">2011 三月 (11)</option>
+<option value="/blog/archives/201102">2011 二月 (6)</option>
+<option value="/blog/archives/201101">2011 一月 (6)</option>
+<option value="/blog/archives/201012">2010 十二月 (10)</option>
+<option value="/blog/archives/201011">2010 十一月 (10)</option>
+<option value="/blog/archives/201010">2010 十月 (4)</option>
+<option value="/blog/archives/201009">2010 九月 (2)</option>
+<option value="/blog/archives/201008">2010 八月 (9)</option>
+<option value="/blog/archives/201007">2010 七月 (5)</option>
+<option value="/blog/archives/201005">2010 五月 (1)</option>
+<option value="/blog/archives/200910">2009 十月 (2)</option>
+<option value="/blog/archives/200909">2009 九月 (2)</option>
+<option value="/blog/archives/200908">2009 八月 (3)</option>
+<option value="/blog/archives/200907">2009 七月 (6)</option>
+<option value="/blog/archives/200903">2009 三月 (5)</option>
+<option value="/blog/archives/200902">2009 二月 (9)</option>
+<option value="/blog/archives/200901">2009 一月 (7)</option>
+<option value="/blog/archives/200812">2008 十二月 (6)</option>
+<option value="/blog/archives/200811">2008 十一月 (8)</option>
+<option value="/blog/archives/200810">2008 十月 (1)</option>
+<option value="/blog/archives/200809">2008 九月 (8)</option>
+<option value="/blog/archives/200808">2008 八月 (4)</option>
+</select>
+ <div class="box-more">
+ <a href="/blog/listall/1">所有文章列表</a>
+ </div>
+ </div>
+ </div>
+ <!-- #archive //-->
+ <div class="hslice box" id="visitor">
+ <h4 class="box-title entry-title">
+ 誰來我家 </h4>
+ <div class="box-text entry-content">
+ <ul id="ul-visitors">
+ <!-- ie6bug //-->
+ <li>
+ <a href="http://PixnetAd2017.pixnet.net/" target="_blank"><img src="http://s1.pimg.tw/avatar/pixnetad2017/0/0/zoomcrop/50x50.jpg?v=1486377143" alt="headshot from friends" title="PixnetAd2017" width="50" height="50" /></a>
+ </li>
+ <li>
+ <a href="http://blogbackup.pixnet.net/" target="_blank"><img src="http://s8.pimg.tw/avatar/blogbackup/0/0/zoomcrop/50x50.jpg?v=1381715322" alt="headshot from friends" title="blogbackup" width="50" height="50" /></a>
+ </li>
+ <li>
+ <a href="http://LetYoung.pixnet.net/" target="_blank"><img src="http://s6.pimg.tw/avatar/letyoung/0/0/zoomcrop/50x50.jpg?v=1429796178" alt="headshot from friends" title="LetYoung" width="50" height="50" /></a>
+ </li>
+ <li>
+ <a href="http://coffee1686.pixnet.net/" target="_blank"><img src="http://s9.pimg.tw/avatar/coffee1686/0/0/zoomcrop/50x50.jpg?v=1477368652" alt="headshot from friends" title="coffee1686" width="50" height="50" /></a>
+ </li>
+ <li>
+ <a href="http://a87192611.pixnet.net/" target="_blank"><img src="http://s7.pimg.tw/avatar/a87192611/0/0/zoomcrop/50x50.jpg?v=1252651730" alt="headshot from friends" title="a87192611" width="50" height="50" /></a>
+ </li>
+ </ul>
+
+ </div>
+ </div>
+ <!-- #visitor //-->
+ <div class="hslice box" id="qrcode">
+ <h4 class="box-title entry-title">
+ QR Code </h4>
+ <div class="box-text entry-content">
+
+ <div class="qrcode">
+ <img src="http://s.pimg.tw/qrcode/stevenhgm/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29.png" />
+ </div>
+ </div>
+ </div>
+ <!-- #qrcode //-->
+ <div class="hslice box" id="announce">
+ <h4 class="box-title entry-title">
+ 站方公告 </h4>
+ <div class="box-text entry-content">
+
+ <ul>
+ <li><a href="http://admin.pixnet.net/blog/post/44606311-%5b%e5%85%ac%e5%91%8a%5d-2017%e5%b9%b4%e5%ba%a6%e8%be%b2%e6%9b%86%e6%98%a5%e7%af%80%e6%9c%9f%e9%96%93%e6%9c%8d%e5%8b%99%e5%85%ac%e5%91%8a" target="_blank">[公告] 2017年度農曆春節期間服務公告</a></li>
+ <li><a href="http://admin.pixnet.net/blog/post/44587246-%5b%e5%85%ac%e5%91%8a%5d-%e6%9c%8d%e5%8b%99%e6%a2%9d%e6%ac%be%e7%95%b0%e5%8b%95%e5%85%ac%e5%91%8a" target="_blank">[公告] 服務條款異動公告</a></li>
+ <li><a href="http://admin.pixnet.net/blog/post/43800091-%5b%e5%85%ac%e5%91%8a%5d-%e7%97%9e%e5%ae%a2%e9%82%a6%e7%9b%b8%e7%b0%bf%e6%9c%8d%e5%8b%99%e4%b9%8b%e3%80%8c%e9%9d%9e%e7%b6%b2%e9%a0%81%e4%b8%8a%e5%82%b3%e8%bb%9f%e9%ab%94%e3%80%8d" target="_blank">[公告] 痞客邦相簿服務之「非網頁上傳軟體」將於 2016 年 6 月 29 日正式終止</a></li>
+ </ul>
+ </div>
+ </div>
+ <!-- #announce //-->
+ </div>
+ <!-- #links-row-2 //-->
+ <div id="ad-mib">
+ <script type="text/javascript">
+ pix.MIB.config = {
+ hosthash: '3fe6433d830b6321900cadda5cc06d37',
+ dr: {
+ source: 'stevenhgm'
+ },
+ goldAds: document.querySelectorAll('.h54d834-siTemajidr-h54d834'),
+ uniq: '3af5b47651d9d4461e8047f02d239e74228a7dce18791',
+ percentSite: 'http://falcon.pixanalytics.com/mib/vap',
+ falconSite: 'http://falcon.pixanalytics.com',
+ cate: '16',
+ hasMIB: 1,
+ canPutVideo: false,
+ article_cate_id: '28',
+ demo: {
+ hash: '',
+ demoOption: 0
+ },
+ availablePositions: [{
+ id: 1,
+ name: 'sidebar-1',
+ enable: 1
+ }, {
+ id: 1,
+ name: 'sidebar-2',
+ enable: false
+ }, {
+ id: 3,
+ name: 'video',
+ enable: false
+ }, {
+ id: 8,
+ name: 'unfold',
+ enable: false
+ }],
+ ref: ''
+ };
+
+ (function() {
+ var goldAds = pix.MIB.config.goldAds;
+ if (goldAds[0]) {
+ pix.MIB.build.generate();
+ pix.MIB.build.detectPageScrollPlayback();
+ }
+ })();
+ </script>
+ </div>
+ <!-- #ad-mib //-->
+ </div>
+ <!-- #links //-->
+ </div>
+ <!-- #main //-->
+ <div id="footer">
+ <p></p>
+ <div id="bottom">
+ <a class="bottom-skiplink" href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29/#top" title="back to the top of the page">回到頁首</a>
+ <a class="bottom-skiplink" href="http://stevenhgm.pixnet.net/blog/post/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29#article-area" title="back to the main cotent of the page">回到主文</a>
+ <a class="bottom-pixnet" href="http://panel.pixnet.cc/signup/step2">免費註冊</a>
+ <a target="_blank" class="bottom-pixnet" href="http://help.pixnet.tw/">客服中心</a>
+ <a target="_blank" class="bottom-pixnet" href="http://www.pixnet.net/">痞客邦首頁</a> © 2003 - 2017 PIXNET Travel </div>
+ </div>
+ <!-- #footer //-->
+ </div>
+ <!-- #container3 //-->
+ <div id="extradiv11"></div>
+ <div id="extradiv10"></div>
+ <div id="extradiv9"></div>
+ <div id="extradiv8"></div>
+ </div>
+ <!-- #container2 //-->
+ <div id="extradiv7"></div>
+ <div id="extradiv6"></div>
+ <div id="extradiv5"></div>
+ <div id="extradiv4"></div>
+ </div>
+ <!-- #container //-->
+ <div id="extradiv3"></div>
+ <div id="extradiv2"></div>
+ <div id="extradiv1"></div>
+ <div id="extradiv0"></div>
+ </div>
+ <!-- #body-div //-->
+
+ </div>
+
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery(window).load(function() {
+ //autoImgResize
+ '2';
+ jQuery.settings = jQuery.settings || {};
+ jQuery.settings.autoImgResize = {
+ mode: +'2',
+ resizWidth: +'400',
+ selector: 'content'
+ };
+
+ if (2 === jQuery.settings.autoImgResize.mode) {
+ jQuery.settings.autoImgResize.resizWidth = jQuery('.article-content').width();
+ }
+ pix.autoImgResize(jQuery.settings.autoImgResize.resizWidth, jQuery.settings.autoImgResize.selector);
+
+
+ });
+ //--&gt;
+ </script>
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery(function() {
+ pix.fixPixnetPlayerID();
+ jQuery('.article-head').find('.column-star').each(function() {
+ var column_link = jQuery(this).attr('data-column-link');
+ jQuery(this).find('h2').append(' &lt;a title="專欄之星" href="' + column_link + '" target="_blank"&gt;&lt;img title="專欄之星" alt="column star article" src="http://s.pixfs.net/blog/images/choc/column_star.gif"&gt;&lt;/a&gt;');
+ });
+ jQuery('.article-hot').each(function() {
+ jQuery(this).find('h2').append(' &lt;a class="__dailyhotclass" title="本日熱門" href="' + jQuery(this).attr('data-hot-link') + '" target="_blank"&gt;&lt;img title="熱門文章" alt="hot article today" src="http://s.pixfs.net/blog/images/choc/today_hot.gif"&gt;&lt;/a&gt;');
+ });
+ });
+ //--&gt;
+ </script>
+ <script src="//front.pixfs.net/js/mixpanel.js?v=4b36ae69?v=b27bf7fe9e1f0fca830e1381a52f804b"></script>
+ <script src="//front.pixfs.net/js/blog-mixpanel.min.js?v=09e150d3?v=b27bf7fe9e1f0fca830e1381a52f804b"></script>
+ <script type="text/javascript">
+ & lt;
+ !--
+ if (typeof dataLayer === 'undefined') dataLayer = [];
+
+ dataLayer.push({
+ "blog_page_type": "post",
+ "keyword": "",
+ "page_meta": "stevenhgm\/blog\/post\/39926056-新竹尖石_美樹營地賞楓 (2)",
+ "user_cat_id": "1771157",
+ "user_cat_name": "尖石_美樹營地",
+ "is_testing_43400": false,
+ "is_partner_program": false,
+ "is_mobile_mode": false,
+ "user_name": "stevenhgm",
+ "page_type": "blog",
+ "service_type": "blog",
+ "page_view": "\/blog\/",
+ "blog_name": "史蒂文的家_藍天",
+ "blog_cat": "16 - 休閒旅遊",
+ "is_loggedin": false,
+ "is_VIP": false,
+ "is_obstruct": "ip",
+ "viewer_type": "Regular Member",
+ "article_title": "新竹尖石_美樹營地賞楓 (2)",
+ "article_id": "39926056",
+ "article_cat": "28 - 國內旅遊"
+ });
+
+ -- & gt;
+ </script>
+
+ <noscript>&lt;iframe src="//www.googletagmanager.com/ns.html?id=GTM-KGMWFG" height="0" width="0" style="display:none;visibility:hidden"&gt;&lt;/iframe&gt;</noscript>
+ <noscript>&lt;iframe src="//www.googletagmanager.com/ns.html?id=GTM-MZ3SPM" height="0" width="0" style="display:none;visibility:hidden"&gt;&lt;/iframe&gt;</noscript>
+
+
+ <script type="text/javascript">
+ & lt;
+ !--
+ var _gaq = _gaq || [];
+ _gaq.push(
+ ['_setAccount', 'UA-408650-10'], ['_setDetectTitle', false], ['_setDomainName', 'none'], ['_setAllowLinker', true], ['_setCustomVar', 1, 'member', 'GUEST'], ['_setCustomVar', 2, 'vip', 'nonVIP'], ['_trackPageview', '/blog/']
+
+ );
+
+ (function() {
+ var ga = document.createElement('script');
+ ga.type = 'text/javascript';
+ ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ga, s);
+ })();
+
+ (function(w, d, s, l, i) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ var f = d.getElementsByTagName(s)[0],
+ j = d.createElement(s),
+ dl = l != 'dataLayer' ? '&amp;l=' + l : '';
+ j.async = true;
+ j.src =
+ '//www.googletagmanager.com/gtm.js?id=' + i + dl;
+ f.parentNode.insertBefore(j, f);
+ })(window, document, 'script', 'dataLayer', 'GTM-KGMWFG');
+
+ (function(w, d, s, l, i) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ var f = d.getElementsByTagName(s)[0],
+ j = d.createElement(s),
+ dl = l != 'dataLayer' ? '&amp;l=' + l : '';
+ j.async = true;
+ j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl;
+ f.parentNode.insertBefore(j, f);
+ })(window, document, 'script', 'dataLayer', 'GTM-MZ3SPM');
+
+ (function(w, d, s, l, i) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ var f = d.getElementsByTagName(s)[0],
+ j = d.createElement(s),
+ dl = l != 'dataLayer' ? '&amp;l=' + l : '';
+ j.async = true;
+ j.src =
+ '//www.googletagmanager.com/gtm.js?id=' + i + dl;
+ f.parentNode.insertBefore(j, f);
+ })(window, document, 'script', 'dataLayer', 'GTM-M9S8TF');
+
+ (function(w, d, s, l, i) {
+ w[l] = w[l] || [];
+ w[l].push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ var f = d.getElementsByTagName(s)[0],
+ j = d.createElement(s),
+ dl = l != 'dataLayer' ? '&amp;l=' + l : '';
+ j.async = true;
+ j.src =
+ '//www.googletagmanager.com/gtm.js?id=' + i + dl;
+ f.parentNode.insertBefore(j, f);
+ })(window, document, 'script', 'dataLayer', 'GTM-NDN8FB');
+
+
+
+ (function($, undefined) {
+ $(function() {
+ var _topbar = $('#topbar');
+ _topbar.find('.topbar__logo').on('click', 'a', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-logo', 'GUEST']);
+ });
+ _topbar.find('#topbar__search').on('submit', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-search-button', 'GUEST']);
+ });
+ _topbar.find('.topbar__announce').on('click', '.topbar__announce__item', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-announce', 'GUEST']);
+ });
+
+ _topbar.find('.topbar__notification__counter').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-notification-counter', 'GUEST']);
+ });
+ _topbar.find('.topbar__notification__list--header__link').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-notification-setting', 'GUEST']);
+ });
+ _topbar.find('.topbar__notification__list--footer__link').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-notification-showall', 'GUEST']);
+ });
+
+ _topbar.find('#topbar__user__login').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-login', 'GUEST']);
+ });
+
+ _topbar.find('#topbar__user__list__link--blog').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-myblog', '']);
+ });
+ _topbar.find('#topbar__user__list__link--articlenew').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-articlenew', '']);
+ });
+ _topbar.find('#topbar__user__list__link--panelsite').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-panelsite', '']);
+ });
+ _topbar.find('#topbar__user__list__link--panelapp').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-panelapp', '']);
+ });
+
+ _topbar.find('#topbar__user__list__link--logout').on('click', function() {
+ _gaq.push(['_trackEvent', 'blog-bar', 'click-logout', '']);
+ });
+ });
+ })(jQuery);
+
+ //--&gt;
+ </script>
+ <div style="display: none" id="comscorekw" data-value="comscorekw=Travel"></div>
+ <!-- Facebook Pixel Code -->
+ <script>
+ ! function(f, b, e, v, n, t, s) {
+ if (f.fbq) return;
+ n = f.fbq = function() {
+ n.callMethod ?
+ n.callMethod.apply(n, arguments) : n.queue.push(arguments)
+ };
+ if (!f._fbq) f._fbq = n;
+ n.push = n;
+ n.loaded = !0;
+ n.version = '2.0';
+ n.queue = [];
+ t = b.createElement(e);
+ t.async = !0;
+ t.src = v;
+ s = b.getElementsByTagName(e)[0];
+ s.parentNode.insertBefore(t, s)
+ }(window,
+ document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
+
+ fbq('init', '510235355828933');
+ fbq('track', "PageView");
+ </script>
+ <noscript>&lt;img height="1" width="1" style="display:none"
+src="https://www.facebook.com/tr?id=510235355828933&amp;ev=PageView&amp;noscript=1"
+/&gt;</noscript>
+ <!-- End Facebook Pixel Code -->
+ <div id="popup-frame" style="display:none">
+ <div id="frame-dimmer"></div>
+ <div id="frame-box">
+ <div id="frame-border"></div>
+ <div id="frame-header">
+ <h3></h3>
+ <a href="#" class="frame-close" title="關閉視窗"><span>關閉視窗</span></a>
+ </div>
+ <div id="frame-content"></div>
+ </div>
+ </div>
+
+ <script type="text/javascript" src="//s.pixanalytics.com/js/c.js?v=9"></script>
+ <script type="text/javascript">
+ if ('undefined' === typeof window._uCount) {
+ window._uCount = function() {};
+ }
+ </script>
+ <script type="text/javascript">
+ & lt;
+ !--
+ var _type = 'front_blog';
+ _uCount();
+ var _type = 'front_blog_byarticlecategory:28';
+ _uCount();
+ var _type = 'front_blog_bysitecategory:16';
+ _uCount();
+ if (document.location.toString().indexOf('/post/') != -1) {
+ var _type = 'front_blog_post';
+ _uCount();
+ var _type = 'front_blog_post_nonvip';
+ _uCount();
+ }
+
+ if (document.location.toString().indexOf('/search/') != -1) {
+ var _type = 'front_blog_search';
+ _uCount();
+ }
+ //--&gt;
+ </script>
+ <script src="http://referer.pixplug.in/static/r.js?v=b27bf7fe9e1f0fca830e1381a52f804b" type="text/javascript"></script>
+ <script type="text/javascript">
+ & lt;
+ !--
+ _currentPageUsername = 'stevenhgm';
+ _refererCount();
+ //--&gt;
+ </script>
+ <script>
+ var _piq = _piq || [];
+
+ _piq.push(
+ ['setCustomVar', 'venue', 'pixnet'], ['setCustomVar', 'author_id', pix.owner], ['setCustomVar', 'article_category_id', "28"], ['setCustomVar', 'nonce', pix.login_name], ['setCustomVar', 'visitor_id', pix.visitor], ['setCustomVar', 'visitor_openid', pix.openid], ['trackPageView']
+ );
+ (function(d, t, u, f, j) {
+ f = d.getElementsByTagName(t)[0];
+ j = d.createElement(t);
+ j.async = 1;
+ j.src = u;
+ f.parentNode.insertBefore(j, f);
+ })(document, 'script', 'https://s.pixanalytics.com/js/pi.min.js');
+
+ (function($) {
+ $(function() {
+ var _startTime = Math.floor((new Date()).getTime() / 1000),
+ _driveMode = ('none' === $(document.body).data('mobileMode')) ? 'desktop' : 'mobile',
+ _send = false,
+ unload;
+
+ unload = function() {
+ if (_send) {
+ return;
+ }
+
+ var _endTime = Math.floor((new Date()).getTime() / 1000),
+ _isIdleAdClosed = '';
+
+ switch ($.adIdlePopClosed) {
+ case 'hasClosed':
+ _isIdleAdClosed = 'close idle ad';
+ break;
+ case 'neverClosed':
+ _isIdleAdClosed = 'not close idle ad';
+ break;
+ default:
+
+ }
+ _piq.push(['trackEvent', 'article stay time', _isIdleAdClosed, _driveMode, (_endTime - _startTime)]);
+ _send = true;
+ };
+
+ $(window).on({
+ 'beforeunload.idlePI': unload,
+ 'unload.idlePI': unload,
+ 'pagehide.idlePI': unload
+ });
+
+ // #41767
+ $('#pixad1032').on('click', 'a', function() {
+ if ('styleme' === $(this).data('source')) {
+ _piq.push(['trackEvent', 'yahoo 大聯盟導購', '金鑽版位點擊']);
+ }
+ });
+
+ var pixad1032ImpTracking = function() {
+ var container = $('#pixad1032');
+
+ if (0 === container.find('a').length) {
+ setTimeout(pixad1032ImpTracking, 500);
+ return;
+ }
+
+ if ('styleme' == container.find('a').data('source')) {
+ _piq.push(['trackEvent', 'yahoo 大聯盟導購', '金鑽版位曝光']);
+ }
+ };
+ pixad1032ImpTracking();
+ });
+ })(jQuery);
+ </script>
+ <script src="//front.pixfs.net/js/pixinsight.min.js?v=99980588?v=b27bf7fe9e1f0fca830e1381a52f804b"></script>
+
+
+ <!-- Modified: 1486718791 -->
+ <!-- async script -->
+ <script type="text/javascript">
+ & lt;
+ !--
+ jQuery.ajaxSetup({
+ cache: true
+ });
+ jQuery.getScript("//js.pixplug.in/addon/1/production.js?v=1399949830", function(data, textStatus) {
+ jQuery.pixAddonFacebookPushButton({
+ "show_faces": "true",
+ "width": "600",
+ "position": "top",
+ "colorscheme": "light",
+ "addon_username": "stevenhgm",
+ "addon_expired_at": 0,
+ "addon_ismobile": false,
+ "addon_isvip": false,
+ "addon_is_allow_setting": true,
+ "ab_testing_seed": 1232136999
+ });
+ });
+ jQuery.getScript("//js.pixplug.in/addon/76/production.js?v=1383114692", function(data, textStatus) {
+ jQuery.pixArticleSwitcher({
+ "mode": "below-content",
+ "default_css": "on",
+ "color": "black",
+ "addon_username": "stevenhgm",
+ "addon_expired_at": 0,
+ "addon_ismobile": false,
+ "addon_isvip": false,
+ "addon_is_allow_setting": true,
+ "ab_testing_seed": 1232136999
+ });
+ });
+ jQuery.getScript("//js.pixplug.in/addon/96/production.js?v=1380100897", function(data, textStatus) {
+ jQuery.pix0rz({
+ "panel": null,
+ "addon_username": "stevenhgm",
+ "addon_expired_at": 0,
+ "addon_ismobile": false,
+ "addon_isvip": false,
+ "addon_is_allow_setting": true,
+ "ab_testing_seed": 1232136999
+ });
+ });
+ jQuery.ajaxSetup({
+ cache: false
+ });
+ //--&gt;
+ </script>
+
+ <!-- load sync script -->
+ <script src="//js.pixplug.in/addon/84/production.js?v=1386731952" type="text/javascript"></script>
+
+ <!-- execute sync addon -->
+ <script type="text/javascript">
+ jQuery(function($) {
+ $("#content img").lazyload({
+ effect: "fadeIn",
+ placeholder: "http://s.pixfs.net/js/jquery.lazyload/grey.gif"
+ });
+ });
+ </script>
+
+
+
+ <script>
+ pix.stylemeTags = [];
+ </script>
+ <script src="//front.pixfs.net/js/styleme.min.js?v=f0e1deed?v=b27bf7fe9e1f0fca830e1381a52f804b" crossorigin="anonymous"></script>
+
+ <script>
+ (function() {
+ pix.octopusTags = null;
+ if (null === pix.octopusTags || undefined === pix.octopusTags) {
+ return;
+ }
+ for (var i = 0; i & lt; pix.octopusTags.length; i++) {
+ if ('' === pix.octopusTags[i]) {
+ continue;
+ }
+ _piq.push(['trackEvent', 'otopusTag', '', pix.octopusTags[i]]);
+ }
+ })();
+ </script>
+
+
+ <script src="//front.pixfs.net/module/topbar/js/blogtopbar.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b" crossorigin="anonymous"></script>
+
+ <script>
+ var nineyi_group = "X1";
+ var nineyi_keyindex = "0";
+ var nineyi_match = "";
+ var nineyi_id = "pix91_a7fb7b77a05dabae9054b8973856eaea";
+ var nineyi_products = [{
+ "asset": "0104",
+ "image": "http:\/\/pic.pimg.tw\/pixnetvisual\/1446126120-4162329176_s.jpg?v=1446126272",
+ "title": "MissHana\u82b1\u5a1c\u5c0f\u59d0\u5b8c\u7f8e\u7121\u75d5\u4e09\u8272\u906e\u7455\u818f",
+ "oprice": "380",
+ "nprice": "299",
+ "link": "http:\/\/www.86shops.com.tw\/SalePage\/Index\/1256490"
+ }, {
+ "asset": "0138",
+ "image": "http:\/\/pic.pimg.tw\/pixnetvisual\/1446126147-4136062762_s.jpg?v=1446126272",
+ "title": "E\u2027Heart \u4f0a\u5fc3 \u6301\u4e45\u96b1\u5f62\u96d9\u9762\u96d9\u773c\u76ae\u8cbc",
+ "oprice": "348",
+ "nprice": "180",
+ "link": "http:\/\/www.86shops.com.tw\/SalePage\/Index\/344734"
+ }, {
+ "asset": "0143",
+ "image": "http:\/\/pic.pimg.tw\/pixnetvisual\/1446126150-2749437497_s.jpg?v=1446126272",
+ "title": "3CE (3CONCEPT EYES) \u8d85\u986f\u8272\u5507\u818f",
+ "oprice": "499",
+ "nprice": "399",
+ "link": "http:\/\/www.86shops.com.tw\/SalePage\/Index\/1610019"
+ }, {
+ "asset": "0223",
+ "image": "http:\/\/pic.pimg.tw\/pixnetvisual\/1446126232-3103690318_s.jpg?v=1446126273",
+ "title": "ND \u812b\u6bdb\u871c\u881f\/\u9664\u6bdb\u871c\u881f 220g",
+ "oprice": "299",
+ "nprice": "299",
+ "link": "http:\/\/www.86shops.com.tw\/SalePage\/Index\/1035850"
+ }, {
+ "asset": "0160",
+ "image": "http:\/\/pic.pimg.tw\/pixnetvisual\/1446126167-2508883353_s.jpg?v=1446126272",
+ "title": "\u97d3\u570b RiRe \u9ed1\u982d\u7c89\u523a\u6e05\u6f54\u5237 \u4e59\u652f\u5165(\u5167\u9644\u6e05\u6f54\u4e7320mL)",
+ "oprice": "290",
+ "nprice": "290",
+ "link": "http:\/\/www.86shops.com.tw\/SalePage\/Index\/640966"
+ }, {
+ "asset": "0109",
+ "image": "http:\/\/pic.pimg.tw\/pixnetvisual\/1446126124-168867797_s.jpg?v=1446126272",
+ "title": "Miss Hana \u82b1\u5a1c\u5c0f\u59d0 \u6c34\u611f\u63a7\u8272CC\u971c",
+ "oprice": "349",
+ "nprice": "299",
+ "link": "http:\/\/www.86shops.com.tw\/SalePage\/Index\/668815"
+ }];
+ </script>
+ <script id="idleTemplate" type="text/x-jsrender" data-main="//front.pixfs.net/module/idlePop/js/idlePop.min.js?v=b27bf7fe9e1f0fca830e1381a52f804b">
+ &lt;link rel="stylesheet" href="//front.pixfs.net/module/idlePop/css/idlePop.min.css?v=6057ab06?v=b27bf7fe9e1f0fca830e1381a52f804b"&gt; &lt;div class="modal idle-pop" tabindex="-1" role="dialog" aria-describedby="dialog"&gt; &lt;div class="modal-bg"&gt;&lt;/div&gt; &lt;div class="modal-dialog"&gt; &lt;a class="modal-close" data-close="【 關閉 X 】"&gt;&lt;/a&gt; &lt;div class="modal-content"&gt; &lt;div class="modal-header"&gt;本網頁已閒置超過 3 分鐘。請點 &lt;kbd&gt;關閉&lt;/kbd&gt; 或 &lt;kbd&gt;點擊&lt;/kbd&gt;任一空白處,即可回到網頁&lt;/div&gt; &lt;div class="modal-body"&gt; &lt;div class="blogger-info"&gt; &lt;a class="blogger-info__avatar" href="//www.pixnet.net/blog/profile/{{:user.name}}"&gt;&lt;img src="{{:user.avatar}}" alt="{{:user.name}} 的大頭貼"&gt;&lt;/a&gt; &lt;div class="blogger-info__profile"&gt; &lt;div class="blogger-info__row"&gt; &lt;dl&gt; &lt;dt&gt;部落格名稱&lt;/dt&gt; &lt;dd&gt;&lt;a href="{{:blog.link}}"&gt;{{:blog.name}}&lt;/a&gt;&lt;/dd&gt; &lt;/dl&gt; &lt;/div&gt; &lt;div class="blogger-info__row"&gt; &lt;dl&gt; &lt;dt&gt;人氣&lt;/dt&gt; &lt;dd data-unit="人"&gt;{{:blog.hits.total}}&lt;/dd&gt; &lt;dt&gt;好友數&lt;/dt&gt; &lt;dd data-unit="人"&gt;{{:user.friends_count}}&lt;/dd&gt; &lt;dt&gt;文章總數&lt;/dt&gt; &lt;dd data-unit="篇"&gt;{{:blog.articles_count}}&lt;/dd&gt; &lt;/dl&gt; &lt;/div&gt; &lt;div class="blogger-info__row"&gt; &lt;a class="blogger-info__follow" href="http://panel.pixnet.cc/pixfront/addsubspopup?fromuser={{:user.name}}&amp;user={{:user.name}}&amp;popup=1" target="pix_add_sub" data-followers="{{:user.subscribers_count}}"&gt;加入訂閱&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="idle-adsense"&gt; &lt;/div&gt; &lt;div class="idle-related-posts"&gt; {{for posts}} &lt;a class="idle-related-post" href="{{:link}}"&gt; &lt;img src="{{:thumb}}" alt="文章縮圖"&gt; &lt;div class="idle-related-post__detail"&gt; &lt;h4&gt;{{:title}}&lt;/h4&gt; &lt;div class="idle-related-post__desc" data-readmore="繼續閱讀"&gt;{{:body}}&lt;/div&gt; &lt;/div&gt; &lt;/a&gt; {{/for}} &lt;/div&gt; &lt;/div&gt; &lt;div class="modal-footer"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;
+ </script>
+
+
+ <script src="//front.pixfs.net/js/hide-ad-checker.min.js?v=8e1fb39e?v=b27bf7fe9e1f0fca830e1381a52f804b" crossorigin="anonymous"></script>
+
+
+ <script type="text/javascript" id="">
+ jQuery("div").find(".article a").find(':contains("1314.ws")').length & amp; & amp;
+ dataLayer.push({
+ event: "spam-detected"
+ });
+ </script>
+ <script type="text/javascript" id="">
+ function updateQueryStringParameter(a, b, c) {
+ var d = new RegExp("([?\x26])" + b + "\x3d.*?(\x26|$)", "i"),
+ e = -1 !== a.indexOf("?") ? "\x26" : "?";
+ return a.match(d) ? a.replace(d, "$1" + b + "\x3d" + c + "$2") : a + e + b + "\x3d" + c
+ }
+ jQuery(".article-body").on("click", "a", function() {
+ var a = this.href;
+ 0 & lt; = a.toLowerCase().indexOf("klook.com") & amp; & amp; - 1 == a.toLowerCase().indexOf("aid") ? (a = updateQueryStringParameter(a, "aid", "11"), jQuery(this).attr("href", a), dataLayer.push({
+ event: "genericEvent",
+ eventUA: "UA-65168598-20",
+ eventCategory: "Klook \u7121AID\u9023\u7d50\u8f49\u63db\uff08\u6b63\u78ba\uff09",
+ eventAction: "Click",
+ eventLabel: "http:\/\/stevenhgm.pixnet.net\/blog\/post\/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29",
+ eventNonInteraction: "true"
+ })) : 0 & lt; = a.toLowerCase().indexOf("hotelscombined.com") & amp; & amp; - 1 == a.toLowerCase().indexOf("a_aid") ?
+ (a = updateQueryStringParameter(a, "a_aid", "132653"), a = updateQueryStringParameter(a, "label", "link_replace"), jQuery(this).attr("href", a), dataLayer.push({
+ event: "genericEvent",
+ eventUA: "UA-65168598-1",
+ eventCategory: "HotelsCombined \u7121AID\u9023\u7d50\u8f49\u63db",
+ eventAction: "Click",
+ eventLabel: "http:\/\/stevenhgm.pixnet.net\/blog\/post\/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29",
+ eventNonInteraction: "true"
+ })) : 0 & lt; = a.toLowerCase().indexOf("booking.com") & amp; & amp; - 1 == a.toLowerCase().indexOf("aid") ? (a = updateQueryStringParameter(a, "aid", "835804"), a = updateQueryStringParameter(a,
+ "label", "link_replace"), jQuery(this).attr("href", a), dataLayer.push({
+ event: "genericEvent",
+ eventUA: "UA-65168598-1",
+ eventCategory: "Booking.com \u7121AID\u9023\u7d50\u8f49\u63db",
+ eventAction: "Click",
+ eventLabel: "http:\/\/stevenhgm.pixnet.net\/blog\/post\/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29",
+ eventNonInteraction: "true"
+ })) : 0 & lt; = a.toLowerCase().indexOf("agoda.com") & amp; & amp; - 1 == a.toLowerCase().indexOf("cid") & amp; & amp;
+ (a = updateQueryStringParameter(a, "cid", "1658048"), jQuery(this).attr("href", a), dataLayer.push({
+ event: "genericEvent",
+ eventUA: "UA-65168598-1",
+ eventCategory: "Agoda.com \u7121AID\u9023\u7d50\u8f49\u63db",
+ eventAction: "Click",
+ eventLabel: "http:\/\/stevenhgm.pixnet.net\/blog\/post\/39926056-%e6%96%b0%e7%ab%b9%e5%b0%96%e7%9f%b3_%e7%be%8e%e6%a8%b9%e7%87%9f%e5%9c%b0%e8%b3%9e%e6%a5%93-%282%29",
+ eventNonInteraction: "true"
+ }))
+ });
+ </script>
+ <script type="text/javascript" id="">
+ (function(c) {
+ var a = c(document.body),
+ g = 1 === ~~a.data("in-more-read-button-test1-period"),
+ d = a.data("ab-testing-seed"),
+ h = "yep" === a.data("mobile-mode"),
+ k = 1 === ~~a.data("is-from-fb");
+ a.find("#read-all \x3e a");
+ var b, e, f;
+ g & amp; & amp;
+ 0 === ~~(10 * Math.random()) & amp; & amp;
+ h & amp; & amp;
+ (b = 0 === d % 2 ? "1B" : "1A", b += k ? " \u4f86\u6e90FB" : " \u4f86\u6e90\u975eFB", e = Math.floor((new Date).getTime()), c(window).on("beforeunload", function(a) {
+ f = Math.floor((new Date).getTime());
+ _piq.push(["trackEvent", "more_read_button_article", "article stay time", b, f - e])
+ }),
+ c(function() {
+ _piq.push(["trackEvent", "more_read_button_article", "imps", b]);
+ _piq.push(["trackEvent", "more_read_button_article", "imps-debug-seed", b, d])
+ }))
+ })(jQuery);
+ </script>
+ <script type="text/javascript" id="">
+ var _comscore = _comscore || [];
+ _comscore.push({
+ c1: "2",
+ c2: "14383407",
+ options: {
+ url_append: "comscorekw\x3dTravel"
+ }
+ });
+ (function() {
+ var a = document.createElement("script"),
+ b = document.getElementsByTagName("script")[0];
+ a.async = !0;
+ a.src = ("https:" == document.location.protocol ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
+ b.parentNode.insertBefore(a, b)
+ })();
+ </script>
+ <div style="display: none" id="comscorekw" data-value="comscorekw=Travel"></div>
+ <noscript>
+ &lt;img src="http://b.scorecardresearch.com/p?c1=2&amp;amp;c2=14383407&amp;amp;cv=2.0&amp;amp;cj=1"&gt;
+</noscript>
+ <img style="visibility: hidden;" src="//tags.bluekai.com/site/27675?id=2DE7B66BC2869D58E462F17202212B81&amp;ret=html&amp;phint=__bk_t%3D%E6%96%B0%E7%AB%B9%E5%B0%96%E7%9F%B3_%E7%BE%8E%E6%A8%B9%E7%87%9F%E5%9C%B0%E8%B3%9E%E6%A5%93%20%282%29%20%40%20%E5%8F%B2%E8%92%82%E6%96%87%E7%9A%84%E5%AE%B6_%E8%97%8D%E5%A4%A9%20%3A%3A%20%E7%97%9E%E5%AE%A2%E9%82%A6%20PIXNET%20%3A%3A&amp;phint=__bk_k%3D%E8%97%8D%E5%A4%A9%E9%83%A8%E8%90%BD%E5%AE%A2%2C%E9%83%A8%E8%90%BD%E5%AE%A2%E8%97%8D%E5%A4%A9%2C%E5%8F%B2%E8%92%82%E6%96%87%E8%97%8D%E5%A4%A9%2C%E5%8F%B2%E8%92%82%E6%96%87%E7%9A%84%E5%AE%B6%2C%E8%97%8D%E5%A4%A9%E5%AE%B6%E6%97%8F%2C%E9%9C%B2%E7%87%9F%E6%97%85%E9%81%8A%2C%E8%97%8D%E5%A4%A9%E7%97%9E%E5%AE%A2%E5%B9%AB%2C%E5%9C%8B%E5%85%A7%E6%97%85%E9%81%8A%2C%E5%B0%96%E7%9F%B3_%E7%BE%8E%E6%A8%B9%E7%87%9F%E5%9C%B0%2C%E6%96%B0%E7%AB%B9%E5%B0%96%E7%9F%B3_%E7%BE%8E%E6%A8%B9%E7%87%9F%E5%9C%B0%E8%B3%9E%E6%A5%93%20%282%29&amp;phint=__bk_l%3Dhttp%3A%2F%2Fstevenhgm.pixnet.net%2Fblog%2Fpost%2F39926056-%25e6%2596%25b0%25e7%25ab%25b9%25e5%25b0%2596%25e7%259f%25b3_%25e7%25be%258e%25e6%25a8%25b9%25e7%2587%259f%25e5%259c%25b0%25e8%25b3%259e%25e6%25a5%2593-%25282%2529&amp;r=96649251" width="0" height="0" />
+ <script src="https://n-cdn.areyouahuman.com/play/ZQp6LCe0OO3LeZB6ES1CZrJvMefQTtT9oZjddBS5?AYAH_P2=2DE7B66BC2869D58E462F17202212B81&amp;AYAH_F1=Lotame" async=""></script><iframe style="position: absolute; overflow: hidden; visibility: hidden; height: 1px; width: 1px; bottom: 1px; left: 1px;" src="http://bcp.crwdcntrl.net/5/c=508/rand=1486718795361/pv=y/rt=ifr"></iframe></body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-metadata.json
new file mode 100644
index 0000000..b026cb4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.",
+ "Image": null,
+ "Title": "Remove aria-hidden elements test",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected.html b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected.html
new file mode 100644
index 0000000..8d2152d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected.html
@@ -0,0 +1,7 @@
+<div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/source.html b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/source.html
new file mode 100644
index 0000000..1c558e6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/source.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Remove aria-hidden elements test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ <p><span aria-hidden="true">**WRONG**</span>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json
new file mode 100644
index 0000000..9a7e3d1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.",
+ "Image": null,
+ "Title": "Remove trailing brs test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html
new file mode 100644
index 0000000..e064a49
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html
@@ -0,0 +1,16 @@
+<div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div><div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html
new file mode 100644
index 0000000..ac6ffc7
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Remove trailing brs test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ <br/>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <br/><br/><p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p><br/>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ <h2>Foo</h2>
+ <div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json
new file mode 100644
index 0000000..2e6f722
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.",
+ "Image": null,
+ "Title": "Replace font tags test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html
new file mode 100644
index 0000000..a7c6318
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html
@@ -0,0 +1,23 @@
+<div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+
+
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+ </div><div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html
new file mode 100644
index 0000000..339d84b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Replace font tags test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p></p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p></p>
+ <p></p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p></p>
+ </div>
+ <h2>Foo</h2>
+ <div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>
+ </p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p>
+
+
+ </p>
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json
new file mode 100644
index 0000000..13cd351
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.",
+ "Image": null,
+ "Title": "Remove script tags test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html
new file mode 100644
index 0000000..769cc06
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html
@@ -0,0 +1,19 @@
+<div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div><div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur.
+
+ Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html
new file mode 100644
index 0000000..cacb3df
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Remove script tags test</title>
+</head>
+<body>
+ <script type="text/javascript1.8">alert('wrong')</script>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua.</p>
+ <p>Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <script>
+ alert('wrong')
+ </script>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ <script type="text/javascript">
+ alert('wrong')
+ </script>
+ <h2>Foo</h2>
+ <div>
+ <p>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.</p>
+ <script type="text/javascript1.8">alert('wrong')</script>
+ <p>Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur.
+ <script type="text/vbscript" language="vbscript">
+ document.write("super wrong.")
+ </script>
+ Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json
new file mode 100644
index 0000000..4878f5d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Regarding item# 11111, under sufficiently extreme conditions, quarks may\n become deconfined and exist as free particles. In the course of asymptotic\n freedom, the strong interaction becomes weaker at higher temperatures.\n Eventually, color confinement would be lost and an extremely hot plasma\n of freely moving quarks and gluons would be formed. This theoretical phase\n of matter is called quark-gluon plasma.[81] The exact conditions needed\n to give rise to this state are unknown and have been the subject of a great\n deal of speculation and experimentation.",
+ "Image": null,
+ "Title": null,
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html
new file mode 100644
index 0000000..500f687
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html
@@ -0,0 +1,28 @@
+<div>
+
+ <p id="first">Regarding item# 11111, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <p id="second">Regarding item# 22222, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <p id="third">Regarding item# 33333, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <br id="br2">
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html
new file mode 100644
index 0000000..d081a94
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html
@@ -0,0 +1,34 @@
+<html>
+
+ <head></head>
+
+ <body>
+ <br id="br1"/>
+ <p id="first">Regarding item# 11111, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <p id="second">Regarding item# 22222, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <p id="third">Regarding item# 33333, under sufficiently extreme conditions, quarks may
+ become deconfined and exist as free particles. In the course of asymptotic
+ freedom, the strong interaction becomes weaker at higher temperatures.
+ Eventually, color confinement would be lost and an extremely hot plasma
+ of freely moving quarks and gluons would be formed. This theoretical phase
+ of matter is called quark-gluon plasma.[81] The exact conditions needed
+ to give rise to this state are unknown and have been the subject of a great
+ deal of speculation and experimentation.</p>
+ <br id="br2"/>
+ </body>
+
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json
new file mode 100644
index 0000000..2f31b06
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsumdolor sit",
+ "Image": null,
+ "Title": "Replace brs test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html
new file mode 100644
index 0000000..778fdc0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html
@@ -0,0 +1,14 @@
+<div><p>
+ Lorem ipsum<br>dolor sit</p><p>amet, consectetur adipisicing elit, sed do eiusmod<br>
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,<br>
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo</p><p>
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse<br>
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non<br>
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p></div><div><p>
+ Tempor</p><p>incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,<br>
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo<br>
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse</p><p>
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non<br>
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html
new file mode 100644
index 0000000..2283d65
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Replace brs test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ Lorem ipsum<br/>dolor sit<br/> <br/><br/>amet, consectetur adipisicing elit, sed do eiusmod<br/>
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,<br/>
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo<br/> <br/>
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse<br/>
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non<br/>
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <h2>Foo</h2>
+ <div>
+ Tempor<br/><br/>incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,<br/>
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo<br/>
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse<br/><br/>
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non<br/>
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json
new file mode 100644
index 0000000..18f46dd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Replace font tags test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html
new file mode 100644
index 0000000..cb19cbf
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html
@@ -0,0 +1,18 @@
+<article>
+ <h2>Lorem</h2>
+ <p><span face="Arial" size="2"><span face="Times" size="10">Lorem</span> ipsum dolor</span> sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. <span face="Arial" size="2">Duis</span> aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <h2>Foo</h2>
+ <p>
+ Tempor incididunt ut labore et <span face="Arial" size="2">dolore</span> magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. <span face="Arial" size="2">Excepteur sint occaecat</span> cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html
new file mode 100644
index 0000000..d47851d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Replace font tags test</title>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <div>
+ <font face="Arial" size="2"><font face="Times" size="10">Lorem</font> ipsum dolor</font> sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. <font face="Arial" size="2">Duis</font> aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <h2>Foo</h2>
+ <div>
+ Tempor incididunt ut labore et <font face="Arial" size="2">dolore</font> magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. <font face="Arial" size="2">Excepteur sint occaecat</font> cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json
new file mode 100644
index 0000000..f9613b2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": "rtl",
+ "Excerpt": "Lorem ipsum dolor sit amet.",
+ "Image": null,
+ "Title": "RTL Test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html
new file mode 100644
index 0000000..9c611c9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html
@@ -0,0 +1,14 @@
+<div>
+ <article>
+ <h2>Lorem</h2>
+ <p>
+ Lorem ipsum dolor sit amet.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html
new file mode 100644
index 0000000..597c427
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html dir="rtl">
+
+<head>
+ <meta charset="utf-8" />
+ <title>RTL Test</title>
+</head>
+
+<body>
+ <main>
+ <article>
+ <h1>Lorem</h1>
+ <p>
+ Lorem ipsum dolor sit amet.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </main>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json
new file mode 100644
index 0000000..f9613b2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": "rtl",
+ "Excerpt": "Lorem ipsum dolor sit amet.",
+ "Image": null,
+ "Title": "RTL Test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html
new file mode 100644
index 0000000..9c611c9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html
@@ -0,0 +1,14 @@
+<div>
+ <article>
+ <h2>Lorem</h2>
+ <p>
+ Lorem ipsum dolor sit amet.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html
new file mode 100644
index 0000000..c888309
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html dir="ltr">
+
+<head>
+ <meta charset="utf-8" />
+ <title>RTL Test</title>
+</head>
+
+<body dir="rtl">
+ <main>
+ <article>
+ <h1>Lorem</h1>
+ <p>
+ Lorem ipsum dolor sit amet.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </main>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json
new file mode 100644
index 0000000..f9613b2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": "rtl",
+ "Excerpt": "Lorem ipsum dolor sit amet.",
+ "Image": null,
+ "Title": "RTL Test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html
new file mode 100644
index 0000000..7892601
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html
@@ -0,0 +1,14 @@
+<div dir="rtl">
+ <article>
+ <h2>Lorem</h2>
+ <p>
+ Lorem ipsum dolor sit amet.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html
new file mode 100644
index 0000000..ac68451
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="utf-8" />
+ <title>RTL Test</title>
+</head>
+
+<body>
+ <main dir="rtl">
+ <article>
+ <h1>Lorem</h1>
+ <p>
+ Lorem ipsum dolor sit amet.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </main>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json
new file mode 100644
index 0000000..c8358d5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet.",
+ "Image": null,
+ "Title": "RTL Test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html
new file mode 100644
index 0000000..0d55d33
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html
@@ -0,0 +1,14 @@
+<div>
+ <article dir="rtl">
+ <h2>Lorem</h2>
+ <p>
+ Lorem ipsum dolor sit amet.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html
new file mode 100644
index 0000000..677bca9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="utf-8" />
+ <title>RTL Test</title>
+</head>
+
+<body>
+ <main>
+ <article dir="rtl">
+ <h1>Lorem</h1>
+ <p>
+ Lorem ipsum dolor sit amet.
+ </p>
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article>
+ </main>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json
new file mode 100644
index 0000000..f2c796a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/media.salon.com\/2014\/12\/uber_rand_paul.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json
new file mode 100644
index 0000000..63cf935
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Joanna Rothkopf",
+ "Direction": null,
+ "Excerpt": "Disruptive companies talk a good game about sharing. Uber's really just an under-regulated company making riches",
+ "Image": "http:\/\/media.salon.com\/2014\/12\/uber_rand_paul.jpg",
+ "Title": "The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html
new file mode 100644
index 0000000..4df6b42
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html
@@ -0,0 +1,206 @@
+<p>Horror stories about the increasingly unpopular taxi service Uber have
+ been commonplace in recent months, but there is still much to be learned
+ from its handling of the recent hostage drama in downtown Sydney, Australia.
+ We’re told that we reveal our true character in moments of crisis, and
+ apparently that’s as true for companies as it is for individuals.</p><p>A number of experts have challenged the idea that the horrific explosion
+ of violence in a Sydney café was “terrorism,” since the attacker was mentally
+ unbalanced and acted alone. But, terror or not, the ordeal was certainly
+ terrifying. Amid the chaos and uncertainty, the city believed itself to
+ be under a coordinated and deadly attack.</p><p>Uber had an interesting, if predictable, response to the panic and mayhem:
+ It raised prices. A lot.</p><p>In case you missed the story, the facts are these: Someone named Man Haron
+ Monis, who was considered mentally unstable and had been investigated for
+ murdering his ex-wife, seized hostages in a café that was located in Sydney’s
+ Central Business District or “CBD.” In the process he put up an Islamic
+ flag – “igniting,” as <a href="http://www.reuters.com/article/2014/12/15/us-australia-security-idUSKBN0JS0WX20141215">Reuters</a> reported,
+ “fears of a jihadist attack in the heart of the country’s biggest city.”</p><p>In the midst of the fear, Uber stepped in and tweeted this announcement:&nbsp;
+ <span>“We are all concerned with events in CBD. Fares have increased to encourage
+ more drivers to come online &amp; pick up passengers in the area.”</span>
+ </p><p>As <a href="http://mashable.com/2014/12/14/uber-sydney-surge-pricing/">Mashable </a>reports,
+ the company announced that it would charge a minimum of $100 Australian
+ to take passengers from the area immediately surrounding the ongoing crisis,
+ and prices increased by as much as four times the standard amount. A firestorm
+ of criticism quickly erupted – “<a href="https://twitter.com/Uber_Sydney">@Uber_Sydney</a> stop
+ being assholes,” one Twitter response began – and Uber soon found itself
+ offering free rides out of the troubled area instead.</p><p>That opener suggests that Uber, as part of a community under siege, is
+ preparing to respond in a civic manner.<em></em>
+ </p><p><em>“… Fares have increased to encourage more drivers to come online &amp; pick up passengers in the area.”</em>
+ </p><div data-toggle-group="story-13850779">
+ <p>But, despite the expression of shared concern, there is no sense of <em>civitas</em> to
+ be found in the statement that follows. There is only a transaction, executed
+ at what the corporation believes to be market value. Lesson #1 about Uber
+ is, therefore, that in its view there is no heroism, only self-interest.
+ This is Ayn Rand’s brutal, irrational and primitive philosophy in its purest
+ form: altruism is evil, and self-interest is the only true heroism.<em></em>
+ </p>
+ <p>There was once a time when we might have read of “hero cabdrivers” or
+ “hero bus drivers” placing themselves in harm’s way to rescue their fellow
+ citizens. For its part, Uber might have suggested that it would use its
+ network of drivers and its scheduling software to recruit volunteer drivers
+ for a rescue mission.<em></em>
+ </p>
+ <p>Instead, we are told that Uber’s pricing surge <em>was</em> its expression
+ of concern. Uber’s way to address a human crisis is apparently by letting
+ the market govern human behavior, as if there were (in libertarian economist
+ Tyler Cowen’s phrase) “markets in everything” – including the lives of
+ a city’s beleaguered citizens (and its Uber drivers). <em></em>
+ </p>
+ <p>Where would this kind of market-driven practice leave poor or middle-income
+ citizens in a time of crisis? If they can’t afford the “surged” price,
+ apparently it would leave them squarely in the line of fire. And come to
+ think of it, why would Uber drivers value their lives so cheaply, unless
+ they’re underpaid? <em></em>
+ </p>
+ <p>One of the lessons of Sydney is this: Uber’s philosophy, whether consciously
+ expressed or not, is that life belongs to the highest bidder – and therefore,
+ by implication, the highest bidder’s life has the greatest value. Society,
+ on the other hand, may choose to believe that every life has equal value
+ – or that lifesaving services should be available at affordable prices. <em></em>
+ </p>
+ <p>If nothing else, the Sydney experience should prove once and for all that
+ there is no such thing as “the sharing economy.” Uber is a taxi company,
+ albeit an under-regulated one, and nothing more. It’s certainly not a “ride
+ sharing” service, where someone who happens to be going in the same direction
+ is willing to take along an extra passenger and split gas costs. A ride-sharing
+ service wouldn’t find itself “increasing fares to encourage more drivers”
+ to come into Sydney’s terrorized Central Business District. <em></em>
+ </p>
+ <p>A “sharing economy,” by definition, is lateral in structure. It is a peer-to-peer
+ economy. But Uber, as its name suggests, is hierarchical in structure.
+ It monitors and controls its drivers, demanding that they purchase services
+ from it while guiding their movements and determining their level of earnings.
+ And its pricing mechanisms impose unpredictable costs on its customers,
+ extracting greater amounts whenever the data suggests customers can be
+ compelled to pay them.<em></em>
+ </p>
+ <p>This is a top-down economy, not a “shared” one.<em></em>
+ </p>
+ <p>A number of Uber’s fans and supporters defended the company on the grounds
+ that its “surge prices,” including those seen during the Sydney crisis,
+ are determined by an algorithm. But an algorithm can be an ideological
+ statement, and is always a cultural artifact. As human creations, algorithms
+ reflect their creators. <em></em>
+ </p>
+ <p>Uber’s tweet during the Sydney crisis made it sound as if human intervention,
+ rather than algorithmic processes, caused prices to soar that day. But
+ it doesn’t really matter if that surge was manually or algorithmically
+ driven. Either way the prices were Uber’s doing – and its moral choice.<em></em>
+ </p>
+ <p>Uber has been strenuously defending its surge pricing in the wake of accusations
+ (apparently <a href="http://gothamist.com/2012/11/04/uber.php">justified</a>)
+ that the company enjoyed windfall profits during Hurricane Sandy. It has
+ now promised the state of New York that it will cap its surge prices (at
+ three times the highest rate on two non-emergency days). But if Uber has
+ its way, it will soon enjoy a monopolistic stranglehold on car service
+ rates in most major markets. And it has demonstrated its willingness to
+ ignore rules and regulations. That means<em> </em>predictable and affordable
+ taxi fares could become a thing of the past. <em></em>
+ </p>
+ <p>In practice, surge pricing could become a new, privatized form of taxation
+ on middle-class taxi customers.<em></em>
+ </p>
+ <p>Even without surge pricing, Uber and its supporters are hiding its full
+ costs. When middle-class workers are underpaid or deprived of benefits
+ and full working rights, as Uber’s <a href="http://www.businessinsider.com/uber-drivers-say-theyre-making-less-than-minimum-wage-2014-10">reportedly are</a>,
+ the entire middle-class economy suffers. Overall wages and benefits are
+ suppressed for the majority, while the wealthy few are made even richer.
+ The invisible costs of ventures like Uber are extracted over time, far
+ surpassing whatever short-term savings they may occasionally offer.<em></em>
+ </p>
+ <p>Like Walmart, Uber underpays its employees – many of its drivers <em>are</em> employees,
+ in everything but name – and then drains the social safety net to make
+ up the difference. While Uber preaches libertarianism, it practices a form
+ of corporate welfare. It’s reportedly <a href="http://www.washingtonpost.com/blogs/wonkblog/wp/2014/11/17/why-uber-loves-obamacare/">celebrating Obamacare</a>,
+ for example, since the Affordable Care Act allows it to avoid providing
+ health insurance to its workforce. But the ACA’s subsidies, together with
+ Uber’s often woefully insufficient wages, mean that the rest of us are
+ paying its tab instead. And the lack of income security among Uber’s drivers
+ creates another social cost for Americans – in lost tax revenue, and possibly
+ in increased use of social services. <em></em>
+ </p>
+ <p>The company’s war on regulation will also carry a social price. Uber and
+ its supporters don’t seem to understand that<em> </em>regulations exist
+ for a reason. It’s true that nobody likes excessive bureaucracy, but not
+ all regulations are excessive or onerous. And when they are, it’s a flaw
+ in execution rather than principle. <em></em>
+ </p>
+ <p>Regulations were created because they serve a social purpose, ensuring
+ the free and fair exchange of services and resources among all segments
+ of society. Some services, such as transportation, are of such importance
+ that the public has a vested interest in ensuring they will be readily
+ available at reasonably affordable prices. That’s not unreasonable for
+ taxi services, especially given the fact that they profit from publicly
+ maintained roads and bridges.<em></em>
+ </p>
+ <p>Uber has presented itself as a modernized, efficient alternative to government
+ oversight. But it’s an evasion of regulation, not its replacement. As
+ <a href="http://fusion.net/story/33680/the-inside-story-of-how-the-uber-portland-negotiations-broke-down/">Alexis Madrigal</a>reports, Uber has deliberately ignored city regulators
+ and used customer demand to force its model of inadequate self-governance
+ (my conclusion, not his) onto one city after another.<em></em>
+ </p>
+ <p>Uber presented itself as a refreshing alternative to the over-bureaucratized
+ world of urban transportation. But that’s a false choice. We can streamline
+ sclerotic city regulators, upgrade taxi fleets and even provide users with
+ fancy apps that make it easier to call a cab. The company’s binary presentation
+ – us, or City Hall – frames the debate in artificial terms.<em></em>
+ </p>
+ <p>Uber claims that its driver rating system is a more efficient way to monitor
+ drivers, but that’s an entirely unproven assumption. While taxi drivers
+ have been known to misbehave, the worldwide litany of complaints against
+ Uber drivers – for everything from dirty cars and <a href="http://consumerist.com/2014/07/30/uber-passenger-complains-of-spider-bite-in-filthy-car/">spider bites</a> to
+ <a href="http://www.forbes.com/sites/ellenhuet/2014/09/30/uber-driver-hammer-attack-liability/">assault with a hammer</a>, <a href="http://www.businessinsider.com/uber-nikki-williams-2014-12">fondling</a> and
+ <a href="http://www.businessinsider.com/an-uber-driver-allegedly-raped-a-female-passenger-in-boston-2014-12">rape</a>– suggest that Uber’s system may not work as well as old-fashioned
+ regulation. It’s certainly not noticeably superior.<em></em>
+ </p>
+ <p>In fact, <a href="http://www.huffingtonpost.com/2014/12/09/uber-california-lawsuit_n_6298206.html">prosecutors in San Francisco and Los Angeles</a> say
+ Uber has been lying to its customers about the level and quality of its
+ background checks. The company now promises it will do a better job at
+ screening drivers. But it <a href="http://consumerist.com/2014/12/18/uber-reportedly-revamping-security-wont-say-exactly-what-its-doing/">won’t tell us</a> what
+ measures its taking to improve its safety record, and it’s <a href="http://consumerist.com/2014/12/18/uber-reportedly-revamping-security-wont-say-exactly-what-its-doing/">fighting the kind of driver scrutiny</a> that
+ taxicab companies have been required to enforce for many decades. <em></em>
+ </p>
+ <p>Many reports suggest that beleaguered drivers don’t feel much better about
+ the company than victimized passengers do. They tell <a href="http://qz.com/299655/why-your-uber-driver-hates-uber/">horror stories</a> about
+ the company’s hiring and management practices. Uber <a href="http://www.salon.com/2014/09/03/uber_unrest_drivers_in_los_angeles_protest_the_slashing_of_rates/">unilaterally slashes drivers’ rates</a>,
+ while claiming they don’t need to unionize. (The <a href="http://www.fastcompany.com/3037371/the-teamsters-of-the-21st-century-how-uber-lyft-and-facebook-drivers-are-organizing">Teamsters</a> disagree.) <em></em>
+ </p>
+ <p>The company also pushes<a href="http://thinkprogress.org/economy/2014/11/06/3589715/uber-lending-investigation/"> sketchy, substandard loans</a> onto
+ its drivers – but hey, what could go wrong?<em></em>
+ </p>
+ <p>Uber has many libertarian defenders. And yet, it <a href="http://pando.com/2014/10/29/uber-prs-latest-trick-impersonating-its-drivers-and-trying-to-scam-journalists/">deceives the press</a> and
+ <a href="http://www.slate.com/blogs/the_slatest/2014/11/17/uber_exec_suggests_using_personal_info_against_journalists.html">threatens to spy on journalists</a>, <a href="http://money.cnn.com/2014/08/04/technology/uber-lyft/">lies to its own employees</a>,
+ keeps its practices a secret and routinely invades the privacy of civilians
+ – sometimes merely for entertainment. (It has a tool, with the Orwellian
+ name the “<a href="http://www.forbes.com/sites/kashmirhill/2014/10/03/god-view-uber-allegedly-stalked-users-for-party-goers-viewing-pleasure/">God View</a>,”
+ that it can use for monitoring customers’ personal movements.) <em></em>
+ </p>
+ <p>Aren’t those the kinds of things libertarians say they hate about <em>government</em>?<em></em>
+ </p>
+ <p>This isn’t a “gotcha” exercise. It matters. Uber is the poster child for
+ the pro-privatization, anti-regulatory ideology that ascribes magical powers
+ to technology and the private sector. It is deeply a political entity,
+ from its Nietzschean name to its recent hiring of White House veteran David
+ Plouffe. Uber is built around a relatively simple app (which relies on
+ government-created technology), but it’s not really a tech company. Above
+ all else Uber is an ideological campaign, a neoliberal project whose real
+ products are deregulation and the dismantling of the social contract.<em></em>
+ </p>
+ <p>Or maybe, as that tweeter in Sydney suggested, they’re just assholes.<em></em>
+ </p>
+ <p>Either way, it’s important that Uber’s worldview and business practices
+ not be allowed to “disrupt” our economy or our social fabric. People who
+ work hard deserve to make a decent living. Society at large deserves access
+ to safe and affordable transportation. And government, as the collective
+ expression of a democratic society, has a role to play in protecting its
+ citizens. <em></em>
+ </p>
+ <p>And then there’s the matter of our collective psyche. In her book “A Paradise
+ Built in Hell: The Extraordinary Communities that Arise in Disaster,” Rebecca
+ Solnit wrote of the purpose, meaning and deep satisfaction people find
+ when they pull together to help one another in the face of adversity.&nbsp;
+ But in the world Uber seeks to create, those surges of the spirit would
+ be replaced by surge pricing.<em></em>
+ </p>
+ <p>You don’t need a “God view” to see what happens next. When heroism is
+ reduced to a transaction, the soul of a society is sold cheap. <em></em>
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html
new file mode 100644
index 0000000..3bfa3fe
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html
@@ -0,0 +1,2513 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#"
+xmlns:fb="http://www.facebook.com/2008/fbml">
+
+ <head profile="http://gmpg.org/xfn/11">
+ <title>The sharing economy is a lie: Uber, Ayn Rand and the truth about tech
+ and libertarians - Salon.com</title>
+ <meta http-equiv="X-UA-Compatible"
+ content="IE=edge"/>
+ <meta http-equiv="X-UA-Compatible" content="chrome=1"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <script type="text/javascript">
+ (window.NREUM||(NREUM={})).loader_config={xpid:"VQIAWVFSGwIDVFZWAAk="};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o?o:e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o&lt;n.length;o++)r(n[o]);return r}({QJf3ax:[function(t,e){function n(t){function e(e,n,a){t&&t(e,n,a),a||(a={});for(var c=s(e),f=c.length,u=i(a,o,r),d=0;f>d;d++)c[d].apply(u,n);return u}function a(t,e){f[t]=s(t).concat(e)}function s(t){return f[t]||[]}function c(){return n(e)}var f={};return{on:a,emit:e,create:c,listeners:s,_events:f}}function r(){return{}}var o="nr@context",i=t("gos");e.exports=n()},{gos:"7eSDFh"}],ee:[function(t,e){e.exports=t("QJf3ax")},{}],3:[function(t){function e(t){try{i.console&&console.log(t)}catch(e){}}var n,r=t("ee"),o=t(1),i={};try{n=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(i.console=!0,-1!==n.indexOf("dev")&&(i.dev=!0),-1!==n.indexOf("nr_dev")&&(i.nrDev=!0))}catch(a){}i.nrDev&&r.on("internal-error",function(t){e(t.stack)}),i.dev&&r.on("fn-err",function(t,n,r){e(r.stack)}),i.dev&&(e("NR AGENT IN DEVELOPMENT MODE"),e("flags: "+o(i,function(t){return t}).join(", ")))},{1:23,ee:"QJf3ax"}],4:[function(t){function e(t,e,n,i,s){try{c?c-=1:r("err",[s||new UncaughtException(t,e,n)])}catch(f){try{r("ierr",[f,(new Date).getTime(),!0])}catch(u){}}return"function"==typeof a?a.apply(this,o(arguments)):!1}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function n(t){r("err",[t,(new Date).getTime()])}var r=t("handle"),o=t(6),i=t("ee"),a=window.onerror,s=!1,c=0;t("loader").features.err=!0,t(4),window.onerror=e;try{throw new Error}catch(f){"stack"in f&&(t(1),t(5),"addEventListener"in window&&t(2),window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&t(3),s=!0)}i.on("fn-start",function(){s&&(c+=1)}),i.on("fn-err",function(t,e,r){s&&(this.thrown=!0,n(r))}),i.on("fn-end",function(){s&&!this.thrown&&c>0&&(c-=1)}),i.on("internal-error",function(t){r("ierr",[t,(new Date).getTime(),!0])})},{1:10,2:7,3:11,4:3,5:9,6:24,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],5:[function(t){t("loader").features.ins=!0},{loader:"G9z0Bl"}],6:[function(t){function e(){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var n=t("ee"),r=t("handle"),o=t(1);t("loader").features.stn=!0,t(2),n.on("fn-start",function(t){var e=t[0];e instanceof Event&&(this.bstStart=Date.now())}),n.on("fn-end",function(t,e){var n=t[0];n instanceof Event&&r("bst",[n,e,this.bstStart,Date.now()])}),o.on("fn-start",function(t,e,n){this.bstStart=Date.now(),this.bstType=n}),o.on("fn-end",function(t,e){r("bstTimer",[e,this.bstStart,Date.now(),this.bstType])}),n.on("pushState-start",function(){this.time=Date.now(),this.startPath=location.pathname+location.hash}),n.on("pushState-end",function(){r("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),"addEventListener"in window.performance&&(window.performance.addEventListener("webkitresourcetimingbufferfull",function(){r("bstResource",[window.performance.getEntriesByType("resource")]),window.performance.webkitClearResourceTimings()},!1),window.performance.addEventListener("resourcetimingbufferfull",function(){r("bstResource",[window.performance.getEntriesByType("resource")]),window.performance.clearResourceTimings()},!1)),document.addEventListener("scroll",e,!1),document.addEventListener("keypress",e,!1),document.addEventListener("click",e,!1)}},{1:10,2:8,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],7:[function(t,e){function n(t){i.inPlace(t,["addEventListener","removeEventListener"],"-",r)}function r(t){return t[1]}var o=(t(1),t("ee").create()),i=t(2)(o),a=t("gos");if(e.exports=o,n(window),"getPrototypeOf"in Object){for(var s=document;s&&!s.hasOwnProperty("addEventListener");)s=Object.getPrototypeOf(s);s&&n(s);for(var c=XMLHttpRequest.prototype;c&&!c.hasOwnProperty("addEventListener");)c=Object.getPrototypeOf(c);c&&n(c)}else XMLHttpRequest.prototype.hasOwnProperty("addEventListener")&&n(XMLHttpRequest.prototype);o.on("addEventListener-start",function(t){if(t[1]){var e=t[1];"function"==typeof e?this.wrapped=t[1]=a(e,"nr@wrapped",function(){return i(e,"fn-",null,e.name||"anonymous")}):"function"==typeof e.handleEvent&&i.inPlace(e,["handleEvent"],"fn-")}}),o.on("removeEventListener-start",function(t){var e=this.wrapped;e&&(t[1]=e)})},{1:24,2:25,ee:"QJf3ax",gos:"7eSDFh"}],8:[function(t,e){var n=(t(2),t("ee").create()),r=t(1)(n);e.exports=n,r.inPlace(window.history,["pushState"],"-")},{1:25,2:24,ee:"QJf3ax"}],9:[function(t,e){var n=(t(2),t("ee").create()),r=t(1)(n);e.exports=n,r.inPlace(window,["requestAnimationFrame","mozRequestAnimationFrame","webkitRequestAnimationFrame","msRequestAnimationFrame"],"raf-"),n.on("raf-start",function(t){t[0]=r(t[0],"fn-")})},{1:25,2:24,ee:"QJf3ax"}],10:[function(t,e){function n(t,e,n){var r=t[0];"string"==typeof r&&(r=new Function(r)),t[0]=o(r,"fn-",null,n)}var r=(t(2),t("ee").create()),o=t(1)(r);e.exports=r,o.inPlace(window,["setTimeout","setInterval","setImmediate"],"setTimer-"),r.on("setTimer-start",n)},{1:25,2:24,ee:"QJf3ax"}],11:[function(t,e){function n(){f.inPlace(this,p,"fn-")}function r(t,e){f.inPlace(e,["onreadystatechange"],"fn-")}function o(t,e){return e}function i(t,e){for(var n in t)e[n]=t[n];return e}var a=t("ee").create(),s=t(1),c=t(2),f=c(a),u=c(s),d=window.XMLHttpRequest,p=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"];e.exports=a,window.XMLHttpRequest=function(t){var e=new d(t);try{a.emit("new-xhr",[],e),u.inPlace(e,["addEventListener","removeEventListener"],"-",function(t,e){return e}),e.addEventListener("readystatechange",n,!1)}catch(r){try{a.emit("internal-error",[r])}catch(o){}}return e},i(d,XMLHttpRequest),XMLHttpRequest.prototype=d.prototype,f.inPlace(XMLHttpRequest.prototype,["open","send"],"-xhr-",o),a.on("send-xhr-start",r),a.on("open-xhr-start",r)},{1:7,2:25,ee:"QJf3ax"}],12:[function(t){function e(t){if("string"==typeof t&&t.length)return t.length;if("object"!=typeof t)return void 0;if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if("undefined"!=typeof FormData&&t instanceof FormData)return void 0;try{return JSON.stringify(t).length}catch(e){return void 0}}function n(t){var n=this.params,r=this.metrics;if(!this.ended){this.ended=!0;for(var i=0;c>i;i++)t.removeEventListener(s[i],this.listener,!1);if(!n.aborted){if(r.duration=(new Date).getTime()-this.startTime,4===t.readyState){n.status=t.status;var a=t.responseType,f="arraybuffer"===a||"blob"===a||"json"===a?t.response:t.responseText,u=e(f);if(u&&(r.rxSize=u),this.sameOrigin){var d=t.getResponseHeader("X-NewRelic-App-Data");d&&(n.cat=d.split(", ").pop())}}else n.status=0;r.cbTime=this.cbTime,o("xhr",[n,r,this.startTime])}}}function r(t,e){var n=i(e),r=t.params;r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.sameOrigin=n.sameOrigin}if(window.XMLHttpRequest&&XMLHttpRequest.prototype&&XMLHttpRequest.prototype.addEventListener&&!/CriOS/.test(navigator.userAgent)){t("loader").features.xhr=!0;var o=t("handle"),i=t(2),a=t("ee"),s=["load","error","abort","timeout"],c=s.length,f=t(1);t(4),t(3),a.on("new-xhr",function(){this.totalCbs=0,this.called=0,this.cbTime=0,this.end=n,this.ended=!1,this.xhrGuids={}}),a.on("open-xhr-start",function(t){this.params={method:t[0]},r(this,t[1]),this.metrics={}}),a.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid)}),a.on("send-xhr-start",function(t,n){var r=this.metrics,o=t[0],i=this;if(r&&o){var f=e(o);f&&(r.txSize=f)}this.startTime=(new Date).getTime(),this.listener=function(t){try{"abort"===t.type&&(i.params.aborted=!0),("load"!==t.type||i.called===i.totalCbs&&(i.onloadCalled||"function"!=typeof n.onload))&&i.end(n)}catch(e){try{a.emit("internal-error",[e])}catch(r){}}};for(var u=0;c>u;u++)n.addEventListener(s[u],this.listener,!1)}),a.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),a.on("xhr-load-added",function(t,e){var n=""+f(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),a.on("xhr-load-removed",function(t,e){var n=""+f(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),a.on("addEventListener-end",function(t,e){e instanceof XMLHttpRequest&&"load"===t[0]&&a.emit("xhr-load-added",[t[1],t[2]],e)}),a.on("removeEventListener-end",function(t,e){e instanceof XMLHttpRequest&&"load"===t[0]&&a.emit("xhr-load-removed",[t[1],t[2]],e)}),a.on("fn-start",function(t,e,n){e instanceof XMLHttpRequest&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=(new Date).getTime()))}),a.on("fn-end",function(t,e){this.xhrCbStart&&a.emit("xhr-cb-time",[(new Date).getTime()-this.xhrCbStart,this.onload,e],e)})}},{1:"XL7HBI",2:13,3:11,4:7,ee:"QJf3ax",handle:"D5DuLP",loader:"G9z0Bl"}],13:[function(t,e){e.exports=function(t){var e=document.createElement("a"),n=window.location,r={};e.href=t,r.port=e.port;var o=e.href.split("://");return!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||n.hostname,r.pathname=e.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname),r.sameOrigin=!e.hostname||e.hostname===document.domain&&e.port===n.port&&e.protocol===n.protocol,r}},{}],14:[function(t,e){function n(t){return function(){r(t,[(new Date).getTime()].concat(i(arguments)))}}var r=t("handle"),o=t(1),i=t(2);"undefined"==typeof window.newrelic&&(newrelic=window.NREUM);var a=["setPageViewName","addPageAction","setCustomAttribute","finished","addToTrace","inlineHit","noticeError"];o(a,function(t,e){window.NREUM[e]=n("api-"+e)}),e.exports=window.NREUM},{1:23,2:24,handle:"D5DuLP"}],gos:[function(t,e){e.exports=t("7eSDFh")},{}],"7eSDFh":[function(t,e){function n(t,e,n){if(r.call(t,e))return t[e];var o=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return t[e]=o,o}var r=Object.prototype.hasOwnProperty;e.exports=n},{}],D5DuLP:[function(t,e){function n(t,e,n){return r.listeners(t).length?r.emit(t,e,n):(o[t]||(o[t]=[]),void o[t].push(e))}var r=t("ee").create(),o={};e.exports=n,n.ee=r,r.q=o},{ee:"QJf3ax"}],handle:[function(t,e){e.exports=t("D5DuLP")},{}],XL7HBI:[function(t,e){function n(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:i(t,o,function(){return r++})}var r=1,o="nr@id",i=t("gos");e.exports=n},{gos:"7eSDFh"}],id:[function(t,e){e.exports=t("XL7HBI")},{}],loader:[function(t,e){e.exports=t("G9z0Bl")},{}],G9z0Bl:[function(t,e){function n(){var t=l.info=NREUM.info;if(t&&t.licenseKey&&t.applicationID&&f&&f.body){s(h,function(e,n){e in t||(t[e]=n)}),l.proto="https"===p.split(":")[0]||t.sslForHttp?"https://":"http://",a("mark",["onload",i()]);var e=f.createElement("script");e.src=l.proto+t.agent,f.body.appendChild(e)}}function r(){"complete"===f.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=t("handle"),s=t(1),c=(t(2),window),f=c.document,u="addEventListener",d="attachEvent",p=(""+location).split("?")[0],h={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-593.min.js"},l=e.exports={offset:i(),origin:p,features:{}};f[u]?(f[u]("DOMContentLoaded",o,!1),c[u]("load",n,!1)):(f[d]("onreadystatechange",r),c[d]("onload",n)),a("mark",["firstbyte",i()])},{1:23,2:14,handle:"D5DuLP"}],23:[function(t,e){function n(t,e){var n=[],o="",i=0;for(o in t)r.call(t,o)&&(n[i]=e(o,t[o]),i+=1);return n}var r=Object.prototype.hasOwnProperty;e.exports=n},{}],24:[function(t,e){function n(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(0>o?0:o);++r&lt;o;)i[r]=t[e+r];return i}e.exports=n},{}],25:[function(t,e){function n(t){return!(t&&"function"==typeof t&&t.apply&&!t[i])}var r=t("ee"),o=t(1),i="nr@wrapper",a=Object.prototype.hasOwnProperty;e.exports=function(t){function e(t,e,r,a){function nrWrapper(){var n,i,s,f;try{i=this,n=o(arguments),s=r&&r(n,i)||{}}catch(d){u([d,"",[n,i,a],s])}c(e+"start",[n,i,a],s);try{return f=t.apply(i,n)}catch(p){throw c(e+"err",[n,i,p],s),p}finally{c(e+"end",[n,i,f],s)}}return n(t)?t:(e||(e=""),nrWrapper[i]=!0,f(t,nrWrapper),nrWrapper)}function s(t,r,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c&lt;r.length;c++)s=r[c],a=t[s],n(a)||(t[s]=e(a,f?s+o:o,i,s,t))}function c(e,n,r){try{t.emit(e,n,r)}catch(o){u([o,e,n,r])}}function f(t,e){if(Object.defineProperty&&Object.keys)try{var n=Object.keys(t);return n.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(r){u([r])}for(var o in t)a.call(t,o)&&(e[o]=t[o]);return e}function u(e){try{t.emit("internal-error",e)}catch(n){}}return t||(t=r),e.inPlace=s,e.flag=i,e}},{1:24,ee:"QJf3ax"}]},{},["G9z0Bl",4,12,6,5]);
+ </script>
+ <meta name="viewport" content="width=660px" initial-scale="1.0"/>
+ <meta name="apple-itunes-app" content="app-id=549374205, app-argument=http://www.salon.com/"/>
+ <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
+ <link rel="icon" type="image/x-icon" href="/favicon.ico"/>
+ <!-- Optimizely and Adobe DTM JS snippet, hosted by us -->
+ <script src="//media.salon.com/optimizely/698985673.js"></script>
+ <script src="//media.salon.com/Adobe-DTM/adobe-dtm-header.js"></script>
+ <!-- Meta Info from Old Site -->
+ <meta name="title" content="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"/>
+ <meta name="description" content="Disruptive companies talk a good game about sharing. Uber's really just an under-regulated company making riches"/>
+ <meta name="keywords" content="Salon.com, uber, libertarians, Sydney, Editor's Picks, sharing economy"/>
+ <link rel="canonical" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"/>
+ <meta property="og:title" content="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"/>
+ <meta property="og:url" content="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"/>
+ <meta property="og:image" content="http://media.salon.com/2014/12/uber_rand_paul.jpg"/>
+ <meta property="og:description" content="Disruptive companies talk a good game about sharing. Uber's really just an under-regulated company making riches"/>
+ <meta property="og:type" content="article"/>
+ <meta property="fb:admins" content="21500228"/>
+ <meta property="fb:app_id" content="114477658586677"/>
+ <link rel="index" title="Salon.com" href="http://www.salon.com/"/>
+ <link rel="alternate" type="application/rss+xml" title="Salon.com RSS Feed"
+ href="http://www.salon.com/feed/"/>
+ <!-- End Meta Info from Old Site -->
+ <link rel="stylesheet" href="/combo/css?fonts/Didot/didot.css&amp;typography.css&amp;resets.css&amp;mainNav.css&amp;top-bar.css&amp;left-sidebars.css&amp;right-sidebars.css&amp;style.css&amp;grid.css&amp;responsive-patch.css&amp;ads.css&amp;livefyre.css&amp;ver=327"/>
+ <script type="text/javascript" src="/combo/js?yui/yui-min.js&amp;oop/oop-min.js&amp;event-custom-base/event-custom-base-min.js&amp;dom-core/dom-core-min.js&amp;dom-base/dom-base-min.js&amp;selector-native/selector-native-min.js&amp;selector/selector-min.js&amp;node-core/node-core-min.js&amp;node-base/node-base-min.js&amp;event-base/event-base-min.js&amp;event-base-ie/event-base-ie-min.js&amp;dom-style-ie/dom-style-ie-min.js&amp;event-delegate/event-delegate-min.js&amp;node-event-delegate/node-event-delegate-min.js&amp;pluginhost-base/pluginhost-base-min.js&amp;pluginhost-config/pluginhost-config-min.js&amp;node-pluginhost/node-pluginhost-min.js&amp;color-base/color-base-min.js&amp;dom-style/dom-style-min.js&amp;dom-screen/dom-screen-min.js&amp;node-screen/node-screen-min.js&amp;node-style/node-style-min.js&amp;slnm/utils/set-browser-css.js&amp;plugins/salon-login/js/salon-user.js&amp;slnm/apps/salon-ads.js&amp;slnm/slnm.js&amp;slnm/modules/salon-modules.js&amp;ver=327"></script>
+ <!--[if lt IE 9]>
+ <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+ </head>
+
+ <body>
+ <div data-position-name="oop" class="adPosition hide ad-oop outOfPage"></div>
+ <div data-position-name="extra" class="adPosition hide ad-extra outOfPage"></div>
+ <div data-position-name="spotlight-1" class="adPosition hide ad-spotlight-1 outOfPage"></div>
+ <div data-position-name="spotlight-2" class="adPosition hide ad-spotlight-2 outOfPage"></div>
+ <div data-position-name="promo-1" class="adPosition hide ad-promo-1 outOfPage"></div>
+ <div data-position-name="promo-2" class="adPosition hide ad-promo-2 outOfPage"></div>
+ <div data-position-name="skin" class="adPosition hide ad-skin outOfPage"></div>
+ <div data-position-name="overlay" class="adPosition hide ad-overlay outOfPage"></div>
+ <!-- postition interstitial not known -->
+ <div class="header-wrap">
+ <header class="dark">
+ <div class="row menu-wrap">
+ <div class="menuButton sprite menu-icon hideOnDesktop left" data-yab-app="slide-out"
+ data-slide-out-id="mainMenu"></div>
+ <h1>
+ <a href="/" class="sprite salon-logo-slim">
+ Salon
+ </a>
+ </h1>
+
+ <ul class="mobileSocial hideOnDesktop">
+ <li class="shareButton twitter count" data-service="twitterFollowers"
+ data-screen-name="salon"> <a class="sprite twitter-white-22" href="http://www.twitter.com/salon"></a>
+
+ </li>
+ <li class="shareButton fb count" data-service="facebookFollowers" data-screen-name="salon"> <a class="sprite facebook-white-22" href="http://www.facebook.com/salon"></a>
+
+ </li>
+ </ul>
+ <div class="ie8-header">
+ <img src="/content/themes/salon/css/images/header-ie8.png" width="980"
+ border="0" usemap="#ie8-header-map"/>
+ <map id="ie8-header-map" name="ie8-header-map">
+ <area shape="rect" coords="142,136,250,224" alt="" title="" href="/"/>
+ <area shape="rect" coords="0,0,200,57" alt="" title="" href="/"/>
+ <area shape="rect" coords="199,0,256,58" alt="" title="" href="/category/news/"/>
+ <area shape="rect" coords="255,0,329,58" alt="" title="" href="/category/politics/"/>
+ <area shape="rect" coords="328,0,453,58" alt="" title="" href="/category/entertainment/"/>
+ <area shape="rect" coords="453,0,496,58" alt="" title="" href="/category/life/"/>
+ <area shape="rect" coords="495,0,544,58" alt="" title="" href="/category/technology/"/>
+ <area shape="rect" coords="543,0,625,58" alt="" title="" href="/category/business/"/>
+ <area shape="rect" coords="624,0,751,58" alt="" title="" href="/category/sustainability/"/>
+ <area shape="rect" coords="750,0,803,58" alt="" title="" href="/search/"/>
+ <area shape="rect" coords="802,0,843,58" alt="" title="" href="https://www.facebook.com/salon"/>
+ <area shape="rect" coords="843,0,878,58" alt="" title="" href="https://twitter.com/salon"/>
+ </map>
+ </div>
+ </div>
+ </header>
+ </div>
+ <div class="nav-wrap">
+ <nav class="slide-out mainMenu">
+ <div class="row"> <a class="logo-click left desktopOnly gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;logo&quot;]"
+ href="/">
+ </a>
+
+ <div class="search hideOnDesktop">
+ <form action="/search/">
+ <input type="text" name="q" placeholder="Enter search term"/>
+ <input class="override" type="submit" value="search"/>
+ </form>
+ </div>
+ <ul class="sections inline-list left p-left-1">
+ <li class="hideOnDesktop"> <a href="/">Home</a>
+
+ </li>
+ <li class="news flyout-wrap"> <a class="not-b text-small text-caps gaTrackLinkEvent" href="http://www.salon.com/category/news/"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;News&quot;]">
+ News </a>
+
+ <ul class="nav first flyout">
+ <li class="arrow-box top light p-4 p-top-2 text-left">
+ <h2 class="text-huge m-bottom-1 text-fancy">
+ news </h2>
+
+ <ul class="inline-list stroke-bottom p-bottom-1 text-caps text-small b">
+ <li> <a href="http://www.salon.com/topic/education/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;education&quot;]">
+ Education </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/labor/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;labor&quot;]">
+ Labor </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/health_care_2/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;health care&quot;]">
+ Health Care </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/reproductive_rights/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;reproductive rights&quot;]">
+ Reproductive Rights </a>
+
+ </li>
+ </ul>
+ <div class="smr-widget p-top-2">
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/the_best_twitter_responses_to_starbucks_ill_considered_racetogether_campaign/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/race_together-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/race_together-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/the_best_twitter_responses_to_starbucks_ill_considered_racetogether_campaign/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm">
+ Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/joanna_rothkopf/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Joanna Rothkopf&quot;]">Joanna Rothkopf</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports">
+ Ashley Judd pressing charges against misogynist trolls who threatened her over sports
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/jenny_kutner/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Jenny Kutner&quot;]">Jenny Kutner</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/republicans_are_getting_worse_barney_frank_unloads_on_gop_bigotry_and_obamas_mistakes/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="&quot;Republicans are getting worse&quot;: Barney Frank unloads on GOP bigotry -- and Obama's mistakes">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2013/08/barney_frank-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2013/08/barney_frank-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/republicans_are_getting_worse_barney_frank_unloads_on_gop_bigotry_and_obamas_mistakes/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="&quot;Republicans are getting worse&quot;: Barney Frank unloads on GOP bigotry -- and Obama's mistakes">
+ "Republicans are getting worse": Barney Frank unloads on GOP bigotry -- and Obama's mistakes
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/elias_isquith/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Elias Isquith&quot;]">Elias Isquith</a>
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li class="politics flyout-wrap"> <a class="not-b text-small text-caps gaTrackLinkEvent" href="http://www.salon.com/category/politics/"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;Politics&quot;]">
+ Politics </a>
+
+ <ul class="nav first flyout">
+ <li class="arrow-box top light p-4 p-top-2 text-left">
+ <h2 class="text-huge m-bottom-1 text-fancy">
+ politics </h2>
+
+ <ul class="inline-list stroke-bottom p-bottom-1 text-caps text-small b">
+ <li> <a href="http://www.salon.com/topic/2014_elections/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;2014 elections&quot;]">
+ 2014 elections </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/obamacare/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;obamacare&quot;]">
+ Obamacare </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/the_right/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;the right&quot;]">
+ The Right </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/2016_elections/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;2016 elections&quot;]">
+ 2016 Elections </a>
+
+ </li>
+ </ul>
+ <div class="smr-widget p-top-2">
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/republicans_are_getting_worse_barney_frank_unloads_on_gop_bigotry_and_obamas_mistakes/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="&quot;Republicans are getting worse&quot;: Barney Frank unloads on GOP bigotry -- and Obama's mistakes">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2013/08/barney_frank-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2013/08/barney_frank-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/republicans_are_getting_worse_barney_frank_unloads_on_gop_bigotry_and_obamas_mistakes/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="&quot;Republicans are getting worse&quot;: Barney Frank unloads on GOP bigotry -- and Obama's mistakes">
+ "Republicans are getting worse": Barney Frank unloads on GOP bigotry -- and Obama's mistakes
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/elias_isquith/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Elias Isquith&quot;]">Elias Isquith</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/15/the_democratic_party_is_facing_a_catholic_apocalypse/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The Democratic Party is facing a Catholic apocalypse">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/pope_francis_jfk-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/pope_francis_jfk-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/15/the_democratic_party_is_facing_a_catholic_apocalypse/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The Democratic Party is facing a Catholic apocalypse">
+ The Democratic Party is facing a Catholic apocalypse
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/patricia_miller/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Patricia Miller&quot;]">Patricia Miller</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/rahm_emanuels_achilles_heel_6_reasons_he_may_lose_his_reelection/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Rahm Emanuel's Achilles' heel: 6 reasons he may lose his reelection ">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/rahm_emanuel3-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/rahm_emanuel3-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/rahm_emanuels_achilles_heel_6_reasons_he_may_lose_his_reelection/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Rahm Emanuel's Achilles' heel: 6 reasons he may lose his reelection ">
+ Rahm Emanuel's Achilles' heel: 6 reasons he may lose his reelection
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/carl_gibson/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Carl Gibson&quot;]">Carl Gibson</a>
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li class="entertainment flyout-wrap"> <a class="not-b text-small text-caps gaTrackLinkEvent" href="http://www.salon.com/category/entertainment/"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;Entertainment&quot;]">
+ Entertainment </a>
+
+ <ul class="nav first flyout">
+ <li class="arrow-box top light p-4 p-top-2 text-left">
+ <h2 class="text-huge m-bottom-1 text-fancy">
+ entertainment </h2>
+
+ <ul class="inline-list stroke-bottom p-bottom-1 text-caps text-small b">
+ <li> <a href="http://www.salon.com/topic/books/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;books&quot;]">
+ Books </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/movies/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;movies&quot;]">
+ Movies </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/music/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;music&quot;]">
+ Music </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/tv/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;tv&quot;]">
+ TV </a>
+
+ </li>
+ </ul>
+ <div class="smr-widget p-top-2">
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/the_worst_song_of_2015_is_here_meghan_trainors_dear_future_husband/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The worst song of 2015 is here: Meghan Trainor's &quot;Dear Future Husband&quot;">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/trainor3-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/trainor3-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/the_worst_song_of_2015_is_here_meghan_trainors_dear_future_husband/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The worst song of 2015 is here: Meghan Trainor's &quot;Dear Future Husband&quot;">
+ The worst song of 2015 is here: Meghan Trainor's "Dear Future Husband"
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/anna_silman/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Anna Silman&quot;]">Anna Silman</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports">
+ Ashley Judd pressing charges against misogynist trolls who threatened her over sports
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/jenny_kutner/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Jenny Kutner&quot;]">Jenny Kutner</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/15/when_buddhism_goes_bad_how_a_yoga_and_meditation_retreat_turned_cult_like_and_deadly/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="When Buddhism goes bad: How a yoga and meditation retreat turned cult-like and deadly">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/roach_mcnally-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/roach_mcnally-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/15/when_buddhism_goes_bad_how_a_yoga_and_meditation_retreat_turned_cult_like_and_deadly/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="When Buddhism goes bad: How a yoga and meditation retreat turned cult-like and deadly">
+ When Buddhism goes bad: How a yoga and meditation retreat turned cult-like and deadly
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/laura_miller/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Laura Miller&quot;]">Laura Miller</a>
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li class="life flyout-wrap"> <a class="not-b text-small text-caps gaTrackLinkEvent" href="http://www.salon.com/category/life/"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;Life&quot;]">
+ Life </a>
+
+ <ul class="nav first flyout">
+ <li class="arrow-box top light p-4 p-top-2 text-left">
+ <h2 class="text-huge m-bottom-1 text-fancy">
+ life </h2>
+
+ <ul class="inline-list stroke-bottom p-bottom-1 text-caps text-small b">
+ <li> <a href="http://www.salon.com/topic/life_stories/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;life stories&quot;]">
+ Life Stories </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/love_and_sex/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;love &amp; sex&quot;]">
+ Love &amp; Sex </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/parenting/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;parenting&quot;]">
+ Parenting </a>
+
+ </li>
+ </ul>
+ <div class="smr-widget p-top-2">
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/my_shucking_and_jiving_years_i_was_the_black_guy_in_a_white_frat/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="I was the black guy in a white frat">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/kasai_rex4-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/kasai_rex4-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/my_shucking_and_jiving_years_i_was_the_black_guy_in_a_white_frat/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="I was the black guy in a white frat">
+ I was the black guy in a white frat
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/kasai_rex/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Kasai Rex&quot;]">Kasai Rex</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/the_year_long_open_marriage_experiment_what_this_woman_learned_could_save_your_sex_life/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The year-long open marriage experiment: What this woman learned could save your sex life">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/robin_rinaldi-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/robin_rinaldi-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/the_year_long_open_marriage_experiment_what_this_woman_learned_could_save_your_sex_life/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The year-long open marriage experiment: What this woman learned could save your sex life">
+ The year-long open marriage experiment: What this woman learned could save your sex life
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/tracy_clark_flory/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Tracy Clark-Flory&quot;]">Tracy Clark-Flory</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/the_best_twitter_responses_to_starbucks_ill_considered_racetogether_campaign/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/race_together-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/race_together-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/the_best_twitter_responses_to_starbucks_ill_considered_racetogether_campaign/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm">
+ Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/joanna_rothkopf/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Joanna Rothkopf&quot;]">Joanna Rothkopf</a>
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li class="tech flyout-wrap"> <a class="not-b text-small text-caps gaTrackLinkEvent" href="http://www.salon.com/category/technology/"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;Tech&quot;]">
+ Tech </a>
+
+ <ul class="nav first flyout">
+ <li class="arrow-box top light p-4 p-top-2 text-left">
+ <h2 class="text-huge m-bottom-1 text-fancy">
+ tech </h2>
+
+ <ul class="inline-list stroke-bottom p-bottom-1 text-caps text-small b">
+ <li> <a href="http://www.salon.com/topic/privacy/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;privacy&quot;]">
+ Privacy </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/social_media/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;social media&quot;]">
+ Social Media </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/gadgets/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;gadgets&quot;]">
+ Gadgets </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/drones/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;drones&quot;]">
+ Drones </a>
+
+ </li>
+ </ul>
+ <div class="smr-widget p-top-2">
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports">
+ Ashley Judd pressing charges against misogynist trolls who threatened her over sports
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/jenny_kutner/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Jenny Kutner&quot;]">Jenny Kutner</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/facebook_still_wont_free_the_nipple_but_its_cracking_down_on_revenge_porn/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Facebook still won't free the nipple -- but it's cracking down on revenge porn">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2014/11/facebook-privacy-policy.jpeg-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2014/11/facebook-privacy-policy.jpeg-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/facebook_still_wont_free_the_nipple_but_its_cracking_down_on_revenge_porn/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Facebook still won't free the nipple -- but it's cracking down on revenge porn">
+ Facebook still won't free the nipple -- but it's cracking down on revenge porn
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/jenny_kutner/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Jenny Kutner&quot;]">Jenny Kutner</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/welcome_to_libertarian_island_how_silicon_valley_billionaires_are_creating_a_capitalist_nightmare/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Welcome to &quot;Libertarian Island&quot;: How these One Percenters are creating a dystopian nightmare">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/rand_thiel_paul-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/rand_thiel_paul-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/welcome_to_libertarian_island_how_silicon_valley_billionaires_are_creating_a_capitalist_nightmare/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Welcome to &quot;Libertarian Island&quot;: How these One Percenters are creating a dystopian nightmare">
+ Welcome to "Libertarian Island": How these One Percenters are creating a dystopian nightmare
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/conor_lynch/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Conor Lynch&quot;]">Conor Lynch</a>
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li class="business flyout-wrap"> <a class="not-b text-small text-caps gaTrackLinkEvent" href="http://www.salon.com/category/business/"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;Business&quot;]">
+ Business </a>
+
+ <ul class="nav first flyout">
+ <li class="arrow-box top light p-4 p-top-2 text-left">
+ <h2 class="text-huge m-bottom-1 text-fancy">
+ business </h2>
+
+ <ul class="inline-list stroke-bottom p-bottom-1 text-caps text-small b">
+ <li> <a href="http://www.salon.com/topic/wall_street/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;wall street&quot;]">
+ Wall Street </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/finance/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;finance&quot;]">
+ Finance </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/labor/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;labor&quot;]">
+ Labor </a>
+
+ </li>
+ </ul>
+ <div class="smr-widget p-top-2">
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/welcome_to_libertarian_island_how_silicon_valley_billionaires_are_creating_a_capitalist_nightmare/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Welcome to &quot;Libertarian Island&quot;: How these One Percenters are creating a dystopian nightmare">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/rand_thiel_paul-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/rand_thiel_paul-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/welcome_to_libertarian_island_how_silicon_valley_billionaires_are_creating_a_capitalist_nightmare/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Welcome to &quot;Libertarian Island&quot;: How these One Percenters are creating a dystopian nightmare">
+ Welcome to "Libertarian Island": How these One Percenters are creating a dystopian nightmare
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/conor_lynch/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Conor Lynch&quot;]">Conor Lynch</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/15/my_kids_were_embarrassed_that_their_dad_worked_at_target_my_american_economy_nightmare/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="&quot;My kids were embarrassed that their dad worked at Target&quot;: My American economy nightmare">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2014/12/torn_us_flag-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2014/12/torn_us_flag-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/15/my_kids_were_embarrassed_that_their_dad_worked_at_target_my_american_economy_nightmare/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="&quot;My kids were embarrassed that their dad worked at Target&quot;: My American economy nightmare">
+ "My kids were embarrassed that their dad worked at Target": My American economy nightmare
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/joseph_coleman/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Joseph Coleman&quot;]">Joseph Coleman</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/robert_reich_economic_redistribution_is_our_only_hope_partner/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Robert Reich: Economic redistribution is our only hope">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2014/01/robert_reich-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2014/01/robert_reich-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/robert_reich_economic_redistribution_is_our_only_hope_partner/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Robert Reich: Economic redistribution is our only hope">
+ Robert Reich: Economic redistribution is our only hope
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/robert_reich/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Robert Reich&quot;]">Robert Reich</a>, ROBERTREICH.org
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li class="sustainability flyout-wrap"> <a class="not-b text-small text-caps gaTrackLinkEvent" href="http://www.salon.com/category/sustainability/"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;Sustainability&quot;]">
+ Sustainability </a>
+
+ <ul class="nav first flyout">
+ <li class="arrow-box top light p-4 p-top-2 text-left">
+ <h2 class="text-huge m-bottom-1 text-fancy">
+ sustainability </h2>
+
+ <ul class="inline-list stroke-bottom p-bottom-1 text-caps text-small b">
+ <li> <a href="http://www.salon.com/topic/climate_change/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;climate change&quot;]">
+ Climate Change </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/dream_city/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;dream city&quot;]">
+ Dream City </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/organic_food/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;organic food&quot;]">
+ organic food </a>
+
+ </li>
+ </ul>
+ <div class="smr-widget p-top-2">
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/the_best_twitter_responses_to_starbucks_ill_considered_racetogether_campaign/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/race_together-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/race_together-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/the_best_twitter_responses_to_starbucks_ill_considered_racetogether_campaign/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm">
+ Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/joanna_rothkopf/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Joanna Rothkopf&quot;]">Joanna Rothkopf</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/its_using_the_crisis_to_the_liberal_benefit_fox_news_panel_argues_snow_days_are_plot_against_religion/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Fox News now thinks that <em>snow days</em> are a plot against religion">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/Screen-Shot-2015-03-16-at-2.50.57-PM-90x60.png"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/Screen-Shot-2015-03-16-at-2.50.57-PM-300x200.png"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/its_using_the_crisis_to_the_liberal_benefit_fox_news_panel_argues_snow_days_are_plot_against_religion/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Fox News now thinks that <em>snow days</em> are a plot against religion">
+ Fox News now thinks that <em>snow days</em> are a plot against religion
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/joanna_rothkopf/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Joanna Rothkopf&quot;]">Joanna Rothkopf</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/we_cant_believe_we_have_to_explain_this_diabetes_cant_be_cured_with_cinnamon_rolls/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="We can't believe we have to explain this: Diabetes can't be cured with cinnamon rolls">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/huckabee_roll-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/huckabee_roll-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/we_cant_believe_we_have_to_explain_this_diabetes_cant_be_cured_with_cinnamon_rolls/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="We can't believe we have to explain this: Diabetes can't be cured with cinnamon rolls">
+ We can't believe we have to explain this: Diabetes can't be cured with cinnamon rolls
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/lindsay_abrams/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Lindsay Abrams&quot;]">Lindsay Abrams</a>
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </li>
+ <li class="innovation flyout-wrap"> <a class="not-b text-small text-caps gaTrackLinkEvent" href="http://www.salon.com/category/innovation/"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;Innovation&quot;]">
+ Innovation </a>
+
+ <ul class="nav first flyout">
+ <li class="arrow-box top light p-4 p-top-2 text-left">
+ <h2 class="text-huge m-bottom-1 text-fancy">
+ innovation </h2>
+
+ <ul class="inline-list stroke-bottom p-bottom-1 text-caps text-small b">
+ <li> <a href="http://www.salon.com/topic/science/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;science&quot;]">
+ Science </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/ideas/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;ideas&quot;]">
+ ideas </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/silicon_valley/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;silicon valley&quot;]">
+ Silicon Valley </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/topic/cool_culture/" class="gaTrackLinkEvent text-highlight"
+ data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;cool culture&quot;]">
+ cool culture </a>
+
+ </li>
+ </ul>
+ <div class="smr-widget p-top-2">
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/15/the_big_fk_buddy_lie_campus_hookups_and_the_dark_story_of_male_sexual_desire/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The big &quot;f**k buddy&quot; lie: Campus hookups and the dark story of male sexual desire">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/neighbors6-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/neighbors6-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/15/the_big_fk_buddy_lie_campus_hookups_and_the_dark_story_of_male_sexual_desire/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The big &quot;f**k buddy&quot; lie: Campus hookups and the dark story of male sexual desire">
+ The big "f**k buddy" lie: Campus hookups and the dark story of male sexual desire
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/dr_melvin_konner/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Dr. Melvin Konner&quot;]">Dr. Melvin Konner</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/hidden_secrets_of_the_right_wing_brain_do_you_like_scott_walker_or_elizabeth_warren_new_research_explains_why/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Hidden secrets of the right-wing brain: Do you like Scott Walker or Elizabeth Warren? New research explains why">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/walker_warren-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/walker_warren-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/hidden_secrets_of_the_right_wing_brain_do_you_like_scott_walker_or_elizabeth_warren_new_research_explains_why/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="Hidden secrets of the right-wing brain: Do you like Scott Walker or Elizabeth Warren? New research explains why">
+ Hidden secrets of the right-wing brain: Do you like Scott Walker or Elizabeth Warren? New research explains why
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/paul_rosenberg/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Paul Rosenberg&quot;]">Paul Rosenberg</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/15/the_quest_to_save_vanishing_new_york/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The quest to save vanishing New York">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/old_new_york_city-copy-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/old_new_york_city-copy-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/15/the_quest_to_save_vanishing_new_york/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;mostread&quot;]"
+ title="The quest to save vanishing New York">
+ The quest to save vanishing New York
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/henry_grabar/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Henry Grabar&quot;]">Henry Grabar</a>
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul class="inline-list left buttons">
+ <li class="desktopOnly flyout-wrap"> <span class="sprite magnifying-glass-white-22">
+ </span>
+
+ <div class="search flyout">
+ <div class="arrow-box top light p-2">
+ <form action="/search/">
+ <input type="text" name="q" placeholder="Enter search term"/>
+ <input class="override" type="submit" value="search"/>
+ </form>
+ </div>
+ </div>
+ </li>
+ <li class="text-center desktopOnly flyout-wrap">
+ <div class="shareButton left m-right-1p5" data-service="facebookFollowers"
+ data-screen-name="salon"> <span class="sprite facebook-white-22">
+ </span>
+
+ </div>
+ <div class="shareButton left" data-service="twitterFollowers" data-screen-name="salon"> <span class="sprite twitter-white-22">
+ </span>
+
+ </div>
+ <div class="share flyout">
+ <div class="arrow-box top light p-1">
+ <ul class=" inline-list m-bottom-1-hard m-top-1">
+ <li class="m-bottom-0-hard m-right-1-hard"> <a class="fb-like" id="" data-href="http://www.facebook.com/salon" data-colorscheme="light"
+ data-layout="button" data-show-faces="true">
+ </a>
+ </li>
+ <li class="m-0-hard"> <a data-service="twitterFollowers" data-screen-name="salon" href="http://www.twitter.com/salon"
+ data-share-url="http://www.twitter.com/salon" data-headline="North Carolina lawmakers could pull an all-nighter over controversial “motorcycle abortion” bill"
+ data-thumbnail="http://media.salon.com/2013/07/6977131810_c6869282c7_c-300x200.jpg"
+ class="shareButton twitterFollowers">
+ <span class="shareButtonBox">
+ <span class="shareIcon"></span>
+ </span>
+ </a>
+
+ </li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ </ul>
+ <ul class="inline-list right dark login">
+ <li class="user text-tiny p-top-3d5 text-right normal-color">
+ <p class="m-0 m-bottom-1 text-caps"> <span class="salonUserName desktopOnly"></span>
+
+ </p>
+ <p class="m-0 right"> <a href="#" class="salonLogout hide gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;signout&quot;]">
+ Log out
+ </a>
+ <a href="#" class="salonLogin gaTrackLinkEvent" data-ga-track-json="[&quot;navigation&quot;, &quot;click&quot;, &quot;signin&quot;]">
+ Sign in
+ </a>
+
+ </p>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ </div>
+ <div class="p-top-2 p-bottom-2"></div>
+ <div class="container_12 pageContents">
+ <section class="omega mainContent">
+ <div class="mainInner">
+ <div class="topAdWrapper">
+ <div data-position-name="728-atf" class="adPosition leaderBoard ad-728-atf flex monitor height"></div>
+ </div>
+ <div class="grid_8 alpha omega">
+ <div class="articleInner"> <span class="dateline">
+ <span class="toLocalTime" data-tlt-epoch-time="1422791820">Sunday, Feb 1, 2015 11:57 AM UTC</span> </span>
+ <h1>
+ The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians </h1>
+
+ <h2>
+ Disruptive companies talk a good game about sharing. Uber's really just an under-regulated company making riches </h2>
+ <span class="byline"><a href="http://www.salon.com/writer/richard_r_j_eskow/" rel="author" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Richard (R.J.) Eskow&quot;]">Richard (R.J.) Eskow</a></span>
+
+ <div
+ class="shareContainer">
+ <ul class="shareTools" data-share-link="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-headline="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ data-thumbnail="http://media.salon.com/2014/12/uber_rand_paul-300x200.jpg">
+ <li class="fbShare"> <a data-service="facebookShare" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-share-url="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-headline="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ data-thumbnail="http://media.salon.com/2014/12/uber_rand_paul-300x200.jpg"
+ class="shareButton facebookShare count ">
+ <span class="shareButtonBox">
+ <span class="shareIcon"></span>
+ <span class="shareLabel">Share</span>
+ </span>
+
+ <span class="shareCountWrap">
+ <span class="shareCount"></span>
+ </span>
+ </a>
+ </li>
+ <li class="twitter"> <a data-service="twitterTweets" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-share-url="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-headline="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ data-thumbnail="http://media.salon.com/2014/12/uber_rand_paul-300x200.jpg"
+ class="shareButton twitterTweets count ">
+ <span class="shareButtonBox">
+ <span class="shareIcon"></span>
+
+ </span>
+
+ <span class="shareCountWrap">
+ <span class="shareCount"></span>
+ </span>
+ </a>
+ </li>
+ <li class="whatsapp"> <a href="whatsapp://send" data-text="Take a look at this awesome article:"
+ data-href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ class="wa_btn wa_btn_m" style="display:none;height: 40px;width: 15px;background-size: 40px;background-position: 6px 4px;border-radius: 3px;"
+ onclick="window.parent.slnm.gaTracking.trackLink([ 'whatsapp','click', 'http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/']);">
+ </a>
+
+ </li>
+ <li class="gPlus"> <a data-service="googlePlus" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-share-url="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-headline="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ data-thumbnail="http://media.salon.com/2014/12/uber_rand_paul-300x200.jpg"
+ class="shareButton googlePlus count ">
+ <span class="shareButtonBox">
+ <span class="shareIcon"></span>
+
+ </span>
+
+ <span class="shareCountWrap">
+ <span class="shareCount"></span>
+ </span>
+ </a>
+ </li>
+ <li class="comments"> <span class="commentBubble forceComments" data-comment-id="13850779">
+ <a title="" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/#comments" class="gaTrackLinkEvent" data-ga-track-json="[&quot;storylinks&quot;, &quot;click&quot;, &quot;comments&quot;]">
+ <span class="livefyre-commentcount" data-lf-site-id="321741">0</span>
+
+ </a>
+ </span>
+ </li>
+ <li class="flyOut shareAll shareButtonBox"> <span class="shareAllWrapper"></span>
+
+ <ul class="flyOutMenu">
+ <li class="shareAllContent">
+ <h3>All Share Services</h3>
+
+ <div>
+ <input placeholder="Start typing to search for share service" class="quickRefine"/>
+ </div>
+ <div class="shareButtonsHolder"></div>
+ </li>
+ </ul>
+ </li>
+ <li class="hide"> <a href="#" class="flyOutShareToolsButton template">
+ <span class="shareIcon"></span>
+ <span class="shareText"></span>
+ </a>
+
+ </li>
+ </ul>
+ </div>
+ <p class="topics">Topics: <a href="/topic/uber" class="gaTrackLinkEvent" data-ga-track-json="[&quot;topic&quot;, &quot;click&quot;, &quot;uber&quot;]">uber</a>,
+ <a
+ href="/topic/libertarians" class="gaTrackLinkEvent" data-ga-track-json="[&quot;topic&quot;, &quot;click&quot;, &quot;libertarians&quot;]">libertarians</a>, <a href="/topic/sydney" class="gaTrackLinkEvent" data-ga-track-json="[&quot;topic&quot;, &quot;click&quot;, &quot;sydney&quot;]">Sydney</a>,
+ <a
+ href="/topic/editors_picks" class="gaTrackLinkEvent" data-ga-track-json="[&quot;topic&quot;, &quot;click&quot;, &quot;editors_picks&quot;]">Editor's Picks</a>, <a href="/topic/sharing_economy" class="gaTrackLinkEvent"
+ data-ga-track-json="[&quot;topic&quot;, &quot;click&quot;, &quot;sharing_economy&quot;]">sharing economy</a>,
+ <a
+ href="http://www.salon.com/category/technology/" rel="tag">Technology News</a>
+ </p>
+ <div class="featuredMedia"><a class="lightBox" title="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ href="http://media.salon.com/2014/12/uber_rand_paul.jpg"><img alt="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians" title="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians" src="http://media.salon.com/2014/12/uber_rand_paul.jpg"/></a>
+ <span
+ class="caption">Ayn Rand, Rand Paul <span class="photoCredit">(Credit: AP/Manuel Balce Ceneta/Photo montage by Salon)</span></span>
+ </div>
+ <div class="articleContent">
+ <p>Horror stories about the increasingly unpopular taxi service Uber have
+ been commonplace in recent months, but there is still much to be learned
+ from its handling of the recent hostage drama in downtown Sydney, Australia.
+ We’re told that we reveal our true character in moments of crisis, and
+ apparently that’s as true for companies as it is for individuals.</p>
+ <div
+ id="ym_1007925900364593340" class="ym"></div>
+ <div class="recirc1"></div>
+ <p>A number of experts have challenged the idea that the horrific explosion
+ of violence in a Sydney café was “terrorism,” since the attacker was mentally
+ unbalanced and acted alone. But, terror or not, the ordeal was certainly
+ terrifying. Amid the chaos and uncertainty, the city believed itself to
+ be under a coordinated and deadly attack.</p>
+ <p>Uber had an interesting, if predictable, response to the panic and mayhem:
+ It raised prices. A lot.</p>
+ <p>In case you missed the story, the facts are these: Someone named Man Haron
+ Monis, who was considered mentally unstable and had been investigated for
+ murdering his ex-wife, seized hostages in a café that was located in Sydney’s
+ Central Business District or “CBD.” In the process he put up an Islamic
+ flag – “igniting,” as <a href="http://www.reuters.com/article/2014/12/15/us-australia-security-idUSKBN0JS0WX20141215">Reuters</a> reported,
+ “fears of a jihadist attack in the heart of the country’s biggest city.”</p>
+ <p>In the midst of the fear, Uber stepped in and tweeted this announcement:&nbsp;
+ <span
+ style="font-size: 13px;">“We are all concerned with events in CBD. Fares have increased to encourage
+ more drivers to come online &amp; pick up passengers in the area.”</span>
+ </p>
+ <p>As <a href="http://mashable.com/2014/12/14/uber-sydney-surge-pricing/">Mashable </a>reports,
+ the company announced that it would charge a minimum of $100 Australian
+ to take passengers from the area immediately surrounding the ongoing crisis,
+ and prices increased by as much as four times the standard amount. A firestorm
+ of criticism quickly erupted – “<a href="https://twitter.com/Uber_Sydney">@Uber_Sydney</a> stop
+ being assholes,” one Twitter response began – and Uber soon found itself
+ offering free rides out of the troubled area instead.</p>
+ <p>What can we learn from this incident? Let’s start by parsing that tweet:</p>
+ <p><em>“We are all concerned with events in CBD …”</em>
+ </p>
+ <p>That opener suggests that Uber, as part of a community under siege, is
+ preparing to respond in a civic manner.<em></em>
+ </p>
+ <p><em>“… Fares have increased to encourage more drivers to come online &amp; pick up passengers in the area.”</em>
+ </p>
+ <div class="recirc2"></div>
+ <hr/>
+ <div data-position-name="300-mi1" class="adPosition bigBox ad-300-mi1 flex"></div>
+ <hr/>
+ <div class="toggle-group target hideOnInit" data-toggle-group="story-13850779">
+ <p>But, despite the expression of shared concern, there is no sense of <em>civitas</em> to
+ be found in the statement that follows. There is only a transaction, executed
+ at what the corporation believes to be market value. Lesson #1 about Uber
+ is, therefore, that in its view there is no heroism, only self-interest.
+ This is Ayn Rand’s brutal, irrational and primitive philosophy in its purest
+ form: altruism is evil, and self-interest is the only true heroism.<em></em>
+ </p>
+ <p>There was once a time when we might have read of “hero cabdrivers” or
+ “hero bus drivers” placing themselves in harm’s way to rescue their fellow
+ citizens. For its part, Uber might have suggested that it would use its
+ network of drivers and its scheduling software to recruit volunteer drivers
+ for a rescue mission.<em></em>
+ </p>
+ <p>Instead, we are told that Uber’s pricing surge <em>was</em> its expression
+ of concern. Uber’s way to address a human crisis is apparently by letting
+ the market govern human behavior, as if there were (in libertarian economist
+ Tyler Cowen’s phrase) “markets in everything” – including the lives of
+ a city’s beleaguered citizens (and its Uber drivers). <em></em>
+ </p>
+ <p>Where would this kind of market-driven practice leave poor or middle-income
+ citizens in a time of crisis? If they can’t afford the “surged” price,
+ apparently it would leave them squarely in the line of fire. And come to
+ think of it, why would Uber drivers value their lives so cheaply, unless
+ they’re underpaid? <em></em>
+ </p>
+ <p>One of the lessons of Sydney is this: Uber’s philosophy, whether consciously
+ expressed or not, is that life belongs to the highest bidder – and therefore,
+ by implication, the highest bidder’s life has the greatest value. Society,
+ on the other hand, may choose to believe that every life has equal value
+ – or that lifesaving services should be available at affordable prices. <em></em>
+ </p>
+ <p>If nothing else, the Sydney experience should prove once and for all that
+ there is no such thing as “the sharing economy.” Uber is a taxi company,
+ albeit an under-regulated one, and nothing more. It’s certainly not a “ride
+ sharing” service, where someone who happens to be going in the same direction
+ is willing to take along an extra passenger and split gas costs. A ride-sharing
+ service wouldn’t find itself “increasing fares to encourage more drivers”
+ to come into Sydney’s terrorized Central Business District. <em></em>
+ </p>
+ <p>A “sharing economy,” by definition, is lateral in structure. It is a peer-to-peer
+ economy. But Uber, as its name suggests, is hierarchical in structure.
+ It monitors and controls its drivers, demanding that they purchase services
+ from it while guiding their movements and determining their level of earnings.
+ And its pricing mechanisms impose unpredictable costs on its customers,
+ extracting greater amounts whenever the data suggests customers can be
+ compelled to pay them.<em></em>
+ </p>
+ <p>This is a top-down economy, not a “shared” one.<em></em>
+ </p>
+ <p>A number of Uber’s fans and supporters defended the company on the grounds
+ that its “surge prices,” including those seen during the Sydney crisis,
+ are determined by an algorithm. But an algorithm can be an ideological
+ statement, and is always a cultural artifact. As human creations, algorithms
+ reflect their creators. <em></em>
+ </p>
+ <p>Uber’s tweet during the Sydney crisis made it sound as if human intervention,
+ rather than algorithmic processes, caused prices to soar that day. But
+ it doesn’t really matter if that surge was manually or algorithmically
+ driven. Either way the prices were Uber’s doing – and its moral choice.<em></em>
+ </p>
+ <p>Uber has been strenuously defending its surge pricing in the wake of accusations
+ (apparently <a href="http://gothamist.com/2012/11/04/uber.php">justified</a>)
+ that the company enjoyed windfall profits during Hurricane Sandy. It has
+ now promised the state of New York that it will cap its surge prices (at
+ three times the highest rate on two non-emergency days). But if Uber has
+ its way, it will soon enjoy a monopolistic stranglehold on car service
+ rates in most major markets. And it has demonstrated its willingness to
+ ignore rules and regulations. That means<em> </em>predictable and affordable
+ taxi fares could become a thing of the past. <em></em>
+ </p>
+ <p>In practice, surge pricing could become a new, privatized form of taxation
+ on middle-class taxi customers.<em></em>
+ </p>
+ <p>Even without surge pricing, Uber and its supporters are hiding its full
+ costs. When middle-class workers are underpaid or deprived of benefits
+ and full working rights, as Uber’s <a href="http://www.businessinsider.com/uber-drivers-say-theyre-making-less-than-minimum-wage-2014-10">reportedly are</a>,
+ the entire middle-class economy suffers. Overall wages and benefits are
+ suppressed for the majority, while the wealthy few are made even richer.
+ The invisible costs of ventures like Uber are extracted over time, far
+ surpassing whatever short-term savings they may occasionally offer.<em></em>
+ </p>
+ <p>Like Walmart, Uber underpays its employees – many of its drivers <em>are</em> employees,
+ in everything but name – and then drains the social safety net to make
+ up the difference. While Uber preaches libertarianism, it practices a form
+ of corporate welfare. It’s reportedly <a href="http://www.washingtonpost.com/blogs/wonkblog/wp/2014/11/17/why-uber-loves-obamacare/">celebrating Obamacare</a>,
+ for example, since the Affordable Care Act allows it to avoid providing
+ health insurance to its workforce. But the ACA’s subsidies, together with
+ Uber’s often woefully insufficient wages, mean that the rest of us are
+ paying its tab instead. And the lack of income security among Uber’s drivers
+ creates another social cost for Americans – in lost tax revenue, and possibly
+ in increased use of social services. <em></em>
+ </p>
+ <p>The company’s war on regulation will also carry a social price. Uber and
+ its supporters don’t seem to understand that<em> </em>regulations exist
+ for a reason. It’s true that nobody likes excessive bureaucracy, but not
+ all regulations are excessive or onerous. And when they are, it’s a flaw
+ in execution rather than principle. <em></em>
+ </p>
+ <p>Regulations were created because they serve a social purpose, ensuring
+ the free and fair exchange of services and resources among all segments
+ of society. Some services, such as transportation, are of such importance
+ that the public has a vested interest in ensuring they will be readily
+ available at reasonably affordable prices. That’s not unreasonable for
+ taxi services, especially given the fact that they profit from publicly
+ maintained roads and bridges.<em></em>
+ </p>
+ <p>Uber has presented itself as a modernized, efficient alternative to government
+ oversight. But it’s an evasion of regulation, not its replacement. As
+ <a
+ href="http://fusion.net/story/33680/the-inside-story-of-how-the-uber-portland-negotiations-broke-down/">Alexis Madrigal</a>reports, Uber has deliberately ignored city regulators
+ and used customer demand to force its model of inadequate self-governance
+ (my conclusion, not his) onto one city after another.<em></em>
+ </p>
+ <p>Uber presented itself as a refreshing alternative to the over-bureaucratized
+ world of urban transportation. But that’s a false choice. We can streamline
+ sclerotic city regulators, upgrade taxi fleets and even provide users with
+ fancy apps that make it easier to call a cab. The company’s binary presentation
+ – us, or City Hall – frames the debate in artificial terms.<em></em>
+ </p>
+ <p>Uber claims that its driver rating system is a more efficient way to monitor
+ drivers, but that’s an entirely unproven assumption. While taxi drivers
+ have been known to misbehave, the worldwide litany of complaints against
+ Uber drivers – for everything from dirty cars and <a href="http://consumerist.com/2014/07/30/uber-passenger-complains-of-spider-bite-in-filthy-car/">spider bites</a> to
+ <a
+ href="http://www.forbes.com/sites/ellenhuet/2014/09/30/uber-driver-hammer-attack-liability/">assault with a hammer</a>, <a href="http://www.businessinsider.com/uber-nikki-williams-2014-12">fondling</a> and
+ <a
+ href="http://www.businessinsider.com/an-uber-driver-allegedly-raped-a-female-passenger-in-boston-2014-12">rape</a>– suggest that Uber’s system may not work as well as old-fashioned
+ regulation. It’s certainly not noticeably superior.<em></em>
+ </p>
+ <p>In fact, <a href="http://www.huffingtonpost.com/2014/12/09/uber-california-lawsuit_n_6298206.html">prosecutors in San Francisco and Los Angeles</a> say
+ Uber has been lying to its customers about the level and quality of its
+ background checks. The company now promises it will do a better job at
+ screening drivers. But it <a href="http://consumerist.com/2014/12/18/uber-reportedly-revamping-security-wont-say-exactly-what-its-doing/">won’t tell us</a> what
+ measures its taking to improve its safety record, and it’s <a href="http://consumerist.com/2014/12/18/uber-reportedly-revamping-security-wont-say-exactly-what-its-doing/">fighting the kind of driver scrutiny</a> that
+ taxicab companies have been required to enforce for many decades. <em></em>
+ </p>
+ <p>Many reports suggest that beleaguered drivers don’t feel much better about
+ the company than victimized passengers do. They tell <a href="http://qz.com/299655/why-your-uber-driver-hates-uber/">horror stories</a> about
+ the company’s hiring and management practices. Uber <a href="http://www.salon.com/2014/09/03/uber_unrest_drivers_in_los_angeles_protest_the_slashing_of_rates/">unilaterally slashes drivers’ rates</a>,
+ while claiming they don’t need to unionize. (The <a href="http://www.fastcompany.com/3037371/the-teamsters-of-the-21st-century-how-uber-lyft-and-facebook-drivers-are-organizing">Teamsters</a> disagree.) <em></em>
+ </p>
+ <p>The company also pushes<a href="http://thinkprogress.org/economy/2014/11/06/3589715/uber-lending-investigation/"> sketchy, substandard loans</a> onto
+ its drivers – but hey, what could go wrong?<em></em>
+ </p>
+ <p>Uber has many libertarian defenders. And yet, it <a href="http://pando.com/2014/10/29/uber-prs-latest-trick-impersonating-its-drivers-and-trying-to-scam-journalists/">deceives the press</a> and
+ <a
+ href="http://www.slate.com/blogs/the_slatest/2014/11/17/uber_exec_suggests_using_personal_info_against_journalists.html">threatens to spy on journalists</a>, <a href="http://money.cnn.com/2014/08/04/technology/uber-lyft/">lies to its own employees</a>,
+ keeps its practices a secret and routinely invades the privacy of civilians
+ – sometimes merely for entertainment. (It has a tool, with the Orwellian
+ name the “<a href="http://www.forbes.com/sites/kashmirhill/2014/10/03/god-view-uber-allegedly-stalked-users-for-party-goers-viewing-pleasure/">God View</a>,”
+ that it can use for monitoring customers’ personal movements.) <em></em>
+ </p>
+ <p>Aren’t those the kinds of things libertarians say they hate about <em>government</em>?<em></em>
+ </p>
+ <p>This isn’t a “gotcha” exercise. It matters. Uber is the poster child for
+ the pro-privatization, anti-regulatory ideology that ascribes magical powers
+ to technology and the private sector. It is deeply a political entity,
+ from its Nietzschean name to its recent hiring of White House veteran David
+ Plouffe. Uber is built around a relatively simple app (which relies on
+ government-created technology), but it’s not really a tech company. Above
+ all else Uber is an ideological campaign, a neoliberal project whose real
+ products are deregulation and the dismantling of the social contract.<em></em>
+ </p>
+ <p>Or maybe, as that tweeter in Sydney suggested, they’re just assholes.<em></em>
+ </p>
+ <p>Either way, it’s important that Uber’s worldview and business practices
+ not be allowed to “disrupt” our economy or our social fabric. People who
+ work hard deserve to make a decent living. Society at large deserves access
+ to safe and affordable transportation. And government, as the collective
+ expression of a democratic society, has a role to play in protecting its
+ citizens. <em></em>
+ </p>
+ <p>And then there’s the matter of our collective psyche. In her book “A Paradise
+ Built in Hell: The Extraordinary Communities that Arise in Disaster,” Rebecca
+ Solnit wrote of the purpose, meaning and deep satisfaction people find
+ when they pull together to help one another in the face of adversity.&nbsp;
+ But in the world Uber seeks to create, those surges of the spirit would
+ be replaced by surge pricing.<em></em>
+ </p>
+ <p>You don’t need a “God view” to see what happens next. When heroism is
+ reduced to a transaction, the soul of a society is sold cheap. <em></em>
+ </p>
+ </div> <a class="toggle-group toggleOnScroll trigger remember refreshAds gaTrackPageEvent"
+ data-toggle-group="story-13850779" data-delay="15" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/">
+ <script type="json/config" class="jsonConfig">
+ {"slots":{"1":["pageTitle","The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians",3],"2":["pageType","article cr-link",3],"3":["author","Richard (R.J.) Eskow",3],"5":["section","Technology",3]}}
+ </script>
+ </a>
+ </div>
+ <div class="writerMeta">
+ <p></p>
+ <div class="social"></div> <a class="byline" title="More Richard (R.J.) Eskow." href="http://www.salon.com/writer/richard_r_j_eskow/">
+ More Richard (R.J.) Eskow.
+ </a>
+
+ <p></p>
+ </div>
+ <div class="fb-recommendations-bar hideOnMobile" data-max-age="1" data-read-time="45"
+ data-site="salon.com"></div>
+ <div class="shareContainer">
+ <ul class="shareTools" data-share-link="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-headline="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ data-thumbnail="http://media.salon.com/2014/12/uber_rand_paul-300x200.jpg">
+ <li class="fbShare"> <a data-service="facebookShare" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-share-url="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-headline="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ data-thumbnail="http://media.salon.com/2014/12/uber_rand_paul-300x200.jpg"
+ class="shareButton facebookShare count ">
+ <span class="shareButtonBox">
+ <span class="shareIcon"></span>
+ <span class="shareLabel">Share</span>
+ </span>
+
+ <span class="shareCountWrap">
+ <span class="shareCount"></span>
+ </span>
+ </a>
+ </li>
+ <li class="twitter"> <a data-service="twitterTweets" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-share-url="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-headline="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ data-thumbnail="http://media.salon.com/2014/12/uber_rand_paul-300x200.jpg"
+ class="shareButton twitterTweets count ">
+ <span class="shareButtonBox">
+ <span class="shareIcon"></span>
+
+ </span>
+
+ <span class="shareCountWrap">
+ <span class="shareCount"></span>
+ </span>
+ </a>
+ </li>
+ <li class="whatsapp"> <a href="whatsapp://send" data-text="Take a look at this awesome article:"
+ data-href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ class="wa_btn wa_btn_m" style="display:none;height: 40px;width: 15px;background-size: 40px;background-position: 6px 4px;border-radius: 3px;"
+ onclick="window.parent.slnm.gaTracking.trackLink([ 'whatsapp','click', 'http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/']);">
+ </a>
+
+ </li>
+ <li class="gPlus"> <a data-service="googlePlus" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-share-url="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/"
+ data-headline="The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians"
+ data-thumbnail="http://media.salon.com/2014/12/uber_rand_paul-300x200.jpg"
+ class="shareButton googlePlus count ">
+ <span class="shareButtonBox">
+ <span class="shareIcon"></span>
+
+ </span>
+
+ <span class="shareCountWrap">
+ <span class="shareCount"></span>
+ </span>
+ </a>
+ </li>
+ <li class="comments"> <span class="commentBubble forceComments" data-comment-id="13850779">
+ <a title="" href="http://www.salon.com/2015/02/01/the_sharing_economy_is_a_lie_uber_ayn_rand_and_the_truth_about_tech_and_libertarians/#comments" class="gaTrackLinkEvent" data-ga-track-json="[&quot;storylinks&quot;, &quot;click&quot;, &quot;comments&quot;]">
+ <span class="livefyre-commentcount" data-lf-site-id="321741">0</span>
+
+ </a>
+ </span>
+ </li>
+ <li class="flyOut shareAll shareButtonBox"> <span class="shareAllWrapper"></span>
+
+ <ul class="flyOutMenu">
+ <li class="shareAllContent">
+ <h3>All Share Services</h3>
+
+ <div>
+ <input placeholder="Start typing to search for share service" class="quickRefine"/>
+ </div>
+ <div class="shareButtonsHolder"></div>
+ </li>
+ </ul>
+ </li>
+ <li class="hide"> <a href="#" class="flyOutShareToolsButton template">
+ <span class="shareIcon"></span>
+ <span class="shareText"></span>
+ </a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="nextArticle"> <a href="http://www.salon.com/2015/01/31/satoshi_nakamoto%e2%80%99s_greatest_creation/"
+ class="nextThumbWrap gaTrackLinkEvent" data-ga-track-json="[&quot;nextArticle&quot;,&quot;click&quot;,&quot;Satoshi Nakamoto’s greatest creation&quot;]">
+ <img width="620" height="412" src="http://media.salon.com/2015/02/bitcoin_figure.jpg" class="attachment-lg_horizontal wp-post-image" alt="bitcoin_figure" title="bitcoin_figure"/>
+ <h3>Satoshi Nakamoto’s greatest creation</h3>
+ <p class="button right arrow">Next Article</p>
+ </a>
+
+ </div>
+ <div class="related_stories widget">
+ <h3>You Might Also Like</h3>
+
+ <div id="taboola-bottom-main-column"></div>
+ <div id="taboola-text-2-columns-mix"></div>
+ </div>
+ <div class="horizontalPostList widget hideOnMobile">
+ <h3>More Related Stories</h3>
+
+ <div></div>
+ <div class="postSlider">
+ <div class="prev control"></div>
+ <ul class="">
+ <li> <a title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports"
+ href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;Ashley Judd pressing charges against misogynist trolls who threatened her over sports&quot;]">
+ <img class="lazyLoad" alt="Ashley Judd pressing charges against misogynist trolls who threatened her over sports" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-150x150.jpg"/>
+ <span class="title">
+ Ashley Judd pressing charges against misogynist trolls who threatened her over sports
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Welcome to " libertarian="" island ":=" " how=" " these="
+ " one=" " percenters=" " are=" " creating=" " a=" " dystopian=" " nightmare"=""
+ href="http://www.salon.com/2015/03/16/welcome_to_libertarian_island_how_silicon_valley_billionaires_are_creating_a_capitalist_nightmare/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;Welcome to &quot;Libertarian Island&quot;: How these One Percenters are creating a dystopian nightmare&quot;]">
+ <img class="lazyLoad" alt="Welcome to " libertarian="" island":="" how="" these="" one="" percenters="" are="" creating="" a="" dystopian="" nightmare"="" data-source-standard="http://media.salon.com/2015/03/rand_thiel_paul-150x150.jpg"/>
+ <span class="title">
+ Welcome to "Libertarian Island": How these One Percenters are creating a dystopian nightmare
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Facebook still won't free the nipple -- but it's cracking down on revenge porn"
+ href="http://www.salon.com/2015/03/16/facebook_still_wont_free_the_nipple_but_its_cracking_down_on_revenge_porn/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;Facebook still won't free the nipple -- but it's cracking down on revenge porn&quot;]">
+ <img class="lazyLoad" alt="Facebook still won't free the nipple -- but it's cracking down on revenge porn" data-source-standard="http://media.salon.com/2014/11/facebook-privacy-policy.jpeg-150x150.jpg"/>
+ <span class="title">
+ Facebook still won't free the nipple -- but it's cracking down on revenge porn
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="" the="" new="" gold="" standard="" in="" douchebag="" detection
+ ":=" " apple's=" " $10,000=" " smartwatch=" " roundly=" " mocked=" " by="
+ " internet"="" href="http://www.salon.com/2015/03/09/the_new_gold_standard_in_douchebag_detection_apples_10000_smartwatch_roundly_mocked_by_the_internet/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;&quot;The new gold standard in douchebag detection&quot;: Apple's $10,000 smartwatch roundly mocked by the Internet&quot;]">
+ <img class="lazyLoad" alt="" the="" new="" gold="" standard="" in="" douchebag="" detection":="" apple's="" $10,000="" smartwatch="" roundly="" mocked="" by="" internet"="" data-source-standard="http://media.salon.com/2015/03/apple_watch-150x150.jpg"/>
+ <span class="title">
+ "The new gold standard in douchebag detection": Apple's $10,000 smartwatch roundly mocked by the Internet
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Apple and HBO announce HBO Now with thrilling new trailer for "
+ game="" of="" thrones "=" " season=" " five"="" href="http://www.salon.com/2015/03/09/watch_the_thrilling_new_trailer_for_game_of_thrones_season_five/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;Apple and HBO announce HBO Now with thrilling new trailer for &quot;Game of Thrones&quot; season five&quot;]">
+ <img class="lazyLoad" alt="Apple and HBO announce HBO Now with thrilling new trailer for " game="" of="" thrones"="" season="" five"="" data-source-standard="http://media.salon.com/2015/03/Screen-Shot-2015-03-09-at-2.03.46-PM-150x150.png"/>
+ <span class="title">
+ Apple and HBO announce HBO Now with thrilling new trailer for "Game of Thrones" season five
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Malaysia Airlines Flight 370, one year later: " nothing="" is=""
+ certain,="" as="" everything="" possible ""="" href="http://www.salon.com/2015/03/08/malaysian_airlines_flight_370_one_year_later_nothing_is_certain_as_everything_is_possible/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;Malaysia Airlines Flight 370, one year later: &quot;Nothing is certain, as everything is possible&quot;&quot;]">
+ <img class="lazyLoad" alt="Malaysia Airlines Flight 370, one year later: " nothing="" is="" certain,="" as="" everything="" possible""="" data-source-standard="http://media.salon.com/2014/03/mh370_coverage-150x150.jpg"/>
+ <span class="title">
+ Malaysia Airlines Flight 370, one year later: "Nothing is certain, as everything is possible"
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="The Internet killed privacy: Our liberation, and our capture, are within the same tool"
+ href="http://www.salon.com/2015/03/07/the_internet_killed_privacy_our_liberation_and_our_capture_are_within_the_same_tool/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;The Internet killed privacy: Our liberation, and our capture, are within the same tool&quot;]">
+ <img class="lazyLoad" alt="The Internet killed privacy: Our liberation, and our capture, are within the same tool" data-source-standard="http://media.salon.com/2015/02/snowden_cheney-150x150.jpg"/>
+ <span class="title">
+ The Internet killed privacy: Our liberation, and our capture, are within the same tool
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="" do="" what="" we="" want="" in="" afghanistan,="" or="" we
+ 'll="" have="" the="" americans="" drone="" you":="" our="" immoral="" war="" —="" and="" how="" cia="" gets="" used"="" href="http://www.salon.com/2015/03/07/do_what_we_want_in_afghanistan_or_well_have_the_americans_drone_you_our_immoral_drone_war_%e2%80%94_and_how_the_cia_gets_used/" class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;&quot;Do what we want in Afghanistan, or we'll have the Americans drone you&quot;: Our immoral drone war — and how
+ the CIA gets used&quot;] ">
+ <img class="lazyLoad " alt=" " do=" " what="
+ " we=" " want=" " in=" " afghanistan,=" " or=" " we'll=" " have=" " the="
+ " americans=" " drone=" " you":="" our="" immoral="" war="" —="" and="" how="" cia=""
+ gets="" used "=" " data-source-standard="http://media.salon.com/2015/03/drone_graffiti-150x150.jpg "/>
+ <span class="title ">
+ "Do what we want in Afghanistan, or we
+ 'll have the Americans drone you": Our immoral drone war — and how the CIA gets used
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="Protest sexism with " squirt="" alert,"="" the="" app="" where="" female="" ejaculation="" is="" only="" goal"="" href="http://www.salon.com/2015/03/06/protest_sexism_with_squirt_alert_the_app_where_female_ejaculation_is_the_only_goal/" class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;Protest sexism with &quot;Squirt Alert,&quot; the app where female ejaculation is the only goal&quot;]">
+ <img class="lazyLoad" alt="Protest sexism with " squirt="" alert,"="" the="" app="" where="" female="" ejaculation="" is="" only="" goal"="" data-source-standard="http://media.salon.com/2015/03/50292_SA_game_01-150x150.jpg"/>
+ <span class="title">
+ Protest sexism with "Squirt Alert," the app where female ejaculation is the only goal
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="What went viral 5 years ago today: OK Go's hypnotizing Rube Goldberg machine " href="http://www.salon.com/2015/03/05/what_went_viral_5_years_ago_today_ok_gos_hypnotizing_rube_goldberg_machine/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;What went viral 5 years ago today: OK Go
+ 's hypnotizing Rube Goldberg machine &quot;]">
+ <img class="lazyLoad" alt="What went viral 5 years ago today: OK Go's hypnotizing Rube Goldberg machine " data-source-standard="http://media.salon.com/2015/03/Screen-Shot-2015-03-05-at-2.53.21-PM-150x150.png "/>
+ <span class="title ">
+ What went viral 5 years ago today: OK Go's hypnotizing Rube Goldberg machine
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="Dudebros of Reddit freak out as site tries
+ to reduce " involuntary=" " pornography" "=" " href="http://www.salon.com/2015/03/02/dudebros_of_reddit_freak_out_as_site_tries_to_reduce_involuntary_pornography/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;Dudebros of Reddit freak out as site tries to
+ reduce &quot;involuntary pornography&quot;&quot;] ">
+ <img class="lazyLoad " alt="Dudebros of Reddit
+ freak out as site tries to reduce " involuntary=" " pornography" "="
+ " data-source-standard="http://media.salon.com/2014/08/laptop_flames-150x150.jpg "/>
+ <span class="title
+ ">
+ Dudebros of Reddit freak out as site tries to reduce "involuntary pornography "
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="This Neil deGrasse Tyson podcast on the
+ origins of life is absolutely mindblowing " href="http://www.salon.com/2015/03/02/neil_degrasse_tyson_bill_nye_and_richard_dawkins_discuss_evolution_on_startalk_live/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;This Neil deGrasse Tyson podcast on the origins
+ of life is absolutely mindblowing&quot;] ">
+ <img class="lazyLoad " alt="This Neil deGrasse
+ Tyson podcast on the origins of life is absolutely mindblowing
+ " data-source-standard="http://media.salon.com/2014/05/neil_degrasse_tyson-150x150.jpg "/>
+ <span class="title ">
+ This Neil deGrasse Tyson podcast on the origins of life is absolutely mindblowing
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="Scientists are hunting for black holes
+ on the South Pole " href="http://www.salon.com/2015/03/01/scientists_are_hunting_for_black_holes_on_the_south_pole_partner/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;Scientists are hunting for black holes on the
+ South Pole&quot;] ">
+ <img class="lazyLoad " alt="Scientists are hunting
+ for black holes on the South Pole " data-source-standard="http://media.salon.com/2015/02/shutterstock_90296737-150x150.jpg "/>
+ <span class="title ">
+ Scientists are hunting for black holes on the South Pole
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title=" " can=" " you=" " get=" " pregnant="
+ " in=" " space?"="" neil="" degrasse="" tyson="" answers="" cosmos-related=""
+ questions "=" " href="http://www.salon.com/2015/02/27/can_you_get_pregnant_in_space_neil_degrasse_tyson_answers_space_questions/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;&quot;Can you get pregnant in space?&quot; Neil
+ deGrasse Tyson answers cosmos-related questions&quot;] ">
+ <img class="lazyLoad " alt=" " can=" " you="
+ " get=" " pregnant=" " in=" " space?"="" neil="" degrasse="" tyson="" answers=""
+ cosmos-related="" questions "=" " data-source-standard="http://media.salon.com/2014/07/neil_degrasse_tyson4-150x150.jpg "/>
+ <span class="title ">
+ "Can you get pregnant in space? " Neil deGrasse Tyson answers cosmos-related questions
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="Misery in the age of Facebook: How the
+ blinding glare of technology perverts our darkest pain " href="http://www.salon.com/2015/02/27/misery_in_the_age_of_facebook_how_the_blinding_glare_of_technology_perverts_our_darkest_pain/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;Misery in the age of Facebook: How the blinding
+ glare of technology perverts our darkest pain&quot;] ">
+ <img class="lazyLoad " alt="Misery in the age
+ of Facebook: How the blinding glare of technology perverts our darkest
+ pain " data-source-standard="http://media.salon.com/2015/03/sad_facebook_man-150x150.jpg "/>
+ <span class="title ">
+ Misery in the age of Facebook: How the blinding glare of technology perverts our darkest pain
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="Google has captured your mind " href="http://www.salon.com/2015/02/26/google_has_captured_your_mind/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;Google has captured your mind&quot;] ">
+ <img class="lazyLoad " alt="Google has captured
+ your mind " data-source-standard="http://media.salon.com/2015/02/google_head-150x150.jpg "/>
+ <span class="title ">
+ Google has captured your mind
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="FCC adopts Open Internet Order for net
+ neutrality in historic 3-2 vote " href="http://www.salon.com/2015/02/26/fcc_adopts_open_internet_order_for_net_neutrality_in_historic_3_2_vote/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;FCC adopts Open Internet Order for net neutrality
+ in historic 3-2 vote &quot;] ">
+ <img class="lazyLoad " alt="FCC adopts Open Internet
+ Order for net neutrality in historic 3-2 vote " data-source-standard="http://media.salon.com/2014/09/internet-fast-lanes.jpeg-150x150.jpg "/>
+ <span class="title ">
+ FCC adopts Open Internet Order for net neutrality in historic 3-2 vote
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title="Jon Stewart mocks Rep. Aaron Schock with
+ Instagram montage set to Taylor Swift " href="http://www.salon.com/2015/02/26/jon_stewart_mocks_rep_aaron_schock_with_instagram_montage_set_to_taylor_swift/
+ " class="plain gaTrackLinkEvent " data-ga-track-json="[&quot;morerelatedstories&quot;,
+ &quot;click&quot;, &quot;Jon Stewart mocks Rep. Aaron Schock with Instagram
+ montage set to Taylor Swift&quot;] ">
+ <img class="lazyLoad " alt="Jon Stewart mocks
+ Rep. Aaron Schock with Instagram montage set to Taylor Swift
+ " data-source-standard="http://media.salon.com/2015/02/Screen-Shot-2015-02-26-at-9.31.43-AM-150x150.png "/>
+ <span class="title ">
+ Jon Stewart mocks Rep. Aaron Schock with Instagram montage set to Taylor Swift
+ </span>
+ </a>
+ </li>
+ <li>
+ <a title=" " we=" " missed=" " a=" " chance="
+ " to=" " be=" " leader":="" can="" reddit
+ 's="" new="" policies="" really="" prevent="" "involuntary="" pornography"?"="" href="http://www.salon.com/2015/02/25/we_missed_a_chance_to_be_a_leader_can_reddits_new_policies_really_prevent_involuntary_pornography/" class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;&quot;We missed a chance to be a leader&quot;: Can Reddit's new policies really prevent &quot;involuntary pornography&quot;?&quot;] ">
+ <img class="lazyLoad " alt=" " we="
+ " missed=" " a=" " chance=" " to=" " be=" " leader":="" can="" reddit
+ 's="" new="" policies="" really="" prevent="" "involuntary="" pornography"?"="" data-source-standard="http://media.salon.com/2013/04/revenge_porn_legislation-150x150.jpg"/>
+ <span class="title">
+ "We missed a chance to be a leader": Can Reddit's new policies really prevent "involuntary pornography"? </span>
+</a>
+ </li>
+ <li> <a title="We're finally getting non-white emoji" href="http://www.salon.com/2015/02/23/were_finally_getting_non_white_emoji/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;We're finally getting non-white emoji&quot;]">
+ <img class="lazyLoad" alt="We're finally getting non-white emoji" data-source-standard="http://media.salon.com/2015/02/emoji1-150x150.jpg"/>
+ <span class="title">
+ We're finally getting non-white emoji
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Nate Silver: " mostly="" i="" was="" getting="" credit="" for=""
+ having="" pointed="" out="" the="" obvious="" --="" and="" most="" of=""
+ rest="" luck ""="" href="http://www.salon.com/2015/02/22/nate_silver_mostly_i_was_getting_credit_for_having_pointed_out_the_obvious_and_most_of_the_rest_was_luck/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;morerelatedstories&quot;, &quot;click&quot;, &quot;Nate Silver: &quot;Mostly I was getting credit for having pointed out the obvious -- and most of the rest was luck&quot;&quot;]">
+ <img class="lazyLoad" alt="Nate Silver: " mostly="" i="" was="" getting="" credit="" for="" having="" pointed="" out="" the="" obvious="" --="" and="" most="" of="" rest="" luck""="" data-source-standard="http://media.salon.com/2015/02/nate_silver4-150x150.jpg"/>
+ <span class="title">
+ Nate Silver: "Mostly I was getting credit for having pointed out the obvious -- and most of the rest was luck"
+ </span>
+ </a>
+
+ </li>
+ </ul>
+ <div class="next control"></div>
+ </div>
+ </div>
+ <div class="horizontalPostList widget hideOnMobile">
+ <h3>Featured Slide Shows</h3>
+
+ <div>
+ <div class="slideShow" id="slideShow13902755" data-permalink="http://www.salon.com/2015/03/08/slideshow/"
+ data-article-id="13902755">
+ <ul class="toolbar">
+ <li class="shareTwitter">Share on Twitter</li>
+ <li class="shareFacebook">Share on Facebook</li>
+ <li class="count"> <span class="countCurrent">1</span>
+of <span class="countTotal">5</span>
+
+ </li>
+ <li class="closeModal onModal">Close</li>
+ <li class="fullscreen">Fullscreen</li>
+ <li class="thumbnails">Thumbnails</li>
+ </ul>
+ <ul class="slides">
+ <li class="slide">
+ <script type="json/config" class="jsonConfig scrollTrack">
+ {"slots":{"1":["pageTitle","\u201cOne girl can be silenced, but a nation of girls telling their stories becomes free\u201d slideshow",3],"2":["pageType","article",3],"3":["author","Richard (R.J.) Eskow",3],"5":["section","Technology",3]},"events":[["section","view","uber"],["section","view","libertarians"],["section","view","sydney"],["section","view","editors_picks"],["section","view","sharing_economy"],["section","view","Technology"]]}
+ </script>
+ <div class="mainImage">
+ <img class="lazyLoad" data-source-standard="http://media.salon.com/2015/03/Photo11.jpg"
+ data-source-fullscreen_small="http://media.salon.com/2015/03/Photo11.jpg"
+ data-source-fullscreen_large="http://media.salon.com/2015/03/Photo11.jpg"
+ alt=""/>
+ <ul class="nav hideOnMobile">
+ <li class="arrowBox prev"></li>
+ <li class="arrowBox next"></li>
+ </ul>
+ <ul class="mobileNav hideOnDesktop">
+ <li class="prev">Previous</li>
+ <li class="next">Next</li>
+ </ul>
+ </div>
+ <div class="content">
+ <h4>“One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow</h4>
+
+ <p class="slideTitle">A photo contest winner</p>
+ </div>
+ </li>
+ <li class="slide">
+ <script type="json/config" class="jsonConfig scrollTrack">
+ {"slots":{"1":["pageTitle","\u201cOne girl can be silenced, but a nation of girls telling their stories becomes free\u201d slideshow",3],"2":["pageType","article",3],"3":["author","Richard (R.J.) Eskow",3],"5":["section","Technology",3]},"events":[["section","view","uber"],["section","view","libertarians"],["section","view","sydney"],["section","view","editors_picks"],["section","view","sharing_economy"],["section","view","Technology"]]}
+ </script>
+ <div class="mainImage">
+ <img class="lazyLoad" data-source-standard="http://media.salon.com/2015/03/Photo31-1280x960.jpg"
+ data-source-fullscreen_small="http://media.salon.com/2015/03/Photo31-1280x960.jpg"
+ data-source-fullscreen_large="http://media.salon.com/2015/03/Photo31-1900x1200.jpg"
+ alt=""/>
+ <ul class="nav hideOnMobile">
+ <li class="arrowBox prev"></li>
+ <li class="arrowBox next"></li>
+ </ul>
+ <ul class="mobileNav hideOnDesktop">
+ <li class="prev">Previous</li>
+ <li class="next">Next</li>
+ </ul>
+ </div>
+ <div class="content">
+ <h4>“One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow</h4>
+
+ <p class="slideTitle">A photo contest winner</p>
+ </div>
+ </li>
+ <li class="slide">
+ <script type="json/config" class="jsonConfig scrollTrack">
+ {"slots":{"1":["pageTitle","\u201cOne girl can be silenced, but a nation of girls telling their stories becomes free\u201d slideshow",3],"2":["pageType","article",3],"3":["author","Richard (R.J.) Eskow",3],"5":["section","Technology",3]},"events":[["section","view","uber"],["section","view","libertarians"],["section","view","sydney"],["section","view","editors_picks"],["section","view","sharing_economy"],["section","view","Technology"]]}
+ </script>
+ <div class="mainImage">
+ <img class="lazyLoad" data-source-standard="http://media.salon.com/2015/03/superhero1-1280x960.jpg"
+ data-source-fullscreen_small="http://media.salon.com/2015/03/superhero1-1280x960.jpg"
+ data-source-fullscreen_large="http://media.salon.com/2015/03/superhero1-1900x1200.jpg"
+ alt=""/>
+ <ul class="nav hideOnMobile">
+ <li class="arrowBox prev"></li>
+ <li class="arrowBox next"></li>
+ </ul>
+ <ul class="mobileNav hideOnDesktop">
+ <li class="prev">Previous</li>
+ <li class="next">Next</li>
+ </ul>
+ </div>
+ <div class="content">
+ <h4>“One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow</h4>
+
+ <p class="slideTitle">Superhero Project</p>
+ <p>“In life many people have two faces. You think you know someone, but they
+ are not always what they seem. You can’t always trust people. My hero would
+ be someone who is trustworthy, honest and always has their heart in the
+ right place.” Ateya Grade 9 @ Mirman Hayati School (Herat, Afghanistan)</p>
+ </div>
+ </li>
+ <li class="slide">
+ <script type="json/config" class="jsonConfig scrollTrack">
+ {"slots":{"1":["pageTitle","\u201cOne girl can be silenced, but a nation of girls telling their stories becomes free\u201d slideshow",3],"2":["pageType","article",3],"3":["author","Richard (R.J.) Eskow",3],"5":["section","Technology",3]},"events":[["section","view","uber"],["section","view","libertarians"],["section","view","sydney"],["section","view","editors_picks"],["section","view","sharing_economy"],["section","view","Technology"]]}
+ </script>
+ <div class="mainImage">
+ <img class="lazyLoad" data-source-standard="http://media.salon.com/2015/03/SuperHero5-1112x960.jpg"
+ data-source-fullscreen_small="http://media.salon.com/2015/03/SuperHero5-1112x960.jpg"
+ data-source-fullscreen_large="http://media.salon.com/2015/03/SuperHero5-1112x1200.jpg"
+ alt=""/>
+ <ul class="nav hideOnMobile">
+ <li class="arrowBox prev"></li>
+ <li class="arrowBox next"></li>
+ </ul>
+ <ul class="mobileNav hideOnDesktop">
+ <li class="prev">Previous</li>
+ <li class="next">Next</li>
+ </ul>
+ </div>
+ <div class="content">
+ <h4>“One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow</h4>
+
+ <p class="slideTitle">Superhero Project</p>
+ <p>“I pray every night before I go to bed for a hero or an angel capable
+ of helping defenseless children and bringing them happiness. I reach up
+ into the sky hoping to touch a spirit who can make my wish come true.”
+ Fatimah Grade 9 @ Majoba Hervey (Herat, Afghanistan)</p>
+ </div>
+ </li>
+ <li class="slide">
+ <h3>Recent Slide Shows</h3>
+
+ <ul class="otherSlideShows lastSlide">
+ <div class="arrowBox prev hideOnMobile"></div>
+ <li> <a href="http://www.salon.com/2015/03/08/slideshow/" title="“One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow">
+ <img src="http://media.salon.com/2015/03/Photo11-150x150.jpg"/>
+ <h4>“One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow</h4>
+ </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/2015/03/02/overdevelopment_overpopulation_overshoot/"
+ title="Overdevelopment, Overpopulation, Overshoot">
+ <img src="http://media.salon.com/2015/02/Material-World-Containers-and-City-Lights-e1425042763140-150x150.jpg"/>
+ <h4>Overdevelopment, Overpopulation, Overshoot</h4>
+ </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/2015/02/26/most_popular_dog_breeds_in_america/"
+ title="Most popular dog breeds in America">
+ <img src="http://media.salon.com/2015/02/shutterstock_126021596-150x150.jpg"/>
+ <h4>Most popular dog breeds in America</h4>
+ </a>
+
+ </li>
+ <li> <a href="http://www.salon.com/2015/02/20/when_marriage_is_an_act_of_political_protest_partner/"
+ title="When marriage is an act of political protest">
+ <img src="http://media.salon.com/2015/02/EKjxq8WT6kSWxQlwHYja1eGDW72-Bukqll1h5XWkCyMg0PbYIScTDjFV2h2nIez044-ShPyW2WEE02X4KBg6Ro1-150x150.jpg"/>
+ <h4>When marriage is an act of political protest</h4>
+ </a>
+
+ </li>
+ <ul class="mobileNav hideOnDesktop">
+ <li class="prev">Previous</li>
+ </ul>
+ </ul>
+ </li>
+ </ul>
+ <div class="adPanel">
+ <div class="slideAd halfPage"></div>
+ </div>
+ <ul class="thumbnailsHolder">
+ <li>
+ <img class="lazyLoad" data-source-standard="http://media.salon.com/2015/03/Photo11-150x150.jpg"/>
+ </li>
+ <li>
+ <img class="lazyLoad" data-source-standard="http://media.salon.com/2015/03/Photo31-150x150.jpg"/>
+ </li>
+ <li>
+ <img class="lazyLoad" data-source-standard="http://media.salon.com/2015/03/superhero1-150x150.jpg"/>
+ </li>
+ <li>
+ <img class="lazyLoad" data-source-standard="http://media.salon.com/2015/03/SuperHero5-150x150.jpg"/>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="postSlider">
+ <div class="prev control"></div>
+ <ul class="">
+ <li> <a title="When marriage is an act of political protest" href="http://www.salon.com/2015/02/20/when_marriage_is_an_act_of_political_protest_partner/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;When marriage is an act of political protest&quot;]">
+ <img class="lazyLoad" alt="When marriage is an act of political protest" data-source-standard="http://media.salon.com/2015/02/EKjxq8WT6kSWxQlwHYja1eGDW72-Bukqll1h5XWkCyMg0PbYIScTDjFV2h2nIez044-ShPyW2WEE02X4KBg6Ro1-150x150.jpg"/>
+ <span class="title">
+ When marriage is an act of political protest
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Photos from the Happy Ending Salon" href="http://www.salon.com/2014/09/22/photos_from_the_happy_ending_salon/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Photos from the Happy Ending Salon&quot;]">
+ <img class="lazyLoad" alt="Photos from the Happy Ending Salon" data-source-standard="http://media.salon.com/2014/09/picks1-7G5A7893-S1-150x150.jpg"/>
+ <span class="title">
+ Photos from the Happy Ending Salon
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Make Summer More Poetic with These 10 International Works" href="http://www.salon.com/2014/06/17/make_your_summer_more_poetic_with_these_10_international_works/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Make Summer More Poetic with These 10 International Works&quot;]">
+ <img class="lazyLoad" alt="Make Summer More Poetic with These 10 International Works" data-source-standard="http://media.salon.com/2014/06/Photo-of-Books4-150x150.jpg"/>
+ <span class="title">
+ Make Summer More Poetic with These 10 International Works
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="8 Illustrated Books for Every Age and Every Summer Reading List "
+ href="http://www.salon.com/2014/06/12/8_illustrated_books_for_every_age_and_every_summer_reading_list/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;8 Illustrated Books for Every Age and Every Summer Reading List &quot;]">
+ <img class="lazyLoad" alt="8 Illustrated Books for Every Age and Every Summer Reading List " data-source-standard="http://media.salon.com/2014/06/Photo-of-Books3-150x150.jpg"/>
+ <span class="title">
+ 8 Illustrated Books for Every Age and Every Summer Reading List
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="10 Great Science Reads That You Can Take to the Beach" href="http://www.salon.com/2014/06/11/10_great_science_reads_that_you_can_take_to_the_beach/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;10 Great Science Reads That You Can Take to the Beach&quot;]">
+ <img class="lazyLoad" alt="10 Great Science Reads That You Can Take to the Beach" data-source-standard="http://media.salon.com/2014/06/Photo-of-Books2-150x150.jpg"/>
+ <span class="title">
+ 10 Great Science Reads That You Can Take to the Beach
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Turn Summer into a Literary Field Day with these 9 Collections of Non-Fiction Sports Writing"
+ href="http://www.salon.com/2014/06/10/turn_summer_into_a_literary_field_day_with_these_9_sports_novels/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Turn Summer into a Literary Field Day with these 9 Collections of Non-Fiction Sports Writing&quot;]">
+ <img class="lazyLoad" alt="Turn Summer into a Literary Field Day with these 9 Collections of Non-Fiction Sports Writing" data-source-standard="http://media.salon.com/2014/06/Photo-of-Books1-150x150.jpg"/>
+ <span class="title">
+ Turn Summer into a Literary Field Day with these 9 Collections of Non-Fiction Sports Writing
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Travel to Foreign Lands in 10 Newly Translated Novels" href="http://www.salon.com/2014/06/09/travel_to_foreign_lands_in_10_newly_translated_novels/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Travel to Foreign Lands in 10 Newly Translated Novels&quot;]">
+ <img class="lazyLoad" alt="Travel to Foreign Lands in 10 Newly Translated Novels" data-source-standard="http://media.salon.com/2014/06/TranslationCollage11-150x150.png"/>
+ <span class="title">
+ Travel to Foreign Lands in 10 Newly Translated Novels
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Get Lost in 8 Great Biographies – from Lawrence of Arabia to Margaret Fuller"
+ href="http://www.salon.com/2014/06/06/get_lost_in_8_great_biographies_%e2%80%93_from_lawrence_of_arabia_to_margaret_fuller/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Get Lost in 8 Great Biographies – from Lawrence of Arabia to Margaret Fuller&quot;]">
+ <img class="lazyLoad" alt="Get Lost in 8 Great Biographies – from Lawrence of Arabia to Margaret Fuller" data-source-standard="http://media.salon.com/2014/06/Photo-of-Books-1-150x150.jpg"/>
+ <span class="title">
+ Get Lost in 8 Great Biographies – from Lawrence of Arabia to Margaret Fuller
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Explore Diverse Cultures Through Varied Genres with These 8 New Works"
+ href="http://www.salon.com/2014/06/04/explore_diverse_cultures_through_varied_genres_with_these_8_new_works/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Explore Diverse Cultures Through Varied Genres with These 8 New Works&quot;]">
+ <img class="lazyLoad" alt="Explore Diverse Cultures Through Varied Genres with These 8 New Works" data-source-standard="http://media.salon.com/2014/06/IMG_5565-150x142.jpg"/>
+ <span class="title">
+ Explore Diverse Cultures Through Varied Genres with These 8 New Works
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="8 Great Essay Collections for Your Reading Pleasure" href="http://www.salon.com/2014/06/02/eight_great_essay_collections_for_your_reading_pleasure/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;8 Great Essay Collections for Your Reading Pleasure&quot;]">
+ <img class="lazyLoad" alt="8 Great Essay Collections for Your Reading Pleasure" data-source-standard="http://media.salon.com/2014/06/Diamonstein-longlist-covers-150x80.jpg"/>
+ <span class="title">
+ 8 Great Essay Collections for Your Reading Pleasure
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Looking for Fresh Fiction for your Summer Reading? " href="http://www.salon.com/2014/05/30/looking_for_fresh_fiction_for_your_summer_reading/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Looking for Fresh Fiction for your Summer Reading? &quot;]">
+ <img class="lazyLoad" alt="Looking for Fresh Fiction for your Summer Reading? " data-source-standard="http://media.salon.com/2014/05/Photo-of-Books-150x150.jpg"/>
+ <span class="title">
+ Looking for Fresh Fiction for your Summer Reading?
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Tough love: An intimate look at Mexico City's retired (and semi-retired) sex workers"
+ href="http://www.salon.com/2014/04/21/tough_love_an_intimate_look_at_mexico_citys_retired_and_semi_retired_sex_workers_partner/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Tough love: An intimate look at Mexico City's retired (and semi-retired) sex workers&quot;]">
+ <img class="lazyLoad" alt="Tough love: An intimate look at Mexico City's retired (and semi-retired) sex workers" data-source-standard="http://media.salon.com/2014/04/iXNQ_VNO3fPy6G4D63c3yEtExOcRDlVYPyhG_iiPI98-150x150.jpg"/>
+ <span class="title">
+ Tough love: An intimate look at Mexico City's retired (and semi-retired) sex workers
+ </span>
+ </a>
+
+ </li>
+ <li> <a title="Famous literary meals" href="http://www.salon.com/2014/04/17/famous_literary_meals/"
+ class="plain gaTrackLinkEvent" data-ga-track-json="[&quot;featuredslideshows&quot;, &quot;click&quot;, &quot;Famous literary meals&quot;]">
+ <img class="lazyLoad" alt="Famous literary meals" data-source-standard="http://media.salon.com/2014/04/Fictitious_Dishes_aliceinwonderland-150x150.jpg"/>
+ <span class="title">
+ Famous literary meals
+ </span>
+ </a>
+
+ </li>
+ </ul>
+ <div class="next control"></div>
+ </div>
+ </div>
+ <div class="related-video widget hideOnMobile">
+ <h3>Related Videos</h3>
+
+ <div class="related-video-content"></div>
+ </div>
+ <div class="widget">
+ <h3 id="comments">Comments</h3>
+ <div class="live-fyre" data-network="salon.fyre.co" data-article-id="13850779"
+ data-site-id="321741" data-checksum="5531e97811a624bd13a68fe55fea88b2"
+ data-collection-meta="eyJ0eXAiOiJqd3QiLCJhbGciOiJIUzI1NiJ9.eyJ0aXRsZSI6IlRoZSBzaGFyaW5nIGVjb25vbXkgaXMgYSBsaWU6IFViZXIsIEF5biBSYW5kIGFuZCB0aGUgdHJ1dGggYWJvdXQgdGVjaCBhbmQgbGliZXJ0YXJpYW5zIiwidXJsIjoiaHR0cDpcL1wvd3d3LnNhbG9uLmNvbVwvMjAxNVwvMDJcLzAxXC90aGVfc2hhcmluZ19lY29ub215X2lzX2FfbGllX3ViZXJfYXluX3JhbmRfYW5kX3RoZV90cnV0aF9hYm91dF90ZWNoX2FuZF9saWJlcnRhcmlhbnNcLyIsInRhZ3MiOiJ1YmVyLGxpYmVydGFyaWFucyxTeWRuZXksRWRpdG9yJ3MgUGlja3Msc2hhcmluZyBlY29ub215IiwiY2hlY2tzdW0iOiI1NTMxZTk3ODExYTYyNGJkMTNhNjhmZTU1ZmVhODhiMiIsImFydGljbGVJZCI6MTM4NTA3Nzl9.BIevOPSXsK5yWaXiiDg-Zt4OMigkiNqT063mETawTdI">
+ <script type="json/config" class="jsonConfig commentsTrack">
+ {"slots":{"1":["pageTitle","The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians",3],"2":["pageType","article",3],"3":["author","Richard (R.J.) Eskow",3],"5":["section","Technology",3]},"events":[["section","view","uber"],["section","view","libertarians"],["section","view","sydney"],["section","view","editors_picks"],["section","view","sharing_economy"],["section","view","Technology"]]}
+ </script>
+ <p class="hideOnMobile">Loading Comments...</p>
+ </div>
+ </div>
+ <div id="powered_by_livefyre_new"><a href="http://livefyre.com" target="_blank">Powered by Livefyre</a>
+ </div>
+ </div>
+ </div>
+ <div class="grid_4 rightSidebar">
+ <div class="300-atf-ad-widget widget">
+ <div class="bannerWrapper alpha omega">
+ <div data-position-name="300-atf" class="adPosition halfPage ad-300-atf flex"></div>
+ </div>
+ </div>
+ <div class="followSalon widget">
+ <h3>follow salon</h3>
+
+ <ul>
+ <li class="facebook"> <a href="https://www.facebook.com/salon" target="_blank" class="gaTrackLinkEvent"
+ data-ga-track-json="[&quot;followSalon&quot;, &quot;click&quot;, &quot;facebook&quot;]">
+ </a>
+ </li>
+ <li class="twitter"> <a href="http://twitter.com/salon" target="_blank" class="gaTrackLinkEvent"
+ data-ga-track-json="[&quot;followSalon&quot;, &quot;click&quot;, &quot;twitter&quot;]">
+ </a>
+
+ </li>
+ <li class="google"> <a href="https://plus.google.com/+salon/" target="_blank" class="gaTrackLinkEvent"
+ data-ga-track-json="[&quot;followSalon&quot;, &quot;click&quot;, &quot;googlePlus&quot;]">
+ </a>
+
+ </li>
+ <li class="apple"> <a href="http://itunes.apple.com/us/app/salon.com/id549374205?mt=8" target="_blank"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;followSalon&quot;, &quot;click&quot;, &quot;apple&quot;]">
+ </a>
+
+ </li>
+ <li class="android"> <a href="https://play.google.com/store/apps/developer?id=Salon" target="_blank"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;followSalon&quot;, &quot;click&quot;, &quot;android&quot;]">
+ </a>
+
+ </li>
+ <li class="tumblr"> <a href="http://salon.tumblr.com/" target="_blank" class="gaTrackLinkEvent"
+ data-ga-track-json="[&quot;followSalon&quot;, &quot;click&quot;, &quot;tumblr&quot;]">
+ </a>
+
+ </li>
+ <li class="pinterest"> <a href="http://pinterest.com/salonmedia/" target="_blank" class="gaTrackLinkEvent"
+ data-ga-track-json="[&quot;followSalon&quot;, &quot;click&quot;, &quot;pinterest&quot;]">
+ </a>
+
+ </li>
+ <li class="rss hideOnMobile"> <a href="/rss" target="_blank" class="gaTrackLinkEvent" data-ga-track-json="[&quot;followSalon&quot;, &quot;click&quot;, &quot;rss&quot;]">
+ </a>
+
+ </li>
+ </ul>
+ <form class="newsletterSignup" action="/newsletter/subscribe/" method="post">
+ <div class="msg"></div>
+ <input placeholder="Email Address" class="email hideOnSuccess" name="contact[email]"/>
+ <input name="subscribe" value="1" type="hidden"/>
+ <input type="submit" class="submit button hideOnSuccess" value="Subscribe"/>
+ </form>
+ </div>
+ <div class="125-custom-ad-widget one-twenty-five-custom widget">
+ <div class="bannerWrapper alpha omega">
+ <div class="adLabel">brought to you by</div>
+ <div data-position-name="125-custom" class="adPosition ad-125-custom flex"></div>
+ </div>
+ </div>
+ <div class="widget smr-widget">
+ <h2>Most Read</h2>
+
+ <ul>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/the_worst_song_of_2015_is_here_meghan_trainors_dear_future_husband/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;The worst song of 2015 is here: Meghan Trainor's \&quot;Dear Future Husband\&quot;&quot;]"
+ title="The worst song of 2015 is here: Meghan Trainor's &quot;Dear Future Husband&quot;">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/trainor3-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/trainor3-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/the_worst_song_of_2015_is_here_meghan_trainors_dear_future_husband/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;The worst song of 2015 is here: Meghan Trainor's \&quot;Dear Future Husband\&quot;&quot;]"
+ title="The worst song of 2015 is here: Meghan Trainor's &quot;Dear Future Husband&quot;">
+ The worst song of 2015 is here: Meghan Trainor's "Dear Future Husband"
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/anna_silman/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Anna Silman&quot;]">Anna Silman</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/my_shucking_and_jiving_years_i_was_the_black_guy_in_a_white_frat/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;I was the black guy in a white frat&quot;]"
+ title="I was the black guy in a white frat">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/kasai_rex4-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/kasai_rex4-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/my_shucking_and_jiving_years_i_was_the_black_guy_in_a_white_frat/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;I was the black guy in a white frat&quot;]"
+ title="I was the black guy in a white frat">
+ I was the black guy in a white frat
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/kasai_rex/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Kasai Rex&quot;]">Kasai Rex</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/the_year_long_open_marriage_experiment_what_this_woman_learned_could_save_your_sex_life/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;The year-long open marriage experiment: What this woman learned could save your sex life&quot;]"
+ title="The year-long open marriage experiment: What this woman learned could save your sex life">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/robin_rinaldi-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/robin_rinaldi-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/the_year_long_open_marriage_experiment_what_this_woman_learned_could_save_your_sex_life/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;The year-long open marriage experiment: What this woman learned could save your sex life&quot;]"
+ title="The year-long open marriage experiment: What this woman learned could save your sex life">
+ The year-long open marriage experiment: What this woman learned could save your sex life
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/tracy_clark_flory/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Tracy Clark-Flory&quot;]">Tracy Clark-Flory</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/the_best_twitter_responses_to_starbucks_ill_considered_racetogether_campaign/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm&quot;]"
+ title="Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/race_together-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/race_together-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/the_best_twitter_responses_to_starbucks_ill_considered_racetogether_campaign/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm&quot;]"
+ title="Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm">
+ Starbucks' cringe-inducing #RaceTogether campaign has caused a Twitter firestorm
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/joanna_rothkopf/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Joanna Rothkopf&quot;]">Joanna Rothkopf</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;Ashley Judd pressing charges against misogynist trolls who threatened her over sports&quot;]"
+ title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/12/ashley_judd_rect-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/ashley_judd_pressing_charges_against_misogynist_trolls_who_threatened_her_over_sports/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;Ashley Judd pressing charges against misogynist trolls who threatened her over sports&quot;]"
+ title="Ashley Judd pressing charges against misogynist trolls who threatened her over sports">
+ Ashley Judd pressing charges against misogynist trolls who threatened her over sports
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/jenny_kutner/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Jenny Kutner&quot;]">Jenny Kutner</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/17/republicans_are_getting_worse_barney_frank_unloads_on_gop_bigotry_and_obamas_mistakes/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;\&quot;Republicans are getting worse\&quot;: Barney Frank unloads on GOP bigotry -- and Obama's mistakes&quot;]"
+ title="&quot;Republicans are getting worse&quot;: Barney Frank unloads on GOP bigotry -- and Obama's mistakes">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2013/08/barney_frank-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2013/08/barney_frank-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/17/republicans_are_getting_worse_barney_frank_unloads_on_gop_bigotry_and_obamas_mistakes/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;\&quot;Republicans are getting worse\&quot;: Barney Frank unloads on GOP bigotry -- and Obama's mistakes&quot;]"
+ title="&quot;Republicans are getting worse&quot;: Barney Frank unloads on GOP bigotry -- and Obama's mistakes">
+ "Republicans are getting worse": Barney Frank unloads on GOP bigotry -- and Obama's mistakes
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/elias_isquith/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Elias Isquith&quot;]">Elias Isquith</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/15/the_big_fk_buddy_lie_campus_hookups_and_the_dark_story_of_male_sexual_desire/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;The big \&quot;f**k buddy\&quot; lie: Campus hookups and the dark story of male sexual desire&quot;]"
+ title="The big &quot;f**k buddy&quot; lie: Campus hookups and the dark story of male sexual desire">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/neighbors6-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/neighbors6-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/15/the_big_fk_buddy_lie_campus_hookups_and_the_dark_story_of_male_sexual_desire/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;The big \&quot;f**k buddy\&quot; lie: Campus hookups and the dark story of male sexual desire&quot;]"
+ title="The big &quot;f**k buddy&quot; lie: Campus hookups and the dark story of male sexual desire">
+ The big "f**k buddy" lie: Campus hookups and the dark story of male sexual desire
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/dr_melvin_konner/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Dr. Melvin Konner&quot;]">Dr. Melvin Konner</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/15/the_democratic_party_is_facing_a_catholic_apocalypse/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;The Democratic Party is facing a Catholic apocalypse&quot;]"
+ title="The Democratic Party is facing a Catholic apocalypse">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/pope_francis_jfk-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/pope_francis_jfk-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/15/the_democratic_party_is_facing_a_catholic_apocalypse/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;The Democratic Party is facing a Catholic apocalypse&quot;]"
+ title="The Democratic Party is facing a Catholic apocalypse">
+ The Democratic Party is facing a Catholic apocalypse
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/patricia_miller/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Patricia Miller&quot;]">Patricia Miller</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/15/when_buddhism_goes_bad_how_a_yoga_and_meditation_retreat_turned_cult_like_and_deadly/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;When Buddhism goes bad: How a yoga and meditation retreat turned cult-like and deadly&quot;]"
+ title="When Buddhism goes bad: How a yoga and meditation retreat turned cult-like and deadly">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/roach_mcnally-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/roach_mcnally-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/15/when_buddhism_goes_bad_how_a_yoga_and_meditation_retreat_turned_cult_like_and_deadly/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;When Buddhism goes bad: How a yoga and meditation retreat turned cult-like and deadly&quot;]"
+ title="When Buddhism goes bad: How a yoga and meditation retreat turned cult-like and deadly">
+ When Buddhism goes bad: How a yoga and meditation retreat turned cult-like and deadly
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/laura_miller/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Laura Miller&quot;]">Laura Miller</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/holy_sht_john_oliver_blasts_ncaa_over_1_billion_march_madness_scam/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;\&quot;Holy sh*t!\&quot; John Oliver blasts NCAA over $1 billion March Madness scam&quot;]"
+ title="&quot;Holy sh*t!&quot; John Oliver blasts NCAA over $1 billion March Madness scam">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/Screen-Shot-2015-03-16-at-8.59.22-AM-90x60.png"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/Screen-Shot-2015-03-16-at-8.59.22-AM-300x200.png"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/holy_sht_john_oliver_blasts_ncaa_over_1_billion_march_madness_scam/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;\&quot;Holy sh*t!\&quot; John Oliver blasts NCAA over $1 billion March Madness scam&quot;]"
+ title="&quot;Holy sh*t!&quot; John Oliver blasts NCAA over $1 billion March Madness scam">
+ "Holy sh*t!" John Oliver blasts NCAA over $1 billion March Madness scam
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/colin_gorenstein/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Colin Gorenstein&quot;]">Colin Gorenstein</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/rahm_emanuels_achilles_heel_6_reasons_he_may_lose_his_reelection/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;Rahm Emanuel's Achilles' heel: 6 reasons he may lose his reelection &quot;]"
+ title="Rahm Emanuel's Achilles' heel: 6 reasons he may lose his reelection ">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/rahm_emanuel3-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/rahm_emanuel3-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/rahm_emanuels_achilles_heel_6_reasons_he_may_lose_his_reelection/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;Rahm Emanuel's Achilles' heel: 6 reasons he may lose his reelection &quot;]"
+ title="Rahm Emanuel's Achilles' heel: 6 reasons he may lose his reelection ">
+ Rahm Emanuel's Achilles' heel: 6 reasons he may lose his reelection
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/carl_gibson/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Carl Gibson&quot;]">Carl Gibson</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2015/03/16/a_guy_most_famous_for_saying_f_you_michael_moore_is_now_marrying_bristol_palin/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;A guy most famous for saying \&quot;F*** you Michael Moore\&quot; is now marrying Bristol Palin&quot;]"
+ title="A guy most famous for saying &quot;F*** you Michael Moore&quot; is now marrying Bristol Palin">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/sarah_bristol_palin-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2015/03/sarah_bristol_palin-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2015/03/16/a_guy_most_famous_for_saying_f_you_michael_moore_is_now_marrying_bristol_palin/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;A guy most famous for saying \&quot;F*** you Michael Moore\&quot; is now marrying Bristol Palin&quot;]"
+ title="A guy most famous for saying &quot;F*** you Michael Moore&quot; is now marrying Bristol Palin">
+ A guy most famous for saying "F*** you Michael Moore" is now marrying Bristol Palin
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/colin_gorenstein/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Colin Gorenstein&quot;]">Colin Gorenstein</a>
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2012/10/27/whats_the_secret_to_learning_a_second_lanuage/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;What's the secret to learning a second language?&quot;]"
+ title="What's the secret to learning a second language?">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/08/ravenous_brain_rect-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2012/08/ravenous_brain_rect-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2012/10/27/whats_the_secret_to_learning_a_second_lanuage/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;What's the secret to learning a second language?&quot;]"
+ title="What's the secret to learning a second language?">
+ What's the secret to learning a second language?
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/bonnie_tsui/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Bonnie Tsui&quot;]">Bonnie Tsui</a>, Pacific Standard
+ </span>
+
+ </div>
+ </li>
+ <li class="smr-post"> <a href="http://www.salon.com/2011/03/27/pegging/" class="gaTrackLinkEvent"
+ data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;Bringing up the rear&quot;]"
+ title="Bringing up the rear">
+ <span class="thumbWrap">
+
+ <img class="lazyLoad hideOnMobile" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2011/03/bringing_up_the_rear-90x60.jpg"/>
+ <img class="lazyLoad mobileOnly" data-yab-app="lazy-loader" data-source-standard="http://media.salon.com/2011/03/bringing_up_the_rear-300x200.jpg"/>
+ </span>
+ </a>
+
+ <div class="story-info"> <a href="http://www.salon.com/2011/03/27/pegging/" class="gaTrackLinkEvent"
+ data-ga-track-json="[&quot;mostread&quot;,&quot;click&quot;,&quot;Bringing up the rear&quot;]"
+ title="Bringing up the rear">
+ Bringing up the rear
+ </a>
+ <span class="byline">
+ <a href="http://www.salon.com/writer/tracy_clark_flory/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;author&quot;,&quot;click&quot;, &quot;Tracy Clark-Flory&quot;]">Tracy Clark-Flory</a>
+ </span>
+
+ </div>
+ </li>
+ </ul>
+ </div>
+ <div data-yab-app="zergnet-widget" class="zergnet-widget widget hideOnMobile">
+ <h2>From Around the Web</h2>
+
+ <div id="zergnet-widget-24647"></div>
+ <h5>Presented by Zergnet</h5>
+
+ </div>
+ <div class="YieldMo-widget widget">
+ <div id="ym_1007926185661151421" class="ym"></div>
+ </div>
+ <div class="300-mi2-ad-widget widget">
+ <div class="bannerWrapper alpha omega">
+ <div data-position-name="300-mi2" class="adPosition halfPage ad-300-mi2 flex height"></div>
+ </div>
+ </div>
+ <div class="300-mi3-ad-widget widget">
+ <div class="bannerWrapper alpha omega">
+ <div data-position-name="300-mi3" class="adPosition halfPage ad-300-mi3 flex height"></div>
+ </div>
+ </div>
+ <div class="widget linkList hideOnMobile salon-partner-widget ">
+ <div class="sectionHeader"><a class="source" title="Buzzfeed Tech" href="http://www.buzzfeed.com/tech"
+ target="_blank"><img src="http://media.salon.com/2012/10/buzzfeed_tech.png" class="icon"/></a>
+ </div>
+ <div class="widgetContent">
+ <ul class="listContent">
+ <li> <a class="gaTrackLinkEvent" data-ga-track-json="[&quot;Buzzfeed Tech&quot;, &quot;click&quot;, &quot;Google Filed A Patent For A Wearable To Zap Cancer&quot;]"
+ title="March 18, 2015" href="http://www.buzzfeed.com/stephaniemlee/google-filed-a-patent-for-a-wearable-to-zap-cancer?utm_term=4ldqpia"
+ target="_blank"><p>Google Filed A Patent For A Wearable To Zap Cancer</p></a>
+ </li>
+ <li> <a class="gaTrackLinkEvent" data-ga-track-json="[&quot;Buzzfeed Tech&quot;, &quot;click&quot;, &quot;This Startup Is Designing Yeast To Make Brand-New Scents, Flavors&quot;]"
+ title="March 18, 2015" href="http://www.buzzfeed.com/stephaniemlee/this-startup-is-designing-yeast-to-make-brand-new-scents-fla?utm_term=4ldqpia"
+ target="_blank"><p>This Startup Is Designing Yeast To Make Brand-New Scents, Flavors</p></a>
+ </li>
+ <li> <a class="gaTrackLinkEvent" data-ga-track-json="[&quot;Buzzfeed Tech&quot;, &quot;click&quot;, &quot;With Windows 10, Microsoft Looks To China For Growth&quot;]"
+ title="March 18, 2015" href="http://www.buzzfeed.com/brendanklinkenberg/with-windows-10-microsoft-looks-to-china-for-growth?utm_term=4ldqpia"
+ target="_blank"><p>With Windows 10, Microsoft Looks To China For Growth</p></a>
+ </li>
+ <li> <a class="gaTrackLinkEvent" data-ga-track-json="[&quot;Buzzfeed Tech&quot;, &quot;click&quot;, &quot;17 Things People Who Are Addicted To Meerkat Are Sick Of Hearing&quot;]"
+ title="March 17, 2015" href="http://www.buzzfeed.com/katienotopoulos/17-things-people-who-are-addicted-to-meerkat-are-sick-of-hea?utm_term=4ldqpia"
+ target="_blank"><p>17 Things People Who Are Addicted To Meerkat Are Sick Of Hearing</p></a>
+ </li>
+ <li> <a class="gaTrackLinkEvent" data-ga-track-json="[&quot;Buzzfeed Tech&quot;, &quot;click&quot;, &quot;Twitter Is Limiting Porn In Top Search Results&quot;]"
+ title="March 17, 2015" href="http://www.buzzfeed.com/charliewarzel/twitter-limiting-porn-in-top-search-results?utm_term=4ldqpia"
+ target="_blank"><p>Twitter Is Limiting Porn In Top Search Results</p></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="300-btf-ad-widget widget">
+ <div class="bannerWrapper alpha omega">
+ <div data-position-name="300-btf" class="adPosition halfPage ad-300-btf flex height"></div>
+ </div>
+ </div>
+ </div>
+ <div class="clear"></div>
+ <div class="contentFootContainer">
+ <div class="bannerWrapper flatBottom">
+ <div data-position-name="728-btf" class="adPosition leaderBoard ad-728-btf "></div>
+ </div>
+ <nav> <a href="http://www.salon.com/about/" class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;about&quot;]">
+ About
+ </a>|<a href="http://www.salon.com/about/advertise/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;advertising&quot;]">
+ Advertising
+ </a>|<a href="http://www.salon.com/about/contact/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;contact&quot;]">
+ Contact
+ </a>|<a href="http://www.salon.com/about/corrections/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;corrections&quot;]">
+ Corrections
+ </a>|<a href="http://www.salon.com/about/contact/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;help&quot;]">
+ Help
+ </a>|<a href="http://www.salon.com/about/ir/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;investor relations&quot;]">
+ Investor Relations
+ </a>|<a href="http://www.salon.com/about/policy/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;privacy&quot;]">
+ Privacy
+ </a>|<a href="http://www.salon.com/about/tos/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;terms of service&quot;]">
+ Terms of Service
+ </a>|<a href="http://www.salon.com/deals/"
+ class="gaTrackLinkEvent" data-ga-track-json="[&quot;footer&quot;, &quot;click&quot;, &quot;deals&quot;]">
+ Deals
+ </a>
+ </nav>
+ </div>
+ </div>
+ </section>
+ <div class="clear"></div>
+ </div>
+ <div id="footer" class="container_12">Copyright © 2015 Salon Media Group, Inc. Reproduction of material from
+ any Salon pages without written permission is strictly prohibited.
+ <br/>
+ <br/>SALON ® is registered in the U.S. Patent and Trademark Office as a trademark
+ of Salon Media Group Inc.
+ <br/>
+ <br/>Associated Press articles: Copyright © 2015 The Associated Press. All
+ rights reserved. This material may not be published, broadcast, rewritten
+ or redistributed.
+ <br/>
+ <br/>
+ </div>
+ <div class="trackingCode hide">
+ <script type="json/config" class="gaTrackingConfig">
+ {"slots":{"1":["pageTitle","The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians",3],"2":["pageType","article",3],"3":["author","Richard (R.J.) Eskow",3],"5":["section","Technology",3]},"events":[["section","view","uber"],["section","view","libertarians"],["section","view","sydney"],["section","view","editors_picks"],["section","view","sharing_economy"],["section","view","Technology"]]}
+ </script>
+ <!-- comScore Tag -->
+ <noscript>
+ <img src="http://b.scorecardresearch.com/p?c1=2&c2=6662697&c3=&c4=&c5=&c6=&c15=&cj=1"
+ style="display: none;" border="0" height="1" width="1" />
+ </noscript>
+ <!-- End comScore Tag -->
+ <!-- Quantcast Tag -->
+ <noscript>
+ <div style="display: none;">
+ <img src="//pixel.quantserve.com/pixel/p-88O9JRUYuy_46.gif" height="1"
+ width="1" alt="Quantcast" />
+ </div>
+ </noscript>
+ <!-- End Quantcast tag -->
+ </div>
+ <div class="adContainer" data-tags="[&quot;Technology&quot;,&quot;uber&quot;,&quot;libertarians&quot;,&quot;sydney&quot;,&quot;editors_picks&quot;,&quot;sharing_economy&quot;]"
+ data-keywords="[&quot;type=article&quot;,&quot;topic=uber&quot;,&quot;articleid=13850779&quot;]"
+ data-page-path="/10721600/Salon/Technology">
+ <script>
+ if(window.slnm && slnm.groups){
+ slnm.groups.initAll();
+ }
+ </script>
+ </div>
+ <script src="//media.salon.com/Adobe-DTM/adobe-dtm-footer.js"></script>
+ <script type="text/javascript">
+ window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"83bbceb499","applicationID":"1307478","transactionName":"ZABWYRBYCBBZVkNeXl1KdVYWUAkNF0ZeWVZfAA==","queueTime":0,"applicationTime":1438,"atts":"SEdVF1hCGx4=","errorBeacon":"bam.nr-data.net","agent":"js-agent.newrelic.com\/nr-593.min.js"}
+ </script>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-images.json
new file mode 100644
index 0000000..cae59d3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/static.seattletimes.com\/wp-content\/uploads\/2019\/04\/120028-1200x630.jpg",
+ "https:\/\/static.seattletimes.com\/wp-content\/uploads\/2019\/04\/120109-1020x680.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-metadata.json
new file mode 100644
index 0000000..7eaff99
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "April 28, 2019 at 6:01 am Updated April 29, 2019 at 3:33 pm",
+ "Direction": null,
+ "Excerpt": "The story of Whole Foods\u2019 halibut deal opens a window into Amazon\u2019s grocery strategy and draws a line from a Seattle industry with roots in the 19th century to the dominant economic force of the 21st.",
+ "Image": "https:\/\/static.seattletimes.com\/wp-content\/uploads\/2019\/04\/120028-1200x630.jpg",
+ "Title": "Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon\u2019s strategy with Whole Foods",
+ "SiteName": "The Seattle Times"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected.html
new file mode 100644
index 0000000..27397d8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected.html
@@ -0,0 +1,179 @@
+<div itemprop="articleBody" id="article-content">
+ <p>
+ From the deck of his 106-year-old halibut schooner, undergoing a seasonal overhaul at Fisherman’s Terminal in Seattle, skipper Wade Bassi has better insight than most into what’s happening at Amazon-owned Whole Foods Market, at least as pertains to the product he knows best.
+ </p>
+ <p>
+ While he doesn’t buy halibut much — he’s got a freezer full of it — Bassi, 43 years a fisherman, keeps an eye on how it’s handled and presented in the grocery stores and fish markets.
+ </p>
+ <p>
+ “When you look at nice halibut, I mean it is pure white,” he said. “And it is flaky-looking, and it is beautiful. It’s translucent. If you’ve got that in the fish market, people are going to buy it.”
+ </p>
+ <p>
+ A few days earlier, Whole Foods touted a rarely seen promotional price for halibut as part of its ongoing campaign to revise the grocery chain’s high-cost reputation while maintaining its image for quality and sustainability.
+ </p>
+ <p>
+ “Whole Foods is one of the better ones, to be honest with you,” Bassi said. “But you know, Whole Foods, whole paycheck. … They usually do charge way more for everything than anywhere else. Which really surprises me that they’re selling this for $16-something a pound, because they’re not making anything on it.”
+ </p>
+ <p>
+ Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy as it seeks to combine the defining characteristics of each brand, leverage its juggernaut Prime membership program and take a larger share of the grocery business from competitors such as Walmart, Kroger and Costco.
+ </p>
+
+ <p>
+ It also draws a long line from a major Seattle industry with roots in the 19<sup>th</sup> century to the dominant economic force of the 21<sup>st</sup>.
+ </p>
+ <p>
+ Amazon bought Whole Foods in August 2017 for $13.7 billion, its largest acquisition and an aggressive move into the grocery business.
+ </p>
+ <p>
+ The combination of the two has been steady, said Tom Forte, who follows Amazon as a managing director at the D.A. Davidson brokerage. In a few more years, he said, “You won’t recognize the original Whole Foods.”
+ </p>
+ <p>
+ Within months of the acquisition, Forte said, Whole Foods was selling cheaper cage-free eggs and organic ground beef, prices it said were a result of the deal.
+ </p>
+ <p>
+ Then came the integration of Prime, Amazon’s $119-a-year shipping and media-subscription program, which Amazon founder Jeff Bezos said last year had surpassed 100 million members. In Whole Foods, Prime operates as a hybrid of the customer-loyalty discount programs offered by most grocers — in which consumers trade details of their purchasing habits for lower prices — and a paid membership like at Costco or Sam’s Club.
+ </p>
+ <p>
+ Whole Foods stores have been festooned with yellow and blue signs pointing out Prime member benefits, one of which was fresh halibut fillets priced at $16.99 a pound, albeit only for a week earlier this month.
+ </p>
+
+ <p>
+ “I was shocked to see that level,” said Tyler Besecker, president of Mercer Island-based Dana F. Besecker Company, the largest buyer of Pacific halibut. The price, which was matched at Kroger-owned QFC stores in the region last week, is “as low as I’ve ever seen.” (Besecker does not currently supply Whole Foods.)
+ </p>
+ <p>
+ Fresh halibut fillets routinely sell for $24 to $28 a pound, and often more.
+ </p>
+ <p>
+ He said there’s little if any room for a profit at the promotional price offered by Whole Foods and QFC. “They might be selling those at cost or as loss leaders just to get people into the stores,” Besecker said.
+ </p>
+
+ <p>
+ In the competitive grocery business, promotions like this happen all the time. The thinking is that shoppers will be attracted by the discount on a staple or a prestige item, and then fill their carts with other groceries sold at a profit.
+ </p>
+ <p>
+ A Whole Foods spokeswoman declined to comment on pricing. The temporary halibut discount is one of more than 300 such Prime promotions Whole Foods plans in the next few months. The company also said it was lowering prices across the store, its third such announcement since the acquisition.
+ </p>
+ <p>
+ At the seafood counter in the Whole Foods store on Westlake, surrounded by Amazon headquarters buildings, a sign advertised “First of the Season Fresh Alaskan Halibut” and sported the blue Marine Stewardship Council (MSC) Certified Sustainable Seafood label.
+ </p>
+
+ <p>
+ Whole Foods has been a pioneer in sustainable-seafood marketing, beginning in 1999 when it began to stock fish with the MSC label. In the mid-2000s, Pacific halibut fishermen sought the certification — a system of third-party audits that tracks seafood from catch to market — and Whole Foods was there from the beginning.
+ </p>
+ <p>
+ “They were the first ones to market the MSC halibut,” said Bob Alverson, head of the Fishing Vessel Owners Association, representing boats that catch halibut and black cod and a driver of the certification effort. “It turned into quite a marketing advantage. Whole Foods saw that early. They were focusing on sustainable, high-quality food products. They had quite a bit of foresight, I think, in that direction.”
+ </p>
+ <p>
+ The certification comes with added costs borne by the fishermen and buyers, and passed on to consumers. But it’s also an assurance “that people are watching out for the resource,” he said.
+ </p>
+
+ <p>
+ As it tries to convince people it has lower prices, Whole Foods has been very careful to maintain the reputation built on products like MSC-certified halibut.
+ </p>
+ <div>
+ <figure id="image-11519494">
+ <img data-ratio="1.5" data-caption="Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)" class alt="Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)" src="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg" srcset="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-300x200.jpg 300w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-768x512.jpg 768w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1024x683.jpg 1024w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-780x520.jpg 780w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg 1020w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1560x1040.jpg 1560w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-375x250.jpg 375w" sizes="(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px" data-sizes="(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px" data-old-src="https://www.seattletimes.com/wp-content/themes/st_refresh/img/lazy-loading-14x9.png" data-src="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg" data-srcset="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-300x200.jpg 300w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-768x512.jpg 768w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1024x683.jpg 1024w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-780x520.jpg 780w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg 1020w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1560x1040.jpg 1560w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-375x250.jpg 375w">
+ <figcaption>
+ <span>Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)</span>
+ </figcaption>
+ </figure>
+ </div>
+ <p>
+ <strong>Whole Foods future</strong>
+ </p>
+ <p>
+ New signs in stores appeared this month, spelling out the value proposition it’s trying to strike: “New lower prices. Same high standards,” reads one, against a background image of carrots.
+ </p>
+ <p>
+ At the same time, the company claims its new prices and Prime deals have saved customers “hundreds of millions of dollars” since the Amazon acquisition.
+ </p>
+
+ <p>
+ If prices are being lowered and the quality bar stays the same, something else has to give.
+ </p>
+ <p>
+ Analysts provided a few theories:
+ </p>
+ <p>
+ Amazon could be willing to accept losses or slimmer profits within Whole Foods, as it has done in other businesses, in an effort to expand its customer base.
+ </p>
+ <p>
+ “Do they take the profit from their non-retail efforts, which today is primarily cloud computing, and then reinvest those profits to take share in grocery?” Forte said.
+ </p>
+
+ <p>
+ That could eventually open up an avenue to growth as the rate of expansion slows in Amazon’s broader U.S. retail sales.
+ </p>
+ <p>
+ “That’s why they need grocery to work,” Forte said. “Grocery’s a very big category.”
+ </p>
+ <p>
+ Whole Foods could also <span data-st-annotation-ref="1792ba">press suppliers to reduce their prices</span>, essentially cutting their profit.
+ </p>
+
+ <p>
+ “The worry with that is that it puts the squeeze on the producer upstream,” said Ananth Iyer, a professor at Purdue University whose research includes sustainability in supply chains. If producers are squeezed too much, he noted, they may start to cut corners.
+ </p>
+ <p>
+ So far, there’s no evidence this is happening in halibut, where fishery practices have been carefully managed with a goal of sustainability for nearly a century. Also, Whole Foods does not yet have the scale as a buyer to dictate prices the way a company like Costco does.
+ </p>
+ <p>
+ Forte said that even if it did have such clout, this would be a risky strategy that would undermine the very attributes of the Whole Foods brand that make it most valuable.
+ </p>
+ <p>
+ Another theory is that Amazon could apply more of its technology and expertise in logistics to create supply-chain efficiencies that would maintain its profits while benefiting producers and consumers, particularly with perishable grocery products, Iyer said. This is part of the promise of the acquisition in the first place.
+ </p>
+ <p>
+ “That’s a powerful combination,” Forte said. “The sustainable, the organic, the healthier food — all those qualities of Whole Foods, with the supply-chain technology of Amazon. It plays to the strengths of both sides.”
+ </p>
+ <p>
+ Forte said he expects Amazon to continue its aggressive moves on grocery pricing at Whole Foods. But he wonders when the price cuts will be broader, particularly as Amazon competes with the likes of Walmart and Kroger for a bigger slice of U.S. food and beverage retail sales, which totaled $726 billion in 2017. Whole Foods said it has lowered prices on hundreds of items, with an emphasis on fresh produce.
+ </p>
+
+ <p>
+ Forte described his attempt after the acquisition to get the ingredients for Rice Krispies Treats at Whole Foods. It was perhaps doomed from the start: Whole Foods doesn’t carry Rice Krispies. But he found an organic brown rice puff cereal and organic marshmallows. They were “so wildly expensive that we didn’t finish the exercise. I took the kids to Walmart and bought the ingredients for a pittance,” Forte said.
+ </p>
+ <p>
+ That points to the bigger question of how Amazon plans to position Whole Foods for the long term in its expanding array of physical retail-grocery formats. It now has 11 automated Go convenience stores and is rumored to be planning a new, low-priced grocery chain of its own that may deploy the same cashierless checkout technology.
+ </p>
+ <p>
+ Meanwhile, Whole Foods is not opening any new 365 stores, a smaller, lower-priced version of the main brand highlighting the company’s private-label products. Whole Foods co-founder and CEO John Mackey said in an internal memo that the “price distinction between the two brands has become less relevant” as Whole Foods lowered its prices, Yahoo Finance <a href="https://finance.yahoo.com/news/amazonowned-whole-foods-scraps-smaller-365-store-expansion-203543290.html" target="_blank">reported</a> earlier this year.
+ </p>
+ <p>
+ Amazon, too, is finding success with a growing stable of private-label brands — it had more than 100 as of last July, according to Coresight Research, double the number in 2017. One of these, Solimo, sells generic versions of everything from K-Cup coffee pods to Epsom salts to garbage bags and racked up more than $6 million in sales in January alone, according to data analysis firm 1010data.
+ </p>
+ <p>
+ Of course, there’s nothing generic about a “fresh, sustainable wild-caught halibut fillet.”
+ </p>
+ <p>
+ <strong>Back on the schooner</strong>
+ </p>
+ <p>
+ The day after Easter, Bassi and his crew — three family members and an unrelated father-and-son team — loaded up the Polaris, one of four century-old wooden schooners still chasing halibut out of Seattle. (The broader Washington-based halibut fleet numbers about 100 vessels.) Bassi’s father fished on the Polaris, which Bassi co-owns with&nbsp;Rolfe McCartney. Bassi’s grandfather fished halibut back when schooners carried small dories out to the fishing grounds, which made the landing of a fish that can grow to 500 pounds all the more exciting.
+ </p>
+
+ <p>
+ The Polaris motored out of Fisherman’s Terminal and through the Ballard Locks to begin the three-day journey through the Inside Passage to Ketchikan, Alaska. There, they take on tons of ice and bait, herring for the black cod Bassi will target first, and later chum salmon, codfish or octopus for the halibut.
+ </p>
+ <p>
+ From a base in Kodiak, Alaska, the Polaris makes a series of trips, at sea for a week or longer at a time, to fish as far away as Attu Island at the far western edge of the Aleutian Islands chain. “It’s a big range that we fish,” Bassi said.
+ </p>
+ <p>
+ The Polaris will trail long lines of hooks, leaving them to soak for several hours before reeling them in. The fish are stunned, bled and dressed, and put on ice in the hold. It is this fishing method that contributes to the quality of the halibut and sustainability of the fishery, as it reduces by-catch — the inadvertent taking of other <span data-st-annotation-ref="53071e">species</span>.
+ </p>
+ <p>
+ They negotiate to sell the fish with four or five buyers, such as Besecker, at a price that fluctuates throughout the season. This is a peak time of year for halibut, with consumers seeking out fresh fish for Easter and Mother’s Day, Besecker said. Fishermen are typically paid between $5 and $6 a pound for halibut.
+ </p>
+ <p>
+ The Alaskan halibut fishery has its troubles — as nearly all fisheries do — but has been rationalized and managed successfully, particularly over the last quarter-century. Alverson, a commissioner on the Seattle-based International Pacific Halibut Commission, which has managed catch limits for U.S. and Canadian fishermen since 1924, described it as a stable but declining resource.
+ </p>
+ <p>
+ This year, the <a href="https://iphc.int/management/fisheries" target="_blank">halibut fishery</a> in the Northern Pacific and Bering Sea is <a href="https://iphc.int/data/landings-2019" target="_blank">capped at 29.4 million pounds</a>, with most of that allocated to commercial fishing and smaller amounts reserved for recreational and tribal fishing, as well as by-catch of other commercial fisheries.
+ </p>
+
+ <p>
+ Alverson summed up the journey from a wooden fishing boat in the Bering Sea to the fish counter of a grocery store owned by a company that has redefined modern buying and selling: “It’s Seattle old school meets Seattle new school with Amazon.”
+ </p>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/source.html
new file mode 100644
index 0000000..f9a577e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/source.html
@@ -0,0 +1,1659 @@
+<!DOCTYPE html>
+<!--[if lt IE 10]> <html class="no-js lt-ie10 no-support" lang="en-US" itemscope itemtype="https://schema.org/Article" > <![endif]--><!--[if gt IE 9]><!-->
+<html class="no-js" lang="en-US" itemscope="itemscope" itemtype="https://schema.org/Article" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
+ <!--<![endif]-->
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=7kovnr5xE4" />
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=7kovnr5xE4" />
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=7kovnr5xE4" />
+ <link rel="manifest" href="/site.webmanifest?v=7kovnr5xE4" />
+ <link rel="mask-icon" href="/safari-pinned-tab.svg?v=7kovnr5xE4" color="#5bbad5" />
+ <link rel="shortcut icon" href="/favicon.ico?v=7kovnr5xE4" />
+ <meta name="msapplication-TileColor" content="#2b5797" />
+ <meta name="theme-color" content="#ffffff" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <script type="text/javascript">
+ //<![CDATA[
+ (window.NREUM||(NREUM={})).loader_config={xpid:"XAcAVFdRGwIFUVhQBAIB"};window.NREUM||(NREUM={}),__nr_require=function(t,n,e){function r(e){if(!n[e]){var o=n[e]={exports:{}};t[e][0].call(o.exports,function(n){var o=t[e][1][n];return r(o||n)},o,o.exports)}return n[e].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<e.length;o++)r(e[o]);return r}({1:[function(t,n,e){function r(t){try{s.console&&console.log(t)}catch(n){}}var o,i=t("ee"),a=t(18),s={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(s.console=!0,o.indexOf("dev")!==-1&&(s.dev=!0),o.indexOf("nr_dev")!==-1&&(s.nrDev=!0))}catch(c){}s.nrDev&&i.on("internal-error",function(t){r(t.stack)}),s.dev&&i.on("fn-err",function(t,n,e){r(e.stack)}),s.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(s,function(t,n){return t}).join(", ")))},{}],2:[function(t,n,e){function r(t,n,e,r,s){try{p?p-=1:o(s||new UncaughtException(t,n,e),!0)}catch(f){try{i("ierr",[f,c.now(),!0])}catch(d){}}return"function"==typeof u&&u.apply(this,a(arguments))}function UncaughtException(t,n,e){this.message=t||"Uncaught error with no additional information",this.sourceURL=n,this.line=e}function o(t,n){var e=n?null:c.now();i("err",[t,e])}var i=t("handle"),a=t(19),s=t("ee"),c=t("loader"),f=t("gos"),u=window.onerror,d=!1,l="nr@seenError",p=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(h){"stack"in h&&(t(8),t(7),"addEventListener"in window&&t(5),c.xhrWrappable&&t(9),d=!0)}s.on("fn-start",function(t,n,e){d&&(p+=1)}),s.on("fn-err",function(t,n,e){d&&!e[l]&&(f(e,l,function(){return!0}),this.thrown=!0,o(e))}),s.on("fn-end",function(){d&&!this.thrown&&p>0&&(p-=1)}),s.on("internal-error",function(t){i("ierr",[t,c.now(),!0])})},{}],3:[function(t,n,e){t("loader").features.ins=!0},{}],4:[function(t,n,e){function r(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var o=t("ee"),i=t("handle"),a=t(8),s=t(7),c="learResourceTimings",f="addEventListener",u="resourcetimingbufferfull",d="bstResource",l="resource",p="-start",h="-end",m="fn"+p,w="fn"+h,v="bstTimer",y="pushState",g=t("loader");g.features.stn=!0,t(6);var x=NREUM.o.EV;o.on(m,function(t,n){var e=t[0];e instanceof x&&(this.bstStart=g.now())}),o.on(w,function(t,n){var e=t[0];e instanceof x&&i("bst",[e,n,this.bstStart,g.now()])}),a.on(m,function(t,n,e){this.bstStart=g.now(),this.bstType=e}),a.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),this.bstType])}),s.on(m,function(){this.bstStart=g.now()}),s.on(w,function(t,n){i(v,[n,this.bstStart,g.now(),"requestAnimationFrame"])}),o.on(y+p,function(t){this.time=g.now(),this.startPath=location.pathname+location.hash}),o.on(y+h,function(t){i("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),f in window.performance&&(window.performance["c"+c]?window.performance[f](u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["c"+c]()},!1):window.performance[f]("webkit"+u,function(t){i(d,[window.performance.getEntriesByType(l)]),window.performance["webkitC"+c]()},!1)),document[f]("scroll",r,{passive:!0}),document[f]("keypress",r,!1),document[f]("click",r,!1)}},{}],5:[function(t,n,e){function r(t){for(var n=t;n&&!n.hasOwnProperty(u);)n=Object.getPrototypeOf(n);n&&o(n)}function o(t){s.inPlace(t,[u,d],"-",i)}function i(t,n){return t[1]}var a=t("ee").get("events"),s=t(21)(a,!0),c=t("gos"),f=XMLHttpRequest,u="addEventListener",d="removeEventListener";n.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,n){var e=t[1],r=c(e,"nr@wrapped",function(){function t(){if("function"==typeof e.handleEvent)return e.handleEvent.apply(e,arguments)}var n={object:t,"function":e}[typeof e];return n?s(n,"fn-",null,n.name||"anonymous"):e});this.wrapped=t[1]=r}),a.on(d+"-start",function(t){t[1]=this.wrapped||t[1]})},{}],6:[function(t,n,e){var r=t("ee").get("history"),o=t(21)(r);n.exports=r,o.inPlace(window.history,["pushState","replaceState"],"-")},{}],7:[function(t,n,e){var r=t("ee").get("raf"),o=t(21)(r),i="equestAnimationFrame";n.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],8:[function(t,n,e){function r(t,n,e){t[0]=a(t[0],"fn-",null,e)}function o(t,n,e){this.method=e,this.timerDuration=isNaN(t[1])?0:+t[1],t[0]=a(t[0],"fn-",this,e)}var i=t("ee").get("timer"),a=t(21)(i),s="setTimeout",c="setInterval",f="clearTimeout",u="-start",d="-";n.exports=i,a.inPlace(window,[s,"setImmediate"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,"clearImmediate"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],9:[function(t,n,e){function r(t,n){d.inPlace(n,["onreadystatechange"],"fn-",s)}function o(){var t=this,n=u.context(t);t.readyState>3&&!n.resolved&&(n.resolved=!0,u.emit("xhr-resolved",[],t)),d.inPlace(t,y,"fn-",s)}function i(t){g.push(t),h&&(b?b.then(a):w?w(a):(E=-E,R.data=E))}function a(){for(var t=0;t<g.length;t++)r([],g[t]);g.length&&(g=[])}function s(t,n){return n}function c(t,n){for(var e in t)n[e]=t[e];return n}t(5);var f=t("ee"),u=f.get("xhr"),d=t(21)(u),l=NREUM.o,p=l.XHR,h=l.MO,m=l.PR,w=l.SI,v="readystatechange",y=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],g=[];n.exports=u;var x=window.XMLHttpRequest=function(t){var n=new p(t);try{u.emit("new-xhr",[n],n),n.addEventListener(v,o,!1)}catch(e){try{u.emit("internal-error",[e])}catch(r){}}return n};if(c(p,x),x.prototype=p.prototype,d.inPlace(x.prototype,["open","send"],"-xhr-",s),u.on("send-xhr-start",function(t,n){r(t,n),i(n)}),u.on("open-xhr-start",r),h){var b=m&&m.resolve();if(!w&&!m){var E=1,R=document.createTextNode(E);new h(a).observe(R,{characterData:!0})}}else f.on("fn-end",function(t){t[0]&&t[0].type===v||a()})},{}],10:[function(t,n,e){function r(){var t=window.NREUM,n=t.info.accountID||null,e=t.info.agentID||null,r=t.info.trustKey||null,i="btoa"in window&&"function"==typeof window.btoa;if(!n||!e||!i)return null;var a={v:[0,1],d:{ty:"Browser",ac:n,ap:e,id:o.generateCatId(),tr:o.generateCatId(),ti:Date.now()}};return r&&n!==r&&(a.d.tk=r),btoa(JSON.stringify(a))}var o=t(16);n.exports={generateTraceHeader:r}},{}],11:[function(t,n,e){function r(t){var n=this.params,e=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<p;r++)t.removeEventListener(l[r],this.listener,!1);n.aborted||(e.duration=s.now()-this.startTime,this.loadCaptureCalled||4!==t.readyState?null==n.status&&(n.status=0):a(this,t),e.cbTime=this.cbTime,d.emit("xhr-done",[t],t),c("xhr",[n,e,this.startTime]))}}function o(t,n){var e=t.responseType;if("json"===e&&null!==n)return n;var r="arraybuffer"===e||"blob"===e||"json"===e?t.response:t.responseText;return w(r)}function i(t,n){var e=f(n),r=t.params;r.host=e.hostname+":"+e.port,r.pathname=e.pathname,t.sameOrigin=e.sameOrigin}function a(t,n){t.params.status=n.status;var e=o(n,t.lastSize);if(e&&(t.metrics.rxSize=e),t.sameOrigin){var r=n.getResponseHeader("X-NewRelic-App-Data");r&&(t.params.cat=r.split(", ").pop())}t.loadCaptureCalled=!0}var s=t("loader");if(s.xhrWrappable){var c=t("handle"),f=t(12),u=t(10).generateTraceHeader,d=t("ee"),l=["load","error","abort","timeout"],p=l.length,h=t("id"),m=t(15),w=t(14),v=window.XMLHttpRequest;s.features.xhr=!0,t(9),d.on("new-xhr",function(t){var n=this;n.totalCbs=0,n.called=0,n.cbTime=0,n.end=r,n.ended=!1,n.xhrGuids={},n.lastSize=null,n.loadCaptureCalled=!1,t.addEventListener("load",function(e){a(n,t)},!1),m&&(m>34||m<10)||window.opera||t.addEventListener("progress",function(t){n.lastSize=t.loaded},!1)}),d.on("open-xhr-start",function(t){this.params={method:t[0]},i(this,t[1]),this.metrics={}}),d.on("open-xhr-end",function(t,n){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&n.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid);var e=!1;if("init"in NREUM&&"distributed_tracing"in NREUM.init&&(e=!!NREUM.init.distributed_tracing.enabled),e&&this.sameOrigin){var r=u();r&&n.setRequestHeader("newrelic",r)}}),d.on("send-xhr-start",function(t,n){var e=this.metrics,r=t[0],o=this;if(e&&r){var i=w(r);i&&(e.txSize=i)}this.startTime=s.now(),this.listener=function(t){try{"abort"!==t.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof n.onload))&&o.end(n)}catch(e){try{d.emit("internal-error",[e])}catch(r){}}};for(var a=0;a<p;a++)n.addEventListener(l[a],this.listener,!1)}),d.on("xhr-cb-time",function(t,n,e){this.cbTime+=t,n?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof e.onload||this.end(e)}),d.on("xhr-load-added",function(t,n){var e=""+h(t)+!!n;this.xhrGuids&&!this.xhrGuids[e]&&(this.xhrGuids[e]=!0,this.totalCbs+=1)}),d.on("xhr-load-removed",function(t,n){var e=""+h(t)+!!n;this.xhrGuids&&this.xhrGuids[e]&&(delete this.xhrGuids[e],this.totalCbs-=1)}),d.on("addEventListener-end",function(t,n){n instanceof v&&"load"===t[0]&&d.emit("xhr-load-added",[t[1],t[2]],n)}),d.on("removeEventListener-end",function(t,n){n instanceof v&&"load"===t[0]&&d.emit("xhr-load-removed",[t[1],t[2]],n)}),d.on("fn-start",function(t,n,e){n instanceof v&&("onload"===e&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=s.now()))}),d.on("fn-end",function(t,n){this.xhrCbStart&&d.emit("xhr-cb-time",[s.now()-this.xhrCbStart,this.onload,n],n)})}},{}],12:[function(t,n,e){n.exports=function(t){var n=document.createElement("a"),e=window.location,r={};n.href=t,r.port=n.port;var o=n.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=n.hostname||e.hostname,r.pathname=n.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname);var i=!n.protocol||":"===n.protocol||n.protocol===e.protocol,a=n.hostname===document.domain&&n.port===e.port;return r.sameOrigin=i&&(!n.hostname||a),r}},{}],13:[function(t,n,e){function r(){}function o(t,n,e){return function(){return i(t,[f.now()].concat(s(arguments)),n?null:this,e),n?void 0:this}}var i=t("handle"),a=t(18),s=t(19),c=t("ee").get("tracer"),f=t("loader"),u=NREUM;"undefined"==typeof window.newrelic&&(newrelic=u);var d=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],l="api-",p=l+"ixn-";a(d,function(t,n){u[n]=o(l+n,!0,"api")}),u.addPageAction=o(l+"addPageAction",!0),u.setCurrentRouteName=o(l+"routeName",!0),n.exports=newrelic,u.interaction=function(){return(new r).get()};var h=r.prototype={createTracer:function(t,n){var e={},r=this,o="function"==typeof n;return i(p+"tracer",[f.now(),t,e],r),function(){if(c.emit((o?"":"no-")+"fn-start",[f.now(),r,o],e),o)try{return n.apply(this,arguments)}catch(t){throw c.emit("fn-err",[arguments,this,t],e),t}finally{c.emit("fn-end",[f.now()],e)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,n){h[n]=o(p+n)}),newrelic.noticeError=function(t,n){"string"==typeof t&&(t=new Error(t)),i("err",[t,f.now(),!1,n])}},{}],14:[function(t,n,e){n.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(n){return}}}},{}],15:[function(t,n,e){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),n.exports=r},{}],16:[function(t,n,e){function r(){function t(){return n?15&n[e++]:16*Math.random()|0}var n=null,e=0,r=window.crypto||window.msCrypto;r&&r.getRandomValues&&(n=r.getRandomValues(new Uint8Array(31)));for(var o,i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx",a="",s=0;s<i.length;s++)o=i[s],"x"===o?a+=t().toString(16):"y"===o?(o=3&t()|8,a+=o.toString(16)):a+=o;return a}function o(){function t(){return n?15&n[e++]:16*Math.random()|0}var n=null,e=0,r=window.crypto||window.msCrypto;r&&r.getRandomValues&&Uint8Array&&(n=r.getRandomValues(new Uint8Array(31)));for(var o=[],i=0;i<16;i++)o.push(t().toString(16));return o.join("")}n.exports={generateUuid:r,generateCatId:o}},{}],17:[function(t,n,e){function r(t,n){if(!o)return!1;if(t!==o)return!1;if(!n)return!0;if(!i)return!1;for(var e=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==e[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var s=navigator.userAgent,c=s.match(a);c&&s.indexOf("Chrome")===-1&&s.indexOf("Chromium")===-1&&(o="Safari",i=c[1])}n.exports={agent:o,version:i,match:r}},{}],18:[function(t,n,e){function r(t,n){var e=[],r="",i=0;for(r in t)o.call(t,r)&&(e[i]=n(r,t[r]),i+=1);return e}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],19:[function(t,n,e){function r(t,n,e){n||(n=0),"undefined"==typeof e&&(e=t?t.length:0);for(var r=-1,o=e-n||0,i=Array(o<0?0:o);++r<o;)i[r]=t[n+r];return i}n.exports=r},{}],20:[function(t,n,e){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],21:[function(t,n,e){function r(t){return!(t&&t instanceof Function&&t.apply&&!t[a])}var o=t("ee"),i=t(19),a="nr@original",s=Object.prototype.hasOwnProperty,c=!1;n.exports=function(t,n){function e(t,n,e,o){function nrWrapper(){var r,a,s,c;try{a=this,r=i(arguments),s="function"==typeof e?e(r,a):e||{}}catch(f){l([f,"",[r,a,o],s])}u(n+"start",[r,a,o],s);try{return c=t.apply(a,r)}catch(d){throw u(n+"err",[r,a,d],s),d}finally{u(n+"end",[r,a,c],s)}}return r(t)?t:(n||(n=""),nrWrapper[a]=t,d(t,nrWrapper),nrWrapper)}function f(t,n,o,i){o||(o="");var a,s,c,f="-"===o.charAt(0);for(c=0;c<n.length;c++)s=n[c],a=t[s],r(a)||(t[s]=e(a,f?s+o:o,i,s))}function u(e,r,o){if(!c||n){var i=c;c=!0;try{t.emit(e,r,o,n)}catch(a){l([a,e,r,o])}c=i}}function d(t,n){if(Object.defineProperty&&Object.keys)try{var e=Object.keys(t);return e.forEach(function(e){Object.defineProperty(n,e,{get:function(){return t[e]},set:function(n){return t[e]=n,n}})}),n}catch(r){l([r])}for(var o in t)s.call(t,o)&&(n[o]=t[o]);return n}function l(n){try{t.emit("internal-error",n)}catch(e){}}return t||(t=o),e.inPlace=f,e.flag=a,e}},{}],ee:[function(t,n,e){function r(){}function o(t){function n(t){return t&&t instanceof r?t:t?c(t,s,i):i()}function e(e,r,o,i){if(!l.aborted||i){t&&t(e,r,o);for(var a=n(o),s=m(e),c=s.length,f=0;f<c;f++)s[f].apply(a,r);var d=u[g[e]];return d&&d.push([x,e,r,a]),a}}function p(t,n){y[t]=m(t).concat(n)}function h(t,n){var e=y[t];if(e)for(var r=0;r<e.length;r++)e[r]===n&&e.splice(r,1)}function m(t){return y[t]||[]}function w(t){return d[t]=d[t]||o(e)}function v(t,n){f(t,function(t,e){n=n||"feature",g[e]=n,n in u||(u[n]=[])})}var y={},g={},x={on:p,addEventListener:p,removeEventListener:h,emit:e,get:w,listeners:m,context:n,buffer:v,abort:a,aborted:!1};return x}function i(){return new r}function a(){(u.api||u.feature)&&(l.aborted=!0,u=l.backlog={})}var s="nr@context",c=t("gos"),f=t(18),u={},d={},l=n.exports=o();l.backlog=u},{}],gos:[function(t,n,e){function r(t,n,e){if(o.call(t,n))return t[n];var r=e();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(t,n,e){function r(t,n,e,r){o.buffer([t],r),o.emit(t,n,e)}var o=t("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(t,n,e){function r(t){var n=typeof t;return!t||"object"!==n&&"function"!==n?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");n.exports=r},{}],loader:[function(t,n,e){function r(){if(!E++){var t=b.info=NREUM.info,n=p.getElementsByTagName("script")[0];if(setTimeout(u.abort,3e4),!(t&&t.licenseKey&&t.applicationID&&n))return u.abort();f(g,function(n,e){t[n]||(t[n]=e)}),c("mark",["onload",a()+b.offset],null,"api");var e=p.createElement("script");e.src="https://"+t.agent,n.parentNode.insertBefore(e,n)}}function o(){"complete"===p.readyState&&i()}function i(){c("mark",["domContent",a()+b.offset],null,"api")}function a(){return R.exists&&performance.now?Math.round(performance.now()):(s=Math.max((new Date).getTime(),s))-b.offset}var s=(new Date).getTime(),c=t("handle"),f=t(18),u=t("ee"),d=t(17),l=window,p=l.document,h="addEventListener",m="attachEvent",w=l.XMLHttpRequest,v=w&&w.prototype;NREUM.o={ST:setTimeout,SI:l.setImmediate,CT:clearTimeout,XHR:w,REQ:l.Request,EV:l.Event,PR:l.Promise,MO:l.MutationObserver};var y=""+location,g={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1123.min.js"},x=w&&v&&v[h]&&!/CriOS/.test(navigator.userAgent),b=n.exports={offset:s,now:a,origin:y,features:{},xhrWrappable:x,userAgent:d};t(13),p[h]?(p[h]("DOMContentLoaded",i,!1),l[h]("load",r,!1)):(p[m]("onreadystatechange",o),l[m]("onload",r)),c("mark",["firstbyte",s],null,"api");var E=0,R=t(20)},{}]},{},["loader",2,11,4,3]);
+ //]]>
+ </script>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>
+ Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods | The Seattle Times
+ </title>
+ <meta name="robots" content="noarchive" />
+ <link rel="canonical" href="https://www.seattletimes.com/business/amazon/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods/" /><!-- Klangoo Additions, PROD-5183 -->
+ <meta itemprop="identifier" content="11469382" />
+ <meta itemprop="pageType" content="article" />
+ <meta itemprop="dateModified" content="2019-04-29 15:33:39" />
+ <meta itemprop="url" content="https://www.seattletimes.com/business/amazon/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods/" />
+ <meta itemprop="inLanguage" content="en" />
+ <meta itemprop="author" content="Benjamin Romano" />
+ <meta itemprop="thumbnailUrl" content="https://static.seattletimes.com/wp-content/uploads/2019/04/120028-1200x630.jpg" />
+ <meta itemprop="articleBody" content="The story of Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy and draws a line from a Seattle industry with roots in the 19th century to the dominant economic force of the 21st." />
+ <meta name="description" content="The story of Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy and draws a line from a Seattle industry with roots in the 19th century to the..." /><!-- Google+ -->
+ <meta itemprop="name" content="Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods" />
+ <meta itemprop="headline" content="Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods" />
+ <meta itemprop="datePublished" content="2019-04-28 06:01:07" />
+ <meta itemprop="description" content="The story of Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy and draws a line from a Seattle industry with roots in the 19th century to the..." />
+ <meta itemprop="image" content="https://static.seattletimes.com/wp-content/uploads/2019/04/120028-780x489.jpg" /><!-- Twitter Card -->
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:site" content="@seattletimes" />
+ <meta name="twitter:creator" content="@bromano" />
+ <meta name="twitter:title" content="Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods" />
+ <meta name="twitter:description" content="The story of Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy and draws a line from a Seattle industry with roots in the 19th century to the dominant economic force of the 21st." />
+ <meta name="twitter:image" content="https://static.seattletimes.com/wp-content/uploads/2019/04/120028-780x489.jpg" /><!-- Open Graph -->
+ <meta property="og:title" content="Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods" />
+ <meta property="og:type" content="article" />
+ <meta property="og:url" content="https://www.seattletimes.com/business/amazon/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods/" />
+ <meta property="og:image" content="https://static.seattletimes.com/wp-content/uploads/2019/04/120028-1200x630.jpg" />
+ <meta property="og:image:width" content="1200" />
+ <meta property="og:image:height" content="630" />
+ <meta property="og:description" content="The story of Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy and draws a line from a Seattle industry with roots in the 19th century to the dominant economic force of the 21st." />
+ <meta property="og:site_name" content="The Seattle Times" /><!-- Miscellaneous -->
+ <meta property="article:published_time" content="2019-04-28 06:01:07" />
+ <meta property="article:modified_time" content="2019-04-29 15:33:39" />
+ <meta property="article:section" content="Amazon" />
+ <meta property="article:tag" content="Maritime Industry" />
+ <meta name="news_keywords" content="Business, Amazon, Environment, Local Business, Nation, Retail" />
+ <meta property="fb:app_id" content="1166894493389754" />
+ <meta property="fb:pages" content="38472826214" />
+ <meta name="msvalidate.01" content="A8C10DCF8621D573190E61A9BB5E1782" />
+ <link rel="publisher" href="https://plus.google.com/+Seattletimesplus" />
+ <script type="text/javascript">
+ //<![CDATA[
+ // Chartbeat
+ // Sets a start time to compare to an end time in the chartbeat.js
+ // http://support.chartbeat.com/docs/#code
+ var _sf_startpt=(new Date()).getTime()
+ //]]>
+ </script>
+ <style id="chartbeat-flicker-control-style" type="text/css">
+ /*<![CDATA[*/
+ /* Will be removed by ChartBeat's async flicker control below */
+ body { visibility: hidden !important; }
+ /*]]>*/
+ </style>
+ <script>
+ <![CDATA[
+ // ChartBeat async flicker
+ // http://support.chartbeat.com/docs/headlinetesting.html#asynchronousflicker
+ var _sf_async_config = _sf_async_config || {};
+
+ window.SEATIMESCO = window.SEATIMESCO || {};
+
+ // turn on seatimesco domain to segment by actual domain instead of grouping under df
+ if ( window.SEATIMESCO.contentInfo ) {
+ if ( window.SEATIMESCO.contentInfo.domain =='seattletimes.com' || window.SEATIMESCO.contentInfo.domain =='www.seattletimes.com' ) {
+ _sf_async_config.domain = 'seattletimes.com'
+ } else {
+ _sf_async_config.domain = window.SEATIMESCO.contentInfo.domain !== undefined ? window.SEATIMESCO.contentInfo.domain : null;
+ }
+ } else {
+ _sf_async_config.domain = null;
+ }
+
+ /** CONFIGURATION START **/
+ _sf_async_config.uid = 22565;
+ _sf_async_config.useCanonical = true;
+ /** CONFIGURATION END **/
+ // Set a timeout event for 1 second that will remove the body hiding
+ // tag from the document if it has not already been removed. This
+ // gives the Headline Tester script a total of 1 second to load and run to limit
+ // the potential for flicker of headlines.
+ // The one second time limit can be adjusted to client preferences.
+ window.setTimeout(function() {
+ var hider = document.getElementById('chartbeat-flicker-control-style');
+ if (hider) {
+ hider.parentNode.removeChild(hider);
+ }
+ }, 1000);
+ ]]>
+ </script>
+ <script async="async" src="//static.chartbeat.com/js/chartbeat_mab.js"></script>
+ <script>
+ <![CDATA[
+ // Header scripts that can't otherwise be placed lower in the page. Keep as minimal as possible.
+
+ // Sets 'js' on html element and removes 'no-js' if present (here to prevent flashing)
+ (function(){
+ document.documentElement.className = document.documentElement.className.replace(/(^|\s)no-js(\s|$)/, '$1$2') + (' js ');
+ })();
+
+
+ // Load TypeKit webfonts
+ (function(d) {
+ var config = {
+ kitId: 'lty1dar',
+ scriptTimeout: 3000,
+ async: true,
+ active: function() {
+ if (window.events) {
+ window.events.trigger('fonts:loaded');
+ }
+ }
+ },
+ h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='//fonts.seattletimes.com/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
+ })(document);
+
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ window.SEATIMESCO.comments = window.SEATIMESCO.comments || {};
+
+ window.SEATIMESCO.comments.enabled = 1;
+
+ window.SEATIMESCO.comments.postID = '11469382';
+
+ window.SEATIMESCO.comments.postTitle = 'Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon&#8217;s strategy with Whole Foods';
+
+ window.SEATIMESCO.comments.ssoEnvironment = 'secure.';
+
+ window.SEATIMESCO.comments.coralURL = 'https://seattletimes.talk.coralproject.net/';
+
+ //]]>
+ </script>
+ <link rel="dns-prefetch" href="//talk-seattletimes.global.ssl.fastly.net" />
+ <link rel="dns-prefetch" href="//s.ntv.io" />
+ <link rel="dns-prefetch" href="//s.w.org" />
+ <link rel="dns-prefetch" href="//fonts.seattletimes.com" />
+ <link rel="dns-prefetch" href="//awsapi.seattletimes.com" />
+ <link rel="dns-prefetch" href="//ad.crwdcntrl.net" />
+ <link rel="dns-prefetch" href="//static.chartbeat.com" />
+ <link rel="dns-prefetch" href="//mab.chartbeat.com" />
+ <link rel="alternate" type="application/rss+xml" title="The Seattle Times » Feed" href="https://www.seattletimes.com/feed/" />
+ <link rel="alternate" type="application/rss+xml" title="The Seattle Times » Comments Feed" href="https://www.seattletimes.com/comments/feed/" />
+ <link rel="alternate" type="application/rss+xml" title="The Seattle Times » Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods Comments Feed" href="https://www.seattletimes.com/business/amazon/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods/feed/" />
+ <script type="text/javascript">
+ //<![CDATA[
+
+ dataLayer = [{"timestamp":1556678554,"contentType":"story","canonicalURL":"https:\/\/www.seattletimes.com\/business\/amazon\/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods\/","domain":"www.seattletimes.com","post_id":11469382,"author":"Benjamin Romano","publishdate":"2019-04-28 06:01:07","modifieddate":"2019-04-29 15:33:39","title":"Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon&#039;s strategy with Whole Foods","credit":"Seattle Times business reporter","tags":"Maritime Industry","categories":"","wordcount":2248,"paragraphCount":53,"galleryType":"fullwidth","age":2,"source":"wordpress","meter":"on","ads":"on","allowComments":"on","section_tier1":"business","section_tier2":"amazon","sections_all":"amazon|business|environment|local-business|nation|retail","othersections":"environment, local-business, nation, retail","wordgroup":"1500+","internalTags":"","articleTemplate":"2019-redesign"}];
+
+ window.SEATIMESCO = window.SEATIMESCO || {}; window.SEATIMESCO.contentInfo = {"timestamp":1556678554,"contentType":"story","canonicalURL":"https:\/\/www.seattletimes.com\/business\/amazon\/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods\/","domain":"www.seattletimes.com","post_id":11469382,"author":"Benjamin Romano","publishdate":"2019-04-28 06:01:07","modifieddate":"2019-04-29 15:33:39","title":"Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon&#039;s strategy with Whole Foods","credit":"Seattle Times business reporter","tags":"Maritime Industry","categories":"","wordcount":2248,"paragraphCount":53,"galleryType":"fullwidth","age":2,"source":"wordpress","meter":"on","ads":"on","allowComments":"on","section_tier1":"business","section_tier2":"amazon","sections_all":"amazon|business|environment|local-business|nation|retail","othersections":"environment, local-business, nation, retail","wordgroup":"1500+","internalTags":"","articleTemplate":"2019-redesign"};
+
+ //]]>
+ </script><!-- Page-hiding snippet -->
+
+ <style>
+ <![CDATA[
+ .async-hide { opacity: 0 !important}
+ ]]>
+ </style>
+ <script>
+ <![CDATA[
+ (function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
+ h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
+ (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
+ })(window,document.documentElement,'async-hide','dataLayer',4000,
+ {'GTM-TWNDJBM':true});
+ ]]>
+ </script><!-- Modified Google Analytics for Google Optimize -->
+
+ <script>
+ <![CDATA[
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-52488759-1', 'auto', { allowLinker: true, useAmpClientId: true }); // Google Analytics
+ ga('require', 'GTM-TWNDJBM'); // Google Optimize
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.seattletimes.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.4"}};
+ !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
+ //]]>
+ </script><!-- Google Tag Manager -->
+
+ <script>
+ <![CDATA[
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-KDZ92J');
+ ]]>
+ </script>
+ <style type="text/css">
+ /*<![CDATA[*/
+ img.wp-smiley,
+ img.emoji {
+ display: inline !important;
+ border: none !important;
+ box-shadow: none !important;
+ height: 1em !important;
+ width: 1em !important;
+ margin: 0 .07em !important;
+ vertical-align: -0.1em !important;
+ background: none !important;
+ padding: 0 !important;
+ }
+ /*]]>*/
+ </style>
+ <link rel="stylesheet" id="st-shortcode-public-styles-css" href="https://www.seattletimes.com/wp-content/plugins/shortcodes_plugin/css/shortcodes-public.css?ver=4.9.4" type="text/css" media="all" />
+ <link rel="stylesheet" id="st-style-css" href="https://www.seattletimes.com/wp-content/themes/st_refresh/css/styles.min.css?ver=1556659261" type="text/css" media="all" />
+ <link rel="stylesheet" id="article-styles-css" href="https://www.seattletimes.com/wp-content/plugins/st-article-template/assets/css/dist/main.css?ver=1556659254" type="text/css" media="all" />
+ <link rel="stylesheet" id="st-coraltalk-style-css" href="https://www.seattletimes.com/wp-content/plugins/st-coral-talk/dist/main.css?ver=1555567319" type="text/css" media="all" />
+ <link rel="stylesheet" id="nativo-style-css" href="https://www.seattletimes.com/wp-content/plugins/st-nativo/assets/css/st-nativo.css?ver=1556659261" type="text/css" media="all" />
+ <script type="text/javascript" src="https://www.seattletimes.com/wp-content/plugins/st-analytics/dist/st-analytics-article-bundle.js"></script>
+ <script type="text/javascript" src="https://www.seattletimes.com/wp-content/plugins/st-privacy-detection/js/src/ads/ad-test.js?ver=0.0.2"></script>
+ <script type="text/javascript" async="async" src="//s.ntv.io/serve/load.js?ver=1556659261"></script>
+ <script type="text/javascript" src="https://www.seattletimes.com/wp-content/plugins/st-privacy-detection/js/dist/st-detect.min.js?ver=1548788763"></script>
+ <link rel="https://api.w.org/" href="https://www.seattletimes.com/wp-json/" />
+ <link rel="shortlink" href="https://www.seattletimes.com/?p=11469382" />
+ <script type="text/javascript" src="/wp-content/themes/st_refresh/js/vendor/pubmatic_openwrap.js?ver=1556659261"></script>
+ <script type="text/javascript" src="//ad.crwdcntrl.net/5/c=8381/pe=y/var=ccauds"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+ var dartCCKey = "ccaud";
+ var audience, cci, dartCC, lotameTPID;
+ if ( typeof ccauds !== "undefined" && ccauds.Profile ) {
+ audience = ccauds.Profile.Audiences.Audience;
+ dartCC = "";
+ lotameTPID = (typeof ccauds.Profile.tpid !== "undefined") ? ccauds.Profile.tpid : "";
+ for (cci = 0; cci < audience.length; cci++) {
+ if (cci > 0) { dartCC += ","; }
+ dartCC += audience[cci].abbr;
+ }
+ }
+ googletag.cmd.push(function() {
+ googletag.pubads().setTargeting("tpid", [lotameTPID]).setTargeting(dartCCKey, [dartCC]);
+ });
+ //]]>
+ </script>
+ <script>
+ <![CDATA[
+ !function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
+ ]]>
+ </script>
+ <script type="text/javascript" src="//get.s-onetag.com/b0e9d553-9782-4104-843d-d750dc2fbac3/tag.min.js?ver=1556659261" async="async" defer="defer"></script>
+ <script>
+ <![CDATA[
+ window.SEATIMESCO = window.SEATIMESCO || {};
+ window.SEATIMESCO.ads = window.SEATIMESCO.ads || {};
+ window.SEATIMESCO.ads.adUnitPathV2 = "/81279359/seattletimes.com/business/amazon";
+ window.SEATIMESCO.ads.dfpEnv = "prod";
+ window.SEATIMESCO.ads.defaultInsetAdPositions = [{"type":"advertisement","position":6,"ad_slot_config":[{"position_name":"body1a","devices":["mobile","tablet","desktop"],"targeting":{"pos":["body1a","elite","premium"]},"mapping":[[[1020,1],[300,250]],[[768,1],[300,250]],[[0,0],[300,600]]]},{"position_name":"body1b","devices":["tablet","desktop"],"targeting":{"pos":["body1b","premium"]},"mapping":[[[1020,1],[300,250]],[[768,1],[300,250]],[[0,0],[300,250]]]},{"position_name":"body1c","devices":["desktop"],"targeting":{"pos":["body1c","premium"]},"mapping":[[[1020,1],[300,250]],[[768,1],[300,250]],[[0,0],[300,250]]]}]},{"type":"advertisement","position":12,"ad_slot_config":[{"position_name":"body2a","targeting":{"pos":["body2a","premium"]},"devices":["mobile","tablet","desktop"],"mapping":[[[1020,1],[970,250]],[[768,1],[728,90]],[[0,0],[300,250]]]}]},{"type":"advertisement","position":30,"ad_slot_config":[{"position_name":"body5a","targeting":{"pos":["body5a"]},"devices":["mobile","tablet","desktop"],"mapping":[[[1020,1],[970,250]],[[768,1],[728,90]],[[0,0],[300,250]]]}]},{"type":"advertisement","position":36,"ad_slot_config":[{"position_name":"body6a","targeting":{"pos":["body6a"]},"devices":["mobile","tablet","desktop"],"mapping":[[[1020,1],[970,250]],[[768,1],[728,90]],[[0,0],[300,250]]]}]},{"type":"advertisement","position":42,"ad_slot_config":[{"position_name":"body7a","devices":["mobile","tablet","desktop"],"targeting":{"pos":["body7a"]},"mapping":[[[1020,1],[300,250]],[[768,1],[300,250]],[[0,0],[300,250]]]},{"position_name":"body7b","devices":["tablet","desktop"],"targeting":{"pos":["body7b"]},"mapping":[[[1020,1],[300,250]],[[768,1],[300,250]],[[0,0],[300,250]]]},{"position_name":"body7c","devices":["desktop"],"targeting":{"pos":["body7c"]},"mapping":[[[1020,1],[300,250]],[[768,1],[300,250]],[[0,0],[300,250]]]}]},{"type":"advertisement","position":48,"ad_slot_config":[{"position_name":"body8a","devices":["mobile","tablet","desktop"],"targeting":{"pos":["body8a"]},"mapping":[[[1020,1],[970,250]],[[768,1],[728,90]],[[0,0],[300,250]]]}]}];
+ window.SEATIMESCO.ads.mainAdSlots = ["bottom","recirc1a","recirc1b","recirc1c","top","wallpaper"];
+ window.SEATIMESCO.ads.headerBidders = {"PubmaticOpenWrap":true,"amazon":true};
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+ window.SEATIMESCO.article = window.SEATIMESCO.article || {};
+ window.SEATIMESCO.article.template = "2019-redesign";
+ //]]>
+ </script>
+ <meta property="fb:admins" content="2737159" />
+ <link rel="amphtml" href="https://www.seattletimes.com/business/amazon/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods/?amp=1" />
+ </head>
+ <body class="post-template-default single single-post postid-11469382 single-format-standard alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods">
+ <!-- Google Tag Manager (noscript) -->
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KDZ92J" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <a class="skip-link screen-reader-text" href="#content">Skip to content</a>
+ <div id="container" class="site container">
+ <header class="global-header standard">
+ <div class="global-header-top">
+ <div class="wrapper">
+ <div class="main-nav">
+ <div class="main-nav-header">
+ <button id="hamburger-button" aria-label="Open" class="menu-button" aria-controls="menu-hamburger-accordion-menu" aria-expanded="false"><span class="menu-label">Menu</span></button> <a href="https://www.seattletimes.com" class="header-wordmark" title="The Seattle Times"></a>
+ </div>
+ <nav class="popup main-nav-body">
+ <div class="main-nav-header highlighted">
+ <button id="hamburger-close-button" aria-label="Close" class="menu-button" aria-controls="menu-hamburger-accordion-menu" aria-expanded="false"></button> <a href="https://www.seattletimes.com" class="header-wordmark white" title="The Seattle Times"></a>
+ </div>
+ <div id="main-nav-container" class="main-nav-container">
+ <ul id="menu-hamburger-accordion-menu" class="nav-accordion">
+ <li id="menu-item-9817233" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9817233">
+ <a href="/seattle-news/">Local News</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9817255" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817255">
+ <a href="/seattle-news/transportation/">Traffic Lab</a>
+ </li>
+ <li id="menu-item-9818656" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818656">
+ <a href="/seattle-news/crime/">Crime</a>
+ </li>
+ <li id="menu-item-9817246" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817246">
+ <a href="/seattle-news/politics/">Local Politics</a>
+ </li>
+ <li id="menu-item-9818658" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818658">
+ <a href="/seattle-news/education/">Education</a>
+ </li>
+ <li id="menu-item-10273892" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10273892">
+ <a href="/education-lab/">Education Lab</a>
+ </li>
+ <li id="menu-item-9818657" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818657">
+ <a href="/seattle-news/eastside/">Eastside</a>
+ </li>
+ <li id="menu-item-9818659" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818659">
+ <a href="/seattle-news/health/">Health</a>
+ </li>
+ <li id="menu-item-9876206" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876206">
+ <a href="/seattle-news/data/">Data</a>
+ </li>
+ <li id="menu-item-10552763" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10552763">
+ <a href="/seattle-news/homeless/">Project Homeless</a>
+ </li>
+ <li id="menu-item-9876219" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876219">
+ <a href="/seattle-news/times-watchdog/">Times Watchdog</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9817234" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9817234">
+ <a href="/business/">Business &amp; Tech</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9818664" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818664">
+ <a href="/business/boeing-aerospace/">Boeing &amp; Aerospace</a>
+ </li>
+ <li id="menu-item-9876204" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876204">
+ <a href="/business/amazon/">Amazon</a>
+ </li>
+ <li id="menu-item-9818666" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818666">
+ <a href="/business/microsoft/">Microsoft</a>
+ </li>
+ <li id="menu-item-9818662" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818662">
+ <a href="/business/technology/">Technology</a>
+ </li>
+ <li id="menu-item-10896521" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10896521">
+ <a href="/business/real-estate/">Real Estate</a>
+ </li>
+ <li id="menu-item-9818665" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818665">
+ <a href="/business/economy/">Economy</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9817235" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9817235">
+ <a href="/nation-world/">Nation &amp; World</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9876207" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876207">
+ <a href="/nation-world/nation-politics/">Nation &amp; World Politics</a>
+ </li>
+ <li id="menu-item-9876208" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876208">
+ <a href="/nation-world/oddities/">Oddities</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9817237" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9817237">
+ <a href="/sports/">Sports</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9817253" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817253">
+ <a href="/sports/seahawks/">Seahawks</a>
+ </li>
+ <li id="menu-item-9817251" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817251">
+ <a href="/sports/uw-huskies/">Huskies</a>
+ </li>
+ <li id="menu-item-9817250" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817250">
+ <a href="/sports/wsu-cougars/">Cougars</a>
+ </li>
+ <li id="menu-item-9817252" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817252">
+ <a href="/sports/mariners/">Mariners</a>
+ </li>
+ <li id="menu-item-9817254" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817254">
+ <a href="/sports/sounders/">Sounders</a>
+ </li>
+ <li id="menu-item-9817279" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817279">
+ <a href="/sports/storm/">Storm</a>
+ </li>
+ <li id="menu-item-9817280" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817280">
+ <a href="/sports/high-school/">High School Sports</a>
+ </li>
+ <li id="menu-item-10842305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10842305">
+ <a href="https://www.seattletimes.com/sports/hockey/">Hockey</a>
+ </li>
+ <li id="menu-item-9921458" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9921458">
+ <a href="http://forums.seattletimes.com/forums/?from=stnv2">Forums</a>
+ </li>
+ <li id="menu-item-9921459" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9921459">
+ <a href="/sports/sports-on-tv-radio-2/">On TV/Radio</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9817238" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9817238">
+ <a href="/entertainment/">Entertainment</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9818621" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818621">
+ <a href="/entertainment/movies/">Movies</a>
+ </li>
+ <li id="menu-item-9818619" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818619">
+ <a href="/entertainment/books/">Books</a>
+ </li>
+ <li id="menu-item-9818616" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818616">
+ <a href="/entertainment/music/">Music</a>
+ </li>
+ <li id="menu-item-9818617" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818617">
+ <a href="/entertainment/theater/">Theater</a>
+ </li>
+ <li id="menu-item-9818620" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818620">
+ <a href="/entertainment/classical-music/">Classical Music</a>
+ </li>
+ <li id="menu-item-9876209" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876209">
+ <a href="/entertainment/tv/">Television</a>
+ </li>
+ <li id="menu-item-10270568" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10270568">
+ <a href="/entertainment/comics/">Comics</a>
+ </li>
+ <li id="menu-item-10270569" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10270569">
+ <a href="/entertainment/games/">Games &amp; Puzzles</a>
+ </li>
+ <li id="menu-item-10364413" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10364413">
+ <a href="https://www.seattletimes.com/horoscopes/">Horoscopes</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9817239" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9817239">
+ <a href="/life/">Life</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9818643" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818643">
+ <a href="/life/food-drink/">Food &amp; Drink</a>
+ </li>
+ <li id="menu-item-9818653" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818653">
+ <a href="/life/travel/">Travel &amp; Outdoors</a>
+ </li>
+ <li id="menu-item-9818654" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818654">
+ <a href="/life/wellness/">Wellness</a>
+ </li>
+ <li id="menu-item-9876210" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876210">
+ <a href="/life/pets/">Pets</a>
+ </li>
+ <li id="menu-item-9818655" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9818655">
+ <a href="https://www.seattletimes.com/category/rant-and-rave/">Rant &amp; Rave</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9818651" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9818651">
+ <a href="/pacific-nw-magazine/">Pacific NW Magazine</a>
+ </li>
+ <li id="menu-item-9817269" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9817269">
+ <a href="/homes-real-estate">Homes &amp; Real Estate</a>
+ </li>
+ <li id="menu-item-9817240" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9817240">
+ <a href="/opinion/">Opinion</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9817247" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817247">
+ <a href="/opinion/editorials/">Editorials</a>
+ </li>
+ <li id="menu-item-9817248" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9817248">
+ <a href="/opinion/letters-to-the-editor/">Letters to the Editor</a>
+ </li>
+ <li id="menu-item-11126979" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11126979">
+ <a href="https://www.seattletimes.com/author/david-horsey/">David Horsey</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-10051574" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10051574">
+ <a title="Video" href="/video/">Video</a>
+ </li>
+ <li id="menu-item-10082928" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10082928">
+ <a href="/photo-video/">Photography</a>
+ </li>
+ <li id="menu-item-9817274" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9817274">
+ <a href="http://www.legacy.com/obituaries/seattletimes/#_ga=1.72389267.1837675783.1379017650">Obituaries</a>
+ <ul class="sub-menu">
+ <li id="menu-item-10203898" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10203898">
+ <a href="/obituaries/">News Obituaries</a>
+ </li>
+ <li id="menu-item-10203899" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10203899">
+ <a href="http://www.legacy.com/obituaries/seattletimes/#_ga=1.15101558.1560921668.1447363166">Paid Obituaries</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-11044943" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11044943">
+ <a href="http://seattletimes.com/newsletters/">Newsletters</a>
+ </li>
+ <li id="menu-item-10785263" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10785263">
+ <a href="https://secure.seattletimes.com/accountcenter/replica">Print Replica</a>
+ </li>
+ <li id="menu-item-10828531" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10828531">
+ <a href="http://www.seattletimes.com/tag/inside-the-times/">Inside The Times</a>
+ </li>
+ <li id="menu-item-9817258" class="text-gray menu-item menu-item-type-custom menu-item-object-custom menu-item-9817258">
+ <a href="/explore/">Explore</a>
+ </li>
+ <li id="menu-item-9817256" class="text-gray menu-item menu-item-type-custom menu-item-object-custom menu-item-9817256">
+ <a href="http://jobs.seattletimes.com/">Jobs</a>
+ </li>
+ <li id="menu-item-9817271" class="text-gray menu-item menu-item-type-custom menu-item-object-custom menu-item-9817271">
+ <a href="http://autos.seattletimes.com">Autos</a>
+ </li>
+ </ul>
+ <div class="main-nav-separator"></div>
+ <div id="hamburger-ad-desktop"></div>
+ <ul class="hamburger-login-nav main-nav-list"></ul>
+ <div id="hamburger-ad-mobile"></div>
+ </div>
+ </nav>
+ </div>
+ <nav class="header-utils">
+ <ul>
+ <li>
+ <a href="https://%3C?php%20echo%20SSO_PREFIX;?%3Eseattletimes.com/accountcenter/" class="login st-return">Log In</a>
+ </li>
+ <li>
+ <a id="header-subscribe-link" href="/subscribe/signup-offers?subsource=voluntary" class="subscribe st-return">Subscribe</a>
+ </li>
+ </ul>
+ </nav><button class="header-search-icon global-search-button"> <span id="search-button-text" class="header-search-text">Search</span></button>
+ </div>
+ <div class="secondary-nav">
+ <a href="/business/amazon/" class="section-title">Amazon</a>
+ </div>
+ </div>
+ <nav class="section-nav">
+ <div class="wrapper">
+ <ul id="menu-home-navbar" class="primary-navigation">
+ <li id="menu-item-41596" class="menu-item menu-item-type-taxonomy menu-item-object-section current-post-ancestor menu-item-41596">
+ <a title="Seattle News" href="/seattle-news/">Local</a>
+ </li>
+ <li id="menu-item-41597" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-41597">
+ <a title="Seattle Business" href="/business/">Biz/Tech</a>
+ </li>
+ <li id="menu-item-41598" class="menu-item menu-item-type-taxonomy menu-item-object-section current-post-ancestor current-menu-parent current-post-parent menu-item-41598">
+ <a title="Seattle Sports" href="/sports/">Sports</a>
+ </li>
+ <li id="menu-item-41600" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-41600">
+ <a title="Seattle Entertainment" href="/entertainment/">Entertainment</a>
+ </li>
+ <li id="menu-item-41601" class="menu-item menu-item-type-taxonomy menu-item-object-section current-post-ancestor menu-item-41601">
+ <a title="Seattle Life" href="/life/">Life</a>
+ </li>
+ <li id="menu-item-9595840" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9595840">
+ <a href="/life/travel/">Travel</a>
+ </li>
+ <li id="menu-item-9717308" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9717308">
+ <a href="/homes-real-estate/">Homes</a>
+ </li>
+ <li id="menu-item-42489" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-42489">
+ <a title="Seattle Opinion" href="/opinion/">Opinion</a>
+ </li>
+ <li id="menu-item-9805207" class="menu-item menu-item-type-separator menu-item-object-custom menu-item-9805207">
+ <a>|</a>
+ </li>
+ <li id="menu-item-42648" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42648">
+ <a href="http://jobs.seattletimes.com">Jobs</a>
+ </li>
+ <li id="menu-item-9756150" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9756150">
+ <a href="http://autos.seattletimes.com/">Autos</a>
+ </li>
+ <li id="menu-item-42651" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42651">
+ <a href="/explore/">Explore</a>
+ </li>
+ </ul>
+ <ul id="menu-section-business-navbar" class="secondary-navigation">
+ <li id="menu-item-20617" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-20617">
+ <a href="/business/boeing-aerospace/">Boeing &amp; Aerospace</a>
+ </li>
+ <li id="menu-item-9876234" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876234">
+ <a href="/business/amazon/">Amazon</a>
+ </li>
+ <li id="menu-item-20622" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-20622">
+ <a href="/business/microsoft/">Microsoft</a>
+ </li>
+ <li id="menu-item-43530" class="menu-item menu-item-type-taxonomy menu-item-object-section current-post-ancestor current-menu-parent current-post-parent menu-item-43530">
+ <a href="/business/technology/">Technology</a>
+ </li>
+ <li id="menu-item-43529" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-43529">
+ <a href="/business/economy/">Economy</a>
+ </li>
+ <li id="menu-item-9483205" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9483205">
+ <a href="/business/real-estate/">Real Estate</a>
+ </li>
+ </ul>
+ <div class="nav-all-sections">
+ <button class="nav-all-sections-toggle" aria-label="Toggle mega menu" aria-controls="navAllSections" aria-expanded="false">All Sections</button>
+ <div class="nav-all-sections-wrapper" id="navAllSections">
+ <ul id="menu-all-sections-tier-1" class="all-sections-primary">
+ <li id="menu-item-9850750" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9850750">
+ <a href="/seattle-news/">Local</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9845534" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845534">
+ <a href="/seattle-news/transportation/">Traffic Lab</a>
+ </li>
+ <li id="menu-item-10554575" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10554575">
+ <a href="/seattle-news/homeless/">Project Homeless</a>
+ </li>
+ <li id="menu-item-9845529" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845529">
+ <a href="/seattle-news/crime/">Crime</a>
+ </li>
+ <li id="menu-item-9845533" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845533">
+ <a href="/seattle-news/politics/">Local Politics</a>
+ </li>
+ <li id="menu-item-9845531" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845531">
+ <a href="/seattle-news/education/">Education</a>
+ </li>
+ <li id="menu-item-10273896" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10273896">
+ <a href="/education-lab/">Education Lab</a>
+ </li>
+ <li id="menu-item-9845530" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845530">
+ <a href="/seattle-news/eastside/">Eastside</a>
+ </li>
+ <li id="menu-item-9875159" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9875159">
+ <a href="/seattle-news/northwest/">Northwest</a>
+ </li>
+ <li id="menu-item-9874852" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9874852">
+ <a href="/seattle-news/data/">Data</a>
+ </li>
+ <li id="menu-item-9845532" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845532">
+ <a href="/seattle-news/health/">Health</a>
+ </li>
+ <li id="menu-item-9874851" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9874851">
+ <a href="/seattle-news/times-watchdog/">Times Watchdog</a>
+ </li>
+ <li id="menu-item-10828536" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10828536">
+ <a href="http://www.seattletimes.com/tag/inside-the-times/">Inside The Times</a>
+ </li>
+ <li id="menu-item-9845537" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9845537">
+ <a href="/obituaries/">News Obituaries</a>
+ </li>
+ <li id="menu-item-9845491" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845491">
+ <a href="/photo-video/">Photo &amp; Video</a>
+ </li>
+ <li id="menu-item-9845487" class="top-level menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845487">
+ <a href="/nation-world/">Nation &amp; World</a>
+ </li>
+ <li id="menu-item-9845488" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845488">
+ <a href="/nation-world/nation-politics/">Politics</a>
+ </li>
+ <li id="menu-item-9845538" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845538">
+ <a href="/nation-world/oddities/">Oddities</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9845475" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9845475">
+ <a href="/business/">Business</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9845525" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845525">
+ <a href="/business/boeing-aerospace/">Boeing</a>
+ </li>
+ <li id="menu-item-9845524" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845524">
+ <a href="/business/amazon/">Amazon</a>
+ </li>
+ <li id="menu-item-9845526" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845526">
+ <a href="/business/microsoft/">Microsoft</a>
+ </li>
+ <li id="menu-item-9845499" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845499">
+ <a href="/business/technology/">Technology</a>
+ </li>
+ <li id="menu-item-9845539" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845539">
+ <a href="/business/economy/">Economy</a>
+ </li>
+ <li id="menu-item-9845498" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845498">
+ <a href="/business/real-estate/">Real Estate</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9845492" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9845492">
+ <a href="/sports/">Sports</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9845553" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845553">
+ <a href="/sports/seahawks/">Seahawks</a>
+ </li>
+ <li id="menu-item-9845550" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845550">
+ <a href="/sports/uw-huskies/">Huskies</a>
+ </li>
+ <li id="menu-item-9845548" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845548">
+ <a href="/sports/wsu-cougars/">Cougars</a>
+ </li>
+ <li id="menu-item-9845549" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845549">
+ <a href="/sports/high-school/">High Schools</a>
+ </li>
+ <li id="menu-item-9845547" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845547">
+ <a href="/sports/mariners/">Mariners</a>
+ </li>
+ <li id="menu-item-9845493" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845493">
+ <a href="/sports/sounders/">Sounders</a>
+ </li>
+ <li id="menu-item-9849008" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9849008">
+ <a href="/sports/snow-sports/">Snow Sports</a>
+ </li>
+ <li id="menu-item-9848996" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848996">
+ <a href="/author/geoff-baker">Geoff Baker</a>
+ </li>
+ <li id="menu-item-9848994" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848994">
+ <a href="/author/matt-calkins">Matt Calkins</a>
+ </li>
+ <li id="menu-item-9848995" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848995">
+ <a href="/author/larry-stone">Larry Stone</a>
+ </li>
+ <li id="menu-item-9848993" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848993">
+ <a href="/author/bob-condotta">Bob Condotta</a>
+ </li>
+ <li id="menu-item-9921450" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9921450">
+ <a href="http://forums.seattletimes.com/forums/?from=stnv2">Forums</a>
+ </li>
+ <li id="menu-item-9848954" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848954">
+ <a href="/sports/sports-on-tv-radio-2/">On TV/Radio</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9845476" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9845476">
+ <a href="/entertainment/">Entertainment</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9848965" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9848965">
+ <a href="/entertainment/movies/">Movies</a>
+ </li>
+ <li id="menu-item-9848968" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9848968">
+ <a href="/entertainment/books/">Books</a>
+ </li>
+ <li id="menu-item-9848966" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9848966">
+ <a href="/entertainment/music/">Music</a>
+ </li>
+ <li id="menu-item-9848979" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9848979">
+ <a href="/entertainment/theater/">Theater</a>
+ </li>
+ <li id="menu-item-9849076" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9849076">
+ <a href="/entertainment/classical-music/">Classical Music</a>
+ </li>
+ <li id="menu-item-9875161" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9875161">
+ <a href="/entertainment/tv/">Television</a>
+ </li>
+ <li id="menu-item-10270563" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10270563">
+ <a href="/entertainment/comics/">Comics</a>
+ </li>
+ <li id="menu-item-10270565" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-10270565">
+ <a href="/entertainment/games/">Games &amp; Puzzles</a>
+ </li>
+ <li id="menu-item-10364416" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10364416">
+ <a href="https://www.seattletimes.com/horoscopes/">Horoscopes</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9845478" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9845478">
+ <a href="/life/">Life</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9845490" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845490">
+ <a href="/pacific-nw-magazine/">Pacific NW Magazine</a>
+ </li>
+ <li id="menu-item-9848964" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9848964">
+ <a href="/life/food-drink/">Food &amp; Drink</a>
+ </li>
+ <li id="menu-item-9848961" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9848961">
+ <a href="https://www.seattletimes.com/category/seattle-happy-hours/">Happy Hour</a>
+ </li>
+ <li id="menu-item-9848980" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9848980">
+ <a href="/life/wellness/">Wellness</a>
+ </li>
+ <li id="menu-item-9849021" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9849021">
+ <a href="/life/home-decor/">Home &amp; Decor</a>
+ </li>
+ <li id="menu-item-9875160" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9875160">
+ <a href="/life/pets/">Pets</a>
+ </li>
+ <li id="menu-item-9848981" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9848981">
+ <a href="https://www.seattletimes.com/category/rant-and-rave/">Rant &amp; Rave</a>
+ </li>
+ <li id="menu-item-9849075" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849075">
+ <a href="/author/bethany-jean-clement">Bethany Jean Clement</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9845497" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9845497">
+ <a href="/life/travel/">Travel</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9845496" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845496">
+ <a href="/life/outdoors/">Outdoors</a>
+ </li>
+ <li id="menu-item-9849016" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9849016">
+ <a href="https://www.seattletimes.com/category/northwest-hikes/">Northwest Hikes</a>
+ </li>
+ <li id="menu-item-9849020" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9849020">
+ <a href="https://www.seattletimes.com/category/travel-in-washington-state/">Washington</a>
+ </li>
+ <li id="menu-item-9849019" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9849019">
+ <a href="https://www.seattletimes.com/category/travel-to-oregon/">Oregon</a>
+ </li>
+ <li id="menu-item-9849017" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9849017">
+ <a href="https://www.seattletimes.com/category/travel-to-british-columbia/">B.C.</a>
+ </li>
+ <li id="menu-item-9849018" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9849018">
+ <a href="https://www.seattletimes.com/category/travel-to-hawaii/">Hawaii</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9845477" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-has-children menu-item-9845477">
+ <a href="/opinion/">Opinion</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9845551" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845551">
+ <a href="/opinion/editorials/">Editorials</a>
+ </li>
+ <li id="menu-item-9845552" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9845552">
+ <a href="/opinion/letters-to-the-editor/">Letters</a>
+ </li>
+ <li id="menu-item-9848983" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9848983">
+ <a href="https://www.seattletimes.com/category/op-eds/">Op-Eds</a>
+ </li>
+ <li id="menu-item-9848985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848985">
+ <a href="/author/kate-riley/">Kate Riley</a>
+ </li>
+ <li id="menu-item-9848986" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848986">
+ <a href="/author/mark-higgins/">Mark Higgins</a>
+ </li>
+ <li id="menu-item-9848987" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848987">
+ <a href="/author/brier-dudley/">Brier Dudley</a>
+ </li>
+ <li id="menu-item-9848988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848988">
+ <a href="/author/melissa-santos/">Melissa Santos</a>
+ </li>
+ <li id="menu-item-9848989" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9848989">
+ <a href="/author/donna-gordon-blankinship">Donna Gordon Blankenship</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-9845540" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9845540">
+ <a href="/newsroom-staff/#news-columnists">Columnists</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9849034" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849034">
+ <a href="/author/nicole-brodeur/">Nicole Brodeur</a>
+ </li>
+ <li id="menu-item-9849057" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849057">
+ <a href="/author/gene-balk-fyi-guy">FYI Guy</a>
+ </li>
+ <li id="menu-item-11149670" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11149670">
+ <a href="https://www.seattletimes.com/author/tyrone-beason/">Tyrone Beason</a>
+ </li>
+ <li id="menu-item-9849058" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849058">
+ <a href="/author/gabriel-campanario-seattle-sketcher/">Seattle Sketcher</a>
+ </li>
+ <li id="menu-item-9849039" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849039">
+ <a href="/author/jon-talton/">Jon Talton</a>
+ </li>
+ <li id="menu-item-9849037" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849037">
+ <a href="/author/danny-westneat/">Danny Westneat</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <ul id="menu-all-sections-tier-2" class="all-sections-secondary">
+ <li id="menu-item-9849281" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849281">
+ <a href="http://jobs.seattletimes.com/">Jobs</a>
+ </li>
+ <li id="menu-item-9849284" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849284">
+ <a href="http://autos.seattletimes.com/">Autos</a>
+ </li>
+ <li id="menu-item-9849285" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849285">
+ <a href="/explore/nwhomes/">Homes Listings</a>
+ </li>
+ <li id="menu-item-9849286" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849286">
+ <a href="http://classifieds.seattletimes.com/">Classifieds</a>
+ </li>
+ <li id="menu-item-10203919" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10203919">
+ <a href="http://www.legacy.com/obituaries/seattletimes/#_ga=1.6704882.1560921668.1447363166">Paid Obituaries</a>
+ </li>
+ <li id="menu-item-9849287" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849287">
+ <a href="/explore/">Explore</a>
+ </li>
+ <li id="menu-item-10270535" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10270535">
+ <a href="/sponsored/">Sponsored Posts</a>
+ </li>
+ <li id="menu-item-9849288" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849288">
+ <a href="/explore/shop-northwest/">ShopNW</a>
+ </li>
+ <li id="menu-item-9849290" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849290">
+ <a href="http://company.seattletimes.com/store/">Seattle Times Store</a>
+ </li>
+ </ul>
+ <ul id="menu-all-sections-tier-3" class="all-sections-footer">
+ <li id="menu-item-9849310" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9849310">
+ <a href="https://www.seattletimes.com/contact/">Contact</a>
+ </li>
+ <li id="menu-item-9849312" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849312">
+ <a href="/help/">FAQs</a>
+ </li>
+ <li id="menu-item-9849313" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849313">
+ <a href="https://secure.seattletimes.com/accountcenter/managesubscriptions">Subscriber Services</a>
+ </li>
+ <li id="menu-item-9849314" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849314">
+ <a href="https://secure.seattletimes.com/accountcenter/replica">Print Replica</a>
+ </li>
+ <li id="menu-item-9849315" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849315">
+ <a href="https://itunes.apple.com/us/app/seattle-times-mobile/id329502124">iOS App</a>
+ </li>
+ <li id="menu-item-9849318" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9849318">
+ <a href="https://play.google.com/store/apps/details?id=com.seattletimes.android.SeattleTimesMobileNews">Android App</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="show-mobile">
+ <div class="section-nav-popup">
+ <div class="section-nav-popup-header">
+ <span class="section-nav-button">Amazon</span> <a class="section-nav-button close" href="#"></a>
+ </div>
+ <div class="section-nav-popup-container">
+ <ul id="menu-section-business-navbar" class="secondary-navigation">
+ <li id="menu-item-20617" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-20617">
+ <a href="/business/boeing-aerospace/">Boeing &amp; Aerospace</a>
+ </li>
+ <li id="menu-item-9876234" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9876234">
+ <a href="/business/amazon/">Amazon</a>
+ </li>
+ <li id="menu-item-20622" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-20622">
+ <a href="/business/microsoft/">Microsoft</a>
+ </li>
+ <li id="menu-item-43530" class="menu-item menu-item-type-taxonomy menu-item-object-section current-post-ancestor current-menu-parent current-post-parent menu-item-43530">
+ <a href="/business/technology/">Technology</a>
+ </li>
+ <li id="menu-item-43529" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-43529">
+ <a href="/business/economy/">Economy</a>
+ </li>
+ <li id="menu-item-9483205" class="menu-item menu-item-type-taxonomy menu-item-object-section menu-item-9483205">
+ <a href="/business/real-estate/">Real Estate</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </nav>
+ <div class="ad ad-top-one">
+ <div id="ad-flex-top" class="wrapper ad-top-two">
+ <div id="div-gpt-ad-top" class="dfp-ad dfp-top"></div>
+ </div>
+ </div>
+ <div class="secondary-nav-mobile">
+ <div class="wrapper">
+ <a href="/business/amazon/" class="section-title section-nav-button">Amazon</a>
+ <nav class="header-utils">
+ <ul>
+ <li>
+ <a href="https://%3C?php%20echo%20SSO_PREFIX;?%3Eseattletimes.com/accountcenter/" class="login st-return">Log In</a>
+ </li>
+ <li>
+ <a id="header-subscribe-link" href="/subscribe/signup-offers?subsource=voluntary" class="subscribe st-return">Subscribe</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ </header>
+ <section id="content" class="content-well">
+ <div class="wrapper">
+ <article id="post-11469382" class="post-11469382 post type-post status-publish format-standard hentry tag-maritime-industry section-amazon section-business section-environment section-local-business section-nation section-retail h-entry">
+ <header class="article-header">
+ <ul class="article-slug">
+ <li>
+ <a href="/business/amazon/" rel="tag">Amazon</a>
+ </li>
+ <li>
+ <a href="/business/" rel="tag">Business</a>
+ </li>
+ <li>
+ <a href="/seattle-news/environment/" rel="tag">Environment</a>
+ </li>
+ <li>
+ <a href="/business/local-business/" rel="tag">Local Business</a>
+ </li>
+ <li>
+ <a href="/nation-world/nation/" rel="tag">Nation</a>
+ </li>
+ <li>
+ <a href="/business/retail/" rel="tag">Retail</a>
+ </li>
+ </ul>
+ <h1 class="article-title p-name entry-title">
+ Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods
+ </h1>
+ <div class="article-dateline">
+ <time class="line published dt-published" datetime="2019-04-28 06:01:07">April 28, 2019 at 6:01 am</time> <time class="line update updated dt-updated" datetime="2019-04-29 15:33:39">Updated April 29, 2019 at 3:33 pm</time>
+ <div class="article-share m-0" data-utm="article_inset_1.1">
+ <a class="social-share mt-0 mr-0 mb-0 pl-24" aria-label="Share this article via Facebook"></a> <a class="social-share mt-0 mr-0 mb-0 pl-24" aria-label="Share this article via email"></a> <a class="social-share mt-0 mr-0 mb-0 pl-24" aria-label="Share this article via Twitter"></a>
+ </div>
+ </div>
+ </header>
+ <div class="featured-media full-width">
+ <div id="gallery-11519493-11519494-2062128799" class="gallery-wrapper layout-standard">
+ <div class="gallery align-none">
+ <div class="gallery-slider-wrapper">
+ <div class="gallery-slides">
+ <figure id="slide-11519493" class="slide image-slide">
+ <div class="lazy-loading"></div><img data-count="1" data-ratio="1.59363" data-src-facebook="https://static.seattletimes.com/wp-content/uploads/2019/04/120028-1200x630.jpg" data-caption="Wade Bassi, skipper and co-owner of the 106-year-old halibut fishing vessel Polaris, stands near his boat at Fisherman’s Terminal in Seattle. Bassi and his crew left the day after Easter for Alaska, where they will fish for halibut and black cod. (Ellen M. Banner / The Seattle Times)" class="" alt="Wade Bassi, skipper and co-owner of the 106-year-old halibut fishing vessel Polaris, stands near his boat at Fisherman’s Terminal in Seattle. Bassi and his crew left the day after Easter for Alaska, where they will fish for halibut and black cod. (Ellen M. Banner / The Seattle Times)" src="https://static.seattletimes.com/wp-content/uploads/2019/04/120028-1020x640.jpg" srcset="https://static.seattletimes.com/wp-content/uploads/2019/04/120028-300x188.jpg 300w, https://static.seattletimes.com/wp-content/uploads/2019/04/120028-768x482.jpg 768w, https://static.seattletimes.com/wp-content/uploads/2019/04/120028-1024x643.jpg 1024w, https://static.seattletimes.com/wp-content/uploads/2019/04/120028-780x489.jpg 780w, https://static.seattletimes.com/wp-content/uploads/2019/04/120028-1020x640.jpg 1020w, https://static.seattletimes.com/wp-content/uploads/2019/04/120028-1560x979.jpg 1560w, https://static.seattletimes.com/wp-content/uploads/2019/04/120028-375x235.jpg 375w" sizes="(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px" data-sizes="(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px" />
+ </figure>
+ <figure id="slide-11519494" class="slide image-slide">
+ <div class="lazy-loading"></div><img data-count="2" data-ratio="1.5" data-src-facebook="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1200x630.jpg" data-caption="Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)" class="lazy wait" alt="Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)" src="https://www.seattletimes.com/wp-content/themes/st_refresh/img/lazy-loading-14x9.png" data-src="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg" data-srcset="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-300x200.jpg 300w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-768x512.jpg 768w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1024x683.jpg 1024w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-780x520.jpg 780w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg 1020w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1560x1040.jpg 1560w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-375x250.jpg 375w" data-sizes="(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px" /><noscript><img data-count="2" data-ratio="1.5" data-src-facebook='https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1200x630.jpg' data-caption="Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)" class='wait' alt='Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)' src='https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg' srcset='https://static.seattletimes.com/wp-content/uploads/2019/04/120109-300x200.jpg 300w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-768x512.jpg 768w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1024x683.jpg 1024w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-780x520.jpg 780w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg 1020w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1560x1040.jpg 1560w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-375x250.jpg 375w' sizes='(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px' data-sizes='(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px' /></noscript>
+ </figure>
+ </div>
+ <div class="gallery-navigation hide-nav">
+ <div class="prev"></div>
+ <div class="next"></div>
+ <div class="button-contract contract"></div>
+ </div>
+ </div>
+ <div class="gallery-meta-panel"></div>
+ </div>
+ </div>
+ </div>
+ <div class="article-body e-content">
+ <div class="article-byline">
+ <a href="/author/cap-ben-romano" class="headshot article-columnist-headshot"><img src="https://static.seattletimes.com/wp-content/uploads/2018/10/BenRomano-copy-100x100.jpg" alt="Benjamin Romano" /></a>
+ <div class="byline-text single_author">
+ <span class="byline-copy">By</span>
+ <div class="name vcard">
+ <a href="/author/cap-ben-romano/" rel="author" class="p-author h-card hcard url fn">Benjamin Romano</a> <a target="_blank" href="https://www.twitter.com/bromano"></a>
+ </div>
+ <div class="title vcard">
+ <span class="p-author fn">Seattle Times business reporter</span>
+ </div>
+ </div>
+ </div>
+ <div itemprop="articleBody" id="article-content" class="article-content entry-content">
+ <p>
+ From the deck of his 106-year-old halibut schooner, undergoing a seasonal overhaul at Fisherman’s Terminal in Seattle, skipper Wade Bassi has better insight than most into what’s happening at Amazon-owned Whole Foods Market, at least as pertains to the product he knows best.
+ </p>
+ <p>
+ While he doesn’t buy halibut much — he’s got a freezer full of it — Bassi, 43 years a fisherman, keeps an eye on how it’s handled and presented in the grocery stores and fish markets.
+ </p>
+ <p>
+ “When you look at nice halibut, I mean it is pure white,” he said. “And it is flaky-looking, and it is beautiful. It’s translucent. If you’ve got that in the fish market, people are going to buy it.”
+ </p>
+ <p>
+ A few days earlier, Whole Foods touted a rarely seen promotional price for halibut as part of its ongoing campaign to revise the grocery chain’s high-cost reputation while maintaining its image for quality and sustainability.
+ </p>
+ <p>
+ “Whole Foods is one of the better ones, to be honest with you,” Bassi said. “But you know, Whole Foods, whole paycheck. … They usually do charge way more for everything than anywhere else. Which really surprises me that they’re selling this for $16-something a pound, because they’re not making anything on it.”
+ </p>
+ <p>
+ Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy as it seeks to combine the defining characteristics of each brand, leverage its juggernaut Prime membership program and take a larger share of the grocery business from competitors such as Walmart, Kroger and Costco.
+ </p>
+ <div class="ad-container u-bg-dark-off-white full-width-inset mb-4 mt-4 pt-0 ad-container-multiple body1">
+ <div class="ad-label font-micro u-tc u-mid-light-gray u-sans pv-10 u-upper">
+ Advertising
+ </div>
+ <div class="ad-container-inner mh-auto u-df justify-content-between flex-nowrap">
+ <div id="div-gpt-ad-body1a" class="dfp-ad ad ad-multiple">
+ <div class="ad-wrapper"></div>
+ </div>
+ <div id="div-gpt-ad-body1b" class="dfp-ad ad ad-multiple">
+ <div class="ad-wrapper"></div>
+ </div>
+ <div id="div-gpt-ad-body1c" class="dfp-ad ad ad-multiple">
+ <div class="ad-wrapper"></div>
+ </div>
+ </div>
+ </div>
+ <p>
+ It also draws a long line from a major Seattle industry with roots in the 19<sup>th</sup> century to the dominant economic force of the 21<sup>st</sup>.
+ </p>
+ <p>
+ Amazon bought Whole Foods in August 2017 for $13.7 billion, its largest acquisition and an aggressive move into the grocery business.
+ </p>
+ <p>
+ The combination of the two has been steady, said Tom Forte, who follows Amazon as a managing director at the D.A. Davidson brokerage. In a few more years, he said, “You won’t recognize the original Whole Foods.”
+ </p>
+ <p>
+ Within months of the acquisition, Forte said, Whole Foods was selling cheaper cage-free eggs and organic ground beef, prices it said were a result of the deal.
+ </p>
+ <p>
+ Then came the integration of Prime, Amazon’s $119-a-year shipping and media-subscription program, which Amazon founder Jeff Bezos said last year had surpassed 100 million members. In Whole Foods, Prime operates as a hybrid of the customer-loyalty discount programs offered by most grocers — in which consumers trade details of their purchasing habits for lower prices — and a paid membership like at Costco or Sam’s Club.
+ </p>
+ <p>
+ Whole Foods stores have been festooned with yellow and blue signs pointing out Prime member benefits, one of which was fresh halibut fillets priced at $16.99 a pound, albeit only for a week earlier this month.
+ </p>
+ <div class="ad-container u-bg-dark-off-white full-width-inset mb-4 mt-4 pt-0 ad-container-single">
+ <div class="ad-label font-micro u-tc u-mid-light-gray u-sans pv-10 u-upper">
+ Advertising
+ </div>
+ <div class="ad-container-inner mh-auto u-df justify-content-between flex-nowrap">
+ <div id="div-gpt-ad-body2a" class="dfp-ad ad ad-single">
+ <div class="ad-wrapper"></div>
+ </div>
+ </div>
+ </div>
+ <p>
+ “I was shocked to see that level,” said Tyler Besecker, president of Mercer Island-based Dana F. Besecker Company, the largest buyer of Pacific halibut. The price, which was matched at Kroger-owned QFC stores in the region last week, is “as low as I’ve ever seen.” (Besecker does not currently supply Whole Foods.)
+ </p>
+ <p>
+ Fresh halibut fillets routinely sell for $24 to $28 a pound, and often more.
+ </p>
+ <p>
+ He said there’s little if any room for a profit at the promotional price offered by Whole Foods and QFC. “They might be selling those at cost or as loss leaders just to get people into the stores,” Besecker said.
+ </p>
+ <div id="userMessagingInset" class="user-messaging animate"></div>
+ <p>
+ In the competitive grocery business, promotions like this happen all the time. The thinking is that shoppers will be attracted by the discount on a staple or a prestige item, and then fill their carts with other groceries sold at a profit.
+ </p>
+ <p>
+ A Whole Foods spokeswoman declined to comment on pricing. The temporary halibut discount is one of more than 300 such Prime promotions Whole Foods plans in the next few months. The company also said it was lowering prices across the store, its third such announcement since the acquisition.
+ </p>
+ <p>
+ At the seafood counter in the Whole Foods store on Westlake, surrounded by Amazon headquarters buildings, a sign advertised “First of the Season Fresh Alaskan Halibut” and sported the blue Marine Stewardship Council (MSC) Certified Sustainable Seafood label.
+ </p>
+ <div class="ad-container u-bg-dark-off-white full-width-inset mb-4 mt-4 pv-2">
+ <div class="teadsNative"></div>
+ </div>
+ <p>
+ Whole Foods has been a pioneer in sustainable-seafood marketing, beginning in 1999 when it began to stock fish with the MSC label. In the mid-2000s, Pacific halibut fishermen sought the certification — a system of third-party audits that tracks seafood from catch to market — and Whole Foods was there from the beginning.
+ </p>
+ <p>
+ “They were the first ones to market the MSC halibut,” said Bob Alverson, head of the Fishing Vessel Owners Association, representing boats that catch halibut and black cod and a driver of the certification effort. “It turned into quite a marketing advantage. Whole Foods saw that early. They were focusing on sustainable, high-quality food products. They had quite a bit of foresight, I think, in that direction.”
+ </p>
+ <p>
+ The certification comes with added costs borne by the fishermen and buyers, and passed on to consumers. But it’s also an assurance “that people are watching out for the resource,” he said.
+ </p>
+ <div data-section="business" class="most-read-container module most-shared truncate show u-border-t u-border-b u-border-light-gray embed-container mt-40 mb-40">
+ <div class="most-read-wrapper mb-17">
+ <h2 class="mrw-header pt-27">
+ Most Read Business Stories
+ </h2>
+ <ul class="pl-20 mb-0">
+ <li class="u-relative pv-1 pl-3 most-read-widget-item most-read-widget-item-1">
+ <a class="no-image u-href font-list u-off-black" href="//www.seattletimes.com/business/real-estate/metro-seattle-home-prices-ease-in-expensive-areas-surge-in-lower-cost-cities/"><span>Seattle-area housing market splits into 2 dramatically different pieces</span></a>
+ </li>
+ <li class="u-relative pv-1 pl-3 most-read-widget-item most-read-widget-item-2">
+ <a class="no-image u-href font-list u-off-black" href="//www.seattletimes.com/business/amazon/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods/"><span>Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods</span></a>
+ </li>
+ <li class="u-relative pv-1 pl-3 most-read-widget-item most-read-widget-item-3">
+ <a class="no-image u-href font-list u-off-black" href="//www.seattletimes.com/business/boeing-aerospace/facing-sharp-questions-boeing-ceo-refuses-to-admit-flaws-in-737-max-design/"><span>Facing sharp questions, Boeing CEO refuses to admit flaws in 737 MAX design</span></a>
+ </li>
+ <li class="u-relative pv-1 pl-3 most-read-widget-item most-read-widget-item-4">
+ <a class="no-image u-href font-list u-off-black" href="//www.seattletimes.com/business/real-estate/amazon-again-expands-in-bellevue-with-another-big-lease/"><span>Amazon again expands in Bellevue with lease of two future towers</span></a>
+ </li>
+ <li class="u-relative pv-1 pl-3 most-read-widget-item most-read-widget-item-5">
+ <a class="no-image u-href font-list u-off-black" href="//www.seattletimes.com/business/how-to-stop-robocall-spammers-and-exact-revenge/"><span>How to stop robocall spammers and exact revenge | Tech Review</span></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <p>
+ As it tries to convince people it has lower prices, Whole Foods has been very careful to maintain the reputation built on products like MSC-certified halibut.
+ </p>
+ <div class="image-single-wrapper image-11519494-499029239 layout-column-width">
+ <figure id="image-11519494" class="article-figure align-none">
+ <img data-ratio="1.5" data-caption="Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)" class="lazy" alt="Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)" src="https://www.seattletimes.com/wp-content/themes/st_refresh/img/lazy-loading-14x9.png" data-src="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg" data-srcset="https://static.seattletimes.com/wp-content/uploads/2019/04/120109-300x200.jpg 300w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-768x512.jpg 768w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1024x683.jpg 1024w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-780x520.jpg 780w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg 1020w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1560x1040.jpg 1560w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-375x250.jpg 375w" data-sizes="(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px" /><noscript><img data-ratio="1.5" data-caption="Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)" class='' alt='Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)' src='https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg' srcset='https://static.seattletimes.com/wp-content/uploads/2019/04/120109-300x200.jpg 300w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-768x512.jpg 768w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1024x683.jpg 1024w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-780x520.jpg 780w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1020x680.jpg 1020w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-1560x1040.jpg 1560w, https://static.seattletimes.com/wp-content/uploads/2019/04/120109-375x250.jpg 375w' sizes='(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px' data-sizes='(max-width: 767px) calc(100vw - 20px), (max-width: 1019px) calc(100vw - 30px), (max-width: 1044px) calc(100vw - 60px), 970px' /></noscript>
+ <figcaption class="article-figure-caption">
+ <span class="caption">Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times)</span>
+ </figcaption>
+ </figure>
+ </div>
+ <p>
+ <strong>Whole Foods future</strong>
+ </p>
+ <p>
+ New signs in stores appeared this month, spelling out the value proposition it’s trying to strike: “New lower prices. Same high standards,” reads one, against a background image of carrots.
+ </p>
+ <p>
+ At the same time, the company claims its new prices and Prime deals have saved customers “hundreds of millions of dollars” since the Amazon acquisition.
+ </p>
+ <div class="native-ad-article u-bg-dark-off-white full-width-inset mb-4 mt-4 pt-0">
+ <div class="ad-label font-micro u-tc u-mid-light-gray u-sans pv-10 u-upper">
+ Advertising
+ </div>
+ <div class="ad-container-inner mh-auto u-df justify-content-between flex-nowrap"></div>
+ </div>
+ <p>
+ If prices are being lowered and the quality bar stays the same, something else has to give.
+ </p>
+ <p>
+ Analysts provided a few theories:
+ </p>
+ <p>
+ Amazon could be willing to accept losses or slimmer profits within Whole Foods, as it has done in other businesses, in an effort to expand its customer base.
+ </p>
+ <p>
+ “Do they take the profit from their non-retail efforts, which today is primarily cloud computing, and then reinvest those profits to take share in grocery?” Forte said.
+ </p>
+ <div id="userMessagingPostscript" class="user-messaging animate"></div>
+ <p>
+ That could eventually open up an avenue to growth as the rate of expansion slows in Amazon’s broader U.S. retail sales.
+ </p>
+ <p>
+ “That’s why they need grocery to work,” Forte said. “Grocery’s a very big category.”
+ </p>
+ <p>
+ Whole Foods could also <span class="annotated" data-st-annotation-ref="1792ba">press suppliers to reduce their prices</span>, essentially cutting their profit.
+ </p>
+ <div class="ad-container u-bg-dark-off-white full-width-inset mb-4 mt-4 pt-0 ad-container-single">
+ <div class="ad-label font-micro u-tc u-mid-light-gray u-sans pv-10 u-upper">
+ Advertising
+ </div>
+ <div class="ad-container-inner mh-auto u-df justify-content-between flex-nowrap">
+ <div id="div-gpt-ad-body5a" class="dfp-ad ad ad-single">
+ <div class="ad-wrapper"></div>
+ </div>
+ </div>
+ </div>
+ <p>
+ “The worry with that is that it puts the squeeze on the producer upstream,” said Ananth Iyer, a professor at Purdue University whose research includes sustainability in supply chains. If producers are squeezed too much, he noted, they may start to cut corners.
+ </p>
+ <p>
+ So far, there’s no evidence this is happening in halibut, where fishery practices have been carefully managed with a goal of sustainability for nearly a century. Also, Whole Foods does not yet have the scale as a buyer to dictate prices the way a company like Costco does.
+ </p>
+ <p>
+ Forte said that even if it did have such clout, this would be a risky strategy that would undermine the very attributes of the Whole Foods brand that make it most valuable.
+ </p>
+ <p>
+ Another theory is that Amazon could apply more of its technology and expertise in logistics to create supply-chain efficiencies that would maintain its profits while benefiting producers and consumers, particularly with perishable grocery products, Iyer said. This is part of the promise of the acquisition in the first place.
+ </p>
+ <p>
+ “That’s a powerful combination,” Forte said. “The sustainable, the organic, the healthier food — all those qualities of Whole Foods, with the supply-chain technology of Amazon. It plays to the strengths of both sides.”
+ </p>
+ <p>
+ Forte said he expects Amazon to continue its aggressive moves on grocery pricing at Whole Foods. But he wonders when the price cuts will be broader, particularly as Amazon competes with the likes of Walmart and Kroger for a bigger slice of U.S. food and beverage retail sales, which totaled $726 billion in 2017. Whole Foods said it has lowered prices on hundreds of items, with an emphasis on fresh produce.
+ </p>
+ <div class="ad-container u-bg-dark-off-white full-width-inset mb-4 mt-4 pt-0 ad-container-single">
+ <div class="ad-label font-micro u-tc u-mid-light-gray u-sans pv-10 u-upper">
+ Advertising
+ </div>
+ <div class="ad-container-inner mh-auto u-df justify-content-between flex-nowrap">
+ <div id="div-gpt-ad-body6a" class="dfp-ad ad ad-single">
+ <div class="ad-wrapper"></div>
+ </div>
+ </div>
+ </div>
+ <p>
+ Forte described his attempt after the acquisition to get the ingredients for Rice Krispies Treats at Whole Foods. It was perhaps doomed from the start: Whole Foods doesn’t carry Rice Krispies. But he found an organic brown rice puff cereal and organic marshmallows. They were “so wildly expensive that we didn’t finish the exercise. I took the kids to Walmart and bought the ingredients for a pittance,” Forte said.
+ </p>
+ <p>
+ That points to the bigger question of how Amazon plans to position Whole Foods for the long term in its expanding array of physical retail-grocery formats. It now has 11 automated Go convenience stores and is rumored to be planning a new, low-priced grocery chain of its own that may deploy the same cashierless checkout technology.
+ </p>
+ <p>
+ Meanwhile, Whole Foods is not opening any new 365 stores, a smaller, lower-priced version of the main brand highlighting the company’s private-label products. Whole Foods co-founder and CEO John Mackey said in an internal memo that the “price distinction between the two brands has become less relevant” as Whole Foods lowered its prices, Yahoo Finance <a href="https://finance.yahoo.com/news/amazonowned-whole-foods-scraps-smaller-365-store-expansion-203543290.html" target="_blank" class="content-link external">reported</a> earlier this year.
+ </p>
+ <p>
+ Amazon, too, is finding success with a growing stable of private-label brands — it had more than 100 as of last July, according to Coresight Research, double the number in 2017. One of these, Solimo, sells generic versions of everything from K-Cup coffee pods to Epsom salts to garbage bags and racked up more than $6 million in sales in January alone, according to data analysis firm 1010data.
+ </p>
+ <p>
+ Of course, there’s nothing generic about a “fresh, sustainable wild-caught halibut fillet.”
+ </p>
+ <p>
+ <strong>Back on the schooner</strong>
+ </p>
+ <p>
+ The day after Easter, Bassi and his crew — three family members and an unrelated father-and-son team — loaded up the Polaris, one of four century-old wooden schooners still chasing halibut out of Seattle. (The broader Washington-based halibut fleet numbers about 100 vessels.) Bassi’s father fished on the Polaris, which Bassi co-owns with&#160;Rolfe McCartney. Bassi’s grandfather fished halibut back when schooners carried small dories out to the fishing grounds, which made the landing of a fish that can grow to 500 pounds all the more exciting.
+ </p>
+ <div class="ad-container u-bg-dark-off-white full-width-inset mb-4 mt-4 pt-0 ad-container-multiple">
+ <div class="ad-label font-micro u-tc u-mid-light-gray u-sans pv-10 u-upper">
+ Advertising
+ </div>
+ <div class="ad-container-inner mh-auto u-df justify-content-between flex-nowrap">
+ <div id="div-gpt-ad-body7a" class="dfp-ad ad ad-multiple">
+ <div class="ad-wrapper"></div>
+ </div>
+ <div id="div-gpt-ad-body7b" class="dfp-ad ad ad-multiple">
+ <div class="ad-wrapper"></div>
+ </div>
+ <div id="div-gpt-ad-body7c" class="dfp-ad ad ad-multiple">
+ <div class="ad-wrapper"></div>
+ </div>
+ </div>
+ </div>
+ <p>
+ The Polaris motored out of Fisherman’s Terminal and through the Ballard Locks to begin the three-day journey through the Inside Passage to Ketchikan, Alaska. There, they take on tons of ice and bait, herring for the black cod Bassi will target first, and later chum salmon, codfish or octopus for the halibut.
+ </p>
+ <p>
+ From a base in Kodiak, Alaska, the Polaris makes a series of trips, at sea for a week or longer at a time, to fish as far away as Attu Island at the far western edge of the Aleutian Islands chain. “It’s a big range that we fish,” Bassi said.
+ </p>
+ <p>
+ The Polaris will trail long lines of hooks, leaving them to soak for several hours before reeling them in. The fish are stunned, bled and dressed, and put on ice in the hold. It is this fishing method that contributes to the quality of the halibut and sustainability of the fishery, as it reduces by-catch — the inadvertent taking of other <span class="annotated" data-st-annotation-ref="53071e">species</span>.
+ </p>
+ <p>
+ They negotiate to sell the fish with four or five buyers, such as Besecker, at a price that fluctuates throughout the season. This is a peak time of year for halibut, with consumers seeking out fresh fish for Easter and Mother’s Day, Besecker said. Fishermen are typically paid between $5 and $6 a pound for halibut.
+ </p>
+ <p>
+ The Alaskan halibut fishery has its troubles — as nearly all fisheries do — but has been rationalized and managed successfully, particularly over the last quarter-century. Alverson, a commissioner on the Seattle-based International Pacific Halibut Commission, which has managed catch limits for U.S. and Canadian fishermen since 1924, described it as a stable but declining resource.
+ </p>
+ <p>
+ This year, the <a href="https://iphc.int/management/fisheries" target="_blank" class="content-link external">halibut fishery</a> in the Northern Pacific and Bering Sea is <a href="https://iphc.int/data/landings-2019" target="_blank" class="content-link external">capped at 29.4 million pounds</a>, with most of that allocated to commercial fishing and smaller amounts reserved for recreational and tribal fishing, as well as by-catch of other commercial fisheries.
+ </p>
+ <div class="ad-container u-bg-dark-off-white full-width-inset mb-4 mt-4 pt-0 ad-container-single">
+ <div class="ad-label font-micro u-tc u-mid-light-gray u-sans pv-10 u-upper">
+ Advertising
+ </div>
+ <div class="ad-container-inner mh-auto u-df justify-content-between flex-nowrap">
+ <div id="div-gpt-ad-body8a" class="dfp-ad ad ad-single">
+ <div class="ad-wrapper"></div>
+ </div>
+ </div>
+ </div>
+ <p>
+ Alverson summed up the journey from a wooden fishing boat in the Bering Sea to the fish counter of a grocery store owned by a company that has redefined modern buying and selling: “It’s Seattle old school meets Seattle new school with Amazon.”
+ </p>
+ <div class="multi-related-article-links embed-container u-sans u-border-t u-border-b u-border-light-gray mv-40 pv-20">
+ <div class="multi-related-article-links-wrapper u-dib">
+ <h3 class="related-article-label u-middle-gray u-dib u-upper u-bold font-tiny pb-10 mb-0">
+ Related
+ </h3><a class="related-article-link-label u-off-black u-upper u-bold font-tiny pb-10 u-sans u-blue-hfa:hover" href="https://www.seattletimes.com/business/amazon/">More on Amazon</a>
+ <ul class="related-article-links-list mb-0 ml-1 u-serif">
+ <li class="list-item">
+ <a class="related-article-headline font-list u-off-black u-blue-hfa:hover pb-10" href="https://www.seattletimes.com/business/amazon-posts-first-jobs-for-new-virginia-headquarters-says-project-is-ahead-of-schedule/">Amazon posts first jobs for new Virginia headquarters, says project is ahead of schedule</a>
+ </li>
+ <li class="list-item">
+ <a class="related-article-headline font-list u-off-black u-blue-hfa:hover pb-10" href="https://www.seattletimes.com/business/amazon/amazon-posts-3-6-billion-quarterly-profit-outrunning-expectations/">Amazon earns $3.6 billion profit, vows to shift to 1-day delivery for Prime members</a>
+ </li>
+ <li class="list-item">
+ <a class="related-article-headline font-list u-off-black u-blue-hfa:hover pb-10" href="https://www.seattletimes.com/business/amazon/amazon-grabs-large-downtown-bellevue-property-next-to-transit-hub/">Amazon grabs large downtown Bellevue property next to transit hub</a>
+ </li>
+ </ul>
+ <ul class="related-article-links-list-more u-serif hide"></ul>
+ <div class="show-hide-btn u-middle-gray u-dif u-navy-hfa hide">
+ <p class="icon-text font-list u-bold u-sans u-dib mb-0">
+ More
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="extended-byline">
+ <div class="single-byline">
+ <span class="name">Benjamin Romano:</span> <span>206-652-6593</span> or <span><a href="mailto:[email protected]">[email protected]</a>;</span> <span>on Twitter: <a target="_blank" href="https://www.twitter.com/bromano">@bromano</a>.</span>
+ </div>
+ </div>
+ </div>
+ </div><a id="comments" class="article-comments-bar" href="#comments"> View <span class="comment-count talk_comment_count">Comments</span></a>
+ <div class="comments-container">
+ <div class="u-tc mb-4 mt-2 u-sans hide">
+ You must be logged in to leave a comment. <a href="https://secure.seattletimes.com/accountcenter" class="coral-login-link">Log in</a> or <a href="https://secure.seattletimes.com/accountcenter/register" class="coral-create-account-link">create an account</a>.
+ </div>
+ <div id="coral_talk_stream"></div>
+ <p class="u-sans font-small mb-5">
+ The opinions expressed in reader comments are those of the author only, and do not reflect the opinions of The Seattle Times.
+ </p>
+ </div>
+ </article>
+ <div id="article-recommended-wrapper">
+ <div class="OUTBRAIN outbrain-recommended" data-src="https://www.seattletimes.com/business/amazon/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods/" data-widget-id="AR_6" data-ob-template="seattletimes"></div>
+ </div>
+ <div class="recirculation-widget"></div>
+ <div class="ad-container u-bg-dark-off-white full-width-inset mb-135 pt-0 ad-container-multiple">
+ <div class="font-tiny u-tc u-mid-light-gray u-sans pv-6 u-upper">
+ Advertising
+ </div>
+ <div class="ad-container-inner mh-auto u-df justify-content-between flex-nowrap">
+ <div id="div-gpt-ad-recirc1a" class="dfp-ad ad"></div>
+ <div id="div-gpt-ad-recirc1b" class="dfp-ad ad"></div>
+ <div id="div-gpt-ad-recirc1c" class="dfp-ad ad"></div>
+ </div>
+ </div>
+ <div class="OUTBRAIN outbrain-around-the-web" data-src="https://www.seattletimes.com/business/amazon/alaskan-halibut-caught-by-a-century-old-seattle-boat-provides-a-glimpse-of-amazons-strategy-with-whole-foods/" data-widget-id="AR_5" data-ob-template="seattletimes"></div>
+ <script type="text/javascript" async="async" src="https://widgets.outbrain.com/outbrain.js"></script>
+ <div id="userMessagingFooter" class="full-width-content user-messaging animate"></div>
+ <div id="ad-container-bottom">
+ <div id="div-gpt-ad-bottom" class="dfp-ad ad"></div>
+ </div>
+ </div>
+ </section>
+ </div>
+ <div id="ad-position-right11-small-mobile" class="footer-right11-ad ad small-mobile medium-rect">
+ <!-- Mobile Only Right11 Ad Position -->
+ </div>
+ <footer class="global-footer">
+ <div class="seattle-horizon"></div>
+ <div class="footer-top">
+ <div class="wrapper">
+ <ul class="footer-nav-primary">
+ <li id="menu-item-42879" class="menu-item menu-item-type-taxonomy menu-item-object-post_format menu-item-has-children menu-item-42879">
+ <a href="https://www.seattletimes.com/type/link/">Contact</a>
+ <ul class="sub-menu">
+ <li id="menu-item-9619487" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9619487">
+ <a href="https://www.seattletimes.com/newsroom-staff/">Newsroom staff list</a>
+ </li>
+ <li id="menu-item-42783" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42783">
+ <a href="https://www.seattletimes.com/help/">FAQ</a>
+ </li>
+ <li id="menu-item-9487380" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9487380">
+ <a href="https://www.seattletimes.com/contact/">Contact form</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-5522511" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-5522511">
+ <a href="http://company.seattletimes.com/who-we-are/">About the company</a>
+ <ul class="sub-menu">
+ <li id="menu-item-42813" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42813">
+ <a href="https://srw.seattletimes.com/">Seattle Restaurant Week</a>
+ </li>
+ <li id="menu-item-42808" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42808">
+ <a href="http://nie.seattletimes.com">Newspapers in Education</a>
+ </li>
+ <li id="menu-item-42809" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42809">
+ <a href="http://ffn.seattletimes.com">Fund for the Needy</a>
+ </li>
+ <li id="menu-item-42799" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42799">
+ <a href="http://company.seattletimes.com/careers/">Employment</a>
+ </li>
+ <li id="menu-item-42803" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42803">
+ <a href="http://nl.newsbank.com/nl-search/we/Archives/?p_product=HA-SE&amp;p_theme=histpaper&amp;p_action=keyword">Historical Archives</a>
+ </li>
+ <li id="menu-item-9591853" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9591853">
+ <a href="https://www.seattletimes.com/pulitzers/">Pulitzers</a>
+ </li>
+ <li id="menu-item-42786" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42786">
+ <a href="http://company.seattletimes.com/contact-us/">Company information</a>
+ </li>
+ <li id="menu-item-9639172" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9639172">
+ <a href="https://stux.wufoo.com/forms/permissions-and-licensing-request/">Permissions</a>
+ </li>
+ <li id="menu-item-9639173" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9639173">
+ <a href="http://company.seattletimes.com/store/">Seattle Times Store</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-42880" class="menu-item menu-item-type-taxonomy menu-item-object-post_format menu-item-has-children menu-item-42880">
+ <a href="https://www.seattletimes.com/type/link/">Advertise</a>
+ <ul class="sub-menu">
+ <li id="menu-item-42825" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42825">
+ <a href="http://classifieds.seattletimes.com/">Classifieds</a>
+ </li>
+ <li id="menu-item-42832" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42832">
+ <a href="http://autos.seattletimes.com/">Autos</a>
+ </li>
+ <li id="menu-item-42834" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42834">
+ <a href="http://homes.seattletimes.com/postlisting.html">Homes</a>
+ </li>
+ <li id="menu-item-42830" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42830">
+ <a href="http://services.nwsource.com/ClassifiedWeb/ObituaryNotice.aspx">Obituary</a>
+ </li>
+ <li id="menu-item-42831" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42831">
+ <a href="http://jobs.seattletimes.com/employer-home">Jobs</a>
+ </li>
+ <li id="menu-item-42817" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42817">
+ <a href="http://mediakit.seattletimes.com/">Media Kit</a>
+ </li>
+ <li id="menu-item-42824" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42824">
+ <a href="http://mediakit.seattletimes.com/">Advertise with Us</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-42874" class="menu-item menu-item-type-taxonomy menu-item-object-post_format menu-item-has-children menu-item-42874">
+ <a href="https://www.seattletimes.com/type/link/">Subscriber Services</a>
+ <ul class="sub-menu">
+ <li id="menu-item-42839" class="st-return menu-item menu-item-type-custom menu-item-object-custom menu-item-42839">
+ <a href="/subscribe/signup-offers/?subsource=voluntary">Subscribe</a>
+ </li>
+ <li id="menu-item-42843" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42843">
+ <a href="https://secure.seattletimes.com/accountcenter/linksubscription">Activate Account</a>
+ </li>
+ <li id="menu-item-42841" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42841">
+ <a href="https://secure.seattletimes.com/accountcenter/managesubscriptions">Manage Subscription</a>
+ </li>
+ <li id="menu-item-42842" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42842">
+ <a href="https://secure.seattletimes.com/accountcenter/deliveryholds">Place Temporary Hold</a>
+ </li>
+ <li id="menu-item-5522514" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5522514">
+ <a href="https://secure.seattletimes.com/accountcenter/reportdeliveryissue">Report Delivery Issue</a>
+ </li>
+ <li id="menu-item-42846" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42846">
+ <a href="https://secure.seattletimes.com/accountcenter/paymybill">Make a Payment</a>
+ </li>
+ <li id="menu-item-42847" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42847">
+ <a href="https://secure.seattletimes.com/accountcenter/replica">Print Replica</a>
+ </li>
+ </ul>
+ </li>
+ <li id="menu-item-42857" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42857">
+ <a href="/PDF/frontpage.pdf">Today’s Front Page</a>
+ </li>
+ <li id="menu-item-42875" class="facebook separated menu-item menu-item-type-custom menu-item-object-custom menu-item-42875">
+ <a target="_blank" href="https://www.facebook.com/seattletimes">Facebook</a>
+ </li>
+ <li id="menu-item-42876" class="twitter menu-item menu-item-type-custom menu-item-object-custom menu-item-42876">
+ <a target="_blank" href="https://twitter.com/seattletimes">Twitter</a>
+ </li>
+ </ul>
+ <ul id="menu-footer-secondary" class="footer-nav-secondary">
+ <li id="menu-item-9604572" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9604572">
+ <a href="https://www.seattletimes.com/rss-feeds/">RSS Feeds</a>
+ </li>
+ <li id="menu-item-9927432" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9927432">
+ <a href="https://www.seattletimes.com/newsletters/">Newsletters</a>
+ </li>
+ <li id="menu-item-5522517" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5522517">
+ <a href="https://www.seattletimes.com/mobile-apps/">Mobile Apps</a>
+ </li>
+ <li id="menu-item-9471222" class="st-return menu-item menu-item-type-custom menu-item-object-custom menu-item-9471222">
+ <a href="/subscribe/signup/">Subscribe</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="footer-btm">
+ <div class="wrapper">
+ <section class="footer-copyright">
+ <a href="https://company.seattletimes.com/notices/notice3.html">Copyright © 2019 The Seattle Times</a> | <a href="https://company.seattletimes.com/notices/notice2.html">Privacy statement</a> | <a href="https://company.seattletimes.com/notices/notice1.html">Terms of service</a>
+ </section>
+ </div>
+ </div>
+ </footer>
+ <div class="modals">
+ <div class="global-modal">
+ <div class="modal-content"></div>
+ </div>
+ <div id="message-container"></div>
+ <div id="ad-inter"></div>
+ <div id="ad-wallpaper"></div>
+ <div id="userMessagingOverlay" class="user-messaging"></div>
+ </div>
+ <div class="footer-scripts">
+ <script type="text/javascript" src="https://www.seattletimes.com/wp-content/plugins/st-article-template/js/article-template/dist/article-main.js?ver=1554930831"></script>
+ <script type="text/javascript">
+
+ /* <![CDATA[ */
+ var globalStub = [];
+ var SEATIMESCO = SEATIMESCO || {};
+
+ window.SEATIMESCO.singleSignOn = window.SEATIMESCO.singleSignOn || {};
+ window.SEATIMESCO.singleSignOn.info = window.SEATIMESCO.singleSignOn.info || {};
+ window.SEATIMESCO.singleSignOn.info.ssoEnvironment = "secure.";
+ window.SEATIMESCO.singleSignOn.info.subscriberSessionURL = "https://secure.seattletimes.com/accountcenter/getsubscribersession.js?method=ajax&session=";
+ window.SEATIMESCO.singleSignOn.info.commenterSessionURL = "https://secure.seattletimes.com/accountcenter/coraltoken.js?token=";
+ window.SEATIMESCO.singleSignOn.info.analyticsURL = "https://secure.seattletimes.com/accountcenter/soa.js?method=ajax&session=";
+
+ window.SEATIMESCO.ads = window.SEATIMESCO.ads || {};
+ window.SEATIMESCO.ads.disabled = false;
+
+ window.SEATIMESCO.ads = window.SEATIMESCO.ads || {};
+ window.SEATIMESCO.ads.nucleusCategories = window.SEATIMESCO.ads.nucleusCategories || {};
+ window.SEATIMESCO.ads.nucleusCategories = ["Business","Technology"];
+ window.SEATIMESCO.subscriptionSalePromo = window.SEATIMESCO.subscriptionSalePromo || {};
+
+ window.SEATIMESCO.subscriptionSalePromo.enabled = false;
+
+ window.SEATIMESCO.subscriptionSalePromo.text = "Sale extended! Last day to save over 90% on unlimited digital access for 8 weeks.";
+
+ window.SEATIMESCO.subscriptionSalePromo.cta = "Subscribe now";
+
+ window.SEATIMESCO.subscriptionSalePromo.url = "https://www.seattletimes.com/subscribe/signup-offers/?subsource=promo";
+ window.SEATIMESCO.images = window.SEATIMESCO.images || {};
+ window.SEATIMESCO.images.lazyLoadingDisabled = true;
+ window.SEATIMESCO.images.forceSSL = true;
+
+ window.SEATIMESCO.userMessaging = window.SEATIMESCO.userMessaging || {};
+ window.SEATIMESCO.userMessaging = {"messages":[{"id":"g5zaus","type":"declined-payment","dateCreated":1555531087433,"enabled":1,"userTypes":[{"value":"subscriber","label":"Subscriber"}],"priority":4,"slot":"overlay","pageTypes":[{"value":"story","label":"Story"}],"deviceTypes":[{"value":"desktop","label":"Desktop"},{"value":"tablet","label":"Tablet"}],"headline":"Attention!","message":"Your subscription will be suspended unless you update your credit card.","buttonText":"Update payment","url":"https:\/\/secure.seattletimes.com\/accountcenter\/autopay"},{"id":"vvinb2","type":"paywall","dateCreated":1552956908229,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"pageviewCount":4,"paywallConfigs":[{"label":"Freetrial","value":"freetrial"}],"layout":"bar","headline":"Last article.","buttonText":"Get a risk-free trial","buttonUrl":"https:\/\/secure.seattletimes.com\/accountcenter\/subscribe\/freetrialsubscription?subsource=meter"},{"id":"e8p618","type":"paywall","dateCreated":1552956854830,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"Freetrial","value":"freetrial"}],"layout":"bar","pageviewCount":3,"buttonUrl":"https:\/\/secure.seattletimes.com\/accountcenter\/subscribe\/freetrialsubscription?subsource=meter","buttonText":"Start trial","headline":"Get 1 month free"},{"id":"889xhs","type":"paywall","dateCreated":1552956727598,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"Freetrial","value":"freetrial"}],"layout":"bar","pageviewCount":2,"headline":"1 month free trial","buttonText":"Subscribe","buttonUrl":"https:\/\/secure.seattletimes.com\/accountcenter\/subscribe\/freetrialsubscription?subsource=meter"},{"id":"c5jxpx","type":"paywall","dateCreated":1552956277763,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"desktop","label":"Desktop"},{"value":"tablet","label":"Tablet"}],"paywallConfigs":[{"label":"Freetrial","value":"freetrial"}],"layout":"bar","pageviewCount":4,"buttonUrl":"https:\/\/secure.seattletimes.com\/accountcenter\/subscribe\/freetrialsubscription?subsource=meter","headline":"This is your last free article.","message":"Try our news free for a month. No credit card needed, cancel anytime.","buttonText":"Sign up"},{"id":"k3glxy","type":"paywall","dateCreated":1552956145989,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"Freetrial","value":"freetrial"}],"layout":"bar","pageviewCount":3,"headline":"You\u2019ve been selected for a free trial subscription.","buttonUrl":"https:\/\/secure.seattletimes.com\/accountcenter\/subscribe\/freetrialsubscription?subsource=meter","message":"Read all you want for a month, no credit card required.","buttonText":"See offer"},{"id":"l5yn8i","type":"paywall","dateCreated":1552955895627,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"Freetrial","value":"freetrial"}],"layout":"bar","pageviewCount":2,"headline":"Free trial subscription. No strings attached.","message":"Sign up for a free month, no credit card needed.","buttonText":"Sign up","buttonUrl":"https:\/\/secure.seattletimes.com\/accountcenter\/subscribe\/freetrialsubscription?subsource=meter"},{"id":"aaph9p","type":"generic","dateCreated":1552954836969,"enabled":1,"priority":4,"slot":"overlay","frequency":259200,"closeFrequency":432000,"userTypes":[{"value":"free-trial-user","label":"Free Trial User"}],"pageTypes":[{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"layout":"bar","name":"free-trial-story-mobile","headline":"Get more of a good thing.","buttonText":"Continue your subscription beyond your free trial.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=free-trial"},{"id":"lnebab","type":"generic","dateCreated":1552954681258,"enabled":1,"priority":4,"slot":"overlay","frequency":259200,"closeFrequency":432000,"userTypes":[{"value":"free-trial-user","label":"Free Trial User"}],"pageTypes":[{"value":"story","label":"Story"}],"deviceTypes":[{"value":"desktop","label":"Desktop"}],"layout":"bar","name":"free-trial-story-desktop","headline":"Get more of a good thing.","message":"Continue your subscription beyond your free trial.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=free-trial","buttonText":"Learn more"},{"id":"602xps","type":"generic","dateCreated":1552954586993,"enabled":1,"priority":4,"slot":"overlay","closeFrequency":604800,"frequency":259200,"userTypes":[{"value":"free-trial-user","label":"Free Trial User"}],"pageTypes":[{"value":"homepage","label":"Homepage"},{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"deviceTypes":[{"value":"desktop","label":"Desktop"}],"name":"free-trial-homepage-section-desktop","layout":"bar","headline":"Don\u2019t let your free subscription come to an end.","message":"Continued unlimited Seattle Times access by subscribing now.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=free-trial","buttonText":"Subscribe"},{"id":"o5q7zw","type":"generic","dateCreated":1552954379676,"enabled":1,"priority":4,"slot":"overlay","frequency":259200,"closeFrequency":604800,"userTypes":[{"value":"free-trial-user","label":"Free Trial User"}],"pageTypes":[{"value":"homepage","label":"Homepage"},{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=free-trial","name":"free-trial-homepage-section-mobile","layout":"bar","headline":"Don\u2019t let your free subscription come to an end.","buttonText":"Continued unlimited Seattle Times access by subscribing now."},{"id":"e9oap1","type":"generic","dateCreated":1542763411965,"enabled":0,"priority":4,"slot":"overlay","frequency":259200,"closeFrequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"subscriber","label":"Subscriber"}],"pageTypes":[{"value":"story","label":"Story"},{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"layout":"bar","name":"EdLabSurveyNov18mobile","sections":[{"label":"Education","value":"education"},{"label":"Education Lab","value":"education-lab"}],"headline":"Help us shape our education content by answering a few questions.","buttonUrl":"https:\/\/www.research.net\/r\/K5J8P5X","buttonText":"Start now"},{"id":"ygb38p","type":"generic","dateCreated":1542763070736,"enabled":0,"priority":4,"slot":"overlay","frequency":259200,"closeFrequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"print-replica","label":"Print Replica"},{"value":"subscriber","label":"Subscriber"}],"pageTypes":[{"value":"story","label":"Story"},{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"deviceTypes":[{"value":"desktop","label":"Desktop"},{"value":"tablet","label":"Tablet"}],"name":"EdLabSurveyNov18","layout":"bar","sections":[{"label":"Education","value":"education"},{"label":"Education Lab","value":"education-lab"}],"headline":"Share your thoughts on Education Lab","message":"Help us shape our education content by answering a few questions about our coverage.","buttonText":"Start now","buttonUrl":"https:\/\/www.research.net\/r\/K5J8P5X"},{"id":"82pc1e","type":"paywall","dateCreated":1542227121741,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"paywall2","value":"paywall2"}],"layout":"bar","pageviewCount":1,"headline":"There\u2019s an easier way of getting around the paywall.","message":"Become a subscriber \u2013 just $1 \u2013 for unlimited access to our news.","buttonText":"Subscribe now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"d41njx","type":"paywall","dateCreated":1542227070616,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"paywall2","value":"paywall2"}],"layout":"bar","pageviewCount":2,"headline":"For a dollar to start, the paywall comes down.","message":"Try a subscription and get unlimited access to seattletimes.com.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","buttonText":"Subscribe now"},{"id":"kob2zz","type":"generic","dateCreated":1541203510246,"enabled":0,"priority":4,"slot":"overlay","frequency":86400,"closeFrequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"homepage","label":"Homepage"},{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"layout":"bar","name":"Endorsements2018mobile","headline":"Still haven\u2019t cast your ballot?","message":"","buttonText":"Read recommendations from The Seattle Times Editorial Board.","buttonUrl":"https:\/\/www.seattletimes.com\/opinion\/editorials\/seattle-times-editorial-board-endorsements-for-nov-6-general-election\/"},{"id":"pgnmve","type":"generic","dateCreated":1540227038100,"enabled":0,"priority":4,"slot":"overlay","frequency":86400,"closeFrequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"homepage","label":"Homepage"},{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"deviceTypes":[{"value":"desktop","label":"Desktop"},{"value":"tablet","label":"Tablet"}],"sections":[{"label":"Agriculture","value":"agriculture"},{"label":"Boeing & Aerospace","value":"boeing-aerospace"},{"label":"Other Sports","value":"other-sports"},{"label":"Auto Racing","value":"auto-racing"},{"label":"Business","value":"business"},{"label":"Books","value":"books"},{"label":"Amazon","value":"amazon"},{"label":"Classical Music","value":"classical-music"},{"label":"College Basketball","value":"college-basketball"},{"label":"College Football","value":"college-football"},{"label":"College Sports","value":"college"},{"label":"Comics","value":"comics"},{"label":"Cougar Football","value":"wsu-cougar-football"},{"label":"Cougar Basketball","value":"wsu-cougar-basketball"},{"label":"Cougars","value":"wsu-cougars"},{"label":"Crime","value":"crime"},{"label":"Dance","value":"dance"},{"label":"Data","value":"data"},{"label":"Eastside","value":"eastside"},{"label":"Economy","value":"economy"},{"label":"Editorials","value":"editorials"},{"label":"Education","value":"education"},{"label":"Education Lab","value":"education-lab"},{"label":"Entertainment","value":"entertainment"},{"label":"Environment","value":"environment"},{"label":"Events","value":"events"},{"label":"Fashion","value":"fashion"},{"label":"Fitness","value":"fitness"},{"label":"Food & Drink","value":"food-drink"},{"label":"Games & Puzzles","value":"games"},{"label":"Garden","value":"garden"},{"label":"Golf","value":"golf"},{"label":"Gonzaga","value":"gonzaga-bulldogs"},{"label":"Health","value":"health"},{"label":"High School Sports","value":"high-school"},{"label":"Hockey","value":"hockey"},{"label":"Home & Decor","value":"home-decor"},{"label":"Homes & Real Estate","value":"homes-real-estate"},{"label":"Horse Racing","value":"horse-racing"},{"label":"Huskies","value":"uw-huskies"},{"label":"Husky Basketball","value":"uw-husky-basketball"},{"label":"Husky Football","value":"uw-husky-football"},{"label":"International Trade","value":"international-trade"},{"label":"Letters to the Editor","value":"letters-to-the-editor"},{"label":"Life","value":"life"},{"label":"Lifestyle","value":"lifestyle"},{"label":"Local Business","value":"local-business"},{"label":"Local News","value":"seattle-news"},{"label":"Local Politics","value":"politics"},{"label":"Marijuana","value":"marijuana"},{"label":"Mariners","value":"mariners"},{"label":"Markets","value":"markets"},{"label":"Microsoft","value":"microsoft"},{"label":"MLB","value":"mlb"},{"label":"Movies","value":"movies"},{"label":"Nation","value":"nation"},{"label":"Music","value":"music"},{"label":"Nation & World","value":"nation-world"},{"label":"Nation & World Politics","value":"nation-politics"},{"label":"NBA","value":"nba"},{"label":"NCAA Tournament","value":"ncaa-tournament"},{"label":"News","value":"news"},{"label":"NFL","value":"nfl"},{"label":"Nightlife","value":"nightlife"},{"label":"Northwest","value":"northwest"},{"label":"Northwest Voices","value":"northwest-voices"},{"label":"Obituaries","value":"obituaries"},{"label":"Oddities","value":"oddities"},{"label":"Olympics","value":"olympics"},{"label":"Opinion","value":"opinion"},{"label":"Outdoors","value":"outdoors"},{"label":"Pac-12","value":"pac-12"},{"label":"Pacific NW Magazine","value":"pacific-nw-magazine"},{"label":"Pets","value":"pets"},{"label":"Photo & Video","value":"photo-video"},{"label":"Photography","value":"photography"},{"label":"Project Homeless","value":"homeless"},{"label":"Puget Sound","value":"puget-sound"},{"label":"Quail Run","value":"quail-run"},{"label":"Real Estate","value":"real-estate"},{"label":"Reign","value":"reign"},{"label":"Retail","value":"retail"},{"label":"Science","value":"science"},{"label":"Seahawks","value":"seahawks"},{"label":"Seattle University","value":"seattle-university"},{"label":"Shopping","value":"shop-northwest"},{"label":"Snow Sports","value":"snow-sports"},{"label":"Soccer","value":"soccer"},{"label":"Sounders","value":"sounders"},{"label":"Special Reports","value":"special-reports"},{"label":"Special Sections","value":"special-sections"},{"label":"Sponsored","value":"sponsored"},{"label":"Sports","value":"sports"},{"label":"Starbucks","value":"starbucks"},{"label":"Storm","value":"storm"},{"label":"Technology","value":"technology"},{"label":"Television","value":"tv"},{"label":"Theater","value":"theater"},{"label":"Times Watchdog","value":"times-watchdog"},{"label":"Traffic Lab","value":"transportation"},{"label":"Travel","value":"travel"},{"label":"Video","value":"video"},{"label":"Video Games","value":"video-games"},{"label":"Visual Arts","value":"visual-arts"},{"label":"Weather","value":"weather"},{"label":"Wellness","value":"wellness"},{"label":"WNBA","value":"wnba"},{"label":"World","value":"world"},{"label":"World Cup","value":"world-cup"}],"layout":"bar","name":"EndorsementsOct18","headline":"Still haven\u2019t cast your ballot?","message":"The Seattle Times editorial board interviewed over 130 candidates.","buttonText":"Read their opinions.","buttonUrl":"https:\/\/www.seattletimes.com\/opinion\/editorials\/seattle-times-editorial-board-endorsements-for-nov-6-general-election\/"},{"id":"3s7h3i","type":"paywall","dateCreated":1538501663329,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"layout":"bar","paywallConfigs":[{"label":"mmtest","value":"mmtest"}],"pageviewCount":3,"headline":"For a dollar to start, the paywall comes down.","message":"Try a subscription and get unlimited access to seattletimes.com.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","buttonText":"Subscribe now"},{"id":"qpe7bn","type":"paywall","dateCreated":1538501399997,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"mmtest","value":"mmtest"}],"layout":"bar","pageviewCount":2,"buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","headline":"There\u2019s an easier way of getting around the paywall.","buttonText":"Subscribe now","message":"Become a subscriber \u2013 just $1 \u2013 for unlimited access to our news."},{"id":"6geoqr","type":"paywall","dateCreated":1538441184751,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"desktop","label":"Desktop"},{"value":"tablet","label":"Tablet"}],"pageviewCount":4,"paywallConfigs":[{"label":"Politics","value":"politics"}],"layout":"bar","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","message":"Follow the stories as they develop, subscribe now for just $1 to start.","headline":"This is your last free article.","buttonText":"Subscribe now"},{"id":"1jz5fg","type":"paywall","dateCreated":1538441032909,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"Politics","value":"politics"}],"layout":"bar","pageviewCount":2,"headline":"Stay informed on the issues.","message":"Subscribe and enjoy unlimited journalism for just $1 to start.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","buttonText":"Learn more"},{"id":"tve5bb","type":"paywall","dateCreated":1538440906020,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"pageviewCount":4,"buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","layout":"bar","paywallConfigs":[{"label":"Politics","value":"politics"}],"headline":"Last free article!","buttonText":"Subscribe now"},{"id":"ulm4cq","type":"paywall","dateCreated":1538440848086,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"Politics","value":"politics"}],"layout":"bar","pageviewCount":2,"headline":"Stay informed","buttonText":"Subscribe now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"osqb2g","type":"paywall","dateCreated":1538439079104,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"Seahawks","value":"seahawks"}],"layout":"bar","pageviewCount":4,"headline":"Last free article!","buttonText":"Subscribe now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"dakmdn","type":"paywall","dateCreated":1538439024952,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"Seahawks","value":"seahawks"}],"layout":"bar","pageviewCount":2,"buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","headline":"Follow the Hawks","buttonText":"Subscribe now"},{"id":"znbh34","type":"paywall","dateCreated":1538438839647,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"pageviewCount":4,"paywallConfigs":[{"label":"Seahawks","value":"seahawks"}],"layout":"bar","headline":"You\u2019ve reached your limit of free articles.","message":"For just $1 to start, subscribe now to enjoy more Seahawks content.","buttonText":"Subscribe now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"fuo9t1","type":"paywall","dateCreated":1538438711404,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"Seahawks","value":"seahawks"}],"layout":"bar","pageviewCount":2,"headline":"53-men on the field. One place with all the insight.","message":"Subscribe for just $1 to start and enjoy Bob Condotta\u2019s Hawks coverage.","buttonText":"Learn more","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"jiotri","type":"paywall","dateCreated":1538433313570,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"Huskies","value":"huskies"}],"layout":"bar","pageviewCount":4,"headline":"Last free article!","buttonText":"Subscribe now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"e0qwxq","type":"paywall","dateCreated":1538433187364,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"Huskies","value":"huskies"}],"layout":"bar","pageviewCount":2,"buttonText":"Subscribe now","headline":"Follow the Dawgs","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"yvxg9l","type":"paywall","dateCreated":1538433092935,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"pageviewCount":4,"paywallConfigs":[{"label":"Huskies","value":"huskies"}],"layout":"bar","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","buttonText":"Subscribe now","message":"Keep the Huskies stories coming by subscribing now for just $1 to start.","headline":"This is your last free article."},{"id":"w85tj8","type":"paywall","dateCreated":1538432949871,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"layout":"bar","paywallConfigs":[{"label":"Huskies","value":"huskies"}],"pageviewCount":2,"headline":"Recruiting, national rankings and analysis.","message":"Subscribe and keep up on our Huskies coverage for just $1.","buttonText":"Learn more","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"4m9wg8","type":"newsletter-signup","dateCreated":1535154422497,"enabled":1,"priority":4,"slot":"overlay","frequency":259200,"closeFrequency":604800,"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"pageTypes":[{"value":"story","label":"Story"},{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"newsletter":10349060,"layout":"bar","sections":[{"label":"Books","value":"books"},{"label":"Classical Music","value":"classical-music"},{"label":"Dance","value":"dance"},{"label":"Entertainment","value":"entertainment"},{"label":"Visual Arts","value":"visual-arts"},{"label":"Video Games","value":"video-games"},{"label":"Travel","value":"travel"},{"label":"Food & Drink","value":"food-drink"},{"label":"Fitness","value":"fitness"},{"label":"Lifestyle","value":"lifestyle"},{"label":"Life","value":"life"},{"label":"Nightlife","value":"nightlife"},{"label":"Home & Decor","value":"home-decor"},{"label":"Movies","value":"movies"},{"label":"Music","value":"music"},{"label":"Outdoors","value":"outdoors"},{"label":"Marijuana","value":"marijuana"},{"label":"Theater","value":"theater"},{"label":"Television","value":"tv"}],"message":"Keep up on the food scene. Sign up for our free [title] newsletter."},{"id":"1b7nn9","type":"newsletter-signup","dateCreated":1534546172642,"enabled":1,"priority":3,"newsletter":10349079,"slot":"overlay","frequency":259200,"closeFrequency":604800,"userTypes":[{"value":"registered","label":"Registered"},{"value":"anonymous","label":"Anonymous"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"layout":"bar","message":"Sign up for the [title] newsletter for Ed Lab features as well as education-related content and news.","sections":[{"label":"Education","value":"education"},{"label":"Education Lab","value":"education-lab"}]},{"id":"ww4vcr","type":"newsletter-signup","dateCreated":1534545585601,"enabled":1,"priority":3,"slot":"overlay","frequency":259200,"closeFrequency":604800,"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"layout":"bar","message":"Sign up for the [title] newsletter for a quick recap of the day's top stories and need-to-know news.","newsletter":10728545,"sections":[{"label":"Amazon","value":"amazon"},{"label":"Boeing & Aerospace","value":"boeing-aerospace"},{"label":"Business","value":"business"},{"label":"Careers","value":"careers"},{"label":"Economy","value":"economy"},{"label":"International Trade","value":"international-trade"},{"label":"Local Business","value":"local-business"},{"label":"Microsoft","value":"microsoft"},{"label":"Markets","value":"markets"},{"label":"Technology","value":"technology"}],"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}]},{"id":"3shnwq","type":"newsletter-signup","dateCreated":1534452981298,"enabled":1,"priority":3,"slot":"overlay","frequency":259200,"closeFrequency":604800,"userTypes":[{"value":"registered","label":"Registered"},{"value":"anonymous","label":"Anonymous"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"newsletter":10349065,"layout":"bar","message":"Sign up for the [title] newsletter, all things sports, every weekday.","sections":[{"label":"Sports","value":"sports"},{"label":"Auto Racing","value":"auto-racing"},{"label":"College Basketball","value":"college-basketball"},{"label":"College Football","value":"college-football"},{"label":"College Sports","value":"college"},{"label":"Cougar Basketball","value":"wsu-cougar-basketball"},{"label":"Cougar Football","value":"wsu-cougar-football"},{"label":"Cougars","value":"wsu-cougars"},{"label":"Golf","value":"golf"},{"label":"Gonzaga","value":"gonzaga-bulldogs"},{"label":"High School Sports","value":"high-school"},{"label":"Hockey","value":"hockey"},{"label":"World Cup","value":"world-cup"},{"label":"WNBA","value":"wnba"},{"label":"Storm","value":"storm"},{"label":"Sounders","value":"sounders"},{"label":"Soccer","value":"soccer"},{"label":"Snow Sports","value":"snow-sports"},{"label":"Seattle University","value":"seattle-university"},{"label":"Seahawks","value":"seahawks"},{"label":"Pac-12","value":"pac-12"},{"label":"Other Sports","value":"other-sports"},{"label":"MLB","value":"mlb"},{"label":"Mariners","value":"mariners"},{"label":"Olympics","value":"olympics"},{"label":"NBA","value":"nba"},{"label":"NCAA Tournament","value":"ncaa-tournament"},{"label":"NFL","value":"nfl"},{"label":"Reign","value":"reign"},{"label":"Husky Football","value":"uw-husky-football"},{"label":"Huskies","value":"uw-huskies"},{"label":"Husky Basketball","value":"uw-husky-basketball"},{"label":"Horse Racing","value":"horse-racing"},{"label":"Outdoors","value":"outdoors"}]},{"id":"3rdsjy","type":"newsletter-signup","dateCreated":1534202011972,"enabled":1,"priority":3,"slot":"overlay","frequency":259200,"closeFrequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"},{"value":"page","label":"Page"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"layout":"bar","newsletter":10349021,"message":"Sign up for the [title] newsletter, a quick overview of today's top stories and need-to-know news.","sections":[{"label":"Crime","value":"crime"},{"label":"Data","value":"data"},{"label":"Local News","value":"seattle-news"},{"label":"Local Politics","value":"politics"},{"label":"Environment","value":"environment"},{"label":"Weather","value":"weather"},{"label":"Northwest","value":"northwest"},{"label":"Traffic Lab","value":"transportation"},{"label":"Project Homeless","value":"homeless"},{"label":"Eastside","value":"eastside"},{"label":"Health","value":"health"},{"label":"Obituaries","value":"obituaries"},{"label":"Times Watchdog","value":"times-watchdog"},{"label":"Homes & Real Estate","value":"homes-real-estate"},{"label":"Real Estate","value":"real-estate"},{"label":"Comics","value":"comics"},{"label":"Games & Puzzles","value":"games"},{"label":"Marijuana","value":"marijuana"},{"label":"Nation","value":"nation"},{"label":"Nation & World","value":"nation-world"},{"label":"Nation & World Politics","value":"nation-politics"},{"label":"World","value":"world"},{"label":"Puget Sound","value":"puget-sound"},{"label":"News","value":"news"},{"label":"Editorials","value":"editorials"},{"label":"Letters to the Editor","value":"letters-to-the-editor"},{"label":"Opinion","value":"opinion"},{"label":"Pacific NW Magazine","value":"pacific-nw-magazine"},{"label":"Northwest Voices","value":"northwest-voices"}],"pageIds":[10281555,10275124,10230502,10281558,10260050,10230487,10275133,10230508,10260044,10599705]},{"id":"g4pxrw","type":"paywall","dateCreated":1532991866025,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"mmtest","value":"mmtest"}],"layout":"bar","pageviewCount":2,"headline":"Start supporting independent journalism today.","message":"Get unlimited digital access for just $1.","buttonText":"Learn more","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","hideFooter":0},{"id":"b6uo1v","type":"paywall","dateCreated":1532991804346,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"mmtest","value":"mmtest"}],"layout":"bar","pageviewCount":3,"headline":"This is your last free article.","message":"Free press takes time and money to produce. Support us today.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","buttonText":"Subscribe now","hideFooter":0},{"id":"j3y8m2","type":"paywall","dateCreated":1532991623248,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"mmtest","value":"mmtest"}],"layout":"bar","pageviewCount":2,"headline":"We need your support!","buttonText":"Subscribe now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"75rmeb","type":"paywall","dateCreated":1532991545081,"enabled":0,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"layout":"bar","paywallConfigs":[{"label":"mmtest","value":"mmtest"}],"pageviewCount":3,"buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","headline":"Last free article","buttonText":"Subscribe now"},{"id":"481vgj","type":"paywall","dateCreated":1530132812773,"enabled":0,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"layout":"bar","pageviewCount":3,"headline":"Sale! Save over 90%!","buttonText":"Subscribe","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"zqckxe","type":"paywall","dateCreated":1529304159902,"enabled":0,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"layout":"bar","pageviewCount":4,"headline":"Last article. Save 90%!","buttonText":"Subscribe","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","hideFooter":1},{"id":"nc1zpf","type":"paywall","dateCreated":1529303998668,"enabled":0,"pageTypes":[{"value":"story","label":"Story"}],"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"layout":"bar","pageviewCount":2,"buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","headline":"Sale! Save 90%!","buttonText":"Subscribe now","hideFooter":1},{"id":"wxlgrq","type":"generic","dateCreated":1526595620171,"enabled":0,"priority":4,"slot":"overlay","frequency":86400,"deviceTypes":[{"value":"mobile","label":"Mobile"}],"pageTypes":[{"value":"homepage","label":"Homepage"},{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"subscriber","label":"Subscriber"}],"name":"ReaderFeedbackMobileMarch2019","layout":"bar","headline":"Give us your feedback.","buttonText":"Take a brief survey","buttonUrl":"https:\/\/www.research.net\/r\/FRSNQ79","closeFrequency":604800,"message":""},{"id":"a4l4ey","type":"generic","dateCreated":1526595233752,"enabled":0,"priority":4,"slot":"overlay","frequency":86400,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"subscriber","label":"Subscriber"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"}],"pageTypes":[{"value":"homepage","label":"Homepage"},{"value":"subsection_front","label":"Subsection Front"},{"value":"section_front","label":"Section Front"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"name":"ReaderFeedbackDesktopMarch2019","layout":"bar","headline":"Give us your feedback.","message":"Help us improve The Seattle Times by answering a few short questions.","buttonText":"Take a brief survey","buttonUrl":"https:\/\/www.research.net\/r\/FRSNQ79","closeFrequency":604800},{"id":"hgd791","type":"newsletter-signup","dateCreated":1525968760872,"enabled":1,"priority":3,"slot":"atf","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"desktop","label":"Desktop"}],"newsletter":10728545,"sections":[{"label":"Nation & World","value":"nation-world"}]},{"id":"5b0ohv","type":"newsletter-signup","dateCreated":1525968649832,"enabled":1,"priority":3,"slot":"atf","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"}],"deviceTypes":[{"value":"desktop","label":"Desktop"}],"newsletter":10349065,"sections":[{"label":"Sports","value":"sports"}]},{"id":"b3kuim","type":"newsletter-signup","dateCreated":1525968144208,"enabled":1,"priority":3,"slot":"atf","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"subscriber","label":"Subscriber"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"}],"deviceTypes":[{"value":"desktop","label":"Desktop"}],"newsletter":10349021,"sections":[{"label":"Home","value":"home"}]},{"id":"pi9sc7","type":"newsletter-signup","dateCreated":1525720892798,"enabled":1,"priority":3,"slot":"overlay","frequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349060,"layout":"splash","sections":[{"label":"Food & Drink","value":"food-drink"}],"message":"Sign up for the [title] newsletter and eat, drink, and be happy with this custom-curated newsletter full of epicurean delights.","closeFrequency":1209600},{"id":"7nsynx","type":"newsletter-signup","dateCreated":1525720828438,"enabled":1,"priority":3,"slot":"overlay","frequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349079,"layout":"splash","sections":[{"label":"Education","value":"education"}],"message":"Sign up for the [title] newsletter for Ed Lab features as well as education-related content and news.","closeFrequency":1209600},{"id":"5grj1d","type":"newsletter-signup","dateCreated":1525720745435,"enabled":1,"priority":3,"slot":"overlay","frequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349021,"layout":"splash","message":"Sign up for the [title] newsletter, a quick overview of today's top stories and need-to-know news.","sections":[{"label":"Business","value":"business"},{"label":"Crime","value":"crime"},{"label":"Local Business","value":"local-business"},{"label":"Local Politics","value":"politics"},{"label":"Microsoft","value":"microsoft"}],"closeFrequency":604800},{"id":"e0ql4c","type":"newsletter-signup","dateCreated":1525720662994,"enabled":1,"priority":3,"slot":"overlay","frequency":604800,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349065,"layout":"splash","message":"Sign up for the [title] newsletter, all things sports, every weekday.","sections":[{"label":"Auto Racing","value":"auto-racing"},{"label":"College Basketball","value":"college-basketball"},{"label":"College Sports","value":"college"},{"label":"Cougars","value":"wsu-cougars"},{"label":"Seattle University","value":"seattle-university"},{"label":"Sounders","value":"sounders"},{"label":"Sports","value":"sports"}],"closeFrequency":604800},{"id":"613j17","type":"newsletter-signup","dateCreated":1525715776700,"enabled":1,"priority":2,"slot":"overlay","frequency":259200,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349060,"layout":"splash","sections":[{"label":"Life","value":"life"},{"label":"Marijuana","value":"marijuana"},{"label":"Movies","value":"movies"},{"label":"Music","value":"music"},{"label":"Nightlife","value":"nightlife"}],"message":"Sign up for the [title] newsletter and eat, drink, and be happy with this custom-curated newsletter full of epicurean delights.","closeFrequency":604800},{"id":"oq9zar","type":"newsletter-signup","dateCreated":1525715654553,"enabled":1,"priority":2,"slot":"overlay","frequency":259200,"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10728545,"layout":"splash","message":"Sign up for the [title] newsletter for a quick recap of the day's top stories and need-to-know news.","sections":[{"label":"Education","value":"education"},{"label":"Environment","value":"environment"},{"label":"Markets","value":"markets"},{"label":"Northwest","value":"northwest"},{"label":"Northwest Voices","value":"northwest-voices"},{"label":"Science","value":"science"}],"closeFrequency":604800},{"id":"xwp6hb","type":"newsletter-signup","dateCreated":1525715538006,"enabled":1,"priority":2,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"frequency":259200,"newsletter":10349079,"layout":"splash","sections":[{"label":"Education Lab","value":"education-lab"}],"message":"Sign up for the [title] newsletter for Ed Lab features as well as education-related content and news.","closeFrequency":604800},{"id":"i1xzlb","type":"newsletter-signup","dateCreated":1525715372910,"enabled":1,"priority":2,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349065,"layout":"splash","message":"Sign up for the [title] newsletter, all things sports, every weekday.","sections":[{"label":"College Football","value":"college-football"},{"label":"Cougar Basketball","value":"wsu-cougar-basketball"},{"label":"Cougar Football","value":"wsu-cougar-football"},{"label":"Gonzaga","value":"gonzaga-bulldogs"},{"label":"Golf","value":"golf"},{"label":"Hockey","value":"hockey"},{"label":"High School Sports","value":"high-school"},{"label":"Husky Basketball","value":"uw-husky-basketball"},{"label":"Husky Football","value":"uw-husky-football"},{"label":"Mariners","value":"mariners"},{"label":"MLB","value":"mlb"},{"label":"NBA","value":"nba"},{"label":"NCAA Tournament","value":"ncaa-tournament"},{"label":"NFL","value":"nfl"},{"label":"Olympics","value":"olympics"},{"label":"Other Sports","value":"other-sports"},{"label":"Pac-12","value":"pac-12"},{"label":"Reign","value":"reign"},{"label":"Snow Sports","value":"snow-sports"},{"label":"Soccer","value":"soccer"},{"label":"Storm","value":"storm"},{"label":"WNBA","value":"wnba"},{"label":"World Cup","value":"world-cup"},{"label":"Seahawks","value":"seahawks"},{"label":"Huskies","value":"uw-huskies"}],"frequency":259200,"closeFrequency":604800},{"id":"ta72uz","type":"newsletter-signup","dateCreated":1525715279007,"enabled":1,"priority":2,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"desktop","label":"Desktop"},{"value":"tablet","label":"Tablet"}],"newsletter":10812646,"layout":"splash","message":"Sign up for [title]. Designed for those who want to know what happens next.","sections":[{"label":"Books","value":"books"},{"label":"Fashion","value":"fashion"},{"label":"Fitness","value":"fitness"},{"label":"Garden","value":"garden"}],"frequency":259200,"closeFrequency":604800},{"id":"38mwpg","type":"newsletter-signup","dateCreated":1525715145626,"enabled":1,"priority":2,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349041,"layout":"splash","message":"Sign up for [title]. When a story breaks, you'll be among the first to know.","sections":[{"label":"Amazon","value":"amazon"},{"label":"Boeing & Aerospace","value":"boeing-aerospace"},{"label":"Eastside","value":"eastside"},{"label":"Traffic Lab","value":"transportation"},{"label":"Weather","value":"weather"}],"frequency":259200,"closeFrequency":604800},{"id":"v9ikqn","type":"newsletter-signup","dateCreated":1525715015890,"enabled":1,"priority":2,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"},{"value":"story","label":"Story"},{"value":"page","label":"Page"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349021,"layout":"splash","message":"Sign up for the [title] newsletter, a quick overview of today's top stories and need-to-know news.","frequency":259200,"sections":[{"label":"Agriculture","value":"agriculture"},{"label":"Data","value":"data"},{"label":"Economy","value":"economy"},{"label":"Editorials","value":"editorials"},{"label":"Huskies","value":"uw-huskies"},{"label":"Local News","value":"seattle-news"},{"label":"Nation","value":"nation"},{"label":"Nation & World","value":"nation-world"},{"label":"Nation & World Politics","value":"nation-politics"},{"label":"Project Homeless","value":"homeless"},{"label":"Puget Sound","value":"puget-sound"},{"label":"Real Estate","value":"real-estate"},{"label":"Seattle University","value":"seattle-university"},{"label":"Special Reports","value":"special-reports"},{"label":"Special Sections","value":"special-sections"},{"label":"Starbucks","value":"starbucks"},{"label":"Technology","value":"technology"},{"label":"Times Watchdog","value":"times-watchdog"},{"label":"World","value":"world"},{"label":"Comics","value":"comics"},{"label":"Games & Puzzles","value":"games"}],"closeFrequency":604800,"pageIds":[10281555,10275124,10230502,10281558,10260050,10230487,10275133,10230508,10260044,10599705]},{"id":"wnuh01","type":"newsletter-signup","dateCreated":1525713022668,"enabled":1,"priority":3,"slot":"inset","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349060,"sections":[{"label":"Entertainment","value":"entertainment"},{"label":"Food & Drink","value":"food-drink"},{"label":"Home & Decor","value":"home-decor"},{"label":"Life","value":"life"},{"label":"Movies","value":"movies"},{"label":"Music","value":"music"},{"label":"Nightlife","value":"nightlife"},{"label":"Television","value":"tv"},{"label":"Theater","value":"theater"},{"label":"Travel","value":"travel"},{"label":"Wellness","value":"wellness"},{"label":"Pacific NW Magazine","value":"pacific-nw-magazine"}]},{"id":"kjyo9l","type":"newsletter-signup","dateCreated":1525712953873,"enabled":1,"priority":3,"slot":"inset","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349079,"sections":[{"label":"Education","value":"education"},{"label":"Education Lab","value":"education-lab"}]},{"id":"srdryd","type":"newsletter-signup","dateCreated":1525712790950,"enabled":1,"priority":3,"slot":"inset","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"print-replica","label":"Print Replica"},{"value":"registered","label":"Registered"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349065,"sections":[{"label":"Auto Racing","value":"auto-racing"},{"label":"College Basketball","value":"college-basketball"},{"label":"College Football","value":"college-football"},{"label":"College Sports","value":"college"},{"label":"Cougar Basketball","value":"wsu-cougar-basketball"},{"label":"Cougar Football","value":"wsu-cougar-football"},{"label":"Cougars","value":"wsu-cougars"},{"label":"Golf","value":"golf"},{"label":"Gonzaga","value":"gonzaga-bulldogs"},{"label":"High School Sports","value":"high-school"},{"label":"Hockey","value":"hockey"},{"label":"Horse Racing","value":"horse-racing"},{"label":"Huskies","value":"uw-huskies"},{"label":"Husky Basketball","value":"uw-husky-basketball"},{"label":"Husky Football","value":"uw-husky-football"},{"label":"Mariners","value":"mariners"},{"label":"MLB","value":"mlb"},{"label":"NBA","value":"nba"},{"label":"NCAA Tournament","value":"ncaa-tournament"},{"label":"NFL","value":"nfl"},{"label":"Olympics","value":"olympics"},{"label":"Other Sports","value":"other-sports"},{"label":"Pac-12","value":"pac-12"},{"label":"Reign","value":"reign"},{"label":"Seahawks","value":"seahawks"},{"label":"Seattle University","value":"seattle-university"},{"label":"Snow Sports","value":"snow-sports"},{"label":"Soccer","value":"soccer"},{"label":"Sounders","value":"sounders"},{"label":"Sports","value":"sports"},{"label":"Storm","value":"storm"},{"label":"WNBA","value":"wnba"},{"label":"World Cup","value":"world-cup"}]},{"id":"drr5td","type":"newsletter-signup","dateCreated":1525712647039,"enabled":1,"priority":3,"slot":"inset","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10728545,"sections":[{"label":"Amazon","value":"amazon"},{"label":"Boeing & Aerospace","value":"boeing-aerospace"},{"label":"Business","value":"business"},{"label":"Crime","value":"crime"},{"label":"Environment","value":"environment"},{"label":"Homes & Real Estate","value":"homes-real-estate"},{"label":"Local Business","value":"local-business"},{"label":"Local Politics","value":"politics"},{"label":"Nation","value":"nation"},{"label":"Nation & World","value":"nation-world"},{"label":"Nation & World Politics","value":"nation-politics"},{"label":"Puget Sound","value":"puget-sound"},{"label":"Real Estate","value":"real-estate"},{"label":"Science","value":"science"},{"label":"Special Reports","value":"special-reports"},{"label":"Special Sections","value":"special-sections"},{"label":"Starbucks","value":"starbucks"},{"label":"Technology","value":"technology"},{"label":"World","value":"world"}]},{"id":"20r75r","type":"newsletter-signup","dateCreated":1525712452818,"enabled":1,"priority":3,"slot":"inset","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"},{"value":"print-replica","label":"Print Replica"},{"value":"shared-subscriber","label":"Shared Subscriber"},{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"newsletter":10349021,"sections":[{"label":"Agriculture","value":"agriculture"},{"label":"Data","value":"data"},{"label":"Eastside","value":"eastside"},{"label":"Economy","value":"economy"},{"label":"Editorials","value":"editorials"},{"label":"Health","value":"health"},{"label":"International Trade","value":"international-trade"},{"label":"Letters to the Editor","value":"letters-to-the-editor"},{"label":"Local News","value":"seattle-news"},{"label":"Markets","value":"markets"},{"label":"Microsoft","value":"microsoft"},{"label":"News","value":"news"},{"label":"Northwest","value":"northwest"},{"label":"Northwest Voices","value":"northwest-voices"},{"label":"Opinion","value":"opinion"},{"label":"Project Homeless","value":"homeless"},{"label":"Times Watchdog","value":"times-watchdog"},{"label":"Traffic Lab","value":"transportation"},{"label":"Weather","value":"weather"}]},{"id":"q7s7cc","type":"paywall","dateCreated":1525676475056,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"layout":"bar","pageviewCount":4,"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"headline":"Last free article!","buttonText":"Subscribe","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"vmag46","type":"paywall","dateCreated":1525676408880,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"layout":"bar","pageviewCount":2,"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"headline":"We need your support!","buttonText":"Subscribe","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"7g7g98","type":"paywall","dateCreated":1525676312920,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"pageviewCount":4,"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"layout":"bar","headline":"This is your last free article.","message":"Free press takes time and money to produce. Support us today.","buttonText":"Subscribe now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"o3nmdv","type":"paywall","dateCreated":1525676214214,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"layout":"bar","pageviewCount":2,"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"headline":"Start supporting independent journalism today.","message":"Get unlimited digital access for just $1.","buttonText":"Learn more","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"eb9x99","type":"generic","dateCreated":1522791778702,"enabled":0,"priority":5,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"pageTypes":[{"value":"section_front","label":"Section Front"},{"value":"subsection_front","label":"Subsection Front"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"name":"saleSectionFrontMobile","layout":"bar","headline":"Don't miss out!","buttonText":"Save over 90% on digital access and support the local free press.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=promo","frequency":86400,"closeFrequency":""},{"id":"8bsbsn","type":"generic","dateCreated":1522791238254,"enabled":0,"priority":5,"slot":"overlay","pageTypes":[{"value":"homepage","label":"Homepage"}],"userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"}],"layout":"bar","name":"saleHomepageMobile","headline":"Save during our One Day Sale!","buttonText":"Get digital access for 90% off. Cancel anytime.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=promo","frequency":86400,"closeFrequency":""},{"id":"nmey9l","type":"paywall","dateCreated":1510037731186,"enabled":0,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"layout":"bar","paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"pageviewCount":4,"headline":"This is your last free article.","message":"Save over 90% on a subscription. This sale ends soon.","buttonText":"Subscribe now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"gyjlpj","type":"paywall","dateCreated":1510037662307,"enabled":0,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"anonymous","label":"Anonymous"},{"value":"registered","label":"Registered"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"pageviewCount":3,"layout":"bar","paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"headline":"Support local news during our One Day Sale.","message":"Save over 90% on a digital subscription.","buttonText":"Try it now","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter"},{"id":"6ve0oh","type":"paywall","dateCreated":1510037513769,"enabled":0,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"registered","label":"Registered"},{"value":"anonymous","label":"Anonymous"}],"deviceTypes":[{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"layout":"bar","pageviewCount":2,"headline":"Save during our One Day Sale!","message":"Get over 90% off unlimited digital access. Cancel anytime.","buttonUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=meter","buttonText":"Subscribe now","hideFooter":0},{"id":"qkvtj8","type":"paywall","dateCreated":1508998721526,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"print-replica","label":"Print Replica"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"layout":"corner","pageviewCount":2,"message":"For unlimited seattletimes.com access, please call customer service at 1.800.542.0820 to upgrade your subscription."},{"id":"7tudyd","type":"paywall","dateCreated":1508998698353,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"print-replica","label":"Print Replica"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"pageviewCount":4,"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"layout":"corner","message":"For unlimited seattletimes.com access, please call customer service at 1.800.542.0820 to upgrade your subscription."},{"id":"nvr4c8","type":"paywall","dateCreated":1508998666696,"enabled":1,"pageTypes":[{"value":"story","label":"Story"}],"priority":4,"slot":"overlay","userTypes":[{"value":"print-replica","label":"Print Replica"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"paywallConfigs":[{"label":"stdotcom","value":"stdotcom"}],"layout":"corner","pageviewCount":3,"message":"For unlimited seattletimes.com access, please call customer service at 1.800.542.0820 to upgrade your subscription."},{"id":"v0fma7","type":"ad-block","dateCreated":1508287536514,"enabled":1,"priority":5,"slot":"overlay","pageTypes":[{"value":"story","label":"Story"}],"abTesting":0,"headline":"We noticed you're blocking ads.","message":"Great journalism depends on ad revenue. To keep reading, please turn off your ad blocker, create an account or support us by becoming a subscriber.","buttonOneUrl":"https:\/\/www.seattletimes.com\/how-to-turn-off-ad-blockers\/","buttonOneText":"Unblock ads","buttonTwoText":"Subscribe","buttonTwoUrl":"https:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=adblock","userTypes":[{"value":"anonymous","label":"Anonymous"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}]},{"id":"jpa4jw","type":"autopay","dateCreated":1503525230341,"enabled":0,"priority":3,"slot":"overlay","message":"With AutoPay, you'll spend less time paying your Seattle Times bill - so you can spend more time reading our stories.","buttonText":"Sign up for AutoPay","url":"https:\/\/secure.seattletimes.com\/accountcenter\/autopay","pageTypes":[{"value":"story","label":"Story"}],"userTypes":[{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"frequency":1209600},{"id":"t7olub","type":"bill-overdue","dateCreated":1503524391249,"enabled":1,"priority":4,"slot":"overlay","message":"Our records show your bill is past due. Take a few minutes to pay it now, and get back to your reading.","url":"https:\/\/secure.seattletimes.com\/accountcenter\/paymybill","buttonText":"Pay your Bill","pageTypes":[{"value":"story","label":"Story"}],"userTypes":[{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"frequency":604800},{"id":"50vut3","type":"subscription-promo","dateCreated":1502315575699,"enabled":1,"slot":"postscript","priority":4,"headline":"We need your support","message":"In-depth journalism takes time and effort to produce, and it depends on paying subscribers. If you value these kinds of stories, consider subscribing.","buttonText":"Subscribe","url":"http:\/\/www.seattletimes.com\/subscribe\/signup-offers\/?subsource=promo","userTypes":[{"value":"anonymous","label":"Anonymous"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}]},{"id":"jbdbno","type":"declined-payment","dateCreated":1502314271094,"enabled":1,"priority":3,"slot":"overlay","headline":"We\u2019re unable to process your payment.","message":"Update your information to prevent your subscription from being cancelled.","url":"https:\/\/secure.seattletimes.com\/accountcenter\/autopay","buttonText":"Update payment","pageTypes":[{"value":"story","label":"Story"}],"userTypes":[{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"}],"frequency":""},{"id":"gae1qu","type":"credit-card-expiring","dateCreated":1502314216718,"enabled":1,"priority":3,"slot":"overlay","message":"Your subscription will be suspended unless you update your credit card.","buttonText":"Update payment","url":"https:\/\/secure.seattletimes.com\/accountcenter\/managesubscriptions","pageTypes":[{"value":"story","label":"Story"}],"userTypes":[{"value":"subscriber","label":"Subscriber"}],"deviceTypes":[{"value":"mobile","label":"Mobile"},{"value":"tablet","label":"Tablet"},{"value":"desktop","label":"Desktop"}],"frequency":86400}],"newsletters":{"subscriptionEndpoint":"https:\/\/secure.seattletimes.com\/api\/newsletter-signup","dataExtensionIdExtra":"F8EF9EFF-502A-4BD4-AFE0-9C0B701EA6A3","userDataEndpoint":"https:\/\/secure.seattletimes.com\/api\/newsletter-user","emailsNewsroom":{"10349041":{"id":10349041,"title":"Breaking News","name":"breaking-news","permalink":"https:\/\/www.seattletimes.com\/newsletters\/breaking-news\/","callToAction":"Sign up for Breaking News Alerts","description":"Know what's going on as soon as it happens. Delivered as needed to your inbox.","newsletterType":"Alert","buttonText":"Sign up","frequency":"Delivered as needed.","listId":2117,"dataExtensionId":"053B79F0-EC2B-4625-BA83-CF49F48A9408","serviceProvider":"marketingcloud","excerpt":"We cover the news 24\/7, and when a story breaks, you\u2019ll be among the first to know. Breaking News alerts don\u2019t follow a schedule. As soon as something happens, in our community or out in the world, you\u2019ll get an email.","signupTitle":"Sign up for Breaking News Alerts","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/BreakingNews_StaticPhone.png","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/BreakingNews_TopImg_2000-780x500.jpg"},"10812646":{"id":10812646,"title":"Don&#8217;t Miss","name":"dont-miss","permalink":"https:\/\/www.seattletimes.com\/newsletters\/dont-miss\/","callToAction":"Sign up for Don't Miss","description":"Delivered periodically, these email alerts cover developing stories and follow-ups on breaking news, focusing on local events and national stories with a Northwest connection.","newsletterType":"Alert","buttonText":"Sign up","frequency":"Delivered as needed.","listId":3060,"dataExtensionId":"099E22DB-B3CB-4EFE-AD7D-45EC743F9B85","serviceProvider":"marketingcloud","excerpt":"Keep up with developing stories with Don\u2019t Miss alerts, designed for those who want to know what happens next. Like Breaking Alerts, only for non-breaking stories and news.","signupTitle":"Sign up for Don't Miss","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2018\/04\/DontMiss-Alert_Landing-Page.png","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2018\/04\/News-Alert_Landing-Page_big-780x500.jpg"},"10349060":{"id":10349060,"title":"Eats & Drinks","name":"eats-drinks","permalink":"https:\/\/www.seattletimes.com\/newsletters\/eats-drinks\/","callToAction":"Sign up for Eats & Drinks","description":"The latest restaurant news, happy-hour hangouts and more. Delivered to your inbox Tuesdays.","newsletterType":"Newsletter","buttonText":"Sign up","frequency":"Delivered Tuesdays.","listId":1961,"dataExtensionId":"066C4A93-0DC8-4776-B1AF-B63A5F673D12","serviceProvider":"marketingcloud","excerpt":"Eat, drink and be happy with this custom-curated newsletter full of epicurean delights. The Seattle Times\u2019 food and drink staff serve up the week\u2019s best items and deliver them to your inbox every Tuesday.","signupTitle":"Sign up for Eats &amp; Drinks","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/EatsDrinks_StaticPhone.png","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/EatsDrinks_TopImg_2000-780x500.jpg"},"10349079":{"id":10349079,"title":"Education Lab","name":"education-lab","permalink":"https:\/\/www.seattletimes.com\/newsletters\/education-lab\/","callToAction":"Sign up for Education Lab","description":"An easy way to stay connected to education. Delivered to your inbox Thursdays.","newsletterType":"Newsletter","buttonText":"Sign up","frequency":"Delivered Thursdays.","listId":2095,"dataExtensionId":"B708F3DE-B396-4403-AEE3-720BC31B42BE","serviceProvider":"marketingcloud","excerpt":"Education Lab is an ongoing journalism initiative dedicated to exploring solutions for improving public education in Washington state. This weekly newsletter showcases Ed Lab features, as well as the week\u2019s education-related content and news.","signupTitle":"Sign up for Education Lab","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/EducationLab_StaticPhone.png","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/EducationLab_TopImg_2000-780x500.jpg"},"10728545":{"id":10728545,"title":"Evening Brief","name":"evening-brief","permalink":"https:\/\/www.seattletimes.com\/newsletters\/evening-brief\/","callToAction":"Sign up for Evening Brief","description":"Delivered weeknights, this email newsletter gives you a quick recap of the day's top stories and need-to-know news, as well as intriguing photos and topics to spark conversation as you wind down from your day.","newsletterType":"Newsletter","buttonText":"Sign up","frequency":"Delivered weekday evenings.","listId":3004,"dataExtensionId":"9708A948-A963-4A59-A0BC-BFA38E9E9087","serviceProvider":"marketingcloud","excerpt":"Delivered weeknights, this email newsletter gives you a quick recap of the day's top stories and need-to-know news, as well as intriguing photos and topics to spark conversation as you wind down from your day.","signupTitle":"Sign up for Evening Brief","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2018\/03\/Retina-WhitePhone.png","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2018\/03\/EveningBrief-Header-image-780x500.jpg"},"10349065":{"id":10349065,"title":"Fan Fix","name":"fan-fix","permalink":"https:\/\/www.seattletimes.com\/newsletters\/fan-fix\/","callToAction":"Sign up for Fan Fix","description":"Your dose of local sports news. Delivered Monday through Friday.","newsletterType":"Newsletter","buttonText":"Sign up","frequency":"Delivered Monday through Friday.","listId":2544,"dataExtensionId":"8739B97E-1448-4AE1-9FDF-EE0AC5BA3DCD","serviceProvider":"marketingcloud","excerpt":"Delivered weekdays, Fan Fix covers all things sports, with an emphasis on local teams and athletes. From the preps to the pros, it's essential reading for local sports fans.","signupTitle":"Sign up for Fan Fix","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/iPhone_Landing-Page_FanFix.gif","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/209409_dr_Padres_Mariners_17_2000x1071-780x500.jpg"},"10349021":{"id":10349021,"title":"Morning Brief","name":"morning-brief","permalink":"https:\/\/www.seattletimes.com\/newsletters\/morning-brief\/","callToAction":"Sign up for Morning Brief","description":"Delivered bright and early weekday mornings, this email provides a quick overview of top stories and need-to-know news.","newsletterType":"Newsletter","buttonText":"Sign up","frequency":"Delivered weekday mornings.","listId":2116,"dataExtensionId":"CBCC013B-4181-4475-B06E-C288599392FD","serviceProvider":"marketingcloud","excerpt":"Delivered bright and early weekday mornings, this newsletter provides a quick overview of top stories and need-to-know news, along with intriguing photos and water-cooler-worthy items you might otherwise miss.","signupTitle":"Sign up for Morning Brief","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/MorningBrief_StaticPhone.png","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2017\/04\/MorningBrief2_TopImg_2000-780x500.jpg"},"10912645":{"id":10912645,"title":"Pacific NW","name":"pacific-nw","permalink":"https:\/\/www.seattletimes.com\/newsletters\/pacific-nw\/","callToAction":"Sign up for Pacific NW","description":"Designed for leisurely Sundays, this handy email newsletter brings you stories from Pacific NW magazine, featuring deep reporting, compelling storytelling and powerful visuals.","newsletterType":"Newsletter","buttonText":"Sign up","frequency":"Delivered Sundays.","listId":3371,"dataExtensionId":"D77CF9AA-D4A5-4171-BF17-6DB6E53D3E78","serviceProvider":"marketingcloud","excerpt":"Designed for leisurely Sundays, this handy email newsletter brings you stories from Pacific NW magazine, featuring deep reporting, compelling storytelling and powerful visuals.","signupTitle":"Sign up for Pacific NW","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2018\/07\/Newsletter_iPhone_Landing-Page.png","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2018\/07\/PNW-newsletter_1-780x500.jpg"},"11251488":{"id":11251488,"title":"Top of the Times","name":"top-of-the-times","permalink":"https:\/\/www.seattletimes.com\/newsletters\/top-of-the-times\/","callToAction":"Sign up for Top of the Times","description":"Delivered on Saturday mornings, this email features a collection of the week's best reads.","newsletterType":"Newsletter","buttonText":"Sign up","frequency":"Delivered on Saturdays.","listId":1798,"dataExtensionId":"07BBCDCC-02F0-451C-9366-CCFD4E0B5DEB","serviceProvider":"marketingcloud","excerpt":"Stay on top of the week's news with this Saturday newsletter, highlighting the most important and interesting stories from each Seattle Times section.","signupTitle":"Sign up for Top of the Times","signupDescription":"Enter your email address to get on the list.","deviceImage":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2019\/02\/iPhone_Landing-Page_3TopOfT.gif","image":"https:\/\/static.seattletimes.com\/wp-content\/uploads\/2019\/02\/209103_traffic_04_2000x1071-780x500.jpg"}},"emailsCompany":[{"title":"Company Updates","excerpt":"Information on new site features, services and promotions from the Seattle Times Company.","listId":580,"dataExtensionId":"","serviceProvider":"marketingcloud","userLevel":1},{"title":"Print Replica Notifications","excerpt":"Receive a daily email when the replica of today&#039;s newspaper is ready to be viewed.","listId":1015,"dataExtensionId":"80FCE1FE-2E8D-4194-B211-A32F066773CF","serviceProvider":"marketingcloud","userLevel":3},{"title":"Subscriber rewards","excerpt":"Coupons and deals exclusively for our subscribers.","listId":310,"dataExtensionId":"","serviceProvider":"marketingcloud","userLevel":3}]},"settings":{"ssoEnv":"secure.","adBlockMessageTimeout":6000,"nonBlockingMessagesDelay":3000,"newslettersUrl":"https:\/\/www.seattletimes.com\/newsletters"}};
+ SEATIMESCO.paywall = SEATIMESCO.paywall || {"contentMetered":true,"pageExcluded":false,"configs":[{"target":"all","config":"https:\/\/www.seattletimes.com\/paywallconfig\/stdotcom\/"},{"target":"privateMode=on","config":"https:\/\/www.seattletimes.com\/paywallconfig\/mmtest\/"},{"target":"paywall2=on","config":"https:\/\/www.seattletimes.com\/paywallconfig\/paywall2\/"},{"target":"STsegment=paywall2","config":"https:\/\/www.seattletimes.com\/paywallconfig\/paywall2\/"},{"target":"_matherSegments=MATHER_U2_HIGHMODALGROUPB_20190215","config":"https:\/\/www.seattletimes.com\/paywallconfig\/freetrial\/"}]};
+ window.SEATIMESCO.browser = window.SEATIMESCO.browser || {};
+ window.SEATIMESCO.browser.privacy = window.SEATIMESCO.browser.privacy || {};
+ window.SEATIMESCO.browser.privacy.detectionEnabled = true;
+ window.SEATIMESCO.browser.privacy.doNotTrack = 0;
+
+ window.SEATIMESCO.browser.adBlock = window.SEATIMESCO.browser.adBlock || {};
+ window.SEATIMESCO.browser.adBlock.detectionEnabled = true;
+ window.SEATIMESCO.browser.adBlock.detectionTimeout = 300;
+ ;
+ /* ]]> */
+ </script>
+ <script type="text/javascript" src="https://www.seattletimes.com/wp-content/themes/st_refresh/js/bundle.min.js?ver=1556659261"></script>
+ <script type="text/javascript" src="https://talk-seattletimes.global.ssl.fastly.net/static/embed/count.js?id=11469382"></script>
+ <script type="text/javascript" src="https://talk-seattletimes.global.ssl.fastly.net/static/embed.js"></script>
+ <script type="text/javascript" src="https://www.seattletimes.com/wp-content/plugins/st-coral-talk/dist/st-coraltalk-bundle.js?ver=1555567319"></script>
+ <script type="text/javascript">
+
+ /* <![CDATA[ */
+ var recirculationData = {"postID":"11469382","sectionName":"Business","sectionSlug":"business"};
+ /* ]]> */
+ </script>
+ <script type="text/javascript" async="async" src="https://www.seattletimes.com/wp-content/plugins/st-recirculation/dist/st-recirculation-bundle.js?ver=1548788763"></script>
+ <script type="text/javascript" async="async" src="https://www.seattletimes.com/wp-content/plugins/st-user-messaging/dist/st-user-messaging-main-bundle.js?ver=1556659261"></script> <!--[if lt IE 10]>
+<script type="text/javascript">
+document.addEventListener('DOMContentLoaded', function() {
+
+ if ( helpers.getCookie( 'st_browser_upgrade_message_seen' ) == false && helpers.getCookie('st_browser_upgrade_message_seen') != 'true' ) {
+ var browserUpdateDiv = document.createElement('div');
+ browserUpdateDiv.className = "no-support-message";
+ browserUpdateDiv.innerHTML = "Your browser appears to be outdated and can't take advantage of many features on the site. Please <a href=\"http://outdatedbrowser.com/en\">consider upgrading your browser</a> to receive our intended user experience."
+ document.body.insertBefore(browserUpdateDiv, document.body.childNodes[0]);
+
+ helpers.writeCookie('st_browser_upgrade_message_seen', 'true', (30 * 24 * 60 * 60 * 1000), '/', '.seattletimes.com' );
+ }
+});
+</script>
+<![endif]-->
+ </div>
+ <script type="text/javascript" src="https://www.seattletimes.com/wp-content/plugins/shortcodes_plugin/js/responsive-frame.min.js?ver=4.0" async="async"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+
+ // Chartbeat
+ // http://support.chartbeat.com/docs/#code
+ var _sf_async_config = _sf_async_config || {};
+
+ _sf_async_config.sections = null;
+ _sf_async_config.authors = null;
+ _sf_async_config.title = null;
+
+ /** CONFIGURATION START **/
+ if(dataLayer[0]){
+ _sf_async_config.sections = dataLayer[0].section_tier1 !== undefined ? dataLayer[0].section_tier1 : _sf_async_config.sections;
+ _sf_async_config.authors = dataLayer[0].author !== undefined ? dataLayer[0].author : _sf_async_config.authors;
+ _sf_async_config.title = dataLayer[0].title !== undefined ? dataLayer[0].title : _sf_async_config.title;
+ }
+ /** CONFIGURATION END **/
+
+ (function(){
+ function loadChartbeat() {
+ window._sf_endpt=(new Date()).getTime();
+ var e = document.createElement("script");
+ e.setAttribute("language", "javascript");
+ e.setAttribute("type", "text/javascript");
+ e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');
+ document.body.appendChild(e);
+ }
+ var oldonload = window.onload;
+ window.onload = (typeof window.onload != "function") ?
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
+ })();
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var theHash = window.location.hash;
+ if ( typeof theHash !== 'undefined' && theHash !== null ) {
+ var hashPos = theHash.indexOf( "#close_window" );
+ if ( hashPos > -1 ) { window.close(); }
+ }
+ //]]>
+ </script> <!-- Teads inline video script -->
+
+ <script type="text/javascript" class="teads" async="true" src="//a.teads.tv/page/63231/tag"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+ window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"c4b9c42d06","applicationID":"15592336","transactionName":"Z1xRZ0tSXhZYWxFdX14WZkFQHFkLXV0dGkBYSQ==","queueTime":0,"applicationTime":253,"atts":"SxtSEQNITRg=","errorBeacon":"bam.nr-data.net","agent":""}
+ //]]>
+ </script><!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/
+
+Object Caching 1637/1682 objects using memcached
+
+ Served from: www.seattletimes.com @ 2019-04-30 19:42:34 by W3 Total Cache -->
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json
new file mode 100644
index 0000000..469dde5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/d34hb2g9mvfppu.cloudfront.net\/m\/images\/cache\/images\/2016\/02\/29\/apcnews2012raspberry_pi_logo_mainimage8_jpg8_322_27630a8388eb_lg.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json
new file mode 100644
index 0000000..b024aa8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect. In a short four-year period they have grown to over sixty full-time employees and ha...",
+ "Image": "https:\/\/d34hb2g9mvfppu.cloudfront.net\/m\/images\/cache\/images\/2016\/02\/29\/apcnews2012raspberry_pi_logo_mainimage8_jpg8_322_27630a8388eb_lg.jpg",
+ "Title": "Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK",
+ "SiteName": "SIMPLYFOUND.COM | BY: JOE WEE"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html
new file mode 100644
index 0000000..8e8313d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html
@@ -0,0 +1,18 @@
+<div>
+ <p>The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect. &nbsp;In a short four-year period they have grown to over sixty full-time&nbsp;employees&nbsp;and have shipped over <b>eight million</b> units to-date. &nbsp;Raspberry Pi has achieved new heights by being shipped to the&nbsp;International&nbsp;Space Station for research and by being an affordable computing platforms used by teachers throughout the world. &nbsp;"It has become the all-time best-selling computer in the UK".</p>
+
+
+ <p>Raspberry Pi 3 - A credit card sized PC that only costs $35 - Image: Raspberry Pi Foundation</p>
+
+ <p>Raspberry Pi Foundation is charity organization that pushes for a digital revolution with a mission to inspire kids to learn by&nbsp;creating computer-powered objects. &nbsp;The foundation also helps teachers learn computing &nbsp;skills through free training and readily available tutorials &amp; example code for creating cool things such as music.</p>
+
+
+ <p>Raspberry Pi in educations - Image: Raspberry Pi Foundation</p>
+
+ <p>In celebration of their 4th year&nbsp;anniversary, the foundation has released&nbsp;<b>Raspberry Pi 3</b> with the same price tag of<b>&nbsp;</b>$35 USD. &nbsp;The 3rd revision features a <b>1.2GHz 64-bit quad-core</b>&nbsp;ARM CPU with integrated Bluetooth 4.1 and 802.11n wireless LAN chipsets. &nbsp;The ARM Cortex-A53 CPU along with other architectural enhancements making it the fastest Raspberry Pi to-date. &nbsp;The 3rd revision is reportedly about 50-60% times faster than its predecessor Raspberry Pi 2 and about 10 times faster then the original Raspberry PI.</p>
+
+
+ <p>Raspberry Pi - Various Usage</p>
+
+ <p>Raspberry Pi 3 is now available via many online resellers. &nbsp;At this time, you should use a recent <b>32-bit </b>NOOBS or Raspbian image from their&nbsp;<a href="https://www.raspberrypi.org/downloads/" rel="nofollow" target="_blank">downloads</a> page with a promise of a switch to a 64-bit version only if further investigation proves that there is indeed some value in moving to 64-bit mode.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html
new file mode 100644
index 0000000..f2e26ac
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html
@@ -0,0 +1,426 @@
+<!DOCTYPE html>
+<html lang="en">
+<!-- start of head -->
+
+<head>
+ <link rel="dns-prefetch" href="//d34hb2g9mvfppu.cloudfront.net"/>
+ <script>
+ var media_url = '/';
+ </script>
+ <link rel="dns-prefetch" href="//d2ri69w25kq2xp.cloudfront.net"/>
+ <script>
+ var static_url = '/';
+ </script>
+ <link rel="dns-prefetch" href="//www.google-analytics.com"/>
+ <meta charset="utf-8"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+ <meta property="og:url" content="https://simplyfound.com/article/eb9a5e137034/raspberry-pi-3-the-credit-card-sized-pc-that-cost-only-35-all-time-bestselling-computer-in-uk"/>
+ <meta property="og:title" content="Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK"/>
+ <meta property="og:site_name" content="SIMPLYFOUND.COM | BY: JOE WEE"/>
+ <meta property="og:description" content="The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect. In a short four-year period they have grown to over sixty full-time employees and ha..."/>
+ <meta property="fb:app_id" content="430934063772847"/>
+ <meta name="twitter:site" content="SIMPLYFOUND.COM | BY JOE WEE"/>
+ <meta name="twitter:title" content="Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK"/>
+ <meta name="twitter:description" content="The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect. In a short four-year period they have grown to over sixty full-time employees and ha..."/>
+ <meta property="og:image" content="https://d34hb2g9mvfppu.cloudfront.net/m/images/cache/images/2016/02/29/apcnews2012raspberry_pi_logo_mainimage8_jpg8_322_27630a8388eb_lg.jpg"/>
+ <meta name="twitter:image" content="https://d34hb2g9mvfppu.cloudfront.net/m/images/cache/images/2016/02/29/apcnews2012raspberry_pi_logo_mainimage8_jpg8_322_27630a8388eb_lg.jpg"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
+ <meta name="apple-mobile-web-app-capable" content="yes"/>
+ <title>Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK - SimplyFound</title>
+ <meta name="description" content="The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect. In a short four-year period they have grown to over sixty full-time employees and ha..."/>
+ <meta name="author" content=""/>
+ <link rel="shortcut icon" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/favicon.351a323a1b51.ico" type="image/x-icon"/>
+ <link rel="apple-touch-icon" sizes="57x57" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-57x57.5cb9f8349ece.png"/>
+ <link rel="apple-touch-icon" sizes="60x60" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-60x60.4f08bf97ade1.png"/>
+ <link rel="apple-touch-icon" sizes="72x72" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-72x72.4d2746f1e06b.png"/>
+ <link rel="apple-touch-icon" sizes="76x76" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-76x76.9b7be849c186.png"/>
+ <link rel="apple-touch-icon" sizes="114x114" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-114x114.a1012e6d710d.png"/>
+ <link rel="apple-touch-icon" sizes="120x120" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-120x120.e57fe7c36b78.png"/>
+ <link rel="apple-touch-icon" sizes="144x144" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-144x144.b8ecc451ebd4.png"/>
+ <link rel="apple-touch-icon" sizes="152x152" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-152x152.dc67c8151e84.png"/>
+ <link rel="apple-touch-icon" sizes="180x180" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/apple-icon-180x180.7cf140b4bc83.png"/>
+ <link rel="icon" type="image/png" sizes="192x192" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/android-icon-192x192.8de435c48446.png"/>
+ <link rel="icon" type="image/png" sizes="32x32" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/favicon-32x32.6fc201c7c810.png"/>
+ <link rel="icon" type="image/png" sizes="96x96" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/favicon-96x96.973e422a0ea5.png"/>
+ <link rel="icon" type="image/png" sizes="16x16" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/favicon-16x16.3e1ed5bfe029.png"/>
+ <link rel="manifest" href="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/manifest.b58fcfa7628c.json"/>
+ <meta name="msapplication-TileColor" content="#ffffff"/>
+ <meta name="msapplication-TileImage" content="https://d2ri69w25kq2xp.cloudfront.net/s/img/favicons/ms-icon-144x144.b8ecc451ebd4.png"/>
+ <meta name="theme-color" content="#ffffff"/>
+ <link href="https://d2ri69w25kq2xp.cloudfront.net/s/css/vendor/bootstrap/css/bootstrap.min.12d017d85b55.css" rel="stylesheet"/>
+ <link href="https://d2ri69w25kq2xp.cloudfront.net/s/css/vendor/font-awesome/css/font-awesome.min.4fbd15cb6047.css" rel="stylesheet"/>
+ <link href="https://d2ri69w25kq2xp.cloudfront.net/s/css/vendor/toastr.min.fba9df3af906.css" rel="stylesheet"/>
+ <link href="https://d2ri69w25kq2xp.cloudfront.net/s/css/bs-style.c1681681331f.css" rel="stylesheet"/>
+ <style type="text/css">
+ .input-ajax-wheel {
+ background: url("https://d2ri69w25kq2xp.cloudfront.net/s/img/misc/ajax_loader_red.514ee5681a2a.gif") 8px no-repeat;
+ background-position-x: 99%;
+ display: none;
+ }
+
+ .new-divider {
+ background: transparent url("https://d2ri69w25kq2xp.cloudfront.net/s/img/misc/bg-1px-grey.fd1962149515.gif") repeat-x left 9px;
+ }
+ </style>
+</head>
+<!-- end of head -->
+<!-- start of body -->
+
+<body>
+ <div id="main-navbar" class="top-nav">
+ <nav class="navbar navbar-inverse navbar-fixed-top">
+ <div class="container-fluid">
+ <div class="navbar-header">
+ <div class="pull-right">
+ <div class="search-menu-item pull-left">
+ <ul class="nav navbar-nav">
+ <li class=""><a href="javascript:void(0)" rel="nofollow,noindex" class="text-search"><i class="fa fa-search"></i></a></li>
+ </ul>
+ </div>
+ <button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapsable-top-nav"> <span class="menu-caret"><i class="fa fa-navicon"></i><i class="fa fa-caret-down"></i></span> </button>
+ </div> <a class="navbar-brand" href="/" title="Home">SimplyFound</a> </div>
+ <div class="collapse navbar-collapse" id="collapsable-top-nav">
+ <ul class="nav navbar-nav navbar-left">
+ <li class="">
+ <a href="/featured" class=""> <span> Featured</span> <i class="fa fa-check"></i> </a>
+ </li>
+ <li class="">
+ <a href="/popular" class=""> <span> Popular</span> <i class="fa fa-star"></i> </a>
+ </li>
+ <li class="">
+ <a href="/latest" class=""> <span> Latest</span> <i class="fa fa-clock-o"></i> </a>
+ </li>
+ </ul>
+ <ul class="nav navbar-nav navbar-right">
+ <li class="">
+ <a href="/account/user/login" class=""> <span> Login</span> </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </nav>
+ </div>
+ <div id="nav-spacer"></div>
+ <div id="text-search-modal" class="col-lg-12 modal fade">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-body">
+ <form id="text-search-form" class="navbar-form" method="get" action="">
+ <div class="input-group"> <span id="text-search-clear" class="input-group-btn">
+ <button class="btn btn-default" type="button"><i class="fa fa-times"></i></button>
+ </span>
+ <input type="text" id="text-search-input" placeholder="Search..." class="form-control" data-referrer="latest"/> <span class="input-group-btn">
+ <button class="btn btn-primary text-search-submit-button" type="button">Go</button>
+ </span> </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="article-view-box">
+ <div class="col-md-12 article-content">
+ <div class="col-md-12 unfloat article center-block">
+ <div class="article-fullview center-block">
+ <div class="hidden">137</div>
+ <style>
+ .top_add {
+ width: 320px;
+ height: 50px;
+ margin-bottom: 10px;
+ }
+
+ @media(min-width: 500px) {
+ .top_add {
+ width: 100%;
+ height: 67px;
+ }
+ }
+
+ @media(min-width: 500px) {
+ .top_add {
+ width: 100%;
+ height: 67px;
+ }
+ }
+ </style>
+ <center> <ins class="adsbygoogle top_add" style="display:inline-block;" data-ad-client="ca-pub-9052696005983480" data-ad-slot="3867410294" data-ad-format="auto">
+ </ins> </center>
+ <script>
+ (adsbygoogle = window.adsbygoogle || []).push({});
+ </script>
+ <div class="card-box-content box-shadow-4dp">
+ <div class="card-box-header">
+ <h1 class="card-box-title">
+ Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK
+ </h1>
+ <div class="article-author"> <i class="fa fa-user"></i> <span class="rotate-wrapper">
+
+ <a href="/latest?author=joewee" rel="index,follow"><span>Joe Wee</span></a>&nbsp; <i class="fa fa-thumb-tack text-success fa-rotate-45"></i> </span> &nbsp;&nbsp;<i class="fa fa-clock-o"></i> <span>
+
+
+ Monday, February 29, 2016 @ 11:10 PM UTC
+
+
+ </span> </div>
+ <div class="article-category-tags">
+ <a href="/latest?category=consumer-electronics" rel="noindex,follow" type="button" class="btn btn-default rotate-wrapper "> <span class="category-toggle-button">Consumer Electronics</span> <i class="fa fa-thumb-tack text-success fa-rotate-45"></i> </a>
+ <a href="/latest?category=technology" rel="noindex,follow" type="button" class="btn btn-default rotate-wrapper "> <span class="category-toggle-button">Technology</span> <i class="fa fa-thumb-tack text-success fa-rotate-45"></i> </a>
+ <a href="/latest?tag=pc" rel="noindex,follow" type="button" class="btn btn-default rotate-wrapper "> <span class="tag-toggle-button">PC</span> <i class="fa fa-thumb-tack text-success fa-rotate-45"></i> </a>
+ <a href="/latest?tag=raspberry-pi" rel="noindex,follow" type="button" class="btn btn-default rotate-wrapper "> <span class="tag-toggle-button">Raspberry Pi</span> <i class="fa fa-thumb-tack text-success fa-rotate-45"></i> </a>
+ <a href="/latest?tag=computer" rel="noindex,follow" type="button" class="btn btn-default rotate-wrapper "> <span class="tag-toggle-button">Computer</span> <i class="fa fa-thumb-tack text-success fa-rotate-45"></i> </a>
+ <a href="/latest?tag=raspberry-pi-3" rel="noindex,follow" type="button" class="btn btn-default rotate-wrapper "> <span class="tag-toggle-button">Raspberry Pi 3</span> <i class="fa fa-thumb-tack text-success fa-rotate-45"></i> </a>
+ </div>
+ </div>
+ <div class="card-box-body">
+ <div class="text-content-box">
+ <p>The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect. &nbsp;In a short four-year period they have grown to over sixty full-time&nbsp;employees&nbsp;and have shipped over <b>eight million</b> units to-date. &nbsp;Raspberry Pi has achieved new heights by being shipped to the&nbsp;International&nbsp;Space Station for research and by being an affordable computing platforms used by teachers throughout the world. &nbsp;"It has become the all-time best-selling computer in the UK".</p>
+ </div>
+ <div class="spacer"></div>
+ <div class="media-container ">
+ <div class="image-wrapper">
+ <div class="image"> <img src="https://d34hb2g9mvfppu.cloudfront.net/m/images/cache/images/2016/02/29/apcnews2012raspberry_pi_logo_mainimage8_jpg8_322_27630a8388eb_lg.jpg" class="bottom-aligned"/> </div>
+ </div>
+ </div>
+ <div class="media-caption">Raspberry Pi 3 - A credit card sized PC that only costs $35 - Image: Raspberry Pi Foundation</div>
+ <div class="spacer"></div>
+ <div class="text-content-box">
+ <p>Raspberry Pi Foundation is charity organization that pushes for a digital revolution with a mission to inspire kids to learn by&nbsp;creating computer-powered objects. &nbsp;The foundation also helps teachers learn computing &nbsp;skills through free training and readily available tutorials &amp; example code for creating cool things such as music.</p>
+ </div>
+ <div class="spacer"></div>
+ <div class="media-container ">
+ <div class="image-wrapper">
+ <div class="image"> <img src="https://d34hb2g9mvfppu.cloudfront.net/m/images/cache/images/2016/02/29/teachers_classroom_guide_324_a221bf31d64c_lg.png" class="bottom-aligned"/> </div>
+ </div>
+ </div>
+ <div class="media-caption">Raspberry Pi in educations - Image: Raspberry Pi Foundation</div>
+ <div class="spacer"></div>
+ <div class="text-content-box">
+ <p>In celebration of their 4th year&nbsp;anniversary, the foundation has released&nbsp;<b>Raspberry Pi 3</b> with the same price tag of<b>&nbsp;</b>$35 USD. &nbsp;The 3rd revision features a <b>1.2GHz 64-bit quad-core</b>&nbsp;ARM CPU with integrated Bluetooth 4.1 and 802.11n wireless LAN chipsets. &nbsp;The ARM Cortex-A53 CPU along with other architectural enhancements making it the fastest Raspberry Pi to-date. &nbsp;The 3rd revision is reportedly about 50-60% times faster than its predecessor Raspberry Pi 2 and about 10 times faster then the original Raspberry PI.</p>
+ </div>
+ <div class="spacer"></div>
+ <div class="media-container ">
+ <div id="snippet-326-image-carousel" class="carousel slide image-carousel" data-ride="carousel" data-interval="false">
+ <ol class="carousel-indicators">
+ <li data-target="#snippet-326-image-carousel" data-slide-to="0" class=" active "></li>
+ <li data-target="#snippet-326-image-carousel" data-slide-to="1" class=""></li>
+ <li data-target="#snippet-326-image-carousel" data-slide-to="2" class=""></li>
+ </ol>
+ <div class="carousel-inner">
+ <div class="item active ">
+ <div class="image-wrapper">
+ <div class="image"> <img src="https://d34hb2g9mvfppu.cloudfront.net/m/images/cache/images/2016/02/29/handj_326_eb8b50597a3f_lg.jpg" alt="Image 1" class="bottom-aligned"/> </div>
+ </div>
+ </div>
+ <div class="item ">
+ <div class="image-wrapper">
+ <div class="image"> <img src="https://d34hb2g9mvfppu.cloudfront.net/m/images/cache/images/2016/02/29/images_326_b1f81e087284_lg.jpeg" alt="Image 2" class="bottom-aligned"/> </div>
+ </div>
+ </div>
+ <div class="item ">
+ <div class="image-wrapper">
+ <div class="image"> <img src="https://d34hb2g9mvfppu.cloudfront.net/m/images/cache/images/2016/02/29/images_2_326_c32fa7688f70_lg.jpeg" alt="Image 3" class="bottom-aligned"/> </div>
+ </div>
+ </div>
+ </div>
+ <a href="#snippet-326-image-carousel" data-slide="prev" class="carousel-control left">
+ <div class="overlay-left-button" style="background: url('https://d2ri69w25kq2xp.cloudfront.net/s/img/misc/carousel-arrow-stripes.35420672cdd8.png') no-repeat;"></div>
+ </a>
+ <a href="#snippet-326-image-carousel" data-slide="next" class="carousel-control right">
+ <div class="overlay-right-button" style="background: url('https://d2ri69w25kq2xp.cloudfront.net/s/img/misc/carousel-arrow-stripes.35420672cdd8.png') no-repeat;"></div>
+ </a>
+ </div>
+ </div>
+ <div class="media-caption">Raspberry Pi - Various Usage</div>
+ <div class="spacer"></div>
+ <div class="text-content-box">
+ <p>Raspberry Pi 3 is now available via many online resellers. &nbsp;At this time, you should use a recent <b>32-bit </b>NOOBS or Raspbian image from their&nbsp;<a href="https://www.raspberrypi.org/downloads/" rel="nofollow" target="_blank">downloads</a> page with a promise of a switch to a 64-bit version only if further investigation proves that there is indeed some value in moving to 64-bit mode.</p>
+ </div>
+ </div>
+ <div class="article-view-action text-center">
+ <div class="btn btn-default viewcount bold"> <i class="fa fa-eye"></i><span class="action-button-text">137 </span> </div>
+ <a href="/account/user/login?next=/article/eb9a5e137034/raspberry-pi-3-the-credit-card-sized-pc-that-cost-only-35-all-time-bestselling-computer-in-uk" rel="noindex" class="btn btn-default actionable bold confirm" title="Login to like?" placement="top"> <i class="fa fa-heart-o"></i> <span class="action-button-text trac-togglable-value">1</span> </a>
+ <a href="#" rel="noindex" class="btn btn-default actionable bold" data-toggle="modal" data-target="#social-sharing-modal-article-66"> <i class="fa fa-share-alt"></i><span class="action-button-text">Share</span> </a>
+ <a href="#" rel="noindex" class="btn btn-default actionable article-history bold hidden"> <i class="fa fa-arrow-left"></i><span class="action-button-text">Back</span> </a>
+ </div>
+ </div>
+ </div>
+ <div id="social-sharing-modal-article-66" class="col-lg-12 modal fade social-share-box">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal"><i class="fa fa-times"></i></button>
+ <h4 class="modal-title bold">Like It, Share It!</h4> </div>
+ <div class="modal-body">
+ <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A//simplyfound.com/article/eb9a5e137034" rel="nofollow" class="social-share-link"> <span class="fa-stack fa-3x" rel="tooltip" data-placement="top" data-original-title="Facebook">
+ <i class="fa fa-circle fa-stack-2x facebook-bg"></i>
+ <i class="fa fa-facebook-f fa-stack-1x social-fg"></i>
+ </span> </a>
+ <a href="https://twitter.com/intent/tweet?url=https%3A//simplyfound.com/article/eb9a5e137034&amp;text=Raspberry%20Pi%203%20-%20The%20credit%20card%20sized%20PC%20that%20cost%20only%20%2435%20-%20All-time%20bestselling%20computer%20in%20UK" rel="nofollow" class="social-share-link"> <span class="fa-stack fa-3x" rel="tooltip" data-placement="top" data-original-title="Twitter">
+ <i class="fa fa-circle fa-stack-2x twitter-bg"></i>
+ <i class="fa fa-twitter fa-stack-1x social-fg"></i>
+ </span> </a>
+ <a href="https://plus.google.com/share?url=https%3A//simplyfound.com/article/eb9a5e137034" rel="nofollow" class="social-share-link"> <span class="fa-stack fa-3x" rel="tooltip" data-placement="top" data-original-title="Google">
+ <i class="fa fa-circle fa-stack-2x google-bg"></i>
+ <i class="fa fa-google-plus fa-stack-1x social-fg"></i>
+ </span> </a>
+ <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https%3A//simplyfound.com/article/eb9a5e137034&amp;title=Raspberry%20Pi%203%20-%20The%20credit%20card%20sized%20PC%20that%20cost%20only%20%2435%20-%20All-time%20bestselling%20computer%20in%20UK&amp;source=SimplyFound" rel="nofollow" class="social-share-link"> <span class="fa-stack fa-3x" rel="tooltip" data-placement="top" data-original-title="Linkedin">
+ <i class="fa fa-circle fa-stack-2x linkedin-bg"></i>
+ <i class="fa fa-linkedin fa-stack-1x social-fg"></i>
+ </span> </a>
+ <a href="https://www.reddit.com/submit?url=https%3A//simplyfound.com/article/eb9a5e137034&amp;title=Raspberry%20Pi%203%20-%20The%20credit%20card%20sized%20PC%20that%20cost%20only%20%2435%20-%20All-time%20bestselling%20computer%20in%20UK" rel="nofollow" class="social-share-link"> <span class="fa-stack fa-3x" rel="tooltip" data-placement="top" data-original-title="Reddit">
+ <i class="fa fa-circle fa-stack-2x reddit-bg"></i>
+ <i class="fa fa-reddit-alien fa-stack-1x social-fg"></i>
+ </span> </a>
+ <a href="https://pinterest.com/pin/create/button/?url=https%3A//simplyfound.com/article/eb9a5e137034&amp;description=Raspberry%20Pi%203%20-%20The%20credit%20card%20sized%20PC%20that%20cost%20only%20%2435%20-%20All-time%20bestselling%20computer%20in%20UK&amp;media=https://d34hb2g9mvfppu.cloudfront.net/m/images/cache/images/2016/02/29/apcnews2012raspberry_pi_logo_mainimage8_jpg8_322_7490af98d726_sm.jpg" rel="nofollow" class="social-share-link"> <span class="fa-stack fa-3x" rel="tooltip" data-placement="top" data-original-title="Pinterest">
+ <i class="fa fa-circle fa-stack-2x pinterest-bg"></i>
+ <i class="fa fa-pinterest fa-stack-1x social-fg"></i>
+ </span> </a>
+ <a href="mailto:?subject=Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK&amp;body=I am sharing this article with you. Check it out! %0D%0A%0D%0A https%3A//simplyfound.com/article/eb9a5e137034 %0D%0A%0D%0A ------------- %0D%0A Thursday, March 17, 2016 @ 6:38 AM" rel="nofollow" class="social-share-link"> <span class="fa-stack fa-3x" rel="tooltip" data-placement="top" data-original-title="Email">
+ <i class="fa fa-circle fa-stack-2x email-bg"></i>
+ <i class="fa fa-envelope-o fa-stack-1x social-fg"></i>
+ </span> </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="become-an-apporved-author" class="col-lg-12 modal fade">
+ <div class="modal-dialog">
+ <div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal"><i class="fa fa-times"></i></button>
+ <h4 class="modal-title bold">Become an approved author!</h4> </div>
+ <div class="modal-body"> <i class="fa fa-hand-o-right red"></i>&nbsp;&nbsp;You account is not approved yet.
+ <br/>
+ <br/> To become an approved author, you must have minimum of two articles in your account.
+ <br/>
+ <br/> The articles must be complete and ready to be published.
+ <br/>
+ <br/> The articles must be unique and contain no duplicate contents from other websites, books and/or magazines.
+ <br/>
+ <br/> You think you are ready? If so, request to become an approved author.
+ <br/>
+ <br/> <i class="fa fa-hand-o-right red"></i>&nbsp;&nbsp;[
+ <a class="info" href="/approval/request"> <span>Send Your Request</span> </a> ] </div>
+ </div>
+ </div>
+ </div>
+ <style>
+ .bottom_ad {
+ width: 320px;
+ height: 50px;
+ margin-top: 10px;
+ }
+
+ @media(min-width: 500px) {
+ .bottom_ad {
+ width: 100%;
+ height: 67px;
+ }
+ }
+
+ @media(min-width: 500px) {
+ .bottom_ad {
+ width: 100%;
+ height: 67px;
+ }
+ }
+ </style>
+ <center> <ins class="adsbygoogle bottom_ad" style="display:inline-block;" data-ad-client="ca-pub-9052696005983480" data-ad-slot="3867410294" data-ad-format="auto">
+ </ins> </center>
+ <script>
+ (adsbygoogle = window.adsbygoogle || []).push({});
+ </script>
+ </div>
+ </div>
+ </div>
+ <div class="clearfix"></div>
+ <div class="main-footer">
+ <nav class="bg-silver">
+ <div class="col-md-3 footer-logo">
+ <a href="/">
+ <div class="logo-inverse-large"></div>
+ </a>
+ </div>
+ <div class="col-md-3 footer-column">
+ <h3 class="text-headline text-white">SEARCH</h3>
+ <ul class="text-body">
+ <li>
+ <a href="/featured" class="" rel="nofollow,noindex"> <i class="fa fa-check"></i>&nbsp;&nbsp;<span> Featured</span> </a>
+ </li>
+ <li>
+ <a href="/popular" class="" rel="nofollow,noindex"> <i class="fa fa-star"></i>&nbsp;&nbsp;<span> Popular</span> </a>
+ </li>
+ <li>
+ <a href="/latest" class="" rel="nofollow,noindex"> <i class="fa fa-clock-o"></i>&nbsp;&nbsp;<span> Latest</span> </a>
+ </li>
+ </ul>
+ </div>
+ <div class="col-md-3 footer-column">
+ <h3 class="text-headline text-white">SOCIAL</h3>
+ <ul class="text-body">
+ <li>
+ <a href="https://www.facebook.com/SimplyFound-1500754540232504" class="" rel="nofollow,noindex"> <i class="fa fa-facebook-square"></i>&nbsp;&nbsp;<span> Facebook</span> </a>
+ </li>
+ <li>
+ <a href="https://twitter.com/simplyfound" class="" rel="nofollow,noindex"> <i class="fa fa-twitter-square"></i>&nbsp;&nbsp;<span> Twitter</span> </a>
+ </li>
+ <li>
+ <a href="/blog" class="" rel="nofollow,noindex"> <i class="fa fa-rss-square"></i>&nbsp;&nbsp;<span> Blog</span> </a>
+ </li>
+ </ul>
+ </div>
+ <div class="col-md-3 footer-column">
+ <h3 class="text-headline text-white">COMPANY</h3>
+ <ul class="text-body">
+ <li>
+ <a href="/site/terms-conditions" class="" rel="nofollow,noindex"> <i class="fa fa-file-text-o"></i>&nbsp;&nbsp;<span> Terms &amp; Conditions</span> </a>
+ </li>
+ <li>
+ <a href="/site/privacy-policy" class="" rel="nofollow,noindex"> <i class="fa fa-file-text-o"></i>&nbsp;&nbsp;<span> Privacy Policy</span> </a>
+ </li>
+ <li>
+ <a href="/contact/" class="" rel="nofollow,noindex"> <i class="fa fa-envelope-o"></i>&nbsp;&nbsp;<span> Contact Us</span> </a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ <div class="credit bg-steel"> <small class="text-caption">
+ <a href="/" class="unfloat">
+ © 2016<strong> &nbsp; Simplyfound.com</strong>
+ </a>
+ </small> </div>
+ </div>
+ <script src="https://d2ri69w25kq2xp.cloudfront.net/s/js/vendor/jquery.min.f9c7afd05729.js"></script>
+ <script src="https://d2ri69w25kq2xp.cloudfront.net/s/js/vendor/bootstrap.min.c5b5b2fa19bd.js"></script>
+ <script src="https://d2ri69w25kq2xp.cloudfront.net/s/js/vendor/confirmation.min.e22246a9e3ea.js"></script>
+ <script src="https://d2ri69w25kq2xp.cloudfront.net/s/js/vendor/autohidingnavbar.min.8df1fc2b1810.js"></script>
+ <script src="https://d2ri69w25kq2xp.cloudfront.net/s/js/vendor/toastr.min.fc293118b38b.js"></script>
+ <script src="https://d2ri69w25kq2xp.cloudfront.net/s/js/utils.415bd0240799.js"></script>
+ <script src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+ <script type="text/javascript">
+ $(document).ready(function() {
+ $('[rel=tooltip]').tooltip();
+ $("[rel='popover']").popover();
+ $(".top-nav .navbar-fixed-top").autoHidingNavbar();
+ });
+ </script>
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-40482276-1']);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script');
+ ga.type = 'text/javascript';
+ ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ <form id="csrf_post_form" action="" enctype="multipart/form-data" method="post" accept-charset="utf-8">
+ <input type="hidden" name="csrfmiddlewaretoken" value="CT1Z3UzIHniUTpMJGzlkYYIJg68vGUaf"/> </form>
+ <div id="message_box"> </div>
+</body>
+<!-- end of body -->
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json
new file mode 100644
index 0000000..7a80654
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Share buttons removal test",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html
new file mode 100644
index 0000000..30c09b2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html
@@ -0,0 +1,34 @@
+<article>
+ <h2>Lorem ipsum dolor</h2>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html
new file mode 100644
index 0000000..ee9d660
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html
@@ -0,0 +1,54 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Share buttons removal test</title>
+</head>
+<body>
+ <article class="main-content">
+ <h1>Lorem ipsum dolor</h1>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <div class="sharedaddy sd-block sd-like" id="like-post-wrapper-70135762-15074-552441e572442"
+ data-src="//widgets.wp.com/likes/#blog_id=70135762&amp;post_id=15074&amp;origin=longreadsblog.wordpress.com&amp;obj_id=70135762-15074-552441e572442"
+ data-name="like-post-frame-70135762-15074-552441e572442">
+ <h3 class="sd-title">Like this:</h3>
+ <div class="likes-widget-placeholder post-likes-widget-placeholder" style="height:55px">
+ <span class="button">
+ <span>Like</span>
+ </span>
+ <span class="loading">Loading...</span>
+ </div>
+ <span class="sd-text-color"></span>
+ <a class="sd-link-color"></a>
+ </div>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+ </article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json
new file mode 100644
index 0000000..47039a9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "Style tags removal",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html
new file mode 100644
index 0000000..a5ba2c6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html
@@ -0,0 +1,21 @@
+<article>
+ <h2>Lorem</h2>
+
+ <p>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+
+ <h2>Foo</h2>
+ <p>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html
new file mode 100644
index 0000000..687ca39
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Style tags removal</title>
+ <style>h1{font-weight:normal}</style>
+</head>
+<body>
+ <article>
+ <h1>Lorem</h1>
+ <style>
+ div{font-weight:bold}
+ </style>
+ <div>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <style>
+ h2 {
+ color: red;
+ }
+ </style>
+ <h2>Foo</h2>
+ <div>
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ </article>
+ <style>
+ * {
+ color: yellow;
+ }
+ </style>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json
new file mode 100644
index 0000000..321414f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "SVG parsing",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html
new file mode 100644
index 0000000..faa8ff8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html
@@ -0,0 +1,38 @@
+<div>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+<svg version="1.1" viewBox="0 0 50 50" height="50" width="50" style="position: absolute;" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <g>
+ <clipPath id="hex-mask-large"><polygon points="15,35 10,35 10,0 10,0 45,0 45,35 45,35 25,35 15,43" /></clipPath>
+ <clipPath id="hex-mask-small"><polygon points="5,1 5,16 3,23 10,20 24,20 24,1" /></clipPath>
+ </g>
+</svg>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html
new file mode 100644
index 0000000..e4fb905
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html
@@ -0,0 +1,44 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>SVG parsing</title>
+</head>
+<body>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" height="50" width="50" style="position: absolute;">
+ <g>
+ <clipPath id="hex-mask-large"><polygon points="15,35 10,35 10,0 10,0 45,0 45,35 45,35 25,35 15,43"/></clipPath>
+ <clipPath id="hex-mask-small"><polygon points="5,1 5,16 3,23 10,20 24,20 24,1"/></clipPath>
+ </g>
+</svg>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json
new file mode 100644
index 0000000..dc37064
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/fakehost\/compass1.gif"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json
new file mode 100644
index 0000000..cdb8fc3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "linux usability\n ...or, why do I bother. © 2002, 2003\n Jamie Zawinski",
+ "Image": null,
+ "Title": "linux video",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html
new file mode 100644
index 0000000..7ded97c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html
@@ -0,0 +1,122 @@
+<div>
+ <p>
+ <span size="+3"><b>linux usability
+ <span size="4"><br>...or, why do I bother.</span></b></span><br> © 2002, 2003
+ <a href="mailto:/dev/[email protected]?subject=Please%20delete%20this%20message%20without%20reading%20it.">Jamie Zawinski</a> </p>
+
+
+ <div>
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <p> In December 2002, I tried to install some software on my computer. The experience was, shall we say, less than pleasant. On many levels. I wrote about my experience, as I so often do. </p>
+ <p> Then in January, the jackasses over at Slashdot <a href="http://slashdot.org/article.pl?sid=03/01/24/1440207">posted</a> a link to it, calling it a "review" of Linux video software. I guess you could consider it a review, if you were to squint at it just right. But really what it is is a <i>rant</i> about how I had an evening stolen from me by crap software design. It is a flame about the pathetic state of Linux usability in general, and the handful of video players I tried out in particular. It makes no attempt to be balanced or objective or exhaustive. It is a description of my experience. Perhaps your experience was different. Good for you. </p>
+ <p> So of course that day I got hundreds of emails about it. Every Linux apologist in the world wanted to make sure I was fully informed of their opinion. The replies were roughly in the following groups: </p>
+
+ <ul>
+ <li> "Right on! I had exactly the same experience! Thank you for putting it into words." <i>(This was about 1/3 of the replies.)</i>
+
+ </li>
+ <li> "You're clearly an idiot, Linux is too sophisticated for you, you clearly are incapable of understanding anything, you should go back to kindergarten and/or use a Mac." <i>(Oddly, all of these messages used the word</i> `clearly' <i>repeatedly.)</i>
+
+ </li>
+ <li> "If you don't like it, fix it yourself."
+
+ </li>
+ <li> "Netscape sucks! XEmacs sucks! You suck! I never liked you anyway! And you swear too much!"
+
+ </li>
+ <li> "How dare you criticize someone else's work! You got it for free! You should be on your knees thanking them for wasting your time!"
+
+ </li>
+ <li> "While you have some valid complaints, I'm going to focus on this one inconsequential error you made in your characterization of one of the many roadblocks you encountered. You suck!"
+
+ </li>
+ <li> "It's your fault for using Red Hat! You should be using Debian/<wbr>Mandrake/<wbr>Gentoo instead!"
+
+ </li>
+ <li> "Red Hat 7.2 is totally obsolete! It's almost 14 months old! What were you expecting!" </li>
+ </ul>
+ </td>
+ <td>
+ <p> While I am flattered that so many logorrheic Linux fanboys are sufficiently interested in my opinions and experiences to share their deeply heartfelt views with me, you can all rest assured that: </p>
+
+ <ul>
+ <ul type="A">
+ <li> I've heard it before; and </li>
+ <li> I didn't care the first time. </li>
+ </ul>
+ </ul>
+ <p> So please. Don't bother sending me any more mail about this. It's a near certainty that I will just delete it unread, so you might as well not waste your time. Feel free to call me names on your own web page if you feel the need to get it out of your system. But kindly stay out of my inbox.
+
+
+ </p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+
+ <p>
+ <span size="+3"><b>that said...</b></span>
+ </p>
+ <p> I understand that one can play videos on one's computer. I understand these videos come in many different formats. Every now and then I try to figure out what the Done Thing is, as far as playing movies on one's Linux machine. </p>
+
+ <ul> (Really my eventual goal is to be able to <i>create</i> video on Linux, but I figured I'd start small, and see if I could just get <i>playback</i> working before trying something that is undoubtedly ten thousand times harder.) </ul>
+ <p> I finally found <a href="http://mirrors.sctpc.com/dominik/linux/pkgs/mplayer/">RPMs</a> of <a href="http://www.mplayerhq.hu/">mplayer</a> that would consent to install themselves on a Red Hat 7.2 machine, and actually got it to play some videos. Amazing. But it's a total pain in the ass to use due to rampant "themeing." <i>Why do people do this?</i> They map this stupid shaped window with no titlebar (oh, sorry, your choice of a dozen stupidly-shaped windows without titlebars) all of which use fonts that are way too small to read. But, here's the best part, there's no way to raise the window to the top. So if another window ever gets on top of it, well, sorry, you're out of luck. And half of the themes always map the window at the very bottom of the
+ <nobr>screen --</nobr> conveniently <i>under</i> my panel where I can't reach it. </p>
+ <p> Resizing the window changes the aspect ratio of the video! Yeah, I'm sure someone has <i>ever</i> wanted that. </p>
+ <p> It moves the mouse to the upper left corner of every dialog box it creates! Which is great, because that means that when it gets into this cute little state of popping up a blank dialog that says "Error" five times a second, you can't even move the mouse over to another window to kill the program, you have to log in from another machine. </p>
+ <p> Fucking morons. </p>
+ <p> So I gave up on that, and tried to install <a href="http://gstreamer.net/">gstreamer</a>. Get this. Their propose ``solution'' for distributing binaries on Red Hat systems? They point you at an RPM that installs <b>apt</b>, the Debian package system! Yeah, that's a <i>good</i> idea, I want to struggle with two competing packaging systems on my machine just to install a single app. Well, I found some <a href="http://gstreamer.net/releases/redhat/redhat-72-i386/RPMS.ximian/">
+RPMs</a> for Red Hat 7.2, but apparently they expect you to have already rectally inserted <a href="http://www.gnome.org/">Gnome2</a> on that 7.2 system first. Uh, no. I've seen the horror of Red Hat 8.0, and there's no fucking way I'm putting Gnome2 on any more of my machines for at least another six months, maybe a year. </p>
+ <p> Ok, no gstreamer. Let's try <a href="http://xinehq.de/">Xine</a>. I found <a href="http://rpmfind.net/linux/redhat/7.3/en/os/i386/RedHat/RPMS/">
+RPMs</a>, and it sucks about the same as mplayer, and in about the same ways, though slightly less bad: it doesn't screw the aspect ratio when you resize the window; and at least its stupidly-shaped window is always forced to be on top. I don't like that either, but it's better than <i>never</i> being on top. It took me ten minutes to figure out where the "Open File" dialog was. It's on the button labeled <b><tt>"://"</tt></b> whose tooltip says "MRL Browser". Then you get to select file names from an oh-so-cute window that I guess is supposed to look like a tty, or maybe an LCD screen. It conveniently <i>centers</i> the file names in the list, and truncates them at about 30 characters. The scrollbar is also composed of "characters": it's an underscore. </p>
+ <p> <i> What are these fucktards <b><u>thinking???</u></b></i> </p>
+ <p> Then I checked out <a href="http://www.dtek.chalmers.se/groups/dvd/">Ogle</a> again, and it hasn't been updated since the last time I tried, six months ago. It's a pretty decent DVD player, if you have the physical DVD. It does on-screen menus, and you can click on them with the mouse. But I don't need a DVD player (I have a hardware DVD player that works just fine.) It can't, as far as I can tell, play anything but actual discs. </p>
+ <p> Oh, and even though I have libdvdcss installed (as evidenced by the fact that Ogle actually works) Xine won't play the same disc that Ogle will play. It seems to be claiming that the CSS stuff isn't installed, which it clearly is. </p>
+ <p> An idiocy that all of these programs have in common is that, in addition to opening a window for the movie, and a window for the control panel, they <i>also</i> spray a constant spatter of curses crud on the terminal they were started from. I imagine at some point, there was some user who said, ``this program is pretty nice, but you know what it's missing? It's missing a lot of pointless chatter about what plugins and fonts have been loaded!'' </p>
+
+ <hr> <b>And here's the Random Commentary section:</b>
+
+ <blockquote> <b><a href="http://www.lazycat.org/">Makali</a> wrote:</b>
+ <ul><i>
+ Whenever a programmer thinks, "Hey, skins, what a cool idea", their
+ computer's speakers should create some sort of cock-shaped soundwave
+ and plunge it repeatedly through their skulls.
+ </i></ul>
+ <p> I am fully in support of this proposed audio-cock technology. </p>
+ <p><b>Various people wrote:</b> </p>
+ <ul><i>
+ You shouldn't even bother compiling the GUI into mplayer!
+ </i></ul>
+ <p> So I should solve the problem of ``crappy GUI'' by replacing it with ``no GUI at all?'' I should use the program only from the command line, or by memorizing magic keystrokes? Awesome idea. </p>
+ <p><b>Various other people wrote:</b> </p>
+ <ul><i>
+ You didn't try <a href="http://www.videolan.org/vlc/">vlc</a>!
+ </i></ul>
+ <p> True, I hadn't. Now I have. It has an overly-complicated UI, (the Preferences panel is a festival of overkill) but at least it uses standard menus and buttons, so it doesn't make you want to claw your eyes out immediately. But, it can only play a miniscule number of video formats, so it's mostly useless. <i>*plonk*</i> </p>
+ <p><b>Someone else wrote:</b> </p>
+ <ul><i>
+ Have you considered changing distributions?
+ </i></ul>
+ <p> Yes, every single time I try something like this, I very seriously consider <a href="http://fakehost/gruntle/bittybox.html">getting a Mac</a>. </p>
+ <p> Really the only thing that's stopping me is that I fear the <a href="http://www.xemacs.org/">Emacs situation</a>. </p>
+ <p> (By which I mean, ``Lack of a usable version thereof.'' No, running RMSmacs inside a terminal window doesn't qualify. Nor does running an X server on the Mac: if I were going to switch, why in the world would I continue inflicting the X Windows Disaster on myself? Wouldn't getting away from that be the <i>whole
+ point?</i>) </p>
+
+ <ul>
+ <span size="-1"> (I understand there is an almost-functional Aqua version of <a href="http://fakehost/hacks/why-cooperation-with-rms-is-impossible.mp3">
+ RMSmacs</a> now. I'll probably check it out at some point, but the problem with <i><a href="http://fakehost/test/lemacs.html">me</a></i> switching from XEmacs to RMSmacs is that it would probably result in another <a href="http://slashdot.org/article.pl?sid=03/01/24/1440207">
+ Slashdork</a> post, meaning I'd wake up to another 150+ poorly spelled flames in my inbox... I'm hoping for a Aquafied XEmacs, but I know that's not likely to happen any time soon.)</span>
+ </ul>
+ <p> By the way, the suggestion to switch Linux distrubutions in order to get a single app to work might sound absurd at first. And that's because <a href="http://fakehost/test/linux.html">it is</a>. But I've been saturated with Unix-peanut-gallery effluvia for so long that it no longer even surprises me when every
+ <nobr>question --</nobr> no matter how
+ <nobr>simple --</nobr> results in someone suggesting that you either A) patch your kernel or B) change distros. It's inevitable and inescapable, like Hitler. </p>
+ </blockquote>
+
+ <hr>
+
+ <p> <a href="http://fakehost/"><img alt="[ up ]" src="http://fakehost/compass1.gif" onmouseover="this.src=&quot;../compass2.gif&quot;" onmouseout="this.src=&quot;../compass1.gif&quot;"></a> </p>
+</div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html
new file mode 100644
index 0000000..0e20275
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html
@@ -0,0 +1,167 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+
+<head>
+ <title>linux video</title>
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
+ <link rel="stylesheet" type="text/css" href="/jwz.css"/>
+ <script type="text/javascript" src="/jwz.js"></script>
+</head>
+
+<body class="jwzw">
+ <p align="CENTER">
+ <font size="+3"><b>linux usability
+ <font size="4"><br/>...or, why do I bother.</font></b></font><br/> © 2002, 2003
+ <!--
+ <A HREF="../">Jamie Zawinski</A>
+ <A HREF="../about.html">&lt;[email protected]&gt;</A>
+--><a href="mailto:/dev/[email protected]?subject=Please%20delete%20this%20message%20without%20reading%20it.">Jamie Zawinski</a> </p>
+ <!--
+<P><BR>
+<DIV ALIGN=CENTER>
+<TABLE WIDTH="50%" CELLPADDING=20 CELLSPACING=0 BORDER BGCOLOR="#FEFFE6">
+ <TR>
+ <TD BGCOLOR="#FEFFE6">
+
+ <P> <B>Welcome,
+ <A HREF="http://slashdot.org/article.pl?sid=03/01/24/1440207">
+ Slashdot</A> readers!</B>
+
+ <P> If you have any comments on this article, please feel free to
+ mail them to me <A HREF="mailto:[email protected]"><B>here!</B></A>
+
+</TD></TR></TABLE></DIV>
+-->
+ <p><br/> </p>
+ <div align="CENTER">
+ <table width="90%" cellpadding="20" cellspacing="0" border="" bgcolor="#FEFFE6">
+ <tbody>
+ <tr>
+ <td bgcolor="#FEFFE6">
+ <p> In December 2002, I tried to install some software on my computer. The experience was, shall we say, less than pleasant. On many levels. I wrote about my experience, as I so often do. </p>
+ <p> Then in January, the jackasses over at Slashdot <a href="http://slashdot.org/article.pl?sid=03/01/24/1440207">posted</a> a link to it, calling it a "review" of Linux video software. I guess you could consider it a review, if you were to squint at it just right. But really what it is is a <i>rant</i> about how I had an evening stolen from me by crap software design. It is a flame about the pathetic state of Linux usability in general, and the handful of video players I tried out in particular. It makes no attempt to be balanced or objective or exhaustive. It is a description of my experience. Perhaps your experience was different. Good for you. </p>
+ <p> So of course that day I got hundreds of emails about it. Every Linux apologist in the world wanted to make sure I was fully informed of their opinion. The replies were roughly in the following groups: </p>
+ <p> </p>
+ <ul>
+ <li> "Right on! I had exactly the same experience! Thank you for putting it into words." <i>(This was about 1/3 of the replies.)</i>
+ <p></p>
+ </li>
+ <li> "You're clearly an idiot, Linux is too sophisticated for you, you clearly are incapable of understanding anything, you should go back to kindergarten and/or use a Mac." <i>(Oddly, all of these messages used the word</i> `clearly' <i>repeatedly.)</i>
+ <p></p>
+ </li>
+ <li> "If you don't like it, fix it yourself."
+ <p></p>
+ </li>
+ <li> "Netscape sucks! XEmacs sucks! You suck! I never liked you anyway! And you swear too much!"
+ <p></p>
+ </li>
+ <li> "How dare you criticize someone else's work! You got it for free! You should be on your knees thanking them for wasting your time!"
+ <p></p>
+ </li>
+ <li> "While you have some valid complaints, I'm going to focus on this one inconsequential error you made in your characterization of one of the many roadblocks you encountered. You suck!"
+ <p></p>
+ </li>
+ <li> "It's your fault for using Red Hat! You should be using Debian/<wbr/>Mandrake/<wbr/>Gentoo instead!"
+ <p></p>
+ </li>
+ <li> "Red Hat 7.2 is totally obsolete! It's almost 14 months old! What were you expecting!" </li>
+ </ul>
+ </td>
+ <td bgcolor="#FEFFE6">
+ <p> While I am flattered that so many logorrheic Linux fanboys are sufficiently interested in my opinions and experiences to share their deeply heartfelt views with me, you can all rest assured that: </p>
+ <p></p>
+ <ul>
+ <ul type="A">
+ <li> I've heard it before; and </li>
+ <li> I didn't care the first time. </li>
+ </ul>
+ </ul>
+ <p> So please. Don't bother sending me any more mail about this. It's a near certainty that I will just delete it unread, so you might as well not waste your time. Feel free to call me names on your own web page if you feel the need to get it out of your system. But kindly stay out of my inbox.
+ <!--
+ <P> If you <I>must</I> send me mail you can send it to me
+ <A HREF="mailto:[email protected]"><B>here.</B></A>
+ -->
+ <!--
+<PRE><FONT SIZE="1">
+ Rob Malda wrote:
+ >
+ > com'on man. take my email address off your page. I'm deleting
+ > tons of these messages.
+
+ Jamie Zawinski wrote:
+ >
+ > Sure, how about you take the story off slashdot so that I don't
+ > have to delete them either?
+</FONT></PRE>
+-->
+ </p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <p><br/> </p>
+ <p align="CENTER">
+ <font size="+3"><b>that said...</b></font>
+ </p>
+ <p> I understand that one can play videos on one's computer. I understand these videos come in many different formats. Every now and then I try to figure out what the Done Thing is, as far as playing movies on one's Linux machine. </p>
+ <p></p>
+ <ul> (Really my eventual goal is to be able to <i>create</i> video on Linux, but I figured I'd start small, and see if I could just get <i>playback</i> working before trying something that is undoubtedly ten thousand times harder.) </ul>
+ <p> I finally found <a href="http://mirrors.sctpc.com/dominik/linux/pkgs/mplayer/">RPMs</a> of <a href="http://www.mplayerhq.hu/">mplayer</a> that would consent to install themselves on a Red Hat 7.2 machine, and actually got it to play some videos. Amazing. But it's a total pain in the ass to use due to rampant "themeing." <i>Why do people do this?</i> They map this stupid shaped window with no titlebar (oh, sorry, your choice of a dozen stupidly-shaped windows without titlebars) all of which use fonts that are way too small to read. But, here's the best part, there's no way to raise the window to the top. So if another window ever gets on top of it, well, sorry, you're out of luck. And half of the themes always map the window at the very bottom of the
+ <nobr>screen --</nobr> conveniently <i>under</i> my panel where I can't reach it. </p>
+ <p> Resizing the window changes the aspect ratio of the video! Yeah, I'm sure someone has <i>ever</i> wanted that. </p>
+ <p> It moves the mouse to the upper left corner of every dialog box it creates! Which is great, because that means that when it gets into this cute little state of popping up a blank dialog that says "Error" five times a second, you can't even move the mouse over to another window to kill the program, you have to log in from another machine. </p>
+ <p> Fucking morons. </p>
+ <p> So I gave up on that, and tried to install <a href="http://gstreamer.net/">gstreamer</a>. Get this. Their propose ``solution'' for distributing binaries on Red Hat systems? They point you at an RPM that installs <b>apt</b>, the Debian package system! Yeah, that's a <i>good</i> idea, I want to struggle with two competing packaging systems on my machine just to install a single app. Well, I found some <a href="http://gstreamer.net/releases/redhat/redhat-72-i386/RPMS.ximian/">
+RPMs</a> for Red Hat 7.2, but apparently they expect you to have already rectally inserted <a href="http://www.gnome.org/">Gnome2</a> on that 7.2 system first. Uh, no. I've seen the horror of Red Hat 8.0, and there's no fucking way I'm putting Gnome2 on any more of my machines for at least another six months, maybe a year. </p>
+ <p> Ok, no gstreamer. Let's try <a href="http://xinehq.de/">Xine</a>. I found <a href="http://rpmfind.net/linux/redhat/7.3/en/os/i386/RedHat/RPMS/">
+RPMs</a>, and it sucks about the same as mplayer, and in about the same ways, though slightly less bad: it doesn't screw the aspect ratio when you resize the window; and at least its stupidly-shaped window is always forced to be on top. I don't like that either, but it's better than <i>never</i> being on top. It took me ten minutes to figure out where the "Open File" dialog was. It's on the button labeled <b><tt>"://"</tt></b> whose tooltip says "MRL Browser". Then you get to select file names from an oh-so-cute window that I guess is supposed to look like a tty, or maybe an LCD screen. It conveniently <i>centers</i> the file names in the list, and truncates them at about 30 characters. The scrollbar is also composed of "characters": it's an underscore. </p>
+ <p> <i> What are these fucktards <b><u>thinking???</u></b></i> </p>
+ <p> Then I checked out <a href="http://www.dtek.chalmers.se/groups/dvd/">Ogle</a> again, and it hasn't been updated since the last time I tried, six months ago. It's a pretty decent DVD player, if you have the physical DVD. It does on-screen menus, and you can click on them with the mouse. But I don't need a DVD player (I have a hardware DVD player that works just fine.) It can't, as far as I can tell, play anything but actual discs. </p>
+ <p> Oh, and even though I have libdvdcss installed (as evidenced by the fact that Ogle actually works) Xine won't play the same disc that Ogle will play. It seems to be claiming that the CSS stuff isn't installed, which it clearly is. </p>
+ <p> An idiocy that all of these programs have in common is that, in addition to opening a window for the movie, and a window for the control panel, they <i>also</i> spray a constant spatter of curses crud on the terminal they were started from. I imagine at some point, there was some user who said, ``this program is pretty nice, but you know what it's missing? It's missing a lot of pointless chatter about what plugins and fonts have been loaded!'' </p>
+ <p> </p>
+ <hr width="50%"/> <b>And here's the Random Commentary section:</b>
+ <p></p>
+ <blockquote> <b><a href="http://www.lazycat.org/">Makali</a> wrote:</b>
+ <ul><i>
+ Whenever a programmer thinks, "Hey, skins, what a cool idea", their
+ computer's speakers should create some sort of cock-shaped soundwave
+ and plunge it repeatedly through their skulls.
+ </i></ul>
+ <p> I am fully in support of this proposed audio-cock technology. </p>
+ <p><b>Various people wrote:</b> </p>
+ <ul><i>
+ You shouldn't even bother compiling the GUI into mplayer!
+ </i></ul>
+ <p> So I should solve the problem of ``crappy GUI'' by replacing it with ``no GUI at all?'' I should use the program only from the command line, or by memorizing magic keystrokes? Awesome idea. </p>
+ <p><b>Various other people wrote:</b> </p>
+ <ul><i>
+ You didn't try <a href="http://www.videolan.org/vlc/">vlc</a>!
+ </i></ul>
+ <p> True, I hadn't. Now I have. It has an overly-complicated UI, (the Preferences panel is a festival of overkill) but at least it uses standard menus and buttons, so it doesn't make you want to claw your eyes out immediately. But, it can only play a miniscule number of video formats, so it's mostly useless. <i>*plonk*</i> </p>
+ <p><b>Someone else wrote:</b> </p>
+ <ul><i>
+ Have you considered changing distributions?
+ </i></ul>
+ <p> Yes, every single time I try something like this, I very seriously consider <a href="../gruntle/bittybox.html">getting a Mac</a>. </p>
+ <p> Really the only thing that's stopping me is that I fear the <a href="http://www.xemacs.org/">Emacs situation</a>. </p>
+ <p> (By which I mean, ``Lack of a usable version thereof.'' No, running RMSmacs inside a terminal window doesn't qualify. Nor does running an X server on the Mac: if I were going to switch, why in the world would I continue inflicting the X Windows Disaster on myself? Wouldn't getting away from that be the <i>whole
+ point?</i>) </p>
+ <p></p>
+ <ul>
+ <font size="-1"> (I understand there is an almost-functional Aqua version of <a href="../hacks/why-cooperation-with-rms-is-impossible.mp3">
+ RMSmacs</a> now. I'll probably check it out at some point, but the problem with <i><a href="lemacs.html">me</a></i> switching from XEmacs to RMSmacs is that it would probably result in another <a href="http://slashdot.org/article.pl?sid=03/01/24/1440207">
+ Slashdork</a> post, meaning I'd wake up to another 150+ poorly spelled flames in my inbox... I'm hoping for a Aquafied XEmacs, but I know that's not likely to happen any time soon.)</font>
+ </ul>
+ <p> By the way, the suggestion to switch Linux distrubutions in order to get a single app to work might sound absurd at first. And that's because <a href="linux.html">it is</a>. But I've been saturated with Unix-peanut-gallery effluvia for so long that it no longer even surprises me when every
+ <nobr>question --</nobr> no matter how
+ <nobr>simple --</nobr> results in someone suggesting that you either A) patch your kernel or B) change distros. It's inevitable and inescapable, like Hitler. </p>
+ </blockquote>
+ <p></p>
+ <hr/>
+ <p> </p>
+ <p align="CENTER"> <a href="../"><img alt="[ up ]" class="compass" src="../compass1.gif" onmouseover="this.src=&quot;../compass2.gif&quot;" onmouseout="this.src=&quot;../compass1.gif&quot;"/></a> </p>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json
new file mode 100644
index 0000000..c52fd8c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/www.telegraph.co.uk\/content\/dam\/news\/2017\/11\/16\/TELEMMGLPICT000146889449-xlarge_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json
new file mode 100644
index 0000000..26924de
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Zimbabwe President Robert Mugabe, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's \"Blue House\" compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said.",
+ "Image": "http:\/\/www.telegraph.co.uk\/content\/dam\/news\/2017\/11\/16\/TELEMMGLPICT000146889449-xlarge_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg",
+ "Title": "Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate",
+ "SiteName": "The Telegraph"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html
new file mode 100644
index 0000000..352b47d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html
@@ -0,0 +1,20 @@
+<div>
+ <p><span>Z</span>imbabwe President <a href="http://www.telegraph.co.uk/news/2017/11/17/zimbabwes-ruling-party-drafting-motion-fire-robert-mugabe-sunday/">Robert Mugabe</a>, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's "Blue House" compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said.</p>
+ <p>The G40 figures are cabinet ministers Jonathan Moyo and Saviour Kasukuwere, who fled to the compound after their homes were attacked by troops in Tuesday night's coup, the source, who said he had spoken to people inside the compound, told Reuters.</p>
+ <p>Mr Mugabe is resisting mediation by a Catholic priest to allow the former guerrilla a graceful exit after the military takeover.</p>
+ <p>The priest, Fidelis Mukonori, is acting as a middle-man between Mr Mugabe and the generals, <a href="http://www.telegraph.co.uk/news/2017/11/15/zimbabwe-crisis-have-spent-long-careful-really-change/">who seized power in a targeted operation against "criminals" in his entourage</a>, a senior political source told Reuters.</p>
+ <p>The source could not provide details of the talks, which appear to be aimed at a smooth and bloodless transition after the departure of Mr Mugabe, who has led Zimbabwe since independence in 1980.</p>
+ <p>Mr Mugabe, still seen by many Africans as a liberation hero, is reviled in the West as a despot whose disastrous handling of the economy and willingness to resort to violence to maintain power destroyed one of Africa's most promising states.</p>
+ </div><div>
+ <p><span>Z</span>imbabwean intelligence reports seen by Reuters suggest that former security chief Emmerson Mnangagwa, who was ousted as vice-president this month, has been mapping out a post-Mugabe vision with the military and opposition for more than a year.</p>
+ </div><div>
+ <p><span>F</span>uelling speculation that Mnangagwa's plan might be rolling into action, opposition leader Morgan Tsvangirai, who has been receiving cancer treatment in Britain and South Africa, returned to Harare late on Wednesday, his spokesman said.</p>
+ <p>South Africa said Mr Mugabe had told President Jacob Zuma by telephone on Wednesday that he was confined to his home but was otherwise fine and the military said it was keeping him and his family, including wife Grace, safe.</p>
+ </div><div>
+ <p><span>D</span>espite the lingering admiration for Mr Mugabe, there is little public affection for 52-year-old Grace, a former government typist who started having an affair with Mr Mugabe in the early 1990s as his first wife, Sally, was dying of kidney disease.</p>
+ <p>Dubbed "DisGrace" or "Gucci Grace" on account of her reputed love of shopping, she enjoyed a meteoric rise through the ranks of Mugabe's ruling Zanu-PF in the last two years, culminating in Mnangagwa's removal a week ago - a move seen as clearing the way for her to succeed her husband.</p>
+ </div><div>
+ <p><span>I</span>n contrast to the high political drama unfolding behind closed doors, the streets of the capital remained calm, with people going about their daily business, albeit under the watch of soldiers on armoured vehicles at strategic locations.</p>
+ </div><div>
+ <p><span>W</span>hatever the final outcome, the events could signal a once-in-a-generation change for the former British colony, a regional breadbasket reduced to destitution by economic policies Mr Mugabe's critics have long blamed on him.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html b/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html
new file mode 100644
index 0000000..3aad2a1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html
@@ -0,0 +1,1821 @@
+<!DOCTYPE html>
+<html lang="en-GB" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" class="articleRenderer2HTML no-js">
+
+<head>
+ <style class="tmgfont" data-font-name="Austin News Deck Semibold" data-font-file-woff2="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Austin-News-Deck-Web-Semibold.woff2" data-font-file-woff="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Austin-News-Deck-Web-Semibold.woff"></style>
+ <style class="tmgfont" data-font-name="Austin News Deck Medium" data-font-file-woff2="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Austin-News-Deck-Web-Medium.woff2" data-font-file-woff="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Austin-News-Deck-Web-Medium.woff"></style>
+ <style class="tmgfont" data-font-name="Austin News Text Roman" data-font-file-woff2="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Austin-News-Text-Web-Roman.woff2" data-font-file-woff="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Austin-News-Text-Web-Roman.woff"></style>
+ <style class="tmgfont" data-font-name="Austin News Text Semibold" data-font-file-woff2="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Austin-News-Text-Web-Semibold.woff2" data-font-file-woff="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Austin-News-Text-Web-Semibold.woff"></style>
+ <style class="tmgfont" data-font-name="Telesans Text Regular" data-font-file-woff2="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Telesans-Text-Web-Regular.woff2" data-font-file-woff="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Telesans-Text-Web-Regular.woff"></style>
+ <style class="tmgfont" data-font-name="Marian Poster Roman" data-font-file-woff2="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Marian-Poster-Web-Roman.woff2" data-font-file-woff="/etc/designs/telegraph/core/clientlibs/tmgchannels/_base/fonts/Marian-Poster-Web-Roman.woff"></style>
+ <script data-pagespeed-no-defer="">
+ //<![CDATA[
+ (function() {
+ function d(b) {
+ var a = window;
+ if (a.addEventListener) a.addEventListener("load", b, !1);
+ else if (a.attachEvent) a.attachEvent("onload", b);
+ else {
+ var c = a.onload;
+ a.onload = function() {
+ b.call(this);
+ c && c.call(this)
+ }
+ }
+ }
+ var p = Date.now || function() {
+ return +new Date
+ };
+ window.pagespeed = window.pagespeed || {};
+ var q = window.pagespeed;
+
+ function r() {
+ this.a = !0
+ }
+ r.prototype.c = function(b) {
+ b = parseInt(b.substring(0, b.indexOf(" ")), 10);
+ return !isNaN(b) && b <= p()
+ };
+ r.prototype.hasExpired = r.prototype.c;
+ r.prototype.b = function(b) {
+ return b.substring(b.indexOf(" ", b.indexOf(" ") + 1) + 1)
+ };
+ r.prototype.getData = r.prototype.b;
+ r.prototype.f = function(b) {
+ var a = document.getElementsByTagName("script"),
+ a = a[a.length - 1];
+ a.parentNode.replaceChild(b, a)
+ };
+ r.prototype.replaceLastScript = r.prototype.f;
+ r.prototype.g = function(b) {
+ var a = window.localStorage.getItem("pagespeed_lsc_url:" + b),
+ c = document.createElement(a ? "style" : "link");
+ a && !this.c(a) ? (c.type = "text/css", c.appendChild(document.createTextNode(this.b(a)))) : (c.rel = "stylesheet", c.href = b, this.a = !0);
+ this.f(c)
+ };
+ r.prototype.inlineCss = r.prototype.g;
+ r.prototype.h = function(b, a) {
+ var c = window.localStorage.getItem("pagespeed_lsc_url:" + b + " pagespeed_lsc_hash:" + a),
+ f = document.createElement("img");
+ c && !this.c(c) ? f.src = this.b(c) : (f.src = b, this.a = !0);
+ for (var c = 2, k = arguments.length; c < k; ++c) {
+ var g = arguments[c].indexOf("=");
+ f.setAttribute(arguments[c].substring(0, g), arguments[c].substring(g + 1))
+ }
+ this.f(f)
+ };
+ r.prototype.inlineImg = r.prototype.h;
+
+ function t(b, a, c, f) {
+ a = document.getElementsByTagName(a);
+ for (var k = 0, g = a.length; k < g; ++k) {
+ var e = a[k],
+ m = e.getAttribute("data-pagespeed-lsc-hash"),
+ h = e.getAttribute("data-pagespeed-lsc-url");
+ if (m && h) {
+ h = "pagespeed_lsc_url:" + h;
+ c && (h += " pagespeed_lsc_hash:" + m);
+ var l = e.getAttribute("data-pagespeed-lsc-expiry"),
+ l = l ? (new Date(l)).getTime() : "",
+ e = f(e);
+ if (!e) {
+ var n = window.localStorage.getItem(h);
+ n && (e = b.b(n))
+ }
+ e && (window.localStorage.setItem(h, l + " " + m + " " + e), b.a = !0)
+ }
+ }
+ }
+
+ function u(b) {
+ t(b, "img", !0, function(a) {
+ return a.src
+ });
+ t(b, "style", !1, function(a) {
+ return a.firstChild ? a.firstChild.nodeValue : null
+ })
+ }
+ q.i = function() {
+ if (window.localStorage) {
+ var b = new r;
+ q.localStorageCache = b;
+ d(function() {
+ u(b)
+ });
+ d(function() {
+ if (b.a) {
+ for (var a = [], c = [], f = 0, k = p(), g = 0, e = window.localStorage.length; g < e; ++g) {
+ var m = window.localStorage.key(g);
+ if (!m.indexOf("pagespeed_lsc_url:")) {
+ var h = window.localStorage.getItem(m),
+ l = h.indexOf(" "),
+ n = parseInt(h.substring(0, l), 10);
+ if (!isNaN(n))
+ if (n <= k) {
+ a.push(m);
+ continue
+ } else if (n < f || !f) f = n;
+ c.push(h.substring(l + 1, h.indexOf(" ", l + 1)))
+ }
+ }
+ k = "";
+ f && (k = "; expires=" + (new Date(f)).toUTCString());
+ document.cookie = "_GPSLSC=" + c.join("!") + k;
+ g = 0;
+ for (e = a.length; g < e; ++g) window.localStorage.removeItem(a[g]);
+ b.a = !1
+ }
+ })
+ }
+ };
+ q.localStorageCacheInit = q.i;
+ })();
+ pagespeed.localStorageCacheInit();
+ //]]>
+ </script>
+ <link rel="stylesheet" href="/etc/designs/telegraph/core/clientlibs/tmgchannels.min.4-11--1.css" type="text/css" />
+ <link rel="stylesheet" href="/etc/designs/telegraph/core/clientlibs/tmgchannels/news.min.4-11--1.css" type="text/css" />
+ <script>
+ window.tmgFacebookAppId = "1785449471702494";
+ </script>
+ <script>
+ // Meter did not return any assign values
+ </script>
+ <script>
+ var tmg = tmg || {};
+ tmg.COMMENTING_STATUS = true;
+ </script>
+ <script>
+ var tmg = tmg || {};
+ tmg.OPTIMIZELY_SYNC = false;
+ </script>
+ <title>Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate</title>
+ <link rel="dns-prefetch" href="//static.telegraph.co.uk" />
+ <link rel="dns-prefetch" href="//cdn.optimizely.com" />
+ <link rel="dns-prefetch" href="//cdn3.optimizely.com" />
+ <link rel="dns-prefetch" href="//d3c3cq33003psk.cloudfront.net" />
+ <link rel="dns-prefetch" href="//assets.adobedtm.com" />
+ <link rel="dns-prefetch" href="//cf.eip.telegraph.co.uk" />
+ <link rel="dns-prefetch" href="//www.google-analytics.com" />
+ <link rel="dns-prefetch" href="//www.googletagservices.com" />
+ <link rel="dns-prefetch" href="//static.parsely.com" />
+ <link rel="amphtml" href="http://www.telegraph.co.uk/news/2017/11/16/zimbabwes-robert-mugabe-wife-grace-insisting-finishes-term-priest/amp/" />
+ <link rel="shortcut icon" href="/etc/designs/telegraph/core/clientlibs/core/icons/favicon.ico" />
+ <link rel="icon" type="image/png" sizes="152x152" href="/etc/designs/telegraph/core/clientlibs/core/icons/favicon-152x152.png" />
+ <link rel="apple-touch-icon" sizes="152x152" href="/etc/designs/telegraph/core/clientlibs/core/icons/favicon-152x152.png" />
+ <meta name="msapplication-TileColor" content="#2c769d" />
+ <meta name="msapplication-TileImage" content="/etc/designs/telegraph/core/clientlibs/core/icons/mstile-144x144.png" />
+ <!--/* IE 11 Tile for Windows 8.1 Start Screen */ -->
+ <meta name="msapplication-tooltip" content="The Telegraph" />
+ <meta name="msapplication-config" content="/etc/designs/telegraph/core/clientlibs/core/icons/browserconfig.xml" />
+ <meta name="msapplication-square310x310logo" content="/etc/designs/telegraph/core/clientlibs/core/icons/mstile-310x310.png" />
+ <meta name="msapplication-wide310x150logo" content="/etc/designs/telegraph/core/clientlibs/core/icons/mstile-310x150.png" />
+ <meta name="msapplication-square150x150logo" content="/etc/designs/telegraph/core/clientlibs/core/icons/mstile-150x150.png" />
+ <meta name="msapplication-square70x70logo" content="/etc/designs/telegraph/core/clientlibs/core/icons/mstile-70x70.png" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
+ <script>
+ RUM.mark('css_load_tmgchannels');
+ </script>
+ <script>
+ window.clientlibs = {
+ "css": {},
+ "js": {
+ "respond_js": {
+ "load": ["/etc/designs/telegraph/core/clientlibs/respond.min.4-11--1.js"],
+ "test": "Modernizr.mq(\"only all\")"
+ },
+ "json_js": {
+ "load": ["/etc/designs/telegraph/core/clientlibs/json.min.4-11--1.js"],
+ "test": "window.JSON"
+ },
+ "core_js": {
+ "load": ["/etc/designs/telegraph/core/clientlibs/core.min.4-11--1.js"]
+ }
+ }
+ };
+ </script>
+ <script type="text/javascript" src="/etc/designs/telegraph/core/clientlibs/core/head.min.4-11--1.js"></script>
+ <script>
+ RUM.mark('js_load_head');
+ </script>
+ <script>
+ window.clientlibs.js.twitter_js = {
+ test: "document.querySelectorAll && document.querySelectorAll('.twitter-follow-button, .twitter-tweet, .twitter-timeline').length === 0",
+ load: ["//platform.twitter.com/widgets.js"]
+ };
+ <!-- /* We cannot compile this JS into our clientLibs due to syntax errors in the Ooyala vendor files and our version of YUI compressor */ -->
+ window.clientlibs.js.ooyala_core = {
+ test: true,
+ load: ["/etc/designs/telegraph/core/clientlibs/core/vendor/ooyala/ooyala-player.min.js", "http://b.scorecardresearch.com/c2/plugins/streamingtag_plugin_ooyalav4.js"]
+ };
+ window.clientlibs.js.google_maps = {
+ test: "document.querySelectorAll && !document.querySelectorAll('.js-product-map').length",
+ load: ["//maps.googleapis.com/maps/api/js?v=3&sensor=false&callback=tmgJQ.fn.telegraph_product_map"]
+ };
+ window.clientlibs.js.facebook_sdk = {
+ test: "document.querySelectorAll && document.querySelectorAll('.fb-page').length === 0",
+ load: ["//connect.facebook.net/en_GB/sdk.js"]
+ };
+ </script>
+ <link rel="canonical" href="http://www.telegraph.co.uk/news/2017/11/16/zimbabwes-robert-mugabe-wife-grace-insisting-finishes-term-priest/" />
+ <meta name="description" content="Zimbabwe President Robert Mugabe, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's &amp;quot;Blue House&amp;quot; compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said." />
+ <meta name="keywords" content="Zimbabwe,Standard,World News,Robert Mugabe,Africa,News,Grace Mugabe" />
+ <meta name="tmgads.channel" content="news" />
+ <meta name="tmgads.section" content="news-2017" />
+ <meta name="tmgads.zone" content="news.2017.11.16" />
+ <meta name="tmgads.articleid" content="ApwTwW7WWPB8" />
+ <meta name="tmgads.pagetype" content="story" />
+ <meta name="tmgads.level" content="5" />
+ <meta name="tmgads.otherdata" />
+ <meta name="tmgads.geo" content="IE" />
+ <meta name="tmgads.keywords" content="Zimbabwe,Standard,World News,Robert Mugabe,Africa,News,Grace Mugabe" />
+ <meta name="DCSext.Channel" content="news" />
+ <meta name="DCSext.Category" content="2017" />
+ <meta name="DCSext.Genre" content="11" />
+ <meta name="DCSext.MLC" content="/news/2017/11/16" />
+ <meta name="DCSext.articleId" content="ApwTwW7WWPB8" />
+ <meta name="DCSext.Content_Type" content="story" />
+ <meta name="DCSext.Level" content="5" />
+ <meta name="DCSext.author" content="Our Foreign Staff" />
+ <meta name="DCSext.articleFirstPublished" content="2017-11-16 11:13" />
+ <meta name="DCSext.cf" content="1" />
+ <meta name="DCSext.cd" content="0" />
+ <meta name="DCSext.cn" content="0" />
+ <meta name="DCSext.pd" content="1" />
+ <meta property="og:title" content="Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate" />
+ <meta property="og:description" content="Zimbabwe President Robert Mugabe, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's &amp;quot;Blue House&amp;quot; compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said." />
+ <meta property="og:type" content="article" />
+ <meta property="og:site_name" content="The Telegraph" />
+ <meta property="og:url" content="http://www.telegraph.co.uk/news/2017/11/16/zimbabwes-robert-mugabe-wife-grace-insisting-finishes-term-priest/" />
+ <meta property="og:image" content="http://www.telegraph.co.uk/content/dam/news/2017/11/16/TELEMMGLPICT000146889449-xlarge_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg" />
+ <meta name="twitter:title" content="Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate" />
+ <meta name="twitter:url" content="http://www.telegraph.co.uk/news/2017/11/16/zimbabwes-robert-mugabe-wife-grace-insisting-finishes-term-priest/" />
+ <meta name="twitter:image" content="http://www.telegraph.co.uk/content/dam/news/2017/11/16/TELEMMGLPICT000146889449-xlarge_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg" />
+ <meta name="twitter:site" content="@TelegraphNews" />
+ <meta name="twitter:description" content="Zimbabwe President Robert Mugabe, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's &amp;quot;Blue House&amp;quot; compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said." />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="tmgads.businessSegment" content="news" />
+ <meta name="tmg.sponsor" />
+ <meta name="DCSext.campaignId" />
+ <meta name="DCSext.campaignStart" />
+ <meta name="DCSext.campaignEnd" />
+ <meta name="DCSext.sponsored" />
+ <meta name="tmg.premium.override" content="false" />
+ <meta name="tmg.premium.state" content="false" />
+ <meta name="premiumContentOnFirstPublish" content="false" />
+ <meta property="article:content_tier" content="free" />
+ <script type="application/ld+json">
+ {
+ "@context": "https://schema.org",
+ "@type": "NewsArticle",
+ "headline": "Zimbabwe coup: Robert Mugabe and wife Grace \u0027insisting he finishes his term\u0027, as priest steps in to mediate",
+ "url": "http://www.telegraph.co.uk/news/2017/11/16/zimbabwes-robert-mugabe-wife-grace-insisting-finishes-term-priest/",
+ "thumbnailUrl": "http://www.telegraph.co.uk/content/dam/news/2017/11/16/TELEMMGLPICT000146889449-thumbnail_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg",
+ "dateCreated": "2017-11-17T10:41:09Z",
+ "articleSection": "News",
+ "creator": ["Our Foreign Staff"],
+ "keywords": ["News", "Story", "Zimbabwe", "Standard", "World News", "Robert Mugabe", "Africa", "News", "Grace Mugabe"]
+ }
+ </script>
+ <script src="//assets.adobedtm.com/71dcbb11123ce6b2e1ce4d47fd79a130aad3fc95/satelliteLib-177113f60f763788009998023cd15615fe2168a2.js"></script>
+ <script>
+ RUM.mark('js_load_dtm');
+ </script>
+ <script>
+ var pageData = {
+ "topics": {
+ "places": {
+ "zimbabwe": {},
+ "africa": {}
+ },
+ "people": {
+ "robert-mugabe": {},
+ "grace-mugabe": {}
+ }
+ },
+ "storytype": {
+ "standard": {}
+ },
+ "structure": {
+ "news": {
+ "world-news": {}
+ }
+ }
+ };
+ </script>
+ <script>
+ var dataLayer = {
+ pageName: 'News\\\/2017\\\/11\\\/16\\\/Zimbabwe coup: Robert Mugabe and wife Grace \\\x27insisting he finishes his term\\\x27, as priest steps in to mediate',
+ pageType: 'articleRenderer2',
+ premiumContent: false,
+ premiumOverride: false,
+ pageId: 'ApwTwW7WWPB8',
+ rollupContentPath: '/news/2017/11/16/zimbabwes-robert-mugabe-wife-grace-insisting-finishes-term-priest',
+ videoEmbedded: 'false',
+ videoEmbedCount: '0'
+ };
+ </script>
+ <script>
+ window.tmg.dataLayerUtils.update();
+ </script>
+ <script>
+ var tmgAds = tmgAds || {};
+ tmgAds.sticky = true;
+ </script>
+ <script src="https://static.telegraph.co.uk/telegraph-advertising/tmg-gpt.min.js" async=""></script>
+ <script>
+ RUM.mark('js_load_gpt');
+ </script>
+ <meta name="robots" content="" />
+ <script>
+ window.tmgOoyala = {
+ api: {
+ pcode: 'RvbGU6Z74XE_a3bj4QwRGByhq9h2',
+ playerBrandingId: 'ZTIxYmJjZDM2NWYzZDViZGRiOWJjYzc5'
+ }
+ };
+ </script>
+ <!-- comScore Identifier: comscorekw=news -->
+ <link rel="dns-prefetch" href="//widgets.outbrain.com" />
+ <link rel="dns-prefetch" href="//widgets.mozo.com.au" />
+ <link rel="dns-prefetch" href="//s.telegraph.co.uk" />
+ <link rel="dns-prefetch" href="//www.dunhilltraveldeals.com" />
+ <link rel="dns-prefetch" href="//widgethost.barnebys.com" />
+</head>
+
+<body class="articleRenderer2 ">
+ <div class="advert-banner container js-advert-banner">
+ <div id="advert_tmg_ban" class="js-advert advert " data-adtype="ban"></div>
+ </div>
+ <div id="fb-root"></div>
+ <section class="snippet-overlay-nav">
+ <div class="container">
+ <!-- OVERLAY LOGO BAR -->
+ <div class="overlay-nav-logobar component">
+ <div class="component-content"> <a href="http://www.telegraph.co.uk/" class="overlay-nav-logobar__link">
+<img class="responsive-image overlay-nav-logobar__img" width="320" height="51" alt="The Telegraph" data-frz-ratio="6.27" src="/content/dam/TheTelegraph_portal_white-320-small.png" data-frz-src-array="[{'src':'/content/dam/TheTelegraph_portal_white-320-xsmall.png','width':160,'height':25,'percentageImageRatio':'15.62'},{'src':'/content/dam/TheTelegraph_portal_white-320-small.png','width':320,'height':51,'percentageImageRatio':'15.94'},{'src':'/content/dam/TheTelegraph_portal_white-320-medium.png','width':480,'height':76,'percentageImageRatio':'15.83'},{'src':'/content/dam/TheTelegraph_portal_white-320-large.png','width':720,'height':114,'percentageImageRatio':'15.83'},{'src':'/content/dam/TheTelegraph_portal_white-320-xlarge.png','width':1280,'height':204,'percentageImageRatio':'15.94'},{'src':'/content/dam/TheTelegraph_portal_white-320-xxlarge.png','width':1500,'height':239,'percentageImageRatio':'15.93'}]" />
+</a> </div>
+ </div>
+ <!-- CLOSE BUTTON -->
+ <div class="overlay-nav-button component">
+ <div class="component-content"> <button class="overlay-nav-button__button">
+<span class="overlay-nav-button__label"></span>
+</button> </div>
+ </div>
+ <div class="overlay-menu-wrapper">
+ <!-- NAV PRIMARY -->
+ <div class="overlay-nav-primary component" data-tmg-dtm-nav-area="overlaynav">
+ <div class="component-content">
+ <nav>
+ <ul class="overlay-nav-primary__list">
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " title="Premium" href="/premium/" data-tmg-dtm-nav="1-nav:/premium.html">
+Premium
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/news/" data-tmg-dtm-nav="2-nav:/news.html">
+News
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " title="Politics" href="/news/politics/" data-tmg-dtm-nav="3-nav:/news/politics.html">
+Politics
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/sport/" data-tmg-dtm-nav="4-nav:/sport.html">
+Sport
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/business/" data-tmg-dtm-nav="5-nav:/business.html">
+Business
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/money/" data-tmg-dtm-nav="6-nav:/money.html">
+Money
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/opinion/" data-tmg-dtm-nav="7-nav:/opinion.html">
+Opinion
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/obituaries/" data-tmg-dtm-nav="8-nav:/obituaries.html">
+Obituaries
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/travel/" data-tmg-dtm-nav="9-nav:/travel.html">
+Travel
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/science-technology/" data-tmg-dtm-nav="10-nav:/science-technology.html">
+Tech &amp; Science
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/culture/" data-tmg-dtm-nav="11-nav:/culture.html">
+Culture
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/films/" data-tmg-dtm-nav="12-nav:/films.html">
+Film
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/tv/" data-tmg-dtm-nav="13-nav:/tv.html">
+TV
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/lifestyle/" data-tmg-dtm-nav="14-nav:/lifestyle.html">
+Lifestyle
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/fashion/" data-tmg-dtm-nav="15-nav:/fashion.html">
+Fashion
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " title="Luxury" href="/luxury/" data-tmg-dtm-nav="16-nav:/luxury.html">
+Luxury
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/cars/" data-tmg-dtm-nav="17-nav:/cars.html">
+Cars
+</a> </li>
+ <li class="overlay-nav-primary__item "> <a class="overlay-nav-primary__link " href="/video/" data-tmg-dtm-nav="18-nav:/video.html">
+Video
+</a> </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ <!-- NAV SECONDARY -->
+ <div class="overlay-nav-secondary component" data-tmg-dtm-nav-area="overlaynav">
+ <div class="component-content">
+ <nav>
+ <ul class="overlay-nav-secondary__list">
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " title="Free Mobile app" href="http://m.onelink.me/710a462e" data-tmg-dtm-nav="1-nav:http://m.onelink.me/710a462e">
+Free Mobile App
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="http://jobs.telegraph.co.uk/" data-tmg-dtm-nav="2-nav:http://jobs.telegraph.co.uk/">
+Jobs
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="/financial-services/" data-tmg-dtm-nav="3-nav:/financial-services.html">
+Financial Services
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " title="Tutors" href="https://tutors.telegraph.co.uk/?WT.mc_id=tmg_nav_menu&amp;utm_source=tmg&amp;utm_medium=nav&amp;utm_campaign=tmg_nav_menu" data-tmg-dtm-nav="4-nav:https://tutors.telegraph.co.uk/?WT.mc_id=tmg_nav_menu&amp;utm_source=tmg&amp;utm_medium=nav&amp;utm_campaign=tmg_nav_menu">
+Tutors
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="/rewards/" data-tmg-dtm-nav="5-nav:/rewards.html">
+Rewards
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="/events/" data-tmg-dtm-nav="6-nav:/events.html">
+Events
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="http://dating.telegraph.co.uk/s/?utm_source=tmg&amp;utm_medium=nav_A-Z&amp;utm_campaign=none" data-tmg-dtm-nav="7-nav:http://dating.telegraph.co.uk/s/?utm_source=tmg&amp;utm_medium=nav_A-Z&amp;utm_campaign=none">
+Dating
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="http://www.telegraph.co.uk/promotions/" data-tmg-dtm-nav="8-nav:http://www.telegraph.co.uk/promotions/">
+Offers
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="http://shop.telegraph.co.uk/?utm_source=tmg&amp;utm_medium=nav_A-Z&amp;utm_campaign=none" data-tmg-dtm-nav="9-nav:http://shop.telegraph.co.uk/?utm_source=tmg&amp;utm_medium=nav_A-Z&amp;utm_campaign=none">
+Shop
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="https://gardenshop.telegraph.co.uk/" data-tmg-dtm-nav="10-nav:https://gardenshop.telegraph.co.uk/">
+Garden Shop
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="http://books.telegraph.co.uk/" data-tmg-dtm-nav="11-nav:http://books.telegraph.co.uk/">
+Bookshop
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="http://tickets.telegraph.co.uk/" data-tmg-dtm-nav="12-nav:http://tickets.telegraph.co.uk/">
+Box Office
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="http://puzzles.telegraph.co.uk/site/index.php" data-tmg-dtm-nav="13-nav:http://puzzles.telegraph.co.uk/site/index.php">
+Puzzles
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="https://fantasyfootball.telegraph.co.uk/" data-tmg-dtm-nav="14-nav:https://fantasyfootball.telegraph.co.uk/">
+Fantasy Football
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="http://wine.telegraph.co.uk/" data-tmg-dtm-nav="15-nav:http://wine.telegraph.co.uk/">
+Wine Shop
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="/about-us/work-at-the-telegraph/" data-tmg-dtm-nav="16-nav:/about-us/work-at-the-telegraph.html">
+Work at The Telegraph
+</a> </li>
+ <li class="overlay-nav-secondary__item "> <a class="overlay-nav-secondary__link " href="https://corporate.telegraph.co.uk/" data-tmg-dtm-nav="17-nav:https://corporate.telegraph.co.uk/">
+Telegraph Corporate
+</a> </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ </div>
+ </div>
+ </section>
+ <div class="main-content">
+ <div class="container-fluid">
+ <section class="snippet-header container">
+ <div class="header-top-wrapper">
+ <div class="header-nav-global premium-mode component" data-tmg-dtm-nav-area="globalnav">
+ <div class="component-content header-nav-global__logged-not-subscriber">
+ <nav class="header-nav-global__holder">
+ <ul class="header-nav-global__list header-nav-global__sections">
+ <li class="header-nav-global__item global-nav-search-btn"> <a class="header-nav-global__link" title="Search" href="http://www.telegraph.co.uk/search.html" data-tmg-dtadm-nav="1-nav:http://www.telegraph.co.uk/search.html">
+<svg class="global-nav-icon global-search-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<path d="M1516.6,1741.9l-301-602c175.2-108.6,291.9-302.6,291.9-523.9c0-340.2-275.8-616-616-616c-340.2,0-616,275.8-616,616
+ s275.8,616,616,616c79,0,154.5-14.9,224-42l301,602L1516.6,1741.9z M387.4,616c0-277.9,226.1-504,504-504s504,226.1,504,504
+ s-226.1,504-504,504S387.4,893.9,387.4,616z"></path>
+</svg>
+<div class="header-nav-global__link__text">Search</div>
+</a> </li>
+ <li class="header-nav-global__item global-nav-video-btn">
+ <a class="header-nav-global__link" title="Video" href="/video/" data-tmg-dtadm-nav="2-nav:/video.html">
+ <div class="header-nav-global__link__text">Video</div>
+ </a>
+ </li>
+ <li class="header-nav-global__item global-nav-rewards-btn">
+ <a class="header-nav-global__link" title="Rewards" href="/rewards/" data-tmg-dtadm-nav="3-nav:/rewards.html">
+ <div class="header-nav-global__link__text">Rewards</div>
+ </a>
+ </li>
+ </ul>
+ <ul class="header-nav-global__list header-nav-global__engagement">
+ <li class="header-nav-global__item premium-btn "> <a class="header-nav-global__link " title="Upgrade to Premium" href="http://www.telegraph.co.uk/subscriptions/sub-bar/?WT.mc_id=tmg_headernav&amp;redirectTo=" data-tmg-dtm-nav="4-nav:http://www.telegraph.co.uk/subscriptions/sub-bar/?WT.mc_id=tmg_headernav&amp;redirectTo=">
+<svg class="global-nav-icon solid-diamond-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<rect x="262.4" y="262.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 896 -371.1353)" width="1267.1" height="1267.1"></rect>
+</svg>
+<div class="header-nav-global__link__text">Upgrade to Premium</div>
+<!--My account btn-->
+<!--Premium btn-->
+<svg class="global-nav-icon nav-close-icon" xmlns="http://www.w3.org/2000/svg" width="1792px" height="1792px" viewBox="0 0 1792 1792">
+<g>
+<polygon points="1792,1712.8 975.2,896 1792,79.2 1712.8,0 896,816.8 79.2,0 0,79.2 816.8,896 0,1712.8 79.2,1792 896,975.2
+ 1712.8,1792"></polygon>
+</g>
+</svg>
+</a> </li>
+ <li class="header-nav-global__item my-account-btn js-has-dropdown "> <a class="header-nav-global__link " title="My Account" href="https://secure.telegraph.co.uk/secure/account/" data-tmg-dtm-nav="5-nav:https://secure.telegraph.co.uk/secure/account/">
+<svg class="global-nav-icon user-account-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<path d="M895.9,1792c-120.5,0-721.9-9.6-721.9-200.1V1498c0-105.4,59.9-202.4,156.2-252.8l270-141.1c17.1-8.9,27.7-25.8,27.7-44.2
+ v-87C605.1,943.2,552.6,867.5,525,769c-30.9-26.8-48.4-64.6-48.4-105V547.9c0-30.8,10.6-60.8,30.2-85.5V317.6
+ c-2-17.2-8.7-120.8,70.1-206.8C644.3,37.3,751.6,0,895.9,0c144.5,0,251.9,37.3,319.3,110.9c78.1,85.4,72,189.4,69.9,209.4
+ l0.1,142.1c19.6,24.7,30.3,54.7,30.3,85.5V664c0,51.6-29.4,99-75.7,123.6c-22.4,59.6-52.4,115-89.3,165
+ c-5.7,7.7-11.3,14.9-16.7,21.5v88.5c0,19,11.3,36.4,29.5,45.2l289,138.4c102.2,49,165.7,147.6,165.7,257.5v88.2
+ C1618,1782.4,1016.5,1792,895.9,1792z M895.9,110.3c-110.9,0-190,24.9-235.1,74.1c-44.9,49-43.2,110.6-41.6,128.3l0.2,195.7
+ l-18.7,16.5c-7.6,6.5-11.4,14.4-11.4,23.1v116.1c0,10.5,5.9,20.4,15.6,26.4l19.3,11.9l5.4,21.7c24.6,103,85.5,179.8,97.4,194.1
+ l13.5,15.4V1060c0,59-33.5,113.2-87.3,141.4l-269.9,141.2c-59.6,31.2-96.7,90.7-96.7,155.5v93.9c18.3,22,222.1,89.9,609.2,89.9
+ c379,0,582.3-65,609.4-94.3v-83.8c0-67.6-39.3-128.4-102.5-158.6l-289.1-138.5c-57.1-27.4-92.5-82.6-92.5-144V932.9l14.4-15.7
+ c7.1-7.7,15.3-17.8,23.6-29.1c34.9-47.3,62.5-100.6,82-158.4l9.2-27.3l28-8.2c14.5-4.2,24.3-16.3,24.3-30V547.9
+ c0-8.5-4-16.7-11.1-22.8l-19.1-16.8l0.3-196.1c0.3-4.2,8-74.2-42.1-128.5C1085.6,135,1006.7,110.3,895.9,110.3z"></path>
+</g>
+</svg>
+<div class="header-nav-global__link__text">My Account</div>
+<!--My account btn-->
+<svg class="global-nav-icon nav-direction-down-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<polygon points="896,896 56,448 0,504 896,1400 1792,504 1736,448"></polygon>
+</g>
+</svg>
+<svg class="global-nav-icon nav-close-icon" xmlns="http://www.w3.org/2000/svg" width="1792px" height="1792px" viewBox="0 0 1792 1792">
+<g>
+<polygon points="1792,1712.8 975.2,896 1792,79.2 1712.8,0 896,816.8 79.2,0 0,79.2 816.8,896 0,1712.8 79.2,1792 896,975.2
+ 1712.8,1792"></polygon>
+</g>
+</svg>
+<!--Premium btn-->
+</a>
+ <div class="header-nav-global__drop-down-menu">
+ <div class="header-nav-global__drop-down-menu__item "> <a class="header-nav-global__drop-down-menu__link" title="My details" href="https://secure.telegraph.co.uk/secure/personal/" data-tmg-dtm-nav="1-nav:https://secure.telegraph.co.uk/secure/personal/">
+<svg class="global-nav-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<g>
+<path d="M840,1344V784h112v560H840z M784,560l112-112l112,112L896,672L784,560z"></path>
+</g>
+<path d="M896,112c209.4,0,406.3,81.6,554.4,229.6C1598.4,489.7,1680,686.6,1680,896s-81.6,406.3-229.6,554.4
+ c-148.1,148.1-345,229.6-554.4,229.6s-406.3-81.5-554.4-229.6C193.6,1302.3,112,1105.4,112,896s81.6-406.3,229.6-554.4
+ C489.7,193.6,686.6,112,896,112 M896,0C401.2,0,0,401.2,0,896s401.2,896,896,896s896-401.2,896-896S1390.8,0,896,0L896,0z"></path>
+</g>
+</svg>
+<div class="header-nav-global__drop-down-menu__link__text">My details</div>
+</a> </div>
+ <div class="header-nav-global__drop-down-menu__item "> <a class="header-nav-global__drop-down-menu__link" title="My newsletters" href="https://secure.telegraph.co.uk/secure/newsletters/" data-tmg-dtm-nav="2-nav:https://secure.telegraph.co.uk/secure/newsletters/">
+<svg class="global-nav-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<g>
+<path d="M1456,1792H336l-112-112V168L392,0h1176v1680L1456,1792z M336,1680h1120V112H448L336,224V1680z"></path>
+</g>
+<g>
+<g>
+<rect x="448" y="336" width="896" height="112"></rect>
+</g>
+<g>
+<rect x="448" y="560" width="896" height="112"></rect>
+</g>
+<g>
+<rect x="448" y="784" width="448" height="112"></rect>
+</g>
+</g>
+</g>
+</svg>
+<div class="header-nav-global__drop-down-menu__link__text">My newsletters</div>
+</a> </div>
+ <div class="header-nav-global__drop-down-menu__item "> <a class="header-nav-global__drop-down-menu__link" title="Logout" href="https://secure.telegraph.co.uk/secure/logout?redirectTo=http%3A%2F%2Fwww.telegraph.co.uk%2F" data-tmg-dtm-nav="3-nav:https://secure.telegraph.co.uk/secure/logout?redirectTo=http%3A%2F%2Fwww.telegraph.co.uk%2F">
+<svg class="global-nav-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<path d="M1792,1680l-96,112H448c0-56,0-57.3,0-113l1236,1V145.5V112H451V0h1228l113,110V1680z M505,390l55,56L336,838h897l0,111
+ H336l224,393l-55,57L0,894L505,390z"></path>
+</g>
+</svg>
+<div class="header-nav-global__drop-down-menu__link__text">Logout</div>
+</a> </div>
+ <div class="header-nav-global__drop-down-menu__item premium-dropdown-btn"> <a class="header-nav-global__drop-down-menu__link" title="Upgrade to Premium" href="http://www.telegraph.co.uk/subscriptions/sub-bar/?WT.mc_id=tmg_headernav&amp;redirectTo=http%3A%2F%2Fwww.telegraph.co.uk%2F" data-tmg-dtm-nav="4-nav:http://www.telegraph.co.uk/subscriptions/sub-bar/?WT.mc_id=tmg_headernav&amp;redirectTo=http%3A%2F%2Fwww.telegraph.co.uk%2F">
+<svg class="global-nav-icon solid-diamond-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<rect x="262.4" y="262.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 896 -371.1353)" width="1267.1" height="1267.1"></rect>
+</svg>
+<div class="header-nav-global__drop-down-menu__link__text">Upgrade to Premium</div>
+</a> </div>
+ </div>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ <div class="component-content header-nav-global__not-logged">
+ <nav class="header-nav-global__holder">
+ <ul class="header-nav-global__list header-nav-global__sections">
+ <li class="header-nav-global__item global-nav-search-btn"> <a class="header-nav-global__link" title="Search" href="http://www.telegraph.co.uk/search.html" data-tmg-dtadm-nav="1-nav:http://www.telegraph.co.uk/search.html">
+<svg class="global-nav-icon global-search-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<path d="M1516.6,1741.9l-301-602c175.2-108.6,291.9-302.6,291.9-523.9c0-340.2-275.8-616-616-616c-340.2,0-616,275.8-616,616
+ s275.8,616,616,616c79,0,154.5-14.9,224-42l301,602L1516.6,1741.9z M387.4,616c0-277.9,226.1-504,504-504s504,226.1,504,504
+ s-226.1,504-504,504S387.4,893.9,387.4,616z"></path>
+</svg>
+<div class="header-nav-global__link__text">Search</div>
+</a> </li>
+ <li class="header-nav-global__item global-nav-video-btn">
+ <a class="header-nav-global__link" title="Video" href="/video/" data-tmg-dtadm-nav="2-nav:/video.html">
+ <div class="header-nav-global__link__text">Video</div>
+ </a>
+ </li>
+ <li class="header-nav-global__item global-nav-rewards-btn">
+ <a class="header-nav-global__link" title="Rewards" href="/rewards/" data-tmg-dtadm-nav="3-nav:/rewards.html">
+ <div class="header-nav-global__link__text">Rewards</div>
+ </a>
+ </li>
+ </ul>
+ <ul class="header-nav-global__list header-nav-global__engagement">
+ <li class="header-nav-global__item premium-btn "> <a class="header-nav-global__link " title="Subscribe - 30 days free" href="http://www.telegraph.co.uk/subscriptions/sub-bar/?WT.mc_id=tmg_headernav&amp;redirectTo=" data-tmg-dtm-nav="4-nav:http://www.telegraph.co.uk/subscriptions/sub-bar/?WT.mc_id=tmg_headernav&amp;redirectTo=">
+<svg class="global-nav-icon solid-diamond-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<rect x="262.4" y="262.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 896 -371.1353)" width="1267.1" height="1267.1"></rect>
+</svg>
+<div class="header-nav-global__link__text">Subscribe - 30 days free</div>
+<!--My account btn-->
+<!--Premium btn-->
+<svg class="global-nav-icon nav-close-icon" xmlns="http://www.w3.org/2000/svg" width="1792px" height="1792px" viewBox="0 0 1792 1792">
+<g>
+<polygon points="1792,1712.8 975.2,896 1792,79.2 1712.8,0 896,816.8 79.2,0 0,79.2 816.8,896 0,1712.8 79.2,1792 896,975.2
+ 1712.8,1792"></polygon>
+</g>
+</svg>
+</a> </li>
+ <li class="header-nav-global__item "> <a class="header-nav-global__link header-nav-global__link--border-right" title="Login" href="https://secure.telegraph.co.uk/secure/login?redirectTo=" data-tmg-dtm-nav="5-nav:https://secure.telegraph.co.uk/secure/login?redirectTo=">
+<svg class="global-nav-icon user-signin-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<path d="M1797,1680l-96,112H453c0-56,0-57.3,0-113l1236,1V145.5V112H456V0h1228l113,110V1680z M1238,894l-505,505l-55-57l224-393H5
+ l0-111h897L678,446l55-56L1238,894z"></path>
+</g>
+</svg>
+<div class="header-nav-global__link__text">Login</div>
+<!--My account btn-->
+<!--Premium btn-->
+</a> </li>
+ <li class="header-nav-global__item "> <a class="header-nav-global__link " title="Register" href="https://secure.telegraph.co.uk/secure/registration/?WT.mc_id=tmg_headernav&amp;redirectTo=" data-tmg-dtm-nav="6-nav:https://secure.telegraph.co.uk/secure/registration/?WT.mc_id=tmg_headernav&amp;redirectTo=">
+<svg class="global-nav-icon user-account-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<path d="M895.9,1792c-120.5,0-721.9-9.6-721.9-200.1V1498c0-105.4,59.9-202.4,156.2-252.8l270-141.1c17.1-8.9,27.7-25.8,27.7-44.2
+ v-87C605.1,943.2,552.6,867.5,525,769c-30.9-26.8-48.4-64.6-48.4-105V547.9c0-30.8,10.6-60.8,30.2-85.5V317.6
+ c-2-17.2-8.7-120.8,70.1-206.8C644.3,37.3,751.6,0,895.9,0c144.5,0,251.9,37.3,319.3,110.9c78.1,85.4,72,189.4,69.9,209.4
+ l0.1,142.1c19.6,24.7,30.3,54.7,30.3,85.5V664c0,51.6-29.4,99-75.7,123.6c-22.4,59.6-52.4,115-89.3,165
+ c-5.7,7.7-11.3,14.9-16.7,21.5v88.5c0,19,11.3,36.4,29.5,45.2l289,138.4c102.2,49,165.7,147.6,165.7,257.5v88.2
+ C1618,1782.4,1016.5,1792,895.9,1792z M895.9,110.3c-110.9,0-190,24.9-235.1,74.1c-44.9,49-43.2,110.6-41.6,128.3l0.2,195.7
+ l-18.7,16.5c-7.6,6.5-11.4,14.4-11.4,23.1v116.1c0,10.5,5.9,20.4,15.6,26.4l19.3,11.9l5.4,21.7c24.6,103,85.5,179.8,97.4,194.1
+ l13.5,15.4V1060c0,59-33.5,113.2-87.3,141.4l-269.9,141.2c-59.6,31.2-96.7,90.7-96.7,155.5v93.9c18.3,22,222.1,89.9,609.2,89.9
+ c379,0,582.3-65,609.4-94.3v-83.8c0-67.6-39.3-128.4-102.5-158.6l-289.1-138.5c-57.1-27.4-92.5-82.6-92.5-144V932.9l14.4-15.7
+ c7.1-7.7,15.3-17.8,23.6-29.1c34.9-47.3,62.5-100.6,82-158.4l9.2-27.3l28-8.2c14.5-4.2,24.3-16.3,24.3-30V547.9
+ c0-8.5-4-16.7-11.1-22.8l-19.1-16.8l0.3-196.1c0.3-4.2,8-74.2-42.1-128.5C1085.6,135,1006.7,110.3,895.9,110.3z"></path>
+</g>
+</svg>
+<div class="header-nav-global__link__text">Register</div>
+<!--My account btn-->
+<!--Premium btn-->
+</a> </li>
+ </ul>
+ </nav>
+ </div>
+ <div class="component-content header-nav-global__logged-and-subscriber">
+ <nav class="header-nav-global__holder">
+ <ul class="header-nav-global__list header-nav-global__sections">
+ <li class="header-nav-global__item global-nav-search-btn"> <a class="header-nav-global__link" title="Search" href="http://www.telegraph.co.uk/search.html" data-tmg-dtadm-nav="1-nav:http://www.telegraph.co.uk/search.html">
+<svg class="global-nav-icon global-search-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<path d="M1516.6,1741.9l-301-602c175.2-108.6,291.9-302.6,291.9-523.9c0-340.2-275.8-616-616-616c-340.2,0-616,275.8-616,616
+ s275.8,616,616,616c79,0,154.5-14.9,224-42l301,602L1516.6,1741.9z M387.4,616c0-277.9,226.1-504,504-504s504,226.1,504,504
+ s-226.1,504-504,504S387.4,893.9,387.4,616z"></path>
+</svg>
+<div class="header-nav-global__link__text">Search</div>
+</a> </li>
+ <li class="header-nav-global__item global-nav-video-btn">
+ <a class="header-nav-global__link" title="Video" href="/video/" data-tmg-dtadm-nav="2-nav:/video.html">
+ <div class="header-nav-global__link__text">Video</div>
+ </a>
+ </li>
+ <li class="header-nav-global__item global-nav-rewards-btn">
+ <a class="header-nav-global__link" title="Rewards" href="/rewards/" data-tmg-dtadm-nav="3-nav:/rewards.html">
+ <div class="header-nav-global__link__text">Rewards</div>
+ </a>
+ </li>
+ </ul>
+ <ul class="header-nav-global__list header-nav-global__engagement">
+ <li class="header-nav-global__item my-account-btn js-has-dropdown "> <a class="header-nav-global__link " title="My Account" href="https://secure.telegraph.co.uk/secure/account/" data-tmg-dtm-nav="4-nav:https://secure.telegraph.co.uk/secure/account/">
+<svg class="global-nav-icon user-account-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<path d="M895.9,1792c-120.5,0-721.9-9.6-721.9-200.1V1498c0-105.4,59.9-202.4,156.2-252.8l270-141.1c17.1-8.9,27.7-25.8,27.7-44.2
+ v-87C605.1,943.2,552.6,867.5,525,769c-30.9-26.8-48.4-64.6-48.4-105V547.9c0-30.8,10.6-60.8,30.2-85.5V317.6
+ c-2-17.2-8.7-120.8,70.1-206.8C644.3,37.3,751.6,0,895.9,0c144.5,0,251.9,37.3,319.3,110.9c78.1,85.4,72,189.4,69.9,209.4
+ l0.1,142.1c19.6,24.7,30.3,54.7,30.3,85.5V664c0,51.6-29.4,99-75.7,123.6c-22.4,59.6-52.4,115-89.3,165
+ c-5.7,7.7-11.3,14.9-16.7,21.5v88.5c0,19,11.3,36.4,29.5,45.2l289,138.4c102.2,49,165.7,147.6,165.7,257.5v88.2
+ C1618,1782.4,1016.5,1792,895.9,1792z M895.9,110.3c-110.9,0-190,24.9-235.1,74.1c-44.9,49-43.2,110.6-41.6,128.3l0.2,195.7
+ l-18.7,16.5c-7.6,6.5-11.4,14.4-11.4,23.1v116.1c0,10.5,5.9,20.4,15.6,26.4l19.3,11.9l5.4,21.7c24.6,103,85.5,179.8,97.4,194.1
+ l13.5,15.4V1060c0,59-33.5,113.2-87.3,141.4l-269.9,141.2c-59.6,31.2-96.7,90.7-96.7,155.5v93.9c18.3,22,222.1,89.9,609.2,89.9
+ c379,0,582.3-65,609.4-94.3v-83.8c0-67.6-39.3-128.4-102.5-158.6l-289.1-138.5c-57.1-27.4-92.5-82.6-92.5-144V932.9l14.4-15.7
+ c7.1-7.7,15.3-17.8,23.6-29.1c34.9-47.3,62.5-100.6,82-158.4l9.2-27.3l28-8.2c14.5-4.2,24.3-16.3,24.3-30V547.9
+ c0-8.5-4-16.7-11.1-22.8l-19.1-16.8l0.3-196.1c0.3-4.2,8-74.2-42.1-128.5C1085.6,135,1006.7,110.3,895.9,110.3z"></path>
+</g>
+</svg>
+<div class="header-nav-global__link__text">My Account</div>
+<!--My account btn-->
+<svg class="global-nav-icon nav-direction-down-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<polygon points="896,896 56,448 0,504 896,1400 1792,504 1736,448"></polygon>
+</g>
+</svg>
+<svg class="global-nav-icon nav-close-icon" xmlns="http://www.w3.org/2000/svg" width="1792px" height="1792px" viewBox="0 0 1792 1792">
+<g>
+<polygon points="1792,1712.8 975.2,896 1792,79.2 1712.8,0 896,816.8 79.2,0 0,79.2 816.8,896 0,1712.8 79.2,1792 896,975.2
+ 1712.8,1792"></polygon>
+</g>
+</svg>
+<!--Premium btn-->
+</a>
+ <div class="header-nav-global__drop-down-menu">
+ <div class="header-nav-global__drop-down-menu__item "> <a class="header-nav-global__drop-down-menu__link" title="My details" href="https://secure.telegraph.co.uk/secure/personal/" data-tmg-dtm-nav="1-nav:https://secure.telegraph.co.uk/secure/personal/">
+<svg class="global-nav-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<g>
+<path d="M840,1344V784h112v560H840z M784,560l112-112l112,112L896,672L784,560z"></path>
+</g>
+<path d="M896,112c209.4,0,406.3,81.6,554.4,229.6C1598.4,489.7,1680,686.6,1680,896s-81.6,406.3-229.6,554.4
+ c-148.1,148.1-345,229.6-554.4,229.6s-406.3-81.5-554.4-229.6C193.6,1302.3,112,1105.4,112,896s81.6-406.3,229.6-554.4
+ C489.7,193.6,686.6,112,896,112 M896,0C401.2,0,0,401.2,0,896s401.2,896,896,896s896-401.2,896-896S1390.8,0,896,0L896,0z"></path>
+</g>
+</svg>
+<div class="header-nav-global__drop-down-menu__link__text">My details</div>
+</a> </div>
+ <div class="header-nav-global__drop-down-menu__item "> <a class="header-nav-global__drop-down-menu__link" title="My newsletters" href="https://secure.telegraph.co.uk/secure/newsletters/" data-tmg-dtm-nav="2-nav:https://secure.telegraph.co.uk/secure/newsletters/">
+<svg class="global-nav-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<g>
+<path d="M1456,1792H336l-112-112V168L392,0h1176v1680L1456,1792z M336,1680h1120V112H448L336,224V1680z"></path>
+</g>
+<g>
+<g>
+<rect x="448" y="336" width="896" height="112"></rect>
+</g>
+<g>
+<rect x="448" y="560" width="896" height="112"></rect>
+</g>
+<g>
+<rect x="448" y="784" width="448" height="112"></rect>
+</g>
+</g>
+</g>
+</svg>
+<div class="header-nav-global__drop-down-menu__link__text">My newsletters</div>
+</a> </div>
+ <div class="header-nav-global__drop-down-menu__item "> <a class="header-nav-global__drop-down-menu__link" title="Logout" href="https://secure.telegraph.co.uk/secure/logout?redirectTo=http%3A%2F%2Fwww.telegraph.co.uk%2F" data-tmg-dtm-nav="3-nav:https://secure.telegraph.co.uk/secure/logout?redirectTo=http%3A%2F%2Fwww.telegraph.co.uk%2F">
+<svg class="global-nav-icon" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 1792 1792">
+<g>
+<path d="M1792,1680l-96,112H448c0-56,0-57.3,0-113l1236,1V145.5V112H451V0h1228l113,110V1680z M505,390l55,56L336,838h897l0,111
+ H336l224,393l-55,57L0,894L505,390z"></path>
+</g>
+</svg>
+<div class="header-nav-global__drop-down-menu__link__text">Logout</div>
+</a> </div>
+ </div>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ <div class="header-logobar header-logobar--small component">
+ <div class="component-content"> <a class="header-logobar__link" href="http://www.telegraph.co.uk/">
+<img class="responsive-image header-logobar__img" width="320" height="55" alt="The Telegraph" data-frz-ratio="5.77" src="/content/dam/best/telegraph_OUTLINE-small.png" data-frz-src-array="[{'src':'/content/dam/best/telegraph_OUTLINE-thumbnail.png','width':140,'height':24,'percentageImageRatio':'17.14'},{'src':'/content/dam/best/telegraph_OUTLINE-xlarge.png','width':1280,'height':221,'percentageImageRatio':'17.27'},{'src':'/content/dam/best/telegraph_OUTLINE-xxlarge.png','width':1500,'height':260,'percentageImageRatio':'17.33'},{'src':'/content/dam/best/telegraph_OUTLINE-xsmall.png','width':160,'height':27,'percentageImageRatio':'16.88'},{'src':'/content/dam/best/telegraph_OUTLINE-small.png','width':320,'height':55,'percentageImageRatio':'17.19'},{'src':'/content/dam/best/telegraph_OUTLINE-large.png','width':720,'height':124,'percentageImageRatio':'17.22'},{'src':'/content/dam/best/telegraph_OUTLINE-medium.png','width':480,'height':83,'percentageImageRatio':'17.29'}]" />
+</a> </div>
+ </div>
+ <div class="header-nav-primary header-nav-primary--short component" data-tmg-dtm-nav-area="primarynav">
+ <div class="component-content">
+ <nav>
+ <ul class="header-nav-primary__list">
+ <li class="header-nav-primary__item "> <a class="header-nav-primary__link " href="http://www.telegraph.co.uk/" data-tmg-dtm-nav="1-nav:http://www.telegraph.co.uk/">
+Home
+</a> </li>
+ <li class="header-nav-primary__item "> <a class="header-nav-primary__link " href="/news/" data-tmg-dtm-nav="2-nav:/news.html">
+News
+</a> </li>
+ <li class="header-nav-primary__item "> <a class="header-nav-primary__link " href="/sport/" data-tmg-dtm-nav="3-nav:/sport.html">
+Sport
+</a> </li>
+ <li class="header-nav-primary__item "> <a class="header-nav-primary__link " href="/business/" data-tmg-dtm-nav="4-nav:/business.html">
+Business
+</a> </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ <!-- NAV OVERLAY BUTTON-->
+ <div class="header-nav-overlay-button component">
+ <div class="component-content"> <button class="header-nav-overlay-button__button">
+<span class="header-nav-overlay-button__label">ALL SECTIONS</span>
+</button> </div>
+ </div>
+ <script>
+ RUM.mark('content_load_navigation');
+ </script>
+ </div>
+ <div class="header-headline-wrapper">
+ <div class="header-breadcrumbs component">
+ <div class="component-content">
+ <ul class="header-breadcrumbs__list">
+ <li class="header-breadcrumbs__item"><a href="/news/" class="header-breadcrumbs__link">News</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="sponsor-slot sponsor-slot__header">
+ <div class="sponsor-slot__logo-space"> <span class="sponsor-slot__text"></span> <span class="sponsor-slot__logo"></span> </div>
+ <div class="sponsor-slot__message"></div>
+ </div>
+ </div>
+ <div class="header-nav-local component" data-tmg-dtm-nav-area="localnav">
+ <div class="component-content">
+ <nav>
+ <ul class="header-nav-local__list">
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " title="UK" href="/news/uk/" data-tmg-dtm-nav="1-nav:/news/uk.html">
+UK
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " title="World" href="/news/world/" data-tmg-dtm-nav="2-nav:/news/world.html">
+World
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " title="Politics" href="/news/politics/" data-tmg-dtm-nav="3-nav:/news/politics.html">
+Politics
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " title="Budget 2017" href="/budget/" data-tmg-dtm-nav="4-nav:/budget.html">
+Budget 2017
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " title="Science" href="/science/" data-tmg-dtm-nav="5-nav:/science.html">
+Science
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " href="/education/" data-tmg-dtm-nav="6-nav:/education.html">
+Education
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " href="/health/" data-tmg-dtm-nav="7-nav:/health.html">
+Health
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " href="/brexit/" data-tmg-dtm-nav="8-nav:/brexit.html">
+Brexit
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " href="/the-royal-family/" data-tmg-dtm-nav="9-nav:/the-royal-family.html">
+Royals
+</a> </li>
+ <li class="header-nav-local__item "> <a class="header-nav-local__link " href="/news/investigations/" data-tmg-dtm-nav="10-nav:/news/investigations.html">
+Investigations
+</a> </li>
+ </ul> <button class="header-nav-local__button">
+<span class="header-nav-local__button-text" data-no-expanded-label="More" data-expanded-label="Less">
+More
+</span>
+</button> </nav>
+ </div>
+ </div>
+ </section>
+ <div class="container">
+ <div class="spark-slot1"> </div>
+ </div>
+ </div>
+ <div class="page-article container ">
+ <div class="row article__breadcrumb">
+ <div class="breadcrumb ">
+ <nav class="breadcrumbs component ">
+ <ul class="component-content breadcrumbs__container">
+ <li class="breadcrumbs__item" data-breadcrumbs--active="true"> <a class="breadcrumbs__item-content" href="http://www.telegraph.co.uk/">Telegraph</a> </li>
+ <li class="breadcrumbs__item" data-breadcrumbs--active="true"> <a class="breadcrumbs__item-content" href="/news/">News</a> </li>
+ </ul>
+ <script type="application/ld+json" id="breadcrumb-json-ld-markup">
+ { & #34;@context&# 34;: & #34;https://schema.org&# 34;, & #34;@type&# 34;: & #34;BreadcrumbList&# 34;, & #34;itemListElement&# 34;: [{ & #34;@type&# 34;: & #34;ListItem&# 34;,
+ & #34;position&# 34;: 1,
+ & #34;item&# 34;: { & #34;@id&# 34;: & #34;http://www.telegraph.co.uk/&# 34;,
+ & #34;name&# 34;: & #34;Telegraph&# 34;
+ }
+ }, { & #34;@type&# 34;: & #34;ListItem&# 34;,
+ & #34;position&# 34;: 2,
+ & #34;item&# 34;: { & #34;@id&# 34;: & #34;http://www.telegraph.co.uk/news/&# 34;,
+ & #34;name&# 34;: & #34;News&# 34;
+ }
+ }]
+ }
+ </script>
+ </nav>
+ </div>
+ </div>
+ <main class="row article__body" itemscope="https://schema.org/Article" itemtype="https://schema.org/Article">
+ <div class="article__content js-article">
+ <div class="js-article-inner">
+ <header>
+ <div class="sponsor-slot sponsor-slot__above-headline">
+ <div class="sponsor-slot__logo-space"> <span class="sponsor-slot__text"></span> <span class="sponsor-slot__logo"></span> </div>
+ <div class="sponsor-slot__message"></div>
+ </div>
+ <div class="headline component ">
+ <div class="component-content">
+ <h1 itemprop="headline name" class="headline__heading"> Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate </h1>
+ <script>
+ RUM.mark('content_load_fmp');
+ </script>
+ </div>
+ </div>
+ <div class="standfirst component ">
+ <div class="component-content"> </div>
+ </div>
+ <div class="sponsor-slot sponsor-slot__below-headline">
+ <div class="sponsor-slot__logo-space"> <span class="sponsor-slot__text"></span> <span class="sponsor-slot__logo"></span> </div>
+ <div class="sponsor-slot__message"></div>
+ </div>
+ <div class="article__socials">
+ <aside class="social-block">
+ <div class="social-block__share">
+ <div class="social-share" data-social-share="{'shareButtons':{'facebook':{'networkEnable':true,'account':''},'twitter':{'networkEnable':true,'account':'telegraphnews'},'pinterest':{'networkEnable':false,'account':''},'whatsapp':{'networkEnable':true,'account':''},'linkedin':{'networkEnable':false,'account':''},'email':{'networkEnable':true,'account':''}},'showCounters':false,'disableAutoClone':false,'disableStickiness':true}">
+ <ul class="social-share__list">
+ <li class="social-share__item social-share__facebook"> <a href="#" target="_blank" class="social-share__button" data-social-share-button="facebook" aria-label="Share on facebook">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 32">
+<path d="M15.72,23.67V16.16h2.52l.38-2.93h-2.9V11.36c0-.85.24-1.43,1.45-1.43h1.55V7.32a20.74,20.74,0,0,0-2.26-.12,3.53,3.53,0,0,0-3.77,3.87v2.16H10.17v2.93H12.7v7.51Z"></path><polygon points="62.55 0 62.06 0.48 65.98 1.4 61.83 5.55 62.53 6.25 66.6 2.18 67.51 5.93 68 5.45 67.94 0.05 62.55 0"></polygon><path d="M30.43,14.89h-.16a2,2,0,0,0-1.42-.52c-.66,0-1.08.26-1.08.8s.37.8,1.32,1.1c1.29.41,2,.79,2,1.91s-.76,1.91-2.31,1.91a3.7,3.7,0,0,1-2.27-.74l.38-.73H27a2.73,2.73,0,0,0,1.78.68c.79,0,1.2-.28,1.2-.9s-.35-.82-1.58-1.2-1.72-.91-1.72-1.88c0-1.14,1-1.77,2.17-1.77a2.91,2.91,0,0,1,2,.61Z"></path><path d="M33.48,14.58h.08a3,3,0,0,1,2.21-1c1.25,0,1.8.61,1.8,1.83V20H36.38V15.68c0-.85-.28-1.19-1.1-1.19a2.72,2.72,0,0,0-1.76.78V20H32.33V11l1-.13h.19Z"></path><path d="M39,14.1a5.17,5.17,0,0,1,2.33-.55c1.52,0,2.22.6,2.22,1.82V18.8c0,.38.18.53.42.53a.88.88,0,0,0,.33-.07h.07l.16.61a1.78,1.78,0,0,1-.9.23c-.66,0-1.07-.26-1.14-.91h-.1a2,2,0,0,1-1.78.91c-1.06,0-1.79-.52-1.79-1.63s.56-1.44,1.67-1.78l1.86-.58V15.6c0-.83-.25-1.2-1.25-1.2a3.87,3.87,0,0,0-1.68.43h-.14Zm3.36,4.56V16.84l-1.4.44c-.7.22-1,.53-1,1.09,0,.74.41.92.92.92A2.08,2.08,0,0,0,42.32,18.65Z"></path><path d="M46.67,14.59a1.79,1.79,0,0,1,1.55-1,1.33,1.33,0,0,1,.61.11l-.19,1.09h-.12a1.28,1.28,0,0,0-.55-.11,1.55,1.55,0,0,0-1.29.74V20H45.48V13.74l.85-.12h.2l0,1Z"></path><path d="M52.37,20.09c-1.92,0-3.06-1.26-3.06-3.32s1.27-3.23,2.79-3.23c1.85,0,2.62,1.15,2.62,3.48H50.53c.06,1.33.61,2.22,2,2.22a2.26,2.26,0,0,0,1.66-.6h.14l.36.65A3.39,3.39,0,0,1,52.37,20.09Zm1.22-3.87c0-1.21-.43-1.89-1.45-1.89s-1.52.78-1.61,2l3.06,0Z"></path><path d="M65.74,7.83,65,8.56A15,15,0,0,1,52,31H16A15,15,0,0,1,16,1H52a14.89,14.89,0,0,1,7.63,2.11l.73-.73A15.9,15.9,0,0,0,52,0H16a16,16,0,1,0,0,32H52A16,16,0,0,0,65.74,7.83Z"></path>
+</svg>
+</a> </li>
+ <li class="social-share__item social-share__twitter"> <a href="#" target="_blank" class="social-share__button" data-social-share-button="twitter" aria-label="Share on twitter">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M12.66,23.31A10.44,10.44,0,0,0,23.17,12.81c0-.16,0-.32,0-.48A7.51,7.51,0,0,0,25,10.42a7.37,7.37,0,0,1-2.12.58A3.71,3.71,0,0,0,24.5,9a7.4,7.4,0,0,1-2.34.9,3.7,3.7,0,0,0-6.29,3.37A10.48,10.48,0,0,1,8.25,9.36,3.7,3.7,0,0,0,9.4,14.29a3.67,3.67,0,0,1-1.67-.46s0,0,0,0a3.69,3.69,0,0,0,3,3.62A3.69,3.69,0,0,1,9,17.56a3.7,3.7,0,0,0,3.45,2.56,7.41,7.41,0,0,1-4.59,1.58A7.52,7.52,0,0,1,7,21.66a10.46,10.46,0,0,0,5.66,1.66"></path><path d="M29.73,7.82,29,8.55a15.07,15.07,0,1,1-5.37-5.45l.73-.73a16,16,0,1,0,5.37,5.45Z"></path><polygon class="cls-1" points="26.55 0 26.06 0.48 29.98 1.4 25.83 5.55 26.53 6.25 30.6 2.18 31.51 5.93 32 5.45 31.94 0.05 26.55 0"></polygon>
+</svg>
+</a> </li>
+ <li class="social-share__item social-share__whatsapp"> <a href="#" target="_blank" class="social-share__button" data-social-share-button="whatsapp" aria-label="Share on whatsapp">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M29.73,7.82,29,8.55a15.07,15.07,0,1,1-5.37-5.45l.73-.73a16,16,0,1,0,5.37,5.45Z"></path><polygon points="26.55 0 26.06 0.48 29.98 1.4 25.83 5.55 26.53 6.25 30.6 2.18 31.51 5.93 32 5.45 31.94 0.05 26.55 0"></polygon><path d="M22.62,9.34A9.31,9.31,0,0,0,8,20.57L6.66,25.39l4.93-1.29A9.3,9.3,0,0,0,16,25.23h0A9.31,9.31,0,0,0,22.62,9.34ZM16,23.66h0a7.72,7.72,0,0,1-3.94-1.08l-.28-.17-2.93.77.78-2.85L9.49,20A7.73,7.73,0,1,1,16,23.66Zm4.24-5.79c-.23-.12-1.38-.68-1.59-.76s-.37-.12-.52.12-.6.76-.74.91-.27.17-.5.06A6.35,6.35,0,0,1,15.06,17a7,7,0,0,1-1.29-1.61c-.14-.23,0-.36.1-.47s.23-.27.35-.41a1.59,1.59,0,0,0,.23-.39.43.43,0,0,0,0-.41c-.06-.12-.52-1.26-.72-1.73s-.38-.39-.52-.4h-.45a.85.85,0,0,0-.62.29,2.61,2.61,0,0,0-.81,1.94,4.52,4.52,0,0,0,.95,2.4,10.36,10.36,0,0,0,4,3.51,13.35,13.35,0,0,0,1.33.49,3.19,3.19,0,0,0,1.46.09,2.39,2.39,0,0,0,1.57-1.11,1.94,1.94,0,0,0,.14-1.11C20.67,18,20.51,18,20.28,17.86Z"></path>
+</svg>
+</a> </li>
+ <li class="social-share__item social-share__email"> <a href="#" target="_blank" class="social-share__button" data-social-share-button="email" aria-label="Share on email">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M29.73,7.82,29,8.56a15.07,15.07,0,1,1-5.37-5.45l.73-.73a16,16,0,1,0,5.37,5.45Z"></path><polygon class="cls-1" points="26.55 0 26.06 0.49 29.98 1.4 25.83 5.55 26.53 6.25 30.6 2.18 31.51 5.93 32 5.45 31.99 0 26.55 0"></polygon><path d="M26,12.25V11L24.75,9.75H7.25L6,11V21l1.25,1.25h17.5L26,21V12.25Zm-1.25,7.5-2.9-5.92,2.9-1.44ZM7.25,12.33l2.9,1.45-2.9,6V12.33ZM16,16.7l4.73-2.31L24.12,21H7.87l3.4-6.66ZM24.75,11h0L16,15.31,7.25,11Z"></path>
+</svg>
+</a> </li>
+ </ul>
+ </div>
+ </div>
+ <div class="social-block__comment">
+ <div class="comment-cta ">
+ <a href="#comments">
+ <div class="comment-count-icon"> <svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<title>Fill 1</title>
+<defs></defs>
+<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+<g class="comment-count-icon-image" id="Updated-Ipad" transform="translate(-1138.000000, -314.000000)" fill="#93030E">
+<g id="Group-13" transform="translate(1117.000000, 314.000000)">
+<g id="Group-14">
+<path d="M34.6856011,0 L21.3143989,0 C21.1410172,0 21,0.141017173 21,0.314398943 L21,10.3416446 C21,10.5161823 21.1410172,10.6571995 21.3143989,10.6571995 L24.3428005,10.6571995 L24.3428005,13.6867569 C24.3428005,13.8127477 24.4190885,13.9283355 24.5369881,13.9768824 C24.5751321,13.9919089 24.6167437,14 24.6571995,14 C24.738111,14 24.8190225,13.9687913 24.8791281,13.9086856 L28.1317701,10.6571995 L34.6856011,10.6571995 C34.8589828,10.6571995 35,10.5161823 35,10.3416446 L35,0.314398943 C35,0.141017173 34.8589828,0 34.6856011,0" id="Fill-1"></path>
+</g>
+</g>
+</g>
+</g>
+</svg> </div>
+ <div class="comment-count" data-tmg-event="click" data-tmg-name="commentBtnTop" data-js="comment-count" data-tmg-hide-prefix="true"> </div>
+ </a>
+ </div>
+ </div>
+ </aside>
+ </div>
+ <div class="hero-area-wrapper">
+ <div class="leadAsset section">
+ <div class="lead-asset component" itemscope="" itemtype="https://schema.org/ImageObject" itemprop="image">
+ <meta content="1280" itemprop="width" />
+ <meta content="799" itemprop="height" />
+ <meta itemprop="url" content="http://www.telegraph.co.uk/content/dam/news/2017/11/16/TELEMMGLPICT000146889449-xlarge_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg" />
+ <div class="component-content">
+ <figure class="lead-asset__figure"> <span class="lead-asset-image-container">
+<img class="responsive lead-asset__image" src="/content/dam/news/2017/11/16/TELEMMGLPICT000146889449_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg?imwidth=450" srcset="/content/dam/news/2017/11/16/TELEMMGLPICT000146889449_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg?imwidth=450 450w,/content/dam/news/2017/11/16/TELEMMGLPICT000146889449_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg?imwidth=900 900w,/content/dam/news/2017/11/16/TELEMMGLPICT000146889449_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg?imwidth=620 620w,/content/dam/news/2017/11/16/TELEMMGLPICT000146889449_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg?imwidth=1240 1240w,/content/dam/news/2017/11/16/TELEMMGLPICT000146889449_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg?imwidth=700 700w,/content/dam/news/2017/11/16/TELEMMGLPICT000146889449_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg?imwidth=1400 1400w" sizes="100vw,(min-width: 480px) 450px,(min-width: 730px) 700px,(min-width: 1008px) 620px" />
+</span>
+ <figcaption> <span itemprop="caption" class="lead-asset-caption">Zimbabwe president Robert Mugabe with ZDF commander general Constantino Chiwenga at State House in an image the Harare Herald claims was taken on November 16 - the day after the military takeover</span> <span itemprop="copyrightHolder" class="lead-asset-copyright">
+<span class="lead-asset-copyright-label">Credit:</span> HARARE HERALD </span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ </div>
+ </header> <span id="polar-ad-article-top"></span>
+ <meta itemprop="datePublished" content="2017-11-16T14:15+0000" />
+ <footer class="footer-author">
+ <div class="byline component ">
+ <ul class="component-content">
+ <li class="byline__author" itemscope="" itemtype="http://schema.org/Person" itemprop="author">
+ <span class="byline__author-name" itemprop="name" content="Our Foreign Staff"><a href="/authors/our-foreign-staff/">Our Foreign Staff</a></span> </li>
+ </ul>
+ </div> <span class="article-date component ">
+<span class="component-content">
+<time itemprop="datePublished" datetime="2017-11-16T14:15+0000" class="article-date-published">16 November 2017 • 2:15pm</time>
+</span> </span>
+ </footer>
+ <article itemprop="articleBody" data-insert-mobile-adslot="">
+ <div class="articleBodyText version-2 section">
+ <div class="article-body-text component version-2">
+ <div class="component-content">
+ <p><span class="m_first-letter m_first-letter--flagged">Z</span>imbabwe President <a href="http://www.telegraph.co.uk/news/2017/11/17/zimbabwes-ruling-party-drafting-motion-fire-robert-mugabe-sunday/">Robert Mugabe</a>, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's "Blue House" compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said.</p>
+ <p>The G40 figures are cabinet ministers Jonathan Moyo and Saviour Kasukuwere, who fled to the compound after their homes were attacked by troops in Tuesday night's coup, the source, who said he had spoken to people inside the compound, told Reuters.</p>
+ <p>Mr Mugabe is resisting mediation by a Catholic priest to allow the former guerrilla a graceful exit after the military takeover.</p>
+ <p>The priest, Fidelis Mukonori, is acting as a middle-man between Mr Mugabe and the generals, <a href="http://www.telegraph.co.uk/news/2017/11/15/zimbabwe-crisis-have-spent-long-careful-really-change/">who seized power in a targeted operation against "criminals" in his entourage</a>, a senior political source told Reuters.</p>
+ <p>The source could not provide details of the talks, which appear to be aimed at a smooth and bloodless transition after the departure of Mr Mugabe, who has led Zimbabwe since independence in 1980.</p>
+ <p>Mr Mugabe, still seen by many Africans as a liberation hero, is reviled in the West as a despot whose disastrous handling of the economy and willingness to resort to violence to maintain power destroyed one of Africa's most promising states.</p>
+ </div>
+ </div>
+ </div>
+ <div class="articleBodyImage section">
+ <div class="article-body-image component " itemscope="" itemtype="https://schema.org/ImageObject" data-frz-ancestor="">
+ <div class="component-content">
+ <figure> <span class="article-body-image-image-container">
+<div class="lazy-image article-body-image-image" style="padding-top:48.46%;" data-js="LazyImage" data-src="/content/dam/news/2017/11/16/TELEMMGLPICT000146853794_trans_NvBQzQNjv4Bq7YX-MY81rmrzC5YM1BPdGkMvplUPygWXbQo2QWVjyd4.jpeg?imwidth=480" data-srcset="/content/dam/news/2017/11/16/TELEMMGLPICT000146853794_trans_NvBQzQNjv4Bq7YX-MY81rmrzC5YM1BPdGkMvplUPygWXbQo2QWVjyd4.jpeg?imwidth=480 480w,/content/dam/news/2017/11/16/TELEMMGLPICT000146853794_trans_NvBQzQNjv4Bq7YX-MY81rmrzC5YM1BPdGkMvplUPygWXbQo2QWVjyd4.jpeg?imwidth=960 960w,/content/dam/news/2017/11/16/TELEMMGLPICT000146853794_trans_NvBQzQNjv4Bq7YX-MY81rmrzC5YM1BPdGkMvplUPygWXbQo2QWVjyd4.jpeg?imwidth=580 580w,/content/dam/news/2017/11/16/TELEMMGLPICT000146853794_trans_NvBQzQNjv4Bq7YX-MY81rmrzC5YM1BPdGkMvplUPygWXbQo2QWVjyd4.jpeg?imwidth=1160 1160w,/content/dam/news/2017/11/16/TELEMMGLPICT000146853794_trans_NvBQzQNjv4Bq7YX-MY81rmrzC5YM1BPdGkMvplUPygWXbQo2QWVjyd4.jpeg?imwidth=620 620w,/content/dam/news/2017/11/16/TELEMMGLPICT000146853794_trans_NvBQzQNjv4Bq7YX-MY81rmrzC5YM1BPdGkMvplUPygWXbQo2QWVjyd4.jpeg?imwidth=1240 1240w" data-alt="Zimbabwean opposition leader Morgan Tsvangirai, right, meets church leaders Bishop Trevor Manhanga of the Evangelical Fellowship of Zimbabwe and Father Fidelis Mukonori of the Zimbabwe Catholic Bishops Conference in 2006. Father Mukonori is said to be mediating in the current crisis" sizes="100vw,(min-width: 480px) 480px,(min-width: 730px) 580px,(min-width: 1008px) 620px">
+<noscript>
+<img class="responsive article-body-image-image" src="/content/dam/news/2017/11/16/TELEMMGLPICT000146853794_trans_NvBQzQNjv4Bq7YX-MY81rmrzC5YM1BPdGkMvplUPygWXbQo2QWVjyd4.jpeg?imwidth=480" alt="Zimbabwean opposition leader Morgan Tsvangirai, right, meets church leaders Bishop Trevor Manhanga of the Evangelical Fellowship of Zimbabwe and Father Fidelis Mukonori of the Zimbabwe Catholic Bishops Conference in 2006. Father Mukonori is said to be mediating in the current crisis" />
+</noscript>
+</div>
+</span>
+ <figcaption> <span itemprop="caption" class="article-body-image-caption">Zimbabwean opposition leader Morgan Tsvangirai, right, meets church leaders Bishop Trevor Manhanga, centre, and Father Fidelis Mukonori in 2006. Father&nbsp;Mukonori is said to be mediating in the current crisis</span> <span itemprop="copyrightHolder" class="article-body-image-copyright">
+<span class="article-body-image-copyright-label">Credit:</span> &nbsp;DESMOND KWANDE/&nbsp;AFP </span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ <div class="articleBodyText section">
+ <div class="article-body-text component ">
+ <div class="component-content">
+ <p><span class="m_first-letter m_first-letter--flagged">Z</span>imbabwean intelligence reports seen by Reuters suggest that former security chief Emmerson Mnangagwa, who was ousted as vice-president this month, has been mapping out a post-Mugabe vision with the military and opposition for more than a year.</p>
+ </div>
+ </div>
+ </div>
+ <div class="dynamicMpu section">
+ <div id="advert_tmg_dyn_0" class="js-advert advert " data-adtype="dyn_0"></div>
+ </div>
+ <div class="articleBodyText section">
+ <div class="article-body-text component ">
+ <div class="component-content">
+ <p><span class="m_first-letter m_first-letter--flagged">F</span>uelling speculation that Mnangagwa's plan might be rolling into action, opposition leader Morgan Tsvangirai, who has been receiving cancer treatment in Britain and South Africa, returned to Harare late on Wednesday, his spokesman said.</p>
+ <p>South Africa said Mr Mugabe had told President Jacob Zuma by telephone on Wednesday that he was confined to his home but was otherwise fine and the military said it was keeping him and his family, including wife Grace, safe.</p>
+ </div>
+ </div>
+ </div>
+ <div class="htmlEmbed section">
+ <div class="html-embed component ">
+ <div class="component-content">
+ <aside id="98c3c955-2a1a-4c09-a629-3dd9d735459e" data-data-uri="https://particle-api.eip.telegraph.co.uk/particles/98c3c955-2a1a-4c09-a629-3dd9d735459e" data-html-uri="https://cf-particle-html.eip.telegraph.co.uk/98c3c955-2a1a-4c09-a629-3dd9d735459e.html" class="tmg-particle breakout-box" data-widget-type="breakout-box" data-widget-title="Profile | Grace Mugabe" data-widget-size="responsive" data-widget-static="false" data-expandable="true" data-embeddable="true"><a title="Profile | Grace Mugabe" data-cke-saved-href="https://cf-particle-html.eip.telegraph.co.uk/98c3c955-2a1a-4c09-a629-3dd9d735459e.html" href="https://cf-particle-html.eip.telegraph.co.uk/98c3c955-2a1a-4c09-a629-3dd9d735459e.html">Profile | Grace Mugabe</a></aside>
+ <script src="https://cf.eip.telegraph.co.uk/particle-embed/js/particle.js"></script>
+ </div>
+ </div>
+ </div>
+ <div class="articleBodyText section">
+ <div class="article-body-text component ">
+ <div class="component-content">
+ <p><span class="m_first-letter m_first-letter--flagged">D</span>espite the lingering admiration for Mr Mugabe, there is little public affection for 52-year-old Grace, a former government typist who started having an affair with Mr Mugabe in the early 1990s as his first wife, Sally, was dying of kidney disease.</p>
+ <p>Dubbed "DisGrace" or "Gucci Grace" on account of her reputed love of shopping, she enjoyed a meteoric rise through the ranks of Mugabe's ruling Zanu-PF in the last two years, culminating in Mnangagwa's removal a week ago - a move seen as clearing the way for her to succeed her husband.</p>
+ </div>
+ </div>
+ </div>
+ <div class="articleBodyImage section">
+ <div class="article-body-image component " itemscope="" itemtype="https://schema.org/ImageObject" data-frz-ancestor="">
+ <div class="component-content">
+ <figure> <span class="article-body-image-image-container">
+<div class="lazy-image article-body-image-image" style="padding-top:66.68%;" data-js="LazyImage" data-src="/content/dam/news/2017/11/16/TELEMMGLPICT000146862156_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg?imwidth=480" data-srcset="/content/dam/news/2017/11/16/TELEMMGLPICT000146862156_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg?imwidth=480 480w,/content/dam/news/2017/11/16/TELEMMGLPICT000146862156_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg?imwidth=960 960w,/content/dam/news/2017/11/16/TELEMMGLPICT000146862156_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg?imwidth=580 580w,/content/dam/news/2017/11/16/TELEMMGLPICT000146862156_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg?imwidth=1160 1160w,/content/dam/news/2017/11/16/TELEMMGLPICT000146862156_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg?imwidth=620 620w,/content/dam/news/2017/11/16/TELEMMGLPICT000146862156_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg?imwidth=1240 1240w" data-alt="A man walks past a military tank parked on the side of a street in the Zimbabwean capital Harare on November 16, 2017" sizes="100vw,(min-width: 480px) 480px,(min-width: 730px) 580px,(min-width: 1008px) 620px">
+<noscript>
+<img class="responsive article-body-image-image" src="/content/dam/news/2017/11/16/TELEMMGLPICT000146862156_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg?imwidth=480" alt="A man walks past a military tank parked on the side of a street in the Zimbabwean capital Harare on November 16, 2017" />
+</noscript>
+</div>
+</span>
+ <figcaption> <span itemprop="caption" class="article-body-image-caption">A man walks past an armoured personnel carrier parked on a Harare street on Thursday</span> <span itemprop="copyrightHolder" class="article-body-image-copyright">
+<span class="article-body-image-copyright-label">Credit:</span> STR/AFP&nbsp; </span>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+ <div class="articleBodyText section">
+ <div class="article-body-text component ">
+ <div class="component-content">
+ <p><span class="m_first-letter m_first-letter--flagged">I</span>n contrast to the high political drama unfolding behind closed doors, the streets of the capital remained calm, with people going about their daily business, albeit under the watch of soldiers on armoured vehicles at strategic locations.</p>
+ </div>
+ </div>
+ </div>
+ <div class="dynamicMpu section">
+ <div id="advert_tmg_dyn_1" class="js-advert advert " data-adtype="dyn_1"></div>
+ </div>
+ <div class="articleBodyText section">
+ <div class="article-body-text component ">
+ <div class="component-content">
+ <p><span class="m_first-letter m_first-letter--flagged">W</span>hatever the final outcome, the events could signal a once-in-a-generation change for the former British colony, a regional breadbasket reduced to destitution by economic policies Mr Mugabe's critics have long blamed on him.</p>
+ </div>
+ </div>
+ </div>
+ </article>
+ <div class="listOfTags section">
+ <aside class="list-of-tags component ">
+ <div class="js-settings" data-limit="20"></div>
+ <div class="component-content">
+ <h3 class="list-of-tags__title">Related Topics</h3>
+ <ul class="list-of-tags__list">
+ <li class="list-of-tags__item" aria-hidden="false"> <a class="list-of-tags__link" href="/zimbabwe/">Zimbabwe</a> </li>
+ <li class="list-of-tags__item" aria-hidden="false"> <a class="list-of-tags__link" href="/africa/">Africa</a> </li>
+ <li class="list-of-tags__item" aria-hidden="false"> <a class="list-of-tags__link" href="/grace-mugabe/">Grace Mugabe</a> </li>
+ <li class="list-of-tags__item" aria-hidden="false"> <a class="list-of-tags__link" href="/robert-mugabe/">Robert Mugabe</a> </li>
+ <li class="list-of-tags__item" aria-hidden="true"> <a href="#" class="list-of-tags__show-more">Show more</a> </li>
+ </ul>
+ </div>
+ </aside>
+ </div>
+ <aside class="social-block block-heading" aria-label="Share this article">
+ <div class="social-block__share">
+ <div class="social-share" data-social-share="{'shareButtons':{'facebook':{'networkEnable':true,'account':''},'twitter':{'networkEnable':true,'account':'telegraphnews'},'pinterest':{'networkEnable':false,'account':''},'whatsapp':{'networkEnable':true,'account':''},'linkedin':{'networkEnable':false,'account':''},'email':{'networkEnable':true,'account':''}},'showCounters':false,'disableAutoClone':false,'disableStickiness':true}">
+ <ul class="social-share__list">
+ <li class="social-share__item social-share__facebook"> <a href="#" target="_blank" class="social-share__button" data-social-share-button="facebook" aria-label="Share on facebook">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 32">
+<path d="M15.72,23.67V16.16h2.52l.38-2.93h-2.9V11.36c0-.85.24-1.43,1.45-1.43h1.55V7.32a20.74,20.74,0,0,0-2.26-.12,3.53,3.53,0,0,0-3.77,3.87v2.16H10.17v2.93H12.7v7.51Z"></path><polygon points="62.55 0 62.06 0.48 65.98 1.4 61.83 5.55 62.53 6.25 66.6 2.18 67.51 5.93 68 5.45 67.94 0.05 62.55 0"></polygon><path d="M30.43,14.89h-.16a2,2,0,0,0-1.42-.52c-.66,0-1.08.26-1.08.8s.37.8,1.32,1.1c1.29.41,2,.79,2,1.91s-.76,1.91-2.31,1.91a3.7,3.7,0,0,1-2.27-.74l.38-.73H27a2.73,2.73,0,0,0,1.78.68c.79,0,1.2-.28,1.2-.9s-.35-.82-1.58-1.2-1.72-.91-1.72-1.88c0-1.14,1-1.77,2.17-1.77a2.91,2.91,0,0,1,2,.61Z"></path><path d="M33.48,14.58h.08a3,3,0,0,1,2.21-1c1.25,0,1.8.61,1.8,1.83V20H36.38V15.68c0-.85-.28-1.19-1.1-1.19a2.72,2.72,0,0,0-1.76.78V20H32.33V11l1-.13h.19Z"></path><path d="M39,14.1a5.17,5.17,0,0,1,2.33-.55c1.52,0,2.22.6,2.22,1.82V18.8c0,.38.18.53.42.53a.88.88,0,0,0,.33-.07h.07l.16.61a1.78,1.78,0,0,1-.9.23c-.66,0-1.07-.26-1.14-.91h-.1a2,2,0,0,1-1.78.91c-1.06,0-1.79-.52-1.79-1.63s.56-1.44,1.67-1.78l1.86-.58V15.6c0-.83-.25-1.2-1.25-1.2a3.87,3.87,0,0,0-1.68.43h-.14Zm3.36,4.56V16.84l-1.4.44c-.7.22-1,.53-1,1.09,0,.74.41.92.92.92A2.08,2.08,0,0,0,42.32,18.65Z"></path><path d="M46.67,14.59a1.79,1.79,0,0,1,1.55-1,1.33,1.33,0,0,1,.61.11l-.19,1.09h-.12a1.28,1.28,0,0,0-.55-.11,1.55,1.55,0,0,0-1.29.74V20H45.48V13.74l.85-.12h.2l0,1Z"></path><path d="M52.37,20.09c-1.92,0-3.06-1.26-3.06-3.32s1.27-3.23,2.79-3.23c1.85,0,2.62,1.15,2.62,3.48H50.53c.06,1.33.61,2.22,2,2.22a2.26,2.26,0,0,0,1.66-.6h.14l.36.65A3.39,3.39,0,0,1,52.37,20.09Zm1.22-3.87c0-1.21-.43-1.89-1.45-1.89s-1.52.78-1.61,2l3.06,0Z"></path><path d="M65.74,7.83,65,8.56A15,15,0,0,1,52,31H16A15,15,0,0,1,16,1H52a14.89,14.89,0,0,1,7.63,2.11l.73-.73A15.9,15.9,0,0,0,52,0H16a16,16,0,1,0,0,32H52A16,16,0,0,0,65.74,7.83Z"></path>
+</svg>
+</a> </li>
+ <li class="social-share__item social-share__twitter"> <a href="#" target="_blank" class="social-share__button" data-social-share-button="twitter" aria-label="Share on twitter">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M12.66,23.31A10.44,10.44,0,0,0,23.17,12.81c0-.16,0-.32,0-.48A7.51,7.51,0,0,0,25,10.42a7.37,7.37,0,0,1-2.12.58A3.71,3.71,0,0,0,24.5,9a7.4,7.4,0,0,1-2.34.9,3.7,3.7,0,0,0-6.29,3.37A10.48,10.48,0,0,1,8.25,9.36,3.7,3.7,0,0,0,9.4,14.29a3.67,3.67,0,0,1-1.67-.46s0,0,0,0a3.69,3.69,0,0,0,3,3.62A3.69,3.69,0,0,1,9,17.56a3.7,3.7,0,0,0,3.45,2.56,7.41,7.41,0,0,1-4.59,1.58A7.52,7.52,0,0,1,7,21.66a10.46,10.46,0,0,0,5.66,1.66"></path><path d="M29.73,7.82,29,8.55a15.07,15.07,0,1,1-5.37-5.45l.73-.73a16,16,0,1,0,5.37,5.45Z"></path><polygon class="cls-1" points="26.55 0 26.06 0.48 29.98 1.4 25.83 5.55 26.53 6.25 30.6 2.18 31.51 5.93 32 5.45 31.94 0.05 26.55 0"></polygon>
+</svg>
+</a> </li>
+ <li class="social-share__item social-share__whatsapp"> <a href="#" target="_blank" class="social-share__button" data-social-share-button="whatsapp" aria-label="Share on whatsapp">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M29.73,7.82,29,8.55a15.07,15.07,0,1,1-5.37-5.45l.73-.73a16,16,0,1,0,5.37,5.45Z"></path><polygon points="26.55 0 26.06 0.48 29.98 1.4 25.83 5.55 26.53 6.25 30.6 2.18 31.51 5.93 32 5.45 31.94 0.05 26.55 0"></polygon><path d="M22.62,9.34A9.31,9.31,0,0,0,8,20.57L6.66,25.39l4.93-1.29A9.3,9.3,0,0,0,16,25.23h0A9.31,9.31,0,0,0,22.62,9.34ZM16,23.66h0a7.72,7.72,0,0,1-3.94-1.08l-.28-.17-2.93.77.78-2.85L9.49,20A7.73,7.73,0,1,1,16,23.66Zm4.24-5.79c-.23-.12-1.38-.68-1.59-.76s-.37-.12-.52.12-.6.76-.74.91-.27.17-.5.06A6.35,6.35,0,0,1,15.06,17a7,7,0,0,1-1.29-1.61c-.14-.23,0-.36.1-.47s.23-.27.35-.41a1.59,1.59,0,0,0,.23-.39.43.43,0,0,0,0-.41c-.06-.12-.52-1.26-.72-1.73s-.38-.39-.52-.4h-.45a.85.85,0,0,0-.62.29,2.61,2.61,0,0,0-.81,1.94,4.52,4.52,0,0,0,.95,2.4,10.36,10.36,0,0,0,4,3.51,13.35,13.35,0,0,0,1.33.49,3.19,3.19,0,0,0,1.46.09,2.39,2.39,0,0,0,1.57-1.11,1.94,1.94,0,0,0,.14-1.11C20.67,18,20.51,18,20.28,17.86Z"></path>
+</svg>
+</a> </li>
+ <li class="social-share__item social-share__email"> <a href="#" target="_blank" class="social-share__button" data-social-share-button="email" aria-label="Share on email">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M29.73,7.82,29,8.56a15.07,15.07,0,1,1-5.37-5.45l.73-.73a16,16,0,1,0,5.37,5.45Z"></path><polygon class="cls-1" points="26.55 0 26.06 0.49 29.98 1.4 25.83 5.55 26.53 6.25 30.6 2.18 31.51 5.93 32 5.45 31.99 0 26.55 0"></polygon><path d="M26,12.25V11L24.75,9.75H7.25L6,11V21l1.25,1.25h17.5L26,21V12.25Zm-1.25,7.5-2.9-5.92,2.9-1.44ZM7.25,12.33l2.9,1.45-2.9,6V12.33ZM16,16.7l4.73-2.31L24.12,21H7.87l3.4-6.66ZM24.75,11h0L16,15.31,7.25,11Z"></path>
+</svg>
+</a> </li>
+ </ul>
+ </div>
+ </div>
+ <div class="social-block__comment">
+ <div class="comment-cta ">
+ <a href="#comments">
+ <div class="comment-count-icon"> <svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<title>Fill 1</title>
+<defs></defs>
+<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+<g class="comment-count-icon-image" id="Updated-Ipad" transform="translate(-1138.000000, -314.000000)" fill="#93030E">
+<g id="Group-13" transform="translate(1117.000000, 314.000000)">
+<g id="Group-14">
+<path d="M34.6856011,0 L21.3143989,0 C21.1410172,0 21,0.141017173 21,0.314398943 L21,10.3416446 C21,10.5161823 21.1410172,10.6571995 21.3143989,10.6571995 L24.3428005,10.6571995 L24.3428005,13.6867569 C24.3428005,13.8127477 24.4190885,13.9283355 24.5369881,13.9768824 C24.5751321,13.9919089 24.6167437,14 24.6571995,14 C24.738111,14 24.8190225,13.9687913 24.8791281,13.9086856 L28.1317701,10.6571995 L34.6856011,10.6571995 C34.8589828,10.6571995 35,10.5161823 35,10.3416446 L35,0.314398943 C35,0.141017173 34.8589828,0 34.6856011,0" id="Fill-1"></path>
+</g>
+</g>
+</g>
+</g>
+</svg> </div>
+ <div class="comment-count" data-tmg-event="click" data-tmg-name="commentBtnTop" data-js="comment-count" data-tmg-hide-prefix="true"> </div>
+ </a>
+ </div>
+ </div>
+ </aside>
+ <div class="facebookLike section">
+ <aside class="social-follow">
+ <header class="social-follow__header">
+ <h3 class="block-heading"><span class="block-heading__label">Follow Telegraph News</span></h3>
+ </header>
+ <ul class="social-follow__list">
+ <li class="social-follow__item social-follow__facebook"> <a class="social-follow__link" href="https://www.facebook.com/telegraph.co.uk" target="_blank" rel="noopener noreferrer" data-social-follow-link="facebook">
+<span class="social-follow__icon">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M11,32V17.4H6.1v-5.7H11V7.5C11,2.6,14,0,18.3,0c2.1,0,3.8,0.2,4.4,0.2v5.1h-3c-2.4,0-2.8,1.1-2.8,2.8v3.6h5.6l-0.6,5.6 h-4.9V32H11z"></path>
+</svg>
+</span>
+<span class="social-follow__label">
+Follow on Facebook
+</span>
+</a> </li>
+ <li class="social-follow__item social-follow__twitter"> <a class="social-follow__link" href="https://twitter.com/Telegraph" target="_blank" rel="noopener noreferrer" data-social-follow-link="twitter">
+<span class="social-follow__icon">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M10.2,29.6c12,0,18.5-9.9,18.5-18.5v-0.8C30,9.4,31.1,8.2,32,6.9c-1.2,0.5-2.4,0.9-3.7,1.1c1.4-0.8,2.4-2.1,2.9-3.6 C29.9,5.2,28.5,5.7,27,6c-1.2-1.3-3-2-4.8-2c-3.6,0-6.5,2.9-6.5,6.5c0,0.5,0.1,1,0.2,1.5C10.7,11.6,5.8,9.2,2.4,5.1 c-0.6,1-0.9,2.1-0.9,3.3c0,2.2,1.1,4.2,2.9,5.5c-1.1,0-2.1-0.3-3-0.8v0.1c0,3.1,2.2,5.7,5.2,6.4c-0.5,0.2-1.1,0.2-1.7,0.2 c-0.4,0-0.8-0.1-1.2-0.2C4.5,22.2,7,24,9.8,24c-2.4,1.7-5.2,2.7-8.1,2.7H0C3.1,28.6,6.6,29.6,10.2,29.6"></path>
+</svg>
+</span>
+<span class="social-follow__label">
+Follow on Twitter
+</span>
+</a> </li>
+ <li class="social-follow__item social-follow__instagram"> <a class="social-follow__link" href="https://www.instagram.com/telegraph" target="_blank" rel="noopener noreferrer" data-social-follow-link="instagram">
+<span class="social-follow__icon">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M10.7,16A5.27,5.27,0,0,1,16,10.7,5.34,5.34,0,0,1,21.3,16,5.27,5.27,0,0,1,16,21.3,5.21,5.21,0,0,1,10.7,16M7.8,16A8.2,8.2,0,1,0,16,7.8,8.17,8.17,0,0,0,7.8,16M22.6,7.5a1.9,1.9,0,1,0,3.8,0,1.84,1.84,0,0,0-1.9-1.9,1.9,1.9,0,0,0-1.9,1.9M9.5,29a12,12,0,0,1-3-.5,3.82,3.82,0,0,1-1.8-1.2,5.67,5.67,0,0,1-1.2-1.8,8.6,8.6,0,0,1-.5-3c-.1-1.7-.1-2.2-.1-6.5s0-4.8.1-6.5a7.48,7.48,0,0,1,.5-2.9A3.82,3.82,0,0,1,4.7,4.8,5.67,5.67,0,0,1,6.5,3.6a6.45,6.45,0,0,1,3-.6c1.7-.1,2.2-.1,6.5-.1s4.8,0,6.5.1a12,12,0,0,1,3,.5,3.82,3.82,0,0,1,1.8,1.2,5.67,5.67,0,0,1,1.2,1.8,8.6,8.6,0,0,1,.5,3c.1,1.7.1,2.2.1,6.5s0,4.8-.1,6.5a12,12,0,0,1-.5,3,3.82,3.82,0,0,1-1.2,1.8,5.67,5.67,0,0,1-1.8,1.2,7.69,7.69,0,0,1-3,.5c-1.7.1-2.2.1-6.5.1s-4.8,0-6.5-.1M9.4.1A16.14,16.14,0,0,0,5.5.8,7.5,7.5,0,0,0,2.7,2.6,8.54,8.54,0,0,0,.8,5.5,12.07,12.07,0,0,0,0,9.4V16c0,4.3,0,4.9.1,6.6a12.07,12.07,0,0,0,.8,3.9,7.5,7.5,0,0,0,1.8,2.8,7.86,7.86,0,0,0,2.8,1.8,12.07,12.07,0,0,0,3.9.8c1.7.1,2.3.1,6.6.1s4.9,0,6.6-.1a12.07,12.07,0,0,0,3.9-.8,7.5,7.5,0,0,0,2.8-1.8,7.86,7.86,0,0,0,1.8-2.8,12.07,12.07,0,0,0,.8-3.9c.1-1.6.1-2.3.1-6.6s0-4.9-.1-6.6a12.07,12.07,0,0,0-.8-3.9,7.5,7.5,0,0,0-1.8-2.8A7.86,7.86,0,0,0,26.5.9,12.07,12.07,0,0,0,22.6.1C20.9,0,20.3,0,16,0S11.1,0,9.4.1"></path>
+</svg>
+</span>
+<span class="social-follow__label">
+Follow on Instagram
+</span>
+</a> </li>
+ </ul>
+ </aside>
+ </div>
+ <aside id="comments" class="comments-block" data-options="{&quot;authorMode&quot;:false,&quot;articleSiteId&quot;:&quot;Mzg0MTA0OkFwd1R3VzdXV1BCOA==&quot;,&quot;articleCommentingConfig&quot;:true,&quot;networkConfig&quot;:{&quot;network&quot;:&quot;telegraphmedia.fyre.co&quot;},&quot;convConfig&quot;:{&quot;siteId&quot;:&quot;384104&quot;,&quot;articleId&quot;:&quot;ApwTwW7WWPB8&quot;,&quot;collectionMeta&quot;:&quot;eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcnRpY2xlSWQiOiJBcHdUd1c3V1dQQjgiLCJpc3MiOiJ1cm46bGl2ZWZ5cmU6dGVsZWdyYXBobWVkaWEuZnlyZS5jbzpzaXRlXHUwMDNkMzg0MTA0IiwidGl0bGUiOiJaaW1iYWJ3ZSBjb3VwOiBSb2JlcnQgTXVnYWJlIGFuZCB3aWZlIEdyYWNlIFx1MDAyN2luc2lzdGluZyBoZSBmaW5pc2hlcyBoaXMgdGVybVx1MDAyNywgYXMgcHJpZXN0IHN0ZXBzIGluIHRvIG1lZGlhdGUiLCJ0eXBlIjoibGl2ZWNvbW1lbnRzIiwidXJsIjoiaHR0cDovL3d3dy50ZWxlZ3JhcGguY28udWsvbmV3cy8yMDE3LzExLzE2L3ppbWJhYndlcy1yb2JlcnQtbXVnYWJlLXdpZmUtZ3JhY2UtaW5zaXN0aW5nLWZpbmlzaGVzLXRlcm0tcHJpZXN0In0.AoC8ESb47d8eRJ6eIiyg10hL-D8HTuxGB5YbU98vBBs&quot;,&quot;checksum&quot;:&quot;75d50eda4624762df9d05ccbc478df04&quot;,&quot;title&quot;:&quot;Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate&quot;}}">
+ <div class="comments-block__init"> <button class="comments-block__load" data-label-loading="Loading...">Show comments</button> </div>
+ <div class="comments-block__main">
+ <div class="comments-block__login-cta-container">
+ <div class="comments-block__login-prompt"> If you would like to add a comment, please register or log in </div>
+ <div class="comments-block__cta-buttons"> <a href="https://secure.telegraph.co.uk/secure/registration?redirectTo=" class="comments-block__cta-button comments-block__cta-button--register">Register</a> <a href="https://secure.telegraph.co.uk/secure/login/?redirectTo=" class="comments-block__cta-button comments-block__cta-button--login">Log in</a> </div>
+ </div>
+ <div class="comments-block__house-rules">Please review our <a class="comments-block__house-rules-link" href="/commenting-policy/">commenting policy</a></div>
+ <div class="livefyre-content"></div>
+ </div>
+ </aside>
+ </div>
+ </div>
+ <aside class="article__spark"> <span id="polar-ad-article-bottom"></span> </aside>
+ <aside class="article__sidebar" itemscope="" itemtype="https://schema.org/WPSideBar">
+ <div class="article__sidebar-inner js-sidebar">
+ <div class="sidebar-sponsored"> </div>
+ <div class="spark-slot2"> </div>
+ <div class="js-snippet-sidebar snippet-sidebar">
+ <div class="component-content">
+ <div id="advert_tmg_mpu" class="js-advert advert " data-adtype="mpu"></div>
+ <div class="snippetReference section">
+ <div class="snippet component ">
+ <div class="component-content">
+ <div class="htmlEmbed section">
+ <div class="html-embed component ">
+ <div class="component-content">
+ <div class="OUTBRAIN" data-src="DROP_PERMALINK_HERE" data-widget-id="SB_1" data-ob-template="telegraph"></div>
+ <script type="text/javascript" src="http://widgets.outbrain.com/outbrain.js"></script>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <aside class="social-follow">
+ <header class="social-follow__header">
+ <h3 class="block-heading"><span class="block-heading__label">Follow Telegraph News</span></h3>
+ </header>
+ <ul class="social-follow__list">
+ <li class="social-follow__item social-follow__facebook"> <a class="social-follow__link" href="https://www.facebook.com/telegraph.co.uk" target="_blank" rel="noopener noreferrer" data-social-follow-link="facebook">
+<span class="social-follow__icon">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M11,32V17.4H6.1v-5.7H11V7.5C11,2.6,14,0,18.3,0c2.1,0,3.8,0.2,4.4,0.2v5.1h-3c-2.4,0-2.8,1.1-2.8,2.8v3.6h5.6l-0.6,5.6 h-4.9V32H11z"></path>
+</svg>
+</span>
+<span class="social-follow__label">
+Follow on Facebook
+</span>
+</a> </li>
+ <li class="social-follow__item social-follow__twitter"> <a class="social-follow__link" href="https://twitter.com/Telegraph" target="_blank" rel="noopener noreferrer" data-social-follow-link="twitter">
+<span class="social-follow__icon">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M10.2,29.6c12,0,18.5-9.9,18.5-18.5v-0.8C30,9.4,31.1,8.2,32,6.9c-1.2,0.5-2.4,0.9-3.7,1.1c1.4-0.8,2.4-2.1,2.9-3.6 C29.9,5.2,28.5,5.7,27,6c-1.2-1.3-3-2-4.8-2c-3.6,0-6.5,2.9-6.5,6.5c0,0.5,0.1,1,0.2,1.5C10.7,11.6,5.8,9.2,2.4,5.1 c-0.6,1-0.9,2.1-0.9,3.3c0,2.2,1.1,4.2,2.9,5.5c-1.1,0-2.1-0.3-3-0.8v0.1c0,3.1,2.2,5.7,5.2,6.4c-0.5,0.2-1.1,0.2-1.7,0.2 c-0.4,0-0.8-0.1-1.2-0.2C4.5,22.2,7,24,9.8,24c-2.4,1.7-5.2,2.7-8.1,2.7H0C3.1,28.6,6.6,29.6,10.2,29.6"></path>
+</svg>
+</span>
+<span class="social-follow__label">
+Follow on Twitter
+</span>
+</a> </li>
+ <li class="social-follow__item social-follow__instagram"> <a class="social-follow__link" href="https://www.instagram.com/telegraph" target="_blank" rel="noopener noreferrer" data-social-follow-link="instagram">
+<span class="social-follow__icon">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<path d="M10.7,16A5.27,5.27,0,0,1,16,10.7,5.34,5.34,0,0,1,21.3,16,5.27,5.27,0,0,1,16,21.3,5.21,5.21,0,0,1,10.7,16M7.8,16A8.2,8.2,0,1,0,16,7.8,8.17,8.17,0,0,0,7.8,16M22.6,7.5a1.9,1.9,0,1,0,3.8,0,1.84,1.84,0,0,0-1.9-1.9,1.9,1.9,0,0,0-1.9,1.9M9.5,29a12,12,0,0,1-3-.5,3.82,3.82,0,0,1-1.8-1.2,5.67,5.67,0,0,1-1.2-1.8,8.6,8.6,0,0,1-.5-3c-.1-1.7-.1-2.2-.1-6.5s0-4.8.1-6.5a7.48,7.48,0,0,1,.5-2.9A3.82,3.82,0,0,1,4.7,4.8,5.67,5.67,0,0,1,6.5,3.6a6.45,6.45,0,0,1,3-.6c1.7-.1,2.2-.1,6.5-.1s4.8,0,6.5.1a12,12,0,0,1,3,.5,3.82,3.82,0,0,1,1.8,1.2,5.67,5.67,0,0,1,1.2,1.8,8.6,8.6,0,0,1,.5,3c.1,1.7.1,2.2.1,6.5s0,4.8-.1,6.5a12,12,0,0,1-.5,3,3.82,3.82,0,0,1-1.2,1.8,5.67,5.67,0,0,1-1.8,1.2,7.69,7.69,0,0,1-3,.5c-1.7.1-2.2.1-6.5.1s-4.8,0-6.5-.1M9.4.1A16.14,16.14,0,0,0,5.5.8,7.5,7.5,0,0,0,2.7,2.6,8.54,8.54,0,0,0,.8,5.5,12.07,12.07,0,0,0,0,9.4V16c0,4.3,0,4.9.1,6.6a12.07,12.07,0,0,0,.8,3.9,7.5,7.5,0,0,0,1.8,2.8,7.86,7.86,0,0,0,2.8,1.8,12.07,12.07,0,0,0,3.9.8c1.7.1,2.3.1,6.6.1s4.9,0,6.6-.1a12.07,12.07,0,0,0,3.9-.8,7.5,7.5,0,0,0,2.8-1.8,7.86,7.86,0,0,0,1.8-2.8,12.07,12.07,0,0,0,.8-3.9c.1-1.6.1-2.3.1-6.6s0-4.9-.1-6.6a12.07,12.07,0,0,0-.8-3.9,7.5,7.5,0,0,0-1.8-2.8A7.86,7.86,0,0,0,26.5.9,12.07,12.07,0,0,0,22.6.1C20.9,0,20.3,0,16,0S11.1,0,9.4.1"></path>
+</svg>
+</span>
+<span class="social-follow__label">
+Follow on Instagram
+</span>
+</a> </li>
+ </ul>
+ </aside>
+ <div class="snippet component ">
+ <div class="component-content"> </div>
+ </div>
+ <div class="html-embed component ">
+ <div class="component-content"> <iframe src="http://widgethost.barnebys.com/widget/telegraph/9/int/" frameborder="0" scrolling="no" style="overflow: hidden; height: 600px; width: 100%;" height="600px" width="100%"></iframe> </div>
+ </div>
+ <div id="advert_tmg_hpg" class="js-advert advert " data-adtype="hpg"></div>
+ </div>
+ </div>
+ </div>
+ </aside>
+ </main>
+ <aside class="row article__related">
+ <div class="snippet-onward-journey">
+ <div class="component-content">
+ <div class="col">
+ <div class="snippetReference section">
+ <div class="snippet component "> </div>
+ </div>
+ <div class="list version-5 section">
+ <div class="list-of-entities component version-5 " data-timelabels="false" data-timebreaks="false" data-tmg-dtm-nav-area="list">
+ <div class="component-header">
+ <h2 class="component-heading"><a href="/news/pictures/">Galleries</a> </h2>
+ </div>
+ <div class="js-list-of-entities component-content" data-options="{'url': '', 'noArrows': false, 'sliderMobileOnly': 'false'}">
+ <ol class="js-list-of-entities__container list-of-entities__container">
+ <li class="list-of-entities__item list-of-entities__item--gallery premium" data-timestamp="1511288258153">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/02/telegraph-cartoons-november-2017/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="200" data-alt="Gallery: Telegraph cartoons, November 2017" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/17-11-22blower_1-small_trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g.jpg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/17-11-22blower_1-xsmall_trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g.jpg','width':160,'height':100,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/21/17-11-22blower_1-xlarge_trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g.jpg','width':1280,'height':800,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/21/17-11-22blower_1-medium_trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g.jpg','width':480,'height':300,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/21/17-11-22blower_1-thumbnail_trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g.jpg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/11/21/17-11-22blower_1-small_trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g.jpg','width':320,'height':200,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/21/17-11-22blower_1-large_trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g.jpg','width':720,'height':450,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g','percentageImageRatio':'62.5'}]" style="padding-bottom:62.5%;" data-asset-type="gallery"> <noscript>
+<img src="/content/dam/news/2017/11/21/17-11-22blower_1-small_trans_NvBQzQNjv4BqOTom2IDArMR5JububTrAx4BaZKwVQaCcGMe8NJ-Iq1g.jpg" alt="Telegraph cartoons, November 2017" width="320" height="200" class="responsive-image--fallback" />
+</noscript> </div>
+ <div class="list-of-entities__icon" title="Gallery"><span class="sr-only">Gallery</span></div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 6:17pm" datetime="2017-11-21T06:17:38" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">6:17pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"><a href="/news/2017/11/02/telegraph-cartoons-november-2017/"><span class="sr-only">Gallery: </span>Telegraph cartoons, November 2017</a></h3> <span class="premium-label">Premium</span> </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item list-of-entities__item--gallery premium" data-timestamp="1511286902856">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/01/matt-cartoons-november-2017/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="320" data-alt="Gallery: Matt cartoons, November 2017" data-frz-ratio="1.00" data-src="/content/dam/news/2017/11/21/2211-MATT-GALLERY-WEB-P1-small_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8.png" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/2211-MATT-GALLERY-WEB-P1-thumbnail_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8.png','width':140,'height':140,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8','percentageImageRatio':'100'},{'src':'/content/dam/news/2017/11/21/2211-MATT-GALLERY-WEB-P1-xlarge_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8.png','width':1280,'height':1280,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8','percentageImageRatio':'100'},{'src':'/content/dam/news/2017/11/21/2211-MATT-GALLERY-WEB-P1-xsmall_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8.png','width':160,'height':160,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8','percentageImageRatio':'100'},{'src':'/content/dam/news/2017/11/21/2211-MATT-GALLERY-WEB-P1-small_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8.png','width':320,'height':320,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8','percentageImageRatio':'100'},{'src':'/content/dam/news/2017/11/21/2211-MATT-GALLERY-WEB-P1-large_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8.png','width':720,'height':720,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8','percentageImageRatio':'100'},{'src':'/content/dam/news/2017/11/21/2211-MATT-GALLERY-WEB-P1-medium_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8.png','width':480,'height':480,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8','percentageImageRatio':'100'}]" style="padding-bottom:100%;" data-asset-type="gallery"> <noscript>
+<img src="/content/dam/news/2017/11/21/2211-MATT-GALLERY-WEB-P1-small_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJwfSVWeZ_vEN7c6bHu2jJnT8.png" alt="Matt cartoons, November 2017" width="320" height="320" class="responsive-image--fallback" />
+</noscript> </div>
+ <div class="list-of-entities__icon" title="Gallery"><span class="sr-only">Gallery</span></div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 5:55pm" datetime="2017-11-21T05:55:02" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">5:55pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"><a href="/news/2017/11/01/matt-cartoons-november-2017/"><span class="sr-only">Gallery: </span>Matt cartoons, November 2017</a></h3> <span class="premium-label">Premium</span> </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item list-of-entities__item--gallery " data-timestamp="1511247780000">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/pictures-day-21-november-2017/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="200" data-alt="Gallery: AFP_UF8X5" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/20/TELEMMGLPICT000147248333-small_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/20/TELEMMGLPICT000147248333-xsmall_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw.jpeg','width':160,'height':100,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/20/TELEMMGLPICT000147248333-xlarge_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw.jpeg','width':1280,'height':800,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/20/TELEMMGLPICT000147248333-medium_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw.jpeg','width':480,'height':300,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/20/TELEMMGLPICT000147248333-thumbnail_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/11/20/TELEMMGLPICT000147248333-small_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw.jpeg','width':320,'height':200,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/20/TELEMMGLPICT000147248333-large_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw.jpeg','width':720,'height':450,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw','percentageImageRatio':'62.5'}]" style="padding-bottom:62.5%;" data-asset-type="gallery"> <noscript>
+<img src="/content/dam/news/2017/11/20/TELEMMGLPICT000147248333-small_trans_NvBQzQNjv4BqqVzuuqpFlyLIwiB6NTmJweNtxj9PZ-PQqqpH_qJ95Uw.jpeg" alt="AFP_UF8X5" width="320" height="200" class="responsive-image--fallback" />
+</noscript> </div>
+ <div class="list-of-entities__icon" title="Gallery"><span class="sr-only">Gallery</span></div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 7:03am" datetime="2017-11-21T07:03:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">7:03am</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"><a href="/news/2017/11/21/pictures-day-21-november-2017/"><span class="sr-only">Gallery: </span>Pictures of the Day: 21 November 2017</a></h3>
+ </div>
+ </div>
+ </li>
+ </ol>
+ </div>
+ </div>
+ </div>
+ <div class="list version-5 section">
+ <div class="list-of-entities component version-5 " data-timelabels="false" data-timebreaks="false" data-tmg-dtm-nav-area="list">
+ <div class="component-header">
+ <h2 class="component-heading">News latest </h2>
+ </div>
+ <div class="js-list-of-entities component-content" data-options="{'url': '', 'noArrows': false, 'sliderMobileOnly': 'false'}">
+ <ol class="js-list-of-entities__container list-of-entities__container">
+ <li class="list-of-entities__item " data-timestamp="1511308506837">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/environment-department-using-1400-disposable-cups-day-amid-call/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="There is growing pressure to tackle waste from the &quot;throwaway society&quot;" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000128738578-small_trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000128738578-xsmall_trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q.jpeg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q','percentageImageRatio':'61.88'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000128738578-xlarge_trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q.jpeg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q','percentageImageRatio':'62.42'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000128738578-medium_trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q.jpeg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q','percentageImageRatio':'62.29'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000128738578-thumbnail_trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000128738578-small_trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q.jpeg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q','percentageImageRatio':'62.19'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000128738578-large_trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q.jpeg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000128738578-small_trans_NvBQzQNjv4Bqv3hxuICTza90rxjOncu1SK8fQrJGiSc0wsot5slw59Q.jpeg" alt="There is growing pressure to tackle waste from the &#34;throwaway society&#34;" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 11:55pm" datetime="2017-11-21T11:55:06" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">11:55pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/environment-department-using-1400-disposable-cups-day-amid-call/">Environment department using 1,400 disposable cups a day amid call for tax</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511307000000">
+ <div class="list-of-entities__item-link">
+ <a href="/science/2017/11/21/air-pollution-may-cause-infertility-significant-number-couples/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="200" data-alt="Particulates may cause infertility, a new study suggests&nbsp;" data-frz-ratio="1.60" data-src="/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-small_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg" data-frz-src-array="[{'src':'/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-xsmall_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg','width':160,'height':100,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-xlarge_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg','width':1280,'height':800,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-medium_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg','width':480,'height':300,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-thumbnail_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-xxlarge_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg','width':1500,'height':937,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U','percentageImageRatio':'62.47'},{'src':'/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-small_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg','width':320,'height':200,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-large_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg','width':720,'height':450,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U','percentageImageRatio':'62.5'}]" style="padding-bottom:62.5%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/01/20/PD17060670-exhaustgetty-NEWS-small_trans_NvBQzQNjv4BqgsaO8O78rhmZrDxTlQBjdGtT0gK_6EfZT336f62EI5U.jpg" alt="Particulates may cause infertility, a new study suggests " width="320" height="200" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 11:30pm" datetime="2017-11-21T11:30:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">11:30pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/science/2017/11/21/air-pollution-may-cause-infertility-significant-number-couples/">Air pollution may cause infertility for ‘significant number of couples’, warn scientists&nbsp;</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511307000000">
+ <div class="list-of-entities__item-link">
+ <a href="/science/2017/11/21/gin-really-does-make-tearful-beer-wine-scientists-show/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="200" data-alt="Spirits like gin make you more tearful and sad than other tipples" data-frz-ratio="1.60" data-src="/content/dam/christmas/2017/10/25/2-x-giant-gin-glasses-7563-lr-4-small_trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo.jpg" data-frz-src-array="[{'src':'/content/dam/christmas/2017/10/25/2-x-giant-gin-glasses-7563-lr-4-xsmall_trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo.jpg','width':160,'height':100,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo','percentageImageRatio':'62.5'},{'src':'/content/dam/christmas/2017/10/25/2-x-giant-gin-glasses-7563-lr-4-xlarge_trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo.jpg','width':1280,'height':800,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo','percentageImageRatio':'62.5'},{'src':'/content/dam/christmas/2017/10/25/2-x-giant-gin-glasses-7563-lr-4-medium_trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo.jpg','width':480,'height':300,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo','percentageImageRatio':'62.5'},{'src':'/content/dam/christmas/2017/10/25/2-x-giant-gin-glasses-7563-lr-4-thumbnail_trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo.jpg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo','percentageImageRatio':'62.14'},{'src':'/content/dam/christmas/2017/10/25/2-x-giant-gin-glasses-7563-lr-4-small_trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo.jpg','width':320,'height':200,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo','percentageImageRatio':'62.5'},{'src':'/content/dam/christmas/2017/10/25/2-x-giant-gin-glasses-7563-lr-4-large_trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo.jpg','width':720,'height':450,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo','percentageImageRatio':'62.5'}]" style="padding-bottom:62.5%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/christmas/2017/10/25/2-x-giant-gin-glasses-7563-lr-4-small_trans_NvBQzQNjv4BqBe6O56qrl4zbRlMQqI7UBFVse9JsN00kzbUr3IXHaGo.jpg" alt="Spirits like gin make you more tearful and sad than other tipples" width="320" height="200" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 11:30pm" datetime="2017-11-21T11:30:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">11:30pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/science/2017/11/21/gin-really-does-make-tearful-beer-wine-scientists-show/">Gin really does make you more tearful than beer or wine, scientists show</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511306790284">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/us-justice-departmentthreatens-sue-harvard-asian-american-admissions/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="Harvard University" data-frz-ratio="1.60" data-src="/content/dam/investing/2016/12/05/Harvard-Widener-Library-small_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg" data-frz-src-array="[{'src':'/content/dam/investing/2016/12/05/Harvard-Widener-Library-xsmall_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co','percentageImageRatio':'61.88'},{'src':'/content/dam/investing/2016/12/05/Harvard-Widener-Library-xlarge_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co','percentageImageRatio':'62.42'},{'src':'/content/dam/investing/2016/12/05/Harvard-Widener-Library-medium_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co','percentageImageRatio':'62.29'},{'src':'/content/dam/investing/2016/12/05/Harvard-Widener-Library-thumbnail_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co','percentageImageRatio':'62.14'},{'src':'/content/dam/investing/2016/12/05/Harvard-Widener-Library-xxlarge_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg','width':1500,'height':937,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co','percentageImageRatio':'62.47'},{'src':'/content/dam/investing/2016/12/05/Harvard-Widener-Library-small_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co','percentageImageRatio':'62.19'},{'src':'/content/dam/investing/2016/12/05/Harvard-Widener-Library-large_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/investing/2016/12/05/Harvard-Widener-Library-small_trans_NvBQzQNjv4BqjmpNrzJ7bQ_M5ql9FqM8zvhkmh0QbmrPi3mArP3k2Co.jpg" alt="Harvard University" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 11:26pm" datetime="2017-11-21T11:26:30" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">11:26pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/us-justice-departmentthreatens-sue-harvard-asian-american-admissions/">US Justice Department&nbsp;threatens to sue Harvard over Asian-American admissions</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511306056975">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/bob-weinstein-paid-250000-settlement-harvey-weinsteins-accusers/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="Weinstein" data-frz-ratio="1.60" data-src="/content/dam/news/2017/10/14/TELEMMGLPICT000143450663-small_trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/10/14/TELEMMGLPICT000143450663-xsmall_trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI.jpeg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI','percentageImageRatio':'61.88'},{'src':'/content/dam/news/2017/10/14/TELEMMGLPICT000143450663-xlarge_trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI.jpeg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI','percentageImageRatio':'62.42'},{'src':'/content/dam/news/2017/10/14/TELEMMGLPICT000143450663-medium_trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI.jpeg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI','percentageImageRatio':'62.29'},{'src':'/content/dam/news/2017/10/14/TELEMMGLPICT000143450663-thumbnail_trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/10/14/TELEMMGLPICT000143450663-small_trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI.jpeg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI','percentageImageRatio':'62.19'},{'src':'/content/dam/news/2017/10/14/TELEMMGLPICT000143450663-large_trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI.jpeg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/10/14/TELEMMGLPICT000143450663-small_trans_NvBQzQNjv4BqNPhrcbGWe8WGow_9GPLWLFjph-Vmfs4RP2jFys2DpBI.jpeg" alt="Weinstein" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 11:14pm" datetime="2017-11-21T11:14:16" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">11:14pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/bob-weinstein-paid-250000-settlement-harvey-weinsteins-accusers/">Bob Weinstein paid £250,000 settlement to Harvey Weinstein's accusers from his own bank account&nbsp;</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511303400000">
+ <div class="list-of-entities__item-link">
+ <a href="/tv/2017/11/21/motherland-episode-3-review-acute-could-feel-verrucas-bedding/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="314" data-height="196" data-alt="Diane Morgan and Paul Ready in 'Motherland'" data-frz-ratio="1.60" data-src="/content/dam/tv/2017/11/21/TELEMMGLPICT000146294380-small_trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4.jpeg" data-frz-src-array="[{'src':'/content/dam/tv/2017/11/21/TELEMMGLPICT000146294380-xsmall_trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4.jpeg','width':157,'height':98,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4','percentageImageRatio':'62.42'},{'src':'/content/dam/tv/2017/11/21/TELEMMGLPICT000146294380-xlarge_trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4.jpeg','width':1258,'height':786,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4','percentageImageRatio':'62.48'},{'src':'/content/dam/tv/2017/11/21/TELEMMGLPICT000146294380-medium_trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4.jpeg','width':471,'height':294,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4','percentageImageRatio':'62.42'},{'src':'/content/dam/tv/2017/11/21/TELEMMGLPICT000146294380-thumbnail_trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4.jpeg','width':137,'height':85,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4','percentageImageRatio':'62.04'},{'src':'/content/dam/tv/2017/11/21/TELEMMGLPICT000146294380-small_trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4.jpeg','width':314,'height':196,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4','percentageImageRatio':'62.42'},{'src':'/content/dam/tv/2017/11/21/TELEMMGLPICT000146294380-large_trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4.jpeg','width':707,'height':442,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4','percentageImageRatio':'62.52'}]" style="padding-bottom:62.42%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/tv/2017/11/21/TELEMMGLPICT000146294380-small_trans_NvBQzQNjv4BqAl7Mg2aob6MzBzJtVKfWAxHEXWPYERD0mnAbJoT4ym4.jpeg" alt="Diane Morgan and Paul Ready in &#39;Motherland&#39;" width="314" height="196" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 10:30pm" datetime="2017-11-21T10:30:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">10:30pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/tv/2017/11/21/motherland-episode-3-review-acute-could-feel-verrucas-bedding/">Motherland, episode 3 review: 'So acute that you could feel the verrucas bedding in'</a> </h3>
+ <div class="entity-property component entity-property-stars">
+ <div class="component-content"> <span class="entity-property-container" itemprop="reviewRating" itemscope="https://schema.org/Rating" itemtype="https://schema.org/Rating">
+<meta itemprop="ratingValue" content="4" />
+<span class="entity-property-numeric-score">4</span> <span class="entity-property-numeric-bar">
+<span class="entity-property-numeric-bar-item is-active"></span> <span class="entity-property-numeric-bar-item is-active"></span> <span class="entity-property-numeric-bar-item is-active"></span> <span class="entity-property-numeric-bar-item is-active"></span> <span class="entity-property-numeric-bar-item"></span> </span>
+ </span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511301525024">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/jack-maynard-leaves-celebrity-get-defend-against-allegations/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="203" data-height="126" data-alt="Jack Maynard&nbsp;" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000147027203-small_trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147027203-xsmall_trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA.jpeg','width':101,'height':63,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA','percentageImageRatio':'62.38'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147027203-xlarge_trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA.jpeg','width':814,'height':508,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA','percentageImageRatio':'62.41'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147027203-medium_trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA.jpeg','width':305,'height':190,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA','percentageImageRatio':'62.3'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147027203-thumbnail_trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA.jpeg','width':89,'height':55,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA','percentageImageRatio':'61.8'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147027203-small_trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA.jpeg','width':203,'height':126,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA','percentageImageRatio':'62.07'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147027203-large_trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA.jpeg','width':458,'height':286,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA','percentageImageRatio':'62.45'}]" style="padding-bottom:62.07%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000147027203-small_trans_NvBQzQNjv4BqNMeFAoswBIpPUdBUI4DbFnM_F2JqCW-btHKO_wbJPDA.jpeg" alt="Jack Maynard " width="203" height="126" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 9:58pm" datetime="2017-11-21T09:58:45" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">9:58pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/jack-maynard-leaves-celebrity-get-defend-against-allegations/">Jack Maynard leaves I'm A Celebrity ... Get Me Out Of Here to defend himself against 'allegations'</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item video" data-timestamp="1511300903479">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/family-woolly-mammoth-skeletons-fail-sell-auction/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="video-icon-wrapper">
+ <div class="video-icon video-icon--text-image component">
+ <div class="video-icon__play">
+ <div class="video-icon__arrow"></div>
+ </div> <time class="video-icon__duration" datetime="PT0H0M53S">00:53
+</time> </div> <img class="responsive-image list-of-entities__item-image" width="320" height="180" alt="Family of woolly mammoth skeletons fail to sell at auction" data-frz-ratio="1.78" src="/content/dam/video_previews/f/o/foyzhnzde6x9hfbbkxn9dumgnkyzdey9-small.jpg" data-frz-src-array="[{'src':'/content/dam/video_previews/f/o/foyzhnzde6x9hfbbkxn9dumgnkyzdey9-xsmall.jpg','width':160,'height':90,'percentageImageRatio':'56.25'},{'src':'/content/dam/video_previews/f/o/foyzhnzde6x9hfbbkxn9dumgnkyzdey9-xlarge.jpg','width':1280,'height':720,'percentageImageRatio':'56.25'},{'src':'/content/dam/video_previews/f/o/foyzhnzde6x9hfbbkxn9dumgnkyzdey9-medium.jpg','width':480,'height':270,'percentageImageRatio':'56.25'},{'src':'/content/dam/video_previews/f/o/foyzhnzde6x9hfbbkxn9dumgnkyzdey9-thumbnail.jpg','width':140,'height':78,'percentageImageRatio':'55.71'},{'src':'/content/dam/video_previews/f/o/foyzhnzde6x9hfbbkxn9dumgnkyzdey9-small.jpg','width':320,'height':180,'percentageImageRatio':'56.25'},{'src':'/content/dam/video_previews/f/o/foyzhnzde6x9hfbbkxn9dumgnkyzdey9-large.jpg','width':720,'height':405,'percentageImageRatio':'56.25'}]" data-asset-type="article" /> </div>
+ </a>
+ <div class="list-of-entities__item-body">
+ <div class="video-icon video-icon--text-only component">
+ <div class="video-icon__play">
+ <div class="video-icon__arrow"></div>
+ </div>
+ </div> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 9:48pm" datetime="2017-11-21T09:48:23" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">9:48pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/family-woolly-mammoth-skeletons-fail-sell-auction/">Family of woolly mammoth skeletons fail to sell at auction</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item comment premium" data-timestamp="1511300700000">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/budget-chance-tories-take-labour-upbeat-vision/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="277" data-height="173" data-alt="Comment: The Chancellor sits writing at his desk in a red-painted, book-lined room. The red despatch box is on the desk in the forefront of the picture." data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000147334675-small_trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334675-xsmall_trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54.jpeg','width':138,'height':86,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54','percentageImageRatio':'62.32'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334675-xlarge_trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54.jpeg','width':1111,'height':695,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54','percentageImageRatio':'62.56'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334675-medium_trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54.jpeg','width':416,'height':260,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54','percentageImageRatio':'62.5'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334675-thumbnail_trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54.jpeg','width':121,'height':75,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54','percentageImageRatio':'61.98'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334675-small_trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54.jpeg','width':277,'height':173,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54','percentageImageRatio':'62.45'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334675-large_trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54.jpeg','width':625,'height':391,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54','percentageImageRatio':'62.56'}]" style="padding-bottom:62.45%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000147334675-small_trans_NvBQzQNjv4BqNqFk4v0JrboYlgBJkDdYH9fWX8xD5k0qm7Qod1I-j54.jpeg" alt="The Chancellor sits writing at his desk in a red-painted, book-lined room. The red despatch box is on the desk in the forefront of the picture." width="277" height="173" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 9:45pm" datetime="2017-11-21T09:45:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">9:45pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/budget-chance-tories-take-labour-upbeat-vision/"><span class="sr-only">Comment: </span>The Budget is a chance for the Tories to take on Labour with an upbeat vision</a> </h3>
+ <div class="list-of-entities__item-author-name"> Telegraph View </div> <span class="premium-label">Premium</span> </div>
+ <div class="list-of-entities__item-author-image">
+ <div class="list-of-entities__item-author-image-container"> </div>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item premium" data-timestamp="1511300077571">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/euphoric-peaceful-chaotic-end-robert-mugabes-37-year-rule-zimbabwe/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="Zimbabweans celebrate outside the parliament building immediately after hearing the news that President Robert Mugabe had resigned, in downtown Harare, Zimbabwe Tuesday, Nov. 21, 2017" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000147335645-small_trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147335645-xsmall_trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E.jpeg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E','percentageImageRatio':'61.88'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147335645-xlarge_trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E.jpeg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E','percentageImageRatio':'62.42'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147335645-medium_trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E.jpeg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E','percentageImageRatio':'62.29'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147335645-thumbnail_trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147335645-small_trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E.jpeg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E','percentageImageRatio':'62.19'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147335645-large_trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E.jpeg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000147335645-small_trans_NvBQzQNjv4BqniLs_ck1w-iIu15kYzVq2artcu5mb6i7I-m0HMDIL-E.jpeg" alt="Zimbabweans celebrate outside the parliament building immediately after hearing the news that President Robert Mugabe had resigned, in downtown Harare, Zimbabwe Tuesday, Nov. 21, 2017" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 9:34pm" datetime="2017-11-21T09:34:37" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">9:34pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/euphoric-peaceful-chaotic-end-robert-mugabes-37-year-rule-zimbabwe/">A euphoric and peaceful, if chaotic, end to Robert Mugabe's 37-year rule of Zimbabwe</a> </h3> <span class="premium-label">Premium</span> </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item premium" data-timestamp="1511299800000">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/theresa-mays-relationship-philip-hammond-hits-new-low-botched/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="317" data-height="198" data-alt="may and hammond" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000147232638-small_trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147232638-xsmall_trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU.jpeg','width':158,'height':98,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU','percentageImageRatio':'62.03'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147232638-xlarge_trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU.jpeg','width':1271,'height':794,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU','percentageImageRatio':'62.47'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147232638-medium_trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU.jpeg','width':476,'height':297,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU','percentageImageRatio':'62.39'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147232638-thumbnail_trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU.jpeg','width':139,'height':86,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU','percentageImageRatio':'61.87'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147232638-small_trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU.jpeg','width':317,'height':198,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU','percentageImageRatio':'62.46'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147232638-large_trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU.jpeg','width':715,'height':446,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU','percentageImageRatio':'62.38'}]" style="padding-bottom:62.46%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000147232638-small_trans_NvBQzQNjv4BqwvkV6XTHOLaZwP-2f_zGabuGDFIrKF9eywxSWQ9UBzU.jpeg" alt="may and hammond" width="317" height="198" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 9:30pm" datetime="2017-11-21T09:30:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">9:30pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/theresa-mays-relationship-philip-hammond-hits-new-low-botched/">May's Budget war with Hammond amid fears Chancellor's financial statement will fall flat</a> </h3> <span class="premium-label">Premium</span> </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511299793792">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/cancer-patients-18-times-likely-survive-early-diagnosis/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="Simon Stevens" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000146030761-small_trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000146030761-xsmall_trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw.jpeg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw','percentageImageRatio':'61.88'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000146030761-xlarge_trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw.jpeg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw','percentageImageRatio':'62.42'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000146030761-medium_trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw.jpeg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw','percentageImageRatio':'62.29'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000146030761-thumbnail_trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000146030761-small_trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw.jpeg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw','percentageImageRatio':'62.19'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000146030761-large_trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw.jpeg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000146030761-small_trans_NvBQzQNjv4Bq2otPdXgCf1SUjNLHarbxGinW8BLq_9yFhLlXda78vfw.jpeg" alt="Simon Stevens" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 9:29pm" datetime="2017-11-21T09:29:53" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">9:29pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/cancer-patients-18-times-likely-survive-early-diagnosis/">Cancer patients 18 times more likely to survive with early diagnosis</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511298594833">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/prosecutors-consider-charges-alleged-football-bribery/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="Tommy Wright" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000109796759-small_trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000109796759-xsmall_trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0.jpeg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0','percentageImageRatio':'61.88'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000109796759-xlarge_trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0.jpeg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0','percentageImageRatio':'62.42'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000109796759-medium_trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0.jpeg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0','percentageImageRatio':'62.29'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000109796759-thumbnail_trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000109796759-small_trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0.jpeg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0','percentageImageRatio':'62.19'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000109796759-large_trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0.jpeg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000109796759-small_trans_NvBQzQNjv4BqaRL1kC4G7DT9ZsZm6Pe3PehAFAI_f6ud569StXyOKH0.jpeg" alt="Tommy Wright" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 9:09pm" datetime="2017-11-21T09:09:54" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">9:09pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/prosecutors-consider-charges-alleged-football-bribery/">Prosecutors consider charges over alleged football bribery&nbsp;</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item comment premium" data-timestamp="1511298000000">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/britains-entitlement-culture-has-won-paying-price/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="319" data-height="199" data-alt="Comment: Philip Hammond in a science laboratory" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000144636953-small_trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000144636953-xsmall_trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas.jpeg','width':159,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas','percentageImageRatio':'62.26'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000144636953-xlarge_trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas.jpeg','width':1279,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas','percentageImageRatio':'62.47'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000144636953-medium_trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas.jpeg','width':479,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas','percentageImageRatio':'62.42'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000144636953-thumbnail_trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas.jpeg','width':139,'height':86,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas','percentageImageRatio':'61.87'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000144636953-small_trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas.jpeg','width':319,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas','percentageImageRatio':'62.38'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000144636953-large_trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas.jpeg','width':719,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas','percentageImageRatio':'62.45'}]" style="padding-bottom:62.38%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000144636953-small_trans_NvBQzQNjv4BqLfD0EOB5CEFXzCF_NHe0S5xWLfs5mAvkbXYQqrLnBas.jpeg" alt="Philip Hammond in a science laboratory" width="319" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 9:00pm" datetime="2017-11-21T09:00:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">9:00pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/britains-entitlement-culture-has-won-paying-price/"><span class="sr-only">Comment: </span>Britain's entitlement culture has won, and we're all paying the price</a> </h3>
+ <div class="list-of-entities__item-author-name"> Philip Johnston </div> <span class="premium-label">Premium</span> </div>
+ <div class="list-of-entities__item-author-image">
+ <div class="list-of-entities__item-author-image-container"> <img class="responsive-image " width="320" height="320" alt="Philip Johnston" data-frz-ratio="1.00" src="/content/dam/Author%20photos/Philip_Johnston-small.png" data-frz-src-array="[{'src':'/content/dam/Author%20photos/Philip_Johnston-thumbnail.png','width':140,'height':140,'percentageImageRatio':'100'},{'src':'/content/dam/Author%20photos/Philip_Johnston-xlarge.png','width':1280,'height':1280,'percentageImageRatio':'100'},{'src':'/content/dam/Author%20photos/Philip_Johnston-xxlarge.png','width':1500,'height':1500,'percentageImageRatio':'100'},{'src':'/content/dam/Author%20photos/Philip_Johnston-xsmall.png','width':160,'height':160,'percentageImageRatio':'100'},{'src':'/content/dam/Author%20photos/Philip_Johnston-small.png','width':320,'height':320,'percentageImageRatio':'100'},{'src':'/content/dam/Author%20photos/Philip_Johnston-large.png','width':720,'height':720,'percentageImageRatio':'100'},{'src':'/content/dam/Author%20photos/Philip_Johnston-medium.png','width':480,'height':480,'percentageImageRatio':'100'}]" /> </div>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511297049669">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/oxford-graduate-sues-university-1million-did-not-get-first-class/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="269" data-height="168" data-alt="Faiz Siddiqui" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000147336543-small_trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147336543-xsmall_trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU.jpeg','width':134,'height':83,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU','percentageImageRatio':'61.94'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147336543-xlarge_trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU.jpeg','width':1078,'height':674,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU','percentageImageRatio':'62.52'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147336543-medium_trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU.jpeg','width':404,'height':252,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU','percentageImageRatio':'62.38'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147336543-thumbnail_trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU.jpeg','width':117,'height':73,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU','percentageImageRatio':'62.39'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147336543-small_trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU.jpeg','width':269,'height':168,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU','percentageImageRatio':'62.45'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147336543-large_trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU.jpeg','width':606,'height':378,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU','percentageImageRatio':'62.38'}]" style="padding-bottom:62.45%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000147336543-small_trans_NvBQzQNjv4BqV44xdBGYPqnem1ZvJTjPec7FyOPfI4q1UOi2QRQI6kU.jpeg" alt="Faiz Siddiqui" width="269" height="168" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 8:44pm" datetime="2017-11-21T08:44:09" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">8:44pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/oxford-graduate-sues-university-1million-did-not-get-first-class/">Oxford graduate sues university for £1million because he did not get a first class degree&nbsp;</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item video" data-timestamp="1511295352317">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/big-bird-watch-trump-pardon-thanksgiving-turkey/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="video-icon-wrapper">
+ <div class="video-icon video-icon--text-image component">
+ <div class="video-icon__play">
+ <div class="video-icon__arrow"></div>
+ </div> <time class="video-icon__duration" datetime="PT0H2M4S">02:04
+</time> </div> <img class="responsive-image list-of-entities__item-image" width="320" height="180" alt="'That's a big bird', watch Trump pardon Thanksgiving turkey" data-frz-ratio="1.78" src="/content/dam/video_previews/p/p/ppzzdnzde6biv1rtixuprdeby5aeyik-small.jpg" data-frz-src-array="[{'src':'/content/dam/video_previews/p/p/ppzzdnzde6biv1rtixuprdeby5aeyik-xsmall.jpg','width':160,'height':90,'percentageImageRatio':'56.25'},{'src':'/content/dam/video_previews/p/p/ppzzdnzde6biv1rtixuprdeby5aeyik-xlarge.jpg','width':1280,'height':720,'percentageImageRatio':'56.25'},{'src':'/content/dam/video_previews/p/p/ppzzdnzde6biv1rtixuprdeby5aeyik-medium.jpg','width':480,'height':270,'percentageImageRatio':'56.25'},{'src':'/content/dam/video_previews/p/p/ppzzdnzde6biv1rtixuprdeby5aeyik-thumbnail.jpg','width':140,'height':78,'percentageImageRatio':'55.71'},{'src':'/content/dam/video_previews/p/p/ppzzdnzde6biv1rtixuprdeby5aeyik-small.jpg','width':320,'height':180,'percentageImageRatio':'56.25'},{'src':'/content/dam/video_previews/p/p/ppzzdnzde6biv1rtixuprdeby5aeyik-large.jpg','width':720,'height':405,'percentageImageRatio':'56.25'}]" data-asset-type="article" /> </div>
+ </a>
+ <div class="list-of-entities__item-body">
+ <div class="video-icon video-icon--text-only component">
+ <div class="video-icon__play">
+ <div class="video-icon__arrow"></div>
+ </div>
+ </div> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 8:15pm" datetime="2017-11-21T08:15:52" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">8:15pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/big-bird-watch-trump-pardon-thanksgiving-turkey/">'That's a big bird': Watch Donald Trump pardon Thanksgiving turkey</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511294400000">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/man-spent-retirement-repairing-norfolk-milestones-hidden-nazis/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="Nigel Ford with his handiwork" data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000147314788-small_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147314788-xsmall_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'61.88'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147314788-xlarge_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.42'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147314788-medium_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.29'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147314788-thumbnail_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147314788-small_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.19'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147314788-large_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000147314788-small_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg" alt="Nigel Ford with his handiwork" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 8:00pm" datetime="2017-11-21T08:00:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">8:00pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/man-spent-retirement-repairing-norfolk-milestones-hidden-nazis/">Man who spent retirement repairing Norfolk milestones hidden from Nazis wins prize&nbsp;</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511294400000">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/nhs-doctors-fell-dirty-working-private-industry-health-chief/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="research" data-frz-ratio="1.60" data-src="/content/dam/work-salary/2016/05/11/scientist-small_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg" data-frz-src-array="[{'src':'/content/dam/work-salary/2016/05/11/scientist-xsmall_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw','percentageImageRatio':'61.88'},{'src':'/content/dam/work-salary/2016/05/11/scientist-xlarge_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw','percentageImageRatio':'62.42'},{'src':'/content/dam/work-salary/2016/05/11/scientist-medium_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw','percentageImageRatio':'62.29'},{'src':'/content/dam/work-salary/2016/05/11/scientist-thumbnail_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw','percentageImageRatio':'62.14'},{'src':'/content/dam/work-salary/2016/05/11/scientist-xxlarge_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg','width':1500,'height':937,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw','percentageImageRatio':'62.47'},{'src':'/content/dam/work-salary/2016/05/11/scientist-small_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw','percentageImageRatio':'62.19'},{'src':'/content/dam/work-salary/2016/05/11/scientist-large_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/work-salary/2016/05/11/scientist-small_trans_NvBQzQNjv4BqpdpCsDEHI-S5JwZr3nT67FjKkg6BxshTkQSFIPEistw.jpg" alt="research" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 8:00pm" datetime="2017-11-21T08:00:00" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">8:00pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/nhs-doctors-fell-dirty-working-private-industry-health-chief/">NHS doctors fell 'dirty' working with private industry, health chief says</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511293926108">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/suicidal-children-abandoned-nhs-commissioner-tells-parliament/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="Child with condition" data-frz-ratio="1.60" data-src="/content/dam/women/2017/11/15/TELEMMGLPICT000144240040-small_trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ.jpeg" data-frz-src-array="[{'src':'/content/dam/women/2017/11/15/TELEMMGLPICT000144240040-xsmall_trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ.jpeg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ','percentageImageRatio':'61.88'},{'src':'/content/dam/women/2017/11/15/TELEMMGLPICT000144240040-xlarge_trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ.jpeg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ','percentageImageRatio':'62.42'},{'src':'/content/dam/women/2017/11/15/TELEMMGLPICT000144240040-medium_trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ.jpeg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ','percentageImageRatio':'62.29'},{'src':'/content/dam/women/2017/11/15/TELEMMGLPICT000144240040-thumbnail_trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ','percentageImageRatio':'62.14'},{'src':'/content/dam/women/2017/11/15/TELEMMGLPICT000144240040-small_trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ.jpeg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ','percentageImageRatio':'62.19'},{'src':'/content/dam/women/2017/11/15/TELEMMGLPICT000144240040-large_trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ.jpeg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/women/2017/11/15/TELEMMGLPICT000144240040-small_trans_NvBQzQNjv4BqVlmHh3SSu09ExpEHx1qy7_d8x02NWIDrBnjLwW5B8SQ.jpeg" alt="Child with condition" width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 7:52pm" datetime="2017-11-21T07:52:06" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">7:52pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/suicidal-children-abandoned-nhs-commissioner-tells-parliament/">Suicidal children abandoned by NHS, Commissioner tells Parliament</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item video" data-timestamp="1511293884545">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/5x5-bulletin-tuesday-21-november-listen-todays-essential-news/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="video-icon-wrapper">
+ <div class="video-icon video-icon--text-image component">
+ <div class="video-icon__play">
+ <div class="video-icon__arrow"></div>
+ </div> <time class="video-icon__duration" datetime="PT0H3M42S">03:43
+</time> </div> <img class="responsive-image list-of-entities__item-image" width="320" height="179" alt="5x5 bulletin for Tuesday 21 November: Listen to today's essential news from the Telegraph " data-frz-ratio="1.78" src="/content/dam/video_previews/m/1/m1mtdnzde6egx6afc92n7ygcnaaczsdz-small.jpg" data-frz-src-array="[{'src':'/content/dam/video_previews/m/1/m1mtdnzde6egx6afc92n7ygcnaaczsdz-xsmall.jpg','width':160,'height':89,'percentageImageRatio':'55.62'},{'src':'/content/dam/video_previews/m/1/m1mtdnzde6egx6afc92n7ygcnaaczsdz-xlarge.jpg','width':1280,'height':718,'percentageImageRatio':'56.09'},{'src':'/content/dam/video_previews/m/1/m1mtdnzde6egx6afc92n7ygcnaaczsdz-medium.jpg','width':480,'height':269,'percentageImageRatio':'56.04'},{'src':'/content/dam/video_previews/m/1/m1mtdnzde6egx6afc92n7ygcnaaczsdz-thumbnail.jpg','width':140,'height':78,'percentageImageRatio':'55.71'},{'src':'/content/dam/video_previews/m/1/m1mtdnzde6egx6afc92n7ygcnaaczsdz-small.jpg','width':320,'height':179,'percentageImageRatio':'55.94'},{'src':'/content/dam/video_previews/m/1/m1mtdnzde6egx6afc92n7ygcnaaczsdz-large.jpg','width':720,'height':404,'percentageImageRatio':'56.11'}]" data-asset-type="article" /> </div>
+ </a>
+ <div class="list-of-entities__item-body">
+ <div class="video-icon video-icon--text-only component">
+ <div class="video-icon__play">
+ <div class="video-icon__arrow"></div>
+ </div>
+ </div> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 7:51pm" datetime="2017-11-21T07:51:24" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">7:51pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/5x5-bulletin-tuesday-21-november-listen-todays-essential-news/">5x5 bulletin for Tuesday 21 November: Listen to today's essential news from the Telegraph&nbsp;</a> </h3>
+ </div>
+ </div>
+ </li>
+ <li class="list-of-entities__item " data-timestamp="1511293322150">
+ <div class="list-of-entities__item-link">
+ <a href="/news/2017/11/21/zimbabwes-president-robert-mugabe-has-resigned-speaker-says/" class="list-of-entities__item-image-container" tabindex="-1">
+ <div class="responsive-image list-of-entities__item-image " data-width="320" data-height="199" data-alt="Live: Zimbabwe's MP's erupt into celebration after President Robert Mugabe's resignation " data-frz-ratio="1.60" data-src="/content/dam/news/2017/11/21/TELEMMGLPICT000147334404-small_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg" data-frz-src-array="[{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334404-xsmall_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':160,'height':99,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'61.88'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334404-xlarge_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':1280,'height':799,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.42'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334404-medium_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':480,'height':299,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.29'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334404-thumbnail_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':140,'height':87,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.14'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334404-small_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':320,'height':199,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.19'},{'src':'/content/dam/news/2017/11/21/TELEMMGLPICT000147334404-large_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg','width':720,'height':449,'imageCropTransformSuffix':'trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08','percentageImageRatio':'62.36'}]" style="padding-bottom:62.19%;" data-asset-type="article"> <noscript>
+<img src="/content/dam/news/2017/11/21/TELEMMGLPICT000147334404-small_trans_NvBQzQNjv4BqpVlberWd9EgFPZtcLiMQfyf2A9a6I9YchsjMeADBa08.jpeg" alt="Zimbabwe&#39;s MP&#39;s erupt into celebration after President Robert Mugabe&#39;s resignation " width="320" height="199" class="responsive-image--fallback" />
+</noscript> </div>
+ </a>
+ <div class="list-of-entities__item-body"> <span class="m_meta-property">
+<time class="m_meta-property__date" title="21 Nov 2017, 7:42pm" datetime="2017-11-21T07:42:02" itemprop="datePublished" pubdate="">
+<span class="m_meta-property__date-date">21 Nov 2017</span><span class="m_meta-property__date-separator">,</span> <span class="m_meta-property__date-time">7:42pm</span> </time>
+ </span>
+ <h3 class="list-of-entities__item-body-headline"> <a href="/news/2017/11/21/zimbabwes-president-robert-mugabe-has-resigned-speaker-says/">Zimbabwe's president Robert Mugabe finally resigns, sparking wild jubilation on the streets of Harare&nbsp;</a> </h3>
+ </div>
+ </div>
+ </li>
+ </ol>
+ </div>
+ </div>
+ </div>
+ <!-- <sly data-sly-call=""></sly> -->
+ </div>
+ </div>
+ </div>
+ </aside>
+ <div class="spark-slot3"> </div>
+ <div class="article__footer">
+ <section class="snippet-footer">
+ <footer data-tmg-dtm-nav-area="footernav">
+ <div class="footer-list-corporate component">
+ <div class="component-content">
+ <nav>
+ <ul class="footer-list-corporate__list">
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " href="/contact-us/" data-tmg-dtm-nav="1-nav:/contact-us.html">
+Contact us
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " href="https://corporate.telegraph.co.uk/" data-tmg-dtm-nav="2-nav:https://corporate.telegraph.co.uk/">
+About us
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " title="Rewards" href="/rewards/" data-tmg-dtm-nav="3-nav:/rewards.html">
+Rewards
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " href="http://www.telegraph.co.uk/archive/" data-tmg-dtm-nav="4-nav:http://www.telegraph.co.uk/archive/">
+Archive
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " href="http://telegraph.newsprints.co.uk/" data-tmg-dtm-nav="5-nav:http://telegraph.newsprints.co.uk/">
+Reader Prints
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " href="/spark/" data-tmg-dtm-nav="6-nav:/spark.html">
+Branded Content
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " title="Syndication &amp; Content Partnerships" href="/syndication/" data-tmg-dtm-nav="7-nav:/syndication.html">
+Syndication
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " href="/about-us/editorial-and-commercial-guidelines/" data-tmg-dtm-nav="8-nav:/about-us/editorial-and-commercial-guidelines.html">
+Guidelines
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " href="/about-us/privacy-and-cookie-policy/" data-tmg-dtm-nav="9-nav:/about-us/privacy-and-cookie-policy.html">
+Privacy
+</a> </li>
+ <li class="footer-list-corporate__item "> <a class="footer-list-corporate__link " href="/about-us/terms-and-conditions/" data-tmg-dtm-nav="10-nav:/about-us/terms-and-conditions.html">
+Terms and Conditions
+</a> </li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ <div class="footer-copyright component">
+ <div class="component-content">
+ <p>© Telegraph Media Group Limited 2017</p>
+ </div>
+ </div>
+ </footer>
+ </section>
+ <div class="footer-ads">
+ <div id="advert_tmg_tmg" class="js-advert advert " data-adtype="tmg"></div>
+ <div id="advert_tmg_inr" class="js-advert advert " data-adtype="inr"></div>
+ <div id="advert_tmg_ftr" class="js-advert advert " data-adtype="ftr"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="spark-slot4"> </div>
+ <script>
+ tmg.loadClientLibs.init();
+ </script>
+ <script src="//d3c3cq33003psk.cloudfront.net/opentag-35657-1096944.js" async=""></script>
+ <script>
+ RUM.mark('js_load_opentag');
+ </script>
+ <script type="text/javascript">
+ _satellite.pageBottom();
+ </script>
+ <div style="display: none;" class="adblocker-message component">
+ <div class="component-content">
+ <div class="cartoon"> <img class="adblock-image" alt="Please support us by disabling your adblocker" src="/content/dam/generic/Matt-cartoon-255x206px-small.png" /> </div>
+ <div class="adblocker-message__body">
+ <h3>We've noticed you're adblocking.</h3>
+ <p>We rely on advertising to help fund our award-winning journalism.</p>
+ <p>We urge you to turn off your ad blocker for The Telegraph website so that you can continue to access our quality content in the future.</p>
+ <p>Thank you for your support.</p>
+ </div>
+ <p class="bold">Need help?</p>
+ <p>Click <a href="http://www.telegraph.co.uk/go/adblocking/" class="help" data-tmg-event="click" data-tmg-name="adBlockMessageHelp">here</a> for instructions </p>
+ <div class="logo"></div> <button class="close" data-tmg-event="click" data-tmg-name="adBlockMessageClose">Close</button> </div>
+ </div>
+ <script src="//cdn.optimizely.com/js/1425218314.js" async=""></script>
+ <script>
+ RUM.mark('js_load_optimizelyasync');
+ </script>
+</body>
+
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json
new file mode 100644
index 0000000..07338d0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lorem\n ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
+ "Image": null,
+ "Title": "This is a long title with a colon: Hello there",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html
new file mode 100644
index 0000000..8eded27
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html
@@ -0,0 +1,21 @@
+<article>
+ <h2>This is a long title with a colon: But the final text here is different</h2>
+ <p>
+ Lorem
+ ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+ <p>
+ Lorem
+ ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </p>
+</article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html
new file mode 100644
index 0000000..d91b658
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>This is a long title with a colon: Hello there</title>
+</head>
+<body>
+<article>
+ <h1>This is a long title with a colon: But the final text here is different</h1>
+ <div>
+ Lorem
+ ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+ <div>
+ Lorem
+ ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+ </div>
+</article>
+</body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json
new file mode 100644
index 0000000..fa74f0b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "http:\/\/ll-media.tmz.com\/2015\/02\/26\/0225-lupita-nyongo-getty-01-1200x630.jpg",
+ "http:\/\/ll-media.tmz.com\/2015\/02\/26\/0225-lupita-nyongo-getty-4.jpg",
+ "http:\/\/ll-media.tmz.com\/2013\/11\/20\/update-graphic-red-bar.jpg",
+ "http:\/\/ll-media.tmz.com\/2015\/02\/26\/0226-sub-london-hotel-swipe-tmz-11.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json
new file mode 100644
index 0000000..63d6796
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Lupita Nyong'o's now-famous Oscar dress -- adorned in pearls -- was stolen right out of her hotel room ... TMZ has learned. Law enforcement sources tell…",
+ "Image": "http:\/\/ll-media.tmz.com\/2015\/02\/26\/0225-lupita-nyongo-getty-01-1200x630.jpg",
+ "Title": "Lupita Nyong'o's $150K Pearl Oscar Dress -- STOLEN!!!",
+ "SiteName": "http://www.tmz.com"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html
new file mode 100644
index 0000000..6849dfe
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html
@@ -0,0 +1,35 @@
+<div id="post-2015_02_26_lupita-nyongo-pearl-dress-stolen-oscars">
+ <p>
+
+
+ <h4>$150K Pearl Oscar Dress ... STOLEN!!!!</h4>
+
+ </p>
+ <h5>
+ 2/26/2015 7:11 AM PST BY TMZ STAFF
+ </h5>
+
+ <div itemprop="articleBody">
+ <p><span>EXCLUSIVE</span>
+ </p>
+ <p>
+ <img alt="0225-lupita-nyongo-getty-01" src="http://ll-media.tmz.com/2015/02/26/0225-lupita-nyongo-getty-4.jpg"><strong>Lupita Nyong</strong>'<strong>o</strong>'s now-famous Oscar dress
+ -- adorned in pearls -- was stolen right out of her hotel room ... TMZ
+ has learned.</p>
+ <p>Law enforcement sources tell TMZ ... the dress was taken out of Lupita's
+ room at The London West Hollywood. The dress is made of pearls ... 6,000
+ white Akoya pearls. It's valued at $150,000.</p>
+ <p>Our sources say Lupita told cops it was taken from her room sometime between
+ 8 AM and 9 PM Wednesday ... while she was gone. &nbsp;</p>
+ <p>We're told there is security footage that cops are looking at that could
+ catch the culprit right in the act.&nbsp;</p>
+ <p>
+ <img alt="update_graphic_red_bar" src="http://ll-media.tmz.com/2013/11/20/update-graphic-red-bar.jpg"><strong>12:00 PM PT</strong> -- Sheriff's deputies were at The London Thursday
+ morning. &nbsp;We know they were in the manager's office and we're told
+ they have looked at security footage to determine if they can ID the culprit.</p>
+ <p>
+ <img alt="0226-SUB-london-hotel-swipe-tmz-02" src="http://ll-media.tmz.com/2015/02/26/0226-sub-london-hotel-swipe-tmz-11.jpg">
+ </p>
+ </div>
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html
new file mode 100644
index 0000000..c2b19f0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html
@@ -0,0 +1,1528 @@
+<!DOCTYPE html>
+<html itemscope="" itemtype="http://schema.org/Article" itemid="http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/"
+xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#">
+
+ <head>
+ <link rel="canonical" href="http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/"/>
+ <!-- Require JS -->
+ <script>
+ var SYSTEM_VERSION = '1425687224';
+ var SYSTEM_ENV = 'prod';
+ var DEVICE_VIEW = 'main';
+ var ASSETS_BASEURL = 'http://ll-assets.tmz.com/www.tmz.com/main/default/';
+ var SITE_BASEURL = 'http://www.tmz.com/';
+ var SITE_DOMAIN = 'http://www.tmz.com'.replace(/http\:\/\//g, '');
+ var require = {baseUrl: ASSETS_BASEURL + 'js/'};
+ var LOADED_CSS = (LOADED_CSS || []).concat(''.split(','));
+ var KRUX_CONFID = 'JXlj-zpN';
+ </script>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
+ <script>
+ if (typeof require !== 'function') { document.write('&lt;scr'+'ipt src="' + ASSETS_BASEURL +'js/requirejs/2.1.10/requirejs.min.js">&lt;/sc'+'ript>'); }
+ </script>
+ <!--[if lt IE 9]>
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/html5shiv.min.512480812d84e77c54b38a11b9a9e049.v2014_05_09_164122.js"></script>
+ <style>
+ #nav ul.nav-list li{border-right: 1px solid #787878;}#nav ul.nav-list li:first-child{border-left: 1px solid #787878;}
+ </style>
+ <![endif]-->
+ <!--[if gte IE 9]>
+ <!-->
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
+ <!--<![endif]-->
+ <!--[if lt IE 10]>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/jquery.html5-placeholder-shim.491d773b3026f66a7b690d8bcd0c3983.v2014_05_09_164122.js"></script>
+ <![endif]-->
+ <link rel="alternate" media="handheld" href="http://m.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/"/>
+ <!-- BEGIN Tynt Script -->
+ <script type="text/javascript">
+ if(document.location.protocol=='http:'){
+ var Tynt=Tynt||[];Tynt.push('a6kPi63Aqr4yT7acwqm_6l');Tynt.i={"ap":"Read more:"};
+ (function(){var s=document.createElement('script');s.async="async";s.type="text/javascript";s.src='http://tcr.tynt.com/ti.js';var h=document.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})();
+ }
+ </script>
+ <!-- END Tynt Script -->
+ <!-- Criteo RTA Script -->
+ <script type="text/javascript">
+ var CRTG_NID="1870";
+ var CRTG_COOKIE_NAME="cto_tmz";
+ var CRTG_VAR_NAME="crtg_content";
+ </script>
+ <!-- end -->
+ <!-- BEGIN Chartbeat Script -->
+ <script type="text/javascript">
+ var _sf_startpt=(new Date()).getTime()
+ </script>
+ <!-- END Chartbeat Script -->
+ <title>Lupita Nyong'o's $150K Pearl Oscar Dress -- STOLEN!!! | TMZ.com</title>
+ <script
+ language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/d445e4380e66504cd22c77ef054f930a.v2015_03_11_155119.js"></script>
+ <script src="//c.amazon-adsystem.com/aax2/amzn_ads.js"></script>
+ <script>
+ try {
+ amznads.getAds('3064');
+ } catch(e) {}
+ </script>
+ <script>
+ wbads.setEnabled(true);
+ wbads.init(
+ '55153744',
+ 'tmz',
+ 'article',
+ {
+ debug_enabled: true,
+ device_view: "main"
+ },
+ {
+ collapse_empty_divs: true,
+ global_targeting: {
+ tag: "lupita-nyongo,exclusive,fashion,awards-awards-shows,academy-awards,celebrity-justice"
+ }
+ }
+ );
+ </script>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/spinner.3ab697b3b6a3cf7be0a061af8e9c0e1d.v2014_06_11_152631.js"></script>
+ <link rel="stylesheet" type="text/css" media="screen" href="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/style.0c025c59d9785bf4bd93c859ba6c5e03.v2015_03_10_155849.css"/>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/220084d67afc3f1291993cbd8bf46c77.v2014_10_16_163308.js"></script>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/ecdb9b872560bac80e1b2efcaf73f7dc.v2015_03_11_155121.js"></script>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/eda2efbea250c40d4d75dde9b8eebda1.v2015_03_09_212628.js"></script>
+ <!-- check -->
+ <script src="http://cdnapi.kaltura.com/p/591531/sp/59153100/embedIframeJs/uiconf_id/22960621/partner_id/591531"></script>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/post_video_embed.589aa778ae630edf34d7163158ccd942.v2015_03_11_154423.js"></script>
+ <script>
+ Showtimes.enableAutoLoad(true);
+ </script>
+ <!-- Middleware -->
+ <script>
+ require(['tmz/middleware/1.0.0/client'], function(mw) {
+ mw.init("https://mw-api.tmz.com", "85bcfbd793d84806bd67fa8cb9b13525");
+ });
+ </script>
+ <link rel="image_src" href="http://ll-media.tmz.com/2015/02/26/0225-lupita-nyongo-getty-01-1200x630.jpg"/>
+ <meta name="robots" content="all"/>
+ <meta name="description" content="Lupita Nyong'o's now-famous Oscar dress -- adorned in pearls -- was stolen right out of her hotel room ... TMZ has learned. Law enforcement sources tell…"/>
+ <meta name="generator" content="Crowd Fusion 2.0-enterprise"/>
+ <meta name="viewport" content="width=device-width, maximum-scale=1.0"/>
+ <meta name="google-site-verification" content="UUmtbUBf3djgPpCeLefe_PbFsOc6JGxfXmHzpjFLAEQ"/>
+ <meta name="verify-v1" content="Wtpd0N6FufoE2XqopQJoTjWV6Co/Mny9BTaswPJbPPA="/>
+ <meta name="msvalidate.01" content="AFEB17971BCF30779AEA662782EF26F4"/>
+ <meta name="y_key" content="14cb04e4656b0c58"/>
+ <meta property="fb:app_id" content="310610065699820"/>
+ <meta property="article:publisher" content="https://www.facebook.com/tmz"/>
+ <meta property="og:site_name" content="http://www.tmz.com"/>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+ <meta http-equiv="content-language" content="en"/>
+ <meta http-equiv="pragma" content="no-cache"/>
+ <meta http-equiv="imagetoolbar" content="no"/>
+ <meta name="twitter:description" value="Lupita Nyong'o's now-famous Oscar dress -- adorned in pearls -- was stolen right out of her hotel room ... TMZ has learned. Law enforcement sources tell…"/>
+ <meta name="news_keywords" content="Lupita Nyong'o, Exclusive, Fashion, Awards / Awards Shows, The Oscars, CELEBRITY JUSTICE ™"/>
+ <meta property="og:title" content="Lupita Nyong'o's $150K Pearl Oscar Dress -- STOLEN!!!"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:url" content="http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/"/>
+ <meta property="og:image" content="http://ll-media.tmz.com/2015/02/26/0225-lupita-nyongo-getty-01-1200x630.jpg"/>
+ <meta itemprop="inLanguage" content="en-US"/>
+ <meta itemprop="thumbnailUrl" content="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/images/tmz_rnews_logo.v2014_05_09_134122.jpg"/>
+ <!--start twitter card-->
+ <meta name="twitter:card" value="summary_large_image"/>
+ <meta name="twitter:site" value="@TMZ"/>
+ <meta name="twitter:description" value="Lupita Nyong'o's now-famous Oscar dress -- adorned in pearls -- was stolen right out of her hotel room ... TMZ has learned. Law enforcement sources tell…"/>
+ <!--end twitter card-->
+ <!-- PINNING -->
+ <meta name="application-name" content="TMZ.COM"/>
+ <meta name="msapplication-starturl" content="http://www.tmz.com?adid=IE9pin"/>
+ <meta name="msapplication-navbutton-color" content="#CF0000"/>
+ <meta name="msapplication-window" content="width=1024;height=768"/>
+ <meta name="msapplication-tooltip" content="TMZ | Entertainment News"/>
+ <!-- Each meta tag below adds a Static Jump List item to the Tasks list
+ on our pinned site's Jump List menu -->
+ <meta name="msapplication-task" content="name=Home;action-uri=http://www.tmz.com;icon-uri=http://ll-assets.tmz.com/www.tmz.com/main/default/cache/favicon.v2014_05_09_134122.ico"/>
+ <meta name="msapplication-task" content="name=Videos;action-uri=http://www.tmz.com/videos;icon-uri=http://ll-assets.tmz.com/www.tmz.com/main/default/cache/favicon.v2014_05_09_134122.ico"/>
+ <meta name="msapplication-task" content="name=Photos;action-uri=http://www.tmz.com/photos;icon-uri=http://ll-assets.tmz.com/www.tmz.com/main/default/cache/favicon.v2014_05_09_134122.ico"/>
+ <meta name="msapplication-task" content="name=Celebrity Directory;action-uri=http://www.tmz.com/celebrity-directory;icon-uri=http://ll-assets.tmz.com/www.tmz.com/main/default/cache/favicon.v2014_05_09_134122.ico"/>
+ <!-- KRUX VALUES -->
+ <meta name="articleID" content="b48ab5a6-bdca-11e4-bb2e-30342d324647"/>
+ <meta name="celebrityID" content="aa7e28b0-a301-4cda-dd84-3b4c66f23259"/>
+ <meta name="categoryID" content="f2cb2570-104e-4c13-e20e-9186a7708dac, 0cba3e09-d41a-45e5-9c40-c964a9d09e78, ff1fba86-7e4d-43fe-fb53-c384d4aa71b5, df5027f9-8759-42b9-ad53-d3b7cb675345, f261d39e-f751-4ecb-f12d-4d386e61929e"/>
+ <link rel="apple-touch-icon" href="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/apple-touch-icon-precomposed.v2014_05_09_134122.png"/>
+ <!--[if lt IE 9]>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/html5shiv.min.512480812d84e77c54b38a11b9a9e049.v2014_05_09_164122.js"></script>
+ <![endif]-->
+ <!-- SPONSORED SKIN AD TAG START -->
+ </head>
+
+ <body class="body-home news-permalink">
+ <style>
+ #nav-stretcher-sticky-wrapper{display:none !important;}
+ </style>
+ <div id="skin">
+ <!-- TMZ ROS/Other -->
+ <div align="center" class="ad-container wbads" data-adsize="skin" data-adsize-list="3x3"></div>
+ </div>
+ <!-- SPONSORED SKIN AD TAG END -->
+ <!-- Google Analytics -->
+ <script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-51835118-1', 'auto');
+ ga('require', 'linkid', 'linkid.js');
+ ga('send', 'pageview');
+ </script>
+ <!-- END Google Analytics -->
+ <!-- Optimizely Beacon -->
+ <script src="//cdn.optimizely.com/js/806850178.js"></script>
+ <script type="text/javascript">
+ window.tmz_user_id= $.cookie('MEMBER_GUID');
+ </script>
+ <!-- BEGIN : ShareThis 02/09/2015 -->
+ <script>
+ var k=document.createElement('script');k.type='text/javascript';k.async=true;k.src='http://w.sharethis.com/button/buttons.js';document.getElementsByTagName('head')[0].appendChild(k);k.onload=function() {stLight.options(
+ {publisher: '24ac57da-241d-455f-858d-3a8f7f9b268e', version: '5x', doNotHash: true, doNotCopy: true, hashAddressBar: false}
+ )};
+ </script>
+ <!-- END : ShareThis -->
+ <!--googleoff: index-->
+ <!--googleoff: snippet-->
+ <div id="fb-root"></div>
+ <div class="masthead-ad">
+ <div id="adpos1-leaderboard" class="group" meebo:notsharable="true" style="position:relative;">
+ <center>
+ <!-- begin ad tag (tile=1) -->
+ <div align="center" class="ad-container wbads" data-adsize="leaderboard_flex"
+ data-pos="top" data-tile="1"></div>
+ <!-- End ad tag -->
+ </center>
+ </div>
+ </div>
+ <div class="masthead" id="masthead-container">
+<a class="home hide-text" href="http://www.tmz.com">TMZ</a>
+
+ <div id="showtimes-main"
+ class="showtimes">
+ <div class="showtimes-widget masthead-showtimes">
+ <div class="header">
+ <h2>Our TV Shows</h2>
+
+ </div>
+ <div class="change-location"> <span class="zip"></span>
+
+ </div>
+ <div class="zip-form-overlay">
+ <form class="stations-search-form">
+ <label class="zip-code">Enter your Zip Code</label>
+ <input type="text" class="zip-code-field"/>
+ <label alt="Submit" class="submit-search">
+ <input alt="Enter Zipcode" type="submit" value="Go"/>
+ </label>
+ </form> <a href="#" class="zip-form-close" onclick="Showtimes.hideForm($('.masthead-showtimes'));"><img src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/showtimes/overlay-close.v2014_05_09_134122.png"/></a>
+
+ </div>
+ <div class="showtimes-block tmz">
+ <img class="logo" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/showtimes/tmz-showtimes-logo.v2014_05_09_134122.png"/>
+ <div class="stations-results"> <a class="buttons prev" href="#"></a>
+
+ <div class="viewport">
+ <ul class="overview stations js-tmz-stations" data-showtimes-url="http://www.tmz.com/when-its-on-browse"></ul>
+ </div> <a class="buttons next" href="#"></a>
+
+ </div>
+ </div>
+ <div class="showtimes-block tmzlive">
+ <img class="logo" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/showtimes/tmzlive-showtimes-logo.v2014_05_09_134122.png"/>
+ <div class="stations-results"> <a class="buttons prev" href="#"></a>
+
+ <div class="viewport">
+ <ul class="overview stations js-tmzlive-stations" data-showtimes-url="http://www.tmz.com/when-is-tmz-live"></ul>
+ </div> <a class="buttons next" href="#"></a>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/tinycarousel.d2bbcf34691ddf8e9a3e21e66eb0a4cc.v2014_05_09_164122.js"></script>
+ <script>
+ // expose geo and showtimes as global because tmz has mixed use of amd
+ var WbGeoLocation;
+ var WbShowTimes;
+ require(['jquery', 'wb/geolocation/1.0.1/geolocation', 'wb/showtimes/1.0.1/showtimes'], function($, geo, wbShowTimes) {
+ geo.enableGoogleClientLocation(false);
+ geo.enableGetByCoordinates(true);
+ WbGeoLocation = geo;
+ WbShowTimes = wbShowTimes;
+
+ Showtimes.enableAutoLoad(true);
+
+ $(document).ready(function() {
+ Showtimes.init();
+ $('.masthead-showtimes').find('.buttons').not('.disable').show();
+ });
+ });
+ </script>
+ <div class="gotatip">
+ <h2>Got a Tip?</h2>
+
+ <p>Call TMZ at (888) 847-9869 or <a href="/tips/?adid=TMZ_Web_Nav_Got_A_Tip"
+ class="js-tip-form-toggle">Click Here</a>
+
+ </p>
+ </div>
+ <div class="search">
+ <form target="" name="bb_topform" action="http://www.tmz.com/search/news/"
+ onsubmit="return elasticSearch(this);" id="search">
+ <input name="q" placeholder="SEARCH TMZ" type="text"/>
+ <label alt="Submit" class="submit-search">
+ <input alt="Search TMZ.com" id="submit-search" src=" http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/search/search-icon.v2014_05_09_134122.jpg"
+ type="image"/>
+ </label>
+ </form>
+ </div>
+ </div>
+ <div class="masthead-stretcher">
+ <div class="glint"></div>
+ </div>
+ <div id="nav-stretcher"></div>
+ <nav class="clearfix" id="nav">
+ <ul class="nav-list">
+ <li id="nav-tmzhome"> <a href="http://www.tmz.com/?adid=TMZ_Web_Nav_Logo"><img itemprop="logo" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/masthead/tmz-logo-62x23.v2014_05_09_134122.png" alt="tmz"/></a>
+
+ </li>
+ <li> <a href="http://www.tmz.com/celebrity-directory?adid=TMZ_Web_Nav_Celebs">Celebs</a>
+
+ </li>
+ <li> <a href="http://www.tmz.com/videos?adid=TMZ_Web_Nav_Video">Videos</a>
+
+ </li>
+ <li> <a href="http://www.tmz.com/photos?adid=TMZ_Web_Nav_Photos">Photos</a>
+
+ </li>
+ <li> <a href="http://www.tmz.com/category/tmzsports?adid=TMZ_Web_Nav_TMZSports"
+ id="tmzsports">TMZ SPORTS</a>
+
+ </li>
+ <li> <a href="http://www.tmz.com/when-its-on?adid=TMZ_Web_Nav_TMZ_On_TV" id="tmztv">TMZ TV</a>
+
+ </li>
+ <li> <a href="http://www.tmzstore.com/?adid=TMZ_Web_Nav_TMZ_Store" target="_blank">Store</a>
+
+ </li>
+ <li id="tmztourbutton" class="hotspot"> <a href="javascript:void(0)">TMZ TOURS <img src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/masthead/rightarrow_13x13.v2014_05_09_134122.png" alt="right-arrow"/></a>
+
+ <div
+ id="tourmenu" class="hotspot"> <a target="_blank" href="http://www.tmztour.com/?adid=TMZ_Web_Nav_Logo_Tours_Hollywood">HOLLYWOOD</a>
+
+ <a
+ target="_blank" href="http://www.tmztournyc.com/?adid=TMZ_Web_Nav_Tours_New_York">NEW YORK</a>
+ </div>
+ </li>
+ </ul>
+ <ul class="user-nav">
+ <li> <a href="http://www.tmz.com/signin?adid=TMZ_Web_Nav_Sign_In">Sign In</a>
+
+ </li>
+ <li> <a href="http://www.tmz.com/signup?adid=TMZ_Web_Nav_Register">Register</a>
+
+ </li>
+ </ul>
+ </nav>
+ <script>
+ require(['tmz/members/1.0.2/members'], function(members){
+ members.renderUserNav();
+ });
+ </script>
+ <!-- SiteCatalyst code version: H.14. Copyright 1997-2008 Omniture,
+ Inc. More info available at http://www.omniture.com -->
+ <script language="JavaScript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/js/s_code.v2015_01_21_110352.js"></script>
+ <script language="JavaScript">
+ var queryString = window.location.search;
+ var sidebarwidget = (window.location.href.match(/sidebarwidget/gi)) ? 'Lupita Nyong&#039;o&#039;s $150K Pearl Oscar Dress -- STOLEN!!! : ' + queryString.substring(1) : '';
+ </script>
+ <script language="JavaScript">
+ <!--
+
+ s.linkInternalFilters=s.linkInternalFilters+",tmz.com"
+ s.pageName="Lupita Nyong&#039;o&#039;s $150K Pearl Oscar Dress -- STOLEN!!!"
+ s.channel=""
+
+ s.prop1="TMZ.us"
+ s.prop2="News"
+ s.prop3="Desktop Article"
+ s.prop4=""
+ s.prop5=""
+ s.prop6=""
+ s.prop7=""
+ s.prop8=""
+ s.prop9=""
+ s.prop10=""
+ s.prop18=""
+ s.prop25=sidebarwidget;
+ s.products=""
+ s.campaign=""
+ s.events=""
+ s.eVar1=""
+ s.eVar2=""
+ s.eVar3=""
+ s.eVar4=""
+ s.eVar5=""
+ s.eVar25=sidebarwidget;
+ s.eVar30=""
+
+ /*What you see below is for the production site use. You will need to use a different DO NOT ALTER for the development site. See the Dynamic Values page for the alternate code*/
+ /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
+ var s_code=s.t();if(s_code)document.write(s_code)//-->
+ </script>
+ <script language="JavaScript">
+ <!--
+ if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
+ //-->
+ </script>
+ <noscript><a href="http://www.omniture.com" title="Web Analytics"><img
+src="http://wbrostmz.112.2O7.net/b/ss/wbrostmz/1/H.14--NS/0?[AQB]&cdp=3&[AQE]"
+height="1" width="1" border="0" alt="" /></a>
+ </noscript>
+ <!--/DO NOT REMOVE/-->
+ <!-- End SiteCatalyst code version: H.14. -->
+ <div id="page">
+ <div class="featured-stories-widget">
+ <ul class="clearfix">
+ <li class="story">
+ <figure> <a class="has-adid" data-adid="hero1" href="http://www.tmz.com/2015/03/18/drake-dubai-club-fight-video/"
+ rel="bookmark">
+
+ <img class="thumb-underlined-4" src="http://ll-media.tmz.com/2015/03/18/031815-drake-dubai-primary-117x81.jpg" width="117" height="81" alt="Drake Assaulted in Dubai Nightclub (VIDEO)" border="0"/>
+
+ </a>
+
+ <figcaption> <a class="hover-text has-adid" href="http://www.tmz.com/2015/03/18/drake-dubai-club-fight-video/"
+ data-adid="hero1" rel="bookmark">
+
+ Drake Assaulted in Dubai Nightclub
+
+ </a>
+
+ </figcaption>
+ </figure>
+ </li>
+ <li class="story">
+ <figure> <a class="has-adid" data-adid="hero2" href="http://www.tmz.com/2015/03/18/tom-cruise-katie-holmes-not-speaking-suri-mission-impossible-5-visitation-jamie-foxx/"
+ rel="bookmark">
+
+ <img class="thumb-underlined-4" src="http://ll-media.tmz.com/2015/03/17/0317-tom-cruise-katie-holmes-suri-tmz-getty-117x81.jpg" width="117" height="81" alt="Tom Cruise and Katie Holmes -- No Love Lost ... NOT on Speaking Terms" border="0"/>
+
+ </a>
+
+ <figcaption> <a class="hover-text has-adid" href="http://www.tmz.com/2015/03/18/tom-cruise-katie-holmes-not-speaking-suri-mission-impossible-5-visitation-jamie-foxx/"
+ data-adid="hero2" rel="bookmark">
+
+ Tom Cruise, Katie Holmes -- No Love Lost ... NOT on Speaking Terms
+
+ </a>
+
+ </figcaption>
+ </figure>
+ </li>
+ <li class="story">
+ <figure> <a class="has-adid" data-adid="hero3" href="http://www.tmz.com/2015/03/18/karrueche-tran-own-network-interview-chris-brown-iyanla-vanzant/"
+ rel="bookmark">
+
+ <img class="thumb-underlined-4" src="http://ll-media.tmz.com/2015/03/16/0316-karrueche-own-01-117x81.jpg" width="117" height="81" alt="Karrueche Tran -- I Kicked Oprah's People Out of My House!" border="0"/>
+
+ </a>
+
+ <figcaption> <a class="hover-text has-adid" href="http://www.tmz.com/2015/03/18/karrueche-tran-own-network-interview-chris-brown-iyanla-vanzant/"
+ data-adid="hero3" rel="bookmark">
+
+ Karrueche Tran -- I Kicked Oprah's People Out of My House
+
+ </a>
+
+ </figcaption>
+ </figure>
+ </li>
+ <li class="story">
+ <figure> <a class="has-adid" data-adid="hero4" href="http://www.tmz.com/2015/03/18/shark-tank-star-robert-herjavec-dating-dwts-partner/"
+ rel="bookmark">
+
+ <img class="thumb-underlined-4" src="http://ll-media.tmz.com/2015/03/18/0318-robert-kym-tmz-01-117x81.jpg" width="117" height="81" alt="'Shark Tank' Star Robert Herjavec ... Dating 'DWTS' Partner Kym Johnson" border="0"/>
+
+ </a>
+
+ <figcaption> <a class="hover-text has-adid" href="http://www.tmz.com/2015/03/18/shark-tank-star-robert-herjavec-dating-dwts-partner/"
+ data-adid="hero4" rel="bookmark">
+
+ 'Shark Tank' Star Robert Herjavec Dating 'DWTS' Partner Kym Johnson
+
+ </a>
+
+ </figcaption>
+ </figure>
+ </li>
+ <li class="story">
+ <figure> <a class="has-adid" data-adid="hero5" href="http://www.tmz.com/2015/03/18/adam-levine-hits-fan-microphone-toronto-concert-video/"
+ rel="bookmark">
+
+ <img class="thumb-underlined-4" src="http://ll-media.tmz.com/2015/03/18/031815-adam-lavine-primary-117x81.jpg" width="117" height="81" alt="Adam Levine -- Unlucky Strike ... Nails Fan In The Head With Mic (NEW VIDEO)" border="0"/>
+
+ </a>
+
+ <figcaption> <a class="hover-text has-adid" href="http://www.tmz.com/2015/03/18/adam-levine-hits-fan-microphone-toronto-concert-video/"
+ data-adid="hero5" rel="bookmark">
+
+ Adam Levine -- Unlucky Strike ... Nails Fan in Head With Mic
+
+ </a>
+
+ </figcaption>
+ </figure>
+ </li>
+ <li class="story">
+ <figure> <a class="has-adid" data-adid="hero6" href="http://www.tmz.com/2015/03/18/robert-durst-murder-search-warrant-latex-mask-identity-the-jinx/"
+ rel="bookmark">
+
+ <img class="thumb-underlined-4" src="http://ll-media.tmz.com/2015/03/16/0316-robert-durst-hbo-10-117x81.jpg" width="117" height="81" alt="Robert Durst -- Arrested with Latex Mask In Apparent Attempt to Change Identity" border="0"/>
+
+ </a>
+
+ <figcaption> <a class="hover-text has-adid" href="http://www.tmz.com/2015/03/18/robert-durst-murder-search-warrant-latex-mask-identity-the-jinx/"
+ data-adid="hero6" rel="bookmark">
+
+ Robert Durst Arrested with Latex Mask In Apparent Attempt to Change Identity
+
+ </a>
+
+ </figcaption>
+ </figure>
+ </li>
+ <li class="story">
+ <figure> <a class="has-adid" data-adid="hero7" href="http://www.tmz.com/2015/03/18/kylie-jenner-17-bathing-suit-photo/"
+ rel="bookmark">
+
+ <img class="thumb-underlined-4" src="http://ll-media.tmz.com/2015/03/18/0318-kylie-jenner-splash-117x81.jpg" width="117" height="81" alt="Kylie Jenner -- When I Was 17 ... (PHOTO)" border="0"/>
+
+ </a>
+
+ <figcaption> <a class="hover-text has-adid" href="http://www.tmz.com/2015/03/18/kylie-jenner-17-bathing-suit-photo/"
+ data-adid="hero7" rel="bookmark">
+
+ Kylie Jenner -- When I Was 17 ...
+
+ </a>
+
+ </figcaption>
+ </figure>
+ </li>
+ <li class="story">
+ <figure> <a class="has-adid" data-adid="hero8" href="http://www.tmz.com/2015/03/18/miley-cyrus-patrick-schwarzenegger-cabo-photos-usc/"
+ rel="bookmark">
+
+ <img class="thumb-underlined-4" src="http://ll-media.tmz.com/2015/03/18/0318-miley-patrick-splash-03-117x81.jpg" width="117" height="81" alt="Miley Cyrus -- She's Hung Out With Patrick Schwarzenegger's Cabo Chick" border="0"/>
+
+ </a>
+
+ <figcaption> <a class="hover-text has-adid" href="http://www.tmz.com/2015/03/18/miley-cyrus-patrick-schwarzenegger-cabo-photos-usc/"
+ data-adid="hero8" rel="bookmark">
+
+ Miley Cyrus -- She's Hung Out With Patrick's Cabo Girl
+
+ </a>
+
+ </figcaption>
+ </figure>
+ </li>
+ </ul>
+ </div>
+ <div class="breadcrumbs group"><a href="/" id="breadcrumb-home">Home</a>
+ <h1 itemprop="headline" class="post-title-breadcrumb">Lupita Nyong'o's $150K Pearl Oscar Dress -- STOLEN!!!</h1>
+ </div>
+ <div id="main-content">
+ <!-- AROUND THE WEB POSTS START -->
+ <article class="news single">
+ <div class="post single-post" id="post-2015_02_26_lupita-nyongo-pearl-dress-stolen-oscars">
+ <div class="headline">
+ <h2 class="hf1">Lupita Nyong'o</h2>
+
+ <h4 class="hf2">$150K Pearl Oscar Dress ... STOLEN!!!!</h4>
+
+ </div>
+ <h5 class="article-posted-date">
+ 2/26/2015 7:11 AM PST BY TMZ STAFF
+ </h5>
+
+ <div itemprop="articleBody" class="all-post-body group article-content">
+ <div class="primary-image-swipe"><span>EXCLUSIVE</span>
+ </div>
+ <p>
+ <img alt="0225-lupita-nyongo-getty-01" src="http://ll-media.tmz.com/2015/02/26/0225-lupita-nyongo-getty-4.jpg"/><strong>Lupita Nyong</strong>'<strong>o</strong>'s now-famous Oscar dress
+ -- adorned in pearls -- was stolen right out of her hotel room ... TMZ
+ has learned.</p>
+ <p>Law enforcement sources tell TMZ ... the dress was taken out of Lupita's
+ room at The London West Hollywood. The dress is made of pearls ... 6,000
+ white Akoya pearls. It's valued at $150,000.</p>
+ <p>Our sources say Lupita told cops it was taken from her room sometime between
+ 8 AM and 9 PM Wednesday ... while she was gone. &nbsp;</p>
+ <p>We're told there is security footage that cops are looking at that could
+ catch the culprit right in the act.&nbsp;</p>
+ <p>
+ <img alt="update_graphic_red_bar" src="http://ll-media.tmz.com/2013/11/20/update-graphic-red-bar.jpg"/><strong>12:00 PM PT</strong> -- Sheriff's deputies were at The London Thursday
+ morning. &nbsp;We know they were in the manager's office and we're told
+ they have looked at security footage to determine if they can ID the culprit.</p>
+ <p>
+ <img alt="0226-SUB-london-hotel-swipe-tmz-02" src="http://ll-media.tmz.com/2015/02/26/0226-sub-london-hotel-swipe-tmz-11.jpg"/>
+ </p> <a name="continued"></a>
+
+ <div class="related clearfix">
+
+<h3><span>See also</span></h3>
+
+ <ul>
+ <li><a href="http://www.tmz.com/2014/12/31/french-laundry-restaurant-robbed-wine-stolen/">French Laundry -- $300,000 Worth of Wine Stolen From Restaurant You WIll Never Get Into</a>
+ </li>
+ <li><a href="http://www.tmz.com/2015/01/08/miley-cyrus-house-burglary-robbed/">Miley Cyrus -- Burglary Victim ... AGAIN</a>
+ </li>
+ <li><a href="http://www.tmz.com/2015/01/30/dog-stolen-beverly-hills-store-charlie-switch-lost/">Stolen Beverly Hills Dog -- Hilary Duff &amp; Celeb Posse Scour City</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- ALL POST BODY END -->
+ </div>
+ <!--end post-single -->
+ <div class="email-opt-in-container">
+ <iframe id="opt-in-iframe" width="0" height="0" scrolling="no" name="opt-in-iframe"></iframe>
+ <div class="opt-container">
+ <div id="email-opt-in" class="email-opt-in wrapper">
+ <div class="container">
+ <div class="opt-in-logo"></div>
+ <div class="content">Get <span class="highlight">TMZ Breaking News</span> alerts to your inbox</div>
+ <div
+ id="optin-errormsg"></div>
+ <form id="opt_in_form" method="post" action="http://www.nl.tmz.com/subscribev2.php"
+ target="opt-in-iframe" onsubmit="return emailValidation()">
+ <input type="text" id="email" name="email" value="[email protected]" placeholder="[email protected]"
+ size="30" maxlength="150"/>
+ <input class="opt-in-submit" type="submit" value="SUBMIT"/>
+ <div class="email-groups">
+ <input type="hidden" name="groups[]" value="268"/>
+ <input type="checkbox" name="groups[]" value="3" id="yesbox" checked=""/>
+ <label for="yesbox">Yes! Also send me
+ <br/><strong>"In Case You Missed It..."</strong>
+ </label>
+ </div> <span class="policy-link">By clicking "Submit," you agree to the <a href="http://www.warnerbros.com/privacy/policy.html" target="_new">Privacy Policy</a> and <a href="http://www.tmz.com/terms/" target="_new">Terms of Use</a>. &gt;</span>
+
+ <input
+ type="hidden" id="return_url" name="return_url" value="http://www.tmz.com/email-optin-thanks/"/>
+ </form>
+ </div>
+ </div>
+ <script type="text/javascript">
+ $(function(){
+ $("input#email").focus(function(){
+ var email = $("input#email").val();
+ if (email === '[email protected]') {
+ $("input#email").val('');
+ }
+
+ });
+ $("input#email").blur(function() {
+ var email = $("input#email").val();
+ if (email === "") {
+ $("input#email").val('[email protected]');
+ }
+ });
+ });
+
+ function emailValidation() {
+ var errorsContainer = $('#optin-errormsg');
+
+ var validEmail = 0;
+ var email = document.getElementById('email');
+ var emailVal = $("input#email").val();
+ var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
+
+ if (email != null && 0 !== emailVal.length && emailVal !== '[email protected]') {
+ if(filter.test(email.value)) {
+ validEmail = 1;
+ }
+ }
+
+ if (validEmail == 1) {
+ var opts = {
+ lines: 7, // The number of lines to draw
+ length: 5, // The length of each line
+ width: 7, // The line thickness
+ radius: 10, // The radius of the inner circle
+ corners: 0.7, // Corner roundness (0..1)
+ rotate: 0, // The rotation offset
+ direction: 1, // 1: clockwise, -1: counterclockwise
+ color: '#000', // #rgb or #rrggbb
+ speed: 1, // Rounds per second
+ trail: 60, // Afterglow percentage
+ shadow: false, // Whether to render a shadow
+ hwaccel: false, // Whether to use hardware acceleration
+ className: 'spinner', // The CSS class to assign to the spinner
+ zIndex: 2e9, // The z-index (defaults to 2000000000)
+ top: 'auto', // Top position relative to parent in px
+ left: 'auto' // Left position relative to parent in px
+ };
+ var target = document.getElementById('email-opt-in');
+ var spinner = new Spinner(opts).spin(target);
+
+ return true;
+ } else {
+ if(validEmail == 0) {
+ var errorMessage = 'E-mail address is not valid!';
+ }
+
+ errorsContainer.html(errorMessage);
+ return false;
+ }
+ }
+ </script>
+ </div>
+ </div>
+ <footer class="article-footer clearfix">
+ <div class="see-more">
+ <h5>
+ See More:&nbsp;
+ </h5>
+ <a href="http://www.tmz.com/person/lupita-nyongo/" target="_self">Lupita Nyong'o</a>
+,&nbsp;
+ <a
+ href="http://www.tmz.com/category/exclusive/" target="_self">Exclusive</a>,&nbsp; <a href="http://www.tmz.com/category/fashion/" target="_self">Fashion</a>
+,&nbsp;
+ <span
+ class="seemore-show">3 More</span> <span class="seemore-more">
+ <a href="http://www.tmz.com/category/awards-awards-shows/" target="_self">Awards / Awards Shows</a>
+
+ ,&nbsp;
+
+ <a href="http://www.tmz.com/category/academy-awards/" target="_self">The Oscars</a>
+
+ ,&nbsp;
+
+ <a href="http://www.tmz.com/category/celebrity-justice/" target="_self">CELEBRITY JUSTICE ™</a>
+ <span class="seemore-hide">Hide these</span>
+</span>
+ </div>
+ <div class="sharing-widget">
+ <ul>
+ <li>
+ <div class="sociallite fb-custom-share" data-href="http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/"></div>
+ </li>
+ <li> <a href="https://twitter.com/share" class="socialite twitter-share" data-url="http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/"
+ data-text="Lupita Nyong'o's $150K Pearl Oscar Dress -- STOLEN!!!" data-via="TMZ"
+ data-related="HarveyLevinTMZ" data-count="horizontal"></a>
+
+ </li>
+ <li> <a class="g-plus socialite googleplus-one" href="https://plus.google.com/share?url=http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/"
+ data-action="share" data-href="http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/"
+ data-annotation="bubble" data-size="medium"></a>
+
+ </li>
+ <li class="comment-btn"> <a href="http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/#disqus_thread"
+ data-disqus-identifier="b48ab5a6-bdca-11e4-bb2e-30342d324647">Comments</a>
+
+ </li>
+ </ul>
+ </div>
+ </footer>
+ <script type="text/javascript">
+ require(['tmz/disqus/1.0.2/disqus'], function(disqus) {
+ disqus.setShortname("tmz");
+ disqus.initCommentCounter();
+ });
+ </script>
+ </article>
+ <div class="legacy">
+ <div id="taboola-grid-4x2" style="width:560px;margin:auto;"></div>
+ <script type="text/javascript">
+ window._taboola = window._taboola || [];
+ _taboola.push({article:'auto'});
+ _taboola.push({mode:'grid-4x2', container:'taboola-grid-4x2'});
+ </script>
+ <script type="text/javascript" src="http://cdn.taboolasyndication.com/libtrc/tmz/loader.js"></script>
+ <script type="text/JavaScript">
+ var OB_permalink= 'http://www.tmz.com/2015/02/26/lupita-nyongo-pearl-dress-stolen-oscars/';
+ var OB_widgetId= 'AR_2';
+ var OB_Template = "tmz";
+ var OB_langJS ='http://widgets.outbrain.com/lang_en.js';
+ if (!navigator.userAgent.match(/Android|iPhone|iPad|iPod/i)) {
+ if ( typeof(OB_Script)!='undefined' ) {
+ OutbrainStart();
+ }
+ else
+ {
+ var OB_Script = true;
+ var str = "&lt;script src='http://widgets.outbrain.com/outbrainWidget.js' type='text/javascript'>&lt;/"+"script>"
+ document.write(str);
+ }
+ }
+ </script>
+ <!-- Start TMZ - Tablet -->
+ <div id="__kx_ad_178"></div>
+ <script type="text/javascript" language="javascript">
+ var __kx_ad_slots = __kx_ad_slots || [];
+
+ (function () {
+ var slot = 178;
+ var h = false;
+ __kx_ad_slots.push(slot);
+ if (typeof __kx_ad_start == 'function') {
+ __kx_ad_start();
+ } else {
+ var s = document.createElement('script');
+ s.type = 'text/javascript';
+ s.async = true;
+ s.src = 'http://cdn.kixer.com/ad/load.js';
+ s.onload = s.onreadystatechange = function(){
+ if (!h && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
+ h = true;
+ s.onload = s.onreadystatechange = null;
+ __kx_ad_start();
+ }
+ };
+ var x = document.getElementsByTagName('script')[0];
+ x.parentNode.insertBefore(s, x);
+ }
+ })();
+ </script>
+ <!-- End TMZ - Tablet -->
+ </div>
+ <div class="quigo-permalink group" style="padding-top: 15px;margin-bottom:20px;position:relative;z-index:0;">
+ <script type="text/javascript">
+ adsonar_placementId=1512388;adsonar_pid=1098767;adsonar_ps=-1;adsonar_zw=245;adsonar_zh=325;adsonar_jv='ads.adsonar.com';
+ </script>
+ <script language="JavaScript" src="http://js.adsonar.com/js/adsonar.js"></script>
+ <div style="float:right;width:300px;height:250px;">
+ <!-- begin ad tag (tile=4) adpos4 -->
+ <div align="center" class="ad-container wbads" data-adsize="medium_rectangle"
+ data-pos="bottom" data-tile="4"></div>
+ <!-- End ad tag -->
+ </div>
+ </div>
+ <div class="clear"></div>
+ <!-- Disqus Thread -->
+ <div id="disqus_thread"></div>
+ <script type="text/javascript">
+ require(['tmz/disqus/1.0.2/disqus'], function(disqus) {
+ disqus.setShortname("tmz");
+ disqus.setPublicApiKey('gkiRjQcUi7n2Dm6vpagQiOKQhO5CwHqenKNcPCn64LG7KbXY4FAWX2iGTmxv9wOg');
+ disqus.setName('TMZ.com');
+ disqus.setTitle('Lupita Nyong&#039;o&#039;s $150K Pearl Oscar Dress -- STOLEN!!!');
+ disqus.setIdentifier('b48ab5a6-bdca-11e4-bb2e-30342d324647');
+ disqus.setRestNewCommentEndpoint('/api/v1/comments/');
+ disqus.setRestSsoGuidEndpoint('/api/v1/disqus/');
+ disqus.setRestSsoSlugEndpoint('/api/v1/disqus/slug/');
+ disqus.setUrlSignIn('/disqus/signin');
+ disqus.setUrlSignOut('/signout');
+ disqus.setVersion('1.0.2');
+
+ disqus.initEmbed();
+ });
+ </script>
+ </div>
+ <!-- end #main-content -->
+ <aside id="sidebar">
+ <!-- Adpos2 ATF -->
+ <div id="adpos2" class="group">
+ <div id="ad2">
+ <div class="adbadge">Advertisement</div>
+ <!-- begin ad tag (tile=2) -->
+ <div align="center" class="ad-container wbads" data-adsize="medium_rectangle_flex"
+ data-pos="top" data-tile="2"></div>
+ <!-- End ad tag -->
+ </div>
+ </div>
+ <!-- Adpos2 ATF END -->
+ <div class="followtmz sidebar-widget" id="follow-tmz"></div>
+ <script>
+ require(['widgets/sidebar/followtmz/followtmz'],function(follow){
+ follow.render('#follow-tmz');
+
+
+ !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
+
+ (function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s);js.id = id;js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));
+ });
+ </script>
+ <div class="sidebar-widget posts-widget around-the-web-posts">
+ <div class="widget-title">Around The Web</div>
+ <div id="zergnet-widget-16910" style="text-align:center;"> <a href="http://www.zergnet.com/?w=16910" target="_blank"><b>ZergNet</b></a>
+
+ </div>
+ <script language="javascript" type="text/javascript">
+ (function() {
+ var zergnet = document.createElement('script');
+ zergnet.type = 'text/javascript'; zergnet.async = true;
+ zergnet.src = 'http://www.zergnet.com/zerg.js?id=16910';
+ var znscr = document.getElementsByTagName('script')[0];
+ znscr.parentNode.insertBefore(zergnet, znscr);
+ })();
+ </script>
+ <article class="clearfix"> <a href="http://gossipgirl.alloyentertainment.com/kourtney-kardashian-weight-31715/#4"
+ target="_blank"><img alt="1222_kourtney_main" src="http://ll-media.tmz.com/2014/12/22/1222-kourtney-main-139x99.jpg"/></a>
+
+ <a
+ class="subheader" href="http://gossipgirl.alloyentertainment.com/kourtney-kardashian-weight-31715/#4"
+ target="_blank" rel="nofollow">Kourtney Kardashian Shares Post-Baby Weight</a>
+ <h5>
+
+ </h5>
+
+ </article>
+ <article class="clearfix"> <a href="http://www.popoholic.com/2015/03/17/selena-gomez-instagrams-her-braless-bosom/"
+ target="_blank"><img alt="0119_selena_main" src="http://ll-media.tmz.com/2015/01/19/0119-selena-main-139x99.jpg"/></a>
+
+ <a
+ class="subheader" href="http://www.popoholic.com/2015/03/17/selena-gomez-instagrams-her-braless-bosom/"
+ target="_blank" rel="nofollow">Selena Gomez Instagrams Her Braless Bosom</a>
+ <h5>
+
+ </h5>
+
+ </article>
+ <article class="clearfix"> <a href="http://www.lovebscott.com/news/oh-no-kylie-jenner-suffers-a-boob-contour-fail-on-the-red-carpet-photos"
+ target="_blank"><img alt="0316_kylie_main" src="http://ll-media.tmz.com/2015/03/16/0316-kylie-main-139x99.jpg"/></a>
+
+ <a
+ class="subheader" href="http://www.lovebscott.com/news/oh-no-kylie-jenner-suffers-a-boob-contour-fail-on-the-red-carpet-photos"
+ target="_blank" rel="nofollow">When Boob Contouring Fails</a>
+ <h5>
+
+ </h5>
+
+ </article>
+ </div>
+ <div id="grv-personalization-13" class="sidebar-widget"></div>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function(){
+ window.gravityInsightsParams = {
+ 'type': 'content',
+ 'action': '',
+ 'site_guid': '82893b79564009a4d8fab7b9db32cfea'
+ };
+ var adServerReq,bUrl,cburl,doUseGravityUserGuid,includeJs,jq,pfurl,type,ug,wlPrefix,wlUrl,_ref,_ref1,_ref2;includeJs=function(a){var b;b=document.createElement("script");b.async=!0;b.src=a;a=document.getElementsByTagName("script")[0];return a.parentNode.insertBefore(b,a)};bUrl="";ug=(doUseGravityUserGuid=!0===gravityInsightsParams.useGravityUserGuid?1:0)?"":gravityInsightsParams.user_guid||(null!=(_ref=/grvinsights=([^;]+)/.exec(document.cookie))?_ref[1]:void 0)||"";
+ wlUrl=(wlPrefix="https:"===location.protocol?"https://secure-api.gravity.com/v1/api/intelligence":"http://rma-api.gravity.com/v1/api/intelligence",jq=(null!=(_ref1=window.jQuery)?null!=(_ref2=_ref1.fn)?_ref2.jquery:void 0:void 0)||"",type="iframe",adServerReq=gravityInsightsParams.ad||"",cburl=gravityInsightsParams.cburl||"",pfurl=gravityInsightsParams.pfurl||"",""+wlPrefix+"/wl?jq="+jq+"&sg="+gravityInsightsParams.site_guid+"&ug="+ug+"&ugug="+doUseGravityUserGuid+"&id=grv-personalization-13&pl=13"+
+ ("&type="+type+"&ad="+adServerReq+"&cburl=")+encodeURIComponent(cburl)+"&pfurl="+encodeURIComponent(pfurl)+("&x="+(new Date).getTime())+("undefined"!==typeof forceArticleIds&&null!==forceArticleIds&&forceArticleIds.join?"&ai="+forceArticleIds.join(","):"")+("undefined"!==typeof apids&&null!==apids&&""!==apids?"&apids="+encodeURIComponent(apids):""));bUrl&&includeJs(bUrl);wlUrl&&(window.gravityInsightsParams.sidebar&&(window.gravityInsightsParams.wlStartTime=(new Date).getTime()),includeJs(wlUrl));})();
+ //]]>
+ </script>
+ <!-- no franchise results -->
+ <div class="sidebar-widget next-tmz-widget sidebar-showtimes">
+ <div class="widget-title">NEXT on TMZ...</div> <span class="module-title-1">EPISODE 165, WEDNESDAY MARCH 18TH</span>
+
+ <span
+ class="headingtext">WHAT'S ON TODAY'S SHOW</span>
+ <div id="rr-gameofthrones-video-container"
+ style="position: relative;">
+ <div id="rr-gameofthrones-video" style="width: 300px; height: 216px;">
+ <hr/>
+ </div>
+ <div id="rr-gameofthrones-video-done" style="position: absolute; top: 0px; width: 300px; height: 156px; display: none; background: black;">
+ <img src="http://ll-media.tmz.com/2013/06/06/tmz-promo-end-card-1.jpg"
+ width="300"/>
+ </div>
+ </div>
+ <script type="text/javascript">
+ // <![CDATA[
+ function rrGameOfThronesVideoAfterPlayed() {
+ $('#rr-gameofthrones-video-done').show();
+ }
+
+ function rrGameOfThronesVideoPlayed() {
+ $('#rr-gameofthrones-video-done').hide();
+ }
+
+ kWidget.embed({
+ 'targetId': 'rr-gameofthrones-video',
+ 'wid': '_591531',
+ 'uiconf_id' : '22960621',
+ 'entry_id' : '0_h7f462sc',
+ 'width': '300px',
+ 'height': '216px',
+ 'flashvars':{ // flashvars allows you to set runtime uiVar configuration overrides.
+ 'autoPlay': false,
+ 'externalInterfaceDisabled': 'false'
+ },
+ 'params':{ // params allows you to set flash embed params such as wmode, allowFullScreen etc
+ 'wmode': 'transparent'
+ },
+ readyCallback: function( playerId ){
+ var kdp = document.getElementById('rr-gameofthrones-video');
+ kdp.addJsListener("playerPlayEnd", "rrGameOfThronesVideoAfterPlayed");
+ kdp.addJsListener("playerPlayed", "rrGameOfThronesVideoPlayed")
+ console.log( 'Player:' + playerId + ' is ready ');
+ }
+ });
+ // ]]>
+ </script>
+ <div class="next-tmz-locator"> <span>Watch TMZ on TV:</span>
+
+ <div class="stations-results">
+ <ul class="stations js-stations" data-showtimes-url="http://www.tmz.com/when-its-on-browse"></ul>
+ </div>
+ <div class="zip-form-overlay">
+ <form class="stations-search-form">
+ <label class="zip-code">Enter your Zip Code</label>
+ <input type="text" class="zip-code-field"/>
+ <label alt="Submit" class="submit-search">
+ <input alt="Enter Zipcode" type="submit" value="Go"/>
+ </label>
+ </form>
+ </div>
+ <div class="change-location"> <span class="zip"></span>
+
+ </div>
+ </div>
+ </div>
+ <div class="sidebar-widget tmz-tv-clips-widget">
+ <div class="widget-title">TMZ TV CLIPS</div>
+ <ul>
+ <li>
+ <!-- nothing was scheduled to appear in rr-tmz-tv-clips-1 -->
+ </li>
+ <li> <a class="video-thumb" href="http://www.tmz.com/videos/0_f4lfqd8l/?adid=sidebarwidget_tv_clips"
+ onclick="tmzVideosLightbox('0_f4lfqd8l/?adid=sidebarwidget_tv_clips'); return false;"><img src="http://ll-media.tmz.com/2015/03/18/0-j2m1i8eb-300w.jpg" class="video-img" alt="Sidebar TMZ TV Clips 2"/></a>
+
+ <a
+ class="video-title" href="http://www.tmz.com/videos/0_f4lfqd8l/?adid=sidebarwidget_tv_clips"
+ onclick="tmzVideosLightbox('0_f4lfqd8l/?adid=sidebarwidget_tv_clips'); return false;"><span class="video-title-1">Model Rosalind Lipsett Explains Why </span>
+ <span
+ class="video-title-2">There Are So Many Irish People In America!</span>
+ </a>
+ </li>
+ <li> <a class="video-thumb" href="http://www.tmz.com/videos/0_0n3coul5/?adid=sidebarwidget_tv_clips"
+ onclick="tmzVideosLightbox('0_0n3coul5/?adid=sidebarwidget_tv_clips'); return false;"><img src="http://ll-media.tmz.com/2015/03/18/0-dryjnrzt-300w.jpg" class="video-img" alt="Sidebar TMZ TV Clips 3"/></a>
+
+ <a
+ class="video-title" href="http://www.tmz.com/videos/0_0n3coul5/?adid=sidebarwidget_tv_clips"
+ onclick="tmzVideosLightbox('0_0n3coul5/?adid=sidebarwidget_tv_clips'); return false;"><span class="video-title-1">Nick Cannon: Chicks Love </span><span class="video-title-2">My New Back Tattoo!</span>
+ </a>
+ </li>
+ <li>
+ <!-- nothing was scheduled to appear in rr-tmz-tv-clips-4 -->
+ </li>
+ </ul>
+ <div class="widget-footer"> <a href="http://www.tmz.com/videos?adid=sidebarwidget_tv_clips" target="_blank">VIEW ALL VIDEOS »</a>
+
+ </div>
+ </div>
+ <div class="sidebar-widget tmz-live-widget">
+ <div class="widget-title">TMZ LIVE!</div>
+ <div>
+ <h5><a href="http://www.tmz.com/2015/03/17/tmz-live-chris-brown-royalty-miley-cyrus-patrick-schwarzenegger-kanye-west-president-obama-jimmy-kimmel-kim-kardashian/?adid=sidebarwidget-tmzlive">TMZ Live: Chris Brown: My Baby's Already Getting the V.I.P. Treatment!</a></h5>
+ <a href="http://www.tmz.com/2015/03/17/tmz-live-chris-brown-royalty-miley-cyrus-patrick-schwarzenegger-kanye-west-president-obama-jimmy-kimmel-kim-kardashian/?adid=sidebarwidget-tmzlive"
+ class="video-thumb">
+
+ <img src="http://ll-media.tmz.com/2015/03/18/0317-tmz-live-primary-300x163.jpg" width="300" height="163" alt="TMZ Live: Chris Brown: My Baby's Already Getting the V.I.P. Treatment!" border="0"/>
+
+ </a>
+
+ <p class="rr-excerpt">// HERE'S THE RUNDOWN Miley Cyrus is NOT Happy with Her Boyfriend Kanye
+ West Proves President Obama is WRONG Bruce Jenner Has Another Facial Adjustment
+ Procedure Millions of Dollars are at Stake in Pam Anderson's Divorce</p>
+ </div>
+ <div class="tmz-live-past-eps">
+ <div class="eps-row">
+ <ul class="clearfix">
+ <li class="eps-day"><a class="default-headline" href="http://www.tmz.com/2015/03/16/tmzlive-robert-durst-the-jinx-hbo-pamela-anderson-sam-simon-justin-bieber-birthday-empire/?adid=sidebarwidget-tmzlive">Monday's</a>
+ </li>
+ <li class="eps-title"><a class="default-headline" href="http://www.tmz.com/2015/03/16/tmzlive-robert-durst-the-jinx-hbo-pamela-anderson-sam-simon-justin-bieber-birthday-empire/?adid=sidebarwidget-tmzlive">TMZ Live: Pamela Anderson: Persona…</a>
+ </li>
+ <li class="eps-day"><a class="default-headline" href="http://www.tmz.com/2015/03/13/tmz-live-lil-wayne-miley-cyrus-patrick-schwarzenegger-kathy-griffin-fashion-police-pharrell-marvin-gaye-robin-thicke-blurred-lines-happy-robert-downey-jr/?adid=sidebarwidget-tmzlive">Friday's</a>
+ </li>
+ <li class="eps-title"><a class="default-headline" href="http://www.tmz.com/2015/03/13/tmz-live-lil-wayne-miley-cyrus-patrick-schwarzenegger-kathy-griffin-fashion-police-pharrell-marvin-gaye-robin-thicke-blurred-lines-happy-robert-downey-jr/?adid=sidebarwidget-tmzlive">TMZ Live: Lil Wayne: Why Is There…</a>
+ </li>
+ <li class="eps-day"><a class="default-headline" href="http://www.tmz.com/2015/03/12/tmz-live-kelly-ripa-new-york-city-townhouse-justin-bieber-floyd-mayweather-manny-pacquiao-robin-thicke-marvin-gaye-blurred-lines-pharrell/?adid=sidebarwidget-tmzlive">Thursday's</a>
+ </li>
+ <li class="eps-title"><a class="default-headline" href="http://www.tmz.com/2015/03/12/tmz-live-kelly-ripa-new-york-city-townhouse-justin-bieber-floyd-mayweather-manny-pacquiao-robin-thicke-marvin-gaye-blurred-lines-pharrell/?adid=sidebarwidget-tmzlive">TMZ Live: Kelly Ripa: Holy Crap!…</a>
+ </li>
+ </ul>
+ </div>
+ <div class="tmz-live-meta"> <a href="https://itunes.apple.com/us/podcast/tmz-live/id418086839" target="_blank">Also Available on iTunes</a>
+
+ <a
+ class="tmz-live-pngsprite sprite-tmz-past-view-all" href="http://www.tmz.com/category/tmz-live?adid=sidebarwidget-tmzlive">View All</a>
+ </div>
+ <div id="hidr" class="past-eps-btn-close">CANCEL AND CLOSE</div>
+ </div>
+ <div id="showr" class="widget-footer past-eps-btn-open"> <a href="javascript:void(0)">VIEW PAST EPISODES »</a>
+
+ </div>
+ <div class="when-its-on-widget">
+ <h3>Find out when TMZ <em>Live</em> is on near you!</h3>
+
+ <div class="next-tmzlive-locator">
+ <form class="stations-search-form">
+ <input type="text" class="zip-code-field"/>
+ <label alt="Submit" class="submit-search">
+ <input alt="Enter Zipcode" type="submit" value="Go"/>
+ </label>
+ </form>
+ <div class="stations-results">
+ <ul class="stations js-stations" data-showtimes-url="http://www.tmz.com/when-is-tmz-live"></ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="sidebar-widget single-post">
+ <div style="position:relative;width:300px;height:492px;overflow:hidden;">
+ <iframe width="300" height="492" frameborder="0" scrolling="no" src="http://tmz.vo.llnwd.net/o28/tmztourbus/swf/0120-tmztour-rr-promo.html"></iframe>
+ </div>
+ <br/>
+ <br/>
+<a class="lightbox-link" href="http://www.tmz.com/videos/0_4yt1vo4z/?adid=sidebar-sports-hw-show"
+ target="_blank"><img src="http://ll-media.tmz.com/2015/03/18/0318-dave-chappelle-son-boxing-prodigy-sports-promo-1.jpg"/></a>
+ <br/>
+ <br/>
+ <div style="display:none"><a href="http://www.tmz.com/when-is-tmz-sports/?adid=sidebar-sports-showtimes"
+ target="_blank"><img src="http://ll-media.tmz.com/2014/01/14/20140114-rr-sports-tv-promo-1.jpg" alt="New - TMZ Sports TV Show - Click here for showtimes."/></a>
+ </div>
+<a href="http://www.tmz.com/2015/03/17/floyd-mayweather-sworn-off-fast-food-manny-pacquiao-fight-diet/?adid=sidebar-sports-top-story"><img src="http://ll-media.tmz.com/2015/03/17/0317-tmz-sports-promo-launch-1.jpg"/></a>
+ <br/>
+ <br/> <a href="http://www.tmz.com/2015/03/18/coco-birthday-instagram-photos-ass-wcw/?adid=sidebar-promo-coco-birthday-butt"><img alt="coco butt photos" src="http://ll-media.tmz.com/2015/03/17/0317-sidebar-coco-cake-birthday-booty-promo2-1.gif"/></a>
+
+ <!--DO
+ NOT TOUCH OR DELETE ANYTHING AFTER THIS THIS-->
+ </div>
+ <!-- adpos7 BTF -->
+ <div id="adpos7" class="sidebar-widget group">
+ <div class="rr-top"></div>
+ <div class="rr-mid">
+ <div id="ad7">
+ <!-- begin ad tag (tile=7) -->
+ <div align="center" class="ad-container wbads" data-adsize="medium_rectangle"
+ data-pos="bottom" data-tile="7"></div>
+ <!-- End ad tag -->
+ </div>
+ </div>
+ <div class="rr-bottom"></div>
+ </div>
+ <!-- adpos7 END -->
+ <div class="sidebar-widget photo-gallery-widget" onclick="tmzPhotosLightbox('2015/03/16/patrick-schwarzenegger-body-shots-hugging-girl-cabo-photos/?adid=permasidebarwidget-gallery-1'); return false;">
+ <div class="widget-title">PHOTO GALLERY</div>
+ <figure>
+ <h5><a href="http://www.tmz.com/photos/2015/03/16/patrick-schwarzenegger-body-shots-hugging-girl-cabo-photos/?adid=permasidebarwidget-gallery-1">Patrick Schwarzenegger -- Party in the C.A.B.O. ... And That Ain't Miley! </a></h5>
+ <a href="http://www.tmz.com/photos/2015/03/16/patrick-schwarzenegger-body-shots-hugging-girl-cabo-photos/?adid=permasidebarwidget-gallery-1"><img class="rr-featured-photo-gallery" src="http://ll-media.tmz.com/2015/03/16/patrick-schwarzenegger-body-shots-hugging-girl-photos-01-300w.jpg" alt="RR Featured Photo Gallery 1 " border="0"/></a>
+
+ <figcaption
+ class="photo-meta"> <a class="view-gallery-btn" href="http://www.tmz.com/photos/2015/03/16/patrick-schwarzenegger-body-shots-hugging-girl-cabo-photos/?adid=permasidebarwidget-gallery-1">View Gallery »</a>
+
+ </figcaption>
+ </figure>
+ </div>
+ <!-- Adpos3 BTF -->
+ <div id="adpos3" class="group">
+ <div class="rr-top"></div>
+ <div class="rr-mid">
+ <div id="ad3">
+ <!-- begin ad tag (tile=3) -->
+ <div align="center" class="ad-container wbads" data-adsize="medium_rectangle"
+ data-pos="bottom" data-tile="3"></div>
+ <!-- End ad tag -->
+ </div>
+ </div>
+ <div class="rr-bottom"></div>
+ </div>
+ <!-- Adpos3 BTF END -->
+ <!-- no franchise results -->
+ <!-- Adpos6 BTF -->
+ <div id="adpos6" class="group">
+ <div class="rr-top"></div>
+ <div class="rr-mid">
+ <div id="ad6">
+ <!-- begin ad tag (tile=6) -->
+ <div align="center" class="ad-container wbads" data-adsize="medium_rectangle"
+ data-pos="bottom" data-tile="6"></div>
+ <!-- End ad tag -->
+ </div>
+ </div>
+ <div class="rr-bottom"></div>
+ </div>
+ <!-- Adpos6 BTF END -->
+ <div id="most-commented-posts"></div>
+ <script>
+ require(['widgets/sidebar/most-commented-posts/1.0.0/most-commented-posts'], function(mcp){
+ mcp.render('#most-commented-posts');
+ });
+ </script>
+ <!-- Adpos5 BTF -->
+ <div id="adpos5" class="group">
+ <div class="rr-top"></div>
+ <div class="rr-mid">
+ <div id="ad5">
+ <!-- begin ad tag (tile=5) -->
+ <div align="center" class="ad-container wbads" data-adsize="medium_rectangle"
+ data-pos="bottom" data-tile="5"></div>
+ <!-- End ad tag -->
+ </div>
+ </div>
+ <div class="rr-bottom"></div>
+ </div>
+ <!-- Adpos5 END -->
+ </aside>
+ <style>
+ article.news .related {clear: both;border-top: none;} .when-its-on-widget .stations-results {padding:0px !important;} .when-its-on-widget .stations-results ul li {padding:15px !important;}.superpost .article-content p a:first-child img:first-child {width: 100%;}.superpost .article-content p img:first-child {width: 100%;}.body-home.news-permalink .hidefromarticle {display:none !important;} .weeks-best-stuff-widget {margin-top: 32px;} #ftdiv873759 {margin-left:auto; margin-right:auto;}.sidebar-widget.posts-widget.tmzsports-archive-posts{display:none;} div.masthead-ad {position:static !important;} #ad10 {display:none;} div.ws-wss.ws-wss-left {display:none !important;} span#GGADad_ii_1418256197967 {display:none;}
+ </style>
+ <script type="text/javascript">
+ // dont remove
+ $('p:has(script)').css('padding', 0);
+ // dont remove
+ $(".tmzsports .masthead a.home").attr("href" , "http://www.tmzsports.com");
+ $('.tmztour-doubleskin').insertBefore("#page");
+ $('a[href$="hair/"]').siblings(".article-content").children('div.related').children('ul').prepend('<li><a href="https://soundcloud.com/djpaulyd-official/dj-pauly-d-delirious-alex-k-no">DJ Pauly D & Delirious - No Tomorrow</a></li>');
+ var $spad = $('a.headline[href="http://www.tmz.com/2014/08/26/truth-campaign-celebs-unpaid-spokespeople/"]').parent();
+ $spad.css('background-color','#e1e1e1');
+ $spad.css('padding', '20px');
+ $spad.prepend('<div style="text-align:center;padding:10px;">ADVERTISEMENT</div>');
+ </script>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/1fa7d55b78a097146cf2c1594d90e539.v2014_05_09_164122.js"></script>
+ <div id="popular-show-clips" class="clearfix">
+ <div id="taboola-horizontalx3"></div>
+ <script type="text/javascript">
+ window._taboola = window._taboola || [];
+ _taboola.push({mode:'horizontalx3', container:'taboola-horizontalx3'});
+ </script>
+ </div>
+ <div class="around-the-web-widget">
+ <h3 class="widget-header">Around The Web</h3>
+
+ <div class="partner-headlines-row clearfix">
+ <div class="partner-headlines"> <a href="http://www.usmagazine.com/" target="_blank" rel="nofollow">
+
+ <img src="http://ll-media.tmz.com/2013/04/26/partner-asset-us-magazine-logo2-cut-v2-1.gif" border="0"/>
+
+ </a>
+
+ <ul>
+ <li> <a href="http://www.usmagazine.com/entertainment/news/sinead-oconnor-has-sung-nothing-compares-2-u-for-the-last-time--2015183"
+ target="_blank" rel="nofollow">Sinead O'Connor Has Sung "Nothing Compares 2 U" for the Last Time</a>
+
+ </li>
+ <li> <a href="http://www.usmagazine.com/celebrity-moms/news/little-women-la-star-terra-jole-welcomes-first-child-2015183"
+ target="_blank" rel="nofollow">Little Women: L.A. Star Terra Jole Welcomes First Child — a Baby Girl!</a>
+
+ </li>
+ <li> <a href="http://www.usmagazine.com/celebrity-news/news/natalia-kills-speaks-out-after-x-factor-firing-2015183"
+ target="_blank" rel="nofollow">Natalia Kills Speaks Out After X Factor Firing: "There Are Many Sides to This…</a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="partner-headlines"> <a href="http://egotastic.com/" target="_blank" rel="nofollow">
+
+ <img src="http://ll-media.tmz.com/2013/04/26/partner-rss-egotastic-v3.png" border="0"/>
+
+ </a>
+
+ <ul>
+ <li> <a href="http://www.egotastic.com/2015/03/karrueche-tran-and-christina-milian-bikini-selfies-in-cancun-you-would-do-the-same-if-you-looked-this-hot/"
+ target="_blank" rel="nofollow">Karrueche Tran And Christina Milian Bikini Selfies in Cancun, You Would Do the Same…</a>
+
+ </li>
+ <li> <a href="http://www.egotastic.com/2015/03/awesomely-horrible-netflix-instant-films-evil-dead-2/"
+ target="_blank" rel="nofollow">Awesomely Horrible Netflix Instant Films: “Evil Dead 2″</a>
+
+ </li>
+ <li> <a href="http://www.egotastic.com/2015/03/mortal-kombat-x/" target="_blank"
+ rel="nofollow">Is Ermac’s New ‘Mortal Kombat X’ Fatality the Grisliest Ever?</a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="partner-headlines"> <a href="http://thechive.com/" target="_blank" rel="nofollow">
+
+ <img src="http://ll-media.tmz.com/2013/04/26/partner-rss-chive-v2-cut-v2.png" border="0"/>
+
+ </a>
+
+ <ul>
+ <li> <a href="http://thechive.com/2015/03/18/this-is-what-happens-when-you-get-bored-on-a-plane-video/"
+ target="_blank" rel="nofollow">This is what happens when you get bored on a plane (Video)</a>
+
+ </li>
+ <li> <a href="http://thechive.com/2015/03/18/can-we-ride-on-your-handle-bars-34-photos/"
+ target="_blank" rel="nofollow">Can we ride on your handle bars? (34 Photos)</a>
+
+ </li>
+ <li> <a href="http://thechive.com/2015/03/18/college-basketballs-best-players-and-a-shot-at-150000-survival-mania-26-photos/"
+ target="_blank" rel="nofollow">College basketball’s best players and a shot at $150,000 (26 Photos)</a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="partner-headlines"> <a href="http://partner.mediatakeout.com/" target="_blank" rel="nofollow">
+
+ <img src="http://ll-media.tmz.com/2013/04/26/partner-asset-mto.png" border="0"/>
+
+ </a>
+
+ <ul>
+ <li> <a href="http://mediatakeout.com/268907/mto-shock-video-meek-mill-and-nicki-minaj-are-caught-on-tape-fighting-and-she-curses-dude-out-we-told-yall.html/?partners"
+ target="_blank" rel="nofollow">MTO SHOCK VIDEO: Meek Mill And Nicki Minaj Are CAUGHT ON TAPE Fighting . . . And She…</a>
+
+ </li>
+ <li> <a href="http://mediatakeout.com/268933/mto-exclusive-karrueche-goes-on-iyanla-fix-my-life-and-she-blasts-the-fck-outta-chris-brown.html/?partners"
+ target="_blank" rel="nofollow">MTO EXCLUSIVE: Karrueche Gives An Interview To IYANLA . . . And She BLASTS THE F*CK…</a>
+
+ </li>
+ <li> <a href="http://mediatakeout.com/268989/you-go-girrrrrllll-amber-rose-is-spotted-driving-some-cutie-around-in-her-ferrari-and-he-look-like-young-dck.html/?partners"
+ target="_blank" rel="nofollow">YOU GO GIRRRRRLLLL!! Amber Rose Is Spotted . . . Driving Some CUTIE Around In Her…</a>
+
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="partner-headlines-row clearfix">
+ <div class="partner-headlines"> <a href="http://gossipgirl.alloyentertainment.com/" target="_blank" rel="nofollow">
+
+ <img src="http://ll-media.tmz.com/2013/04/26/partner-rss-gossipgirl-bw.png" border="0"/>
+
+ </a>
+
+ <ul>
+ <li> <a href="http://gossipgirl.alloyentertainment.com/kendall-jenner-bruce-sex-change-31815/"
+ target="_blank" rel="nofollow">Kendall Jenner Finally Addresses Bruce’s Sex Change</a>
+
+ </li>
+ <li> <a href="http://gossipgirl.alloyentertainment.com/penn-badgley-quitting-tv-31815/"
+ target="_blank" rel="nofollow">WTF! Is Penn Badgley Quitting TV?</a>
+
+ </li>
+ <li> <a href="http://gossipgirl.alloyentertainment.com/hot-mess-zoe-kravitz-31815/"
+ target="_blank" rel="nofollow">Hot Mess: Zoë Kravitz</a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="partner-headlines"> <a href="http://www.justjared.com" target="_blank" rel="nofollow">
+
+ <img src="http://ll-media.tmz.com/2013/04/26/partner-rsss-justjared-logo-cut-v2.gif" border="0"/>
+
+ </a>
+
+ <ul>
+ <li> <a href="http://www.justjared.com/2015/03/18/empire-season-finale-music-listen-to-nothing-to-lose-here/"
+ target="_blank" rel="nofollow">'Empire' Season Finale Music - Listen to 'Nothing to Lose' Here!</a>
+
+ </li>
+ <li> <a href="http://www.justjared.com/2015/03/18/kit-harington-premieres-game-of-thrones-season-5-in-london/"
+ target="_blank" rel="nofollow">Kit Harington Premieres 'Game of Thrones Season 5' in London!</a>
+
+ </li>
+ <li> <a href="http://www.justjared.com/2015/03/18/adriana-limas-floral-dress-brightens-up-day-in-brazil/"
+ target="_blank" rel="nofollow">Adriana Lima's Floral Dress Brightens Up Day in Brazil</a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="partner-headlines"> <a href="http://www.huffingtonpost.com/celebrity/" target="_blank" rel="nofollow">
+
+ <img src="http://ll-media.tmz.com/2013/04/26/partner-rss-huffpo-celebrity-bw.png" border="0"/>
+
+ </a>
+
+ <ul>
+ <li> <a href="http://www.huffingtonpost.com/2015/03/18/debi-mazar-madonna_n_6896968.html"
+ target="_blank" rel="nofollow">What It's Really Like To Be Best Friends With Madonna</a>
+
+ </li>
+ <li> <a href="http://www.huffingtonpost.com/2015/03/18/katie-holmes-jamie-foxx-dating-rumors_n_6895116.html"
+ target="_blank" rel="nofollow">Katie Holmes And Jamie Foxx Dating Rumors Won't Go Away</a>
+
+ </li>
+ <li> <a href="http://www.huffingtonpost.com/2015/03/18/paper-towns-first-footage_n_6894024.html"
+ target="_blank" rel="nofollow">See The First Footage From 'Paper Towns'</a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="partner-headlines"> <a href="http://laineygossip.com/" target="_blank" rel="nofollow">
+
+ <img src="http://ll-media.tmz.com/2013/04/26/partner-asset-lainey-gossip-bw-1.png" border="0"/>
+
+ </a>
+
+ <ul>
+ <li> <a href="http://www.laineygossip.com/Jamie-Dornan-plays-golf-in-London/37936"
+ target="_blank" rel="nofollow">Jamie Dornan plays golf in London</a>
+
+ </li>
+ <li> <a href="http://www.laineygossip.com/Smutty-Social-Media-Wednesday--March-18--2015/37935"
+ target="_blank" rel="nofollow">Smutty Social Media Wednesday, March 18, 2015</a>
+
+ </li>
+ <li> <a href="http://www.laineygossip.com/Justin-Bieber-and-Madonna-play-Never-Have-I-Ever-on-Ellen/37934"
+ target="_blank" rel="nofollow">Justin Bieber and Madonna play Never Have I Ever on Ellen</a>
+
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/34c736edf5325fd61d97be1ac208be44.v2014_05_09_164122.js"></script>
+ </div>
+ <!-- end #page -->
+ <script type="text/javascript">
+ var _sf_async_config={};
+ /** CONFIGURATION START **/
+ _sf_async_config.uid = 47927;
+ _sf_async_config.domain = 'tmz.com';
+ _sf_async_config.useCanonical = true;
+ _sf_async_config.sections = 'Article';
+ /*_sf_async_config.authors = 'Change this to your Author name';*/
+ /** CONFIGURATION END **/
+ (function(){
+ function loadChartbeat() {
+ window._sf_endpt=(new Date()).getTime();
+ var e = document.createElement('script');
+ e.setAttribute('language', 'javascript');
+ e.setAttribute('type', 'text/javascript');
+ e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');
+ document.body.appendChild(e);
+ }
+ var oldonload = window.onload;
+ window.onload = (typeof window.onload != 'function') ?
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
+ })();
+ </script>
+ <div class="footer-wrapper">
+ <footer id="footer">
+ <h2 id="footer-logo">
+ <a href="http://www.tmz.com"><img alt="TMZ.com" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/footer/footer-logo.v2014_05_09_134122.jpg"/></a>
+ </h2>
+
+ <div class="footer-content-wrapper">
+ <div class="footer-links"> <a href="http://www.tmz.com">Home</a><a href="http://www.tmz.com/photos/">Photos</a>
+ <a
+ href="http://www.tmz.com/videos/">Videos</a><a href="http://www.tmz.com/celebrity-directory/">Celebrity Directory</a>
+ <a
+ href="http://www.tmz.com/tmzmobilealerts" rel="nofollow">TMZ Mobile Alerts</a><a href="http://www.tmz.com/tips">Send a Hot Tip</a>
+ <a
+ href="http://www.tmz.com/contact/contact-us" rel="nofollow">Contact Us</a><a href="http://hire.jobvite.com/CompanyJobs/Jobs.aspx?c=qWa9VfwU"
+ rel="nofollow">Careers</a>
+
+ </div>
+ <div class="footer-links"> <a href="http://www.warnerbros.com/privacy/policy.html" rel="nofollow"
+ target="_blank">Privacy Policy</a><a href="http://www.tmz.com/terms/" rel="nofollow"
+ target="_blank">Terms of Use</a><a href="http://www.warnerbros.com/privacy/policy.html#p5"
+ rel="nofollow" target="_blank">AdChoices</a><a href="http://www.tmz.com/advertise"
+ rel="nofollow">Advertising Inquiries</a><a href="http://www.tmz.com/pr"
+ rel="nofollow">Media Inquiries</a><a href="http://www.tmz.com/tour">Hollywood Tours</a>
+
+ </div>
+ <div class="footer-links"> <small class="copyright">© 2015 EHM Productions, Inc. All rights reserved</small>
+ <a
+ href="http://www.tmz.com/about/" rel="nofollow">About TMZ.com</a><a href="http://www.huffingtonpost.com/" target="_blank">HPMG NEWS</a>
+ <a
+ href="http://www.tmz.com/sitemap/">SITEMAP</a>
+ </div>
+ </div>
+ <div class="footer-search-wrapper">
+ <div class="search">
+ <form target="" name="bb_bottomform" action="http://www.tmz.com/search/news/"
+ onsubmit="return elasticSearch(this);" id="search">
+ <input name="q" placeholder="SEARCH TMZ" type="text"/>
+ <label alt="Submit" class="submit-search">
+ <input alt="Search TMZ.com" id="submit-search" src=" http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/search/search-icon.v2014_05_09_134122.jpg"
+ type="image"/>
+ </label>
+ </form>
+ </div>
+ </div>
+ <div id="thirtymilezone">
+ <img src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/img/widgets/footer/thirtymilezone.v2014_12_01_102336.png"
+ alt="Thirty Mile Zone"/>
+ </div>
+ </footer>
+ <div align="center" class="ad-container wbads" data-pos="interstitial"
+ data-interstitial="true"></div>
+ </div>
+ <script language="JavaScript" type="text/javascript" src="http://ll-assets.tmz.com/www.tmz.com/main/default/cache/search.93d5d22f886aa38263c8d2b4f8daa7c6.v2014_11_14_215548.js"></script>
+ <script>
+ wbads.buildSlots();
+
+ try {
+ amznads.setTargetingForGPTAsync('amznslots');
+ } catch(e) {}
+ console.log("call from news-single.cft");
+ wbads.showAds(); // separated from init() and buildSlots() to allow optional custom ad definitions prior; also used to refresh
+ </script>
+ <script>
+ require(['app', 'tmz/polls/1.0.3/polls'], function(app, polls) {
+ app.init();
+ polls.processQueue();
+ });
+ </script>
+ <!-- CCS: Deprecated as part of kaltura v2 rollout -->
+ <!-- BEGIN GRAVITY BEACON -->
+ <script type="text/javascript">
+ //<![CDATA[
+ (function(){
+ window.gravityInsightsParams = {
+ 'type': 'content',
+ 'action': '',
+ 'site_guid': '82893b79564009a4d8fab7b9db32cfea'
+ };
+ var adServerReq,bUrl,cburl,doUseGravityUserGuid,includeJs,jq,pfurl,type,ug,wlPrefix,wlUrl,_ref,_ref1,_ref2;includeJs=function(a){var b;b=document.createElement("script");b.async=!0;b.src=a;a=document.getElementsByTagName("script")[0];return a.parentNode.insertBefore(b,a)};bUrl="https:"===document.location.protocol?"https://b-ssl.grvcdn.com/moth-min.js":"http://b.grvcdn.com/moth-min.js";
+ ug=(doUseGravityUserGuid=!0===gravityInsightsParams.useGravityUserGuid?1:0)?"":gravityInsightsParams.user_guid||(null!=(_ref=/grvinsights=([^;]+)/.exec(document.cookie))?_ref[1]:void 0)||"";wlUrl=(wlPrefix="","");bUrl&&includeJs(bUrl);wlUrl&&(window.gravityInsightsParams.sidebar&&(window.gravityInsightsParams.wlStartTime=(new Date).getTime()),includeJs(wlUrl));})();
+ //]]>
+ </script>
+ <!-- END GRAVITY BEACON -->
+ <!-- begin CrazyEgg Tracking -->
+ <script type="text/javascript">
+ setTimeout(function(){var a=document.createElement("script");
+ var b=document.getElementsByTagName("script")[0];
+ a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0022/4748.js?"+Math.floor(new Date().getTime()/3600000);
+ a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
+ </script>
+ <!-- end CrazyEgg -->
+ <!-- Begin comScore Tag -->
+ <script>
+ var _comscore = _comscore || [];
+ _comscore.push({ c1: "2", c2: "3000013" });
+ (function() {
+ var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
+ s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
+ el.parentNode.insertBefore(s, el);
+ })();
+ </script>
+ <noscript>
+ <img src="http://b.scorecardresearch.com/p?c1=2&c2=3000013&cv=2.0&cj=1"
+ />
+ </noscript>
+ <!-- End comScore Tag -->
+ <!-- START Nielsen Online SiteCensus V6.0 -->
+ <!-- COPYRIGHT 2010 Nielsen Online -->
+ <script type="text/javascript">
+ (function () {
+ var d = new Image(1, 1);
+ d.onerror = d.onload = function () {
+ d.onerror = d.onload = null;
+ };
+ d.src = ["//secure-us.imrworldwide.com/cgi-bin/m?ci=us-404979h&cg=0&cc=1&si=", escape(window.location.href), "&rp=", escape(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join('');
+ })();
+ </script>
+ <noscript>
+ <div>
+ <img src="//secure-us.imrworldwide.com/cgi-bin/m?ci=us-404979h&amp;cg=0&amp;cc=1&amp;ts=noscript"
+ width="1" height="1" alt="" />
+ </div>
+ </noscript>
+ <!-- END Nielsen Online SiteCensus V6.0 -->
+ <!-- WebSpectator v2 initialization beacon -->
+ <script type="text/javascript" src="//wfpscripts.webspectator.com/bootstrap/ws-WS-TMZ00.js"></script>
+ <!-- END WebSpectator v2 initialization beacon -->
+ <!-- begin ZEDO for channel: Inview_ROS , publisher: default , Ad Dimension:
+ Inview - 160 x 600 -->
+ <script language="JavaScript">
+ var zflag_nid="2118"; var zflag_cid="1"; var zflag_sid="0"; var zflag_width="160"; var zflag_height="600"; var zflag_sz="88"; var zflag_screen_min_width="1024";
+ </script>
+ <script language="JavaScript" src="http://c4.zedo.com/jsc/c4/fhs.js"></script>
+ <!-- end ZEDO for channel: Inview_ROS , publisher: default ,
+ Ad Dimension: Inview - 160 x 600 -->
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-images.json
new file mode 100644
index 0000000..61e175c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/topicseed.com\/static\/9c97da26f6eeee98fc2e628ca3416226\/57090\/content-depth-seo.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-metadata.json
new file mode 100644
index 0000000..cfac459
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Content writers and marketers find it hard to write a lot of content about a very specific topic. They lose a lot of points on their content depth because they would rather focus on pushing thin content about plenty of topics.",
+ "Image": "https:\/\/topicseed.com\/static\/9c97da26f6eeee98fc2e628ca3416226\/57090\/content-depth-seo.png",
+ "Title": "Content Depth \u2014 Write Comprehensively About Your Core Topics",
+ "SiteName": "topicseed"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected.html
new file mode 100644
index 0000000..18cd128
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected.html
@@ -0,0 +1,93 @@
+<div>
+ <ul>
+ <li>
+ <a href="#assess-how-deep-is-your-content">Assess How Deep Is Your Content</a>
+ </li>
+ <li>
+ <a href="#rewrite-with-content-depth-in-mind">Rewrite With Content Depth In Mind</a>
+ </li>
+ <li>
+ <a href="#yes-content-depth-and-breadth-overlap">Yes, Content Depth and Breadth Overlap</a>
+ </li>
+ <li>
+ <a href="#depth-of-content--quality--frequency">Depth of Content = Quality + Frequency</a>
+ </li>
+ </ul>
+ <p>
+ <strong>Content depth</strong> is an arbitrary score or rating of how comprehensive the coverage of a specific topic is within a piece of content. <strong>Content breadth</strong> is an arbitrary grading of how many related subjects are you covering within your content.
+ </p>
+ <p>
+ And this distinction is important to make and establish from the beginning. Effective <a href="https://topicseed.com/blog/what-is-topical-authority" target="_blank" rel="nofollow noopener noreferrer"><strong>topical authority</strong></a> can only be gained when you use both content depth and content breadth in your overall content strategy for rapid search engine optimization gains. However, because most content writers prefer to write a little bit about many things rather than write a lot about one thing, you end up with a too little substance spread very thin.
+ </p>
+ <p>
+ Content depth should be the urgent priority for your content marketing strategy, and clearly defined in your <a href="http://fakehost/blog/content-briefs">content briefs</a>. Start by dominating your own core topics, before venturing across the pond and write about linked subject matters. Otherwise, you are the opposite of an authority as the definition states that an authority is <em>“a person with extensive or specialized knowledge about a subject; an expert”.</em> Lastly, do not mistake&nbsp;article depth vs. article length: a&nbsp;blog post’s extreme wordcount has nothing to do with its content depth.
+ </p>
+ <h2 id="assess-how-deep-is-your-content">
+ <a href="#assess-how-deep-is-your-content" aria-label="assess how deep is your content permalink"></a>Assess How Deep Is Your Content
+ </h2>
+ <p>
+ The first task on your list, right now, is to shortlist your core topics. What are you trying to be an expert on? Then, go through each one of your pieces of content and understand how well each blog post is covering&nbsp;its focus topic(s). Not how many times specific keywords appear, or how well the article is outlined and structured.
+ </p>
+ <p>
+ Put yourself in the shoes of an ignorant reader who seeks information. Read your article. <strong>And ask yourself how in-depth was the content you have written?</strong> I know the excuse you will come up with: this was written for beginners, therefore, it shouldn’t be too in-depth. And you are correct. Not every blog post is about absolute content depth otherwise we would only write one 10,000-word-long article, once and for all. But then, how well your beginner-level content pointing to your expert-level content?
+ </p>
+ <p>
+ In other words, each article should reach an incredible level of content depth for its expertise level. And then, provide further reading <em>(i.e. links)</em> to gain more knowledge, and depth. A lot of content editors write a beginner’s blog post and wait to see it perform well in order to write a more advanced sequel. Wrong. Give all the value so search engines can grade you highly on their authority scale for your core topics. Yes, it is a risk and you may write a dozen of articles on a specific topic that will never really rank at the top of SERPs, but <strong>reaching content depth is the first step towards SEO gains</strong>.
+ </p>
+ <p>
+ Remember that <strong>skyscraper content</strong> and <strong>10x content</strong> are not necessarily the answer. These content writing strategies state that in order to beat another piece of content, you need to write 10x more. Either in quantity with a 10x word count or in quality by putting times more information within your own piece of content. Such articles often become unreadable and discourage visitors from absorbing all the knowledge. The best alternative is the create <a href="https://topicseed.com/blog/how-broad-should-topics-be-for-pillar-pages" target="_blank" rel="nofollow noopener noreferrer">pillar pages</a> centered around core topics, and several articles dealing with each specific section in depth. This is <strong>deep content powered by a <a href="https://topicseed.com/blog/internal-linking-strategies-for-topic-clustering" target="_blank" rel="nofollow noopener noreferrer">smart internal linking strategy</a></strong>&nbsp;and search engines love that in this day and age where attention spans are short! <em>With that being said, avoid writing 600-word articles!</em>
+ </p>
+ <h2 id="rewrite-with-content-depth-in-mind">
+ <a href="#rewrite-with-content-depth-in-mind" aria-label="rewrite with content depth in mind permalink"></a>Rewrite With Content Depth In Mind
+ </h2>
+ <p>
+ Once you know which articles are lacking depth of knowledge and information, it is time to rethink each one. For each article, make a list of what essential pieces of information or data are missing. Then decide where to fit them, and decide whether the article would benefit from a full rewrite or not. As a rule of thumb, if you need to change a third of your article, you may need to rewrite it entirely. Of course, this does not mean erasing all work done prior, but it means starting afresh! Trying to <strong>fit deep content into an existing blog</strong> post gives you constraints so doing it from scratch can actually be easier to fight thin content.
+ </p>
+
+ <p>
+ As explained above, make sure you do not force yourself to write a much longer article to reach a <a href="https://moz.com/blog/blog-post-length-frequency" target="_blank" rel="nofollow noopener noreferrer">magic word count</a>. And if you do, it has to be natural. In many cases, articles written months or years ago may need some upkeeping: trimming the fat and removing parts that are not bringing much value. Replace these with your newer and deeper content.
+ </p>
+ <p>
+ All content writers know that when you open Google Docs, WordPress, or your text editor of choice, you will inevitably count your focus keywords’ frequency. Although I understand (yet question) the value of keywords in modern SEO, do not become obsessed with reaching a magic number for your keywords. No reader coming from Google is out there counting how often your keywords are appearing. And search engine algorithms will penalize you for writing for robots, rather than humans.
+ </p>
+ <p>
+ With the massive rise of voice searches, <a href="http://fakehost/blog/featured-snippets-using-questions">users tend to use full questions for their search queries</a>. What used to be <code>top bottled water brands</code>&nbsp;is now <code>OK google, what is the best bottled-water brand in Texas</code>?&nbsp;The point being, <a href="https://topicseed.com/blog/keyword-search-volume-overrated" target="_blank" rel="nofollow noopener noreferrer"><strong>keywords are losing traction</strong></a> to leave space for a more natural language understanding of a blog post’s textual content, and meaning.
+ </p>
+ <h2 id="yes-content-depth-and-breadth-overlap">
+ <a href="#yes-content-depth-and-breadth-overlap" aria-label="yes content depth and breadth overlap permalink"></a>Yes, Content Depth and Breadth Overlap
+ </h2>
+ <p>
+ <em>“A topic can be defined as the company it keeps.”</em> A very accurate saying loved by ontologists&nbsp;within the fields of&nbsp;computational linguistics, and information science. In simpler terms, a topic and all the terminology it is encompassing will inevitably overlap with related topics. Which, in turn, will form <a href="https://topicseed.com/blog/topic-clusters-relationships" target="_blank" rel="nofollow noopener noreferrer"><strong>topic clusters</strong></a>.
+ </p>
+ <p>
+ For example, it is obvious that despite being two different topics, <code>digital advertising</code>&nbsp;and <code>content marketing</code>&nbsp;share some common phrases and terms. Inevitably, a website picking one as its core topic will use words in some blog posts that will identify the article as belonging to both topics, with a specific weight for each.
+ </p>
+ <p>
+ A keyword, phrase, or term, is not a prisoner to a single concept at all. This is how algorithms in natural language understanding can understand how two topics are related (e.g. read about <a href="https://en.wikipedia.org/wiki/Topic_model" target="_blank" rel="nofollow noopener noreferrer"><em>topic modeling</em></a>). Each topic has a specific <strong>vocabulary</strong>, a list of words and phrases commonly used in its context, and some of these terms are present in different vocabularies.
+ </p>
+ <p>
+ Therefore, content depth and content breadth are not to be opposed. Content marketers should use both strategies in order to reach ultimate <strong>topical authority</strong> over their choice of subject matters.
+ </p>
+ <h2 id="depth-of-content--quality--frequency">
+ <a href="#depth-of-content--quality--frequency" aria-label="depth of content quality frequency permalink"></a>Depth of Content = Quality + Frequency
+ </h2>
+ <p>
+ Up until recently, long-form blog posts generally were <strong>evergreen articles</strong> that generated a constant stream of organic traffic for a website. This was a lead magnet generation strategy which worked well: hire a writer, include the right keywords, reach over a 5,000-word word count, and hit publish. Then, wait.
+ </p>
+ <p>
+ Nowadays, in-depth content requires more effort over time in order to pay off. Writing a big article, as good as it is, will not get your anywhere near the level of <a href="https://topicseed.com/blog/topical-seo" target="_blank" rel="nofollow noopener noreferrer">topical breadth</a>&nbsp;required by Google to rank you first. Instead, your content marketing plan should be about having:
+ </p>
+ <ul>
+ <li>a <strong>comprehensive pillar page</strong> covering a unique topic, and
+ </li>
+ <li>
+ <strong>narrow-focused children articles</strong> to dig deeper.
+ </li>
+ </ul>
+ <p>
+ Search engines also look at how often you publish about a specific topic, and when was the last time it was written about. Nobody likes a <a href="https://www.copypress.com/blog/avoiding-blog-graveyard/" target="_blank" rel="nofollow noopener noreferrer">graveyard blog</a>, it just makes the reader lose trust; as if the writer was not good enough, therefore had no traffic, before entirely giving up. Deep content requires a sustained effort on your part to always new find ways to write about a specific subject. Sure, it will be easy at first. But what about five years later? Well, you will still need to hit publish, all about the very same topics you already covered years ago.
+ </p>
+ <p>
+ Tools and platforms such as topicseed are here to <a href="https://topicseed.com/blog/how-to-find-new-blog-post-ideas" target="_blank" rel="nofollow noopener noreferrer">help you find new article ideas</a> pertaining to your core topics within a few clicks and a few minutes. The number of web pages, Wikipedia articles, and pieces of content, our machine-learning algorithms can analyze in seconds would take you months to digest. Our <em>topicgraph</em>&nbsp;finds closely related concepts in order for your domain to <strong>reach topical authority through content depth and content breadth</strong>.
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/source.html
new file mode 100644
index 0000000..fca1c00
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/source.html
@@ -0,0 +1,400 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta charset="utf-8" />
+ <meta http-equiv="x-ua-compatible" content="ie=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
+ <style data-href="/styles.4554427a2ff1ec4c9b41.css">
+ <![CDATA[
+ .index-module--Section--2wwdv{padding:2% 4%;background-color:#fff}.index-module--Section--2wwdv:nth-child(odd){background-color:#f9f9f9}.index-module--Section--2wwdv h1,.index-module--Section--2wwdv h2,.index-module--Section--2wwdv h3,.index-module--Section--2wwdv h4,.index-module--Section--2wwdv h5{font-family:Lato}.index-module--Section--2wwdv h2{color:#00ced1;text-shadow:0 0 1rem rgba(187,235,234,.64);line-height:1.25;font-size:2rem;margin:1.5em 0;text-align:center}.index-module--OurLocation--39dZN{margin-top:3rem}.index-module--OurLocation--39dZN a{color:#00ced1;font-weight:500;text-decoration:none}.index-module--OurLocation--39dZN .index-module--Pin--1M4gn{text-align:center}.index-module--OurLocation--39dZN .index-module--Pin--1M4gn img{height:64px;width:64px}.index-module--OurLocation--39dZN .index-module--Location--3wrrA p{font-size:1.2rem;padding:0;margin:0 auto;line-height:1.2;max-width:600px;font-weight:100;font-style:italic}.index-module--SectionExcerpt--36zdZ{max-width:800px;margin:auto auto 3rem;font-size:1.5em;line-height:1.5;text-align:center}.index-module--Listing--2-O97{font-size:1.2em;line-height:1.5;display:block;list-style:none;margin:0;padding:0}.index-module--Listing--2-O97>li{display:block;text-align:center;padding:1rem;border-radius:10px}.index-module--ListingIcon--2Hsao{padding-bottom:1rem}.index-module--ListingIcon--2Hsao img{width:64px;height:64px;display:block;margin:auto}.index-module--SubListingTitle--HZOQi{font-weight:700;padding:1rem 0;display:block}.index-module--SubListing--MrsDd{list-style:none;margin:0;padding:0}.index-module--SubListing--MrsDd li{text-transform:uppercase;font-size:.6em;letter-spacing:1px;margin:0;padding:.35rem 0}@media (min-width:1200px){.index-module--Listing--2-O97{display:flex}.index-module--Listing--2-O97>li{flex:1 1}}.index-module--Container--3Xdxi{overflow:hidden;max-width:100%;padding:2.5% 0 4%}.index-module--Container--2hTRH{background-color:#f9f9f9}.index-module--OptinArea--oMoVV{max-width:900px;background-color:transparent;margin:0 auto;border-radius:10px;padding:0 1rem}.index-module--Steps--2Plqq{margin:auto;text-align:left;padding:5% 1rem 0;max-width:400px;line-height:1}.index-module--Steps--2Plqq h4,.index-module--Steps--2Plqq li,.index-module--Steps--2Plqq ul{list-style-type:none;padding:0;margin:0}.index-module--Steps--2Plqq li{margin-bottom:1rem}.index-module--Steps--2Plqq .index-module--Inner--1eYQv{display:flex;flex-flow:nowrap;padding:1rem 1rem 0}.index-module--Steps--2Plqq .index-module--Index--2iAgE{flex-shrink:1}.index-module--Steps--2Plqq .index-module--Index--2iAgE strong{position:relative;display:inline-block;text-align:center;font-weight:700;border-radius:50%;background-color:#fff;color:#40e0d0;font-size:1em;padding:.5em .75em;box-shadow:0 0 1em rgba(64,224,208,.4)}.index-module--Steps--2Plqq .index-module--Text--1Xgj4{flex-grow:1;padding-left:1rem}.index-module--Steps--2Plqq .index-module--Text--1Xgj4 h4{padding-top:.5em;color:#00ced1;font-weight:400}.index-module--Steps--2Plqq .index-module--Text--1Xgj4 h4 em{font-style:normal;font-weight:900}.index-module--Steps--2Plqq .index-module--Text--1Xgj4 .index-module--Description--2Zoob{margin-top:.7rem;font-size:.8rem;padding-right:1rem;line-height:1.25}@media screen and (min-width:800px){.index-module--Steps--2Plqq{max-width:1000px}.index-module--Steps--2Plqq ul{display:flex}.index-module--Steps--2Plqq ul li{flex:1 1;margin-bottom:0}}.container-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.333%;max-width:8.333%}.col-xs-2{flex-basis:16.667%;max-width:16.667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.333%;max-width:33.333%}.col-xs-5{flex-basis:41.667%;max-width:41.667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.333%;max-width:58.333%}.col-xs-8{flex-basis:66.667%;max-width:66.667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.333%;max-width:83.333%}.col-xs-11{flex-basis:91.667%;max-width:91.667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.container{width:46rem}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.333%;max-width:8.333%}.col-sm-2{flex-basis:16.667%;max-width:16.667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.333%;max-width:33.333%}.col-sm-5{flex-basis:41.667%;max-width:41.667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.333%;max-width:58.333%}.col-sm-8{flex-basis:66.667%;max-width:66.667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.333%;max-width:83.333%}.col-sm-11{flex-basis:91.667%;max-width:91.667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:62em){.container{width:61rem}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.333%;max-width:8.333%}.col-md-2{flex-basis:16.667%;max-width:16.667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.333%;max-width:33.333%}.col-md-5{flex-basis:41.667%;max-width:41.667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.333%;max-width:58.333%}.col-md-8{flex-basis:66.667%;max-width:66.667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.333%;max-width:83.333%}.col-md-11{flex-basis:91.667%;max-width:91.667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.container{width:71rem}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.333%;max-width:8.333%}.col-lg-2{flex-basis:16.667%;max-width:16.667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.333%;max-width:33.333%}.col-lg-5{flex-basis:41.667%;max-width:41.667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.333%;max-width:58.333%}.col-lg-8{flex-basis:66.667%;max-width:66.667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.333%;max-width:83.333%}.col-lg-11{flex-basis:91.667%;max-width:91.667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}.no-gutter{padding:0;margin:0}
+
+ /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */*{max-width:100%;box-sizing:border-box}html{font-size:20px;line-height:1.15;-webkit-text-size-adjust:100%}body{font-family:Source Sans Pro,"sans-serif";font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1{margin:0}h1{font-size:2rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1rem}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1rem}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25rem}sup{top:-.5rem}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625rem}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-itrem}[hidden],template{display:none}.pad-s{padding:1rem}.pad-m{padding:2.5rem}.pad-l{padding:5rem}.topicseed-copy{font-family:Georgia,serif;font-weight:700;letter-spacing:1pt;background-image:url(https://topicseed.com/assets/logos/topicseed-visual-black-xs.png);background-size:1.2rem 1.2rem;background-repeat:no-repeat;background-position:100%;padding-right:1.5rem;color:#000}:root{--padding-xs:1rem;--header-size:.9rem;--max-width:1000px;--max-hero-width:70%;--side-padding:5%;--serif:Georgia,"Times New Roman",Times,serif;--sans-serif:"Source Sans Pro","Open Sans",sans;--sans-serif-title:Lato,"Source Sans Pro",sans}.row-valign-center{align-items:center;justify-content:center}.Navigation-module--navigation--2Ttnx{background-color:transparent;display:flex;font-family:Source Sans Pro;font-size:var(--header-size)}.Navigation-module--navigation--2Ttnx *{padding:0;margin:0;line-height:1;list-style-type:none}.Navigation-module--navigation--2Ttnx .Navigation-module--padding--JanqS{padding:1rem}.Navigation-module--navigation--2Ttnx .Navigation-module--branding--QzOe4{flex-shrink:1}.Navigation-module--navigation--2Ttnx .Navigation-module--branding--QzOe4 a{display:block}.Navigation-module--navigation--2Ttnx .Navigation-module--branding--QzOe4 a img{display:inline-block;height:var(--header-size)}.Navigation-module--navigation--2Ttnx .Navigation-module--branding--QzOe4 span{font-family:Georgia,Times New Roman,Times,serif;font-weight:600}.Navigation-module--navigation--2Ttnx .Navigation-module--branding--QzOe4 .Navigation-module--navLink--3Ceps{opacity:1}.Navigation-module--navigation--2Ttnx .Navigation-module--branding--QzOe4 .Navigation-module--navLink--3Ceps:hover{color:#000}.Navigation-module--navigation--2Ttnx .Navigation-module--toggler--1HP5t{display:block;padding:1rem!important;margin:0!important;font-size:1rem;outline:0;border:0;font-weight:600;cursor:pointer;float:right}.Navigation-module--navigation--2Ttnx .Navigation-module--menuToggle--2a0Fx{display:none}.Navigation-module--navigation--2Ttnx .Navigation-module--menuToggle--2a0Fx:checked+.Navigation-module--menu--3ilH3{display:block}.Navigation-module--navigation--2Ttnx .Navigation-module--navLink--3Ceps{padding:1rem 0;margin:0 1rem;display:block;color:#000;font-weight:600;text-decoration:none;opacity:.6}.Navigation-module--navigation--2Ttnx .Navigation-module--navLink--3Ceps.Navigation-module--active--tC-lF{opacity:1;border-top-color:#40e0d0}.Navigation-module--navigation--2Ttnx .Navigation-module--navLink--3Ceps.Navigation-module--active--tC-lF:hover{border-top-color:#40e0d0}.Navigation-module--navigation--2Ttnx .Navigation-module--navLink--3Ceps:hover{opacity:1;color:#40e0d0;border-top-color:#f0f0f0}.Navigation-module--navigation--2Ttnx .Navigation-module--topMenu--2WS0K{flex-grow:1}.Navigation-module--navigation--2Ttnx .Navigation-module--topMenu--2WS0K ul{display:none;text-align:center;padding:5%;position:fixed;top:3rem;left:0;height:100%;width:100%;background-color:#fff;z-index:99999}.Navigation-module--navigation--2Ttnx .Navigation-module--topMenu--2WS0K li{display:block;letter-spacing:.5pt}.Navigation-module--navigation--2Ttnx .Navigation-module--topMenu--2WS0K .Navigation-module--SigninNI--1oVXc{opacity:1!important}.Navigation-module--navigation--2Ttnx .Navigation-module--topMenu--2WS0K .Navigation-module--SigninNI--1oVXc a{background:#40e0d0;color:#fff;padding:.5rem .75em!important;opacity:1!important;border-radius:5px;border:0!important}@media screen and (min-width:771px){.Navigation-module--navigation--2Ttnx .Navigation-module--topMenu--2WS0K ul{display:block;position:static;padding:0;text-align:right}.Navigation-module--navigation--2Ttnx .Navigation-module--topMenu--2WS0K ul li{display:inline-block;letter-spacing:.5pt}.Navigation-module--navigation--2Ttnx .Navigation-module--topMenu--2WS0K .Navigation-module--toggler--1HP5t{display:none}.Navigation-module--navigation--2Ttnx .Navigation-module--navLink--3Ceps{border-top:8px solid #fafafa;opacity:.6}.Navigation-module--navigation--2Ttnx .Navigation-module--navLink--3Ceps:hover{opacity:1;border-top-color:#f0f0f0}.Navigation-module--navigation--2Ttnx .Navigation-module--navLink--3Ceps.Navigation-module--active--tC-lF{opacity:1;border-top-color:#40e0d0}.Navigation-module--navigation--2Ttnx .Navigation-module--navLink--3Ceps.Navigation-module--active--tC-lF:hover{color:#000}}.SiteFooter-module--siteFooter--2ZMf7{padding:5%;background-color:#f9f9f9;font-size:.8rem;border-top:1px solid #fefefe}.SiteFooter-module--LineOfLinks--17SUL{text-align:center}.SiteFooter-module--LineOfLinks--17SUL a{display:inline-block;color:#999;margin:0 .5rem;text-decoration:none}.SiteFooter-module--copyrightNotice--3uQ14{padding:2rem 0 0}.SiteFooter-module--copyrightNotice--3uQ14>p{width:100%;margin:0;text-align:center;color:#999;text-transform:uppercase;letter-spacing:1pt}.SimpleOptinForm-module--container--3JpKE{background-color:#fff;box-shadow:0 0 20px rgba(43,45,56,.08)!important;border:0 solid #eee;transition:all .15s ease;border-radius:5px}.SimpleOptinForm-module--container--3JpKE.SimpleOptinForm-module--fluid--1iPrt{width:100%}.SimpleOptinForm-module--container--3JpKE.SimpleOptinForm-module--maxed--1ICi6{max-width:1000px;margin:5% auto}.SimpleOptinForm-module--inner--1YsM0{padding:5%;background-color:#ff0;border-radius:5px}.SimpleOptinForm-module--inner--1YsM0 fieldset{border:0;padding:0;margin:0}.SimpleOptinForm-module--header--36bBg{text-align:center}.SimpleOptinForm-module--header--36bBg h1{display:block;text-transform:uppercase;font-weight:700;font-family:Lato;letter-spacing:1pt;font-size:1.5rem;margin-bottom:5px}.SimpleOptinForm-module--header--36bBg h2{display:block;font-size:1rem;padding:0;margin:0 0 5px;line-height:1.5}.SimpleOptinForm-module--fields--3BB2p{padding:1em 0 0}.SimpleOptinForm-module--fields--3BB2p .SimpleOptinForm-module--field--jE8AR{padding:0 0 20px;margin:5px 0;order:5;height:100%}.SimpleOptinForm-module--fields--3BB2p input[type=color],.SimpleOptinForm-module--fields--3BB2p input[type=date],.SimpleOptinForm-module--fields--3BB2p input[type=datetime-local],.SimpleOptinForm-module--fields--3BB2p input[type=datetime],.SimpleOptinForm-module--fields--3BB2p input[type=email],.SimpleOptinForm-module--fields--3BB2p input[type=month],.SimpleOptinForm-module--fields--3BB2p input[type=number],.SimpleOptinForm-module--fields--3BB2p input[type=password],.SimpleOptinForm-module--fields--3BB2p input[type=range],.SimpleOptinForm-module--fields--3BB2p input[type=search],.SimpleOptinForm-module--fields--3BB2p input[type=tel],.SimpleOptinForm-module--fields--3BB2p input[type=text],.SimpleOptinForm-module--fields--3BB2p input[type=time],.SimpleOptinForm-module--fields--3BB2p input[type=url],.SimpleOptinForm-module--fields--3BB2p input[type=week],.SimpleOptinForm-module--fields--3BB2p textarea{color:#666;border:1px solid #ccc;border-radius:3px;height:100%;width:100%;padding:1rem;font-weight:700}.SimpleOptinForm-module--fields--3BB2p select{position:relative;width:100%;height:100%;color:#666;background:#fff;line-height:1rem;border:1px solid #ccc;font-weight:700;min-height:3rem;padding-left:1rem}.SimpleOptinForm-module--btnWrapper--140rB .SimpleOptinForm-module--btn--2iMm_{width:100%;border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgba(0,0,0,.8);font-size:12px;font-size:.75rem;line-height:1;cursor:pointer;outline:none;white-space:nowrap;display:inline-block;height:2.7rem;line-height:2.7rem;padding:0 1.25rem;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);background:#fff;border-radius:4px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05rem;color:#000;text-decoration:none;transition:all .15s ease;color:#fff;background-color:#40e0d0;text-shadow:0 1px 3px rgba(36,180,126,.4)}.SimpleOptinForm-module--errors--1zBn2{background-color:#fff;color:red;padding:1rem;margin:5px}.SimpleOptinForm-module--successful--3chKn .SimpleOptinForm-module--inner--1YsM0{background:#008b8b;color:#fff;text-align:center}.SimpleOptinForm-module--successful--3chKn .SimpleOptinForm-module--icon--2twVV{max-width:30%;margin:5% auto}.SimpleOptinForm-module--successful--3chKn .SimpleOptinForm-module--icon--2twVV img{display:block}.SimpleOptinForm-module--successful--3chKn .SimpleOptinForm-module--big--2ofKD{font-weight:700;font-size:1.2rem;max-width:70%;margin:auto}.changelog-module--Timeline--2qo-C,.changelog-module--TimelineItem--Lhj7q{list-style-type:none;padding:0;margin:0}.changelog-module--Timeline--2qo-C{position:relative;padding:5%;margin:auto;max-width:900px}.changelog-module--TimelineItem--Lhj7q{border-left:2px solid #00ced1;padding-left:2rem;padding-bottom:4rem;position:relative}@media (min-width:768px){.changelog-module--TimelineItem--Lhj7q{padding-bottom:3rem}}@media (min-width:1400px){.changelog-module--TimelineItem--Lhj7q{padding-bottom:5rem}}.changelog-module--TimelineItem--Lhj7q h2{margin-top:0;line-height:.5;color:#00ced1;font-size:1.5rem;font-weight:400}.changelog-module--TimelineItem--Lhj7q p{margin:0 0 1rem}.changelog-module--TimelineItem--Lhj7q:before{content:" ";width:14px;height:14px;position:absolute;left:-8px;background-color:#00ced1;border-radius:50%}.changelog-module--TimelineItem--Lhj7q:first-child:before{left:-8px}.changelog-module--TimelineItem--Lhj7q:last-child:before{left:-6px}.changelog-module--TimelineItem--Lhj7q:last-of-type{padding-bottom:0;border:0}.changelog-module--TimelineEntry--4YMAW{padding-top:15px;display:block}.changelog-module--TimelineEntry--4YMAW+.changelog-module--TimelineEntry--4YMAW{margin-top:15px}.changelog-module--TimelineEntry--4YMAW .changelog-module--TimelineEntryLabel--21UAa{font-size:16px;margin-bottom:1.5rem;color:#1a1a1a;display:block}@media (min-width:768px){.changelog-module--TimelineEntry--4YMAW{display:flex}.changelog-module--TimelineEntry--4YMAW .changelog-module--TimelineEntryLabel--21UAa{flex-shrink:1;min-width:100px}.changelog-module--TimelineEntry--4YMAW .changelog-module--TimelineEntryData--36e08{flex-grow:1;padding-left:2rem;padding-top:.25rem}}.changelog-module--Badge--2SdHf{font-weight:700;font-size:.8rem;text-transform:uppercase;padding:5px 10px;border-radius:5px;display:inline-block;letter-spacing:1px}.changelog-module--Badge--2SdHf.changelog-module--Success--1Ed07{background-color:#3dc372;color:#fff}.changelog-module--Badge--2SdHf.changelog-module--Warning--GE_Hw{background-color:#ffb24e;color:#fff}.changelog-module--Badge--2SdHf.changelog-module--Danger--2aJE-{background-color:#e44e56;color:#fff}.index-module--section--l4Kpe{position:relative}.index-module--sectionSplash--Wjz_m{padding:0 0 2rem;background-color:#fff}.index-module--sectionSplash--Wjz_m .index-module--left--1Ebqu{padding:1rem}.index-module--sectionSplash--Wjz_m header{text-align:left!important}@media screen and (min-width:1200px){.index-module--sectionSplash--Wjz_m{padding:5% 0}.index-module--sectionSplash--Wjz_m .index-module--left--1Ebqu{padding:10% 0 10% 10%}}.index-module--sectionSplash--Wjz_m .index-module--right--1qcuo{padding:5%}.index-module--sectionSplash--Wjz_m .index-module--mainTitle--FW4Uw{font-family:Lato;font-size:1.4rem}@media screen and (min-width:800px){.index-module--sectionSplash--Wjz_m .index-module--mainTitle--FW4Uw{font-size:1.9rem}}.index-module--sectionSplash--Wjz_m .index-module--changelogLink---xSR7{margin-top:.5rem}.index-module--sectionSplash--Wjz_m .index-module--changelogLink---xSR7 span{font-size:.85rem;font-style:italic}.index-module--sectionSplash--Wjz_m .index-module--changelogLink---xSR7 a{text-decoration:none;color:#999}.index-module--sectionSplash--Wjz_m p{margin-bottom:0;padding-bottom:0}.index-module--sectionSplash--Wjz_m .index-module--subheader--3gKPq{line-height:1.4}.index-module--sectionSplash--Wjz_m .index-module--splashScreenshot--2OaaW{max-width:100%;display:block;border-radius:3px;box-shadow:0 0 20px rgba(43,45,56,.08)!important;border:0 solid #eee}.index-module--sectionSplash--Wjz_m .index-module--btnList--K3Sjr>*{margin-bottom:.25rem}.index-module--sectionSplash--Wjz_m .index-module--btnList--K3Sjr>:last-child{opacity:.66}.index-module--sectionMentions--370ct{text-align:center;background-color:#f9f9f9;padding:2rem 1rem}.index-module--sectionMentions--370ct .index-module--mentionHeader--cYdR- p{display:block;text-transform:uppercase;color:#999;font-size:1.25em;text-align:center}.index-module--sectionMentions--370ct .index-module--mentionBox--1BzX5{padding:1rem 2rem}.index-module--sectionMentions--370ct .index-module--mentionBox--1BzX5 .index-module--imgMention--3R5vh{display:block;width:100%}@media screen and (min-width:900px){.index-module--sectionMentions--370ct{padding:2rem}.index-module--sectionMentions--370ct .index-module--mentionBox--1BzX5{padding:2rem 1rem}}.index-module--sectionPersonas--14yif{padding:2rem 0}@media screen and (min-width:900px){.index-module--sectionPersonas--14yif{padding:5% 0}}.index-module--sectionPersonas--14yif h3{color:#000;margin:0 0 2rem;text-align:center;font-size:1rem}@media screen and (min-width:900px){.index-module--sectionPersonas--14yif h3{font-size:1.7rem}}@media screen and (min-width:1200px){.index-module--sectionPersonas--14yif{padding:10% 5% 5%}}.index-module--sectionPersonas--14yif .index-module--box--2C1yX{border-radius:10px;box-shadow:0 0 3rem hsla(0,0%,39.2%,.1);background-color:hsla(0,0%,78.4%,.2);padding:2rem;margin-bottom:2rem;text-align:center}.index-module--sectionPersonas--14yif .index-module--box--2C1yX .index-module--heading--2EiHG{white-space:nowrap;line-height:1;text-transform:uppercase;margin-bottom:1rem}.index-module--sectionPersonas--14yif .index-module--box--2C1yX .index-module--heading--2EiHG img{height:3rem;display:inline-block}.index-module--sectionPersonas--14yif .index-module--box--2C1yX .index-module--heading--2EiHG h4{font-family:var(--sans-serif);font-size:1.5rem}.index-module--sectionPersonas--14yif .index-module--box--2C1yX p{font-family:var(--sans-serif);margin:0;padding:0;font-size:1rem}.index-module--Feature--3DL7n{padding:5% 0}.index-module--Feature--3DL7n .index-module--container--2IQ43{margin:auto}.index-module--Feature--3DL7n .index-module--Description--3WXED li,.index-module--Feature--3DL7n .index-module--Description--3WXED ul{list-style:none;padding:0;margin:0}.index-module--Feature--3DL7n .index-module--Description--3WXED li{line-height:1.5;font-size:.8em}@media screen and (min-width:800px){.index-module--Feature--3DL7n .index-module--Description--3WXED li{font-size:1em}}.index-module--Feature--3DL7n .index-module--Description--3WXED .index-module--svgListItem--1SQhP{height:1em;width:1em;vertical-align:middle;display:inline-block;margin-right:.5rem}@media screen and (min-width:800px){.index-module--Feature--3DL7n .index-module--Description--3WXED{font-size:1.25rem}}.index-module--Feature--3DL7n .index-module--Head--IJzHL{text-align:left;padding-bottom:1rem}.index-module--Feature--3DL7n .index-module--Head--IJzHL img{width:1.5rem}@media screen and (min-width:900px){.index-module--Feature--3DL7n .index-module--Head--IJzHL img{width:3rem}}.index-module--Feature--3DL7n .index-module--Head--IJzHL h2{line-height:1;font-size:1.5rem;margin:.5rem 0;padding:0}.index-module--Feature--3DL7n .index-module--Head--IJzHL h2 em,.index-module--Feature--3DL7n .index-module--Head--IJzHL h2 strong{font-family:Lato;text-transform:uppercase;font-style:normal}.index-module--Feature--3DL7n .index-module--Head--IJzHL h2 strong{font-weight:800}.index-module--Feature--3DL7n .index-module--Head--IJzHL h2 em{font-weight:100}@media screen and (min-width:900px){.index-module--Feature--3DL7n .index-module--Head--IJzHL h2{font-size:2.3rem}.index-module--Feature--3DL7n .index-module--Head--IJzHL h2 em{display:block}}.index-module--sectionLeadGenA--2Wqpy{padding:0 5% 5%;color:#fff;text-align:center}.index-module--sectionLeadGenA--2Wqpy .index-module--box--2C1yX{background-color:#40e0d0;padding:3% 10%}.index-module--sectionLatestBlogs--3ZHEt{margin-top:5%;padding:5%;background-color:#f9f9f9}.pricing-module--Container--tuRnU{padding:0 0 2rem}.pricing-module--RedAnn--16W00{text-align:center;margin:5% 0 0}.pricing-module--RedAnn--16W00 p{display:inline-block;background:#008b8b;color:#fff;font-weight:700;padding:1rem;margin:0 1rem 1rem;border-radius:10px}@media (max-width:900px){.pricing-module--paddedColLg--1M4yw{padding:0;margin:0}}.pricing-module--Comparison--Cbw4q{max-width:1200px;margin:0 auto;text-align:center;box-shadow:0 0 2rem rgba(68,74,102,.15);border-radius:5px}@media (min-width:900px){.pricing-module--Comparison--Cbw4q{margin:5% auto 2rem}}.pricing-module--Comparison--Cbw4q table{width:100%;border-collapse:collapse;border-spacing:0}.pricing-module--Comparison--Cbw4q td,.pricing-module--Comparison--Cbw4q th{empty-cells:show;padding:1rem}.pricing-module--Comparison--Cbw4q .pricing-module--Heading--2voQH{font-size:1.1rem;font-weight:700!important;border-bottom:0!important;padding-bottom:.5rem!important;padding-top:1rem!important}@media (min-width:900px){.pricing-module--Comparison--Cbw4q .pricing-module--Heading--2voQH{padding-top:2rem!important}}.pricing-module--Comparison--Cbw4q tfoot{background-color:#f5f5f5}.pricing-module--Comparison--Cbw4q tbody .pricing-module--FeatureNameRow--33vpW{display:none}.pricing-module--Comparison--Cbw4q tbody tr.pricing-module--GroupRow--ICQ71{color:#195a5b;background:#afeeee;font-weight:700}.pricing-module--Comparison--Cbw4q tbody tr.pricing-module--GroupRow--ICQ71 td{text-align:center}.pricing-module--Comparison--Cbw4q .pricing-module--Row--1jsXC{background:#f5f5f5}.pricing-module--Comparison--Cbw4q .pricing-module--TrWords--PzU-G{font-weight:900}.pricing-module--Comparison--Cbw4q .pricing-module--BlueTick--2_BxZ,.pricing-module--Comparison--Cbw4q .pricing-module--GreenTick--OVE5b,.pricing-module--Comparison--Cbw4q .pricing-module--RedTick--3es5i{font-weight:400}.pricing-module--Comparison--Cbw4q .pricing-module--BlueTick--2_BxZ{color:#0078c1}.pricing-module--Comparison--Cbw4q .pricing-module--RedTick--3es5i{color:#8b0000}.pricing-module--Comparison--Cbw4q .pricing-module--GreenTick--OVE5b{color:#009e2c}.pricing-module--Comparison--Cbw4q th{font-weight:400;padding:0}.pricing-module--Comparison--Cbw4q tr td:first-child{font-weight:700;text-align:left}.pricing-module--Comparison--Cbw4q .pricing-module--Qbo--3r0N0,.pricing-module--Comparison--Cbw4q .pricing-module--Qbse--2LRrW,.pricing-module--Comparison--Cbw4q .pricing-module--Tl--2lWYs{color:#fff;padding:1rem;font-size:13px;border-bottom:0}.pricing-module--Comparison--Cbw4q .pricing-module--Heading--2voQH th,.pricing-module--Comparison--Cbw4q .pricing-module--Tl--2lWYs th{padding-top:2rem}.pricing-module--Comparison--Cbw4q .pricing-module--Qbse--2LRrW{background:#0078c1;border-top-left-radius:3px;border-left:0}.pricing-module--Comparison--Cbw4q .pricing-module--Qbo--3r0N0{background:#009e2c;border-top-right-radius:3px;border-right:0}.pricing-module--Comparison--Cbw4q .pricing-module--PriceButton--2nANz{display:none;margin:1rem 0}.pricing-module--Comparison--Cbw4q .pricing-module--PriceInfo--OibUh{padding:.25rem}@media (min-width:639px){.pricing-module--Comparison--Cbw4q .pricing-module--PriceInfo--OibUh{padding:.5rem 1.5rem 1.5rem}}.pricing-module--Comparison--Cbw4q .pricing-module--PriceWas--V1z1e{display:none;color:#999;text-decoration:line-through}.pricing-module--Comparison--Cbw4q .pricing-module--PriceNow--3bQ-P span{color:#00ced1;font-size:2.5rem;font-weight:700}.pricing-module--Comparison--Cbw4q .pricing-module--PriceNow--3bQ-P span .pricing-module--PriceSmall--2JZYR{font-size:.6rem}.pricing-module--Comparison--Cbw4q .pricing-module--PriceTry--1DZ0J{display:none;font-size:.8rem}.pricing-module--Comparison--Cbw4q .pricing-module--PriceTry--1DZ0J a{color:#202020}@media (max-width:900px){.pricing-module--Comparison--Cbw4q td:first-child,.pricing-module--Comparison--Cbw4q th:first-child{display:none}.pricing-module--Comparison--Cbw4q tbody tr.pricing-module--GroupRow--ICQ71{display:table-row}.pricing-module--Comparison--Cbw4q tbody tr.pricing-module--GroupRow--ICQ71 td{display:table-cell}.pricing-module--Comparison--Cbw4q tbody tr.pricing-module--FeatureNameRow--33vpW{display:table-row;background:#f7f7f7}.pricing-module--Comparison--Cbw4q .pricing-module--Row--1jsXC{background:#fff}.pricing-module--Comparison--Cbw4q .pricing-module--PriceInfo--OibUh{border-top:0!important}}@media (max-width:639px){.pricing-module--Comparison--Cbw4q .pricing-module--PriceBuy--2O6fz{padding:.5rem 1rem}.pricing-module--Comparison--Cbw4q td,.pricing-module--Comparison--Cbw4q th{padding:.7rem .5rem}.pricing-module--Comparison--Cbw4q .pricing-module--HideMobile--3uRP8{display:none}.pricing-module--Comparison--Cbw4q .pricing-module--PriceNow--3bQ-P span{font-size:16px}.pricing-module--Comparison--Cbw4q .pricing-module--PriceSmall--2JZYR{font-size:16px!important;top:0;left:0}.pricing-module--Comparison--Cbw4q .pricing-module--Qbo--3r0N0,.pricing-module--Comparison--Cbw4q .pricing-module--Qbse--2LRrW{font-size:12px;padding:1rem .5rem}.pricing-module--Comparison--Cbw4q .pricing-module--PriceBuy--2O6fz{margin-top:1rem}.pricing-module--Comparison--Cbw4q .pricing-module--Heading--2voQH{font-size:13px}}.pricing-module--Comparison--Cbw4q .pricing-module--Promo--1P4K_{position:relative;text-align:left}.pricing-module--Comparison--Cbw4q .pricing-module--Promo--1P4K_ div{font-weight:700;line-height:1.3;color:#fff;position:relative;z-index:1;height:10rem;width:15.5rem;padding:1rem 0;left:.25rem;display:flex;align-items:center}.pricing-module--Comparison--Cbw4q .pricing-module--Promo--1P4K_ div span{display:block;padding-right:6rem;font-size:1.5rem;margin:-.5rem 0 0}.pricing-module--Comparison--Cbw4q .pricing-module--Promo--1P4K_ div:before{content:"";position:absolute;top:0;left:-1.55rem;width:100%;height:100%;background:url(https://copywritely.com/wp-content/themes/copywritely/design/assets/img/new-pricing/Vector-1.svg) no-repeat;background-size:contain;z-index:-1}.pricing-module--Comparison--Cbw4q .pricing-module--Promo--1P4K_ div:after{content:"";position:absolute;top:-6px;left:-1rem;width:1rem;height:100%;background:url(https://copywritely.com/wp-content/themes/copywritely/design/assets/img/new-pricing/Vector.svg) no-repeat;background-size:contain;z-index:-2}.StartScreen-module--StartScreen--2axSL{max-width:800px;margin-left:auto;margin-right:auto;text-align:center;padding:5% 0}.StartScreen-module--PageSelector--lVxle input{font-size:1rem;height:3rem;line-height:1rem;padding-left:.4rem;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:5px;-ms-box-shadow:inset 0 1px 2px rgba(0,0,0,.18);-o-box-shadow:inset 0 1px 2px rgba(0,0,0,.18);box-shadow:inset 0 1px 2px rgba(0,0,0,.18);-webkit-font-smoothing:antialiased;border:1px solid #bbb;border-top-color:#999;background:#fff}.StartScreen-module--PageSelector--lVxle ul{display:flex;list-style:none;padding:0;margin:0;flex-flow:row wrap}.StartScreen-module--PageSelector--lVxle ul li{flex-grow:1;display:block}.StartScreen-module--PageSelector--lVxle ul li strong{color:#999;font-weight:700;font-size:.9rem;letter-spacing:.3pt;border-radius:5px;margin:5px;background:#f9f9f9;display:block;padding:.5rem;cursor:pointer}.StartScreen-module--PageSelector--lVxle ul li strong:hover{color:#fff;background:#3ecf8e;text-shadow:0 1px 3px rgba(36,180,126,.4)}.Categories-module--CategoriesItem--2cxew,.Categories-module--CategoriesList--11a-r{padding:0;margin:0;list-style-type:none}.Categories-module--CategoriesList--11a-r{display:flex;flex-flow:row wrap;align-items:center;justify-content:center}.Categories-module--CategoryItem--1z3tl{flex-shrink:1;padding:.5rem;background:#fefbf3;border:1px solid #fff}.Categories-module--CategoryBox--3ZiK8 a{padding:5px 0 5px 1.75rem;display:inline-block;background-image:url(https://image.flaticon.com/icons/svg/148/148946.svg);background-repeat:no-repeat;background-size:1.1em 1.1rem;background-position:0;font-size:.7rem;color:#eb7937}.Header-module--header--3iSqR{padding:3% 1rem;background:#40e0d0;color:#fff}.Header-module--header--3iSqR h1{font-size:2.5rem;padding:0;margin:0;text-align:center}.Sections-module--sections--1_XZN{padding:5% 0}.Sections-module--SectionList--2P5Kd{position:relative;text-align:center;padding:0;margin:0}.Sections-module--SectionList--2P5Kd a{text-decoration:none}.Sections-module--SectionList--2P5Kd li,.Sections-module--SectionList--2P5Kd ul{list-style-type:none;padding:0;margin:0}.Sections-module--SectionList--2P5Kd .Sections-module--SectionList--2P5Kd{margin:2%}.Sections-module--SectionList--2P5Kd .Sections-module--ChildrenList--PftMZ .Sections-module--SectionBox--cSSDW{border-radius:5px}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW{padding:3% 2%;margin-bottom:3%}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW.Sections-module--depth1--3mZ7e{background:#f4f4f4}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW.Sections-module--depth2--3hZ_z{background:#e6e6e6}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW.Sections-module--depth3--yRnNL{background:#d2d2d2}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW.Sections-module--depth4--29pv1{background:#b7b7b7}.Sections-module--SectionList--2P5Kd :target:before{display:block;content:" ";padding-top:70px;visibility:hidden;pointer-events:none}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW .Sections-module--SectionTitle--2RPrv{margin:0 0 50px;padding:0;line-height:1;font-size:1rem;opacity:1;font-weight:700}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW .Sections-module--SectionTitle--2RPrv.Sections-module--d1--2w3x-{font-size:2rem}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW .Sections-module--SectionTitle--2RPrv.Sections-module--d2--30bth{font-size:1.6rem}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW .Sections-module--SectionTitle--2RPrv.Sections-module--d3--3A50T{font-size:1.3rem}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW .Sections-module--SectionTitle--2RPrv.Sections-module--d4--18dhX{font-size:1.1rem}.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW .Sections-module--SectionTitle--2RPrv.Sections-module--d5---0OCD,.Sections-module--SectionList--2P5Kd .Sections-module--SectionBox--cSSDW .Sections-module--SectionTitle--2RPrv.Sections-module--d6--1ITSu{font-size:1rem}.Sections-module--SectionList--2P5Kd .Sections-module--SectionTitle--2RPrv small{display:inline-block;opacity:.7;margin-left:.5rem;font-size:.7rem;vertical-align:middle}.Sections-module--SectionList--2P5Kd .Sections-module--SectionDetails--3aWNI{font-size:.7rem;padding:0}.Sections-module--SectionList--2P5Kd ul.Sections-module--SectionDetailsList--vmAzD{display:flex;flex-flow:row wrap}.Sections-module--SectionList--2P5Kd ul.Sections-module--SectionDetailsList--vmAzD>li{flex:1 1}.Sections-module--SectionList--2P5Kd .Sections-module--SectionDetailsList--vmAzD>li em{font-style:normal;font-weight:700;text-transform:uppercase;margin-right:1rem;opacity:.6}.Sections-module--SectionList--2P5Kd .Sections-module--SectionDetailsList--vmAzD>li .Sections-module--all--1bdeY,.Sections-module--SectionList--2P5Kd .Sections-module--SectionDetailsList--vmAzD>li .Sections-module--own--1YvPj{opacity:.5}.Sections-module--SectionList--2P5Kd .Sections-module--SectionDetailsList--vmAzD>li .Sections-module--own--1YvPj{margin-right:.5rem}.Sections-module--SectionList--2P5Kd .Sections-module--SectionDetailsList--vmAzD>li .Sections-module--all--1bdeY{opacity:.3}.Sections-module--SectionList--2P5Kd .Sections-module--SectionDetails--3aWNI li{display:block}.Sections-module--SectionList--2P5Kd ul.Sections-module--LinkList--RV43i{display:flex;flex-flow:row wrap;padding-top:1rem;justify-content:center;align-items:center}.Sections-module--SectionList--2P5Kd li.Sections-module--linkToItem--1Lhxz{margin:0 .5em .5em 0;flex-shrink:1}.Sections-module--SectionList--2P5Kd .Sections-module--linkToItem--1Lhxz>span{cursor:pointer;padding:.3em .6rem;border:1px solid #fff;background:#fff;border-radius:4px;flex-shrink:1;display:inline-block;font-size:.7rem;color:#999}.Sections-module--SectionList--2P5Kd .Sections-module--linkToItem--1Lhxz>span:hover{background:#999;color:#fff}.Sections-module--SectionList--2P5Kd>li:last-child .Sections-module--SectionBox--cSSDW{margin-bottom:0}.Related-module--related--mNNbZ li,.Related-module--related--mNNbZ ul{list-style-type:none;padding:0;margin:0;display:block;text-align:center}.Related-module--related--mNNbZ span{display:block;text-decoration:none;cursor:pointer}.Related-module--related--mNNbZ .Related-module--linkItem--3FTnw{position:relative}.Related-module--related--mNNbZ .Related-module--bg--32Ltm{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;height:100%;background:rgba(64,224,208,.2);z-index:1}.Related-module--related--mNNbZ .Related-module--box--2DbuI{position:relative;padding:5px;border-bottom:1px solid #fff;z-index:2;text-align:center}.Related-module--related--mNNbZ .Related-module--label--1ZZ9i,.Related-module--related--mNNbZ em{position:relative;display:inline-block;z-index:2;font-size:.8rem;padding:0;margin-top:10px;vertical-align:-webkit-baseline-middle}.Related-module--related--mNNbZ .Related-module--label--1ZZ9i{font-weight:700;color:#000;padding-right:.5rem}.Related-module--related--mNNbZ em{background:#fff;color:#666;min-width:2.5rem;text-align:center;font-weight:700;border-radius:5px;margin-left:5px;font-size:.7rem;padding:5px}.TableOfContents-module--ToC--2HVzo{background-color:#fff}.TableOfContents-module--ToC--2HVzo li,.TableOfContents-module--ToC--2HVzo ol{list-style-type:none;padding:0;margin:0}.TableOfContents-module--ToC--2HVzo a{text-decoration:none}.TableOfContents-module--TableOfContentsList--2LCac{display:flex;flex-flow:row wrap;text-align:left}.TableOfContents-module--TableOfContentsList--2LCac:first-child{counter-reset:section!important;list-style-type:none!important}.TableOfContents-module--TableOfContentsList--2LCac .TableOfContents-module--Shadowed--2Iym6{background-color:#fff;border-radius:5px;box-shadow:0 0 20px rgba(43,45,56,.08)!important;border:0 solid #eee;transition:all .15s ease}.TableOfContents-module--TableOfContentsList--2LCac ol{counter-reset:section!important;list-style-type:none!important;background:hsla(0,0%,78.4%,.2);font-size:90%}.TableOfContents-module--TableOfContentsList--2LCac .TableOfContents-module--TocSectionTitle--kaY7f{margin:0;line-height:1.5;opacity:1;font-weight:300;font-size:90%}.TableOfContents-module--TableOfContentsList--2LCac .TableOfContents-module--TocSectionTitle--kaY7f a{display:block;color:#666;padding:.5rem}.TableOfContents-module--TableOfContentsList--2LCac .TableOfContents-module--TocSectionTitle--kaY7f a:hover{color:#000}.TableOfContents-module--TableOfContentsList--2LCac .TableOfContents-module--TocSectionTitle--kaY7f a:before{counter-increment:section!important;content:counters(section,".") ". "!important}.TableOfContents-module--TableOfContentsList--2LCac>li{flex-grow:1}.TableOfContents-module--TableOfContentsList--2LCac>li>.TableOfContents-module--TocSectionBox--2ZPU0{margin:1rem;background:#fefefe;border:1px solid #f9f9f9;border-radius:5px}.TableOfContents-module--TableOfContentsList--2LCac>li>.TableOfContents-module--TocSectionBox--2ZPU0>.TableOfContents-module--TocSectionTitle--kaY7f{font-weight:700;margin:0}.TableOfContents-module--TableOfContentsList--2LCac>li:last-child .TableOfContents-module--TocSectionTitle--kaY7f{border-bottom:0}.TableOfContents-module--TableOfContentsList--2LCac>li .TableOfContents-module--TableOfContents--2GtsK .TableOfContents-module--SectionBox--3-WZI.TableOfContents-module--depth1--1qbk4{background:#f4f4f4}.TableOfContents-module--TableOfContentsList--2LCac>li .TableOfContents-module--TableOfContents--2GtsK .TableOfContents-module--SectionBox--3-WZI.TableOfContents-module--depth2--_vEYp{background:#e6e6e6}.TableOfContents-module--TableOfContentsList--2LCac>li .TableOfContents-module--TableOfContents--2GtsK .TableOfContents-module--SectionBox--3-WZI.TableOfContents-module--depth3--szDg6{background:#d2d2d2}.TableOfContents-module--TableOfContentsList--2LCac>li .TableOfContents-module--TableOfContents--2GtsK .TableOfContents-module--SectionBox--3-WZI.TableOfContents-module--depth4--3OJcj{background:#b7b7b7}.BigLoader-module--BigLoader--3aHwt p{font-size:2rem;font-weight:100;max-width:600px;margin:5% auto;text-align:center}.BigLoader-module--BigLoader--3aHwt .BigLoader-module--spinner--1n6pq{margin:5em auto;width:200px;height:200px;position:relative;text-align:center;animation:BigLoader-module--sk-rotate--1cV2B 2s linear infinite}.BigLoader-module--BigLoader--3aHwt .BigLoader-module--dot1--g3Ddg,.BigLoader-module--BigLoader--3aHwt .BigLoader-module--dot2--2BVb6{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#40e0d0;border-radius:100%;animation:BigLoader-module--sk-bounce--1Lgu8 2s ease-in-out infinite}.BigLoader-module--BigLoader--3aHwt .BigLoader-module--dot2--2BVb6{top:auto;bottom:0;animation-delay:-1s;background-color:#40e0d0}@keyframes BigLoader-module--sk-rotate--1cV2B{to{transform:rotate(1turn);-webkit-transform:rotate(1turn)}}@keyframes BigLoader-module--sk-bounce--1Lgu8{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.PageHeader-module--pageHeader--3O4Vw{text-align:center;background-color:#f9f9f9}.PageHeader-module--inner---KwJO{padding:5%}.PageHeader-module--inner---KwJO>p{margin-left:auto;margin-right:auto;font-weight:400;line-height:1.5}.PageHeader-module--inner---KwJO>p:last-child{margin-bottom:0}@media (min-width:768px){.PageHeader-module--inner---KwJO>p{max-width:60%;font-size:1.5rem}}.FeatureListItem-module--Section--14Rwp{padding:3rem 1rem;margin:auto}@media screen and (min-width:991px){.FeatureListItem-module--Section--14Rwp{padding:5% 2rem}}@media screen and (max-width:991px){.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Row--o6opq>*{margin:0;padding:0}}.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Visual--FLmjs img{display:block;border-radius:10px;padding:0;margin-left:auto;margin-right:auto;width:80%;max-width:500px}@media screen and (min-width:991px){.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Visual--FLmjs img{width:100%;max-width:none}}.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h{position:relative;vertical-align:middle;text-align:center}.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h h2{font-size:2rem}@media screen and (min-width:991px){.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h h2{margin:0 0 1em}}.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h .FeatureListItem-module--Description--1Yj5u{padding:0 1rem}@media screen and (min-width:991px){.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h .FeatureListItem-module--Description--1Yj5u{padding:0}}.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h .FeatureListItem-module--Description--1Yj5u p{letter-spacing:.5pt;font-weight:100;color:#666;font-size:1.1rem}.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h .FeatureListItem-module--Description--1Yj5u p strong{letter-spacing:.1pt;font-weight:400;color:#000}@media screen and (min-width:991px){.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h{padding:0 5% 0 10%}}@media screen and (min-width:1200px){.FeatureListItem-module--Section--14Rwp .FeatureListItem-module--Text--31U5h{padding:0 20% 0 10%}}@media screen and (min-width:991px){.FeatureListItem-module--Section--14Rwp.FeatureListItem-module--NotReverse--3-77E .FeatureListItem-module--Text--31U5h{text-align:left}.FeatureListItem-module--Section--14Rwp.FeatureListItem-module--Reverse--2CLbw .FeatureListItem-module--Text--31U5h{text-align:right;padding:0 10% 0 5%}}@media screen and (min-width:1200px){.FeatureListItem-module--Section--14Rwp.FeatureListItem-module--Reverse--2CLbw .FeatureListItem-module--Text--31U5h{text-align:right;padding:0 10% 0 20%}}.resources-module--Container--2tk_N{background-color:#f9f9f9;padding:0 1rem 2rem;margin:0}.resources-module--Container--2tk_N ol{list-style:none;max-width:1200px;margin:0 auto;padding:0;line-height:1}.resources-module--RI--U3JIv{position:relative;box-shadow:0 0 2rem hsla(0,0%,78.4%,.3);border-radius:10px;margin-bottom:2rem}.resources-module--Index--3vmnU{display:none;text-align:center;padding:1rem}.resources-module--Index--3vmnU span{font-size:2rem;font-weight:900;font-family:Lato,sans-serif;text-rendering:optimizeLegibility}.resources-module--Text--2NHJ6{padding:1rem}.resources-module--Text--2NHJ6 h3{margin:0 0 1rem;padding:0}.resources-module--Visual--1ktgu{padding:1rem}.resources-module--Visual--1ktgu svg{padding:5%}.resources-module--Visual--1ktgu img{width:100%;border-radius:10px!important}@media screen and (min-width:900px){.resources-module--Inner--2yfpW{display:flex;margin:0;max-width:none}.resources-module--Inner--2yfpW>*{align-self:center}.resources-module--Index--3vmnU{flex:1 1}.resources-module--Text--2NHJ6{flex:5 1}.resources-module--Visual--1ktgu{width:40%;flex:4 1}.resources-module--Visual--1ktgu img{padding:0}}@media screen and (min-width:1100px){.resources-module--Index--3vmnU{display:block}}.tags-module--vignetteList--2EhMa{padding:0 5% 5%;list-style-type:none;align-items:center;justify-content:center}.tags-module--vignetteList--2EhMa>*{padding:1%;list-style-type:none}.tags-module--vignetteList--2EhMa a{line-height:1;text-decoration:none;display:block;padding:1rem;border-radius:5px;background-color:#fff;color:#00ced1;font-weight:700;text-transform:uppercase;border:3px solid #00ced1}.tags-module--vignetteList--2EhMa a:hover{background-color:#00ced1;color:#fff}.tags-module--vignetteList--2EhMa a small{background:#fff;display:inline-block;text-align:center;color:#000;font-size:.7rem;padding:5px 8px;border-radius:50%}.ArticleVignette-module--vignette--z54ew{position:relative;background-color:#fff;border-radius:5px;box-shadow:0 0 10px rgba(43,45,56,.06)!important;border:0 solid #eee;transition:all .15s ease;margin:0 0 1.5rem}.ArticleVignette-module--vignette--z54ew:hover{box-shadow:0 0 20px rgba(43,45,56,.08)!important}.ArticleVignette-module--vignette--z54ew a{text-decoration:none;color:#000}.ArticleVignette-module--visual--2tA77{display:block}.ArticleVignette-module--heroImage--3Mc3z{height:auto;max-width:100%;width:100%;display:block;border-top-right-radius:5px;border-top-left-radius:5px}.ArticleVignette-module--textual--27b6d{padding:30px;border:none}.ArticleVignette-module--title--m_Ood{margin:0;padding:0;font-size:1.25rem;font-family:Lato}.ArticleVignette-module--meta--1q63w{font-weight:400;text-align:left;font-size:.8rem;letter-spacing:1px}.ArticleVignette-module--meta--1q63w>span{display:inline-block;margin:.75rem 0 .25rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:clip;padding-right:16px}.ArticleVignette-module--meta--1q63w>span:last-child{border-right:0;padding-right:0;margin-right:0}.ArticleVignette-module--updated--1iGG3{display:none}.ArticleVignette-module--excerpt--Kdaxc{padding:0;margin:0 auto;color:#666;font-size:.9rem;line-height:1.4}.blog-module--blogHeader--2rEBf{padding:5%;text-align:center}.blog-module--subheader--1bWY5{text-align:center;max-width:800px;padding:1rem;margin:auto;font-size:1.5rem;font-weight:100;font-style:italic;color:#999}.blog-module--vignetteList--BdqsD{padding:0 5% 5%}.blog-module--vignetteList--BdqsD>*{padding:2.5%;align-items:center;justify-content:center}.tag-module--vignetteList--1tB18{padding:0 5% 5%}.tag-module--vignetteList--1tB18>*{padding:2.5%;align-items:center;justify-content:center}.tag-module--bottom--28SSj{text-align:center;padding:0 5% 5%}.index-module--TeaserOptin--FVea1{font-size:1rem}.index-module--TeaserOptin--FVea1 header{font-weight:700;padding-bottom:.5em}@media screen and (max-width:600px){.index-module--TeaserOptin--FVea1{font-size:.8em}}.index-module--container--34rxR{background-color:#fff;box-shadow:0 0 20px rgba(43,45,56,.08)!important;border:0 solid #eee;transition:all .15s ease;border-radius:5px;background:#f9f9f9}.index-module--container--34rxR fieldset,.index-module--container--34rxR p{border:0;padding:0;margin:0}.index-module--inner--3kOD7{background:#fff;padding:.5em .5em .5em .75em}.index-module--inner--3kOD7 .index-module--email--3jzSr,.index-module--inner--3kOD7 .index-module--website--2It4m{display:flex}.index-module--inner--3kOD7 .index-module--email--3jzSr>input,.index-module--inner--3kOD7 .index-module--website--2It4m>input{flex-grow:1}.index-module--inner--3kOD7 .index-module--email--3jzSr .index-module--submitter--2CsUF,.index-module--inner--3kOD7 .index-module--website--2It4m .index-module--submitter--2CsUF{flex-shrink:1}.index-module--inner--3kOD7 input[type=color],.index-module--inner--3kOD7 input[type=date],.index-module--inner--3kOD7 input[type=datetime-local],.index-module--inner--3kOD7 input[type=datetime],.index-module--inner--3kOD7 input[type=email],.index-module--inner--3kOD7 input[type=month],.index-module--inner--3kOD7 input[type=number],.index-module--inner--3kOD7 input[type=password],.index-module--inner--3kOD7 input[type=range],.index-module--inner--3kOD7 input[type=search],.index-module--inner--3kOD7 input[type=tel],.index-module--inner--3kOD7 input[type=text],.index-module--inner--3kOD7 input[type=time],.index-module--inner--3kOD7 input[type=url],.index-module--inner--3kOD7 input[type=week],.index-module--inner--3kOD7 textarea{color:#666;border:1px solid #fff;border-radius:3px;padding:0;font-weight:400;outline:none}.index-module--Steps--W963K{display:flex;flex-flow:column wrap;flex-shrink:1;padding:0 0 0 .5em;justify-content:center;flex-direction:column;text-align:center}.index-module--Steps--W963K>div{flex-shrink:1;width:10px;height:10px;border-radius:50%;margin:3px 0;border:1px solid}.index-module--Steps--W963K>div.index-module--Done--3wzyP{background:#40e0d0;border-color:#40e0d0}.index-module--Steps--W963K>div.index-module--NotDone--1xW0M{border-color:rgba(175,238,238,.5)}.index-module--btn--324SS{border:0;width:100%;border-radius:3px;background:#e6e6e6;color:rgba(0,0,0,.8);font-size:12px;font-size:.75em;cursor:pointer;outline:none;white-space:nowrap;display:inline-block;height:2.7em;line-height:1;padding:0 1.25em;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px hsla(0,0%,39.2%,.08);background:#fff;border-radius:4px;font-size:1em;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#000;text-decoration:none;transition:all .15s ease;color:#fff;background-color:#40e0d0;text-shadow:0 1px 3px rgba(36,180,126,.4)}.index-module--ErrorList--oKLl3{margin:0 0 1em}.index-module--ErrorList--oKLl3 li{color:red}.index-module--optedIn--1c026 .index-module--inside--3uwon{color:#00ced1;display:flex;font-size:1.5em;padding:1em}.index-module--optedIn--1c026 .index-module--icon--1qvDc{flex-shrink:1;display:inline-block}.index-module--optedIn--1c026 .index-module--icon--1qvDc img{display:inline-block;height:1em;width:1em}.index-module--optedIn--1c026 .index-module--text--35wJN{padding-left:1em;flex-grow:1;font-weight:700;font-size:.9em}.index-module--optedIn--1c026 .index-module--text--35wJN em{display:block;margin-top:.5em;font-size:.8em;line-height:1;font-style:normal}.index-module--optedInNok--20AKD .index-module--inside--3uwon{color:#8b0000}.index-module--Submitting--22pTe{display:flex}.index-module--Submitting--22pTe .index-module--SubmittingText--18Hyc{flex-grow:1}.index-module--Submitting--22pTe .index-module--SubmittingText--18Hyc p{margin:0;padding:.4em 0 0;text-align:center;font-size:1em;color:#40e0d0;font-weight:700}.index-module--Submitting--22pTe .index-module--SubmittingGrid--1KSJ9{flex-shrink:1}.index-module--SubmittingGrid--1KSJ9{display:inline-block;position:relative;width:64px;height:64px}.index-module--SubmittingGrid--1KSJ9 div{position:absolute;width:13px;height:13px;border-radius:50%;background:#40e0d0;animation:index-module--LoadingGrid--2ksRm 1.5s linear infinite}.index-module--SubmittingGrid--1KSJ9 div:first-child{top:6px;left:6px;animation-delay:0s}.index-module--SubmittingGrid--1KSJ9 div:nth-child(2){top:6px;left:26px;animation-delay:-.4s}.index-module--SubmittingGrid--1KSJ9 div:nth-child(3){top:6px;left:45px;animation-delay:-.8s}.index-module--SubmittingGrid--1KSJ9 div:nth-child(4){top:26px;left:6px;animation-delay:-.4s}.index-module--SubmittingGrid--1KSJ9 div:nth-child(5){top:26px;left:26px;animation-delay:-.8s}.index-module--SubmittingGrid--1KSJ9 div:nth-child(6){top:26px;left:45px;animation-delay:-1.2s}.index-module--SubmittingGrid--1KSJ9 div:nth-child(7){top:45px;left:6px;animation-delay:-.8s}.index-module--SubmittingGrid--1KSJ9 div:nth-child(8){top:45px;left:26px;animation-delay:-1.2s}.index-module--SubmittingGrid--1KSJ9 div:nth-child(9){top:45px;left:45px;animation-delay:-1.6s}@keyframes index-module--LoadingGrid--2ksRm{0%,to{opacity:1}50%{opacity:.3}}.index-module--Logo--48XJj .index-module--ToolName--1OHdX{display:inline-block;margin-left:1rem}.index-module--Name--2h7KK{margin:0;font-size:1.5rem}p.index-module--Excerpt--250I9{padding:0 5%;font-size:1rem!important;font-weight:300}.index-module--Container--lfHSi{padding:1rem}.index-module--Container--lfHSi li,.index-module--Container--lfHSi ul{list-style-type:none;padding:0;margin:0}.index-module--AddressBar--2timP{margin:1rem 0;padding:.5rem;font-size:.8rem;width:auto;display:inline-block;background-color:#fff;border-radius:10px;letter-spacing:1px}.index-module--AddressBar--2timP>.index-module--HostName--aSwf5,.index-module--AddressBar--2timP>.index-module--PathName--3Dn-s,.index-module--AddressBar--2timP>.index-module--Protocol--2v1sw{display:inline-block}.index-module--AddressBar--2timP>.index-module--HostName--aSwf5,.index-module--AddressBar--2timP>.index-module--Protocol--2v1sw{color:#006400}.index-module--AddressBar--2timP>.index-module--PathName--3Dn-s{color:#666}.index-module--ToC--NOuEy{text-align:center}.index-module--ToC--NOuEy a{display:block;padding:0 0 .5rem;text-transform:uppercase;text-decoration:none;color:#666}.index-module--ToC--NOuEy a:hover{color:#000}@media screen and (min-width:1000px){.index-module--Container--lfHSi{display:flex;padding:2rem 5%}.index-module--ToC--NOuEy{flex:1 1;align-self:flex-start;position:-webkit-sticky;position:sticky;top:0;text-align:right;margin-right:2rem;margin-bottom:2rem}.index-module--SectionArea--360Dr{flex:4 1}.index-module--SectionArea--360Dr .index-module--Section--g6OzV:last-of-type{margin-bottom:2rem}}@media screen and (min-width:1400px){.index-module--Container--lfHSi{padding:2rem 15%}}.index-module--Section--g6OzV{font-size:.9rem;padding-top:2rem}.index-module--Section--g6OzV .index-module--Empty--36Qlb{background-color:rgba(139,0,0,.1);color:#8b0000}.index-module--Section--g6OzV .index-module--Empty--36Qlb p{font-weight:700;padding:1em}@media screen and (min-width:800px){.index-module--Section--g6OzV .index-module--Empty--36Qlb p{padding:1em 1em 1em 5rem}}@media screen and (min-width:800px){.index-module--Section--g6OzV{font-size:1rem}}.index-module--Section--g6OzV .index-module--Padded--TRfUZ{padding:1rem}@media screen and (min-width:800px){.index-module--Section--g6OzV .index-module--Padded--TRfUZ{padding:2rem}}.index-module--Section--g6OzV .index-module--Inner--UoRCq{box-shadow:0 0 2.5rem hsla(0,0%,78.4%,.4);border-radius:10px}.index-module--Section--g6OzV ul{margin:0;padding:0;background-color:rgba(175,238,238,.329)}.index-module--Section--g6OzV li{padding:1em;border-bottom:1px solid #fff}@media screen and (min-width:800px){.index-module--Section--g6OzV li{padding:1rem 0 1rem 5rem}}.index-module--Section--g6OzV li .index-module--Icon--j19_I{height:.7em;vertical-align:middle}.index-module--Section--g6OzV p{font-size:1em;font-weight:300;margin:0 0 1em}.index-module--Section--g6OzV p:last-child{margin-bottom:0}.index-module--CallToAction--2wvfY{padding:4rem 0 2rem}.index-module--CallToAction--2wvfY p{padding:0;margin:0;font-weight:900}.index-module--CallToAction--2wvfY .index-module--Inner--UoRCq{box-shadow:0 0 2.5rem hsla(0,0%,78.4%,.5);border-radius:10px;padding:1rem;display:flex;align-items:center}.index-module--One--3iXeb .index-module--Inner--UoRCq{background-color:#00ced1;color:#fff;box-shadow:0 0 2.5rem rgba(0,206,209,.5)}.index-module--One--3iXeb .index-module--Inner--UoRCq .index-module--A--K9VGn{flex-grow:1;font-size:1.2em;padding-left:.5rem}.index-module--One--3iXeb .index-module--Inner--UoRCq .index-module--B--1rXOO{flex-shrink:1}.index-module--Two--NioYl .index-module--Inner--UoRCq{background-color:#673ab7;color:#fff;box-shadow:0 0 2.5rem rgba(103,58,183,.5)}.index-module--Two--NioYl .index-module--Inner--UoRCq .index-module--A--K9VGn{flex-grow:1;font-size:1.2em;padding-left:.5rem}.index-module--Two--NioYl .index-module--Inner--UoRCq .index-module--B--1rXOO{flex-shrink:1}.index-module--Point--3fnfO{position:relative;line-height:1.5}.index-module--Point--3fnfO .index-module--Title--1HSab{margin:0 0 1em;padding:0;font-weight:600;color:#2a305e;font-size:2em;line-height:1}@media screen and (min-width:800px){.index-module--Point--3fnfO{padding-left:3em}.index-module--Point--3fnfO:after,.index-module--Point--3fnfO:before{content:" ";position:absolute;border-radius:50%;left:0;top:0}.index-module--Point--3fnfO:before{width:2em;height:2em;background-color:#fff;box-shadow:0 .3em .6em 0 rgba(68,74,102,.1)}.index-module--Point--3fnfO:after{width:1em;height:1em;margin-left:.5em;margin-top:.5em}.index-module--Point--3fnfO.index-module--Purple--1T084:after{background-color:#795fdf}.index-module--Point--3fnfO.index-module--Gold--2BQoR:after{background-color:gold}.index-module--Point--3fnfO.index-module--Cyan--hXnrR:after{background-color:#0ff}.index-module--Point--3fnfO.index-module--Green--3vzjk:after{background-color:#adff2f}.index-module--Point--3fnfO.index-module--Gray--3TQb5:after{background-color:#dcdcdc}}.index-module--Loader--1ONIT{padding:5% 0;text-align:center}.index-module--Loader--1ONIT>*{margin:0;padding:0;font-weight:100}.index-module--Loader--1ONIT .index-module--Primary--7e9Vp{font-size:2rem}.index-module--Loader--1ONIT .index-module--Secondary--2p6O3{font-size:1rem}.index-module--Loader--1ONIT svg{width:300px;height:300px;margin:2rem auto;display:block}.index-module--ErrorPage--QYGDs{color:#8b0000;text-align:center;padding:5%}.Button-module--Button--3uC_E{display:inline-block;position:relative;text-align:center;font-size:1em}.Button-module--Button--3uC_E a{position:relative;cursor:pointer;outline:none;white-space:nowrap;display:inline-block;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);background:#fff;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:.05rem;color:#000;text-decoration:none;transition:all .15s ease;color:#fff;background:#40e0d0;text-shadow:0 1px 3px rgba(33,150,243,.4);border:1px solid #40e0d0}.Button-module--Button--3uC_E a:hover{background:#42e6d5;top:-1px}.Button-module--Button--3uC_E.Button-module--InvertedGreen--2Ek2f a{color:#40e0d0;border:1px solid #40e0d0;text-shadow:none;background:#fff}.Button-module--Button--3uC_E.Button-module--InvertedGreen--2Ek2f a:hover{background:#fcfcfc}.Button-module--Button--3uC_E.Button-module--InvertedPurple--2vyeI a{color:#673ab7;border:1px solid #673ab7;text-shadow:none;background:#fff}.Button-module--Button--3uC_E.Button-module--InvertedPurple--2vyeI a:hover{background:#fcfcfc}.Button-module--Button--3uC_E.Button-module--FluidButton--1xDTC,.Button-module--Button--3uC_E.Button-module--FluidButton--1xDTC a{display:block}.Button-module--Button--3uC_E.Button-module--Normal--OqCcE a{font-size:.9rem;padding:.75rem 1rem}.Button-module--Button--3uC_E.Button-module--Large--3-Fg7 a{font-size:1rem;padding:1rem 1.3rem}.Button-module--Button--3uC_E.Button-module--Small--3h1yA a{font-size:.8rem;padding:.6rem 1rem}.post-module--article--1SjHg h1,.post-module--article--1SjHg h2,.post-module--article--1SjHg h3,.post-module--article--1SjHg h4,.post-module--article--1SjHg h5{font-family:Lato}.post-module--article--1SjHg h2{color:#00ced1}.post-module--articleHeaderText--2QLQM{text-align:center;padding:5% 5% 0;margin:auto}.post-module--articleHeaderText--2QLQM h1{font-size:1.4rem;line-height:1.25;color:#00ced1}.post-module--excerpt--11hub{font-family:Source Sans Pro;font-weight:100;padding-top:1rem;padding-bottom:1rem;font-size:1.1rem;line-height:1.25;margin:auto}.post-module--metaList--WV8cT{list-style-type:none;margin:0;padding:0;font-style:italic}.post-module--metaList--WV8cT li{list-style-type:none;margin:0;padding:1em 0}.post-module--articleHero--yMBPa{margin:5% 0}.post-module--articleMain--2iunI{padding-bottom:3rem}.post-module--articleContents--iGVdC{font-family:Source Sans Pro}.post-module--articleContents--iGVdC>div>*{max-width:var(--max-width);padding-left:var(--side-padding);padding-right:var(--side-padding);margin:2rem auto}.post-module--articleContents--iGVdC>div>ul:first-of-type{border:1px solid #fcfcfc;padding:1rem 2rem;border-radius:10px;box-shadow:0 0 2rem rgba(0,0,0,.05);background:hsla(0,0%,78.4%,.05);margin:2rem 1rem 4rem}.post-module--articleContents--iGVdC>div>ul:first-of-type a{font-size:.8rem;text-decoration:none;color:#666}.post-module--articleContents--iGVdC>div>ul:first-of-type a:hover{color:#000}@media screen and (min-width:771px){.post-module--articleContents--iGVdC>div>ul:first-of-type a{font-size:1rem}}.post-module--articleContents--iGVdC>div>ul:first-of-type p{margin:0;padding:0}.post-module--articleContents--iGVdC>div>ul:first-of-type li{margin:0;padding:0 0 .25rem}.post-module--articleContents--iGVdC>div>ol li,.post-module--articleContents--iGVdC>div>ul li{margin-left:2rem}.post-module--articleContents--iGVdC>div>p code{background:#f0f0f0;padding:3px 8px;border-radius:5px;border:1px solid #c6c6c6;margin:0;color:#333}.post-module--articleContents--iGVdC>div>h1,.post-module--articleContents--iGVdC>div>h2,.post-module--articleContents--iGVdC>div>h3,.post-module--articleContents--iGVdC>div>h4,.post-module--articleContents--iGVdC>div>h5{line-height:1.25;margin-top:2.5em;margin-bottom:1em}.post-module--articleContents--iGVdC>div>h1 a,.post-module--articleContents--iGVdC>div>h2 a,.post-module--articleContents--iGVdC>div>h3 a,.post-module--articleContents--iGVdC>div>h4 a,.post-module--articleContents--iGVdC>div>h5 a{visibility:hidden}.post-module--articleContents--iGVdC>div>h1{font-size:2.2rem}.post-module--articleContents--iGVdC>div>h2{font-size:2rem;text-shadow:0 0 1rem rgba(187,235,234,.64)}.post-module--articleContents--iGVdC>div>h4{font-weight:400}.post-module--articleContents--iGVdC>div figcaption{font-size:.7rem;line-height:1.25;color:#cacaca;margin:.8em 2rem;text-align:center}.post-module--articleContents--iGVdC>div a{color:#009597;font-weight:400;text-decoration:underline}.post-module--articleContents--iGVdC>div a:hover{color:#00696b}@media screen and (min-width:771px){.post-module--articleHeaderText--2QLQM{padding:5% 5% 0}.post-module--articleHeaderText--2QLQM h1{font-size:2.5rem}.post-module--excerpt--11hub{font-size:1.5rem;line-height:1.5}.post-module--articleHero--yMBPa{max-width:var(--max-hero-width);margin:5% auto}.post-module--articleHero--yMBPa img{display:block;width:100%;max-width:100%;border-radius:10px!important;border:1px solid #eee}.post-module--articleContents--iGVdC{font-size:1.2rem;line-height:1.5}.post-module--articleContents--iGVdC>div>ul:first-of-type{padding:1rem 3rem;margin-left:auto;margin-right:auto}}@media screen and (min-width:1200px){.post-module--articleHeaderText--2QLQM{max-width:60%}}
+ ]]>
+ </style>
+ <meta name="generator" content="Gatsby 2.22.9" />
+ <link rel="shortcut icon" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/favicon.ico" />
+ <link rel="icon" type="image/png" sizes="16x16" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/favicon-16x16.png" />
+ <link rel="icon" type="image/png" sizes="32x32" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/favicon-32x32.png" />
+ <link rel="manifest" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/manifest.json" />
+ <meta name="mobile-web-app-capable" content="yes" />
+ <meta name="theme-color" content="#fff" />
+ <meta name="application-name" content="topicseed-website" />
+ <link rel="apple-touch-icon" sizes="57x57" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-57x57.png" />
+ <link rel="apple-touch-icon" sizes="60x60" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-60x60.png" />
+ <link rel="apple-touch-icon" sizes="72x72" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-72x72.png" />
+ <link rel="apple-touch-icon" sizes="76x76" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-76x76.png" />
+ <link rel="apple-touch-icon" sizes="114x114" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-114x114.png" />
+ <link rel="apple-touch-icon" sizes="120x120" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-120x120.png" />
+ <link rel="apple-touch-icon" sizes="144x144" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-144x144.png" />
+ <link rel="apple-touch-icon" sizes="152x152" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-152x152.png" />
+ <link rel="apple-touch-icon" sizes="167x167" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-167x167.png" />
+ <link rel="apple-touch-icon" sizes="180x180" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-180x180.png" />
+ <link rel="apple-touch-icon" sizes="1024x1024" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-icon-1024x1024.png" />
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+ <meta name="apple-mobile-web-app-title" content="topicseed-website" />
+ <link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-320x460.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-640x920.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-640x1096.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-750x1294.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-1182x2208.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-1242x2148.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-748x1024.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-768x1004.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-1496x2048.png" />
+ <link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/icons-5f7390f8df97283d5b517dead9b4a9d5/apple-touch-startup-image-1536x2008.png" />
+ <title data-react-helmet="true">
+ Content Depth — Write Comprehensively About Your Core Topics | topicseed
+ </title>
+ <meta data-react-helmet="true" name="description" content="Content writers and marketers find it hard to write a lot of content about a very specific topic. They lose a lot of points on their content depth because they would rather focus on pushing thin content about plenty of topics." />
+ <meta data-react-helmet="true" name="tags" content="Content Depth,Topical Authority" />
+ <meta data-react-helmet="true" property="og:title" content="Content Depth — Write Comprehensively About Your Core Topics" />
+ <meta data-react-helmet="true" property="og:type" content="article" />
+ <meta data-react-helmet="true" property="og:url" content="https://topicseed.com/blog/content-depth-for-seo" />
+ <meta data-react-helmet="true" property="og:image" content="https://topicseed.com/static/9c97da26f6eeee98fc2e628ca3416226/57090/content-depth-seo.png" />
+ <meta data-react-helmet="true" property="og:description" content="Content writers and marketers find it hard to write a lot of content about a very specific topic. They lose a lot of points on their content depth because they would rather focus on pushing thin content about plenty of topics." />
+ <meta data-react-helmet="true" property="og:site_name" content="topicseed" />
+ <meta data-react-helmet="true" property="og:locale" content="en_US" />
+ <meta data-react-helmet="true" property="og:updated_time" content="2018-06-12T23:00:00.000Z" />
+ <meta data-react-helmet="true" property="article:modified_time" content="2018-06-12T23:00:00.000Z" />
+ <meta data-react-helmet="true" property="article:published_time" content="2018-06-12T23:00:00.000Z" />
+ <link rel="canonical" href="https://topicseed.com/blog/content-depth-for-seo" data-baseprotocol="https:" data-basehost="topicseed.com" />
+ <style type="text/css">
+ /*<![CDATA[*/
+ .anchor {
+ float: left;
+ padding-right: 4px;
+ margin-left: -20px;
+ }
+ h1 .anchor svg,
+ h2 .anchor svg,
+ h3 .anchor svg,
+ h4 .anchor svg,
+ h5 .anchor svg,
+ h6 .anchor svg {
+ visibility: hidden;
+ }
+ h1:hover .anchor svg,
+ h2:hover .anchor svg,
+ h3:hover .anchor svg,
+ h4:hover .anchor svg,
+ h5:hover .anchor svg,
+ h6:hover .anchor svg,
+ h1 .anchor:focus svg,
+ h2 .anchor:focus svg,
+ h3 .anchor:focus svg,
+ h4 .anchor:focus svg,
+ h5 .anchor:focus svg,
+ h6 .anchor:focus svg {
+ visibility: visible;
+ }
+ /*]]>*/
+ </style>
+ <script>
+ <![CDATA[
+ document.addEventListener("DOMContentLoaded", function(event) {
+ var hash = window.decodeURI(location.hash.replace('#', ''))
+ if (hash !== '') {
+ var element = document.getElementById(hash)
+ if (element) {
+ var offset = element.offsetTop
+ // Wait for the browser to finish rendering before scrolling.
+ setTimeout((function() {
+ window.scrollTo(0, offset - 0)
+ }), 0)
+ }
+ }
+ })
+ ]]>
+ </script>
+ <link rel="sitemap" type="application/xml" href="/sitemap.xml" />
+ <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,100i,200,200i,300,300i,400,400i,600,600i,700,700i,900,900i|Lato:300,400,400i,700" rel="stylesheet" />
+ <link as="script" rel="preload" href="/webpack-runtime-0492a572fdd49b8e1c9d.js" />
+ <link as="script" rel="preload" href="/framework-c078ab5cc0599490105f.js" />
+ <link as="script" rel="preload" href="/app-e61cbb9e5f9aaa06b962.js" />
+ <link as="script" rel="preload" href="/styles-9b6f388623a2ec93d35f.js" />
+ <link as="script" rel="preload" href="/885eb025e981378eedf422d5b3545d4eebce3f62-c969f725392e18e66f50.js" />
+ <link as="script" rel="preload" href="/a46159e2a7241999ec544c326fa84cca5dda2ca8-419ee48c76badafe338c.js" />
+ <link as="script" rel="preload" href="/4d8bd03769955e7ffa305e9df9fd8c45ea8ce544-20cfe20204c6ef10aa5c.js" />
+ <link as="script" rel="preload" href="/494aa2667243fb352b6c4f73ed1a8fa80c641942-1149805138126f0ca2a7.js" />
+ <link as="script" rel="preload" href="/component---src-templates-post-js-a7f7cfc98fbcd66feb7e.js" />
+ <link as="fetch" rel="preload" href="/page-data/blog/content-depth-for-seo/page-data.json" crossorigin="anonymous" />
+ <link as="fetch" rel="preload" href="/page-data/app-data.json" crossorigin="anonymous" />
+ </head>
+ <body>
+ <div id="___gatsby">
+ <div style="outline:none" tabindex="-1" id="gatsby-focus-wrapper">
+ <div>
+ <div>
+ <nav class="Navigation-module--navigation--2Ttnx">
+ <div class="Navigation-module--branding--QzOe4">
+ <a class="Navigation-module--navLink--3Ceps" href="/"><span>topicseed<!-- --> <img src="https://topicseed.com/assets/logos/topicseed-visual-black-xs.png" alt="topicseed logo" /></span></a>
+ </div>
+ <div class="Navigation-module--topMenu--2WS0K">
+ <label class="Navigation-module--navLink--3Ceps Navigation-module--toggler--1HP5t" for="menu-toggle">☰</label><input type="checkbox" id="menu-toggle" class="Navigation-module--menuToggle--2a0Fx" aria-label="Toggle Menu" />
+ <ul class="Navigation-module--menu--3ilH3">
+ <li>
+ <a class="Navigation-module--navLink--3Ceps" href="/features">Features</a>
+ </li>
+ <li>
+ <a class="Navigation-module--navLink--3Ceps" href="/pricing">Pricing</a>
+ </li>
+ <li>
+ <a class="Navigation-module--navLink--3Ceps" href="/resources">Free SEO Tools</a>
+ </li>
+ <li>
+ <a class="Navigation-module--navLink--3Ceps Navigation-module--active--tC-lF" href="/blog">Blog</a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ </div>
+ <main class="siteMain">
+ <article class="post-module--article--1SjHg">
+ <header>
+ <div class="post-module--articleHeaderText--2QLQM">
+ <h1>
+ Content Depth — Write Comprehensively About Your Core Topics
+ </h1>
+ <p class="post-module--excerpt--11hub">
+ Content writers and marketers find it hard to write a lot of content about a very specific topic. They lose a lot of points on their content depth because they would rather focus on pushing thin content about plenty of topics.
+ </p>
+ <ul class="post-module--metaList--WV8cT">
+ <li>
+ <small>On <!-- -->6/13/2018<!-- --> by <!-- -->@lazharichir</small>
+ </li>
+ </ul>
+ </div>
+ <div class="post-module--articleHero--yMBPa">
+ <div class="gatsby-image-wrapper" style="position:relative;overflow:hidden">
+ <div aria-hidden="true" style="width:100%;padding-bottom:50%"></div><img aria-hidden="true" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAIAAAA7N+mxAAAACXBIWXMAAAsSAAALEgHS3X78AAABgElEQVQoz2WSS2vCUBCF88dFfJt3dBFJ3fmKG7vTWruwIEithbQiXVmkEhvjTWq0xih10dNcShUPNzA35JtzZgjzdaHNZnM4HEajUTweVxSFZVlRFFVVRZ1IJOKhstksx3HMJbzF2W4JIbqup1IpWZIeB4PpZFIul2OxmCgKsiyjXS6X+4e3odbr9Wq1wpUslyvHue92FVkGhq95noc5JaFMJsPsQgVBgMchxDJNe7FAC9uyng3jdTzWazVk7vV6T8Mh4HQ6nUwmaXgmONHa83CoP8LfttuFgorZqpXqTauVz+cjkQhgls0Kwm/4E3i/3/m+6zjwRITv4/FtMtE0DQuLRqM8x103GjjoBX+anDlh93Ajtv3pupgZV8uyapXKXadTKpUe+v0Xw6jX6xSjk5/Fhnzf9zwP/mjxYZrmbPY+nV5pmiAKXCgwkiTR+gzeBwEYaz5f2jbMsXaXkFaziTlhxYdiQ6E4n/nPGQujNX4VbKFYLGK98AEjCDx1Bok3P/kSytq5UkC3AAAAAElFTkSuQmCC" alt="Content Depth — Write Comprehensively About Your Core Topics" style="position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;transition-delay:500ms" /><noscript><picture><source srcset="/static/9c97da26f6eeee98fc2e628ca3416226/d9446/content-depth-seo.png 158w, /static/9c97da26f6eeee98fc2e628ca3416226/2f6e7/content-depth-seo.png 315w, /static/9c97da26f6eeee98fc2e628ca3416226/57090/content-depth-seo.png 630w, /static/9c97da26f6eeee98fc2e628ca3416226/4ace0/content-depth-seo.png 945w, /static/9c97da26f6eeee98fc2e628ca3416226/fb0fe/content-depth-seo.png 1260w, /static/9c97da26f6eeee98fc2e628ca3416226/dc9f7/content-depth-seo.png 2000w" sizes="(max-width: 630px) 100vw, 630px" /><img loading="lazy" sizes="(max-width: 630px) 100vw, 630px" srcset="/static/9c97da26f6eeee98fc2e628ca3416226/d9446/content-depth-seo.png 158w, /static/9c97da26f6eeee98fc2e628ca3416226/2f6e7/content-depth-seo.png 315w, /static/9c97da26f6eeee98fc2e628ca3416226/57090/content-depth-seo.png 630w, /static/9c97da26f6eeee98fc2e628ca3416226/4ace0/content-depth-seo.png 945w, /static/9c97da26f6eeee98fc2e628ca3416226/fb0fe/content-depth-seo.png 1260w, /static/9c97da26f6eeee98fc2e628ca3416226/dc9f7/content-depth-seo.png 2000w" src="/static/9c97da26f6eeee98fc2e628ca3416226/57090/content-depth-seo.png" alt="Content Depth — Write Comprehensively About Your Core Topics" style="position:absolute;top:0;left:0;opacity:1;width:100%;height:100%;object-fit:cover;object-position:center" /></picture></noscript>
+ </div>
+ </div>
+ </header>
+ <main class="post-module--articleMain--2iunI">
+ <div class="post-module--articleContents--iGVdC">
+ <div>
+ <ul>
+ <li>
+ <a href="#assess-how-deep-is-your-content">Assess How Deep Is Your Content</a>
+ </li>
+ <li>
+ <a href="#rewrite-with-content-depth-in-mind">Rewrite With Content Depth In Mind</a>
+ </li>
+ <li>
+ <a href="#yes-content-depth-and-breadth-overlap">Yes, Content Depth and Breadth Overlap</a>
+ </li>
+ <li>
+ <a href="#depth-of-content--quality--frequency">Depth of Content = Quality + Frequency</a>
+ </li>
+ </ul>
+ <p>
+ <strong>Content depth</strong> is an arbitrary score or rating of how comprehensive the coverage of a specific topic is within a piece of content. <strong>Content breadth</strong> is an arbitrary grading of how many related subjects are you covering within your content.
+ </p>
+ <p>
+ And this distinction is important to make and establish from the beginning. Effective <a href="https://topicseed.com/blog/what-is-topical-authority" target="_blank" rel="nofollow noopener noreferrer"><strong>topical authority</strong></a> can only be gained when you use both content depth and content breadth in your overall content strategy for rapid search engine optimization gains. However, because most content writers prefer to write a little bit about many things rather than write a lot about one thing, you end up with a too little substance spread very thin.
+ </p>
+ <p>
+ Content depth should be the urgent priority for your content marketing strategy, and clearly defined in your <a href="/blog/content-briefs">content briefs</a>. Start by dominating your own core topics, before venturing across the pond and write about linked subject matters. Otherwise, you are the opposite of an authority as the definition states that an authority is <em>“a person with extensive or specialized knowledge about a subject; an expert”.</em> Lastly, do not mistake&#160;article depth vs. article length: a&#160;blog post’s extreme wordcount has nothing to do with its content depth.
+ </p>
+ <h2 id="assess-how-deep-is-your-content">
+ <a href="#assess-how-deep-is-your-content" aria-label="assess how deep is your content permalink" class="anchor"><svg aria-hidden="true" focusable="false" height="16" version="1.1" viewbox="0 0 16 16" width="16">
+ <path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Assess How Deep Is Your Content
+ </h2>
+ <p>
+ The first task on your list, right now, is to shortlist your core topics. What are you trying to be an expert on? Then, go through each one of your pieces of content and understand how well each blog post is covering&#160;its focus topic(s). Not how many times specific keywords appear, or how well the article is outlined and structured.
+ </p>
+ <p>
+ Put yourself in the shoes of an ignorant reader who seeks information. Read your article. <strong>And ask yourself how in-depth was the content you have written?</strong> I know the excuse you will come up with: this was written for beginners, therefore, it shouldn’t be too in-depth. And you are correct. Not every blog post is about absolute content depth otherwise we would only write one 10,000-word-long article, once and for all. But then, how well your beginner-level content pointing to your expert-level content?
+ </p>
+ <p>
+ In other words, each article should reach an incredible level of content depth for its expertise level. And then, provide further reading <em>(i.e. links)</em> to gain more knowledge, and depth. A lot of content editors write a beginner’s blog post and wait to see it perform well in order to write a more advanced sequel. Wrong. Give all the value so search engines can grade you highly on their authority scale for your core topics. Yes, it is a risk and you may write a dozen of articles on a specific topic that will never really rank at the top of SERPs, but <strong>reaching content depth is the first step towards SEO gains</strong>.
+ </p>
+ <p>
+ Remember that <strong>skyscraper content</strong> and <strong>10x content</strong> are not necessarily the answer. These content writing strategies state that in order to beat another piece of content, you need to write 10x more. Either in quantity with a 10x word count or in quality by putting times more information within your own piece of content. Such articles often become unreadable and discourage visitors from absorbing all the knowledge. The best alternative is the create <a href="https://topicseed.com/blog/how-broad-should-topics-be-for-pillar-pages" target="_blank" rel="nofollow noopener noreferrer">pillar pages</a> centered around core topics, and several articles dealing with each specific section in depth. This is <strong>deep content powered by a <a href="https://topicseed.com/blog/internal-linking-strategies-for-topic-clustering" target="_blank" rel="nofollow noopener noreferrer">smart internal linking strategy</a></strong>&#160;and search engines love that in this day and age where attention spans are short! <em>With that being said, avoid writing 600-word articles!</em>
+ </p>
+ <h2 id="rewrite-with-content-depth-in-mind">
+ <a href="#rewrite-with-content-depth-in-mind" aria-label="rewrite with content depth in mind permalink" class="anchor"><svg aria-hidden="true" focusable="false" height="16" version="1.1" viewbox="0 0 16 16" width="16">
+ <path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Rewrite With Content Depth In Mind
+ </h2>
+ <p>
+ Once you know which articles are lacking depth of knowledge and information, it is time to rethink each one. For each article, make a list of what essential pieces of information or data are missing. Then decide where to fit them, and decide whether the article would benefit from a full rewrite or not. As a rule of thumb, if you need to change a third of your article, you may need to rewrite it entirely. Of course, this does not mean erasing all work done prior, but it means starting afresh! Trying to <strong>fit deep content into an existing blog</strong> post gives you constraints so doing it from scratch can actually be easier to fight thin content.
+ </p>
+ <div>
+ <aside class="index-module--TeaserOptin--FVea1">
+ <header>
+ Optimize one of your blog posts immediately – for FREE!
+ </header>
+ <div class="index-module--container--34rxR">
+ <div class="index-module--inner--3kOD7">
+ <form class="index-module--website--2It4m">
+ <input type="url" placeholder="Blog Post URL" value="" required="" aria-label="Blog Post URL" />
+ <div class="index-module--submitter--2CsUF">
+ <button type="submit" class="index-module--btn--324SS">Next</button>
+ </div>
+ <div class="index-module--Steps--W963K">
+ <div class="index-module--Done--3wzyP"></div>
+ <div class="index-module--NotDone--1xW0M"></div>
+ <div class="index-module--NotDone--1xW0M"></div>
+ </div>
+ </form>
+ </div>
+ </div>
+ </aside>
+ </div>
+ <p>
+ As explained above, make sure you do not force yourself to write a much longer article to reach a <a href="https://moz.com/blog/blog-post-length-frequency" target="_blank" rel="nofollow noopener noreferrer">magic word count</a>. And if you do, it has to be natural. In many cases, articles written months or years ago may need some upkeeping: trimming the fat and removing parts that are not bringing much value. Replace these with your newer and deeper content.
+ </p>
+ <p>
+ All content writers know that when you open Google Docs, WordPress, or your text editor of choice, you will inevitably count your focus keywords’ frequency. Although I understand (yet question) the value of keywords in modern SEO, do not become obsessed with reaching a magic number for your keywords. No reader coming from Google is out there counting how often your keywords are appearing. And search engine algorithms will penalize you for writing for robots, rather than humans.
+ </p>
+ <p>
+ With the massive rise of voice searches, <a href="/blog/featured-snippets-using-questions">users tend to use full questions for their search queries</a>. What used to be <code>top bottled water brands</code>&#160;is now <code>OK google, what is the best bottled-water brand in Texas</code>?&#160;The point being, <a href="https://topicseed.com/blog/keyword-search-volume-overrated" target="_blank" rel="nofollow noopener noreferrer"><strong>keywords are losing traction</strong></a> to leave space for a more natural language understanding of a blog post’s textual content, and meaning.
+ </p>
+ <h2 id="yes-content-depth-and-breadth-overlap">
+ <a href="#yes-content-depth-and-breadth-overlap" aria-label="yes content depth and breadth overlap permalink" class="anchor"><svg aria-hidden="true" focusable="false" height="16" version="1.1" viewbox="0 0 16 16" width="16">
+ <path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Yes, Content Depth and Breadth Overlap
+ </h2>
+ <p>
+ <em>“A topic can be defined as the company it keeps.”</em> A very accurate saying loved by ontologists&#160;within the fields of&#160;computational linguistics, and information science. In simpler terms, a topic and all the terminology it is encompassing will inevitably overlap with related topics. Which, in turn, will form <a href="https://topicseed.com/blog/topic-clusters-relationships" target="_blank" rel="nofollow noopener noreferrer"><strong>topic clusters</strong></a>.
+ </p>
+ <p>
+ For example, it is obvious that despite being two different topics, <code>digital advertising</code>&#160;and <code>content marketing</code>&#160;share some common phrases and terms. Inevitably, a website picking one as its core topic will use words in some blog posts that will identify the article as belonging to both topics, with a specific weight for each.
+ </p>
+ <p>
+ A keyword, phrase, or term, is not a prisoner to a single concept at all. This is how algorithms in natural language understanding can understand how two topics are related (e.g. read about <a href="https://en.wikipedia.org/wiki/Topic_model" target="_blank" rel="nofollow noopener noreferrer"><em>topic modeling</em></a>). Each topic has a specific <strong>vocabulary</strong>, a list of words and phrases commonly used in its context, and some of these terms are present in different vocabularies.
+ </p>
+ <p>
+ Therefore, content depth and content breadth are not to be opposed. Content marketers should use both strategies in order to reach ultimate <strong>topical authority</strong> over their choice of subject matters.
+ </p>
+ <h2 id="depth-of-content--quality--frequency">
+ <a href="#depth-of-content--quality--frequency" aria-label="depth of content quality frequency permalink" class="anchor"><svg aria-hidden="true" focusable="false" height="16" version="1.1" viewbox="0 0 16 16" width="16">
+ <path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Depth of Content = Quality + Frequency
+ </h2>
+ <p>
+ Up until recently, long-form blog posts generally were <strong>evergreen articles</strong> that generated a constant stream of organic traffic for a website. This was a lead magnet generation strategy which worked well: hire a writer, include the right keywords, reach over a 5,000-word word count, and hit publish. Then, wait.
+ </p>
+ <p>
+ Nowadays, in-depth content requires more effort over time in order to pay off. Writing a big article, as good as it is, will not get your anywhere near the level of <a href="https://topicseed.com/blog/topical-seo" target="_blank" rel="nofollow noopener noreferrer">topical breadth</a>&#160;required by Google to rank you first. Instead, your content marketing plan should be about having:
+ </p>
+ <ul>
+ <li>a <strong>comprehensive pillar page</strong> covering a unique topic, and
+ </li>
+ <li>
+ <strong>narrow-focused children articles</strong> to dig deeper.
+ </li>
+ </ul>
+ <p>
+ Search engines also look at how often you publish about a specific topic, and when was the last time it was written about. Nobody likes a <a href="https://www.copypress.com/blog/avoiding-blog-graveyard/" target="_blank" rel="nofollow noopener noreferrer">graveyard blog</a>, it just makes the reader lose trust; as if the writer was not good enough, therefore had no traffic, before entirely giving up. Deep content requires a sustained effort on your part to always new find ways to write about a specific subject. Sure, it will be easy at first. But what about five years later? Well, you will still need to hit publish, all about the very same topics you already covered years ago.
+ </p>
+ <p>
+ Tools and platforms such as topicseed are here to <a href="https://topicseed.com/blog/how-to-find-new-blog-post-ideas" target="_blank" rel="nofollow noopener noreferrer">help you find new article ideas</a> pertaining to your core topics within a few clicks and a few minutes. The number of web pages, Wikipedia articles, and pieces of content, our machine-learning algorithms can analyze in seconds would take you months to digest. Our <em>topicgraph</em>&#160;finds closely related concepts in order for your domain to <strong>reach topical authority through content depth and content breadth</strong>.
+ </p>
+ </div>
+ </div>
+ </main>
+ </article>
+ </main>
+ <aside class="SimpleOptinForm-module--container--3JpKE SimpleOptinForm-module--fluid--1iPrt">
+ <div class="SimpleOptinForm-module--inner--1YsM0">
+ <header class="SimpleOptinForm-module--header--36bBg">
+ <h1>
+ RECEIVE TOPICAL SEO TIPS
+ </h1>
+ <h2>
+ Learn about topical SEO, keyword clustering, and cool SEO content tools.
+ </h2>
+ </header>
+ <form>
+ <fieldset>
+ <div class="SimpleOptinForm-module--fields--3BB2p">
+ <div class="row">
+ <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+ <p class="SimpleOptinForm-module--field--jE8AR">
+ <input type="text" placeholder="Full Name" value="" aria-label="Full Name" />
+ </p>
+ </div>
+ <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+ <p class="SimpleOptinForm-module--field--jE8AR">
+ <input type="email" placeholder="Work Email" value="" required="" aria-label="Work Email" />
+ </p>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+ <p class="SimpleOptinForm-module--field--jE8AR">
+ <input type="text" placeholder="Organization" value="" aria-label="Organization" />
+ </p>
+ </div>
+ <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
+ <p class="SimpleOptinForm-module--field--jE8AR">
+ <select>
+ <option value="Founder">
+ Founder
+ </option>
+ <option value="Director">
+ Director
+ </option>
+ <option value="Marketing Manager">
+ Marketing Manager
+ </option>
+ <option value="Marketing Executive">
+ Marketing Executive
+ </option>
+ <option value="Content Writer">
+ Content Writer
+ </option>
+ <option value="Content Editor">
+ Content Editor
+ </option>
+ </select>
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="SimpleOptinForm-module--btnWrapper--140rB">
+ <div class="row">
+ <div class="col-xs-12">
+ <button type="submit" class="SimpleOptinForm-module--btn--2iMm_">Let's go!</button>
+ </div>
+ </div>
+ </div>
+ </fieldset>
+ </form>
+ </div>
+ </aside>
+ <footer class="SiteFooter-module--siteFooter--2ZMf7">
+ <div class="row row-valign-center">
+ <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
+ <div class="SiteFooter-module--LineOfLinks--17SUL">
+ <a href="/blog">Blog</a><a href="/agency">Agency</a><a href="/changelog">Changelog</a><a href="/contact">Contact</a><a href="/privacy">Privacy Policy</a>
+ </div>
+ </div>
+ </div>
+ <div class="row SiteFooter-module--copyrightNotice--3uQ14">
+ <p>
+ topicseed, 2018-2019 © All rights reserved. Operated by TOPICSEED LIMITED, a company registered in England &amp; Wales (Company No. 11746352)
+ </p>
+ </div>
+ </footer>
+ </div>
+ </div>
+ <div id="gatsby-announcer" style="position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0" aria-live="assertive" aria-atomic="true"></div>
+ </div>
+ <script id="gatsby-script-loader">
+ /*<![CDATA[*/window.pagePath="/blog/content-depth-for-seo";/*]]>*/
+ </script>
+ <script id="gatsby-chunk-mapping">
+ /*<![CDATA[*/window.___chunkMapping={"app":["/app-e61cbb9e5f9aaa06b962.js"],"component---src-pages-404-js":["/component---src-pages-404-js-629775d27a2dc4ec3d2d.js"],"component---src-pages-agency-index-js":["/component---src-pages-agency-index-js-156249e08af981271f31.js"],"component---src-pages-blog-js":["/component---src-pages-blog-js-ed62d4c0a6ea689b9a52.js"],"component---src-pages-changelog-js":["/component---src-pages-changelog-js-b7fbb55334e481c3936b.js"],"component---src-pages-contact-js":["/component---src-pages-contact-js-4ceb754adec5e981fce7.js"],"component---src-pages-features-index-js":["/component---src-pages-features-index-js-27c81d134ae9eaf9e882.js"],"component---src-pages-index-js":["/component---src-pages-index-js-b673e5e0ada88bfb9d4f.js"],"component---src-pages-optimize-index-js":["/component---src-pages-optimize-index-js-4781b3602ad3a2bbb0da.js"],"component---src-pages-pricing-js":["/component---src-pages-pricing-js-77b60e8075370d840e83.js"],"component---src-pages-privacy-js":["/component---src-pages-privacy-js-d5d0d0327a6c36487ae1.js"],"component---src-pages-resources-js":["/component---src-pages-resources-js-22268944990d8ceb3017.js"],"component---src-pages-tags-js":["/component---src-pages-tags-js-32e47399c0e44d54942a.js"],"component---src-pages-wikibrowser-big-loader-js":["/component---src-pages-wikibrowser-big-loader-js-2480c4a479d098fa3c79.js"],"component---src-pages-wikibrowser-categories-js":["/component---src-pages-wikibrowser-categories-js-be322cf37349abed6674.js"],"component---src-pages-wikibrowser-header-js":["/component---src-pages-wikibrowser-header-js-27d60f97d0bfaa86d7d6.js"],"component---src-pages-wikibrowser-index-js":["/component---src-pages-wikibrowser-index-js-bd277474980a4e601169.js"],"component---src-pages-wikibrowser-page-selector-js":["/component---src-pages-wikibrowser-page-selector-js-9ffd7523bf4f0e012591.js"],"component---src-pages-wikibrowser-page-view-js":["/component---src-pages-wikibrowser-page-view-js-90d9ace6d852090ab3e0.js"],"component---src-pages-wikibrowser-related-js":["/component---src-pages-wikibrowser-related-js-268c847fb46795e93a25.js"],"component---src-pages-wikibrowser-sections-js":["/component---src-pages-wikibrowser-sections-js-29f9686b1aeaba46d44a.js"],"component---src-pages-wikibrowser-start-screen-js":["/component---src-pages-wikibrowser-start-screen-js-56c75be8ad98a4738dbc.js"],"component---src-pages-wikibrowser-table-of-contents-js":["/component---src-pages-wikibrowser-table-of-contents-js-311cd188a98614de1993.js"],"component---src-templates-post-js":["/component---src-templates-post-js-a7f7cfc98fbcd66feb7e.js"],"component---src-templates-tag-js":["/component---src-templates-tag-js-4475dea6846e23127a9d.js"]};/*]]>*/
+ </script>
+ <script src="/component---src-templates-post-js-a7f7cfc98fbcd66feb7e.js" async="async"></script>
+ <script src="/494aa2667243fb352b6c4f73ed1a8fa80c641942-1149805138126f0ca2a7.js" async="async"></script>
+ <script src="/4d8bd03769955e7ffa305e9df9fd8c45ea8ce544-20cfe20204c6ef10aa5c.js" async="async"></script>
+ <script src="/a46159e2a7241999ec544c326fa84cca5dda2ca8-419ee48c76badafe338c.js" async="async"></script>
+ <script src="/885eb025e981378eedf422d5b3545d4eebce3f62-c969f725392e18e66f50.js" async="async"></script>
+ <script src="/styles-9b6f388623a2ec93d35f.js" async="async"></script>
+ <script src="/app-e61cbb9e5f9aaa06b962.js" async="async"></script>
+ <script src="/framework-c078ab5cc0599490105f.js" async="async"></script>
+ <script src="/webpack-runtime-0492a572fdd49b8e1c9d.js" async="async"></script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json
new file mode 100644
index 0000000..bce09c6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/assets.tumblr.com\/images\/og\/fb_landscape_share.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json
new file mode 100644
index 0000000..225236c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "+ Added Granite, Andesite, and Diorite stone blocks, with smooth versions\n+ Added Slime Block\n+ Added Iron Trapdoor\n+ Added Prismarine and Sea Lantern blocks\n+ Added the Ocean Monument\n+ Added Red...",
+ "Image": "http:\/\/assets.tumblr.com\/images\/og\/fb_landscape_share.png",
+ "Title": "Minecraft 1.8 - The Bountiful Update",
+ "SiteName": "Minecraft Update News"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html
new file mode 100644
index 0000000..92cea21
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html
@@ -0,0 +1,4 @@
+<div id="posts">
+ <h3><a href="http://mcupdate.tumblr.com/post/96439224994/minecraft-18-the-bountiful-update">Minecraft 1.8 - The Bountiful Update</a></h3>
+ <div><p>+ Added Granite, Andesite, and Diorite stone blocks, with smooth versions<br>+ Added Slime Block<br>+ Added Iron Trapdoor<br>+ Added Prismarine and Sea Lantern blocks<br>+ Added the Ocean Monument<br>+ Added Red Sandstone<br>+ Added Banners<br>+ Added Armor Stands<br>+ Added Coarse Dirt (dirt where grass won’t grow)<br>+ Added Guardian mobs, with item drops<br>+ Added Endermite mob<br>+ Added Rabbits, with item drops<br>+ Added Mutton and Cooked Mutton<br>+ Villagers will harvest crops and plant new ones<br>+ Mossy Cobblestone and Mossy Stone Bricks are now craftable<br>+ Chiseled Stone Bricks are now craftable<br>+ Doors and fences now come in all wood type variants<br>+ Sponge block has regained its water-absorbing ability and becomes wet<br>+ Added a spectator game mode (game mode 3)<br>+ Added one new achievement<br>+ Added “Customized” world type<br>+ Added hidden “Debug Mode” world type<br>+ Worlds can now have a world barrier<br>+ Added @e target selector for Command Blocks<br>+ Added /blockdata command<br>+ Added /clone command<br>+ Added /execute command<br>+ Added /fill command<br>+ Added /particle command<br>+ Added /testforblocks command<br>+ Added /title command<br>+ Added /trigger command<br>+ Added /worldborder command<br>+ Added /stats command<br>+ Containers can be locked in custom maps by using the “Lock” data tag<br>+ Added logAdminCommands, showDeathMessages, reducedDebugInfo, sendCommandFeedback, and randomTickSpeed game rules<br>+ Added three new statistics<br>+ Player skins can now have double layers across the whole model, and left/right arms/legs can be edited independently<br>+ Added a new player model with smaller arms, and a new player skin called Alex?<br>+ Added options for configuring what pieces of the skin that are visible<br>+ Blocks can now have custom visual variations in the resource packs<br>+ Minecraft Realms now has an activity chart, so you can see who has been online<br>+ Minecraft Realms now lets you upload your maps<br>* Difficulty setting is saved per world, and can be locked if wanted<br>* Enchanting has been redone, now costs lapis lazuli in addition to enchantment levels<br>* Villager trading has been rebalanced<br>* Anvil repairing has been rebalanced<br>* Considerable faster client-side performance<br>* Max render distance has been increased to 32 chunks (512 blocks)<br>* Adventure mode now prevents you from destroying blocks, unless your items have the CanDestroy data tag<br>* Resource packs can now also define the shape of blocks and items, and not just their textures<br>* Scoreboards have been given a lot of new features<br>* Tweaked the F3 debug screen<br>* Block ID numbers (such as 1 for stone), are being replaced by ID names (such as minecraft:stone)<br>* Server list has been improved<br>* A few minor changes to village and temple generation<br>* Mob heads for players now show both skin layers<br>* Buttons can now be placed on the ceiling<br>* Lots and lots of other changes<br>* LOTS AND LOTS of other changes<br>- Removed Herobrine</p></div>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html b/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html
new file mode 100644
index 0000000..14069d2
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html
@@ -0,0 +1,793 @@
+<!DOCTYPE html>
+<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
+
+<head>
+ <script>
+ var __pbpa = true;
+ </script>
+ <script>
+ var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';
+ </script>
+ <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=7f6772238e1748fa255bd191b4985d65"></script>
+ <!--
+ Photo Minimal
+ A Tumblr theme by William Rainbird - http://william.rainbird.me
+
+ Tweaked for the Minecraft Launcher by Mojang
+-->
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Minecraft 1.8 - The Bountiful Update - Minecraft 1.8 - The Bountiful Update - Minecraft Update News</title>
+ <style type="text/css">
+ body {
+ font-family: sans-serif;
+ background-color: #222222;
+ background-image: url('http://static.tumblr.com/qfn3sex/ezom7y7iq/bg_main.png');
+ color: #e0d0d0;
+ }
+
+ a {
+ color: #aaaaff;
+ }
+
+ hr {
+ border: 0;
+ color: #111111;
+ background-color: #111111;
+ height: 2px;
+ }
+
+ h3 {
+ color: #ffffff;
+ font-size: 16px;
+ }
+
+ img {
+ border: 0;
+ margin: 0;
+ }
+
+ .sidebar {
+ padding: 10px;
+ vertical-align: top;
+ }
+
+ .alert {
+ background-color: #aa0000;
+ color: #ffffff;
+ font-weight: bold;
+ padding: 6px 10px;
+ width: 500px;
+ }
+ </style>
+ <style>
+ figure {
+ margin: 0
+ }
+
+ .tmblr-iframe {
+ position: absolute
+ }
+
+ .tmblr-iframe.hide {
+ display: none
+ }
+ </style>
+ <link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=mcupdate%26postID=96439224994" />
+ <link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=mcupdate&amp;postID=96439224994" />
+ <link rel="alternate" type="application/json+oembed" href="https://www.tumblr.com/oembed/1.0?url=http://mcupdate.tumblr.com/post/96439224994/minecraft-18-the-bountiful-update" title="Minecraft 1.8 - The Bountiful Update
++ Added Granite, Andesite, and Diorite stone blocks, with smooth versions
++ Added Slime Block
++ Added Iron Trapdoor
++ Added Prismarine and Sea Lantern blocks
++ Added the Ocean Monument
++ Added Red Sandstone
++..." />
+ <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
+ <link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3" />
+ <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS -->
+ <!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. -->
+ <!-- Read more: http://ogp.me/ -->
+ <meta property="fb:app_id" content="48119224995" />
+ <meta property="og:site_name" content="Minecraft Update News" />
+ <meta property="og:title" content="Minecraft 1.8 - The Bountiful Update" />
+ <meta property="og:url" content="http://mcupdate.tumblr.com/post/96439224994/minecraft-18-the-bountiful-update" />
+ <meta property="og:description" content="+ Added Granite, Andesite, and Diorite stone blocks, with smooth versions
++ Added Slime Block
++ Added Iron Trapdoor
++ Added Prismarine and Sea Lantern blocks
++ Added the Ocean Monument
++ Added Red..." />
+ <meta property="og:determiner" content="a" />
+ <meta property="og:type" content="tumblr-feed:entry" />
+ <meta property="og:image" content="http://assets.tumblr.com/images/og/fb_landscape_share.png" />
+ <meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=mcupdate&amp;postID=96439224994" />
+ <meta property="al:ios:app_name" content="Tumblr" />
+ <meta property="al:ios:app_store_id" content="305343404" />
+ <meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=mcupdate&amp;postID=96439224994" />
+ <meta property="al:android:app_name" content="Tumblr" />
+ <meta property="al:android:package" content="com.tumblr" />
+ <!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
+ <!-- GOOGLE CAROUSEL -->
+ <script type="application/ld+json">
+ {
+ "@type": "SocialMediaPosting",
+ "url": "http:\/\/mcupdate.tumblr.com\/post\/96439224994\/minecraft-18-the-bountiful-update",
+ "mainEntityOfPage": true,
+ "datePublished": "2014-09-02T08:35:27-04:00",
+ "author": "mcupdate",
+ "headline": "Minecraft 1.8 - The Bountiful Update",
+ "articleBody": "+ Added Granite, Andesite, and Diorite stone blocks, with smooth versions\n+ Added Slime Block\n+ Added Iron Trapdoor\n+ Added Prismarine and Sea Lantern blocks\n+ Added the Ocean Monument\n+ Added Red Sandstone\n+ Added Banners\n+ Added Armor Stands\n+ Added Coarse Dirt (dirt where grass won\u2019t grow)\n+...",
+ "@context": "http:\/\/schema.org"
+ }
+ </script>
+ <link rel="canonical" href="http://mcupdate.tumblr.com/post/96439224994/minecraft-18-the-bountiful-update" />
+ <style type="text/css">
+ .knight-rider-loader {
+ line-height: 0;
+ white-space: nowrap;
+ width: 78px
+ }
+
+ .knight-rider-loader.small {
+ width: 39px
+ }
+
+ .knight-rider-loader.centered {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%)
+ }
+
+ .knight-rider-loader.h-centered {
+ position: absolute;
+ top: 0;
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%)
+ }
+
+ .knight-rider-bar {
+ display: none;
+ width: 20px;
+ height: 20px;
+ margin: 0 3px;
+ border-radius: 5px;
+ opacity: .5;
+ background-color: #d0d0d0
+ }
+
+ .small&gt;
+ .knight-rider-bar {
+ width: 10px;
+ height: 10px;
+ margin-left: 2px;
+ margin-right: 1px;
+ border-radius: 2px
+ }
+
+ .animate&gt;
+ .knight-rider-bar {
+ display: inline-block;
+ -webkit-animation: knight-rider-oscillate ease-in-out .3s infinite alternate;
+ animation: knight-rider-oscillate ease-in-out .3s infinite alternate
+ }
+
+ .knight-rider-bar:nth-child(1) {
+ -webkit-animation-delay: -.2s;
+ animation-delay: -.2s
+ }
+
+ .knight-rider-bar:nth-child(2) {
+ -webkit-animation-delay: -.1s;
+ animation-delay: -.1s
+ }
+
+ @-webkit-keyframes knight-rider-oscillate {
+ 0% {
+ opacity: .5;
+ -webkit-transform: scaleY(1);
+ transform: scaleY(1)
+ }
+ to {
+ opacity: 1;
+ -webkit-transform: scaleY(1.4);
+ transform: scaleY(1.4)
+ }
+ }
+
+ @keyframes knight-rider-oscillate {
+ 0% {
+ opacity: .5;
+ -webkit-transform: scaleY(1);
+ transform: scaleY(1)
+ }
+ to {
+ opacity: 1;
+ -webkit-transform: scaleY(1.4);
+ transform: scaleY(1.4)
+ }
+ }
+
+ .tmblr-iframe {
+ position: absolute
+ }
+
+ .tmblr-iframe.hide {
+ display: none
+ }
+
+ .tmblr-pano-lightbox-container .tmblr-iframe--pano-lightbox {
+ z-index: 8675309;
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100%;
+ display: none
+ }
+
+ .tmblr-pano-lightbox-container .tmblr-iframe-preloader-container {
+ z-index: 8675310;
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ height: 100%;
+ background: rgba(0, 0, 0, .92)
+ }
+
+ .tmblr-pano-lightbox-container .tmblr-pano-lightbox {
+ display: block
+ }
+
+ .tmblr-pano-lightbox-container .tmblr-pano-lightbox--preloading {
+ display: none
+ }
+
+ .tmblr-iframe--controls-phone-container {
+ padding-top: 43px
+ }
+
+ .tmblr-iframe--controls-phone-container .t-logo {
+ display: none
+ }
+
+ .tmblr-iframe--controls,
+ .tmblr-iframe--mobile-logged-in-controls {
+ position: fixed
+ }
+
+ .tmblr-iframe--controls.iframe-controls--desktop,
+ .tmblr-iframe--mobile-logged-in-controls.iframe-controls--desktop {
+ top: 0;
+ right: 0;
+ width: 40%;
+ min-width: 200px;
+ height: 36px;
+ z-index: 100
+ }
+
+ .tmblr-iframe--controls.iframe-controls--phone-mobile,
+ .tmblr-iframe--mobile-logged-in-controls.iframe-controls--phone-mobile {
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 44px;
+ padding-right: 8px;
+ z-index: 10
+ }
+
+ .tmblr-iframe--controls.iframe-controls--tablet-mobile,
+ .tmblr-iframe--mobile-logged-in-controls.iframe-controls--tablet-mobile {
+ top: 0;
+ right: 0;
+ width: 235px;
+ height: 36px;
+ z-index: 2147483646
+ }
+
+ .tmblr-iframe--desktop-logged-in-controls {
+ position: fixed
+ }
+
+ .tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
+ right: 0;
+ top: 0;
+ z-index: 100
+ }
+
+ .tmblr-iframe--unified-controls {
+ position: fixed;
+ top: 0;
+ right: 0;
+ left: 0;
+ width: 100%;
+ height: 0;
+ z-index: 100
+ }
+
+ .tmblr-iframe-compact .tmblr-iframe--unified-controls {
+ left: auto
+ }
+
+ .tmblr-iframe-overlay.tmblr-iframe-full-width #page .logo-wrapper {
+ display: none
+ }
+
+ @media screen and (max-device-width:568px) {
+ .tmblr-iframe-overlay.tmblr-iframe-full-width .no-image:not(.avatar-hidden) #header {
+ padding-top: 140px
+ }
+ }
+
+ .tmblr-iframe-overlay.tmblr-iframe-full-width:not(.tmblr-iframe-themed) .top-blog-header .header-image.cover.loaded:after {
+ display: none
+ }
+
+ .tmblr-iframe-overlay.tmblr-iframe-full-width:not(.tmblr-iframe-themed) .tmblr-iframe--unified-controls {
+ background-image: linear-gradient(180deg, rgba(0, 0, 0, .4) 0, transparent);
+ padding-bottom: 10px;
+ transition: padding-bottom .1s linear
+ }
+
+ .tmblr-iframe-overlay.tmblr-iframe-full-width:not(.tmblr-iframe-themed) .tmblr-iframe--unified-controls.tmblr-iframe--below-header {
+ padding-bottom: 0
+ }
+
+ .tmblr-iframe--follow-teaser {
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ z-index: 100;
+ display: none
+ }
+
+ .tmblr-iframe--follow-teaser.open {
+ display: block
+ }
+
+ .tmblr-iframe--follow-teaser.sticky-ad-visible {
+ bottom: 310px
+ }
+
+ @-webkit-keyframes iframe-app-cta-transition {
+ 0% {
+ opacity: 0;
+ bottom: -2em
+ }
+ to {
+ opacity: 1
+ }
+ }
+
+ @keyframes iframe-app-cta-transition {
+ 0% {
+ opacity: 0;
+ bottom: -2em
+ }
+ to {
+ opacity: 1
+ }
+ }
+
+ @-webkit-keyframes iframe-app-cta-dismiss-transition {
+ 0% {
+ opacity: 1;
+ -webkit-transform: translateY(0);
+ transform: translateY(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateY(2em);
+ transform: translateY(2em)
+ }
+ }
+
+ @keyframes iframe-app-cta-dismiss-transition {
+ 0% {
+ opacity: 1;
+ -webkit-transform: translateY(0);
+ transform: translateY(0)
+ }
+ to {
+ opacity: 0;
+ -webkit-transform: translateY(2em);
+ transform: translateY(2em)
+ }
+ }
+
+ body.android,
+ body.ios {
+ padding-bottom: 50px
+ }
+
+ .tmblr-iframe--app-cta-button {
+ display: none;
+ position: fixed;
+ bottom: 10px;
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
+ z-index: 100
+ }
+
+ .tmblr-iframe--app-cta-button.tmblr-iframe--loaded {
+ display: block;
+ -webkit-animation: iframe-app-cta-transition .2s ease-out;
+ animation: iframe-app-cta-transition .2s ease-out
+ }
+
+ .tmblr-lightbox {
+ position: fixed;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ z-index: 8675309;
+ overflow: hidden;
+ background-color: hsla(0, 0%, 7%, .92)
+ }
+
+ .tmblr-lightbox .vignette {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ left: 0;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ z-index: 8675308;
+ background-size: 100% 100%
+ }
+
+ .tmblr-lightbox .lightbox-image-container {
+ position: absolute;
+ z-index: 8675310;
+ cursor: pointer
+ }
+
+ .tmblr-lightbox .lightbox-image-container.single-image {
+ cursor: default
+ }
+
+ .tmblr-lightbox .lightbox-image {
+ border-radius: 3px;
+ box-shadow: 0 4px 30px #000;
+ border-width: 0;
+ background-color: transparent
+ }
+
+ .tmblr-lightbox .lightbox-image.hide {
+ display: none
+ }
+
+ .tmblr-lightbox .lightbox-image.placeholder {
+ background-color: hsla(0, 0%, 100%, .05)
+ }
+
+ .tmblr-lightbox .lightbox-caption {
+ position: absolute;
+ text-align: center;
+ font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
+ font-size: 17px;
+ font-weight: 700;
+ color: #fff;
+ padding-top: 20px;
+ text-shadow: 0 4px 30px #000;
+ display: inline-block;
+ text-rendering: optimizeLegibility
+ }
+
+ .tmblr-lightbox .lightbox-caption.hide {
+ display: none
+ }
+
+ .hidden-body {
+ position: relative;
+ left: -99999px;
+ overflow: hidden;
+ background-color: #000
+ }
+
+ .hidden-body .show-mobile-lightbox {
+ position: fixed;
+ overflow: hidden;
+ width: 100%;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ z-index: 8675309
+ }
+
+ .tmblr-iframe--sticky-ad {
+ position: fixed;
+ right: -464px;
+ bottom: 0;
+ border: 1px solid #8f8f8f;
+ background-color: #fff;
+ z-index: 100;
+ transition: all .5s ease
+ }
+
+ .tmblr-iframe--sticky-ad.show {
+ right: 0
+ }
+
+ .sticky-darla-ad {
+ position: fixed;
+ bottom: -315px;
+ right: 0;
+ z-index: 100;
+ border-radius: 5px 0;
+ border: 1px solid #9da6af;
+ transition: all .5s ease;
+ padding: 10px
+ }
+
+ .sticky-darla-ad.show {
+ bottom: 0
+ }
+
+ .sticky-darla-ad .ad-close-btn {
+ position: relative;
+ font-weight: 900;
+ margin-left: auto;
+ margin-right: 0;
+ margin-top: -26px;
+ cursor: pointer;
+ width: 20px;
+ height: 15px;
+ text-align: center;
+ border-radius: 5px 5px 0 0;
+ font-size: 12px;
+ line-height: 1.5;
+ border-top: 1px solid #9da6af;
+ border-left: 1px solid #9da6af;
+ border-right: 1px solid #9da6af
+ }
+
+ .sticky-darla-ad .ad-close-btn .icon-x {
+ display: none;
+ position: relative;
+ font-size: 12px;
+ content: '\D7';
+ color: #9da6af
+ }
+
+ .sticky-darla-ad .ad-footer {
+ font-size: 10px;
+ line-height: 1;
+ text-align: center
+ }
+
+ .sticky-darla-ad .ad-footer a {
+ padding-left: 5px;
+ border-bottom: 0;
+ text-decoration: none
+ }
+
+ .sticky-darla-ad .ad-header {
+ font-size: 10px;
+ line-height: 1;
+ text-align: center;
+ margin: 5px
+ }
+
+ .tmblr-iframe--init {
+ width: 0;
+ height: 0;
+ opacity: 0;
+ z-index: -1;
+ pointer-events: none
+ }
+ </style>
+ <script async="" src="/assets/src/scripts/tumblr/dashboard/px.js?ch=1"></script>
+ <style type="text/css">
+ .live-photo {
+ position: relative;
+ overflow: hidden;
+ cursor: pointer;
+ }
+
+ .live-photo video,
+ .live-photo img {
+ display: block;
+ max-width: 100%;
+ pointer-events: none;
+ -ms-touch-action: none;
+ touch-action: none;
+ }
+
+ .live-photo video {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+
+ .live-photo video::-webkit-media-controls-start-playback-button {
+ display: none;
+ }
+
+ .live-photo .live-photo-icon {
+ display: block;
+ position: absolute;
+ top: 12px;
+ left: 12px;
+ width: 24px;
+ height: 24px;
+ background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Ctitle%3ELive Photo%3C/title%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24 36c6.627 0 12-5.373 12-12s-5.373-12-12-12-12 5.373-12 12 5.373 12 12 12zm0-2c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z'/%3E%3Cpath d='M24 29a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-3a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm4.788.63a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm4.462 1.85a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm3.831 2.94a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm2.94 3.831a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm1.849 4.462a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm.63 4.788a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-.63 4.788a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-1.85 4.461a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-2.94 3.831a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-3.831 2.94a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-4.462 1.849a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM24 44a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-4.788-.63a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-4.462-1.85a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-3.831-2.94a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-2.94-3.831a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM6.13 30.288a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM5.5 25.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm.63-4.788a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm1.85-4.462a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm2.94-3.831a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm3.831-2.94a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm4.462-1.849a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3C/g%3E%3C/svg%3E") center center;
+ background-size: contain;
+ -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
+ filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
+ pointer-events: none;
+ }
+
+ .live-photo .live-photo-postroll,
+ .live-photo .live-photo-video {
+ opacity: 0;
+ }
+
+ .live-photo .live-photo-video {
+ -webkit-filter: blur(7.5px);
+ filter: blur(7.5px);
+ }
+
+ .live-photo .live-photo-keyframe,
+ .live-photo .live-photo-postroll,
+ .live-photo .live-photo-video {
+ will-change: transform, filter, opacity;
+ transition: opacity 0.5s linear, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s linear;
+ transition: transform 0.5s ease-out, filter 0.5s linear, opacity 0.5s linear;
+ transition: transform 0.5s ease-out, filter 0.5s linear, opacity 0.5s linear, -webkit-transform 0.5s ease-out, -webkit-filter 0.5s linear;
+ }
+
+ .live-photo.loading .live-photo-icon {
+ -webkit-animation: live-photo-icon-loading 0.5s linear alternate infinite both;
+ animation: live-photo-icon-loading 0.5s linear alternate infinite both;
+ }
+
+ .live-photo.preview .live-photo-postroll {
+ opacity: 1;
+ transition-duration: 0s;
+ }
+
+ .live-photo.active video,
+ .live-photo.active img {
+ -webkit-transform: scale(1.075, 1.075);
+ -ms-transform: scale(1.075, 1.075);
+ transform: scale(1.075, 1.075);
+ }
+
+ .live-photo.active .live-photo-postroll {
+ -webkit-animation: live-photo-post-roll 1s both;
+ animation: live-photo-post-roll 1s both;
+ }
+
+ .live-photo.active .live-photo-video {
+ opacity: 1;
+ -webkit-filter: none;
+ filter: none;
+ transition-delay: 0.375s;
+ transition-duration: 0.625s;
+ }
+
+ @-webkit-keyframes live-photo-icon-loading {
+ 0% {
+ opacity: 1;
+ }
+ 100% {
+ opacity: 0.75;
+ }
+ }
+
+ @keyframes live-photo-icon-loading {
+ 0% {
+ opacity: 1;
+ }
+ 100% {
+ opacity: 0.75;
+ }
+ }
+
+ @-webkit-keyframes live-photo-post-roll {
+ 0% {
+ opacity: 0;
+ -webkit-filter: blur(0);
+ filter: blur(0);
+ }
+ 2% {
+ opacity: 1;
+ }
+ 37.5% {
+ opacity: 1;
+ -webkit-filter: blur(7.5px);
+ filter: blur(7.5px);
+ }
+ 100% {
+ opacity: 0;
+ }
+ }
+
+ @keyframes live-photo-post-roll {
+ 0% {
+ opacity: 0;
+ -webkit-filter: blur(0);
+ filter: blur(0);
+ }
+ 2% {
+ opacity: 1;
+ }
+ 37.5% {
+ opacity: 1;
+ -webkit-filter: blur(7.5px);
+ filter: blur(7.5px);
+ }
+ 100% {
+ opacity: 0;
+ }
+ }
+ </style>
+ <script async="" src="/assets/src/scripts/tumblr/dashboard/px.js?ch=2"></script>
+</head>
+
+<body class="Minecraft 1.8 - The Bountiful Update">
+ <div class="ui_dialog_lock" style="display: none;"></div>
+ <table width="100%" height="100%">
+ <tbody>
+ <tr>
+ <td style="padding-left: 16px;padding-right: 16px;" height="100%">
+ <table width="100%">
+ <tbody>
+ <tr>
+ <td>
+ <h1>Minecraft News</h1>
+ </td>
+ <td align="right">
+ <a href="http://tumblr.com/">
+ <font size="-2" color="#555555">Powered by Tumblr</font>
+ </a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <div class="container">
+ <div id="posts">
+ <div style="width:100%; height:16px;"></div>
+ <div style="width:100%; height:16px;"></div>
+ <div class="post text">
+ <h3><a href="http://mcupdate.tumblr.com/post/96439224994/minecraft-18-the-bountiful-update">Minecraft 1.8 - The Bountiful Update</a></h3>
+ <p>+ Added Granite, Andesite, and Diorite stone blocks, with smooth versions<br />+ Added Slime Block<br />+ Added Iron Trapdoor<br />+ Added Prismarine and Sea Lantern blocks<br />+ Added the Ocean Monument<br />+ Added Red Sandstone<br />+ Added Banners<br />+ Added Armor Stands<br />+ Added Coarse Dirt (dirt where grass won’t grow)<br />+ Added Guardian mobs, with item drops<br />+ Added Endermite mob<br />+ Added Rabbits, with item drops<br />+ Added Mutton and Cooked Mutton<br />+ Villagers will harvest crops and plant new ones<br />+ Mossy Cobblestone and Mossy Stone Bricks are now craftable<br />+ Chiseled Stone Bricks are now craftable<br />+ Doors and fences now come in all wood type variants<br />+ Sponge block has regained its water-absorbing ability and becomes wet<br />+ Added a spectator game mode (game mode 3)<br />+ Added one new achievement<br />+ Added “Customized” world type<br />+ Added hidden “Debug Mode” world type<br />+ Worlds can now have a world barrier<br />+ Added @e target selector for Command Blocks<br />+ Added /blockdata command<br />+ Added /clone command<br />+ Added /execute command<br />+ Added /fill command<br />+ Added /particle command<br />+ Added /testforblocks command<br />+ Added /title command<br />+ Added /trigger command<br />+ Added /worldborder command<br />+ Added /stats command<br />+ Containers can be locked in custom maps by using the “Lock” data tag<br />+ Added logAdminCommands, showDeathMessages, reducedDebugInfo, sendCommandFeedback, and randomTickSpeed game rules<br />+ Added three new statistics<br />+ Player skins can now have double layers across the whole model, and left/right arms/legs can be edited independently<br />+ Added a new player model with smaller arms, and a new player skin called Alex?<br />+ Added options for configuring what pieces of the skin that are visible<br />+ Blocks can now have custom visual variations in the resource packs<br />+ Minecraft Realms now has an activity chart, so you can see who has been online<br />+ Minecraft Realms now lets you upload your maps<br />* Difficulty setting is saved per world, and can be locked if wanted<br />* Enchanting has been redone, now costs lapis lazuli in addition to enchantment levels<br />* Villager trading has been rebalanced<br />* Anvil repairing has been rebalanced<br />* Considerable faster client-side performance<br />* Max render distance has been increased to 32 chunks (512 blocks)<br />* Adventure mode now prevents you from destroying blocks, unless your items have the CanDestroy data tag<br />* Resource packs can now also define the shape of blocks and items, and not just their textures<br />* Scoreboards have been given a lot of new features<br />* Tweaked the F3 debug screen<br />* Block ID numbers (such as 1 for stone), are being replaced by ID names (such as minecraft:stone)<br />* Server list has been improved<br />* A few minor changes to village and temple generation<br />* Mob heads for players now show both skin layers<br />* Buttons can now be placed on the ceiling<br />* Lots and lots of other changes<br />* LOTS AND LOTS of other changes<br />- Removed Herobrine<br /><br /></p>
+ </div>
+ <div id="footer">
+ <div id="pagination"></div>
+
+
+ <div id="permalinks"><a href="http://mcupdate.tumblr.com/post/102272891284" title="Newer Posts" id="newer">Newer</a><a href="http://mcupdate.tumblr.com/post/89960443749" title="Older Posts" id="older">Older</a></div>
+ </div>
+ </div>
+ </div>
+ </td>
+ <td class="sidebar" width="180px" valign="top">
+ <h2>Official links:</h2><a href="https://minecraft.net/">Minecraft.net</a><br /><a href="https://minecraft.net/realms">Minecraft Realms</a><br /><a href="https://www.facebook.com/minecraft">Minecraft on Facebook</a><br /><a href="http://jinx.com/minecraft.aspx">Merchandise</a><br /><br /><a href="https://bugs.mojang.com/browse/MC">Bug tracker</a><br /><a href="https://help.mojang.com">Account Support</a><br /><br /><a href="http://twitter.com/Mojang">Mojang on Twitter</a><br /><a href="http://twitter.com/MojangSupport">Support on Twitter</a><br /><br /><b>Try our other games!</b><br />
+ <div style="height:5px; display:block;"></div>
+ <a href="http://scrolls.com/welcome?utm_source=mcl"><img src="http://assets.mojang.com/scrolls/scrolls_logo_150.png" border="0" /></a>
+ <div style="height:5px; display:block;"></div>
+ <a href="http://playcobalt.com/?utm_source=mcl"><img src="http://assets.mojang.com/cobalt/cobalt_logo_150.PNG" border="0" /></a>
+ <h2>Community links:</h2><a href="http://minecraftforum.net/">Minecraft Forums</a><br /><a href="http://www.twitch.tv/directory/game/Minecraft">Minecraft on Twitch.tv</a><br /></td>
+ </tr>
+ </tbody>
+ </table>
+ <font style="display:none;" size="0" color="#222222">
+ <script src="http://assets.tumblr.com/client/prod/standalone/tumblelog/index.build.js?_v=002b364509c8adc2849edf7b59a42286"></script>
+ </font>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json
new file mode 100644
index 0000000..c2be6de
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http://fakehost/test/logo.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json
new file mode 100644
index 0000000..416d55e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "",
+ "Image": null,
+ "Title": "Seattle Thunderbirds Hockey",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html
new file mode 100644
index 0000000..09cd247
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html
@@ -0,0 +1,174 @@
+<div>
+ <p><img src="http://fakehost/test/logo.jpg" width="400" height="235">
+ </p>
+ <div>
+ <br>
+
+
+ <h2><a name="general" id="general"></a>General Info</h2>
+ <p>The Seattle Thunderbirds are excited to announce the dates of their
+ annual Summer Hockey Clinic! This three day hockey school will feature top level
+ instruction, both on and off-ice, from Thunderbirds players and coaches. Each day
+ includes 1.5 hours on-ice and 1.25 hours of off-ice instruction, conditioning and
+ theory!</p>
+ <p>Included in your purchase is a 2007 HOCKEY CLINIC JERSEY and the T-BIRDS
+ SUMMER HOCKEY TICKET SPECIAL! This ticket special includes 6 ticket vouchers for any
+ Thunderbirds game at KeyArena in 2007, where you can watch your own instructors take on
+ division rivals such as the Portland Winter Hawks and Everett Silvertips. That\'s 4.5
+ hours on-ice, 3.75 hours off-ice, a jersey and 6 Thunderbirds tickets for as little as
+ $125! Your vouchers will be redeemable at the KeyArena East Box Office or the Hockey
+ Store at Kingsgate, but expire on December 31, 2007 - so pick out your games soon!</p>
+ </div>
+ <p>The Thunderbirds offer 4 sessions, broken down by the age of the participating player.
+ You will begin your daily training on-ice and complete the day off-ice (see the next
+ page for a complete schedule). Please come prepared with appropriate work-out gear and
+ sneakers!</p>
+ <p>• GROUP A: 7, 8 &amp; 9 yrs old $125<br> • GROUP B: 10 &amp; 11 yrs old $125<br> • GROUP
+ C: 12, 13 &amp; 14 yrs old $125<br> • ADULTS: 18 &amp; Over $160</p>
+ <div>
+ <p>To reserve your space in the T-Birds Summer Hockey Clinic and receive
+ your Ticket Special, fill out the registration form on reverse. Space is limited and
+ fills up fast, so sign-up today!</p>
+ <p>Safe Environment: Our goal is to provide a positive, safe environment for
+ hockey players of all ages to improve their skills and enjoy their time with us. To help
+ ensure this, the Thunderbirds\' training staff will be at the clinic for its
+ entirety.</p>
+ <p>Elevate your game!<br> Improve your skating…<br> • lengthen your stride<br>
+ • gain power<br> • balance and agility</p>
+ <p>Improve your puck skills…<br> • puck control and deking<br> • power moves
+ and puck protection</p>
+ <p>Improve your passing and team play…<br> • puck support and \'ice
+ vision\'<br> • shooting for accuracy vs rebounds<br> • game systems</p>
+ <p><br> Instructors: Instructors for the 2007 Summer Hockey Clinics will
+ include Seattle Thunderbirds Head Coach Rob Sumner, Assistant Coach Turner Stevenson,
+ past Thunderbirds Ryan Gibbons and Tyler Metcalfe and past and present Seattle
+ Thunderbirds players.</p>
+ <h2><a name="when" id="when"></a>When/Where</h2>
+ <p>The Thunderbirds Summer Hockey Clinic will take place from Tuesday,
+ August 14th, through Thursday, August 16th, at Kingsgate Ice Arena, 14326 124th Ave. NE,
+ Kirkland, WA 98034.</p>
+ <p>PLEASE NOTE: All players are required to wear full gear including a HECC
+ certified helmet with full facemask. Youth players must also wear a mouth guard. Adult
+ players may wear a half visor, however full cages and mouth guards are highly
+ recommended.</p>
+ <h2><br> <a name="register" id="register"></a>Registration</h2>
+ <p>• To register and pay for your clinic online, compelte the form below<br> •
+ To register and pay for your clinic via mail, click here to download the registration
+ form</p>
+ <table bordercolor="#666666" readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td bordercolor="#666666">
+ <div>
+ <p>
+ Summer Hockey Clinic Registration Form
+ </p>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td bordercolor="#FFFFFF">
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td><p>Player Name</p></td>
+ <td colspan="3"></td>
+ </tr>
+ <tr>
+ <td nowrap><p>Email Address</p></td>
+ <td colspan="3"></td>
+ </tr>
+ <tr>
+ <td><p>Birthdate</p></td>
+ <td colspan="3"></td>
+ </tr>
+ <tr>
+ <td><p>Address</p></td>
+ <td colspan="3"></td>
+ </tr>
+ <tr>
+ <td><p>City/St</p></td>
+ <td></td>
+ <td><p>Zip</p></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><p>Day Phone</p></td>
+ <td></td>
+ <td><p>Eve Phone</p></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>Please indicate your curreny hockey association or
+ league:</p></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td colspan="3"><p>SKAHA&nbsp;&nbsp; SJHA &nbsp;&nbsp; KVAHA &nbsp;&nbsp;
+ GSHL &nbsp;&nbsp; Other</p></td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>If other, pelase specify:</p></td>
+ </tr>
+ <tr>
+ <td><p>Position:</p></td>
+ <td colspan="3"><p>Forward &nbsp;&nbsp; Defense &nbsp;&nbsp; Goalie</p>
+ </td>
+ </tr>
+ <tr>
+ <td><p>Jersey Size</p></td>
+ <td colspan="3"><p>S&nbsp;&nbsp; M &nbsp;&nbsp; L &nbsp;&nbsp; XL &nbsp;&nbsp;
+ XXL</p></td>
+ </tr>
+ <tr>
+ <td><p>I want to purchase the following T-Birds Summer Hockey
+ Clinic:</p></td>
+ <td colspan="3">
+ <table readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td><p>GROUP A<br> 7, 8 &amp; 9<br> $125<br>
+ </p></td>
+ <td><p>GROUP B<br> 10 &amp; 11<br> $125<br>
+ </p></td>
+ <td><p>GROUP C<br> 12, 13 &amp; 14<br>
+ $125<br></p></td>
+ <td><p>ADULTS<br> 18 &amp; Over<br> $160<br>
+ </p></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4">&nbsp;</td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>Waiver and Release</p></td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>By checking this box, I understand that participation
+ of the sport constitutes a risk to me (or my child). I voluntarily
+ recognize, accept and assume risk and release the Seattle
+ Thunderbirds and Kingsgate Arena from any and all liability.</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4"></td>
+ </tr>
+ <tr>
+ <td colspan="4"></td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>Once you click submit, you will be
+ given the link to continue to online payment</p></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ </div>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html
new file mode 100644
index 0000000..e4b2d4a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html
@@ -0,0 +1,421 @@
+<!doctype html>
+<html>
+<head>
+ <title>Seattle Thunderbirds Hockey</title>
+</head>
+<body bgcolor="#999999" background="../images/allpages/back.jpg" leftmargin="0" topmargin="0" marginwidth="0"
+ marginheight="0">
+<table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
+ <tbody>
+ <tr>
+ <td class="grayhheaderframe"></td>
+ </tr>
+ <tr>
+ <td class="headerframe"><img src="../images/allpages/200607header.jpg" width="775" height="100"></td>
+ </tr>
+ <tr>
+ <td class="grayhheaderframe">
+ <div align="center">
+ Official Website of the Seattle Thunderbirds Hockey Club&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ <a href="http://www.seattlethunderbirds.com/home/contact.html">Contact Us</a> |
+ <a href="http://www.seattlethunderbirds.com/home/sitemap.html">Site Map</a> |
+ <a href="http://ui.constantcontact.com/d.jspm_1011134921715_p_oi" target="_blank">Sign up for the
+ E-News!</a>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" class="bodyframe">
+ <table width="775" border="0" cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td valign="top" class="menuframe">
+ <ul id="nav" class="menu">
+ <li><a href="http://www.seattlethunderbirds.com">Home</a></li>
+ <li><a href="#">News &amp; Notes</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/news/tbirdsnews.php"> News
+ Releases</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/news/press.php"> In The Press</a>
+ </li>
+ </ul>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/roster/roster.php"> Roster</a></li>
+ <li><a href="#">Schedule</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/schedule/schedule.php"> Schedule</a>
+ </li>
+ <li><a href="http://www.calendar-updates.com/sports/whl.aspx"> Downlad to
+ Outlook</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/schedule/events.php"> Event
+ Calendar</a></li>
+ </ul>
+ </li>
+ <li><a href="#">Statistics</a>
+ <ul>
+ <li><a href="http://whl.ca/stats/statdisplay.phptype_standings" target="_blank">Team
+ Standings</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/standings/divcup.php"> US Division
+ Scholarship Cup</a></li>
+ <li><a href="http://whl.ca/stats/statdisplay.phptype_top_scorers" target="_blank">Top
+ Scorers</a></li>
+ <li><a href="http://whl.ca/stats/statdisplay.phptype_top_goalies" target="_blank">Top
+ Goalies</a></li>
+ <li><a href="http://whl.ca/stats/statdisplay.phptype_records" target="_blank">Records</a>
+ </li>
+ <li><a href="http://whl.ca/stats/statdisplay.phptype_streaks" target="_blank">Streaks</a>
+ </li>
+ <li>
+ <a href="http://whl.ca/stats/statdisplay.phptype_goalies_subtype_16_season_id_227&amp;_leagueid_26&amp;lastActive=&amp;singleSeason="
+ target="_blank">Goalies</a></li>
+ <li>
+ <a href="http://whl.ca/stats/statdisplay.phptype_skaters_subtype_16_season_id_227&amp;_leagueid_26&amp;lastActive=&amp;singleSeason="
+ target="_blank">Skaters</a></li>
+ </ul>
+ </li>
+ <li><a href="#">Team Info</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/teaminfo/about.php"> About Us</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/teaminfo/staff.php"> Staff</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/teaminfo/owners.php"> Owners</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/teaminfo/physicians.php">
+ Physicians</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/teaminfo/hostfamilies.php"> Host
+ Families</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/teaminfo/careers.php"> Careers</a>
+ </li>
+ </ul>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/tickets/index.php"> Tickets</a></li>
+ <li><a href="http://www17.serrahost.com/servlet/seattle-thunderbirdscom/StoreFront">
+ Merchandise</a></li>
+ <li><a href="#">Community</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/community/appearances.php"> Team
+ Appearances</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/community/coolbird.php"> Cool
+ Bird</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/community/hockeychallenge.php">
+ Hockey Challenge</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/community/donations.php">
+ Donations</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/community/fundraising.php">
+ Fundraising</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/streetteam/"> Street Team</a></li>
+ </ul>
+ </li>
+ <li><a href="#">History</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/history/alumni.php"> Alumni</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/history/club.php"> Club History</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/history/coaching.php"> Coaching
+ History</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/history/teamrecords.php"> Team
+ Records</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/history/timecapsule.php"> Time
+ Capsule</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/history/winloss.php"> Win/Loss
+ Record</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/history/bantam.php"> Bantam
+ Draft</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/history/chl.php"> Import Draft</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/history/nhl.php"> NHL Entry
+ Draft</a></li>
+ </ul>
+ </li>
+ <li><a href="#">Fan Zone</a>
+ <ul>
+ <li><a href="http://thunderbirds.shopamiga.com/" target="_blank">Amiga Games</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/fanzone/booster.php"> Booster
+ Club</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/fanzone/fantrain.php"> Fan Train</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/fanzone/terms.php"> Hockey
+ Terminology</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/fanzone/itclist.php"> In The
+ Corners</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/fanzone/qalist.php"> Q&amp;A with
+ the Birds</a></li>
+ </ul>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/kidsclub/kidsclub.php"> Kid\'s Club</a></li>
+ <li><a href="#">Multimedia</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/multimedia/videos.php"> Video</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/multimedia/videos.php"> Allstate
+ Good Hands</a></li>
+ <li><a href="http://thunderbirds.shopamiga.com/" target="_blank">Amiga Games</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/multimedia/photos.php"> Photos</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/multimedia/wallpaper.php">
+ Wallpaper</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/multimedia/icons.php"> Display
+ Pics</a></li>
+ </ul>
+ </li>
+ <li><a href="#">Partnerships</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/corporate/overview.php">
+ Overview</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/corporate/sponsors.php">
+ Sponsors</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/corporate/testimonials.php">
+ Testimonials</a></li>
+ </ul>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/education/education.php"> Education</a></li>
+ <li><a href="#">Links</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/links/whl.php"> WHL Links</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/links/media.php"> Local Media</a>
+ </li>
+ </ul>
+ </li>
+ <li><a href="#">Game Night</a>
+ <ul>
+ <li><a href="http://www.seattlethunderbirds.com/gamenight/promos.php"> Game Night
+ Promotions</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/gamenight/cap.php"> Chuck A Puck</a>
+ </li>
+ <li><a href="http://www.seattlethunderbirds.com/gamenight/allstate.php"> Allstate
+ Ultimate Fan Road Trip</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/gamenight/banner.php"> Banner of the
+ Night</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/gamenight/fanappreciation.php"> Fan
+ Appreciation Night</a></li>
+ <li><a href="http://www.seattlethunderbirds.com/gamenight/sweetheartofthenight.php">
+ Sweetheart of the Night</a></li>
+ </ul>
+ </li>
+ </ul>
+ <div align="center">
+ <a href="http://www.seattlethunderbirds.com"><img src="../images/allpages/seattle.jpg"
+ width="150" height="110" border="0"><br>
+ <img src="../images/allpages/thirtieth.jpg" width="150" height="110" border="0"></a>
+ <a href="http://www.seattlethunderbirds.com"></a>
+ </div>
+ </td>
+ <td valign="top" class="mainframe">
+ <div align="center">
+ <img src="logo.jpg" width="400" height="235">
+ </div>
+ <div align="center">
+ <br>
+ <table width="100%" border="1" cellpadding="5" cellspacing="0">
+ <tbody>
+ <tr bgcolor="#EAEAEA">
+ <td><p align="center"><a href="#general">General Info</a></p></td>
+ <td><p align="center"><a href="#when">When/Where</a></p></td>
+ <td><p align="center"><a href="#register">Sign Up Online</a></p></td>
+ <td><p align="center"><a href="2007hockeyclinic.pdf" target="_blank">Downloand
+ Brochure</a></p></td>
+ </tr>
+ </tbody>
+ </table>
+ <p align="left">&nbsp;</p>
+ <h1 align="center"><a name="general" id="general"></a>General Info</h1>
+ <p align="justify">The Seattle Thunderbirds are excited to announce the dates of their
+ annual Summer Hockey Clinic! This three day hockey school will feature top level
+ instruction, both on and off-ice, from Thunderbirds players and coaches. Each day
+ includes 1.5 hours on-ice and 1.25 hours of off-ice instruction, conditioning and
+ theory!</p>
+ <p align="justify">Included in your purchase is a 2007 HOCKEY CLINIC JERSEY and the T-BIRDS
+ SUMMER HOCKEY TICKET SPECIAL! This ticket special includes 6 ticket vouchers for any
+ Thunderbirds game at KeyArena in 2007, where you can watch your own instructors take on
+ division rivals such as the Portland Winter Hawks and Everett Silvertips. That\'s 4.5
+ hours on-ice, 3.75 hours off-ice, a jersey and 6 Thunderbirds tickets for as little as
+ $125! Your vouchers will be redeemable at the KeyArena East Box Office or the Hockey
+ Store at Kingsgate, but expire on December 31, 2007 - so pick out your games soon!</p>
+ </div>
+ <div align="left">
+ <p>The Thunderbirds offer 4 sessions, broken down by the age of the participating player.
+ You will begin your daily training on-ice and complete the day off-ice (see the next
+ page for a complete schedule). Please come prepared with appropriate work-out gear and
+ sneakers!</p>
+ </div>
+ <div align="left">
+ <p>• GROUP A: 7, 8 &amp; 9 yrs old $125<br> • GROUP B: 10 &amp; 11 yrs old $125<br> • GROUP
+ C: 12, 13 &amp; 14 yrs old $125<br> • ADULTS: 18 &amp; Over $160</p>
+ </div>
+ <div align="center">
+ <p align="justify">To reserve your space in the T-Birds Summer Hockey Clinic and receive
+ your Ticket Special, fill out the registration form on reverse. Space is limited and
+ fills up fast, so sign-up today!</p>
+ <p align="justify">Safe Environment: Our goal is to provide a positive, safe environment for
+ hockey players of all ages to improve their skills and enjoy their time with us. To help
+ ensure this, the Thunderbirds\' training staff will be at the clinic for its
+ entirety.</p>
+ <p align="left">Elevate your game!<br> Improve your skating…<br> • lengthen your stride<br>
+ • gain power<br> • balance and agility</p>
+ <p align="left">Improve your puck skills…<br> • puck control and deking<br> • power moves
+ and puck protection</p>
+ <p align="left">Improve your passing and team play…<br> • puck support and \'ice
+ vision\'<br> • shooting for accuracy vs rebounds<br> • game systems</p>
+ <p align="left"><br> Instructors: Instructors for the 2007 Summer Hockey Clinics will
+ include Seattle Thunderbirds Head Coach Rob Sumner, Assistant Coach Turner Stevenson,
+ past Thunderbirds Ryan Gibbons and Tyler Metcalfe and past and present Seattle
+ Thunderbirds players.</p>
+ <h1 align="center"><a name="when" id="when"></a>When/Where</h1>
+ <p align="justify">The Thunderbirds Summer Hockey Clinic will take place from Tuesday,
+ August 14th, through Thursday, August 16th, at Kingsgate Ice Arena, 14326 124th Ave. NE,
+ Kirkland, WA 98034.</p>
+ <p align="justify">PLEASE NOTE: All players are required to wear full gear including a HECC
+ certified helmet with full facemask. Youth players must also wear a mouth guard. Adult
+ players may wear a half visor, however full cages and mouth guards are highly
+ recommended.</p>
+ <h1 align="center"><br> <a name="register" id="register"></a>Registration</h1>
+ <p align="left">• To register and pay for your clinic online, compelte the form below<br> •
+ To register and pay for your clinic via mail, click here to download the registration
+ form</p>
+ <table width="85%" border="1" align="center" cellpadding="0" cellspacing="0"
+ bordercolor="#666666">
+ <tbody>
+ <tr>
+ <td bordercolor="#666666" bgcolor="#666666">
+ <table width="100%" border="0" cellspacing="0" cellpadding="5">
+ <tbody>
+ <tr>
+ <td>
+ <div align="center">
+ Summer Hockey Clinic Registration Form
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
+ <table width="100%" border="0" align="center" cellpadding="3" cellspacing="0">
+ <tbody>
+ <tr>
+ <td><p>Player Name</p></td>
+ <td colspan="3"></td>
+ </tr>
+ <tr>
+ <td nowrap><p>Email Address</p></td>
+ <td colspan="3"></td>
+ </tr>
+ <tr>
+ <td><p>Birthdate</p></td>
+ <td colspan="3"></td>
+ </tr>
+ <tr>
+ <td><p>Address</p></td>
+ <td colspan="3"></td>
+ </tr>
+ <tr>
+ <td><p>City/St</p></td>
+ <td></td>
+ <td><p>Zip</p></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><p>Day Phone</p></td>
+ <td></td>
+ <td><p>Eve Phone</p></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>Please indicate your curreny hockey association or
+ league:</p></td>
+ </tr>
+ <tr>
+ <td><p>&nbsp;</p></td>
+ <td colspan="3"><p>SKAHA&nbsp;&nbsp; SJHA &nbsp;&nbsp; KVAHA &nbsp;&nbsp;
+ GSHL &nbsp;&nbsp; Other</p></td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>If other, pelase specify:</p></td>
+ </tr>
+ <tr>
+ <td><p>Position:</p></td>
+ <td colspan="3"><p>Forward &nbsp;&nbsp; Defense &nbsp;&nbsp; Goalie</p>
+ </td>
+ </tr>
+ <tr>
+ <td><p>Jersey Size</p></td>
+ <td colspan="3"><p>S&nbsp;&nbsp; M &nbsp;&nbsp; L &nbsp;&nbsp; XL &nbsp;&nbsp;
+ XXL</p></td>
+ </tr>
+ <tr>
+ <td><p>I want to purchase the following T-Birds Summer Hockey
+ Clinic:</p></td>
+ <td colspan="3">
+ <table width="100%" border="0" cellspacing="0" cellpadding="3">
+ <tbody>
+ <tr>
+ <td><p align="center">GROUP A<br> 7, 8 &amp; 9<br> $125<br>
+ </p></td>
+ <td><p align="center">GROUP B<br> 10 &amp; 11<br> $125<br>
+ </p></td>
+ <td><p align="center">GROUP C<br> 12, 13 &amp; 14<br>
+ $125<br></p></td>
+ <td><p align="center">ADULTS<br> 18 &amp; Over<br> $160<br>
+ </p></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4">&nbsp;</td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>Waiver and Release</p></td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>By checking this box, I understand that participation
+ of the sport constitutes a risk to me (or my child). I voluntarily
+ recognize, accept and assume risk and release the Seattle
+ Thunderbirds and Kingsgate Arena from any and all liability.</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4"><p>&nbsp;</p></td>
+ </tr>
+ <tr>
+ <td colspan="4"></td>
+ </tr>
+ <tr>
+ <td colspan="4"><p align="center">Once you click submit, you will be
+ given the link to continue to online payment</p></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>&nbsp;</p>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td class="grayhheaderframe">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="footerframe">
+ <div align="center">
+ Seattle Thunderbirds Hockey Club © 2005-06 All Rights Reserved •
+ <a href="../news/home_list.php">Powered by Worldlink</a> • Webmaster Email
+ <br> 14326 124th Ave• Kirkland, WA 98034 • Phone: 425.869.7825 • Tix: 206.448.PUCK• Fax: 425.497.0812
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</body>
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-images.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-images.json
@@ -0,0 +1 @@
+[] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-metadata.json
new file mode 100644
index 0000000..76403c3
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": null,
+ "Excerpt": "Emscripten now supports standalone Wasm files, which do not need JavaScript.",
+ "Image": null,
+ "Title": "standalone WebAssembly binaries using Emscripten \u00b7 V8",
+ "SiteName": null
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected.html b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected.html
new file mode 100644
index 0000000..ba11321
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected.html
@@ -0,0 +1,178 @@
+<div itemprop="articleBody">
+ <p>
+ Emscripten has always focused first and foremost on compiling to the Web and other JavaScript environments like Node.js. But as WebAssembly starts to be used <em>without</em> JavaScript, new use cases are appearing, and so we've been working on support for emitting <a href="https://github.com/emscripten-core/emscripten/wiki/WebAssembly-Standalone"><strong>standalone Wasm</strong></a> files from Emscripten, that do not depend on the Emscripten JS runtime! This post explains why that's interesting.
+ </p>
+ <h2 id="using-standalone-mode-in-emscripten">
+ Using standalone mode in Emscripten <a href="#using-standalone-mode-in-emscripten">#</a>
+ </h2>
+ <p>
+ First, let's see what you can do with this new feature! Similar to <a href="https://hacks.mozilla.org/2018/01/shrinking-webassembly-and-javascript-code-sizes-in-emscripten/">this post</a> let's start with a "hello world" type program that exports a single function that adds two numbers:
+ </p>
+ <pre><code><span>// add.c</span><br><span><span>#</span><span>include</span> <span>&lt;emscripten.h&gt;</span></span><p>EMSCRIPTEN_KEEPALIVE<br><span>int</span> <span>add</span><span>(</span><span>int</span> x<span>,</span> <span>int</span> y<span>)</span> <span>{</span><br> <span>return</span> x <span>+</span> y<span>;</span><br><span>}</span></p></code></pre>
+ <p>
+ We'd normally build this with something like <code>emcc -O3 add.c -o add.js</code> which would emit <code>add.js</code> and <code>add.wasm</code>. Instead, let's ask <code>emcc</code> to only emit Wasm:
+ </p>
+ <pre><code>emcc -O3 add.c -o add.wasm
+</code></pre>
+ <p>
+ When <code>emcc</code> sees we only want Wasm then it makes it "standalone" - a Wasm file that can run by itself as much as possible, without any JavaScript runtime code from Emscripten.
+ </p>
+ <p>
+ Disassembling it, it's very minimal - just 87 bytes! It contains the obvious <code>add</code> function
+ </p>
+ <pre><code><span>(</span><span>func</span> $add <span>(</span><span>param</span> $0 i32<span>)</span> <span>(</span><span>param</span> $1 i32<span>)</span> <span>(</span><span>result</span> i32<span>)</span><br> <span>(</span><span>i32</span>.add<br> <span>(</span><span>local</span>.get $0<span>)</span><br> <span>(</span><span>local</span>.get $1<span>)</span><br> <span>)</span><br><span>)</span></code></pre>
+ <p>
+ and one more function, <code>_start</code>,
+ </p>
+ <pre><code><span>(</span><span>func</span> $_start<br> <span>(</span><span>nop</span><span>)</span><br><span>)</span></code></pre>
+ <p>
+ <code>_start</code> is part of the <a href="https://github.com/WebAssembly/WASI">WASI</a> spec, and Emscripten's standalone mode emits it so that we can run in WASI runtimes. (Normally <code>_start</code> would do global initialization, but here we just don't need any so it's empty.)
+ </p>
+ <h3 id="write-your-own-javascript-loader">
+ Write your own JavaScript loader <a href="#write-your-own-javascript-loader">#</a>
+ </h3>
+ <p>
+ One nice thing about a standalone Wasm file like this is that you can write custom JavaScript to load and run it, which can be very minimal depending on your use case. For example, we can do this in Node.js:
+ </p>
+ <pre><code><span>// load-add.js</span><br><span>const</span> binary <span>=</span> <span>require</span><span>(</span><span>'fs'</span><span>)</span><span>.</span><span>readFileSync</span><span>(</span><span>'add.wasm'</span><span>)</span><span>;</span><p>WebAssembly<span>.</span><span>instantiate</span><span>(</span>binary<span>)</span><span>.</span><span>then</span><span>(</span><span>(</span><span><span>{</span> instance <span>}</span></span><span>)</span> <span>=&gt;</span> <span>{</span><br> console<span>.</span><span>log</span><span>(</span>instance<span>.</span>exports<span>.</span><span>add</span><span>(</span><span>40</span><span>,</span> <span>2</span><span>)</span><span>)</span><span>;</span><br><span>}</span><span>)</span><span>;</span></p></code></pre>
+ <p>
+ Just 4 lines! Running that prints <code>42</code> as expected. Note that while this example is very simplistic, there are cases where you simply don't need much JavaScript, and may be able to do better than Emscripten's default JavaScript runtime (which supports a bunch of environments and options). A real-world example of that is in <a href="https://github.com/zeux/meshoptimizer/blob/bdc3006532dd29b03d83dc819e5fa7683815b88e/js/meshopt_decoder.js">zeux's meshoptimizer</a> - just 57 lines, including memory management, growth, etc.!
+ </p>
+ <h3 id="running-in-wasm-runtimes">
+ Running in Wasm runtimes <a href="#running-in-wasm-runtimes">#</a>
+ </h3>
+ <p>
+ Another nice thing about standalone Wasm files is that you can run them in Wasm runtimes like <a href="https://wasmer.io">wasmer</a>, <a href="https://github.com/bytecodealliance/wasmtime">wasmtime</a>, or <a href="https://github.com/WAVM/WAVM">WAVM</a>. For example, consider this hello world:
+ </p>
+ <pre><code><span>// hello.cpp</span><br><span><span>#</span><span>include</span> <span>&lt;stdio.h&gt;</span></span><p><span>int</span> <span>main</span><span>(</span><span>)</span> <span>{</span><br> <span>printf</span><span>(</span><span>"hello, world!\n"</span><span>)</span><span>;</span><br> <span>return</span> <span>0</span><span>;</span><br><span>}</span></p></code></pre>
+ <p>
+ We can build and run that in any of those runtimes:
+ </p>
+ <pre><code>$ emcc hello.cpp -O3 -o hello.wasm<br>$ wasmer run hello.wasm<br>hello, world<span>!</span><br>$ wasmtime hello.wasm<br>hello, world<span>!</span><br>$ wavm run hello.wasm<br>hello, world<span>!</span></code></pre>
+ <p>
+ Emscripten uses WASI APIs as much as possible, so programs like this end up using 100% WASI and can run in WASI-supporting runtimes (see notes later on what programs require more than WASI).
+ </p>
+ <h3 id="building-wasm-plugins">
+ Building Wasm plugins <a href="#building-wasm-plugins">#</a>
+ </h3>
+ <p>
+ Aside from the Web and the server, an exciting area for Wasm is <strong>plugins</strong>. For example, an image editor might have Wasm plugins that can perform filters and other operations on the image. For that type of use case you want a standalone Wasm binary, just like in the examples so far, but where it also has a proper API for the embedding application.
+ </p>
+ <p>
+ Plugins are sometimes related to dynamic libraries, as dynamic libraries are one way to implement them. Emscripten has support for dynamic libraries with the <a href="https://github.com/emscripten-core/emscripten/wiki/Linking#general-dynamic-linking">SIDE_MODULE</a> option, and this has been a way to build Wasm plugins. The new standalone Wasm option described here is an improvement on that in several ways: First, a dynamic library has relocatable memory, which adds overhead if you don’t need it (and you don’t if you aren’t linking the Wasm with another Wasm after loading it). Second, standalone output is designed to run in Wasm runtimes as well, as mentioned earlier.
+ </p>
+ <p>
+ Okay, so far so good: Emscripten can either emit JavaScript + WebAssembly as it always did, and now it can also emit just WebAssembly by itself, which lets you run it in places that don't have JavaScript like Wasm runtimes, or you can write your own custom JavaScript loader code, etc. Now let's talk about the background and the technical details!
+ </p>
+ <h2 id="webassembly's-two-standard-apis">
+ WebAssembly's two standard APIs <a href="#webassembly's-two-standard-apis">#</a>
+ </h2>
+ <p>
+ WebAssembly can only access the APIs it receives as imports - the core Wasm spec has no concrete API details. Given the current trajectory of Wasm, it looks like there will be 3 main categories of APIs that people import and use:
+ </p>
+ <ul>
+ <li>
+ <strong>Web APIs</strong>: This is what Wasm programs use on the Web, which are the existing standardized APIs that JavaScript can use too. Currently these are called indirectly, through JS glue code, but in the future with <a href="https://github.com/WebAssembly/interface-types/blob/master/proposals/interface-types/Explainer.md">interface types</a> they will be called directly.
+ </li>
+ <li>
+ <strong>WASI APIs</strong>: WASI focuses on standardizing APIs for Wasm on the server.
+ </li>
+ <li>
+ <strong>Other APIs</strong>: Various custom embeddings will define their own application-specific APIs. For example, we gave the example earlier of an image editor with Wasm plugins that implement an API to do visual effects. Note that a plugin might also have access to “system” APIs, like a native dynamic library would, or it might be very sandboxed and have no imports at all (if the embedding just calls its methods).
+ </li>
+ </ul>
+ <p>
+ WebAssembly is in the interesting position of having <a href="https://www.goodreads.com/quotes/589703-the-good-thing-about-standards-is-that-there-are-so">two standardized sets of APIs</a>. This does makes sense in that one is for the Web and one for the server, and those environments do have different requirements; for similar reasons Node.js does not have identical APIs to JavaScript on the Web.
+ </p>
+ <p>
+ However, there is more than the Web and the server, in particular there are also Wasm plugins. For one thing, plugins can run inside an application that may be on the Web (just like <a href="https://www.figma.com/blog/an-update-on-plugin-security/#a-technology-change">JS plugins</a>) or off the Web; for another, regardless of where the embedding application is, a plugin environment is not a Web nor a server environment. So it's not immediately obvious which sets of APIs will be used - it may depend on the code being ported, the Wasm runtime being embedded, etc.
+ </p>
+ <h2 id="let's-unify-as-much-as-possible">
+ Let's unify as much as possible <a href="#let's-unify-as-much-as-possible">#</a>
+ </h2>
+ <p>
+ One concrete way Emscripten hopes to help here is that by using WASI APIs as much as possible we can avoid <strong>unnecessary</strong> API differences. As mentioned earlier, on the Web Emscripten code accesses Web APIs indirectly, through JavaScript, so where that JavaScript API could look like WASI, we'd be removing an unnecessary API difference, and that same binary can also run on the server. In other words, if Wasm wants to log some info, it needs to call into JS, something like this:
+ </p>
+ <pre><code><span>wasm</span> <span>=&gt;</span> <span>function</span> <span>musl_writev</span><span>(</span><span><span>.</span><span>.</span></span><span>)</span> <span>{</span> <span>.</span><span>.</span> console<span>.</span><span>log</span><span>(</span><span>.</span><span>.</span><span>)</span> <span>.</span><span>.</span> <span>}</span></code></pre>
+ <p>
+ <code>musl_writev</code> is an implementation of the Linux syscall interface that <a href="https://www.musl-libc.org">musl libc</a> uses to write data to a file descriptor, and that ends up calling <code>console.log</code> with the proper data. The Wasm module imports and calls that <code>musl_writev</code>, which defines an ABI between the JS and the Wasm. That ABI is arbitrary (and in fact Emscripten has changed its ABI over time to optimize it). If we replace that with an ABI that matches WASI, we can get this:
+ </p>
+ <pre><code><span>wasm</span> <span>=&gt;</span> <span>function</span> <span>__wasi_fd_write</span><span>(</span><span><span>.</span><span>.</span></span><span>)</span> <span>{</span> <span>.</span><span>.</span> console<span>.</span><span>log</span><span>(</span><span>.</span><span>.</span><span>)</span> <span>.</span><span>.</span> <span>}</span></code></pre>
+ <p>
+ This isn't a big change, just requiring some refactoring of the ABI, and when running in a JS environment it doesn't matter much. But now the Wasm can run without the JS since that WASI API is recognized by WASI runtimes! That’s how the standalone Wasm examples from before work, just by refactoring Emscripten to use WASI APIs.
+ </p>
+ <p>
+ Another advantage of Emscripten using WASI APIs is that we can help the WASI spec by finding real-world issues. For example, we found that <a href="https://github.com/WebAssembly/WASI/pull/106">changing the WASI "whence" constants</a> would be useful, and we've started some discussions around <a href="https://github.com/WebAssembly/WASI/issues/109">code size</a> and <a href="https://github.com/WebAssembly/WASI/issues/122">POSIX compatibility</a>.
+ </p>
+ <p>
+ Emscripten using WASI as much as possible is also useful in that it lets users use a single SDK to target Web, server, and plugin environments. Emscripten isn't the only SDK allowing that, as the WASI SDK's output can be run on the Web using the <a href="https://wasi.dev/polyfill/">WASI Web Polyfill</a> or Wasmer's <a href="https://github.com/wasmerio/wasmer-js">wasmer-js</a>, but Emscripten’s Web output is more compact, so it lets a single SDK be used without compromising Web performance.
+ </p>
+ <p>
+ Speaking of which, you can emit a standalone Wasm file from Emscripten with optional JS in a single command:
+ </p>
+ <pre><code>emcc -O3 add.c -o add.js -s STANDALONE_WASM
+</code></pre>
+ <p>
+ That emits <code>add.js</code> and <code>add.wasm</code>. The Wasm file is standalone just like earlier when we only emitted a Wasm file by itself (<code>STANDALONE_WASM</code> was set automatically when we said <code>-o add.wasm</code>), but now in addition there is a JS file that can load and run it. The JS is useful for running it on the Web if you don't want to write your own JS for that.
+ </p>
+ <h2 id="do-we-need-non-standalone-wasm%3F">
+ Do we need <em>non</em>-standalone Wasm? <a href="#do-we-need-non-standalone-wasm%3F">#</a>
+ </h2>
+ <p>
+ Why does the <code>STANDALONE_WASM</code> flag exist? In theory Emscripten could always set <code>STANDALONE_WASM</code>, which would be simpler. But standalone Wasm files can't depend on JS, and that has some downsides:
+ </p>
+ <ul>
+ <li>We can't minify the Wasm import and export names, as the minification only works if both sides agree, the Wasm and what loads it.
+ </li>
+ <li>Normally we create the Wasm Memory in JS so that JS can start to use it during startup, which lets us do work in parallel. But in standalone Wasm we have to create the Memory in the Wasm.
+ </li>
+ <li>Some APIs are just easy to do in JS. For example <a href="https://github.com/emscripten-core/emscripten/pull/9558"><code>__assert_fail</code></a>, which is called when a C assertion fails, is normally <a href="https://github.com/emscripten-core/emscripten/blob/2b42a35f61f9a16600c78023391d8033740a019f/src/library.js#L1235">implemented in JS</a>. It takes just a single line, and even if you include the JS functions it calls, the total code size is quite small. On the other hand, in a standalone build we can't depend on JS, so we use <a href="https://github.com/emscripten-core/emscripten/blob/b8896d18f2163dbf2fa173694eeac71f6c90b68c/system/lib/libc/musl/src/exit/assert.c#L4">musl's <code>assert.c</code></a>. That uses <code>fprintf</code>, which means it ends up pulling in a bunch of C <code>stdio</code> support, including things with indirect calls that make it hard to remove unused functions. Overall, there are many such details that end up making a difference in total code size.
+ </li>
+ </ul>
+ <p>
+ If you want to run both on the Web and elsewhere, and you want 100% optimal code size and startup times, you should make two separate builds, one with <code>-s STANDALONE</code> and one without. That's very easy as it's just flipping one flag!
+ </p>
+ <h2 id="necessary-api-differences">
+ Necessary API differences <a href="#necessary-api-differences">#</a>
+ </h2>
+ <p>
+ We saw that Emscripten uses WASI APIs as much as possible to avoid <strong>unnecessary</strong> API differences. Are there any <strong>necessary</strong> ones? Sadly, yes - some WASI APIs require tradeoffs. For example:
+ </p>
+ <ul>
+ <li>WASI does not support various POSIX features, like <a href="https://github.com/WebAssembly/WASI/issues/122">user/group/world file permissions</a>, as a result of which you can't fully implement a (Linux) system <code>ls</code> for example (see details in that link). Emscripten's existing filesystem layer does support some of those things, so if we switched to WASI APIs for all filesystem operations then we'd be <a href="https://github.com/emscripten-core/emscripten/issues/9479#issuecomment-542815711">losing some POSIX support</a>.
+ </li>
+ <li>WASI's <code>path_open</code> <a href="https://github.com/WebAssembly/WASI/issues/109">has a cost in code size</a> because it forces extra permissions handling in the Wasm itself. That code is unnecessary on the Web.
+ </li>
+ <li>WASI doesn't provide a <a href="https://github.com/WebAssembly/WASI/issues/82">notification API for memory growth</a>, and as a result, JS runtimes must constantly check if memory grew and if so update their views, on every import and export. To avoid that overhead, Emscripten provides a notification API, <code>emscripten_notify_memory_growth</code>, which <a href="https://github.com/zeux/meshoptimizer/blob/bdc3006532dd29b03d83dc819e5fa7683815b88e/js/meshopt_decoder.js#L10">you can see implemented in a single line</a> in zeux's meshoptimizer that we mentioned earlier.
+ </li>
+ </ul>
+ <p>
+ In time WASI may add more POSIX support, a memory growth notification, etc. - WASI is still highly experimental and expected to change significantly. For now, to avoid regressions in Emscripten we do not emit 100% WASI binaries if you use certain features. In particular, opening files uses a POSIX method instead of WASI, which means that if you call <code>fopen</code> then the resulting Wasm file will not be 100% WASI - however, if all you do is use <code>printf</code>, which operates on the already-open <code>stdout</code>, then it will be 100% WASI, as in the "hello world" example we saw near the beginning, where Emscripten's output does run in WASI runtimes.
+ </p>
+ <p>
+ If it would be useful for users we can add a <code>PURE_WASI</code> option which would sacrifice code size in return for strict WASI compliance, but if that's not urgent (and most plugin use cases we’ve seen so far don’t need full file I/O) then maybe we can wait for WASI to improve to where Emscripten can remove these non-WASI APIs. That would be the best outcome, and we’re working towards that as you can see in the links above.
+ </p>
+ <p>
+ However, even if WASI does improve, there is no avoiding the fact that Wasm has two standardized APIs as mentioned earlier. In the future I expect Emscripten will call Web APIs directly using interface types, because that will be more compact than calling a WASI-looking JS API that then calls a Web API (as in the <code>musl_writev</code> example from before). We could have a polyfill or a translation layer of some sort to help here, but we wouldn't want to use it unnecessarily, so we will need separate builds for Web and WASI environments. (This is somewhat unfortunate; in theory this could have been avoided if WASI were a superset of Web APIs, but obviously that would have meant compromises on the server side.)
+ </p>
+ <h2 id="current-status">
+ Current status <a href="#current-status">#</a>
+ </h2>
+ <p>
+ Quite a lot works already! The main limitations are:
+ </p>
+ <ul>
+ <li>
+ <strong>WebAssembly limitations</strong>: Various features, like C++ exceptions, setjmp, and pthreads, depend on JavaScript due to Wasm limitations, and there is no good non-JS replacement yet. (Emscripten may start to support some of them <a href="https://www.youtube.com/watch?v=qQOP6jqZqf8&amp;list=PLqh1Mztq_-N2OnEXkdtF5yymcihwqG57y&amp;index=2&amp;t=0s">using Asyncify</a>, or maybe we'll just wait for <a href="https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md">native Wasm features</a> to arrive to VMs.)
+ </li>
+ <li>
+ <strong>WASI limitations</strong>: Libraries and APIs like OpenGL and SDL don't have corresponding WASI APIs yet.
+ </li>
+ </ul>
+ <p>
+ You <strong>can</strong> still use all those in Emscripten's standalone mode, but the output will contain calls to JS runtime support code. As a result, it will not be 100% WASI (for similar reasons those features also do not work in the WASI SDK). Those Wasm files won't run in WASI runtimes, but you can use them on the Web and you can write your own JS runtime for them. You can also use them as plugins; for example, a game engine could have plugins that render using OpenGL, and the developer would compile them in standalone mode and then implement the OpenGL imports in the engine's Wasm runtime. Standalone Wasm mode still helps here because it makes the output as standalone as Emscripten can make it.
+ </p>
+ <p>
+ You may also find APIs that <strong>do</strong> have a non-JS replacement that we haven’t converted yet, as work is still ongoing. Please <a href="https://github.com/emscripten-core/emscripten/issues">file bugs</a>, and as always help is welcome!
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/v8-blog/source.html b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/source.html
new file mode 100644
index 0000000..4a23d09
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/source.html
@@ -0,0 +1,259 @@
+<!DOCTYPE html>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <title>
+ Outside the web: standalone WebAssembly binaries using Emscripten · V8
+ </title>
+ <meta content="width=device-width,initial-scale=1" name="viewport" />
+ <meta content="dark light" name="color-scheme" />
+ <link href="/_css/main.css" rel="stylesheet" />
+ <link href="/.webmanifest" rel="manifest" />
+ <meta content="#4285F4" name="theme-color" />
+ <link href="/blog.atom" rel="alternate" title="V8 Atom feed" type="application/atom+xml" />
+ <link href="/features.atom" rel="alternate" title="V8 JS/Wasm features Atom feed" type="application/atom+xml" />
+ <script>
+ <![CDATA[
+ document.documentElement.className+=' js'
+ ]]>
+ </script>
+ <meta content="Emscripten now supports standalone Wasm files, which do not need JavaScript." name="description" />
+ </head>
+ <body>
+ <header id="header">
+ <h1>
+ <a href="/">V8</a>
+ </h1><a href="#navigation-toggle" id="nav-toggle">Show navigation</a>
+ <nav>
+ <ul>
+ <li>
+ <a href="/">Home</a>
+ </li>
+ <li class="current">
+ <a href="/blog">Blog</a>
+ </li>
+ <li>
+ <a href="/docs">Docs</a>
+ </li>
+ <li>
+ <a href="/features" title="JavaScript and WebAssembly language features">JS/Wasm features</a>
+ </li>
+ <li>
+ <a href="/grant">Research</a>
+ </li>
+ </ul>
+ </nav>
+ </header>
+ <main id="main">
+ <article itemscope="itemscope" itemtype="http://schema.org/BlogPosting">
+ <header>
+ <h1 itemprop="headline">
+ Outside the web: standalone WebAssembly binaries using Emscripten
+ </h1>
+ <p class="meta">
+ Published <time datetime="2019-11-21" itemprop="datePublished">21 November 2019</time> · Tagged with <a href="/blog/tags/webassembly" class="tag">WebAssembly</a> <a href="/blog/tags/tooling" class="tag">tooling</a>
+ </p>
+ </header>
+ <div itemprop="articleBody">
+ <p>
+ Emscripten has always focused first and foremost on compiling to the Web and other JavaScript environments like Node.js. But as WebAssembly starts to be used <em>without</em> JavaScript, new use cases are appearing, and so we've been working on support for emitting <a href="https://github.com/emscripten-core/emscripten/wiki/WebAssembly-Standalone"><strong>standalone Wasm</strong></a> files from Emscripten, that do not depend on the Emscripten JS runtime! This post explains why that's interesting.
+ </p>
+ <h2 id="using-standalone-mode-in-emscripten">
+ Using standalone mode in Emscripten <a href="#using-standalone-mode-in-emscripten" class="bookmark">#</a>
+ </h2>
+ <p>
+ First, let's see what you can do with this new feature! Similar to <a href="https://hacks.mozilla.org/2018/01/shrinking-webassembly-and-javascript-code-sizes-in-emscripten/">this post</a> let's start with a "hello world" type program that exports a single function that adds two numbers:
+ </p>
+ <pre class="language-c"><code class="language-c"><span class="token comment">// add.c</span><br /><span class="token macro property"><span class="token directive-hash">#</span><span class="token keyword directive">include</span> <span class="token string">&lt;emscripten.h&gt;</span></span><br /><br />EMSCRIPTEN_KEEPALIVE<br /><span class="token keyword">int</span> <span class="token function">add</span><span class="token punctuation">(</span><span class="token keyword">int</span> x<span class="token punctuation">,</span> <span class="token keyword">int</span> y<span class="token punctuation">)</span> <span class="token punctuation">{</span><br /> <span class="token keyword">return</span> x <span class="token operator">+</span> y<span class="token punctuation">;</span><br /><span class="token punctuation">}</span></code></pre>
+ <p>
+ We'd normally build this with something like <code>emcc -O3 add.c -o add.js</code> which would emit <code>add.js</code> and <code>add.wasm</code>. Instead, let's ask <code>emcc</code> to only emit Wasm:
+ </p>
+ <pre><code>emcc -O3 add.c -o add.wasm
+</code></pre>
+ <p>
+ When <code>emcc</code> sees we only want Wasm then it makes it "standalone" - a Wasm file that can run by itself as much as possible, without any JavaScript runtime code from Emscripten.
+ </p>
+ <p>
+ Disassembling it, it's very minimal - just 87 bytes! It contains the obvious <code>add</code> function
+ </p>
+ <pre class="language-lisp"><code class="language-lisp"><span class="token punctuation">(</span><span class="token car">func</span> $add <span class="token punctuation">(</span><span class="token car">param</span> $0 i32<span class="token punctuation">)</span> <span class="token punctuation">(</span><span class="token car">param</span> $1 i32<span class="token punctuation">)</span> <span class="token punctuation">(</span><span class="token car">result</span> i32<span class="token punctuation">)</span><br /> <span class="token punctuation">(</span><span class="token car">i32</span>.add<br /> <span class="token punctuation">(</span><span class="token car">local</span>.get $0<span class="token punctuation">)</span><br /> <span class="token punctuation">(</span><span class="token car">local</span>.get $1<span class="token punctuation">)</span><br /> <span class="token punctuation">)</span><br /><span class="token punctuation">)</span></code></pre>
+ <p>
+ and one more function, <code>_start</code>,
+ </p>
+ <pre class="language-lisp"><code class="language-lisp"><span class="token punctuation">(</span><span class="token car">func</span> $_start<br /> <span class="token punctuation">(</span><span class="token car">nop</span><span class="token punctuation">)</span><br /><span class="token punctuation">)</span></code></pre>
+ <p>
+ <code>_start</code> is part of the <a href="https://github.com/WebAssembly/WASI">WASI</a> spec, and Emscripten's standalone mode emits it so that we can run in WASI runtimes. (Normally <code>_start</code> would do global initialization, but here we just don't need any so it's empty.)
+ </p>
+ <h3 id="write-your-own-javascript-loader">
+ Write your own JavaScript loader <a href="#write-your-own-javascript-loader" class="bookmark">#</a>
+ </h3>
+ <p>
+ One nice thing about a standalone Wasm file like this is that you can write custom JavaScript to load and run it, which can be very minimal depending on your use case. For example, we can do this in Node.js:
+ </p>
+ <pre class="language-js"><code class="language-js"><span class="token comment">// load-add.js</span><br /><span class="token keyword">const</span> binary <span class="token operator">=</span> <span class="token function">require</span><span class="token punctuation">(</span><span class="token string">'fs'</span><span class="token punctuation">)</span><span class="token punctuation">.</span><span class="token function">readFileSync</span><span class="token punctuation">(</span><span class="token string">'add.wasm'</span><span class="token punctuation">)</span><span class="token punctuation">;</span><br /><br />WebAssembly<span class="token punctuation">.</span><span class="token function">instantiate</span><span class="token punctuation">(</span>binary<span class="token punctuation">)</span><span class="token punctuation">.</span><span class="token function">then</span><span class="token punctuation">(</span><span class="token punctuation">(</span><span class="token parameter"><span class="token punctuation">{</span> instance <span class="token punctuation">}</span></span><span class="token punctuation">)</span> <span class="token operator">=&gt;</span> <span class="token punctuation">{</span><br /> console<span class="token punctuation">.</span><span class="token function">log</span><span class="token punctuation">(</span>instance<span class="token punctuation">.</span>exports<span class="token punctuation">.</span><span class="token function">add</span><span class="token punctuation">(</span><span class="token number">40</span><span class="token punctuation">,</span> <span class="token number">2</span><span class="token punctuation">)</span><span class="token punctuation">)</span><span class="token punctuation">;</span><br /><span class="token punctuation">}</span><span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre>
+ <p>
+ Just 4 lines! Running that prints <code>42</code> as expected. Note that while this example is very simplistic, there are cases where you simply don't need much JavaScript, and may be able to do better than Emscripten's default JavaScript runtime (which supports a bunch of environments and options). A real-world example of that is in <a href="https://github.com/zeux/meshoptimizer/blob/bdc3006532dd29b03d83dc819e5fa7683815b88e/js/meshopt_decoder.js">zeux's meshoptimizer</a> - just 57 lines, including memory management, growth, etc.!
+ </p>
+ <h3 id="running-in-wasm-runtimes">
+ Running in Wasm runtimes <a href="#running-in-wasm-runtimes" class="bookmark">#</a>
+ </h3>
+ <p>
+ Another nice thing about standalone Wasm files is that you can run them in Wasm runtimes like <a href="https://wasmer.io">wasmer</a>, <a href="https://github.com/bytecodealliance/wasmtime">wasmtime</a>, or <a href="https://github.com/WAVM/WAVM">WAVM</a>. For example, consider this hello world:
+ </p>
+ <pre class="language-cpp"><code class="language-cpp"><span class="token comment">// hello.cpp</span><br /><span class="token macro property"><span class="token directive-hash">#</span><span class="token keyword directive">include</span> <span class="token string">&lt;stdio.h&gt;</span></span><br /><br /><span class="token keyword">int</span> <span class="token function">main</span><span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token punctuation">{</span><br /> <span class="token function">printf</span><span class="token punctuation">(</span><span class="token string">"hello, world!\n"</span><span class="token punctuation">)</span><span class="token punctuation">;</span><br /> <span class="token keyword">return</span> <span class="token number">0</span><span class="token punctuation">;</span><br /><span class="token punctuation">}</span></code></pre>
+ <p>
+ We can build and run that in any of those runtimes:
+ </p>
+ <pre class="language-bash"><code class="language-bash">$ emcc hello.cpp -O3 -o hello.wasm<br />$ wasmer run hello.wasm<br />hello, world<span class="token operator">!</span><br />$ wasmtime hello.wasm<br />hello, world<span class="token operator">!</span><br />$ wavm run hello.wasm<br />hello, world<span class="token operator">!</span></code></pre>
+ <p>
+ Emscripten uses WASI APIs as much as possible, so programs like this end up using 100% WASI and can run in WASI-supporting runtimes (see notes later on what programs require more than WASI).
+ </p>
+ <h3 id="building-wasm-plugins">
+ Building Wasm plugins <a href="#building-wasm-plugins" class="bookmark">#</a>
+ </h3>
+ <p>
+ Aside from the Web and the server, an exciting area for Wasm is <strong>plugins</strong>. For example, an image editor might have Wasm plugins that can perform filters and other operations on the image. For that type of use case you want a standalone Wasm binary, just like in the examples so far, but where it also has a proper API for the embedding application.
+ </p>
+ <p>
+ Plugins are sometimes related to dynamic libraries, as dynamic libraries are one way to implement them. Emscripten has support for dynamic libraries with the <a href="https://github.com/emscripten-core/emscripten/wiki/Linking#general-dynamic-linking">SIDE_MODULE</a> option, and this has been a way to build Wasm plugins. The new standalone Wasm option described here is an improvement on that in several ways: First, a dynamic library has relocatable memory, which adds overhead if you don’t need it (and you don’t if you aren’t linking the Wasm with another Wasm after loading it). Second, standalone output is designed to run in Wasm runtimes as well, as mentioned earlier.
+ </p>
+ <p>
+ Okay, so far so good: Emscripten can either emit JavaScript + WebAssembly as it always did, and now it can also emit just WebAssembly by itself, which lets you run it in places that don't have JavaScript like Wasm runtimes, or you can write your own custom JavaScript loader code, etc. Now let's talk about the background and the technical details!
+ </p>
+ <h2 id="webassembly's-two-standard-apis">
+ WebAssembly's two standard APIs <a href="#webassembly's-two-standard-apis" class="bookmark">#</a>
+ </h2>
+ <p>
+ WebAssembly can only access the APIs it receives as imports - the core Wasm spec has no concrete API details. Given the current trajectory of Wasm, it looks like there will be 3 main categories of APIs that people import and use:
+ </p>
+ <ul>
+ <li>
+ <strong>Web APIs</strong>: This is what Wasm programs use on the Web, which are the existing standardized APIs that JavaScript can use too. Currently these are called indirectly, through JS glue code, but in the future with <a href="https://github.com/WebAssembly/interface-types/blob/master/proposals/interface-types/Explainer.md">interface types</a> they will be called directly.
+ </li>
+ <li>
+ <strong>WASI APIs</strong>: WASI focuses on standardizing APIs for Wasm on the server.
+ </li>
+ <li>
+ <strong>Other APIs</strong>: Various custom embeddings will define their own application-specific APIs. For example, we gave the example earlier of an image editor with Wasm plugins that implement an API to do visual effects. Note that a plugin might also have access to “system” APIs, like a native dynamic library would, or it might be very sandboxed and have no imports at all (if the embedding just calls its methods).
+ </li>
+ </ul>
+ <p>
+ WebAssembly is in the interesting position of having <a href="https://www.goodreads.com/quotes/589703-the-good-thing-about-standards-is-that-there-are-so">two standardized sets of APIs</a>. This does makes sense in that one is for the Web and one for the server, and those environments do have different requirements; for similar reasons Node.js does not have identical APIs to JavaScript on the Web.
+ </p>
+ <p>
+ However, there is more than the Web and the server, in particular there are also Wasm plugins. For one thing, plugins can run inside an application that may be on the Web (just like <a href="https://www.figma.com/blog/an-update-on-plugin-security/#a-technology-change">JS plugins</a>) or off the Web; for another, regardless of where the embedding application is, a plugin environment is not a Web nor a server environment. So it's not immediately obvious which sets of APIs will be used - it may depend on the code being ported, the Wasm runtime being embedded, etc.
+ </p>
+ <h2 id="let's-unify-as-much-as-possible">
+ Let's unify as much as possible <a href="#let's-unify-as-much-as-possible" class="bookmark">#</a>
+ </h2>
+ <p>
+ One concrete way Emscripten hopes to help here is that by using WASI APIs as much as possible we can avoid <strong>unnecessary</strong> API differences. As mentioned earlier, on the Web Emscripten code accesses Web APIs indirectly, through JavaScript, so where that JavaScript API could look like WASI, we'd be removing an unnecessary API difference, and that same binary can also run on the server. In other words, if Wasm wants to log some info, it needs to call into JS, something like this:
+ </p>
+ <pre class="language-js"><code class="language-js"><span class="token parameter">wasm</span> <span class="token operator">=&gt;</span> <span class="token keyword">function</span> <span class="token function">musl_writev</span><span class="token punctuation">(</span><span class="token parameter"><span class="token punctuation">.</span><span class="token punctuation">.</span></span><span class="token punctuation">)</span> <span class="token punctuation">{</span> <span class="token punctuation">.</span><span class="token punctuation">.</span> console<span class="token punctuation">.</span><span class="token function">log</span><span class="token punctuation">(</span><span class="token punctuation">.</span><span class="token punctuation">.</span><span class="token punctuation">)</span> <span class="token punctuation">.</span><span class="token punctuation">.</span> <span class="token punctuation">}</span></code></pre>
+ <p>
+ <code>musl_writev</code> is an implementation of the Linux syscall interface that <a href="https://www.musl-libc.org">musl libc</a> uses to write data to a file descriptor, and that ends up calling <code>console.log</code> with the proper data. The Wasm module imports and calls that <code>musl_writev</code>, which defines an ABI between the JS and the Wasm. That ABI is arbitrary (and in fact Emscripten has changed its ABI over time to optimize it). If we replace that with an ABI that matches WASI, we can get this:
+ </p>
+ <pre class="language-js"><code class="language-js"><span class="token parameter">wasm</span> <span class="token operator">=&gt;</span> <span class="token keyword">function</span> <span class="token function">__wasi_fd_write</span><span class="token punctuation">(</span><span class="token parameter"><span class="token punctuation">.</span><span class="token punctuation">.</span></span><span class="token punctuation">)</span> <span class="token punctuation">{</span> <span class="token punctuation">.</span><span class="token punctuation">.</span> console<span class="token punctuation">.</span><span class="token function">log</span><span class="token punctuation">(</span><span class="token punctuation">.</span><span class="token punctuation">.</span><span class="token punctuation">)</span> <span class="token punctuation">.</span><span class="token punctuation">.</span> <span class="token punctuation">}</span></code></pre>
+ <p>
+ This isn't a big change, just requiring some refactoring of the ABI, and when running in a JS environment it doesn't matter much. But now the Wasm can run without the JS since that WASI API is recognized by WASI runtimes! That’s how the standalone Wasm examples from before work, just by refactoring Emscripten to use WASI APIs.
+ </p>
+ <p>
+ Another advantage of Emscripten using WASI APIs is that we can help the WASI spec by finding real-world issues. For example, we found that <a href="https://github.com/WebAssembly/WASI/pull/106">changing the WASI "whence" constants</a> would be useful, and we've started some discussions around <a href="https://github.com/WebAssembly/WASI/issues/109">code size</a> and <a href="https://github.com/WebAssembly/WASI/issues/122">POSIX compatibility</a>.
+ </p>
+ <p>
+ Emscripten using WASI as much as possible is also useful in that it lets users use a single SDK to target Web, server, and plugin environments. Emscripten isn't the only SDK allowing that, as the WASI SDK's output can be run on the Web using the <a href="https://wasi.dev/polyfill/">WASI Web Polyfill</a> or Wasmer's <a href="https://github.com/wasmerio/wasmer-js">wasmer-js</a>, but Emscripten’s Web output is more compact, so it lets a single SDK be used without compromising Web performance.
+ </p>
+ <p>
+ Speaking of which, you can emit a standalone Wasm file from Emscripten with optional JS in a single command:
+ </p>
+ <pre><code>emcc -O3 add.c -o add.js -s STANDALONE_WASM
+</code></pre>
+ <p>
+ That emits <code>add.js</code> and <code>add.wasm</code>. The Wasm file is standalone just like earlier when we only emitted a Wasm file by itself (<code>STANDALONE_WASM</code> was set automatically when we said <code>-o add.wasm</code>), but now in addition there is a JS file that can load and run it. The JS is useful for running it on the Web if you don't want to write your own JS for that.
+ </p>
+ <h2 id="do-we-need-non-standalone-wasm%3F">
+ Do we need <em>non</em>-standalone Wasm? <a href="#do-we-need-non-standalone-wasm%3F" class="bookmark">#</a>
+ </h2>
+ <p>
+ Why does the <code>STANDALONE_WASM</code> flag exist? In theory Emscripten could always set <code>STANDALONE_WASM</code>, which would be simpler. But standalone Wasm files can't depend on JS, and that has some downsides:
+ </p>
+ <ul>
+ <li>We can't minify the Wasm import and export names, as the minification only works if both sides agree, the Wasm and what loads it.
+ </li>
+ <li>Normally we create the Wasm Memory in JS so that JS can start to use it during startup, which lets us do work in parallel. But in standalone Wasm we have to create the Memory in the Wasm.
+ </li>
+ <li>Some APIs are just easy to do in JS. For example <a href="https://github.com/emscripten-core/emscripten/pull/9558"><code>__assert_fail</code></a>, which is called when a C assertion fails, is normally <a href="https://github.com/emscripten-core/emscripten/blob/2b42a35f61f9a16600c78023391d8033740a019f/src/library.js#L1235">implemented in JS</a>. It takes just a single line, and even if you include the JS functions it calls, the total code size is quite small. On the other hand, in a standalone build we can't depend on JS, so we use <a href="https://github.com/emscripten-core/emscripten/blob/b8896d18f2163dbf2fa173694eeac71f6c90b68c/system/lib/libc/musl/src/exit/assert.c#L4">musl's <code>assert.c</code></a>. That uses <code>fprintf</code>, which means it ends up pulling in a bunch of C <code>stdio</code> support, including things with indirect calls that make it hard to remove unused functions. Overall, there are many such details that end up making a difference in total code size.
+ </li>
+ </ul>
+ <p>
+ If you want to run both on the Web and elsewhere, and you want 100% optimal code size and startup times, you should make two separate builds, one with <code>-s STANDALONE</code> and one without. That's very easy as it's just flipping one flag!
+ </p>
+ <h2 id="necessary-api-differences">
+ Necessary API differences <a href="#necessary-api-differences" class="bookmark">#</a>
+ </h2>
+ <p>
+ We saw that Emscripten uses WASI APIs as much as possible to avoid <strong>unnecessary</strong> API differences. Are there any <strong>necessary</strong> ones? Sadly, yes - some WASI APIs require tradeoffs. For example:
+ </p>
+ <ul>
+ <li>WASI does not support various POSIX features, like <a href="https://github.com/WebAssembly/WASI/issues/122">user/group/world file permissions</a>, as a result of which you can't fully implement a (Linux) system <code>ls</code> for example (see details in that link). Emscripten's existing filesystem layer does support some of those things, so if we switched to WASI APIs for all filesystem operations then we'd be <a href="https://github.com/emscripten-core/emscripten/issues/9479#issuecomment-542815711">losing some POSIX support</a>.
+ </li>
+ <li>WASI's <code>path_open</code> <a href="https://github.com/WebAssembly/WASI/issues/109">has a cost in code size</a> because it forces extra permissions handling in the Wasm itself. That code is unnecessary on the Web.
+ </li>
+ <li>WASI doesn't provide a <a href="https://github.com/WebAssembly/WASI/issues/82">notification API for memory growth</a>, and as a result, JS runtimes must constantly check if memory grew and if so update their views, on every import and export. To avoid that overhead, Emscripten provides a notification API, <code>emscripten_notify_memory_growth</code>, which <a href="https://github.com/zeux/meshoptimizer/blob/bdc3006532dd29b03d83dc819e5fa7683815b88e/js/meshopt_decoder.js#L10">you can see implemented in a single line</a> in zeux's meshoptimizer that we mentioned earlier.
+ </li>
+ </ul>
+ <p>
+ In time WASI may add more POSIX support, a memory growth notification, etc. - WASI is still highly experimental and expected to change significantly. For now, to avoid regressions in Emscripten we do not emit 100% WASI binaries if you use certain features. In particular, opening files uses a POSIX method instead of WASI, which means that if you call <code>fopen</code> then the resulting Wasm file will not be 100% WASI - however, if all you do is use <code>printf</code>, which operates on the already-open <code>stdout</code>, then it will be 100% WASI, as in the "hello world" example we saw near the beginning, where Emscripten's output does run in WASI runtimes.
+ </p>
+ <p>
+ If it would be useful for users we can add a <code>PURE_WASI</code> option which would sacrifice code size in return for strict WASI compliance, but if that's not urgent (and most plugin use cases we’ve seen so far don’t need full file I/O) then maybe we can wait for WASI to improve to where Emscripten can remove these non-WASI APIs. That would be the best outcome, and we’re working towards that as you can see in the links above.
+ </p>
+ <p>
+ However, even if WASI does improve, there is no avoiding the fact that Wasm has two standardized APIs as mentioned earlier. In the future I expect Emscripten will call Web APIs directly using interface types, because that will be more compact than calling a WASI-looking JS API that then calls a Web API (as in the <code>musl_writev</code> example from before). We could have a polyfill or a translation layer of some sort to help here, but we wouldn't want to use it unnecessarily, so we will need separate builds for Web and WASI environments. (This is somewhat unfortunate; in theory this could have been avoided if WASI were a superset of Web APIs, but obviously that would have meant compromises on the server side.)
+ </p>
+ <h2 id="current-status">
+ Current status <a href="#current-status" class="bookmark">#</a>
+ </h2>
+ <p>
+ Quite a lot works already! The main limitations are:
+ </p>
+ <ul>
+ <li>
+ <strong>WebAssembly limitations</strong>: Various features, like C++ exceptions, setjmp, and pthreads, depend on JavaScript due to Wasm limitations, and there is no good non-JS replacement yet. (Emscripten may start to support some of them <a href="https://www.youtube.com/watch?v=qQOP6jqZqf8&amp;list=PLqh1Mztq_-N2OnEXkdtF5yymcihwqG57y&amp;index=2&amp;t=0s">using Asyncify</a>, or maybe we'll just wait for <a href="https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md">native Wasm features</a> to arrive to VMs.)
+ </li>
+ <li>
+ <strong>WASI limitations</strong>: Libraries and APIs like OpenGL and SDL don't have corresponding WASI APIs yet.
+ </li>
+ </ul>
+ <p>
+ You <strong>can</strong> still use all those in Emscripten's standalone mode, but the output will contain calls to JS runtime support code. As a result, it will not be 100% WASI (for similar reasons those features also do not work in the WASI SDK). Those Wasm files won't run in WASI runtimes, but you can use them on the Web and you can write your own JS runtime for them. You can also use them as plugins; for example, a game engine could have plugins that render using OpenGL, and the developer would compile them in standalone mode and then implement the OpenGL imports in the engine's Wasm runtime. Standalone Wasm mode still helps here because it makes the output as standalone as Emscripten can make it.
+ </p>
+ <p>
+ You may also find APIs that <strong>do</strong> have a non-JS replacement that we haven’t converted yet, as work is still ongoing. Please <a href="https://github.com/emscripten-core/emscripten/issues">file bugs</a>, and as always help is welcome!
+ </p>
+ </div>
+ <footer>
+ <div>
+ <picture><source srcset="/_img/avatars/alon-zakai.avif, /_img/avatars/[email protected] 2x" type="image/avif" /><img alt="" height="96" loading="lazy" src="/_img/avatars/alon-zakai.jpg" srcset="/_img/avatars/[email protected] 2x" width="96" /></picture>
+ <p>
+ Posted by Alon Zakai.
+ </p>
+ </div><a href="https://twitter.com/v8js/status/1197547645729988608" class="retweet">Retweet this article!</a>
+ </footer>
+ </article>
+ </main>
+ <footer id="footer">
+ <div>
+ <nav>
+ <a href="/logo">Branding</a> · <a href="/terms">Terms</a> · <a href="https://policies.google.com/privacy">Privacy</a> · <a href="https://twitter.com/v8js" rel="me nofollow">Twitter</a> · <a href="https://github.com/v8/v8.dev/tree/main/./src/blog/emscripten-standalone-wasm.md" rel="nofollow">Edit this page on GitHub</a>
+ </nav>
+ </div>
+ <p>
+ <small>Except as otherwise noted, any code samples from the V8 project are licensed under <a href="https://chromium.googlesource.com/v8/v8.git/+/master/LICENSE">V8’s BSD-style license</a>. Other content on this page is licensed under <a href="https://creativecommons.org/licenses/by/3.0/">the Creative Commons Attribution 3.0 License</a>. For details, see <a href="/terms#site-policies">our site policies</a>.</small>
+ </p>
+ </footer>
+ <script src="/_js/dark-mode-toggle.mjs" type="module"></script>
+ <script src="/_js/main.mjs" type="module"></script>
+ <script src="/_js/legacy.js" nomodule=""></script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-images.json
new file mode 100644
index 0000000..e9012bd
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/cdn.vox-cdn.com\/thumbor\/7WyjCLC7n6i1IG2eJB06qi1o7kQ=\/0x148:2300x1352\/fit-in\/1200x630\/cdn.vox-cdn.com\/uploads\/chorus_asset\/file\/9871033\/Movies_end_of_year_2017.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-metadata.json
new file mode 100644
index 0000000..4d61d3b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Alissa Wilkinson",
+ "Direction": null,
+ "Excerpt": "It was an extraordinary year for movies.",
+ "Image": "https:\/\/cdn.vox-cdn.com\/thumbor\/7WyjCLC7n6i1IG2eJB06qi1o7kQ=\/0x148:2300x1352\/fit-in\/1200x630\/cdn.vox-cdn.com\/uploads\/chorus_asset\/file\/9871033\/Movies_end_of_year_2017.jpg",
+ "Title": "How to watch the 21 best films of 2017",
+ "SiteName": "Vox"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected.html
new file mode 100644
index 0000000..82740b1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected.html
@@ -0,0 +1,309 @@
+<div>
+ <p id="oFNvY2">
+ In the introduction to her review anthology <em>For Keeps: 30 Years at the Movies</em>, the legendary film critic Pauline Kael wrote, “I’m frequently asked why I don’t write my memoirs. I think I have.” She meant what most movie critics realize at some point: that reading your past reviews and revisiting the lists of films you liked most during the year reveals not just something about a particular year in cinema, but something about you as well.
+ </p>
+ <p id="49aoQQ">
+ That’s the feeling I get constructing my list of the best films of 2017, a year that overflowed with great films in every genre, from horror and romantic comedy to documentary and arthouse drama. Some of the films on my list have commonalities — ghosts, meditations on memory and interpersonal connection, and women who refuse to behave — but mostly they underscore just how vibrant cinema remains as an art form, even in the midst of massive cultural shifts in the industry and beyond. And it is a keen reminder to me of all the 2017 conversations I’ve had around and at the movies — and the ways I will never be the same.
+ </p>
+ <p id="dC0oTJ">
+ Here are my top 21 films of 2017 and how to watch them at home, with 14 honorable mentions.
+ </p>
+ <h3 id="jDDW9T">
+ 21) <a href="https://www.vox.com/culture/2017/12/12/16765308/last-jedi-star-wars-review-rey-carrie-fisher-poe-finn-kylo-ren"><em>Star Wars: The Last Jedi</em></a>
+ </h3>
+ <div id="x5htN5">
+ <p>
+ <iframe src="https://www.youtube.com/embed/Q0CbN8sfihY?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="WdtoaT">
+ I am as shocked as anyone that a <em>Star Wars</em> movie found its way onto my list — but I was bowled over by <em>The Last Jedi</em>, which may be one of the series’ best. In the hands of writer-director <a href="https://www.vox.com/culture/2017/12/13/16761916/rian-johnson-star-wars-last-jedi-looper-brick-brothers-bloom-fly-breaking-bad">Rian Johnson</a> (who will also oversee <a href="https://www.theverge.com/2017/11/9/16630902/star-wars-new-trilogy-rian-johnson-disney-lucasfilm">a new <em>Star Wars</em> trilogy</a>), <em>The Last Jedi</em> is beautiful to look at and keeps its eye on the relationships between characters and how they communicate with one another, in addition to the bigger galactic story. The same characters are back, but they seem infused with new life, and the galaxy with a new kind of hope. The movie’s best details are in the strong bonds that develop between characters, and I left the film with the realization that for the first time in my life, I loved a <em>Star Wars</em> movie. Now I understand the magic.
+ </p>
+ <p id="m6vJQd">
+ Star Wars: The Last Jedi <em>is currently</em> <a href="https://www.netflix.com/watch/80192018?source=35"><em>streaming on Netflix</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=fgPqJgZepxM"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=fgPqJgZepxM"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="3XHosO">
+ 20) <a href="https://www.vox.com/2017/10/6/16434046/faces-places-review-agnes-varda-jr"><em>Faces Places</em></a>
+ </h3>
+ <div id="FZOPyv">
+ <p>
+ <iframe src="https://www.youtube.com/embed/KKbjnLpxv70?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="zP5jCd">
+ The unusual documentary <a href="https://www.vox.com/2017/10/6/16434046/faces-places-review-agnes-varda-jr"><em>Faces Places</em></a> (in French, <em>Visages Villages</em>) turns on the friendship between the accomplished street artist JR and legendary film director Agnès Varda, whose work was central to the development of the French New Wave movement. The pair (whose difference in age is 55 years) met after years of admiring each other’s work and decided to create a documentary portrait of France — by making a number of actual portraits. The film chronicles a leg of the "Inside Outside Project," a roving art initiative in which JR makes enormous portraits of people he meets and pastes them onto buildings and walls. In the film, Varda joins him, and as they talk to people around the country, they grow in their understanding of themselves and of each other. The development of their friendship, which is both affectionate and mutually sharpening, forms <em>Faces Places</em>’ emotional center.
+ </p>
+ <p id="yIfUci">
+ Faces Places <em>is currently</em> <a href="https://www.netflix.com/watch/80194288?source=35"><em>streaming on Netflix</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=WuB9Fl8nrzM"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=WuB9Fl8nrzM"><em>YouTube</em></a><em>.</em>
+ </p>
+
+ <h3 id="R0KXNO">
+ 19) <a href="https://www.vox.com/summer-movies/2017/8/8/16107088/ingrid-goes-west-review-aubrey-plaza-elizabeth-olsen"><em>Ingrid Goes West</em></a>
+ </h3>
+ <div id="94aRXv">
+ <p>
+ <iframe src="https://www.youtube.com/embed/xP4vD1tWbPU?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="d2ZAUw">
+ <a href="https://www.vox.com/summer-movies/2017/8/8/16107088/ingrid-goes-west-review-aubrey-plaza-elizabeth-olsen"><em>Ingrid Goes West</em></a> is a twisted and <a href="https://www.vox.com/culture/2017/8/9/16107140/matt-spicer-interview-ingrid-goes-west-dark-comedy-aubrey-plaza-sundance?utm_campaign=vox&amp;utm_content=chorus&amp;utm_medium=social&amp;utm_source=twitter">dark comedy</a> — part addiction narrative, part stalker story — and yet it’s set in a world that’s almost pathologically cheery: the glossy, sunny, nourishing, superfood- and superlative-loving universe of Instagram celebrity. But despite <em>Ingrid Goes West</em>’s spot-on take on that world, the best thing about the film is that it refuses to traffic in lazy buzzwords and easy skewering, particularly at the expense of young women. Instead, the movie conveys that behind every Instagram image and meltdown is a real person, with real insecurities, real feelings, and real problems. And it recognizes that living a life performed in public can be its own kind of self-deluding prison.
+ </p>
+ <p id="oGMXK4">
+ Ingrid Goes West <em>is currently</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.hulu.com%2Fwatch%2F1205749" rel="nofollow noopener" target="_blank"><em>streaming on Hulu</em></a> <em>and available to digitally rent on</em> <a href="https://www.youtube.com/watch?v=c2O7KouP5CM"><em>YouTube</em></a> <em>and</em> <a href="https://play.google.com/store/movies/details?id=c2O7KouP5CM"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="qfZ4Iv">
+ 18) <a href="https://www.vox.com/summer-movies/2017/7/14/15955888/review-lady-macbeth-florence-pugh"><em>Lady Macbeth</em></a>
+ </h3>
+ <div id="0ZWzkX">
+ <p>
+ <iframe src="https://www.youtube.com/embed/2Z0N8ULhuUA?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="Ii1QS5">
+ <a href="https://www.vox.com/summer-movies/2017/7/14/15955888/review-lady-macbeth-florence-pugh"><em>Lady Macbeth</em></a> is no placid costume drama. Adapted from an 1865 Russian novella by Nikolai Leskov, the movie follows Katherine (the astounding Florence Pugh), a woman in the Lady Macbeth line characterized by a potent cocktail of very few scruples and a lot of determination. She's a chilling avatar for the ways that class and privilege — both obvious and hidden — insulate some people from the consequences of their actions while damning others. <em>Lady Macbeth</em> is also a dazzling directorial debut from William Oldroyd, a thrilling combination of sex, murder, intrigue, and power plays. It’s visually stunning, each frame composed so carefully and deliberately that the wildness and danger roiling just below the surface feels even more frightening. Each scene ratchets up the tension to an explosive, chilling end.
+ </p>
+ <p id="e2nBAO">
+ Lady Macbeth <em>is currently streaming on</em> <a href="https://play.hbogo.com/feature/urn:hbo:feature:GWrEd3wdB_LiWwwEAAAIk?camp=Search&amp;play=true"><em>HBO Go</em></a> <em>and</em> <a href="https://play.hbonow.com/feature/urn:hbo:feature:GWrEd3wdB_LiWwwEAAAIk?camp=Search&amp;play=true"><em>HBO Now</em></a><em>, and it is available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB074HJGH3F%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F891310" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=l8vAACgcUCo"><em>YouTube</em></a><em>,</em> <a href="https://play.google.com/store/movies/details?id=l8vAACgcUCo"><em>iTunes</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=l8vAACgcUCo"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="JhEBod">
+ 17) <em>BPM (Beats Per Minute)</em>
+ </h3>
+ <div id="t3derk">
+ <p>
+ <iframe src="https://www.youtube.com/embed/2fhO2A4SL24?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="DEyp0A">
+ <em>BPM (Beats Per Minute)</em> is a remarkably tender and stirring story of the Paris chapter of ACT UP, an AIDS activism group, and the young people who found themselves caught in the crosshairs of the AIDS crisis in the early 1990s. The film follows both the group's actions and the individual members’ shifting relationships to one another — enemies becoming friends, friends becoming lovers, lovers becoming caretakers — as well as their struggles with the disease wracking their community. As an account of the period, it’s riveting; as an exploration of life and love set at the urgent intersection of the political and the personal, it’s devastating.
+ </p>
+ <p id="8vBdkS">
+ BPM (Beats Per Minute) <em>is currently</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.hulu.com%2Fwatch%2F1258801" rel="nofollow noopener" target="_blank"><em>streaming on Hulu</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=xrjoEWj6gLg"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=xrjoEWj6gLg"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="jocryI">
+ 16) <a href="https://www.vox.com/summer-movies/2017/6/21/15837678/big-sick-review-kumail-nanjiani-emily-gordon-zoe-kazan-islam"><em>The Big Sick</em></a>
+ </h3>
+ <div id="ZRFycn">
+ <p>
+ <iframe src="https://www.youtube.com/embed/PJmpSMRQhhs?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="DqZc5Q">
+ Few 2017 movies could top the charm and tenderness of <a href="https://www.vox.com/summer-movies/2017/6/21/15837678/big-sick-review-kumail-nanjiani-emily-gordon-zoe-kazan-islam"><em>The Big Sick</em></a>, which hits all the right romantic comedy notes with one unusual distinction: It feels like real life. That’s probably because <em>The Big Sick</em> is written by <a href="https://www.vox.com/2017/11/22/16687092/the-big-sick-kumail-nanjiani-emily-gordon-real-story">real-life married couple</a> Emily V. Gordon and <em>Silicon Valley</em>'s Kumail Nanjiani, and based on their real-life romance. <em>The Big Sick</em> — which stars Nanjiani as a version of himself, alongside Zoe Kazan as Emily — is funny and sweet while not backing away from matters that romantic comedies don’t usually touch on, like serious illness, struggles in long-term marriages, and religion. As it tells the couple’s story, which takes a serious turn when Emily falls ill with a mysterious infection and her parents (played by Holly Hunter and Ray Romano) come to town, it becomes a funny and wise story about real love.
+ </p>
+ <p id="Wgpjgu">
+ The Big Sick <em>is currently</em> <em>streaming on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FBig-Sick-Kumail-Nanjiani%2Fdp%2FB07193L7RD%2Fref%3Dsr_1_1%3Fie%3DUTF8%26qid%3D1532454848" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a> <em>and available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fthe-big-sick%2Fid1246483301" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F865258" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB071HFCYDH%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=WUX0wW2OMkA"><em>YouTube</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=WUX0wW2OMkA"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="dFyVjw">
+ 15) <a href="https://www.vox.com/culture/2017/9/10/16277234/mother-review-aronofsky-lawrence-bardem-tiff"><em>Mother!</em></a>
+ </h3>
+ <div id="kUMpyj">
+ <p>
+ <iframe src="https://www.youtube.com/embed/XpICoc65uh0?rel=0&amp;amp;start=17" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="LA1s4n">
+ There’s so much pulsing beneath <a href="https://www.vox.com/culture/2017/9/10/16277234/mother-review-aronofsky-lawrence-bardem-tiff">the surface of <em>Mother!</em></a> that it’s hard to grab on to just one theme as what it “means.” It’s full-on apocalyptic fiction, and like all stories of apocalypse, it’s intended to draw back the veil on reality and show us what’s really beneath. And this movie gets wild: If its gleeful cracking apart of traditional theologies doesn’t get you (there’s a lot of Catholic folk imagery here, complete with an Ash Wednesday-like mud smearing on the foreheads of the faithful), its bonkers scenes of chaos probably will. <em>Mother!</em> is a movie designed to provoke fury, ecstasy, madness, catharsis, and more than a little awe. Watching it, and then participating in the flurry of arguments and discussions unpacking it, was among my best moviegoing experiences of 2017.
+ </p>
+ <p id="mxI0Kb">
+ Mother! <em>is available to digitally purchase on</em> <a href="https://play.google.com/store/movies/details?id=F9p9HlSbIuU"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=F9p9HlSbIuU"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="PL5PTS">
+ 14) <a href="https://www.vox.com/culture/2017/7/7/15925272/ghost-story-review-rooney-mara-casey-affleck"><em>A Ghost Story</em></a>
+ </h3>
+ <div id="76I1cH">
+ <p>
+ <iframe src="https://www.youtube.com/embed/0Vb0F_CN83E?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="JWA6Pb">
+ Director <a href="https://www.vox.com/summer-movies/2017/7/13/15960236/david-lowery-ghost-story-interview">David Lowery</a> filmed <a href="https://www.vox.com/culture/2017/7/7/15925272/ghost-story-review-rooney-mara-casey-affleck"><em>A Ghost Story</em></a> in secret, then premiered it at the Sundance Film Festival to critical acclaim. The movie starts out being about a grieving widow (Rooney Mara) trying to live through the pain of losing her beloved husband, but it soon shifts focus to the ghost of her husband (Casey Affleck, covered in a sheet), evolving into a compelling rumination on the nature of time, memory, history, and the universe. Bathed in warm humor and wistful longing, it's a film that stays with you long after it’s over, a lingering reminder of the inextricable link between love and place.
+ </p>
+ <p id="9CatN2">
+ A Ghost Story <em>is available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fa-ghost-story%2Fid1252853654%3Fat%3D1001l6hu%26ct%3Dgca_organic_movie-title_1252853654" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F875682" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB075K4YG8P%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://play.google.com/store/movies/details?id=cGUoTWQIcP0"><em>Google Play</em></a><em>, and</em> <a href="https://www.youtube.com/watch?v=cGUoTWQIcP0"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="rRIM9r">
+ 13) <a href="https://www.vox.com/2017/10/24/16523642/square-review-ruben-ostlund-claes-bang-elisabeth-moss"><em>The Square</em></a>
+ </h3>
+ <div id="z1g0Cs">
+ <p>
+ <iframe src="https://www.youtube.com/embed/EUzRjRv0Ib0?rel=0" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="NavzzU">
+ Winner of the Palme d’Or at the 2017 Cannes Film Festival, <a href="https://www.vox.com/2017/10/24/16523642/square-review-ruben-ostlund-claes-bang-elisabeth-moss"><em>The Square</em></a> is a hilariously needling comedy about the contemporary art world, as well as the kind of idealistic liberalism that is tough to maintain in the face of real problems. The outstanding Claes Bang stars as Christian, a curator whose cluelessness leads him into some outlandishly rough spots, with Elisabeth Moss in a too-short but brilliant part as an American journalist who won’t let him get away with his shenanigans. It’s a heady film with a lot of ideas ricocheting around — and a <em>lot</em> of uncomfortable satire — but if you (like me) are the sort of viewer who loves that stuff, its sly jabs at the veneer of civilization that keeps the social contract intact are intoxicating.
+ </p>
+ <p id="2iTOd5">
+ The Square <em>is currently</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.hulu.com%2Fwatch%2F1228556" rel="nofollow noopener" target="_blank"><em>streaming on Hulu</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=OaD-B0aK9aw"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=OaD-B0aK9aw"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="Px2hT6">
+ 12) <a href="https://www.vox.com/culture/2017/7/17/15984026/dunkirk-review-nolan-rylance-hardy-styles-spoilers"><em>Dunkirk</em></a>
+ </h3>
+ <div id="TDSYe7">
+ <p>
+ <iframe src="https://www.youtube.com/embed/F-eMt3SrfFU?rel=0&amp;amp;start=24" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="MLatLf">
+ <a href="https://www.vox.com/culture/2017/7/17/15984026/dunkirk-review-nolan-rylance-hardy-styles-spoilers"><em>Dunkirk</em></a>, a true cinematic achievement from acclaimed director Christopher Nolan, backs off conventional notions of narrative and chronology as much as possible, while leaning headfirst into everything else that makes a movie a visceral work of art aimed at the senses: the images, the sounds, the scale, the swelling vibrations of it all. You can’t smell the sea spray, but your brain may trick you into thinking you can. Nolan’s camera pushes the edges of the screen as far as it can as <em>Dunkirk</em> engulfs the audience in something that feels like a lot more than a war movie. It’s a symphony for the brave and broken, and it resolves in a major key — but one with an undercurrent of sorrow, and of sober warning. Courage in the face of danger is not just for characters in movies.
+ </p>
+ <p id="cmMBuS">
+ Dunkirk <em>is currently streaming on</em> <a href="https://play.hbogo.com/feature/urn:hbo:feature:GWqvX7wxdtyl0YAEAAAFv?camp=Search&amp;play=true"><em>HBO Go</em></a> <em>and</em> <a href="https://play.hbonow.com/feature/urn:hbo:feature:GWqvX7wxdtyl0YAEAAAFv?camp=Search&amp;play=true"><em>HBO Now</em></a><em>, and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=yOJhvgczBNk"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=yOJhvgczBNk"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="CPlXz5">
+ 11) <em>Rat Film</em>
+ </h3>
+ <div id="s6q4gj">
+ <p>
+ <iframe src="https://www.youtube.com/embed/f-kpMAKc0l4?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="GFFO6D">
+ <em>Rat Film</em> is about rats, yes — and rat poison experts and rat hunters and people who keep rats as pets. But it’s also about the history of eugenics, dubious science, <a href="https://en.wikipedia.org/wiki/Redlining">“redlining,”</a> and segregated housing in Baltimore. All these pieces come together to form one big essay, where the meaning of each vignette only becomes clearer in light of the whole. It’s a fast-paced, no-holds-barred exploration of a damning history, and it accrues meaning as the images, sounds, and text pile up.
+ </p>
+ <p id="HkeUxt">
+ Rat Film <em>is available to digitally rent on</em> <a href="https://www.youtube.com/watch?v=ZZlweN7XXJ4"><em>YouTube</em></a> <em>and</em> <a href="https://play.google.com/store/movies/details?id=ZZlweN7XXJ4"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="Qgio0l">
+ 10) <a href="https://www.vox.com/culture/2017/4/13/15243556/quiet-passion-review-emily-dickinson-passover-easter"><em>A Quiet Passion</em></a>
+ </h3>
+ <div id="Ya6IEK">
+ <p>
+ <iframe src="https://www.youtube.com/embed/T3SyPbUTEeU?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="EO0XbC">
+ <a href="https://www.vox.com/culture/2017/4/13/15243556/quiet-passion-review-emily-dickinson-passover-easter"><em>A Quiet Passion</em></a> is technically a biographical film about Emily Dickinson, but it transcends its genre to become something more like poetry. It’s a perplexing and challenging film, crafted without the traditional guardrails that guide most biographical movies — dates, times, major accomplishments, and so on. Time slips away in the film almost imperceptibly, and the narrative arc doesn’t yield easily to the viewer. Cynthia Nixon plays Emily Dickinson, whose poetry and life is a perfect match for the signature style of director Terence Davies: rich in detail, deeply enigmatic, and weighed down with a kind of sparkling, joy-tinged sorrow. <em>A Quiet Passion</em> is a portrait, both visual and narrative, of the kind of saint most modern people can understand: one who is certain of her uncertainty, and yearning to walk the path on which her passion and longing meet.
+ </p>
+ <p id="YuHQ0h">
+ A Quiet Passion <em>is currently streaming on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB072FP21C5%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a> <em>and available to digitally rent or purchase on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fa-quiet-passion%2Fid1238938795" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F859491" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB072FP21C5%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=de0ELdfPGik"><em>YouTube</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=de0ELdfPGik"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="7dz2o3">
+ 9) <em>Columbus</em>
+ </h3>
+ <div id="ZfQfEI">
+ <p>
+ <iframe src="https://www.youtube.com/embed/r3dcnV6Z9Zs?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="pM0BdD">
+ <em>Columbus</em> is a stunner of a debut from video essayist turned director Kogonada. Haley Lu Richardson stars as Casey, a young woman living in Columbus, Indiana, who cares for her mother, works at a library, and harbors a passion for architecture. (Columbus is a mecca for modernist architecture scholars and enthusiasts.) When a visiting architecture scholar falls into a coma in Columbus, his estranged son Jin (John Cho) arrives to wait for him and strikes up a friendship with Casey, who starts to show him her favorite buildings. The two begin to unlock something in each other that’s hard to define but life-changing for both. <em>Columbus</em> is beautiful and subtle, letting us feel how the places we build and the people we let near us move and mold us.
+ </p>
+ <p id="P7j9oY">
+ Columbus <em>is currently</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.hulu.com%2Fwatch%2F1185842" rel="nofollow noopener" target="_blank"><em>streaming on Hulu</em></a> <em>and available to rent on</em> <a href="https://play.google.com/store/movies/details?id=I-j0IqPQaYU"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=I-j0IqPQaYU"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="wkyPUl">
+ 8) <a href="https://www.vox.com/culture/2017/5/31/15706424/florida-project-review-cannes-sean-baker"><em>The Florida Project</em></a>
+ </h3>
+ <div id="RLHf4Z">
+ <p>
+ <iframe src="https://www.youtube.com/embed/WwQ-NH1rRT4?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="J6kOkz">
+ Sean Baker’s <a href="https://www.vox.com/culture/2017/5/31/15706424/florida-project-review-cannes-sean-baker"><em>The Florida Project</em></a> unfolds at first like a series of sketches about the characters who live in a purple-painted, $35-a-night motel called the Magic Castle down the street from Disney World. The film is held together by the hysterical antics of a kid named Moonee and her pack of young friends, as well as long-suffering hotel manager Bobby (a splendid, warm Willem Dafoe), who tries to put up with it all while keeping some kind of order. But as <em>The Florida Project</em> goes on, a narrative starts to form, one that chronicles with heartbreaking attention the sort of dilemmas that face poor parents and their children in America, and the broken systems that try to cope with impossible situations.
+ </p>
+ <p id="xG8Q8C">
+ The Florida Project <em>is currently streaming on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FFlorida-Project-Willem-Dafoe%2Fdp%2FB0764MS7GQ%2Fref%3Dsr_1_2%3Fs%3Dinstant-video%26ie%3DUTF8%26qid%3D1532455499%26sr%3D1-2%26keywords%3Dthe%2Bflorida%2Bproject" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a> <em>and available to digitally rent on</em> <a href="https://www.youtube.com/watch?v=MLsXQdPAlws"><em>YouTube</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2Fdetails%2Ftitle%2F922802" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=MLsXQdPAlws"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="rLGNAf">
+ 7) <a href="https://www.vox.com/2017/11/21/16552862/call-me-by-your-name-review-timothee-chalamet-armie-hammer"><em>Call Me</em> <em>b</em><em>y Your Name</em></a>
+ </h3>
+ <div id="xGksjG">
+ <p>
+ <iframe src="https://www.youtube.com/embed/Z9AYPxH5NTM?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="KyeOGQ">
+ Luca Guadagnino’s gorgeous film <a href="https://www.vox.com/2017/11/21/16552862/call-me-by-your-name-review-timothee-chalamet-armie-hammer"><em>Call Me</em> <em>b</em><em>y Your Name</em></a> adapts André Aciman’s <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FCall-Me-Your-Name-Novel%2Fdp%2F031242678X" rel="nofollow noopener" target="_blank">2007 novel</a> about a precocious 17-year-old named Elio (Timothée Chalamet), who falls in lust and love with his father’s 24-year-old graduate student Oliver (Armie Hammer). It’s remarkable for how it turns literature into pure cinema, all emotion and image and heady sensation. Set in 1983 in Northern Italy, <em>Call Me</em> <em>b</em><em>y Your Name</em> is less about coming out than coming of age, but it also captures a particular sort of love that’s equal parts passion and torment, a kind of irrational heart fire that opens a gate into something longer-lasting. The film is a lush, heady experience for the body, but it’s also an arousal for the soul.
+ </p>
+ <p id="VA1se2">
+ <em>Call Me By Your Name</em> is available to digitally purchase on <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FCall-Your-Name-Armie-Hammer%2Fdp%2FB0791VJLVB%2Fref%3Dsr_1_2%3Fs%3Dinstant-video%26ie%3DUTF8%26qid%3D1532455686%26sr%3D1-2%26keywords%3Dcall%2Bme%2Bby%2Byour%2Bname" rel="nofollow noopener" target="_blank">Amazon,</a> <a href="https://www.youtube.com/watch?v=48o3YYnEUQ4">YouTube</a>, and <a href="https://play.google.com/store/movies/details?id=48o3YYnEUQ4">Google Play</a>.
+ </p>
+ <h3 id="h6Biwc">
+ 6) <em>Personal Shopper</em>
+ </h3>
+ <div id="NSQg2p">
+ <p>
+ <iframe src="https://www.youtube.com/embed/xC8AjoqpBAY?rel=0&amp;amp;start=15" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="pofJH9">
+ In her second collaboration with French director <a href="http://www.imdb.com/name/nm0000801/?ref_=fn_al_nm_1">Olivier Assayas</a>, Kristen Stewart plays a personal shopper to a wealthy socialite, with a sideline as an amateur ghost hunter who’s searching for her dead twin brother. <em>Personal Shopper</em> is deeper than it seems at first blush, a meditation on grief and an exploration of “between” places — on the fringes of wealth, and in the space between life and death. Some souls are linked in a way that can’t be shaken, and whether or not there’s an afterlife doesn’t change the fact that we see and sense them everywhere. (<em>Personal Shopper</em> also has one of the most tense extended scenes involving text messaging ever seen onscreen.)
+ </p>
+ <p id="8hmlTU">
+ Personal Shopper <em>is currently</em> <a href="https://www.showtime.com/#/movie/3436534"><em>streaming on Showtime</em></a> <em>and available to rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F871777" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=-BgiO6uDH7I"><em>YouTube</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB072YWLGT2%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fpersonal-shopper%2Fid1241184797" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=-BgiO6uDH7I"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="0RkMKy">
+ 5) <em>Princess Cyd</em>
+ </h3>
+ <div id="7Tj1H6">
+ <p>
+ <iframe src="https://www.youtube.com/embed/sr64EJfnJwE?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="2tSIHW">
+ Stephen Cone is a master of small, carefully realized filmmaking; his earlier films such as <em>The Wise Kids</em> and <em>Henry Gamble’s Birthday Party</em> combine an unusual level of empathy for his characters with an unusual combination of interests: love, desire, sexual awakenings, and religion. <em>Princess Cyd</em> is his most accomplished film yet, about a young woman named Cyd (<a href="http://www.imdb.com/name/nm6570557/?ref_=tt_cl_t2">Jessie Pinnick</a>) who finds herself attracted to Katie (<a href="http://www.imdb.com/name/nm5154548/?ref_=tt_cl_t3">Malic White</a>), a barista, while visiting her Aunt Miranda (<a href="http://www.imdb.com/name/nm2050642/?ref_=tt_cl_t1">Rebecca Spence</a>, playing a character modeled on the author Marilynne Robinson) in Chicago. As she works through her own sexual awakening with Katie, Cyd unwinds some of the ways Miranda’s life has gotten too safe. They provoke each other while forming a bond and being prodded toward a bigger understanding of the world. It is a graceful and honest film, and it feels like a modest miracle.
+ </p>
+ <p id="HDD90m">
+ Princess Cyd <em>is currently</em> <a href="https://www.netflix.com/watch/80201497?source=35"><em>streaming on Netflix</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=sy8otjxDw8w"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=sy8otjxDw8w"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="ADtiAV">
+ 4) <a href="https://www.vox.com/culture/2017/2/24/14698632/get-out-review-jordan-peele"><em>Get Out</em></a>
+ </h3>
+ <div id="swjmhh">
+ <p>
+ <iframe src="https://www.youtube.com/embed/sRfnevzM9kQ?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="h1ighb">
+ Racism is sinister, frightening, and deadly. But <a href="https://www.vox.com/culture/2017/2/24/14698632/get-out-review-jordan-peele"><em>Get Out</em></a> (a stunning directorial debut from <em>Key &amp; Peele</em>'s Jordan Peele) isn’t about the blatantly, obviously scary kind of racism — burning crosses and lynchings and snarling hate. Instead, it’s interested in showing how the parts of racism that try to be aggressively unscary are just as horrifying, and it’s interested in making us feel that horror in a visceral, bodily way. In the tradition of the best classic social thrillers, <em>Get Out</em> takes a topic that is often approached cerebrally — casual racism — and turns it into something you feel in your tummy. And it does it with a wicked sense of humor.
+ </p>
+ <p id="2ef6GU">
+ Get Out <em>is currently streaming on</em> <a href="https://play.hbogo.com/feature/urn:hbo:feature:GWbhJDwNIacPCwgEAAAG5?camp=Search&amp;play=true"><em>HBO Go</em></a> <em>and</em> <a href="https://play.hbonow.com/feature/urn:hbo:feature:GWbhJDwNIacPCwgEAAAG5?camp=Search&amp;play=true"><em>HBO Now</em></a><em>, and is available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fget-out%2Fid1202441786" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB06Y1H48K7%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://play.google.com/store/movies/details?id=YfLSryEaAfw"><em>Google Play</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=YfLSryEaAfw"><em>YouTube</em></a><em>, and</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F832496%2FGet-Out" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>.</em>
+ </p>
+ <h3 id="TQbjNr">
+ 3) <em>The Work</em>
+ </h3>
+ <div id="GYqgVe">
+ <p>
+ <iframe src="https://www.youtube.com/embed/h8OVXG2GhpQ?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="3Uotb3">
+ <em>The Work</em> is an outstanding, astonishing accomplishment and a viewing experience that will leave you shaken (but in a good way). At Folsom Prison in California, incarcerated men regularly participate in group therapy, and each year other men from the “outside” apply to participate in an intense four-day period of group therapy alongside Folsom’s inmates. <em>The Work</em> spends almost all of its time inside the room where that therapy happens, observing the strong, visceral, and sometimes violent emotions the men feel as they expose the hurt and raw nerves that have shaped how they encounter the world. Watching is not always easy, but by letting us peek in, the film invites viewers to become part of the experience — as if we, too, are being asked to let go.
+ </p>
+ <p id="qjxiQW">
+ The Work <em>is</em> <a href="https://www.topic.com/the-work"><em>streaming on Topic.com</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=iddt4sVZTvI"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=iddt4sVZTvI"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="kUrRP6">
+ 2) <em>Ex Libris</em>
+ </h3>
+ <div id="Lb1IzW">
+ <p>
+ <iframe src="https://www.youtube.com/embed/YzKrlOFZBD8?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="rGpjUU">
+ Frederick Wiseman is one of the towering giants of nonfiction film, a keen observer of American institutions — ranging from prisons to dance companies to welfare offices — for the past half-century. <em>Ex Libris</em> is his mesmerizing look at the New York Public Library and the many functions it fills, which go far beyond housing books. Wiseman works in the observational mode, which means his films contain no captions, dates, or talking-head interviews: We just see what his camera captured, which in this case includes community meetings, benefit dinners, after-school programs, readings with authors and scholars (including Richard Dawkins and Ta-Nehisi Coates), and NYPL patrons going about their business in the library’s branches all over the city. The result is almost hypnotic and, perhaps surprisingly, deeply moving. It makes a case for having faith in the public institutions where ordinary people work — away from the limelight, without trying to score political points — in order to make our communities truly better.
+ </p>
+ <p id="40B8Wq">
+ Ex Libris <em>will air on PBS in the fall and then be available to cardholders in many library systems across the country via</em> <a href="https://www.kanopy.com/"><em>Kanopy</em></a><em>.</em>
+ </p>
+ <h3 id="QJNuyl">
+ 1) <a href="https://www.vox.com/2017/11/2/16552860/lady-bird-review-saoirse-ronan-greta-gerwig"><em>Lady Bird</em></a>
+ </h3>
+ <div id="mgxqrA">
+ <p>
+ <iframe src="https://www.youtube.com/embed/cNi_HC839Wo?rel=0&amp;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </p>
+ </div>
+ <p id="z8uM1l">
+ <em>Lady Bird</em> topped my list almost instantly, and only rose in my estimation on repeated viewings. For many who saw it (including me), it felt like a movie made not just for but <em>about</em> me. <em>Lady Bird</em> is a masterful, exquisite coming-of-age comedy starring the great Saoirse Ronan as Christine — or “Lady Bird,” as she’s re-christened herself — and it’s as funny, smart, and filled with yearning as its heroine. Writer-director Greta Gerwig made the film as an act of love, not just toward her hometown of Sacramento but also toward girlhood, and toward the feeling of always being on the outside of wherever real life is happening. <em>Lady Bird</em> is the rare movie that manages to be affectionate, entertaining, hilarious, witty, and confident. And one line from it struck me as the guiding principle of many of the year’s best films: “Don’t you think they are the same thing? Love, and attention?”
+ </p>
+ <p id="jqSCLV">
+ Lady Bird <em>is currently streaming on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FLady-Bird-Saoirse-Ronan%2Fdp%2FB07734STRN%2Fref%3Dsr_1_3%3Fs%3Dinstant-video%26ie%3DUTF8%26qid%3D1532455686" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a> <em>and available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FLady-Bird-Saoirse-Ronan%2Fdp%2FB07734STRN%2Fref%3Dsr_1_3%3Fs%3Dinstant-video%26ie%3DUTF8%26qid%3D1532455686" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://play.google.com/store/movies/details?id=yBIPcwJ03V4"><em>Google Play</em></a><em>, and</em> <a href="https://www.youtube.com/watch?v=yBIPcwJ03V4"><em>YouTube</em></a><em>.</em>
+ </p>
+ <p id="EVymKt">
+ <strong>Honorable mentions:</strong> <em>Marjorie Prime</em>, <em>Phantom Thread</em>, <a href="https://www.vox.com/culture/2017/4/28/15437008/casting-jonbenet-kitty-green-interview-netflix"><em>Casting JonBenet</em></a>, <a href="https://www.vox.com/2017/12/6/16682926/the-post-review-spieberg-streep-hanks-pentagon-nixon"><em>The Post</em></a>, <a href="https://www.vox.com/culture/2017/9/12/16288080/shape-of-water-del-toro-review-tiff"><em>The Shape of Water</em></a>, <a href="https://www.vox.com/summer-movies/2017/8/17/16150634/logan-lucky-review-soderbergh-tatum-driver-craig"><em>Logan Lucky</em></a>, <a href="https://www.vox.com/culture/2017/9/14/16301552/i-tonya-harding-kerrigan-review-tiff"><em>I, Tonya</em></a>, <a href="https://www.vox.com/culture/2017/4/13/15243584/lost-city-of-z-review-james-gray-charlie-hunnam-robert-pattinson"><em>The Lost City of Z</em></a>, <em>Graduation</em>, <em>Spettacolo</em>, <em>Loveless</em>, <em>Restless Creature: Wendy Whelan</em>, <em>In Transit</em>, <a href="https://www.vox.com/culture/2017/6/29/15844952/reagan-show-review"><em>The Reagan Show</em></a>
+ </p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/videos-1/source.html
new file mode 100644
index 0000000..9e407bc
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/videos-1/source.html
@@ -0,0 +1,1319 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>
+ How to watch the 21 best films of 2017 - Vox
+ </title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
+ <meta name="apple-mobile-web-app-title" content="Vox" />
+ <script type="text/javascript" src="https://optimize-stats.voxmedia.com/loader.min.js?key=beb6b278a131e3b9"></script>
+ <meta property="article:publisher" content="https://www.facebook.com/Vox" />
+ <meta property="author" content="Alissa Wilkinson" />
+ <meta property="article:author" content="http://facebook.com/alissawilkinson" />
+ <meta property="article:published_time" content="2017-12-15T08:50:02-05:00" />
+ <meta property="article:modified_time" content="2018-07-24T14:15:58-04:00" />
+ <link rel="preload" href="https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bookitalic.woff2" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-book.woff2" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bolditalic.woff2" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bold.woff2" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_text_regular_italic.woff2" as="font" type="font/woff2" crossorigin="" />
+ <link rel="preload" href="https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_display_black.woff2" as="font" type="font/woff2" crossorigin="" />
+ <meta id="chorus-fonts" data-cid="site/font_loader-1551300229_5055_12234" data-cdata="{&quot;version&quot;:&quot;9f8ee6f3bdedf804934bcc0183d202bf&quot;,&quot;fonts_catalog&quot;:[{&quot;slug&quot;:&quot;vox-balto&quot;,&quot;family&quot;:&quot;Balto&quot;,&quot;weight&quot;:&quot;400&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;woff2_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bookitalic.woff2&quot;,&quot;woff_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bookitalic.woff&quot;},{&quot;slug&quot;:&quot;vox-balto&quot;,&quot;family&quot;:&quot;Balto&quot;,&quot;weight&quot;:&quot;400&quot;,&quot;style&quot;:&quot;normal&quot;,&quot;woff2_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-book.woff2&quot;,&quot;woff_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-book.woff&quot;},{&quot;slug&quot;:&quot;vox-balto&quot;,&quot;family&quot;:&quot;Balto&quot;,&quot;weight&quot;:&quot;600&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;woff2_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bolditalic.woff2&quot;,&quot;woff_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bolditalic.woff&quot;},{&quot;slug&quot;:&quot;vox-balto&quot;,&quot;family&quot;:&quot;Balto&quot;,&quot;weight&quot;:&quot;700&quot;,&quot;style&quot;:&quot;normal&quot;,&quot;woff2_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bold.woff2&quot;,&quot;woff_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bold.woff&quot;},{&quot;slug&quot;:&quot;vox-harriet&quot;,&quot;family&quot;:&quot;Harriet&quot;,&quot;weight&quot;:&quot;400&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;woff2_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_text_regular_italic.woff2&quot;,&quot;woff_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_text_regular_italic.woff&quot;},{&quot;slug&quot;:&quot;vox-harriet-black&quot;,&quot;family&quot;:&quot;HarrietDisplayBlack&quot;,&quot;weight&quot;:&quot;400&quot;,&quot;style&quot;:&quot;italic&quot;,&quot;woff2_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_display_black.woff2&quot;,&quot;woff_url&quot;:&quot;https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_display_black.woff&quot;}],&quot;font_stylesheets&quot;:[&quot;https://fonts.voxmedia.com/unison/stylesheets/vox.0e5fbdb944cfd2ebf347dcc8f8246d7b.css&quot;],&quot;font_tracker_stylesheets&quot;:[],&quot;typekit_ids&quot;:[],&quot;headline_balance_div_classes&quot;:&quot;.c-page-title,.c-entry-summary,.c-entry-box__title,.c-entry-box--compact__title,.c-entry-box--compact__dek,.c-rock-list__entry-title&quot;,&quot;headline_balance_fraction&quot;:0.5}" />
+ <script>
+ <![CDATA[
+ var chorusInitQueue=[],volume_embed_host="https://volume.vox-cdn.com";var Chorus=Chorus||{};Chorus.windowLoaded=!1,Chorus.AddScript=function(t,e){var o=document.createElement("script");o.async=!0,o.type="text/javascript",o.src=t,"function"==typeof e&&(o.onload=e);var a=document.getElementsByTagName("script")[0];return a.parentNode.insertBefore(o,a),o},Chorus.ready=function(t){"loading"!=document.readyState?t():document.addEventListener?document.addEventListener("DOMContentLoaded",t):document.attachEvent("onreadystatechange",function(){"loading"!=document.readyState&&t()})},Chorus.OnLoad=function(t){if(Chorus.windowLoaded=!0)return void t();var e=window.onload;"function"!=typeof window.onload?window.onload=t:window.onload=function(){e(),t()}},Chorus.OnLoad(function(){Chorus.windowLoaded=!0});var dataLayer=dataLayer||[];Chorus.OnLoad(function(){var t;void 0!==navigator.doNotTrack?t=navigator.doNotTrack:void 0!==window.doNotTrack?t=window.doNotTrack:void 0!==navigator.msDoNotTrack&&(t=navigator.msDoNotTrack),t=void 0!==t?/1|yes|true/.test(String(t).toLowerCase())?"true":"false":"undefined";var e={DNT:t};dataLayer.push(e)});var VoxMediaFontLoader=function(t){function e(t,e){var o=window.performance;if(o&&o.mark&&o.measure){var a=t.toLocaleLowerCase().replace(/\W+/g,"_")+(e?"_"+e:"");o.mark(a),o.measure(a+"_time","navigationStart",a)}}function o(){s.classList.add(c),e("fonts_success")}function a(){s.classList.add(c),e("fonts_fail")}function n(t){var o=[t.family,t.style,t.weight,"loaded"].join(" ");e(o)}function r(t){var e=u.font_stylesheets||[];t&&(e=e.filter(function(e){return!e.match(t)})),e.forEach(i)}function i(e){var o=t.createElement("link");o.href=e,o.rel="stylesheet",o.media="all",f.parentNode.insertBefore(o,f)}function d(e){var o,a=t,n=a.documentElement,r=setTimeout(function(){n.className=n.className.replace(/\bwf-loading\b/g,"")+" wf-inactive"},e.scriptTimeout),i=a.createElement("script"),d=!1,c=a.getElementsByTagName("script")[0];n.className+=" wf-loading",i.src="https://use.typekit.net/"+e.kitId+".js",i.async=!0,i.onload=i.onreadystatechange=function(){if(o=this.readyState,!(d||o&&"complete"!=o&&"loaded"!=o)){d=!0,clearTimeout(r);try{Typekit.load(e)}catch(t){}}},c.parentNode.insertBefore(i,c)}var c="fonts-loaded",s=t.documentElement,f=t.getElementById("chorus-fonts");if(f){var u=JSON.parse(f.getAttribute("data-cdata"));t.fonts?(r("voxmedia.com"),u.fonts_catalog.forEach(function(e){if(e.woff2_url||e.woff_url){var o=[e.woff2_url,e.woff_url].filter(function(t){return t}).map(function(t){return"url("+t+")"}).join(", "),a=new FontFace(e.family,o,{weight:e.weight,style:e.style});t.fonts.add(a),a.load().then(n)}}),t.fonts.ready.then(o,a)):r(),u.typekit_ids.forEach(function(t){d({kitId:t,scriptTimeout:3e3,async:!0})}),u.font_tracker_stylesheets.forEach(i)}};VoxMediaFontLoader(document);
+ ]]>
+ </script>
+ <script class="kxint" type="text/javascript">
+ //<![CDATA[
+ window.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]);
+ (function(){
+ function retrieve(e){var r,o="kxvoxmedia_"+e;return window.localStorage?window.localStorage[o]||"":navigator.cookieEnabled?(r=document.cookie.match(o+"=([^;]*)"),r&&unescape(r[1])||""):""}Krux.user=retrieve("user"),Krux.segments=retrieve("segs")&&retrieve("segs").split(",")||[];
+ })();
+ //]]>
+ </script>
+ <script>
+ <![CDATA[
+ dataLayer = [{"Network":"vox","Community":"vox","GA Primary ID":"UA-48698701-1","GA CrossDomains":"vox.com","Content ID":"16515179","Story Word Count":3472,"Entry Groups":"front-page:movies:culture:awards-season:2017-in-review","Hidden Groups":"Category—Evergreen","Author":"Alissa Wilkinson","Last Time Updated":"2018-07-24 14:16","Hour of Update":"14","Publish Date":"2017-12-15 08:50","Hour of Publish":"08","Demand Post":"no","All Chorus Categories":"vox:vox:front-page:movies:culture:awards-season:2017-in-review:Category—Evergreen","Content Type":"article","chartbeat_domain":"vox.com","chartbeat_zone":"172968584/vox/vox.com/2017-in-review","chartbeat_authors":"Alissa Wilkinson","Logged in Status":"Logged Out"}];
+ ]]>
+ </script><!-- Google Tag Manager -->
+
+ <script>
+ <![CDATA[
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-W8JKW6');
+ ]]>
+ </script><!-- End Google Tag Manager -->
+
+ <script>
+ <![CDATA[
+ var concertAdsQueue = concertAdsQueue || [];
+
+ CONCERT_ADS_CONFIG = {"production":true,"slug":"/172968584/vox/vox.com/2017-in-review","dfpVariables":{"network":["vox"],"affiliation":["general"],"unison":[true],"entry_id":[16515179],"entry_type":["article"],"entry_slug":["2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch"],"entry_author":["Alissa Wilkinson"],"entry_group":["front-page","movies","culture","awards-season","2017-in-review","category-evergreen"],"hub_page":["culture","2017-in-review"],"page_type":["interior_page"],"keywords":"how to watch the best films of vox"},"isUnison":true,"is_unison":true,"prebid":{"enabled":false,"timeout":1000,"defaultConfig":{"openx":{"delDomain":"sbnationbidder-d.openx.net"},"rubicon":{"accountId":7470,"position":"btf"},"rubiconLite":{"accountId":18288,"siteId":193902,"sizes":[213,270,271,272],"position":"btf"},"consumable":{"networkId":9969,"siteId":1039096}},"prelude":{"trustx":{"uid":2663}},"reskin":{"trustx":{"uid":2664}},"desktop_leaderboard_variable":{"trustx":{"uid":2665}},"medium_rectangle_variable":{"trustx":{"uid":2666}},"btf_medium_rectangle_variable":{"trustx":{"uid":2668}},"desktop_article_medrec_dynamic":{"trustx":{"uid":2669}},"btf_leaderboard_variable":{"trustx":{"uid":2670}},"native_ad_latest":{"trustx":{"uid":2671}},"native_ad_ymal_link":{"trustx":{"uid":2672}},"mobile_leaderboard":{"trustx":{"uid":2673}},"mobile_article_body":{"trustx":{"uid":2674}},"native_ad_mobile":{"trustx":{"uid":2675}},"mobile_article_body_med_rec_dynamic":{"trustx":{"uid":2676}},"mobile_footer":{"trustx":{"uid":2677}},"tablet_leaderboard":{"trustx":{"uid":2678}},"tablet_medium_rectangle":{"trustx":{"uid":2679}},"tablet_btf_leaderboard":{"trustx":{"uid":2680}},"native_ad_content_link":{"trustx":{"uid":2681}},"hub_river_leaderboard":{"trustx":{"uid":2682}},"hub_river_med_rec":{"trustx":{"uid":2684}},"mobile_med_rec_athena":{"trustx":{"uid":2685}}},"slots":[{"name":"editorially_placed_athena_mobile","className":"m-ad__editorially_placed_athena","prebidName":"editorially_placed_athena","selector":".m-ad.m-ad__editorial-athena-placement","sizes":[[1030,590],[325,508],[325,203],[325,236],[325,204]],"holdSize":[300,500],"filters":{"viewportWidth":{"max":727}}},{"name":"editorially_placed_athena_desktop","className":"m-ad__editorially_placed_athena","prebidName":"editorially_placed_athena","selector":".m-ad.m-ad__editorial-athena-placement","sizes":[[1030,590],{"size":[1060,610],"filters":{"containerWidth":{"min":1060}}},{"size":[620,366],"filters":{"containerWidth":{"max":1059}}},{"size":[1060,619],"filters":{"containerWidth":{"min":1060}}},{"size":[1060,694],"filters":{"containerWidth":{"min":1060}}}],"holdSize":[728,295],"filters":{"viewportWidth":{"min":728}}},{"name":"editorially_placed_leaderboard","selector":".m-ad.m-ad__editorial-leaderboard-placement","sizes":[[728,90]],"holdSize":[728,90],"filters":{"viewportWidth":{"min":728}}},{"name":"native_quicklistings","selector":".l-hub-page .river-segment-0 .c-compact-river__entry:nth-child(2), .l-hub-page .river-segment-0 .c-compact-river__entry:nth-child(6), .l-hub-page .river-segment-0 .c-compact-river__entry:nth-child(8), .l-hub-page .river-segment-0 .c-compact-river__entry:nth-child(10)","sizes":["fluid"],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"filters":{"matchDomain":{"domains":"curbed.com, atlanta.curbed.com, austin.curbed.com, boston.curbed.com, chicago.curbed.com, detroit.curbed.com, hamptons.curbed.com, la.curbed.com, miami.curbed.com, nola.curbed.com, ny.curbed.com, philly.curbed.com, sf.curbed.com, seattle.curbed.com, dc.curbed.com"}}},{"name":"native_quicklistings_article","selector":".l-segment .l-segment .c-compact-river__entry","sizes":["fluid"],"maxSlots":1,"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"insertion":"after","filters":{"matchDomain":{"domains":"curbed.com, atlanta.curbed.com, austin.curbed.com, boston.curbed.com, chicago.curbed.com, detroit.curbed.com, hamptons.curbed.com, la.curbed.com, miami.curbed.com, nola.curbed.com, ny.curbed.com, philly.curbed.com, sf.curbed.com, seattle.curbed.com, dc.curbed.com"}}},{"name":"prelude","selector":".l-root","sizes":[[1400,600]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"allowSiblings":true,"filters":{"viewportWidth":{"min":881},"deviceType":"desktop"}},{"name":"reskin","selector":".l-root","sizes":[[2,2]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"filters":{"viewportWidth":{"min":1280},"hideIfPresent":{"selector":".l-feature, .c-maps-hub"}}},{"name":"desktop_leaderboard_variable","selector":".l-header","sizes":[[728,90],[970,250],[970,90],[1020,90]],"holdSize":[728,90],"insertion":"after","filters":{"viewportWidth":{"min":881},"hideIfPresent":{"selector":".l-feature"}}},{"name":"tablet_leaderboard","selector":".l-header","sizes":[[728,90]],"holdSize":[728,90],"insertion":"after","filters":{"viewportWidth":{"min":729,"max":880}}},{"name":"mobile_leaderboard_hub","className":"m-ad__mobile_leaderboard","prebidName":"mobile_leaderboard","selector":".l-hub-page .l-header","sizes":[[320,50],[300,250]],"holdSize":[300,250],"insertion":"after","maxSlots":1,"filters":{"viewportWidth":{"max":728}}},{"name":"mobile_leaderboard_group","className":"m-ad__mobile_leaderboard","prebidName":"mobile_leaderboard","selector":".l-group-page .l-header","sizes":[[320,50]],"holdSize":[320,50],"insertion":"after","maxSlots":1,"filters":{"viewportWidth":{"max":728}}},{"name":"package_cover_ad","selector":".c-package-subnav","sizes":[[728,90],[970,250],[970,90],[1020,90],[1030,590],{"size":[1060,610],"filters":{"containerWidth":{"min":1060}}},{"size":[620,366],"filters":{"containerWidth":{"max":1059}}},{"size":[1060,619],"filters":{"containerWidth":{"min":1060}}},{"size":[1060,694],"filters":{"containerWidth":{"min":1060}}}],"holdSize":[728,90],"insertion":"after","filters":{"viewportWidth":{"min":729}}},{"name":"package_cover_ad_mobile","selector":".c-package-subnav","sizes":[[320,50],[300,250],[1030,590],[325,508],[325,203],[325,236],[325,204],[1020,90]],"holdSize":[320,50],"insertion":"after","filters":{"viewportWidth":{"max":729}}},{"name":"btf_leaderboard_variable","selector":".c-footer","sizes":[[728,90],[1020,90]],"holdSize":[728,90],"filters":{"viewportWidth":{"min":881}}},{"name":"tablet_btf_leaderboard","selector":".c-footer","sizes":[[728,90]],"holdSize":[728,90],"filters":{"viewportWidth":{"min":729,"max":888}}},{"name":"mobile_footer","selector":"body:not(.entry_layout_unison_package_landing) .c-footer","sizes":[[320,50],[300,250],[325,203],[325,236],[325,204]],"holdSize":[300,250],"filters":{"viewportWidth":{"min":0,"max":728}}},{"name":"package_mobile_footer","selector":".entry_layout_unison_package_landing .c-footer","sizes":[[320,50],[300,250],[1030,590],[325,508],[325,203],[325,236],[325,204]],"holdSize":[300,250],"filters":{"viewportWidth":{"min":0,"max":728}}},{"name":"mobile_feature_body","className":"m-ad__mobile_article_body_med_rec_dynamic","prebidName":"mobile_article_body_med_rec_dynamic","selector":".l-feature .c-entry-content \u003e p + p","sizes":[[300,250],[325,508],[325,203],[325,236],[325,204],[320,50],[1030,590]],"previewHoldSize":[300,250],"maxSlots":1,"filters":{"spacing":{"before":150},"viewportWidth":{"max":779}}},{"name":"desktop_feature_body","selector":".l-feature .c-entry-content \u003e p + p + p","sizes":[[728,90],[620,366],[1030,590]],"previewHoldSize":[728,90],"maxSlots":1,"insertion":"after","filters":{"avoidFloats":true,"viewportWidth":{"min":780},"hideIfPresent":{"selector":".c-buying-guide"}}},{"name":"desktop_feature_body_dynamic","className":"m-ad__desktop_feature_body","prebidName":"desktop_feature_body","selector":".l-feature .c-entry-content \u003e p + p","sizes":[[728,90],[300,250],[620,366],[1030,590]],"previewHoldSize":[728,90],"maxSlots":3,"filters":{"avoidFloats":true,"spacing":{"before":1500},"paragraphHeight":{"above":200},"viewportWidth":{"min":780},"hideIfPresent":{"selector":".c-buying-guide"}}},{"name":"athena_features_mobile","className":"m-ad__athena_features","prebidName":"athena_features","selector":".l-feature .c-entry-content \u003e p + p","sizes":[[1030,590],[325,508],[300,250],[300,265],[325,203],[325,236],[325,204]],"previewHoldSize":[300,250],"maxSlots":1,"filters":{"avoidFloats":true,"paragraphHeight":{"above":200},"viewportWidth":{"max":779},"spacing":{"before":1500}}},{"name":"athena_features_dynamic_mobile","className":"m-ad__athena_features_dynamic","prebidName":"athena_features_dynamic","selector":".l-feature .c-entry-content \u003e p + p","sizes":[[1030,590],[325,508],[300,250],[300,265],[325,203],[325,236],[325,204]],"previewHoldSize":[300,250],"maxSlots":2,"filters":{"avoidFloats":true,"paragraphHeight":{"above":200},"viewportWidth":{"max":779},"spacing":{"before":1500}}},{"name":"athena_features_desktop","className":"m-ad__athena_features","prebidName":"athena_features","selector":".l-feature .c-entry-content \u003e p + p","sizes":[[1030,590],[620,366],[620,371],[620,415]],"previewHoldSize":[726,415],"maxSlots":3,"filters":{"paragraphHeight":{"above":200},"avoidFloats":true,"viewportWidth":{"min":779},"spacing":{"before":2000}}},{"name":"mobile_leaderboard","selector":".l-segment:not(.l-feature) .c-entry-content \u003e p + p","sizes":[[320,50],[300,250]],"holdSize":[300,250],"maxSlots":1,"filters":{"viewportWidth":{"max":728}}},{"name":"desktop_article_body","selector":".l-segment:not(.l-feature) .c-entry-content \u003e p + p, .l-article .c-entry-content \u003e p + p","sizes":[[1030,590],[620,366],[620,371],[620,415],{"size":[728,90],"filters":{"containerWidth":{"min":700}}}],"previewHoldSize":[726,415],"maxSlots":1,"filters":{"avoidFloats":true,"spacing":{"before":750,"after":450},"containerWidth":{"min":620}}},{"name":"mobile_article_body","selector":".l-segment:not(.l-feature) .c-entry-content \u003e p + p","sizes":[[1030,590],[325,508],[300,250],[300,265],[325,203],[325,236],[325,204]],"previewHoldSize":[300,250],"maxSlots":1,"filters":{"viewportWidth":{"max":728},"spacing":{"before":600}}},{"name":"native_ad_mobile","selector":".l-segment:not(.l-feature) .c-entry-content \u003e p + p","sizes":[[1030,590],[325,508],[300,250],[300,265],[325,203],[325,236],[325,204]],"previewHoldSize":[300,250],"maxSlots":1,"filters":{"viewportWidth":{"max":728},"spacing":{"before":600}}},{"name":"mobile_article_body_med_rec_dynamic","selector":".l-segment:not(.l-feature) .c-entry-content \u003e p + p","sizes":[[300,250],[1030,590],[325,508],[325,203],[325,236],[325,204]],"previewHoldSize":[300,250],"filters":{"viewportWidth":{"max":728},"spacing":{"before":900}}},{"name":"desktop_article_medrec_dynamic","selector":".l-segment:not(.l-feature) .c-entry-content \u003e p + p, .l-article .c-entry-content \u003e p + p","sizes":[[300,250]],"holdSize":[300,250],"filters":{"paragraphHeight":{"above":150,"below":250},"viewportWidth":{"min":729},"avoidFloats":true,"spacing":{"before":1500,"after":750}}},{"name":"medium_rectangle_variable","selector":".l-col__sidebar:not(.c-sports-blog-directory__filter) \u003e div:first-of-type, .l-article-sidebar \u003e *:first-child","sizes":[[300,250],[300,600]],"holdSize":[300,250],"maxSlots":1,"filters":{"viewportWidth":{"min":881},"hideIfPresent":{"selector":".l-full-archives"},"elementHeight":{"selector":".l-article-body-segment .l-col__main, .l-main-content \u003e .l-col__main","min":2001}}},{"name":"medium_rectangle_short","selector":".l-col__sidebar:not(.c-sports-blog-directory__filter) \u003e div:first-of-type, .l-article-sidebar \u003e *:first-child","sizes":[[300,250]],"holdSize":[300,250],"maxSlots":1,"filters":{"viewportWidth":{"min":881},"hideIfPresent":{"selector":".l-full-archives"},"elementHeight":{"selector":".l-article-body-segment .l-col__main, .l-main-content \u003e .l-col__main","max":2000}}},{"name":"btf_medium_rectangle_variable_article","className":"m-ad__btf_medium_rectangle_variable","prebidName":"btf_medium_rectangle_variable","selector":"body[data-entry-id] .l-col__sidebar:not(.c-sports-blog-directory__filter) \u003e div:last-of-type","sticky":true,"sizes":[[300,250],{"size":[300,600],"filters":{"viewportHeight":{"min":600}}}],"holdSize":[300,250],"insertion":"after","maxSlots":1,"filters":{"viewportWidth":{"min":881}}},{"name":"btf_medium_rectangle_variable_hub","className":"m-ad__btf_medium_rectangle_variable","prebidName":"btf_medium_rectangle_variable","selector":".l-hub-page .river-segment-1 .l-col__sidebar \u003e div:last-of-type, .l-hub-page .river-segment-0 .l-col__sidebar \u003e div:last-of-type, .l-group-page .river-segment-0 .l-col__sidebar \u003e div:last-of-type","sizes":[[300,250]],"holdSize":[300,250],"insertion":"after","maxSlots":2,"filters":{"viewportWidth":{"min":881},"hideIfPresent":{"selector":".l-full-archives"}}},{"name":"in_map_legacy","className":"m-ad__in_map","prebidName":"in_map","selector":".c-mapstack__ad","sizes":[[300,250]],"previewHoldSize":[300,250]},{"name":"in_map","selector":".c-mapstack__card--ad","sizes":[[300,250],[1030,590],[620,366],[620,371],[620,415]],"previewHoldSize":[300,250],"insertion":"after"},{"name":"mapstack_sponsorship","className":"m-ad__mapstack_sponsorship","selector":".c-mapstack__content","insertion":"before","maxSlots":1,"sizes":[[200,40]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false},{"name":"athena_hub","className":"m-ad__athena","prebidName":"athena","selector":".l-hub-page .river-segment-0, .l-group-page .river-segment-0","sizes":[[1030,590],{"size":[1060,610],"filters":{"containerWidth":{"min":1060}}},{"size":[620,366],"filters":{"containerWidth":{"max":1059}}},{"size":[1060,619],"filters":{"containerWidth":{"min":1060}}},{"size":[1060,694],"filters":{"containerWidth":{"min":1060}}}],"holdSize":[728,295],"maxSlots":1,"insertion":"after","filters":{"viewportWidth":{"min":728}}},{"name":"athena_article","className":"m-ad__athena","prebidName":"athena","selector":".l-article-body-segment","sizes":[[1030,590],[728,90],{"size":[1060,610],"filters":{"containerWidth":{"min":1060}}},{"size":[620,366],"filters":{"containerWidth":{"max":1059}}},{"size":[970,250],"filters":{"viewportWidth":{"min":970}}},{"size":[620,371],"filters":{"containerWidth":{"max":1059}}},{"size":[620,415],"filters":{"containerWidth":{"max":1059}}}],"holdSize":[728,295],"maxSlots":1,"insertion":"after","filters":{"viewportWidth":{"min":728}}},{"name":"hub_river_leaderboard","selector":".l-hub-page .c-compact-river__entry, .l-group-page .c-compact-river__entry","sizes":[[728,90],[1030,590],[620,366]],"holdSize":[728,90],"filters":{"spacing":{"before":700,"after":500,"exceptSlot":"native_quicklistings"},"containerWidth":{"min":728}}},{"name":"mobile_med_rec_athena","selector":".l-hub-page .river-segment-0","sizes":[[300,250],[1030,590],[325,508],[300,265],[325,203],[325,236],[325,204]],"holdSize":[300,250],"maxSlots":1,"insertion":"after","filters":{"viewportWidth":{"max":728}}},{"name":"hub_river_med_rec","selector":".l-hub-wrapper .c-compact-river__entry, .l-group-page .c-compact-river__entry","sizes":[[300,250],[1030,590]],"customSizes":[{"placement":1,"sizes":[[1030,590]]}],"holdSize":[300,250],"filters":{"spacing":{"before":600,"after":400},"viewportWidth":{"max":728}}},{"name":"gift_guide_leaderboard_variable_desktop","className":"m-ad__desktop_article_body","prebidName":"desktop_article_body","selector":".l-feature .c-buying-guide","sizes":[[1030,590],[620,366],[728,90],[620,371],[620,415]],"previewHoldSize":[726,415],"maxSlots":1,"filters":{"viewportWidth":{"min":728}}},{"name":"gift_guide_leaderboard_mobile","className":"m-ad__mobile_leaderboard","prebidName":"mobile_leaderboard","selector":".l-feature .c-buying-guide","sizes":[[320,50],[300,250],[1030,590]],"holdSize":[300,250],"maxSlots":1,"filters":{"viewportWidth":{"max":728}}},{"name":"storystream_top_leaderboard_desktop","className":"m-ad__hub_river_leaderboard","prebidName":"hub_river_leaderboard","selector":".l-main-content \u003e .c-entry-group-labels--stream","sizes":[[728,90]],"holdSize":[728,90],"maxSlots":1,"filters":{"viewportWidth":{"min":880}}},{"name":"storystream_bottom_leaderboard_variable_desktop","className":"m-ad__desktop_article_body","prebidName":"desktop_article_body","selector":".c-entry-group-labels--stream ~ .c-entry-update-bar","sizes":[[1030,590],[620,366],[620,371],[620,415],[728,90]],"previewHoldSize":[726,415],"maxSlots":1,"filters":{"avoidFloats":true,"containerWidth":{"min":729}}},{"name":"storystream_river_leaderboard_variable_desktop","className":"m-ad__hub_river_leaderboard","prebidName":"hub_river_leaderboard","selector":".c-stream-list .c-stream-list__entry:nth-of-type(6n) .c-entry-box--stream-item","sizes":[[1030,590],[620,366],[620,371],[620,415],[728,90]],"previewHoldSize":[726,415],"insertion":"after","filters":{"viewportWidth":{"min":729}}},{"name":"storystream_top_leaderboard_mobile","className":"m-ad__hub_river_leaderboard","prebidName":"hub_river_leaderboard","selector":".l-main-content \u003e .c-entry-group-labels--stream","sizes":[[320,50]],"holdSize":[320,50],"maxSlots":1,"filters":{"viewportWidth":{"max":728}}},{"name":"storystream_bottom_leaderboard_variable_mobile","className":"m-ad__mobile_article_body_med_rec_dynamic","prebidName":"mobile_article_body_med_rec_dynamic","selector":".c-entry-group-labels--stream ~ .c-entry-update-bar","sizes":[[320,50],[300,250],[1030,590],[325,508],[325,203],[325,236],[325,204]],"previewHoldSize":[300,250],"maxSlots":1,"filters":{"containerWidth":{"max":728}}},{"name":"storystream_river_leaderboard_variable_mobile","className":"m-ad__mobile_article_body_med_rec_dynamic","prebidName":"mobile_article_body_med_rec_dynamic","selector":".c-stream-list .c-stream-list__entry:nth-of-type(6n) .c-entry-box--stream-item","sizes":[[320,50],[300,250]],"customSizes":[{"placement":2,"sizes":[[320,50],[300,250],[1030,590],[325,508],[325,203],[325,236],[325,204]]}],"previewHoldSize":[300,250],"insertion":"after","filters":{"viewportWidth":{"max":728}}},{"name":"site_sponsorship_logo_white","selector":".site_sponsorship_logo.site_sponsorship_logo-white","sizes":[[26,1]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"filters":{"viewportWidth":{"min":601}}},{"name":"site_sponsorship_logo_color","selector":".site_sponsorship_logo:not(.site_sponsorship_logo-white), .c-tab-bar__sponsorship","sizes":[[26,2]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"filters":{"viewportWidth":{"min":601}}},{"name":"site_sponsorship_logo_mobile_white","selector":".site_sponsorship_logo_mobile.site_sponsorship_logo-white","sizes":[[26,3]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"filters":{"viewportWidth":{"max":600}}},{"name":"site_sponsorship_logo_mobile_color","selector":".site_sponsorship_logo_mobile:not(.site_sponsorship_logo-white), .c-tab-bar__sponsorship","sizes":[[26,4]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"filters":{"viewportWidth":{"max":600}}},{"name":"native_ad_latest","selector":".dynamic-native-ad-native_ad_latest","sizes":[[300,100]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false},{"name":"native_ad_video","selector":".dynamic-native-ad-native_ad_video","sizes":[[200,200]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false},{"name":"native_ad_ymal_link","selector":".dynamic-native-ad-native_ad_ymal_link","sizes":[[1200,100]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false},{"name":"native_ad_linkset_link","selector":".dynamic-native-ad-native_ad_linkset_link","sizes":[[1200,100]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false},{"name":"native_ad_content_link","selector":".dynamic-native-ad-native_ad_content_link","sizes":[[650,150]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false},{"name":"native_ad_module","selector":".c-related-list","sizes":["fluid"],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"maxSlots":1},{"name":"branded_content_feedback_form","selector":".branded_content_feedback_form","sizes":[[300,200]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false,"maxSlots":1},{"name":"article_sponsorship","className":"m-ad__article_sponsorship","selector":"body.entry_layout_unison_main .c-entry-hero--feature .c-entry-hero__content .c-byline, body.entry_layout_unison_main div.c-entry-hero:not(.c-entry-hero--feature)","insertion":"after","maxSlots":1,"sizes":[[200,40]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false},{"name":"hub_sponsorship","className":"m-ad__hub_sponsorship","selector":".c-hub-title__inner","insertion":"after","maxSlots":1,"sizes":[[200,40]],"prebidEligible":false,"refreshEligible":false,"watcherEligible":false},{"name":"failsafe_article_med_rec_athena_mobile","className":"m-ad__mobile_med_rec_athena","prebidName":"mobile_med_rec_athena","selector":"body:not(.entry_template_stream):not(.entry_template_package_landing) .c-entry-content \u003e *:last-child","sizes":[[300,250],[1030,590],[325,508],[300,265],[325,203],[325,236],[325,204]],"holdSize":[300,250],"maxSlots":1,"insertion":"after","filters":{"viewportWidth":{"max":728},"spacing":{"before":600},"hideIfPresent":{"selector":".c-entry-content .m-ad","count":2}}}],"adConfigurationUrl":"https://concertads-configs.vox-cdn.com/sbn/vox/config.json"};
+ ]]>
+ </script>
+ <link href="https://www.vox.com/style/community/441/a623a9b794a00fd0f8dd38707abe8547/chorus.css" data-chorus-theme="chorus" rel="stylesheet" media="all" />
+ <meta name="style-tools" content="https://www.vox.com/style/community/441/70ae1812f16cb0c331c92973ff144d2c/tools.css" />
+ <script class="kxct" data-id="JImdKGAx" data-timing="async" data-version="1.9" type="text/javascript" src="https://cdn.krxd.net/controltag?confid=JImdKGAx" async="async"></script>
+ <script src="https://cdn.vox-cdn.com/packs/concert_ads-7bf774bff743c7c1754a.js" async="async" integrity="sha256-4dNLiLp3y7pWVI7g4NovGrh4zlj6JGUJjVgkw2174l4= sha384-xOqsESSDXn9YorwH4hcmLmfu0z4zZIooD902iAqx+FznU7KPYSm+aaFSLyVLhsZT" crossorigin="anonymous"></script>
+ <script src="https://c.amazon-adsystem.com/aax2/apstag.js" async="async"></script>
+ <script src="https://www.googletagservices.com/tag/js/gpt.js" async="async"></script>
+ <script src="https://cdn.concert.io/lib/concert-concierge.2.3.5.min.js" async="async"></script>
+ <script src="https://sejs.moatads.com/voxprebidheader841653991752/yi.js" async="async"></script>
+ <meta name="p:domain_verify" content="d4410485bd6277c2bf2ce0f277819dc6" />
+ <meta name="msvalidate.01" content="D385D0326A3AE144205C298DB34B4E94" />
+ <meta name="ahrefs-site-verification" content="1e57a609922037a3fbdc1c22efd7334113f174f15608f37e1b8538a7b4ce64c3" />
+ <meta name="description" content="It was an extraordinary year for movies." />
+ <link rel="canonical" href="https://www.vox.com/2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch" />
+ <meta property="og:description" content="How to watch the greatest movies of the year, from Lady Bird and Dunkirk to Get Out and The Big Sick." />
+ <meta property="fb:app_id" content="549923288395304" />
+ <meta property="og:image" content="https://cdn.vox-cdn.com/thumbor/7WyjCLC7n6i1IG2eJB06qi1o7kQ=/0x148:2300x1352/fit-in/1200x630/cdn.vox-cdn.com/uploads/chorus_asset/file/9871033/Movies_end_of_year_2017.jpg" />
+ <meta property="og:image:height" content="630" />
+ <meta property="og:image:width" content="1200" />
+ <meta property="og:site_name" content="Vox" />
+ <meta property="og:title" content="The 21 best movies of 2017" />
+ <meta property="og:type" content="article" />
+ <meta property="og:url" content="https://www.vox.com/2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:url" content="https://www.vox.com/2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch" />
+ <meta name="twitter:title" content="The 21 best movies of 2017" />
+ <meta name="twitter:description" content="How to watch the greatest movies of the year, from Lady Bird and Dunkirk to Get Out and The Big Sick." />
+ <meta name="twitter:image" content="https://cdn.vox-cdn.com/thumbor/sFp0spZtjdLgZplwyh3Eb_98Ej0=/0x175:2300x1325/fit-in/1200x600/cdn.vox-cdn.com/uploads/chorus_asset/file/9871033/Movies_end_of_year_2017.jpg" />
+ <meta name="twitter:site" content="voxdotcom" />
+ <meta name="sailthru.title" content="The 21 best movies of 2017" />
+ <meta name="sailthru.tags" content="general,vox" />
+ <meta name="sailthru.date" content="2018-07-24" />
+ <meta name="sailthru.description" content="It was an extraordinary year for movies." />
+ <link rel="icon" type="image/png" href="https://cdn.vox-cdn.com/community_logos/52517/voxv.png" sizes="32x32" />
+ <link rel="icon" type="image/png" href="https://cdn.vox-cdn.com/uploads/hub/sbnu_logo_minimal/441/touch_icon_iphone_retina_1000_yellow.755.png" sizes="192x192" />
+ <link rel="apple-touch-icon" href="https://cdn.vox-cdn.com/uploads/hub/sbnu_logo_minimal/441/touch_icon_iphone_retina_1000_yellow.755.png" sizes="180x180" />
+ <meta name="msapplication-TileImage" content="https://cdn.vox-cdn.com/uploads/hub/sbnu_logo_minimal/441/touch_icon_ipad_retina_1000_yellow.755.png" />
+ <meta name="msapplication-TileColor" content="#4f7177" />
+ <meta name="theme-color" content="" />
+ <meta data-chorus-version="c783e43305ce80adb5ec31a186ab9723a92ef2c7" />
+ <link rel="amphtml" href="https://www.vox.com/platform/amp/2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch" />
+ <link rel="alternate" type="application/rss+xml" title="Vox" href="/rss/index.xml" />
+ <script type="application/ld+json">
+ <![CDATA[
+ {"@context":"http://schema.org","@type":"NewsArticle","mainEntityOfPage":"https://www.vox.com/2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch","headline":"How to watch the 21 best films of 2017","description":"It was an extraordinary year for movies.","speakable":{"@type":"SpeakableSpecification","xpath":["/html/head/title","/html/head/meta[@name='description']/@content"]},"datePublished":"2017-12-15T08:50:02-05:00","dateModified":"2018-07-24T14:15:58-04:00","author":{"@type":"Person","name":"Alissa Wilkinson"},"publisher":{"@type":"Organization","name":"Vox","logo":{"@type":"ImageObject","url":"https://cdn.vox-cdn.com/uploads/chorus_asset/file/13668548/google_amp.0.png","width":600,"height":60}},"image":[{"@type":"ImageObject","url":"https://cdn.vox-cdn.com/thumbor/TSO6Uy4UkB9DOZWUxOU1Kks5dzo=/1400x1400/filters:format(jpeg)/cdn.vox-cdn.com/uploads/chorus_asset/file/9871033/Movies_end_of_year_2017.jpg","width":1400,"height":1400},{"@type":"ImageObject","url":"https://cdn.vox-cdn.com/thumbor/-_58CyCjSLS36byYJ3jyjvy4Akg=/1400x1050/filters:format(jpeg)/cdn.vox-cdn.com/uploads/chorus_asset/file/9871033/Movies_end_of_year_2017.jpg","width":1400,"height":1050},{"@type":"ImageObject","url":"https://cdn.vox-cdn.com/thumbor/WvgnZiNPS0Pomau4kVrKvRcmHog=/1400x788/filters:format(jpeg)/cdn.vox-cdn.com/uploads/chorus_asset/file/9871033/Movies_end_of_year_2017.jpg","width":1400,"height":788}]}
+ ]]>
+ </script>
+ <meta name="outbrainsection" content="awards-season" />
+ <style id="custom-entry-styles" type="text/css"></style>
+ </head><!--[if lte IE 9]><body class="ie9"><![endif]-->
+ <!--[if gte IE 10]><body class="ie"><![endif]-->
+ <body class="entry_key_unison_standard entry_layout_unison_main entry_template_standard" data-entry-id="16515179">
+ <!-- Google Tag Manager (noscript) -->
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W8JKW6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) -->
+ <svg width="0" height="0" style="position:absolute;display:none;">
+ <symbol viewbox="90 0 689 645" id="icon-clock" xmlns="http://www.w3.org/2000/svg">
+ <title>
+ clock
+ </title>
+ <path d="M489.1 322.5c0 15-5.4 27.9-16 38.6-10.7 10.7-23.6 16-38.6 16-23.7 0-40.3-10.9-49.9-32.8h-125c-6.4 0-11.6-2.1-15.7-6.1-4-4.1-6.1-9.3-6.1-15.7 0-6.4 2.1-11.6 6.1-15.7 4.1-4.1 9.4-6.1 15.8-6.1h125c5.9-13.2 15.3-22.5 28-28V125.8c0-6.4 2.1-11.6 6.1-15.7 4.1-4.1 9.3-6.1 15.7-6.1 6.4 0 11.6 2 15.7 6.1s6.1 9.3 6.1 15.7v146.8c21.9 9.5 32.9 26.1 32.8 49.9zm-54.6-306c84.2 0 156.3 29.9 216.2 89.8 59.9 59.9 89.8 131.9 89.8 216.2s-29.9 156.3-89.8 216.2c-59.9 59.9-131.9 89.8-216.2 89.8s-156.3-29.9-216.2-89.8c-59.9-59.9-89.8-131.9-89.8-216.2s29.9-156.3 89.8-216.2c59.9-59.9 132-89.8 216.2-89.8zm0 546.4c66.5 0 123.2-23.4 170.1-70.4 46.9-46.9 70.4-103.6 70.4-170.1s-23.4-123.2-70.4-170.1C557.7 105.5 501 82.1 434.5 82.1s-123.2 23.4-170.1 70.4C217.5 199.4 194 256.1 194 322.6s23.4 123.2 70.4 170.1c46.9 46.8 103.6 70.2 170.1 70.2z"></path>
+ </symbol>
+ <symbol viewbox="0 0 1000 1000" id="icon-close" xmlns="http://www.w3.org/2000/svg">
+ <path d="M638.6 500l322.7-322.7c38.3-38.3 38.3-100.3 0-138.6S861 .4 822.7 38.7L500 361.4 177.3 38.7C139 .4 77 .4 38.7 38.7S.4 139 38.7 177.3L361.4 500 38.7 822.7C.4 861 .4 923 38.7 961.3 57.9 980.4 82.9 990 108 990s50.1-9.6 69.3-28.7L500 638.6l322.7 322.7c19.1 19.1 44.2 28.7 69.3 28.7 25.1 0 50.1-9.6 69.3-28.7 38.3-38.3 38.3-100.3 0-138.6L638.6 500z"></path>
+ </symbol>
+ <symbol viewbox="0 0 14 14" id="icon-close-map" xmlns="http://www.w3.org/2000/svg">
+ <path fill-rule="evenodd" d="M13.074 12.27L7.698 6.958l5.376-5.312-.896-.896-5.312 5.376L1.554.75l-.896.864 5.376 5.312L.658 12.27l.896.896L6.898 7.79l5.312 5.376z"></path>
+ </symbol>
+ <symbol viewbox="0 0 18 17" id="icon-comment" xmlns="http://www.w3.org/2000/svg">
+ <path d="M15.667 6.654c0 3.532-3.432 6.397-7.667 6.397-.945 0-1.85-.14-2.686-.4l-4.406 2.1 1.725-3.52c-1.42-1.16-2.3-2.78-2.3-4.56C.333 3.12 3.765.257 8 .257c4.235 0 7.667 2.863 7.667 6.4z"></path>
+ </symbol>
+ <symbol viewbox="-135.7 744.2 1008.1 429.7" id="icon-down" xmlns="http://www.w3.org/2000/svg">
+ <path d="M872.3 788.5c0 12.1-5.1 25.2-18.2 35.3l-446 335c-12.1 10.1-28.3 15.2-40.4 15.2-15.2 0-28.3-5.1-40.4-15.2l-446.1-335c-18.2-15.2-22.2-40.4-10.1-60.5s40.4-22.2 58.5-10.1l439.1 330.9 435.9-331c18.2-15.2 45.4-10.1 58.5 10.1 7.2 8.1 9.2 15.1 9.2 25.3"></path>
+ </symbol>
+ <symbol viewbox="0 0 50.062 37.479" id="icon-email" xmlns="http://www.w3.org/2000/svg">
+ <path d="M25.085 21.866L.082 3.114A3.114 3.114 0 0 1 3.207-.012H46.96a3.113 3.113 0 0 1 3.126 3.126l-25 18.752zm0 5.613L50.087 8.726v25.64a3.113 3.113 0 0 1-3.125 3.125H3.208a3.113 3.113 0 0 1-3.125-3.125V8.727L25.085 27.48z" class="afshape-1"></path>
+ </symbol>
+ <symbol viewbox="0 0 21.406 43.754" id="icon-facebook" xmlns="http://www.w3.org/2000/svg">
+ <path d="M5.43 43.754v-20.53H0V15.83h5.43V9.518C5.43 4.558 8.635 0 16.024 0c2.99 0 5.204.286 5.204.286l-.175 6.903s-2.257-.03-4.72-.03c-2.663 0-3.09 1.23-3.09 3.26v5.4h8.022l-.35 7.39h-7.672v20.53H5.43z"></path>
+ </symbol>
+ <symbol viewbox="0 0 140 200" id="icon-foursquare" xmlns="http://www.w3.org/2000/svg">
+ <path d="M114.697 27.581l-4.278 22.294c-.511 2.41-3.545 4.945-6.358 4.945h-39.7c-4.467 0-7.664 3.045-7.664 7.508v4.86c0 4.467 3.216 7.632 7.686 7.632h33.681c3.154 0 6.25 3.459 5.568 6.826-.685 3.373-3.886 20.08-4.271 21.924-.387 1.846-2.5 5-6.25 5H65.618c-5.007 0-6.521.654-9.87 4.818-3.353 4.166-33.477 40.342-33.477 40.342-.305.35-.603.249-.603-.134V27.25c0-2.85 2.478-6.194 6.194-6.194h81.78c3.01 0 5.822 2.829 5.055 6.525m3.59 87.418c1.137-4.602 13.899-69.93 18.16-90.656M120.716 0H18.809C4.745 0 .61 10.575.61 17.235v161.916c0 7.503 4.032 10.285 6.296 11.203 2.267.919 8.519 1.692 12.266-2.632 0 0 48.111-55.826 48.938-56.652 1.25-1.25 1.25-1.25 2.5-1.25h31.127c13.08 0 15.183-9.327 16.549-14.821 1.137-4.602 13.899-69.93 18.16-90.656C139.699 8.526 135.681 0 120.716 0"></path>
+ </symbol>
+ <symbol viewbox="-295 387 20 20" id="icon-full-screen" xmlns="http://www.w3.org/2000/svg">
+ <path fill="#ccc" d="M-275 387.7c0-.2-.1-.4-.2-.5-.1-.1-.3-.2-.5-.2h-5.5c-.4 0-.7.3-.7.7 0 .4.4.8.6 1l1.4 1.4-3.9 3.9 1.9 1.9 3.9-3.9 1.4 1.4c.3.3.6.6 1 .6s.7-.3.7-.7l-.1-5.6zm-13.1 10.5l-3.9 4-1.4-1.4c-.3-.3-.6-.6-1-.6s-.6.3-.6.6v5.4c0 .2.1.4.2.5.1.1.3.2.5.2h5.4c.4 0 .6-.3.6-.6 0-.4-.4-.8-.6-.9l-1.4-1.4 4-3.9-1.8-1.9z"></path>
+ </symbol>
+ <symbol viewbox="-295 387 20 20" id="icon-full-screen-exit" xmlns="http://www.w3.org/2000/svg">
+ <path fill="#ccc" d="M-293.2 406.9l3.9-4 1.4 1.4c.3.3.6.6 1 .6s.6-.3.6-.6v-5.4c0-.2-.1-.4-.2-.5-.1-.1-.3-.2-.5-.2h-5.4c-.4 0-.6.3-.6.6 0 .4.4.8.6.9l1.4 1.4-4 3.9 1.8 1.9zM-276.91 387.05l-3.9 4-1.4-1.4c-.3-.3-.6-.6-1-.6s-.6.3-.6.6v5.4c0 .2.1.4.2.5.1.1.3.2.5.2h5.4c.4 0 .6-.3.6-.6 0-.4-.4-.8-.6-.9l-1.4-1.4 4-3.9-1.8-1.9z"></path>
+ </symbol>
+ <symbol viewbox="0 0 39.605 39.633" id="icon-google-plus" xmlns="http://www.w3.org/2000/svg">
+ <path d="M12.488 37.682c-4.69 0-8.08-2.97-8.08-6.537 0-3.496 3.976-6.51 8.667-6.46a10.21 10.21 0 0 1 3.04.488c2.547 1.77 4.6 2.876 5.117 4.894.096.41.15.83.15 1.26 0 3.567-2.3 6.355-8.894 6.355m1.233-21.46c-3.14-.093-6.14-2.982-6.68-7.116-.54-4.136 1.57-7.3 4.72-7.206 3.15.094 5.84 3.486 6.39 7.62.55 4.136-1.27 6.797-4.41 6.703m6.75 6.457c-1.08-.813-3.44-2.478-3.44-3.596 0-1.31.38-1.955 2.35-3.495 2.03-1.58 3.46-3.67 3.46-6.25 0-2.82-1.15-5.37-3.31-6.61h3.06L25.2 0H13.51C7.584 0 2.644 4.37 2.644 9.18c0 4.912 3.246 8.83 8.82 8.83.388 0 .764-.02 1.133-.048-.36.694-.62 1.467-.62 2.277 0 1.36.75 2.14 1.68 3.04-.702 0-1.38.02-2.12.02C4.75 23.3 0 27.97 0 32.46c0 4.412 5.726 7.173 12.513 7.173 7.737 0 12.495-4.39 12.495-8.8 0-3.54-.764-5.32-4.536-8.15M31.52.54v5.388h-5.388v2.695h5.39v5.39h2.694v-5.39h5.39V5.928h-5.39V.538"></path>
+ </symbol>
+ <symbol viewbox="0 0 105.4 105.7" class="alinline-svg" id="icon-grid" xmlns="http://www.w3.org/2000/svg">
+ <path fill="#ccc" d="M0 0h47.7v47.7H0z" class="alshape-1"></path>
+ <path fill="#ccc" d="M57.7 0h47.7v47.7H57.7z" class="alshape-2"></path>
+ <path fill="#ccc" d="M0 58h47.7v47.7H0z" class="alshape-3"></path>
+ <path fill="#ccc" d="M57.7 58h47.7v47.7H57.7z" class="alshape-4"></path>
+ </symbol>
+ <symbol viewbox="0 0 64.37 40.34" id="icon-hamburger" xmlns="http://www.w3.org/2000/svg">
+ <path class="amcls-1" d="M0 30h64.37v10.34H0zm0-15h64.37v10.34H0zM0 0h64.37v10.34H0z"></path>
+ </symbol>
+ <symbol viewbox="0 0 671.78668 671.78668" id="icon-instagram" xmlns="http://www.w3.org/2000/svg">
+ <g transform="matrix(.13333 0 0 -.13333 0 671.787)">
+ <path d="M2519.21 5038.41c-684.18 0-769.97-2.9-1038.67-15.16-268.14-12.23-451.27-54.82-611.513-117.09-165.66-64.38-306.148-150.52-446.203-290.57-140.051-140.05-226.191-280.55-290.57-446.21-62.273-160.24-104.86-343.37-117.098-611.51C2.898 3289.17 0 3203.38 0 2519.2c0-684.17 2.898-769.96 15.156-1038.66 12.239-268.14 54.825-451.27 117.098-611.509 64.379-165.66 150.519-306.152 290.57-446.211 140.055-140.05 280.543-226.191 446.203-290.57C1029.27 69.98 1212.4 27.39 1480.54 15.16 1749.24 2.902 1835.03 0 2519.21 0c684.17 0 769.96 2.902 1038.66 15.16 268.14 12.23 451.27 54.82 611.51 117.09 165.66 64.379 306.15 150.52 446.21 290.57 140.05 140.059 226.19 280.551 290.57 446.211 62.27 160.239 104.86 343.369 117.09 611.509 12.26 268.7 15.16 354.49 15.16 1038.66 0 684.18-2.9 769.97-15.16 1038.67-12.23 268.14-54.82 451.27-117.09 611.51-64.38 165.66-150.52 306.16-290.57 446.21-140.06 140.05-280.55 226.19-446.21 290.57-160.24 62.27-343.37 104.86-611.51 117.09-268.7 12.26-354.49 15.16-1038.66 15.16zm0-453.91c672.65 0 752.33-2.57 1017.97-14.69 245.62-11.2 379.01-52.24 467.78-86.74 117.59-45.7 201.51-100.29 289.66-188.44 88.16-88.16 142.75-172.08 188.45-289.67 34.5-88.77 75.54-222.16 86.74-467.78 12.12-265.64 14.69-345.32 14.69-1017.98 0-672.65-2.57-752.33-14.69-1017.97-11.2-245.62-52.24-379.01-86.74-467.78-45.7-117.591-100.29-201.509-188.45-289.661-88.15-88.16-172.07-142.75-289.66-188.449-88.77-34.5-222.16-75.539-467.78-86.738-265.6-12.122-345.27-14.692-1017.97-14.692-672.71 0-752.37 2.57-1017.98 14.692-245.62 11.199-379.01 52.238-467.78 86.738-117.591 45.699-201.509 100.289-289.661 188.449-88.152 88.152-142.75 172.07-188.449 289.661-34.5 88.77-75.535 222.16-86.742 467.78-12.121 265.64-14.688 345.32-14.688 1017.97 0 672.66 2.567 752.34 14.688 1017.98 11.207 245.62 52.242 379.01 86.742 467.78 45.699 117.59 100.293 201.51 188.445 289.66 88.156 88.16 172.074 142.75 289.665 188.45 88.77 34.5 222.16 75.54 467.78 86.74 265.64 12.12 345.32 14.69 1017.98 14.69"></path>
+ <path d="M2519.21 1679.47c-463.78 0-839.74 375.96-839.74 839.73 0 463.78 375.96 839.74 839.74 839.74 463.77 0 839.73-375.96 839.73-839.74 0-463.77-375.96-839.73-839.73-839.73zm0 2133.38c-714.47 0-1293.65-579.18-1293.65-1293.65 0-714.46 579.18-1293.64 1293.65-1293.64 714.46 0 1293.64 579.18 1293.64 1293.64 0 714.47-579.18 1293.65-1293.64 1293.65M4166.27 3863.96c0-166.96-135.35-302.3-302.31-302.3-166.95 0-302.3 135.34-302.3 302.3s135.35 302.31 302.3 302.31c166.96 0 302.31-135.35 302.31-302.31"></path>
+ </g>
+ </symbol>
+ <symbol viewbox="-27.7 455.1 337.2 791.1" id="icon-left" xmlns="http://www.w3.org/2000/svg">
+ <path fill="inherit" d="M274.8 1246.2c-9.5 0-19.8-4-27.7-14.3l-262.9-350c-7.9-9.5-11.9-22.2-11.9-31.7 0-11.9 4-22.2 11.9-31.7l262.9-350.1c11.9-14.3 31.7-17.4 47.5-7.9 15.8 9.5 17.4 31.7 7.9 45.9L42.8 851l259.8 342.1c11.9 14.3 7.9 35.6-7.9 45.9-6.4 5.6-11.9 7.2-19.9 7.2"></path>
+ </symbol>
+ <symbol viewbox="0 0 18 18" id="icon-link" xmlns="http://www.w3.org/2000/svg">
+ <g opacity=".4">
+ <path d="M10.546 13.732l.623-.623a.957.957 0 0 0 .121-.137c.263-.273.48-.582.65-.905a4.44 4.44 0 0 0 .46-2.733 3.766 3.766 0 0 0-.158-.692 3.61 3.61 0 0 0-.244-.604 4.355 4.355 0 0 0-.877-1.245 4.35 4.35 0 0 0-1.245-.876l-1.14 1.14c-.08.08-.146.163-.204.256a2.735 2.735 0 0 1 2.07 2.07c.044.21.066.426.06.644a2.601 2.601 0 0 1-.765 1.81l-.69.689-.513.513-.485.485-1.237 1.237c-1.037 1.037-2.737 1.024-3.79-.029-1.052-1.052-1.064-2.753-.028-3.789L4.39 9.706a5.663 5.663 0 0 1-.208-2.338L1.881 9.67c-1.73 1.73-1.709 4.56.048 6.316 1.757 1.757 4.586 1.778 6.316.048l2.302-2.302z"></path>
+ <path d="M7.339 7.802a2.54 2.54 0 0 1 .1-.668c.114-.42.339-.814.665-1.14l.693-.694.51-.51.48-.48 1.242-1.241c1.036-1.036 2.736-1.024 3.789.029 1.052 1.052 1.064 2.753.029 3.789l-1.241 1.24c.233.76.302 1.556.211 2.335l2.303-2.303c1.73-1.73 1.708-4.558-.049-6.315C14.314.087 11.485.066 9.756 1.796L7.453 4.098l-.623.623a.934.934 0 0 0-.121.138 3.904 3.904 0 0 0-.645.9 4.39 4.39 0 0 0-.46 2.733c.028.244.08.472.153.696.065.206.142.41.245.604.209.452.503.87.877 1.244.373.374.791.668 1.244.878l1.14-1.141a1.38 1.38 0 0 0 .204-.256 2.68 2.68 0 0 1-1.335-.734 2.685 2.685 0 0 1-.793-1.98z"></path>
+ </g>
+ </symbol>
+ <symbol viewbox="0 0 16 16" id="icon-linkedin" xmlns="http://www.w3.org/2000/svg">
+ <path d="M.2 15.876h3.394V5.222H.2v10.654zM1.997 0C.8 0 0 .836 0 1.88s.8 1.88 1.997 1.88 1.997-.836 1.997-1.88C3.794.836 2.994 0 1.997 0zm9.985 4.804c-1.798 0-2.596 1.045-2.996 1.88V5.222H5.392c.2 1.045 0 10.862 0 10.862h3.395V9.818c0-.21 0-.627.2-.836.2-.626.798-1.253 1.796-1.253 1.2 0 1.798 1.04 1.798 2.5v5.64h3.4V9.82c0-3.342-1.79-5.014-3.99-5.014z"></path>
+ </symbol>
+ <symbol viewbox="0 0 35.4 51" id="icon-map-marker" xmlns="http://www.w3.org/2000/svg">
+ <path d="M18 51.733c11.8-15.9 17.7-27.1 17.7-33.5 0-9.7-7.9-17.5-17.7-17.5S.3 8.533.3 18.233c0 6.4 5.9 17.6 17.7 33.5z"></path>
+ <circle r="8" cy="18" cx="18" fill="#fff"></circle>
+ </symbol>
+ <symbol viewbox="-375 489.5 37.2 30.3" id="icon-menu" xmlns="http://www.w3.org/2000/svg">
+ <title>
+ menu
+ </title>
+ <path d="M-367 489.5h29.1v3.8H-367zm-8 0h4.4v3.8h-4.4zm8 12.8h29.1v3.8H-367zm-8 0h4.4v3.8h-4.4zm8 13.7h29.1v3.8H-367zm-8 0h4.4v3.8h-4.4z"></path>
+ </symbol>
+ <symbol viewbox="0 0 179 96" id="icon-more" xmlns="http://www.w3.org/2000/svg">
+ <title>
+ more-arrow
+ </title>
+ <path d="M178.86 47.677L129.776 0v34.313H0v26.625h116.296v.103h13.48v34.31l49.084-47.67"></path>
+ </symbol>
+ <symbol viewbox="0 0 50.062 37.479" id="icon-newsletter_signup" xmlns="http://www.w3.org/2000/svg">
+ <path d="M25.085 21.866L.082 3.114A3.114 3.114 0 0 1 3.207-.012H46.96a3.113 3.113 0 0 1 3.126 3.126l-25 18.752zm0 5.613L50.087 8.726v25.64a3.113 3.113 0 0 1-3.125 3.125H3.208a3.113 3.113 0 0 1-3.125-3.125V8.727L25.085 27.48z" class="aushape-1"></path>
+ </symbol>
+ <symbol viewbox="0 0 832 512" id="icon-norgie-down" xmlns="http://www.w3.org/2000/svg">
+ <path d="M15.244 98.497L379.433 495.43c20.249 22.24 53.137 22.23 73.373-.021.51-.608.71-1.47 1.25-2.077L817.152 98.259c20.233-22.224 20.223-58.326-.028-80.54-.202-.1-.531-.202-.735-.404C807.065 6.732 793.993-.005 779.353 0L52.923.208C38.073.212 24.903 7.286 15.43 18.18l-.2-.227c-20.314 22.325-20.304 58.33.023 80.543h-.008z"></path>
+ </symbol>
+ <symbol viewbox="0 0 512 832.328" id="icon-norgie-right" xmlns="http://www.w3.org/2000/svg">
+ <path d="M98.278 817.088l397.038-364.076c22.245-20.243 22.245-53.13 0-73.373-.608-.51-1.47-.71-2.077-1.25L98.27 15.18c-22.218-20.24-58.32-20.24-80.54.005-.1.202-.202.53-.404.734C6.74 25.24 0 38.31 0 52.95v726.43c0 14.85 7.07 28.022 17.963 37.5l-.228.2c22.32 20.32 58.324 20.32 80.543 0z"></path>
+ </symbol>
+ <symbol viewbox="0 0 47.3 34.3" id="icon-opentable" xmlns="http://www.w3.org/2000/svg">
+ <path d="M30.1 0C20.7 0 13 7.7 13 17.2s7.7 17.2 17.2 17.2 17.2-7.7 17.2-17.2C47.3 7.7 39.6 0 30.1 0zm0 21.5c-2.4 0-4.3-1.9-4.3-4.3s1.9-4.3 4.3-4.3 4.3 1.9 4.3 4.3c0 2.3-1.9 4.3-4.3 4.3zM0 17.2c0 2.4 1.9 4.3 4.3 4.3s4.3-1.9 4.3-4.3-1.9-4.3-4.3-4.3S0 14.8 0 17.2"></path>
+ </symbol>
+ <symbol viewbox="0 0 12 12" id="icon-pencil" xmlns="http://www.w3.org/2000/svg">
+ <path d="M1.3 8.4c0 .1 0 .1 0 0L0 11.6c0 .1 0 .2.1.3 0 .1.1.1.1.1h.1l3.1-1.2s.1 0 .1-.1l6.2-6.2-2.2-2.3-6.2 6.2zm10.5-7L10.6.2c-.3-.3-.8-.3-1.1 0L8.2 1.5l2.2 2.2 1.3-1.3c.4-.2.4-.7.1-1z"></path>
+ </symbol>
+ <symbol viewbox="0 0 60.7 93.3" id="icon-pin" xmlns="http://www.w3.org/2000/svg">
+ <path d="M57.2 34.6c0 4.8-1.3 9.3-3.5 13.2L31.8 87.5c-.3.5-.9.8-1.5.8-.7 0-1.2-.4-1.5-.8L6.9 47.7c-2.2-3.8-3.5-8.4-3.5-13.2 0-14.8 12-26.9 26.9-26.9 14.9.1 26.9 12.1 26.9 27zm-16.8 0c0-5.6-4.5-10.1-10.1-10.1S20.2 29 20.2 34.6s4.5 10.1 10.1 10.1 10.1-4.5 10.1-10.1z" xmlns="http://www.w3.org/2000/svg"></path>
+ </symbol>
+ <symbol viewbox="-285 377 40 40" id="icon-pinterest" xmlns="http://www.w3.org/2000/svg">
+ <path d="M-265 377.1c-10.9 0-19.7 8.9-19.7 19.8 0 8.1 4.9 15 11.8 18.1-.1-1.4 0-3 .3-4.5.4-1.6 2.5-10.8 2.5-10.8s-.6-1.3-.6-3.1c0-2.9 1.7-5.1 3.8-5.1 1.8 0 2.7 1.3 2.7 3 0 1.8-1.2 4.5-1.7 7-.5 2.1 1 3.8 3.1 3.8 3.7 0 6.3-4.8 6.3-10.5 0-4.3-2.9-7.6-8.2-7.6-6 0-9.7 4.5-9.7 9.5 0 1.7.5 2.9 1.3 3.9.4.4.4.6.3 1.1l-.4 1.6c-.1.5-.5.7-1 .5-2.8-1.1-4-4.1-4-7.5 0-5.6 4.7-12.3 14.1-12.3 7.5 0 12.5 5.5 12.5 11.3 0 7.7-4.3 13.5-10.7 13.5-2.1 0-4.1-1.2-4.8-2.5 0 0-1.1 4.5-1.4 5.4-.4 1.5-1.2 3-2 4.2 1.8.5 3.7.8 5.6.8 10.9 0 19.7-8.8 19.7-19.7 0-11-8.9-19.9-19.8-19.9z"></path>
+ </symbol>
+ <symbol viewbox="-230 372 50 50" id="icon-play" xmlns="http://www.w3.org/2000/svg">
+ <path fill="#999" d="M-214 376l25.6 21.1L-214 418v-42z"></path>
+ </symbol>
+ <symbol viewbox="0 0 17 17" id="icon-rec" xmlns="http://www.w3.org/2000/svg">
+ <path d="M7.544.405l2.305 4.64 5.15.743L11.27 9.4l.88 5.1-4.61-2.407-4.6 2.407.88-5.1L.087 5.79l5.153-.744L7.545.404z"></path>
+ </symbol>
+ <symbol viewbox="0 0 450 386" id="icon-refresh" xmlns="http://www.w3.org/2000/svg">
+ <path d="M352.629 288.14l96-111.9h-64.7c-2.3-27.9-10.5-54-23.5-77.3-27.4-49.2-75.8-85.1-133-95.6-.7-.1-1.5-.3-2.2-.4-.5-.1-.9-.2-1.4-.2-10.1-1.7-20.6-2.6-31.2-2.6h-.4c-90.9.2-167 63.6-186.7 148.6v.1c-.3 1.1-.5 2.2-.7 3.3-.1.5-.2.9-.3 1.4-.1.7-.3 1.4-.4 2.1-.2.9-.3 1.7-.5 2.6-.1.4-.1.7-.2 1.1l-.6 3.6v.2c-1 6.3-1.6 12.7-1.9 19.1v.8c-.1 1.4-.1 2.7-.2 4.1 0 1.6-.1 3.3-.1 5 0 1.7 0 3.3.1 5 0 1.4.1 2.7.2 4.1v.9c.3 6.5 1 12.9 1.9 19.1v.2l.6 3.6c.1.4.1.7.2 1.1.2.9.3 1.8.5 2.6.1.7.3 1.4.4 2.1.1.5.2 1 .3 1.4.2 1.1.5 2.2.7 3.2v.1c19.7 85 96.1 148.4 187.1 148.6 42.9-.1 83.1-14.2 116.9-40.7l7.5-5.9-43.2-46.2-6.2 4.6c-22.1 16.3-47.5 24.2-75 24.2-70.6 0-128-57-128-128s57.4-128 128-128c66.4 0 122.8 46.6 129.5 112h-73.5l104 112z" xmlns:bx="https://boxy-svg.com" bx:origin="0.5 0.5"></path>
+ </symbol>
+ <symbol viewbox="-27.7 455.1 337.2 791.1" id="icon-right" xmlns="http://www.w3.org/2000/svg">
+ <path fill="inherit" d="M6.9 455.1c9.5 0 19.8 4 27.7 14.3l262.9 350.1c7.9 9.5 11.9 22.2 11.9 31.7 0 11.9-4 22.2-11.9 31.7l-262.8 350c-11.9 14.3-31.7 17.4-47.5 7.9-15.8-9.5-17.4-31.7-7.9-45.9L239 850.3-20.8 508.2c-11.9-14.3-7.9-35.6 7.9-45.9 6.4-5.6 11.9-7.2 19.8-7.2"></path>
+ </symbol>
+ <symbol viewbox="0 0 1000 1000" preserveaspectratio="xMinYMin meet" id="icon-rss" xmlns="http://www.w3.org/2000/svg">
+ <path d="M0 866q0-55 39-94t94-39 94 39 39 94q0 56-39 94.5T133 999t-94-39-39-94zm0-335V340q179 0 331 88.5T571.5 669t88.5 331H468q0-194-137-331Q193 531 0 531zm0-339V0q203 0 388 79.5T707 293t213.5 319 79.5 388H808q0-164-64-314T571.5 428t-258-172T0 192z"></path>
+ </symbol>
+ <symbol viewbox="373.3 133.3 533.3 533.3" id="icon-search" xmlns="http://www.w3.org/2000/svg">
+ <path d="M754.7 468.7l-22.3-22.3c24.3-33.3 37.5-73.4 37.7-114.7 0-109.5-88.8-198.3-198.3-198.3s-198.3 88.8-198.3 198.3S462.1 530 571.7 530c41.2-.2 81.3-13.4 114.7-37.7l22.3 22.3 152.7 152 45.3-45.3-152-152.6zm-183 0c-75.8 0-137.3-61.5-137.3-137.3S495.8 194 571.7 194 709 255.5 709 331.3c.2 75.7-61 137.1-136.7 137.3-.2.1-.4.1-.6.1z"></path>
+ </symbol>
+ <symbol viewbox="206 29.9 642.1 681.3" id="icon-settings" xmlns="http://www.w3.org/2000/svg">
+ <path d="M843 467.2c4.8 3.2 6.3 9.5 4 15-13.5 41.2-36.4 79.2-64.2 111.7-4 4.8-9.5 6.3-15 4l-81.6-28.5c-20.6 16.6-43.6 30.1-67.3 39.6l-16.6 84.7c-.8 5.5-5.5 10.3-11.1 11.1-21.4 4-42.8 6.3-64.2 6.3-22.2 0-43.6-2.4-64.2-6.3-5.5-.8-10.3-5.5-11.1-11.1L435.2 609c-24.6-9.5-48.3-23-67.3-39.6l-81.6 28.5c-5.5 2.4-11.1.8-15-4-28.5-32.5-51.5-70.5-64.2-111.7-2.4-5.5-.8-11.9 4-15l64.9-57c-2.4-12.7-3.2-26.1-3.2-39.6s.8-26.9 3.2-39.6l-65-57c-4.8-3.2-6.3-9.5-4-15 13.5-41.2 36.4-79.2 64.2-111.7 4-4.8 9.5-6.3 15-4l81.6 28.5c19.8-16.6 43.6-30.1 67.3-39.6l16.6-84.7c.8-5.5 5.5-10.3 11.1-11.1 42.8-8.7 86.3-8.7 129.1 0 5.5.8 10.3 5.5 11.1 11.1l15 85.5c24.6 9.5 47.5 23 67.3 39.6l81.6-28.5c5.5-2.4 11.1-.8 15 4 28.5 32.5 51.5 70.5 64.2 111.7 2.4 5.5.8 11.9-4 15l-65.7 57c2.4 12.7 3.2 26.1 3.2 39.6s-.8 26.9-3.2 39.6l66.6 56.2zm-190-95.8c0-69.7-57.8-127.5-127.5-127.5-70.5 0-127.5 57-127.5 127.5s57 127.5 127.5 127.5S653 441.9 653 371.4z"></path>
+ </symbol>
+ <symbol viewbox="0 0 16 16" id="icon-snapchat" xmlns="http://www.w3.org/2000/svg">
+ <path d="M8.155.48c.662 0 2.903.185 3.96 2.552.354.797.27 2.15.2 3.237l-.002.04c-.008.12-.015.23-.02.34.05.03.135.06.268.06.2-.01.44-.08.69-.2.11-.06.23-.07.31-.07.12 0 .24.02.34.06.3.1.49.32.49.56.01.3-.26.56-.81.78-.06.02-.14.05-.23.08-.3.09-.76.24-.89.54-.06.15-.04.35.08.58l.01.01c.04.09 1.02 2.32 3.2 2.68.17.03.29.18.28.34 0 .05-.01.1-.03.15-.16.38-.85.66-2.1.85-.04.06-.08.25-.11.38-.02.12-.05.24-.09.37-.05.18-.18.27-.37.27h-.02c-.09 0-.21-.02-.36-.05-.24-.05-.51-.09-.85-.09-.2 0-.4.01-.61.05-.4.07-.75.31-1.15.59-.57.4-1.22.86-2.2.86-.04 0-.08-.01-.12-.01h-.1c-.98 0-1.62-.45-2.19-.86-.4-.28-.74-.52-1.14-.59-.21-.03-.42-.05-.62-.05-.36 0-.64.06-.85.1-.14.03-.26.05-.36.05-.25 0-.35-.15-.39-.28-.04-.13-.06-.26-.09-.38s-.07-.33-.11-.38C.89 12.9.2 12.62.04 12.23a.413.413 0 0 1-.036-.15.332.332 0 0 1 .28-.34c2.18-.36 3.16-2.59 3.2-2.684l.01-.02c.12-.23.15-.43.08-.58-.13-.29-.59-.44-.89-.54-.08-.02-.16-.05-.23-.08-.74-.29-.84-.62-.8-.85.06-.32.45-.53.78-.53.097 0 .18.02.256.05.28.13.527.2.737.2a.63.63 0 0 0 .31-.07l-.03-.38c-.065-1.086-.15-2.438.205-3.23C4.94.67 7.175.49 7.835.49l.28-.01h.04z"></path>
+ </symbol>
+ <symbol viewbox="0 0 17 17" id="icon-star" xmlns="http://www.w3.org/2000/svg">
+ <path d="M7.544.405l2.305 4.64 5.15.743L11.27 9.4l.88 5.1-4.61-2.407-4.6 2.407.88-5.1L.087 5.79l5.153-.744L7.545.404z"></path>
+ </symbol>
+ <symbol viewbox="19.3 54.3 26.9 33.7" id="icon-thumb-down" xmlns="http://www.w3.org/2000/svg">
+ <title>
+ no
+ </title>
+ <path d="M19.3 84.4c0-4.8 0-9.4.1-14 0-.4 1-1 1.6-1.2 4.2-1.1 7.7-3.2 9.6-7.3.7-1.6.9-3.4 1.5-5 .4-.9 1.2-1.7 1.8-2.5.7.8 2 1.6 2.1 2.5.2 2.2 0 4.5-.2 6.8-.1.9-.4 1.8-.6 3h5.1c1.2 0 2.4 0 3.5.2 1.9.3 2.4 1.3 2.2 3.2-.1 1.2.1 2.4.1 3.6 0 1 0 1.9-.1 2.9-.1 1.1 0 2.2-.3 3.1-1 2.6-2.1 5.2-3.4 7.6-.3.6-1.8.7-2.7.7-2.4.1-4.8.2-7.2 0-1.4-.1-2.9-.5-4-1.3-2.2-1.7-4.4-2.3-7.1-2.1-.6-.1-1.2-.2-2-.2z"></path>
+ </symbol>
+ <symbol viewbox="19.3 54.3 26.9 33.7" id="icon-thumb-up" xmlns="http://www.w3.org/2000/svg">
+ <title>
+ yes
+ </title>
+ <path d="M19.3 84.4c0-4.8 0-9.4.1-14 0-.4 1-1 1.6-1.2 4.2-1.1 7.7-3.2 9.6-7.3.7-1.6.9-3.4 1.5-5 .4-.9 1.2-1.7 1.8-2.5.7.8 2 1.6 2.1 2.5.2 2.2 0 4.5-.2 6.8-.1.9-.4 1.8-.6 3h5.1c1.2 0 2.4 0 3.5.2 1.9.3 2.4 1.3 2.2 3.2-.1 1.2.1 2.4.1 3.6 0 1 0 1.9-.1 2.9-.1 1.1 0 2.2-.3 3.1-1 2.6-2.1 5.2-3.4 7.6-.3.6-1.8.7-2.7.7-2.4.1-4.8.2-7.2 0-1.4-.1-2.9-.5-4-1.3-2.2-1.7-4.4-2.3-7.1-2.1-.6-.1-1.2-.2-2-.2z"></path>
+ </symbol>
+ <symbol viewbox="0 0 60.7 93.3" id="icon-topics" xmlns="http://www.w3.org/2000/svg">
+ <g xmlns="http://www.w3.org/2000/svg">
+ <path d="M2.5 21.5h55.2v11.8H2.5zM2.5 42.1h55.2v11.8H2.5zM2.5 64.3h55.2v11.8H2.5z"></path>
+ </g>
+ </symbol>
+ <symbol viewbox="0 0 87 60" id="icon-trending" xmlns="http://www.w3.org/2000/svg">
+ <path d="M1.906 46.826c2.213 1.787 5.466 1.46 7.262-.743v-.006l5.26-6.45 8.378 11.286a5.171 5.171 0 0 0 4.827 2.035 5.128 5.128 0 0 0 4.124-3.215l7.96-20.208L51.26 56.577a5.155 5.155 0 0 0 4.754 3.13c.097 0 .19 0 .286-.007a5.172 5.172 0 0 0 4.66-3.667l10.98-36.787 4.854 9.902c1.234 2.552 4.33 3.613 6.89 2.37 2.56-1.234 3.636-4.314 2.386-6.86L75.42 2.888a5.15 5.15 0 0 0-5.067-2.87 5.135 5.135 0 0 0-4.52 3.653L55.146 39.42 44.28 13.93a5.142 5.142 0 0 0-4.827-3.127 5.157 5.157 0 0 0-4.73 3.263L25.56 37.343l-6.79-9.148a5.197 5.197 0 0 0-4.033-2.08 5.139 5.139 0 0 0-4.124 1.897L1.153 39.6a5.125 5.125 0 0 0 .753 7.226" fill-rule="evenodd"></path>
+ </symbol>
+ <symbol viewbox="0 0 23.62 41.098" id="icon-tumblr" xmlns="http://www.w3.org/2000/svg">
+ <path d="M21.643 32.826c-.764.364-2.226.682-3.316.71-3.29.088-3.927-2.31-3.955-4.052V16.69h8.252v-6.22h-8.222V0h-6.02c-.1 0-.272.087-.296.307C7.734 3.512 6.234 9.135 0 11.382v5.31h4.16V30.12c0 4.595 3.39 11.126 12.343 10.974 3.02-.053 6.375-1.318 7.117-2.408l-1.977-5.86z"></path>
+ </symbol>
+ <symbol viewbox="0 0 44.71 36.327" id="icon-twitter" xmlns="http://www.w3.org/2000/svg">
+ <path d="M44.71 4.295c-1.656.724-3.415 1.242-5.278 1.45A9.146 9.146 0 0 0 43.468.673a18.75 18.75 0 0 1-5.796 2.225C35.965 1.138 33.584 0 30.945 0a9.145 9.145 0 0 0-9.16 9.16c0 .724.052 1.448.208 2.12-7.607-.413-14.335-3.88-18.888-9.417-.777 1.345-1.242 2.742-1.242 4.45 0 3.157 1.604 5.95 4.088 7.607a9.376 9.376 0 0 1-4.14-1.138v.103c0 4.45 3.16 8.176 7.35 9.004-.77.2-1.6.31-2.43.31-.57 0-1.14-.06-1.71-.16 1.14 3.62 4.56 6.31 8.54 6.36-3.1 2.48-7.09 4.34-11.38 4.34-.72 0-1.45-.05-2.17-.16 4.04 2.59 8.9 3.72 14.08 3.72 16.87 0 26.08-13.97 26.08-26.08V9.05c1.76-1.294 3.32-2.9 4.56-4.76"></path>
+ </symbol>
+ <symbol viewbox="-235.8 423.2 35.7 21.3" id="icon-up" xmlns="http://www.w3.org/2000/svg">
+ <path fill="none" d="M-200.5 444.2L-218 424l-17.5 20.2"></path>
+ </symbol>
+ <symbol viewbox="373.3 133.3 533.3 533.3" id="icon-user" xmlns="http://www.w3.org/2000/svg">
+ <path d="M640 400c73.6 0 133.3-59.7 133.3-133.3S713.6 133.3 640 133.3 506.7 193 506.7 266.7 566.4 400 640 400zm0 66.7c-89 0-266.7 44.7-266.7 133.3v66.7h533.3V600c.1-88.7-177.6-133.3-266.6-133.3z"></path>
+ </symbol>
+ <symbol viewbox="0 0 1146 1000" id="icon-vimeo" xmlns="http://www.w3.org/2000/svg">
+ <path d="M0 272q55-65 110-116t95.5-77.5 72.5-43T326 14l17-4q12-2 24-2 19 0 35 6 26 10 42.5 34.5t29 55 21.5 72 15 77.5 13.5 79.5T538 403q32 125 51.5 177.5T631 633q24 0 66.5-55.5T791 426q26-48 26-91 0-13-2-23-9-52-51-65-11-4-24-4-35 0-83 26 22-130 134-209Q876 0 965 0q12 0 24 1 102 8 139 90 18 38 18 88 0 29-6 61-18 102-69.5 208t-113 187.5-132.5 155-123.5 117T611 976q-42 24-78.5 24T463 979t-56-48-38-57q-18-38-97.5-298.5T175 295q-1-2-4-4t-13.5-4.5-24 0-36.5 14T47 333z"></path>
+ </symbol>
+ <symbol viewbox="0 0 86.965 87.642" id="icon-whatsapp" xmlns="http://www.w3.org/2000/svg">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.038 13.007c-16.58 0-30.02 13.44-30.02 30.02a29.883 29.883 0 0 0 4.307 15.503l-5.418 16.106 16.62-5.32a29.915 29.915 0 0 0 14.512 3.733c16.58 0 30.02-13.45 30.02-30.03C74.06 26.44 60.61 13 44.03 13zm0 55.013a24.85 24.85 0 0 1-13.75-4.132l-9.604 3.074 3.122-9.28a24.858 24.858 0 0 1-4.76-14.653c0-13.79 11.212-25 24.993-25 13.78 0 24.99 11.21 24.99 24.99 0 13.78-11.22 24.99-25 24.99zm14.075-18.17c-.753-.412-4.45-2.407-5.143-2.69-.693-.28-1.2-.427-1.74.32s-2.072 2.418-2.538 2.913c-.467.495-.916.54-1.668.128-.752-.41-3.19-1.31-6.02-4.03-2.202-2.11-3.646-4.68-4.065-5.46-.42-.78-.01-1.18.39-1.55.35-.33.8-.86 1.2-1.3.4-.43.54-.74.81-1.25.27-.5.16-.95-.02-1.34s-1.57-4.22-2.15-5.77c-.58-1.56-1.23-1.32-1.68-1.34-.45-.01-.96-.1-1.47-.12-.51-.02-1.35.14-2.08.89-.73.74-2.78 2.52-2.92 6.29-.14 3.77 2.47 7.52 2.83 8.04.36.53 4.98 8.7 12.66 12.06 7.67 3.36 7.71 2.34 9.12 2.26 1.41-.07 4.6-1.68 5.31-3.45.7-1.76.76-3.3.58-3.62-.18-.32-.68-.54-1.43-.95z"></path>
+ </symbol>
+ <symbol viewbox="130.35156 177.43359 300 300" overflow="visible" id="icon-yahoo" xmlns="http://www.w3.org/2000/svg">
+ <path d="M420.926 272.27c-5.2.514-26.85 5.365-34.13 6.925-7.79 2.073-78.983 57.075-83.66 70.58-1.036 4.674-1.556 11.866-1.556 18.624l-.52 10.91c-.002 7.79 2.162 20.35 3.198 27.1 4.68 1.04 38.555.13 44.79 1.17l-.768 13.97c-6.09-.45-49.106-.34-73.68-.34-12.475 0-52.576 1.37-64.897 1l2.33-13.29c6.755-.53 34.728 1.2 40.878-5.29 3.06-3.22 2.09-6.67 2.09-25.38v-8.83c0-4.16 0-11.96-1.04-19.24-2.59-7.8-65.3-86.09-81.41-98.56-4.68-1.56-33.99-4.49-41.26-6.05l-.36-11.97c3.63-1.82 36.22.44 67.85-.73 20.79-.77 68.22 0 74.07.7l-1.5 10.55c-6.23 1.56-36.26 2.14-44.06 4.21 20.27 30.14 52.31 68.94 62.71 84.01 5.72-8.31 55.96-42.87 57.51-54.82-7.79-1.57-33.6-5.28-37.76-5.28l-2.47-13.61c7.08-1.11 44.28 0 62.78 0 15.96 0 50.07 0 59.76.79l-8.86 12.81"></path>
+ </symbol>
+ <symbol viewbox="0 0 462 325" id="icon-youtube" xmlns="http://www.w3.org/2000/svg">
+ <path d="M234.28 1.691c-53.492 0-132.53 3.24-156.188 4.031C52.396 8.02 42.884 9.366 28.811 21.41 7.368 40.48 2.28 77.954 2.28 135.285v54.562c0 65.439 8.69 98.684 23 110.844 16.517 14.17 27.407 15.302 38.406 17 4.27.646 34.49 6 168.594 6 83.626 0 155.507-3.95 162.937-4.906 11.945-1.508 29.104-3.696 42.063-18.094 19.183-21.803 23-57.999 23-110.437V126.69c0-33.943-1.891-81.916-23-102-15.991-13.536-21.848-17.367-54.938-19.031-9.358-.462-91.02-3.969-148.062-3.969zm-49.5 97l123.5 63.75-123.5 64.25v-128z"></path>
+ </symbol></svg>
+ <div class="l-root l-reskin">
+ <div class="l-header">
+ <div class="chorus-emc__content" data-emc-slug="UnisonCustomNavCell" data-emc-bucket="441::">
+ <header class="c-global-header" data-cid="site/global_header" role="banner" data-analytics-placement="navigation">
+ <div class="l-wrapper">
+ <div class="c-global-header__logo">
+ <a href="/" tabindex="1" id="chorus-brand" data-analytics-link="home"><span class="c-global-header__logo-large"><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 242 121">
+ <path fill="#444745" d="M110.674 3.528h3.474L114.564 2H71.63l-.418 1.528h6.253c5.418 0 9.726 3.75 9.726 11.255 0 4.168-1.8 9.587-4.72 16.118L54.82 92.32l-6.81-79.756c-.556-6.252 2.5-9.03 9.59-9.03h4.027L62.042 2H1.6l-.557 1.528h3.89c4.725 0 6.532 2.918 7.087 8.615l10.7 103.1h25.427l42.518-90.038c6.392-13.48 13.2-21.677 20.01-21.677zm-5.002 112.27c-3.89 0-6.253-1.25-6.253-7.642 0-8.06 2.91-23.76 6.11-38.072.41 6.67 5 13.2 11.81 13.2 1.67 0 3.06-.138 4.44-.417-6.26 27.236-8.76 32.932-16.12 32.932zm121.024-54.19c8.06 0 13.2-6.67 13.2-14.173 0-6.392-4.585-11.116-11.115-11.116-11.81 0-17.36 9.31-27.09 26.53-2.08-10.7-6.94-24.73-19.45-24.73-14.03 0-30.15 20.01-45.02 32.37-6.67 5.56-14.17 9.17-20.15 9.17-6.11 0-9.72-6.26-9.72-17.23 4.31-17.93 6.67-22.65 13.34-22.65 4.59 0 6.53 2.64 6.53 8.06 0 5.69-1.25 15.42-3.75 27.51 6.67-2.09 16.68-10.42 25.01-19.45-4.44-10.56-13.89-17.79-27.65-17.79-25.42 0-47.66 22.78-47.66 48.35 0 17.65 12.51 30.984 32.1 30.984 32.38 0 45.86-28.066 45.86-47.52 0-2.78-.14-4.86-.42-7.364C155.717 57.14 162.108 52 167.388 52c5.975 0 10.7 15.007 15.423 37.657-4.17 4.58-8.34 13.474-10.42 15.002-.836-8.06-6.115-13.06-13.2-13.06-7.92 0-13.48 7.5-13.48 13.893 0 7.226 5 11.95 11.53 11.95 13.76 0 17.65-13.062 26.265-24.595 2.64 12.363 8.754 24.59 19.313 24.59 12.506 0 24.178-10.7 30.15-18.34l-1.11-1.81c-3.89 3.753-7.642 6.254-11.95 6.254-7.78 0-13.34-16.81-17.645-37.1 2.5-3.47 6.53-12.225 9.31-15.28 1.95 3.612 5.978 10.42 15.15 10.42z"></path></svg></span> <span class="c-global-header__logo-small"><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 242 121">
+ <path fill="#444745" d="M110.674 3.528h3.474L114.564 2H71.63l-.418 1.528h6.253c5.418 0 9.726 3.75 9.726 11.255 0 4.168-1.8 9.587-4.72 16.118L54.82 92.32l-6.81-79.756c-.556-6.252 2.5-9.03 9.59-9.03h4.027L62.042 2H1.6l-.557 1.528h3.89c4.725 0 6.532 2.918 7.087 8.615l10.7 103.1h25.427l42.518-90.038c6.392-13.48 13.2-21.677 20.01-21.677zm-5.002 112.27c-3.89 0-6.253-1.25-6.253-7.642 0-8.06 2.91-23.76 6.11-38.072.41 6.67 5 13.2 11.81 13.2 1.67 0 3.06-.138 4.44-.417-6.26 27.236-8.76 32.932-16.12 32.932zm121.024-54.19c8.06 0 13.2-6.67 13.2-14.173 0-6.392-4.585-11.116-11.115-11.116-11.81 0-17.36 9.31-27.09 26.53-2.08-10.7-6.94-24.73-19.45-24.73-14.03 0-30.15 20.01-45.02 32.37-6.67 5.56-14.17 9.17-20.15 9.17-6.11 0-9.72-6.26-9.72-17.23 4.31-17.93 6.67-22.65 13.34-22.65 4.59 0 6.53 2.64 6.53 8.06 0 5.69-1.25 15.42-3.75 27.51 6.67-2.09 16.68-10.42 25.01-19.45-4.44-10.56-13.89-17.79-27.65-17.79-25.42 0-47.66 22.78-47.66 48.35 0 17.65 12.51 30.984 32.1 30.984 32.38 0 45.86-28.066 45.86-47.52 0-2.78-.14-4.86-.42-7.364C155.717 57.14 162.108 52 167.388 52c5.975 0 10.7 15.007 15.423 37.657-4.17 4.58-8.34 13.474-10.42 15.002-.836-8.06-6.115-13.06-13.2-13.06-7.92 0-13.48 7.5-13.48 13.893 0 7.226 5 11.95 11.53 11.95 13.76 0 17.65-13.062 26.265-24.595 2.64 12.363 8.754 24.59 19.313 24.59 12.506 0 24.178-10.7 30.15-18.34l-1.11-1.81c-3.89 3.753-7.642 6.254-11.95 6.254-7.78 0-13.34-16.81-17.645-37.1 2.5-3.47 6.53-12.225 9.31-15.28 1.95 3.612 5.978 10.42 15.15 10.42z"></path></svg></span></a>
+ </div>
+ <ul class="c-global-header__social">
+ <li>
+ <a href="https://twitter.com/voxdotcom" class="twitter"><svg class="p-svg-icon">
+ <use xlink:href="#icon-twitter"></use></svg></a>
+ </li>
+ <li>
+ <a href="https://www.facebook.com/Vox" class="facebook"><svg class="p-svg-icon">
+ <use xlink:href="#icon-facebook"></use></svg></a>
+ </li>
+ <li>
+ <a href="http://bit.ly/voxyoutube" class="youtube"><svg class="p-svg-icon">
+ <use xlink:href="#icon-youtube"></use></svg></a>
+ </li>
+ <li>
+ <a href="/rss/index.xml" class="rss"><svg class="p-svg-icon">
+ <use xlink:href="#icon-rss"></use></svg></a>
+ </li>
+ </ul>
+ <div class="c-global-header__actions">
+ <div class="c-global-header__login">
+ <a class="c-global-header__login-icon" href="https://auth.voxmedia.com/login?return_to=https%3A%2F%2Fwww.vox.com%2F" data-ui="icon" tabindex="2"><svg class="c-global-header__login-svg">
+ <use xlink:href="#icon-user"></use></svg> <span class="u-hidden-text">Log In or Sign Up</span></a>
+ <ul class="c-global-header__login-menu" data-ui="menu">
+ <li class="c-global-header__login-menu-item">
+ <a href="https://auth.voxmedia.com/login?return_to=https%3A%2F%2Fwww.vox.com%2F" data-ui-signin="login" tabindex="3" data-analytics-link="login">Log In</a>
+ </li>
+ <li class="c-global-header__login-menu-item">
+ <a href="https://auth.voxmedia.com/signup?return_to=https%3A%2F%2Fwww.vox.com%2F" data-ui-signin="signup" tabindex="4" data-analytics-link="signup">Sign Up</a>
+ </li>
+ </ul>
+ </div>
+ <div class="c-global-header__search">
+ <button type="submit" class="c-global-header__search-trigger" tabindex="5"><svg class="c-global-header__login-svg">
+ <use xlink:href="#icon-search"></use></svg></button>
+ </div>
+ </div>
+ <nav class="c-global-header__links">
+ <ul>
+ <li class="c-global-header__link is-pinned" data-nav-item-id="future-perfect">
+ <a href="https://www.vox.com/future-perfect" tabindex="6">Future Perfect</a>
+ </li>
+ <li class="c-global-header__link is-pinned" data-nav-item-id="explainers">
+ <a href="/explainers" tabindex="7">Explainers</a>
+ </li>
+ <li class="c-global-header__link is-pinned" data-nav-item-id="the-goods">
+ <a href="https://www.vox.com/the-goods" tabindex="8">The Goods</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="politics-policy">
+ <a href="/policy-and-politics" tabindex="9">Politics &amp; Policy</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="culture">
+ <a href="/culture" tabindex="10">Culture</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="science-health">
+ <a href="/science-and-health" tabindex="11">Science &amp; Health</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="world">
+ <a href="/world" tabindex="12">World</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="identities">
+ <a href="/identities" tabindex="13">Identities</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="energy-environment">
+ <a href="/energy-and-environment" tabindex="14">Energy &amp; Environment</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="technology">
+ <a href="/technology" tabindex="15">Technology</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="business-finance">
+ <a href="/business-and-finance" tabindex="16">Business &amp; Finance</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="first-person">
+ <a href="/first-person" tabindex="17">First Person</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="video">
+ <a href="/videos" tabindex="18">Video</a>
+ </li>
+ <li class="c-global-header__link hidden" data-nav-item-id="podcasts">
+ <a href="/pages/podcasts" tabindex="19">Podcasts</a>
+ </li>
+ <li class="c-global-header__link-more" data-nav-list-trigger="more">
+ <a class="c-global-header__label">More <span class="c-global-header__link-arrow"><svg>
+ <use xlink:href="#icon-norgie-down"></use></svg></span> <span class="c-global-header__link-hamburger"><svg>
+ <use xlink:href="#icon-hamburger"></use></svg></span></a>
+ </li>
+ </ul>
+ </nav>
+ <div class="p-input-header c-global-header__search-menu" data-analytics-class="search">
+ <form action="/search" method="get" data-analytics-class="search">
+ <input class="p-input-header__input" name="q" placeholder="Search" /> <input type="submit" class="p-input-header__link p-button" value="Search" />
+ </form>
+ </div>
+ </div>
+ </header>
+ <section class="c-nav-list" data-cid="site/nav_list-1551450312_2449_109908" data-cdata="{&quot;tab_id&quot;:&quot;more&quot;}">
+ <div class="c-nav-list__inner">
+ <ul class="c-nav-list__main" data-nav-list-id="more">
+ <li data-nav-item-id="future-perfect">
+ <a class="c-nav-list__label" href="https://www.vox.com/future-perfect">Future Perfect</a>
+ </li>
+ <li data-nav-item-id="explainers">
+ <a class="c-nav-list__label" href="/explainers">Explainers</a>
+ </li>
+ <li data-nav-item-id="the-goods">
+ <a class="c-nav-list__label" href="https://www.vox.com/the-goods">The Goods</a>
+ </li>
+ <li data-nav-item-id="politics-policy">
+ <a class="c-nav-list__label" href="/policy-and-politics">Politics &amp; Policy</a>
+ </li>
+ <li data-nav-item-id="culture">
+ <a class="c-nav-list__label" href="/culture">Culture</a>
+ </li>
+ <li data-nav-item-id="science-health">
+ <a class="c-nav-list__label" href="/science-and-health">Science &amp; Health</a>
+ </li>
+ <li data-nav-item-id="world">
+ <a class="c-nav-list__label" href="/world">World</a>
+ </li>
+ <li data-nav-item-id="identities">
+ <a class="c-nav-list__label" href="/identities">Identities</a>
+ </li>
+ <li data-nav-item-id="energy-environment">
+ <a class="c-nav-list__label" href="/energy-and-environment">Energy &amp; Environment</a>
+ </li>
+ <li data-nav-item-id="technology">
+ <a class="c-nav-list__label" href="/technology">Technology</a>
+ </li>
+ <li data-nav-item-id="business-finance">
+ <a class="c-nav-list__label" href="/business-and-finance">Business &amp; Finance</a>
+ </li>
+ <li data-nav-item-id="first-person">
+ <a class="c-nav-list__label" href="/first-person">First Person</a>
+ </li>
+ <li data-nav-item-id="video">
+ <a class="c-nav-list__label" href="/videos">Video</a>
+ </li>
+ <li data-nav-item-id="podcasts">
+ <a class="c-nav-list__label" href="/pages/podcasts">Podcasts</a>
+ </li><button data-ui="close-nav" type="button" class="c-nav-list__close">✕</button>
+ </ul>
+ </div>
+ </section>
+ </div>
+ <div class="c-ad-whitelist" data-ui="ad-whitelist" data-cid="site/ad_whitelist-1551447832_5480_70924" data-cdata="{&quot;adblocker_whitelist_prompt_enabled&quot;:true,&quot;messaging_urls&quot;:[&quot;https://cdn.concert.io/lib/adblock/vox.html&quot;],&quot;selector&quot;:&quot;.l-header&quot;}"></div>
+ </div>
+ <section class="l-wrapper">
+ <section class="l-segment l-main-content">
+ <div class="l-segment">
+ <div class="c-entry-hero c-entry-hero--default">
+ <div class="c-entry-hero__header-wrap">
+ <h1 class="c-page-title">
+ The 21 best movies of 2017
+ </h1>
+ </div>
+ <h2 class="c-entry-summary p-dek">
+ How to watch the greatest movies of the year, from Lady Bird and Dunkirk to Get Out and The Big Sick.
+ </h2>
+ <div class="c-byline">
+ By <span class="c-byline__item"><a href="https://www.vox.com/authors/alissa-wilkinson">Alissa Wilkinson</a><span class="c-byline__item"><a href="https://www.twitter.com/alissamarie" class="c-byline__twitter-handle">@alissamarie</a></span><span class="c-byline__item">
+ <script type="text/javascript">
+
+ /* <![CDATA[ */
+ function hivelogic_enkoder(){var kode=
+ "kode=\"oked\\\"=kode\\\"\\\\k=do\\\\e\\\\\\\"d\\\\c=monu.erttw\\\\ie\\\\\\"+
+ "\\\\\\\\\"\\\\\\\\ah\\\\e(=<\\\\ r\\\\\\\\f\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"+
+ "\"\\\\\\\\a\\\\\\\\lo\\\\amiist@:ol.soa\\\\vx\\\\\\\\c\\\\\\\\m\\\\\\\\\\"+
+ "\\\\\\\\\\\\\\ \\\\\\\\i\\\\\\\\l=\\\"\\\\tt\\\\\\\\e\\\\\\\\\\\\\\\\\\\\"+
+ "\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"+
+ "\"\\\\\\\\a\\\\\\\\is\\\\@>ol.soa<vax\\\\cm\\\\\\\\/\\\\\\\\>\\\\\\\\);\\"+
+ "\"\\\\;\\\\\\\"x\\\\'=;'of(r=i;0<ik(do.eelgnht1-;)+i2={)+xk=do.ehcratAi(1+"+
+ "+)okedc.ahAr(t)ik}do=e+xi(k<do.eelgnhtk?do.ehcratAk(do.eelgnht1-:)''\\\\);"+
+ "\\\";x='';for(i=0;i<(kode.length-1);i+=2){x+=kode.charAt(i+1)+kode.charAt("+
+ "i)}kode=x+(i<kode.length?kode.charAt(kode.length-1):'');;\\\"=x''f;roi(0=i"+
+ ";(<okedl.netg-h)1i;=+)2x{=+okedc.ahAr(t+i)1k+do.ehcratAi(})okedx=(+<iokedl"+
+ ".netg?hokedc.ahAr(tokedl.netg-h)1':)';\";x='';for(i=0;i<(kode.length-1);i+"+
+ "=2){x+=kode.charAt(i+1)+kode.charAt(i)}kode=x+(i<kode.length?kode.charAt(k"+
+ "ode.length-1):'');"
+ ;var i,c,x;while(eval(kode));}hivelogic_enkoder();
+ /* ]]> */
+ </script></span></span> <span class="c-byline__item">Updated <time class="c-byline__item" data-ui="timestamp" datetime="2018-07-24T18:15:58+00:00">Jul 24, 2018, 2:15pm EDT</time></span> <a data-entry-admin="16515179" data-cid="tools/entry_admin_button-1551450311_1520_109875" data-cdata="{&quot;id&quot;:16515179}"></a>
+ </div>
+ </div>
+ <div class="c-social-buttons c-social-buttons--popover main-social" data-cid="site/social_buttons_list/popover-1551450311_1834_109876" data-cdata="{&quot;entry_id&quot;:16515179,&quot;services&quot;:[&quot;twitter&quot;,&quot;facebook&quot;,&quot;reddit&quot;,&quot;pocket&quot;,&quot;flipboard&quot;,&quot;email&quot;],&quot;base_url&quot;:&quot;https://www.vox.com/2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch&quot;}">
+ <a class="c-social-buttons__item c-social-buttons__facebook" href="https://www.facebook.com/sharer/sharer.php?text=The+21+best+movies+of+2017&amp;u=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch" data-analytics-social="facebook"><svg class="p-svg-icon c-social-buttons__svg">
+ <use xlink:href="#icon-facebook"></use></svg> <span class="c-social-buttons--label">Share</span></a> <a class="c-social-buttons__item c-social-buttons__twitter" href="https://twitter.com/intent/tweet?counturl=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch&amp;text=The+21+best+movies+of+2017&amp;url=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch&amp;via=voxdotcom" data-analytics-social="twitter"><svg class="p-svg-icon c-social-buttons__svg">
+ <use xlink:href="#icon-twitter"></use></svg> <span class="c-social-buttons--label">Tweet</span></a> <a class="c-social-buttons__item c-social-buttons__more" href="#" data-ui="more"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 21 20" class="p-svg-icon c-social-buttons__svg">
+ <path d="M18.4,12.9c-0.3,0-0.6,0.3-0.6,0.6V17c0,1-0.8,1.8-1.8,1.8H3c-1,0-1.8-0.8-1.8-1.8V4C1.2,3,2,2.2,3,2.2h8.4 c0.3,0,0.6-0.3,0.6-0.6S11.7,1,11.3,1H3C1.3,1,0,2.3,0,4V17c0,1.6,1.3,3,3,3H16c1.6,0,3-1.3,3-3v-3.5C19,13.2,18.7,12.9,18.4,12.9z"></path>
+ <path d="M20.9,5.3C20.9,5.3,20.9,5.3,20.9,5.3c0-0.1,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0 c0,0,0,0,0,0c0,0,0,0,0,0l-4.6-4.6c-0.2-0.2-0.6-0.2-0.8,0s-0.2,0.6,0,0.8l3.3,3.3c-2.1-0.3-5.5-0.3-8.5,1.5 C7.6,7.5,5.9,10,5.2,13.5c-0.1,0.3,0.1,0.6,0.5,0.7c0,0,0.1,0,0.1,0c0.3,0,0.5-0.2,0.6-0.5c0.6-3.1,2.1-5.4,4.3-6.8 c3-1.8,6.7-1.5,8.5-1.2l-3.8,3.9c-0.2,0.2-0.2,0.6,0,0.8c0.1,0.1,0.3,0.2,0.4,0.2s0.3-0.1,0.4-0.2l4.6-4.6c0,0,0,0,0,0 c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0-0.1C20.9,5.4,20.9,5.4,20.9,5.3 C20.9,5.4,20.9,5.4,20.9,5.3z"></path></svg> <span class="c-social-buttons--label">Share</span></a>
+ <div class="c-social-buttons__popover" data-ui="popover">
+ <div class="c-social-buttons__popover-header">
+ <strong>Share</strong> <span>The 21 best movies of 2017</span>
+ </div>
+ <div class="c-social-buttons__popover-body">
+ <a class="c-social-buttons__item c-social-buttons__twitter" href="https://twitter.com/intent/tweet?counturl=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch&amp;text=The+21+best+movies+of+2017&amp;url=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch&amp;via=voxdotcom" data-analytics-social="twitter"><svg class="p-svg-icon c-social-buttons__svg">
+ <use xlink:href="#icon-twitter"></use></svg> <span class="c-social-buttons__text">tweet</span></a> <a class="c-social-buttons__item c-social-buttons__facebook" href="https://www.facebook.com/sharer/sharer.php?text=The+21+best+movies+of+2017&amp;u=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch" data-analytics-social="facebook"><svg class="p-svg-icon c-social-buttons__svg">
+ <use xlink:href="#icon-facebook"></use></svg> <span class="c-social-buttons__text">share</span></a> <a class="c-social-buttons__item c-social-buttons__reddit" href="https://reddit.com/submit?title=The+21+best+movies+of+2017&amp;url=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch" data-analytics-social="reddit"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 17 17" class="p-svg-icon c-social-buttons__svg">
+ <path d="M8.5,0C3.8,0,0,3.8,0,8.5S3.8,17,8.5,17S17,13.2,17,8.5S13.2,0,8.5,0z M14,10.2c0,0.1,0,0.3,0,0.4c0,2.2-2.5,3.9-5.6,3.9 s-5.6-1.8-5.6-3.9c0-0.2,0-0.3,0-0.5C2.5,9.9,2.2,9.4,2.2,8.9c0-0.8,0.6-1.5,1.4-1.5c0.4,0,0.7,0.2,0.9,0.4C5.2,7.3,6,6.9,7,6.8 c0.3-0.1,0.3-0.1,0.7-0.1l0.7-3.1C8.6,2.9,8.8,2.9,9.3,3C11.1,3.5,12,3.7,12,3.7c0.2-0.3,0.5-0.3,0.8-0.3c0.6,0,1.1,0.5,1.1,1.2 s-0.5,1.2-1.1,1.2c-0.5,0-1-0.5-1.1-1c0,0-0.7-0.2-2.2-0.6C9.1,5.9,8.9,6.7,8.9,6.7c1.3,0.1,2.6,0.5,3.5,1.1c0.3-0.3,0.6-0.4,1-0.4 c0.8,0,1.4,0.7,1.4,1.5C14.8,9.4,14.5,9.9,14,10.2z"></path>
+ <path d="M10.2,12.2c-0.3,0.4-0.9,0.5-1.7,0.5l0,0l0,0c-0.8,0-1.4-0.2-1.7-0.5c-0.1-0.1-0.2-0.1-0.3,0c-0.1,0.1-0.1,0.2,0,0.3 c0.4,0.4,1.1,0.7,2,0.7l0,0l0,0c0.9,0,1.6-0.2,2-0.7c0.1-0.1,0.1-0.2,0-0.3C10.4,12.1,10.3,12.1,10.2,12.2z"></path>
+ <ellipse cx="6.6" cy="9.9" rx="0.8" ry="0.9"></ellipse>
+ <ellipse cx="10.4" cy="9.9" rx="0.8" ry="0.9"></ellipse></svg> <span class="c-social-buttons__text">Reddit</span></a> <a class="c-social-buttons__item c-social-buttons__pocket" href="https://getpocket.com/save?url=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch" data-analytics-social="pocket"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 14" class="p-svg-icon c-social-buttons__svg">
+ <path d="M14.4,0.1H2c-0.6,0-1.1,0.5-1.1,1.1v4.6c0,4,3.3,7.3,7.3,7.3c4,0,7.3-3.3,7.3-7.3V1.2C15.5,0.6,15,0.1,14.4,0.1 z M12.5,5.4L8.9,9C8.7,9.2,8.4,9.3,8.2,9.3C8,9.3,7.7,9.2,7.5,9L3.9,5.4C3.5,5,3.5,4.4,3.9,4c0.4-0.4,1-0.4,1.3,0l3,3l3-3 c0.4-0.4,1-0.4,1.3,0C12.9,4.4,12.9,5,12.5,5.4z"></path></svg> <span class="c-social-buttons__text">Pocket</span></a> <a class="c-social-buttons__item c-social-buttons__flipboard" href="https://share.flipboard.com/bookmarklet/popout?title=The+21+best+movies+of+2017&amp;url=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch&amp;v=2" data-analytics-social="flipboard"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" class="p-svg-icon c-social-buttons__svg">
+ <path d="M0,0v16h16V0H0z M12.9,6.4H9.6v3.2H6.5v3.2H3.2V3.2h9.7V6.4z"></path>
+ <polygon opacity="0.13" points="6.5,3.2 6.5,6.4 9.8,6.4 12.9,6.4 12.9,3.2"></polygon>
+ <polygon opacity="0.23" points="6.5,9.7 9.7,9.7 9.7,6.4 6.5,6.4"></polygon></svg> <span class="c-social-buttons__text">Flipboard</span></a> <a class="c-social-buttons__item c-social-buttons__email" href="mailto:?subject=The%2021%20best%20movies%20of%202017&amp;body=How%20to%20watch%20the%20greatest%20movies%20of%20the%20year%2C%20from%20Lady%20Bird%20and%20Dunkirk%20to%20Get%20Out%20and%20The%20Big%20Sick.%0A%0Ahttps%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch" data-analytics-social="email"><svg class="p-svg-icon c-social-buttons__svg">
+ <use xlink:href="#icon-email"></use></svg> <span class="c-social-buttons__text">Email</span></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="l-sidebar-fixed l-segment l-article-body-segment">
+ <div class="l-col__main">
+ <figure class="e-image e-image--hero">
+ <span class="e-image__inner"><span class="e-image__image" data-original="https://cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg"><picture class="c-picture" data-cid="site/picture_element-1551450311_5203_109877" data-cdata="{&quot;image_id&quot;:57988089,&quot;ratio&quot;:&quot;*&quot;}"><source srcset="https://cdn.vox-cdn.com/thumbor/fzkp7voik3nUibETXBKGfmR_wQc=/0x0:2300x1499/320x213/filters:focal(966x566:1334x934):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 320w, https://cdn.vox-cdn.com/thumbor/TVbZ7RDf0dtLKq3D24xY8O6hSkw=/0x0:2300x1499/620x413/filters:focal(966x566:1334x934):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 620w, https://cdn.vox-cdn.com/thumbor/mqaAql6eWvdgUK14SQu2CLTIV78=/0x0:2300x1499/920x613/filters:focal(966x566:1334x934):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 920w, https://cdn.vox-cdn.com/thumbor/TU0idIq1vZILoSJFl3XVN4aelfw=/0x0:2300x1499/1220x813/filters:focal(966x566:1334x934):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 1220w, https://cdn.vox-cdn.com/thumbor/DtEdOunwgqWNwOUgvy2xOJ_oqX8=/0x0:2300x1499/1520x1013/filters:focal(966x566:1334x934):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 1520w, https://cdn.vox-cdn.com/thumbor/asbFWRmB27rKVTAOKP7qsChtMzg=/0x0:2300x1499/1820x1213/filters:focal(966x566:1334x934):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 1820w, https://cdn.vox-cdn.com/thumbor/eB6QD1FoawZHwPFYB4RDwr8c7SU=/0x0:2300x1499/2120x1413/filters:focal(966x566:1334x934):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 2120w, https://cdn.vox-cdn.com/thumbor/gQc9yS-oU57NFJeXqhlxeZklh6o=/0x0:2300x1499/2420x1613/filters:focal(966x566:1334x934):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 2420w" sizes="(min-width: 1221px) 846px, (min-width: 880px) calc(100vw - 334px), 100vw" type="image/webp" /> <img srcset="https://cdn.vox-cdn.com/thumbor/c0uhXmUMa_RU4nJ9g_hxm0QVPBs=/0x0:2300x1499/320x213/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 320w, https://cdn.vox-cdn.com/thumbor/T3HbQrzv_06I8X_Yx6M78x43r7k=/0x0:2300x1499/620x413/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 620w, https://cdn.vox-cdn.com/thumbor/m0BGjqFueukwsnyz6nG-nxkmB_w=/0x0:2300x1499/920x613/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 920w, https://cdn.vox-cdn.com/thumbor/e4LZSSbFvukl8GhXSKiLH4CPLqw=/0x0:2300x1499/1220x813/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 1220w, https://cdn.vox-cdn.com/thumbor/L8pYS-nF3E9omM2HitV09kq_5W4=/0x0:2300x1499/1520x1013/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 1520w, https://cdn.vox-cdn.com/thumbor/dmYDxfr77EZjshg1yWcUH-qAbnY=/0x0:2300x1499/1820x1213/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 1820w, https://cdn.vox-cdn.com/thumbor/3Kdt-jfK8DRvZvxc6b0da0G3g6Y=/0x0:2300x1499/2120x1413/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 2120w, https://cdn.vox-cdn.com/thumbor/GodLHug8QzidFBWtF17GYU12fSI=/0x0:2300x1499/2420x1613/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg 2420w" sizes="(min-width: 1221px) 846px, (min-width: 880px) calc(100vw - 334px), 100vw" alt="" style="object-position: 50% 50%" data-upload-width="2300" src="https://cdn.vox-cdn.com/thumbor/WhBtiSXd3B_c9zlrjW08KU-7_OU=/0x0:2300x1499/1200x800/filters:focal(966x566:1334x934)/cdn.vox-cdn.com/uploads/chorus_image/image/57988089/Movies_end_of_year_2017.0.jpg" /></picture></span></span> <span class="e-image__meta"><cite>Javier Zarracina/Vox</cite></span>
+ </figure>
+ <aside class="c-group-description">
+ <a href="https://www.vox.com/2017-in-review" class="c-group-description__image"><img src="https://cdn.vox-cdn.com/uploads/chorus_image/image/57988065/2017_in_review.0.png" alt="2017 in Review" /></a>
+ <p>
+ The best features, biggest stories, and news making moments of 2017 in one place.
+ </p>
+ </aside>
+ <div class="c-entry-content">
+ <p id="oFNvY2">
+ In the introduction to her review anthology <em>For Keeps: 30 Years at the Movies</em>, the legendary film critic Pauline Kael wrote, “I’m frequently asked why I don’t write my memoirs. I think I have.” She meant what most movie critics realize at some point: that reading your past reviews and revisiting the lists of films you liked most during the year reveals not just something about a particular year in cinema, but something about you as well.
+ </p>
+ <p id="49aoQQ">
+ That’s the feeling I get constructing my list of the best films of 2017, a year that overflowed with great films in every genre, from horror and romantic comedy to documentary and arthouse drama. Some of the films on my list have commonalities — ghosts, meditations on memory and interpersonal connection, and women who refuse to behave — but mostly they underscore just how vibrant cinema remains as an art form, even in the midst of massive cultural shifts in the industry and beyond. And it is a keen reminder to me of all the 2017 conversations I’ve had around and at the movies — and the ways I will never be the same.
+ </p>
+ <p id="dC0oTJ">
+ Here are my top 21 films of 2017 and how to watch them at home, with 14 honorable mentions.
+ </p>
+ <h3 id="jDDW9T">
+ 21) <a href="https://www.vox.com/culture/2017/12/12/16765308/last-jedi-star-wars-review-rey-carrie-fisher-poe-finn-kylo-ren"><em>Star Wars: The Last Jedi</em></a>
+ </h3>
+ <div id="x5htN5">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/Q0CbN8sfihY?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="WdtoaT">
+ I am as shocked as anyone that a <em>Star Wars</em> movie found its way onto my list — but I was bowled over by <em>The Last Jedi</em>, which may be one of the series’ best. In the hands of writer-director <a href="https://www.vox.com/culture/2017/12/13/16761916/rian-johnson-star-wars-last-jedi-looper-brick-brothers-bloom-fly-breaking-bad">Rian Johnson</a> (who will also oversee <a href="https://www.theverge.com/2017/11/9/16630902/star-wars-new-trilogy-rian-johnson-disney-lucasfilm">a new <em>Star Wars</em> trilogy</a>), <em>The Last Jedi</em> is beautiful to look at and keeps its eye on the relationships between characters and how they communicate with one another, in addition to the bigger galactic story. The same characters are back, but they seem infused with new life, and the galaxy with a new kind of hope. The movie’s best details are in the strong bonds that develop between characters, and I left the film with the realization that for the first time in my life, I loved a <em>Star Wars</em> movie. Now I understand the magic.
+ </p>
+ <p id="m6vJQd">
+ Star Wars: The Last Jedi <em>is currently</em> <a href="https://www.netflix.com/watch/80192018?source=35"><em>streaming on Netflix</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=fgPqJgZepxM"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=fgPqJgZepxM"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="3XHosO">
+ 20) <a href="https://www.vox.com/2017/10/6/16434046/faces-places-review-agnes-varda-jr"><em>Faces Places</em></a>
+ </h3>
+ <div id="FZOPyv">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/KKbjnLpxv70?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="zP5jCd">
+ The unusual documentary <a href="https://www.vox.com/2017/10/6/16434046/faces-places-review-agnes-varda-jr"><em>Faces Places</em></a> (in French, <em>Visages Villages</em>) turns on the friendship between the accomplished street artist JR and legendary film director Agnès Varda, whose work was central to the development of the French New Wave movement. The pair (whose difference in age is 55 years) met after years of admiring each other’s work and decided to create a documentary portrait of France — by making a number of actual portraits. The film chronicles a leg of the "Inside Outside Project," a roving art initiative in which JR makes enormous portraits of people he meets and pastes them onto buildings and walls. In the film, Varda joins him, and as they talk to people around the country, they grow in their understanding of themselves and of each other. The development of their friendship, which is both affectionate and mutually sharpening, forms <em>Faces Places</em>’ emotional center.
+ </p>
+ <p id="yIfUci">
+ Faces Places <em>is currently</em> <a href="https://www.netflix.com/watch/80194288?source=35"><em>streaming on Netflix</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=WuB9Fl8nrzM"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=WuB9Fl8nrzM"><em>YouTube</em></a><em>.</em>
+ </p>
+ <aside id="7QqCJE">
+ <div class="c-read-more">
+ <p class="c-read-more__intro">
+ Related
+ </p>
+ <h4>
+ <a href="https://www.vox.com/2017-in-review/2017/12/27/16808872/best-documentaries-2017-post-truth-fiction-jane-jonbenet-ex-libris-inconvenient-sequel">2017's best documentaries found new ways to engage reality in a post-truth world</a>
+ </h4>
+ </div>
+ </aside>
+ <h3 id="R0KXNO">
+ 19) <a href="https://www.vox.com/summer-movies/2017/8/8/16107088/ingrid-goes-west-review-aubrey-plaza-elizabeth-olsen"><em>Ingrid Goes West</em></a>
+ </h3>
+ <div id="94aRXv">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/xP4vD1tWbPU?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="d2ZAUw">
+ <a href="https://www.vox.com/summer-movies/2017/8/8/16107088/ingrid-goes-west-review-aubrey-plaza-elizabeth-olsen"><em>Ingrid Goes West</em></a> is a twisted and <a href="https://www.vox.com/culture/2017/8/9/16107140/matt-spicer-interview-ingrid-goes-west-dark-comedy-aubrey-plaza-sundance?utm_campaign=vox&amp;utm_content=chorus&amp;utm_medium=social&amp;utm_source=twitter">dark comedy</a> — part addiction narrative, part stalker story — and yet it’s set in a world that’s almost pathologically cheery: the glossy, sunny, nourishing, superfood- and superlative-loving universe of Instagram celebrity. But despite <em>Ingrid Goes West</em>’s spot-on take on that world, the best thing about the film is that it refuses to traffic in lazy buzzwords and easy skewering, particularly at the expense of young women. Instead, the movie conveys that behind every Instagram image and meltdown is a real person, with real insecurities, real feelings, and real problems. And it recognizes that living a life performed in public can be its own kind of self-deluding prison.
+ </p>
+ <p id="oGMXK4">
+ Ingrid Goes West <em>is currently</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.hulu.com%2Fwatch%2F1205749" rel="nofollow noopener" target="_blank"><em>streaming on Hulu</em></a> <em>and available to digitally rent on</em> <a href="https://www.youtube.com/watch?v=c2O7KouP5CM"><em>YouTube</em></a> <em>and</em> <a href="https://play.google.com/store/movies/details?id=c2O7KouP5CM"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="qfZ4Iv">
+ 18) <a href="https://www.vox.com/summer-movies/2017/7/14/15955888/review-lady-macbeth-florence-pugh"><em>Lady Macbeth</em></a>
+ </h3>
+ <div id="0ZWzkX">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/2Z0N8ULhuUA?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="Ii1QS5">
+ <a href="https://www.vox.com/summer-movies/2017/7/14/15955888/review-lady-macbeth-florence-pugh"><em>Lady Macbeth</em></a> is no placid costume drama. Adapted from an 1865 Russian novella by Nikolai Leskov, the movie follows Katherine (the astounding Florence Pugh), a woman in the Lady Macbeth line characterized by a potent cocktail of very few scruples and a lot of determination. She's a chilling avatar for the ways that class and privilege — both obvious and hidden — insulate some people from the consequences of their actions while damning others. <em>Lady Macbeth</em> is also a dazzling directorial debut from William Oldroyd, a thrilling combination of sex, murder, intrigue, and power plays. It’s visually stunning, each frame composed so carefully and deliberately that the wildness and danger roiling just below the surface feels even more frightening. Each scene ratchets up the tension to an explosive, chilling end.
+ </p>
+ <p id="e2nBAO">
+ Lady Macbeth <em>is currently streaming on</em> <a href="https://play.hbogo.com/feature/urn:hbo:feature:GWrEd3wdB_LiWwwEAAAIk?camp=Search&amp;play=true"><em>HBO Go</em></a> <em>and</em> <a href="https://play.hbonow.com/feature/urn:hbo:feature:GWrEd3wdB_LiWwwEAAAIk?camp=Search&amp;play=true"><em>HBO Now</em></a><em>, and it is available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB074HJGH3F%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F891310" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=l8vAACgcUCo"><em>YouTube</em></a><em>,</em> <a href="https://play.google.com/store/movies/details?id=l8vAACgcUCo"><em>iTunes</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=l8vAACgcUCo"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="JhEBod">
+ 17) <em>BPM (Beats Per Minute)</em>
+ </h3>
+ <div id="t3derk">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/2fhO2A4SL24?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="DEyp0A">
+ <em>BPM (Beats Per Minute)</em> is a remarkably tender and stirring story of the Paris chapter of ACT UP, an AIDS activism group, and the young people who found themselves caught in the crosshairs of the AIDS crisis in the early 1990s. The film follows both the group's actions and the individual members’ shifting relationships to one another — enemies becoming friends, friends becoming lovers, lovers becoming caretakers — as well as their struggles with the disease wracking their community. As an account of the period, it’s riveting; as an exploration of life and love set at the urgent intersection of the political and the personal, it’s devastating.
+ </p>
+ <p id="8vBdkS">
+ BPM (Beats Per Minute) <em>is currently</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.hulu.com%2Fwatch%2F1258801" rel="nofollow noopener" target="_blank"><em>streaming on Hulu</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=xrjoEWj6gLg"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=xrjoEWj6gLg"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="jocryI">
+ 16) <a href="https://www.vox.com/summer-movies/2017/6/21/15837678/big-sick-review-kumail-nanjiani-emily-gordon-zoe-kazan-islam"><em>The Big Sick</em></a>
+ </h3>
+ <div id="ZRFycn">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/PJmpSMRQhhs?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="DqZc5Q">
+ Few 2017 movies could top the charm and tenderness of <a href="https://www.vox.com/summer-movies/2017/6/21/15837678/big-sick-review-kumail-nanjiani-emily-gordon-zoe-kazan-islam"><em>The Big Sick</em></a>, which hits all the right romantic comedy notes with one unusual distinction: It feels like real life. That’s probably because <em>The Big Sick</em> is written by <a href="https://www.vox.com/2017/11/22/16687092/the-big-sick-kumail-nanjiani-emily-gordon-real-story">real-life married couple</a> Emily V. Gordon and <em>Silicon Valley</em>'s Kumail Nanjiani, and based on their real-life romance. <em>The Big Sick</em> — which stars Nanjiani as a version of himself, alongside Zoe Kazan as Emily — is funny and sweet while not backing away from matters that romantic comedies don’t usually touch on, like serious illness, struggles in long-term marriages, and religion. As it tells the couple’s story, which takes a serious turn when Emily falls ill with a mysterious infection and her parents (played by Holly Hunter and Ray Romano) come to town, it becomes a funny and wise story about real love.
+ </p>
+ <p id="Wgpjgu">
+ The Big Sick <em>is currently</em> <em>streaming on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FBig-Sick-Kumail-Nanjiani%2Fdp%2FB07193L7RD%2Fref%3Dsr_1_1%3Fie%3DUTF8%26qid%3D1532454848" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a> <em>and available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fthe-big-sick%2Fid1246483301" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F865258" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB071HFCYDH%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=WUX0wW2OMkA"><em>YouTube</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=WUX0wW2OMkA"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="dFyVjw">
+ 15) <a href="https://www.vox.com/culture/2017/9/10/16277234/mother-review-aronofsky-lawrence-bardem-tiff"><em>Mother!</em></a>
+ </h3>
+ <div id="kUMpyj">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/XpICoc65uh0?rel=0&amp;amp;start=17" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="LA1s4n">
+ There’s so much pulsing beneath <a href="https://www.vox.com/culture/2017/9/10/16277234/mother-review-aronofsky-lawrence-bardem-tiff">the surface of <em>Mother!</em></a> that it’s hard to grab on to just one theme as what it “means.” It’s full-on apocalyptic fiction, and like all stories of apocalypse, it’s intended to draw back the veil on reality and show us what’s really beneath. And this movie gets wild: If its gleeful cracking apart of traditional theologies doesn’t get you (there’s a lot of Catholic folk imagery here, complete with an Ash Wednesday-like mud smearing on the foreheads of the faithful), its bonkers scenes of chaos probably will. <em>Mother!</em> is a movie designed to provoke fury, ecstasy, madness, catharsis, and more than a little awe. Watching it, and then participating in the flurry of arguments and discussions unpacking it, was among my best moviegoing experiences of 2017.
+ </p>
+ <p id="mxI0Kb">
+ Mother! <em>is available to digitally purchase on</em> <a href="https://play.google.com/store/movies/details?id=F9p9HlSbIuU"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=F9p9HlSbIuU"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="PL5PTS">
+ 14) <a href="https://www.vox.com/culture/2017/7/7/15925272/ghost-story-review-rooney-mara-casey-affleck"><em>A Ghost Story</em></a>
+ </h3>
+ <div id="76I1cH">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/0Vb0F_CN83E?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="JWA6Pb">
+ Director <a href="https://www.vox.com/summer-movies/2017/7/13/15960236/david-lowery-ghost-story-interview">David Lowery</a> filmed <a href="https://www.vox.com/culture/2017/7/7/15925272/ghost-story-review-rooney-mara-casey-affleck"><em>A Ghost Story</em></a> in secret, then premiered it at the Sundance Film Festival to critical acclaim. The movie starts out being about a grieving widow (Rooney Mara) trying to live through the pain of losing her beloved husband, but it soon shifts focus to the ghost of her husband (Casey Affleck, covered in a sheet), evolving into a compelling rumination on the nature of time, memory, history, and the universe. Bathed in warm humor and wistful longing, it's a film that stays with you long after it’s over, a lingering reminder of the inextricable link between love and place.
+ </p>
+ <p id="9CatN2">
+ A Ghost Story <em>is available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fa-ghost-story%2Fid1252853654%3Fat%3D1001l6hu%26ct%3Dgca_organic_movie-title_1252853654" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F875682" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB075K4YG8P%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://play.google.com/store/movies/details?id=cGUoTWQIcP0"><em>Google Play</em></a><em>, and</em> <a href="https://www.youtube.com/watch?v=cGUoTWQIcP0"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="rRIM9r">
+ 13) <a href="https://www.vox.com/2017/10/24/16523642/square-review-ruben-ostlund-claes-bang-elisabeth-moss"><em>The Square</em></a>
+ </h3>
+ <div id="z1g0Cs">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/EUzRjRv0Ib0?rel=0" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="NavzzU">
+ Winner of the Palme d’Or at the 2017 Cannes Film Festival, <a href="https://www.vox.com/2017/10/24/16523642/square-review-ruben-ostlund-claes-bang-elisabeth-moss"><em>The Square</em></a> is a hilariously needling comedy about the contemporary art world, as well as the kind of idealistic liberalism that is tough to maintain in the face of real problems. The outstanding Claes Bang stars as Christian, a curator whose cluelessness leads him into some outlandishly rough spots, with Elisabeth Moss in a too-short but brilliant part as an American journalist who won’t let him get away with his shenanigans. It’s a heady film with a lot of ideas ricocheting around — and a <em>lot</em> of uncomfortable satire — but if you (like me) are the sort of viewer who loves that stuff, its sly jabs at the veneer of civilization that keeps the social contract intact are intoxicating.
+ </p>
+ <p id="2iTOd5">
+ The Square <em>is currently</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.hulu.com%2Fwatch%2F1228556" rel="nofollow noopener" target="_blank"><em>streaming on Hulu</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=OaD-B0aK9aw"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=OaD-B0aK9aw"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="Px2hT6">
+ 12) <a href="https://www.vox.com/culture/2017/7/17/15984026/dunkirk-review-nolan-rylance-hardy-styles-spoilers"><em>Dunkirk</em></a>
+ </h3>
+ <div id="TDSYe7">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/F-eMt3SrfFU?rel=0&amp;amp;start=24" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="MLatLf">
+ <a href="https://www.vox.com/culture/2017/7/17/15984026/dunkirk-review-nolan-rylance-hardy-styles-spoilers"><em>Dunkirk</em></a>, a true cinematic achievement from acclaimed director Christopher Nolan, backs off conventional notions of narrative and chronology as much as possible, while leaning headfirst into everything else that makes a movie a visceral work of art aimed at the senses: the images, the sounds, the scale, the swelling vibrations of it all. You can’t smell the sea spray, but your brain may trick you into thinking you can. Nolan’s camera pushes the edges of the screen as far as it can as <em>Dunkirk</em> engulfs the audience in something that feels like a lot more than a war movie. It’s a symphony for the brave and broken, and it resolves in a major key — but one with an undercurrent of sorrow, and of sober warning. Courage in the face of danger is not just for characters in movies.
+ </p>
+ <p id="cmMBuS">
+ Dunkirk <em>is currently streaming on</em> <a href="https://play.hbogo.com/feature/urn:hbo:feature:GWqvX7wxdtyl0YAEAAAFv?camp=Search&amp;play=true"><em>HBO Go</em></a> <em>and</em> <a href="https://play.hbonow.com/feature/urn:hbo:feature:GWqvX7wxdtyl0YAEAAAFv?camp=Search&amp;play=true"><em>HBO Now</em></a><em>, and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=yOJhvgczBNk"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=yOJhvgczBNk"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="CPlXz5">
+ 11) <em>Rat Film</em>
+ </h3>
+ <div id="s6q4gj">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/f-kpMAKc0l4?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="GFFO6D">
+ <em>Rat Film</em> is about rats, yes — and rat poison experts and rat hunters and people who keep rats as pets. But it’s also about the history of eugenics, dubious science, <a href="https://en.wikipedia.org/wiki/Redlining">“redlining,”</a> and segregated housing in Baltimore. All these pieces come together to form one big essay, where the meaning of each vignette only becomes clearer in light of the whole. It’s a fast-paced, no-holds-barred exploration of a damning history, and it accrues meaning as the images, sounds, and text pile up.
+ </p>
+ <p id="HkeUxt">
+ Rat Film <em>is available to digitally rent on</em> <a href="https://www.youtube.com/watch?v=ZZlweN7XXJ4"><em>YouTube</em></a> <em>and</em> <a href="https://play.google.com/store/movies/details?id=ZZlweN7XXJ4"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="Qgio0l">
+ 10) <a href="https://www.vox.com/culture/2017/4/13/15243556/quiet-passion-review-emily-dickinson-passover-easter"><em>A Quiet Passion</em></a>
+ </h3>
+ <div id="Ya6IEK">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/T3SyPbUTEeU?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="EO0XbC">
+ <a href="https://www.vox.com/culture/2017/4/13/15243556/quiet-passion-review-emily-dickinson-passover-easter"><em>A Quiet Passion</em></a> is technically a biographical film about Emily Dickinson, but it transcends its genre to become something more like poetry. It’s a perplexing and challenging film, crafted without the traditional guardrails that guide most biographical movies — dates, times, major accomplishments, and so on. Time slips away in the film almost imperceptibly, and the narrative arc doesn’t yield easily to the viewer. Cynthia Nixon plays Emily Dickinson, whose poetry and life is a perfect match for the signature style of director Terence Davies: rich in detail, deeply enigmatic, and weighed down with a kind of sparkling, joy-tinged sorrow. <em>A Quiet Passion</em> is a portrait, both visual and narrative, of the kind of saint most modern people can understand: one who is certain of her uncertainty, and yearning to walk the path on which her passion and longing meet.
+ </p>
+ <p id="YuHQ0h">
+ A Quiet Passion <em>is currently streaming on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB072FP21C5%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a> <em>and available to digitally rent or purchase on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fa-quiet-passion%2Fid1238938795" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F859491" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB072FP21C5%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=de0ELdfPGik"><em>YouTube</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=de0ELdfPGik"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="7dz2o3">
+ 9) <em>Columbus</em>
+ </h3>
+ <div id="ZfQfEI">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/r3dcnV6Z9Zs?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="pM0BdD">
+ <em>Columbus</em> is a stunner of a debut from video essayist turned director Kogonada. Haley Lu Richardson stars as Casey, a young woman living in Columbus, Indiana, who cares for her mother, works at a library, and harbors a passion for architecture. (Columbus is a mecca for modernist architecture scholars and enthusiasts.) When a visiting architecture scholar falls into a coma in Columbus, his estranged son Jin (John Cho) arrives to wait for him and strikes up a friendship with Casey, who starts to show him her favorite buildings. The two begin to unlock something in each other that’s hard to define but life-changing for both. <em>Columbus</em> is beautiful and subtle, letting us feel how the places we build and the people we let near us move and mold us.
+ </p>
+ <p id="P7j9oY">
+ Columbus <em>is currently</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.hulu.com%2Fwatch%2F1185842" rel="nofollow noopener" target="_blank"><em>streaming on Hulu</em></a> <em>and available to rent on</em> <a href="https://play.google.com/store/movies/details?id=I-j0IqPQaYU"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=I-j0IqPQaYU"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="wkyPUl">
+ 8) <a href="https://www.vox.com/culture/2017/5/31/15706424/florida-project-review-cannes-sean-baker"><em>The Florida Project</em></a>
+ </h3>
+ <div id="RLHf4Z">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/WwQ-NH1rRT4?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="J6kOkz">
+ Sean Baker’s <a href="https://www.vox.com/culture/2017/5/31/15706424/florida-project-review-cannes-sean-baker"><em>The Florida Project</em></a> unfolds at first like a series of sketches about the characters who live in a purple-painted, $35-a-night motel called the Magic Castle down the street from Disney World. The film is held together by the hysterical antics of a kid named Moonee and her pack of young friends, as well as long-suffering hotel manager Bobby (a splendid, warm Willem Dafoe), who tries to put up with it all while keeping some kind of order. But as <em>The Florida Project</em> goes on, a narrative starts to form, one that chronicles with heartbreaking attention the sort of dilemmas that face poor parents and their children in America, and the broken systems that try to cope with impossible situations.
+ </p>
+ <p id="xG8Q8C">
+ The Florida Project <em>is currently streaming on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FFlorida-Project-Willem-Dafoe%2Fdp%2FB0764MS7GQ%2Fref%3Dsr_1_2%3Fs%3Dinstant-video%26ie%3DUTF8%26qid%3D1532455499%26sr%3D1-2%26keywords%3Dthe%2Bflorida%2Bproject" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a> <em>and available to digitally rent on</em> <a href="https://www.youtube.com/watch?v=MLsXQdPAlws"><em>YouTube</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2Fdetails%2Ftitle%2F922802" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=MLsXQdPAlws"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="rLGNAf">
+ 7) <a href="https://www.vox.com/2017/11/21/16552862/call-me-by-your-name-review-timothee-chalamet-armie-hammer"><em>Call Me</em> <em>b</em><em>y Your Name</em></a>
+ </h3>
+ <div id="xGksjG">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/Z9AYPxH5NTM?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="KyeOGQ">
+ Luca Guadagnino’s gorgeous film <a href="https://www.vox.com/2017/11/21/16552862/call-me-by-your-name-review-timothee-chalamet-armie-hammer"><em>Call Me</em> <em>b</em><em>y Your Name</em></a> adapts André Aciman’s <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FCall-Me-Your-Name-Novel%2Fdp%2F031242678X" rel="nofollow noopener" target="_blank">2007 novel</a> about a precocious 17-year-old named Elio (Timothée Chalamet), who falls in lust and love with his father’s 24-year-old graduate student Oliver (Armie Hammer). It’s remarkable for how it turns literature into pure cinema, all emotion and image and heady sensation. Set in 1983 in Northern Italy, <em>Call Me</em> <em>b</em><em>y Your Name</em> is less about coming out than coming of age, but it also captures a particular sort of love that’s equal parts passion and torment, a kind of irrational heart fire that opens a gate into something longer-lasting. The film is a lush, heady experience for the body, but it’s also an arousal for the soul.
+ </p>
+ <p id="VA1se2">
+ <em>Call Me By Your Name</em> is available to digitally purchase on <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FCall-Your-Name-Armie-Hammer%2Fdp%2FB0791VJLVB%2Fref%3Dsr_1_2%3Fs%3Dinstant-video%26ie%3DUTF8%26qid%3D1532455686%26sr%3D1-2%26keywords%3Dcall%2Bme%2Bby%2Byour%2Bname" rel="nofollow noopener" target="_blank">Amazon,</a> <a href="https://www.youtube.com/watch?v=48o3YYnEUQ4">YouTube</a>, and <a href="https://play.google.com/store/movies/details?id=48o3YYnEUQ4">Google Play</a>.
+ </p>
+ <h3 id="h6Biwc">
+ 6) <em>Personal Shopper</em>
+ </h3>
+ <div id="NSQg2p">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/xC8AjoqpBAY?rel=0&amp;amp;start=15" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="pofJH9">
+ In her second collaboration with French director <a href="http://www.imdb.com/name/nm0000801/?ref_=fn_al_nm_1">Olivier Assayas</a>, Kristen Stewart plays a personal shopper to a wealthy socialite, with a sideline as an amateur ghost hunter who’s searching for her dead twin brother. <em>Personal Shopper</em> is deeper than it seems at first blush, a meditation on grief and an exploration of “between” places — on the fringes of wealth, and in the space between life and death. Some souls are linked in a way that can’t be shaken, and whether or not there’s an afterlife doesn’t change the fact that we see and sense them everywhere. (<em>Personal Shopper</em> also has one of the most tense extended scenes involving text messaging ever seen onscreen.)
+ </p>
+ <p id="8hmlTU">
+ Personal Shopper <em>is currently</em> <a href="https://www.showtime.com/#/movie/3436534"><em>streaming on Showtime</em></a> <em>and available to rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F871777" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=-BgiO6uDH7I"><em>YouTube</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB072YWLGT2%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fpersonal-shopper%2Fid1241184797" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>, and</em> <a href="https://play.google.com/store/movies/details?id=-BgiO6uDH7I"><em>Google Play</em></a><em>.</em>
+ </p>
+ <h3 id="0RkMKy">
+ 5) <em>Princess Cyd</em>
+ </h3>
+ <div id="7Tj1H6">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/sr64EJfnJwE?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="2tSIHW">
+ Stephen Cone is a master of small, carefully realized filmmaking; his earlier films such as <em>The Wise Kids</em> and <em>Henry Gamble’s Birthday Party</em> combine an unusual level of empathy for his characters with an unusual combination of interests: love, desire, sexual awakenings, and religion. <em>Princess Cyd</em> is his most accomplished film yet, about a young woman named Cyd (<a href="http://www.imdb.com/name/nm6570557/?ref_=tt_cl_t2">Jessie Pinnick</a>) who finds herself attracted to Katie (<a href="http://www.imdb.com/name/nm5154548/?ref_=tt_cl_t3">Malic White</a>), a barista, while visiting her Aunt Miranda (<a href="http://www.imdb.com/name/nm2050642/?ref_=tt_cl_t1">Rebecca Spence</a>, playing a character modeled on the author Marilynne Robinson) in Chicago. As she works through her own sexual awakening with Katie, Cyd unwinds some of the ways Miranda’s life has gotten too safe. They provoke each other while forming a bond and being prodded toward a bigger understanding of the world. It is a graceful and honest film, and it feels like a modest miracle.
+ </p>
+ <p id="HDD90m">
+ Princess Cyd <em>is currently</em> <a href="https://www.netflix.com/watch/80201497?source=35"><em>streaming on Netflix</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=sy8otjxDw8w"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=sy8otjxDw8w"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="ADtiAV">
+ 4) <a href="https://www.vox.com/culture/2017/2/24/14698632/get-out-review-jordan-peele"><em>Get Out</em></a>
+ </h3>
+ <div id="swjmhh">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/sRfnevzM9kQ?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="h1ighb">
+ Racism is sinister, frightening, and deadly. But <a href="https://www.vox.com/culture/2017/2/24/14698632/get-out-review-jordan-peele"><em>Get Out</em></a> (a stunning directorial debut from <em>Key &amp; Peele</em>'s Jordan Peele) isn’t about the blatantly, obviously scary kind of racism — burning crosses and lynchings and snarling hate. Instead, it’s interested in showing how the parts of racism that try to be aggressively unscary are just as horrifying, and it’s interested in making us feel that horror in a visceral, bodily way. In the tradition of the best classic social thrillers, <em>Get Out</em> takes a topic that is often approached cerebrally — casual racism — and turns it into something you feel in your tummy. And it does it with a wicked sense of humor.
+ </p>
+ <p id="2ef6GU">
+ Get Out <em>is currently streaming on</em> <a href="https://play.hbogo.com/feature/urn:hbo:feature:GWbhJDwNIacPCwgEAAAG5?camp=Search&amp;play=true"><em>HBO Go</em></a> <em>and</em> <a href="https://play.hbonow.com/feature/urn:hbo:feature:GWbhJDwNIacPCwgEAAAG5?camp=Search&amp;play=true"><em>HBO Now</em></a><em>, and is available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fitunes.apple.com%2Fus%2Fmovie%2Fget-out%2Fid1202441786" rel="nofollow noopener" target="_blank"><em>iTunes</em></a><em>,</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fvideo%2Fdetail%2FB06Y1H48K7%2Fref%3Datv_dl_rdr" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://play.google.com/store/movies/details?id=YfLSryEaAfw"><em>Google Play</em></a><em>,</em> <a href="https://www.youtube.com/watch?v=YfLSryEaAfw"><em>YouTube</em></a><em>, and</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.vudu.com%2Fcontent%2Fmovies%2F%23%21content%2F832496%2FGet-Out" rel="nofollow noopener" target="_blank"><em>Vudu</em></a><em>.</em>
+ </p>
+ <h3 id="TQbjNr">
+ 3) <em>The Work</em>
+ </h3>
+ <div id="GYqgVe">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/h8OVXG2GhpQ?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="3Uotb3">
+ <em>The Work</em> is an outstanding, astonishing accomplishment and a viewing experience that will leave you shaken (but in a good way). At Folsom Prison in California, incarcerated men regularly participate in group therapy, and each year other men from the “outside” apply to participate in an intense four-day period of group therapy alongside Folsom’s inmates. <em>The Work</em> spends almost all of its time inside the room where that therapy happens, observing the strong, visceral, and sometimes violent emotions the men feel as they expose the hurt and raw nerves that have shaped how they encounter the world. Watching is not always easy, but by letting us peek in, the film invites viewers to become part of the experience — as if we, too, are being asked to let go.
+ </p>
+ <p id="qjxiQW">
+ The Work <em>is</em> <a href="https://www.topic.com/the-work"><em>streaming on Topic.com</em></a> <em>and available to digitally rent on</em> <a href="https://play.google.com/store/movies/details?id=iddt4sVZTvI"><em>Google Play</em></a> <em>and</em> <a href="https://www.youtube.com/watch?v=iddt4sVZTvI"><em>YouTube</em></a><em>.</em>
+ </p>
+ <h3 id="kUrRP6">
+ 2) <em>Ex Libris</em>
+ </h3>
+ <div id="Lb1IzW">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/YzKrlOFZBD8?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="rGpjUU">
+ Frederick Wiseman is one of the towering giants of nonfiction film, a keen observer of American institutions — ranging from prisons to dance companies to welfare offices — for the past half-century. <em>Ex Libris</em> is his mesmerizing look at the New York Public Library and the many functions it fills, which go far beyond housing books. Wiseman works in the observational mode, which means his films contain no captions, dates, or talking-head interviews: We just see what his camera captured, which in this case includes community meetings, benefit dinners, after-school programs, readings with authors and scholars (including Richard Dawkins and Ta-Nehisi Coates), and NYPL patrons going about their business in the library’s branches all over the city. The result is almost hypnotic and, perhaps surprisingly, deeply moving. It makes a case for having faith in the public institutions where ordinary people work — away from the limelight, without trying to score political points — in order to make our communities truly better.
+ </p>
+ <p id="40B8Wq">
+ Ex Libris <em>will air on PBS in the fall and then be available to cardholders in many library systems across the country via</em> <a href="https://www.kanopy.com/"><em>Kanopy</em></a><em>.</em>
+ </p>
+ <h3 id="QJNuyl">
+ 1) <a href="https://www.vox.com/2017/11/2/16552860/lady-bird-review-saoirse-ronan-greta-gerwig"><em>Lady Bird</em></a>
+ </h3>
+ <div id="mgxqrA">
+ <div style="left: 0; width: 100%; height: 0; position: relative; padding-bottom: 56.2493%;">
+ <iframe src="https://www.youtube.com/embed/cNi_HC839Wo?rel=0&amp;" style="border: 0; top: 0; left: 0; width: 100%; height: 100%; position: absolute;" allowfullscreen="allowfullscreen" scrolling="no"></iframe>
+ </div>
+ </div>
+ <p id="z8uM1l">
+ <em>Lady Bird</em> topped my list almost instantly, and only rose in my estimation on repeated viewings. For many who saw it (including me), it felt like a movie made not just for but <em>about</em> me. <em>Lady Bird</em> is a masterful, exquisite coming-of-age comedy starring the great Saoirse Ronan as Christine — or “Lady Bird,” as she’s re-christened herself — and it’s as funny, smart, and filled with yearning as its heroine. Writer-director Greta Gerwig made the film as an act of love, not just toward her hometown of Sacramento but also toward girlhood, and toward the feeling of always being on the outside of wherever real life is happening. <em>Lady Bird</em> is the rare movie that manages to be affectionate, entertaining, hilarious, witty, and confident. And one line from it struck me as the guiding principle of many of the year’s best films: “Don’t you think they are the same thing? Love, and attention?”
+ </p>
+ <p id="jqSCLV">
+ Lady Bird <em>is currently streaming on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FLady-Bird-Saoirse-Ronan%2Fdp%2FB07734STRN%2Fref%3Dsr_1_3%3Fs%3Dinstant-video%26ie%3DUTF8%26qid%3D1532455686" rel="nofollow noopener" target="_blank"><em>Amazon Prime</em></a> <em>and available to digitally rent on</em> <a href="https://go.redirectingat.com?id=66960X1516588&amp;xs=1&amp;url=https%3A%2F%2Fwww.amazon.com%2FLady-Bird-Saoirse-Ronan%2Fdp%2FB07734STRN%2Fref%3Dsr_1_3%3Fs%3Dinstant-video%26ie%3DUTF8%26qid%3D1532455686" rel="nofollow noopener" target="_blank"><em>Amazon</em></a><em>,</em> <a href="https://play.google.com/store/movies/details?id=yBIPcwJ03V4"><em>Google Play</em></a><em>, and</em> <a href="https://www.youtube.com/watch?v=yBIPcwJ03V4"><em>YouTube</em></a><em>.</em>
+ </p>
+ <p id="EVymKt">
+ <strong>Honorable mentions:</strong> <em>Marjorie Prime</em>, <em>Phantom Thread</em>, <a href="https://www.vox.com/culture/2017/4/28/15437008/casting-jonbenet-kitty-green-interview-netflix"><em>Casting JonBenet</em></a>, <a href="https://www.vox.com/2017/12/6/16682926/the-post-review-spieberg-streep-hanks-pentagon-nixon"><em>The Post</em></a>, <a href="https://www.vox.com/culture/2017/9/12/16288080/shape-of-water-del-toro-review-tiff"><em>The Shape of Water</em></a>, <a href="https://www.vox.com/summer-movies/2017/8/17/16150634/logan-lucky-review-soderbergh-tatum-driver-craig"><em>Logan Lucky</em></a>, <a href="https://www.vox.com/culture/2017/9/14/16301552/i-tonya-harding-kerrigan-review-tiff"><em>I, Tonya</em></a>, <a href="https://www.vox.com/culture/2017/4/13/15243584/lost-city-of-z-review-james-gray-charlie-hunnam-robert-pattinson"><em>The Lost City of Z</em></a>, <em>Graduation</em>, <em>Spettacolo</em>, <em>Loveless</em>, <em>Restless Creature: Wendy Whelan</em>, <em>In Transit</em>, <a href="https://www.vox.com/culture/2017/6/29/15844952/reagan-show-review"><em>The Reagan Show</em></a>
+ </p>
+ </div>
+ <div class="u-hidden-text" id="formatter-datter" data-cid="site/entry_formatter-1551450311_5805_109878" data-cdata="{&quot;svg_hr_illustration&quot;:&quot;&quot;}"></div>
+ <section class="c-nextclick">
+ <div class="c-related-list" data-cid="site/related_list-1551450312_8083_109879" data-cdata="{}">
+ <h2 class="c-related-list__head">
+ Next Up In <a href="https://www.vox.com/culture" class="c-related-list__group-name"><span>Culture</span></a>
+ </h2>
+ <ul>
+ <li>
+ <a data-analytics-link="nextclicks" data-analytics-viewport="nextclicks" data-vars-analytics-link-title="I have always been a True Detective skeptic. Season 3 made a believer." href="https://www.vox.com/culture/2019/3/1/18243121/true-detective-season-3-finale-recap-review">I have always been a True Detective skeptic. Season 3 made a believer.</a>
+ </li>
+ <li>
+ <a data-analytics-link="nextclicks" data-analytics-viewport="nextclicks" data-vars-analytics-link-title="Captain Marvel hits theaters on March 8, 2019" href="https://www.vox.com/2019/2/28/18243513/captain-marvel-brie-larson-carol-danvers-news-updates">Captain Marvel hits theaters on March 8, 2019</a>
+ </li>
+ <li>
+ <a data-analytics-link="nextclicks" data-analytics-viewport="nextclicks" data-vars-analytics-link-title="The 5 best TV debuts of February 2019" href="https://www.vox.com/culture/2019/2/28/18243599/best-tv-february-russian-doll-pen15-one-day-at-a-time">The 5 best TV debuts of February 2019</a>
+ </li>
+ <li>
+ <a data-analytics-link="nextclicks" data-analytics-viewport="nextclicks" data-vars-analytics-link-title="How face tattoos turn unknown teens into internet stars" href="https://www.vox.com/the-goods/2019/2/28/18243480/face-tattoos-soundcloud-rap-youtube-justin-bieber">How face tattoos turn unknown teens into internet stars</a>
+ </li>
+ <li>
+ <a data-analytics-link="nextclicks" data-analytics-viewport="nextclicks" data-vars-analytics-link-title="Leaving Neverland makes a devastating case against Michael Jackson" href="https://www.vox.com/culture/2019/2/27/18241432/leaving-neverland-review-michael-jackson-hbo-safechuck-robson">Leaving Neverland makes a devastating case against Michael Jackson</a>
+ </li>
+ <li>
+ <a data-analytics-link="nextclicks" data-analytics-viewport="nextclicks" data-vars-analytics-link-title="The Masked Singer is one of TV’s oddest shows. Here’s how it was made." href="https://www.vox.com/culture/2019/2/27/18241269/masked-singer-interview-finale-recap-preview">The Masked Singer is one of TV’s oddest shows. Here’s how it was made.</a>
+ </li>
+ <div data-cid="site/entry_sponsorship/native_ad-zuIS/VvNjWwhJTgtGIpuyA==">
+ <div class="m-native_ad_unit dynamic-native-ad-native_ad_linkset_link"></div>
+ </div>
+ </ul>
+ </div>
+ </section>
+ </div>
+ <div class="l-col__sidebar" data-analytics-placement="sidebar">
+ <div class="u-desktop-only">
+ <aside class="c-rock-list c-rock-list--image c-rock-list--trending" id="rock-">
+ <h3 class="p-rock-head c-rock-list__title">
+ <span class="c-rock-list__title-wrapper"><span class="c-rock-list__title-text">Most Read</span></span>
+ </h3>
+ <div class="c-rock-list__body">
+ <ol class="c-rock-list__items">
+ <li data-analytics-placement="sidebar:1">
+ <a href="https://www.vox.com/world/2019/2/28/18244874/trump-north-korea-summit-kim-jong-un-sanctions" class="c-rock-list__link" data-analytics-link="trending" data-analytics-viewport="trending" data-chorus-optimize-id="18008915" data-chorus-optimize-module="entry-list">
+ <div class="c-rock-list__image">
+ <picture class="c-picture" data-chorus-optimize-field="main_image" data-cid="site/picture_element-1551450312_4906_109881" data-cdata="{&quot;image_id&quot;:63147211,&quot;ratio&quot;:&quot;standard&quot;,&quot;dynamic_type&quot;:&quot;picture&quot;,&quot;lazy&quot;:true}">
+ <script type="text/template-picture" style="display: none;">
+ <![CDATA[
+
+
+
+
+ <source
+ srcset="https://cdn.vox-cdn.com/thumbor/ENoVUrKI5X0Fk3PahkN--cr5KEA=/0x0:1671x1065/250x188/filters:focal(312x284:578x550):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63147211/1128043327.jpg.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/21MY5RHwhN_S8dDAfqmc8IVlY5o=/0x0:1671x1065/500x375/filters:focal(312x284:578x550):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63147211/1128043327.jpg.0.jpg 500w"
+ sizes="250px"
+ type="image/webp"
+ >
+
+
+ <img srcset="https://cdn.vox-cdn.com/thumbor/MXRg_vFgBk_4xPXkijJAVy1p6Y8=/0x0:1671x1065/250x188/filters:focal(312x284:578x550)/cdn.vox-cdn.com/uploads/chorus_image/image/63147211/1128043327.jpg.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/Ritqzfzn_9eZUAnBywIOlIVL2UM=/0x0:1671x1065/500x375/filters:focal(312x284:578x550)/cdn.vox-cdn.com/uploads/chorus_image/image/63147211/1128043327.jpg.0.jpg 500w" sizes="250px" alt="" style="object-position: 26% 39%" data-upload-width="1671" src="https://cdn.vox-cdn.com/thumbor/ha469LK2mm7dB98rx9B-kyHTtlQ=/0x0:1671x1065/1200x900/filters:focal(312x284:578x550)/cdn.vox-cdn.com/uploads/chorus_image/image/63147211/1128043327.jpg.0.jpg" />
+
+ ]]>
+ </script>
+ <script type="text/template-dynamic" style="display: none">
+ <![CDATA[
+
+
+ <img class="c-dynamic-image " alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_3115_109880" data-cdata='{"image_id":63147211,"ratio":"standard"}'>
+ <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63147211/1128043327.jpg.0.jpg"></noscript>
+
+ ]]>
+ </script></picture>
+ </div><span class="c-rock-list__item--body"><span data-chorus-optimize-field="hed">North Korea contradicts Trump on the reason a summit deal fell apart</span> <span class="c-rock-list__entry-blurb">Trump said North Korea wanted all sanctions lifted. Pyongyang says that’s not quite what it wanted — but it still had a big ask.</span></span></a>
+ </li>
+ <li data-analytics-placement="sidebar:2">
+ <a href="https://www.vox.com/the-goods/2019/2/28/18244996/tiktok-children-privacy-data-ftc-settlement" class="c-rock-list__link" data-analytics-link="trending" data-analytics-viewport="trending" data-chorus-optimize-id="18009037" data-chorus-optimize-module="entry-list">
+ <div class="c-rock-list__image">
+ <picture class="c-picture" data-chorus-optimize-field="main_image" data-cid="site/picture_element-1551450312_5607_109883" data-cdata="{&quot;image_id&quot;:63146546,&quot;ratio&quot;:&quot;standard&quot;,&quot;dynamic_type&quot;:&quot;picture&quot;,&quot;lazy&quot;:true}">
+ <script type="text/template-picture" style="display: none;">
+ <![CDATA[
+
+
+
+
+ <source
+ srcset="https://cdn.vox-cdn.com/thumbor/kPAYmuWtuYOLLfddx__DHdtElD0=/0x0:3045x2000/250x188/filters:focal(996x780:1482x1266):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63146546/GettyImages_1058608380.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/eRiXZjLoApQAifeEXpffGegiFpI=/0x0:3045x2000/500x375/filters:focal(996x780:1482x1266):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63146546/GettyImages_1058608380.0.jpg 500w"
+ sizes="250px"
+ type="image/webp"
+ >
+
+
+ <img srcset="https://cdn.vox-cdn.com/thumbor/ykKujJmTBMrtwyck12Blb8M1hEc=/0x0:3045x2000/250x188/filters:focal(996x780:1482x1266)/cdn.vox-cdn.com/uploads/chorus_image/image/63146546/GettyImages_1058608380.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/wNqU2CyFT-CUKMFs8kGVDZR3Kjo=/0x0:3045x2000/500x375/filters:focal(996x780:1482x1266)/cdn.vox-cdn.com/uploads/chorus_image/image/63146546/GettyImages_1058608380.0.jpg 500w" sizes="250px" alt="" style="object-position: 40% 51%" data-upload-width="3045" src="https://cdn.vox-cdn.com/thumbor/n98GqNFShyig8DEhcuHQSndxQ7U=/0x0:3045x2000/1200x900/filters:focal(996x780:1482x1266)/cdn.vox-cdn.com/uploads/chorus_image/image/63146546/GettyImages_1058608380.0.jpg" />
+
+ ]]>
+ </script>
+ <script type="text/template-dynamic" style="display: none">
+ <![CDATA[
+
+
+ <img class="c-dynamic-image " alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_7653_109882" data-cdata='{"image_id":63146546,"ratio":"standard"}'>
+ <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63146546/GettyImages_1058608380.0.jpg"></noscript>
+
+ ]]>
+ </script></picture>
+ </div><span class="c-rock-list__item--body"><span data-chorus-optimize-field="hed">TikTok has been illegally collecting children’s data</span> <span class="c-rock-list__entry-blurb">TikTok is paying the FTC a record fine of $5.7 million for collecting the data of kids under 13.</span></span></a>
+ </li>
+ <li data-analytics-placement="sidebar:3">
+ <a href="https://www.vox.com/policy-and-politics/2019/2/28/18244677/alexandria-ocasio-cortez-michael-cohen-testimony-tax-returns" class="c-rock-list__link" data-analytics-link="trending" data-analytics-viewport="trending" data-chorus-optimize-id="18008718" data-chorus-optimize-module="entry-list">
+ <div class="c-rock-list__image">
+ <picture class="c-picture" data-chorus-optimize-field="main_image" data-cid="site/picture_element-1551450312_2340_109885" data-cdata="{&quot;image_id&quot;:63145492,&quot;ratio&quot;:&quot;standard&quot;,&quot;dynamic_type&quot;:&quot;picture&quot;,&quot;lazy&quot;:true}">
+ <script type="text/template-picture" style="display: none;">
+ <![CDATA[
+
+
+
+
+ <source
+ srcset="https://cdn.vox-cdn.com/thumbor/4SGZBjAUMHw3DSklg1bmL2z49RA=/0x0:5472x3648/250x188/filters:focal(1350x1084:2224x1958):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63145492/1127850147.jpg.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/sizqc89NV4OhAKFd8JpyfbgQwwY=/0x0:5472x3648/500x375/filters:focal(1350x1084:2224x1958):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63145492/1127850147.jpg.0.jpg 500w"
+ sizes="250px"
+ type="image/webp"
+ >
+
+
+ <img srcset="https://cdn.vox-cdn.com/thumbor/mjnSDoG8dT8yAxRMSAmogp-I09s=/0x0:5472x3648/250x188/filters:focal(1350x1084:2224x1958)/cdn.vox-cdn.com/uploads/chorus_image/image/63145492/1127850147.jpg.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/ukLWFDZ4zR-pSR1CLnv2MI8b1Hg=/0x0:5472x3648/500x375/filters:focal(1350x1084:2224x1958)/cdn.vox-cdn.com/uploads/chorus_image/image/63145492/1127850147.jpg.0.jpg 500w" sizes="250px" alt="" style="object-position: 32% 41%" data-upload-width="5472" src="https://cdn.vox-cdn.com/thumbor/_svmCTZK-rfxLF-oNBCOXU8fpQQ=/0x0:5472x3648/1200x900/filters:focal(1350x1084:2224x1958)/cdn.vox-cdn.com/uploads/chorus_image/image/63145492/1127850147.jpg.0.jpg" />
+
+ ]]>
+ </script>
+ <script type="text/template-dynamic" style="display: none">
+ <![CDATA[
+
+
+ <img class="c-dynamic-image " alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_6930_109884" data-cdata='{"image_id":63145492,"ratio":"standard"}'>
+ <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63145492/1127850147.jpg.0.jpg"></noscript>
+
+ ]]>
+ </script></picture>
+ </div><span class="c-rock-list__item--body"><span data-chorus-optimize-field="hed">Why the answers Michael Cohen gave to Alexandria Ocasio-Cortez’s questions mattered</span> <span class="c-rock-list__entry-blurb">AOC got Cohen to name names — and help build a case for getting Trump’s tax returns.</span></span></a>
+ </li>
+ <li data-analytics-placement="sidebar:4">
+ <a href="https://www.vox.com/culture/2019/2/27/18241432/leaving-neverland-review-michael-jackson-hbo-safechuck-robson" class="c-rock-list__link" data-analytics-link="trending" data-analytics-viewport="trending" data-chorus-optimize-id="18005473" data-chorus-optimize-module="entry-list">
+ <div class="c-rock-list__image">
+ <picture class="c-picture" data-chorus-optimize-field="main_image" data-cid="site/picture_element-1551450312_9172_109887" data-cdata="{&quot;image_id&quot;:63138269,&quot;ratio&quot;:&quot;standard&quot;,&quot;dynamic_type&quot;:&quot;picture&quot;,&quot;lazy&quot;:true}">
+ <script type="text/template-picture" style="display: none;">
+ <![CDATA[
+
+
+
+
+ <source
+ srcset="https://cdn.vox-cdn.com/thumbor/R6F7-XNG2jfQfNdGdDYF39JgaHk=/0x0:1920x1080/250x188/filters:focal(727x100:1033x406):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63138269/neverland2.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/wKhFDWTO9JmAUnyVuqFAMxna6xE=/0x0:1920x1080/500x375/filters:focal(727x100:1033x406):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63138269/neverland2.0.jpg 500w"
+ sizes="250px"
+ type="image/webp"
+ >
+
+
+ <img srcset="https://cdn.vox-cdn.com/thumbor/5sq1aQzafRYgjxW8ovMRs5fNap4=/0x0:1920x1080/250x188/filters:focal(727x100:1033x406)/cdn.vox-cdn.com/uploads/chorus_image/image/63138269/neverland2.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/6wHou6Pw2KXE4KySJrghvxM28sI=/0x0:1920x1080/500x375/filters:focal(727x100:1033x406)/cdn.vox-cdn.com/uploads/chorus_image/image/63138269/neverland2.0.jpg 500w" sizes="250px" alt="" style="object-position: 45% 23%" data-upload-width="1920" src="https://cdn.vox-cdn.com/thumbor/pXmgbg1MtWYq2t5bsNoovGFUApw=/0x0:1920x1080/1200x900/filters:focal(727x100:1033x406)/cdn.vox-cdn.com/uploads/chorus_image/image/63138269/neverland2.0.jpg" />
+
+ ]]>
+ </script>
+ <script type="text/template-dynamic" style="display: none">
+ <![CDATA[
+
+
+ <img class="c-dynamic-image " alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_1856_109886" data-cdata='{"image_id":63138269,"ratio":"standard"}'>
+ <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63138269/neverland2.0.jpg"></noscript>
+
+ ]]>
+ </script></picture>
+ </div><span class="c-rock-list__item--body"><span data-chorus-optimize-field="hed">Leaving Neverland makes a devastating case against Michael Jackson</span> <span class="c-rock-list__entry-blurb">The HBO documentary may forever change the legacy of the pop icon.</span></span></a>
+ </li>
+ <li data-analytics-placement="sidebar:5">
+ <a href="https://www.vox.com/policy-and-politics/2019/2/28/18245334/jared-kushner-clearance-trump-mueller" class="c-rock-list__link" data-analytics-link="trending" data-analytics-viewport="trending" data-chorus-optimize-id="18009375" data-chorus-optimize-module="entry-list">
+ <div class="c-rock-list__image">
+ <picture class="c-picture" data-chorus-optimize-field="main_image" data-cid="site/picture_element-1551450312_5418_109889" data-cdata="{&quot;image_id&quot;:63148042,&quot;ratio&quot;:&quot;standard&quot;,&quot;dynamic_type&quot;:&quot;picture&quot;,&quot;lazy&quot;:true}">
+ <script type="text/template-picture" style="display: none;">
+ <![CDATA[
+
+
+
+
+ <source
+ srcset="https://cdn.vox-cdn.com/thumbor/KchmnOS96Tb7U8afvKnAZLog1OE=/0x0:4886x3257/250x188/filters:focal(1197x977:1977x1757):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63148042/GettyImages_822521748.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/Dzdo4OcR9Odvvw06dm2XScWtv5w=/0x0:4886x3257/500x375/filters:focal(1197x977:1977x1757):format(webp)/cdn.vox-cdn.com/uploads/chorus_image/image/63148042/GettyImages_822521748.0.jpg 500w"
+ sizes="250px"
+ type="image/webp"
+ >
+
+
+ <img srcset="https://cdn.vox-cdn.com/thumbor/1tFO3qttpCYK6arCXuUj13GXBpY=/0x0:4886x3257/250x188/filters:focal(1197x977:1977x1757)/cdn.vox-cdn.com/uploads/chorus_image/image/63148042/GettyImages_822521748.0.jpg 250w, https://cdn.vox-cdn.com/thumbor/AEg61YKp1GDVAmb3dU7LX1S37u8=/0x0:4886x3257/500x375/filters:focal(1197x977:1977x1757)/cdn.vox-cdn.com/uploads/chorus_image/image/63148042/GettyImages_822521748.0.jpg 500w" sizes="250px" alt="" style="object-position: 32% 41%" data-upload-width="4886" src="https://cdn.vox-cdn.com/thumbor/p-AobimwHqY_T2GWGO81mLOZvXQ=/0x0:4886x3257/1200x900/filters:focal(1197x977:1977x1757)/cdn.vox-cdn.com/uploads/chorus_image/image/63148042/GettyImages_822521748.0.jpg" />
+
+ ]]>
+ </script>
+ <script type="text/template-dynamic" style="display: none">
+ <![CDATA[
+
+
+ <img class="c-dynamic-image " alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_8533_109888" data-cdata='{"image_id":63148042,"ratio":"standard"}'>
+ <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63148042/GettyImages_822521748.0.jpg"></noscript>
+
+ ]]>
+ </script></picture>
+ </div><span class="c-rock-list__item--body"><span data-chorus-optimize-field="hed">Trump reportedly ordered Jared Kushner get a security clearance over multiple objections</span> <span class="c-rock-list__entry-blurb">The New York Times reports that John Kelly and Don McGahn both documented their concerns in memos.</span></span></a>
+ </li>
+ </ol>
+ <div data-cid="site/entry_sponsorship/native_ad-96FwghPeMAxXH35ohlVtFQ==">
+ <div class="m-native_ad_unit dynamic-native-ad-native_ad_latest"></div>
+ </div>
+ </div>
+ </aside>
+ <script type="text/javascript">
+ //<![CDATA[
+ concertAdsQueue.push(function() {ConcertAds.addVariable("trending_sidebar", ["true"])});
+ //]]>
+ </script>
+ </div>
+ <div class="u-desktop-only">
+ <div class="c-newsletter_signup_box" id="newsletter-signup-short-form" data-newsletter-slug="vox_sentences">
+ <div class="c-newsletter_signup_box__main">
+ <span class="c-newsletter_signup_box__icon"><svg width="386px" height="385px" viewbox="0 0 386 385" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>
+ vox-mark
+ </title>
+ <defs></defs>
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+ <path d="M239.811,0 L238.424,6 L259.374,6 C278.011,6 292.908,17.38 292.908,43.002 C292.908,56.967 287.784,75.469 276.598,96.888 L182.689,305.687 L159.283,35.693 C159.283,13.809 168.134,6 191.88,6 L205.854,6 L207.247,0 L1.409,0 L0,6 L13.049,6 C28.88,6 35.863,15.885 37.264,34.514 L73.611,385 L160.221,385 L304.525,79.217 C328.749,31.719 349.237,6 372.525,6 L384.162,6 L385.557,0 L239.811,0" id="vox-mark" fill="#444745"></path>
+ </g></svg></span>
+ <h3 class="c-newsletter_signup_box__title">
+ Vox Sentences
+ </h3>
+ <p class="c-newsletter_signup_box__blurb">
+ The news, but shorter, delivered straight to your inbox.
+ </p>
+ <form action="https://voxmedia.createsend.com/t/d/s/uuijkl/" method="post" id="subForm" class="c-newsletter_signup_box--form &lt;%= c-newsletter_signup_box--form__1" data-analytics-class="newsletter" data-analytics-placement="sidebar" name="subForm">
+ <div class="c-newsletter_signup_box--form__body">
+ <label for="field_email"><input id="field_email" class="p-text-input" name="email" placeholder="Email Address" type="email" /></label> <button type="submit" class="p-button">Subscribe</button>
+ </div>
+ </form>
+ </div>
+ <div class="c-newsletter_signup_box__disclaimer">
+ By signing up, you agree to our <a href="https://www.voxmedia.com/pages/privacy-policy">Privacy Policy</a> and European users agree to the data transfer policy. For more newsletters, check out our <a href="https://www.vox.com/newsletters">newsletters page</a>.
+ </div>
+ </div>
+ </div>
+ <div id="sidebar-debugger-data" class="u-hidden-text">
+ This Article has a component height of 131. The sidebar size is long.
+ </div>
+ </div>
+ </div>
+ <div class="l-segment">
+ <div class="OUTBRAIN" data-src="https://www.vox.com/2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch" data-widget-id="AR_2" data-ob-template="Vox.com"></div>
+ <script type="text/javascript" charset="utf-8">
+ //<![CDATA[
+ (function(){
+ // load outbrain js
+ function loadOutbrain(){
+ var ref = document.querySelector("div.OUTBRAIN");
+
+ var script = document.createElement('script');
+ script.setAttribute('type','text/javascript');
+ script.setAttribute('src', 'https://widgets.outbrain.com/outbrain.js');
+ script.setAttribute('async', 'async');
+
+ ref.appendChild(script);
+ }
+
+ // Disable on mobile and tablet screens
+ // 880px is the upper bound for the `medium` breakpoint defined in UserAgent JS lib.
+ var shouldDisable = false && screen.width <= 880;
+
+ if (!shouldDisable) {
+ // first, set a timeout to loadOutbrain, in case no ads load in 5s
+ // (i.e., blocked). once an ad has loaded, create a new timeout that
+ // will load outbrain if openmic doesn't get loaded in 2s
+ //
+ var adBlockerTimeoutId = setTimeout(loadOutbrain, 5000);
+ document.body.addEventListener('first_ad_rendered', function(){
+ clearTimeout(adBlockerTimeoutId);
+ var outbrainTimeoutId = setTimeout(loadOutbrain, 2000);
+ document.body.addEventListener('playlistRendered', function(){
+ clearTimeout(outbrainTimeoutId);
+ });
+ });
+ }
+ })();
+ //]]>
+ </script>
+ </div>
+ <div class="l-sidebar-fixed l-segment">
+ <div class="l-col__main">
+ <div class="c-compact-river">
+ <h2 class="p-breaker-head">
+ <span class="p-breaker-head__wrapper">The Latest</span>
+ </h2>
+ <div class="c-compact-river__entry">
+ <div class="c-entry-box--compact c-entry-box--compact--article" data-chorus-optimize-id="18007162" data-chorus-optimize-module="entry-box">
+ <a href="https://www.vox.com/culture/2019/3/1/18243121/true-detective-season-3-finale-recap-review" class="c-entry-box--compact__image-wrapper" data-analytics-link="article:image">
+ <div class="c-entry-box--compact__image">
+ <img class="c-dynamic-image" alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_5005_109890" data-cdata="{&quot;image_id&quot;:63147493,&quot;ratio&quot;:&quot;*&quot;}" /> <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63147493/977e098a78e99ec5d862748155c99425dd2109bb9cfc46a2e531e45d389c978c.0.jpg" /></noscript>
+ </div></a>
+ <div class="c-entry-box--compact__body">
+ <h2 class="c-entry-box--compact__title">
+ <a data-chorus-optimize-field="hed" data-analytics-link="article" href="https://www.vox.com/culture/2019/3/1/18243121/true-detective-season-3-finale-recap-review">I have always been a True Detective skeptic. Season 3 made a believer.</a>
+ </h2>
+ <div class="c-byline" data-cid="site/byline-1551450312_1408_109892" data-cdata="{&quot;timestamp&quot;:null}">
+ By <span class="c-byline__item"><a href="https://www.vox.com/authors/todd-vanderwerff">Todd VanDerWerff</a></span> <a data-entry-admin="18007162" data-cid="tools/entry_admin_button-1551450312_6812_109891" data-cdata="{&quot;id&quot;:18007162}"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-compact-river__entry">
+ <div class="c-entry-box--compact c-entry-box--compact--article" data-chorus-optimize-id="18005733" data-chorus-optimize-module="entry-box">
+ <a href="https://www.vox.com/2019/3/1/18241692/undocumented-immigrants-pay-state-local-taxes" class="c-entry-box--compact__image-wrapper" data-analytics-link="article:image">
+ <div class="c-entry-box--compact__image">
+ <img class="c-dynamic-image" alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_8116_109893" data-cdata="{&quot;image_id&quot;:63147587,&quot;ratio&quot;:&quot;*&quot;}" /> <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63147587/GettyImages_641694866.0.jpg" /></noscript>
+ </div></a>
+ <div class="c-entry-box--compact__body">
+ <h2 class="c-entry-box--compact__title">
+ <a data-chorus-optimize-field="hed" data-analytics-link="article" href="https://www.vox.com/2019/3/1/18241692/undocumented-immigrants-pay-state-local-taxes">Undocumented immigrants pay millions of dollars in state taxes — even in the reddest states</a>
+ </h2>
+ <div class="c-byline" data-cid="site/byline-1551450312_4973_109895" data-cdata="{&quot;timestamp&quot;:null}">
+ By <span class="c-byline__item"><a href="https://www.vox.com/authors/alexia-fernandez-campbell">Alexia Fernández Campbell</a></span> <a data-entry-admin="18005733" data-cid="tools/entry_admin_button-1551450312_4209_109894" data-cdata="{&quot;id&quot;:18005733}"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-compact-river__entry">
+ <div class="c-entry-box--compact c-entry-box--compact--article" data-chorus-optimize-id="18008247" data-chorus-optimize-module="entry-box">
+ <a href="https://www.vox.com/energy-and-environment/2019/3/1/18244206/jay-inslee-2020-campaign-president-climate-change-interview" class="c-entry-box--compact__image-wrapper" data-analytics-link="article:image">
+ <div class="c-entry-box--compact__image">
+ <img class="c-dynamic-image" alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_8715_109896" data-cdata="{&quot;image_id&quot;:63150911,&quot;ratio&quot;:&quot;*&quot;}" /> <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63150911/932014976.jpg.0.jpg" /></noscript>
+ </div></a>
+ <div class="c-entry-box--compact__body">
+ <h2 class="c-entry-box--compact__title">
+ <a data-chorus-optimize-field="hed" data-analytics-link="article" href="https://www.vox.com/energy-and-environment/2019/3/1/18244206/jay-inslee-2020-campaign-president-climate-change-interview">Meet the first Democrat running for president on climate change</a>
+ </h2>
+ <div class="c-byline" data-cid="site/byline-1551450312_8538_109898" data-cdata="{&quot;timestamp&quot;:null}">
+ By <span class="c-byline__item"><a href="https://www.vox.com/authors/david-roberts">David Roberts</a></span> <a data-entry-admin="18008247" data-cid="tools/entry_admin_button-1551450312_4926_109897" data-cdata="{&quot;id&quot;:18008247}"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-compact-river__entry">
+ <div class="c-entry-box--compact c-entry-box--compact--article" data-chorus-optimize-id="18005633" data-chorus-optimize-module="entry-box">
+ <a href="https://www.vox.com/the-goods/2019/3/1/18241592/gradients-facebook-coachella-daily-fading-pastel-design-trend" class="c-entry-box--compact__image-wrapper" data-analytics-link="article:image">
+ <div class="c-entry-box--compact__image">
+ <img class="c-dynamic-image" alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_1126_109899" data-cdata="{&quot;image_id&quot;:63138163,&quot;ratio&quot;:&quot;*&quot;}" /> <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63138163/Gradients_05.1551300684.png" /></noscript>
+ </div></a>
+ <div class="c-entry-box--compact__body">
+ <h2 class="c-entry-box--compact__title">
+ <a data-chorus-optimize-field="hed" data-analytics-link="article" href="https://www.vox.com/the-goods/2019/3/1/18241592/gradients-facebook-coachella-daily-fading-pastel-design-trend">The colorful design trend aiming to soothe these anxious times</a>
+ </h2>
+ <div class="c-byline" data-cid="site/byline-1551450312_7168_109901" data-cdata="{&quot;timestamp&quot;:null}">
+ By <span class="c-byline__item"><a href="https://www.vox.com/users/Daisy%20Alioto">Daisy Alioto</a></span> <a data-entry-admin="18005633" data-cid="tools/entry_admin_button-1551450312_762_109900" data-cdata="{&quot;id&quot;:18005633}"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-compact-river__entry">
+ <div class="c-entry-box--compact c-entry-box--compact--article" data-chorus-optimize-id="17986741" data-chorus-optimize-module="entry-box">
+ <a href="https://www.vox.com/2019/3/1/18222700/jay-inslee-2020-campaign-president-climate-change" class="c-entry-box--compact__image-wrapper" data-analytics-link="article:image">
+ <div class="c-entry-box--compact__image">
+ <img class="c-dynamic-image" alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_1535_109902" data-cdata="{&quot;image_id&quot;:63149565,&quot;ratio&quot;:&quot;*&quot;}" /> <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63149565/AP_19012706159131_t.0.jpg" /></noscript>
+ </div></a>
+ <div class="c-entry-box--compact__body">
+ <h2 class="c-entry-box--compact__title">
+ <a data-chorus-optimize-field="hed" data-analytics-link="article" href="https://www.vox.com/2019/3/1/18222700/jay-inslee-2020-campaign-president-climate-change">Jay Inslee just launched a presidential campaign that will be all about climate change</a>
+ </h2>
+ <div class="c-byline" data-cid="site/byline-1551450312_9395_109904" data-cdata="{&quot;timestamp&quot;:null}">
+ By <span class="c-byline__item"><a href="https://www.vox.com/authors/ella-nilsen">Ella Nilsen</a></span> <a data-entry-admin="17986741" data-cid="tools/entry_admin_button-1551450312_2496_109903" data-cdata="{&quot;id&quot;:17986741}"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="c-compact-river__entry">
+ <div class="c-entry-box--compact c-entry-box--compact--article" data-chorus-optimize-id="18009377" data-chorus-optimize-module="entry-box">
+ <a href="https://www.vox.com/vox-sentences/2019/2/28/18245336/vox-sentences-trump-kim-summit-no-deal" class="c-entry-box--compact__image-wrapper" data-analytics-link="article:image">
+ <div class="c-entry-box--compact__image">
+ <img class="c-dynamic-image" alt="" data-chorus-optimize-field="main_image" src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs" data-cid="site/dynamic_size_image-1551450312_6781_109905" data-cdata="{&quot;image_id&quot;:63148041,&quot;ratio&quot;:&quot;*&quot;}" /> <noscript><img alt="" src="https://cdn.vox-cdn.com/uploads/chorus_image/image/63148041/2.28.0.jpg" /></noscript>
+ </div></a>
+ <div class="c-entry-box--compact__body">
+ <h2 class="c-entry-box--compact__title">
+ <a data-chorus-optimize-field="hed" data-analytics-link="article" href="https://www.vox.com/vox-sentences/2019/2/28/18245336/vox-sentences-trump-kim-summit-no-deal">Vox Sentences: Trump gets nothing</a>
+ </h2>
+ <div class="c-byline" data-cid="site/byline-1551450312_4919_109907" data-cdata="{&quot;timestamp&quot;:null}">
+ By <span class="c-byline__item"><a href="https://www.vox.com/users/NicoleFallert">Nicole Fallert</a></span> <a data-entry-admin="18009377" data-cid="tools/entry_admin_button-1551450312_395_109906" data-cdata="{&quot;id&quot;:18009377}"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div data-cid="site/entry_sponsorship/native_ad-dkySUYQ8YppIKwcBGKtnmg==">
+ <div class="m-native_ad_unit dynamic-native-ad-native_ad_ymal_link"></div>
+ </div>
+ </div>
+ </div>
+ <div class="l-col__sidebar" id="comments-sidebar" data-analytics-placement="sidebar"></div>
+ </div>
+ </section>
+ </section>
+ <footer class="c-footer" role="contentinfo">
+ <div class="l-wrapper c-footer__wrapper">
+ <div class="c-footer__section c-footer__section-logo">
+ <a rel="nofollow" href="/" class="c-footer__logo-link"><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 242 121">
+ <path fill="#444745" d="M110.674 3.528h3.474L114.564 2H71.63l-.418 1.528h6.253c5.418 0 9.726 3.75 9.726 11.255 0 4.168-1.8 9.587-4.72 16.118L54.82 92.32l-6.81-79.756c-.556-6.252 2.5-9.03 9.59-9.03h4.027L62.042 2H1.6l-.557 1.528h3.89c4.725 0 6.532 2.918 7.087 8.615l10.7 103.1h25.427l42.518-90.038c6.392-13.48 13.2-21.677 20.01-21.677zm-5.002 112.27c-3.89 0-6.253-1.25-6.253-7.642 0-8.06 2.91-23.76 6.11-38.072.41 6.67 5 13.2 11.81 13.2 1.67 0 3.06-.138 4.44-.417-6.26 27.236-8.76 32.932-16.12 32.932zm121.024-54.19c8.06 0 13.2-6.67 13.2-14.173 0-6.392-4.585-11.116-11.115-11.116-11.81 0-17.36 9.31-27.09 26.53-2.08-10.7-6.94-24.73-19.45-24.73-14.03 0-30.15 20.01-45.02 32.37-6.67 5.56-14.17 9.17-20.15 9.17-6.11 0-9.72-6.26-9.72-17.23 4.31-17.93 6.67-22.65 13.34-22.65 4.59 0 6.53 2.64 6.53 8.06 0 5.69-1.25 15.42-3.75 27.51 6.67-2.09 16.68-10.42 25.01-19.45-4.44-10.56-13.89-17.79-27.65-17.79-25.42 0-47.66 22.78-47.66 48.35 0 17.65 12.51 30.984 32.1 30.984 32.38 0 45.86-28.066 45.86-47.52 0-2.78-.14-4.86-.42-7.364C155.717 57.14 162.108 52 167.388 52c5.975 0 10.7 15.007 15.423 37.657-4.17 4.58-8.34 13.474-10.42 15.002-.836-8.06-6.115-13.06-13.2-13.06-7.92 0-13.48 7.5-13.48 13.893 0 7.226 5 11.95 11.53 11.95 13.76 0 17.65-13.062 26.265-24.595 2.64 12.363 8.754 24.59 19.313 24.59 12.506 0 24.178-10.7 30.15-18.34l-1.11-1.81c-3.89 3.753-7.642 6.254-11.95 6.254-7.78 0-13.34-16.81-17.645-37.1 2.5-3.47 6.53-12.225 9.31-15.28 1.95 3.612 5.978 10.42 15.15 10.42z"></path></svg> <span class="u-hidden-text">Chorus</span></a>
+ </div>
+ <div class="c-footer__section c-footer__section-links">
+ <ul class="u-list-dot-sep">
+ <li>
+ <a rel="nofollow" href="https://www.voxmedia.com/legal/terms-of-use">Terms of Use</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="https://www.voxmedia.com/legal/privacy-policy">Privacy Policy</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="https://www.voxmedia.com/legal/cookie-policy">Cookie Policy</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="https://www.voxmedia.com/legal/gdpr-commitment">GDPR Commitment</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="https://www.voxmedia.com/communications-preferences">Communications Preferences</a>
+ </li>
+ </ul>
+ <ul class="u-list-dot-sep">
+ <li>
+ <a rel="nofollow" href="/contact">Contact</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="/contact#tip">Send Us a Tip</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="/masthead">Masthead</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="/pages/about-us">About Us</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="https://www.vox.com/2018/12/7/18113237/ethics-and-guidelines-at-vox-com">Editorial Ethics and Guidelines</a>
+ </li>
+ </ul>
+ <div class="c-footer__status">
+ <span id="status_io" class="m-footer__bottom__status">All Systems Operational <a href="http://status.voxmedia.com" rel="nofollow" target="_blank">Check out our status page for more details.</a></span>
+ </div>
+ </div>
+ <div class="c-footer__section c-footer__section-vox">
+ <a rel="nofollow" class="u-block" href="http://www.voxmedia.com"><span class="u-hidden-text">Vox Media</span><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="-147 464.2 484 79.5" class="c-footer__vox-logo">
+ <g>
+ <path fill="#4E4E50" class="vox-media-logo-text" d="M-133.2 498l9.9 29 6.4-19.2c1.1-3.3 2.1-6.6 3-9.4h13.3l-13.2 32.4c-2.1 5.3-3.4 8.4-4.6 12l-10 .6-13.2-32c-1.6-4-3.6-9-5.4-12.9l13.8-.5zm38.8 23.6c0-14 9.3-24.4 23.2-24.4 13.3 0 22.1 9.8 22.1 22.1 0 14-9.4 24.4-23.2 24.4-13.4.1-22.1-9.8-22.1-22.1zm33-.9c0-8.4-4.3-13.6-10.3-13.6-6.4 0-10.5 6-10.5 13.2 0 8.4 4.3 13.6 10.3 13.6 6.4 0 10.5-6 10.5-13.2zm19.2 21.9l15.3-22.7-6-8.8-8.6-12.7 13.9-.5 9.1 14.2 3.1-5.3c1.6-2.6 3.8-6.1 5.4-8.6H3.7l-14.6 21.9 5.4 7.9c2.5 3.8 6.8 10.3 9.6 14.4l-14 .5-9.3-15.1-2.9 4.7c-1.4 2.3-4.4 7.2-6.1 9.8h-14v.3zm79.4-15.2l1.9-13.9c.6-4 1.6-12 1.8-15.3l9.6-.4c1.1 2.5 2.7 6.1 4 8.9l8.2 18.2 8-18.5c1.2-2.7 2.6-6 3.7-8.5h9.3c.4 3.7 1.4 11.5 2 15.6l2 13.9c.6 4.1 1.8 11.9 2.5 15.2l-12.4.5c-.1-1.8-.7-7.1-1.1-9.6l-1.8-14c-3.1 7.7-8.6 21.4-9.4 23.6l-6.6.3-9.5-23.3-1.5 13.5c-.3 2.5-.8 7.3-.8 9.1H34.7c.7-3.3 1.9-11.2 2.5-15.3zm96.1 15.5c-4.2-.3-9.3-.3-14.2-.3-5.5 0-11.5.1-16.2.3.3-3 .4-11.3.4-15.4v-14c0-4-.1-12.5-.4-15.6 4.6.2 9.6.3 15.3.3 5.2 0 10-.1 14.3-.3-.3 3.1-.5 6.2-.5 10-3.2-.1-6.4-.1-10.3-.1-1.9 0-4 0-5.8.1-.1.9-.1 2.2-.1 2.8v4.9l13.7-.1c-.1 2.6-.2 5.5-.2 8.8h-13.5v5.7c0 .7 0 2 .1 2.9 1.8 0 3.9.1 5.8.1 4.5 0 8.3-.1 12-.2-.2 3.2-.4 6.2-.4 10.1zm30-.3h-16.6c.3-3 .4-11.1.4-15.2v-13.9c0-4-.1-12-.4-15.1 2.3 0 7.9-.4 14.9-.4 16.7 0 26 8 26 21.5 0 14.2-9.5 23.1-24.3 23.1zm-.2-35c-1.3 0-2.1.1-3.1.2-.1.8-.1 2.1-.1 2.8v19.6c0 .8 0 1.7.1 2.6 1 .1 1.8.2 3.3.2 8.4 0 12-5.5 12-13-.1-7.9-4.7-12.4-12.2-12.4zm37.2 35c.3-3 .4-11.1.4-15.2v-13.9c0-4-.1-12.2-.4-15.2 2.5 0 11.3-.1 13.4-.3-.2 1.8-.3 6.9-.3 9.3v26.2c0 2.4.1 7.3.3 9.1h-13.4zm38.1-32.2c2.2-5.2 3.7-8.5 4.9-12l10.1-.6 13.8 32c1.6 3.9 4 9 5.8 12.9l-13.4.5-3.4-8.4h-15.4c-.8 2.1-2.6 7.1-3 7.9h-13.1l13.7-32.3zm4.9 16.5h10.1l-5.1-13.7-5 13.7z"></path>
+ <path fill="#F6A01A" d="M337 464.2V498l-30-16.9 30-16.9z"></path>
+ <path fill="#FBE346" d="M276.9 464.2V498l30.1-16.9-30.1-16.9z"></path>
+ <path fill="#F47B20" d="M307 481.1V515l30-17-30-16.9z"></path>
+ <path fill="#F8CC15" d="M307 481.1V515l-30.1-17 30.1-16.9z"></path>
+ </g></svg></a> <a rel="nofollow" class="u-block c-footer__corporate-link" href="https://www.voxmedia.com/vox-advertising">Advertise with us</a> <a rel="nofollow" class="u-block c-footer__corporate-link" href="https://jobs.voxmedia.com">Jobs @ Vox Media</a> © 2019 <a rel="nofollow" href="http://www.voxmedia.com">Vox Media</a>, Inc. All Rights Reserved
+ </div>
+ </div>
+ </footer>
+ <div class="c-tab-bar" data-cid="site/tab_bar/index-1551450312_6342_109910" data-cdata="{}">
+ <a href="/" class="c-tab-bar__logo"><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 242 121">
+ <path fill="#444745" d="M110.674 3.528h3.474L114.564 2H71.63l-.418 1.528h6.253c5.418 0 9.726 3.75 9.726 11.255 0 4.168-1.8 9.587-4.72 16.118L54.82 92.32l-6.81-79.756c-.556-6.252 2.5-9.03 9.59-9.03h4.027L62.042 2H1.6l-.557 1.528h3.89c4.725 0 6.532 2.918 7.087 8.615l10.7 103.1h25.427l42.518-90.038c6.392-13.48 13.2-21.677 20.01-21.677zm-5.002 112.27c-3.89 0-6.253-1.25-6.253-7.642 0-8.06 2.91-23.76 6.11-38.072.41 6.67 5 13.2 11.81 13.2 1.67 0 3.06-.138 4.44-.417-6.26 27.236-8.76 32.932-16.12 32.932zm121.024-54.19c8.06 0 13.2-6.67 13.2-14.173 0-6.392-4.585-11.116-11.115-11.116-11.81 0-17.36 9.31-27.09 26.53-2.08-10.7-6.94-24.73-19.45-24.73-14.03 0-30.15 20.01-45.02 32.37-6.67 5.56-14.17 9.17-20.15 9.17-6.11 0-9.72-6.26-9.72-17.23 4.31-17.93 6.67-22.65 13.34-22.65 4.59 0 6.53 2.64 6.53 8.06 0 5.69-1.25 15.42-3.75 27.51 6.67-2.09 16.68-10.42 25.01-19.45-4.44-10.56-13.89-17.79-27.65-17.79-25.42 0-47.66 22.78-47.66 48.35 0 17.65 12.51 30.984 32.1 30.984 32.38 0 45.86-28.066 45.86-47.52 0-2.78-.14-4.86-.42-7.364C155.717 57.14 162.108 52 167.388 52c5.975 0 10.7 15.007 15.423 37.657-4.17 4.58-8.34 13.474-10.42 15.002-.836-8.06-6.115-13.06-13.2-13.06-7.92 0-13.48 7.5-13.48 13.893 0 7.226 5 11.95 11.53 11.95 13.76 0 17.65-13.062 26.265-24.595 2.64 12.363 8.754 24.59 19.313 24.59 12.506 0 24.178-10.7 30.15-18.34l-1.11-1.81c-3.89 3.753-7.642 6.254-11.95 6.254-7.78 0-13.34-16.81-17.645-37.1 2.5-3.47 6.53-12.225 9.31-15.28 1.95 3.612 5.978 10.42 15.15 10.42z"></path></svg></a>
+ <div class="c-social-buttons" data-analytics-placement="sticky" data-cid="site/social_buttons_list-1551450312_4843_109909" data-cdata="{&quot;entry_id&quot;:16515179,&quot;services&quot;:[&quot;twitter&quot;,&quot;facebook&quot;],&quot;base_url&quot;:&quot;https://www.vox.com/2017-in-review/2017/12/15/16751138/best-movies-2017-streaming-how-to-watch&quot;}">
+ <a class="c-social-buttons__item c-social-buttons__twitter" href="https://twitter.com/intent/tweet?counturl=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch&amp;text=The+21+best+movies+of+2017&amp;url=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch&amp;via=voxdotcom" data-analytics-social="twitter"><svg class="p-svg-icon c-social-buttons__svg">
+ <use xlink:href="#icon-twitter"></use></svg> <span class="c-social-buttons__text">tweet</span></a> <a class="c-social-buttons__item c-social-buttons__facebook" href="https://www.facebook.com/sharer/sharer.php?text=The+21+best+movies+of+2017&amp;u=https%3A%2F%2Fwww.vox.com%2F2017-in-review%2F2017%2F12%2F15%2F16751138%2Fbest-movies-2017-streaming-how-to-watch" data-analytics-social="facebook"><svg class="p-svg-icon c-social-buttons__svg">
+ <use xlink:href="#icon-facebook"></use></svg> <span class="c-social-buttons__text">share</span></a>
+ </div>
+ </div>
+ </div>
+ <script src="https://cdn.vox-cdn.com/packs/chorus-95d6a425234d55b36191.js" async="async" integrity="sha256-TMEAF0AVhZm0JUpTe84mXXTZONaJ1d9ADjSTEDSDB/U= sha384-mrNz9RuysydpcSWB6AxELlKRb2uOllPXkHY8hr84ggvbgUUlir7CK3R/cWoPnWeO" crossorigin="anonymous"></script> <!-- Phonograph -->
+
+ <script src="https://phonograph2.voxmedia.com/pickup.js?v=1529075019264" id="phonograph-pickup" async="async" defer="defer"></script>
+ <script>
+ <![CDATA[
+
+ var phonographEvents = phonographEvents || [];
+ (function() {
+ var continent = document.cookie.match(/_chorus_geoip_continent=([^;]+)/i) || [];
+ var data = { 'Page Title':document.title, 'GA Track Prefix':'t1.', 'geoip_continent': continent[1] };
+ var dataLayer = window.dataLayer || [];
+ dataLayer
+ .filter(function(m) { return !!m['Network'] })
+ .forEach(function(m) {
+ Object.keys(m).forEach(function(k) { data[k] = m[k] });
+ });
+
+ var userid = data['Logged in Status'];
+ data['User ID'] = (typeof userid === 'number') ? userid : null;
+ phonographEvents.push(['pageload', data]);
+ })();
+ ]]>
+ </script> <!-- End Phonograph -->
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-images.json
new file mode 100644
index 0000000..d572c8d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/medias.liberation.fr\/photo\/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&amp;picto=fb&amp;ratio_x=191&amp;ratio_y=100&amp;width=600"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-metadata.json
new file mode 100644
index 0000000..00c0019
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Alexandre Hervaud, J\u00e9r\u00e9my Piette",
+ "Direction": null,
+ "Excerpt": "S\u00e9ries, documentaires, programmes jeunesse\u2026 Retrouvez les recommandations de\u00a0Lib\u00e9ration\u00a0pour savoir quoi regarder sur vos \u00e9crans cette semaine.\nPour d\u00e9passer...",
+ "Image": "https:\/\/medias.liberation.fr\/photo\/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&amp;picto=fb&amp;ratio_x=191&amp;ratio_y=100&amp;width=600",
+ "Title": "Screenshot\u00a0: \u00abVape Wave\u00bb, \u00ab6\u00a0Days\u00bb, \u00abAlphonse Pr\u00e9sident\u00bb\u2026",
+ "SiteName": "Lib\u00e9ration"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected.html
new file mode 100644
index 0000000..77e6011
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected.html
@@ -0,0 +1,107 @@
+<div>
+ <p>
+ Séries, documentaires, programmes jeunesse… Retrouvez les recommandations de&nbsp;<em>Libération</em>&nbsp;pour savoir quoi regarder sur vos écrans cette semaine.
+ </p>
+ <h3>
+ Pour dépasser le tabac
+ </h3>
+ <p>
+ <strong><em>Vape Wave</em> (documentaire, 1h28, Planète+)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/lGL7RgHn5f0" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Pendant quelques jours, le doute a plané&nbsp;: l’Etat comptait-il vraiment légiférer contre la cigarette dans les films français, que ce soit via une interdiction pure et simple ou via un système de «punition» (coupe des aides CNC, par exemple) pour les longs-métrages qui sentent le mégot&nbsp;? Si <a href="https://www.liberation.fr/direct/element/agnes-buzyn-assure-quelle-na-jamais-envisage-linterdiction-de-la-cigarette-au-cinema_73855/" target="_blank">le rétropédalage de la ministre Buzyn</a> n’en est pas vraiment un (elle n’avait jamais clairement menacé le septième art), la polémique a le mérite de pointer la (sur)représentation clopesque sur écran. Et si, comme c’est le cas dans la vie quotidienne, on voyait progressivement les cigarettes électroniques remplacer les tiges nicotinées authentiques&nbsp;? Que ceux qui mettraient en doute le potentiel cinématographique des vapoteuses se ruent sur <a href="http://www.vapewave.net/" target="_blank"><em>Vape Wave</em></a>, documentaire militant signé Jan Kounen, ex-fumeur reconverti à la vape dont les images magnifient les volutes de vapeur recrachée.
+ </p>
+ <p>
+ Si le film du réalisateur de <em>Dobermann</em> et <em>99 Francs</em> part un peu dans tous les sens, il a le mérite de défendre avec une passion contagieuse ce qui semble, de loin, être <a href="https://www.liberation.fr/societe/2015/08/20/une-e-cigarette-tres-frequentable_1366687" target="_blank">le meilleur et plus sain substitut à la clope</a>, n’en déplaise aux mesures restrictives imposées en France <a href="https://www.liberation.fr/france/2017/10/03/la-cigarette-electronique-bannie-de-certains-lieux-publics_1600601" target="_blank">à son égard</a>. Financé en partie via crowdfunding, le documentaire a été présenté par Kounen à travers toute la France lors de projection tenant quasiment de l’évangélisation. Disponible en VOD/DVD, il a été diffusé cette semaine sur la chaîne Planète+, qui le rediffusera les 25/11, 30/11 et 02/12 prochains. <strong>(Alexandre Hervaud)</strong>
+ </p>
+ <h3>
+ Pour écouter parler un génie
+ </h3>
+ <p>
+ <strong><em>Dans la tête d’Alan Moore</em> (websérie documentaire, 8x5min, Arte Creative)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/s_rw5fPHz2g" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Le week-end dernier, <em>Libération</em> publiait <a href="http://next.liberation.fr/livres/2017/11/17/alan-moore-dernier-barde-avant-la-fin-du-monde_1610854" target="_blank">un portrait de der consacré à l’auteur britannique Alan Moore</a>, connu pour ses BD cultes (<em>V pour Vendetta, Watchmen, From Hell</em>), à l’occasion de la sortie de son deuxième roman, le pavé <em>Jérusalem</em>. En attendant l’imminente sortie d’une version longue de son entretien avec <em>Libé</em>, on pourra se replonger dans les épisodes d’une websérie documentaire d’Arte Creative en 8 épisodes consacré au maître. Brexit, magie, Anonymous font partie des sujets discutés avec le maître au fil de ce programme sobrement intitulé <a href="https://www.arte.tv/fr/videos/RC-014342/dans-la-tete-d-alan-moore/" target="_blank"><em>Dans la tête d’Alan Moore</em></a>. <strong>(A.H.)</strong>
+ </p>
+ <h3>
+ Pour honorer la mémoire d’une icône queer
+ </h3>
+ <p>
+ <strong><em>The Death and Life of Marsha P. Johnson</em> (docu, 1h45, Netflix)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/pADsuuPd79E" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Marsha, la <em>«Rosa Parks du mouvement LGBTQ»</em>. Marsha <em>«la prostituée, l’actrice et la sainte, modèle d’Andy Warhol»</em> ou encore Marsha l’élaborée, la radicale, <em>«avec ses plumes et ce maquillage qu’elle ne mettait jamais bien»</em>. «Queen Marsha» a été retrouvée morte dans l’Hudson en juillet&nbsp;1992, alors qu’on la voyait encore parader dans les rues de Greenwich Village quelques jours auparavant. Un choc glaçant. Là où son corps a été repêché puis ingratement déposé, les sans-abri ont constitué le lendemain un mémorial de bouteilles et de plantes qui délimitent les contours de l’absente.
+ </p>
+ <p>
+ Marsha P. Johnson de son nom complet, icône queer, femme transgenre noire américaine et emblème de la lutte pour les droits des LGBTQ avait été l’une des premières à s’engager lors des émeutes de Stonewall à New York, en&nbsp;1969&nbsp;: <em>«C’est la révolution. Dieu merci.»</em> Marsha était une fleur souriante au parfum d’espoir. Le documentaire <em>The Death and Life of Marsha P. Johnson</em> du cinéaste David France relate l’enquête de l’activiste Victoria Cruz, membre de l’organisation Anti-Violence Project à New York qui, avant de prendre sa retraite, réclame que lumière soit faite sur la disparition de l’icône […]&nbsp;<a href="http://next.liberation.fr/cinema/2017/11/17/docu-marsha-p-johnson-unique-en-son-genre_1610846" target="_blank">Lire la suite de la critique de Jérémy Piette sur Libération.fr</a>
+ </p>
+ <h3>
+ Pour Michel Vuilermoz (et rien d’autre)
+ </h3>
+ <p>
+ <strong><em>Alphonse President</em> (série, 10x26, OCS Max)</strong>
+ </p>
+ <p>
+ <iframe width="100%" frameborder="0" src="https://www.dailymotion.com/embed/video/x67iqc9" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Un temps baptisée <em>French Touch</em>, la série <em>Alphonse Président</em> est le dernier né des programmes originaux made in OCS. On savait les budgets de la chaîne bien moins généreux que ceux de Canal+ (voire que ceux de France 3 Limousin), et cette série le prouve à nouveau régulièrement, notamment lors d’une scène de conférence de presse alternant plans larges d’une authentique conf' à l’Elysée période François Hollande et plans serrés d’acteurs filmés dans un château des Pays de la Loire où a eu lieu le tournage. Le principal atout (et quel atout) de cette série écrite et réalisée par Nicolas Castro (<em>Des lendemains qui chantent</em>, 2014) réside dans son interprète principal, Michel Vuillermoz.
+ </p>
+ <p>
+ Dans le rôle d’un sénateur ringard devenu par un concours de circonstances président de la République, ce pensionnaire de la Comédie-Française et complice d’Albert Dupontel fait des merveilles, notamment lorsque le scénario lui prête des répliques enflammées typiques de la langue de bois politicienne –&nbsp;pas étonnant qu’il brasse du vent, son personnage de prof d’histoire retraité s’appelle Alphonse Dumoulin. C’est lorsqu’il n’est plus à l’écran que les choses se gâtent&nbsp;: si Jean-Michel Lahmi (de la bande d’Edouard Baer) fait le job en grand patron des flics, difficile de croire une seconde à Nabiha Akkari dans le rôle de la Première ministre –&nbsp;et pas uniquement parce que l’idée d’avoir une femme trentenaire issue de la diversité à Matignon sonne hélas comme un doux rêve en&nbsp;2017. Si, en matière de fiction politique sérieuse, un <em>Baron Noir</em> n’a pas grand-chose à envier à un <em>House of Cards</em>, côté comique la France est encore loin d’avoir son <em>Veep</em>. Gageons que la génération LREM saura largement inspirer des scénaristes moqueurs. <strong>(A.H.)</strong>
+ </p>
+ <h3>
+ Pour les coulisses d’un tournage dément
+ </h3>
+ <p>
+ <strong><em>Jim &amp; Andy</em> (documentaire, 1h33, Netflix)&nbsp;</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/kB15UFO5ebA" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ A la sortie de <em>Man on the Moon</em> (2000), le magnifique film de Milos Forman consacré à Andy Kaufman –&nbsp;comique et génie de la performance absurde mort en 1984&nbsp;–, le cinéaste et les acteurs insistaient dans chaque interview sur l’in­croyable comportement de Jim Carrey pendant le tournage&nbsp;: il aurait été comme possédé par Kaufman, se prenant pour lui 24&nbsp;heures sur 24. Certains affirmaient même ne jamais avoir eu l’impression que l’acteur était présent, tant son modèle avait littéralement pris sa place. Nous en avons aujourd’hui la preuve en images car tout cela avait été filmé par Bob Zmuda et Lynne Margulies, l’ancien complice et la veuve de Kaufman.
+ </p>
+ <p>
+ Dans le passionnant <em>Jim &amp; Andy&nbsp;: the Great Beyond</em>, disponible sur Netflix, Chris Smith a monté ces documents inédits parallèlement à un entretien dans lequel Jim Carrey revient sur cette expérience unique. <a href="http://next.liberation.fr/cinema,58" target="_blank">Lire la suite de la critique de Marcos Uzal sur Liberation.fr</a>
+ </p>
+ <h3>
+ Pour un trip sibérien en totale autarcie
+ </h3>
+ <p>
+ <strong><em>Braguino</em> (documentaire, 50min, Arte)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/OIS-P-0-cRk" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ La querelle peut se trouver derrière toutes les portes, y compris celle de l’exil. On a beau croire avoir tourné le dos à tout, à cette inclination humaine à nourrir sa&nbsp;propre haine, l’allergie peut regermer fissa sur une&nbsp;peau qui frissonne à&nbsp;l’approche de ce voisin que l’on ne comprend pas. Issu&nbsp;d’une lignée de vieux-croyants orthodoxes russes, Sacha Braguine a pris sa famille sous le bras, loin de toute autre présence humaine en taïga sibérienne. Un autre groupe, les Kiline, a décidé d’en faire de même et de s’installer de l’autre côté de la rivière. Qui est arrivé en premier&nbsp;? Qui menace l’autre&nbsp;? L’histoire de l’impossible communauté peut commencer.
+ </p>
+ <p>
+ La lecture d’<em>Ermites dans la taïga</em>&nbsp;(1992) de Vassili Peskov, authentique récit sur la famille Lykov opérant une migration similaire en&nbsp;1938, a poussé l’artiste&nbsp;<a href="http://next.liberation.fr/images/2017/09/29/clement-cogitore-j-essaye-de-raconter-les-terreurs-profondes-de-l-etre-humain_1599854">Clément Cogitore</a>&nbsp;à&nbsp;rencontrer les Braguine, puis à se faire témoin de la&nbsp;bisbille de voisinage en&nbsp;2016. Il en est revenu avec un nouveau film d’une cinquantaine de minutes&nbsp;:&nbsp;<em>Braguino,</em>&nbsp;soutenu par le prix Le&nbsp;Bal de la&nbsp;jeune création avec l’ADAGP.<em>&nbsp;</em>Le documentaire y frôle son déguisement fictionnel, tant ce qui s’y déroule convoque une dramaturgie comme invoquée par on ne sait quel rituel vaudou […] <a href="http://next.liberation.fr/cinema/2017/10/30/braguino-prises-de-bec-dans-la-taiga_1606859" target="_blank">Lire la suite de la critique de Jérémy Piette sur Liberation.fr</a>, le film diffusé cette semaine sur Arte est visible en intégralité ci-dessus.
+ </p>
+ <h3>
+ Pour un thriller tiré de faits réels
+ </h3>
+ <p>
+ <strong><em>6 Days</em> (film, 1h34, Netflix)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/7HthiTi_IcI" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Fin avril 1980, l’ambassade d’Iran à Londres a été le théâtre d’une prise d’otages largement médiatisée : une trentaine de personnes ont ainsi été retenues pendant six jours par des soldats iraniens dissidents exigeant la libération de 91 prisonniers. Avec Margaret Thatcher au 10 Downing Street à l’époque, pas question pour l’Angleterre d’avoir l’air mou du genou sur la réponse à apporter à cette crise scrutée par les caméras du monde entier. Le SAS (Special Air Service) est sur le coup : l’opération Nimrod se met en place pour prendre d’assaut l’ambassade.
+ </p>
+ <p>
+ Inspiré par cet épisode, <em>6 Days</em> de&nbsp;Toa Fraser (<em>The Dead Lands</em>, 2014) est un thriller carré pouvant compter sur l'autorité naturelle de Mark Strong (<em>Kingsman</em>) ici recyclé en flic londonien et sur la néo-badass attitude de Jamie Bell, bien loin du freluquet danseur de <em>Billy Elliot</em> puisqu'on le retrouve ici&nbsp;en soldat chargé d’organiser l’opération de secours. Attention, la bande-annonce ci-dessus dévoile à peu près l’intégralité des scènes d’action du film. <strong>(A.H.)</strong>
+ </p><p><span><span><a href="https://www.liberation.fr/auteur/5631-alexandre-hervaud">Alexandre Hervaud</a></span> , <span><a href="https://www.liberation.fr/auteur/17350-jeremy-piette">Jérémy Piette</a></span></span>
+ </p></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/videos-2/source.html
new file mode 100644
index 0000000..5cfc0ba
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/videos-2/source.html
@@ -0,0 +1,2043 @@
+<!DOCTYPE html>
+<html lang="fr" xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
+ <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
+ <title>
+ Screenshot&#160;: «Vape Wave», «6&#160;Days», «Alphonse Président»… - Culture / Next
+ </title>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="description" content="Séries, documentaires, programmes jeunesse… Retrouvez les recommandations de&#160;Libération&#160;pour savoir quoi regarder sur vos écrans cette semaine. Pour dépasser..." />
+ <meta name="keywords" content="Documentaire, Libération, Netflix, Arte, Marsha P. Johnson, Alan Moore, France, New York, Cinéaste, Thriller, Special Air Service, Acteur, Web-série, Opération Nimrod, Jim Carrey, Winamp, Planète+, Queer, LGBT, Icône, From Hell, Comique, Etty Buzyn, Bande-annonce, Jefferson Starship, Vieux-croyants, Greenwich Village, V pour Vendetta, Michel Vuillermoz, Évangélisation, Sans-abri, Frein de bicyclette, Cigarette, Allergie, États-Unis, Dieu merci!, Londres, Édouard Baer, Clément Cogitore, Margaret Thatcher, Vidéo à la demande, Pays de la Loire, Cinéma, Brasses, Réalisateur, 10 Downing Street, Jérusalem, Orange Cinéhappy, Mégot, Long métrage, Un grand patron, Droits de l'homme, Baron noir, Ermites dans la taïga, DVD, Parfum, Financement participatif, Révolution, Albert Dupontel, Sénat, Andy Kaufman, Autarcie, Royaume-Uni, Famille Lykov, Brexit, Captures d'écran, Jan Kounen, Dobermann, Comédie-Française, Famille, Taïga, Queen, Prise d'otages des Jeux olympiques de Munich, Président de la République, 99 francs, Langue de bois, Miloš Forman, Torture, Watchmen, Anonymous, François Hollande, The Dead Lands, Mark Strong, Jamie Bell, Nabiha Akkari, Jean-Michel Lahmi, France 3 Limousin, Tournage, Élysée, Cigarette électronique, Billy Elliot, Andy Warhol, Vaudou, Des lendemains qui chantent, Prostitution, Angleterre, Rosa Parks, Bob Zmuda, Émeutes de Stonewall, CNC, MtF, Tabac, Michel Serres, Violence, ADAGP, French Touch, Premier ministre, Canal+, Danse, Man on the Moon, The Great Beyond, Veep, House of Cards, Vassili Peskov, actualités, news" />
+ <meta name="apple-itunes-app" content="app-id=371288979" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:site" content="@libe" />
+ <meta name="twitter:creator" content="@libe" />
+ <meta name="twitter:title" content="Screenshot&#160;: «Vape Wave», «6&#160;Days», «Alphonse Président»…" />
+ <meta name="twitter:description" content="Séries, documentaires, programmes jeunesse… Retrouvez les recommandations de&#160;Libération&#160;pour savoir quoi regarder sur vos écrans cette semaine. Pour dépasser..." />
+ <meta name="twitter:url" content="https://next.liberation.fr/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047" />
+ <meta name="twitter:image" content="https://medias.liberation.fr/photo/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&amp;amp;picto=fb&amp;amp;ratio_x=191&amp;amp;ratio_y=100&amp;amp;width=600" />
+ <meta property="article:section" content="Culture" />
+ <meta property="article:published_time" content="2017-11-24T18:42:20" />
+ <meta property="article:modified_time" content="2017-11-24T18:42:20" />
+ <meta property="article:author" content="https://www.liberation.fr/auteur/5631-alexandre-hervaud" />
+ <meta property="article:author" content="https://www.liberation.fr/auteur/17350-jeremy-piette" />
+ <meta name="news_keywords" content="Documentaire, Libération, Netflix, Arte, Marsha P. Johnson, Alan Moore, France, New York, Cinéaste, Thriller, Special Air Service, Acteur, Web-série, Opération Nimrod, Jim Carrey, Winamp, Planète+, Queer, LGBT, Icône, From Hell, Comique, Etty Buzyn, Bande-annonce, Jefferson Starship, Vieux-croyants, Greenwich Village, V pour Vendetta, Michel Vuillermoz, Évangélisation, Sans-abri, Frein de bicyclette, Cigarette, Allergie, États-Unis, Dieu merci!, Londres, Édouard Baer, Clément Cogitore, Margaret Thatcher, Vidéo à la demande, Pays de la Loire, Cinéma, Brasses, Réalisateur, 10 Downing Street, Jérusalem, Orange Cinéhappy, Mégot, Long métrage, Un grand patron, Droits de l'homme, Baron noir, Ermites dans la taïga, DVD, Parfum, Financement participatif, Révolution, Albert Dupontel, Sénat, Andy Kaufman, Autarcie, Royaume-Uni, Famille Lykov, Brexit, Captures d'écran, Jan Kounen, Dobermann, Comédie-Française, Famille, Taïga, Queen, Prise d'otages des Jeux olympiques de Munich, Président de la République, 99 francs, Langue de bois, Miloš Forman, Torture, Watchmen, Anonymous, François Hollande, The Dead Lands, Mark Strong, Jamie Bell, Nabiha Akkari, Jean-Michel Lahmi, France 3 Limousin, Tournage, Élysée, Cigarette électronique, Billy Elliot, Andy Warhol, Vaudou, Des lendemains qui chantent, Prostitution, Angleterre, Rosa Parks, Bob Zmuda, Émeutes de Stonewall, CNC, MtF, Tabac, Michel Serres, Violence, ADAGP, French Touch, Premier ministre, Canal+, Danse, Man on the Moon, The Great Beyond, Veep, House of Cards, Vassili Peskov" />
+ <meta property="article:tag" content="Documentaire" />
+ <meta property="article:tag" content="Libération" />
+ <meta property="article:tag" content="Netflix" />
+ <meta property="article:tag" content="Arte" />
+ <meta property="article:tag" content="Marsha P. Johnson" />
+ <meta property="article:tag" content="Alan Moore" />
+ <meta property="article:tag" content="France" />
+ <meta property="article:tag" content="New York" />
+ <meta property="article:tag" content="Cinéaste" />
+ <meta property="article:tag" content="Thriller" />
+ <meta property="article:tag" content="Special Air Service" />
+ <meta property="article:tag" content="Acteur" />
+ <meta property="article:tag" content="Web-série" />
+ <meta property="article:tag" content="Opération Nimrod" />
+ <meta property="article:tag" content="Jim Carrey" />
+ <meta property="article:tag" content="Winamp" />
+ <meta property="article:tag" content="Planète+" />
+ <meta property="article:tag" content="Queer" />
+ <meta property="article:tag" content="LGBT" />
+ <meta property="article:tag" content="Icône" />
+ <meta property="article:tag" content="From Hell" />
+ <meta property="article:tag" content="Comique" />
+ <meta property="article:tag" content="Etty Buzyn" />
+ <meta property="article:tag" content="Bande-annonce" />
+ <meta property="article:tag" content="Jefferson Starship" />
+ <meta property="article:tag" content="Vieux-croyants" />
+ <meta property="article:tag" content="Greenwich Village" />
+ <meta property="article:tag" content="V pour Vendetta" />
+ <meta property="article:tag" content="Michel Vuillermoz" />
+ <meta property="article:tag" content="Évangélisation" />
+ <meta property="article:tag" content="Sans-abri" />
+ <meta property="article:tag" content="Frein de bicyclette" />
+ <meta property="article:tag" content="Cigarette" />
+ <meta property="article:tag" content="Allergie" />
+ <meta property="article:tag" content="États-Unis" />
+ <meta property="article:tag" content="Dieu merci!" />
+ <meta property="article:tag" content="Londres" />
+ <meta property="article:tag" content="Édouard Baer" />
+ <meta property="article:tag" content="Clément Cogitore" />
+ <meta property="article:tag" content="Margaret Thatcher" />
+ <meta property="article:tag" content="Vidéo à la demande" />
+ <meta property="article:tag" content="Pays de la Loire" />
+ <meta property="article:tag" content="Cinéma" />
+ <meta property="article:tag" content="Brasses" />
+ <meta property="article:tag" content="Réalisateur" />
+ <meta property="article:tag" content="10 Downing Street" />
+ <meta property="article:tag" content="Jérusalem" />
+ <meta property="article:tag" content="Orange Cinéhappy" />
+ <meta property="article:tag" content="Mégot" />
+ <meta property="article:tag" content="Long métrage" />
+ <meta property="article:tag" content="Un grand patron" />
+ <meta property="article:tag" content="Droits de l'homme" />
+ <meta property="article:tag" content="Baron noir" />
+ <meta property="article:tag" content="Ermites dans la taïga" />
+ <meta property="article:tag" content="DVD" />
+ <meta property="article:tag" content="Parfum" />
+ <meta property="article:tag" content="Financement participatif" />
+ <meta property="article:tag" content="Révolution" />
+ <meta property="article:tag" content="Albert Dupontel" />
+ <meta property="article:tag" content="Sénat" />
+ <meta property="article:tag" content="Andy Kaufman" />
+ <meta property="article:tag" content="Autarcie" />
+ <meta property="article:tag" content="Royaume-Uni" />
+ <meta property="article:tag" content="Famille Lykov" />
+ <meta property="article:tag" content="Brexit" />
+ <meta property="article:tag" content="Captures d'écran" />
+ <meta property="article:tag" content="Jan Kounen" />
+ <meta property="article:tag" content="Dobermann" />
+ <meta property="article:tag" content="Comédie-Française" />
+ <meta property="article:tag" content="Famille" />
+ <meta property="article:tag" content="Taïga" />
+ <meta property="article:tag" content="Queen" />
+ <meta property="article:tag" content="Prise d'otages des Jeux olympiques de Munich" />
+ <meta property="article:tag" content="Président de la République" />
+ <meta property="article:tag" content="99 francs" />
+ <meta property="article:tag" content="Langue de bois" />
+ <meta property="article:tag" content="Miloš Forman" />
+ <meta property="article:tag" content="Torture" />
+ <meta property="article:tag" content="Watchmen" />
+ <meta property="article:tag" content="Anonymous" />
+ <meta property="article:tag" content="François Hollande" />
+ <meta property="article:tag" content="The Dead Lands" />
+ <meta property="article:tag" content="Mark Strong" />
+ <meta property="article:tag" content="Jamie Bell" />
+ <meta property="article:tag" content="Nabiha Akkari" />
+ <meta property="article:tag" content="Jean-Michel Lahmi" />
+ <meta property="article:tag" content="France 3 Limousin" />
+ <meta property="article:tag" content="Tournage" />
+ <meta property="article:tag" content="Élysée" />
+ <meta property="article:tag" content="Cigarette électronique" />
+ <meta property="article:tag" content="Billy Elliot" />
+ <meta property="article:tag" content="Andy Warhol" />
+ <meta property="article:tag" content="Vaudou" />
+ <meta property="article:tag" content="Des lendemains qui chantent" />
+ <meta property="article:tag" content="Prostitution" />
+ <meta property="article:tag" content="Angleterre" />
+ <meta property="article:tag" content="Rosa Parks" />
+ <meta property="article:tag" content="Bob Zmuda" />
+ <meta property="article:tag" content="Émeutes de Stonewall" />
+ <meta property="article:tag" content="CNC" />
+ <meta property="article:tag" content="MtF" />
+ <meta property="article:tag" content="Tabac" />
+ <meta property="article:tag" content="Michel Serres" />
+ <meta property="article:tag" content="Violence" />
+ <meta property="article:tag" content="ADAGP" />
+ <meta property="article:tag" content="French Touch" />
+ <meta property="article:tag" content="Premier ministre" />
+ <meta property="article:tag" content="Canal+" />
+ <meta property="article:tag" content="Danse" />
+ <meta property="article:tag" content="Man on the Moon" />
+ <meta property="article:tag" content="The Great Beyond" />
+ <meta property="article:tag" content="Veep" />
+ <meta property="article:tag" content="House of Cards" />
+ <meta property="article:tag" content="Vassili Peskov" />
+ <link rel="amphtml" href="https://next.liberation.fr/amphtml/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047" />
+ <script type="application/ld+json">
+ <![CDATA[
+ {"publisher": {"url": "https://www.liberation.fr", "logo": {"url": "https://statics.liberation.fr/newnext/images/logo-libe-meta.png", "width": "131", "@type": "ImageObject", "height": "60"}, "@type": "Organization", "name": "Lib\u00e9ration"}, "description": "S\u00e9ries, documentaires, programmes jeunesse\u2026 Retrouvez les recommandations de\u00a0Lib\u00e9ration\u00a0pour savoir quoi regarder sur vos \u00e9crans cette semaine.\nPour d\u00e9passer...", "author": [{"url": "https://www.liberation.fr/auteur/5631-alexandre-hervaud", "@type": "Person", "name": "Alexandre Hervaud"}, {"url": "https://www.liberation.fr/auteur/17350-jeremy-piette", "@type": "Person", "name": "J\u00e9r\u00e9my Piette"}], "headline": "Screenshot\u00a0: \u00abVape Wave\u00bb, \u00ab6\u00a0Days\u00bb, \u00abAlphonse Pr\u00e9sident\u00bb\u2026", "image": {"url": "https://statics.liberation.fr/newnext/images/social-placeholder.jpg", "width": "1000", "@type": "ImageObject", "height": "500"}, "datePublished": "2017-11-24T18:42:20.314667", "keywords": "Documentaire,Lib\u00e9ration,Netflix,Arte,Marsha P. Johnson,Alan Moore,France,New York,Cin\u00e9aste,Thriller,Special Air Service,Acteur,Web-s\u00e9rie,Op\u00e9ration Nimrod,Jim Carrey,Winamp,Plan\u00e8te+,Queer,LGBT,Ic\u00f4ne,From Hell,Comique,Etty Buzyn,Bande-annonce,Jefferson Starship,Vieux-croyants,Greenwich Village,V pour Vendetta,Michel Vuillermoz,\u00c9vang\u00e9lisation,Sans-abri,Frein de bicyclette,Cigarette,Allergie,\u00c9tats-Unis,Dieu merci!,Londres,\u00c9douard Baer,Cl\u00e9ment Cogitore,Margaret Thatcher,Vid\u00e9o \u00e0 la demande,Pays de la Loire,Cin\u00e9ma,Brasses,R\u00e9alisateur,10 Downing Street,J\u00e9rusalem,Orange Cin\u00e9happy,M\u00e9got,Long m\u00e9trage,Un grand patron,Droits de l'homme,Baron noir,Ermites dans la ta\u00efga,DVD,Parfum,Financement participatif,R\u00e9volution,Albert Dupontel,S\u00e9nat,Andy Kaufman,Autarcie,Royaume-Uni,Famille Lykov,Brexit,Captures d'\u00e9cran,Jan Kounen,Dobermann,Com\u00e9die-Fran\u00e7aise,Famille,Ta\u00efga,Queen,Prise d'otages des Jeux olympiques de Munich,Pr\u00e9sident de la R\u00e9publique,99 francs,Langue de bois,Milo\u0161 Forman,Torture,Watchmen,Anonymous,Fran\u00e7ois Hollande,The Dead Lands,Mark Strong,Jamie Bell,Nabiha Akkari,Jean-Michel Lahmi,France 3 Limousin,Tournage,\u00c9lys\u00e9e,Cigarette \u00e9lectronique,Billy Elliot,Andy Warhol,Vaudou,Des lendemains qui chantent,Prostitution,Angleterre,Rosa Parks,Bob Zmuda,\u00c9meutes de Stonewall,CNC,MtF,Tabac,Michel Serres,Violence,ADAGP,French Touch,Premier ministre,Canal+,Danse,Man on the Moon,The Great Beyond,Veep,House of Cards,Vassili Peskov", "@type": "NewsArticle", "mainEntityOfPage": {"@id": "https://next.liberation.fr/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047", "@type": "URL"}, "@context": "http://schema.org", "dateCreated": "2017-11-24T18:42:20.314667", "dateModified": "2017-11-24T18:42:20.314667"}
+ ]]>
+ </script>
+ <meta name="google-site-verification" content="zVHLmJdGBN-aytKJzwnoPQeYRQZLOwePkL6terUtF8U" />
+ <meta property="fb:pages" content="147126052393" />
+ <meta property="og:site_name" content="Libération.fr" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="Screenshot&#160;: «Vape Wave», «6&#160;Days», «Alphonse Président»…" />
+ <meta property="og:image" content="https://medias.liberation.fr/photo/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&amp;amp;picto=fb&amp;amp;ratio_x=191&amp;amp;ratio_y=100&amp;amp;width=600" />
+ <meta property="al:ios:url" content="liberation://article?id=1612047" />
+ <meta property="al:ios:app_store_id" content="336173383" />
+ <meta property="al:ios:app_name" content="Libération" />
+ <meta property="al:android:package" content="com.visuamobile.liberation" />
+ <meta property="al:android:app_name" content="Libération - Toute l'actualité" />
+ <meta property="al:android:url" content="liberation://article?id=1612047" />
+ <meta name="twitter:app:country" content="FR" />
+ <meta name="twitter:app:name:iphone" content="Libération" />
+ <meta name="twitter:app:id:iphone" content="336173383" />
+ <meta name="twitter:app:url:iphone" content="liberation://article?id=1612047" />
+ <meta name="twitter:app:name:ipad" content="Libération" />
+ <meta name="twitter:app:id:ipad" content="336173383" />
+ <meta name="twitter:app:url:ipad" content="liberation://article?id=1612047" />
+ <meta name="twitter:app:name:googleplay" content="Libération - Toute l'actualité" />
+ <meta name="twitter:app:id:googleplay" content="com.visuamobile.liberation" />
+ <meta name="twitter:app:url:googleplay" content="liberation://article?id=1612047" />
+ <meta property="og:url" content="https://next.liberation.fr/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047" />
+ <meta property="og:description" content="Séries, documentaires, programmes jeunesse… Retrouvez les recommandations de&#160;Libération&#160;pour savoir quoi regarder sur vos écrans cette semaine. Pour dépasser..." />
+ <meta property="libe:image" content="https://medias.liberation.fr/photo/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&amp;amp;width=750" />
+ <link rel="canonical" href="https://next.liberation.fr/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047" />
+ <link rel="shortcut icon" href="https://www.liberation.fr/favicon.ico" />
+ <link rel="stylesheet" href="https://statics.liberation.fr/newnext/cache/css/46a524bbe7a5.css" type="text/css" media="all" />
+ <link rel="stylesheet" href="https://statics.liberation.fr/newnext/cache/css/db0902551ea0.css" type="text/css" media="all" />
+ <link rel="dns-prefetch" href="https://medias.liberation.fr" />
+ <link rel="dns-prefetch" href="http://m0.libe.com/" />
+ <link rel="dns-prefetch" href="https://statics.liberation.fr/newnext/" />
+ <link rel="dns-prefetch" href="http://asqliberation.nuggad.net/" />
+ <link rel="dns-prefetch" href="http://logliberation.xiti.com/" />
+ <link rel="dns-prefetch" href="http://www.google-analytics.com/" />
+ <link rel="dns-prefetch" href="http://static.chartbeat.com/" />
+ <link rel="dns-prefetch" href="http://ping.chartbeat.com/" />
+ <link rel="dns-prefetch" href="http://widgets.outbrain.com/" />
+ <link rel="dns-prefetch" href="http://images.outbrain.com/" />
+ <link rel="dns-prefetch" href="http://odb.outbrain.com/" />
+ <link rel="dns-prefetch" href="http://platform.twitter.com/" />
+ <link rel="dns-prefetch" href="http://connect.facebook.net/" />
+ <link rel="dns-prefetch" href="http://www.facebook.com/" />
+ <link rel="dns-prefetch" href="https://www6.smartadserver.com/" />
+ <link rel="dns-prefetch" href="http://ak-ns.sascdn.com/" />
+ <link rel="dns-prefetch" href="http://cdn1.smartadserver.com/" />
+ <link rel="dns-prefetch" href="http://ib.adnxs.com/" />
+ <link rel="dns-prefetch" href="http://cdn.adslvr.com/" />
+ <link rel="dns-prefetch" href="http://d.ligatus.com/" />
+ <link rel="dns-prefetch" href="http://x.ligatus.com/" />
+ <link rel="dns-prefetch" href="http://l.ligatus.com/" />
+ <link rel="dns-prefetch" href="http://cdn.elasticad.net/" />
+ <script type="text/javascript" src="https://statics.liberation.fr/newnext/cache/js/6cc7f5d7edf1.js"></script>
+ <script type="text/javascript" src="https://statics.liberation.fr/newnext/cache/js/ec1d4b0cc5cb.js"></script>
+ </head>
+ <body class="contentmodel next article article-screenshot-vape-wave-6-days-alphonse-president article">
+ <script type="text/javascript" src="https://statics.liberation.fr/newnext/cache/js/47759a0c4465.js"></script> <svg xmlns="http://www.w3.org/2000/svg" style="height: 0; width: 0; position: absolute; visibility: hidden;"> <!-- LAYOUT -->
+ <symbol id="icon-search" viewbox="0 0 21 22">
+ <title>
+ Search
+ </title>
+ <g stroke-width="2" stroke-miterlimit="10" fill="none">
+ <circle cx="8.4" cy="8.5" r="7.1"></circle>
+ <path d="M12.9 13.8l7.1 7.1"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-direct-anim" viewbox="0 0 26 22">
+ <title>
+ Direct
+ </title>
+ <path class="stroke-anim" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M15.5 8c.7-1 2-2 4-2 3 0 5 2.1 5 5s-2.1 5-5 5c-3.3 0-5-2.1-6.5-5s-3.2-5-6.5-5c-2.9 0-5 2.1-5 5s2 5 5 5c2 0 3.2-.9 4-2" fill="none"></path>
+ </symbol>
+ <symbol id="icon-user" viewbox="0 0 21 22">
+ <title>
+ User
+ </title>
+ <g stroke-width="2" stroke-miterlimit="10" fill="none">
+ <path d="M7.1 12.2c-3.3 1.3-5.6 4.3-5.6 8.3h17.9c0-4-2.3-7-5.6-8.3"></path>
+ <circle cx="10.5" cy="7.1" r="5.6"></circle>
+ </g>
+ </symbol>
+ <symbol id="icon-100" viewbox="0 0 26 22">
+ <title>
+ 100
+ </title>
+ <g stroke="#000" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <path d="M14.8 8c0-1.7-1.3-3-3-3s-3 1.3-3 3v6c0 1.7 1.3 3 3 3s3-1.3 3-3v-6zM24.8 8c0-1.7-1.3-3-3-3s-3 1.3-3 3v6c0 1.7 1.3 3 3 3s3-1.3 3-3v-6zM.8 7l2.6-2h.4v13"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-zoom" viewbox="0 0 22 22">
+ <title>
+ Zoom
+ </title>
+ <path fill="#ffffff" d="M9 22v-2h-5.5l6.5-6.5-1.5-1.5-6.5 6.5v-5.5h-2v9zM13 0v2h5.5l-6.5 6.5 1.5 1.5 6.5-6.5v5.5h2v-9z"></path>
+ </symbol>
+ <symbol id="icon-quiz" viewbox="0 0 60 60">
+ <title>
+ Quiz
+ </title>
+ <text transform="translate(23.727 40.574)" fill="#fff" font-family="'Liberation-x2750.00_x1500.00'" font-size="26.585" letter-spacing="2">
+ ?
+ </text>
+ <path stroke="#fff" d="M30 12v-7M21.1 14.5l-3.6-6.2M14.5 21.1l-6.2-3.6M12 30h-7M14.5 38.9l-6.2 3.6M21.1 45.5l-3.6 6.2M30 48v7M38.9 45.5l3.6 6.2M45.5 38.9l6.2 3.6M48 30h7M45.5 21.1l6.2-3.6M38.9 14.5l3.6-6.2"></path>
+ </symbol><!-- LIVE -->
+ <symbol id="icon-diamond" viewbox="0 0 26 11">
+ <title>
+ Libération Diamond
+ </title>
+ <path stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M1.1 5.5l11.9-4.4 11.9 4.4-11.9 4.4z"></path>
+ </symbol><!-- EVENEMENT -->
+ <symbol id="icon-clock" viewbox="0 0 18 18">
+ <title>
+ clock
+ </title>
+ <g stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none">
+ <circle cx="9" cy="9" r="7.5"></circle>
+ <path d="M9 3.9v5.1h2.6"></path>
+ </g>
+ </symbol><!-- RSS -->
+ <symbol id="icon-xml" viewbox="0 0 14.6 14.6">
+ <title>
+ xml
+ </title>
+ <path fill="#fff" d="M0 7.8c1.8 0 3.5.7 4.8 2 1.3 1.3 2 3 2 4.8h2.8c0-5.3-4.3-9.6-9.6-9.6v2.8zm0-5c6.5 0 11.8 5.3 11.8 11.8h2.8c0-8-6.6-14.6-14.6-14.6v2.8zm3.9 9.9c0 1.1-.9 1.9-1.9 1.9-1.1 0-1.9-.9-1.9-1.9 0-1.1.9-1.9 1.9-1.9 1-.1 1.9.8 1.9 1.9z"></path>
+ </symbol>
+ <symbol id="icon-netvibes" viewbox="0 0 14 14">
+ <title>
+ netvibes
+ </title>
+ <g fill="#fff">
+ <path d="M6 0h2v14h-2zM0 6h14v2h-14z"></path>
+ </g>
+ </symbol><!-- CATEGORIES -->
+ <symbol id="icon-live" viewbox="0 0 60 60">
+ <title>
+ live
+ </title>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" d="M33 26c1.3-2 3.1-4 6-4 5 0 8 3.7 8 8s-3 8-8 8c-4.9 0-6.8-3.7-9-8s-4.1-8-9-8c-5.1 0-8 3.7-8 8s2.9 8 8 8c3 0 4.8-2.4 6-4" fill="none"></path>
+ </symbol>
+ <symbol id="icon-anciens-numeros" viewbox="0 0 60 60">
+ <title>
+ anciens-numeros
+ </title>
+ <path fill="#fff" d="M20.2 22.5l7.1-2.5 6.9 2.5-6.9 2.5z"></path>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M15 17h24v32h-24zM20 14v-2h24v32h-2"></path>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M20 29h14v8h-14zM19 41h7M19 44h7M28 41h7M28 44h7"></path>
+ </symbol>
+ <symbol id="icon-data" viewbox="0 0 60 60">
+ <title>
+ data
+ </title>
+ <g stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <circle cx="30" cy="30" r="15.7"></circle>
+ <path d="M30 14v16l-10.6 11.6M18.8 19l11.2 11"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-desintox" viewbox="0 0 60 60">
+ <title>
+ desintox
+ </title>
+ <g stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" fill="none">
+ <circle cx="20.6" cy="40.8" r="6.5"></circle>
+ <path d="M23.4 40.8c0-1.5-1.3-2.8-2.8-2.8M42.4 40.8c0-1.5-1.3-2.8-2.8-2.8M14 41v-14.7c0-3.5 3-6.3 6.5-6.3s6.5 2.8 6.5 6.3v14.7"></path>
+ </g>
+ <g stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" fill="none">
+ <circle cx="39.6" cy="40.8" r="6.5"></circle>
+ <path d="M33 41v-14.7c0-3.5 3-6.3 6.5-6.3s6.5 2.8 6.5 6.3v14.7"></path>
+ </g>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M19 20v-4.2c0-2.1 1.9-3.7 4-3.7s4 1.7 4 3.7v9.2M41 20v-4.2c0-2.1-1.9-3.7-4-3.7s-4 1.7-4 3.7v9.2" fill="none"></path>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" fill="none" d="M27 25h6v11h-6z"></path>
+ </symbol>
+ <symbol id="icon-diapo" viewbox="0 0 60 60">
+ <title>
+ diapo
+ </title>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M11 23h33v21h-33zM11.2 38l7.1-6.2 10 12.2M27.2 42.5l7-6.2 10.1 7.7"></path>
+ <circle fill="#fff" cx="38" cy="29.3" r="3.3"></circle>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M17 20v-3h33v21h-3"></path>
+ </symbol>
+ <symbol id="icon-edito" viewbox="0 0 60 60">
+ <title>
+ edito
+ </title>
+ <g fill="#fff">
+ <path d="M10.2 23h6.5v2.7h-3.7v2.6h3.5v2.6h-3.5v3.1h3.7v2.7h-6.5v-13.7zM18.5 23h3.9c3.1 0 4.1 1.2 4.1 4.5v4.6c0 3.3-1 4.5-4.1 4.5h-3.9v-13.6zm2.8 2.6v8.5h1.1c.9 0 1.3-.4 1.3-2.2v-4c0-1.8-.4-2.2-1.3-2.2h-1.1zM28.4 23h2.9v13.7h-2.9v-13.7zM37.5 25.9v10.8h-2.9v-10.8h-2v-2.9h6.9v2.9h-2zM45.1 36.8c-2.9 0-4.1-1.2-4.1-4.4v-5.2c0-3 1.2-4.3 4.1-4.3 2.9 0 4.1 1.3 4.1 4.3v5.2c0 3.1-1.3 4.4-4.1 4.4zm-.1-11.2c-.9 0-1.3.4-1.3 2v4.5c0 1.6.4 2 1.3 2s1.3-.4 1.3-2v-4.5c0-1.6-.4-2-1.3-2z"></path>
+ </g>
+ <path fill="#fff" d="M11.7 21l2.2-3h2.3l-2.7 3z"></path>
+ </symbol>
+ <symbol id="icon-election-2017" viewbox="0 0 60 60">
+ <title>
+ election-2017
+ </title>
+ <g fill="#fff">
+ <path d="M17.1 49.4c3.9-4.7 4-4.7 4-5.5v-.3c0-.7-.2-1-.9-1-.6 0-.9.3-.9 1.2v.5h-2.3v-.6c0-2.1.9-3 3.2-3 2.2 0 3.1.7 3.1 2.6v.3c0 1.2-.2 1.5-3.4 5.7h3.3v2h-6.2v-1.9zM28 51.4c-2.3 0-3.2-.9-3.2-3.4v-4c0-2.3.9-3.3 3.2-3.3 2.3 0 3.2 1 3.2 3.3v4c0 2.4-1 3.4-3.2 3.4zm0-8.7c-.7 0-1 .3-1 1.5v3.5c0 1.2.3 1.5 1 1.5s1-.3 1-1.5v-3.5c0-1.2-.3-1.5-1-1.5zM33.8 51.3v-8l-1.3.6v-2.1l2.3-1.1h1.2v10.6h-2.2zM38.4 51.3c.3-4.1 1.7-6.5 2.9-8.6h-3.8v-2h6.2v1.6c-1.5 2.7-2.6 4.9-2.9 9h-2.4z"></path>
+ </g>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M24 13h-10v12h32v-12h-6"></path>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M14 25h32v9h-32z"></path>
+ <path fill="#fff" d="M32 21l7-7-7-7-10 10 4 4z"></path>
+ </symbol>
+ <symbol id="icon-election" viewbox="0 0 60 60">
+ <title>
+ election
+ </title>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M20.9 21h-7v12h32v-12h-5"></path>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M13.9 33h32v10h-32z"></path>
+ <path fill="#fff" d="M31.1 29l8.6-7.4-7.4-8.6-12.3 11.1 4.1 4.9z"></path>
+ </symbol>
+ <symbol id="icon-essentiel" viewbox="0 0 60 60">
+ <title>
+ essentiel
+ </title>
+ <g stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <path d="M19 24h-2.5c-3.9 0-6.8 3.1-6.8 7s3 7 6.8 7h26.3c3.9 0 6.8-3.1 6.8-7s-3-7-6.8-7h-18.8M28.2 28.4l-4.4-4.4 4.4-4.4"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-generique" viewbox="0 0 60 60">
+ <title>
+ generique
+ </title>
+ <path fill="#fff" d="M12 30l18-6.6 18 6.6-18 6.6-18-6.6"></path>
+ </symbol>
+ <symbol id="icon-idee" viewbox="0 0 60 60">
+ <title>
+ idee
+ </title>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M41.5 35c-1.8 3.2-6 2.5-5.7 7.3M38.4 46.9c5-3.4-.5-7.9 3.1-11.9M39.4 30.9c2.6-2.9 8.1-1.3 7.3 3.6M31 31.9c0 .9.3 5 5.3 2.2M31 31.9c0-2.3 3.5-2.6 5.7-5.3" fill="none"></path>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M24.6 13c-2.8 1.4-3.9 3.7-3 6" fill="none"></path>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" d="M31 45.3c0 5.6 16 2.6 16-14.4 0-16.9-16-23.3-16-15.5v29.9zM31 45.3c0 5.6-16 2.6-16-14.4 0-16.9 16-23.3 16-15.5v29.9z" fill="none"></path>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M20.2 35.2c5.3-1.3 4.3 3 10.8 3M20.7 35.1c3.9-.7 3.9-1.5 6.5-2M15.6 25.4c-.6 3.5 2.4 5.3 4.4 4.9 2-.4 3.5-1.1 4.6-1.1" fill="none"></path>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M28.3 25.1c-2.6-1.9-2.8-5.3-1.5-7.8M31 31.1c0-5.1-5-9.8-10-6.3" fill="none"></path>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M21.9 40c3.1 1.4 2.8 2.7 5.6 3.7" fill="none"></path>
+ <g stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" fill="none">
+ <path d="M36.1 22.4c-.3-1.8.9-3.1 2.5-3.4M35.9 17.3c-.4 2 .1 3.8.2 5.2"></path>
+ </g>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M44.7 30c-2.2-1.4-4.2-3.4-3.9-6.3" fill="none"></path>
+ </symbol>
+ <symbol id="icon-jo" viewbox="0 0 60 60">
+ <title>
+ jo
+ </title>
+ <g stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <circle cx="44.9" cy="28.1" r="6.1"></circle>
+ <circle cx="37.6" cy="33.9" r="6.1"></circle>
+ <circle cx="23" cy="33.9" r="6.1"></circle>
+ <circle cx="30.3" cy="28.1" r="6.1"></circle>
+ <circle cx="15.7" cy="28.1" r="6.1"></circle>
+ </g>
+ </symbol>
+ <symbol id="icon-next" viewbox="0 0 60 60">
+ <title>
+ next
+ </title>
+ <g fill="#fff">
+ <path d="M15.4 29.6v7.1h-2.6v-13.7h2.5l2.9 7.1v-7.1h2.6v13.7h-2.5l-2.9-7.1zM22.6 23h6.5v2.7h-3.7v2.6h3.5v2.6h-3.5v3.1h3.7v2.7h-6.5v-13.7zM30.9 23h3l1 5.9 1-5.9h3l-1.6 6.8 1.6 6.8h-3l-1.1-6-1.1 6h-3l1.6-6.8-1.4-6.8zM44.9 25.9v10.8h-2.9v-10.8h-2v-2.9h6.9v2.9h-2z"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-portrait" viewbox="0 0 60 60">
+ <title>
+ portrait
+ </title>
+ <path stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M46 30c0-2.4 2-1.7 2-4s-2-1.7-2-4v-7c1-.5 1.8-3.2 0-5s-5.2-1.2-6.1.7c-2.3.4-2.3-1.5-4.7-1.5s-2.9 1.8-5.2 1.8-2.9-1.8-5.2-1.8-2.4 1.9-4.7 1.5c-.9-1.9-4.3-2.5-6.1-.7s-1.2 4.5 0 5v7l-2 4s2 1.6 2 4-2 1.7-2 3.9 2 1.7 2 4v7c-1 .5-1.8 3.2 0 5s5.2 1.2 6.1-.7c2.3-.4 2.3 1.5 4.7 1.5s2.9-1.8 5.2-1.8 2.9 1.8 5.2 1.8 2.4-1.9 4.7-1.5c.9 1.9 4.3 2.5 6.1.7s1.2-4.5 0-5v-7l2-4s-2-1.5-2-3.9z" fill="none"></path>
+ <g stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <path d="M28 24v8h3M22 25h6M32 25h5M24 36c1.8 1.3 3.5 2 6 2 2.3 0 3.3-.9 5-2"></path>
+ </g>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M18 15h24v30h-24z"></path>
+ </symbol>
+ <symbol id="icon-radio" viewbox="0 0 60 60">
+ <title>
+ radio
+ </title>
+ <g stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <path d="M20 22h30v20h-30z"></path>
+ <path stroke-linecap="round" stroke-linejoin="round" d="M29 15.3l17.9 6.7"></path>
+ <circle cx="30" cy="32" r="4.5"></circle>
+ <path d="M38 28h7M38 32h7M38 36h7M7 32h5M11.6 23.2l3.6 3.6M15.2 37.2l-3.6 3.6"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-son" viewbox="0 0 60 60">
+ <title>
+ son
+ </title>
+ <g stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <path d="M22 26h6v8h-6zM28 34l7 5v-18l-7 5z"></path>
+ <circle cx="30" cy="30" r="18"></circle>
+ </g>
+ </symbol>
+ <symbol id="icon-alerte" viewbox="0 0 60 60">
+ <title>
+ alerte
+ </title>
+ <path fill="#fff" d="M25.9 42l2.3-10h-5.3l4.8-14h9.6l-6 10h6.6z"></path>
+ </symbol>
+ <symbol id="icon-top-100" viewbox="0 0 60 60">
+ <title>
+ top-100
+ </title>
+ <g fill="#fff">
+ <path d="M27.2 36.7v-10.4l-1.7.8v-2.7l3-1.4h1.6v13.7h-2.9zM36.4 36.8c-2.9 0-4.1-1.2-4.1-4.4v-5.2c0-3 1.2-4.3 4.1-4.3 2.9 0 4.1 1.3 4.1 4.3v5.2c0 3.1-1.2 4.4-4.1 4.4zm0-11.2c-.9 0-1.3.4-1.3 2v4.6c0 1.6.4 2 1.3 2s1.3-.4 1.3-2v-4.6c0-1.6-.4-2-1.3-2zM46.4 36.8c-2.9 0-4.1-1.2-4.1-4.4v-5.2c0-3 1.2-4.3 4.1-4.3 2.9 0 4.1 1.3 4.1 4.3v5.2c.1 3.1-1.2 4.4-4.1 4.4zm0-11.2c-.9 0-1.3.4-1.3 2v4.6c0 1.6.4 2 1.3 2s1.3-.4 1.3-2v-4.6c0-1.6-.4-2-1.3-2z"></path>
+ </g>
+ <path fill="#fff" d="M22 31l-7-8-7 8h3v5h8v-5z"></path>
+ </symbol>
+ <symbol id="icon-star" viewbox="0 0 20 20">
+ <title>
+ star
+ </title>
+ <path d="M10 2.3l1.9 5.9h6.2l-5 3.6 1.9 5.9-5-3.6-5 3.6 1.9-5.9-5-3.6h6.2z"></path>
+ </symbol>
+ <symbol id="icon-une" viewbox="0 0 60 60">
+ <title>
+ une
+ </title>
+ <path fill="#fff" d="M23.5 16.5l6.5-2.5 6.5 2.5-6.5 2.5z"></path>
+ <path stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none" d="M15 10h30v40h-30zM21 24h18v12h-18zM20 40h9M20 44h9M31 40h9M31 44h9"></path>
+ </symbol>
+ <symbol id="icon-video" viewbox="0 0 60 60">
+ <title>
+ video
+ </title>
+ <path fill="#fff" d="M37.4 30l-11.4-7.9v15.8z"></path>
+ <circle stroke="#fff" stroke-width="2" stroke-miterlimit="10" cx="30.2" cy="30" r="18" fill="none"></circle>
+ </symbol>
+ <symbol id="icon-scroll" viewbox="0 0 16 26">
+ <title>
+ scroll
+ </title>
+ <path stroke="#282828" stroke-width="2" stroke-miterlimit="10" d="M8 24.5c-3.6 0-6.5-2.9-6.5-6.5v-10c0-3.6 2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5v10c0 3.6-2.9 6.5-6.5 6.5z" fill="none"></path>
+ <circle fill="#2D2D2D" cx="8" cy="6.9" r="1.5"></circle>
+ </symbol>
+ <symbol id="icon-politiques" viewbox="0 0 60 60">
+ <title>
+ politiques
+ </title>
+ <g transform="translate(0.2,-104.59999)">
+ <rect style="fill:none;stroke-width:0.36275697" height="60" width="60" y="104.59999" x="-0.2"></rect>
+ <g transform="matrix(0.36275697,0,0,0.36275697,-0.12744861,104.8902)">
+ <path style="fill:#ffffff" d="m 93.2,64.4 c -4.1,0 -9.4,-4.5 -10.5,-5.5 L 81.8,58.1 82.2,48 c -2.9,-3.7 -4.6,-8.2 -4.6,-12.7 0,-10.2 7,-18.5 15.5,-18.5 8.5,0 15.5,8.3 15.5,18.5 0,4.5 -1.7,9 -4.6,12.7 l 0.4,10.1 -0.9,0.8 c -0.9,0.9 -6.2,5.5 -10.3,5.5 z m -6.3,-8.5 c 2.1,1.6 4.9,3.5 6.3,3.5 1.3,0 4.2,-1.8 6.2,-3.5 L 99,46.3 99.7,45.5 c 2.5,-2.9 4,-6.6 4,-10.2 0,-7.5 -4.7,-13.5 -10.5,-13.5 -5.8,0 -10.5,6.1 -10.5,13.5 0,3.6 1.5,7.3 4,10.2 l 0.7,0.8 z"></path>
+ <path style="fill:#ffffff" d="m 104.4,59 c 4.6,1.2 10.7,2.9 13.1,3.7 l 0.2,0.1 c 1,0.3 2.3,0.8 2.6,1.1 0.1,0.1 0.7,0.9 0.9,4.3 0.3,5.6 1.3,21.7 1.8,30.2 H 98.1 L 104.4,59 M 82,59 88.1,98.3 H 63.5 C 64,89.9 65,73.8 65.3,68.1 c 0.2,-3.5 0.8,-4.2 0.9,-4.3 0.2,-0.3 1.5,-0.7 2.6,-1.1 L 69,62.6 C 71.3,62 77.4,60.3 82,59 m 18.3,-6.2 -7.2,45.4 -7,-45.4 c 0,0 -14.7,3.9 -18.8,5.3 -4.1,1.4 -6.5,2.1 -7,9.9 -0.5,7.8 -2.1,35.5 -2.1,35.5 h 34.9 35.1 c 0,0 -1.7,-27.7 -2.1,-35.5 -0.5,-7.8 -2.8,-8.5 -7,-9.9 -4.1,-1.5 -18.8,-5.3 -18.8,-5.3 z"></path>
+ <path style="fill:#ffffff" d="M 126.8,144 H 35.2 V 114.5 L 20.8,98.8 h 120.8 l -14.8,15.8 z m -86.6,-5 h 81.6 v -26.5 l 8.2,-8.8 H 32.1 l 8.1,8.8 z"></path>
+ <rect style="fill:#ffffff" height="20.6" width="5" y="80.699997" x="27"></rect>
+ <path style="fill:#ffffff" d="m 21.6,88.3 c -0.7,0 -1.4,-0.3 -1.9,-1 -0.7,-1 -0.4,-2.4 0.6,-3.1 L 36.7,73 c 1,-0.7 2.4,-0.4 3.1,0.6 0.7,1 0.4,2.4 -0.6,3.1 L 22.9,87.9 c -0.4,0.2 -0.8,0.4 -1.3,0.4 z"></path>
+ <circle style="fill:#ffffff" r="6.0999999" cy="73.199997" cx="40.599998"></circle>
+ </g>
+ </g>
+ </symbol>
+ <symbol id="icon-food" viewbox="0 0 60 60">
+ <title>
+ food
+ </title>
+ <g transform="matrix(0.3,0,0,0.3,0.003,0)">
+ <polyline style="fill:none" points="-0.01 200 -0.01 0 199.99 0 199.99 200"></polyline>
+ <path style="fill:#ffffff" d="M 68.55,79.13 25.61,37.31 21.05,42 l 38,37.14 H 41 v 3.26 c 0,48.1 18.31,63.11 24.64,66.86 v 11.6 h 69.57 v -11.58 c 6.39,-3.69 24.64,-18.5 24.64,-66.88 v -3.27 z m 62.25,65.07 -2.13,0.79 v 9.32 H 72.19 v -7 -2.21 l -2,-0.83 C 69.97,144.18 48.55,134.81 47.64,85.71 h 105.7 c -0.97,49.4 -22.34,58.41 -22.54,58.49 z"></path>
+ <path style="fill:#ffffff" d="m 103,69.23 a 3.65,3.65 0 0 1 -3.09,-0.44 2.7,2.7 0 0 1 -0.62,-4.11 c 5.23,-6 2.82,-10.12 -0.51,-15.78 -3,-5.12 -6.76,-11.49 -2.85,-19.5 a 3.53,3.53 0 0 1 4.39,-1.56 2.82,2.82 0 0 1 1.75,3.86 c -2.67,5.45 -0.21,9.63 2.64,14.47 3.43,5.82 7.69,13.06 -0.12,22.06 a 3.38,3.38 0 0 1 -1.59,1"></path>
+ <path style="fill:#ffffff" d="m 120.73,69.21 a 3.38,3.38 0 0 0 1.53,-1.09 c 4.25,-5.5 5.18,-11.25 1.23,-17.57 -2.7,-4.31 -1.75,-6.21 -1.27,-8.39 0.48,-2.18 -0.23,-3.21 -2,-3.75 a 3.54,3.54 0 0 0 -4.3,1.8 c 0,0 -2.34,4.62 -0.6,8.93 0.93,2.29 2.48,4 3.22,5.85 1.23,3 1.23,5.93 -1.82,9.88 a 2.71,2.71 0 0 0 0.85,4.08 3.72,3.72 0 0 0 3.12,0.26"></path>
+ <path style="fill:#ffffff" d="m 86.72,69 a 3.39,3.39 0 0 0 1.41,-1.24 c 3.69,-5.91 4,-11.72 -0.52,-17.61 -3.11,-4 -2.36,-6 -2.1,-8.22 0.26,-2.22 -0.55,-3.17 -2.33,-3.54 a 3.54,3.54 0 0 0 -4.09,2.22 c 0,0 -1.88,4.84 0.29,9 1.15,2.18 2.87,3.75 3.79,5.49 1.53,2.91 1.81,5.79 -0.83,10 a 2.71,2.71 0 0 0 1.25,4 3.72,3.72 0 0 0 3.13,0"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-sciences" viewbox="0 0 60 60">
+ <title>
+ sciences
+ </title>
+ <g transform="matrix(3.7795275,0,0,3.7795275,982.69996,-913.79113)">
+ <g transform="matrix(0.09597945,0,0,0.09597945,-259.98684,241.89388)">
+ <path style="fill:#ffffff" d="m 74.33,34.86 a 6.49,6.49 0 1 1 6.48,-6.48 6.49,6.49 0 0 1 -6.48,6.48 z m 0,-9 a 2.49,2.49 0 1 0 2.48,2.49 2.49,2.49 0 0 0 -2.48,-2.46 z"></path>
+ <path style="fill:#ffffff" d="m 91.51,25.46 a 7.91,7.91 0 1 1 7.91,-7.91 7.92,7.92 0 0 1 -7.91,7.91 z m 0,-11.82 a 3.91,3.91 0 1 0 3.91,3.91 3.91,3.91 0 0 0 -3.91,-3.91 z"></path>
+ <path style="fill:#ffffff" d="M 125.5,134.07 97.2,71.41 V 48.88 c 4,-2.44 3.57,-4.47 3.41,-5.19 -0.69,-2.95 -4.52,-2.95 -6.15,-2.95 H 70.33 c -1.84,0 -5.66,0 -6.33,3 -0.41,1.86 0.76,3.57 3.59,5.19 v 22.5 l -28,62.41 -0.1,0.24 c -1.38,4.1 -1.26,7.19 0.37,9.46 2.63,3.63 7.91,3.62 13.52,3.61 h 59.27 c 5.2,0 10,-0.2 12.47,-3.61 1.64,-2.28 1.76,-5.37 0.38,-9.47 z M 72.89,72.55 V 46 h 19 v 6.07 h -8.8 v 4 h 8.81 v 4.57 h -8.81 v 4 h 8.81 v 4.58 h -8.81 v 4 h 9.13 l 15.48,34.25 H 57.21 Z m 47.94,67.88 c -1,1.43 -5.56,1.42 -9.2,1.41 H 53.37 c -3.63,0 -8.16,0 -9.2,-1.41 -0.51,-0.72 -0.4,-2.38 0.32,-4.55 l 10.34,-23.07 h 55.26 l 10.42,23.07 c 0.72,2.17 0.83,3.83 0.32,4.55 z"></path>
+ </g>
+ </g>
+ </symbol><!-- SOCIAL ICON -->
+ <symbol id="icon-facebook" viewbox="0 0 20 20">
+ <title>
+ Facebook
+ </title>
+ <path d="M5.7 7h1.8v-1.8000000000000003c0-.8 0-2 .6-2.8.6-.7 1.5-1.3 2.9-1.3 2.3 0 3.3.3 3.3.3l-.5 2.7s-.8-.2-1.5-.2-1.3.3-1.3 1v2.1h2.9l-.2 2.7h-2.7v9.2h-3.5v-9.2h-1.8v-2.7z"></path>
+ </symbol>
+ <symbol id="icon-whatsapp" viewbox="15 15 80.000000 80.000000">
+ <title>
+ Whatsapp
+ </title>
+ <g transform="matrix(1.25 0 0 -1.25 0 109.553)">
+ <path d="M58.113 37.793c-.752.412-4.45 2.407-5.143 2.69-.693.28-1.2.428-1.738-.32-.54-.747-2.074-2.418-2.54-2.913-.466-.495-.915-.54-1.667-.128-.752.41-3.192 1.314-6.02 4.033-2.202 2.116-3.646 4.683-4.065 5.467-.42.783-.003 1.183.395 1.55.358.33.8.867 1.2 1.3.4.433.54.747.814 1.25.272.5.16.953-.016 1.343-.178.39-1.57 4.22-2.15 5.777-.58 1.557-1.23 1.326-1.676 1.343-.448.017-.957.1-1.468.12-.51.018-1.348-.142-2.08-.884-.73-.736-2.78-2.516-2.92-6.29-.14-3.77 2.467-7.514 2.83-8.04.365-.524 4.983-8.7 12.658-12.06 7.677-3.36 7.716-2.335 9.125-2.26 1.41.075 4.604 1.685 5.31 3.45.706 1.764.763 3.3.583 3.626-.18.326-.684.538-1.435.95m-14.075-18.17a24.858 24.858 0 0 0-13.75 4.13l-9.604-3.073 3.123 9.28a24.86 24.86 0 0 0-4.76 14.654c0 13.782 11.212 24.993 24.992 24.993 13.78 0 24.992-11.21 24.992-24.994 0-13.78-11.213-24.99-24.994-24.99m0 55.012c-16.58 0-30.02-13.44-30.02-30.022a29.893 29.893 0 0 1 4.307-15.502L12.9 13.008l16.623 5.32a29.897 29.897 0 0 1 14.51-3.733c16.58 0 30.022 13.442 30.022 30.02 0 16.582-13.443 30.023-30.023 30.023" fill-rule="evenodd"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-twitter" viewbox="0 0 20 20">
+ <title>
+ Twitter
+ </title>
+ <path d="M19.5 4.1c-.7.3-1.5.5-2.2.6.8-.5 1.4-1.2 1.7-2.2-.8.4-1.6.8-2.5.9-.7-.8-1.7-1.2-2.8-1.2-2.2 0-3.9 1.7-3.9 3.9 0 .3 0 .6.1.9-3.3-.1-6.2-1.7-8.1-4-.3.6-.5 1.2-.5 2 0 1.3.7 2.5 1.7 3.2-.6 0-1.2-.2-1.7-.5 0 1.9 1.3 3.5 3.1 3.8-.3.1-.7.1-1 .1-.3 0-.5 0-.7-.1.5 1.5 1.9 2.7 3.6 2.7-1.3 1-3 1.7-4.8 1.7-.3 0-.6 0-.9-.1 1.7 1.1 3.8 1.8 6 1.8 7.2 0 11.1-5.9 11.1-11.1v-.5c.6-.4 1.3-1.1 1.8-1.9"></path>
+ </symbol>
+ <symbol id="icon-insta" viewbox="0 0 20 20">
+ <title>
+ insta
+ </title>
+ <path d="M14.6 2.5h-9.2c-1.6 0-2.9 1.3-2.9 2.9v9.3c0 1.6 1.3 2.9 2.9 2.9h9.3c1.6 0 2.9-1.3 2.9-2.9v-9.3c-.1-1.6-1.4-2.9-3-2.9zm.9 1.7h.3v2.5h-2.5v-2.6l2.2.1zm-7.7 4.3c.5-.7 1.3-1.2 2.2-1.2.9 0 1.7.4 2.2 1.1.3.4.5 1 .5 1.5 0 1.5-1.2 2.7-2.7 2.7s-2.7-1.1-2.7-2.6c0-.6.2-1.1.5-1.5zm8.3 6.1c0 .8-.6 1.4-1.4 1.4h-9.3c-.8 0-1.4-.6-1.4-1.4v-6.1h2.3c-.3.4-.4 1-.4 1.5 0 2.3 1.9 4.1 4.1 4.1 2.3 0 4.1-1.9 4.1-4.1 0-.5-.1-1.1-.3-1.5h2.3v6.1z"></path>
+ </symbol>
+ <symbol id="icon-vine" viewbox="0 0 20 20">
+ <title>
+ vine
+ </title>
+ <path d="M17 10c-.4.1-.8.1-1.2.1-2 0-3.6-1.4-3.6-3.9 0-1.2.5-1.8 1.1-1.8.6 0 1 .6 1 1.7 0 .6-.2 1.4-.3 1.8 0 0 .6 1.1 2.3.8.5-.9.7-1.9.7-2.8 0-2.5-1.2-3.9-3.5-3.9-2.4 0-3.7 1.8-3.7 4.2 0 2.4 1.1 4.4 2.9 5.3-.8 1.5-1.7 2.9-2.8 3.9-1.8-2.2-3.5-5.2-4.2-11h-2.7c1.3 9.7 5 12.8 6 13.4.6.3 1 .3 1.6 0 .8-.5 3.2-2.9 4.6-5.7.6 0 1.2-.1 1.9-.2v-1.9z"></path>
+ </symbol>
+ <symbol id="icon-later" viewbox="0 0 16 22">
+ <title>
+ later
+ </title>
+ <path d="M13.5 4.5h-11c0 3.4 2.1 6 5.5 6s5.5-2.6 5.5-6m-3.5 3h-4c-.7 0-1.2-.8-2-2h8c-.8 1.1-1.4 2-2 2"></path>
+ <path d="M.5 18.5h15v2h-15zM.5 1.5h15v2h-15zM2.5 17.5h11c0-3.4-2.1-6-5.5-6s-5.5 2.6-5.5 6m5.5-5c1.5 0 2.2.8 3 2h-6c.8-1.2 1.5-2 3-2"></path>
+ <path d="M9 10.5h-2v1h2z"></path>
+ </symbol>
+ <symbol id="icon-glass" viewbox="0 0 37 22">
+ <title>
+ glass
+ </title>
+ <path d="M27.8 4.5c-3.5 0-6.6 2-8.9 2-2.3 0-5.7-2-9.2-2s-4.2.2-9.2 1v1s2.3.1 2.3 4c0 3.5 3.5 7 7.1 7 3.6 0 7-2.5 7-5.9 0-3.4 2.1-3.1 2.1-3.1s2-.2 2 3c0 4.3 3.4 6 7 6s6.7-3.6 6.7-7.1c0-3.7 1.8-3.9 1.8-3.9v-1c-5-.8-5.2-1-8.7-1m-17.8 11c-2.9 0-5-1.8-5-4 0-2.8.5-3.5 1-4s2-1 4-1c1.8 0 3.5.7 4 1 1 .7 1 2.9 1 4 0 2.2-2.1 4-5 4m18 0c-2.9 0-5-1.8-5-4 0-1.1 0-3.3 1-4 .5-.3 2.2-1 4-1 2 0 3.5.5 4 1s1 1.2 1 4c0 2.2-2.1 4-5 4M9.5 8v1.5c2 0 2.5 1 2.5 2h1.5c0-3-1-3.5-4-3.5M27.5 8v1.5c2 0 2.5 1 2.5 2h1.5c0-3.1-1-3.5-4-3.5"></path>
+ </symbol>
+ <symbol id="icon-mail" viewbox="0 0 21 22">
+ <title>
+ Mail
+ </title>
+ <path d="M14.5 11.5l-4 3-4-3-6 6h20zM.5 6.5v9l5-5zM20.5 15.5v-9l-5 4zM20.5 4.5h-20l10 8z"></path>
+ </symbol>
+ <symbol id="icon-print" viewbox="0 0 27 22">
+ <title>
+ print
+ </title>
+ <path d="M23 6h-19c-1.6 0-3 1.3-3 3v4c0 1.7 1.4 3 3 3h2v-5h15v5h2c1.6 0 3-1.3 3-3v-4c0-1.7-1.4-3-3-3m1 4h-2v-2h2v2zM8 0h11v5h-11zM8 22h11v-10h-11v10zm9-3h-3v-1h3v1zm-6-4h6v1h-6v-1z"></path>
+ </symbol>
+ <symbol id="icon-losange-facebook" viewbox="0 0 116 43">
+ <title>
+ Facebook
+ </title>
+ <path d="M58 .6l-57.3 20.8 57.3 21 57.3-21-57.3-20.8zm1.7 20.9v8h-4v-8h-1v-3h1v-1.5c0-1.3.8-3.3 3.4-3.3h2.6v2.8h-1.8c-.3 0-.2 0-.2.6v1.4h1.9l-.3 3h-1.6z"></path>
+ </symbol>
+ <symbol id="icon-losange-insta" viewbox="0 0 116 43">
+ <title>
+ Instagram
+ </title>
+ <path d="M62.8 21.4c0 2.6-2.1 4.8-4.8 4.8-2.6 0-4.8-2.2-4.8-4.8 0-.6.1-.9.3-1.9h-3.1v7.3c0 .9 1.2 1.7 2.2 1.7h10.7c.9 0 2.2-.7 2.2-1.7v-7.3h-3.1c.2 1 .4 1.3.4 1.9zM58 24.6c1.7 0 3.1-1.4 3.1-3.1 0-.7-.2-1.3-.6-1.8-.6-.8-1.5-1.3-2.5-1.3s-1.9.5-2.5 1.3c-.4.5-.6 1.1-.6 1.8 0 1.7 1.4 3.1 3.1 3.1zM64.5 17.8v-3h-2.8l-.1 3zM58 .6l-57.3 20.8 57.3 21 57.3-21-57.3-20.8zm8.5 26.2c0 1.9-1.3 3.7-3.2 3.7h-10.6c-1.9 0-3.2-1.8-3.2-3.7v-10.6c0-1.9 1.3-3.7 3.2-3.7h10.7c1.9 0 3.2 1.8 3.2 3.7v10.6z"></path>
+ </symbol>
+ <symbol id="icon-losange-twitter" viewbox="0 0 116 43">
+ <title>
+ Twitter
+ </title>
+ <path d="M58 .6l-57.3 20.8 57.3 21 57.3-21-57.3-20.8zm6.5 18c0 4.4-3.4 9.6-9.6 9.6-1.9 0-3.7-.6-5.2-1.5h.8c1.6 0 3-.5 4.2-1.4-1.5 0-2.7-1-3.1-2.3l.6.1c.3 0 .5 0 .7-.1-1.5-.3-2.8-1.7-2.8-3.3 0 .3 1.1.4 1.7.4-.9-.6-1.4-1.6-1.4-2.8 0-.6.2-1.2.5-1.7 1.7 2 4.2 3.4 7 3.5-.1-.2-.1-.5-.1-.8 0-1.9 1.5-3.4 3.4-3.4 1 0 1.8.4 2.5 1.1.8-.2 1.5-.4 2.1-.8-.3.8-.8 1.4-1.5 1.9.7-.1 1.3-.3 1.9-.5-.5.7-1 1.3-1.7 1.7v.3z"></path>
+ </symbol><!-- READER -->
+ <symbol id="icon-reader-calendar" viewbox="0 0 31 40">
+ <title>
+ Calendar
+ </title>
+ <path d="M1 7v26h29v-26h-29zm2 8h7v7h-7v-7zm9 0h7v7h-7v-7zm-9 16v-7h7v7h-7zm9 0v-7h7v7h-7zm16 0h-7v-7h7v7zm0-9h-7v-7h7v7zm-7-9h-18v-4h25v4h-7z"></path>
+ </symbol>
+ <symbol id="icon-reader-download" viewbox="0 0 29 40">
+ <title>
+ download
+ </title>
+ <path d="M10 19.9l5.2 5.2 5.1-5.2-1.4-1.4-2.9 2.7v-19.2h-2v19l-2.6-2.5zM18 8v2h8v21h-23v-21h9v-2h-11v25h27v-25z"></path>
+ </symbol>
+ <symbol id="icon-reader-cross" viewbox="0 0 40 45">
+ <title>
+ cross
+ </title>
+ <path stroke-miterlimit="10" fill="none" d="M35.2 7.3l-30.4 30.4M35.2 37.7l-30.4-30.4"></path>
+ </symbol>
+ <symbol id="icon-reader-zoom-in" viewbox="0 0 43 45">
+ <title>
+ zoom-in
+ </title>
+ <g stroke="#fff" stroke-miterlimit="10" fill="none">
+ <circle stroke-width="1.2" cx="21.5" cy="22.5" r="20"></circle>
+ <path stroke-linecap="round" d="M22.1 16.1v14M29.6 22.6h-15"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-reader-zoom-out" viewbox="0 0 43 45">
+ <title>
+ zoom-out
+ </title>
+ <g stroke="#fff" stroke-miterlimit="10" fill="none">
+ <circle stroke-width="1.2" cx="21.5" cy="22.5" r="20"></circle>
+ <path stroke-linecap="round" d="M29.6 22.6h-15"></path>
+ </g>
+ </symbol><!-- READER -->
+ <symbol id="icon-viewer-previous" viewbox="0 0 20.7 40.8">
+ <title>
+ previous
+ </title>
+ <path fill="#878787" d="M.4.4l20 20"></path>
+ <path stroke="#fff" stroke-miterlimit="10" d="M.4.4l20 20" fill="none"></path>
+ <path fill="#878787" d="M20.4 20.4l-20 20"></path>
+ <path stroke="#fff" stroke-miterlimit="10" d="M20.4 20.4l-20 20" fill="none"></path>
+ </symbol>
+ <symbol id="icon-viewer-next" viewbox="0 0 20.7 40.8">
+ <title>
+ next
+ </title>
+ <path fill="#878787" d="M20.4 40.4l-20-20"></path>
+ <path stroke="#fff" stroke-miterlimit="10" d="M20.4 40.4l-20-20" fill="none"></path>
+ <path fill="#878787" d="M.4 20.4l20-20"></path>
+ <path stroke="#fff" stroke-miterlimit="10" d="M.4 20.4l20-20" fill="none"></path>
+ </symbol><!-- EBOOK -->
+ <symbol id="icon-truck" viewbox="0 0 29 21">
+ <title>
+ truck
+ </title>
+ <g stroke="#000" stroke-miterlimit="10" fill="none">
+ <circle stroke-width="2" stroke-linecap="round" cx="6.6" cy="16.3" r="2.8"></circle>
+ <path stroke-width="1.5" stroke-linejoin="round" d="M24.1 7.3l-2.1-5.6h-20.3v14h2.2c.3-1.2 1.4-2.1 2.7-2.1s2.4.9 2.7 2.1h10c.3-1.2 1.4-2.1 2.7-2.1 1.3 0 2.4.9 2.7 2.1h2.5v-6.3l-3.1-2.1z"></path>
+ <circle stroke-width="2" stroke-linecap="round" cx="22" cy="16.3" r="2.8"></circle>
+ <path stroke-width="2" stroke-linejoin="round" d="M26.2 8.7h-10v-4h7"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-visa" viewbox="0 0 27 20">
+ <title>
+ visa
+ </title>
+ <g fill-rule="evenodd" clip-rule="evenodd">
+ <path fill="#F6A90F" d="M2.8 17.9c5.1-2.2 12.3-4.2 21.8-2.2l.1-2.4c-10-1.1-17.2 2.1-21.9 4.4v.2z"></path>
+ <path fill="#005495" d="M8.1 11.6l2.3-7.3h1.9l-2.2 7.3zM7.3 4.3l-1.8 3.1c-.5.8-.7 1.2-.9 1.7 0-.6-.1-1.4-.1-1.9l-.2-2.9h-3.3v.2c.9 0 1.4.4 1.5 1.3l.6 5.8h2l4.1-7.3h-1.9zM22.6 11.6l-.1-1.1h-2.5l-.5 1.1h-2.1l3.9-7.3h2.7l.7 7.3h-2.1zm-.2-4.4v-1.7c-.1.4-.6 1.5-.9 2l-.7 1.6h1.7l-.1-1.9zM14.4 11.8c-1.4 0-2.3-.4-3-.8l.9-1.4c.6.3 1.1.7 2.1.7.3 0 .7-.1.9-.4.3-.5-.1-.7-.8-1.2l-.4-.2c-1.1-.9-1.6-1.7-1.1-2.9.3-.8 1.3-1.5 2.8-1.5 1 0 2 .4 2.6.9l-1.1 1.3c-.6-.4-1-.7-1.5-.7-.4 0-.7.2-.8.4-.3.4 0 .6.6 1l.4.3c1.4.9 1.7 1.8 1.4 2.7-.6 1.4-1.8 1.8-3 1.8M25.2 5.4h-.2v-.8h.3c.2 0 .3.1.3.2 0 .2-.1.2-.2.2l.2.3h-.1l-.2-.3h-.1v.4zm.1-.5c.1 0 .2 0 .2-.1s-.1-.1-.2-.1h-.2v.2h.2zm0 .8c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4 0 .7.2.7.7 0 .4-.3.7-.7.7m0-1.3c-.3 0-.6.2-.6.6 0 .3.2.6.6.6.3 0 .5-.2.5-.6.1-.4-.2-.6-.5-.6"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-mastercard" viewbox="0 0 26 20">
+ <title>
+ mastercard
+ </title>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#F8B31E" d="M18 17.4h1.1l.4-.1.3-.1.4-.1.3-.1.4-.1.3-.2.3-.2.3-.1.3-.2.3-.2.3-.3.3-.2.2-.2.3-.3.2-.3.2-.3.3-.2.2-.3.1-.4.2-.3.1-.3.2-.4.1-.3.1-.4.1-.3v-.4l.1-.4v-1.5l-.1-.3v-.4l-.1-.4-.1-.3-.1-.4-.2-.3-.1-.3-.2-.3-.1-.4-.2-.3-.3-.3-.2-.2-.2-.3-.3-.3-.2-.2-.3-.2-.3-.3-.3-.2-.3-.2-.3-.1-.3-.2-.3-.2-.4-.1-.3-.1-.4-.1-.3-.1-.4-.1h-2.3l-.3.1-.4.1-.3.1-.4.1-.3.1-.3.2-.4.2-.3.1-.3.2-.3.2-.2.3-.3.2-.3.2-.2.3-.3.3-.2.2-.2.3-.2.3-.2.4-.1.3-.2.3-.1.3-.1.4-.1.3-.1.4-.1.4v.7l-.1.4.1.4v.7l.1.4.1.3.1.4.1.3.1.4.2.3.1.3.2.4.2.3.2.2.2.3.3.3.2.3.3.2.3.2.2.3.3.2.3.2.3.1.4.2.3.2.3.1.4.1.3.1.4.1.3.1h.8z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#E20520" d="M8 17.4h1.2000000000000002l.3-.1.4-.1.3-.1.4-.1.3-.1.3-.2.4-.2.3-.1.3-.2.3-.2.2-.3.3-.2.3-.2.2-.3.3-.3.2-.3.2-.2.2-.3.2-.4.1-.3.2-.3.1-.4.1-.3.1-.4.1-.3.1-.4v-2.1999999999999997l-.1-.4-.1-.4-.1-.3-.1-.4-.1-.3-.2-.3-.1-.3-.2-.4-.2-.3-.2-.3-.2-.2-.3-.3-.2-.3-.3-.2-.3-.2-.2-.3-.3-.2-.3-.2-.3-.1-.4-.2-.3-.2-.3-.1-.4-.1-.3-.1-.4-.1-.3-.1h-2.3000000000000003l-.4.1-.3.1-.4.1-.3.1-.4.1-.3.2-.3.2-.3.1-.3.2-.3.2-.3.3-.3.2-.2.2-.3.3-.2.3-.3.2-.2.3-.2.3-.1.4-.2.3-.1.3-.2.3-.1.4-.1.3-.1.4v.4l-.1.3v1.5000000000000002l.1.4v.4l.1.3.1.4.1.3.2.4.1.3.2.3.1.4.2.3.2.2.3.3.2.3.3.3.2.2.3.2.3.3.3.2.3.2.3.1.3.2.3.2.4.1.3.1.4.1.3.1.4.1h.7z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#F8B31E" d="M11.5 6.3h4.6v-.4h-4.3zM11.1 7.2h5v-.4h-4.8zM10.8 8.1h5.3v-.4h-5.2zM11 12.4h5.1v-.4h-5.3zM11.3 13.3h4.8v-.4h-4.9zM11.9 14.2h4.2v-.4h-4.5zM12.6 15.1h3.5v-.4h-3.8zM10.6 9h5.5v-.4h-5.4zM13.9 11.6h2.1v-.5h-2zM14.1 10.7h1.9v-.5h-1.8zM10.5 10.2h.5v.5h-.5z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M9.5 9.8h-.1v-.1h-.7l-.1.1h-.1v.30000000000000004h.1v.1h.2l.1.1h.1l.1.1h.1v.1h.1l.1.1v.7l-.1.1v.1l-.1.1-.1.1h-.1l-.1.1h-.1l-.1.1h-.9999999999999999l-.1-.1h-.2l.1-.6h.1v.1h.8999999999999999l.1-.1v-.30000000000000004l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1v-.7l.1-.1v-.1l.1-.1.1-.1.1-.1h.30000000000000004l.1-.1h.7999999999999999v.1h.30000000000000004z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M9.5 9.8h-.1v-.1h-.7l-.1.1h-.1v.30000000000000004h.1v.1h.2l.1.1h.1l.1.1h.1v.1h.1l.1.1v.7l-.1.1v.1l-.1.1-.1.1h-.1l-.1.1h-.1l-.1.1h-.9999999999999999l-.1-.1h-.2l.1-.6h.1v.1h.8999999999999999l.1-.1v-.30000000000000004l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1v-.7l.1-.1v-.1l.1-.1.1-.1.1-.1h.30000000000000004l.1-.1h.7999999999999999v.1h.30000000000000004l-.1.6"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M10.1 8.6h.7l-.1.6h.4l-.1.5h-.5l-.2 1.4v.2h.5v.5h-.30000000000000004v.1h-.5l-.1-.1h-.2v-.1h-.1v-.4z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M10.1 8.6h.7l-.1.6h.4l-.1.5h-.5l-.2 1.4v.2h.5v.5h-.30000000000000004v.1h-.5l-.1-.1h-.2v-.1h-.1v-.4l.5-2.7"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M11.6 10.7v.2l.1.1v.1h.1v.1h.1l.1.1h.8999999999999999v-.1h.2l.1-.1-.1.6h-.1v.1h-.30000000000000004l-.1.1h-.6l-.1-.1h-.30000000000000004l-.1-.1h-.1l-.1-.1-.1-.1-.1-.1-.1-.1v-.2l-.1-.1v-.8l.1-.1v-.1l.1-.2v-.1l.1-.1.1-.1.1-.1h.1l.1-.1.1-.1h.2l.2-.1h.4l.1.1h.2l.1.1h.1l.1.1v.1l.1.1.1.1v.8999999999999999l-.1.1h-1.8l.1-.5h1.1v-.30000000000000004l-.1-.1-.1-.1h-.4v.1h-.1v.1h-.1v.2h-.1v.1z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M11.6 10.7v.2l.1.1v.1h.1v.1h.1l.1.1h.8999999999999999v-.1h.2l.1-.1-.1.6h-.1v.1h-.30000000000000004l-.1.1h-.6l-.1-.1h-.30000000000000004l-.1-.1h-.1l-.1-.1-.1-.1-.1-.1-.1-.1v-.2l-.1-.1v-.8l.1-.1v-.1l.1-.2v-.1l.1-.1.1-.1.1-.1h.1l.1-.1.1-.1h.2l.2-.1h.4l.1.1h.2l.1.1h.1l.1.1v.1l.1.1.1.1v.8999999999999999l-.1.1h-1.8l.1-.5h1.1v-.30000000000000004l-.1-.1-.1-.1h-.4v.1h-.1v.1h-.1v.2h-.1v.1l-.1.5"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M17.6 9.3h-.1l-.1-.1h-.8999999999999999l-.1.1h-.1l-.1.1-.1.1v.1l-.1.1v.1l-.1.2v.2l-.1.1v.30000000000000004l.1.1v.1l.1.1v.1h.1l.1.1h.1v.1h.7999999999999999l.1-.1h.1v-.1l-.1.7h-.1v.1h-.30000000000000004l-.1.1h-.5l-.1-.1h-.2l-.1-.1h-.2l-.1-.1-.1-.1-.1-.1v-.1l-.1-.1-.1-.2v-1.0999999999999999l.1-.1v-.2l.1-.1v-.2l.1-.1.1-.1v-.1h.1v-.1h.1v-.1h.1v-.1h.2v-.1h.2l.1-.1h1.0999999999999999l.1.1h.2z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M17.6 9.3h-.1l-.1-.1h-.8999999999999999l-.1.1h-.1l-.1.1-.1.1v.1l-.1.1v.1l-.1.2v.2l-.1.1v.30000000000000004l.1.1v.1l.1.1v.1h.1l.1.1h.1v.1h.7999999999999999l.1-.1h.1v-.1l-.1.7h-.1v.1h-.30000000000000004l-.1.1h-.5l-.1-.1h-.2l-.1-.1h-.2l-.1-.1-.1-.1-.1-.1v-.1l-.1-.1-.1-.2v-1.0999999999999999l.1-.1v-.2l.1-.1v-.2l.1-.1.1-.1v-.1h.1v-.1h.1v-.1h.1v-.1h.2v-.1h.2l.1-.1h1.0999999999999999l.1.1h.2l-.1.7"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M23.8 11.9h-.7v-.3.1h-.1l-.1.1h-.1l-.1.1h-.6000000000000001l-.1-.1h-.1l-.1-.1v-.1l-.1-.1-.1-.1v-.1l-.1-.1v-.7999999999999999l.1-.1v-.2l.1-.1v-.1l.1-.1.1-.1v-.1l.1-.1.1-.1h.1l.1-.1h.1l.1-.1h.6l.1.1h.1l.1.1v.1h.1v.1l.2-1h.7z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M23.8 11.9h-.7v-.3.1h-.1l-.1.1h-.1l-.1.1h-.6000000000000001l-.1-.1h-.1l-.1-.1v-.1l-.1-.1-.1-.1v-.1l-.1-.1v-.7999999999999999l.1-.1v-.2l.1-.1v-.1l.1-.1.1-.1v-.1l.1-.1.1-.1h.1l.1-.1h.1l.1-.1h.6l.1.1h.1l.1.1v.1h.1v.1l.2-1h.7l-.6 3.3"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#F8B31E" d="M22.7 11.3l.1-.1h.2v-.1h.1v-.1l.1-.1v-.1h.1v-.7999999999999999h-.1v-.1h-.1v-.1h-.4v.1h-.1v.1h-.1v.1l-.1.1v.1l-.1.1v.5l.1.1v.1l.1.1h.1z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M7.2 11.3l-.1.6h-.6v-.30000000000000004h.1-.1l-.1.1-.1.1h-.2v.1h-.6l-.1-.1h-.2v-.1h-.1v-.1l-.1-.1v-.7l.1-.1v-.1h.1v-.1l.1-.1h.1v-.1h.2l.1-.1h.6v-.1h.1l.1.1h.2v-.4h-.2v-.1h-.5l-.1.1h-.5v.1l.1-.6.1-.1h.6v-.1h.30000000000000004l.1.1h.4l.1.1h.1l.1.1.1.1.1.1v.4z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M7.2 11.3l-.1.6h-.6v-.30000000000000004h.1-.1l-.1.1-.1.1h-.2v.1h-.6l-.1-.1h-.2v-.1h-.1v-.1l-.1-.1v-.7l.1-.1v-.1h.1v-.1l.1-.1h.1v-.1h.2l.1-.1h.6v-.1h.1l.1.1h.2v-.4h-.2v-.1h-.5l-.1.1h-.5v.1l.1-.6.1-.1h.6v-.1h.30000000000000004l.1.1h.4l.1.1h.1l.1.1.1.1.1.1v.4l-.3 1.3"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#E20520" d="M6.6 10.7v-.1h-.4v.1h-.2l-.1.1h-.1v.1l-.1.1v.2h.1v.1h.5v-.1h.1l.1-.1v-.1h.1v-.30000000000000004z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M2 11.9h-.7l.5-3.3h1.2l.1 1.9.9-1.9h1.2l-.6 3.3h-.7l.5-2.5h-.1l-1 2.5h-.7l-.1-.1v-1.6l-.1-.4v-.4z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M2 11.9h-.7l.5-3.3h1.2l.1 1.9.9-1.9h1.2l-.6 3.3h-.7l.5-2.5h-.1l-1 2.5h-.7l-.1-.1v-1.6l-.1-.4v-.4l-.4 2.5"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M19.7 11.3l-.1.6h-.6v-.30000000000000004h-.1v.1h-.1v.1h-.2l-.1.1h-.6l-.1-.1h-.1v-.1h-.1v-.1h-.1v-.2h-.1v-.4l.1-.1v-.2l.1-.1.1-.1.1-.1.1-.1h.2v-.1h.7v-.1h.1v.1h.30000000000000004v-.30000000000000004l-.1-.1h-.1l-.1-.1h-.5l-.1.1h-.4v.1h-.1l.2-.6.1-.1h.5l.1-.1h.2l.1.1h.5l.1.1.1.1h.1v.1h.1v.1l.1.1v.30000000000000004zM19.6 11.9l.1-.6-.1.6zM18.9 11.9h.7999999999999999-.6-.1zM19 11.6v.2l-.1.1h.1v-.30000000000000004zM18 11.9h.6v-.1h.2v-.1h.1l.1-.1h-.1l-.1.1-.1.1h-.2l-.1.1h-.4zM17.4 11.1v.30000000000000004l.1.1v.1l.1.1.1.1h.1v.1h.2-.1l-.1-.1h-.1v-.1h-.1v-.1h-.1v-.2l-.1-.1v-.2zM18.3 10.2h-.30000000000000004v.1h-.1l-.1.1h-.1v.1l-.1.1-.1.1v.1l-.1.1v.2l.1-.1v-.2l.1-.1v-.1l.1-.1h.1v-.1h.1l.1-.1h.1l.1-.1h.1zM18.8 10.1h-.2v.1h-.30000000000000004.1.1.1.1.1zM19.2 10.2v-.1h-.4v.1h.4zM19.2 10v.2-.1-.1zM18.9 9.8h.2v.1h.1v.1-.1-.1h-.1l-.1-.1h-.1zM17.8 9.9h.1v-.1h.6l.1-.1h.2l.1.1v-.1h-.6l-.1.1h-.4v.1zM18 9.3l-.2.6.2-.6zM19.1 9.1h-.7v.1h-.30000000000000004l-.1.1h.1v-.1h.9999999999999999zM20 10v-.30000000000000004l-.1-.1v-.1l-.1-.1h-.1v-.1h-.1l-.1-.1h-.2l-.1-.1h-.1v.1h.30000000000000004l.1.1h.1l.1.1h.1v.1l.1.1v.1l.1.1v.1l-.1.1zM19.7 11.3l.3-1.3h-.1l-.2 1.3z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#F8B31E" d="M19.1 10.7v-.1h-.4l-.1.1h-.2v.1h-.1v.1h-.1v.30000000000000004l.1.1h.5v-.1h.1v-.1h.1v-.1l.1-.1v-.2z"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M24.3 11.5v-.2h.1v-.1h.4l.1.1v.1l.1.1h-.1v-.1h-.1v-.1h-.1l-.1-.1v.1h-.2v.1l-.1.1zM24.5 11.5v-.1h.2v.1h-.1.1v-.1h-.2v.1zM24.3 11.5v.2l.1.1.1.1h.2l.1-.1h.1v-.1l.1-.1v-.1h-.1v.2h-.1v.1h-.30000000000000004l-.1-.1-.1-.1v-.1zM24.5 11.5v.2-.1h.1l.1.1v-.2h-.2z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" d="M24.3 11.5v-.30000000000000004h.7999999999999999v.7h-.7999999999999999v-.4m.2.2l-.1-.3h.1l.1.1h-.1l-.1-.1h-.1v.3m.3-.2v-.1h-.1l.1.1m0 .3h.1v-.4h-.4v.4h.3" fill="none"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M19.9 11.9h.7l.2-1.5h.1v-.2l.1-.1v-.1h.1v-.1h.2v-.1h.4l.1-.6h-.4l-.1.1-.1.1h-.1v.1l-.1.1.1-.4h-.7z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M19.9 11.9h.7l.2-1.5h.1v-.2l.1-.1v-.1h.1v-.1h.2v-.1h.4l.1-.6h-.4l-.1.1-.1.1h-.1v.1l-.1.1.1-.4h-.7l-.5 2.7"></path>
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#fff" d="M13.2 11.9h.7999999999999999l.2-1.5v-.1l.1-.1v-.1l.1-.1.1-.1h.30000000000000004l.1-.1v.1h.1v-.30000000000000004l.1-.1v-.2h.1v-.1h-.5v.1h-.1v.1h-.1l-.1.1v.1h-.1l.1-.4h-.7z"></path>
+ <path stroke="#fff" stroke-width=".216" stroke-miterlimit="2.613" fill="none" d="M13.2 11.9h.7999999999999999l.2-1.5v-.1l.1-.1v-.1l.1-.1.1-.1h.30000000000000004l.1-.1v.1h.1v-.30000000000000004l.1-.1v-.2h.1v-.1h-.5v.1h-.1v.1h-.1l-.1.1v.1h-.1l.1-.4h-.7l-.5 2.7"></path>
+ </symbol><!-- USER MENU -->
+ <symbol id="icon-user-libe" viewbox="0 0 34 30">
+ <title>
+ user-libe
+ </title>
+ <path d="M17 21.2h-.2l-15.5-5.7c-.2-.1-.4-.3-.4-.6s.2-.5.4-.6l15.5-5.6h.4l15.5 5.6c.2.1.4.3.4.6s-.2.5-.4.6l-15.5 5.7h-.2zm-13.7-6.2l13.7 5 13.7-5-13.7-5-13.7 5z"></path>
+ </symbol>
+ <symbol id="icon-user-doc" viewbox="0 0 30 30">
+ <title>
+ user-doc
+ </title>
+ <path fill="#fff" d="M22 6v18h-14v-18h14m0-1h-14c-.5 0-1 .5-1 1v18c0 .5.5 1 1 1h14c.5 0 1-.5 1-1v-18c0-.5-.5-1-1-1zM10 9h10v1h-10zM10 12h10v1h-10zM10 15h10v1h-10zM10 18h6v1h-6z"></path>
+ </symbol>
+ <symbol id="icon-user-doc-list" viewbox="0 0 30 30">
+ <title>
+ user-doc-list
+ </title>
+ <path d="M22.5 5.5v19h-15v-19h15m0-1h-15c-.5 0-1 .5-1 1v19c0 .5.5 1 1 1h15c.5 0 1-.5 1-1v-19c0-.5-.5-1-1-1zm-13 5h6.8v1h-6.8zm0 5h6.8v1h-6.8zm0 5h6.8v1h-6.8z"></path>
+ <circle cx="19.4" cy="10" r="1.1"></circle>
+ <circle cx="19.4" cy="14.8" r="1.1"></circle>
+ <circle cx="19.4" cy="19.7" r="1.1"></circle>
+ </symbol>
+ <symbol id="icon-user-mail" viewbox="0 0 30 30">
+ <title>
+ user-mail
+ </title>
+ <path fill="#fff" d="M23.6 8.2v13.6h-17.2v-13.6h17.2m0-1h-17.2c-.5 0-1 .5-1 1v13.6c0 .5.5 1 1 1h17.2c.5 0 1-.5 1-1v-13.6c0-.5-.5-1-1-1z"></path>
+ <path stroke="#fff" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M6.1 8l8.9 9.3 8.9-9.3M6.1 21.7l7.1-6.5M23.9 21.7l-7.1-6.5"></path>
+ </symbol>
+ <symbol id="icon-user-security" viewbox="0 0 30 30">
+ <title>
+ user-security
+ </title>
+ <path d="M19 13v-4c0-2.2-1.8-4-4-4s-4 1.8-4 4v4h-2v11h12v-11h-2zm-7-4c0-1.6 1.4-3 3-3s3 1.4 3 3v4h-6v-4zm8 14h-10v-9h10v9zM12 16h6v1h-6zM12 19h6v1h-6z"></path>
+ </symbol>
+ <symbol id="icon-user-settings" viewbox="0 0 30 30">
+ <title>
+ user-settings
+ </title>
+ <path stroke="#fff" stroke-linejoin="round" stroke-miterlimit="10" d="M21.5 14.9v-.6l2-1-1-2.3-1.9.5c-.5-.9-1.3-1.6-2.2-2.2l.6-2-2.3-.9-1 1.9h-.6c-.8 0-1.5.1-2.2.4l-1.5-1.7-2 1.4 1 1.9c-.6.7-1.2 1.5-1.5 2.4h-2.1l-.2 2.4 2.1.5c.1 1 .5 1.8 1 2.6l-1.4 1.8 1.8 1.7 1.7-1.2c.7.4 1.5.7 2.3.8l.6 2.2 2.4-.2v-2.2c1-.3 1.8-.7 2.5-1.5l1.9 1 1.3-2-1.7-1.4c.2-.7.4-1.5.4-2.3zm-6.5 2.5c-1.3 0-2.4-1.1-2.4-2.4 0-1.3 1.1-2.4 2.4-2.4 1.3 0 2.4 1.1 2.4 2.4 0 1.3-1.1 2.4-2.4 2.4z" fill="none"></path>
+ </symbol>
+ <symbol id="icon-user-shop" viewbox="0 0 30 30">
+ <title>
+ user-shop
+ </title>
+ <path fill="#fff" d="M21.2 8.7l-.8 7.8h-13.3l-1.6-7.8h15.7m1.1-1h-18l2 9.8h15l1-9.8zM15.3 8.7h1v7.8h-1zM10.3 8.7h1v7.8h-1z"></path>
+ <path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M25.2 5.6h-2.9l-1.7 14.6h-13.9"></path>
+ <circle fill="#fff" cx="10" cy="23.3" r="1.7"></circle>
+ <circle fill="#fff" cx="17.6" cy="23.3" r="1.7"></circle>
+ </symbol>
+ <symbol id="icon-user-star" viewbox="0 0 30 30">
+ <title>
+ user-star
+ </title>
+ <path fill="#fff" d="M15 9.2l1.3 4h4.2l-3.4 2.5 1.3 4-3.4-2.5-3.4 2.5 1.3-4-3.4-2.5h4.2l1.3-4m0-1c-.4 0-.8.3-1 .7l-1 3.3h-3.5c-.4 0-.8.3-1 .7-.1.4 0 .9.4 1.1l2.8 2.1-1.1 3.3c-.1.4 0 .9.4 1.1.2.1.4.2.6.2s.4-.1.6-.2l2.8-2.1 2.8 2.1c.2.1.4.2.6.2s.4-.1.6-.2c.4-.3.5-.7.4-1.1l-1.1-3.3 2.8-2.1c.4-.3.5-.7.4-1.1-.1-.4-.5-.7-1-.7h-3.5l-1-3.3c-.2-.5-.6-.7-1-.7z"></path>
+ <circle stroke="#fff" stroke-width="1.5" stroke-linejoin="round" stroke-miterlimit="10" cx="15" cy="15" r="12" fill="none"></circle>
+ </symbol><!-- ABO -->
+ <symbol id="icon-abo-ribbon" viewbox="0 0 15 24">
+ <title>
+ Ruban abo
+ </title>
+ <path fill="#fff" d="M13.2 23c-.2 0-.4-.1-.5-.2l-5.2-5.3-5.2 5.3c-.2.2-.5.3-.8.2-.3-.2-.5-.4-.5-.7v-20.5c0-.2.1-.4.2-.5s.4-.3.6-.3h11.5c.4 0 .7.3.7.7v20.5c0 .3-.2.6-.5.7-.1.1-.2.1-.3.1zm-5.7-7.4c.2 0 .4.1.5.2l4.5 4.7v-18l-10-.1v17.9l4.5-4.4c.1-.2.3-.3.5-.3z"></path>
+ </symbol>
+ <symbol id="icon-gold-diamond" viewbox="0 0 40 15">
+ <title>
+ Losange orange
+ </title>
+ <path fill="#F7AF13" d="M.8 7.5l19.2-7 19.2 7-19.2 7-19.2-7"></path>
+ </symbol>
+ <symbol id="icon-list-check" viewbox="0 0 20 15">
+ <title>
+ List check
+ </title>
+ <path fill="#00BC84" d="M1.54 6.758l2.828-2.828 5.657 5.657-2.828 2.828zM5.743 11.051l9.899-9.899 2.828 2.828-9.899 9.899z"></path>
+ </symbol>
+ <symbol id="icon-most-read" viewbox="0 0 94 161">
+ <title>
+ Most read
+ </title>
+ <path fill="#1D1D1B" d="M47 .3l-46.3 80.2 46.3 80.2 46.3-80.2z"></path>
+ </symbol>
+ <symbol id="icon-ptit-libe" viewbox="-269 271 60 60">
+ <title>
+ Ptit Libé
+ </title>
+ <path fill="#fff" d="M-243.5 292.5c.2.6 1.1.8 1.6.5s.7-.9.5-1.5-.9-.7-1.3-.6c-.9.1-1 1.1-.8 1.6zM-238.7 291.5c0 .7.4 1.2.9 1.3 1.1.2 1.6-.5 1.6-1.3s-.6-1.7-1.8-1.4c-.4.2-.7.8-.7 1.4zM-239.4 307.6c-.5 0-3.1 1.9-3.1 2.4 0 .4 2.6 2 3 2.1.4.1 3.5-1.1 3.5-2.1 0-.6-2.6-2.4-3.4-2.4z"></path>
+ <path fill="#fff" d="M-228.8 304.3c-.3-.3-.7-.4-1.2-.4-.3 0-1.6.4-1.7.4 0-.1-1.1-4.1-1.3-5.7v-.2c3.5-1.5 5-4.1 5.1-7.5.1-5.1-3.2-8.5-7.3-9.7-.9-.3-1.7.2-1.8.8-.1.7.3 1.1.9 1.3 2.7.8 5.6 2.9 6.1 6.3s-1.9 6-4.4 6.9c-1.8.6-4.1 1-6.3 1-2.7 0-9.2-1-9.5-6.5-.2-3.6 2.5-6.3 5.4-7.5.6-.2 1.1-.9.8-1.5-.2-.5-1-.6-1.8-.3-3.9 1.6-5.9 4.5-6.5 7.8-.9 6.9 6.3 9.3 6.7 9.4-.3 1-.9 5.1-.9 5.1-.2 0-2-.2-2.1-.2h-.7c-1.8 0-2.2 1.1-2.3 1.8-.1.9-.2 2 .5 2.6.5.5 1.3.5 1.5.5h1.8c.5 0 .9-.1 1.3-.3l-.8 5.7c-.1.7.3 1.4 1 1.5.8.2 2 .3 2.9.4-.1.7-.1 1.6-.2 2.9-.6-.1-1.5-.1-2.1-.1h-.5c-.7 0-1.3.6-1.3 1.3 0 .1-.2 2.1.3 2.8.5 1 4.4.4 5-.2.6-.6.7-1.4.8-2.3.1-1 .3-4 .3-4 .8 0 1.5.1 2.3.1h.8c0 .9 0 2.2.1 3v.6s0-.1 0 0c0 1 .2 1.9.7 2.6.6.7 3.4.4 3.6.3 1.2-.3 1.7-2.5 1.7-2.6.1-.4.1-.7-.1-1.1-.2-.3-.7-.5-1.1-.5 0 0-1.7-.1-2.3-.1 0-.8 0-1.4-.1-2.5.5 0 4.2-.4 4.8-1.5.3-.6-.4-5.1-.5-5.7h.5c.7 0 1.4-.2 1.7-.3 1.2-.3 1-3.8.2-4.4zm-18.9 2.9c-.3.2-2.1 0-2.3-.2s-.2-.6 0-1.1c.2-.5.7-.4 1.1-.4h1.6c0 .5-.3 1.6-.4 1.7zm4.1 14.8c-.5.1-1 .3-1.7.3-.6.1-.6-.1-.6-.6-.1-.4 0-.7 0-1.1 1 0 1.9.1 2.9.3-.2.3 0 1-.6 1.1zm9.6-1.8c-.1.2-.1.5-.2.7-.2.5-.3.5-.8.6-.4 0-.9.1-1.1 0-.5-.2-.4-.7-.4-1.2.8 0 1.7 0 2.5-.1zm1-7c-3.5.8-8 1.2-12.1.1l1.3-13.7c.6.1 2.5.2 3.1.2 1.6 0 3.8-.2 5.8-.7.7 4.5 2 14 1.9 14.1zm3.3-5.8c-.2 0-1.3.5-1.6.2-.1-.1-.3-1.4-.3-1.8.4-.1 1.4-.6 1.9-.2 0 .1.4 1.7 0 1.8z"></path>
+ </symbol>
+ <symbol id="icon-sport" viewbox="0 0 60 60">
+ <title>
+ sport
+ </title>
+ <g stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <circle cx="30" cy="30" r="18"></circle>
+ <path d="M29.6 48c-.1-4.5-1.9-8.9-5.3-12.3-3.4-3.4-7.9-5.2-12.3-5.3m18.4-18.4c.1 4.5 1.9 8.9 5.3 12.3 3.4 3.4 7.9 5.2 12.3 5.3m-30.7-12.3l25.4 25.4m0-25.4l-25.4 25.4"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-blog" viewbox="0 0 60 60">
+ <title>
+ blog
+ </title>
+ <g stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none">
+ <path d="M39 28v21h-24v-32h17M27.035 27.005l16.97-16.97 4.03 4.03-16.97 16.97zm3.965 3.995l-4-4-2 6zm-12 10h7m2 0h7m-16-3h7m2 0h7m-16 6h7m2 0h7"></path>
+ </g>
+ </symbol>
+ <symbol id="icon-voyage" viewbox="0 0 60 60">
+ <title>
+ voyage
+ </title>
+ <path d="M47 45c-2.7-6.6-9.5-11-17-11s-14.3 4.4-17 11h34zm-38 0h38m-25 4h12m16-4h3m-37 4h3m13-29v14h-3v-14m3 0c.8-.5 7.3.3 10 3-1.1-4.7-7.1-8-11-8h-1c-3.9 0-9.9 3.3-11 8 2.7-2.7 9-3.5 10-3m-4-4s-1.7-2.1-6-1.5c2.4-3.5 9.2-3.3 11.6.3m5.4 1.2s1.7-2.1 6-1.5c-2.4-3.5-9.1-3.3-11.6.3" stroke="#fff" stroke-width="2" stroke-miterlimit="10" fill="none"></path>
+ </symbol><!-- 2017 -->
+ <defs>
+ <lineargradient id="Gradient_1" gradientunits="userSpaceOnUse" x1="0" y1="18.5" x2="37" y2="18.5">
+ <stop offset="0" stop-color="#3857C4"></stop>
+ <stop offset="1" stop-color="#E72743"></stop>
+ </lineargradient>
+ </defs>
+ <symbol id="icon-2017" viewbox="0, 0, 37, 37">
+ <g id="Calque_1">
+ <path d="M37,37 L0,37 L0,0 L37,0 z" fill="url(#Gradient_1)"></path>
+ <g>
+ <path d="M8.312,15.566 C5.879,15.566 4.71,16.56 4.403,18.24 L4.403,18.42 L6.539,18.42 L6.539,18.145 C6.662,17.539 7.231,17.195 8.291,17.195 C9.334,17.195 9.957,17.714 9.957,17.714 L9.957,17.721 C9.957,18.063 9.781,18.162 4.83,19.957 L4.83,21.41 L11.665,21.41 L11.665,20.128 L8.502,20.128 C8.502,20.128 11.775,18.327 11.665,17.589 L11.665,17.524 C11.775,16.26 10.701,15.566 8.312,15.566" fill="#FFFFFF"></path>
+ <path d="M18.073,18.612 C18.073,19.534 17.516,19.841 16.353,19.841 C15.168,19.841 14.655,19.519 14.655,18.612 L14.655,18.546 C14.655,17.595 15.189,17.302 16.353,17.302 C17.538,17.302 18.073,17.58 18.073,18.546 z M16.154,15.587 C13.63,15.587 12.519,16.609 12.519,18.394 L12.519,18.561 C12.519,20.687 13.666,21.571 16.154,21.571 C18.57,21.571 19.781,20.636 19.781,18.561 L19.781,18.394 C19.781,16.588 18.613,15.587 16.154,15.587" fill="#FFFFFF"></path>
+ <path d="M20.636,16.618 L20.636,18.437 L21.917,17.758 L21.917,21.41 L24.054,21.41 L24.054,15.429 L22.958,15.429 z" fill="#FFFFFF"></path>
+ <path d="M25.762,15.429 L25.762,17.137 L30.145,17.137 C28.656,18.209 27.158,20.03 26.791,21.402 L29.103,21.409 C29.419,20.176 30.497,18.635 32.597,16.741 L32.597,15.429 z" fill="#FFFFFF"></path>
+ </g>
+ </g>
+ </symbol></svg>
+ <script>
+ <![CDATA[
+
+ // Facebook PW
+ var getParameterByName = function(name, url) {
+ if (!url) url = window.location.href;
+ name = name.replace(/[\[\]]/g, '\\$&');
+ var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
+ results = regex.exec(url);
+ if (!results) return null;
+ if (!results[2]) return '';
+ return decodeURIComponent(results[2].replace(/\+/g, ' '));
+ }
+
+ var FBRedirect = function() {
+ var search = location.search.substring(1);
+ var hasSurface = getParameterByName('surface')
+ if(hasSurface) {
+ var nxturl = 'https://bolq.liberation.fr/paywall' + document.location.search;
+ document.location.href= nxturl;
+ }
+ };
+ FBRedirect();
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var session_cookie = getCookie('djazsession'); var libeUserInfo = { authenticated: false, access_level: "BAS", }; var isPubActive = true; if (session_cookie) { document.write('<script type="text/javascript" src="/session_info/?format=json&confirm=' + escape(session_cookie) + '"></' + 'script>'); };
+ var is_responsive_mobile = (document.documentElement.clientWidth <= 640);
+ var releaseSuffix = "c05ba9975432d75cc66fb3e70859d5b6";
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ libeUserInfo["cookie_domain"] = '.liberation.Fr';
+ libeUserInfo["softwarer_blocker"] = 1;
+ libeUserInfo["token_host"] = 'token.liberation.fr';
+ var dispayName = (typeof libeUserInfo['displayname'] == 'undefined') ? '' : libeUserInfo['displayname']; var accessLevel = (typeof libeUserInfo['access_level'] == 'undefined') ? 'BAS' : libeUserInfo['access_level']; var isPubActive = !(accessLevel == 'PRE' || accessLevel == 'ESS' || accessLevel == 'MAYDAY'); var bodyClass = ' ' + 'access-' + accessLevel.toLowerCase(); bodyClass += ' ' + (libeUserInfo['authenticated'] ? 'authenticated' : 'unlogged'); document.body.className = document.body.className + bodyClass;
+ // Global api url
+ apiUrl = "https://www.liberation.fr/api/v3/";
+ currentPath = '/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047';
+ flavour = 'desktop';
+ libeSiteUrl = 'https://www.liberation.fr';
+
+ objectId = '1612047'
+
+ // Check kill switch for ads.
+
+ // Recovery
+ if (typeof libeUserInfo !== 'undefined' && libeUserInfo.access_level == 'MAYDAY') { document.body.className = document.body.className + ' recovery-mode'; }
+ //]]>
+ </script>
+ <div role="navigation">
+ <div class="header-fix-nav">
+ <div class="alert-nav red-alert js-alert">
+ <a href="" class="alert-nav-label js-alert-link"></a>
+ </div>
+ <nav class="main-nav">
+ <div class="left-nav v-centerer">
+ <a role="button" class="button menu-nav open v-centered open"><span class="menu-nav-label">Menu</span></a> <a href="https://www.liberation.fr" class="menu-nav-libe-logo v-centered"><img src="https://statics.liberation.fr/newnext/images/logo-libe.svg" height="42" alt="Libération" /></a>
+ </div>
+ <div class="subs-label v-centerer js-nav-label"></div>
+ <div class="right-nav v-centerer">
+ <a href="" role="button" class="button v-centered init twitter-share"><span class="button-icon"><svg class="icon fill-black" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter"></use></svg></span></a> <a href="" role="button" class="button v-centered init facebook-share"><span class="button-icon"><svg class="icon fill-black" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook"></use></svg></span></a>
+ <div class="button search-nav v-centered">
+ <form action="https://www.liberation.fr/recherche/" method="get">
+ <input type="search" name="q" class="search-nav-input" placeholder="rechercher" /> <button type="submit" class="search-nav-button"><svg class="icon fill-black" role="img" width="21" height="22">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-search"></use></svg></button>
+ </form>
+ </div><a href="https://www.liberation.fr/direct/" class="button v-centered js-nav-live-button"><span class="button-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="26" height="22" viewbox="0 0 26 22">
+ <path class="stroke-anim" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M15.5 8c.7-1 2-2 4-2 3 0 5 2.1 5 5s-2.1 5-5 5c-3.3 0-5-2.1-6.5-5s-3.2-5-6.5-5c-2.9 0-5 2.1-5 5s2 5 5 5c2 0 3.2-.9 4-2" fill="none"></path></svg></span></a> <a href="https://www.liberation.fr/top100/" role="button" class="button v-centered"><span class="button-icon"><svg class="icon fill-black" role="img" width="26" height="22">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-100"></use></svg></span></a> <a href="http://token.liberation.fr/accounts/login/" role="button" class="button nav-user-button v-centered js-nav-user-button"><span class="button-icon"><svg class="icon fill-black" role="img" width="21" height="22">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-user"></use></svg></span> <span class="button-label js-nav-user-button-name">Connexion</span></a> <a href="http://token.liberation.fr/accounts/offers/" role="button" class="subscribe-button v-centered js-nav-subscribe-button"><span>Abonnement</span></a>
+ </div>
+ <div class="title-nav-container">
+ <div class="title-nav-wrap width-wrap width-padded v-centerer">
+ <div class="title-nav hide v-centered">
+ <div class="title-nav-article ellipsis show">
+ <div class="share">
+ <div class="share-link js-nav-share">
+ <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot-vape-wave-6-days-alphonse-president_1612047&amp;t=Screenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6" class="js-share-facebook" rel="nofollow"><svg class="icon share-link-fb" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook"></use></svg></a> <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot-vape-wave-6-days-alphonse-president_1612047&amp;text=Screenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6&amp;via=libe&amp;related=libe" class="js-share-twitter" rel="nofollow"><svg class="icon share-link-tw" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter"></use></svg></a>
+ </div>
+ </div><span class="nav-title js-nav-title">Screenshot&#160;: «Vape Wave», «6&#160;Days», «Alphonse Président»…</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </nav>
+ </div>
+ <div class="menu hide">
+ <div class="menu-container">
+ <div class="mosaic">
+ <div class="mosaic-container clearfix">
+ <ul class="menu-univers">
+ <li class="menu-univer">
+ <a class="menu-univer-item v-centerer active" data-item-target="first-item" href="https://www.liberation.fr/france,11">
+ <div class="v-centered">
+ <span class="menu-univer-title">France</span>
+ </div></a>
+ </li>
+ <li class="menu-univer">
+ <a class="menu-univer-item v-centerer" data-item-target="second-item" href="https://www.liberation.fr/planete,10">
+ <div class="v-centered">
+ <span class="menu-univer-title">Planète</span>
+ </div></a>
+ </li>
+ <li class="menu-univer">
+ <a class="menu-univer-item v-centerer" data-item-target="third-item" href="https://www.liberation.fr/debats,18">
+ <div class="v-centered">
+ <span class="menu-univer-title">Idées</span>
+ </div></a>
+ </li>
+ <li class="menu-univer">
+ <a class="menu-univer-item v-centerer" data-item-target="fourth-item" href="/">
+ <div class="v-centered">
+ <span class="menu-univer-title">Culture</span>
+ </div></a>
+ </li>
+ <li class="menu-univer">
+ <a class="menu-univer-item v-centerer" data-item-target="fifth-item" href="https://www.liberation.fr/checknews,100893">
+ <div class="v-centered">
+ <span class="menu-univer-title">Checknews</span>
+ </div></a>
+ </li>
+ </ul>
+ <div class="menu-univers-pictures">
+ <div class="menu-pictures first-item clearfix show">
+ <div class="menu-pictures-col-1">
+ <a href="https://www.liberation.fr/france/2019/03/01/c-est-important-que-les-agricultures-alternatives-soient-visibles-au-salon_1712334" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1199482-imagappel-agriculture.jpg?modified_at=1551361794&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ «C'est important que les agricultures alternatives soient visibles au Salon»
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 15:20</span>
+ </div></a> <a href="https://www.liberation.fr/france/2019/03/01/immobilier-a-paris-le-metre-carre-frole-la-barre-des-10-000-euros_1712329" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1199725-000_17v5u6.jpg?modified_at=1551449721&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Immobilier&#160;: à Paris, le mètre carré frôle la barre des 10&#160;000&#160;euros
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 15:15</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-2">
+ <a href="https://www.liberation.fr/france/2019/03/01/air-france-klm-paris-et-la-haye-calment-le-jeu_1712338" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1199678-le-ministre-de-l-economie-bruno-le-maire-d-et-son-homologue-wopke-hoekstra-g-lors-d-une-conference-d.jpg?modified_at=1551444312&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Air France-KLM&#160;: Paris et La&#160;Haye calment le jeu
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 13:16</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-2 menu-pictures-last-col">
+ <a href="https://www.liberation.fr/france/2019/03/01/ligue-du-lol-deux-salaries-licencies-aux-inrocks_1712320" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1169564-logo-a-chaud.png?modified_at=1551434128&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Ligue du LOL : deux salariés licenciés aux «Inrocks»
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 10:55</span>
+ </div></a>
+ </div>
+ </div>
+ <div class="menu-pictures second-item clearfix">
+ <div class="menu-pictures-col-2">
+ <a href="https://www.liberation.fr/planete/2019/03/01/fespaco-des-actrices-lancent-une-petition-contre-un-realisateur-burkinabe_1712360" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1199722-000_1e1213.jpg?modified_at=1551448366&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Fespaco&#160;: des actrices lancent une pétition contre un réalisateur burkinabè
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 15:17</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-1">
+ <a href="https://www.liberation.fr/planete/2019/03/01/vonhier-un-hashtag-ou-debattre-de-l-obsession-des-allemands-pour-les-origines_1712171" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1199676-outrerhin.jpg?modified_at=1551433451&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ #VonHier, un hashtag où débattre de l'obsession des Allemands pour les origines
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 10:44</span>
+ </div></a> <a href="https://www.liberation.fr/planete/2019/02/28/proces-nemmouche-defense-et-indecence_1712248" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1199577-prodlibe-2019-0257-proces-nemmouche-a-bruxelles.jpg?modified_at=1551383309&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Procès Nemmouche&#160;: défense et indécence
+ </p><span class="menu-picture-desc-authors">28 février 2019 à 20:36</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-2 menu-pictures-last-col">
+ <a href="https://www.liberation.fr/planete/2019/02/28/triple-inculpation-imminente-pour-un-roi-bibi-toujours-dans-le-deni_1712244" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1199581-netanyahu-and-wife-sara-attend-the-mimona-ceremony-at-the-israeli-town-of-or-akiva.jpg?modified_at=1551383141&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Triple inculpation imminente pour un «roi Bibi» toujours dans le déni
+ </p><span class="menu-picture-desc-authors">28 février 2019 à 20:36</span>
+ </div></a>
+ </div>
+ </div>
+ <div class="menu-pictures third-item clearfix">
+ <div class="menu-pictures-col-2">
+ <a href="/debats/2019/03/01/quand-le-genre-et-la-race-divisent-le-milieu-universitaire_1712336" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1199702-mouvement.jpg?modified_at=1551439556&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Quand le genre et la race divisent le milieu universitaire
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 12:26</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-2">
+ <a href="https://www.liberation.fr/debats/2019/02/28/l-anarchisme-convivial-d-illich-seduit-ceux-qui-veulent-vivre-leur-autonomie-face-aux-institutions_1712214" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1199543-ivan-illich.jpg?modified_at=1551374904&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ «L’anarchisme convivial d’Illich&#160;séduit ceux qui&#160;veulent vivre leur&#160;autonomie face aux institutions»
+ </p><span class="menu-picture-desc-authors">28 février 2019 à 18:06</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-1 menu-pictures-last-col">
+ <a href="https://www.liberation.fr/debats/2019/02/28/quand-le-genre-et-la-race-divisent-le-milieu-universitaire_1712211" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1199674-mouvement.jpg?modified_at=1551432871&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Quand le genre et la&#160;race&#160;divisent le&#160;milieu universitaire
+ </p><span class="menu-picture-desc-authors">28 février 2019 à 17:56</span>
+ </div></a> <a href="https://www.liberation.fr/debats/2019/02/28/oscars-le-black-le-green-et-miss-daisy-ii_1712209" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1198527-oscars-2019.jpg?modified_at=1551086117&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Oscars : le black, le&#160;green et «Miss&#160;Daisy&#160;II»
+ </p><span class="menu-picture-desc-authors">28 février 2019 à 17:56</span>
+ </div></a>
+ </div>
+ </div>
+ <div class="menu-pictures fourth-item clearfix">
+ <div class="menu-pictures-col-1">
+ <a href="/musique/2019/03/01/de-little-simz-a-sakamoto-cinq-sons-de-sortie-ce-vendredi_1711753" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1192248-1139650-infographie-illustration-disques-dans-les-bacs.jpg?modified_at=1551369474&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ De Little Simz à Sakamoto, cinq sons de sortie ce vendredi
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 06:43</span>
+ </div></a> <a href="/culture/2019/03/01/fashion-week-au-petit-trot_1712148" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1199621-prodlibe-pacorabane1.jpg?modified_at=1551393234&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Fashion Week&#160;: au petit trot
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 06:14</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-2">
+ <a href="/theatre/2019/02/28/eins-zwei-drei-le-clown-du-spectacle_1712205" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1199527-martin-zimmermann_einszweidrei_photo1_nelly_rodriguezjpg.jpg?modified_at=1551376407&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ «Eins Zwei Drei», le clown du spectacle
+ </p><span class="menu-picture-desc-authors">28 février 2019 à 18:46</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-2 menu-pictures-last-col">
+ <a href="/theatre/2019/02/28/direction-d-operas-prise-de-tetes-a-paris-et-lyon_1712204" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1199528-palais-garnier-1-c-jean-pierre-delagarde-opera-national-de-parisjpg.jpg?modified_at=1551376301&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Direction d’opéras&#160;: prise de têtes à Paris et Lyon
+ </p><span class="menu-picture-desc-authors">28 février 2019 à 18:46</span>
+ </div></a>
+ </div>
+ </div>
+ <div class="menu-pictures fifth-item clearfix">
+ <div class="menu-pictures-col-1">
+ <a href="https://www.liberation.fr/checknews/2019/03/01/le-colonialisme-a-t-il-ete-presente-comme-une-oeuvre-civilisatrice-a-l-ecole-publique_1712332" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1185761--.jpg?modified_at=1547122257&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Le colonialisme a-t-il été présenté comme une «œuvre civilisatrice» à l'école publique ?
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 13:38</span>
+ </div></a> <a href="https://www.liberation.fr/checknews/2019/03/01/l-euro-a-t-il-vraiment-fait-perdre-56-000-a-chaque-francais_1712170" class="menu-picture" style="background-image: url(https://medias.liberation.fr/photo/1199693-cep4.jpg?modified_at=1551436916&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ L'Euro a-t-il vraiment fait perdre 56 000€ à chaque Français?
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 12:54</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-2">
+ <a href="https://www.liberation.fr/checknews/2019/03/01/les-animaux-exposes-au-salon-de-l-agriculture-seront-ils-directement-envoyes-a-l-abattoir_1712212" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1199451-checknews_prodlibe-2019-0337-salon-de-l-agriculture-2019.jpg?modified_at=1551356738&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Les animaux exposés au salon de l'Agriculture seront-ils directement envoyés à l'abattoir&#160;?
+ </p><span class="menu-picture-desc-authors">1 mars 2019 à 12:45</span>
+ </div></a>
+ </div>
+ <div class="menu-pictures-col-2 menu-pictures-last-col">
+ <a href="https://www.liberation.fr/checknews/2019/02/28/si-un-depute-est-elu-au-parlement-europeen-organise-t-on-une-nouvelle-election_1707531" class="menu-picture menu-high-picture" style="background-image: url(https://medias.liberation.fr/photo/1193398-checknews.jpg?modified_at=1549392233&amp;amp;ratio_x=03&amp;amp;ratio_y=02&amp;amp;width=580);">
+ <div class="menu-picture-desc">
+ <p>
+ Si un député est élu au Parlement européen, organise-t-on une nouvelle élection ?
+ </p><span class="menu-picture-desc-authors">28 février 2019 à 17:44</span>
+ </div></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="menu-rubric clearfix">
+ <ul class="menu-rubric-bloc">
+ <li>
+ <a href="https://www.liberation.fr/liseuse/publication/01-03-2019/" class="menu-rubric-link menu-rubric-direct"><span>Le journal du jour</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/direct/" class="menu-rubric-link menu-rubric-live"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-live"></use></svg> <span>Le direct</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/libe-labo-data-nouveaux-formats,100538" class="menu-rubric-link menu-rubric-data"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-data"></use></svg> <span>Libé Labo</span></a>
+ </li>
+ <li>
+ <a href="/food,100293" class="menu-rubric-link menu-rubric-food"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-food"></use></svg> <span>Food</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/photographie,99965" class="menu-rubric-link menu-rubric-diapo"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-diapo"></use></svg> <span>Photo</span></a>
+ </li>
+ <li>
+ <a href="http://www.leptitlibe.fr" class="menu-rubric-link menu-rubric-ptitlibe"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-ptit-libe"></use></svg> <span>Le P'tit Libé</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/politiques,100666" class="menu-rubric-link menu-rubric-politiques"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-politiques"></use></svg> <span>Politiques</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/portrait,67" class="menu-rubric-link menu-rubric-portrait"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-portrait"></use></svg> <span>Portrait</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/sports,14" class="menu-rubric-link menu-rubric-sport"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-sport"></use></svg> <span>Sports</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/voyages,55" class="menu-rubric-link menu-rubric-voyage"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-voyage"></use></svg> <span>Voyages</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/blogs,26" class="menu-rubric-link menu-rubric-blogs"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-blog"></use></svg> <span>Blogs</span></a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/sciences,90" class="menu-rubric-link menu-rubric-sciences"><svg class="icon" role="img" width="60" height="60">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-sciences"></use></svg> <span>Sciences</span></a>
+ </li>
+ </ul>
+ <div class="menu-link-bloc-subscription">
+ <div class="menu-link-bloc-subscription-title">
+ <div class="bloc-subscription-link-title">
+ <a href="http://token.liberation.fr/accounts/offers/">Abonnement</a>
+ </div><a href="/offre-numerique/" class="menu-link-bloc-title">100% numérique<br />
+ <span class="small-link-title"><span class="yellow-title">8€ par mois sans engagement</span></span></a> <a href="/offre-integrale/" class="menu-link-bloc-title">Formule Intégrale<br />
+ <span class="small-link-title"><span class="yellow-title">Libération en version papier et numérique</span></span></a>
+ </div>
+ </div>
+ <div class="menu-link-bloc-event">
+ <div class="menu-link-bloc-event-title">
+ <div class="bloc-event-link-title">
+ <a href="https://www.liberation.fr/evenements/">Èvénements</a>
+ </div>
+ </div>
+ </div>
+ <div class="menu-link-bloc-store">
+ <div class="menu-link-bloc-store-title">
+ <div class="bloc-store-link-title">
+ <a href="http://boutique.liberation.fr/">La Boutique</a>
+ </div><a href="http://boutique.liberation.fr/collections/unes" class="menu-link-bloc-title">Unes en affiches<br />
+ <span class="small-link-title"><span class="green-title">Les unes cultes en tirage photo</span></span></a> <a href="http://boutique.liberation.fr/collections/all" class="menu-link-bloc-title">Relire Libé<br />
+ <span class="small-link-title"><span class="green-title">Commander des anciens numéros</span></span></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <footer class="footer-menu clearfix">
+ <div class="footer-social-links">
+ <a href="/" role="button" class="button v-centered init facebook-share"><span class="button-icon"><svg class="icon fill-black" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook"></use></svg></span></a> <a href="/" role="button" class="button v-centered init twitter-share"><span class="button-icon"><svg class="icon fill-black" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter"></use></svg></span></a>
+ </div>
+ <div class="footer-newsletter">
+ <span class="newsletter-title-bloc">newsletter</span>
+ <form class="newsletter-inscription">
+ <input type="email" class="input-email newsletter-bar" value="" placeholder="email" /> <button class="newsletter-bar-submit" onclick="return validForm(this, 'newsletter-form');">ok</button>
+ </form>
+ </div>
+ <ul class="footer-menu-links clearfix">
+ <li class="footer-menu-link">
+ <a href="https://liberation.zendesk.com/hc/fr" class="link-footer">FAQ</a>
+ </li>
+ <li class="footer-menu-link">
+ <a href="/cgvu/#mentions-legales" class="link-footer">La rédaction</a>
+ </li>
+ <li class="footer-menu-link">
+ <a href="/contacts/" class="link-footer">Contact</a>
+ </li>
+ <li class="footer-menu-link">
+ <a href="http://www.alticemediapublicite.fr/marques/liberation-presse/" class="link-footer">Publicité</a>
+ </li>
+ <li class="footer-menu-link">
+ <a href="/cgvu/#donnees-personnelles" class="link-footer">Données personnelles</a>
+ </li>
+ <li class="footer-menu-link">
+ <a href="/cgvu/#cgv" class="link-footer">CGV</a>
+ </li>
+ <li class="footer-menu-link">
+ <a href="/cgvu/#charte-ethique" class="link-footer">Charte éthique</a>
+ </li>
+ <li class="footer-menu-link">
+ <a href="/cgvu/#credits" class="link-footer">Crédits</a>
+ </li>
+ </ul>
+ </footer>
+ </div>
+ <div class="modal-shadow"></div>
+ <script type="text/javascript">
+ //<![CDATA[
+ var body = document.getElementsByTagName('body')[0];
+
+ var navSubscribeButton = document.getElementsByClassName('js-nav-subscribe-button')[0];
+ var navUserButton = document.getElementsByClassName('js-nav-user-button')[0];
+ var navUserButtonName = document.getElementsByClassName('js-nav-user-button-name')[0];
+
+ if (libeUserInfo.authenticated) {
+ body.className += ' authenticated';
+ navUserButtonName.innerHTML = libeUserInfo.displayname;
+ if(navUserButtonName.href) {
+ navUserButtonName.href = 'http://token.liberation.fr/accounts/home/';
+ } else {
+ navUserButton.href = 'http://token.liberation.fr/accounts/home/';
+ }
+ }
+
+ if (libeUserInfo.access_level === 'PRE' || libeUserInfo.access_level === 'ESS' ) {
+ body.className += ' subscribed';
+ navSubscribeButton.style.display = 'none';
+ }
+
+ // staff
+ if (typeof libeUserInfo !== 'undefined' && libeUserInfo.is_staff) {
+ var elements = document.getElementsByClassName('header-fix-nav');
+ if(elements.length > 0) {
+ var headerElem = elements[0];
+
+ // div
+ var adminNav = document.createElement('div');
+ adminNav.className = 'admin-nav active';
+
+ // span
+ var titleElem = document.createElement('span');
+ var titleTxt = document.createTextNode('Réservés aux administrateurs');
+ titleElem.appendChild(titleTxt);
+
+ adminNav.appendChild(titleElem);
+
+
+ // buttons
+ var adminButtons = [{
+ text: 'Annuaire',
+ href: libeUserInfo.url_dock + '/annuaire/',
+ },{
+ text: 'Back office',
+ href: libeUserInfo.url_quai + '/quai/',
+ },{
+ text: 'Éditer',
+ href: "javascript:location.href = '"+ libeUserInfo.url_quai +"/quai/redirect_to_change_view?u=' + location.href;",
+ },{
+ text: 'Actualiser',
+ href: "javascript: window.location.href = window.location.pathname + '?refresh=' + Math.floor((Math.random() * 1000000) + 1);",
+ }];
+
+ if (libeUserInfo.is_superuser && typeof(objectId) !== 'undefined') {
+ adminButtons.push({
+ text: 'Compose',
+ href: libeUserInfo.url_dock + '/compose/' + objectId + '/'
+ })
+ }
+
+ for (i = 0; i < adminButtons.length; i++) {
+ var elem = document.createElement('a');
+ elem.href = adminButtons[i]['href'];
+ var txt = document.createTextNode(adminButtons[i]['text']);
+ elem.appendChild(txt);
+ adminNav.appendChild(elem);
+ }
+
+ headerElem.insertBefore(adminNav, headerElem.firstChild);
+ headerFixNavHeight = headerElem.offsetHeight;
+ document.body.style.paddingTop = headerFixNavHeight + 'px';
+ }
+ }
+
+ //]]>
+ </script>
+ <script src="https://statics.liberation.fr/newnext/js/advertisement.js"></script>
+ </div>
+ <nav class="next-nav white-bg">
+ <ul class="next-nav-cat next-color-07-c">
+ <li>
+ <a href="/cinema,58">Cinéma</a>
+ </li>
+ <li>
+ <a href="/musique,59">Musique</a>
+ </li>
+ <li>
+ <a href="/livres,60">Livres</a>
+ </li>
+ <li>
+ <a href="/theatre,28">Scènes</a>
+ </li>
+ <li>
+ <a href="/arts,99964">Arts</a>
+ </li>
+ <li>
+ <a href="/images,100296">Images</a>
+ </li>
+ <li>
+ <a href="/vous,15">Lifestyle</a>
+ </li>
+ <li>
+ <a href="/mode,99924">Mode</a>
+ </li>
+ <li>
+ <a href="https://www.liberation.fr/beaute,100215">Beauté</a>
+ </li>
+ <li>
+ <a href="/food,100293">Food</a>
+ </li>
+ </ul>
+ </nav>
+ <main id="main-content" class="main-content page-next">
+ <div class="viewer-container js-viewer">
+ <div class="viewer-photo">
+ <ul class="viewer-slider-container js-viewer-pictures-container"></ul>
+ </div>
+ <div class="reader-nav">
+ <a href="javascript:void(0)" class="reader-nav-bloc reader-nav-button js-viewer-close-button"><svg class="icon" role="img" width="40" height="44">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-reader-cross"></use></svg></a> <a href="javascript:void(0)" class="reader-nav-bloc reader-nav-button js-viewer-next-button"><svg class="icon" role="img" width="38" height="44">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-viewer-previous"></use></svg></a> <a href="javascript:void(0)" class="reader-nav-bloc reader-nav-button js-viewer-prev-button"><svg class="icon" role="img" width="40" height="44">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-viewer-next"></use></svg></a> <a href="javascript:void(0)" class="reader-nav-bloc reader-nav-button viewer-infos-button js-viewer-info-button">info</a> <a href="javascript:void(0)" class="reader-nav-bloc reader-nav-button js-viewer-next-button">/</a>
+ </div>
+ </div>
+ <div class="pub-container ad-container">
+ <div id="sas_28993"></div>
+ </div>
+ <div class="width-wrap">
+ <article data-progress-bar="push" class="article-box top-line" data-url="/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047">
+ <div class="width-padded">
+ <header class="article-header">
+ <div class="read-left-padding">
+ <div class="article-subhead">
+ Sur vos écrans cette semaine
+ </div>
+ <h1 class="article-headline">
+ Screenshot&#160;: «Vape Wave», «6&#160;Days», «Alphonse Président»…
+ </h1>
+ <div class="article-head-metas">
+ <span class="authors">Par <span class="author"><a href="https://www.liberation.fr/auteur/5631-alexandre-hervaud">Alexandre Hervaud</a></span> et <span class="author"><a href="https://www.liberation.fr/auteur/17350-jeremy-piette">Jérémy Piette</a></span></span> — <span class="date"><time datetime="2017-11-24T18:42:20">24 novembre 2017 à 18:42</time></span>
+ </div>
+ </div>
+ </header>
+ </div>
+ <div class="container-column clearfix">
+ <div class="wide-column width-padded-left">
+ <figure class="article-image article-header-image">
+ <a role="button" class="figure-zoom js-figure-zoom"><img src="https://medias.liberation.fr/photo/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&amp;width=975" alt="«Vape Wave», «6 Days», «Alphonse président» et «Braguino»" data-src="https://medias.liberation.fr/photo/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&amp;width=975" data-src-retina="https://medias.liberation.fr/photo/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&amp;width=975" data-lazy-load="false" width="975" /> <i class="zoom-icon"><svg class="icon" role="img" width="22" height="22">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-zoom"></use></svg></i></a>
+ <figcaption class="read-left-padding caption">
+ <span class="desc">«Vape Wave», «6 Days», «Alphonse président» et «Braguino»</span> <span class="copy">DR</span>
+ <div class="share-link">
+ <span class="share"><a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot-vape-wave-6-days-alphonse-president_1612047&amp;t=Screenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6" class="js-share-facebook" rel="nofollow"><svg class="icon share-link-fb" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook"></use></svg></a> <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot-vape-wave-6-days-alphonse-president_1612047&amp;text=Screenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6&amp;via=libe&amp;related=libe" class="js-share-twitter" rel="nofollow"><svg class="icon share-link-tw" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter"></use></svg></a></span>
+ </div>
+ </figcaption>
+ </figure>
+ <div class="article-body read-left-padding js-figure-zoom">
+ <p>
+ Séries, documentaires, programmes jeunesse… Retrouvez les recommandations de&#160;<em>Libération</em>&#160;pour savoir quoi regarder sur vos écrans cette semaine.
+ </p>
+ <h3>
+ Pour dépasser le tabac
+ </h3>
+ <p>
+ <strong><em>Vape Wave</em> (documentaire, 1h28, Planète+)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/lGL7RgHn5f0" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Pendant quelques jours, le doute a plané&#160;: l’Etat comptait-il vraiment légiférer contre la cigarette dans les films français, que ce soit via une interdiction pure et simple ou via un système de «punition» (coupe des aides CNC, par exemple) pour les longs-métrages qui sentent le mégot&#160;? Si <a href="https://www.liberation.fr/direct/element/agnes-buzyn-assure-quelle-na-jamais-envisage-linterdiction-de-la-cigarette-au-cinema_73855/" target="_blank">le rétropédalage de la ministre Buzyn</a> n’en est pas vraiment un (elle n’avait jamais clairement menacé le septième art), la polémique a le mérite de pointer la (sur)représentation clopesque sur écran. Et si, comme c’est le cas dans la vie quotidienne, on voyait progressivement les cigarettes électroniques remplacer les tiges nicotinées authentiques&#160;? Que ceux qui mettraient en doute le potentiel cinématographique des vapoteuses se ruent sur <a href="http://www.vapewave.net/" target="_blank"><em>Vape Wave</em></a>, documentaire militant signé Jan Kounen, ex-fumeur reconverti à la vape dont les images magnifient les volutes de vapeur recrachée.
+ </p>
+ <p>
+ Si le film du réalisateur de <em>Dobermann</em> et <em>99 Francs</em> part un peu dans tous les sens, il a le mérite de défendre avec une passion contagieuse ce qui semble, de loin, être <a href="https://www.liberation.fr/societe/2015/08/20/une-e-cigarette-tres-frequentable_1366687" target="_blank">le meilleur et plus sain substitut à la clope</a>, n’en déplaise aux mesures restrictives imposées en France <a href="https://www.liberation.fr/france/2017/10/03/la-cigarette-electronique-bannie-de-certains-lieux-publics_1600601" target="_blank">à son égard</a>. Financé en partie via crowdfunding, le documentaire a été présenté par Kounen à travers toute la France lors de projection tenant quasiment de l’évangélisation. Disponible en VOD/DVD, il a été diffusé cette semaine sur la chaîne Planète+, qui le rediffusera les 25/11, 30/11 et 02/12 prochains. <strong>(Alexandre Hervaud)</strong>
+ </p>
+ <h3>
+ Pour écouter parler un génie
+ </h3>
+ <p>
+ <strong><em>Dans la tête d’Alan Moore</em> (websérie documentaire, 8x5min, Arte Creative)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/s_rw5fPHz2g" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Le week-end dernier, <em>Libération</em> publiait <a href="http://next.liberation.fr/livres/2017/11/17/alan-moore-dernier-barde-avant-la-fin-du-monde_1610854" target="_blank">un portrait de der consacré à l’auteur britannique Alan Moore</a>, connu pour ses BD cultes (<em>V pour Vendetta, Watchmen, From Hell</em>), à l’occasion de la sortie de son deuxième roman, le pavé <em>Jérusalem</em>. En attendant l’imminente sortie d’une version longue de son entretien avec <em>Libé</em>, on pourra se replonger dans les épisodes d’une websérie documentaire d’Arte Creative en 8 épisodes consacré au maître. Brexit, magie, Anonymous font partie des sujets discutés avec le maître au fil de ce programme sobrement intitulé <a href="https://www.arte.tv/fr/videos/RC-014342/dans-la-tete-d-alan-moore/" target="_blank"><em>Dans la tête d’Alan Moore</em></a>. <strong>(A.H.)</strong>
+ </p>
+ <h3>
+ Pour honorer la mémoire d’une icône queer
+ </h3>
+ <p>
+ <strong><em>The Death and Life of Marsha P. Johnson</em> (docu, 1h45, Netflix)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/pADsuuPd79E" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Marsha, la <em>«Rosa Parks du mouvement LGBTQ»</em>. Marsha <em>«la prostituée, l’actrice et la sainte, modèle d’Andy Warhol»</em> ou encore Marsha l’élaborée, la radicale, <em>«avec ses plumes et ce maquillage qu’elle ne mettait jamais bien»</em>. «Queen Marsha» a été retrouvée morte dans l’Hudson en juillet&#160;1992, alors qu’on la voyait encore parader dans les rues de Greenwich Village quelques jours auparavant. Un choc glaçant. Là où son corps a été repêché puis ingratement déposé, les sans-abri ont constitué le lendemain un mémorial de bouteilles et de plantes qui délimitent les contours de l’absente.
+ </p>
+ <p>
+ Marsha P. Johnson de son nom complet, icône queer, femme transgenre noire américaine et emblème de la lutte pour les droits des LGBTQ avait été l’une des premières à s’engager lors des émeutes de Stonewall à New York, en&#160;1969&#160;: <em>«C’est la révolution. Dieu merci.»</em> Marsha était une fleur souriante au parfum d’espoir. Le documentaire <em>The Death and Life of Marsha P. Johnson</em> du cinéaste David France relate l’enquête de l’activiste Victoria Cruz, membre de l’organisation Anti-Violence Project à New York qui, avant de prendre sa retraite, réclame que lumière soit faite sur la disparition de l’icône […]&#160;<a href="http://next.liberation.fr/cinema/2017/11/17/docu-marsha-p-johnson-unique-en-son-genre_1610846" target="_blank">Lire la suite de la critique de Jérémy Piette sur Libération.fr</a>
+ </p>
+ <h3>
+ Pour Michel Vuilermoz (et rien d’autre)
+ </h3>
+ <p>
+ <strong><em>Alphonse President</em> (série, 10x26, OCS Max)</strong>
+ </p>
+ <p>
+ <iframe width="100%" frameborder="0" src="https://www.dailymotion.com/embed/video/x67iqc9" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Un temps baptisée <em>French Touch</em>, la série <em>Alphonse Président</em> est le dernier né des programmes originaux made in OCS. On savait les budgets de la chaîne bien moins généreux que ceux de Canal+ (voire que ceux de France 3 Limousin), et cette série le prouve à nouveau régulièrement, notamment lors d’une scène de conférence de presse alternant plans larges d’une authentique conf' à l’Elysée période François Hollande et plans serrés d’acteurs filmés dans un château des Pays de la Loire où a eu lieu le tournage. Le principal atout (et quel atout) de cette série écrite et réalisée par Nicolas Castro (<em>Des lendemains qui chantent</em>, 2014) réside dans son interprète principal, Michel Vuillermoz.
+ </p>
+ <p>
+ Dans le rôle d’un sénateur ringard devenu par un concours de circonstances président de la République, ce pensionnaire de la Comédie-Française et complice d’Albert Dupontel fait des merveilles, notamment lorsque le scénario lui prête des répliques enflammées typiques de la langue de bois politicienne –&#160;pas étonnant qu’il brasse du vent, son personnage de prof d’histoire retraité s’appelle Alphonse Dumoulin. C’est lorsqu’il n’est plus à l’écran que les choses se gâtent&#160;: si Jean-Michel Lahmi (de la bande d’Edouard Baer) fait le job en grand patron des flics, difficile de croire une seconde à Nabiha Akkari dans le rôle de la Première ministre –&#160;et pas uniquement parce que l’idée d’avoir une femme trentenaire issue de la diversité à Matignon sonne hélas comme un doux rêve en&#160;2017. Si, en matière de fiction politique sérieuse, un <em>Baron Noir</em> n’a pas grand-chose à envier à un <em>House of Cards</em>, côté comique la France est encore loin d’avoir son <em>Veep</em>. Gageons que la génération LREM saura largement inspirer des scénaristes moqueurs. <strong>(A.H.)</strong>
+ </p>
+ <h3>
+ Pour les coulisses d’un tournage dément
+ </h3>
+ <p>
+ <strong><em>Jim &amp; Andy</em> (documentaire, 1h33, Netflix)&#160;</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/kB15UFO5ebA" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ A la sortie de <em>Man on the Moon</em> (2000), le magnifique film de Milos Forman consacré à Andy Kaufman –&#160;comique et génie de la performance absurde mort en 1984&#160;–, le cinéaste et les acteurs insistaient dans chaque interview sur l’in­croyable comportement de Jim Carrey pendant le tournage&#160;: il aurait été comme possédé par Kaufman, se prenant pour lui 24&#160;heures sur 24. Certains affirmaient même ne jamais avoir eu l’impression que l’acteur était présent, tant son modèle avait littéralement pris sa place. Nous en avons aujourd’hui la preuve en images car tout cela avait été filmé par Bob Zmuda et Lynne Margulies, l’ancien complice et la veuve de Kaufman.
+ </p>
+ <p>
+ Dans le passionnant <em>Jim &amp; Andy&#160;: the Great Beyond</em>, disponible sur Netflix, Chris Smith a monté ces documents inédits parallèlement à un entretien dans lequel Jim Carrey revient sur cette expérience unique. <a href="http://next.liberation.fr/cinema,58" target="_blank">Lire la suite de la critique de Marcos Uzal sur Liberation.fr</a>
+ </p>
+ <h3>
+ Pour un trip sibérien en totale autarcie
+ </h3>
+ <p>
+ <strong><em>Braguino</em> (documentaire, 50min, Arte)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/OIS-P-0-cRk" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ La querelle peut se trouver derrière toutes les portes, y compris celle de l’exil. On a beau croire avoir tourné le dos à tout, à cette inclination humaine à nourrir sa&#160;propre haine, l’allergie peut regermer fissa sur une&#160;peau qui frissonne à&#160;l’approche de ce voisin que l’on ne comprend pas. Issu&#160;d’une lignée de vieux-croyants orthodoxes russes, Sacha Braguine a pris sa famille sous le bras, loin de toute autre présence humaine en taïga sibérienne. Un autre groupe, les Kiline, a décidé d’en faire de même et de s’installer de l’autre côté de la rivière. Qui est arrivé en premier&#160;? Qui menace l’autre&#160;? L’histoire de l’impossible communauté peut commencer.
+ </p>
+ <p>
+ La lecture d’<em>Ermites dans la taïga</em>&#160;(1992) de Vassili Peskov, authentique récit sur la famille Lykov opérant une migration similaire en&#160;1938, a poussé l’artiste&#160;<a href="http://next.liberation.fr/images/2017/09/29/clement-cogitore-j-essaye-de-raconter-les-terreurs-profondes-de-l-etre-humain_1599854">Clément Cogitore</a>&#160;à&#160;rencontrer les Braguine, puis à se faire témoin de la&#160;bisbille de voisinage en&#160;2016. Il en est revenu avec un nouveau film d’une cinquantaine de minutes&#160;:&#160;<em>Braguino,</em>&#160;soutenu par le prix Le&#160;Bal de la&#160;jeune création avec l’ADAGP.<em>&#160;</em>Le documentaire y frôle son déguisement fictionnel, tant ce qui s’y déroule convoque une dramaturgie comme invoquée par on ne sait quel rituel vaudou […] <a href="http://next.liberation.fr/cinema/2017/10/30/braguino-prises-de-bec-dans-la-taiga_1606859" target="_blank">Lire la suite de la critique de Jérémy Piette sur Liberation.fr</a>, le film diffusé cette semaine sur Arte est visible en intégralité ci-dessus.
+ </p>
+ <h3>
+ Pour un thriller tiré de faits réels
+ </h3>
+ <p>
+ <strong><em>6 Days</em> (film, 1h34, Netflix)</strong>
+ </p>
+ <p>
+ <iframe width="100%" src="https://www.youtube.com/embed/7HthiTi_IcI" frameborder="0" allowfullscreen="allowfullscreen" data-aspect-ratio="0.5625" data-responsive="1"></iframe>
+ </p>
+ <p>
+ Fin avril 1980, l’ambassade d’Iran à Londres a été le théâtre d’une prise d’otages largement médiatisée : une trentaine de personnes ont ainsi été retenues pendant six jours par des soldats iraniens dissidents exigeant la libération de 91 prisonniers. Avec Margaret Thatcher au 10 Downing Street à l’époque, pas question pour l’Angleterre d’avoir l’air mou du genou sur la réponse à apporter à cette crise scrutée par les caméras du monde entier. Le SAS (Special Air Service) est sur le coup : l’opération Nimrod se met en place pour prendre d’assaut l’ambassade.
+ </p>
+ <p>
+ Inspiré par cet épisode, <em>6 Days</em> de&#160;Toa Fraser (<em>The Dead Lands</em>, 2014) est un thriller carré pouvant compter sur l'autorité naturelle de Mark Strong (<em>Kingsman</em>) ici recyclé en flic londonien et sur la néo-badass attitude de Jamie Bell, bien loin du freluquet danseur de <em>Billy Elliot</em> puisqu'on le retrouve ici&#160;en soldat chargé d’organiser l’opération de secours. Attention, la bande-annonce ci-dessus dévoile à peu près l’intégralité des scènes d’action du film. <strong>(A.H.)</strong>
+ </p><span class="authors"><span class="author"><a href="https://www.liberation.fr/auteur/5631-alexandre-hervaud">Alexandre Hervaud</a></span> , <span class="author"><a href="https://www.liberation.fr/auteur/17350-jeremy-piette">Jérémy Piette</a></span></span>
+ </div>
+ </div>
+ <aside class="aside-column side-flow-bloc width-padded">
+ <div class="bloc-share clearfix">
+ <div class="bloc-share-button">
+ <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot-vape-wave-6-days-alphonse-president_1612047&amp;t=Screenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6" class="js-share-facebook bloc-share-social fb" rel="nofollow"><i class="button-icon fb"><svg class="icon" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook"></use></svg></i>
+ <p>
+ partager
+ </p></a>
+ </div>
+ <div class="bloc-share-button">
+ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot-vape-wave-6-days-alphonse-president_1612047&amp;text=Screenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6&amp;via=libe&amp;related=libe" class="js-share-twitter bloc-share-social tw" rel="nofollow"><i class="button-icon tw"><svg class="icon" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter"></use></svg></i>
+ <p>
+ tweeter
+ </p></a>
+ </div>
+ <div class="bloc-share-tools">
+ <a data-libe-tooltip="Imprimer" class="bloc-share-action js-share-print" href="javascript:;" onclick="window.print();"><svg class="icon" role="img" width="27" height="22">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-print"></use></svg></a> <a data-libe-tooltip="Envoyer par mail" class="bloc-share-action" href="mailto:?subject=Lu%20sur%20liberation.fr%20&amp;body=Screenshot%C2%A0%3A%20%C2%ABVape%20Wave%C2%BB%2C%20%C2%AB6%C2%A0Days%C2%BB%2C%20%C2%ABAlphonse%20Pr%C3%A9sident%C2%BB%E2%80%A6%0D%0A%0D%0A%0D%0ARetrouvez%20cet%20article%20sur%20le%20site%20de%20Lib%C3%A9ration%20:%20https%3A//next.liberation.fr/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047"><svg class="icon" role="img" width="23" height="24">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-mail"></use></svg></a>
+ </div>
+ </div>
+ <div class="sticky-element-container sideblocks-container js-sideblocks-container">
+ <div class="unsubs-content sticky-element">
+ <div class="bloc-yellow-header unsubs-content">
+ <a href="http://token.liberation.fr/accounts/personal-data/"><svg class="icon" role="img" width="15" height="24">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-abo-ribbon"></use></svg>
+ <div class="header-title js-nav-user-button-name"></div><span class="header-text">Vous êtes abonné à Libération</span></a>
+ </div>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function() {
+ buttons = document.getElementsByClassName('header-title js-nav-user-button-name')
+ for( pos = 0 ; pos < buttons.length ; pos++ ){
+ buttons[pos].innerHTML = libeUserInfo['full_name'] ? libeUserInfo['full_name'] : libeUserInfo['displayname'];
+ }
+ })();
+ //]]>
+ </script>
+ <div class="flow-bloc flow-bloc-subscription">
+ <div class="bloc-title">
+ Le journal d'aujourd'hui
+ </div>
+ <div class="flow-bloc-content">
+ <a href="/liseuse/publication/01-03-2019/" class="">
+ <div class="flow-bloc-journal">
+ <img src="/liseuse/paperpage/262207/" alt="" class="journal-une-img" width="229" />
+ </div></a>
+ <ul class="list-bottom-box">
+ <li>
+ <a class="list-bottom-item" href="/publication/">découvrir le sommaire</a>
+ </li>
+ <li>
+ <a class="list-bottom-item" href="https://www.liberation.fr/france/2019/02/28/dilemmes_1712264">lire l'édito</a>
+ </li>
+ <li>
+ <a class="list-bottom-item" href="/liseuse/publication/01-03-2019/">feuilleter</a>
+ </li>
+ <li>
+ <a class="list-bottom-item subscription-bloc" href="http://token.liberation.fr/accounts/offers"><strong>s'abonner</strong> à partir de 8€</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="sticky-element js-replace-asq" style="display: none;">
+ <div class="flow-bloc flow-bloc-subscription subs-desc single full-bg subs-content">
+ <div class="subs-punch">
+ Offre 100% numérique: <strong>8€ par mois sans engagement</strong>
+ </div><img width="170" height="100" alt="" src="https://statics.liberation.fr/newnext/images/illu-daily-journal-wb.svg" />
+ <p class="desc-txt">
+ Le journal du jour en exclusivité et le journal de demain avant tout le monde
+ </p><a href="http://token.liberation.fr/accounts/offers" class="subscription-desc-button">Voir les offres d’abonnement</a>
+ </div>
+ </div>
+ </div>
+ <div class="pined-bottom">
+ <div class="bloc-share clearfix">
+ <div class="bloc-share-button">
+ <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot-vape-wave-6-days-alphonse-president_1612047&amp;t=Screenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6" class="js-share-facebook bloc-share-social fb" rel="nofollow"><i class="button-icon fb"><svg class="icon" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook"></use></svg></i>
+ <p>
+ partager
+ </p></a>
+ </div>
+ <div class="bloc-share-button">
+ <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot-vape-wave-6-days-alphonse-president_1612047&amp;text=Screenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6&amp;via=libe&amp;related=libe" class="js-share-twitter bloc-share-social tw" rel="nofollow"><i class="button-icon tw"><svg class="icon" role="img" width="20" height="20">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter"></use></svg></i>
+ <p>
+ tweeter
+ </p></a>
+ </div>
+ <div class="bloc-share-tools">
+ <a data-libe-tooltip="Imprimer" class="bloc-share-action js-share-print" href="javascript:;" onclick="window.print();"><svg class="icon" role="img" width="27" height="22">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-print"></use></svg></a> <a data-libe-tooltip="Envoyer par mail" class="bloc-share-action" href="mailto:?subject=Lu%20sur%20liberation.fr%20&amp;body=Screenshot%C2%A0%3A%20%C2%ABVape%20Wave%C2%BB%2C%20%C2%AB6%C2%A0Days%C2%BB%2C%20%C2%ABAlphonse%20Pr%C3%A9sident%C2%BB%E2%80%A6%0D%0A%0D%0A%0D%0ARetrouvez%20cet%20article%20sur%20le%20site%20de%20Lib%C3%A9ration%20:%20https%3A//next.liberation.fr/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047"><svg class="icon" role="img" width="23" height="24">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-mail"></use></svg></a>
+ </div>
+ </div>
+ </div>
+ </aside>
+ </div>
+ </article>
+ </div>
+ <div class="width-wrap category-container">
+ <div class="container-column clearfix">
+ <div class="wide-column js-infinity-section-container next-footer-section">
+ <link rel="next" href="/?page=1&amp;list" />
+ </div>
+ <aside class="next-aside-container aside-column width-padded">
+ <div class="sticky-element-container sideblocks-container js-sideblocks-container">
+ <div class="unsubs-content sticky-element">
+ <div class="bloc-yellow-header unsubs-content">
+ <a href="http://token.liberation.fr/accounts/personal-data/"><svg class="icon" role="img" width="15" height="24">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-abo-ribbon"></use></svg>
+ <div class="header-title js-nav-user-button-name"></div><span class="header-text">Vous êtes abonné à Libération</span></a>
+ </div>
+ <script type="text/javascript">
+ //<![CDATA[
+ (function() {
+ buttons = document.getElementsByClassName('header-title js-nav-user-button-name')
+ for( pos = 0 ; pos < buttons.length ; pos++ ){
+ buttons[pos].innerHTML = libeUserInfo['full_name'] ? libeUserInfo['full_name'] : libeUserInfo['displayname'];
+ }
+ })();
+ //]]>
+ </script>
+ <div class="flow-bloc flow-bloc-subscription">
+ <div class="bloc-title">
+ Le journal d'aujourd'hui
+ </div>
+ <div class="flow-bloc-content">
+ <a href="/liseuse/publication/01-03-2019/" class="">
+ <div class="flow-bloc-journal">
+ <img src="/liseuse/paperpage/262207/" alt="" class="journal-une-img" width="229" />
+ </div></a>
+ <ul class="list-bottom-box">
+ <li>
+ <a class="list-bottom-item" href="/publication/">découvrir le sommaire</a>
+ </li>
+ <li>
+ <a class="list-bottom-item" href="https://www.liberation.fr/france/2019/02/28/dilemmes_1712264">lire l'édito</a>
+ </li>
+ <li>
+ <a class="list-bottom-item" href="/liseuse/publication/01-03-2019/">feuilleter</a>
+ </li>
+ <li>
+ <a class="list-bottom-item subscription-bloc" href="http://token.liberation.fr/accounts/offers"><strong>s'abonner</strong> à partir de 8€</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="sticky-element bloc-ads ad-container">
+ <div id="sas_28999"></div>
+ </div>
+ </div>
+ </aside>
+ </div>
+ </div>
+ <div class="js-infinity-contentmodel-container"></div>
+ <div class="libe-aside-comment js-stop-scroll-propagation">
+ <div class="libe-comment-header">
+ <a href="" class="libe-comment-close"></a>
+ <div class="libe-comment-header-title">
+ Un mot à ajouter ?
+ </div>
+ </div>
+ </div>
+ <div id="sas_28991"></div>
+ <div id="sas_28990"></div>
+ </main>
+ <script type="text/javascript" src="https://statics.liberation.fr/newnext/cache/js/321bd053e6d6.js"></script>
+ <script type="text/javascript" src="https://statics.liberation.fr/newnext/cache/js/107fa81103c2.js"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+
+ var JSONData = JSON.parse("{\u0022title\u0022: \u0022Screenshot\u005Cu00a0: \u005Cu00abVape Wave\u005Cu00bb, \u005Cu00ab6\u005Cu00a0Days\u005Cu00bb, \u005Cu00abAlphonse Pr\u005Cu00e9sident\u005Cu00bb\u005Cu2026\u0022, \u0022xiti_level\u0022: \u002242\u0022, \u0022section\u0022: \u0022Culture\u0022, \u0022author\u0022: \u0022Web\u0022, \u0022xiti_page\u0022: \u0022Culture::Article_\u002D_Screenshot_Vape_Wave_6_Days_Alphonse_President_\u002D_1612047\u0022, \u0022facebook\u0022: \u0022https://www.facebook.com/sharer/sharer.php?u\u003Dhttps%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot\u002Dvape\u002Dwave\u002D6\u002Ddays\u002Dalphonse\u002Dpresident_1612047\u0026t\u003DScreenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6\u0022, \u0022pw_date\u0022: \u00222019\u002D03\u002D01T15:32:22.666827\u0022, \u0022pk\u0022: 1612047, \u0022twitter\u0022: \u0022https://twitter.com/intent/tweet?url\u003Dhttps%3A%2F%2Fnext.liberation.fr%2Fculture%2F2017%2F11%2F24%2Fscreenshot\u002Dvape\u002Dwave\u002D6\u002Ddays\u002Dalphonse\u002Dpresident_1612047\u0026text\u003DScreenshot%C2%A0%3A+%C2%ABVape+Wave%C2%BB%2C+%C2%AB6%C2%A0Days%C2%BB%2C+%C2%ABAlphonse+Pr%C3%A9sident%C2%BB%E2%80%A6\u0026via\u003Dlibe\u0026related\u003Dlibe\u0022}");
+
+
+ var genericSettings = {};
+
+ genericSettings['paddix'] = JSON.parse('{"enabled": true}');
+
+ genericSettings['paywall'] = JSON.parse('{"enabled": true}');
+
+ genericSettings['ads'] = JSON.parse('{"enabled": true}');
+
+ genericSettings['elections'] = JSON.parse('{"election_tour": "2", "election_name": "Pr\u00e9sidentielle 2017", "enabled": false, "election_constant": "PR2017", "file_path": "/data/ftp/fremen/data/PR2017/", "election_url": "/elections/presidentielle-2017/"}');
+
+ var StaticUrl = "https://statics.liberation.fr/newnext/";
+ //]]>
+ </script>
+ <script type="text/javascript" src="https://www6.smartadserver.com/config.js?nwid=14"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ if (typeof sas !== 'undefined') {
+ sas.setup({domain: 'https://www6.smartadserver.com', async: true, renderMode: 0});
+ }
+ //]]>
+ </script>
+ <script type="text/javascript" src="https://widgets.outbrain.com/outbrain.js"></script>
+ <script id="twitter-wjs" type="text/javascript" async="async" defer="defer" src="https://platform.twitter.com/widgets.js"></script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ (function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)) return;js=d.createElement(s);js.id=id;js.src='//connect.facebook.net/fr_FR/all.js#xfbml=1&appId=WWWWWW';fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+
+ var pw_duration = 7;
+ var pw_session_time = 30;
+ var pw_session_count = 4;
+ var pw_date = '2019-03-01T15:32:23.483787';
+
+
+
+
+ var pw_constants = {"PW_DENY": {"footer_link": "https://token.liberation.fr/accounts/login/", "cta_link": "https://next.liberation.fr/offre-numerique/", "text": "Pour continuer \u00e0 consulter nos articles et nous soutenir, abonnez-vous d\u00e8s maintenant", "title": "Vous avez profit\u00e9 des 4 visites\n offertes par Lib\u00e9ration", "cta_text": "Je m'abonne", "poster": "https://statics.liberation.fr/newnext/images/paywall/paywall-5.jpg", "offer_name": "100% num\u00e9rique", "offer_price": "8\u20ac", "footer_text": "Je suis d\u00e9j\u00e0 abonn\u00e9"}, "PW_MSG": [{"count": 1, "status": "Lib\u00e9ration vous offre 4 visites !", "cta_link": null, "text": "Soutenez notre culture de d\u00e9bats et de libert\u00e9 en rejoignant la communaut\u00e9 des abonn\u00e9s et des journalistes de Lib\u00e9ration", "title": "Nos contenus ont de la valeur\npour vous comme pour nous", "cta_text": "Poursuivre ma lecture", "poster": "https://statics.liberation.fr/newnext/images/paywall/paywall-1.jpg", "footer_text": "D\u00e9couvrir l'offre", "footer_link": "https://token.liberation.fr/accounts/offers/"}, {"count": 2, "status": "Lib\u00e9ration vous offre encore 3 visites !", "cta_link": null, "text": "en \u00e9tant toujours honn\u00eate, tol\u00e9rant et prospectif", "title": "Cr\u00e9er le d\u00e9bat et le nourrir", "cta_text": "Poursuivre ma lecture", "poster": "https://statics.liberation.fr/newnext/images/paywall/paywall-2.jpg", "footer_text": "D\u00e9couvrir l'offre", "footer_link": "https://token.liberation.fr/accounts/offers/"}, {"count": 3, "status": "Lib\u00e9ration vous offre encore 2 visites !", "cta_link": "https://next.liberation.fr/offre-numerique/", "text": "Contribuez \u00e0 faire vivre le journalisme exigeant en vous abonnant", "title": "Soyons r\u00e9alistes:\nIl n'y a pas de qualit\u00e9 sans financement", "cta_text": "M'abonner sans engagement - 8\u20ac/MOIS", "poster": "https://statics.liberation.fr/newnext/images/paywall/paywall-3.jpg", "footer_text": "D\u00e9couvrir l'offre", "footer_link": "https://token.liberation.fr/accounts/offers/"}, {"count": 4, "status": "C'est votre derni\u00e8re visite gratuite", "cta_link": "https://next.liberation.fr/offre-numerique/", "text": "Soutenez le journalisme vigilant et progressiste en vous abonnant", "title": "Si vous \u00eates arriv\u00e9(e) jusque l\u00e0 c\u2019est que vous aimez Lib\u00e9, merci", "cta_text": "M'abonner sans engagement - 8\u20ac/MOIS", "poster": "https://statics.liberation.fr/newnext/images/paywall/paywall-4.jpg", "footer_text": "D\u00e9couvrir l'offre", "footer_link": "https://token.liberation.fr/accounts/offers/"}]};
+ var pw_json_alert = "\n<div class=\"pws anim-in\">\n <div class=\"pw-container\">\n <a class=\"pw-action-close discard\">\n <img src=\"https://statics.liberation.fr/newnext/images/paywall/icons/close-cross.png\" alt=\"\">\n <\/a>\n <div class=\"pw-status\">\n <p class=\"pw-status-text\">%%status%%<\/p>\n <\/div>\n\n <div class=\"pw-poster\" style=\"background-image: url(%%poster%%);\">\n <img src=\"https://statics.liberation.fr/newnext/images/paywall/calque-paywall.png\" alt=\"\" class=\"pw-poster__image__calque\">\n <\/div>\n\n <div class=\"pw-text\">\n <div class=\"pw-text__title\">\n <p class=\"pw-text__title__text\">%%title%%<\/p>\n <\/div>\n <div class=\"pw-text__desc\">\n <p class=\"pw-text__desc__text\">%%text%%<\/p>\n <\/div>\n <\/div>\n <div class=\"pw-footer\">\n <button class=\"pw-footer__main-cta ldg__main-button\">%%cta_text%%<\/button>\n <a href=\"%%footer_link%%\" class=\"pw-footer__offer-cta\">%%footer_text%%<\/a>\n <\/div>\n <\/div>\n<\/div>\n";
+ var pw_json_deny = "\n<div class=\"pws\">\n <!-- PAYWALL DENY -->\n <div class=\"pw-container pw-container--last\">\n <div class=\"pw-poster\" style=\"background-image: url(%%poster%%);\">\n <img src=\"https://statics.liberation.fr/newnext/images/paywall/calque-paywall.png\" alt=\"\" class=\"pw-poster__image__calque\">\n <\/div>\n <div class=\"pw-text\">\n <div class=\"pw-text__title\">\n <p class=\"pw-text__title__text\">%%title%%<\/p>\n <\/div>\n <div class=\"pw-text__desc\">\n <p class=\"pw-text__desc__text\">%%text%%<\/p>\n <\/div>\n <\/div>\n <div class=\"pw-cta cta-paywall-1\">\n <div class=\"cta-paywall-1__mockup\">\n <img class=\"cta-paywall-1__mockup__image\" src=\"https://statics.liberation.fr/newnext/images/paywall/offer-numerique-mobile.png\" alt=\"\">\n <\/div>\n <div class=\"cta-paywall-1__body\">\n <span class=\"cta-paywall-1__body__info\">%%offer_name%%<\/span>\n <div class=\"cta-paywall-1__body__price\">\n <span class=\"cta-paywall-1__body__price__item\">%%offer_price%%<\/span>\n <p class=\"cta-paywall-1__body__price__text\">\n <span class=\"cta-paywall-1__body__price__text__1\">par mois<\/span>\n <span class=\"cta-paywall-1__body__price__text__2\">sans engagement<\/span>\n <\/p>\n <\/div>\n <\/div>\n <div class=\"cta-paywall-1__footer\">\n <button class=\"ldg__main-button cta-paywall-1__footer__cta ldg__main-button\" data-location=\"%%cta_link%%\">%%cta_text%%<\/button>\n <\/div>\n <\/div>\n <div class=\"pw-footer\">\n <a href=\"%%footer_link%%?next=/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047\" class=\"pw-footer__offer-cta\">%%footer_text%%<\/a>\n <\/div>\n <\/div>\n<\/div>\n";
+
+
+ var paywall = new Paywall();
+
+ paywall.updateCurrentSession();
+
+ paywall.readArticle();
+
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ /*************************************************
+ * Chartbeat *
+ *************************************************/
+
+ var _sf_async_config = {};
+ _sf_async_config.uid = 43601;
+ _sf_async_config.domain = 'liberation.fr';
+ _sf_async_config.useCanonical = true;
+
+
+ _sf_async_config.sections = 'Culture';
+
+
+
+ _sf_async_config.authors = 'Web';
+
+
+ (function() {
+ function loadChartbeat() {
+ window._sf_endpt = (new Date()).getTime();
+ var e = document.createElement('script');
+ e.setAttribute('language', 'javascript');
+ e.setAttribute('type', 'text/javascript');
+ e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js');
+ document.body.appendChild(e);
+ }
+
+ var oldonload = window.onload;
+ window.onload = (typeof window.onload != "function") ?
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
+ })();
+
+ /*************************************************
+ * Google Analytics *
+ *************************************************/
+
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+
+ ga('create', 'UA-41822557-1', 'auto');
+
+ ga('set', 'dimension1', libeUserInfo.authenticated.toString()); // authenticated
+ ga('set', 'dimension2', libeUserInfo.access_level); // level
+ ga('set', 'dimension3', libeUserInfo.softwarer_blocker ? 'true': 'false'); // adblock
+ ga('set', 'dimension4', libeUserInfo.xiti_user_id ? // uid
+ libeUserInfo.xiti_user_id.toString() :
+ null
+ );
+
+ if ('undefined' !== typeof libe_ga_datas) {
+ for(var key in libe_ga_datas) {
+ var value = libe_ga_datas[key];
+ ga('set', key, value);
+ }
+ }
+
+ ga('send', 'pageview');
+ //]]>
+ </script> <!--**********************************************
+* Xiti *
+***********************************************-->
+
+ <script type="text/javascript">
+ //<![CDATA[
+
+ xtnv = document; //parent.document or top.document or document
+ xtsd = "https://logs1091";
+ xtsite = "381060";
+ xtn2 = "42"; // level 2
+ xtpage = "Culture::Article_\u002D_Screenshot_Vape_Wave_6_Days_Alphonse_President_\u002D_1612047"; //page name (with the use of :: to create chapters)
+ xtdi = "";
+ xt_pagetype = "2\u002D1\u002D0";
+ xt_multc = "\u0026x1\u003D0\u0026x2\u003D40\u0026x3\u003D10\u0026x4\u003D\u0026x5\u003D20171124\u0026x6\u003D20\u0026x7\u003D1612047";
+
+ // if the user is part of the staff we don't take it into account
+ if (typeof(libeUserInfo["is_staff"]) != "undefined" && libeUserInfo["is_staff"]) {
+ xt_an = "";
+ xt_ac = "";
+ }
+ else {
+ // it is ok to test against libeUserInfo because the script that sets it is blocking
+ xt_an = typeof(libeUserInfo["xiti_user_id"]) == "undefined" ? "" : libeUserInfo["xiti_user_id"];
+ xt_ac = typeof(libeUserInfo["xiti_access_level"]) == "undefined" ? "" : libeUserInfo["xiti_access_level"];
+ }
+
+ // software blocker
+ if (typeof(libeUserInfo["softwarer_blocker"]) != "undefined") {
+ xt_multc += "&x8=" + libeUserInfo["softwarer_blocker"]
+ }
+
+ if (window.xtparam==null) { window.xtparam = ''; }
+ window.xtparam += "&ptype="+xt_pagetype+"&ac="+xt_ac+"&an="+xt_an+xt_multc;
+ //]]>
+ </script> <noscript><img width="1" height="1" alt="xiti" src="https://logs1091.xiti.com/hit.xiti?s=381060&amp;s2=42&amp;p=Culture::Article_-_Screenshot_Vape_Wave_6_Days_Alphonse_President_-_1612047&amp;ptype=2-1-0&amp;di=&amp;ac=&amp;an=&amp;x1=0&amp;x2=40&amp;x3=10&amp;x4=&amp;x5=20171124&amp;x6=20&amp;x7=1612047" /></noscript>
+ <script type="text/javascript" src="https://statics.liberation.fr/newnext/cache/js/8f00b3ddc4db.js"></script> <!--/*********************************************
+* Mediametrie *
+**********************************************/-->
+ <script>
+ <![CDATA[
+
+ (function(){
+ // 1. Loading the measurement system
+ var aS = document.createElement('script');
+ aS.type = 'text/javascript';
+ aS.async = true;
+ aS.src = 'https://tag.audience.acpm.fr/js/on-1.0.min.js';
+
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(aS, s);
+
+ // 2. Sending the measurement
+ if(aS.addEventListener) {
+ aS.addEventListener('load', function(){
+ aSloaded();
+ }, false)
+ } else {
+ aS.onreadystatechange = function () {
+ if (aS.readyState in {complete: 1, loaded: 1}) {
+ aSloaded();
+ }
+ };
+ }
+ aSloaded = function(){
+ var tag = new Acpm.Tag("201001216586"); // Insert the serial provided by ACPM
+ tag.send();
+ };
+ })();
+ ]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var sasOptions = {
+ siteId: 130093,
+ pageId: 736918,
+ formats: ['28993', '28999', '28991', '28990', '29000'],
+ target: {
+ support: 'article',
+ objectId: '1612047',
+ primarySection: '54',
+ typology: '10',
+ section: [9,54],
+ site: '2'
+ }
+ };
+
+
+ Article.init();
+
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ initInfinityScroll({
+ $container: $('.js-infinity-section-container'),
+ replaceState: false,
+ limitPages: 1,
+ });
+ $(document).on('infinityScrollNewPage', function(){
+ $('img').unveil();
+ })
+ //]]>
+ </script> <!-- Eulerian Analytics - Tag Generique -->
+
+ <script type="text/javascript">
+
+ /*<![CDATA[*/
+ var dmp = {
+ cat1: '',
+ cats: '',
+ keywords: '',
+ uid: libeUserInfo.email_hash
+ };
+
+ dmp.keywords = ['Documentaire', 'Libération', 'Netflix', 'Arte', 'Marsha P. Johnson', 'Alan Moore', 'France', 'New York', 'Cinéaste', 'Thriller', 'Special Air Service', 'Acteur', 'Web\u002Dsérie', 'Opération Nimrod', 'Jim Carrey', 'Winamp', 'Planète+', 'Queer', 'LGBT', 'Icône', 'From Hell', 'Comique', 'Etty Buzyn', 'Bande\u002Dannonce', 'Jefferson Starship', 'Vieux\u002Dcroyants', 'Greenwich Village', 'V pour Vendetta', 'Michel Vuillermoz', 'Évangélisation', 'Sans\u002Dabri', 'Frein de bicyclette', 'Cigarette', 'Allergie', 'États\u002DUnis', 'Dieu merci!', 'Londres', 'Édouard Baer', 'Clément Cogitore', 'Margaret Thatcher', 'Vidéo à la demande', 'Pays de la Loire', 'Cinéma', 'Brasses', 'Réalisateur', '10 Downing Street', 'Jérusalem', 'Orange Cinéhappy', 'Mégot', 'Long métrage', 'Un grand patron', 'Droits de l\u0027homme', 'Baron noir', 'Ermites dans la taïga', 'DVD', 'Parfum', 'Financement participatif', 'Révolution', 'Albert Dupontel', 'Sénat', 'Andy Kaufman', 'Autarcie', 'Royaume\u002DUni', 'Famille Lykov', 'Brexit', 'Captures d\u0027écran', 'Jan Kounen', 'Dobermann', 'Comédie\u002DFrançaise', 'Famille', 'Taïga', 'Queen', 'Prise d\u0027otages des Jeux olympiques de Munich', 'Président de la République', '99 francs', 'Langue de bois', 'Miloš Forman', 'Torture', 'Watchmen', 'Anonymous', 'François Hollande', 'The Dead Lands', 'Mark Strong', 'Jamie Bell', 'Nabiha Akkari', 'Jean\u002DMichel Lahmi', 'France 3 Limousin', 'Tournage', 'Élysée', 'Cigarette électronique', 'Billy Elliot', 'Andy Warhol', 'Vaudou', 'Des lendemains qui chantent', 'Prostitution', 'Angleterre', 'Rosa Parks', 'Bob Zmuda', 'Émeutes de Stonewall', 'CNC', 'MtF', 'Tabac', 'Michel Serres', 'Violence', 'ADAGP', 'French Touch', 'Premier ministre', 'Canal+', 'Danse', 'Man on the Moon', 'The Great Beyond', 'Veep', 'House of Cards', 'Vassili Peskov', ];
+ dmp.cat1 = 'culture';
+ dmp.cats = ['la-une','culture'];
+
+
+ var EA_data = [
+ 'path','LIB_WEB/https://next.liberation.fr/culture/2017/11/24/screenshot-vape-wave-6-days-alphonse-president_1612047'.replace('http://', '') /*Nom de page*/
+ ,'uid',dmp.uid /*Email hashé*/
+ ,'cflag-key','keywords'
+ ,'cflag-val',dmp.keywords /*Mots-clef gestion de type array*/
+ ,'adblocker',Boolean(libeUserInfo.softwarer_blocker) ? 'oui' : 'non' /*Présence adblocker actif*/
+ ,'abonnement',libeUserInfo.access_level/*Niveau d'abonnement*/
+ ,'login_status', libeUserInfo.authenticated ? 'oui' : 'non' /*Statut login*/
+ ,'cflag-key','site'
+ ,'cflag-val','LIB_WEB'/*sites apps*/
+ ,'cflag-key','sous-domaine'
+ ,'cflag-val','next.liberation.fr'/*Sous domaine*/
+ ,'cflag-key','page_cat1'
+ ,'cflag-val',dmp.cat1/*Catégorie page niv.1*/
+ ,'cflag-key','page-cats'
+ ,'cflag-val',dmp.cats/*gestion de type array*/
+ ,'cflag-key','Login_status'
+ ,'cflag-val',libeUserInfo.authenticated ? 'oui' : 'non'/*Statut login*/
+ ];
+ (function(){var td='f7ds.liberation.fr',d=document,l=d.location;if(!l.protocol.indexOf('http')){var
+ o=d.createElement('script'),a=d.getElementsByTagName('script')[0],cn=parseInt((new Date()).getTime()/3600000),cj='',cdh=(l.host+td).replace(/[^az]/g,''),cdr=cdh+cdh.toUpperCase(),acdr=cdr.split('');for(var
+ i=-1;i<cn%7;i++){cj+=acdr[(cn+i)%acdr.length];}o.type='text/javascript';o.async='async';o.defer='defer';o.src='//'+td+'/'+cj+(cn%8760)+'.js';a.parentNode.insertBefore(o,a);}})();
+ /*]]>*/
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ var n_pbt='';
+ var nuggrid = encodeURIComponent(top.location.href);
+ document.write(
+ '<scr' + 'ipt type="text/javascript" src="//asqliberation.nuggad.net/rc?nuggn=400929945&nuggsid=1709843951&nuggrid=' + nuggrid + '"><\/scr' + 'ipt>');
+ //]]>
+ </script>
+ <script type="text/javascript">
+ //<![CDATA[
+
+ // -- Libération -- //
+
+ !function(a,b,c){"use strict";function d(a){var b=e[c]||{};e[c]=b,b[a]||(b[a]=function(){e._queue[c].push({method:a,args:Array.prototype.slice.apply(arguments)})})}var e=a.scimhtiraidem||{},f="init call config push pushDefault addProperties addProperty onFinish onStart _reset".split(" ");e._queue=e._queue||{},e._names=e._names||[],e._names.push(c),e._queue[c]=e._queue[c]||[],e._startTime=(new Date).getTime(),e._snippetVersion="2.0";for(var g=0;g<f.length;g++)d(f[g]);a.scimhtiraidem=e,a[c]=e[c];var h=b.createElement("script");h.setAttribute("type","text/javascript"),h.setAttribute("src","//static.mediarithmics.com/tag/1/tag.min.js"),h.setAttribute("async","true"),b.getElementsByTagName("script")[0].parentNode.appendChild(h)}(window,document,"gravity");
+
+ gravity.init({
+ mode: "VISIT",
+ site_token: "lib-main17"
+ });
+
+ var drProperties = {"page_keywords": "Documentaire,Lib\u00e9ration,Netflix,Arte,Marsha P. Johnson,Alan Moore,France,New York,Cin\u00e9aste,Thriller,Special Air Service,Acteur,Web-s\u00e9rie,Op\u00e9ration Nimrod,Jim Carrey,Winamp,Plan\u00e8te+,Queer,LGBT,Ic\u00f4ne,From Hell,Comique,Etty Buzyn,Bande-annonce,Jefferson Starship,Vieux-croyants,Greenwich Village,V pour Vendetta,Michel Vuillermoz,\u00c9vang\u00e9lisation,Sans-abri,Frein de bicyclette,Cigarette,Allergie,\u00c9tats-Unis,Dieu merci!,Londres,\u00c9douard Baer,Cl\u00e9ment Cogitore,Margaret Thatcher,Vid\u00e9o \u00e0 la demande,Pays de la Loire,Cin\u00e9ma,Brasses,R\u00e9alisateur,10 Downing Street,J\u00e9rusalem,Orange Cin\u00e9happy,M\u00e9got,Long m\u00e9trage,Un grand patron,Droits de l'homme,Baron noir,Ermites dans la ta\u00efga,DVD,Parfum,Financement participatif,R\u00e9volution,Albert Dupontel,S\u00e9nat,Andy Kaufman,Autarcie,Royaume-Uni,Famille Lykov,Brexit,Captures d'\u00e9cran,Jan Kounen,Dobermann,Com\u00e9die-Fran\u00e7aise,Famille,Ta\u00efga,Queen,Prise d'otages des Jeux olympiques de Munich,Pr\u00e9sident de la R\u00e9publique,99 francs,Langue de bois,Milo\u0161 Forman,Torture,Watchmen,Anonymous,Fran\u00e7ois Hollande,The Dead Lands,Mark Strong,Jamie Bell,Nabiha Akkari,Jean-Michel Lahmi,France 3 Limousin,Tournage,\u00c9lys\u00e9e,Cigarette \u00e9lectronique,Billy Elliot,Andy Warhol,Vaudou,Des lendemains qui chantent,Prostitution,Angleterre,Rosa Parks,Bob Zmuda,\u00c9meutes de Stonewall,CNC,MtF,Tabac,Michel Serres,Violence,ADAGP,French Touch,Premier ministre,Canal+,Danse,Man on the Moon,The Great Beyond,Veep,House of Cards,Vassili Peskov", "page_typology": "Article", "page_domain": "next.liberation.fr", "page_title": "Screenshot\u00a0: \u00abVape Wave\u00bb, \u00ab6\u00a0Days\u00bb, \u00abAlphonse Pr\u00e9sident\u00bb\u2026", "page_section": "culture"};
+
+ gravity.push("$page_view", drProperties);
+
+ //]]>
+ </script> <!-- Google Tag Manager -->
+ <!-- <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-V9PX"
+height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+})(window,document,'script','dataLayer','GTM-V9PX');</script> -->
+ <!-- End Google Tag Manager -->
+ <!-- Twitter universal website tag code -->
+ <script>
+ <![CDATA[
+
+ !function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
+ },s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
+ a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
+ // Insert Twitter Pixel ID and Standard Event data below
+ twq('init','nx3h2');
+ twq('track','PageView');
+ ]]>
+ </script> <!-- End Twitter universal website tag code -->
+ <!-- Facebook Pixel Code -->
+ <script>
+ <![CDATA[
+
+ !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
+ n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
+ n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
+ t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
+ document,'script','https://connect.facebook.net/en_US/fbevents.js');
+ fbq('init', '342040669704613'); // Insert your pixel ID here.
+ fbq('track', 'PageView');
+ ]]>
+ </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=342040669704613&amp;ev=PageView&amp;noscript=1" /></noscript> <!-- DO NOT MODIFY -->
+ <!-- End Facebook Pixel Code -->
+ <!-- Code Google de la balise de remarketing -->
+ <script type="text/javascript">
+
+ /* <![CDATA[ */
+ var google_conversion_id = 964330869;
+ var google_custom_params = window.google_tag_params;
+ var google_remarketing_only = true;
+ /* ]]> */
+ </script>
+ <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script> <noscript>
+ <div style="display:inline;">
+ <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/964330869/?guid=ON&amp;script=0" />
+ </div></noscript> <!-- Quantcast Tag -->
+ <script>
+ <![CDATA[
+
+ var ezt = ezt ||[];
+
+ (function(){
+ var elem = document.createElement('script');
+ elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://pixel") + ".quantserve.com/aquant.js?a=p-9E79g-9qXk8bk";
+ elem.async = true;
+ elem.type = "text/javascript";
+ var scpt = document.getElementsByTagName('script')[0];
+ scpt.parentNode.insertBefore(elem,scpt);
+ }());
+
+
+ ezt.push({qacct: 'p-9E79g-9qXk8bk',
+ uid: ''
+ });
+ ]]>
+ </script> <noscript><img src="//pixel.quantserve.com/pixel/p-9E79g-9qXk8bk.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast" /></noscript> <!-- End Quantcast Tag -->
+ <!-- Pixel MathTag Tag -->
+ <img src="//pixel.mathtag.com/event/img?mt_id=1202018&amp;mt_adid=192531&amp;mt_exem=&amp;mt_excl=&amp;v1=&amp;v2=&amp;v3=&amp;s1=&amp;s2=&amp;s3=" width="1" height="1" /> <!-- End Pixel MathTag Tag-->
+
+ <script src="https://dhpikd1t89arn.cloudfront.net/js/include/sharethefacts-v1.js"></script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json
new file mode 100644
index 0000000..cc41335
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "http:\/\/img.washingtonpost.com\/rw\/2010-2019\/WashingtonPost\/2015\/03\/18\/Foreign\/Images\/Nic6429927.jpg",
+ "https:\/\/img.washingtonpost.com\/rf\/image_480w\/2010-2019\/WashingtonPost\/2015\/03\/18\/Foreign\/Graphics\/tunisia600.jpg?uuid=1_yuLs2LEeSHME9HNBbnWQ"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json
new file mode 100644
index 0000000..d3aad65
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By Erin Cunningham",
+ "Direction": null,
+ "Excerpt": "The assault on Tunisia’s most renowned museum, in which gunmen killed at least 19 people, could heighten tensions in a nation that has become deeply divided between pro- and anti-Islamist factions.",
+ "Image": "http:\/\/img.washingtonpost.com\/rw\/2010-2019\/WashingtonPost\/2015\/03\/18\/Foreign\/Images\/Nic6429927.jpg",
+ "Title": "Attack stokes instability fears in North Africa",
+ "SiteName": "Washington Post"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html
new file mode 100644
index 0000000..7fd81fe
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html
@@ -0,0 +1,147 @@
+<article>
+
+ <p> <span>CAIRO —</span> Gunmen opened fire on visitors at
+ Tunisia’s most renowned museum on Wednesday, killing at least 19 people,
+ including 17 foreigners, in an assault that threatened to upset the fragile
+ stability of a country seen as the lone success of the Arab Spring.</p>
+ <p>It was the most deadly terrorist attack in the North African nation in
+ more than a decade. Although no group claimed responsibility, the bloodshed
+ raised fears that militants linked to the Islamic State were expanding
+ their operations.</p>
+ <p>The attackers, clad in military uniforms, <a href="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html">stormed the Bardo National Museum</a> on
+ Wednesday afternoon, seizing and gunning down foreign tourists before security
+ forces raided the building to end the siege. The museum is a major tourist
+ draw and is near the heavily guarded national parliament in downtown Tunis.</p>
+ <p>Tunisian Prime Minister Habib Essid said that in addition to the slain
+ foreigners — from Italy, Poland, Germany and Spain — a local museum worker
+ and a security official were killed. Two gunmen died, and three others
+ may have escaped, officials said. About 50 other people were wounded, according
+ to local news reports.</p>
+ <p>“Our nation is in danger,” Essid declared in a televised address Wednesday
+ evening. He vowed that the country would be “merciless” in defending itself.</p>
+ <p channel="wp.com"> <i> <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/why-tunisia-the-arab-springs-sole-success-story-suffers-from-islamist-violence/">[Read: Why Tunisia, Arab Spring’s sole success story, suffers from Islamist violence]</a> </i>
+ </p>
+ <p>Tunisia, a mostly Muslim nation of about 11 million people, was governed
+ for decades by autocrats who imposed secularism. Its sun-drenched Mediterranean
+ beaches drew thousands of bikini-clad tourists, and its governments promoted
+ education and other rights for women. But the country has grappled with
+ rising Islamist militancy since a popular uprising overthrew its dictator
+ four years ago, setting the stage for the Arab Spring revolts across the
+ region.</p>
+ <p>Thousands of Tunisians have flocked to join jihadist groups in Syria,
+ including the Islamic State, making the country one of the major sources
+ of foreign fighters in the conflict. Tunisian security forces have also
+ fought increasing gunbattles with jihadists at home.</p>
+ <p>Despite this, the country has been hailed as a model of democratic transition
+ as other governments that came to power after the Arab Spring collapsed,
+ often in bloody confrontations. But the attack Wednesday — on a national
+ landmark that showcases Tunisia’s rich heritage — could heighten tensions
+ in a nation that has become deeply divided between pro- and anti-Islamist
+ political factions.</p>
+ <p>Many Tunisians accuse the country’s political Islamists, who held power
+ from 2011 to 2013, of having been slow to respond to the growing danger
+ of terrorism. Islamist politicians have acknowledged that they did not
+ realize the threat that would develop when radical Muslims, who had been
+ repressed under authoritarian regimes, won the freedom to preach freely
+ in mosques.</p>
+ <p>In Washington, White House press secretary Josh Earnest <a href="http://hosted2.ap.org/APDEFAULT/cae69a7523db45408eeb2b3a98c0c9c5/Article_2015-03-18-ML--Tunisia-Attack-The%20Latest/id-653822d829b24cef993c5bd6a7ce44b5">condemned the attack </a>and
+ said the U.S. government was willing to assist Tunisian authorities in
+ the investigation.</p>
+ <div>
+
+ <p><span>Gunmen in military uniforms stormed Tunisia's national museum, killing at least 19 people, most of them foreign tourists. (Reuters)</span>
+ </p>
+ </div>
+ <p>“This attack today is meant to threaten authorities, to frighten tourists
+ and to negatively affect the economy,” said Lotfi Azzouz, Tunisia country
+ director for Amnesty International, a London-based rights group.</p>
+ <p>Tourism is critical to Tunisia’s economy, accounting for 15 percent of
+ its gross domestic product in 2013, according to the World Travel and Tourism
+ Council, an industry body. The Bardo museum hosts one of the world’s most
+ outstanding collections of Roman mosaics and is popular with tourists and
+ Tunisians alike.</p>
+ <p channel="wp.com"> <i>[<a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/tunisias-bardo-museum-attacked-by-terrorists-is-home-to-amazing-roman-treasures/">Bardo museum houses amazing Roman treasures</a>]</i>
+ </p>
+ <p>The attack is “also aimed at the country’s security and stability during
+ the transition period,” Azzouz said. “And it could have political repercussions
+ — like the curtailing of human rights, or even less government transparency
+ if there’s fear of further attacks.”</p>
+ <p>The attack raised concerns that the government, led by secularists, would
+ be pressured to stage a wider crackdown on Islamists of all stripes. Lawmakers
+ are drafting an anti-terrorism bill to give security forces additional
+ tools to fight militants.</p>
+
+ <p channel="wp.com"> <i> <a href="http://www.washingtonpost.com/world/national-security/tunisia-after-igniting-arab-spring-sends-the-most-fighters-to-islamic-state-in-syria/2014/10/28/b5db4faa-5971-11e4-8264-deed989ae9a2_story.html">[Read: Tunisia sends most foreign fighters to Islamic State in Syria]</a> </i>
+ </p>
+ <p>“We must pay attention to what is written” in that law, Azzouz said. “There
+ is worry the government will use the attack to justify some draconian measures.”</p>
+ <p>Tunisian Islamists and secular forces have worked together — often reluctantly
+ — to defuse the country’s political crises in the years since the revolt.</p>
+ <p>Last fall, Tunisians elected a secular-minded president and parliament
+ dominated by liberal forces after <a href="http://www.washingtonpost.com/world/middle_east/tunisias-islamists-get-sobering-lesson-in-governing/2014/11/20/b6fc8988-65ad-11e4-ab86-46000e1d0035_story.html">souring on Islamist-led rule</a>.
+ In 2011, voters had elected a government led by the Ennahda party — a movement
+ similar to Egypt’s Islamist Muslim Brotherhood. But a political stalemate
+ developed as the party and others tried to draft the country’s new constitution.
+ The Islamists failed to improve a slumping economy. And Ennahda came under
+ fire for what many Tunisians saw as a failure to crack down on Islamist
+ extremists.</p>
+ <div>
+ <p><span>Map: Flow of foreign fighters to Syria</span>
+ </p></div>
+ <p>After the collapse of the authoritarian system in 2011, hard-line Muslims
+ known as Salafists attacked bars and art galleries. Then, in 2012, hundreds
+ of Islamists <a href="http://www.washingtonpost.com/world/middle_east/in-tunisia-embassy-attack-tests-fledgling-democracy/2012/09/20/19f3986a-0273-11e2-8102-ebee9c66e190_story.html">assaulted the U.S. Embassy </a>in
+ Tunis, shattering windows and hurling gasoline bombs, after the release
+ of a crude online video about the prophet Muhammad. <a href="http://www.bbc.com/news/world-africa-23452979"></a>The
+ government outlawed the group behind the attack — Ansar al-Sharia, an al-Qaeda-linked
+ organization — and began a crackdown. But the killing <a href="http://www.bbc.com/news/world-africa-23452979">of two leftist politicians</a> in
+ 2013 prompted a fresh political crisis, and Ennahda stepped down, replaced
+ by a technocratic government.</p>
+ <p>Tunisia’s <a href="http://www.washingtonpost.com/blogs/monkey-cage/wp/2015/02/03/tunisia-opts-for-an-inclusive-new-government/">current coalition government</a> includes
+ an Ennahda minister in the cabinet. Still, many leftist figures openly
+ oppose collaboration with the movement’s leaders.</p>
+ <p>“Ennahda is responsible for the current deterioration of the situation,
+ because they were careless with the extremists” while they were in power,
+ Azzouz said.</p>
+ <p>The leader of Ennahda, Rachid Ghannouchi, condemned Wednesday’s attack,
+ saying in a statement that it “will not break our people’s will and will
+ not undermine our revolution and our democracy.”</p>
+ <p>Security officials are particularly concerned by the collapse of Libya,
+ where various armed groups are vying for influence and jihadist militants
+ have entrenched themselves in major cities. Tunisians worry that extremists
+ can easily get arms and training in the neighboring country.</p>
+ <p>In January, Libyan militants loyal to the Islamic State <a href="http://www.washingtonpost.com/world/middle_east/video-shows-purported-beheading-of-egyptian-christians-in-libya/2015/02/15/b8d0f092-b548-11e4-bc30-a4e75503948a_story.html">beheaded 21 Christians</a> —
+ 20 of them Egyptian Copts — along the country’s coast. They later seized
+ the Libyan city of Sirte.</p>
+ <p><img data-hi-res-src="https://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2015/03/18/Foreign/Graphics/tunisia600.jpg?uuid=1_yuLs2LEeSHME9HNBbnWQ" data-low-res-src="https://img.washingtonpost.com/rf/image_480w/2010-2019/WashingtonPost/2015/03/18/Foreign/Graphics/tunisia600.jpg?uuid=1_yuLs2LEeSHME9HNBbnWQ" src="https://img.washingtonpost.com/rf/image_480w/2010-2019/WashingtonPost/2015/03/18/Foreign/Graphics/tunisia600.jpg?uuid=1_yuLs2LEeSHME9HNBbnWQ">
+ <br>
+ </p>
+ <p>Officials are worried about the number of Tunisian militants who may have
+ joined the jihadists in Libya — with the goal of returning home to fight
+ the Tunis government.</p>
+ <p>Ajmi Lourimi, a member of Ennahda’s general secretariat, said he believed
+ the attack would unite Tunisians in the face of terrorism.</p>
+ <p>“There is a consensus here that this [attack] is alien to our culture,
+ to our way of life. We want to unify against this danger,” Lourimi said.
+ He said he did not expect a wider government campaign against Islamists.</p>
+ <p>“We have nothing to fear,” he said of himself and fellow Ennahda members.
+ “We believe the Interior Ministry should be trained and equipped to fight
+ and counter this militancy.”</p>
+ <p>The last major attack on a civilian target in Tunisia was in 2002, when
+ al-Qaeda militants killed more than 20 people in a car bombing outside
+ a synagogue in the city of Djerba.</p>
+
+ <p>Heba Habib contributed to this report.</p>
+
+
+
+ <p channel="wp.com"> <b>Read more:</b>
+ </p>
+ <p channel="wp.com"> <a href="http://www.washingtonpost.com/world/middle_east/tunisias-islamists-get-sobering-lesson-in-governing/2014/11/20/b6fc8988-65ad-11e4-ab86-46000e1d0035_story.html" title="www.washingtonpost.com">Tunisia’s Islamists get a sobering lesson in governing</a>
+ </p>
+ <p channel="wp.com"> <a href="http://www.washingtonpost.com/world/national-security/tunisia-after-igniting-arab-spring-sends-the-most-fighters-to-islamic-state-in-syria/2014/10/28/b5db4faa-5971-11e4-8264-deed989ae9a2_story.html">Tunisia sends most foreign fighters to Islamic State in Syria</a>
+ </p>
+ <p channel="wp.com"> <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/tunisias-bardo-museum-attacked-by-terrorists-is-home-to-amazing-roman-treasures/">Tunisia’s Bardo museum is home to amazing Roman treasures</a>
+ </p>
+
+ </article> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html
new file mode 100644
index 0000000..0475059
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html
@@ -0,0 +1,1560 @@
+<!DOCTYPE html>
+<html>
+
+ <head>
+ <meta name="eomportal-uuid" content="00202e76-cd73-11e4-8730-4f473416e759"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.5, maximum-scale=2.0"/>
+ <meta name="keywords" content="tunisia, bardo museum, tourists killed, tunis attack tunisia attack, tunisia terrorism, tunisia death toll, tunisia museum, islamic state, isis, isil, islamic state tunsiia, arab spring, tunisia clashes, tunisia violence, tunisia libya"/>
+ <meta name="description" content="The assault on Tunisia’s most renowned museum, in which gunmen killed at least 19 people, could heighten tensions in a nation that has become deeply divided between pro- and anti-Islamist factions."/>
+ <meta name="news_keywords" content="tunisia, bardo museum, tourists killed, tunis attack tunisia attack, tunisia terrorism, tunisia death toll, tunisia museum, islamic state, isis, isil, islamic state tunsiia, arab spring, tunisia clashes, tunisia violence, tunisia libya"/>
+ <meta name="twitter:site" value="@WashingtonPost"/>
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta property="og:description" content="The assault on Tunisia’s most renowned museum, in which gunmen killed at least 19 people, could heighten tensions in a nation that has become deeply divided between pro- and anti-Islamist factions."/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:site_name" content="Washington Post"/>
+ <meta property="og:image" content="http://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429927.jpg"/>
+ <meta property="og:title" content="Attack stokes instability fears in North Africa"/>
+ <meta property="article:publisher" content="https://www.facebook.com/washingtonpost"/>
+ <meta property="fb:admins" content="1513210492"/>
+ <meta property="fb:app_id" content="41245586762"/>
+ <meta property="fb:admins" content="1244584375"/>
+ <meta property="fb:admins" content="4403963"/>
+ <meta property="fb:admins" content="2724956"/>
+ <meta property="fb:admins" content="500835072"/>
+ <meta property="og:url" content="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"/>
+ <meta name="section" content="/world/middle_east"/>
+ <meta name="commercialNode" content="/world"/>
+ <link rel="canonical" href="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"/>
+ <link rel="alternate" href="android-app://com.washingtonpost.android/wp-android/www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"/>
+ <title>Attack stokes instability fears in North Africa - The Washington Post</title>
+ <meta
+ property="twitter:creator" content="@erinmcunningham"/>
+ <link rel="author" content="https://plus.google.com/+ErinCunningham"/>
+ <!--[if (gt IE 8) | (IEMobile)]>
+ <!-->
+ <link rel="stylesheet" href="/pb/resources/css/headerfonts.css?_=f4b3d2"/>
+ <!--<![endif]-->
+ <!--[if (lt IE 9) & (!IEMobile)]><link rel="stylesheet" href="/pb/resources/css/headerfonts_ie.css?_=f4b3d2"/><![endif]-->
+ <link rel="stylesheet" href="/pb/resources/compact/type/default/styles/bc9d233e62887b11846ddc11bf4175c8.css?_=f4b3d2"/>
+ <link rel="stylesheet" href="/pb/resources/compact/template/rO4BZ28dpQ-m5p8EK5JWSsw/styles/ca81b2e4d5b093e7f72fbfe70484081e.css?_=f4b3d2"/>
+ <link rel="stylesheet" href="/pb/resource/style-rO4BZ28dpQ-m5p8EK5JWSsw-6de5b76f.css?_=f4b3d2"/>
+ <script>
+ window.head_conf={head:"TWPHead"};
+ </script>
+ <script src="/pb/resources/js/head.min.js"></script>
+ <script type="text/javascript" src="/pb/resources/compact/type/default/headJS/068d3c1f0e80ba3b4dc4a0d195ab9bcb.js?_=f4b3d2"></script>
+ <script type="text/javascript" src="/pb/resource/headjs-rO4BZ28dpQ-m5p8EK5JWSsw-6de5b76f.js?_=f4b3d2"></script>
+ <script>
+ (function(r){r.pageName="";r.templateName="rO4BZ28dpQ-m5p8EK5JWSsw";r.contextPath="/pb";r.isAdmin=false;r.layoutEngineName="off";r.environment="production"}(window.wp_pb||{}));var commercialNode="/world";
+ </script>
+ <script type="text/javascript">
+ wp_pb=window.wp_pb||{};var isMobile={Android:function(){return navigator.userAgent.match(/Android/i)?true:false},AndroidOld:function(){return navigator.userAgent.match(/Android 2.3.3/i)?true:false},AndroidTablet:function(){return(navigator.userAgent.match(/Android/i)&&!navigator.userAgent.match(/Mobile/i))?true:false},Kindle:function(){return navigator.userAgent.match(/Kindle/i)?true:false},KindleFire:function(){return navigator.userAgent.match(/KFOT/i)?true:false},Silk:function(){return navigator.userAgent.match(/Silk/i)?true:false},BlackBerry:function(){return navigator.userAgent.match(/BlackBerry/i)?true:false},iOS:function(){return navigator.userAgent.match(/iPhone|iPad|iPod/i)?true:false},iPhone:function(){return navigator.userAgent.match(/iPhone|iPod/i)?true:false},iPad:function(){return navigator.userAgent.match(/iPad/i)?true:false},Windows:function(){return navigator.userAgent.match(/IEMobile/i)?true:false},FirefoxOS:function(){return(navigator.userAgent.match(/Mozilla/i)&&navigator.userAgent.match(/Mobile/i))?true:false},Retina:function(){return(window.retina||window.devicePixelRatio>1)?true:false},any:function(){return(isMobile.Android()||isMobile.Kindle()||isMobile.KindleFire()||isMobile.Silk()||isMobile.BlackBerry()||isMobile.iOS()||isMobile.Windows()||isMobile.FirefoxOS())},all:function(){return(navigator.userAgent)},tablet:function(){return(isMobile.AndroidTablet()||isMobile.iPad()||isMobile.Kindle()||isMobile.KindleFire()||isMobile.Silk())}};var mobile_browser=isMobile.any()?1:0,iphone_browser=isMobile.iPhone()?1:0,ipad_browser=isMobile.iPad()?1:0,android_browser=isMobile.Android()?1:0,android233_browser=isMobile.AndroidOld()?1:0,kindle_browser=isMobile.Kindle()?1:0,retina_browser=isMobile.Retina()?1:0,mobile_tablet=isMobile.tablet()?1:0;TWP=window.TWP||{};TWP.PostTV=TWP.PostTV||{};TWP.PostTV.BrowserInfo=TWP.PostTV.BrowserInfo||{init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.OS=this.searchString(this.dataOS)||"an unknown OS"},searchString:function(data){for(var i=0;i&lt;data.length;i++){var dataString=data[i].string;var dataProp=data[i].prop;this.versionSearchString=data[i].versionSearch||data[i].identity;if(dataString){if(dataString.indexOf(data[i].subString)!=-1){return data[i].identity}}else{if(dataProp){return data[i].identity}}}},searchVersion:function(dataString){var index=dataString.indexOf(this.versionSearchString);if(index==-1){return}return parseFloat(dataString.substring(index+this.versionSearchString.length+1))},dataBrowser:[{string:navigator.userAgent,subString:"Chrome",identity:"Chrome"},{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari",versionSearch:"Version"},{prop:window.opera,identity:"Opera",versionSearch:"Version"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.userAgent,subString:"iPhone",identity:"iPhone"},{string:navigator.userAgent,subString:"iPad",identity:"iPad"},{string:navigator.userAgent,subString:"Android",identity:"Android"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};TWP.PostTV.BrowserInfo.init();TWP.PostTV.getCookie=function(name){var nameEQ=name+"=";var ca=document.cookie.split(";");for(var i=0;i&lt;ca.length;i++){var c=ca[i];while(c.charAt(0)==" "){c=c.substring(1,c.length)}if(c.indexOf(nameEQ)==0){return c.substring(nameEQ.length,c.length)}}return null};wp_pb.BrowserInfo=wp_pb.BrowserInfo||{};wp_pb.BrowserInfo.mobile_browser=mobile_browser;wp_pb.BrowserInfo.tablet=mobile_tablet;wp_pb.BrowserInfo.OS=TWP.PostTV.BrowserInfo.OS;wp_pb.BrowserInfo.browser=TWP.PostTV.BrowserInfo.browser;wp_pb.BrowserInfo.version=TWP.PostTV.BrowserInfo.version;wp_pb.BrowserInfo.OS=TWP.PostTV.BrowserInfo.OS;
+ </script>
+ <script type="text/javascript">
+ if(typeof wp_meta_data=="undefined"){try{wp_meta_data={platform:"pagebuilder",showAds:true,showPreRollAds:false,isHomepage:false,isErrorPage:false,isMultimedia:false,wt:"article_story",page_id:["00202e76-cd73-11e4-8730-4f473416e759"],author:["Erin Cunningham"],keywords:["tunisia","bardo museum","tourists killed","tunis attack tunisia attack","tunisia terrorism","tunisia death toll","tunisia museum","islamic state","isis","isil","islamic state tunsiia","arab spring","tunisia clashes","tunisia violence","tunisia libya"],clavis:{keywords:["tunisian","Bardo National Museum","country","time","tourist","Interior Ministry spokesman Mohamed Ali Aroui","Story","strongman","capital","responsibility","claim","site","militant","Murphy","Washington","Tunis","people","gunman","militancy","uprising","Zine El Abidine Ben Ali","extremism","Gunfire","parliament building","area"],topics:["Wars, Conflicts and Terrorism","International Relations","Parks and Museums","Communities and Subcultures","Culture and Tradition"],ct:["qa","iw","zl","ye","za"]},breaking_news:[false],contentType:["CompoundStory"]}}catch(e){}};
+ </script>
+ <script type="text/javascript">
+ (function(){TWP=(typeof TWP=="undefined")?{}:TWP;TWP.Data=(typeof TWP.Data=="undefined")?{}:TWP.Data;TWP.Data["Tracking"]={init:function(){this.props={};this.props.platform="pagebuilder";this.props.page_type="";this.props.page_name="world:article - 4f473416e759 - 20150318 - gunmen-storm-museum-in-tunisia-killing-at-least-8";this.props.section="world";this.props.channel="wp - world";this.props.subsection="world - middle_east";this.props.hierarchy="world|article";this.props.content_type="article";this.props.story_type="";this.props.headline="Attack stokes instability fears in North Africa";this.props.author="Erin Cunningham";this.props.source="The Washington Post";this.props.content_id="00202e76-cd73-11e4-8730-4f473416e759";this.props.page_num="";this.props.op_ranking="no sentiment - no ideology";this.props.columnname="";this.props.blogname="";this.props.published="";this.props.news_or_commercial="News";this.props.commercial_node="/world";this.props.content_category="Foreign";this.props.sectionfront="";this.props.track_scrolling=true}};TWP.Data["Tracking"].init()})();
+ </script>
+ <script id="twp-identity" src="//js.washingtonpost.com/1h/twp-global.js"></script>
+ </head>
+
+ <body class="pb-theme-normal pb-full-fluid">
+ <script type="text/javascript" src="//js.washingtonpost.com/wp-stat/otto/js/mbox.js"></script>
+ <div class="mboxDefault"></div>
+ <div class="pb-container " id="pb-root">
+ <div id="article-world_1399567672841_757" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-page-header-v2 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="page-header-v2"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-header-v2|article-world">
+ <!--[if lt IE 9]>
+ <style>
+ .lt-ie9 body.left-menu #site-menu{left:-50px}.lt-ie9 #wp-logo{background:transparent url(/pb/resources/img/washingtonpost_black_32.png) no-repeat 0 8px}.lt-ie9 header.dark #wp-logo{background:transparent url(/pb/resources/img/washingtonpost_white_32.png) no-repeat 0 8px}
+ </style>
+ <![endif]-->
+ <!--[if lt IE 8]>
+ <header class="ie ie7 lte9 lte8 lte7 abt-not-loaded ">
+ <![endif]-->
+ <!--[if IE 8]>
+ <header class="ie ie8 lte9 lte8 abt-not-loaded ">
+ <![endif]-->
+ <!--[if IE 9]>
+ <header class="ie ie9 lte9 abt-not-loaded ">
+ <![endif]-->
+ <!--[if gt IE 9]>
+ <header class="ie abt-not-loaded ">
+ <![endif]-->
+ <!--[if !IE]><!-->
+ <header id="wp-header" class="nie abt-not-loaded ">
+ <!--<![endif]-->
+ <nav id="site-menu" class="nav-menu">
+ <form id="nav-search-mobile" method="get" action="http://www.washingtonpost.com/pb/newssearch/">
+ <button type="submit" class="fa fa-search"></button>
+ <input type="text" placeholder="Search" name="query" autocomplete="off"/>
+ </form>
+ <ul id="site-menu-sections">
+ <li id="nav-screenreader-link"><a class="screenreader-link" href="http://www.washingtonpost.com/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html?resType=accessibility">Accessibility for screenreader</a>
+
+ </li>
+ <li id="nav-sign-in-mobile" class="hidden mobile-only"><a href="#">Sign In</a>
+
+ </li>
+ <li id="nav-user-mobile" class="hidden mobile-only"><a href="#">Username</a>
+
+ </li>
+ <li><a href="http://www.posttv.com/?nid=top_pb_posttv">PostTV</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/politics?nid=top_pb_politics">Politics</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/opinions?nid=top_pb_opinions">Opinions</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/local?nid=top_pb_local">Local</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/sports?nid=top_pb_sports">Sports</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/national?nid=top_pb_national">National</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/world?nid=top_pb_world">World</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/business?nid=top_pb_business">Business</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/business/technology?nid=top_pb_technology">Tech</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/lifestyle?nid=top_pb_lifestyle">Lifestyle</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/entertainment?nid=top_pb_entertainment">Entertainment</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/classifieds?nid=top_pb_classifieds">Classifieds</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/jobs?nid=top_pb_jobs">Jobs</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/realestate?nid=top_pb_realestate">Real Estate</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/goingoutguide?nid=top_pb_goingoutguide">Events</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/rentals?nid=top_pb_rentals">Rentals</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/cars/?nid=top_pb_cars">Cars</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/sf/brand-connect/?nid=top_pb_brandconnect">WP BrandConnect</a>
+
+ </li>
+ <li id="nav-subscribe-mobile" class="hidden mobile-only"><a href="https://subscribe.washingtonpost.com/acquisition/?nid=top_pb_subscribe&amp;destination=http://www.washingtonpost.com/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html">Subscribe</a>
+
+ </li>
+ <li><a href="https://account.washingtonpost.com/actmgmt/registration/addnewsletter/default/">Newsletters &amp; Alerts</a>
+
+ </li>
+ </ul>
+ <div id="site-menu-info">
+ <p class="site-attribution"> <a href="http://www.washingtonpost.com"><strong>washingtonpost.com</strong></a>
+ <span
+ class="copyright">© 1996-2015 The Washington Post</span>
+ </p>
+ <p><a href="http://www.washingtonpost.com/actmgmt/help/">Help and Contact Us</a>
+
+ </p>
+ <p><a href="http://www.washingtonpost.com/terms-of-service/2011/11/18/gIQAldiYiN_story.html">Terms of Service</a>
+
+ </p>
+ <p><a href="http://www.washingtonpost.com/privacy-policy/2011/11/18/gIQASIiaiN_story.html">Privacy Policy</a>
+
+ </p>
+ <p><a href="http://www.washingtonpost.com/discussion-and-submission-guidelines/2011/11/21/gIQAuvIbiN_story.html">Submissions and Discussion Policy</a>
+
+ </p>
+ <p><a href="http://www.washingtonpost.com/rss-terms-of-service/2012/01/16/gIQAadFYAQ_story.html">RSS Terms of Service</a>
+
+ </p>
+ <p><a href="http://www.washingtonpost.com/how-can-i-opt-out-of-online-advertising-cookies/2011/11/18/gIQABECbiN_story.html">Ad Choices</a>
+
+ </p>
+ </div>
+ </nav>
+ <div id="user-menu" class="nav-menu">
+ <ul></ul>
+ </div>
+ <div id="nav-bar">
+ <div class="nav-left nav-section">
+ <div id="site-menu-btn" class="nav-btn"> <span class="nav-btn-label">Sections</span> <i class="fa fa-bars"></i>
+ </div>
+ <div id="wp-logo"> <a href="http://www.washingtonpost.com?nid=top_pb_wplogo">The Washington Post</a>
+ </div>
+ <div id="wp-logo-for-print">
+ <img src="//www.washingtonpost.com/pb/resources/img/washingtonpost_black_32.png"
+ alt="The Washington Post"/>
+ </div>
+ </div>
+ <div class="nav-middle nav-section">
+ <div id="nav-page-title" data-show-on-scroll="true">Attack stokes instability fears in North Africa</div>
+ </div>
+ <div class="nav-right nav-section">
+ <form id="nav-search" method="get" action="http://www.washingtonpost.com/newssearch/">
+ <input type="text" placeholder="Search" name="query" autocomplete="off"/>
+ <button type="submit" class="fa fa-search"></button>
+ </form>
+ <div id="nav-ad">
+ <div id="wpni_adi_88x31"></div>
+ </div> <a id="nav-sign-in" class="nav-btn hidden" href="#">Sign In</a>
+ <div id="nav-user"
+ class="nav-btn hidden" data-menu="user-menu" data-show-identity="true"> <span class="username">Username</span> <i class="fa fa-caret-down"></i>
+ </div> <a id="nav-subscribe" class="nav-btn hidden" href="https://subscribe.washingtonpost.com/acquisition/?nid=top_pb_subscribe&amp;destination=http://www.washingtonpost.com/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html">Subscribe</a>
+ </div>
+ </div>
+ </header>
+ <div id="wp-topper" class="abt-not-loaded"> <a id="wp-logo-large" href="http://www.washingtonpost.com?nid=top_pb_wplogo"></a>
+ <div
+ class="top-timestamp"></div>
+ </div>
+ </div>
+ <div id="article-world_1399567677806_59" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-ad-leaderboard pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="ad-leaderboard"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="ad-leaderboard|article-world">
+ <div class="leaderboard ad-hideable">
+ <div id="slug_leaderboard" data-ad-type="leaderboard" class="pb-ad-container"
+ style="display:none;"></div>
+ </div>
+ <div class="mobile-leaderboard ad-hideable">
+ <div id="slug_mob_av" data-ad-type="mob_av" style="display:none;"></div>
+ </div>
+ <div class="mobile-fixed ad-hideable">
+ <div id="slug_t" data-ad-type="t" class="pb-ad-container-mobile" style="display:none;"></div>
+ </div>
+ </div>
+ <div id="article-world_1401468654209_937" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-article-article-topper pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="article-article-topper"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="article-article-topper|article-world">
+ <div id="article-topper" class="article-topper">
+ <div class="headline-kicker"><a href="/world/middle-east">Middle East</a>
+
+ </div>
+ <h1>Attack stokes instability fears in North Africa</h1>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div id="article-world_1409075662758_638" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-sharebars-top-share-bar pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="sharebars-top-share-bar"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="sharebars-top-share-bar|article-world">
+ <style>
+ .hideText{position:absolute;left:-10000px}
+ </style>
+ <div id="top-sharebar_4297" class="top-sharebar-wrapper color-top unprocessed"
+ data-postshare="facebook,twitter">
+ <div class="social-tools-wrapper">
+ <div class="social-tools-primary margin-top">
+ <div class="social-tools "> <a onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'https://www.facebook.com/sharer/sharer.php?u=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '' , 'width=658,height=354,scrollbars=no');}catch(err){ window.open('https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwapo.st%2F1O61FwZ','share_facebook','width=658,height=354,scrollbars=no'); }return false;"
+ tabindex="_tbidx_"> <div class="facebook tool first desktop mobile"><span class="hideText">Share on Facebook</span><span class="fa fa-facebook-square"></span></div> </a>
+
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'https://twitter.com/share?url=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '&amp;text=Attack+stokes+instability+fears+in+North+Africa' , 'width=550, height=350, scrollbars=no');}catch(err){ window.open('https://twitter.com/share?url=http%3A%2F%2Fwapo.st%2F1O61FwZ&amp;text=Attack+stokes+instability+fears+in+North+Africa','share_twitter','width=550, height=350, scrollbars=no'); }return false;"
+ tabindex="_tbidx_">
+ <div class="twitter tool desktop mobile"><span class="hideText">Share on Twitter</span><span class="fa fa-twitter"></span>
+
+ </div>
+ </a><a onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'https://plus.google.com/share?url=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '' , 'width=832,height=472,scrollbars=no');}catch(err){ window.open('https://plus.google.com/share?url=http%3A%2F%2Fwapo.st%2F1O61FwZ','share_google-plus','width=832,height=472,scrollbars=no'); }return false;"
+ tabindex="_tbidx_"> <div class="google-plus tool desktop"><span class="hideText">Share on Google Plus</span><span class="fa fa-google-plus"></span></div> </a>
+
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'mailto:?subject=Attack%20stokes%20instability%20fears%20in%20North%20Africa from The Washington Post&amp;body=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '' , null);}catch(err){ window.location.href = 'mailto:?subject=Attack%20stokes%20instability%20fears%20in%20North%20Africa from The Washington Post&amp;body=http%3A%2F%2Fwapo.st%2F1O61FwZ'; }return false;"
+ tabindex="_tbidx_">
+ <div class="email tool desktop"><span class="hideText">Share via Email</span><span class="fa fa-envelope"></span>
+
+ </div>
+ </a><a onclick="return false;"> <div class="more tool last desktop mobile"><span class="hideText" tabindex="_tbidx_">More Options</span><span class="fa fa-plus"> </span></div> </a>
+
+ </div>
+ </div>
+ <div class="social-tools-additional margin-top">
+ <div class="social-tools "> <a onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'mailto:?subject=Attack%20stokes%20instability%20fears%20in%20North%20Africa from The Washington Post&amp;body=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '' , null);}catch(err){ window.location.href = 'mailto:?subject=Attack%20stokes%20instability%20fears%20in%20North%20Africa from The Washington Post&amp;body=http%3A%2F%2Fwapo.st%2F1O61FwZ'; }return false;"
+ tabindex="_tbidx_"> <div class="email tool first mobile"><span class="hideText">Share via Email</span><span class="fa fa-envelope"></span></div> </a>
+
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'whatsapp://send?text=Attack%20stokes%20instability%20fears%20in%20North%20Africa - ', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '' , null);}catch(err){ window.location.href = 'whatsapp://send?text=Attack%20stokes%20instability%20fears%20in%20North%20Africa - http%3A%2F%2Fwapo.st%2F1O61FwZ'; }return false;"
+ tabindex="_tbidx_">
+ <div class="whatsapp tool mobile"><span class="hideText">Share on Whatsapp</span><span class="fa fa-whatsapp"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAEhwAABIcBblSwhwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKMSURBVEiJnZVLSFVRFIb/czORKEqjJI0EoVKILMxB0cBJjYJGRhMD6TVs0kAhpw2qSdkoCGoSQkENehBKUSARCtqggiJudUGjh4+KEDW/BmftXB3OuXr7YbH3Wa9/r33WWScCtAg2S9olqdnWHZLGJA05GZb0KzMDkCV1QD9LwzhwJCtXlFHJCUkXJK2SNCnpiZ14UNKIpA2SWqyyPZK2WdxdSScljRarZAXw0J3wFrC+SLVBOoBJi5kADnh70vmyOX4GDi0huZda4J4jqk0j2QfMAzNAU4kEXsJNPEiSrAEKZux2AduBO8ClEkg2uqs77kl6TDkElJkuB3xgATtLIOqwmO9ApYAI+GTK/c5xN//iYonX9sri2nPWhtWSkPTcNV51oq1bMj+2dDyz9WBO0lZ7eCtpyjkNuP28pM4SSYZsbchJqrGHwYTTF0lPbT+peHSUgpCvJiep3CVN4pSkGUlVkq6WSDJua0VOUt4eGlMcRyR12b5N0hlJkbMvl1SZQdJs65jvokJGl0RAr+uyfuLhWQEMANPWecnxc878HwuoAmZNUZ9BtAy44Yh+APlEi38zvxDzyPRdQRESXCvS9xFwzJKlIe98G61CgIagbDHFHNBQhEjAOqALeOEI3rEwEcqAQdNfJzEg35uhbRESL1uI51vkdN2WpwCs9iT1ZvhJ/E/53wncTjzFwY2oYOw0Q68LaLJTLiV5NfG0Dujx9rAZNuNZ4LzdccB9oBUoTyReCewFTgNfzXcKOJo8RLjXNEwQ/8QC5oy8D3gN/E749wGb0ir1LwrgI/GH1Urc8/VW3WjKIaaJ/z9XgMNpyYNEwE1JbyTd1sLkTMNaSXWSaiUVJL2UNFvE/y/+AObPwGxY9EFMAAAAAElFTkSuQmCC"/></span>
+
+ </div>
+ </a><a onclick="try{this.postShare.callPostShare(this, this.postShareObject, '//pinterest.com/pin/create/button/?url=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '&amp;media=http://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429927.jpg&amp;description=Attack+stokes+instability+fears+in+North+Africa' , 'width=550,height=450,scrollbars=no');}catch(err){ window.open('//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwapo.st%2F1O61FwZ&amp;media=http://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429927.jpg&amp;description=Attack+stokes+instability+fears+in+North+Africa','share_linkedin','width=550,height=450,scrollbars=no'); }return false;"
+ tabindex="_tbidx_"> <div class="pinterest tool desktop mobile"><span class="hideText">Share on Pinterest</span><span class="fa fa-pinterest"></span></div> </a>
+
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'https://plus.google.com/share?url=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '' , 'width=832,height=472,scrollbars=no');}catch(err){ window.open('https://plus.google.com/share?url=http%3A%2F%2Fwapo.st%2F1O61FwZ','share_google-plus','width=832,height=472,scrollbars=no'); }return false;"
+ tabindex="_tbidx_">
+ <div class="google-plus tool mobile"><span class="hideText">Share on Google Plus</span><span class="fa fa-google-plus"></span>
+
+ </div>
+ </a><a onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'http://www.linkedin.com/shareArticle?mini=true&amp;url=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '&amp;title=Attack+stokes+instability+fears+in+North+Africa' , 'width=830,height=460,scrollbars=no');}catch(err){ window.open('http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwapo.st%2F1O61FwZ&amp;title=Attack+stokes+instability+fears+in+North+Africa','share_linkedin','width=830,height=460,scrollbars=no'); }return false;"
+ tabindex="_tbidx_"> <div class="linkedin tool desktop mobile"><span class="hideText">Share on LinkedIn</span><span class="fa fa-linkedin"></span></div> </a>
+
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'http://www.tumblr.com/share/link?url=', 'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html', '&amp;name=Attack+stokes+instability+fears+in+North+Africa&amp;description=' , 'width=550,height=450,scrollbars=no');}catch(err){ window.open('http://www.tumblr.com/share/link?url=http%3A%2F%2Fwapo.st%2F1O61FwZ&amp;name=Attack+stokes+instability+fears+in+North+Africa&amp;description=','share_tumblr','width=550,height=450,scrollbars=no'); }return false;"
+ tabindex="_tbidx_">
+ <div class="tumblr tool last desktop"><span class="hideText">Share on Tumblr</span><span class="fa fa-tumblr"></span>
+
+ </div>
+ </a>
+ </div>
+ </div>
+ </div>
+ <div id="slug_tiffany_tile" data-ad-type="tiffany_tile" class="left" style="display:none;padding-left:20px !important;height:auto;max-height:60px;overflow:hidden;">
+ <div id="wpni_adi_tiffany_tile" class="ads slug tiffany_tile header"></div>
+ </div>
+ <div class=" utility-tools-wrapper">
+ <div class="utility-tools-primary margin-top">
+ <div class="social-tools ">
+ <div class="textresizer tool first mobile"><span class="hideText" tabindex="_tbidx_">Resize Text</span><span class="fa fa-font"></span>
+
+ </div><a onclick="window.print();" tabindex="_tbidx_"> <div class="print tool mobile"><span class="hideText">Print Article</span><span class="fa fa-print"></span></div> </a>
+
+ <a
+ href="#" onclick="wp_pb.report('comments', 'showComments',{elm:$(this),guid:'http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html'}); return false;"
+ tabindex="_tbidx_">
+ <div class="comments tool last mobile"><span class="hideText">Comments</span><span class="fa fa-comments"></span>
+ <span
+ id="echo_container" class="echo_container comment-vars echo-counter text"
+ guid="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"></span>
+ </div>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="clear"></div>
+ </div>
+ <div class="pb-scatter">
+ <div id="main-content" class="pb-layout-item pb-chain pb-two main-content"
+ data-pb-columns="2">
+ <div id="article-world_1401468655537_97" class="moat-trackable pb-feature pb-chained pb-f-article-article-body pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="article-article-body"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="article-article-body|article-world">
+ <div id="article-body" class="article-body">
+ <div class="pb-sig-line hasnt-headshot has-0-headshots hasnt-bio is-not-column"> <span class="pb-byline">By <a href="http://www.washingtonpost.com/people/erin-cunningham">Erin Cunningham</a></span>
+ <span
+ class="pb-timestamp">March 18 at 3:57 PM</span> <span class="pb-tool email"><a href="mailto:[email protected]?subject=Reader feedback for 'Attack stokes instability fears in North Africa'"><span class="fa fa-envelope"></span>
+
+ </a>
+ </span> <span class="tweet-authors"><span class="pb-twitter-follow unprocessed"><a href="https://twitter.com/@erinmcunningham" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @erinmcunningham</a></span> </span>
+ </div>
+ <article>
+ <div class="inline-content inline-gallery-embedded">
+ <link href="//www.washingtonpost.com/pb/resources/compact/type/ssiSingle/styles/b2571cf5dfafe5a7760aba08fea63fd6.css"
+ rel="stylesheet"/>
+ <link href="//www.washingtonpost.com/pb/resources/compact/template/rcbXA58IiRzCmehOAc0OM-Q/styles/6bf32f216c50d6ab0c64d68d81d5ebb5.css"
+ rel="stylesheet"/>
+ <link href="//www.washingtonpost.com/pb/resource/style-rcbXA58IiRzCmehOAc0OM-Q-6a954a58.css"
+ rel="stylesheet"/>
+ <script src="//www.washingtonpost.com/pb/resource/headjs-rcbXA58IiRzCmehOAc0OM-Q-6a954a58.js"
+ type="text/javascript"></script>
+ <div class="pb-feature-ssi-single pb-f-gallery-gallery" data-pb-content-uri="/pb/galleryEmbed/ef22654e-cd72-11e4-8c54-ffb5ba6f2f69"
+ data-pb-name="gallery-gallery" id="gallery-embed_1417452270618_709">
+ <div class="wp-volt-gal wp-volt-gal-p-end-circular wp-volt-gal-promo-stub wp-volt-gal-on-promo-slide wp-volt-gal-embed-promo wp-volt-gal-embed-promo-hide"
+ data-category="Foreign" data-commercial-node="world" data-first-published="1426686630"
+ data-permalink="http://www.washingtonpost.com/world/at-least-8-dead-in-tunisia-attack-on-leading-museum/2015/03/18/ef22654e-cd72-11e4-8c54-ffb5ba6f2f69_gallery.html"
+ data-preroll-zone="" data-published="1426713600" data-section="world" data-show-interstitials="true"
+ data-show-preroll="true" data-slug="at-least-8-dead-in-tunisia-attack-on-leading-museum"
+ data-subsection="" data-title="At least 17 dead in Tunisia after attack in capital city"
+ data-uuid="ef22654e-cd72-11e4-8c54-ffb5ba6f2f69">
+ <div class="wp-volt-gal-bar">
+ <div class="wp-volt-gal-nav">
+ <div class="wp-volt-gal-nav-number"><span class="wp-volt-gal-nav-number-current">1</span> of 24</div>
+ <div class="wp-volt-gal-nav-buttons">
+ <div class="wp-volt-gal-nav-button wp-volt-gal-nav-prev"></div>
+ <div class="wp-volt-gal-nav-button wp-volt-gal-nav-next"></div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-buttons">
+ <div class="wp-volt-gal-button wp-volt-gal-button-fullscreen">Full Screen</div>
+ <div class="wp-volt-gal-button wp-volt-gal-button-autoplay">Autoplay</div>
+ <div class="wp-volt-gal-bar-pie"></div>
+ <div class="wp-volt-gal-button wp-volt-gal-button-close">Close</div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-main">
+ <div class="wp-volt-gal-photos">
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false" data-caption="Tunisian security forces secure the area after gunmen attacked the famed Bardo National Museum in Tunis, the capital."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429732.jpg?env=A"
+ data-max-width="4864" data-ratio="1.514" data-title="March 18, 2015" data-uuid="960ee120-cd73-11e4-8c54-ffb5ba6f2f69">
+ <div class="wp-volt-gal-slide-gal-title"></div>
+ </div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false" data-caption="Armed Tunisian police officers secure the area. A raid by security forces killed at least two suspected assailants."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429739.jpg?env=A"
+ data-max-width="5000" data-ratio="1.403" data-title="March 18, 2015&nbsp;"
+ data-uuid="c0a8ee44-cd73-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Members of Tunisian security services take positions after gunmen took hostages at the museum, which is located near the country’s parliament. Tunisia’s prime minister said some attackers may have escaped."
+ data-credit="Mohamed Messara/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04667704.jpg?env=A"
+ data-max-width="3576" data-ratio="1.457" data-title="March 18, 2015" data-uuid="f66f0046-cd72-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Members of Tunisian security services take up positions. The terrorist strike is the deadliest in more than a decade in the tiny North African nation, whose economy depends a lot on tourism."
+ data-credit="Mohamed Messara/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04667708.jpg?env=A"
+ data-max-width="4096" data-ratio="1.489" data-title="March 18, 2015&nbsp;"
+ data-uuid="f7bdd03a-cd72-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Members of the Tunisian security services stand near the parliament building. There was no immediate claim of responsibility in the attack."
+ data-credit="Mohamed Messara/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04667692.jpg?env=A"
+ data-max-width="4096" data-ratio="1.557" data-title="March 18, 2015&nbsp;"
+ data-uuid="f92e89f0-cd72-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Members of the Tunisian armed forces arrive after the attack, which followed increasing bloodshed and clashes in neighboring Lebanon."
+ data-credit="Mohamed Messara/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04667707.jpg?env=A"
+ data-max-width="4096" data-ratio="1.605" data-title="March 18, 2015&nbsp;"
+ data-uuid="f71c7c30-cd72-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Armed Tunisian policemen stop a vehicle as they secure the area. The attack began as gunmen opened fire on tourists getting off buses outside the Bardo. The attackers then entered the museum."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429740.jpg?env=A"
+ data-max-width="5000" data-ratio="1.459" data-title="March 18, 2015&nbsp;"
+ data-uuid="d8c9857e-cd73-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Members of the Tunisian security services take up positions.Tunisia has grappled with rising extremism and Islamist militancy since a popular uprising in 2011."
+ data-credit="Mohamed Messara/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04667719.jpg?env=A"
+ data-max-width="4096" data-ratio="1.648" data-title="March 18, 2015&nbsp;"
+ data-uuid="0a7ce6b6-cd73-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Tunisian police officers duck behind a vehicle. The nationalities of the victims weren’t immediately clear, but the prime minister said the victims included citizens of Italy, Germany, Poland and Spain."
+ data-credit="Mohamed Messara/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04667698.jpg?env=A"
+ data-max-width="4096" data-ratio="1.499" data-title="March 18, 2015&nbsp;"
+ data-uuid="f87cd426-cd72-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Members of Tunisian security services crouch near the country’s parliament, which was evacuated after the attack on the nearby museum."
+ data-credit="Mohamed Messara/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04667684.jpg?env=A"
+ data-max-width="4096" data-ratio="1.5" data-title="March 18, 2015&nbsp;"
+ data-uuid="faa5b9ca-cd72-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Police officers are seen outside the parliament in Tunis. Tunisia has been praised as a model of democratic transition after the Arab Spring."
+ data-credit="Zoubeir Souissi/Reuters" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/2015-03-18T144520Z_01_N07_RTRIDSP_3_TUNISIA-SECURITY.jpg?env=A"
+ data-max-width="3173" data-ratio="1.75" data-title="March 18, 2015&nbsp;&nbsp;"
+ data-uuid="ae8ebade-cd93-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Police officers and a journalist run outside the parliament in Tunis."
+ data-credit="Zoubeir Souissi/Reuters" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/2015-03-18T190845Z_01_NE16_RTRIDSP_3_TUNISIA-SECURITY.jpg?env=A"
+ data-max-width="3500" data-ratio="1.487" data-title="&nbsp;March 18, 2015"
+ data-uuid="6141ac7e-cdb0-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="An image taken from video shows tourists running for cover as armed men stand guard."
+ data-credit="Reuters TV/Reuters" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/2015-03-18T183424Z_01_SIN35_RTRIDSP_3_TUNISIA-SECURITY.jpg?env=A"
+ data-max-width="1200" data-ratio="1.469" data-title="&nbsp;March 18, 2015"
+ data-uuid="791412ba-cdb0-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="An image taken from video shows tourists running for cover as armed men stand guard."
+ data-credit="Reuters TV/Reuters" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/2015-03-18T182452Z_01_SIN32_RTRIDSP_3_TUNISIA-SECURITY.jpg?env=A"
+ data-max-width="1200" data-ratio="1.341" data-title="&nbsp;March 18, 2015"
+ data-uuid="87c2ef52-cdb0-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Members of the Tunisian armed forces take up positions during an operation against gunmen at the National Bardo Museum in Tunis."
+ data-credit="Mohamed Messara/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04668329.jpg?env=A"
+ data-max-width="4096" data-ratio="1.504" data-title="&nbsp;March 18, 2015"
+ data-uuid="c8f7af26-cdb0-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Escorted by security forces, rescue workers pull an empty stretcher outside the Bardo museum."
+ data-credit="Salah Ben Mahmoud/AP" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/APTOPIX_Tunisia_Attack-0e618.jpg?env=A"
+ data-max-width="2440" data-ratio="1.459" data-title="March 18, 2015&nbsp;&nbsp;&nbsp;"
+ data-uuid="ccafd350-cd92-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="A Tunisian security force helicopter flies over the site of the attack."
+ data-credit="Salah Habibi/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429931.jpg?env=A"
+ data-max-width="5000" data-ratio="1.417" data-title="March 18, 2015&nbsp;&nbsp;&nbsp;"
+ data-uuid="c720e424-cd92-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="A member of the Tunisian special security forces celebrates after killing two gunmen who attacked Tunis’s Bardo museum."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429847.jpg?env=A"
+ data-max-width="5000" data-ratio="1.551" data-title="March 18, 2015&nbsp;&nbsp;&nbsp;"
+ data-uuid="db8f504e-cd92-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Tourists and visitors from the Bardo museum are evacuated in Tunis."
+ data-credit="Hassene Dridi/AP" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/APTOPIX_Tunisia_Attack-05586.jpg?env=A"
+ data-max-width="2013" data-ratio="1.593" data-title="March 18, 2015&nbsp;&nbsp;&nbsp;"
+ data-uuid="fc2a0420-cd92-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="A victim is evacuated by rescue workers outside the Bardo museum."
+ data-credit="Hassene Dridi/AP" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/APTOPIX_Tunisia_Attack-0515a.jpg?env=A"
+ data-max-width="2347" data-ratio="1.476" data-title="March 18, 2015&nbsp;&nbsp;&nbsp;"
+ data-uuid="3c5a5d88-cd93-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Tunisia’s president, Beji Caid Essebsi, center, visited some of the injured who were receiving treatment at Charles Nicole Hospital in Tunis."
+ data-credit="Stringer/European Pressphoto Agency" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/04668205.jpg?env=A"
+ data-max-width="4096" data-ratio="1.396" data-title="&nbsp;" data-uuid="0c81a9ae-cdb1-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="An injured man arrives on a stretcher at Charles Nicole Hospital after the attack."
+ data-credit="Sofiene Hamdaoui/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429915.jpg?env=A"
+ data-max-width="4820" data-ratio="1.488" data-title="March 18, 2015&nbsp;&nbsp;&nbsp;"
+ data-uuid="be8e079c-cd92-11e4-8c54-ffb5ba6f2f69"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="A bus shows damage from the attack." data-credit="Zoubeir Souissi/Reuters"
+ data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/2015-03-18T172316Z_01_NE01_RTRIDSP_3_TUNISIA-SECURITY.jpg?env=A"
+ data-max-width="3500" data-ratio="1.655" data-title="&nbsp;March 18, 2015"
+ data-uuid="fc05c33a-cdb0-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Tunisian security forces open a gate to allow an ambulance carrying wounded victims from the attack to pass."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429909.jpg?env=A"
+ data-max-width="4480" data-ratio="1.425" data-title="March 18, 2015&nbsp;&nbsp;"
+ data-uuid="e6e188fe-cd92-11e4-8c54-ffb5ba6f2f69"></div>
+ </div>
+ <div class="wp-volt-gal-title-overlay">
+ <div class="wp-volt-gal-title-backdrop"></div>
+ <div class="wp-volt-gal-title-gradient"></div>
+ <div class="wp-volt-gal-title-holder">
+ <div class="wp-volt-gal-title-main"></div>
+ <div class="wp-volt-gal-title-subtitle"></div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-ad">
+ <div class="wp-volt-gal-ad-wrap">
+ <div id="slug_bigbox_gallery" style="display:none;">
+ <div id="wpni_adi_bigbox_gallery"></div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-ad-skip">
+ <div class="wp-volt-gal-ad-pie"></div>
+ <div class="wp-volt-gal-ad-skiptext">Skip Ad</div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-close-fullscreen"><i class="close">×</i>
+
+ </div>
+ <div class="wp-volt-gal-main-nav wp-volt-gal-main-nav-prev"><i class="fa fa-angle-left"></i>
+
+ </div>
+ <div class="wp-volt-gal-main-nav wp-volt-gal-main-nav-zoom"></div>
+ <div class="wp-volt-gal-main-nav wp-volt-gal-main-nav-next"><i class="fa fa-angle-right"></i>
+
+ </div>
+ <div class="wp-volt-gal-preroll">
+ <div class="wp-volt-gal-preroll-video"></div>
+ <div class="wp-volt-gal-preroll-text"></div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-embed-promo-container">
+ <div class="wp-volt-gal-embed-promo-container-table">
+ <div class="wp-volt-gal-embed-promo-top"><span class="cell">At least 17 dead in Tunisia after attack in capital city</span>
+
+ </div>
+ <div class="wp-volt-gal-embed-promo-mid">
+ <div class="cell">
+ <div class="wp-volt-gal-embed-promo-mid-img-container">
+ <img src="https://img.washingtonpost.com/rf/image_606w/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429732.jpg"/>
+ </div>
+ <div class="wp-volt-gal-embed-promo-mid-label"><i class="fa fa-camera"></i>View Photos</div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-embed-promo-bottom"><span class="cell">Security forces in Tunisia stormed the country’s most prominent museum, freeing hostages and ending a siege by gunmen.</span>
+
+ </div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-details">
+ <div class="wp-volt-gal-details-handle">Caption</div>
+ <div class="wp-volt-gal-details-wrap">
+ <div class="wp-volt-gal-details-main">
+ <div class="wp-volt-gal-blurb">Security forces in Tunisia stormed the country’s most prominent museum,
+ freeing hostages and ending a siege by gunmen.</div>
+ <div class="wp-volt-gal-caption"> <span class="wp-volt-gal-caption-title">March 18, 2015</span> <span class="wp-volt-gal-caption-text">Tunisian security forces secure the area after gunmen attacked the famed Bardo National Museum in Tunis, the capital.</span>
+ <span
+ class="wp-volt-gal-caption-credit">Fethi Belaid/AFP/Getty Images</span>
+ </div> <a class="wp-volt-gal-buy-link" href="#" target="_blank">Buy Photo</a>
+ </div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-templates">
+ <div class="wp-volt-gal-pie">
+ <div class="wp-volt-gal-pie-anim wp-volt-gal-pie-inner wp-volt-gal-pie-spinner"></div>
+ <div class="wp-volt-gal-pie-anim wp-volt-gal-pie-inner wp-volt-gal-pie-filler"></div>
+ <div class="wp-volt-gal-pie-anim wp-volt-gal-pie-mask"></div>
+ </div>
+ <div class="wp-volt-gal-interstitial-text">Wait 1 second to continue.</div>
+ </div>
+ </div>
+ <style>
+ .wp-volt-gal-preroll-video{width:100%;height:100%}
+ </style>
+ </div>
+ <script type="text/javascript">
+ (function(){pbSsiSingle=window.pbSsiSingle||{};pbSsiSingle.onReady=pbSsiSingle.onReady||function(){TWPHead.test(!!window.jQuery,"","//www.washingtonpost.com/pb/resources/js/jquery.1.8.2.js",function(){pbSsiSingle.serverUri="";pbSsiSingle.contextPath="/pb";var pbModules=[];$(".pb-feature-ssi-single").each(function(i,el){var modType=$(el).attr("data-pb-name");if(typeof modType=="string"&&$.inArray(modType,pbModules)==-1){pbModules.push(modType)}});pbSsiSingle.externals.push("//www.washingtonpost.com/pb/feature/resource/render.js?features="+pbModules.join(",")+"&_=f4b3d2");if(!window.EventController){pbSsiSingle.externals.unshift("//www.washingtonpost.com/pb/resources/js/event-controller.v2.js")}TWPHead.load(pbSsiSingle.externals)})};if(!pbSsiSingle.loadInitialized){if(!window.TWPHead){window.head_conf={head:"TWPHead"};var head=document.getElementsByTagName("head")[0];var scriptEl=document.createElement("script");scriptEl.src="//www.washingtonpost.com/pb/resources/js/head.min.js";head.appendChild(scriptEl);var checkLoad=function(){if(!!window.TWPHead){TWPHead.ready(document,pbSsiSingle.onReady)}else{setTimeout(checkLoad,200)}};checkLoad()}else{TWPHead.ready(document,pbSsiSingle.onReady)}pbSsiSingle.loadInitialized=true}var newExternals=["http://www.washingtonpost.com/rw/sites/twpweb/js/plugin/plugin.jquery.wp-preroll.js"];pbSsiSingle.externals=pbSsiSingle.externals||[];for(var a=0;a&lt;newExternals.length;a++){if(pbSsiSingle.externals.indexOf(newExternals[a])==-1){pbSsiSingle.externals.push(newExternals[a])}}})();
+ </script>
+ </div>
+ <p> <span class="dateline">CAIRO —</span> Gunmen opened fire on visitors at
+ Tunisia’s most renowned museum on Wednesday, killing at least 19 people,
+ including 17 foreigners, in an assault that threatened to upset the fragile
+ stability of a country seen as the lone success of the Arab Spring.</p>
+ <p>It was the most deadly terrorist attack in the North African nation in
+ more than a decade. Although no group claimed responsibility, the bloodshed
+ raised fears that militants linked to the Islamic State were expanding
+ their operations.</p>
+ <p>The attackers, clad in military uniforms, <a href="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html">stormed the Bardo National Museum</a> on
+ Wednesday afternoon, seizing and gunning down foreign tourists before security
+ forces raided the building to end the siege. The museum is a major tourist
+ draw and is near the heavily guarded national parliament in downtown Tunis.</p>
+ <p>Tunisian Prime Minister Habib Essid said that in addition to the slain
+ foreigners — from Italy, Poland, Germany and Spain — a local museum worker
+ and a security official were killed. Two gunmen died, and three others
+ may have escaped, officials said. About 50 other people were wounded, according
+ to local news reports.</p>
+ <p>“Our nation is in danger,” Essid declared in a televised address Wednesday
+ evening. He vowed that the country would be “merciless” in defending itself.</p>
+ <p
+ channel="wp.com" class="interstitial-link"> <i> <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/why-tunisia-the-arab-springs-sole-success-story-suffers-from-islamist-violence/">[Read: Why Tunisia, Arab Spring’s sole success story, suffers from Islamist violence]</a> </i>
+ </p>
+ <p>Tunisia, a mostly Muslim nation of about 11 million people, was governed
+ for decades by autocrats who imposed secularism. Its sun-drenched Mediterranean
+ beaches drew thousands of bikini-clad tourists, and its governments promoted
+ education and other rights for women. But the country has grappled with
+ rising Islamist militancy since a popular uprising overthrew its dictator
+ four years ago, setting the stage for the Arab Spring revolts across the
+ region.</p>
+ <p>Thousands of Tunisians have flocked to join jihadist groups in Syria,
+ including the Islamic State, making the country one of the major sources
+ of foreign fighters in the conflict. Tunisian security forces have also
+ fought increasing gunbattles with jihadists at home.</p>
+ <p>Despite this, the country has been hailed as a model of democratic transition
+ as other governments that came to power after the Arab Spring collapsed,
+ often in bloody confrontations. But the attack Wednesday — on a national
+ landmark that showcases Tunisia’s rich heritage — could heighten tensions
+ in a nation that has become deeply divided between pro- and anti-Islamist
+ political factions.</p>
+ <p>Many Tunisians accuse the country’s political Islamists, who held power
+ from 2011 to 2013, of having been slow to respond to the growing danger
+ of terrorism. Islamist politicians have acknowledged that they did not
+ realize the threat that would develop when radical Muslims, who had been
+ repressed under authoritarian regimes, won the freedom to preach freely
+ in mosques.</p>
+ <p>In Washington, White House press secretary Josh Earnest <a href="http://hosted2.ap.org/APDEFAULT/cae69a7523db45408eeb2b3a98c0c9c5/Article_2015-03-18-ML--Tunisia-Attack-The%20Latest/id-653822d829b24cef993c5bd6a7ce44b5">condemned the attack </a>and
+ said the U.S. government was willing to assist Tunisian authorities in
+ the investigation.</p>
+ <div class="inline-content inline-video">
+ <div class="posttv-video-embed" data-duration="87880" data-headline="Gunmen storm Tunisian museum, kill 17 tourists"
+ data-is-truth-teller="0" data-max-height="-1" data-max-width="-1" data-object-id="5509c662e4b0210747c74e6a"
+ data-show-endscreen="1" data-show-promo="http://img.washingtonpost.com/rf/image_1024w/2010-2019/WashingtonPost/2015/03/18/Production/WashingtonPost/Images/2015-03-18T183424Z_01_SIN35_RTRIDSP_3_TUNISIA-SECURITY.jpg"
+ data-uuid="37493ea0-cd97-11e4-8730-4f473416e759" data-youtube-id="">
+ <script src="http://www.washingtonpost.com/posttv/static/js/posttv/posttv-video-embed.v3.js"
+ type="text/javascript"></script>
+ </div>
+ <div class="inline-video-caption"> <span class="pb-caption">Gunmen in military uniforms stormed Tunisia's national museum, killing at least 19 people, most of them foreign tourists. (Reuters)</span>
+ </div>
+ </div>
+ <p>“This attack today is meant to threaten authorities, to frighten tourists
+ and to negatively affect the economy,” said Lotfi Azzouz, Tunisia country
+ director for Amnesty International, a London-based rights group.</p>
+ <p>Tourism is critical to Tunisia’s economy, accounting for 15 percent of
+ its gross domestic product in 2013, according to the World Travel and Tourism
+ Council, an industry body. The Bardo museum hosts one of the world’s most
+ outstanding collections of Roman mosaics and is popular with tourists and
+ Tunisians alike.</p>
+ <p channel="wp.com" class="interstitial-link"> <i>[<a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/tunisias-bardo-museum-attacked-by-terrorists-is-home-to-amazing-roman-treasures/">Bardo museum houses amazing Roman treasures</a>]</i>
+ </p>
+ <p>The attack is “also aimed at the country’s security and stability during
+ the transition period,” Azzouz said. “And it could have political repercussions
+ — like the curtailing of human rights, or even less government transparency
+ if there’s fear of further attacks.”</p>
+ <p>The attack raised concerns that the government, led by secularists, would
+ be pressured to stage a wider crackdown on Islamists of all stripes. Lawmakers
+ are drafting an anti-terrorism bill to give security forces additional
+ tools to fight militants.</p>
+ <div class="inline-content inline-gallery-embedded">
+ <link href="//www.washingtonpost.com/pb/resources/compact/type/ssiSingle/styles/b2571cf5dfafe5a7760aba08fea63fd6.css"
+ rel="stylesheet"/>
+ <link href="//www.washingtonpost.com/pb/resources/compact/template/rcbXA58IiRzCmehOAc0OM-Q/styles/6bf32f216c50d6ab0c64d68d81d5ebb5.css"
+ rel="stylesheet"/>
+ <link href="//www.washingtonpost.com/pb/resource/style-rcbXA58IiRzCmehOAc0OM-Q-6a954a58.css"
+ rel="stylesheet"/>
+ <script src="//www.washingtonpost.com/pb/resource/headjs-rcbXA58IiRzCmehOAc0OM-Q-6a954a58.js"
+ type="text/javascript"></script>
+ <div class="pb-feature-ssi-single pb-f-gallery-gallery" data-pb-content-uri="/pb/galleryEmbed/b9af65dc-cd7d-11e4-a2a7-9517a3a70506"
+ data-pb-name="gallery-gallery" id="gallery-embed_1417452270618_709">
+ <div class="wp-volt-gal wp-volt-gal-p-end-circular wp-volt-gal-promo-stub wp-volt-gal-on-promo-slide wp-volt-gal-embed-promo wp-volt-gal-embed-promo-hide"
+ data-category="Foreign" data-commercial-node="world/africa" data-first-published="1426694580"
+ data-permalink="http://www.washingtonpost.com/world/africa/inside-tunisias-bardo-museum/2015/03/18/b9af65dc-cd7d-11e4-a2a7-9517a3a70506_gallery.html"
+ data-preroll-zone="" data-published="1426694580" data-section="world" data-show-interstitials="true"
+ data-show-preroll="true" data-slug="inside-tunisias-bardo-museum" data-subsection="africa"
+ data-title="Inside Tunisia’s Bardo National Museum" data-uuid="b9af65dc-cd7d-11e4-a2a7-9517a3a70506">
+ <div class="wp-volt-gal-bar">
+ <div class="wp-volt-gal-nav">
+ <div class="wp-volt-gal-nav-number"><span class="wp-volt-gal-nav-number-current">1</span> of 12</div>
+ <div class="wp-volt-gal-nav-buttons">
+ <div class="wp-volt-gal-nav-button wp-volt-gal-nav-prev"></div>
+ <div class="wp-volt-gal-nav-button wp-volt-gal-nav-next"></div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-buttons">
+ <div class="wp-volt-gal-button wp-volt-gal-button-fullscreen">Full Screen</div>
+ <div class="wp-volt-gal-button wp-volt-gal-button-autoplay">Autoplay</div>
+ <div class="wp-volt-gal-bar-pie"></div>
+ <div class="wp-volt-gal-button wp-volt-gal-button-close">Close</div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-main">
+ <div class="wp-volt-gal-photos">
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false" data-caption="One of the many mosaics for which the Bardo National Museum in Tunis is famous. On March 18, 2015, gunmen attacked the museum and killed at least 19 people."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/144714787.jpg?env=A"
+ data-max-width="2940" data-ratio="1.447" data-title="May 17, 2012" data-uuid="e237f42e-cd7d-11e4-a2a7-9517a3a70506">
+ <div class="wp-volt-gal-slide-gal-title"></div>
+ </div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false" data-caption="Detail of a Roman mosaic showing one of the four winds, from the “Triumph of Neptune.” Originally from Maxula-Rades, Tunisia, the piece is now in the Bardo’s collection."
+ data-credit="Print Collector/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/501584171.jpg?env=A"
+ data-max-width="4241" data-ratio="1.018" data-title="&nbsp;" data-uuid="e6a4638a-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="The Virgil Room. This was originally the center of a harem."
+ data-credit="Print Collector/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/463921897.jpg?env=A"
+ data-max-width="5124" data-ratio="1.502" data-title="&nbsp;" data-uuid="e57ec374-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="A Tunisian expert restores a sculpture dating from the Punic era."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/117488252.jpg?env=A"
+ data-max-width="2765" data-ratio="0.79" data-title="&nbsp;" data-uuid="db9a6f8e-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="The “Good Shepherd” is an example of early Christian art from the 4th century."
+ data-credit="PHAS/UIG via Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/535823163.jpg?env=A"
+ data-max-width="2856" data-ratio="0.655" data-title="&nbsp;" data-uuid="da2ffab0-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="The Bardo was expanded and renovated after years of work in 2012."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/144714724.jpg?env=A"
+ data-max-width="3500" data-ratio="1.528" data-title="&nbsp;" data-uuid="e17ae8fc-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="A hunting scene." data-credit="Wolfgang Kaehler/LightRocket via Getty Images"
+ data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/453368624.jpg?env=A"
+ data-max-width="5000" data-ratio="1.502" data-title="&nbsp;" data-uuid="e47bf78a-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="This is the main hall in the Roman section of the museum."
+ data-credit="Education Images/UIG via Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/144107258.jpg?env=A"
+ data-max-width="3300" data-ratio="0.647" data-title="&nbsp;" data-uuid="de77c2ec-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="After the renovation, the museum opened its new wing and presented many new materials."
+ data-credit="Wolfgang Kaehler/LightRocket via Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/453368558.jpg?env=A"
+ data-max-width="5000" data-ratio="1.497" data-title="&nbsp;" data-uuid="e314250c-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="Palestinian Authority President Mahmoud Abbas visited the Bardo in 2012."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/143564307.jpg?env=A"
+ data-max-width="3500" data-ratio="1.453" data-title="&nbsp;" data-uuid="dd8b05ba-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="A 3rd-century Roman room." data-credit="Education Images/UIG via Getty Images"
+ data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/144107259.jpg?env=A"
+ data-max-width="3300" data-ratio="0.647" data-title="&nbsp;" data-uuid="dff7a916-cd7d-11e4-a2a7-9517a3a70506"></div>
+ <div class="wp-volt-gal-slide wp-volt-gal-photo" data-buy="false"
+ data-caption="The Roman mosaics at the museum attract tourists from around the world. Seventeen of the people killed in the attack March 18, 2015, were foreign visitors."
+ data-credit="Fethi Belaid/AFP/Getty Images" data-image="https://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/REF34188.jpg?env=A"
+ data-max-width="4500" data-ratio="1.502" data-title="&nbsp;" data-uuid="be2ae21c-cd7d-11e4-a2a7-9517a3a70506"></div>
+ </div>
+ <div class="wp-volt-gal-title-overlay">
+ <div class="wp-volt-gal-title-backdrop"></div>
+ <div class="wp-volt-gal-title-gradient"></div>
+ <div class="wp-volt-gal-title-holder">
+ <div class="wp-volt-gal-title-main"></div>
+ <div class="wp-volt-gal-title-subtitle"></div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-ad">
+ <div class="wp-volt-gal-ad-wrap">
+ <div id="slug_bigbox_gallery" style="display:none;">
+ <div id="wpni_adi_bigbox_gallery"></div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-ad-skip">
+ <div class="wp-volt-gal-ad-pie"></div>
+ <div class="wp-volt-gal-ad-skiptext">Skip Ad</div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-close-fullscreen"><i class="close">×</i>
+
+ </div>
+ <div class="wp-volt-gal-main-nav wp-volt-gal-main-nav-prev"><i class="fa fa-angle-left"></i>
+
+ </div>
+ <div class="wp-volt-gal-main-nav wp-volt-gal-main-nav-zoom"></div>
+ <div class="wp-volt-gal-main-nav wp-volt-gal-main-nav-next"><i class="fa fa-angle-right"></i>
+
+ </div>
+ <div class="wp-volt-gal-preroll">
+ <div class="wp-volt-gal-preroll-video"></div>
+ <div class="wp-volt-gal-preroll-text"></div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-embed-promo-container">
+ <div class="wp-volt-gal-embed-promo-container-table">
+ <div class="wp-volt-gal-embed-promo-top"><span class="cell">Inside Tunisia’s Bardo National Museum</span>
+
+ </div>
+ <div class="wp-volt-gal-embed-promo-mid">
+ <div class="cell">
+ <div class="wp-volt-gal-embed-promo-mid-img-container">
+ <img src="https://img.washingtonpost.com/rf/image_606w/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/144714787.jpg"/>
+ </div>
+ <div class="wp-volt-gal-embed-promo-mid-label"><i class="fa fa-camera"></i>View Photos</div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-embed-promo-bottom"><span class="cell">Housed in a 19th-century palace, the museum where gunmen killed foreign tourists is famous for its Roman mosaics and other antiquities.</span>
+
+ </div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-details">
+ <div class="wp-volt-gal-details-handle">Caption</div>
+ <div class="wp-volt-gal-details-wrap">
+ <div class="wp-volt-gal-details-main">
+ <div class="wp-volt-gal-blurb">Housed in a 19th-century palace, the museum where gunmen killed foreign
+ tourists is famous for its Roman mosaics and other antiquities.</div>
+ <div
+ class="wp-volt-gal-caption"> <span class="wp-volt-gal-caption-title">May 17, 2012</span> <span class="wp-volt-gal-caption-text">One of the many mosaics for which the Bardo National Museum in Tunis is famous. On March 18, 2015, gunmen attacked the museum and killed at least 19 people.</span>
+ <span
+ class="wp-volt-gal-caption-credit">Fethi Belaid/AFP/Getty Images</span>
+ </div> <a class="wp-volt-gal-buy-link" href="#" target="_blank">Buy Photo</a>
+ </div>
+ </div>
+ </div>
+ <div class="wp-volt-gal-templates">
+ <div class="wp-volt-gal-pie">
+ <div class="wp-volt-gal-pie-anim wp-volt-gal-pie-inner wp-volt-gal-pie-spinner"></div>
+ <div class="wp-volt-gal-pie-anim wp-volt-gal-pie-inner wp-volt-gal-pie-filler"></div>
+ <div class="wp-volt-gal-pie-anim wp-volt-gal-pie-mask"></div>
+ </div>
+ <div class="wp-volt-gal-interstitial-text">Wait 1 second to continue.</div>
+ </div>
+ </div>
+ <style>
+ .wp-volt-gal-preroll-video{width:100%;height:100%}
+ </style>
+ </div>
+ <script type="text/javascript">
+ (function(){pbSsiSingle=window.pbSsiSingle||{};pbSsiSingle.onReady=pbSsiSingle.onReady||function(){TWPHead.test(!!window.jQuery,"","//www.washingtonpost.com/pb/resources/js/jquery.1.8.2.js",function(){pbSsiSingle.serverUri="";pbSsiSingle.contextPath="/pb";var pbModules=[];$(".pb-feature-ssi-single").each(function(i,el){var modType=$(el).attr("data-pb-name");if(typeof modType=="string"&&$.inArray(modType,pbModules)==-1){pbModules.push(modType)}});pbSsiSingle.externals.push("//www.washingtonpost.com/pb/feature/resource/render.js?features="+pbModules.join(",")+"&_=f4b3d2");if(!window.EventController){pbSsiSingle.externals.unshift("//www.washingtonpost.com/pb/resources/js/event-controller.v2.js")}TWPHead.load(pbSsiSingle.externals)})};if(!pbSsiSingle.loadInitialized){if(!window.TWPHead){window.head_conf={head:"TWPHead"};var head=document.getElementsByTagName("head")[0];var scriptEl=document.createElement("script");scriptEl.src="//www.washingtonpost.com/pb/resources/js/head.min.js";head.appendChild(scriptEl);var checkLoad=function(){if(!!window.TWPHead){TWPHead.ready(document,pbSsiSingle.onReady)}else{setTimeout(checkLoad,200)}};checkLoad()}else{TWPHead.ready(document,pbSsiSingle.onReady)}pbSsiSingle.loadInitialized=true}var newExternals=["http://www.washingtonpost.com/rw/sites/twpweb/js/plugin/plugin.jquery.wp-preroll.js"];pbSsiSingle.externals=pbSsiSingle.externals||[];for(var a=0;a&lt;newExternals.length;a++){if(pbSsiSingle.externals.indexOf(newExternals[a])==-1){pbSsiSingle.externals.push(newExternals[a])}}})();
+ </script>
+ </div>
+ <p channel="wp.com" class="interstitial-link"> <i> <a href="http://www.washingtonpost.com/world/national-security/tunisia-after-igniting-arab-spring-sends-the-most-fighters-to-islamic-state-in-syria/2014/10/28/b5db4faa-5971-11e4-8264-deed989ae9a2_story.html">[Read: Tunisia sends most foreign fighters to Islamic State in Syria]</a> </i>
+ </p>
+ <p>“We must pay attention to what is written” in that law, Azzouz said. “There
+ is worry the government will use the attack to justify some draconian measures.”</p>
+ <p>Tunisian Islamists and secular forces have worked together — often reluctantly
+ — to defuse the country’s political crises in the years since the revolt.</p>
+ <p>Last fall, Tunisians elected a secular-minded president and parliament
+ dominated by liberal forces after <a href="http://www.washingtonpost.com/world/middle_east/tunisias-islamists-get-sobering-lesson-in-governing/2014/11/20/b6fc8988-65ad-11e4-ab86-46000e1d0035_story.html">souring on Islamist-led rule</a>.
+ In 2011, voters had elected a government led by the Ennahda party — a movement
+ similar to Egypt’s Islamist Muslim Brotherhood. But a political stalemate
+ developed as the party and others tried to draft the country’s new constitution.
+ The Islamists failed to improve a slumping economy. And Ennahda came under
+ fire for what many Tunisians saw as a failure to crack down on Islamist
+ extremists.</p>
+ <div class="inline-content inline-graphic-linked">
+ <div class="photo-wrapper"> <a href="http://www.washingtonpost.com/world/foreign-fighters-flow-to-syria/2015/01/27/7fa56b70-a631-11e4-a7c2-03d37af98440_graphic.html"><img class="unprocessed" data-hi-res-src="https://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2015/01/27/Foreign/Graphics/foreignFighters-Jan14-GS.jpg?uuid=CDUNJKYyEeShYhIdBsp38Q" data-low-res-src="https://img.washingtonpost.com/rf/image_480w/2010-2019/WashingtonPost/2015/01/27/Foreign/Graphics/foreignFighters-Jan14-GS.jpg?uuid=CDUNJKYyEeShYhIdBsp38Q" src="https://img.washingtonpost.com/rf/image_480w/2010-2019/WashingtonPost/2015/01/27/Foreign/Graphics/foreignFighters-Jan14-GS.jpg?uuid=CDUNJKYyEeShYhIdBsp38Q"/></a>
+ <a
+ href="http://www.washingtonpost.com/world/foreign-fighters-flow-to-syria/2015/01/27/7fa56b70-a631-11e4-a7c2-03d37af98440_graphic.html"> <span class="overlay"> <span class="headline">Map: Flow of foreign fighters to Syria </span>
+
+ <span
+ class="view-graphic">View Graphic <span class="fa fa-arrow-circle-right"></span></span>
+ </span>
+ </a>
+ </div> <span class="pb-caption">Map: Flow of foreign fighters to Syria</span>
+ </div>
+ <p>After the collapse of the authoritarian system in 2011, hard-line Muslims
+ known as Salafists attacked bars and art galleries. Then, in 2012, hundreds
+ of Islamists <a href="http://www.washingtonpost.com/world/middle_east/in-tunisia-embassy-attack-tests-fledgling-democracy/2012/09/20/19f3986a-0273-11e2-8102-ebee9c66e190_story.html">assaulted the U.S. Embassy </a>in
+ Tunis, shattering windows and hurling gasoline bombs, after the release
+ of a crude online video about the prophet Muhammad. <a href="http://www.bbc.com/news/world-africa-23452979"></a>The
+ government outlawed the group behind the attack — Ansar al-Sharia, an al-Qaeda-linked
+ organization — and began a crackdown. But the killing <a href="http://www.bbc.com/news/world-africa-23452979">of two leftist politicians</a> in
+ 2013 prompted a fresh political crisis, and Ennahda stepped down, replaced
+ by a technocratic government.</p>
+ <p>Tunisia’s <a href="http://www.washingtonpost.com/blogs/monkey-cage/wp/2015/02/03/tunisia-opts-for-an-inclusive-new-government/">current coalition government</a> includes
+ an Ennahda minister in the cabinet. Still, many leftist figures openly
+ oppose collaboration with the movement’s leaders.</p>
+ <p>“Ennahda is responsible for the current deterioration of the situation,
+ because they were careless with the extremists” while they were in power,
+ Azzouz said.</p>
+ <p>The leader of Ennahda, Rachid Ghannouchi, condemned Wednesday’s attack,
+ saying in a statement that it “will not break our people’s will and will
+ not undermine our revolution and our democracy.”</p>
+ <p>Security officials are particularly concerned by the collapse of Libya,
+ where various armed groups are vying for influence and jihadist militants
+ have entrenched themselves in major cities. Tunisians worry that extremists
+ can easily get arms and training in the neighboring country.</p>
+ <p>In January, Libyan militants loyal to the Islamic State <a href="http://www.washingtonpost.com/world/middle_east/video-shows-purported-beheading-of-egyptian-christians-in-libya/2015/02/15/b8d0f092-b548-11e4-bc30-a4e75503948a_story.html">beheaded 21 Christians</a> —
+ 20 of them Egyptian Copts — along the country’s coast. They later seized
+ the Libyan city of Sirte.</p>
+ <div class="inline-content inline-graphic-embedded">
+ <img class="unprocessed" data-hi-res-src="https://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2015/03/18/Foreign/Graphics/tunisia600.jpg?uuid=1_yuLs2LEeSHME9HNBbnWQ"
+ data-low-res-src="https://img.washingtonpost.com/rf/image_480w/2010-2019/WashingtonPost/2015/03/18/Foreign/Graphics/tunisia600.jpg?uuid=1_yuLs2LEeSHME9HNBbnWQ"
+ src="https://img.washingtonpost.com/rf/image_480w/2010-2019/WashingtonPost/2015/03/18/Foreign/Graphics/tunisia600.jpg?uuid=1_yuLs2LEeSHME9HNBbnWQ"/>
+ <br/>
+ </div>
+ <p>Officials are worried about the number of Tunisian militants who may have
+ joined the jihadists in Libya — with the goal of returning home to fight
+ the Tunis government.</p>
+ <p>Ajmi Lourimi, a member of Ennahda’s general secretariat, said he believed
+ the attack would unite Tunisians in the face of terrorism.</p>
+ <p>“There is a consensus here that this [attack] is alien to our culture,
+ to our way of life. We want to unify against this danger,” Lourimi said.
+ He said he did not expect a wider government campaign against Islamists.</p>
+ <p>“We have nothing to fear,” he said of himself and fellow Ennahda members.
+ “We believe the Interior Ministry should be trained and equipped to fight
+ and counter this militancy.”</p>
+ <p>The last major attack on a civilian target in Tunisia was in 2002, when
+ al-Qaeda militants killed more than 20 people in a car bombing outside
+ a synagogue in the city of Djerba.</p>
+ <p class="trailer"></p>
+ <p>Heba Habib contributed to this report.</p>
+ <p></p>
+ <p> <i></i>
+ </p>
+ <p></p>
+ <p channel="wp.com"> <b>Read more:</b>
+ </p>
+ <p channel="wp.com"> <a href="http://www.washingtonpost.com/world/middle_east/tunisias-islamists-get-sobering-lesson-in-governing/2014/11/20/b6fc8988-65ad-11e4-ab86-46000e1d0035_story.html"
+ title="www.washingtonpost.com">Tunisia’s Islamists get a sobering lesson in governing</a>
+ </p>
+ <p channel="wp.com"> <a href="http://www.washingtonpost.com/world/national-security/tunisia-after-igniting-arab-spring-sends-the-most-fighters-to-islamic-state-in-syria/2014/10/28/b5db4faa-5971-11e4-8264-deed989ae9a2_story.html">Tunisia sends most foreign fighters to Islamic State in Syria</a>
+ </p>
+ <p channel="wp.com"> <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/tunisias-bardo-museum-attacked-by-terrorists-is-home-to-amazing-roman-treasures/">Tunisia’s Bardo museum is home to amazing Roman treasures</a>
+ </p>
+ <p channel="wp.com"></p>
+ </article>
+ <div class="clear"></div>
+ <div class="post-body-sig-line">
+ <div class="post-body-bio">Erin Cunningham is an Egypt-based correspondent for The Post. She previously
+ covered conflicts in the Middle East and Afghanistan for the Christian
+ Science Monitor, GlobalPost and The National.</div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ </div>
+ <div id="article-world_1399567687195_45" class="moat-trackable pb-feature pb-chained pb-f-page-share-bar pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-share-bar"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-share-bar|article-world">
+ <div class="social-tools-wrapper-bottom ">
+ <ul class="social-tools-bottom inline">
+ <li data-sharetype="facebook" class="left facebook"> <a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwapo.st%2F1O61FwZ','share_facebook','width=658,height=354,scrollbars=no'); return false;"
+ tabindex="_tbidx_"> <span class="fa fa-facebook-square">&nbsp;</span><span class="longname">Share on Facebook</span><span class="shortname">Share</span> </a>
+ </li>
+ <li data-sharetype="twitter" class="right twitter"> <a href="#" onclick="window.open('https://twitter.com/share?url=http%3A%2F%2Fwapo.st%2F1O61FwZ&amp;text=Attack stokes instability fears in North Africa','share_twitter','width=550, height=350, scrollbars=no'); return false;"
+ tabindex="_tbidx_"> <span class="fa fa-twitter">&nbsp;</span> <span class="longname">Share on Twitter</span><span class="shortname">Tweet</span> </a>
+ </li>
+ </ul>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div id="article-world_1402341726530_654" class="moat-trackable pb-feature pb-chained pb-f-page-comments pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-comments" data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-comments|article-world">
+ <div data-allow-comments="true" class="pb-comment-wrapper ">
+ <div id="comment_summary_pb_comments" class="comment-summary jump ">
+ <div class="comment-summary-count"><span class="fa fa-comments"></span><span id="echo_container" class="echo_container comment-vars echo-counter"
+ guid="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"></span>
+
+ </div>
+ <div class="comment-summary-display"><span class="comment-display"> Comments</span>
+
+ </div>
+ </div>
+ </div>
+ <style>
+ .pb-feature.pb-f-page-comments .pb-comment-wrapper{padding-right:0;border-bottom:0}.pb-feature.pb-f-page-comments{border-right:1px solid #d5d5d5;padding-right:50px}
+ </style>
+ </div>
+ <div id="article-world_1402341731308_885" class="moat-trackable pb-feature pb-chained pb-f-page-recommended-strip pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-recommended-strip"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-recommended-strip|article-world">
+ <script type="text/javascript">
+ (function($){TWP=window.TWP||{};TWP.Features=TWP.Features||{};TWP.Features.Page=TWP.Features.Page||{};TWP.Features.Page.RecommendedStrip={};TWP.Features.Page.RecommendedStrip.endpointServer="//recommendation.wpdigital.net";TWP.Features.Page.RecommendedStrip.canonicalUrl="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"})(jQuery);
+ </script>
+ <div class="content-strip-marker recommended rs-alt1-true"></div>
+ </div>
+ <div id="article-world_1402341732389_850" class="moat-trackable pb-feature pb-chained pb-f-page-trending-strip pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-trending-strip"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-trending-strip|article-world">
+ <script type="text/javascript">
+ (function($){TWP=window.TWP||{};TWP.Features=TWP.Features||{};TWP.Features.Page=TWP.Features.Page||{};TWP.Features.Page.TrendingStrip={}})(jQuery);
+ </script>
+ <div class="content-strip-marker trending"></div>
+ </div>
+ <div id="article-world_1399567693648_436" class="moat-trackable pb-feature pb-chained pb-f-page-comments pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-comments" data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-comments|article-world">
+ <div data-allow-comments="true" class="pb-comment-wrapper lockfix ">
+ <div id="comment_summary_pb_comments" class="comment-summary summary-expanded-mobile">
+ <div class="comment-summary-count"><span class="fa fa-comments"></span><span id="echo_container" class="echo_container comment-vars echo-counter"
+ guid="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"></span>
+
+ </div>
+ <div class="comment-summary-display"><span class="comment-display"> Show Comments</span>
+
+ </div>
+ </div>
+ <div id="echo_container_placeholder" class="echo_container_placeholder">
+ <div id="echo_container_pb_comments" class="echo_container canvas comment-vars comments unprocessed defer deferMobile count submitbox stream "
+ guid="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ allow_comments="true" allow_photos="false" allow_videos="false" commentpermalinkurlfacet="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ defaultsort="reverseChronological" defaulttab="all" isallcomments="true"
+ includepause="true" includepermalink="false" includerecommend="true" includereport="true"
+ includereply="true" includeshare="true" includesorts="true" includetabs=""
+ includeverifiedcommenters="true" includevoteofftopic="false" markerdisplay="'post_commenter':'Post Commenter','staff':'Post Writer','top_commenter':'Post Forum','top_local':'Washingtologist','top_sports':'SuperFan','fact_checker':'Fact Checker','post_recommended':'Post Recommended','world_watcher':'World Watcher','cultuer_connoisseur':'Culture Connoisseur','weather_watcher':'Capital Weather Watcher','post_contributor':'Post Contributor'"
+ markersall="" maxitems="5" maxitemstop="3" moderationrequired="" primarynode="world"
+ sectionid="middle_east" columnname="" source="washpost.com" streamid=""
+ tabs="{}" usermarkers="" usermarkersall="" webtype="article" data-canvas-id="washpost.com/km4ey0dajm"
+ data-app-instance="6634zxcgfd">
+ <div class="echo-header-container">
+ <div id="comment-info-links" class="right"> <span class="discussion-policy"><a href="http://www.washingtonpost.com/blogs/ask-the-post/discussion-and-submission-guidelines/" target="_policy">Discussion Policy</a> </span>
+ </div>
+ <div class="comment-count-label"><span class="echo-counter"></span> Comments</div>
+ </div>
+ <div id="echo_stream_container" class="echo-stream-container echo-comment-container echo-canvas canvas canvas-methode-allcomments echo-stream"
+ data-canvas-id="washpost.com/km4ey0dajm" data-app-instance="6634zxcgfd"></div>
+ </div>
+ <div class="badgetext hide hidden">
+ <div id="echo-top_sports" class="echo-badge-info">
+ <div class="marker echo-item-user-top_sports"></div>
+ <p class="title">SuperFan Badge</p>
+ <p>SuperFan badge holders consistently post smart, timely comments about
+ Washington area sports and teams.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-culture_connoisseur" class="echo-badge-info">
+ <div class="marker echo-item-user-culture_connoisseur"></div>
+ <p class="title">Culture Connoisseur Badge</p>
+ <p>Culture Connoisseurs consistently offer thought-provoking, timely comments
+ on the arts, lifestyle and entertainment.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-fact_checker" class="echo-badge-info">
+ <div class="marker echo-item-user-fact_checker"></div>
+ <p class="title">Fact Checker Badge</p>
+ <p>Fact Checkers contribute questions, information and facts to <a target="_badgeinfo"
+ href="http://www.washingtonpost.com/blogs/fact-checker">The Fact Checker</a>.</p>
+ <p
+ class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-top_local" class="echo-badge-info">
+ <div class="marker echo-item-user-top_local"></div>
+ <p class="title">Washingtologist Badge</p>
+ <p>Washingtologists consistently post thought-provoking, timely comments
+ on events, communities, and trends in the Washington area.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-staff" class="echo-badge-info">
+ <div class="marker echo-item-user-staff" style="float:left;"></div>
+ <p class="title">Post Writer Badge</p>
+ <p>This commenter is a Washington Post editor, reporter or producer.</p>
+ </div>
+ <div id="echo-top_commenter" class="echo-badge-info">
+ <div class="marker echo-item-user-top_commenter"></div>
+ <p class="title">Post Forum Badge</p>
+ <p>Post Forum members consistently offer thought-provoking, timely comments
+ on politics, national and international affairs.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-weather_watcher" class="echo-badge-info">
+ <div class="marker echo-item-user-weather_watcher"></div>
+ <p class="title">Weather Watcher Badge</p>
+ <p>Weather Watchers consistently offer thought-provoking, timely comments
+ on climates and forecasts.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-world_watcher" class="echo-badge-info">
+ <div class="marker echo-item-user-world_watcher"></div>
+ <p class="title">World Watcher Badge</p>
+ <p>World Watchers consistently offer thought-provoking, timely comments on
+ international affairs.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-post_contributor" class="echo-badge-info">
+ <div class="marker echo-item-user-post_contributor"></div>
+ <p class="title">Post Contributor Badge</p>
+ <p>This commenter is a Washington Post contributor. Post contributors aren’t
+ staff, but may write articles or columns. In some cases, contributors are
+ sources or experts quoted in a story.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-post_recommended" class="echo-badge-info">
+ <div class="marker echo-item-marker-post_recommended"></div>
+ <p class="title">Post Recommended</p>
+ <p>Washington Post reporters or editors recommend this comment or reader
+ post.</p>
+ </div>
+ <div id="echo-anon-report">
+ <p>You must be logged in to report a comment.</p>
+ <div class="inline padding-right-9"><a class="echo-sign-in icon right-arrow" href=""><strong>Sign in here</strong></a>
+
+ </div>
+ </div>
+ <div id="echo-anon-recommend">
+ <p>You must be logged in to recommend a comment.</p>
+ <div class="inline padding-right-9"><a class="echo-sign-in icon right-arrow" href=""><strong>Sign in here</strong></a>
+
+ </div>
+ </div>
+ <div id="echo-comments-overview">
+ <p>Comments our editors find particularly useful or relevant are displayed
+ in <strong>Top Comments</strong>, as are comments by users with these badges: <strong><span class="badge-list"></span></strong>.
+ Replies to those posts appear here, as well as posts by staff writers.</p>
+ <p>All comments are posted in the <strong>All Comments</strong> tab.</p>
+ <div
+ class="inline padding-right-9 left"><a class="icon right-arrow" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html"><strong>More about badges</strong></a>
+
+ </div>
+ <div class="inline padding-right-9 right"><a class="icon right-arrow" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html"><strong>Get a badge</strong></a>
+
+ </div>
+ <div class="clear padding-top-10">
+ <p>To pause and restart automatic updates, click "Live" or "Paused". If paused,
+ you'll be notified of the number of additional comments that have come
+ in.</p>
+ </div>
+ </div>
+ <div id="echo-more-comments-top">
+ <div style="font-size: 11px;">
+ <br/>Comments our editors find particularly useful or relevant are displayed
+ in <strong>Top Comments</strong>, as are comments by users with these badges: <strong><span class="badge-list"></span></strong>.
+ Replies to those posts appear here, as well as posts by staff writers.</div>
+ </div>
+ </div>
+ <div class="hide hidden utils">
+ <div id="comment-flag-container">
+ <div id="comment-flag-list">
+ <div class="arrow-one"></div>
+ <div class="arrow-two"></div>
+ <div class="flag-list">
+ <ul>
+ <li id="flag-spam" class="report-button">Spam</li>
+ <li id="flag-offensive" class="report-button">Offensive</li>
+ <li id="flag-disagree" class="report-button">Disagree</li>
+ <li id="flag-offtopic" class="report-button">Off-Topic</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!--[if IE 7]>
+ <style type="text/css">
+ .comment-share-info #newsharebar li .more{position:relative;margin-left:-220px}.comment-share-info #newsharebar li .morebottom{height:110px;position:relative;top:10px;z-index:998}.comment-share-info #newsharebar li .morebottom .left,.comment-share-info #newsharebar li .morebottom .right{z-index:1000;height:110px}.comment-share-info #newsharebar li .morebottom ul li{width:100px}.comment-share-info #newsharebar li .arrow-one,.comment-share-info #newsharebar li .arrow-two{position:absolute;z-index:999;left:229px}.comment-share-info #newsharebar li .arrow-one{top:9px}.comment-share-info #newsharebar li .arrow-two{top:11px}
+ </style>
+ <![endif]-->
+ <div class="comment-share-info hide hidden">
+ <div id="newsharebar">
+ <div class="newshare">
+ <ul class="share mega-menu inline-list">
+ <li class="sharetop">
+ <div class="more" style="display: none;">
+ <div class="arrow-one"></div>
+ <div class="arrow-two"></div>
+ <div class="morebottom">
+ <div class="left">
+ <ul>
+ <li>
+ <div class="shareitems facebook"></div> <a href="javascript:void(0)" class="facebook-link" onclick="window.open('http://www.facebook.com/share.php?u={shareURL}','','width=658,height=354,scrollbars=no');return false;">Facebook</a>
+
+ </li>
+ <li>
+ <div class="shareitems twitter"></div> <a href="javascript:void(0)" onclick="window.open('http://www.twitter.com/intent/tweet?text={headline}&amp;url={shareURL}','','width=550, height=350, scrollbars=no')">Twitter</a>
+
+ </li>
+ <li>
+ <div class="shareitems reddit"></div> <a href="javascript:void(0)" onclick="window.open('http://reddit.com/submit?url={shareURL}%3Ftid%3Dsm_btn_reddit&amp;title={headline}','','width=550, height=350, scrollbars=no')">Reddit</a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="right">
+ <ul>
+ <li>
+ <div class="shareitems stumbleupon"></div><a href="http://www.stumbleupon.com/submit?url={shareURL}%3Ftid%3Dsm_btn_su&amp;title={headline}">StumbleUpon</a>
+
+ </li>
+ <li>
+ <div class="shareitems digg"></div> <a href="http://digg.com/submit?phase=2&amp;url={shareURL}%3Ftid%3Dsm_btn_digg&amp;title={headline}">Digg</a>
+
+ </li>
+ <li>
+ <div class="shareitems delicious"></div> <a href="http://www.delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url={shareURL}%3Ftid%3Dsm_btn_delicious&amp;title={headline}">Delicious</a>
+
+ </li>
+ </ul>
+ </div>
+ <div style="clear:both;"></div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <style>
+ .pb-feature.pb-f-page-comments .pb-comment-wrapper{padding-right:0;border-bottom:0}.pb-feature.pb-f-page-comments{border-right:1px solid #d5d5d5;padding-right:50px}
+ </style>
+ </div>
+ </div>
+ <div id="right-rail" class="pb-layout-item pb-chain pb-one right-rail"
+ data-pb-columns="1">
+ <div id="ro4bz28dpq-m5p8ek5jwssw_1418328853122_954" class="moat-trackable pb-feature pb-chained pb-f-page-newsletter pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-newsletter"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-newsletter|article-world">
+ <div id="newsLetter-signup-box" class="pb-feature-inside-wrapper ">
+ <p id="newsletter-section">world</p>
+ <p id="newsletter-subsection">middle_east</p>
+ <p id="newsletter-blogname"></p>
+ <p class="headline" id="newsletter-headline"></p>
+ <p class="title" id="newsletter-tagline"></p>
+ <form method="post" action="http://link.washingtonpost.com/s">
+ <input type="text" name="email" id="newsLetter-input" class="newsLetter-field"
+ placeholder="E-mail address"/>
+ <input type="submit" value="Add" class="newsLetter-btn" id="subscribe-newsLetter"/>
+ <input type="hidden" name="template" value="" id="template-var"/>
+ <input type="hidden" name="vars[simple_signup]" value="1"/>
+ <input type="hidden" name="vars[simple]" value="1"/>
+ <input type="hidden" name="" value="1" id="variable-var"/>
+ <input type="hidden" name="redirect" value="" id="redirect-url"/>
+ </form>
+ <p class="newsLetter-error-msg">Please enter a valid email address</p>
+ </div>
+ </div>
+ <div id="article-world_1399567701852_557" class="moat-trackable pb-feature pb-chained pb-f-ad-flex pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="ad-flex" data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="ad-flex|article-world">
+ <div id="slug_flex_ss_bb_hp" class="pb-ad-container" style="display:none;"
+ data-ad-type="flex_ss_bb_hp"></div>
+ </div>
+ <div id="article-world_1399567706864_192" class="moat-trackable pb-feature pb-chained pb-f-page-post-most pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-post-most"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-post-most|article-world">
+ <div id="post-most-rr" class="post-most">
+ <div class="header-mobile-border"></div>
+ <div class="pb-module-header">Most Read <span class="section">World</span>
+
+ </div>
+ <ul class="large def-feed">
+ <li> <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/why-was-a-9th-century-viking-woman-buried-with-a-ring-that-says-for-allah-on-it/?tid=pm_world_pop"> <div class="number left">1</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/WashingtonPost/2015/03/18/Interactivity/Images/339633.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/WashingtonPost/2015/03/18/Interactivity/Images/339633.jpg" width="138" height="92"/> <div class="headline ">Why was a 9th century Viking woman buried with a ring that says 'for Allah' on it?</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html?tid=pm_world_pop"> <div class="number left">2</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429732-6547.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429732-6547.jpg" width="138" height="92"/> <div class="headline ">Attack stokes instability fears in North Africa</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/world/netanyahu-sweeps-to-victory-in-israeli-election/2015/03/18/af4e50ca-ccf2-11e4-8730-4f473416e759_story.html?tid=pm_world_pop"> <div class="number left">3</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/Wires/Videos/2015-03-18/AP/Images/TS-Was8911803.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/Wires/Videos/2015-03-18/AP/Images/TS-Was8911803.jpg" width="138" height="92"/> <div class="headline ">Now comes the hard part for Netanyahu</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/how-netanyahu-won-and-what-happens-now/?tid=pm_world_pop"> <div class="number left">4</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/worldviews/201503/Images/2015-03-18T000133Z_01_NIR01_RTRIDSP_3_ISRAEL-ELECTION.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/worldviews/201503/Images/2015-03-18T000133Z_01_NIR01_RTRIDSP_3_ISRAEL-ELECTION.jpg" width="138" height="92"/> <div class="headline ">How Netanyahu won - and what happens now</div> <div class="clear"></div> </a>
+ </li>
+ <li class="last"> <a href="http://www.washingtonpost.com/world/singapore-tries-to-imagine-a-future-without-lee-kuan-yew/2015/03/18/b12acc7c-cbe7-11e4-8730-4f473416e759_story.html?tid=pm_world_pop"> <div class="number left">5</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/Wires/Videos/201503/Reuters/Images/Singapore_Lee_Kuan_Yew-0934c.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/Wires/Videos/201503/Reuters/Images/Singapore_Lee_Kuan_Yew-0934c.jpg" width="138" height="92"/> <div class="headline ">Singapore tries to imagine a future without its founder, Lee Kuan Yew</div> <div class="clear"></div> </a>
+ </li>
+ </ul>
+ <ul class="large alt-feed">
+ <li> <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/why-was-a-9th-century-viking-woman-buried-with-a-ring-that-says-for-allah-on-it/?tid=pm_world_pop_b"> <div class="number left">1</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/WashingtonPost/2015/03/18/Interactivity/Images/339633.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/WashingtonPost/2015/03/18/Interactivity/Images/339633.jpg" width="138" height="92"/> <div class="headline ">Why was a 9th century Viking woman buried with a ring that says ‘for Allah’ on it?</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html?tid=pm_world_pop_b"> <div class="number left">2</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1138.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1138.jpg" width="138" height="92"/> <div class="headline ">Where do strained U.S.-Israeli relations go after Netanyahu’s victory?</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/world/singapore-tries-to-imagine-a-future-without-lee-kuan-yew/2015/03/18/b12acc7c-cbe7-11e4-8730-4f473416e759_story.html?tid=pm_world_pop_b"> <div class="number left">3</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Singapore_Lee_Kuan_Yew-0934c-6506.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Singapore_Lee_Kuan_Yew-0934c-6506.jpg" width="138" height="92"/> <div class="headline ">Singapore tries to imagine a future without its founder, Lee Kuan Yew</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html?tid=pm_world_pop_b"> <div class="number left">4</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429927.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/Nic6429927.jpg" width="138" height="92"/> <div class="headline ">Attack stokes instability fears in North Africa</div> <div class="clear"></div> </a>
+ </li>
+ <li class="last"> <a href="http://www.washingtonpost.com/world/netanyahu-sweeps-to-victory-in-israeli-election/2015/03/18/af4e50ca-ccf2-11e4-8730-4f473416e759_story.html?tid=pm_world_pop_b"> <div class="number left">5</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/2015-03-18T004343Z_01_JER149_RTRIDSP_3_ISRAEL-ELECTION-6494.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/WashingtonPost/2015/03/18/Foreign/Images/2015-03-18T004343Z_01_JER149_RTRIDSP_3_ISRAEL-ELECTION-6494.jpg" width="138" height="92"/> <div class="headline ">Now comes the hard part for Netanyahu</div> <div class="clear"></div> </a>
+ </li>
+ </ul>
+ <div id="slug_postmost" data-ad-type="postmost" style="display:none;width:100%;"></div>
+ </div>
+ </div>
+ <div id="article-world_1409786978769_297" class="moat-trackable pb-feature pb-chained pb-f-most-sidebar pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="most-sidebar" data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="most-sidebar|article-world">
+ <style>
+ .the-most ul.large li{display:none}
+ </style>
+ <div id="the-most-rr" class="the-most">
+ <div class="header-mobile-border"></div>
+ <div class="pb-module-header"> <a class="the-most-sb-header" href="https://www.washingtonpost.com/themost?tid=themost_sb_header">The Most <span class="section">Popular All Over</span></a>
+ <div
+ id="slug_most_tile" style="float:right; position: relative; bottom: 15px;"
+ data-ad-type="most_tile"></div>
+ </div>
+ <ul class="large">
+ <li>
+ <div class="outer-div"> <a target="_blank" href="https://www.thedodo.com/dogs-who-are-smothering-the-cat-with-their-love-1047641763.html"> <img height="60" width="60" class="photo right small-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://assets.rbl.ms/605929/300x.jpg&amp;h=60&amp;w=60"/> <img height="92" width="138" class="photo right big-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://assets.rbl.ms/605929/300x.jpg&amp;h=92&amp;w=138"/> </a>
+ <a
+ target="_blank" href="http://www.thedodo.com">
+ <div class="feedname">The Dodo</div>
+ </a> <a target="_blank" href="https://www.thedodo.com/dogs-who-are-smothering-the-cat-with-their-love-1047641763.html"> <div class="line-outer"> <div class="line headline">12 Dogs Who Are Smothering The Cat With Their Love</div> </div> </a>
+ </div>
+ <div class="clear"></div>
+ </li>
+ <li>
+ <div class="outer-div"> <a target="_blank" href="http://www.wnyc.org/story/race-and-latino-americans/"> <img height="60" width="60" class="photo right small-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://media2.wnyc.org/i/1500/1053/c/80/1/Rodner_Figueroa_getty.jpg&amp;h=60&amp;w=60"/> <img height="92" width="138" class="photo right big-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://media2.wnyc.org/i/1500/1053/c/80/1/Rodner_Figueroa_getty.jpg&amp;h=92&amp;w=138"/> </a>
+ <a
+ target="_blank" href="http://www.wnyc.org">
+ <div class="feedname">WNYC - New York Public Radio</div>
+ </a> <a target="_blank" href="http://www.wnyc.org/story/race-and-latino-americans/"> <div class="line-outer"> <div class="line headline">'The Deepest, Darkest Secret in the Latino Community'</div> </div> </a>
+ </div>
+ <div class="clear"></div>
+ </li>
+ <li>
+ <div class="outer-div"> <a target="_blank" href="http://feedproxy.google.com/~r/time/topstories/~3/iOi1SUVvooQ/"> <img height="60" width="60" class="photo right small-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://timedotcom.files.wordpress.com/2015/03/hillary-clinton8.jpg?quality=65&amp;strip=color&amp;w=150&amp;h=60&amp;w=60"/> <img height="92" width="138" class="photo right big-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://timedotcom.files.wordpress.com/2015/03/hillary-clinton8.jpg?quality=65&amp;strip=color&amp;w=150&amp;h=92&amp;w=138"/> </a>
+ <a
+ target="_blank" href="http://www.time.com">
+ <div class="feedname">TIME</div>
+ </a> <a target="_blank" href="http://feedproxy.google.com/~r/time/topstories/~3/iOi1SUVvooQ/"> <div class="line-outer"> <div class="line headline">Questions Remain After Clinton Camp Discloses Reading Each Email</div> </div> </a>
+ </div>
+ <div class="clear"></div>
+ </li>
+ </ul>
+ <div id="slug_the_most"> <a id="the_most_sub_button" href="https://www.washingtonpost.com/themost?tid=themost_sb_img"
+ target="_blank"> <span>The Most</span> Popular stories around the web </a>
+ </div>
+ <div id="slug_most_logo" data-ad-type="most_logo" style="display:none;"></div>
+ </div>
+ </div>
+ <div id="article-world_1401468865785_892" class="moat-trackable pb-feature pb-chained pb-f-ad-flex-2 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="ad-flex-2" data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="ad-flex-2|article-world">
+ <div id="slug_flex_ss_bb_hp_2" class="pb-ad-container" style="display:none;"
+ data-ad-type-placeholder="flex_ss_bb_hp|2" data-ad-delivery="vi"></div>
+ </div>
+ <div id="article-world_1414481524496_284" class="moat-trackable pb-feature pb-chained pb-f-games-gamesWidget pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="games-gamesWidget"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="games-gamesWidget|article-world">
+ <div class="right-rail game-module position-rel html5">
+ <div class="games-intro">
+ <h4>Our Online Games</h4>
+ <p>Play right from this page</p>
+ </div>
+ <div class="position-abs on-right game-player-container ghide">
+ <div class="position-rel full-width full-height game-player-container-inner overflow-hidden">
+ <iframe frameborder="0"></iframe>
+ <img class="screenshot position-abs on-left"/>
+ </div>
+ <div class="close-button position-abs"><i class="fa fa-2x fa-times-circle"></i>
+
+ </div>
+ </div>
+ <div class="full-width module component">
+ <div class="game-widgets-container position-rel">
+ <div id="online-game-carousel-right-rail">
+ <ul class="games">
+ <li> <a data-toggle="game-trigger" href="javascript:void(0)" class="clear block flash"> <div class="game-item" onlineembeddedgameurl="http://games.washingtonpost.com/API/en-US/games/sudoku/flash?type=gamesembed" onlinegamecodelanguage="flash" iframewidth="650px" iframeheight="470"> <img src="http://cdn.arenaconnect.arkadiumhosted.com/games-storage/sudoku/img/148x148.png" alt="sudoku"/> <div> <h4>Sudoku</h4> <h5>Genre(s):</h5><span>&nbsp;&nbsp;Strategy</span> <p> Put on your Sudoku hat and get ready for a challenging Sudoku puzzle! </p> </div> </div> </a>
+ </li>
+ <li> <a data-toggle="game-trigger" href="javascript:void(0)" class="clear block flash"> <div class="game-item" onlineembeddedgameurl="http://games.washingtonpost.com/API/en-US/games/daily-crossword/flash?type=gamesembed" onlinegamecodelanguage="flash" iframewidth="650px" iframeheight="450"> <img src="http://cdn.arenaconnect.arkadiumhosted.com/games-storage/daily-crossword/img/148x148.png" alt="daily-crossword"/> <div> <h4>Daily Crossword</h4> <h5>Genre(s):</h5><span>&nbsp;&nbsp;Word</span> <p> Same fun of crosswords but online! </p> </div> </div> </a>
+ </li>
+ <li> <a data-toggle="game-trigger" href="javascript:void(0)" class="clear block flash"> <div class="game-item" onlineembeddedgameurl="http://games.washingtonpost.com/API/en-US/games/just-words/flash?type=gamesembed" onlinegamecodelanguage="flash" iframewidth="650px" iframeheight="455"> <img src="http://cdn.arenaconnect.arkadiumhosted.com/games-storage/masque-just-words/img/148x148.png" alt="masque-just-words"/> <div> <h4>Just Words</h4> <h5>Genre(s):</h5><span>&nbsp;&nbsp;Word</span> <p> Get ready to be wowed with wonderful word fun! </p> </div> </div> </a>
+ </li>
+ <li> <a data-toggle="game-trigger" href="javascript:void(0)" class="clear block html5"> <div class="game-item" onlineembeddedgameurl="http://games.washingtonpost.com/API/en-US/games/trizzle/html5?type=gamesembed" onlinegamecodelanguage="html5" iframewidth="650px" iframeheight="0"> <img src="http://cdn.arenaconnect.arkadiumhosted.com/games-storage/html5-trizzle/img/292x194.png" alt="html5-trizzle"/> <div> <h4>Trizzle</h4> <h5>Genre(s):</h5><span>&nbsp;&nbsp;Strategy</span> <p> Experience the joy of Trizzle! </p> </div> </div> </a>
+ </li>
+ </ul>
+ </div> <a href="#" id="ui-carousel-prev" class="up-arrow position-abs on-top on-right"><i class="icon-chevron-up icon-2x"></i></a>
+ <a
+ href="#" id="ui-carousel-next" class="down-arrow position-abs on-bottom on-right"><i class="icon-chevron-down icon-2x"></i>
+
+ </a>
+ </div>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div id="article-world_1402433037102_568" class="moat-trackable pb-feature pb-chained pb-f-page-editors-picks pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-editors-picks"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-editors-picks|article-world"></div>
+ <div id="article-world_1399567744669_632" class="moat-trackable pb-feature pb-chained pb-f-page-footer-v2 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-footer-v2"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-footer-v2|article-world">
+ <ul class="footer-v2 plain">
+ <li><a href="http://www.washingtonpost.com"><b>washingtonpost.com</b></a>
+
+ </li>
+ <li>© 1996-2015 The Washington Post</li>
+ <li>&nbsp;</li>
+ <li><a href="http://www.washingtonpost.com/actmgmt/help/">Help and Contact Us</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/terms-of-service/2011/11/18/gIQAldiYiN_story.html">Terms of Service</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/privacy-policy/2011/11/18/gIQASIiaiN_story.html">Privacy Policy</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/discussion-and-submission-guidelines/2011/11/21/gIQAuvIbiN_story.html">Submissions and Discussion Policy</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/rss-terms-of-service/2012/01/16/gIQAadFYAQ_story.html">RSS Terms of Service</a>
+
+ </li>
+ <li><a href="http://www.washingtonpost.com/how-can-i-opt-out-of-online-advertising-cookies/2011/11/18/gIQABECbiN_story.html">Ad Choices</a>
+
+ </li>
+ </ul>
+ </div>
+ <div id="article-world_1401468867404_371" class="moat-trackable pb-feature pb-chained pb-f-ad-flex-3 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="ad-flex-3" data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="ad-flex-3|article-world">
+ <div id="slug_flex_ss_bb_hp_3" class="pb-ad-container" style="display:none;"
+ data-ad-type-placeholder="flex_ss_bb_hp|3" data-ad-delivery="vi"></div>
+ </div>
+ </div>
+ </div>
+ <div id="article-world_1401725206101_585" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-article-next-story pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="article-next-story"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="article-next-story|article-world">
+ <style type="text/css">
+ .pb-f-article-next-story{display:none}
+ </style>
+ </div>
+ <div id="article-world_1401468763231_812" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-ad-leaderboard-2 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="ad-leaderboard-2"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="ad-leaderboard-2|article-world">
+ <div id="slug_leaderboard_bottom" data-ad-type="leaderboard_bottom" class="pb-ad-container leaderboard-2"
+ style="display:none;"></div>
+ </div>
+ <div class="pb-scatter">
+ <div id="ro4bz28dpq-m5p8ek5jwssw_1423588705224_776" class="moat-trackable pb-layout-item pb-feature pb-one pb-f-page-clavis pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="1" data-pb-name="page-clavis" data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-clavis|article-world">
+ <script>
+ try{if(wp_meta_data){if(!wp_meta_data.clavis){wp_meta_data.clavis={}}(function(){var clavisArray=[];var clavisNames=[];clavisArray.push("RW0");clavisNames.push("Child 2");clavisArray.push("KTT");clavisNames.push("New Auxiliary 30");clavisArray.push("sa6");clavisNames.push("New Auxiliary 37");clavisArray.push("4hr");clavisNames.push("New Auxiliary 38");clavisArray.push("g5c");clavisNames.push("New Auxiliary 39");clavisArray.push("3fv");clavisNames.push("New Auxiliary 40");clavisArray.push("8z8");clavisNames.push("Aux 100714");clavisArray.push("z0s");clavisNames.push("Copy of New Auxiliary 20");clavisArray.push("n8g");clavisNames.push("Copy of New Auxiliary 20");clavisArray.push("5k4");clavisNames.push("China_HongKong%20Exclusion%2012-12-14");clavisArray.push("7f3");clavisNames.push("Copy of New Auxiliary 26");clavisArray.push("pvj");clavisNames.push("New Auxiliary 46");wp_meta_data.clavis.auxiliaries=clavisArray;wp_meta_data.clavis.auxiliary_names=clavisNames})()}}catch(e){};
+ </script>
+ </div>
+ <div id="ro4bz28dpq-m5p8ek5jwssw_1424205842653_120" class="moat-trackable pb-layout-item pb-feature pb-one pb-f-page-targeting pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="1" data-pb-name="page-targeting"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-targeting|article-world">
+ <script type="text/javascript">
+ (function($){TWP=window.TWP||{};TWP.Features=TWP.Features||{};TWP.Features.Page=TWP.Features.Page||{};TWP.Features.Page.Targeting={};TWP.Features.Page.Targeting.endpointServer="https://targeting.wpdigital.net/TargetingWebAPP/targeting"})(jQuery);
+ </script>
+ </div>
+ </div>
+ <div id="ro4bz28dpq-m5p8ek5jwssw_1425456124259_799" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-page-subscription pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="page-subscription"
+ data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="page-subscription|article-world">
+ <div id="subscription-banner" class="ab-test-subscription-banner banner"
+ style="display: none;">
+ <div class="wp-logo"> <a href="http://www.washingtonpost.com?nid=top_pb_wplogo">The Washington Post</a>
+ </div>
+ <div class="banner-content">
+ <p class="subscribe-headline">Every story. Every feature. Every insight.</p>
+ <p class="subscribe-tagline">Yours for as low as JUST 99¢!</p> <a href="https://subscribe.washingtonpost.com/acquisition/?promo=dgdefault_bannertest1&amp;view=1&amp;wpsrc=CM0000262&amp;ttexclude=1&amp;hl=hl2N99"
+ id="subscribe-btn" class="submit-btn subscribe"> Subscribe </a> <span class="not-now-btn subscribe"> <p class="label">Not Now</p> <a class="link"><i class="fa fa-times"></i></a> </span>
+ </div>
+ </div>
+ <div id="signup-banner" class="ab-test-signup-banner banner" style="display: none;">
+ <p id="newsletter-banner-section">world</p>
+ <p id="newsletter-banner-subsection">middle_east</p>
+ <p id="newsletter-banner-blogname"></p>
+ <div class="wp-logo"> <a href="http://www.washingtonpost.com?nid=top_pb_wplogo">The Washington Post</a>
+ </div>
+ <div class="banner-content">
+ <div class="signup-title">
+ <p class="signup-headline" id="newsletter-headline-banner"></p>
+ <p class="signup-tagline" id="newsletter-tagline-banner"></p>
+ </div>
+ <form method="post" action="http://link.washingtonpost.com/s" id="signup-form">
+ <input type="text" name="email" class="signup-field" placeholder="E-mail address"
+ id="newsLetter-input-banner"/>
+ <input type="submit" value="Add" class="submit-btn signup" id="signup-newsLetter"/>
+ <input type="hidden" name="template" value="" id="template-var-banner"/>
+ <input type="hidden" name="vars[simple_signup]" value="1"/>
+ <input type="hidden" name="vars[simple]" value="2" id="banner-simple-var"/>
+ <input type="hidden" name="" value="1" id="variable-var-banner"/>
+ <input type="hidden" name="redirect" value="" id="redirect-url-banner"/>
+ </form>
+ <div class="clear"></div>
+ <div class="newsletter-suggestions">
+ <p class="title">You might also like:</p>
+ <div class="suggestion-list">
+ <div class="suggestion">
+ <input type="checkbox" class="checkbox"/>
+ <p class="title">Name of Related Newsletter (daily)</p>
+ </div>
+ <div class="suggestion">
+ <input type="checkbox" class="checkbox"/>
+ <p class="title">Another Related Newsletter (M-W-F)</p>
+ </div>
+ <div class="suggestion">
+ <input type="checkbox" class="checkbox"/>
+ <p class="title">This Newsletter is Good (weekly)</p>
+ </div>
+ </div>
+ <div class="suggestion-buttons">
+ <input type="submit" value="No, thanks" class="submit-btn signup" id="signup-cancel"/>
+ <input type="submit" value="Sign Up" class="submit-btn signup" id="signup-more"/>
+ </div>
+ </div> <span class="not-now-btn subscribe"> <p class="label">Not Now</p> <a class="link"><i class="fa fa-times"></i></a> </span>
+ </div>
+ <p class="newsLetter-error-msg-banner">Incorrect email</p>
+ </div>
+ </div>
+ <div id="article-world_1415647172638_51" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-bi-abtest pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="bi-abtest" data-pb-content-uri="/pb/world/gunmen-storm-museum-in-tunisia-killing-at-least-8/2015/03/18/00202e76-cd73-11e4-8730-4f473416e759_story.html"
+ data-pb-content-editable="" moat-id="bi-abtest|article-world">
+ <script>
+ var TWP=window.TWP||{};(function(w,usrValue,undefined){var usr=w.TWP.ABTestUser=usrValue;w._abtemptyfn=function(){return undefined}})(window,{trackPageviewEventBefore:"onTwpMeterComplete.omniture"||"abtest-noevent",trackPageviewEventAfter:"afterTwpPageTrack.omniture"||"abtest-noevent",trackSetHandler:"TWP.ABTestMfr.track.omniture.trackSetHandler"||"_abtemptyfn",trackUnsetHandler:"TWP.ABTestMfr.track.omniture.trackUnsetHandler"||"_abtemptyfn",trackSendHandler:"s.sendDataToOmniture"||"_abtemptyfn",trackValueDelimeter:","||","});
+ </script>
+ <script>
+ TWP.ABTestBucket=TWP.ABTestBucket||[];TWP.ABTestBucket.push({"name":"recommendation","features":[{"name":"recommendation-strip","active":true,"increment":0,"end":"1424062800000","_token":"76dde4","defaultTrack":[{"name":"list1","dynamic":false,"value":"recommendation-strip:default"},{"name":"prop56","dynamic":false,"value":"recommendation-strip:default"},{"name":"list1","dynamic":false,"value":"recommendation-strip-76dde4"},{"name":"prop56","dynamic":false,"value":"recommendation-strip-76dde4"}],"variations":[{"customOptions":{"target":"33"},"name":"alt1","track":[{"name":"list1","dynamic":false,"value":"recommendation-strip:alt1"},{"name":"prop56","dynamic":false,"value":"recommendation-strip:alt1"},{"name":"list1","dynamic":false,"value":"recommendation-strip-76dde4"},{"name":"prop56","dynamic":false,"value":"recommendation-strip-76dde4"}]},{"customOptions":{"target":"33"},"name":"sidebar_alt1","track":[{"name":"list1","dynamic":false,"value":"recommendation-strip:sidebar_alt1"},{"name":"prop56","dynamic":false,"value":"recommendation-strip:sidebar_alt1"},{"name":"list1","dynamic":false,"value":"recommendation-strip-76dde4"},{"name":"prop56","dynamic":false,"value":"recommendation-strip-76dde4"}]}]},{"name":"recommendation-mostread","active":true,"increment":1,"end":"1425013200000","_token":"5af7e9","defaultTrack":[{"name":"list1","dynamic":false,"value":"recommendation-mostread:default"},{"name":"prop56","dynamic":false,"value":"recommendation-mostread:default"},{"name":"list1","dynamic":false,"value":"recommendation-mostread-5af7e9"},{"name":"prop56","dynamic":false,"value":"recommendation-mostread-5af7e9"}],"variations":[{"customOptions":{"target":"5"},"name":"chartbeat","track":[{"name":"list1","dynamic":false,"value":"recommendation-mostread:chartbeat"},{"name":"prop56","dynamic":false,"value":"recommendation-mostread:chartbeat"},{"name":"list1","dynamic":false,"value":"recommendation-mostread-5af7e9"},{"name":"prop56","dynamic":false,"value":"recommendation-mostread-5af7e9"}]}]}],"disabled":false});TWP.ABTestBucket.push({"name":"dummy","features":[{"name":"dummy-feature","active":true,"reglock":false,"end":"1418965200000","throttle":3.3333333333333335,"_token":"14376b","defaultTrack":[{"name":"list1","dynamic":false,"value":"dummy-feature:default"},{"name":"list1","dynamic":false,"value":"dummy-feature-14376b"}],"variations":[{"customOptions":{"target":"20"},"name":"easy1","track":[{"name":"list1","dynamic":false,"value":"dummy-feature:easy1"},{"name":"list1","dynamic":false,"value":"dummy-feature-14376b"}]},{"customOptions":{"target":"10"},"name":"easy2","track":[{"name":"list1","dynamic":false,"value":"dummy-feature:easy2"},{"name":"list1","dynamic":false,"value":"dummy-feature-14376b"}]}]}],"disabled":false});TWP.ABTestBucket.push({"name":"header","features":[{"name":"header-mastHead2","active":false,"increment":0,"end":"1416805200000","_token":"c15b6c","blacklist":{"referrers":["","washingtonpost.com"],"track":[{"name":"list1","dynamic":false,"value":"header-mastHead2:direct"}]},"defaultTrack":[{"name":"list1","dynamic":false,"value":"header-mastHead2:default"},{"name":"list1","dynamic":false,"value":"header-mastHead2-c15b6c"}],"variations":[{"customOptions":{"target":"5"},"name":"logoLarge","track":[{"name":"list1","dynamic":false,"value":"header-mastHead2:logoLarge"},{"name":"list1","dynamic":false,"value":"header-mastHead2-c15b6c"}]}]},{"name":"header-leaderboard","active":false,"increment":0,"end":"1423630800000","_token":"1f6567","defaultTrack":[{"name":"list1","dynamic":false,"value":"header-leaderboard:default"},{"name":"list1","dynamic":false,"value":"header-leaderboard-1f6567"}],"variations":[{"customOptions":{"target":"20"},"name":"below_sharebar","track":[{"name":"list1","dynamic":false,"value":"header-leaderboard:below_sharebar"},{"name":"list1","dynamic":false,"value":"header-leaderboard-1f6567"}]}]}],"disabled":false});TWP.ABTestBucket.push({"name":"subscription","features":[{"name":"subscription-popup","active":false,"increment":0,"end":"1425531600000","_token":"cb51bd","defaultTrack":[{"name":"list1","dynamic":false,"value":"subscription-popup:default"},{"name":"prop56","dynamic":false,"value":"subscription-popup:default"},{"name":"list1","dynamic":false,"value":"subscription-popup-cb51bd"},{"name":"prop56","dynamic":false,"value":"subscription-popup-cb51bd"}],"variations":[{"customOptions":{"target":"20"},"name":"enabled","track":[{"name":"list1","dynamic":false,"value":"subscription-popup:enabled"},{"name":"prop56","dynamic":false,"value":"subscription-popup:enabled"},{"name":"list1","dynamic":false,"value":"subscription-popup-cb51bd"},{"name":"prop56","dynamic":false,"value":"subscription-popup-cb51bd"}]}]},{"name":"subscription-mobilePopup","active":true,"increment":0,"end":"1426132800000","_token":"26a8c3","defaultTrack":[{"name":"list1","dynamic":false,"value":"subscription-mobilePopup:default"},{"name":"prop56","dynamic":false,"value":"subscription-mobilePopup:default"},{"name":"list1","dynamic":false,"value":"subscription-mobilePopup-26a8c3"},{"name":"prop56","dynamic":false,"value":"subscription-mobilePopup-26a8c3"}],"variations":[{"customOptions":{"target":"5"},"name":"enabled","track":[{"name":"list1","dynamic":false,"value":"subscription-mobilePopup:enabled"},{"name":"prop56","dynamic":false,"value":"subscription-mobilePopup:enabled"},{"name":"list1","dynamic":false,"value":"subscription-mobilePopup-26a8c3"},{"name":"prop56","dynamic":false,"value":"subscription-mobilePopup-26a8c3"}]}]},{"name":"subscription-rightRailText","active":false,"increment":0,"end":"1425618000000","_token":"419734","defaultTrack":[{"name":"list1","dynamic":false,"value":"subscription-rightRailText:default"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText:default"},{"name":"list1","dynamic":false,"value":"subscription-rightRailText-419734"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText-419734"}],"variations":[{"customOptions":{"target":"25"},"name":"version2","track":[{"name":"list1","dynamic":false,"value":"subscription-rightRailText:version2"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText:version2"},{"name":"list1","dynamic":false,"value":"subscription-rightRailText-419734"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText-419734"}]},{"customOptions":{"target":"25"},"name":"version3","track":[{"name":"list1","dynamic":false,"value":"subscription-rightRailText:version3"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText:version3"},{"name":"list1","dynamic":false,"value":"subscription-rightRailText-419734"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText-419734"}]},{"customOptions":{"target":"25"},"name":"version4","track":[{"name":"list1","dynamic":false,"value":"subscription-rightRailText:version4"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText:version4"},{"name":"list1","dynamic":false,"value":"subscription-rightRailText-419734"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText-419734"}]}]},{"name":"subscription-abcde","active":true,"increment":0,"end":"1428292800000","_token":"4748dc","defaultTrack":[{"name":"list1","dynamic":false,"value":"subscription-abcde:default"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:default"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}],"variations":[{"customOptions":{"target":"4"},"name":"subPopup","track":[{"name":"list1","dynamic":false,"value":"subscription-abcde:subPopup"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:subPopup"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}]},{"customOptions":{"target":"2"},"name":"newsletterPopup","track":[{"name":"list1","dynamic":false,"value":"subscription-abcde:newsletterPopup"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:newsletterPopup"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}]},{"customOptions":{"target":"2"},"name":"inArticle","track":[{"name":"list1","dynamic":false,"value":"subscription-abcde:inArticle"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:inArticle"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}]},{"customOptions":{"target":"2"},"name":"popupInArticle","track":[{"name":"list1","dynamic":false,"value":"subscription-abcde:popupInArticle"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:popupInArticle"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}]}]}],"disabled":false});
+ </script>
+ <script>
+ (function ABTestMfrAnonymous($,TWP,window,undefined){var user=TWP.ABTestUser;var ABTM={};var trk=ABTM.track={};var omni=trk.omniture={trackSetHandler:function(props){if(!!window.s){var pn;for(pn in props){if(props.hasOwnProperty(pn)){s[pn]=(s[pn]?[s[pn],props[pn]]:[props[pn]]).join(user.trackValueDelimeter);if(/evar/gi.test(pn)){window["wp_"+pn.toLowerCase()]=props[pn]}}}}},trackUnsetHandler:function(props){if(!!window.s){var pn;for(pn in props){if(props.hasOwnProperty(pn)){s[pn]=(s[pn]||"").replace(("string"==typeof props[pn]?[props[pn]]:props[pn]).join(user.trackValueDelimeter),"");if(!s[pn]){s[pn]=undefined}if(/evar/gi.test(pn)){window["wp_"+pn.toLowerCase()]=undefined}}}}},trackSendHandler:function(customLinkName,events,props){if(!!window.s){var originalValues={};originalValues.events=s.events;originalValues.linkTrackEvents=s.linkTrackEvents;if(events){s.events=("string"===typeof events?[events]:events).join(user.trackValueDelimeter)||undefined;s.linkTrackEvents=s.events}omni.trackSetHandler(props);s.tl(true,"o",customLinkName,{linkTrackVars:function(){var results=[];if(events){results.push("events")}var name;for(name in props){if(props.hasOwnProperty(name)){results.push(name)}}return results.join(user.trackValueDelimeter)}()});s.events=originalValues.events;s.linkTrackEvents=originalValues.linkTrackEvents;omni.trackUnsetHandler(props)}}};TWP.ABTestMfr=ABTM})(jQuery,TWP,window);
+ </script>
+ </div>
+ </div>
+ <script src="//js.washingtonpost.com/wp-srv/ad/loaders/latest/js/min/loader.min.js"
+ async="" data-ad-page-type="responsive" data-ad-site="wp"></script>
+ <script type="text/javascript" src="/pb/resources/compact/template/rO4BZ28dpQ-m5p8EK5JWSsw/javascripts/cd3facb93dab53ddfe1ce0ea3bacb2a3.js?_=f4b3d2"></script>
+ <script type="text/javascript" src="/pb/resource/footjs-rO4BZ28dpQ-m5p8EK5JWSsw-6de5b76f.js?_=f4b3d2"></script>
+ <script type="text/javascript" src="/pb/resource/instancejs-rO4BZ28dpQ-m5p8EK5JWSsw-6de5b76f.js?_=f4b3d2"></script>
+ <script type="text/javascript">
+ window.TWPHead.ready("main.js",function(){window.TWP&&TWP.Analytics&&TWP.Analytics.init("production"=="production"?"":{suite:"preproduction"})});
+ </script>
+ <noscript>
+ <img src="http://b.scorecardresearch.com/p?c1=2&c2=3005617&cv=2.0&cj=1" />
+ </noscript>
+ <script type="text/javascript" src="//widget.perfectmarket.com/wwwwashingtonpost/load.js"></script>
+ <script type="text/javascript">
+ (function($){try{if((!!window.localStorage&&!!localStorage.opbandit&&localStorage.opbandit=="F")){$.ajax({dataType:"script",cache:true,url:"//data.opbandit.com/loader.min.js?key=3e6382b012abc555",success:function(data){}})}var $tweetAuthors=$(".tweet-authors");if((!!$tweetAuthors.size()&&!window.twttr)){$.ajax({dataType:"script",cache:true,url:"//platform.twitter.com/widgets.js",success:function(data){$tweetAuthors.find(".pb-twitter-follow.unprocessed").removeClass("unprocessed")}})}$.ajax({dataType:"script",cache:true,url:"//ak.sail-horizon.com/horizon/v1.js",success:function(data){if(window.Sailthru){Sailthru.setup({domain:"horizon.washingtonpost.com"})}}})}catch(e){}})(jQuery);
+ </script>
+ <script type="text/javascript">
+ !function(){if(!(Math.floor(100*Math.random())>99)){var a,b,c,d="//js.washingtonpost.com/wp-stat/rum/wprum.min.js",e=document.createElement("iframe");e.src="javascript:false",(e.frameElement||e).style.cssText="width: 0; height: 0; border: 0";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(e,c);try{b=e.contentWindow.document}catch(f){a=document.domain,e.src="javascript:var d=document.open();d.domain='"+a+"';void(0);",b=e.contentWindow.document}b.open()._l=function(){var b=this.createElement("script");a&&(this.domain=a),b.id="boomr-if-as",b.src=d,this.body.appendChild(b)},b.write('&lt;body onload="document._l();">'),b.close()}}();
+ </script>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json
new file mode 100644
index 0000000..a8602d5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json
@@ -0,0 +1,5 @@
+[
+ "http:\/\/img.washingtonpost.com\/rw\/2010-2019\/WashingtonPost\/2015\/03\/18\/National-Economy\/Images\/Nic6429750-1138.jpg",
+ "https:\/\/img.washingtonpost.com\/rf\/image_400w\/2010-2019\/WashingtonPost\/2015\/03\/18\/National-Economy\/Images\/Nic6429750-1140.jpg?uuid=zLIZQs2KEeSip5UXo6cFBg",
+ "http:\/\/img.washingtonpost.com\/wp-apps\/imrs.php?src=http:\/\/www.washingtonpost.com\/blogs\/wonkblog\/files\/2014\/07\/mufson_steve.jpg&h=180&w=180"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json
new file mode 100644
index 0000000..57f81c1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By Steven Mufson",
+ "Direction": null,
+ "Excerpt": "Few foreign leaders have so brazenly stood up to President Obama and the relationship could face its next test this month.",
+ "Image": "http:\/\/img.washingtonpost.com\/rw\/2010-2019\/WashingtonPost\/2015\/03\/18\/National-Economy\/Images\/Nic6429750-1138.jpg",
+ "Title": "Where do strained U.S.-Israeli relations go after Netanyahu’s victory?",
+ "SiteName": "Washington Post"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html
new file mode 100644
index 0000000..d87cb37
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html
@@ -0,0 +1,103 @@
+<p><a name="1c164a7079bfe20ebd611d79f96418b5a225cbc6"></a>
+ <img src="https://img.washingtonpost.com/rf/image_400w/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1140.jpg?uuid=zLIZQs2KEeSip5UXo6cFBg" data-hi-res-src="https://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1140.jpg?uuid=zLIZQs2KEeSip5UXo6cFBg" data-low-res-src="https://img.washingtonpost.com/rf/image_400w/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1140.jpg?uuid=zLIZQs2KEeSip5UXo6cFBg">
+ <br> <span>Israeli Prime Minister Benjamin Netanyahu reacts as he visits the Western Wall in Jerusalem on March 18 following his party's victory in Israel's general election. (Thomas Coex/AFP/Getty Images)</span>
+ </p><article>
+ <p>President Obama told the U.N. General Assembly 18 months ago that he would
+ seek “real breakthroughs on these two issues — Iran’s nuclear program and
+ ­Israeli-Palestinian peace.”</p>
+ <p>But <a href="http://www.washingtonpost.com/world/netanyahu-sweeps-to-victory-in-israeli-election/2015/03/18/af4e50ca-ccf2-11e4-8730-4f473416e759_story.html" title="www.washingtonpost.com">Benjamin Netanyahu’s triumph</a> in Tuesday’s
+ parliamentary elections keeps in place an Israeli prime minister who has
+ declared his intention to resist Obama on both of these fronts, guaranteeing
+ two more years of difficult diplomacy between leaders who barely conceal
+ their personal distaste for each other.</p>
+ <p>The Israeli election results also suggest that most voters there support
+ Netanyahu’s tough stance on U.S.-led negotiations to limit Iran’s nuclear
+ program and his vow on Monday that there would be <a href="http://www.washingtonpost.com/world/middle_east/on-final-day-of-campaign-netanyahu-says-no-palestinian-state-if-he-wins/2015/03/16/4f4468e8-cbdc-11e4-8730-4f473416e759_story.html" title="www.washingtonpost.com">no independent Palestinian state</a> as long
+ as he is prime minister.</p>
+ <p>“On the way to his election victory, Netanyahu broke a lot of crockery
+ in the relationship,” said Martin Indyk, executive vice president of the
+ Brookings Institution and a former U.S. ambassador to Israel. “It can’t
+ be repaired unless both sides have an interest and desire to do so.”</p>
+ <p>Aside from Russian President Vladi­mir Putin, few foreign leaders so brazenly
+ stand up to Obama and even fewer among longtime allies.</p>
+ <div>
+
+ <p><span>Israeli Prime Minister Benjamin Netanyahu pledged to form a new governing coalition quickly after an upset election victory that was built on a shift to the right. (Reuters)</span>
+ </p>
+ </div>
+ <p>In the past, Israeli leaders who risked damaging the country’s most important
+ relationship, that with Washington, tended to pay a price. In 1991, when
+ Prime Minister Yitzhak Shamir opposed the Madrid peace talks, President
+ George H.W. Bush held back loan guarantees to help absorb immigrants from
+ the former Soviet Union. Shamir gave in, but his government soon collapsed.</p>
+ <p>But this time, Netanyahu was not hurt by his personal and substantive
+ conflicts with the U.S. president.</p>
+ <p>“While the United States is loved and beloved in Israel, President Obama
+ is not,” said Robert M. Danin, a senior fellow at the Council on Foreign
+ Relations. “So the perceived enmity didn’t hurt the way it did with Shamir
+ when he ran afoul of Bush in ’91.”</p>
+ <p>Where do U.S.-Israeli relations go from here?</p>
+ <p>In the immediate aftermath of Tuesday’s elections, tensions between the
+ two sides continued to run hot. The Obama administration’s first comments
+ on the Israeli election came with a tough warning about some of the pre-election
+ rhetoric from Netanyahu’s Likud party, which tried to rally right-wing
+ support by saying that Arab Israeli voters were “coming out in droves.”</p>
+ <p>“The United States and this administration is deeply concerned about rhetoric
+ that seeks to marginalize Arab Israeli citizens,” White House press secretary
+ Josh Earnest told reporters aboard Air Force One. “It undermines the values
+ and democratic ideals that have been important to our democracy and an
+ important part of what binds the United States and Israel together.”</p>
+ <p>Earnest added that Netan­yahu’s election-eve disavowal of a two-state
+ solution for Israelis and Palestinians would force the administration to
+ reconsider its approach to peace in the region.</p>
+
+ <p>Over the longer term, a number of analysts say that Obama and Netan­yahu
+ will seek to play down the friction between them and point to areas of
+ continuing cooperation on military and economic issues.</p>
+ <p>“Both sides are going to want to turn down the rhetoric,” Danin said.
+ “But it is also a structural problem. They have six years of accumulated
+ history. That’s going to put limits on how far they can go together.”</p>
+ <p>The first substantive test could come as early as this month, when the
+ United States hopes that it can finish hammering out the framework of an
+ agreement with Iran.</p>
+ <p>Netanyahu strongly warned against making a “bad deal” during his March
+ 3 address to a joint meeting of Congress, an appearance arranged by Republican
+ congressional leaders and criticized by the Obama administration for making
+ U.S.-Israeli relations partisan on both sides so close to the Israeli election.</p>
+ <p>If a deal is reached and does not pass muster with Netanyahu, he is likely
+ to work with congressional Republicans to try to scuttle the accord.</p>
+ <p>“The Republicans have said they will do what they can to block a deal,
+ and the prime minister has already made clear that he will work with the
+ Republicans against the president,” Indyk said. “That’s where a clash could
+ come, and it’s coming very quickly.”</p>
+ <p>The second test — talks with Palestinians — could be even more difficult.
+ In his September 2013 address to the United Nations, Obama hailed signs
+ of hope.</p>
+ <p>“Already, Israeli and Palestinian leaders have demonstrated a willingness
+ to take significant political risks,” Obama said in his speech. Palestinian
+ Authority President Mahmoud Abbas “has put aside efforts to shortcut the
+ pursuit of peace and come to the negotiating table. Prime Minister Netanyahu
+ has released Palestinian prisoners and reaffirmed his commitment to a Palestinian
+ state.”</p>
+ <p>Today, <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/what-netanyahus-election-victory-means-for-the-palestinians/" title="www.washingtonpost.com">the signals could not differ more</a>. The
+ Palestinian Authority has said that after it joins the International Criminal
+ Court at The Hague on April 1, it will press war crimes charges against
+ Israel for the bloody Gaza conflict during the summer. Israel, which controls
+ tax receipts, has pledged to punish the Palestinian Authority by freezing
+ its tax revenue.</p>
+ <p>The United States, which gives hundreds of millions of dollars of economic
+ aid to the Palestinian Authority, would be caught in the middle. It has
+ been trying to persuade both sides to stand down, but Netanyahu’s declaration
+ that there would be no Palestinian state on his watch makes that more difficult.</p>
+ <p>“Now it’s hard to see what could persuade the Palestinians” to hold up
+ on their ICC plans, Indyk said. “That has nothing to do with negotiations,
+ but if both sides can’t be persuaded to back down, then they will be on
+ a trajectory that could lead to the collapse of the Palestinian Authority
+ because it can’t pay wages anymore.</p>
+ <p>“That could be an issue forced onto the agenda about the same time as
+ a potential nuclear deal.”</p>
+
+ </article><div><p><a href="http://www.washingtonpost.com/people/steven-mufson"><img src="http://img.washingtonpost.com/wp-apps/imrs.php?src=http://www.washingtonpost.com/blogs/wonkblog/files/2014/07/mufson_steve.jpg&amp;h=180&amp;w=180"></a></p><p>Steven Mufson covers the White House. Since joining The Post, he has covered
+ economics, China, foreign policy and energy.</p>
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html
new file mode 100644
index 0000000..1d4dd7b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html
@@ -0,0 +1,1038 @@
+<!DOCTYPE html>
+<html>
+
+ <head>
+ <meta name="eomportal-uuid" content="ca175d64-cd76-11e4-a2a7-9517a3a70506"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.5, maximum-scale=2.0"/>
+ <meta name="keywords" content="business"/>
+ <meta name="description" content="Few foreign leaders have so brazenly stood up to President Obama and the relationship could face its next test this month."/>
+ <meta name="news_keywords" content="business"/>
+ <meta name="twitter:site" value="@WashingtonPost"/>
+ <meta name="twitter:card" content="summary_large_image"/>
+ <meta property="og:description" content="Few foreign leaders have so brazenly stood up to President Obama and the relationship could face its next test this month."/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:site_name" content="Washington Post"/>
+ <meta property="og:image" content="http://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1138.jpg"/>
+ <meta property="og:title" content="Where do strained U.S.-Israeli relations go after Netanyahu’s victory?"/>
+ <meta property="article:publisher" content="https://www.facebook.com/washingtonpost"/>
+ <meta property="fb:admins" content="1513210492"/>
+ <meta property="fb:app_id" content="41245586762"/>
+ <meta property="fb:admins" content="1244584375"/>
+ <meta property="fb:admins" content="4403963"/>
+ <meta property="fb:admins" content="2724956"/>
+ <meta property="fb:admins" content="500835072"/>
+ <meta property="og:url" content="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"/>
+ <meta name="section" content="/world/middle_east"/>
+ <meta name="commercialNode" content="/business/economy"/>
+ <link rel="canonical" href="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"/>
+ <link rel="alternate" href="android-app://com.washingtonpost.android/wp-android/www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"/>
+ <title>Where do strained U.S.-Israeli relations go after Netanyahu’s victory?
+ - The Washington Post</title>
+ <meta property="twitter:creator" content="@StevenMufson"/>
+ <!--[if (gt IE 8) | (IEMobile)]>
+ <!-->
+ <link rel="stylesheet" href="/pb/resources/css/headerfonts.css?_=f4b3d2"/>
+ <!--<![endif]-->
+ <!--[if (lt IE 9) & (!IEMobile)]><link rel="stylesheet" href="/pb/resources/css/headerfonts_ie.css?_=f4b3d2"/><![endif]-->
+ <link rel="stylesheet" href="/pb/resources/compact/type/default/styles/bc9d233e62887b11846ddc11bf4175c8.css?_=f4b3d2"/>
+ <link rel="stylesheet" href="/pb/resources/compact/template/rZcHWoZzuToaTieQLcQMUOw/styles/ca81b2e4d5b093e7f72fbfe70484081e.css?_=f4b3d2"/>
+ <link rel="stylesheet" href="/pb/resource/style-rZcHWoZzuToaTieQLcQMUOw-6de5b76f.css?_=f4b3d2"/>
+ <script>
+ window.head_conf={head:"TWPHead"};
+ </script>
+ <script src="/pb/resources/js/head.min.js"></script>
+ <script type="text/javascript" src="/pb/resources/compact/type/default/headJS/068d3c1f0e80ba3b4dc4a0d195ab9bcb.js?_=f4b3d2"></script>
+ <script type="text/javascript" src="/pb/resource/headjs-rZcHWoZzuToaTieQLcQMUOw-6de5b76f.js?_=f4b3d2"></script>
+ <script>
+ (function(r){r.pageName="";r.templateName="rZcHWoZzuToaTieQLcQMUOw";r.contextPath="/pb";r.isAdmin=false;r.layoutEngineName="off";r.environment="production"}(window.wp_pb||{}));var commercialNode="/business/economy";
+ </script>
+ <script type="text/javascript">
+ wp_pb=window.wp_pb||{};var isMobile={Android:function(){return navigator.userAgent.match(/Android/i)?true:false},AndroidOld:function(){return navigator.userAgent.match(/Android 2.3.3/i)?true:false},AndroidTablet:function(){return(navigator.userAgent.match(/Android/i)&&!navigator.userAgent.match(/Mobile/i))?true:false},Kindle:function(){return navigator.userAgent.match(/Kindle/i)?true:false},KindleFire:function(){return navigator.userAgent.match(/KFOT/i)?true:false},Silk:function(){return navigator.userAgent.match(/Silk/i)?true:false},BlackBerry:function(){return navigator.userAgent.match(/BlackBerry/i)?true:false},iOS:function(){return navigator.userAgent.match(/iPhone|iPad|iPod/i)?true:false},iPhone:function(){return navigator.userAgent.match(/iPhone|iPod/i)?true:false},iPad:function(){return navigator.userAgent.match(/iPad/i)?true:false},Windows:function(){return navigator.userAgent.match(/IEMobile/i)?true:false},FirefoxOS:function(){return(navigator.userAgent.match(/Mozilla/i)&&navigator.userAgent.match(/Mobile/i))?true:false},Retina:function(){return(window.retina||window.devicePixelRatio>1)?true:false},any:function(){return(isMobile.Android()||isMobile.Kindle()||isMobile.KindleFire()||isMobile.Silk()||isMobile.BlackBerry()||isMobile.iOS()||isMobile.Windows()||isMobile.FirefoxOS())},all:function(){return(navigator.userAgent)},tablet:function(){return(isMobile.AndroidTablet()||isMobile.iPad()||isMobile.Kindle()||isMobile.KindleFire()||isMobile.Silk())}};var mobile_browser=isMobile.any()?1:0,iphone_browser=isMobile.iPhone()?1:0,ipad_browser=isMobile.iPad()?1:0,android_browser=isMobile.Android()?1:0,android233_browser=isMobile.AndroidOld()?1:0,kindle_browser=isMobile.Kindle()?1:0,retina_browser=isMobile.Retina()?1:0,mobile_tablet=isMobile.tablet()?1:0;TWP=window.TWP||{};TWP.PostTV=TWP.PostTV||{};TWP.PostTV.BrowserInfo=TWP.PostTV.BrowserInfo||{init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.OS=this.searchString(this.dataOS)||"an unknown OS"},searchString:function(data){for(var i=0;i&lt;data.length;i++){var dataString=data[i].string;var dataProp=data[i].prop;this.versionSearchString=data[i].versionSearch||data[i].identity;if(dataString){if(dataString.indexOf(data[i].subString)!=-1){return data[i].identity}}else{if(dataProp){return data[i].identity}}}},searchVersion:function(dataString){var index=dataString.indexOf(this.versionSearchString);if(index==-1){return}return parseFloat(dataString.substring(index+this.versionSearchString.length+1))},dataBrowser:[{string:navigator.userAgent,subString:"Chrome",identity:"Chrome"},{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari",versionSearch:"Version"},{prop:window.opera,identity:"Opera",versionSearch:"Version"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.userAgent,subString:"iPhone",identity:"iPhone"},{string:navigator.userAgent,subString:"iPad",identity:"iPad"},{string:navigator.userAgent,subString:"Android",identity:"Android"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};TWP.PostTV.BrowserInfo.init();TWP.PostTV.getCookie=function(name){var nameEQ=name+"=";var ca=document.cookie.split(";");for(var i=0;i&lt;ca.length;i++){var c=ca[i];while(c.charAt(0)==" "){c=c.substring(1,c.length)}if(c.indexOf(nameEQ)==0){return c.substring(nameEQ.length,c.length)}}return null};wp_pb.BrowserInfo=wp_pb.BrowserInfo||{};wp_pb.BrowserInfo.mobile_browser=mobile_browser;wp_pb.BrowserInfo.tablet=mobile_tablet;wp_pb.BrowserInfo.OS=TWP.PostTV.BrowserInfo.OS;wp_pb.BrowserInfo.browser=TWP.PostTV.BrowserInfo.browser;wp_pb.BrowserInfo.version=TWP.PostTV.BrowserInfo.version;wp_pb.BrowserInfo.OS=TWP.PostTV.BrowserInfo.OS;
+ </script>
+ <script type="text/javascript">
+ if(typeof wp_meta_data=="undefined"){try{wp_meta_data={platform:"pagebuilder",showAds:true,showPreRollAds:false,isHomepage:false,isErrorPage:false,isMultimedia:false,wt:"article_story",page_id:["ca175d64-cd76-11e4-a2a7-9517a3a70506"],author:["Steven Mufson"],keywords:["business"],clavis:{keywords:["Russian President Vladimir Putin","Netanyahu","Obama","Republicans","Authority","leader","Israel","Iran","deal","relation","issue","minister","program","state","peace","Martin Indyk","month","United States","time","Gaza conflict","year","breakthrough","UN General Assembly","negotiation","election"],topics:["National Security","President and Administration","Wars, Conflicts and Terrorism","International Relations","Religion and Belief"],ct:["sz","lf","qa","iw","rj"]},breaking_news:[false],contentType:["CompoundStory"]}}catch(e){}};
+ </script>
+ <script type="text/javascript">
+ (function(){TWP=(typeof TWP=="undefined")?{}:TWP;TWP.Data=(typeof TWP.Data=="undefined")?{}:TWP.Data;TWP.Data["Tracking"]={init:function(){this.props={};this.props.platform="pagebuilder";this.props.page_type="";this.props.page_name="world:article - 9517a3a70506 - 20150318 - netanyahu-win-points-to-two-more-years-of-strained-u-s-israel-ties";this.props.section="world";this.props.channel="wp - world";this.props.subsection="world - middle_east";this.props.hierarchy="world|article";this.props.content_type="article";this.props.story_type="";this.props.headline="Where do strained U.S.-Israeli relations go after Netanyahu’s victory?";this.props.author="Steven Mufson";this.props.source="The Washington Post";this.props.content_id="ca175d64-cd76-11e4-a2a7-9517a3a70506";this.props.page_num="";this.props.op_ranking="no sentiment - no ideology";this.props.columnname="";this.props.blogname="";this.props.published="";this.props.news_or_commercial="News";this.props.commercial_node="/business/economy";this.props.content_category="National-Economy";this.props.sectionfront="";this.props.track_scrolling=true}};TWP.Data["Tracking"].init()})();
+ </script>
+ <script id="twp-identity" src="//js.washingtonpost.com/1h/twp-global.js"></script>
+ </head>
+
+ <body class="pb-theme-normal pb-full-fluid">
+ <script type="text/javascript" src="//js.washingtonpost.com/wp-stat/otto/js/mbox.js"></script>
+ <div class="mboxDefault"></div>
+ <div class="pb-container " id="pb-root">
+ <div id="article-business_1399492794482_885" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-page-header-v2 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="page-header-v2"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-header-v2|article-business">
+ <!--[if lt IE 9]>
+ <style>
+ .lt-ie9 body.left-menu #site-menu{left:-50px}.lt-ie9 #wp-logo{background:transparent url(/pb/resources/img/washingtonpost_black_32.png) no-repeat 0 8px}.lt-ie9 header.dark #wp-logo{background:transparent url(/pb/resources/img/washingtonpost_white_32.png) no-repeat 0 8px}
+ </style>
+ <![endif]-->
+ <!--[if lt IE 8]>
+ <header class="ie ie7 lte9 lte8 lte7 abt-not-loaded ">
+ <![endif]-->
+ <!--[if IE 8]>
+ <header class="ie ie8 lte9 lte8 abt-not-loaded ">
+ <![endif]-->
+ <!--[if IE 9]>
+ <header class="ie ie9 lte9 abt-not-loaded ">
+ <![endif]-->
+ <!--[if gt IE 9]>
+ <header class="ie abt-not-loaded ">
+ <![endif]-->
+ <!--[if !IE]><!-->
+ <header id="wp-header" class="nie abt-not-loaded ">
+ <!--<![endif]-->
+ <nav id="site-menu" class="nav-menu">
+ <form id="nav-search-mobile" method="get" action="http://www.washingtonpost.com/pb/newssearch/">
+ <button type="submit" class="fa fa-search"></button>
+ <input type="text" placeholder="Search" name="query" autocomplete="off"/>
+ </form>
+ <ul id="site-menu-sections">
+ <li id="nav-screenreader-link"><a class="screenreader-link" href="http://www.washingtonpost.com/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html?resType=accessibility">Accessibility for screenreader</a>
+ </li>
+ <li id="nav-sign-in-mobile" class="hidden mobile-only"><a href="#">Sign In</a>
+ </li>
+ <li id="nav-user-mobile" class="hidden mobile-only"><a href="#">Username</a>
+ </li>
+ <li><a href="http://www.posttv.com/?nid=top_pb_posttv">PostTV</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/politics?nid=top_pb_politics">Politics</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/opinions?nid=top_pb_opinions">Opinions</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/local?nid=top_pb_local">Local</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/sports?nid=top_pb_sports">Sports</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/national?nid=top_pb_national">National</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/world?nid=top_pb_world">World</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/business?nid=top_pb_business">Business</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/business/technology?nid=top_pb_technology">Tech</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/lifestyle?nid=top_pb_lifestyle">Lifestyle</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/entertainment?nid=top_pb_entertainment">Entertainment</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/classifieds?nid=top_pb_classifieds">Classifieds</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/jobs?nid=top_pb_jobs">Jobs</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/realestate?nid=top_pb_realestate">Real Estate</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/goingoutguide?nid=top_pb_goingoutguide">Events</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/rentals?nid=top_pb_rentals">Rentals</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/cars/?nid=top_pb_cars">Cars</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/sf/brand-connect/?nid=top_pb_brandconnect">WP BrandConnect</a>
+ </li>
+ <li id="nav-subscribe-mobile" class="hidden mobile-only"><a href="https://subscribe.washingtonpost.com/acquisition/?nid=top_pb_subscribe&amp;destination=http://www.washingtonpost.com/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html">Subscribe</a>
+ </li>
+ <li><a href="https://account.washingtonpost.com/actmgmt/registration/addnewsletter/default/">Newsletters &amp; Alerts</a>
+ </li>
+ </ul>
+ <div id="site-menu-info">
+ <p class="site-attribution"> <a href="http://www.washingtonpost.com"><strong>washingtonpost.com</strong></a>
+ <span
+ class="copyright">© 1996-2015 The Washington Post</span>
+ </p>
+ <p><a href="http://www.washingtonpost.com/actmgmt/help/">Help and Contact Us</a>
+ </p>
+ <p><a href="http://www.washingtonpost.com/terms-of-service/2011/11/18/gIQAldiYiN_story.html">Terms of Service</a>
+ </p>
+ <p><a href="http://www.washingtonpost.com/privacy-policy/2011/11/18/gIQASIiaiN_story.html">Privacy Policy</a>
+ </p>
+ <p><a href="http://www.washingtonpost.com/discussion-and-submission-guidelines/2011/11/21/gIQAuvIbiN_story.html">Submissions and Discussion Policy</a>
+ </p>
+ <p><a href="http://www.washingtonpost.com/rss-terms-of-service/2012/01/16/gIQAadFYAQ_story.html">RSS Terms of Service</a>
+ </p>
+ <p><a href="http://www.washingtonpost.com/how-can-i-opt-out-of-online-advertising-cookies/2011/11/18/gIQABECbiN_story.html">Ad Choices</a>
+ </p>
+ </div>
+ </nav>
+ <div id="user-menu" class="nav-menu">
+ <ul></ul>
+ </div>
+ <div id="nav-bar">
+ <div class="nav-left nav-section">
+ <div id="site-menu-btn" class="nav-btn"> <span class="nav-btn-label">Sections</span> <i class="fa fa-bars"></i>
+ </div>
+ <div id="wp-logo"> <a href="http://www.washingtonpost.com?nid=top_pb_wplogo">The Washington Post</a>
+ </div>
+ <div id="wp-logo-for-print">
+ <img src="//www.washingtonpost.com/pb/resources/img/washingtonpost_black_32.png"
+ alt="The Washington Post"/>
+ </div>
+ </div>
+ <div class="nav-middle nav-section">
+ <div id="nav-page-title" data-show-on-scroll="true">Where do strained U.S.-Israeli relations go after Netanyahu’s victory?</div>
+ </div>
+ <div class="nav-right nav-section">
+ <form id="nav-search" method="get" action="http://www.washingtonpost.com/newssearch/">
+ <input type="text" placeholder="Search" name="query" autocomplete="off"/>
+ <button type="submit" class="fa fa-search"></button>
+ </form>
+ <div id="nav-ad">
+ <div id="wpni_adi_88x31"></div>
+ </div> <a id="nav-sign-in" class="nav-btn hidden" href="#">Sign In</a>
+ <div id="nav-user"
+ class="nav-btn hidden" data-menu="user-menu" data-show-identity="true"> <span class="username">Username</span> <i class="fa fa-caret-down"></i>
+ </div> <a id="nav-subscribe" class="nav-btn hidden" href="https://subscribe.washingtonpost.com/acquisition/?nid=top_pb_subscribe&amp;destination=http://www.washingtonpost.com/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html">Subscribe</a>
+ </div>
+ </div>
+ </header>
+ <div id="wp-topper" class="abt-not-loaded"> <a id="wp-logo-large" href="http://www.washingtonpost.com?nid=top_pb_wplogo"></a>
+ <div
+ class="top-timestamp"></div>
+ </div>
+ </div>
+ <div id="article-business_1399492818975_810" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-ad-leaderboard pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="ad-leaderboard"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="ad-leaderboard|article-business">
+ <div class="leaderboard ad-hideable">
+ <div id="slug_leaderboard" data-ad-type="leaderboard" class="pb-ad-container"
+ style="display:none;"></div>
+ </div>
+ <div class="mobile-leaderboard ad-hideable">
+ <div id="slug_mob_av" data-ad-type="mob_av" style="display:none;"></div>
+ </div>
+ <div class="mobile-fixed ad-hideable">
+ <div id="slug_t" data-ad-type="t" class="pb-ad-container-mobile" style="display:none;"></div>
+ </div>
+ </div>
+ <div id="article-business_1401912612813_574" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-article-article-topper pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="article-article-topper"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="article-article-topper|article-business">
+ <div id="article-topper" class="article-topper">
+ <div class="headline-kicker"><a href="/world/middle-east">Middle East</a>
+ </div>
+ <h1>Where do strained U.S.-Israeli relations go after Netanyahu’s victory?</h1>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div id="article-business_1409076983270_679" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-sharebars-top-share-bar pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="sharebars-top-share-bar"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="sharebars-top-share-bar|article-business">
+ <style>
+ .hideText{position:absolute;left:-10000px}
+ </style>
+ <div id="top-sharebar_7575" class="top-sharebar-wrapper color-top unprocessed"
+ data-postshare="facebook,twitter">
+ <div class="social-tools-wrapper">
+ <div class="social-tools-primary margin-top">
+ <div class="social-tools "> <a onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'https://www.facebook.com/sharer/sharer.php?u=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '' , 'width=658,height=354,scrollbars=no');}catch(err){ window.open('https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwapo.st%2F1Era2Lw','share_facebook','width=658,height=354,scrollbars=no'); }return false;"
+ tabindex="_tbidx_"> <div class="facebook tool first desktop mobile"><span class="hideText">Share on Facebook</span><span class="fa fa-facebook-square"></span></div> </a>
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'https://twitter.com/share?url=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '&amp;text=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F' , 'width=550, height=350, scrollbars=no');}catch(err){ window.open('https://twitter.com/share?url=http%3A%2F%2Fwapo.st%2F1Era2Lw&amp;text=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F','share_twitter','width=550, height=350, scrollbars=no'); }return false;"
+ tabindex="_tbidx_">
+ <div class="twitter tool desktop mobile"><span class="hideText">Share on Twitter</span><span class="fa fa-twitter"></span>
+ </div>
+ </a><a onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'http://www.linkedin.com/shareArticle?mini=true&amp;url=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '&amp;title=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F' , 'width=830,height=460,scrollbars=no');}catch(err){ window.open('http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwapo.st%2F1Era2Lw&amp;title=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F','share_linkedin','width=830,height=460,scrollbars=no'); }return false;"
+ tabindex="_tbidx_"> <div class="linkedin tool desktop"><span class="hideText">Share on LinkedIn</span><span class="fa fa-linkedin"></span></div> </a>
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'mailto:?subject=Where%20do%20strained%20U.S.-Israeli%20relations%20go%20after%20Netanyahu%E2%80%99s%20victory%3F from The Washington Post&amp;body=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '' , null);}catch(err){ window.location.href = 'mailto:?subject=Where%20do%20strained%20U.S.-Israeli%20relations%20go%20after%20Netanyahu%E2%80%99s%20victory%3F from The Washington Post&amp;body=http%3A%2F%2Fwapo.st%2F1Era2Lw'; }return false;"
+ tabindex="_tbidx_">
+ <div class="email tool desktop"><span class="hideText">Share via Email</span><span class="fa fa-envelope"></span>
+ </div>
+ </a><a onclick="return false;"> <div class="more tool last desktop mobile"><span class="hideText" tabindex="_tbidx_">More Options</span><span class="fa fa-plus"> </span></div> </a>
+ </div>
+ </div>
+ <div class="social-tools-additional margin-top">
+ <div class="social-tools "> <a onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'mailto:?subject=Where%20do%20strained%20U.S.-Israeli%20relations%20go%20after%20Netanyahu%E2%80%99s%20victory%3F from The Washington Post&amp;body=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '' , null);}catch(err){ window.location.href = 'mailto:?subject=Where%20do%20strained%20U.S.-Israeli%20relations%20go%20after%20Netanyahu%E2%80%99s%20victory%3F from The Washington Post&amp;body=http%3A%2F%2Fwapo.st%2F1Era2Lw'; }return false;"
+ tabindex="_tbidx_"> <div class="email tool first mobile"><span class="hideText">Share via Email</span><span class="fa fa-envelope"></span></div> </a>
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'whatsapp://send?text=Where%20do%20strained%20U.S.-Israeli%20relations%20go%20after%20Netanyahu%E2%80%99s%20victory%3F - ', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '' , null);}catch(err){ window.location.href = 'whatsapp://send?text=Where%20do%20strained%20U.S.-Israeli%20relations%20go%20after%20Netanyahu%E2%80%99s%20victory%3F - http%3A%2F%2Fwapo.st%2F1Era2Lw'; }return false;"
+ tabindex="_tbidx_">
+ <div class="whatsapp tool mobile"><span class="hideText">Share on Whatsapp</span><span class="fa fa-whatsapp"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAEhwAABIcBblSwhwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKMSURBVEiJnZVLSFVRFIb/czORKEqjJI0EoVKILMxB0cBJjYJGRhMD6TVs0kAhpw2qSdkoCGoSQkENehBKUSARCtqggiJudUGjh4+KEDW/BmftXB3OuXr7YbH3Wa9/r33WWScCtAg2S9olqdnWHZLGJA05GZb0KzMDkCV1QD9LwzhwJCtXlFHJCUkXJK2SNCnpiZ14UNKIpA2SWqyyPZK2WdxdSScljRarZAXw0J3wFrC+SLVBOoBJi5kADnh70vmyOX4GDi0huZda4J4jqk0j2QfMAzNAU4kEXsJNPEiSrAEKZux2AduBO8ClEkg2uqs77kl6TDkElJkuB3xgATtLIOqwmO9ApYAI+GTK/c5xN//iYonX9sri2nPWhtWSkPTcNV51oq1bMj+2dDyz9WBO0lZ7eCtpyjkNuP28pM4SSYZsbchJqrGHwYTTF0lPbT+peHSUgpCvJiep3CVN4pSkGUlVkq6WSDJua0VOUt4eGlMcRyR12b5N0hlJkbMvl1SZQdJs65jvokJGl0RAr+uyfuLhWQEMANPWecnxc878HwuoAmZNUZ9BtAy44Yh+APlEi38zvxDzyPRdQRESXCvS9xFwzJKlIe98G61CgIagbDHFHNBQhEjAOqALeOEI3rEwEcqAQdNfJzEg35uhbRESL1uI51vkdN2WpwCs9iT1ZvhJ/E/53wncTjzFwY2oYOw0Q68LaLJTLiV5NfG0Dujx9rAZNuNZ4LzdccB9oBUoTyReCewFTgNfzXcKOJo8RLjXNEwQ/8QC5oy8D3gN/E749wGb0ir1LwrgI/GH1Urc8/VW3WjKIaaJ/z9XgMNpyYNEwE1JbyTd1sLkTMNaSXWSaiUVJL2UNFvE/y/+AObPwGxY9EFMAAAAAElFTkSuQmCC"/></span>
+ </div>
+ </a><a onclick="try{this.postShare.callPostShare(this, this.postShareObject, '//pinterest.com/pin/create/button/?url=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '&amp;media=http://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1138.jpg&amp;description=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F' , 'width=550,height=450,scrollbars=no');}catch(err){ window.open('//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwapo.st%2F1Era2Lw&amp;media=http://img.washingtonpost.com/rw/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1138.jpg&amp;description=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F','share_linkedin','width=550,height=450,scrollbars=no'); }return false;"
+ tabindex="_tbidx_"> <div class="pinterest tool desktop mobile"><span class="hideText">Share on Pinterest</span><span class="fa fa-pinterest"></span></div> </a>
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'https://plus.google.com/share?url=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '' , 'width=832,height=472,scrollbars=no');}catch(err){ window.open('https://plus.google.com/share?url=http%3A%2F%2Fwapo.st%2F1Era2Lw','share_google-plus','width=832,height=472,scrollbars=no'); }return false;"
+ tabindex="_tbidx_">
+ <div class="google-plus tool desktop mobile"><span class="hideText">Share on Google Plus</span><span class="fa fa-google-plus"></span>
+ </div>
+ </a><a onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'http://www.linkedin.com/shareArticle?mini=true&amp;url=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '&amp;title=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F' , 'width=830,height=460,scrollbars=no');}catch(err){ window.open('http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwapo.st%2F1Era2Lw&amp;title=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F','share_linkedin','width=830,height=460,scrollbars=no'); }return false;"
+ tabindex="_tbidx_"> <div class="linkedin tool mobile"><span class="hideText">Share on LinkedIn</span><span class="fa fa-linkedin"></span></div> </a>
+ <a
+ onclick="try{this.postShare.callPostShare(this, this.postShareObject, 'http://www.tumblr.com/share/link?url=', 'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html', '&amp;name=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F&amp;description=' , 'width=550,height=450,scrollbars=no');}catch(err){ window.open('http://www.tumblr.com/share/link?url=http%3A%2F%2Fwapo.st%2F1Era2Lw&amp;name=Where+do+strained+U.S.-Israeli+relations+go+after+Netanyahu%E2%80%99s+victory%3F&amp;description=','share_tumblr','width=550,height=450,scrollbars=no'); }return false;"
+ tabindex="_tbidx_">
+ <div class="tumblr tool last desktop"><span class="hideText">Share on Tumblr</span><span class="fa fa-tumblr"></span>
+ </div>
+ </a>
+ </div>
+ </div>
+ </div>
+ <div id="slug_tiffany_tile" data-ad-type="tiffany_tile" class="left" style="display:none;padding-left:20px !important;height:auto;max-height:60px;overflow:hidden;">
+ <div id="wpni_adi_tiffany_tile" class="ads slug tiffany_tile header"></div>
+ </div>
+ <div class=" utility-tools-wrapper">
+ <div class="utility-tools-primary margin-top">
+ <div class="social-tools ">
+ <div class="textresizer tool first mobile"><span class="hideText" tabindex="_tbidx_">Resize Text</span><span class="fa fa-font"></span>
+ </div><a onclick="window.print();" tabindex="_tbidx_"> <div class="print tool mobile"><span class="hideText">Print Article</span><span class="fa fa-print"></span></div> </a>
+ <a
+ href="#" onclick="wp_pb.report('comments', 'showComments',{elm:$(this),guid:'http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html'}); return false;"
+ tabindex="_tbidx_">
+ <div class="comments tool last mobile"><span class="hideText">Comments</span><span class="fa fa-comments"></span>
+ <span
+ id="echo_container" class="echo_container comment-vars echo-counter text"
+ guid="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"></span>
+ </div>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="clear"></div>
+ </div>
+ <div class="pb-scatter">
+ <div id="main-content" class="pb-layout-item pb-chain pb-two main-content"
+ data-pb-columns="2">
+ <div id="article-business_1401912605633_632" class="moat-trackable pb-feature pb-chained pb-f-article-article-body pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="article-article-body"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="article-article-body|article-business">
+ <div id="article-body" class="article-body">
+ <div class="inline-content inline-photo inline-photo-normal"> <a name="1c164a7079bfe20ebd611d79f96418b5a225cbc6"></a>
+ <img class="unprocessed"
+ src="https://img.washingtonpost.com/rf/image_400w/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1140.jpg?uuid=zLIZQs2KEeSip5UXo6cFBg"
+ data-hi-res-src="https://img.washingtonpost.com/rf/image_1484w/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1140.jpg?uuid=zLIZQs2KEeSip5UXo6cFBg"
+ data-low-res-src="https://img.washingtonpost.com/rf/image_400w/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1140.jpg?uuid=zLIZQs2KEeSip5UXo6cFBg"/>
+ <br/> <span class="pb-caption">Israeli Prime Minister Benjamin Netanyahu reacts as he visits the Western Wall in Jerusalem on March 18 following his party's victory in Israel's general election. (Thomas Coex/AFP/Getty Images)</span>
+ </div>
+ <div class="pb-sig-line hasnt-headshot has-0-headshots hasnt-bio is-not-column"> <span class="pb-byline">By <a href="http://www.washingtonpost.com/people/steven-mufson">Steven Mufson</a></span>
+ <span
+ class="pb-timestamp">March 18 at 12:22 PM</span> <span class="pb-tool email"><a href="mailto:[email protected]?subject=Reader feedback for 'Where do strained U.S.-Israeli relations go after Netanyahu’s victory?'"><span class="fa fa-envelope"></span>
+ </a>
+ </span> <span class="tweet-authors"><span class="pb-twitter-follow unprocessed"><a href="https://twitter.com/@StevenMufson" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @StevenMufson</a></span> </span>
+ </div>
+ <article>
+ <p>President Obama told the U.N. General Assembly 18 months ago that he would
+ seek “real breakthroughs on these two issues — Iran’s nuclear program and
+ ­Israeli-Palestinian peace.”</p>
+ <p>But <a href="http://www.washingtonpost.com/world/netanyahu-sweeps-to-victory-in-israeli-election/2015/03/18/af4e50ca-ccf2-11e4-8730-4f473416e759_story.html"
+ title="www.washingtonpost.com">Benjamin Netanyahu’s triumph</a> in Tuesday’s
+ parliamentary elections keeps in place an Israeli prime minister who has
+ declared his intention to resist Obama on both of these fronts, guaranteeing
+ two more years of difficult diplomacy between leaders who barely conceal
+ their personal distaste for each other.</p>
+ <p>The Israeli election results also suggest that most voters there support
+ Netanyahu’s tough stance on U.S.-led negotiations to limit Iran’s nuclear
+ program and his vow on Monday that there would be <a href="http://www.washingtonpost.com/world/middle_east/on-final-day-of-campaign-netanyahu-says-no-palestinian-state-if-he-wins/2015/03/16/4f4468e8-cbdc-11e4-8730-4f473416e759_story.html"
+ title="www.washingtonpost.com">no independent Palestinian state</a> as long
+ as he is prime minister.</p>
+ <p>“On the way to his election victory, Netanyahu broke a lot of crockery
+ in the relationship,” said Martin Indyk, executive vice president of the
+ Brookings Institution and a former U.S. ambassador to Israel. “It can’t
+ be repaired unless both sides have an interest and desire to do so.”</p>
+ <p>Aside from Russian President Vladi­mir Putin, few foreign leaders so brazenly
+ stand up to Obama and even fewer among longtime allies.</p>
+ <div class="inline-content inline-video">
+ <div class="posttv-video-embed" data-duration="76000" data-headline="Israel's Netanyahu works on forming coalition"
+ data-is-truth-teller="0" data-max-height="-1" data-max-width="-1" data-object-id="5509aa07e4b0210747c74e5c"
+ data-show-endscreen="1" data-show-promo="http://img.washingtonpost.com/rf/image_1024w/2010-2019/WashingtonPost/2015/03/18/Production/Daily/A-Section/Images/2015-03-18T140126Z_01_JER07_RTRIDSP_3_ISRAEL-ELECTION.jpg"
+ data-uuid="a41ef658-cd8a-11e4-8730-4f473416e759" data-youtube-id="">
+ <script src="http://www.washingtonpost.com/posttv/static/js/posttv/posttv-video-embed.v3.js"
+ type="text/javascript"></script>
+ </div>
+ <div class="inline-video-caption"> <span class="pb-caption">Israeli Prime Minister Benjamin Netanyahu pledged to form a new governing coalition quickly after an upset election victory that was built on a shift to the right. (Reuters)</span>
+ </div>
+ </div>
+ <p>In the past, Israeli leaders who risked damaging the country’s most important
+ relationship, that with Washington, tended to pay a price. In 1991, when
+ Prime Minister Yitzhak Shamir opposed the Madrid peace talks, President
+ George H.W. Bush held back loan guarantees to help absorb immigrants from
+ the former Soviet Union. Shamir gave in, but his government soon collapsed.</p>
+ <p>But this time, Netanyahu was not hurt by his personal and substantive
+ conflicts with the U.S. president.</p>
+ <p>“While the United States is loved and beloved in Israel, President Obama
+ is not,” said Robert M. Danin, a senior fellow at the Council on Foreign
+ Relations. “So the perceived enmity didn’t hurt the way it did with Shamir
+ when he ran afoul of Bush in ’91.”</p>
+ <p>Where do U.S.-Israeli relations go from here?</p>
+ <p>In the immediate aftermath of Tuesday’s elections, tensions between the
+ two sides continued to run hot. The Obama administration’s first comments
+ on the Israeli election came with a tough warning about some of the pre-election
+ rhetoric from Netanyahu’s Likud party, which tried to rally right-wing
+ support by saying that Arab Israeli voters were “coming out in droves.”</p>
+ <p>“The United States and this administration is deeply concerned about rhetoric
+ that seeks to marginalize Arab Israeli citizens,” White House press secretary
+ Josh Earnest told reporters aboard Air Force One. “It undermines the values
+ and democratic ideals that have been important to our democracy and an
+ important part of what binds the United States and Israel together.”</p>
+ <p>Earnest added that Netan­yahu’s election-eve disavowal of a two-state
+ solution for Israelis and Palestinians would force the administration to
+ reconsider its approach to peace in the region.</p>
+ <div></div>
+ <p>Over the longer term, a number of analysts say that Obama and Netan­yahu
+ will seek to play down the friction between them and point to areas of
+ continuing cooperation on military and economic issues.</p>
+ <p>“Both sides are going to want to turn down the rhetoric,” Danin said.
+ “But it is also a structural problem. They have six years of accumulated
+ history. That’s going to put limits on how far they can go together.”</p>
+ <p>The first substantive test could come as early as this month, when the
+ United States hopes that it can finish hammering out the framework of an
+ agreement with Iran.</p>
+ <p>Netanyahu strongly warned against making a “bad deal” during his March
+ 3 address to a joint meeting of Congress, an appearance arranged by Republican
+ congressional leaders and criticized by the Obama administration for making
+ U.S.-Israeli relations partisan on both sides so close to the Israeli election.</p>
+ <p>If a deal is reached and does not pass muster with Netanyahu, he is likely
+ to work with congressional Republicans to try to scuttle the accord.</p>
+ <p>“The Republicans have said they will do what they can to block a deal,
+ and the prime minister has already made clear that he will work with the
+ Republicans against the president,” Indyk said. “That’s where a clash could
+ come, and it’s coming very quickly.”</p>
+ <p>The second test — talks with Palestinians — could be even more difficult.
+ In his September 2013 address to the United Nations, Obama hailed signs
+ of hope.</p>
+ <p>“Already, Israeli and Palestinian leaders have demonstrated a willingness
+ to take significant political risks,” Obama said in his speech. Palestinian
+ Authority President Mahmoud Abbas “has put aside efforts to shortcut the
+ pursuit of peace and come to the negotiating table. Prime Minister Netanyahu
+ has released Palestinian prisoners and reaffirmed his commitment to a Palestinian
+ state.”</p>
+ <p>Today, <a href="http://www.washingtonpost.com/blogs/worldviews/wp/2015/03/18/what-netanyahus-election-victory-means-for-the-palestinians/"
+ title="www.washingtonpost.com">the signals could not differ more</a>. The
+ Palestinian Authority has said that after it joins the International Criminal
+ Court at The Hague on April 1, it will press war crimes charges against
+ Israel for the bloody Gaza conflict during the summer. Israel, which controls
+ tax receipts, has pledged to punish the Palestinian Authority by freezing
+ its tax revenue.</p>
+ <p>The United States, which gives hundreds of millions of dollars of economic
+ aid to the Palestinian Authority, would be caught in the middle. It has
+ been trying to persuade both sides to stand down, but Netanyahu’s declaration
+ that there would be no Palestinian state on his watch makes that more difficult.</p>
+ <p>“Now it’s hard to see what could persuade the Palestinians” to hold up
+ on their ICC plans, Indyk said. “That has nothing to do with negotiations,
+ but if both sides can’t be persuaded to back down, then they will be on
+ a trajectory that could lead to the collapse of the Palestinian Authority
+ because it can’t pay wages anymore.</p>
+ <p>“That could be an issue forced onto the agenda about the same time as
+ a potential nuclear deal.”</p>
+ <div class="extra">
+ <p></p>
+ </div>
+ </article>
+ <div class="clear"></div>
+ <div class="post-body-sig-line"><a href="http://www.washingtonpost.com/people/steven-mufson"><img class="post-body-headshot-left" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=http://www.washingtonpost.com/blogs/wonkblog/files/2014/07/mufson_steve.jpg&amp;h=180&amp;w=180"/></a>
+ <div
+ class="post-body-bio has-photo">Steven Mufson covers the White House. Since joining The Post, he has covered
+ economics, China, foreign policy and energy.</div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ </div>
+ <div id="article-business_1399492829376_241" class="moat-trackable pb-feature pb-chained pb-f-page-share-bar pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-share-bar"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-share-bar|article-business">
+ <div class="social-tools-wrapper-bottom ">
+ <ul class="social-tools-bottom inline">
+ <li data-sharetype="facebook" class="left facebook"> <a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwapo.st%2F1Era2Lw','share_facebook','width=658,height=354,scrollbars=no'); return false;"
+ tabindex="_tbidx_"> <span class="fa fa-facebook-square">&nbsp;</span><span class="longname">Share on Facebook</span><span class="shortname">Share</span> </a>
+ </li>
+ <li data-sharetype="twitter" class="right twitter"> <a href="#" onclick="window.open('https://twitter.com/share?url=http%3A%2F%2Fwapo.st%2F1Era2Lw&amp;text=Where do strained U.S.-Israeli relations go after Netanyahu’s victory?','share_twitter','width=550, height=350, scrollbars=no'); return false;"
+ tabindex="_tbidx_"> <span class="fa fa-twitter">&nbsp;</span> <span class="longname">Share on Twitter</span><span class="shortname">Tweet</span> </a>
+ </li>
+ </ul>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div id="article-business_1402342504319_850" class="moat-trackable pb-feature pb-chained pb-f-page-comments pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-comments" data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-comments|article-business">
+ <div data-allow-comments="true" class="pb-comment-wrapper ">
+ <div id="comment_summary_pb_comments" class="comment-summary jump ">
+ <div class="comment-summary-count"><span class="fa fa-comments"></span><span id="echo_container" class="echo_container comment-vars echo-counter"
+ guid="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"></span>
+ </div>
+ <div class="comment-summary-display"><span class="comment-display"> Comments</span>
+ </div>
+ </div>
+ </div>
+ <style>
+ .pb-feature.pb-f-page-comments .pb-comment-wrapper{padding-right:0;border-bottom:0}.pb-feature.pb-f-page-comments{border-right:1px solid #d5d5d5;padding-right:50px}
+ </style>
+ </div>
+ <div id="article-business_1402342509758_904" class="moat-trackable pb-feature pb-chained pb-f-page-recommended-strip pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-recommended-strip"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-recommended-strip|article-business">
+ <script type="text/javascript">
+ (function($){TWP=window.TWP||{};TWP.Features=TWP.Features||{};TWP.Features.Page=TWP.Features.Page||{};TWP.Features.Page.RecommendedStrip={};TWP.Features.Page.RecommendedStrip.endpointServer="//recommendation.wpdigital.net";TWP.Features.Page.RecommendedStrip.canonicalUrl="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"})(jQuery);
+ </script>
+ <div class="content-strip-marker recommended rs-alt1-true"></div>
+ </div>
+ <div id="article-business_1402342510843_771" class="moat-trackable pb-feature pb-chained pb-f-page-trending-strip pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-trending-strip"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-trending-strip|article-business">
+ <script type="text/javascript">
+ (function($){TWP=window.TWP||{};TWP.Features=TWP.Features||{};TWP.Features.Page=TWP.Features.Page||{};TWP.Features.Page.TrendingStrip={}})(jQuery);
+ </script>
+ <div class="content-strip-marker trending"></div>
+ </div>
+ <div id="article-business_1399492834009_602" class="moat-trackable pb-feature pb-chained pb-f-page-comments pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-comments" data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-comments|article-business">
+ <div data-allow-comments="true" class="pb-comment-wrapper lockfix ">
+ <div id="comment_summary_pb_comments" class="comment-summary summary-expanded-mobile">
+ <div class="comment-summary-count"><span class="fa fa-comments"></span><span id="echo_container" class="echo_container comment-vars echo-counter"
+ guid="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"></span>
+ </div>
+ <div class="comment-summary-display"><span class="comment-display"> Show Comments</span>
+ </div>
+ </div>
+ <div id="echo_container_placeholder" class="echo_container_placeholder">
+ <div id="echo_container_pb_comments" class="echo_container canvas comment-vars comments unprocessed defer deferMobile count submitbox stream "
+ guid="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ allow_comments="true" allow_photos="false" allow_videos="false" commentpermalinkurlfacet="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ defaultsort="reverseChronological" defaulttab="all" isallcomments="true"
+ includepause="true" includepermalink="false" includerecommend="true" includereport="true"
+ includereply="true" includeshare="true" includesorts="true" includetabs=""
+ includeverifiedcommenters="true" includevoteofftopic="false" markerdisplay="'post_commenter':'Post Commenter','staff':'Post Writer','top_commenter':'Post Forum','top_local':'Washingtologist','top_sports':'SuperFan','fact_checker':'Fact Checker','post_recommended':'Post Recommended','world_watcher':'World Watcher','cultuer_connoisseur':'Culture Connoisseur','weather_watcher':'Capital Weather Watcher','post_contributor':'Post Contributor'"
+ markersall="" maxitems="5" maxitemstop="3" moderationrequired="" primarynode="world"
+ sectionid="middle_east" columnname="" source="washpost.com" streamid=""
+ tabs="{}" usermarkers="" usermarkersall="" webtype="article" data-canvas-id="washpost.com/km4ey0dajm"
+ data-app-instance="6634zxcgfd">
+ <div class="echo-header-container">
+ <div id="comment-info-links" class="right"> <span class="discussion-policy"><a href="http://www.washingtonpost.com/blogs/ask-the-post/discussion-and-submission-guidelines/" target="_policy">Discussion Policy</a> </span>
+ </div>
+ <div class="comment-count-label"><span class="echo-counter"></span> Comments</div>
+ </div>
+ <div id="echo_stream_container" class="echo-stream-container echo-comment-container echo-canvas canvas canvas-methode-allcomments echo-stream"
+ data-canvas-id="washpost.com/km4ey0dajm" data-app-instance="6634zxcgfd"></div>
+ </div>
+ <div class="badgetext hide hidden">
+ <div id="echo-top_sports" class="echo-badge-info">
+ <div class="marker echo-item-user-top_sports"></div>
+ <p class="title">SuperFan Badge</p>
+ <p>SuperFan badge holders consistently post smart, timely comments about
+ Washington area sports and teams.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-culture_connoisseur" class="echo-badge-info">
+ <div class="marker echo-item-user-culture_connoisseur"></div>
+ <p class="title">Culture Connoisseur Badge</p>
+ <p>Culture Connoisseurs consistently offer thought-provoking, timely comments
+ on the arts, lifestyle and entertainment.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-fact_checker" class="echo-badge-info">
+ <div class="marker echo-item-user-fact_checker"></div>
+ <p class="title">Fact Checker Badge</p>
+ <p>Fact Checkers contribute questions, information and facts to <a target="_badgeinfo"
+ href="http://www.washingtonpost.com/blogs/fact-checker">The Fact Checker</a>.</p>
+ <p
+ class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-top_local" class="echo-badge-info">
+ <div class="marker echo-item-user-top_local"></div>
+ <p class="title">Washingtologist Badge</p>
+ <p>Washingtologists consistently post thought-provoking, timely comments
+ on events, communities, and trends in the Washington area.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-staff" class="echo-badge-info">
+ <div class="marker echo-item-user-staff" style="float:left;"></div>
+ <p class="title">Post Writer Badge</p>
+ <p>This commenter is a Washington Post editor, reporter or producer.</p>
+ </div>
+ <div id="echo-top_commenter" class="echo-badge-info">
+ <div class="marker echo-item-user-top_commenter"></div>
+ <p class="title">Post Forum Badge</p>
+ <p>Post Forum members consistently offer thought-provoking, timely comments
+ on politics, national and international affairs.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-weather_watcher" class="echo-badge-info">
+ <div class="marker echo-item-user-weather_watcher"></div>
+ <p class="title">Weather Watcher Badge</p>
+ <p>Weather Watchers consistently offer thought-provoking, timely comments
+ on climates and forecasts.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-world_watcher" class="echo-badge-info">
+ <div class="marker echo-item-user-world_watcher"></div>
+ <p class="title">World Watcher Badge</p>
+ <p>World Watchers consistently offer thought-provoking, timely comments on
+ international affairs.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-post_contributor" class="echo-badge-info">
+ <div class="marker echo-item-user-post_contributor"></div>
+ <p class="title">Post Contributor Badge</p>
+ <p>This commenter is a Washington Post contributor. Post contributors aren’t
+ staff, but may write articles or columns. In some cases, contributors are
+ sources or experts quoted in a story.</p>
+ <p class="echo-badge-info-link"><a target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">More about badges</a> |
+ <a
+ target="_badgeinfo" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html">Request a badge</a>
+ </p>
+ </div>
+ <div id="echo-post_recommended" class="echo-badge-info">
+ <div class="marker echo-item-marker-post_recommended"></div>
+ <p class="title">Post Recommended</p>
+ <p>Washington Post reporters or editors recommend this comment or reader
+ post.</p>
+ </div>
+ <div id="echo-anon-report">
+ <p>You must be logged in to report a comment.</p>
+ <div class="inline padding-right-9"><a class="echo-sign-in icon right-arrow" href=""><strong>Sign in here</strong></a>
+ </div>
+ </div>
+ <div id="echo-anon-recommend">
+ <p>You must be logged in to recommend a comment.</p>
+ <div class="inline padding-right-9"><a class="echo-sign-in icon right-arrow" href=""><strong>Sign in here</strong></a>
+ </div>
+ </div>
+ <div id="echo-comments-overview">
+ <p>Comments our editors find particularly useful or relevant are displayed
+ in <strong>Top Comments</strong>, as are comments by users with these badges: <strong><span class="badge-list"></span></strong>.
+ Replies to those posts appear here, as well as posts by staff writers.</p>
+ <p>All comments are posted in the <strong>All Comments</strong> tab.</p>
+ <div
+ class="inline padding-right-9 left"><a class="icon right-arrow" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html"><strong>More about badges</strong></a>
+ </div>
+ <div class="inline padding-right-9 right"><a class="icon right-arrow" href="http://www.washingtonpost.com/wp-srv/interactivity/get-a-badge.html"><strong>Get a badge</strong></a>
+ </div>
+ <div class="clear padding-top-10">
+ <p>To pause and restart automatic updates, click "Live" or "Paused". If paused,
+ you'll be notified of the number of additional comments that have come
+ in.</p>
+ </div>
+ </div>
+ <div id="echo-more-comments-top">
+ <div style="font-size: 11px;">
+ <br/>Comments our editors find particularly useful or relevant are displayed
+ in <strong>Top Comments</strong>, as are comments by users with these badges: <strong><span class="badge-list"></span></strong>.
+ Replies to those posts appear here, as well as posts by staff writers.</div>
+ </div>
+ </div>
+ <div class="hide hidden utils">
+ <div id="comment-flag-container">
+ <div id="comment-flag-list">
+ <div class="arrow-one"></div>
+ <div class="arrow-two"></div>
+ <div class="flag-list">
+ <ul>
+ <li id="flag-spam" class="report-button">Spam</li>
+ <li id="flag-offensive" class="report-button">Offensive</li>
+ <li id="flag-disagree" class="report-button">Disagree</li>
+ <li id="flag-offtopic" class="report-button">Off-Topic</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!--[if IE 7]>
+ <style type="text/css">
+ .comment-share-info #newsharebar li .more{position:relative;margin-left:-220px}.comment-share-info #newsharebar li .morebottom{height:110px;position:relative;top:10px;z-index:998}.comment-share-info #newsharebar li .morebottom .left,.comment-share-info #newsharebar li .morebottom .right{z-index:1000;height:110px}.comment-share-info #newsharebar li .morebottom ul li{width:100px}.comment-share-info #newsharebar li .arrow-one,.comment-share-info #newsharebar li .arrow-two{position:absolute;z-index:999;left:229px}.comment-share-info #newsharebar li .arrow-one{top:9px}.comment-share-info #newsharebar li .arrow-two{top:11px}
+ </style>
+ <![endif]-->
+ <div class="comment-share-info hide hidden">
+ <div id="newsharebar">
+ <div class="newshare">
+ <ul class="share mega-menu inline-list">
+ <li class="sharetop">
+ <div class="more" style="display: none;">
+ <div class="arrow-one"></div>
+ <div class="arrow-two"></div>
+ <div class="morebottom">
+ <div class="left">
+ <ul>
+ <li>
+ <div class="shareitems facebook"></div> <a href="javascript:void(0)" class="facebook-link" onclick="window.open('http://www.facebook.com/share.php?u={shareURL}','','width=658,height=354,scrollbars=no');return false;">Facebook</a>
+ </li>
+ <li>
+ <div class="shareitems twitter"></div> <a href="javascript:void(0)" onclick="window.open('http://www.twitter.com/intent/tweet?text={headline}&amp;url={shareURL}','','width=550, height=350, scrollbars=no')">Twitter</a>
+ </li>
+ <li>
+ <div class="shareitems reddit"></div> <a href="javascript:void(0)" onclick="window.open('http://reddit.com/submit?url={shareURL}%3Ftid%3Dsm_btn_reddit&amp;title={headline}','','width=550, height=350, scrollbars=no')">Reddit</a>
+ </li>
+ </ul>
+ </div>
+ <div class="right">
+ <ul>
+ <li>
+ <div class="shareitems stumbleupon"></div><a href="http://www.stumbleupon.com/submit?url={shareURL}%3Ftid%3Dsm_btn_su&amp;title={headline}">StumbleUpon</a>
+ </li>
+ <li>
+ <div class="shareitems digg"></div> <a href="http://digg.com/submit?phase=2&amp;url={shareURL}%3Ftid%3Dsm_btn_digg&amp;title={headline}">Digg</a>
+ </li>
+ <li>
+ <div class="shareitems delicious"></div> <a href="http://www.delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url={shareURL}%3Ftid%3Dsm_btn_delicious&amp;title={headline}">Delicious</a>
+ </li>
+ </ul>
+ </div>
+ <div style="clear:both;"></div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="right-rail" class="pb-layout-item pb-chain pb-one right-rail"
+ data-pb-columns="1">
+ <div id="rzchwozzutoatieqlcqmuow_1421785167982_543" class="moat-trackable pb-feature pb-chained pb-f-page-newsletter pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-newsletter"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-newsletter|article-business">
+ <div id="newsLetter-signup-box" class="pb-feature-inside-wrapper ">
+ <p id="newsletter-section">world</p>
+ <p id="newsletter-subsection">middle_east</p>
+ <p id="newsletter-blogname"></p>
+ <p class="headline" id="newsletter-headline"></p>
+ <p class="title" id="newsletter-tagline"></p>
+ <form method="post" action="http://link.washingtonpost.com/s">
+ <input type="text" name="email" id="newsLetter-input" class="newsLetter-field"
+ placeholder="E-mail address"/>
+ <input type="submit" value="Add" class="newsLetter-btn" id="subscribe-newsLetter"/>
+ <input type="hidden" name="template" value="" id="template-var"/>
+ <input type="hidden" name="vars[simple_signup]" value="1"/>
+ <input type="hidden" name="vars[simple]" value="1"/>
+ <input type="hidden" name="" value="1" id="variable-var"/>
+ <input type="hidden" name="redirect" value="" id="redirect-url"/>
+ </form>
+ <p class="newsLetter-error-msg">Please enter a valid email address</p>
+ </div>
+ </div>
+ <div id="article-business_1409240003194_922" class="moat-trackable pb-feature pb-chained pb-f-ad-flex pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="ad-flex" data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="ad-flex|article-business">
+ <div id="slug_flex_ss_bb_hp" class="pb-ad-container" style="display:none;"
+ data-ad-type="flex_ss_bb_hp"></div>
+ </div>
+ <div id="article-business_1409240010906_564" class="moat-trackable pb-feature pb-chained pb-f-page-post-most pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-post-most"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-post-most|article-business">
+ <div id="post-most-rr" class="post-most">
+ <div class="header-mobile-border"></div>
+ <div class="pb-module-header">Most Read <span class="section">Business</span>
+ </div>
+ <ul class="large def-feed">
+ <li> <a href="http://www.washingtonpost.com/news/energy-environment/wp/2015/03/16/the-melting-of-antarctica-was-already-really-bad-it-just-got-worse/?tid=pm_business_pop"> <div class="number left">1</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/energy-environment/201503/Images/2012-02-07T003457Z_01_TOR105_RTRIDSP_3_USA.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/energy-environment/201503/Images/2012-02-07T003457Z_01_TOR105_RTRIDSP_3_USA.jpg" width="138" height="92"/> <div class="headline ">The melting of Antarctica was already really bad. It just got worse.</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/blogs/wonkblog/wp/2015/03/18/the-worlds-longest-non-stop-flights-mapped/?tid=pm_business_pop"> <div class="number left">2</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/wonkblog/201503/Images/tumblr_n1zot9AsFt1s3dn7vo1_1280.png" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/wonkblog/201503/Images/tumblr_n1zot9AsFt1s3dn7vo1_1280.png" width="138" height="92"/> <div class="headline ">The world's longest non-stop flights, mapped</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/blogs/wonkblog/wp/2015/03/18/fed-signals-that-higher-interest-rates-are-coming/?tid=pm_business_pop"> <div class="number left">3</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/wonkblog/201503/Images/Was8907355.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/wonkblog/201503/Images/Was8907355.jpg" width="138" height="92"/> <div class="headline ">Federal Reserve decision: Fed signals that higher interest rates are coming</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/blogs/wonkblog/wp/2015/03/18/the-most-popular-breakfast-cereals-in-america-today/?tid=pm_business_pop"> <div class="number left">4</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/wonkblog/201503/Images/2015-03-05T143249Z_01_TOR117_RTRIDSP_3_KROGER-RESULTS.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/wonkblog/201503/Images/2015-03-05T143249Z_01_TOR117_RTRIDSP_3_KROGER-RESULTS.jpg" width="138" height="92"/> <div class="headline ">The most popular breakfast cereals in America today</div> <div class="clear"></div> </a>
+ </li>
+ <li class="last"> <a href="http://www.washingtonpost.com/blogs/the-switch/wp/2015/03/18/tesla-just-won-a-huge-victory-in-new-jersey/?tid=pm_business_pop"> <div class="number left">5</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/the-switch/201503/Images/Screen-Shot-2014-10-22-at-11.32.40.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/the-switch/201503/Images/Screen-Shot-2014-10-22-at-11.32.40.jpg" width="138" height="92"/> <div class="headline ">Tesla just won a huge victory in New Jersey</div> <div class="clear"></div> </a>
+ </li>
+ </ul>
+ <ul class="large alt-feed">
+ <li> <a href="http://www.washingtonpost.com/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html?tid=pm_business_pop_b"> <div class="number left">1</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1138.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/2010-2019/WashingtonPost/2015/03/18/National-Economy/Images/Nic6429750-1138.jpg" width="138" height="92"/> <div class="headline ">Where do strained U.S.-Israeli relations go after Netanyahu’s victory?</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/news/energy-environment/wp/2015/03/16/the-melting-of-antarctica-was-already-really-bad-it-just-got-worse/?tid=pm_business_pop_b"> <div class="number left">2</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/energy-environment/201503/Images/2012-02-07T003457Z_01_TOR105_RTRIDSP_3_USA.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/energy-environment/201503/Images/2012-02-07T003457Z_01_TOR105_RTRIDSP_3_USA.jpg" width="138" height="92"/> <div class="headline ">The melting of Antarctica was already really bad. It just got worse.</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/blogs/wonkblog/wp/2015/03/18/the-worlds-longest-non-stop-flights-mapped/?tid=pm_business_pop_b"> <div class="number left">3</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/wonkblog/201503/Images/tumblr_n1zot9AsFt1s3dn7vo1_1280.png" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/wonkblog/201503/Images/tumblr_n1zot9AsFt1s3dn7vo1_1280.png" width="138" height="92"/> <div class="headline ">The world’s longest non-stop flights, mapped</div> <div class="clear"></div> </a>
+ </li>
+ <li> <a href="http://www.washingtonpost.com/blogs/wonkblog/wp/2015/03/18/fed-signals-that-higher-interest-rates-are-coming/?tid=pm_business_pop_b"> <div class="number left">4</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/wonkblog/201503/Images/Was8907355.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/wonkblog/201503/Images/Was8907355.jpg" width="138" height="92"/> <div class="headline ">Federal Reserve decision: Fed signals that higher interest rates are coming</div> <div class="clear"></div> </a>
+ </li>
+ <li class="last"> <a href="http://www.washingtonpost.com/blogs/wonkblog/wp/2015/03/18/2015-ncaa-tournament-your-guide-to-picking-all-the-upsets-in-this-years-ncaa-tournament/?tid=pm_business_pop_b"> <div class="number left">5</div> <img class="photo right small-img" src="http://img.washingtonpost.com/rf/image_60x60/WashingtonPost/Content/Blogs/wonkblog/201503/Images/NCAA_South_Georgetowns_Past-0e6bf.jpg" width="60" height="60"/> <img class="photo right big-img" src="http://img.washingtonpost.com/rf/image_138x92/WashingtonPost/Content/Blogs/wonkblog/201503/Images/NCAA_South_Georgetowns_Past-0e6bf.jpg" width="138" height="92"/> <div class="headline ">2015 NCAA tournament: Your guide to picking all the upsets in this year’s NCAA tournament</div> <div class="clear"></div> </a>
+ </li>
+ </ul>
+ <div id="slug_postmost" data-ad-type="postmost" style="display:none;width:100%;"></div>
+ </div>
+ </div>
+ <div id="article-business_1410205915966_362" class="moat-trackable pb-feature pb-chained pb-f-most-sidebar pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="most-sidebar" data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="most-sidebar|article-business">
+ <style>
+ .the-most ul.large li{display:none}
+ </style>
+ <div id="the-most-rr" class="the-most">
+ <div class="header-mobile-border"></div>
+ <div class="pb-module-header"> <a class="the-most-sb-header" href="https://www.washingtonpost.com/themost?tid=themost_sb_header">The Most <span class="section">Popular All Over</span></a>
+ <div
+ id="slug_most_tile" style="float:right; position: relative; bottom: 15px;"
+ data-ad-type="most_tile"></div>
+ </div>
+ <ul class="large">
+ <li>
+ <div class="outer-div"> <a target="_blank" href="https://www.thedodo.com/dogs-who-are-smothering-the-cat-with-their-love-1047641763.html"> <img height="60" width="60" class="photo right small-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://assets.rbl.ms/605929/300x.jpg&amp;h=60&amp;w=60"/> <img height="92" width="138" class="photo right big-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://assets.rbl.ms/605929/300x.jpg&amp;h=92&amp;w=138"/> </a>
+ <a
+ target="_blank" href="http://www.thedodo.com">
+ <div class="feedname">The Dodo</div>
+ </a> <a target="_blank" href="https://www.thedodo.com/dogs-who-are-smothering-the-cat-with-their-love-1047641763.html"> <div class="line-outer"> <div class="line headline">12 Dogs Who Are Smothering The Cat With Their Love</div> </div> </a>
+ </div>
+ <div class="clear"></div>
+ </li>
+ <li>
+ <div class="outer-div"> <a target="_blank" href="http://www.wnyc.org/story/race-and-latino-americans/"> <img height="60" width="60" class="photo right small-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://media2.wnyc.org/i/1500/1053/c/80/1/Rodner_Figueroa_getty.jpg&amp;h=60&amp;w=60"/> <img height="92" width="138" class="photo right big-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://media2.wnyc.org/i/1500/1053/c/80/1/Rodner_Figueroa_getty.jpg&amp;h=92&amp;w=138"/> </a>
+ <a
+ target="_blank" href="http://www.wnyc.org">
+ <div class="feedname">WNYC - New York Public Radio</div>
+ </a> <a target="_blank" href="http://www.wnyc.org/story/race-and-latino-americans/"> <div class="line-outer"> <div class="line headline">'The Deepest, Darkest Secret in the Latino Community'</div> </div> </a>
+ </div>
+ <div class="clear"></div>
+ </li>
+ <li class="last">
+ <div class="outer-div"> <a target="_blank" href="http://feedproxy.google.com/~r/time/topstories/~3/nUTIa4bLKY8/"> <img height="60" width="60" class="photo right small-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://timedotcom.files.wordpress.com/2015/03/terry-mcauliffe.jpg?quality=65&amp;strip=color&amp;w=150&amp;h=60&amp;w=60"/> <img height="92" width="138" class="photo right big-img" src="http://img.washingtonpost.com/wp-apps/imrs.php?src=https://timedotcom.files.wordpress.com/2015/03/terry-mcauliffe.jpg?quality=65&amp;strip=color&amp;w=150&amp;h=92&amp;w=138"/> </a>
+ <a
+ target="_blank" href="http://www.time.com">
+ <div class="feedname">TIME</div>
+ </a> <a target="_blank" href="http://feedproxy.google.com/~r/time/topstories/~3/nUTIa4bLKY8/"> <div class="line-outer"> <div class="line headline">Virginia Governor Calls for Probe Into Student’s Arrest</div> </div> </a>
+ </div>
+ <div class="clear"></div>
+ </li>
+ </ul>
+ <div id="slug_the_most"> <a id="the_most_sub_button" href="https://www.washingtonpost.com/themost?tid=themost_sb_img"
+ target="_blank"> <span>The Most</span> Popular stories around the web </a>
+ </div>
+ <div id="slug_most_logo" data-ad-type="most_logo" style="display:none;"></div>
+ </div>
+ </div>
+ <div id="article-business_1409240017498_319" class="moat-trackable pb-feature pb-chained pb-f-ad-flex-2 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="ad-flex-2" data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="ad-flex-2|article-business">
+ <div id="slug_flex_ss_bb_hp_2" class="pb-ad-container" style="display:none;"
+ data-ad-type-placeholder="flex_ss_bb_hp|2" data-ad-delivery="vi"></div>
+ </div>
+ <div id="article-business_1414477165152_294" class="moat-trackable pb-feature pb-chained pb-f-games-gamesWidget pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="games-gamesWidget"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="games-gamesWidget|article-business">
+ <div class="right-rail game-module position-rel html5">
+ <div class="games-intro">
+ <h4>Our Online Games</h4>
+ <p>Play right from this page</p>
+ </div>
+ <div class="position-abs on-right game-player-container ghide">
+ <div class="position-rel full-width full-height game-player-container-inner overflow-hidden">
+ <iframe frameborder="0"></iframe>
+ <img class="screenshot position-abs on-left"/>
+ </div>
+ <div class="close-button position-abs"><i class="fa fa-2x fa-times-circle"></i>
+ </div>
+ </div>
+ <div class="full-width module component">
+ <div class="game-widgets-container position-rel">
+ <div id="online-game-carousel-right-rail">
+ <ul class="games">
+ <li> <a data-toggle="game-trigger" href="javascript:void(0)" class="clear block flash"> <div class="game-item" onlineembeddedgameurl="http://games.washingtonpost.com/API/en-US/games/sudoku/flash?type=gamesembed" onlinegamecodelanguage="flash" iframewidth="650px" iframeheight="470"> <img src="http://cdn.arenaconnect.arkadiumhosted.com/games-storage/sudoku/img/148x148.png" alt="sudoku"/> <div> <h4>Sudoku</h4> <h5>Genre(s):</h5><span>&nbsp;&nbsp;Strategy</span> <p> Put on your Sudoku hat and get ready for a challenging Sudoku puzzle! </p> </div> </div> </a>
+ </li>
+ <li> <a data-toggle="game-trigger" href="javascript:void(0)" class="clear block flash"> <div class="game-item" onlineembeddedgameurl="http://games.washingtonpost.com/API/en-US/games/daily-crossword/flash?type=gamesembed" onlinegamecodelanguage="flash" iframewidth="650px" iframeheight="450"> <img src="http://cdn.arenaconnect.arkadiumhosted.com/games-storage/daily-crossword/img/148x148.png" alt="daily-crossword"/> <div> <h4>Daily Crossword</h4> <h5>Genre(s):</h5><span>&nbsp;&nbsp;Word</span> <p> Same fun of crosswords but online! </p> </div> </div> </a>
+ </li>
+ <li> <a data-toggle="game-trigger" href="javascript:void(0)" class="clear block flash"> <div class="game-item" onlineembeddedgameurl="http://games.washingtonpost.com/API/en-US/games/just-words/flash?type=gamesembed" onlinegamecodelanguage="flash" iframewidth="650px" iframeheight="455"> <img src="http://cdn.arenaconnect.arkadiumhosted.com/games-storage/masque-just-words/img/148x148.png" alt="masque-just-words"/> <div> <h4>Just Words</h4> <h5>Genre(s):</h5><span>&nbsp;&nbsp;Word</span> <p> Get ready to be wowed with wonderful word fun! </p> </div> </div> </a>
+ </li>
+ <li> <a data-toggle="game-trigger" href="javascript:void(0)" class="clear block html5"> <div class="game-item" onlineembeddedgameurl="http://games.washingtonpost.com/API/en-US/games/trizzle/html5?type=gamesembed" onlinegamecodelanguage="html5" iframewidth="650px" iframeheight="0"> <img src="http://cdn.arenaconnect.arkadiumhosted.com/games-storage/html5-trizzle/img/292x194.png" alt="html5-trizzle"/> <div> <h4>Trizzle</h4> <h5>Genre(s):</h5><span>&nbsp;&nbsp;Strategy</span> <p> Experience the joy of Trizzle! </p> </div> </div> </a>
+ </li>
+ </ul>
+ </div> <a href="#" id="ui-carousel-prev" class="up-arrow position-abs on-top on-right"><i class="icon-chevron-up icon-2x"></i></a>
+ <a
+ href="#" id="ui-carousel-next" class="down-arrow position-abs on-bottom on-right"><i class="icon-chevron-down icon-2x"></i>
+ </a>
+ </div>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+ <div id="article-business_1409240029666_516" class="moat-trackable pb-feature pb-chained pb-f-page-editors-picks pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-editors-picks"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-editors-picks|article-business"></div>
+ <div id="article-business_1409240036732_683" class="moat-trackable pb-feature pb-chained pb-f-page-footer-v2 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="page-footer-v2"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-footer-v2|article-business">
+ <ul class="footer-v2 plain">
+ <li><a href="http://www.washingtonpost.com"><b>washingtonpost.com</b></a>
+ </li>
+ <li>© 1996-2015 The Washington Post</li>
+ <li>&nbsp;</li>
+ <li><a href="http://www.washingtonpost.com/actmgmt/help/">Help and Contact Us</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/terms-of-service/2011/11/18/gIQAldiYiN_story.html">Terms of Service</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/privacy-policy/2011/11/18/gIQASIiaiN_story.html">Privacy Policy</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/discussion-and-submission-guidelines/2011/11/21/gIQAuvIbiN_story.html">Submissions and Discussion Policy</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/rss-terms-of-service/2012/01/16/gIQAadFYAQ_story.html">RSS Terms of Service</a>
+ </li>
+ <li><a href="http://www.washingtonpost.com/how-can-i-opt-out-of-online-advertising-cookies/2011/11/18/gIQABECbiN_story.html">Ad Choices</a>
+ </li>
+ </ul>
+ </div>
+ <div id="article-business_1409240042494_825" class="moat-trackable pb-feature pb-chained pb-f-ad-flex-3 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="" data-pb-name="ad-flex-3" data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="ad-flex-3|article-business">
+ <div id="slug_flex_ss_bb_hp_3" class="pb-ad-container" style="display:none;"
+ data-ad-type-placeholder="flex_ss_bb_hp|3" data-ad-delivery="vi"></div>
+ </div>
+ </div>
+ </div>
+ <div id="article-business_1401912648216_112" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-article-next-story pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="article-next-story"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="article-next-story|article-business">
+ <style type="text/css">
+ .pb-f-article-next-story{display:none}
+ </style>
+ </div>
+ <div id="article-business_1401913151279_677" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-ad-leaderboard-2 pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="ad-leaderboard-2"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="ad-leaderboard-2|article-business">
+ <div id="slug_leaderboard_bottom" data-ad-type="leaderboard_bottom" class="pb-ad-container leaderboard-2"
+ style="display:none;"></div>
+ </div>
+ <div class="pb-scatter">
+ <div id="rzchwozzutoatieqlcqmuow_1423588473636_766" class="moat-trackable pb-layout-item pb-feature pb-one pb-f-page-clavis pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="1" data-pb-name="page-clavis" data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-clavis|article-business">
+ <script>
+ try{if(wp_meta_data){if(!wp_meta_data.clavis){wp_meta_data.clavis={}}(function(){var clavisArray=[];var clavisNames=[];clavisArray.push("RW0");clavisNames.push("Child 2");clavisArray.push("KTT");clavisNames.push("New Auxiliary 30");clavisArray.push("sa6");clavisNames.push("New Auxiliary 37");clavisArray.push("4hr");clavisNames.push("New Auxiliary 38");clavisArray.push("g5c");clavisNames.push("New Auxiliary 39");clavisArray.push("3fv");clavisNames.push("New Auxiliary 40");clavisArray.push("8z8");clavisNames.push("Aux 100714");clavisArray.push("z0s");clavisNames.push("Copy of New Auxiliary 20");clavisArray.push("n8g");clavisNames.push("Copy of New Auxiliary 20");clavisArray.push("5k4");clavisNames.push("China_HongKong%20Exclusion%2012-12-14");clavisArray.push("7f3");clavisNames.push("Copy of New Auxiliary 26");clavisArray.push("o1b");clavisNames.push("Defense%20and%20National%20Security%202.12.15");clavisArray.push("m1d");clavisNames.push("Copy%20of%20Defense%20and%20National%20Security%202.12.15");clavisArray.push("pvj");clavisNames.push("New Auxiliary 46");wp_meta_data.clavis.auxiliaries=clavisArray;wp_meta_data.clavis.auxiliary_names=clavisNames})()}}catch(e){};
+ </script>
+ </div>
+ <div id="rzchwozzutoatieqlcqmuow_1424205096940_6" class="moat-trackable pb-layout-item pb-feature pb-one pb-f-page-targeting pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="1" data-pb-name="page-targeting"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-targeting|article-business">
+ <script type="text/javascript">
+ (function($){TWP=window.TWP||{};TWP.Features=TWP.Features||{};TWP.Features.Page=TWP.Features.Page||{};TWP.Features.Page.Targeting={};TWP.Features.Page.Targeting.endpointServer="https://targeting.wpdigital.net/TargetingWebAPP/targeting"})(jQuery);
+ </script>
+ </div>
+ </div>
+ <div id="rzchwozzutoatieqlcqmuow_1425455292781_802" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-page-subscription pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="page-subscription"
+ data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="page-subscription|article-business">
+ <div id="subscription-banner" class="ab-test-subscription-banner banner"
+ style="display: none;">
+ <div class="wp-logo"> <a href="http://www.washingtonpost.com?nid=top_pb_wplogo">The Washington Post</a>
+ </div>
+ <div class="banner-content">
+ <p class="subscribe-headline">Every story. Every feature. Every insight.</p>
+ <p class="subscribe-tagline">Yours for as low as JUST 99¢!</p> <a href="https://subscribe.washingtonpost.com/acquisition/?promo=dgdefault_bannertest1&amp;view=1&amp;wpsrc=CM0000262&amp;ttexclude=1&amp;hl=hl2N99"
+ id="subscribe-btn" class="submit-btn subscribe"> Subscribe </a> <span class="not-now-btn subscribe"> <p class="label">Not Now</p> <a class="link"><i class="fa fa-times"></i></a> </span>
+ </div>
+ </div>
+ <div id="signup-banner" class="ab-test-signup-banner banner" style="display: none;">
+ <p id="newsletter-banner-section">world</p>
+ <p id="newsletter-banner-subsection">middle_east</p>
+ <p id="newsletter-banner-blogname"></p>
+ <div class="wp-logo"> <a href="http://www.washingtonpost.com?nid=top_pb_wplogo">The Washington Post</a>
+ </div>
+ <div class="banner-content">
+ <div class="signup-title">
+ <p class="signup-headline" id="newsletter-headline-banner"></p>
+ <p class="signup-tagline" id="newsletter-tagline-banner"></p>
+ </div>
+ <form method="post" action="http://link.washingtonpost.com/s" id="signup-form">
+ <input type="text" name="email" class="signup-field" placeholder="E-mail address"
+ id="newsLetter-input-banner"/>
+ <input type="submit" value="Add" class="submit-btn signup" id="signup-newsLetter"/>
+ <input type="hidden" name="template" value="" id="template-var-banner"/>
+ <input type="hidden" name="vars[simple_signup]" value="1"/>
+ <input type="hidden" name="vars[simple]" value="2" id="banner-simple-var"/>
+ <input type="hidden" name="" value="1" id="variable-var-banner"/>
+ <input type="hidden" name="redirect" value="" id="redirect-url-banner"/>
+ </form>
+ <div class="clear"></div>
+ <div class="newsletter-suggestions">
+ <p class="title">You might also like:</p>
+ <div class="suggestion-list">
+ <div class="suggestion">
+ <input type="checkbox" class="checkbox"/>
+ <p class="title">Name of Related Newsletter (daily)</p>
+ </div>
+ <div class="suggestion">
+ <input type="checkbox" class="checkbox"/>
+ <p class="title">Another Related Newsletter (M-W-F)</p>
+ </div>
+ <div class="suggestion">
+ <input type="checkbox" class="checkbox"/>
+ <p class="title">This Newsletter is Good (weekly)</p>
+ </div>
+ </div>
+ <div class="suggestion-buttons">
+ <input type="submit" value="No, thanks" class="submit-btn signup" id="signup-cancel"/>
+ <input type="submit" value="Sign Up" class="submit-btn signup" id="signup-more"/>
+ </div>
+ </div> <span class="not-now-btn subscribe"> <p class="label">Not Now</p> <a class="link"><i class="fa fa-times"></i></a> </span>
+ </div>
+ <p class="newsLetter-error-msg-banner">Incorrect email</p>
+ </div>
+ </div>
+ <div id="article-business_1415646289433_293" class="moat-trackable pb-layout-item pb-feature pb-three pb-f-bi-abtest pb-f-theme-normal"
+ data-pb-async="false" data-pb-columns="3" data-pb-name="bi-abtest" data-pb-content-uri="/pb/business/economy/netanyahu-win-points-to-two-more-years-of-strained-us-israel-ties/2015/03/18/ca175d64-cd76-11e4-a2a7-9517a3a70506_story.html"
+ data-pb-content-editable="" moat-id="bi-abtest|article-business">
+ <script>
+ var TWP=window.TWP||{};(function(w,usrValue,undefined){var usr=w.TWP.ABTestUser=usrValue;w._abtemptyfn=function(){return undefined}})(window,{trackPageviewEventBefore:"onTwpMeterComplete.omniture"||"abtest-noevent",trackPageviewEventAfter:"afterTwpPageTrack.omniture"||"abtest-noevent",trackSetHandler:"TWP.ABTestMfr.track.omniture.trackSetHandler"||"_abtemptyfn",trackUnsetHandler:"TWP.ABTestMfr.track.omniture.trackUnsetHandler"||"_abtemptyfn",trackSendHandler:"s.sendDataToOmniture"||"_abtemptyfn",trackValueDelimeter:","||","});
+ </script>
+ <script>
+ TWP.ABTestBucket=TWP.ABTestBucket||[];TWP.ABTestBucket.push({"name":"recommendation","features":[{"name":"recommendation-strip","active":true,"increment":0,"end":"1424062800000","_token":"76dde4","defaultTrack":[{"name":"list1","dynamic":false,"value":"recommendation-strip:default"},{"name":"prop56","dynamic":false,"value":"recommendation-strip:default"},{"name":"list1","dynamic":false,"value":"recommendation-strip-76dde4"},{"name":"prop56","dynamic":false,"value":"recommendation-strip-76dde4"}],"variations":[{"customOptions":{"target":"33"},"name":"alt1","track":[{"name":"list1","dynamic":false,"value":"recommendation-strip:alt1"},{"name":"prop56","dynamic":false,"value":"recommendation-strip:alt1"},{"name":"list1","dynamic":false,"value":"recommendation-strip-76dde4"},{"name":"prop56","dynamic":false,"value":"recommendation-strip-76dde4"}]},{"customOptions":{"target":"33"},"name":"sidebar_alt1","track":[{"name":"list1","dynamic":false,"value":"recommendation-strip:sidebar_alt1"},{"name":"prop56","dynamic":false,"value":"recommendation-strip:sidebar_alt1"},{"name":"list1","dynamic":false,"value":"recommendation-strip-76dde4"},{"name":"prop56","dynamic":false,"value":"recommendation-strip-76dde4"}]}]},{"name":"recommendation-mostread","active":true,"increment":1,"end":"1425013200000","_token":"5af7e9","defaultTrack":[{"name":"list1","dynamic":false,"value":"recommendation-mostread:default"},{"name":"prop56","dynamic":false,"value":"recommendation-mostread:default"},{"name":"list1","dynamic":false,"value":"recommendation-mostread-5af7e9"},{"name":"prop56","dynamic":false,"value":"recommendation-mostread-5af7e9"}],"variations":[{"customOptions":{"target":"5"},"name":"chartbeat","track":[{"name":"list1","dynamic":false,"value":"recommendation-mostread:chartbeat"},{"name":"prop56","dynamic":false,"value":"recommendation-mostread:chartbeat"},{"name":"list1","dynamic":false,"value":"recommendation-mostread-5af7e9"},{"name":"prop56","dynamic":false,"value":"recommendation-mostread-5af7e9"}]}]}],"disabled":false});TWP.ABTestBucket.push({"name":"dummy","features":[{"name":"dummy-feature","active":true,"reglock":false,"end":"1418965200000","throttle":3.3333333333333335,"_token":"14376b","defaultTrack":[{"name":"list1","dynamic":false,"value":"dummy-feature:default"},{"name":"list1","dynamic":false,"value":"dummy-feature-14376b"}],"variations":[{"customOptions":{"target":"20"},"name":"easy1","track":[{"name":"list1","dynamic":false,"value":"dummy-feature:easy1"},{"name":"list1","dynamic":false,"value":"dummy-feature-14376b"}]},{"customOptions":{"target":"10"},"name":"easy2","track":[{"name":"list1","dynamic":false,"value":"dummy-feature:easy2"},{"name":"list1","dynamic":false,"value":"dummy-feature-14376b"}]}]}],"disabled":false});TWP.ABTestBucket.push({"name":"header","features":[{"name":"header-mastHead2","active":false,"increment":0,"end":"1416805200000","_token":"c15b6c","blacklist":{"referrers":["","washingtonpost.com"],"track":[{"name":"list1","dynamic":false,"value":"header-mastHead2:direct"}]},"defaultTrack":[{"name":"list1","dynamic":false,"value":"header-mastHead2:default"},{"name":"list1","dynamic":false,"value":"header-mastHead2-c15b6c"}],"variations":[{"customOptions":{"target":"5"},"name":"logoLarge","track":[{"name":"list1","dynamic":false,"value":"header-mastHead2:logoLarge"},{"name":"list1","dynamic":false,"value":"header-mastHead2-c15b6c"}]}]},{"name":"header-leaderboard","active":false,"increment":0,"end":"1423630800000","_token":"1f6567","defaultTrack":[{"name":"list1","dynamic":false,"value":"header-leaderboard:default"},{"name":"list1","dynamic":false,"value":"header-leaderboard-1f6567"}],"variations":[{"customOptions":{"target":"20"},"name":"below_sharebar","track":[{"name":"list1","dynamic":false,"value":"header-leaderboard:below_sharebar"},{"name":"list1","dynamic":false,"value":"header-leaderboard-1f6567"}]}]}],"disabled":false});TWP.ABTestBucket.push({"name":"subscription","features":[{"name":"subscription-popup","active":false,"increment":0,"end":"1425531600000","_token":"cb51bd","defaultTrack":[{"name":"list1","dynamic":false,"value":"subscription-popup:default"},{"name":"prop56","dynamic":false,"value":"subscription-popup:default"},{"name":"list1","dynamic":false,"value":"subscription-popup-cb51bd"},{"name":"prop56","dynamic":false,"value":"subscription-popup-cb51bd"}],"variations":[{"customOptions":{"target":"20"},"name":"enabled","track":[{"name":"list1","dynamic":false,"value":"subscription-popup:enabled"},{"name":"prop56","dynamic":false,"value":"subscription-popup:enabled"},{"name":"list1","dynamic":false,"value":"subscription-popup-cb51bd"},{"name":"prop56","dynamic":false,"value":"subscription-popup-cb51bd"}]}]},{"name":"subscription-mobilePopup","active":true,"increment":0,"end":"1426132800000","_token":"26a8c3","defaultTrack":[{"name":"list1","dynamic":false,"value":"subscription-mobilePopup:default"},{"name":"prop56","dynamic":false,"value":"subscription-mobilePopup:default"},{"name":"list1","dynamic":false,"value":"subscription-mobilePopup-26a8c3"},{"name":"prop56","dynamic":false,"value":"subscription-mobilePopup-26a8c3"}],"variations":[{"customOptions":{"target":"5"},"name":"enabled","track":[{"name":"list1","dynamic":false,"value":"subscription-mobilePopup:enabled"},{"name":"prop56","dynamic":false,"value":"subscription-mobilePopup:enabled"},{"name":"list1","dynamic":false,"value":"subscription-mobilePopup-26a8c3"},{"name":"prop56","dynamic":false,"value":"subscription-mobilePopup-26a8c3"}]}]},{"name":"subscription-rightRailText","active":false,"increment":0,"end":"1425618000000","_token":"419734","defaultTrack":[{"name":"list1","dynamic":false,"value":"subscription-rightRailText:default"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText:default"},{"name":"list1","dynamic":false,"value":"subscription-rightRailText-419734"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText-419734"}],"variations":[{"customOptions":{"target":"25"},"name":"version2","track":[{"name":"list1","dynamic":false,"value":"subscription-rightRailText:version2"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText:version2"},{"name":"list1","dynamic":false,"value":"subscription-rightRailText-419734"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText-419734"}]},{"customOptions":{"target":"25"},"name":"version3","track":[{"name":"list1","dynamic":false,"value":"subscription-rightRailText:version3"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText:version3"},{"name":"list1","dynamic":false,"value":"subscription-rightRailText-419734"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText-419734"}]},{"customOptions":{"target":"25"},"name":"version4","track":[{"name":"list1","dynamic":false,"value":"subscription-rightRailText:version4"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText:version4"},{"name":"list1","dynamic":false,"value":"subscription-rightRailText-419734"},{"name":"prop56","dynamic":false,"value":"subscription-rightRailText-419734"}]}]},{"name":"subscription-abcde","active":true,"increment":0,"end":"1428292800000","_token":"4748dc","defaultTrack":[{"name":"list1","dynamic":false,"value":"subscription-abcde:default"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:default"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}],"variations":[{"customOptions":{"target":"4"},"name":"subPopup","track":[{"name":"list1","dynamic":false,"value":"subscription-abcde:subPopup"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:subPopup"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}]},{"customOptions":{"target":"2"},"name":"newsletterPopup","track":[{"name":"list1","dynamic":false,"value":"subscription-abcde:newsletterPopup"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:newsletterPopup"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}]},{"customOptions":{"target":"2"},"name":"inArticle","track":[{"name":"list1","dynamic":false,"value":"subscription-abcde:inArticle"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:inArticle"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}]},{"customOptions":{"target":"2"},"name":"popupInArticle","track":[{"name":"list1","dynamic":false,"value":"subscription-abcde:popupInArticle"},{"name":"prop56","dynamic":false,"value":"subscription-abcde:popupInArticle"},{"name":"list1","dynamic":false,"value":"subscription-abcde-4748dc"},{"name":"prop56","dynamic":false,"value":"subscription-abcde-4748dc"}]}]}],"disabled":false});
+ </script>
+ <script>
+ (function ABTestMfrAnonymous($,TWP,window,undefined){var user=TWP.ABTestUser;var ABTM={};var trk=ABTM.track={};var omni=trk.omniture={trackSetHandler:function(props){if(!!window.s){var pn;for(pn in props){if(props.hasOwnProperty(pn)){s[pn]=(s[pn]?[s[pn],props[pn]]:[props[pn]]).join(user.trackValueDelimeter);if(/evar/gi.test(pn)){window["wp_"+pn.toLowerCase()]=props[pn]}}}}},trackUnsetHandler:function(props){if(!!window.s){var pn;for(pn in props){if(props.hasOwnProperty(pn)){s[pn]=(s[pn]||"").replace(("string"==typeof props[pn]?[props[pn]]:props[pn]).join(user.trackValueDelimeter),"");if(!s[pn]){s[pn]=undefined}if(/evar/gi.test(pn)){window["wp_"+pn.toLowerCase()]=undefined}}}}},trackSendHandler:function(customLinkName,events,props){if(!!window.s){var originalValues={};originalValues.events=s.events;originalValues.linkTrackEvents=s.linkTrackEvents;if(events){s.events=("string"===typeof events?[events]:events).join(user.trackValueDelimeter)||undefined;s.linkTrackEvents=s.events}omni.trackSetHandler(props);s.tl(true,"o",customLinkName,{linkTrackVars:function(){var results=[];if(events){results.push("events")}var name;for(name in props){if(props.hasOwnProperty(name)){results.push(name)}}return results.join(user.trackValueDelimeter)}()});s.events=originalValues.events;s.linkTrackEvents=originalValues.linkTrackEvents;omni.trackUnsetHandler(props)}}};TWP.ABTestMfr=ABTM})(jQuery,TWP,window);
+ </script>
+ </div>
+ </div>
+ <script src="//js.washingtonpost.com/wp-srv/ad/loaders/latest/js/min/loader.min.js"
+ async="" data-ad-page-type="responsive" data-ad-site="wp"></script>
+ <script type="text/javascript" src="/pb/resources/compact/template/rZcHWoZzuToaTieQLcQMUOw/javascripts/cd3facb93dab53ddfe1ce0ea3bacb2a3.js?_=f4b3d2"></script>
+ <script type="text/javascript" src="/pb/resource/footjs-rZcHWoZzuToaTieQLcQMUOw-6de5b76f.js?_=f4b3d2"></script>
+ <script type="text/javascript" src="/pb/resource/instancejs-rZcHWoZzuToaTieQLcQMUOw-6de5b76f.js?_=f4b3d2"></script>
+ <script type="text/javascript">
+ window.TWPHead.ready("main.js",function(){window.TWP&&TWP.Analytics&&TWP.Analytics.init("production"=="production"?"":{suite:"preproduction"})});
+ </script>
+ <noscript>
+ <img src="http://b.scorecardresearch.com/p?c1=2&c2=3005617&cv=2.0&cj=1"
+ />
+ </noscript>
+ <script type="text/javascript" src="//widget.perfectmarket.com/wwwwashingtonpost/load.js"></script>
+ <script type="text/javascript">
+ (function($){try{if((!!window.localStorage&&!!localStorage.opbandit&&localStorage.opbandit=="F")){$.ajax({dataType:"script",cache:true,url:"//data.opbandit.com/loader.min.js?key=3e6382b012abc555",success:function(data){}})}var $tweetAuthors=$(".tweet-authors");if((!!$tweetAuthors.size()&&!window.twttr)){$.ajax({dataType:"script",cache:true,url:"//platform.twitter.com/widgets.js",success:function(data){$tweetAuthors.find(".pb-twitter-follow.unprocessed").removeClass("unprocessed")}})}$.ajax({dataType:"script",cache:true,url:"//ak.sail-horizon.com/horizon/v1.js",success:function(data){if(window.Sailthru){Sailthru.setup({domain:"horizon.washingtonpost.com"})}}})}catch(e){}})(jQuery);
+ </script>
+ <script type="text/javascript">
+ !function(){if(!(Math.floor(100*Math.random())>99)){var a,b,c,d="//js.washingtonpost.com/wp-stat/rum/wprum.min.js",e=document.createElement("iframe");e.src="javascript:false",(e.frameElement||e).style.cssText="width: 0; height: 0; border: 0";var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(e,c);try{b=e.contentWindow.document}catch(f){a=document.domain,e.src="javascript:var d=document.open();d.domain='"+a+"';void(0);",b=e.contentWindow.document}b.open()._l=function(){var b=this.createElement("script");a&&(this.domain=a),b.id="boomr-if-as",b.src=d,this.body.appendChild(b)},b.write('&lt;body onload="document._l();">'),b.close()}}();
+ </script>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json
new file mode 100644
index 0000000..4bb8990
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json
@@ -0,0 +1,3 @@
+{
+ "summonCthulhu": true
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json
new file mode 100644
index 0000000..2b266e4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/img.webmd.com\/dtmcms\/live\/webmd\/consumer_assets\/site_images\/miscellaneous\/webmd_FB_logo_bluebkgrd.jpg?v=1"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json
new file mode 100644
index 0000000..2a7bced
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By Brenda Goodman, MA\n WebMD Health News",
+ "Direction": null,
+ "Excerpt": "Life-threatening peanut allergies have mysteriously been on the rise in the past decade, with little hope for a cure. But a groundbreaking new study may offer a way to stem that rise, while another may offer some hope for those who are already allergic.",
+ "Image": "http:\/\/img.webmd.com\/dtmcms\/live\/webmd\/consumer_assets\/site_images\/miscellaneous\/webmd_FB_logo_bluebkgrd.jpg?v=1",
+ "Title": "Babies Who Eat Peanuts Early May Avoid Allergy",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html
new file mode 100644
index 0000000..ddbe3d8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html
@@ -0,0 +1,48 @@
+<div id="textArea">
+
+
+
+
+
+
+
+
+
+ <p>Feb. 23, 2015 -- Life-threatening peanut allergies have mysteriously been
+ on the rise in the past decade, with little hope for a cure.</p>
+ <p xmlns:xalan="http://xml.apache.org/xalan">But a groundbreaking new study may offer a way to stem that rise, while
+ another may offer some hope for those who are already allergic.</p>
+ <p>Parents have been told for years to avoid giving foods containing peanuts
+ to babies for fear of triggering an allergy. Now research shows the opposite
+ is true: Feeding babies snacks made with peanuts before their first birthday
+ appears to prevent that from happening.</p>
+ <p>The study is published in the <i>New England Journal of Medicine,</i> and
+ it was presented at the annual meeting of the American Academy of Allergy,
+ Asthma and Immunology in Houston. It found that among children at high
+ risk for getting peanut allergies, eating peanut snacks by 11 months of
+ age and continuing to eat them at least three times a week until age 5
+ cut their chances of becoming allergic by more than 80% compared to kids
+ who avoided peanuts. Those at high risk were already allergic to egg, they
+ had the skin condition <a href="http://www.webmd.com/skin-problems-and-treatments/eczema/default.htm" onclick="return sl(this,'','embd-lnk');">eczema</a>, or
+ both.</p>
+ <p>Overall, about 3% of kids who ate peanut butter or peanut snacks before
+ their first birthday got an allergy, compared to about 17% of kids who
+ didn’t eat them.</p>
+ <p>“I think this study is an astounding and groundbreaking study, really,”
+ says Katie Allen, MD, PhD. She's the director of the Center for Food and
+ Allergy Research at the Murdoch Children’s Research Institute in Melbourne,
+ Australia. Allen was not involved in the research.</p>
+ <p>Experts say the research should shift thinking about how kids develop
+ <a href="http://www.webmd.com/allergies/guide/food-allergy-intolerances" onclick="return sl(this,'','embd-lnk');">food allergies</a>, and it should change the guidance doctors give to
+ parents.</p>
+ <p>Meanwhile, for children and adults who are already <a href="http://www.webmd.com/allergies/guide/nut-allergy" onclick="return sl(this,'','embd-lnk');">allergic to peanuts</a>,
+ another study presented at the same meeting held out hope of a treatment.</p>
+ <p>A new skin patch called Viaskin allowed people with peanut allergies to
+ eat tiny amounts of peanuts after they wore it for a year.</p>
+ <h3>A Change in Guidelines?</h3>
+
+ <p>Allergies to peanuts and other foods are on the rise. In the U.S., more
+ than 2% of people react to peanuts, a 400% increase since 1997. And reactions
+ to peanuts and other tree nuts can be especially severe. Nuts are the main
+ reason people get a life-threatening problem called <a href="http://www.webmd.com/allergies/guide/anaphylaxis" onclick="return sl(this,'','embd-lnk');">anaphylaxis</a>.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html
new file mode 100644
index 0000000..0b50ccc
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html
@@ -0,0 +1,2411 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" class="no-js">
+
+ <head>
+ <title>Babies Who Eat Peanuts Early May Avoid Allergy</title>
+ <meta http-equiv="X-UA-Compatible"
+ content="IE=Edge"/>
+ <script type="text/javascript">
+ var s_topic="1625"
+ ,s_business_reference="News"
+ ,s_publication_source="WebMD Health News"
+ ,s_sponsor_brand="Dey_EpiPen"
+ ,s_sponsor_program="Dey_EpiPen_Patient Select Allergies"
+ ,s_package_type="topic targeted - sp"
+ ,s_package_name=""
+ ,s_channel_super_portal=""
+ ,s_channel_health="Allergies"
+ ,s_channel_topic_miniguide_guide=""
+ ,s_channel_mini=""
+ ,s_channel_micro=""
+ ,s_tug="2321"
+ ,s_topic_dir="false"
+ ,s_mrt=""
+ ,s_site="core"
+ ,s_assetname=""
+ ,s_searchterm="";
+ </script>
+ <script language="javascript" type="text/javascript">
+ var s_furl="/allergies/news/20150220/child-peanut-allergy-findings"; var s_sponsor_program=""; var s_sensitive="false"; var s_mrt=""; var image_server_url="http://img.webmd.com/dtmcms/live";var s_uk_user="false";
+ </script>
+ <meta name="description" content="Life-threatening peanut allergies have mysteriously been on the rise in the past decade, with little hope for a cure. But a groundbreaking new study may offer a way to stem that rise, while another may offer some hope for those who are already allergic."/>
+ <meta name="keywords" content="peanuts, peanut allergy, eczema, peanut allergies, babies and peanuts"/>
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="http://rssfeeds.webmd.com/rss/rss.aspx?RSSSource=RSS_PUBLIC"/>
+ <link rel="alternate" media="only screen and (max-width: 640px)" href="http://www.m.webmd.com/allergies/news/20150220/child-peanut-allergy-findings"/>
+ <script language="javascript1.2" type="text/javascript">
+ <!--
+ var center="health"; var center_name="Allergies"; var center_id=893; var center_prefix="www"; var center_url="/allergies/default.htm";//-->
+ </script>
+ <meta http-equiv="CACHE-CONTROL" content="NO-CACHE"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <link rel="shortcut icon" href="http://img.webmd.com/dtmcms/live/images/favicon/webmd.ico"/>
+ <link href="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS/layout.css"
+ type="text/css" rel="stylesheet"/>
+ <link rel="apple-touch-icon-precomposed" href="/favico/apple-touch-icon-precomposed.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/favico/apple-touch-icon-72x72-precomposed.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/favico/apple-touch-icon-114x114-precomposed.png"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS/Site/WebMD_091e9c5e8004a22432.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/Allergies News CAP/page_Allergies News CAP_091e9c5e80030184_psmodules_css_1224.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/Base Template/template_Base Template_091e9c5e80020366_tmodules_css_4157.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/Allergies Health Center/template_Allergies Health Center_091e9c5e80022c47_tmodules_css_4718.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/Allergies News/template_Allergies News_091e9c5e8002e053_tmodules_css_1593.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/Allergies News CAP/page_Allergies News CAP_091e9c5e80030184_pmodules_css_3838.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS/Atlanta/reskin/reskin12.css"/>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/webmd.dynamicMobileThrottling.min13.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/scripts373.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/masthead36.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/reskin/reskin14.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/modules/webmd.m.mostPopSS9.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/guide_navigation42.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/oas69.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/topic-directory/webmd.m.dynamicnav17.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/topic-directory/webmd.m.dynrelart28.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/modules/answers3_promo17.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/hover-reg32.js"></script>
+ </head>
+
+ <body>
+ <div id="centering_area">
+ <div id="page_area">
+ <div id="bannerAd_ctr">
+ <div id="ContentPane1">
+ <script type="text/javascript">
+ // write mboxes for OTT
+ if (window.$ && window.webmd && window.mboxCreate) {
+ if (window.webmd.mbox) {
+ webmd.mbox.init();
+ }
+ }
+ </script>
+ <!-- define the Facebook share thumbnail -->
+ <link rel="image_src" href="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/miscellaneous/webmd_FB_logo_bluebkgrd.jpg?v=1"/>
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 101</li><li>$print = false</li></ul><ul><li>adtype = iFRAME</li><li>iframeheight = 90</li><li>iframewidth = 728</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 1625</li><li>artid = 091e9c5e810fb2ee</li><li>au1 = </li><li>au2 = </li><li>bc = _age121_l23_age122_j30_t780_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = 893</li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 101</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 365904714</li><li>tmg = </li><li>transactionID = 442451382</li><li>tug = 2321</li><li>uri = %2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings</li></ul>-->
+ <script>
+ var priTopId='1625', secTopId='';
+ </script>
+ <div id="bannerAd_rdr">
+ <div class="bannerAd_top_fmt"></div>
+ <div id="bannerAd_fmt" class="bannerAd_BG_fmt loaded">
+ <div id="ads2-pos-101-bannerAd" class="ad_placeholder"></div>
+ </div>
+ </div>
+ <script>
+ webmd.ads2Consumer.defineAd({targets:{art:'091e9c5e810fb2ee',cc:'17',env:'',hcent:'893',leaf:'&amp;leaf=',mcent:'',mic:'',pt:'1625',sec:'',pug:'__',scent:'',tmg:'',tug:'2321',uri:'%2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings'},blockCodes:'_age121_l23_age122_j30_t780_',id:'ads2-pos-101-bannerAd',pos:'101',sizes:[[728,90],[970, 90],[970,250]]});
+ </script>
+ </div>
+ </div>
+ <div id="header_ctr">
+ <div id="ContentPane2">
+ <header id="masthead" class="bottom_header">
+ <div id="global_overlay"></div><a href="#mainContentContainer_area" class="jawsonly">Skip to content</a>
+ <div
+ id="banner" role="banner">
+ <div id="logo"><a onclick="sl(this,'','logo')" href="http://www.webmd.com/www/default.htm"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/usability/2012/LBi_Masthead/logo_trans.png" class="logo_rdr" alt="WebMD: Better information. Better health."/></a>
+ </div>
+ <div id="search_container" role="search">
+ <form action="http://www.webmd.com/search/search_results/default.aspx"
+ method="get" name="searchForm">
+ <label class="jawsonly" for="searchQuery_fmt">Enter Search Keywords. Use the arrow keys to navigate suggestions.</label>
+ <input
+ type="text" id="searchQuery_fmt" name="query" maxlength="200" value=""
+ autocomplete="off" title="Enter Search Keywords"/>
+ <input type="submit" class="searchButton_fmt" name="searchButton_fmt"
+ value="" title="Search" onclick="return sl(this,'','srch-bar_submit')"/>
+ </form>
+ <ul id="searchTypeahead_fmt" aria-live="assertive"></ul>
+ </div>
+ <div id="lln-srchbarlnks"><a onclick="return sl(this,'','lln-srchbarlnks_schk')" class="lln-symptoms"
+ href="http://www.webmd.com/symptoms/default.htm">Symptoms</a><span class="pipe">|</span>
+ <a
+ onclick="return sl(this,'','lln-srchbarlnks_phyd')" class="lln-doctors"
+ href="http://doctor.webmd.com/home">Doctors</a><span class="pipe">|</span> <a onclick="return sl(this,'','lln-srchbarlnks_hins')"
+ class="lln-insurance" href="http://www.webmd.com/health-insurance/default.htm">Health Care Reform</a>
+ </div>
+ </div>
+ <nav id="nav" role="navigation">
+ <ul>
+ <li id="nav_1" class="nav nav_reference"><a href="http://www.webmd.com/a-to-z-guides/common-topics/default.htm"
+ id="nav_link_1" aria-haspopup="true" class="nav_link" onclick="return sl(this,'','hicb1-tab')">Health A-Z</a>
+ <div
+ id="menu_1" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1a">
+ <div id="nav_1_1">
+ <p>Common Conditions</p><span><a href="http://www.webmd.com/a-to-z-guides/common-topics/default.htm" onclick="return sl(this,'','hicb1-ccnd_more')">View All</a></span>
+ <ul
+ class="half" role="menu">
+ <li><a href="http://www.webmd.com/add-adhd/default.htm" onclick="return sl(this,'','hicb1-ccnd_1')">ADD/ADHD</a>
+ </li>
+ <li><a href="http://www.webmd.com/allergies/default.htm" onclick="return sl(this,'','hicb1-ccnd_2')">Allergies</a>
+ </li>
+ <li><a href="http://www.webmd.com/arthritis/default.htm" onclick="return sl(this,'','hicb1-ccnd_3')">Arthritis</a>
+ </li>
+ <li><a href="http://www.webmd.com/cancer/default.htm" onclick="return sl(this,'','hicb1-ccnd_4')">Cancer</a>
+ </li>
+ <li><a href="http://www.webmd.com/cold-and-flu/default.htm" onclick="return sl(this,'','hicb1-ccnd_5')">Cold, Flu &amp; Cough</a>
+ </li>
+ <li><a href="http://www.webmd.com/depression/default.htm" onclick="return sl(this,'','hicb1-ccnd_6')">Depression</a>
+ </li>
+ <li><a href="http://www.webmd.com/diabetes/default.htm" onclick="return sl(this,'','hicb1-ccnd_7')">Diabetes</a>
+ </li>
+ </ul>
+ <ul class="half" role="menu">
+ <li><a href="http://www.webmd.com/eye-health/default.htm" onclick="return sl(this,'','hicb1-ccnd_8')">Eye Health</a>
+ </li>
+ <li><a href="http://www.webmd.com/heart-disease/default.htm" onclick="return sl(this,'','hicb1-ccnd_9')">Heart Disease</a>
+ </li>
+ <li><a href="http://www.webmd.com/heartburn-gerd/default.htm" onclick="return sl(this,'','hicb1-ccnd_10')">Heartburn/GERD</a>
+ </li>
+ <li><a href="http://www.webmd.com/pain-management/default.htm" onclick="return sl(this,'','hicb1-ccnd_11')">Pain Management</a>
+ </li>
+ <li><a href="http://www.webmd.com/sexual-conditions/default.htm" onclick="return sl(this,'','hicb1-ccnd_12')">Sexual Conditions</a>
+ </li>
+ <li><a href="http://www.webmd.com/skin-problems-and-treatments/default.htm"
+ onclick="return sl(this,'','hicb1-ccnd_13')">Skin Problems</a>
+ </li>
+ <li><a href="http://www.webmd.com/sleep-disorders/default.htm" onclick="return sl(this,'','hicb1-ccnd_14')">Sleep Disorders</a>
+ </li>
+ </ul>
+ </div>
+ <div id="nav_1_2">
+ <p>Featured Topics</p>
+ <ul role="menu">
+ <li id="pb1" class="hide_link"><a href="http://www.webmd.com/allergies/ss/slideshow-bad-bugs" class="type_ss"
+ onclick="return sl(this,'','hicb1-ftpc_1')">Identifying Bugs and Their Bites <i></i></a>
+ </li>
+ <li id="pb2" class="hide_link"><a href="http://www.webmd.com/women/yeast-evaluator/default.htm" onclick="return sl(this,'','hicb1-ftpc_2')">Bothered by Yeast Infections?</a>
+ </li>
+ <li id="pb3" class="hide_link"><a href="http://www.webmd.com/pain-management/ss/slideshow-worst-shoes-for-your-feet"
+ class="type_ss" onclick="return sl(this,'','hicb1-ftpc_3')">The Worst Shoes for Your Feet <i></i></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_2a" id="symptom_checker_col">
+ <div id="nav_1_3"><a href="http://www.webmd.com/symptoms/default.htm" id="symptom_checker_logo"
+ onclick="return sl(this,'','hicb1-schk_1')">WebMD Symptom Checker</a>
+ <p
+ class="bold">Health concern on your mind?</p>
+ <p>See what your medical symptoms could mean, and learn about possible conditions.</p>
+ <a
+ href="http://www.webmd.com/symptoms/default.htm" class="webmd-btn webmd-btn-pr webmd-btn-m"
+ onclick="return sl(this,'','hicb1-schk_sub')">Get Started</a>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_1_4">
+ <p>Resources</p>
+ <ul role="menu">
+ <li><a href="http://www.webmd.com/blogs/default.htm" onclick="return sl(this,'','hicb1-xchng_blg')"><strong>Second Opinion:</strong> Read expert perspectives on popular health topics.</a>
+ </li>
+ <li><a href="http://www.webmd.com/exchanges/default.htm" onclick="return sl(this,'','hicb1-xchng_cmty')"><strong>Communities:</strong> Connect with people like you, and get expert guidance on living a healthy life.</a>
+ </li>
+ <li><a href="http://www.webmd.com/health-insurance/default.htm" onclick="return sl(this,'','hicb1-ins_ctr')"><strong>Insurance Guide:</strong> Get ready for changes to your health care coverage.</a>
+ </li>
+ <li><a href="http://doctor.webmd.com" onclick="return sl(this,'','hicb1-phy_dir')"><strong>Physician Directory:</strong> Find a doctor in your area.</a>
+ </li>
+ </ul>
+ </div>
+ <div id="nav_1_6">
+ <p>WebMD Pain Coach</p><a href="http://www.webmd.com/webmdpaincoachapp" onclick="return sl(this,'','hicb1-app_1')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_pain_app.jpg" alt="WebMD pain app"/></a>
+ <a
+ href="http://www.webmd.com/webmdpaincoachapp" onclick="return sl(this,'','hicb1-app_1')">Track your pain levels, triggers, and treatments. Set goals and get tips
+ with our app for iPhone.</a>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li id="nav_2" class="nav nav_reference"><a href="http://www.webmd.com/drugs/index-drugs.aspx" id="nav_link_2"
+ class="nav_link" aria-haspopup="true" onclick="return sl(this,'','hicb2-tab')">Drugs &amp; Supplements</a>
+ <div
+ id="menu_2" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1a">
+ <div id="nav_2_1">
+ <p>Find Information About:</p>
+ <p class="bold">Drugs &amp; Supplements</p>
+ <p>Get information and reviews on prescription drugs, over-the-counter medications,
+ vitamins, and supplements. Search by name or medical condition.</p>
+ <ul
+ role="menu" class="bottom_border">
+ <li><a href="http://www.webmd.com/drugs/index-drugs.aspx" onclick="return sl(this,'','hicb2-drgsp_1')">Find or Review a Drug</a>
+ </li>
+ <li><a href="http://www.webmd.com/vitamins-supplements/default.aspx" onclick="return sl(this,'','hicb2-drgsp_2')">Find or Review a Vitamin or Supplement</a>
+ </li>
+ <li><a href="http://www.webmd.com/interaction-checker/default.htm" onclick="return sl(this,'','hicb2-drgsp_3')">Check for Drug Interactions</a>
+ </li>
+ </ul>
+ <p class="bold">Drug Basics &amp; Safety</p>
+ <ul role="menu">
+ <li><a href="http://www.webmd.com/a-to-z-guides/ss/slideshow-commonly-abused-drugs"
+ onclick="return sl(this,'','hicb2-drgsf_1')" class="type_ss">Commonly Abused Drugs <i></i></a>
+ </li>
+ <li><a href="http://www.webmd.com/drug-medication/medicationawareness/default.htm"
+ onclick="return sl(this,'','hicb2-drgsf_2')">What's Your Medication IQ?</a>
+ </li>
+ <li><a href="http://www.webmd.com/baby/taking-prescription-medications-during-pregnancy"
+ onclick="return sl(this,'','hicb2-drgsf_3')">Taking Medications During Pregnancy</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div id="pill_identifier_col" class="nav_dropdown_col_2a">
+ <div id="nav_2_2" class="bottom_border pill_identifier_section"><a href="http://www.webmd.com/pill-identification/default.htm" id="pill_identifier_logo"
+ onclick="return sl(this,'','hicb2-pid_1')">WebMD Pill Identifier</a>
+ <p
+ class="bold">Having trouble identifying your pills?</p>
+ <p>Enter the shape, color, or imprint of your prescription or OTC drug. Our
+ <a
+ href="http://www.webmd.com/pill-identification/default.htm" onclick="return sl(this,'','hicb2-pid_2')">pill identification tool</a>will display pictures that you can compare
+ to your pill.</p><a href="http://www.webmd.com/pill-identification/default.htm"
+ class="webmd-btn webmd-btn-pr webmd-btn-m" onclick="return sl(this,'','hicb2-pid_sub')">Get Started</a>
+ </div>
+ <div id="nav_2_5" class="my_medicine_section"><a href="http://www.webmd.com/my-medicine/default.htm" id="my_medicine_logo"
+ onclick="return sl(this,'','hicb2-ic_2')">WebMD My Medicine</a>
+ <p>Save your medicine, check interactions, sign up for FDA alerts, create
+ family profiles and more.</p><a href="http://www.webmd.com/my-medicine/default.htm"
+ class="webmd-btn webmd-btn-pr webmd-btn-m" onclick="return sl(this,'','hicb2-ic_sub')">Get Started</a>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_2_3">
+ <p>Drug News</p>
+ <ul role="menu">
+ <li id="pb5" class="hide_link"><a href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','hicb2-dnws_1')">Get the Latest Drug Approvals &amp; Alerts</a>
+ </li>
+ <li id="pb6" class="hide_link"><a href="http://www.webmd.com/fda/default.htm" onclick="return sl(this,'','hicb2-dnws_2')">Find FDA Consumer Updates</a>
+ </li>
+ <li id="pb7" class="hide_link"><a href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,'','hicb2-dnws_3')">Sign up to receive WebMD's award-winning content delivered to your inbox.</a>
+ </li>
+ <li id="pb8" class="hide_pb_link"><a href="http://www.webmd.com/diet/news/20120627/fda-approves-diet-pill-belviq"
+ onclick="return sl(this,'','hicb2-dnws_4')">FDA Approves Diet Pill Belviq</a>
+ </li>
+ <li id="pb9" class="hide_pb_link"><a href="http://www.webmd.com/dvt/news/20120625/fda-delays-decision-on-blood-thinner-eliquis"
+ onclick="return sl(this,'','hicb2-dnws_5')">FDA Delays Decision on Blood Thinner Eliquis</a>
+ </li>
+ </ul>
+ </div>
+ <div id="nav_2_4">
+ <p>WebMD Mobile Drug Information App</p><a href="http://www.webmd.com/webmdapp"
+ onclick="return sl(this,'','hicb2-app_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_webmd_mobile_app.png" alt="WebMD logo"/></a>
+ <a
+ href="http://www.webmd.com/webmdapp" onclick="return sl(this,'','hicb2-app_1')">Drug, supplement, and vitamin information on the go.</a>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li id="nav_3" class="nav nav_health"><a href="http://www.webmd.com/living-healthy" id="nav_link_3" class="nav_link"
+ aria-haspopup="true" onclick="return sl(this,'','hicb3-tab')">Living Healthy</a>
+ <div
+ id="menu_3" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1b">
+ <div id="nav_3_1">
+ <p>Featured Content</p>
+ <div id="pb11" class="hide_link">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/210x130_healthy_living_feature.jpg"
+ alt="Women with hair wrapped in towel"/> <a href="http://www.webmd.com/healthy-beauty/ss/slideshow-best-kept-hair-secrets"
+ onclick="return sl(this,'','hicb3-ftr_1')" class="bold">Want luxurious locks?</a>
+ <p>WebMD cuts through the hype to reveal the best kept secrets for healthy
+ hair.</p><a href="http://www.webmd.com/healthy-beauty/ss/slideshow-best-kept-hair-secrets"
+ onclick="return sl(this,'','hicb3-ftr_1')" class="link_overlay" tabindex="-1"></a>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_2b">
+ <div id="nav_3_2">
+ <p>Living Healthy Centers</p><span><a href="http://www.webmd.com/a-to-z-guides/healthy-living/default.htm" onclick="return sl(this,'','hicb3-chl_more')">View All</a></span>
+ <div
+ class="third right_border"><a href="http://www.webmd.com/living-healthy" onclick="return sl(this,'','hicb3-cdt_1')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_healthy_living_diet_food.png" alt="grilled salmon and vegetables"/></a>
+ <p
+ class="bold more_bottom_margin">Diet, Food &amp; Fitness</p>
+ <ul>
+ <li><a href="http://www.webmd.com/diet/default.htm" onclick="return sl(this,'','hicb3-cdt_1')">Weight Loss &amp; Diet Plans</a>
+ </li>
+ <li><a href="http://www.webmd.com/food-recipes/default.htm" onclick="return sl(this,'','hicb3-cdt_2')">Food &amp; Recipes</a>
+ </li>
+ <li><a href="http://www.webmd.com/fitness-exercise/default.htm" onclick="return sl(this,'','hicb3-cdt_3')">Fitness &amp; Exercise</a>
+ </li>
+ </ul>
+ </div>
+ <div class="third right_border"><a href="http://www.webmd.com/living-healthy" onclick="return sl(this,'','hicb3-cbt_1')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_healthy_living_beauty_balance.png" alt="man and woman smiling"/></a>
+ <p
+ class="bold">Beauty, Balance &amp; Love</p>
+ <ul>
+ <li><a href="http://www.webmd.com/healthy-beauty/default.htm" onclick="return sl(this,'','hicb3-cbt_1')">Healthy Beauty</a>
+ </li>
+ <li><a href="http://www.webmd.com/balance/default.htm" onclick="return sl(this,'','hicb3-cbt_2')">Health &amp; Balance</a>
+ </li>
+ <li><a href="http://www.webmd.com/sex-relationships/default.htm" onclick="return sl(this,'','hicb3-cbt_3')">Sex &amp; Relationships</a>
+ </li>
+ <li><a href="http://www.webmd.com/oral-health/default.htm" onclick="return sl(this,'','hicb3-cbt_4')">Oral Care</a>
+ </li>
+ </ul>
+ </div>
+ <div class="third"><a href="http://www.webmd.com/living-healthy" onclick="return sl(this,'','hicb3-clw_1')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_healthy_living_women_men.png" alt="women doing yoga"/></a>
+ <p
+ class="bold more_bottom_margin">Living Well</p>
+ <ul>
+ <li><a href="http://www.webmd.com/women/default.htm" onclick="return sl(this,'','hicb3-clw_1')">Women's Health</a>
+ </li>
+ <li><a href="http://www.webmd.com/men/default.htm" onclick="return sl(this,'','hicb3-clw_2')">Men's Health</a>
+ </li>
+ <li><a href="http://www.webmd.com/healthy-aging/default.htm" onclick="return sl(this,'','hicb3-clw_3')">Aging Well</a>
+ </li>
+ <li><a href="http://www.webmd.com/teens/default.htm" onclick="return sl(this,'','hicb3-clw_4')">Teens</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_3_3">
+ <p>Featured Topics</p>
+ <ul>
+ <li id="pb13" class="hide_link"><a href="http://www.webmd.com/diet/calc-bmi-plus" onclick="return sl(this,'','hicb3-ftpc_1')">BMI Calculator: Get Personalized Results</a>
+ </li>
+ <li id="pb14" class="hide_link"><a href="http://www.webmd.com/diet/healthtool-portion-size-plate" onclick="return sl(this,'','hicb3-ftpc_2')">Portion Size Plate: Easy Serving Size Guide</a>
+ </li>
+ <li id="pb15" class="hide_link"><a href="http://www.webmd.com/sex/birth-control/default.htm" onclick="return sl(this,'','hicb3-ftpc_3')">Your Birth Control Options</a>
+ </li>
+ <li id="pb16" class="hide_link"><a href="http://www.webmd.com/men/ss/slideshow-secrets-women-wish-you-knew"
+ class="type_ss" onclick="return sl(this,'','hicb3-ftpc_4')">19 Secrets Men Wish Women Knew <i></i></a>
+ </li>
+ <li id="pb17" class="hide_link"><a href="http://www.webmd.com/teens/rm-quiz-crazy-dreams" onclick="return sl(this,'','hicb3-ftpc_5')">Quiz: Weird, Crazy Dreams</a>
+ </li>
+ <li id="pb18" class="hide_pb_link"><a href="http://www.webmd.com/diet/food-fitness-planner/default.htm" onclick="return sl(this,'','hicb3-ftpc_6')">Food &amp; Fitness Planner: Personalize Your Weight Loss Plan</a>
+ </li>
+ </ul>
+ </div>
+ <div id="nav_3_4">
+ <p>WebMD Allergy App for iPhone</p><a href="http://www.webmd.com/allergy-app"
+ onclick="return sl(this,'','hicb3-app_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/other/allergy_app_other/50x50_allergy_app_other.jpg" alt="WebMD Allergy App logo"/></a>
+ <a
+ href="http://www.webmd.com/allergy-app" onclick="return sl(this,'','hicb3-app_1')">Fight allergies with daily forecasts, local alerts, and personalized tips.</a>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li id="nav_4" class="nav nav_health"><a href="http://www.webmd.com/family-pregnancy" id="nav_link_4" class="nav_link"
+ aria-haspopup="true" onclick="return sl(this,'','hicb4-tab')">Family &amp; Pregnancy</a>
+ <div
+ id="menu_4" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1b">
+ <div id="nav_4_1">
+ <p>Featured Content</p>
+ <div id="pb20" class="hide_link">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/210x130_family_feature.jpg"
+ alt="Family at airport"/> <a href="http://www.webmd.com/vaccines/ss/slideshow-travel-health" onclick="return sl(this,'','hicb4-ftr_1')"
+ class="bold">Traveling abroad?</a>
+ <p>Protect yourself and your family by learning which health precautions
+ and vaccines are advised for your destination.</p><a href="http://www.webmd.com/vaccines/ss/slideshow-travel-health"
+ onclick="return sl(this,'','hicb4-ftr_1')" class="link_overlay" tabindex="-1"></a>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_2b">
+ <div id="nav_4_2">
+ <p>Family and Pregnancy Centers</p>
+ <div class="third right_border"><a href="http://www.webmd.com/baby" onclick="return sl(this,'','hicb4-cpg_1')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_family_pregnancy.png" alt="pregnant woman"/></a>
+ <a
+ href="http://www.webmd.com/baby" onclick="return sl(this,'','hicb4-cpg_1')"
+ class="heading">Pregnancy</a>
+ <ul>
+ <li><a href="http://www.webmd.com/baby/guide/getting-pregnant" onclick="return sl(this,'','hicb4-cpg_2')">Trying to Conceive</a>
+ </li>
+ <li><a href="http://www.webmd.com/baby/guide/first-trimester" onclick="return sl(this,'','hicb4-cpg_3')">First Trimester</a>
+ </li>
+ <li><a href="http://www.webmd.com/baby/guide/health-baby-second-trimester"
+ onclick="return sl(this,'','hicb4-cpg_4')">Second Trimester</a>
+ </li>
+ <li><a href="http://www.webmd.com/baby/guide/third-trimester" onclick="return sl(this,'','hicb4-cpg_5')">Third Trimester</a>
+ </li>
+ </ul>
+ </div>
+ <div class="third right_border"><a href="http://www.webmd.com/parenting/default.htm" onclick="return sl(this,'','hicb4-cpt_1')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_family_parenting.png" alt="mom, dad, and baby"/></a>
+ <a
+ href="http://www.webmd.com/parenting/default.htm" onclick="return sl(this,'','hicb4-cpt_1')"
+ class="heading">Parenting</a>
+ <ul>
+ <li><a href="http://www.webmd.com/parenting/baby/default.htm" onclick="return sl(this,'','hicb4-cpt_2')">Newborn &amp; Baby</a>
+ </li>
+ <li><a href="http://www.webmd.com/children/default.htm" onclick="return sl(this,'','hicb4-cpt_3')">Children's Health</a>
+ </li>
+ <li><a href="http://www.webmd.com/children/vaccines/default.htm" onclick="return sl(this,'','hicb4-cpt_4')">Children's Vaccines</a>
+ </li>
+ <li><a href="http://www.webmd.com/parenting/raising-fit-kids/default.htm"
+ onclick="return sl(this,'','hicb4-cpt_5')">Raising Fit Kids</a>
+ </li>
+ </ul>
+ </div>
+ <div class="third"><a href="http://www.webmd.com/pets/default.htm" onclick="return sl(this,'','hicb4-cpet_1')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_family_pets.png" alt="Cat and dog on grass"/></a>
+ <a
+ href="http://www.webmd.com/pets/default.htm" onclick="return sl(this,'','hicb4-cpet_1')"
+ class="heading">Pets</a>
+ <ul>
+ <li><a href="http://www.webmd.com/pets/cats/default.htm" onclick="return sl(this,'','hicb4-cpet_2')">Healthy Cats</a>
+ </li>
+ <li><a href="http://www.webmd.com/pets/dogs/default.htm" onclick="return sl(this,'','hicb4-cpet_3')">Healthy Dogs</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_4_3">
+ <p>Featured Topics</p>
+ <ul>
+ <li id="pb22" class="hide_link"><a href="http://www.webmd.com/baby/guide/pregnancy-am-i-pregnant" onclick="return sl(this,'','hicb4-ftpc_1')">Know the Signs of Early Pregnancy?</a>
+ </li>
+ <li id="pb23" class="hide_link"><a href="http://www.webmd.com/baby/rm-quiz-pregnancy-food-facts" onclick="return sl(this,'','hicb4-ftpc_2')">Test Your Smarts: What's Safe to Eat When You're Pregnant?</a>
+ </li>
+ <li id="pb24" class="hide_link"><a href="http://www.webmd.com/baby/ss/slideshow-fetal-development" class="type_ss"
+ onclick="return sl(this,'','hicb4-ftpc_3')">Peek Inside the Womb to See How Baby Grows <i></i></a>
+ </li>
+ <li id="pb25" class="hide_link"><a href="http://www.webmd.com/children/video/healthy-school-lunches" class="type_vid"
+ onclick="return sl(this,'','hicb4-ftpc_4')">Healthy School Lunches <i></i></a>
+ </li>
+ <li id="pb26" class="hide_link"><a href="http://www.webmd.com/parenting/raising-fit-kids/mood/rm-quiz-how-to-prevent-a-toddler-meltdown"
+ onclick="return sl(this,'','hicb4-ftpc_5')">Quiz: Know How to Avoid The Next Toddler Meltdown?</a>
+ </li>
+ <li id="pb27" class="hide_pb_link"><a href="http://www.webmd.com/vaccinetracker/" onclick="return sl(this,'','hicb4-ftpc_6')">WebMD Vaccine Tracker: Manage Vaccinations for Your Entire Family</a>
+ </li>
+ </ul>
+ </div>
+ <div id="nav_4_4">
+ <p>WebMD Pregnancy App for iPhone</p><a href="http://www.webmd.com/pregnancyapp"
+ onclick="return sl(this,'','hicb4-app_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/other/pregnancy_app_other/50x50_pregnancy_app_other.jpg" alt="WebMD Pregnancy App logo"/></a>
+ <a
+ href="http://www.webmd.com/pregnancyapp" onclick="return sl(this,'','hicb4-app_1')">The big day is coming! Get organized and track baby's weekly development.</a>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li id="nav_5" class="nav nav_news"><a href="http://www.webmd.com/news/default.htm" id="nav_link_5" class="nav_link"
+ aria-haspopup="true" onclick="return sl(this,'','hicb5-tab')">News &amp; Experts</a>
+ <div
+ id="menu_5" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1c">
+ <div id="nav_5_1">
+ <p>News</p><span><a href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','hicb5-news_more')">View All</a></span>
+ <div
+ class="nav_block hide_link" id="pb29"><a href="http://www.webmd.com/news/default.htm" class="nav_image" onclick="return sl(this,'','hicb5-news_1')"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_webmd_1.jpg" alt="WebMD logo"/></a>
+ <a
+ href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','hicb5-news_1')"
+ class="shorter">Today's Top Health Headlines</a>
+ </div>
+ <div class="nav_block hide_link" id="pb30"><a href="http://www.webmd.com/news/default.htm" class="nav_image" onclick="return sl(this,'','hicb5-news_2')"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_webmd_1.jpg" alt="WebMD logo"/></a>
+ <a
+ href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','hicb5-news_2')"
+ class="shorter">Get the Latest Drug Approvals &amp; Alerts</a>
+ </div>
+ <ul>
+ <li id="pb31" class="hide_link"><a href="http://www.webmd.com/fda/default.htm" onclick="return sl(this,'','hicb5-news_3')">Find FDA Consumer Updates</a>
+ </li>
+ <li id="pb32" class="hide_link"><a href="http://www.webmd.com/fda/slideshow-fda-mobile-laboratories" class="type_ss"
+ onclick="return sl(this,'','hicb5-news_4')">On The Road Again: FDA Mobile Laboratories <i></i></a>
+ </li>
+ <li id="pb33" class="hide_link"><a href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,'','hicb5-news_5')">Sign up to receive WebMD's award-winning content delivered to your inbox.</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div id="wide_header">
+ <p>WebMD Health Experts and Community</p>
+ </div>
+ <div class="nav_dropdown_col_2c">
+ <div id="nav_5_2">
+ <p>Talk to health experts and other people like you in WebMD's Communities.
+ It's a safe forum where you can create or participate in support groups
+ and discussions about health topics that interest you.</p>
+ <div class="nav_block"><a href="http://www.webmd.com/blogs/default.htm" onclick="return sl(this,'','hicb5-xchng_blg')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_expert.png" alt=""/></a>
+ <p
+ class="bold">WebMD Second Opinion</p><a href="http://www.webmd.com/blogs/default.htm"
+ onclick="return sl(this,'','hicb5-xchng_blg')">Read expert perspectives on popular health topics.</a>
+ </div>
+ <div class="nav_block"><a href="http://www.webmd.com/exchanges/default.htm" onclick="return sl(this,'','hicb5-xchng_cmty')"
+ class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_community.png" alt=""/></a>
+ <p
+ class="bold">WebMD Communities</p><a href="http://www.webmd.com/exchanges/default.htm"
+ onclick="return sl(this,'','hicb5-xchng_cmty')">Connect with people like you, and get expert guidance on living a healthy life.</a>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_5_3"><a href="http://answers.webmd.com/" id="webmd_answers_logo" onclick="return sl(this,'','hicb5-ans_1')">WebMD Answers</a>
+ <p>Got a health question? Get answers provided by leading organizations,
+ doctors, and experts.</p><a href="http://answers.webmd.com/" class="webmd-btn webmd-btn-pr webmd-btn-m"
+ onclick="return sl(this,'','hicb5-ans_sub')">Get Answers</a>
+ </div>
+ <div id="nav_5_4">
+ <p>WebMD Newsletters</p><a href="https://member.webmd.com/newsletters/newsletters.aspx"
+ onclick="return sl(this,'','hicb5-nwsltr_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_newsletter.png" alt="closeup of newsletter"/></a>
+ <a
+ href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,'','hicb5-nwsltr_1')">Sign up to receive WebMD's award-winning content delivered to your inbox.</a>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </nav>
+ <div id="authorization">
+ <div id="login_tab-b"></div>
+ <div id="why_webmd"><a href="https://member.webmd.com/signin" onclick="return sl(this,'','reg-login')">Sign In</a>|
+ <a
+ href="https://member.webmd.com/register" onclick="return sl(this,'','reg-signup')">Sign Up</a>| <a href="https://member.webmd.com/subscribe" onclick="return sl(this,'','nl-mast_sub')">Subscribe</a>
+ </div>
+ <div id="logged_in_text"><a href="https://member.webmd.com/applications.aspx" onclick="return sl(this,'','mymd_mt')"
+ id="logged_in_logo"><span class="jawsonly">My WebMD</span></a><span id="greeting"></span>
+ </div>
+ <div id="logged_in"><a href="#" id="logged_in_tab" aria-haspopup="true">Show Menu</a>
+ <div
+ id="logged_in_dropdown" aria-expanded="false" aria-hidden="true">
+ <ul role="menu">
+ <li><a href="https://member.webmd.com/applications.aspx" onclick="return sl(this,'','ov-mymd_mt')">My Tools</a>
+ </li>
+ <li class="bottom_border"><a href="https://member.webmd.com/bookmarks.aspx" onclick="return sl(this,'','ov-mymd_mybkmrk')">My WebMD Pages</a>
+ </li>
+ <li class="bottom_border"><a href="https://member.webmd.com/profile.aspx" onclick="return sl(this,'','ov-mymd_ma')">My Account</a>
+ </li>
+ <li><a href="http://www.webmd.com/signout.asp" onclick="return sl(this,'','ov-mymd_so')">Sign Out</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="social_icons"><a class="facebook" href="http://www.webmd.com/click?url=http%3A//www.facebook.com/WebMD%3Fref=ts"
+ onclick="return sl(this,'nw','soc_fb-h')">Facebook</a><a href="http://www.webmd.com/click?url=http%3A//twitter.com/WebMD"
+ class="twitter" onclick="return sl(this,'nw','soc_tw-h')">Twitter</a>
+ <a
+ href="http://www.webmd.com/click?url=http://pinterest.com/webmd/" class="pinterest"
+ onclick="return sl(this,'nw','soc_pn-h')">Pinterest</a>
+ </div>
+ <div id="divider"></div>
+ </header>
+ <script type="text/javascript">
+ if(window.webmd && window.webmd.p && window.webmd.p.masthead) {
+ webmd.p.masthead.init();
+ }
+ </script>
+ </div>
+ </div>
+ <div id="mainContentContainer_area">
+ <div class="bottomBackground_fmt">
+ <div id="breadcrumb_ctr">
+ <div id="ContentPane3">
+ <div id="breadcrumb_rdr"> <span class="bc_0">
+ <a href="/www/">WebMD Home</a>
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/layout/shared/divider_breadcrumb.gif" alt="next page" width="6" height="10" align="absmiddle"/>
+ </span>
+ <span class="bc_1">
+ <a href="http://www.webmd.com/allergies/default.htm" onclick="return sl(this,'','brdcrmb');">Allergies Health Center</a> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/layout/shared/divider_breadcrumb.gif" alt="next page" width="6" height="10" align="absmiddle"/> </span>
+
+ <span
+ class="bc_2"> <a href="http://www.webmd.com/allergies/news/default.htm" onclick="return sl(this,'','brdcrmb');"
+ class="breadcrumbActive">Allergies News</a>
+ </span>
+ </div>
+ <div id="headerLinks_email" class="headerLinks_fmt"> <a href="#" title="Email this page to a friend" class="triggerEmailOverlay"
+ onclick="wmdPageLink('email-friend_link');return false;">Email a Friend</a>
+
+ </div>
+ <div id="headerLinks_print" class="headerLinks_fmt"> <a rel="nofollow" href="?print=true" onclick="printWindow(); ctrs('prtfrnd'); return false"
+ title="Print this article">Print Article</a>
+
+ <script>
+ if (pf_param == "true") {
+ printElements();
+ }
+ </script>
+ </div>
+ <div id="ht-nav">
+ <p>Allergies Trends:</p>
+ <ul id="ht-nav-list">
+ <li id="first"> <a href="http://www.webmd.com/allergies/nonallergic-rhinitis" onclick="return sl(this,'','hot-trends_1');">Rhinitis</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/guide/allergy-shots" onclick="return sl(this,'','hot-trends_2');">Allergy Shots</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/guide/poison-ivy-oak-sumac" onclick="return sl(this,'','hot-trends_3');">Poison Oak</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/guide/casein-allergy-overview"
+ onclick="return sl(this,'','hot-trends_4');">Casein</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/guide/nasal-polyps-symptoms-and-treatments"
+ onclick="return sl(this,'','hot-trends_5');">Nasal Polyps</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/guide/nut-allergy" onclick="return sl(this,'','hot-trends_6');">Nut Allergy</a>
+
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="contentBackground_fmt">
+ <div id="mainContent_ThirdCol_ctr">
+ <div id="ContentPane4">
+ <div class="titlebar" id="hdr">
+ <div class="tb_main">
+ <h1>Allergies Health Center</h1>
+
+ </div>
+ </div>
+ <script type="text/javascript">
+ (function() {
+ var that = function() {
+ var h = $("#mainContent_ThirdCol_ctr").outerHeight();
+ $("#navColumn_area").css('margin-top', '-'+h+'px');
+ };
+ try{ that(); } catch(e) {}
+ $(window).load( function() { try{ that(); } catch(e) {} } );
+ })();
+ </script>
+ </div>
+ </div>
+ <div id="mainContent_area">
+ <div id="mainContent_ctr">
+ <div id="middleContent_fmt">
+ <div id="ContentPane5">
+ <div class="pop_toolst_rdr" id="lln-toolsres">
+ <script type="text/javascript">
+ //Removes Popular Tools from TOC pages or where www.webmd.com is followed by "news-features"
+ /* :: 2015.02.04 rewrite :: */
+ // Create array(s) of the ID's to add the Tools module to
+ var s_topic = s_topic || "", s_business_reference = s_business_reference || "", s_publication_source = s_publication_source ||"", s_channel_health = s_channel_health || "", cssBlockOverride = ['Glossary', 'Nav - A-Z page', 'TOC', 'TOC - Channel', 'TOC - Guide', 'TOC - Mini-Center Topic', 'WebMD Image Collection'], sTopicException = ['7002','7006','7022','7023','7024'];
+
+ //if the s_publication_source is !== to the array OR s_business_reference is !== to the array OR s_channel_health is === to the array
+ if ( cssBlockOverride.indexOf(s_publication_source) === -1 || ssBlockOverride.indexOf(s_business_reference) === -1 || s_channel_health === 'Health Insurance and Medicare') {
+ // if the s_topic ID's first number is not equal to 7 OR the s_topic ID is == the array AND s_business_reference != the array
+ if ((s_topic.substring(0, 1) !== "7" || sTopicException.indexOf(s_topic) >= 0) && cssBlockOverride.indexOf(s_business_reference) === -1) {
+ $('.pop_toolst_rdr').css('display', 'block');
+ webmd.oas = window.webmd.oas || {};
+ webmd.oas.mapping = window.webmd.oas.mapping || {};
+ webmd.oas.mapping['oas_tools_and_resources'] = ['x56', 'x57', 'x58', 'x59', 'x60', 'x61'];
+ }
+ }
+ </script>
+ <div class="pop_toolst_top_fmt">
+ <h2>Tools &amp; Resources</h2>
+ <ul>
+ <li id="x56"><a href="http://www.webmd.com/allergies/suspect-food-allergy" onclick="return sl(this,'','lln-toolsres_1');">Think You Have a Food Allergy?</a>
+ </li>
+ <li id="x57"><a href="http://www.webmd.com/allergies/ss/slideshow-allergy-medicines"
+ class="type_ss" onclick="return sl(this,'','lln-toolsres_2');">Essential Items for Allergy Relief <i> </i></a>
+ </li>
+ <div class="breaker_fmt"></div>
+ <li id="x58"><a href="http://www.webmd.com/allergies/ss/slideshow-pets-and-allergies"
+ class="type_ss" onclick="return sl(this,'','lln-toolsres_3');">Pets and Allergies<i> </i></a>
+ </li>
+ <li id="x59"><a href="http://www.webmd.com/allergies/allergy-relief-10/slideshow-allergy-myths-facts"
+ class="type_ss" onclick="return sl(this,'','lln-toolsres_4');">Allergies: Myths vs. Facts<i> </i></a>
+ </li>
+ <div class="breaker_fmt"></div>
+ <li id="x60"><a href="http://www.webmd.com/allergies/how-to-control-allergens-in-your-home"
+ onclick="return sl(this,'','lln-toolsres_5');">Controlling Home Allergies</a>
+ </li>
+ <li id="x61"><a href="http://www.webmd.com/allergies/video/indoor-allergies-in-the-office"
+ class="type_vid" onclick="return sl(this,'','lln-toolsres_6');">Allergies in the Workplace<i> </i></a>
+ </li>
+ <div class="breaker_fmt"></div>
+ </ul>
+ <div class="breaker"></div>
+ </div>
+ <script class="oas_template" id="oas_tools_and_resources" type="text/html">
+ <a class="{type_prefix}{type}" onclick="return sl(this,'','lln-toolsres_{link_position}');" href="{href}">{alt}{i_tag}</a>
+ </script>
+ <div class="pop_toolst_bot_fmt"></div>
+ </div>
+ <script type="text/javascript">
+ if (window.$) {
+ $(document).ready(function() {
+ // produce array from value(s) of 'secTopId'
+ var mySplitResultsecTopId = secTopId.split("|");
+ var wloop = mySplitResultsecTopId.length;
+ var sTopicException = ['7002','7006','7022','7023','7024'];
+ // Hides the Pop Tools list on pages with a sensitive secondary topic id.
+ // Updated 2015.02.04 by David Ware
+ for (i = 0; i &lt; wloop; i++) {
+ // if this is a sensitive topic and the topicId is not in the list
+ if (mySplitResultsecTopId[i].substring(0,1) === '7' && sTopicException.indexOf(mySplitResultsecTopId[i]) === -1){
+ $('.pop_toolst_rdr').css('display','none');
+ }
+ }
+ //Hides the Pop Tools list on Actionset Pages
+ if ($('.actionset').length) {
+ $('.pop_toolst_rdr').css('display','none');
+ }
+ });
+ }
+ </script>
+ <div class="article_rdr">
+ <div class="share_bar">
+ <script>
+ webmd.m.share.init();
+ </script>
+ </div>
+ <div class="font_sizer_fmt rs_skip">
+ <div class="font_sizer_text_fmt">Font Size</div>
+ <div class="font_sizer_001_fmt"></div>
+ <div id="fs_01" class="font_sizer_002b_fmt"> <a class="copyA_fmt" title="Small font" href="javascript:setClass('textArea', 'copyNormal');javascript:setClass('fs_01', 'font_sizer_002b_fmt');javascript:setClass('fs_02', 'font_sizer_002a_fmt');javascript:setClass('fs_03', 'font_sizer_002a_fmt');">A</a>
+
+ </div>
+ <div id="fs_02" class="font_sizer_002a_fmt"> <a class="copyB_fmt" title="Medium font" href="javascript:setClass('textArea', 'copyMedium');javascript:setClass('fs_01', 'font_sizer_002a_fmt');javascript:setClass('fs_02', 'font_sizer_002b_fmt');javascript:setClass('fs_03', 'font_sizer_002a_fmt');">A</a>
+
+ </div>
+ <div id="fs_03" class="font_sizer_002a_fmt"> <a class="copyC_fmt" title="Large font" href="javascript:setClass('textArea', 'copyLarge');javascript:setClass('fs_01', 'font_sizer_002a_fmt');javascript:setClass('fs_02', 'font_sizer_002a_fmt');javascript:setClass('fs_03', 'font_sizer_002b_fmt');">A</a>
+
+ </div>
+ <div class="font_sizer_003_fmt"></div>
+ </div>
+ <div class="font_sizer">
+ <script>
+ webmd.m.fontSizer.init();
+ </script>
+ </div>
+ <script type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS_static/widgets/webmd.m.add_article_save.js">
+</script>
+ <div id="readspeaker_area" style="display: none;">
+ <div id="readspeaker_button1" class="rs_skip"> <a accesskey="L" href="http://app.readspeaker.com/cgi-bin/rsent?customerid=5841&amp;lang=en_us&amp;readid=textArea"
+ target="_blank" onclick="readpage(this.href, 'xp1'); return false;">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/article/readspeaker/listen_en_us.gif" alt="Listen to this page using ReadSpeaker" title="Listen to this page using ReadSpeaker"/>
+ </a>
+
+ </div>
+ <script src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/javascript/readspeaker/en.js"
+ type="text/javascript">
+</script>
+ <script type="text/javascript">
+ (function(){
+ $(document).ready(function(){
+ webmd.readspeakerPrep.init({pages:5});
+ });
+ })();
+ </script>
+ <div id="xp1"></div>
+ </div>
+ <script type="text/javascript">
+ $(function(){
+ var el = $("#readspeaker_area");
+ if(el){
+ if(s_sponsor_program == "" || typeof(s_sponsor_program) == 'undefined' ){
+ el.addClass('non-spon-listen');
+ el.find('a').append("Listen");
+ el.css("display", "block");
+ }
+ }
+ });
+ </script>
+ <div id="textArea" class="copyNormal">
+ <h2>Babies Who Eat Peanuts Early May Avoid Allergy</h2>
+
+ <div class="subhead_fmt"></div>
+ <div class="author_fmt">By <a rel="author" href="http://www.webmd.com/brenda-goodman" onclick="return sl(this,'','prog-lnk');">Brenda Goodman, MA</a>
+ <br/>WebMD Health News</div>
+ <div class="reviewedBy_fmt">Reviewed by <a onclick="return sl(this,'','prog-lnk');" href="http://www.webmd.com/hansa-bhargava">Hansa D. Bhargava, MD</a>
+ </div>
+ <div class="clearBoth_fmt clearing-div"></div>
+ <h3></h3>
+
+ <p></p>
+ <p>Feb. 23, 2015 -- Life-threatening peanut allergies have mysteriously been
+ on the rise in the past decade, with little hope for a cure.</p>
+ <p xmlns:xalan="http://xml.apache.org/xalan">But a groundbreaking new study may offer a way to stem that rise, while
+ another may offer some hope for those who are already allergic.</p>
+ <p>Parents have been told for years to avoid giving foods containing peanuts
+ to babies for fear of triggering an allergy. Now research shows the opposite
+ is true: Feeding babies snacks made with peanuts before their first birthday
+ appears to prevent that from happening.</p>
+ <p>The study is published in the <i>New England Journal of Medicine,</i> and
+ it was presented at the annual meeting of the American Academy of Allergy,
+ Asthma and Immunology in Houston. It found that among children at high
+ risk for getting peanut allergies, eating peanut snacks by 11 months of
+ age and continuing to eat them at least three times a week until age 5
+ cut their chances of becoming allergic by more than 80% compared to kids
+ who avoided peanuts. Those at high risk were already allergic to egg, they
+ had the skin condition <a href="http://www.webmd.com/skin-problems-and-treatments/eczema/default.htm"
+ onclick="return sl(this,'','embd-lnk');" class="Article">eczema</a>, or
+ both.</p>
+ <p>Overall, about 3% of kids who ate peanut butter or peanut snacks before
+ their first birthday got an allergy, compared to about 17% of kids who
+ didn’t eat them.</p>
+ <p>“I think this study is an astounding and groundbreaking study, really,”
+ says Katie Allen, MD, PhD. She's the director of the Center for Food and
+ Allergy Research at the Murdoch Children’s Research Institute in Melbourne,
+ Australia. Allen was not involved in the research.</p>
+ <p>Experts say the research should shift thinking about how kids develop
+ <a
+ href="http://www.webmd.com/allergies/guide/food-allergy-intolerances" onclick="return sl(this,'','embd-lnk');"
+ class="Article">food allergies</a>, and it should change the guidance doctors give to
+ parents.</p>
+ <p>Meanwhile, for children and adults who are already <a href="http://www.webmd.com/allergies/guide/nut-allergy"
+ onclick="return sl(this,'','embd-lnk');" class="Article">allergic to peanuts</a>,
+ another study presented at the same meeting held out hope of a treatment.</p>
+ <p>A new skin patch called Viaskin allowed people with peanut allergies to
+ eat tiny amounts of peanuts after they wore it for a year.</p>
+ <p></p> <a name="1"> </a>
+
+ <h3>A Change in Guidelines?</h3>
+
+ <p>Allergies to peanuts and other foods are on the rise. In the U.S., more
+ than 2% of people react to peanuts, a 400% increase since 1997. And reactions
+ to peanuts and other tree nuts can be especially severe. Nuts are the main
+ reason people get a life-threatening problem called <a href="http://www.webmd.com/allergies/guide/anaphylaxis"
+ onclick="return sl(this,'','embd-lnk');" class="Article">anaphylaxis</a>.</p>
+ </div>
+ </div>
+ <div class="attribution_rdr">
+ <script type="text/javascript">
+ var pagination_title=new Array();
+ var pagination_current=1;
+
+ pagination_title[1]="";
+ pagination_title[2]="A Change in Guidelines? continued...";
+ pagination_title[3]="Gathering Evidence";
+ pagination_title[4]="‘Landmark’ Results";
+ pagination_title[5]="More Hope on the Horizon continued...";
+ </script>
+ <div class="pagination_fmt">
+ <div class="left_fmt"></div>
+ <div class="right_fmt"> <span class="current_fmt">1</span>
+ <span class="pipe_fmt">|</span>
+ <a href="?page=2"
+ title="Page 2" onclick="return sl(this,'','pagenum-art_2');">2</a>
+
+ <span
+ class="pipe_fmt">|</span> <a href="?page=3" title="Page 3" onclick="return sl(this,'','pagenum-art_3');">3</a>
+
+ <span
+ class="pipe_fmt">|</span> <a href="?page=4" title="Page 4" onclick="return sl(this,'','pagenum-art_4');">4</a>
+
+ <span
+ class="pipe_fmt">|</span> <a href="?page=5" title="Page 5" onclick="return sl(this,'','pagenum-art_5');">5</a>
+
+ <div
+ class="outline_fmt right"> <a href="?page=2" onclick="return sl(this,'','pagenum-art_next');">Next Page <span class="symbol_fmt">&gt;</span></a>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ <div id="remoteAd_rdr">
+ <div class="centerAd_r1_rdr">
+ <div class="centerAd_BG_fmt">
+ <div class="conta" style="color:#737373; clear:both; display:none;">Continue reading below...</div>
+ <div class="remoteAd_top_fmt"></div>
+ <div id="remoteAd_fmt" class="remoteAd_BG_fmt">
+ <div class="ad_placeholder"></div>
+ </div>
+ <div class="remoteAd_bottom_fmt"></div>
+ </div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ </div>
+ <script type="text/javascript">
+ /* using this to pop up interstitial instead of /click as going to the /click URL with all the other parameters becomes an encoding issue */
+ function popInterstitial() {
+ var interstitial = window.open("/privacy_window.html","privacy_window","width=325,height=175,resizable=no,toolbar=no,left=350,top=300");
+ if (interstitial) {
+ interstitial.focus();
+
+ }
+ return false;
+ }
+ </script>
+ <div id="triggerFlyin"></div>
+ <script type="text/javascript">
+ require(['fly_in/1/fly_in'], function(flyIn){
+ flyIn.init('#triggerFlyin');
+ });
+ </script>
+ <div class="moduleSpacer_rdr"></div>
+ <script language="javascript1.2" type="text/javascript">
+ function getPubType() {
+ return "editorial";
+ }
+
+ function checkPartners(){
+
+ /* Array of Partner Names */
+ var partnerNames=[
+ "Good Housekeeping",
+ "Redbook",
+ "Esquire",
+ "Country Living",
+ "Marie Claire",
+ "Oxmoor House",
+ "\"Health",
+ "Southern Living",
+ "Psychology Today",
+ "EatingWell",
+ "DrGreene.com",
+ "Men's Health",
+ "Women's Health",
+ "Prevention",
+ "eDiets",
+ "soul\" Magazine",
+ "Runner's World",
+ "Men's Fitness\" Magazine",
+ "Shape\" Magazine",
+ "Fit Pregnancy\" Magazine",
+ "Natural Health\" Magazine",
+ "\"Best Life\" Magazine",
+ "\"Cure\" Magazine",
+ "WebMD Veterinary Reference from the ASPCA",
+ "WebMD Veterinary Reference from ASPCA Virtual Pet Behaviorist",
+ "COPD Foundation",
+ "Elle",
+ "Woman's Day"
+ ]
+
+ /* Array of names that go with files in partners node */
+ var partnerScripts=[
+ "goodHousekeeping",
+ "redbook",
+ "esquire",
+ "countryLiving",
+ "marieClaire",
+ "cookingLight",
+ "health",
+ "southernLiving",
+ "psychToday",
+ "eatingWell",
+ "drGreene",
+ "mensHealth",
+ "womensHealth",
+ "prevention",
+ "eDiets",
+ "bodySoul",
+ "runnersWorld",
+ "mensFitness",
+ "shapeMag",
+ "fitPregnancy",
+ "naturalHealth",
+ "bestLife",
+ "cure",
+ "aspca",
+ "aspca",
+ "copdf",
+ "elle",
+ "womansDay"
+ ]
+
+ /* Variables for whether a partner exists and which one in the array it is */
+ var isThere;
+ var whichOne = -1;
+
+ /* Pulls the pub source out of the XML */
+ var pubSource = 'WebMD Medical News';
+
+ /* Runs through the different partners and sees if one of them exists in the pub source */
+ for (var i=0; i &lt;= partnerNames.length-1; i++) { isThere = pubSource.search(partnerNames[i]); if (isThere != -1) {whichOne = i} }
+
+ /* If it found one, makes the JS calls and also populates the correct divs with the files out of partners node */
+ if (whichOne != -1) {
+
+ var JSCall = 'ht' + 'tp://img.web' + 'md.com/dtmcms/live/webmd/consumer_assets/site_images/javascript/partners/' + partnerScripts[whichOne] + '.js';
+
+ var JSElement = document.createElement("script");
+ JSElement.type = "text/javascript";
+ JSElement.src = JSCall;
+
+ document.getElementsByTagName("head")[0].appendChild(JSElement);
+
+ var moduleCenter = "ContentPane8";
+ var moduleRight = "ContentPane25";
+
+ addLoadEvent(function() {
+ $('#'+moduleCenter).append(writePartnerCenter());
+ $('#'+moduleRight).prepend(writePartnerRight());
+ })
+ }
+ }
+
+ checkPartners();
+ </script>
+ <script type="text/javascript">
+ if (document.getElementById("headerLinks_print")) {
+ setClass('headerLinks_print','headerLinks_fmt_on');
+ };
+ </script>
+ <link rel="stylesheet" type="text/css" href="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS/print.css"
+ media="print"/>
+ <style media="screen">
+ #url_reference {display: none};
+ </style>
+ <style media="print">
+ #url_reference { display: block; line-height: 150%; margin-bottom: 10px; }
+ #logo_rdr img { visibility: visible; }
+ .titleBar_rdr .titleBarMiddle_fmt { padding-top: 1.5em !important;}
+ </style>
+ <script type="text/javascript">
+ var insert1 = document.getElementById("ContentPane2");
+ var urlDiv = articleUrl();
+ if (insert1) {
+ insert1.appendChild(urlDiv);
+ }
+ </script>
+ </div>
+ <div id="ContentPane6"></div>
+ <div id="ContentPane7"></div>
+ <div id="ContentPane8">
+ <div class="related_reading_rdr" id="rltd-p-893">
+ <h4>Top Picks</h4>
+
+ <ul>
+ <li id="x62" class="first"> <a href="http://www.webmd.com/allergies/guide/insect-stings" onclick="return sl(this,'','rltd-p-893_1');">Insect Sting Allergies</a>
+
+ </li>
+ <li id="x63"> <a href="http://www.webmd.com/allergies/features/allergy-tips" onclick="return sl(this,'','rltd-p-893_2');">Housecleaning Tips for Indoor Allergies</a>
+
+ </li>
+ <li id="x64"> <a href="http://www.webmd.com/allergies/rm-quiz-facts-allergies" onclick="return sl(this,'','rltd-p-893_3');">Allergies: How Much Do You Know?</a>
+
+ </li>
+ <li id="x65"> <a href="http://www.webmd.com/allergies/features/the-truth-about-mucus"
+ onclick="return sl(this,'','rltd-p-893_4');">The Truth About Mucus</a>
+
+ </li>
+ <li id="x66"> <a class="type_vid" href="http://www.webmd.com/allergies/anaphylaxis-13/video-preparing-for-emergencies"
+ onclick="return sl(this,'','rltd-p-893_5');">Signs of a Dangerous Allergic Reaction<i> </i></a>
+
+ </li>
+ <li id="x67" class="last"> <a href="http://www.webmd.com/allergies/rm-quiz-colds-allergies" onclick="return sl(this,'','rltd-p-893_6');">Cold or Allergy? Quiz Yourself</a>
+
+ </li>
+ </ul>
+ <script class="oas_template" id="oas_top_picks" type="text/html">
+ <a class="{type_prefix}{type}" onclick="return sl(this,'','rltd-p-893_{link_position}');" href="{href}">{alt}{i_tag}</a>
+ </script>
+ <script type="text/javascript">
+ webmd.oas = window.webmd.oas || {}; webmd.oas.mapping = window.webmd.oas.mapping || {}; webmd.oas.mapping['oas_top_picks'] = ['x62','x63','x64','x65','x66','x67'];
+ </script>
+ </div>
+ <script type="text/javascript">
+ function moveMustSeeArticles() {
+ /* make the swap function available internally */
+ function doSwap() {
+ /* get must-see articles, remove from the DOM */
+ var msa = $('#mainContentContainer_area .related_reading_rdr').clone();
+ $('#mainContentContainer_area .related_reading_rdr').remove();
+
+ /* get the pagination if it exists */
+ var pagination = $('.attribution_rdr .pagination_fmt');
+ var contextual = $('.other_context_links_rdr');
+ var article = $('.article_rdr');
+
+ /* certain pages use another format:
+ // the top picks module is in .related_wrapper .dyn_related
+ // as the second div with this class.
+ // it has an id, unlike the other div */
+ var dyn_related = $('.related_wrapper .dyn_related[id]');
+
+ /* if dyn_related, it is handled one way */
+ if(dyn_related.html()) {
+ /* on last page, .related_wrapper is displayed and "Top Picks" should stay
+ // on other pages, it should move down */
+ if(dyn_related.parent().css('display') === 'none') {
+ var dyn_related_clone = dyn_related.clone();
+ dyn_related.remove();
+ $(pagination).after('<div class="related_wrapper" style="display: block;" id="related_wrapper_2"></div>')
+ $('#related_wrapper_2').append(dyn_related_clone);
+ }
+ /* if not dyn_related, it is handled this way */
+ } else {
+ /* if pagination exists, insert must-see articles before the pagination,
+ else insert before the next node after the contextual related links,
+ else insert before the next node after the article */
+ if (pagination.html()) {
+ $(pagination).after(msa);
+ msa.css('padding-top','30px');
+ } else if (contextual.html()) {
+ $(contextual).after(msa);
+ } else {
+ $(article).after(msa);
+ }
+ }
+
+ /* show */
+ $('#mainContentContainer_area .related_reading_rdr').show();
+
+ }
+
+
+
+ /* do the swap unless the function getPubType exists and returns the value 'third_party', unless it is Healthy Day content */
+ if (s_publication_source = 'WebMD News from HealthDay'){
+ doSwap();
+ } else if(typeof(getPubType) == 'function') {
+ (getPubType() == 'third_party') ? null : doSwap();
+ } else {
+ doSwap();
+ }
+ }
+ if (window.$) {
+ moveMustSeeArticles();
+ $('.share_rdr').hide();
+ }
+
+ $(document).ready(function()
+ {
+ $('.related_wrapper').css('display','block');
+ $('.dyn_related').css('padding-top','0px');
+ });
+ </script>
+ </div>
+ <div id="ContentPane9"></div>
+ <div id="ContentPane10"></div>
+ <div id="ContentPane11"></div>
+ <div id="ContentPane12"></div>
+ <div id="ContentPane13"></div>
+ <div id="ContentPane14"></div>
+ <div id="ContentPane15"></div>
+ <div id="ContentPane16"></div>
+ <div id="ContentPane17"></div>
+ <div id="ContentPane18">
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 5000</li><li>$print = false</li></ul><ul><li>adtype = iFRAME</li><li>iframeheight = 1</li><li>iframewidth = 1</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 1625</li><li>artid = 091e9c5e810fb2ee</li><li>au1 = </li><li>au2 = </li><li>bc = _age121_l23_age122_j30_t780_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = 893</li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 5000</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 365904714</li><li>tmg = </li><li>transactionID = 442451382</li><li>tug = 2321</li><li>uri = %2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings</li></ul>-->
+ <script>
+ var priTopId='1625', secTopId='';
+ </script>
+ <script>
+ // self executing function for scope
+ (function() {
+ var isDFP;
+
+ isDFP = true;
+
+
+ // Moving the ad up into the article:
+ // Finds all possible locations to insert, moves the ad location up into the article, before handling the Ad Seed Call
+
+ // Updates Paragraphs
+ $(".article_rdr p").each(function() {
+ $(this).addClass("node");
+ });
+
+
+ // Updates Unordered Lists
+ $(".article_rdr .copyNormal ul").each(function() {
+ $(this).addClass("node");
+ });
+
+
+ //Removes nodes from paragraphs where it shouldnt be?
+ $(".article_rdr .share_bar p").each(function() {
+ $(this).removeClass("node");
+ });
+ $(".article_rdr .aia_rdr p").each(function() {
+ $(this).removeClass("node");
+ });
+ $(".article_rdr .share_bar ul").each(function() {
+ $(this).removeClass("node");
+ });
+ $(".article_rdr .aia_rdr ul").each(function() {
+ $(this).removeClass("node");
+ });
+ $(".contextual_links_fmt p").each(function() {
+ $(this).removeClass("node");
+ });
+ $(".article_rdr table p").each(function() {
+ $(this).removeClass("node");
+ });
+ $(".article_rdr .verifiedBox_rdr p").each(function() {
+ $(this).removeClass("node");
+ });
+ $(".article_rdr .copyNormal table ul").each(function() {
+ $(this).removeClass("node");
+ });
+
+ // Finds the number of paragraphs / List items within the article.
+ sbposition = ($('.article_rdr .node').length);
+
+ //Is this Healthwise Content??
+ if (s_publication_source.indexOf("Healthwise") != -1) {
+ //Healthwise Steps, if different;
+ } else {
+ //Moves the sponsor box placeholder up into the document
+ if (sbposition >= 8) {
+ $('#remoteAd_rdr').insertAfter('.node:eq(5)');
+ }
+ if (sbposition == 7) {
+ $('#remoteAd_rdr').insertAfter('.node:eq(4)');
+ }
+ if (sbposition == 6) {
+ $('#remoteAd_rdr').insertAfter('.node:eq(4)');
+ }
+ if (sbposition == 5) {
+ $('#remoteAd_rdr').insertAfter('.node:eq(4)');
+ }
+ if (sbposition == 4) {
+ $('#remoteAd_rdr').insertAfter('.node:eq(3)');
+ }
+ if (sbposition == 4) {
+ $('#remoteAd_rdr').insertAfter('.node:eq(3)');
+ }
+ //End else
+ }
+
+
+ setTimeout(function() {
+ var iframeURLOutOfPB = 'http://as.webmd.com/html.ng/transactionID=442451382&tile=365904714&tug=2321&pug=__&site=2&affiliate=20&hcent=893&scent=&pos=113&xpg=1625&sec=&amp;au1=&au2=&uri=%2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings&artid=091e9c5e810fb2ee&inst=0&amp;leaf=&segm=0&cc=17&tmg=&bc=_age121_l23_age122_j30_t780_&mcent=&micro=';
+
+ var cleanIframeURL = iframeURLOutOfPB.replace(/&amp;/g, '&');
+
+
+ var ad = {
+ adLocation: 'remote',
+ adURL: cleanIframeURL,
+ trans: '442451382',
+ tile: '365904714',
+ pos: '5000'
+ };
+
+ // check to make sure this seed call functionality exists, if it does, dooo it
+ if (webmd.object.exists('//webmd.ads.handleAdSeedCall')) {
+ if(!isDFP){
+ webmd.ads.handleAdSeedCall(ad);
+ }
+
+ setTimeout(function() {
+ updateRemoteAd();
+ }, 2000);
+ }
+ }, 2000);
+
+
+ function updateRemoteAd() {
+ $('.chapterList_fmt #remoteAd_rdr').css('position', 'relative');
+ $('.chapterList_fmt #remoteAd_rdr').css('left', '-14px');
+ $('#remoteAd_Iframe').contents().find("body").attr('id', 'mainContent_area');
+ if ($('#remoteAd_Iframe').contents().find('body').text().length && sbposition >= 4) {
+ $('.conta').css('display', 'block');
+ $('#remoteAd_rdr').css('display', 'block');
+ }
+ }
+
+ })();
+ </script>
+ <script type="text/javascript">
+ var priTopId = "1625";
+ var secTopId = "";
+ </script>
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 5001</li><li>$print = false</li></ul><ul><li>adtype = iFRAME</li><li>iframeheight = 1</li><li>iframewidth = 1</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 1625</li><li>artid = 091e9c5e810fb2ee</li><li>au1 = </li><li>au2 = </li><li>bc = _age121_l23_age122_j30_t780_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = 893</li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 5001</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 365904714</li><li>tmg = </li><li>transactionID = 442451382</li><li>tug = 2321</li><li>uri = %2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings</li></ul>-->
+ <script>
+ var priTopId='1625', secTopId='';
+ </script>
+ <div class="centerAd_r1_rdr">
+ <div id="centerAd_fmt" class="centerAd_BG_fmt">
+ <div id="ads2-pos-5001-ad_cw2_icm" class="ad_placeholder"></div>
+ <script>
+ webmd.ads2Consumer.defineAd({targets:{art:'091e9c5e810fb2ee',cc:'17',env:'',hcent:'893',leaf:'&amp;leaf=',mcent:'',mic:'',pt:'1625',sec:'',pug:'__',scent:'',tmg:'',tug:'2321',uri:'%2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings'},blockCodes:'_age121_l23_age122_j30_t780_',id:'ads2-pos-5001-ad_cw2_icm',pos:'5001',sizes:[1,2]});
+ </script>
+ </div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ </div>
+ <div id="ContentPane19"></div>
+ <div id="ContentPane20"></div>
+ </div>
+ </div>
+ </div>
+ <div id="navColumn_area">
+ <div id="navColumn_ctr">
+ <div id="ContentPane30"></div>
+ <div id="ContentPane31"></div>
+ <div id="ContentPane22">
+ <div id="guidenav_rdr">
+ <div class="top_fmt"></div>
+ <div id="centernav_fmt">
+ <ul>
+ <li class="header_fmt"> <a href="http://www.webmd.com/allergies/default.htm" onclick="return sl(this,'','lln-ctrcnav_11-1');">Allergies Home</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/news-features" onclick="return sl(this,'','lln-ctrcnav_ll-2');">News &amp; Features</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/quiz-index" onclick="return sl(this,'','lln-ctrcnav_ll-3');">Quizzes</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/ss/slideshow-index" onclick="return sl(this,'','lln-ctrcnav_ll-4');">Slideshows</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/video/video-index" onclick="return sl(this,'','lln-ctrcnav_ll-5');">Videos</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/medical-reference-index" onclick="return sl(this,'','lln-ctrcnav_ll-6');">Reference</a>
+
+ </li>
+ <li> <a href="http://doctor.webmd.com/find-a-doctor/allergy" onclick="return sl(this,'','lln-ctrcnav_ll-7');">Find an Allergist</a>
+
+ </li>
+ </ul>
+ </div>
+ <div id="standardSubnav_fmt">
+ <div class="header_fmt">
+ <div class="icon_fmt"> <a href="http://www.webmd.com/allergies/guide/default.htm" onclick="return sl(this,'','gd-fullgd_1');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/icon_guide.gif" border="0" alt="Guide"/>
+ </a>
+
+ </div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/guide/default.htm" onclick="return sl(this,'','gd-fullgd_1');">Allergies Guide</a>
+
+ </div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ <div class="number_fmt">1</div>
+ <div class="chapter_fmt"> <a href="http://www.webmd.com/allergies/guide/allergies-overview" onclick="return sl(this,'','gd-fullgd_2');">Allergy Facts</a>
+
+ </div>
+ <div class="number_fmt">2</div>
+ <div class="chapter_fmt"> <a href="http://www.webmd.com/allergies/guide/allergy-symptoms-types"
+ onclick="return sl(this,'','gd-fullgd_3');">Allergy Types</a>
+
+ </div>
+ <div class="number_fmt">3</div>
+ <div class="chapter_fmt"> <a href="http://www.webmd.com/allergies/guide/allergies-diagnosis-tests"
+ onclick="return sl(this,'','gd-fullgd_4');">Allergy Tests</a>
+
+ </div>
+ <div class="number_fmt">4</div>
+ <div class="chapter_fmt"> <a href="http://www.webmd.com/allergies/guide/allergies-treatment-care"
+ onclick="return sl(this,'','gd-fullgd_5');">Allergy Treatment</a>
+
+ </div>
+ <div class="number_fmt">5</div>
+ <div class="chapter_fmt"> <a href="http://www.webmd.com/allergies/guide/allergies-living-managing"
+ onclick="return sl(this,'','gd-fullgd_6');">Living &amp; Managing</a>
+
+ </div>
+ <div class="number_fmt">6</div>
+ <div class="chapter_fmt"> <a href="http://www.webmd.com/allergies/guide/allergies-support-resources"
+ onclick="return sl(this,'','gd-fullgd_7');">Allergy Resources</a>
+
+ </div>
+ </div>
+ <div class="bottom_fmt"></div>
+ </div>
+ <script type="text/javascript">
+ var chapters = [
+ 'http://www.webmd.com/allergies/guide/default.htm',
+
+ 'http://www.webmd.com/allergies/guide/allergies-overview',
+
+ 'http://www.webmd.com/allergies/guide/allergy-symptoms-types',
+
+ 'http://www.webmd.com/allergies/guide/allergies-diagnosis-tests',
+
+ 'http://www.webmd.com/allergies/guide/allergies-treatment-care',
+
+ 'http://www.webmd.com/allergies/guide/allergies-living-managing',
+
+ 'http://www.webmd.com/allergies/guide/allergies-support-resources',
+ '',''];
+
+
+ var c1_1 = [
+ 'http://www.webmd.com/allergies/guide/allergy-basics',
+ 'http://www.webmd.com/allergies/guide/eye-allergies-1',
+ 'http://www.webmd.com/allergies/guide/chronic-allergies-causes',];
+
+ var c1_2 = [
+ 'http://www.webmd.com/allergies/guide/allergic-reaction-causes',
+ 'http://www.webmd.com/allergies/guide/allergy-triggers',
+ 'http://www.webmd.com/allergies/guide/nasal-polyps-symptoms-and-treatments'];
+
+ var c1_3 = [
+ 'http://www.webmd.com/allergies/guide/who-gets-allergies'];
+
+ var c1_4 = [
+ 'http://www.webmd.com/allergies/guide/allergy-prevention',
+ 'http://www.webmd.com/allergies/guide/neti-pot-nasal-irrigation-pros-and-cons'];
+
+ var c1_5 = [
+ 'http://www.webmd.com/allergies/guide/asthma-allergies',
+ 'http://www.webmd.com/allergies/guide/sleep-and-allergies',
+ 'http://www.webmd.com/allergies/guide/allergies-sinusitis',
+ 'http://www.webmd.com/allergies/guide/anaphylaxis'];
+
+ var c2_1 = [
+ 'http://www.webmd.com/allergies/guide/food-allergy-intolerances',
+ 'http://www.webmd.com/allergies/guide/milk-allergy',
+ 'http://www.webmd.com/allergies/guide/egg-allergy',
+ 'http://www.webmd.com/allergies/guide/wheat-allergy',
+ 'http://www.webmd.com/allergies/guide/nut-allergy',
+ 'http://www.webmd.com/allergies/guide/fish-allergy',
+ 'http://www.webmd.com/allergies/guide/shellfish-allergy',
+ 'http://www.webmd.com/allergies/guide/sulfite-sensitivity',
+ 'http://www.webmd.com/allergies/guide/soy-allergy',
+ 'http://www.webmd.com/allergies/guide/casein-allergy-overview'];
+
+ var c2_2 = [
+ 'http://www.webmd.com/allergies/guide/spring-allergies',
+ 'http://www.webmd.com/allergies/guide/summer-allergies',
+ 'http://www.webmd.com/allergies/guide/fall-allergy-relief',
+ 'http://www.webmd.com/allergies/guide/winter-allergies'];
+
+ var c2_3 = [
+ 'http://www.webmd.com/allergies/guide/dog-allergies',
+ 'http://www.webmd.com/allergies/guide/cat-allergies'];
+
+ var c2_4 = [
+ 'http://www.webmd.com/allergies/guide/understanding-hay-fever-basics',
+ 'http://www.webmd.com/allergies/guide/conjunctivitis',
+ 'http://www.webmd.com/allergies/guide/hives-urticaria-angioedema',
+ 'http://www.webmd.com/allergies/guide/poison-ivy-oak-sumac',
+ 'http://www.webmd.com/allergies/guide/insect-stings',
+ 'http://www.webmd.com/allergies/guide/mold-allergy',
+ 'http://www.webmd.com/allergies/guide/pollen-allergies-symptoms-triggers-treatments',
+ 'http://www.webmd.com/allergies/guide/sun-reactions',
+ 'http://www.webmd.com/allergies/guide/salicylate-allergy',
+ 'http://www.webmd.com/allergies/guide/cosmetics',
+ 'http://www.webmd.com/allergies/guide/nickel-jewelry-allergy',
+ 'http://www.webmd.com/allergies/guide/drug-allergies',
+ 'http://www.webmd.com/allergies/guide/dust-allergies',
+ 'http://www.webmd.com/allergies/guide/chemical-allergies',
+ 'http://www.webmd.com/allergies/guide/penicillin-allergy-topic-overview'];
+
+ var c3_1 = [
+ 'http://www.webmd.com/allergies/guide/allergies-doctor-exam',
+ 'http://www.webmd.com/allergies/guide/food-allergy-testing',
+ 'http://www.webmd.com/allergies/guide/food-allergy-symptom-diary',
+ 'http://www.webmd.com/allergies/guide/allergies-elimination-diet'];
+
+ var c3_2 = [
+ 'http://www.webmd.com/allergies/guide/skin-test',
+ 'http://www.webmd.com/allergies/guide/blood-test'];
+
+ var c4 = [
+ 'http://www.webmd.com/allergies/guide/allergy-medications',
+ 'http://www.webmd.com/allergies/guide/antihistamines-for-allergies',
+ 'http://www.webmd.com/allergies/guide/decongestants',
+ 'http://www.webmd.com/allergies/guide/anticholinergic-nasal-allergy-sprays',
+ 'http://www.webmd.com/allergies/guide/steroid_nasal_sprays',
+ 'http://www.webmd.com/allergies/guide/allergy-eye-drops',
+ 'http://www.webmd.com/allergies/guide/singulair-leukotriene-inhibitors',
+ 'http://www.webmd.com/allergies/guide/mast-cell-inhibitors',
+ 'http://www.webmd.com/allergies/guide/allergy-shots',
+ 'http://www.webmd.com/allergies/guide/skin-allergies',
+ 'http://www.webmd.com/allergies/guide/dehumidifiers-for-allergies',
+ 'http://www.webmd.com/allergies/guide/allergies-when-to-use-auto-injector'];
+
+ var c5 = [
+ 'http://www.webmd.com/allergies/guide/allergic-reaction-home-treatment-options',
+ 'http://www.webmd.com/allergies/guide/food-diary-helping-uncover-food-allergy-triggers',
+ 'http://www.webmd.com/allergies/guide/dust-mite-mattress-and-pillow-covers-for-allergy-relief',
+ 'http://www.webmd.com/allergies/guide/allergy-proof-your-environment',
+ 'http://www.webmd.com/allergies/guide/tips-for-handling-allergies-in-school'];
+
+ var c6 = [
+ 'http://www.webmd.com/allergies/guide/resource',
+ 'http://www.webmd.com/allergies/guide/allergy-suggested-reading',];
+ </script>
+ <script type="text/javascript">
+ function definePage () {
+
+ var parentChapter, tabChapter, s_pagenameCheck;
+ var subChapter ="1";
+ var theUrl=location.href;
+ s_pagenameCheck = theUrl.toLowerCase();
+
+ if (s_pagenameCheck.lastIndexOf("?") > 0) {
+ var s_pagenameCheck = s_pagenameCheck.substring(0,s_pagenameCheck.lastIndexOf("?"));
+ }
+
+ if( s_pagenameCheck in oc(chapters) ) {
+ parentChapter = s_pagenameCheck;
+ highlightLeftBin(parentChapter);
+ highlightCenterBin(parentChapter);
+ highlightTab();
+ } else {
+
+ if( s_pagenameCheck in oc(c1_1) ) { parentChapter = chapters[1]; tabChapter = "1";subChapter = "1";}
+
+ if( s_pagenameCheck in oc(c1_2) ) { parentChapter = chapters[1]; tabChapter = "1";subChapter = "2";}
+
+ if( s_pagenameCheck in oc(c1_3) ) { parentChapter = chapters[1]; tabChapter = "1";subChapter = "3";}
+
+ if( s_pagenameCheck in oc(c1_4) ) { parentChapter = chapters[1]; tabChapter = "1";subChapter = "4";}
+
+ if( s_pagenameCheck in oc(c1_5) ) { parentChapter = chapters[1]; tabChapter = "1";subChapter = "5";}
+
+ if( s_pagenameCheck in oc(c2_1) ) { parentChapter = chapters[2]; tabChapter = "2";subChapter = "1";}
+
+ if( s_pagenameCheck in oc(c2_2) ) { parentChapter = chapters[2]; tabChapter = "2";subChapter = "2";}
+
+ if( s_pagenameCheck in oc(c2_3) ) { parentChapter = chapters[2]; tabChapter = "2";subChapter = "3";}
+
+ if( s_pagenameCheck in oc(c2_4) ) { parentChapter = chapters[2]; tabChapter = "2";subChapter = "4";}
+
+ if( s_pagenameCheck in oc(c3_1) ) { parentChapter = chapters[3]; tabChapter = "3";subChapter = "1";}
+
+ if( s_pagenameCheck in oc(c3_2) ) { parentChapter = chapters[3]; tabChapter = "3";subChapter = "2";}
+
+ if( s_pagenameCheck in oc(c4) ) { parentChapter = chapters[3]; tabChapter = "4";}
+
+ if( s_pagenameCheck in oc(c5) ) { parentChapter = chapters[4]; tabChapter = "5";}
+
+ if( s_pagenameCheck in oc(c6) ) { parentChapter = chapters[5]; tabChapter = "6";}
+
+ if ((typeof(parentChapter)!="undefined") & (typeof(tabChapter)!="undefined")) {
+ highlightLeftBin(parentChapter);
+ highlightCenterBin(parentChapter);
+ setNavState(tabChapter, subChapter);
+ }
+ }
+ }
+
+ definePage();
+ </script>
+ <div class="moduleSpacer_rdr"></div>
+ </div>
+ <div id="ContentPane32"></div>
+ <div id="ContentPane33"></div>
+ <div id="ContentPane34"></div>
+ <div id="ContentPane26">
+ <div class="gen_ll" id="lln-rltdto">
+ <h3>Related to Allergies</h3>
+
+ <ul>
+ <li class="first"> <a href="http://www.webmd.com/asthma/default.htm" onclick="return sl(this,'','lln-rltdto_1');">Asthma</a>
+
+ </li>
+ <li class="odd"> <a href="http://www.webmd.com/cold-and-flu/default.htm" onclick="return sl(this,'','lln-rltdto_2');">Cold, Cough &amp; Flu</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/interaction-checker/default.htm" onclick="return sl(this,'','lln-rltdto_3');">Drug Interaction Checker</a>
+
+ </li>
+ <li class="odd"> <a href="http://www.webmd.com/eye-health/ss/slideshow-eye-allergies" onclick="return sl(this,'','lln-rltdto_4');"
+ class="type_ss">Eye Allergies<i> </i></a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/guide/food-allergy-intolerances"
+ onclick="return sl(this,'','lln-rltdto_5');">Food Allergies</a>
+
+ </li>
+ <li class="odd"> <a href="http://symptoms.webmd.com/seasonal-allergy-map-tool/default.htm"
+ onclick="return sl(this,'','lln-rltdto_6');">Map: Track Allergy Symptoms</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/skin-problems-and-treatments/default.htm"
+ onclick="return sl(this,'','lln-rltdto_7');">Skin Problems &amp; Treatments</a>
+
+ </li>
+ <li class="odd last"> <a href="http://www.webmd.com/allergies/directory-index" onclick="return sl(this,'','lln-rltdto_8');">More Related Topics </a>
+
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div id="ContentPane35"></div>
+ <div id="ContentPane36"></div>
+ <div id="ContentPane37"></div>
+ <div id="ContentPane27">
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 113</li><li>$print = false</li></ul><ul><li>adtype = iFRAME</li><li>iframeheight = 600</li><li>iframewidth = 160</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 1625</li><li>artid = 091e9c5e810fb2ee</li><li>au1 = </li><li>au2 = </li><li>bc = _age121_l23_age122_j30_t780_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = 893</li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 113</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 365904714</li><li>tmg = </li><li>transactionID = 442451382</li><li>tug = 2321</li><li>uri = %2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings</li></ul>-->
+ <script>
+ var priTopId='1625', secTopId='';
+ </script>
+ <div id="leftAd_rdr">
+ <div class="leftAd_top_fmt"></div>
+ <div id="leftAd_fmt" class="leftAd_BG_fmt loaded">
+ <div id="ads2-pos-113-ad" class="ad_placeholder"></div>
+ </div>
+ <div class="leftAd_bottom_fmt"></div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ <script>
+ webmd.ads2Consumer.defineAd({targets:{art:'091e9c5e810fb2ee',cc:'17',env:'',hcent:'893',leaf:'&amp;leaf=',mcent:'',mic:'',pt:'1625',sec:'',pug:'__',scent:'',tmg:'',tug:'2321',uri:'%2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings'},blockCodes:'_age121_l23_age122_j30_t780_',id:'ads2-pos-113-ad',pos:'113',sizes:[160,600]});
+ </script>
+ </div>
+ <div id="ContentPane38"></div>
+ <div id="ContentPane39"></div>
+ </div>
+ </div>
+ <div id="thirdCol_area">
+ <div id="thirdCol_ctr">
+ <div id="ContentPane40"></div>
+ <div id="ContentPane41"></div>
+ <div id="ContentPane21">
+ <div id="ed-urr" class="unified_right_v2_rdr">
+ <h2>Today on WebMD</h2>
+
+ <div class="unified_right_inner_v2_rdr">
+ <div class="entry_fmt" id="x52"> <a href="http://www.webmd.com/allergies/ss/slideshow-natural-relief" onclick="return sl(this,'','ed-urr_1othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/news/2013/01_2013/cdc_flu_update_02012013xml/110x70_cdc_flu_update_02012013xml.jpg" alt="man blowing nose"/>
+ </a>
+
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/ss/slideshow-natural-relief" onclick="return sl(this,'','ed-urr_1othr');">12 Natural Ways to Defeat Allergies</a>
+
+ </div>
+ <div class="header_fmt">Make these tweaks to your diet, home, and lifestyle.</div>
+ </div>
+ <div class="entry_fmt" id="x53"> <a href="http://www.webmd.com/allergies/ss/slideshow-nasal-allergy-relief-products"
+ onclick="return sl(this,'','ed-urr_2othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/slideshows/nasal_allergy_relief/110x70_nasal_allergy_relief.jpg" alt="Allergy capsule"/>
+ </a>
+
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/ss/slideshow-nasal-allergy-relief-products"
+ onclick="return sl(this,'','ed-urr_2othr');">Need Nasal Allergy Relief?</a>
+
+ </div>
+ <div class="header_fmt">Breathe easier with these products.</div>
+ </div>
+ <div class="clear_fmt">&nbsp;</div>
+ <div class="entry_fmt" id="x54"> <a href="http://www.webmd.com/allergies/ss/slideshow-pets-and-allergies"
+ onclick="return sl(this,'','ed-urr_3othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/health_checks/pet_health_evaluator_healthcheck/110x70_pet_health_evaluator_cat_healthcheck.jpg" alt="cat on couch"/>
+ </a>
+
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/ss/slideshow-pets-and-allergies"
+ onclick="return sl(this,'','ed-urr_3othr');">5 Tips to Cut Pet Allergies</a>
+
+ </div>
+ <div class="header_fmt">Live in harmony with your cat or dog.</div>
+ </div>
+ <div class="entry_fmt" id="x55"> <a href="http://www.webmd.com/allergies/ss/slideshow-common-allergy-triggers"
+ onclick="return sl(this,'','ed-urr_4othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/slideshows/allergy_triggers_slideshow/110x70_allergy_triggers_slideshow.jpg" alt="Woman sneezing with tissue in meadow"/>
+ </a>
+
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/ss/slideshow-common-allergy-triggers"
+ onclick="return sl(this,'','ed-urr_4othr');">10 Common Allergy Triggers</a>
+
+ </div>
+ <div class="header_fmt">Which ones affect you?</div>
+ </div>
+ <div class="clear_fmt">&nbsp;</div>
+ </div>
+ </div>
+ <script class="oas_template" id="urr_V20" type="text/html">
+ <a onclick="return sl(this,'','thumb-link0_{link_position}{onclick_append}');" href="{href}">
+ <img src="{img}" alt="{alt_text}" />
+ </a>
+ <div class="link_fmt">
+ <a onclick="return sl(this,'','thumb-link0_{link_position}{onclick_append}');" href="{href}">{alt}</a>
+ </div>
+ <div class="header_fmt">{text}</div>
+ </script>
+ <script type="text/javascript">
+ webmd.oas = window.webmd.oas || {}; webmd.oas.mapping = window.webmd.oas.mapping || {};
+ webmd.oas.mapping['urr_V20'] = ['x52','x53','x54','x55'];
+ </script>
+ </div>
+ <div id="ContentPane42"></div>
+ <div id="ContentPane43"></div>
+ <div id="ContentPane44"></div>
+ <div id="ContentPane24">
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 121</li><li>$print = false</li></ul><ul><li>adtype = iFRAME</li><li>iframeheight = 250</li><li>iframewidth = 300</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 1625</li><li>artid = 091e9c5e810fb2ee</li><li>au1 = </li><li>au2 = </li><li>bc = _age121_l23_age122_j30_t780_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = 893</li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 121</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 365904714</li><li>tmg = </li><li>transactionID = 442451382</li><li>tug = 2321</li><li>uri = %2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings</li></ul>-->
+ <script>
+ var priTopId='1625', secTopId='';
+ </script>
+ <div id="rightAd_rdr">
+ <div class="rightAd_top_fmt"></div>
+ <div id="rightAd_fmt" class="rightAd_BG_fmt loaded">
+ <div id="ads2-pos-121-ad" class="ad_placeholder"></div>
+ </div>
+ <div class="rightAd_bottom_fmt"></div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ <script>
+ webmd.ads2Consumer.defineAd({targets:{art:'091e9c5e810fb2ee',cc:'17',env:'',hcent:'893',leaf:'&amp;leaf=',mcent:'',mic:'',pt:'1625',sec:'',pug:'__',scent:'',tmg:'',tug:'2321',uri:'%2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings'},blockCodes:'_age121_l23_age122_j30_t780_',id:'ads2-pos-121-ad',pos:'121',sizes:[[300,250],[300, 600],[300,1050]]});
+ </script>
+ <div id="thumb-link1" class="unified_right_rdr">
+ <h2></h2>
+
+ <div class="unified_right_inner_rdr">
+ <div class="entry_fmt" id="x20"> <a href="http://www.webmd.com/allergies/features/the-truth-about-mucus"
+ onclick="return sl(this,'','thumb-link1_1othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/features/_2012/04_2012/truth_about_mucus_features/69x75_truth_about_mucus_features.jpg" alt="blowing nose"/>
+ </a>
+
+ <div class="header_fmt">Article</div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/features/the-truth-about-mucus"
+ onclick="return sl(this,'','thumb-link1_1othr');">The Truth About Mucus</a>
+
+ </div>
+ </div>
+ <div class="entry_fmt" id="x21"> <a href="http://www.webmd.com/allergies/postnasal-drip" onclick="return sl(this,'','thumb-link1_2othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/news/2011/11_2011/acne_and_sore_throat/69x75_acne_and_sore_throat.jpg" alt="woman with sore throat"/>
+ </a>
+
+ <div class="header_fmt">Article</div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/postnasal-drip" onclick="return sl(this,'','thumb-link1_2othr');">What Is Postnasal Drip?</a>
+
+ </div>
+ </div>
+ <div class="clear_fmt">&nbsp;</div>
+ <div class="entry_fmt" id="x22"> <a href="http://www.webmd.com/allergies/ss/slideshow-bad-bugs" onclick="return sl(this,'','thumb-link1_3ss');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/news/2012/08_2012/new_tickborne_disease/69x75_new_tickborne_disease.jpg" alt="lone star tick"/>
+ </a>
+
+ <div class="header_fmt">Slideshow</div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/ss/slideshow-bad-bugs" onclick="return sl(this,'','thumb-link1_3ss');">Identify Bugs and Their Bites</a>
+
+ </div>
+ </div>
+ <div class="entry_fmt" id="x23"> <a href="http://www.webmd.com/allergies/ss/slideshow-natural-relief" onclick="return sl(this,'','thumb-link1_4ss');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/slideshows/12_natural_ways_to_defeat_allergies/69x75_12_natural_ways_to_defeat_allergies.jpg" alt="Woman blowing nose"/>
+ </a>
+
+ <div class="header_fmt">Slideshow</div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/ss/slideshow-natural-relief" onclick="return sl(this,'','thumb-link1_4ss');">12 Natural Ways to Defeat Allergies</a>
+
+ </div>
+ </div>
+ <div class="clear_fmt">&nbsp;</div>
+ <script class="oas_template" id="oas_urr_1" type="text/html">
+ <a onclick="return sl(this,'','thumb-link1_{link_position}{onclick_append}');" href="{href}">
+ <img src="{img}" alt="{alt_text}" />
+ </a>
+ <div class="header_fmt">{text}</div>
+ <div class="link_fmt">
+ <a onclick="return sl(this,'','thumb-link1_{link_position}{onclick_append}');" href="{href}">{alt}</a>
+ </div>
+ </script>
+ <script type="text/javascript">
+ webmd.oas = window.webmd.oas || {}; webmd.oas.mapping = window.webmd.oas.mapping || {};
+ webmd.oas.mapping['oas_urr_1'] = ['x20','x21','x22','x23'];
+ </script>
+ </div>
+ </div>
+ </div>
+ <div id="ContentPane45">
+ <style>
+ #allergyappsmsemailgen90 {
+ box-sizing: border-box;
+ position: relative;
+ width: 300px;
+ height: 90px;
+ padding: 5px 9px 0 79px;
+ background: url(http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/mobile/app-marketing/allergy/modules/gen_allergy_woman_sneezing_sm.jpg) no-repeat 10px 50%;
+ border: 1px solid #989898;
+ font-family: 'Lato', sans-serif;
+ margin: 0 auto 1em;
+ }
+ #allergyappsmsemailgen90,
+ #allergyappsmsemailgen90 p,
+ #allergyappsmsemailgen90 a,
+ #allergyappsmsemailgen90 input,
+ #allergyappsmsemailgen90 label,
+ #allergyappsmsemailgen90 h1,
+ #allergyappsmsemailgen90 h2,
+ #allergyappsmsemailgen90 h4,
+ #allergyappsmsemailgen90 .pane h1,
+ #allergyappsmsemailgen90 .pane h2 {
+ font-family: 'Lato', sans-serif;
+ }
+
+ #allergyappsmsemailgen90 *,
+ #allergyappsmsemailgen90 *:before,
+ #allergyappsmsemailgen90 *:after {
+ box-sizing: border-box;
+ }
+ #allergyappsmsemailgen90 .pane {
+ display: block;
+ }
+ /*#allergyappsmsemailgen90 .paneIntro,*/
+ #allergyappsmsemailgen90 .paneSystemError {
+ display: none;
+ }
+ #allergyappsmsemailgen90 .paneBusy {
+ display: none;
+ margin-top: 1em;
+ overflow: hidden;
+ }
+ #allergyappsmsemailgen90 .paneBusy p {
+ line-height: 20px;
+ float: left;
+ margin-left: .5em;
+ }
+ #allergyappsmsemailgen90 .loading_small {
+ float: left;
+ }
+ #allergyappsmsemailgen90 .paneSystemError p {
+ margin: 10px 0;
+ }
+ #allergyappsmsemailgen90 .paneDone {
+ display: none;
+ }
+ #allergyappsmsemailgen90 h1 {
+ margin: 12px 0 0 0;
+ line-height: 1em;
+ color: #222;
+ font-size: 27px;
+ font-weight: bold;
+ }
+ #allergyappsmsemailgen90 h2 {
+ margin: 18px 0 10px 0;
+ line-height: 1em;
+ color: #222;
+ font-size: 18px;
+ font-weight: normal;
+ }
+ #allergyappsmsemailgen90 h3 {
+ margin: 0;
+ line-height: 1em;
+ color: #222;
+ font-size: 14px;
+ font-weight: bold;
+ }
+ #allergyappsmsemailgen90 p {
+ margin: 0;
+ line-height: 1em;
+ color: #222;
+ font-size: 14px;
+ font-weight: normal;
+ }
+ #allergyappsmsemailgen90 .allergyapplogo {
+ width: 163px;
+ height: 20px;
+ font-size: 0;
+ line-height: 0;
+ background: url(http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/mobile/app-marketing/allergy/modules/webmd-allergy-app-logo_163x20.png);
+ }
+ #allergyappsmsemailgen90 form {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 64px;
+ padding: 0 9px 9px 79px;
+ display: none;
+ }
+ #allergyappsmsemailgen90 .sender,
+ #allergyappsmsemailgen90 .controls {
+ float: left;
+ }
+ #allergyappsmsemailgen90 form p {
+ color: #222;
+ line-height: 1em;
+ font-size: 14px;
+ font-weight: bold;
+ text-align:left;
+ }
+ #allergyappsmsemailgen90 input[type=text] {
+ position: absolute;
+ bottom: 4px;
+ left: 79px;
+ width: 133px;
+ height: 30px;
+ margin: 0 10px 0 0;
+ padding: 0 4px;
+ background: #fff;
+ color: #666;
+ border: 1px solid #d5d5d5;
+ border-radius: 3px;
+ font-size: 14px;
+ font-weight: normal;
+ }
+ #allergyappsmsemailgen90 input[type=submit] {
+ position: absolute;
+ bottom: 4px;
+ right: 9px;
+ width: 67px;
+ height: 30px;
+ margin: 0;
+ padding: 0;
+ background: #f57f20;
+ color: #fff;
+ border: none;
+ border-radius: 3px;
+ font-size: 15px;
+ font-weight: bold;
+ }
+ #allergyappsmsemailgen90 input.invalid {
+ background: #fcc;
+ border: 1px solid #ffb3b3;
+ box-shadow: inset 0 0 1.2rem #ffabab;
+ color: #f33;
+ }
+ </style>
+ <div id="allergyappsmsemailgen90" class="small">
+ <div class="allergyapplogo thankyou">WebMD Allergy App</div>
+ <div class="pane paneForm">
+ <form action="#" method="get">
+ <p>Send yourself a link to download the app.</p>
+ <div class="sender">
+ <input type="text" id="email" name="toAddress" value="Your email address"
+ class="placeholder"/>
+ </div>
+ <div class="controls">
+ <input type="submit" value="Submit"/>
+ </div>
+ </form>
+ </div>
+ <div class="pane paneBusy">
+ <div class="loading_small">Loading ...</div>
+ <p>Please wait...</p>
+ </div>
+ <div class="pane paneSystemError">
+ <p>This feature is temporarily unavailable. Please try again later.</p>
+ </div>
+ <div class="pane paneDone">
+ <h3>Thanks!</h3>
+
+ <p>Now check your email account on your mobile phone to download your new
+ app.</p>
+ </div>
+ </div>
+ <script type="text/javascript">
+ require(['allergy_app/1/allergy_app_sms_email'], function(allergyappsmsemail) {
+ var allergyappsmsemailgen90 = webmd.object(allergyappsmsemail);
+ allergyappsmsemailgen90.init({wrapper:'allergyappsmsemailgen90'});
+ });
+ </script>
+ </div>
+ <div id="ContentPane46">
+ <div id="thumb-link2" class="unified_right_rdr">
+ <h2></h2>
+
+ <div class="unified_right_inner_rdr">
+ <div class="entry_fmt" id="x24"> <a href="http://www.webmd.com/allergies/guide/cat-allergies" onclick="return sl(this,'','thumb-link2_1othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/features/_2011/11_2011/healthy_cat_gift_guide_features/69x75_healthy_cat_gift_guide_features.jpg" alt="cat lying on shelf"/>
+ </a>
+
+ <div class="header_fmt">Article</div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/guide/cat-allergies" onclick="return sl(this,'','thumb-link2_1othr');">Causes of Cat Allergies</a>
+
+ </div>
+ </div>
+ <div class="entry_fmt" id="x25"> <a href="http://www.webmd.com/allergies/indoor-outdoor-relief-14/video-allergy-testing-and-shots"
+ onclick="return sl(this,'','thumb-link2_2othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/reference_guide/allergy_tests_ref_guide/69x75_allergy_tests_ref_guide.jpg" alt="Allergy prick test"/>
+ </a>
+
+ <div class="header_fmt">VIDEO</div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/indoor-outdoor-relief-14/video-allergy-testing-and-shots"
+ onclick="return sl(this,'','thumb-link2_2othr');">Types of Allergy Tests</a>
+
+ </div>
+ </div>
+ <div class="clear_fmt">&nbsp;</div>
+ <div class="entry_fmt" id="x26"> <a href="http://www.webmd.com/allergies/allergies-assessment/default.htm"
+ onclick="return sl(this,'','thumb-link2_3othr');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/health_checks/allergy_sinus_symptoms_evaluator/69x75_allergy_sinus_symptoms_evaluator.jpg" alt="Man sneezing into tissue"/>
+ </a>
+
+ <div class="header_fmt">Assessment</div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/allergies-assessment/default.htm"
+ onclick="return sl(this,'','thumb-link2_3othr');">Get Personalized Allergy &amp; Sinus Tips</a>
+
+ </div>
+ </div>
+ <div class="entry_fmt" id="x27"> <a href="http://www.webmd.com/allergies/rm-quiz-indoor-allergies" onclick="return sl(this,'','thumb-link2_4rmq');">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/quizzes/indoor_allergies_rmq/69x75_indoor_allergies_rmq.jpg" alt="Woman holding feather duster up to face, twitching"/>
+ </a>
+
+ <div class="header_fmt">Quiz</div>
+ <div class="link_fmt"> <a href="http://www.webmd.com/allergies/rm-quiz-indoor-allergies" onclick="return sl(this,'','thumb-link2_4rmq');">Test Your Indoor Allergy Smarts</a>
+
+ </div>
+ </div>
+ <div class="clear_fmt">&nbsp;</div>
+ <script class="oas_template" id="oas_urr_2" type="text/html">
+ <a onclick="return sl(this,'','thumb-link2_{link_position}{onclick_append}');" href="{href}">
+ <img src="{img}" alt="{alt_text}" />
+ </a>
+ <div class="header_fmt">{text}</div>
+ <div class="link_fmt">
+ <a onclick="return sl(this,'','thumb-link2_{link_position}{onclick_append}');" href="{href}">{alt}</a>
+ </div>
+ </script>
+ <script type="text/javascript">
+ webmd.oas = window.webmd.oas || {}; webmd.oas.mapping = window.webmd.oas.mapping || {};
+ webmd.oas.mapping['oas_urr_2'] = ['x24','x25','x26','x27'];
+ </script>
+ </div>
+ </div>
+ </div>
+ <div id="ContentPane47"></div>
+ <div id="ContentPane25">
+ <div id="newsletter-mapping-center"></div>
+ <script type="text/javascript">
+ require(['newsletter/1/mapping-centers-desktop','css!newsletter/1/newsletter-module-desktop.css'], function(module){
+ module.init({
+ selector: "#newsletter-mapping-center",
+ template: {
+ successMsg: '&lt;p class="success">&lt;span>{email}&lt;/span>&lt;br //>You will receive your first newsletter with our next scheduled circulation!&lt;/p>',
+ content: '' +
+ '&lt;div class="newsletterFmt">&lt;/div>\n' +
+ '&lt;div class="wrapper">\n' +
+ '&lt;div class="nls-header">{header}&lt;/div>\n' +
+ '{preContent}' +
+ '&lt;div class="nls-content">\n' +
+ '{preForm}' +
+ '&lt;form class="nls-form" action="#" novalidate="novalidate">\n' +
+ '&lt;div class="validationWrapper">&lt;div class="checkbox-container clearfix">{inputs}&lt;/div>&lt;/div>\n' +
+ '&lt;div class="privacy-disclaimer">' +
+ "&lt;em>By clicking submit I agree to WebMD's &lt;a href='http://www.webmd.com/about-webmd-policies/about-privacy-policy' target='_blank'>Privacy Policy&lt;/a>&lt;/em>" +
+ '&lt;/div>' +
+ '&lt;div class="input-container">\n' +
+ '&lt;div class="email-container validationWrapper">\n' +
+ '&lt;input type="email" class="nls-email" name="email" autocapitalize="off" autocorrect="off" placeholder="Enter email address" /> ' +
+ '&lt;button name="nl-submit" formnovalidate class="off {submitClass}" type="submit">&lt;span>Submit&lt;/span>&lt;/button>\n' +
+ '&lt;div class="clearfix">&lt;/div>' +
+ '&lt;/div>\n' + // .email-container
+ '&lt;/div>\n' + // .input-container
+ '&lt;/form>\n' +
+ '&lt;a class="nl-link" href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,"nw","nl-multie_s")">Sign up for more topics!&lt;/a>' +
+ '{postForm}' +
+ '&lt;/div>\n' + // .nls-content
+ '{postContent}' +
+ '&lt;/div>',
+ submitClass: 'webmd-btn webmd-btn-pr webmd-btn-s',
+ successHeader: '&lt;h2>Thank You For Signing Up.&lt;/h2>',
+ promo: '&lt;div class="promo">&lt;div class="promo-content clearfix">&lt;img src="{image}" alt="WebMD App" />&lt;div class="promo-description">&lt;p>{text}&lt;/p>&lt;p class="promoLink">&lt;a href="{url}" class="webmd-btn webmd-btn-pr webmd-btn-m" onclick="wmdPageLink(\'nlupgrd_sub\')">{button}&lt;/a>&lt;/p>&lt;div class="clearfix">&lt;/div>&lt;/div>&lt;/div>&lt;/div>'
+
+ }
+ });
+ });
+ </script>
+ <div class="specialSectionsList_rdr" id="lln-spec">
+ <div class="tomtest"></div>
+ <div class="headTop_fmt"></div>
+ <div class="header_fmt">
+ <h3>WebMD Special Sections</h3>
+
+ </div>
+ <div class="headBot_fmt"></div>
+ <div class="content_fmt">
+ <ul>
+ <li> <a href="http://www.webmd.com/allergies/indoor-outdoor-relief-14/video-allergy-testing-and-shots"
+ onclick="return sl(this,'','lln-spec_1');">Indoor and Outdoor Allergy Relief</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/anaphylaxis-15/default.htm" onclick="return sl(this,'','lln-spec_2');">Anaphylaxis: When Allergies Threaten Lives</a>
+
+ </li>
+ <li> <a href="http://symptoms.webmd.com/seasonal-allergy-map-tool/default.htm"
+ onclick="return sl(this,'','lln-spec_3');">Seasonal Allergy Symptoms Nationwide</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/allergies/sinus-pain-pressure-11/default.htm"
+ onclick="return sl(this,'','lln-spec_4');">Help for Sinus Pain and Pressure</a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="bot_fmt"></div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ </div>
+ <div id="ContentPane48"></div>
+ <div id="ContentPane49"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="footer_rdr">
+ <div id="ContentPane28"></div>
+ <div id="ContentPane23">
+ <script type="text/javascript">
+ (function(){
+ var module_title = 'hicb f-hs';
+ var propIsSet = false;
+
+ $(document).bind('before_pv', function(){
+ if (!propIsSet) {
+ if (s_md.prop46) {
+ s_md.prop46 += "|";
+ }
+ s_md.prop46 += module_title;
+ propIsSet = true;
+ }
+ webmd.metrics.ctr.addImpression(module_title);
+ webmd.metrics.ctr.getImpressions();
+ });
+ })();
+ </script>
+ <div id="sp_ft_rdr">
+ <h3>Health Solutions <span>From Our Sponsors</span></h3>
+
+ <div class="hs_cols">
+ <ul>
+ <li> <a href="http://www.webmd.com/women/pharmacist-14/video-sponsored-heart-disease"
+ onclick="return sl(this,'','hicb f-hs_1');">Controlling Heart Disease</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/women/pharmacist-14/video-sponsored-allergy"
+ onclick="return sl(this,'','hicb f-hs_2');">Allergy Relief</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/digestive-disorders/lactose-intolerance-14/real-dairy-no-discomfort"
+ onclick="return sl(this,'','hicb f-hs_3');">Lactose Intolerant?</a>
+
+ </li>
+ </ul>
+ <ul>
+ <li> <a href="http://www.webmd.com/manage-ibsc-cic-symptoms/default.htm" onclick="return sl(this,'','hicb f-hs_4');">IBS-C Symptoms?</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/osteoarthritis/knee-pain-14/3-signs-new-treatment"
+ onclick="return sl(this,'','hicb f-hs_5');">Exercise &amp; OA Knee Pain</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/lung/copd/alpha-1-deficiency-14/alphakit-test"
+ onclick="return sl(this,'','hicb f-hs_6');">COPD and Alpha-1</a>
+
+ </li>
+ </ul>
+ <ul>
+ <li> <a href="http://www.webmd.com/digestive-disorders/lactose-intolerance-14/real-dairy-no-discomfort"
+ onclick="return sl(this,'','hicb f-hs_7');">Enjoy Dairy Everyday</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/women/pharmacist-14/video-sponsored-diabetes"
+ onclick="return sl(this,'','hicb f-hs_8');">Managing Diabetes</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/oral-health/healthy-mouth-14/video-oral-health-routine"
+ onclick="return sl(this,'','hicb f-hs_9');">21 Days: A New Routine</a>
+
+ </li>
+ </ul>
+ <ul>
+ <li> <a href="http://www.webmd.com/osteoarthritis/knee-pain-14/treat-oa-knee-pain"
+ onclick="return sl(this,'','hicb f-hs_10');">Knee Pain Relief</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/digestive-disorders/lactose-intolerance-14/real-dairy-no-discomfort"
+ onclick="return sl(this,'','hicb f-hs_11');">Replacing Milk</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/women/pharmacist-14/video-sponsored-child-meds"
+ onclick="return sl(this,'','hicb f-hs_12');">Children's Medicine</a>
+
+ </li>
+ </ul>
+ <ul>
+ <li> <a href="http://www.webmd.com/manage-ibsc-cic-symptoms/how-treatment-works"
+ onclick="return sl(this,'','hicb f-hs_13');">Frequent Constipation?</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/lung/copd/alpha-1-deficiency-14/alphakit-test"
+ onclick="return sl(this,'','hicb f-hs_14');">Can COPD Be Inherited?</a>
+
+ </li>
+ <li> <a href="http://www.webmd.com/manage-ibsc-cic-symptoms/default.htm" onclick="return sl(this,'','hicb f-hs_15');">Managing IBS-C Symptoms</a>
+
+ </li>
+ </ul>
+ <div class="clearing"></div>
+ </div>
+ <div class="prem_ed">
+ <div class="prem_ed_border">
+ <h5>More From WebMD:</h5>
+ <a href="http://www.webmd.com/rheumatoid-arthritis/ss/slideshow-ra-overview"
+ onclick="return sl(this,'','f-idc_1');">RA Basics</a>|<a href="http://www.webmd.com/skin-problems-and-treatments/psoriasis/ss/slideshow-severe-psoriasis-9"
+ onclick="return sl(this,'','f-idc_2');">Severe Psoriasis</a>|<a href="http://www.webmd.com/men/erectile-dysfunction-13/slideshow-causes-of-ed"
+ onclick="return sl(this,'','f-idc_3');">ED Causes</a>|<a href="http://www.webmd.com/diabetes/ss/slideshow-blood-sugar-swings"
+ onclick="return sl(this,'','f-idc_4');">Blood Sugar Swings</a>|<a href="http://www.webmd.com/arthritis/psoriatic-arthritis/ss/slideshow-visual-guide-to-psoriatic-arthritis"
+ onclick="return sl(this,'','f-idc_5');">Psoriatic Arthritis</a>|<a href="http://www.webmd.com/multiple-sclerosis/ss/slideshow-multiple-sclerosis-overview"
+ onclick="return sl(this,'','f-idc_6');">Multiple Sclerosis Symptoms</a>|
+ <a
+ href="http://www.webmd.com/add-adhd/childhood-adhd/ss/slideshow-adhd-in-children"
+ onclick="return sl(this,'','f-idc_7');">ADHD in Children</a>|<a href="http://www.webmd.com/diabetes/10-diabetes-diet-myths"
+ onclick="return sl(this,'','f-idc_8');">Diabetes Diet Myths</a>
+ </div>
+ </div>
+ </div>
+ <div id="non_sp_ft_rdr">
+ <div class="social_links social_footer">
+ <h6>Find us on:</h6>
+
+ <ul>
+ <li class="fb"> <a class="facebook" href="http://www.webmd.com/click?url=http%3A//www.facebook.com/%23!/WebMD%3Fref=ts"
+ onclick="return sl(this,'nw','soc_fb-f');"></a>
+
+ </li>
+ <li class="tw"> <a class="twitter" href="http://www.webmd.com/click?url=http%3A//twitter.com/WebMD"
+ onclick="return sl(this,'nw','soc_tw-f');"></a>
+
+ </li>
+ <li class="pn"> <a class="pinterest" href="http://www.webmd.com/click?url=http%3A//pinterest.com/webmd/"
+ onclick="return sl(this,'nw','soc_pn-f');"></a>
+
+ </li>
+ </ul>
+ </div>
+ <div class="ft_logos newSize"> <a onclick="return sl(this,'nw','f-about_22');" href="http://www.webmd.com/click?url=https://www.urac.org/directory/CompanyView.aspx?cid=C8700000F48&amp;aid=1951&amp;Type=Accreditnet"
+ class="logo_urac">
+ <span>URAC: Accredited Health Web Site</span>
+ </a>
+
+ <!-- div id="f733a173-6d11-4e17-ba9f-f1454ef8b32f" style="float:left"
+ --> <a onclick="return sl(this,'nw','f-about_23');" href="http://www.webmd.com/click?url=https://privacy.truste.com/privacy-seal/WebMD,-LLC/validation?rid=7b3bf16d-37b4-42e0-aec7-836ef1d3680d"
+ title="TRUSTe online privacy certification">
+ <img style="border: none; float:left; margin: 0px 8px 0px 0px;" src="//privacy-policy.truste.com/privacy-seal/WebMD,-LLC/seal?rid=80c33c7c-da0b-4788-8236-61a318f00f4c" alt="TRUSTe online privacy certification"/>
+ </a>
+
+ <!-- /div -->
+ <!-- a onclick="return sl(this,'nw','f-about_24');" href="http://www.webmd.com/click?url=http://www.hon.ch/HONcode/Conduct.html%3FHONConduct298987"
+ class="logo_honcode" title="This site complies with the HONcode standard
+ for trustworthy health information.">
+ <span>HonCode: Health on the Net Foundation</span></a -->
+<a onclick="return sl(this,'nw','f-about_24');" href="http://www.webmd.com/click?url=http://www.hon.ch/HONcode/Conduct.html%3FHONConduct298987"
+ title="This site complies with the HONcode standard for trustworthy health information.">
+<img alt="HONcode Seal" src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/layout/shared/honcode14.gif" style="border: none; float:left; margin: 0px 0px 0px 5px; width: 43px; height: 60px;"/>
+ </a>
+ <a onclick="TRUSTeWidget.Tab.link();return sl(this,'f-about_27');"
+ class="logo_AdChoices">AdChoices</a>
+
+ <script type="text/javascript">
+ $(function(){
+ var fileNameToLoad = '//preferences.truste.com/webservices/js?type=webmd&domain=webmd';
+
+ if(webmd.useragent.ua.browser === 'browserSF') {
+ fileNameToLoad = '//preferences.truste.com/webservices/js?domain=webmdsafari.com&type=webmdsafari&js=2';
+ }
+
+ webmd.load({js:[fileNameToLoad, '//privacy-policy.truste.com/privacy-seal/WebMD,-LLC/asc?rid=f733a173-6d11-4e17-ba9f-f1454ef8b32f']});
+ });
+ </script>
+ </div>
+ <div class="ft_text">
+ <div class="about"> <a rel="nofollow" href="http://www.webmd.com/www/about-webmd-policies/default.htm?ss=ftr"
+ onclick="return sl(this,'','f-about_01');">About WebMD</a> <a rel="nofollow"
+ href="http://www.webmd.com/www/about-webmd-policies/media/default.htm"
+ onclick="return sl(this,'f-about_09','ftr')">Advertise With Us</a> <a rel="nofollow"
+ href="http://www.webmd.com/www/about-webmd-policies/about-terms-and-conditions-of-use?ss=ftr"
+ onclick="return sl(this,'','f-about_02');">Terms of Use</a> <a rel="nofollow"
+ href="http://www.webmd.com/www/about-webmd-policies/about-privacy-policy?ss=ftr"
+ onclick="return sl(this,'','f-about_03');">Privacy Policy</a> <a rel="nofollow"
+ href="http://www.webmd.com/www/about-webmd-policies/about-our-sponsors?ss=ftr"
+ onclick="return sl(this,'','f-about_04');">Sponsor Policy</a> <a href="http://www.webmd.com/www/sitemap?ss=ftr"
+ onclick="return sl(this,'','f-about_05');">Site Map</a> <a rel="nofollow"
+ href="https://careers-webmd.icims.com/" onclick="return sl(this,'','f-about_07')">Careers</a>
+ <a
+ class="last" rel="nofollow" href="https://customercare.webmd.com/ics/support/default.asp?deptID=18003&amp;task=ticket"
+ onclick="return sl(this,'nw','f-about_08');">Contact Us</a>
+ </div>
+ <div class="links"> <a href="http://reference.medscape.com/" onclick="return sl(this,'f-about_11','ftr')">Medscape Reference</a>
+ <a
+ href="http://www.emedicinehealth.com/script/main/hp.asp" onclick="return sl(this,'f-about_12','ftr')">eMedicineHealth</a> <a href="http://www.rxlist.com/" onclick="return sl(this,'f-about_13','ftr')">RxList</a>
+ <a
+ href="http://www.medscape.com/" onclick="return sl(this,'f-about_14','ftr')">Medscape</a> <a href="http://www.medicinenet.com/" onclick="return sl(this,'f-about_15','ftr')">MedicineNet</a>
+ <a
+ href="http://www.webmd.boots.com/" onclick="return sl(this,'f-about_26','ftr')">BootsWebMD</a>
+<a class="last" rel="nofollow" href="http://www.wbmd.com/"
+ onclick="return sl(this,'f-about_10','ftr')">WebMD Corporate</a>
+
+ </div>
+ <div class="links"> <a rel="nofollow" href="http://www.webmdhealthservices.com/" onclick="return sl(this,'f-about_29','ftr')">WebMD Health Services</a>
+ <a
+ href="http://www.webmd.com/first-aid/default.htm" onclick="return sl(this,'','f-about_17');">First Aid</a> <a href="http://www.webmd.com/www/magazine/default.htm?ss=ftr"
+ onclick="return sl(this,'','f-about_18');">WebMD Magazine</a> <a href="http://www.webmd.com/www/phr"
+ onclick="return sl(this,'','f-about_19')">WebMD Health Record</a> <a href="http://www.webmd.com/www/mobile"
+ onclick="return sl(this,'','f-about_20')">WebMD Mobile</a> <a class="last"
+ href="https://member.webmd.com/subscribe" onclick="return sl(this,'','f-about_21')">Newsletters</a>
+ </div>
+ <div class="links">
+<a href="http://dictionary.webmd.com/default.htm" onclick="return sl(this,'','f-about_22')">Dictionary</a>
+ <a
+ class="last" href="http://doctor.webmd.com/home" onclick="return sl(this,'','f-about_23')">Physician Directory</a>
+ </div>
+ <div class="copyright">
+ <p>©2005-2015 WebMD, LLC. All rights reserved.</p>
+ <p>WebMD does not provide medical advice, diagnosis or treatment. <a rel="nofollow"
+ href="http://www.webmd.com/www/policies/additional-info?ss=ftr" onclick="return sl(this,'','f-about_25');">See additional information.</a>
+
+ </p>
+ </div>
+ </div>
+ <div class="clearing"></div>
+ </div>
+ <script type="text/javascript">
+ // adding RR test back into preview to troubleshoot
+ try {
+ webmd.usability.tests.ssRightRail.writeTest();
+ } catch(e) {
+ };
+ </script>
+ <script language="javascript1.2" type="text/javascript">
+ if (document.URL.substring(0, 5).indexOf('http:') >= 0) {
+ document.write('&lt;img src=//bi.medscape.com/pi/global/webmd-1x1.gif?' + new Date().getTime() + '" alt="" height="1" width="1" border="0" />')
+ }
+ </script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS_static/tools/ldcc.js"></script>
+ <script type="text/javascript">
+ (function(){
+ // duckpunching s_before_pv as some assets are using that vs our event driven system. This lets the event system get triggered as well as the other functions
+ var _old = window.s_before_pv;
+
+ window.s_before_pv = function() {
+ var timestamp = Number(new Date());
+ if (window.location.protocol === 'http:') {
+ webmd.load({image: '//b.scorecardresearch.com/b?c1=2&c2=6035829&c3=&c4=&c5=&c6=&c7=' + encodeURIComponent(window.location.href) + '&c9=' + encodeURIComponent(window.document.referrer) + '&c15=&cv=2.0&cj=1&cb='+ timestamp});
+ }
+ if (window.location.protocol === 'https:') {
+ webmd.load({image: '//sb.scorecardresearch.com/b?c1=2&c2=6035829&c3=&c4=&c5=&c6=&c7=' + encodeURIComponent(window.location.href) + '&c9=' + encodeURIComponent(window.document.referrer) + '&c15=&cv=2.0&cj=1&cb='+ timestamp});
+ }
+
+ _old();
+ }
+ if (webmd && webmd.ads2Consumer) {
+ webmd.ads2Consumer.display();
+ }
+ })();
+ </script>
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 901</li><li>$print = false</li></ul><ul><li>adtype = JavaScript</li><li>iframeheight = 1</li><li>iframewidth = 1</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 1625</li><li>artid = 091e9c5e810fb2ee</li><li>au1 = </li><li>au2 = </li><li>bc = _age121_l23_age122_j30_t780_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = 893</li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 901</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 365904714</li><li>tmg = </li><li>transactionID = 442451382</li><li>tug = 2321</li><li>uri = %2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings</li></ul>-->
+ <script>
+ var priTopId='1625', secTopId='';
+ </script>
+ <div id="ads2-pos-901-1x1ad" class="ad_placeholder" style="display:none;"></div>
+ <script>
+ webmd.ads2Consumer.defineAd({targets:{art:'091e9c5e810fb2ee',cc:'17',env:'',hcent:'893',leaf:'&amp;leaf=',mcent:'',mic:'',pt:'1625',sec:'',pug:'__',scent:'',tmg:'',tug:'2321',uri:'%2fallergies%2fnews%2f20150220%2fchild-peanut-allergy-findings'},blockCodes:'_age121_l23_age122_j30_t780_',id:'ads2-pos-901-1x1ad',pos:'901',sizes:[1,1]});
+ </script>
+ </div>
+ <div id="ContentPane29"></div>
+ <div id="bottomShadow_fmt"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ var s_account="webmdcom"
+ ,s_server_type="1b"
+ ,s_server="WFAWS15L-CON-08"
+ ,s_object_type="wbmd_cons_article"
+ ,s_page_number="1"
+ ,s_topic_dir="false"
+ ,s_site_class="ooc"
+ ,s_site="core"
+ ,s_sponsored_uri="allergies/news/20150220/child-peanut-allergy-findings"
+ ,s_pagename="www.webmd.com/allergies/news/20150220/child-peanut-allergy-findings"
+ ,s_channel=""
+ ,s_topic="1625"
+ ,s_business_reference="News"
+ ,s_publication_source="WebMD Health News"
+ ,s_intended_demographics="__"
+ ,s_stage_condition=""
+ ,s_asset_id="091e9c5e810fb2ee"
+ ,s_unique_id="091e9c5e810fb2ee"
+ ,s_company="webmd"
+ ,s_mrt=""
+ ,s_assetname=""
+ ,s_refpath=""
+ ,s_sponsor_brand="Dey_EpiPen"
+ ,s_sponsor_program="Dey_EpiPen_Patient Select Allergies"
+ ,s_tug="2321"
+ ,s_package_type="topic targeted - sp"
+ ,s_package_name=""
+ ,s_channel_super_portal=""
+ ,s_channel_health="Allergies"
+ ,s_channel_mini=""
+ ,s_channel_micro=""
+ ,s_channel_topic_miniguide_guide=""
+ ,s_searchterm="";
+ </script>
+ <script language="javascript1.2" type="text/javascript" src="http://img.webmd.com/bi_common/bi_consumer.js?d=3/18/2015"></script>
+ </body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json
new file mode 100644
index 0000000..2b266e4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/img.webmd.com\/dtmcms\/live\/webmd\/consumer_assets\/site_images\/miscellaneous\/webmd_FB_logo_bluebkgrd.jpg?v=1"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json
new file mode 100644
index 0000000..9fee7bc
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By Kelli Miller\n WebMD Health News",
+ "Direction": null,
+ "Excerpt": "Drug-resistant bacteria, dubbed",
+ "Image": "http:\/\/img.webmd.com\/dtmcms\/live\/webmd\/consumer_assets\/site_images\/miscellaneous\/webmd_FB_logo_bluebkgrd.jpg?v=1",
+ "Title": "Superbugs: What They Are and How You Get Them",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html
new file mode 100644
index 0000000..f9f1d5d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html
@@ -0,0 +1,24 @@
+<div id="textArea">
+
+
+
+
+
+
+
+ <p>April 17, 2015 -- Imagine being sick in the hospital with a <a href="http://www.webmd.com/a-to-z-guides/bacterial-and-viral-infections" onclick="return sl(this,'','embd-lnk');" class>bacterial infection</a> and doctors can't stop it from spreading. This so-called "superbug" scenario is not science fiction. It's an urgent, worldwide worry that is prompting swift action.</p>
+ <p xmlns:xalan="http://xml.apache.org/xalan">Every year, about 2 million people get sick from a superbug, according to the CDC. About 23,000 die. Earlier this year, an outbreak of CRE (carbapenem-resistant enterobacteriaceae) linked to contaminated medical tools sickened 11 people at two Los-Angeles area hospitals. Two people died, and more than 200 others may have been exposed.</p>
+ <p>The White House recently released a <a onclick="return sl(this,'','embd-lnk');" href="http://www.webmd.com/click?url=https://www.whitehouse.gov/sites/default/files/docs/national_action_plan_for_combating_antibotic-resistant_bacteria.pdf">comprehensive plan</a> outlining steps to combat drug-resistant bacteria. The plan identifies three "urgent" and several "serious" threats. We asked infectious disease experts to explain what some of them are and when to worry.</p>
+
+
+
+
+ <h3>But First: What's a Superbug? </h3>
+ <p>It's a term coined by the media to describe bacteria that cannot be killed using multiple <a href="http://www.webmd.com/cold-and-flu/rm-quiz-antibiotics-myths-facts" onclick="return sl(this,'','embd-lnk');" class>antibiotics</a>. "It resonates because it's scary," says Stephen Calderwood, MD, president of the Infectious Diseases Society of America. "But in fairness, there is no real definition."</p>
+ <p>Instead, doctors often use phrases like "multidrug-resistant bacteria." That's because a superbug isn't necessarily resistant to all antibiotics. It refers to bacteria that can't be treated using two or more, says Brian K. Coombes, PhD, of McMaster University in Ontario.</p>
+ <p>Any species of bacteria can turn into a superbug.</p>
+ <p>Misusing antibiotics (such as taking them when you don't need them or not finishing all of your medicine) is the "single leading factor" contributing to this problem, the CDC says. The concern is that eventually doctors will run out of antibiotics to treat them.</p>
+ <p>"What the public should know is that the more antibiotics you’ve taken, the higher your superbug risk," says Eric Biondi, MD, who runs a program to decrease unnecessary antibiotic use. "The more encounters you have with the hospital setting, the higher your superbug risk."</p>
+ <p>"Superbugs should be a concern to everyone," Coombes says. "Antibiotics are the foundation on which all modern medicine rests. Cancer <a href="http://www.webmd.com/cancer/chemotherapy-what-to-expect" onclick="return sl(this,'','embd-lnk');" class>chemotherapy</a>, <a href="http://www.webmd.com/a-to-z-guides/organ-donation-facts" onclick="return sl(this,'','embd-lnk');" class>organ transplants</a>, surgeries, and <a href="http://www.webmd.com/baby/guide/delivery-methods" onclick="return sl(this,'','embd-lnk');" class>childbirth</a> all rely on antibiotics to prevent infections. If you can't treat those, then we lose the medical advances we have made in the last 50 years."</p>
+ <p>Here are some of the growing superbug threats identified in the 2015 White House report.</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html
new file mode 100644
index 0000000..d7b374b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html
@@ -0,0 +1,1299 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" class="no-js">
+
+<head>
+ <title>Superbugs: What They Are and How You Get Them</title>
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
+ <script type="text/javascript">
+ var s_topic = "4286",
+ s_business_reference = "News",
+ s_publication_source = "WebMD Health News",
+ s_sponsor_brand = "",
+ s_sponsor_program = "",
+ s_package_type = "",
+ s_package_name = "",
+ s_channel_super_portal = "",
+ s_channel_health = "",
+ s_channel_topic_miniguide_guide = "",
+ s_channel_mini = "",
+ s_channel_micro = "",
+ s_tug = "",
+ s_topic_dir = "false",
+ s_mrt = "1",
+ s_site = "core",
+ s_assetname = "",
+ s_searchterm = "";
+ </script>
+ <script language="javascript" type="text/javascript">
+ var s_furl = "/news/20150417/superbugs-what-they-are";
+ var s_sponsor_program = "";
+ var s_sensitive = "false";
+ var s_mrt = "1";
+ var image_server_url = "http://img.webmd.com/dtmcms/live";
+ var s_uk_user = "false";
+ </script>
+ <meta name="description" content="Drug-resistant bacteria, dubbed " superbugs, "=" " pose=" " an=" " enormous=" " threat=" " to=" " our=" " health.=" " learn=" " about=" " the=" " biggest=" " threats=" " and=" " how=" " you=" " might=" " get=" " infected,=" " from=" " webmd.=" " "=""/>
+ <meta name="keywords" content="antibiotic resistance, superbugs, bacteria, CRE, multi-drug resistant, MRSA, E. coli, Kelli Miller, C. diff, "/>
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="http://rssfeeds.webmd.com/rss/rss.aspx?RSSSource=RSS_PUBLIC"/>
+ <link rel="alternate" media="only screen and (max-width: 640px)" href="http://www.m.webmd.com/a-to-z-guides/news/20150417/superbugs-what-they-are"/>
+ <meta http-equiv="CACHE-CONTROL" content="NO-CACHE"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <link rel="shortcut icon" href="http://img.webmd.com/dtmcms/live/images/favicon/webmd.ico"/>
+ <link href="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS/layout.css" type="text/css" rel="stylesheet"/>
+ <link rel="apple-touch-icon-precomposed" href="/favico/apple-touch-icon-precomposed.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/favico/apple-touch-icon-72x72-precomposed.png"/>
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/favico/apple-touch-icon-114x114-precomposed.png"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS/Site/WebMD_091e9c5e8004a22434.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/News Catch All Template/page_News Catch All Template_091e9c5e8005d6e9_psmodules_css_1612.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/Base Template/template_Base Template_091e9c5e80020366_tmodules_css_4185.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/Main Catch All Template_091e9c5e80336210/template_Main Catch All Template_091e9c5e80336210_tmodules_css_1370.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/News Catch All Template_091e9c5e8034e93a/template_News Catch All Template_091e9c5e8034e93a_tmodules_css_686.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS_Aggr/News Catch All Template/page_News Catch All Template_091e9c5e8005d6e9_pmodules_css_3203.css"/>
+ <link rel="stylesheet" type="text/css" href="http://css.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS/Atlanta/reskin/reskin12.css"/>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/webmd.dynamicMobileThrottling.min13.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/scripts374.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/masthead36.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/reskin/reskin14.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/modules/webmd.m.mostPopSS9.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/consumer_alert96.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/topic-directory/webmd.m.dynrelart28.js"></script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/topic-directory/webmd.m.dynamicnav17.js"></script>
+</head>
+
+<body>
+ <div id="centering_area">
+ <div id="page_area">
+ <div id="bannerAd_ctr">
+ <div id="ContentPane1">
+ <script type="text/javascript">
+ // write mboxes for OTT
+ if (window.$ && window.webmd && window.mboxCreate) {
+ if (window.webmd.mbox) {
+ webmd.mbox.init();
+ }
+ }
+ </script>
+ <!-- define the Facebook share thumbnail -->
+ <link rel="image_src" href="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/miscellaneous/webmd_FB_logo_bluebkgrd.jpg?v=1"/>
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 101</li><li>$print = false</li></ul><ul><li>adtype = iFRAME</li><li>iframeheight = 90</li><li>iframewidth = 728</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 4286</li><li>artid = 091e9c5e8117ec19</li><li>au1 = </li><li>au2 = </li><li>bc = _cust4_k_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = </li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 101</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 1390870376</li><li>tmg = </li><li>transactionID = 93834023</li><li>tug = </li><li>uri = %2fnews%2f20150417%2fsuperbugs-what-they-are</li></ul>-->
+ <script>
+ var priTopId = '4286',
+ secTopId = '';
+ </script>
+ <div id="bannerAd_rdr">
+ <div class="bannerAd_top_fmt"></div>
+ <div id="bannerAd_fmt" class="bannerAd_BG_fmt loaded">
+ <div id="ads2-pos-101-bannerAd" class="ad_placeholder"></div>
+ </div>
+ </div>
+ <script>
+ webmd.ads2Consumer.defineAd({
+ targets: {
+ art: '091e9c5e8117ec19',
+ cc: '17',
+ env: '',
+ hcent: '',
+ leaf: '&amp;leaf=',
+ mcent: '',
+ mic: '',
+ pt: '4286',
+ sec: '',
+ pug: '__',
+ scent: '',
+ tmg: '',
+ tug: '',
+ uri: '%2fnews%2f20150417%2fsuperbugs-what-they-are'
+ },
+ blockCodes: '_cust4_k_',
+ id: 'ads2-pos-101-bannerAd',
+ pos: '101',
+ sizes: [
+ [728, 90],
+ [970, 90],
+ [970, 250]
+ ]
+ });
+ </script>
+ </div>
+ </div>
+ <div id="header_ctr">
+ <div id="ContentPane2">
+ <header id="masthead" class="bottom_header">
+ <div id="global_overlay"></div><a href="#mainContentContainer_area" class="jawsonly">Skip to content</a>
+ <div id="banner" role="banner">
+ <div id="logo">
+ <a onclick="sl(this,'','logo')" href="http://www.webmd.com/www/default.htm"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/usability/2012/LBi_Masthead/logo_trans.png" class="logo_rdr" alt="WebMD: Better information. Better health."/></a>
+ </div>
+ <div id="search_container" role="search">
+ <form action="http://www.webmd.com/search/search_results/default.aspx" method="get" name="searchForm">
+ <label class="jawsonly" for="searchQuery_fmt">Enter Search Keywords. Use the arrow keys to navigate suggestions.</label>
+ <input type="text" id="searchQuery_fmt" name="query" maxlength="200" value="" autocomplete="off" title="Enter Search Keywords"/>
+ <input type="submit" class="searchButton_fmt" name="searchButton_fmt" value="" title="Search" onclick="return sl(this,'','srch-bar_submit')"/>
+ </form>
+ <ul id="searchTypeahead_fmt" aria-live="assertive"></ul>
+ </div>
+ <div id="lln-srchbarlnks"><a onclick="return sl(this,'','lln-srchbarlnks_schk')" class="lln-symptoms" href="http://www.webmd.com/symptoms/default.htm">Symptoms</a><span class="pipe">|</span> <a onclick="return sl(this,'','lln-srchbarlnks_phyd')" class="lln-doctors" href="http://doctor.webmd.com/home">Doctors</a><span class="pipe">|</span> <a onclick="return sl(this,'','lln-srchbarlnks_hins')" class="lln-insurance" href="http://www.webmd.com/health-insurance/default.htm">Health Care Reform</a></div>
+ <div id="wbmd-webby" data-metrics-module="wbmd-webby">
+ <a href="http://goo.gl/AtWsfO" data-metrics-link="vote"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/home_page/webby-awards-vote.png" alt="Vote for WebMD in the Webbys"/> </a>
+ </div>
+ </div>
+ <!-- / #banner -->
+ <nav id="nav" role="navigation">
+ <ul>
+ <li id="nav_1" class="nav nav_reference"><a href="http://www.webmd.com/a-to-z-guides/common-topics/default.htm" id="nav_link_1" aria-haspopup="true" class="nav_link" onclick="return sl(this,'','hicb1-tab')">Health A-Z</a>
+ <div id="menu_1" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1a">
+ <div id="nav_1_1">
+ <p>Common Conditions</p><span><a href="http://www.webmd.com/a-to-z-guides/common-topics/default.htm" onclick="return sl(this,'','hicb1-ccnd_more')">View All</a></span>
+ <ul class="half" role="menu">
+ <li><a href="http://www.webmd.com/add-adhd/default.htm" onclick="return sl(this,'','hicb1-ccnd_1')">ADD/ADHD</a></li>
+ <li><a href="http://www.webmd.com/allergies/default.htm" onclick="return sl(this,'','hicb1-ccnd_2')">Allergies</a></li>
+ <li><a href="http://www.webmd.com/arthritis/default.htm" onclick="return sl(this,'','hicb1-ccnd_3')">Arthritis</a></li>
+ <li><a href="http://www.webmd.com/cancer/default.htm" onclick="return sl(this,'','hicb1-ccnd_4')">Cancer</a></li>
+ <li><a href="http://www.webmd.com/cold-and-flu/default.htm" onclick="return sl(this,'','hicb1-ccnd_5')">Cold, Flu &amp; Cough</a></li>
+ <li><a href="http://www.webmd.com/depression/default.htm" onclick="return sl(this,'','hicb1-ccnd_6')">Depression</a></li>
+ <li><a href="http://www.webmd.com/diabetes/default.htm" onclick="return sl(this,'','hicb1-ccnd_7')">Diabetes</a></li>
+ </ul>
+ <ul class="half" role="menu">
+ <li><a href="http://www.webmd.com/eye-health/default.htm" onclick="return sl(this,'','hicb1-ccnd_8')">Eye Health</a></li>
+ <li><a href="http://www.webmd.com/heart-disease/default.htm" onclick="return sl(this,'','hicb1-ccnd_9')">Heart Disease</a></li>
+ <li><a href="http://www.webmd.com/heartburn-gerd/default.htm" onclick="return sl(this,'','hicb1-ccnd_10')">Heartburn/GERD</a></li>
+ <li><a href="http://www.webmd.com/pain-management/default.htm" onclick="return sl(this,'','hicb1-ccnd_11')">Pain Management</a></li>
+ <li><a href="http://www.webmd.com/sexual-conditions/default.htm" onclick="return sl(this,'','hicb1-ccnd_12')">Sexual Conditions</a></li>
+ <li><a href="http://www.webmd.com/skin-problems-and-treatments/default.htm" onclick="return sl(this,'','hicb1-ccnd_13')">Skin Problems</a></li>
+ <li><a href="http://www.webmd.com/sleep-disorders/default.htm" onclick="return sl(this,'','hicb1-ccnd_14')">Sleep Disorders</a></li>
+ </ul>
+ </div>
+ <div id="nav_1_2">
+ <p>Featured Topics</p>
+ <ul role="menu">
+ <li id="pb1" class="hide_link"><a href="http://www.webmd.com/allergies/ss/slideshow-bad-bugs" class="type_ss" onclick="return sl(this,'','hicb1-ftpc_1')">Identifying Bugs and Their Bites <i></i></a></li>
+ <li id="pb2" class="hide_link"><a href="http://www.webmd.com/women/yeast-evaluator/default.htm" onclick="return sl(this,'','hicb1-ftpc_2')">Bothered by Yeast Infections?</a></li>
+ <li id="pb3" class="hide_link"><a href="http://www.webmd.com/pain-management/ss/slideshow-worst-shoes-for-your-feet" class="type_ss" onclick="return sl(this,'','hicb1-ftpc_3')">The Worst Shoes for Your Feet <i></i></a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_2a" id="symptom_checker_col">
+ <div id="nav_1_3"><a href="http://www.webmd.com/symptoms/default.htm" id="symptom_checker_logo" onclick="return sl(this,'','hicb1-schk_1')">WebMD Symptom Checker</a>
+ <p class="bold">Health concern on your mind?</p>
+ <p>See what your medical symptoms could mean, and learn about possible conditions.</p><a href="http://www.webmd.com/symptoms/default.htm" class="webmd-btn webmd-btn-pr webmd-btn-m" onclick="return sl(this,'','hicb1-schk_sub')">Get Started</a></div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_1_4">
+ <p>Resources</p>
+ <ul role="menu">
+ <li><a href="http://www.webmd.com/blogs/default.htm" onclick="return sl(this,'','hicb1-xchng_blg')"><strong>Second Opinion:</strong> Read expert perspectives on popular health topics.</a></li>
+ <li><a href="http://www.webmd.com/exchanges/default.htm" onclick="return sl(this,'','hicb1-xchng_cmty')"><strong>Communities:</strong> Connect with people like you, and get expert guidance on living a healthy life.</a></li>
+ <li><a href="http://www.webmd.com/health-insurance/default.htm" onclick="return sl(this,'','hicb1-ins_ctr')"><strong>Insurance Guide:</strong> Get ready for changes to your health care coverage.</a></li>
+ <li><a href="http://doctor.webmd.com" onclick="return sl(this,'','hicb1-phy_dir')"><strong>Physician Directory:</strong> Find a doctor in your area.</a></li>
+ </ul>
+ </div>
+ <div id="nav_1_6">
+ <p>WebMD Pain Coach</p>
+ <a href="http://www.webmd.com/webmdpaincoachapp" onclick="return sl(this,'','hicb1-app_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_pain_app.jpg" alt="WebMD pain app"/></a> <a href="http://www.webmd.com/webmdpaincoachapp" onclick="return sl(this,'','hicb1-app_1')">Track your pain levels, triggers, and treatments. Set goals and get tips with our app for iPhone.</a></div>
+ </div>
+ </div>
+ </li>
+ <li id="nav_2" class="nav nav_reference"><a href="http://www.webmd.com/drugs/index-drugs.aspx" id="nav_link_2" class="nav_link" aria-haspopup="true" onclick="return sl(this,'','hicb2-tab')">Drugs &amp; Supplements</a>
+ <div id="menu_2" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1a">
+ <div id="nav_2_1">
+ <p>Find Information About:</p>
+ <p class="bold">Drugs &amp; Supplements</p>
+ <p>Get information and reviews on prescription drugs, over-the-counter medications, vitamins, and supplements. Search by name or medical condition.</p>
+ <ul role="menu" class="bottom_border">
+ <li><a href="http://www.webmd.com/drugs/index-drugs.aspx" onclick="return sl(this,'','hicb2-drgsp_1')">Find or Review a Drug</a></li>
+ <li><a href="http://www.webmd.com/vitamins-supplements/default.aspx" onclick="return sl(this,'','hicb2-drgsp_2')">Find or Review a Vitamin or Supplement</a></li>
+ <li><a href="http://www.webmd.com/interaction-checker/default.htm" onclick="return sl(this,'','hicb2-drgsp_3')">Check for Drug Interactions</a></li>
+ </ul>
+ <p class="bold">Drug Basics &amp; Safety</p>
+ <ul role="menu">
+ <li><a href="http://www.webmd.com/a-to-z-guides/ss/slideshow-commonly-abused-drugs" onclick="return sl(this,'','hicb2-drgsf_1')" class="type_ss">Commonly Abused Drugs <i></i></a></li>
+ <li><a href="http://www.webmd.com/drug-medication/medicationawareness/default.htm" onclick="return sl(this,'','hicb2-drgsf_2')">What's Your Medication IQ?</a></li>
+ <li><a href="http://www.webmd.com/baby/taking-prescription-medications-during-pregnancy" onclick="return sl(this,'','hicb2-drgsf_3')">Taking Medications During Pregnancy</a></li>
+ </ul>
+ </div>
+ </div>
+ <div id="pill_identifier_col" class="nav_dropdown_col_2a">
+ <div id="nav_2_2" class="bottom_border pill_identifier_section"><a href="http://www.webmd.com/pill-identification/default.htm" id="pill_identifier_logo" onclick="return sl(this,'','hicb2-pid_1')">WebMD Pill Identifier</a>
+ <p class="bold">Having trouble identifying your pills?</p>
+ <p>Enter the shape, color, or imprint of your prescription or OTC drug. Our <a href="http://www.webmd.com/pill-identification/default.htm" onclick="return sl(this,'','hicb2-pid_2')">pill identification tool</a> will display pictures that you can compare to your pill.</p><a href="http://www.webmd.com/pill-identification/default.htm" class="webmd-btn webmd-btn-pr webmd-btn-m" onclick="return sl(this,'','hicb2-pid_sub')">Get Started</a></div>
+ <div id="nav_2_5" class="my_medicine_section"><a href="http://www.webmd.com/my-medicine/default.htm" id="my_medicine_logo" onclick="return sl(this,'','hicb2-ic_2')">WebMD My Medicine</a>
+ <p>Save your medicine, check interactions, sign up for FDA alerts, create family profiles and more.</p><a href="http://www.webmd.com/my-medicine/default.htm" class="webmd-btn webmd-btn-pr webmd-btn-m" onclick="return sl(this,'','hicb2-ic_sub')">Get Started</a></div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_2_3">
+ <p>Drug News</p>
+ <ul role="menu">
+ <li id="pb5" class="hide_link"><a href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','hicb2-dnws_1')">Get the Latest Drug Approvals &amp; Alerts</a></li>
+ <li id="pb6" class="hide_link"><a href="http://www.webmd.com/fda/default.htm" onclick="return sl(this,'','hicb2-dnws_2')">Find FDA Consumer Updates</a></li>
+ <li id="pb7" class="hide_link"><a href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,'','hicb2-dnws_3')">Sign up to receive WebMD's award-winning content delivered to your inbox.</a></li>
+ <li id="pb8" class="hide_pb_link"><a href="http://www.webmd.com/diet/news/20120627/fda-approves-diet-pill-belviq" onclick="return sl(this,'','hicb2-dnws_4')">FDA Approves Diet Pill Belviq</a></li>
+ <li id="pb9" class="hide_pb_link"><a href="http://www.webmd.com/dvt/news/20120625/fda-delays-decision-on-blood-thinner-eliquis" onclick="return sl(this,'','hicb2-dnws_5')">FDA Delays Decision on Blood Thinner Eliquis</a></li>
+ </ul>
+ </div>
+ <div id="nav_2_4">
+ <p>WebMD Mobile Drug Information App</p>
+ <a href="http://www.webmd.com/webmdapp" onclick="return sl(this,'','hicb2-app_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_webmd_mobile_app.png" alt="WebMD logo"/></a> <a href="http://www.webmd.com/webmdapp" onclick="return sl(this,'','hicb2-app_1')">Drug, supplement, and vitamin information on the go.</a></div>
+ </div>
+ </div>
+ </li>
+ <li id="nav_3" class="nav nav_health"><a href="http://www.webmd.com/living-healthy" id="nav_link_3" class="nav_link" aria-haspopup="true" onclick="return sl(this,'','hicb3-tab')">Living Healthy</a>
+ <div id="menu_3" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1b">
+ <div id="nav_3_1">
+ <p>Featured Content</p>
+ <div id="pb11" class="hide_link"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/210x130_healthy_living_feature.jpg" alt="Women with hair wrapped in towel"/> <a href="http://www.webmd.com/healthy-beauty/ss/slideshow-best-kept-hair-secrets" onclick="return sl(this,'','hicb3-ftr_1')" class="bold">Want luxurious locks?</a>
+ <p>WebMD cuts through the hype to reveal the best kept secrets for healthy hair.</p>
+ <a href="http://www.webmd.com/healthy-beauty/ss/slideshow-best-kept-hair-secrets" onclick="return sl(this,'','hicb3-ftr_1')" class="link_overlay" tabindex="-1"></a>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_2b">
+ <div id="nav_3_2">
+ <p>Living Healthy Centers</p><span><a href="http://www.webmd.com/a-to-z-guides/healthy-living/default.htm" onclick="return sl(this,'','hicb3-chl_more')">View All</a></span>
+ <div class="third right_border">
+ <a href="http://www.webmd.com/living-healthy" onclick="return sl(this,'','hicb3-cdt_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_healthy_living_diet_food.png" alt="grilled salmon and vegetables"/></a>
+ <p class="bold more_bottom_margin">Diet, Food &amp; Fitness</p>
+ <ul>
+ <li><a href="http://www.webmd.com/diet/default.htm" onclick="return sl(this,'','hicb3-cdt_1')">Weight Loss &amp; Diet Plans</a></li>
+ <li><a href="http://www.webmd.com/food-recipes/default.htm" onclick="return sl(this,'','hicb3-cdt_2')">Food &amp; Recipes</a></li>
+ <li><a href="http://www.webmd.com/fitness-exercise/default.htm" onclick="return sl(this,'','hicb3-cdt_3')">Fitness &amp; Exercise</a></li>
+ </ul>
+ </div>
+ <div class="third right_border">
+ <a href="http://www.webmd.com/living-healthy" onclick="return sl(this,'','hicb3-cbt_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_healthy_living_beauty_balance.png" alt="man and woman smiling"/></a>
+ <p class="bold">Beauty, Balance &amp; Love</p>
+ <ul>
+ <li><a href="http://www.webmd.com/healthy-beauty/default.htm" onclick="return sl(this,'','hicb3-cbt_1')">Healthy Beauty</a></li>
+ <li><a href="http://www.webmd.com/balance/default.htm" onclick="return sl(this,'','hicb3-cbt_2')">Health &amp; Balance</a></li>
+ <li><a href="http://www.webmd.com/sex-relationships/default.htm" onclick="return sl(this,'','hicb3-cbt_3')">Sex &amp; Relationships</a></li>
+ <li><a href="http://www.webmd.com/oral-health/default.htm" onclick="return sl(this,'','hicb3-cbt_4')">Oral Care</a></li>
+ </ul>
+ </div>
+ <div class="third">
+ <a href="http://www.webmd.com/living-healthy" onclick="return sl(this,'','hicb3-clw_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_healthy_living_women_men.png" alt="women doing yoga"/></a>
+ <p class="bold more_bottom_margin">Living Well</p>
+ <ul>
+ <li><a href="http://www.webmd.com/women/default.htm" onclick="return sl(this,'','hicb3-clw_1')">Women's Health</a></li>
+ <li><a href="http://www.webmd.com/men/default.htm" onclick="return sl(this,'','hicb3-clw_2')">Men's Health</a></li>
+ <li><a href="http://www.webmd.com/healthy-aging/default.htm" onclick="return sl(this,'','hicb3-clw_3')">Aging Well</a></li>
+ <li><a href="http://www.webmd.com/teens/default.htm" onclick="return sl(this,'','hicb3-clw_4')">Teens</a></li>
+ <li><a href="http://www.webmd.com/fit/default.htm" onclick="return sl(this,'','hicb3-clw_5')">Fit Kids</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_3_3">
+ <p>Featured Topics</p>
+ <ul>
+ <li id="pb13" class="hide_link"><a href="http://www.webmd.com/diet/calc-bmi-plus" onclick="return sl(this,'','hicb3-ftpc_1')">BMI Calculator: Get Personalized Results</a></li>
+ <li id="pb14" class="hide_link"><a href="http://www.webmd.com/diet/healthtool-portion-size-plate" onclick="return sl(this,'','hicb3-ftpc_2')">Portion Size Plate: Easy Serving Size Guide</a></li>
+ <li id="pb15" class="hide_link"><a href="http://www.webmd.com/sex/birth-control/default.htm" onclick="return sl(this,'','hicb3-ftpc_3')">Your Birth Control Options</a></li>
+ <li id="pb16" class="hide_link"><a href="http://www.webmd.com/men/ss/slideshow-secrets-women-wish-you-knew" class="type_ss" onclick="return sl(this,'','hicb3-ftpc_4')">19 Secrets Men Wish Women Knew <i></i></a></li>
+ <li id="pb17" class="hide_link"><a href="http://www.webmd.com/teens/rm-quiz-crazy-dreams" onclick="return sl(this,'','hicb3-ftpc_5')">Quiz: Weird, Crazy Dreams</a></li>
+ <li id="pb18" class="hide_pb_link"><a href="http://www.webmd.com/diet/food-fitness-planner/default.htm" onclick="return sl(this,'','hicb3-ftpc_6')">Food &amp; Fitness Planner: Personalize Your Weight Loss Plan</a></li>
+ </ul>
+ </div>
+ <div id="nav_3_4">
+ <p>WebMD Allergy App for iPhone</p>
+ <a href="http://www.webmd.com/allergy-app" onclick="return sl(this,'','hicb3-app_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/other/allergy_app_other/50x50_allergy_app_other.jpg" alt="WebMD Allergy App logo"/></a> <a href="http://www.webmd.com/allergy-app" onclick="return sl(this,'','hicb3-app_1')">Fight allergies with daily forecasts, local alerts, and personalized tips.</a></div>
+ </div>
+ </div>
+ </li>
+ <li id="nav_4" class="nav nav_health"><a href="http://www.webmd.com/family-pregnancy" id="nav_link_4" class="nav_link" aria-haspopup="true" onclick="return sl(this,'','hicb4-tab')">Family &amp; Pregnancy</a>
+ <div id="menu_4" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1b">
+ <div id="nav_4_1">
+ <p>Featured Content</p>
+ <div id="pb20" class="hide_link"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/210x130_family_feature.jpg" alt="Family at airport"/> <a href="http://www.webmd.com/vaccines/ss/slideshow-travel-health" onclick="return sl(this,'','hicb4-ftr_1')" class="bold">Traveling abroad?</a>
+ <p>Protect yourself and your family by learning which health precautions and vaccines are advised for your destination.</p>
+ <a href="http://www.webmd.com/vaccines/ss/slideshow-travel-health" onclick="return sl(this,'','hicb4-ftr_1')" class="link_overlay" tabindex="-1"></a>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_2b">
+ <div id="nav_4_2">
+ <p>Family and Pregnancy Centers</p>
+ <div class="third right_border">
+ <a href="http://www.webmd.com/baby" onclick="return sl(this,'','hicb4-cpg_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_family_pregnancy.png" alt="pregnant woman"/></a> <a href="http://www.webmd.com/baby" onclick="return sl(this,'','hicb4-cpg_1')" class="heading">Pregnancy</a>
+ <ul>
+ <li><a href="http://www.webmd.com/baby/guide/getting-pregnant" onclick="return sl(this,'','hicb4-cpg_2')">Trying to Conceive</a></li>
+ <li><a href="http://www.webmd.com/baby/guide/first-trimester" onclick="return sl(this,'','hicb4-cpg_3')">First Trimester</a></li>
+ <li><a href="http://www.webmd.com/baby/guide/health-baby-second-trimester" onclick="return sl(this,'','hicb4-cpg_4')">Second Trimester</a></li>
+ <li><a href="http://www.webmd.com/baby/guide/third-trimester" onclick="return sl(this,'','hicb4-cpg_5')">Third Trimester</a></li>
+ </ul>
+ </div>
+ <div class="third right_border">
+ <a href="http://www.webmd.com/parenting/default.htm" onclick="return sl(this,'','hicb4-cpt_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_family_parenting.png" alt="mom, dad, and baby"/></a> <a href="http://www.webmd.com/parenting/default.htm" onclick="return sl(this,'','hicb4-cpt_1')" class="heading">Parenting</a>
+ <ul>
+ <li><a href="http://www.webmd.com/parenting/baby/default.htm" onclick="return sl(this,'','hicb4-cpt_2')">Newborn &amp; Baby</a></li>
+ <li><a href="http://www.webmd.com/children/default.htm" onclick="return sl(this,'','hicb4-cpt_3')">Children's Health</a></li>
+ <li><a href="http://www.webmd.com/children/vaccines/default.htm" onclick="return sl(this,'','hicb4-cpt_4')">Children's Vaccines</a></li>
+ <li><a href="http://www.webmd.com/parenting/raising-fit-kids/default.htm" onclick="return sl(this,'','hicb4-cpt_5')">Raising Fit Kids</a></li>
+ </ul>
+ </div>
+ <div class="third">
+ <a href="http://www.webmd.com/pets/default.htm" onclick="return sl(this,'','hicb4-cpet_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_family_pets.png" alt="Cat and dog on grass"/></a> <a href="http://www.webmd.com/pets/default.htm" onclick="return sl(this,'','hicb4-cpet_1')" class="heading">Pets</a>
+ <ul>
+ <li><a href="http://www.webmd.com/pets/cats/default.htm" onclick="return sl(this,'','hicb4-cpet_2')">Healthy Cats</a></li>
+ <li><a href="http://www.webmd.com/pets/dogs/default.htm" onclick="return sl(this,'','hicb4-cpet_3')">Healthy Dogs</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_4_3">
+ <p>Featured Topics</p>
+ <ul>
+ <li id="pb22" class="hide_link"><a href="http://www.webmd.com/baby/guide/pregnancy-am-i-pregnant" onclick="return sl(this,'','hicb4-ftpc_1')">Know the Signs of Early Pregnancy?</a></li>
+ <li id="pb23" class="hide_link"><a href="http://www.webmd.com/baby/rm-quiz-pregnancy-food-facts" onclick="return sl(this,'','hicb4-ftpc_2')">Test Your Smarts: What's Safe to Eat When You're Pregnant?</a></li>
+ <li id="pb24" class="hide_link"><a href="http://www.webmd.com/baby/ss/slideshow-fetal-development" class="type_ss" onclick="return sl(this,'','hicb4-ftpc_3')">Peek Inside the Womb to See How Baby Grows <i></i></a></li>
+ <li id="pb25" class="hide_link"><a href="http://www.webmd.com/children/video/healthy-school-lunches" class="type_vid" onclick="return sl(this,'','hicb4-ftpc_4')">Healthy School Lunches <i></i></a></li>
+ <li id="pb26" class="hide_link"><a href="http://www.webmd.com/parenting/raising-fit-kids/mood/rm-quiz-how-to-prevent-a-toddler-meltdown" onclick="return sl(this,'','hicb4-ftpc_5')">Quiz: Know How to Avoid The Next Toddler Meltdown?</a></li>
+ <li id="pb27" class="hide_pb_link"><a href="http://www.webmd.com/vaccinetracker/" onclick="return sl(this,'','hicb4-ftpc_6')">WebMD Vaccine Tracker: Manage Vaccinations for Your Entire Family</a></li>
+ </ul>
+ </div>
+ <div id="nav_4_4">
+ <p>WebMD Pregnancy App for iPhone</p>
+ <a href="http://www.webmd.com/pregnancyapp" onclick="return sl(this,'','hicb4-app_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/article_thumbnails/other/pregnancy_app_other/50x50_pregnancy_app_other.jpg" alt="WebMD Pregnancy App logo"/></a> <a href="http://www.webmd.com/pregnancyapp" onclick="return sl(this,'','hicb4-app_1')">The big day is coming! Get organized and track baby's weekly development.</a></div>
+ </div>
+ </div>
+ </li>
+ <li id="nav_5" class="nav nav_news"><a href="http://www.webmd.com/news/default.htm" id="nav_link_5" class="nav_link" aria-haspopup="true" onclick="return sl(this,'','hicb5-tab')">News &amp; Experts</a>
+ <div id="menu_5" class="nav_dropdown" role="menu" aria-expanded="false" aria-hidden="true">
+ <div class="nav_dropdown_col_1c">
+ <div id="nav_5_1">
+ <p>News</p><span><a href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','hicb5-news_more')">View All</a></span>
+ <div class="nav_block hide_link" id="pb29">
+ <a href="http://www.webmd.com/news/default.htm" class="nav_image" onclick="return sl(this,'','hicb5-news_1')"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_webmd_1.jpg" alt="WebMD logo"/></a> <a href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','hicb5-news_1')" class="shorter">Today's Top Health Headlines</a></div>
+ <div class="nav_block hide_link" id="pb30">
+ <a href="http://www.webmd.com/news/default.htm" class="nav_image" onclick="return sl(this,'','hicb5-news_2')"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/110x70_webmd_1.jpg" alt="WebMD logo"/></a> <a href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','hicb5-news_2')" class="shorter">Get the Latest Drug Approvals &amp; Alerts</a></div>
+ <ul>
+ <li id="pb31" class="hide_link"><a href="http://www.webmd.com/fda/default.htm" onclick="return sl(this,'','hicb5-news_3')">Find FDA Consumer Updates</a></li>
+ <li id="pb32" class="hide_link"><a href="http://www.webmd.com/fda/slideshow-fda-mobile-laboratories" class="type_ss" onclick="return sl(this,'','hicb5-news_4')">On The Road Again: FDA Mobile Laboratories <i></i></a></li>
+ <li id="pb33" class="hide_link"><a href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,'','hicb5-news_5')">Sign up to receive WebMD's award-winning content delivered to your inbox.</a></li>
+ </ul>
+ </div>
+ </div>
+ <div id="wide_header">
+ <p>WebMD Health Experts and Community</p>
+ </div>
+ <div class="nav_dropdown_col_2c">
+ <div id="nav_5_2">
+ <p>Talk to health experts and other people like you in WebMD's Communities. It's a safe forum where you can create or participate in support groups and discussions about health topics that interest you.</p>
+ <div class="nav_block">
+ <a href="http://www.webmd.com/blogs/default.htm" onclick="return sl(this,'','hicb5-xchng_blg')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_expert.png" alt=""/></a>
+ <p class="bold">WebMD Second Opinion</p><a href="http://www.webmd.com/blogs/default.htm" onclick="return sl(this,'','hicb5-xchng_blg')">Read expert perspectives on popular health topics.</a></div>
+ <div class="nav_block">
+ <a href="http://www.webmd.com/exchanges/default.htm" onclick="return sl(this,'','hicb5-xchng_cmty')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_community.png" alt=""/></a>
+ <p class="bold">WebMD Communities</p><a href="http://www.webmd.com/exchanges/default.htm" onclick="return sl(this,'','hicb5-xchng_cmty')">Connect with people like you, and get expert guidance on living a healthy life.</a></div>
+ </div>
+ </div>
+ <div class="nav_dropdown_col_3">
+ <div id="nav_5_3"><a href="http://answers.webmd.com/" id="webmd_answers_logo" onclick="return sl(this,'','hicb5-ans_1')">WebMD Answers</a>
+ <p>Got a health question? Get answers provided by leading organizations, doctors, and experts.</p><a href="http://answers.webmd.com/" class="webmd-btn webmd-btn-pr webmd-btn-m" onclick="return sl(this,'','hicb5-ans_sub')">Get Answers</a></div>
+ <div id="nav_5_4">
+ <p>WebMD Newsletters</p>
+ <a href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,'','hicb5-nwsltr_1')" class="nav_image"><img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/masthead_test/50x50_newsletter.png" alt="closeup of newsletter"/></a> <a href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,'','hicb5-nwsltr_1')">Sign up to receive WebMD's award-winning content delivered to your inbox.</a></div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </nav>
+ <div id="authorization">
+ <div id="login_tab-b"></div>
+ <div id="why_webmd"><a href="https://member.webmd.com/signin" onclick="return sl(this,'','reg-login')">Sign In</a>| <a href="https://member.webmd.com/register" onclick="return sl(this,'','reg-signup')">Sign Up</a> | <a href="https://member.webmd.com/subscribe" onclick="return sl(this,'','nl-mast_sub')">Subscribe</a></div>
+ <div id="logged_in_text"><a href="https://member.webmd.com/applications.aspx" onclick="return sl(this,'','mymd_mt')" id="logged_in_logo"><span class="jawsonly">My WebMD</span></a><span id="greeting"></span></div>
+ <div id="logged_in"><a href="#" id="logged_in_tab" aria-haspopup="true">Show Menu</a>
+ <div id="logged_in_dropdown" aria-expanded="false" aria-hidden="true">
+ <ul role="menu">
+ <li><a href="https://member.webmd.com/applications.aspx" onclick="return sl(this,'','ov-mymd_mt')">My Tools</a></li>
+ <li class="bottom_border"><a href="https://member.webmd.com/bookmarks.aspx" onclick="return sl(this,'','ov-mymd_mybkmrk')">My WebMD Pages</a></li>
+ <li class="bottom_border"><a href="https://member.webmd.com/profile.aspx" onclick="return sl(this,'','ov-mymd_ma')">My Account</a></li>
+ <li><a href="http://www.webmd.com/signout.asp" onclick="return sl(this,'','ov-mymd_so')">Sign Out</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="social_icons"><a class="facebook" href="http://www.webmd.com/click?url=http%3A//www.facebook.com/WebMD%3Fref=ts" onclick="return sl(this,'nw','soc_fb-h')">Facebook</a><a href="http://www.webmd.com/click?url=http%3A//twitter.com/WebMD" class="twitter" onclick="return sl(this,'nw','soc_tw-h')">Twitter</a><a href="http://www.webmd.com/click?url=http://pinterest.com/webmd/" class="pinterest" onclick="return sl(this,'nw','soc_pn-h')">Pinterest</a></div>
+ <div id="divider"></div>
+ </header>
+ <script>
+ if (window.webmd && window.webmd.p && window.webmd.p.masthead) {
+ webmd.p.masthead.init();
+ }
+ </script>
+ </div>
+ </div>
+ <div id="mainContentContainer_area">
+ <div class="bottomBackground_fmt">
+ <div id="breadcrumb_ctr">
+ <div id="ContentPane3">
+ <div id="breadcrumb_rdr"> <span class="bc_0">
+ <a href="/www/">WebMD Home</a>
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/layout/shared/divider_breadcrumb.gif" alt="next page" width="6" height="10" align="absmiddle"/>
+ </span> <span class="bc_1">
+ <a href="http://www.webmd.com/news/default.htm" onclick="return sl(this,'','brdcrmb');" class="breadcrumbActive">Health News</a> </span> </div>
+ <div id="headerLinks_email" class="headerLinks_fmt"> <a href="#" title="Email this page to a friend" class="triggerEmailOverlay" onclick="wmdPageLink('email-friend_link');return false;">Email a Friend</a> </div>
+ <div id="headerLinks_print" class="headerLinks_fmt"> <a rel="nofollow" href="?print=true" onclick="printWindow(); ctrs('prtfrnd'); return false" title="Print this article">Print Article</a>
+ <script>
+ if (pf_param == "true") {
+ printElements();
+ }
+ </script>
+ </div>
+ </div>
+ </div>
+ <div id="contentBackground_fmt">
+ <div id="mainContent_ThirdCol_ctr">
+ <div id="ContentPane4">
+ <div class="titlebar" id="twcol-hdr">
+ <div class="tb_main">
+ <h1>Information and Resources</h1> </div>
+ </div>
+ <script type="text/javascript">
+ (function() {
+ var that = function() {
+ var h = $("#mainContent_ThirdCol_ctr").outerHeight();
+ $("#navColumn_area").css('margin-top', '-' + h + 'px');
+ };
+ try {
+ that();
+ } catch (e) {}
+ $(window).load(function() {
+ try {
+ that();
+ } catch (e) {}
+ });
+ })();
+ </script>
+ </div>
+ </div>
+ <div id="mainContent_area">
+ <div id="mainContent_ctr">
+ <div id="middleContent_fmt">
+ <div id="ContentPane5">
+ <div class="article_rdr">
+ <div class="share_bar">
+ <script>
+ webmd.m.share.init();
+ </script>
+ </div>
+ <div class="font_sizer_fmt rs_skip">
+ <div class="font_sizer_text_fmt">Font Size</div>
+ <div class="font_sizer_001_fmt"> </div>
+ <div id="fs_01" class="font_sizer_002b_fmt"> <a class="copyA_fmt" title="Small font" href="javascript:setClass('textArea', 'copyNormal');javascript:setClass('fs_01', 'font_sizer_002b_fmt');javascript:setClass('fs_02', 'font_sizer_002a_fmt');javascript:setClass('fs_03', 'font_sizer_002a_fmt');">A</a> </div>
+ <div id="fs_02" class="font_sizer_002a_fmt"> <a class="copyB_fmt" title="Medium font" href="javascript:setClass('textArea', 'copyMedium');javascript:setClass('fs_01', 'font_sizer_002a_fmt');javascript:setClass('fs_02', 'font_sizer_002b_fmt');javascript:setClass('fs_03', 'font_sizer_002a_fmt');">A</a> </div>
+ <div id="fs_03" class="font_sizer_002a_fmt"> <a class="copyC_fmt" title="Large font" href="javascript:setClass('textArea', 'copyLarge');javascript:setClass('fs_01', 'font_sizer_002a_fmt');javascript:setClass('fs_02', 'font_sizer_002a_fmt');javascript:setClass('fs_03', 'font_sizer_002b_fmt');">A</a> </div>
+ <div class="font_sizer_003_fmt"> </div>
+ </div>
+ <div class="font_sizer">
+ <script>
+ webmd.m.fontSizer.init();
+ </script>
+ </div>
+ <script type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS_static/widgets/webmd.m.add_article_save.js">
+ </script>
+ <div id="readspeaker_area" style="display: none;">
+ <div id="readspeaker_button1" class="rs_skip">
+ <a accesskey="L" href="http://app.readspeaker.com/cgi-bin/rsent?customerid=5841&amp;lang=en_us&amp;readid=textArea" target="_blank" onclick="readpage(this.href, 'xp1'); return false;"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/article/readspeaker/listen_en_us.gif" alt="Listen to this page using ReadSpeaker" title="Listen to this page using ReadSpeaker"/> </a>
+ </div>
+ <script src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/javascript/readspeaker/en.js" type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ (function() {
+ $(document).ready(function() {
+ webmd.readspeakerPrep.init({
+ pages: 3
+ });
+ });
+ })();
+ </script>
+ <div id="xp1"> </div>
+ </div>
+ <script type="text/javascript">
+ $(function() {
+ var el = $("#readspeaker_area");
+ if (el) {
+ if (s_sponsor_program == "" || typeof(s_sponsor_program) == 'undefined') {
+ el.addClass('non-spon-listen');
+ el.find('a').append("Listen");
+ el.css("display", "block");
+ }
+ }
+ });
+ </script>
+ <div id="textArea" class="copyNormal">
+ <h2>Superbugs: What They Are and How You Get Them</h2>
+ <div class="subhead_fmt"></div>
+ <div class="author_fmt"> By <a rel="author" href="http://www.webmd.com/kelli-miller" onclick="return sl(this,'','prog-lnk');">Kelli Miller</a>
+ <br/>WebMD Health News</div>
+ <div class="reviewedBy_fmt"> Reviewed by <a onclick="return sl(this,'','prog-lnk');" href="http://www.webmd.com/hansa-bhargava">Hansa D. Bhargava, MD</a></div>
+ <div class="clearBoth_fmt clearing-div"> </div>
+ <h3></h3>
+ <p> </p>
+ <p>April 17, 2015 -- Imagine being sick in the hospital with a <a href="http://www.webmd.com/a-to-z-guides/bacterial-and-viral-infections" onclick="return sl(this,'','embd-lnk');" class="">bacterial infection</a> and doctors can't stop it from spreading. This so-called "superbug" scenario is not science fiction. It's an urgent, worldwide worry that is prompting swift action.</p>
+ <p xmlns:xalan="http://xml.apache.org/xalan">Every year, about 2 million people get sick from a superbug, according to the CDC. About 23,000 die. Earlier this year, an outbreak of CRE (carbapenem-resistant enterobacteriaceae) linked to contaminated medical tools sickened 11 people at two Los-Angeles area hospitals. Two people died, and more than 200 others may have been exposed.</p>
+ <p>The White House recently released a <a onclick="return sl(this,'','embd-lnk');" href="http://www.webmd.com/click?url=https://www.whitehouse.gov/sites/default/files/docs/national_action_plan_for_combating_antibotic-resistant_bacteria.pdf">comprehensive plan</a> outlining steps to combat drug-resistant bacteria. The plan identifies three "urgent" and several "serious" threats. We asked infectious disease experts to explain what some of them are and when to worry.</p>
+ <p></p>
+ <link type="text/css" rel="stylesheet" href="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/css/contextual_related_links.css"/>
+ <div class="slideshow_links_rdr contextual_links_fmt">
+ <h4></h4>
+ <p> <a href="http://www.webmd.com/skin-problems-and-treatments/ss/slideshow-closer-look-at-mrsa" onclick="return sl(this,'','embd-app-ssh');">A Closer Look at MRSA</a> </p>
+ </div>
+ <div class="moduleSpacer_rdr"> </div>
+ <a name="1"> </a>
+ <h3>But First: What's a Superbug? </h3>
+ <p>It's a term coined by the media to describe bacteria that cannot be killed using multiple <a href="http://www.webmd.com/cold-and-flu/rm-quiz-antibiotics-myths-facts" onclick="return sl(this,'','embd-lnk');" class="">antibiotics</a>. "It resonates because it's scary," says Stephen Calderwood, MD, president of the Infectious Diseases Society of America. "But in fairness, there is no real definition."</p>
+ <p>Instead, doctors often use phrases like "multidrug-resistant bacteria." That's because a superbug isn't necessarily resistant to all antibiotics. It refers to bacteria that can't be treated using two or more, says Brian K. Coombes, PhD, of McMaster University in Ontario.</p>
+ <p>Any species of bacteria can turn into a superbug.</p>
+ <p>Misusing antibiotics (such as taking them when you don't need them or not finishing all of your medicine) is the "single leading factor" contributing to this problem, the CDC says. The concern is that eventually doctors will run out of antibiotics to treat them.</p>
+ <p>"What the public should know is that the more antibiotics you’ve taken, the higher your superbug risk," says Eric Biondi, MD, who runs a program to decrease unnecessary antibiotic use. "The more encounters you have with the hospital setting, the higher your superbug risk."</p>
+ <p>"Superbugs should be a concern to everyone," Coombes says. "Antibiotics are the foundation on which all modern medicine rests. Cancer <a href="http://www.webmd.com/cancer/chemotherapy-what-to-expect" onclick="return sl(this,'','embd-lnk');" class="">chemotherapy</a>, <a href="http://www.webmd.com/a-to-z-guides/organ-donation-facts" onclick="return sl(this,'','embd-lnk');" class="">organ transplants</a>, surgeries, and <a href="http://www.webmd.com/baby/guide/delivery-methods" onclick="return sl(this,'','embd-lnk');" class="">childbirth</a> all rely on antibiotics to prevent infections. If you can't treat those, then we lose the medical advances we have made in the last 50 years."</p>
+ <p>Here are some of the growing superbug threats identified in the 2015 White House report.</p>
+ </div>
+ </div>
+ <div class="attribution_rdr">
+ <script type="text/javascript">
+ var pagination_title = new Array();
+ var pagination_current = 1;
+ pagination_title[1] = "";
+ pagination_title[2] = "Urgent Threat: Carbapenem-Resistant Enterobacteriaceae (CRE)";
+ pagination_title[3] = "Urgent Threat: Clostridium difficile (C. diff) continued...";
+ </script>
+ <div class="pagination_fmt">
+ <div class="left_fmt"> </div>
+ <div class="right_fmt"> <span class="current_fmt">1</span> <span class="pipe_fmt">|</span> <a href="?page=2" title="Page 2" onclick="return sl(this,'','pagenum-art_2');">2</a> <span class="pipe_fmt">|</span> <a href="?page=3" title="Page 3" onclick="return sl(this,'','pagenum-art_3');">3</a>
+ <div class="outline_fmt right"> <a href="?page=2" onclick="return sl(this,'','pagenum-art_next');">Next Page <span class="symbol_fmt">&gt;</span></a> </div>
+ </div>
+ </div>
+ </div>
+ <div class="moduleSpacer_rdr"> </div>
+ <div id="remoteAd_rdr">
+ <div class="centerAd_r1_rdr">
+ <div class="centerAd_BG_fmt">
+ <div class="conta" style="color:#737373; clear:both; display:none;">Continue reading below...</div>
+ <div class="remoteAd_top_fmt"> </div>
+ <div id="remoteAd_fmt" class="remoteAd_BG_fmt">
+ <div class="ad_placeholder"> </div>
+ </div>
+ <div class="remoteAd_bottom_fmt"> </div>
+ </div>
+ </div>
+ <div class="moduleSpacer_rdr"> </div>
+ </div>
+ <script type="text/javascript">
+ /* using this to pop up interstitial instead of /click as going to the /click URL with all the other parameters becomes an encoding issue */
+ function popInterstitial() {
+ var interstitial = window.open("/privacy_window.html", "privacy_window", "width=325,height=175,resizable=no,toolbar=no,left=350,top=300");
+ if (interstitial) {
+ interstitial.focus();
+ }
+ return false;
+ }
+ </script>
+ <div id="triggerFlyin"> </div>
+ <script type="text/javascript">
+ require(['fly_in/1/fly_in'], function(flyIn) {
+ flyIn.init('#triggerFlyin');
+ });
+ </script>
+ <div class="moduleSpacer_rdr"> </div>
+ <script language="javascript1.2" type="text/javascript">
+ function getPubType() {
+ return "editorial";
+ }
+
+ function checkPartners() {
+ /* Array of Partner Names */
+ var partnerNames = ["Good Housekeeping", "Redbook", "Esquire", "Country Living", "Marie Claire", "Oxmoor House", "\"Health", "Southern Living", "Psychology Today", "EatingWell", "DrGreene.com", "Men's Health", "Women's Health", "Prevention", "eDiets", "soul\" Magazine", "Runner's World", "Men's Fitness\" Magazine", "Shape\" Magazine", "Fit Pregnancy\" Magazine", "Natural Health\" Magazine", "\"Best Life\" Magazine", "\"Cure\" Magazine", "WebMD Veterinary Reference from the ASPCA", "WebMD Veterinary Reference from ASPCA Virtual Pet Behaviorist", "COPD Foundation", "Elle", "Woman's Day"]
+ /* Array of names that go with files in partners node */
+ var partnerScripts = ["goodHousekeeping", "redbook", "esquire", "countryLiving", "marieClaire", "cookingLight", "health", "southernLiving", "psychToday", "eatingWell", "drGreene", "mensHealth", "womensHealth", "prevention", "eDiets", "bodySoul", "runnersWorld", "mensFitness", "shapeMag", "fitPregnancy", "naturalHealth", "bestLife", "cure", "aspca", "aspca", "copdf", "elle", "womansDay"]
+ /* Variables for whether a partner exists and which one in the array it is */
+ var isThere;
+ var whichOne = -1;
+ /* Pulls the pub source out of the XML */
+ var pubSource = 'WebMD Medical News';
+ /* Runs through the different partners and sees if one of them exists in the pub source */
+ for (var i = 0; i &lt;= partnerNames.length - 1; i++) {
+ isThere = pubSource.search(partnerNames[i]);
+ if (isThere != -1) {
+ whichOne = i
+ }
+ }
+ /* If it found one, makes the JS calls and also populates the correct divs with the files out of partners node */
+ if (whichOne != -1) {
+ var JSCall = 'ht' + 'tp://img.web' + 'md.com/dtmcms/live/webmd/consumer_assets/site_images/javascript/partners/' + partnerScripts[whichOne] + '.js';
+ var JSElement = document.createElement("script");
+ JSElement.type = "text/javascript";
+ JSElement.src = JSCall;
+ document.getElementsByTagName("head")[0].appendChild(JSElement);
+ var moduleCenter = "ContentPane8";
+ var moduleRight = "ContentPane25";
+ addLoadEvent(function() {
+ $('#' + moduleCenter).append(writePartnerCenter());
+ $('#' + moduleRight).prepend(writePartnerRight());
+ })
+ }
+ }
+ checkPartners();
+ </script>
+ <script type="text/javascript">
+ if (document.getElementById("headerLinks_print")) {
+ setClass('headerLinks_print', 'headerLinks_fmt_on');
+ };
+ </script>
+ <link rel="stylesheet" type="text/css" href="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/CSS/print.css" media="print"/>
+ <style media="screen">
+ #url_reference {
+ display: none
+ }
+
+ ;
+ </style>
+ <style media="print">
+ #url_reference {
+ display: block;
+ line-height: 150%;
+ margin-bottom: 10px;
+ }
+
+ #logo_rdr img {
+ visibility: visible;
+ }
+
+ .titleBar_rdr .titleBarMiddle_fmt {
+ padding-top: 1.5em !important;
+ }
+ </style>
+ <script type="text/javascript">
+ var insert1 = document.getElementById("ContentPane2");
+ var urlDiv = articleUrl();
+ if (insert1) {
+ insert1.appendChild(urlDiv);
+ }
+ </script>
+ </div>
+ <div id="ContentPane6"></div>
+ <div id="ContentPane7"></div>
+ <div id="ContentPane8"></div>
+ <div id="ContentPane9"></div>
+ <div id="ContentPane10"></div>
+ <div id="ContentPane11"></div>
+ <div id="ContentPane12"></div>
+ <div id="ContentPane13"></div>
+ <div id="ContentPane14"></div>
+ <div id="ContentPane15"></div>
+ <div id="ContentPane16"></div>
+ <div id="ContentPane17"></div>
+ <div id="ContentPane18"></div>
+ <div id="ContentPane19"></div>
+ <div id="ContentPane20"></div>
+ </div>
+ </div>
+ </div>
+ <div id="navColumn_area">
+ <div id="navColumn_ctr">
+ <div id="ContentPane30"></div>
+ <div id="ContentPane31"></div>
+ <div id="ContentPane22">
+ <div class="top12_rdr">
+ <div class="top12_header_fmt">
+ <a onclick="window.open(this.href, 'popup','width=512,height=240,scrollbars=no,resizeable=no,status=yes');return false;" href="/www/topics-placements-lists"> <img border="0" alt="" title="WebMD Editors determine the topics and placement on our lists..." src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/top12QuestionMark.gif" class="top12_questionMark" style="margin: 1px 5px 0px 0px; float: right;"/> </a>Top 12 News Topics</div>
+ <ul class="top12List_fmt">
+ <li>
+ <div class="top12_number_fmt">1<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/melanoma-skin-cancer/news/20150414/skin-cancer-young_adults" onclick="return sl(this,'','top-twlv-news_1');">Skin Cancer</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">2<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/sleep-disorders/news/20150415/heavy-snoring-apnea-tied-to-earlier-brain-troubles" onclick="return sl(this,'','top-twlv-news_2');">Snoring</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">3<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/mental-health/addiction/news/20150416/new-synthetic-drug-flakka-triggers-crazed-behaviors" onclick="return sl(this,'','top-twlv-news_3');">Flakka</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">4<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/healthy-aging/news/20150406/fit-at-50-cardiac-arrest-during-exercise-unlikely-study-finds" onclick="return sl(this,'','top-twlv-news_4');">Fit at 50</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">5<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/news/breaking-news/20150302/autism-early-diagnosis" onclick="return sl(this,'','top-twlv-news_5');">Autism</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">6<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/diet/20150406/weight-watchers-jenny-craig-beat-other-commercial-diet-plans-study-finds" onclick="return sl(this,'','top-twlv-news_6');">Diet Plans</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">7<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/food-recipes/food-poisoning/20150402/travelers-bringing-drug-resistant-bacteria-to-united-states" onclick="return sl(this,'','top-twlv-news_7');">Shigella</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">8<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/digestive-disorders/news/20150330/fecal-transplant-treats-serious-recurrent-intestinal-infection" onclick="return sl(this,'','top-twlv-news_8');">Fecal Transplant</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">9<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/brain/news/20150324/colorado-marijuana-metals-fungus" onclick="return sl(this,'','top-twlv-news_9');">CO Marijuana</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">10<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/allergies/news/20150220/child-peanut-allergy-findings" onclick="return sl(this,'','top-twlv-news_10');">Peanut Allergies</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">11<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/men/news/20150313/more-sex-better-testosterone-levels" onclick="return sl(this,'','top-twlv-news_11');">Testosterone</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">12<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/news/breaking-news/future-of-health/#future-of-health" onclick="return sl(this,'','top-twlv-news_12');">Future of Health</a> </div>
+ <div class="clearBoth_fmt"> </div>
+ </li>
+ </ul>
+ <div class="top12_footer_fmt"> </div>
+ </div>
+ <div class="moduleSpacer_rdr"> </div>
+ <div class="top12_rdr">
+ <div class="top12_header_fmt">
+ <a onclick="window.open(this.href, 'popup','width=512,height=240,scrollbars=no,resizeable=no,status=yes');return false;" href="/www/topics-placements-lists"> <img border="0" alt="" title="WebMD Editors determine the topics and placement on our lists..." src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/top12QuestionMark.gif" class="top12_questionMark" style="margin: 1px 5px 0px 0px; float: right;"/> </a>Top 12 Topics</div>
+ <ul class="top12List_fmt">
+ <li>
+ <div class="top12_number_fmt">1<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/skin-problems-and-treatments/morgellons-disease-what-is-it" onclick="return sl(this,'','top-twlv-az_1');">Morgellons</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">2<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/rheumatoid-arthritis/arthritis-lyme-disease" onclick="return sl(this,'','top-twlv-az_2');">Lyme Disease</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">3<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/arthritis/ankylosing-spondylitis-assessment/default.htm" onclick="return sl(this,'','top-twlv-az_3');">Ankylosing Spondylitis</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">4<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/mental-health/eating-disorders/binge-eating-disorder/ss/slideshow-binge-eating-disorder" onclick="return sl(this,'','top-twlv-az_4');">Binge Eating Disorder</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">5<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/diabetes/ss/slideshow-type-2-diabetes-overview" onclick="return sl(this,'','top-twlv-az_5');">Type 2 Diabetes</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">6<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/rheumatoid-arthritis/ss/slideshow-ra-overview" onclick="return sl(this,'','top-twlv-az_6');">Rheumatoid Arthritis</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">7<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/multiple-sclerosis/ss/slideshow-multiple-sclerosis-overview" onclick="return sl(this,'','top-twlv-az_7');">Multiple Sclerosis</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">8<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/skin-problems-and-treatments/psoriasis/ss/slideshow-severe-psoriasis-9" onclick="return sl(this,'','top-twlv-az_8');">Psoriasis</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">9<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/schizophrenia/ss/slideshow-schizophrenia-overview" onclick="return sl(this,'','top-twlv-az_9');">Schizophrenia</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">10<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/add-adhd/ss/slideshow-brain-foods-that-help-you-concentrate" onclick="return sl(this,'','top-twlv-az_10');">Brain Foods</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">11<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/children/central-precocious-puberty" onclick="return sl(this,'','top-twlv-az_11');">Early Puberty</a> </div>
+ </li>
+ <li>
+ <div class="top12_number_fmt">12<span>.</span></div>
+ <div class="top12_link_fmt"> <a href="http://www.webmd.com/allergies/anaphylaxis-15/understanding-anaphylaxis-basics" onclick="return sl(this,'','top-twlv-az_12');">Common Anaphylaxis Triggers</a> </div>
+ <div class="clearBoth_fmt"> </div>
+ </li>
+ </ul>
+ <div class="top12_footer_fmt"> </div>
+ </div>
+ <div class="moduleSpacer_rdr"> </div>
+ </div>
+ <div id="ContentPane32"></div>
+ <div id="ContentPane33"></div>
+ <div id="ContentPane34"></div>
+ <div id="ContentPane26">
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 113</li><li>$print = false</li></ul><ul><li>adtype = iFRAME</li><li>iframeheight = 600</li><li>iframewidth = 160</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 4286</li><li>artid = 091e9c5e8117ec19</li><li>au1 = </li><li>au2 = </li><li>bc = _cust4_k_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = </li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 113</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 1390870376</li><li>tmg = </li><li>transactionID = 93834023</li><li>tug = </li><li>uri = %2fnews%2f20150417%2fsuperbugs-what-they-are</li></ul>-->
+ <script>
+ var priTopId = '4286',
+ secTopId = '';
+ </script>
+ <div id="leftAd_rdr">
+ <div class="leftAd_top_fmt"></div>
+ <div id="leftAd_fmt" class="leftAd_BG_fmt loaded">
+ <div id="ads2-pos-113-ad" class="ad_placeholder"></div>
+ </div>
+ <div class="leftAd_bottom_fmt"></div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ <script>
+ webmd.ads2Consumer.defineAd({
+ targets: {
+ art: '091e9c5e8117ec19',
+ cc: '17',
+ env: '',
+ hcent: '',
+ leaf: '&amp;leaf=',
+ mcent: '',
+ mic: '',
+ pt: '4286',
+ sec: '',
+ pug: '__',
+ scent: '',
+ tmg: '',
+ tug: '',
+ uri: '%2fnews%2f20150417%2fsuperbugs-what-they-are'
+ },
+ blockCodes: '_cust4_k_',
+ id: 'ads2-pos-113-ad',
+ pos: '113',
+ sizes: [160, 600]
+ });
+ </script>
+ </div>
+ <div id="ContentPane35"></div>
+ <div id="ContentPane36"></div>
+ <div id="ContentPane37"></div>
+ <div id="ContentPane27"></div>
+ <div id="ContentPane38"></div>
+ <div id="ContentPane39"></div>
+ </div>
+ </div>
+ <div id="thirdCol_area">
+ <div id="thirdCol_ctr">
+ <div id="ContentPane40"></div>
+ <div id="ContentPane41"></div>
+ <div id="ContentPane21">
+ <div id="lnch-mvid" class="multi_vid">
+ <h3>WebMD Video: Now Playing</h3>
+ <div class="content">
+ <div class="expander" style="display:none;">
+ <div class="vidheader"> <span class="toggle">
+ <a href="">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_plus.jpg" alt="click to expand section" height="14" width="14"/>
+ </a>
+ </span> <a href="http://www.webmd.com/men/video/dirty-truth-handwashing" onclick="return sl(this,'','lnch-mvid_1_txt');">Dirty Truth About Hand Washing</a> </div>
+ </div>
+ <div class="pushsize" style="display:block;">
+ <div class="video" style="display:block;">
+ <div class="vidwidth">
+ <div class="vidheader"> <span class="toggle">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_minus.jpg" alt="click to hide section" height="14" width="14"/>
+ </span> <a href="http://www.webmd.com/men/video/dirty-truth-handwashing" onclick="return sl(this,'','lnch-mvid_1_txt');">Dirty Truth About Hand Washing</a> </div>
+ <p class="thumb">
+ <a href="http://www.webmd.com/men/video/dirty-truth-handwashing" onclick="return sl(this,'','lnch-mvid_1_img');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/dam/editorial/infectious-disease/cold-and-flu/dirty-truth-handwashing/graphics/thumbnails/final/dirty-truth-handwashing-48x48.jpg" alt="Click here to wach video: Dirty Truth About Hand Washing"/> </a>
+ </p>
+ <p class="text">Which sex is the worst about washing up? Why is it so important? We’ve got the dirty truth on how and when to wash your hands.</p>
+ <p class="watchbutton">
+ <a href="http://www.webmd.com/men/video/dirty-truth-handwashing" onclick="return sl(this,'','lnch-mvid_1_watch');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/multi_watch.jpg" alt="Click here to watch video: Dirty Truth About Hand Washing" height="23" width="100"/> </a>
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="expander">
+ <div class="vidheader"> <span class="toggle">
+ <a href="">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_plus.jpg" alt="click to expand section" height="14" width="14"/>
+ </a>
+ </span> <a href="http://www.webmd.com/video/causes-cures-bad-breath" onclick="return sl(this,'','lnch-mvid_2_txt');">Truth About Bad Breath</a> </div>
+ </div>
+ <div class="pushsize" style="display:none;">
+ <div class="video" style="display:none;">
+ <div class="vidwidth">
+ <div class="vidheader"> <span class="toggle">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_minus.jpg" alt="click to hide section" height="14" width="14"/>
+ </span> <a href="http://www.webmd.com/video/causes-cures-bad-breath" onclick="return sl(this,'','lnch-mvid_2_txt');">Truth About Bad Breath</a> </div>
+ <p class="thumb">
+ <a href="http://www.webmd.com/video/causes-cures-bad-breath" onclick="return sl(this,'','lnch-mvid_2_img');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/dam/editorial/dental-health/miscellaneous/causes-cures-bad-breath/graphics/thumbnails/final/causes-cures-bad-breath-48x48.jpg" alt="Click here to wach video: Truth About Bad Breath"/> </a>
+ </p>
+ <p class="text">Suffer from chronic halitosis? Get the truth on the causes and cures for your stinky breath.</p>
+ <p class="watchbutton">
+ <a href="http://www.webmd.com/video/causes-cures-bad-breath" onclick="return sl(this,'','lnch-mvid_2_watch');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/multi_watch.jpg" alt="Click here to watch video: Truth About Bad Breath" height="23" width="100"/> </a>
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="expander">
+ <div class="vidheader"> <span class="toggle">
+ <a href="">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_plus.jpg" alt="click to expand section" height="14" width="14"/>
+ </a>
+ </span> <a href="http://www.webmd.com/video/dangers-gum-disease" onclick="return sl(this,'','lnch-mvid_3_txt');">Dangers of Gum Disease</a> </div>
+ </div>
+ <div class="pushsize" style="display:none;">
+ <div class="video" style="display:none;">
+ <div class="vidwidth">
+ <div class="vidheader"> <span class="toggle">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_minus.jpg" alt="click to hide section" height="14" width="14"/>
+ </span> <a href="http://www.webmd.com/video/dangers-gum-disease" onclick="return sl(this,'','lnch-mvid_3_txt');">Dangers of Gum Disease</a> </div>
+ <p class="thumb">
+ <a href="http://www.webmd.com/video/dangers-gum-disease" onclick="return sl(this,'','lnch-mvid_3_img');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/dam/editorial/dental-health/miscellaneous/dangers-gum-disease/graphics/thumbnails/final/dangers-gum-disease-48x48.jpg" alt="Click here to wach video: Dangers of Gum Disease"/> </a>
+ </p>
+ <p class="text">If you're not brushing and flossing regularly, you are at risk for gum disease and potential health problems.</p>
+ <p class="watchbutton">
+ <a href="http://www.webmd.com/video/dangers-gum-disease" onclick="return sl(this,'','lnch-mvid_3_watch');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/multi_watch.jpg" alt="Click here to watch video: Dangers of Gum Disease" height="23" width="100"/> </a>
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="expander">
+ <div class="vidheader"> <span class="toggle">
+ <a href="">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_plus.jpg" alt="click to expand section" height="14" width="14"/>
+ </a>
+ </span> <a href="http://www.webmd.com/beauty/video/hair-care-shampoo" onclick="return sl(this,'','lnch-mvid_4_txt');">Truth About Shampoo and Conditioner</a> </div>
+ </div>
+ <div class="pushsize" style="display:none;">
+ <div class="video" style="display:none;">
+ <div class="vidwidth">
+ <div class="vidheader"> <span class="toggle">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_minus.jpg" alt="click to hide section" height="14" width="14"/>
+ </span> <a href="http://www.webmd.com/beauty/video/hair-care-shampoo" onclick="return sl(this,'','lnch-mvid_4_txt');">Truth About Shampoo and Conditioner</a> </div>
+ <p class="thumb">
+ <a href="http://www.webmd.com/beauty/video/hair-care-shampoo" onclick="return sl(this,'','lnch-mvid_4_img');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/dam/editorial/skin-and-beauty/beauty/hair-care-shampoo/graphics/thumbnails/final/hair-care-shampoo-48x48.jpg" alt="Click here to wach video: Truth About Shampoo and Conditioner"/> </a>
+ </p>
+ <p class="text">Get the facts you need to get the most out of your shampoo and conditioner.</p>
+ <p class="watchbutton">
+ <a href="http://www.webmd.com/beauty/video/hair-care-shampoo" onclick="return sl(this,'','lnch-mvid_4_watch');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/multi_watch.jpg" alt="Click here to watch video: Truth About Shampoo and Conditioner" height="23" width="100"/> </a>
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="expander">
+ <div class="vidheader"> <span class="toggle">
+ <a href="">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_plus.jpg" alt="click to expand section" height="14" width="14"/>
+ </a>
+ </span> <a href="http://www.webmd.com/oral-health/video/laugh-therapy-1" onclick="return sl(this,'','lnch-mvid_5_txt');">Laugh Therapy: Does it Work?</a> </div>
+ </div>
+ <div class="pushsize" style="display:none;">
+ <div class="video" style="display:none;">
+ <div class="vidwidth">
+ <div class="vidheader"> <span class="toggle">
+ <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/vid_minus.jpg" alt="click to hide section" height="14" width="14"/>
+ </span> <a href="http://www.webmd.com/oral-health/video/laugh-therapy-1" onclick="return sl(this,'','lnch-mvid_5_txt');">Laugh Therapy: Does it Work?</a> </div>
+ <p class="thumb">
+ <a href="http://www.webmd.com/oral-health/video/laugh-therapy-1" onclick="return sl(this,'','lnch-mvid_5_img');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/dam/editorial/dental-health/healthy-teeth/graphics/thumbnails/final/vd-2125-wrld-3001-48x48.jpg" alt="Click here to wach video: Laugh Therapy: Does it Work?"/> </a>
+ </p>
+ <p class="text">Therapist Steven Sultanoff explains the utility of humor in counseling, and Jeffrey Briar leads a session of Laughter Yoga on Laguna Beach.</p>
+ <p class="watchbutton">
+ <a href="http://www.webmd.com/oral-health/video/laugh-therapy-1" onclick="return sl(this,'','lnch-mvid_5_watch');"> <img src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/modules/multi_watch.jpg" alt="Click here to watch video: Laugh Therapy: Does it Work?" height="23" width="100"/> </a>
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ //The following Ads open/closed numerical ids to the multi video module - JS
+ $("div.multi_vid div.expander").each(function(i) {
+ this.id = this.id + "closed" + i;
+ });
+ $("div.multi_vid div.pushsize").each(function(i) {
+ this.id = this.id + "openps" + i;
+ });
+ $("div.multi_vid div.video").each(function(i) {
+ this.id = this.id + "open" + i;
+ });
+ //The following Ads javascript function to the appropriate links in multivideo module to open and close them - JS
+ $("div.multi_vid div.expander div.vidheader span.toggle a").each(function(i) {
+ this.href = "javascript:swapvids('#open" + i + "','#openps" + i + "','#closed" + i + "');"
+ });
+ $("div.multi_vid div.video div.vidheader span.toggle a").each(function(i) {
+ this.href = "javascript:swapvids('#open" + i + "','#openps" + i + "','#closed" + i + "');"
+ });
+ //hides or shows the appropriate items when switching in the multivideo module - JS
+ function swapvids(showit, showps, hideit) {
+ $('.video').hide('');
+ $('.pushsize').hide('');
+ $('.expander').show('');
+ $('' + hideit + '').hide('');
+ $('' + showps + '').show('');
+ $('' + showit + '').show('slow');
+ }
+ </script>
+ </div>
+ <div id="ContentPane42"></div>
+ <div id="ContentPane43"></div>
+ <div id="ContentPane44"></div>
+ <div id="ContentPane24">
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 131</li><li>$print = false</li></ul><ul><li>adtype = iFRAME</li><li>iframeheight = 600</li><li>iframewidth = 300</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 4286</li><li>artid = 091e9c5e8117ec19</li><li>au1 = </li><li>au2 = </li><li>bc = _cust4_k_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = </li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 131</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 1390870376</li><li>tmg = </li><li>transactionID = 93834023</li><li>tug = </li><li>uri = %2fnews%2f20150417%2fsuperbugs-what-they-are</li></ul>-->
+ <script>
+ var priTopId = '4286',
+ secTopId = '';
+ </script>
+ <div id="rightAd_rdr">
+ <div class="rightAd_top_fmt"></div>
+ <div id="rightAd_fmt" class="rightAd_BG_fmt loaded">
+ <div id="ads2-pos-121-ad" class="ad_placeholder"></div>
+ </div>
+ <div class="rightAd_bottom_fmt"></div>
+ </div>
+ <div class="moduleSpacer_rdr"></div>
+ <script>
+ webmd.ads2Consumer.defineAd({
+ targets: {
+ art: '091e9c5e8117ec19',
+ cc: '17',
+ env: '',
+ hcent: '',
+ leaf: '&amp;leaf=',
+ mcent: '',
+ mic: '',
+ pt: '4286',
+ sec: '',
+ pug: '__',
+ scent: '',
+ tmg: '',
+ tug: '',
+ uri: '%2fnews%2f20150417%2fsuperbugs-what-they-are'
+ },
+ blockCodes: '_cust4_k_',
+ id: 'ads2-pos-121-ad',
+ pos: '121',
+ sizes: [
+ [300, 250],
+ [300, 600],
+ [300, 1050]
+ ]
+ });
+ </script>
+ </div>
+ <div id="ContentPane45"></div>
+ <div id="ContentPane46"></div>
+ <div id="ContentPane47"></div>
+ <div id="ContentPane25">
+ <div id="newsletter-mapping-center"> </div>
+ <script type="text/javascript">
+ require(['newsletter/1/mapping-centers-desktop', 'css!newsletter/1/newsletter-module-desktop.css'], function(module) {
+ module.init({
+ selector: "#newsletter-mapping-center",
+ template: {
+ successMsg: '&lt;p class="success">&lt;span>{email}&lt;/span>&lt;br //>You will receive your first newsletter with our next scheduled circulation!&lt;/p>',
+ content: '' + '&lt;div class="newsletterFmt">&lt;/div>\n' + '&lt;div class="wrapper">\n' + '&lt;div class="nls-header">{header}&lt;/div>\n' + '{preContent}' + '&lt;div class="nls-content">\n' + '{preForm}' + '&lt;form class="nls-form" action="#" novalidate="novalidate">\n' + '&lt;div class="validationWrapper">&lt;div class="checkbox-container clearfix">{inputs}&lt;/div>&lt;/div>\n' + '&lt;div class="privacy-disclaimer">' + "&lt;em>By clicking submit I agree to WebMD's &lt;a href='http://www.webmd.com/about-webmd-policies/about-privacy-policy' target='_blank'>Privacy Policy&lt;/a>&lt;/em>" + '&lt;/div>' + '&lt;div class="input-container">\n' + '&lt;div class="email-container validationWrapper">\n' + '&lt;input type="email" class="nls-email" name="email" autocapitalize="off" autocorrect="off" placeholder="Enter email address" /> ' + '&lt;button name="nl-submit" formnovalidate class="off {submitClass}" type="submit">&lt;span>Submit&lt;/span>&lt;/button>\n' + '&lt;div class="clearfix">&lt;/div>' + '&lt;/div>\n' + // .email-container
+ '&lt;/div>\n' + // .input-container
+ '&lt;/form>\n' + '&lt;a class="nl-link" href="https://member.webmd.com/newsletters/newsletters.aspx" onclick="return sl(this,"nw","nl-multie_s")">Sign up for more topics!&lt;/a>' + '{postForm}' + '&lt;/div>\n' + // .nls-content
+ '{postContent}' + '&lt;/div>',
+ submitClass: 'webmd-btn webmd-btn-pr webmd-btn-s',
+ successHeader: '&lt;h2>Thank You For Signing Up.&lt;/h2>',
+ promo: '&lt;div class="promo">&lt;div class="promo-content clearfix">&lt;img src="{image}" alt="WebMD App" />&lt;div class="promo-description">&lt;p>{text}&lt;/p>&lt;p class="promoLink">&lt;a href="{url}" class="webmd-btn webmd-btn-pr webmd-btn-m" onclick="wmdPageLink(\'nlupgrd_sub\')">{button}&lt;/a>&lt;/p>&lt;div class="clearfix">&lt;/div>&lt;/div>&lt;/div>&lt;/div>'
+ }
+ });
+ });
+ </script>
+ </div>
+ <div id="ContentPane48"></div>
+ <div id="ContentPane49"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="footer_rdr">
+ <div id="ContentPane28"></div>
+ <div id="ContentPane23">
+ <script type="text/javascript">
+ (function() {
+ var module_title = 'hicb f-hs';
+ var propIsSet = false;
+ $(document).bind('before_pv', function() {
+ if (!propIsSet) {
+ if (s_md.prop46) {
+ s_md.prop46 += "|";
+ }
+ s_md.prop46 += module_title;
+ propIsSet = true;
+ }
+ webmd.metrics.ctr.addImpression(module_title);
+ webmd.metrics.ctr.getImpressions();
+ });
+ })();
+ </script>
+ <div id="sp_ft_rdr">
+ <h3>Health Solutions <span>From Our Sponsors</span></h3>
+ <div class="hs_cols">
+ <ul>
+ <li> <a href="http://www.webmd.com/women/pharmacist-14/video-sponsored-heart-disease" onclick="return sl(this,'','hicb f-hs_1');">Controlling Heart Disease</a> </li>
+ <li> <a href="http://www.webmd.com/women/pharmacist-14/video-sponsored-allergy" onclick="return sl(this,'','hicb f-hs_2');">Allergy Relief</a> </li>
+ <li> <a href="http://www.webmd.com/digestive-disorders/lactose-intolerance-14/real-dairy-no-discomfort" onclick="return sl(this,'','hicb f-hs_3');">Lactose Intolerant?</a> </li>
+ </ul>
+ <ul>
+ <li> <a href="http://www.webmd.com/manage-ibsc-cic-symptoms/default.htm" onclick="return sl(this,'','hicb f-hs_4');">IBS-C Symptoms?</a> </li>
+ <li> <a href="http://www.webmd.com/oral-health/healthy-mouth-14/video-oral-health-routine" onclick="return sl(this,'','hicb f-hs_5');">Brush, Floss &amp; Rinse</a> </li>
+ <li> <a href="http://www.webmd.com/tavr-for-severe-aortic-stenosis-caregiver" onclick="return sl(this,'','hicb f-hs_6');">Care for Aortic Stenosis?</a> </li>
+ </ul>
+ <ul>
+ <li> <a href="http://www.webmd.com/digestive-disorders/lactose-intolerance-14/real-dairy-no-discomfort" onclick="return sl(this,'','hicb f-hs_7');">Enjoy Dairy Everyday</a> </li>
+ <li> <a href="http://www.webmd.com/women/pharmacist-14/video-sponsored-diabetes" onclick="return sl(this,'','hicb f-hs_8');">Managing Diabetes</a> </li>
+ <li> <a href="http://www.webmd.com/oral-health/healthy-mouth-14/video-oral-health-routine" onclick="return sl(this,'','hicb f-hs_9');">21 Days: A New Routine</a> </li>
+ </ul>
+ <ul>
+ <li> <a href="http://www.webmd.com/osteoarthritis/knee-pain-14/treat-oa-knee-pain" onclick="return sl(this,'','hicb f-hs_10');">Knee Pain Relief</a> </li>
+ <li> <a href="http://www.webmd.com/manage-ibsc-cic-symptoms/default.htm" onclick="return sl(this,'','hicb f-hs_11');">Managing IBS-C Symptoms</a> </li>
+ <li> <a href="http://www.webmd.com/women/pharmacist-14/video-sponsored-child-meds" onclick="return sl(this,'','hicb f-hs_12');">Children's Medicine</a> </li>
+ </ul>
+ <ul>
+ <li> <a href="http://www.webmd.com/manage-ibsc-cic-symptoms/how-treatment-works" onclick="return sl(this,'','hicb f-hs_13');">Frequent Constipation?</a> </li>
+ <li> <a href="http://www.webmd.com/tavr-for-severe-aortic-stenosis-patient" onclick="return sl(this,'','hicb f-hs_14');">Aortic Valve Stenosis?</a> </li>
+ <li> <a href="http://www.webmd.com/digestive-disorders/lactose-intolerance-14/real-dairy-no-discomfort" onclick="return sl(this,'','hicb f-hs_15');">Replacing Milk</a> </li>
+ </ul>
+ <div class="clearing"> </div>
+ </div>
+ <div class="prem_ed">
+ <div class="prem_ed_border">
+ <h5>More From WebMD:</h5> <a href="http://www.webmd.com/rheumatoid-arthritis/ss/slideshow-ra-overview" onclick="return sl(this,'','f-idc_1');">RA Basics</a>|<a href="http://www.webmd.com/skin-problems-and-treatments/psoriasis/ss/slideshow-severe-psoriasis-9" onclick="return sl(this,'','f-idc_2');">Severe Psoriasis</a>|<a href="http://www.webmd.com/men/erectile-dysfunction-13/slideshow-causes-of-ed" onclick="return sl(this,'','f-idc_3');">ED Causes</a>|<a href="http://www.webmd.com/diabetes/ss/slideshow-blood-sugar-swings" onclick="return sl(this,'','f-idc_4');">Blood Sugar Swings</a>|<a href="http://www.webmd.com/healthy-aging/caregiving-insights-15/default.htm" onclick="return sl(this,'','f-idc_5');">Caregiver Support</a>|<a href="http://www.webmd.com/multiple-sclerosis/ss/slideshow-multiple-sclerosis-overview" onclick="return sl(this,'','f-idc_6');">Multiple Sclerosis Symptoms</a>|<a href="http://www.webmd.com/add-adhd/childhood-adhd/ss/slideshow-adhd-in-children" onclick="return sl(this,'','f-idc_7');">ADHD in Children</a>|<a href="http://www.webmd.com/diabetes/10-diabetes-diet-myths" onclick="return sl(this,'','f-idc_8');">Diabetes Diet Myths</a></div>
+ </div>
+ </div>
+ <div id="non_sp_ft_rdr">
+ <div class="social_links social_footer">
+ <h6>Find us on:</h6>
+ <ul>
+ <li class="fb">
+ <a class="facebook" href="http://www.webmd.com/click?url=http%3A//www.facebook.com/%23!/WebMD%3Fref=ts" onclick="return sl(this,'nw','soc_fb-f');"></a>
+ </li>
+ <li class="tw">
+ <a class="twitter" href="http://www.webmd.com/click?url=http%3A//twitter.com/WebMD" onclick="return sl(this,'nw','soc_tw-f');"></a>
+ </li>
+ <li class="pn">
+ <a class="pinterest" href="http://www.webmd.com/click?url=http%3A//pinterest.com/webmd/" onclick="return sl(this,'nw','soc_pn-f');"></a>
+ </li>
+ </ul>
+ </div>
+ <div class="ft_logos newSize">
+ <a onclick="return sl(this,'nw','f-about_22');" href="http://www.webmd.com/click?url=https://www.urac.org/directory/CompanyView.aspx?cid=C8700000F48&amp;aid=1951&amp;Type=Accreditnet" class="logo_urac"> <span>URAC: Accredited Health Web Site</span> </a>
+ <!-- div id="f733a173-6d11-4e17-ba9f-f1454ef8b32f" style="float:left" -->
+ <a onclick="return sl(this,'nw','f-about_23');" href="http://www.webmd.com/click?url=https://privacy.truste.com/privacy-seal/WebMD,-LLC/validation?rid=7b3bf16d-37b4-42e0-aec7-836ef1d3680d" title="TRUSTe online privacy certification"> <img style="border: none; float:left; margin: 0px 8px 0px 0px;" src="//privacy-policy.truste.com/privacy-seal/WebMD,-LLC/seal?rid=80c33c7c-da0b-4788-8236-61a318f00f4c" alt="TRUSTe online privacy certification"/> </a>
+ <!-- /div -->
+ <!-- a onclick="return sl(this,'nw','f-about_24');" href="http://www.webmd.com/click?url=http://www.hon.ch/HONcode/Conduct.html%3FHONConduct298987" class="logo_honcode" title="This site complies with the HONcode standard for trustworthy health information.">
+ <span>HonCode: Health on the Net Foundation</span></a -->
+ <a onclick="return sl(this,'nw','f-about_24');" href="http://www.webmd.com/click?url=http://www.hon.ch/HONcode/Conduct.html%3FHONConduct298987" title="This site complies with the HONcode standard for trustworthy health information."> <img alt="HONcode Seal" src="http://img.webmd.com/dtmcms/live/webmd/consumer_assets/site_images/layout/shared/honcode14.gif" style="border: none; float:left; margin: 0px 0px 0px 5px; width: 43px; height: 60px;"/> </a> <a onclick="TRUSTeWidget.Tab.link();return sl(this,'f-about_27');" class="logo_AdChoices">AdChoices</a>
+ <script type="text/javascript">
+ $(function() {
+ var fileNameToLoad = '//preferences.truste.com/webservices/js?type=webmd&domain=webmd';
+ if (webmd.useragent.ua.browser === 'browserSF') {
+ fileNameToLoad = '//preferences.truste.com/webservices/js?domain=webmdsafari.com&type=webmdsafari&js=2';
+ }
+ webmd.load({
+ js: [fileNameToLoad, '//privacy-policy.truste.com/privacy-seal/WebMD,-LLC/asc?rid=f733a173-6d11-4e17-ba9f-f1454ef8b32f']
+ });
+ });
+ </script>
+ </div>
+ <div class="ft_text">
+ <div class="about"> <a rel="nofollow" href="http://www.webmd.com/www/about-webmd-policies/default.htm?ss=ftr" onclick="return sl(this,'','f-about_01');">About WebMD</a> <a rel="nofollow" href="http://www.webmd.com/www/about-webmd-policies/media/default.htm" onclick="return sl(this,'f-about_09','ftr')">Advertise With Us</a> <a rel="nofollow" href="http://www.webmd.com/www/about-webmd-policies/about-terms-and-conditions-of-use?ss=ftr" onclick="return sl(this,'','f-about_02');">Terms of Use</a> <a rel="nofollow" href="http://www.webmd.com/www/about-webmd-policies/about-privacy-policy?ss=ftr" onclick="return sl(this,'','f-about_03');">Privacy Policy</a> <a rel="nofollow" href="http://www.webmd.com/www/about-webmd-policies/about-our-sponsors?ss=ftr" onclick="return sl(this,'','f-about_04');">Sponsor Policy</a> <a href="http://www.webmd.com/www/sitemap?ss=ftr" onclick="return sl(this,'','f-about_05');">Site Map</a> <a rel="nofollow" href="https://careers-webmd.icims.com/" onclick="return sl(this,'','f-about_07')">Careers</a> <a class="last" rel="nofollow" href="https://customercare.webmd.com/ics/support/default.asp?deptID=18003&amp;task=ticket" onclick="return sl(this,'nw','f-about_08');">Contact Us</a> </div>
+ <div class="links"> <a href="http://reference.medscape.com/" onclick="return sl(this,'f-about_11','ftr')">Medscape Reference</a> <a href="http://www.emedicinehealth.com/script/main/hp.asp" onclick="return sl(this,'f-about_12','ftr')">eMedicineHealth</a> <a href="http://www.rxlist.com/" onclick="return sl(this,'f-about_13','ftr')">RxList</a> <a href="http://www.medscape.com/" onclick="return sl(this,'f-about_14','ftr')">Medscape</a> <a href="http://www.medicinenet.com/" onclick="return sl(this,'f-about_15','ftr')">MedicineNet</a> <a href="http://www.webmd.boots.com/" onclick="return sl(this,'f-about_26','ftr')">BootsWebMD</a> <a class="last" rel="nofollow" href="http://www.wbmd.com/" onclick="return sl(this,'f-about_10','ftr')">WebMD Corporate</a> </div>
+ <div class="links"> <a rel="nofollow" href="http://www.webmdhealthservices.com/" onclick="return sl(this,'f-about_29','ftr')">WebMD Health Services</a> <a href="http://www.webmd.com/first-aid/default.htm" onclick="return sl(this,'','f-about_17');">First Aid</a> <a href="http://www.webmd.com/www/magazine/default.htm?ss=ftr" onclick="return sl(this,'','f-about_18');">WebMD Magazine</a> <a href="http://www.webmd.com/www/phr" onclick="return sl(this,'','f-about_19')">WebMD Health Record</a> <a href="http://www.webmd.com/www/mobile" onclick="return sl(this,'','f-about_20')">WebMD Mobile</a> <a class="last" href="https://member.webmd.com/subscribe" onclick="return sl(this,'','f-about_21')">Newsletters</a> </div>
+ <div class="links"> <a href="http://dictionary.webmd.com/default.htm" onclick="return sl(this,'','f-about_22')">Dictionary</a> <a class="last" href="http://doctor.webmd.com/home" onclick="return sl(this,'','f-about_23')">Physician Directory</a> </div>
+ <div class="copyright">
+ <p> ©2005-2015 WebMD, LLC. All rights reserved. </p>
+ <p> WebMD does not provide medical advice, diagnosis or treatment. <a rel="nofollow" href="http://www.webmd.com/www/policies/additional-info?ss=ftr" onclick="return sl(this,'','f-about_25');">See additional information.</a> </p>
+ </div>
+ </div>
+ <div class="clearing"></div>
+ </div>
+ <script type="text/javascript">
+ // adding RR test back into preview to troubleshoot
+ try {
+ webmd.usability.tests.ssRightRail.writeTest();
+ } catch (e) {};
+ </script>
+ <script language="javascript1.2" type="text/javascript">
+ if (document.URL.substring(0, 5).indexOf('http:') >= 0) {
+ document.write('&lt;img src=//bi.medscape.com/pi/global/webmd-1x1.gif?' + new Date().getTime() + '" alt="" height="1" width="1" border="0" />')
+ }
+ </script>
+ <!--<ul><li>$adsystem = DFP</li><li>$pos = 901</li><li>$print = false</li></ul><ul><li>adtype = JavaScript</li><li>iframeheight = 1</li><li>iframewidth = 1</li><li>adserver = as.webmd.com</li></ul><ul><li>affiliate = 20</li><li>apg = 4286</li><li>artid = 091e9c5e8117ec19</li><li>au1 = </li><li>au2 = </li><li>bc = _cust4_k_</li><li>brand = 0</li><li>cc = 17</li><li>env = </li><li>hcent = </li><li>mcent = </li><li>micro = </li><li>pkg = &amp;leaf=</li><li>pos = 901</li><li>pug = __</li><li>scent = </li><li>sec = </li><li>segval = </li><li>site = 2</li><li>tile = 1390870376</li><li>tmg = </li><li>transactionID = 93834023</li><li>tug = </li><li>uri = %2fnews%2f20150417%2fsuperbugs-what-they-are</li></ul>-->
+ <script>
+ var priTopId = '4286',
+ secTopId = '';
+ </script>
+ <div id="ads2-pos-901-1x1ad" class="ad_placeholder" style="display:none;"></div>
+ <script>
+ webmd.ads2Consumer.defineAd({
+ targets: {
+ art: '091e9c5e8117ec19',
+ cc: '17',
+ env: '',
+ hcent: '',
+ leaf: '&amp;leaf=',
+ mcent: '',
+ mic: '',
+ pt: '4286',
+ sec: '',
+ pug: '__',
+ scent: '',
+ tmg: '',
+ tug: '',
+ uri: '%2fnews%2f20150417%2fsuperbugs-what-they-are'
+ },
+ blockCodes: '_cust4_k_',
+ id: 'ads2-pos-901-1x1ad',
+ pos: '901',
+ sizes: [1, 1]
+ });
+ </script>
+ <script language="javascript" type="text/javascript" src="http://img.webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS_static/tools/ldcc.js"></script>
+ <script type="text/javascript">
+ (function() {
+ // duckpunching s_before_pv as some assets are using that vs our event driven system. This lets the event system get triggered as well as the other functions
+ var _old = window.s_before_pv;
+ window.s_before_pv = function() {
+ var timestamp = Number(new Date());
+ if (window.location.protocol === 'http:') {
+ webmd.load({
+ image: '//b.scorecardresearch.com/b?c1=2&c2=6035829&c3=&c4=&c5=&c6=&c7=' + encodeURIComponent(window.location.href) + '&c9=' + encodeURIComponent(window.document.referrer) + '&c15=&cv=2.0&cj=1&cb=' + timestamp
+ });
+ }
+ if (window.location.protocol === 'https:') {
+ webmd.load({
+ image: '//sb.scorecardresearch.com/b?c1=2&c2=6035829&c3=&c4=&c5=&c6=&c7=' + encodeURIComponent(window.location.href) + '&c9=' + encodeURIComponent(window.document.referrer) + '&c15=&cv=2.0&cj=1&cb=' + timestamp
+ });
+ }
+ _old();
+ }
+ if (webmd && webmd.ads2Consumer) {
+ webmd.ads2Consumer.display();
+ }
+ })();
+ </script>
+ </div>
+ <div id="ContentPane29"></div>
+ <div id="bottomShadow_fmt"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ var s_account = "webmdcom",
+ s_server_type = "1b",
+ s_server = "WFAWS18L-CON-08",
+ s_object_type = "wbmd_cons_article",
+ s_page_number = "1",
+ s_topic_dir = "false",
+ s_site_class = "ooc",
+ s_site = "core",
+ s_sponsored_uri = "news/20150417/superbugs-what-they-are",
+ s_pagename = "www.webmd.com/news/20150417/superbugs-what-they-are",
+ s_channel = "",
+ s_topic = "4286",
+ s_business_reference = "News",
+ s_publication_source = "WebMD Health News",
+ s_intended_demographics = "__",
+ s_stage_condition = "",
+ s_asset_id = "091e9c5e8117ec19",
+ s_unique_id = "091e9c5e8117ec19",
+ s_company = "webmd",
+ s_mrt = "1",
+ s_assetname = "",
+ s_refpath = "",
+ s_sponsor_program = "",
+ s_searchterm = "";
+ </script>
+ <script language="javascript1.2" type="text/javascript" src="http://img.webmd.com/bi_common/bi_consumer.js?d=4/22/2015"></script>
+</body>
+
+</html> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json
new file mode 100644
index 0000000..2ad2556
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "https:\/\/vignette.wikia.nocookie.net\/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9\/thumbnail-down\/width\/1280\/height\/720",
+ "https:\/\/vignette.wikia.nocookie.net\/e80dae8a-b955-43f6-8ada-f023385e622b\/scale-to-width-down\/627",
+ "https:\/\/vignette.wikia.nocookie.net\/375e0e5a-170d-4560-8f20-240c9f0624e9\/scale-to-width-down\/627",
+ "https:\/\/vignette.wikia.nocookie.net\/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9\/scale-to-width-down\/627"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json
new file mode 100644
index 0000000..ec9aa47
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "James Akinaka",
+ "Direction": null,
+ "Excerpt": "As a 40th birthday present to the Star Wars Saga and its fans, Lucasfilm could re-release the original versions of the original trilogy films.",
+ "Image": "https:\/\/vignette.wikia.nocookie.net\/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9\/thumbnail-down\/width\/1280\/height\/720",
+ "Title": "'Star Wars' Original Cuts Might Get Released for 40th Anniversary",
+ "SiteName": "Fandom powered by Wikia"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html
new file mode 100644
index 0000000..eb8eb6e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html
@@ -0,0 +1,27 @@
+<div>
+ <p>Although Lucasfilm is already planning a birthday bash for the Star Wars Saga at <a href="http://starwars.wikia.com/wiki/Celebration_Orlando" data-is="trackable" riot-tag="trackable">Celebration Orlando</a> this April, fans might get another present for the saga’s 40th anniversary. According to fan site <a href="http://makingstarwars.net/2017/02/rumor-unaltered-original-star-wars-trilogy-re-released-year/" data-is="trackable" riot-tag="trackable">MakingStarWars.net</a>, rumors abound that Lucasfilm might re-release the unaltered cuts of the saga’s original trilogy.</p>
+ <p>If the rumors are true, this is big news for Star Wars fans. Aside from limited VHS releases, the unaltered cuts of the original trilogy films haven’t been available since they premiered in theaters in the 1970s and ’80s. If Lucasfilm indeed re-releases the films’ original cuts, then this will be the first time in decades that fans can see the films in their original forms. Here’s what makes the unaltered cuts of the original trilogy so special.</p>
+ <h2>The Star Wars Special Editions Caused Controversy
+ <a href="https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b" data-is="trackable" riot-tag="trackable"><img src="https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/627" alt="star wars han solo" srcset="https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/400 400w, https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/627 627w, https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/800 800w, https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/1200 1200w" sizes="(max-width: 840px) 100vw, (max-width: 1064px) calc(100vw - 300px), 627px"></a>
+ </h2>
+ <p>Thanks to the commercial success of Star Wars, <a href="http://starwars.wikia.com/wiki/George_Lucas" data-is="trackable" riot-tag="trackable">George Lucas</a> has revisited and further edited his films for re-releases. The most notable — and controversial — release were the <a href="http://starwars.wikia.com/wiki/The_Star_Wars_Trilogy_Special_Edition" data-is="trackable" riot-tag="trackable">Special Editions</a> of the original trilogy. In 1997, to celebrate the saga’s 20th anniversary, Lucasfilm spent a total of $15 million to remaster <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_IV_A_New_Hope" data-is="trackable" riot-tag="trackable"><em>A New Hope</em></a>, <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_V_The_Empire_Strikes_Back" data-is="trackable" riot-tag="trackable"><em>The Empire Strikes Back</em></a>, and <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_VI_Return_of_the_Jedi" data-is="trackable" riot-tag="trackable"><em>Return of the Jedi</em></a>. The Special Editions had stints in theaters before moving to home media.</p>
+ <p>Although most of the Special Editions’ changes were cosmetic, others significantly affected the plot of the films. The most notable example is the “<a href="http://starwars.wikia.com/wiki/Han_shot_first" data-is="trackable" riot-tag="trackable">Han shot first</a>” scene in <em>A New Hope</em>. As a result, the Special Editions generated significant controversy among Star Wars fans. Many fans remain skeptical about George Lucas’s decision to finish each original trilogy film “the way it was meant to be.”</p>
+ <p>
+ <a href="https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9" data-is="trackable" riot-tag="trackable"><img src="https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/627" alt="star wars" srcset="https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/400 400w, https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/627 627w, https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/800 800w, https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/1200 1200w" sizes="(max-width: 840px) 100vw, (max-width: 1064px) calc(100vw - 300px), 627px"></a>
+ </p>
+ <p>While the Special Editions represent the most significant edits to the original trilogy, the saga has undergone other changes. Following up on the saga’s first Blu-ray release in 2011, Industrial Light &amp; Magic (ILM) began remastering the entire saga in 3D, starting with the prequel trilogy. <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_I_The_Phantom_Menace" data-is="trackable" riot-tag="trackable"><em>The Phantom Menace</em></a> saw a theatrical 3D re-release in 2012, but Disney’s 2012 acquisition of Lucasfilm indefinitely postponed further 3D releases.</p>
+ <p>In 2015, <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_II_Attack_of_the_Clones" data-is="trackable" riot-tag="trackable"><em>Attack of the Clones</em></a> and <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_III_Revenge_of_the_Sith" data-is="trackable" riot-tag="trackable"><em>Revenge of the Sith</em></a> received limited 3D showings at <a href="http://starwars.wikia.com/wiki/Celebration_Anaheim" data-is="trackable" riot-tag="trackable">Celebration Anaheim</a>. Other than that, it seems as though Disney has decided to refocus Lucasfilm’s efforts to new films. Of course, that’s why the saga has produced new content beginning with <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_VII_The_Force_Awakens" data-is="trackable" riot-tag="trackable"><em>The Force Awakens</em></a>. However, it looks like Lucasfilm isn’t likely to generate 3D versions of the original trilogy anytime soon.</p>
+ <h2>Why the Original Film Cuts Matter</h2>
+ <p>
+ <a href="https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9" data-is="trackable" riot-tag="trackable"><img src="https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/627" alt srcset="https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/400 400w, https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/627 627w, https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/800 800w, https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/1200 1200w" sizes="(max-width: 840px) 100vw, (max-width: 1064px) calc(100vw - 300px), 627px"></a>
+ </p>
+ <p>Admittedly, the differences between the original trilogy’s unaltered cuts and the Special Editions appeal to more hardcore fans. Casual fans are less likely to care about whether <a href="http://starwars.wikia.com/wiki/Greedo" data-is="trackable" riot-tag="trackable">Greedo</a> or <a href="http://starwars.wikia.com/wiki/Han_Solo" data-is="trackable" riot-tag="trackable">Han Solo</a> shot first. Still, given Star Wars’ indelible impact on pop culture, there’s certainly a market for the original trilogy’s unaltered cuts. They might not be for every Star Wars fan, but many of us care about them.</p>
+ <p>ILM supervisor <a href="http://starwars.wikia.com/wiki/John_Knoll" data-is="trackable" riot-tag="trackable">John Knoll</a>, who first pitched the <a href="http://fandom.wikia.com/videos/john-knoll-important-rogue-one" data-is="trackable" riot-tag="trackable">story idea</a> for <a href="http://starwars.wikia.com/wiki/Rogue_One:_A_Star_Wars_Story" data-is="trackable" riot-tag="trackable"><em>Rogue One</em></a>, said <a href="http://lwlies.com/interviews/gareth-edwards-rogue-one-a-star-wars-story/" data-is="trackable" riot-tag="trackable">last year</a> that ILM finished a brand new 4K restoration print of <em>A New Hope</em>. For that reason, it seems likely that Lucasfilm will finally give diehard fans the original film cuts that they’ve clamored for. There’s no word yet whether the unaltered cuts will be released in theaters or on home media. At the very least, however, fans will likely get them after all this time. After all, the Special Editions marked the saga’s 20th anniversary. Star Wars turns 40 years old this year, so there’s no telling what’s in store.</p>
+ <hr>
+ <p>
+ <em>
+ Would you like to be part of the Fandom team? <a href="http://fandom.wikia.com/fan-contributor" data-is="trackable" riot-tag="trackable">Join our Fan Contributor Program</a> and share your voice on <a href="http://fandom.wikia.com" data-is="trackable" riot-tag="trackable">Fandom.com</a>! </em>
+
+ </p>
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html b/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html
new file mode 100644
index 0000000..aa1d771
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html
@@ -0,0 +1,19998 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" class="js non-touch-device sliding-icons" data-region="united-states" lang="en">
+
+<head>
+ <script type="text/javascript" src="http://cdn.krxd.net/userdata/get?pub=44c1a380-770f-11df-93f2-0800200c9a66&amp;technographics=1&amp;callback=Krux.ns._default.kxjsonp_userdata"></script>
+ <script type="text/javascript" src="http://beacon.krxd.net/optout_check?callback=Krux.ns._default.kxjsonp_optOutCheck"></script>
+ <script src="http://static.parsely.com/code/ptrack-v0.8.0-engaged-time-slots-video.js"></script>
+ <script src="http://srv-2017-02-24-09.config.parsely.com/config/fandom.wikia.com"></script>
+ <meta charset="utf-8" />
+ <meta http-equiv="x-ua-compatible" content="ie=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="google-site-verification" content="gpjDSKft3IX1rWylaTa_VAAgbn0SoAbo2VWfrqTxeB8" />
+
+ <link rel="apple-touch-icon" sizes="180x180" href="http://fandom.wikia.com/wp-content/themes/upstream/apple-touch-icon.png?v=3" />
+ <link rel="icon" type="image/png" href="http://fandom.wikia.com/wp-content/themes/upstream/favicon-32x32.png?v=3" sizes="32x32" />
+ <link rel="icon" type="image/png" href="http://fandom.wikia.com/wp-content/themes/upstream/favicon-16x16.png?v=3" sizes="16x16" />
+ <link rel="manifest" href="http://fandom.wikia.com/wp-content/themes/upstream/manifest.json?v=3" />
+ <link rel="shortcut icon" href="http://fandom.wikia.com/wp-content/themes/upstream/favicon.ico?v=3" />
+ <meta name="apple-mobile-web-app-title" content="Fandom from Wikia" />
+ <meta name="application-name" content="Fandom from Wikia" />
+ <meta name="msapplication-config" content="http://fandom.wikia.com/wp-content/themes/upstream/browserconfig.xml?v=3" />
+ <meta name="theme-color" content="#ffffff" />
+
+
+ <script src="http://edge.quantserve.com/quant.js" async="" type="text/javascript"></script>
+ <script async="" src="http://b.scorecardresearch.com/beacon.js"></script>
+ <script src="https://securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1&amp;correlator=2523222516379679&amp;output=json_html&amp;callback=googletag.impl.pubads.callbackProxy1&amp;impl=fifs&amp;json_a=1&amp;eid=108809080%2C21060003&amp;sc=0&amp;sfv=1-0-6&amp;iu_parts=5441%2Cwka.fandom%2C_article%2CARTICLE_TOP_LEADERBOARD%2CARTICLE_TOP_BOXAD&amp;enc_prev_ius=%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F4&amp;prev_iu_szs=728x90%7C970x250%7C1024x416%2C300x250%7C300x600%7C300x1050&amp;prev_scp=pos%3DTOP_LEADERBOARD%26src%3Dgpt%26loc%3Dtop%26uap%3Dnone%26wsi%3Dfla1%7Cpos%3DTOP_BOXAD%26src%3Dgpt%26loc%3Dtop%26uap%3Dnone%26wsi%3Dfma1&amp;eri=1&amp;cust_params=vertical%3DMovies%26post_id%3D49332%26page_url%3Dhttp%253A%252F%252Ffandom.wikia.com%252Farticles%252Fstar-wars-original-cuts-might-get-released-40th-anniversary%26topic%3DStar%2520Wars%26tags%3DFan%2520Contributor%252CGeorge%2520Lucas%252CJohn%2520Knoll%252CLucasfilm%252COriginal%2520Trilogy%252CRogue%2520One%253A%2520A%2520Star%2520Wars%2520Story%252CSpecial%2520Editions%252CStar%2520Wars%252CStar%2520Wars%253A%2520Episode%2520IV%2520-%2520A%2520New%2520Hope%252CStar%2520Wars%253A%2520Episode%2520V%2520-%2520The%2520Empire%2520Strikes%2520Back%252CStar%2520Wars%253A%2520Episode%2520VI%2520-%2520Return%2520of%2520the%2520Jedi%252CStar%2520Wars%253A%2520Episode%2520VII%2520-%2520The%2520Force%2520Awakens%26rrspace%3D0%26wsi%3Dfxa1%26lang%3Den%26host%3Dfandom.wikia.com%26skin%3Dfandom_desktop&amp;cookie_enabled=1&amp;lmt=1487930323&amp;dt=1487930323080&amp;cc=14&amp;frm=20&amp;biw=1280&amp;bih=685&amp;oid=3&amp;adxs=0%2C0&amp;adys=0%2C0&amp;adks=609416046%2C1485679590&amp;gut=v2&amp;ifi=1&amp;u_tz=480&amp;u_his=2&amp;u_h=900&amp;u_w=1440&amp;u_ah=877&amp;u_aw=1436&amp;u_cd=24&amp;u_nplug=1&amp;u_nmime=2&amp;u_sd=2&amp;flash=21.0.0&amp;url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary&amp;dssz=24&amp;icsg=2191&amp;std=11&amp;csl=41&amp;vrg=110&amp;vrp=110&amp;ga_vid=1119668980.1487930323&amp;ga_sid=1487930323&amp;ga_hid=559925686"></script>
+ <script id="facebook-jssdk" src="//connect.facebook.net/en_US/sdk.js"></script>
+ <script id="twitter-wjs" src="https://platform.twitter.com/widgets.js"></script>
+ <script type="text/javascript" src="http://beacon.krxd.net/cookie2json?callback=Krux.ns._default.kxjsonp_3pevents"></script>
+ <script async="" src="//cdn.krxd.net/ctjs/controltag.js.75dfa713ddfc7625c783b3f4f5aaa8be"></script>
+ <script async="" src="//cdn.petametrics.com/l9ehhrb6mtv75bp2.js?ts=413313"></script>
+ <script type="text/javascript" async="" src="http://cdn.krxd.net/controltag?confid=KPSUiAKl"></script>
+ <script async="" type="text/javascript" src="http://www.googletagservices.com/tag/js/gpt.js"></script>
+ <script async="" src="https://www.google-analytics.com/analytics.js"></script>
+ <script>
+ (function() {
+ 'use strict';
+
+ function getWindowWidth() {
+ return window.innerWidth ||
+ document.documentElement.clientWidth ||
+ document.body.clientWidth;
+ }
+
+ window.upstream = {
+ "env": "production",
+ "siteUrl": "http:\/\/fandom.wikia.com",
+ "wikiBridge": {
+ "wikiId": 1452001,
+ "database": "fandomstories"
+ },
+ "pageType": "article",
+ "post": {
+ "verticals": ["Movies"],
+ "topics": ["Star Wars"],
+ "events": [],
+ "tags": ["Fan Contributor", "George Lucas", "John Knoll", "Lucasfilm", "Original Trilogy", "Rogue One: A Star Wars Story", "Special Editions", "Star Wars", "Star Wars: Episode IV - A New Hope", "Star Wars: Episode V - The Empire Strikes Back", "Star Wars: Episode VI - Return of the Jedi", "Star Wars: Episode VII - The Force Awakens"],
+ "id": 49332,
+ "title": "'Star Wars' Original Cuts Might Get Released for 40th Anniversary",
+ "primaryVertical": "Movies",
+ "author": "CC7567",
+ "authorType": "Fan Contributor",
+ "publishDate": "2017-02-23 17:18:13",
+ "authorId": "58",
+ "categories": []
+ },
+ "tests": {},
+ "contentLanguage": "en",
+ "user": {
+ "loggedIn": false
+ },
+ "ads": {
+ "adStack": []
+ },
+ "translations": {
+ "enter-email-prompt": "Please enter your email address.",
+ "invalid-email-error": "Invalid email address format. Please try again!",
+ "generic-email-error": "An error occurred. Please try again!",
+ "content-is-restricted": "This content is restricted.",
+ "birth-year-prompt": "Please enter your birth month and year below.",
+ "continue": "Continue",
+ "error-msg-sorry": "Sorry! You must be at least",
+ "error-msg-years-old": "years old to watch this content."
+ }
+ };
+
+ window.upstream.isMobileScreenSize = getWindowWidth() & lt;
+ 840;
+ window.upstream.isTouchDevice = 'ontouchstart' in document.documentElement;
+ window.upstream.mobileBreakpoint = 840;
+ })();
+ </script>
+ <!-- Google Analytics -->
+ <script>
+ (function(i, s, o, g, r, a, m) {
+ i['GoogleAnalyticsObject'] = r;
+ i[r] = i[r] || function() {
+ (i[r].q = i[r].q || []).push(arguments)
+ }, i[r].l = 1 * new Date();
+ a = s.createElement(o),
+ m = s.getElementsByTagName(o)[0];
+ a.async = 1;
+ a.src = g;
+ m.parentNode.insertBefore(a, m)
+ })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
+ </script>
+ <!-- End Google Analytics -->
+ <script type="text/javascript">
+ var googletag = window.googletag || {};
+ googletag.cmd = googletag.cmd || [];
+
+ (function() {
+ var gads = document.createElement('script'),
+ useSSL = 'https:' == document.location.protocol,
+ node = document.getElementsByTagName('script')[0];
+
+ gads.async = true;
+ gads.type = 'text/javascript';
+ gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
+ node.parentNode.insertBefore(gads, node);
+ })();
+ </script>
+ <!-- start Parsely JSON-LD -->
+ <meta name="parsely-metadata" content="{&quot;postID&quot;:49332,&quot;authorType&quot;:&quot;Fan Contributor&quot;,&quot;isVideo&quot;:false,&quot;postType&quot;:&quot;post&quot;,&quot;userID&quot;:&quot;1197885&quot;}" />
+ <script type="application/ld+json">
+ {
+ "@context": "http://schema.org",
+ "@type": "NewsArticle",
+ "headline": "'Star Wars' Original Cuts Might Get Released for 40th Anniversary",
+ "url": "http://fandom.wikia.com/articles/star-wars-original-cuts-might-get-released-40th-anniversary",
+ "thumbnailUrl": "https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/400",
+ "dateCreated": "2017-02-24T01:18:13Z",
+ "articleSection": "Movies",
+ "creator": "CC7567",
+ "keywords": ["Movies", "Fan Contributor", "George Lucas", "John Knoll", "Lucasfilm", "Original Trilogy", "Rogue One: A Star Wars Story", "Special Editions", "Star Wars", "Star Wars: Episode IV - A New Hope", "Star Wars: Episode V - The Empire Strikes Back", "Star Wars: Episode VI - Return of the Jedi", "Star Wars: Episode VII - The Force Awakens", "Star Wars"]
+ }
+ </script>
+ <!-- end Parsely JSON-LD -->
+ <!-- BEGIN Krux Control Tag for "Fandom" -->
+ <!-- Source: /snippet/controltag?confid=KPSUiAKl&site=Fandom&edit=1 -->
+ <script class="kxct" data-id="KPSUiAKl" data-timing="async" data-version="1.9" type="text/javascript">
+ window.Krux || ((Krux = function() {
+ Krux.q.push(arguments)
+ }).q = []);
+ (function() {
+ var k = document.createElement('script');
+ k.type = 'text/javascript';
+ k.async = true;
+ var m, src = (m = location.href.match(/\bkxsrc=([^&amp;]+)/)) & amp; & amp;
+ decodeURIComponent(m[1]);
+ k.src = /^https?:\/\/([a-z0-9_\-\.]+\.)?krxd\.net(:\d{1,5})?\//i.test(src) ? src : src === "disable" ? "" :
+ (location.protocol === "https:" ? "https:" : "http:") + "//cdn.krxd.net/controltag?confid=KPSUiAKl";
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(k, s);
+ }());
+ </script>
+ <!-- END Krux Controltag -->
+ <!-- GPT interchange code -->
+
+ <script>
+ window.Krux || ((Krux = function() {
+ Krux.q.push(arguments);
+ }).q = []);
+ (function() {
+ function retrieve(n) {
+ var m, k = 'kx' + n;
+ if (window.localStorage) {
+ return window.localStorage[k] || "";
+ } else if (navigator.cookieEnabled) {
+ m = document.cookie.match(k + '=([^;]*)');
+ return (m & amp; & amp; unescape(m[1])) || "";
+ } else {
+ return '';
+ }
+ }
+ Krux.user = retrieve('user');
+ Krux.segments = retrieve('segs') & amp; & amp;
+ retrieve('segs').split(',') || [];
+ })();
+ </script>
+ <!-- END GPT interchange code -->
+
+ <!-- Liftigniter -->
+ <script type="text/javascript">
+ (function(w, d, s, p, v, e, r) {
+ w['$igniter_var'] = v;
+ w[v] = w[v] || function() {
+ (w[v].q = w[v].q || []).push(
+ arguments)
+ };
+ w[v].l = 1 * new Date();
+ e = d.createElement(s), r = d.getElementsByTagName(s)[0];
+ e.async = 1;
+ e.src = p + '?ts=' + (+new Date() / 3600000 | 0);
+ r.parentNode.insertBefore(e, r)
+ })(window, document, 'script', '//cdn.petametrics.com/l9ehhrb6mtv75bp2.js', '$p');
+ </script>
+ <!-- End Liftigniter -->
+ <title>'Star Wars' Original Cuts Might Get Released for 40th Anniversary | Fandom powered by Wikia</title>
+
+ <!-- This site is optimized with the Yoast SEO plugin v4.3 - https://yoast.com/wordpress/plugins/seo/ -->
+ <meta name="description" content="As a 40th birthday present to the Star Wars Saga and its fans, Lucasfilm could re-release the original versions of the original trilogy films." />
+ <meta name="robots" content="noodp" />
+ <link rel="canonical" href="http://fandom.wikia.com/articles/star-wars-original-cuts-might-get-released-40th-anniversary" />
+ <link rel="publisher" href="https://plus.google.com/+wikia/about" />
+ <meta property="og:locale" content="en_US" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="'Star Wars' Original Cuts Might Get Released for 40th Anniversary" />
+ <meta property="og:description" content="As a 40th birthday present to the Star Wars Saga and its fans, Lucasfilm could re-release the original versions of the original trilogy films." />
+ <meta property="og:url" content="http://fandom.wikia.com/articles/star-wars-original-cuts-might-get-released-40th-anniversary" />
+ <meta property="og:site_name" content="Fandom powered by Wikia" />
+ <meta property="article:publisher" content="https://www.facebook.com/getfandom" />
+ <meta property="article:tag" content="Fan Contributor" />
+ <meta property="article:tag" content="George Lucas" />
+ <meta property="article:tag" content="John Knoll" />
+ <meta property="article:tag" content="Lucasfilm" />
+ <meta property="article:tag" content="Original Trilogy" />
+ <meta property="article:tag" content="Rogue One: A Star Wars Story" />
+ <meta property="article:tag" content="Special Editions" />
+ <meta property="article:tag" content="Star Wars" />
+ <meta property="article:tag" content="Star Wars: Episode IV - A New Hope" />
+ <meta property="article:tag" content="Star Wars: Episode V - The Empire Strikes Back" />
+ <meta property="article:tag" content="Star Wars: Episode VI - Return of the Jedi" />
+ <meta property="article:tag" content="Star Wars: Episode VII - The Force Awakens" />
+ <meta property="article:section" content="Movies" />
+ <meta property="article:published_time" content="2017-02-23T17:18:13-08:00" />
+ <meta property="fb:app_id" content="112328095453510" />
+ <meta property="og:image" content="https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/thumbnail-down/width/1280/height/720" />
+ <meta property="og:image:width" content="1280" />
+ <meta property="og:image:height" content="720" />
+ <meta name="twitter:card" content="summary" />
+ <meta name="twitter:description" content="As a 40th birthday present to the Star Wars Saga and its fans, Lucasfilm could re-release the original versions of the original trilogy films." />
+ <meta name="twitter:title" content="'Star Wars' Original Cuts Might Get Released for 40th Anniversary | Fandom powered by Wikia" />
+ <meta name="twitter:site" content="@getfandom" />
+ <meta name="twitter:image" content="https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9" />
+ <meta name="twitter:creator" content="@JamesAkinaka" />
+ <!-- / Yoast SEO plugin. -->
+
+ <link rel="alternate" type="application/rss+xml" title="Fandom powered by Wikia » Feed" href="http://fandom.wikia.com/feed" />
+ <link rel="alternate" type="application/rss+xml" title="Fandom powered by Wikia » Comments Feed" href="http://fandom.wikia.com/comments/feed" />
+ <link rel="https://api.w.org/" href="http://fandom.wikia.com/wp-json/" />
+ <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://fandom.wikia.com/xmlrpc.php?rsd" />
+ <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://fandom.wikia.com/wp-includes/wlwmanifest.xml" />
+ <meta name="generator" content="WordPress 4.7.2" />
+ <link rel="shortlink" href="http://fandom.wikia.com/?p=49332" />
+ <link rel="alternate" type="application/json+oembed" href="http://fandom.wikia.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary" />
+ <link rel="alternate" type="text/xml+oembed" href="http://fandom.wikia.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary&amp;format=xml" />
+
+ <script>
+ "format global";
+ ! function(a) {
+ function b(a, b, e) {
+ return 4 === arguments.length ? c.apply(this, arguments) : void d(a, {
+ declarative: !0,
+ deps: b,
+ declare: e
+ })
+ }
+
+ function c(a, b, c, e) {
+ d(a, {
+ declarative: !1,
+ deps: b,
+ executingRequire: c,
+ execute: e
+ })
+ }
+
+ function d(a, b) {
+ b.name = a, a in m || (m[a] = b), b.normalizedDeps = b.deps
+ }
+
+ function e(a, b) {
+ if (b[a.groupIndex] = b[a.groupIndex] || [], -1 == n.call(b[a.groupIndex], a)) {
+ b[a.groupIndex].push(a);
+ for (var c = 0, d = a.normalizedDeps.length; d & gt; c; c++) {
+ var f = a.normalizedDeps[c],
+ g = m[f];
+ if (g & amp; & amp; !g.evaluated) {
+ var h = a.groupIndex + (g.declarative != a.declarative);
+ if (void 0 === g.groupIndex || g.groupIndex & lt; h) {
+ if (void 0 !== g.groupIndex & amp; & amp;
+ (b[g.groupIndex].splice(n.call(b[g.groupIndex], g), 1), 0 == b[g.groupIndex].length)) throw new TypeError("Mixed dependency cycle detected");
+ g.groupIndex = h
+ }
+ e(g, b)
+ }
+ }
+ }
+ }
+
+ function f(a) {
+ var b = m[a];
+ b.groupIndex = 0;
+ var c = [];
+ e(b, c);
+ for (var d = !!b.declarative == c.length % 2, f = c.length - 1; f & gt; = 0; f--) {
+ for (var g = c[f], i = 0; i & lt; g.length; i++) {
+ var k = g[i];
+ d ? h(k) : j(k)
+ }
+ d = !d
+ }
+ }
+
+ function g(a) {
+ return r[a] || (r[a] = {
+ name: a,
+ dependencies: [],
+ exports: {},
+ importers: []
+ })
+ }
+
+ function h(b) {
+ if (!b.module) {
+ var c = b.module = g(b.name),
+ d = b.module.exports,
+ e = b.declare.call(a, function(a, b) {
+ if (c.locked = !0, "object" == typeof a)
+ for (var e in a) d[e] = a[e];
+ else d[a] = b;
+ for (var f = 0, g = c.importers.length; g & gt; f; f++) {
+ var h = c.importers[f];
+ if (!h.locked)
+ for (var i = 0; i & lt; h.dependencies.length; ++i) h.dependencies[i] === c & amp; & amp;
+ h.setters[i](d)
+ }
+ return c.locked = !1, b
+ });
+ c.setters = e.setters, c.execute = e.execute;
+ for (var f = 0, i = b.normalizedDeps.length; i & gt; f; f++) {
+ var j, k = b.normalizedDeps[f],
+ n = m[k],
+ o = r[k];
+ o ? j = o.exports : n & amp; & amp;
+ !n.declarative ? j = n.esModule : n ? (h(n), o = n.module, j = o.exports) : j = l(k), o & amp; & amp;
+ o.importers ? (o.importers.push(c), c.dependencies.push(o)) : c.dependencies.push(null), c.setters[f] & amp; & amp;
+ c.setters[f](j)
+ }
+ }
+ }
+
+ function i(a) {
+ var b, c = m[a];
+ if (c) c.declarative ? k(a, []) : c.evaluated || j(c), b = c.module.exports;
+ else if (b = l(a), !b) throw new Error("Unable to load dependency " + a + ".");
+ return (!c || c.declarative) & amp; & amp;
+ b & amp; & amp;
+ b.__useDefault ? b["default"] : b
+ }
+
+ function j(b) {
+ if (!b.module) {
+ var c = {},
+ d = b.module = {
+ exports: c,
+ id: b.name
+ };
+ if (!b.executingRequire)
+ for (var e = 0, f = b.normalizedDeps.length; f & gt; e; e++) {
+ var g = b.normalizedDeps[e],
+ h = m[g];
+ h & amp; & amp;
+ j(h)
+ }
+ b.evaluated = !0;
+ var k = b.execute.call(a, function(a) {
+ for (var c = 0, d = b.deps.length; d & gt; c; c++)
+ if (b.deps[c] == a) return i(b.normalizedDeps[c]);
+ throw new TypeError("Module " + a + " not declared as a dependency.")
+ }, c, d);
+ if (k & amp; & amp;
+ (d.exports = k), c = d.exports, c & amp; & amp; c.__esModule) b.esModule = c;
+ else {
+ if (b.esModule = {}, "object" == typeof c || "function" == typeof c)
+ if (o) {
+ var l;
+ for (var n in c)(l = Object.getOwnPropertyDescriptor(c, n)) & amp; & amp;
+ q(b.esModule, n, l)
+ } else {
+ var p = c & amp; & amp;
+ c.hasOwnProperty;
+ for (var n in c)(!p || c.hasOwnProperty(n)) & amp; & amp;
+ (b.esModule[n] = c[n])
+ }
+ b.esModule["default"] = c, q(b.esModule, "__useDefault", {
+ value: !0
+ })
+ }
+ }
+ }
+
+ function k(b, c) {
+ var d = m[b];
+ if (d & amp; & amp; !d.evaluated & amp; & amp; d.declarative) {
+ c.push(b);
+ for (var e = 0, f = d.normalizedDeps.length; f & gt; e; e++) {
+ var g = d.normalizedDeps[e]; - 1 == n.call(c, g) & amp; & amp;
+ (m[g] ? k(g, c) : l(g))
+ }
+ d.evaluated || (d.evaluated = !0, d.module.execute.call(a))
+ }
+ }
+
+ function l(a) {
+ if (s[a]) return s[a];
+ if ("@node/" == a.substr(0, 6)) return require(a.substr(6));
+ var b = m[a];
+ if (!b) throw "Module " + a + " not present.";
+ return f(a), k(a, []), m[a] = void 0, b.declarative & amp; & amp;
+ q(b.module.exports, "__esModule", {
+ value: !0
+ }), s[a] = b.declarative ? b.module.exports : b.esModule
+ }
+ var m = {},
+ n = Array.prototype.indexOf || function(a) {
+ for (var b = 0, c = this.length; c & gt; b; b++)
+ if (this[b] === a) return b;
+ return -1
+ },
+ o = !0;
+ try {
+ Object.getOwnPropertyDescriptor({
+ a: 0
+ }, "a")
+ } catch (p) {
+ o = !1
+ }
+ var q;
+ ! function() {
+ try {
+ Object.defineProperty({}, "a", {}) & amp; & amp;
+ (q = Object.defineProperty)
+ } catch (a) {
+ q = function(a, b, c) {
+ try {
+ a[b] = c.value || c.get.call(a)
+ } catch (d) {}
+ }
+ }
+ }();
+ var r = {},
+ s = {};
+ return function(a, d, e) {
+ return function(f) {
+ f(function(f) {
+ var g = {
+ _nodeRequire: "undefined" != typeof require & amp; & amp;require.resolve & amp; & amp;
+ "undefined" != typeof process & amp; & amp;require,
+ register: b,
+ registerDynamic: c,
+ get: l,
+ set: function(a, b) {
+ s[a] = b
+ },
+ newModule: function(a) {
+ return a
+ }
+ };
+ g.set("@empty", {});
+ for (var h = 0; h & lt; d.length; h++)(function(a, b) {
+ b & amp; & amp;
+ b.__esModule ? g.register(a, [], function(a) {
+ return {
+ setters: [],
+ execute: function() {
+ for (var c in b) "__esModule" == c || "object" == typeof c & amp; & amp;
+ c + "" == "Module" || a(c, b[c])
+ }
+ }
+ }) : g.registerDynamic(a, [], !1, function() {
+ return b
+ })
+ })(d[h], arguments[h]);
+ e(g);
+ var i = l(a[0]);
+ if (a.length & gt; 1)
+ for (var h = 1; h & lt; a.length; h++) l(a[h]);
+ return i.__useDefault ? i["default"] : i
+ })
+ }
+ }
+ }("undefined" != typeof self ? self : global)(["1"], [], function(a) {
+ ! function(b) {
+ function c(a, b) {
+ for (var c = a.split("."); c.length;) b = b[c.shift()];
+ return b
+ }
+
+ function d(a) {
+ if (Object.keys) Object.keys(b).forEach(a);
+ else
+ for (var c in b) h.call(b, c) & amp; & amp;
+ a(c)
+ }
+
+ function e(a) {
+ d(function(c) {
+ if (-1 == i.call(j, c)) {
+ try {
+ var d = b[c]
+ } catch (e) {
+ j.push(c)
+ }
+ a(c, d)
+ }
+ })
+ }
+ var f, g = a,
+ h = Object.prototype.hasOwnProperty,
+ i = Array.prototype.indexOf || function(a) {
+ for (var b = 0, c = this.length; c & gt; b; b++)
+ if (this[b] === a) return b;
+ return -1
+ },
+ j = ["_g", "sessionStorage", "localStorage", "clipboardData", "frames", "external", "mozAnimationStartTime", "webkitStorageInfo", "webkitIndexedDB"];
+ g.set("@@global-helpers", g.newModule({
+ prepareGlobal: function(a, d, g) {
+ var h = b.define;
+ b.define = void 0, b.exports = void 0, b.module & amp; & amp;
+ b.module.exports & amp; & amp;
+ (b.module = void 0);
+ var i;
+ if (g) {
+ i = {};
+ for (var j in g) i[j] = g[j], b[j] = g[j]
+ }
+ return d || (f = {}, e(function(a, b) {
+ f[a] = b
+ })),
+ function() {
+ var a;
+ if (d) a = c(d, b);
+ else {
+ var g, j, k = {};
+ e(function(a, b) {
+ f[a] !== b & amp; & amp;
+ "undefined" != typeof b & amp; & amp;
+ (k[a] = b, "undefined" != typeof g ? j || g === b || (j = !0) : g = b)
+ }), a = j ? k : g
+ }
+ if (i)
+ for (var l in i) b[l] = i[l];
+ return b.define = h, a
+ }
+ }
+ }))
+ }("undefined" != typeof self ? self : global), a.registerDynamic("2", [], !1, function(b, c, d) {
+ var e = a.get("@@global-helpers").prepareGlobal(d.id, null, null);
+ return function() {
+ ! function(a) {
+ "use strict";
+ a.classList.remove("no-js"), a.classList.add("js"), window.upstream.isTouchDevice ? a.classList.add("touch-device") : a.classList.add("non-touch-device")
+ }(document.documentElement)
+ }(), e()
+ }), a.registerDynamic("3", [], !1, function(b, c, d) {
+ var e = a.get("@@global-helpers").prepareGlobal(d.id, null, null);
+ return function() {
+ "use strict";
+ ! function() {
+ function a(a, b) {
+ b = b || {
+ bubbles: !0,
+ cancelable: !0,
+ detail: void 0
+ };
+ var c = document.createEvent("CustomEvent");
+ return c.initCustomEvent(a, b.bubbles, b.cancelable, b.detail), c
+ }
+ "function" != typeof window.CustomEvent & amp; & amp;
+ (a.prototype = window.Event.prototype, window.CustomEvent = a)
+ }(), String.prototype.includes || (String.prototype.includes = function(a, b) {
+ return "number" != typeof b & amp; & amp;
+ (b = 0), b + a.length & gt;
+ this.length ? !1 : -1 !== this.indexOf(a, b)
+ })
+ }(), e()
+ }), a.register("1", ["2", "3"], function(a) {
+ "use strict";
+
+ function b() {}
+ return {
+ setters: [function(a) {}, function(a) {}],
+ execute: function() {
+ window.upstream.initHeaderScripts = b
+ }
+ }
+ })
+ })(function(a) {
+ a()
+ });
+ //# sourceMappingURL=header.js.map window.upstream.initHeaderScripts();
+ </script>
+
+ <style type="text/css">
+ /*
+Theme Name: upstream
+Theme URI: http://www.wikia.com
+Author: Team RevMo @ Wikia
+Author URI: http://www.wikia.com/
+Description: Wikia Upstream theme
+Version: 1.0
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Tags: wikia
+Text Domain: wikia
+
+This theme, like WordPress, is licensed under the GPL.
+Use it to make something cool, have fun, and share what you've learned with others.
+*/
+ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
+
+ html {
+ font-family: sans-serif;
+ -ms-text-size-adjust: 100%;
+ -webkit-text-size-adjust: 100%
+ }
+
+ body {
+ margin: 0
+ }
+
+ article,
+ aside,
+ details,
+ figcaption,
+ figure,
+ footer,
+ header,
+ hgroup,
+ main,
+ nav,
+ section,
+ summary {
+ display: block
+ }
+
+ audio,
+ canvas,
+ progress,
+ video {
+ display: inline-block;
+ vertical-align: baseline
+ }
+
+ audio:not([controls]) {
+ display: none;
+ height: 0
+ }
+
+ [hidden],
+ template {
+ display: none
+ }
+
+ a {
+ background: transparent
+ }
+
+ a:active,
+ a:hover {
+ outline: 0
+ }
+
+ abbr[title] {
+ border-bottom: 1px dotted
+ }
+
+ b,
+ strong {
+ font-weight: bold
+ }
+
+ dfn {
+ font-style: italic
+ }
+
+ h1 {
+ font-size: 2em;
+ margin: 0.67em 0
+ }
+
+ mark {
+ background: #ff0;
+ color: #000
+ }
+
+ small {
+ font-size: 80%
+ }
+
+ sub,
+ sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline
+ }
+
+ sup {
+ top: -0.5em
+ }
+
+ sub {
+ bottom: -0.25em
+ }
+
+ img {
+ border: 0
+ }
+
+ svg:not(:root) {
+ overflow: hidden
+ }
+
+ figure {
+ margin: 1em 40px
+ }
+
+ hr {
+ box-sizing: content-box;
+ height: 0
+ }
+
+ pre {
+ overflow: auto
+ }
+
+ code,
+ kbd,
+ pre,
+ samp {
+ font-family: monospace, monospace;
+ font-size: 1em
+ }
+
+ button,
+ input,
+ optgroup,
+ select,
+ textarea {
+ color: inherit;
+ font: inherit;
+ margin: 0
+ }
+
+ button {
+ overflow: visible
+ }
+
+ button,
+ select {
+ text-transform: none
+ }
+
+ button,
+ html input[type="button"],
+ input[type="reset"],
+ input[type="submit"] {
+ -webkit-appearance: button;
+ cursor: pointer
+ }
+
+ button[disabled],
+ html input[disabled] {
+ cursor: default
+ }
+
+ button::-moz-focus-inner,
+ input::-moz-focus-inner {
+ border: 0;
+ padding: 0
+ }
+
+ input {
+ line-height: normal
+ }
+
+ input[type="checkbox"],
+ input[type="radio"] {
+ box-sizing: border-box;
+ padding: 0
+ }
+
+ input[type="number"]::-webkit-inner-spin-button,
+ input[type="number"]::-webkit-outer-spin-button {
+ height: auto
+ }
+
+ input[type="search"] {
+ -webkit-appearance: textfield;
+ box-sizing: content-box
+ }
+
+ input[type="search"]::-webkit-search-cancel-button,
+ input[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none
+ }
+
+ fieldset {
+ border: 1px solid #c0c0c0;
+ margin: 0 2px;
+ padding: 0.35em 0.625em 0.75em
+ }
+
+ legend {
+ border: 0;
+ padding: 0
+ }
+
+ textarea {
+ overflow: auto
+ }
+
+ optgroup {
+ font-weight: bold
+ }
+
+ table {
+ border-collapse: collapse;
+ border-spacing: 0
+ }
+
+ td,
+ th {
+ padding: 0
+ }
+
+ meta.foundation-version {
+ font-family: "1.1.0"
+ }
+
+ meta.foundation-mq {
+ font-family: "small=0&amp;medium=40rem&amp;large=75rem&amp;xlarge=90rem&amp;xxlarge=120rem"
+ }
+
+ html,
+ body {
+ height: 100%;
+ font-size: 100%
+ }
+
+ html {
+ box-sizing: border-box
+ }
+
+ *,
+ *:before,
+ *:after {
+ box-sizing: inherit
+ }
+
+ body {
+ background: #fff;
+ color: #222;
+ padding: 0;
+ margin: 0;
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
+ font-weight: normal;
+ font-style: normal;
+ line-height: 1;
+ position: relative;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+ }
+
+ img {
+ max-width: 100%;
+ height: auto;
+ -ms-interpolation-mode: bicubic;
+ display: inline-block;
+ vertical-align: middle
+ }
+
+ a,
+ [ui-sref],
+ [zf-open],
+ [zf-close],
+ [zf-toggle] {
+ cursor: pointer
+ }
+
+ #map_canvas img,
+ #map_canvas embed,
+ #map_canvas object,
+ .map_canvas img,
+ .map_canvas embed,
+ .map_canvas object {
+ max-width: none !important
+ }
+
+ .padding {
+ padding: 1rem
+ }
+
+ .vertical.grid-frame,
+ .vertical.grid-block,
+ .vertical.small-grid-block,
+ .vertical.medium-grid-block,
+ .vertical.large-grid-block {
+ -webkit-flex-flow: column nowrap;
+ -ms-flex-flow: column nowrap;
+ flex-flow: column nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ -ms-grid-row-align: stretch;
+ align-items: stretch
+ }
+
+ .small-vertical.grid-frame,
+ .small-vertical.grid-block,
+ .small-vertical.small-grid-block,
+ .small-vertical.medium-grid-block,
+ .small-vertical.large-grid-block {
+ -webkit-flex-flow: column nowrap;
+ -ms-flex-flow: column nowrap;
+ flex-flow: column nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ -ms-grid-row-align: stretch;
+ align-items: stretch
+ }
+
+ .small-horizontal.grid-frame,
+ .small-horizontal.grid-block,
+ .small-horizontal.small-grid-block,
+ .small-horizontal.medium-grid-block,
+ .small-horizontal.large-grid-block {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-vertical.grid-frame,
+ .medium-vertical.grid-block,
+ .medium-vertical.small-grid-block,
+ .medium-vertical.medium-grid-block,
+ .medium-vertical.large-grid-block {
+ -webkit-flex-flow: column nowrap;
+ -ms-flex-flow: column nowrap;
+ flex-flow: column nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ -ms-grid-row-align: stretch;
+ align-items: stretch
+ }
+ .medium-horizontal.grid-frame,
+ .medium-horizontal.grid-block,
+ .medium-horizontal.small-grid-block,
+ .medium-horizontal.medium-grid-block,
+ .medium-horizontal.large-grid-block {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-vertical.grid-frame,
+ .large-vertical.grid-block,
+ .large-vertical.small-grid-block,
+ .large-vertical.medium-grid-block,
+ .large-vertical.large-grid-block {
+ -webkit-flex-flow: column nowrap;
+ -ms-flex-flow: column nowrap;
+ flex-flow: column nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ -ms-grid-row-align: stretch;
+ align-items: stretch
+ }
+ .large-horizontal.grid-frame,
+ .large-horizontal.grid-block,
+ .large-horizontal.small-grid-block,
+ .large-horizontal.medium-grid-block,
+ .large-horizontal.large-grid-block {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap
+ }
+ }
+
+ .align-right.grid-frame,
+ .align-right.grid-block,
+ .align-right.small-grid-block,
+ .align-right.medium-grid-block,
+ .align-right.large-grid-block {
+ -webkit-justify-content: flex-end;
+ -ms-flex-pack: end;
+ justify-content: flex-end
+ }
+
+ .align-center.grid-frame,
+ .align-center.grid-block,
+ .align-center.small-grid-block,
+ .align-center.medium-grid-block,
+ .align-center.large-grid-block {
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .align-justify.grid-frame,
+ .align-justify.grid-block,
+ .align-justify.small-grid-block,
+ .align-justify.medium-grid-block,
+ .align-justify.large-grid-block {
+ -webkit-justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between
+ }
+
+ .align-spaced.grid-frame,
+ .align-spaced.grid-block,
+ .align-spaced.small-grid-block,
+ .align-spaced.medium-grid-block,
+ .align-spaced.large-grid-block {
+ -webkit-justify-content: space-around;
+ -ms-flex-pack: distribute;
+ justify-content: space-around
+ }
+
+ .wrap.grid-frame,
+ .wrap.grid-block,
+ .wrap.small-grid-block,
+ .wrap.medium-grid-block,
+ .wrap.large-grid-block {
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-align-items: flex-start;
+ -ms-flex-align: start;
+ -ms-grid-row-align: flex-start;
+ align-items: flex-start
+ }
+
+ .shrink.grid-block,
+ .shrink.grid-content,
+ section.post-archive .shrink.pagination,
+ .shrink.small-grid-block,
+ .shrink.small-grid-content,
+ .shrink.medium-grid-block,
+ .shrink.medium-grid-content,
+ .shrink.large-grid-block,
+ .shrink.large-grid-content {
+ -webkit-flex: 0 0 auto;
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto
+ }
+
+ .noscroll.grid-block,
+ .noscroll.grid-content,
+ section.post-archive .noscroll.pagination,
+ .noscroll.small-grid-block,
+ .noscroll.small-grid-content,
+ .noscroll.medium-grid-block,
+ .noscroll.medium-grid-content,
+ .noscroll.large-grid-block,
+ .noscroll.large-grid-content {
+ overflow: hidden
+ }
+
+ .grid-frame {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0
+ }
+
+ .grid-block {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar
+ }
+
+ .grid-content,
+ section.post-archive .pagination {
+ display: block;
+ padding: 0 1rem;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto
+ }
+
+ .grid-content.collapse,
+ section.post-archive .collapse.pagination {
+ padding: 0
+ }
+
+ .grid-content .grid-block,
+ section.post-archive .pagination .grid-block {
+ margin-left: -1rem;
+ margin-right: -1rem;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ overflow: visible
+ }
+
+ .grid-content .grid-block.nowrap,
+ section.post-archive .pagination .grid-block.nowrap {
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ -ms-grid-row-align: stretch;
+ align-items: stretch
+ }
+
+ .grid-content .grid-block .grid-content,
+ section.post-archive .pagination .grid-block .grid-content,
+ .grid-content .grid-block section.post-archive .pagination,
+ section.post-archive .grid-content .grid-block .pagination,
+ section.post-archive .pagination .grid-block .pagination {
+ overflow: visible
+ }
+
+ .grid-container {
+ max-width: 66.5rem;
+ margin: 0 auto
+ }
+
+ .grid-container.contain-left {
+ max-width: 66.5rem;
+ margin: 0 auto 0 0
+ }
+
+ .grid-container.contain-right {
+ max-width: 66.5rem;
+ margin: 0 0 0 auto
+ }
+
+ .small-grid-block {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar
+ }
+
+ .small-grid-block.panel {
+ -webkit-transform: none;
+ transform: none;
+ position: relative;
+ width: auto;
+ height: auto;
+ z-index: auto;
+ box-shadow: none;
+ background: transparent;
+ top: auto;
+ right: auto;
+ bottom: auto;
+ left: auto
+ }
+
+ .small-grid-content {
+ display: block;
+ padding: 0 1rem;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto
+ }
+
+ .small-grid-content.panel {
+ -webkit-transform: none;
+ transform: none;
+ position: relative;
+ width: auto;
+ height: auto;
+ z-index: auto;
+ box-shadow: none;
+ background: transparent;
+ top: auto;
+ right: auto;
+ bottom: auto;
+ left: auto
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-grid-block {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar
+ }
+ .medium-grid-block.panel {
+ -webkit-transform: none;
+ transform: none;
+ position: relative;
+ width: auto;
+ height: auto;
+ z-index: auto;
+ box-shadow: none;
+ background: transparent;
+ top: auto;
+ right: auto;
+ bottom: auto;
+ left: auto
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-grid-content {
+ display: block;
+ padding: 0 1rem;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto
+ }
+ .medium-grid-content.panel {
+ -webkit-transform: none;
+ transform: none;
+ position: relative;
+ width: auto;
+ height: auto;
+ z-index: auto;
+ box-shadow: none;
+ background: transparent;
+ top: auto;
+ right: auto;
+ bottom: auto;
+ left: auto
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-grid-block {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar
+ }
+ .large-grid-block.panel {
+ -webkit-transform: none;
+ transform: none;
+ position: relative;
+ width: auto;
+ height: auto;
+ z-index: auto;
+ box-shadow: none;
+ background: transparent;
+ top: auto;
+ right: auto;
+ bottom: auto;
+ left: auto
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-grid-content {
+ display: block;
+ padding: 0 1rem;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto
+ }
+ .large-grid-content.panel {
+ -webkit-transform: none;
+ transform: none;
+ position: relative;
+ width: auto;
+ height: auto;
+ z-index: auto;
+ box-shadow: none;
+ background: transparent;
+ top: auto;
+ right: auto;
+ bottom: auto;
+ left: auto
+ }
+ }
+
+ .order-1 {
+ -webkit-order: 1;
+ -ms-flex-order: 1;
+ order: 1
+ }
+
+ .order-2 {
+ -webkit-order: 2;
+ -ms-flex-order: 2;
+ order: 2
+ }
+
+ .order-3 {
+ -webkit-order: 3;
+ -ms-flex-order: 3;
+ order: 3
+ }
+
+ .order-4 {
+ -webkit-order: 4;
+ -ms-flex-order: 4;
+ order: 4
+ }
+
+ .order-5 {
+ -webkit-order: 5;
+ -ms-flex-order: 5;
+ order: 5
+ }
+
+ .order-6 {
+ -webkit-order: 6;
+ -ms-flex-order: 6;
+ order: 6
+ }
+
+ .order-7 {
+ -webkit-order: 7;
+ -ms-flex-order: 7;
+ order: 7
+ }
+
+ .order-8 {
+ -webkit-order: 8;
+ -ms-flex-order: 8;
+ order: 8
+ }
+
+ .order-9 {
+ -webkit-order: 9;
+ -ms-flex-order: 9;
+ order: 9
+ }
+
+ .order-10 {
+ -webkit-order: 10;
+ -ms-flex-order: 10;
+ order: 10
+ }
+
+ .order-11 {
+ -webkit-order: 11;
+ -ms-flex-order: 11;
+ order: 11
+ }
+
+ .order-12 {
+ -webkit-order: 12;
+ -ms-flex-order: 12;
+ order: 12
+ }
+
+ .small-1 {
+ -webkit-flex: 0 0 8.33333%;
+ -ms-flex: 0 0 8.33333%;
+ flex: 0 0 8.33333%;
+ max-width: 8.33333%
+ }
+
+ .small-order-1 {
+ -webkit-order: 1;
+ -ms-flex-order: 1;
+ order: 1
+ }
+
+ .small-offset-1 {
+ margin-left: 8.33333%
+ }
+
+ .small-up-1 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-1&gt;
+ li,
+ .small-up-1&gt;
+ div,
+ .small-up-1&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%
+ }
+
+ .small-2 {
+ -webkit-flex: 0 0 16.66667%;
+ -ms-flex: 0 0 16.66667%;
+ flex: 0 0 16.66667%;
+ max-width: 16.66667%
+ }
+
+ .small-order-2 {
+ -webkit-order: 2;
+ -ms-flex-order: 2;
+ order: 2
+ }
+
+ .small-offset-2 {
+ margin-left: 16.66667%
+ }
+
+ .small-up-2 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-2&gt;
+ li,
+ .small-up-2&gt;
+ div,
+ .small-up-2&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%
+ }
+
+ .small-3 {
+ -webkit-flex: 0 0 25%;
+ -ms-flex: 0 0 25%;
+ flex: 0 0 25%;
+ max-width: 25%
+ }
+
+ .small-order-3 {
+ -webkit-order: 3;
+ -ms-flex-order: 3;
+ order: 3
+ }
+
+ .small-offset-3 {
+ margin-left: 25%
+ }
+
+ .small-up-3 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-3&gt;
+ li,
+ .small-up-3&gt;
+ div,
+ .small-up-3&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 33.33333%;
+ -ms-flex: 0 0 33.33333%;
+ flex: 0 0 33.33333%
+ }
+
+ .small-4,
+ .more-stories .post .thumbnail,
+ section.post-archive .post .thumbnail {
+ -webkit-flex: 0 0 33.33333%;
+ -ms-flex: 0 0 33.33333%;
+ flex: 0 0 33.33333%;
+ max-width: 33.33333%
+ }
+
+ .small-order-4 {
+ -webkit-order: 4;
+ -ms-flex-order: 4;
+ order: 4
+ }
+
+ .small-offset-4 {
+ margin-left: 33.33333%
+ }
+
+ .small-up-4 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-4&gt;
+ li,
+ .small-up-4&gt;
+ div,
+ .small-up-4&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 25%;
+ -ms-flex: 0 0 25%;
+ flex: 0 0 25%
+ }
+
+ .small-5 {
+ -webkit-flex: 0 0 41.66667%;
+ -ms-flex: 0 0 41.66667%;
+ flex: 0 0 41.66667%;
+ max-width: 41.66667%
+ }
+
+ .small-order-5 {
+ -webkit-order: 5;
+ -ms-flex-order: 5;
+ order: 5
+ }
+
+ .small-offset-5 {
+ margin-left: 41.66667%
+ }
+
+ .small-up-5 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-5&gt;
+ li,
+ .small-up-5&gt;
+ div,
+ .small-up-5&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 20%;
+ -ms-flex: 0 0 20%;
+ flex: 0 0 20%
+ }
+
+ .small-6,
+ .rail-feed .post-list .post .thumbnail,
+ .rail-feed .post-list .post .details,
+ .recommended-videos .post-list .post .details,
+ .recommended-videos .post-list .post .thumbnail {
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%;
+ max-width: 50%
+ }
+
+ .small-order-6 {
+ -webkit-order: 6;
+ -ms-flex-order: 6;
+ order: 6
+ }
+
+ .small-offset-6 {
+ margin-left: 50%
+ }
+
+ .small-up-6 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-6&gt;
+ li,
+ .small-up-6&gt;
+ div,
+ .small-up-6&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 16.66667%;
+ -ms-flex: 0 0 16.66667%;
+ flex: 0 0 16.66667%
+ }
+
+ .small-7 {
+ -webkit-flex: 0 0 58.33333%;
+ -ms-flex: 0 0 58.33333%;
+ flex: 0 0 58.33333%;
+ max-width: 58.33333%
+ }
+
+ .small-order-7 {
+ -webkit-order: 7;
+ -ms-flex-order: 7;
+ order: 7
+ }
+
+ .small-offset-7 {
+ margin-left: 58.33333%
+ }
+
+ .small-up-7 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-7&gt;
+ li,
+ .small-up-7&gt;
+ div,
+ .small-up-7&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 14.28571%;
+ -ms-flex: 0 0 14.28571%;
+ flex: 0 0 14.28571%
+ }
+
+ .small-8,
+ .more-stories .post .details,
+ section.post-archive .post .details {
+ -webkit-flex: 0 0 66.66667%;
+ -ms-flex: 0 0 66.66667%;
+ flex: 0 0 66.66667%;
+ max-width: 66.66667%
+ }
+
+ .small-order-8 {
+ -webkit-order: 8;
+ -ms-flex-order: 8;
+ order: 8
+ }
+
+ .small-offset-8 {
+ margin-left: 66.66667%
+ }
+
+ .small-up-8 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-8&gt;
+ li,
+ .small-up-8&gt;
+ div,
+ .small-up-8&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 12.5%;
+ -ms-flex: 0 0 12.5%;
+ flex: 0 0 12.5%
+ }
+
+ .small-9 {
+ -webkit-flex: 0 0 75%;
+ -ms-flex: 0 0 75%;
+ flex: 0 0 75%;
+ max-width: 75%
+ }
+
+ .small-order-9 {
+ -webkit-order: 9;
+ -ms-flex-order: 9;
+ order: 9
+ }
+
+ .small-offset-9 {
+ margin-left: 75%
+ }
+
+ .small-up-9 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-9&gt;
+ li,
+ .small-up-9&gt;
+ div,
+ .small-up-9&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 11.11111%;
+ -ms-flex: 0 0 11.11111%;
+ flex: 0 0 11.11111%
+ }
+
+ .small-10 {
+ -webkit-flex: 0 0 83.33333%;
+ -ms-flex: 0 0 83.33333%;
+ flex: 0 0 83.33333%;
+ max-width: 83.33333%
+ }
+
+ .small-order-10 {
+ -webkit-order: 10;
+ -ms-flex-order: 10;
+ order: 10
+ }
+
+ .small-offset-10 {
+ margin-left: 83.33333%
+ }
+
+ .small-up-10 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-10&gt;
+ li,
+ .small-up-10&gt;
+ div,
+ .small-up-10&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 10%;
+ -ms-flex: 0 0 10%;
+ flex: 0 0 10%
+ }
+
+ .small-11 {
+ -webkit-flex: 0 0 91.66667%;
+ -ms-flex: 0 0 91.66667%;
+ flex: 0 0 91.66667%;
+ max-width: 91.66667%
+ }
+
+ .small-order-11 {
+ -webkit-order: 11;
+ -ms-flex-order: 11;
+ order: 11
+ }
+
+ .small-offset-11 {
+ margin-left: 91.66667%
+ }
+
+ .small-up-11 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-11&gt;
+ li,
+ .small-up-11&gt;
+ div,
+ .small-up-11&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 9.09091%;
+ -ms-flex: 0 0 9.09091%;
+ flex: 0 0 9.09091%
+ }
+
+ .small-12,
+ .more-stories .tabbed-feed {
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ max-width: 100%
+ }
+
+ .small-order-12 {
+ -webkit-order: 12;
+ -ms-flex-order: 12;
+ order: 12
+ }
+
+ .small-offset-12 {
+ margin-left: 100%
+ }
+
+ .small-up-12 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+
+ .small-up-12&gt;
+ li,
+ .small-up-12&gt;
+ div,
+ .small-up-12&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 8.33333%;
+ -ms-flex: 0 0 8.33333%;
+ flex: 0 0 8.33333%
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-1 {
+ -webkit-flex: 0 0 8.33333%;
+ -ms-flex: 0 0 8.33333%;
+ flex: 0 0 8.33333%;
+ max-width: 8.33333%
+ }
+ .medium-order-1 {
+ -webkit-order: 1;
+ -ms-flex-order: 1;
+ order: 1
+ }
+ .medium-offset-1 {
+ margin-left: 8.33333%
+ }
+ .medium-up-1 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-1&gt;
+ li,
+ .medium-up-1&gt;
+ div,
+ .medium-up-1&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-2 {
+ -webkit-flex: 0 0 16.66667%;
+ -ms-flex: 0 0 16.66667%;
+ flex: 0 0 16.66667%;
+ max-width: 16.66667%
+ }
+ .medium-order-2 {
+ -webkit-order: 2;
+ -ms-flex-order: 2;
+ order: 2
+ }
+ .medium-offset-2 {
+ margin-left: 16.66667%
+ }
+ .medium-up-2 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-2&gt;
+ li,
+ .medium-up-2&gt;
+ div,
+ .medium-up-2&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-3 {
+ -webkit-flex: 0 0 25%;
+ -ms-flex: 0 0 25%;
+ flex: 0 0 25%;
+ max-width: 25%
+ }
+ .medium-order-3 {
+ -webkit-order: 3;
+ -ms-flex-order: 3;
+ order: 3
+ }
+ .medium-offset-3 {
+ margin-left: 25%
+ }
+ .medium-up-3 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-3&gt;
+ li,
+ .medium-up-3&gt;
+ div,
+ .medium-up-3&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 33.33333%;
+ -ms-flex: 0 0 33.33333%;
+ flex: 0 0 33.33333%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-4 {
+ -webkit-flex: 0 0 33.33333%;
+ -ms-flex: 0 0 33.33333%;
+ flex: 0 0 33.33333%;
+ max-width: 33.33333%
+ }
+ .medium-order-4 {
+ -webkit-order: 4;
+ -ms-flex-order: 4;
+ order: 4
+ }
+ .medium-offset-4 {
+ margin-left: 33.33333%
+ }
+ .medium-up-4 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-4&gt;
+ li,
+ .medium-up-4&gt;
+ div,
+ .medium-up-4&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 25%;
+ -ms-flex: 0 0 25%;
+ flex: 0 0 25%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-5 {
+ -webkit-flex: 0 0 41.66667%;
+ -ms-flex: 0 0 41.66667%;
+ flex: 0 0 41.66667%;
+ max-width: 41.66667%
+ }
+ .medium-order-5 {
+ -webkit-order: 5;
+ -ms-flex-order: 5;
+ order: 5
+ }
+ .medium-offset-5 {
+ margin-left: 41.66667%
+ }
+ .medium-up-5 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-5&gt;
+ li,
+ .medium-up-5&gt;
+ div,
+ .medium-up-5&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 20%;
+ -ms-flex: 0 0 20%;
+ flex: 0 0 20%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-6 {
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%;
+ max-width: 50%
+ }
+ .medium-order-6 {
+ -webkit-order: 6;
+ -ms-flex-order: 6;
+ order: 6
+ }
+ .medium-offset-6 {
+ margin-left: 50%
+ }
+ .medium-up-6 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-6&gt;
+ li,
+ .medium-up-6&gt;
+ div,
+ .medium-up-6&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 16.66667%;
+ -ms-flex: 0 0 16.66667%;
+ flex: 0 0 16.66667%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-7 {
+ -webkit-flex: 0 0 58.33333%;
+ -ms-flex: 0 0 58.33333%;
+ flex: 0 0 58.33333%;
+ max-width: 58.33333%
+ }
+ .medium-order-7 {
+ -webkit-order: 7;
+ -ms-flex-order: 7;
+ order: 7
+ }
+ .medium-offset-7 {
+ margin-left: 58.33333%
+ }
+ .medium-up-7 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-7&gt;
+ li,
+ .medium-up-7&gt;
+ div,
+ .medium-up-7&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 14.28571%;
+ -ms-flex: 0 0 14.28571%;
+ flex: 0 0 14.28571%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-8 {
+ -webkit-flex: 0 0 66.66667%;
+ -ms-flex: 0 0 66.66667%;
+ flex: 0 0 66.66667%;
+ max-width: 66.66667%
+ }
+ .medium-order-8 {
+ -webkit-order: 8;
+ -ms-flex-order: 8;
+ order: 8
+ }
+ .medium-offset-8 {
+ margin-left: 66.66667%
+ }
+ .medium-up-8 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-8&gt;
+ li,
+ .medium-up-8&gt;
+ div,
+ .medium-up-8&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 12.5%;
+ -ms-flex: 0 0 12.5%;
+ flex: 0 0 12.5%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-9 {
+ -webkit-flex: 0 0 75%;
+ -ms-flex: 0 0 75%;
+ flex: 0 0 75%;
+ max-width: 75%
+ }
+ .medium-order-9 {
+ -webkit-order: 9;
+ -ms-flex-order: 9;
+ order: 9
+ }
+ .medium-offset-9 {
+ margin-left: 75%
+ }
+ .medium-up-9 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-9&gt;
+ li,
+ .medium-up-9&gt;
+ div,
+ .medium-up-9&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 11.11111%;
+ -ms-flex: 0 0 11.11111%;
+ flex: 0 0 11.11111%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-10 {
+ -webkit-flex: 0 0 83.33333%;
+ -ms-flex: 0 0 83.33333%;
+ flex: 0 0 83.33333%;
+ max-width: 83.33333%
+ }
+ .medium-order-10 {
+ -webkit-order: 10;
+ -ms-flex-order: 10;
+ order: 10
+ }
+ .medium-offset-10 {
+ margin-left: 83.33333%
+ }
+ .medium-up-10 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-10&gt;
+ li,
+ .medium-up-10&gt;
+ div,
+ .medium-up-10&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 10%;
+ -ms-flex: 0 0 10%;
+ flex: 0 0 10%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-11 {
+ -webkit-flex: 0 0 91.66667%;
+ -ms-flex: 0 0 91.66667%;
+ flex: 0 0 91.66667%;
+ max-width: 91.66667%
+ }
+ .medium-order-11 {
+ -webkit-order: 11;
+ -ms-flex-order: 11;
+ order: 11
+ }
+ .medium-offset-11 {
+ margin-left: 91.66667%
+ }
+ .medium-up-11 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-11&gt;
+ li,
+ .medium-up-11&gt;
+ div,
+ .medium-up-11&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 9.09091%;
+ -ms-flex: 0 0 9.09091%;
+ flex: 0 0 9.09091%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-12 {
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ max-width: 100%
+ }
+ .medium-order-12 {
+ -webkit-order: 12;
+ -ms-flex-order: 12;
+ order: 12
+ }
+ .medium-offset-12 {
+ margin-left: 100%
+ }
+ .medium-up-12 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .medium-up-12&gt;
+ li,
+ .medium-up-12&gt;
+ div,
+ .medium-up-12&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 8.33333%;
+ -ms-flex: 0 0 8.33333%;
+ flex: 0 0 8.33333%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-1 {
+ -webkit-flex: 0 0 8.33333%;
+ -ms-flex: 0 0 8.33333%;
+ flex: 0 0 8.33333%;
+ max-width: 8.33333%
+ }
+ .large-order-1 {
+ -webkit-order: 1;
+ -ms-flex-order: 1;
+ order: 1
+ }
+ .large-offset-1 {
+ margin-left: 8.33333%
+ }
+ .large-up-1 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-1&gt;
+ li,
+ .large-up-1&gt;
+ div,
+ .large-up-1&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-2 {
+ -webkit-flex: 0 0 16.66667%;
+ -ms-flex: 0 0 16.66667%;
+ flex: 0 0 16.66667%;
+ max-width: 16.66667%
+ }
+ .large-order-2 {
+ -webkit-order: 2;
+ -ms-flex-order: 2;
+ order: 2
+ }
+ .large-offset-2 {
+ margin-left: 16.66667%
+ }
+ .large-up-2 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-2&gt;
+ li,
+ .large-up-2&gt;
+ div,
+ .large-up-2&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-3 {
+ -webkit-flex: 0 0 25%;
+ -ms-flex: 0 0 25%;
+ flex: 0 0 25%;
+ max-width: 25%
+ }
+ .large-order-3 {
+ -webkit-order: 3;
+ -ms-flex-order: 3;
+ order: 3
+ }
+ .large-offset-3 {
+ margin-left: 25%
+ }
+ .large-up-3 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-3&gt;
+ li,
+ .large-up-3&gt;
+ div,
+ .large-up-3&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 33.33333%;
+ -ms-flex: 0 0 33.33333%;
+ flex: 0 0 33.33333%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-4 {
+ -webkit-flex: 0 0 33.33333%;
+ -ms-flex: 0 0 33.33333%;
+ flex: 0 0 33.33333%;
+ max-width: 33.33333%
+ }
+ .large-order-4 {
+ -webkit-order: 4;
+ -ms-flex-order: 4;
+ order: 4
+ }
+ .large-offset-4 {
+ margin-left: 33.33333%
+ }
+ .large-up-4 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-4&gt;
+ li,
+ .large-up-4&gt;
+ div,
+ .large-up-4&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 25%;
+ -ms-flex: 0 0 25%;
+ flex: 0 0 25%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-5 {
+ -webkit-flex: 0 0 41.66667%;
+ -ms-flex: 0 0 41.66667%;
+ flex: 0 0 41.66667%;
+ max-width: 41.66667%
+ }
+ .large-order-5 {
+ -webkit-order: 5;
+ -ms-flex-order: 5;
+ order: 5
+ }
+ .large-offset-5 {
+ margin-left: 41.66667%
+ }
+ .large-up-5 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-5&gt;
+ li,
+ .large-up-5&gt;
+ div,
+ .large-up-5&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 20%;
+ -ms-flex: 0 0 20%;
+ flex: 0 0 20%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-6 {
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%;
+ max-width: 50%
+ }
+ .large-order-6 {
+ -webkit-order: 6;
+ -ms-flex-order: 6;
+ order: 6
+ }
+ .large-offset-6 {
+ margin-left: 50%
+ }
+ .large-up-6 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-6&gt;
+ li,
+ .large-up-6&gt;
+ div,
+ .large-up-6&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 16.66667%;
+ -ms-flex: 0 0 16.66667%;
+ flex: 0 0 16.66667%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-7 {
+ -webkit-flex: 0 0 58.33333%;
+ -ms-flex: 0 0 58.33333%;
+ flex: 0 0 58.33333%;
+ max-width: 58.33333%
+ }
+ .large-order-7 {
+ -webkit-order: 7;
+ -ms-flex-order: 7;
+ order: 7
+ }
+ .large-offset-7 {
+ margin-left: 58.33333%
+ }
+ .large-up-7 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-7&gt;
+ li,
+ .large-up-7&gt;
+ div,
+ .large-up-7&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 14.28571%;
+ -ms-flex: 0 0 14.28571%;
+ flex: 0 0 14.28571%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-8 {
+ -webkit-flex: 0 0 66.66667%;
+ -ms-flex: 0 0 66.66667%;
+ flex: 0 0 66.66667%;
+ max-width: 66.66667%
+ }
+ .large-order-8 {
+ -webkit-order: 8;
+ -ms-flex-order: 8;
+ order: 8
+ }
+ .large-offset-8 {
+ margin-left: 66.66667%
+ }
+ .large-up-8 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-8&gt;
+ li,
+ .large-up-8&gt;
+ div,
+ .large-up-8&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 12.5%;
+ -ms-flex: 0 0 12.5%;
+ flex: 0 0 12.5%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-9 {
+ -webkit-flex: 0 0 75%;
+ -ms-flex: 0 0 75%;
+ flex: 0 0 75%;
+ max-width: 75%
+ }
+ .large-order-9 {
+ -webkit-order: 9;
+ -ms-flex-order: 9;
+ order: 9
+ }
+ .large-offset-9 {
+ margin-left: 75%
+ }
+ .large-up-9 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-9&gt;
+ li,
+ .large-up-9&gt;
+ div,
+ .large-up-9&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 11.11111%;
+ -ms-flex: 0 0 11.11111%;
+ flex: 0 0 11.11111%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-10 {
+ -webkit-flex: 0 0 83.33333%;
+ -ms-flex: 0 0 83.33333%;
+ flex: 0 0 83.33333%;
+ max-width: 83.33333%
+ }
+ .large-order-10 {
+ -webkit-order: 10;
+ -ms-flex-order: 10;
+ order: 10
+ }
+ .large-offset-10 {
+ margin-left: 83.33333%
+ }
+ .large-up-10 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-10&gt;
+ li,
+ .large-up-10&gt;
+ div,
+ .large-up-10&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 10%;
+ -ms-flex: 0 0 10%;
+ flex: 0 0 10%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-11 {
+ -webkit-flex: 0 0 91.66667%;
+ -ms-flex: 0 0 91.66667%;
+ flex: 0 0 91.66667%;
+ max-width: 91.66667%
+ }
+ .large-order-11 {
+ -webkit-order: 11;
+ -ms-flex-order: 11;
+ order: 11
+ }
+ .large-offset-11 {
+ margin-left: 91.66667%
+ }
+ .large-up-11 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-11&gt;
+ li,
+ .large-up-11&gt;
+ div,
+ .large-up-11&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 9.09091%;
+ -ms-flex: 0 0 9.09091%;
+ flex: 0 0 9.09091%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-12 {
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ max-width: 100%
+ }
+ .large-order-12 {
+ -webkit-order: 12;
+ -ms-flex-order: 12;
+ order: 12
+ }
+ .large-offset-12 {
+ margin-left: 100%
+ }
+ .large-up-12 {
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ overflow: visible;
+ list-style-type: none
+ }
+ .large-up-12&gt;
+ li,
+ .large-up-12&gt;
+ div,
+ .large-up-12&gt;
+ section {
+ padding: 0 1rem 1rem;
+ -webkit-flex: 0 0 8.33333%;
+ -ms-flex: 0 0 8.33333%;
+ flex: 0 0 8.33333%
+ }
+ }
+
+ .grid-content .modal .grid-block,
+ section.post-archive .pagination .modal .grid-block {
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap
+ }
+
+ .v-align {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between
+ }
+
+ .v-align .align-top {
+ -webkit-align-self: flex-start;
+ -ms-flex-item-align: start;
+ align-self: flex-start
+ }
+
+ .v-align .align-center {
+ -webkit-align-self: center;
+ -ms-flex-item-align: center;
+ align-self: center
+ }
+
+ .v-align .align-bottom {
+ -webkit-align-self: flex-end;
+ -ms-flex-item-align: end;
+ align-self: flex-end
+ }
+
+ .v-align .small-align-top {
+ -webkit-align-self: flex-start;
+ -ms-flex-item-align: start;
+ align-self: flex-start
+ }
+
+ .v-align .small-align-center {
+ -webkit-align-self: center;
+ -ms-flex-item-align: center;
+ align-self: center
+ }
+
+ .v-align .small-align-bottom {
+ -webkit-align-self: flex-end;
+ -ms-flex-item-align: end;
+ align-self: flex-end
+ }
+
+ @media only screen and (min-width: 40em) {
+ .v-align .medium-align-top {
+ -webkit-align-self: flex-start;
+ -ms-flex-item-align: start;
+ align-self: flex-start
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .v-align .medium-align-center {
+ -webkit-align-self: center;
+ -ms-flex-item-align: center;
+ align-self: center
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .v-align .medium-align-bottom {
+ -webkit-align-self: flex-end;
+ -ms-flex-item-align: end;
+ align-self: flex-end
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .v-align .large-align-top {
+ -webkit-align-self: flex-start;
+ -ms-flex-item-align: start;
+ align-self: flex-start
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .v-align .large-align-center {
+ -webkit-align-self: center;
+ -ms-flex-item-align: center;
+ align-self: center
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .v-align .large-align-bottom {
+ -webkit-align-self: flex-end;
+ -ms-flex-item-align: end;
+ align-self: flex-end
+ }
+ }
+
+ .hide {
+ display: none !important
+ }
+
+ .invisible {
+ visibility: hidden
+ }
+
+ .hide-for-small:not(.ng-hide) {
+ display: block !important;
+ display: none !important
+ }
+
+ .hide-for-small[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important;
+ display: none !important
+ }
+
+ .show-for-small:not(.ng-hide) {
+ display: none !important;
+ display: block !important
+ }
+
+ .show-for-small[class*="grid-block"]:not(.ng-hide) {
+ display: none !important;
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+
+ .hide-for-small-only:not(.ng-hide) {
+ display: block !important
+ }
+
+ @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
+ .hide-for-small-only:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .hide-for-small-only[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+
+ @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
+ .hide-for-small-only[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .show-for-small-only:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
+ .show-for-small-only:not(.ng-hide) {
+ display: block !important
+ }
+ }
+
+ .show-for-small-only[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
+ .show-for-small-only[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ .hide-for-medium:not(.ng-hide) {
+ display: block !important
+ }
+
+ @media only screen and (min-width: 40em) {
+ .hide-for-medium:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .hide-for-medium[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+
+ @media only screen and (min-width: 40em) {
+ .hide-for-medium[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .show-for-medium:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 40em) {
+ .show-for-medium:not(.ng-hide) {
+ display: block !important
+ }
+ }
+
+ .show-for-medium[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 40em) {
+ .show-for-medium[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ .hide-for-medium-only:not(.ng-hide) {
+ display: block !important
+ }
+
+ @media only screen and (min-width: 40em) and (max-width: 52.4375rem) {
+ .hide-for-medium-only:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .hide-for-medium-only[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+
+ @media only screen and (min-width: 40em) and (max-width: 52.4375rem) {
+ .hide-for-medium-only[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .show-for-medium-only:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 40em) and (max-width: 52.4375rem) {
+ .show-for-medium-only:not(.ng-hide) {
+ display: block !important
+ }
+ }
+
+ .show-for-medium-only[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 40em) and (max-width: 52.4375rem) {
+ .show-for-medium-only[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ .hide-for-large:not(.ng-hide) {
+ display: block !important
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .hide-for-large:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .hide-for-large[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .hide-for-large[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .show-for-large:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .show-for-large:not(.ng-hide) {
+ display: block !important
+ }
+ }
+
+ .show-for-large[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .show-for-large[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ .hide-for-large-only:not(.ng-hide) {
+ display: block !important
+ }
+
+ @media only screen and (min-width: 52.5em) and (max-width: 66.4375rem) {
+ .hide-for-large-only:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .hide-for-large-only[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+
+ @media only screen and (min-width: 52.5em) and (max-width: 66.4375rem) {
+ .hide-for-large-only[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+ }
+
+ .show-for-large-only:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 52.5em) and (max-width: 66.4375rem) {
+ .show-for-large-only:not(.ng-hide) {
+ display: block !important
+ }
+ }
+
+ .show-for-large-only[class*="grid-block"]:not(.ng-hide) {
+ display: none !important
+ }
+
+ @media only screen and (min-width: 52.5em) and (max-width: 66.4375rem) {
+ .show-for-large-only[class*="grid-block"]:not(.ng-hide) {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ @media only screen and (orientation: portrait) {
+ .hide-for-portrait {
+ display: none !important
+ }
+ .hide-for-portrait[class*="grid-block"] {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ .show-for-portrait {
+ display: none !important
+ }
+
+ @media only screen and (orientation: portrait) {
+ .show-for-portrait {
+ display: block !important
+ }
+ .show-for-portrait[class*="grid-block"] {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ @media only screen and (orientation: landscape) {
+ .hide-for-landscape {
+ display: none !important
+ }
+ .hide-for-landscape[class*="grid-block"] {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ .show-for-landscape {
+ display: none !important
+ }
+
+ @media only screen and (orientation: landscape) {
+ .show-for-landscape {
+ display: block !important
+ }
+ .show-for-landscape[class*="grid-block"] {
+ display: -webkit-flex !important;
+ display: -ms-flexbox !important;
+ display: flex !important
+ }
+ }
+
+ .text-left {
+ text-align: left
+ }
+
+ .small-text-left {
+ text-align: left
+ }
+
+ @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
+ .small-only-text-left {
+ text-align: left
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-text-left {
+ text-align: left
+ }
+ }
+
+ @media only screen and (min-width: 40em) and (max-width: 52.4375rem) {
+ .medium-only-text-left {
+ text-align: left
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-text-left {
+ text-align: left
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) and (max-width: 66.4375rem) {
+ .large-only-text-left {
+ text-align: left
+ }
+ }
+
+ .text-right {
+ text-align: right
+ }
+
+ .small-text-right {
+ text-align: right
+ }
+
+ @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
+ .small-only-text-right {
+ text-align: right
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-text-right {
+ text-align: right
+ }
+ }
+
+ @media only screen and (min-width: 40em) and (max-width: 52.4375rem) {
+ .medium-only-text-right {
+ text-align: right
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-text-right {
+ text-align: right
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) and (max-width: 66.4375rem) {
+ .large-only-text-right {
+ text-align: right
+ }
+ }
+
+ .text-center {
+ text-align: center
+ }
+
+ .small-text-center {
+ text-align: center
+ }
+
+ @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
+ .small-only-text-center {
+ text-align: center
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-text-center {
+ text-align: center
+ }
+ }
+
+ @media only screen and (min-width: 40em) and (max-width: 52.4375rem) {
+ .medium-only-text-center {
+ text-align: center
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-text-center {
+ text-align: center
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) and (max-width: 66.4375rem) {
+ .large-only-text-center {
+ text-align: center
+ }
+ }
+
+ .text-justify {
+ text-align: justify
+ }
+
+ .small-text-justify {
+ text-align: justify
+ }
+
+ @media only screen and (min-width: 0em) and (max-width: 39.9375rem) {
+ .small-only-text-justify {
+ text-align: justify
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .medium-text-justify {
+ text-align: justify
+ }
+ }
+
+ @media only screen and (min-width: 40em) and (max-width: 52.4375rem) {
+ .medium-only-text-justify {
+ text-align: justify
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .large-text-justify {
+ text-align: justify
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) and (max-width: 66.4375rem) {
+ .large-only-text-justify {
+ text-align: justify
+ }
+ }
+
+ .clearfix:before,
+ .clearfix:after {
+ content: " ";
+ display: table
+ }
+
+ .clearfix:after {
+ clear: both
+ }
+
+ .float-left {
+ float: left
+ }
+
+ .float-right {
+ float: right
+ }
+
+ .float-none {
+ float: none
+ }
+
+ .grid-block {
+ overflow: visible
+ }
+
+ .grid-content,
+ section.post-archive .pagination {
+ overflow: visible
+ }
+
+ .wds-avatar {
+ height: 28px;
+ min-width: 28px;
+ width: 28px;
+ border: solid 2px currentColor;
+ border-radius: 50%
+ }
+
+ .wds-button {
+ background-color: #00b7e0;
+ border-color: #00b7e0;
+ border: 1px solid;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ font-size: 12px;
+ font-weight: 600;
+ letter-spacing: .15px;
+ line-height: 1.3em;
+ outline: none;
+ padding: 16px 18px 15px;
+ text-align: center;
+ text-decoration: none;
+ text-transform: uppercase;
+ transition-duration: 300ms;
+ transition-property: background-color, border-color, color;
+ -webkit-appearance: none;
+ -webkit-border-radius: 0
+ }
+
+ .wds-button:focus:not(:disabled),
+ .wds-button:hover:not(:disabled),
+ .wds-button:active,
+ .wds-button.wds-is-active {
+ background-color: #00647a;
+ border-color: #00647a
+ }
+
+ .wds-button:disabled,
+ .wds-button.wds-is-disabled {
+ cursor: default;
+ opacity: .5
+ }
+
+ .wds-button.wds-is-secondary {
+ background-color: transparent;
+ color: #00b7e0
+ }
+
+ .wds-button.wds-is-secondary:focus:not(:disabled),
+ .wds-button.wds-is-secondary:hover:not(:disabled),
+ .wds-button.wds-is-secondary:active,
+ .wds-button.wds-is-secondary.wds-is-active {
+ background-color: transparent;
+ color: #00647a
+ }
+
+ .wds-button.wds-is-squished {
+ font-size: 10px;
+ padding: 10px 12px 9px
+ }
+
+ .wds-button.wds-is-stretched {
+ padding: 28px 18px 27px
+ }
+
+ .wds-button.wds-is-full-width {
+ box-sizing: border-box;
+ width: 100%
+ }
+
+ .wds-button.wds-is-square {
+ height: 45px;
+ min-width: 45px;
+ width: 45px;
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-inline-flex;
+ display: -ms-inline-flexbox;
+ display: inline-flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ padding: 0
+ }
+
+ .wds-button.wds-is-text {
+ background-color: transparent;
+ border: 0;
+ color: #00b7e0
+ }
+
+ .wds-button.wds-is-text:focus:not(:disabled),
+ .wds-button.wds-is-text:hover:not(:disabled),
+ .wds-button.wds-is-text:active,
+ .wds-button.wds-is-text.wds-is-active {
+ background-color: transparent;
+ color: #00647a
+ }
+
+ .wds-button.wds-is-facebook-color {
+ background-color: #3b5998;
+ border-color: #3b5998
+ }
+
+ .wds-button.wds-is-facebook-color:focus:not(:disabled),
+ .wds-button.wds-is-facebook-color:hover:not(:disabled),
+ .wds-button.wds-is-facebook-color:active,
+ .wds-button.wds-is-facebook-color.wds-is-active {
+ background-color: #1e2e4f;
+ border-color: #1e2e4f
+ }
+
+ .wds-button.wds-is-googleplus-color {
+ background-color: #dd4b39;
+ border-color: #dd4b39
+ }
+
+ .wds-button.wds-is-googleplus-color:focus:not(:disabled),
+ .wds-button.wds-is-googleplus-color:hover:not(:disabled),
+ .wds-button.wds-is-googleplus-color:active,
+ .wds-button.wds-is-googleplus-color.wds-is-active {
+ background-color: #96271a;
+ border-color: #96271a
+ }
+
+ .wds-button.wds-is-line-color {
+ background-color: #00c300;
+ border-color: #00c300
+ }
+
+ .wds-button.wds-is-line-color:focus:not(:disabled),
+ .wds-button.wds-is-line-color:hover:not(:disabled),
+ .wds-button.wds-is-line-color:active,
+ .wds-button.wds-is-line-color.wds-is-active {
+ background-color: #005d00;
+ border-color: #005d00
+ }
+
+ .wds-button.wds-is-linkedin-color {
+ background-color: #0077b5;
+ border-color: #0077b5
+ }
+
+ .wds-button.wds-is-linkedin-color:focus:not(:disabled),
+ .wds-button.wds-is-linkedin-color:hover:not(:disabled),
+ .wds-button.wds-is-linkedin-color:active,
+ .wds-button.wds-is-linkedin-color.wds-is-active {
+ background-color: #00344f;
+ border-color: #00344f
+ }
+
+ .wds-button.wds-is-meneame-color {
+ background-color: #ff6400;
+ border-color: #ff6400
+ }
+
+ .wds-button.wds-is-meneame-color:focus:not(:disabled),
+ .wds-button.wds-is-meneame-color:hover:not(:disabled),
+ .wds-button.wds-is-meneame-color:active,
+ .wds-button.wds-is-meneame-color.wds-is-active {
+ background-color: #993c00;
+ border-color: #993c00
+ }
+
+ .wds-button.wds-is-nk-color {
+ background-color: #4077a7;
+ border-color: #4077a7
+ }
+
+ .wds-button.wds-is-nk-color:focus:not(:disabled),
+ .wds-button.wds-is-nk-color:hover:not(:disabled),
+ .wds-button.wds-is-nk-color:active,
+ .wds-button.wds-is-nk-color.wds-is-active {
+ background-color: #24425d;
+ border-color: #24425d
+ }
+
+ .wds-button.wds-is-odnoklassniki-color {
+ background-color: #f96900;
+ border-color: #f96900
+ }
+
+ .wds-button.wds-is-odnoklassniki-color:focus:not(:disabled),
+ .wds-button.wds-is-odnoklassniki-color:hover:not(:disabled),
+ .wds-button.wds-is-odnoklassniki-color:active,
+ .wds-button.wds-is-odnoklassniki-color.wds-is-active {
+ background-color: #933e00;
+ border-color: #933e00
+ }
+
+ .wds-button.wds-is-reddit-color {
+ background-color: #ff4500;
+ border-color: #ff4500
+ }
+
+ .wds-button.wds-is-reddit-color:focus:not(:disabled),
+ .wds-button.wds-is-reddit-color:hover:not(:disabled),
+ .wds-button.wds-is-reddit-color:active,
+ .wds-button.wds-is-reddit-color.wds-is-active {
+ background-color: #992900;
+ border-color: #992900
+ }
+
+ .wds-button.wds-is-tumblr-color {
+ background-color: #34465d;
+ border-color: #34465d
+ }
+
+ .wds-button.wds-is-tumblr-color:focus:not(:disabled),
+ .wds-button.wds-is-tumblr-color:hover:not(:disabled),
+ .wds-button.wds-is-tumblr-color:active,
+ .wds-button.wds-is-tumblr-color.wds-is-active {
+ background-color: #0f151c;
+ border-color: #0f151c
+ }
+
+ .wds-button.wds-is-twitter-color {
+ background-color: #1da1f2;
+ border-color: #1da1f2
+ }
+
+ .wds-button.wds-is-twitter-color:focus:not(:disabled),
+ .wds-button.wds-is-twitter-color:hover:not(:disabled),
+ .wds-button.wds-is-twitter-color:active,
+ .wds-button.wds-is-twitter-color.wds-is-active {
+ background-color: #0967a0;
+ border-color: #0967a0
+ }
+
+ .wds-button.wds-is-vkontakte-color {
+ background-color: #587ca3;
+ border-color: #587ca3
+ }
+
+ .wds-button.wds-is-vkontakte-color:focus:not(:disabled),
+ .wds-button.wds-is-vkontakte-color:hover:not(:disabled),
+ .wds-button.wds-is-vkontakte-color:active,
+ .wds-button.wds-is-vkontakte-color.wds-is-active {
+ background-color: #344a61;
+ border-color: #344a61
+ }
+
+ .wds-button.wds-is-wykop-color {
+ background-color: #fb803f;
+ border-color: #fb803f
+ }
+
+ .wds-button.wds-is-wykop-color:focus:not(:disabled),
+ .wds-button.wds-is-wykop-color:hover:not(:disabled),
+ .wds-button.wds-is-wykop-color:active,
+ .wds-button.wds-is-wykop-color.wds-is-active {
+ background-color: #d04b04;
+ border-color: #d04b04
+ }
+
+ .wds-button.wds-is-weibo-color {
+ background-color: #ff8140;
+ border-color: #ff8140
+ }
+
+ .wds-button.wds-is-weibo-color:focus:not(:disabled),
+ .wds-button.wds-is-weibo-color:hover:not(:disabled),
+ .wds-button.wds-is-weibo-color:active,
+ .wds-button.wds-is-weibo-color.wds-is-active {
+ background-color: #d94a00;
+ border-color: #d94a00
+ }
+
+ .wds-dropdown {
+ display: inline-block;
+ position: relative
+ }
+
+ .wds-dropdown__toggle {
+ cursor: pointer;
+ position: relative;
+ z-index: 2
+ }
+
+ .wds-dropdown__toggle-chevron {
+ margin-left: 5px
+ }
+
+ .wds-dropdown__content {
+ background-color: #fff;
+ box-shadow: 0 0 10px 0 rgba(26, 26, 26, 0.2);
+ display: none;
+ left: 0;
+ position: absolute;
+ top: 100%;
+ z-index: 1
+ }
+
+ .wds-dropdown__content.wds-is-dark {
+ box-shadow: 0 0 20px 0 rgba(26, 26, 26, 0.3)
+ }
+
+ .wds-dropdown__content.wds-is-right-aligned {
+ left: auto;
+ right: 0
+ }
+
+ .wds-dropdown.wds-is-active .wds-dropdown__content {
+ display: inline-block
+ }
+
+ .wds-dropdown.wds-is-active .wds-dropdown__toggle-chevron {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg)
+ }
+
+ .wds-icon {
+ fill: currentColor;
+ height: 24px;
+ min-width: 24px;
+ width: 24px
+ }
+
+ .wds-icon-small {
+ height: 18px;
+ min-width: 18px;
+ width: 18px
+ }
+
+ .wds-icon-tiny {
+ height: 12px;
+ min-width: 12px;
+ width: 12px
+ }
+
+ .wds-list {
+ list-style-type: none;
+ margin: 0;
+ padding: 7px 18px
+ }
+
+ .wds-list&gt;
+ li {
+ font-size: 14px;
+ line-height: 1em;
+ padding: 11px 0
+ }
+
+ .wds-list.wds-has-big-items {
+ padding-bottom: 2px;
+ padding-top: 2px
+ }
+
+ .wds-list.wds-has-big-items&gt;
+ li {
+ font-size: 16px;
+ padding-bottom: 16px;
+ padding-top: 16px
+ }
+
+ .wds-list.wds-has-lines-between&gt;
+ li {
+ border-bottom: solid 1px #e6e6e6
+ }
+
+ .wds-list.wds-has-lines-between&gt;
+ li:last-child {
+ border: 0
+ }
+
+ .wds-list.wds-has-ellipsis&gt;
+ li,
+ .wds-list.wds-has-ellipsis.wds-is-linked&gt;
+ li&gt;
+ a {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap
+ }
+
+ .wds-list.wds-is-linked&gt;
+ li {
+ padding: 0
+ }
+
+ .wds-list.wds-is-linked&gt;
+ li&gt;
+ a {
+ display: block;
+ padding: 11px 0
+ }
+
+ .wds-global-footer {
+ background-color: #39424d;
+ box-sizing: border-box;
+ color: #fff;
+ margin-top: 30px;
+ word-wrap: break-word
+ }
+
+ .wds-global-footer * {
+ box-sizing: inherit
+ }
+
+ .wds-global-footer ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0
+ }
+
+ .wds-global-footer__header-wrapper {
+ display: block;
+ width: 100%
+ }
+
+ .wds-global-footer__header {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ margin: 0;
+ padding: 30px 0 25px
+ }
+
+ .wds-global-footer__bottom-bar {
+ background: rgba(38, 38, 38, 0.5);
+ font-size: 12px;
+ line-height: 1.3em;
+ min-height: 50px;
+ padding: 0 20px;
+ text-align: center
+ }
+
+ .wds-global-footer__bottom-bar a,
+ .wds-global-footer__bottom-bar a:visited {
+ color: #00b7e0;
+ text-decoration: none
+ }
+
+ .wds-global-footer__bottom-bar a:hover {
+ color: #fff
+ }
+
+ .wds-global-footer__bottom-bar-row {
+ margin: 0 auto
+ }
+
+ .wds-global-footer__bottom-bar-row.wds-has-border-top {
+ border-top: 1px solid #656e78
+ }
+
+ .wds-global-footer__bottom-bar-row.wds-has-padding {
+ padding: 16px 0
+ }
+
+ .wds-global-footer__button-link {
+ display: inline-block;
+ font-weight: bold;
+ letter-spacing: .3px;
+ line-height: 1.3em;
+ min-height: 45px;
+ padding: 14px 18px;
+ text-decoration: none;
+ text-transform: uppercase
+ }
+
+ .wds-global-footer__header-logo {
+ height: 44px;
+ width: 184px
+ }
+
+ .wds-global-footer__fandom-logo {
+ fill: #fff;
+ height: 26px;
+ width: 122px
+ }
+
+ .wds-global-footer__wikia-logo {
+ fill: #fff;
+ height: 26px;
+ width: 67px
+ }
+
+ .wds-global-footer__wikia-logo.wds-is-large {
+ height: 30px;
+ padding: 0;
+ width: 84px
+ }
+
+ .wds-global-footer__home-of-fandom {
+ border-bottom: 1px solid #c5ced9;
+ border-top: 1px solid #c5ced9;
+ color: #7f90a1;
+ display: block;
+ font-size: 12px;
+ font-weight: bold;
+ letter-spacing: .5px;
+ margin-left: 13px;
+ margin-top: 5px;
+ padding: 3px 0;
+ text-transform: uppercase;
+ white-space: nowrap
+ }
+
+ .wds-global-footer__main {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+ }
+
+ .wds-global-footer__fandom-header,
+ .wds-global-footer__wikia-header {
+ margin: 0
+ }
+
+ .wds-global-footer__fandom-sections,
+ .wds-global-footer__wikia-sections {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap
+ }
+
+ .wds-global-footer__fandom-section,
+ .wds-global-footer__wikia-section {
+ border-top: 4px solid #656e78;
+ margin-right: 55px;
+ padding-top: 8px
+ }
+
+ .wds-global-footer__link,
+ .wds-global-footer__link:active,
+ .wds-global-footer__link:visited,
+ .wds-global-footer__link:focus {
+ color: #c5ced9;
+ font-size: 14px;
+ font-weight: normal;
+ line-height: 1.3em;
+ text-decoration: none
+ }
+
+ .wds-global-footer__link:hover {
+ color: #fff
+ }
+
+ .wds-global-footer__links-list-item {
+ margin-bottom: 8px
+ }
+
+ .wds-global-footer__fandom-section.wds-is-fandom-overview {
+ border: 0;
+ padding: 0
+ }
+
+ .wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__link {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ border-top: 4px solid #656e78;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ font-size: 18px;
+ font-weight: bold;
+ -webkit-justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ margin: 0;
+ padding: 6px 0 28px;
+ text-decoration: none
+ }
+
+ .wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__link.wds-is-games {
+ border-color: #94d11f
+ }
+
+ .wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__link.wds-is-movies {
+ border-color: #09d3bf
+ }
+
+ .wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__link.wds-is-tv {
+ border-color: #00b7e0
+ }
+
+ .wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__image {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg)
+ }
+
+ .wds-global-footer__fandom-section.wds-is-follow-us .wds-global-footer__links-list {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap
+ }
+
+ .wds-global-footer__fandom-section.wds-is-follow-us .wds-global-footer__link {
+ background: no-repeat center;
+ background-size: 24px;
+ display: inline-block;
+ height: 24px;
+ margin-right: 20px;
+ width: 24px
+ }
+
+ .wds-global-footer__fandom-section.wds-is-follow-us .wds-global-footer__image {
+ color: #656e78
+ }
+
+ .wds-global-footer__fandom-section.wds-is-follow-us .wds-global-footer__image:hover {
+ color: #fff
+ }
+
+ .wds-global-footer__wikia-section.wds-is-create-wiki .wds-global-footer__link {
+ border: solid 1px #c5ced9;
+ color: #c5ced9;
+ display: inline-block;
+ font-size: 12px;
+ font-weight: bold;
+ letter-spacing: .3px;
+ line-height: 1.3em;
+ margin-top: 13px;
+ padding: 14px 18px;
+ text-decoration: none;
+ text-transform: uppercase
+ }
+
+ .wds-global-footer__wikia-section.wds-is-create-wiki .wds-global-footer__link:hover {
+ color: #fff
+ }
+
+ .wds-global-footer__wikia-section.wds-is-community-apps .wds-global-footer__links-list {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex
+ }
+
+ .wds-global-footer__wikia-section.wds-is-community-apps .wds-global-footer__link {
+ display: block;
+ line-height: 1.3em;
+ margin-top: 6px;
+ width: 119px
+ }
+
+ .wds-global-footer__wikia-section.wds-is-community-apps .wds-global-footer__image {
+ height: 35px;
+ width: 119px
+ }
+
+ .wds-global-footer__section-header {
+ color: #fff;
+ font-size: 18px;
+ font-weight: bold;
+ margin-bottom: 10px;
+ margin-top: 0;
+ min-height: 24px;
+ padding: 0
+ }
+
+ .wds-global-footer__section-description {
+ color: #fff;
+ font-size: 14px;
+ line-height: 1.3em;
+ margin: 0;
+ padding: 0
+ }
+
+ @media only screen and (max-width: 1083px) {
+ .wds-global-footer__main {
+ margin: 0 20px
+ }
+ .wds-global-footer__fandom-header {
+ margin-bottom: 29px;
+ margin-top: 38px
+ }
+ .wds-global-footer__wikia-header {
+ margin-bottom: 29px;
+ margin-top: 61px
+ }
+ .wds-global-footer__fandom-section,
+ .wds-global-footer__wikia-section {
+ margin: 0;
+ width: 100%
+ }
+ .wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__links-list-item {
+ margin-bottom: 0
+ }
+ .wds-global-footer__fandom-section.wds-is-follow-us {
+ margin-bottom: 20px
+ }
+ .wds-global-footer__fandom-section.wds-is-follow-us .wds-global-footer__links-list-item {
+ margin-bottom: 0
+ }
+ .wds-global-footer__fandom-section.wds-is-follow-us .wds-global-footer__link {
+ height: 42px;
+ margin-right: 10px;
+ width: 42px
+ }
+ .wds-global-footer__wikia-section {
+ margin-bottom: 20px
+ }
+ .wds-global-footer__wikia-section.wds-is-company-overview {
+ width: 50%
+ }
+ .wds-global-footer__wikia-section.wds-is-site-overview {
+ padding-top: 42px;
+ width: 50%
+ }
+ .wds-global-footer__wikia-section.wds-is-create-wiki {
+ display: none
+ }
+ .wds-global-footer__wikia-section.wds-is-community-apps .wds-global-footer__links-list {
+ margin-bottom: 0;
+ margin-top: 5px
+ }
+ .wds-global-footer__wikia-section.wds-is-community-apps .wds-global-footer__link {
+ margin-right: 25px
+ }
+ .wds-global-footer.wds-is-en .wds-global-footer__fandom-section.wds-is-follow-us {
+ margin-bottom: 0
+ }
+ .wds-global-footer__links-list-item {
+ margin-bottom: 20px
+ }
+ }
+
+ @media only screen and (min-width: 1084px) {
+ .wds-global-footer__main {
+ -webkit-flex-direction: row;
+ -ms-flex-direction: row;
+ flex-direction: row;
+ margin: 0 auto;
+ padding-bottom: 40px;
+ width: 1024px
+ }
+ .wds-global-footer__bottom-bar {
+ padding: 0
+ }
+ .wds-global-footer__bottom-bar-row {
+ width: 1024px
+ }
+ .wds-global-footer__fandom-header,
+ .wds-global-footer__wikia-header {
+ height: 26px;
+ margin-bottom: 35px;
+ margin-top: 47px
+ }
+ .wds-global-footer__header {
+ padding: 40px 0 35px
+ }
+ .wds-global-footer__fandom-header {
+ -webkit-order: 1;
+ -ms-flex-order: 1;
+ order: 1;
+ width: 25%
+ }
+ .wds-global-footer__fandom-sections {
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-order: 3;
+ -ms-flex-order: 3;
+ order: 3;
+ width: 25%
+ }
+ .wds-global-footer__wikia-header {
+ -webkit-order: 2;
+ -ms-flex-order: 2;
+ order: 2;
+ width: 75%
+ }
+ .wds-global-footer__wikia-sections {
+ -webkit-align-content: flex-start;
+ -ms-flex-line-pack: start;
+ align-content: flex-start;
+ -webkit-order: 4;
+ -ms-flex-order: 4;
+ order: 4;
+ width: 75%
+ }
+ .wds-global-footer__fandom-section {
+ width: 200px
+ }
+ .wds-global-footer__wikia-section {
+ padding-bottom: 8px
+ }
+ .wds-global-footer__wikia-section.wds-is-company-overview {
+ margin-right: 50px;
+ min-height: 210px;
+ -webkit-order: 1;
+ -ms-flex-order: 1;
+ order: 1;
+ width: 124px
+ }
+ .wds-global-footer__wikia-section.wds-is-site-overview {
+ margin-right: 50px;
+ -webkit-order: 4;
+ -ms-flex-order: 4;
+ order: 4;
+ width: 124px
+ }
+ .wds-global-footer__wikia-section.wds-is-community {
+ min-height: 210px;
+ -webkit-order: 2;
+ -ms-flex-order: 2;
+ order: 2;
+ width: 290px
+ }
+ .wds-global-footer__wikia-section.wds-is-create-wiki {
+ display: block;
+ -webkit-order: 5;
+ -ms-flex-order: 5;
+ order: 5;
+ width: 290px
+ }
+ .wds-global-footer__wikia-section.wds-is-community-apps {
+ margin-right: 0;
+ min-height: 210px;
+ -webkit-order: 3;
+ -ms-flex-order: 3;
+ order: 3;
+ width: 200px
+ }
+ .wds-global-footer__wikia-section.wds-is-community-apps .wds-global-footer__links-list {
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ margin-top: 5px
+ }
+ .wds-global-footer__wikia-section.wds-is-advertise {
+ margin-right: 0;
+ -webkit-order: 6;
+ -ms-flex-order: 6;
+ order: 6;
+ width: 200px
+ }
+ }
+
+ .wds-global-navigation {
+ background-color: #fff;
+ border-image: linear-gradient(to right, #39424d 40%, #656e78 40%) 1 0 0;
+ border-top: 6px solid #656e78;
+ border-width: 6px 0 0;
+ box-shadow: 0 1px 0 0 #ccc;
+ position: relative
+ }
+
+ .wds-global-navigation__dropdown-toggle {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ height: 49px;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .wds-global-navigation__dropdown-content {
+ color: #39424d;
+ min-width: 190px;
+ top: calc(100% + 1px);
+ z-index: -1
+ }
+
+ .wds-global-navigation__dropdown-link {
+ color: #39424d;
+ text-decoration: none;
+ transition: color 200ms
+ }
+
+ .wds-global-navigation__dropdown-link:active,
+ .wds-global-navigation__dropdown-link:hover,
+ .wds-global-navigation__dropdown-link.wds-is-active {
+ color: #00b7e0
+ }
+
+ .wds-global-navigation__content-bar {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 49px;
+ margin: 0 auto;
+ position: relative;
+ width: 768px;
+ z-index: 1
+ }
+
+ .wds-global-navigation__account-menu,
+ .wds-global-navigation__link,
+ .wds-global-navigation__logo,
+ .wds-global-navigation__notifications-menu,
+ .wds-global-navigation__search,
+ .wds-global-navigation__start-a-wiki,
+ .wds-global-navigation__user-menu,
+ .wds-global-navigation__wikis-menu {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ background-color: #fff;
+ border-top: 6px solid #656e78;
+ color: #39424d;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ font-size: 14px;
+ height: 49px;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ margin-top: -6px;
+ padding: 0 8px;
+ text-decoration: none;
+ white-space: nowrap
+ }
+
+ .wds-global-navigation__account-menu,
+ .wds-global-navigation__link,
+ .wds-global-navigation__notifications-menu,
+ .wds-global-navigation__user-menu,
+ .wds-global-navigation__wikis-menu {
+ transition-duration: 200ms;
+ transition-property: background-color, border-color, color
+ }
+
+ .wds-global-navigation__account-menu:hover,
+ .wds-global-navigation__link:hover,
+ .wds-global-navigation__notifications-menu:hover,
+ .wds-global-navigation__user-menu:hover,
+ .wds-global-navigation__wikis-menu:hover {
+ color: #00b7e0
+ }
+
+ .wds-global-navigation__account-menu:active,
+ .wds-global-navigation__account-menu.wds-is-active,
+ .wds-global-navigation__link:active,
+ .wds-global-navigation__link.wds-is-active,
+ .wds-global-navigation__notifications-menu:active,
+ .wds-global-navigation__notifications-menu.wds-is-active,
+ .wds-global-navigation__user-menu:active,
+ .wds-global-navigation__user-menu.wds-is-active,
+ .wds-global-navigation__wikis-menu:active,
+ .wds-global-navigation__wikis-menu.wds-is-active {
+ background-color: #656e78;
+ border-color: #363b41;
+ color: #fff
+ }
+
+ .wds-global-navigation__logo {
+ border-top: 6px solid #39424d
+ }
+
+ .wds-global-navigation__logo-fandom {
+ height: 100%;
+ padding-bottom: 4px;
+ width: 230px
+ }
+
+ .wds-global-navigation__logo-image {
+ height: 100%
+ }
+
+ .wds-global-navigation__logo-image.wds-is-wds-company-logo-fandom {
+ fill: #39424d;
+ padding-bottom: 4px;
+ width: 120px
+ }
+
+ .wds-global-navigation__logo-image.wds-is-wds-company-logo-powered-by-wikia {
+ margin: 0 1px 2px 11px;
+ width: 98px
+ }
+
+ .wds-global-navigation__logo-image.wds-is-wds-company-logo-wikia-org {
+ width: 105px
+ }
+
+ .wds-global-navigation__links-and-search {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex: 4 1 auto;
+ -ms-flex: 4 1 auto;
+ flex: 4 1 auto
+ }
+
+ .wds-global-navigation__link,
+ .wds-global-navigation__wikis-menu {
+ transition-duration: 200ms;
+ transition-property: background-color, color, font-size, padding, -webkit-flex;
+ transition-property: background-color, color, flex, font-size, padding;
+ transition-property: background-color, color, flex, font-size, padding, -webkit-flex, -ms-flex
+ }
+
+ .wds-global-navigation__link {
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto
+ }
+
+ .wds-global-navigation__link.wds-is-games {
+ border-color: #94d11f
+ }
+
+ .wds-global-navigation__link.wds-is-games:active,
+ .wds-global-navigation__link.wds-is-games.wds-is-active {
+ background-color: #94d11f;
+ border-color: #75a518
+ }
+
+ .wds-global-navigation__link.wds-is-movies {
+ border-color: #09d3bf
+ }
+
+ .wds-global-navigation__link.wds-is-movies:active,
+ .wds-global-navigation__link.wds-is-movies.wds-is-active {
+ background-color: #09d3bf;
+ border-color: #07a293
+ }
+
+ .wds-global-navigation__link.wds-is-tv {
+ border-color: #00b7e0
+ }
+
+ .wds-global-navigation__link.wds-is-tv:active,
+ .wds-global-navigation__link.wds-is-tv.wds-is-active {
+ background-color: #00b7e0;
+ border-color: #008dad
+ }
+
+ .wds-global-navigation__wikis-menu {
+ -webkit-flex: 0 1 auto;
+ -ms-flex: 0 1 auto;
+ flex: 0 1 auto
+ }
+
+ .wds-global-navigation__search {
+ -webkit-flex: 0 1 auto;
+ -ms-flex: 0 1 auto;
+ flex: 0 1 auto;
+ transition: -webkit-flex 200ms;
+ transition: flex 200ms;
+ transition: flex 200ms, -webkit-flex 200ms, -ms-flex 200ms
+ }
+
+ .wds-global-navigation__search-input-wrapper {
+ border: solid transparent;
+ border-width: 0 0 1px;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ height: 28px;
+ transition: border-bottom-color 200ms
+ }
+
+ .wds-global-navigation__search-label {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ background-color: #fff;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ position: relative;
+ z-index: 2
+ }
+
+ .wds-global-navigation__search-label-icon {
+ cursor: pointer;
+ transition: color 200ms;
+ z-index: 1
+ }
+
+ .wds-global-navigation__search-label-icon:hover {
+ color: #00b7e0
+ }
+
+ .wds-global-navigation__search-input {
+ -webkit-appearance: none;
+ border: 0;
+ box-sizing: border-box;
+ color: #333;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ font-size: 14px;
+ height: 100%;
+ left: 0;
+ max-width: 100%;
+ padding: 3px 4px;
+ padding-left: 20px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ transition: padding 200ms;
+ width: 100%
+ }
+
+ .wds-global-navigation__search-input::-webkit-search-decoration,
+ .wds-global-navigation__search-input::-webkit-search-cancel-button {
+ display: none
+ }
+
+ .wds-global-navigation__search-input:focus {
+ outline: none
+ }
+
+ .wds-global-navigation__search-input::-webkit-input-placeholder {
+ color: transparent;
+ opacity: 1;
+ transition: color 200ms
+ }
+
+ .wds-global-navigation__search-input::-moz-placeholder {
+ color: transparent;
+ opacity: 1;
+ transition: color 200ms
+ }
+
+ .wds-global-navigation__search-input:-ms-input-placeholder {
+ color: transparent;
+ opacity: 1;
+ transition: color 200ms
+ }
+
+ .wds-global-navigation__search-input::placeholder {
+ color: transparent;
+ opacity: 1;
+ transition: color 200ms
+ }
+
+ .wds-global-navigation__search-input::-ms-clear {
+ display: none
+ }
+
+ .wds-global-navigation__search-close {
+ margin: 0;
+ max-width: 0;
+ opacity: 0;
+ padding: 0;
+ transition-duration: 50ms;
+ transition-property: max-width, opacity, padding;
+ z-index: 2
+ }
+
+ .wds-global-navigation__search-close-icon {
+ color: #999;
+ display: block
+ }
+
+ .wds-global-navigation__search-submit {
+ border-width: 0;
+ max-width: 0;
+ overflow: hidden;
+ padding: 0;
+ transition-duration: 50ms;
+ transition-property: max-width, padding;
+ z-index: 2
+ }
+
+ .wds-global-navigation__search-submit-icon {
+ display: block;
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg)
+ }
+
+ .wds-global-navigation__search-suggestions {
+ right: 0;
+ top: calc(100% + 1px)
+ }
+
+ .wds-global-navigation__account-menu-caption {
+ display: none;
+ margin-left: 5px
+ }
+
+ .wds-global-navigation__account-menu-dropdown-caption {
+ font-size: 12px;
+ padding-bottom: 10px;
+ text-align: center
+ }
+
+ .wds-global-navigation__notifications-menu {
+ padding-right: 0;
+ position: relative;
+ width: 50px
+ }
+
+ .wds-global-navigation__notifications-menu-counter {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ background-color: #00b7e0;
+ border: 1px solid #fff;
+ border-radius: 9px;
+ box-sizing: border-box;
+ color: #fff;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ font-size: 10px;
+ height: 18px;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ left: -1px;
+ min-width: 18px;
+ padding: 0 4px;
+ position: absolute;
+ top: 8px
+ }
+
+ html[lang^='zh'] .wds-global-navigation__start-a-wiki-button {
+ font-size: 12px;
+ font-weight: 400;
+ padding: 9px 12px 8px
+ }
+
+ .wds-global-navigation__start-a-wiki-icon {
+ height: 14px;
+ min-width: 14px;
+ width: 14px;
+ display: none
+ }
+
+ .wds-global-navigation__partner-slot {
+ border-left: 1px solid #c5ced9;
+ display: none;
+ height: 100%;
+ max-width: 80px;
+ position: absolute;
+ right: 0;
+ top: 0
+ }
+
+ @media (min-width: 1280px) {
+ .wds-global-navigation__partner-slot {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex
+ }
+ }
+
+ .wds-global-navigation__partner-slot-link {
+ padding: 10px
+ }
+
+ .wds-global-navigation__partner-slot-image {
+ max-width: 60px;
+ max-height: 29px;
+ vertical-align: middle
+ }
+
+ .wds-global-navigation:not(.wds-search-is-active) .wds-global-navigation__search-suggestions {
+ display: none
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__search-input {
+ padding: 3px 4px;
+ position: relative;
+ top: auto
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__search-label-icon:hover {
+ color: #39424d
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__search-input::-webkit-input-placeholder {
+ color: #39424d
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__search-input::-moz-placeholder {
+ color: #39424d
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__search-input:-ms-input-placeholder {
+ color: #39424d
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__search-input::placeholder {
+ color: #39424d
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__link {
+ -webkit-flex: 0 1 auto;
+ -ms-flex: 0 1 auto;
+ flex: 0 1 auto
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__search {
+ -webkit-flex: 1 1 0;
+ -ms-flex: 1 1 0;
+ flex: 1 1 0
+ }
+
+ .wds-global-navigation.wds-search-is-always-visible .wds-global-navigation__search-input-wrapper {
+ border-bottom-color: #656e78
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-label-icon:hover {
+ color: #39424d
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__link,
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__wikis-menu {
+ color: transparent;
+ -webkit-flex: 0 0 auto;
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+ font-size: 0;
+ padding: 0
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__wikis-menu .wds-icon {
+ display: none
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search {
+ -webkit-flex: 2 1 auto;
+ -ms-flex: 2 1 auto;
+ flex: 2 1 auto
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-input-wrapper {
+ border-bottom-color: #656e78
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-input-wrapper.wds-is-active {
+ border-bottom-color: #00b7e0
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-input::-webkit-input-placeholder {
+ color: #999
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-input::-moz-placeholder {
+ color: #999
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-input:-ms-input-placeholder {
+ color: #999
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-input::placeholder {
+ color: #999
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-close {
+ max-width: 24px;
+ opacity: 1;
+ padding-right: 8px;
+ transition-delay: 150ms
+ }
+
+ .wds-global-navigation.wds-search-is-active .wds-global-navigation__search-submit {
+ max-width: 100%;
+ padding: 5px 9px;
+ transition: background-color 300ms, border-color 300ms, color 300ms, max-width 50ms 150ms, opacity 300ms, padding 50ms 150ms
+ }
+
+ .wds-global-navigation .wds-user-is-logged-in .wds-global-navigation__start-a-wiki-caption {
+ display: none
+ }
+
+ .wds-global-navigation .wds-user-is-logged-in .wds-global-navigation__start-a-wiki-icon {
+ display: block
+ }
+
+ @media only screen and (min-width: 1024px) {
+ .wds-global-navigation__search-input {
+ padding: 3px 4px;
+ position: relative;
+ top: auto
+ }
+ .wds-global-navigation__search-label-icon:hover {
+ color: #39424d
+ }
+ .wds-global-navigation__search-input::-webkit-input-placeholder {
+ color: #39424d
+ }
+ .wds-global-navigation__search-input::-moz-placeholder {
+ color: #39424d
+ }
+ .wds-global-navigation__search-input:-ms-input-placeholder {
+ color: #39424d
+ }
+ .wds-global-navigation__search-input::placeholder {
+ color: #39424d
+ }
+ .wds-global-navigation__content-bar {
+ width: 1004px
+ }
+ .wds-global-navigation__wikis-menu {
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto
+ }
+ .wds-global-navigation__search {
+ -webkit-flex: 2 1 auto;
+ -ms-flex: 2 1 auto;
+ flex: 2 1 auto
+ }
+ .wds-global-navigation__search-input-wrapper {
+ border-bottom: 1px solid #656e78
+ }
+ .wds-global-navigation__account-menu-caption,
+ .wds-global-navigation__start-a-wiki-caption {
+ display: inline
+ }
+ .wds-global-navigation__start-a-wiki-icon {
+ display: none
+ }
+ .wds-global-navigation .wds-user-is-logged-in .wds-global-navigation__start-a-wiki-caption {
+ display: inline
+ }
+ .wds-global-navigation .wds-user-is-logged-in .wds-global-navigation__start-a-wiki-icon {
+ display: none
+ }
+ }
+
+ @media only screen and (min-width: 1084px) {
+ .wds-global-navigation__content-bar {
+ width: 1064px
+ }
+ }
+
+ @media only screen and (min-width: 1596px) {
+ .wds-global-navigation__content-bar {
+ width: 1238px
+ }
+ }
+
+ .article-wrapper .sponsored-heading,
+ .gpt-ad&gt;
+ div::before,
+ .careers-content .careers-testimonials .testimonials&gt;
+ .testimonial blockquote cite .title {
+ font-size: .625rem;
+ line-height: .75rem
+ }
+
+ .article-wrapper .entry-meta .byline,
+ .post-list .author-attribution,
+ .post-grid .author-attribution,
+ .post-list .attribution,
+ .post-grid .attribution,
+ .hub-feed .attribution,
+ .hero-block .hero .attribution,
+ .hero-block-sponsored .hero .attribution,
+ .page-about-content section.team a,
+ .page-press section.contact a,
+ .endless-feed+.load-more .load-more-btn,
+ .article-wrapper .author-bio .view-profile,
+ .article-wrapper .article-share .text,
+ article .wp-caption-text,
+ .btn,
+ .share-btn,
+ .email-share-btn,
+ .fb-share-btn,
+ .reddit-btn,
+ .tweet-btn,
+ .ln-share-bt,
+ .fandom-newsletter-signup .form-fandom-newsletter-signup.selected .email-label,
+ .fandom-newsletter-signup input.submit,
+ .fandom-newsletter-signup .error,
+ .fan-contributor-ad a,
+ .home-fandom,
+ figure.video figcaption .caption,
+ .rail-feed .post-list .post .category,
+ .recommended-videos .heading,
+ .hero-block .hero .category,
+ .hero-block-sponsored .hero .category,
+ .top-community .top-community-stats,
+ .other-communities .other-communities-content-community-stats,
+ .careers-content .careers-header h1,
+ .careers-content .careers-header .job-categories a,
+ .careers-content .careers-header .learn-more-arrow span,
+ .social-footer p,
+ .topic-card .sponsored-by,
+ article.type-video time,
+ .page-about-content section.follow-us .follow,
+ .page-about-content section.leadership .profile {
+ font-size: .75rem;
+ line-height: .9375rem
+ }
+
+ .article-wrapper .author-bio .about,
+ .community-resources p,
+ .community-resources a,
+ .fan-contributor-ad,
+ .pagination,
+ figure.video figcaption .caption-title,
+ .rail-feed .post-list .post .entry-title,
+ .more-stories header .view-all,
+ .recommended-videos h3,
+ .hero-block .topic-link,
+ .hero-block-sponsored .topic-link,
+ section.post-archive .filter,
+ section.post-archive .excerpt,
+ .top-community .top-community-heading,
+ .top-community .top-community-topic,
+ .top-community .top-community-text,
+ .top-community .top-community-link,
+ .other-communities,
+ .other-communities .other-communities-heading,
+ .careers-content .careers-header .job-categories.open .select-a-team,
+ .careers-content .values-matter .value-boxes .value-box h3,
+ .careers-content .values-matter .value-boxes .value-box p,
+ .careers-content section.news-events .news-wrapper&gt;
+ section h3,
+ .careers-content .social-header,
+ .videos-module h3,
+ .wikia-explanation p,
+ .wikia-explanation a,
+ .page-about-content section.follow-us a,
+ .page-about-content section.investors p,
+ .page-about-content section.leadership .profile strong,
+ .page-about-content section.about-intl dl,
+ .page-about-content section.about-intl table,
+ .fan-contributor-wrapper .hero p,
+ .page-press section.press-feed li .attribution {
+ font-size: .875rem;
+ line-height: 1.25rem
+ }
+
+ .article-wrapper .article-rail .topic-card h3,
+ body,
+ h5,
+ h6,
+ p,
+ .nav-flyout-description,
+ section.post-archive h3,
+ .other-communities .other-communities-content-community-name,
+ .careers-content .top p,
+ .careers-content .careers-header .job-categories.open a,
+ .careers-content section.news-events .news-wrapper&gt;
+ section h4,
+ .careers-content section.news-events .news-wrapper&gt;
+ section a,
+ .careers-content section.open-positions .department ul.job-posts li&gt;
+ a,
+ .fan-contributor-wrapper .form h2,
+ .fan-contributor-wrapper .share h3 {
+ font-size: 1rem;
+ line-height: 1.5rem
+ }
+
+ .hero.sponsored .action-btn,
+ .topic-card .action-btn,
+ h2,
+ h3,
+ h4,
+ .post-grid .entry-title,
+ .more-stories h3,
+ p .icon-copy,
+ .hub-feed .entry-title,
+ .nav-flyout-heading,
+ .hero-block .hero h3,
+ .hero-block-sponsored .hero h3,
+ .top-community .top-community-name,
+ .topic-card h4,
+ .page-about-content section.about-intl h4,
+ .page-about-content section.about-intl th,
+ .fan-contributor-wrapper .description h2,
+ .fan-contributor-wrapper .description h3,
+ .fan-contributor-wrapper .perks h3,
+ .page-press section.press-feed h4 {
+ font-size: 1.125rem;
+ line-height: 1.375rem
+ }
+
+ .community-resources .explore-title,
+ .fan-contributor-ad h3,
+ .pull-quote .content,
+ .rail-feed h2,
+ .more-stories h2,
+ .hero-block .hero.lead h3,
+ .hero-block-sponsored .hero.lead h3,
+ section.post-archive h1,
+ .careers-content .careers-testimonials .testimonials&gt;
+ .testimonial blockquote cite,
+ .careers-content section.open-positions h2,
+ .social-promo-rail .callout,
+ .topic-card.compact .topic-title,
+ article.type-video h1,
+ .wikia-explanation .explore-title,
+ .page-about-content section.team h4,
+ .page-press section.press-feed li h3 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem
+ }
+
+ h1,
+ .careers-content .top h2,
+ .careers-content .careers-header .tagline,
+ .fan-contributor-wrapper .hero h1 {
+ font-size: 1.6875rem;
+ line-height: 2.0625rem
+ }
+
+ .article-wrapper .article-rail .topic-card .topic-title,
+ .community-resources h2,
+ .wikia-explanation h2,
+ .page-about-content section.leadership h2,
+ .page-about-content section.team h2 {
+ font-size: 2.25rem;
+ line-height: 2.6875rem
+ }
+
+ .topic-card .topic-title {
+ font-size: 2.5rem;
+ line-height: 3rem
+ }
+
+ .page-about-content header h1 {
+ font-size: 3.375rem;
+ line-height: 4.0625rem
+ }
+
+ .wds-global-footer {
+ line-height: 1;
+ margin-top: 0;
+ position: relative
+ }
+
+ .wds-global-navigation.loaded .wds-global-navigation__account-menu {
+ visibility: visible
+ }
+
+ .wds-global-navigation .wds-global-navigation__account-menu {
+ visibility: hidden
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .wds-global-navigation-wrapper {
+ height: 55px;
+ position: relative
+ }
+ .wds-global-navigation {
+ position: relative;
+ width: 100%
+ }
+ .wds-global-navigation .wds-global-navigation__account-menu li:first-of-type a:visited {
+ color: #fff
+ }
+ .wds-global-navigation a.wds-global-navigation__link:visited,
+ .wds-global-navigation a.wds-global-navigation__dropdown-link:visited {
+ color: #1a1a1a
+ }
+ .wds-global-navigation a.wds-global-navigation__link:hover,
+ .wds-global-navigation a.wds-global-navigation__dropdown-link:hover {
+ color: #00b7e0
+ }
+ .wds-global-navigation .wds-global-navigation__content-bar {
+ box-sizing: initial
+ }
+ .wds-global-navigation .wds-global-navigation__content-bar .wds-global-navigation__links-and-search a.wds-is-active {
+ color: #fff
+ }
+ .wds-global-navigation .wds-global-navigation__content-bar .wds-global-navigation__search-input {
+ min-width: 90%
+ }
+ .wds-global-navigation.headroom {
+ position: fixed;
+ top: 0;
+ transition: -webkit-transform 200ms linear;
+ transition: transform 200ms linear;
+ transition: transform 200ms linear, -webkit-transform 200ms linear;
+ width: 100%;
+ will-change: transform;
+ z-index: 5000101
+ }
+ .wds-global-navigation.headroom.logged-in.headroom--unpinned {
+ -webkit-transform: translateY(-100%);
+ transform: translateY(-100%)
+ }
+ .wds-global-navigation.headroom.logged-in.headroom--pinned {
+ -webkit-transform: translateY(0%);
+ transform: translateY(0%)
+ }
+ .wds-global-navigation.headroom.headroom-override {
+ position: absolute
+ }
+ .wds-global-navigation.sponsored-hero-pinned,
+ .wds-global-navigation.bfaa-pinned {
+ position: relative
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) and (-ms-high-contrast: active),
+ only screen and (min-width: 52.5em) and (-ms-high-contrast: none) {
+ .wds-global-navigation img[src$=".svg"] {
+ width: 100%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .hero-block-sponsored~.wds-global-navigation-wrapper {
+ position: static
+ }
+ }
+
+ .post-list .post-thumbnail,
+ .post-grid .post-thumbnail,
+ .featured-header,
+ .twitch-video .video-container,
+ .youtube-inline .video-container,
+ .featured-header .video-container,
+ figure.ooyala-video,
+ .hub-feed .post-thumbnail {
+ display: block;
+ position: relative
+ }
+
+ .post-list .post-thumbnail:after,
+ .post-grid .post-thumbnail:after,
+ .featured-header:after,
+ .twitch-video .video-container:after,
+ .youtube-inline .video-container:after,
+ .featured-header .video-container:after,
+ figure.ooyala-video:after,
+ .hub-feed .post-thumbnail:after {
+ display: block;
+ content: '';
+ padding-top: 56.25%
+ }
+
+ .post-list .post-thumbnail img,
+ .post-grid .post-thumbnail img,
+ .featured-header .featured-header-inner,
+ .twitch-video .video-container iframe,
+ .youtube-inline .video-container iframe,
+ .featured-header .video-container iframe,
+ figure.ooyala-video .video-container,
+ .hub-feed .post-thumbnail img {
+ height: 100%;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%
+ }
+
+ .article-wrapper .entry-meta .byline,
+ .post-list .author-attribution,
+ .post-grid .author-attribution,
+ .post-list .attribution,
+ .post-grid .attribution,
+ .hub-feed .attribution,
+ .hero-block .hero .attribution,
+ .hero-block-sponsored .hero .attribution {
+ color: rgba(57, 66, 77, 0.4);
+ font-weight: bold;
+ line-height: 30px;
+ margin-top: 10px;
+ text-transform: uppercase
+ }
+
+ .article-wrapper .entry-meta .byline,
+ .post-list .author-attribution,
+ .post-grid .author-attribution {
+ text-transform: none
+ }
+
+ .article-wrapper .entry-meta .byline a,
+ .post-list .author-attribution a,
+ .post-grid .author-attribution a {
+ color: #656e78
+ }
+
+ .article-wrapper .entry-meta .byline .avatar,
+ .post-list .author-attribution .avatar,
+ .post-grid .author-attribution .avatar {
+ border: 2px solid #c5ced9;
+ border-radius: 50%;
+ height: 30px;
+ margin-right: 2px;
+ width: 30px
+ }
+
+ .article-wrapper .entry-meta .byline .posted-time,
+ .post-list .author-attribution .posted-time,
+ .post-grid .author-attribution .posted-time {
+ color: rgba(57, 66, 77, 0.4)
+ }
+
+ .page-about-content section.team a,
+ .page-press section.contact a {
+ border: 2px solid #999;
+ border-radius: 3px;
+ display: block;
+ font-weight: bold;
+ letter-spacing: 1px;
+ line-height: 40px;
+ text-align: center;
+ text-transform: uppercase
+ }
+
+ .endless-feed+.load-more .load-more-btn {
+ background-color: #fff;
+ border: 1px solid #4a90e2;
+ color: #4a90e2;
+ cursor: pointer;
+ font-weight: bold;
+ line-height: 2.875rem;
+ outline: none;
+ padding: 0 18px;
+ text-align: center;
+ text-transform: uppercase
+ }
+
+ .endless-feed+.load-more .load-more-btn:active {
+ background-color: #4a90e2;
+ color: #fff
+ }
+
+ .endless-feed+.load-more [disabled].load-more-btn {
+ opacity: 0.7
+ }
+
+ .hero.sponsored .action-btn,
+ .topic-card .action-btn {
+ border-radius: 3px;
+ color: #fff;
+ display: inline-block;
+ font-weight: bold
+ }
+
+ .hero.sponsored .action-btn:hover,
+ .topic-card .action-btn:hover {
+ color: #fff
+ }
+
+ .article-wrapper .categories li,
+ .post-list .category,
+ .post-grid .category,
+ .hub-feed .category,
+ .topic-card .categories .category {
+ background-color: #39424d;
+ color: #fff;
+ display: inline-block;
+ font-size: .75rem;
+ font-weight: bold;
+ height: 27px;
+ line-height: 27px;
+ padding: 0 11px;
+ text-transform: capitalize
+ }
+
+ .article-wrapper .categories li.cat-games,
+ .post-list .cat-games.category,
+ .post-grid .cat-games.category,
+ .hub-feed .cat-games.category,
+ .topic-card .categories .cat-games.category {
+ background-color: #94d11f
+ }
+
+ .article-wrapper .categories li.cat-movies,
+ .post-list .cat-movies.category,
+ .post-grid .cat-movies.category,
+ .hub-feed .cat-movies.category,
+ .topic-card .categories .cat-movies.category {
+ background-color: #09d3bf
+ }
+
+ .article-wrapper .categories li.cat-tv,
+ .post-list .cat-tv.category,
+ .post-grid .cat-tv.category,
+ .hub-feed .cat-tv.category,
+ .topic-card .categories .cat-tv.category {
+ background-color: #00b7e0;
+ text-transform: uppercase
+ }
+
+ .article-wrapper .categories li.cat-sponsored,
+ .post-list .cat-sponsored.category,
+ .post-grid .cat-sponsored.category,
+ .hub-feed .cat-sponsored.category,
+ .topic-card .categories .cat-sponsored.category {
+ background-color: #333
+ }
+
+ .hero.sponsored .action-btn,
+ .hero.sponsored .sponsored-hero-mobile .action-btn,
+ .top-community .top-community-name {
+ overflow-x: hidden;
+ word-wrap: break-word;
+ white-space: nowrap;
+ text-overflow: ellipsis
+ }
+
+ .hero-block .hero,
+ .hero-block-sponsored .hero,
+ .topic-card:not(.topic-card-simple),
+ .topic-card-simple .top-link,
+ .videos-module .thumbnail {
+ background-position: center;
+ background-size: cover;
+ position: relative
+ }
+
+ .featured-header.shaded:before,
+ .topic-card:not(.topic-card-simple):before,
+ .topic-card-simple .top-link:before,
+ .videos-module .thumbnail:before {
+ background-color: #1a1a1a;
+ opacity: .4
+ }
+
+ .non-touch-device .topic-card:hover:before,
+ .topic-card-simple .top-link:hover:before,
+ .non-touch-device .videos-module .thumbnail:hover:before {
+ opacity: .6
+ }
+
+ .hero-block .hero:before,
+ .hero-block-sponsored .hero:before {
+ background-image: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.9))
+ }
+
+ .non-touch-device .hero-block .hero:hover:before,
+ .non-touch-device .hero-block-sponsored .hero:hover:before {
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6))
+ }
+
+ .featured-header.shaded:before,
+ .topic-card:not(.topic-card-simple):before,
+ .topic-card-simple .top-link:before,
+ .videos-module .thumbnail:before,
+ .hero-block .hero:before,
+ .hero-block-sponsored .hero:before,
+ .play-button-overlay,
+ .post-list .has-video a::before,
+ .post-grid .has-video a::before,
+ .hub-feed .has-video a::before,
+ .nav-flyout-play-button-overlay {
+ bottom: 0;
+ content: '';
+ display: block;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0
+ }
+
+ .post-list .post-thumbnail:before,
+ .post-grid .post-thumbnail:before {
+ pointer-events: none
+ }
+
+ .post-list .post-thumbnail:after,
+ .post-grid .post-thumbnail:after {
+ background-color: #1a1a1a
+ }
+
+ .post-list .post-thumbnail img:hover,
+ .post-grid .post-thumbnail img:hover {
+ opacity: .6
+ }
+
+ .post-list .post-thumbnail img,
+ .post-grid .post-thumbnail img {
+ color: #1a1a1a
+ }
+
+ .fan-feed .clickable-unit.hover .post-thumbnail img,
+ .rail-feed .clickable-unit.hover .post-thumbnail img,
+ .more-stories .clickable-unit.hover .post-thumbnail img,
+ .recirculation-feed .clickable-unit.hover .post-thumbnail img,
+ section.post-archive .clickable-unit.hover .post-thumbnail img,
+ html.js .video-rail .clickable-unit.hover .post-thumbnail img {
+ opacity: .6
+ }
+
+ .top-nav ul,
+ .hero-block ul,
+ .hero-block-sponsored ul,
+ section.post-archive .filter,
+ .top-communities .community-list,
+ .fan-contributor-wrapper .perks ul,
+ .page-press section.press-feed ul {
+ list-style-type: none;
+ padding: 0;
+ margin: 0
+ }
+
+ @-webkit-keyframes fade-in {
+ from {
+ opacity: 0
+ }
+ to {
+ opacity: 1
+ }
+ }
+
+ @keyframes fade-in {
+ from {
+ opacity: 0
+ }
+ to {
+ opacity: 1
+ }
+ }
+
+ @-webkit-keyframes fade-out {
+ from {
+ opacity: 1
+ }
+ to {
+ opacity: 0
+ }
+ }
+
+ @keyframes fade-out {
+ from {
+ opacity: 1
+ }
+ to {
+ opacity: 0
+ }
+ }
+
+ @-webkit-keyframes slide-up {
+ 0% {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%)
+ }
+ 100% {
+ -webkit-transform: translateY(0%);
+ transform: translateY(0%)
+ }
+ }
+
+ @keyframes slide-up {
+ 0% {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%)
+ }
+ 100% {
+ -webkit-transform: translateY(0%);
+ transform: translateY(0%)
+ }
+ }
+
+ @-webkit-keyframes slide-left {
+ 0% {
+ -webkit-transform: translateX(100%);
+ transform: translateX(100%)
+ }
+ 100% {
+ -webkit-transform: translateX(0%);
+ transform: translateX(0%)
+ }
+ }
+
+ @keyframes slide-left {
+ 0% {
+ -webkit-transform: translateX(100%);
+ transform: translateX(100%)
+ }
+ 100% {
+ -webkit-transform: translateX(0%);
+ transform: translateX(0%)
+ }
+ }
+
+ .article-wrapper .article-container {
+ background: #fff
+ }
+
+ .article-wrapper article {
+ padding-top: 40px
+ }
+
+ .article-wrapper.featured article {
+ padding-top: 0
+ }
+
+ .article-wrapper .author-bio {
+ background-color: #39424d;
+ color: #fff;
+ margin: 70px -1rem 0;
+ text-align: center
+ }
+
+ .article-wrapper .author-bio .about {
+ line-height: 1.3125rem;
+ margin: 14px 1rem 0
+ }
+
+ .article-wrapper .author-bio .author-name {
+ color: #fff;
+ display: block;
+ font-weight: bold
+ }
+
+ .article-wrapper .author-bio .avatar {
+ border: 2px solid #ccc;
+ border-radius: 50%;
+ height: 60px;
+ margin: 0 auto -20px;
+ -webkit-transform: translateY(-30px);
+ transform: translateY(-30px);
+ width: 60px
+ }
+
+ .article-wrapper .author-bio .social-media a {
+ display: none;
+ margin-top: 14px;
+ padding: 0 8px
+ }
+
+ .article-wrapper .author-bio .social-media .icon {
+ fill: #fff;
+ height: 15px
+ }
+
+ .article-wrapper .author-bio .view-profile {
+ background-color: #2c343d;
+ margin-top: 20px;
+ text-transform: uppercase
+ }
+
+ .article-wrapper .author-bio .view-profile a {
+ color: #fff;
+ font-weight: bold;
+ line-height: 48px;
+ padding: 10px
+ }
+
+ .article-wrapper .author-bio .view-profile .menu-control {
+ fill: #656e78;
+ height: 11px;
+ margin-left: 3px;
+ vertical-align: middle;
+ width: 11px
+ }
+
+ .article-wrapper .categories {
+ line-height: 13px;
+ list-style: none;
+ margin: 0;
+ padding: 0 0 12px
+ }
+
+ .article-wrapper .categories li {
+ font-size: .625rem;
+ height: 17px;
+ line-height: 17px;
+ margin-right: -2px;
+ padding: 0
+ }
+
+ .article-wrapper .categories a {
+ display: inline-block;
+ height: 17px;
+ padding: 0 10px;
+ line-height: 17px;
+ font-size: .625rem;
+ color: #fff
+ }
+
+ .article-wrapper .entry-meta {
+ border-color: #000;
+ border-style: dashed;
+ border-width: 1px 0 1px 0;
+ padding: 15px 0 15px 0
+ }
+
+ .article-wrapper .entry-meta .byline {
+ display: inline-block;
+ line-height: 45px;
+ margin: 0
+ }
+
+ .article-wrapper .entry-meta .byline .avatar {
+ height: 36px;
+ margin-right: 3px;
+ width: 36px
+ }
+
+ .article-wrapper .article-share {
+ margin-bottom: 40px;
+ text-align: center
+ }
+
+ .article-wrapper .article-share hr {
+ border: 2px solid #e6e6e6;
+ width: 71px
+ }
+
+ .article-wrapper .article-share .text {
+ font-weight: bold;
+ margin: 18px 0;
+ text-transform: uppercase
+ }
+
+ .article-wrapper .share-wrapper {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ margin-top: 15px
+ }
+
+ .article-wrapper .share-wrapper [class*='-btn'] {
+ min-width: 45px;
+ width: 45px
+ }
+
+ .article-wrapper .share-wrapper [class*='-btn'] span {
+ display: none
+ }
+
+ .article-wrapper .share-wrapper .tweet-btn,
+ .article-wrapper .share-wrapper .reddit-btn {
+ margin-left: 9px
+ }
+
+ .article-wrapper .article-rail {
+ padding-bottom: 40px
+ }
+
+ .article-wrapper .article-rail .topic-card {
+ height: 600px
+ }
+
+ .article-wrapper .article-rail .topic-card .topic-title {
+ line-height: 2.5rem
+ }
+
+ .article-wrapper .article-rail:not(.featured-article-rail) .topic-card {
+ margin-top: 18px
+ }
+
+ .article-wrapper .entry-content {
+ margin-top: 1.5em
+ }
+
+ .article-wrapper .side-rail {
+ -webkit-flex: 1 0 auto;
+ -ms-flex: 1 0 auto;
+ flex: 1 0 auto;
+ max-width: 300px;
+ position: relative;
+ width: 300px
+ }
+
+ .article-wrapper .side-rail-wrapper {
+ width: 300px;
+ height: 100%
+ }
+
+ .article-wrapper .side-rail-wrapper.static {
+ height: auto
+ }
+
+ .article-wrapper .side-rail-wrapper.fixed {
+ height: auto;
+ position: fixed;
+ top: 0
+ }
+
+ .article-wrapper .sponsored-heading {
+ background-color: #f6f6f6;
+ font-weight: bold;
+ height: 30px;
+ line-height: 30px;
+ position: relative;
+ text-align: center
+ }
+
+ .article-wrapper .sponsored-heading .sponsor-logo {
+ max-height: 20px;
+ margin-left: 7px
+ }
+
+ .article-wrapper twitterwidget {
+ width: auto !important
+ }
+
+ .article-wrapper twitterwidget::shadow .EmbeddedTweet {
+ margin-left: auto;
+ margin-right: auto
+ }
+
+ .article-wrapper .wp-embedded-content {
+ width: 100% !important
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .article-wrapper .article-container {
+ -webkit-align-items: start;
+ -ms-flex-align: start;
+ -ms-grid-row-align: start;
+ align-items: start;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ position: static
+ }
+ .article-wrapper .byline .avatar {
+ height: 30px;
+ width: 30px
+ }
+ .article-wrapper .entry-meta {
+ border: none;
+ padding: 0
+ }
+ .article-wrapper .entry-title {
+ margin-bottom: 10px
+ }
+ .article-wrapper .share-wrapper {
+ display: block
+ }
+ .article-wrapper .share-wrapper [class*='-btn'] {
+ height: 45px;
+ width: 45px
+ }
+ .article-wrapper .share-wrapper [class*='-btn'] span {
+ display: none
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .article-wrapper:not(.featured) {
+ padding-right: 1rem
+ }
+ .article-wrapper article {
+ padding-right: 45px
+ }
+ .article-wrapper article.type-post .article-share {
+ margin-bottom: 80px
+ }
+ .article-wrapper .article-share .tweet-btn,
+ .article-wrapper .article-share .reddit-btn {
+ margin-left: 10px
+ }
+ .article-wrapper .author-bio {
+ margin: 70px 0 60px
+ }
+ .article-wrapper .author-bio .about {
+ margin: 14px 70px 0
+ }
+ .article-wrapper .entry-meta {
+ padding: 11px
+ }
+ .article-wrapper .sponsored-heading {
+ font-size: .75rem;
+ height: 50px;
+ line-height: 50px
+ }
+ .article-wrapper .sponsored-heading .sponsor-logo {
+ max-height: 40px
+ }
+ }
+
+ @media only screen and (min-width: 66.5em) {
+ .article-wrapper:not(.featured) {
+ padding-right: 0
+ }
+ .article-wrapper .article-share,
+ .article-wrapper .author-bio {
+ margin-left: 76px
+ }
+ .article-wrapper .entry-content {
+ padding-left: 76px
+ }
+ .article-wrapper .share-wrapper {
+ float: right;
+ margin-top: 0;
+ display: inline-block
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ html.js .article-rail:not(.featured-article-rail) {
+ visibility: hidden
+ }
+ html.js .article-rail:not(.featured-article-rail).visible {
+ visibility: visible
+ }
+ }
+
+ article.page .entry-content {
+ padding-left: 0
+ }
+
+ article .alignleft {
+ display: inline;
+ float: left
+ }
+
+ article .alignright {
+ display: inline;
+ float: right
+ }
+
+ article .aligncenter {
+ display: block;
+ margin-right: auto;
+ margin-left: auto
+ }
+
+ article blockquote {
+ border-left: 2px solid #c5ced9;
+ font-style: italic;
+ margin-left: 20px;
+ padding-bottom: 10px;
+ padding-left: 17px;
+ padding-top: 10px
+ }
+
+ article blockquote p {
+ color: #656e78
+ }
+
+ article blockquote :last-child {
+ margin-bottom: 0
+ }
+
+ article blockquote :first-child {
+ margin-top: 0
+ }
+
+ article blockquote *+* {
+ padding-top: 10px
+ }
+
+ article blockquote.alignleft,
+ article .wp-caption.alignleft,
+ article img.alignleft {
+ margin: 0.4rem 1.5rem 1.5rem 0
+ }
+
+ article blockquote.alignright,
+ article .wp-caption.alignright,
+ article img.alignright {
+ margin: 0.4rem 0 1.5rem 1.5rem
+ }
+
+ article blockquote.aligncenter,
+ article .wp-caption.aligncenter,
+ article img.aligncenter {
+ clear: both;
+ margin-top: 0.4rem;
+ margin-bottom: 1.5rem
+ }
+
+ article img.size-medium,
+ article img.size-full {
+ width: 100%;
+ height: auto
+ }
+
+ article figure {
+ margin: 1.5rem 0;
+ max-width: 100%
+ }
+
+ article p {
+ margin: .75rem 0 1.5rem
+ }
+
+ article figure.aligncenter:first-child {
+ margin-top: 1.5rem
+ }
+
+ article .wp-caption-text {
+ color: #999;
+ display: block;
+ font-style: italic;
+ padding: 10px 10px 0
+ }
+
+ article figcaption:after {
+ background: #e6e6e6;
+ content: '';
+ display: block;
+ height: 4px;
+ margin-left: -10px;
+ margin-top: 10px;
+ width: 27%
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ article figcaption:after {
+ width: 50%
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ article h2,
+ article h3 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem;
+ margin: 0 0 .75rem
+ }
+ }
+
+ html {
+ font-size: 100%
+ }
+
+ body {
+ color: #39424d
+ }
+
+ body.no-scroll {
+ height: 100%;
+ overflow: hidden
+ }
+
+ a {
+ text-decoration: none;
+ color: #00b7e0
+ }
+
+ a:visited {
+ color: #00b7e0
+ }
+
+ a:hover {
+ color: #00b7e0
+ }
+
+ a:active {
+ color: #00b7e0
+ }
+
+ h1 {
+ margin: 0 0 1.375rem
+ }
+
+ h2,
+ h3,
+ h4 {
+ margin: 0 0 1.375rem
+ }
+
+ h5,
+ h6 {
+ margin: 0
+ }
+
+ p {
+ margin: 1.5rem 0
+ }
+
+ h5+p,
+ h6+p {
+ margin-top: 0
+ }
+
+ .main-wrap {
+ -webkit-align-items: flex-start;
+ -ms-flex-align: start;
+ -ms-grid-row-align: flex-start;
+ align-items: flex-start
+ }
+
+ .error-404 {
+ padding-top: 20px;
+ min-height: 300px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .main-wrap {
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ h1 {
+ font-size: 2.5rem;
+ line-height: 3rem
+ }
+ h2 {
+ font-size: 2.25rem;
+ line-height: 2.6875rem
+ }
+ h3 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem;
+ margin: 0 0 1.125rem
+ }
+ h4 {
+ font-size: 1.125rem;
+ line-height: 1.375rem;
+ margin: 0 0 1.375rem
+ }
+ }
+
+ input[type="search"]::-webkit-search-decoration,
+ input[type="search"]::-webkit-search-cancel-button,
+ input[type="search"]::-webkit-search-results-button,
+ input[type="search"]::-webkit-search-results-decoration {
+ display: none
+ }
+
+ .more-from-event .rail-feed {
+ padding-bottom: 20px
+ }
+
+ .more-from-event .rail-feed .post-list .category {
+ display: none
+ }
+
+ .more-from-event .rail-feed .post-list .post {
+ border-top-color: #c5ced9;
+ padding-top: 15px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .event-enabled .more-stories .rail {
+ margin-top: 19px
+ }
+ }
+
+ body.nycc-2016.home .hero-block {
+ position: relative
+ }
+
+ body.nycc-2016.home .videos-module {
+ background-color: #fff
+ }
+
+ body.nycc-2016.home .videos-module h2 {
+ font-size: 2.25rem;
+ color: #39424d
+ }
+
+ body.nycc-2016.home .videos-module .clickable-unit.hover h3 {
+ color: #00b7e0
+ }
+
+ body.nycc-2016.home .videos-module .videos-module-inner {
+ padding-bottom: 10px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ body.nycc-2016.home .hero-block {
+ margin: auto;
+ max-width: 1160px
+ }
+ body.nycc-2016.home .hero-block&gt;
+ .grid-block {
+ height: 557px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ body.nycc-2016.home .videos-module .secondary h3 {
+ color: #39424d
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ body.nycc-2016.home .hero-block {
+ border: 5px solid #fff;
+ margin: -315px auto 15px
+ }
+ }
+
+ .featured-header {
+ background-position: 50% 25%;
+ background-size: cover
+ }
+
+ .featured-header .featured-video {
+ bottom: 0;
+ position: absolute;
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
+ width: 100%;
+ z-index: 10
+ }
+
+ .article-wrapper.featured .article-container {
+ padding-top: 20px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .featured-header {
+ height: 543px
+ }
+ .featured-header .featured-video {
+ outline: none;
+ bottom: 150px;
+ max-width: 680px
+ }
+ .article-wrapper.featured {
+ margin-top: -140px;
+ padding: 0
+ }
+ .article-wrapper.featured .article-container {
+ padding: 20px
+ }
+ .article-wrapper.featured article {
+ padding-left: 0
+ }
+ }
+
+ .btn,
+ .share-btn,
+ .email-share-btn,
+ .fb-share-btn,
+ .reddit-btn,
+ .tweet-btn,
+ .ln-share-bt {
+ background-color: #ececec;
+ color: #fff;
+ display: inline-block;
+ padding: 9px 10px;
+ text-align: center;
+ text-decoration: none
+ }
+
+ .btn:hover,
+ .share-btn:hover,
+ .email-share-btn:hover,
+ .fb-share-btn:hover,
+ .reddit-btn:hover,
+ .tweet-btn:hover,
+ .ln-share-bt:hover {
+ color: #fff
+ }
+
+ .share-btn,
+ .email-share-btn,
+ .fb-share-btn,
+ .reddit-btn,
+ .tweet-btn,
+ .ln-share-bt {
+ font-weight: bold;
+ font-size: .625rem;
+ height: 45px;
+ line-height: 45px;
+ padding: 0 5px;
+ text-transform: uppercase
+ }
+
+ .share-btn.invert,
+ .invert.email-share-btn,
+ .invert.fb-share-btn,
+ .invert.reddit-btn,
+ .invert.tweet-btn,
+ .invert.ln-share-bt {
+ background-color: transparent
+ }
+
+ .share-btn span,
+ .email-share-btn span,
+ .fb-share-btn span,
+ .reddit-btn span,
+ .tweet-btn span,
+ .ln-share-bt span {
+ padding-left: 6px
+ }
+
+ @media only screen and (min-width: 66.5em) {
+ .share-btn,
+ .email-share-btn,
+ .fb-share-btn,
+ .reddit-btn,
+ .tweet-btn,
+ .ln-share-bt {
+ font-size: .75rem
+ }
+ .share-btn.fb-share-btn,
+ .fb-share-btn {
+ min-width: 100px
+ }
+ .share-btn.tweet-btn,
+ .tweet-btn {
+ min-width: 116px
+ }
+ .share-btn.reddit-btn,
+ .reddit-btn {
+ min-width: 111px
+ }
+ .share-btn.ln-share-bt,
+ .ln-share-bt {
+ min-width: 109px
+ }
+ }
+
+ .share-icon,
+ .fb-share-icon,
+ .tweet-share-icon,
+ .ln-share-icon {
+ text-align: center;
+ display: inline-block;
+ width: 25px
+ }
+
+ .community-resources {
+ background-color: #f6f6f6;
+ color: #39424d;
+ padding: 15px 15px 50px 15px;
+ margin-top: 11px;
+ text-align: center;
+ overflow: none
+ }
+
+ .community-resources img {
+ width: 97px;
+ height: 97px
+ }
+
+ .community-resources h2 {
+ letter-spacing: -1px;
+ font-weight: bolder;
+ margin: 0
+ }
+
+ .community-resources .more-top-margin {
+ margin-top: 35px
+ }
+
+ .community-resources .less-top-margin {
+ margin-top: 5px
+ }
+
+ .community-resources p.bottom-margin {
+ margin-bottom: 5px
+ }
+
+ .community-resources p {
+ font-weight: bold;
+ text-transform: uppercase
+ }
+
+ .community-resources a {
+ display: inline-block;
+ background: #f6f6f6;
+ border: 1px solid #39424d;
+ color: #39424d;
+ font-weight: bold;
+ line-height: 1.125rem;
+ padding: 18px 30px;
+ text-transform: uppercase
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .community-resources {
+ padding: 25px 15px 65px 15px
+ }
+ .community-resources .explore-title {
+ font-size: 2.25rem;
+ line-height: 2.6875rem
+ }
+ .community-resources img {
+ width: 161px;
+ height: 161px
+ }
+ }
+
+ .contact-header {
+ margin-bottom: 60px;
+ background-color: #092344;
+ height: 166px;
+ text-align: center
+ }
+
+ .contact-header h1 {
+ font-size: 24px;
+ color: #fff;
+ font-weight: bold;
+ margin-bottom: 25px;
+ padding-top: 40px
+ }
+
+ .contact-header h1:after {
+ width: 90px;
+ height: 4px;
+ content: '';
+ display: block;
+ margin: 22px auto 0;
+ background-color: #fff
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .contact-header {
+ height: 257px
+ }
+ .contact-header h1 {
+ font-size: 40px;
+ margin-bottom: 33px;
+ padding-top: 70px
+ }
+ .contact-header h1:after {
+ margin: 35px auto 0;
+ width: 96px;
+ height: 5px;
+ width: 90px
+ }
+ }
+
+ .fandom-newsletter-signup {
+ background-color: #2c343d;
+ color: #fff;
+ height: 120px;
+ padding-top: 40px;
+ position: relative;
+ text-align: center
+ }
+
+ .fandom-newsletter-signup .message-success {
+ -webkit-animation: fade-in 1s ease forwards;
+ animation: fade-in 1s ease forwards;
+ left: 0;
+ padding: 50px 1rem 0 1rem;
+ position: absolute;
+ text-align: center;
+ top: 0;
+ width: 100%
+ }
+
+ .fandom-newsletter-signup .form-success {
+ -webkit-animation: fade-out 0.4s ease forwards;
+ animation: fade-out 0.4s ease forwards;
+ opacity: 0
+ }
+
+ .fandom-newsletter-signup .form-fandom-newsletter-signup {
+ margin: 0;
+ opacity: 1;
+ padding: 0 20px;
+ position: relative;
+ text-align: center
+ }
+
+ .fandom-newsletter-signup .form-fandom-newsletter-signup.selected .email-label {
+ opacity: 1;
+ padding: 0;
+ pointer-events: none;
+ position: absolute;
+ -webkit-transform: translateY(-22px);
+ transform: translateY(-22px);
+ top: 10px
+ }
+
+ .fandom-newsletter-signup .form-title {
+ display: inline-block;
+ font-weight: bold;
+ margin-right: 15px
+ }
+
+ .fandom-newsletter-signup input {
+ display: inline-block;
+ height: 40px;
+ margin: 0;
+ padding: 0
+ }
+
+ .fandom-newsletter-signup input:focus {
+ outline: 0
+ }
+
+ .fandom-newsletter-signup input.email {
+ background: transparent;
+ border: none;
+ border-bottom: 1px solid #656e78;
+ height: 29px;
+ margin: 0
+ }
+
+ .fandom-newsletter-signup input.submit {
+ background: transparent;
+ border: 1px solid #656e78;
+ border-radius: 2px;
+ color: #c5ced9;
+ font-weight: bold;
+ height: 40px;
+ line-height: 40px;
+ text-transform: uppercase;
+ width: 130px
+ }
+
+ .fandom-newsletter-signup .input {
+ display: inline-block;
+ margin: 0 15px 20px 0;
+ position: relative;
+ text-align: left
+ }
+
+ .fandom-newsletter-signup .email-label {
+ text-align: left;
+ color: #656e78;
+ display: block;
+ left: 0;
+ position: absolute;
+ top: 2px;
+ transition: all 0.2s ease 0.1s
+ }
+
+ .fandom-newsletter-signup .email {
+ width: 315px
+ }
+
+ .fandom-newsletter-signup .error {
+ bottom: -22px;
+ color: #ed1c24;
+ left: 0;
+ position: absolute;
+ z-index: 0
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .fandom-newsletter-signup {
+ height: 200px;
+ padding: 20px 0;
+ text-align: center
+ }
+ .fandom-newsletter-signup .email {
+ width: 265px
+ }
+ .fandom-newsletter-signup .form-fandom-newsletter-signup.selected .email-label {
+ top: 8px
+ }
+ .fandom-newsletter-signup .form-title {
+ font-size: .875rem;
+ margin: 0 0 30px 0
+ }
+ .fandom-newsletter-signup .grid-container {
+ margin: auto;
+ max-width: 360px;
+ width: 100%
+ }
+ .fandom-newsletter-signup .input {
+ margin: 0 0 40px 0
+ }
+ .fandom-newsletter-signup .message-title {
+ display: block;
+ margin-bottom: 10px
+ }
+ }
+
+ .fan-contributor-ad {
+ background: url("http://vignette.wikia.nocookie.net/6b0cd445-363e-4f7d-a9e8-2abd0fd47dae") no-repeat center;
+ color: #fff;
+ padding: 78px 0 68px;
+ text-align: center
+ }
+
+ .fan-contributor-ad a {
+ background-color: #fff;
+ color: #2060b5;
+ display: block;
+ font-weight: bold;
+ height: 40px;
+ letter-spacing: 1px;
+ line-height: 40px;
+ margin: 27px auto 0;
+ text-transform: uppercase;
+ width: 200px
+ }
+
+ .fan-contributor-ad h3 {
+ line-height: 32px;
+ margin: 0
+ }
+
+ .fan-contributor-ad hr {
+ border-top: 4px solid #fff;
+ border-width: 4px 0 0;
+ margin: 24px auto;
+ width: 97px
+ }
+
+ .fan-contributor-ad span {
+ line-height: 20px;
+ text-transform: uppercase
+ }
+
+ .article-wrapper .article-rail .fan-contributor-ad {
+ margin-top: 40px
+ }
+
+ .icon-top-comm-arrow-down {
+ fill: #94d11f
+ }
+
+ .icon-top-comm-arrow-up {
+ fill: #ff7f26
+ }
+
+ .icon-top-comm-circle {
+ fill: #1a5eb8
+ }
+
+ .icon-comics {
+ fill: #ff5400
+ }
+
+ .icon-games {
+ fill: #94d11f
+ }
+
+ .icon-books {
+ fill: #ff7f26
+ }
+
+ .icon-movies {
+ fill: #09d3bf
+ }
+
+ .icon-music {
+ fill: #c819ad
+ }
+
+ .icon-fan-profile-avatar {
+ fill: transparent
+ }
+
+ .pagination {
+ text-align: center
+ }
+
+ .pagination a,
+ .pagination span {
+ border-radius: 3px;
+ display: inline-block;
+ height: 36px;
+ line-height: 35px
+ }
+
+ .pagination a {
+ width: 32px
+ }
+
+ .pagination a.previous,
+ .pagination a.next,
+ .pagination a.active {
+ border: 1px solid #00b7e0;
+ width: 36px
+ }
+
+ .pagination a.active {
+ background-color: #00b7e0;
+ color: #fff
+ }
+
+ .pagination .inactive {
+ color: #c5ced9;
+ border: 1px solid #c5ced9;
+ width: 36px
+ }
+
+ .pull-quote {
+ margin-bottom: 25px;
+ padding-bottom: 24px;
+ border-bottom: 1px solid #e5e5e5
+ }
+
+ @media only screen and (min-width: 66.5em) {
+ .pull-quote {
+ margin-right: -20px;
+ max-width: 300px
+ }
+ .pull-quote.left {
+ float: left;
+ left: -76px;
+ position: relative
+ }
+ }
+
+ @media only screen and (max-width: 66.4375em) {
+ .pull-quote {
+ margin-right: 20px
+ }
+ .pull-quote.left {
+ float: left;
+ left: 0;
+ position: relative
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .pull-quote {
+ width: 100%
+ }
+ }
+
+ .pull-quote .share-bar {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ margin-bottom: 23px
+ }
+
+ .pull-quote .share-bar [class*='-btn']:not(:last-of-type) {
+ margin-right: 20px
+ }
+
+ .pull-quote .share-bar .separator {
+ background: #e5e5e5;
+ -webkit-flex: 1;
+ -ms-flex: 1;
+ flex: 1;
+ height: 4px;
+ margin-left: 25px
+ }
+
+ @media only screen and (max-width: 66.4375em) {
+ .pull-quote .share-bar .share-icon,
+ .pull-quote .share-bar .fb-share-icon,
+ .pull-quote .share-bar .tweet-share-icon,
+ .pull-quote .share-bar .ln-share-icon {
+ width: 50px
+ }
+ }
+
+ .pull-quote .content {
+ color: #1eb6de;
+ font-style: italic
+ }
+
+ .svg-sprite-container {
+ height: 0;
+ position: absolute;
+ visibility: hidden;
+ width: 0
+ }
+
+ body.vertical-hub .top-nav {
+ height: 56px
+ }
+
+ body.vertical-hub:after {
+ clear: both;
+ content: '';
+ display: block
+ }
+
+ .page-tv .top-nav .sub-nav .tv {
+ background-color: #00b7e0;
+ border-color: #00a2c7
+ }
+
+ .page-tv .top-nav .sub-nav .tv a {
+ color: #fff
+ }
+
+ .page-tv .top-nav:after {
+ border-bottom: 4px solid #00b7e0
+ }
+
+ .page-movies .top-nav .sub-nav .movies {
+ background-color: #09d3bf;
+ border-color: #08bba9
+ }
+
+ .page-movies .top-nav .sub-nav .movies a {
+ color: #fff
+ }
+
+ .page-movies .top-nav:after {
+ border-bottom: 4px solid #09d3bf
+ }
+
+ .page-games .top-nav .sub-nav .games {
+ background-color: #94d11f;
+ border-color: #84bb1c
+ }
+
+ .page-games .top-nav .sub-nav .games a {
+ color: #fff
+ }
+
+ .page-games .top-nav:after {
+ border-bottom: 4px solid #94d11f
+ }
+
+ .page-explore .top-nav .nav-links-item.explore {
+ background-color: #656e78;
+ border-color: #59616a
+ }
+
+ .page-explore .top-nav .nav-links-item.explore&gt;
+ a {
+ color: #fff
+ }
+
+ .page-explore .top-nav:after {
+ border-bottom: 2px solid #656e78
+ }
+
+ .home-fandom {
+ font-weight: bold;
+ text-transform: uppercase
+ }
+
+ .top-nav {
+ background-color: #fff;
+ border-image: linear-gradient(to right, #39424d 40%, #656e78 40%) 1 0 0;
+ border-left: 0 none;
+ border-right: 0 none;
+ border-top-style: solid;
+ border-top-width: 6px;
+ font-weight: 500;
+ height: 55px;
+ position: relative
+ }
+
+ .top-nav:after {
+ border-bottom: 1px solid #ccc;
+ clear: both;
+ content: '';
+ display: block
+ }
+
+ .top-nav a {
+ color: #39424d;
+ display: inline-block
+ }
+
+ .top-nav a:hover {
+ color: #00b7e0
+ }
+
+ .top-nav .hamburger,
+ .top-nav .hamburger-close {
+ -webkit-animation: fade-in 0.65s ease forwards;
+ animation: fade-in 0.65s ease forwards;
+ cursor: pointer;
+ height: 24px;
+ padding-left: 1rem;
+ position: absolute;
+ top: 13px;
+ width: 24px
+ }
+
+ .top-nav .wordmark-desktop {
+ -webkit-flex: 0 0 254px;
+ -ms-flex: 0 0 254px;
+ flex: 0 0 254px;
+ margin: 0 20px
+ }
+
+ .top-nav .nav-links-item {
+ border-style: solid;
+ border-width: 0;
+ position: relative
+ }
+
+ .top-nav .nav-links-item.games {
+ border-color: #94d11f
+ }
+
+ .top-nav .nav-links-item.movies {
+ border-color: #09d3bf
+ }
+
+ .top-nav .nav-links-item.tv {
+ border-color: #00b7e0
+ }
+
+ .top-nav .nav-links-item.explore,
+ .top-nav .nav-links-item.explore-mobile,
+ .top-nav .nav-links-item.generic {
+ border-color: #656e78
+ }
+
+ .top-nav .nav-links-item.generic {
+ border-left-width: 0 !important;
+ font-weight: normal
+ }
+
+ .top-nav .avatar {
+ border: 2px solid #c5ced9;
+ border-radius: 50%;
+ display: inline-block;
+ height: 30px;
+ margin-right: 9px;
+ width: 30px
+ }
+
+ .top-nav .icon-sign-in-gray {
+ display: inline-block;
+ height: 30px;
+ width: 30px
+ }
+
+ .top-nav .logo-fandom {
+ display: block;
+ height: 26px;
+ margin: 12px auto 4px;
+ width: 131px
+ }
+
+ .top-nav .logo-fandom-tagline {
+ height: 26px;
+ margin-top: 10px;
+ width: 254px
+ }
+
+ .top-nav .search-bar {
+ box-sizing: border-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .top-nav .search-form {
+ line-height: 18px
+ }
+
+ .top-nav .search-form .svg-wrap {
+ padding: 4px 2px 4px 0
+ }
+
+ .top-nav .search-form .icon-search {
+ height: 18px;
+ margin-bottom: -3px;
+ width: 18px
+ }
+
+ .top-nav .search-form .search-field {
+ border-width: 0;
+ outline: none;
+ padding: 4px 0;
+ width: 70%
+ }
+
+ .top-nav .search-form .search-field::-webkit-input-placeholder {
+ color: #c5ced9
+ }
+
+ .top-nav .search-form .search-field::-moz-placeholder {
+ color: #c5ced9
+ }
+
+ .top-nav .search-form .search-field:-ms-input-placeholder {
+ color: #c5ced9
+ }
+
+ .top-nav .search-form .search-field::placeholder {
+ color: #c5ced9
+ }
+
+ .top-nav .search-form .search-field::-moz-placeholder {
+ color: #c5ced9
+ }
+
+ .top-nav .search-form .search-field:-ms-input-placeholder {
+ color: #c5ced9
+ }
+
+ .top-nav .search-form .search-field::webkit-input-placeholder {
+ color: #c5ced9
+ }
+
+ .top-nav .search-line {
+ border-bottom: 1px solid #1a1a1a;
+ width: 90%
+ }
+
+ .top-nav .sub-nav {
+ -webkit-flex-grow: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-nav {
+ border-image: none;
+ border-top-color: #092344
+ }
+ .top-nav .hide-for-mobile {
+ display: none
+ }
+ .top-nav .wordmark-desktop {
+ display: none
+ }
+ .top-nav .logo-fandom-tagline {
+ display: none
+ }
+ .top-nav .sub-nav {
+ background-color: #39424d;
+ height: 100vh;
+ left: 0;
+ position: absolute;
+ text-align: left;
+ top: 48px;
+ width: 100vw;
+ z-index: 100001
+ }
+ .top-nav .sub-nav a {
+ color: #fff;
+ display: block;
+ font-size: 1.5rem;
+ font-weight: bold;
+ line-height: 60px;
+ padding: 0 1rem
+ }
+ .top-nav .sub-nav .nav-links-item {
+ border-left-width: 6px;
+ margin-bottom: 2px
+ }
+ .top-nav .sub-nav .icon-menu-control {
+ fill: #656e78;
+ float: right;
+ height: 24px;
+ margin-top: 17px;
+ -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
+ width: 24px
+ }
+ .top-nav .cta-link {
+ background-color: #656e78;
+ margin-bottom: 2px
+ }
+ .top-nav .cta-link a {
+ font-size: 1rem
+ }
+ .top-nav .cta-link .icon-arrow-white {
+ float: none;
+ fill: #fff;
+ height: 24px;
+ margin-top: -3px !important;
+ -webkit-transform: rotate(180deg) scaleX(-1) translateY(1px);
+ transform: rotate(180deg) scaleX(-1) translateY(1px);
+ vertical-align: middle;
+ width: 24px
+ }
+ .top-nav .top-nav-wrapper {
+ text-align: center;
+ width: 100%
+ }
+ .top-nav .mobile-drawer {
+ position: absolute;
+ top: 48px;
+ width: 100%
+ }
+ .top-nav .user-state-mobile {
+ background-color: #656e78;
+ color: #fff;
+ line-height: 48px;
+ padding: 0 18px
+ }
+ .top-nav .user-state-mobile .icon-sign-in-gray {
+ -webkit-transform: translateY(-2px);
+ transform: translateY(-2px)
+ }
+ .top-nav .user-state-mobile a {
+ display: inline-block;
+ font-size: 1rem;
+ font-weight: 500;
+ padding: 0
+ }
+ .top-nav .user-state-mobile a.log-out {
+ float: right
+ }
+ .top-nav .search-icon,
+ .top-nav .search-close {
+ -webkit-animation: fade-in 0.65s ease forwards;
+ animation: fade-in 0.65s ease forwards;
+ cursor: pointer;
+ padding: 3px 3px 0;
+ position: absolute;
+ right: 12px;
+ top: 9px
+ }
+ .top-nav .search-bar {
+ background-color: #fff;
+ border-bottom: 1px solid #c5ced9;
+ height: 50px;
+ left: 0;
+ line-height: 20px;
+ padding: 0 20px 15px 20px;
+ position: absolute;
+ top: 49px;
+ width: 100%;
+ z-index: 100002
+ }
+ .top-nav .search-bar .svg-wrap {
+ -webkit-flex: 0 0 25px;
+ -ms-flex: 0 0 25px;
+ flex: 0 0 25px;
+ padding-right: 7px
+ }
+ .top-nav .search-line {
+ width: 100%
+ }
+ .top-nav .search-form {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ line-height: 1rem;
+ margin-top: 8px
+ }
+ .top-nav .search-form .search-field {
+ width: 100%
+ }
+ }
+
+ @media only screen and (max-width: 39.9375em) {
+ .top-nav .sub-nav a {
+ font-size: 1rem;
+ line-height: 48px
+ }
+ .top-nav .sub-nav .icon-arrow-white {
+ height: 24px;
+ margin-right: 16px;
+ margin-top: 15px;
+ width: 24px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .wds-global-navigation {
+ display: none
+ }
+ .top-nav {
+ display: block
+ }
+ #wpadminbar {
+ display: none !important
+ }
+ .top-nav+.tagline {
+ background-color: #fff;
+ line-height: 23px;
+ position: relative;
+ text-align: center
+ }
+ .top-nav+.tagline img {
+ vertical-align: baseline
+ }
+ .top-nav+.tagline .partner-slot {
+ position: absolute;
+ right: 12px;
+ top: 3px
+ }
+ .top-nav+.tagline .partner-slot img {
+ height: 17px
+ }
+ .games-hub,
+ .movies-hub,
+ .tv-hub {
+ display: none
+ }
+ body.vertical-hub .hub-name {
+ height: 23px
+ }
+ body.vertical-hub .hub-name p {
+ text-align: center;
+ font-weight: bold;
+ letter-spacing: -0.7px;
+ color: #fff;
+ margin: 0;
+ font-size: 1rem;
+ line-height: 1.5rem
+ }
+ body.vertical-hub .top-nav:after {
+ border-bottom: none
+ }
+ .page-tv .hub-name {
+ background-color: #00b7e0
+ }
+ .page-tv .hub-name .tv-hub {
+ display: block
+ }
+ .page-movies .hub-name {
+ background-color: #09d3bf
+ }
+ .page-movies .hub-name .movies-hub {
+ display: block
+ }
+ .page-games .hub-name {
+ background-color: #94d11f
+ }
+ .page-games .hub-name .games-hub {
+ display: block
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .top-nav {
+ display: none
+ }
+ .wds-global-navigation {
+ display: block
+ }
+ }
+
+ figure.video {
+ margin-top: 0.4rem;
+ margin-bottom: 1.5rem
+ }
+
+ figure.video figcaption {
+ padding: 10px 10px 0
+ }
+
+ figure.video figcaption .caption {
+ color: #999;
+ display: block;
+ font-style: italic;
+ line-height: 1rem
+ }
+
+ figure.video figcaption .caption-title {
+ color: #39424d;
+ display: block;
+ font-weight: bold
+ }
+
+ figure.ooyala-video .innerWrapper {
+ height: 100% !important;
+ width: 100% !important;
+ z-index: 10 !important
+ }
+
+ figure.ooyala-video.video iframe[src^="http://imasdk.googleapis.com/"] {
+ z-index: 10004
+ }
+
+ .play-button-overlay {
+ background-image: url("http://vignette.wikia.nocookie.net/6857d275-0eb0-4e97-9401-3d23da474ed0");
+ background-repeat: no-repeat;
+ z-index: 1
+ }
+
+ [data-user] {
+ visibility: hidden
+ }
+
+ [data-user] [data-facebook-link],
+ [data-user] [data-twitter-link] {
+ display: none
+ }
+
+ .gpt-ad&gt;
+ div {
+ box-sizing: content-box;
+ padding-top: 16px;
+ padding-right: 0;
+ padding-bottom: 0px;
+ padding-left: 0
+ }
+
+ .gpt-ad&gt;
+ div::before {
+ color: #656e78;
+ content: attr(data-win-advertisement-text);
+ display: block;
+ margin-top: -16px;
+ padding-bottom: 6px;
+ position: absolute;
+ text-transform: uppercase
+ }
+
+ .gpt-ad.slot-animation {
+ transition: max-height 0.8s ease;
+ overflow: hidden
+ }
+
+ .gpt-ad.slot-responsive {
+ width: 100%
+ }
+
+ .gpt-ad.slot-responsive&gt;
+ div {
+ position: relative
+ }
+
+ .gpt-ad.slot-responsive&gt;
+ div iframe {
+ height: 100%;
+ left: 0;
+ position: absolute;
+ width: 100%;
+ top: 0
+ }
+
+ .home-top-leaderboard,
+ .article-top-leaderboard,
+ .vertical-top-leaderboard,
+ .page-top-leaderboard {
+ background: #f6f6f6;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ position: relative
+ }
+
+ .home-top-leaderboard&gt;
+ div,
+ .article-top-leaderboard&gt;
+ div,
+ .vertical-top-leaderboard&gt;
+ div,
+ .page-top-leaderboard&gt;
+ div {
+ padding-top: 23px;
+ padding-right: 0;
+ padding-bottom: 25px;
+ padding-left: 0
+ }
+
+ .home-top-leaderboard.featured,
+ .article-top-leaderboard.featured,
+ .vertical-top-leaderboard.featured,
+ .page-top-leaderboard.featured {
+ background: #1a1a1a
+ }
+
+ .article-top-box-ad-mobile {
+ background: #f6f6f6;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .article-top-box-ad-mobile&gt;
+ div {
+ padding-top: 23px;
+ padding-right: 0;
+ padding-bottom: 10px;
+ padding-left: 0
+ }
+
+ .home-top-leaderboard&gt;
+ div,
+ .vertical-top-leaderboard&gt;
+ div {
+ padding-top: 34px;
+ padding-right: 0;
+ padding-bottom: 25px;
+ padding-left: 0
+ }
+
+ .home-bottom-leaderboard,
+ .article-bottom-leaderboard-desktop,
+ .article-bottom-leaderboard-mobile,
+ .vertical-bottom-leaderboard,
+ .page-bottom-leaderboard {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .article-bottom-leaderboard-desktop-wrapper {
+ background: #f6f6f6;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .article-bottom-leaderboard-desktop-wrapper .article-bottom-leaderboard-desktop&gt;
+ div {
+ margin: 15px 0
+ }
+
+ .home-top-box-ad,
+ .vertical-top-box-ad {
+ margin-bottom: 40px
+ }
+
+ .featured-article-rail .article-top-box-ad-desktop&gt;
+ div {
+ padding-bottom: 40px
+ }
+
+ .article-top-box-ad-desktop&gt;
+ div {
+ padding-top: 23px;
+ padding-right: 0;
+ padding-bottom: 22px;
+ padding-left: 0
+ }
+
+ .incontent-boxad-desktop {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ padding: 7px 0 13px 0;
+ position: fixed;
+ top: 42px
+ }
+
+ .incontent-boxad-desktop.pinned-top {
+ position: static;
+ top: 0
+ }
+
+ .incontent-boxad-desktop.pinned-bottom {
+ bottom: 0;
+ position: absolute;
+ top: auto
+ }
+
+ .tracking-pixels {
+ position: absolute;
+ visibility: hidden
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .gpt-more-top-stories-box-ad&gt;
+ div {
+ margin: 50px 0 40px
+ }
+ .article-bottom-box-ad-mobile,
+ .incontent-boxad-mobile {
+ display: none
+ }
+ .home-bottom-leaderboard,
+ .article-bottom-leaderboard-desktop,
+ .vertical-bottom-leaderboard,
+ .page-bottom-leaderboard {
+ margin: 0 0 10px 0
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .gpt-more-top-stories-box-ad,
+ .home-top-box-ad,
+ .vertical-top-box-ad,
+ .article-top-leaderboard-mobile,
+ .article-bottom-leaderboard-mobile,
+ .article-top-box-ad-mobile,
+ .article-bottom-box-ad-mobile,
+ .incontent-boxad-mobile,
+ .page-top-box-ad {
+ background: #f6f6f6;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ position: static;
+ width: 100%
+ }
+ .gpt-more-top-stories-box-ad&gt;
+ div,
+ .home-top-box-ad&gt;
+ div,
+ .vertical-top-box-ad&gt;
+ div,
+ .article-top-leaderboard-mobile&gt;
+ div,
+ .article-bottom-leaderboard-mobile&gt;
+ div,
+ .article-top-box-ad-mobile&gt;
+ div,
+ .article-bottom-box-ad-mobile&gt;
+ div,
+ .incontent-boxad-mobile&gt;
+ div,
+ .page-top-box-ad&gt;
+ div {
+ padding-top: 23px;
+ padding-right: 0;
+ padding-bottom: 10px;
+ padding-left: 0
+ }
+ .article-bottom-box-ad-mobile,
+ .incontent-boxad-mobile {
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto
+ }
+ .incontent-boxad-desktop {
+ display: none
+ }
+ .home-bottom-leaderboard,
+ .article-bottom-leaderboard-desktop,
+ .vertical-bottom-leaderboard,
+ .page-bottom-leaderboard {
+ background: none;
+ width: 100%;
+ margin: 0 0 1px 0
+ }
+ .home-bottom-leaderboard&gt;
+ div,
+ .article-bottom-leaderboard-desktop&gt;
+ div,
+ .vertical-bottom-leaderboard&gt;
+ div,
+ .page-bottom-leaderboard&gt;
+ div {
+ margin: 10px 0
+ }
+ .gpt-ad.article-bottom-leaderboard-mobile&gt;
+ div {
+ background-color: #000;
+ margin: 0 0 36px 0
+ }
+ .gpt-ad.article-bottom-leaderboard-mobile&gt;
+ div.replay-overlay {
+ height: calc(100% - 36px)
+ }
+ }
+
+ .kxinvisible {
+ display: none
+ }
+
+ .invisible-skin {
+ display: none
+ }
+
+ .ad-skin {
+ display: none
+ }
+
+ body.skin-ad .ad-skin {
+ background-position-y: -46px;
+ background-repeat: no-repeat;
+ background-size: 100%;
+ display: block
+ }
+
+ @media only screen and (max-width: 106.1875em) {
+ body.skin-ad .ad-skin {
+ left: 50%;
+ margin-left: -850px;
+ width: 1700px
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ body.skin-ad .index-page-wrapper {
+ overflow: hidden
+ }
+ body.skin-ad .index-page-inner {
+ max-width: 1064px;
+ margin: 0 auto;
+ position: relative
+ }
+ body.skin-ad .ad-skin {
+ height: 100%;
+ max-width: 100%;
+ min-width: 1700px;
+ position: absolute;
+ -webkit-transform: translate3d(0px, 0px, 0px);
+ transform: translate3d(0px, 0px, 0px);
+ width: 100%
+ }
+ body.skin-ad .ad-skin.fixed {
+ bottom: 0;
+ position: fixed;
+ top: 0
+ }
+ body.skin-ad .home-top-leaderboard,
+ body.skin-ad .vertical-top-leaderboard {
+ background-color: transparent
+ }
+ body.skin-ad .home-top-leaderboard&gt;
+ div,
+ body.skin-ad .vertical-top-leaderboard&gt;
+ div {
+ padding: 10px 0 20px 0
+ }
+ body.skin-ad .home-top-leaderboard&gt;
+ div::before,
+ body.skin-ad .vertical-top-leaderboard&gt;
+ div::before {
+ display: none
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .gpt-ad.bfaa-template.on-animation,
+ .gpt-ad.bfab-template.on-animation {
+ background: #000
+ }
+ }
+
+ .gpt-ad.bfaa-template,
+ .gpt-ad.bfab-template {
+ display: block
+ }
+
+ .gpt-ad.bfaa-template&gt;
+ div,
+ .gpt-ad.bfab-template&gt;
+ div {
+ padding: 0;
+ position: relative;
+ text-align: center;
+ width: 100%
+ }
+
+ .gpt-ad.bfaa-template&gt;
+ div::before,
+ .gpt-ad.bfab-template&gt;
+ div::before {
+ display: none
+ }
+
+ .gpt-ad.bfaa-template .video-player.video-player-left,
+ .gpt-ad.bfaa-template .video-player.video-player-right,
+ .gpt-ad.bfab-template .video-player.video-player-left,
+ .gpt-ad.bfab-template .video-player.video-player-right {
+ position: absolute !important;
+ z-index: 100
+ }
+
+ .gpt-ad.bfaa-template .video-player.video-player-right,
+ .gpt-ad.bfab-template .video-player.video-player-right {
+ right: 0
+ }
+
+ .gpt-ad.bfaa-template .video-player .progress-bar,
+ .gpt-ad.bfab-template .video-player .progress-bar {
+ background: #666;
+ bottom: 0;
+ height: 8px;
+ left: 0;
+ position: absolute;
+ width: 100%
+ }
+
+ .gpt-ad.bfaa-template .video-player .current-time,
+ .gpt-ad.bfab-template .video-player .current-time {
+ background: #b7b7b7;
+ height: 100%;
+ max-width: 100%;
+ width: 0;
+ transition: width linear
+ }
+
+ .gpt-ad.bfaa-template iframe,
+ .gpt-ad.bfab-template iframe {
+ height: 100%;
+ left: 0;
+ position: absolute;
+ width: 100%;
+ top: 0
+ }
+
+ .gpt-ad.bfaa-template .replay-overlay,
+ .gpt-ad.bfaa-template .pause-overlay,
+ .gpt-ad.bfab-template .replay-overlay,
+ .gpt-ad.bfab-template .pause-overlay {
+ cursor: pointer;
+ height: 100%;
+ position: absolute
+ }
+
+ .gpt-ad.bfaa-template .replay-overlay,
+ .gpt-ad.bfab-template .replay-overlay {
+ background: rgba(0, 0, 0, 0.7) url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+DQogICAgPGNpcmNsZSBmaWxsPSIjZmZmIiBvcGFjaXR5PSIwLjQiIGN4PSIxNCIgY3k9IjE0IiByPSIxMy43NCIvPg0KICAgIDxwYXRoIGZpbGw9IiMyMzFmMjAiDQogICAgICAgICAgZD0iTTE2LDIuOTRBMTMuMDcsMTMuMDcsMCwxLDEsMywxNiwxMy4wOCwxMy4wOCwwLDAsMSwxNiwyLjk0TTE2LDJBMTQsMTQsMCwxLDAsMzAsMTYsMTQsMTQsMCwwLDAsMTYsMloiDQogICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuMDQgLTIuMDEpIi8+DQogICAgPHBvbHlnb24gZmlsbD0iIzIzMWYyMCIgcG9pbnRzPSIyMC4xNyAxNCA5LjYzIDIwLjIzIDkuNjMgNy43NyAyMC4xNyAxNCIvPg0KPC9zdmc+") center/80px no-repeat;
+ display: none;
+ z-index: 1
+ }
+
+ .gpt-ad.bfaa-template .pause-overlay,
+ .gpt-ad.bfab-template .pause-overlay {
+ top: 0;
+ width: 100%
+ }
+
+ .gpt-ad.bfaa-template .close-ad,
+ .gpt-ad.bfab-template .close-ad {
+ background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfNF9jb3B5XzIiIGRhdGEtbmFtZT0iTGF5ZXIgNCBjb3B5IDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4IDI4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtvcGFjaXR5OjAuNDt9LmNscy0ye2ZpbGw6IzIzMWYyMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmNsb3NlX2J1dHRvbjwvdGl0bGU+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIxNC4wOSIgY3k9IjE0LjA5IiByPSIxMy43NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE2LDIuOTNBMTMuMDcsMTMuMDcsMCwxLDEsMi45MywxNiwxMy4wOCwxMy4wOCwwLDAsMSwxNiwyLjkzTTE2LDJBMTQsMTQsMCwxLDAsMzAsMTYsMTQsMTQsMCwwLDAsMTYsMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIvPjxnIGlkPSJQYWdlLTEiPjxnIGlkPSJTVElDS0VSU0hFRVQiPjxnIGlkPSJJY29ucyI+PGcgaWQ9IkNyb3NzIj48cGF0aCBpZD0iQ2xvc2UiIGNsYXNzPSJjbHMtMiIgZD0iTTIyLjI5LDguMjksMTYsMTQuNTksOS43MSw4LjI5QTEsMSwwLDAsMCw4LjI5LDkuNzFMMTQuNTksMTYsOC4yOSwyMi4yOWExLDEsMCwxLDAsMS40MSwxLjQxTDE2LDE3LjQxbDYuMjksNi4yOWExLDEsMCwxLDAsMS40MS0xLjQxTDE3LjQxLDE2bDYuMjktNi4yOWExLDEsMCwwLDAtMS40MS0xLjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTIpIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
+ cursor: pointer;
+ height: 30px;
+ margin: 10px 10px 30px 30px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 30px
+ }
+
+ .gpt-ad.bfaa-template .volume-button,
+ .gpt-ad.bfab-template .volume-button {
+ bottom: 18px;
+ cursor: pointer;
+ position: absolute;
+ right: 10px
+ }
+
+ .gpt-ad.bfaa-template .volume-button .speaker,
+ .gpt-ad.bfab-template .volume-button .speaker {
+ background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfNCIgZGF0YS1uYW1lPSJMYXllciA0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7b3BhY2l0eTowLjQ7fS5jbHMtMntmaWxsOiMyMzFmMjA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zb3VuZF9vbl9idXR0b248L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMTMuOTYiIGN5PSIxNC4wNiIgcj0iMTMuNzQiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNiwyLjkzQTEzLjA3LDEzLjA3LDAsMSwxLDIuOTMsMTYsMTMuMDgsMTMuMDgsMCwwLDEsMTYsMi45M00xNiwyQTE0LDE0LDAsMSwwLDMwLDE2LDE0LDE0LDAsMCwwLDE2LDJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMiAtMikiLz48ZyBpZD0iUGFnZS0xIj48ZyBpZD0iVmlkZW8tUGxheWVyLVNraW4iPjxnIGlkPSJWaWRlby1Db3B5Ij48ZyBpZD0idm9sdW1lIj48cGF0aCBpZD0iU2hhcGUiIGNsYXNzPSJjbHMtMiIgZD0iTTE0LjI0LDkuMTdsLTMuNzksNC4xMUg2LjgyYy0uNzgsMC0xLC40Ni0xLC44OVYxNy43YTEsMSwwLDAsMCwxLDFoMy42NWwzLjc5LDQuMThhMS4wOSwxLjA5LDAsMCwwLC41My4xNCwxLDEsMCwwLDAsLjUtLjE0LDEsMSwwLDAsMCwuNS0uOVYxMGExLDEsMCwwLDAtLjUtLjksMS4wNiwxLjA2LDAsMCwwLTEsLjA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTIpIi8+PHBhdGggaWQ9IlNoYXBlLTIiIGRhdGEtbmFtZT0iU2hhcGUiIGNsYXNzPSJjbHMtMiIgZD0iTTE5LjE4LDE5LjMzYTQuMzksNC4zOSwwLDAsMCwwLTYuMTkuNzEuNzEsMCwwLDAtMSwxLDMsMywwLDAsMSwwLDQuMTkuNzEuNzEsMCwwLDAsMSwxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTIpIi8+PHBhdGggaWQ9IlNoYXBlLTMiIGRhdGEtbmFtZT0iU2hhcGUiIGNsYXNzPSJjbHMtMiIgZD0iTTIzLjMsMTYuMjNhNi4xOSw2LjE5LDAsMCwwLTEuODEtNC4zOS43MS43MSwwLDEsMC0xLDEsNC44MSw0LjgxLDAsMCwxLDAsNi43OS43MS43MSwwLDEsMCwxLDEsNi4xOSw2LjE5LDAsMCwwLDEuODEtNC4zOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=");
+ display: inline-block;
+ height: 30px;
+ overflow: hidden;
+ position: relative;
+ width: 30px
+ }
+
+ .gpt-ad.bfaa-template .volume-button .speaker.mute,
+ .gpt-ad.bfab-template .volume-button .speaker.mute {
+ background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfNF9jb3B5IiBkYXRhLW5hbWU9IkxheWVyIDQgY29weSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjggMjgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO29wYWNpdHk6MC40O30uY2xzLTJ7ZmlsbDojMjMxZjIwO308L3N0eWxlPjwvZGVmcz48dGl0bGU+c291bmRfb2ZmX2J1dHRvbjwvdGl0bGU+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIxNC4wNiIgY3k9IjEzLjk2IiByPSIxMy43NCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE2LDIuOTNBMTMuMDcsMTMuMDcsMCwxLDEsMi45MywxNiwxMy4wOCwxMy4wOCwwLDAsMSwxNiwyLjkzTTE2LDJBMTQsMTQsMCwxLDAsMzAsMTYsMTQsMTQsMCwwLDAsMTYsMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIvPjxnIGlkPSJQYWdlLTEiPjxnIGlkPSJWaWRlby1QbGF5ZXItU2tpbiI+PGcgaWQ9IlZpZGVvLUNvcHkiPjxnIGlkPSJ2b2x1bWUtb2ZmIj48cGF0aCBpZD0iU2hhcGUiIGNsYXNzPSJjbHMtMiIgZD0iTTE0LjI1LDkuMTdsLTMuNzksNC4xMUg2Ljg0Yy0uNzgsMC0xLC40Ni0xLC44OVYxNy43YTEsMSwwLDAsMCwxLDFoMy42NWwzLjc5LDQuMThhMS4wOSwxLjA5LDAsMCwwLC41My4xNCwxLDEsMCwwLDAsLjUtLjE0LDEsMSwwLDAsMCwuNS0uOVYxMGExLDEsMCwwLDAtLjUtLjksMS4wNiwxLjA2LDAsMCwwLTEsLjA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTIpIi8+PHBhdGggaWQ9IkZpbGwtMSIgY2xhc3M9ImNscy0yIiBkPSJNMjIuOTEsMTYuMjFsMy0zYS45Mi45MiwwLDEsMC0xLjMtMS4zbC0zLDMtMy0zYS45Mi45MiwwLDEsMC0xLjMsMS4zbDMsMy0zLDNhLjkyLjkyLDAsMSwwLDEuMywxLjNsMy0zLDMsM2EuOTIuOTIsMCwxLDAsMS4zLTEuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=")
+ }
+
+ body.vuap-loaded {
+ transition: padding .4s ease
+ }
+
+ .gpt-ad.bfaa-template {
+ height: auto;
+ left: 0;
+ overflow: hidden;
+ position: absolute;
+ width: 100%;
+ transition: height .4s ease;
+ top: 0
+ }
+
+ .gpt-ad.bfaa-template video {
+ left: 0
+ }
+
+ .gpt-ad.bfab-template {
+ max-width: 1024px;
+ width: 100%;
+ overflow: hidden;
+ position: relative;
+ transition: height .4s ease
+ }
+
+ .gpt-ad.bfab-template video {
+ left: 0
+ }
+
+ .article-bottom-leaderboard-mobile.bfab-template {
+ background: none
+ }
+
+ .article-bottom-leaderboard-desktop.bfab-template {
+ margin: 15px 0
+ }
+
+ .article-bottom-leaderboard-desktop.bfab-template&gt;
+ div {
+ margin: 0
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .bfab-template&gt;
+ div {
+ margin: 0 0 1px 0
+ }
+ .gpt-ad.bfaa-template .video-player&gt;
+ iframe,
+ .gpt-ad.bfab-template .video-player&gt;
+ iframe {
+ z-index: -1
+ }
+ }
+
+ .email-share-btn {
+ background-color: #656e78;
+ fill: #fff
+ }
+
+ .email-share-btn .icon {
+ -webkit-transform: translateX(-3px) translateY(3px);
+ transform: translateX(-3px) translateY(3px)
+ }
+
+ .event-banner.location-top-banner {
+ background-image: url("http://vignette.wikia.nocookie.net/f4de9517-67b8-4f9e-a13b-397c7af50f14");
+ background-position: center;
+ background-size: cover;
+ height: 100px;
+ padding: 0;
+ position: relative
+ }
+
+ .event-banner.location-top-banner .event-header {
+ color: #7e90a2;
+ padding-top: 35px;
+ text-align: center
+ }
+
+ .event-banner.location-top-banner .event-header h2 {
+ font-size: 25px;
+ line-height: 25px;
+ margin-bottom: 5px
+ }
+
+ .event-banner.location-top-banner .event-header h2 span {
+ color: #1a1a1a
+ }
+
+ .event-banner.location-top-banner .event-header .sponsorship {
+ font-size: .625rem;
+ font-weight: bold;
+ line-height: 14px;
+ text-transform: uppercase
+ }
+
+ .event-banner.location-top-banner .event-header .sponsorship a {
+ color: #7e90a2
+ }
+
+ .event-banner.location-top-banner .event-header .sponsorship img {
+ height: 14px;
+ margin: -1px 0 0 5px;
+ width: 85px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .event-banner.location-top-banner {
+ background-image: url("http://vignette.wikia.nocookie.net/a735da1e-e2fc-4d93-86fd-e441d5dc83a9");
+ height: 415px
+ }
+ .event-banner.location-top-banner .event-header {
+ float: right;
+ margin-right: 20px;
+ padding-top: 35px;
+ text-align: right
+ }
+ .event-banner.location-top-banner .event-header h2 {
+ font-size: 36px;
+ line-height: 36px;
+ margin-bottom: 5px
+ }
+ .event-banner.location-top-banner .event-header .sponsorship {
+ font-size: .75rem
+ }
+ }
+
+ body.single .event-banner.location-top-banner {
+ border-bottom: 1px solid #fff
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ body.single .event-banner.location-top-banner {
+ background-position: center top;
+ background-size: auto;
+ height: 100px
+ }
+ }
+
+ .clickable-unit {
+ cursor: pointer
+ }
+
+ .clickable-unit .clickable-anchor {
+ color: #fff
+ }
+
+ .clickable-unit.post .clickable-anchor {
+ color: #39424d
+ }
+
+ .clickable-unit.hover .clickable-anchor {
+ color: #00b7e0
+ }
+
+ .fan-feed {
+ background-color: #fff;
+ padding: 30px 0
+ }
+
+ .fan-feed header {
+ padding-left: 10px
+ }
+
+ .fan-feed h2 {
+ letter-spacing: -.9px
+ }
+
+ .fan-feed figcaption {
+ padding: 15px 10px 36px
+ }
+
+ .fan-feed .fan-feed-content {
+ margin-top: -18px
+ }
+
+ .fan-feed .fan-feed-posts {
+ margin-top: 18px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .fan-feed {
+ padding: 30px 20px
+ }
+ .fan-feed .fan-feed-rail {
+ margin-left: 29px;
+ -webkit-flex: 0 0 300px;
+ -ms-flex: 0 0 300px;
+ flex: 0 0 300px
+ }
+ .fan-feed .fan-feed-posts .grid-content,
+ .fan-feed .fan-feed-posts section.post-archive .pagination,
+ section.post-archive .fan-feed .fan-feed-posts .pagination {
+ padding: 0 12px 0 0
+ }
+ .fan-feed .wrap {
+ margin-right: -12px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .fan-feed {
+ padding-bottom: 0
+ }
+ .fan-feed h2 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem
+ }
+ .fan-feed header {
+ padding-left: 1rem
+ }
+ .fan-feed .fan-feed-rail {
+ -webkit-flex: 0 0 auto;
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+ width: 100%
+ }
+ }
+
+ body.vertical-hub .fan-feed .category:not(.cat-sponsored) {
+ display: none
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ body.single .fan-feed {
+ background: linear-gradient(to bottom, #f6f6f6, #fff) repeat-x;
+ background-size: auto 210px
+ }
+ }
+
+ .post-list {
+ width: 100%
+ }
+
+ .post-list .post {
+ border-top: 1px solid #c5ced9;
+ padding: 20px 0
+ }
+
+ .post-list .post-thumbnail img {
+ display: inline
+ }
+
+ .post-list .thumbnail {
+ padding-left: 0
+ }
+
+ .post-list .category {
+ position: absolute
+ }
+
+ .post-list .has-video a::before {
+ background-image: url("http://vignette.wikia.nocookie.net/6857d275-0eb0-4e97-9401-3d23da474ed0");
+ background-position: bottom 15px right 15px;
+ background-repeat: no-repeat;
+ z-index: 1;
+ background-position: bottom 10px right 10px;
+ background-size: 30px 30px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .post-list .category {
+ bottom: 27px;
+ left: 0;
+ position: relative
+ }
+ .post-list .thumbnail {
+ position: relative
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .post-list .post {
+ border-top-color: #39424d
+ }
+ .post-list .post .grid-content,
+ .post-list .post section.post-archive .pagination,
+ section.post-archive .post-list .post .pagination {
+ padding: 0 5px
+ }
+ .post-list .post .grid-content.thumbnail,
+ .post-list .post section.post-archive .thumbnail.pagination,
+ section.post-archive .post-list .post .thumbnail.pagination {
+ padding-left: 0
+ }
+ .post-list .post .category {
+ background-color: transparent;
+ color: #39424d;
+ font-size: .625rem;
+ line-height: .75rem;
+ padding: 0;
+ top: 0;
+ margin-top: 3px
+ }
+ .post-list .post .cat-games {
+ color: #94d11f
+ }
+ .post-list .post .cat-movies {
+ color: #09d3bf
+ }
+ .post-list .post .cat-tv {
+ color: #00b7e0
+ }
+ .post-list .post-games {
+ border-top-color: #94d11f
+ }
+ .post-list .post-movies {
+ border-top-color: #09d3bf
+ }
+ .post-list .post-tv {
+ border-top-color: #00b7e0
+ }
+ .post-list .author-attribution .avatar {
+ display: none
+ }
+ }
+
+ .post-grid figure {
+ margin: 0
+ }
+
+ .post-grid .category {
+ margin-top: -27px;
+ position: absolute
+ }
+
+ .post-grid .entry-title {
+ font-weight: 500;
+ margin-bottom: 0
+ }
+
+ .post-grid .entry-title a {
+ color: #39424d
+ }
+
+ .post-grid .entry-title a:hover {
+ color: #00b7e0
+ }
+
+ .post-grid .has-video a::before {
+ background-image: url("http://vignette.wikia.nocookie.net/6857d275-0eb0-4e97-9401-3d23da474ed0");
+ background-position: bottom 15px right 15px;
+ background-repeat: no-repeat;
+ z-index: 1;
+ background-size: 60px 60px
+ }
+
+ .post-grid .post-thumbnail img {
+ display: inline
+ }
+
+ .rail-feed h2 {
+ margin-bottom: 20px
+ }
+
+ .rail-feed .post-list a {
+ color: #39424d
+ }
+
+ .rail-feed .post-list .post {
+ padding-top: 24px
+ }
+
+ .rail-feed .post-list .post .entry-title {
+ line-height: 1.125rem;
+ margin: 0
+ }
+
+ .rail-feed .post-list .post .thumbnail {
+ position: static
+ }
+
+ .rail-feed .post {
+ border-top-color: #39424d
+ }
+
+ .rail-feed .post .grid-content,
+ .rail-feed .post section.post-archive .pagination,
+ section.post-archive .rail-feed .post .pagination {
+ padding: 0 5px
+ }
+
+ .rail-feed .post .grid-content.thumbnail,
+ .rail-feed .post section.post-archive .thumbnail.pagination,
+ section.post-archive .rail-feed .post .thumbnail.pagination {
+ padding-left: 0
+ }
+
+ .rail-feed .post .category {
+ background-color: transparent;
+ color: #39424d;
+ font-size: .625rem;
+ line-height: .75rem;
+ padding: 0;
+ top: 0;
+ margin-top: 3px
+ }
+
+ .rail-feed .post .cat-games {
+ color: #94d11f
+ }
+
+ .rail-feed .post .cat-movies {
+ color: #09d3bf
+ }
+
+ .rail-feed .post .cat-tv {
+ color: #00b7e0
+ }
+
+ .rail-feed .post-games {
+ border-top-color: #94d11f
+ }
+
+ .rail-feed .post-movies {
+ border-top-color: #09d3bf
+ }
+
+ .rail-feed .post-tv {
+ border-top-color: #00b7e0
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .rail-feed header {
+ padding: 0
+ }
+ .rail-feed .post-list .post {
+ max-width: 300px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .rail-feed h2 {
+ margin-bottom: 15px
+ }
+ .rail-feed .post-list {
+ margin: 0 1rem 15px
+ }
+ }
+
+ .more-stories {
+ background-color: #fff;
+ padding-bottom: 27px
+ }
+
+ .more-stories h2 {
+ letter-spacing: -.9px;
+ margin-bottom: .875rem
+ }
+
+ .more-stories h3 {
+ font-weight: normal;
+ margin-bottom: 0
+ }
+
+ .more-stories h3 a {
+ color: #39424d
+ }
+
+ .more-stories h3 a:hover {
+ color: #00b7e0
+ }
+
+ .more-stories header {
+ padding: 0;
+ position: relative
+ }
+
+ .more-stories header .view-all {
+ bottom: 1rem;
+ position: absolute;
+ right: 0
+ }
+
+ .more-stories .post {
+ margin-left: 1px
+ }
+
+ .more-stories .post.pending {
+ opacity: 0
+ }
+
+ .more-stories .post.loaded {
+ -webkit-animation: fade-in 0.65s ease forwards;
+ animation: fade-in 0.65s ease forwards
+ }
+
+ .more-stories .tab-e3-2016 .category {
+ display: none
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .more-stories {
+ padding-bottom: 40px;
+ padding-top: 2rem
+ }
+ .more-stories .grid-container {
+ padding: 0 20px
+ }
+ .more-stories .list {
+ padding-right: 50px
+ }
+ .more-stories .rail {
+ -webkit-align-self: stretch;
+ -ms-flex-item-align: stretch;
+ align-self: stretch;
+ -webkit-flex: 0 0 300px;
+ -ms-flex: 0 0 300px;
+ flex: 0 0 300px;
+ margin-top: -25px
+ }
+ .more-stories .upstream-tabs .tab {
+ margin-bottom: 10px;
+ margin-top: 5px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .more-stories header {
+ margin-top: 1.5625rem
+ }
+ .more-stories header h2 {
+ max-width: 60%
+ }
+ .more-stories .list {
+ -webkit-order: 2;
+ -ms-flex-order: 2;
+ order: 2;
+ padding: 0 10px
+ }
+ .more-stories .rail {
+ -webkit-flex: 0 0 auto;
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+ width: 100%
+ }
+ .more-stories .tab-e3-2016 .post {
+ border-top-color: #c5ced9
+ }
+ }
+
+ body.vertical-hub .more-stories .category {
+ display: none
+ }
+
+ p .icon-copy {
+ text-transform: none
+ }
+
+ .hub-feed {
+ padding: 10px 9px 30px 9px
+ }
+
+ .hub-feed .grid-container {
+ max-width: 1024px
+ }
+
+ .hub-feed.home .hub-feed-content {
+ margin-top: -18px
+ }
+
+ .hub-feed.home .hub-feed-posts {
+ margin-top: 18px
+ }
+
+ .hub-feed h2 {
+ letter-spacing: -.9px;
+ margin: 0
+ }
+
+ .hub-feed figcaption {
+ padding: 4px 10px 7px
+ }
+
+ .hub-feed figure {
+ margin: 0
+ }
+
+ .hub-feed .category {
+ margin-top: -27px;
+ position: absolute
+ }
+
+ .hub-feed .entry-title {
+ font-weight: 500;
+ margin-bottom: 0
+ }
+
+ .hub-feed .entry-title a {
+ color: #39424d
+ }
+
+ .hub-feed .entry-title a:hover {
+ color: #00b7e0
+ }
+
+ .hub-feed .grid-content,
+ .hub-feed section.post-archive .pagination,
+ section.post-archive .hub-feed .pagination {
+ padding: 0 5px 13px 0
+ }
+
+ .hub-feed .wrap {
+ margin-right: -5px
+ }
+
+ .hub-feed .post-thumbnail img {
+ display: inline
+ }
+
+ .hub-feed .has-video a::before {
+ background-image: url("http://vignette.wikia.nocookie.net/6857d275-0eb0-4e97-9401-3d23da474ed0");
+ background-position: bottom 15px right 15px;
+ background-repeat: no-repeat;
+ z-index: 1;
+ background-size: 60px 60px
+ }
+
+ .hub-feed figcaption h3 {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .hub-feed {
+ padding: 20px 1rem 10px 1rem
+ }
+ .hub-feed .grid-content,
+ .hub-feed section.post-archive .pagination,
+ section.post-archive .hub-feed .pagination {
+ padding: 0 12px 25px 0
+ }
+ .hub-feed .category-title {
+ padding-bottom: 5px
+ }
+ .hub-feed .wrap {
+ margin-right: -12px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .hub-feed {
+ padding-bottom: 0
+ }
+ .hub-feed h2 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem
+ }
+ }
+
+ .recommended-videos .heading {
+ font-weight: bold
+ }
+
+ .recommended-videos h3 {
+ margin: 0
+ }
+
+ .recommended-videos h3 a {
+ color: #39424d
+ }
+
+ .recommended-videos .post-list .post {
+ border-width: 0;
+ margin-left: 0;
+ padding: 20px 0 0 0
+ }
+
+ .recommended-videos .post-list .post .category {
+ display: none
+ }
+
+ .recommended-videos .post-list .post .grid-content,
+ .recommended-videos .post-list .post section.post-archive .pagination,
+ section.post-archive .recommended-videos .post-list .post .pagination {
+ padding: 0
+ }
+
+ .recommended-videos .post-list .post .post-thumbnail {
+ margin-right: 1rem
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .recommended-videos h3 {
+ line-height: 1.125rem
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .recommended-videos .heading {
+ font-size: 1rem
+ }
+ .recommended-videos .post-list {
+ margin-top: 4px
+ }
+ .recommended-videos .post-list .has-video a::before {
+ background-size: 20%
+ }
+ .recommended-videos .post-list .post .details {
+ -webkit-flex-basis: 55%;
+ -ms-flex-preferred-size: 55%;
+ flex-basis: 55%
+ }
+ .recommended-videos .post-list .post .thumbnail {
+ -webkit-flex-basis: 45%;
+ -ms-flex-preferred-size: 45%;
+ flex-basis: 45%
+ }
+ }
+
+ .recirculation-feed header {
+ padding-left: 10px
+ }
+
+ .recirculation-feed h2 {
+ letter-spacing: -.9px;
+ margin-bottom: 0
+ }
+
+ .recirculation-feed figcaption {
+ padding: 15px 10px 36px
+ }
+
+ .recirculation-feed span.load-more-btn {
+ max-width: 500px;
+ margin: auto;
+ text-align: left;
+ width: 100%
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .recirculation-feed {
+ padding: 30px 0 0
+ }
+ .recirculation-feed .upstream-tabs {
+ margin-left: 10px
+ }
+ .recirculation-feed&gt;
+ .grid-container {
+ padding: 0 8px 0 20px
+ }
+ .recirculation-feed .recirculation-feed-rail {
+ margin-left: 29px;
+ -webkit-flex: 0 0 300px;
+ -ms-flex: 0 0 300px;
+ flex: 0 0 300px
+ }
+ .recirculation-feed .grid-content,
+ .recirculation-feed section.post-archive .pagination,
+ section.post-archive .recirculation-feed .pagination {
+ padding: 0 12px 0 0
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .recirculation-feed {
+ padding: 30px 0 0
+ }
+ .recirculation-feed h2 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem
+ }
+ .recirculation-feed header {
+ padding-left: 1rem
+ }
+ .recirculation-feed .recirculation-feed-rail {
+ -webkit-flex: 0 0 auto;
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+ width: 100%
+ }
+ .recirculation-feed .tab-more-by-author label:after {
+ content: attr(data-after-text)
+ }
+ .recirculation-feed .tab-more-by-author .author-name {
+ display: none
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ body.single .recirculation-feed {
+ background: linear-gradient(to bottom, #f6f6f6, #fff) repeat-x;
+ background-size: auto 210px
+ }
+ }
+
+ .endless-feed+.load-more {
+ padding: 0 0 1px 0
+ }
+
+ .endless-feed+.load-more .load-more-btn {
+ display: block
+ }
+
+ .nav-flyout {
+ background: white;
+ box-shadow: 0 1px 0 0 #ccc;
+ display: block;
+ height: 326px;
+ max-height: 0;
+ overflow: hidden;
+ position: fixed;
+ -webkit-transform: translateZ(0);
+ transform: translateZ(0);
+ transition: max-height 300ms ease;
+ width: 100%
+ }
+
+ .nav-flyout.active {
+ opacity: 0.97;
+ max-height: 326px
+ }
+
+ .nav-flyout a {
+ color: #1a1a1a;
+ font-weight: bold;
+ text-decoration: none
+ }
+
+ .nav-flyout a:visited {
+ color: #1a1a1a
+ }
+
+ .nav-flyout a:hover {
+ color: #00b7e0
+ }
+
+ .nav-flyout-content {
+ display: none;
+ height: 320px
+ }
+
+ .wds-is-games&gt;
+ .nav-flyout-content-games {
+ display: block
+ }
+
+ .wds-is-movies&gt;
+ .nav-flyout-content-movies {
+ display: block
+ }
+
+ .wds-is-tv&gt;
+ .nav-flyout-content-tv {
+ display: block
+ }
+
+ .wds-is-games&gt;
+ .nav-flyout-top-border {
+ background: #94d11f
+ }
+
+ .wds-is-movies&gt;
+ .nav-flyout-top-border {
+ background: #09d3bf
+ }
+
+ .wds-is-tv&gt;
+ .nav-flyout-top-border {
+ background: #00b7e0
+ }
+
+ .nav-flyout-top-border {
+ height: 6px
+ }
+
+ .wds-global-navigation__link::before {
+ border-left: 10px solid transparent;
+ border-right: 10px solid transparent;
+ bottom: -16px;
+ content: '';
+ display: block;
+ position: absolute
+ }
+
+ .wds-is-movies.wds-caret::before {
+ border-top: 10px solid #09d3bf
+ }
+
+ .wds-is-tv.wds-caret::before {
+ border-top: 10px solid #00b7e0
+ }
+
+ .wds-is-games.wds-caret::before {
+ border-top: 10px solid #94d11f
+ }
+
+ .wds-is-hovered {
+ background: #f6f6f6
+ }
+
+ .nav-flyout-wrapper {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-flow: column;
+ -ms-flex-flow: column;
+ flex-flow: column
+ }
+
+ .nav-flyout-heading {
+ font-weight: bold;
+ padding: 26px 0 20px calc(50% - 1026px / 2);
+ width: 1026px
+ }
+
+ @media only screen and (min-width: 768px) and (max-width: 1023px) {
+ .nav-flyout-heading {
+ width: 764px;
+ padding-left: calc(50% - 764px / 2)
+ }
+ }
+
+ .nav-flyout-columns {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .nav-flyout-column {
+ margin-right: 22px;
+ width: 240px
+ }
+
+ .nav-flyout-column:hover .nav-flyout-image:after {
+ background-color: black;
+ content: '';
+ height: 100%;
+ left: 0;
+ opacity: .6;
+ position: absolute;
+ top: 0;
+ width: 100%
+ }
+
+ @media only screen and (min-width: 768px) and (max-width: 1023px) {
+ .nav-flyout-column:nth-child(3) {
+ margin-right: 0
+ }
+ }
+
+ .nav-flyout-last-item {
+ margin-right: 0
+ }
+
+ @media only screen and (min-width: 768px) and (max-width: 1023px) {
+ .nav-flyout-last-item {
+ display: none
+ }
+ }
+
+ .nav-flyout-image {
+ background-size: cover;
+ height: 140px;
+ max-width: 240px;
+ position: relative;
+ width: 240px
+ }
+
+ .nav-flyout-play-button-overlay {
+ background-image: url("http://vignette.wikia.nocookie.net/6857d275-0eb0-4e97-9401-3d23da474ed0");
+ background-repeat: no-repeat;
+ z-index: 1;
+ background-size: 36px 36px;
+ background-position: bottom 12px right 12px;
+ position: absolute
+ }
+
+ .nav-flyout-description {
+ font-weight: 400;
+ padding-top: 10px
+ }
+
+ .logged-in.headroom--unpinned&gt;
+ .nav-flyout {
+ visibility: hidden
+ }
+
+ .logged-in.headroom--unpinned .wds-caret::before {
+ visibility: hidden
+ }
+
+ .hero-block hr,
+ .hero-block-sponsored hr {
+ border-color: #e6e6e6;
+ border-style: solid;
+ border-width: 2px 0 0;
+ margin: 0;
+ width: 10%
+ }
+
+ .hero-block ul,
+ .hero-block-sponsored ul {
+ margin-top: 1rem
+ }
+
+ .hero-block .hero,
+ .hero-block-sponsored .hero {
+ background-position: 50% 25%;
+ color: #fff;
+ overflow: hidden;
+ padding: 0;
+ position: relative
+ }
+
+ .hero-block .hero .play-button-overlay,
+ .hero-block-sponsored .hero .play-button-overlay {
+ background-size: 120px 120px;
+ background-position: bottom 40px right 40px
+ }
+
+ .hero-block .hero .play-button-overlay~.content,
+ .hero-block-sponsored .hero .play-button-overlay~.content {
+ width: 70%
+ }
+
+ .hero-block .hero .play-button-overlay~.content a,
+ .hero-block-sponsored .hero .play-button-overlay~.content a {
+ max-width: 100%;
+ overflow: hidden;
+ word-wrap: break-word
+ }
+
+ .hero-block .hero a,
+ .hero-block-sponsored .hero a {
+ color: #fff;
+ display: inline-block
+ }
+
+ .hero-block .hero a:hover,
+ .hero-block-sponsored .hero a:hover {
+ color: #00b7e0
+ }
+
+ .hero-block .hero h3,
+ .hero-block-sponsored .hero h3 {
+ margin: 0
+ }
+
+ .hero-block .hero .attribution,
+ .hero-block-sponsored .hero .attribution {
+ color: #c5ced9;
+ display: block;
+ margin-top: .3125rem
+ }
+
+ .hero-block .hero .category,
+ .hero-block-sponsored .hero .category {
+ font-weight: bold
+ }
+
+ .hero-block .hero .content,
+ .hero-block-sponsored .hero .content {
+ bottom: .875rem;
+ padding: 0 .625rem;
+ position: absolute;
+ width: 80%;
+ z-index: 2
+ }
+
+ .hero-block .vertical .hero .play-button-overlay,
+ .hero-block-sponsored .vertical .hero .play-button-overlay {
+ background-size: 72px 72px;
+ background-position: bottom 20px right 20px
+ }
+
+ .hero-block .icon-arrow-white,
+ .hero-block-sponsored .icon-arrow-white {
+ fill: #fff;
+ float: right;
+ margin-top: .5rem;
+ position: absolute;
+ right: 0
+ }
+
+ .hero-block .topic-link,
+ .hero-block-sponsored .topic-link {
+ font-weight: bold;
+ line-height: 2.125rem;
+ margin-bottom: -.6875rem;
+ max-width: 90%;
+ overflow: hidden;
+ padding-right: 36px;
+ position: relative;
+ text-overflow: ellipsis;
+ white-space: nowrap
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .hero-block&gt;
+ .grid-block,
+ .hero-block-sponsored&gt;
+ .grid-block {
+ height: 576px
+ }
+ .hero-block .hero.lead h3,
+ .hero-block-sponsored .hero.lead h3 {
+ font-size: 2.25rem;
+ line-height: 2.6875rem
+ }
+ .hero-block .hero.lead .content,
+ .hero-block-sponsored .hero.lead .content {
+ bottom: 1.375rem;
+ padding: 0 2.5rem
+ }
+ .hero-block .hero .content,
+ .hero-block-sponsored .hero .content {
+ padding: 0 1.25rem
+ }
+ }
+
+ @media only screen and (max-width: 66.4375em) {
+ .hero-block .hero .play-button-overlay,
+ .hero-block .vertical .hero .play-button-overlay {
+ background-size: 60px 60px;
+ background-position: bottom 25px right 25px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .hero-block,
+ .hero-block-sponsored {
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ .hero-block .hero.lead,
+ .hero-block-sponsored .hero.lead {
+ height: 360px
+ }
+ .hero-block .grid-block,
+ .hero-block-sponsored .grid-block {
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ .hero-block .grid-content,
+ .hero-block section.post-archive .pagination,
+ section.post-archive .hero-block .pagination,
+ .hero-block-sponsored .grid-content,
+ .hero-block-sponsored section.post-archive .pagination,
+ section.post-archive .hero-block-sponsored .pagination {
+ height: 180px;
+ margin-bottom: 1px
+ }
+ }
+
+ body.vertical-hub .hero-block .category,
+ body.vertical-hub .hero-block-sponsored .category {
+ display: none
+ }
+
+ .hero.sponsored {
+ height: 430px
+ }
+
+ .hero.sponsored .sponsored-hero-desktop&gt;
+ * {
+ position: relative
+ }
+
+ .hero.sponsored .action-btn {
+ height: 43px;
+ line-height: 43px;
+ margin-top: 1rem;
+ max-width: 90%;
+ padding: 0 20px
+ }
+
+ .hero.sponsored .sponsor-logo {
+ float: left;
+ text-align: center
+ }
+
+ .hero.sponsored .sponsor-logo img {
+ display: block;
+ margin: 5px auto 10px;
+ max-height: 30px
+ }
+
+ .hero.sponsored .sponsor-logo small {
+ font-weight: bold
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .sponsored-hero-mobile-wrap {
+ bottom: 0;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .brand-logo {
+ text-align: center
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .brand-logo img {
+ width: 100px
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .content-primary,
+ .hero.sponsored .sponsored-hero-mobile .content-secondary {
+ padding: 20px
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .content-primary {
+ -webkit-flex: 1 0;
+ -ms-flex: 1 0;
+ flex: 1 0;
+ position: relative
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .content-primary .sponsor-logo.tall-logo img {
+ max-height: 60px
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .content-primary .copy {
+ bottom: 0;
+ left: 0;
+ padding: 20px;
+ position: absolute;
+ width: 100%
+ }
+
+ .hero.sponsored .sponsored-hero-mobile.cta-available .content-primary .copy {
+ bottom: -20px;
+ padding: 0 20px
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .content-secondary {
+ height: 100px
+ }
+
+ .hero.sponsored .sponsored-hero-mobile .action-btn {
+ max-width: 161px;
+ padding: 0 13px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .hero.sponsored .sponsored-hero-desktop .content-primary .content-inner {
+ padding: 0 2.5rem 2.5rem
+ }
+ .hero.sponsored .sponsored-hero-desktop .content-primary .sponsor-logo.tall-logo img {
+ max-height: 80px
+ }
+ .hero.sponsored .sponsored-hero-desktop .content-secondary .content-inner {
+ text-align: center
+ }
+ .hero.sponsored .sponsored-hero-desktop .content-secondary .brand-logo img {
+ display: block;
+ margin: 0 auto;
+ max-height: 65px;
+ max-width: 220px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .hero.sponsored {
+ height: 430px
+ }
+ .hero.sponsored h3 {
+ font-size: 1.125rem;
+ line-height: 1.375rem
+ }
+ .hero.sponsored .action-btn {
+ font-size: .875rem;
+ height: 40px;
+ line-height: 40px
+ }
+ .hero.sponsored .sponsor-logo img {
+ max-height: 26px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .hero-block-sponsored {
+ margin-bottom: 1px
+ }
+ }
+
+ section.post-archive.vertical-filter .category {
+ display: none
+ }
+
+ section.post-archive h1 {
+ margin: 30px 1rem 20px
+ }
+
+ section.post-archive h3 {
+ font-weight: normal;
+ line-height: 1.25rem;
+ margin-bottom: 0
+ }
+
+ section.post-archive h3 a {
+ color: #39424d
+ }
+
+ section.post-archive h3 a:hover {
+ color: #00b7e0
+ }
+
+ section.post-archive .filter {
+ float: left;
+ margin: 0 0 1rem 1rem
+ }
+
+ section.post-archive .filter li {
+ margin: 0 26px 0 0;
+ padding: 0
+ }
+
+ section.post-archive .filter li:last-child {
+ margin: 0
+ }
+
+ section.post-archive .filter li.active {
+ border-bottom: 2px solid #1a5eb8;
+ padding: 0 2px 8px
+ }
+
+ section.post-archive .filter li.active a {
+ color: #1a5eb8;
+ font-weight: bold
+ }
+
+ section.post-archive .filter li a {
+ color: #c5ced9
+ }
+
+ section.post-archive .excerpt {
+ margin: 0;
+ padding-top: 10px
+ }
+
+ section.post-archive .excerpt a {
+ color: #39424d
+ }
+
+ section.post-archive .post:last-child {
+ border-bottom: 1px solid #c5ced9
+ }
+
+ section.post-archive .pagination {
+ margin: 30px auto 60px
+ }
+
+ section.post-archive .rail {
+ -webkit-flex: 0 0 auto;
+ -ms-flex: 0 0 auto;
+ flex: 0 0 auto;
+ width: 100%
+ }
+
+ section.post-archive .community-search {
+ font-size: .875rem;
+ line-height: 1.25rem;
+ color: #c5ced9;
+ float: right;
+ line-height: 16px
+ }
+
+ section.post-archive .community-search:hover {
+ color: #00b7e0
+ }
+
+ section.post-archive .community-search:hover .icon-arrow {
+ fill: #00b7e0
+ }
+
+ section.post-archive .community-search .icon-arrow {
+ fill: #c5ced9;
+ height: 16px;
+ margin-left: 7px;
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+ vertical-align: sub;
+ width: 16px
+ }
+
+ section.post-archive .no-results {
+ border-top: 1px solid #c5ced9;
+ margin-left: 1rem;
+ padding: 40px 2rem
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ section.post-archive .post {
+ margin-left: 1rem
+ }
+ section.post-archive .rail {
+ -webkit-flex: 0 0 300px;
+ -ms-flex: 0 0 300px;
+ flex: 0 0 300px;
+ margin: 78px 20px 20px 75px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ section.post-archive h1 {
+ font-size: 1.125rem;
+ margin: 25px 0 20px
+ }
+ section.post-archive header,
+ section.post-archive .post-list,
+ section.post-archive .pagination {
+ padding: 0 1rem
+ }
+ section.post-archive .filter {
+ float: none;
+ margin-left: 0
+ }
+ section.post-archive .filter li {
+ border-bottom: 2px solid #c5ced9;
+ margin: 0;
+ text-align: center
+ }
+ section.post-archive .community-search {
+ display: block;
+ float: none;
+ text-align: center;
+ margin-bottom: 1rem
+ }
+ section.post-archive .excerpt {
+ display: none
+ }
+ section.post-archive .no-results {
+ margin-right: 1rem;
+ padding: 40px 1rem
+ }
+ }
+
+ .page-articles .page-top-box-ad,
+ .page-videos .page-top-box-ad,
+ body.search-results .page-top-box-ad,
+ body.search-no-results .page-top-box-ad {
+ margin-top: -18px
+ }
+
+ .top-community .top-community-link .icon-arrow,
+ .other-communities-link .icon-arrow {
+ fill: #00b7e0;
+ height: 16px;
+ margin-left: 7px;
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+ vertical-align: sub;
+ width: 16px
+ }
+
+ .top-community {
+ width: 300px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community {
+ background-color: #f6f6f6;
+ border-bottom: solid 1px #c5ced9;
+ border-top: solid 1px #c5ced9;
+ width: 100%
+ }
+ }
+
+ .top-community .top-community-heading {
+ font-weight: bold;
+ padding: 0 0 27px 27px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-heading {
+ font-size: .625rem;
+ padding: 10px 0 14px 1rem
+ }
+ }
+
+ .top-community .top-community-content {
+ display: inline-block;
+ width: 100%
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .top-community .top-community-content {
+ background-color: #fff;
+ border: solid 1px #c5ced9
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-block {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ padding-left: 1rem
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-block-left {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: column-reverse;
+ -ms-flex-direction: column-reverse;
+ flex-direction: column-reverse
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-block-right {
+ width: 70%
+ }
+ }
+
+ .top-community .top-community-image {
+ width: 300px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-image {
+ height: 93px;
+ width: 93px
+ }
+ }
+
+ .top-community .top-community-name {
+ padding: 21px 32px 5px 27px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-name {
+ padding-top: 0
+ }
+ }
+
+ .top-community .top-community-topic {
+ color: #c5ced9;
+ padding-left: 27px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-topic {
+ text-transform: uppercase
+ }
+ }
+
+ .top-community .top-community-stats {
+ color: #656e78;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ padding: 20px 32px 0 27px;
+ text-transform: uppercase
+ }
+
+ .top-community .top-community-text {
+ color: #656e78;
+ padding: 16px 32px 0 27px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-text {
+ font-size: .75rem;
+ padding: 16px 1rem 28px 1rem
+ }
+ }
+
+ .top-community .top-community-link {
+ padding: 12px 32px 28px 27px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .top-community .top-community-link {
+ display: none
+ }
+ }
+
+ .post-list .top-community {
+ margin: 0 -1rem;
+ width: calc(100% + 2rem)
+ }
+
+ .other-communities .other-communities-heading {
+ font-weight: bold;
+ padding: 27px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .other-communities .other-communities-heading {
+ display: none
+ }
+ }
+
+ .other-communities .other-communities-content {
+ border-top: solid 1px #c5ced9
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .other-communities .other-communities-content {
+ display: none
+ }
+ }
+
+ .other-communities .other-communities-content-details {
+ border-bottom: solid 1px #c5ced9;
+ color: #39424d;
+ display: block;
+ padding: 21px 0 21px 27px
+ }
+
+ .other-communities .other-communities-content-details:hover .other-communities-content-community-name {
+ color: #00b7e0
+ }
+
+ .other-communities .other-communities-content-community-stats {
+ color: #656e78
+ }
+
+ .other-communities-link {
+ padding: 27px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .other-communities-link {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: row-reverse;
+ -ms-flex-direction: row-reverse;
+ flex-direction: row-reverse;
+ font-size: .875rem;
+ padding: 24px 16px;
+ width: 100%
+ }
+ }
+
+ .careers-content&gt;
+ section:not(.social-footer) {
+ padding: 30px 0
+ }
+
+ .careers-content h2,
+ .careers-content h3,
+ .careers-content p {
+ color: #39424d
+ }
+
+ .careers-content .social-footer p {
+ margin-top: 0
+ }
+
+ .careers-content .top {
+ margin: auto;
+ text-align: center;
+ width: 80%
+ }
+
+ .careers-content .top h2 {
+ margin-bottom: 10px
+ }
+
+ .careers-content .top p {
+ color: #39424d;
+ margin: auto;
+ margin-top: 0;
+ padding-bottom: 30px
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content .top {
+ width: 75%
+ }
+ .careers-content .top h2 {
+ font-size: 3rem;
+ line-height: 3.4375rem;
+ line-height: 1.1
+ }
+ .careers-content .top p {
+ font-size: 1rem;
+ line-height: 1.5rem;
+ line-height: 1.1;
+ max-width: 450px;
+ padding-bottom: 50px
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content&gt;
+ section:not(.social-footer) {
+ padding: 50px 0 80px
+ }
+ }
+
+ .careers-content .careers-header {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ background: linear-gradient(rgba(60, 60, 60, 0.7), rgba(60, 60, 60, 0.7)), url("//vignette.wikia.nocookie.net/7805260c-fe1a-418a-838e-096209c73ef7");
+ background-size: cover;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ min-height: 300px
+ }
+
+ .careers-content .careers-header h1 {
+ color: #fff;
+ margin-bottom: 0;
+ margin-top: 50px;
+ text-transform: uppercase
+ }
+
+ .careers-content .careers-header .tagline {
+ color: #fff;
+ font-weight: bold;
+ margin-top: 0;
+ padding-bottom: 25px;
+ text-align: center;
+ width: 75%
+ }
+
+ .careers-content .careers-header .close-button {
+ color: white;
+ display: block;
+ left: 45%;
+ position: relative;
+ top: 40px
+ }
+
+ .careers-content .careers-header .select-a-team {
+ border: solid 1px white;
+ color: white;
+ display: block;
+ font-weight: bold;
+ margin: auto;
+ padding: 10px 50px;
+ text-align: center
+ }
+
+ .careers-content .careers-header .select-a-team.closed {
+ display: none
+ }
+
+ .careers-content .careers-header .select-a-team:after {
+ content: ' ';
+ border-left: 7.5px solid transparent;
+ border-right: 7.5px solid transparent;
+ border-top: 7.5px solid #fff;
+ display: inline-block;
+ height: 0px;
+ margin-left: 15px;
+ width: 0px
+ }
+
+ .careers-content .careers-header .job-categories {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ background: #39424d;
+ display: block;
+ height: 0;
+ margin-top: 10px;
+ opacity: 0;
+ padding: 15px;
+ transition: opacity 300ms ease-in-out;
+ width: 100%
+ }
+
+ .careers-content .careers-header .job-categories a {
+ color: #fff;
+ font-weight: bold
+ }
+
+ .careers-content .careers-header .job-categories.open {
+ height: auto;
+ opacity: 1;
+ transition: opacity 100ms ease-in-out
+ }
+
+ .careers-content .careers-header .job-categories.open div,
+ .careers-content .careers-header .job-categories.open a {
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
+ display: block;
+ font-weight: normal;
+ line-height: 1.6;
+ margin: 0 10px;
+ padding: 10px 0
+ }
+
+ .careers-content .careers-header .job-categories.open .select-a-team {
+ color: rgba(255, 255, 255, 0.5);
+ display: none
+ }
+
+ .careers-content .careers-header .job-categories.open a {
+ font-weight: normal
+ }
+
+ .careers-content .careers-header .learn-more-arrow {
+ margin-top: 20px;
+ padding-bottom: 30px
+ }
+
+ .careers-content .careers-header .learn-more-arrow span {
+ color: #fff;
+ font-weight: bold;
+ letter-spacing: .9;
+ text-transform: uppercase
+ }
+
+ .careers-content .careers-header .learn-more-arrow span svg {
+ display: block;
+ margin: auto;
+ margin-top: 10px;
+ fill: white
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content .careers-header {
+ -webkit-justify-content: flex-end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
+ min-height: 700px;
+ min-height: calc(100vh - 55px)
+ }
+ .careers-content .careers-header h1 {
+ font-size: 1rem;
+ line-height: 1.5rem;
+ margin-top: 125px;
+ margin-top: 25vh;
+ margin-bottom: 42px
+ }
+ .careers-content .careers-header .tagline {
+ font-size: 3.375rem;
+ line-height: 4.0625rem;
+ margin: 0;
+ padding: 0;
+ padding-bottom: 10px;
+ margin-bottom: 42px
+ }
+ .careers-content .careers-header .select-a-team,
+ .careers-content .careers-header .close-button {
+ display: none
+ }
+ .careers-content .careers-header .job-categories,
+ .careers-content .careers-header .job-categories.open {
+ height: auto;
+ opacity: 1;
+ background: transparent;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ padding-bottom: 25px;
+ width: 80%;
+ margin: auto;
+ padding-top: 0;
+ margin-top: 0
+ }
+ .careers-content .careers-header .job-categories .select-a-team,
+ .careers-content .careers-header .job-categories.open .select-a-team {
+ display: none
+ }
+ .careers-content .careers-header .job-categories a,
+ .careers-content .careers-header .job-categories.open a {
+ border-bottom: none;
+ border: 1px solid #fff;
+ -webkit-flex-basis: 24%;
+ -ms-flex-preferred-size: 24%;
+ flex-basis: 24%;
+ -webkit-flex-grow: 0;
+ -ms-flex-positive: 0;
+ flex-grow: 0;
+ -webkit-flex-shrink: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
+ line-height: 1;
+ margin-bottom: 15px;
+ margin-left: 0;
+ margin-right: 1%;
+ padding: 12px;
+ text-align: center;
+ transition: background 100ms ease-out
+ }
+ .careers-content .careers-header .job-categories a:hover,
+ .careers-content .careers-header .job-categories.open a:hover {
+ background: #fff;
+ color: #1a1a1a
+ }
+ }
+
+ .careers-content .values-matter .value-boxes {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-grow: 1;
+ -ms-flex-positive: 1;
+ flex-grow: 1;
+ -webkit-flex-shrink: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .careers-content .values-matter .value-boxes .value-box {
+ -webkit-flex-basis: 100%;
+ -ms-flex-preferred-size: 100%;
+ flex-basis: 100%;
+ text-align: center
+ }
+
+ .careers-content .values-matter .value-boxes .value-box img {
+ width: 100%
+ }
+
+ .careers-content .values-matter .value-boxes .value-box h3 {
+ margin-bottom: 0;
+ margin-top: 25px;
+ padding-bottom: 0;
+ text-transform: uppercase
+ }
+
+ .careers-content .values-matter .value-boxes .value-box h3::after {
+ background: #656e78;
+ content: ' ';
+ display: block;
+ height: 3px;
+ margin: 10px auto;
+ width: 35px
+ }
+
+ .careers-content .values-matter .value-boxes .value-box p {
+ margin-top: 0;
+ padding: 0 10px
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content .values-matter .value-boxes .value-box {
+ -webkit-flex-basis: 30%;
+ -ms-flex-preferred-size: 30%;
+ flex-basis: 30%;
+ margin-right: 1%;
+ margin-bottom: 48px
+ }
+ }
+
+ .careers-content .careers-testimonials {
+ background: #f2f6fa;
+ text-align: center
+ }
+
+ .careers-content .careers-testimonials .testimonials {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .careers-content .careers-testimonials .testimonials&gt;
+ .testimonial {
+ -webkit-flex-basis: 100%;
+ -ms-flex-preferred-size: 100%;
+ flex-basis: 100%;
+ margin-bottom: 25px
+ }
+
+ .careers-content .careers-testimonials .testimonials&gt;
+ .testimonial blockquote {
+ font-style: italic
+ }
+
+ .careers-content .careers-testimonials .testimonials&gt;
+ .testimonial blockquote cite {
+ display: block;
+ font-style: normal;
+ font-weight: bold
+ }
+
+ .careers-content .careers-testimonials .testimonials&gt;
+ .testimonial blockquote cite .title {
+ color: #39424d;
+ display: block;
+ letter-spacing: 1px;
+ line-height: 2.6;
+ text-transform: uppercase
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content .careers-testimonials .testimonials&gt;
+ .testimonial {
+ -webkit-flex-basis: 33.3%;
+ -ms-flex-preferred-size: 33.3%;
+ flex-basis: 33.3%
+ }
+ }
+
+ .careers-content section.global-company {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ text-align: center;
+ padding-bottom: 0
+ }
+
+ .careers-content section.global-company img {
+ width: 100vw
+ }
+
+ .careers-content section.global-company .desktop {
+ display: none
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content section.global-company .desktop {
+ display: block;
+ margin-bottom: 80px
+ }
+ .careers-content section.global-company .mobile {
+ display: none
+ }
+ }
+
+ .careers-content section.our-benefits {
+ background: #f2f6fa;
+ padding: 50px 15px 15px
+ }
+
+ .careers-content section.our-benefits .benefits {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ -webkit-align-items: baseline;
+ -ms-flex-align: baseline;
+ align-items: baseline;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ margin: auto;
+ text-align: center
+ }
+
+ .careers-content section.our-benefits .benefits .benefit {
+ -webkit-flex-basis: 50%;
+ -ms-flex-preferred-size: 50%;
+ flex-basis: 50%;
+ margin-bottom: 50px
+ }
+
+ .careers-content section.our-benefits .benefits .benefit h3 {
+ margin: 25px auto 0
+ }
+
+ .careers-content section.our-benefits .benefits .benefit p {
+ margin-top: 0;
+ padding: 5px
+ }
+
+ .careers-content section.our-benefits .benefits .benefit img {
+ height: 54px
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content section.our-benefits {
+ padding-top: 70px
+ }
+ .careers-content section.our-benefits .benefits .benefit {
+ -webkit-flex-basis: 33%;
+ -ms-flex-preferred-size: 33%;
+ flex-basis: 33%
+ }
+ .careers-content section.our-benefits .benefits .benefit p {
+ padding: 10px 27px
+ }
+ }
+
+ .careers-content section.news-events {
+ background: #c5ced9;
+ padding: 40px 0 40px;
+ text-align: center
+ }
+
+ .careers-content section.news-events .news-wrapper {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .careers-content section.news-events .news-wrapper&gt;
+ section {
+ background: #fff;
+ border-radius: 2px;
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25);
+ -webkit-flex-basis: 100%;
+ -ms-flex-preferred-size: 100%;
+ flex-basis: 100%;
+ -webkit-flex-grow: .1;
+ -ms-flex-positive: .1;
+ flex-grow: .1;
+ margin: 0 15px 20px;
+ padding-bottom: 20px
+ }
+
+ .careers-content section.news-events .news-wrapper&gt;
+ section h3 {
+ color: #898989;
+ margin: 10px 0 0;
+ padding: 0 5px;
+ text-transform: uppercase
+ }
+
+ .careers-content section.news-events .news-wrapper&gt;
+ section h4 {
+ padding: 0 5px
+ }
+
+ .careers-content section.news-events .news-wrapper&gt;
+ section img {
+ width: 100%
+ }
+
+ .careers-content section.news-events .news-wrapper&gt;
+ section a {
+ color: #4a90e2;
+ font-weight: bold;
+ letter-spacing: 1.2px;
+ text-transform: uppercase
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content section.news-events .news-wrapper {
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap
+ }
+ .careers-content section.news-events .news-wrapper&gt;
+ section {
+ -webkit-flex-basis: 33%;
+ -ms-flex-preferred-size: 33%;
+ flex-basis: 33%;
+ margin-bottom: 0;
+ margin-right: 40px
+ }
+ }
+
+ .careers-content section.open-positions {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ padding-left: 15px;
+ padding-right: 15px
+ }
+
+ .careers-content section.open-positions h2 {
+ font-size: 27px
+ }
+
+ .careers-content section.open-positions a {
+ color: #4a90e2;
+ font-weight: bold
+ }
+
+ .careers-content section.open-positions .department {
+ margin-bottom: 1em
+ }
+
+ .careers-content section.open-positions .department .description h3 {
+ -webkit-flex-basis: 100%;
+ -ms-flex-preferred-size: 100%;
+ flex-basis: 100%;
+ font-size: 24px;
+ line-height: 1;
+ margin-bottom: 0
+ }
+
+ .careers-content section.open-positions .department .description h3::after {
+ background: #39424d;
+ content: ' ';
+ display: block;
+ height: 5px;
+ margin: 15px 0;
+ width: 55px
+ }
+
+ .careers-content section.open-positions .department .description p {
+ margin-top: 0
+ }
+
+ .careers-content section.open-positions .department ul.job-posts {
+ list-style: none;
+ padding-left: 0;
+ margin-top: 0
+ }
+
+ .careers-content section.open-positions .department ul.job-posts li {
+ color: #39424d;
+ margin-bottom: 15px
+ }
+
+ .careers-content section.open-positions .department ul.job-posts li p {
+ color: #656e78;
+ margin-top: 0;
+ padding-right: 0
+ }
+
+ .careers-content section.open-positions .department ul.job-posts li&gt;
+ a {
+ display: block;
+ font-weight: bold
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .careers-content section.open-positions .department {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-align-items: flex-start;
+ -ms-flex-align: start;
+ align-items: flex-start;
+ -webkit-justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between
+ }
+ .careers-content section.open-positions .department .description {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 0 0 41.66667%;
+ -ms-flex: 0 0 41.66667%;
+ flex: 0 0 41.66667%;
+ max-width: 41.66667%;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-align-items: flex-start;
+ -ms-flex-align: start;
+ align-items: flex-start
+ }
+ .careers-content section.open-positions .department ul.job-posts {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%;
+ max-width: 50%;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-align-items: flex-start;
+ -ms-flex-align: start;
+ align-items: flex-start
+ }
+ .careers-content section.open-positions .department ul.job-posts li {
+ -webkit-flex-basis: 100%;
+ -ms-flex-preferred-size: 100%;
+ flex-basis: 100%;
+ margin-bottom: 25px
+ }
+ .careers-content section.open-positions .department ul.job-posts li&gt;
+ a {
+ font-size: 1.6875rem;
+ line-height: 2.0625rem
+ }
+ .careers-content section.open-positions .department ul.job-posts li p {
+ padding-right: 20%
+ }
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content section.open-positions h2 {
+ font-size: 3rem;
+ line-height: 3.4375rem;
+ margin-bottom: 30px
+ }
+ .careers-content section.open-positions .department ul.job-posts {
+ margin-top: 59px
+ }
+ .careers-content section.open-positions .department ul.job-posts li p {
+ padding-right: 20%
+ }
+ }
+
+ .careers-content svg.icon-back-to-openings {
+ fill: #4a90e2;
+ height: 12px;
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg)
+ }
+
+ .careers-content .single-post-header {
+ background: url("//vignette.wikia.nocookie.net/dd0ee7d2-d531-47da-8aac-2f50abb5d5cb");
+ background-position: top;
+ background-size: cover;
+ height: 200px;
+ width: 100%
+ }
+
+ .careers-content .back-to-openings {
+ color: #4a90e2;
+ display: block;
+ margin: 0 0 30px
+ }
+
+ .careers-content .job-post {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ margin: 0 15px;
+ padding: 10px
+ }
+
+ .careers-content .job-post ul.meta {
+ list-style-type: none;
+ padding-left: 0
+ }
+
+ @media only screen and (min-width: 40em) {
+ .careers-content .job-post {
+ margin: 0 auto
+ }
+ .careers-content .single-post-header {
+ height: 400px
+ }
+ }
+
+ @media only screen and (min-width: 90em) {
+ .careers-content .back-to-openings {
+ color: #4a90e2;
+ display: block
+ }
+ }
+
+ .careers-content .gh-wrapper {
+ background-color: rgba(246, 246, 246, 0.75);
+ min-height: 500px;
+ text-align: center
+ }
+
+ .careers-content .gh-wrapper .loading {
+ padding: 15px
+ }
+
+ .careers-content .gh-wrapper iframe {
+ transition: all 200ms ease-in-out;
+ opacity: 0;
+ width: 100%;
+ max-width: 100%
+ }
+
+ .careers-content .gh-wrapper iframe.loaded {
+ opacity: 1
+ }
+
+ .careers-content .social-header {
+ color: #39424d;
+ font-weight: bold;
+ margin-bottom: 15px;
+ text-align: center;
+ text-transform: uppercase
+ }
+
+ .careers-content .social-header::before {
+ background: #e6e6e6;
+ content: '';
+ display: block;
+ height: 4px;
+ margin: 30px auto 15px;
+ width: 75px
+ }
+
+ .careers-content .share-wrapper {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ margin-bottom: 42px
+ }
+
+ .careers-content .share-wrapper a {
+ margin: 10px 5px
+ }
+
+ .fb-share-btn {
+ background-color: #3b5998;
+ fill: #fff
+ }
+
+ .fb-share-btn .icon {
+ -webkit-transform: translateX(-3px) translateY(3px);
+ transform: translateX(-3px) translateY(3px)
+ }
+
+ .fb-share-btn.invert {
+ fill: #3b5998
+ }
+
+ .fb-share-icon {
+ fill: #3b5998
+ }
+
+ .reddit-btn {
+ background-color: #ff4500;
+ fill: #fff
+ }
+
+ .reddit-btn .icon {
+ -webkit-transform: translateY(6px);
+ transform: translateY(6px)
+ }
+
+ .reddit-btn.invert {
+ fill: #ff4500
+ }
+
+ .reddit-btn:visited {
+ color: #fff
+ }
+
+ .tweet-btn {
+ background-color: #1da1f2;
+ fill: #fff
+ }
+
+ .tweet-btn .icon {
+ -webkit-transform: translateY(2px);
+ transform: translateY(2px)
+ }
+
+ .tweet-btn.invert {
+ fill: #1da1f2
+ }
+
+ .tweet-btn:visited {
+ color: #fff
+ }
+
+ .tweet-share-icon {
+ fill: #1da1f2
+ }
+
+ .social-follow {
+ background-color: #f6f6f6;
+ bottom: 0;
+ color: #39424d;
+ height: 200px;
+ padding: 30px 0;
+ position: fixed;
+ text-align: center;
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+ width: 100%;
+ z-index: 10001
+ }
+
+ .social-follow.animate {
+ -webkit-animation: slide-up 1s ease forwards;
+ animation: slide-up 1s ease forwards
+ }
+
+ .social-follow .content {
+ display: inline-block;
+ margin: auto
+ }
+
+ .social-follow .close {
+ cursor: pointer;
+ fill: #39424d;
+ height: 16px;
+ position: absolute;
+ right: 20px;
+ top: 20px;
+ width: 16px
+ }
+
+ .social-follow .logo-fandom {
+ border-right: solid 1px #39424d;
+ height: 140px;
+ line-height: 140px;
+ padding: 0 40px
+ }
+
+ .social-follow .logo-fandom img {
+ height: 50px
+ }
+
+ .social-follow .container-follow {
+ margin-left: 40px;
+ text-align: left
+ }
+
+ .social-follow .copy h3 {
+ font-size: 2.25rem;
+ line-height: 3.375rem;
+ margin-bottom: 5px
+ }
+
+ .social-follow .copy span {
+ font-size: 1.5rem
+ }
+
+ .social-follow .facebook-button,
+ .social-follow .twitter-button {
+ display: inline-block;
+ margin-top: 10px;
+ vertical-align: bottom
+ }
+
+ .social-follow .facebook-button {
+ overflow: hidden
+ }
+
+ .social-follow .twitter-button {
+ height: 20px;
+ margin-left: 10px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .social-follow.right-corner {
+ height: 160px;
+ padding: 25px 0;
+ right: 0;
+ text-align: left;
+ -webkit-transform: translateX(100%);
+ transform: translateX(100%);
+ width: 580px
+ }
+ .social-follow.right-corner.animate {
+ -webkit-animation: slide-left 1s ease forwards;
+ animation: slide-left 1s ease forwards
+ }
+ .social-follow.right-corner h3 {
+ font-size: 1.5rem;
+ line-height: 2.5rem
+ }
+ .social-follow.right-corner .container-follow {
+ margin-left: 25px
+ }
+ .social-follow.right-corner .logo-fandom {
+ height: 110px;
+ line-height: 110px;
+ padding: 0 25px
+ }
+ .social-follow .container-follow,
+ .social-follow .logo-fandom {
+ float: left
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .social-follow {
+ height: 184px
+ }
+ .social-follow .logo-fandom {
+ height: 30px;
+ line-height: 30px;
+ border-right: none
+ }
+ .social-follow .logo-fandom img {
+ height: 30px
+ }
+ .social-follow .container-follow {
+ margin: 0;
+ padding-top: 15px;
+ text-align: center
+ }
+ .social-follow .copy h3 {
+ font-size: 1.125rem;
+ line-height: 1rem
+ }
+ .social-follow .copy span {
+ font-size: .875rem;
+ line-height: 1rem
+ }
+ }
+
+ .floating-social {
+ display: none
+ }
+
+ html.sliding-icons .floating-social {
+ display: block;
+ height: 52px;
+ position: fixed;
+ transition: all 0.5s;
+ width: 100%;
+ z-index: 10
+ }
+
+ html.sliding-icons .floating-social .share-wrapper {
+ height: 52px
+ }
+
+ html.sliding-icons .floating-social .share-wrapper .fb-share-btn,
+ html.sliding-icons .floating-social .share-wrapper .tweet-btn,
+ html.sliding-icons .floating-social .share-wrapper .reddit-btn {
+ float: left;
+ height: 52px;
+ min-width: 0;
+ width: 33.33%
+ }
+
+ html.sliding-icons .floating-social .share-wrapper .fb-share-btn span,
+ html.sliding-icons .floating-social .share-wrapper .tweet-btn span,
+ html.sliding-icons .floating-social .share-wrapper .reddit-btn span {
+ display: none
+ }
+
+ html.sliding-icons .floating-social .share-wrapper .tweet-btn .icon {
+ height: 22px;
+ margin-top: 12px;
+ width: 27px
+ }
+
+ html.sliding-icons .floating-social .share-wrapper .reddit-btn .icon {
+ height: 23px;
+ margin-top: 8px;
+ width: 24px
+ }
+
+ html.sliding-icons .floating-social .share-wrapper .fb-share-btn .icon {
+ height: 22px;
+ margin-top: 12px;
+ width: 11px
+ }
+
+ @media only screen and (max-width: 66.4375em) {
+ html.sliding-icons .floating-social {
+ bottom: 0;
+ left: 0;
+ -webkit-transform: translateY(52px);
+ transform: translateY(52px)
+ }
+ html.sliding-icons .floating-social.visible {
+ -webkit-transform: translateY(0);
+ transform: translateY(0)
+ }
+ }
+
+ @media only screen and (min-width: 66.5em) {
+ html.sliding-icons .floating-social {
+ height: 192px;
+ left: 0;
+ margin-top: -96px;
+ -webkit-transform: translateX(-64px);
+ transform: translateX(-64px);
+ width: 64px
+ }
+ html.sliding-icons .floating-social.side-fixed {
+ display: block;
+ position: fixed;
+ transition: all 0.5s
+ }
+ html.sliding-icons .floating-social.pinned-to-article {
+ display: block;
+ position: fixed;
+ transition: none
+ }
+ html.sliding-icons .floating-social.first-time-pinned {
+ transition: all 0.5s
+ }
+ html.sliding-icons .floating-social.visible {
+ display: block;
+ -webkit-transform: translate(0, 0);
+ transform: translate(0, 0)
+ }
+ html.sliding-icons .floating-social .article-wrapper .share-wrapper,
+ html.sliding-icons .floating-social .article-wrapper .article-share {
+ display: block
+ }
+ html.sliding-icons .floating-social .share-wrapper {
+ height: 192px
+ }
+ html.sliding-icons .floating-social .share-wrapper .fb-share-btn,
+ html.sliding-icons .floating-social .share-wrapper .tweet-btn,
+ html.sliding-icons .floating-social .share-wrapper .reddit-btn {
+ clear: left;
+ float: left;
+ height: 64px;
+ min-width: 64px;
+ width: 64px
+ }
+ html.sliding-icons .floating-social .share-wrapper .fb-share-btn .icon,
+ html.sliding-icons .floating-social .share-wrapper .tweet-btn .icon,
+ html.sliding-icons .floating-social .share-wrapper .reddit-btn .icon {
+ margin-top: 22px
+ }
+ html.sliding-icons .floating-social .share-wrapper .fb-share-btn span,
+ html.sliding-icons .floating-social .share-wrapper .tweet-btn span,
+ html.sliding-icons .floating-social .share-wrapper .reddit-btn span {
+ display: none
+ }
+ html.sliding-icons .floating-social .share-wrapper .tweet-btn .icon {
+ -webkit-transform: translateY(3px);
+ transform: translateY(3px)
+ }
+ html.sliding-icons .floating-social .share-wrapper .reddit-btn .icon {
+ -webkit-transform: translateY(-3px);
+ transform: translateY(-3px)
+ }
+ html.sliding-icons .floating-social .share-wrapper .fb-share-btn .icon {
+ -webkit-transform: translateX(-2px);
+ transform: translateX(-2px)
+ }
+ }
+
+ .social-promo-rail {
+ background-color: #f6f6f6;
+ margin-bottom: 40px;
+ padding-bottom: 40px;
+ text-align: center
+ }
+
+ .social-promo-rail .buttons {
+ margin: 10px auto 0
+ }
+
+ .social-promo-rail .buttons&gt;
+ div {
+ display: inline-block
+ }
+
+ .social-promo-rail .callout {
+ font-weight: bold
+ }
+
+ .social-promo-rail .logo {
+ background-color: #39424d;
+ border-radius: 50%;
+ height: 40px;
+ line-height: 40px;
+ margin: 0 auto;
+ text-align: center;
+ -webkit-transform: translateY(-20px);
+ transform: translateY(-20px);
+ width: 40px
+ }
+
+ .social-promo-rail .logo img {
+ height: 19px;
+ width: 20px
+ }
+
+ .social-promo-rail .facebook-button {
+ overflow: hidden;
+ vertical-align: bottom
+ }
+
+ .social-promo-rail .twitter-button {
+ height: 20px;
+ margin-left: 5px;
+ vertical-align: bottom
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .social-promo-rail {
+ margin-left: 1rem;
+ margin-right: 1rem
+ }
+ }
+
+ .article-wrapper .article-rail .social-promo-rail {
+ margin-top: 20px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .article-wrapper .social-promo {
+ padding: 0
+ }
+ }
+
+ .article-wrapper .social-promo-rail {
+ margin-top: 40px
+ }
+
+ .ln-share-bt {
+ background-color: #0077b5;
+ fill: #fff
+ }
+
+ .ln-share-bt:visited {
+ color: white
+ }
+
+ .ln-share-bt .icon {
+ -webkit-transform: translateX(-3px) translateY(3px);
+ transform: translateX(-3px) translateY(3px)
+ }
+
+ .ln-share-bt.invert {
+ fill: #0077b5
+ }
+
+ .ln-share-icon {
+ fill: #0077b5
+ }
+
+ .social-footer {
+ height: 165px;
+ background-color: #f6f6f6;
+ text-align: center
+ }
+
+ .social-footer a {
+ display: inline-block;
+ border: none;
+ border-radius: 100px;
+ line-height: 1.125rem;
+ margin-right: 10px
+ }
+
+ .social-footer a span {
+ display: none
+ }
+
+ .social-footer a img {
+ margin-right: 5px;
+ margin-top: -5px;
+ height: 15px
+ }
+
+ .social-footer .fb {
+ background: #3b5998;
+ padding: 12px 12px
+ }
+
+ .social-footer .fb img {
+ padding-left: 4px
+ }
+
+ .social-footer .twitter {
+ background: #1da1f2;
+ padding: 12px 6px
+ }
+
+ .social-footer .twitter img {
+ padding-left: 7px;
+ padding-top: 2px
+ }
+
+ .social-footer .youtube {
+ background: #cd201f;
+ padding: 12px 6px
+ }
+
+ .social-footer .youtube img {
+ padding-left: 6px;
+ padding-top: 2px
+ }
+
+ .social-footer .linkedin {
+ background: #0077b5;
+ padding: 12px 6px
+ }
+
+ .social-footer .linkedin img {
+ padding-left: 6px;
+ height: 18px
+ }
+
+ .social-footer p {
+ padding-top: 33px;
+ font-weight: bold;
+ text-transform: uppercase;
+ text-align: center;
+ margin-top: 20px;
+ margin-bottom: 20px
+ }
+
+ .social-footer p:before {
+ width: 95px;
+ height: 4px;
+ content: '';
+ display: block;
+ margin: 0 auto 20px;
+ background: #e6e6e6
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .social-footer {
+ height: 254px
+ }
+ .social-footer .twitter,
+ .social-footer .youtube,
+ .social-footer .linkedin {
+ padding-right: 15px
+ }
+ .social-footer a {
+ color: #fff;
+ padding: 18px 25px;
+ margin-right: 10px;
+ border-radius: 0
+ }
+ .social-footer a img {
+ height: 21px;
+ margin-right: 8px
+ }
+ .social-footer a span {
+ font-size: .875rem;
+ display: inline-block
+ }
+ .social-footer a .linkedin img {
+ margin-top: -5px
+ }
+ .social-footer p {
+ padding-top: 60px;
+ margin-bottom: 20px
+ }
+ .social-footer p:before {
+ width: 95px;
+ height: 4px;
+ content: '';
+ display: block;
+ margin: 0 auto 20px;
+ background: #e6e6e6;
+ width: 71px
+ }
+ }
+
+ .upstream-tabs {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: row;
+ -ms-flex-direction: row;
+ flex-direction: row;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ list-style-type: none;
+ margin: 0;
+ padding: 0
+ }
+
+ .upstream-tabs .tab {
+ line-height: 24px;
+ margin: 7px 0 22px 0;
+ padding: 0;
+ text-align: center;
+ width: 100%
+ }
+
+ .upstream-tabs .tab label {
+ border-bottom: 2px solid #aaa;
+ color: #aaa;
+ cursor: pointer;
+ display: block;
+ font-size: .75rem;
+ padding-bottom: 10px;
+ width: 100%
+ }
+
+ .upstream-tabs .tab [type=radio] {
+ display: none
+ }
+
+ .upstream-tabs .tab [type=radio]:checked~label {
+ border-bottom: 2px solid #1a5eb8;
+ color: #1a5eb8;
+ font-weight: bold
+ }
+
+ html.js .upstream-tab-content {
+ display: none
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .upstream-tabs {
+ -webkit-flex-basis: content;
+ -ms-flex-preferred-size: content;
+ flex-basis: content;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start
+ }
+ .upstream-tabs .tab {
+ margin: 25px 40px 20px 0;
+ min-width: 0;
+ padding: 0;
+ width: -webkit-fit-content;
+ width: -moz-fit-content;
+ width: fit-content
+ }
+ .upstream-tabs .tab:last-child {
+ margin-right: 0
+ }
+ .upstream-tabs .tab label {
+ border-bottom: none;
+ font-size: .875rem;
+ padding-bottom: 4px
+ }
+ .upstream-tabs .tab label:hover {
+ border-bottom: 2px solid #aaa
+ }
+ }
+
+ .topics h2 {
+ letter-spacing: -.9px
+ }
+
+ .topics header {
+ margin-left: 0
+ }
+
+ .topics .grid-content,
+ .topics section.post-archive .pagination,
+ section.post-archive .topics .pagination,
+ .topics .grid-container {
+ padding: 0
+ }
+
+ .topics .grid-content,
+ .topics section.post-archive .pagination,
+ section.post-archive .topics .pagination {
+ margin-bottom: 1px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .topics {
+ background-color: #f6f6f6;
+ padding: 2rem 0
+ }
+ .topics header {
+ padding-left: 5px
+ }
+ .topics .grid-container {
+ padding: 0 20px
+ }
+ .topics .grid-content,
+ .topics section.post-archive .pagination,
+ section.post-archive .topics .pagination {
+ margin-bottom: 0;
+ padding: 0
+ }
+ .topics .grid-content:last-of-type .topic-card,
+ .topics section.post-archive .pagination:last-of-type .topic-card,
+ section.post-archive .topics .pagination:last-of-type .topic-card {
+ margin-right: 0
+ }
+ .topics .topic-card {
+ margin-bottom: .625rem;
+ margin-right: .625rem
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .topics header {
+ margin-top: 25px;
+ padding-left: 1rem
+ }
+ .topics header h2 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem
+ }
+ }
+
+ .topic-card {
+ color: #fff;
+ height: 600px;
+ overflow: hidden
+ }
+
+ .topic-card.sponsored {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+
+ .topic-card .topic-title {
+ margin-top: 40px
+ }
+
+ .topic-card h2 {
+ letter-spacing: -.9px
+ }
+
+ .topic-card a,
+ .topic-card a:visited,
+ .topic-card a:active {
+ color: #fff
+ }
+
+ .topic-card a:hover {
+ color: #00b7e0
+ }
+
+ .topic-card ul {
+ list-style-type: none;
+ padding: 0
+ }
+
+ .topic-card .topic-card-inner {
+ height: 100%;
+ padding: 2.375rem 1.8125rem;
+ position: relative
+ }
+
+ .topic-card .topic-title {
+ font-style: italic;
+ margin-bottom: 0
+ }
+
+ .topic-card .topic-item {
+ border-top: 1px dashed #999;
+ padding-top: 15px
+ }
+
+ .topic-card .categories {
+ margin-top: -2.375rem;
+ margin-left: -11px;
+ position: absolute
+ }
+
+ .topic-card h4 {
+ font-weight: 500;
+ margin-bottom: 15px
+ }
+
+ .topic-card:not(.compact) h4 {
+ max-height: 3rem;
+ overflow: hidden
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .topic-card:not(.compact) h4 {
+ font-size: .875rem;
+ line-height: 1.125rem
+ }
+ }
+
+ .topic-card .action-btn-wrapper {
+ -webkit-align-self: flex-end;
+ -ms-flex-item-align: end;
+ align-self: flex-end;
+ margin-bottom: 20px;
+ text-align: center;
+ width: 100%;
+ z-index: 1
+ }
+
+ .topic-card .action-btn {
+ height: 43px;
+ line-height: 43px;
+ max-width: 90%;
+ overflow: hidden;
+ padding: 0 1rem
+ }
+
+ .topic-card .sponsored-by {
+ font-weight: bold;
+ height: 43px;
+ position: absolute;
+ right: 25px;
+ text-align: center;
+ top: 12px
+ }
+
+ .topic-card .sponsored-by.tall-logo img {
+ display: inline-block;
+ margin-left: 5px;
+ margin-top: 0;
+ max-height: 70px
+ }
+
+ .topic-card .sponsored-by img {
+ display: block;
+ height: auto;
+ margin: 10px auto 0;
+ max-height: 30px;
+ width: auto
+ }
+
+ .topic-card.compact {
+ height: 285px;
+ position: relative
+ }
+
+ .topic-card.compact h2,
+ .topic-card.compact h4 {
+ font-size: 1.5rem;
+ font-weight: bold;
+ line-height: 1.8125rem
+ }
+
+ .topic-card.compact .topic-feed {
+ width: 100%;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ padding: 0 20px
+ }
+
+ .topic-card.compact .topic-title {
+ margin-top: 0
+ }
+
+ .topic-card.compact .topic-item {
+ display: none
+ }
+
+ .topic-card.compact .topic-item:nth-child(1) {
+ display: list-item
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .topic-card.compact h4 {
+ font-size: 1.3125rem;
+ line-height: 1.6875rem
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .topic-card.compact {
+ height: 500px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .topic-card.sponsored h4 {
+ font-size: .875rem
+ }
+ .topic-card.sponsored .action-btn {
+ font-size: .875rem;
+ height: 40px;
+ line-height: 40px
+ }
+ .topic-card.sponsored .sponsored-by.tall-logo img {
+ max-height: 60px
+ }
+ .topic-card.sponsored .sponsored-by img {
+ max-height: 26px
+ }
+ .topic-card.sponsored .topic-item {
+ padding-top: 10px
+ }
+ .topic-card.sponsored .topic-title {
+ line-height: 2.25rem
+ }
+ }
+
+ .side-rail .topic-card.sponsored h4 {
+ font-size: .875rem
+ }
+
+ .side-rail .topic-card.sponsored .action-btn {
+ font-size: .875rem;
+ font-weight: bold;
+ height: 40px;
+ line-height: 40px
+ }
+
+ .side-rail .topic-card.sponsored .sponsored-by.tall-logo img {
+ max-height: 60px;
+ max-width: 45px
+ }
+
+ .side-rail .topic-card.sponsored .topic-item {
+ padding-top: 10px
+ }
+
+ .side-rail .topic-card.sponsored .topic-title {
+ line-height: 2.25rem;
+ margin-top: 30px
+ }
+
+ .side-rail .topic-card.sponsored .topic-title.tall-logo {
+ margin-top: 65px
+ }
+
+ .side-rail .topic-card-inner {
+ padding: 2.375rem 1.25rem
+ }
+
+ body.vertical-hub .topic-card .category:not(.cat-sponsored) {
+ display: none
+ }
+
+ .topic-card-simple-layout {
+ display: none
+ }
+
+ .topic-card-layout-test .topic-card-featured-layout {
+ display: none
+ }
+
+ .topic-card-layout-test .topic-card-simple-layout {
+ display: block
+ }
+
+ .topic-card-layout-test .topic-card-simple-layout .topic-card-simple-horizontal {
+ display: none
+ }
+
+ .entry-content .topic-card,
+ .entry-content .topic-card-simple-article-header {
+ display: none
+ }
+
+ .topic-card-article-test-featured .topic-card:not(.topic-card-simple) {
+ display: block
+ }
+
+ .topic-card-article-test-featured .topic-card-simple-article-header {
+ display: block
+ }
+
+ .topic-card-article-test-vertical .topic-card-simple:not(.topic-card-simple-horizontal) {
+ display: block
+ }
+
+ .topic-card-article-test-vertical .topic-card-simple-article-header {
+ display: block
+ }
+
+ .topic-card-article-test-horizontal .topic-card-simple-horizontal {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex
+ }
+
+ .topic-card-article-test-horizontal .topic-card-simple-article-header {
+ display: block
+ }
+
+ .topic-card-simple {
+ height: 362px
+ }
+
+ .topic-card-simple .categories {
+ margin: 0
+ }
+
+ .topic-card-simple .top-link {
+ -webkit-align-items: flex-end;
+ -ms-flex-align: end;
+ align-items: flex-end;
+ background-color: transparent;
+ color: #FFF;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 187px;
+ padding: 0 15px 15px
+ }
+
+ .topic-card-simple .top-link a,
+ .topic-card-simple .top-link h4 {
+ color: #FFF
+ }
+
+ .topic-card-simple .top-link .icon-arrow-white {
+ fill: #FFF
+ }
+
+ .topic-card-simple .top-link.hover {
+ cursor: pointer
+ }
+
+ .topic-card-simple .top-link.hover a {
+ color: #00b7e0
+ }
+
+ .topic-card-simple .top-link.hover .icon-arrow-white {
+ fill: #00b7e0
+ }
+
+ .topic-card-simple .top-link a:hover {
+ color: #00b7e0
+ }
+
+ .topic-card-simple .top-link a:hover .icon-arrow-white {
+ fill: #00b7e0
+ }
+
+ .topic-card-simple .top-link h4 {
+ font-size: 1.5rem;
+ font-style: italic;
+ font-weight: bold;
+ line-height: 2.0625rem;
+ margin-bottom: 0;
+ max-height: none
+ }
+
+ .topic-card-simple .top-link-inner {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-align-items: flex-end;
+ -ms-flex-align: end;
+ align-items: flex-end;
+ height: 100%;
+ position: relative
+ }
+
+ .topic-card-simple .topic-feed {
+ background: #FFF;
+ border: 1px solid #e6e6e6;
+ border-top-width: 0;
+ height: 175px
+ }
+
+ .topic-card-simple .topic-item {
+ border-top: none;
+ margin: 0 19px;
+ padding: 6px 0
+ }
+
+ .topic-card-simple .topic-item:first-child {
+ border-bottom: 1px dashed #e6e6e6
+ }
+
+ .topic-card-simple .topic-item .source * {
+ color: #39424d
+ }
+
+ .topic-card-simple .topic-item a {
+ color: #00b7e0
+ }
+
+ .topic-card-simple .topic-item h4 {
+ font-size: .875rem;
+ line-height: 1.25rem;
+ margin-bottom: 0;
+ max-height: 2.5rem
+ }
+
+ .topic-card-simple-horizontal {
+ height: 170px
+ }
+
+ .topic-card-simple-horizontal.grid-block {
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .topic-card-simple-horizontal .top-link {
+ height: 100%;
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .topic-card-simple-horizontal .top-link-inner {
+ height: 100%
+ }
+
+ .topic-card-simple-horizontal .topic-feed {
+ border-width: 1px 1px 1px 0;
+ height: 100%
+ }
+
+ .entry-content .topic-card {
+ margin-bottom: 50px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .entry-content .article-topic-card-layout {
+ display: none
+ }
+ }
+
+ .top-communities {
+ background-color: #f6f6f6;
+ margin: 20px 0 20px;
+ text-align: center;
+ padding: 0 20px;
+ width: 300px
+ }
+
+ .top-communities&gt;
+ * {
+ -webkit-transform: translateY(-20px);
+ transform: translateY(-20px)
+ }
+
+ .top-communities header {
+ padding-bottom: 10px
+ }
+
+ .top-communities h3 {
+ margin: 5px auto 0
+ }
+
+ .top-communities .community-list li {
+ border-top: 1px dashed #999;
+ font-size: 14px;
+ font-weight: bold;
+ padding: .875rem 0;
+ text-align: left
+ }
+
+ .top-communities .community-list li:first-child {
+ border-top: 0 none
+ }
+
+ .top-communities .community-list a {
+ color: #39424d;
+ display: block
+ }
+
+ .top-communities .community-list a:hover {
+ color: #00b7e0
+ }
+
+ .top-communities .community-list .vertical {
+ float: right;
+ margin-top: 2px;
+ text-align: center;
+ width: 28px
+ }
+
+ article.type-video {
+ -webkit-align-content: flex-start;
+ -ms-flex-line-pack: start;
+ align-content: flex-start;
+ padding-top: 24px
+ }
+
+ article.type-video h1 {
+ margin-bottom: 10px
+ }
+
+ article.type-video .article-share {
+ margin: 15px 0 0;
+ padding-left: 1rem;
+ text-align: left
+ }
+
+ article.type-video .article-share .share-wrapper {
+ float: none
+ }
+
+ article.type-video .description {
+ padding-bottom: 35px
+ }
+
+ article.type-video .entry-content {
+ margin-top: 0;
+ padding-left: 1rem
+ }
+
+ article.type-video .entry-content p {
+ margin: 1.5rem 0 0 0
+ }
+
+ article.type-video .video-content {
+ margin: 15px 1rem 0;
+ padding: 0
+ }
+
+ article.type-video .video-content figure {
+ margin: 0 auto
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ article.type-video {
+ padding-top: 0
+ }
+ article.type-video .article-share {
+ margin: 6px auto 24px;
+ -webkit-order: 2;
+ -ms-flex-order: 2;
+ order: 2
+ }
+ article.type-video .description {
+ margin-top: -1.5rem
+ }
+ article.type-video .entry-content {
+ -webkit-order: 4;
+ -ms-flex-order: 4;
+ order: 4
+ }
+ article.type-video .header {
+ -webkit-order: 3;
+ -ms-flex-order: 3;
+ order: 3
+ }
+ article.type-video .video-content {
+ -webkit-order: 1;
+ -ms-flex-order: 1;
+ order: 1;
+ margin: 0;
+ padding: 0
+ }
+ article.type-video .video-content figure {
+ margin: 0
+ }
+ .article-wrapper .side-rail {
+ max-width: none;
+ padding: 35px 1rem 0
+ }
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ html.js .video-rail {
+ visibility: hidden
+ }
+ html.js .video-rail.visible {
+ visibility: visible
+ }
+ }
+
+ .videos-module {
+ background-color: #39424d
+ }
+
+ .videos-module h2 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem;
+ color: #fff
+ }
+
+ .videos-module .videos-module-inner {
+ max-width: 66.5rem;
+ margin: 0 auto;
+ padding: 23px 20px 38px
+ }
+
+ .videos-module .video-post {
+ position: relative
+ }
+
+ .videos-module .thumbnail {
+ display: block;
+ position: relative;
+ padding: 10px;
+ width: 100%
+ }
+
+ .videos-module .thumbnail:after {
+ display: block;
+ content: '';
+ padding-top: 56.25%
+ }
+
+ .videos-module .thumbnail-inner {
+ height: 100%;
+ left: 0;
+ position: absolute;
+ top: 0;
+ width: 100%
+ }
+
+ .videos-module h3 {
+ color: #fff;
+ margin-bottom: 0;
+ width: 60%
+ }
+
+ .videos-module .clickable-unit.hover h3 {
+ color: #00b7e0
+ }
+
+ .videos-module .play-button-overlay {
+ background-size: 36px 36px;
+ background-position: bottom 12px right 12px;
+ text-indent: -9999px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .videos-module h2 {
+ padding-left: 10px
+ }
+ .videos-module h3 {
+ bottom: 10px;
+ left: 10px;
+ margin-bottom: 0;
+ position: absolute
+ }
+ .videos-module .lead {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%;
+ max-width: 50%;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar
+ }
+ .videos-module .lead h3 {
+ font-size: 1.125rem;
+ line-height: 1.375rem;
+ width: 70%
+ }
+ .videos-module .lead .play-button-overlay {
+ background-size: 72px 72px;
+ background-position: bottom 20px right 20px
+ }
+ .videos-module .secondary {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%;
+ max-width: 50%;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar
+ }
+ .videos-module .secondary&gt;
+ div {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-flex-flow: column nowrap;
+ -ms-flex-flow: column nowrap;
+ flex-flow: column nowrap;
+ align-items: stretch
+ }
+ .videos-module .secondary&gt;
+ div:last-child .video-post {
+ margin-right: 0
+ }
+ .videos-module .secondary h3 {
+ line-height: .9375rem
+ }
+ .videos-module .videos-module-grid {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ height: 312px
+ }
+ .videos-module .video-post {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 1 1 auto;
+ -ms-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ margin: 0 10px 10px 0
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .videos-module a {
+ display: inline-block
+ }
+ .videos-module .lead {
+ margin-bottom: 24px
+ }
+ .videos-module .lead h3 {
+ font-size: .875rem;
+ line-height: 1.25rem;
+ position: absolute;
+ bottom: 10px;
+ left: 10px
+ }
+ .videos-module .lead .play-button-overlay {
+ background-size: 72px 72px;
+ background-position: bottom 20px right 20px
+ }
+ .videos-module .secondary .video-post {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 0 0 100%;
+ -ms-flex: 0 0 100%;
+ flex: 0 0 100%;
+ max-width: 100%;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ margin-bottom: 12px;
+ overflow: visible
+ }
+ .videos-module .secondary .thumbnail {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ height: 100vh;
+ position: relative;
+ overflow: hidden;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%;
+ max-width: 50%;
+ -webkit-flex-flow: row wrap;
+ -ms-flex-flow: row wrap;
+ flex-flow: row wrap;
+ -webkit-flex-wrap: nowrap;
+ -ms-flex-wrap: nowrap;
+ flex-wrap: nowrap;
+ -webkit-align-items: stretch;
+ -ms-flex-align: stretch;
+ align-items: stretch;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-order: 0;
+ -ms-flex-order: 0;
+ order: 0;
+ height: auto;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar
+ }
+ .videos-module .secondary h3 {
+ display: block;
+ padding: 0 1rem;
+ overflow-y: auto;
+ -webkit-overflow-scrolling: touch;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-flex: 0 0 50%;
+ -ms-flex: 0 0 50%;
+ flex: 0 0 50%;
+ max-width: 50%;
+ line-height: 1.375rem;
+ max-height: 4.125rem;
+ overflow: hidden
+ }
+ .videos-module .videos-module-inner {
+ padding-bottom: 26px
+ }
+ }
+
+ .oo-player-container .oo-clearfix::after {
+ content: "";
+ display: table;
+ clear: both
+ }
+
+ .oo-player-container .oo-center-block {
+ display: block;
+ margin-left: auto;
+ margin-right: auto
+ }
+
+ .oo-player-container .oo-pull-right {
+ float: right !important
+ }
+
+ .oo-player-container .oo-pull-left {
+ float: left !important
+ }
+
+ .oo-player-container [hidden],
+ .oo-player-container .oo-hidden {
+ display: none !important
+ }
+
+ .oo-player-container .oo-invisible {
+ visibility: hidden
+ }
+
+ .oo-player-container .oo-text-truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap
+ }
+
+ .oo-player-container .oo-text-lowercase {
+ text-transform: lowercase
+ }
+
+ .oo-player-container .oo-text-uppercase {
+ text-transform: uppercase
+ }
+
+ .oo-player-container .oo-text-capitalize {
+ text-transform: capitalize
+ }
+
+ .oo-player-container .oo-sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ border: 0
+ }
+
+ .oo-player-container .oo-expand,
+ .oo-player-container .oo-state-screen,
+ .oo-player-container .oo-spinner-screen,
+ .oo-player-container .oo-state-screen .oo-fading-underlay,
+ .oo-player-container .oo-spinner-screen .oo-fading-underlay,
+ .oo-player-container .oo-state-screen .oo-fading-underlay-active,
+ .oo-player-container .oo-spinner-screen .oo-fading-underlay-active,
+ .oo-player-container .oo-state-screen .oo-underlay-gradient,
+ .oo-player-container .oo-spinner-screen .oo-underlay-gradient,
+ .oo-player-container .oo-state-screen .oo-state-screen-selectable,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-selectable,
+ .oo-player-container .oo-plugins,
+ .oo-player-container .oo-player&gt;
+ div,
+ .oo-player-container .oo-player&gt;
+ embed,
+ .oo-player-container .oo-player&gt;
+ figure,
+ .oo-player-container .oo-player&gt;
+ object,
+ .oo-player-container .oo-player-skin,
+ .oo-player-container video {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0
+ }
+
+ .oo-player-container .oo-center-vertical-horizontal,
+ .oo-player-container .oo-state-screen .oo-action-icon,
+ .oo-player-container .oo-spinner-screen .oo-action-icon,
+ .oo-player-container .oo-action-icon-pause,
+ .oo-player-container .oo-action-icon-pause.oo-animate-pause,
+ .oo-player-container .oo-spinner-wrapper,
+ .oo-player-container .oo-slider {
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%)
+ }
+
+ .oo-player-container {
+ font-family: sans-serif;
+ -ms-text-size-adjust: 100%;
+ -webkit-text-size-adjust: 100%;
+ margin: 0;
+ padding: 0
+ }
+
+ .oo-player-container figure,
+ .oo-player-container menu,
+ .oo-player-container section {
+ display: block
+ }
+
+ .oo-player-container video {
+ display: block;
+ vertical-align: baseline
+ }
+
+ .oo-player-container [hidden],
+ .oo-player-container template {
+ display: none
+ }
+
+ .oo-player-container a {
+ background-color: transparent
+ }
+
+ .oo-player-container a:active {
+ outline: 0
+ }
+
+ .oo-player-container a:hover {
+ outline: 0
+ }
+
+ .oo-player-container b,
+ .oo-player-container strong {
+ font-weight: bold
+ }
+
+ .oo-player-container h1 {
+ font-size: 2em;
+ margin: 0.67em 0
+ }
+
+ .oo-player-container img {
+ border: 0
+ }
+
+ .oo-player-container svg:not(:root) {
+ overflow: hidden
+ }
+
+ .oo-player-container figure {
+ margin: 1em 40px
+ }
+
+ .oo-player-container hr {
+ box-sizing: content-box;
+ height: 0
+ }
+
+ .oo-player-container button,
+ .oo-player-container input,
+ .oo-player-container optgroup,
+ .oo-player-container select,
+ .oo-player-container textarea {
+ color: #55595c;
+ font: inherit;
+ margin: 0
+ }
+
+ .oo-player-container button {
+ overflow: visible
+ }
+
+ .oo-player-container button,
+ .oo-player-container select {
+ text-transform: none
+ }
+
+ .oo-player-container button,
+ .oo-player-container html input[type="button"],
+ .oo-player-container input[type="reset"],
+ .oo-player-container input[type="submit"] {
+ -webkit-appearance: button;
+ cursor: pointer
+ }
+
+ .oo-player-container button[disabled],
+ .oo-player-container html input[disabled] {
+ cursor: default
+ }
+
+ .oo-player-container button::-moz-focus-inner,
+ .oo-player-container input::-moz-focus-inner {
+ border: 0;
+ padding: 0
+ }
+
+ .oo-player-container input {
+ line-height: normal
+ }
+
+ .oo-player-container input[type="checkbox"],
+ .oo-player-container input[type="radio"] {
+ box-sizing: border-box;
+ padding: 0
+ }
+
+ .oo-player-container input[type="number"]::-webkit-inner-spin-button,
+ .oo-player-container input[type="number"]::-webkit-outer-spin-button {
+ height: auto
+ }
+
+ .oo-player-container input[type="search"] {
+ -webkit-appearance: textfield;
+ box-sizing: content-box
+ }
+
+ .oo-player-container input[type="search"]::-webkit-search-cancel-button,
+ .oo-player-container input[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none
+ }
+
+ .oo-player-container textarea {
+ overflow: auto
+ }
+
+ .oo-player-container table {
+ border-collapse: collapse;
+ border-spacing: 0
+ }
+
+ .oo-player-container td,
+ .oo-player-container th {
+ padding: 0
+ }
+
+ .oo-player-container *,
+ .oo-player-container *::before,
+ .oo-player-container *::after {
+ box-sizing: border-box
+ }
+
+ .oo-player-container h1,
+ .oo-player-container h2,
+ .oo-player-container h3,
+ .oo-player-container h4,
+ .oo-player-container h5,
+ .oo-player-container h6 {
+ margin-top: 0;
+ margin-bottom: .5rem
+ }
+
+ .oo-player-container p {
+ margin-top: 0;
+ margin-bottom: 1rem
+ }
+
+ .oo-player-container ol,
+ .oo-player-container ul,
+ .oo-player-container dl {
+ margin-top: 0;
+ margin-bottom: 1rem
+ }
+
+ .oo-player-container ol ol,
+ .oo-player-container ul ul,
+ .oo-player-container ol ul,
+ .oo-player-container ul ol {
+ margin-bottom: 0
+ }
+
+ .oo-player-container figure {
+ margin: 0 0 1rem
+ }
+
+ .oo-player-container img {
+ vertical-align: middle
+ }
+
+ .oo-player-container [role="button"] {
+ cursor: pointer
+ }
+
+ .oo-player-container th {
+ text-align: left
+ }
+
+ .oo-player-container label {
+ display: inline-block;
+ margin-bottom: .5rem
+ }
+
+ .oo-player-container input,
+ .oo-player-container button,
+ .oo-player-container select,
+ .oo-player-container textarea {
+ margin: 0;
+ line-height: inherit;
+ border-radius: 0
+ }
+
+ .oo-player-container textarea {
+ resize: vertical
+ }
+
+ .oo-player-container {
+ font-size: 16px;
+ font-size: 1em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ line-height: 1.5;
+ color: #fff;
+ -moz-osx-font-smoothing: grayscale;
+ -webkit-font-smoothing: antialiased;
+ text-rendering: optimizelegibility;
+ -webkit-tap-highlight-color: transparent;
+ min-width: 320px
+ }
+
+ .oo-player-container a {
+ color: #448aff;
+ text-decoration: none;
+ cursor: pointer
+ }
+
+ .oo-player-container a:focus {
+ color: #005cf7;
+ text-decoration: none
+ }
+
+ .oo-player-container a:hover {
+ color: #005cf7;
+ text-decoration: none
+ }
+
+ .oo-player-container a:focus {
+ outline: thin dotted;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px
+ }
+
+ .oo-player-container .oo-col-sm-2 {
+ width: 16.66667%
+ }
+
+ .oo-player-container .oo-col-sm-10 {
+ width: 83.33333%
+ }
+
+ .oo-player-container .oo-col-sm-offset-2 {
+ margin-left: 16.66667%
+ }
+
+ @font-face {
+ font-family: "ooyala-slick-type";
+ src: url("/wp-content/themes/upstream/dist/ooyala/fonts/ooyala-slick-type.eot");
+ src: url("/wp-content/themes/upstream/dist/ooyala/fonts/ooyala-slick-type.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/upstream/dist/ooyala/fonts/ooyala-slick-type.woff") format("woff"), url("/wp-content/themes/upstream/dist/ooyala/fonts/ooyala-slick-type.ttf") format("truetype"), url("/wp-content/themes/upstream/dist/ooyala/fonts/ooyala-slick-type.svg#alice") format("svg");
+ font-weight: normal;
+ font-style: normal
+ }
+
+ @font-face {
+ font-family: 'Roboto Condensed';
+ font-style: normal;
+ font-weight: 400;
+ src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("/wp-content/themes/upstream/dist/ooyala/fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("/wp-content/themes/upstream/dist/ooyala/fonts/RobotoCondensed-Regular.woff") format("woff"), url("/wp-content/themes/upstream/dist/ooyala/fonts/RobotoCondensed-Regular.ttf") format("truetype");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
+ }
+
+ @font-face {
+ font-family: 'Roboto Condensed Bold';
+ font-style: normal;
+ font-weight: 700;
+ src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("/wp-content/themes/upstream/dist/ooyala/fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("/wp-content/themes/upstream/dist/ooyala/fonts/RobotoCondensed-Bold.woff") format("woff"), url("/wp-content/themes/upstream/dist/ooyala/fonts/RobotoCondensed-Bold.ttf") format("truetype");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
+ }
+
+ @font-face {
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 400;
+ src: local("Roboto"), local("Roboto-Regular"), url("/wp-content/themes/upstream/dist/ooyala/fonts/Roboto-Regular.woff2") format("woff2"), url("/wp-content/themes/upstream/dist/ooyala/fonts/Roboto-Regular.ttf") format("truetype"), url("/wp-content/themes/upstream/dist/ooyala/fonts/Roboto-Regular.woff") format("woff");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
+ }
+
+ @font-face {
+ font-family: 'Roboto Bold';
+ font-style: normal;
+ font-weight: 700;
+ src: local("Roboto Bold"), local("Roboto-Bold"), url("/wp-content/themes/upstream/dist/ooyala/fonts/Roboto-Bold.woff2") format("woff2"), url("/wp-content/themes/upstream/dist/ooyala/fonts/Roboto-Bold.ttf") format("truetype"), url("/wp-content/themes/upstream/dist/ooyala/fonts/Roboto-Bold.woff") format("woff");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
+ }
+
+ @font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 400;
+ src: local("Open Sans"), local("OpenSans"), url("/wp-content/themes/upstream/dist/ooyala/fonts/OpenSans.woff2") format("woff2"), url("/wp-content/themes/upstream/dist/ooyala/fonts/OpenSans.woff") format("woff"), url("/wp-content/themes/upstream/dist/ooyala/fonts/OpenSans.ttf") format("truetype");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
+ }
+
+ @font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 400;
+ src: local("Open Sans"), local("OpenSans"), url("/wp-content/themes/upstream/dist/ooyala/fonts/OpenSans.woff2") format("woff2"), url("/wp-content/themes/upstream/dist/ooyala/fonts/OpenSans.woff") format("woff"), url("/wp-content/themes/upstream/dist/ooyala/fonts/OpenSans.ttf") format("truetype");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
+ }
+
+ .oo-player-container [data-icon] {
+ font-family: "ooyala-slick-type" !important;
+ content: attr(data-icon);
+ font-style: normal !important;
+ font-weight: normal !important;
+ font-variant: normal !important;
+ text-transform: none !important;
+ speak: none;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+ }
+
+ .oo-player-container [class^="oo-icon-"],
+ .oo-player-container [class*=" oo-icon-"] {
+ font-family: "ooyala-slick-type" !important;
+ font-style: normal !important;
+ font-weight: normal !important;
+ font-variant: normal !important;
+ text-transform: none !important;
+ speak: none;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+ }
+
+ .oo-player-container .oo-content-screen {
+ padding: 24.5px;
+ background-color: rgba(0, 0, 0, 0.7);
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0
+ }
+
+ .oo-player-container .oo-content-screen-title-bar {
+ position: relative
+ }
+
+ .oo-player-container .oo-content-screen-title {
+ display: inline;
+ line-height: 1;
+ font-weight: bold;
+ font-size: 1.6em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color: #fff
+ }
+
+ .oo-player-container .oo-content-screen-title span.oo-icon {
+ top: 1px;
+ position: relative;
+ margin-left: 12px;
+ font-size: 0.8em
+ }
+
+ .oo-player-container .oo-content-panel {
+ height: 100%;
+ overflow: hidden
+ }
+
+ .oo-player-container .oo-state-screen,
+ .oo-player-container .oo-spinner-screen {
+ overflow: hidden;
+ cursor: default;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ user-select: none
+ }
+
+ .oo-player-container .oo-state-screen .oo-fading-underlay,
+ .oo-player-container .oo-spinner-screen .oo-fading-underlay {
+ background-color: #1a1a1a;
+ opacity: 0
+ }
+
+ .oo-player-container .oo-state-screen .oo-fading-underlay-active,
+ .oo-player-container .oo-spinner-screen .oo-fading-underlay-active {
+ background-color: #1a1a1a;
+ opacity: 0.5
+ }
+
+ .oo-player-container .oo-state-screen .oo-fading-underlay.oo-animate-fade,
+ .oo-player-container .oo-spinner-screen .oo-fading-underlay.oo-animate-fade {
+ opacity: 0.5;
+ transition: all 1s ease
+ }
+
+ .oo-player-container .oo-state-screen .oo-underlay-gradient,
+ .oo-player-container .oo-spinner-screen .oo-underlay-gradient {
+ background-size: contain;
+ background-repeat: no-repeat;
+ background-position: center;
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%)
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-selectable,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-selectable {
+ text-decoration: none;
+ cursor: default;
+ background-color: white;
+ opacity: 0;
+ filter: alpha(opacity=1)
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-poster,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-poster {
+ width: 100%;
+ top: 0;
+ left: 0;
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center;
+ display: inline-block;
+ vertical-align: middle;
+ cursor: pointer;
+ margin: 0;
+ padding: 0;
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ height: 100%
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-poster img,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-poster img {
+ visibility: hidden;
+ width: 100%
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-poster-small,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-poster-small {
+ position: relative;
+ width: 75%;
+ height: 200px;
+ top: 5%;
+ left: 5%;
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-poster-small img,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-poster-small img {
+ visibility: hidden;
+ width: 0
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-info,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-info {
+ position: absolute;
+ width: 100%;
+ top: 5%;
+ left: 5%
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-info .oo-state-screen-title,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-info .oo-state-screen-title {
+ font-size: 1.6em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ max-width: 70%;
+ resize: none;
+ margin-bottom: 15px
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-info .oo-state-screen-description,
+ .oo-player-container .oo-spinner-screen .oo-state-screen-info .oo-state-screen-description {
+ font-size: 1.1em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ max-width: 70%;
+ clear: both
+ }
+
+ .oo-player-container .oo-state-screen .oo-info-panel-top,
+ .oo-player-container .oo-spinner-screen .oo-info-panel-top {
+ top: 5%
+ }
+
+ .oo-player-container .oo-state-screen .oo-info-panel-bottom,
+ .oo-player-container .oo-spinner-screen .oo-info-panel-bottom {
+ top: 66%
+ }
+
+ .oo-player-container .oo-state-screen .oo-info-panel-left,
+ .oo-player-container .oo-spinner-screen .oo-info-panel-left {
+ left: 5%
+ }
+
+ .oo-player-container .oo-state-screen .oo-info-panel-right,
+ .oo-player-container .oo-spinner-screen .oo-info-panel-right {
+ left: -3%
+ }
+
+ .oo-player-container .oo-state-screen .oo-action-icon,
+ .oo-player-container .oo-spinner-screen .oo-action-icon {
+ cursor: pointer
+ }
+
+ .oo-player-container .oo-state-screen .oo-action-icon span.oo-icon,
+ .oo-player-container .oo-spinner-screen .oo-action-icon span.oo-icon {
+ font-size: 150px;
+ opacity: 1;
+ color: white
+ }
+
+ .oo-player-container .oo-state-screen .oo-action-icon-top,
+ .oo-player-container .oo-spinner-screen .oo-action-icon-top {
+ top: 15% !important
+ }
+
+ .oo-player-container .oo-state-screen .oo-action-icon-bottom,
+ .oo-player-container .oo-spinner-screen .oo-action-icon-bottom {
+ top: 80% !important
+ }
+
+ .oo-player-container .oo-state-screen .oo-action-icon-left,
+ .oo-player-container .oo-spinner-screen .oo-action-icon-left {
+ left: 10% !important
+ }
+
+ .oo-player-container .oo-state-screen .oo-action-icon-right,
+ .oo-player-container .oo-spinner-screen .oo-action-icon-right {
+ left: 90% !important
+ }
+
+ .oo-player-container .oo-state-screen .oo-interactive-container,
+ .oo-player-container .oo-spinner-screen .oo-interactive-container {
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ width: 100%
+ }
+
+ .oo-player-container .oo-start-screen {
+ z-index: 12005
+ }
+
+ .oo-player-container .oo-start-screen .oo-start-screen-linear-gradient {
+ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0
+ }
+
+ .oo-player-container .oo-action-icon-pause {
+ opacity: 1;
+ font-size: 24px
+ }
+
+ .oo-player-container .oo-action-icon-pause span.oo-icon {
+ color: #FFF;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-action-icon-pause.oo-animate-pause {
+ opacity: 0;
+ font-size: 72px;
+ transition: all 1s ease
+ }
+
+ .oo-player-container .oo-error-screen {
+ background-color: #000
+ }
+
+ .oo-player-container .oo-error-screen .oo-error-content {
+ width: 80%;
+ position: relative;
+ top: 50%;
+ text-align: left;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%);
+ word-wrap: break-word
+ }
+
+ .oo-player-container .oo-error-screen .oo-error-content .oo-error-title {
+ font-family: 'Roboto', sans-serif;
+ font-weight: bold;
+ margin-bottom: 30px;
+ font-size: 1.7em
+ }
+
+ .oo-player-container .oo-error-screen .oo-error-content .oo-error-description {
+ font-family: 'Open Sans', sans-serif;
+ margin-bottom: 30px;
+ font-size: 1em
+ }
+
+ .oo-player-container .oo-error-screen .oo-error-content .oo-error-action {
+ color: #4389FF;
+ font-family: 'Open Sans', sans-serif;
+ font-size: 1em
+ }
+
+ .oo-player-container .oo-ad-screen {
+ cursor: default
+ }
+
+ .oo-player-container .oo-ad-screen .oo-action-icon span.oo-icon {
+ opacity: 0
+ }
+
+ .oo-player-container .oo-ad-screen .oo-action-icon.oo-icon-hidden {
+ z-index: 11990;
+ visibility: hidden
+ }
+
+ .oo-player-container .oo-ad-screen .oo-action-icon-pause.oo-animate-pause {
+ z-index: 12600;
+ cursor: default
+ }
+
+ .oo-player-container .oo-ad-screen.oo-hidden {
+ cursor: none
+ }
+
+ .oo-player-container .oo-popover {
+ position: absolute;
+ background-color: rgba(26, 26, 26, 0.8);
+ bottom: 80px;
+ box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px;
+ border: 0;
+ border-radius: 4px;
+ position: absolute;
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%)
+ }
+
+ .oo-player-container .oo-popover ul.oo-popover-horizontal {
+ display: inline-block;
+ padding: 0;
+ margin: 13px;
+ list-style: none;
+ white-space: nowrap;
+ position: relative
+ }
+
+ .oo-player-container .oo-popover ul.oo-popover-horizontal li {
+ float: none;
+ position: relative;
+ display: inline-block;
+ margin: 0 12.5px;
+ vertical-align: middle
+ }
+
+ .oo-player-container .oo-popover ul.oo-popover-horizontal li:first-child {
+ margin-left: 0 !important
+ }
+
+ .oo-player-container .oo-popover ul.oo-popover-horizontal li:last-child {
+ margin-right: 0 !important
+ }
+
+ .oo-player-container .oo-popover ul.oo-popover-horizontal li .oo-switch-container {
+ margin-left: 0;
+ display: block
+ }
+
+ .oo-player-container .oo-popover ul.oo-popover-horizontal li a.oo-more-captions {
+ border: 1px solid grey;
+ border-radius: 4px;
+ padding: 4px 10px;
+ color: #fff;
+ background-color: #333;
+ text-transform: uppercase;
+ font-size: 12px;
+ font-weight: bold
+ }
+
+ .oo-player-container .oo-discovery-toaster-container-style {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ position: relative;
+ background-color: transparent;
+ height: auto;
+ max-height: 370px;
+ width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ margin: auto
+ }
+
+ .oo-player-container _::-webkit-full-page-media,
+ .oo-player-container _:future,
+ .oo-player-container :root .oo-discovery-toaster-container-style {
+ min-height: 270px
+ }
+
+ @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
+ .oo-player-container .oo-discovery-toaster-container-style {
+ min-height: 270px
+ }
+ }
+
+ @media all and (-ms-high-contrast: none) {
+ .oo-player-container *::-ms-backdrop,
+ .oo-player-container .oo-discovery-toaster-container-style {
+ position: absolute;
+ height: 100%;
+ left: 50%;
+ top: 62.5%;
+ -webkit-transform: translate(none, -25%);
+ transform: translate(none, -25%)
+ }
+ }
+
+ .oo-player-container .oo-flexcontainer {
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-flex-flow: column wrap;
+ -ms-flex-flow: column wrap;
+ flex-flow: column wrap;
+ -ms-flex-line-pack: center;
+ -webkit-align-content: center;
+ align-content: center;
+ overflow: visible
+ }
+
+ .oo-player-container .oo-discovery-image-wrapper-style {
+ position: relative;
+ width: 150px;
+ height: auto;
+ margin: 0 42px 42px 0;
+ -ms-flex-negative: 0;
+ -webkit-flex-shrink: 0;
+ flex-shrink: 0
+ }
+
+ .oo-player-container .oo-discovery-image-wrapper-style:nth-of-type(even) {
+ margin-bottom: 0
+ }
+
+ .oo-player-container .oo-discovery-image-wrapper-style:last-child,
+ .oo-player-container .oo-discovery-image-wrapper-style:nth-last-child(2):nth-of-type(odd) {
+ margin-right: 0
+ }
+
+ .oo-player-container .oo-discovery-image-wrapper-style .oo-discovery-wrapper {
+ position: relative
+ }
+
+ .oo-player-container .oo-image-style {
+ width: auto;
+ height: 84px;
+ display: block;
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ .oo-player-container .oo-discovery-content-name {
+ color: #fff;
+ font-size: 1em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ width: 100%;
+ display: inline-block;
+ text-transform: capitalize;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap
+ }
+
+ .oo-player-container .oo-discover-btn,
+ .oo-player-container a.oo-left-button,
+ .oo-player-container a.oo-right-button {
+ position: absolute;
+ top: 50%;
+ background-color: transparent;
+ height: 10%;
+ width: 25px;
+ color: white
+ }
+
+ .oo-player-container a.oo-left-button {
+ left: 0;
+ text-align: right
+ }
+
+ .oo-player-container a.oo-right-button {
+ right: 0;
+ text-align: left
+ }
+
+ .oo-player-container .oo-discovery-count-down-wrapper-style {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ line-height: 1
+ }
+
+ .oo-player-container .oo-discovery-count-down-wrapper-style a.oo-discovery-count-down-icon-style span {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ line-height: 40px;
+ z-index: 10005;
+ color: #fff;
+ font-size: 25px;
+ cursor: pointer
+ }
+
+ .oo-player-container .oo-scale-size {
+ max-height: 250px
+ }
+
+ .oo-player-container .oo-scale-size .oo-discovery-image-wrapper-style {
+ width: 105px;
+ margin: 0 29.4px 21px 0
+ }
+
+ .oo-player-container .oo-scale-size .oo-discovery-image-wrapper-style:nth-of-type(even) {
+ margin-bottom: 0
+ }
+
+ .oo-player-container .oo-scale-size .oo-discovery-image-wrapper-style:last-child,
+ .oo-player-container .oo-scale-size .oo-discovery-image-wrapper-style:nth-last-child(2):nth-of-type(odd) {
+ margin-right: 0
+ }
+
+ .oo-player-container .oo-scale-size .oo-discovery-image-wrapper-style .oo-image-style {
+ height: 58.8px
+ }
+
+ .oo-player-container .oo-share-panel {
+ font-size: .875em
+ }
+
+ .oo-player-container .oo-share-panel .oo-tab-row {
+ line-height: 1
+ }
+
+ .oo-player-container .oo-share-panel .oo-tab-row .oo-tab,
+ .oo-player-container .oo-share-panel .oo-tab-row .oo-share-tab,
+ .oo-player-container .oo-share-panel .oo-tab-row .oo-embed-tab {
+ display: inline-block;
+ color: #afafaf;
+ font-weight: bold;
+ padding-right: 25px
+ }
+
+ .oo-player-container .oo-share-panel .oo-tab-row .oo-tab:last-child,
+ .oo-player-container .oo-share-panel .oo-tab-row .oo-share-tab:last-child,
+ .oo-player-container .oo-share-panel .oo-tab-row .oo-embed-tab:last-child {
+ padding-left: 0
+ }
+
+ .oo-player-container .oo-share-panel .oo-tab-row .oo-active {
+ color: #fff
+ }
+
+ .oo-player-container .oo-share-tab-panel {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ color: #fff;
+ text-align: center;
+ width: 90%;
+ margin-top: 10px
+ }
+
+ .oo-player-container .oo-share-tab-panel a {
+ color: inherit
+ }
+
+ .oo-player-container .oo-share-tab-panel a:hover {
+ color: #fff
+ }
+
+ .oo-player-container .oo-share-tab-panel .oo-social-action-text {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 1.25em;
+ font-weight: bold;
+ margin-bottom: 15px
+ }
+
+ .oo-player-container .oo-share-tab-panel .oo-social-icon,
+ .oo-player-container .oo-share-tab-panel .oo-facebook,
+ .oo-player-container .oo-share-tab-panel .oo-twitter,
+ .oo-player-container .oo-share-tab-panel .oo-google-plus,
+ .oo-player-container .oo-share-tab-panel .oo-email-share {
+ display: inline-block;
+ height: 38px;
+ width: 38px;
+ margin-bottom: 12.25px;
+ margin-right: 20px;
+ background-size: contain;
+ background-repeat: no-repeat;
+ background-position: center;
+ border-radius: 6px
+ }
+
+ .oo-player-container .oo-share-tab-panel .oo-facebook {
+ background-image: url("//player.ooyala.com/static/v4/stable/4.6.9/skin-plugin/assets/images/social-facebook.svg")
+ }
+
+ .oo-player-container .oo-share-tab-panel .oo-twitter {
+ background-image: url("//player.ooyala.com/static/v4/stable/4.6.9/skin-plugin/assets/images/social-twitter.svg")
+ }
+
+ .oo-player-container .oo-share-tab-panel .oo-google-plus {
+ background-image: url("//player.ooyala.com/static/v4/stable/4.6.9/skin-plugin/assets/images/social-google.svg")
+ }
+
+ .oo-player-container .oo-share-tab-panel .oo-email-share {
+ background-image: url("//player.ooyala.com/static/v4/stable/4.6.9/skin-plugin/assets/images/social-email.svg");
+ background-size: cover
+ }
+
+ .oo-player-container .scrollarea-content {
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ position: relative
+ }
+
+ .oo-player-container .scrollarea {
+ position: relative;
+ overflow: hidden
+ }
+
+ .oo-player-container .scrollarea .scrollbar-container {
+ position: absolute;
+ background: none;
+ opacity: .4;
+ z-index: 9999;
+ transition: all .4s
+ }
+
+ .oo-player-container .scrollarea .scrollbar-container.horizontal {
+ width: 100%;
+ height: 10px;
+ left: 0;
+ bottom: 0
+ }
+
+ .oo-player-container .scrollarea .scrollbar-container.horizontal .scrollbar {
+ width: 20px;
+ height: 2px;
+ background: #545456;
+ margin-top: 4px;
+ border-radius: 10px
+ }
+
+ .oo-player-container .scrollarea .scrollbar-container.vertical {
+ width: 10px;
+ height: 100%;
+ right: 0;
+ top: 0
+ }
+
+ .oo-player-container .scrollarea .scrollbar-container.vertical .scrollbar {
+ width: 2px;
+ height: 20px;
+ background: #545456;
+ margin-left: 4px;
+ border-radius: 10px
+ }
+
+ .oo-player-container .scrollarea .scrollbar-container:hover {
+ opacity: 1 !important
+ }
+
+ .oo-player-container .scrollarea .scrollbar-container.active {
+ opacity: 1 !important
+ }
+
+ .oo-player-container .scrollarea:hover .scrollbar-container {
+ opacity: 0.8
+ }
+
+ .oo-player-container video::cue {
+ font: 16px/8px Arial, Helvetica, sans-serif;
+ color: #fff !important;
+ background: #000;
+ white-space: normal;
+ text-shadow: 1px 1px 2px black
+ }
+
+ .oo-player-container video::-webkit-media-text-track-container {
+ margin-bottom: 60px !important
+ }
+
+ .oo-player-container video::-webkit-media-text-track-container {
+ margin-bottom: 60px !important;
+ font-size: 16px !important;
+ background-color: transparent !important
+ }
+
+ .oo-player-container video::-webkit-media-text-track-background {
+ background-color: transparent !important;
+ padding: 0 !important;
+ margin: 0 !important
+ }
+
+ .oo-player-container video::-webkit-media-text-track-display {
+ position: relative;
+ top: 76% !important;
+ bottom: 20px;
+ background-color: transparent !important;
+ padding: 1px !important;
+ margin: 0 !important;
+ font: 16px Arial, Helvetica, sans-serif;
+ color: #fff !important;
+ text-shadow: 1px 1px 2px black !important
+ }
+
+ .oo-player-container button.oo-close-button {
+ position: absolute;
+ color: #fff;
+ opacity: 0.6;
+ line-height: 1;
+ padding: 0;
+ border: 0;
+ outline: none;
+ background: transparent;
+ -webkit-appearance: none;
+ position: relative;
+ float: right
+ }
+
+ .oo-player-container button.oo-close-button:hover {
+ opacity: 1.0;
+ filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
+ -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
+ -ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#fff')
+ }
+
+ .oo-player-container button.oo-close-button:before {
+ position: absolute;
+ content: '';
+ right: -18px;
+ left: -18px;
+ top: -18px;
+ bottom: -18px
+ }
+
+ .oo-player-container button.oo-close-btn {
+ top: 24.5px;
+ right: 24.5px;
+ position: absolute;
+ color: #fff;
+ opacity: 0.6;
+ line-height: 1;
+ padding: 0;
+ border: 0;
+ outline: none;
+ background: transparent;
+ -webkit-appearance: none
+ }
+
+ .oo-player-container button.oo-close-btn:hover {
+ opacity: 1.0;
+ filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
+ -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
+ -ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#fff')
+ }
+
+ .oo-player-container button.oo-close-btn:before {
+ position: absolute;
+ content: '';
+ right: -18px;
+ left: -18px;
+ top: -18px;
+ bottom: -18px
+ }
+
+ .oo-player-container button.oo-up-next-close-btn {
+ top: 10px;
+ right: 10px;
+ position: absolute;
+ color: #fff;
+ opacity: 0.6;
+ line-height: 1;
+ padding: 0;
+ border: 0;
+ outline: none;
+ background: transparent;
+ -webkit-appearance: none
+ }
+
+ .oo-player-container button.oo-up-next-close-btn:hover {
+ opacity: 1.0;
+ filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
+ -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
+ -ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#fff')
+ }
+
+ .oo-player-container button.oo-up-next-close-btn:before {
+ position: absolute;
+ content: '';
+ right: -10px;
+ left: -10px;
+ top: -10px;
+ bottom: -10px
+ }
+
+ .oo-player-container .oo-form-control {
+ display: block;
+ width: 100%;
+ padding: .375em .75em;
+ font-size: 1em;
+ line-height: 1.5;
+ color: #55595c;
+ background-color: #fff;
+ background-image: none;
+ border: 1px solid #ccc;
+ border-radius: .25em;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
+ }
+
+ .oo-player-container .oo-form-control::-webkit-input-placeholder {
+ color: #999;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-form-control:-ms-input-placeholder {
+ color: #999;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-form-control::-moz-placeholder {
+ color: #999;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-form-control::placeholder {
+ color: #999;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-form-control:disabled,
+ .oo-player-container .oo-form-control[readonly] {
+ background-color: #afafaf;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-form-control:disabled {
+ cursor: not-allowed
+ }
+
+ .oo-player-container .oo-form-control-label {
+ padding: .375em .75em;
+ margin-bottom: 0
+ }
+
+ .oo-player-container .oo-form-inline .oo-form-group {
+ display: inline-block;
+ margin-bottom: 0;
+ vertical-align: middle
+ }
+
+ .oo-player-container .oo-form-inline .oo-form-control {
+ display: inline-block;
+ width: auto;
+ vertical-align: middle
+ }
+
+ .oo-player-container .oo-form-inline .oo-form-control-label {
+ margin-bottom: 0;
+ vertical-align: middle
+ }
+
+ .oo-player-container .oo-form-inline label.oo-checkbox-inline {
+ padding-left: 10px;
+ padding-right: 10px
+ }
+
+ .oo-player-container .oo-form-inline label.oo-checkbox-inline&gt;
+ span {
+ margin-left: 6px
+ }
+
+ .oo-player-container .oo-form-inline .radio,
+ .oo-player-container .oo-form-inline .checkbox {
+ display: inline-block;
+ margin-top: 0;
+ margin-bottom: 0;
+ vertical-align: middle
+ }
+
+ .oo-player-container .oo-form-inline .radio label,
+ .oo-player-container .oo-form-inline .checkbox label {
+ padding-left: 0
+ }
+
+ .oo-player-container .oo-form-inline .radio input[type="radio"],
+ .oo-player-container .oo-form-inline input[type="checkbox"] {
+ position: relative;
+ margin-left: 0
+ }
+
+ .oo-player-container .oo-form-horizontal label {
+ float: left;
+ padding-top: 7px;
+ margin-bottom: 0;
+ text-align: right
+ }
+
+ .oo-player-container .oo-form-horizontal .oo-form-group {
+ margin-bottom: 15px
+ }
+
+ .oo-player-container .oo-form-horizontal .oo-form-group div.oo-col-sm-10 {
+ float: left;
+ position: relative;
+ min-height: 1px;
+ padding-right: 15px;
+ padding-left: 15px
+ }
+
+ .oo-player-container .oo-has-error .oo-form-control {
+ border-color: #a94442;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
+ }
+
+ .oo-player-container .oo-has-error .oo-form-control-label {
+ color: #a94442
+ }
+
+ .oo-player-container .oo-scrubber-bar-container {
+ padding: 0;
+ margin: 0;
+ position: relative;
+ width: 100%;
+ height: 34px;
+ z-index: 12600;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ user-select: none
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding {
+ height: 100%;
+ left: 0;
+ right: 0;
+ position: absolute
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-scrubber-bar {
+ background-color: #afafaf;
+ height: 6px;
+ width: 100%;
+ margin: 0;
+ position: absolute;
+ cursor: pointer;
+ padding: 0;
+ bottom: 50%;
+ border-radius: 3px;
+ -webkit-transform: translateY(50%);
+ transform: translateY(50%);
+ transition: all 0.15s
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-scrubber-bar-hover {
+ height: 6px;
+ border-radius: 6px
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-hovered-indicator {
+ background-color: #448aff;
+ opacity: 0.6;
+ height: 100%;
+ position: absolute;
+ border-radius: 3px
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-buffered-indicator {
+ background-color: #818a91;
+ height: 100%;
+ position: absolute;
+ border-radius: 3px;
+ transition: all 0.1s
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-played-indicator {
+ background: #448aff;
+ height: 100%;
+ position: absolute;
+ border-radius: 3px
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-played-ad-indicator {
+ background: #FF3F80
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding {
+ width: 25px;
+ height: 25px;
+ position: absolute;
+ z-index: 1;
+ top: 100%;
+ transition: opacity 0.25s;
+ -webkit-transform: translateY(-50%) translateX(-50%);
+ transform: translateY(-50%) translateX(-50%)
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-playhead {
+ background: #448aff;
+ width: 13px;
+ height: 13px;
+ border: 2px solid #fff;
+ border-radius: 10px;
+ position: absolute;
+ top: 40%;
+ cursor: pointer;
+ left: 50%;
+ -webkit-transform: translateY(-50%) translateX(-50%);
+ transform: translateY(-50%) translateX(-50%);
+ transition: all 0.1s
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-playhead-scrubbing {
+ width: 20px;
+ height: 20px;
+ border: 3px solid #448aff;
+ background: #fff;
+ box-shadow: rgba(0, 0, 0, 0.5) 0 6px 18px
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-playhead-hovering {
+ top: 40%
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-ad-playhead {
+ visibility: hidden
+ }
+
+ .oo-player-container .oo-control-bar {
+ background: rgba(0, 0, 0, 0.3);
+ -webkit-background: linear-gradient(to bottom, transparent 23%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.69) 100%);
+ -moz-background: linear-gradient(to bottom, transparent 23%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.69) 100%);
+ -ms-background: linear-gradient(to bottom, transparent 23%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.69) 100%);
+ -o-background: linear-gradient(to bottom, transparent 23%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.69) 100%);
+ background: linear-gradient(to bottom, transparent 23%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0.69) 100%);
+ transition: transition, opacity 0.2s ease-in-out, height 0.3s ease-in-out;
+ width: 100%;
+ height: 90px;
+ position: relative;
+ margin: 0;
+ padding: 0 15px;
+ list-style: none;
+ font-size: 18px;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ z-index: 12500
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: row;
+ -ms-flex-direction: row;
+ flex-direction: row;
+ -webkit-flex-flow: row nowrap;
+ -ms-flex-flow: row nowrap;
+ flex-flow: row nowrap;
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ white-space: nowrap;
+ margin-top: 10px
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper&gt;
+ * {
+ line-height: 1 !important
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-popover-button-container {
+ position: relative;
+ height: 100%;
+ border: 0;
+ margin: 0;
+ padding: 0
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-item {
+ height: 100%;
+ font-weight: bold;
+ font-size: 23px;
+ text-align: center;
+ padding: 0 12.5px;
+ cursor: pointer;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper&gt;
+ .oo-control-bar-item:first-child {
+ padding-left: 0 !important
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper&gt;
+ .oo-control-bar-item:last-child {
+ padding-right: 0 !important
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper a.oo-control-bar-item {
+ background-color: transparent;
+ border: 0;
+ outline: none
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-item.oo-selected&gt;
+ span {
+ color: #448aff !important;
+ opacity: 1 !important
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-item.oo-logo {
+ cursor: auto
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-duration {
+ height: 100%;
+ color: #fff;
+ opacity: 1;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ padding-left: 7.5px;
+ padding-right: 7.5px;
+ text-align: left;
+ position: relative;
+ top: -2px
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-duration .oo-total-time {
+ color: #fff
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-duration .oo-total-time:before {
+ content: " - ";
+ color: #fff
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-flex-space {
+ -webkit-flex: 1;
+ -ms-flex: 1;
+ flex: 1
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-live-indicator {
+ top: -5px;
+ position: relative
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-live-circle {
+ display: inline-block;
+ width: 8px;
+ height: 8px;
+ border-radius: 50%;
+ background-color: #E83F3F;
+ margin-right: 4px;
+ vertical-align: middle
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-live-text {
+ font-size: 14px;
+ color: #fff;
+ vertical-align: middle
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-logo img {
+ position: relative;
+ max-height: 24px;
+ vertical-align: baseline;
+ opacity: 0.9
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-live-nonclickable {
+ cursor: default
+ }
+
+ .oo-player-container a.oo-volume-bar {
+ border: 0;
+ outline: none
+ }
+
+ .oo-player-container .oo-volume-bar {
+ margin-bottom: 4px;
+ display: inline-block;
+ background-clip: content-box;
+ position: relative;
+ width: 9px;
+ height: 8px;
+ padding-left: 7px;
+ background-color: rgba(255, 255, 255, 0.6);
+ transition: all 0.18s ease-in-out
+ }
+
+ .oo-player-container .oo-volume-bar:hover {
+ height: 17px
+ }
+
+ .oo-player-container .oo-on {
+ background-color: #448aff;
+ height: 17px;
+ padding-bottom: 0px;
+ margin-bottom: 4px
+ }
+
+ .oo-player-container .oo-volume:hover .oo-volume-bar {
+ background-color: rgba(255, 255, 255, 0.7)
+ }
+
+ .oo-player-container .oo-volume:hover .oo-volume-bar.oo-on {
+ background-color: #448aff
+ }
+
+ .oo-player-container .oo-volume-slider {
+ display: inline-block;
+ position: relative;
+ margin-left: 6px;
+ height: 20px;
+ width: 200px
+ }
+
+ @media all and (-ms-high-contrast: none) {
+ .oo-player-container *::-ms-backdrop,
+ .oo-player-container .oo-volume-slider {
+ height: auto
+ }
+ }
+
+ .oo-player-container .oo-interactive-container .oo-control-bar.oo-control-bar-hidden {
+ height: 0 !important;
+ opacity: 0
+ }
+
+ .oo-player-container .oo-up-next-panel {
+ position: relative;
+ width: 100%;
+ height: 80px;
+ right: 0;
+ background-color: rgba(22, 22, 22, 0.9);
+ transition: bottom 0.5s
+ }
+
+ .oo-player-container .oo-up-next-panel a.oo-up-next-content {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 140px;
+ height: 100%;
+ cursor: pointer;
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ .oo-player-container .oo-up-next-panel a.oo-up-next-content img.oo-content-image {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ max-width: 100%;
+ max-height: 100%;
+ width: auto;
+ height: auto
+ }
+
+ .oo-player-container .oo-up-next-panel a.oo-up-next-content span.oo-icon {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ font-size: 25px;
+ opacity: 1;
+ color: white;
+ transition: opacity .25s ease-in-out
+ }
+
+ .oo-player-container .oo-content-metadata {
+ position: absolute;
+ top: 0;
+ left: 140px;
+ width: 78%;
+ height: 100%
+ }
+
+ .oo-player-container .oo-content-metadata .oo-up-next-title {
+ position: absolute;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ top: 3px;
+ left: 15px;
+ width: 100%;
+ color: #fff
+ }
+
+ .oo-player-container .oo-content-metadata .oo-up-next-title .oo-up-next-count-down {
+ width: 36px;
+ height: 36px;
+ float: left
+ }
+
+ .oo-player-container .oo-content-metadata .oo-up-next-title .oo-up-next-title-text {
+ font-size: 18pt;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ max-width: 70%;
+ color: inherit;
+ resize: none;
+ display: inline-block;
+ float: left
+ }
+
+ .oo-player-container .oo-content-metadata .oo-content-description {
+ position: absolute;
+ bottom: 5px;
+ left: 15px;
+ width: 70%;
+ margin-top: 10px;
+ color: rgba(255, 255, 255, 0.6);
+ font-size: 12pt;
+ font-family: 'Open Sans', sans-serif;
+ font-weight: normal
+ }
+
+ .oo-player-container .oo-up-next-count-down {
+ margin-right: 10px
+ }
+
+ .oo-player-container .oo-spinner-wrapper .oo-spinner {
+ width: 70px;
+ height: 70px;
+ opacity: 1;
+ color: white;
+ transition: opacity .25s ease-in-out;
+ cursor: pointer;
+ -webkit-animation: spin 0.6s linear infinite;
+ animation: spin 0.6s linear infinite
+ }
+
+ @-webkit-keyframes spin {
+ 100% {
+ -webkit-transform: rotate(360deg)
+ }
+ }
+
+ @keyframes spin {
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg)
+ }
+ }
+
+ .oo-player-container .oo-slider {
+ width: 10px
+ }
+
+ .oo-player-container .oo-slider[type=range] {
+ -webkit-appearance: none;
+ border-top: solid 20px transparent;
+ border-bottom: solid 20px transparent;
+ background-clip: content-box;
+ border-right-color: red;
+ border-left-color: green;
+ border-left-style: hidden;
+ width: 10px
+ }
+
+ .oo-player-container .oo-slider[type=range]::-webkit-slider-runnable-track {
+ height: 1px;
+ border: none
+ }
+
+ .oo-player-container .oo-slider[type=range]::-webkit-slider-thumb {
+ -webkit-appearance: none;
+ border: none;
+ height: 3px;
+ width: 3px;
+ border-radius: 50%;
+ background: #ff0;
+ margin-top: -1px
+ }
+
+ @supports (-ms-accelerator: true) {
+ .oo-player-container .oo-slider[type=range]::-webkit-slider-thumb {
+ margin-top: 0
+ }
+ }
+
+ .oo-player-container .oo-slider[type=range]:focus {
+ outline: none
+ }
+
+ .oo-player-container .oo-slider[type=range]::-moz-range-track {
+ width: 10px;
+ height: 1px;
+ background: red
+ }
+
+ .oo-player-container .oo-slider[type=range]::-moz-range-thumb {
+ border: none;
+ height: 3px;
+ width: 3px;
+ border-radius: 50%;
+ background: #ff0
+ }
+
+ .oo-player-container .oo-slider[type=range]:focus::-moz-range-track {
+ background: red
+ }
+
+ .oo-player-container .oo-slider[type=range]::-moz-range-progress {
+ background: green
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-moz-range-progress {
+ background: #fff
+ }
+
+ .oo-player-container .oo-slider[type=range]::-ms-track {
+ width: 10px;
+ height: 1px;
+ background: transparent;
+ border-color: transparent;
+ border-width: 1.5px 0;
+ color: transparent
+ }
+
+ .oo-player-container .oo-slider[type=range]::-ms-fill-lower {
+ background: green
+ }
+
+ .oo-player-container .oo-slider[type=range]::-ms-fill-upper {
+ background: red
+ }
+
+ .oo-player-container .oo-slider[type=range]::-ms-thumb {
+ border: none;
+ height: 3px;
+ width: 3px;
+ border-radius: 50%;
+ background: #ff0
+ }
+
+ .oo-player-container .oo-slider[type=range]:focus::-ms-fill-lower {
+ background: green
+ }
+
+ .oo-player-container .oo-slider[type=range]:focus::-ms-fill-upper {
+ background: red
+ }
+
+ .oo-player-container .oo-slider[type=range]::-ms-tooltip {
+ display: none
+ }
+
+ .oo-player-container .oo-slider-volume {
+ width: 200px
+ }
+
+ .oo-player-container .oo-slider-volume[type=range] {
+ border-right-color: #999;
+ border-left-color: #fff;
+ width: 200px
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-webkit-slider-runnable-track {
+ height: 3px
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-webkit-slider-thumb {
+ height: 15px;
+ width: 15px;
+ background: #fff;
+ margin-top: -6px
+ }
+
+ @supports (-ms-accelerator: true) {
+ .oo-player-container .oo-slider-volume[type=range]::-webkit-slider-thumb {
+ margin-top: 0
+ }
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-moz-range-track {
+ width: 200px;
+ height: 3px;
+ background: #999
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-moz-range-thumb {
+ height: 15px;
+ width: 15px;
+ background: #fff
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]:focus::-moz-range-track {
+ background: #999
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-ms-track {
+ width: 200px;
+ height: 3px;
+ border-width: 7.5px 0
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-ms-fill-lower {
+ background: #fff
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-ms-fill-upper {
+ background: #999
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]::-ms-thumb {
+ height: 15px;
+ width: 15px;
+ background: #fff
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]:focus::-ms-fill-lower {
+ background: #fff
+ }
+
+ .oo-player-container .oo-slider-volume[type=range]:focus::-ms-fill-upper {
+ background: #999
+ }
+
+ .oo-player-container .oo-ad-overlay {
+ display: table;
+ position: relative;
+ transition: bottom 0.5s, height 0.25s;
+ margin: 0;
+ padding: 0;
+ overflow: hidden
+ }
+
+ .oo-player-container .oo-ad-overlay .oo-ad-overlay-close-button {
+ display: inline-block;
+ position: absolute;
+ cursor: pointer;
+ height: 28px;
+ width: 28px;
+ top: 0;
+ right: 0;
+ background-color: rgba(0, 0, 0, 0.3);
+ border: 0;
+ outline: none
+ }
+
+ .oo-player-container .oo-ad-overlay .oo-ad-overlay-close-button.oo-hidden {
+ display: none
+ }
+
+ .oo-player-container .oo-ad-overlay .oo-ad-overlay-close-button-icon {
+ position: absolute;
+ font-size: 8px;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ color: #ffffff;
+ opacity: 0.6
+ }
+
+ .oo-player-container .oo-ad-overlay.oo-hidden {
+ display: none
+ }
+
+ .oo-player-container .oo-ad-screen-panel {
+ position: absolute;
+ top: 0;
+ bottom: 64px;
+ width: 100%
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar {
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ position: absolute;
+ top: 0;
+ height: 25px;
+ width: 100%;
+ background-color: rgba(0, 0, 0, 0.5);
+ margin: 0;
+ font-size: 1em;
+ list-style: none;
+ -webkit-flex-flow: row nowrap;
+ -ms-flex-flow: row nowrap;
+ flex-flow: row nowrap;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ user-select: none;
+ transition: bottom 0.5s, height 0.5s;
+ z-index: 12600
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-ad-title,
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-ad-playback-info {
+ font-size: 0.9em;
+ color: #fff;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ margin: auto;
+ text-align: center;
+ padding-left: 7.5px;
+ padding-right: 7.5px;
+ white-space: pre
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-flexible-space {
+ -webkit-flex: 1;
+ -moz-flex: 1;
+ -ms-flex: 1;
+ -o-flex: 1;
+ flex: 1
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-learn-more {
+ font-size: 0.9em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color: #fff;
+ margin: auto 15px auto auto;
+ text-align: center;
+ cursor: pointer
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-learn-more .oo-button-icon {
+ font-size: 0.7em;
+ margin-right: 5px
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-learn-more.oo-hidden {
+ visibility: hidden
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-skip-button {
+ font-size: 0.9em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color: #fff;
+ visibility: hidden;
+ width: 0;
+ margin: auto auto auto 0;
+ opacity: 0.3;
+ cursor: default
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-skip-button .oo-button-icon {
+ font-size: 0.7em;
+ margin-right: 5px
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-skip-button.oo-visible {
+ visibility: visible;
+ width: initial;
+ margin: auto 15px;
+ text-align: center;
+ cursor: pointer
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-skip-button.oo-visible .oo-skip-icon {
+ font-size: 0.7em;
+ margin-right: 5px
+ }
+
+ .oo-player-container .oo-ad-screen-panel .oo-ad-top-bar .oo-skip-button.oo-enabled {
+ opacity: 1;
+ cursor: pointer
+ }
+
+ .oo-player-container .oo-player-skin-plugins {
+ z-index: 12000;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 90px;
+ position: absolute;
+ overflow: hidden;
+ display: none
+ }
+
+ .oo-player-container .oo-player-skin-plugins.oo-showing:not(:empty) {
+ display: block
+ }
+
+ .oo-player-container .oo-player-skin-plugins.oo-overlay-showing:not(:empty) {
+ display: block
+ }
+
+ .oo-player-container .oo-player-skin-plugins.oo-overlay-blur:not(:empty) {
+ -webkit-filter: blur(3px);
+ -moz-filter: blur(3px);
+ filter: blur(3px);
+ z-index: -10000;
+ position: absolute
+ }
+
+ .oo-player-container .oo-player-skin-plugins-click-layer {
+ z-index: 12005;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 90px;
+ position: absolute;
+ display: none
+ }
+
+ .oo-player-container .oo-player-skin-plugins.oo-full:not(.oo-overlay-showing),
+ .oo-player-container .oo-player-skin-plugins-click-layer.oo-full {
+ bottom: 0
+ }
+
+ .oo-player-container .oo-player-skin-plugins-click-layer.oo-showing {
+ display: block
+ }
+
+ .oo-player-container .oo-text-track-container {
+ position: absolute;
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
+ position: relative;
+ display: inline-block;
+ max-width: 80%;
+ margin: 0 auto 12px auto
+ }
+
+ .oo-player-container .oo-text-track-container .oo-text-track-window {
+ padding: 10px;
+ border-radius: 8px
+ }
+
+ .oo-player-container .oo-text-track-container .oo-text-track-window .oo-text-track-background {
+ padding: 4px 16px;
+ border-radius: 8px
+ }
+
+ .oo-player-container .oo-text-track-container .oo-text-track-window .oo-text-track-background .oo-text-track {
+ text-align: center;
+ white-space: pre-wrap
+ }
+
+ .oo-player-container .oo-more-options-items {
+ position: absolute;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ top: 100%;
+ opacity: 0;
+ list-style: none;
+ display: -ms-flexbox;
+ display: flex;
+ display: -webkit-flex;
+ -webkit-flex-flow: row nowrap;
+ -ms-flex-flow: row nowrap;
+ flex-flow: row nowrap;
+ -webkit-justify-content: flex-start;
+ -ms-flex-pack: start;
+ justify-content: flex-start;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ user-select: none;
+ font-size: 30px
+ }
+
+ .oo-player-container .oo-more-options-items a.oo-control-bar-item {
+ background-color: transparent;
+ border: 0;
+ outline: none
+ }
+
+ .oo-player-container .oo-more-options-items .oo-control-bar-item {
+ height: 100%;
+ font-weight: bold;
+ text-align: center;
+ padding-left: 13px;
+ padding-right: 13px;
+ margin: 0 auto;
+ opacity: 1;
+ cursor: pointer
+ }
+
+ .oo-player-container .oo-more-options-items.oo-animate-more-options {
+ top: 50%;
+ opacity: 1;
+ transition: all 0.7s ease
+ }
+
+ .oo-player-container .oo-quality-panel {
+ position: relative;
+ top: 46%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ height: 100px;
+ text-align: center
+ }
+
+ .oo-player-container .oo-quality-panel .scrollarea-content {
+ display: inline-block
+ }
+
+ .oo-player-container .oo-quality-panel .scrollbar-container.horizontal {
+ display: none
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul {
+ display: inline-block;
+ padding: 0;
+ margin: 0 auto;
+ list-style: none;
+ white-space: nowrap;
+ position: relative;
+ height: 90px
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li {
+ float: none;
+ position: relative;
+ display: inline-block;
+ margin: 0 24px
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li:first-child {
+ margin-left: 0 !important
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-btn {
+ padding: 10px 8px;
+ background-color: transparent;
+ color: #fff;
+ font-size: 1.1em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ line-height: 1em;
+ border-radius: 2px;
+ border: 1px solid #55595c;
+ outline: none;
+ opacity: 1;
+ transition: opacity 0.3s ease
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-btn:hover {
+ opacity: 0.6
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-btn.oo-selected {
+ color: #448aff;
+ border-color: #448aff;
+ font-weight: bold
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn {
+ background-color: transparent;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ line-height: 1;
+ outline: none
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn:hover .oo-quality-auto-icon,
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn:hover .oo-quality-auto-label {
+ opacity: 0.6;
+ transition: opacity 0.3s ease
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn.oo-selected .oo-quality-auto-icon,
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn.oo-selected .oo-quality-auto-label {
+ color: #448aff;
+ font-weight: bold
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn .oo-quality-auto-icon {
+ font-size: 2.1em;
+ font-weight: bold;
+ color: #55595c;
+ margin-bottom: 6px;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn .oo-quality-auto-label {
+ color: #fff;
+ font-size: 0.9em;
+ text-transform: capitalize;
+ text-align: center;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-quality-panel .oo-quality-screen-content ul li.oo-auto-li {
+ top: 20px
+ }
+
+ .oo-player-container .oo-popover .oo-quality-popover {
+ margin: 10px 0
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content {
+ max-height: 150px;
+ width: 80px;
+ text-align: center
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul {
+ padding: 0;
+ margin: 0;
+ list-style: none
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li {
+ display: block;
+ margin: 0 0 6px 0;
+ padding: 0
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-btn {
+ background-color: transparent;
+ color: #fff;
+ font-size: 0.6em;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ line-height: 1;
+ outline: none;
+ opacity: 1;
+ white-space: nowrap;
+ transition: opacity 0.3s ease
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-btn:hover {
+ opacity: 0.6
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-btn.oo-selected {
+ color: #448aff;
+ font-weight: bold;
+ font-size: 0.725em
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn {
+ background-color: transparent;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ line-height: 1;
+ outline: none;
+ white-space: nowrap
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn:hover .oo-quality-auto-icon,
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn:hover .oo-quality-auto-label {
+ transition: opacity 0.3s ease;
+ opacity: 0.6
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn.oo-selected .oo-quality-auto-icon,
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn.oo-selected .oo-quality-auto-label {
+ color: #448aff;
+ font-weight: bold
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn.oo-selected .oo-quality-auto-icon {
+ font-size: 1.125em
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn.oo-selected .oo-quality-auto-label {
+ font-size: 0.625em
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn .oo-quality-auto-icon {
+ font-size: 1em;
+ font-weight: bold;
+ color: #55595c;
+ margin-bottom: 2px;
+ opacity: 1
+ }
+
+ .oo-player-container .oo-popover .oo-quality-screen-content ul li a.oo-quality-auto-btn .oo-quality-auto-label {
+ color: #fff;
+ font-size: 0.5em;
+ text-transform: capitalize;
+ text-align: center;
+ opacity: 1
+ }
+
+ .oo-player-container .tabs-menu {
+ white-space: nowrap;
+ list-style: none;
+ padding: 0;
+ width: 815px
+ }
+
+ .oo-player-container .tabs-menu-item {
+ display: inline-block;
+ float: none;
+ margin-right: 40px
+ }
+
+ .oo-player-container .tabs-menu-item a {
+ border-bottom: 2px solid transparent;
+ cursor: pointer;
+ display: block;
+ color: #fff;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 18px;
+ transition: .3s
+ }
+
+ .oo-player-container .tabs-menu-item.is-active a {
+ border-bottom: 2px solid #448aff
+ }
+
+ .oo-player-container .tabs-menu-item:not(.is-active) a:hover {
+ color: #448aff;
+ opacity: 0.7
+ }
+
+ .oo-player-container .tab-panel {
+ height: 100%;
+ padding: 10px 0
+ }
+
+ .oo-player-container .tabs-navigation {
+ width: 100%;
+ margin: 0 auto;
+ overflow-x: scroll;
+ padding-bottom: 1000%
+ }
+
+ .oo-player-container .tabs-navigation .scrollarea-content {
+ display: inline-block
+ }
+
+ .oo-player-container .tabs-navigation .scrollbar-container.horizontal {
+ display: none
+ }
+
+ .oo-player-container .tabs-navigation .oo-scrollarea-tabs ul {
+ display: inline-block;
+ padding: 0;
+ margin: 0 auto;
+ list-style: none;
+ white-space: nowrap;
+ position: relative
+ }
+
+ .oo-player-container .tabs-navigation .oo-scrollarea-tabs ul li {
+ float: none;
+ position: relative;
+ display: inline-block;
+ margin: 0 24px
+ }
+
+ .oo-player-container .tabs-navigation .oo-scrollarea-tabs ul li:first-child {
+ margin-left: 0 !important
+ }
+
+ .oo-player-container .tabs-navigation .oo-scrollarea-tabs ul li.oo-auto-li {
+ top: 20px
+ }
+
+ .oo-player-container .oo-left-tab-button {
+ display: none
+ }
+
+ .oo-player-container .oo-right-tab-button {
+ display: none
+ }
+
+ .oo-player-container .oo-scrubber-thumbnail-container {
+ position: absolute;
+ bottom: 112px
+ }
+
+ .oo-player-container .oo-scrubber-carousel-container {
+ position: absolute;
+ bottom: 138px
+ }
+
+ .oo-player-container .oo-thumbnail-carousel-center-image {
+ position: absolute;
+ width: 154px;
+ height: 102px;
+ border-radius: 4px;
+ box-shadow: 0px 0px 33px 7px rgba(0, 0, 0, 0.54);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-position: 50% 50%
+ }
+
+ .oo-player-container .oo-thumbnail-carousel-image {
+ position: absolute;
+ width: 93px;
+ height: 63px;
+ padding: 6px;
+ border-radius: 2px;
+ box-shadow: 0px 0px 39px -4px rgba(0, 0, 0, 0.26);
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-position: 50% 50%
+ }
+
+ .oo-player-container .oo-thumbnail-carousel-time {
+ position: absolute;
+ bottom: 10%;
+ background-color: rgba(26, 26, 26, 0.8);
+ border-radius: 12px;
+ color: white;
+ padding-left: 8%;
+ padding-right: 8%;
+ font-size: 16px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%)
+ }
+
+ .oo-player-container .oo-thumbnail {
+ position: absolute;
+ width: 119px;
+ height: 74px;
+ border-radius: 4px;
+ box-shadow: rgba(0, 0, 0, 0.5) 0 6px 18px;
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-position: 50% 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%)
+ }
+
+ .oo-player-container .oo-thumbnail-time {
+ position: absolute;
+ bottom: 7%;
+ background-color: rgba(26, 26, 26, 0.8);
+ border-radius: 10px;
+ color: white;
+ padding-left: 8%;
+ padding-right: 8%;
+ font-size: 14px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%)
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen {
+ padding: 17.15px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-title {
+ font-size: 1.1em
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-title span.oo-icon {
+ font-size: 0.7em
+ }
+
+ .oo-player-container .oo-xsmall .oo-state-screen .oo-state-screen-info .oo-state-screen-title,
+ .oo-player-container .oo-xsmall .oo-spinner-screen .oo-state-screen-info .oo-state-screen-title {
+ font-size: 1em
+ }
+
+ .oo-player-container .oo-xsmall .oo-state-screen .oo-state-screen-info .oo-state-screen-description,
+ .oo-player-container .oo-xsmall .oo-spinner-screen .oo-state-screen-info .oo-state-screen-description {
+ font-size: 0.6em
+ }
+
+ .oo-player-container .oo-xsmall .oo-discovery-panel .oo-discovery-toaster-container-style {
+ max-height: 200px
+ }
+
+ .oo-player-container .oo-xsmall .oo-discovery-panel _::-webkit-full-page-media,
+ .oo-player-container .oo-xsmall .oo-discovery-panel _:future,
+ .oo-player-container .oo-xsmall .oo-discovery-panel :root .oo-discovery-toaster-container-style {
+ min-height: 100px
+ }
+
+ @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
+ .oo-player-container .oo-xsmall .oo-discovery-panel .oo-discovery-toaster-container-style {
+ min-height: 100px
+ }
+ }
+
+ .oo-player-container .oo-xsmall .oo-discovery-panel .oo-discovery-image-wrapper-style {
+ margin-bottom: 0
+ }
+
+ .oo-player-container .oo-xsmall .oo-discovery-panel .oo-discovery-image-wrapper-style:nth-last-child(2) {
+ margin-right: 42px !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-discovery-panel .oo-discovery-image-wrapper-style:last-child {
+ margin-right: 0
+ }
+
+ .oo-player-container .oo-xsmall .oo-discovery-panel .oo-scale-size {
+ max-height: 150px
+ }
+
+ .oo-player-container .oo-xsmall .oo-discovery-panel _::-webkit-full-page-media,
+ .oo-player-container .oo-xsmall .oo-discovery-panel _:future,
+ .oo-player-container .oo-xsmall .oo-discovery-panel :root .oo-scale-size {
+ min-height: 80px !important
+ }
+
+ @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
+ .oo-player-container .oo-xsmall .oo-discovery-panel .oo-scale-size {
+ min-height: 80px !important
+ }
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-switch-container {
+ height: 15px;
+ width: 74px;
+ margin-left: 18px;
+ top: 4px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-switch-container .oo-switch-captions {
+ font-size: .7em
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-switch-container .oo-switch-element {
+ top: -3px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .captions-navbar {
+ margin-top: 10px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .tabs-menu {
+ width: 775px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-left-tab-button-active {
+ position: absolute;
+ display: block !important;
+ background-color: transparent;
+ height: 25px;
+ width: 25px;
+ color: white;
+ top: 55px;
+ text-align: right;
+ left: -10px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-right-tab-button-active {
+ position: absolute;
+ display: block !important;
+ background-color: transparent;
+ height: 25px;
+ width: 25px;
+ color: white;
+ top: 55px;
+ text-align: left;
+ right: -10px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-data-selector {
+ top: 60%;
+ margin-top: 30px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-data-panel {
+ width: 80%;
+ margin: auto
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-flexcontainer {
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-color-selection-tab .oo-color-selection-inner-wrapper {
+ position: absolute;
+ top: 100px;
+ left: 0;
+ height: calc(100% - 103px);
+ width: 100%;
+ overflow-y: scroll;
+ -webkit-transform: none;
+ transform: none
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-color-selection-tab .oo-selection-container {
+ width: 100%;
+ padding-left: 30px;
+ margin-bottom: 20px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-color-selection-tab .oo-selection-inner-wrapper {
+ width: 80%;
+ margin: 0 auto
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-color-selection-tab .oo-text-color-items-container {
+ max-width: none !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-color-selection-tab .oo-selection-items-container {
+ max-width: none !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-caption-opacity-tab .oo-caption-opacity-inner-wrapper {
+ position: absolute;
+ top: 100px;
+ left: 0;
+ height: calc(100% - 103px);
+ width: 100%;
+ overflow-y: scroll;
+ -webkit-transform: none;
+ transform: none;
+ padding-left: 0
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-caption-opacity-tab .oo-selection-container {
+ width: 100%;
+ padding-left: 30px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-caption-opacity-tab .oo-selection-inner-wrapper {
+ width: 80%;
+ margin: 0 auto
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-caption-opacity-tab .oo-selection-container-title {
+ margin-bottom: 10px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-caption-opacity-tab .oo-selection-items-container {
+ margin-bottom: 30px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-font-size-tab .oo-font-size-inner-wrapper {
+ position: absolute;
+ top: 100px;
+ left: 0;
+ height: calc(100% - 103px);
+ width: 100%;
+ overflow-y: scroll;
+ -webkit-transform: none;
+ transform: none;
+ padding-left: 0
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-font-size-tab .oo-selection-inner-wrapper {
+ width: 80%;
+ margin: 0 auto
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-font-size-tab .oo-selection-container-title {
+ margin-bottom: 0px !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-font-size-tab .oo-font-size-container {
+ width: 100% !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-font-size-tab .oo-font-size-letter-Large {
+ line-height: 160px !important;
+ margin-bottom: 20px !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-font-size-tab .oo-font-size-letter-Extra-Large {
+ line-height: 220px !important;
+ margin-bottom: 60px !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-font-size-tab .oo-font-size-label {
+ margin-bottom: 20px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-text-enhancements-tab .oo-text-enhancements-inner-wrapper {
+ position: absolute;
+ top: 100px;
+ left: 0;
+ height: calc(100% - 103px);
+ width: 100%;
+ overflow-y: scroll;
+ -webkit-transform: none;
+ transform: none;
+ padding-left: 0
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-text-enhancements-tab .oo-selection-inner-wrapper {
+ width: 80%;
+ margin: 0 auto
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-text-enhancements-tab .oo-selection-container-title {
+ margin-bottom: 10px !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-text-enhancements-tab .oo-text-enhancements-container {
+ width: 100% !important;
+ margin-bottom: 40px !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-screen-closed-captions .oo-text-enhancements-tab .oo-text-enhancements-label {
+ margin-bottom: 20px
+ }
+
+ .oo-player-container .oo-xsmall .oo-preview-panel {
+ display: none
+ }
+
+ .oo-player-container .oo-xsmall .oo-error-screen .oo-error-title {
+ font-size: 1em;
+ margin-bottom: 10px
+ }
+
+ .oo-player-container .oo-xsmall .oo-error-screen .oo-error-description {
+ font-size: 0.7em;
+ margin-bottom: 10px
+ }
+
+ .oo-player-container .oo-xsmall .oo-error-screen .oo-error-action {
+ font-size: 0.7em
+ }
+
+ .oo-player-container .oo-xsmall .oo-action-icon-pause {
+ font-size: 12px
+ }
+
+ .oo-player-container .oo-xsmall .oo-action-icon span.oo-icon,
+ .oo-player-container .oo-xsmall .oo-action-icon-pause.oo-animate-pause {
+ font-size: 50px
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-top-bar {
+ height: 17px
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-top-bar .oo-ad-title,
+ .oo-player-container .oo-xsmall .oo-ad-top-bar .oo-ad-playback-info {
+ font-size: 0.7em;
+ padding-left: 4px;
+ padding-right: 4px
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-top-bar .oo-learn-more {
+ font-size: 0.7em;
+ margin-right: 7px
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-top-bar .oo-learn-more .oo-button-icon {
+ font-size: 0.7em;
+ margin-right: 3px
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-top-bar .oo-skip-button {
+ font-size: 0.7em
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-top-bar .oo-skip-button .oo-skip-icon {
+ font-size: 0.7em;
+ margin-right: 3px
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-top-bar .oo-skip-button.oo-visible {
+ margin-right: 7px;
+ margin-left: 7px
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-top-bar .oo-skip-button.oo-visible .oo-skip-icon {
+ font-size: 0.7em;
+ margin-right: 3px
+ }
+
+ .oo-player-container .oo-xsmall .oo-quality-panel {
+ height: 75px
+ }
+
+ .oo-player-container .oo-xsmall .oo-quality-panel .oo-quality-screen-content ul {
+ height: 70px
+ }
+
+ .oo-player-container .oo-xsmall .oo-quality-panel .oo-quality-screen-content ul li {
+ margin: 0 14px
+ }
+
+ .oo-player-container .oo-xsmall .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-btn {
+ padding: 8px 6px;
+ font-size: 0.8em
+ }
+
+ .oo-player-container .oo-xsmall .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn .oo-quality-auto-icon {
+ font-size: 1.4em;
+ padding: 4px;
+ margin-bottom: 0
+ }
+
+ .oo-player-container .oo-xsmall .oo-quality-panel .oo-quality-screen-content ul li a.oo-quality-auto-btn .oo-quality-auto-label {
+ font-size: 0.8em
+ }
+
+ .oo-player-container .oo-xsmall .oo-quality-panel .oo-quality-screen-content ul li.oo-auto-li {
+ top: 14px
+ }
+
+ .oo-player-container .oo-xsmall .oo-control-bar {
+ height: 57px !important;
+ font-size: 17.5px
+ }
+
+ .oo-player-container .oo-xsmall .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-item {
+ font-size: 17.5px;
+ padding: 0 5.95px
+ }
+
+ .oo-player-container .oo-xsmall .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-duration {
+ font-size: 9.8px;
+ padding-left: 5.25px;
+ padding-right: 5.25px;
+ top: -1px
+ }
+
+ .oo-player-container .oo-xsmall .oo-control-bar .oo-control-bar-items-wrapper .oo-live-indicator {
+ top: -3px
+ }
+
+ .oo-player-container .oo-xsmall .oo-control-bar .oo-control-bar-items-wrapper .oo-live-circle {
+ width: 4.9px;
+ height: 4.9px
+ }
+
+ .oo-player-container .oo-xsmall .oo-control-bar .oo-control-bar-items-wrapper .oo-live-text {
+ font-size: 10.5px
+ }
+
+ .oo-player-container .oo-xsmall .oo-control-bar .oo-control-bar-items-wrapper .oo-logo img {
+ max-height: 16.8px
+ }
+
+ .oo-player-container .oo-xsmall .oo-volume-bar {
+ width: 4.9px;
+ height: 9.8px;
+ padding-left: 2.8px;
+ margin-bottom: 4px
+ }
+
+ .oo-player-container .oo-xsmall .oo-volume-bar.oo-on {
+ background-color: #448aff;
+ height: 9.8px;
+ padding-bottom: 0
+ }
+
+ .oo-player-container .oo-xsmall .oo-volume-slider {
+ height: 14px;
+ width: 140px;
+ margin-left: 4.2px
+ }
+
+ @media all and (-ms-high-contrast: none) {
+ .oo-player-container .oo-xsmall *::-ms-backdrop,
+ .oo-player-container .oo-xsmall .oo-volume-slider {
+ height: 0
+ }
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-bar-container {
+ height: 14px
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-scrubber-bar {
+ height: 4.2px
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding {
+ width: 17.5px;
+ height: 17.5px
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-playhead {
+ width: 9px;
+ height: 9px;
+ border-width: 1.4px;
+ border-radius: 7px
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-playhead-scrubbing {
+ width: 9.8px;
+ height: 9.8px
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-playhead-hovering {
+ top: 39%
+ }
+
+ .oo-player-container .oo-xsmall button.oo-close-btn,
+ .oo-player-container .oo-xsmall button.oo-close-button {
+ font-size: 10px
+ }
+
+ .oo-player-container .oo-xsmall button.oo-up-next-close-btn {
+ top: 7px;
+ right: 7px;
+ font-size: 10px;
+ position: absolute;
+ color: #fff;
+ opacity: 0.6;
+ line-height: 1;
+ padding: 0;
+ border: 0;
+ outline: none;
+ background: transparent;
+ -webkit-appearance: none
+ }
+
+ .oo-player-container .oo-xsmall button.oo-up-next-close-btn:hover {
+ opacity: 1.0;
+ filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
+ -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
+ -ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#fff')
+ }
+
+ .oo-player-container .oo-xsmall button.oo-up-next-close-btn:before {
+ position: absolute;
+ content: '';
+ right: -7px;
+ left: -7px;
+ top: -7px;
+ bottom: -7px
+ }
+
+ .oo-player-container .oo-xsmall .oo-up-next-panel {
+ height: 56px
+ }
+
+ .oo-player-container .oo-xsmall .oo-up-next-panel a.oo-up-next-content {
+ width: 98px
+ }
+
+ .oo-player-container .oo-xsmall .oo-up-next-panel a.oo-up-next-content span.oo-icon {
+ font-size: 17.5px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-metadata {
+ left: 98px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-metadata .oo-up-next-title {
+ top: 2.1px;
+ left: 10.5px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-metadata .oo-up-next-title .oo-up-next-count-down {
+ width: 25.2px;
+ height: 25.2px
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-metadata .oo-up-next-title .oo-up-next-title-text {
+ font-size: 12.6pt
+ }
+
+ .oo-player-container .oo-xsmall .oo-content-metadata .oo-content-description {
+ bottom: 3.5px;
+ left: 10.5px;
+ margin-top: 7px;
+ font-size: 8.4pt
+ }
+
+ .oo-player-container .oo-xsmall .oo-up-next-count-down {
+ margin-right: 7px
+ }
+
+ .oo-player-container .oo-xsmall .oo-ad-overlay.oo-control-bar-visible {
+ bottom: 63px !important
+ }
+
+ .oo-player-container .oo-xsmall .oo-up-next-panel-bottom {
+ bottom: 63px
+ }
+
+ .oo-player-container .oo-xsmall .oo-player-skin-plugins {
+ bottom: 63px
+ }
+
+ .oo-player-container .oo-xsmall .oo-player-skin-plugins-click-layer {
+ bottom: 63px
+ }
+
+ .oo-player-container .oo-xsmall .oo-slider-volume {
+ width: 140px
+ }
+
+ .oo-player-container .oo-xsmall .oo-slider-volume[type=range] {
+ width: 140px
+ }
+
+ .oo-player-container .oo-xsmall .oo-slider-volume[type=range]::-webkit-slider-runnable-track {
+ height: 2.1px
+ }
+
+ .oo-player-container .oo-xsmall .oo-slider-volume[type=range]::-webkit-slider-thumb {
+ height: 10.5px;
+ width: 10.5px;
+ margin-top: -4.2px
+ }
+
+ @supports (-ms-accelerator: true) {
+ .oo-player-container .oo-xsmall .oo-slider-volume[type=range]::-webkit-slider-thumb {
+ margin-top: 1px
+ }
+ }
+
+ .oo-player-container .oo-xsmall .oo-slider-volume[type=range]::-moz-range-track {
+ width: 140px;
+ height: 2.1px
+ }
+
+ .oo-player-container .oo-xsmall .oo-slider-volume[type=range]::-moz-range-thumb {
+ height: 10.5px;
+ width: 10.5px
+ }
+
+ .oo-player-container .oo-xsmall .oo-slider-volume[type=range]::-ms-track {
+ width: 140px;
+ height: 2.1px;
+ border-width: 5.25px 0
+ }
+
+ .oo-player-container .oo-xsmall .oo-slider-volume[type=range]::-ms-thumb {
+ height: 10.5px;
+ width: 10.5px
+ }
+
+ .oo-player-container .oo-xsmall .oo-text-track-container {
+ max-width: 96%;
+ margin-bottom: 4px
+ }
+
+ .oo-player-container .oo-xsmall .oo-text-track-container .oo-text-track-window {
+ padding: 4px
+ }
+
+ .oo-player-container .oo-xsmall .oo-text-track-container .oo-text-track-window .oo-text-track-background {
+ padding: 2px 6px
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-thumbnail-container {
+ bottom: 80.5px
+ }
+
+ .oo-player-container .oo-xsmall .oo-thumbnail {
+ width: 79.1px;
+ height: 53.9px;
+ border-radius: 2.8px;
+ box-shadow: rgba(0, 0, 0, 0.5) 0 4.2px 12.6px
+ }
+
+ .oo-player-container .oo-xsmall .oo-thumbnail-time {
+ border-radius: 9.1px;
+ font-size: 8.4px;
+ padding-left: 7%;
+ padding-right: 7%;
+ font-size: 12.6px
+ }
+
+ .oo-player-container .oo-xsmall .oo-thumbnail-carousel-center-image {
+ width: 124px;
+ height: 72px;
+ border-radius: 4px
+ }
+
+ .oo-player-container .oo-xsmall .oo-thumbnail-carousel-image {
+ position: absolute;
+ width: 73px;
+ height: 43px;
+ border-radius: 2px
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-thumbnail-container {
+ bottom: 70px
+ }
+
+ .oo-player-container .oo-xsmall .oo-scrubber-carousel-container {
+ bottom: 88px
+ }
+
+ .oo-player-container .oo-small .oo-control-bar-items-wrapper .oo-control-bar-item {
+ padding: 0 10.15px;
+ font-size: 23px
+ }
+
+ .oo-player-container .oo-small .oo-action-icon span.oo-icon,
+ .oo-player-container .oo-small .oo-action-icon-pause.oo-animate-pause {
+ font-size: 86px
+ }
+
+ .oo-player-container .oo-small .oo-discovery-panel _::-webkit-full-page-media,
+ .oo-player-container .oo-small .oo-discovery-panel _:future,
+ .oo-player-container .oo-small .oo-discovery-panel :root .oo-scale-size {
+ min-height: 190px !important
+ }
+
+ @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
+ .oo-player-container .oo-small .oo-discovery-panel .oo-scale-size {
+ min-height: 190px !important
+ }
+ }
+
+ .oo-player-container .oo-small .captions-navbar {
+ margin-top: 10px
+ }
+
+ .oo-player-container .oo-small .tabs-menu {
+ width: 685px
+ }
+
+ .oo-player-container .oo-small .tabs-menu-item a {
+ font-size: 15px
+ }
+
+ .oo-player-container .oo-small .oo-left-tab-button-active {
+ position: absolute;
+ display: block !important;
+ background-color: transparent;
+ height: 25px;
+ width: 25px;
+ color: white;
+ top: 65px;
+ text-align: right;
+ left: -5px
+ }
+
+ .oo-player-container .oo-small .oo-right-tab-button-active {
+ position: absolute;
+ display: block !important;
+ background-color: transparent;
+ height: 25px;
+ width: 25px;
+ color: white;
+ top: 65px;
+ text-align: left;
+ right: -5px
+ }
+
+ .oo-player-container .oo-small .oo-data-panel {
+ width: 400px;
+ margin: auto
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-data-selector {
+ top: 60%
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-color-selection-inner-wrapper {
+ top: calc(50% + 42px)
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-selection-container {
+ min-width: 185px
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-selection-container .oo-selection-inner-wrapper {
+ width: 190px;
+ margin: 0 auto
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-selection-container .oo-selection-inner-wrapper .oo-selection-container-title {
+ font-size: 15px;
+ margin-bottom: 20px
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-selection-container .oo-selection-inner-wrapper .oo-text-color-items-container {
+ width: 180px
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-selection-container .oo-selection-inner-wrapper .oo-selection-items-container {
+ width: 190px
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-selection-container .oo-selection-inner-wrapper .oo-item {
+ width: 23px;
+ height: 23px;
+ margin-right: 15px;
+ margin-bottom: 20px
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-selection-container .oo-selection-inner-wrapper .oo-item-selected {
+ border: solid #247dff 3px;
+ border-radius: 50%
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-selection-container .oo-selection-inner-wrapper .oo-color-item {
+ width: 15px;
+ height: 15px
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-color-selection-tab .oo-text-color-selection-container {
+ min-width: 160px;
+ padding-left: 24.5px
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-caption-opacity-inner-wrapper {
+ top: 60%;
+ padding-left: 0
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-font-size-tab .oo-font-size-inner-wrapper {
+ top: calc(50% + 42px);
+ padding-left: 0
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-font-size-tab .oo-selection-container-title {
+ margin-bottom: 0px !important
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-text-enhancements-tab .oo-text-enhancements-inner-wrapper {
+ top: calc(50% + 42px);
+ padding-left: 0
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-text-enhancements-tab .oo-selection-container-title {
+ margin-bottom: 0px !important
+ }
+
+ .oo-player-container .oo-small .oo-closed-captions-panel .oo-selection-inner-wrapper {
+ margin: 0 auto
+ }
+
+ .oo-player-container .oo-small .oo-preview-panel {
+ display: none
+ }
+
+ .oo-player-container .oo-small .oo-text-track-container .oo-text-track-window {
+ padding: 8px
+ }
+
+ .oo-player-container .oo-small .oo-text-track-container .oo-text-track-window .oo-text-track-background {
+ padding: 2px 12px
+ }
+
+ .oo-player-container .oo-small .oo-thumbnail-carousel-center-image {
+ width: 124px;
+ height: 72px;
+ border-radius: 4px
+ }
+
+ .oo-player-container .oo-small .oo-thumbnail-carousel-image {
+ position: absolute;
+ width: 73px;
+ height: 43px;
+ border-radius: 2px
+ }
+
+ .oo-player-container .oo-small .oo-scrubber-thumbnail-container {
+ bottom: 105px
+ }
+
+ .oo-player-container .oo-small .oo-scrubber-carousel-container {
+ bottom: 103px
+ }
+
+ .oo-player-container .oo-large .oo-content-screen {
+ padding: 35px
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-title {
+ font-size: 1.9em
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-title span.oo-icon {
+ top: 4px;
+ font-size: 1em
+ }
+
+ .oo-player-container .oo-large .oo-state-screen .oo-state-screen-info .oo-state-screen-title,
+ .oo-player-container .oo-large .oo-spinner-screen .oo-state-screen-info .oo-state-screen-title {
+ font-size: 3.0em
+ }
+
+ .oo-player-container .oo-large .oo-state-screen .oo-state-screen-info .oo-state-screen-description,
+ .oo-player-container .oo-large .oo-spinner-screen .oo-state-screen-info .oo-state-screen-description {
+ font-size: 1.8em
+ }
+
+ .oo-player-container .oo-large .oo-discovery-panel {
+ padding: 35px;
+ margin-top: auto;
+ margin-bottom: auto
+ }
+
+ .oo-player-container .oo-large .oo-discovery-panel .oo-discovery-panel-title {
+ position: absolute
+ }
+
+ .oo-player-container .oo-large .oo-discovery-panel .oo-discovery-toaster-container-style {
+ max-height: 460px
+ }
+
+ .oo-player-container .oo-large .oo-discovery-panel _::-webkit-full-page-media,
+ .oo-player-container .oo-large .oo-discovery-panel _:future,
+ .oo-player-container .oo-large .oo-discovery-panel :root .oo-discovery-toaster-container-style {
+ min-height: 360px
+ }
+
+ @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
+ .oo-player-container .oo-large .oo-discovery-panel .oo-discovery-toaster-container-style {
+ min-height: 360px
+ }
+ }
+
+ .oo-player-container .oo-large .oo-discovery-panel .oo-discovery-image-wrapper-style {
+ width: 214px;
+ height: auto;
+ margin: 0 60px 60px 0
+ }
+
+ .oo-player-container .oo-large .oo-discovery-panel .oo-discovery-image-wrapper-style:nth-of-type(even) {
+ margin-bottom: 0
+ }
+
+ .oo-player-container .oo-large .oo-discovery-panel .oo-discovery-image-wrapper-style:last-child,
+ .oo-player-container .oo-large .oo-discovery-panel .oo-discovery-image-wrapper-style:nth-last-child(2):nth-of-type(odd) {
+ margin-right: 0
+ }
+
+ .oo-player-container .oo-large .oo-discovery-panel .oo-image-style {
+ height: 120px
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-closed-captions .oo-switch-container {
+ height: 26px;
+ width: 126px;
+ margin-left: 34px
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-closed-captions .oo-switch-container .oo-switch-captions {
+ font-size: 1.2em
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-closed-captions .oo-data-panel {
+ padding-left: 7px;
+ width: 850px
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-closed-captions .oo-text-color-selection-container {
+ padding-left: 35px
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-closed-captions .oo-caption-opacity-inner-wrapper {
+ padding-left: 35px
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-closed-captions .oo-font-size-inner-wrapper {
+ padding-left: 35px
+ }
+
+ .oo-player-container .oo-large .oo-content-screen-closed-captions .oo-text-enhancements-inner-wrapper {
+ padding-left: 35px
+ }
+
+ .oo-player-container .oo-large .oo-error-screen .oo-error-title {
+ font-size: 2em
+ }
+
+ .oo-player-container .oo-large .oo-error-screen .oo-error-description {
+ font-size: 1.4em
+ }
+
+ .oo-player-container .oo-large .oo-error-screen .oo-error-action {
+ font-size: 1.4em
+ }
+
+ .oo-player-container .oo-large .oo-action-icon-pause {
+ font-size: 32px
+ }
+
+ .oo-player-container .oo-large .oo-action-icon span.oo-icon,
+ .oo-player-container .oo-large .oo-action-icon-pause.oo-animate-pause {
+ font-size: 150px
+ }
+
+ .oo-player-container .oo-large .oo-ad-top-bar {
+ height: 34px
+ }
+
+ .oo-player-container .oo-large .oo-ad-top-bar .oo-ad-title,
+ .oo-player-container .oo-large .oo-ad-top-bar .oo-ad-playback-info {
+ font-size: 1em;
+ padding-left: 7.5px;
+ padding-right: 7.5px
+ }
+
+ .oo-player-container .oo-large .oo-ad-top-bar .oo-learn-more {
+ font-size: 1em;
+ margin-right: 10px
+ }
+
+ .oo-player-container .oo-large .oo-ad-top-bar .oo-learn-more .oo-button-icon {
+ font-size: 0.8em;
+ margin-right: 5px
+ }
+
+ .oo-player-container .oo-large .oo-ad-top-bar .oo-skip-button {
+ font-size: 1em
+ }
+
+ .oo-player-container .oo-large .oo-ad-top-bar .oo-skip-button .oo-skip-icon {
+ font-size: 0.8em;
+ margin-right: 5px
+ }
+
+ .oo-player-container .oo-large .oo-ad-top-bar .oo-skip-button.oo-visible {
+ margin-right: 15px;
+ margin-left: 15px
+ }
+
+ .oo-player-container .oo-large .oo-ad-top-bar .oo-skip-button.oo-visible .oo-skip-icon {
+ font-size: 0.8em;
+ margin-right: 5px
+ }
+
+ .oo-player-container .oo-large button.oo-close-btn {
+ top: 35px;
+ right: 35px
+ }
+
+ @media (orientation: portrait) {
+ .oo-player-container .oo-mobile-fullscreen.oo-quality-panel {
+ height: 80% !important;
+ width: 100px !important
+ }
+ .oo-player-container .oo-mobile-fullscreen.oo-quality-panel .scrollbar-container.vertical {
+ display: none
+ }
+ .oo-player-container .oo-mobile-fullscreen.oo-quality-panel .oo-quality-screen-content {
+ position: relative;
+ height: 100%;
+ text-align: center
+ }
+ .oo-player-container .oo-mobile-fullscreen.oo-quality-panel .oo-quality-screen-content ul {
+ padding: 0;
+ margin: 0;
+ list-style: none;
+ height: 75% !important;
+ white-space: normal
+ }
+ .oo-player-container .oo-mobile-fullscreen.oo-quality-panel .oo-quality-screen-content ul li {
+ display: block;
+ margin: 0 0 30px 0 !important;
+ padding: 0;
+ list-style: none
+ }
+ .oo-player-container .oo-mobile-fullscreen.oo-quality-panel .oo-quality-screen-content ul li:last-child {
+ margin-bottom: 10px
+ }
+ .oo-player-container .oo-mobile-fullscreen.oo-quality-panel .oo-quality-screen-content ul li.oo-auto-li {
+ top: 4px !important
+ }
+ }
+
+ .oo-player-container .oo-player {
+ display: block;
+ position: relative;
+ overflow: hidden;
+ vertical-align: top;
+ background-color: #000 !important;
+ padding: 0;
+ width: 100%;
+ height: 0;
+ padding-top: 56.25%;
+ transition: padding-top 0.5s ease
+ }
+
+ .oo-player-container .oo-player:-moz-full-screen {
+ position: absolute;
+ width: 100% !important;
+ height: 100% !important;
+ padding: 0 !important
+ }
+
+ .oo-player-container .oo-player:-webkit-full-screen {
+ width: 100% !important;
+ height: 100% !important;
+ padding: 0 !important
+ }
+
+ .oo-player-container .oo-player:-ms-fullscreen {
+ width: 100% !important;
+ height: 100% !important;
+ padding: 0 !important
+ }
+
+ .oo-player-container .oo-player.oo-fullscreen {
+ position: fixed;
+ overflow: hidden;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%
+ }
+
+ .oo-player-container .oo-player-skin {
+ overflow: hidden;
+ z-index: 11000
+ }
+
+ .oo-player-container video.oo-blur {
+ -webkit-filter: blur(3px);
+ -moz-filter: blur(3px);
+ filter: blur(3px)
+ }
+
+ .oo-player-container .oo-state-screen.oo-pause-screen .oo-state-screen-title {
+ display: none
+ }
+
+ .oo-player-container .oo-state-screen.oo-start-screen .oo-start-screen-linear-gradient {
+ background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%)
+ }
+
+ .oo-player-container .oo-state-screen.oo-start-screen .oo-action-icon {
+ background-image: url("http://vignette.wikia.nocookie.net/6857d275-0eb0-4e97-9401-3d23da474ed0");
+ background-size: cover;
+ bottom: 25px;
+ height: 80px;
+ left: auto;
+ right: 25px;
+ text-indent: 8000px;
+ top: auto;
+ -webkit-transform: none;
+ transform: none;
+ width: 80px
+ }
+
+ .oo-player-container .oo-state-screen .oo-action-icon {
+ position: absolute
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-info {
+ bottom: 25px;
+ left: 25px;
+ top: auto
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-info .oo-state-screen-title {
+ font-size: 1.125rem;
+ line-height: 1.375rem;
+ margin-bottom: 10px
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-info .video-duration {
+ font-size: 1.125rem;
+ line-height: 1.375rem;
+ color: #656e78;
+ font-weight: bold
+ }
+
+ .oo-player-container .oo-state-screen .oo-text-truncate {
+ overflow: visible;
+ text-overflow: clip;
+ white-space: normal
+ }
+
+ .oo-player-container .oo-state-screen .oo-state-screen-selectable {
+ cursor: inherit
+ }
+
+ .oo-player-container .oo-social-action-text {
+ display: none
+ }
+
+ .oo-player-container .oo-player-skin .oo-content-panel.oo-share-panel .oo-share-tab-panel .oo-facebook,
+ .oo-player-container .oo-player-skin .oo-content-panel.oo-share-panel .oo-share-tab-panel .oo-twitter {
+ border-radius: 0;
+ height: 45px;
+ margin-right: 6px;
+ width: 45px
+ }
+
+ .oo-player-container .oo-player-skin .oo-content-panel.oo-share-panel .oo-share-tab-panel .oo-facebook {
+ background-color: #3b5998;
+ background-size: 30px
+ }
+
+ .oo-player-container .oo-player-skin .oo-content-panel.oo-share-panel .oo-share-tab-panel .oo-twitter {
+ background-color: #1da1f2;
+ background-size: 40px
+ }
+
+ .oo-player-container .oo-player-skin .oo-content-panel.oo-share-panel .oo-share-tab-panel .oo-google-plus,
+ .oo-player-container .oo-player-skin .oo-content-panel.oo-share-panel .oo-share-tab-panel .oo-email-share {
+ display: none
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .oo-player-container .oo-state-screen.oo-start-screen .oo-action-icon {
+ height: 60px;
+ width: 60px
+ }
+ .oo-player-container .oo-state-screen .oo-state-screen-info .oo-state-screen-title,
+ .oo-player-container .oo-state-screen .oo-state-screen-info .video-duration {
+ font-size: 1rem;
+ line-height: 1.25rem
+ }
+ }
+
+ .oo-player-container .oo-scrubber-bar-container {
+ height: 5px
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-scrubber-bar {
+ height: 3px
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-playhead {
+ background: #2cd3f8;
+ border-radius: 13px;
+ border: 2px solid #fff;
+ height: 13px;
+ width: 13px
+ }
+
+ .oo-player-container .oo-scrubber-bar-container .oo-scrubber-bar-padding .oo-playhead-padding .oo-playhead-scrubbing {
+ background: #2cd3f8;
+ border-radius: 20px;
+ border: 3px solid #fff;
+ height: 20px;
+ width: 20px
+ }
+
+ .oo-player-container .oo-control-bar .oo-logo,
+ .oo-player-container .oo-control-bar .oo-closed-caption,
+ .oo-player-container .oo-control-bar .oo-more-options {
+ display: none !important
+ }
+
+ .oo-player-container .oo-control-bar .oo-icon:hover {
+ -webkit-filter: none !important;
+ filter: none !important
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
+ margin-top: 12px
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-item {
+ padding: 0 3px
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-control-bar-item.oo-selected&gt;
+ .fandom-video-gear-icon {
+ color: transparent !important
+ }
+
+ .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper .oo-volume .oo-volume-bar {
+ height: 16px;
+ background-color: rgba(255, 255, 255, 0.2)
+ }
+
+ .oo-player-container .oo-control-bar .oo-icon:not(.fandom-video-icon):hover {
+ color: #2cd3f8 !important
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-icon {
+ color: transparent !important
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-share-icon {
+ background: no-repeat center url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE0IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVmlkZW8tUGxheWVyLVNraW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDMuMDAwMDAwLCAtNjA5LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iVmlkZW8tQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQ4LjAwMDAwMCwgMjU4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU5Ny41NDU0NTUsMzYyLjQzNTkzNiBDNTk4LjI1OTQ1NSwzNjIuNDM1OTM2IDU5OC45MDM0NTUsMzYyLjEyNDYwMyA1OTkuMzY2MDkxLDM2MS42MjcyNjkgTDYwNC4wMDgzNjQsMzY0LjQwNTkzNiBDNjAzLjk1MDQ1NSwzNjQuNjI5MjY5IDYwMy45MDkwOTEsMzY0Ljg1OTkzNiA2MDMuOTA5MDkxLDM2NS4xMDI2MDMgQzYwMy45MDkwOTEsMzY2LjU3MzI2OSA2MDUuMDUwNzI3LDM2Ny43NjkyNjkgNjA2LjQ1NDU0NSwzNjcuNzY5MjY5IEM2MDcuODU4MzY0LDM2Ny43NjkyNjkgNjA5LDM2Ni41NzMyNjkgNjA5LDM2NS4xMDI2MDMgQzYwOSwzNjMuNjMxOTM2IDYwNy44NTgzNjQsMzYyLjQzNTkzNiA2MDYuNDU0NTQ1LDM2Mi40MzU5MzYgQzYwNS43NDA1NDUsMzYyLjQzNTkzNiA2MDUuMDk2NTQ1LDM2Mi43NDcyNjkgNjA0LjYzMzkwOSwzNjMuMjQ0NjAzIEw1OTkuOTkxNjM2LDM2MC40NjU5MzYgQzYwMC4wNDk1NDUsMzYwLjI0MjYwMyA2MDAuMDkwOTA5LDM2MC4wMTE5MzYgNjAwLjA5MDkwOSwzNTkuNzY5MjY5IEM2MDAuMDkwOTA5LDM1OS41MjY2MDMgNjAwLjA0OTU0NSwzNTkuMjk1OTM2IDU5OS45OTE2MzYsMzU5LjA3MjYwMyBMNjA0LjYzMzkwOSwzNTYuMjkzOTM2IEM2MDUuMDk2NTQ1LDM1Ni43OTEyNjkgNjA1Ljc0MDU0NSwzNTcuMTAyNjAzIDYwNi40NTQ1NDUsMzU3LjEwMjYwMyBDNjA3Ljg1ODM2NCwzNTcuMTAyNjAzIDYwOSwzNTUuOTA2NjAzIDYwOSwzNTQuNDM1OTM2IEM2MDksMzUyLjk2NTI2OSA2MDcuODU4MzY0LDM1MS43NjkyNjkgNjA2LjQ1NDU0NSwzNTEuNzY5MjY5IEM2MDUuMDUwNzI3LDM1MS43NjkyNjkgNjAzLjkwOTA5MSwzNTIuOTY1MjY5IDYwMy45MDkwOTEsMzU0LjQzNTkzNiBDNjAzLjkwOTA5MSwzNTQuNjc4NjAzIDYwMy45NTA0NTUsMzU0LjkwOTI2OSA2MDQuMDA4MzY0LDM1NS4xMzI2MDMgTDU5OS4zNjYwOTEsMzU3LjkxMTI2OSBDNTk4LjkwMzQ1NSwzNTcuNDEzOTM2IDU5OC4yNTk0NTUsMzU3LjEwMjYwMyA1OTcuNTQ1NDU1LDM1Ny4xMDI2MDMgQzU5Ni4xNDE2MzYsMzU3LjEwMjYwMyA1OTUsMzU4LjI5ODYwMyA1OTUsMzU5Ljc2OTI2OSBDNTk1LDM2MS4yMzk5MzYgNTk2LjE0MTYzNiwzNjIuNDM1OTM2IDU5Ny41NDU0NTUsMzYyLjQzNTkzNiIgaWQ9IlNoYXJlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-share-icon:hover {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE0IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcmU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVmlkZW8tUGxheWVyLVNraW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDMuMDAwMDAwLCAtNjA5LjAwMDAwMCkiIGZpbGw9IiMyY2QzZjgiPgogICAgICAgICAgICA8ZyBpZD0iVmlkZW8tQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQ4LjAwMDAwMCwgMjU4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU5Ny41NDU0NTUsMzYyLjQzNTkzNiBDNTk4LjI1OTQ1NSwzNjIuNDM1OTM2IDU5OC45MDM0NTUsMzYyLjEyNDYwMyA1OTkuMzY2MDkxLDM2MS42MjcyNjkgTDYwNC4wMDgzNjQsMzY0LjQwNTkzNiBDNjAzLjk1MDQ1NSwzNjQuNjI5MjY5IDYwMy45MDkwOTEsMzY0Ljg1OTkzNiA2MDMuOTA5MDkxLDM2NS4xMDI2MDMgQzYwMy45MDkwOTEsMzY2LjU3MzI2OSA2MDUuMDUwNzI3LDM2Ny43NjkyNjkgNjA2LjQ1NDU0NSwzNjcuNzY5MjY5IEM2MDcuODU4MzY0LDM2Ny43NjkyNjkgNjA5LDM2Ni41NzMyNjkgNjA5LDM2NS4xMDI2MDMgQzYwOSwzNjMuNjMxOTM2IDYwNy44NTgzNjQsMzYyLjQzNTkzNiA2MDYuNDU0NTQ1LDM2Mi40MzU5MzYgQzYwNS43NDA1NDUsMzYyLjQzNTkzNiA2MDUuMDk2NTQ1LDM2Mi43NDcyNjkgNjA0LjYzMzkwOSwzNjMuMjQ0NjAzIEw1OTkuOTkxNjM2LDM2MC40NjU5MzYgQzYwMC4wNDk1NDUsMzYwLjI0MjYwMyA2MDAuMDkwOTA5LDM2MC4wMTE5MzYgNjAwLjA5MDkwOSwzNTkuNzY5MjY5IEM2MDAuMDkwOTA5LDM1OS41MjY2MDMgNjAwLjA0OTU0NSwzNTkuMjk1OTM2IDU5OS45OTE2MzYsMzU5LjA3MjYwMyBMNjA0LjYzMzkwOSwzNTYuMjkzOTM2IEM2MDUuMDk2NTQ1LDM1Ni43OTEyNjkgNjA1Ljc0MDU0NSwzNTcuMTAyNjAzIDYwNi40NTQ1NDUsMzU3LjEwMjYwMyBDNjA3Ljg1ODM2NCwzNTcuMTAyNjAzIDYwOSwzNTUuOTA2NjAzIDYwOSwzNTQuNDM1OTM2IEM2MDksMzUyLjk2NTI2OSA2MDcuODU4MzY0LDM1MS43NjkyNjkgNjA2LjQ1NDU0NSwzNTEuNzY5MjY5IEM2MDUuMDUwNzI3LDM1MS43NjkyNjkgNjAzLjkwOTA5MSwzNTIuOTY1MjY5IDYwMy45MDkwOTEsMzU0LjQzNTkzNiBDNjAzLjkwOTA5MSwzNTQuNjc4NjAzIDYwMy45NTA0NTUsMzU0LjkwOTI2OSA2MDQuMDA4MzY0LDM1NS4xMzI2MDMgTDU5OS4zNjYwOTEsMzU3LjkxMTI2OSBDNTk4LjkwMzQ1NSwzNTcuNDEzOTM2IDU5OC4yNTk0NTUsMzU3LjEwMjYwMyA1OTcuNTQ1NDU1LDM1Ny4xMDI2MDMgQzU5Ni4xNDE2MzYsMzU3LjEwMjYwMyA1OTUsMzU4LjI5ODYwMyA1OTUsMzU5Ljc2OTI2OSBDNTk1LDM2MS4yMzk5MzYgNTk2LjE0MTYzNiwzNjIuNDM1OTM2IDU5Ny41NDU0NTUsMzYyLjQzNTkzNiIgaWQ9IlNoYXJlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-volume-icon {
+ background: no-repeat center url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE4IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+dm9sdW1lPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZpZGVvLVBsYXllci1Ta2luIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkxLjAwMDAwMCwgLTYxMC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IlZpZGVvLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0OC4wMDAwMDAsIDI1OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJ2b2x1bWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLjAwMDAwMCwgMzUyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04LjU5NTMxNDk0LDAuMTczMTY1OTI1IEw0Ljc0NDA4MjIxLDQuMzc0MDYyMTQgTDEuMDUzNzU2MTIsNC4zNzQwNjIxNCBDMC4yNjA4NDc2Nyw0LjM3NDA2MjE0IDAsNC44NDEzMzg1MyAwLDUuMjg2MzcwNjcgTDAsOC44ODU5MzU4MiBDMCw5LjMzMDk2Nzk1IDAuMjYwODQ3NjcsOS44OTIxNTYzIDEuMDUzNzU2MTIsOS44OTIxNTYzIEw0Ljc2MjE2NTI0LDkuODkyMTU2MyBMOC42MTI0OTM4MywxNC4xNTg5MjU5IEM4Ljc4MDIxMzksMTQuMjUzNTAwOCA4Ljk2NzM3MzIzLDE0LjMwNTQyODYgOS4xNTQ3NTg2LDE0LjMwNTQyODYgQzkuMzQxOTE3OTMsMTQuMzA1NDI4NiA5LjQ5NTYyMzY3LDE0LjI2MDEyOTggOS42NjMxMTc3MiwxNC4xNjUzMzQgQzkuOTk4NzgzODksMTMuOTc1OTYzMyAxMC4xNzE3MDI5LDEzLjYyODM3ODcgMTAuMTcxNzAyOSwxMy4yNDkxOTU0IEwxMC4xNzE3MDI5LDEuMDM1Mzg4MDggQzEwLjE3MTcwMjksMC42NTY0MjU3NDYgOS45OTg3ODM4OSwwLjMwNjQxMDM5MyA5LjY2MzExNzcyLDAuMTE3MDM5NzI2IEM5LjMyNzQ1MTUyLC0wLjA3MjMzMDk1OTggOC45MzEyMDcxOCwtMC4wMTYyMDQ3NjA1IDguNTk1MzE0OTQsMC4xNzMxNjU5MjUgTDguNTk1MzE0OTQsMC4xNzMxNjU5MjUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLjM5OTMwNjUsMTAuMzI2NDM4NSBDMTUuMDk5ODg4NSw4LjYxOTM2MjA3IDE1LjA5OTkxMDYsNS44NDMwMjg0OSAxMy4zOTk0NDY3LDQuMTM2MDcwNDcgQzEzLjEyMjYxMjUsMy44NTg0MzQ5MSAxMi42NzI4OTE2LDMuODU4NDM4NDkgMTIuMzk2MzgwOSw0LjEzNjA5MDYgQzEyLjEyMTE5MzIsNC40MTIwNzQ3NiAxMi4xMjExOTMyLDQuODU4NzU0MTMgMTIuMzk2MzgwOSw1LjEzNTA3NzgyIEMxMy41NDY5NjI5LDYuMjkwNDA5MzIgMTMuNTQ2OTYwOSw4LjE3MTk3NTY1IDEyLjM5NjM2NzYsOS4zMjc1NTU2MSBDMTIuMTIxMTcxNiw5LjYwMzU0ODA1IDEyLjEyMTE4ODIsMTAuMDUwMjg4NSAxMi4zOTY0NjEsMTAuMzI2MzU4MSBDMTIuNTI5ODg2MiwxMC40NjAzMzQxIDEyLjcwOTU4MDEsMTAuNTM0NTkxMSAxMi44OTc5MjM5LDEwLjUzNDU5MTEgQzEzLjA4NTkzNjgsMTAuNTM0NTkxMSAxMy4yNjU2NjI0LDEwLjQ2MDMwNDUgMTMuMzk5MzA2NSwxMC4zMjY0Mzg1IEwxMy4zOTkzMDY1LDEwLjMyNjQzODUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3LjUxNDk0NzgsNy4yMzEzMTAwMSBDMTcuNTE0OTQ3OCw1LjU3MzIzODIxIDE2Ljg3MDU5NzYsNC4wMTI1NTk4NSAxNS43MDExOTY1LDIuODM4NTkwOCBDMTUuNDI0NzM5NCwyLjU2MDY1MDk5IDE0Ljk3NDgzMDQsMi41NjA2Njc5MSAxNC42OTgyOTU3LDIuODM4Njg1NjUgQzE0LjQyMzE2MDUsMy4xMTQ2MTcwMSAxNC40MjMxODg5LDMuNTYxMzU3NDUgMTQuNjk4NDU1OCwzLjgzNzQyMTEyIEMxNS42MDIwNjAyLDQuNzQ0NzU1NjQgMTYuMDk5MzUxMSw1Ljk0OTM5NzE3IDE2LjA5OTM1MTEsNy4yMzEzMTAwMSBDMTYuMDk5MzUxMSw4LjUxMjg2MjYzIDE1LjYwMTc4MjYsOS43MTgxMzM4OSAxNC42OTgzOTMyLDEwLjYyNTAxMDEgQzE0LjQyMzE4OTYsMTAuOTAxMDEwMiAxNC40MjMxODY1LDExLjM0NzY4OTUgMTQuNjk4Mzc1OCwxMS42MjQwMTQ4IEMxNC44MzIxNjc4LDExLjc1ODAyOTIgMTUuMDExODg4NSwxMS44MzIzMjgxIDE1LjE5OTkxODcsMTEuODMyMzI4MSBDMTUuMzg4MjA3OCwxMS44MzIzMjgxIDE1LjU2ODI1NjEsMTEuNzU3ODQ4MyAxNS43MDEzNzE0LDExLjYyMzg1MzQgQzE2Ljg3MDYxMjEsMTAuNDQ5Nzg2MyAxNy41MTQ5NDc4LDguODg5MTEwMjEgMTcuNTE0OTQ3OCw3LjIzMTMxMDAxIEwxNy41MTQ5NDc4LDcuMjMxMzEwMDEgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-volume-icon:hover {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE4IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+dm9sdW1lPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZpZGVvLVBsYXllci1Ta2luIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkxLjAwMDAwMCwgLTYxMC4wMDAwMDApIiBmaWxsPSIjMmNkM2Y4Ij4KICAgICAgICAgICAgPGcgaWQ9IlZpZGVvLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0OC4wMDAwMDAsIDI1OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJ2b2x1bWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLjAwMDAwMCwgMzUyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04LjU5NTMxNDk0LDAuMTczMTY1OTI1IEw0Ljc0NDA4MjIxLDQuMzc0MDYyMTQgTDEuMDUzNzU2MTIsNC4zNzQwNjIxNCBDMC4yNjA4NDc2Nyw0LjM3NDA2MjE0IDAsNC44NDEzMzg1MyAwLDUuMjg2MzcwNjcgTDAsOC44ODU5MzU4MiBDMCw5LjMzMDk2Nzk1IDAuMjYwODQ3NjcsOS44OTIxNTYzIDEuMDUzNzU2MTIsOS44OTIxNTYzIEw0Ljc2MjE2NTI0LDkuODkyMTU2MyBMOC42MTI0OTM4MywxNC4xNTg5MjU5IEM4Ljc4MDIxMzksMTQuMjUzNTAwOCA4Ljk2NzM3MzIzLDE0LjMwNTQyODYgOS4xNTQ3NTg2LDE0LjMwNTQyODYgQzkuMzQxOTE3OTMsMTQuMzA1NDI4NiA5LjQ5NTYyMzY3LDE0LjI2MDEyOTggOS42NjMxMTc3MiwxNC4xNjUzMzQgQzkuOTk4NzgzODksMTMuOTc1OTYzMyAxMC4xNzE3MDI5LDEzLjYyODM3ODcgMTAuMTcxNzAyOSwxMy4yNDkxOTU0IEwxMC4xNzE3MDI5LDEuMDM1Mzg4MDggQzEwLjE3MTcwMjksMC42NTY0MjU3NDYgOS45OTg3ODM4OSwwLjMwNjQxMDM5MyA5LjY2MzExNzcyLDAuMTE3MDM5NzI2IEM5LjMyNzQ1MTUyLC0wLjA3MjMzMDk1OTggOC45MzEyMDcxOCwtMC4wMTYyMDQ3NjA1IDguNTk1MzE0OTQsMC4xNzMxNjU5MjUgTDguNTk1MzE0OTQsMC4xNzMxNjU5MjUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLjM5OTMwNjUsMTAuMzI2NDM4NSBDMTUuMDk5ODg4NSw4LjYxOTM2MjA3IDE1LjA5OTkxMDYsNS44NDMwMjg0OSAxMy4zOTk0NDY3LDQuMTM2MDcwNDcgQzEzLjEyMjYxMjUsMy44NTg0MzQ5MSAxMi42NzI4OTE2LDMuODU4NDM4NDkgMTIuMzk2MzgwOSw0LjEzNjA5MDYgQzEyLjEyMTE5MzIsNC40MTIwNzQ3NiAxMi4xMjExOTMyLDQuODU4NzU0MTMgMTIuMzk2MzgwOSw1LjEzNTA3NzgyIEMxMy41NDY5NjI5LDYuMjkwNDA5MzIgMTMuNTQ2OTYwOSw4LjE3MTk3NTY1IDEyLjM5NjM2NzYsOS4zMjc1NTU2MSBDMTIuMTIxMTcxNiw5LjYwMzU0ODA1IDEyLjEyMTE4ODIsMTAuMDUwMjg4NSAxMi4zOTY0NjEsMTAuMzI2MzU4MSBDMTIuNTI5ODg2MiwxMC40NjAzMzQxIDEyLjcwOTU4MDEsMTAuNTM0NTkxMSAxMi44OTc5MjM5LDEwLjUzNDU5MTEgQzEzLjA4NTkzNjgsMTAuNTM0NTkxMSAxMy4yNjU2NjI0LDEwLjQ2MDMwNDUgMTMuMzk5MzA2NSwxMC4zMjY0Mzg1IEwxMy4zOTkzMDY1LDEwLjMyNjQzODUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3LjUxNDk0NzgsNy4yMzEzMTAwMSBDMTcuNTE0OTQ3OCw1LjU3MzIzODIxIDE2Ljg3MDU5NzYsNC4wMTI1NTk4NSAxNS43MDExOTY1LDIuODM4NTkwOCBDMTUuNDI0NzM5NCwyLjU2MDY1MDk5IDE0Ljk3NDgzMDQsMi41NjA2Njc5MSAxNC42OTgyOTU3LDIuODM4Njg1NjUgQzE0LjQyMzE2MDUsMy4xMTQ2MTcwMSAxNC40MjMxODg5LDMuNTYxMzU3NDUgMTQuNjk4NDU1OCwzLjgzNzQyMTEyIEMxNS42MDIwNjAyLDQuNzQ0NzU1NjQgMTYuMDk5MzUxMSw1Ljk0OTM5NzE3IDE2LjA5OTM1MTEsNy4yMzEzMTAwMSBDMTYuMDk5MzUxMSw4LjUxMjg2MjYzIDE1LjYwMTc4MjYsOS43MTgxMzM4OSAxNC42OTgzOTMyLDEwLjYyNTAxMDEgQzE0LjQyMzE4OTYsMTAuOTAxMDEwMiAxNC40MjMxODY1LDExLjM0NzY4OTUgMTQuNjk4Mzc1OCwxMS42MjQwMTQ4IEMxNC44MzIxNjc4LDExLjc1ODAyOTIgMTUuMDExODg4NSwxMS44MzIzMjgxIDE1LjE5OTkxODcsMTEuODMyMzI4MSBDMTUuMzg4MjA3OCwxMS44MzIzMjgxIDE1LjU2ODI1NjEsMTEuNzU3ODQ4MyAxNS43MDEzNzE0LDExLjYyMzg1MzQgQzE2Ljg3MDYxMjEsMTAuNDQ5Nzg2MyAxNy41MTQ5NDc4LDguODg5MTEwMjEgMTcuNTE0OTQ3OCw3LjIzMTMxMDAxIEwxNy41MTQ5NDc4LDcuMjMxMzEwMDEgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-volume-off-icon {
+ background: no-repeat center url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDExIDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+dm9sdW1lPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZpZGVvLVBsYXllci1Ta2luIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkxLjAwMDAwMCwgLTU1OC4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9IlZpZGVvLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0OC4wMDAwMDAsIDI1OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJ2b2x1bWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLjAwMDAwMCwgMzAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04LjU5NTMxNDk0LDAuMTczMTY1OTI1IEw0Ljc0NDA4MjIxLDQuMzc0MDYyMTQgTDEuMDUzNzU2MTIsNC4zNzQwNjIxNCBDMC4yNjA4NDc2Nyw0LjM3NDA2MjE0IDAsNC44NDEzMzg1MyAwLDUuMjg2MzcwNjcgTDAsOC44ODU5MzU4MiBDMCw5LjMzMDk2Nzk1IDAuMjYwODQ3NjcsOS44OTIxNTYzIDEuMDUzNzU2MTIsOS44OTIxNTYzIEw0Ljc2MjE2NTI0LDkuODkyMTU2MyBMOC42MTI0OTM4MywxNC4xNTg5MjU5IEM4Ljc4MDIxMzksMTQuMjUzNTAwOCA4Ljk2NzM3MzIzLDE0LjMwNTQyODYgOS4xNTQ3NTg2LDE0LjMwNTQyODYgQzkuMzQxOTE3OTMsMTQuMzA1NDI4NiA5LjQ5NTYyMzY3LDE0LjI2MDEyOTggOS42NjMxMTc3MiwxNC4xNjUzMzQgQzkuOTk4NzgzODksMTMuOTc1OTYzMyAxMC4xNzE3MDI5LDEzLjYyODM3ODcgMTAuMTcxNzAyOSwxMy4yNDkxOTU0IEwxMC4xNzE3MDI5LDEuMDM1Mzg4MDggQzEwLjE3MTcwMjksMC42NTY0MjU3NDYgOS45OTg3ODM4OSwwLjMwNjQxMDM5MyA5LjY2MzExNzcyLDAuMTE3MDM5NzI2IEM5LjMyNzQ1MTUyLC0wLjA3MjMzMDk1OTggOC45MzEyMDcxOCwtMC4wMTYyMDQ3NjA1IDguNTk1MzE0OTQsMC4xNzMxNjU5MjUgTDguNTk1MzE0OTQsMC4xNzMxNjU5MjUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-volume-off-icon:hover {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDExIDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+dm9sdW1lPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZpZGVvLVBsYXllci1Ta2luIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkxLjAwMDAwMCwgLTU1OC4wMDAwMDApIiBmaWxsPSIjMmNkM2Y4Ij4KICAgICAgICAgICAgPGcgaWQ9IlZpZGVvLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0OC4wMDAwMDAsIDI1OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJ2b2x1bWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzLjAwMDAwMCwgMzAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04LjU5NTMxNDk0LDAuMTczMTY1OTI1IEw0Ljc0NDA4MjIxLDQuMzc0MDYyMTQgTDEuMDUzNzU2MTIsNC4zNzQwNjIxNCBDMC4yNjA4NDc2Nyw0LjM3NDA2MjE0IDAsNC44NDEzMzg1MyAwLDUuMjg2MzcwNjcgTDAsOC44ODU5MzU4MiBDMCw5LjMzMDk2Nzk1IDAuMjYwODQ3NjcsOS44OTIxNTYzIDEuMDUzNzU2MTIsOS44OTIxNTYzIEw0Ljc2MjE2NTI0LDkuODkyMTU2MyBMOC42MTI0OTM4MywxNC4xNTg5MjU5IEM4Ljc4MDIxMzksMTQuMjUzNTAwOCA4Ljk2NzM3MzIzLDE0LjMwNTQyODYgOS4xNTQ3NTg2LDE0LjMwNTQyODYgQzkuMzQxOTE3OTMsMTQuMzA1NDI4NiA5LjQ5NTYyMzY3LDE0LjI2MDEyOTggOS42NjMxMTc3MiwxNC4xNjUzMzQgQzkuOTk4NzgzODksMTMuOTc1OTYzMyAxMC4xNzE3MDI5LDEzLjYyODM3ODcgMTAuMTcxNzAyOSwxMy4yNDkxOTU0IEwxMC4xNzE3MDI5LDEuMDM1Mzg4MDggQzEwLjE3MTcwMjksMC42NTY0MjU3NDYgOS45OTg3ODM4OSwwLjMwNjQxMDM5MyA5LjY2MzExNzcyLDAuMTE3MDM5NzI2IEM5LjMyNzQ1MTUyLC0wLjA3MjMzMDk1OTggOC45MzEyMDcxOCwtMC4wMTYyMDQ3NjA1IDguNTk1MzE0OTQsMC4xNzMxNjU5MjUgTDguNTk1MzE0OTQsMC4xNzMxNjU5MjUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-gear-icon {
+ background: no-repeat center url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE1IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVmlkZW8tUGxheWVyLVNraW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NjkuMDAwMDAwLCAtNjEwLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iVmlkZW8tQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQ4LjAwMDAwMCwgMjU4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTYyOS42OTI0OTIsMzUyLjE1ODExNyBDNjI5Ljc1NDgwNCwzNTIuNjQwNDc0IDYyOS44MzI2OTQsMzUzLjEwNzI3MiA2MjkuODk1MDA1LDM1My41NzQwNjkgQzYyOS44OTUwMDUsMzUzLjYyMDc0OSA2MjkuODk1MDA1LDM1My42NTE4NjkgNjI5LjkxMDU4MywzNTMuNjk4NTQ5IEM2MjkuOTU3MzE3LDM1My44NTQxNDggNjMwLjczNjIxNCwzNTQuMTE4NjY3IDYzMC44NzY0MTYsMzU0LjAwOTc0NyBDNjMxLjIxOTEzLDM1My43NjA3ODggNjMxLjU2MTg0NSwzNTMuNTExODMgNjMxLjg4ODk4MiwzNTMuMjQ3MzExIEM2MzIuMDEzNjA2LDM1My4xMzgzOTIgNjMyLjEwNzA3MywzNTMuMTY5NTExIDYzMi4yMTYxMTksMzUzLjI0NzMxMSBDNjMyLjk2Mzg2LDM1My43NjA3ODggNjMzLjU4Njk3OCwzNTQuMzk4NzQ1IDYzNC4xMDEwNSwzNTUuMTQ1NjIxIEM2MzQuMTc4OTQsMzU1LjI1NDU0MSA2MzQuMTc4OTQsMzU1LjMzMjM0IDYzNC4xMDEwNSwzNTUuNDQxMjYgQzYzMy44MzYyMjUsMzU1Ljc2ODAxOCA2MzMuNTg2OTc4LDM1Ni4xMjU4OTYgNjMzLjMzNzczMSwzNTYuNDUyNjU1IEM2MzMuMjU5ODQxLDM1Ni41NjE1NzQgNjMzLjIyODY4NSwzNTYuNjU0OTM0IDYzMy4zMDY1NzUsMzU2Ljc3OTQxMyBDNjMzLjM1MzMwOSwzNTYuODU3MjEzIDYzMy40MDAwNDIsMzU2LjkzNTAxMiA2MzMuNDE1NjIsMzU3LjAxMjgxMiBDNjMzLjQ3NzkzMiwzNTcuMzcwNjkgNjMzLjY5NjAyMywzNTcuNDc5NjEgNjM0LjAyMzE2LDM1Ny40OTUxNjkgQzYzNC4zNTAyOTcsMzU3LjUxMDcyOSA2MzQuNjc3NDM0LDM1Ny41ODg1MjkgNjM0Ljk4ODk5MywzNTcuNjE5NjQ5IEM2MzUuMTI5MTk0LDM1Ny42MzUyMDkgNjM1LjE3NTkyOCwzNTcuNjgxODg4IDYzNS4yMDcwODQsMzU3LjgwNjM2OCBDNjM1LjMzMTcwNywzNTguNDU5ODg1IDYzNS4zNjI4NjMsMzU5LjEyODk2MSA2MzUuMzAwNTUxLDM1OS43ODI0NzggQzYzNS4yODQ5NzMsMzYwLjAzMTQzNiA2MzUuMjM4MjQsMzYwLjI5NTk1NSA2MzUuMTkxNTA2LDM2MC41NDQ5MTQgQzYzNS4xNzU5MjgsMzYwLjYwNzE1NCA2MzUuMDk4MDM4LDM2MC42ODQ5NTMgNjM1LjAzNTcyNiwzNjAuNzAwNTEzIEM2MzQuNjE1MTIyLDM2MC43NzgzMTMgNjM0LjE3ODk0LDM2MC44NDA1NTIgNjMzLjc1ODMzNSwzNjAuODg3MjMyIEM2MzMuNjE4MTM0LDM2MC45MDI3OTIgNjMzLjU0MDI0NCwzNjAuOTQ5NDcyIDYzMy41MDkwODgsMzYxLjA4OTUxMSBDNjMzLjQ5MzUxLDM2MS4xNjczMTEgNjMzLjQ2MjM1NCwzNjEuMjYwNjcgNjMzLjQxNTYyLDM2MS4zMzg0NyBDNjMzLjE5NzUyOSwzNjEuNjM0MTA4IDYzMy4yOTA5OTcsMzYxLjg4MzA2NyA2MzMuNTI0NjY2LDM2Mi4xMzIwMjYgQzYzMy43NDI3NTcsMzYyLjM4MDk4NSA2MzMuOTI5NjkyLDM2Mi42NDU1MDMgNjM0LjExNjYyOCwzNjIuOTEwMDIyIEM2MzQuMTYzMzYyLDM2Mi45NzIyNjEgNjM0LjE2MzM2MiwzNjMuMTEyMzAxIDYzNC4xMzIyMDYsMzYzLjE3NDU0IEM2MzMuNjE4MTM0LDM2My45MzY5NzcgNjMyLjk3OTQzOCwzNjQuNTc0OTMzIDYzMi4yMTYxMTksMzY1LjEwMzk3MSBDNjMyLjEwNzA3MywzNjUuMTgxNzcgNjMyLjAyOTE4MywzNjUuMTY2MjEgNjMxLjkyMDEzOCwzNjUuMDg4NDExIEM2MzEuNTkzMDAxLDM2NC44MjM4OTIgNjMxLjIzNDcwOCwzNjQuNTc0OTMzIDYzMC45MDc1NzIsMzY0LjMyNTk3NSBDNjMwLjgxNDEwNCwzNjQuMjQ4MTc1IDYzMC43MjA2MzYsMzY0LjIxNzA1NSA2MzAuNjExNTkxLDM2NC4yOTQ4NTUgQzYzMC41MzM3MDEsMzY0LjM0MTUzNSA2MzAuNDQwMjMzLDM2NC4zODgyMTQgNjMwLjM0Njc2NiwzNjQuNDAzNzc0IEM2MjkuOTg4NDczLDM2NC40NjYwMTQgNjI5Ljg5NTAwNSwzNjQuNjk5NDEzIDYyOS44Nzk0MjcsMzY1LjAyNjE3MSBDNjI5Ljg2Mzg0OSwzNjUuMzUyOTI5IDYyOS44MDE1MzgsMzY1LjY5NTI0OCA2MjkuNzM5MjI2LDM2Ni4wMjIwMDYgQzYyOS43MjM2NDgsMzY2LjA4NDI0NiA2MjkuNjQ1NzU4LDM2Ni4xNzc2MDUgNjI5LjU2Nzg2OSwzNjYuMTkzMTY1IEM2MjguNjQ4NzcsMzY2LjM3OTg4NCA2MjcuNzQ1MjQ5LDM2Ni4zNzk4ODQgNjI2LjgyNjE1MSwzNjYuMjA4NzI1IEM2MjYuNzAxNTI3LDM2Ni4xOTMxNjUgNjI2LjY1NDc5MywzNjYuMTMwOTI1IDYyNi42MzkyMTUsMzY2LjAwNjQ0NiBDNjI2LjU5MjQ4MSwzNjUuNTg2MzI4IDYyNi41MTQ1OTIsMzY1LjE2NjIxIDYyNi40Njc4NTgsMzY0Ljc0NjA5MiBDNjI2LjQ1MjI4LDM2NC42MDYwNTMgNjI2LjQwNTU0NiwzNjQuNTI4MjU0IDYyNi4yNjUzNDUsMzY0LjQ5NzEzNCBDNjI2LjIwMzAzMywzNjQuNDgxNTc0IDYyNi4xMjUxNDMsMzY0LjQ1MDQ1NCA2MjYuMDYyODMxLDM2NC40MTkzMzQgQzYyNS43NTEyNzMsMzY0LjIwMTQ5NSA2MjUuNDg2NDQ4LDM2NC4yNjM3MzUgNjI1LjIwNjA0NSwzNjQuNTI4MjU0IEM2MjQuOTg3OTUzLDM2NC43NDYwOTIgNjI0LjcwNzU1LDM2NC45MDE2OTIgNjI0LjQ1ODMwMywzNjUuMTAzOTcxIEM2MjQuMzQ5MjU4LDM2NS4xOTczMyA2MjQuMjcxMzY4LDM2NS4xOTczMyA2MjQuMTYyMzIyLDM2NS4xMTk1MzEgQzYyMy4zOTkwMDMsMzY0LjU5MDQ5MyA2MjIuNzYwMzA4LDM2My45NTI1MzYgNjIyLjIzMDY1NywzNjMuMTkwMSBDNjIyLjE1Mjc2OCwzNjMuMDgxMTgxIDYyMi4xNjgzNDYsMzYzLjAwMzM4MSA2MjIuMjQ2MjM1LDM2Mi44OTQ0NjIgQzYyMi41MTEwNiwzNjIuNTY3NzA0IDYyMi43NjAzMDgsMzYyLjIwOTgyNSA2MjMuMDA5NTU1LDM2MS44ODMwNjcgQzYyMy4wODc0NDQsMzYxLjc4OTcwOCA2MjMuMTE4NiwzNjEuNjk2MzQ4IDYyMy4wNDA3MSwzNjEuNTg3NDI5IEM2MjIuOTkzOTc3LDM2MS41MjUxODkgNjIyLjk0NzI0MywzNjEuNDQ3Mzg5IDYyMi45NDcyNDMsMzYxLjM2OTU5IEM2MjIuODg0OTMxLDM2MC45NDk0NzIgNjIyLjYwNDUyOCwzNjAuODcxNjcyIDYyMi4yMzA2NTcsMzYwLjg0MDU1MiBDNjIxLjkxOTA5OSwzNjAuODI0OTkyIDYyMS42MDc1NCwzNjAuNzYyNzUzIDYyMS4zMTE1NTksMzYwLjcwMDUxMyBDNjIxLjI0OTI0NywzNjAuNjg0OTUzIDYyMS4xNTU3NzksMzYwLjU5MTU5NCA2MjEuMTQwMjAxLDM2MC41MjkzNTQgQzYyMC45NTMyNjYsMzU5LjYxMTMxOSA2MjAuOTUzMjY2LDM1OC43MDg4NDMgNjIxLjE0MDIwMSwzNTcuNzkwODA4IEM2MjEuMTU1Nzc5LDM1Ny43Mjg1NjggNjIxLjI0OTI0NywzNTcuNjM1MjA5IDYyMS4zMTE1NTksMzU3LjYzNTIwOSBDNjIxLjc0Nzc0MSwzNTcuNTU3NDA5IDYyMi4xODM5MjQsMzU3LjUxMDcyOSA2MjIuNjIwMTA2LDM1Ny40MzI5MyBDNjIyLjY5Nzk5NiwzNTcuNDE3MzcgNjIyLjc2MDMwOCwzNTcuMzM5NTcgNjIyLjgyMjYxOSwzNTcuMjc3MzMxIEM2MjIuODM4MTk3LDM1Ny4yNjE3NzEgNjIyLjgzODE5NywzNTcuMjE1MDkxIDYyMi44NTM3NzUsMzU3LjE4Mzk3MSBDNjIzLjE2NTMzNCwzNTYuNzQ4MjkzIDYyMy4wNDA3MSwzNTYuMzc0ODU1IDYyMi42OTc5OTYsMzU2LjAxNjk3NyBDNjIyLjUyNjYzOCwzNTUuODMwMjU4IDYyMi4zNzA4NTksMzU1LjYxMjQxOSA2MjIuMjMwNjU3LDM1NS40MTAxNCBDNjIyLjE4MzkyNCwzNTUuMzQ3OSA2MjIuMTgzOTI0LDM1NS4yMjM0MjEgNjIyLjIxNTA4LDM1NS4xNjExODEgQzYyMi43MjkxNTIsMzU0LjM4MzE4NSA2MjMuMzgzNDI1LDM1My43NDUyMjkgNjI0LjE0Njc0NCwzNTMuMjE2MTkxIEM2MjQuMjU1NzksMzUzLjEzODM5MiA2MjQuMzE4MTAyLDM1My4xNTM5NTIgNjI0LjQxMTU2OSwzNTMuMjMxNzUxIEM2MjQuNzM4NzA2LDM1My40OTYyNyA2MjUuMDk2OTk5LDM1My43NDUyMjkgNjI1LjQyNDEzNiwzNTMuOTk0MTg3IEM2MjUuNTMzMTgxLDM1NC4wNzE5ODcgNjI1LjYyNjY0OSwzNTQuMTAzMTA3IDYyNS43MzU2OTUsMzU0LjAyNTMwNyBDNjI1LjgxMzU4NCwzNTMuOTc4NjI3IDYyNS45MDcwNTIsMzUzLjkzMTk0OCA2MjYuMDAwNTIsMzUzLjkxNjM4OCBDNjI2LjM1ODgxMiwzNTMuODU0MTQ4IDYyNi40MzY3MDIsMzUzLjYyMDc0OSA2MjYuNDUyMjgsMzUzLjMwOTU1MSBDNjI2LjQ2Nzg1OCwzNTIuOTgyNzkyIDYyNi41NDU3NDgsMzUyLjY1NjAzNCA2MjYuNTc2OTAzLDM1Mi4zMjkyNzYgQzYyNi41OTI0ODEsMzUyLjE3MzY3NyA2MjYuNjU0NzkzLDM1Mi4xMjY5OTcgNjI2Ljc5NDk5NSwzNTIuMTExNDM3IEM2MjcuNzc2NDA1LDM1MS45NTU4MzggNjI4LjcyNjY2LDM1MS45NTU4MzggNjI5LjY5MjQ5MiwzNTIuMTU4MTE3IEw2MjkuNjkyNDkyLDM1Mi4xNTgxMTcgWiBNNjI1LjUxNzYwMywzNTkuMDk3ODQxIEM2MjUuNTAyMDI1LDM2MC41NDQ5MTQgNjI2LjY4NTk0OSwzNjEuNzExOTA4IDYyOC4xMzQ2OTgsMzYxLjcyNzQ2OCBDNjI5LjU2Nzg2OSwzNjEuNzI3NDY4IDYzMC43NjczNywzNjAuNTQ0OTE0IDYzMC43NjczNywzNTkuMTEzNDAxIEM2MzAuNzY3MzcsMzU3LjY4MTg4OCA2MjkuNTgzNDQ2LDM1Ni41MTQ4OTQgNjI4LjE1MDI3NiwzNTYuNDk5MzM1IEM2MjYuNzAxNTI3LDM1Ni40ODM3NzUgNjI1LjUxNzYwMywzNTcuNjUwNzY5IDYyNS41MTc2MDMsMzU5LjA5Nzg0MSBMNjI1LjUxNzYwMywzNTkuMDk3ODQxIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-gear-icon:hover {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE1IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVmlkZW8tUGxheWVyLVNraW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NjkuMDAwMDAwLCAtNjEwLjAwMDAwMCkiIGZpbGw9IiMyY2QzZjgiPgogICAgICAgICAgICA8ZyBpZD0iVmlkZW8tQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQ4LjAwMDAwMCwgMjU4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTYyOS42OTI0OTIsMzUyLjE1ODExNyBDNjI5Ljc1NDgwNCwzNTIuNjQwNDc0IDYyOS44MzI2OTQsMzUzLjEwNzI3MiA2MjkuODk1MDA1LDM1My41NzQwNjkgQzYyOS44OTUwMDUsMzUzLjYyMDc0OSA2MjkuODk1MDA1LDM1My42NTE4NjkgNjI5LjkxMDU4MywzNTMuNjk4NTQ5IEM2MjkuOTU3MzE3LDM1My44NTQxNDggNjMwLjczNjIxNCwzNTQuMTE4NjY3IDYzMC44NzY0MTYsMzU0LjAwOTc0NyBDNjMxLjIxOTEzLDM1My43NjA3ODggNjMxLjU2MTg0NSwzNTMuNTExODMgNjMxLjg4ODk4MiwzNTMuMjQ3MzExIEM2MzIuMDEzNjA2LDM1My4xMzgzOTIgNjMyLjEwNzA3MywzNTMuMTY5NTExIDYzMi4yMTYxMTksMzUzLjI0NzMxMSBDNjMyLjk2Mzg2LDM1My43NjA3ODggNjMzLjU4Njk3OCwzNTQuMzk4NzQ1IDYzNC4xMDEwNSwzNTUuMTQ1NjIxIEM2MzQuMTc4OTQsMzU1LjI1NDU0MSA2MzQuMTc4OTQsMzU1LjMzMjM0IDYzNC4xMDEwNSwzNTUuNDQxMjYgQzYzMy44MzYyMjUsMzU1Ljc2ODAxOCA2MzMuNTg2OTc4LDM1Ni4xMjU4OTYgNjMzLjMzNzczMSwzNTYuNDUyNjU1IEM2MzMuMjU5ODQxLDM1Ni41NjE1NzQgNjMzLjIyODY4NSwzNTYuNjU0OTM0IDYzMy4zMDY1NzUsMzU2Ljc3OTQxMyBDNjMzLjM1MzMwOSwzNTYuODU3MjEzIDYzMy40MDAwNDIsMzU2LjkzNTAxMiA2MzMuNDE1NjIsMzU3LjAxMjgxMiBDNjMzLjQ3NzkzMiwzNTcuMzcwNjkgNjMzLjY5NjAyMywzNTcuNDc5NjEgNjM0LjAyMzE2LDM1Ny40OTUxNjkgQzYzNC4zNTAyOTcsMzU3LjUxMDcyOSA2MzQuNjc3NDM0LDM1Ny41ODg1MjkgNjM0Ljk4ODk5MywzNTcuNjE5NjQ5IEM2MzUuMTI5MTk0LDM1Ny42MzUyMDkgNjM1LjE3NTkyOCwzNTcuNjgxODg4IDYzNS4yMDcwODQsMzU3LjgwNjM2OCBDNjM1LjMzMTcwNywzNTguNDU5ODg1IDYzNS4zNjI4NjMsMzU5LjEyODk2MSA2MzUuMzAwNTUxLDM1OS43ODI0NzggQzYzNS4yODQ5NzMsMzYwLjAzMTQzNiA2MzUuMjM4MjQsMzYwLjI5NTk1NSA2MzUuMTkxNTA2LDM2MC41NDQ5MTQgQzYzNS4xNzU5MjgsMzYwLjYwNzE1NCA2MzUuMDk4MDM4LDM2MC42ODQ5NTMgNjM1LjAzNTcyNiwzNjAuNzAwNTEzIEM2MzQuNjE1MTIyLDM2MC43NzgzMTMgNjM0LjE3ODk0LDM2MC44NDA1NTIgNjMzLjc1ODMzNSwzNjAuODg3MjMyIEM2MzMuNjE4MTM0LDM2MC45MDI3OTIgNjMzLjU0MDI0NCwzNjAuOTQ5NDcyIDYzMy41MDkwODgsMzYxLjA4OTUxMSBDNjMzLjQ5MzUxLDM2MS4xNjczMTEgNjMzLjQ2MjM1NCwzNjEuMjYwNjcgNjMzLjQxNTYyLDM2MS4zMzg0NyBDNjMzLjE5NzUyOSwzNjEuNjM0MTA4IDYzMy4yOTA5OTcsMzYxLjg4MzA2NyA2MzMuNTI0NjY2LDM2Mi4xMzIwMjYgQzYzMy43NDI3NTcsMzYyLjM4MDk4NSA2MzMuOTI5NjkyLDM2Mi42NDU1MDMgNjM0LjExNjYyOCwzNjIuOTEwMDIyIEM2MzQuMTYzMzYyLDM2Mi45NzIyNjEgNjM0LjE2MzM2MiwzNjMuMTEyMzAxIDYzNC4xMzIyMDYsMzYzLjE3NDU0IEM2MzMuNjE4MTM0LDM2My45MzY5NzcgNjMyLjk3OTQzOCwzNjQuNTc0OTMzIDYzMi4yMTYxMTksMzY1LjEwMzk3MSBDNjMyLjEwNzA3MywzNjUuMTgxNzcgNjMyLjAyOTE4MywzNjUuMTY2MjEgNjMxLjkyMDEzOCwzNjUuMDg4NDExIEM2MzEuNTkzMDAxLDM2NC44MjM4OTIgNjMxLjIzNDcwOCwzNjQuNTc0OTMzIDYzMC45MDc1NzIsMzY0LjMyNTk3NSBDNjMwLjgxNDEwNCwzNjQuMjQ4MTc1IDYzMC43MjA2MzYsMzY0LjIxNzA1NSA2MzAuNjExNTkxLDM2NC4yOTQ4NTUgQzYzMC41MzM3MDEsMzY0LjM0MTUzNSA2MzAuNDQwMjMzLDM2NC4zODgyMTQgNjMwLjM0Njc2NiwzNjQuNDAzNzc0IEM2MjkuOTg4NDczLDM2NC40NjYwMTQgNjI5Ljg5NTAwNSwzNjQuNjk5NDEzIDYyOS44Nzk0MjcsMzY1LjAyNjE3MSBDNjI5Ljg2Mzg0OSwzNjUuMzUyOTI5IDYyOS44MDE1MzgsMzY1LjY5NTI0OCA2MjkuNzM5MjI2LDM2Ni4wMjIwMDYgQzYyOS43MjM2NDgsMzY2LjA4NDI0NiA2MjkuNjQ1NzU4LDM2Ni4xNzc2MDUgNjI5LjU2Nzg2OSwzNjYuMTkzMTY1IEM2MjguNjQ4NzcsMzY2LjM3OTg4NCA2MjcuNzQ1MjQ5LDM2Ni4zNzk4ODQgNjI2LjgyNjE1MSwzNjYuMjA4NzI1IEM2MjYuNzAxNTI3LDM2Ni4xOTMxNjUgNjI2LjY1NDc5MywzNjYuMTMwOTI1IDYyNi42MzkyMTUsMzY2LjAwNjQ0NiBDNjI2LjU5MjQ4MSwzNjUuNTg2MzI4IDYyNi41MTQ1OTIsMzY1LjE2NjIxIDYyNi40Njc4NTgsMzY0Ljc0NjA5MiBDNjI2LjQ1MjI4LDM2NC42MDYwNTMgNjI2LjQwNTU0NiwzNjQuNTI4MjU0IDYyNi4yNjUzNDUsMzY0LjQ5NzEzNCBDNjI2LjIwMzAzMywzNjQuNDgxNTc0IDYyNi4xMjUxNDMsMzY0LjQ1MDQ1NCA2MjYuMDYyODMxLDM2NC40MTkzMzQgQzYyNS43NTEyNzMsMzY0LjIwMTQ5NSA2MjUuNDg2NDQ4LDM2NC4yNjM3MzUgNjI1LjIwNjA0NSwzNjQuNTI4MjU0IEM2MjQuOTg3OTUzLDM2NC43NDYwOTIgNjI0LjcwNzU1LDM2NC45MDE2OTIgNjI0LjQ1ODMwMywzNjUuMTAzOTcxIEM2MjQuMzQ5MjU4LDM2NS4xOTczMyA2MjQuMjcxMzY4LDM2NS4xOTczMyA2MjQuMTYyMzIyLDM2NS4xMTk1MzEgQzYyMy4zOTkwMDMsMzY0LjU5MDQ5MyA2MjIuNzYwMzA4LDM2My45NTI1MzYgNjIyLjIzMDY1NywzNjMuMTkwMSBDNjIyLjE1Mjc2OCwzNjMuMDgxMTgxIDYyMi4xNjgzNDYsMzYzLjAwMzM4MSA2MjIuMjQ2MjM1LDM2Mi44OTQ0NjIgQzYyMi41MTEwNiwzNjIuNTY3NzA0IDYyMi43NjAzMDgsMzYyLjIwOTgyNSA2MjMuMDA5NTU1LDM2MS44ODMwNjcgQzYyMy4wODc0NDQsMzYxLjc4OTcwOCA2MjMuMTE4NiwzNjEuNjk2MzQ4IDYyMy4wNDA3MSwzNjEuNTg3NDI5IEM2MjIuOTkzOTc3LDM2MS41MjUxODkgNjIyLjk0NzI0MywzNjEuNDQ3Mzg5IDYyMi45NDcyNDMsMzYxLjM2OTU5IEM2MjIuODg0OTMxLDM2MC45NDk0NzIgNjIyLjYwNDUyOCwzNjAuODcxNjcyIDYyMi4yMzA2NTcsMzYwLjg0MDU1MiBDNjIxLjkxOTA5OSwzNjAuODI0OTkyIDYyMS42MDc1NCwzNjAuNzYyNzUzIDYyMS4zMTE1NTksMzYwLjcwMDUxMyBDNjIxLjI0OTI0NywzNjAuNjg0OTUzIDYyMS4xNTU3NzksMzYwLjU5MTU5NCA2MjEuMTQwMjAxLDM2MC41MjkzNTQgQzYyMC45NTMyNjYsMzU5LjYxMTMxOSA2MjAuOTUzMjY2LDM1OC43MDg4NDMgNjIxLjE0MDIwMSwzNTcuNzkwODA4IEM2MjEuMTU1Nzc5LDM1Ny43Mjg1NjggNjIxLjI0OTI0NywzNTcuNjM1MjA5IDYyMS4zMTE1NTksMzU3LjYzNTIwOSBDNjIxLjc0Nzc0MSwzNTcuNTU3NDA5IDYyMi4xODM5MjQsMzU3LjUxMDcyOSA2MjIuNjIwMTA2LDM1Ny40MzI5MyBDNjIyLjY5Nzk5NiwzNTcuNDE3MzcgNjIyLjc2MDMwOCwzNTcuMzM5NTcgNjIyLjgyMjYxOSwzNTcuMjc3MzMxIEM2MjIuODM4MTk3LDM1Ny4yNjE3NzEgNjIyLjgzODE5NywzNTcuMjE1MDkxIDYyMi44NTM3NzUsMzU3LjE4Mzk3MSBDNjIzLjE2NTMzNCwzNTYuNzQ4MjkzIDYyMy4wNDA3MSwzNTYuMzc0ODU1IDYyMi42OTc5OTYsMzU2LjAxNjk3NyBDNjIyLjUyNjYzOCwzNTUuODMwMjU4IDYyMi4zNzA4NTksMzU1LjYxMjQxOSA2MjIuMjMwNjU3LDM1NS40MTAxNCBDNjIyLjE4MzkyNCwzNTUuMzQ3OSA2MjIuMTgzOTI0LDM1NS4yMjM0MjEgNjIyLjIxNTA4LDM1NS4xNjExODEgQzYyMi43MjkxNTIsMzU0LjM4MzE4NSA2MjMuMzgzNDI1LDM1My43NDUyMjkgNjI0LjE0Njc0NCwzNTMuMjE2MTkxIEM2MjQuMjU1NzksMzUzLjEzODM5MiA2MjQuMzE4MTAyLDM1My4xNTM5NTIgNjI0LjQxMTU2OSwzNTMuMjMxNzUxIEM2MjQuNzM4NzA2LDM1My40OTYyNyA2MjUuMDk2OTk5LDM1My43NDUyMjkgNjI1LjQyNDEzNiwzNTMuOTk0MTg3IEM2MjUuNTMzMTgxLDM1NC4wNzE5ODcgNjI1LjYyNjY0OSwzNTQuMTAzMTA3IDYyNS43MzU2OTUsMzU0LjAyNTMwNyBDNjI1LjgxMzU4NCwzNTMuOTc4NjI3IDYyNS45MDcwNTIsMzUzLjkzMTk0OCA2MjYuMDAwNTIsMzUzLjkxNjM4OCBDNjI2LjM1ODgxMiwzNTMuODU0MTQ4IDYyNi40MzY3MDIsMzUzLjYyMDc0OSA2MjYuNDUyMjgsMzUzLjMwOTU1MSBDNjI2LjQ2Nzg1OCwzNTIuOTgyNzkyIDYyNi41NDU3NDgsMzUyLjY1NjAzNCA2MjYuNTc2OTAzLDM1Mi4zMjkyNzYgQzYyNi41OTI0ODEsMzUyLjE3MzY3NyA2MjYuNjU0NzkzLDM1Mi4xMjY5OTcgNjI2Ljc5NDk5NSwzNTIuMTExNDM3IEM2MjcuNzc2NDA1LDM1MS45NTU4MzggNjI4LjcyNjY2LDM1MS45NTU4MzggNjI5LjY5MjQ5MiwzNTIuMTU4MTE3IEw2MjkuNjkyNDkyLDM1Mi4xNTgxMTcgWiBNNjI1LjUxNzYwMywzNTkuMDk3ODQxIEM2MjUuNTAyMDI1LDM2MC41NDQ5MTQgNjI2LjY4NTk0OSwzNjEuNzExOTA4IDYyOC4xMzQ2OTgsMzYxLjcyNzQ2OCBDNjI5LjU2Nzg2OSwzNjEuNzI3NDY4IDYzMC43NjczNywzNjAuNTQ0OTE0IDYzMC43NjczNywzNTkuMTEzNDAxIEM2MzAuNzY3MzcsMzU3LjY4MTg4OCA2MjkuNTgzNDQ2LDM1Ni41MTQ4OTQgNjI4LjE1MDI3NiwzNTYuNDk5MzM1IEM2MjYuNzAxNTI3LDM1Ni40ODM3NzUgNjI1LjUxNzYwMywzNTcuNjUwNzY5IDYyNS41MTc2MDMsMzU5LjA5Nzg0MSBMNjI1LjUxNzYwMywzNTkuMDk3ODQxIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-full-screen-icon {
+ background: no-repeat center url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE4IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+ZnVsbHNjcmVlbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJWaWRlby1QbGF5ZXItU2tpbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg5NS4wMDAwMDAsIC02MTAuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJWaWRlby1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDguMDAwMDAwLCAyNTguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iZnVsbHNjcmVlbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjQ3LjkyNjgyOSwgMzUyLjY3MzIzNykiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIxNi41MzY1ODU0IDUuMTg4NDc1NjggMTQuMjQ0OTQ1NCA1LjE4ODQ3NTY4IDE0LjI0NDk0NTQgMi4zMzM4NzA5NCAxMS40NDE5OTQxIDIuMzMzODcwOTQgMTEuNDQxOTk0MSAwIDE2LjUzNjU4NTQgMCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMTYuNTM2NTg1NCAxNC4xNzMxNTQ2IDExLjQ0MTk5NDEgMTQuMTczMTU0NiAxMS40NDE5OTQxIDExLjgzOTQ1MjEgMTQuMjQ0OTQ1NCAxMS44Mzk0NTIxIDE0LjI0NDk0NTQgOC45ODQ1MTA1MyAxNi41MzY1ODU0IDguOTg0NTEwNTMiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjUuMDk0NzU2NTkgMTQuMTcyOTg2MiAwIDE0LjE3Mjk4NjIgMCA4Ljk4NDUxMDUzIDIuMjkxNjQgOC45ODQ1MTA1MyAyLjI5MTY0IDExLjgzOTI4MzcgNS4wOTQ3NTY1OSAxMS44MzkyODM3Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIyLjI5MTY0IDUuMTg4NDc1NjggMCA1LjE4ODQ3NTY4IDAgMCA1LjA5NDc1NjU5IDAgNS4wOTQ3NTY1OSAyLjMzMzg3MDk0IDIuMjkxNjQgMi4zMzM4NzA5NCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+")
+ }
+
+ .oo-player-container .oo-control-bar .fandom-video-full-screen-icon:hover {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE4IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+ZnVsbHNjcmVlbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJWaWRlby1QbGF5ZXItU2tpbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg5NS4wMDAwMDAsIC02MTAuMDAwMDAwKSIgZmlsbD0iIzJjZDNmOCI+CiAgICAgICAgICAgIDxnIGlkPSJWaWRlby1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDguMDAwMDAwLCAyNTguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iZnVsbHNjcmVlbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjQ3LjkyNjgyOSwgMzUyLjY3MzIzNykiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIxNi41MzY1ODU0IDUuMTg4NDc1NjggMTQuMjQ0OTQ1NCA1LjE4ODQ3NTY4IDE0LjI0NDk0NTQgMi4zMzM4NzA5NCAxMS40NDE5OTQxIDIuMzMzODcwOTQgMTEuNDQxOTk0MSAwIDE2LjUzNjU4NTQgMCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMTYuNTM2NTg1NCAxNC4xNzMxNTQ2IDExLjQ0MTk5NDEgMTQuMTczMTU0NiAxMS40NDE5OTQxIDExLjgzOTQ1MjEgMTQuMjQ0OTQ1NCAxMS44Mzk0NTIxIDE0LjI0NDk0NTQgOC45ODQ1MTA1MyAxNi41MzY1ODU0IDguOTg0NTEwNTMiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjUuMDk0NzU2NTkgMTQuMTcyOTg2MiAwIDE0LjE3Mjk4NjIgMCA4Ljk4NDUxMDUzIDIuMjkxNjQgOC45ODQ1MTA1MyAyLjI5MTY0IDExLjgzOTI4MzcgNS4wOTQ3NTY1OSAxMS44MzkyODM3Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIyLjI5MTY0IDUuMTg4NDc1NjggMCA1LjE4ODQ3NTY4IDAgMCA1LjA5NDc1NjU5IDAgNS4wOTQ3NTY1OSAyLjMzMzg3MDk0IDIuMjkxNjQgMi4zMzM4NzA5NCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+")
+ }
+
+ .oo-player-container .age-gate {
+ background: #1a1a1a;
+ color: #fff;
+ display: none;
+ height: 100%;
+ position: absolute;
+ width: 100%;
+ z-index: 100000
+ }
+
+ .oo-player-container .age-gate .inner-element {
+ height: 165px;
+ left: 50%;
+ margin: auto;
+ position: absolute;
+ top: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ width: 415px
+ }
+
+ .oo-player-container .age-gate .inner-element.failed {
+ display: none
+ }
+
+ .oo-player-container .age-gate .inner-element.failed .verbiage {
+ margin-top: 50px
+ }
+
+ .oo-player-container .age-gate .inner-element .title {
+ font-size: 1.5rem;
+ font-weight: bold;
+ line-height: 1.5rem;
+ margin-bottom: 10px;
+ text-align: center
+ }
+
+ .oo-player-container .age-gate .inner-element .age-requirement {
+ font-weight: bold
+ }
+
+ .oo-player-container .age-gate .inner-element .verbiage {
+ font-size: 1rem;
+ line-height: 1.25rem;
+ text-align: center
+ }
+
+ .oo-player-container .age-gate .inner-element form {
+ height: 45px;
+ position: relative;
+ margin-top: 34px
+ }
+
+ .oo-player-container .age-gate .inner-element select {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ background-color: #1a1a1a;
+ border: none;
+ color: #fff;
+ cursor: pointer;
+ font-size: 1rem;
+ height: 25px;
+ width: 130px
+ }
+
+ .oo-player-container .age-gate .inner-element select:focus {
+ outline: none
+ }
+
+ .oo-player-container .age-gate .inner-element .month,
+ .oo-player-container .age-gate .inner-element .year {
+ border-bottom: 1px solid #fff;
+ display: inline-block;
+ margin-right: 22px;
+ width: 130px
+ }
+
+ .oo-player-container .age-gate .inner-element button {
+ background-color: #00b7e0;
+ border-width: 0px;
+ color: #fff;
+ display: inline-block;
+ font-size: .75rem;
+ font-weight: bold;
+ height: 45px;
+ padding: 0;
+ text-align: center;
+ text-transform: uppercase;
+ -webkit-transform: translateY(-10px);
+ transform: translateY(-10px);
+ width: 99px
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .oo-player-container .age-gate .inner-element {
+ min-width: 280px;
+ text-align: center;
+ width: 90%
+ }
+ .oo-player-container .age-gate .inner-element button {
+ display: block;
+ margin: auto;
+ -webkit-transform: translateY(16px);
+ transform: translateY(16px)
+ }
+ .oo-player-container .age-gate .inner-element form {
+ margin-left: -10px;
+ margin-top: 14px
+ }
+ .oo-player-container .age-gate .inner-element select {
+ width: 126px
+ }
+ .oo-player-container .age-gate .inner-element .title {
+ font-size: 1.125rem;
+ margin: 5px 0;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap
+ }
+ .oo-player-container .age-gate .inner-element .verbiage {
+ font-size: .75rem;
+ line-height: .9375rem
+ }
+ .oo-player-container .age-gate .inner-element .month,
+ .oo-player-container .age-gate .inner-element .year {
+ width: 126px
+ }
+ .oo-player-container .age-gate .inner-element .month {
+ margin-right: 17px
+ }
+ .oo-player-container .age-gate .inner-element .year {
+ margin-right: 0
+ }
+ }
+
+ .wikia-explanation {
+ background-color: #39424d;
+ color: #fff;
+ text-align: center;
+ padding: 33px 15px;
+ margin-bottom: 0
+ }
+
+ .wikia-explanation h2 {
+ font-weight: bolder;
+ letter-spacing: -1px
+ }
+
+ .wikia-explanation .gray-text {
+ color: #c5ced9
+ }
+
+ .wikia-explanation svg {
+ display: block;
+ margin: auto;
+ width: 40%
+ }
+
+ .wikia-explanation svg.icon-create {
+ fill: #94d11f
+ }
+
+ .wikia-explanation svg.icon-edit {
+ fill: #09d3bf
+ }
+
+ .wikia-explanation svg.icon-share {
+ fill: #00b7e0
+ }
+
+ .wikia-explanation p {
+ font-weight: bold;
+ text-transform: uppercase
+ }
+
+ .wikia-explanation p.move-up {
+ margin-top: -16px
+ }
+
+ .wikia-explanation .css-circle {
+ border: 4px solid #656e78;
+ margin: 0 auto 30px auto;
+ border-radius: 50px;
+ width: 97px;
+ height: 97px
+ }
+
+ .wikia-explanation .css-circle svg {
+ margin-top: 15px
+ }
+
+ .wikia-explanation .top-margin {
+ margin-top: 30px
+ }
+
+ .wikia-explanation a {
+ display: inline-block;
+ background: #4a90e2;
+ border: none;
+ color: #fff;
+ font-weight: bold;
+ line-height: 1.125rem;
+ padding: 18px 35px;
+ text-transform: uppercase
+ }
+
+ .wikia-explanation hr {
+ border: none;
+ height: 4px;
+ background-color: #656e78
+ }
+
+ .wikia-explanation .center-the-lis {
+ position: relative;
+ margin-top: 20px
+ }
+
+ .wikia-explanation .vertical-align {
+ position: relative;
+ top: 30px;
+ height: 20px
+ }
+
+ .wikia-explanation .remove-padding-left-right {
+ padding-left: 0;
+ padding-right: 0
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .wikia-explanation {
+ padding: 33px 15px 60px 15px
+ }
+ .wikia-explanation .css-circle {
+ border-radius: 85px;
+ width: 161px;
+ height: 161px
+ }
+ .wikia-explanation .css-circle svg {
+ margin-top: 45px
+ }
+ .wikia-explanation .explore-title {
+ font-size: 2.25rem;
+ line-height: 2.6875rem
+ }
+ .wikia-explanation .push-left {
+ display: inline-block;
+ float: left
+ }
+ .wikia-explanation .push-left p {
+ text-align: center
+ }
+ .wikia-explanation .top-bottom-space {
+ padding-top: 10px;
+ padding-bottom: 10px
+ }
+ .wikia-explanation .push-right {
+ display: inline-block;
+ float: right
+ }
+ .wikia-explanation .push-right p {
+ text-align: center
+ }
+ .wikia-explanation .remove-padding-left {
+ padding-left: 0
+ }
+ .wikia-explanation .remove-padding-right {
+ padding-right: 0
+ }
+ }
+
+ .wikia-search {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ align-items: center;
+ background-color: #f6f6f6;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ height: 70px;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ margin-bottom: 5px
+ }
+
+ .wikia-search .search-box-container {
+ height: 46px;
+ position: relative;
+ width: auto
+ }
+
+ .wikia-search .search-box-container input {
+ border-color: #39424d;
+ border-width: 1px;
+ box-sizing: border-box;
+ color: #656e78;
+ font-size: 1rem;
+ font-weight: 500;
+ height: 46px;
+ padding-left: 40px;
+ width: 300px
+ }
+
+ .wikia-search .search-box-container .icon-search {
+ fill: #656e78;
+ height: 24px;
+ margin-left: 11px;
+ position: absolute;
+ top: 50%;
+ -webkit-transform: translateY(-40%);
+ transform: translateY(-40%);
+ width: 24px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .wikia-search {
+ height: 200px;
+ margin-bottom: 30px
+ }
+ .wikia-search .search-box-container {
+ height: 75px
+ }
+ .wikia-search .search-box-container input {
+ font-size: 1.5rem;
+ height: 75px;
+ padding-left: 65px;
+ width: 600px
+ }
+ .wikia-search .search-box-container .icon-search {
+ height: 32px;
+ margin-left: 30px;
+ width: 32px
+ }
+ }
+
+ .profile-alert {
+ background-image: linear-gradient(to bottom, #39424d, #2c343d);
+ color: white;
+ visibility: hidden;
+ max-height: 0;
+ text-align: center;
+ transition: max-height 100ms ease-in-out;
+ width: 100%
+ }
+
+ .profile-alert.visible {
+ height: 270px;
+ max-height: 270px;
+ visibility: visible
+ }
+
+ .profile-alert .icon-fan-profile-avatar {
+ margin-top: 37px
+ }
+
+ .profile-alert .close-alert {
+ fill: white;
+ float: left;
+ margin-top: 24px
+ }
+
+ .profile-alert h3 {
+ margin-bottom: 0;
+ margin-top: 15px
+ }
+
+ .profile-alert p {
+ font-size: 14px;
+ margin-bottom: 16px;
+ margin-top: 11px
+ }
+
+ .profile-alert a.button-edit-profile {
+ color: white
+ }
+
+ .profile-alert a.button-edit-profile:hover {
+ color: white
+ }
+
+ .wds-global-navigation.profile-alert-visible {
+ position: absolute;
+ -webkit-transform: translateY(0%) !important;
+ transform: translateY(0%) !important
+ }
+
+ @media only screen and (max-width: 66.4375em) {
+ .profile-alert {
+ padding-left: 18px;
+ padding-right: 18px
+ }
+ .profile-alert.visible {
+ height: 290px;
+ max-height: 290px;
+ visibility: visible
+ }
+ }
+
+ .close-alert svg {
+ position: absolute
+ }
+
+ .page-about-content header {
+ background-color: #092344;
+ color: #fff;
+ height: 257px;
+ padding: 50px 20px
+ }
+
+ .page-about-content header h1 {
+ line-height: 3.75rem;
+ max-width: 780px
+ }
+
+ .page-about-content header hr {
+ border-color: #fff;
+ margin: auto
+ }
+
+ .page-about-content hr {
+ border-color: #092344;
+ border-style: solid;
+ border-width: 5px 0 0;
+ margin: 0;
+ width: 96px
+ }
+
+ .page-about-content img {
+ display: block;
+ margin: auto
+ }
+
+ .page-about-content p {
+ margin: 0
+ }
+
+ .page-about-content .grid-content,
+ .page-about-content section.post-archive .pagination,
+ section.post-archive .page-about-content .pagination {
+ padding: 0
+ }
+
+ .page-about-content section.follow-us {
+ text-align: center
+ }
+
+ .page-about-content section.follow-us a {
+ border-radius: 25px;
+ height: 50px;
+ line-height: 50px;
+ margin-left: 10px;
+ padding: 1px 0 0 5px;
+ width: 50px
+ }
+
+ .page-about-content section.follow-us a .icon {
+ fill: #fff
+ }
+
+ .page-about-content section.follow-us a:visited {
+ color: #fff
+ }
+
+ .page-about-content section.follow-us a.facebook {
+ background-color: #3b5998;
+ margin-left: 0
+ }
+
+ .page-about-content section.follow-us a.facebook .facebook-icon-default {
+ fill: #fff;
+ height: 19px;
+ -webkit-transform: translateX(-3px) translateY(3px);
+ transform: translateX(-3px) translateY(3px);
+ width: 10px
+ }
+
+ .page-about-content section.follow-us a.twitter {
+ background-color: #1da1f2
+ }
+
+ .page-about-content section.follow-us a.twitter .icon {
+ height: 18px;
+ -webkit-transform: translateX(-1px) translateY(2px);
+ transform: translateX(-1px) translateY(2px);
+ width: 22px
+ }
+
+ .page-about-content section.follow-us a.instagram {
+ background-color: #e02d69;
+ margin-top: 10px
+ }
+
+ .page-about-content section.follow-us a.instagram .icon {
+ margin-right: 4px;
+ -webkit-transform: translateY(5px);
+ transform: translateY(5px)
+ }
+
+ .page-about-content section.follow-us a.linkedin {
+ background-color: #0077b5;
+ margin-top: 10px
+ }
+
+ .page-about-content section.follow-us a.linkedin .icon {
+ height: 23px;
+ margin-right: 4px;
+ -webkit-transform: translateY(5px);
+ transform: translateY(5px);
+ width: 18px
+ }
+
+ .page-about-content section.follow-us hr {
+ border-color: #e5e5e5;
+ margin: 0 auto 15px
+ }
+
+ .page-about-content section.follow-us .follow {
+ font-weight: bold;
+ letter-spacing: 1px;
+ margin-bottom: 3px
+ }
+
+ .page-about-content section.fandom img {
+ width: 222px
+ }
+
+ .page-about-content section.global {
+ background-color: #f2f6fa
+ }
+
+ .page-about-content section.global img {
+ width: 357px
+ }
+
+ .page-about-content section.intro {
+ background-color: #f2f6fa
+ }
+
+ .page-about-content section.intro .stat {
+ font-weight: bold;
+ text-align: center
+ }
+
+ .page-about-content section.intro .stat span {
+ display: block;
+ font-size: 3rem;
+ line-height: 3rem;
+ padding-top: 5px;
+ white-space: nowrap
+ }
+
+ .page-about-content section.investors {
+ background-color: #f2f6fa
+ }
+
+ .page-about-content section.investors h2 {
+ margin: 0 auto 50px;
+ max-width: 570px
+ }
+
+ .page-about-content section.investors p {
+ margin: 50px auto 0;
+ max-width: 370px
+ }
+
+ .page-about-content section.leadership,
+ .page-about-content section.team,
+ .page-about-content section.investors {
+ text-align: center
+ }
+
+ .page-about-content section.leadership {
+ padding-top: 50px
+ }
+
+ .page-about-content section.leadership h2 {
+ margin-bottom: 50px
+ }
+
+ .page-about-content section.leadership .grid-container {
+ max-width: 767px
+ }
+
+ .page-about-content section.leadership .profile {
+ margin: 0 auto 50px
+ }
+
+ .page-about-content section.leadership .profile img {
+ width: 132px;
+ margin-bottom: 15px
+ }
+
+ .page-about-content section.team {
+ background-color: #6a6a6a;
+ color: #fff
+ }
+
+ .page-about-content section.team a {
+ color: #ccc;
+ margin: 34px auto;
+ width: 130px
+ }
+
+ .page-about-content section.team h2 {
+ margin-bottom: 50px
+ }
+
+ .page-about-content section.team h4 {
+ font-weight: normal;
+ margin: 20px 0 3px
+ }
+
+ .page-about-content section.team .icon {
+ fill: #fff;
+ margin-top: 15px
+ }
+
+ .page-about-content section.about-intl {
+ background-color: #fff;
+ border-top: 1px solid #f2f6fa;
+ padding: 20px 0
+ }
+
+ .page-about-content section.about-intl.wikia-de .inner {
+ width: 670px
+ }
+
+ .page-about-content section.about-intl.wikia-ja .inner {
+ width: 600px
+ }
+
+ .page-about-content section.about-intl.wikia-ja table:last-of-type {
+ margin-top: 37px
+ }
+
+ .page-about-content section.about-intl h4,
+ .page-about-content section.about-intl th {
+ color: #656e78;
+ font-weight: normal;
+ margin: 0;
+ padding: 0 0 15px 0
+ }
+
+ .page-about-content section.about-intl dl,
+ .page-about-content section.about-intl table {
+ margin: 0;
+ text-align: left
+ }
+
+ .page-about-content section.about-intl td {
+ padding-bottom: 10px;
+ vertical-align: top
+ }
+
+ .page-about-content section.about-intl dt,
+ .page-about-content section.about-intl td:first-child {
+ color: #656e78
+ }
+
+ .page-about-content section.about-intl td:first-child {
+ width: 85px
+ }
+
+ .page-about-content section.about-intl dd,
+ .page-about-content section.about-intl td:last-child {
+ font-weight: bold;
+ margin: 0;
+ padding-bottom: 10px
+ }
+
+ .page-about-content section.about-intl .inner {
+ margin: auto
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .page-about-content header {
+ text-align: center
+ }
+ .page-about-content header h1 {
+ margin: 0 auto 30px
+ }
+ .page-about-content section.fandom,
+ .page-about-content section.intro,
+ .page-about-content section.global {
+ padding: 60px 0
+ }
+ .page-about-content section.fandom hr,
+ .page-about-content section.intro hr,
+ .page-about-content section.global hr {
+ margin-bottom: 30px
+ }
+ .page-about-content section.fandom p,
+ .page-about-content section.intro p,
+ .page-about-content section.global p {
+ width: 435px
+ }
+ .page-about-content section.fandom .grid-block,
+ .page-about-content section.intro .grid-block,
+ .page-about-content section.global .grid-block {
+ -webkit-align-items: center;
+ -ms-flex-align: center;
+ -ms-grid-row-align: center;
+ align-items: center
+ }
+ .page-about-content section.follow-us {
+ padding: 60px 0 80px
+ }
+ .page-about-content section.follow-us .follow {
+ margin-bottom: 8px
+ }
+ .page-about-content section.follow-us a {
+ border-radius: 0;
+ height: 50px;
+ line-height: 50px;
+ padding: 0;
+ width: 120px
+ }
+ .page-about-content section.investors,
+ .page-about-content section.team {
+ padding: 60px 0
+ }
+ .page-about-content section.leadership .profile {
+ background-color: #fcfdff;
+ border: 1px solid #e5e9f4;
+ border-radius: 4px;
+ height: 238px;
+ padding: 25px 20px;
+ width: 213px
+ }
+ .page-about-content section.leadership,
+ .page-about-content section.team {
+ padding-top: 50px
+ }
+ .page-about-content section.team .grid-content:last-of-type,
+ .page-about-content section.team section.post-archive .pagination:last-of-type,
+ section.post-archive .page-about-content section.team .pagination:last-of-type {
+ border-left: 1px solid #ccc
+ }
+ .page-about-content section.intro .stats {
+ -webkit-align-items: flex-start;
+ -ms-flex-align: start;
+ -ms-grid-row-align: flex-start;
+ align-items: flex-start
+ }
+ .page-about-content section.intro .stat {
+ max-width: 310px
+ }
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .page-about-content header {
+ height: 222px
+ }
+ .page-about-content header h1 {
+ font-size: 1.5rem;
+ line-height: 1.75rem;
+ max-width: 250px
+ }
+ .page-about-content header hr {
+ margin-left: 0
+ }
+ .page-about-content section {
+ padding: 30px 20px
+ }
+ .page-about-content section hr {
+ margin: 40px auto 25px
+ }
+ .page-about-content section.fandom img {
+ width: 135px
+ }
+ .page-about-content section.global img {
+ width: 158px
+ }
+ .page-about-content section.intro img {
+ width: 87px
+ }
+ .page-about-content section.intro .stat {
+ font-size: .625rem
+ }
+ .page-about-content section.intro .stat span {
+ font-size: 1.6875rem;
+ line-height: 1.6875rem
+ }
+ .page-about-content section.investors h2 {
+ font-size: 1.6875rem;
+ line-height: 2rem
+ }
+ .page-about-content section.investors img {
+ margin-bottom: 40px
+ }
+ .page-about-content section.investors p {
+ margin-top: 0
+ }
+ .page-about-content section.leadership h2 {
+ margin-bottom: 35px
+ }
+ .page-about-content section.leadership .profile img {
+ width: 100px
+ }
+ .page-about-content section.team a {
+ font-size: .875rem;
+ line-height: 60px;
+ width: 200px
+ }
+ .page-about-content section.team h2 {
+ font-size: 1.6875rem;
+ line-height: 2rem;
+ margin-bottom: 15px
+ }
+ .page-about-content section.about-intl {
+ padding: 20px 30px
+ }
+ .page-about-content section.about-intl.wikia-de .inner,
+ .page-about-content section.about-intl.wikia-ja .inner {
+ width: auto
+ }
+ .page-about-content section.about-intl.wikia-de table:last-of-type,
+ .page-about-content section.about-intl.wikia-ja table:last-of-type {
+ margin-top: 10px
+ }
+ .page-about-content section.about-intl .grid-block {
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column
+ }
+ }
+
+ html[lang^='ja'] .page-about-content header h1 {
+ font-size: 3.125rem;
+ line-height: 3.25rem
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ html[lang^='ja'] .page-about-content header h1 {
+ font-size: 1.375rem;
+ line-height: 1.5rem
+ }
+ }
+
+ .background-feed-treatment {
+ background-image: url("http://vignette.wikia.nocookie.net/96088fce-76ef-4908-b1b4-1b56e8d4337d");
+ background-size: cover;
+ height: 363px
+ }
+
+ .background-feed-treatment .fandom-newsletter-signup {
+ background-color: transparent;
+ padding-top: 0
+ }
+
+ .background-feed-treatment .fandom-newsletter-signup .message-success {
+ padding: 140px 1rem 0 1rem
+ }
+
+ .background-feed-treatment .fandom-newsletter-signup .form-title {
+ font-size: 1.5rem;
+ padding-top: 100px
+ }
+
+ .background-feed-treatment .fandom-newsletter-signup input.email {
+ border-bottom: 2px solid #656e78;
+ height: 30px
+ }
+
+ .background-feed-treatment .fandom-newsletter-signup input.submit {
+ border-width: 2px;
+ color: #fff;
+ font-size: .875rem;
+ line-height: 1.25rem;
+ width: 200px
+ }
+
+ .background-feed-treatment .fandom-newsletter-signup .input {
+ margin-bottom: 23px
+ }
+
+ .background-feed-treatment .fandom-newsletter-signup .input label {
+ color: #fff
+ }
+
+ .trending-feed {
+ padding-top: 0
+ }
+
+ .trending-feed h2 {
+ padding-bottom: 24px;
+ padding-top: 20px;
+ text-align: center
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .trending-feed h2 {
+ padding-bottom: 44px;
+ padding-top: 50px
+ }
+ .background-feed-treatment {
+ background-image: url("http://vignette.wikia.nocookie.net/c8befc8a-0cac-4be7-981d-15656f049c95");
+ background-size: cover;
+ height: 575px
+ }
+ .background-feed-treatment .fandom-newsletter-signup .message-success {
+ font-size: 1.5rem;
+ line-height: 1.8125rem;
+ padding: 250px 1rem 0 1rem
+ }
+ .background-feed-treatment .fandom-newsletter-signup .form-title {
+ display: block;
+ font-size: 3.375rem;
+ line-height: 4.0625rem;
+ max-width: 700px;
+ margin: 0 auto;
+ padding-bottom: 65px;
+ padding-top: 200px
+ }
+ .background-feed-treatment .fandom-newsletter-signup input.submit {
+ width: 130px
+ }
+ .background-feed-treatment .fandom-newsletter-signup input.email {
+ border-bottom: 1px solid #fff
+ }
+ }
+
+ body&gt;
+ svg:nth-of-type(2) {
+ display: none
+ }
+
+ .fan-contributor-wrapper {
+ background-color: #f6f6f6;
+ color: #fff
+ }
+
+ .fan-contributor-wrapper a {
+ color: #aae3f0
+ }
+
+ .fan-contributor-wrapper button {
+ border: none;
+ font-size: .875rem;
+ font-weight: bold;
+ letter-spacing: 1px;
+ line-height: 1.25rem;
+ margin-bottom: 35px;
+ padding: 12px 54px;
+ text-transform: uppercase
+ }
+
+ .fan-contributor-wrapper .faq {
+ color: #fff
+ }
+
+ .fan-contributor-wrapper [class*='-btn'] {
+ color: #fff
+ }
+
+ .fan-contributor-wrapper .hero {
+ background-image: url("http://vignette.wikia.nocookie.net/d0e56f2a-df36-4367-af13-d523da7d2883");
+ background-position: center;
+ background-size: cover;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-flex-flow: column wrap;
+ -ms-flex-flow: column wrap;
+ flex-flow: column wrap;
+ height: 366px;
+ -webkit-justify-content: flex-end;
+ -ms-flex-pack: end;
+ justify-content: flex-end;
+ text-align: center
+ }
+
+ .fan-contributor-wrapper .hero&gt;
+ div {
+ margin-bottom: 40px;
+ width: 100%
+ }
+
+ .fan-contributor-wrapper .hero h1 {
+ margin-bottom: 25px
+ }
+
+ .fan-contributor-wrapper .hero p {
+ margin: 0 auto;
+ max-width: 500px;
+ padding-left: 25px;
+ padding-right: 25px
+ }
+
+ .fan-contributor-wrapper .hero .faq-link {
+ margin-top: 25px
+ }
+
+ .fan-contributor-wrapper .hero .contrib-invitation:after {
+ background: #fff;
+ content: '';
+ display: block;
+ height: 4px;
+ margin: 23px auto 0;
+ width: 97px
+ }
+
+ .fan-contributor-wrapper .hero button {
+ background: #94d11f;
+ color: #fff
+ }
+
+ .fan-contributor-wrapper .description {
+ background-color: #2060b5
+ }
+
+ .fan-contributor-wrapper .description h2:after {
+ background: #fff;
+ content: '';
+ display: block;
+ height: 4px;
+ margin: 23px auto 0;
+ width: 97px;
+ margin-left: 0
+ }
+
+ .fan-contributor-wrapper .description svg {
+ display: block;
+ margin: auto;
+ max-width: 230px
+ }
+
+ .fan-contributor-wrapper .description .image {
+ padding: 40px 10px 23px
+ }
+
+ .fan-contributor-wrapper .description .text {
+ padding: 0 10px 23px
+ }
+
+ .fan-contributor-wrapper .description button {
+ background: #fff;
+ color: #2060b5;
+ display: block;
+ margin: 0 auto 40px
+ }
+
+ .fan-contributor-wrapper .perks {
+ background-color: #00b7e0;
+ padding: 33px 15px;
+ text-align: center
+ }
+
+ .fan-contributor-wrapper .perks h2 {
+ margin-bottom: 35px
+ }
+
+ .fan-contributor-wrapper .perks h3 {
+ margin-bottom: 45px
+ }
+
+ .fan-contributor-wrapper .perks li {
+ margin-bottom: 35px
+ }
+
+ .fan-contributor-wrapper .perks svg {
+ display: block;
+ margin: 0 auto 12px
+ }
+
+ .fan-contributor-wrapper .perks .faq {
+ display: block
+ }
+
+ .fan-contributor-wrapper .perks a[href='#form'] button {
+ background: #fff;
+ color: #2060b5;
+ margin-bottom: 18px
+ }
+
+ .fan-contributor-wrapper .perks div.video-content {
+ text-align: left
+ }
+
+ .fan-contributor-wrapper .form {
+ color: #39424d;
+ padding: 35px 15px 10px
+ }
+
+ .fan-contributor-wrapper .form h2 {
+ text-align: left
+ }
+
+ .fan-contributor-wrapper .form h2:after {
+ background: #fff;
+ content: '';
+ display: block;
+ height: 4px;
+ margin: 23px auto 0;
+ width: 97px;
+ margin-left: 0;
+ background-color: #39424d
+ }
+
+ .fan-contributor-wrapper .share {
+ color: #39424d;
+ padding: 10px 10px 40px;
+ text-align: center
+ }
+
+ .fan-contributor-wrapper .share h3 {
+ margin-bottom: 18px
+ }
+
+ .fan-contributor-wrapper .share h3 span {
+ display: block
+ }
+
+ .fan-contributor-wrapper .share h3:before {
+ background: #fff;
+ content: '';
+ display: block;
+ height: 4px;
+ margin: 23px auto 0;
+ width: 97px;
+ background: #e6e6e6;
+ margin-bottom: 18px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .fan-contributor-wrapper button {
+ padding: 22px 54px
+ }
+ .fan-contributor-wrapper .hero {
+ background-image: url("http://vignette.wikia.nocookie.net/bb481af9-79ad-48ec-baee-8af76d7e6110");
+ height: 575px
+ }
+ .fan-contributor-wrapper .hero h1 {
+ font-size: 3.375rem;
+ line-height: 4.0625rem;
+ margin-bottom: 27px
+ }
+ .fan-contributor-wrapper .hero p {
+ font-size: 1rem;
+ line-height: 1.5rem
+ }
+ .fan-contributor-wrapper .hero p:after {
+ height: 2px;
+ margin-top: 26px
+ }
+ .fan-contributor-wrapper .description h2,
+ .fan-contributor-wrapper .description h3 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem
+ }
+ .fan-contributor-wrapper .description h2:after {
+ height: 2px;
+ margin-top: 26px
+ }
+ .fan-contributor-wrapper .description .image {
+ padding: 90px 0 50px
+ }
+ .fan-contributor-wrapper .description .text {
+ padding: 110px 60px 0 15px
+ }
+ .fan-contributor-wrapper .description svg {
+ max-width: 100%
+ }
+ .fan-contributor-wrapper .perks {
+ padding: 50px 15px 70px 15px
+ }
+ .fan-contributor-wrapper .perks h2 {
+ margin-bottom: 56px
+ }
+ .fan-contributor-wrapper .perks h3 {
+ font-size: 1.5rem;
+ line-height: 1.8125rem;
+ margin-top: 20px
+ }
+ .fan-contributor-wrapper .perks li:first-of-type {
+ margin-top: 6px
+ }
+ .fan-contributor-wrapper .perks svg {
+ margin-bottom: 25px
+ }
+ .fan-contributor-wrapper .perks a.faq,
+ .fan-contributor-wrapper .perks a[href='#form'] {
+ margin: 0 auto;
+ width: 130px
+ }
+ .fan-contributor-wrapper .share h3 span {
+ display: inline
+ }
+ .fan-contributor-wrapper .share .email-share-btn {
+ background: #656e78;
+ height: 40px;
+ width: 80px
+ }
+ .fan-contributor-wrapper .form {
+ padding: 50px 15px 10px
+ }
+ .fan-contributor-wrapper .form h2 {
+ font-size: 2.25rem;
+ line-height: 2.6875rem;
+ margin-left: 0
+ }
+ .fan-contributor-wrapper .form .form-intro {
+ margin: 0 auto;
+ max-width: 700px
+ }
+ }
+
+ .page-press header {
+ background-color: #092344;
+ color: #fff;
+ height: 257px;
+ padding: 90px 20px 0;
+ text-align: center
+ }
+
+ .page-press header hr {
+ border-color: #fff;
+ margin: auto
+ }
+
+ .page-press hr {
+ border-color: #092344;
+ border-style: solid;
+ border-width: 5px 0 0;
+ margin: 0;
+ width: 96px
+ }
+
+ .page-press section.contact {
+ background-color: #f2f6fa
+ }
+
+ .page-press section.contact a {
+ border-color: #656e78;
+ color: #656e78;
+ float: right;
+ margin: 35px 0;
+ padding: 0 20px
+ }
+
+ .page-press section.press-feed {
+ padding: 90px 0 80px
+ }
+
+ .page-press section.press-feed h4 {
+ margin-bottom: 20px;
+ text-transform: uppercase
+ }
+
+ .page-press section.press-feed li {
+ border-bottom: 1px solid #c5ced9;
+ margin-bottom: 40px;
+ padding-bottom: 35px
+ }
+
+ .page-press section.press-feed li a {
+ color: #2060b5;
+ font-weight: bold
+ }
+
+ .page-press section.press-feed li h3 {
+ margin-top: 5px;
+ max-width: 500px
+ }
+
+ .page-press section.press-feed li .attribution {
+ color: #c5ced9
+ }
+
+ .page-press .grid-container {
+ margin: 0 auto;
+ padding: 0 20px
+ }
+
+ .page-press #twitter-widget-0 {
+ max-width: 310px !important
+ }
+
+ @media only screen and (max-width: 52.4375em) {
+ .page-press header {
+ height: 166px;
+ padding-top: 50px
+ }
+ .page-press section.contact a {
+ float: none;
+ margin: 30px auto
+ }
+ .page-press section.press-feed {
+ padding: 30px 0 40px
+ }
+ .page-press section.press-feed li {
+ margin-bottom: 30px;
+ padding-bottom: 30px
+ }
+ .page-press .grid-container {
+ padding: 0
+ }
+ .page-press #twitter-widget-0 {
+ max-width: 300px !important
+ }
+ }
+
+ .wikia-contacts h1,
+ .wikia-contacts h2,
+ .wikia-contacts h3,
+ .wikia-contacts h4,
+ .wikia-contacts h5,
+ .wikia-contacts h6 {
+ color: #39424d
+ }
+
+ .wikia-contacts p {
+ color: #b1b1b1;
+ font-size: .875rem;
+ line-height: 20px;
+ margin: 0
+ }
+
+ .wikia-contacts h2 {
+ font-size: 2.25rem
+ }
+
+ .wikia-contacts h3 {
+ font-size: 1.5rem
+ }
+
+ .wikia-contacts h6 {
+ line-height: 30px
+ }
+
+ .wikia-contacts.grid-block {
+ margin-bottom: 0;
+ margin-left: 0;
+ margin-right: 0
+ }
+
+ .wikia-contacts .grid-content,
+ .wikia-contacts section.post-archive .pagination,
+ section.post-archive .wikia-contacts .pagination {
+ margin-bottom: 20px;
+ padding-left: 0;
+ padding-right: 0;
+ overflow-y: visible
+ }
+
+ .wikia-contacts .grid-content .grid-block,
+ .wikia-contacts section.post-archive .pagination .grid-block,
+ section.post-archive .wikia-contacts .pagination .grid-block {
+ margin-left: 0
+ }
+
+ .wikia-contacts.grid-container {
+ padding-left: 35px;
+ padding-right: 35px
+ }
+
+ .wikia-contacts .quick-links {
+ margin-top: 17px
+ }
+
+ .wikia-contacts .quick-links h5 {
+ text-transform: uppercase;
+ margin-bottom: 10px
+ }
+
+ .wikia-contacts .quick-links a {
+ line-height: 50px;
+ font-size: 1rem;
+ color: #1a5eb8
+ }
+
+ .wikia-contacts .regional-offices {
+ margin-top: 45px;
+ margin-bottom: 0
+ }
+
+ .wikia-contacts .headquarters h3 {
+ font-weight: normal;
+ line-height: 28px;
+ margin-bottom: 10px
+ }
+
+ .wikia-contacts .headquarters p {
+ font-size: 1rem;
+ line-height: 20px
+ }
+
+ @media only screen and (min-width: 52.5em) {
+ .wikia-contacts p {
+ font-size: .875rem;
+ line-height: 20px
+ }
+ .wikia-contacts .headquarters p {
+ font-size: 1rem;
+ line-height: 24px
+ }
+ .wikia-contacts.grid-block {
+ margin-bottom: 20px
+ }
+ .wikia-contacts.grid-block.regional-offices {
+ margin-top: 45px;
+ margin-bottom: 0
+ }
+ .wikia-contacts .grid-content,
+ .wikia-contacts section.post-archive .pagination,
+ section.post-archive .wikia-contacts .pagination {
+ margin-bottom: 30px;
+ padding-right: 20px
+ }
+ .wikia-contacts .quick-links a {
+ font-size: 1rem
+ }
+ }
+ </style>
+ <script src="https://securepubads.g.doubleclick.net/gpt/pubads_impl_110.js" async=""></script>
+
+ <link rel="prefetch" href="http://tpc.googlesyndication.com/safeframe/1-0-6/html/container.html" />
+ <script src="https://beacon.wikia-services.com/__track/view?ga_category=view&amp;a=49332&amp;page=%27Star%20Wars%27%20Original%20Cuts%20Might%20Get%20Released%20for%2040th%20Anniversary&amp;s=upstream&amp;lc=en&amp;x=fandomstories&amp;c=1452001&amp;beacon=&amp;cb=77884&amp;url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary&amp;r="></script>
+ <style type="text/css"></style>
+ <script type="text/javascript" src="//query.petametrics.com/gid?jsonp=igniter_1eee93b315074bdabf74be96c01d1acb"></script>
+ <link href="https://vignette.wikia.nocookie.net/ce87556c-22ef-4827-9002-bc0c9ca947a8/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/fc7164d9-06e8-4f91-9115-1745783792da/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/a5f353ae-4bdb-473e-bad4-c56e664ec8b1/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/15a2234d-ab13-4bd0-ac50-bee1736e0de0/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/96f9f44f-abb8-4125-b338-fcec161f6832/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/b0bfa18a-b74e-4ec9-a7ee-b0871a6dbeaa/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/25c63a09-9713-4573-bb91-7667fb4c06f3/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/6fda9a02-b7ed-4001-9364-0d9bd0bf0763/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/76afd7ae-d58c-471f-9ee9-93b8e351cf5e/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/e0700497-86a4-4497-a127-e8cbb2b26a34/scale-to-width-down/400" rel="prefetch" />
+ <link href="https://vignette.wikia.nocookie.net/abd1690f-aeef-4ea2-8e8b-5782a34c0622/scale-to-width-down/400" rel="prefetch" />
+ <script src="/wp-content/themes/upstream/dist/ooyala/ooyala.js"></script>
+ <link href="https://vignette.wikia.nocookie.net/b67fc4d4-f0cc-4fe2-8ff9-6cfd78ce1bb8/scale-to-width-down/400" rel="prefetch" />
+ <link href="http://fandom.wikia.com/games" rel="prefetch" />
+ <link href="http://fandom.wikia.com/movies" rel="prefetch" />
+ <link href="http://fandom.wikia.com/tv" rel="prefetch" />
+ <script type="text/javascript" charset="utf-8" async="" src="https://platform.twitter.com/js/button.5b89bce04f133ec533459161985cf461.js"></script>
+ <style type="text/css">
+ .fb_hidden {
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reposition {
+ overflow: hidden;
+ position: relative
+ }
+
+ .fb_invisible {
+ display: none
+ }
+
+ .fb_reset {
+ background: none;
+ border: 0;
+ border-spacing: 0;
+ color: #000;
+ cursor: auto;
+ direction: ltr;
+ font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
+ font-size: 11px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-height: 1;
+ margin: 0;
+ overflow: visible;
+ padding: 0;
+ text-align: left;
+ text-decoration: none;
+ text-indent: 0;
+ text-shadow: none;
+ text-transform: none;
+ visibility: visible;
+ white-space: normal;
+ word-spacing: normal
+ }
+
+ .fb_reset&gt;
+ div {
+ overflow: hidden
+ }
+
+ .fb_link img {
+ border: none
+ }
+
+ @keyframes fb_transform {
+ from {
+ opacity: 0;
+ transform: scale(.95)
+ }
+ to {
+ opacity: 1;
+ transform: scale(1)
+ }
+ }
+
+ .fb_animate {
+ animation: fb_transform .3s forwards
+ }
+
+ .fb_dialog {
+ background: rgba(82, 82, 82, .7);
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reset .fb_dialog_legacy {
+ overflow: visible
+ }
+
+ .fb_dialog_advanced {
+ padding: 10px;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+ border-radius: 8px
+ }
+
+ .fb_dialog_content {
+ background: #fff;
+ color: #333
+ }
+
+ .fb_dialog_close_icon {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif);
+ cursor: pointer;
+ display: block;
+ height: 15px;
+ position: absolute;
+ right: 18px;
+ top: 17px;
+ width: 15px
+ }
+
+ .fb_dialog_mobile .fb_dialog_close_icon {
+ top: 5px;
+ left: 5px;
+ right: auto
+ }
+
+ .fb_dialog_padding {
+ background-color: transparent;
+ position: absolute;
+ width: 1px;
+ z-index: -1
+ }
+
+ .fb_dialog_close_icon:hover {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_close_icon:active {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_loader {
+ background-color: #f6f7f9;
+ border: 1px solid #606060;
+ font-size: 24px;
+ padding: 20px
+ }
+
+ .fb_dialog_top_left,
+ .fb_dialog_top_right,
+ .fb_dialog_bottom_left,
+ .fb_dialog_bottom_right {
+ height: 10px;
+ width: 10px;
+ overflow: hidden;
+ position: absolute
+ }
+
+ .fb_dialog_top_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;
+ left: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_top_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;
+ right: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_bottom_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;
+ bottom: -10px;
+ left: -10px
+ }
+
+ .fb_dialog_bottom_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;
+ right: -10px;
+ bottom: -10px
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right,
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ position: absolute;
+ background: #525252;
+ filter: alpha(opacity=70);
+ opacity: .7
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right {
+ width: 10px;
+ height: 100%
+ }
+
+ .fb_dialog_vert_left {
+ margin-left: -10px
+ }
+
+ .fb_dialog_vert_right {
+ right: 0;
+ margin-right: -10px
+ }
+
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ width: 100%;
+ height: 10px
+ }
+
+ .fb_dialog_horiz_top {
+ margin-top: -10px
+ }
+
+ .fb_dialog_horiz_bottom {
+ bottom: 0;
+ margin-bottom: -10px
+ }
+
+ .fb_dialog_iframe {
+ line-height: 0
+ }
+
+ .fb_dialog_content .dialog_title {
+ background: #6d84b4;
+ border: 1px solid #365899;
+ color: #fff;
+ font-size: 14px;
+ font-weight: bold;
+ margin: 0
+ }
+
+ .fb_dialog_content .dialog_title&gt;
+ span {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
+ float: left;
+ padding: 5px 0 7px 26px
+ }
+
+ body.fb_hidden {
+ -webkit-transform: none;
+ height: 100%;
+ margin: 0;
+ overflow: visible;
+ position: absolute;
+ top: -10000px;
+ left: 0;
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
+ min-height: 100%;
+ min-width: 100%;
+ overflow: hidden;
+ position: absolute;
+ top: 0;
+ z-index: 10001
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered {
+ width: auto;
+ height: auto;
+ min-height: initial;
+ min-width: initial;
+ background: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
+ background: none
+ }
+
+ .loading.centered #fb_dialog_loader_close {
+ color: #fff;
+ display: block;
+ padding-top: 20px;
+ clear: both;
+ font-size: 18px
+ }
+
+ #fb-root #fb_dialog_ipad_overlay {
+ background: rgba(0, 0, 0, .45);
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ top: 0;
+ width: 100%;
+ min-height: 100%;
+ z-index: 10000
+ }
+
+ #fb-root #fb_dialog_ipad_overlay.hidden {
+ display: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading iframe {
+ visibility: hidden
+ }
+
+ .fb_dialog_content .dialog_header {
+ -webkit-box-shadow: white 0 1px 1px -1px inset;
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));
+ border-bottom: 1px solid;
+ border-color: #1d4088;
+ color: #fff;
+ font: 14px Helvetica, sans-serif;
+ font-weight: bold;
+ text-overflow: ellipsis;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
+ vertical-align: middle;
+ white-space: nowrap
+ }
+
+ .fb_dialog_content .dialog_header table {
+ -webkit-font-smoothing: subpixel-antialiased;
+ height: 43px;
+ width: 100%
+ }
+
+ .fb_dialog_content .dialog_header td.header_left {
+ font-size: 12px;
+ padding-left: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .dialog_header td.header_right {
+ font-size: 12px;
+ padding-right: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .touchable_button {
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));
+ border: 1px solid #29487d;
+ -webkit-background-clip: padding-box;
+ -webkit-border-radius: 3px;
+ -webkit-box-shadow: rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;
+ display: inline-block;
+ margin-top: 3px;
+ max-width: 85px;
+ line-height: 18px;
+ padding: 4px 12px;
+ position: relative
+ }
+
+ .fb_dialog_content .dialog_header .touchable_button input {
+ border: none;
+ background: none;
+ color: #fff;
+ font: 12px Helvetica, sans-serif;
+ font-weight: bold;
+ margin: 2px -12px;
+ padding: 2px 6px 3px 6px;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog_content .dialog_header .header_center {
+ color: #fff;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 18px;
+ text-align: center;
+ vertical-align: middle
+ }
+
+ .fb_dialog_content .dialog_content {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
+ border: 1px solid #555;
+ border-bottom: 0;
+ border-top: 0;
+ height: 150px
+ }
+
+ .fb_dialog_content .dialog_footer {
+ background: #f6f7f9;
+ border: 1px solid #555;
+ border-top-color: #ccc;
+ height: 40px
+ }
+
+ #fb_dialog_loader_close {
+ float: left
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
+ visibility: hidden
+ }
+
+ #fb_dialog_loader_spinner {
+ animation: rotateSpinner 1.2s linear infinite;
+ background-color: transparent;
+ background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ height: 24px;
+ width: 24px
+ }
+
+ @keyframes rotateSpinner {
+ 0% {
+ transform: rotate(0deg)
+ }
+ 100% {
+ transform: rotate(360deg)
+ }
+ }
+
+ .fb_iframe_widget {
+ display: inline-block;
+ position: relative
+ }
+
+ .fb_iframe_widget span {
+ display: inline-block;
+ position: relative;
+ text-align: justify
+ }
+
+ .fb_iframe_widget iframe {
+ position: absolute
+ }
+
+ .fb_iframe_widget_fluid_desktop,
+ .fb_iframe_widget_fluid_desktop span,
+ .fb_iframe_widget_fluid_desktop iframe {
+ max-width: 100%
+ }
+
+ .fb_iframe_widget_fluid_desktop iframe {
+ min-width: 220px;
+ position: relative
+ }
+
+ .fb_iframe_widget_lift {
+ z-index: 1
+ }
+
+ .fb_hide_iframes iframe {
+ position: relative;
+ left: -10000px
+ }
+
+ .fb_iframe_widget_loader {
+ position: relative;
+ display: inline-block
+ }
+
+ .fb_iframe_widget_fluid {
+ display: inline
+ }
+
+ .fb_iframe_widget_fluid span {
+ width: 100%
+ }
+
+ .fb_iframe_widget_loader iframe {
+ min-height: 32px;
+ z-index: 2;
+ zoom: 1
+ }
+
+ .fb_iframe_widget_loader .FB_Loader {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat;
+ height: 32px;
+ width: 32px;
+ margin-left: -16px;
+ position: absolute;
+ left: 50%;
+ z-index: 4
+ }
+ </style>
+ <link href="http://www.reddit.com/submit?url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary" rel="prefetch" />
+ <link href="http://fandom.wikia.com/articles/everything-we-know-about-the-han-solo-movie" rel="prefetch" />
+ <link href="https://twitter.com/intent/tweet?text=&amp;url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary&amp;hashtags=fandom&amp;via=getfandom" rel="prefetch" />
+</head>
+
+<body class="post-template-default single single-post postid-49332 single-format-standard">
+ <!--[if lt IE 10]>
+ <p class="browser-upgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/?locale=en">upgrade your browser</a> to improve your experience.</p>
+ <![endif]-->
+
+ <div class="svg-sprite-container">
+ <svg xmlns="http://www.w3.org/2000/svg" style="width:0; height:0; visibility:hidden;">
+ <symbol id="dropdown-triangle" viewBox="0 0 12 6">
+ <path d="M0 0h12L6 6" fill="param(fill) #E6E6E6" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="facebook-icon-default" viewBox="0 0 8 16">
+ <path d="M7.763 2.746h-1.42c-1.136 0-1.325.568-1.325 1.325V5.87h2.745L7.48 8.71H5.207V16h-2.84V8.71H0V5.87h2.367V3.787C2.367 1.42 3.787 0 5.87 0c.947 0 1.799.095 2.083.095v2.65h-.19z" fill="param(fill) #FFF" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-arrow-careers" viewBox="0 0 22 12">
+ <path d="M20.293.293L11 9.586 1.707.293A.999.999 0 1 0 .293 1.707l10 10a.997.997 0 0 0 1.414 0l10-10A.999.999 0 1 0 20.293.293" fill="param(fill) #FFF" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-arrow-footer" viewBox="0 0 16 16">
+ <path d="M8 0L6.6 1.4 12.2 7H0v2h12.2l-5.6 5.6L8 16l8-8-8-8z" fill="param(fill) #656D77" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-arrow-white" viewBox="0 0 16 16">
+ <path d="M8 0L6.6 1.4 12.2 7H0v2h12.2l-5.6 5.6L8 16l8-8-8-8z" fill="param(fill) #fff" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-arrow" viewBox="0 0 24 24">
+ <path d="M22.999 12a1 1 0 0 0-1-1H4.413l5.293-5.293a.999.999 0 1 0-1.414-1.414l-7 7a1 1 0 0 0 0 1.415l7 7a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.415L4.413 13h17.586a1 1 0 0 0 1-1" fill-rule="evenodd" class="fill"/>
+ </symbol>
+ <symbol id="icon-books" viewBox="0 0 18 13">
+ <g fill="param(fill) #FF7F26" fill-rule="evenodd"><path d="M2.445 1.3H.27v10.165s2.825-.38 6.955 1.14c0 0-.98-1.14-2.445-1.74-1.52-.545-2.335-.815-2.335-.815V1.3z"/><path d="M7.985 1.515S6.135-.115 3.8.21v9.51s2.715.705 4.185 2.23V1.515zM14.835 1.245h2.175V11.41s-2.825-.38-6.955 1.14c0 0 .98-1.14 2.445-1.74 1.52-.545 2.335-.815 2.335-.815v-8.75z"/><path d="M9.29 1.465S11.14-.165 13.475.16v9.51s-2.715.705-4.185 2.23V1.465z"/></g>
+ </symbol>
+ <symbol id="icon-close" viewBox="0 0 24 24">
+ <path d="M19.707 4.293a.999.999 0 0 0-1.414 0L12 10.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L10.586 12l-6.293 6.293a.999.999 0 1 0 1.414 1.414L12 13.414l6.293 6.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L13.414 12l6.293-6.293a.999.999 0 0 0 0-1.414" fill-rule="evenodd" class="fill"/>
+ </symbol>
+ <symbol id="icon-comics" viewBox="0 0 20 20">
+ <path d="M10.055.25C4.785.25.49 4 .49 8.675c0 4.675 4.295 8.425 9.565 8.425.705 0 1.415-.055 2.065-.215l-.435 2.555 2.77-3.315c3.045-1.415 5.11-4.24 5.11-7.445 0-4.68-4.24-8.43-9.51-8.43zm.055 12.825a.388.388 0 0 1-.11.215.41.41 0 0 1-.215.215l-.325.165c-.11.055-.27.055-.435.055-.325 0-.6-.055-.815-.27-.215-.165-.325-.435-.325-.76 0-.165.055-.27.11-.435.055-.11.165-.215.27-.325.11-.11.27-.165.435-.165.165 0 .38 0 .6.055.165.055.325.11.435.215.11.11.215.215.27.325.055.11.11.215.11.325.05.225.05.275-.005.385zm2.01-7.77c-.165.545-.38 1.035-.545 1.575-.165.54-.325 1.085-.49 1.575-.165.545-.325 1.035-.435 1.52-.11.49-.27.925-.38 1.36-.055.165-.11.215-.165.27-.055.055-.165.055-.325 0-.215-.055-.38-.055-.545-.11a2.091 2.091 0 0 1-.49-.215c-.165-.105-.27-.165-.325-.27-.055-.11-.055-.27 0-.435.055-.38.11-.87.215-1.415.11-.545.215-1.085.325-1.685.11-.6.27-1.14.38-1.685.11-.545.27-1.085.38-1.52.055-.215.165-.325.215-.38.11-.055.27-.055.49.055.215.055.435.11.705.215.27.11.435.215.65.325.165.11.325.27.325.38.07.115.07.275.015.44z" fill="param(fill) #FF5400" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-create" viewBox="0 0 56 56">
+ <g fill="param(fill) #80DBEF" fill-rule="evenodd"><path d="M5.45 18.835L.015 51.442c-.16.96 1.006 1.56 1.694.871l14.556-14.556a5.008 5.008 0 0 1 .636-6.293A4.967 4.967 0 0 1 20.436 30c1.636 0 3.15.78 4.123 2.164 1.177 1.675 1.177 3.997 0 5.672C23.587 39.22 22.072 40 20.436 40a4.96 4.96 0 0 1-2.757-.829L3.123 53.727c-.688.688-.088 1.854.872 1.694L36.6 49.986a.998.998 0 0 0 .764-.615l6.629-16.57-21.357-21.358-16.572 6.628a1 1 0 0 0-.615.764M27.729.293l-6 6a.999.999 0 0 0 0 1.414l26 26a.997.997 0 0 0 1.414 0l6-6a.999.999 0 0 0 0-1.414l-26-26a.999.999 0 0 0-1.414 0"/></g>
+ </symbol>
+ <symbol id="icon-edit" viewBox="0 0 62 59">
+ <path d="M13 21.242a4 4 0 1 1 0 8 4 4 0 0 1 0-8m8 18a4 4 0 1 1-8 0 4 4 0 0 1 8 0m10 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8m14-23c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7M31.168 58.484c13.885 0 26.219-9.322 30.003-22.699.333-1.34 1.353-6.117.496-11.29-.915-5.514-3.719-9.59-8.127-11.794-2.701-1.292-5.482-1.921-8.5-1.921-4.143 0-7.923 1.196-11.258 2.252-2.557.81-4.766 1.509-6.596 1.509-1.521 0-2.59-.484-3.446-1.538-.664-.886-.232-2.324.267-3.989.638-2.124 1.431-4.767-.271-6.987C22.74.72 21.066 0 19.022 0c-1.959 0-4.115.676-5.779 1.815A31.23 31.23 0 0 0 0 27.316c0 17.186 13.982 31.168 31.168 31.168" fill="param(fill) #80DBEF" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-fan-mark-no-border" viewBox="0 0 40 40">
+ <g fill="param(fill) none" fill-rule="evenodd"><circle fill="#FFF" cx="20" cy="20" r="20"/><path d="M19.917 0C8.917 0 0 8.917 0 19.917c0 11 8.917 19.918 19.917 19.918 11 0 19.918-8.918 19.918-19.918S30.917 0 19.917 0zM12.79 8.947a2.83 2.83 0 1 1 0 5.659 2.83 2.83 0 0 1 0-5.66zm4.32 10.35H14.59v8.51h2.518v3.08H10.02V16.202h7.088v3.096zm12.765 1.907v9.684h-7.09v-3.186h2.52v-8.405h-2.52V16.2h7.09v5.003zm-2.83-6.6a2.829 2.829 0 1 1 0-5.657 2.829 2.829 0 0 1 0 5.657z" fill="#39414D"/></g>
+ </symbol>
+ <symbol id="icon-fan-mark" viewBox="0 0 59 59">
+ <g fill="param(fill) none" fill-rule="evenodd"><circle fill="#FFF" cx="29.5" cy="29.5" r="29.5"/><path d="M29.5 3C14.864 3 3 14.864 3 29.5S14.864 56 29.5 56C44.135 56 56 44.136 56 29.5S44.135 3 29.5 3zm-10 12a3.5 3.5 0 1 1 0 7.001 3.5 3.5 0 0 1 0-7.001zM25 28.004h-3.197v11.01H25V43h-9V24h9v4.004zm17 2.468V43h-9v-4.122h3.198V28.004H33V24h9v6.472zM38.5 22a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7z" fill="#39414D"/></g>
+ </symbol>
+ <symbol id="icon-fan-profile-avatar" viewBox="0 0 50 50">
+ <g fill="param(fill) none" fill-rule="evenodd" opacity=".4"><path d="M1 25C1 11.745 11.745 1 25 1s24 10.745 24 24-10.745 24-24 24S1 38.255 1 25z" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M40.273 43.454V41.89a6.545 6.545 0 0 0-3.3-5.684l-7.068-4.04M20.052 32.191l-7.026 4.015a6.545 6.545 0 0 0-3.299 5.683v1.565" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M25 32.727A7.728 7.728 0 0 1 17.273 25v-4.364a7.728 7.728 0 0 1 15.454 0V25A7.728 7.728 0 0 1 25 32.727zm0 2c5.372 0 9.727-4.355 9.727-9.727v-4.364c0-5.372-4.355-9.727-9.727-9.727s-9.727 4.355-9.727 9.727V25c0 5.372 4.355 9.727 9.727 9.727z" fill="#FFF"/></g>
+ </symbol>
+ <symbol id="icon-games" viewBox="0 0 20 13">
+ <path d="M19.49 7.165c-.275-1.91-.875-3.655-2.02-5.18C16.65.95 15.615.295 14.25.35c-.98.055-1.855.38-2.62.925-.38.275-.82.435-1.31.38h-.6c-.435.055-.875-.11-1.255-.325A6.237 6.237 0 0 0 7.1.675C5.41.13 3.935.565 2.79 1.93c-.275.325-.49.655-.71 1.035C.88 5.145.5 7.49.715 10c.055.6.11 1.2.325 1.745.325.765.925 1.145 1.69 1.035.38-.055.655-.275.925-.49C4.53 11.635 5.29 10.765 6 9.945c.325-.38.71-.545 1.2-.545.925 0 1.91 0 2.835-.055.655 0 1.365 0 2.02-.055 1.635-.055 1.475-.055 2.51 1.035.71.765 1.42 1.475 2.345 1.965.82.435 1.745.165 2.125-.655.11-.22.165-.49.22-.71.4-1.25.4-2.505.235-3.76zm-11.945-1.2H6.07V7.44H4.65V5.965H3.175v-1.42H4.65V3.07h1.42v1.475h1.475v1.42zm6.33-1.2c-.545 0-.98-.435-1.035-.98 0-.545.435-1.035 1.035-1.035.545 0 1.035.435 1.035.98 0 .545-.435 1.035-1.035 1.035zm2.4 2.125c-.545 0-1.035-.435-1.035-.98 0-.545.435-.98.98-.98.6 0 1.035.38 1.035.98 0 .545-.435.98-.98.98z" fill="param(fill) #94D11F" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-lifestyle" viewBox="0 0 22 21">
+ <g fill="param(fill) #FFD000" fill-rule="evenodd"><circle cx="10.945" cy="10.325" r="5.27"/><path d="M4.37 11.63V8.915l-3.695 1.41L4.37 11.63zM17.575 8.915v2.715l3.695-1.415-3.695-1.3zM12.305 16.9H9.64L11 20.545l1.305-3.645zM9.64 3.695h2.665L10.89 0 9.64 3.695zM7.25 15.925l-1.9-1.905-1.635 3.535 3.535-1.63zM14.695 4.675l1.905 1.9 1.63-3.585-3.535 1.685zM16.6 14.02l-1.905 1.905 3.59 1.575-1.685-3.48zM5.35 6.575l1.9-1.9-3.585-1.63 1.685 3.53z"/></g>
+ </symbol>
+ <symbol id="icon-menu" viewBox="0 0 24 24">
+ <path d="M23 11H1a1 1 0 0 0 0 2h22a1 1 0 0 0 0-2zm0-7H1a1 1 0 0 0 0 2h22a1 1 0 0 0 0-2zm0 14H1a1 1 0 0 0 0 2h22a1 1 0 0 0 0-2z" fill-rule="evenodd" class="fill"/>
+ </symbol>
+ <symbol id="icon-movies" viewBox="0 0 15 17">
+ <g fill="param(fill) #09D3BF" fill-rule="evenodd"><path d="M1.425 7.965h13.37v8.585H1.425zM13.98.795l-1.795 3.75L14.575 4 13.98.795zM3.27 3.185l.11-.165-2.555.545.655 3.205 1.79-3.585zM5.285 2.64L3.49 6.335l2.335-.485L7.73 2.1l-2.445.54zM7.835 5.465l2.34-.54 1.845-3.75-2.39.54-1.795 3.75z"/></g>
+ </symbol>
+ <symbol id="icon-music" viewBox="0 0 17 18">
+ <g fill="param(fill) #C819AD" fill-rule="evenodd"><path d="M15.61 5.98C13.87.87 8.22.71 8.11.655 8.055.655 2.405.82.665 5.98c-1.575 4.675.325 7.39.705 7.88v.815c.27 2.77 2.77 2.825 2.77 2.825l-.925-6.035s-.76.165-1.305.87c-.49-.98-1.035-2.99-.055-5.925 1.465-4.24 6.085-4.4 6.25-4.455.055 0 4.835.165 6.305 4.455.98 2.825.49 4.785 0 5.815-.545-.545-1.14-.705-1.14-.705l-.92 6.035s2.5-.055 2.77-2.825c.055-.38 0-.76 0-1.035.545-.925 1.955-3.53.49-7.715z"/><path d="M5.654 11.044l.922 6.07-1.235.188-.923-6.07 1.236-.188zM10.833 11.07l1.236.188-.923 6.07-1.235-.188.922-6.07z"/></g>
+ </symbol>
+ <symbol id="icon-search" viewBox="0 0 24 24">
+ <g fill-rule="evenodd" class="fill"><path d="M21.747 20.524l-4.872-4.871a.864.864 0 1 0-1.222 1.222l4.871 4.872a.864.864 0 1 0 1.223-1.223z"/><path d="M3.848 10.763a6.915 6.915 0 0 1 6.915-6.915 6.915 6.915 0 0 1 6.915 6.915 6.915 6.915 0 0 1-6.915 6.915 6.915 6.915 0 0 1-6.915-6.915zm-1.729 0a8.643 8.643 0 0 0 8.644 8.644 8.643 8.643 0 0 0 8.644-8.644 8.643 8.643 0 0 0-8.644-8.644 8.643 8.643 0 0 0-8.644 8.644z"/></g>
+ </symbol>
+ <symbol id="icon-share" viewBox="0 0 55 62">
+ <g fill="param(fill) #80DBEF" fill-rule="evenodd"><path d="M54.297 25c0-6.9-2.5-13.5-6.9-18.7l4.6-4.6c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0l-4.5 4.5c-1.3-1.3-2.7-2.5-4.2-3.6-.5-.3-1.1-.2-1.4.2-.3.5-.2 1.1.2 1.4 7.3 5.1 11.6 13.4 11.6 22.2 0 14.9-12.1 27-27 27-9.6 0-18.6-5.2-23.4-13.5-.3-.5-.9-.6-1.4-.4-.5.3-.6.9-.4 1.4 1.4 2.3 3 4.4 4.9 6.3l-4.5 4.5c-.4.4-.4 1 0 1.4.3.2.5.3.8.3.3 0 .5-.1.7-.3l4.6-4.6c4.9 4.1 11.1 6.6 17.7 6.8V60h-11c-.6 0-1 .4-1 1s.4 1 1 1h24c.6 0 1-.4 1-1s-.4-1-1-1h-11v-6.1c15.5-.5 28-13.2 28-28.9"/><path d="M39.397 40.5l-6-6c-5.5 5.2-12.3 8.5-17.6 8.5-.5 0-1 0-1.5-.1 3.3 2 7.1 3.2 11 3.2 5.3-.1 10.2-2.1 14.1-5.6M18.597 16.9l6.7 6.7 13.5-13.5c-1-.7-2.3-1-4-1-4.8 0-11.1 3-16.2 7.8M10.097 30c-1.1 3.5-1 6.6.3 8.5l13.5-13.5-6.6-6.6c-3.4 3.5-6 7.7-7.2 11.6M34.797 33.1l6 6c6.4-7 7.2-17.3 2.3-25.1.2 1.9 0 4.1-.8 6.6-1.2 4.2-4 8.7-7.5 12.5"/><path d="M31.997 33.1l-6.7-6.7-13.5 13.5c1 .7 2.3 1 4 1 4.8 0 11.1-3 16.2-7.8M8.197 29.4c1.3-4.2 4.1-8.7 7.6-12.5l-6-6c-6.4 7-7.2 17.3-2.3 25.1-.3-1.9-.1-4.1.7-6.6M26.697 25l6.6 6.6c3.3-3.5 5.9-7.7 7.1-11.7 1.1-3.5 1-6.6-.3-8.5L26.697 25zM34.797 7.1c.5 0 1 0 1.5.1-3.2-2.1-7-3.2-11-3.2-5.3 0-10.2 2-14.1 5.5l6 6c5.5-5.1 12.3-8.4 17.6-8.4"/></g>
+ </symbol>
+ <symbol id="icon-top-comm-arrow-down" viewBox="0 0 12 12">
+ <path d="M5.25 9.129l-4.19-4.19L0 6l6 6 6-6-1.06-1.06-4.19 4.189V0h-1.5v9.129z" fill="param(fill) #F50" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-top-comm-arrow-up" viewBox="0 0 12 12">
+ <path d="M6.75 2.871l4.19 4.19L12 6 6 0 0 6l1.06 1.06 4.19-4.189V12h1.5V2.871z" fill="param(fill) #709F18" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-top-comm-circle" viewBox="0 0 12 12">
+ <circle cx="1816" cy="1646" r="6" transform="translate(-1810 -1640)" fill="param(fill) #1A5EB8" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="icon-tv" viewBox="0 0 18 17">
+ <g fill="param(fill) #00B7E0" fill-rule="evenodd"><path d="M.85.825v11.9H17.1V.825H.85zm14.835 9.405H2.26V2.185h13.425v8.045zM6.555 14.14h4.89v2.825h-4.89z"/></g>
+ </symbol>
+ <symbol id="instagram-icon-default" viewBox="0 0 24 24">
+ <g fill="param(fill) #FFF" fill-rule="evenodd"><path d="M12 2.162c3.204 0 3.584.012 4.849.07 1.366.062 2.633.336 3.608 1.311.975.975 1.249 2.242 1.311 3.608.058 1.265.07 1.645.07 4.849s-.012 3.584-.07 4.849c-.062 1.366-.336 2.633-1.311 3.608-.975.975-2.242 1.249-3.608 1.311-1.265.058-1.645.07-4.849.07s-3.584-.012-4.849-.07c-1.366-.062-2.633-.336-3.608-1.311-.975-.975-1.249-2.242-1.311-3.608-.058-1.265-.07-1.645-.07-4.849s.012-3.584.07-4.849c.062-1.366.336-2.633 1.311-3.608.975-.975 2.242-1.249 3.608-1.311 1.265-.058 1.645-.07 4.849-.07zM12 0C8.741 0 8.332.014 7.052.072c-1.95.089-3.663.567-5.038 1.942C.639 3.389.161 5.102.072 7.052.014 8.332 0 8.741 0 12c0 3.259.014 3.668.072 4.948.089 1.95.567 3.663 1.942 5.038 1.375 1.375 3.088 1.853 5.038 1.942C8.332 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 1.95-.089 3.663-.567 5.038-1.942 1.375-1.375 1.853-3.088 1.942-5.038.058-1.28.072-1.689.072-4.948 0-3.259-.014-3.668-.072-4.948-.089-1.95-.567-3.663-1.942-5.038C20.611.639 18.898.161 16.948.072 15.668.014 15.259 0 12 0z"/><path d="M12 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/><circle cx="18.406" cy="5.594" r="1.44"/></g>
+ </symbol>
+ <symbol id="linkedin-logo" viewBox="0 0 430.117 430.117">
+ <path d="M430.117 261.543V420.56h-92.188V272.193c0-37.271-13.334-62.707-46.703-62.707-25.473 0-40.632 17.142-47.301 33.724-2.432 5.928-3.058 14.179-3.058 22.477V420.56h-92.219s1.242-251.285 0-277.32h92.21v39.309c-.187.294-.43.611-.606.896h.606v-.896c12.251-18.869 34.13-45.824 83.102-45.824 60.673-.001 106.157 39.636 106.157 124.818zM52.183 9.558C20.635 9.558 0 30.251 0 57.463c0 26.619 20.038 47.94 50.959 47.94h.616c32.159 0 52.159-21.317 52.159-47.94-.606-27.212-20-47.905-51.551-47.905zM5.477 420.56h92.184V143.24H5.477v277.32z" fill="param(fill) #FFF"/>
+ </symbol>
+ <symbol id="logo-wikia" viewBox="0 0 110 30">
+ <path d="M50.323 29.224V.144h6.68V16.44l1.78-2.175 3.844-4.433h9.55l-8.012 7.663 8.35 11.73h-8.66l-4.55-7.375L57 23.99v5.234h-6.68M12.74 9.83L9.504 23.075 6.97 9.83H.01l5.146 19.394h8.95L16.61 19.16l2.508 10.064h8.95L33.232 9.83h-6.993L23.72 23.075 20.43 9.83h-7.69m96.88 5.64l.372-5.64h-6.096l-.462 2.127c-1.403-1.45-3.148-2.647-6.22-2.647-5.56 0-8.595 3.515-8.595 10.182 0 6.668 3.035 10.182 8.593 10.182 3.073 0 4.818-1.195 6.22-2.643l.48 2.194h6.08l-.372-5.708V15.47zm-6.664 6.488c-.854 1.086-2.187 1.81-3.93 1.81-1.997 0-3.59-1.27-3.59-4.276 0-3.007 1.593-4.276 3.59-4.276 1.743 0 3.076.726 3.93 1.812v4.93zM40.357.252c-2.11 0-3.818 1.673-3.818 3.736 0 2.062 1.707 3.734 3.817 3.734 2.11 0 3.818-1.672 3.818-3.734 0-2.063-1.708-3.736-3.818-3.736m5.752 13.668V9.83h-9.57v19.392h9.57v-4.068h-3V13.92h3m31.535-9.932c0 2.062 1.71 3.734 3.82 3.734 2.108 0 3.818-1.672 3.818-3.734 0-2.063-1.71-3.736-3.818-3.736-2.11 0-3.82 1.673-3.82 3.736m1.067 21.168h-3v4.068h9.57V9.832h-9.57v4.087h3v11.236z" fill="param(fill) #FFF"/>
+ </symbol>
+ <symbol id="menu-control" viewBox="0 0 24 24">
+ <path d="M6.293 2.707L15.586 12l-9.293 9.293a.999.999 0 1 0 1.414 1.414l10-10a.997.997 0 0 0 0-1.414l-10-10a.999.999 0 1 0-1.414 1.414" fill="param(fill) #999" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="reddit-icon-default" viewBox="0 0 24 21">
+ <path d="M23.639 10.127c0 1.118-.474 1.932-1.422 2.435.036.183.054.435.054.76 0 2.057-1.027 3.818-3.08 5.28-2.053 1.463-4.52 2.193-7.398 2.193-2.877 0-5.335-.723-7.37-2.167-2.037-1.444-3.055-3.193-3.055-5.252 0-.36.018-.631.054-.814C.474 12.06 0 11.245 0 10.127c0-.758.263-1.4.788-1.922.528-.525 1.142-.786 1.845-.786.631 0 1.21.234 1.736.705 1.932-1.373 4.194-2.112 6.793-2.22h.104L12.899.325l4.737.973C18.128.432 18.813 0 19.69 0h.054c.668 0 1.22.236 1.658.705.438.469.658 1.046.658 1.733 0 .684-.22 1.264-.658 1.733-.438.469-.99.702-1.658.702h-.054a2.284 2.284 0 0 1-1.579-.622 2.19 2.19 0 0 1-.737-1.543l-3.526-.758-1.16 4.007c2.67.18 4.862.903 6.582 2.167.526-.471 1.124-.705 1.79-.705.702 0 1.308.261 1.816.786.51.522.764 1.164.764 1.922zM1.79 11.211c.281-.832.789-1.571 1.526-2.22a1.293 1.293 0 0 0-.789-.273c-.35 0-.658.136-.92.406a1.31 1.31 0 0 0-.396.948c0 .543.193.922.58 1.139zm4.895.92c0 .505.169.919.501 1.245.333.326.728.487 1.184.487a1.64 1.64 0 0 0 1.186-.487c.333-.326.499-.74.499-1.246 0-.469-.157-.866-.474-1.192-.315-.323-.72-.487-1.211-.487-.49 0-.894.164-1.21.487a1.654 1.654 0 0 0-.475 1.192zm5.108 6.065c1.685 0 3.053-.541 4.107-1.625l-.685-.649c-.876.867-2.018 1.299-3.422 1.299a4.923 4.923 0 0 1-1.79-.326c-.561-.215-.966-.432-1.21-.65l-.37-.323-.684.65c1.053 1.083 2.403 1.624 4.054 1.624zm2.343-4.82c.333.326.728.487 1.184.487.456 0 .852-.161 1.184-.487.335-.326.501-.74.501-1.246 0-.469-.157-.866-.474-1.192-.314-.323-.719-.487-1.21-.487-.493 0-.895.164-1.212.487a1.645 1.645 0 0 0-.474 1.192c0 .506.167.92.501 1.246zm4.95-11.59a.963.963 0 0 0-.239.652c0 .251.08.469.238.649.157.18.36.27.604.27.248 0 .459-.09.634-.27a.9.9 0 0 0 .263-.65.905.905 0 0 0-.263-.65.852.852 0 0 0-.634-.271.767.767 0 0 0-.604.27zm2.762 9.478c.387-.289.58-.686.58-1.192 0-.36-.122-.677-.369-.948a1.223 1.223 0 0 0-.948-.406c-.28 0-.543.09-.788.272.737.65 1.244 1.408 1.525 2.274z" fill="param(fill) #FFF" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="twitter-icon-default" viewBox="0 0 18 14">
+ <path d="M15.607 3.443v.459C15.607 8.607 12.049 14 5.508 14 3.443 14 1.607 13.426 0 12.393c.344 0 .574.115.918.115 1.607 0 3.213-.574 4.475-1.492-1.491 0-2.868-1.032-3.327-2.524.23 0 .459.115.688.115.344 0 .344 0 .803-.115C1.837 8.148.344 6.656.344 4.934c0 .345 1.263.345 1.836.46A3.642 3.642 0 0 1 .69 2.41c0-.689.229-1.262.573-1.836C2.984 2.754 5.738 4.13 8.607 4.36c-.115-.345-.115-.574-.115-.804A3.575 3.575 0 0 1 12.049 0c1.033 0 1.951.344 2.64 1.148.803-.23 1.491-.46 2.18-.918-.344.918-.918 1.491-1.492 1.95a10.861 10.861 0 0 0 2.066-.573c-.574.688-1.148 1.377-1.836 1.836z" fill="param(fill) #FFF" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="youtube-icon-default" viewBox="0 0 24 17">
+ <path d="M23.8 3.6s-.2-1.7-1-2.4c-.9-1-1.9-1-2.4-1C17 0 12 0 12 0S7 0 3.6.2c-.5.1-1.5.1-2.4 1-.7.7-1 2.4-1 2.4S0 5.5 0 7.5v1.8c0 1.9.2 3.9.2 3.9s.2 1.7 1 2.4c.9 1 2.1.9 2.6 1 1.9.2 8.2.2 8.2.2s5 0 8.4-.3c.5-.1 1.5-.1 2.4-1 .7-.7 1-2.4 1-2.4s.2-1.9.2-3.9V7.4c0-1.9-.2-3.8-.2-3.8zM9.5 11.5V4.8L16 8.2l-6.5 3.3z" fill="param(fill) #FFF" fill-rule="evenodd"/>
+ </symbol></svg><svg xmlns="http://www.w3.org/2000/svg" style="width:0; height:0; visibility:hidden;">
+ <defs>
+ <linearGradient id="sprite-a" x1="0%" x2="63.848%" y1="100%" y2="32.54%"><stop stop-color="#94D11F" offset="0%"/><stop stop-color="#09D3BF" offset="100%"/></linearGradient><linearGradient x1="33.016%" y1="84.794%" x2="84.225%" y2="35.32%" id="sprite-b"><stop stop-color="#ADED00" offset="0%"/><stop stop-color="#00D6D6" offset="100%"/></linearGradient><linearGradient x1="0%" y1="100%" x2="63.848%" y2="32.54%" id="sprite-c"><stop stop-color="#94D11F" offset="0%"/><stop stop-color="#09D3BF" offset="100%"/></linearGradient><linearGradient id="sprite-d" x1="0%" x2="63.848%" y1="100%" y2="32.54%"><stop stop-color="#94D11F" offset="0%"/><stop stop-color="#09D3BF" offset="100%"/></linearGradient><clipPath id="sprite-e"><path fill="none" clip-rule="evenodd" d="M83.06 19.53v3h3v-3zm8.77-4a7 7 0 0 1 .34-2.28 4.92 4.92 0 0 1 .94-1.68 4 4 0 0 1 1.41-1 4.28 4.28 0 0 1 3.41 0 4 4 0 0 1 1.41 1 4.92 4.92 0 0 1 .94 1.68 7 7 0 0 1 .34 2.28 7 7 0 0 1-.34 2.28 4.77 4.77 0 0 1-.94 1.67 4.09 4.09 0 0 1-1.41 1 4.28 4.28 0 0 1-3.41 0 4.09 4.09 0 0 1-1.41-1 4.77 4.77 0 0 1-.94-1.67 7 7 0 0 1-.34-2.28zm-2.46 0a9.28 9.28 0 0 0 .44 2.9 6.61 6.61 0 0 0 1.31 2.34 6 6 0 0 0 2.16 1.56 8.09 8.09 0 0 0 5.91 0 6.06 6.06 0 0 0 2.14-1.56 6.61 6.61 0 0 0 1.31-2.34 9.28 9.28 0 0 0 .44-2.9 9.41 9.41 0 0 0-.44-2.91 6.59 6.59 0 0 0-1.31-2.35 6.21 6.21 0 0 0-2.13-1.58 7.91 7.91 0 0 0-5.91 0 6.18 6.18 0 0 0-2.16 1.57 6.59 6.59 0 0 0-1.31 2.35 9.41 9.41 0 0 0-.44 2.91zm16.36-7.08v14.12h2.32v-6.29a9.66 9.66 0 0 1 .27-2.42 4.63 4.63 0 0 1 .87-1.79 3.75 3.75 0 0 1 1.6-1.07 6.57 6.57 0 0 1 2.38-.38V8.11a5.22 5.22 0 0 0-3.11.76 6.29 6.29 0 0 0-2.06 2.55h-.05v-3zm21.37 12.91V8.44h-2.19v2a4.13 4.13 0 0 0-1.75-1.76 5.21 5.21 0 0 0-2.46-.59 6.29 6.29 0 0 0-3.09.7 6 6 0 0 0-2 1.78 7 7 0 0 0-1.09 2.4 10.73 10.73 0 0 0-.33 2.58 9.35 9.35 0 0 0 .4 2.75 6.57 6.57 0 0 0 1.19 2.27 5.77 5.77 0 0 0 2 1.54 6.22 6.22 0 0 0 2.76.57 5.64 5.64 0 0 0 2.58-.61 3.9 3.9 0 0 0 1.82-1.93h.05v.93a9.39 9.39 0 0 1-.23 2.16 4.51 4.51 0 0 1-.75 1.68 3.64 3.64 0 0 1-1.39 1.09 4.31 4.31 0 0 1-1.94.4 6.26 6.26 0 0 1-1.2-.12 4.37 4.37 0 0 1-1.16-.4 2.89 2.89 0 0 1-.9-.71 1.72 1.72 0 0 1-.4-1.07h-2.32a3.65 3.65 0 0 0 .6 1.94 4.33 4.33 0 0 0 1.38 1.28 6.15 6.15 0 0 0 1.86.71 9.61 9.61 0 0 0 2 .22q3.39 0 5-1.72a7.44 7.44 0 0 0 1.58-5.19zm-6.5-.68a3.55 3.55 0 0 1-1.91-.48 3.69 3.69 0 0 1-1.23-1.26 5.44 5.44 0 0 1-.66-1.73 9.73 9.73 0 0 1-.19-1.91 8 8 0 0 1 .23-1.94 4.81 4.81 0 0 1 .74-1.64 3.72 3.72 0 0 1 1.3-1.13 4 4 0 0 1 1.91-.42 3.69 3.69 0 0 1 1.86.44 3.62 3.62 0 0 1 1.24 1.16 5.11 5.11 0 0 1 .7 1.63 7.74 7.74 0 0 1 .22 1.83 8.53 8.53 0 0 1-.23 2 5.74 5.74 0 0 1-.72 1.76 3.81 3.81 0 0 1-1.3 1.26 3.76 3.76 0 0 1-2 .48z"/></clipPath><linearGradient id="sprite-f" x1="91.536%" x2="-37.559%" y1="4.839%" y2="71.968%"><stop stop-color="#00A0FF" offset="0%"/><stop stop-color="#00A1FF" offset=".657%"/><stop stop-color="#00BEFF" offset="26.01%"/><stop stop-color="#00D2FF" offset="51.22%"/><stop stop-color="#00DFFF" offset="76.04%"/><stop stop-color="#00E3FF" offset="100%"/></linearGradient><linearGradient id="sprite-g" x1="107.728%" x2="-130.665%" y1="49.428%" y2="49.428%"><stop stop-color="#FFE000" offset="0%"/><stop stop-color="#FFBD00" offset="40.87%"/><stop stop-color="#FFA500" offset="77.54%"/><stop stop-color="#FF9C00" offset="100%"/></linearGradient><linearGradient id="sprite-h" x1="86.389%" x2="-49.888%" y1="17.815%" y2="194.393%"><stop stop-color="#FF3A44" offset="0%"/><stop stop-color="#C31162" offset="100%"/></linearGradient><linearGradient id="sprite-i" x1="-18.579%" x2="42.275%" y1="-54.527%" y2="24.69%"><stop stop-color="#32A071" offset="0%"/><stop stop-color="#2DA771" offset="6.85%"/><stop stop-color="#15CF74" offset="47.62%"/><stop stop-color="#06E775" offset="80.09%"/><stop stop-color="#00F076" offset="100%"/></linearGradient>
+<linearGradient id="wds-company-logo-fandom-heart-a" x1="0%" x2="63.848%" y1="100%" y2="32.54%"><stop stop-color="#94D11F" offset="0%"/><stop stop-color="#09D3BF" offset="100%"/></linearGradient>
+<linearGradient x1="33.016%" y1="84.794%" x2="84.225%" y2="35.32%" id="wds-company-logo-fandom-powered-by-wikia-two-lines-a"><stop stop-color="#ADED00" offset="0%"/><stop stop-color="#00D6D6" offset="100%"/></linearGradient>
+<linearGradient x1="0%" y1="100%" x2="63.848%" y2="32.54%" id="wds-company-logo-fandom-powered-by-wikia-a"><stop stop-color="#94D11F" offset="0%"/><stop stop-color="#09D3BF" offset="100%"/></linearGradient>
+<linearGradient id="wds-company-logo-fandom-a" x1="0%" x2="63.848%" y1="100%" y2="32.54%"><stop stop-color="#94D11F" offset="0%"/><stop stop-color="#09D3BF" offset="100%"/></linearGradient>
+<clipPath id="wds-company-logo-wikia-org-a"><path fill="none" clip-rule="evenodd" d="M83.06 19.53v3h3v-3zm8.77-4a7 7 0 0 1 .34-2.28 4.92 4.92 0 0 1 .94-1.68 4 4 0 0 1 1.41-1 4.28 4.28 0 0 1 3.41 0 4 4 0 0 1 1.41 1 4.92 4.92 0 0 1 .94 1.68 7 7 0 0 1 .34 2.28 7 7 0 0 1-.34 2.28 4.77 4.77 0 0 1-.94 1.67 4.09 4.09 0 0 1-1.41 1 4.28 4.28 0 0 1-3.41 0 4.09 4.09 0 0 1-1.41-1 4.77 4.77 0 0 1-.94-1.67 7 7 0 0 1-.34-2.28zm-2.46 0a9.28 9.28 0 0 0 .44 2.9 6.61 6.61 0 0 0 1.31 2.34 6 6 0 0 0 2.16 1.56 8.09 8.09 0 0 0 5.91 0 6.06 6.06 0 0 0 2.14-1.56 6.61 6.61 0 0 0 1.31-2.34 9.28 9.28 0 0 0 .44-2.9 9.41 9.41 0 0 0-.44-2.91 6.59 6.59 0 0 0-1.31-2.35 6.21 6.21 0 0 0-2.13-1.58 7.91 7.91 0 0 0-5.91 0 6.18 6.18 0 0 0-2.16 1.57 6.59 6.59 0 0 0-1.31 2.35 9.41 9.41 0 0 0-.44 2.91zm16.36-7.08v14.12h2.32v-6.29a9.66 9.66 0 0 1 .27-2.42 4.63 4.63 0 0 1 .87-1.79 3.75 3.75 0 0 1 1.6-1.07 6.57 6.57 0 0 1 2.38-.38V8.11a5.22 5.22 0 0 0-3.11.76 6.29 6.29 0 0 0-2.06 2.55h-.05v-3zm21.37 12.91V8.44h-2.19v2a4.13 4.13 0 0 0-1.75-1.76 5.21 5.21 0 0 0-2.46-.59 6.29 6.29 0 0 0-3.09.7 6 6 0 0 0-2 1.78 7 7 0 0 0-1.09 2.4 10.73 10.73 0 0 0-.33 2.58 9.35 9.35 0 0 0 .4 2.75 6.57 6.57 0 0 0 1.19 2.27 5.77 5.77 0 0 0 2 1.54 6.22 6.22 0 0 0 2.76.57 5.64 5.64 0 0 0 2.58-.61 3.9 3.9 0 0 0 1.82-1.93h.05v.93a9.39 9.39 0 0 1-.23 2.16 4.51 4.51 0 0 1-.75 1.68 3.64 3.64 0 0 1-1.39 1.09 4.31 4.31 0 0 1-1.94.4 6.26 6.26 0 0 1-1.2-.12 4.37 4.37 0 0 1-1.16-.4 2.89 2.89 0 0 1-.9-.71 1.72 1.72 0 0 1-.4-1.07h-2.32a3.65 3.65 0 0 0 .6 1.94 4.33 4.33 0 0 0 1.38 1.28 6.15 6.15 0 0 0 1.86.71 9.61 9.61 0 0 0 2 .22q3.39 0 5-1.72a7.44 7.44 0 0 0 1.58-5.19zm-6.5-.68a3.55 3.55 0 0 1-1.91-.48 3.69 3.69 0 0 1-1.23-1.26 5.44 5.44 0 0 1-.66-1.73 9.73 9.73 0 0 1-.19-1.91 8 8 0 0 1 .23-1.94 4.81 4.81 0 0 1 .74-1.64 3.72 3.72 0 0 1 1.3-1.13 4 4 0 0 1 1.91-.42 3.69 3.69 0 0 1 1.86.44 3.62 3.62 0 0 1 1.24 1.16 5.11 5.11 0 0 1 .7 1.63 7.74 7.74 0 0 1 .22 1.83 8.53 8.53 0 0 1-.23 2 5.74 5.74 0 0 1-.72 1.76 3.81 3.81 0 0 1-1.3 1.26 3.76 3.76 0 0 1-2 .48z"/></clipPath>
+<linearGradient id="wds-company-store-googleplay-a" x1="91.536%" x2="-37.559%" y1="4.839%" y2="71.968%"><stop stop-color="#00A0FF" offset="0%"/><stop stop-color="#00A1FF" offset=".657%"/><stop stop-color="#00BEFF" offset="26.01%"/><stop stop-color="#00D2FF" offset="51.22%"/><stop stop-color="#00DFFF" offset="76.04%"/><stop stop-color="#00E3FF" offset="100%"/></linearGradient><linearGradient id="wds-company-store-googleplay-b" x1="107.728%" x2="-130.665%" y1="49.428%" y2="49.428%"><stop stop-color="#FFE000" offset="0%"/><stop stop-color="#FFBD00" offset="40.87%"/><stop stop-color="#FFA500" offset="77.54%"/><stop stop-color="#FF9C00" offset="100%"/></linearGradient><linearGradient id="wds-company-store-googleplay-c" x1="86.389%" x2="-49.888%" y1="17.815%" y2="194.393%"><stop stop-color="#FF3A44" offset="0%"/><stop stop-color="#C31162" offset="100%"/></linearGradient><linearGradient id="wds-company-store-googleplay-d" x1="-18.579%" x2="42.275%" y1="-54.527%" y2="24.69%"><stop stop-color="#32A071" offset="0%"/><stop stop-color="#2DA771" offset="6.85%"/><stop stop-color="#15CF74" offset="47.62%"/><stop stop-color="#06E775" offset="80.09%"/><stop stop-color="#00F076" offset="100%"/></linearGradient>
+ </defs>
+ <symbol id="sprite" viewBox="0 0 100 100">
+
+ </symbol>
+ <symbol id="wds-avatar-badges-admin" viewBox="0 0 18 18">
+ <g fill-rule="evenodd"><path d="M0 9c0-1.15 1.247-2.04 1.66-3.04.43-1.035.196-2.544.976-3.324.78-.78 2.29-.546 3.324-.975C6.96 1.248 7.85 0 9 0c1.15 0 2.04 1.247 3.04 1.66 1.035.43 2.544.196 3.324.976.78.78.546 2.29.975 3.324C16.752 6.96 18 7.85 18 9c0 1.15-1.247 2.04-1.66 3.04-.43 1.035-.196 2.544-.976 3.324-.78.78-2.29.546-3.324.975-1 .413-1.89 1.66-3.04 1.66-1.15 0-2.04-1.247-3.04-1.66-1.035-.43-2.544-.196-3.324-.976-.78-.78-.546-2.29-.975-3.324C1.248 11.04 0 10.15 0 9" fill="param(fill) #E3BD00"/><path d="M12.567 7.523L10.41 7.21l-.964-1.954c-.17-.34-.728-.34-.897 0L7.584 7.21l-2.157.313a.5.5 0 0 0-.277.853l1.562 1.52-.368 2.15a.5.5 0 0 0 .725.526l1.927-1.014 1.93 1.014a.5.5 0 0 0 .725-.526l-.37-2.148 1.562-1.52a.502.502 0 0 0-.277-.855z" fill="#FFF"/></g>
+ </symbol>
+ <symbol id="wds-avatar-badges-content-moderator" viewBox="0 0 18 18">
+ <g fill-rule="evenodd"><path d="M0 9c0-1.149 1.247-2.04 1.661-3.04.43-1.035.195-2.544.975-3.324.78-.78 2.29-.546 3.324-.975C6.96 1.247 7.851 0 9 0s2.04 1.247 3.04 1.661c1.035.43 2.544.195 3.324.975.78.78.546 2.29.975 3.324C16.753 6.96 18 7.851 18 9s-1.247 2.04-1.661 3.04c-.43 1.035-.195 2.544-.975 3.324-.78.78-2.29.546-3.324.975C11.04 16.753 10.149 18 9 18s-2.04-1.247-3.04-1.661c-1.035-.43-2.544-.195-3.324-.975-.78-.78-.546-2.29-.975-3.324C1.247 11.04 0 10.149 0 9" fill="param(fill) #999"/><path d="M9.05 6.75l-3.9 3.9c-.1.1-.15.2-.15.35v1.5c0 .3.2.5.5.5H7c.15 0 .25-.05.35-.15l3.9-3.9-2.2-2.2zm3.8-.1l-1.5-1.5c-.2-.2-.5-.2-.7 0l-.9.9 2.2 2.2.9-.9c.2-.2.2-.5 0-.7z" fill="#FFF"/></g>
+ </symbol>
+ <symbol id="wds-avatar-badges-discussion-moderator" viewBox="0 0 18 18">
+ <g fill-rule="evenodd"><path d="M0 9c0-1.15 1.247-2.04 1.66-3.04.43-1.035.196-2.544.976-3.324.78-.78 2.29-.546 3.324-.975C6.96 1.248 7.85 0 9 0c1.15 0 2.04 1.247 3.04 1.66 1.035.43 2.544.196 3.324.976.78.78.546 2.29.975 3.324C16.752 6.96 18 7.85 18 9c0 1.15-1.247 2.04-1.66 3.04-.43 1.035-.196 2.544-.976 3.324-.78.78-2.29.546-3.324.975-1 .413-1.89 1.66-3.04 1.66-1.15 0-2.04-1.247-3.04-1.66-1.035-.43-2.544-.196-3.324-.976-.78-.78-.546-2.29-.975-3.324C1.248 11.04 0 10.15 0 9" fill="param(fill) #999"/><path d="M12.82 8.232c0 1.782-1.753 3.232-3.91 3.232a4.69 4.69 0 0 1-.978-.104l-1.833.727a.33.33 0 0 1-.32-.043.322.322 0 0 1-.126-.293l.17-1.532C5.293 9.653 5 8.953 5 8.232 5 6.45 6.754 5 8.91 5c2.157 0 3.91 1.45 3.91 3.232z" fill="#FFF"/></g>
+ </symbol>
+ <symbol id="wds-avatar-badges-helper" viewBox="0 0 18 18">
+ <g fill-rule="evenodd"><path d="M0 9c0-1.149 1.247-2.04 1.661-3.04.43-1.035.195-2.544.975-3.324.78-.78 2.29-.546 3.324-.975C6.96 1.247 7.851 0 9 0s2.04 1.247 3.04 1.661c1.035.43 2.544.195 3.324.975.78.78.546 2.29.975 3.324C16.753 6.96 18 7.851 18 9s-1.247 2.04-1.661 3.04c-.43 1.035-.195 2.544-.975 3.324-.78.78-2.29.546-3.324.975C11.04 16.753 10.149 18 9 18s-2.04-1.247-3.04-1.661c-1.035-.43-2.544-.195-3.324-.975-.78-.78-.546-2.29-.975-3.324C1.247 11.04 0 10.149 0 9"/><path d="M11.234 4L9.06 6.055 6.89 4.008 4 6.445V9.14L8.995 14 14 9.14l-.01-2.688L11.235 4zM5.245 6.703l1.608-1.356 3.739 3.526-1.484 1.485-3.863-3.655zm4.542.038l1.466-1.385L12.764 6.7l-1.467 1.468-1.51-1.426zM5 8.717v-.87l3.401 3.22-.487.486L5 8.717zm3.63 3.533l4.366-4.369.002.836-4.003 3.89-.365-.357z" fill="param(fill) #FFF"/></g>
+ </symbol>
+ <symbol id="wds-avatar-badges-staff" viewBox="0 0 18 18">
+ <g fill-rule="evenodd"><path d="M0 9c0-1.149 1.247-2.04 1.661-3.04.43-1.035.195-2.544.975-3.324.78-.78 2.29-.546 3.324-.975C6.96 1.247 7.851 0 9 0s2.04 1.247 3.04 1.661c1.035.43 2.544.195 3.324.975.78.78.546 2.29.975 3.324C16.753 6.96 18 7.851 18 9s-1.247 2.04-1.661 3.04c-.43 1.035-.195 2.544-.975 3.324-.78.78-2.29.546-3.324.975C11.04 16.753 10.149 18 9 18s-2.04-1.247-3.04-1.661c-1.035-.43-2.544-.195-3.324-.975-.78-.78-.546-2.29-.975-3.324C1.247 11.04 0 10.149 0 9" fill="param(fill) #00B7E0"/><path d="M11.234 4L9.06 6.055 6.89 4.008 4 6.445V9.14L8.995 14 14 9.14l-.01-2.688L11.235 4zM5.245 6.703l1.608-1.356 3.739 3.526-1.484 1.485-3.863-3.655zm4.542.038l1.466-1.385L12.764 6.7l-1.467 1.468-1.51-1.426zM5 8.717v-.87l3.401 3.22-.487.486L5 8.717zm3.63 3.533l4.366-4.369.002.836-4.003 3.89-.365-.357z" fill="#FFF"/></g>
+ </symbol>
+ <symbol id="wds-avatar-badges-vstf" viewBox="0 0 18 18">
+ <g fill-rule="evenodd"><path d="M0 9c0-1.15 1.247-2.04 1.66-3.04.43-1.035.196-2.544.976-3.324.78-.78 2.29-.546 3.324-.975C6.96 1.248 7.85 0 9 0c1.15 0 2.04 1.247 3.04 1.66 1.035.43 2.544.196 3.324.976.78.78.546 2.29.975 3.324C16.752 6.96 18 7.85 18 9c0 1.15-1.247 2.04-1.66 3.04-.43 1.035-.196 2.544-.976 3.324-.78.78-2.29.546-3.324.975-1 .413-1.89 1.66-3.04 1.66-1.15 0-2.04-1.247-3.04-1.66-1.035-.43-2.544-.196-3.324-.976-.78-.78-.546-2.29-.975-3.324C1.248 11.04 0 10.15 0 9"/><g fill="param(fill) #FFF"><path d="M7.667 5h2.667v8H7.667z"/><path d="M13 7.667v2.667H5V7.667z"/></g></g>
+ </symbol>
+ <symbol id="wds-company-logo-fandom-heart" viewBox="0 0 24 24">
+ <path fill="param(fill) url(#wds-company-logo-fandom-heart-a)" d="M10.175 16.803c0 .19-.046.46-.26.666l-.81.69-7.362-6.94V8.51l8.094 7.627c.126.12.338.367.338.666zm11.21-8.096v2.525l-9.158 8.86a.673.673 0 0 1-.493.21.73.73 0 0 1-.514-.21l-.838-.76L21.384 8.707zm-6.976 4.498l-2.54 2.422-8.04-7.672a1.997 1.997 0 0 1-.01-2.9l2.54-2.423 8.04 7.672c.84.8.84 2.1 0 2.9zm-1.5-6.682L15.55 4c.406-.387.945-.6 1.52-.6.575 0 1.114.213 1.52.6l2.73 2.605-4.164 3.973-1.52-1.45-2.73-2.605zm10.17-.403L17.09.317l-.125-.12-.124.12-5.22 5.03L6.96.867 6.953.864 6.948.858l-.583-.47-.12-.098-.115.106L.052 6.11 0 6.16v5.76l.05.05 11.396 10.867.123.117.12-.117L23.07 11.97l.05-.05V6.17l-.05-.05z"/>
+ </symbol>
+ <symbol id="wds-company-logo-fandom-powered-by-wikia-two-lines" viewBox="0 0 184 44">
+ <g fill="param(fill) none" fill-rule="evenodd"><path d="M48.283 1.884c-5.14 0-8.594 3.466-8.594 8.624v16.63h4.285V14.915h4.497v-4.07h-4.497v-.37c0-2.912 1.516-4.389 4.505-4.389.292 0 .571.05.867.104.112.02.226.04.342.058l.216.034v-4.21l-.163-.021a19.47 19.47 0 0 1-.383-.057 6.92 6.92 0 0 0-1.075-.11zm14.72 16.828c0 2.958-1.433 4.521-4.146 4.521-3.72 0-4.276-2.833-4.276-4.521 0-2.874 1.559-4.522 4.276-4.522 2.653 0 4.01 1.482 4.146 4.522m4.304.846a36.71 36.71 0 0 0-.018-.854c-.202-5.294-3.432-8.583-8.432-8.583-2.58 0-4.763.869-6.314 2.513-1.45 1.536-2.247 3.683-2.247 6.045 0 4.916 3.484 8.623 8.105 8.623 2.197 0 3.98-.839 5.186-2.432a11.6 11.6 0 0 0 .737 2.157l.05.11h4.32l-.118-.267c-1.206-2.715-1.244-5.481-1.27-7.312m11.612-9.438c-2.464 0-4.547.868-6.025 2.509-1.384 1.537-2.146 3.698-2.146 6.083v8.426h4.285v-8.426c0-2.874 1.416-4.521 3.886-4.521 2.469 0 3.885 1.647 3.885 4.52v8.427h4.285v-8.426c0-2.385-.762-4.546-2.146-6.083-1.478-1.64-3.56-2.508-6.024-2.508m23.299 8.591c0 2.958-1.433 4.521-4.145 4.521-3.721 0-4.277-2.833-4.277-4.521 0-2.874 1.56-4.522 4.277-4.522 2.653 0 4.009 1.482 4.145 4.522m3.684 0V4.276h-4.133v6.8c-1.317-.595-2.283-.955-3.92-.955-5.055 0-8.45 3.44-8.45 8.558 0 4.916 3.508 8.623 8.161 8.623 2.37 0 4.08-.715 5.213-2.185.181.78.447 1.619.763 2.401l.047.118h4.324l-.116-.266c-1.386-3.185-1.89-6.923-1.89-8.658m15.426 0c0 2.873-1.535 4.521-4.21 4.521-2.677 0-4.212-1.648-4.212-4.521 0-2.874 1.535-4.522 4.211-4.522s4.211 1.648 4.211 4.522m-4.21-8.591c-5.003 0-8.497 3.533-8.497 8.59 0 5.059 3.494 8.591 8.496 8.591 5.003 0 8.497-3.532 8.497-8.59s-3.494-8.591-8.497-8.591m34.45 2.328c-1.36-1.523-3.28-2.328-5.552-2.328-2.313 0-4.21 1.106-5.376 3.125-1.166-2.019-3.063-3.125-5.376-3.125-2.273 0-4.193.805-5.553 2.328-1.268 1.42-1.967 3.41-1.967 5.604v9.085h4.286v-9.085c0-2.455 1.179-3.862 3.234-3.862 2.054 0 3.233 1.407 3.233 3.862v9.085h4.286v-9.085c0-2.455 1.178-3.862 3.233-3.862s3.234 1.407 3.234 3.862v9.085h4.285v-9.085c0-2.194-.698-4.184-1.967-5.604" fill="#FFF"/><path d="M13.464 23.496c0 .267-.06.646-.346.935l-1.07.978-9.741-9.726v-3.817l10.71 10.696c.166.169.447.515.447.934zm14.833-11.351v3.54L16.179 28.109c-.2.202-.401.292-.652.292a.93.93 0 0 1-.68-.293l-1.109-1.065 14.559-14.898zm-9.231 6.306l-3.359 3.396L5.07 11.09a2.872 2.872 0 0 1-.829-2.034c0-.77.294-1.493.828-2.033l3.36-3.397 10.638 10.757a2.903 2.903 0 0 1 0 4.068zm-1.981-9.37l3.5-3.538a2.811 2.811 0 0 1 2.01-.84c.76 0 1.475.299 2.012.841l3.612 3.653-5.51 5.571-2.012-2.034-3.612-3.652zm13.452-.562L22.623.379l-.164-.17-.165.169-6.909 7.053-6.176-6.278-.007-.007-.008-.007-.771-.66-.161-.137-.15.15-8.043 8.01-.069.07v8.078l.068.068 15.077 15.239.164.165.163-.165 15.064-15.239.067-.068V8.587l-.066-.068z" fill="url(#wds-company-logo-fandom-powered-by-wikia-two-lines-a)"/><path d="M153.465 37.06l-.999 4.415-.779-4.414h-2.145l1.584 6.462h2.758l.771-3.354.773 3.354h2.758l1.59-6.462h-2.154l-.775 4.414-1.015-4.415zm27.791 4.042c-.264.36-.676.602-1.212.602-.615 0-1.105-.422-1.105-1.423 0-1.004.49-1.428 1.105-1.428.536 0 .948.243 1.212.605v1.644zm2.052-2.162l.114-1.88h-1.878l-.143.709c-.431-.481-.97-.881-1.914-.881-1.713 0-2.648 1.172-2.648 3.393 0 2.219.935 3.39 2.648 3.39.945 0 1.483-.398 1.914-.88l.147.73h1.874l-.114-1.902V38.94zm-18.266 4.582v-9.689h2.057v5.432l.55-.725 1.182-1.478h2.942l-2.468 2.553 2.573 3.907h-2.668l-1.402-2.457-.71.71v1.746zm-3.071-9.653c-.65 0-1.176.558-1.176 1.244 0 .688.526 1.246 1.176 1.246.65 0 1.176-.558 1.176-1.246 0-.686-.527-1.244-1.176-1.244m1.771 4.555V37.06h-2.947v6.462h2.947v-1.357h-.923v-3.741zm9.714-3.311c0 .688.528 1.246 1.178 1.246.65 0 1.177-.558 1.177-1.246 0-.686-.527-1.244-1.177-1.244s-1.178.558-1.178 1.244m.331 3.311v3.741h-.924v1.356h2.947V37.06h-2.947v1.365zm-82.189 1.667c.155 0 .303-.012.446-.036a.992.992 0 0 0 .377-.14.746.746 0 0 0 .262-.295c.066-.127.098-.294.098-.5 0-.205-.032-.371-.098-.498a.75.75 0 0 0-.262-.295 1.004 1.004 0 0 0-.377-.14 2.669 2.669 0 0 0-.446-.036h-1.046v1.94h1.046zm.369-3.047c.383 0 .709.06.977.177.269.118.488.274.656.467.169.194.292.414.369.662a2.592 2.592 0 0 1 0 1.537c-.077.251-.2.473-.369.667a1.826 1.826 0 0 1-.656.467c-.268.118-.594.177-.977.177h-1.415v2.321h-1.346v-6.475h2.76zm4.129 4.059c.06.256.155.488.287.693.131.206.302.37.514.495.211.123.469.185.772.185.303 0 .56-.062.771-.185.212-.124.383-.29.515-.495.131-.205.227-.437.287-.693a3.732 3.732 0 0 0 0-1.619 2.256 2.256 0 0 0-.287-.712 1.497 1.497 0 0 0-.515-.5 1.506 1.506 0 0 0-.771-.185c-.303 0-.56.062-.772.186-.212.124-.383.29-.514.499a2.25 2.25 0 0 0-.288.712 3.732 3.732 0 0 0 0 1.619m-1.23-2.14c.137-.415.334-.776.591-1.085a2.72 2.72 0 0 1 .948-.725 2.944 2.944 0 0 1 1.265-.262c.474 0 .897.088 1.269.263.371.175.686.417.943.725.257.309.454.67.591 1.084.138.414.206.863.206 1.347 0 .471-.068.911-.206 1.32a3.19 3.19 0 0 1-.591 1.065c-.257.303-.572.54-.943.712a2.98 2.98 0 0 1-1.27.259c-.468 0-.89-.087-1.264-.26a2.716 2.716 0 0 1-.948-.71 3.197 3.197 0 0 1-.591-1.067 4.109 4.109 0 0 1-.206-1.32c0-.483.069-.932.206-1.346m11.224 4.556l-1.038-4.407h-.017l-1.02 4.407h-1.364l-1.62-6.475h1.346l.969 4.408h.017l1.064-4.408h1.26l1.047 4.462h.017l1.002-4.462h1.32l-1.646 6.475zm8.179-6.475v1.197h-3.232v1.388h2.966v1.106h-2.966v1.587h3.3v1.197h-4.647v-6.475zm3.798 2.929c.31 0 .54-.072.695-.217.155-.145.231-.381.231-.708 0-.314-.076-.542-.231-.684-.154-.142-.386-.213-.694-.213h-1.475v1.822h1.475zm.48-2.93c.275 0 .522.048.742.142a1.683 1.683 0 0 1 .926.952c.083.214.125.446.125.694 0 .38-.076.71-.228.988-.15.278-.398.49-.741.635v.018c.166.049.303.123.411.222.109.1.198.218.266.354.069.136.119.286.15.449.032.163.053.326.064.49l.018.362c.005.14.015.282.03.427.014.145.037.282.068.412.032.13.079.24.142.331h-1.346a2.638 2.638 0 0 1-.138-.734 11.532 11.532 0 0 0-.077-.816c-.046-.34-.143-.587-.291-.744-.149-.157-.392-.236-.729-.236h-1.346v2.53h-1.346v-6.475h3.3zm7.469.001v1.197h-3.233v1.388h2.967v1.106h-2.967v1.587h3.301v1.197h-4.647v-6.475zm3.524 5.278c.194 0 .382-.033.565-.1.183-.066.346-.176.49-.33a1.71 1.71 0 0 0 .342-.604c.086-.248.129-.55.129-.906 0-.327-.03-.622-.09-.885a1.812 1.812 0 0 0-.296-.676 1.325 1.325 0 0 0-.545-.43c-.226-.1-.504-.15-.835-.15h-.96v4.081h1.2zm.094-5.278c.394 0 .762.067 1.102.2.34.133.634.332.883.598.248.266.443.599.583.998.14.399.21.867.21 1.406 0 .47-.058.906-.172 1.305a2.93 2.93 0 0 1-.518 1.034 2.45 2.45 0 0 1-.866.685c-.346.166-.754.25-1.222.25h-2.641v-6.477h2.64zm8.883 5.369c.131 0 .257-.014.377-.04a.897.897 0 0 0 .317-.137.674.674 0 0 0 .219-.259.933.933 0 0 0 .081-.416c0-.333-.088-.57-.266-.712-.177-.143-.411-.214-.703-.214h-1.465v1.778h1.44zm-.077-2.748a.93.93 0 0 0 .591-.181c.154-.121.232-.318.232-.59a.79.79 0 0 0-.078-.372.593.593 0 0 0-.205-.226.837.837 0 0 0-.296-.114 1.851 1.851 0 0 0-.347-.031h-1.26v1.514h1.363zm.171-2.621c.291 0 .557.027.797.082.24.054.446.143.618.267.171.124.304.289.398.494.095.206.142.46.142.762 0 .327-.07.599-.21.816-.14.218-.347.397-.622.536.378.114.659.316.845.603.186.287.278.633.278 1.038 0 .327-.06.61-.18.848-.12.239-.281.434-.484.585a2.092 2.092 0 0 1-.694.336c-.26.072-.528.108-.802.108h-2.967v-6.475h2.881zm2.495 0h1.51l1.431 2.557 1.423-2.557h1.5l-2.271 3.99v2.485h-1.346v-2.52z" fill="#656E78"/></g>
+ </symbol>
+ <symbol id="wds-company-logo-fandom-powered-by-wikia" viewBox="0 0 254 26">
+ <g fill="param(fill) none" fill-rule="evenodd"><path d="M232.073 9.342v10.496h2.358v-1.89l.814-.772 1.606 2.662h3.058l-2.948-4.234 2.828-2.765h-3.372l-1.356 1.598-.63.786V9.342h-2.357zm-8.503 3.496l-.888 4.78-1.162-4.78h-2.715l-1.143 4.78-.893-4.78h-2.46l1.817 7h3.16l.885-3.633.885 3.632h3.16l1.822-7h-2.47zm27.085 4.377c-.3.392-.772.654-1.387.654-.705 0-1.268-.46-1.268-1.545s.563-1.543 1.268-1.543c.615 0 1.086.262 1.387.654v1.78zm2.353-2.34l.13-2.037h-2.15l-.164.767c-.496-.522-1.112-.955-2.196-.955-1.963 0-3.035 1.27-3.035 3.675 0 2.407 1.072 3.675 3.035 3.675 1.084 0 1.7-.43 2.196-.954l.17.792h2.145l-.132-2.06v-2.904zM228.555 9.38a1.349 1.349 0 1 0 .002 2.7 1.349 1.349 0 0 0-.002-2.701m2.03 4.935V12.84l-1.02-.002h-2.358v7h3.378V18.37h-1.06v-4.057h1.06zm11.133-3.584a1.348 1.348 0 1 0 2.697 0 1.348 1.348 0 0 0-2.697-.001m.376 3.585v4.056h-1.06v1.468h3.38V12.84h-3.378v1.474h1.058z" fill="#0B2343"/><path d="M147.733 16.13c.176 0 .346-.013.51-.04.163-.026.306-.076.43-.15a.85.85 0 0 0 .3-.32c.074-.137.112-.316.112-.538 0-.222-.038-.402-.113-.54a.836.836 0 0 0-.3-.318 1.149 1.149 0 0 0-.43-.15 3.012 3.012 0 0 0-.51-.04h-1.194v2.096h1.195zm.42-3.292c.44 0 .81.064 1.118.192.308.127.558.295.75.504.193.21.333.447.422.715a2.674 2.674 0 0 1 0 1.66c-.09.27-.23.51-.422.72a2.084 2.084 0 0 1-.75.504c-.306.127-.678.19-1.116.19h-1.616v2.51H145v-6.995l3.154-.002zm4.817 4.385c.067.278.176.528.327.75.15.22.346.398.588.532.24.134.535.2.88.2.347.002.64-.066.883-.2.242-.134.437-.312.588-.534.15-.22.26-.47.328-.748.068-.277.103-.563.103-.857 0-.307-.035-.604-.103-.892a2.391 2.391 0 0 0-.328-.768 1.668 1.668 0 0 0-.588-.54c-.242-.133-.536-.2-.882-.2s-.64.067-.88.2c-.243.135-.44.314-.59.54-.15.225-.26.48-.327.768a3.76 3.76 0 0 0-.001 1.749m-1.407-2.312c.157-.447.382-.837.676-1.17a3.075 3.075 0 0 1 1.082-.784c.427-.19.91-.284 1.444-.284a3.53 3.53 0 0 1 1.45.284c.425.19.784.45 1.078.783.294.333.52.723.676 1.17.156.448.235.933.235 1.455 0 .51-.08.984-.235 1.425-.157.44-.382.825-.676 1.15a3.087 3.087 0 0 1-1.078.77c-.424.186-.908.28-1.45.28a3.583 3.583 0 0 1-1.444-.28 3.07 3.07 0 0 1-1.083-.77 3.381 3.381 0 0 1-.677-1.15 4.214 4.214 0 0 1-.235-1.425c0-.522.078-1.007.235-1.455m12.925 4.923l-1.185-4.76h-.02l-1.167 4.76h-1.557l-1.852-6.994h1.538l1.107 4.76h.02l1.214-4.76h1.44l1.195 4.818h.018l1.146-4.82h1.51l-1.882 6.995h-1.528zm9.443-6.993v1.292h-3.693v1.5h3.39v1.194h-3.39v1.714h3.77v1.293h-5.308V12.84h5.23zm4.437 3.163c.353 0 .617-.078.794-.235.176-.157.264-.41.264-.764 0-.34-.088-.586-.264-.74-.177-.153-.44-.23-.794-.23h-1.685v1.97h1.684zm.55-3.164c.312 0 .595.05.846.15.25.102.467.24.646.417.18.177.317.38.412.612.094.23.142.48.142.75 0 .41-.087.766-.26 1.067-.173.3-.455.53-.847.685v.02c.19.052.346.132.47.24.124.108.225.235.304.382.078.147.135.308.17.485.037.175.06.35.075.528l.02.392c.006.15.017.303.034.46.016.157.042.305.078.446.036.14.09.26.16.357h-1.536a2.685 2.685 0 0 1-.157-.793c-.02-.307-.048-.6-.087-.882-.052-.366-.163-.633-.333-.803-.17-.17-.448-.255-.833-.255h-1.538v2.733h-1.54v-6.99h3.773zm8.628.001v1.292h-3.693v1.5h3.39v1.194h-3.39v1.714h3.77v1.293h-5.31V12.84h5.232zm4.125 5.7c.222 0 .437-.036.646-.108.21-.072.395-.19.56-.357.162-.167.293-.384.39-.652.1-.268.147-.594.147-.98 0-.352-.034-.67-.102-.955a1.943 1.943 0 0 0-.338-.73 1.501 1.501 0 0 0-.622-.464c-.258-.11-.577-.162-.956-.162h-1.097v4.408h1.372zm.108-5.7c.45 0 .87.07 1.26.214.387.144.723.36 1.007.647.284.288.506.647.667 1.078.158.43.238.938.238 1.52 0 .508-.065.978-.195 1.41-.13.43-.33.802-.593 1.116-.265.313-.595.56-.99.74-.395.18-.86.27-1.395.27h-3.018V12.84h3.018zm10.345 5.798c.15 0 .293-.014.43-.044s.258-.078.363-.147a.747.747 0 0 0 .25-.28.98.98 0 0 0 .092-.45c0-.358-.1-.615-.303-.768-.203-.155-.47-.232-.803-.232h-1.677v1.92h1.646zm-.09-2.968c.275 0 .5-.065.677-.196.176-.13.264-.342.264-.637a.801.801 0 0 0-.087-.4.64.64 0 0 0-.235-.246.983.983 0 0 0-.338-.12 2.14 2.14 0 0 0-.397-.036h-1.44v1.636h1.558zm.197-2.83c.333 0 .637.03.91.087.275.06.51.155.706.29.196.133.348.31.456.533.106.222.16.497.16.823 0 .353-.08.647-.24.88-.16.237-.396.43-.71.58.43.124.753.34.965.65.212.31.318.685.318 1.123 0 .352-.068.657-.205.916a1.776 1.776 0 0 1-.554.63 2.43 2.43 0 0 1-.793.364 3.581 3.581 0 0 1-.915.117h-3.39V12.84h3.292zm2.948 0h1.724l1.635 2.762 1.626-2.763h1.715l-2.596 4.31v2.683h-1.538V17.11l-2.567-4.27z" fill="#7E90A2"/><path d="M129.71 10.107c-1.16-1.222-2.797-1.868-4.736-1.868-1.972 0-3.59.887-4.583 2.507-.993-1.62-2.61-2.508-4.583-2.508-1.938 0-3.574.645-4.735 1.867-1.08 1.14-1.676 2.736-1.676 4.496v7.29h3.654v-7.29c0-1.97 1.005-3.1 2.757-3.1 1.752 0 2.756 1.13 2.756 3.1v7.29h3.655v-7.29c0-1.97 1.005-3.1 2.756-3.1 1.753 0 2.758 1.13 2.758 3.1v7.29h3.654v-7.29c0-1.76-.596-3.357-1.677-4.496M42.565 1.72c-.295-.044-.6-.09-.917-.09-4.383 0-7.327 2.782-7.327 6.92v13.342h3.654v-9.806h3.834V8.82h-3.834v-.297c0-2.336 1.293-3.52 3.84-3.52.25 0 .488.04.74.082l.292.047.185.027V1.78l-.138-.018c-.11-.014-.22-.03-.327-.045M54.2 15.132c0 2.373-1.223 3.627-3.536 3.627-3.172 0-3.646-2.274-3.646-3.628 0-2.306 1.33-3.628 3.646-3.628 2.262 0 3.418 1.19 3.535 3.628m3.668.678c-.004-.254-.007-.484-.016-.684-.17-4.248-2.925-6.887-7.188-6.887-2.2 0-4.06.697-5.384 2.016-1.236 1.232-1.916 2.954-1.916 4.85 0 3.943 2.97 6.918 6.91 6.918 1.874 0 3.395-.673 4.422-1.952.15.6.362 1.18.63 1.73l.042.09h3.684l-.102-.214c-1.028-2.18-1.06-4.398-1.082-5.868m9.901-7.568c-2.1 0-3.877.695-5.137 2.01-1.18 1.235-1.83 2.968-1.83 4.882v6.76h3.655v-6.76c0-2.306 1.208-3.628 3.313-3.628 2.105 0 3.312 1.322 3.312 3.628v6.76h3.654v-6.76c0-1.914-.65-3.647-1.83-4.88-1.26-1.317-3.035-2.013-5.136-2.013m19.865 6.893c0 2.373-1.222 3.627-3.535 3.627-3.173 0-3.647-2.274-3.647-3.628 0-2.306 1.33-3.628 3.646-3.628 2.26 0 3.417 1.19 3.534 3.628m3.14 0V3.55H87.25v5.456c-1.122-.478-1.946-.767-3.342-.767-4.31 0-7.205 2.76-7.205 6.865 0 3.944 2.992 6.92 6.96 6.92 2.02 0 3.477-.575 4.444-1.755.154.627.38 1.3.65 1.927l.04.095h3.687l-.1-.213c-1.18-2.557-1.61-5.556-1.61-6.948m13.152.002c0 2.305-1.308 3.627-3.59 3.627s-3.59-1.323-3.59-3.628c0-2.306 1.308-3.628 3.59-3.628s3.59 1.322 3.59 3.628m-3.59-6.893c-4.265 0-7.245 2.833-7.245 6.892 0 4.058 2.98 6.892 7.246 6.892 4.265 0 7.245-2.834 7.245-6.892 0-4.06-2.98-6.893-7.244-6.893" fill="#39414D"/><path d="M11.48 18.903c0 .214-.052.518-.296.75l-.913.785-8.303-7.804V9.572l9.13 8.582c.143.135.383.413.383.75zm12.646-9.107v2.84l-10.33 9.968a.767.767 0 0 1-.558.235.819.819 0 0 1-.58-.237l-.945-.854L24.126 9.795zm-7.87 5.06l-2.863 2.724-9.07-8.63a2.236 2.236 0 0 1-.003-3.263L7.185 2.96l9.07 8.632c.947.9.947 2.363 0 3.263zm-1.69-7.518l2.985-2.84a2.478 2.478 0 0 1 1.715-.673c.65 0 1.258.24 1.715.675l3.08 2.93-4.698 4.47-1.715-1.63-3.08-2.932zm11.47-.452L19.29.356 19.15.22l-.14.134-5.892 5.66L7.852.977 7.845.97 7.84.967l-.66-.53-.136-.11-.128.12L.06 6.874 0 6.93v6.48l.058.055L12.913 25.69l.14.134.14-.133 12.843-12.225.057-.055V6.94l-.056-.054z" fill="url(#wds-company-logo-fandom-powered-by-wikia-a)" transform="translate(.48 .067)"/></g>
+ </symbol>
+ <symbol id="wds-company-logo-fandom" viewBox="0 0 117 23">
+ <g fill-rule="evenodd"><path d="M114.543 8.924c-1.028-1.086-2.48-1.66-4.197-1.66-1.748 0-3.18.79-4.062 2.23-.882-1.44-2.315-2.23-4.063-2.23-1.71 0-3.16.574-4.19 1.66-.96 1.013-1.48 2.432-1.48 3.997v6.48h3.24v-6.48c0-1.75.89-2.75 2.445-2.75s2.444 1.01 2.444 2.76v6.48h3.24v-6.48c0-1.75.89-2.75 2.44-2.75 1.554 0 2.444 1.005 2.444 2.756v6.48h3.24v-6.48c0-1.564-.53-2.983-1.487-3.996M37.3 1.467c-.26-.038-.53-.078-.81-.078-3.886 0-6.496 2.47-6.496 6.15V19.4h3.24v-8.717h3.397V7.78h-3.39v-.263c0-2.077 1.15-3.13 3.41-3.13.22 0 .43.035.657.073.085.014.17.03.26.042l.163.024v-3l-.13-.016-.29-.05m10.31 11.923c0 2.11-1.083 3.224-3.133 3.224-2.81 0-3.23-2.02-3.23-3.224 0-2.05 1.18-3.223 3.23-3.223 2.007 0 3.03 1.058 3.135 3.226m3.254.602c-.004-.226-.007-.43-.014-.61-.153-3.774-2.594-6.12-6.373-6.12-1.95 0-3.6.62-4.77 1.792-1.1 1.096-1.7 2.627-1.7 4.31 0 3.507 2.63 6.152 6.12 6.152 1.66 0 3.01-.6 3.92-1.736.134.534.32 1.05.56 1.54l.04.08h3.264l-.09-.19c-.91-1.938-.94-3.91-.96-5.217m8.774-6.73c-1.86 0-3.436.62-4.553 1.79-1.046 1.09-1.622 2.63-1.622 4.34v6.01h3.24v-6.01c0-2.05 1.07-3.23 2.935-3.23s2.938 1.174 2.938 3.223v6.01h3.237v-6.01c0-1.7-.576-3.24-1.622-4.336-1.115-1.17-2.69-1.79-4.552-1.79m17.61 6.125c0 2.11-1.085 3.224-3.135 3.224-2.812 0-3.232-2.02-3.232-3.224 0-2.05 1.18-3.22 3.235-3.22 2.006 0 3.03 1.055 3.134 3.223m2.786 0V3.095h-3.13v4.85c-.994-.423-1.724-.68-2.962-.68-3.82 0-6.385 2.453-6.385 6.103 0 3.5 2.655 6.15 6.17 6.15 1.79 0 3.085-.51 3.94-1.56.14.55.34 1.15.58 1.71l.033.082h3.27l-.088-.19c-1.048-2.27-1.428-4.937-1.428-6.174m11.655-.003c0 2.05-1.16 3.225-3.183 3.225-2.024 0-3.184-1.175-3.184-3.224 0-2.05 1.16-3.22 3.185-3.22 2.024 0 3.184 1.175 3.184 3.225M88.52 7.26c-3.78 0-6.42 2.52-6.42 6.13s2.64 6.13 6.42 6.13 6.42-2.52 6.42-6.127c0-3.607-2.64-6.126-6.42-6.126"/><path fill="param(fill) url(#wds-company-logo-fandom-a)" d="M10.175 16.803c0 .19-.046.46-.26.666l-.81.69-7.362-6.94V8.51l8.094 7.627c.126.12.338.367.338.666zm11.21-8.096v2.525l-9.158 8.86a.673.673 0 0 1-.493.21.73.73 0 0 1-.514-.21l-.838-.76L21.384 8.707zm-6.976 4.498l-2.54 2.422-8.04-7.672a1.997 1.997 0 0 1-.01-2.9l2.54-2.423 8.04 7.672c.84.8.84 2.1 0 2.9zm-1.5-6.682L15.55 4c.406-.387.945-.6 1.52-.6.575 0 1.114.213 1.52.6l2.73 2.605-4.164 3.973-1.52-1.45-2.73-2.605zm10.17-.403L17.09.317l-.125-.12-.124.12-5.22 5.03L6.96.867 6.953.864 6.948.858l-.583-.47-.12-.098-.115.106L.052 6.11 0 6.16v5.76l.05.05 11.396 10.867.123.117.12-.117L23.07 11.97l.05-.05V6.17l-.05-.05z"/></g>
+ </symbol>
+ <symbol id="wds-company-logo-powered-by-wikia" viewBox="0 0 128 13">
+ <g fill="param(fill) none" fill-rule="evenodd"><path d="M3.233 8.427c.208 0 .409-.015.602-.046.194-.032.363-.091.51-.18a.986.986 0 0 0 .353-.376c.089-.163.134-.374.134-.637 0-.262-.045-.475-.134-.637a.99.99 0 0 0-.353-.377 1.395 1.395 0 0 0-.51-.178 3.69 3.69 0 0 0-.602-.046H1.819v2.477h1.414zm.497-3.89c.518 0 .958.075 1.32.226.364.15.66.349.887.596.228.247.394.528.499.845a3.158 3.158 0 0 1 0 1.963c-.105.319-.27.603-.5.85a2.458 2.458 0 0 1-.885.596c-.363.15-.803.226-1.321.226H1.819v2.964H0V4.536h3.73zm5.696 5.181c.08.328.21.623.388.885.177.262.41.472.695.63.286.16.633.238 1.043.238.409 0 .757-.079 1.043-.237.286-.159.517-.369.695-.631a2.71 2.71 0 0 0 .388-.885c.08-.328.122-.666.122-1.013a4.53 4.53 0 0 0-.122-1.054 2.799 2.799 0 0 0-.388-.908 1.968 1.968 0 0 0-.695-.637c-.286-.158-.634-.238-1.043-.238-.41 0-.757.08-1.043.238-.286.158-.518.37-.695.637a2.749 2.749 0 0 0-.388.908 4.471 4.471 0 0 0 0 2.067M7.763 6.985c.186-.528.452-.989.8-1.384a3.665 3.665 0 0 1 1.28-.925c.507-.224 1.077-.336 1.71-.336.64 0 1.213.112 1.715.336.502.223.927.533 1.275.925.347.395.614.856.8 1.384a5.19 5.19 0 0 1 .277 1.72 5.01 5.01 0 0 1-.278 1.684 4.017 4.017 0 0 1-.8 1.36 3.664 3.664 0 0 1-1.274.909c-.502.22-1.074.33-1.715.33-.633 0-1.203-.11-1.708-.33a3.654 3.654 0 0 1-1.281-.909 4.017 4.017 0 0 1-.8-1.36 4.981 4.981 0 0 1-.278-1.684c0-.617.092-1.19.278-1.72m15.282 5.818l-1.402-5.627h-.023l-1.38 5.627H18.4l-2.19-8.266h1.818l1.31 5.627h.023L20.8 4.537h1.7l1.414 5.695h.023l1.356-5.695h1.785l-2.225 8.266zm11.169-8.266v1.528h-4.368v1.771h4.01V9.25h-4.01v2.025h4.46v1.528h-6.28V4.537zm5.249 3.739c.417 0 .73-.092.939-.278.208-.185.312-.485.312-.903 0-.4-.104-.692-.312-.874-.21-.181-.522-.272-.94-.272h-1.992v2.327h1.993zm.649-3.74c.37 0 .705.061 1.002.18.297.12.552.284.764.492.213.21.375.45.487.723.111.274.168.57.168.887 0 .485-.103.906-.306 1.262-.206.354-.54.625-1.003.81v.023c.223.061.41.156.556.284a1.6 1.6 0 0 1 .36.451c.092.174.16.364.202.573.042.208.07.416.087.625.007.132.016.285.023.464.008.177.02.358.041.543.019.186.05.36.092.527.043.166.107.307.19.422H40.96a3.17 3.17 0 0 1-.186-.937c-.024-.363-.058-.71-.104-1.042-.062-.433-.193-.748-.394-.95-.201-.2-.53-.3-.985-.3h-1.82v3.23h-1.819V4.536h4.462zm10.207.001v1.528h-4.368v1.771h4.01V9.25h-4.01v2.025h4.46v1.528h-6.28V4.537zm4.878 6.738c.263 0 .517-.043.764-.128a1.7 1.7 0 0 0 .662-.422c.192-.197.347-.453.463-.77.116-.317.173-.702.173-1.157 0-.417-.04-.794-.12-1.13a2.278 2.278 0 0 0-.4-.863 1.776 1.776 0 0 0-.736-.548c-.305-.129-.683-.192-1.13-.192h-1.298v5.21h1.622zm.128-6.738c.532 0 1.03.085 1.49.254.458.17.856.425 1.192.765.335.34.598.764.789 1.273.188.51.282 1.108.282 1.795 0 .602-.077 1.157-.23 1.666-.155.51-.39.95-.702 1.32-.313.37-.704.662-1.17.875-.468.212-1.018.318-1.65.318h-3.57V4.537h3.57zm12.235 6.853c.178 0 .348-.016.51-.052.162-.034.305-.092.43-.174a.875.875 0 0 0 .294-.33c.073-.138.11-.316.11-.532 0-.423-.12-.727-.358-.908-.24-.182-.556-.273-.95-.273h-1.983v2.27h1.947zm-.104-3.508c.324 0 .59-.076.8-.231.208-.155.312-.404.312-.753a.954.954 0 0 0-.104-.474.761.761 0 0 0-.278-.29 1.165 1.165 0 0 0-.4-.144 2.63 2.63 0 0 0-.47-.041h-1.703v1.933h1.843zm.233-3.345c.394 0 .754.035 1.078.104.324.07.602.183.834.341.231.159.411.369.539.631.126.263.19.588.19.973 0 .417-.094.765-.284 1.041-.189.28-.468.506-.84.684.51.147.891.403 1.142.77.25.366.376.808.376 1.326 0 .416-.08.776-.242 1.082a2.12 2.12 0 0 1-.656.746 2.897 2.897 0 0 1-.938.43 4.255 4.255 0 0 1-1.083.137h-4.01V4.537h3.894zm3.486 0h2.04l1.934 3.265 1.923-3.265h2.028L76.03 9.63v3.172h-1.819V9.584z" fill="#656E78"/><path d="M102.992.404V12.81h2.79v-2.233l.96-.913 1.9 3.146h3.617l-3.487-5.004 3.346-3.268h-3.989l-1.604 1.89-.744.929V.404zM92.934 4.536l-1.05 5.649-1.375-5.65H87.3l-1.353 5.65-1.056-5.65H81.98l2.15 8.272h3.737l1.047-4.292 1.047 4.292H93.7l2.155-8.271zm32.036 5.173c-.355.463-.912.772-1.64.772-.834 0-1.5-.54-1.5-1.824 0-1.283.666-1.824 1.5-1.824.728 0 1.285.31 1.64.773V9.71zm2.784-2.767l.155-2.406h-2.546l-.192.906c-.587-.617-1.316-1.128-2.598-1.128-2.322 0-3.59 1.5-3.59 4.343 0 2.844 1.268 4.343 3.59 4.343 1.282 0 2.011-.51 2.598-1.128l.2.936h2.538l-.155-2.435V6.942zM98.83.45a1.594 1.594 0 1 0-.001 3.187A1.594 1.594 0 0 0 98.83.45m2.402 5.83V4.536h-3.996v8.272h3.996v-1.735h-1.253V6.28zM114.4 2.043a1.595 1.595 0 0 0 3.19 0 1.595 1.595 0 1 0-3.19 0m.445 4.237v4.793h-1.252v1.735h3.997V4.536h-3.997V6.28z" fill="#092344"/></g>
+ </symbol>
+ <symbol id="wds-company-logo-wikia-org" viewBox="0 0 128 29">
+ <path fill="param(fill) #092140" d="M37.35 22.64V1.14h4.8v12l1.29-1.57 2.77-3.32h6.83l-5.72 5.72 5.99 8.67h-6.27l-3.23-5.44-1.66 1.57v3.87h-4.8zM10.23 8.25l-2.4 9.78-1.85-9.78H1l3.69 14.39h6.46l1.84-7.47 1.76 7.47h6.55l3.69-14.39h-5.08l-1.84 9.78-2.31-9.78h-5.53zm69.84 4.24l.28-4.24h-4.43l-.37 1.57A5.64 5.64 0 0 0 71 7.88c-4 0-6.18 2.58-6.18 7.47s2.21 7.47 6.18 7.47a5.94 5.94 0 0 0 4.52-1.94l.37 1.66h4.43l-.28-4.24zm-4.8 4.71a3.39 3.39 0 0 1-2.86 1.29c-1.48 0-2.58-.92-2.58-3.14s1.11-3.14 2.58-3.14a3.46 3.46 0 0 1 2.86 1.38zM30.16 1.23A2.78 2.78 0 0 0 27.39 4a2.72 2.72 0 0 0 2.77 2.77A2.78 2.78 0 0 0 32.92 4a2.84 2.84 0 0 0-2.76-2.77zm4.15 10.06V8.25h-6.92v14.39h6.92V19.6h-2.22v-8.31h2.22zM57 4a2.72 2.72 0 0 0 2.77 2.77A2.77 2.77 0 1 0 57 4zm.84 7.29v8.31h-2.22v3.04h6.92V8.25h-6.92v3.04h2.22z"/><g clip-path="url(#wds-company-logo-wikia-org-a)"><path fill="#7e7e7e" d="M76.25 5.78h60.19v24.44H76.25z"/></g>
+ </symbol>
+ <symbol id="wds-company-logo-wikia" viewBox="0 0 64 23">
+ <path fill-rule="evenodd" d="M28.82 19.085v-17h3.827v9.526l1.02-1.27 2.2-2.59h5.47l-4.588 4.48 4.78 6.858h-4.96l-2.608-4.31-1.318 1.25v3.06H28.82M7.297 7.748L5.442 15.49l-1.45-7.743H.004l2.948 11.338h5.126L9.514 13.2l1.436 5.885h5.126l2.956-11.338h-4.005l-1.442 7.743L11.7 7.747H7.297m55.486 3.297l.213-3.297h-3.492L59.24 8.99c-.804-.847-1.804-1.547-3.563-1.547-3.184 0-4.923 2.055-4.923 5.952 0 3.898 1.74 5.953 4.923 5.953 1.76 0 2.76-.7 3.563-1.545l.274 1.282h3.482l-.213-3.337v-4.704zm-3.817 3.793c-.49.635-1.253 1.06-2.25 1.06-1.145 0-2.057-.744-2.057-2.502 0-1.758.91-2.5 2.052-2.5.998 0 1.762.425 2.25 1.06v2.882zM23.113 2.147a2.186 2.186 0 1 0 0 4.372 2.184 2.184 0 1 0 0-4.367m3.294 7.988V7.75h-5.48v11.338h5.48v-2.38H24.69V10.14h1.717m18.06-5.807c0 1.208.98 2.186 2.188 2.186a2.186 2.186 0 0 0 2.188-2.184c0-1.203-.98-2.18-2.188-2.18a2.185 2.185 0 0 0-2.187 2.183m.612 12.374h-1.72v2.38h5.483V7.746H43.36v2.39h1.72"/>
+ </symbol>
+ <symbol id="wds-company-store-appstore" viewBox="0 0 119 35">
+ <g fill="param(fill) none" fill-rule="evenodd"><path d="M114.766 35H4.17C1.87 35 0 33.138 0 30.859V4.135C0 1.855 1.87 0 4.169 0h110.597C117.063 0 119 1.855 119 4.135V30.86c0 2.279-1.937 4.141-4.234 4.141" fill="#A9AAA9"/><path d="M118.147 30.86c0 1.851-1.511 3.35-3.38 3.35H4.17c-1.87 0-3.385-1.498-3.385-3.35V4.134C.785 2.284 2.3.78 4.169.78h110.597c1.87 0 3.38 1.505 3.38 3.355V30.86" fill="#0A0B09"/><path d="M26.557 17.311c-.025-2.82 2.327-4.192 2.434-4.257-1.332-1.928-3.396-2.19-4.122-2.211-1.734-.181-3.416 1.03-4.299 1.03-.9 0-2.262-1.012-3.727-.983-1.885.03-3.65 1.113-4.619 2.797-1.997 3.432-.507 8.477 1.406 11.251.958 1.36 2.076 2.877 3.54 2.823 1.432-.06 1.967-.907 3.696-.907 1.713 0 2.216.907 3.709.873 1.537-.025 2.505-1.365 3.429-2.736 1.106-1.558 1.55-3.092 1.568-3.171-.036-.012-2.986-1.129-3.015-4.509m-2.82-8.293c.77-.957 1.296-2.258 1.15-3.578-1.115.049-2.51.765-3.312 1.7-.71.825-1.345 2.176-1.181 3.447 1.253.092 2.539-.628 3.343-1.57M43.858 22.71l-.992-3.04c-.104-.31-.301-1.042-.592-2.194h-.034a84.012 84.012 0 0 1-.557 2.195l-.974 3.04h3.15zm3.43 4.856h-2.003l-1.096-3.42h-3.811l-1.045 3.42h-1.948l3.776-11.644h2.332l3.794 11.644zm7.796-4.233c0-.817-.185-1.491-.557-2.021-.407-.553-.951-.83-1.636-.83a1.96 1.96 0 0 0-1.262.459 2.115 2.115 0 0 0-.74 1.2 2.42 2.42 0 0 0-.087.57v1.4c0 .61.19 1.126.566 1.546.378.42.868.63 1.47.63.708 0 1.26-.27 1.654-.811.394-.542.592-1.256.592-2.143zm1.914-.068c0 1.427-.388 2.556-1.166 3.385-.696.738-1.56 1.106-2.593 1.106-1.113 0-1.914-.397-2.401-1.193h-.036v4.423h-1.879v-9.052c0-.898-.024-1.82-.07-2.765h1.653l.105 1.331h.035c.626-1.002 1.578-1.503 2.854-1.503.998 0 1.83.391 2.498 1.174.667.784 1 1.815 1 3.094zm7.815.068c0-.817-.186-1.491-.557-2.021-.407-.553-.952-.83-1.636-.83-.465 0-.885.154-1.263.459a2.123 2.123 0 0 0-.738 1.2c-.058.231-.088.42-.088.57v1.4c0 .61.189 1.126.564 1.546.378.42.869.63 1.473.63.707 0 1.258-.27 1.652-.811.395-.542.593-1.256.593-2.143zm1.914-.068c0 1.427-.388 2.556-1.167 3.385-.695.738-1.56 1.106-2.592 1.106-1.114 0-1.915-.397-2.401-1.193h-.036v4.423h-1.879v-9.052c0-.898-.024-1.82-.07-2.765h1.654l.104 1.331h.035c.626-1.002 1.576-1.503 2.854-1.503.997 0 1.83.391 2.498 1.174.666.784 1 1.815 1 3.094zm10.878 1.036c0 .99-.347 1.796-1.042 2.418-.764.68-1.828 1.02-3.196 1.02-1.26 0-2.274-.242-3.04-.726l.436-1.555a5.18 5.18 0 0 0 2.716.743c.708 0 1.26-.158 1.655-.476.395-.317.59-.741.59-1.272 0-.473-.16-.87-.487-1.194-.323-.323-.864-.623-1.617-.9-2.054-.76-3.081-1.874-3.081-3.34 0-.956.36-1.741 1.08-2.353.717-.611 1.674-.917 2.871-.917 1.068 0 1.955.184 2.662.552l-.47 1.521c-.661-.357-1.409-.535-2.245-.535-.661 0-1.178.16-1.548.483a1.38 1.38 0 0 0-.47 1.055c0 .46.179.84.54 1.139.312.277.88.577 1.705.9 1.01.403 1.75.874 2.228 1.415.476.542.713 1.216.713 2.022m6.213-3.731h-2.071v4.076c0 1.037.365 1.555 1.096 1.555.336 0 .616-.029.836-.086l.051 1.417c-.37.137-.857.206-1.461.206-.743 0-1.323-.224-1.741-.672-.416-.45-.627-1.204-.627-2.264V20.57h-1.234v-1.4H79.9v-1.538l1.846-.553v2.09h2.071v1.4m7.398 2.79c0-.774-.168-1.438-.505-1.992-.394-.67-.958-1.005-1.687-1.005-.756 0-1.33.334-1.724 1.005-.337.554-.504 1.229-.504 2.027 0 .774.167 1.439.504 1.992.407.67.975 1.005 1.707 1.005.717 0 1.28-.34 1.687-1.022.347-.565.522-1.236.522-2.01zm1.95-.06c0 1.29-.371 2.35-1.114 3.178-.778.853-1.811 1.279-3.099 1.279-1.241 0-2.23-.409-2.966-1.227-.737-.817-1.106-1.849-1.106-3.092 0-1.301.38-2.367 1.14-3.196.76-.83 1.783-1.244 3.071-1.244 1.242 0 2.24.409 2.995 1.227.719.794 1.079 1.819 1.079 3.075zm6.108-2.489a3.281 3.281 0 0 0-.592-.05c-.661 0-1.172.247-1.532.742-.314.438-.47.99-.47 1.658v4.406h-1.878l.016-5.752c0-.969-.023-1.85-.07-2.645h1.638l.068 1.607h.052c.198-.552.512-.997.94-1.33.418-.3.871-.449 1.358-.449.174 0 .331.012.47.034v1.78m6.613 1.676c.013-.553-.11-1.03-.365-1.434-.325-.518-.825-.777-1.497-.777-.615 0-1.115.252-1.496.76-.314.403-.5.887-.556 1.45h3.914zm1.792.484c0 .334-.022.616-.069.846h-5.637c.022.83.294 1.463.817 1.901.475.391 1.09.587 1.844.587.834 0 1.596-.133 2.281-.398l.294 1.296c-.8.346-1.745.519-2.835.519-1.312 0-2.342-.384-3.09-1.15-.747-.766-1.123-1.794-1.123-3.084 0-1.267.347-2.32 1.046-3.16.73-.9 1.716-1.348 2.957-1.348 1.219 0 2.142.448 2.769 1.347.497.714.746 1.596.746 2.643zM42.263 8.783c0-.667-.178-1.18-.535-1.536-.357-.356-.877-.535-1.56-.535-.292 0-.54.02-.745.06v4.277c.114.018.322.026.624.026.707 0 1.253-.195 1.638-.585.385-.39.578-.96.578-1.707zm.974-.025c0 1.03-.31 1.805-.932 2.326-.577.48-1.394.72-2.454.72-.525 0-.975-.022-1.351-.067V6.11c.49-.079 1.02-.118 1.59-.118 1.01 0 1.77.218 2.284.654.574.492.863 1.196.863 2.113zm4.206.929c0-.38-.083-.706-.248-.978-.194-.33-.47-.495-.83-.495-.37 0-.652.165-.846.495-.165.272-.248.604-.248.995 0 .38.083.707.248.98.2.328.478.492.838.492.354 0 .63-.167.83-.501.17-.278.256-.607.256-.988zm.958-.03c0 .635-.182 1.155-.547 1.562-.383.42-.89.629-1.522.629-.61 0-1.096-.2-1.458-.603-.362-.402-.543-.909-.543-1.52 0-.639.186-1.162.56-1.57.373-.408.876-.61 1.508-.61.611 0 1.1.2 1.472.602.352.39.53.894.53 1.51zm6.925-2.027l-1.3 4.124h-.845l-.54-1.791a13.32 13.32 0 0 1-.334-1.333h-.016c-.08.453-.191.898-.334 1.333l-.573 1.79h-.855L49.307 7.63h.949l.47 1.96c.113.465.208.906.283 1.325h.016c.068-.345.182-.784.342-1.316l.59-1.969h.752l.565 1.927c.137.47.248.922.333 1.358h.026c.062-.425.157-.877.283-1.358l.504-1.927h.906m4.789 4.124h-.924V9.39c0-.728-.278-1.092-.837-1.092a.837.837 0 0 0-.667.301c-.171.2-.257.436-.257.707v2.447h-.924V8.809c0-.363-.011-.755-.033-1.18h.812l.043.645h.026c.107-.2.268-.367.478-.498.25-.155.53-.232.838-.232.387 0 .71.125.967.374.319.305.478.76.478 1.366v2.47m1.625-6.017h.923v6.017h-.923zm5.402 3.95c0-.38-.082-.706-.247-.978-.193-.33-.471-.495-.829-.495-.372 0-.654.165-.847.495-.165.272-.248.604-.248.995 0 .38.083.707.248.98.2.328.479.492.838.492.354 0 .629-.167.829-.501.172-.278.256-.607.256-.988zm.96-.03c0 .635-.183 1.155-.548 1.562-.382.42-.89.629-1.522.629-.611 0-1.097-.2-1.458-.603-.362-.402-.542-.909-.542-1.52 0-.639.186-1.162.559-1.57.373-.408.877-.61 1.508-.61.612 0 1.1.2 1.472.602.353.39.53.894.53 1.51zm3.511.679V9.7c-1.019-.017-1.528.26-1.528.832 0 .215.058.376.177.483.119.108.27.161.451.161a.927.927 0 0 0 .564-.19.777.777 0 0 0 .336-.65zm.96 1.418h-.83l-.07-.475h-.025c-.284.379-.689.569-1.214.569-.392 0-.709-.125-.949-.374a1.168 1.168 0 0 1-.325-.84c0-.504.212-.888.637-1.155.425-.265 1.023-.396 1.793-.39v-.077c0-.543-.288-.814-.863-.814-.41 0-.772.101-1.083.305l-.188-.603c.386-.237.862-.356 1.426-.356 1.086 0 1.63.569 1.63 1.707v1.519c0 .412.02.74.06.984zm4.291-1.74v-.687a1.043 1.043 0 0 0-.36-.844.908.908 0 0 0-.617-.226.952.952 0 0 0-.813.407c-.197.272-.296.62-.296 1.044 0 .408.094.739.284.993.2.271.47.408.807.408a.895.895 0 0 0 .73-.34c.178-.209.265-.46.265-.755zm.958 1.74h-.82l-.042-.662h-.027c-.262.503-.707.755-1.334.755-.501 0-.917-.195-1.248-.585-.33-.391-.496-.897-.496-1.52 0-.667.179-1.208.539-1.62a1.662 1.662 0 0 1 1.283-.578c.557 0 .948.187 1.17.56h.017V5.737h.925v4.906c0 .401.01.771.033 1.11zm6.943-2.067c0-.38-.083-.706-.248-.978-.194-.33-.47-.495-.83-.495-.37 0-.652.165-.847.495-.165.272-.248.604-.248.995 0 .38.083.707.248.98.2.328.479.492.839.492.353 0 .63-.167.83-.501.17-.278.256-.607.256-.988zm.957-.03c0 .635-.182 1.155-.547 1.562-.383.42-.889.629-1.522.629-.61 0-1.095-.2-1.458-.603-.362-.402-.542-.909-.542-1.52 0-.639.186-1.162.56-1.57.372-.408.875-.61 1.51-.61.608 0 1.1.2 1.469.602.353.39.53.894.53 1.51zm4.968 2.097h-.923V9.39c0-.728-.279-1.092-.839-1.092a.833.833 0 0 0-.666.301c-.17.2-.257.436-.257.707v2.447h-.924V8.809c0-.363-.01-.755-.033-1.18h.811l.043.645h.026c.108-.2.269-.367.478-.498.252-.155.531-.232.839-.232.388 0 .71.125.966.374.32.305.478.76.478 1.366v2.47m6.218-3.438h-1.019v2.004c0 .509.181.764.54.764.165 0 .302-.014.41-.043l.025.696c-.182.068-.422.102-.718.102-.365 0-.649-.11-.853-.331-.207-.221-.309-.591-.309-1.112v-2.08h-.608v-.687h.608v-.756l.905-.271v1.027h1.019v.687m4.89 3.438h-.924V9.409c0-.74-.28-1.11-.837-1.11-.429 0-.721.215-.882.644-.027.09-.042.2-.042.33v2.48h-.923V5.738h.923v2.485h.017c.29-.452.708-.678 1.248-.678.383 0 .699.125.95.374.314.31.47.772.47 1.383v2.453m4.163-2.497a1.23 1.23 0 0 0-.179-.704c-.16-.255-.404-.382-.735-.382a.88.88 0 0 0-.735.374 1.38 1.38 0 0 0-.274.712h1.923zm.882.238c0 .165-.013.303-.035.416h-2.77c.012.408.144.718.4.934.235.192.539.288.909.288.41 0 .783-.064 1.12-.195l.145.636c-.394.17-.857.256-1.395.256-.643 0-1.15-.188-1.516-.565-.368-.377-.55-.882-.55-1.515 0-.622.17-1.14.512-1.553.358-.442.842-.663 1.453-.663.598 0 1.052.221 1.358.663.246.35.369.784.369 1.298z" fill="#FFF"/></g>
+ </symbol>
+ <symbol id="wds-company-store-googleplay" viewBox="0 0 119 35">
+ <g fill="param(fill) none" fill-rule="evenodd"><path fill="#000" d="M114.593 35H4.407C1.94 35 0 33.075 0 30.625V4.375C0 1.925 1.94 0 4.407 0h110.186C117.06 0 119 1.925 119 4.375v26.25c0 2.362-1.94 4.375-4.407 4.375z"/><path fill="#A6A6A6" d="M114.593.7c2.027 0 3.702 1.662 3.702 3.675v26.25c0 2.013-1.675 3.675-3.702 3.675H4.407C2.38 34.3.705 32.638.705 30.625V4.375C.705 2.362 2.38.7 4.407.7h110.186zm0-.7H4.407C1.94 0 0 1.925 0 4.375v26.25C0 33.075 1.94 35 4.407 35h110.186c2.468 0 4.407-1.925 4.407-4.375V4.375C119 2.013 117.06 0 114.593 0z"/><path fill="#FFF" stroke="#FFF" stroke-width=".2" d="M41.475 8.925c0 .7-.175 1.313-.613 1.75-.525.525-1.137.787-1.925.787-.787 0-1.4-.262-1.924-.787-.526-.525-.788-1.138-.788-1.925 0-.787.262-1.4.788-1.925.525-.525 1.137-.788 1.925-.788.35 0 .7.088 1.05.263.35.175.612.35.787.612l-.438.438c-.35-.438-.787-.612-1.4-.612-.524 0-1.05.174-1.4.612-.437.35-.612.875-.612 1.488 0 .612.175 1.137.613 1.487.437.35.875.613 1.4.613.612 0 1.05-.176 1.487-.613.263-.262.438-.612.438-1.05h-1.925v-.613h2.537v.263zM45.5 6.737h-2.362V8.4h2.187v.612h-2.187v1.663H45.5v.7h-3.062v-5.25H45.5zm2.888 4.638h-.7V6.737H46.2v-.612h3.675v.612h-1.487zm4.025 0v-5.25h.7v5.25zm3.674 0h-.7V6.737H53.9v-.612h3.587v.612H56v4.638zm8.313-.7c-.525.525-1.138.787-1.925.787-.788 0-1.4-.262-1.925-.787-.525-.525-.787-1.138-.787-1.925 0-.787.262-1.4.787-1.925.525-.525 1.138-.788 1.925-.788.788 0 1.4.263 1.925.788.525.525.787 1.138.787 1.925 0 .787-.262 1.4-.787 1.925zm-3.325-.438c.35.35.875.613 1.4.613.525 0 1.05-.175 1.4-.612.35-.35.612-.875.612-1.488s-.174-1.138-.612-1.487c-.35-.35-.875-.613-1.4-.613-.525 0-1.05.175-1.4.612-.35.35-.613.875-.613 1.488s.175 1.137.613 1.488zm5.075 1.138v-5.25h.788l2.537 4.113V6.125h.7v5.25h-.7l-2.712-4.287v4.287z"/><path fill="#FFF" d="M59.587 19.075c-2.1 0-3.762 1.575-3.762 3.762 0 2.1 1.662 3.763 3.762 3.763s3.763-1.575 3.763-3.763c0-2.274-1.663-3.762-3.763-3.762zm0 5.95c-1.137 0-2.1-.962-2.1-2.275s.963-2.275 2.1-2.275c1.138 0 2.1.875 2.1 2.275 0 1.313-.962 2.275-2.1 2.275zm-8.137-5.95c-2.1 0-3.763 1.575-3.763 3.762 0 2.1 1.663 3.763 3.763 3.763 2.1 0 3.762-1.575 3.762-3.763 0-2.274-1.662-3.762-3.762-3.762zm0 5.95c-1.138 0-2.1-.962-2.1-2.275s.962-2.275 2.1-2.275c1.137 0 2.1.875 2.1 2.275 0 1.313-.962 2.275-2.1 2.275zm-9.713-4.813v1.576H45.5c-.087.875-.438 1.575-.875 2.012-.525.525-1.4 1.137-2.888 1.137-2.362 0-4.112-1.837-4.112-4.2 0-2.362 1.837-4.2 4.112-4.2 1.225 0 2.188.526 2.888 1.138l1.138-1.137c-.963-.876-2.188-1.575-3.938-1.575-3.15 0-5.863 2.624-5.863 5.775 0 3.15 2.713 5.774 5.863 5.774 1.75 0 2.975-.524 4.025-1.662 1.05-1.05 1.4-2.538 1.4-3.675 0-.35 0-.7-.087-.963h-5.425zm39.726 1.226c-.35-.875-1.225-2.363-3.15-2.363-1.925 0-3.5 1.488-3.5 3.762 0 2.1 1.575 3.763 3.674 3.763 1.663 0 2.713-1.05 3.063-1.663l-1.225-.875c-.438.613-.963 1.05-1.838 1.05-.874 0-1.4-.35-1.837-1.137l4.987-2.1-.174-.438zm-5.075 1.225c0-1.4 1.137-2.188 1.924-2.188.613 0 1.225.35 1.4.787l-3.325 1.4zm-4.113 3.587h1.662V15.312h-1.662V26.25zm-2.625-6.387c-.438-.438-1.138-.875-2.013-.875-1.837 0-3.587 1.662-3.587 3.762s1.663 3.675 3.588 3.675c.874 0 1.575-.438 1.924-.875h.088v.525c0 1.4-.788 2.188-2.013 2.188-.962 0-1.662-.7-1.837-1.313l-1.4.613c.438.962 1.487 2.187 3.325 2.187 1.925 0 3.5-1.137 3.5-3.85v-6.65H69.65v.613zm-1.925 5.162c-1.137 0-2.1-.962-2.1-2.275s.963-2.275 2.1-2.275c1.138 0 2.013.962 2.013 2.275s-.876 2.275-2.013 2.275zm21.35-9.712h-3.938V26.25H86.8v-4.113h2.275c1.837 0 3.587-1.312 3.587-3.412 0-2.1-1.75-3.413-3.587-3.413zm.087 5.25H86.8V16.8h2.362c1.225 0 1.925 1.05 1.925 1.837-.087.963-.787 1.925-1.925 1.925zm10.063-1.575c-1.225 0-2.45.524-2.887 1.662l1.487.613c.35-.613.875-.788 1.487-.788.876 0 1.663.525 1.75 1.4v.087c-.262-.174-.962-.437-1.662-.437-1.575 0-3.15.875-3.15 2.45 0 1.487 1.313 2.45 2.713 2.45 1.137 0 1.662-.525 2.1-1.05h.087v.875h1.575v-4.2c-.175-1.925-1.662-3.063-3.5-3.063zm-.175 6.037c-.525 0-1.313-.262-1.313-.962 0-.875.963-1.138 1.75-1.138.7 0 1.05.175 1.488.35-.175 1.05-1.05 1.75-1.925 1.75zm9.188-5.775l-1.838 4.725h-.088l-1.924-4.725h-1.75l2.887 6.65-1.663 3.675h1.663l4.462-10.325h-1.75zm-14.7 7H95.2V15.312h-1.663V26.25z"/><path fill="url(#wds-company-store-googleplay-a)" d="M9.1 6.563c-.262.262-.438.7-.438 1.224v19.338c0 .525.175.962.438 1.225l.088.087 10.85-10.85v-.174L9.1 6.563z"/><path fill="url(#wds-company-store-googleplay-b)" d="M23.625 21.262l-3.587-3.587v-.262l3.587-3.588.087.088L28 16.363c1.225.7 1.225 1.837 0 2.537l-4.375 2.363z"/><path fill="url(#wds-company-store-googleplay-c)" d="M23.712 21.175L20.038 17.5 9.1 28.438c.438.437 1.05.437 1.838.087l12.774-7.35"/><path fill="url(#wds-company-store-googleplay-d)" d="M23.712 13.825L10.938 6.563c-.788-.438-1.4-.35-1.838.087L20.038 17.5l3.674-3.675z"/><path fill="#000" d="M23.625 21.087l-12.688 7.175c-.7.438-1.312.35-1.75 0l-.087.088.088.087c.437.35 1.05.438 1.75 0l12.687-7.35z" opacity=".2"/><path fill="#000" d="M9.15 28.262c-.3-.262-.4-.7-.4-1.224v.087c0 .525.2.962.5 1.225v-.088h-.1zM28 18.637l-4.375 2.45.087.088L28 18.725c.613-.35.875-.788.875-1.225 0 .438-.35.788-.875 1.137z" opacity=".12"/><path fill="#FFF" d="M10.938 6.65L28 16.363c.525.35.875.7.875 1.137 0-.438-.262-.875-.875-1.225L10.937 6.563c-1.224-.7-2.187-.088-2.187 1.312v.088c0-1.4.963-2.013 2.188-1.313z" opacity=".25"/></g>
+ </symbol>
+ <symbol id="wds-icons-alert-small" viewBox="0 0 18 18">
+ <path d="M10 9a1 1 0 1 1-2 0V4.5a1 1 0 1 1 2 0V9zm0 4.5a1 1 0 1 1-2 0V13a1 1 0 1 1 2 0v.5zM9 1a8 8 0 1 0 0 16A8 8 0 0 0 9 1z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-alert" viewBox="0 0 24 24">
+ <path d="M13 11.857c0 .631-.448 1.143-1 1.143s-1-.512-1-1.143V6.143C11 5.512 11.448 5 12 5s1 .512 1 1.143v5.714zM13 17a1 1 0 0 1-2 0v-1a1 1 0 0 1 2 0v1zM12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-arrow" viewBox="0 0 24 24">
+ <path d="M22.999 12a1 1 0 0 0-1-1H4.413l5.293-5.293a.999.999 0 1 0-1.414-1.414l-7 7a1 1 0 0 0 0 1.415l7 7a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.415L4.413 13h17.586a1 1 0 0 0 1-1" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-bell" viewBox="0 0 24 24">
+ <path d="M21.882 19.472a.998.998 0 0 0-.05-1.026C21.814 18.418 20 15.656 20 12V8c0-4.411-3.59-8-8-8-4.411 0-8 3.589-8 8v4c0 3.628-1.815 6.419-1.832 6.446a1.003 1.003 0 0 0-.05 1.026c.175.325.514.528.882.528h18a1 1 0 0 0 .882-.528M12 24c1.474 0 2.75-.81 3.444-2H8.556c.694 1.19 1.97 2 3.444 2" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-bold-small" viewBox="0 0 18 18">
+ <path d="M12.56 8.316a3.483 3.483 0 0 0 1.418-3.207C13.782 3.305 12.143 2 10.33 2H3v1l1.447.724A1 1 0 0 1 5 4.618v8.764a1 1 0 0 1-.553.894L3 15v1h7.823c2.104 0 3.98-1.547 4.162-3.643a4.001 4.001 0 0 0-2.424-4.04zM8 4h1a2 2 0 1 1 0 4H8V4zm2 10H8v-4h2a2 2 0 1 1 0 4z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-bold" viewBox="0 0 24 24">
+ <path d="M3 23v-2.37l1.3-.41a1 1 0 0 0 .7-.954V4.756a1 1 0 0 0-.726-.963L3 3.431V1h10.11c5.196 0 6.654 2.37 6.654 5.378 0 2.887-1.853 4.498-3.706 5.105v.09C19.522 11.97 21 13.963 21 17c0 4.497-3.393 6-8.164 6H3zm8.165-12.762c2.187 0 4.132-.517 4.132-3.1 0-2.492-1.58-2.826-3.677-2.826H10v5.926h1.165zm.88 9.48c2.553 0 4.224-.608 4.224-3.251 0-2.523-1.7-3.19-3.767-3.19H10v6.44h2.046z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-bookmark-small" viewBox="0 0 18 18">
+ <path d="M14.333 1H3.666c-.4 0-.666.267-.666.667v14.666c0 .267.133.467.333.6.133.067.2.067.333.067.134 0 .2-.067.334-.133l5-3.134 5 3.134c.133.066.2.133.333.133s.2 0 .333-.067a.7.7 0 0 0 .334-.6V1.667c0-.4-.267-.667-.667-.667" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-bookmark" viewBox="0 0 24 24">
+ <path d="M20 0H4c-.6 0-1 .4-1 1v22c0 .4.2.7.5.9.2.1.3.1.5.1s.3-.1.5-.2l7.5-4.7 7.5 4.7c.2.1.3.2.5.2s.3 0 .5-.1c.3-.2.5-.5.5-.9V1c0-.6-.4-1-1-1" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-bullet-list-small" viewBox="0 0 18 18">
+ <g transform="translate(1 1)" fill-rule="evenodd"><circle cx="2" cy="2" r="2"/><path d="M6 1h10v2H6z"/><circle cx="2" cy="8" r="2"/><path d="M6 7h10v2H6z"/><circle cx="2" cy="14" r="2"/><path d="M6 13h10v2H6z"/></g>
+ </symbol>
+ <symbol id="wds-icons-bullet-list" viewBox="0 0 24 24">
+ <path d="M4 7c1.654 0 3-1.346 3-3S5.654 1 4 1 1 2.346 1 4s1.346 3 3 3m0 8c1.654 0 3-1.346 3-3S5.654 9 4 9s-3 1.346-3 3 1.346 3 3 3m0 8c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3 1.346 3 3 3M22 3H10a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2m0 8H10a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2m1 9a1 1 0 0 0-1-1H10a1 1 0 1 0 0 2h12a1 1 0 0 0 1-1" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-camera" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M12 18.5c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5M23 6h-5.5l-1.7-2.6c-.2-.2-.5-.4-.8-.4H9c-.3 0-.6.2-.8.4L6.5 6H1c-.6 0-1 .4-1 1v13c0 .6.4 1 1 1h22c.6 0 1-.4 1-1V7c0-.6-.4-1-1-1"/><path d="M12 10.5c-1.68 0-3 1.32-3 3s1.32 3 3 3 3-1.32 3-3-1.32-3-3-3M1.5 5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1"/></g>
+ </symbol>
+ <symbol id="wds-icons-checkbox" viewBox="0 0 24 24">
+ <path d="M17.03 9.53l-6 6a.748.748 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l2.47 2.47 5.47-5.47a.75.75 0 1 1 1.06 1.06M20.25 3H3.75a.75.75 0 0 0-.75.75v16.5c0 .414.335.75.75.75h16.5a.75.75 0 0 0 .75-.75V3.75a.75.75 0 0 0-.75-.75" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-checkmark-circle" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M12 3c-4.963 0-9 4.037-9 9s4.037 9 9 9 9-4.037 9-9-4.037-9-9-9m0 20C5.935 23 1 18.065 1 12S5.935 1 12 1s11 4.935 11 11-4.935 11-11 11"/><path d="M10.879 15.753a.998.998 0 0 1-.663-.252l-2.88-2.551a1 1 0 0 1 1.327-1.496l2.19 1.94 5.093-4.87a1 1 0 0 1 1.383 1.446l-5.76 5.506a1 1 0 0 1-.69.277"/></g>
+ </symbol>
+ <symbol id="wds-icons-checkmark-small" viewBox="0 0 18 18">
+ <path d="M6.333 15.2a.995.995 0 0 1-.663-.251L.336 10.223a1 1 0 0 1 1.327-1.497l4.644 4.115L16.31 3.278a.998.998 0 0 1 1.413.032.998.998 0 0 1-.032 1.413l-10.666 10.2a1 1 0 0 1-.69.277" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-checkmark" viewBox="0 0 24 24">
+ <path d="M8.293 18.707a.997.997 0 0 0 1.414 0l13-13a.999.999 0 1 0-1.414-1.414L9 16.586l-6.293-6.293a.999.999 0 1 0-1.414 1.414l7 7z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-clipboard-small" viewBox="0 0 19 18">
+ <path d="M7.3 12.7l-2-2c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L8 10.6l3.3-3.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-4 4c-.4.4-.9.5-1.4 0zM16 2h-3v2h2v11H3V4h2V2H2c-.6 0-1 .4-1 1v13c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1zM6 1h6v4H6V1z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-clipboard" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M14.382 10.264l-3.42 3.388-1.37-1.257a.937.937 0 0 0-1.352.085 1.017 1.017 0 0 0 .082 1.399l2.03 1.86a.937.937 0 0 0 1.295-.025l4.058-4.018a1.017 1.017 0 0 0 .03-1.401.934.934 0 0 0-1.353-.031"/><path d="M19 20H5V4h3v2.497c0 .278.225.503.503.503H10a2 2 0 1 1 4 0h1.497A.503.503 0 0 0 16 6.497V4h3v16zm1.5-19h-17A1.5 1.5 0 0 0 2 2.5v19A1.5 1.5 0 0 0 3.5 23h17a1.5 1.5 0 0 0 1.5-1.5v-19A1.5 1.5 0 0 0 20.5 1z"/></g>
+ </symbol>
+ <symbol id="wds-icons-community-small" viewBox="0 0 18 18">
+ <path d="M6.378 3.176c0 1.203-.98 2.177-2.19 2.177A2.182 2.182 0 0 1 2 3.176C2 1.975 2.98 1 4.189 1s2.19.975 2.19 2.176zm9.583 0c0 1.203-.98 2.177-2.19 2.177a2.182 2.182 0 0 1-2.188-2.177c0-1.201.98-2.176 2.188-2.176 1.21 0 2.19.975 2.19 2.176zM7.243 6.26h-5.2v10.48h5.2v-1.71H5.488V7.995h1.755V6.26zm3.553 0H16v10.48h-5.204v-1.71h1.73V7.995h-1.73V6.26z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-community" viewBox="0 0 24 24">
+ <path d="M9.004 5.489a2.495 2.495 0 0 1-2.503 2.489A2.495 2.495 0 0 1 4 5.488 2.495 2.495 0 0 1 6.501 3a2.496 2.496 0 0 1 2.503 2.489zm10.951 0a2.495 2.495 0 0 1-2.502 2.489 2.495 2.495 0 0 1-2.501-2.49A2.495 2.495 0 0 1 17.452 3a2.496 2.496 0 0 1 2.503 2.489zM9.992 9.016H4.049V21h5.943v-1.955H7.986v-8.046h2.006V9.016zm4.06 0H20V21h-5.948v-1.955h1.977v-8.046h-1.977V9.016z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-controls" viewBox="0 0 24 24">
+ <path d="M12.494 6H22.5a.5.5 0 0 0 0-1H12.494a.5.5 0 0 0 0 1M1.5 13h11.994v1.482c0 .29.235.526.525.526h2.947c.29 0 .526-.236.526-.526v-3.956a.526.526 0 0 0-.526-.526h-2.947a.525.525 0 0 0-.525.526V12H1.5a.5.5 0 0 0 0 1m21 5.998H12.494a.5.5 0 0 0 0 1H22.5a.5.5 0 0 0 0-1M1.5 6h2.998v1.48c0 .29.235.526.526.526H7.97a.526.526 0 0 0 .526-.526V3.526A.525.525 0 0 0 7.97 3H5.024a.525.525 0 0 0-.526.526V5H1.5a.5.5 0 0 0 0 1m20.99 6h-2.003a.5.5 0 0 0 0 1h2.003a.5.5 0 0 0 0-1M7.97 17H5.023a.525.525 0 0 0-.525.526V19H1.5a.5.5 0 1 0 0 1h2.998v1.47c0 .29.235.526.525.526H7.97c.29 0 .526-.236.526-.526v-3.944A.526.526 0 0 0 7.97 17"/>
+ </symbol>
+ <symbol id="wds-icons-cross" viewBox="0 0 24 24">
+ <path d="M19.707 4.293a.999.999 0 0 0-1.414 0L12 10.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L10.586 12l-6.293 6.293a.999.999 0 1 0 1.414 1.414L12 13.414l6.293 6.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L13.414 12l6.293-6.293a.999.999 0 0 0 0-1.414" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-document" viewBox="0 0 24 24">
+ <path d="M11 10h2V8h-2v2zm-1 2h4a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1zm6-2a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1zm0-3a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1zM9 17a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1zm0-3a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1zm11 5.363a.646.646 0 0 1-.637.637H7.903c.063-.202.097-.415.097-.637V4h12v15.363zM5 20c-.471 0-1-.415-1-.637V14h2v5.363c0 .222-.529.637-1 .637zM21 2H7a1 1 0 0 0-1 1v9H3a1 1 0 0 0-1 1v6.363C2 20.872 3.584 22 5 22h14.363A2.64 2.64 0 0 0 22 19.363V3a1 1 0 0 0-1-1z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-dropdown-tiny" viewBox="0 0 12 12">
+ <path d="M1 3h10L6 9z"/>
+ </symbol>
+ <symbol id="wds-icons-dropdown" viewBox="0 0 24 24">
+ <path d="M7 8h10l-5 6z"/>
+ </symbol>
+ <symbol id="wds-icons-eye-crossed-small" viewBox="0 0 18 18">
+ <path d="M15.6 6.6l-8.2 8.2c.5.1 1.1.2 1.6.2 3.6 0 6.4-3.1 7.6-4.9.5-.7.5-1.6 0-2.3-.2-.3-.6-.7-1-1.2zm-.3-5.3L12.6 4c-1.1-.6-2.3-1-3.6-1-3.6 0-6.4 3.1-7.6 4.9-.5.7-.5 1.6 0 2.2.5.8 1.4 1.8 2.4 2.7l-2.5 2.5c-.4.4-.4 1 0 1.4.2.2.4.3.7.3.3 0 .5-.1.7-.3l14-14c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0zm-9 9C6.1 9.9 6 9.5 6 9c0-1.7 1.3-3 3-3 .5 0 .9.1 1.3.3l-4 4z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-eye-crossed" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M20.201 8.041l-4.228 4.228a3.981 3.981 0 0 1-3.703 3.703l-3.439 3.439A9.108 9.108 0 0 0 12 20c6.473 0 10.69-7.195 10.866-7.501a.996.996 0 0 0 .002-.995c-.081-.142-1.032-1.764-2.667-3.463zM5.647 17.624c.97-1.015 2.039-2.115 3.153-3.249A3.96 3.96 0 0 1 8 12c0-2.206 1.794-4 4-4a3.96 3.96 0 0 1 2.375.8 336.506 336.506 0 0 1 3.122-3.031C15.941 4.748 14.092 4 12 4 5.461 4 1.304 11.2 1.13 11.507a1 1 0 0 0 .002.989c.108.189 1.748 3.002 4.515 5.128z"/><path d="M3 22a.999.999 0 0 1-.707-1.707l18-18a.999.999 0 1 1 1.414 1.414l-18 18A.997.997 0 0 1 3 22z"/></g>
+ </symbol>
+ <symbol id="wds-icons-eye-small" viewBox="0 0 18 18">
+ <path d="M9 6c1.705 0 3.009 1.3 3.009 3s-1.304 3-3.01 3c-1.704 0-3.008-1.3-3.008-3S7.295 6 9 6m0 9c3.61 0 6.42-3.1 7.624-4.9.5-.7.5-1.6 0-2.3C15.42 6.1 12.61 3 9 3 5.389 3 2.58 6.1 1.376 7.9c-.501.7-.501 1.6 0 2.2C2.58 11.9 5.389 15 9 15" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-eye" viewBox="0 0 24 24">
+ <path d="M22.95 11.5c-.2-.3-4.4-7.5-10.9-7.5s-10.7 7.2-10.9 7.5c-.2.3-.2.7 0 1 .2.3 4.4 7.5 10.9 7.5s10.7-7.2 10.9-7.5c.1-.3.1-.7 0-1zM12.05 16c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-facebook" viewBox="0 0 24 24">
+ <path d="M16.762 5.432h-1.786c-1.428 0-1.666.71-1.666 1.657v2.248h3.452l-.357 3.55h-2.857V22H9.976v-9.112H7v-3.55h2.976V6.733C9.976 3.775 11.762 2 14.381 2c1.19 0 2.262.118 2.619.118v3.314h-.238z"/>
+ </symbol>
+ <symbol id="wds-icons-flag" viewBox="0 0 24 24">
+ <path d="M1.487 5.166a.973.973 0 0 0-.356 1.33l9.247 16.017a.972.972 0 0 0 1.33.357.973.973 0 0 0 .356-1.33L2.817 5.522a.973.973 0 0 0-1.33-.356m9.481 9.39c1.172-2.065 2.62-2.225 4.537-2.225l.977.004c1.776 0 3.825-.138 5.676-1.796.352-.316.435-.835.199-1.245l-4.5-7.794a1.003 1.003 0 0 0-1.542-.236c-1.31 1.2-2.763 1.3-4.26 1.3l-1.146-.007c-1.984 0-4.218.223-5.878 2.728l5.567 9.643a1 1 0 0 0 .37-.372" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-gear" viewBox="0 0 24 24">
+ <path d="M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6m-7.389-.049A1.683 1.683 0 0 1 3.055 10H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h1.055a1.683 1.683 0 0 1 1.565 1.069 1.684 1.684 0 0 1-.359 1.842l-.746.746a.999.999 0 0 0 0 1.414l1.414 1.414a.999.999 0 0 0 1.414 0l.746-.746a1.684 1.684 0 0 1 1.842-.359l.02.009c.633.26 1.049.871 1.049 1.556V22a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1.055c0-.685.416-1.296 1.049-1.556l.02-.009a1.684 1.684 0 0 1 1.842.359l.746.746a.999.999 0 0 0 1.414 0l1.414-1.414a.999.999 0 0 0 0-1.414l-.746-.746a1.684 1.684 0 0 1-.35-1.862A1.683 1.683 0 0 1 20.945 14H22a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1.055a1.683 1.683 0 0 1-1.565-1.069 1.684 1.684 0 0 1 .359-1.842l.746-.746a.999.999 0 0 0 0-1.414l-1.414-1.414a.999.999 0 0 0-1.414 0l-.746.746a1.684 1.684 0 0 1-1.842.359l-.02-.009A1.683 1.683 0 0 1 14 3.055V2a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v1.055c0 .685-.416 1.296-1.049 1.556l-.02.009a1.684 1.684 0 0 1-1.842-.359l-.746-.746a.999.999 0 0 0-1.414 0L3.515 4.929a.999.999 0 0 0 0 1.414l.746.746a1.684 1.684 0 0 1 .35 1.862" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-gift" viewBox="0 0 24 24">
+ <path d="M23 4h-4.2c.1-.3.2-.6.2-1 0-1.7-1.3-3-3-3-2 0-3.2 1.3-4 2.5C11.2 1.3 10 0 8 0 6.3 0 5 1.3 5 3c0 .4.1.7.2 1H1c-.6 0-1 .4-1 1v2c0 .6.4 1 1 1h22c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1zm-7-2c.6 0 1 .4 1 1s-.4 1-1 1h-2.5c.4-.9 1.3-2 2.5-2zM7 3c0-.6.4-1 1-1 1.2 0 2.1 1.1 2.5 2H8c-.6 0-1-.4-1-1zm4 7H3c-.6 0-1 .4-1 1v12c0 .6.4 1 1 1h8V10zm10 0h-8v14h8c.6 0 1-.4 1-1V11c0-.6-.4-1-1-1z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-googleplus" viewBox="0 0 24 24">
+ <path d="M21.146 11.163V8.564h-1.844v2.6h-2.655v1.856h2.655v2.673h1.844V13.02h2.58v-1.857h-2.58zm-13.422-.148v2.97s2.862-.004 4.027-.004c-.631 1.926-1.612 2.974-4.027 2.974-2.444 0-4.35-1.994-4.35-4.455 0-2.46 1.906-4.455 4.35-4.455 1.292 0 2.127.457 2.892 1.094.613-.617.561-.705 2.12-2.187A7.393 7.393 0 0 0 7.724 5C3.611 5 .276 8.358.276 12.5c0 4.142 3.335 7.5 7.448 7.5 6.149 0 7.652-5.391 7.153-8.985H7.724z"/>
+ </symbol>
+ <symbol id="wds-icons-grid" viewBox="0 0 24 24">
+ <path d="M22.234 18h-3.467a.766.766 0 0 0-.767.766v3.468c0 .423.343.766.767.766h3.467a.766.766 0 0 0 .766-.766v-3.468a.766.766 0 0 0-.766-.766m-8.5 0h-3.467a.766.766 0 0 0-.767.766v3.468c0 .423.343.766.767.766h3.467a.766.766 0 0 0 .766-.766v-3.468a.766.766 0 0 0-.766-.766m-8.5 0H1.767a.766.766 0 0 0-.767.766v3.468c0 .423.343.766.767.766h3.467A.766.766 0 0 0 6 22.234v-3.468A.766.766 0 0 0 5.234 18m17-8.5h-3.467a.766.766 0 0 0-.767.766v3.468c0 .423.343.766.767.766h3.467a.766.766 0 0 0 .766-.766v-3.468a.766.766 0 0 0-.766-.766m-8.5 0h-3.467a.766.766 0 0 0-.767.766v3.468c0 .423.343.766.767.766h3.467a.766.766 0 0 0 .766-.766v-3.468a.766.766 0 0 0-.766-.766m-8.5 0H1.767a.766.766 0 0 0-.767.766v3.468c0 .423.343.766.767.766h3.467A.766.766 0 0 0 6 13.734v-3.468a.766.766 0 0 0-.766-.766m17-8.5h-3.467a.766.766 0 0 0-.767.766v3.468c0 .423.343.766.767.766h3.467A.766.766 0 0 0 23 5.234V1.766A.766.766 0 0 0 22.234 1m-8.5 0h-3.467a.766.766 0 0 0-.767.766v3.468c0 .423.343.766.767.766h3.467a.766.766 0 0 0 .766-.766V1.766A.766.766 0 0 0 13.734 1M6 1.766v3.468A.766.766 0 0 1 5.234 6H1.767A.766.766 0 0 1 1 5.234V1.766C1 1.343 1.343 1 1.767 1h3.467c.423 0 .766.343.766.766" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-help" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M6.507 2.193L5.093 3.607l4.4 4.4 1.414-1.414zm.086 8.714l1.414-1.414-4.4-4.4-1.414 1.414zm15.214-4.4l-1.414-1.414-4.4 4.4 1.414 1.414zm-8.714.086l1.414 1.414 4.4-4.4-1.414-1.414zm4.4 15.214l1.414-1.414-4.4-4.4-1.414 1.414zm-.086-8.714l-1.414 1.414 4.4 4.4 1.414-1.414zm-15.214 4.4l1.414 1.414 4.4-4.4-1.414-1.414zm8.714-.086l-1.414-1.414-4.4 4.4 1.414 1.414z"/><path d="M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12 12-5.373 12-12zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12z"/><path d="M18 12a6 6 0 1 0-12 0 6 6 0 0 0 12 0zM8 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0z"/></g>
+ </symbol>
+ <symbol id="wds-icons-hourglass" viewBox="0 0 24 24">
+ <path d="M21.6 2c.2 0 .4-.2.4-.4V.4c0-.2-.2-.4-.4-.4H2.4c-.2 0-.4.2-.4.4v1.2c0 .2.2.4.4.4H4c0 4.1 1.4 7.8 3.6 10C5.4 14.2 4 17.9 4 22H2.4c-.2 0-.4.2-.4.4v1.1c0 .3.2.5.4.5h19.1c.2 0 .4-.2.4-.4v-1.1c0-.2-.2-.4-.4-.4H20c0-4.1-1.4-7.8-3.6-10C18.6 9.8 20 6.1 20 2h1.6zM18 22H6c0-1.4.2-2.8.5-4h10.9c.4 1.2.6 2.6.6 4zm-3.7-10.8l-1.1.8 1.2.8c1 .7 1.8 1.8 2.4 3.2H7.3c.6-1.4 1.4-2.5 2.4-3.2l1.2-.8-1.2-.8C7.5 9.6 6 5.9 6 2h12c0 3.9-1.5 7.6-3.7 9.2z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-house-small" viewBox="0 0 18 18">
+ <path d="M11.955 16.925h2c.6 0 1-.4 1-1v-7h1c.3 0 .6-.1.8-.3.4-.4.3-1-.1-1.4l-7-6c-.4-.3-.9-.3-1.3 0l-7 6c-.4.4-.5 1-.1 1.4.1.2.4.3.7.3h1v7c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-3h4v3c0 .6.4 1 1 1z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-house" viewBox="0 0 24 24">
+ <path d="M22.664 10.126L12.662 1.25a.996.996 0 0 0-1.327.005l-10.003 9a.998.998 0 0 0-.264 1.104c.148.386.518.64.93.64h.005l1.989-.012V22c0 .553.446 1 .997 1H7.98a.998.998 0 0 0 .997-1v-4.5h5.983V22c0 .553.446 1 .997 1h2.992a.998.998 0 0 0 .997-1V11.888l2.062-.013a1 1 0 0 0 .655-1.75" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-image-add" viewBox="0 0 24 24">
+ <path d="M9.5 5.75a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 9.5 5.75"/><path d="M16.688 20a3.316 3.316 0 0 1-3.314-3.313 3.316 3.316 0 0 1 3.313-3.312A3.316 3.316 0 0 1 20 16.687 3.316 3.316 0 0 1 16.687 20zm-6.558-7.735l-3.378-2.027a1 1 0 0 0-1.22.15L4 11.919V4h15v6.036l-3.303-2.202a1 1 0 0 0-1.26.125l-4.307 4.306zM21 13.616V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v17a1 1 0 0 0 1 1h10.623c.867.62 1.917 1 3.063 1A5.318 5.318 0 0 0 22 16.687a5.258 5.258 0 0 0-1-3.071z"/><path d="M18.413 16.188h-1.225v-1.225a.5.5 0 0 0-1 0v1.225h-1.225a.5.5 0 1 0 0 1h1.225v1.225a.5.5 0 0 0 1 0v-1.226h1.225a.5.5 0 0 0 0-1"/>
+ </symbol>
+ <symbol id="wds-icons-image-remove" viewBox="0 0 24 24">
+ <path d="M9.5 5.75a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 9.5 5.75"/><path d="M16.688 20a3.316 3.316 0 0 1-3.314-3.312 3.316 3.316 0 0 1 3.313-3.313A3.316 3.316 0 0 1 20 16.688 3.316 3.316 0 0 1 16.687 20zm-6.558-7.735l-3.378-2.027a1 1 0 0 0-1.22.15L4 11.919V4h15v6.036l-3.303-2.202a1 1 0 0 0-1.26.125l-4.307 4.306zM21 13.616V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v17a1 1 0 0 0 1 1h10.623c.867.62 1.917 1 3.063 1A5.318 5.318 0 0 0 22 16.688a5.258 5.258 0 0 0-1-3.072z"/><path d="M18.45 17.125H15a.5.5 0 1 1 0-1h3.45a.5.5 0 0 1 0 1"/>
+ </symbol>
+ <symbol id="wds-icons-image" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M3 4h18v8.737l-3.83-3.191a.916.916 0 0 0-1.282.108l-4.924 5.744-3.891-3.114a.92.92 0 0 0-1.146 0L3 14.626V4zm19-2H2a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z"/><path d="M9 10c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2"/></g>
+ </symbol>
+ <symbol id="wds-icons-information" viewBox="0 0 24 24">
+ <path d="M14 18h-4a1 1 0 1 1 0-2h1v-4h-1a1 1 0 1 1 0-2h2a1 1 0 0 1 1 1v5h1a1 1 0 1 1 0 2zM11 6a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0V6zm1-6C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-instagram" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M12 2.162c3.204 0 3.584.012 4.849.07 1.366.062 2.633.336 3.608 1.311.975.975 1.249 2.242 1.311 3.608.058 1.265.07 1.645.07 4.849s-.012 3.584-.07 4.849c-.062 1.366-.336 2.633-1.311 3.608-.975.975-2.242 1.249-3.608 1.311-1.265.058-1.645.07-4.849.07s-3.584-.012-4.849-.07c-1.366-.062-2.633-.336-3.608-1.311-.975-.975-1.249-2.242-1.311-3.608-.058-1.265-.07-1.645-.07-4.849s.012-3.584.07-4.849c.062-1.366.336-2.633 1.311-3.608.975-.975 2.242-1.249 3.608-1.311 1.265-.058 1.645-.07 4.849-.07zM12 0C8.741 0 8.332.014 7.052.072c-1.95.089-3.663.567-5.038 1.942C.639 3.389.161 5.102.072 7.052.014 8.332 0 8.741 0 12c0 3.259.014 3.668.072 4.948.089 1.95.567 3.663 1.942 5.038 1.375 1.375 3.088 1.853 5.038 1.942C8.332 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 1.95-.089 3.663-.567 5.038-1.942 1.375-1.375 1.853-3.088 1.942-5.038.058-1.28.072-1.689.072-4.948 0-3.259-.014-3.668-.072-4.948-.089-1.95-.567-3.663-1.942-5.038C20.611.639 18.898.161 16.948.072 15.668.014 15.259 0 12 0z"/><path d="M12 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/><circle cx="18.406" cy="5.594" r="1.44"/></g>
+ </symbol>
+ <symbol id="wds-icons-italics-small" viewBox="0 0 18 18">
+ <path d="M13 3V1H7v2h1.27a.5.5 0 0 1 .496.57l-1.51 10.571a1 1 0 0 1-.99.859H5v2h6v-2H9.73a.5.5 0 0 1-.496-.57l1.51-10.571a1 1 0 0 1 .99-.859H13z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-italics" viewBox="0 0 24 24">
+ <path d="M6 24l.166-1.625 2.42-.232c.464-.032.53-.165.596-.663l2.652-18.96c.066-.498.034-.63-.43-.664l-2.32-.232L9.282 0h8.885l-.2 1.624-2.518.265c-.498.067-.532.133-.598.63l-2.685 18.929c-.066.53-.066.596.43.663l2.454.264L14.884 24H6z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-line" viewBox="0 0 24 24">
+ <path d="M21.727 10.908c0-4.37-4.428-7.925-9.87-7.925-5.441 0-9.869 3.555-9.869 7.925 0 3.918 3.511 7.2 8.254 7.82.321.068.759.21.87.481.1.247.065.633.031.883l-.14.836c-.043.247-.199.966.855.527 1.053-.44 5.683-3.312 7.753-5.67 1.43-1.553 2.116-3.128 2.116-4.877zm-13.732 2.6H6.033a.515.515 0 0 1-.517-.512V9.115c0-.282.232-.512.517-.512.286 0 .518.23.518.512v3.369h1.444c.285 0 .517.23.517.512a.515.515 0 0 1-.517.512zm2.028-.512a.515.515 0 0 1-.518.512.515.515 0 0 1-.517-.512V9.115c0-.282.232-.512.517-.512.286 0 .518.23.518.512v3.88zm4.72 0a.51.51 0 0 1-.518.512.523.523 0 0 1-.414-.205l-2.01-2.708v2.4a.515.515 0 0 1-.517.513.515.515 0 0 1-.517-.512V9.115a.512.512 0 0 1 .518-.512.52.52 0 0 1 .413.205l2.01 2.708V9.115c0-.282.232-.512.518-.512.285 0 .517.23.517.512v3.88zm3.173-2.453c.285 0 .518.23.518.513a.516.516 0 0 1-.518.512h-1.443v.916h1.443c.285 0 .518.23.518.512a.516.516 0 0 1-.518.512h-1.961a.516.516 0 0 1-.517-.512V9.115c0-.282.232-.512.517-.512h1.961c.285 0 .518.23.518.512a.515.515 0 0 1-.518.512h-1.443v.916h1.443z"/>
+ </symbol>
+ <symbol id="wds-icons-link" viewBox="0 0 24 24">
+ <path d="M5 17h5c2.757 0 5-2.243 5-5a1 1 0 1 0-2 0c0 1.654-1.346 3-3 3H5c-1.654 0-3-1.346-3-3s1.346-3 3-3h2a1 1 0 1 0 0-2H5c-2.757 0-5 2.243-5 5s2.243 5 5 5zM19 7h-5c-2.757 0-5 2.243-5 5a1 1 0 1 0 2 0c0-1.654 1.346-3 3-3h5c1.654 0 3 1.346 3 3s-1.346 3-3 3h-2a1 1 0 1 0 0 2h2c2.757 0 5-2.243 5-5s-2.243-5-5-5z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-linkedin" viewBox="0 0 24 24">
+ <path d="M.351 24h4.982V7.93H.351zM18.035 7.509c-2.386 0-4.07 1.333-4.702 2.596h-.07V7.93H8.491V24h4.983v-7.93c0-2.105.421-4.14 3.017-4.14 2.597 0 2.597 2.386 2.597 4.28V24H24v-8.842c0-4.351-.912-7.65-5.965-7.65M2.877 0A2.845 2.845 0 0 0 0 2.877a2.845 2.845 0 0 0 2.877 2.877c1.614 0 2.877-1.333 2.877-2.877A2.845 2.845 0 0 0 2.877 0"/>
+ </symbol>
+ <symbol id="wds-icons-loading" viewBox="0 0 24 24">
+ <path d="M15.01 3.516A9 9 0 1 0 12 21h.36v-1.152H12A7.848 7.848 0 1 1 19.848 12v.36H21V12a9.003 9.003 0 0 0-5.99-8.484zm-.24.678A8.283 8.283 0 0 1 20.28 12l.36-.36h-.432l.36.36a8.57 8.57 0 0 0-5.702-8.077A8.568 8.568 0 1 0 12 20.568l-.36-.36v.432l.36-.36a8.28 8.28 0 1 1 2.77-16.086z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-lock-small" viewBox="0 0 18 18">
+ <path d="M11 6H7V5c0-1.1.9-2 2-2s2 .9 2 2v1zm-1 6.7V14H8v-1.3c-.6-.3-1-1-1-1.7 0-1.1.9-2 2-2s2 .9 2 2c0 .7-.4 1.4-1 1.7zM9 1C6.8 1 5 2.8 5 5v1H3c-.6 0-1 .4-1 1v9c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V7c0-.6-.4-1-1-1h-2V5c0-2.2-1.8-4-4-4z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-lock" viewBox="0 0 24 24">
+ <path d="M16 8H8V6c0-2.206 1.794-4 4-4s4 1.794 4 4v2zm-3 9.816V19a1 1 0 0 1-2 0v-1.184A2.996 2.996 0 0 1 9 15c0-1.654 1.346-3 3-3s3 1.346 3 3a2.996 2.996 0 0 1-2 2.816zM12 0C8.691 0 6 2.691 6 6v2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6c0-3.309-2.691-6-6-6z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-magnifying-glass" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M21.747 20.524l-4.872-4.871a.864.864 0 1 0-1.222 1.222l4.871 4.872a.864.864 0 1 0 1.223-1.223z"/><path d="M3.848 10.763a6.915 6.915 0 0 1 6.915-6.915 6.915 6.915 0 0 1 6.915 6.915 6.915 6.915 0 0 1-6.915 6.915 6.915 6.915 0 0 1-6.915-6.915zm-1.729 0a8.643 8.643 0 0 0 8.644 8.644 8.643 8.643 0 0 0 8.644-8.644 8.643 8.643 0 0 0-8.644-8.644 8.643 8.643 0 0 0-8.644 8.644z"/></g>
+ </symbol>
+ <symbol id="wds-icons-mail" viewBox="0 0 24 24">
+ <path d="M23 2H1a1 1 0 0 0-1 1v3a1 1 0 0 0 .521.878l11 6a1.003 1.003 0 0 0 .958 0l11-6A1 1 0 0 0 24 6V3a1 1 0 0 0-1-1zM12 15c-.498 0-.994-.126-1.433-.364L0 8.872V21a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1V8.872l-10.563 5.762c-.443.24-.939.366-1.437.366z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-map" viewBox="0 0 24 24">
+ <path d="M22.725 1.039L17 2.675v20.08l6.275-1.793A1 1 0 0 0 24 20V2a1 1 0 0 0-1.275-.961M15 2.72l-6-1.5v20.06l6 1.5zM1 23a.993.993 0 0 0 .275-.039L7 21.326V1.246L.725 3.039A1 1 0 0 0 0 4v18a.998.998 0 0 0 1 1" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-meneame" viewBox="0 0 24 24">
+ <path d="M20.494 7.792c-1.427 1.37-4.004 1.33-4.962 3.181-.818 2.195 1.107 5.702 1.911 7.702.545 1.033-4.253 2.03-3.666 2.285 3.385-.036 4.83-1.206 4.423-2.641-.389-1.373-2.144-4.114-2.144-6.305.05-1.654 2.004-2.162 3.263-2.836 1.463-.62 2.831-2.006 2.453-3.63-.016-.574-1.07-2.482-.64-1.003.235 1.092.347 2.44-.638 3.247"/><path d="M16.091 5.326c-1.842-.9-3.89-1.444-6.032-.97-1.151.201-2.507.797-3.279 1.794-1.011 1.144-1.05 2.807-.387 4.115.515 1.007 1.299 2.128 2.569 2.296 1.092.155 2.292.015 3.22-.582-1.103.18-2.381.55-3.372-.147-1.66-1.005-2.467-3.287-1.46-4.952.81-1.452 2.441-1.86 4.167-1.932 2.301-.096 4.507 1.147 5.353 1.45.815.242 1.985.55 2.565-.27.339-.38.203-1.429-.072-1.526.08.735-.49 1.659-1.376 1.418-.662-.148-1.27-.449-1.896-.694M3.742 11.824c-1.067 1.592-2.042 3.457-1.67 5.398.342 2.03 2.416 3.46 4.478 3.715 2.117.234 4.23.174 6.352.03.358-.328-1.732-.319-2.612-.439-2.008-.215-4.186-.255-5.907-1.383-1.604-1.136-1.814-3.365-1.045-5.007.644-1.55 1.607-3.048 2.619-4.343-.79.621-1.519 1.084-2.215 2.029"/><path d="M9.014 16.833c1.251.091 3.326-.029 4.301.616.35.497-.3 3.247-.076 3.564.498.139 1.067-3.222.752-4.057-.239-.637-4.479-.298-4.977-.123"/>
+ </symbol>
+ <symbol id="wds-icons-menu-control-small" viewBox="0 0 18 18">
+ <path d="M9 14a.997.997 0 0 1-.707-.293l-7-7a.999.999 0 1 1 1.414-1.414L9 11.586l6.293-6.293a.999.999 0 1 1 1.414 1.414l-7 7A.997.997 0 0 1 9 14" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-menu-control-tiny" viewBox="0 0 12 12">
+ <path d="M6.003 10.002a.997.997 0 0 1-.707-.293L.293 4.707a.999.999 0 1 1 1.414-1.414l4.296 4.295 4.293-4.293A.999.999 0 1 1 11.71 4.71l-5 5a.997.997 0 0 1-.707.293" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-menu-control" viewBox="0 0 24 24">
+ <path d="M21.293 6.293L12 15.586 2.707 6.293a.999.999 0 1 0-1.414 1.414l10 10a.997.997 0 0 0 1.414 0l10-10a.999.999 0 1 0-1.414-1.414" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-menu" viewBox="0 0 24 24">
+ <path d="M23 11H1a1 1 0 0 0 0 2h22a1 1 0 0 0 0-2zm0-7H1a1 1 0 0 0 0 2h22a1 1 0 0 0 0-2zm0 14H1a1 1 0 0 0 0 2h22a1 1 0 0 0 0-2z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-more" viewBox="0 0 24 24">
+ <path d="M12 21a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 21m0-7a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 14m0-7a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 7" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-nk" viewBox="0 0 24 24">
+ <path d="M3.852 9.339c.573-.25 1.12-.505 1.68-.727 1.016-.403 2.066-.691 3.17-.714.331-.007.675.04.994.126.992.271 1.496.99 1.602 1.93.082.723.044 1.467-.01 2.197-.118 1.585-.278 3.167-.423 4.75-.09.976-.185 1.952-.268 2.93-.015.173-.082.236-.258.235-.877-.005-1.755-.008-2.632.002-.245.003-.275-.114-.256-.305.083-.86.161-1.718.24-2.577l.37-3.989c.047-.515.086-1.031.142-1.546.077-.7-.21-.987-.932-.911-.7.073-1.332.336-1.947.65-.421.214-.845.426-1.254.662a.467.467 0 0 0-.207.308c-.121 1.165-.226 2.332-.333 3.499-.12 1.293-.242 2.586-.352 3.88-.022.248-.115.337-.38.332-.803-.017-1.605-.006-2.408-.006-.356 0-.366-.002-.337-.337.14-1.61.285-3.22.428-4.83.119-1.34.24-2.678.354-4.017.032-.382.02-.383-.365-.385-.49-.003-.483-.002-.436-.478.053-.533.1-1.067.13-1.602.011-.22.091-.303.32-.299.578.011 1.157.003 1.735.004.982 0 1.362.28 1.633 1.218m9.826-3.941h-.861c0-.182-.012-.342.002-.5.049-.552.113-1.101.158-1.653.014-.176.089-.229.263-.228.83.007 1.661-.006 2.491.008.677.01 1.26.625 1.206 1.281-.12 1.455-.26 2.909-.389 4.363-.1 1.13-.193 2.26-.295 3.388-.103 1.138-.217 2.275-.32 3.413-.103 1.13-.196 2.26-.296 3.388-.031.353-.062.705-.113 1.055-.01.07-.112.181-.172.182-.97.01-1.94.004-2.91 0-.025 0-.05-.021-.113-.05l1.349-14.647m9.079 14.69c-.148.008-.238.017-.328.017-.905.001-1.81-.004-2.716.004-.2.002-.319-.054-.416-.236a942.803 942.803 0 0 0-3.025-5.618c-.08-.149-.078-.255.014-.395 1.215-1.842 2.422-3.687 3.64-5.527.06-.09.197-.182.3-.183 1.138-.013 2.276-.008 3.415-.007.044 0 .089.01.177.022-.072.112-.125.202-.186.287-1.297 1.799-2.592 3.599-3.897 5.393-.125.172-.137.296-.035.485.969 1.8 1.926 3.607 2.886 5.412.051.096.096.194.171.346"/>
+ </symbol>
+ <symbol id="wds-icons-note" viewBox="0 0 24 24">
+ <path d="M23 1H1a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h6.52l3.699 4.625a1 1 0 0 0 1.562 0L16.48 18H23a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-numbered-list-small" viewBox="0 0 18 18">
+ <path d="M6 2h11v2H6zm0 6h11v2H6zm0 6h11v2H6zM1.368 5v-.549l.598-.048c.097-.007.11-.035.11-.139V1.84c0-.083-.02-.125-.09-.145l-.604-.126L1.46 1h1.666v3.264c0 .111.007.132.111.139l.57.048V5H1.368zm-.321 6v-.63l.907-.886c.684-.663.975-.934.975-1.32 0-.25-.122-.433-.48-.433-.373 0-.529.122-.529.603L1 8.252C1.007 7.176 1.826 7 2.536 7c1.05 0 1.422.447 1.422 1.083 0 .636-.44 1.056-.934 1.53l-.765.73h.995c.067 0 .095-.013.108-.08l.095-.535h.717V11H1.047zm2.297 3.682c.567.087.88.427.88 1.026 0 .88-.66 1.292-1.612 1.292-.673 0-1.272-.24-1.612-.613l.533-.586c.253.247.533.44.999.44.373 0 .693-.133.693-.6 0-.406-.253-.573-.666-.573a2.73 2.73 0 0 0-.493.047v-.666l.326-.04c.48-.06.74-.293.74-.72 0-.252-.114-.459-.487-.459-.36 0-.532.12-.532.593l-.913-.08c0-1.052.793-1.232 1.492-1.232 1.026 0 1.419.393 1.419 1.106 0 .56-.347.912-.767 1.039v.026z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-numbered-list" viewBox="0 0 24 24">
+ <path d="M23 5H9a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zm0 8H9a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zm0 8H9a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2zM1.56 6.593V5.88l.774-.063c.126-.008.144-.045.144-.18V2.498c0-.108-.027-.163-.117-.19l-.783-.161.099-.739h2.16V5.64c0 .144.01.17.144.18l.739.062v.712H1.56zm-.469 8.067v-.837l1.207-1.18c.91-.882 1.296-1.241 1.296-1.755 0-.333-.162-.576-.639-.576-.495 0-.702.162-.702.802l-1.225-.109c.01-1.431 1.099-1.665 2.044-1.665 1.395 0 1.89.594 1.89 1.44 0 .847-.584 1.405-1.242 2.035l-1.017.972h1.324c.09 0 .126-.018.144-.108l.126-.711h.954v1.692H1.09zm3.039 5.241c.765.117 1.188.576 1.188 1.386 0 1.189-.89 1.747-2.178 1.747-.91 0-1.72-.324-2.18-.828l.721-.792c.342.333.72.594 1.35.594.505 0 .937-.18.937-.81 0-.55-.342-.775-.9-.775a3.69 3.69 0 0 0-.667.063v-.9l.442-.054c.648-.081.999-.396.999-.972 0-.342-.153-.621-.658-.621-.485 0-.72.162-.72.801l-1.233-.108c0-1.423 1.072-1.666 2.017-1.666 1.386 0 1.917.531 1.917 1.495 0 .756-.468 1.233-1.035 1.404v.036z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-odnoklassniki" viewBox="0 0 24 24">
+ <path d="M14.289 16.068c.33.319.618.598.909.875.644.613 1.296 1.22 1.934 1.84.67.65.694 1.557.071 2.176-.629.624-1.624.635-2.294-.01-.934-.9-1.844-1.823-2.794-2.764-.16.145-.26.23-.353.32-.812.778-1.625 1.554-2.432 2.337-.39.378-.837.626-1.408.576-.645-.056-1.113-.372-1.354-.953-.248-.598-.13-1.153.33-1.61.673-.672 1.372-1.318 2.061-1.974.267-.254.538-.503.863-.806-.214-.065-.356-.095-.486-.15-.806-.334-1.635-.629-2.407-1.024-.876-.449-1.114-1.383-.634-2.14.466-.734 1.412-.933 2.247-.475 2.342 1.285 4.684 1.284 7.025-.006.828-.456 1.78-.247 2.243.49.468.747.235 1.677-.618 2.116-.772.398-1.598.697-2.403 1.034-.135.057-.283.085-.5.148zM6.695 7.176c.01-2.858 2.419-5.131 5.422-5.118 2.925.013 5.31 2.344 5.29 5.171-.021 2.865-2.414 5.103-5.441 5.089-2.913-.013-5.282-2.325-5.271-5.142zm5.364-2.03c-1.191-.003-2.158.901-2.175 2.035-.017 1.114 1.009 2.1 2.177 2.093 1.164-.009 2.148-.957 2.154-2.077.005-1.123-.967-2.048-2.156-2.051z"/>
+ </symbol>
+ <symbol id="wds-icons-pages-small" viewBox="0 0 18 18">
+ <g fill="param(fill) #999" fill-rule="evenodd"><path d="M13 0H4a1 1 0 1 0 0 2h8v10a1 1 0 1 0 2 0V1a1 1 0 0 0-1-1z"/><path d="M2 14h6V6H2v8zM9 4H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z"/></g>
+ </symbol>
+ <symbol id="wds-icons-pages" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M4 21.053h13v-15H4v15zm14-17H3a1 1 0 0 0-1 1v17a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-17a1 1 0 0 0-1-1z"/><path d="M21 1H5.505a1 1 0 1 0 0 2H20v17.229a1 1 0 1 0 2 0V2a1 1 0 0 0-1-1"/><path d="M7 10.042h7a1 1 0 1 0 0-2H7a1 1 0 1 0 0 2m0 4.011h6a1 1 0 1 0 0-2H7a1 1 0 1 0 0 2m0 4h3a1 1 0 1 0 0-2H7a1 1 0 1 0 0 2"/></g>
+ </symbol>
+ <symbol id="wds-icons-pencil-small" viewBox="0 0 18 18">
+ <path d="M9.1 4.5l-7.8 7.8c-.2.2-.3.4-.3.7v3c0 .6.4 1 1 1h3c.3 0 .5-.1.7-.3l7.8-7.8-4.4-4.4zm7.6-.2l-3-3c-.4-.4-1-.4-1.4 0l-1.8 1.8 4.4 4.4 1.8-1.8c.4-.4.4-1 0-1.4z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-pencil" viewBox="0 0 24 24">
+ <path d="M1.293 16.293A1 1 0 0 0 1 17v5a1 1 0 0 0 1 1h5c.265 0 .52-.105.707-.293L19 11.414 12.586 5 1.293 16.293zm21.414-10l-5-5a.999.999 0 0 0-1.414 0L14 3.586 20.414 10l2.293-2.293a.999.999 0 0 0 0-1.414z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-play" viewBox="0 0 24 24">
+ <path d="M16.555 12.832l-6 4A1.002 1.002 0 0 1 9 16V8a1 1 0 0 1 1.555-.832l6 4a.999.999 0 0 1 0 1.664M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12c6.618 0 12-5.383 12-12S18.618 0 12 0" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-plus" viewBox="0 0 24 24">
+ <path d="M11 13v9a1 1 0 1 0 2 0v-9h9a1 1 0 1 0 0-2h-9V2a1 1 0 1 0-2 0v9H2a1 1 0 1 0 0 2h9z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-question" viewBox="0 0 24 24">
+ <path d="M13 12.868V13a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1c1.065 0 2-.934 2-2 0-1.065-.935-2-2-2-.812 0-1.592.672-1.876 1.322a1 1 0 1 1-1.832-.801C8.93 6.061 10.489 5 12 5c2.168 0 4 1.832 4 4 0 1.825-1.297 3.411-3 3.868zM13 18a1 1 0 1 1-2 0v-1a1 1 0 1 1 2 0v1zM12 0C5.383 0 0 5.384 0 12c0 6.617 5.383 12 12 12s12-5.383 12-12c0-6.616-5.383-12-12-12z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-quote-small" viewBox="0 0 18 18">
+ <path d="M7.287 10.334c-1.113-1.03-2.939-1.248-4.257-.22-.113-.929-.024-1.781.291-2.544.966-2.335 3.684-3.147 3.713-3.155a.72.72 0 0 0 .497-.892.732.732 0 0 0-.901-.496 7.51 7.51 0 0 0-1.208.493c-1.637.786-4.144 2.662-4.392 6.765a9.57 9.57 0 0 0-.022.48c0 .062-.008.117-.008.179v.053c0 .182.007.363.02.543l.002.024c.012.17.029.337.052.503l.008.057C1.395 14.276 2.633 16 4.94 16a3.304 3.304 0 0 0 2.853-1.6c.72-1.189.623-3.023-.505-4.066zm8.746 0c-1.114-1.03-2.94-1.248-4.258-.22-.112-.929-.023-1.781.292-2.544.965-2.335 3.684-3.147 3.712-3.155a.72.72 0 0 0 .497-.892.732.732 0 0 0-.9-.496 7.51 7.51 0 0 0-1.209.493c-1.636.786-4.143 2.662-4.392 6.765a9.57 9.57 0 0 0-.021.48c-.001.062-.008.117-.008.179v.053c0 .182.007.363.02.543l.001.024c.012.17.03.337.052.503l.009.057C10.14 14.276 11.378 16 13.685 16a3.304 3.304 0 0 0 2.853-1.6c.72-1.189.622-3.023-.505-4.066z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-quote" viewBox="0 0 24 24">
+ <path d="M9.647 13.156c-1.532-1.427-4.042-1.728-5.856-.303-.154-1.287-.032-2.468.401-3.524C5.52 6.095 9.26 4.97 9.298 4.959a.999.999 0 0 0 .684-1.235 1.006 1.006 0 0 0-1.24-.686c-.071.02-.75.22-1.66.682-2.251 1.089-5.7 3.686-6.04 9.368-.018.22-.025.443-.031.666-.001.085-.011.16-.011.247l.001.038-.001.035c0 .253.01.504.027.752 0 .012.002.022.003.034.016.235.04.467.071.697.004.026.01.052.012.078.43 2.98 2.133 5.368 5.305 5.368 1.63 0 3.092-.833 3.924-2.217.989-1.645.856-4.185-.695-5.63zm12.028 0c-1.532-1.427-4.043-1.728-5.856-.303-.154-1.287-.032-2.468.401-3.524 1.328-3.234 5.067-4.358 5.106-4.37a.999.999 0 0 0 .684-1.235 1.006 1.006 0 0 0-1.24-.686c-.071.02-.75.22-1.661.682-2.25 1.089-5.698 3.686-6.04 9.368-.017.22-.024.443-.03.666-.001.085-.011.16-.011.247v.073c0 .253.01.504.027.752 0 .012.002.022.003.034.016.235.04.467.071.697.004.026.01.052.012.078.43 2.98 2.133 5.368 5.304 5.368a4.537 4.537 0 0 0 3.924-2.217c.99-1.645.856-4.185-.694-5.63z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-qzone" viewBox="0 0 24 24">
+ <path d="M21.602 9.72c-1.418 1.324-2.836 2.65-4.257 3.971-.2.185-.313.386-.236.66l.09.54c-.758.011-1.515-.025-2.273-.058-.796-.035-1.592-.082-2.388-.13-.513-.032-1.026-.076-1.538-.116-.076-.006-.154-.013-.21-.082.212-.176.432-.325.652-.475a687.562 687.562 0 0 0 5.657-3.907c.03-.022.082-.034.072-.081-.01-.048-.061-.038-.098-.044a25.625 25.625 0 0 0-3.692-.439 30.083 30.083 0 0 0-7.275.538c-.168.034-.334.077-.502.115a.253.253 0 0 0 .121.022c1.058.02 2.114.053 3.17.1 1.18.053 2.361.114 3.537.252.397.046.792.108 1.189.163.026.004.062.006.07.033.01.035-.023.054-.048.073l-.183.128a24252.936 24252.936 0 0 0-6.138 4.326c-.046.04-.037.067.02.077.074.01.148.015.223.024 1.24.143 2.488.22 3.737.246a32.84 32.84 0 0 0 3.954-.153 23.413 23.413 0 0 0 2.696-.42c.106-.024.065-.055.17-.082.107-.028.175-.053.175-.064v.002c0 .015.13.029.121.043a2.872 2.872 0 0 1-.914.496c-.27.096-.233.097-.166.376.002.007.027.014.03.02.002.026.009.055.014.08.086.474.177.947.265 1.42.06.32.126.639.188.958.026.25.086.493.13.74.08.442.164.884.242 1.328a.58.58 0 0 1-.003.22c-.048.206-.208.294-.42.246a1.126 1.126 0 0 1-.3-.13c-1.68-.97-3.363-1.937-5.042-2.91-.347-.2-.675-.197-1.02.003-1.687.976-3.376 1.946-5.065 2.92a1.054 1.054 0 0 1-.245.11c-.295.08-.533-.152-.466-.452.074-.333.132-.669.189-1.006.043-.258.102-.512.153-.768.021-.107.04-.215.06-.323.069-.342.139-.684.207-1.027.084-.424.148-.852.236-1.276.087-.41.166-.824.234-1.238.026-.154.082-.302.075-.46.102-.22.062-.356-.16-.56L2.242 9.715a.858.858 0 0 1-.254-.374c.009-.228.133-.358.398-.392.412-.052.826-.095 1.239-.142l1.601-.18 1.568-.173c.499-.055.998-.114 1.497-.166.297-.03.466-.209.586-.46.4-.835.801-1.669 1.203-2.503l1.413-2.933a.984.984 0 0 1 .183-.284c.159-.158.347-.16.508-.005a.845.845 0 0 1 .18.272c.843 1.868 1.689 3.734 2.525 5.606.133.3.378.352.655.38.695.067 1.39.138 2.086.206.671.066 1.343.128 2.014.195.606.06 1.211.119 1.815.186.189.022.363.083.414.302.002.21-.132.341-.27.47"/>
+ </symbol>
+ <symbol id="wds-icons-reddit" viewBox="0 0 24 24">
+ <path d="M21.334 12.023c.359-.283.538-.671.538-1.166 0-.354-.112-.663-.342-.928a1.111 1.111 0 0 0-.882-.398 1.17 1.17 0 0 0-.734.268 5.004 5.004 0 0 1 1.42 2.224m-2.572-9.275a.97.97 0 0 0-.222.638c0 .247.076.458.222.635a.697.697 0 0 0 .562.265c.23 0 .426-.088.59-.265a.904.904 0 0 0 .244-.635.908.908 0 0 0-.244-.638.773.773 0 0 0-.59-.264.697.697 0 0 0-.562.264M14.156 14.09c.31.319.677.477 1.102.477.424 0 .793-.158 1.102-.477.311-.319.466-.724.466-1.219 0-.46-.146-.848-.44-1.167-.294-.316-.67-.476-1.128-.476-.458 0-.832.16-1.127.476-.295.32-.44.708-.44 1.167 0 .495.153.9.465 1.219m-2.18 4.716c1.568 0 2.84-.529 3.822-1.589l-.638-.635c-.815.848-1.878 1.27-3.184 1.27a4.38 4.38 0 0 1-1.666-.319c-.523-.21-.9-.422-1.128-.635l-.343-.316-.637.635c.98 1.06 2.237 1.59 3.774 1.59M7.221 12.87c0 .495.157.9.467 1.219.309.319.677.477 1.102.477a1.49 1.49 0 0 0 1.104-.477c.308-.319.463-.724.463-1.219 0-.46-.145-.848-.44-1.167-.293-.316-.67-.476-1.127-.476-.457 0-.832.16-1.128.476-.292.32-.44.708-.44 1.167m-4.556-.9c.262-.814.734-1.537 1.42-2.172a1.167 1.167 0 0 0-.734-.268c-.326 0-.613.133-.858.398a1.316 1.316 0 0 0-.367.928c0 .53.18.902.539 1.114M23 10.911c0 1.094-.44 1.89-1.324 2.383.034.179.05.425.05.744 0 2.013-.955 3.735-2.866 5.167-1.91 1.43-4.206 2.145-6.884 2.145s-4.965-.708-6.86-2.121c-1.896-1.412-2.843-3.125-2.843-5.14 0-.352.017-.616.05-.795C1.44 12.801 1 12.004 1 10.91c0-.74.245-1.37.733-1.88.492-.513 1.063-.77 1.717-.77.588 0 1.127.229 1.616.69C6.864 7.607 8.97 6.884 11.39 6.778h.096l1.52-5.459 4.409.952C17.87 1.423 18.509 1 19.324 1h.05c.621 0 1.135.231 1.543.69.408.459.613 1.024.613 1.696 0 .67-.205 1.236-.613 1.696a1.975 1.975 0 0 1-1.542.687h-.05c-.555 0-1.046-.203-1.47-.608a2.186 2.186 0 0 1-.686-1.51l-3.283-.743-1.078 3.921c2.484.177 4.524.885 6.126 2.121.488-.461 1.045-.69 1.665-.69.653 0 1.218.257 1.69.77.474.51.711 1.14.711 1.88"/>
+ </symbol>
+ <symbol id="wds-icons-refresh" viewBox="0 0 24 24">
+ <path d="M12 23c6.065 0 11-4.863 11-10.84a.992.992 0 0 0-1-.985c-.553 0-1 .44-1 .986 0 4.89-4.037 8.868-9 8.868s-9-3.978-9-8.868c0-4.89 4.037-8.869 9-8.869a8.991 8.991 0 0 1 6.975 3.292l-3.794-.501a.996.996 0 0 0-1.124.845.987.987 0 0 0 .858 1.108l5.946.785a.996.996 0 0 0 1.124-.845l.797-5.86a.987.987 0 0 0-.858-1.107.994.994 0 0 0-1.124.846l-.446 3.28A10.997 10.997 0 0 0 12 1.322c-6.065 0-11 4.862-11 10.839C1 18.137 5.935 23 12 23" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-reply-arrow-small" viewBox="0 0 18 18">
+ <path d="M8.73 4.985V1.379a.38.38 0 0 0-.217-.347.352.352 0 0 0-.391.067L1.119 7.726a.388.388 0 0 0 0 .56l7.003 6.627c.106.1.26.128.39.067a.38.38 0 0 0 .218-.347v-3.589c5.166.246 7.555 5.675 7.579 5.731a.364.364 0 0 0 .408.217.376.376 0 0 0 .288-.37v-1.989c0-7.342-5.038-9.5-8.275-9.648" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-reply-arrow" viewBox="0 0 24 24">
+ <path d="M11.628 6.479V1.52a.523.523 0 0 0-.298-.476.485.485 0 0 0-.538.09l-9.628 9.113a.533.533 0 0 0 0 .77l9.628 9.113a.486.486 0 0 0 .538.09.523.523 0 0 0 .298-.475V14.81c7.104.338 10.388 7.803 10.421 7.88a.5.5 0 0 0 .561.298.516.516 0 0 0 .396-.51v-2.733c0-10.096-6.926-13.062-11.378-13.267" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-reply-small" viewBox="0 0 18 18">
+ <path d="M18 8.273c0 4.01-4.037 7.272-9 7.272-.752 0-1.508-.078-2.252-.233l-4.22 1.636a.77.77 0 0 1-.732-.096.719.719 0 0 1-.291-.66l.395-3.45C.672 11.47 0 9.896 0 8.273 0 4.263 4.037 1 9 1s9 3.263 9 7.273z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-reply-tiny" viewBox="0 0 12 12">
+ <path d="M11.997 5.845c0 2.672-2.691 4.846-5.999 4.846-.5 0-1.005-.052-1.5-.156l-2.813 1.09a.513.513 0 0 1-.488-.064.479.479 0 0 1-.194-.439l.263-2.299C.448 7.976 0 6.926 0 5.845 0 3.174 2.69 1 5.998 1c3.308 0 5.999 2.174 5.999 4.845z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-reply" viewBox="0 0 24 24">
+ <path d="M12 2c6.066 0 11 4.078 11 9.09 0 5.014-4.934 9.092-11 9.092-.919 0-1.843-.098-2.753-.292L4.09 21.935a.922.922 0 0 1-.895-.12.907.907 0 0 1-.356-.824l.483-4.313C1.822 15.088 1 13.118 1 11.091 1 6.078 5.934 2 12 2" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-share-small" viewBox="0 0 18 18">
+ <path d="M3.91 12c.815 0 1.551-.35 2.08-.91l5.305 3.126a3.06 3.06 0 0 0-.113.784c0 1.654 1.305 3 2.909 3C15.695 18 17 16.654 17 15c0-1.655-1.305-3-2.91-3-.815 0-1.551.35-2.08.91L6.705 9.784A3.06 3.06 0 0 0 6.818 9a3.06 3.06 0 0 0-.113-.784L12.01 5.09c.529.56 1.265.91 2.08.91C15.696 6 17 4.654 17 3c0-1.655-1.305-3-2.91-3-1.603 0-2.908 1.345-2.908 3 0 .273.047.533.113.784L5.99 6.91A2.856 2.856 0 0 0 3.91 6C2.304 6 1 7.346 1 9c0 1.655 1.305 3 2.91 3" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-share" viewBox="0 0 24 24">
+ <path d="M5 16a3.984 3.984 0 0 0 2.861-1.213l7.295 4.168A3.964 3.964 0 0 0 15 20c0 2.206 1.794 4 4 4s4-1.794 4-4-1.794-4-4-4a3.984 3.984 0 0 0-2.861 1.213l-7.295-4.168C8.935 12.71 9 12.364 9 12c0-.364-.065-.71-.156-1.045l7.295-4.168A3.984 3.984 0 0 0 19 8c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4c0 .364.065.71.156 1.045L7.861 9.213A3.984 3.984 0 0 0 5 8c-2.206 0-4 1.794-4 4s1.794 4 4 4" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-text-small" viewBox="0 0 18 18">
+ <path d="M9 1H2v4h1l.724-1.447A1 1 0 0 1 4.618 3H8v11.28a1 1 0 0 1-.684.948L5 16v1h8v-1l-2.316-.772a1 1 0 0 1-.684-.949V3h3.382a1 1 0 0 1 .894.553L15 5h1V1H9z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-text" viewBox="0 0 24 24">
+ <path d="M23 0H1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h1c.334 0 .646-.167.832-.445L4.535 4H10v15.382l-3.447 1.723c-.339.17-.553.516-.553.895v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1c0-.379-.214-.725-.553-.895L14 19.382V4h5.465l1.703 2.555c.186.278.498.445.832.445h1a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-trash-open-small" viewBox="0 0 18 18">
+ <g fill-rule="evenodd"><path d="M6.23 3.345l3.845-1.106.353 1.228-3.843 1.106-.354-1.228zm10.725-.716a.998.998 0 0 0-1.238-.684l-3.366.968-.631-2.19A.998.998 0 0 0 10.483.04L4.717 1.699a1.002 1.002 0 0 0-.684 1.238l.63 2.189-2.94.845A1 1 0 0 0 2 7.933V17a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7a1 1 0 0 0-2 0v9H4V7.397l12.27-3.531a1 1 0 0 0 .685-1.237z"/><path d="M6 10.001v4a1 1 0 1 0 2 0v-4a1 1 0 1 0-2 0m4 0v4a1 1 0 1 0 2 0v-4a1 1 0 1 0-2 0"/></g>
+ </symbol>
+ <symbol id="wds-icons-trash-open" viewBox="0 0 24 24">
+ <path d="M11.797 11.848v6.77a.84.84 0 0 0 .833.846.84.84 0 0 0 .834-.846v-6.77a.84.84 0 0 0-.834-.846.84.84 0 0 0-.833.846m-3.334 0v6.77a.84.84 0 0 0 .834.846.84.84 0 0 0 .833-.846v-6.77a.84.84 0 0 0-.833-.846.84.84 0 0 0-.834.846m6.667 0v6.77a.84.84 0 0 0 .834.846.84.84 0 0 0 .834-.846v-6.77a.84.84 0 0 0-.834-.846.84.84 0 0 0-.833.846"/><path d="M9.166 3.225l4.83-1.314.414 1.565L9.58 4.79l-.414-1.565zm12.184-.761a.83.83 0 0 0-1.02-.598l-4.311 1.172-.628-2.383a.849.849 0 0 0-.389-.514.822.822 0 0 0-.632-.085L7.93 1.81a.848.848 0 0 0-.589 1.037l.629 2.382-5.352 1.455a.847.847 0 0 0-.59 1.036.835.835 0 0 0 1.021.6l2.08-.567V22.85a.84.84 0 0 0 .834.846h13.335a.84.84 0 0 0 .833-.846V7.616a.84.84 0 0 0-.833-.846.84.84 0 0 0-.834.846v14.387H6.796V7.616a.856.856 0 0 0-.06-.3l2.169-.59c.035.004.067.017.103.017a.828.828 0 0 0 .52-.186l5.796-1.578a.814.814 0 0 0 .642-.174L20.76 3.5a.847.847 0 0 0 .59-1.036z"/>
+ </symbol>
+ <symbol id="wds-icons-trash-small" viewBox="0 0 18 18">
+ <g fill-rule="evenodd"><path d="M14 15H4V6h10v9zM6.875 3h4v1h-4V3zM16 4h-3.125V2a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v2H2a1 1 0 0 0 0 2v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0 0-2z"/><path d="M7 14a1 1 0 0 0 1-1V9a1 1 0 0 0-2 0v4a1 1 0 0 0 1 1m4 0a1 1 0 0 0 1-1V9a1 1 0 0 0-2 0v4a1 1 0 0 0 1 1"/></g>
+ </symbol>
+ <symbol id="wds-icons-trash" viewBox="0 0 24 24">
+ <g fill-rule="evenodd"><path d="M18.417 21.167H5.583V6.5h12.834v14.667zM9.25 2.833h5.5v1.834h-5.5V2.833zm12.833 1.834h-5.5v-2.75A.916.916 0 0 0 15.667 1H8.333a.917.917 0 0 0-.916.917v2.75h-5.5a.917.917 0 0 0 0 1.833H3.75v15.583c0 .507.41.917.917.917h14.666c.507 0 .917-.41.917-.917V6.5h1.833a.916.916 0 1 0 0-1.833z"/><path d="M12 9.25a.917.917 0 0 0-.917.917V17.5a.916.916 0 1 0 1.834 0v-7.333A.917.917 0 0 0 12 9.25m-3.667 0a.917.917 0 0 0-.916.917V17.5a.916.916 0 1 0 1.833 0v-7.333a.917.917 0 0 0-.917-.917m6.417.917V17.5a.916.916 0 1 0 1.833 0v-7.333a.916.916 0 1 0-1.833 0"/></g>
+ </symbol>
+ <symbol id="wds-icons-tumblr" viewBox="0 0 24 24">
+ <path d="M13.987 20.999c-3.79.067-5.226-2.794-5.226-4.807V10.31H7V7.985c2.64-.984 3.275-3.447 3.423-4.85.01-.097.083-.135.126-.135h2.549v4.585h3.48v2.725h-3.494v5.603c.013.763.282 1.814 1.675 1.775.461-.012 1.08-.152 1.403-.31L17 19.944c-.315.477-1.734 1.03-3.013 1.054"/>
+ </symbol>
+ <symbol id="wds-icons-twitter" viewBox="0 0 24 24">
+ <path d="M20.681 7.328v.577c0 5.915-4.486 12.695-12.735 12.695-2.605 0-4.92-.721-6.946-2.02.434 0 .724.145 1.158.145 2.026 0 4.052-.722 5.644-1.876-1.882 0-3.618-1.298-4.197-3.174.29 0 .579.145.868.145.434 0 .434 0 1.013-.145-2.17-.432-4.052-2.308-4.052-4.472 0 .433 1.592.433 2.316.577-1.158-.865-1.882-2.164-1.882-3.75 0-.866.29-1.587.724-2.309 2.17 2.741 5.644 4.472 9.261 4.761-.144-.433-.144-.721-.144-1.01C11.709 5.02 13.735 3 16.195 3c1.302 0 2.46.433 3.328 1.443 1.013-.289 1.882-.577 2.75-1.154-.434 1.154-1.158 1.875-1.881 2.452a13.73 13.73 0 0 0 2.604-.721c-.723.865-1.447 1.73-2.315 2.308z"/>
+ </symbol>
+ <symbol id="wds-icons-undo" viewBox="0 0 24 24">
+ <path d="M4.414 15H16a5 5 0 1 0 0-10H2a1 1 0 0 1 0-2h14a7 7 0 1 1 0 14H4.414l3.293 3.293a1 1 0 0 1-1.414 1.414l-5-5a.997.997 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 1.414L4.414 15z" fill-rule="evenodd" fill-opacity="100"/>
+ </symbol>
+ <symbol id="wds-icons-unlock-small" viewBox="0 0 18 18">
+ <path d="M10 12.7V14H8v-1.3c-.6-.3-1-1-1-1.7 0-1.1.9-2 2-2s2 .9 2 2c0 .7-.4 1.4-1 1.7M15 6H7V5c0-1.1.9-2 2-2 .6 0 1.225.25 1.625.75.182.244.547.5.875.5a1 1 0 0 0 .761-1.651c.004-.004-.003.003 0 0L12 2.3C11.2 1.5 10.1 1 9 1 6.8 1 5 2.8 5 5v1H3c-.6 0-1 .4-1 1v9c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V7c0-.6-.4-1-1-1" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-unlock" viewBox="0 0 24 24">
+ <path d="M13 17.816V19a1 1 0 0 1-2 0v-1.184A2.996 2.996 0 0 1 9 15c0-1.654 1.346-3 3-3s3 1.346 3 3a2.996 2.996 0 0 1-2 2.816M20 8H8V6c0-2.206 1.794-4 4-4 1.447 0 2.788.793 3.499 2.069a1 1 0 1 0 1.747-.974A6.015 6.015 0 0 0 12 0C8.691 0 6 2.691 6 6v2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-upload" viewBox="0 0 24 24">
+ <path d="M12 17.999a1 1 0 0 0 1-1V5.413l3.293 3.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5-5a.999.999 0 0 0-1.089-.216.999.999 0 0 0-.325.216l-5 5a.999.999 0 1 0 1.414 1.414L11 5.413v11.586a1 1 0 0 0 1 1zm-7-3a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-5a1 1 0 0 0-2 0v4H6v-4a1 1 0 0 0-1-1z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-upvote-reply-tiny" viewBox="0 0 12 12">
+ <path d="M10.707 5.292l-4-4a1.001 1.001 0 0 0-1.414 0l-4 4a.999.999 0 1 0 1.414 1.414L5 4.413v5.586a1 1 0 0 0 2 0V4.413l2.293 2.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-upvote-small" viewBox="0 0 18 18">
+ <path d="M12.53 8.78a.748.748 0 0 1-1.06 0L9.75 7.06v6.44a.75.75 0 0 1-1.5 0V7.06L6.53 8.78a.75.75 0 1 1-1.06-1.06l3-3a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06M9 0C4.037 0 0 4.037 0 9s4.037 9 9 9 9-4.037 9-9-4.037-9-9-9" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-upvote-tiny" viewBox="0 0 12 12">
+ <path d="M8.354 5.854a.499.499 0 0 1-.707 0L6.5 4.707V9a.5.5 0 0 1-1 0V4.707L4.354 5.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708M6 0C2.692 0 0 2.692 0 6c0 3.309 2.692 6 6 6s6-2.691 6-6c0-3.308-2.692-6-6-6" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-upvote" viewBox="0 0 24 24">
+ <path d="M16.707 11.707a.997.997 0 0 1-1.414 0L13 9.414V18a1 1 0 0 1-2 0V9.414l-2.293 2.293a.999.999 0 1 1-1.414-1.414l4-4a.999.999 0 0 1 1.089-.216c.122.051.233.124.325.216l4 4a.999.999 0 0 1 0 1.414M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-user" viewBox="0 0 24 24">
+ <path d="M12 14c3.309 0 6-2.691 6-6V6c0-3.309-2.691-6-6-6S6 2.691 6 6v2c0 3.309 2.691 6 6 6zm5 2H7c-3.86 0-7 3.14-7 7a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1c0-3.86-3.14-7-7-7z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-video-camera" viewBox="0 0 24 24">
+ <path d="M23.6 6.2c-.3-.2-.6-.2-.9-.1L17 8.5V5c0-.6-.4-1-1-1H1c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h15c.6 0 1-.4 1-1v-3.5l5.6 2.4c.1.1.3.1.4.1.2 0 .4-.1.6-.2.3-.2.4-.5.4-.8V7c0-.3-.2-.6-.4-.8z" fill-rule="evenodd"/>
+ </symbol>
+ <symbol id="wds-icons-vkontakte" viewBox="0 0 24 24">
+ <path d="M8.169 7.816a1.17 1.17 0 0 1 .792-.65 5.11 5.11 0 0 1 1.037-.175 27.89 27.89 0 0 1 1.925-.025c.329.006.662.048.984.117.591.126.88.45.924 1.062.03.439.013.882-.003 1.322-.018.462-.064.924-.089 1.386a13.41 13.41 0 0 0-.024.981c.007.384.044.77.285 1.09.233.31.279.34.621.132.189-.115.348-.294.487-.472.964-1.23 1.699-2.59 2.26-4.052.054-.138.124-.27.179-.407.182-.446.528-.631.983-.633.414-.001.829.022 1.244.024.62.002 1.24-.012 1.861-.004.267.005.538.024.797.082.353.078.477.305.41.666-.094.508-.315.965-.567 1.407-.464.812-1.043 1.54-1.612 2.275a68.25 68.25 0 0 0-1.066 1.42 1.933 1.933 0 0 0-.191.345c-.229.504-.158.905.252 1.32.419.422.855.828 1.276 1.248.62.62 1.19 1.284 1.655 2.031.117.187.205.402.259.615.068.273-.05.5-.278.658-.265.187-.575.248-.884.251-.645.008-1.292-.013-1.937-.02-.326-.004-.653-.011-.976.067-.09.023-.2-.01-.296-.033-.618-.148-1.127-.489-1.587-.916-.454-.422-.833-.91-1.221-1.39-.14-.173-.3-.334-.478-.466a.989.989 0 0 0-.443-.189c-.321-.046-.577.107-.678.423-.083.263-.116.543-.155.82-.036.272-.037.55-.077.824-.075.517-.227.743-.878.859-.536.094-1.072.047-1.607-.001-.74-.069-1.468-.207-2.166-.472-1.063-.401-1.96-1.049-2.739-1.874-.822-.873-1.521-1.845-2.186-2.841-1-1.5-1.835-3.091-2.607-4.719-.217-.458-.452-.91-.565-1.41-.04-.178-.06-.36-.091-.539-.018-.107.016-.19.115-.223.21-.069.421-.17.634-.18.528-.026 1.057-.006 1.586-.01.44-.004.88-.019 1.319-.022.1-.001.2.02.3.034a.732.732 0 0 1 .572.41c.124.25.254.497.363.754a20.133 20.133 0 0 0 1.94 3.517c.16.233.32.47.503.684.1.118.237.217.376.285.23.113.435.048.54-.184a2.32 2.32 0 0 0 .204-.662c.13-.972.145-1.95.053-2.925a4.61 4.61 0 0 0-.126-.662c-.077-.312-.278-.525-.568-.652a38.53 38.53 0 0 1-.494-.222c-.05-.021-.095-.051-.147-.08"/>
+ </symbol>
+ <symbol id="wds-icons-weibo" viewBox="0 0 24 24">
+ <path d="M16.562 11.618c-.273-.081-.46-.137-.318-.493.31-.775.342-1.443.006-1.92-.63-.894-2.353-.845-4.328-.024 0 0-.62.27-.461-.219.303-.97.258-1.783-.215-2.253-1.072-1.065-3.921.04-6.365 2.468-1.83 1.819-2.893 3.746-2.893 5.413 0 3.188 4.115 5.126 8.14 5.126 5.275 0 8.785-3.047 8.785-5.465 0-1.46-1.238-2.29-2.351-2.633m-6.424 6.955c-3.211.315-5.984-1.127-6.192-3.223-.209-2.095 2.226-4.049 5.437-4.364 3.212-.316 5.985 1.127 6.193 3.221.208 2.096-2.226 4.05-5.438 4.366m9.927-12.789a5.155 5.155 0 0 0-4.888-1.572.738.738 0 1 0 .31 1.444c1.234-.26 2.57.12 3.476 1.117a3.611 3.611 0 0 1 .763 3.55.744.744 0 0 0 1.414.455v-.003a5.076 5.076 0 0 0-1.075-4.991"/><path d="M18.109 7.539a2.51 2.51 0 0 0-2.381-.765.635.635 0 1 0 .266 1.242 1.23 1.23 0 0 1 1.165.374c.303.334.385.79.255 1.19a.635.635 0 0 0 .411.8.64.64 0 0 0 .805-.41 2.47 2.47 0 0 0-.521-2.431m-7.649 5.059c-1.53-.395-3.257.362-3.92 1.7-.676 1.365-.023 2.88 1.521 3.375 1.6.513 3.485-.273 4.14-1.746.647-1.44-.16-2.922-1.742-3.329m-1.167 3.486c-.31.492-.976.708-1.477.48-.494-.223-.64-.795-.329-1.275.307-.478.95-.691 1.447-.484.503.213.664.781.359 1.279m1.023-1.306c-.112.191-.36.283-.555.204-.191-.079-.251-.292-.142-.48.112-.186.35-.277.541-.202.194.07.264.286.156.478"/>
+ </symbol>
+ <symbol id="wds-icons-wykop" viewBox="0 0 24 24">
+ <path d="M6.76 20.985a9.543 9.543 0 0 1-2.192-.45c-2.005-.646-2.991-2.095-3.251-3.988a34.21 34.21 0 0 1-.081-8.58c.308-2.687 2.073-4.3 4.983-4.635 3.068-.353 6.147-.287 9.223-.17a19.45 19.45 0 0 1 3.321.41c2.425.52 3.734 2.024 3.981 4.351.26 2.447.35 4.898.157 7.35-.093 1.183-.247 2.37-.935 3.412-.927 1.405-2.37 2.057-4.039 2.22-1.942.19-9.402.211-11.167.08zm7.421-2.064c1.314-.076 2.63-.154 3.933-.313.836-.102 1.547-.53 1.87-1.295.262-.622.516-1.291.548-1.95.093-1.902.101-3.81.08-5.715-.008-.658-.153-1.325-.322-1.967-.314-1.19-1.13-1.917-2.448-2.077-.743-.09-1.491-.189-2.24-.202a175.972 175.972 0 0 0-5.531-.018c-1.19.016-2.381.071-3.565.176-1.546.136-2.424.863-2.808 2.222a5.68 5.68 0 0 0-.126.546c-.345 1.919-.274 3.854-.204 5.784.028.78.155 1.565.317 2.333.23 1.096.928 1.842 2.101 2.132.41.101.833.182 1.253.203 1.656.083 6.422.182 7.142.14zm.995-12.884L12.6 7.227l3.196 6.103-1.269.6-3.248-6.091L8.66 9.048l3.204 6.117-1.269.6L7.34 9.66l-2.563 1.184 3.87 7.369 10.368-4.835-3.838-7.34"/>
+ </symbol>
+ <symbol id="wds-icons-youtube" viewBox="0 0 24 24">
+ <path d="M23.8 7.6s-.2-1.7-1-2.4c-.9-1-1.9-1-2.4-1C17 4 12 4 12 4s-5 0-8.4.2c-.5.1-1.5.1-2.4 1-.7.7-1 2.4-1 2.4S0 9.5 0 11.5v1.8c0 1.9.2 3.9.2 3.9s.2 1.7 1 2.4c.9 1 2.1.9 2.6 1 1.9.2 8.2.2 8.2.2s5 0 8.4-.3c.5-.1 1.5-.1 2.4-1 .7-.7 1-2.4 1-2.4s.2-1.9.2-3.9v-1.8c0-1.9-.2-3.8-.2-3.8zM9.5 15.5V8.8l6.5 3.4-6.5 3.3z"/>
+ </symbol></svg> </div>
+
+ <style>
+ .dropdown-triangle {
+ width: 12px;
+ height: 6px
+ }
+
+ .facebook-icon-default {
+ width: 8px;
+ height: 16px
+ }
+
+ .icon-arrow-careers {
+ width: 22px;
+ height: 12px
+ }
+
+ .icon-arrow-footer {
+ width: 16px;
+ height: 16px
+ }
+
+ .icon-arrow-white {
+ width: 16px;
+ height: 16px
+ }
+
+ .icon-arrow {
+ width: 24px;
+ height: 24px
+ }
+
+ .icon-books {
+ width: 18px;
+ height: 13px
+ }
+
+ .icon-close {
+ width: 24px;
+ height: 24px
+ }
+
+ .icon-comics {
+ width: 20px;
+ height: 20px
+ }
+
+ .icon-create {
+ width: 56px;
+ height: 56px
+ }
+
+ .icon-edit {
+ width: 62px;
+ height: 59px
+ }
+
+ .icon-fan-mark-no-border {
+ width: 40px;
+ height: 40px
+ }
+
+ .icon-fan-mark {
+ width: 59px;
+ height: 59px
+ }
+
+ .icon-fan-profile-avatar {
+ width: 50px;
+ height: 50px
+ }
+
+ .icon-games {
+ width: 20px;
+ height: 13px
+ }
+
+ .icon-lifestyle {
+ width: 22px;
+ height: 21px
+ }
+
+ .icon-menu {
+ width: 24px;
+ height: 24px
+ }
+
+ .icon-movies {
+ width: 15px;
+ height: 17px
+ }
+
+ .icon-music {
+ width: 17px;
+ height: 18px
+ }
+
+ .icon-search {
+ width: 24px;
+ height: 24px
+ }
+
+ .icon-share {
+ width: 55px;
+ height: 62px
+ }
+
+ .icon-top-comm-arrow-down {
+ width: 12px;
+ height: 12px
+ }
+
+ .icon-top-comm-arrow-up {
+ width: 12px;
+ height: 12px
+ }
+
+ .icon-top-comm-circle {
+ width: 12px;
+ height: 12px
+ }
+
+ .icon-tv {
+ width: 18px;
+ height: 17px
+ }
+
+ .instagram-icon-default {
+ width: 24px;
+ height: 24px
+ }
+
+ .linkedin-logo {
+ width: 14px;
+ height: 18px
+ }
+
+ .logo-wikia {
+ width: 110px;
+ height: 30px
+ }
+
+ .menu-control {
+ width: 24px;
+ height: 24px
+ }
+
+ .reddit-icon-default {
+ width: 24px;
+ height: 21px
+ }
+
+ .twitter-icon-default {
+ width: 18px;
+ height: 14px
+ }
+
+ .youtube-icon-default {
+ width: 24px;
+ height: 17px
+ }
+ </style>
+
+ <div class="profile-alert">
+ <div class="grid-container">
+ <a href="#" class="close-alert">
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-close">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-close"/>
+ </svg>
+ </a>
+
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-fan-profile-avatar">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-fan-profile-avatar"/>
+ </svg>
+
+ <h3>Introducing Fandom Author Profiles</h3>
+ <p>Bringing you closer to your readers with a customizable profile.</p>
+ <a href="#" class="wds-button button-edit-profile">Edit Your Profile</a>
+ </div>
+ </div>
+ <div class="wds-global-navigation-wrapper">
+ <div class="wds-global-navigation anon loaded headroom headroom--not-bottom headroom--pinned headroom--top" style="top: 0px;">
+ <div class="wds-global-navigation__content-bar">
+
+ <a href="http://fandom.wikia.com" class="wds-global-navigation__logo" data-trackable="" tracking-label="global-navigation.logo" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-global-navigation__logo-fandom" alt="Fandom powered by Wikia">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-company-logo-fandom-powered-by-wikia"/>
+ </svg></a>
+
+ <div class="wds-global-navigation__links-and-search">
+
+ <a href="http://fandom.wikia.com/games" class="wds-global-navigation__link wds-is-games " data-trackable="" tracking-label="global-navigation.link.games" data-is="trackable" riot-tag="trackable">Games</a>
+ <a href="http://fandom.wikia.com/movies" class="wds-global-navigation__link wds-is-movies " data-trackable="" tracking-label="global-navigation.link.movies" data-is="trackable" riot-tag="trackable">Movies</a>
+ <a href="http://fandom.wikia.com/tv" class="wds-global-navigation__link wds-is-tv " data-trackable="" tracking-label="global-navigation.link.tv" data-is="trackable" riot-tag="trackable">TV</a>
+
+ <div class="wds-global-navigation__wikis-menu wds-dropdown">
+ <div class="wds-dropdown__toggle wds-global-navigation__dropdown-toggle" data-trackable="" tracking-label="global-navigation.link.wikis" data-is="trackable" riot-tag="trackable"><span>Wikis</span>
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-icon wds-icon-tiny wds-dropdown__toggle-chevron" alt="Wikis dropdown">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-dropdown-tiny"/>
+ </svg></div>
+ <div class="wds-dropdown__content wds-global-navigation__dropdown-content">
+ <ul class="wds-list wds-is-linked">
+
+ <li><a href="http://fandom.wikia.com/explore" class="wds-global-navigation__dropdown-link" data-trackable="" tracking-label="global-navigation.link.explore" data-is="trackable" riot-tag="trackable">Explore Wikis</a></li>
+ <li><a href="http://community.wikia.com/wiki/Community_Central" class="wds-global-navigation__dropdown-link" data-trackable="" tracking-label="global-navigation.link.community-central" data-is="trackable" riot-tag="trackable">Community Central</a></li>
+ <li><a href="http://community.wikia.com/wiki/Fandom_University" class="wds-global-navigation__dropdown-link" data-trackable="" tracking-label="global-navigation.link.fandom-university" data-is="trackable" riot-tag="trackable">Fandom University</a></li>
+
+ </ul>
+ </div>
+ </div>
+
+
+ <form class="wds-global-navigation__search" action="/">
+ <div class="wds-global-navigation__search-input-wrapper">
+ <label class="wds-global-navigation__search-label">
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-icon wds-icon-small wds-global-navigation__search-label-icon" alt="Search">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-magnifying-glass"/>
+ </svg>
+ <input class="wds-global-navigation__search-input" name="s" placeholder="Search" placeholder-active="Search Stories and Wikis..." placeholder-inactive="Search" />
+ </label>
+ <button class="wds-button wds-is-text wds-global-navigation__search-close" type="reset">
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-icon wds-icon-small wds-global-navigation__search-close-icon" alt="Close">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-cross"/>
+ </svg>
+ </button>
+ <button class="wds-button wds-global-navigation__search-submit" type="submit" disabled="disabled">
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-icon wds-icon-small wds-global-navigation__search-submit-icon" alt="Search">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-arrow"/>
+ </svg>
+ </button>
+ </div>
+ </form>
+ </div>
+
+
+ <div class="wds-global-navigation__account-menu wds-dropdown">
+ <div class="wds-dropdown__toggle wds-global-navigation__dropdown-toggle" data-trackable="" tracking-label="global-navigation.account" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-icon wds-icon-small wds-icon">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-user"/>
+ </svg>
+ <span class="wds-global-navigation__account-menu-caption">
+ My Account </span>
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-icon wds-icon-tiny wds-dropdown__toggle-chevron">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-dropdown-tiny"/>
+ </svg></div>
+
+ <div class="wds-dropdown__content wds-is-right-aligned wds-global-navigation__dropdown-content">
+ <ul class="wds-list wds-has-lines-between">
+
+
+ <li>
+ <a href="https://www.wikia.com/signin?redirect=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary%3Fcb%3D1487930323112" data-param-name="redirect" data-trackable="" tracking-label="global-navigation.account.sign-in" class="wds-button wds-is-full-width " data-is="trackable" riot-tag="trackable">Sign In</a>
+ </li>
+
+ <li>
+ <div class="wds-global-navigation__account-menu-dropdown-caption">
+ Don't have an account? </div>
+ <a href="https://www.wikia.com/register?redirect=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary%3Fcb%3D1487930323112" data-param-name="redirect" data-trackable="" tracking-label="global-navigation.account.register" class="wds-button wds-is-full-width wds-is-secondary" data-is="trackable" riot-tag="trackable">Register</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+
+
+ <div class="wds-global-navigation__start-a-wiki" data-trackable="" tracking-label="global-navigation.start-a-wiki" data-is="trackable" riot-tag="trackable">
+ <a href="http://www.wikia.com/Special:CreateNewWiki" class="wds-global-navigation__start-a-wiki-button wds-button wds-is-squished wds-is-secondary">
+ <span class="wds-global-navigation__start-a-wiki-caption">
+ Start a Wiki </span>
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-global-navigation__start-a-wiki-icon wds-icon" alt="Start a Wiki">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-plus"/>
+ </svg>
+ </a>
+ </div>
+ </div>
+
+ <div class="nav-flyout">
+ <div class="nav-flyout-top-border "></div>
+ <div class="nav-flyout-content nav-flyout-content-games">
+ <div class="nav-flyout-wrapper">
+ <div class="nav-flyout-heading">
+ Top Stories </div>
+ <div class="nav-flyout-columns">
+ <a href="http://fandom.wikia.com/articles/not-everyone-will-love-for-honor" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/ce87556c-22ef-4827-9002-bc0c9ca947a8/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ Not Everyone Will Love 'For Honor', But That's a Good Thing </div>
+ </a>
+ <a href="http://fandom.wikia.com/articles/5-quick-thinking-icons-in-pop-culture" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/fc7164d9-06e8-4f91-9115-1745783792da/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ 5 Quick-Thinking Icons in Pop Culture </div>
+ </a>
+ <a href="http://fandom.wikia.com/articles/overwatch-new-character" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/a5f353ae-4bdb-473e-bad4-c56e664ec8b1/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ 'Overwatch's' Upcoming Character - Everything We Know </div>
+ </a>
+ <a href="http://fandom.wikia.com/videos/final-fantasy-xiv-offers-new-look-stormblood-dlc" class="nav-flyout-column nav-flyout-last-item">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/15a2234d-ab13-4bd0-ac50-bee1736e0de0/scale-to-width-down/400);">
+ <div class="nav-flyout-play-button-overlay"></div>
+ </div>
+ <div class="nav-flyout-description">
+ 'Final Fantasy XIV' Offers Up New Look at Stormblood DLC </div>
+ </a>
+ </div>
+ </div>
+ </div>
+ <div class="nav-flyout-content nav-flyout-content-movies">
+ <div class="nav-flyout-wrapper">
+ <div class="nav-flyout-heading">
+ Top Stories </div>
+ <div class="nav-flyout-columns">
+ <a href="http://fandom.wikia.com/articles/everything-we-know-about-the-han-solo-movie" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/96f9f44f-abb8-4125-b338-fcec161f6832/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ Everything We Know About the Han Solo Movie [UPDATED] </div>
+ </a>
+ <a href="http://fandom.wikia.com/articles/alien-covenant-shows-off-corpses-err-cast" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/b0bfa18a-b74e-4ec9-a7ee-b0871a6dbeaa/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ 'Alien: Covenant' Shows Off Its Corpses... Err, Cast </div>
+ </a>
+ <a href="http://fandom.wikia.com/articles/rogue-one-digitalblu-ray-details-extras-released" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/25c63a09-9713-4573-bb91-7667fb4c06f3/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ 'Rogue One' Digital/Blu-ray Details and Extras Released </div>
+ </a>
+ <a href="http://fandom.wikia.com/articles/logan-review-solid-step-forward-superhero-movies" class="nav-flyout-column nav-flyout-last-item">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/6fda9a02-b7ed-4001-9364-0d9bd0bf0763/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ 'Logan' Review - A Solid Step Forward for Superhero Movies </div>
+ </a>
+ </div>
+ </div>
+ </div>
+ <div class="nav-flyout-content nav-flyout-content-tv">
+ <div class="nav-flyout-wrapper">
+ <div class="nav-flyout-heading">
+ Top Stories </div>
+ <div class="nav-flyout-columns">
+ <a href="http://fandom.wikia.com/articles/arrow-oliver-queen-gun-control" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/76afd7ae-d58c-471f-9ee9-93b8e351cf5e/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ How 'Arrow' Handled Gun Control and Why Oliver Queen Is the Mayor We Need </div>
+ </a>
+ <a href="http://fandom.wikia.com/articles/4-essential-ingredients-fan-theory" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/e0700497-86a4-4497-a127-e8cbb2b26a34/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ The 4 Essential Ingredients of a Full-Fledged Fan Theory </div>
+ </a>
+ <a href="http://fandom.wikia.com/articles/marvels-iron-fist-watch-danny-rand-use-the-fire-of-the-fist" class="nav-flyout-column ">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/abd1690f-aeef-4ea2-8e8b-5782a34c0622/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ Marvel's 'Iron Fist': Watch Danny Rand Use the Fire of the Fist </div>
+ </a>
+ <a href="http://fandom.wikia.com/articles/first-look-m-night-shyamalans-tales-crypt-reboot-dead-wrong" class="nav-flyout-column nav-flyout-last-item">
+ <div class="nav-flyout-image" style="background-image: url(https://vignette.wikia.nocookie.net/b67fc4d4-f0cc-4fe2-8ff9-6cfd78ce1bb8/scale-to-width-down/400);">
+ </div>
+ <div class="nav-flyout-description">
+ First Look at M. Night Shyamalan's 'Tales From the Crypt' Reboot Is Dead Wrong </div>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+ <div class="top-nav" data-is="top-nav" riot-tag="top-nav">
+ <div class="top-nav-wrapper grid-container">
+ <div class="hamburger">
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon-menu">
+ <use xlink:href="#icon-menu" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ </div>
+ <div class="hamburger-close hide">
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon-close">
+ <use xlink:href="#icon-close" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ </div>
+ <div class="search-icon" data-trackable="" tracking-label="global-navigation.search" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="icon-search">
+ <use xlink:href="#icon-search" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg></div>
+ <div class="search-close hide">
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon-close">
+ <use xlink:href="#icon-close" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ </div>
+
+ <a href="http://fandom.wikia.com" class="wordmark wordmark-desktop" data-trackable="" tracking-label="global-navigation.logo" data-is="trackable" riot-tag="trackable"><img class="logo-fandom-tagline" src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/logo-fandom-tagline.svg?v=2" /></a>
+ <a href="http://fandom.wikia.com" class="wordmark wordmark-mobile" data-trackable="" tracking-label="global-navigation.logo" data-is="trackable" riot-tag="trackable"><img class="logo-fandom" src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/logo-fandom.svg" /></a>
+
+ <ul class="nav-links sub-nav hide-for-mobile">
+ <li class="user-state-mobile clearfix" data-is="top-nav-user-state" riot-tag="top-nav-user-state">
+ <div class="unauthenticated">
+ <img class="icon-sign-in-gray" src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/icon-sign-in-white.svg?v=2" />
+ <a href="http://www.wikia.com/join" data-trackable="" tracking-label="global-navigation.account.sign-in" data-is="trackable" riot-tag="trackable">Sign In</a>
+ <span>|</span>
+ <a href="http://www.wikia.com/join" data-trackable="" tracking-label="global-navigation.account.register" data-is="trackable" riot-tag="trackable">Register</a>
+ </div>
+ <div class="authenticated hide">
+ <a class="profile">
+ <img class="avatar default" src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/icon-sign-in-white.svg" /> My Profile </a>
+ <a href="http://www.wikia.com/wiki/Special:UserLogout?returnto=" class="log-out">
+ Log Out </a>
+ </div>
+ </li>
+ <li class="games nav-links-item" data-trackable="" tracking-label="global-navigation.link.games" data-is="trackable" riot-tag="trackable"><a href="http://fandom.wikia.com/games">
+ Games </a></li>
+ <li class="movies nav-links-item" data-trackable="" tracking-label="global-navigation.link.movies" data-is="trackable" riot-tag="trackable"><a href="http://fandom.wikia.com/movies">
+ Movies </a></li>
+ <li class="tv nav-links-item" data-trackable="" tracking-label="global-navigation.link.tv" data-is="trackable" riot-tag="trackable"><a href="http://fandom.wikia.com/tv">
+ TV </a></li>
+ <li class="explore nav-links-item hide-for-mobile" data-trackable="" tracking-label="global-navigation.link.explore" data-is="trackable" riot-tag="trackable"><a href="/explore">
+ Explore Wikis </a>
+ <div class="dropdown">
+ <ul>
+ <li><a href="http://www.wikia.com/WAM">Trending Communities</a></li>
+ <li><a href="http://community.wikia.com/wiki/Community_Central" data-trackable="" tracking-label="global-navigation.link.community-central">
+ Community Central </a></li>
+ </ul>
+ <a class="btn" href="http://www.wikia.com/Special:CreateNewWiki" data-trackable="" tracking-label="global-navigation.start-a-wiki">
+ Start a Wiki </a>
+ </div>
+ </li>
+ <li class="explore-mobile nav-links-item">
+ <a href="/explore">
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon-menu-control">
+ <use xlink:href="#wds-icons-menu-control" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg> Wikis </a>
+ </li>
+ </ul>
+ <div class="mobile-drawer sub-nav hide-for-mobile">
+ <ul>
+ <li class="cta-link back-link">
+ <a href="">
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-arrow-white">
+ <use xlink:href="#wds-icons-arrow" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg> Wikis </a>
+ </li>
+ <li><a class="generic nav-links-item" href="/explore" data-trackable="" tracking-label="global-navigation.link.explore" data-is="trackable" riot-tag="trackable">Explore Wikis</a></li>
+ <li><a class="generic nav-links-item" href="http://community.wikia.com/wiki/Community_Central" data-trackable="" tracking-label="global-navigation.link.community-central" data-is="trackable" riot-tag="trackable">Community Central</a></li>
+ <li><a class="generic nav-links-item" href="http://community.wikia.com/wiki/Wikia_University" data-trackable="" tracking-label="global-navigation.link.fandom-university" data-is="trackable" riot-tag="trackable">Fandom University</a></li>
+ </ul>
+ </div>
+ <div class="search-bar hide-for-mobile">
+ <form role="search" method="get" class="search-form" action="http://fandom.wikia.com">
+ <span class="svg-wrap">
+ <svg xmlns="http://www.w3.org/2000/svg" class="icon-search">
+ <use xlink:href="#icon-search" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ </span>
+ <input class="search-field" placeholder="Search Stories and Wikis..." value="" name="s" type="search" />
+ </form>
+ <div class="search-line"></div>
+ </div>
+ <div class="user-state hide-for-mobile" data-is="top-nav-user-state" riot-tag="top-nav-user-state">
+ <div class="unauthenticated">
+ <img class="icon-sign-in-gray" src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/icon-sign-in-gray.svg" />
+ <a href="http://www.wikia.com/signin" data-trackable="" tracking-label="global-navigation.account.sign-in" data-is="trackable" riot-tag="trackable">Sign In</a>
+ <span>|</span>
+ <a href="http://www.wikia.com/register" data-trackable="" tracking-label="global-navigation.account.register" data-is="trackable" riot-tag="trackable">Register</a>
+ </div>
+ <div class="authenticated hide">
+ <a class="profile">
+ <img class="avatar default" src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/icon-sign-in-gray.svg" /> My Profile </a>
+ </div>
+ <div class="dropdown">
+ <a href="http://www.wikia.com/wiki/Special:UserLogout?returnto=" class="log-out">
+ Log Out </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="tagline hide-for-large">
+ <img src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/tagline-powered-by-wikia.svg?v=2" />
+ </div>
+ <div class="hub-name hide-for-large">
+ <p class="tv-hub">TV</p>
+ <p class="games-hub">Games</p>
+ <p class="movies-hub">Movies</p>
+ </div>
+
+
+ <div id="gpt-top-leaderboard" class="gpt-ad article-top-leaderboard hide" data-page-type="article" data-win-advertisement-text="Advertisement" data-google-query-id="COXo7bK8qNICFReUvQodi-UEWw" style="display: none;">
+ <div id="google_ads_iframe_/5441/wka.fandom/_article/ARTICLE_TOP_LEADERBOARD_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/5441/wka.fandom/_article/ARTICLE_TOP_LEADERBOARD_0" title="3rd party ad content" name="google_ads_iframe_/5441/wka.fandom/_article/ARTICLE_TOP_LEADERBOARD_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="728" height="90" frameborder="0"></iframe></div>
+ </div>
+
+ <div class="floating-social" style="display: block; top: 50%;">
+ <div class="share-wrapper">
+ <a class="fb-share-btn" data-is="fb-share-button" riot-tag="fb-share-button"><svg xmlns="http://www.w3.org/2000/svg" class="icon facebook-icon-default">
+ <use xlink:href="#facebook-icon-default" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ <span>Share</span></a>
+ <a class="tweet-btn" text="" data-is="tweet-button" riot-tag="tweet-button" href="https://twitter.com/intent/tweet?text=&amp;url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary&amp;hashtags=fandom&amp;via=getfandom"><svg xmlns="http://www.w3.org/2000/svg" class="icon twitter-icon-default">
+ <use xlink:href="#twitter-icon-default" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ <span>Tweet</span></a>
+ <a class="reddit-btn" target="_blank" data-is="reddit-button" riot-tag="reddit-button" href="//www.reddit.com/submit?url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary"><svg xmlns="http://www.w3.org/2000/svg" class="icon reddit-icon-default">
+ <use xlink:href="#reddit-icon-default" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ <span>Share</span></a>
+ </div>
+ </div>
+
+ <!-- .article-wrapper needed for padding around .article-container -->
+ <div class="article-wrapper ">
+ <div class="grid-container">
+ <div class="article-container grid-block">
+ <article id="post-49332" class="grid-content post-49332 post type-post status-publish format-standard has-post-thumbnail hentry category-movies category-star-wars tag-fan-contributor tag-george-lucas tag-john-knoll tag-lucasfilm tag-original-trilogy tag-rogue-one-a-star-wars-story tag-special-editions tag-star-wars tag-star-wars-episode-iv-a-new-hope tag-star-wars-episode-v-the-empire-strikes-back tag-star-wars-episode-vi-return-of-the-jedi tag-star-wars-episode-vii-the-force-awakens region-no-region">
+ <ul class="categories">
+ <li class="cat-movies">
+ <a href="http://fandom.wikia.com/movies" data-is="trackable" riot-tag="trackable">Movies</a>
+ </li>
+ </ul>
+
+
+ <header class="entry-header">
+ <h1 class="entry-title">‘Star Wars’ Original Cuts Might Get Released for 40th Anniversary</h1>
+ </header>
+
+ <div class="entry-meta clearfix">
+ <div class="byline" data-user="" data-user-id="1197885" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/CC7567" data-profile-link="" data-is="trackable" riot-tag="trackable"><img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/6eef5bc5-c8a0-4da1-9ba1-066e6b2cf8e9" />
+ <span class="author vcard">
+ <span class="author-name fn" data-name="">James Akinaka</span>
+ </span>
+ </a>
+ <span class="posted-time">
+ •
+ <time class="entry-date" datetime="2017-02-23T17:18:13+00:00">
+ 8h </time>
+ </span>
+ </div>
+
+ <div class="share-wrapper">
+ <a class="fb-share-btn" data-is="fb-share-button" riot-tag="fb-share-button"><svg xmlns="http://www.w3.org/2000/svg" class="icon facebook-icon-default">
+ <use xlink:href="#facebook-icon-default" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ <span>Share</span></a>
+ <a class="tweet-btn" text="" data-is="tweet-button" riot-tag="tweet-button" href="https://twitter.com/intent/tweet?text=&amp;url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary&amp;hashtags=fandom&amp;via=getfandom"><svg xmlns="http://www.w3.org/2000/svg" class="icon twitter-icon-default">
+ <use xlink:href="#twitter-icon-default" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ <span>Tweet</span></a>
+ <a class="reddit-btn" target="_blank" data-is="reddit-button" riot-tag="reddit-button" href="//www.reddit.com/submit?url=http%3A%2F%2Ffandom.wikia.com%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary"><svg xmlns="http://www.w3.org/2000/svg" class="icon reddit-icon-default">
+ <use xlink:href="#reddit-icon-default" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg>
+ <span>Share</span></a>
+ </div>
+ </div>
+
+ <div id="gpt-top-boxad-mobile" class="gpt-ad article-top-box-ad-mobile hide" data-page-type="article" data-win-advertisement-text="Advertisement">
+ <script type="text/javascript">
+ window.upstream.ads.adStack.push({
+ id: 'gpt-top-boxad-mobile',
+ pageType: 'article'
+ });
+ </script>
+ </div>
+
+ <div class="entry-content">
+ <p>Although Lucasfilm is already planning a birthday bash for the Star Wars Saga at <a href="http://starwars.wikia.com/wiki/Celebration_Orlando" data-is="trackable" riot-tag="trackable">Celebration Orlando</a> this April, fans might get another present for the saga’s 40th anniversary. According to fan site <a href="http://makingstarwars.net/2017/02/rumor-unaltered-original-star-wars-trilogy-re-released-year/" data-is="trackable" riot-tag="trackable">MakingStarWars.net</a>, rumors abound that Lucasfilm might re-release the unaltered cuts of the saga’s original trilogy.</p>
+ <p>If the rumors are true, this is big news for Star Wars fans. Aside from limited VHS releases, the unaltered cuts of the original trilogy films haven’t been available since they premiered in theaters in the 1970s and ’80s. If Lucasfilm indeed re-releases the films’ original cuts, then this will be the first time in decades that fans can see the films in their original forms. Here’s what makes the unaltered cuts of the original trilogy so special.</p>
+ <h2>The Star Wars Special Editions Caused Controversy
+ <a href="https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b" data-is="trackable" riot-tag="trackable"><img class="size-full aligncenter" src="https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/627" alt="star wars han solo" srcset="https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/400 400w, https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/627 627w, https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/800 800w, https://vignette.wikia.nocookie.net/e80dae8a-b955-43f6-8ada-f023385e622b/scale-to-width-down/1200 1200w" sizes="(max-width: 840px) 100vw, (max-width: 1064px) calc(100vw - 300px), 627px" /></a>
+ </h2>
+ <p>Thanks to the commercial success of Star Wars, <a href="http://starwars.wikia.com/wiki/George_Lucas" data-is="trackable" riot-tag="trackable">George Lucas</a> has revisited and further edited his films for re-releases. The most notable — and controversial — release were the <a href="http://starwars.wikia.com/wiki/The_Star_Wars_Trilogy_Special_Edition" data-is="trackable" riot-tag="trackable">Special Editions</a> of the original trilogy. In 1997, to celebrate the saga’s 20th anniversary, Lucasfilm spent a total of $15 million to remaster <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_IV_A_New_Hope" data-is="trackable" riot-tag="trackable"><em>A New Hope</em></a>, <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_V_The_Empire_Strikes_Back" data-is="trackable" riot-tag="trackable"><em>The Empire Strikes Back</em></a>, and <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_VI_Return_of_the_Jedi" data-is="trackable" riot-tag="trackable"><em>Return of the Jedi</em></a>. The Special Editions had stints in theaters before moving to home media.</p>
+ <p>Although most of the Special Editions’ changes were cosmetic, others significantly affected the plot of the films. The most notable example is the “<a href="http://starwars.wikia.com/wiki/Han_shot_first" data-is="trackable" riot-tag="trackable">Han shot first</a>” scene in <em>A New Hope</em>. As a result, the Special Editions generated significant controversy among Star Wars fans. Many fans remain skeptical about George Lucas’s decision to finish each original trilogy film “the way it was meant to be.”</p>
+ <p>
+ <a href="https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9" data-is="trackable" riot-tag="trackable"><img class="size-full aligncenter" src="https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/627" alt="star wars" srcset="https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/400 400w, https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/627 627w, https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/800 800w, https://vignette.wikia.nocookie.net/375e0e5a-170d-4560-8f20-240c9f0624e9/scale-to-width-down/1200 1200w" sizes="(max-width: 840px) 100vw, (max-width: 1064px) calc(100vw - 300px), 627px" /></a>
+ </p>
+ <p>While the Special Editions represent the most significant edits to the original trilogy, the saga has undergone other changes. Following up on the saga’s first Blu-ray release in 2011, Industrial Light &amp; Magic (ILM) began remastering the entire saga in 3D, starting with the prequel trilogy. <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_I_The_Phantom_Menace" data-is="trackable" riot-tag="trackable"><em>The Phantom Menace</em></a> saw a theatrical 3D re-release in 2012, but Disney’s 2012 acquisition of Lucasfilm indefinitely postponed further 3D releases.</p>
+ <p>In 2015, <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_II_Attack_of_the_Clones" data-is="trackable" riot-tag="trackable"><em>Attack of the Clones</em></a> and <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_III_Revenge_of_the_Sith" data-is="trackable" riot-tag="trackable"><em>Revenge of the Sith</em></a> received limited 3D showings at <a href="http://starwars.wikia.com/wiki/Celebration_Anaheim" data-is="trackable" riot-tag="trackable">Celebration Anaheim</a>. Other than that, it seems as though Disney has decided to refocus Lucasfilm’s efforts to new films. Of course, that’s why the saga has produced new content beginning with <a href="http://starwars.wikia.com/wiki/Star_Wars:_Episode_VII_The_Force_Awakens" data-is="trackable" riot-tag="trackable"><em>The Force Awakens</em></a>. However, it looks like Lucasfilm isn’t likely to generate 3D versions of the original trilogy anytime soon.</p>
+ <h2>Why the Original Film Cuts Matter</h2>
+ <p>
+ <a href="https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9" data-is="trackable" riot-tag="trackable"><img class="size-full aligncenter" src="https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/627" alt="" srcset="https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/400 400w, https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/627 627w, https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/800 800w, https://vignette.wikia.nocookie.net/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9/scale-to-width-down/1200 1200w" sizes="(max-width: 840px) 100vw, (max-width: 1064px) calc(100vw - 300px), 627px" /></a>
+ </p>
+ <p>Admittedly, the differences between the original trilogy’s unaltered cuts and the Special Editions appeal to more hardcore fans. Casual fans are less likely to care about whether <a href="http://starwars.wikia.com/wiki/Greedo" data-is="trackable" riot-tag="trackable">Greedo</a> or <a href="http://starwars.wikia.com/wiki/Han_Solo" data-is="trackable" riot-tag="trackable">Han Solo</a> shot first. Still, given Star Wars’ indelible impact on pop culture, there’s certainly a market for the original trilogy’s unaltered cuts. They might not be for every Star Wars fan, but many of us care about them.</p>
+ <p>ILM supervisor <a href="http://starwars.wikia.com/wiki/John_Knoll" data-is="trackable" riot-tag="trackable">John Knoll</a>, who first pitched the <a href="http://fandom.wikia.com/videos/john-knoll-important-rogue-one" data-is="trackable" riot-tag="trackable">story idea</a> for <a href="http://starwars.wikia.com/wiki/Rogue_One:_A_Star_Wars_Story" data-is="trackable" riot-tag="trackable"><em>Rogue One</em></a>, said <a href="http://lwlies.com/interviews/gareth-edwards-rogue-one-a-star-wars-story/" data-is="trackable" riot-tag="trackable">last year</a> that ILM finished a brand new 4K restoration print of <em>A New Hope</em>. For that reason, it seems likely that Lucasfilm will finally give diehard fans the original film cuts that they’ve clamored for. There’s no word yet whether the unaltered cuts will be released in theaters or on home media. At the very least, however, fans will likely get them after all this time. After all, the Special Editions marked the saga’s 20th anniversary. Star Wars turns 40 years old this year, so there’s no telling what’s in store.</p>
+ <hr />
+ <p class="cta-fandom-contributor">
+ <em>
+ Would you like to be part of the Fandom team? <a href="http://fandom.wikia.com/fan-contributor" data-is="trackable" riot-tag="trackable">Join our Fan Contributor Program</a> and share your voice on <a href="http://fandom.wikia.com" data-is="trackable" riot-tag="trackable">Fandom.com</a>! </em>
+
+ </p>
+
+ </div>
+ <div class="author-bio" data-user="" data-user-id="1197885" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/CC7567" data-profile-link="" data-is="trackable" riot-tag="trackable"><img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/6eef5bc5-c8a0-4da1-9ba1-066e6b2cf8e9" /></a>
+ <a href="http://fandom.wikia.com/u/CC7567" class="author-name" data-profile-link="" data-name="" data-is="trackable" riot-tag="trackable">James Akinaka</a>
+ <p class="about" data-bio="">James Akinaka arrives at Fandom by way of Wookieepedia. He covers Star Wars, superheroes, and animation and values bold, inclusive stories. He suffers from a lifelong case of nitpicking and high standards.</p>
+ <div class="social-media">
+ <a href="#" class="facebook" data-facebook-link="" target="_blank" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="icon facebook-icon-default">
+ <use xlink:href="#facebook-icon-default" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg></a>
+ <a href="http://twitter.com/JamesAkinaka" class="twitter" data-twitter-link="" target="_blank" data-is="trackable" riot-tag="trackable" style="display: inline-block;"><svg xmlns="http://www.w3.org/2000/svg" class="icon twitter-icon-default">
+ <use xlink:href="#twitter-icon-default" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg></a>
+ </div>
+ <div class="view-profile">
+ <a href="http://fandom.wikia.com/u/CC7567" data-profile-link="" data-is="trackable" riot-tag="trackable">View Profile <svg xmlns="http://www.w3.org/2000/svg" class="icon menu-control">
+ <use xlink:href="#menu-control" xmlns:xlink="http://www.w3.org/1999/xlink"/>
+ </svg></a>
+ </div>
+ </div>
+ </article>
+
+ <div id="gpt-incontent-boxad-mobile" class="gpt-ad incontent-boxad-mobile" data-page-type="article" data-win-advertisement-text="Advertisement">
+ </div>
+ <div class="social-promo grid-content hide-for-large">
+ <div class="social-promo-rail">
+ <div class="logo">
+ <img src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/icon-fandom.svg" />
+ </div>
+ <span class="callout">
+ Don't miss a thing.<br />
+ Keep up with Fandom. </span>
+ <div class="buttons">
+ <div class="facebook-button">
+ <div class="fb-like fb_iframe_widget" data-href="https://www.facebook.com/getfandom" data-layout="button" data-action="like" fb-xfbml-state="rendered" fb-iframe-plugin-query="action=like&amp;app_id=112328095453510&amp;container_width=0&amp;href=https%3A%2F%2Fwww.facebook.com%2Fgetfandom&amp;layout=button&amp;locale=en_US&amp;sdk=joey"><span style="vertical-align: bottom; width: 0px; height: 0px;"><iframe name="fc9336c8a1dc8a" allowtransparency="true" allowfullscreen="true" scrolling="no" title="fb:like Facebook Social Plugin" style="border: medium none; visibility: visible; width: 0px; height: 0px;" src="https://www.facebook.com/v2.5/plugins/like.php?action=like&amp;app_id=112328095453510&amp;channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2Fao6eUeuGXQq.js%3Fversion%3D42%23cb%3Df1ed61fadc1e24c%26domain%3Dfandom.wikia.com%26origin%3Dhttp%253A%252F%252Ffandom.wikia.com%252Ff20f11e27292492%26relation%3Dparent.parent&amp;container_width=0&amp;href=https%3A%2F%2Fwww.facebook.com%2Fgetfandom&amp;layout=button&amp;locale=en_US&amp;sdk=joey" class="" width="1000px" height="1000px" frameborder="0"></iframe></span></div>
+ </div>
+ <div class="twitter-button">
+ <iframe id="twitter-widget-0" scrolling="no" allowtransparency="true" class="twitter-follow-button twitter-follow-button-rendered" style="position: absolute; visibility: hidden; width: 0px; height: 0px;" title="Twitter Follow Button" src="http://platform.twitter.com/widgets/follow_button.a0ec3119d8db2bc5422f2144c89ad7a9.en.html#dnt=false&amp;id=twitter-widget-0&amp;lang=en&amp;screen_name=getfandom&amp;show_count=false&amp;show_screen_name=false&amp;size=m&amp;time=1487930323873" data-screen-name="getfandom" frameborder="0"></iframe>
+ </div>
+ </div>
+ </div>
+ </div>
+ <aside class="side-rail article-rail hide-for-medium show-for-large visible" style="margin-top: 161.633px;">
+ <div class="side-rail-wrapper">
+
+ <div id="gpt-top-boxad-desktop" class="gpt-ad article-top-box-ad-desktop hide" data-page-type="article" data-win-advertisement-text="Advertisement" data-google-query-id="CObo7bK8qNICFReUvQodi-UEWw" style="display: none;">
+ <div id="google_ads_iframe_/5441/wka.fandom/_article/ARTICLE_TOP_BOXAD_0__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/5441/wka.fandom/_article/ARTICLE_TOP_BOXAD_0" title="3rd party ad content" name="google_ads_iframe_/5441/wka.fandom/_article/ARTICLE_TOP_BOXAD_0" scrolling="no" marginwidth="0" marginheight="0" style="border: 0px none; vertical-align: bottom;" srcdoc="" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ <div class="social-promo-rail">
+ <div class="logo">
+ <img src="http://fandom.wikia.com/wp-content/themes/upstream/dist/svg/icon-fandom.svg" />
+ </div>
+ <span class="callout">
+ Don't miss a thing.<br />
+ Keep up with Fandom. </span>
+ <div class="buttons">
+ <div class="facebook-button">
+ <div class="fb-like fb_iframe_widget" data-href="https://www.facebook.com/getfandom" data-layout="button" data-action="like" fb-xfbml-state="rendered" fb-iframe-plugin-query="action=like&amp;app_id=112328095453510&amp;container_width=0&amp;href=https%3A%2F%2Fwww.facebook.com%2Fgetfandom&amp;layout=button&amp;locale=en_US&amp;sdk=joey"><span style="vertical-align: bottom; width: 49px; height: 20px;"><iframe name="fdd11dcd9ec89e" allowtransparency="true" allowfullscreen="true" scrolling="no" title="fb:like Facebook Social Plugin" style="border: medium none; visibility: visible; width: 49px; height: 20px;" src="https://www.facebook.com/v2.5/plugins/like.php?action=like&amp;app_id=112328095453510&amp;channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2Fao6eUeuGXQq.js%3Fversion%3D42%23cb%3Df3e84cb3e7ba1b2%26domain%3Dfandom.wikia.com%26origin%3Dhttp%253A%252F%252Ffandom.wikia.com%252Ff20f11e27292492%26relation%3Dparent.parent&amp;container_width=0&amp;href=https%3A%2F%2Fwww.facebook.com%2Fgetfandom&amp;layout=button&amp;locale=en_US&amp;sdk=joey" class="" width="1000px" height="1000px" frameborder="0"></iframe></span></div>
+ </div>
+ <div class="twitter-button">
+ <iframe id="twitter-widget-1" scrolling="no" allowtransparency="true" class="twitter-follow-button twitter-follow-button-rendered" style="position: static; visibility: visible; width: 65px; height: 20px;" title="Twitter Follow Button" src="http://platform.twitter.com/widgets/follow_button.a0ec3119d8db2bc5422f2144c89ad7a9.en.html#dnt=false&amp;id=twitter-widget-1&amp;lang=en&amp;screen_name=getfandom&amp;show_count=false&amp;show_screen_name=false&amp;size=m&amp;time=1487930323880" data-screen-name="getfandom" frameborder="0"></iframe>
+ </div>
+ </div>
+ </div>
+
+ <div class="topic-card " style="background-image: url(https://vignette.wikia.nocookie.net/c2f597b4-03f6-432a-ad9c-8975ef9859fb/thumbnail-down/width/800/height/450)">
+ <div class="topic-card-inner">
+ <div class="categories">
+ <span class="category cat-movies">Movies</span> </div>
+ <h2 class="topic-title">Han Solo</h2>
+ <ul class="topic-feed">
+ <li class="topic-item">
+ <a href="http://fandom.wikia.com/articles/everything-we-know-about-the-han-solo-movie" data-trackable="" tracking-label="topic-card.slot-right-rail.link-0.link" data-is="trackable" riot-tag="trackable">
+ <h4 class="topic-link-title">Everything We Know About the Han Solo Movie</h4>
+ </a>
+ </li>
+ <li class="topic-item">
+ <a href="http://fandom.wikia.com/articles/woody-harrelson-eyed-han-solo-movie-role" data-trackable="" tracking-label="topic-card.slot-right-rail.link-1.link" data-is="trackable" riot-tag="trackable">
+ <h4 class="topic-link-title">Woody Harrelson Will Play Han Solo's Mentor</h4>
+ </a>
+ </li>
+ <li class="topic-item">
+ <a href="http://fandom.wikia.com/articles/emilia-clarke-game-thrones-cast-han-solo-film" data-trackable="" tracking-label="topic-card.slot-right-rail.link-2.link" data-is="trackable" riot-tag="trackable">
+ <h4 class="topic-link-title">'Game of Thrones' Actress Emilia Clark Is the Female Lead</h4>
+ </a>
+ </li>
+ <li class="topic-item">
+ <a href="http://fandom.wikia.com/articles/alden-ehrenreich-hopeful-han-solo" data-trackable="" tracking-label="topic-card.slot-right-rail.link-3.link" data-is="trackable" riot-tag="trackable">
+ <h4 class="topic-link-title">Meet Alden Ehrenreich: The New Han Solo</h4>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="fan-contributor-ad">
+ <span>
+ Are you a pop culture <br />
+ expert in disguise? </span>
+ <hr />
+ <h3>Become a Fandom Contributor!</h3>
+ <a href="http://fandom.wikia.com/fan-contributor" class="learn-more" data-is="trackable" riot-tag="trackable">Learn More</a>
+ </div>
+
+ <div id="gpt-incontent-boxad-desktop" class="gpt-ad incontent-boxad-desktop pinned-top floating" data-page-type="article" data-win-advertisement-text="Advertisement">
+ </div>
+ </div>
+ </aside>
+ </div>
+ </div>
+ </div>
+ <section class="videos-module">
+ <div class="videos-module-inner">
+ <h2>Latest Videos</h2>
+
+ <div class="videos-module-grid">
+ <div class="lead">
+ <div class="video-post clickable-unit" data-trackable="" tracking-label="videos-module.tile-0" data-is="trackable" riot-tag="trackable">
+ <div class="thumbnail" data-src-bg="https://vignette.wikia.nocookie.net/dfcd11c3-0c3e-45dd-ad5d-12ab1868eda5/thumbnail-down/width/400/height/225">
+ <div class="thumbnail-inner"></div>
+ <a href="http://fandom.wikia.com/videos/see-batman-superman-battle-newest-injustice-2-trailer" data-trackable="" tracking-label="videos-module.slot-0.title" class="play-button-overlay clickable-anchor">See Batman and Superman Battle in Newest ‘Injustice 2’ Trailer</a>
+ </div>
+ <h3>See Batman and Superman Battle in Newest ‘Injustice 2’ Trailer</h3>
+ </div>
+ </div>
+ <div class="secondary">
+ <div>
+ <div class="video-post clickable-unit" data-trackable="" tracking-label="videos-module.tile-1" data-is="trackable" riot-tag="trackable">
+ <div class="thumbnail" data-src-bg="https://vignette.wikia.nocookie.net/fdee7f02-b01d-4925-a32b-844c99134a73/thumbnail-down/width/400/height/225">
+ <div class="thumbnail-inner"></div>
+ <a href="http://fandom.wikia.com/videos/ghost-recon-wildlands-open-beta-now-live" data-trackable="" tracking-label="videos-module.slot-1.title" class="play-button-overlay clickable-anchor">‘Ghost Recon: Wildlands’ Open Beta is Now Live</a>
+ </div>
+ <h3>‘Ghost Recon: Wildlands’ Open Beta is Now Live</h3>
+ </div>
+ <div class="video-post clickable-unit" data-trackable="" tracking-label="videos-module.tile-2" data-is="trackable" riot-tag="trackable">
+ <div class="thumbnail" data-src-bg="https://vignette.wikia.nocookie.net/8db45ad8-c5da-4ddc-8006-854c2055ab1f/thumbnail-down/width/400/height/225">
+ <div class="thumbnail-inner"></div>
+ <a href="http://fandom.wikia.com/videos/watch-5-minute-prologue-alien-covenant" data-trackable="" tracking-label="videos-module.slot-2.title" class="play-button-overlay clickable-anchor">Watch the 5-Minute Prologue to ‘Alien: Covenant’</a>
+ </div>
+ <h3>Watch the 5-Minute Prologue to ‘Alien: Covenant’</h3>
+ </div>
+ </div>
+ <div>
+ <div class="video-post clickable-unit" data-trackable="" tracking-label="videos-module.tile-3" data-is="trackable" riot-tag="trackable">
+ <div class="thumbnail" data-src-bg="https://vignette.wikia.nocookie.net/6cf1fccd-62e2-48ef-86e4-6290bd80ed89/thumbnail-down/width/400/height/225">
+ <div class="thumbnail-inner"></div>
+ <a href="http://fandom.wikia.com/videos/free-xbox-games-gold-revealed-march-2017" data-trackable="" tracking-label="videos-module.slot-3.title" class="play-button-overlay clickable-anchor">Free Xbox Games With Gold Revealed For March 2017</a>
+ </div>
+ <h3>Free Xbox Games With Gold Revealed For March 2017</h3>
+ </div>
+ <div class="video-post clickable-unit" data-trackable="" tracking-label="videos-module.tile-4" data-is="trackable" riot-tag="trackable">
+ <div class="thumbnail" data-src-bg="https://vignette.wikia.nocookie.net/9f94dd23-939d-46f0-94a5-743b821429d4/thumbnail-down/width/400/height/225">
+ <div class="thumbnail-inner"></div>
+ <a href="http://fandom.wikia.com/videos/dragon-quest-heroes-ii-release-date-revealed" data-trackable="" tracking-label="videos-module.slot-4.title" class="play-button-overlay clickable-anchor">‘Dragon Quest Heroes II’ Release Date Revealed</a>
+ </div>
+ <h3>‘Dragon Quest Heroes II’ Release Date Revealed</h3>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </section>
+ <section class="recirculation-feed">
+ <div class="grid-container">
+ <header>
+ <h2>Fan Feed</h2>
+ </header>
+ </div>
+
+ <div class="tabbed-feed grid-container">
+
+ <ul class="upstream-tabs tabs-recirc">
+ <li class="tab tab-most-popular" data-default="">
+ <input id="tab-most-popular" name="recirc-tab-group" checked="checked" type="radio" />
+ <label for="tab-most-popular">Trending</label>
+ </li>
+ <li class="tab tab-most-recent">
+ <input id="tab-most-recent" name="recirc-tab-group" type="radio" />
+ <label for="tab-most-recent">Latest</label>
+ </li>
+ <li class="tab tab-more-by-author">
+ <input id="tab-more-by-author" name="recirc-tab-group" type="radio" />
+ <label for="tab-more-by-author" data-after-text="Author">More by <span class="author-name">CC7567</span></label>
+ </li>
+ </ul>
+ <div class="grid-block main-wrap tab-most-popular upstream-tab-content" data-action="trending" style="display: block;">
+ <div class="grid-block wrap posts post-grid">
+ <div class="post grid-content clickable-unit small-12 large-4 post-games" data-trackable="" tracking-label="fan-feed.item-0" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/spring-2017-games-guide">
+ <img class="attachment-400 size-400 wp-post-image" alt="Fandom's Spring 2017 Games Guide" src="https://vignette.wikia.nocookie.net/e8cd4f01-7b93-4520-96b9-0d0fff411644/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-sponsored">Sponsored</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/spring-2017-games-guide" class="clickable-anchor" rel="bookmark">
+ Fandom’s Spring 2017 Games Guide </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="28813958" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Hgilbert" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/8a35b75d-730b-45ae-9d87-ba78fde72959" />
+ <span class="author-name" data-name="">Henry Gilbert</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-15T09:00:59+00:00">
+ February 15, 2017 </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-tv" data-trackable="" tracking-label="fan-feed.item-1" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/whats-store-young-justice-season-3">
+ <img class="attachment-400 size-400 wp-post-image" alt="What's in Store for 'Young Justice' Season 3? [Updated]" src="https://vignette.wikia.nocookie.net/2d27def1-0a6b-4471-af7e-0acdcbfe4cdc/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-tv">TV</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/whats-store-young-justice-season-3" class="clickable-anchor" rel="bookmark">
+ What’s in Store for ‘Young Justice’ Season 3? [Updated] </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="1197885" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/CC7567" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/6eef5bc5-c8a0-4da1-9ba1-066e6b2cf8e9" />
+ <span class="author-name" data-name="">James Akinaka</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-16T20:00:20+00:00">
+ February 16, 2017 </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+
+ <div id="gpt-bottom-leaderboard-mobile" class="gpt-ad article-bottom-leaderboard-mobile" data-page-type="article" data-win-advertisement-text="Advertisement">
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-tv" data-trackable="" tracking-label="fan-feed.item-2" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/walking-dead-junkyard">
+ <img class="attachment-400 size-400 wp-post-image" alt="Who Are 'The Walking Dead' Junkyard Gang?" src="https://vignette.wikia.nocookie.net/e5d7165e-71ba-47a0-9bd3-e593cf469b9b/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-tv">TV</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/walking-dead-junkyard" class="clickable-anchor" rel="bookmark">
+ Who Are ‘The Walking Dead’ Junkyard Gang? </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="5973594" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Brian%20Linder" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/ece53f92-e810-4687-992b-021775864ccf" />
+ <span class="author-name" data-name="">Brian Linder</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-15T12:36:02+00:00">
+ February 15, 2017 </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-games" data-trackable="" tracking-label="fan-feed.item-3" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/nintendo-switch-leak-info">
+ <img class="attachment-400 size-400 wp-post-image" alt="What Did We Learn from the Nintendo Switch Leak?" src="https://vignette.wikia.nocookie.net/174df909-103a-471f-b582-99119e64ef80/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-games">Games</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/nintendo-switch-leak-info" class="clickable-anchor" rel="bookmark">
+ What Did We Learn from the Nintendo Switch Leak? </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="30661025" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Bobservo" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/e3803b59-b3c1-4533-8513-9192f39310b8" />
+ <span class="author-name" data-name="">Bob Mackey</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-17T14:19:40+00:00">
+ February 17, 2017 </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-movies" data-trackable="" tracking-label="fan-feed.item-4" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/a-cure-for-wellness-review-a-wild-crazy-and-unpredictable-ride">
+ <img class="attachment-400 size-400 wp-post-image" alt="'A Cure For Wellness' Review: A Wild, Crazy and Unpredictable Ride" src="https://vignette.wikia.nocookie.net/941e2129-fc45-4fd9-929b-eb133c1efd79/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-movies">Movies</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/a-cure-for-wellness-review-a-wild-crazy-and-unpredictable-ride" class="clickable-anchor" rel="bookmark">
+ ‘A Cure For Wellness’ Review: A Wild, Crazy and Unpredictable Ride </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="30748578" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Ktaylor-foster" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/39101a69-3beb-49f5-a40c-21820b4cfd6d" />
+ <span class="author-name" data-name="">Kim Taylor-Foster</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-17T08:35:15+00:00">
+ February 17, 2017 </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-movies" data-trackable="" tracking-label="fan-feed.item-5" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/matt-reeves-wont-direct-batman">
+ <img class="attachment-400 size-400 wp-post-image" alt="(UPDATE) It Looks Like Matt Reeves WILL Direct 'The Batman'" src="https://vignette.wikia.nocookie.net/b968ada1-c2f4-4126-af61-286935e668cb/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-movies">Movies</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/matt-reeves-wont-direct-batman" class="clickable-anchor" rel="bookmark">
+ (UPDATE) It Looks Like Matt Reeves WILL Direct ‘The Batman’ </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="29436716" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/BrandonMarcus" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/7d1b855e-a181-4f55-85a4-16045dd2549a" />
+ <span class="author-name" data-name="">Brandon Marcus</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-23T13:25:34+00:00">
+ 12h </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-movies" data-trackable="" tracking-label="fan-feed.item-6" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/what-surprises-does-marvel-have-in-store-for-guardians-of-the-galaxy-vol-2">
+ <img class="attachment-400 size-400 wp-post-image" alt="What Surprises Does Marvel Have in Store For Guardians of the Galaxy Vol. 2?" src="https://vignette.wikia.nocookie.net/b2eea388-4eb3-4532-9352-9a060c09e0b9/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-movies">Movies</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/what-surprises-does-marvel-have-in-store-for-guardians-of-the-galaxy-vol-2" class="clickable-anchor" rel="bookmark">
+ What Surprises Does Marvel Have in Store For Guardians of the Galaxy Vol. 2? </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="30748578" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Ktaylor-foster" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/39101a69-3beb-49f5-a40c-21820b4cfd6d" />
+ <span class="author-name" data-name="">Kim Taylor-Foster</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-19T00:22:51+00:00">
+ February 19, 2017 </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-movies" data-trackable="" tracking-label="fan-feed.item-7" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/great-wall-review-exciting-empty-spectacle">
+ <img class="attachment-400 size-400 wp-post-image" alt="'The Great Wall' Review - An Exciting but Empty Spectacle" src="https://vignette.wikia.nocookie.net/f0127060-55ef-43db-b0c3-51b0b1676ac9/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-movies">Movies</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/great-wall-review-exciting-empty-spectacle" class="clickable-anchor" rel="bookmark">
+ ‘The Great Wall’ Review – An Exciting but Empty Spectacle </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="28779280" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Drew%20Dietsch" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/cffee4db-9472-4d40-93d8-c42475e8444d" />
+ <span class="author-name" data-name="">Drew Dietsch</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-16T12:39:25+00:00">
+ February 16, 2017 </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-games" data-trackable="" tracking-label="fan-feed.item-8" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/not-everyone-will-love-for-honor">
+ <img class="attachment-400 size-400 wp-post-image" alt="Not Everyone Will Love 'For Honor', But That's a Good Thing" src="https://vignette.wikia.nocookie.net/ce87556c-22ef-4827-9002-bc0c9ca947a8/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-games">Games</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/not-everyone-will-love-for-honor" class="clickable-anchor" rel="bookmark">
+ Not Everyone Will Love ‘For Honor’, But That’s a Good Thing </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="31211592" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/ApacheRose3" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/38cd0c49-d652-4950-8206-f85b3b804d23" />
+ <span class="author-name" data-name="">Samantha Loveridge</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-20T08:52:46+00:00">
+ 3d </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-movies" data-trackable="" tracking-label="fan-feed.item-9" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/star-wars-last-jedi-title-tell-us">
+ <img class="attachment-400 size-400 wp-post-image" alt="'Star Wars: The Last Jedi' - The Title Has More to Tell Us" src="https://vignette.wikia.nocookie.net/6463530d-2842-47c9-8ecd-58ea25b7f716/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-movies">Movies</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/star-wars-last-jedi-title-tell-us" class="clickable-anchor" rel="bookmark">
+ ‘Star Wars: The Last Jedi’ – The Title Has More to Tell Us </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="28779280" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Drew%20Dietsch" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/cffee4db-9472-4d40-93d8-c42475e8444d" />
+ <span class="author-name" data-name="">Drew Dietsch</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-17T10:34:23+00:00">
+ February 17, 2017 </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-games" data-trackable="" tracking-label="fan-feed.item-10" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/5-quick-thinking-icons-in-pop-culture">
+ <img class="attachment-400 size-400 wp-post-image" alt="5 Quick-Thinking Icons in Pop Culture" src="https://vignette.wikia.nocookie.net/fc7164d9-06e8-4f91-9115-1745783792da/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-games">Games</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/5-quick-thinking-icons-in-pop-culture" class="clickable-anchor" rel="bookmark">
+ 5 Quick-Thinking Icons in Pop Culture </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="30748578" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Ktaylor-foster" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/39101a69-3beb-49f5-a40c-21820b4cfd6d" />
+ <span class="author-name" data-name="">Kim Taylor-Foster</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-20T03:50:17+00:00">
+ 3d </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="post grid-content clickable-unit small-12 large-4 post-movies" data-trackable="" tracking-label="fan-feed.item-11" data-is="trackable" riot-tag="trackable">
+ <figure>
+ <div>
+ <a class="post-thumbnail" href="http://fandom.wikia.com/articles/everything-we-know-about-the-han-solo-movie">
+ <img class="attachment-400 size-400 wp-post-image" alt="Everything We Know About the Han Solo Movie [UPDATED]" src="https://vignette.wikia.nocookie.net/96f9f44f-abb8-4125-b338-fcec161f6832/thumbnail-down/width/400/height/225" />
+ </a>
+ <span class="category cat-movies">Movies</span> </div>
+
+ <figcaption>
+ <h3 class="entry-title">
+ <a href="http://fandom.wikia.com/articles/everything-we-know-about-the-han-solo-movie" class="clickable-anchor" rel="bookmark">
+ Everything We Know About the Han Solo Movie [UPDATED] </a>
+ </h3>
+ <div class="author-attribution" data-user="" data-user-id="30268677" style="visibility: visible;">
+ <a href="http://fandom.wikia.com/u/Chris%20Tilly" data-profile-link="">
+ <img class="avatar" data-avatar="" src="http://static.wikia.nocookie.net/f3f8b3d4-5f2b-4de2-918d-460fe7349036" />
+ <span class="author-name" data-name="">Chris Tilly</span>
+ </a>
+ <span class="posted-time">
+ •
+ <time datetime="2017-02-21T09:00:13+00:00">
+ 2d </time>
+ </span>
+ </div>
+ </figcaption>
+ </figure>
+ </div>
+ </div>
+ </div>
+
+ <div class="grid-block main-wrap tab-most-recent upstream-tab-content" data-action="chronological">
+ <div class="grid-block wrap posts post-grid"></div>
+ </div>
+
+ <div class="grid-block main-wrap tab-more-by-author upstream-tab-content" data-action="author">
+ <div class="grid-block wrap posts post-grid"></div>
+ </div>
+ </div>
+ </section>
+ <div class="article-bottom-leaderboard-desktop-wrapper">
+
+ <div id="gpt-bottom-leaderboard-desktop" class="gpt-ad article-bottom-leaderboard-desktop" data-page-type="article" data-win-advertisement-text="Advertisement">
+ </div>
+ </div>
+ <script type="text/javascript" src="http://fandom.wikia.com/wp-content/themes/upstream/dist/scripts/main.js?ver=1487884280"></script>
+ <script type="text/javascript" src="http://fandom.wikia.com/wp-includes/js/wp-embed.min.js?ver=4.7.2"></script>
+ <div class="fandom-newsletter-signup clearfix">
+ <div class="grid-container nowrap">
+ <form class="form-fandom-newsletter-signup" method="post" name="Fandom Newsletter Signup" action="/ajax/email_signup" data-is="email-signup-form" riot-tag="email-signup-form">
+ <div class="form-title">
+ Get your fandom straight to your inbox! </div>
+ <div class="input string email">
+ <label class="email-label" for="newsletter-fandom-email">
+ Email Address </label>
+ <input class="email" name="email" placeholder="" id="newsletter-fandom-email" autocomplete="off" type="text" />
+ <span class="error hide">Invalid email address format. Please try again!</span>
+ </div>
+ <input class="submit" value="Submit" type="submit" /></form>
+ <div class="message-success hide">
+ <strong class="message-title">Got it!</strong> Your favorite fandoms are coming to your inbox. </div>
+ </div>
+ </div>
+ <footer class="wds-global-footer wds-is-en">
+ <div class="wds-global-footer__main">
+ <div class="wds-global-footer__header-wrapper">
+ <h2 class="wds-global-footer__header" data-trackable="" tracking-label="global-footer.logo" data-is="trackable" riot-tag="trackable">
+ <a href="http://fandom.wikia.com">
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__header-logo" alt="Fandom powered by Wikia">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-company-logo-fandom-powered-by-wikia-two-lines"/>
+ </svg>
+ </a>
+ </h2>
+ </div>
+ <div class="wds-global-footer__fandom-sections">
+ <section class="wds-global-footer__fandom-section wds-is-fandom-overview">
+ <ul class="wds-global-footer__links-list">
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://fandom.wikia.com/games" class="wds-global-footer__link wds-is-games" data-trackable="" tracking-label="global-footer.fandom-overview.games" data-is="trackable" riot-tag="trackable">
+ <div>Games</div>
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-arrow"/>
+ </svg></a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://fandom.wikia.com/movies" class="wds-global-footer__link wds-is-movies" data-trackable="" tracking-label="global-footer.fandom-overview.movies" data-is="trackable" riot-tag="trackable">
+ <div>Movies</div>
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-arrow"/>
+ </svg></a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://fandom.wikia.com/tv" class="wds-global-footer__link wds-is-tv" data-trackable="" tracking-label="global-footer.fandom-overview.tv" data-is="trackable" riot-tag="trackable">
+ <div>TV</div>
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-arrow"/>
+ </svg></a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://fandom.wikia.com/explore" class="wds-global-footer__link wds-is-explore-wikis" data-trackable="" tracking-label="global-footer.fandom-overview.explore-wikis" data-is="trackable" riot-tag="trackable">
+ <div>Explore Wikis</div>
+ <svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-arrow"/>
+ </svg></a>
+ </li>
+ </ul>
+ </section>
+ <section class="wds-global-footer__fandom-section wds-is-follow-us">
+ <h3 class="wds-global-footer__section-header">Follow Us</h3>
+ <ul class="wds-global-footer__links-list">
+ <li class="wds-global-footer__links-list-item">
+ <a href="https://www.facebook.com/getfandom" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.follow-us.facebook" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon" alt="Facebook">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-facebook"/>
+ </svg></a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="https://twitter.com/getfandom" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.follow-us.twitter" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon" alt="Twitter">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-twitter"/>
+ </svg></a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="https://www.youtube.com/channel/UC988qTQImTjO7lUdPfYabgQ" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.follow-us.youtube" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon" alt="Youtube">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-youtube"/>
+ </svg></a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="https://www.instagram.com/getfandom/" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.follow-us.instagram" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon" alt="Instagram">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-instagram"/>
+ </svg></a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="https://www.linkedin.com/company/157252" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.follow-us.linkedin" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image wds-icon" alt="global-footer-follow-us-link-linkedin">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-icons-linkedin"/>
+ </svg></a>
+ </li>
+ </ul>
+ </section>
+ </div>
+ <div class="wds-global-footer__wikia-sections">
+ <section class="wds-global-footer__wikia-section wds-is-company-overview">
+ <h3 class="wds-global-footer__section-header">Overview</h3>
+ <ul class="wds-global-footer__links-list">
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://www.wikia.com/about" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.company-overview.about" data-is="trackable" riot-tag="trackable">About</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="https://careers.wikia.com" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.company-overview.careers" data-is="trackable" riot-tag="trackable">Careers</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://fandom.wikia.com/press" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.company-overview.press" data-is="trackable" riot-tag="trackable">Press</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://fandom.wikia.com/contact" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.company-overview.contact" data-is="trackable" riot-tag="trackable">Contact</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://wikia.org" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.company-overview.wikia-org" data-is="trackable" riot-tag="trackable">Wikia.org</a>
+ </li>
+ </ul>
+ </section>
+ <section class="wds-global-footer__wikia-section wds-is-site-overview">
+ <ul class="wds-global-footer__links-list">
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://www.wikia.com/Terms_of_use" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.site-overview.terms-of-use" data-is="trackable" riot-tag="trackable">Terms of Use</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://www.wikia.com/Privacy_Policy" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.site-overview.privacy-policy" data-is="trackable" riot-tag="trackable">Privacy Policy</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://www.wikia.com/Sitemap" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.site-overview.global-sitemap" data-is="trackable" riot-tag="trackable">Global Sitemap</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://fandom.wikia.com/local-sitemap" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.site-overview.local-sitemap" data-is="trackable" riot-tag="trackable">Local Sitemap</a>
+ </li>
+ </ul>
+ </section>
+ <section class="wds-global-footer__wikia-section wds-is-community">
+ <h3 class="wds-global-footer__section-header">Community</h3>
+ <ul class="wds-global-footer__links-list">
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://community.wikia.com/wiki/Community_Central" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.community.community-central" data-is="trackable" riot-tag="trackable">Community Central</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://community.wikia.com/wiki/Special:Contact" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.community.support" data-is="trackable" riot-tag="trackable">Support</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://fandom.wikia.com/fan-contributor" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.community.fan-contributor" data-is="trackable" riot-tag="trackable">Fan Contributor Program</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://www.wikia.com/WAM" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.community.wam" data-is="trackable" riot-tag="trackable">WAM Score</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://community.wikia.com/wiki/Help:Contents" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.community.help" data-is="trackable" riot-tag="trackable">Help</a>
+ </li>
+ </ul>
+ </section>
+ <section class="wds-global-footer__wikia-section wds-is-create-wiki">
+ <span class="wds-global-footer__section-description">Can't find a community you love? Create your own and start something epic.</span>
+ <ul class="wds-global-footer__links-list">
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://www.wikia.com/Special:CreateNewWiki" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.start-a-wiki" data-is="trackable" riot-tag="trackable">Start a wiki</a>
+ </li>
+ </ul>
+ </section>
+ <section class="wds-global-footer__wikia-section wds-is-community-apps">
+ <h3 class="wds-global-footer__section-header">Community Apps</h3>
+ <span class="wds-global-footer__section-description">Take your favorite fandoms with you and never miss a beat.</span>
+ <ul class="wds-global-footer__links-list">
+ <li class="wds-global-footer__links-list-item">
+ <a href="https://itunes.apple.com/developer/wikia-inc./id422467077" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.community-apps.app-store" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-company-store-appstore"/>
+ </svg></a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="https://play.google.com/store/apps/developer?id=Fandom+powered+by+Wikia" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.community-apps.google-play" data-is="trackable" riot-tag="trackable"><svg xmlns="http://www.w3.org/2000/svg" class="wds-global-footer__image">
+ <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wds-company-store-googleplay"/>
+ </svg></a>
+ </li>
+ </ul>
+ </section>
+ <section class="wds-global-footer__wikia-section wds-is-advertise">
+ <h3 class="wds-global-footer__section-header">Advertise</h3>
+ <ul class="wds-global-footer__links-list">
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://www.wikia.com/mediakit" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.advertise.media-kit" data-is="trackable" riot-tag="trackable">Media Kit</a>
+ </li>
+ <li class="wds-global-footer__links-list-item">
+ <a href="http://www.wikia.com/mediakit/contact" class="wds-global-footer__link" data-trackable="" tracking-label="global-footer.advertise.contact" data-is="trackable" riot-tag="trackable">Contact</a>
+ </li>
+ </ul>
+ </section>
+ </div>
+ </div>
+ <div class="wds-global-footer__bottom-bar">
+ <div class="wds-global-footer__bottom-bar-row wds-has-padding">Copyright 2017 Wikia, Inc.</div>
+ </div>
+ </footer>
+ <script>
+ window.twttr = (function(d, s, id) {
+ var js, fjs = d.getElementsByTagName(s)[0],
+ t = window.twttr || {};
+ if (d.getElementById(id)) return t;
+ js = d.createElement(s);
+ js.id = id;
+ js.src = "https://platform.twitter.com/widgets.js";
+ fjs.parentNode.insertBefore(js, fjs);
+
+ t._e = [];
+ t.ready = function(f) {
+ t._e.push(f);
+ };
+
+ return t;
+ }(document, "script", "twitter-wjs"));
+ </script>
+
+ <!-- Load Facebook SDK for JavaScript -->
+ <div id="fb-root" class=" fb_reset">
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div><iframe name="fb_xdm_frame_http" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="http://staticxx.facebook.com/connect/xd_arbiter/r/ao6eUeuGXQq.js?version=42#channel=f20f11e27292492&amp;origin=http%3A%2F%2Ffandom.wikia.com" frameborder="0"></iframe><iframe name="fb_xdm_frame_https" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="https://staticxx.facebook.com/connect/xd_arbiter/r/ao6eUeuGXQq.js?version=42#channel=f20f11e27292492&amp;origin=http%3A%2F%2Ffandom.wikia.com" frameborder="0"></iframe></div>
+ </div>
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div></div>
+ </div>
+ </div>
+ <script>
+ window.fbAsyncInit = function() {
+ FB.init({
+ appId: 112328095453510,
+ xfbml: true,
+ version: 'v2.5'
+ });
+ window.dispatchEvent(new CustomEvent('facebookInit'));
+ };
+
+ (function(d, s, id) {
+ var js, fjs = d.getElementsByTagName(s)[0];
+ if (d.getElementById(id)) {
+ return;
+ }
+ js = d.createElement(s);
+ js.id = id;
+ js.src = "//connect.facebook.net/en_US/sdk.js";
+ fjs.parentNode.insertBefore(js, fjs);
+ }(document, 'script', 'facebook-jssdk'));
+ </script>
+
+
+ <!-- Check to see if environment is production-ish -->
+ <script>
+ window.upstream.initFooterScripts();
+ </script>
+
+
+ <!-- START Parse.ly Include: Standard -->
+ <div id="parsely-root" style="display: none">
+ <span id="parsely-cfg" data-parsely-site="fandom.wikia.com"></span>
+ <script id="parsely-script" async="" src="http://static.parsely.com/p.js"></script>
+ </div>
+ <script>
+ (function(s, p, d) {
+ var h = d.location.protocol,
+ i = p + "-" + s,
+ e = d.getElementById(i),
+ r = d.getElementById(p + "-root"),
+ u = h === "https:" ? "d1z2jf7jlzjs58.cloudfront.net" :
+ "static." + p + ".com";
+ if (e) return;
+ e = d.createElement(s);
+ e.id = i;
+ e.async = true;
+ e.src = h + "//" + u + "/p.js";
+ r.appendChild(e);
+ })("script", "parsely", document);
+ </script>
+ <!-- END Parse.ly Include: Standard -->
+
+ <!-- Begin comScore Tag -->
+ <script type="text/javascript">
+ var _comscore = _comscore || [];
+ _comscore.push({
+ c1: "2",
+ c2: "6177433",
+ options: {
+ url_append: "comscorekw=fandom_entertainment"
+ }
+ });
+
+ (function() {
+ var s = document.createElement("script"),
+ el = document.getElementsByTagName("script")[0];
+ s.async = true;
+ s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
+ el.parentNode.insertBefore(s, el);
+ })();
+ </script>
+ <noscript>
+ &lt;img src="http://b.scorecardresearch.com/p?c1=2&amp;amp;c2=6177433&amp;amp;c3=&amp;amp;c4=&amp;amp;c5=&amp;amp;c6=&amp;amp;c7=http%3A%2F%2Ffandom.wikia.com%2F%2Farticles%2Fstar-wars-original-cuts-might-get-released-40th-anniversary%3Fcomscorekw%3Dfandom_entertainment&amp;amp;c15=&amp;amp;cv=2.0&amp;amp;cj=1"&gt;
+</noscript>
+ <!-- End comScore Tag -->
+
+ <!-- Quantcast Tag -->
+ <script type="text/javascript">
+ var _qevents = _qevents || [];
+
+ (function() {
+ var elem = document.createElement('script');
+ elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
+ elem.async = true;
+ elem.type = "text/javascript";
+ var scpt = document.getElementsByTagName('script')[0];
+ scpt.parentNode.insertBefore(elem, scpt);
+ })();
+
+ _qevents.push({
+ qacct: "p-8bG6eLqkH6Avk"
+ });
+ </script>
+
+ <noscript>
+ &lt;div style="display:none;"&gt;
+ &lt;img src="//pixel.quantserve.com/pixel/p-8bG6eLqkH6Avk.gif" border="0" height="1" width="1" alt="Quantcast"/&gt;
+ &lt;/div&gt;
+</noscript>
+ <!-- End Quantcast tag -->
+
+
+
+ <div class="kxhead" data-id="KPSUiAKl" style="display:none !important;"><span class="kxtag kxinvisible" data-id="21521"><script>
+(function() {
+ var i = new Image();
+ i.src = '//p.rfihub.com/cm?in=1&amp;pub=6919';
+})();
+
+</script></span><span class="kxtag kxinvisible" data-id="21571"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ new Image().src = "//pxl.jivox.com/tags/sync/usync.php?px=eZQcCLxB";
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="22692"><script>
+(function(){
+ new Image().src = location.protocol + '//cs.lkqd.net/cs?partnerId=40&amp;redirect=' + encodeURIComponent('https://beacon.krxd.net/usermatch.gif?partner=lkqd&amp;partner_uid=') + '$$rawlkqduserid$$';
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21429"><script>
+(function() {
+ if (Krux('get', 'user') != null) {
+ new Image().src = 'https://usermatch.krxd.net/um/v2?partner=google';
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21436"><script>
+/*
+CryptoJS v3.1.2
+code.google.com/p/crypto-js
+(c) 2009-2013 by Jeff Mott. All rights reserved.
+code.google.com/p/crypto-js/wiki/License
+*/
+var CryptoJS=CryptoJS||function(g,l){var e={},d=e.lib={},m=function(){},k=d.Base={extend:function(a){m.prototype=this;var c=new m;a&amp;&amp;c.mixIn(a);c.hasOwnProperty("init")||(c.init=function(){c.$super.init.apply(this,arguments)});c.init.prototype=c;c.$super=this;return c},create:function(){var a=this.extend();a.init.apply(a,arguments);return a},init:function(){},mixIn:function(a){for(var c in a)a.hasOwnProperty(c)&amp;&amp;(this[c]=a[c]);a.hasOwnProperty("toString")&amp;&amp;(this.toString=a.toString)},clone:function(){return this.init.prototype.extend(this)}},
+p=d.WordArray=k.extend({init:function(a,c){a=this.words=a||[];this.sigBytes=c!=l?c:4*a.length},toString:function(a){return(a||n).stringify(this)},concat:function(a){var c=this.words,q=a.words,f=this.sigBytes;a=a.sigBytes;this.clamp();if(f%4)for(var b=0;b&lt;a;b++)c[f+b&gt;&gt;&gt;2]|=(q[b&gt;&gt;&gt;2]&gt;&gt;&gt;24-8*(b%4)&amp;255)&lt;&lt;24-8*((f+b)%4);else if(65535&lt;q.length)for(b=0;b&lt;a;b+=4)c[f+b&gt;&gt;&gt;2]=q[b&gt;&gt;&gt;2];else c.push.apply(c,q);this.sigBytes+=a;return this},clamp:function(){var a=this.words,c=this.sigBytes;a[c&gt;&gt;&gt;2]&amp;=4294967295&lt;&lt;
+32-8*(c%4);a.length=g.ceil(c/4)},clone:function(){var a=k.clone.call(this);a.words=this.words.slice(0);return a},random:function(a){for(var c=[],b=0;b&lt;a;b+=4)c.push(4294967296*g.random()|0);return new p.init(c,a)}}),b=e.enc={},n=b.Hex={stringify:function(a){var c=a.words;a=a.sigBytes;for(var b=[],f=0;f&lt;a;f++){var d=c[f&gt;&gt;&gt;2]&gt;&gt;&gt;24-8*(f%4)&amp;255;b.push((d&gt;&gt;&gt;4).toString(16));b.push((d&amp;15).toString(16))}return b.join("")},parse:function(a){for(var c=a.length,b=[],f=0;f&lt;c;f+=2)b[f&gt;&gt;&gt;3]|=parseInt(a.substr(f,
+2),16)&lt;&lt;24-4*(f%8);return new p.init(b,c/2)}},j=b.Latin1={stringify:function(a){var c=a.words;a=a.sigBytes;for(var b=[],f=0;f&lt;a;f++)b.push(String.fromCharCode(c[f&gt;&gt;&gt;2]&gt;&gt;&gt;24-8*(f%4)&amp;255));return b.join()},parse:function(a){for(var c=a.length,b=[],f=0;f&lt;c;f++)b[f&gt;&gt;&gt;2]|=(a.charCodeAt(f)&amp;255)&lt;&lt;24-8*(f%4);return new p.init(b,c)}},h=b.Utf8={stringify:function(a){try{return decodeURIComponent(escape(j.stringify(a)))}catch(c){throw Error("Malformed UTF-8 data");}},parse:function(a){return j.parse(unescape(encodeURIComponent(a)))}},
+r=d.BufferedBlockAlgorithm=k.extend({reset:function(){this._data=new p.init;this._nDataBytes=0},_append:function(a){"string"==typeof a&amp;&amp;(a=h.parse(a));this._data.concat(a);this._nDataBytes+=a.sigBytes},_process:function(a){var c=this._data,b=c.words,f=c.sigBytes,d=this.blockSize,e=f/(4*d),e=a?g.ceil(e):g.max((e|0)-this._minBufferSize,0);a=e*d;f=g.min(4*a,f);if(a){for(var k=0;k&lt;a;k+=d)this._doProcessBlock(b,k);k=b.splice(0,a);c.sigBytes-=f}return new p.init(k,f)},clone:function(){var a=k.clone.call(this);
+a._data=this._data.clone();return a},_minBufferSize:0});d.Hasher=r.extend({cfg:k.extend(),init:function(a){this.cfg=this.cfg.extend(a);this.reset()},reset:function(){r.reset.call(this);this._doReset()},update:function(a){this._append(a);this._process();return this},finalize:function(a){a&amp;&amp;this._append(a);return this._doFinalize()},blockSize:16,_createHelper:function(a){return function(b,d){return(new a.init(d)).finalize(b)}},_createHmacHelper:function(a){return function(b,d){return(new s.HMAC.init(a,
+d)).finalize(b)}}});var s=e.algo={};return e}(Math);
+(function(){var g=CryptoJS,l=g.lib,e=l.WordArray,d=l.Hasher,m=[],l=g.algo.SHA1=d.extend({_doReset:function(){this._hash=new e.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(d,e){for(var b=this._hash.words,n=b[0],j=b[1],h=b[2],g=b[3],l=b[4],a=0;80&gt;a;a++){if(16&gt;a)m[a]=d[e+a]|0;else{var c=m[a-3]^m[a-8]^m[a-14]^m[a-16];m[a]=c&lt;&lt;1|c&gt;&gt;&gt;31}c=(n&lt;&lt;5|n&gt;&gt;&gt;27)+l+m[a];c=20&gt;a?c+((j&amp;h|~j&amp;g)+1518500249):40&gt;a?c+((j^h^g)+1859775393):60&gt;a?c+((j&amp;h|j&amp;g|h&amp;g)-1894007588):c+((j^h^
+g)-899497514);l=g;g=h;h=j&lt;&lt;30|j&gt;&gt;&gt;2;j=n;n=c}b[0]=b[0]+n|0;b[1]=b[1]+j|0;b[2]=b[2]+h|0;b[3]=b[3]+g|0;b[4]=b[4]+l|0},_doFinalize:function(){var d=this._data,e=d.words,b=8*this._nDataBytes,g=8*d.sigBytes;e[g&gt;&gt;&gt;5]|=128&lt;&lt;24-g%32;e[(g+64&gt;&gt;&gt;9&lt;&lt;4)+14]=Math.floor(b/4294967296);e[(g+64&gt;&gt;&gt;9&lt;&lt;4)+15]=b;d.sigBytes=4*e.length;this._process();return this._hash},clone:function(){var e=d.clone.call(this);e._hash=this._hash.clone();return e}});g.SHA1=d._createHelper(l);g.HmacSHA1=d._createHmacHelper(l)})();
+(function(){var g=CryptoJS,l=g.enc.Utf8;g.algo.HMAC=g.lib.Base.extend({init:function(e,d){e=this._hasher=new e.init;"string"==typeof d&amp;&amp;(d=l.parse(d));var g=e.blockSize,k=4*g;d.sigBytes&gt;k&amp;&amp;(d=e.finalize(d));d.clamp();for(var p=this._oKey=d.clone(),b=this._iKey=d.clone(),n=p.words,j=b.words,h=0;h&lt;g;h++)n[h]^=1549556828,j[h]^=909522486;p.sigBytes=b.sigBytes=k;this.reset()},reset:function(){var e=this._hasher;e.reset();e.update(this._iKey)},update:function(e){this._hasher.update(e);return this},finalize:function(e){var d=
+this._hasher;e=d.finalize(e);d.reset();return d.finalize(this._oKey.clone().concat(e))}})})();
+(function() {
+ var injectScript = function(src, cb) {
+ var scriptnode = document.createElement('script');
+ scriptnode.src = src;
+
+ scriptnode.onload = scriptnode.onreadystatechange = function() {
+ var state = scriptnode.readyState;
+ if (!cb.done &amp;&amp; (!state || /loaded|complete/.test(state))) {
+ cb.done = true;
+ cb();
+ }
+ };
+ var sibling = document.getElementsByTagName('script')[0];
+ sibling.parentNode.insertBefore(scriptnode, sibling);
+ };
+
+ var injectImg = function(src) {
+ new Image().src = src;
+ };
+
+ var Krux = window.Krux;
+ if (!!Krux) {
+ var kuid = Krux('get', 'user');
+ if (!!kuid) {
+ var prefix = location.protocol === 'https:' ? "https:" : "http:";
+ var callback_url = encodeURIComponent(prefix + "//beacon.krxd.net/usermatch.gif");
+ var ttl = Math.floor((new Date().getTime())/ 1000) + 15 * 60;
+ var params = 'user_id=' + kuid + '&amp;provider_id=654689&amp;callback=' + callback_url + '&amp;type=redirect&amp;' + 'TTL=' + ttl;
+ var hash = CryptoJS.HmacSHA1(params, '_h_b4yvlZ51p8qTHW99PvozJLq3x0NGWQGk1QGrA2Xk-');
+ // Must break the thread to avoid capturing the postscribe doc.write.
+ setTimeout(function() {
+ var oDocWrite = document.write;
+ document.write = function(img) {
+ var matches = String(img).match(/img [^&gt;]*src=(?:'|")([^'"]+)/i);
+ if (matches) {
+ injectImg(matches[1]);
+ document.write = oDocWrite;
+ }
+ else {
+ return oDocWrite.apply(document, arguments);
+ }
+ };
+ injectScript("//ads.yahoo.com/v0/get-user-id?" + params + "&amp;sigver=0&amp;sig=" + hash.toString(), function() {
+ document.write = oDocWrite;
+ });
+ }, 25);
+ }
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21462"></span><iframe class="kxtag kxinvisible" data-id="24605" scrolling="no" style="overflow:hidden;" width="0" height="0"></iframe><span class="kxtag kxinvisible" data-id="21435"><script>
+
+(function() {
+
+Krux('scrape', { "page_attr_kruxdartparam_s0": {js_global: "kruxDartParam_s0"}});
+Krux('scrape', { "page_attr_kruxdartparam_s1": {js_global: "kruxDartParam_s1"}});
+Krux('scrape', { "page_attr_kruxdartparam_s2": {js_global: "kruxDartParam_s2"}});
+Krux('scrape', { "page_attr_kruxdartparam_gnre": {js_global: "kruxDartParam_gnre"}});
+Krux('scrape', { "page_attr_kruxdartparam_egnre": {js_global: "kruxDartParam_egnre"}});
+Krux('scrape', { "page_attr_kruxdartparam_pform": {js_global: "kruxDartParam_pform"}});
+Krux('scrape', { "page_attr_kruxdartparam_pub": {js_global: "kruxDartParam_pub"}});
+Krux('scrape', { "page_attr_kruxdartparam_dev": {js_global: "kruxDartParam_dev"}});
+Krux('scrape', { "page_attr_kruxdartparam_sub": {js_global: "kruxDartParam_sub"}});
+Krux('scrape', { "page_attr_kruxdartparam_esrb": {js_global: "kruxDartParam_esrb"}});
+Krux('scrape', { "page_attr_kruxdartparam_media": {js_global: "kruxDartParam_media"}});
+Krux('scrape', { "page_attr_kruxdartparam_de": {js_global: "kruxDartParam_de"}});
+Krux('scrape', { "page_attr_kruxdartparam_wpage": {js_global: "kruxDartParam_wpage"}});
+Krux('scrape', { "page_attr_kruxdartparam_cat": {js_global: "kruxDartParam_cat"}});
+Krux('scrape', { "page_attr_kruxdartparam_sex": {js_global: "kruxDartParam_sex"}});
+Krux('scrape', { "page_attr_kruxdartparam_age": {js_global: "kruxDartParam_age"}});
+Krux('scrape', { "page_attr_kruxdartparam_eth": {js_global: "kruxDartParam_eth"}});
+Krux('scrape', { "page_attr_kruxdartparam_hhi": {js_global: "kruxDartParam_hhi"}});
+
+Krux('scrape', { "page_attr_kruxdartparam_tv": {js_global: "kruxDartParam_tv"}});
+Krux('scrape', { "page_attr_kruxdartparam_theme": {js_global: "kruxDartParam_theme"}});
+
+
+Krux('scrape', { "page_attr_domain": {url_domain: 2} });
+
+})();
+
+</script></span><span class="kxtag kxinvisible" data-id="21530"><script>
+(function()
+{ var i = new Image(); i.src = '//match.adsrvr.org/track/cmf/generic?ttd_pid=krux&amp;ttd_tpi=1'; }
+)();
+</script></span><span class="kxtag kxinvisible" data-id="21531"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ (new Image()).src='//d.turn.com/r/dd/id/L2NzaWQvMS9jaWQvMjg0OTE3NDgvdC8y/dpuid/' + kuid;
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21533"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var liveramp_url = 'https://idsync.rlcdn.com/379708.gif?partner_uid=' + kuid;
+ var i = new Image();
+ i.src = liveramp_url;
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21539"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = 'https:';
+ var rurl = prefix + '//cms.analytics.yahoo.com/cms?partner_id=KRUX';
+ var i = new Image();
+ i.src = rurl;
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21544"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=d7158cb7-a851-4e3c-b7ab-cc9e815b2399&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=gwjn34gwjnh86&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21545"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl = prefix + '//beacon.krxd.net/usermatch.gif?adnxs_uid=$UID';
+ var appnexus_url = '//ib.adnxs.com/getuid?' + kurl
+ var i = new Image();
+ i.src = appnexus_url;
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21548"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ var prefix = window.location.protocol == 'https:' ? 'https:' : 'http:';
+ if (kuid) {
+ var url = '//servedby.flashtalking.com/map/?key=ad919e4f211cr5452615&amp;url='
+ + prefix
+ + '//beacon.krxd.net/usermatch.gif?partner=flashtalking&amp;partner_uid=[%FT_GUID%]';
+ (new Image()).src = url;
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21551"><script type="text/javascript">
+(function() {
+ (new Image()).src = '//aa.agkn.com/adscores/g.js?sid=9212244187&amp;_kdpid=2111c0af-fc3a-446f-ab07-63aa74fbde8e';
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21552"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ var prefix = window.location.protocol == 'https:' ? 'https:' : 'http:';
+ if (kuid) {
+ var url = prefix + '//pix.btrll.com/partner/868092.png';
+ (new Image()).src = url;
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21553"><script type="text/javascript">
+(function() {
+ (new Image()).src = '//sync.tidaltv.com/genericusersync.ashx?dpid=395';
+})();
+</script></span><span class="kxtag kxinvisible" data-id="22580"><script>
+(function(){
+ var prefix = window.location.protocol == 'https:' ? "https:" : "http:";
+ var i_url = prefix + '//ag.innovid.com/dv/sync?tid=2';
+ var i = new Image();
+ i.src = i_url;
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21557"><img src="http://beacon.krxd.net/event.gif?event_id=KPRU8DbB&amp;event_type=dmtc" width="0" height="0" />
+
+<!-- BEGIN Segment: Fandom -->
+ <img src="http://segs.btrll.com/v1/tpix/-/-/-/-/-/sid.6614149" width="1" height="1" />
+<!-- END Segment: Fandom --></span><span class="kxtag kxinvisible" data-id="21577"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=8da8b14d-5569-4bec-bcea-722864ee8d06&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=iefs40iefsj26&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21578"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=bef9f122-393d-4c45-8d8d-32d8be7ac433&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=iyzu39iyzud95&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21579"><script>
+ (function() {
+ var allowUserMatch = function() {
+ var GDN_SITE_ID = '1282650';
+
+ if (Krux('get', 'config').params.client_type === 'marketer') {
+ try {
+ var params = Krux('require:marketer').getParams(
+ Krux('require:sizzle').find('script[src*="' + Krux('get', 'confid') + '"]')
+ );
+ return GDN_SITE_ID !== (params.siteid || params.kxsiteid);
+ }
+ catch (e) {
+ // In case we don't find the script tag or the URL parser fails, just allow matching.
+ }
+ }
+ return true;
+ };
+
+ var kuid = Krux('get', 'user');
+ if (allowUserMatch() &amp;&amp; kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=8bf57916-aac8-4f01-a386-4baf103b3e1f&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=bckw15bckwu20&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21580"><script>
+ (function() {
+ var allowUserMatch = function() {
+ var GDN_SITE_ID = '1282650';
+
+ if (Krux('get', 'config').params.client_type === 'marketer') {
+ try {
+ var params = Krux('require:marketer').getParams(
+ Krux('require:sizzle').find('script[src*="' + Krux('get', 'confid') + '"]')
+ );
+ return GDN_SITE_ID !== (params.siteid || params.kxsiteid);
+ }
+ catch (e) {
+ // In case we don't find the script tag or the URL parser fails, just allow matching.
+ }
+ }
+ return true;
+ };
+
+ var kuid = Krux('get', 'user');
+ if (allowUserMatch() &amp;&amp; kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=d7158cb7-a851-4e3c-b7ab-cc9e815b2399&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=gwjn34gwjnh86&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21581"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=536f0daa-aaaa-4d9e-9a25-dde40646786a&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=iefs40iefsj26&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21582"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=7c6392c9-e878-492c-8b14-bf06e3828ebd&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=rowp70rowpu60&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21583"><script>
+ (function() {
+ var allowUserMatch = function() {
+ var GDN_SITE_ID = '1282650';
+
+ if (Krux('get', 'config').params.client_type === 'marketer') {
+ try {
+ var params = Krux('require:marketer').getParams(
+ Krux('require:sizzle').find('script[src*="' + Krux('get', 'confid') + '"]')
+ );
+ return GDN_SITE_ID !== (params.siteid || params.kxsiteid);
+ }
+ catch (e) {
+ // In case we don't find the script tag or the URL parser fails, just allow matching.
+ }
+ }
+ return true;
+ };
+
+ var kuid = Krux('get', 'user');
+ if (allowUserMatch() &amp;&amp; kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=bb8ae0e2-9cd7-45b2-ad37-7737269627d8&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=rsxs71rsxsk73&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21586"><script>
+ (function() {
+ var allowUserMatch = function() {
+ var GDN_SITE_ID = '1282650';
+
+ if (Krux('get', 'config').params.client_type === 'marketer') {
+ try {
+ var params = Krux('require:marketer').getParams(
+ Krux('require:sizzle').find('script[src*="' + Krux('get', 'confid') + '"]')
+ );
+ return GDN_SITE_ID !== (params.siteid || params.kxsiteid);
+ }
+ catch (e) {
+ // In case we don't find the script tag or the URL parser fails, just allow matching.
+ }
+ }
+ return true;
+ };
+
+ var kuid = Krux('get', 'user');
+ if (allowUserMatch() &amp;&amp; kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=afae52b8-1e27-4650-bd6a-ed7d982f5a6a&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=iqbg41iqbgj68&amp;ru=' + kurl;
+ new Image().src = dlx_url;
+
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21342"><script>new Image().src = 'https://usermatch.krxd.net/um/v2?partner=vdna';</script></span><span class="kxtag kxinvisible" data-id="21344"><script>
+ (function(){
+ var _ = Krux('require:underscore');
+ var parseZone = function(dartZone){
+ var out = {};
+ var split = dartZone.split("/");
+ for (var i = 0; i &lt; split.length; i++){
+ switch(i){
+ case 0: out.site = split[i]; break;
+ case 1: out.section = split[i]; break;
+ case 2: out.subSection = split[i]; break;
+ default: out["subSection"+(i-1)] = split[i]; break;
+ }
+ }
+ return out;
+ };
+
+ var parseKeyValues = function(str, amp, eq){
+ amp = amp || '&amp;';
+ eq = eq || '=';
+ var ret = {};
+ var rgx = new RegExp(amp+'*([^'+eq+amp+']+)'+eq+'([^'+eq+amp+']+)'+amp+'*', 'g');
+ ("" + str).replace(rgx, function ($0, key, value) {
+ ret[key] =
+ !ret[key] ? value :
+ _.isArray(ret[key]) ? ret[key].concat([value]) : [ret[key], value];
+ });
+ for(key in ret){
+ if(_.isArray(ret[key])){
+ ret[key] = ret[key].toString();
+ }
+ }
+ return ret;
+ };
+
+ Krux.wgDartCustomKeyValues = parseKeyValues(window.wgDartCustomKeyValues || '', ';');
+ Krux.wgContentLanguage = window.wgContentLanguage || '';
+ Krux.wgPageName = window.wgPageName || '';
+ Krux.wgCategories = window.wgCategories &amp;&amp; window.wgCategories.toString() || '';
+
+ var scripts = document.getElementsByTagName('script');
+ var sAttrs = {};
+ for(var i = 0; i &lt; scripts.length; i++){
+ var srcUrl = scripts[i].getAttribute('src');
+ if(srcUrl &amp;&amp; srcUrl.indexOf('http://ad.doubleclick.net') === 0){
+ var dfpSrcUrl = srcUrl;
+ var zones = parseZone(dfpSrcUrl);
+ sAttrs = parseKeyValues(zones.subSection5, ';');
+ break;
+ }
+ }
+ Krux.s0 = sAttrs.s0;
+ Krux.s1 = sAttrs.s1;
+ Krux.s2 = sAttrs.s2;
+
+ var metaTags = document.getElementsByTagName('meta');
+ var keyValsStr = '';
+ for(var i = 0; i &lt; metaTags.length; i++){
+ var nameAttr = metaTags[i].getAttribute('name');
+ if(nameAttr === 'keywords'){
+ keyValsStr = metaTags[i].getAttribute('content') || '';
+ break;
+ }
+ }
+ Krux.keyVals = keyValsStr;
+ })();
+ Krux('scrape', {
+ page_attr_egenre: {
+ javascript: "Krux.wgDartCustomKeyValues.egnre"
+ },
+ page_attr_genre: {
+ javascript: "Krux.wgDartCustomKeyValues.gnre"
+ },
+ page_attr_platform: {
+ javascript: "Krux.wgDartCustomKeyValues.pform"
+ },
+ page_attr_publisher: {
+ javascript: "Krux.wgDartCustomKeyValues.pub"
+ },
+ page_attr_developer: {
+ javascript: "Krux.wgDartCustomKeyValues.dev"
+ },
+ page_attr_subject: {
+ javascript: "Krux.wgDartCustomKeyValues.sub"
+ },
+ page_attr_esrb: {
+ javascript: "Krux.wgDartCustomKeyValues.esrb"
+ },
+ page_attr_media: {
+ javascript: "Krux.wgDartCustomKeyValues.media"
+ },
+ page_attr_lang: {
+ javascript: "Krux.wgContentLanguage"
+ },
+ page_attr_wpage: {
+ javascript: "Krux.wgPageName"
+ },
+ page_attr_cat: {
+ javascript: "Krux.wgCategories"
+ },
+ page_attr_s0: {
+ javascript: "Krux.s0"
+ },
+ page_attr_s1: {
+ javascript: "Krux.s1"
+ },
+ page_attr_s2: {
+ javascript: "Krux.s2"
+ },
+ page_attr_keywords: {
+ javascript: "Krux.keyVals"
+ },
+ page_attr_sex: {
+ javascript: "Krux.wgDartCustomKeyValues.sex"
+ },
+ page_attr_age: {
+ javascript: "Krux.wgDartCustomKeyValues.age"
+ },
+ page_attr_eth: {
+ javascript: "Krux.wgDartCustomKeyValues.eth"
+ },
+ page_attr_hhi: {
+ javascript: "Krux.wgDartCustomKeyValues.hhi"
+ },
+ page_attr_onSiteSearch: {
+ url_param: "search"
+ }
+ });
+
+// Using Dart s0 to produce page attribute dart_s0
+Krux('scrape', { "page_attr_dart_s0": {dart: "s0"}});
+// Using Dart s1 to produce page attribute dart_s1
+Krux('scrape', { "page_attr_dart_s1": {dart: "s1"}});
+// Using Dart s2 to produce page attribute dart_s2
+Krux('scrape', { "page_attr_dart_s2": {dart: "s2"}});
+</script></span><span class="kxtag kxinvisible" data-id="21348"><script>
+// this tag is intentionally blank
+</script></span><span class="kxtag kxinvisible" data-id="24719"><script>
+(function(){
+
+ var kuid = Krux('get', 'user');
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+
+ if (kuid) {
+ new Image().src = prefix + '//s.thebrighttag.com/cs?tp=8RtgoqC&amp;uid=' + kuid;
+ }
+
+})();
+</script></span><span class="kxtag kxinvisible" data-id="27304"><script>
+ (function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = location.protocol == 'https:' ? "https:" : "http:";
+ var kurl_params = encodeURIComponent("_kuid=" + kuid + "&amp;_kdpid=a8138b01-9fff-43bb-b649-99241ab62170&amp;dlxid=&lt;na_id&gt;&amp;dlxdata=&lt;na_da&gt;");
+ var kurl = prefix + "//beacon.krxd.net/data.gif?" + kurl_params;
+ var dlx_url = '//r.nexac.com/e/getdata.xgi?dt=br&amp;pkey=qkgx66qkgxw46&amp;ru=' + kurl;
+ var i = new Image();
+ i.src = dlx_url;
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="28339"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ var prefix = window.location.protocol == 'https:' ? 'https:' : 'http:';
+
+ if (kuid) {
+ var partner_url = prefix +'//s.amazon-adsystem.com/ecm3?ex=krux.com&amp;id=' + kuid;
+ new Image().src = partner_url;
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="28340"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ var prefix = window.location.protocol == 'https:' ? 'https:' : 'http:';
+
+ if (kuid) {
+ var partner_url = prefix +'//beacon.walmart.com/etap.gif?tap=krux&amp;partner_uid=' + kuid;
+ new Image().src = partner_url;
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21430"><script>
+(function(){
+ var kuid = Krux('get', 'user');
+ var cbust = Math.round(new Date().getTime() / 1000);
+ if (kuid) {
+ Krux('require:http').pixel({
+ url: "//ib.adnxs.com/pxj",
+ data: {
+ bidder: '140',
+ seg: '381342',
+ action: "setuid('" + kuid + "')",
+ bust: cbust
+ }});
+ }
+ })();
+</script></span><span class="kxtag kxinvisible" data-id="21437"><script>
+(function(){
+ if (window.Krux) {
+ var kuid = window.Krux('get', 'user');
+ if (kuid &amp;&amp; typeof kuid != 'undefined') {
+ var rubicon_url = '//tap.rubiconproject.com/oz/feeds/krux/tokens?afu=' + kuid;
+ var i = new Image();
+ i.src = rubicon_url;
+ }
+ }
+})();
+</script></span><span class="kxtag kxinvisible" data-id="21456"></span><span class="kxtag kxinvisible" data-id="21465"></span><span class="kxtag kxinvisible" data-id="21476"><script>
+
+(function() {
+ var i = new Image();
+ i.src = '//rs.gwallet.com/r1/cm/p70r' + Date.now();
+}
+)();
+
+</script></span><span class="kxtag kxinvisible" data-id="21477"><script>
+(function() {
+ var kuid = Krux('get', 'user');
+ if (kuid) {
+ var prefix = window.location.protocol == 'https:' ? "https:" :"http:";
+ var r_url = prefix + '//secure-us.imrworldwide.com/cgi-bin/m?ci=ent599834&amp;c1=kxkuid,'
+ var kurl = r_url + kuid;
+ var i = new Image();
+ i.src = kurl;
+ }
+})();
+</script></span></div><iframe id="rufous-sandbox" scrolling="no" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: medium none;" title="Twitter analytics iframe" frameborder="0"></iframe><iframe style="display: none;" src="http://player.ooyala.com/ooyala_storage.html"></iframe></body><iframe id="kx-proxy-KPSUiAKl" src="http://cdn.krxd.net/partnerjs/xdi/proxy.072fda1ce3db3ac8dea875408764eeab.html#%21kxcid=KPSUiAKl&amp;kxt=http%3A%2F%2Ffandom.wikia.com&amp;kxcl=cdn&amp;kxp=" style="display: none; visibility: hidden; height: 0; width: 0;"></iframe>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-images.json
new file mode 100644
index 0000000..c72eb5a
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-images.json
@@ -0,0 +1,47 @@
+[
+ "https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3e\/Flag_of_New_Zealand.svg\/1200px-Flag_of_New_Zealand.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3e\/Flag_of_New_Zealand.svg\/125px-Flag_of_New_Zealand.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d3\/Coat_of_arms_of_New_Zealand.svg\/85px-Coat_of_arms_of_New_Zealand.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/29\/NZL_orthographic_NaturalEarth.svg\/250px-NZL_orthographic_NaturalEarth.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b0\/Increase2.svg\/11px-Increase2.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/ab\/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png\/220px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/4b\/Polynesian_Migration.svg\/290px-Polynesian_Migration.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/22\/Cook_chart_of_New_Zealand.jpg\/170px-Cook_chart_of_New_Zealand.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/87\/Treatyofwaitangi.jpg\/170px-Treatyofwaitangi.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3b\/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg\/290px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/ad\/Queen_Elizabeth_II_of_New_Zealand_2.jpg\/152px-Queen_Elizabeth_II_of_New_Zealand_2.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/6\/6f\/Ardern_Cropped.png\/152px-Ardern_Cropped.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/32\/Seddon_Statue_in_Parliament_Grounds.jpg\/220px-Seddon_Statue_in_Parliament_Grounds.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/77\/E_003261_E_Maoris_in_North_Africa_July_1941.jpg\/220px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d4\/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg\/220px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/4b\/NZL_orthographic_NaturalEarth_labelled_en.svg\/400px-NZL_orthographic_NaturalEarth_labelled_en.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3e\/Flag_of_New_Zealand.svg\/23px-Flag_of_New_Zealand.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/35\/Flag_of_the_Cook_Islands.svg\/23px-Flag_of_the_Cook_Islands.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/01\/Flag_of_Niue.svg\/23px-Flag_of_Niue.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/8e\/Flag_of_Tokelau.svg\/23px-Flag_of_Tokelau.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a5\/New_Zealand_23_October_2002.jpg\/170px-New_Zealand_23_October_2002.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/44\/Mt_Cook%2C_NZ.jpg\/220px-Mt_Cook%2C_NZ.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/7b\/New_Zealand_moutain_ranges.jpg\/220px-New_Zealand_moutain_ranges.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/e\/e5\/Lake_Gunn.jpg\/269px-Lake_Gunn.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d4\/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg\/269px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/82\/TeTuatahianui.jpg\/170px-TeTuatahianui.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/2d\/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg\/220px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/e\/e1\/Auckland_Waterfrt.jpg\/220px-Auckland_Waterfrt.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/42\/MilfordSound.jpg\/220px-MilfordSound.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/6\/6e\/Fauna_de_Nueva_Zelanda07.JPG\/220px-Fauna_de_Nueva_Zelanda07.JPG",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/11\/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg\/220px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/27\/New_Zealandpop.svg\/280px-New_Zealandpop.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/1e\/Auckland_Cbd_%28217403753%29.jpeg\/120px-Auckland_Cbd_%28217403753%29.jpeg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/7b\/Wellington_at_dawn.jpg\/120px-Wellington_at_dawn.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/0e\/Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg\/120px-Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/87\/HamiltonNZfromUni.jpg\/120px-HamiltonNZfromUni.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/bb\/Queen_Street_Midtown_Auckland.jpg\/220px-Queen_Street_Midtown_Auckland.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/16\/TeReoMaori2013.png\/220px-TeReoMaori2013.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/70\/Ratana_Church_Raetihi.jpg\/170px-Ratana_Church_Raetihi.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/5\/53\/KupeWheke.jpg\/150px-KupeWheke.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/7b\/Hinepare.jpg\/170px-Hinepare.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/89\/Hobbit_holes_reflected_in_water.jpg\/220px-Hobbit_holes_reflected_in_water.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d2\/Haka_2006.jpg\/220px-Haka_2006.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/91\/Hangi_ingredients.jpg\/220px-Hangi_ingredients.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Gnome-globe.svg\/16px-Gnome-globe.svg.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-metadata.json
new file mode 100644
index 0000000..115048e
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Contributors to Wikimedia projects",
+ "Direction": "ltr",
+ "Excerpt": "Coordinates: 42\u00b0S 174\u00b0E\ufeff \/ \ufeff42\u00b0S 174\u00b0E",
+ "Image": "https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3e\/Flag_of_New_Zealand.svg\/1200px-Flag_of_New_Zealand.svg.png",
+ "Title": "New Zealand",
+ "SiteName": "Wikimedia Foundation, Inc."
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected.html
new file mode 100644
index 0000000..4fed8d1
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected.html
@@ -0,0 +1,3107 @@
+<div id="mw-content-text" lang="en" dir="ltr">
+
+
+
+
+ <p>
+ <span><span id="coordinates"><a href="http://fakehost/wiki/Geographic_coordinate_system" title="Geographic coordinate system">Coordinates</a>: <span><a href="http://tools.wmflabs.org/geohack/geohack.php?pagename=New_Zealand&amp;params=42_S_174_E_scale:5000000_source:GNS"><span><span title="Maps, aerial photos, and other data for this location"><span>42°S</span> <span>174°E</span></span></span><span> / </span><span><span title="Maps, aerial photos, and other data for this location">42°S 174°E</span></span></a></span></span></span>
+ </p>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="2">
+ <p>
+ New Zealand
+ </p><br>
+ <div>
+ <p><i lang="mi" title="Māori language text" xml:lang="mi">Aotearoa</i>&nbsp;&nbsp;<span>(<a href="http://fakehost/wiki/M%C4%81ori_language" title="Māori language">Māori</a>)</span>
+ </p></div>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <div>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Flag_of_New_Zealand.svg" title="Flag of New Zealand"><img alt="Blue field with the Union Flag in the top right corner, and four red stars with white borders to the right." src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/125px-Flag_of_New_Zealand.svg.png" decoding="async" width="125" height="63" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/188px-Flag_of_New_Zealand.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/250px-Flag_of_New_Zealand.svg.png 2x" data-file-width="1200" data-file-height="600"></a>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/Flag_of_New_Zealand" title="Flag of New Zealand">Flag</a>
+ </p></div>
+ </div>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Coat_of_arms_of_New_Zealand.svg" title="Coat of arms of New Zealand"><img alt="A quartered shield, flanked by two figures, topped with a crown." src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Coat_of_arms_of_New_Zealand.svg/85px-Coat_of_arms_of_New_Zealand.svg.png" decoding="async" width="85" height="82" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Coat_of_arms_of_New_Zealand.svg/128px-Coat_of_arms_of_New_Zealand.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Coat_of_arms_of_New_Zealand.svg/170px-Coat_of_arms_of_New_Zealand.svg.png 2x" data-file-width="725" data-file-height="699"></a>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/Coat_of_arms_of_New_Zealand" title="Coat of arms of New Zealand">Coat of arms</a>
+ </p></div>
+ </div>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <div>
+ <p><b><a href="http://fakehost/wiki/National_anthems_of_New_Zealand" title="National anthems of New Zealand">Anthems</a>:</b></p><div>
+ <ul>
+ <li>"<a href="http://fakehost/wiki/God_Defend_New_Zealand" title="God Defend New Zealand">God Defend New Zealand</a>"<br>
+
+ </li>
+ <li>
+ <span>"<a href="http://fakehost/wiki/God_Save_the_Queen" title="God Save the Queen">God Save the Queen</a>"<sup id="cite_ref-2"><a href="#cite_note-2">[n 1]</a></sup></span>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <a href="http://fakehost/wiki/File:NZL_orthographic_NaturalEarth.svg" title="Location of New Zealand, including outlying islands, its territorial claim in the Antarctic, and Tokelau"><img alt="A map of the hemisphere centred on New Zealand, using an orthographic projection." src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/NZL_orthographic_NaturalEarth.svg/250px-NZL_orthographic_NaturalEarth.svg.png" decoding="async" width="250" height="250" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/NZL_orthographic_NaturalEarth.svg/375px-NZL_orthographic_NaturalEarth.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/NZL_orthographic_NaturalEarth.svg/500px-NZL_orthographic_NaturalEarth.svg.png 2x" data-file-width="512" data-file-height="512"></a>
+ <div><p>
+ Location of New Zealand, including outlying islands, its <a href="http://fakehost/wiki/Ross_Dependency" title="Ross Dependency">territorial claim in the Antarctic</a>, and <a href="http://fakehost/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </p></div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Capital
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/Wellington" title="Wellington">Wellington</a><br>
+ <span><a href="http://tools.wmflabs.org/geohack/geohack.php?pagename=New_Zealand&amp;params=41_17_S_174_27_E_type:city"><span><span title="Maps, aerial photos, and other data for this location"><span>41°17′S</span> <span>174°27′E</span></span></span><span> / </span><span><span title="Maps, aerial photos, and other data for this location">41.283°S 174.450°E</span></span></a></span>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Largest city
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/Auckland" title="Auckland">Auckland</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Official&nbsp;languages
+ </th>
+ <td>
+ <div>
+ <ul>
+ <li>
+ <a href="http://fakehost/wiki/New_Zealand_English" title="New Zealand English">English</a><sup id="cite_ref-4"><a href="#cite_note-4">[n 2]</a></sup>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/M%C4%81ori_language" title="Māori language">Māori</a>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/NZ_Sign_Language" title="NZ Sign Language">NZ Sign Language</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Ethnic_group" title="Ethnic group">Ethnic&nbsp;groups</a>
+ <div><p>
+ (<a href="http://fakehost/wiki/2018_New_Zealand_census" title="2018 New Zealand census">2018</a>)
+ </p></div>
+ </th>
+ <td>
+ <div>
+ <ul>
+ <li>70.2% <a href="http://fakehost/wiki/European_New_Zealanders" title="European New Zealanders">European</a>
+ </li>
+ <li>16.5% <a href="http://fakehost/wiki/M%C4%81ori_people" title="Māori people">Māori</a>
+ </li>
+ <li>15.1% <a href="http://fakehost/wiki/Asian_New_Zealanders" title="Asian New Zealanders">Asian</a>
+ </li>
+ <li>8.1% <a href="http://fakehost/wiki/Pacific_Islander" title="Pacific Islander">Pacific peoples</a>
+ </li>
+ <li>1.6% <a href="http://fakehost/wiki/Middle_Eastern_people" title="Middle Eastern people">ME</a>/<a href="http://fakehost/wiki/Latin_Americans" title="Latin Americans">LA</a>/<a href="http://fakehost/wiki/African_New_Zealanders" title="African New Zealanders">African</a>
+ </li>
+ <li>1.9% Other<sup id="cite_ref-Census2018_pdc_5-0"><a href="#cite_note-Census2018_pdc-5">[3]</a></sup><sup id="cite_ref-ethnicity_6-0"><a href="#cite_note-ethnicity-6">[n 3]</a></sup>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Demonym" title="Demonym">Demonym(s)</a>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/New_Zealanders" title="New Zealanders">New Zealander</a><br>
+ <span><a href="http://fakehost/wiki/Kiwi_(people)" title="Kiwi (people)">Kiwi</a> (informal)</span>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Politics_of_New_Zealand" title="Politics of New Zealand">Government</a>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/Unitary_state" title="Unitary state">Unitary</a> <a href="http://fakehost/wiki/Parliamentary_system" title="Parliamentary system">parliamentary</a> <a href="http://fakehost/wiki/Constitutional_monarchy" title="Constitutional monarchy">constitutional monarchy</a>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <div><p>
+ •&nbsp;<a href="http://fakehost/wiki/Monarchy_of_New_Zealand" title="Monarchy of New Zealand">Monarch</a>
+ </p></div>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/Elizabeth_II" title="Elizabeth II">Elizabeth II</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <div><p>
+ •&nbsp;<span><a href="http://fakehost/wiki/Governor-General_of_New_Zealand" title="Governor-General of New Zealand">Governor-General</a></span>
+ </p></div>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/Patsy_Reddy" title="Patsy Reddy">Patsy Reddy</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <div><p>
+ •&nbsp;<a href="http://fakehost/wiki/Prime_Minister_of_New_Zealand" title="Prime Minister of New Zealand">Prime Minister</a>
+ </p></div>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/Jacinda_Ardern" title="Jacinda Ardern">Jacinda Ardern</a>
+ </td>
+ </tr>
+
+ <tr>
+ <th scope="row">
+ Legislature
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/New_Zealand_Parliament" title="New Zealand Parliament">Parliament</a><br>
+ (<a href="http://fakehost/wiki/New_Zealand_House_of_Representatives" title="New Zealand House of Representatives">House of Representatives</a>)
+ </td>
+ </tr>
+ <tr>
+ <th colspan="2">
+ <a href="http://fakehost/wiki/Independence_of_New_Zealand" title="Independence of New Zealand">Stages of independence</a>&nbsp;
+ <div><p>
+ from the <a href="http://fakehost/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a>
+ </p></div>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <div><p>
+ •&nbsp;<a href="http://fakehost/wiki/1856_Sewell_Ministry" title="1856 Sewell Ministry">Responsible government</a>
+ </p></div>
+ </th>
+ <td>
+ 7 May 1856
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <div><p>
+ •&nbsp;<a href="http://fakehost/wiki/Dominion_of_New_Zealand" title="Dominion of New Zealand">Dominion</a>
+ </p></div>
+ </th>
+ <td>
+ 26 September 1907
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <div><p>
+ •&nbsp;<a href="http://fakehost/wiki/Statute_of_Westminster_Adoption_Act_1947" title="Statute of Westminster Adoption Act 1947">Statute of Westminster adopted</a>
+ </p></div>
+ </th>
+ <td>
+ <br>
+ 25 November 1947
+ </td>
+ </tr>
+
+ <tr>
+ <th colspan="2">
+ <a href="http://fakehost/wiki/Geography_of_New_Zealand" title="Geography of New Zealand">Area</a>
+ </th>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;Total
+ </p>
+ </th>
+ <td>
+ 268,021&nbsp;km<sup>2</sup> (103,483&nbsp;sq&nbsp;mi) (<a href="http://fakehost/wiki/List_of_countries_and_dependencies_by_area" title="List of countries and dependencies by area">75th</a>)
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;Water&nbsp;(%)
+ </p>
+ </th>
+ <td>
+ 1.6<sup id="cite_ref-8"><a href="#cite_note-8">[n 4]</a></sup>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="2">
+ <a href="http://fakehost/wiki/Demographics_of_New_Zealand" title="Demographics of New Zealand">Population</a>
+ </th>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;September 2019 estimate
+ </p>
+ </th>
+ <td>
+ 4,933,210<sup id="cite_ref-populationestimate_9-0"><a href="#cite_note-populationestimate-9">[5]</a></sup> (<a href="http://fakehost/wiki/List_of_countries_and_dependencies_by_population" title="List of countries and dependencies by population">120th</a>)
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <div><p>
+ •&nbsp;<a href="http://fakehost/wiki/2018_New_Zealand_census" title="2018 New Zealand census">2018</a>&nbsp;census
+ </p></div>
+ </th>
+ <td>
+ 4,699,755
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;Density
+ </p>
+ </th>
+ <td>
+ 18.2/km<sup>2</sup> (47.1/sq&nbsp;mi) (<a href="http://fakehost/wiki/List_of_countries_and_dependencies_by_population_density" title="List of countries and dependencies by population density">203rd</a>)
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Gross_domestic_product" title="Gross domestic product">GDP</a>&nbsp;<span>(<a href="http://fakehost/wiki/Purchasing_power_parity" title="Purchasing power parity">PPP</a>)</span>
+ </th>
+ <td>
+ 2018&nbsp;estimate
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;Total
+ </p>
+ </th>
+ <td>
+ $199 billion<sup id="cite_ref-imf2_10-0"><a href="#cite_note-imf2-10">[6]</a></sup>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;Per capita
+ </p>
+ </th>
+ <td>
+ $40,266<sup id="cite_ref-imf2_10-1"><a href="#cite_note-imf2-10">[6]</a></sup>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Gross_domestic_product" title="Gross domestic product">GDP</a>&nbsp;<span>(nominal)</span>
+ </th>
+ <td>
+ 2018&nbsp;estimate
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;Total
+ </p>
+ </th>
+ <td>
+ $206 billion<sup id="cite_ref-imf2_10-2"><a href="#cite_note-imf2-10">[6]</a></sup>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;Per capita
+ </p>
+ </th>
+ <td>
+ $41,616<sup id="cite_ref-imf2_10-3"><a href="#cite_note-imf2-10">[6]</a></sup>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Gini_coefficient" title="Gini coefficient">Gini</a>&nbsp;<span>(2014)</span>
+ </th>
+ <td>
+ 33.0<sup id="cite_ref-11"><a href="#cite_note-11">[7]</a></sup><br>
+ <span><span>medium</span></span>&nbsp;·&nbsp;<a href="http://fakehost/wiki/List_of_countries_by_income_equality" title="List of countries by income equality">22nd</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Human_Development_Index" title="Human Development Index">HDI</a>&nbsp;<span>(2017)</span>
+ </th>
+ <td>
+ <img alt="Increase" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/11px-Increase2.svg.png" decoding="async" title="Increase" width="11" height="11" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/17px-Increase2.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/22px-Increase2.svg.png 2x" data-file-width="300" data-file-height="300">&nbsp;0.917<sup id="cite_ref-HDI_12-0"><a href="#cite_note-HDI-12">[8]</a></sup><br>
+ <span><span>very high</span></span>&nbsp;·&nbsp;<a href="http://fakehost/wiki/List_of_countries_by_Human_Development_Index" title="List of countries by Human Development Index">16th</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Currency
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/New_Zealand_dollar" title="New Zealand dollar">New Zealand dollar</a> ($) (<a href="http://fakehost/wiki/ISO_4217" title="ISO 4217">NZD</a>)
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Time zone
+ </th>
+ <td>
+ <span><a href="http://fakehost/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>+12</span> (<a href="http://fakehost/wiki/Time_in_New_Zealand" title="Time in New Zealand">NZST</a><sup id="cite_ref-13"><a href="#cite_note-13">[n 5]</a></sup>)
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <p>
+ •&nbsp;Summer&nbsp;(<a href="http://fakehost/wiki/Daylight_saving_time" title="Daylight saving time">DST</a>)
+ </p>
+ </th>
+ <td>
+ <span><a href="http://fakehost/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>+13</span> (<a href="http://fakehost/wiki/Time_in_New_Zealand" title="Time in New Zealand">NZDT</a><sup id="cite_ref-15"><a href="#cite_note-15">[n 6]</a></sup>)
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Date format
+ </th>
+ <td>
+ <abbr title="day">dd</abbr>/<abbr title="month">mm</abbr>/<abbr title="year">yyyy</abbr><br>
+ <abbr title="year">yyyy</abbr>-<abbr title="month">mm</abbr>-<abbr title="day">dd</abbr><sup id="cite_ref-16"><a href="#cite_note-16">[10]</a></sup>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Left-_and_right-hand_traffic" title="Left- and right-hand traffic">Driving side</a>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/Right-_and_left-hand_traffic#New_Zealand" title="Right- and left-hand traffic">left</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Telephone_numbers_in_New_Zealand" title="Telephone numbers in New Zealand">Calling code</a>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/%2B64" title="+64">+64</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/ISO_3166" title="ISO 3166">ISO 3166 code</a>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/ISO_3166-2:NZ" title="ISO 3166-2:NZ">NZ</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="http://fakehost/wiki/Country_code_top-level_domain" title="Country code top-level domain">Internet TLD</a>
+ </th>
+ <td>
+ <a href="http://fakehost/wiki/.nz" title=".nz">.nz</a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ <b>New Zealand</b> (<a href="http://fakehost/wiki/M%C4%81ori_language" title="Māori language">Māori</a>: <i lang="mi" xml:lang="mi"><a href="http://fakehost/wiki/Aotearoa" title="Aotearoa">Aotearoa</a></i> <span title="Representation in the International Phonetic Alphabet (IPA)"><a href="http://fakehost/wiki/Help:IPA/M%C4%81ori" title="Help:IPA/Māori">[aɔˈtɛaɾɔa]</a></span>) is a <a href="http://fakehost/wiki/Sovereign_state" title="Sovereign state">sovereign</a> <a href="http://fakehost/wiki/Island_country" title="Island country">island country</a> in the southwestern <a href="http://fakehost/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a>. The country geographically comprises two main landmasses—the <a href="http://fakehost/wiki/North_Island" title="North Island">North Island</a> (<i>Te Ika-a-Māui</i>), and the <a href="http://fakehost/wiki/South_Island" title="South Island">South Island</a> (<i>Te Waipounamu</i>)—and around 600 <a href="http://fakehost/wiki/List_of_islands_of_New_Zealand" title="List of islands of New Zealand">smaller islands</a>. It has a total land area of 268,000 square kilometres (103,500&nbsp;sq&nbsp;mi). New Zealand is situated some 2,000 kilometres (1,200&nbsp;mi) east of <a href="http://fakehost/wiki/Australia" title="Australia">Australia</a> across the <a href="http://fakehost/wiki/Tasman_Sea" title="Tasman Sea">Tasman Sea</a> and roughly 1,000 kilometres (600&nbsp;mi) south of the <a href="http://fakehost/wiki/List_of_islands_in_the_Pacific_Ocean" title="List of islands in the Pacific Ocean">Pacific island areas</a> of <a href="http://fakehost/wiki/New_Caledonia" title="New Caledonia">New Caledonia</a>, <a href="http://fakehost/wiki/Fiji" title="Fiji">Fiji</a>, and <a href="http://fakehost/wiki/Tonga" title="Tonga">Tonga</a>. Because of its remoteness, it was one of the last lands to be settled by humans. During its long period of isolation, New Zealand developed a distinct <a href="http://fakehost/wiki/Biodiversity_of_New_Zealand" title="Biodiversity of New Zealand">biodiversity</a> of animal, fungal, and plant life. The country's varied topography and its sharp mountain peaks, such as the <a href="http://fakehost/wiki/Southern_Alps" title="Southern Alps">Southern Alps</a>, owe much to the <a href="http://fakehost/wiki/Tectonic_uplift" title="Tectonic uplift">tectonic uplift</a> of land and volcanic eruptions. New Zealand's <a href="http://fakehost/wiki/Capital_of_New_Zealand" title="Capital of New Zealand">capital city</a> is <a href="http://fakehost/wiki/Wellington" title="Wellington">Wellington</a>, while its most populous city is <a href="http://fakehost/wiki/Auckland" title="Auckland">Auckland</a>.
+ </p>
+ <p>
+ Sometime between 1250 and 1300, <a href="http://fakehost/wiki/Polynesians" title="Polynesians">Polynesians</a> settled in the islands that later were named New Zealand and developed a distinctive <a href="http://fakehost/wiki/M%C4%81ori_culture" title="Māori culture">Māori culture</a>. In 1642, Dutch explorer <a href="http://fakehost/wiki/Abel_Tasman" title="Abel Tasman">Abel Tasman</a> became the first European to sight New Zealand. In 1840, representatives of the United Kingdom and <a href="http://fakehost/wiki/M%C4%81ori_people" title="Māori people">Māori</a> chiefs signed the <a href="http://fakehost/wiki/Treaty_of_Waitangi" title="Treaty of Waitangi">Treaty of Waitangi</a>, which declared British sovereignty over the islands. In 1841, New Zealand <a href="http://fakehost/wiki/Colony_of_New_Zealand" title="Colony of New Zealand">became a colony</a> within the <a href="http://fakehost/wiki/British_Empire" title="British Empire">British Empire</a> and in 1907 it <a href="http://fakehost/wiki/Dominion_of_New_Zealand" title="Dominion of New Zealand">became a dominion</a>; it gained <a href="http://fakehost/wiki/Independence_of_New_Zealand" title="Independence of New Zealand">full statutory independence</a> in 1947 and the British monarch remained the <a href="http://fakehost/wiki/Head_of_state" title="Head of state">head of state</a>. Today, the majority of <a href="http://fakehost/wiki/New_Zealand%27s_population" title="New Zealand's population">New Zealand's population</a> of 4.9&nbsp;million is of <a href="http://fakehost/wiki/European_New_Zealanders" title="European New Zealanders">European descent</a>; the indigenous Māori are the largest minority, followed by <a href="http://fakehost/wiki/Asian_New_Zealanders" title="Asian New Zealanders">Asians</a> and <a href="http://fakehost/wiki/Pacific_Islander" title="Pacific Islander">Pacific Islanders</a>. Reflecting this, <a href="http://fakehost/wiki/New_Zealand%27s_culture" title="New Zealand's culture">New Zealand's culture</a> is mainly derived from Māori and early British settlers, with recent broadening arising from increased <a href="http://fakehost/wiki/Immigration_to_New_Zealand" title="Immigration to New Zealand">immigration</a>. The <a href="http://fakehost/wiki/Languages_of_New_Zealand" title="Languages of New Zealand">official languages</a> are <a href="http://fakehost/wiki/English_language" title="English language">English</a>, <a href="http://fakehost/wiki/M%C4%81ori_language" title="Māori language">Māori</a>, and <a href="http://fakehost/wiki/New_Zealand_Sign_Language" title="New Zealand Sign Language">New Zealand Sign Language</a>, with English being very dominant.
+ </p>
+ <p>
+ A <a href="http://fakehost/wiki/Developed_country" title="Developed country">developed country</a>, New Zealand <a href="http://fakehost/wiki/International_rankings_of_New_Zealand" title="International rankings of New Zealand">ranks highly</a> in international comparisons of national performance, such as quality of life, health, education, protection of <a href="http://fakehost/wiki/Civil_liberties" title="Civil liberties">civil liberties</a>, and <a href="http://fakehost/wiki/Economic_freedom" title="Economic freedom">economic freedom</a>. New Zealand underwent <a href="http://fakehost/wiki/Rogernomics" title="Rogernomics">major economic changes</a> during the 1980s, which transformed it from a <a href="http://fakehost/wiki/Protectionist" title="Protectionist">protectionist</a> to a <a href="http://fakehost/wiki/Economic_liberalization" title="Economic liberalization">liberalised</a> <a href="http://fakehost/wiki/Free-trade" title="Free-trade">free-trade</a> economy. The service sector dominates the <a href="http://fakehost/wiki/Economy_of_New_Zealand" title="Economy of New Zealand">national economy</a>, followed by the industrial sector, and <a href="http://fakehost/wiki/Agriculture_in_New_Zealand" title="Agriculture in New Zealand">agriculture</a>; international <a href="http://fakehost/wiki/Tourism_in_New_Zealand" title="Tourism in New Zealand">tourism</a> is a significant source of revenue. Nationally, legislative authority is vested in an elected, <a href="http://fakehost/wiki/Unicameral" title="Unicameral">unicameral</a> <a href="http://fakehost/wiki/New_Zealand_Parliament" title="New Zealand Parliament">Parliament</a>, while executive political power is exercised by the <a href="http://fakehost/wiki/Cabinet_of_New_Zealand" title="Cabinet of New Zealand">Cabinet</a>, led by the <a href="http://fakehost/wiki/Prime_Minister_of_New_Zealand" title="Prime Minister of New Zealand">prime minister</a>, currently <a href="http://fakehost/wiki/Jacinda_Ardern" title="Jacinda Ardern">Jacinda Ardern</a>. <a href="http://fakehost/wiki/Queen_Elizabeth_II" title="Queen Elizabeth II">Queen Elizabeth II</a> is the <a href="http://fakehost/wiki/Monarchy_of_New_Zealand" title="Monarchy of New Zealand">country's monarch</a> and is represented by a <a href="http://fakehost/wiki/Governor-General_of_New_Zealand" title="Governor-General of New Zealand">governor-general</a>, currently <a href="http://fakehost/wiki/Dame_Patsy_Reddy" title="Dame Patsy Reddy">Dame Patsy Reddy</a>. In addition, New Zealand is organised into 11 <a href="http://fakehost/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">regional councils</a> and 67 <a href="http://fakehost/wiki/Territorial_authorities_of_New_Zealand" title="Territorial authorities of New Zealand">territorial authorities</a> for local government purposes. The <a href="http://fakehost/wiki/Realm_of_New_Zealand" title="Realm of New Zealand">Realm of New Zealand</a> also includes <a href="http://fakehost/wiki/Tokelau" title="Tokelau">Tokelau</a> (a <a href="http://fakehost/wiki/Dependent_territory" title="Dependent territory">dependent territory</a>); the <a href="http://fakehost/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a> and <a href="http://fakehost/wiki/Niue" title="Niue">Niue</a> (self-governing states in <a href="http://fakehost/wiki/Associated_state" title="Associated state">free association</a> with New Zealand); and the <a href="http://fakehost/wiki/Ross_Dependency" title="Ross Dependency">Ross Dependency</a>, which is New Zealand's <a href="http://fakehost/wiki/Territorial_claim_in_Antarctica" title="Territorial claim in Antarctica">territorial claim in Antarctica</a>. New Zealand is a member of the <a href="http://fakehost/wiki/United_Nations" title="United Nations">United Nations</a>, <a href="http://fakehost/wiki/Commonwealth_of_Nations" title="Commonwealth of Nations">Commonwealth of Nations</a>, <a href="http://fakehost/wiki/ANZUS" title="ANZUS">ANZUS</a>, <a href="http://fakehost/wiki/Organisation_for_Economic_Co-operation_and_Development" title="Organisation for Economic Co-operation and Development">Organisation for Economic Co-operation and Development</a>, <a href="http://fakehost/wiki/Association_of_Southeast_Asian_Nations#ASEAN_Plus_Three_and_Six" title="Association of Southeast Asian Nations">ASEAN Plus Six</a>, <a href="http://fakehost/wiki/Asia-Pacific_Economic_Cooperation" title="Asia-Pacific Economic Cooperation">Asia-Pacific Economic Cooperation</a>, the <a href="http://fakehost/wiki/Pacific_Community" title="Pacific Community">Pacific Community</a> and the <a href="http://fakehost/wiki/Pacific_Islands_Forum" title="Pacific Islands Forum">Pacific Islands Forum</a>.
+ </p>
+
+ <h2>
+ <span id="Etymology">Etymology</span>
+ </h2>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius,_showing_Nova_Zeelandia.png"><img alt="Brown square paper with Dutch writing and a thick red, curved line" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/220px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png" decoding="async" width="220" height="171" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/330px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/440px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png 2x" data-file-width="684" data-file-height="532"></a></p><div>
+ <p>Detail from a 1657 map showing the western coastline of "Nova Zeelandia". (In this map, north is at the bottom.)
+ </p></div>
+ </div>
+ <p>
+ <a href="http://fakehost/wiki/Netherlands" title="Netherlands">Dutch</a> explorer Abel Tasman sighted New Zealand in 1642 and named it <i>Staten Land</i> "in honour of the <a href="http://fakehost/wiki/States_General_of_the_Netherlands" title="States General of the Netherlands">States General</a>" (Dutch parliament). He wrote, "it is possible that this land joins to the Staten Land but it is uncertain",<sup id="cite_ref-17"><a href="#cite_note-17">[11]</a></sup> referring to <a href="http://fakehost/wiki/Isla_de_los_Estados" title="Isla de los Estados">a landmass of the same name</a> at the southern tip of South America, discovered by <a href="http://fakehost/wiki/Jacob_Le_Maire" title="Jacob Le Maire">Jacob Le Maire</a> in 1616.<sup id="cite_ref-18"><a href="#cite_note-18">[12]</a></sup><sup id="cite_ref-19"><a href="#cite_note-19">[13]</a></sup> In 1645, Dutch <a href="http://fakehost/wiki/Cartographers" title="Cartographers">cartographers</a> renamed the land <i>Nova Zeelandia</i> after the <a href="http://fakehost/wiki/Seventeen_Provinces" title="Seventeen Provinces">Dutch province</a> of <a href="http://fakehost/wiki/Zeeland" title="Zeeland">Zeeland</a>.<sup id="cite_ref-20"><a href="#cite_note-20">[14]</a></sup><sup id="cite_ref-21"><a href="#cite_note-21">[15]</a></sup> British explorer <a href="http://fakehost/wiki/James_Cook" title="James Cook">James Cook</a> subsequently <a href="http://fakehost/wiki/Anglicisation" title="Anglicisation">anglicised</a> the name to New Zealand.<sup id="cite_ref-NZ_name_22-0"><a href="#cite_note-NZ_name-22">[16]</a></sup>
+ </p>
+ <p>
+ <i><a href="http://fakehost/wiki/Aotearoa" title="Aotearoa">Aotearoa</a></i> (pronounced <span></span>; often translated as "land of the long white cloud")<sup id="cite_ref-FOOTNOTEKing200341_23-0"><a href="#cite_note-FOOTNOTEKing200341-23">[17]</a></sup> is the current Māori name for New Zealand. It is unknown whether Māori had a name for the whole country before the arrival of Europeans, with <i>Aotearoa</i> originally referring to just the <a href="http://fakehost/wiki/North_Island" title="North Island">North Island</a>.<sup id="cite_ref-FOOTNOTEHayMaclaganGordon200872_24-0"><a href="#cite_note-FOOTNOTEHayMaclaganGordon200872-24">[18]</a></sup> Māori had several traditional names for the two main islands, including <i>Te Ika-a-Māui</i> (the fish of <a href="http://fakehost/wiki/M%C4%81ui_(M%C4%81ori_mythology)" title="Māui (Māori mythology)">Māui</a>) for the North Island and <i>Te Waipounamu</i> (the waters of <a href="http://fakehost/wiki/Pounamu" title="Pounamu">greenstone</a>) or <i>Te Waka o Aoraki</i> (the canoe of <a href="http://fakehost/wiki/Aoraki" title="Aoraki">Aoraki</a>) for the <a href="http://fakehost/wiki/South_Island" title="South Island">South Island</a>.<sup id="cite_ref-FOOTNOTEMein_Smith20056_25-0"><a href="#cite_note-FOOTNOTEMein_Smith20056-25">[19]</a></sup> Early European maps labelled the islands North (North Island), Middle (South Island) and South (<a href="http://fakehost/wiki/Stewart_Island_/_Rakiura" title="Stewart Island / Rakiura">Stewart Island / Rakiura</a>).<sup id="cite_ref-26"><a href="#cite_note-26">[20]</a></sup> In 1830, mapmakers began to use "North" and "South" on their maps to distinguish the two largest islands and by 1907 this was the accepted norm.<sup id="cite_ref-NZ_name_22-1"><a href="#cite_note-NZ_name-22">[16]</a></sup> The <a href="http://fakehost/wiki/New_Zealand_Geographic_Board" title="New Zealand Geographic Board">New Zealand Geographic Board</a> discovered in 2009 that the names of the North Island and South Island had never been formalised, and names and alternative names were formalised in 2013. This set the names as North Island or Te Ika-a-Māui, and South Island or Te Waipounamu.<sup id="cite_ref-Williamson2013_27-0"><a href="#cite_note-Williamson2013-27">[21]</a></sup> For each island, either its English or Māori name can be used, or both can be used together.<sup id="cite_ref-Williamson2013_27-1"><a href="#cite_note-Williamson2013-27">[21]</a></sup>
+ </p>
+
+ <h2>
+ <span id="History">History</span>
+ </h2>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:Polynesian_Migration.svg"><img alt="One set of arrows point from Taiwan to Melanesia to Fiji/Samoa and then to the Marquesas Islands. The population then spread, some going south to New Zealand and others going north to Hawai'i. A second set start in southern Asia and end in Melanesia." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/290px-Polynesian_Migration.svg.png" decoding="async" width="290" height="290" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/435px-Polynesian_Migration.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/580px-Polynesian_Migration.svg.png 2x" data-file-width="553" data-file-height="553"></a></p><div>
+ <p>The <a href="http://fakehost/wiki/M%C4%81ori_people" title="Māori people">Māori people</a> are most likely descended from people who emigrated from <a href="http://fakehost/wiki/Taiwan" title="Taiwan">Taiwan</a> to <a href="http://fakehost/wiki/Melanesia" title="Melanesia">Melanesia</a> and then travelled east through to the <a href="http://fakehost/wiki/Society_Islands" title="Society Islands">Society Islands</a>. After a pause of 70 to 265 years, a new wave of exploration led to the discovery and settlement of New Zealand.<sup id="cite_ref-28"><a href="#cite_note-28">[22]</a></sup>
+ </p></div>
+ </div>
+ <p>
+ New Zealand was one of the last major landmasses settled by humans. <a href="http://fakehost/wiki/Radiocarbon_dating" title="Radiocarbon dating">Radiocarbon dating</a>, evidence of <a href="http://fakehost/wiki/Deforestation" title="Deforestation">deforestation</a><sup id="cite_ref-29"><a href="#cite_note-29">[23]</a></sup> and <a href="http://fakehost/wiki/Mitochondrial_DNA" title="Mitochondrial DNA">mitochondrial DNA</a> variability within <a href="http://fakehost/wiki/M%C4%81ori_people" title="Māori people">Māori</a> populations<sup id="cite_ref-30"><a href="#cite_note-30">[24]</a></sup> suggest New Zealand was first settled by Eastern <a href="http://fakehost/wiki/Polynesians" title="Polynesians">Polynesians</a> between 1250 and 1300,<sup id="cite_ref-FOOTNOTEMein_Smith20056_25-1"><a href="#cite_note-FOOTNOTEMein_Smith20056-25">[19]</a></sup><sup id="cite_ref-31"><a href="#cite_note-31">[25]</a></sup> concluding a long series of voyages through the southern Pacific islands.<sup id="cite_ref-32"><a href="#cite_note-32">[26]</a></sup> Over the centuries that followed, these settlers developed a distinct culture now known as Māori. The population was divided into <i><a href="http://fakehost/wiki/Iwi" title="Iwi">iwi</a></i> (tribes) and <i><a href="http://fakehost/wiki/Hap%C5%AB" title="Hapū">hapū</a></i> (subtribes) who would sometimes cooperate, sometimes compete and sometimes fight against each other.<sup id="cite_ref-33"><a href="#cite_note-33">[27]</a></sup> At some point a group of Māori migrated to <i>Rēkohu</i>, now known as the <a href="http://fakehost/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a>, where they developed their distinct <a href="http://fakehost/wiki/Moriori" title="Moriori">Moriori</a> culture.<sup id="cite_ref-34"><a href="#cite_note-34">[28]</a></sup><sup id="cite_ref-35"><a href="#cite_note-35">[29]</a></sup> The Moriori population was all but wiped out between 1835 and 1862, largely because of <a href="http://fakehost/wiki/Taranaki_(iwi)" title="Taranaki (iwi)">Taranaki</a> Māori invasion and enslavement in the 1830s, although European diseases also contributed. In 1862 only 101 survived, and the last known full-blooded Moriori died in 1933.<sup id="cite_ref-36"><a href="#cite_note-36">[30]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Cook_chart_of_New_Zealand.jpg"><img alt="An engraving of a sketched coastline on white background" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/170px-Cook_chart_of_New_Zealand.jpg" decoding="async" width="170" height="235" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/255px-Cook_chart_of_New_Zealand.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/340px-Cook_chart_of_New_Zealand.jpg 2x" data-file-width="1093" data-file-height="1508"></a></p><div>
+ <p>Map of the New Zealand coastline as Cook charted it on his <a href="http://fakehost/wiki/First_voyage_of_James_Cook" title="First voyage of James Cook">first visit</a> in 1769–70. The track of the <i><a href="http://fakehost/wiki/HMS_Endeavour" title="HMS Endeavour">Endeavour</a></i> is also shown.
+ </p></div>
+ </div>
+ <p>
+ The first <a href="http://fakehost/wiki/Ethnic_groups_in_Europe" title="Ethnic groups in Europe">Europeans</a> known to have reached New Zealand were Dutch explorer <a href="http://fakehost/wiki/Abel_Tasman" title="Abel Tasman">Abel Tasman</a> and his crew in 1642.<sup id="cite_ref-FOOTNOTEMein_Smith200523_37-0"><a href="#cite_note-FOOTNOTEMein_Smith200523-37">[31]</a></sup> In a hostile encounter, four crew members were killed and at least one Māori was hit by <a href="http://fakehost/wiki/Canister_shot" title="Canister shot">canister shot</a>.<sup id="cite_ref-38"><a href="#cite_note-38">[32]</a></sup> Europeans did not revisit New Zealand until 1769 when British explorer <a href="http://fakehost/wiki/James_Cook" title="James Cook">James Cook</a> mapped almost the entire coastline.<sup id="cite_ref-FOOTNOTEMein_Smith200523_37-1"><a href="#cite_note-FOOTNOTEMein_Smith200523-37">[31]</a></sup> Following Cook, New Zealand was visited by numerous European and North American <a href="http://fakehost/wiki/History_of_whaling" title="History of whaling">whaling</a>, <a href="http://fakehost/wiki/Seal_hunting" title="Seal hunting">sealing</a> and trading ships. They traded European food, metal tools, weapons and other goods for timber, Māori food, artefacts and water.<sup id="cite_ref-FOOTNOTEKing2003122_39-0"><a href="#cite_note-FOOTNOTEKing2003122-39">[33]</a></sup> The introduction of the potato and the <a href="http://fakehost/wiki/Musket" title="Musket">musket</a> transformed Māori agriculture and warfare. Potatoes provided a reliable food surplus, which enabled longer and more sustained military campaigns.<sup id="cite_ref-40"><a href="#cite_note-40">[34]</a></sup> The resulting intertribal <a href="http://fakehost/wiki/Musket_Wars" title="Musket Wars">Musket Wars</a> encompassed over 600 battles between 1801 and 1840, killing 30,000–40,000 Māori.<sup id="cite_ref-41"><a href="#cite_note-41">[35]</a></sup> From the early 19th century, Christian <a href="http://fakehost/wiki/Missionary" title="Missionary">missionaries</a> began to settle New Zealand, eventually <a href="http://fakehost/wiki/Religious_conversion" title="Religious conversion">converting</a> most of the Māori population.<sup id="cite_ref-42"><a href="#cite_note-42">[36]</a></sup> The Māori population declined to around 40% of its pre-contact level during the 19th century; introduced diseases were the major factor.<sup id="cite_ref-43"><a href="#cite_note-43">[37]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Treatyofwaitangi.jpg"><img alt="A torn sheet of paper" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/170px-Treatyofwaitangi.jpg" decoding="async" width="170" height="318" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/255px-Treatyofwaitangi.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/340px-Treatyofwaitangi.jpg 2x" data-file-width="3091" data-file-height="5788"></a></p>
+ </div>
+ <p>
+ In 1788 Captain <a href="http://fakehost/wiki/Arthur_Phillip" title="Arthur Phillip">Arthur Phillip</a> assumed the position of <a href="http://fakehost/wiki/Governor_of_New_South_Wales" title="Governor of New South Wales">Governor</a> of the new British colony of <a href="http://fakehost/wiki/Colony_of_New_South_Wales" title="Colony of New South Wales">New South Wales</a> which according to his commission included New Zealand.<sup id="cite_ref-44"><a href="#cite_note-44">[38]</a></sup> The British Government appointed <a href="http://fakehost/wiki/James_Busby" title="James Busby">James Busby</a> as British Resident to New Zealand in 1832 following a petition from northern Māori.<sup id="cite_ref-Busby_45-0"><a href="#cite_note-Busby-45">[39]</a></sup> In 1835, following an announcement of impending French settlement by <a href="http://fakehost/wiki/Charles_de_Thierry" title="Charles de Thierry">Charles de Thierry</a>, the nebulous <a href="http://fakehost/wiki/United_Tribes_of_New_Zealand" title="United Tribes of New Zealand">United Tribes of New Zealand</a> sent a <a href="http://fakehost/wiki/Declaration_of_the_Independence_of_New_Zealand" title="Declaration of the Independence of New Zealand">Declaration of Independence</a> to King <a href="http://fakehost/wiki/William_IV_of_the_United_Kingdom" title="William IV of the United Kingdom">William IV of the United Kingdom</a> asking for protection.<sup id="cite_ref-Busby_45-1"><a href="#cite_note-Busby-45">[39]</a></sup> Ongoing unrest, the proposed settlement of New Zealand by the <a href="http://fakehost/wiki/New_Zealand_Company" title="New Zealand Company">New Zealand Company</a> (which had already sent its first ship of surveyors to buy land from Māori) and the dubious legal standing of the Declaration of Independence prompted the <a href="http://fakehost/wiki/Colonial_Office" title="Colonial Office">Colonial Office</a> to send Captain <a href="http://fakehost/wiki/William_Hobson" title="William Hobson">William Hobson</a> to claim sovereignty for the <a href="http://fakehost/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a> and negotiate a treaty with the Māori.<sup id="cite_ref-46"><a href="#cite_note-46">[40]</a></sup> The <a href="http://fakehost/wiki/Treaty_of_Waitangi" title="Treaty of Waitangi">Treaty of Waitangi</a> was first signed in the <a href="http://fakehost/wiki/Bay_of_Islands" title="Bay of Islands">Bay of Islands</a> on 6 February 1840.<sup id="cite_ref-Wilson2009_47-0"><a href="#cite_note-Wilson2009-47">[41]</a></sup> In response to the New Zealand Company's attempts to establish an independent settlement in <a href="http://fakehost/wiki/Wellington" title="Wellington">Wellington</a><sup id="cite_ref-48"><a href="#cite_note-48">[42]</a></sup> and French settlers purchasing land in <a href="http://fakehost/wiki/Akaroa" title="Akaroa">Akaroa</a>,<sup id="cite_ref-49"><a href="#cite_note-49">[43]</a></sup> Hobson declared British sovereignty over all of New Zealand on 21 May 1840, even though copies of the Treaty were still circulating throughout the country for Māori to sign.<sup id="cite_ref-50"><a href="#cite_note-50">[44]</a></sup> With the signing of the Treaty and declaration of sovereignty the number of immigrants, particularly from the United Kingdom, began to increase.<sup id="cite_ref-51"><a href="#cite_note-51">[45]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay,_New_Zealand.jpg"><img alt="Black and white engraving depicting a crowd of people" src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/290px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg" decoding="async" width="290" height="208" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/435px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/580px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg 2x" data-file-width="6000" data-file-height="4300"></a></p>
+ </div>
+ <p>
+ New Zealand, still part of the colony of New South Wales, became a separate <a href="http://fakehost/wiki/Crown_colony" title="Crown colony">Colony</a> <a href="http://fakehost/wiki/Colony_of_New_Zealand" title="Colony of New Zealand">of New Zealand</a> on 1 July 1841.<sup id="cite_ref-52"><a href="#cite_note-52">[46]</a></sup> Armed conflict began between the Colonial government and Māori in 1843 with the <a href="http://fakehost/wiki/Wairau_Affray" title="Wairau Affray">Wairau Affray</a> over land and disagreements over sovereignty. These conflicts, mainly in the North Island, saw thousands of Imperial troops and the Royal Navy come to New Zealand and became known as the <a href="http://fakehost/wiki/New_Zealand_Wars" title="New Zealand Wars">New Zealand Wars</a>. Following these armed conflicts, large amounts of <a href="http://fakehost/wiki/New_Zealand_land_confiscations" title="New Zealand land confiscations">Māori land was confiscated by the government</a> to meet settler demands.<sup id="cite_ref-53"><a href="#cite_note-53">[47]</a></sup>
+ </p>
+ <p>
+ The colony gained a <a href="http://fakehost/wiki/New_Zealand_Constitution_Act_1852" title="New Zealand Constitution Act 1852">representative government in 1852</a> and the <a href="http://fakehost/wiki/1st_New_Zealand_Parliament" title="1st New Zealand Parliament">first Parliament</a> met in 1854.<sup id="cite_ref-G_and_N_54-0"><a href="#cite_note-G_and_N-54">[48]</a></sup> In 1856 the colony effectively became self-governing, gaining responsibility over all domestic matters other than <a href="http://fakehost/wiki/Indigenous_peoples" title="Indigenous peoples">native</a> policy.<sup id="cite_ref-G_and_N_54-1"><a href="#cite_note-G_and_N-54">[48]</a></sup> (Control over native policy was granted in the mid-1860s.<sup id="cite_ref-G_and_N_54-2"><a href="#cite_note-G_and_N-54">[48]</a></sup>) Following concerns that the South Island might form a separate colony, premier <a href="http://fakehost/wiki/Alfred_Domett" title="Alfred Domett">Alfred Domett</a> moved a resolution to transfer the <a href="http://fakehost/wiki/Capital_of_New_Zealand" title="Capital of New Zealand">capital</a> from Auckland to a locality near <a href="http://fakehost/wiki/Cook_Strait" title="Cook Strait">Cook Strait</a>.<sup id="cite_ref-55"><a href="#cite_note-55">[49]</a></sup> Wellington was chosen for its central location, with Parliament officially sitting there for the first time in 1865.<sup id="cite_ref-56"><a href="#cite_note-56">[50]</a></sup>
+ </p>
+ <p>
+ In 1891 the <a href="http://fakehost/wiki/New_Zealand_Liberal_Party" title="New Zealand Liberal Party">Liberal Party</a> came to power as the first organised political party.<sup id="cite_ref-Liberal_57-0"><a href="#cite_note-Liberal-57">[51]</a></sup> The <a href="http://fakehost/wiki/Liberal_Government_of_New_Zealand" title="Liberal Government of New Zealand">Liberal Government</a>, led by <a href="http://fakehost/wiki/Richard_Seddon" title="Richard Seddon">Richard Seddon</a> for most of its period in office,<sup id="cite_ref-58"><a href="#cite_note-58">[52]</a></sup> passed many important social and economic measures. In 1893 New Zealand was the first nation in the world to grant all <a href="http://fakehost/wiki/Women%27s_suffrage_in_New_Zealand" title="Women's suffrage in New Zealand">women the right to vote</a><sup id="cite_ref-Liberal_57-1"><a href="#cite_note-Liberal-57">[51]</a></sup> and in 1894 pioneered the <a href="http://fakehost/wiki/Industrial_Conciliation_and_Arbitration_Act_1894" title="Industrial Conciliation and Arbitration Act 1894">adoption of compulsory arbitration between employers and unions</a>.<sup id="cite_ref-59"><a href="#cite_note-59">[53]</a></sup>
+ </p>
+ <p>
+ In 1907, at the request of the New Zealand Parliament, King <a href="http://fakehost/wiki/Edward_VII" title="Edward VII">Edward VII</a> proclaimed New Zealand a <a href="http://fakehost/wiki/Dominion_of_New_Zealand" title="Dominion of New Zealand">Dominion</a> within the British Empire,<sup id="cite_ref-60"><a href="#cite_note-60">[54]</a></sup> reflecting its self-governing status.<sup id="cite_ref-61"><a href="#cite_note-61">[55]</a></sup> In 1947 the country <a href="http://fakehost/wiki/Statute_of_Westminster_Adoption_Act_1947" title="Statute of Westminster Adoption Act 1947">adopted</a> the <a href="http://fakehost/wiki/Statute_of_Westminster_1931" title="Statute of Westminster 1931">Statute of Westminster</a>, confirming that the British Parliament could no longer legislate for New Zealand without the consent of New Zealand.<sup id="cite_ref-G_and_N_54-3"><a href="#cite_note-G_and_N-54">[48]</a></sup>
+ </p>
+ <p>
+ Early in the 20th century, New Zealand was involved in world affairs, fighting in the <a href="http://fakehost/wiki/Military_history_of_New_Zealand_in_World_War_I" title="Military history of New Zealand in World War I">First</a> and <a href="http://fakehost/wiki/Military_history_of_New_Zealand_during_World_War_II" title="Military history of New Zealand during World War II">Second World Wars</a><sup id="cite_ref-62"><a href="#cite_note-62">[56]</a></sup> and suffering through the <a href="http://fakehost/wiki/Great_Depression" title="Great Depression">Great Depression</a>.<sup id="cite_ref-63"><a href="#cite_note-63">[57]</a></sup> The depression led to the election of the <a href="http://fakehost/wiki/First_Labour_Government_of_New_Zealand" title="First Labour Government of New Zealand">First Labour Government</a> and the establishment of a comprehensive <a href="http://fakehost/wiki/Welfare_state" title="Welfare state">welfare state</a> and a <a href="http://fakehost/wiki/Protectionist" title="Protectionist">protectionist</a> economy.<sup id="cite_ref-64"><a href="#cite_note-64">[58]</a></sup> New Zealand experienced increasing prosperity following the Second World War<sup id="cite_ref-65"><a href="#cite_note-65">[59]</a></sup> and Māori began to leave their traditional rural life and move to the cities in search of work.<sup id="cite_ref-66"><a href="#cite_note-66">[60]</a></sup> A <a href="http://fakehost/wiki/M%C4%81ori_protest_movement" title="Māori protest movement">Māori protest movement</a> developed, which criticised <a href="http://fakehost/wiki/Eurocentrism" title="Eurocentrism">Eurocentrism</a> and worked for greater recognition of <a href="http://fakehost/wiki/M%C4%81ori_culture" title="Māori culture">Māori culture</a> and of the Treaty of Waitangi.<sup id="cite_ref-67"><a href="#cite_note-67">[61]</a></sup> In 1975, a <a href="http://fakehost/wiki/Waitangi_Tribunal" title="Waitangi Tribunal">Waitangi Tribunal</a> was set up to investigate alleged breaches of the Treaty, and it was enabled to investigate historic grievances in 1985.<sup id="cite_ref-Wilson2009_47-1"><a href="#cite_note-Wilson2009-47">[41]</a></sup> The government has negotiated <a href="http://fakehost/wiki/Treaty_of_Waitangi_claims_and_settlements" title="Treaty of Waitangi claims and settlements">settlements of these grievances</a> with many iwi,<sup id="cite_ref-68"><a href="#cite_note-68">[62]</a></sup> although <a href="http://fakehost/wiki/New_Zealand_foreshore_and_seabed_controversy" title="New Zealand foreshore and seabed controversy">Māori claims to the foreshore and seabed</a> have proved controversial in the 2000s.<sup id="cite_ref-69"><a href="#cite_note-69">[63]</a></sup><sup id="cite_ref-70"><a href="#cite_note-70">[64]</a></sup>
+ </p>
+ <h2>
+ <span id="Government_and_politics">Government and politics</span>
+ </h2>
+
+ <div>
+ <div>
+ <p><a href="http://fakehost/wiki/Elizabeth_II" title="Elizabeth II"><img alt="The Queen wearing her New Zealand insignia" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/152px-Queen_Elizabeth_II_of_New_Zealand_2.jpg" decoding="async" width="152" height="190" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/228px-Queen_Elizabeth_II_of_New_Zealand_2.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/304px-Queen_Elizabeth_II_of_New_Zealand_2.jpg 2x" data-file-width="1182" data-file-height="1478"></a>
+ </p>
+
+ </div>
+ <div>
+ <p><a href="http://fakehost/wiki/Jacinda_Ardern" title="Jacinda Ardern"><img alt="A smiling woman wearing a black dress" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Ardern_Cropped.png/152px-Ardern_Cropped.png" decoding="async" width="152" height="191" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Ardern_Cropped.png/228px-Ardern_Cropped.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Ardern_Cropped.png/304px-Ardern_Cropped.png 2x" data-file-width="499" data-file-height="627"></a>
+ </p>
+
+ </div>
+ </div>
+ <p>
+ New Zealand is a <a href="http://fakehost/wiki/Constitutional_monarchy" title="Constitutional monarchy">constitutional monarchy</a> with a <a href="http://fakehost/wiki/Parliamentary_democracy" title="Parliamentary democracy">parliamentary democracy</a>,<sup id="cite_ref-GG_constitution_71-0"><a href="#cite_note-GG_constitution-71">[65]</a></sup> although <a href="http://fakehost/wiki/Constitution_of_New_Zealand" title="Constitution of New Zealand">its constitution</a> is <a href="http://fakehost/wiki/Uncodified_constitution" title="Uncodified constitution">not codified</a>.<sup id="cite_ref-Economist_factsheet_72-0"><a href="#cite_note-Economist_factsheet-72">[66]</a></sup> <a href="http://fakehost/wiki/Elizabeth_II" title="Elizabeth II">Elizabeth II</a> is the <a href="http://fakehost/wiki/Queen_of_New_Zealand" title="Queen of New Zealand">Queen of New Zealand</a><sup id="cite_ref-73"><a href="#cite_note-73">[67]</a></sup> and thus the <a href="http://fakehost/wiki/Head_of_state" title="Head of state">head of state</a>.<sup id="cite_ref-74"><a href="#cite_note-74">[68]</a></sup> The Queen is represented by the <a href="http://fakehost/wiki/Governor-General_of_New_Zealand" title="Governor-General of New Zealand">governor-general</a>, whom she appoints on the <a href="http://fakehost/wiki/Advice_(constitutional)" title="Advice (constitutional)">advice</a> of the <a href="http://fakehost/wiki/Prime_Minister_of_New_Zealand" title="Prime Minister of New Zealand">prime minister</a>.<sup id="cite_ref-75"><a href="#cite_note-75">[69]</a></sup> The governor-general can exercise the Crown's <a href="http://fakehost/wiki/Prerogative_powers" title="Prerogative powers">prerogative powers</a>, such as reviewing cases of injustice and making appointments of <a href="http://fakehost/wiki/Ministers_of_the_New_Zealand_Government" title="Ministers of the New Zealand Government">ministers</a>, ambassadors and other key public officials,<sup id="cite_ref-76"><a href="#cite_note-76">[70]</a></sup> and in rare situations, the <a href="http://fakehost/wiki/Reserve_power" title="Reserve power">reserve powers</a> (e.g. the power to dissolve parliament or refuse the <a href="http://fakehost/wiki/Royal_assent" title="Royal assent">royal assent</a> of a <a href="http://fakehost/wiki/Bill_(law)" title="Bill (law)">bill</a> into law).<sup id="cite_ref-reserve_Powers_77-0"><a href="#cite_note-reserve_Powers-77">[71]</a></sup> The powers of the monarch and the governor-general are limited by constitutional constraints and they cannot normally be exercised without the advice of ministers.<sup id="cite_ref-reserve_Powers_77-1"><a href="#cite_note-reserve_Powers-77">[71]</a></sup>
+ </p>
+ <p>
+ The <a href="http://fakehost/wiki/New_Zealand_Parliament" title="New Zealand Parliament">New Zealand Parliament</a> holds <a href="http://fakehost/wiki/Legislative_power" title="Legislative power">legislative power</a> and consists of the Queen and the <a href="http://fakehost/wiki/New_Zealand_House_of_Representatives" title="New Zealand House of Representatives">House of Representatives</a>.<sup id="cite_ref-parliament_facts_78-0"><a href="#cite_note-parliament_facts-78">[72]</a></sup> It also included an upper house, the <a href="http://fakehost/wiki/New_Zealand_Legislative_Council" title="New Zealand Legislative Council">Legislative Council</a>, until this was abolished in 1950.<sup id="cite_ref-parliament_facts_78-1"><a href="#cite_note-parliament_facts-78">[72]</a></sup> The <a href="http://fakehost/wiki/Supremacy_of_parliament" title="Supremacy of parliament">supremacy of parliament</a> over the Crown and other government institutions was established in England by the <a href="http://fakehost/wiki/Bill_of_Rights_1689" title="Bill of Rights 1689">Bill of Rights 1689</a> and has been ratified as law in New Zealand.<sup id="cite_ref-parliament_facts_78-2"><a href="#cite_note-parliament_facts-78">[72]</a></sup> The House of Representatives is democratically elected and a government is formed from the party or <a href="http://fakehost/wiki/Coalition_government" title="Coalition government">coalition</a> with the majority of seats. If no majority is formed, a <a href="http://fakehost/wiki/Minority_government" title="Minority government">minority government</a> can be formed if support from other parties during <a href="http://fakehost/wiki/Confidence_and_supply" title="Confidence and supply">confidence and supply</a> votes is assured.<sup id="cite_ref-parliament_facts_78-3"><a href="#cite_note-parliament_facts-78">[72]</a></sup> The governor-general appoints ministers under advice from the prime minister, who is by <a href="http://fakehost/wiki/Constitutional_convention_(political_custom)" title="Constitutional convention (political custom)">convention</a> the <a href="http://fakehost/wiki/Parliamentary_leader" title="Parliamentary leader">parliamentary leader</a> of the governing party or coalition.<sup id="cite_ref-79"><a href="#cite_note-79">[73]</a></sup> <a href="http://fakehost/wiki/Cabinet_of_New_Zealand" title="Cabinet of New Zealand">Cabinet</a>, formed by ministers and led by the prime minister, is the highest policy-making body in government and responsible for deciding significant government actions.<sup id="cite_ref-80"><a href="#cite_note-80">[74]</a></sup> Members of Cabinet make major decisions collectively, and are therefore <a href="http://fakehost/wiki/Cabinet_collective_responsibility" title="Cabinet collective responsibility">collectively responsible</a> for the consequences of these decisions.<sup id="cite_ref-81"><a href="#cite_note-81">[75]</a></sup>
+ </p>
+ <p>
+ A <a href="http://fakehost/wiki/Elections_in_New_Zealand" title="Elections in New Zealand">parliamentary general election</a> must be called no later than three years after the previous election.<sup id="cite_ref-82"><a href="#cite_note-82">[76]</a></sup> Almost all general elections between <a href="http://fakehost/wiki/1853_New_Zealand_general_election" title="1853 New Zealand general election">1853</a> and <a href="http://fakehost/wiki/1993_New_Zealand_general_election" title="1993 New Zealand general election">1993</a> were held under the <a href="http://fakehost/wiki/First-past-the-post_voting" title="First-past-the-post voting">first-past-the-post voting</a> system.<sup id="cite_ref-road_83-0"><a href="#cite_note-road-83">[77]</a></sup> Since the <a href="http://fakehost/wiki/1996_New_Zealand_general_election" title="1996 New Zealand general election">1996 election</a>, a form of <a href="http://fakehost/wiki/Proportional_representation" title="Proportional representation">proportional representation</a> called <a href="http://fakehost/wiki/Mixed-member_proportional" title="Mixed-member proportional">mixed-member proportional</a> (MMP) has been used.<sup id="cite_ref-Economist_factsheet_72-1"><a href="#cite_note-Economist_factsheet-72">[66]</a></sup> Under the MMP system, each person has two votes; one is for a candidate standing in the voter's <a href="http://fakehost/wiki/New_Zealand_electorates" title="New Zealand electorates">electorate</a> and the other is for a party. Since the <a href="http://fakehost/wiki/2014_New_Zealand_general_election" title="2014 New Zealand general election">2014 election</a>, there have been 71 electorates (which include seven <a href="http://fakehost/wiki/M%C4%81ori_electorates" title="Māori electorates">Māori electorates</a> in which only Māori can optionally vote),<sup id="cite_ref-84"><a href="#cite_note-84">[78]</a></sup> and the remaining 49 of the 120 seats are assigned so that representation in parliament reflects the party vote, with the threshold that a party must win at least one electorate or 5% of the total party vote before it is eligible for a seat.<sup id="cite_ref-85"><a href="#cite_note-85">[79]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Seddon_Statue_in_Parliament_Grounds.jpg"><img alt="A block of buildings fronted by a large statue." src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/220px-Seddon_Statue_in_Parliament_Grounds.jpg" decoding="async" width="220" height="171" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/330px-Seddon_Statue_in_Parliament_Grounds.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/440px-Seddon_Statue_in_Parliament_Grounds.jpg 2x" data-file-width="3297" data-file-height="2557"></a></p>
+ </div>
+ <p>
+ Elections since the 1930s have been dominated by two political parties, <a href="http://fakehost/wiki/New_Zealand_National_Party" title="New Zealand National Party">National</a> and <a href="http://fakehost/wiki/New_Zealand_Labour_Party" title="New Zealand Labour Party">Labour</a>.<sup id="cite_ref-road_83-1"><a href="#cite_note-road-83">[77]</a></sup> Between March 2005 and August 2006, New Zealand became the first country in the world in which all the highest offices in the land—head of state, governor-general, prime minister, <a href="http://fakehost/wiki/Speaker_of_the_New_Zealand_House_of_Representatives" title="Speaker of the New Zealand House of Representatives">speaker</a> and <a href="http://fakehost/wiki/Chief_Justice_of_New_Zealand" title="Chief Justice of New Zealand">chief justice</a>—were occupied simultaneously by women.<sup id="cite_ref-86"><a href="#cite_note-86">[80]</a></sup> The current prime minister is <a href="http://fakehost/wiki/Jacinda_Ardern" title="Jacinda Ardern">Jacinda Ardern</a>, who has been in office since 26 October 2017.<sup id="cite_ref-87"><a href="#cite_note-87">[81]</a></sup> She is the country's third female prime minister.<sup id="cite_ref-88"><a href="#cite_note-88">[82]</a></sup>
+ </p>
+ <p>
+ <a href="http://fakehost/wiki/Judiciary_of_New_Zealand" title="Judiciary of New Zealand">New Zealand's judiciary</a>, headed by the chief justice,<sup id="cite_ref-89"><a href="#cite_note-89">[83]</a></sup> includes the <a href="http://fakehost/wiki/Supreme_Court_of_New_Zealand" title="Supreme Court of New Zealand">Supreme Court</a>, <a href="http://fakehost/wiki/Court_of_Appeal_of_New_Zealand" title="Court of Appeal of New Zealand">Court of Appeal</a>, the <a href="http://fakehost/wiki/High_Court_of_New_Zealand" title="High Court of New Zealand">High Court</a>, and subordinate courts.<sup id="cite_ref-90"><a href="#cite_note-90">[84]</a></sup> Judges and judicial officers are appointed non-politically and under strict rules regarding tenure to help maintain <a href="http://fakehost/wiki/Judicial_independence" title="Judicial independence">judicial independence</a>.<sup id="cite_ref-Economist_factsheet_72-2"><a href="#cite_note-Economist_factsheet-72">[66]</a></sup> This theoretically allows the judiciary to interpret the law based solely on the legislation enacted by Parliament without other influences on their decisions.<sup id="cite_ref-91"><a href="#cite_note-91">[85]</a></sup>
+ </p>
+ <p>
+ New Zealand is identified as one of the world's most stable and well-governed states.<sup id="cite_ref-92"><a href="#cite_note-92">[86]</a></sup> As at 2017, the country was ranked fourth in the strength of its democratic institutions,<sup id="cite_ref-93"><a href="#cite_note-93">[87]</a></sup> and first in government transparency and <a href="http://fakehost/wiki/Corruption_in_New_Zealand" title="Corruption in New Zealand">lack of corruption</a>.<sup id="cite_ref-94"><a href="#cite_note-94">[88]</a></sup> A 2017 <a href="http://fakehost/wiki/Country_Reports_on_Human_Rights_Practices" title="Country Reports on Human Rights Practices">Human Rights Report</a> by the U.S. Department of State noted that the government generally <a href="http://fakehost/wiki/Human_rights_in_New_Zealand" title="Human rights in New Zealand">respected the rights</a> of individuals, but voiced concerns regarding the social status of the Māori population.<sup id="cite_ref-95"><a href="#cite_note-95">[89]</a></sup> New Zealand ranks highly for civic participation in the political process, with 77% <a href="http://fakehost/wiki/Voter_turnout" title="Voter turnout">voter turnout</a> during recent elections, compared to an <abbr title="Organisation for Economic Co-operation and Development">OECD</abbr> average of 69%.<sup id="cite_ref-96"><a href="#cite_note-96">[90]</a></sup>
+ </p>
+
+ <h3>
+ <span id="Foreign_relations_and_military">Foreign relations and military</span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:E_003261_E_Maoris_in_North_Africa_July_1941.jpg"><img alt="A squad of men kneel in the desert sand while performing a war dance" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/220px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg" decoding="async" width="220" height="217" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/330px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/440px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg 2x" data-file-width="3040" data-file-height="2999"></a></p>
+ </div>
+ <p>
+ Early colonial New Zealand allowed the British Government to determine external trade and be responsible for foreign policy.<sup id="cite_ref-97"><a href="#cite_note-97">[91]</a></sup> The 1923 and 1926 <a href="http://fakehost/wiki/Imperial_Conference" title="Imperial Conference">Imperial Conferences</a> decided that New Zealand should be allowed to negotiate its own political <a href="http://fakehost/wiki/Treaty" title="Treaty">treaties</a> and the first commercial treaty was ratified in 1928 with Japan. On 3 September 1939 New Zealand allied itself with Britain and <a href="http://fakehost/wiki/Declaration_of_war" title="Declaration of war">declared war</a> on Germany with Prime Minister <a href="http://fakehost/wiki/Michael_Joseph_Savage" title="Michael Joseph Savage">Michael Joseph Savage</a> proclaiming, "Where she goes, we go; where she stands, we stand."<sup id="cite_ref-98"><a href="#cite_note-98">[92]</a></sup>
+ </p>
+ <p>
+ In 1951 the United Kingdom became increasingly focused on its European interests,<sup id="cite_ref-99"><a href="#cite_note-99">[93]</a></sup> while New Zealand joined <a href="http://fakehost/wiki/Australia%E2%80%93New_Zealand_relations" title="Australia–New Zealand relations">Australia</a> and the <a href="http://fakehost/wiki/New_Zealand%E2%80%93United_States_relations" title="New Zealand–United States relations">United States</a> in the <a href="http://fakehost/wiki/ANZUS" title="ANZUS">ANZUS</a> security treaty.<sup id="cite_ref-100"><a href="#cite_note-100">[94]</a></sup> The influence of the United States on New Zealand weakened following protests over the <a href="http://fakehost/wiki/New_Zealand_in_the_Vietnam_War" title="New Zealand in the Vietnam War">Vietnam War</a>,<sup id="cite_ref-101"><a href="#cite_note-101">[95]</a></sup> the refusal of the United States to admonish France after the <a href="http://fakehost/wiki/Sinking_of_the_Rainbow_Warrior" title="Sinking of the Rainbow Warrior">sinking of the <i>Rainbow Warrior</i></a>,<sup id="cite_ref-102"><a href="#cite_note-102">[96]</a></sup> disagreements over environmental and agricultural trade issues and <a href="http://fakehost/wiki/New_Zealand_nuclear-free_zone" title="New Zealand nuclear-free zone">New Zealand's nuclear-free policy</a>.<sup id="cite_ref-103"><a href="#cite_note-103">[97]</a></sup><sup id="cite_ref-104"><a href="#cite_note-104">[98]</a></sup> Despite the United States' suspension of ANZUS obligations the treaty remained in effect between New Zealand and Australia, whose foreign policy has followed a similar historical trend.<sup id="cite_ref-105"><a href="#cite_note-105">[99]</a></sup> Close political contact is maintained between the two countries, with <a href="http://fakehost/wiki/Closer_Economic_Relations" title="Closer Economic Relations">free trade agreements</a> and <a href="http://fakehost/wiki/Trans-Tasman_Travel_Arrangement" title="Trans-Tasman Travel Arrangement">travel arrangements</a> that allow citizens to visit, live and work in both countries without restrictions.<sup id="cite_ref-NZ_in_brief_106-0"><a href="#cite_note-NZ_in_brief-106">[100]</a></sup> In 2013 there were about 650,000 New Zealand citizens living in Australia, which is equivalent to 15% of the resident population of New Zealand.<sup id="cite_ref-107"><a href="#cite_note-107">[101]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_(20).jpg"><img alt="A soldier in a green army uniform faces forwards" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/220px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/330px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/440px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg 2x" data-file-width="3888" data-file-height="2592"></a></p><div>
+ <p><a href="http://fakehost/wiki/Anzac_Day" title="Anzac Day">Anzac Day</a> service at the National War Memorial
+ </p></div>
+ </div>
+ <p>
+ New Zealand has a strong presence among the <a href="http://fakehost/wiki/Pacific_Island" title="Pacific Island">Pacific Island</a> countries. A large proportion of New Zealand's aid goes to these countries and many Pacific people migrate to New Zealand for employment.<sup id="cite_ref-108"><a href="#cite_note-108">[102]</a></sup> Permanent migration is regulated under the 1970 Samoan Quota Scheme and the 2002 Pacific Access Category, which allow up to 1,100 Samoan nationals and up to 750 other Pacific Islanders respectively to become permanent New Zealand residents each year. A seasonal workers scheme for temporary migration was introduced in 2007 and in 2009 about 8,000 Pacific Islanders were employed under it.<sup id="cite_ref-109"><a href="#cite_note-109">[103]</a></sup> A <a href="http://fakehost/wiki/Regional_power" title="Regional power">regional power</a>,<sup id="cite_ref-110"><a href="#cite_note-110">[104]</a></sup> New Zealand is involved in the <a href="http://fakehost/wiki/Pacific_Islands_Forum" title="Pacific Islands Forum">Pacific Islands Forum</a>, the <a href="http://fakehost/wiki/Pacific_Community" title="Pacific Community">Pacific Community</a>, <a href="http://fakehost/wiki/Asia-Pacific_Economic_Cooperation" title="Asia-Pacific Economic Cooperation">Asia-Pacific Economic Cooperation</a> and the <a href="http://fakehost/wiki/Association_of_Southeast_Asian_Nations" title="Association of Southeast Asian Nations">Association of Southeast Asian Nations</a> Regional Forum (including the <a href="http://fakehost/wiki/East_Asia_Summit" title="East Asia Summit">East Asia Summit</a>).<sup id="cite_ref-NZ_in_brief_106-1"><a href="#cite_note-NZ_in_brief-106">[100]</a></sup> New Zealand is a member of the <a href="http://fakehost/wiki/New_Zealand_and_the_United_Nations" title="New Zealand and the United Nations">United Nations</a>,<sup id="cite_ref-111"><a href="#cite_note-111">[105]</a></sup> the <a href="http://fakehost/wiki/Commonwealth_of_Nations" title="Commonwealth of Nations">Commonwealth of Nations</a><sup id="cite_ref-112"><a href="#cite_note-112">[106]</a></sup> and the <a href="http://fakehost/wiki/Organisation_for_Economic_Co-operation_and_Development" title="Organisation for Economic Co-operation and Development">Organisation for Economic Co-operation and Development</a> (OECD),<sup id="cite_ref-113"><a href="#cite_note-113">[107]</a></sup> and participates in the <a href="http://fakehost/wiki/Five_Power_Defence_Arrangements" title="Five Power Defence Arrangements">Five Power Defence Arrangements</a>.<sup id="cite_ref-114"><a href="#cite_note-114">[108]</a></sup>
+ </p>
+ <p>
+ New Zealand's military services—the Defence Force—comprise the <a href="http://fakehost/wiki/New_Zealand_Army" title="New Zealand Army">New Zealand Army</a>, the <a href="http://fakehost/wiki/Royal_New_Zealand_Air_Force" title="Royal New Zealand Air Force">Royal New Zealand Air Force</a> and the <a href="http://fakehost/wiki/Royal_New_Zealand_Navy" title="Royal New Zealand Navy">Royal New Zealand Navy</a>.<sup id="cite_ref-115"><a href="#cite_note-115">[109]</a></sup> New Zealand's <a href="http://fakehost/wiki/National_security" title="National security">national defence</a> needs are modest, since a direct attack is unlikely.<sup id="cite_ref-116"><a href="#cite_note-116">[110]</a></sup> However, its military has <a href="http://fakehost/wiki/Military_history_of_New_Zealand" title="Military history of New Zealand">had a global presence</a>. The country fought in both world wars, with notable campaigns in <a href="http://fakehost/wiki/Gallipoli_Campaign" title="Gallipoli Campaign">Gallipoli</a>, <a href="http://fakehost/wiki/Battle_of_Crete" title="Battle of Crete">Crete</a>,<sup id="cite_ref-117"><a href="#cite_note-117">[111]</a></sup> <a href="http://fakehost/wiki/Second_Battle_of_El_Alamein" title="Second Battle of El Alamein">El Alamein</a><sup id="cite_ref-118"><a href="#cite_note-118">[112]</a></sup> and <a href="http://fakehost/wiki/Battle_of_Monte_Cassino" title="Battle of Monte Cassino">Cassino</a>.<sup id="cite_ref-119"><a href="#cite_note-119">[113]</a></sup> The Gallipoli campaign played an important part in fostering New Zealand's <a href="http://fakehost/wiki/National_identity" title="National identity">national identity</a><sup id="cite_ref-120"><a href="#cite_note-120">[114]</a></sup><sup id="cite_ref-121"><a href="#cite_note-121">[115]</a></sup> and strengthened the <a href="http://fakehost/wiki/Australian_and_New_Zealand_Army_Corps" title="Australian and New Zealand Army Corps">ANZAC</a> tradition it shares with Australia.<sup id="cite_ref-122"><a href="#cite_note-122">[116]</a></sup>
+ </p>
+ <p>
+ In addition to Vietnam and the two world wars, New Zealand fought in the <a href="http://fakehost/wiki/Second_Boer_War" title="Second Boer War">Second Boer War</a>,<sup id="cite_ref-123"><a href="#cite_note-123">[117]</a></sup> the <a href="http://fakehost/wiki/New_Zealand_in_the_Korean_War" title="New Zealand in the Korean War">Korean War</a>,<sup id="cite_ref-124"><a href="#cite_note-124">[118]</a></sup> the <a href="http://fakehost/wiki/Malayan_Emergency" title="Malayan Emergency">Malayan Emergency</a>,<sup id="cite_ref-125"><a href="#cite_note-125">[119]</a></sup> the <a href="http://fakehost/wiki/Gulf_War" title="Gulf War">Gulf War</a> and the <a href="http://fakehost/wiki/War_in_Afghanistan_(2001%E2%80%93present)" title="War in Afghanistan (2001–present)">Afghanistan War</a>. It has contributed forces to several regional and global peacekeeping missions, such as those in <a href="http://fakehost/wiki/Cyprus_dispute" title="Cyprus dispute">Cyprus</a>, <a href="http://fakehost/wiki/Somali_Civil_War" title="Somali Civil War">Somalia</a>, <a href="http://fakehost/wiki/Bosnian_War" title="Bosnian War">Bosnia and Herzegovina</a>, the <a href="http://fakehost/wiki/Suez_Crisis" title="Suez Crisis">Sinai</a>, <a href="http://fakehost/wiki/Angolan_Civil_War" title="Angolan Civil War">Angola</a>, <a href="http://fakehost/wiki/Cambodian%E2%80%93Vietnamese_War" title="Cambodian–Vietnamese War">Cambodia</a>, the <a href="http://fakehost/wiki/Iran%E2%80%93Iraq_War" title="Iran–Iraq War">Iran–Iraq</a> border, <a href="http://fakehost/wiki/Bougainville_Campaign" title="Bougainville Campaign">Bougainville</a>, <a href="http://fakehost/wiki/Operation_Astute" title="Operation Astute">East Timor</a>, and the <a href="http://fakehost/wiki/Solomon_Islands#Civil_war" title="Solomon Islands">Solomon Islands</a>.<sup id="cite_ref-126"><a href="#cite_note-126">[120]</a></sup>
+ </p>
+ <h3>
+ <span id="Local_government_and_external_territories">Local government and external territories</span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:NZL_orthographic_NaturalEarth_labelled_en.svg"><img alt="Map with the North, South, Stewart/Rakiura, Tokelau, Cook, Niue, Kermadec, Chatham, Bounty, Antipodes, Snare, Auckland and Campbell Islands highlighted. New Zealand's segment of Antarctica (the Ross Dependency) is also highlighted." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/400px-NZL_orthographic_NaturalEarth_labelled_en.svg.png" decoding="async" width="400" height="400" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/600px-NZL_orthographic_NaturalEarth_labelled_en.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/800px-NZL_orthographic_NaturalEarth_labelled_en.svg.png 2x" data-file-width="553" data-file-height="553"></a></p>
+ </div>
+ <p>
+ The early European settlers divided New Zealand into <a href="http://fakehost/wiki/Provinces_of_New_Zealand" title="Provinces of New Zealand">provinces</a>, which had a degree of autonomy.<sup id="cite_ref-nine_provinces_127-0"><a href="#cite_note-nine_provinces-127">[121]</a></sup> Because of financial pressures and the desire to consolidate railways, education, land sales and other policies, government was centralised and the provinces were abolished in 1876.<sup id="cite_ref-128"><a href="#cite_note-128">[122]</a></sup> The provinces are remembered in <a href="http://fakehost/wiki/Public_holidays_in_New_Zealand" title="Public holidays in New Zealand">regional public holidays</a><sup id="cite_ref-129"><a href="#cite_note-129">[123]</a></sup> and sporting rivalries.<sup id="cite_ref-130"><a href="#cite_note-130">[124]</a></sup>
+ </p>
+ <p>
+ Since 1876, various councils have administered local areas under legislation determined by the central government.<sup id="cite_ref-nine_provinces_127-1"><a href="#cite_note-nine_provinces-127">[121]</a></sup><sup id="cite_ref-131"><a href="#cite_note-131">[125]</a></sup> In 1989, the government reorganised local government into the current two-tier structure of <a href="http://fakehost/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">regional councils</a> and <a href="http://fakehost/wiki/Territorial_authorities" title="Territorial authorities">territorial authorities</a>.<sup id="cite_ref-Sancton2000_132-0"><a href="#cite_note-Sancton2000-132">[126]</a></sup> The <a href="http://fakehost/wiki/List_of_former_territorial_authorities_in_New_Zealand" title="List of former territorial authorities in New Zealand">249 municipalities</a><sup id="cite_ref-Sancton2000_132-1"><a href="#cite_note-Sancton2000-132">[126]</a></sup> that existed in 1975 have now been consolidated into 67 territorial authorities and 11 regional councils.<sup id="cite_ref-133"><a href="#cite_note-133">[127]</a></sup> The regional councils' role is to regulate "the natural environment with particular emphasis on <a href="http://fakehost/wiki/Resource_Management_Act_1991" title="Resource Management Act 1991">resource management</a>",<sup id="cite_ref-Sancton2000_132-2"><a href="#cite_note-Sancton2000-132">[126]</a></sup> while territorial authorities are responsible for sewage, water, local roads, building consents and other local matters.<sup id="cite_ref-FOOTNOTESmeltJui_Lin200933_134-0"><a href="#cite_note-FOOTNOTESmeltJui_Lin200933-134">[128]</a></sup><sup id="cite_ref-glossary_135-0"><a href="#cite_note-glossary-135">[129]</a></sup> Five of the territorial councils are <a href="http://fakehost/wiki/Unitary_authority" title="Unitary authority">unitary authorities</a> and also act as regional councils.<sup id="cite_ref-glossary_135-1"><a href="#cite_note-glossary-135">[129]</a></sup> The territorial authorities consist of 13 city councils, 53 <a href="http://fakehost/wiki/Districts_of_New_Zealand" title="Districts of New Zealand">district</a> councils, and the <a href="http://fakehost/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a> Council. While officially the Chatham Islands Council is not a unitary authority, it undertakes many functions of a regional council.<sup id="cite_ref-136"><a href="#cite_note-136">[130]</a></sup>
+ </p>
+ <p>
+ The Realm of New Zealand, one of 16 <a href="http://fakehost/wiki/Commonwealth_realm" title="Commonwealth realm">Commonwealth realms</a>,<sup id="cite_ref-137"><a href="#cite_note-137">[131]</a></sup> is the entire area over which the Queen of New Zealand is <a href="http://fakehost/wiki/Sovereign" title="Sovereign">sovereign</a>, and comprises New Zealand, <a href="http://fakehost/wiki/Tokelau" title="Tokelau">Tokelau</a>, the <a href="http://fakehost/wiki/Ross_Dependency" title="Ross Dependency">Ross Dependency</a>, the <a href="http://fakehost/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a> and <a href="http://fakehost/wiki/Niue" title="Niue">Niue</a>.<sup id="cite_ref-GG_constitution_71-1"><a href="#cite_note-GG_constitution-71">[65]</a></sup> The Cook Islands and Niue are self-governing states in <a href="http://fakehost/wiki/Associated_state" title="Associated state">free association</a> with New Zealand.<sup id="cite_ref-138"><a href="#cite_note-138">[132]</a></sup><sup id="cite_ref-139"><a href="#cite_note-139">[133]</a></sup> The New Zealand Parliament cannot pass legislation for these countries, but with their consent can act on behalf of them in foreign affairs and defence. Tokelau is classified as a <a href="http://fakehost/wiki/United_Nations_list_of_Non-Self-Governing_Territories" title="United Nations list of Non-Self-Governing Territories">non-self-governing territory</a>, but is administered by a council of three elders (one from each Tokelauan <a href="http://fakehost/wiki/Atoll" title="Atoll">atoll</a>).<sup id="cite_ref-140"><a href="#cite_note-140">[134]</a></sup> The Ross Dependency is New Zealand's <a href="http://fakehost/wiki/Territorial_claims_in_Antarctica" title="Territorial claims in Antarctica">territorial claim in Antarctica</a>, where it operates the <a href="http://fakehost/wiki/Scott_Base" title="Scott Base">Scott Base</a> research facility.<sup id="cite_ref-141"><a href="#cite_note-141">[135]</a></sup> <a href="http://fakehost/wiki/New_Zealand_nationality_law" title="New Zealand nationality law">New Zealand nationality law</a> treats all parts of the realm equally, so most people born in New Zealand, the Cook Islands, Niue, Tokelau and the Ross Dependency are New Zealand citizens.<sup id="cite_ref-142"><a href="#cite_note-142">[136]</a></sup><sup id="cite_ref-144"><a href="#cite_note-144">[n 7]</a></sup>
+ </p>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="12">
+ <div>
+ <ul>
+ <li>
+ <a href="http://fakehost/wiki/Template:Administrative_divisions_of_New_Zealand" title="Template:Administrative divisions of New Zealand"><abbr title="View this template">v</abbr></a>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/Template_talk:Administrative_divisions_of_New_Zealand" title="Template talk:Administrative divisions of New Zealand"><abbr title="Discuss this template">t</abbr></a>
+ </li>
+ <li>
+ <a href="https://en.wikipedia.org/w/index.php?title=Template:Administrative_divisions_of_New_Zealand&amp;action=edit"><abbr title="Edit this template">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <p>
+ Administrative divisions of the Realm of New Zealand
+ </p>
+ </th>
+ </tr>
+ <tr>
+ <th>
+ Countries
+ </th>
+ <td colspan="7">
+ <span><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/23px-Flag_of_New_Zealand.svg.png" decoding="async" width="23" height="12" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/35px-Flag_of_New_Zealand.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/46px-Flag_of_New_Zealand.svg.png 2x" data-file-width="1200" data-file-height="600">&nbsp;</span><a>New Zealand</a>
+ </td>
+ <td rowspan="4">
+ &nbsp;
+ </td>
+ <td rowspan="4">
+ &nbsp;
+ </td>
+ <td rowspan="1">
+ <span><span><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/23px-Flag_of_the_Cook_Islands.svg.png" decoding="async" width="23" height="12" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/35px-Flag_of_the_Cook_Islands.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/46px-Flag_of_the_Cook_Islands.svg.png 2x" data-file-width="1200" data-file-height="600">&nbsp;</span><a href="http://fakehost/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a></span>
+ </td>
+ <td rowspan="1">
+ <span><span><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/23px-Flag_of_Niue.svg.png" decoding="async" width="23" height="12" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/35px-Flag_of_Niue.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/46px-Flag_of_Niue.svg.png 2x" data-file-width="600" data-file-height="300">&nbsp;</span><a href="http://fakehost/wiki/Niue" title="Niue">Niue</a></span>
+ </td>
+ </tr>
+ <tr>
+ <th>
+ <a href="http://fakehost/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">Regions</a>
+ </th>
+ <td>
+ 11 non-unitary regions
+ </td>
+ <td rowspan="2">
+ 5 unitary regions
+ </td>
+ <td rowspan="2">
+ <a href="http://fakehost/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a>
+ </td>
+ <td rowspan="3">
+ &nbsp;
+ </td>
+ <td rowspan="2">
+ <a href="http://fakehost/wiki/New_Zealand_outlying_islands" title="New Zealand outlying islands">Outlying islands</a> outside any regional authority<br>
+ (the <a href="http://fakehost/wiki/Kermadec_Islands" title="Kermadec Islands">Kermadec Islands</a>, <a href="http://fakehost/wiki/Three_Kings_Islands" title="Three Kings Islands">Three Kings Islands</a>, and <a href="http://fakehost/wiki/New_Zealand_Subantarctic_Islands" title="New Zealand Subantarctic Islands">Subantarctic Islands</a>)
+ </td>
+ <td rowspan="2">
+ <a href="http://fakehost/wiki/Ross_Dependency" title="Ross Dependency">Ross Dependency</a>
+ </td>
+ <td rowspan="2">
+ <span><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/23px-Flag_of_Tokelau.svg.png" decoding="async" width="23" height="12" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/35px-Flag_of_Tokelau.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/46px-Flag_of_Tokelau.svg.png 2x" data-file-width="1800" data-file-height="900">&nbsp;</span><a href="http://fakehost/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </td>
+ <td rowspan="2">
+ <span>15 islands</span>
+ </td>
+ <td rowspan="2">
+ <span>14 <a href="http://fakehost/wiki/List_of_villages_in_Niue" title="List of villages in Niue">villages</a></span>
+ </td>
+ </tr>
+ <tr>
+ <th>
+ <a href="http://fakehost/wiki/Territorial_authorities_of_New_Zealand" title="Territorial authorities of New Zealand">Territorial authorities</a>
+ </th>
+ <td>
+ 13 cities and 53 districts
+ </td>
+ </tr>
+ <tr>
+ <th>
+ Notes
+ </th>
+ <td>
+ Some districts lie in more than one region
+ </td>
+ <td>
+ These combine the regional and the territorial authority levels in one
+ </td>
+ <td>
+ Special territorial authority
+ </td>
+ <td colspan="1">
+ The outlying <a href="http://fakehost/wiki/Solander_Islands" title="Solander Islands">Solander Islands</a> form part of the <a href="http://fakehost/wiki/Southland_Region" title="Southland Region">Southland Region</a>
+ </td>
+ <td>
+ New&nbsp;Zealand's <a href="http://fakehost/wiki/Territorial_claims_in_Antarctica" title="Territorial claims in Antarctica">Antarctic territory</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/United_Nations_list_of_Non-Self-Governing_Territories" title="United Nations list of Non-Self-Governing Territories">Non-self-governing territory</a> of New&nbsp;Zealand
+ </td>
+ <td colspan="2">
+ States in <a href="http://fakehost/wiki/Associated_state" title="Associated state">free association</a> with New&nbsp;Zealand
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <h2>
+ <span id="Environment">Environment</span>
+ </h2>
+
+ <h3>
+ <span id="Geography">Geography</span>
+ </h3>
+
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:New_Zealand_23_October_2002.jpg"><img alt="Islands of New Zealand as seen from satellite" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/170px-New_Zealand_23_October_2002.jpg" decoding="async" width="170" height="227" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/255px-New_Zealand_23_October_2002.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/340px-New_Zealand_23_October_2002.jpg 2x" data-file-width="4200" data-file-height="5600"></a></p>
+ </div>
+ <p>
+ New Zealand is located near the centre of the <a href="http://fakehost/wiki/Water_hemisphere" title="Water hemisphere">water hemisphere</a> and is made up of two main islands and a number of <a href="http://fakehost/wiki/List_of_islands_of_New_Zealand" title="List of islands of New Zealand">smaller islands</a>. The two main islands (the <a href="http://fakehost/wiki/North_Island" title="North Island">North Island</a>, or <i>Te Ika-a-Māui</i>, and the <a href="http://fakehost/wiki/South_Island" title="South Island">South Island</a>, or <i>Te Waipounamu</i>) are separated by <a href="http://fakehost/wiki/Cook_Strait" title="Cook Strait">Cook Strait</a>, 22 kilometres (14&nbsp;mi) wide at its narrowest point.<sup id="cite_ref-145"><a href="#cite_note-145">[138]</a></sup> Besides the North and South Islands, the five largest inhabited islands are <a href="http://fakehost/wiki/Stewart_Island" title="Stewart Island">Stewart Island</a> (across the <a href="http://fakehost/wiki/Foveaux_Strait" title="Foveaux Strait">Foveaux Strait</a>), <a href="http://fakehost/wiki/Chatham_Island" title="Chatham Island">Chatham Island</a>, <a href="http://fakehost/wiki/Great_Barrier_Island" title="Great Barrier Island">Great Barrier Island</a> (in the <a href="http://fakehost/wiki/Hauraki_Gulf" title="Hauraki Gulf">Hauraki Gulf</a>),<sup id="cite_ref-146"><a href="#cite_note-146">[139]</a></sup> <a href="http://fakehost/wiki/D%27Urville_Island_(New_Zealand)" title="D'Urville Island (New Zealand)">D'Urville Island</a> (in the <a href="http://fakehost/wiki/Marlborough_Sounds" title="Marlborough Sounds">Marlborough Sounds</a>)<sup id="cite_ref-147"><a href="#cite_note-147">[140]</a></sup> and <a href="http://fakehost/wiki/Waiheke_Island" title="Waiheke Island">Waiheke Island</a> (about 22&nbsp;km (14&nbsp;mi) from central Auckland).<sup id="cite_ref-148"><a href="#cite_note-148">[141]</a></sup>
+ </p>
+
+ <div>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Mt_Cook,_NZ.jpg"><img alt="A large mountain with a lake in the foreground" src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/220px-Mt_Cook%2C_NZ.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/330px-Mt_Cook%2C_NZ.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/440px-Mt_Cook%2C_NZ.jpg 2x" data-file-width="4608" data-file-height="3072"></a>
+ </p>
+
+ </div>
+ <div>
+ <p><a href="http://fakehost/wiki/File:New_Zealand_moutain_ranges.jpg"><img alt="Snow-capped mountain range" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/220px-New_Zealand_moutain_ranges.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/330px-New_Zealand_moutain_ranges.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/440px-New_Zealand_moutain_ranges.jpg 2x" data-file-width="4272" data-file-height="2848"></a>
+ </p>
+ <p>
+ The Southern Alps stretch for 500 kilometres down the South Island
+ </p>
+ </div>
+ </div>
+ <p>
+ New Zealand is long and narrow (over 1,600 kilometres (990&nbsp;mi) along its north-north-east axis with a maximum width of 400 kilometres (250&nbsp;mi)),<sup id="cite_ref-149"><a href="#cite_note-149">[142]</a></sup> with about 15,000&nbsp;km (9,300&nbsp;mi) of coastline<sup id="cite_ref-CIA_150-0"><a href="#cite_note-CIA-150">[143]</a></sup> and a total land area of 268,000 square kilometres (103,500&nbsp;sq&nbsp;mi).<sup id="cite_ref-151"><a href="#cite_note-151">[144]</a></sup> Because of its far-flung outlying islands and long coastline, the country has extensive marine resources. Its <a href="http://fakehost/wiki/Exclusive_economic_zone_of_New_Zealand" title="Exclusive economic zone of New Zealand">exclusive economic zone</a> is one of the largest in the world, covering more than 15 times its land area.<sup id="cite_ref-152"><a href="#cite_note-152">[145]</a></sup>
+ </p>
+ <p>
+ The South Island is the largest landmass of New Zealand. It is divided along its length by the <a href="http://fakehost/wiki/Southern_Alps" title="Southern Alps">Southern Alps</a>.<sup id="cite_ref-153"><a href="#cite_note-153">[146]</a></sup> There are 18 peaks over 3,000 metres (9,800&nbsp;ft), the highest of which is <a href="http://fakehost/wiki/Aoraki_/_Mount_Cook" title="Aoraki / Mount Cook">Aoraki / Mount Cook</a> at 3,754 metres (12,316&nbsp;ft).<sup id="cite_ref-FOOTNOTEGarden200552_154-0"><a href="#cite_note-FOOTNOTEGarden200552-154">[147]</a></sup> <a href="http://fakehost/wiki/Fiordland" title="Fiordland">Fiordland</a>'s steep mountains and deep <a href="http://fakehost/wiki/Fiord" title="Fiord">fiords</a> record the extensive ice age glaciation of this southwestern corner of the South Island.<sup id="cite_ref-155"><a href="#cite_note-155">[148]</a></sup> The North Island is less mountainous but is <a href="http://fakehost/wiki/Volcanology_of_New_Zealand" title="Volcanology of New Zealand">marked by volcanism</a>.<sup id="cite_ref-156"><a href="#cite_note-156">[149]</a></sup> The highly active <a href="http://fakehost/wiki/Taupo_Volcanic_Zone" title="Taupo Volcanic Zone">Taupo Volcanic Zone</a> has formed a large <a href="http://fakehost/wiki/North_Island_Volcanic_Plateau" title="North Island Volcanic Plateau">volcanic plateau</a>, punctuated by the North Island's highest mountain, <a href="http://fakehost/wiki/Mount_Ruapehu" title="Mount Ruapehu">Mount Ruapehu</a> (2,797 metres (9,177&nbsp;ft)). The plateau also hosts the country's largest lake, <a href="http://fakehost/wiki/Lake_Taupo" title="Lake Taupo">Lake Taupo</a>,<sup id="cite_ref-157"><a href="#cite_note-157">[150]</a></sup> nestled in the <a href="http://fakehost/wiki/Caldera" title="Caldera">caldera</a> of one of the world's most active <a href="http://fakehost/wiki/Supervolcano" title="Supervolcano">supervolcanoes</a>.<sup id="cite_ref-158"><a href="#cite_note-158">[151]</a></sup>
+ </p>
+ <p>
+ The country owes its varied topography, and perhaps even its emergence above the waves, to the dynamic boundary it straddles between the <a href="http://fakehost/wiki/Pacific_Plate" title="Pacific Plate">Pacific</a> and <a href="http://fakehost/wiki/Indo-Australian_Plate" title="Indo-Australian Plate">Indo-Australian Plates</a>.<sup id="cite_ref-Keith_2009_159-0"><a href="#cite_note-Keith_2009-159">[152]</a></sup> New Zealand is part of <a href="http://fakehost/wiki/Zealandia" title="Zealandia">Zealandia</a>, a <a href="http://fakehost/wiki/Microcontinent" title="Microcontinent">microcontinent</a> nearly half the size of Australia that gradually submerged after breaking away from the <a href="http://fakehost/wiki/Gondwana" title="Gondwana">Gondwanan</a> supercontinent.<sup id="cite_ref-160"><a href="#cite_note-160">[153]</a></sup> About 25 million years ago, a shift in <a href="http://fakehost/wiki/Plate_tectonic" title="Plate tectonic">plate tectonic</a> movements began to <a href="http://fakehost/wiki/Kaikoura_Orogeny" title="Kaikoura Orogeny">contort and crumple</a> the region. This is now most evident in the Southern Alps, formed by <a href="http://fakehost/wiki/Continental_collision" title="Continental collision">compression of the crust</a> beside the <a href="http://fakehost/wiki/Alpine_Fault" title="Alpine Fault">Alpine Fault</a>. Elsewhere the plate boundary involves the <a href="http://fakehost/wiki/Subduction" title="Subduction">subduction</a> of one plate under the other, producing the <a href="http://fakehost/wiki/Puysegur_Trench" title="Puysegur Trench">Puysegur Trench</a> to the south, the <a href="http://fakehost/wiki/Hikurangi_Trench" title="Hikurangi Trench">Hikurangi Trench</a> east of the North Island, and the <a href="http://fakehost/wiki/Kermadec_Trench" title="Kermadec Trench">Kermadec</a> and <a href="http://fakehost/wiki/Tonga_Trench" title="Tonga Trench">Tonga Trenches</a><sup id="cite_ref-161"><a href="#cite_note-161">[154]</a></sup> further north.<sup id="cite_ref-Keith_2009_159-1"><a href="#cite_note-Keith_2009-159">[152]</a></sup>
+ </p>
+ <p>
+ New Zealand is part of a region known as <a href="http://fakehost/wiki/Australasia" title="Australasia">Australasia</a>, together with Australia.<sup id="cite_ref-NZOD_162-0"><a href="#cite_note-NZOD-162">[155]</a></sup> It also forms the southwestern extremity of the geographic and ethnographic region called <a href="http://fakehost/wiki/Polynesia" title="Polynesia">Polynesia</a>.<sup id="cite_ref-163"><a href="#cite_note-163">[156]</a></sup> The term <a href="http://fakehost/wiki/Oceania" title="Oceania">Oceania</a> is often used to denote the wider region encompassing the <a href="http://fakehost/wiki/Australia_(continent)" title="Australia (continent)">Australian continent</a>, New Zealand and various islands in the Pacific Ocean that are not included in the <a href="http://fakehost/wiki/Continent" title="Continent">seven-continent</a> model.<sup id="cite_ref-164"><a href="#cite_note-164">[157]</a></sup>
+ </p>
+
+ <ul>
+ <li>Landscapes of New Zealand
+ </li>
+ <li>
+
+ </li>
+ <li>
+
+ </li>
+ <li>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Lake_Gunn.jpg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/269px-Lake_Gunn.jpg" decoding="async" width="180" height="120" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/404px-Lake_Gunn.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/538px-Lake_Gunn.jpg 2x" data-file-width="1000" data-file-height="669"></a>
+ </p>
+ </div>
+ </li>
+ <li>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Pencarrow_Head,_Wellington,_New_Zealand_from_Santa_Regina,_24_Feb._2007.jpg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/269px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg" decoding="async" width="180" height="120" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/404px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/538px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg 2x" data-file-width="3872" data-file-height="2592"></a>
+ </p>
+ </div>
+ </li>
+ </ul>
+ <h3>
+ <span id="Climate">Climate</span>
+ </h3>
+
+ <p>
+ New Zealand's climate is predominantly temperate <a href="http://fakehost/wiki/Oceanic_climate" title="Oceanic climate">maritime</a> (<a href="http://fakehost/wiki/K%C3%B6ppen_climate_classification" title="Köppen climate classification">Köppen</a>: Cfb), with mean annual temperatures ranging from 10&nbsp;°C (50&nbsp;°F) in the south to 16&nbsp;°C (61&nbsp;°F) in the north.<sup id="cite_ref-Mullan2009_165-0"><a href="#cite_note-Mullan2009-165">[158]</a></sup> Historical <a href="http://fakehost/wiki/Maxima_and_minima" title="Maxima and minima">maxima and minima</a> are 42.4&nbsp;°C (108.32&nbsp;°F) in <a href="http://fakehost/wiki/Rangiora" title="Rangiora">Rangiora</a>, <a href="http://fakehost/wiki/Canterbury,_New_Zealand" title="Canterbury, New Zealand">Canterbury</a> and −25.6&nbsp;°C (−14.08&nbsp;°F) in <a href="http://fakehost/wiki/Ranfurly,_New_Zealand" title="Ranfurly, New Zealand">Ranfurly</a>, <a href="http://fakehost/wiki/Otago" title="Otago">Otago</a>.<sup id="cite_ref-niwa_166-0"><a href="#cite_note-niwa-166">[159]</a></sup> Conditions vary sharply across regions from extremely wet on the <a href="http://fakehost/wiki/West_Coast,_New_Zealand" title="West Coast, New Zealand">West Coast</a> of the South Island to almost <a href="http://fakehost/wiki/Semi-arid_climate" title="Semi-arid climate">semi-arid</a> in <a href="http://fakehost/wiki/Central_Otago" title="Central Otago">Central Otago</a> and the <a href="http://fakehost/wiki/Mackenzie_Basin" title="Mackenzie Basin">Mackenzie Basin</a> of inland Canterbury and <a href="http://fakehost/wiki/Subtropical" title="Subtropical">subtropical</a> in <a href="http://fakehost/wiki/Northland_Peninsula" title="Northland Peninsula">Northland</a>.<sup id="cite_ref-167"><a href="#cite_note-167">[160]</a></sup> Of the seven largest cities, <a href="http://fakehost/wiki/Christchurch" title="Christchurch">Christchurch</a> is the driest, receiving on average only 640 millimetres (25&nbsp;in) of rain per year and Wellington the wettest, receiving almost twice that amount.<sup id="cite_ref-168"><a href="#cite_note-168">[161]</a></sup> Auckland, Wellington and Christchurch all receive a yearly average of more than 2,000 hours of sunshine. The southern and southwestern parts of the South Island have a cooler and cloudier climate, with around 1,400–1,600 hours; the northern and northeastern parts of the South Island are the sunniest areas of the country and receive about 2,400–2,500 hours.<sup id="cite_ref-169"><a href="#cite_note-169">[162]</a></sup> The general snow season is early June until early October, though <a href="http://fakehost/wiki/Cold_snap" title="Cold snap">cold snaps</a> can occur outside this season.<sup id="cite_ref-170"><a href="#cite_note-170">[163]</a></sup> Snowfall is common in the eastern and southern parts of the South Island and mountain areas across the country.<sup id="cite_ref-Mullan2009_165-1"><a href="#cite_note-Mullan2009-165">[158]</a></sup>
+ </p>
+ <p>
+ The table below lists climate normals for the warmest and coldest months in New Zealand's six largest cities. North Island cities are generally warmest in February. South Island cities are warmest in January.
+ </p>
+ <table readabilityDataTable="1">
+ <caption>
+ Average daily maximum and minimum temperatures for the six largest cities of New Zealand<sup id="cite_ref-171"><a href="#cite_note-171">[164]</a></sup>
+ </caption>
+ <tbody>
+ <tr>
+ <th>
+ Location
+ </th>
+ <th>
+ Jan/Feb (°C)
+ </th>
+ <th>
+ Jan/Feb (°F)
+ </th>
+ <th>
+ July (°C)
+ </th>
+ <th>
+ July (°F)
+ </th>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://fakehost/wiki/Auckland" title="Auckland">Auckland</a>
+ </td>
+ <td>
+ 23/16
+ </td>
+ <td>
+ 74/60
+ </td>
+ <td>
+ 14/7
+ </td>
+ <td>
+ 58/45
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://fakehost/wiki/Wellington" title="Wellington">Wellington</a>
+ </td>
+ <td>
+ 20/13
+ </td>
+ <td>
+ 68/56
+ </td>
+ <td>
+ 11/6
+ </td>
+ <td>
+ 52/42
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://fakehost/wiki/Christchurch" title="Christchurch">Christchurch</a>
+ </td>
+ <td>
+ 22/12
+ </td>
+ <td>
+ 72/53
+ </td>
+ <td>
+ 10/0
+ </td>
+ <td>
+ 51/33
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://fakehost/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>
+ </td>
+ <td>
+ 24/13
+ </td>
+ <td>
+ 75/56
+ </td>
+ <td>
+ 14/4
+ </td>
+ <td>
+ 57/39
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://fakehost/wiki/Tauranga" title="Tauranga">Tauranga</a>
+ </td>
+ <td>
+ 24/15
+ </td>
+ <td>
+ 75/59
+ </td>
+ <td>
+ 14/6
+ </td>
+ <td>
+ 58/42
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="http://fakehost/wiki/Dunedin" title="Dunedin">Dunedin</a>
+ </td>
+ <td>
+ 19/11
+ </td>
+ <td>
+ 66/53
+ </td>
+ <td>
+ 10/3
+ </td>
+ <td>
+ 50/37
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <h3>
+ <span id="Biodiversity">Biodiversity</span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:TeTuatahianui.jpg"><img alt="Kiwi amongst sticks" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/170px-TeTuatahianui.jpg" decoding="async" width="170" height="227" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/255px-TeTuatahianui.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/340px-TeTuatahianui.jpg 2x" data-file-width="994" data-file-height="1325"></a></p><div>
+ <p>The endemic flightless <a href="http://fakehost/wiki/Kiwi" title="Kiwi">kiwi</a> is a national icon.
+ </p></div>
+ </div>
+ <p>
+ New Zealand's <a href="http://fakehost/wiki/Geographic_isolation" title="Geographic isolation">geographic isolation</a> for 80 million years<sup id="cite_ref-172"><a href="#cite_note-172">[165]</a></sup> and island <a href="http://fakehost/wiki/Biogeography" title="Biogeography">biogeography</a> has influenced evolution of the country's species of <a href="http://fakehost/wiki/Fauna" title="Fauna">animals</a>, <a href="http://fakehost/wiki/Fungus" title="Fungus">fungi</a> and <a href="http://fakehost/wiki/Flora" title="Flora">plants</a>. Physical isolation has caused biological isolation, resulting in a dynamic evolutionary ecology with examples of very distinctive plants and animals as well as populations of widespread species.<sup id="cite_ref-173"><a href="#cite_note-173">[166]</a></sup><sup id="cite_ref-174"><a href="#cite_note-174">[167]</a></sup> About 82% of New Zealand's indigenous <a href="http://fakehost/wiki/Vascular_plant" title="Vascular plant">vascular plants</a> are <a href="http://fakehost/wiki/Endemism" title="Endemism">endemic</a>, covering 1,944 species across 65 <a href="http://fakehost/wiki/Genus" title="Genus">genera</a>.<sup id="cite_ref-FAQ_175-0"><a href="#cite_note-FAQ-175">[168]</a></sup><sup id="cite_ref-NZPCN_2006_176-0"><a href="#cite_note-NZPCN_2006-176">[169]</a></sup> The number of fungi recorded from New Zealand, including lichen-forming species, is not known, nor is the proportion of those fungi which are endemic, but one estimate suggests there are about 2,300 species of lichen-forming fungi in New Zealand<sup id="cite_ref-FAQ_175-1"><a href="#cite_note-FAQ-175">[168]</a></sup> and 40% of these are endemic.<sup id="cite_ref-177"><a href="#cite_note-177">[170]</a></sup> The two main types of forest are those dominated by broadleaf trees with emergent <a href="http://fakehost/wiki/Podocarp" title="Podocarp">podocarps</a>, or by <a href="http://fakehost/wiki/Nothofagus" title="Nothofagus">southern beech</a> in cooler climates.<sup id="cite_ref-178"><a href="#cite_note-178">[171]</a></sup> The remaining vegetation types consist of grasslands, the majority of which are <a href="http://fakehost/wiki/Tussock_grasslands_of_New_Zealand" title="Tussock grasslands of New Zealand">tussock</a>.<sup id="cite_ref-179"><a href="#cite_note-179">[172]</a></sup>
+ </p>
+ <p>
+ Before the arrival of humans, an estimated 80% of the land was covered in forest, with only <a href="http://fakehost/wiki/Tree_line" title="Tree line">high alpine</a>, wet, infertile and volcanic areas without trees.<sup id="cite_ref-180"><a href="#cite_note-180">[173]</a></sup> Massive <a href="http://fakehost/wiki/Deforestation_in_New_Zealand" title="Deforestation in New Zealand">deforestation</a> occurred after humans arrived, with around half the forest cover lost to fire after Polynesian settlement.<sup id="cite_ref-181"><a href="#cite_note-181">[174]</a></sup> Much of the remaining forest fell after European settlement, being logged or cleared to make room for pastoral farming, leaving forest occupying only 23% of the land.<sup id="cite_ref-182"><a href="#cite_note-182">[175]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg"><img alt="An artist's rendition of a Haast's eagle attacking two moa" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/220px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg" decoding="async" width="220" height="176" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/330px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/440px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg 2x" data-file-width="1375" data-file-height="1101"></a></p><div>
+ <p>The giant <a href="http://fakehost/wiki/Haast%27s_eagle" title="Haast's eagle">Haast's eagle</a> died out when humans hunted its main prey, the <a href="http://fakehost/wiki/Moa" title="Moa">moa</a>, to extinction.
+ </p></div>
+ </div>
+ <p>
+ The forests were dominated by <a href="http://fakehost/wiki/Birds_of_New_Zealand" title="Birds of New Zealand">birds</a>, and the lack of mammalian predators led to some like the <a href="http://fakehost/wiki/Kiwi" title="Kiwi">kiwi</a>, <a href="http://fakehost/wiki/Kakapo" title="Kakapo">kakapo</a>, <a href="http://fakehost/wiki/Weka" title="Weka">weka</a> and <a href="http://fakehost/wiki/Takah%C4%93" title="Takahē">takahē</a> evolving <a href="http://fakehost/wiki/Flightless_bird" title="Flightless bird">flightlessness</a>.<sup id="cite_ref-183"><a href="#cite_note-183">[176]</a></sup> The arrival of humans, associated changes to habitat, and the introduction of <a href="http://fakehost/wiki/Polynesian_rat" title="Polynesian rat">rats</a>, ferrets and other mammals led to the <a href="http://fakehost/wiki/List_of_New_Zealand_animals_extinct_in_the_Holocene" title="List of New Zealand animals extinct in the Holocene">extinction</a> of many bird species, including <a href="http://fakehost/wiki/Megafauna" title="Megafauna">large birds</a> like the <a href="http://fakehost/wiki/Moa" title="Moa">moa</a> and <a href="http://fakehost/wiki/Haast%27s_eagle" title="Haast's eagle">Haast's eagle</a>.<sup id="cite_ref-Holdaway2009_184-0"><a href="#cite_note-Holdaway2009-184">[177]</a></sup><sup id="cite_ref-185"><a href="#cite_note-185">[178]</a></sup>
+ </p>
+ <p>
+ Other indigenous animals are represented by reptiles (<a href="http://fakehost/wiki/Tuatara" title="Tuatara">tuatara</a>, <a href="http://fakehost/wiki/Skink" title="Skink">skinks</a> and <a href="http://fakehost/wiki/List_of_geckos_of_New_Zealand" title="List of geckos of New Zealand">geckos</a>), <a href="http://fakehost/wiki/Leiopelmatidae" title="Leiopelmatidae">frogs</a>,<sup id="cite_ref-186"><a href="#cite_note-186">[179]</a></sup> <a href="http://fakehost/wiki/Spiders_of_New_Zealand" title="Spiders of New Zealand">spiders</a>,<sup id="cite_ref-187"><a href="#cite_note-187">[180]</a></sup> insects (<a href="http://fakehost/wiki/Weta" title="Weta">weta</a>)<sup id="cite_ref-188"><a href="#cite_note-188">[181]</a></sup> and snails.<sup id="cite_ref-189"><a href="#cite_note-189">[182]</a></sup> Some, such as the tuatara, are so unique that they have been called <a href="http://fakehost/wiki/Living_fossil" title="Living fossil">living fossils</a>.<sup id="cite_ref-190"><a href="#cite_note-190">[183]</a></sup> Three species of bats (<a href="http://fakehost/wiki/New_Zealand_greater_short-tailed_bat" title="New Zealand greater short-tailed bat">one</a> since extinct) were the only sign of native land mammals in New Zealand until the 2006 discovery of bones from <a href="http://fakehost/wiki/Saint_Bathans_mammal" title="Saint Bathans mammal">a unique, mouse-sized land mammal</a> at least 16 million years old.<sup id="cite_ref-191"><a href="#cite_note-191">[184]</a></sup><sup id="cite_ref-192"><a href="#cite_note-192">[185]</a></sup> Marine mammals however are abundant, with almost half the world's <a href="http://fakehost/wiki/Cetacea" title="Cetacea">cetaceans</a> (whales, dolphins, and <a href="http://fakehost/wiki/Porpoise" title="Porpoise">porpoises</a>) and large numbers of <a href="http://fakehost/wiki/Fur_seal" title="Fur seal">fur seals</a> reported in New Zealand waters.<sup id="cite_ref-193"><a href="#cite_note-193">[186]</a></sup> Many seabirds breed in New Zealand, a third of them unique to the country.<sup id="cite_ref-194"><a href="#cite_note-194">[187]</a></sup> More <a href="http://fakehost/wiki/List_of_birds_of_New_Zealand#Penguins" title="List of birds of New Zealand">penguin</a> species are found in New Zealand than in any other country.<sup id="cite_ref-195"><a href="#cite_note-195">[188]</a></sup>
+ </p>
+ <p>
+ Since human arrival, almost half of the country's vertebrate species have become extinct, including at least fifty-one birds, three frogs, three lizards, one freshwater fish, and one bat. Others are endangered or have had their range severely reduced.<sup id="cite_ref-Holdaway2009_184-1"><a href="#cite_note-Holdaway2009-184">[177]</a></sup> However, New Zealand conservationists have pioneered several methods to help threatened wildlife recover, including island sanctuaries, pest control, wildlife translocation, fostering, and ecological <a href="http://fakehost/wiki/Island_restoration" title="Island restoration">restoration of islands</a> and <a href="http://fakehost/wiki/Ecological_island" title="Ecological island">other selected areas</a>.<sup id="cite_ref-196"><a href="#cite_note-196">[189]</a></sup><sup id="cite_ref-197"><a href="#cite_note-197">[190]</a></sup><sup id="cite_ref-198"><a href="#cite_note-198">[191]</a></sup><sup id="cite_ref-199"><a href="#cite_note-199">[192]</a></sup>
+ </p>
+
+ <h2>
+ <span id="Economy">Economy</span>
+ </h2>
+
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:Auckland_Waterfrt.jpg"><img alt="Boats docked in blue-green water. Plate glass skyscrapers rising up in the background." src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/220px-Auckland_Waterfrt.jpg" decoding="async" width="220" height="145" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/330px-Auckland_Waterfrt.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/440px-Auckland_Waterfrt.jpg 2x" data-file-width="4568" data-file-height="3019"></a></p>
+ </div>
+ <p>
+ New Zealand has an <a href="http://fakehost/wiki/Advanced_economy" title="Advanced economy">advanced</a> <a href="http://fakehost/wiki/Market_economy" title="Market economy">market economy</a>,<sup id="cite_ref-200"><a href="#cite_note-200">[193]</a></sup> ranked 16th in the 2018 <a href="http://fakehost/wiki/Human_Development_Index" title="Human Development Index">Human Development Index</a><sup id="cite_ref-HDI_12-1"><a href="#cite_note-HDI-12">[8]</a></sup> and third in the 2018 <a href="http://fakehost/wiki/Index_of_Economic_Freedom" title="Index of Economic Freedom">Index of Economic Freedom</a>.<sup id="cite_ref-201"><a href="#cite_note-201">[194]</a></sup> It is a <a href="http://fakehost/wiki/High-income_economy" title="High-income economy">high-income economy</a> with a <a href="http://fakehost/wiki/Nominal_value" title="Nominal value">nominal</a> <a href="http://fakehost/wiki/Gross_domestic_product" title="Gross domestic product">gross domestic product</a> (GDP) per capita of <a href="http://fakehost/wiki/United_States_dollar" title="United States dollar">US$</a>36,254.<sup id="cite_ref-imf2_10-4"><a href="#cite_note-imf2-10">[6]</a></sup> The currency is the <a href="http://fakehost/wiki/New_Zealand_dollar" title="New Zealand dollar">New Zealand dollar</a>, informally known as the "Kiwi dollar"; it also circulates in the Cook Islands (see <a href="http://fakehost/wiki/Cook_Islands_dollar" title="Cook Islands dollar">Cook Islands dollar</a>), Niue, Tokelau, and the <a href="http://fakehost/wiki/Pitcairn_Islands" title="Pitcairn Islands">Pitcairn Islands</a>.<sup id="cite_ref-202"><a href="#cite_note-202">[195]</a></sup>
+ </p>
+ <p>
+ Historically, extractive industries have contributed strongly to New Zealand's economy, focussing at different times on sealing, whaling, <a href="http://fakehost/wiki/Phormium" title="Phormium">flax</a>, gold, <a href="http://fakehost/wiki/Kauri_gum" title="Kauri gum">kauri gum</a>, and native timber.<sup id="cite_ref-RWT_export_evolution_203-0"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> The first shipment of refrigerated meat on the <i><a href="http://fakehost/wiki/Dunedin_(ship)" title="Dunedin (ship)">Dunedin</a></i> in 1882 led to the establishment of meat and dairy exports to Britain, a trade which provided the basis for strong economic growth in New Zealand.<sup id="cite_ref-204"><a href="#cite_note-204">[197]</a></sup> High demand for agricultural products from the United Kingdom and the United States helped New Zealanders achieve higher living standards than both Australia and Western Europe in the 1950s and 1960s.<sup id="cite_ref-205"><a href="#cite_note-205">[198]</a></sup> In 1973, New Zealand's export market was reduced when the United Kingdom joined the <a href="http://fakehost/wiki/European_Economic_Community" title="European Economic Community">European Economic Community</a><sup id="cite_ref-206"><a href="#cite_note-206">[199]</a></sup> and other compounding factors, such as the <a href="http://fakehost/wiki/1973_oil_crisis" title="1973 oil crisis">1973 oil</a> and <a href="http://fakehost/wiki/1979_oil_crisis" title="1979 oil crisis">1979 energy</a> crises, led to a severe <a href="http://fakehost/wiki/Depression_(economics)" title="Depression (economics)">economic depression</a>.<sup id="cite_ref-207"><a href="#cite_note-207">[200]</a></sup> Living standards in New Zealand fell behind those of Australia and Western Europe, and by 1982 New Zealand had the lowest per-capita income of all the developed nations surveyed by <a href="http://fakehost/wiki/World_Bank_Group" title="World Bank Group">the World Bank</a>.<sup id="cite_ref-208"><a href="#cite_note-208">[201]</a></sup> In the mid-1980s New Zealand deregulated its <a href="http://fakehost/wiki/Agriculture_in_New_Zealand" title="Agriculture in New Zealand">agricultural sector</a> by phasing out <a href="http://fakehost/wiki/Agricultural_subsidy" title="Agricultural subsidy">subsidies</a> over a three-year period.<sup id="cite_ref-209"><a href="#cite_note-209">[202]</a></sup><sup id="cite_ref-210"><a href="#cite_note-210">[203]</a></sup> Since 1984, successive governments engaged in major <a href="http://fakehost/wiki/Macroeconomic" title="Macroeconomic">macroeconomic</a> restructuring (known first as <a href="http://fakehost/wiki/Rogernomics" title="Rogernomics">Rogernomics</a> and then <a href="http://fakehost/wiki/Ruthanasia" title="Ruthanasia">Ruthanasia</a>), rapidly transforming New Zealand from a <a href="http://fakehost/wiki/Protectionism" title="Protectionism">protected</a> and highly regulated economy to a liberalised <a href="http://fakehost/wiki/Free-trade" title="Free-trade">free-trade</a> economy.<sup id="cite_ref-Liberalisation_211-0"><a href="#cite_note-Liberalisation-211">[204]</a></sup><sup id="cite_ref-212"><a href="#cite_note-212">[205]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:MilfordSound.jpg"><img alt="Blue water against a backdrop of snow-capped mountains" src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/220px-MilfordSound.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/330px-MilfordSound.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/440px-MilfordSound.jpg 2x" data-file-width="2048" data-file-height="1364"></a></p><div>
+ <p><a href="http://fakehost/wiki/Milford_Sound" title="Milford Sound">Milford Sound</a> is one of New Zealand's most famous tourist destinations.<sup id="cite_ref-213"><a href="#cite_note-213">[206]</a></sup>
+ </p></div>
+ </div>
+ <p>
+ Unemployment peaked above 10% in 1991 and 1992,<sup id="cite_ref-unemployment_214-0"><a href="#cite_note-unemployment-214">[207]</a></sup> following the <a href="http://fakehost/wiki/Black_Monday_(1987)" title="Black Monday (1987)">1987 share market crash</a>, but eventually fell to a record low (since 1986) of 3.7% in 2007 (ranking third from twenty-seven comparable OECD nations).<sup id="cite_ref-unemployment_214-1"><a href="#cite_note-unemployment-214">[207]</a></sup> However, the <a href="http://fakehost/wiki/Financial_crisis_of_2007%E2%80%932008" title="Financial crisis of 2007–2008">global financial crisis</a> that followed had a major impact on New Zealand, with the GDP shrinking for five consecutive quarters, the longest recession in over thirty years,<sup id="cite_ref-215"><a href="#cite_note-215">[208]</a></sup><sup id="cite_ref-216"><a href="#cite_note-216">[209]</a></sup> and unemployment rising back to 7% in late 2009.<sup id="cite_ref-217"><a href="#cite_note-217">[210]</a></sup> Unemployment rates for different age groups follow similar trends, but are consistently higher among youth. In the December 2014 quarter, the general unemployment rate was around 5.8%, while the unemployment rate for youth aged 15 to 21 was 15.6%.<sup id="cite_ref-unemployment_214-2"><a href="#cite_note-unemployment-214">[207]</a></sup> New Zealand has experienced a series of "<a href="http://fakehost/wiki/Brain_drain" title="Brain drain">brain drains</a>" since the 1970s<sup id="cite_ref-218"><a href="#cite_note-218">[211]</a></sup> that still continue today.<sup id="cite_ref-219"><a href="#cite_note-219">[212]</a></sup> Nearly one quarter of highly skilled workers live overseas, mostly in Australia and Britain, which is the largest proportion from any developed nation.<sup id="cite_ref-220"><a href="#cite_note-220">[213]</a></sup> In recent decades, however, a "brain gain" has brought in educated professionals from Europe and less developed countries.<sup id="cite_ref-221"><a href="#cite_note-221">[214]</a></sup><sup id="cite_ref-FOOTNOTEBain200644_222-0"><a href="#cite_note-FOOTNOTEBain200644-222">[215]</a></sup> Today New Zealand's economy benefits from a high level of <a href="http://fakehost/wiki/Innovation" title="Innovation">innovation</a>.<sup id="cite_ref-223"><a href="#cite_note-223">[216]</a></sup>
+ </p>
+ <h3>
+ <span id="Trade">Trade</span>
+ </h3>
+ <p>
+ New Zealand is heavily dependent on international trade,<sup id="cite_ref-224"><a href="#cite_note-224">[217]</a></sup> particularly in agricultural products.<sup id="cite_ref-225"><a href="#cite_note-225">[218]</a></sup> Exports account for 24% of its output,<sup id="cite_ref-CIA_150-1"><a href="#cite_note-CIA-150">[143]</a></sup> making New Zealand vulnerable to international commodity prices and global <a href="http://fakehost/wiki/Recession" title="Recession">economic slowdowns</a>. Food products made up 55% of the value of all the country's exports in 2014; wood was the second largest earner (7%).<sup id="cite_ref-226"><a href="#cite_note-226">[219]</a></sup> New Zealand's main trading partners, as at June 2018, are China (<a href="http://fakehost/wiki/NZ$" title="NZ$">NZ$</a>27.8b), Australia ($26.2b), the <a href="http://fakehost/wiki/European_Union" title="European Union">European Union</a> ($22.9b), the United States ($17.6b), and Japan ($8.4b).<sup id="cite_ref-GSTC_StatNZ_227-0"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> On 7 April 2008, New Zealand and China signed the <a href="http://fakehost/wiki/New_Zealand%E2%80%93China_Free_Trade_Agreement" title="New Zealand–China Free Trade Agreement">New Zealand–China Free Trade Agreement</a>, the first such agreement China has signed with a developed country.<sup id="cite_ref-228"><a href="#cite_note-228">[221]</a></sup> The service sector is the largest sector in the economy, followed by manufacturing and construction and then farming and raw material extraction.<sup id="cite_ref-CIA_150-2"><a href="#cite_note-CIA-150">[143]</a></sup> <a href="http://fakehost/wiki/Tourism_in_New_Zealand" title="Tourism in New Zealand">Tourism</a> plays a significant role in the economy, contributing $12.9 billion (or 5.6%) to New Zealand's total GDP and supporting 7.5% of the total workforce in 2016.<sup id="cite_ref-TourismStats_229-0"><a href="#cite_note-TourismStats-229">[222]</a></sup> International visitor arrivals are expected to increase at a rate of 5.4% annually up to 2022.<sup id="cite_ref-TourismStats_229-1"><a href="#cite_note-TourismStats-229">[222]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Fauna_de_Nueva_Zelanda07.JPG"><img alt="A Romney ewe with her two lambs" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/220px-Fauna_de_Nueva_Zelanda07.JPG" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/330px-Fauna_de_Nueva_Zelanda07.JPG 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/440px-Fauna_de_Nueva_Zelanda07.JPG 2x" data-file-width="3888" data-file-height="2592"></a></p><div>
+ <p>Wool has historically been one of New Zealand's major exports.
+ </p></div>
+ </div>
+ <p>
+ Wool was New Zealand's major agricultural export during the late 19th century.<sup id="cite_ref-RWT_export_evolution_203-1"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> Even as late as the 1960s it made up over a third of all export revenues,<sup id="cite_ref-RWT_export_evolution_203-2"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> but since then its price has steadily dropped relative to other commodities<sup id="cite_ref-230"><a href="#cite_note-230">[223]</a></sup> and wool is no longer profitable for many farmers.<sup id="cite_ref-231"><a href="#cite_note-231">[224]</a></sup> In contrast <a href="http://fakehost/wiki/Dairy_farming_in_New_Zealand" title="Dairy farming in New Zealand">dairy farming</a> increased, with the number of dairy cows doubling between 1990 and 2007,<sup id="cite_ref-232"><a href="#cite_note-232">[225]</a></sup> to become New Zealand's largest export earner.<sup id="cite_ref-233"><a href="#cite_note-233">[226]</a></sup> In the year to June 2018, dairy products accounted for 17.7% ($14.1 billion) of total exports,<sup id="cite_ref-GSTC_StatNZ_227-1"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> and the country's largest company, <a href="http://fakehost/wiki/Fonterra" title="Fonterra">Fonterra</a>, controls almost one-third of the international dairy trade.<sup id="cite_ref-234"><a href="#cite_note-234">[227]</a></sup> Other exports in 2017-18 were meat (8.8%), wood and wood products (6.2%), fruit (3.6%), machinery (2.2%) and wine (2.1%).<sup id="cite_ref-GSTC_StatNZ_227-2"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> <a href="http://fakehost/wiki/New_Zealand_wine" title="New Zealand wine">New Zealand's wine</a> industry has followed a similar trend to dairy, the number of vineyards doubling over the same period,<sup id="cite_ref-235"><a href="#cite_note-235">[228]</a></sup> overtaking wool exports for the first time in 2007.<sup id="cite_ref-236"><a href="#cite_note-236">[229]</a></sup><sup id="cite_ref-237"><a href="#cite_note-237">[230]</a></sup>
+ </p>
+ <h3>
+ <span id="Infrastructure">Infrastructure</span>
+ </h3>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Air_New_Zealand,_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_(27091961041).jpg"><img alt="A mid-size jet airliner in flight. The plane livery is all-black and features a New Zealand silver fern mark." src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/220px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/330px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/440px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg 2x" data-file-width="5625" data-file-height="3750"></a></p>
+ </div>
+ <p>
+ In 2015, <a href="http://fakehost/wiki/Renewable_energy_in_New_Zealand" title="Renewable energy in New Zealand">renewable energy</a>, primarily <a href="http://fakehost/wiki/Geothermal_power_in_New_Zealand" title="Geothermal power in New Zealand">geothermal</a> and <a href="http://fakehost/wiki/Hydroelectric_power_in_New_Zealand" title="Hydroelectric power in New Zealand">hydroelectric power</a>, generated 40.1% of <a href="http://fakehost/wiki/Energy_in_New_Zealand" title="Energy in New Zealand">New Zealand's gross energy</a> supply.<sup id="cite_ref-Energy2015_238-0"><a href="#cite_note-Energy2015-238">[231]</a></sup> Geothermal power alone accounted for 22% of New Zealand's energy in 2015.<sup id="cite_ref-Energy2015_238-1"><a href="#cite_note-Energy2015-238">[231]</a></sup>
+ </p>
+ <p>
+ The provision of <a href="http://fakehost/wiki/Water_supply_and_sanitation_in_New_Zealand" title="Water supply and sanitation in New Zealand">water supply and sanitation</a> is generally of good quality. Regional authorities provide water abstraction, treatment and distribution infrastructure to most developed areas.<sup id="cite_ref-239"><a href="#cite_note-239">[232]</a></sup><sup id="cite_ref-240"><a href="#cite_note-240">[233]</a></sup>
+ </p>
+ <p>
+ <a href="http://fakehost/wiki/Transport_in_New_Zealand" title="Transport in New Zealand">New Zealand's transport</a> network comprises 94,000 kilometres (58,410&nbsp;mi) of roads, including 199 kilometres (124&nbsp;mi) of motorways,<sup id="cite_ref-241"><a href="#cite_note-241">[234]</a></sup> and 4,128 kilometres (2,565&nbsp;mi) of railway lines.<sup id="cite_ref-CIA_150-3"><a href="#cite_note-CIA-150">[143]</a></sup> Most major cities and towns are linked by bus services, although the private car is the predominant mode of transport.<sup id="cite_ref-242"><a href="#cite_note-242">[235]</a></sup> The <a href="http://fakehost/wiki/Rail_transport_in_New_Zealand" title="Rail transport in New Zealand">railways</a> were privatised in 1993, but were re-nationalised by the government in stages between 2004 and 2008. The state-owned enterprise <a href="http://fakehost/wiki/KiwiRail" title="KiwiRail">KiwiRail</a> now operates the railways, with the exception of commuter services in Auckland and Wellington which are operated by <a href="http://fakehost/wiki/Transdev_Auckland" title="Transdev Auckland">Transdev</a><sup id="cite_ref-243"><a href="#cite_note-243">[236]</a></sup> and <a href="http://fakehost/wiki/Public_transport_in_the_Wellington_Region" title="Public transport in the Wellington Region">Metlink</a>,<sup id="cite_ref-244"><a href="#cite_note-244">[237]</a></sup> respectively. Railways run the length of the country, although most lines now carry freight rather than passengers.<sup id="cite_ref-245"><a href="#cite_note-245">[238]</a></sup> Most international visitors arrive via air<sup id="cite_ref-246"><a href="#cite_note-246">[239]</a></sup> and New Zealand has <a href="http://fakehost/wiki/List_of_airports_in_New_Zealand" title="List of airports in New Zealand">six international airports</a>, but currently only the <a href="http://fakehost/wiki/Auckland_Airport" title="Auckland Airport">Auckland</a> and <a href="http://fakehost/wiki/Christchurch_International_Airport" title="Christchurch International Airport">Christchurch airports</a> connect directly with countries other than Australia or Fiji.<sup id="cite_ref-247"><a href="#cite_note-247">[240]</a></sup>
+ </p>
+ <p>
+ The <a href="http://fakehost/wiki/New_Zealand_Post_Office" title="New Zealand Post Office">New Zealand Post Office</a> had a monopoly over <a href="http://fakehost/wiki/Telecommunications_in_New_Zealand" title="Telecommunications in New Zealand">telecommunications in New Zealand</a> until 1987 when <a href="http://fakehost/wiki/Spark_New_Zealand" title="Spark New Zealand">Telecom New Zealand</a> was formed, initially as a state-owned enterprise and then privatised in 1990.<sup id="cite_ref-Wilson2010_248-0"><a href="#cite_note-Wilson2010-248">[241]</a></sup> <a href="http://fakehost/wiki/Chorus_Limited" title="Chorus Limited">Chorus</a>, which was split from Telecom (now Spark) in 2011,<sup id="cite_ref-249"><a href="#cite_note-249">[242]</a></sup> still owns the majority of the telecommunications infrastructure, but competition from other providers has increased.<sup id="cite_ref-Wilson2010_248-1"><a href="#cite_note-Wilson2010-248">[241]</a></sup> A large-scale rollout of gigabit-capable <a href="http://fakehost/wiki/Fibre_to_the_premises" title="Fibre to the premises">fibre to the premises</a>, branded as <a href="http://fakehost/wiki/Ultra-Fast_Broadband" title="Ultra-Fast Broadband">Ultra-Fast Broadband</a>, began in 2009 with a target of being available to 87% of the population by 2022.<sup id="cite_ref-250"><a href="#cite_note-250">[243]</a></sup> As of 2017, the United Nations <a href="http://fakehost/wiki/International_Telecommunication_Union" title="International Telecommunication Union">International Telecommunication Union</a> ranks New Zealand 13th in the development of information and communications infrastructure.<sup id="cite_ref-251"><a href="#cite_note-251">[244]</a></sup>
+ </p>
+ <h2>
+ <span id="Demography">Demography</span>
+ </h2>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:New_Zealandpop.svg"><img alt="Stationary population pyramid broken down into 21 age ranges." src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/280px-New_Zealandpop.svg.png" decoding="async" width="280" height="210" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/420px-New_Zealandpop.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/560px-New_Zealandpop.svg.png 2x" data-file-width="800" data-file-height="600"></a></p>
+ </div>
+ <p>
+ The <a href="http://fakehost/wiki/2013_New_Zealand_census" title="2013 New Zealand census">2013 New Zealand census</a> enumerated a resident population of 4,242,048, an increase of 5.3% over the 2006 figure.<sup id="cite_ref-252"><a href="#cite_note-252">[245]</a></sup><sup id="cite_ref-254"><a href="#cite_note-254">[n 8]</a></sup> As of September 2019, the total population has risen to an estimated 4,933,210.<sup id="cite_ref-populationestimate_9-1"><a href="#cite_note-populationestimate-9">[5]</a></sup>
+ </p>
+ <p>
+ New Zealand is a predominantly urban country, with 73.0% of the population living in the seventeen main <a href="http://fakehost/wiki/Urban_area" title="Urban area">urban areas</a> (i.e. population 30,000 or greater) and 55.1% living in the four largest cities of <a href="http://fakehost/wiki/Auckland" title="Auckland">Auckland</a>, <a href="http://fakehost/wiki/Christchurch" title="Christchurch">Christchurch</a>, <a href="http://fakehost/wiki/Wellington" title="Wellington">Wellington</a>, and <a href="http://fakehost/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>.<sup id="cite_ref-Urban_255-0"><a href="#cite_note-Urban-255">[247]</a></sup> New Zealand cities generally rank highly on international livability measures. For instance, in 2016 Auckland was ranked the world's third <a href="http://fakehost/wiki/Most_liveable_city" title="Most liveable city">most liveable city</a> and Wellington the twelfth by the <a href="http://fakehost/wiki/Mercer_Quality_of_Living_Survey" title="Mercer Quality of Living Survey">Mercer Quality of Living Survey</a>.<sup id="cite_ref-256"><a href="#cite_note-256">[248]</a></sup>
+ </p>
+ <p>
+ Life expectancy for New Zealanders in 2012 was 84 years for females, and 80.2 years for males.<sup id="cite_ref-257"><a href="#cite_note-257">[249]</a></sup> Life expectancy at birth is forecast to increase from 80 years to 85 years in 2050 and infant mortality is expected to decline.<sup id="cite_ref-UNtwspop_258-0"><a href="#cite_note-UNtwspop-258">[250]</a></sup> New Zealand's <a href="http://fakehost/wiki/Fertility_rate" title="Fertility rate">fertility rate</a> of 2.1 is relatively high for a developed country, and natural births account for a significant proportion of <a href="http://fakehost/wiki/Replacement_fertility_rate" title="Replacement fertility rate">population growth</a>. Consequently, the country has a young population compared to most industrialised nations, with 20% of New Zealanders being 14 years old or younger.<sup id="cite_ref-CIA_150-4"><a href="#cite_note-CIA-150">[143]</a></sup> In 2018 the <a href="http://fakehost/wiki/Median_age" title="Median age">median age</a> of the New Zealand population was 38.1 years.<sup id="cite_ref-259"><a href="#cite_note-259">[251]</a></sup> By 2050 the median age is projected to rise to 43 years and the percentage of people 60 years of age and older to rise from 18% to 29%.<sup id="cite_ref-UNtwspop_258-1"><a href="#cite_note-UNtwspop-258">[250]</a></sup> In 2008 the leading cause of premature death was <a href="http://fakehost/wiki/Cancer" title="Cancer">cancer</a>, at 29.8%, followed by <a href="http://fakehost/wiki/Ischaemic_heart_disease" title="Ischaemic heart disease">ischaemic heart disease</a>, 19.7%, and then <a href="http://fakehost/wiki/Cerebrovascular_disease" title="Cerebrovascular disease">cerebrovascular disease</a>, 9.2%.<sup id="cite_ref-260"><a href="#cite_note-260">[252]</a></sup> As of 2016, total expenditure on <a href="http://fakehost/wiki/Health_care_in_New_Zealand" title="Health care in New Zealand">health care</a> (including private sector spending) is 9.2% of GDP.<sup id="cite_ref-261"><a href="#cite_note-261">[253]</a></sup><br>
+ </p>
+ <table readabilityDataTable="1">
+ <tbody>
+ <tr>
+ <th colspan="10">
+
+ <div>
+ <ul>
+ <li>
+ <a href="http://fakehost/wiki/Template:Largest_cities_in_New_Zealand" title="Template:Largest cities in New Zealand"><abbr title="View this template">v</abbr></a>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/Template_talk:Largest_cities_in_New_Zealand" title="Template talk:Largest cities in New Zealand"><abbr title="Discuss this template">t</abbr></a>
+ </li>
+ <li>
+ <a href="https://en.wikipedia.org/w/index.php?title=Template:Largest_cities_in_New_Zealand&amp;action=edit"><abbr title="Edit this template">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div>
+ <p><span>Largest urban areas in New Zealand</span></p><div>
+ <p><a href="http://fakehost/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a> June 2018 estimate (<abbr title="New Zealand Standard Areas Classification 1992">NZSAC92</abbr> boundaries)<sup id="cite_ref-NZ_population_data_262-0"><a href="#cite_note-NZ_population_data-262">[254]</a></sup>
+ </p></div>
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th></th>
+ <th>
+ <a href="http://fakehost/wiki/List_of_New_Zealand_urban_areas_by_population" title="List of New Zealand urban areas by population">Rank</a>
+ </th>
+ <th>
+ <a href="http://fakehost/wiki/List_of_cities_in_New_Zealand" title="List of cities in New Zealand">Name</a>
+ </th>
+ <th>
+ <a href="http://fakehost/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">Region</a>
+ </th>
+ <th>
+ <a href="http://fakehost/wiki/List_of_New_Zealand_urban_areas_by_population" title="List of New Zealand urban areas by population">Pop.</a>
+ </th>
+ <th>
+ <a href="http://fakehost/wiki/List_of_New_Zealand_urban_areas_by_population" title="List of New Zealand urban areas by population">Rank</a>
+ </th>
+ <th>
+ <a href="http://fakehost/wiki/List_of_cities_in_New_Zealand" title="List of cities in New Zealand">Name</a>
+ </th>
+ <th>
+ <a href="http://fakehost/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">Region</a>
+ </th>
+ <th>
+ <a href="http://fakehost/wiki/List_of_New_Zealand_urban_areas_by_population" title="List of New Zealand urban areas by population">Pop.</a>
+ </th>
+ <th></th>
+ </tr>
+ <tr>
+ <td rowspan="11">
+ <a href="http://fakehost/wiki/File:Auckland_Cbd_(217403753).jpeg" title="Auckland"><img alt="Auckland" src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Auckland_Cbd_%28217403753%29.jpeg/120px-Auckland_Cbd_%28217403753%29.jpeg" decoding="async" width="120" height="80" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Auckland_Cbd_%28217403753%29.jpeg/180px-Auckland_Cbd_%28217403753%29.jpeg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Auckland_Cbd_%28217403753%29.jpeg/240px-Auckland_Cbd_%28217403753%29.jpeg 2x" data-file-width="2048" data-file-height="1362"></a><br>
+ <a href="http://fakehost/wiki/Auckland" title="Auckland">Auckland</a><br>
+ <a href="http://fakehost/wiki/File:Wellington_at_dawn.jpg" title="Wellington"><img alt="Wellington" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Wellington_at_dawn.jpg/120px-Wellington_at_dawn.jpg" decoding="async" width="120" height="80" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Wellington_at_dawn.jpg/180px-Wellington_at_dawn.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Wellington_at_dawn.jpg/240px-Wellington_at_dawn.jpg 2x" data-file-width="3718" data-file-height="2479"></a><br>
+ <a href="http://fakehost/wiki/Wellington" title="Wellington">Wellington</a>
+ </td>
+ <td>
+ 1
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Auckland" title="Auckland">Auckland</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Auckland_Region" title="Auckland Region">Auckland</a>
+ </td>
+ <td>
+ 1,628,900
+ </td>
+ <td>
+ 11
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Whangarei" title="Whangarei">Whangarei</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Northland_Region" title="Northland Region">Northland</a>
+ </td>
+ <td>
+ 58,800
+ </td>
+ <td rowspan="11">
+ <a href="http://fakehost/wiki/File:Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_(2).jpg" title="Christchurch"><img alt="Christchurch" src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg/120px-Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg" decoding="async" width="120" height="80" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg/180px-Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg/240px-Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg 2x" data-file-width="1800" data-file-height="1200"></a><br>
+ <a href="http://fakehost/wiki/Christchurch" title="Christchurch">Christchurch</a><br>
+ <a href="http://fakehost/wiki/File:HamiltonNZfromUni.jpg" title="Hamilton"><img alt="Hamilton" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/HamiltonNZfromUni.jpg/120px-HamiltonNZfromUni.jpg" decoding="async" width="120" height="85" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/HamiltonNZfromUni.jpg/180px-HamiltonNZfromUni.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/HamiltonNZfromUni.jpg/240px-HamiltonNZfromUni.jpg 2x" data-file-width="3581" data-file-height="2528"></a><br>
+ <a href="http://fakehost/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 2
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Wellington" title="Wellington">Wellington</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Wellington_Region" title="Wellington Region">Wellington</a>
+ </td>
+ <td>
+ 418,500
+ </td>
+ <td>
+ 12
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/New_Plymouth" title="New Plymouth">New Plymouth</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Taranaki" title="Taranaki">Taranaki</a>
+ </td>
+ <td>
+ 58,300
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 3
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Christchurch" title="Christchurch">Christchurch</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Canterbury,_New_Zealand" title="Canterbury, New Zealand">Canterbury</a>
+ </td>
+ <td>
+ 404,500
+ </td>
+ <td>
+ 13
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Invercargill" title="Invercargill">Invercargill</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Southland,_New_Zealand" title="Southland, New Zealand">Southland</a>
+ </td>
+ <td>
+ 51,200
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 4
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Waikato" title="Waikato">Waikato</a>
+ </td>
+ <td>
+ 241,200
+ </td>
+ <td>
+ 14
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Kapiti_Urban_Area" title="Kapiti Urban Area">Kapiti</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Wellington_Region" title="Wellington Region">Wellington</a>
+ </td>
+ <td>
+ 42,700
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 5
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Tauranga" title="Tauranga">Tauranga</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Bay_of_Plenty" title="Bay of Plenty">Bay of Plenty</a>
+ </td>
+ <td>
+ 141,600
+ </td>
+ <td>
+ 15
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Whanganui" title="Whanganui">Whanganui</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Manawatu-Wanganui" title="Manawatu-Wanganui">Manawatu-Wanganui</a>
+ </td>
+ <td>
+ 40,900
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 6
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Napier-Hastings_Urban_Area" title="Napier-Hastings Urban Area">Napier-Hastings</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Hawke%27s_Bay_Region" title="Hawke's Bay Region">Hawke's Bay</a>
+ </td>
+ <td>
+ 134,500
+ </td>
+ <td>
+ 16
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Gisborne,_New_Zealand" title="Gisborne, New Zealand">Gisborne</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Gisborne_Region" title="Gisborne Region">Gisborne</a>
+ </td>
+ <td>
+ 37,200
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 7
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Dunedin" title="Dunedin">Dunedin</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Otago" title="Otago">Otago</a>
+ </td>
+ <td>
+ 122,000
+ </td>
+ <td>
+ 17
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Blenheim,_New_Zealand" title="Blenheim, New Zealand">Blenheim</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Marlborough_Region" title="Marlborough Region">Marlborough</a>
+ </td>
+ <td>
+ 31,600
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 8
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Palmerston_North" title="Palmerston North">Palmerston North</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Manawatu-Wanganui" title="Manawatu-Wanganui">Manawatu-Wanganui</a>
+ </td>
+ <td>
+ 86,600
+ </td>
+ <td>
+ 18
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Pukekohe" title="Pukekohe">Pukekohe</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Auckland_Region" title="Auckland Region">Auckland</a>
+ </td>
+ <td>
+ 31,400
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 9
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Nelson,_New_Zealand" title="Nelson, New Zealand">Nelson</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Nelson_Region" title="Nelson Region">Nelson</a>
+ </td>
+ <td>
+ 67,500
+ </td>
+ <td>
+ 19
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Timaru" title="Timaru">Timaru</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Canterbury,_New_Zealand" title="Canterbury, New Zealand">Canterbury</a>
+ </td>
+ <td>
+ 29,100
+ </td>
+ </tr>
+ <tr>
+ <td>
+ 10
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Rotorua" title="Rotorua">Rotorua</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Bay_of_Plenty" title="Bay of Plenty">Bay of Plenty</a>
+ </td>
+ <td>
+ 59,500
+ </td>
+ <td>
+ 20
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Taupo" title="Taupo">Taupo</a>
+ </td>
+ <td>
+ <a href="http://fakehost/wiki/Waikato" title="Waikato">Waikato</a>
+ </td>
+ <td>
+ 24,700
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+ <h3>
+ <span id="Ethnicity_and_immigration">Ethnicity and immigration</span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:Queen_Street_Midtown_Auckland.jpg"><img alt="Pedestrians crossing a wide street which is flanked by storefronts" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/220px-Queen_Street_Midtown_Auckland.jpg" decoding="async" width="220" height="158" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/330px-Queen_Street_Midtown_Auckland.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/440px-Queen_Street_Midtown_Auckland.jpg 2x" data-file-width="841" data-file-height="604"></a></p><div>
+ <p>Pedestrians on <a href="http://fakehost/wiki/Queen_Street,_Auckland" title="Queen Street, Auckland">Queen Street</a> in Auckland, an ethnically diverse city
+ </p></div>
+ </div>
+ <p>
+ In the 2013 census, 74.0% of New Zealand residents identified ethnically as European, and 14.9% as Māori. Other major ethnic groups include <a href="http://fakehost/wiki/Asian_New_Zealanders" title="Asian New Zealanders">Asian</a> (11.8%) and Pacific peoples (7.4%), two-thirds of whom live in the <a href="http://fakehost/wiki/Auckland_Region" title="Auckland Region">Auckland Region</a>.<sup id="cite_ref-QuickStats_ethnicity_263-0"><a href="#cite_note-QuickStats_ethnicity-263">[255]</a></sup><sup id="cite_ref-ethnicity_6-1"><a href="#cite_note-ethnicity-6">[n 3]</a></sup> The population has become more diverse in recent decades: in 1961, the census reported that the population of New Zealand was 92% European and 7% Māori, with Asian and Pacific minorities sharing the remaining 1%.<sup id="cite_ref-264"><a href="#cite_note-264">[256]</a></sup>
+ </p>
+ <p>
+ While the <a href="http://fakehost/wiki/Demonym" title="Demonym">demonym</a> for a New Zealand citizen is New Zealander, the informal "<a href="http://fakehost/wiki/Kiwi_(people)" title="Kiwi (people)">Kiwi</a>" is commonly used both internationally<sup id="cite_ref-265"><a href="#cite_note-265">[257]</a></sup> and by locals.<sup id="cite_ref-266"><a href="#cite_note-266">[258]</a></sup> The Māori loanword <a href="http://fakehost/wiki/P%C4%81keh%C4%81" title="Pākehā">Pākehā</a> has been used to refer to <a href="http://fakehost/wiki/European_New_Zealanders" title="European New Zealanders">New Zealanders of European descent</a>, although others reject this appellation.<sup id="cite_ref-FOOTNOTEBain200631_267-0"><a href="#cite_note-FOOTNOTEBain200631-267">[259]</a></sup><sup id="cite_ref-268"><a href="#cite_note-268">[260]</a></sup> The word Pākehā today is increasingly used to refer to all non-Polynesian New Zealanders.<sup id="cite_ref-Pakeha_269-0"><a href="#cite_note-Pakeha-269">[261]</a></sup>
+ </p>
+ <p>
+ The Māori were the first people to reach New Zealand, followed by the early <a href="http://fakehost/wiki/P%C4%81keh%C4%81_settlers" title="Pākehā settlers">European settlers</a>. Following colonisation, immigrants were predominantly from Britain, Ireland and Australia because of restrictive policies similar to the <a href="http://fakehost/wiki/White_Australia_policy" title="White Australia policy">White Australia policy</a>.<sup id="cite_ref-270"><a href="#cite_note-270">[262]</a></sup> There was also significant Dutch, <a href="http://fakehost/wiki/Dalmatia" title="Dalmatia">Dalmatian</a>,<sup id="cite_ref-271"><a href="#cite_note-271">[263]</a></sup> German, and Italian immigration, together with indirect European immigration through Australia, North America, South America and South Africa.<sup id="cite_ref-272"><a href="#cite_note-272">[264]</a></sup><sup id="cite_ref-Immigration_history_273-0"><a href="#cite_note-Immigration_history-273">[265]</a></sup> Net migration increased after the Second World War; in the 1970s and 1980s policies were relaxed and immigration from Asia was promoted.<sup id="cite_ref-Immigration_history_273-1"><a href="#cite_note-Immigration_history-273">[265]</a></sup><sup id="cite_ref-274"><a href="#cite_note-274">[266]</a></sup> In 2009–10, an annual target of 45,000–50,000 permanent residence approvals was set by the New Zealand Immigration Service—more than one new migrant for every 100 New Zealand residents.<sup id="cite_ref-Recent_immigration_275-0"><a href="#cite_note-Recent_immigration-275">[267]</a></sup> Just over 25% of New Zealand's population was born overseas, with the majority (52%) living in the Auckland Region. The United Kingdom remains the largest source of New Zealand's overseas population, with a quarter of all overseas-born New Zealanders born there; other major sources of New Zealand's overseas-born population are China, India, Australia, South Africa, Fiji and Samoa.<sup id="cite_ref-276"><a href="#cite_note-276">[268]</a></sup> The number of fee-paying <a href="http://fakehost/wiki/International_student" title="International student">international students</a> increased sharply in the late 1990s, with more than 20,000 studying in public <a href="http://fakehost/wiki/Tertiary_education" title="Tertiary education">tertiary institutions</a> in 2002.<sup id="cite_ref-277"><a href="#cite_note-277">[269]</a></sup>
+ </p>
+ <h3>
+ <span id="Language">Language</span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:TeReoMaori2013.png"><img alt="Map of New Zealand showing the percentage of people in each census area unit who speak Māori. Areas of the North Island exhibit the highest Māori proficiency." src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/220px-TeReoMaori2013.png" decoding="async" width="220" height="165" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/330px-TeReoMaori2013.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/440px-TeReoMaori2013.png 2x" data-file-width="5000" data-file-height="3759"></a></p><div>
+ <p>Speakers of Māori according to the 2013 census<sup id="cite_ref-278"><a href="#cite_note-278">[270]</a></sup></p><p><span>&nbsp;</span>&nbsp;Less than 5%
+ </p>
+ <p><span>&nbsp;</span>&nbsp;More than 5%
+ </p>
+ <p><span>&nbsp;</span>&nbsp;More than 10%
+ </p>
+ <p><span>&nbsp;</span>&nbsp;More than 20%
+ </p>
+ <p><span>&nbsp;</span>&nbsp;More than 30%
+ </p>
+ <p><span>&nbsp;</span>&nbsp;More than 40%
+ </p>
+ <p><span>&nbsp;</span>&nbsp;More than 50%
+ </p>
+ </div>
+ </div>
+ <p>
+ English is the predominant language in New Zealand, spoken by 96.1% of the population.<sup id="cite_ref-SpokenLanguage_279-0"><a href="#cite_note-SpokenLanguage-279">[271]</a></sup> <a href="http://fakehost/wiki/New_Zealand_English" title="New Zealand English">New Zealand English</a> is similar to <a href="http://fakehost/wiki/Australian_English" title="Australian English">Australian English</a> and many speakers from the Northern Hemisphere are unable to tell the <a href="http://fakehost/wiki/Accent_(sociolinguistics)" title="Accent (sociolinguistics)">accents</a> apart.<sup id="cite_ref-FOOTNOTEHayMaclaganGordon200814_280-0"><a href="#cite_note-FOOTNOTEHayMaclaganGordon200814-280">[272]</a></sup> The most prominent differences between the New Zealand English dialect and other English dialects are the shifts in the short front vowels: the short-"i" sound (as in "kit") has centralised towards the <a href="http://fakehost/wiki/Schwa" title="Schwa">schwa</a> sound (the "a" in "comma" and "about"); the short-"e" sound (as in "dress") has moved towards the short-"i" sound; and the short-"a" sound (as in "trap") has moved to the short-"e" sound.<sup id="cite_ref-281"><a href="#cite_note-281">[273]</a></sup>
+ </p>
+ <p>
+ After the Second World War, Māori were discouraged from speaking their own language (<i><a href="http://fakehost/wiki/Te_reo_M%C4%81ori" title="Te reo Māori">te reo Māori</a></i>) in schools and workplaces and it existed as a community language only in a few remote areas.<sup id="cite_ref-Maori_language_282-0"><a href="#cite_note-Maori_language-282">[274]</a></sup> It has recently undergone a process of revitalisation,<sup id="cite_ref-283"><a href="#cite_note-283">[275]</a></sup> being declared one of New Zealand's official languages in 1987,<sup id="cite_ref-284"><a href="#cite_note-284">[276]</a></sup> and is spoken by 3.7% of the population.<sup id="cite_ref-SpokenLanguage_279-1"><a href="#cite_note-SpokenLanguage-279">[271]</a></sup><sup id="cite_ref-286"><a href="#cite_note-286">[n 9]</a></sup> There are now Māori language immersion schools and two television channels that broadcast predominantly in Māori.<sup id="cite_ref-287"><a href="#cite_note-287">[278]</a></sup> <a href="http://fakehost/wiki/List_of_dual_place_names_in_New_Zealand" title="List of dual place names in New Zealand">Many places</a> have both their Māori and English names officially recognised.<sup id="cite_ref-288"><a href="#cite_note-288">[279]</a></sup>
+ </p>
+ <p>
+ As recorded in the 2013 census,<sup id="cite_ref-SpokenLanguage_279-2"><a href="#cite_note-SpokenLanguage-279">[271]</a></sup> <a href="http://fakehost/wiki/Samoan_language" title="Samoan language">Samoan</a> is the most widely spoken non-official language (2.2%),<sup id="cite_ref-289"><a href="#cite_note-289">[n 10]</a></sup> followed by <a href="http://fakehost/wiki/Hindi" title="Hindi">Hindi</a> (1.7%), "Northern Chinese" (including <a href="http://fakehost/wiki/Mandarin_Chinese" title="Mandarin Chinese">Mandarin</a>, 1.3%) and French (1.2%). 20,235 people (0.5%) reported the ability to use <a href="http://fakehost/wiki/New_Zealand_Sign_Language" title="New Zealand Sign Language">New Zealand Sign Language</a>. It was declared one of New Zealand's official languages in 2006.<sup id="cite_ref-290"><a href="#cite_note-290">[280]</a></sup>
+ </p>
+ <h3>
+ <span id="Religion">Religion</span>
+ </h3>
+
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:Ratana_Church_Raetihi.jpg"><img alt="Simple white building with two red domed towers" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/170px-Ratana_Church_Raetihi.jpg" decoding="async" width="170" height="227" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/255px-Ratana_Church_Raetihi.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/340px-Ratana_Church_Raetihi.jpg 2x" data-file-width="1624" data-file-height="2164"></a></p><div>
+ <p>A <a href="http://fakehost/wiki/R%C4%81tana" title="Rātana">Rātana</a> church on a hill near <a href="http://fakehost/wiki/Raetihi" title="Raetihi">Raetihi</a>. The two-tower construction is characteristic of Rātana buildings.
+ </p></div>
+ </div>
+ <p>
+ <a href="http://fakehost/wiki/Christianity_in_New_Zealand" title="Christianity in New Zealand">Christianity</a> is the predominant religion in New Zealand, although its society is among the most <a href="http://fakehost/wiki/Secular" title="Secular">secular</a> in the world.<sup id="cite_ref-291"><a href="#cite_note-291">[281]</a></sup><sup id="cite_ref-292"><a href="#cite_note-292">[282]</a></sup> In the 2018 census, 51.4% of the population identified with one or more religions, including 38.6% identifying as Christians. Another 48.6% indicated that they had no religion.<sup id="cite_ref-293"><a href="#cite_note-293">[n 11]</a></sup> The main Christian denominations are, by number of adherents, <a href="http://fakehost/wiki/Catholic_Church_in_New_Zealand" title="Catholic Church in New Zealand">Roman Catholicism</a> (10.1%), <a href="http://fakehost/wiki/Anglican_Church_in_Aotearoa,_New_Zealand_and_Polynesia" title="Anglican Church in Aotearoa, New Zealand and Polynesia">Anglicanism</a> (6.8%), <a href="http://fakehost/wiki/Presbyterian_Church_of_Aotearoa_New_Zealand" title="Presbyterian Church of Aotearoa New Zealand">Presbyterianism</a> (5.5%) and "Christian not further defined" (i.e. people identifying as Christian but not stating the denomination, 6.6%). The Māori-based <a href="http://fakehost/wiki/Ringat%C5%AB" title="Ringatū">Ringatū</a> and <a href="http://fakehost/wiki/R%C4%81tana" title="Rātana">Rātana</a> religions (1.3%) are also Christian in origin.<sup id="cite_ref-2013statstables_295-0"><a href="#cite_note-2013statstables-295">[284]</a></sup><sup id="cite_ref-296"><a href="#cite_note-296">[285]</a></sup> Immigration and demographic change in recent decades has contributed to the growth of minority religions,<sup id="cite_ref-297"><a href="#cite_note-297">[286]</a></sup> such as <a href="http://fakehost/wiki/Hinduism_in_New_Zealand" title="Hinduism in New Zealand">Hinduism</a> (2.6%), <a href="http://fakehost/wiki/Buddhism_in_New_Zealand" title="Buddhism in New Zealand">Buddhism</a> (1.1%), <a href="http://fakehost/wiki/Islam_in_New_Zealand" title="Islam in New Zealand">Islam</a> (1.3%) and <a href="http://fakehost/wiki/Sikhism_in_New_Zealand" title="Sikhism in New Zealand">Sikhism</a> (0.5%).<sup id="cite_ref-2013statstables_295-1"><a href="#cite_note-2013statstables-295">[284]</a></sup> The Auckland Region exhibited the greatest religious diversity.<sup id="cite_ref-2013statstables_295-2"><a href="#cite_note-2013statstables-295">[284]</a></sup>
+ </p>
+ <h3>
+ <span id="Education">Education</span>
+ </h3>
+
+ <p>
+ Primary and secondary schooling is compulsory for children aged 6 to 16, with the majority attending from the age of 5.<sup id="cite_ref-Education_Stats_298-0"><a href="#cite_note-Education_Stats-298">[287]</a></sup> There are 13 school years and attending <a href="http://fakehost/wiki/State_school" title="State school">state (public) schools</a> is free to New Zealand citizens and permanent residents from a person's 5th birthday to the end of the calendar year following their 19th birthday.<sup id="cite_ref-299"><a href="#cite_note-299">[288]</a></sup> New Zealand has an adult literacy rate of 99%,<sup id="cite_ref-CIA_150-5"><a href="#cite_note-CIA-150">[143]</a></sup> and over half of the population aged 15 to 29 hold a tertiary qualification.<sup id="cite_ref-Education_Stats_298-1"><a href="#cite_note-Education_Stats-298">[287]</a></sup> There are five types of government-owned tertiary institutions: universities, colleges of education, <a href="http://fakehost/wiki/Institute_of_technology#New_Zealand" title="Institute of technology">polytechnics</a>, specialist colleges, and <a href="http://fakehost/wiki/W%C4%81nanga" title="Wānanga">wānanga</a>,<sup id="cite_ref-EducationAct1989_300-0"><a href="#cite_note-EducationAct1989-300">[289]</a></sup> in addition to private training establishments.<sup id="cite_ref-NZQA_301-0"><a href="#cite_note-NZQA-301">[290]</a></sup> In the adult population 14.2% have a <a href="http://fakehost/wiki/Bachelor%27s_degree" title="Bachelor's degree">bachelor's degree</a> or higher, 30.4% have some form of secondary qualification as their highest qualification and 22.4% have no formal qualification.<sup id="cite_ref-TertiaryEdStats_302-0"><a href="#cite_note-TertiaryEdStats-302">[291]</a></sup> The OECD's <a href="http://fakehost/wiki/Programme_for_International_Student_Assessment" title="Programme for International Student Assessment">Programme for International Student Assessment</a> ranks New Zealand's education system as the seventh best in the world, with students performing exceptionally well in reading, mathematics and science.<sup id="cite_ref-303"><a href="#cite_note-303">[292]</a></sup>
+ </p>
+
+ <h2>
+ <span id="Culture">Culture</span>
+ </h2>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:KupeWheke.jpg" title="Use the scrollbar to see the full image."><img alt="Tall wooden carving showing Kupe above two tentacled sea creatures" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/150px-KupeWheke.jpg" decoding="async" width="150" height="605" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/225px-KupeWheke.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/300px-KupeWheke.jpg 2x" data-file-width="389" data-file-height="1570"></a>
+ </p>
+ <div>
+ <p>Late 20th-century house-post depicting the navigator <a href="http://fakehost/wiki/Kupe" title="Kupe">Kupe</a> fighting two sea creatures
+ </p></div>
+ </div>
+ <p>
+ Early Māori adapted the tropically based east <a href="http://fakehost/wiki/Polynesian_culture" title="Polynesian culture">Polynesian culture</a> in line with the challenges associated with a larger and more diverse environment, eventually developing their own distinctive culture. Social organisation was largely communal with families (<i><a href="http://fakehost/wiki/Wh%C4%81nau" title="Whānau">whānau</a></i>), subtribes (<i>hapū</i>) and tribes (<i>iwi</i>) ruled by a chief (<i><a href="http://fakehost/wiki/Rangatira" title="Rangatira">rangatira</a></i>), whose position was subject to the community's approval.<sup id="cite_ref-FOOTNOTEKennedy2007398_304-0"><a href="#cite_note-FOOTNOTEKennedy2007398-304">[293]</a></sup> The British and Irish immigrants brought aspects of their own culture to New Zealand and also influenced Māori culture,<sup id="cite_ref-305"><a href="#cite_note-305">[294]</a></sup><sup id="cite_ref-306"><a href="#cite_note-306">[295]</a></sup> particularly with the introduction of Christianity.<sup id="cite_ref-307"><a href="#cite_note-307">[296]</a></sup> However, Māori still regard their allegiance to tribal groups as a vital part of <a href="http://fakehost/wiki/Cultural_identity" title="Cultural identity">their identity</a>, and Māori kinship roles resemble <a href="http://fakehost/wiki/Hawaiian_kinship" title="Hawaiian kinship">those of other Polynesian peoples</a>.<sup id="cite_ref-308"><a href="#cite_note-308">[297]</a></sup> More recently <a href="http://fakehost/wiki/Culture_of_the_United_States" title="Culture of the United States">American</a>, <a href="http://fakehost/wiki/Culture_of_Australia" title="Culture of Australia">Australian</a>, <a href="http://fakehost/wiki/Culture_of_Asia" title="Culture of Asia">Asian</a> and other <a href="http://fakehost/wiki/Culture_of_Europe" title="Culture of Europe">European cultures</a> have exerted influence on New Zealand. Non-Māori Polynesian cultures are also apparent, with <a href="http://fakehost/wiki/Pasifika_Festival" title="Pasifika Festival">Pasifika</a>, the world's largest Polynesian festival, now an annual event in Auckland.<sup id="cite_ref-309"><a href="#cite_note-309">[298]</a></sup>
+ </p>
+ <p>
+ The largely rural life in early New Zealand led to the image of New Zealanders being rugged, industrious problem solvers.<sup id="cite_ref-FOOTNOTEKennedy2007400_310-0"><a href="#cite_note-FOOTNOTEKennedy2007400-310">[299]</a></sup> Modesty was expected and enforced through the "<a href="http://fakehost/wiki/Tall_poppy_syndrome" title="Tall poppy syndrome">tall poppy syndrome</a>", where high achievers received harsh criticism.<sup id="cite_ref-FOOTNOTEKennedy2007399_311-0"><a href="#cite_note-FOOTNOTEKennedy2007399-311">[300]</a></sup> At the time New Zealand was not known as an intellectual country.<sup id="cite_ref-312"><a href="#cite_note-312">[301]</a></sup> From the early 20th century until the late 1960s, Māori culture was suppressed by the attempted <a href="http://fakehost/wiki/Forced_assimilation" title="Forced assimilation">assimilation</a> of Māori into British New Zealanders.<sup id="cite_ref-Maori_language_282-1"><a href="#cite_note-Maori_language-282">[274]</a></sup> In the 1960s, as tertiary education became more available and <a href="http://fakehost/wiki/Urbanization" title="Urbanization">cities expanded</a><sup id="cite_ref-313"><a href="#cite_note-313">[302]</a></sup> urban culture began to dominate.<sup id="cite_ref-314"><a href="#cite_note-314">[303]</a></sup> However, rural imagery and themes are common in New Zealand's art, literature and media.<sup id="cite_ref-315"><a href="#cite_note-315">[304]</a></sup>
+ </p>
+ <p>
+ <a href="http://fakehost/wiki/National_symbols_of_New_Zealand" title="National symbols of New Zealand">New Zealand's national symbols</a> are influenced by natural, historical, and Māori sources. The <a href="http://fakehost/wiki/Silver_fern" title="Silver fern">silver fern</a> is an emblem appearing on army insignia and sporting team uniforms.<sup id="cite_ref-Wilson2016_316-0"><a href="#cite_note-Wilson2016-316">[305]</a></sup> Certain items of popular culture thought to be unique to New Zealand are called "<a href="http://fakehost/wiki/Kiwiana" title="Kiwiana">Kiwiana</a>".<sup id="cite_ref-Wilson2016_316-1"><a href="#cite_note-Wilson2016-316">[305]</a></sup>
+ </p>
+ <h3>
+ <span id="Art">Art</span>
+ </h3>
+
+ <p>
+ As part of the resurgence of Māori culture, the traditional crafts of carving and weaving are now more widely practised and Māori artists are increasing in number and influence.<sup id="cite_ref-Creative_317-0"><a href="#cite_note-Creative-317">[306]</a></sup> Most Māori carvings feature human figures, generally with three fingers and either a natural-looking, detailed head or a grotesque head.<sup id="cite_ref-318"><a href="#cite_note-318">[307]</a></sup> Surface patterns consisting of spirals, ridges, notches and fish scales decorate most carvings.<sup id="cite_ref-319"><a href="#cite_note-319">[308]</a></sup> The pre-eminent Māori architecture consisted of carved meeting houses (<i><a href="http://fakehost/wiki/Wharenui" title="Wharenui">wharenui</a></i>) decorated with symbolic carvings and illustrations. These buildings were originally designed to be constantly rebuilt, changing and adapting to different whims or needs.<sup id="cite_ref-320"><a href="#cite_note-320">[309]</a></sup>
+ </p>
+ <p>
+ Māori decorated the white wood of buildings, canoes and cenotaphs using red (a mixture of red <a href="http://fakehost/wiki/Ochre" title="Ochre">ochre</a> and shark fat) and black (made from soot) paint and painted pictures of birds, reptiles and other designs on cave walls.<sup id="cite_ref-321"><a href="#cite_note-321">[310]</a></sup> Māori tattoos (<i><a href="http://fakehost/wiki/T%C4%81_moko" title="Tā moko">moko</a></i>) consisting of coloured soot mixed with gum were cut into the flesh with a bone chisel.<sup id="cite_ref-322"><a href="#cite_note-322">[311]</a></sup> Since European arrival paintings and photographs have been dominated by landscapes, originally not as works of art but as factual portrayals of New Zealand.<sup id="cite_ref-beginnings_323-0"><a href="#cite_note-beginnings-323">[312]</a></sup> Portraits of Māori were also common, with early painters often portraying them as "<a href="http://fakehost/wiki/Noble_savage" title="Noble savage">noble savages</a>", exotic beauties or friendly natives.<sup id="cite_ref-beginnings_323-1"><a href="#cite_note-beginnings-323">[312]</a></sup> The country's isolation delayed the influence of European artistic trends allowing local artists to develop their own distinctive style of <a href="http://fakehost/wiki/Regionalism_(art)" title="Regionalism (art)">regionalism</a>.<sup id="cite_ref-324"><a href="#cite_note-324">[313]</a></sup> During the 1960s and 1970s many artists combined traditional Māori and Western techniques, creating unique art forms.<sup id="cite_ref-325"><a href="#cite_note-325">[314]</a></sup> New Zealand art and craft has gradually achieved an international audience, with exhibitions in the <a href="http://fakehost/wiki/Venice_Biennale" title="Venice Biennale">Venice Biennale</a> in 2001 and the "Paradise Now" exhibition in New York in 2004.<sup id="cite_ref-Creative_317-1"><a href="#cite_note-Creative-317">[306]</a></sup><sup id="cite_ref-326"><a href="#cite_note-326">[315]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Hinepare.jpg"><img alt="Refer to caption" src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/170px-Hinepare.jpg" decoding="async" width="170" height="218" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/255px-Hinepare.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/340px-Hinepare.jpg 2x" data-file-width="545" data-file-height="700"></a></p>
+ </div>
+ <p>
+ Māori cloaks are made of fine flax fibre and patterned with black, red and white triangles, diamonds and other geometric shapes.<sup id="cite_ref-327"><a href="#cite_note-327">[316]</a></sup> <a href="http://fakehost/wiki/Pounamu" title="Pounamu">Greenstone</a> was fashioned into earrings and necklaces, with the most well-known design being the <a href="http://fakehost/wiki/Hei-tiki" title="Hei-tiki">hei-tiki</a>, a distorted human figure sitting cross-legged with its head tilted to the side.<sup id="cite_ref-328"><a href="#cite_note-328">[317]</a></sup> Europeans brought English fashion etiquette to New Zealand, and until the 1950s most people dressed up for social occasions.<sup id="cite_ref-329"><a href="#cite_note-329">[318]</a></sup> Standards have since relaxed and New Zealand fashion has received a reputation for being casual, practical and lacklustre.<sup id="cite_ref-330"><a href="#cite_note-330">[319]</a></sup><sup id="cite_ref-The_Economist_print_edition_331-0"><a href="#cite_note-The_Economist_print_edition-331">[320]</a></sup> However, the local fashion industry has grown significantly since 2000, doubling exports and increasing from a handful to about 50 established labels, with some labels gaining international recognition.<sup id="cite_ref-The_Economist_print_edition_331-1"><a href="#cite_note-The_Economist_print_edition-331">[320]</a></sup>
+ </p>
+ <h3>
+ <span id="Literature">Literature</span>
+ </h3>
+
+ <p>
+ Māori quickly adopted writing as a means of sharing ideas, and many of their oral stories and poems were converted to the written form.<sup id="cite_ref-332"><a href="#cite_note-332">[321]</a></sup> Most early English literature was obtained from Britain and it was not until the 1950s when local publishing outlets increased that New Zealand literature started to become widely known.<sup id="cite_ref-333"><a href="#cite_note-333">[322]</a></sup> Although still largely influenced by global trends (<a href="http://fakehost/wiki/Literary_modernism" title="Literary modernism">modernism</a>) and events (the Great Depression), writers in the 1930s began to develop stories increasingly focused on their experiences in New Zealand. During this period literature changed from a <a href="http://fakehost/wiki/Journalism" title="Journalism">journalistic</a> activity to a more academic pursuit.<sup id="cite_ref-334"><a href="#cite_note-334">[323]</a></sup> Participation in the world wars gave some New Zealand writers a new perspective on New Zealand culture and with the post-war expansion of universities local literature flourished.<sup id="cite_ref-335"><a href="#cite_note-335">[324]</a></sup> Dunedin is a UNESCO <a href="http://fakehost/wiki/City_of_Literature" title="City of Literature">City of Literature</a>.<sup id="cite_ref-336"><a href="#cite_note-336">[325]</a></sup>
+ </p>
+ <h3>
+ <span id="Media_and_entertainment">Media and entertainment</span>
+ </h3>
+
+ <p>
+ New Zealand music has been influenced by <a href="http://fakehost/wiki/Blues" title="Blues">blues</a>, <a href="http://fakehost/wiki/Jazz" title="Jazz">jazz</a>, <a href="http://fakehost/wiki/Country_music" title="Country music">country</a>, <a href="http://fakehost/wiki/Rock_and_roll" title="Rock and roll">rock and roll</a> and <a href="http://fakehost/wiki/Hip_hop_music" title="Hip hop music">hip hop</a>, with many of these genres given a unique New Zealand interpretation.<sup id="cite_ref-music_337-0"><a href="#cite_note-music-337">[326]</a></sup> Māori developed traditional chants and songs from their ancient Southeast Asian origins, and after centuries of isolation created a unique "monotonous" and "<a href="https://en.wiktionary.org/wiki/doleful" title="wikt:doleful">doleful</a>" sound.<sup id="cite_ref-338"><a href="#cite_note-338">[327]</a></sup> Flutes and trumpets were used as musical instruments<sup id="cite_ref-339"><a href="#cite_note-339">[328]</a></sup> or as signalling devices during war or special occasions.<sup id="cite_ref-340"><a href="#cite_note-340">[329]</a></sup> Early settlers brought over their ethnic music, with <a href="http://fakehost/wiki/Brass_band" title="Brass band">brass bands</a> and <a href="http://fakehost/wiki/Choir" title="Choir">choral music</a> being popular, and musicians began touring New Zealand in the 1860s.<sup id="cite_ref-341"><a href="#cite_note-341">[330]</a></sup><sup id="cite_ref-342"><a href="#cite_note-342">[331]</a></sup> <a href="http://fakehost/wiki/Pipe_band" title="Pipe band">Pipe bands</a> became widespread during the early 20th century.<sup id="cite_ref-343"><a href="#cite_note-343">[332]</a></sup> The New Zealand recording industry began to develop from 1940 onwards and many New Zealand musicians have obtained success in Britain and the United States.<sup id="cite_ref-music_337-1"><a href="#cite_note-music-337">[326]</a></sup> Some artists release Māori language songs and the Māori tradition-based art of <i><a href="http://fakehost/wiki/Kapa_haka" title="Kapa haka">kapa haka</a></i> (song and dance) has made a resurgence.<sup id="cite_ref-344"><a href="#cite_note-344">[333]</a></sup> The <a href="http://fakehost/wiki/New_Zealand_Music_Awards" title="New Zealand Music Awards">New Zealand Music Awards</a> are held annually by <a href="http://fakehost/wiki/Recorded_Music_NZ" title="Recorded Music NZ">Recorded Music NZ</a>; the awards were first held in 1965 by <a href="http://fakehost/wiki/Reckitt_%26_Colman" title="Reckitt &amp; Colman">Reckitt &amp; Colman</a> as the <a href="http://fakehost/wiki/Loxene_Golden_Disc" title="Loxene Golden Disc">Loxene Golden Disc</a> awards.<sup id="cite_ref-345"><a href="#cite_note-345">[334]</a></sup> Recorded Music NZ also publishes the country's <a href="http://fakehost/wiki/Official_New_Zealand_Music_Chart" title="Official New Zealand Music Chart">official weekly record charts</a>.<sup id="cite_ref-346"><a href="#cite_note-346">[335]</a></sup>
+ </p>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Hobbit_holes_reflected_in_water.jpg"><img alt="Hills with inset, round doors. Reflected in water." src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/220px-Hobbit_holes_reflected_in_water.jpg" decoding="async" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/330px-Hobbit_holes_reflected_in_water.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/440px-Hobbit_holes_reflected_in_water.jpg 2x" data-file-width="5184" data-file-height="3456"></a></p>
+ </div>
+ <p>
+ Public <a href="http://fakehost/wiki/Radio_in_New_Zealand" title="Radio in New Zealand">radio</a> was introduced in New Zealand in 1922.<sup id="cite_ref-348"><a href="#cite_note-348">[337]</a></sup> A state-owned <a href="http://fakehost/wiki/Television_in_New_Zealand" title="Television in New Zealand">television service</a> began in 1960.<sup id="cite_ref-349"><a href="#cite_note-349">[338]</a></sup> Deregulation in the 1980s saw a sudden increase in the numbers of radio and television stations.<sup id="cite_ref-NZ_TV_350-0"><a href="#cite_note-NZ_TV-350">[339]</a></sup> New Zealand television primarily broadcasts American and British programming, along with a large number of Australian and local shows.<sup id="cite_ref-351"><a href="#cite_note-351">[340]</a></sup> The number of <a href="http://fakehost/wiki/List_of_New_Zealand_films" title="List of New Zealand films">New Zealand films</a> significantly increased during the 1970s. In 1978 the <a href="http://fakehost/wiki/New_Zealand_Film_Commission" title="New Zealand Film Commission">New Zealand Film Commission</a> started assisting local film-makers and many films attained a world audience, some receiving international acknowledgement.<sup id="cite_ref-NZ_TV_350-1"><a href="#cite_note-NZ_TV-350">[339]</a></sup> The highest-grossing New Zealand films are <i><a href="http://fakehost/wiki/Hunt_for_the_Wilderpeople" title="Hunt for the Wilderpeople">Hunt for the Wilderpeople</a></i>, <i><a href="http://fakehost/wiki/Boy_(2010_film)" title="Boy (2010 film)">Boy</a></i>, <i><a href="http://fakehost/wiki/The_World%27s_Fastest_Indian" title="The World's Fastest Indian">The World's Fastest Indian</a></i>, <i><a href="http://fakehost/wiki/Once_Were_Warriors_(film)" title="Once Were Warriors (film)">Once Were Warriors</a></i> and <i><a href="http://fakehost/wiki/Whale_Rider" title="Whale Rider">Whale Rider</a></i>.<sup id="cite_ref-352"><a href="#cite_note-352">[341]</a></sup> The country's diverse scenery and compact size, plus government incentives,<sup id="cite_ref-353"><a href="#cite_note-353">[342]</a></sup> have encouraged some <a href="http://fakehost/wiki/Film_producer" title="Film producer">producers</a> to shoot big-budget productions in New Zealand, including <i><a href="http://fakehost/wiki/Avatar_(2009_film)" title="Avatar (2009 film)">Avatar</a></i>, <i><a href="http://fakehost/wiki/The_Lord_of_the_Rings_(film_series)" title="The Lord of the Rings (film series)">The Lord of the Rings</a></i>, <i><a href="http://fakehost/wiki/The_Hobbit_(film_series)" title="The Hobbit (film series)">The Hobbit</a></i>, <i><a href="http://fakehost/wiki/The_Chronicles_of_Narnia_(film_series)" title="The Chronicles of Narnia (film series)">The Chronicles of Narnia</a></i>, <i><a href="http://fakehost/wiki/King_Kong_(2005_film)" title="King Kong (2005 film)">King Kong</a></i> and <i><a href="http://fakehost/wiki/The_Last_Samurai" title="The Last Samurai">The Last Samurai</a></i>.<sup id="cite_ref-354"><a href="#cite_note-354">[343]</a></sup> The New Zealand media industry is dominated by a small number of companies, most of which are foreign-owned, although the <a href="http://fakehost/wiki/Crown_entity" title="Crown entity">state retains ownership</a> of some television and radio stations.<sup id="cite_ref-355"><a href="#cite_note-355">[344]</a></sup> Since 1994, <a href="http://fakehost/wiki/Freedom_House" title="Freedom House">Freedom House</a> has consistently ranked New Zealand's press freedom in the top twenty, with the 19th freest media in 2015.<sup id="cite_ref-356"><a href="#cite_note-356">[345]</a></sup>
+ </p>
+
+ <h3>
+ <span id="Sports">Sports</span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:Haka_2006.jpg"><img alt="Rugby team wearing all black, facing the camera, knees bent, and facing toward a team wearing white" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/220px-Haka_2006.jpg" decoding="async" width="220" height="146" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/330px-Haka_2006.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/440px-Haka_2006.jpg 2x" data-file-width="3008" data-file-height="2000"></a></p>
+ </div>
+ <p>
+ Most of the major sporting codes played in New Zealand have British origins.<sup id="cite_ref-357"><a href="#cite_note-357">[346]</a></sup> <a href="http://fakehost/wiki/Rugby_union" title="Rugby union">Rugby union</a> is considered the <a href="http://fakehost/wiki/National_sport" title="National sport">national sport</a><sup id="cite_ref-358"><a href="#cite_note-358">[347]</a></sup> and attracts the most spectators.<sup id="cite_ref-Organised_Sport_359-0"><a href="#cite_note-Organised_Sport-359">[348]</a></sup> <a href="http://fakehost/wiki/Golf" title="Golf">Golf</a>, <a href="http://fakehost/wiki/Netball" title="Netball">netball</a>, <a href="http://fakehost/wiki/Tennis" title="Tennis">tennis</a> and <a href="http://fakehost/wiki/Cricket" title="Cricket">cricket</a> have the highest rates of adult participation, while netball, rugby union and <a href="http://fakehost/wiki/Association_football" title="Association football">football (soccer)</a> are particularly popular among young people.<sup id="cite_ref-Organised_Sport_359-1"><a href="#cite_note-Organised_Sport-359">[348]</a></sup><sup id="cite_ref-nzsssc_360-0"><a href="#cite_note-nzsssc-360">[349]</a></sup> Around 54% of New Zealand adolescents participate in sports for their school.<sup id="cite_ref-nzsssc_360-1"><a href="#cite_note-nzsssc-360">[349]</a></sup> Victorious rugby tours to Australia and the United Kingdom in the <a href="http://fakehost/wiki/1888%E2%80%9389_New_Zealand_Native_football_team" title="1888–89 New Zealand Native football team">late 1880s</a> and the <a href="http://fakehost/wiki/The_Original_All_Blacks" title="The Original All Blacks">early 1900s</a> played an early role in instilling a national identity.<sup id="cite_ref-361"><a href="#cite_note-361">[350]</a></sup> <a href="http://fakehost/wiki/Horseracing_in_New_Zealand" title="Horseracing in New Zealand">Horseracing</a> was also a popular <a href="http://fakehost/wiki/Spectator_sport" title="Spectator sport">spectator sport</a> and became part of the "Rugby, Racing and Beer" culture during the 1960s.<sup id="cite_ref-362"><a href="#cite_note-362">[351]</a></sup> Māori participation in European sports was particularly evident in rugby and the country's team performs a <a href="http://fakehost/wiki/Haka_(sports)" title="Haka (sports)">haka</a>, a traditional Māori challenge, before international matches.<sup id="cite_ref-363"><a href="#cite_note-363">[352]</a></sup> New Zealand is known for its <a href="http://fakehost/wiki/Extreme_sport" title="Extreme sport">extreme sports</a>, <a href="http://fakehost/wiki/Adventure_travel" title="Adventure travel">adventure tourism</a><sup id="cite_ref-FOOTNOTEBain200669_364-0"><a href="#cite_note-FOOTNOTEBain200669-364">[353]</a></sup> and strong <a href="http://fakehost/wiki/Mountaineering" title="Mountaineering">mountaineering</a> tradition, as seen in the success of notable New Zealander <a href="http://fakehost/wiki/Edmund_Hillary" title="Edmund Hillary">Sir Edmund Hillary</a>.<sup id="cite_ref-365"><a href="#cite_note-365">[354]</a></sup><sup id="cite_ref-366"><a href="#cite_note-366">[355]</a></sup> Other outdoor pursuits such as <a href="http://fakehost/wiki/Cycling_in_New_Zealand" title="Cycling in New Zealand">cycling</a>, fishing, swimming, running, <a href="http://fakehost/wiki/Tramping_in_New_Zealand" title="Tramping in New Zealand">tramping</a>, canoeing, hunting, snowsports, surfing and sailing are also popular.<sup id="cite_ref-SportsParticipation_367-0"><a href="#cite_note-SportsParticipation-367">[356]</a></sup> The Polynesian sport of <a href="http://fakehost/wiki/Waka_ama" title="Waka ama">waka ama</a> racing has experienced a resurgence of interest in New Zealand since the 1980s.<sup id="cite_ref-368"><a href="#cite_note-368">[357]</a></sup>
+ </p>
+ <p>
+ New Zealand has competitive international teams in <a href="http://fakehost/wiki/New_Zealand_national_rugby_union_team" title="New Zealand national rugby union team">rugby union</a>, <a href="http://fakehost/wiki/New_Zealand_national_rugby_league_team" title="New Zealand national rugby league team">rugby league</a>, <a href="http://fakehost/wiki/New_Zealand_national_netball_team" title="New Zealand national netball team">netball</a>, <a href="http://fakehost/wiki/New_Zealand_national_cricket_team" title="New Zealand national cricket team">cricket</a>, <a href="http://fakehost/wiki/New_Zealand_men%27s_national_softball_team" title="New Zealand men's national softball team">softball</a>, and <a href="http://fakehost/wiki/Team_New_Zealand" title="Team New Zealand">sailing</a>. New Zealand participated at the <a href="http://fakehost/wiki/Summer_Olympics" title="Summer Olympics">Summer Olympics</a> in 1908 and 1912 as <a href="http://fakehost/wiki/Australasia_at_the_Olympics" title="Australasia at the Olympics">a joint team with Australia</a>, before first participating <a href="http://fakehost/wiki/New_Zealand_at_the_Olympics" title="New Zealand at the Olympics">on its own</a> in 1920.<sup id="cite_ref-369"><a href="#cite_note-369">[358]</a></sup> The country has ranked highly on a medals-to-population ratio at recent Games.<sup id="cite_ref-370"><a href="#cite_note-370">[359]</a></sup><sup id="cite_ref-371"><a href="#cite_note-371">[360]</a></sup> The "All Blacks", the national rugby union team, are the most successful in the history of international rugby<sup id="cite_ref-372"><a href="#cite_note-372">[361]</a></sup> and the reigning <a href="http://fakehost/wiki/Rugby_World_Cup" title="Rugby World Cup">World Cup</a> champions.<sup id="cite_ref-373"><a href="#cite_note-373">[362]</a></sup>
+ </p>
+ <h3>
+ <span id="Cuisine">Cuisine</span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:Hangi_ingredients.jpg"><img alt="Raw meat and vegetables" src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/220px-Hangi_ingredients.jpg" decoding="async" width="220" height="123" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/330px-Hangi_ingredients.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/440px-Hangi_ingredients.jpg 2x" data-file-width="3264" data-file-height="1832"></a></p><div>
+ <p>Ingredients to be prepared for a <a href="http://fakehost/wiki/H%C4%81ngi" title="Hāngi">hāngi</a>
+ </p></div>
+ </div>
+ <p>
+ The national cuisine has been described as <a href="http://fakehost/wiki/Pacific_Rim" title="Pacific Rim">Pacific Rim</a>, incorporating the native <a href="http://fakehost/wiki/M%C4%81ori_cuisine" title="Māori cuisine">Māori cuisine</a> and diverse culinary traditions introduced by settlers and immigrants from Europe, Polynesia and Asia.<sup id="cite_ref-cuisine_374-0"><a href="#cite_note-cuisine-374">[363]</a></sup> New Zealand yields produce from land and sea—most crops and livestock, such as maize, potatoes and pigs, were gradually introduced by the early European settlers.<sup id="cite_ref-375"><a href="#cite_note-375">[364]</a></sup> Distinctive ingredients or dishes include <a href="http://fakehost/wiki/Lamb_and_mutton" title="Lamb and mutton">lamb</a>, salmon, <a href="http://fakehost/wiki/K%C5%8Dura" title="Kōura">kōura</a> (crayfish),<sup id="cite_ref-376"><a href="#cite_note-376">[365]</a></sup> <a href="http://fakehost/wiki/Dredge_oyster" title="Dredge oyster">dredge oysters</a>, <a href="http://fakehost/wiki/Whitebait" title="Whitebait">whitebait</a>, <a href="http://fakehost/wiki/P%C4%81ua" title="Pāua">pāua</a> (abalone), mussels, scallops, <a href="http://fakehost/wiki/Paphies_australis" title="Paphies australis">pipis</a> and <a href="http://fakehost/wiki/Tuatua" title="Tuatua">tuatua</a> (both are types of New Zealand shellfish),<sup id="cite_ref-377"><a href="#cite_note-377">[366]</a></sup> <a href="http://fakehost/wiki/K%C5%ABmara" title="Kūmara">kūmara</a> (sweet potato), <a href="http://fakehost/wiki/Kiwifruit" title="Kiwifruit">kiwifruit</a>, <a href="http://fakehost/wiki/Tamarillo" title="Tamarillo">tamarillo</a> and <a href="http://fakehost/wiki/Pavlova_(food)" title="Pavlova (food)">pavlova</a> (considered a national dish).<sup id="cite_ref-378"><a href="#cite_note-378">[367]</a></sup><sup id="cite_ref-cuisine_374-1"><a href="#cite_note-cuisine-374">[363]</a></sup> A <a href="http://fakehost/wiki/H%C4%81ngi" title="Hāngi">hāngi</a> is a traditional Māori method of cooking food using heated rocks buried in a pit oven. After European colonisation, Māori began cooking with pots and ovens and the hāngi was used less frequently, although it is still used for formal occasions such as <a href="http://fakehost/wiki/Tangihanga" title="Tangihanga">tangihanga</a>.<sup id="cite_ref-379"><a href="#cite_note-379">[368]</a></sup>
+ </p>
+
+ <h2>
+ <span id="See_also">See also</span>
+ </h2>
+
+ <ul>
+ <li>
+ <a href="http://fakehost/wiki/Outline_of_New_Zealand" title="Outline of New Zealand">Outline of New Zealand</a>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/List_of_New_Zealand-related_topics" title="List of New Zealand-related topics">List of New Zealand-related topics</a>
+ </li>
+ </ul>
+
+ <h2>
+ <span id="Footnotes">Footnotes</span>
+ </h2>
+ <div>
+ <ol>
+ <li id="cite_note-2">
+ <span><b><a href="#cite_ref-2">^</a></b></span> <span>"God Save the Queen" is officially a national anthem but is generally used only on regal and viceregal occasions.<sup id="cite_ref-1"><a href="#cite_note-1">[1]</a></sup></span>
+ </li>
+ <li id="cite_note-4">
+ <span><b><a href="#cite_ref-4">^</a></b></span> <span>English is a <i>de facto</i> official language due to its widespread use.<sup id="cite_ref-3"><a href="#cite_note-3">[2]</a></sup></span>
+ </li>
+ <li id="cite_note-ethnicity-6">
+ <span>^ <a href="#cite_ref-ethnicity_6-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ethnicity_6-1"><sup><i><b>b</b></i></sup></a></span> <span>Ethnicity figures add to more than 100% as people could choose more than one ethnic group.</span>
+ </li>
+ <li id="cite_note-8">
+ <span><b><a href="#cite_ref-8">^</a></b></span> <span>The proportion of New Zealand's area (excluding estuaries) covered by rivers, lakes and ponds, based on figures from the New Zealand Land Cover Database,<sup id="cite_ref-7"><a href="#cite_note-7">[4]</a></sup> is (357526 + 81936) / (26821559 – 92499–26033 – 19216) = 1.6%. If estuarine open water, mangroves, and herbaceous saline vegetation are included, the figure is 2.2%.</span>
+ </li>
+ <li id="cite_note-13">
+ <span><b><a href="#cite_ref-13">^</a></b></span> <span>The Chatham Islands have a <a href="http://fakehost/wiki/Chatham_Standard_Time_Zone" title="Chatham Standard Time Zone">separate time zone</a>, 45 minutes ahead of the rest of New Zealand.</span>
+ </li>
+ <li id="cite_note-15">
+ <span><b><a href="#cite_ref-15">^</a></b></span> <span>Clocks are advanced by an hour from the last Sunday in September until the first Sunday in April.<sup id="cite_ref-14"><a href="#cite_note-14">[9]</a></sup> Daylight saving time is also observed in the Chatham Islands, 45 minutes ahead of NZDT.</span>
+ </li>
+ <li id="cite_note-144">
+ <span><b><a href="#cite_ref-144">^</a></b></span> <span>A person born on or after 1 January 2006 acquires New Zealand citizenship at birth only if at least one parent is a New Zealand citizen or permanent resident. People born on or before 31 December 2005 acquired citizenship at birth (<i><a href="http://fakehost/wiki/Jus_soli" title="Jus soli">jus soli</a></i>).<sup id="cite_ref-143"><a href="#cite_note-143">[137]</a></sup></span>
+ </li>
+ <li id="cite_note-254">
+ <span><b><a href="#cite_ref-254">^</a></b></span> <span>The population is increasing at a rate of 1.4–2.0% per year and is projected to rise to 5.01–5.51 million in 2025.<sup id="cite_ref-253"><a href="#cite_note-253">[246]</a></sup></span>
+ </li>
+ <li id="cite_note-286">
+ <span><b><a href="#cite_ref-286">^</a></b></span> <span>In 2015, 55% of Māori adults (aged 15 years and over) reported knowledge of <i>te reo Māori</i>. Of these speakers, 64% use Māori at home and 50,000 can speak the language "very well" or "well".<sup id="cite_ref-tereoMaori_285-0"><a href="#cite_note-tereoMaori-285">[277]</a></sup></span>
+ </li>
+ <li id="cite_note-289">
+ <span><b><a href="#cite_ref-289">^</a></b></span> <span>Of the 86,403 people that replied they spoke Samoan, 51,336 lived in the Auckland Region.</span>
+ </li>
+ <li id="cite_note-293">
+ <span><b><a href="#cite_ref-293">^</a></b></span> <span>Religion percentages may not add to 100% as people could claim multiple religions or object to answering the question.</span>
+ </li>
+ </ol>
+ </div>
+ <h2>
+ <span id="Citations">Citations</span>
+ </h2>
+ <div>
+ <ol>
+ <li id="cite_note-1">
+ <span><b><a href="#cite_ref-1">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mch.govt.nz/nz-identity-heritage/national-anthems/protocols">"Protocol for using New Zealand's National Anthems"</a>. <a href="http://fakehost/wiki/Ministry_for_Culture_and_Heritage" title="Ministry for Culture and Heritage">Ministry for Culture and Heritage</a><span>. Retrieved <span>17 February</span> 2008</span>.</cite></span>
+ </li>
+ <li id="cite_note-3">
+ <span><b><a href="#cite_ref-3">^</a></b></span> <span><cite>New Zealand Government (21 December 2007). <a rel="nofollow" href="https://web.archive.org/web/20150124193521/http://mfat.govt.nz/downloads/humanrights/5th-ICCPR-report.pdf">International Covenant on Civil and Political Rights Fifth Periodic Report of the Government of New Zealand</a> <span>(PDF)</span> (Report). p.&nbsp;89. Archived from <a rel="nofollow" href="http://www.mfat.govt.nz/downloads/humanrights/5th-ICCPR-report.pdf">the original</a> <span>(PDF)</span> on 24 January 2015<span>. Retrieved <span>18 November</span> 2015</span>. <q>In addition to the Māori language, New Zealand Sign Language is also an official language of New Zealand. The New Zealand Sign Language Act 2006 permits the use of NZSL in legal proceedings, facilitates competency standards for its interpretation and guides government departments in its promotion and use. English, the medium for teaching and learning in most schools, is a de facto official language by virtue of its widespread use. For these reasons, these three languages have special mention in the New Zealand Curriculum.</q></cite></span>
+
+ </li>
+ <li id="cite_note-Census2018_pdc-5">
+ <span><b><a href="#cite_ref-Census2018_pdc_5-0">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.stats.govt.nz/information-releases/2018-census-population-and-dwelling-counts">"2018 Census population and dwelling counts"</a>. <a href="http://fakehost/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a><span>. Retrieved <span>26 September</span> 2019</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-7">
+ <span><b><a href="#cite_ref-7">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mfe.govt.nz/issues/land/land-cover-dbase/index.html">"The New Zealand Land Cover Database"</a>. <i>New Zealand Land Cover Database 2</i>. <a href="http://fakehost/wiki/Ministry_for_the_Environment_(New_Zealand)" title="Ministry for the Environment (New Zealand)">Ministry for the Environment</a>. 1 July 2009<span>. Retrieved <span>26 April</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-populationestimate-9">
+ <span>^ <a href="#cite_ref-populationestimate_9-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-populationestimate_9-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/tools_and_services/population_clock.aspx">"Population clock"</a>. <a href="http://fakehost/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a><span>. Retrieved <span>14 April</span> 2016</span>.</cite></span>
+ The population estimate shown is automatically calculated daily at 00:00 UTC and is based on data obtained from the population clock on the date shown in the citation.
+ </li>
+ <li id="cite_note-imf2-10">
+ <span>^ <a href="#cite_ref-imf2_10-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-imf2_10-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-imf2_10-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-imf2_10-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-imf2_10-4"><sup><i><b>e</b></i></sup></a></span> <span><cite><a rel="nofollow" href="https://www.imf.org/external/pubs/ft/weo/2018/02/weodata/weorept.aspx?sy=2018&amp;ey=2023&amp;scsm=1&amp;ssd=1&amp;sort=country&amp;ds=.&amp;br=1&amp;pr1.x=45&amp;pr1.y=1&amp;c=196&amp;s=NGDPD%2CPPPGDP%2CNGDPDPC%2CPPPPC&amp;grp=0&amp;a=">"New Zealand"</a>. International Monetary Fund<span>. Retrieved <span>9 October</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-11">
+ <span><b><a href="#cite_ref-11">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/browse_for_stats/snapshots-of-nz/nz-social-indicators/Home/Standard%20of%20living/income-inequality.aspx#anchor26">"Income inequality"</a>. Statistics New Zealand<span>. Retrieved <span>14 June</span> 2015</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-HDI-12">
+ <span>^ <a href="#cite_ref-HDI_12-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-HDI_12-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://hdr.undp.org/sites/default/files/2018_human_development_statistical_update.pdf">"Human Development Report 2018"</a> <span>(PDF)</span>. <a href="http://fakehost/wiki/Human_Development_Report" title="Human Development Report">HDRO (Human Development Report Office)</a> <a href="http://fakehost/wiki/United_Nations_Development_Programme" title="United Nations Development Programme">United Nations Development Programme</a>. p.&nbsp;22<span>. Retrieved <span>14 September</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-14">
+ <span><b><a href="#cite_ref-14">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.legislation.govt.nz/regulation/public/2007/0185/latest/whole.html">"New Zealand Daylight Time Order 2007 (SR 2007/185)"</a>. New Zealand Parliamentary Counsel Office. 6 July 2007<span>. Retrieved <span>6 March</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-16">
+ <span><b><a href="#cite_ref-16">^</a></b></span> <span>There is no official all-numeric date format for New Zealand, but government recommendations generally follow <a href="http://fakehost/wiki/Date_and_time_notation_in_Australia" title="Date and time notation in Australia">Australian date and time notation</a>. See <cite><a rel="nofollow" href="https://www.govt.nz/about/about-this-website/style-and-design/the-govt-nz-style-guide/">"The Govt.nz style guide"</a>, <i>New Zealand Government</i>, 9 December 2016<span>, retrieved <span>7 March</span> 2019</span></cite> </span>
+ .
+ </li>
+ <li id="cite_note-17">
+ <span><b><a href="#cite_ref-17">^</a></b></span> <span><cite>Tasman, Abel. <a rel="nofollow" href="http://gutenberg.net.au/ebooks06/0600611.txt">"JOURNAL or DESCRIPTION By me <i>Abel Jansz Tasman</i>, Of a Voyage from <i>Batavia</i> for making Discoveries of the <i>Unknown South Land</i> in the year 1642"</a>. Project Gutenberg Australia<span>. Retrieved <span>26 March</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-18">
+ <span><b><a href="#cite_ref-18">^</a></b></span> <span><cite>Wilson, John (March 2009). <a rel="nofollow" href="http://www.teara.govt.nz/en/european-discovery-of-new-zealand/3">"European discovery of New Zealand – Tasman's achievement"</a>. <i><a href="http://fakehost/wiki/Te_Ara:_The_Encyclopedia_of_New_Zealand" title="Te Ara: The Encyclopedia of New Zealand">Te Ara: The Encyclopedia of New Zealand</a></i><span>. Retrieved <span>24 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-19">
+ <span><b><a href="#cite_ref-19">^</a></b></span> <span><cite>John Bathgate. <a rel="nofollow" href="http://nzetc.victoria.ac.nz//tm/scholarly/tei-Stout44-t2-body-d1-d1.html">"The Pamphlet Collection of Sir Robert Stout:Volume 44. Chapter 1, Discovery and Settlement"</a>. NZETC<span>. Retrieved <span>17 August</span> 2018</span>. <q>He named the country Staaten Land, in honour of the States-General of Holland, in the belief that it was part of the great southern continent.</q></cite></span>
+
+ </li>
+ <li id="cite_note-20">
+ <span><b><a href="#cite_ref-20">^</a></b></span> <span><cite>Wilson, John (September 2007). <a rel="nofollow" href="http://www.teara.govt.nz/en/european-discovery-of-new-zealand/3">"Tasman's achievement"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>16 February</span> 2008</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-21">
+ <span><b><a href="#cite_ref-21">^</a></b></span> <span><cite>Mackay, Duncan (1986). "The Search For The Southern Land". In Fraser, B (ed.). <i>The New Zealand Book Of Events</i>. Auckland: <a href="http://fakehost/wiki/Methuen_Publishing" title="Methuen Publishing">Reed Methuen</a>. pp.&nbsp;52–54.</cite></span>
+
+ </li>
+ <li id="cite_note-NZ_name-22">
+ <span>^ <a href="#cite_ref-NZ_name_22-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NZ_name_22-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a href="http://fakehost/wiki/Malcolm_McKinnon" title="Malcolm McKinnon">McKinnon, Malcolm</a> (November 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/place-names/1">"Place names – Naming the country and the main islands"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>24 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTEKing200341-23">
+ <span><b><a href="#cite_ref-FOOTNOTEKing200341_23-0">^</a></b></span> <span><a href="#CITEREFKing2003">King 2003</a>, p.&nbsp;41.</span>
+ </li>
+ <li id="cite_note-FOOTNOTEHayMaclaganGordon200872-24">
+ <span><b><a href="#cite_ref-FOOTNOTEHayMaclaganGordon200872_24-0">^</a></b></span> <span><a href="#CITEREFHayMaclaganGordon2008">Hay, Maclagan &amp; Gordon 2008</a>, p.&nbsp;72.</span>
+ </li>
+ <li id="cite_note-FOOTNOTEMein_Smith20056-25">
+ <span>^ <a href="#cite_ref-FOOTNOTEMein_Smith20056_25-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-FOOTNOTEMein_Smith20056_25-1"><sup><i><b>b</b></i></sup></a></span> <span><a href="#CITEREFMein_Smith2005">Mein Smith 2005</a>, p.&nbsp;6.</span>
+ </li>
+ <li id="cite_note-26">
+ <span><b><a href="#cite_ref-26">^</a></b></span> <span><cite><a href="http://fakehost/wiki/Thomas_Brunner" title="Thomas Brunner">Brunner, Thomas</a> (1851). <a rel="nofollow" href="http://www.nzetc.org/tm/scholarly/BruJour-fig-BruJour_P001a.html"><i>The Great Journey: an expedition to explore the interior of the Middle Island, New Zealand, 1846-8</i></a>. <a href="http://fakehost/wiki/Royal_Geographical_Society" title="Royal Geographical Society">Royal Geographical Society</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-Williamson2013-27">
+ <span>^ <a href="#cite_ref-Williamson2013_27-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Williamson2013_27-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Williamson, Maurice (10 October 2013). <a rel="nofollow" href="https://www.beehive.govt.nz/release/names-nz%E2%80%99s-two-main-islands-formalised">"Names of NZ's two main islands formalised"</a> (Press release). New Zealand Government<span>. Retrieved <span>1 May</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-28">
+ <span><b><a href="#cite_ref-28">^</a></b></span> <span><cite>Wilmshurst, J. M.; Hunt, T. L.; Lipo, C. P.; Anderson, A. J. (2010). <a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3033267">"High-precision radiocarbon dating shows recent and rapid initial human colonization of East Polynesia"</a>. <i>Proceedings of the National Academy of Sciences</i>. <b>108</b> (5): 1815. <a href="http://fakehost/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" href="https://ui.adsabs.harvard.edu/abs/2011PNAS..108.1815W">2011PNAS..108.1815W</a>. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1073%2Fpnas.1015876108">10.1073/pnas.1015876108</a>. <a href="http://fakehost/wiki/PubMed_Central" title="PubMed Central">PMC</a>&nbsp;<span title="Freely accessible"><a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3033267">3033267</a></span>. <a href="http://fakehost/wiki/PubMed_Identifier" title="PubMed Identifier">PMID</a>&nbsp;<a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pubmed/21187404">21187404</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-29">
+ <span><b><a href="#cite_ref-29">^</a></b></span> <span><cite>McGlone, M.; Wilmshurst, J. M. (1999). "Dating initial Maori environmental impact in New Zealand". <i>Quaternary International</i>. <b>59</b>: 5–16. <a href="http://fakehost/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" href="https://ui.adsabs.harvard.edu/abs/1999QuInt..59....5M">1999QuInt..59....5M</a>. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1016%2FS1040-6182%2898%2900067-6">10.1016/S1040-6182(98)00067-6</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-30">
+ <span><b><a href="#cite_ref-30">^</a></b></span> <span><cite>Murray-McIntosh, Rosalind P.; Scrimshaw, Brian J.; Hatfield, Peter J.; Penny, David (1998). <a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC21200">"Testing migration patterns and estimating founding population size in Polynesia by using human mtDNA sequences"</a>. <i><a href="http://fakehost/wiki/Proceedings_of_the_National_Academy_of_Sciences_of_the_United_States_of_America" title="Proceedings of the National Academy of Sciences of the United States of America">Proceedings of the National Academy of Sciences of the United States of America</a></i>. <b>95</b> (15): 9047–52. <a href="http://fakehost/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" href="https://ui.adsabs.harvard.edu/abs/1998PNAS...95.9047M">1998PNAS...95.9047M</a>. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1073%2Fpnas.95.15.9047">10.1073/pnas.95.15.9047</a>. <a href="http://fakehost/wiki/PubMed_Central" title="PubMed Central">PMC</a>&nbsp;<span title="Freely accessible"><a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC21200">21200</a></span>.</cite></span>
+
+ </li>
+ <li id="cite_note-31">
+ <span><b><a href="#cite_ref-31">^</a></b></span> <span><cite>Wilmshurst, J. M.; Anderson, A. J.; Higham, T. F. G.; Worthy, T. H. (2008). <a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2409139">"Dating the late prehistoric dispersal of Polynesians to New Zealand using the commensal Pacific rat"</a>. <i>Proceedings of the National Academy of Sciences</i>. <b>105</b> (22): 7676. <a href="http://fakehost/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" href="https://ui.adsabs.harvard.edu/abs/2008PNAS..105.7676W">2008PNAS..105.7676W</a>. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1073%2Fpnas.0801507105">10.1073/pnas.0801507105</a>. <a href="http://fakehost/wiki/PubMed_Central" title="PubMed Central">PMC</a>&nbsp;<span title="Freely accessible"><a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2409139">2409139</a></span>. <a href="http://fakehost/wiki/PubMed_Identifier" title="PubMed Identifier">PMID</a>&nbsp;<a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pubmed/18523023">18523023</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-32">
+ <span><b><a href="#cite_ref-32">^</a></b></span> <span><cite>Moodley, Y.; Linz, B.; Yamaoka, Y.; Windsor, H.M.; Breurec, S.; Wu, J.-Y.; Maady, A.; Bernhöft, S.; Thiberge, J.-M.; et al. (2009). <a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2827536">"The Peopling of the Pacific from a Bacterial Perspective"</a>. <i>Science</i>. <b>323</b> (5913): 527–530. <a href="http://fakehost/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" href="https://ui.adsabs.harvard.edu/abs/2009Sci...323..527M">2009Sci...323..527M</a>. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1126%2Fscience.1166083">10.1126/science.1166083</a>. <a href="http://fakehost/wiki/PubMed_Central" title="PubMed Central">PMC</a>&nbsp;<span title="Freely accessible"><a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2827536">2827536</a></span>. <a href="http://fakehost/wiki/PubMed_Identifier" title="PubMed Identifier">PMID</a>&nbsp;<a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pubmed/19164753">19164753</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-33">
+ <span><b><a href="#cite_ref-33">^</a></b></span> <span><cite>Ballara, Angela (1998). <i>Iwi: The Dynamics of Māori Tribal Organisation from c. 1769 to c. 1945</i> (1st ed.). Wellington: Victoria University Press. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/9780864733283" title="Special:BookSources/9780864733283"><bdi>9780864733283</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-34">
+ <span><b><a href="#cite_ref-34">^</a></b></span> <span><cite>Clark, Ross (1994). "Moriori and Māori: The Linguistic Evidence". In Sutton, Douglas (ed.). <i>The Origins of the First New Zealanders</i>. Auckland: <a href="http://fakehost/wiki/Auckland_University_Press" title="Auckland University Press">Auckland University Press</a>. pp.&nbsp;123–135.</cite></span>
+
+ </li>
+ <li id="cite_note-35">
+ <span><b><a href="#cite_ref-35">^</a></b></span> <span><cite>Davis, Denise (September 2007). <a rel="nofollow" href="http://www.teara.govt.nz/en/moriori/4">"The impact of new arrivals"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>30 April</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-36">
+ <span><b><a href="#cite_ref-36">^</a></b></span> <span><cite>Davis, Denise; Solomon, Māui (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/moriori/4">"<span>'</span>Moriori – The impact of new arrivals<span>'</span>"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>23 March</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTEMein_Smith200523-37">
+ <span>^ <a href="#cite_ref-FOOTNOTEMein_Smith200523_37-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-FOOTNOTEMein_Smith200523_37-1"><sup><i><b>b</b></i></sup></a></span> <span><a href="#CITEREFMein_Smith2005">Mein Smith 2005</a>, p.&nbsp;23.</span>
+ </li>
+ <li id="cite_note-38">
+ <span><b><a href="#cite_ref-38">^</a></b></span> <span><cite><a href="http://fakehost/wiki/Anne_Salmond" title="Anne Salmond">Salmond, Anne</a>. <i>Two Worlds: First Meetings Between Maori and Europeans 1642–1772</i>. Auckland: <a href="http://fakehost/wiki/Penguin_Books" title="Penguin Books">Penguin Books</a>. p.&nbsp;82. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-670-83298-7" title="Special:BookSources/0-670-83298-7"><bdi>0-670-83298-7</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTEKing2003122-39">
+ <span><b><a href="#cite_ref-FOOTNOTEKing2003122_39-0">^</a></b></span> <span><a href="#CITEREFKing2003">King 2003</a>, p.&nbsp;122.</span>
+ </li>
+ <li id="cite_note-40">
+ <span><b><a href="#cite_ref-40">^</a></b></span> <span><cite>Fitzpatrick, John (2004). <a rel="nofollow" href="https://web.archive.org/web/20110511142553/https://www.adelaide.edu.au/apsa/docs_papers/Others/Fitzpatrick.pdf">"Food, warfare and the impact of Atlantic capitalism in Aotearo/New Zealand"</a> <span>(PDF)</span>. <i>Australasian Political Studies Association Conference: APSA 2004 Conference Papers</i>. Archived from <a rel="nofollow" href="https://www.adelaide.edu.au/apsa/docs_papers/Others/Fitzpatrick.pdf">the original</a> <span>(PDF)</span> on 11 May 2011.</cite></span>
+
+ </li>
+ <li id="cite_note-41">
+ <span><b><a href="#cite_ref-41">^</a></b></span> <span><cite>Brailsford, Barry (1972). <i>Arrows of Plague</i>. Wellington: Hick Smith and Sons. p.&nbsp;35. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-456-01060-2" title="Special:BookSources/0-456-01060-2"><bdi>0-456-01060-2</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-42">
+ <span><b><a href="#cite_ref-42">^</a></b></span> <span><cite>Wagstrom, Thor (2005). "Broken Tongues and Foreign Hearts". In Brock, Peggy (ed.). <i>Indigenous Peoples and Religious Change</i>. Boston: Brill Academic Publishers. pp.&nbsp;71 and 73. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-90-04-13899-5" title="Special:BookSources/978-90-04-13899-5"><bdi>978-90-04-13899-5</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-43">
+ <span><b><a href="#cite_ref-43">^</a></b></span> <span><cite>Lange, Raeburn (1999). <i>May the people live: a history of Māori health development 1900–1920</i>. Auckland University Press. p.&nbsp;18. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-1-86940-214-3" title="Special:BookSources/978-1-86940-214-3"><bdi>978-1-86940-214-3</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-44">
+ <span><b><a href="#cite_ref-44">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20150228231623/http://www.heritageaustralia.com.au/articles/features/4576-a-nation-subdivided">"A Nation sub-divided"</a>. <i>Australian Heritage</i>. Heritage Australia Publishing. 2011. Archived from <a rel="nofollow" href="http://www.heritageaustralia.com.au/articles/features/4576-a-nation-subdivided">the original</a> on 28 February 2015<span>. Retrieved <span>27 December</span> 2014</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Busby-45">
+ <span>^ <a href="#cite_ref-Busby_45-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Busby_45-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Rutherford, James (April 2009) [originally published in 1966]. <a href="http://fakehost/wiki/Alexander_Hare_McLintock" title="Alexander Hare McLintock">McLintock, Alexander</a> (ed.). <a rel="nofollow" href="http://www.teara.govt.nz/en/1966/busby-james/1"><i>Busby, James</i></a>. <a href="http://fakehost/wiki/An_Encyclopaedia_of_New_Zealand" title="An Encyclopaedia of New Zealand">An Encyclopaedia of New Zealand</a><span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-46">
+ <span><b><a href="#cite_ref-46">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/gipps-sir-george/1"><i>Sir George Gipps</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Wilson2009-47">
+ <span>^ <a href="#cite_ref-Wilson2009_47-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Wilson2009_47-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Wilson, John (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/government-and-nation/1">"Government and nation – The origins of nationhood"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-48">
+ <span><b><a href="#cite_ref-48">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.teara.govt.nz/en/1966/land-settlement/3"><i>Settlement from 1840 to 1852</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-49">
+ <span><b><a href="#cite_ref-49">^</a></b></span> <span><cite>Foster, Bernard (April 2009) [originally published in 1966]. McLintock, Alexander (ed.). <a rel="nofollow" href="http://www.teara.govt.nz/en/1966/akaroa-french-settlement-at/1"><i>Akaroa, French Settlement At</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-50">
+ <span><b><a href="#cite_ref-50">^</a></b></span> <span><cite>Simpson, K (September 2010). <a rel="nofollow" href="http://www.teara.govt.nz/en/biographies/1h29/1">"Hobson, William – Biography"</a>. In McLintock, Alexander (ed.). <i><a href="http://fakehost/wiki/Dictionary_of_New_Zealand_Biography" title="Dictionary of New Zealand Biography">Dictionary of New Zealand Biography</a></i>. An Encyclopaedia of New Zealand<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-51">
+ <span><b><a href="#cite_ref-51">^</a></b></span> <span><cite>Phillips, Jock (April 2010). <a rel="nofollow" href="http://www.teara.govt.nz/en/history-of-immigration/3">"British immigration and the New Zealand Company"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-52">
+ <span><b><a href="#cite_ref-52">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/politics/history-of-the-governor-general/crown-colony-era">"Crown colony era – the Governor-General"</a>. Ministry for Culture and Heritage. March 2009<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-53">
+ <span><b><a href="#cite_ref-53">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/war/new-zealands-19th-century-wars/introduction">"New Zealand's 19th-century wars – overview"</a>. Ministry for Culture and Heritage. April 2009<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-G_and_N-54">
+ <span>^ <a href="#cite_ref-G_and_N_54-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-G_and_N_54-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-G_and_N_54-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-G_and_N_54-3"><sup><i><b>d</b></i></sup></a></span> <span><cite>Wilson, John (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/nation-and-government">"Government and nation – The constitution"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>2 February</span> 2011</span>.</cite></span>
+ See pages 2 and 3.
+ </li>
+ <li id="cite_note-55">
+ <span><b><a href="#cite_ref-55">^</a></b></span> <span><cite><a href="http://fakehost/wiki/Philip_Temple" title="Philip Temple">Temple, Philip</a> (1980). <i>Wellington Yesterday</i>. John McIndoe. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-86868-012-5" title="Special:BookSources/0-86868-012-5"><bdi>0-86868-012-5</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-56">
+ <span><b><a href="#cite_ref-56">^</a></b></span> <span><cite><a rel="nofollow" href="https://nzhistory.govt.nz/parliament-sits-for-the-first-time-in-wellington">"Parliament moves to Wellington"</a>. Ministry for Culture and Heritage. January 2017<span>. Retrieved <span>27 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Liberal-57">
+ <span>^ <a href="#cite_ref-Liberal_57-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Liberal_57-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Wilson, John (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/history/page-5">"History – Liberal to Labour"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>27 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-58">
+ <span><b><a href="#cite_ref-58">^</a></b></span> <span><cite>Hamer, David. <a rel="nofollow" href="http://www.teara.govt.nz/en/biographies/2s11">"Seddon, Richard John"</a>. <i><a href="http://fakehost/wiki/Dictionary_of_New_Zealand_Biography" title="Dictionary of New Zealand Biography">Dictionary of New Zealand Biography</a></i>. <a href="http://fakehost/wiki/Ministry_for_Culture_and_Heritage" title="Ministry for Culture and Heritage">Ministry for Culture and Heritage</a><span>. Retrieved <span>27 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-59">
+ <span><b><a href="#cite_ref-59">^</a></b></span> <span><cite>Boxall, Peter; Haynes, Peter (1997). <a rel="nofollow" href="https://web.archive.org/web/20110511134417/http://www.gurn.info/en/topics/global-trade-union-strategies-union-renewal/organizational-innovation-and-change/industrial-relations-and-labour-regulations-affecting-unions2019-structure/strategy-and-trade-union-effectiveness-in-a-neo-liberal-environment">"Strategy and Trade Union Effectiveness in a Neo-liberal Environment"</a>. <i>British Journal of Industrial Relations</i>. <b>35</b> (4): 567–591. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1111%2F1467-8543.00069">10.1111/1467-8543.00069</a>. Archived from <a rel="nofollow" href="http://www.gurn.info/en/topics/global-trade-union-strategies-union-renewal/organizational-innovation-and-change/industrial-relations-and-labour-regulations-affecting-unions2019-structure/strategy-and-trade-union-effectiveness-in-a-neo-liberal-environment">the original</a> <span>(PDF)</span> on 11 May 2011.</cite></span>
+
+ </li>
+ <li id="cite_note-60">
+ <span><b><a href="#cite_ref-60">^</a></b></span> <span><cite id="CITEREFGazette28058"><a rel="nofollow" href="https://www.thegazette.co.uk/London/issue/28058/page/6149">"Proclamation"</a>. <i><a href="http://fakehost/wiki/The_London_Gazette" title="The London Gazette">The London Gazette</a></i>. No.&nbsp;28058. 10 September 1907. p.&nbsp;6149.</cite></span>
+
+ </li>
+ <li id="cite_note-61">
+ <span><b><a href="#cite_ref-61">^</a></b></span> <span><cite><a rel="nofollow" href="https://nzhistory.govt.nz/culture/dominion-day/becoming-dominion">"Dominion status – Becoming a dominion"</a>. Ministry for Culture and Heritage. September 2014<span>. Retrieved <span>26 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-62">
+ <span><b><a href="#cite_ref-62">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/war-and-society">"War and Society"</a>. Ministry for Culture and Heritage<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-63">
+ <span><b><a href="#cite_ref-63">^</a></b></span> <span><cite><a href="http://fakehost/wiki/Brian_Easton_(economist)" title="Brian Easton (economist)">Easton, Brian</a> (April 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/economic-history/7">"Economic history – Interwar years and the great depression"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-64">
+ <span><b><a href="#cite_ref-64">^</a></b></span> <span><cite>Derby, Mark (May 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/strikes-and-labour-disputes/6">"Strikes and labour disputes – Wars, depression and first Labour government"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>1 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-65">
+ <span><b><a href="#cite_ref-65">^</a></b></span> <span><cite>Easton, Brian (November 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/economic-history/9">"Economic history – Great boom, 1935–1966"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>1 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-66">
+ <span><b><a href="#cite_ref-66">^</a></b></span> <span><cite>Keane, Basil (November 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/te-maori-i-te-ohanga-maori-in-the-economy/6">"Te Māori i te ohanga – Māori in the economy – Urbanisation"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-67">
+ <span><b><a href="#cite_ref-67">^</a></b></span> <span><cite>Royal, Te Ahukaramū (March 2009). <a rel="nofollow" href="http://www.teara.govt.nz/en/maori/5">"Māori – Urbanisation and renaissance"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>1 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-68">
+ <span><b><a href="#cite_ref-68">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.govt.nz/assets/Documents/Red-Book-Healing-the-past-building-a-future.pdf"><i>Healing the past, building a future: A Guide to Treaty of Waitangi Claims and Negotiations with the Crown</i></a> <span>(PDF)</span>. <a href="http://fakehost/wiki/Office_of_Treaty_Settlements" title="Office of Treaty Settlements">Office of Treaty Settlements</a>. March 2015. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-478-32436-5" title="Special:BookSources/978-0-478-32436-5"><bdi>978-0-478-32436-5</bdi></a><span>. Retrieved <span>26 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-69">
+ <span><b><a href="#cite_ref-69">^</a></b></span> <span><cite><a rel="nofollow" href="https://forms.justice.govt.nz/search/WT/reports/reportSummary.html?reportId=wt_DOC_68000605">Report on the Crown's Foreshore and Seabed Policy</a> (Report). <a href="http://fakehost/wiki/Minister_of_Justice_(New_Zealand)" title="Minister of Justice (New Zealand)">Ministry of Justice</a><span>. Retrieved <span>26 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-70">
+ <span><b><a href="#cite_ref-70">^</a></b></span> <span><cite>Barker, Fiona (June 2012). <a rel="nofollow" href="http://www.teara.govt.nz/en/video/34605/debate-about-the-foreshore-and-seabed">"Debate about the foreshore and seabed"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>26 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-GG_constitution-71">
+ <span>^ <a href="#cite_ref-GG_constitution_71-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GG_constitution_71-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.gg.govt.nz/role/constofnz.htm">"New Zealand's Constitution"</a>. The Governor-General of New Zealand<span>. Retrieved <span>13 January</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Economist_factsheet-72">
+ <span>^ <a href="#cite_ref-Economist_factsheet_72-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Economist_factsheet_72-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Economist_factsheet_72-2"><sup><i><b>c</b></i></sup></a></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20060514204533/http://economist.com/countries/NewZealand/profile.cfm?folder=Profile-Political%20Forces">"Factsheet – New Zealand – Political Forces"</a>. <i><a href="http://fakehost/wiki/The_Economist" title="The Economist">The Economist</a></i>. <a href="http://fakehost/wiki/The_Economist_Group" title="The Economist Group">The Economist Group</a>. 15 February 2005. Archived from <a rel="nofollow" href="http://economist.com/countries/NewZealand/profile.cfm?folder=Profile-Political%20Forces">the original</a> on 14 May 2006<span>. Retrieved <span>4 August</span> 2009</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-73">
+ <span><b><a href="#cite_ref-73">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.legislation.govt.nz/act/public/1974/0001/latest/DLM411814.html">"Royal Titles Act 1974"</a>. New Zealand Parliamentary Counsel Office. February 1974. Section 1<span>. Retrieved <span>8 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-74">
+ <span><b><a href="#cite_ref-74">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.legislation.govt.nz/act/public/1986/0114/latest/whole.html#DLM94210">"Constitution Act 1986"</a>. New Zealand Parliamentary Counsel Office. 1 January 1987. Section 2.1<span>. Retrieved <span>15 July</span> 2018</span>. <q>The Sovereign in right of New Zealand is the head of State of New Zealand, and shall be known by the royal style and titles proclaimed from time to time.</q></cite> </span>
+
+ </li>
+ <li id="cite_note-75">
+ <span><b><a href="#cite_ref-75">^</a></b></span> <span><cite><a rel="nofollow" href="https://gg.govt.nz/role">"The Role of the Governor-General"</a>. The Governor-General of New Zealand<span>. Retrieved <span>6 July</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-76">
+ <span><b><a href="#cite_ref-76">^</a></b></span> <span><cite>Harris, Bruce (2009). <a rel="nofollow" href="https://web.archive.org/web/20110718005846/http://www.britannica.com/bps/additionalcontent/18/41876855/REPLACEMENT-OF-THE-ROYAL-PREROGATIVE-IN-NEW-ZEALAND">"Replacement of the Royal Prerogative in New Zealand"</a>. <i>New Zealand Universities Law Review</i>. <b>23</b>: 285–314. Archived from <a rel="nofollow" href="http://www.britannica.com/bps/additionalcontent/18/41876855/REPLACEMENT-OF-THE-ROYAL-PREROGATIVE-IN-NEW-ZEALAND">the original</a> on 18 July 2011<span>. Retrieved <span>28 August</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-reserve_Powers-77">
+ <span>^ <a href="#cite_ref-reserve_Powers_77-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-reserve_Powers_77-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.gg.govt.nz/role/powers.htm">"The Reserve Powers"</a>. The Governor-General of New Zealand<span>. Retrieved <span>8 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-parliament_facts-78">
+ <span>^ <a href="#cite_ref-parliament_facts_78-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-parliament_facts_78-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-parliament_facts_78-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-parliament_facts_78-3"><sup><i><b>d</b></i></sup></a></span> <span><cite><a rel="nofollow" href="https://www.parliament.nz/en/visit-and-learn/how-parliament-works/fact-sheets/pbrief7/">"Parliament Brief: What is Parliament?"</a>. New Zealand Parliament<span>. Retrieved <span>30 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-79">
+ <span><b><a href="#cite_ref-79">^</a></b></span> <span><cite>McLean, Gavin (February 2015). <a rel="nofollow" href="http://www.teara.govt.nz/en/premiers-and-prime-ministers">"Premiers and prime ministers"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>30 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-80">
+ <span><b><a href="#cite_ref-80">^</a></b></span> <span><cite>Wilson, John (November 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/government-and-nation/4">"Government and nation – System of government"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>9 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-81">
+ <span><b><a href="#cite_ref-81">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.cabinetmanual.cabinetoffice.govt.nz/5.11">"Principles of Cabinet decision making"</a>. <i>Cabinet Manual</i>. Department of the Prime Minister and Cabinet. 2008<span>. Retrieved <span>1 December</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-82">
+ <span><b><a href="#cite_ref-82">^</a></b></span> <span><cite><a rel="nofollow" href="https://cabinetmanual.cabinetoffice.govt.nz/6.2">"The electoral cycle"</a>. <i>Cabinet Manual</i>. Department of the Prime Minister and Cabinet. 2008<span>. Retrieved <span>30 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-road-83">
+ <span>^ <a href="#cite_ref-road_83-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-road_83-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/politics/fpp-to-mmp/first-past-the-post">"First past the post – the road to MMP"</a>. Ministry for Culture and Heritage. September 2009<span>. Retrieved <span>9 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-84">
+ <span><b><a href="#cite_ref-84">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20111109013802/http://www.elections.org.nz/elections/electorates/reviewing-electorates.html">"Reviewing electorate numbers and boundaries"</a>. <a href="http://fakehost/wiki/Electoral_Commission_(New_Zealand)" title="Electoral Commission (New Zealand)">Electoral Commission</a>. 8 May 2005. Archived from <a rel="nofollow" href="http://www.elections.org.nz/elections/electorates/reviewing-electorates.html">the original</a> on 9 November 2011<span>. Retrieved <span>7 July</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-85">
+ <span><b><a href="#cite_ref-85">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.elections.org.nz/voting-system/mmp-voting-system/sainte-lagu%C3%AB-allocation-formula">"Sainte-Laguë allocation formula"</a>. Electoral Commission. 4 February 2013<span>. Retrieved <span>31 May</span> 2014</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-86">
+ <span><b><a href="#cite_ref-86">^</a></b></span> <span><cite>Paxton, Pamela; Hughes, Melanie M. (2015). <a rel="nofollow" href="https://books.google.com/books?id=lf4QCgAAQBAJ&amp;pg=PT107"><i>Women, Politics, and Power: A Global Perspective</i></a>. CQ Press. p.&nbsp;107. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-1-48-337701-8" title="Special:BookSources/978-1-48-337701-8"><bdi>978-1-48-337701-8</bdi></a><span>. Retrieved <span>25 July</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-87">
+ <span><b><a href="#cite_ref-87">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&amp;objectid=11936791">"Jacinda Ardern sworn in as new Prime Minister"</a>. <i>New Zealand Herald</i>. 26 October 2017<span>. Retrieved <span>26 October</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-88">
+ <span><b><a href="#cite_ref-88">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.stuff.co.nz/national/politics/86217670/female-political-leaders-have-been-smashing-glass-ceilings-for-ages">"Female political leaders have been smashing glass ceilings for ages"</a>. <i><a href="http://fakehost/wiki/Stuff.co.nz" title="Stuff.co.nz">Stuff.co.nz</a></i>. Fairfax NZ. 27 October 2017<span>. Retrieved <span>19 July</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-89">
+ <span><b><a href="#cite_ref-89">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.courtsofnz.govt.nz/about-the-judiciary/role-judges/role-chief">"Role of the Chief Justice"</a>. Courts of New Zealand<span>. Retrieved <span>9 June</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-90">
+ <span><b><a href="#cite_ref-90">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.courtsofnz.govt.nz/about-the-judiciary/structure-of-the-court-system">"Structure of the court system"</a>. Courts of New Zealand<span>. Retrieved <span>9 June</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-91">
+ <span><b><a href="#cite_ref-91">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20101124005516/http://justice.govt.nz/courts/the-judiciary">"The Judiciary"</a>. <a href="http://fakehost/wiki/Minister_of_Justice_(New_Zealand)" title="Minister of Justice (New Zealand)">Ministry of Justice</a>. Archived from <a rel="nofollow" href="http://www.justice.govt.nz/courts/the-judiciary">the original</a> on 24 November 2010<span>. Retrieved <span>9 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-92">
+ <span><b><a href="#cite_ref-92">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20170204213240/http://fsi.fundforpeace.org/rankings-2016">"The Fragile States Index 2016"</a>. The Fund for Peace. Archived from <a rel="nofollow" href="http://fsi.fundforpeace.org/rankings-2016">the original</a> on 4 February 2017<span>. Retrieved <span>30 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-93">
+ <span><b><a href="#cite_ref-93">^</a></b></span> <span><cite><a rel="nofollow" href="http://pages.eiu.com/rs/753-RIQ-438/images/Democracy_Index_2017.pdf">"Democracy Index 2017"</a> <span>(PDF)</span>. <a href="http://fakehost/wiki/Economist_Intelligence_Unit" title="Economist Intelligence Unit">Economist Intelligence Unit</a>. 2018. p.&nbsp;5<span>. Retrieved <span>9 December</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-94">
+ <span><b><a href="#cite_ref-94">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.transparency.org/news/feature/corruption_perceptions_index_2017">"Corruption Perceptions Index 2017"</a>. <a href="http://fakehost/wiki/Transparency_International" title="Transparency International">Transparency International</a>. 21 February 2018<span>. Retrieved <span>9 December</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-95">
+ <span><b><a href="#cite_ref-95">^</a></b></span> <span><cite><a rel="nofollow" href="https://2009-2017.state.gov/j/drl/rls/hrrpt/humanrightsreport/index.htm?year=2017&amp;dlid=277105">"New Zealand"</a>. <i>Country Reports on Human Rights Practices for 2017</i>. <a href="http://fakehost/wiki/United_States_Department_of_State" title="United States Department of State">United States Department of State</a><span>. Retrieved <span>9 December</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-96">
+ <span><b><a href="#cite_ref-96">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.oecdbetterlifeindex.org/countries/new-zealand/">"New Zealand"</a>. OECD Better Life Index. 2016<span>. Retrieved <span>30 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-97">
+ <span><b><a href="#cite_ref-97">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.teara.govt.nz/en/1966/history-constitutional/10"><i>External Relations</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-98">
+ <span><b><a href="#cite_ref-98">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/people/michael-joseph-savage-biography">"Michael Joseph Savage"</a>. Ministry for Culture and Heritage. July 2010<span>. Retrieved <span>29 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-99">
+ <span><b><a href="#cite_ref-99">^</a></b></span> <span><cite>Patman, Robert (2005). <a rel="nofollow" href="https://web.archive.org/web/20070925192858/http://www.victoria.ac.nz/css/docs/Working_Papers/WP21.pdf">"Globalisation, Sovereignty, and the Transformation of New Zealand Foreign Policy"</a> <span>(PDF)</span>. <i>Working Paper 21/05</i>. Centre for Strategic Studies, Victoria University of Wellington. p.&nbsp;8. Archived from <a rel="nofollow" href="http://www.victoria.ac.nz/css/docs/Working_Papers/WP21.pdf">the original</a> <span>(PDF)</span> on 25 September 2007<span>. Retrieved <span>12 March</span> 2007</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-100">
+ <span><b><a href="#cite_ref-100">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110629153135/http://www.australianpolitics.com/foreign/anzus/anzus-treaty.shtml">"Department Of External Affairs: Security Treaty between Australia, New Zealand and the United States of America"</a>. <a href="http://fakehost/wiki/Government_of_Australia" title="Government of Australia">Australian Government</a>. September 1951. Archived from <a rel="nofollow" href="http://www.australianpolitics.com/foreign/anzus/anzus-treaty.shtml">the original</a> on 29 June 2011<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-101">
+ <span><b><a href="#cite_ref-101">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/war/vietnam-war">"The Vietnam War"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. June 2008<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-102">
+ <span><b><a href="#cite_ref-102">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/politics/nuclear-free-new-zealand/rainbow-warrior">"Sinking the Rainbow Warrior – nuclear-free New Zealand"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. August 2008<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-103">
+ <span><b><a href="#cite_ref-103">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/politics/nuclear-free-new-zealand/nuclear-free-zone">"Nuclear-free legislation – nuclear-free New Zealand"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. August 2008<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-104">
+ <span><b><a href="#cite_ref-104">^</a></b></span> <span><cite><a href="http://fakehost/wiki/David_Lange" title="David Lange">Lange, David</a> (1990). <i>Nuclear Free: The New Zealand Way</i>. New Zealand: <a href="http://fakehost/wiki/Penguin_Books" title="Penguin Books">Penguin Books</a>. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-14-014519-2" title="Special:BookSources/0-14-014519-2"><bdi>0-14-014519-2</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-105">
+ <span><b><a href="#cite_ref-105">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20101222174922/http://www.dfat.gov.au/aib/history.html">"Australia in brief"</a>. <a href="http://fakehost/wiki/Department_of_Foreign_Affairs_and_Trade_(Australia)" title="Department of Foreign Affairs and Trade (Australia)">Australian Department of Foreign Affairs and Trade</a>. Archived from <a rel="nofollow" href="http://www.dfat.gov.au/aib/history.html">the original</a> on 22 December 2010<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-NZ_in_brief-106">
+ <span>^ <a href="#cite_ref-NZ_in_brief_106-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NZ_in_brief_106-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.dfat.gov.au/geo/new_zealand/nz_country_brief.html">"New Zealand country brief"</a>. Australian Department of Foreign Affairs and Trade<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-107">
+ <span><b><a href="#cite_ref-107">^</a></b></span> <span><cite>Collett, John (4 September 2013). <a rel="nofollow" href="http://www.smh.com.au/money/super-and-funds/kiwis-face-hurdles-in-pursuit-of-lost-funds-20130903-2t1jl.html#ixzz2glaaulCe">"Kiwis face hurdles in pursuit of lost funds"</a><span>. Retrieved <span>4 October</span> 2013</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-108">
+ <span><b><a href="#cite_ref-108">^</a></b></span> <span><cite>Bertram, Geoff (April 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/south-pacific-economic-relations/4">"South Pacific economic relations – Aid, remittances and tourism"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-109">
+ <span><b><a href="#cite_ref-109">^</a></b></span> <span><cite>Howes, Stephen (November 2010). <a rel="nofollow" href="http://devpolicy.org/making-migration-work-lessons-from-new-zealand/">"Making migration work: Lessons from New Zealand"</a>. Development Policy Centre<span>. Retrieved <span>23 March</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-110">
+ <span><b><a href="#cite_ref-110">^</a></b></span> <span><cite>Ayele, Yoseph (28 September 2017). <a rel="nofollow" href="https://stories.ehf.org/the-growing-momentum-for-global-impact-in-new-zealand-13bdc5597ad2">"The Growing Momentum for Global Impact in New Zealand"</a>. <i>Edmund Hillary Fellowship</i><span>. Retrieved <span>9 July</span> 2019</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-111">
+ <span><b><a href="#cite_ref-111">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.un.org/en/members/index.shtml#n">"Member States of the United Nations"</a>. United Nations<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-112">
+ <span><b><a href="#cite_ref-112">^</a></b></span> <span><cite><a rel="nofollow" href="http://thecommonwealth.org/our-member-countries/new-zealand">"New Zealand"</a>. The Commonwealth<span>. Retrieved <span>1 December</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-113">
+ <span><b><a href="#cite_ref-113">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.oecd.org/pages/0,3417,en_36734052_36761800_1_1_1_1_1,00.html">"Members and partners"</a>. Organisation for Economic Co-operation and Development<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-114">
+ <span><b><a href="#cite_ref-114">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.aspistrategist.org.au/the-future-of-the-five-power-defence-arrangements/">"The future of the Five Power Defence Arrangements"</a>. The Strategist. 8 November 2012<span>. Retrieved <span>1 December</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-115">
+ <span><b><a href="#cite_ref-115">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzdf.mil.nz/about-us/">"About Us: Role and Responsibilities"</a>. New Zealand Defence Force<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-116">
+ <span><b><a href="#cite_ref-116">^</a></b></span> <span><cite>Ayson, Robert (2007). "New Zealand Defence and Security Policy,1990–2005". In Alley, Roderic (ed.). <i>New Zealand In World Affairs, Volume IV: 1990–2005</i>. Wellington: <a href="http://fakehost/wiki/Victoria_University_Press" title="Victoria University Press">Victoria University Press</a>. p.&nbsp;132. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-86473-548-5" title="Special:BookSources/978-0-86473-548-5"><bdi>978-0-86473-548-5</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-117">
+ <span><b><a href="#cite_ref-117">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/war/the-battle-for-crete">"The Battle for Crete"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. May 2010<span>. Retrieved <span>9 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-118">
+ <span><b><a href="#cite_ref-118">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/war/the-north-african-campaign/el-alamein">"El Alamein – The North African Campaign"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. May 2009<span>. Retrieved <span>9 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-119">
+ <span><b><a href="#cite_ref-119">^</a></b></span> <span><cite><a href="http://fakehost/wiki/Richard_Holmes_(military_historian)" title="Richard Holmes (military historian)">Holmes, Richard</a> (September 2010). <a rel="nofollow" href="http://www.bbc.co.uk/history/worldwars/wwtwo/battle_cassino_01.shtml">"World War Two: The Battle of Monte Cassino"</a><span>. Retrieved <span>9 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-120">
+ <span><b><a href="#cite_ref-120">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&amp;objectid=10122323">"Gallipoli stirred new sense of national identity says Clark"</a>. <i>New Zealand Herald</i>. April 2005<span>. Retrieved <span>9 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-121">
+ <span><b><a href="#cite_ref-121">^</a></b></span> <span><cite>Prideaux, Bruce (2007). Ryan, Chris (ed.). <i>Battlefield tourism: history, place and interpretation</i>. <a href="http://fakehost/wiki/Elsevier" title="Elsevier">Elsevier</a> Science. p.&nbsp;18. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-08-045362-0" title="Special:BookSources/978-0-08-045362-0"><bdi>978-0-08-045362-0</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-122">
+ <span><b><a href="#cite_ref-122">^</a></b></span> <span><cite>Burke, Arthur. <a rel="nofollow" href="https://web.archive.org/web/20101226110037/http://www.anzacday.org.au/spirit/spirit2.html">"The Spirit of ANZAC"</a>. ANZAC Day Commemoration Committee. Archived from <a rel="nofollow" href="http://www.anzacday.org.au/spirit/spirit2.html">the original</a> on 26 December 2010<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-123">
+ <span><b><a href="#cite_ref-123">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/war/the-south-african-boer-war/introduction">"South African War 1899–1902"</a>. Ministry for Culture and Heritage. February 2009<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-124">
+ <span><b><a href="#cite_ref-124">^</a></b></span> <span><cite><a rel="nofollow" href="https://nzhistory.govt.nz/war/korean-war">"New Zealand in the Korean War"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage<span>. Retrieved <span>1 December</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-125">
+ <span><b><a href="#cite_ref-125">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/war/the-malayan-emergency">"NZ and the Malayan Emergency"</a>. Ministry for Culture and Heritage. August 2010<span>. Retrieved <span>11 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-126">
+ <span><b><a href="#cite_ref-126">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20080125104529/http://www.nzdf.mil.nz/operations/default.htm">"New Zealand Defence Force Overseas Operations"</a>. <a href="http://fakehost/wiki/New_Zealand_Defence_Force" title="New Zealand Defence Force">New Zealand Defence Force</a>. January 2008. Archived from <a rel="nofollow" href="http://www.nzdf.mil.nz/operations/default.htm">the original</a> on 25 January 2008<span>. Retrieved <span>17 February</span> 2008</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-nine_provinces-127">
+ <span>^ <a href="#cite_ref-nine_provinces_127-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nine_provinces_127-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.library.otago.ac.nz/pdf/hoc_fr_bulletins/31_bulletin.pdf">"New Zealand's Nine Provinces (1853–76)"</a> <span>(PDF)</span>. <i>Friends of the Hocken Collections</i>. University of Otago. March 2000<span>. Retrieved <span>13 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-128">
+ <span><b><a href="#cite_ref-128">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/provinces-and-provincial-districts/3"><i>Provincial Divergencies</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>7 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-129">
+ <span><b><a href="#cite_ref-129">^</a></b></span> <span><cite>Swarbrick, Nancy (September 2016). <a rel="nofollow" href="http://TeAra.govt.nz/en/public-holidays">"Public holidays"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>25 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-130">
+ <span><b><a href="#cite_ref-130">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/regional-rugby/overview">"Overview – regional rugby"</a>. Ministry for Culture and Heritage. September 2010<span>. Retrieved <span>13 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-131">
+ <span><b><a href="#cite_ref-131">^</a></b></span> <span><cite>Dollery, Brian; Keogh, Ciaran; Crase, Lin (2007). <a rel="nofollow" href="https://web.archive.org/web/20070829001212/http://www.anzrsai.org/system/files/f8/f9/f39/f40/o186//Dollery%20sustaining%20regions%20article.pdf">"Alternatives to Amalgamation in Australian Local Government: Lessons from the New Zealand Experience"</a> <span>(PDF)</span>. <i>Sustaining Regions</i>. <b>6</b> (1): 50–69. Archived from <a rel="nofollow" href="http://www.anzrsai.org/system/files/f8/f9/f39/f40/o186//Dollery%20sustaining%20regions%20article.pdf">the original</a> <span>(PDF)</span> on 29 August 2007.</cite></span>
+
+ </li>
+ <li id="cite_note-Sancton2000-132">
+ <span>^ <a href="#cite_ref-Sancton2000_132-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Sancton2000_132-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Sancton2000_132-2"><sup><i><b>c</b></i></sup></a></span> <span><cite>Sancton, Andrew (2000). <i>Merger mania: the assault on local government</i>. <a href="http://fakehost/wiki/McGill-Queen%27s_University_Press" title="McGill-Queen's University Press">McGill-Queen's University Press</a>. p.&nbsp;84. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-7735-2163-1" title="Special:BookSources/0-7735-2163-1"><bdi>0-7735-2163-1</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-133">
+ <span><b><a href="#cite_ref-133">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110610051916/http://www.stats.govt.nz/~/media/Statistics/Methods%20and%20Services/Tables/Subnational%20population%20estimates/subpopest2001-10.ashx">"Subnational population estimates at 30 June 2010 (boundaries at 1 November 2010)"</a>. Statistics New Zealand. 26 October 2010. Archived from <a rel="nofollow" href="http://www.stats.govt.nz/~/media/Statistics/Methods%20and%20Services/Tables/Subnational%20population%20estimates/subpopest2001-10.ashx">the original</a> on 10 June 2011<span>. Retrieved <span>2 April</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTESmeltJui_Lin200933-134">
+ <span><b><a href="#cite_ref-FOOTNOTESmeltJui_Lin200933_134-0">^</a></b></span> <span><a href="#CITEREFSmeltJui_Lin2009">Smelt &amp; Jui Lin 2009</a>, p.&nbsp;33.</span>
+ </li>
+ <li id="cite_note-glossary-135">
+ <span>^ <a href="#cite_ref-glossary_135-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-glossary_135-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.localcouncils.govt.nz/lgip.nsf/wpgurl/Resources-Glossary-Index">"Glossary"</a>. Department of Internal Affairs<span>. Retrieved <span>28 August</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-136">
+ <span><b><a href="#cite_ref-136">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.legislation.govt.nz/act/public/1995/0041/latest/whole.html">"Chatham Islands Council Act 1995 No 41"</a>. New Zealand Parliamentary Counsel Office. 29 July 1995<span>. Retrieved <span>8 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-137">
+ <span><b><a href="#cite_ref-137">^</a></b></span> <span><cite>Gimpel, Diane (2011). <a rel="nofollow" href="https://books.google.com/books?id=Hvqnkc5nP54C&amp;pg=PA22"><i>Monarchies</i></a>. ABDO Publishing Company. p.&nbsp;22. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-1-617-14792-0" title="Special:BookSources/978-1-617-14792-0"><bdi>978-1-617-14792-0</bdi></a><span>. Retrieved <span>18 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-138">
+ <span><b><a href="#cite_ref-138">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20101113024046/http://www.gov.nu/wb/pages/system-of-government-fakatokaaga-he-fakatufono.php">"System of Government"</a>. Government of Niue. Archived from <a rel="nofollow" href="http://www.gov.nu/wb/pages/system-of-government-fakatokaaga-he-fakatufono.php">the original</a> on 13 November 2010<span>. Retrieved <span>13 January</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-139">
+ <span><b><a href="#cite_ref-139">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.ck/govt.htm#con">"Government – Structure, Personnel"</a>. Government of the Cook Islands<span>. Retrieved <span>13 January</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-140">
+ <span><b><a href="#cite_ref-140">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.tokelau.org.nz/Tokelau+Government.html">"Tokelau Government"</a>. Government of Tokelau<span>. Retrieved <span>16 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-141">
+ <span><b><a href="#cite_ref-141">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.antarcticanz.govt.nz/scott-base">"Scott Base"</a>. <a href="http://fakehost/wiki/Antarctica_New_Zealand" title="Antarctica New Zealand">Antarctica New Zealand</a><span>. Retrieved <span>13 January</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-142">
+ <span><b><a href="#cite_ref-142">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.legislation.govt.nz/act/public/1977/0061/latest/whole.html">"Citizenship Act 1977 No 61"</a>. Zealand Parliamentary Counsel Office. 1 December 1977<span>. Retrieved <span>26 May</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-143">
+ <span><b><a href="#cite_ref-143">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.dia.govt.nz/diawebsite.nsf/wpg_URL/Services-Citizenship-Check-if-you%E2%80%99re-a-New-Zealand-citizen?OpenDocument">"Check if you're a New Zealand citizen"</a>. Department of Internal Affairs<span>. Retrieved <span>20 January</span> 2015</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-145">
+ <span><b><a href="#cite_ref-145">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/cook-strait/1"><i>The Sea Floor</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>13 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-146">
+ <span><b><a href="#cite_ref-146">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20101225020855/http://www.aucklandcity.govt.nz/auckland/introduction/hauraki/default.asp">"Hauraki Gulf islands"</a>. <a href="http://fakehost/wiki/Auckland_City_Council" title="Auckland City Council">Auckland City Council</a>. Archived from <a rel="nofollow" href="http://www.aucklandcity.govt.nz/auckland/introduction/hauraki/default.asp">the original</a> on 25 December 2010<span>. Retrieved <span>13 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-147">
+ <span><b><a href="#cite_ref-147">^</a></b></span> <span><cite>Hindmarsh (2006). <a rel="nofollow" href="https://web.archive.org/web/20110511071150/http://www.historic.org.nz/en/Publications/HeritageNZMagazine/HeritageNz2006/HNZ06-DiscoveringDUrville.aspx">"Discovering D'Urville"</a>. Heritage New Zealand. Archived from <a rel="nofollow" href="http://www.historic.org.nz/en/Publications/HeritageNZMagazine/HeritageNz2006/HNZ06-DiscoveringDUrville.aspx">the original</a> on 11 May 2011<span>. Retrieved <span>13 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-148">
+ <span><b><a href="#cite_ref-148">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110123074649/http://www.auckland-coastguard.org.nz/Information/Distance%2BTables.html">"Distance tables"</a>. Auckland Coastguard. Archived from <a rel="nofollow" href="http://www.auckland-coastguard.org.nz/Information/Distance+Tables.html">the original</a> on 23 January 2011<span>. Retrieved <span>2 March</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-149">
+ <span><b><a href="#cite_ref-149">^</a></b></span> <span><cite>McKenzie, D. W. (1987). <i>Heinemann New Zealand atlas</i>. <a href="http://fakehost/wiki/Heinemann_(publisher)" title="Heinemann (publisher)">Heinemann Publishers</a>. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-7900-0187-X" title="Special:BookSources/0-7900-0187-X"><bdi>0-7900-0187-X</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-CIA-150">
+ <span>^ <a href="#cite_ref-CIA_150-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-CIA_150-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-CIA_150-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-CIA_150-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-CIA_150-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-CIA_150-5"><sup><i><b>f</b></i></sup></a></span> <span><cite><a rel="nofollow" href="https://www.cia.gov/library/publications/the-world-factbook/geos/nz.html">"CIA – The World Factbook"</a>. Cia.gov<span>. Retrieved <span>4 May</span> 2013</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-151">
+ <span><b><a href="#cite_ref-151">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20100522061011/http://www2.stats.govt.nz/domino/external/PASFull/pasfull.nsf/84bf91b1a7b5d7204c256809000460a4/4c2567ef00247c6acc25697a00043f15?OpenDocument">"Geography"</a>. <a href="http://fakehost/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a>. 1999. Archived from <a rel="nofollow" href="http://www2.stats.govt.nz/domino/external/PASFull/pasfull.nsf/84bf91b1a7b5d7204c256809000460a4/4c2567ef00247c6acc25697a00043f15?OpenDocument">the original</a> on 22 May 2010<span>. Retrieved <span>21 December</span> 2009</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-152">
+ <span><b><a href="#cite_ref-152">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mfe.govt.nz/sites/default/files/offshore-options-jun05.pdf"><i>Offshore Options: Managing Environmental Effects in New Zealand's Exclusive Economic Zone</i></a> <span>(PDF)</span>. Wellington: <a href="http://fakehost/wiki/Ministry_for_the_Environment_(New_Zealand)" title="Ministry for the Environment (New Zealand)">Ministry for the Environment</a>. 2005. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-478-25916-6" title="Special:BookSources/0-478-25916-6"><bdi>0-478-25916-6</bdi></a><span>. Retrieved <span>23 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-153">
+ <span><b><a href="#cite_ref-153">^</a></b></span> <span><cite>Coates, Glen (2002). <i>The rise and fall of the Southern Alps</i>. Canterbury University Press. p.&nbsp;15. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-908812-93-0" title="Special:BookSources/0-908812-93-0"><bdi>0-908812-93-0</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTEGarden200552-154">
+ <span><b><a href="#cite_ref-FOOTNOTEGarden200552_154-0">^</a></b></span> <span><a href="#CITEREFGarden2005">Garden 2005</a>, p.&nbsp;52.</span>
+ </li>
+ <li id="cite_note-155">
+ <span><b><a href="#cite_ref-155">^</a></b></span> <span><cite>Grant, David (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/southland-places/10">"Southland places – Fiordland's coast"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>14 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-156">
+ <span><b><a href="#cite_ref-156">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20101229222806/http://www.doc.govt.nz/parks-and-recreation/national-parks/tongariro/features/central-north-island-volcanoes/">"Central North Island volcanoes"</a>. Department of Conservation. Archived from <a rel="nofollow" href="http://www.doc.govt.nz/parks-and-recreation/national-parks/tongariro/features/central-north-island-volcanoes/">the original</a> on 29 December 2010<span>. Retrieved <span>14 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-157">
+ <span><b><a href="#cite_ref-157">^</a></b></span> <span><cite>Walrond, Carl (March 2009). <a rel="nofollow" href="http://www.teara.govt.nz/en/natural-environment/1">"Natural environment – Geography and geology"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>14 January</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-158">
+ <span><b><a href="#cite_ref-158">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110324025353/http://www.geonet.org.nz/volcano/activity/taupo/about.html">"Taupo"</a>. <a href="http://fakehost/wiki/GNS_Science" title="GNS Science">GNS Science</a>. Archived from <a rel="nofollow" href="http://www.geonet.org.nz/volcano/activity/taupo/about.html">the original</a> on 24 March 2011<span>. Retrieved <span>2 April</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Keith_2009-159">
+ <span>^ <a href="#cite_ref-Keith_2009_159-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Keith_2009_159-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Lewis, Keith; Nodder, Scott; Carter, Lionel (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/sea-floor-geology/2">"Sea floor geology – Active plate boundaries"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-160">
+ <span><b><a href="#cite_ref-160">^</a></b></span> <span><cite>Wallis, G. P.; Trewick, S. A. (2009). "New Zealand phylogeography: evolution on a small continent". <i>Molecular Ecology</i>. <b>18</b> (17): 3548–3580. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1111%2Fj.1365-294X.2009.04294.x">10.1111/j.1365-294X.2009.04294.x</a>. <a href="http://fakehost/wiki/PubMed_Identifier" title="PubMed Identifier">PMID</a>&nbsp;<a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pubmed/19674312">19674312</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-161">
+ <span><b><a href="#cite_ref-161">^</a></b></span> <span><cite>Wright, Dawn; Bloomer, Sherman; MacLeod, Christopher; Taylor, Brian; Goodliffe, Andrew (2000). "Bathymetry of the Tonga Trench and Forearc: A Map Series". <i>Marine Geophysical Researches</i>. <b>21</b> (5): 489–512. <a href="http://fakehost/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" href="https://ui.adsabs.harvard.edu/abs/2000MarGR..21..489W">2000MarGR..21..489W</a>. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1023%2FA%3A1026514914220">10.1023/A:1026514914220</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-NZOD-162">
+ <span><b><a href="#cite_ref-NZOD_162-0">^</a></b></span> <span><cite>"Australasia". <i>New Zealand Oxford Dictionary</i>. Oxford University Press. 2005. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1093%2Facref%2F9780195584516.001.0001">10.1093/acref/9780195584516.001.0001</a>. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/9780195584516" title="Special:BookSources/9780195584516"><bdi>9780195584516</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-163">
+ <span><b><a href="#cite_ref-163">^</a></b></span> <span><cite>Hobbs, Joseph J. (2016). <a rel="nofollow" href="https://books.google.com/books?id=0rUaCgAAQBAJ&amp;pg=PA367"><i>Fundamentals of World Regional Geography</i></a>. Cengage Learning. p.&nbsp;367. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/9781305854956" title="Special:BookSources/9781305854956"><bdi>9781305854956</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-164">
+ <span><b><a href="#cite_ref-164">^</a></b></span> <span><cite>Hillstrom, Kevin; Hillstrom, Laurie Collier (2003). <i>Australia, Oceania, and Antarctica: A Continental Overview of Environmental Issues</i>. <b>3</b>. ABC-CLIO. p.&nbsp;25. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/9781576076941" title="Special:BookSources/9781576076941"><bdi>9781576076941</bdi></a>. <q>…defined here as the continent nation of Australia, New Zealand, and twenty-two other island countries and territories sprinkled over more than 40 million square kilometres of the South Pacific.</q></cite></span>
+
+ </li>
+ <li id="cite_note-Mullan2009-165">
+ <span>^ <a href="#cite_ref-Mullan2009_165-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Mullan2009_165-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Mullan, Brett; Tait, Andrew; Thompson, Craig (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/climate/1">"Climate – New Zealand's climate"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>15 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-niwa-166">
+ <span><b><a href="#cite_ref-niwa_166-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.niwa.co.nz/education-and-training/schools/resources/climate/extreme">"Summary of New Zealand climate extremes"</a>. <a href="http://fakehost/wiki/National_Institute_of_Water_and_Atmospheric_Research" title="National Institute of Water and Atmospheric Research">National Institute of Water and Atmospheric Research</a>. 2004<span>. Retrieved <span>30 April</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-167">
+ <span><b><a href="#cite_ref-167">^</a></b></span> <span><cite>Walrond, Carl (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/natural-environment/3">"Natural environment – Climate"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>15 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-168">
+ <span><b><a href="#cite_ref-168">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110503221956/http://www.niwa.co.nz/__data/assets/file/0006/44268/rain.xls">"Mean monthly rainfall"</a>. National Institute of Water and Atmospheric Research. Archived from <a rel="nofollow" href="http://www.niwa.co.nz/__data/assets/file/0006/44268/rain.xls">the original</a> <span>(XLS)</span> on 3 May 2011<span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-169">
+ <span><b><a href="#cite_ref-169">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20081015102420/http://www.niwascience.co.nz/__data/assets/file/0006/44655/sunshine.xls">"Mean monthly sunshine hours"</a>. National Institute of Water and Atmospheric Research. Archived from <a rel="nofollow" href="http://www.niwascience.co.nz/__data/assets/file/0006/44655/sunshine.xls">the original</a> <span>(XLS)</span> on 15 October 2008<span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-170">
+ <span><b><a href="#cite_ref-170">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.newzealand.com/int/feature/new-zealand-climate-and-weather/">"New Zealand climate and weather"</a>. Tourism New Zealand<span>. Retrieved <span>13 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-171">
+ <span><b><a href="#cite_ref-171">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.niwa.co.nz/education-and-training/schools/resources/climate">"Climate data and activities"</a>. National Institute of Water and Atmospheric Research<span>. Retrieved <span>11 February</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-172">
+ <span><b><a href="#cite_ref-172">^</a></b></span> <span><cite>Cooper, R.; Millener, P. (1993). "The New Zealand biota: Historical background and new research". <i>Trends in Ecology &amp; Evolution</i>. <b>8</b> (12): 429. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1016%2F0169-5347%2893%2990004-9">10.1016/0169-5347(93)90004-9</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-173">
+ <span><b><a href="#cite_ref-173">^</a></b></span> <span>Trewick SA, Morgan-Richards M. 2014. New Zealand Wild Life. Penguin, New Zealand.</span>
+ <span><a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/9780143568896" title="Special:BookSources/9780143568896">9780143568896</a></span>
+ </li>
+ <li id="cite_note-174">
+ <span><b><a href="#cite_ref-174">^</a></b></span> <span><cite>Lindsey, Terence; Morris, Rod (2000). <i>Collins Field Guide to New Zealand Wildlife</i>. <a href="http://fakehost/wiki/HarperCollins" title="HarperCollins">HarperCollins</a> (New Zealand) Limited. p.&nbsp;14. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-1-86950-300-0" title="Special:BookSources/978-1-86950-300-0"><bdi>978-1-86950-300-0</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-FAQ-175">
+ <span>^ <a href="#cite_ref-FAQ_175-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-FAQ_175-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.nzpcn.org.nz/page.asp?help_faqs_NZ_plants">"Frequently asked questions about New Zealand plants"</a>. <a href="http://fakehost/wiki/New_Zealand_Plant_Conservation_Network" title="New Zealand Plant Conservation Network">New Zealand Plant Conservation Network</a>. May 2010<span>. Retrieved <span>15 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-NZPCN_2006-176">
+ <span><b><a href="#cite_ref-NZPCN_2006_176-0">^</a></b></span> <span><cite>De Lange, Peter James; Sawyer, John William David &amp; Rolfe, Jeremy (2006). <i>New Zealand indigenous vascular plant checklist</i>. New Zealand Plant Conservation Network. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-473-11306-6" title="Special:BookSources/0-473-11306-6"><bdi>0-473-11306-6</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-177">
+ <span><b><a href="#cite_ref-177">^</a></b></span> <span><cite>Wassilieff, Maggy (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/lichens/2">"Lichens – Lichens in New Zealand"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>16 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-178">
+ <span><b><a href="#cite_ref-178">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2010) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/forests-indigenous/4"><i>Mixed Broadleaf Podocarp and Kauri Forest</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>15 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-179">
+ <span><b><a href="#cite_ref-179">^</a></b></span> <span><cite>Mark, Alan (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/grasslands/1">"Grasslands – Tussock grasslands"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>17 January</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-180">
+ <span><b><a href="#cite_ref-180">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.fao.org/docrep/w7730e/w7730e09.htm#new%20zealand">"Commentary on Forest Policy in the Asia-Pacific Region (A Review for Indonesia, Malaysia, New Zealand, Papua New Guinea, Philippines, Thailand and Western Samoa)"</a>. Forestry Department. 1997<span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-181">
+ <span><b><a href="#cite_ref-181">^</a></b></span> <span><cite>McGlone, M.S. (1989). <a rel="nofollow" href="https://web.archive.org/web/20140717220413/http://nzes.org.nz/nzje/free_issues/NZJEcol12_s_115.pdf">"The Polynesian settlement of New Zealand in relation to environmental and biotic changes"</a> <span>(PDF)</span>. <i>New Zealand Journal of Ecology</i>. 12(S): 115–129. Archived from <a rel="nofollow" href="http://nzes.org.nz/nzje/free_issues/NZJEcol12_s_115.pdf">the original</a> <span>(PDF)</span> on 17 July 2014.</cite></span>
+
+ </li>
+ <li id="cite_note-182">
+ <span><b><a href="#cite_ref-182">^</a></b></span> <span>Taylor, R. and Smith, I. (1997). <a rel="nofollow" href="http://www.mfe.govt.nz/publications/ser/ser1997/index.html">The state of New Zealand’s environment 1997</a>. Ministry for the Environment, Wellington.</span>
+ </li>
+ <li id="cite_note-183">
+ <span><b><a href="#cite_ref-183">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.terranature.org/flightlessbirds.htm">"New Zealand ecology: Flightless birds"</a>. TerraNature<span>. Retrieved <span>17 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Holdaway2009-184">
+ <span>^ <a href="#cite_ref-Holdaway2009_184-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Holdaway2009_184-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Holdaway, Richard (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/extinctions/4">"Extinctions – New Zealand extinctions since human arrival"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-185">
+ <span><b><a href="#cite_ref-185">^</a></b></span> <span><cite>Kirby, Alex (January 2005). <a rel="nofollow" href="http://news.bbc.co.uk/2/hi/science/nature/4138147.stm">"Huge eagles 'dominated NZ skies<span>'</span>"</a>. <i>BBC News</i><span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-186">
+ <span><b><a href="#cite_ref-186">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20150129135945/http://www.doc.govt.nz/conservation/native-animals/reptiles-and-frogs/">"Reptiles and frogs"</a>. Department of Conservation. Archived from <a rel="nofollow" href="http://www.doc.govt.nz/conservation/native-animals/reptiles-and-frogs">the original</a> on 29 January 2015<span>. Retrieved <span>25 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-187">
+ <span><b><a href="#cite_ref-187">^</a></b></span> <span><cite>Pollard, Simon (September 2007). <a rel="nofollow" href="https://teara.govt.nz/en/spiders-and-other-arachnids">"Spiders and other arachnids"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>25 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-188">
+ <span><b><a href="#cite_ref-188">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.doc.govt.nz/nature/native-animals/invertebrates/weta/">"Wētā"</a>. Department of Conservation<span>. Retrieved <span>25 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-189">
+ <span><b><a href="#cite_ref-189">^</a></b></span> <span><cite>Ryan, Paddy (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/snails-and-slugs/2">"Snails and slugs – Flax snails, giant snails and veined slugs"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-190">
+ <span><b><a href="#cite_ref-190">^</a></b></span> <span><cite>Herrera-Flores, Jorge A.; Stubbs, Thomas L.; Benton, Michael J.; Ruta, Marcello (May 2017). "Macroevolutionary patterns in Rhynchocephalia: is the tuatara (Sphenodon punctatus) a living fossil?". <i>Palaeontology</i>. <b>60</b> (3): 319–328. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1111%2Fpala.12284">10.1111/pala.12284</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-191">
+ <span><b><a href="#cite_ref-191">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20070531085218/http://www.science.unsw.edu.au/news/2006/nzmammal.html">"Tiny Bones Rewrite Textbooks, first New Zealand land mammal fossil"</a>. University of New South Wales. 31 May 2007. Archived from <a rel="nofollow" href="http://www.science.unsw.edu.au/news/2006/nzmammal.html">the original</a> on 31 May 2007.</cite></span>
+
+ </li>
+ <li id="cite_note-192">
+ <span><b><a href="#cite_ref-192">^</a></b></span> <span><cite>Worthy, Trevor H.; Tennyson, Alan J. D.; Archer, Michael; Musser, Anne M.; Hand, Suzanne J.; Jones, Craig; Douglas, Barry J.; McNamara, James A.; Beck, Robin M. D. (2006). <a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1697831">"Miocene mammal reveals a Mesozoic ghost lineage on insular New Zealand, southwest Pacific"</a>. <i><a href="http://fakehost/wiki/Proceedings_of_the_National_Academy_of_Sciences_of_the_United_States_of_America" title="Proceedings of the National Academy of Sciences of the United States of America">Proceedings of the National Academy of Sciences of the United States of America</a></i>. <b>103</b> (51): 19419–23. <a href="http://fakehost/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" href="https://ui.adsabs.harvard.edu/abs/2006PNAS..10319419W">2006PNAS..10319419W</a>. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1073%2Fpnas.0605684103">10.1073/pnas.0605684103</a>. <a href="http://fakehost/wiki/PubMed_Central" title="PubMed Central">PMC</a>&nbsp;<span title="Freely accessible"><a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1697831">1697831</a></span>. <a href="http://fakehost/wiki/PubMed_Identifier" title="PubMed Identifier">PMID</a>&nbsp;<a rel="nofollow" href="http://www.ncbi.nlm.nih.gov/pubmed/17159151">17159151</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-193">
+ <span><b><a href="#cite_ref-193">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110308103617/http://www.doc.govt.nz/conservation/native-animals/marine-mammals/">"Marine Mammals"</a>. Department of Conservation. Archived from <a rel="nofollow" href="http://www.doc.govt.nz/conservation/native-animals/marine-mammals/">the original</a> on 8 March 2011<span>. Retrieved <span>17 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-194">
+ <span><b><a href="#cite_ref-194">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.doc.govt.nz/nature/native-animals/birds/sea-and-shore-birds/">"Sea and shore birds"</a>. Department of Conservation<span>. Retrieved <span>7 March</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-195">
+ <span><b><a href="#cite_ref-195">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.doc.govt.nz/nature/native-animals/birds/birds-a-z/penguins/">"Penguins"</a>. Department of Conservation<span>. Retrieved <span>7 March</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-196">
+ <span><b><a href="#cite_ref-196">^</a></b></span> <span><cite>Jones, Carl (2002). "Reptiles and Amphibians". In Perrow, Martin; Davy, Anthony (eds.). <i>Handbook of ecological restoration: Principles of Restoration</i>. <b>2</b>. Cambridge University Press. p.&nbsp;362. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-521-79128-6" title="Special:BookSources/0-521-79128-6"><bdi>0-521-79128-6</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-197">
+ <span><b><a href="#cite_ref-197">^</a></b></span> <span><cite>Towns, D.; Ballantine, W. (1993). "Conservation and restoration of New Zealand Island ecosystems". <i>Trends in Ecology &amp; Evolution</i>. <b>8</b> (12): 452. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1016%2F0169-5347%2893%2990009-E">10.1016/0169-5347(93)90009-E</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-198">
+ <span><b><a href="#cite_ref-198">^</a></b></span> <span><cite>Rauzon, Mark (2008). <a rel="nofollow" href="http://marineornithology.org/PDF/35_2/35_2_97-107.pdf">"Island restoration: Exploring the past, anticipating the future"</a> <span>(PDF)</span>. <i>Marine Ornithology</i>. <b>35</b>: 97–107.</cite></span>
+
+ </li>
+ <li id="cite_note-199">
+ <span><b><a href="#cite_ref-199">^</a></b></span> <span><cite>Diamond, Jared (1990). Towns, D; Daugherty, C; Atkinson, I (eds.). <a rel="nofollow" href="http://www.doc.govt.nz/documents/science-and-technical/EcologicalRestorationNZIslands.pdf"><i>New Zealand as an archipelago: An international perspective</i></a> <span>(PDF)</span>. Wellington: Conservation Sciences Publication No. 2. Department of Conservation. pp.&nbsp;3–8.</cite></span>
+
+ </li>
+ <li id="cite_note-200">
+ <span><b><a href="#cite_ref-200">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.imf.org/en/Publications/WEO/Issues/2018/03/20/~/media/Files/Publications/WEO/2018/April/text.ashx?la=en"><i>World Economic Outlook</i></a>. <a href="http://fakehost/wiki/International_Monetary_Fund" title="International Monetary Fund">International Monetary Fund</a>. April 2018. p.&nbsp;63. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-1-48434-971-7" title="Special:BookSources/978-1-48434-971-7"><bdi>978-1-48434-971-7</bdi></a><span>. Retrieved <span>21 June</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-201">
+ <span><b><a href="#cite_ref-201">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.heritage.org/index/ranking">"Rankings on Economic Freedom"</a>. <a href="http://fakehost/wiki/The_Heritage_Foundation" title="The Heritage Foundation">The Heritage Foundation</a>. 2016<span>. Retrieved <span>30 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-202">
+ <span><b><a href="#cite_ref-202">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.bsi.si/en/financial-data.asp?MapaId=1239">"Currencies of the territories listed in the BS exchange rate lists"</a>. Bank of Slovenia<span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-RWT_export_evolution-203">
+ <span>^ <a href="#cite_ref-RWT_export_evolution_203-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-RWT_export_evolution_203-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-RWT_export_evolution_203-2"><sup><i><b>c</b></i></sup></a></span> <span><cite>McLintock, Alexander, ed. (November 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/trade-external/1"><i>Historical evolution and trade patterns</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>10 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-204">
+ <span><b><a href="#cite_ref-204">^</a></b></span> <span><cite>Stringleman, Hugh; Peden, Robert (October 2009). <a rel="nofollow" href="http://www.teara.govt.nz/en/sheep-farming/5/2">"Sheep farming – Growth of the frozen meat trade, 1882–2001"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>6 May</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-205">
+ <span><b><a href="#cite_ref-205">^</a></b></span> <span><cite>Baker, John (February 2010) [1966]. McLintock, Alexander (ed.). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/standard-of-living/1/1"><i>Some Indicators of Comparative Living Standards</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>30 April</span> 2010</span>.</cite></span>
+ <a rel="nofollow" href="http://www.teara.govt.nz/files/3_308_StandardOfLiving_Comparison_0.pdf">PDF Table</a>
+ </li>
+ <li id="cite_note-206">
+ <span><b><a href="#cite_ref-206">^</a></b></span> <span><cite>Wilson, John (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/history/6">"History – The later 20th century"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>2 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-207">
+ <span><b><a href="#cite_ref-207">^</a></b></span> <span><cite>Nixon, Chris; Yeabsley, John (April 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/overseas-trade-policy/5">"Overseas trade policy – Difficult times – the 1970s and early 1980s"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-208">
+ <span><b><a href="#cite_ref-208">^</a></b></span> <span><cite>Evans, N. "Up From Down Under: After a Century of Socialism, Australia and New Zealand are Cutting Back Government and Freeing Their Economies". <i>National Review</i>. <b>46</b> (16): 47–51.</cite></span>
+
+ </li>
+ <li id="cite_note-209">
+ <span><b><a href="#cite_ref-209">^</a></b></span> <span><cite><i>Trade, Food Security, and Human Rights: The Rules for International Trade in Agricultural Products and the Evolving World Food Crisis</i>. Routledge. 2016. p.&nbsp;125. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/9781317008521" title="Special:BookSources/9781317008521"><bdi>9781317008521</bdi></a>.</cite></span>
+
+ </li>
+ <li id="cite_note-210">
+ <span><b><a href="#cite_ref-210">^</a></b></span> <span><cite>Wayne Arnold (2 August 2007). <a rel="nofollow" href="https://www.nytimes.com/2007/08/02/business/worldbusiness/02farm.html?pagewanted=all">"Surviving Without Subsidies"</a>. <i><a href="http://fakehost/wiki/The_New_York_Times" title="The New York Times">The New York Times</a></i><span>. Retrieved <span>11 August</span> 2015</span>. <q>... ever since a liberal but free-market government swept to power in 1984 and essentially canceled handouts to farmers ... They went cold turkey and in the process it was very rough on their farming economy</q></cite></span>
+
+ </li>
+ <li id="cite_note-Liberalisation-211">
+ <span><b><a href="#cite_ref-Liberalisation_211-0">^</a></b></span> <span><cite>Easton, Brian (November 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/economic-history/11">"Economic history – Government and market liberalisation"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>1 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-212">
+ <span><b><a href="#cite_ref-212">^</a></b></span> <span><cite>Hazledine, Tim (1998). <a rel="nofollow" href="https://web.archive.org/web/20110510082643/http://www.ariplex.com/~economic-myth-busters/hazledine-taking%20nz%20seriously.pdf"><i>Taking New Zealand Seriously: The Economics of Decency</i></a> <span>(PDF)</span>. HarperCollins Publishers. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/1-86950-283-3" title="Special:BookSources/1-86950-283-3"><bdi>1-86950-283-3</bdi></a>. Archived from <a rel="nofollow" href="http://www.ariplex.com/~economic-myth-busters/hazledine-taking%20nz%20seriously.pdf">the original</a> <span>(PDF)</span> on 10 May 2011.</cite></span>
+
+ </li>
+ <li id="cite_note-213">
+ <span><b><a href="#cite_ref-213">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stuff.co.nz/travel/396410">"NZ tops Travellers' Choice Awards"</a>. Stuff Travel. May 2008<span>. Retrieved <span>30 April</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-unemployment-214">
+ <span>^ <a href="#cite_ref-unemployment_214-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-unemployment_214-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-unemployment_214-2"><sup><i><b>c</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.socialreport.msd.govt.nz/paid-work/unemployment.html">"Unemployment: the Social Report 2016 – Te pūrongo oranga tangata"</a>. Ministry of Social Development<span>. Retrieved <span>18 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-215">
+ <span><b><a href="#cite_ref-215">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.nytimes.com/2009/06/11/business/global/11nzrate.html">"New Zealand Takes a Pause in Cutting Rates"</a>. <i>The New York Times</i>. 10 June 2009<span>. Retrieved <span>30 April</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-216">
+ <span><b><a href="#cite_ref-216">^</a></b></span> <span><cite><a rel="nofollow" href="http://news.bbc.co.uk/2/hi/business/8120196.stm">"New Zealand's slump longest ever"</a>. <i>BBC News</i>. 26 June 2009<span>. Retrieved <span>30 April</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-217">
+ <span><b><a href="#cite_ref-217">^</a></b></span> <span><cite>Bascand, Geoff (February 2011). <a rel="nofollow" href="https://web.archive.org/web/20110429174323/http://www.stats.govt.nz/browse_for_stats/work_income_and_spending/employment_and_unemployment/HouseholdLabourForceSurvey_MRDec10qtr.aspx">"Household Labour Force Survey: December 2010 quarter – Media Release"</a>. Statistics New Zealand. Archived from <a rel="nofollow" href="http://www.stats.govt.nz/browse_for_stats/work_income_and_spending/employment_and_unemployment/HouseholdLabourForceSurvey_MRDec10qtr.aspx">the original</a> on 29 April 2011<span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-218">
+ <span><b><a href="#cite_ref-218">^</a></b></span> <span><cite>Davenport, Sally (2004). "Panic and panacea: brain drain and science and technology human capital policy". <i>Research Policy</i>. <b>33</b> (4): 617–630. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1016%2Fj.respol.2004.01.006">10.1016/j.respol.2004.01.006</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-219">
+ <span><b><a href="#cite_ref-219">^</a></b></span> <span><cite>O'Hare, Sean (September 2010). <a rel="nofollow" href="https://www.telegraph.co.uk/expat/expatnews/7973220/New-Zealand-brain-drain-worst-in-world.html">"New Zealand brain-drain worst in world"</a>. <i>The Daily Telegraph</i>. United Kingdom.</cite></span>
+
+ </li>
+ <li id="cite_note-220">
+ <span><b><a href="#cite_ref-220">^</a></b></span> <span><cite>Collins, Simon (March 2005). <a rel="nofollow" href="http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&amp;objectid=10114923">"Quarter of NZ's brightest are gone"</a>. <i>New Zealand Herald</i>.</cite></span>
+
+ </li>
+ <li id="cite_note-221">
+ <span><b><a href="#cite_ref-221">^</a></b></span> <span><cite>Winkelmann, Rainer (2000). "The labour market performance of European immigrants in New Zealand in the 1980s and 1990s". <i>The International Migration Review</i>. The Center for Migration Studies of New York. <b>33</b> (1): 33–58. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.2307%2F2676011">10.2307/2676011</a>. <a href="http://fakehost/wiki/JSTOR" title="JSTOR">JSTOR</a>&nbsp;<a rel="nofollow" href="http://www.jstor.org/stable/2676011">2676011</a>.</cite></span>
+ Journal subscription required
+ </li>
+ <li id="cite_note-FOOTNOTEBain200644-222">
+ <span><b><a href="#cite_ref-FOOTNOTEBain200644_222-0">^</a></b></span> <span><a href="#CITEREFBain2006">Bain 2006</a>, p.&nbsp;44.</span>
+ </li>
+ <li id="cite_note-223">
+ <span><b><a href="#cite_ref-223">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.globalinnovationindex.org/userfiles/file/reportpdf/gii-full-report-2016-v1.pdf#">"GII 2016 Report"</a> <span>(PDF)</span>. <a href="http://fakehost/wiki/Global_Innovation_Index" title="Global Innovation Index">Global Innovation Index</a><span>. Retrieved <span>21 June</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-224">
+ <span><b><a href="#cite_ref-224">^</a></b></span> <span><cite>Groser, Tim (March 2009). <a rel="nofollow" href="https://www.beehive.govt.nz/speech/speech-asean-australia-new-zealand-free-trade-agreement-seminars">"Speech to ASEAN-Australia-New Zealand Free Trade Agreement Seminars"</a>. New Zealand Government<span>. Retrieved <span>30 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-225">
+ <span><b><a href="#cite_ref-225">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mfat.govt.nz/Trade-and-Economic-Relations/NZ-and-the-WTO/Improving-access-to-markets/0-agriculturenegs.php">"Improving Access to Markets:Agriculture"</a>. <a href="http://fakehost/wiki/New_Zealand_Ministry_of_Foreign_Affairs_and_Trade" title="New Zealand Ministry of Foreign Affairs and Trade">New Zealand Ministry of Foreign Affairs and Trade</a><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-226">
+ <span><b><a href="#cite_ref-226">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/infoshare">"Standard International Trade Classification R4 – Exports (Annual-Jun)"</a>. Statistics New Zealand. April 2015<span>. Retrieved <span>3 April</span> 2015</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-GSTC_StatNZ-227">
+ <span>^ <a href="#cite_ref-GSTC_StatNZ_227-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GSTC_StatNZ_227-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-GSTC_StatNZ_227-2"><sup><i><b>c</b></i></sup></a></span> <span><cite><a rel="nofollow" href="https://www.stats.govt.nz/information-releases/goods-and-services-trade-by-country-year-ended-june-2018">"Goods and services trade by country: Year ended June 2018 – corrected"</a>. Statistics New Zealand<span>. Retrieved <span>17 February</span> 2019</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-228">
+ <span><b><a href="#cite_ref-228">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.nytimes.com/2008/04/07/business/worldbusiness/07iht-7tradefw.11718461.html">"China and New Zealand sign free trade deal"</a>. <i>The New York Times</i>. April 2008.</cite></span>
+
+ </li>
+ <li id="cite_note-TourismStats-229">
+ <span>^ <a href="#cite_ref-TourismStats_229-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-TourismStats_229-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.mbie.govt.nz/info-services/sectors-industries/tourism/documents-image-library/key-tourism-statistics.pdf">"Key Tourism Statistics"</a> <span>(PDF)</span>. <a href="http://fakehost/wiki/Ministry_of_Business,_Innovation_and_Employment" title="Ministry of Business, Innovation and Employment">Ministry of Business, Innovation and Employment</a>. 26 April 2017<span>. Retrieved <span>26 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-230">
+ <span><b><a href="#cite_ref-230">^</a></b></span> <span><cite>Easton, Brian (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/economy/2">"Economy – Agricultural production"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-231">
+ <span><b><a href="#cite_ref-231">^</a></b></span> <span><cite>Stringleman, Hugh; Peden, Robert (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/sheep-farming/7">"Sheep farming – Changes from the 20th century"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-232">
+ <span><b><a href="#cite_ref-232">^</a></b></span> <span><cite>Stringleman, Hugh; Scrimgeour, Frank (November 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/dairying-and-dairy-products/10">"Dairying and dairy products – Dairying in the 2000s"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-233">
+ <span><b><a href="#cite_ref-233">^</a></b></span> <span><cite>Stringleman, Hugh; Scrimgeour, Frank (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/dairying-and-dairy-products/11">"Dairying and dairy products – Dairy exports"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-234">
+ <span><b><a href="#cite_ref-234">^</a></b></span> <span><cite>Stringleman, Hugh; Scrimgeour, Frank (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/dairying-and-dairy-products/12">"Dairying and dairy products – Manufacturing and marketing in the 2000s"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-235">
+ <span><b><a href="#cite_ref-235">^</a></b></span> <span><cite>Dalley, Bronwyn (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/wine/6">"Wine – The wine boom, 1980s and beyond"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-236">
+ <span><b><a href="#cite_ref-236">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.economist.com/node/10926423">"Wine in New Zealand"</a>. <i>The Economist</i>. 27 March 2008<span>. Retrieved <span>29 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-237">
+ <span><b><a href="#cite_ref-237">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110510042204/http://www.maf.govt.nz/news-resources/statistics-forecasting/international-trade.aspx">"Agricultural and forestry exports from New Zealand: Primary sector export values for the year ending June 2010"</a>. Ministry of Agriculture and Forestry. 14 January 2011. Archived from <a rel="nofollow" href="http://www.maf.govt.nz/news-resources/statistics-forecasting/international-trade.aspx">the original</a> on 10 May 2011<span>. Retrieved <span>8 April</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Energy2015-238">
+ <span>^ <a href="#cite_ref-Energy2015_238-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Energy2015_238-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20170503234030/http://www.mbie.govt.nz/info-services/sectors-industries/energy/energy-data-modelling/publications/energy-in-new-zealand/energy-in-nz-2016.pdf">Energy in New Zealand 2016</a> <span>(PDF)</span> (Report). Ministry of Business, Innovation and Employment. September 2016. p.&nbsp;47. <a href="http://fakehost/wiki/International_Standard_Serial_Number" title="International Standard Serial Number">ISSN</a>&nbsp;<a rel="nofollow" href="http://www.worldcat.org/issn/2324-5913">2324-5913</a>. Archived from <a rel="nofollow" href="http://www.mbie.govt.nz/info-services/sectors-industries/energy/energy-data-modelling/publications/energy-in-new-zealand/energy-in-nz-2016.pdf">the original</a> <span>(PDF)</span> on 3 May 2017.</cite></span>
+
+ </li>
+ <li id="cite_note-239">
+ <span><b><a href="#cite_ref-239">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.oag.govt.nz/2010/water/part1.htm">"Appendix 1: Technical information about drinking water supply in the eight local authorities"</a>. Office of the Auditor-General<span>. Retrieved <span>2 September</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-240">
+ <span><b><a href="#cite_ref-240">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.gw.govt.nz/water/">"Water supply"</a>. Greater Wellington Regional Council<span>. Retrieved <span>2 September</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-241">
+ <span><b><a href="#cite_ref-241">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzta.govt.nz/roads-and-rail/research-and-data/state-highway-frequently-asked-questions/">"State highway frequently asked questions"</a>. <a href="http://fakehost/wiki/NZ_Transport_Agency" title="NZ Transport Agency">NZ Transport Agency</a><span>. Retrieved <span>28 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-242">
+ <span><b><a href="#cite_ref-242">^</a></b></span> <span><cite>Humphris, Adrian (April 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/public-transport/8">"Public transport – Passenger trends"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-243">
+ <span><b><a href="#cite_ref-243">^</a></b></span> <span><cite>Atkinson, Neill (November 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/railways/11">"Railways – Rail transformed"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-244">
+ <span><b><a href="#cite_ref-244">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.metlink.org.nz/about-us/">"About Metlink"</a><span>. Retrieved <span>27 December</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-245">
+ <span><b><a href="#cite_ref-245">^</a></b></span> <span><cite>Atkinson, Neill (April 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/railways/6">"Railways – Freight transport"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-246">
+ <span><b><a href="#cite_ref-246">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.tourismresearch.govt.nz/Documents/International%20Market%20Profiles/Total%20Profile.pdf">"International Visitors"</a> <span>(PDF)</span>. <a href="http://fakehost/wiki/Ministry_of_Economic_Development_(New_Zealand)" title="Ministry of Economic Development (New Zealand)">Ministry of Economic Development</a>. June 2009<span>. Retrieved <span>30 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-247">
+ <span><b><a href="#cite_ref-247">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20100522203825/http://www.med.govt.nz/templates/MultipageDocumentPage____9038.aspx">"10. Airports"</a>. <i>Infrastructure Stocktake: Infrastructure Audit</i>. Ministry of Economic Development. December 2005. Archived from <a rel="nofollow" href="http://www.med.govt.nz/templates/MultipageDocumentPage____9038.aspx#P5641_412038">the original</a> on 22 May 2010<span>. Retrieved <span>30 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Wilson2010-248">
+ <span>^ <a href="#cite_ref-Wilson2010_248-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Wilson2010_248-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Wilson, A. C. (March 2010). <a rel="nofollow" href="https://www.teara.govt.nz/en/telecommunications/page-6">"Telecommunications - Telecom"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>11 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-249">
+ <span><b><a href="#cite_ref-249">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mbie.govt.nz/info-services/sectors-industries/technology-communications/communications/previous-reviews-and-consultations/telecom-separation">"Telecom separation"</a>. Ministry of Business, Innovation and Employment. 14 September 2015<span>. Retrieved <span>11 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-250">
+ <span><b><a href="#cite_ref-250">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.mbie.govt.nz/science-and-technology/it-communications-and-broadband/fast-broadband/broadband-and-mobile-programmes/">"Broadband and mobile programmes - Ministry of Business, Innovation &amp; Employment"</a>. <i>www.mbie.govt.nz</i>.</cite></span>
+
+ </li>
+ <li id="cite_note-251">
+ <span><b><a href="#cite_ref-251">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.itu.int/net4/ITU-D/idi/2017/">"2017 Global ICT Development Index"</a>. International Telecommunication Union (ITU). 2018<span>. Retrieved <span>18 September</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-252">
+ <span><b><a href="#cite_ref-252">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.stats.govt.nz/information-releases/2013-census-usually-resident-population-counts">"2013 Census usually resident population counts"</a>. <a href="http://fakehost/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a>. 14 October 2013<span>. Retrieved <span>20 September</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-253">
+ <span><b><a href="#cite_ref-253">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.stats.govt.nz/information-releases/national-population-projections-2016base2068">"National population projections: 2016(base)–2068"</a> (Press release). Statistics New Zealand. 18 October 2016<span>. Retrieved <span>20 October</span> 2018</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Urban-255">
+ <span><b><a href="#cite_ref-Urban_255-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/methods_and_services/access-data/tables/subnational-pop-estimates.aspx">"Subnational population estimates at 30 June 2009"</a>. Statistics New Zealand. 30 June 2007<span>. Retrieved <span>30 April</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-256">
+ <span><b><a href="#cite_ref-256">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.mercer.com/newsroom/2016-quality-of-living-survey.html">"Quality of Living Ranking 2016"</a>. London: Mercer. 23 February 2016<span>. Retrieved <span>28 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-257">
+ <span><b><a href="#cite_ref-257">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stuff.co.nz/national/health/10053308/NZ-life-expectancy-among-worlds-best">"NZ life expectancy among world's best"</a>. <i><a href="http://fakehost/wiki/Stuff.co.nz" title="Stuff.co.nz">Stuff.co.nz</a></i>. Fairfax NZ<span>. Retrieved <span>6 July</span> 2014</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-UNtwspop-258">
+ <span>^ <a href="#cite_ref-UNtwspop_258-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-UNtwspop_258-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a href="http://fakehost/wiki/United_Nations_Department_of_Economic_and_Social_Affairs" title="United Nations Department of Economic and Social Affairs">Department of Economic and Social Affairs Population Division</a> (2009). <a rel="nofollow" href="https://www.un.org/esa/population/publications/wpp2008/wpp2008_text_tables.pdf">"World Population Prospects"</a> <span>(PDF)</span>. 2008 revision. United Nations<span>. Retrieved <span>29 August</span> 2009</span>.</cite> </span>
+
+ </li>
+ <li id="cite_note-259">
+ <span><b><a href="#cite_ref-259">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.cia.gov/library/publications/the-world-factbook/geos/nz.html">"World Factbook EUROPE&nbsp;: NEW ZEALAND"</a>, <i><a href="http://fakehost/wiki/The_World_Factbook" title="The World Factbook">The World Factbook</a></i>, 12 July 2018</cite></span>
+
+ </li>
+ <li id="cite_note-260">
+ <span><b><a href="#cite_ref-260">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.health.govt.nz/system/files/documents/publications/nz-mortality-statistics-1950-2009-provisional.pdf">"New Zealand mortality statistics: 1950 to 2010"</a> <span>(PDF)</span>. Ministry of Health of New Zealand. 2 March 2011<span>. Retrieved <span>16 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-261">
+ <span><b><a href="#cite_ref-261">^</a></b></span> <span><cite><a rel="nofollow" href="http://stats.oecd.org/Index.aspx?DataSetCode=SHA">"Health expenditure and financing"</a>. <i>stats.oecd.org</i>. <a href="http://fakehost/wiki/OECD" title="OECD">OECD</a>. 2016<span>. Retrieved <span>8 December</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-NZ_population_data-262">
+ <span><b><a href="#cite_ref-NZ_population_data_262-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/browse_for_stats/population/estimates_and_projections/SubnationalPopulationEstimates_HOTPAt30Jun17.aspx">"Subnational Population Estimates: At 30 June 2018 (provisional)"</a>. <a href="http://fakehost/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a>. 23 October 2018<span>. Retrieved <span>23 October</span> 2018</span>.</cite></span>
+ For urban areas, <cite><a rel="nofollow" href="http://nzdotstat.stats.govt.nz/wbos/Index.aspx?DataSetCode=TABLECODE7541">"Subnational population estimates (UA, AU), by age and sex, at 30 June 1996, 2001, 2006-18 (2017 boundaries)"</a>. <a href="http://fakehost/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a>. 23 October 2018<span>. Retrieved <span>23 October</span> 2018</span>.</cite>
+
+ </li>
+ <li id="cite_note-QuickStats_ethnicity-263">
+ <span><b><a href="#cite_ref-QuickStats_ethnicity_263-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/Census/2013-census/profile-and-summary-reports/quickstats-culture-identity/ethnic-groups-NZ.aspx">"2013 Census QuickStats about culture and identity – Ethnic groups in New Zealand"</a>. Statistics New Zealand<span>. Retrieved <span>29 August</span> 2014</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-264">
+ <span><b><a href="#cite_ref-264">^</a></b></span> <span><cite>Pool, Ian (May 2011). <a rel="nofollow" href="https://web.archive.org/web/20170818220947/https://teara.govt.nz/en/graph/28720/new-zealand-population-by-ethnicity-1840-2006">"Population change - Key population trends"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i>. Archived from <a rel="nofollow" href="https://teara.govt.nz/en/graph/28720/new-zealand-population-by-ethnicity-1840-2006">the original</a> on 18 August 2017<span>. Retrieved <span>18 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-265">
+ <span><b><a href="#cite_ref-265">^</a></b></span> <span><cite id="CITEREFDalby1993"><a href="http://fakehost/wiki/Simon_Dalby" title="Simon Dalby">Dalby, Simon</a> (September 1993). "The 'Kiwi disease': geopolitical discourse in Aotearoa/New Zealand and the South Pacific". <i><a href="http://fakehost/wiki/Political_Geography_(journal)" title="Political Geography (journal)">Political Geography</a></i>. <b>12</b> (5): 437–456. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1016%2F0962-6298%2893%2990012-V">10.1016/0962-6298(93)90012-V</a>.</cite></span>
+
+ </li>
+ <li id="cite_note-266">
+ <span><b><a href="#cite_ref-266">^</a></b></span> <span><cite>Callister, Paul (2004). <a rel="nofollow" href="http://panz.rsnz.org/wp-content/uploads/2010/01/nzpr-vol-30-1and-2_callister.pdf">"Seeking an Ethnic Identity: Is "New Zealander" a Valid Ethnic Category?"</a> <span>(PDF)</span>. <i>New Zealand Population Review</i>. <b>30</b> (1&amp;2): 5–22.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTEBain200631-267">
+ <span><b><a href="#cite_ref-FOOTNOTEBain200631_267-0">^</a></b></span> <span><a href="#CITEREFBain2006">Bain 2006</a>, p.&nbsp;31.</span>
+ </li>
+ <li id="cite_note-268">
+ <span><b><a href="#cite_ref-268">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/~/media/Statistics/browse-categories/people-and-communities/households/review-ethnicity/draft-reportof-reviewo-official-ethnicity-standard.pdf">"Draft Report of a Review of the Official Ethnicity Statistical Standard: Proposals to Address the 'New Zealander' Response Issue"</a> <span>(PDF)</span>. Statistics New Zealand. April 2009<span>. Retrieved <span>18 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Pakeha-269">
+ <span><b><a href="#cite_ref-Pakeha_269-0">^</a></b></span> <span><cite>Ranford, Jodie. <a rel="nofollow" href="http://maorinews.com/writings/papers/other/pakeha.htm">"<span>'</span>Pakeha', Its Origin and Meaning"</a>. Māori News<span>. Retrieved <span>20 February</span> 2008</span>. <q>Originally the Pakeha were the early European settlers, however, today ‘Pakeha’ is used to describe any peoples of non-Maori or non-Polynesian heritage. Pakeha is not an ethnicity but rather a way to differentiate between the historical origins of our settlers, the Polynesians and the Europeans, the Maori and the other</q></cite></span>
+
+ </li>
+ <li id="cite_note-270">
+ <span><b><a href="#cite_ref-270">^</a></b></span> <span><cite>Socidad Peruana de Medicina Intensiva (SOPEMI) (2000). <i>Trends in international migration: continuous reporting system on migration</i>. <a href="http://fakehost/wiki/Organisation_for_Economic_Co-operation_and_Development" title="Organisation for Economic Co-operation and Development">Organisation for Economic Co-operation and Development</a>. pp.&nbsp;276–278.</cite></span>
+
+ </li>
+ <li id="cite_note-271">
+ <span><b><a href="#cite_ref-271">^</a></b></span> <span><cite>Walrond, Carl (21 September 2007). <a rel="nofollow" href="http://www.teara.govt.nz/en/dalmatians">"Dalmatians"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>30 April</span> 2010</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-272">
+ <span><b><a href="#cite_ref-272">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.teara.govt.nz/en/peoples">"Peoples"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i>. 2005<span>. Retrieved <span>2 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Immigration_history-273">
+ <span>^ <a href="#cite_ref-Immigration_history_273-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Immigration_history_273-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Phillips, Jock (11 August 2015). <a rel="nofollow" href="http://www.teara.govt.nz/en/history-of-immigration">"History of immigration"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>2 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-274">
+ <span><b><a href="#cite_ref-274">^</a></b></span> <span><cite>Brawley, Sean (1993). <a rel="nofollow" href="http://www.nzjh.auckland.ac.nz/docs/1993/NZJH_27_1_03.pdf">"<span>'</span>No White Policy in NZ': Fact and Fiction in New Zealand's Asian Immigration Record, 1946-1978"</a> <span>(PDF)</span>. <i>New Zealand Journal of History</i>. <b>27</b> (1): 33–36<span>. Retrieved <span>2 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Recent_immigration-275">
+ <span><b><a href="#cite_ref-Recent_immigration_275-0">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110511071208/http://www.dol.govt.nz/publications/research/sopemi/2009-2010/imo-2009-2010.pdf">"International Migration Outlook – New Zealand 2009/10"</a> <span>(PDF)</span>. New Zealand Department of Labour. 2010. p.&nbsp;2. <a href="http://fakehost/wiki/International_Standard_Serial_Number" title="International Standard Serial Number">ISSN</a>&nbsp;<a rel="nofollow" href="http://www.worldcat.org/issn/1179-5085">1179-5085</a>. Archived from <a rel="nofollow" href="http://www.dol.govt.nz/publications/research/sopemi/2009-2010/imo-2009-2010.pdf">the original</a> <span>(PDF)</span> on 11 May 2011<span>. Retrieved <span>16 April</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-276">
+ <span><b><a href="#cite_ref-276">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/Census/2013-census/profile-and-summary-reports/quickstats-culture-identity/birthplace.aspx">"2013 Census QuickStats about culture and identity – Birthplace and people born overseas"</a>. Statistics New Zealand<span>. Retrieved <span>29 August</span> 2014</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-277">
+ <span><b><a href="#cite_ref-277">^</a></b></span> <span><cite>Butcher, Andrew; McGrath, Terry (2004). <a rel="nofollow" href="http://ehlt.flinders.edu.au/education/iej/articles/v5n4/butcher/paper.pdf">"International Students in New Zealand: Needs and Responses"</a> <span>(PDF)</span>. <i>International Education Journal</i>. <b>5</b> (4).</cite></span>
+
+ </li>
+ <li id="cite_note-278">
+ <span><b><a href="#cite_ref-278">^</a></b></span> <span><cite><i>2013 Census QuickStats</i>, Statistics New Zealand, 2013, <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-478-40864-5" title="Special:BookSources/978-0-478-40864-5"><bdi>978-0-478-40864-5</bdi></a></cite></span>
+
+ </li>
+ <li id="cite_note-SpokenLanguage-279">
+ <span>^ <a href="#cite_ref-SpokenLanguage_279-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SpokenLanguage_279-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SpokenLanguage_279-2"><sup><i><b>c</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/Census/2013-census/profile-and-summary-reports/quickstats-culture-identity/languages.aspx">"2013 Census QuickStats about culture and identity – Languages spoken"</a>. <a href="http://fakehost/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a><span>. Retrieved <span>8 September</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTEHayMaclaganGordon200814-280">
+ <span><b><a href="#cite_ref-FOOTNOTEHayMaclaganGordon200814_280-0">^</a></b></span> <span><a href="#CITEREFHayMaclaganGordon2008">Hay, Maclagan &amp; Gordon 2008</a>, p.&nbsp;14.</span>
+ </li>
+ <li id="cite_note-281">
+ <span><b><a href="#cite_ref-281">^</a></b></span> <span>* <cite id="CITEREFBauerWarrenBardsleyKennedy2007">Bauer, Laurie; Warren, Paul; Bardsley, Dianne; Kennedy, Marianna; Major, George (2007), <a rel="nofollow" href="https://www.researchgate.net/publication/282778721_ILLUSTRATIONS_OF_THE_IPA_New_Zealand_English">"New Zealand English"</a>, <i>Journal of the International Phonetic Association</i>, <b>37</b> (1): 97–102, <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1017%2FS0025100306002830">10.1017/S0025100306002830</a></cite></span>
+
+ </li>
+ <li id="cite_note-Maori_language-282">
+ <span>^ <a href="#cite_ref-Maori_language_282-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Maori_language_282-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Phillips, Jock (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/the-new-zealanders/12">"The New Zealanders – Bicultural New Zealand"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-283">
+ <span><b><a href="#cite_ref-283">^</a></b></span> <span><cite>Squires, Nick (May 2005). <a rel="nofollow" href="https://www.telegraph.co.uk/news/worldnews/australiaandthepacific/newzealand/1490814/British-influence-ebbs-as-New-Zealand-takes-to-talking-Maori.html">"British influence ebbs as New Zealand takes to talking Māori"</a>. <i>The Daily Telegraph</i><span>. Retrieved <span>3 May</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-284">
+ <span><b><a href="#cite_ref-284">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/maori-language-week/waitangi-tribunal-claim">"Waitangi Tribunal claim – Māori Language Week"</a>. Ministry for Culture and Heritage. July 2010<span>. Retrieved <span>19 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-tereoMaori-285">
+ <span><b><a href="#cite_ref-tereoMaori_285-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/browse_for_stats/people_and_communities/maori/te-kupenga/use-te-reo-infographic-english.aspx">"Ngā puna kōrero: Where Māori speak te reo – infographic"</a>. Statistics New Zealand<span>. Retrieved <span>8 September</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-287">
+ <span><b><a href="#cite_ref-287">^</a></b></span> <span><cite>Drinnan, John (8 July 2016). <a rel="nofollow" href="http://www.nzherald.co.nz/business/news/article.cfm?c_id=3&amp;objectid=11670518">"<span>'</span>Maori' will remain in the name Maori Television"</a>. <i>New Zealand Herald</i><span>. Retrieved <span>28 August</span> 2016</span>. <q>According to 2015 figures supplied by Maori TV, its two channels broadcast an average of 72 per cent Maori language content - 59 per cent on the main channel and 99 per cent on te reo.</q></cite></span>
+
+ </li>
+ <li id="cite_note-288">
+ <span><b><a href="#cite_ref-288">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.legislation.govt.nz/act/public/1998/0097/latest/DLM429090.html">"Ngāi Tahu Claims Settlement Act 1998"</a>. New Zealand Parliamentary Counsel Office. 20 May 2014 [1 October 1998]<span>. Retrieved <span>10 March</span> 2019</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-290">
+ <span><b><a href="#cite_ref-290">^</a></b></span> <span><a rel="nofollow" href="http://www.legislation.govt.nz/act/public/2006/0018/latest/DLM372754.html">New Zealand Sign Language Act 2006 No 18 (as at 30 June 2008), Public Act</a>. New Zealand Parliamentary Counsel Office. Retrieved 29 November 2011.</span>
+ </li>
+ <li id="cite_note-291">
+ <span><b><a href="#cite_ref-291">^</a></b></span> <span><cite><a href="http://fakehost/wiki/Phil_Zuckerman" title="Phil Zuckerman">Zuckerman, Phil</a> (2006). Martin, Michael (ed.). <a rel="nofollow" href="http://pdfs.semanticscholar.org/f379/ed99e57782aca6391ef5f666da7ba41f1333.pdf"><i>The Cambridge Companion to Atheism</i></a> <span>(PDF)</span>. Cambridge University Press. pp.&nbsp;47–66. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-521-84270-9" title="Special:BookSources/978-0-521-84270-9"><bdi>978-0-521-84270-9</bdi></a><span>. Retrieved <span>8 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-292">
+ <span><b><a href="#cite_ref-292">^</a></b></span> <span><cite>Walrond, Carl (May 2012). <a rel="nofollow" href="https://teara.govt.nz/en/atheism-and-secularism/page-3">"Atheism and secularism – Who is secular?"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>8 August</span> 2017</span>.</cite></span>
+
+ </li>
+
+ <li id="cite_note-2013statstables-295">
+ <span>^ <a href="#cite_ref-2013statstables_295-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-2013statstables_295-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-2013statstables_295-2"><sup><i><b>c</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://archive.stats.govt.nz/Census/2013-census/profile-and-summary-reports/quickstats-culture-identity/tables.aspx">"2013 Census QuickStats about culture and identity – tables"</a>. Statistics New Zealand. 15 April 2014<span>. Retrieved <span>14 April</span> 2018</span>.</cite></span>
+ <a rel="nofollow" href="http://archive.stats.govt.nz/~/media/Statistics/Census/2013%20Census/profile-and-summary-reports/quickstats-culture-identity/tables.xls">Excel download</a>
+ </li>
+ <li id="cite_note-296">
+ <span><b><a href="#cite_ref-296">^</a></b></span> <span><cite>Kaa, Hirini (May 2011). <a rel="nofollow" href="http://www.teara.govt.nz/en/nga-hahi-maori-and-christian-denominations/page-7">"Māori and Christian denominations"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>20 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-297">
+ <span><b><a href="#cite_ref-297">^</a></b></span> <span><cite>Morris, Paul (May 2011). <a rel="nofollow" href="http://www.teara.govt.nz/en/diverse-religions">"Diverse religions"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>20 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Education_Stats-298">
+ <span>^ <a href="#cite_ref-Education_Stats_298-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Education_Stats_298-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Dench, Olivia (July 2010). <a rel="nofollow" href="http://www.educationcounts.govt.nz/publications/ECE/2507/80221">"Education Statistics of New Zealand: 2009"</a>. Education Counts<span>. Retrieved <span>19 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-299">
+ <span><b><a href="#cite_ref-299">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.legislation.govt.nz/act/public/1989/0080/latest/DLM177440.html">"Education Act 1989 No 80"</a>. New Zealand Parliamentary Counsel Office. 1989. Section 3<span>. Retrieved <span>5 January</span> 2013</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-EducationAct1989-300">
+ <span><b><a href="#cite_ref-EducationAct1989_300-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.legislation.govt.nz/act/public/1989/0080/latest/DLM183668.html">"Education Act 1989 No 80 (as at 01 February 2011), Public Act. Part 14: Establishment and disestablishment of tertiary institutions, Section 62: Establishment of institutions"</a>. <i>Education Act 1989 No 80</i>. New Zealand Parliamentary Counsel Office. 1 February 2011<span>. Retrieved <span>15 August</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-NZQA-301">
+ <span><b><a href="#cite_ref-NZQA_301-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzqa.govt.nz/studying-in-new-zealand/tertiary-education">"Studying in New Zealand: Tertiary education"</a>. New Zealand Qualifications Authority<span>. Retrieved <span>15 August</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-TertiaryEdStats-302">
+ <span><b><a href="#cite_ref-TertiaryEdStats_302-0">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20081015143050/http://www.educationcounts.govt.nz/__data/assets/excel_doc/0007/17836/Education_attainment_of_the_population.xls">"Educational attainment of the population"</a>. Education Counts. 2006. Archived from <a rel="nofollow" href="http://www.educationcounts.govt.nz/__data/assets/excel_doc/0007/17836/Education_attainment_of_the_population.xls">the original</a> <span>(xls)</span> on 15 October 2008<span>. Retrieved <span>21 February</span> 2008</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-303">
+ <span><b><a href="#cite_ref-303">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.oecd.org/dataoecd/54/12/46643496.pdf">"What Students Know and Can Do: Student Performance in Reading, Mathematics and Science 2010"</a> <span>(PDF)</span>.</cite></span>
+ OECD. Retrieved 21 July 2012.
+ </li>
+ <li id="cite_note-FOOTNOTEKennedy2007398-304">
+ <span><b><a href="#cite_ref-FOOTNOTEKennedy2007398_304-0">^</a></b></span> <span><a href="#CITEREFKennedy2007">Kennedy 2007</a>, p.&nbsp;398.</span>
+ </li>
+ <li id="cite_note-305">
+ <span><b><a href="#cite_ref-305">^</a></b></span> <span><cite>Hearn, Terry (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/english/">"English – Importance and influence"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-306">
+ <span><b><a href="#cite_ref-306">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/home-away-from-home/conclusions">"Conclusions – British and Irish immigration"</a>. Ministry for Culture and Heritage. March 2007<span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-307">
+ <span><b><a href="#cite_ref-307">^</a></b></span> <span><cite>Stenhouse, John (November 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/religion-and-society/4">"Religion and society – Māori religion"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-308">
+ <span><b><a href="#cite_ref-308">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.justice.govt.nz/publications/publications-archived/2001/he-hinatore-ki-te-ao-maori-a-glimpse-into-the-maori-world/part-1-traditional-maori-concepts/maori-social-structures">"Māori Social Structures"</a>. Ministry of Justice. March 2001<span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-309">
+ <span><b><a href="#cite_ref-309">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.radionz.co.nz/international/pacific-news/327424/thousands-turn-out-for-pasifika-festival">"Thousands turn out for Pasifika Festival"</a>. <i><a href="http://fakehost/wiki/Radio_New_Zealand" title="Radio New Zealand">Radio New Zealand</a></i>. 25 March 2017<span>. Retrieved <span>18 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTEKennedy2007400-310">
+ <span><b><a href="#cite_ref-FOOTNOTEKennedy2007400_310-0">^</a></b></span> <span><a href="#CITEREFKennedy2007">Kennedy 2007</a>, p.&nbsp;400.</span>
+ </li>
+ <li id="cite_note-FOOTNOTEKennedy2007399-311">
+ <span><b><a href="#cite_ref-FOOTNOTEKennedy2007399_311-0">^</a></b></span> <span><a href="#CITEREFKennedy2007">Kennedy 2007</a>, p.&nbsp;399.</span>
+ </li>
+ <li id="cite_note-312">
+ <span><b><a href="#cite_ref-312">^</a></b></span> <span><cite>Phillips, Jock (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/the-new-zealanders/10">"The New Zealanders – Post-war New Zealanders"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-313">
+ <span><b><a href="#cite_ref-313">^</a></b></span> <span><cite>Phillips, Jock (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/the-new-zealanders/11">"The New Zealanders – Ordinary blokes and extraordinary sheilas"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-314">
+ <span><b><a href="#cite_ref-314">^</a></b></span> <span><cite>Phillips, Jock (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/rural-mythologies/5">"Rural mythologies – The cult of the pioneer"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-315">
+ <span><b><a href="#cite_ref-315">^</a></b></span> <span><cite>Barker, Fiona (June 2012). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/new-zealand-identity/page-6">"New Zealand identity – Culture and arts"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>7 December</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Wilson2016-316">
+ <span>^ <a href="#cite_ref-Wilson2016_316-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Wilson2016_316-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Wilson, John (September 2016). <a rel="nofollow" href="http://www.teara.govt.nz/en/nation-and-government/page-9">"Nation and government – Nationhood and identity"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>3 December</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-Creative-317">
+ <span>^ <a href="#cite_ref-Creative_317-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Creative_317-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Swarbrick, Nancy (June 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/creative-life/2">"Creative life – Visual arts and crafts"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-318">
+ <span><b><a href="#cite_ref-318">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/maori-art/4"><i>Elements of Carving</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>15 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-319">
+ <span><b><a href="#cite_ref-319">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/maori-art/5"><i>Surface Patterns</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>15 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-320">
+ <span><b><a href="#cite_ref-320">^</a></b></span> <span><cite>McKay, Bill (2004). <a rel="nofollow" href="https://web.archive.org/web/20110513145228/http://www.library.uq.edu.au/ojs/index.php/fab/article/viewFile/108/126">"Māori architecture: transforming western notions of architecture"</a>. <i>Fabrications</i>. <b>14</b> (1&amp;2): 1–12. <a href="http://fakehost/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" href="http://doi.org/10.1080%2F10331867.2004.10525189">10.1080/10331867.2004.10525189</a>. Archived from <a rel="nofollow" href="http://www.library.uq.edu.au/ojs/index.php/fab/article/viewFile/108/126">the original</a> on 13 May 2011.</cite></span>
+
+ </li>
+ <li id="cite_note-321">
+ <span><b><a href="#cite_ref-321">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/maori-art/8"><i>Painted Designs</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>15 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-322">
+ <span><b><a href="#cite_ref-322">^</a></b></span> <span><cite>McLintock, Alexander, ed. (2009) [1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/maori-art/9"><i>Tattooing</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>15 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-beginnings-323">
+ <span>^ <a href="#cite_ref-beginnings_323-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-beginnings_323-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/nz-painting-history/beginnings">"Beginnings – history of NZ painting"</a>. Ministry for Culture and Heritage. December 2010<span>. Retrieved <span>17 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-324">
+ <span><b><a href="#cite_ref-324">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/nz-painting-history/a-new-new-zealand-art">"A new New Zealand art – history of NZ painting"</a>. Ministry for Culture and Heritage. November 2010<span>. Retrieved <span>16 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-325">
+ <span><b><a href="#cite_ref-325">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/nz-painting-history/contemporary-maori-art">"Contemporary Maori art"</a>. Ministry for Culture and Heritage. November 2010<span>. Retrieved <span>16 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-326">
+ <span><b><a href="#cite_ref-326">^</a></b></span> <span><cite>Rauer, Julie. <a rel="nofollow" href="http://www.asianart.com/exhibitions/paradise/article.html">"Paradise Lost: Contemporary Pacific Art At The Asia Society"</a>. Asia Society and Museum<span>. Retrieved <span>17 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-327">
+ <span><b><a href="#cite_ref-327">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/maori-art/10"><i>Textile Designs</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>15 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-328">
+ <span><b><a href="#cite_ref-328">^</a></b></span> <span><cite>Keane, Basil (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/pounamu-jade-or-greenstone/4">"Pounamu – jade or greenstone – Implements and adornment"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>17 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-329">
+ <span><b><a href="#cite_ref-329">^</a></b></span> <span><cite>Wilson, John (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/society/9">"Society – Food, drink and dress"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>17 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-330">
+ <span><b><a href="#cite_ref-330">^</a></b></span> <span><cite>Swarbrick, Nancy (June 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/creative-life/3">"Creative life – Design and fashion"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-The_Economist_print_edition-331">
+ <span>^ <a href="#cite_ref-The_Economist_print_edition_331-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-The_Economist_print_edition_331-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.economist.com/displayStory.cfm?Story_ID=E1_TDSGGNTD">"Fashion in New Zealand – New Zealand's fashion industry"</a>. <i>The Economist</i>. 28 February 2008<span>. Retrieved <span>6 August</span> 2009</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-332">
+ <span><b><a href="#cite_ref-332">^</a></b></span> <span><cite>Swarbrick, Nancy (June 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/creative-life/6">"Creative life – Writing and publishing"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-333">
+ <span><b><a href="#cite_ref-333">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/literature-in-new-zealand-1930-1960">"The making of New Zealand literature"</a>. Ministry for Culture and Heritage. November 2010<span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-334">
+ <span><b><a href="#cite_ref-334">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/literature-1940-60/1930s">"New directions in the 1930s – New Zealand literature"</a>. Ministry for Culture and Heritage. August 2008<span>. Retrieved <span>12 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-335">
+ <span><b><a href="#cite_ref-335">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/culture/nz-literature/the-growth-of-publishing">"The war and beyond – New Zealand literature"</a>. Ministry for Culture and Heritage. November 2007<span>. Retrieved <span>12 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-336">
+ <span><b><a href="#cite_ref-336">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.unesco.org/new/en/media-services/single-view/news/28_cities_join_the_unesco_creative_cities_network/back/9597/#.VPojtC6RNiR">"28 cities join the UNESCO Creative Cities Network"</a>. UNESCO. December 2014<span>. Retrieved <span>7 March</span> 2015</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-music-337">
+ <span>^ <a href="#cite_ref-music_337-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-music_337-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Swarbrick, Nancy (June 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/creative-life/7">"Creative life – Music"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-338">
+ <span><b><a href="#cite_ref-338">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/maori-music/1"><i>Maori Music</i></a>. <a href="http://fakehost/wiki/An_Encyclopaedia_of_New_Zealand" title="An Encyclopaedia of New Zealand">An Encyclopaedia of New Zealand</a><span>. Retrieved <span>15 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-339">
+ <span><b><a href="#cite_ref-339">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/maori-music/6"><i>Musical Instruments</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>16 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-340">
+ <span><b><a href="#cite_ref-340">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/maori-music/7"><i>Instruments Used for Non-musical Purposes</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>16 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-341">
+ <span><b><a href="#cite_ref-341">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/music/1"><i>Music: General History</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>15 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-342">
+ <span><b><a href="#cite_ref-342">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/music/3"><i>Music: Brass Bands</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>14 April</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-343">
+ <span><b><a href="#cite_ref-343">^</a></b></span> <span><cite>McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" href="http://www.TeAra.govt.nz/en/1966/music/7"><i>Music: Pipe Bands</i></a>. An Encyclopaedia of New Zealand<span>. Retrieved <span>14 April</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-344">
+ <span><b><a href="#cite_ref-344">^</a></b></span> <span><cite>Swarbrick, Nancy (June 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/creative-life/8">"Creative life – Performing arts"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-345">
+ <span><b><a href="#cite_ref-345">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110914072406/http://rianz.org.nz/awards2008/history.asp">"History – celebrating our music since 1965"</a>. <a href="http://fakehost/wiki/Recording_Industry_Association_of_New_Zealand" title="Recording Industry Association of New Zealand">Recording Industry Association of New Zealand</a>. 2008. Archived from <a rel="nofollow" href="http://rianz.org.nz/awards2008/history.asp">the original</a> on 14 September 2011<span>. Retrieved <span>23 January</span> 2012</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-346">
+ <span><b><a href="#cite_ref-346">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20111221160800/http://www.rianz.org.nz/rianz/rianz_about.asp">"About RIANZ – Introduction"</a>. Recording Industry Association of New Zealand. Archived from <a rel="nofollow" href="http://www.rianz.org.nz/rianz/rianz_about.asp">the original</a> on 21 December 2011<span>. Retrieved <span>23 January</span> 2012</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-347">
+ <span><b><a href="#cite_ref-347">^</a></b></span> <span><cite>Downes, Siobhan (1 January 2017). <a rel="nofollow" href="http://www.stuff.co.nz/travel/destinations/nz/87903487/world-famous-in-new-zealand-hobbiton-movie-set">"World famous in New Zealand: Hobbiton Movie Set"</a>. Stuff Travel<span>. Retrieved <span>6 July</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-348">
+ <span><b><a href="#cite_ref-348">^</a></b></span> <span><cite>Brian, Pauling (October 2014). <a rel="nofollow" href="https://teara.govt.nz/en/radio/page-1">"Radio – The early years, 1921 to 1932"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>6 July</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-349">
+ <span><b><a href="#cite_ref-349">^</a></b></span> <span><cite><a rel="nofollow" href="https://nzhistory.govt.nz/first-official-tv-broadcast">"New Zealand's first official TV broadcast"</a>. Ministry for Culture and Heritage. December 2016<span>. Retrieved <span>6 July</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-NZ_TV-350">
+ <span>^ <a href="#cite_ref-NZ_TV_350-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NZ_TV_350-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Swarbrick, Nancy (June 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/creative-life/5">"Creative life – Film and broadcasting"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-351">
+ <span><b><a href="#cite_ref-351">^</a></b></span> <span><cite>Horrocks, Roger. <a rel="nofollow" href="https://www.nzonscreen.com/history">"A History of Television in New Zealand"</a>. <a href="http://fakehost/wiki/NZ_On_Screen" title="NZ On Screen">NZ On Screen</a><span>. Retrieved <span>13 September</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-352">
+ <span><b><a href="#cite_ref-352">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.flicks.co.nz/blog/list/top-10-highest-grossing-new-zealand-movies-ever/">"Top 10 Highest Grossing New Zealand Movies Ever"</a>. Flicks.co.nz. May 2016<span>. Retrieved <span>11 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-353">
+ <span><b><a href="#cite_ref-353">^</a></b></span> <span><cite>Cieply, Michael; Rose, Jeremy (October 2010). <a rel="nofollow" href="https://www.nytimes.com/2010/10/28/business/media/28hobbit.html">"New Zealand Bends and 'Hobbit' Stays"</a>. <i>The New York Times</i><span>. Retrieved <span>11 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-354">
+ <span><b><a href="#cite_ref-354">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20101107112931/http://www.filmnz.com/production-guide/locations.html">"Production Guide: Locations"</a>. Film New Zealand. Archived from <a rel="nofollow" href="http://www.filmnz.com/production-guide/locations.html">the original</a> on 7 November 2010<span>. Retrieved <span>21 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-355">
+ <span><b><a href="#cite_ref-355">^</a></b></span> <span><cite>Myllylahti, Merja (December 2016). <a rel="nofollow" href="https://web.archive.org/web/20170521074651/http://www.aut.ac.nz/__data/assets/pdf_file/0019/704053/JMAD-Report-2016.pdf">JMAD New Zealand Media Ownership Report 2016</a> <span>(PDF)</span> (Report). <a href="http://fakehost/wiki/Auckland_University_of_Technology" title="Auckland University of Technology">Auckland University of Technology</a>. pp.&nbsp;4–29. Archived from <a rel="nofollow" href="http://www.aut.ac.nz/__data/assets/pdf_file/0019/704053/JMAD-Report-2016.pdf">the original</a> <span>(PDF)</span> on 21 May 2017<span>. Retrieved <span>11 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-356">
+ <span><b><a href="#cite_ref-356">^</a></b></span> <span><cite><a rel="nofollow" href="https://freedomhouse.org/sites/default/files/FOTP2015%20Scores%20and%20Status%201980-2015.xls">"Scores and Status Data 1980-2015"</a>. <i>Freedom of the Press 2015</i>. Freedom House<span>. Retrieved <span>23 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-357">
+ <span><b><a href="#cite_ref-357">^</a></b></span> <span><cite>Hearn, Terry (March 2009). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/english/12">"English – Popular culture"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>22 January</span> 2012</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-358">
+ <span><b><a href="#cite_ref-358">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20110607011003/http://www2.stats.govt.nz/domino/external/web/nzstories.nsf/0/479c4ffcbb884149cc256b1f00001198?OpenDocument">"Sport, Fitness and Leisure"</a>. <i>New Zealand Official Yearbook</i>. Statistics New Zealand. 2000. Archived from <a rel="nofollow" href="http://www2.stats.govt.nz/domino/external/web/nzstories.nsf/0/479c4ffcbb884149cc256b1f00001198?OpenDocument">the original</a> on 7 June 2011<span>. Retrieved <span>21 July</span> 2008</span>. <q>Traditionally New Zealanders have excelled in rugby union, which is regarded as the national sport, and track and field athletics.</q></cite></span>
+
+ </li>
+ <li id="cite_note-Organised_Sport-359">
+ <span>^ <a href="#cite_ref-Organised_Sport_359-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Organised_Sport_359-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Phillips, Jock (February 2011). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/sports-and-leisure/4">"Sports and leisure – Organised sports"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>23 March</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-nzsssc-360">
+ <span>^ <a href="#cite_ref-nzsssc_360-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nzsssc_360-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.sportsground.co.nz/Article.asp?SiteID=19259&amp;ArticleID=44316">"More and more students wear school sports colours"</a>. New Zealand Secondary School Sports Council<span>. Retrieved <span>30 March</span> 2015</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-361">
+ <span><b><a href="#cite_ref-361">^</a></b></span> <span><cite>Crawford, Scott (January 1999). "Rugby and the Forging of National Identity". In Nauright, John (ed.). <a rel="nofollow" href="https://web.archive.org/web/20120119025021/http://www.la84foundation.org/SportsLibrary/ASSHSSH/ASSHSSH11.pdf"><i>Sport, Power And Society In New Zealand: Historical And Contemporary Perspectives</i></a> <span>(PDF)</span>. ASSH Studies In Sports History. Archived from <a rel="nofollow" href="http://www.la84foundation.org/SportsLibrary/ASSHSSH/ASSHSSH11.pdf">the original</a> <span>(PDF)</span> on 19 January 2012<span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-362">
+ <span><b><a href="#cite_ref-362">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.nzhistory.net.nz/media/photo/rugby-racing-and-beer">"Rugby, racing and beer"</a>. Ministry for Culture and Heritage. August 2010<span>. Retrieved <span>22 January</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-363">
+ <span><b><a href="#cite_ref-363">^</a></b></span> <span><cite>Derby, Mark (December 2010). <a rel="nofollow" href="http://www.TeAra.govt.nz/en/maori-pakeha-relations/4">"Māori–Pākehā relations – Sports and race"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>4 February</span> 2011</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-FOOTNOTEBain200669-364">
+ <span><b><a href="#cite_ref-FOOTNOTEBain200669_364-0">^</a></b></span> <span><a href="#CITEREFBain2006">Bain 2006</a>, p.&nbsp;69.</span>
+ </li>
+ <li id="cite_note-365">
+ <span><b><a href="#cite_ref-365">^</a></b></span> <span><cite>Langton, Graham (1996). <a rel="nofollow" href="https://ir.canterbury.ac.nz/handle/10092/3549"><i>A history of mountain climbing in New Zealand to 1953</i></a> (Thesis). Christchurch: University of Canterbury. p.&nbsp;28<span>. Retrieved <span>12 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-366">
+ <span><b><a href="#cite_ref-366">^</a></b></span> <span><cite><a rel="nofollow" href="http://news.theage.com.au/national/world-mourns-sir-edmund-hillary-20080111-1ldx.html">"World mourns Sir Edmund Hillary"</a>. <i>The Age</i>. Melbourne. 11 January 2008.</cite></span>
+
+ </li>
+ <li id="cite_note-SportsParticipation-367">
+ <span><b><a href="#cite_ref-SportsParticipation_367-0">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20150115065459/http://www.activenzsurvey.org.nz/Documents/Participation-Levels.pdf">"Sport and Recreation Participation Levels"</a> <span>(PDF)</span>. <a href="http://fakehost/wiki/Sport_New_Zealand" title="Sport New Zealand">Sport and Recreation New Zealand</a>. 2009. Archived from <a rel="nofollow" href="http://www.activenzsurvey.org.nz/Documents/Participation-Levels.pdf">the original</a> <span>(PDF)</span> on 15 January 2015<span>. Retrieved <span>27 November</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-368">
+ <span><b><a href="#cite_ref-368">^</a></b></span> <span><cite>Barclay-Kerr, Hoturoa (September 2013). <a rel="nofollow" href="https://teara.govt.nz/en/waka-ama-outrigger-canoeing">"Waka ama – outrigger canoeing"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>12 August</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-369">
+ <span><b><a href="#cite_ref-369">^</a></b></span> <span><cite><a rel="nofollow" href="https://nzhistory.govt.nz/culture/olympics/overview">"NZ's first Olympic century"</a>. Ministry for Culture and Heritage. August 2016<span>. Retrieved <span>27 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-370">
+ <span><b><a href="#cite_ref-370">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/browse_for_stats/population/estimates_and_projections/olympics.aspx">"London 2012 Olympic Games: Medal strike rate – Final count (revised)"</a>. Statistics New Zealand. 14 August 2012<span>. Retrieved <span>4 December</span> 2013</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-371">
+ <span><b><a href="#cite_ref-371">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.stats.govt.nz/browse_for_stats/population/estimates_and_projections/olympics-2016.aspx">"Rio 2016 Olympic Games: Medals per capita"</a>. Statistics New Zealand. 30 August 2016<span>. Retrieved <span>27 April</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-372">
+ <span><b><a href="#cite_ref-372">^</a></b></span> <span><cite>Kerr, James (14 November 2013). <a rel="nofollow" href="https://www.telegraph.co.uk/men/active/10427619/The-All-Blacks-guide-to-being-successful-off-the-field.html">"The All Blacks guide to being successful (off the field)"</a>. <i>The Daily Telegraph</i>. London<span>. Retrieved <span>4 December</span> 2013</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-373">
+ <span><b><a href="#cite_ref-373">^</a></b></span> <span><cite>Fordyce, Tom (23 October 2011). <a rel="nofollow" href="https://www.bbc.com/sport/0/rugby-union/15405316">"2011 Rugby World Cup final: New Zealand 8-7 France"</a>. <i>BBC Sport</i><span>. Retrieved <span>4 December</span> 2013</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-cuisine-374">
+ <span>^ <a href="#cite_ref-cuisine_374-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-cuisine_374-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.tourism.net.nz/new-zealand/nz/cuisine-and-dining">"New Zealand Cuisine"</a>. New Zealand Tourism Guide. January 2016<span>. Retrieved <span>4 January</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-375">
+ <span><b><a href="#cite_ref-375">^</a></b></span> <span><cite>Petrie, Hazel (November 2008). <a rel="nofollow" href="https://teara.govt.nz/en/kai-pakeha-introduced-foods">"Kai Pākehā – introduced foods"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>27 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-376">
+ <span><b><a href="#cite_ref-376">^</a></b></span> <span><cite>Whaanga, Mere (June 2006). <a rel="nofollow" href="https://teara.govt.nz/en/mataitai-shellfish-gathering/page-6">"Mātaitai – shellfish gathering"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>27 June</span> 2017</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-377">
+ <span><b><a href="#cite_ref-377">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.teara.govt.nz/en/shellfish">"Story: Shellfish"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>29 August</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-378">
+ <span><b><a href="#cite_ref-378">^</a></b></span> <span><cite>Burton, David (September 2013). <a rel="nofollow" href="http://www.teara.govt.nz/en/cooking/page-2">"Cooking – Cooking methods"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>11 December</span> 2016</span>.</cite></span>
+
+ </li>
+ <li id="cite_note-379">
+ <span><b><a href="#cite_ref-379">^</a></b></span> <span><cite>Royal, Charles; Kaka-Scott, Jenny (September 2013). <a rel="nofollow" href="http://www.teara.govt.nz/en/maori-foods-kai-maori/page-4">"Māori foods – kai Māori"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span>. Retrieved <span>1 September</span> 2016</span>.</cite></span>
+
+ </li>
+ </ol>
+ </div>
+ <h2>
+ <span id="References">References</span>
+ </h2>
+ <div>
+ <ul>
+ <li>
+ <cite>Alley, Roderic (2008). <a rel="nofollow" href="https://books.google.com/books?id=VEa-0PKh__oC"><i>New Zealand in World Affairs IV 1990–2005</i></a>. New Zealand: Victoria University Press. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-864-73548-5" title="Special:BookSources/978-0-864-73548-5"><bdi>978-0-864-73548-5</bdi></a>.</cite>
+
+ </li>
+ <li>
+ <cite id="CITEREFBain2006">Bain, Carolyn (2006). <i>New Zealand</i>. Lonely Planet. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/1-74104-535-5" title="Special:BookSources/1-74104-535-5"><bdi>1-74104-535-5</bdi></a>.</cite>
+
+ </li>
+ <li>
+ <cite id="CITEREFGarden2005">Garden, Donald (2005). Stoll, Mark (ed.). <i>Australia, New Zealand, and the Pacific: An Environmental History</i>. Nature and Human Societies. ABC-CLIO/Greenwood. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-1-57607-868-6" title="Special:BookSources/978-1-57607-868-6"><bdi>978-1-57607-868-6</bdi></a>.</cite>
+
+ </li>
+ <li>
+ <cite id="CITEREFHayMaclaganGordon2008">Hay, Jennifer; Maclagan, Margaret; Gordon, Elizabeth (2008). <i>Dialects of English: New Zealand English</i>. Edinburgh University Press. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-7486-2529-1" title="Special:BookSources/978-0-7486-2529-1"><bdi>978-0-7486-2529-1</bdi></a>.</cite>
+
+ </li>
+ <li>
+ <cite id="CITEREFKennedy2007">Kennedy, Jeffrey (2007). "Leadership and Culture in New Zealand". In Chhokar, Jagdeep; Brodbeck, Felix; House, Robert (eds.). <i>Culture and Leadership Across the World: The GLOBE Book of In-Depth Studies of 25 Societies</i>. United States: Psychology Press. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-8058-5997-3" title="Special:BookSources/978-0-8058-5997-3"><bdi>978-0-8058-5997-3</bdi></a>.</cite>
+
+ </li>
+ <li>
+ <cite id="CITEREFKing2003"><a href="http://fakehost/wiki/Michael_King" title="Michael King">King, Michael</a> (2003). <i>The Penguin History of New Zealand</i>. New Zealand: Penguin Books. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-14-301867-4" title="Special:BookSources/978-0-14-301867-4"><bdi>978-0-14-301867-4</bdi></a>.</cite>
+
+ </li>
+ <li>
+ <cite id="CITEREFMein_Smith2005">Mein Smith, Philippa (2005). <i>A Concise History of New Zealand</i>. Australia: Cambridge University Press. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/0-521-54228-6" title="Special:BookSources/0-521-54228-6"><bdi>0-521-54228-6</bdi></a>.</cite>
+
+ </li>
+ <li>
+ <cite id="CITEREFSmeltJui_Lin2009">Smelt, Roselynn; Jui Lin, Yong (2009). <i>New Zealand</i>. Cultures of the World (2nd ed.). New York: <a href="http://fakehost/wiki/Marshall_Cavendish" title="Marshall Cavendish">Marshall Cavendish</a>. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-0-7614-3415-3" title="Special:BookSources/978-0-7614-3415-3"><bdi>978-0-7614-3415-3</bdi></a>.</cite>
+
+ </li>
+ </ul>
+ </div>
+ <h2>
+ <span id="Further_reading">Further reading</span>
+ </h2>
+
+
+ <h2>
+ <span id="External_links">External links</span>
+ </h2>
+
+ <dl>
+ <dt>
+ Government
+ </dt>
+ </dl>
+ <ul>
+ <li>
+ <a rel="nofollow" href="https://www.govt.nz/">New Zealand Government portal</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="http://www.mch.govt.nz/">Ministry for Culture and Heritage</a> – includes information on flag, anthems and coat of arms
+ </li>
+ <li>
+ <a rel="nofollow" href="http://www.stats.govt.nz/">Statistics New Zealand</a>
+ </li>
+ </ul>
+ <dl>
+ <dt>
+ Travel
+ </dt>
+ </dl>
+ <ul>
+ <li>
+ <a rel="nofollow" href="http://www.newzealand.com/int/">Official site of New Zealand Tourism</a>
+ </li>
+ </ul>
+ <dl>
+ <dt>
+ General Information
+ </dt>
+ </dl>
+ <ul>
+ <li>
+ <a rel="nofollow" href="https://www.cia.gov/library/publications/the-world-factbook/geos/nz.html">New Zealand</a> entry from <i><a href="http://fakehost/wiki/The_World_Factbook" title="The World Factbook">The World Factbook</a></i>. <a href="http://fakehost/wiki/Central_Intelligence_Agency" title="Central Intelligence Agency">Central Intelligence Agency</a>.
+ </li>
+ <li>
+ <a rel="nofollow" href="https://curlie.org/Regional/Oceania/New_Zealand">New Zealand</a> at <a href="http://fakehost/wiki/Curlie" title="Curlie">Curlie</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="https://www.bbc.co.uk/news/world-asia-pacific-15357770">New Zealand</a> from <a href="http://fakehost/wiki/BBC_News" title="BBC News">BBC News</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="http://www.teara.govt.nz/">Te Ara: The Encyclopedia of New Zealand</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="http://www.oecd.org/newzealand/">New Zealand</a> <a href="http://fakehost/wiki/Organisation_for_Economic_Co-operation_and_Development" title="Organisation for Economic Co-operation and Development">OECD</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="https://web.archive.org/web/20080607085330/http://ucblibraries.colorado.edu/govpubs/for/newzealand.htm">New Zealand</a>, directory from <i>UCB Libraries GovPubs</i>
+ </li>
+ <li>
+ <a rel="nofollow" href="http://www.britannica.com/EBchecked/topic/412636/New-Zealand">New Zealand</a> at <i><a href="http://fakehost/wiki/Encyclop%C3%A6dia_Britannica" title="Encyclopædia Britannica">Encyclopædia Britannica</a></i>
+ </li>
+ <li>
+ <a rel="nofollow" href="http://www.metservice.co.nz/">New Zealand weather</a>
+ </li>
+ <li>
+ <a rel="nofollow" href="http://www.ifs.du.edu/ifs/frm_CountryProfile.aspx?Country=NZ">Key Development Forecasts for New Zealand</a> from <a href="http://fakehost/wiki/International_Futures" title="International Futures">International Futures</a>
+ </li>
+ <li>
+ <img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Gnome-globe.svg/16px-Gnome-globe.svg.png" decoding="async" width="16" height="16" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Gnome-globe.svg/24px-Gnome-globe.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Gnome-globe.svg/32px-Gnome-globe.svg.png 2x" data-file-width="48" data-file-height="48"> <a href="https://commons.wikimedia.org/wiki/Atlas_of_New_Zealand" title="commons:Atlas of New Zealand">Wikimedia Atlas of New Zealand</a>
+ </li>
+ </ul>
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/source.html
new file mode 100644
index 0000000..0983930
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/source.html
@@ -0,0 +1,7228 @@
+<!DOCTYPE html>
+<html class="client-nojs" lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <title>
+ New Zealand - Wikipedia
+ </title>
+ <script>
+ <![CDATA[
+ document.documentElement.className="client-js";RLCONF={"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"New_Zealand","wgTitle":"New Zealand","wgCurRevisionId":917976458,"wgRevisionId":917976458,"wgArticleId":4913064,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["CS1 errors: markup","CS1: Julian–Gregorian uncertainty","CS1 errors: missing periodical","CS1: long volume value","Wikipedia indefinitely move-protected pages","Wikipedia pages semi-protected against vandalism","Articles with short description","Good articles","Coordinates on Wikidata","Use dmy dates from March 2019","Use New Zealand English from May 2012","All Wikipedia articles written in New Zealand English","Articles containing Māori-language text","Pages using multiple image with auto scaled images","Articles containing potentially dated statements from 2017",
+ "All articles containing potentially dated statements","Articles containing potentially dated statements from 2013","Articles containing potentially dated statements from 2018","Articles containing potentially dated statements from June 2018","Articles containing potentially dated statements from February 2011","Articles containing potentially dated statements from 2016","Articles containing potentially dated statements from 2015","Articles with Curlie links","Wikipedia articles with BNF identifiers","Wikipedia articles with GND identifiers","Wikipedia articles with HDS identifiers","Wikipedia articles with ISNI identifiers","Wikipedia articles with LCCN identifiers","Wikipedia articles with MusicBrainz area identifiers","Wikipedia articles with NARA identifiers","Wikipedia articles with NDL identifiers","Wikipedia articles with NKC identifiers","Wikipedia articles with NLA-person identifiers","Wikipedia articles with NLI identifiers","Wikipedia articles with SUDOC identifiers",
+ "Wikipedia articles with VIAF identifiers","Wikipedia articles with WorldCat-VIAF identifiers","New Zealand","Archipelagoes of the Pacific Ocean","Countries in Australasia","Countries in Polynesia","English-speaking countries and territories","Island countries","Member states of the Commonwealth of Nations","Member states of the United Nations","States and territories established in 1907","Zealandia"],"wgBreakFrames":!1,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"New_Zealand","wgRelevantArticleId":4913064,"wgRequestId":"XYyimgpAICEAAFEVnlgAAACY","wgCSPNonce":!1,"wgIsProbablyEditable":!1,"wgRelevantPageIsProbablyEditable":
+ !1,"wgRestrictionEdit":["autoconfirmed"],"wgRestrictionMove":["sysop"],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgPoweredByHHVM":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgCoordinates":{"lat":-42,"lon":174},"wgWikibaseItemId":"Q664","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"ready","user.tokens":"loading","ext.cite.styles":"ready","mediawiki.page.gallery.styles":"ready","ext.tmh.thumbnail.styles":"ready",
+ "mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","jquery.tablesorter.styles":"ready","jquery.makeCollapsible.styles":"ready","mediawiki.toc.styles":"ready","wikibase.client.init":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","ext.3d.styles":"ready","mediawiki.skinning.interface":"ready","skins.vector.styles":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","mediawiki.page.gallery","mw.MediaWikiPlayer.loader","mw.PopUpMediaTransform","mw.TMHGalleryHook.js","site","mediawiki.page.startup","mediawiki.page.ready","jquery.tablesorter","jquery.makeCollapsible","mediawiki.toc","mediawiki.searchSuggest","ext.gadget.teahouse","ext.gadget.ReferenceTooltips","ext.gadget.watchlist-notice","ext.gadget.DRN-wizard","ext.gadget.charinsert","ext.gadget.refToolbar","ext.gadget.extra-toolbar-buttons","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart",
+ "ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp","skins.vector.js"];
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ (RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.tokens@tffin",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"editToken":"+\\","patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
+ });});
+ ]]>
+ </script>
+ <link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.3d.styles%7Cext.cite.styles%7Cext.tmh.thumbnail.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cjquery.tablesorter.styles%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.page.gallery.styles%7Cmediawiki.skinning.interface%7Cmediawiki.toc.styles%7Cskins.vector.styles%7Cwikibase.client.init&amp;only=styles&amp;skin=vector" />
+ <script async="async" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
+ <meta name="ResourceLoaderDynamicStyles" content="" />
+ <link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector" />
+ <meta name="generator" content="MediaWiki 1.34.0-wmf.23" />
+ <meta name="referrer" content="origin" />
+ <meta name="referrer" content="origin-when-crossorigin" />
+ <meta name="referrer" content="origin-when-cross-origin" />
+ <meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/1200px-Flag_of_New_Zealand.svg.png" />
+ <link rel="alternate" href="android-app://org.wikipedia/http/en.m.wikipedia.org/wiki/New_Zealand" />
+ <link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png" />
+ <link rel="shortcut icon" href="/static/favicon/wikipedia.ico" />
+ <link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)" />
+ <link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd" />
+ <link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" />
+ <link rel="canonical" href="https://en.wikipedia.org/wiki/New_Zealand" />
+ <link rel="dns-prefetch" href="//login.wikimedia.org" />
+ <link rel="dns-prefetch" href="//meta.wikimedia.org" /><!--[if lt IE 9]><script src="/w/resources/lib/html5shiv/html5shiv.js"></script><![endif]-->
+
+ <style data-mw-deduplicate="TemplateStyles:r886046785">
+ <![CDATA[
+ .mw-parser-output .toclimit-2 .toclevel-1 ul,.mw-parser-output .toclimit-3 .toclevel-2 ul,.mw-parser-output .toclimit-4 .toclevel-3 ul,.mw-parser-output .toclimit-5 .toclevel-4 ul,.mw-parser-output .toclimit-6 .toclevel-5 ul,.mw-parser-output .toclimit-7 .toclevel-6 ul{display:none}
+ ]]>
+ </style>
+ <style data-mw-deduplicate="TemplateStyles:r889293853/mw-parser-output/.tmulti">
+ <![CDATA[
+ .mw-parser-output .tmulti .thumbinner{display:flex;flex-direction:column}.mw-parser-output .tmulti .trow{display:flex;flex-direction:row;clear:left;flex-wrap:wrap;width:100%;box-sizing:border-box}.mw-parser-output .tmulti .tsingle{margin:1px;float:left}.mw-parser-output .tmulti .theader{clear:both;font-weight:bold;text-align:center;align-self:center;background-color:transparent;width:100%}.mw-parser-output .tmulti .thumbcaption{text-align:left;background-color:transparent}.mw-parser-output .tmulti .text-align-left{text-align:left}.mw-parser-output .tmulti .text-align-right{text-align:right}.mw-parser-output .tmulti .text-align-center{text-align:center}@media all and (max-width:720px){.mw-parser-output .tmulti .thumbinner{width:100%!important;box-sizing:border-box;max-width:none!important;align-items:center}.mw-parser-output .tmulti .trow{justify-content:center}.mw-parser-output .tmulti .tsingle{float:none!important;max-width:100%!important;box-sizing:border-box;text-align:center}.mw-parser-output .tmulti .thumbcaption{text-align:center}}
+ ]]>
+ </style>
+ <style data-mw-deduplicate="TemplateStyles:r886058088">
+ <![CDATA[
+ .mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}
+ ]]>
+ </style>
+ <style data-mw-deduplicate="TemplateStyles:r886047268">
+ <![CDATA[
+ .mw-parser-output .refbegin{font-size:90%;margin-bottom:0.5em}.mw-parser-output .refbegin-hanging-indents>ul{list-style-type:none;margin-left:0}.mw-parser-output .refbegin-hanging-indents>ul>li,.mw-parser-output .refbegin-hanging-indents>dl>dd{margin-left:0;padding-left:3.2em;text-indent:-3.2em;list-style:none}.mw-parser-output .refbegin-100{font-size:100%}
+ ]]>
+ </style>
+ <style data-mw-deduplicate="TemplateStyles:r886047488">
+ <![CDATA[
+ .mw-parser-output .nobold{font-weight:normal}
+ ]]>
+ </style>
+ </head>
+ <body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-New_Zealand rootpage-New_Zealand skin-vector action-view">
+ <div id="mw-page-base" class="noprint"></div>
+ <div id="mw-head-base" class="noprint"></div>
+ <div id="content" class="mw-body" role="main">
+ <a id="top"></a>
+ <div id="siteNotice" class="mw-body-content">
+ <!-- CentralNotice -->
+ </div>
+ <div class="mw-indicators mw-body-content">
+ <div id="mw-indicator-good-star" class="mw-indicator">
+ <a href="/wiki/Wikipedia:Good_articles" title="This is a good article. Follow the link for more information."><img alt="This is a good article. Follow the link for more information." src="//upload.wikimedia.org/wikipedia/en/thumb/9/94/Symbol_support_vote.svg/19px-Symbol_support_vote.svg.png" decoding="async" width="19" height="20" srcset="//upload.wikimedia.org/wikipedia/en/thumb/9/94/Symbol_support_vote.svg/29px-Symbol_support_vote.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/9/94/Symbol_support_vote.svg/39px-Symbol_support_vote.svg.png 2x" data-file-width="180" data-file-height="185" /></a>
+ </div>
+ <div id="mw-indicator-pp-default" class="mw-indicator">
+ <a href="/wiki/Wikipedia:Protection_policy#semi" title="This article is semi-protected due to vandalism"><img alt="Page semi-protected" src="//upload.wikimedia.org/wikipedia/en/thumb/1/1b/Semi-protection-shackle.svg/20px-Semi-protection-shackle.svg.png" decoding="async" width="20" height="20" srcset="//upload.wikimedia.org/wikipedia/en/thumb/1/1b/Semi-protection-shackle.svg/30px-Semi-protection-shackle.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/1/1b/Semi-protection-shackle.svg/40px-Semi-protection-shackle.svg.png 2x" data-file-width="512" data-file-height="512" /></a>
+ </div>
+ </div>
+ <h1 id="firstHeading" class="firstHeading" lang="en" xml:lang="en">
+ New Zealand
+ </h1>
+ <div id="bodyContent" class="mw-body-content">
+ <div id="siteSub" class="noprint">
+ From Wikipedia, the free encyclopedia
+ </div>
+ <div id="contentSub"></div>
+ <div id="jump-to-nav"></div><a class="mw-jump-link" href="#mw-head">Jump to navigation</a> <a class="mw-jump-link" href="#p-search">Jump to search</a>
+ <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr" xml:lang="en">
+ <div class="mw-parser-output">
+ <div role="note" class="hatnote navigation-not-searchable">
+ This article is about the country. For other uses, see <a href="/wiki/New_Zealand_(disambiguation)" class="mw-disambig" title="New Zealand (disambiguation)">New Zealand (disambiguation)</a>.
+ </div>
+ <div role="note" class="hatnote navigation-not-searchable">
+ "NZ" redirects here. For other uses, see <a href="/wiki/NZ_(disambiguation)" class="mw-disambig" title="NZ (disambiguation)">NZ (disambiguation)</a>.
+ </div>
+ <p class="mw-empty-elt"></p>
+ <div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">
+ Country in Oceania
+ </div>
+ <p>
+ <span style="font-size: small;"><span id="coordinates"><a href="/wiki/Geographic_coordinate_system" title="Geographic coordinate system">Coordinates</a>: <span class="plainlinks nourlexpansion"><a class="external text" href="//tools.wmflabs.org/geohack/geohack.php?pagename=New_Zealand&amp;params=42_S_174_E_scale:5000000_source:GNS"><span class="geo-default"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°S</span> <span class="longitude">174°E</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-nondefault"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42°S 174°E</span><span style="display:none"> / <span class="geo">-42; 174</span></span></span></a></span></span></span>
+ </p>
+ <table class="infobox geography vcard" style="width:22em;font-size:88%;">
+ <tbody>
+ <tr>
+ <th colspan="2" class="adr" style="text-align:center;font-size:125%;font-weight:bold;padding:0.25em 0.33em 0.33em;line-height:1.2em;font-size:1.25em;">
+ <div style="display:inline" class="fn org country-name">
+ New Zealand
+ </div><br />
+ <div style="padding-top:0.25em; font-weight:normal;">
+ <i lang="mi" title="Māori language text" xml:lang="mi">Aotearoa</i>&#160;&#160;<span class="languageicon" style="font-size:85%;font-weight:normal;">(<a href="/wiki/M%C4%81ori_language" title="Māori language">Māori</a>)</span>
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2" style="text-align:center;text-align:center;padding:0.5em 0;">
+ <div style="display:table; width:100%;">
+ <div style="display:table-cell; width:58%; vertical-align:middle; padding-left:5px;">
+ <div style="padding-bottom:3px;">
+ <a href="/wiki/File:Flag_of_New_Zealand.svg" class="image" title="Flag of New Zealand"><img alt="Blue field with the Union Flag in the top right corner, and four red stars with white borders to the right." src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/125px-Flag_of_New_Zealand.svg.png" decoding="async" width="125" height="63" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/188px-Flag_of_New_Zealand.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/250px-Flag_of_New_Zealand.svg.png 2x" data-file-width="1200" data-file-height="600" /></a>
+ </div>
+ <div style="font-size:90%;">
+ <a href="/wiki/Flag_of_New_Zealand" title="Flag of New Zealand">Flag</a>
+ </div>
+ </div>
+ <div style="display:table-cell; vertical-align:middle; padding: 0px 5px;">
+ <div style="padding-bottom:3px;">
+ <a href="/wiki/File:Coat_of_arms_of_New_Zealand.svg" class="image" title="Coat of arms of New Zealand"><img alt="A quartered shield, flanked by two figures, topped with a crown." src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Coat_of_arms_of_New_Zealand.svg/85px-Coat_of_arms_of_New_Zealand.svg.png" decoding="async" width="85" height="82" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Coat_of_arms_of_New_Zealand.svg/128px-Coat_of_arms_of_New_Zealand.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Coat_of_arms_of_New_Zealand.svg/170px-Coat_of_arms_of_New_Zealand.svg.png 2x" data-file-width="725" data-file-height="699" /></a>
+ </div>
+ <div style="font-size:90%;">
+ <a href="/wiki/Coat_of_arms_of_New_Zealand" title="Coat of arms of New Zealand">Coat of arms</a>
+ </div>
+ </div>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" style="text-align:center">
+ <div style="line-height:1.2em;">
+ <b><a href="/wiki/National_anthems_of_New_Zealand" title="National anthems of New Zealand">Anthems</a>:</b><br />
+ <div class="plainlist">
+ <ul>
+ <li>"<a href="/wiki/God_Defend_New_Zealand" title="God Defend New Zealand">God Defend New Zealand</a>"<br />
+ <div class="center">
+ <div class="floatnone">
+ <div class="mediaContainer" style="width:220px">
+ <span style="position: relative; top: 0.2em;"><audio id="mwe_player_0" controls="" preload="none" style="width:220px" class="kskin" data-durationhint="62.772244897959" data-startoffset="0" data-mwtitle="New_Zealand_national_anthem,_performed_by_the_United_States_Navy_Band.wav" data-mwprovider="wikimediacommons"><span style="position: relative; top: 0.2em;"><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/2/23/New_Zealand_national_anthem%2C_performed_by_the_United_States_Navy_Band.wav/New_Zealand_national_anthem%2C_performed_by_the_United_States_Navy_Band.wav.ogg" type="audio/ogg; codecs=&quot;vorbis&quot;" data-title="Ogg Vorbis" data-shorttitle="Ogg Vorbis" data-transcodekey="ogg" data-width="0" data-height="0" data-bandwidth="106160" /><source src="//upload.wikimedia.org/wikipedia/commons/transcoded/2/23/New_Zealand_national_anthem%2C_performed_by_the_United_States_Navy_Band.wav/New_Zealand_national_anthem%2C_performed_by_the_United_States_Navy_Band.wav.mp3" type="audio/mpeg" data-title="MP3" data-shorttitle="MP3" data-transcodekey="mp3" data-width="0" data-height="0" data-bandwidth="195360" /><source src="//upload.wikimedia.org/wikipedia/commons/2/23/New_Zealand_national_anthem%2C_performed_by_the_United_States_Navy_Band.wav" type="audio/wav" data-title="Original WAV file (2.82 Mbps)" data-shorttitle="WAV source" data-width="0" data-height="0" data-bandwidth="2822400" /></span>
+ <track src="https://commons.wikimedia.org/w/api.php?action=timedtext&amp;title=File%3ANew_Zealand_national_anthem%2C_performed_by_the_United_States_Navy_Band.wav&amp;lang=en&amp;trackformat=srt&amp;origin=%2A" kind="subtitles" type="text/x-srt" srclang="en" label="English (en) subtitles" data-dir="ltr" />
+ <track src="https://commons.wikimedia.org/w/api.php?action=timedtext&amp;title=File%3ANew_Zealand_national_anthem%2C_performed_by_the_United_States_Navy_Band.wav&amp;lang=ko&amp;trackformat=srt&amp;origin=%2A" kind="subtitles" type="text/x-srt" srclang="ko" label="한국어 (ko) subtitles" data-dir="ltr" />
+ <track src="https://commons.wikimedia.org/w/api.php?action=timedtext&amp;title=File%3ANew_Zealand_national_anthem%2C_performed_by_the_United_States_Navy_Band.wav&amp;lang=mi&amp;trackformat=srt&amp;origin=%2A" kind="subtitles" type="text/x-srt" srclang="mi" label="Māori (mi) subtitles" data-dir="ltr" /></audio></span>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li>
+ <span style="position: relative; top: 0.2em;">"<a href="/wiki/God_Save_the_Queen" title="God Save the Queen">God Save the Queen</a>"<sup id="cite_ref-2" class="reference"><a href="#cite_note-2">[n 1]</a></sup></span>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" style="text-align:center">
+ <a href="/wiki/File:NZL_orthographic_NaturalEarth.svg" class="image" title="Location of New Zealand, including outlying islands, its territorial claim in the Antarctic, and Tokelau"><img alt="A map of the hemisphere centred on New Zealand, using an orthographic projection." src="//upload.wikimedia.org/wikipedia/commons/thumb/2/29/NZL_orthographic_NaturalEarth.svg/250px-NZL_orthographic_NaturalEarth.svg.png" decoding="async" width="250" height="250" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/29/NZL_orthographic_NaturalEarth.svg/375px-NZL_orthographic_NaturalEarth.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/29/NZL_orthographic_NaturalEarth.svg/500px-NZL_orthographic_NaturalEarth.svg.png 2x" data-file-width="512" data-file-height="512" /></a>
+ <div style="position:relative;top:0.3em;">
+ Location of New Zealand, including outlying islands, its <a href="/wiki/Ross_Dependency" title="Ross Dependency">territorial claim in the Antarctic</a>, and <a href="/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Capital
+ </th>
+ <td>
+ <a href="/wiki/Wellington" title="Wellington">Wellington</a><br />
+ <span class="plainlinks nourlexpansion"><a class="external text" href="//tools.wmflabs.org/geohack/geohack.php?pagename=New_Zealand&amp;params=41_17_S_174_27_E_type:city"><span class="geo-default"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°17′S</span> <span class="longitude">174°27′E</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-nondefault"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.283°S 174.450°E</span><span style="display:none"> / <span class="geo">-41.283; 174.450</span></span></span></a></span>
+ </td>
+ </tr>
+ <tr class="mergedbottomrow">
+ <th scope="row">
+ Largest city
+ </th>
+ <td>
+ <a href="/wiki/Auckland" title="Auckland">Auckland</a>
+ </td>
+ </tr>
+ <tr class="mergedtoprow">
+ <th scope="row">
+ Official&#160;languages
+ </th>
+ <td>
+ <div class="plainlist">
+ <ul>
+ <li style="white-space:nowrap;">
+ <a href="/wiki/New_Zealand_English" title="New Zealand English">English</a><sup id="cite_ref-4" class="reference"><a href="#cite_note-4">[n 2]</a></sup>
+ </li>
+ <li style="white-space:nowrap;">
+ <a href="/wiki/M%C4%81ori_language" title="Māori language">Māori</a>
+ </li>
+ <li style="white-space:nowrap;">
+ <a href="/wiki/NZ_Sign_Language" class="mw-redirect" title="NZ Sign Language">NZ Sign Language</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/Ethnic_group" title="Ethnic group">Ethnic&#160;groups</a>
+ <div style="font-weight:normal;display:inline;">
+ (<a href="/wiki/2018_New_Zealand_census" title="2018 New Zealand census">2018</a>)
+ </div>
+ </th>
+ <td>
+ <div class="plainlist">
+ <ul>
+ <li style="white-space:nowrap;">70.2% <a href="/wiki/European_New_Zealanders" title="European New Zealanders">European</a>
+ </li>
+ <li style="white-space:nowrap;">16.5% <a href="/wiki/M%C4%81ori_people" title="Māori people">Māori</a>
+ </li>
+ <li style="white-space:nowrap;">15.1% <a href="/wiki/Asian_New_Zealanders" title="Asian New Zealanders">Asian</a>
+ </li>
+ <li style="white-space:nowrap;">8.1% <a href="/wiki/Pacific_Islander" title="Pacific Islander">Pacific peoples</a>
+ </li>
+ <li style="white-space:nowrap;">1.6% <a href="/wiki/Middle_Eastern_people" class="mw-redirect" title="Middle Eastern people">ME</a>/<a href="/wiki/Latin_Americans" title="Latin Americans">LA</a>/<a href="/wiki/African_New_Zealanders" title="African New Zealanders">African</a>
+ </li>
+ <li style="white-space:nowrap;">1.9% Other<sup id="cite_ref-Census2018_pdc_5-0" class="reference"><a href="#cite_note-Census2018_pdc-5">[3]</a></sup><sup id="cite_ref-ethnicity_6-0" class="reference"><a href="#cite_note-ethnicity-6">[n 3]</a></sup>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/Demonym" title="Demonym">Demonym(s)</a>
+ </th>
+ <td>
+ <a href="/wiki/New_Zealanders" title="New Zealanders">New Zealander</a><br />
+ <span class="nowrap"><a href="/wiki/Kiwi_(people)" title="Kiwi (people)">Kiwi</a> (informal)</span>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/Politics_of_New_Zealand" title="Politics of New Zealand">Government</a>
+ </th>
+ <td>
+ <a href="/wiki/Unitary_state" title="Unitary state">Unitary</a> <a href="/wiki/Parliamentary_system" title="Parliamentary system">parliamentary</a> <a href="/wiki/Constitutional_monarchy" title="Constitutional monarchy">constitutional monarchy</a>
+ </td>
+ </tr>
+ <tr class="mergedrow">
+ <td colspan="2" style="text-align:center"></td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;<a href="/wiki/Monarchy_of_New_Zealand" title="Monarchy of New Zealand">Monarch</a>
+ </div>
+ </th>
+ <td>
+ <a href="/wiki/Elizabeth_II" title="Elizabeth II">Elizabeth II</a>
+ </td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;<span class="nowrap"><a href="/wiki/Governor-General_of_New_Zealand" title="Governor-General of New Zealand">Governor-General</a></span>
+ </div>
+ </th>
+ <td>
+ <a href="/wiki/Patsy_Reddy" title="Patsy Reddy">Patsy Reddy</a>
+ </td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;<a href="/wiki/Prime_Minister_of_New_Zealand" title="Prime Minister of New Zealand">Prime Minister</a>
+ </div>
+ </th>
+ <td>
+ <a href="/wiki/Jacinda_Ardern" title="Jacinda Ardern">Jacinda Ardern</a>
+ </td>
+ </tr>
+ <tr style="display:none">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Legislature
+ </th>
+ <td>
+ <a href="/wiki/New_Zealand_Parliament" title="New Zealand Parliament">Parliament</a><br />
+ (<a href="/wiki/New_Zealand_House_of_Representatives" title="New Zealand House of Representatives">House of Representatives</a>)
+ </td>
+ </tr>
+ <tr class="mergedtoprow">
+ <th colspan="2" style="text-align:center;text-align:left;">
+ <a href="/wiki/Independence_of_New_Zealand" title="Independence of New Zealand">Stages of independence</a>&#160;
+ <div style="font-weight:normal;display:inline;">
+ from the <a href="/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a>
+ </div>
+ </th>
+ </tr>
+ <tr class="mergedrow">
+ <td colspan="2" style="text-align:center"></td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;<a href="/wiki/1856_Sewell_Ministry" title="1856 Sewell Ministry">Responsible government</a>
+ </div>
+ </th>
+ <td>
+ 7 May 1856
+ </td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;<a href="/wiki/Dominion_of_New_Zealand" title="Dominion of New Zealand">Dominion</a>
+ </div>
+ </th>
+ <td>
+ 26 September 1907
+ </td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;<a href="/wiki/Statute_of_Westminster_Adoption_Act_1947" title="Statute of Westminster Adoption Act 1947">Statute of Westminster adopted</a>
+ </div>
+ </th>
+ <td>
+ <br />
+ 25 November 1947
+ </td>
+ </tr>
+ <tr style="display:none">
+ <td colspan="2"></td>
+ </tr>
+ <tr class="mergedtoprow">
+ <th colspan="2" style="text-align:center;text-align:left;">
+ <a href="/wiki/Geography_of_New_Zealand" title="Geography of New Zealand">Area</a>
+ </th>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;Total
+ </div>
+ </th>
+ <td>
+ 268,021&#160;km<sup>2</sup> (103,483&#160;sq&#160;mi) (<a href="/wiki/List_of_countries_and_dependencies_by_area" title="List of countries and dependencies by area">75th</a>)
+ </td>
+ </tr>
+ <tr class="mergedbottomrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;Water&#160;(%)
+ </div>
+ </th>
+ <td>
+ 1.6<sup id="cite_ref-8" class="reference"><a href="#cite_note-8">[n 4]</a></sup>
+ </td>
+ </tr>
+ <tr class="mergedtoprow">
+ <th colspan="2" style="text-align:center;text-align:left;">
+ <a href="/wiki/Demographics_of_New_Zealand" title="Demographics of New Zealand">Population</a>
+ </th>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;September 2019 estimate
+ </div>
+ </th>
+ <td>
+ 4,933,210<sup id="cite_ref-populationestimate_9-0" class="reference"><a href="#cite_note-populationestimate-9">[5]</a></sup> (<a href="/wiki/List_of_countries_and_dependencies_by_population" title="List of countries and dependencies by population">120th</a>)
+ </td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;<a href="/wiki/2018_New_Zealand_census" title="2018 New Zealand census">2018</a>&#160;census
+ </div>
+ </th>
+ <td>
+ 4,699,755
+ </td>
+ </tr>
+ <tr class="mergedbottomrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;Density
+ </div>
+ </th>
+ <td>
+ 18.2/km<sup>2</sup> (47.1/sq&#160;mi) (<a href="/wiki/List_of_countries_and_dependencies_by_population_density" title="List of countries and dependencies by population density">203rd</a>)
+ </td>
+ </tr>
+ <tr class="mergedtoprow">
+ <th scope="row">
+ <a href="/wiki/Gross_domestic_product" title="Gross domestic product">GDP</a>&#160;<span style="font-weight:normal;">(<a href="/wiki/Purchasing_power_parity" title="Purchasing power parity">PPP</a>)</span>
+ </th>
+ <td>
+ 2018&#160;estimate
+ </td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;Total
+ </div>
+ </th>
+ <td>
+ $199 billion<sup id="cite_ref-imf2_10-0" class="reference"><a href="#cite_note-imf2-10">[6]</a></sup>
+ </td>
+ </tr>
+ <tr class="mergedbottomrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;Per capita
+ </div>
+ </th>
+ <td>
+ $40,266<sup id="cite_ref-imf2_10-1" class="reference"><a href="#cite_note-imf2-10">[6]</a></sup>
+ </td>
+ </tr>
+ <tr class="mergedtoprow">
+ <th scope="row">
+ <a href="/wiki/Gross_domestic_product" title="Gross domestic product">GDP</a>&#160;<span style="font-weight:normal;">(nominal)</span>
+ </th>
+ <td>
+ 2018&#160;estimate
+ </td>
+ </tr>
+ <tr class="mergedrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;Total
+ </div>
+ </th>
+ <td>
+ $206 billion<sup id="cite_ref-imf2_10-2" class="reference"><a href="#cite_note-imf2-10">[6]</a></sup>
+ </td>
+ </tr>
+ <tr class="mergedbottomrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;Per capita
+ </div>
+ </th>
+ <td>
+ $41,616<sup id="cite_ref-imf2_10-3" class="reference"><a href="#cite_note-imf2-10">[6]</a></sup>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/Gini_coefficient" title="Gini coefficient">Gini</a>&#160;<span style="font-weight:normal;">(2014)</span>
+ </th>
+ <td>
+ 33.0<sup id="cite_ref-11" class="reference"><a href="#cite_note-11">[7]</a></sup><br />
+ <span style="white-space:nowrap;"><span style="color:orange">medium</span></span>&#160;·&#160;<a href="/wiki/List_of_countries_by_income_equality" title="List of countries by income equality">22nd</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/Human_Development_Index" title="Human Development Index">HDI</a>&#160;<span style="font-weight:normal;">(2017)</span>
+ </th>
+ <td>
+ <img alt="Increase" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/11px-Increase2.svg.png" decoding="async" title="Increase" width="11" height="11" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/17px-Increase2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Increase2.svg/22px-Increase2.svg.png 2x" data-file-width="300" data-file-height="300" />&#160;0.917<sup id="cite_ref-HDI_12-0" class="reference"><a href="#cite_note-HDI-12">[8]</a></sup><br />
+ <span style="white-space:nowrap;"><span style="color:darkgreen">very high</span></span>&#160;·&#160;<a href="/wiki/List_of_countries_by_Human_Development_Index" title="List of countries by Human Development Index">16th</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Currency
+ </th>
+ <td>
+ <a href="/wiki/New_Zealand_dollar" title="New Zealand dollar">New Zealand dollar</a> ($) (<a href="/wiki/ISO_4217" title="ISO 4217">NZD</a>)
+ </td>
+ </tr>
+ <tr class="mergedtoprow">
+ <th scope="row">
+ Time zone
+ </th>
+ <td>
+ <span class="nowrap"><a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>+12</span> (<a href="/wiki/Time_in_New_Zealand" title="Time in New Zealand">NZST</a><sup id="cite_ref-13" class="reference"><a href="#cite_note-13">[n 5]</a></sup>)
+ </td>
+ </tr>
+ <tr class="mergedbottomrow">
+ <th scope="row">
+ <div style="text-indent:-0.9em;margin-left:1.2em;font-weight:normal;">
+ •&#160;Summer&#160;(<a href="/wiki/Daylight_saving_time" title="Daylight saving time">DST</a>)
+ </div>
+ </th>
+ <td>
+ <span class="nowrap"><a href="/wiki/Coordinated_Universal_Time" title="Coordinated Universal Time">UTC</a>+13</span> (<a href="/wiki/Time_in_New_Zealand" title="Time in New Zealand">NZDT</a><sup id="cite_ref-15" class="reference"><a href="#cite_note-15">[n 6]</a></sup>)
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ Date format
+ </th>
+ <td>
+ <abbr title="day">dd</abbr>/<abbr title="month">mm</abbr>/<abbr title="year">yyyy</abbr><br />
+ <abbr title="year">yyyy</abbr>-<abbr title="month">mm</abbr>-<abbr title="day">dd</abbr><sup id="cite_ref-16" class="reference"><a href="#cite_note-16">[10]</a></sup>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/Left-_and_right-hand_traffic" title="Left- and right-hand traffic">Driving side</a>
+ </th>
+ <td>
+ <a href="/wiki/Right-_and_left-hand_traffic#New_Zealand" class="mw-redirect" title="Right- and left-hand traffic">left</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/Telephone_numbers_in_New_Zealand" title="Telephone numbers in New Zealand">Calling code</a>
+ </th>
+ <td>
+ <a href="/wiki/%2B64" class="mw-redirect" title="+64">+64</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/ISO_3166" title="ISO 3166">ISO 3166 code</a>
+ </th>
+ <td>
+ <a href="/wiki/ISO_3166-2:NZ" title="ISO 3166-2:NZ">NZ</a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">
+ <a href="/wiki/Country_code_top-level_domain" title="Country code top-level domain">Internet TLD</a>
+ </th>
+ <td>
+ <a href="/wiki/.nz" title=".nz">.nz</a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ <b>New Zealand</b> (<a href="/wiki/M%C4%81ori_language" title="Māori language">Māori</a>: <i lang="mi" xml:lang="mi"><a href="/wiki/Aotearoa" title="Aotearoa">Aotearoa</a></i> <span title="Representation in the International Phonetic Alphabet (IPA)" class="IPA"><a href="/wiki/Help:IPA/M%C4%81ori" title="Help:IPA/Māori">[aɔˈtɛaɾɔa]</a></span>) is a <a href="/wiki/Sovereign_state" title="Sovereign state">sovereign</a> <a href="/wiki/Island_country" title="Island country">island country</a> in the southwestern <a href="/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a>. The country geographically comprises two main landmasses—the <a href="/wiki/North_Island" title="North Island">North Island</a> (<i>Te Ika-a-Māui</i>), and the <a href="/wiki/South_Island" title="South Island">South Island</a> (<i>Te Waipounamu</i>)—and around 600 <a href="/wiki/List_of_islands_of_New_Zealand" title="List of islands of New Zealand">smaller islands</a>. It has a total land area of 268,000 square kilometres (103,500&#160;sq&#160;mi). New Zealand is situated some 2,000 kilometres (1,200&#160;mi) east of <a href="/wiki/Australia" title="Australia">Australia</a> across the <a href="/wiki/Tasman_Sea" title="Tasman Sea">Tasman Sea</a> and roughly 1,000 kilometres (600&#160;mi) south of the <a href="/wiki/List_of_islands_in_the_Pacific_Ocean" title="List of islands in the Pacific Ocean">Pacific island areas</a> of <a href="/wiki/New_Caledonia" title="New Caledonia">New Caledonia</a>, <a href="/wiki/Fiji" title="Fiji">Fiji</a>, and <a href="/wiki/Tonga" title="Tonga">Tonga</a>. Because of its remoteness, it was one of the last lands to be settled by humans. During its long period of isolation, New Zealand developed a distinct <a href="/wiki/Biodiversity_of_New_Zealand" title="Biodiversity of New Zealand">biodiversity</a> of animal, fungal, and plant life. The country's varied topography and its sharp mountain peaks, such as the <a href="/wiki/Southern_Alps" title="Southern Alps">Southern Alps</a>, owe much to the <a href="/wiki/Tectonic_uplift" title="Tectonic uplift">tectonic uplift</a> of land and volcanic eruptions. New Zealand's <a href="/wiki/Capital_of_New_Zealand" title="Capital of New Zealand">capital city</a> is <a href="/wiki/Wellington" title="Wellington">Wellington</a>, while its most populous city is <a href="/wiki/Auckland" title="Auckland">Auckland</a>.
+ </p>
+ <p>
+ Sometime between 1250 and 1300, <a href="/wiki/Polynesians" title="Polynesians">Polynesians</a> settled in the islands that later were named New Zealand and developed a distinctive <a href="/wiki/M%C4%81ori_culture" title="Māori culture">Māori culture</a>. In 1642, Dutch explorer <a href="/wiki/Abel_Tasman" title="Abel Tasman">Abel Tasman</a> became the first European to sight New Zealand. In 1840, representatives of the United Kingdom and <a href="/wiki/M%C4%81ori_people" title="Māori people">Māori</a> chiefs signed the <a href="/wiki/Treaty_of_Waitangi" title="Treaty of Waitangi">Treaty of Waitangi</a>, which declared British sovereignty over the islands. In 1841, New Zealand <a href="/wiki/Colony_of_New_Zealand" title="Colony of New Zealand">became a colony</a> within the <a href="/wiki/British_Empire" title="British Empire">British Empire</a> and in 1907 it <a href="/wiki/Dominion_of_New_Zealand" title="Dominion of New Zealand">became a dominion</a>; it gained <a href="/wiki/Independence_of_New_Zealand" title="Independence of New Zealand">full statutory independence</a> in 1947 and the British monarch remained the <a href="/wiki/Head_of_state" title="Head of state">head of state</a>. Today, the majority of <a href="/wiki/New_Zealand%27s_population" class="mw-redirect" title="New Zealand's population">New Zealand's population</a> of 4.9&#160;million is of <a href="/wiki/European_New_Zealanders" title="European New Zealanders">European descent</a>; the indigenous Māori are the largest minority, followed by <a href="/wiki/Asian_New_Zealanders" title="Asian New Zealanders">Asians</a> and <a href="/wiki/Pacific_Islander" title="Pacific Islander">Pacific Islanders</a>. Reflecting this, <a href="/wiki/New_Zealand%27s_culture" class="mw-redirect" title="New Zealand's culture">New Zealand's culture</a> is mainly derived from Māori and early British settlers, with recent broadening arising from increased <a href="/wiki/Immigration_to_New_Zealand" title="Immigration to New Zealand">immigration</a>. The <a href="/wiki/Languages_of_New_Zealand" title="Languages of New Zealand">official languages</a> are <a href="/wiki/English_language" title="English language">English</a>, <a href="/wiki/M%C4%81ori_language" title="Māori language">Māori</a>, and <a href="/wiki/New_Zealand_Sign_Language" title="New Zealand Sign Language">New Zealand Sign Language</a>, with English being very dominant.
+ </p>
+ <p>
+ A <a href="/wiki/Developed_country" title="Developed country">developed country</a>, New Zealand <a href="/wiki/International_rankings_of_New_Zealand" title="International rankings of New Zealand">ranks highly</a> in international comparisons of national performance, such as quality of life, health, education, protection of <a href="/wiki/Civil_liberties" title="Civil liberties">civil liberties</a>, and <a href="/wiki/Economic_freedom" title="Economic freedom">economic freedom</a>. New Zealand underwent <a href="/wiki/Rogernomics" title="Rogernomics">major economic changes</a> during the 1980s, which transformed it from a <a href="/wiki/Protectionist" class="mw-redirect" title="Protectionist">protectionist</a> to a <a href="/wiki/Economic_liberalization" title="Economic liberalization">liberalised</a> <a href="/wiki/Free-trade" class="mw-redirect" title="Free-trade">free-trade</a> economy. The service sector dominates the <a href="/wiki/Economy_of_New_Zealand" title="Economy of New Zealand">national economy</a>, followed by the industrial sector, and <a href="/wiki/Agriculture_in_New_Zealand" title="Agriculture in New Zealand">agriculture</a>; international <a href="/wiki/Tourism_in_New_Zealand" title="Tourism in New Zealand">tourism</a> is a significant source of revenue. Nationally, legislative authority is vested in an elected, <a href="/wiki/Unicameral" class="mw-redirect" title="Unicameral">unicameral</a> <a href="/wiki/New_Zealand_Parliament" title="New Zealand Parliament">Parliament</a>, while executive political power is exercised by the <a href="/wiki/Cabinet_of_New_Zealand" title="Cabinet of New Zealand">Cabinet</a>, led by the <a href="/wiki/Prime_Minister_of_New_Zealand" title="Prime Minister of New Zealand">prime minister</a>, currently <a href="/wiki/Jacinda_Ardern" title="Jacinda Ardern">Jacinda Ardern</a>. <a href="/wiki/Queen_Elizabeth_II" class="mw-redirect" title="Queen Elizabeth II">Queen Elizabeth II</a> is the <a href="/wiki/Monarchy_of_New_Zealand" title="Monarchy of New Zealand">country's monarch</a> and is represented by a <a href="/wiki/Governor-General_of_New_Zealand" title="Governor-General of New Zealand">governor-general</a>, currently <a href="/wiki/Dame_Patsy_Reddy" class="mw-redirect" title="Dame Patsy Reddy">Dame Patsy Reddy</a>. In addition, New Zealand is organised into 11 <a href="/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">regional councils</a> and 67 <a href="/wiki/Territorial_authorities_of_New_Zealand" title="Territorial authorities of New Zealand">territorial authorities</a> for local government purposes. The <a href="/wiki/Realm_of_New_Zealand" title="Realm of New Zealand">Realm of New Zealand</a> also includes <a href="/wiki/Tokelau" title="Tokelau">Tokelau</a> (a <a href="/wiki/Dependent_territory" title="Dependent territory">dependent territory</a>); the <a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a> and <a href="/wiki/Niue" title="Niue">Niue</a> (self-governing states in <a href="/wiki/Associated_state" title="Associated state">free association</a> with New Zealand); and the <a href="/wiki/Ross_Dependency" title="Ross Dependency">Ross Dependency</a>, which is New Zealand's <a href="/wiki/Territorial_claim_in_Antarctica" class="mw-redirect" title="Territorial claim in Antarctica">territorial claim in Antarctica</a>. New Zealand is a member of the <a href="/wiki/United_Nations" title="United Nations">United Nations</a>, <a href="/wiki/Commonwealth_of_Nations" title="Commonwealth of Nations">Commonwealth of Nations</a>, <a href="/wiki/ANZUS" title="ANZUS">ANZUS</a>, <a href="/wiki/Organisation_for_Economic_Co-operation_and_Development" class="mw-redirect" title="Organisation for Economic Co-operation and Development">Organisation for Economic Co-operation and Development</a>, <a href="/wiki/Association_of_Southeast_Asian_Nations#ASEAN_Plus_Three_and_Six" title="Association of Southeast Asian Nations">ASEAN Plus Six</a>, <a href="/wiki/Asia-Pacific_Economic_Cooperation" title="Asia-Pacific Economic Cooperation">Asia-Pacific Economic Cooperation</a>, the <a href="/wiki/Pacific_Community" title="Pacific Community">Pacific Community</a> and the <a href="/wiki/Pacific_Islands_Forum" title="Pacific Islands Forum">Pacific Islands Forum</a>.
+ </p>
+ <div class="toclimit-3">
+ <div id="toc" class="toc">
+ <input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" />
+ <div class="toctitle" lang="en" dir="ltr" xml:lang="en">
+ <h2>
+ Contents
+ </h2>
+ </div>
+ <ul>
+ <li class="toclevel-1 tocsection-1">
+ <a href="#Etymology"><span class="tocnumber">1</span> <span class="toctext">Etymology</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-2">
+ <a href="#History"><span class="tocnumber">2</span> <span class="toctext">History</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-3">
+ <a href="#Government_and_politics"><span class="tocnumber">3</span> <span class="toctext">Government and politics</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-4">
+ <a href="#Foreign_relations_and_military"><span class="tocnumber">3.1</span> <span class="toctext">Foreign relations and military</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-5">
+ <a href="#Local_government_and_external_territories"><span class="tocnumber">3.2</span> <span class="toctext">Local government and external territories</span></a>
+ </li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-6">
+ <a href="#Environment"><span class="tocnumber">4</span> <span class="toctext">Environment</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-7">
+ <a href="#Geography"><span class="tocnumber">4.1</span> <span class="toctext">Geography</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-8">
+ <a href="#Climate"><span class="tocnumber">4.2</span> <span class="toctext">Climate</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-9">
+ <a href="#Biodiversity"><span class="tocnumber">4.3</span> <span class="toctext">Biodiversity</span></a>
+ </li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-10">
+ <a href="#Economy"><span class="tocnumber">5</span> <span class="toctext">Economy</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-11">
+ <a href="#Trade"><span class="tocnumber">5.1</span> <span class="toctext">Trade</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-12">
+ <a href="#Infrastructure"><span class="tocnumber">5.2</span> <span class="toctext">Infrastructure</span></a>
+ </li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-13">
+ <a href="#Demography"><span class="tocnumber">6</span> <span class="toctext">Demography</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-14">
+ <a href="#Ethnicity_and_immigration"><span class="tocnumber">6.1</span> <span class="toctext">Ethnicity and immigration</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-15">
+ <a href="#Language"><span class="tocnumber">6.2</span> <span class="toctext">Language</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-16">
+ <a href="#Religion"><span class="tocnumber">6.3</span> <span class="toctext">Religion</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-17">
+ <a href="#Education"><span class="tocnumber">6.4</span> <span class="toctext">Education</span></a>
+ </li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-18">
+ <a href="#Culture"><span class="tocnumber">7</span> <span class="toctext">Culture</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-19">
+ <a href="#Art"><span class="tocnumber">7.1</span> <span class="toctext">Art</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-20">
+ <a href="#Literature"><span class="tocnumber">7.2</span> <span class="toctext">Literature</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-21">
+ <a href="#Media_and_entertainment"><span class="tocnumber">7.3</span> <span class="toctext">Media and entertainment</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-22">
+ <a href="#Sports"><span class="tocnumber">7.4</span> <span class="toctext">Sports</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-23">
+ <a href="#Cuisine"><span class="tocnumber">7.5</span> <span class="toctext">Cuisine</span></a>
+ </li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-24">
+ <a href="#See_also"><span class="tocnumber">8</span> <span class="toctext">See also</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-25">
+ <a href="#Footnotes"><span class="tocnumber">9</span> <span class="toctext">Footnotes</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-26">
+ <a href="#Citations"><span class="tocnumber">10</span> <span class="toctext">Citations</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-27">
+ <a href="#References"><span class="tocnumber">11</span> <span class="toctext">References</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-28">
+ <a href="#Further_reading"><span class="tocnumber">12</span> <span class="toctext">Further reading</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-29">
+ <a href="#External_links"><span class="tocnumber">13</span> <span class="toctext">External links</span></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <h2>
+ <span class="mw-headline" id="Etymology">Etymology</span>
+ </h2>
+ <div role="note" class="hatnote navigation-not-searchable">
+ See also: <a href="/wiki/New_Zealand_place_names" title="New Zealand place names">New Zealand place names</a>
+ </div>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius,_showing_Nova_Zeelandia.png" class="image"><img alt="Brown square paper with Dutch writing and a thick red, curved line" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/220px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png" decoding="async" width="220" height="171" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/330px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png/440px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png 2x" data-file-width="684" data-file-height="532" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius,_showing_Nova_Zeelandia.png" class="internal" title="Enlarge"></a>
+ </div>Detail from a 1657 map showing the western coastline of "Nova Zeelandia". (In this map, north is at the bottom.)
+ </div>
+ </div>
+ </div>
+ <p>
+ <a href="/wiki/Netherlands" title="Netherlands">Dutch</a> explorer Abel Tasman sighted New Zealand in 1642 and named it <i>Staten Land</i> "in honour of the <a href="/wiki/States_General_of_the_Netherlands" title="States General of the Netherlands">States General</a>" (Dutch parliament). He wrote, "it is possible that this land joins to the Staten Land but it is uncertain",<sup id="cite_ref-17" class="reference"><a href="#cite_note-17">[11]</a></sup> referring to <a href="/wiki/Isla_de_los_Estados" title="Isla de los Estados">a landmass of the same name</a> at the southern tip of South America, discovered by <a href="/wiki/Jacob_Le_Maire" title="Jacob Le Maire">Jacob Le Maire</a> in 1616.<sup id="cite_ref-18" class="reference"><a href="#cite_note-18">[12]</a></sup><sup id="cite_ref-19" class="reference"><a href="#cite_note-19">[13]</a></sup> In 1645, Dutch <a href="/wiki/Cartographers" class="mw-redirect" title="Cartographers">cartographers</a> renamed the land <i>Nova Zeelandia</i> after the <a href="/wiki/Seventeen_Provinces" title="Seventeen Provinces">Dutch province</a> of <a href="/wiki/Zeeland" title="Zeeland">Zeeland</a>.<sup id="cite_ref-20" class="reference"><a href="#cite_note-20">[14]</a></sup><sup id="cite_ref-21" class="reference"><a href="#cite_note-21">[15]</a></sup> British explorer <a href="/wiki/James_Cook" title="James Cook">James Cook</a> subsequently <a href="/wiki/Anglicisation" title="Anglicisation">anglicised</a> the name to New Zealand.<sup id="cite_ref-NZ_name_22-0" class="reference"><a href="#cite_note-NZ_name-22">[16]</a></sup>
+ </p>
+ <p>
+ <i><a href="/wiki/Aotearoa" title="Aotearoa">Aotearoa</a></i> (pronounced <span class="nowrap"><span class="IPA nopopups noexcerpt"><a href="/wiki/Help:IPA/English" title="Help:IPA/English">/<span style="border-bottom:1px dotted"><span title="/ˌ/: secondary stress follows">ˌ</span><span title="/aʊ/: 'ou' in 'mouth'">aʊ</span><span title="'t' in 'tie'">t</span><span title="/ɛəˈr/: 'ere' in 'thereof'">ɛəˈr</span><span title="/oʊ/: 'o' in 'code'">oʊ</span><span title="/./: syllable break">.</span><span title="/ə/: 'a' in 'about'">ə</span></span>/</a></span></span>; often translated as "land of the long white cloud")<sup id="cite_ref-FOOTNOTEKing200341_23-0" class="reference"><a href="#cite_note-FOOTNOTEKing200341-23">[17]</a></sup> is the current Māori name for New Zealand. It is unknown whether Māori had a name for the whole country before the arrival of Europeans, with <i>Aotearoa</i> originally referring to just the <a href="/wiki/North_Island" title="North Island">North Island</a>.<sup id="cite_ref-FOOTNOTEHayMaclaganGordon200872_24-0" class="reference"><a href="#cite_note-FOOTNOTEHayMaclaganGordon200872-24">[18]</a></sup> Māori had several traditional names for the two main islands, including <i>Te Ika-a-Māui</i> (the fish of <a href="/wiki/M%C4%81ui_(M%C4%81ori_mythology)" title="Māui (Māori mythology)">Māui</a>) for the North Island and <i>Te Waipounamu</i> (the waters of <a href="/wiki/Pounamu" title="Pounamu">greenstone</a>) or <i>Te Waka o Aoraki</i> (the canoe of <a href="/wiki/Aoraki" class="mw-redirect" title="Aoraki">Aoraki</a>) for the <a href="/wiki/South_Island" title="South Island">South Island</a>.<sup id="cite_ref-FOOTNOTEMein_Smith20056_25-0" class="reference"><a href="#cite_note-FOOTNOTEMein_Smith20056-25">[19]</a></sup> Early European maps labelled the islands North (North Island), Middle (South Island) and South (<a href="/wiki/Stewart_Island_/_Rakiura" class="mw-redirect" title="Stewart Island / Rakiura">Stewart Island / Rakiura</a>).<sup id="cite_ref-26" class="reference"><a href="#cite_note-26">[20]</a></sup> In 1830, mapmakers began to use "North" and "South" on their maps to distinguish the two largest islands and by 1907 this was the accepted norm.<sup id="cite_ref-NZ_name_22-1" class="reference"><a href="#cite_note-NZ_name-22">[16]</a></sup> The <a href="/wiki/New_Zealand_Geographic_Board" title="New Zealand Geographic Board">New Zealand Geographic Board</a> discovered in 2009 that the names of the North Island and South Island had never been formalised, and names and alternative names were formalised in 2013. This set the names as North Island or Te Ika-a-Māui, and South Island or Te Waipounamu.<sup id="cite_ref-Williamson2013_27-0" class="reference"><a href="#cite_note-Williamson2013-27">[21]</a></sup> For each island, either its English or Māori name can be used, or both can be used together.<sup id="cite_ref-Williamson2013_27-1" class="reference"><a href="#cite_note-Williamson2013-27">[21]</a></sup>
+ </p>
+ <div style="clear:left;"></div>
+ <h2>
+ <span class="mw-headline" id="History">History</span>
+ </h2>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/History_of_New_Zealand" title="History of New Zealand">History of New Zealand</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:292px;">
+ <a href="/wiki/File:Polynesian_Migration.svg" class="image"><img alt="One set of arrows point from Taiwan to Melanesia to Fiji/Samoa and then to the Marquesas Islands. The population then spread, some going south to New Zealand and others going north to Hawai'i. A second set start in southern Asia and end in Melanesia." src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/290px-Polynesian_Migration.svg.png" decoding="async" width="290" height="290" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/435px-Polynesian_Migration.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Polynesian_Migration.svg/580px-Polynesian_Migration.svg.png 2x" data-file-width="553" data-file-height="553" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Polynesian_Migration.svg" class="internal" title="Enlarge"></a>
+ </div>The <a href="/wiki/M%C4%81ori_people" title="Māori people">Māori people</a> are most likely descended from people who emigrated from <a href="/wiki/Taiwan" title="Taiwan">Taiwan</a> to <a href="/wiki/Melanesia" title="Melanesia">Melanesia</a> and then travelled east through to the <a href="/wiki/Society_Islands" title="Society Islands">Society Islands</a>. After a pause of 70 to 265 years, a new wave of exploration led to the discovery and settlement of New Zealand.<sup id="cite_ref-28" class="reference"><a href="#cite_note-28">[22]</a></sup>
+ </div>
+ </div>
+ </div>
+ <p>
+ New Zealand was one of the last major landmasses settled by humans. <a href="/wiki/Radiocarbon_dating" title="Radiocarbon dating">Radiocarbon dating</a>, evidence of <a href="/wiki/Deforestation" title="Deforestation">deforestation</a><sup id="cite_ref-29" class="reference"><a href="#cite_note-29">[23]</a></sup> and <a href="/wiki/Mitochondrial_DNA" title="Mitochondrial DNA">mitochondrial DNA</a> variability within <a href="/wiki/M%C4%81ori_people" title="Māori people">Māori</a> populations<sup id="cite_ref-30" class="reference"><a href="#cite_note-30">[24]</a></sup> suggest New Zealand was first settled by Eastern <a href="/wiki/Polynesians" title="Polynesians">Polynesians</a> between 1250 and 1300,<sup id="cite_ref-FOOTNOTEMein_Smith20056_25-1" class="reference"><a href="#cite_note-FOOTNOTEMein_Smith20056-25">[19]</a></sup><sup id="cite_ref-31" class="reference"><a href="#cite_note-31">[25]</a></sup> concluding a long series of voyages through the southern Pacific islands.<sup id="cite_ref-32" class="reference"><a href="#cite_note-32">[26]</a></sup> Over the centuries that followed, these settlers developed a distinct culture now known as Māori. The population was divided into <i><a href="/wiki/Iwi" title="Iwi">iwi</a></i> (tribes) and <i><a href="/wiki/Hap%C5%AB" title="Hapū">hapū</a></i> (subtribes) who would sometimes cooperate, sometimes compete and sometimes fight against each other.<sup id="cite_ref-33" class="reference"><a href="#cite_note-33">[27]</a></sup> At some point a group of Māori migrated to <i>Rēkohu</i>, now known as the <a href="/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a>, where they developed their distinct <a href="/wiki/Moriori" title="Moriori">Moriori</a> culture.<sup id="cite_ref-34" class="reference"><a href="#cite_note-34">[28]</a></sup><sup id="cite_ref-35" class="reference"><a href="#cite_note-35">[29]</a></sup> The Moriori population was all but wiped out between 1835 and 1862, largely because of <a href="/wiki/Taranaki_(iwi)" title="Taranaki (iwi)">Taranaki</a> Māori invasion and enslavement in the 1830s, although European diseases also contributed. In 1862 only 101 survived, and the last known full-blooded Moriori died in 1933.<sup id="cite_ref-36" class="reference"><a href="#cite_note-36">[30]</a></sup>
+ </p>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:172px;">
+ <a href="/wiki/File:Cook_chart_of_New_Zealand.jpg" class="image"><img alt="An engraving of a sketched coastline on white background" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/170px-Cook_chart_of_New_Zealand.jpg" decoding="async" width="170" height="235" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/255px-Cook_chart_of_New_Zealand.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/22/Cook_chart_of_New_Zealand.jpg/340px-Cook_chart_of_New_Zealand.jpg 2x" data-file-width="1093" data-file-height="1508" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Cook_chart_of_New_Zealand.jpg" class="internal" title="Enlarge"></a>
+ </div>Map of the New Zealand coastline as Cook charted it on his <a href="/wiki/First_voyage_of_James_Cook" title="First voyage of James Cook">first visit</a> in 1769–70. The track of the <i><a href="/wiki/HMS_Endeavour" title="HMS Endeavour">Endeavour</a></i> is also shown.
+ </div>
+ </div>
+ </div>
+ <p>
+ The first <a href="/wiki/Ethnic_groups_in_Europe" title="Ethnic groups in Europe">Europeans</a> known to have reached New Zealand were Dutch explorer <a href="/wiki/Abel_Tasman" title="Abel Tasman">Abel Tasman</a> and his crew in 1642.<sup id="cite_ref-FOOTNOTEMein_Smith200523_37-0" class="reference"><a href="#cite_note-FOOTNOTEMein_Smith200523-37">[31]</a></sup> In a hostile encounter, four crew members were killed and at least one Māori was hit by <a href="/wiki/Canister_shot" title="Canister shot">canister shot</a>.<sup id="cite_ref-38" class="reference"><a href="#cite_note-38">[32]</a></sup> Europeans did not revisit New Zealand until 1769 when British explorer <a href="/wiki/James_Cook" title="James Cook">James Cook</a> mapped almost the entire coastline.<sup id="cite_ref-FOOTNOTEMein_Smith200523_37-1" class="reference"><a href="#cite_note-FOOTNOTEMein_Smith200523-37">[31]</a></sup> Following Cook, New Zealand was visited by numerous European and North American <a href="/wiki/History_of_whaling" title="History of whaling">whaling</a>, <a href="/wiki/Seal_hunting" title="Seal hunting">sealing</a> and trading ships. They traded European food, metal tools, weapons and other goods for timber, Māori food, artefacts and water.<sup id="cite_ref-FOOTNOTEKing2003122_39-0" class="reference"><a href="#cite_note-FOOTNOTEKing2003122-39">[33]</a></sup> The introduction of the potato and the <a href="/wiki/Musket" title="Musket">musket</a> transformed Māori agriculture and warfare. Potatoes provided a reliable food surplus, which enabled longer and more sustained military campaigns.<sup id="cite_ref-40" class="reference"><a href="#cite_note-40">[34]</a></sup> The resulting intertribal <a href="/wiki/Musket_Wars" title="Musket Wars">Musket Wars</a> encompassed over 600 battles between 1801 and 1840, killing 30,000–40,000 Māori.<sup id="cite_ref-41" class="reference"><a href="#cite_note-41">[35]</a></sup> From the early 19th century, Christian <a href="/wiki/Missionary" title="Missionary">missionaries</a> began to settle New Zealand, eventually <a href="/wiki/Religious_conversion" title="Religious conversion">converting</a> most of the Māori population.<sup id="cite_ref-42" class="reference"><a href="#cite_note-42">[36]</a></sup> The Māori population declined to around 40% of its pre-contact level during the 19th century; introduced diseases were the major factor.<sup id="cite_ref-43" class="reference"><a href="#cite_note-43">[37]</a></sup>
+ </p>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:172px;">
+ <a href="/wiki/File:Treatyofwaitangi.jpg" class="image"><img alt="A torn sheet of paper" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/170px-Treatyofwaitangi.jpg" decoding="async" width="170" height="318" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/255px-Treatyofwaitangi.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/87/Treatyofwaitangi.jpg/340px-Treatyofwaitangi.jpg 2x" data-file-width="3091" data-file-height="5788" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Treatyofwaitangi.jpg" class="internal" title="Enlarge"></a>
+ </div>The Waitangi sheet from the <a href="/wiki/Treaty_of_Waitangi" title="Treaty of Waitangi">Treaty of Waitangi</a>
+ </div>
+ </div>
+ </div>
+ <p>
+ In 1788 Captain <a href="/wiki/Arthur_Phillip" title="Arthur Phillip">Arthur Phillip</a> assumed the position of <a href="/wiki/Governor_of_New_South_Wales" title="Governor of New South Wales">Governor</a> of the new British colony of <a href="/wiki/Colony_of_New_South_Wales" title="Colony of New South Wales">New South Wales</a> which according to his commission included New Zealand.<sup id="cite_ref-44" class="reference"><a href="#cite_note-44">[38]</a></sup> The British Government appointed <a href="/wiki/James_Busby" title="James Busby">James Busby</a> as British Resident to New Zealand in 1832 following a petition from northern Māori.<sup id="cite_ref-Busby_45-0" class="reference"><a href="#cite_note-Busby-45">[39]</a></sup> In 1835, following an announcement of impending French settlement by <a href="/wiki/Charles_de_Thierry" title="Charles de Thierry">Charles de Thierry</a>, the nebulous <a href="/wiki/United_Tribes_of_New_Zealand" title="United Tribes of New Zealand">United Tribes of New Zealand</a> sent a <a href="/wiki/Declaration_of_the_Independence_of_New_Zealand" title="Declaration of the Independence of New Zealand">Declaration of Independence</a> to King <a href="/wiki/William_IV_of_the_United_Kingdom" title="William IV of the United Kingdom">William IV of the United Kingdom</a> asking for protection.<sup id="cite_ref-Busby_45-1" class="reference"><a href="#cite_note-Busby-45">[39]</a></sup> Ongoing unrest, the proposed settlement of New Zealand by the <a href="/wiki/New_Zealand_Company" title="New Zealand Company">New Zealand Company</a> (which had already sent its first ship of surveyors to buy land from Māori) and the dubious legal standing of the Declaration of Independence prompted the <a href="/wiki/Colonial_Office" title="Colonial Office">Colonial Office</a> to send Captain <a href="/wiki/William_Hobson" title="William Hobson">William Hobson</a> to claim sovereignty for the <a href="/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a> and negotiate a treaty with the Māori.<sup id="cite_ref-46" class="reference"><a href="#cite_note-46">[40]</a></sup> The <a href="/wiki/Treaty_of_Waitangi" title="Treaty of Waitangi">Treaty of Waitangi</a> was first signed in the <a href="/wiki/Bay_of_Islands" title="Bay of Islands">Bay of Islands</a> on 6 February 1840.<sup id="cite_ref-Wilson2009_47-0" class="reference"><a href="#cite_note-Wilson2009-47">[41]</a></sup> In response to the New Zealand Company's attempts to establish an independent settlement in <a href="/wiki/Wellington" title="Wellington">Wellington</a><sup id="cite_ref-48" class="reference"><a href="#cite_note-48">[42]</a></sup> and French settlers purchasing land in <a href="/wiki/Akaroa" title="Akaroa">Akaroa</a>,<sup id="cite_ref-49" class="reference"><a href="#cite_note-49">[43]</a></sup> Hobson declared British sovereignty over all of New Zealand on 21 May 1840, even though copies of the Treaty were still circulating throughout the country for Māori to sign.<sup id="cite_ref-50" class="reference"><a href="#cite_note-50">[44]</a></sup> With the signing of the Treaty and declaration of sovereignty the number of immigrants, particularly from the United Kingdom, began to increase.<sup id="cite_ref-51" class="reference"><a href="#cite_note-51">[45]</a></sup>
+ </p>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:292px;">
+ <a href="/wiki/File:1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay,_New_Zealand.jpg" class="image"><img alt="Black and white engraving depicting a crowd of people" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/290px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg" decoding="async" width="290" height="208" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/435px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3b/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg/580px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg 2x" data-file-width="6000" data-file-height="4300" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay,_New_Zealand.jpg" class="internal" title="Enlarge"></a>
+ </div>A meeting of European and Māori inhabitants of <a href="/wiki/Hawke%27s_Bay_Province" title="Hawke's Bay Province">Hawke's Bay Province</a>. Engraving, 1863.
+ </div>
+ </div>
+ </div>
+ <p>
+ New Zealand, still part of the colony of New South Wales, became a separate <a href="/wiki/Crown_colony" title="Crown colony">Colony</a> <a href="/wiki/Colony_of_New_Zealand" title="Colony of New Zealand">of New Zealand</a> on 1 July 1841.<sup id="cite_ref-52" class="reference"><a href="#cite_note-52">[46]</a></sup> Armed conflict began between the Colonial government and Māori in 1843 with the <a href="/wiki/Wairau_Affray" title="Wairau Affray">Wairau Affray</a> over land and disagreements over sovereignty. These conflicts, mainly in the North Island, saw thousands of Imperial troops and the Royal Navy come to New Zealand and became known as the <a href="/wiki/New_Zealand_Wars" title="New Zealand Wars">New Zealand Wars</a>. Following these armed conflicts, large amounts of <a href="/wiki/New_Zealand_land_confiscations" class="mw-redirect" title="New Zealand land confiscations">Māori land was confiscated by the government</a> to meet settler demands.<sup id="cite_ref-53" class="reference"><a href="#cite_note-53">[47]</a></sup>
+ </p>
+ <p>
+ The colony gained a <a href="/wiki/New_Zealand_Constitution_Act_1852" title="New Zealand Constitution Act 1852">representative government in 1852</a> and the <a href="/wiki/1st_New_Zealand_Parliament" title="1st New Zealand Parliament">first Parliament</a> met in 1854.<sup id="cite_ref-G_and_N_54-0" class="reference"><a href="#cite_note-G_and_N-54">[48]</a></sup> In 1856 the colony effectively became self-governing, gaining responsibility over all domestic matters other than <a href="/wiki/Indigenous_peoples" title="Indigenous peoples">native</a> policy.<sup id="cite_ref-G_and_N_54-1" class="reference"><a href="#cite_note-G_and_N-54">[48]</a></sup> (Control over native policy was granted in the mid-1860s.<sup id="cite_ref-G_and_N_54-2" class="reference"><a href="#cite_note-G_and_N-54">[48]</a></sup>) Following concerns that the South Island might form a separate colony, premier <a href="/wiki/Alfred_Domett" title="Alfred Domett">Alfred Domett</a> moved a resolution to transfer the <a href="/wiki/Capital_of_New_Zealand" title="Capital of New Zealand">capital</a> from Auckland to a locality near <a href="/wiki/Cook_Strait" title="Cook Strait">Cook Strait</a>.<sup id="cite_ref-55" class="reference"><a href="#cite_note-55">[49]</a></sup> Wellington was chosen for its central location, with Parliament officially sitting there for the first time in 1865.<sup id="cite_ref-56" class="reference"><a href="#cite_note-56">[50]</a></sup>
+ </p>
+ <p>
+ In 1891 the <a href="/wiki/New_Zealand_Liberal_Party" title="New Zealand Liberal Party">Liberal Party</a> came to power as the first organised political party.<sup id="cite_ref-Liberal_57-0" class="reference"><a href="#cite_note-Liberal-57">[51]</a></sup> The <a href="/wiki/Liberal_Government_of_New_Zealand" title="Liberal Government of New Zealand">Liberal Government</a>, led by <a href="/wiki/Richard_Seddon" title="Richard Seddon">Richard Seddon</a> for most of its period in office,<sup id="cite_ref-58" class="reference"><a href="#cite_note-58">[52]</a></sup> passed many important social and economic measures. In 1893 New Zealand was the first nation in the world to grant all <a href="/wiki/Women%27s_suffrage_in_New_Zealand" title="Women's suffrage in New Zealand">women the right to vote</a><sup id="cite_ref-Liberal_57-1" class="reference"><a href="#cite_note-Liberal-57">[51]</a></sup> and in 1894 pioneered the <a href="/wiki/Industrial_Conciliation_and_Arbitration_Act_1894" title="Industrial Conciliation and Arbitration Act 1894">adoption of compulsory arbitration between employers and unions</a>.<sup id="cite_ref-59" class="reference"><a href="#cite_note-59">[53]</a></sup>
+ </p>
+ <p>
+ In 1907, at the request of the New Zealand Parliament, King <a href="/wiki/Edward_VII" title="Edward VII">Edward VII</a> proclaimed New Zealand a <a href="/wiki/Dominion_of_New_Zealand" title="Dominion of New Zealand">Dominion</a> within the British Empire,<sup id="cite_ref-60" class="reference"><a href="#cite_note-60">[54]</a></sup> reflecting its self-governing status.<sup id="cite_ref-61" class="reference"><a href="#cite_note-61">[55]</a></sup> In 1947 the country <a href="/wiki/Statute_of_Westminster_Adoption_Act_1947" title="Statute of Westminster Adoption Act 1947">adopted</a> the <a href="/wiki/Statute_of_Westminster_1931" title="Statute of Westminster 1931">Statute of Westminster</a>, confirming that the British Parliament could no longer legislate for New Zealand without the consent of New Zealand.<sup id="cite_ref-G_and_N_54-3" class="reference"><a href="#cite_note-G_and_N-54">[48]</a></sup>
+ </p>
+ <p>
+ Early in the 20th century, New Zealand was involved in world affairs, fighting in the <a href="/wiki/Military_history_of_New_Zealand_in_World_War_I" class="mw-redirect" title="Military history of New Zealand in World War I">First</a> and <a href="/wiki/Military_history_of_New_Zealand_during_World_War_II" title="Military history of New Zealand during World War II">Second World Wars</a><sup id="cite_ref-62" class="reference"><a href="#cite_note-62">[56]</a></sup> and suffering through the <a href="/wiki/Great_Depression" title="Great Depression">Great Depression</a>.<sup id="cite_ref-63" class="reference"><a href="#cite_note-63">[57]</a></sup> The depression led to the election of the <a href="/wiki/First_Labour_Government_of_New_Zealand" title="First Labour Government of New Zealand">First Labour Government</a> and the establishment of a comprehensive <a href="/wiki/Welfare_state" title="Welfare state">welfare state</a> and a <a href="/wiki/Protectionist" class="mw-redirect" title="Protectionist">protectionist</a> economy.<sup id="cite_ref-64" class="reference"><a href="#cite_note-64">[58]</a></sup> New Zealand experienced increasing prosperity following the Second World War<sup id="cite_ref-65" class="reference"><a href="#cite_note-65">[59]</a></sup> and Māori began to leave their traditional rural life and move to the cities in search of work.<sup id="cite_ref-66" class="reference"><a href="#cite_note-66">[60]</a></sup> A <a href="/wiki/M%C4%81ori_protest_movement" title="Māori protest movement">Māori protest movement</a> developed, which criticised <a href="/wiki/Eurocentrism" title="Eurocentrism">Eurocentrism</a> and worked for greater recognition of <a href="/wiki/M%C4%81ori_culture" title="Māori culture">Māori culture</a> and of the Treaty of Waitangi.<sup id="cite_ref-67" class="reference"><a href="#cite_note-67">[61]</a></sup> In 1975, a <a href="/wiki/Waitangi_Tribunal" title="Waitangi Tribunal">Waitangi Tribunal</a> was set up to investigate alleged breaches of the Treaty, and it was enabled to investigate historic grievances in 1985.<sup id="cite_ref-Wilson2009_47-1" class="reference"><a href="#cite_note-Wilson2009-47">[41]</a></sup> The government has negotiated <a href="/wiki/Treaty_of_Waitangi_claims_and_settlements" title="Treaty of Waitangi claims and settlements">settlements of these grievances</a> with many iwi,<sup id="cite_ref-68" class="reference"><a href="#cite_note-68">[62]</a></sup> although <a href="/wiki/New_Zealand_foreshore_and_seabed_controversy" title="New Zealand foreshore and seabed controversy">Māori claims to the foreshore and seabed</a> have proved controversial in the 2000s.<sup id="cite_ref-69" class="reference"><a href="#cite_note-69">[63]</a></sup><sup id="cite_ref-70" class="reference"><a href="#cite_note-70">[64]</a></sup>
+ </p>
+ <h2>
+ <span class="mw-headline" id="Government_and_politics">Government and politics</span>
+ </h2>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main articles: <a href="/wiki/Government_of_New_Zealand" title="Government of New Zealand">Government of New Zealand</a> and <a href="/wiki/Politics_of_New_Zealand" title="Politics of New Zealand">Politics of New Zealand</a>
+ </div>
+ <div class="thumb tmulti tright">
+ <div class="thumbinner" style="width:312px;max-width:312px">
+ <div class="trow">
+ <div class="tsingle" style="width:154px;max-width:154px">
+ <div class="thumbimage" style="height:190px;overflow:hidden">
+ <a href="/wiki/Elizabeth_II" title="Elizabeth II"><img alt="The Queen wearing her New Zealand insignia" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/152px-Queen_Elizabeth_II_of_New_Zealand_2.jpg" decoding="async" width="152" height="190" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/228px-Queen_Elizabeth_II_of_New_Zealand_2.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Queen_Elizabeth_II_of_New_Zealand_2.jpg/304px-Queen_Elizabeth_II_of_New_Zealand_2.jpg 2x" data-file-width="1182" data-file-height="1478" /></a>
+ </div>
+ <div class="thumbcaption">
+ <a href="/wiki/Elizabeth_II" title="Elizabeth II">Elizabeth II</a>, Queen of New Zealand
+ </div>
+ </div>
+ <div class="tsingle" style="width:154px;max-width:154px">
+ <div class="thumbimage" style="height:190px;overflow:hidden">
+ <a href="/wiki/Jacinda_Ardern" title="Jacinda Ardern"><img alt="A smiling woman wearing a black dress" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Ardern_Cropped.png/152px-Ardern_Cropped.png" decoding="async" width="152" height="191" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Ardern_Cropped.png/228px-Ardern_Cropped.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Ardern_Cropped.png/304px-Ardern_Cropped.png 2x" data-file-width="499" data-file-height="627" /></a>
+ </div>
+ <div class="thumbcaption">
+ <a href="/wiki/Jacinda_Ardern" title="Jacinda Ardern">Jacinda Ardern</a>, Prime Minister of New Zealand
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <p>
+ New Zealand is a <a href="/wiki/Constitutional_monarchy" title="Constitutional monarchy">constitutional monarchy</a> with a <a href="/wiki/Parliamentary_democracy" class="mw-redirect" title="Parliamentary democracy">parliamentary democracy</a>,<sup id="cite_ref-GG_constitution_71-0" class="reference"><a href="#cite_note-GG_constitution-71">[65]</a></sup> although <a href="/wiki/Constitution_of_New_Zealand" title="Constitution of New Zealand">its constitution</a> is <a href="/wiki/Uncodified_constitution" title="Uncodified constitution">not codified</a>.<sup id="cite_ref-Economist_factsheet_72-0" class="reference"><a href="#cite_note-Economist_factsheet-72">[66]</a></sup> <a href="/wiki/Elizabeth_II" title="Elizabeth II">Elizabeth II</a> is the <a href="/wiki/Queen_of_New_Zealand" class="mw-redirect" title="Queen of New Zealand">Queen of New Zealand</a><sup id="cite_ref-73" class="reference"><a href="#cite_note-73">[67]</a></sup> and thus the <a href="/wiki/Head_of_state" title="Head of state">head of state</a>.<sup id="cite_ref-74" class="reference"><a href="#cite_note-74">[68]</a></sup> The Queen is represented by the <a href="/wiki/Governor-General_of_New_Zealand" title="Governor-General of New Zealand">governor-general</a>, whom she appoints on the <a href="/wiki/Advice_(constitutional)" title="Advice (constitutional)">advice</a> of the <a href="/wiki/Prime_Minister_of_New_Zealand" title="Prime Minister of New Zealand">prime minister</a>.<sup id="cite_ref-75" class="reference"><a href="#cite_note-75">[69]</a></sup> The governor-general can exercise the Crown's <a href="/wiki/Prerogative_powers" class="mw-redirect" title="Prerogative powers">prerogative powers</a>, such as reviewing cases of injustice and making appointments of <a href="/wiki/Ministers_of_the_New_Zealand_Government" title="Ministers of the New Zealand Government">ministers</a>, ambassadors and other key public officials,<sup id="cite_ref-76" class="reference"><a href="#cite_note-76">[70]</a></sup> and in rare situations, the <a href="/wiki/Reserve_power" title="Reserve power">reserve powers</a> (e.g. the power to dissolve parliament or refuse the <a href="/wiki/Royal_assent" title="Royal assent">royal assent</a> of a <a href="/wiki/Bill_(law)" title="Bill (law)">bill</a> into law).<sup id="cite_ref-reserve_Powers_77-0" class="reference"><a href="#cite_note-reserve_Powers-77">[71]</a></sup> The powers of the monarch and the governor-general are limited by constitutional constraints and they cannot normally be exercised without the advice of ministers.<sup id="cite_ref-reserve_Powers_77-1" class="reference"><a href="#cite_note-reserve_Powers-77">[71]</a></sup>
+ </p>
+ <p>
+ The <a href="/wiki/New_Zealand_Parliament" title="New Zealand Parliament">New Zealand Parliament</a> holds <a href="/wiki/Legislative_power" class="mw-redirect" title="Legislative power">legislative power</a> and consists of the Queen and the <a href="/wiki/New_Zealand_House_of_Representatives" title="New Zealand House of Representatives">House of Representatives</a>.<sup id="cite_ref-parliament_facts_78-0" class="reference"><a href="#cite_note-parliament_facts-78">[72]</a></sup> It also included an upper house, the <a href="/wiki/New_Zealand_Legislative_Council" title="New Zealand Legislative Council">Legislative Council</a>, until this was abolished in 1950.<sup id="cite_ref-parliament_facts_78-1" class="reference"><a href="#cite_note-parliament_facts-78">[72]</a></sup> The <a href="/wiki/Supremacy_of_parliament" class="mw-redirect" title="Supremacy of parliament">supremacy of parliament</a> over the Crown and other government institutions was established in England by the <a href="/wiki/Bill_of_Rights_1689" title="Bill of Rights 1689">Bill of Rights 1689</a> and has been ratified as law in New Zealand.<sup id="cite_ref-parliament_facts_78-2" class="reference"><a href="#cite_note-parliament_facts-78">[72]</a></sup> The House of Representatives is democratically elected and a government is formed from the party or <a href="/wiki/Coalition_government" title="Coalition government">coalition</a> with the majority of seats. If no majority is formed, a <a href="/wiki/Minority_government" title="Minority government">minority government</a> can be formed if support from other parties during <a href="/wiki/Confidence_and_supply" title="Confidence and supply">confidence and supply</a> votes is assured.<sup id="cite_ref-parliament_facts_78-3" class="reference"><a href="#cite_note-parliament_facts-78">[72]</a></sup> The governor-general appoints ministers under advice from the prime minister, who is by <a href="/wiki/Constitutional_convention_(political_custom)" title="Constitutional convention (political custom)">convention</a> the <a href="/wiki/Parliamentary_leader" title="Parliamentary leader">parliamentary leader</a> of the governing party or coalition.<sup id="cite_ref-79" class="reference"><a href="#cite_note-79">[73]</a></sup> <a href="/wiki/Cabinet_of_New_Zealand" title="Cabinet of New Zealand">Cabinet</a>, formed by ministers and led by the prime minister, is the highest policy-making body in government and responsible for deciding significant government actions.<sup id="cite_ref-80" class="reference"><a href="#cite_note-80">[74]</a></sup> Members of Cabinet make major decisions collectively, and are therefore <a href="/wiki/Cabinet_collective_responsibility" title="Cabinet collective responsibility">collectively responsible</a> for the consequences of these decisions.<sup id="cite_ref-81" class="reference"><a href="#cite_note-81">[75]</a></sup>
+ </p>
+ <p>
+ A <a href="/wiki/Elections_in_New_Zealand" title="Elections in New Zealand">parliamentary general election</a> must be called no later than three years after the previous election.<sup id="cite_ref-82" class="reference"><a href="#cite_note-82">[76]</a></sup> Almost all general elections between <a href="/wiki/1853_New_Zealand_general_election" title="1853 New Zealand general election">1853</a> and <a href="/wiki/1993_New_Zealand_general_election" title="1993 New Zealand general election">1993</a> were held under the <a href="/wiki/First-past-the-post_voting" title="First-past-the-post voting">first-past-the-post voting</a> system.<sup id="cite_ref-road_83-0" class="reference"><a href="#cite_note-road-83">[77]</a></sup> Since the <a href="/wiki/1996_New_Zealand_general_election" title="1996 New Zealand general election">1996 election</a>, a form of <a href="/wiki/Proportional_representation" title="Proportional representation">proportional representation</a> called <a href="/wiki/Mixed-member_proportional" class="mw-redirect" title="Mixed-member proportional">mixed-member proportional</a> (MMP) has been used.<sup id="cite_ref-Economist_factsheet_72-1" class="reference"><a href="#cite_note-Economist_factsheet-72">[66]</a></sup> Under the MMP system, each person has two votes; one is for a candidate standing in the voter's <a href="/wiki/New_Zealand_electorates" title="New Zealand electorates">electorate</a> and the other is for a party. Since the <a href="/wiki/2014_New_Zealand_general_election" title="2014 New Zealand general election">2014 election</a>, there have been 71 electorates (which include seven <a href="/wiki/M%C4%81ori_electorates" title="Māori electorates">Māori electorates</a> in which only Māori can optionally vote),<sup id="cite_ref-84" class="reference"><a href="#cite_note-84">[78]</a></sup> and the remaining 49 of the 120 seats are assigned so that representation in parliament reflects the party vote, with the threshold that a party must win at least one electorate or 5% of the total party vote before it is eligible for a seat.<sup id="cite_ref-85" class="reference"><a href="#cite_note-85">[79]</a></sup>
+ </p>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Seddon_Statue_in_Parliament_Grounds.jpg" class="image"><img alt="A block of buildings fronted by a large statue." src="//upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/220px-Seddon_Statue_in_Parliament_Grounds.jpg" decoding="async" width="220" height="171" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/330px-Seddon_Statue_in_Parliament_Grounds.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/32/Seddon_Statue_in_Parliament_Grounds.jpg/440px-Seddon_Statue_in_Parliament_Grounds.jpg 2x" data-file-width="3297" data-file-height="2557" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Seddon_Statue_in_Parliament_Grounds.jpg" class="internal" title="Enlarge"></a>
+ </div>A statue of <a href="/wiki/Richard_Seddon" title="Richard Seddon">Richard Seddon</a>, the "<a href="/wiki/Beehive_(New_Zealand)" title="Beehive (New Zealand)">Beehive</a>" (Executive Wing), and <a href="/wiki/Parliament_House,_Wellington" title="Parliament House, Wellington">Parliament House</a> (right), in Parliament Grounds, <a href="/wiki/Wellington" title="Wellington">Wellington</a>.
+ </div>
+ </div>
+ </div>
+ <p>
+ Elections since the 1930s have been dominated by two political parties, <a href="/wiki/New_Zealand_National_Party" title="New Zealand National Party">National</a> and <a href="/wiki/New_Zealand_Labour_Party" title="New Zealand Labour Party">Labour</a>.<sup id="cite_ref-road_83-1" class="reference"><a href="#cite_note-road-83">[77]</a></sup> Between March 2005 and August 2006, New Zealand became the first country in the world in which all the highest offices in the land—head of state, governor-general, prime minister, <a href="/wiki/Speaker_of_the_New_Zealand_House_of_Representatives" title="Speaker of the New Zealand House of Representatives">speaker</a> and <a href="/wiki/Chief_Justice_of_New_Zealand" title="Chief Justice of New Zealand">chief justice</a>—were occupied simultaneously by women.<sup id="cite_ref-86" class="reference"><a href="#cite_note-86">[80]</a></sup> The current prime minister is <a href="/wiki/Jacinda_Ardern" title="Jacinda Ardern">Jacinda Ardern</a>, who has been in office since 26 October 2017.<sup id="cite_ref-87" class="reference"><a href="#cite_note-87">[81]</a></sup> She is the country's third female prime minister.<sup id="cite_ref-88" class="reference"><a href="#cite_note-88">[82]</a></sup>
+ </p>
+ <p>
+ <a href="/wiki/Judiciary_of_New_Zealand" title="Judiciary of New Zealand">New Zealand's judiciary</a>, headed by the chief justice,<sup id="cite_ref-89" class="reference"><a href="#cite_note-89">[83]</a></sup> includes the <a href="/wiki/Supreme_Court_of_New_Zealand" title="Supreme Court of New Zealand">Supreme Court</a>, <a href="/wiki/Court_of_Appeal_of_New_Zealand" title="Court of Appeal of New Zealand">Court of Appeal</a>, the <a href="/wiki/High_Court_of_New_Zealand" title="High Court of New Zealand">High Court</a>, and subordinate courts.<sup id="cite_ref-90" class="reference"><a href="#cite_note-90">[84]</a></sup> Judges and judicial officers are appointed non-politically and under strict rules regarding tenure to help maintain <a href="/wiki/Judicial_independence" title="Judicial independence">judicial independence</a>.<sup id="cite_ref-Economist_factsheet_72-2" class="reference"><a href="#cite_note-Economist_factsheet-72">[66]</a></sup> This theoretically allows the judiciary to interpret the law based solely on the legislation enacted by Parliament without other influences on their decisions.<sup id="cite_ref-91" class="reference"><a href="#cite_note-91">[85]</a></sup>
+ </p>
+ <p>
+ New Zealand is identified as one of the world's most stable and well-governed states.<sup id="cite_ref-92" class="reference"><a href="#cite_note-92">[86]</a></sup> As at 2017<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup>, the country was ranked fourth in the strength of its democratic institutions,<sup id="cite_ref-93" class="reference"><a href="#cite_note-93">[87]</a></sup> and first in government transparency and <a href="/wiki/Corruption_in_New_Zealand" title="Corruption in New Zealand">lack of corruption</a>.<sup id="cite_ref-94" class="reference"><a href="#cite_note-94">[88]</a></sup> A 2017 <a href="/wiki/Country_Reports_on_Human_Rights_Practices" title="Country Reports on Human Rights Practices">Human Rights Report</a> by the U.S. Department of State noted that the government generally <a href="/wiki/Human_rights_in_New_Zealand" title="Human rights in New Zealand">respected the rights</a> of individuals, but voiced concerns regarding the social status of the Māori population.<sup id="cite_ref-95" class="reference"><a href="#cite_note-95">[89]</a></sup> New Zealand ranks highly for civic participation in the political process, with 77% <a href="/wiki/Voter_turnout" title="Voter turnout">voter turnout</a> during recent elections, compared to an <abbr title="Organisation for Economic Co-operation and Development">OECD</abbr> average of 69%.<sup id="cite_ref-96" class="reference"><a href="#cite_note-96">[90]</a></sup>
+ </p>
+ <div role="note" class="hatnote navigation-not-searchable">
+ See also: <a href="/wiki/International_rankings_of_New_Zealand" title="International rankings of New Zealand">International rankings of New Zealand</a>
+ </div>
+ <h3>
+ <span class="mw-headline" id="Foreign_relations_and_military">Foreign relations and military</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main articles: <a href="/wiki/Foreign_relations_of_New_Zealand" title="Foreign relations of New Zealand">Foreign relations of New Zealand</a> and <a href="/wiki/New_Zealand_Defence_Force" title="New Zealand Defence Force">New Zealand Defence Force</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:E_003261_E_Maoris_in_North_Africa_July_1941.jpg" class="image"><img alt="A squad of men kneel in the desert sand while performing a war dance" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/220px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg" decoding="async" width="220" height="217" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/330px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/77/E_003261_E_Maoris_in_North_Africa_July_1941.jpg/440px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg 2x" data-file-width="3040" data-file-height="2999" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:E_003261_E_Maoris_in_North_Africa_July_1941.jpg" class="internal" title="Enlarge"></a>
+ </div><a href="/wiki/M%C4%81ori_Battalion" title="Māori Battalion">Māori Battalion</a> <a href="/wiki/Haka" title="Haka">haka</a> in Egypt, 1941
+ </div>
+ </div>
+ </div>
+ <p>
+ Early colonial New Zealand allowed the British Government to determine external trade and be responsible for foreign policy.<sup id="cite_ref-97" class="reference"><a href="#cite_note-97">[91]</a></sup> The 1923 and 1926 <a href="/wiki/Imperial_Conference" title="Imperial Conference">Imperial Conferences</a> decided that New Zealand should be allowed to negotiate its own political <a href="/wiki/Treaty" title="Treaty">treaties</a> and the first commercial treaty was ratified in 1928 with Japan. On 3 September 1939 New Zealand allied itself with Britain and <a href="/wiki/Declaration_of_war" title="Declaration of war">declared war</a> on Germany with Prime Minister <a href="/wiki/Michael_Joseph_Savage" title="Michael Joseph Savage">Michael Joseph Savage</a> proclaiming, "Where she goes, we go; where she stands, we stand."<sup id="cite_ref-98" class="reference"><a href="#cite_note-98">[92]</a></sup>
+ </p>
+ <p>
+ In 1951 the United Kingdom became increasingly focused on its European interests,<sup id="cite_ref-99" class="reference"><a href="#cite_note-99">[93]</a></sup> while New Zealand joined <a href="/wiki/Australia%E2%80%93New_Zealand_relations" title="Australia–New Zealand relations">Australia</a> and the <a href="/wiki/New_Zealand%E2%80%93United_States_relations" title="New Zealand–United States relations">United States</a> in the <a href="/wiki/ANZUS" title="ANZUS">ANZUS</a> security treaty.<sup id="cite_ref-100" class="reference"><a href="#cite_note-100">[94]</a></sup> The influence of the United States on New Zealand weakened following protests over the <a href="/wiki/New_Zealand_in_the_Vietnam_War" title="New Zealand in the Vietnam War">Vietnam War</a>,<sup id="cite_ref-101" class="reference"><a href="#cite_note-101">[95]</a></sup> the refusal of the United States to admonish France after the <a href="/wiki/Sinking_of_the_Rainbow_Warrior" title="Sinking of the Rainbow Warrior">sinking of the <i>Rainbow Warrior</i></a>,<sup id="cite_ref-102" class="reference"><a href="#cite_note-102">[96]</a></sup> disagreements over environmental and agricultural trade issues and <a href="/wiki/New_Zealand_nuclear-free_zone" title="New Zealand nuclear-free zone">New Zealand's nuclear-free policy</a>.<sup id="cite_ref-103" class="reference"><a href="#cite_note-103">[97]</a></sup><sup id="cite_ref-104" class="reference"><a href="#cite_note-104">[98]</a></sup> Despite the United States' suspension of ANZUS obligations the treaty remained in effect between New Zealand and Australia, whose foreign policy has followed a similar historical trend.<sup id="cite_ref-105" class="reference"><a href="#cite_note-105">[99]</a></sup> Close political contact is maintained between the two countries, with <a href="/wiki/Closer_Economic_Relations" title="Closer Economic Relations">free trade agreements</a> and <a href="/wiki/Trans-Tasman_Travel_Arrangement" title="Trans-Tasman Travel Arrangement">travel arrangements</a> that allow citizens to visit, live and work in both countries without restrictions.<sup id="cite_ref-NZ_in_brief_106-0" class="reference"><a href="#cite_note-NZ_in_brief-106">[100]</a></sup> In 2013<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup> there were about 650,000 New Zealand citizens living in Australia, which is equivalent to 15% of the resident population of New Zealand.<sup id="cite_ref-107" class="reference"><a href="#cite_note-107">[101]</a></sup>
+ </p>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_(20).jpg" class="image"><img alt="A soldier in a green army uniform faces forwards" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/220px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg" decoding="async" width="220" height="147" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/330px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d4/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg/440px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg 2x" data-file-width="3888" data-file-height="2592" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_(20).jpg" class="internal" title="Enlarge"></a>
+ </div><a href="/wiki/Anzac_Day" title="Anzac Day">Anzac Day</a> service at the National War Memorial
+ </div>
+ </div>
+ </div>
+ <p>
+ New Zealand has a strong presence among the <a href="/wiki/Pacific_Island" class="mw-redirect" title="Pacific Island">Pacific Island</a> countries. A large proportion of New Zealand's aid goes to these countries and many Pacific people migrate to New Zealand for employment.<sup id="cite_ref-108" class="reference"><a href="#cite_note-108">[102]</a></sup> Permanent migration is regulated under the 1970 Samoan Quota Scheme and the 2002 Pacific Access Category, which allow up to 1,100 Samoan nationals and up to 750 other Pacific Islanders respectively to become permanent New Zealand residents each year. A seasonal workers scheme for temporary migration was introduced in 2007 and in 2009 about 8,000 Pacific Islanders were employed under it.<sup id="cite_ref-109" class="reference"><a href="#cite_note-109">[103]</a></sup> A <a href="/wiki/Regional_power" title="Regional power">regional power</a>,<sup id="cite_ref-110" class="reference"><a href="#cite_note-110">[104]</a></sup> New Zealand is involved in the <a href="/wiki/Pacific_Islands_Forum" title="Pacific Islands Forum">Pacific Islands Forum</a>, the <a href="/wiki/Pacific_Community" title="Pacific Community">Pacific Community</a>, <a href="/wiki/Asia-Pacific_Economic_Cooperation" title="Asia-Pacific Economic Cooperation">Asia-Pacific Economic Cooperation</a> and the <a href="/wiki/Association_of_Southeast_Asian_Nations" title="Association of Southeast Asian Nations">Association of Southeast Asian Nations</a> Regional Forum (including the <a href="/wiki/East_Asia_Summit" title="East Asia Summit">East Asia Summit</a>).<sup id="cite_ref-NZ_in_brief_106-1" class="reference"><a href="#cite_note-NZ_in_brief-106">[100]</a></sup> New Zealand is a member of the <a href="/wiki/New_Zealand_and_the_United_Nations" title="New Zealand and the United Nations">United Nations</a>,<sup id="cite_ref-111" class="reference"><a href="#cite_note-111">[105]</a></sup> the <a href="/wiki/Commonwealth_of_Nations" title="Commonwealth of Nations">Commonwealth of Nations</a><sup id="cite_ref-112" class="reference"><a href="#cite_note-112">[106]</a></sup> and the <a href="/wiki/Organisation_for_Economic_Co-operation_and_Development" class="mw-redirect" title="Organisation for Economic Co-operation and Development">Organisation for Economic Co-operation and Development</a> (OECD),<sup id="cite_ref-113" class="reference"><a href="#cite_note-113">[107]</a></sup> and participates in the <a href="/wiki/Five_Power_Defence_Arrangements" title="Five Power Defence Arrangements">Five Power Defence Arrangements</a>.<sup id="cite_ref-114" class="reference"><a href="#cite_note-114">[108]</a></sup>
+ </p>
+ <p>
+ New Zealand's military services—the Defence Force—comprise the <a href="/wiki/New_Zealand_Army" title="New Zealand Army">New Zealand Army</a>, the <a href="/wiki/Royal_New_Zealand_Air_Force" title="Royal New Zealand Air Force">Royal New Zealand Air Force</a> and the <a href="/wiki/Royal_New_Zealand_Navy" title="Royal New Zealand Navy">Royal New Zealand Navy</a>.<sup id="cite_ref-115" class="reference"><a href="#cite_note-115">[109]</a></sup> New Zealand's <a href="/wiki/National_security" title="National security">national defence</a> needs are modest, since a direct attack is unlikely.<sup id="cite_ref-116" class="reference"><a href="#cite_note-116">[110]</a></sup> However, its military has <a href="/wiki/Military_history_of_New_Zealand" title="Military history of New Zealand">had a global presence</a>. The country fought in both world wars, with notable campaigns in <a href="/wiki/Gallipoli_Campaign" class="mw-redirect" title="Gallipoli Campaign">Gallipoli</a>, <a href="/wiki/Battle_of_Crete" title="Battle of Crete">Crete</a>,<sup id="cite_ref-117" class="reference"><a href="#cite_note-117">[111]</a></sup> <a href="/wiki/Second_Battle_of_El_Alamein" title="Second Battle of El Alamein">El Alamein</a><sup id="cite_ref-118" class="reference"><a href="#cite_note-118">[112]</a></sup> and <a href="/wiki/Battle_of_Monte_Cassino" title="Battle of Monte Cassino">Cassino</a>.<sup id="cite_ref-119" class="reference"><a href="#cite_note-119">[113]</a></sup> The Gallipoli campaign played an important part in fostering New Zealand's <a href="/wiki/National_identity" title="National identity">national identity</a><sup id="cite_ref-120" class="reference"><a href="#cite_note-120">[114]</a></sup><sup id="cite_ref-121" class="reference"><a href="#cite_note-121">[115]</a></sup> and strengthened the <a href="/wiki/Australian_and_New_Zealand_Army_Corps" title="Australian and New Zealand Army Corps">ANZAC</a> tradition it shares with Australia.<sup id="cite_ref-122" class="reference"><a href="#cite_note-122">[116]</a></sup>
+ </p>
+ <p>
+ In addition to Vietnam and the two world wars, New Zealand fought in the <a href="/wiki/Second_Boer_War" title="Second Boer War">Second Boer War</a>,<sup id="cite_ref-123" class="reference"><a href="#cite_note-123">[117]</a></sup> the <a href="/wiki/New_Zealand_in_the_Korean_War" title="New Zealand in the Korean War">Korean War</a>,<sup id="cite_ref-124" class="reference"><a href="#cite_note-124">[118]</a></sup> the <a href="/wiki/Malayan_Emergency" title="Malayan Emergency">Malayan Emergency</a>,<sup id="cite_ref-125" class="reference"><a href="#cite_note-125">[119]</a></sup> the <a href="/wiki/Gulf_War" title="Gulf War">Gulf War</a> and the <a href="/wiki/War_in_Afghanistan_(2001%E2%80%93present)" title="War in Afghanistan (2001–present)">Afghanistan War</a>. It has contributed forces to several regional and global peacekeeping missions, such as those in <a href="/wiki/Cyprus_dispute" title="Cyprus dispute">Cyprus</a>, <a href="/wiki/Somali_Civil_War" title="Somali Civil War">Somalia</a>, <a href="/wiki/Bosnian_War" title="Bosnian War">Bosnia and Herzegovina</a>, the <a href="/wiki/Suez_Crisis" title="Suez Crisis">Sinai</a>, <a href="/wiki/Angolan_Civil_War" title="Angolan Civil War">Angola</a>, <a href="/wiki/Cambodian%E2%80%93Vietnamese_War" title="Cambodian–Vietnamese War">Cambodia</a>, the <a href="/wiki/Iran%E2%80%93Iraq_War" title="Iran–Iraq War">Iran–Iraq</a> border, <a href="/wiki/Bougainville_Campaign" class="mw-redirect" title="Bougainville Campaign">Bougainville</a>, <a href="/wiki/Operation_Astute" title="Operation Astute">East Timor</a>, and the <a href="/wiki/Solomon_Islands#Civil_war" title="Solomon Islands">Solomon Islands</a>.<sup id="cite_ref-126" class="reference"><a href="#cite_note-126">[120]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Local_government_and_external_territories">Local government and external territories</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main articles: <a href="/wiki/Local_government_in_New_Zealand" title="Local government in New Zealand">Local government in New Zealand</a> and <a href="/wiki/Realm_of_New_Zealand" title="Realm of New Zealand">Realm of New Zealand</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:402px;">
+ <a href="/wiki/File:NZL_orthographic_NaturalEarth_labelled_en.svg" class="image"><img alt="Map with the North, South, Stewart/Rakiura, Tokelau, Cook, Niue, Kermadec, Chatham, Bounty, Antipodes, Snare, Auckland and Campbell Islands highlighted. New Zealand's segment of Antarctica (the Ross Dependency) is also highlighted." src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/400px-NZL_orthographic_NaturalEarth_labelled_en.svg.png" decoding="async" width="400" height="400" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/600px-NZL_orthographic_NaturalEarth_labelled_en.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4b/NZL_orthographic_NaturalEarth_labelled_en.svg/800px-NZL_orthographic_NaturalEarth_labelled_en.svg.png 2x" data-file-width="553" data-file-height="553" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:NZL_orthographic_NaturalEarth_labelled_en.svg" class="internal" title="Enlarge"></a>
+ </div>Locations of the countries and territories within the <a href="/wiki/Realm_of_New_Zealand" title="Realm of New Zealand">Realm of New Zealand</a>
+ </div>
+ </div>
+ </div>
+ <p>
+ The early European settlers divided New Zealand into <a href="/wiki/Provinces_of_New_Zealand" title="Provinces of New Zealand">provinces</a>, which had a degree of autonomy.<sup id="cite_ref-nine_provinces_127-0" class="reference"><a href="#cite_note-nine_provinces-127">[121]</a></sup> Because of financial pressures and the desire to consolidate railways, education, land sales and other policies, government was centralised and the provinces were abolished in 1876.<sup id="cite_ref-128" class="reference"><a href="#cite_note-128">[122]</a></sup> The provinces are remembered in <a href="/wiki/Public_holidays_in_New_Zealand" title="Public holidays in New Zealand">regional public holidays</a><sup id="cite_ref-129" class="reference"><a href="#cite_note-129">[123]</a></sup> and sporting rivalries.<sup id="cite_ref-130" class="reference"><a href="#cite_note-130">[124]</a></sup>
+ </p>
+ <p>
+ Since 1876, various councils have administered local areas under legislation determined by the central government.<sup id="cite_ref-nine_provinces_127-1" class="reference"><a href="#cite_note-nine_provinces-127">[121]</a></sup><sup id="cite_ref-131" class="reference"><a href="#cite_note-131">[125]</a></sup> In 1989, the government reorganised local government into the current two-tier structure of <a href="/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">regional councils</a> and <a href="/wiki/Territorial_authorities" class="mw-redirect" title="Territorial authorities">territorial authorities</a>.<sup id="cite_ref-Sancton2000_132-0" class="reference"><a href="#cite_note-Sancton2000-132">[126]</a></sup> The <a href="/wiki/List_of_former_territorial_authorities_in_New_Zealand" title="List of former territorial authorities in New Zealand">249 municipalities</a><sup id="cite_ref-Sancton2000_132-1" class="reference"><a href="#cite_note-Sancton2000-132">[126]</a></sup> that existed in 1975 have now been consolidated into 67 territorial authorities and 11 regional councils.<sup id="cite_ref-133" class="reference"><a href="#cite_note-133">[127]</a></sup> The regional councils' role is to regulate "the natural environment with particular emphasis on <a href="/wiki/Resource_Management_Act_1991" title="Resource Management Act 1991">resource management</a>",<sup id="cite_ref-Sancton2000_132-2" class="reference"><a href="#cite_note-Sancton2000-132">[126]</a></sup> while territorial authorities are responsible for sewage, water, local roads, building consents and other local matters.<sup id="cite_ref-FOOTNOTESmeltJui_Lin200933_134-0" class="reference"><a href="#cite_note-FOOTNOTESmeltJui_Lin200933-134">[128]</a></sup><sup id="cite_ref-glossary_135-0" class="reference"><a href="#cite_note-glossary-135">[129]</a></sup> Five of the territorial councils are <a href="/wiki/Unitary_authority" title="Unitary authority">unitary authorities</a> and also act as regional councils.<sup id="cite_ref-glossary_135-1" class="reference"><a href="#cite_note-glossary-135">[129]</a></sup> The territorial authorities consist of 13 city councils, 53 <a href="/wiki/Districts_of_New_Zealand" title="Districts of New Zealand">district</a> councils, and the <a href="/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a> Council. While officially the Chatham Islands Council is not a unitary authority, it undertakes many functions of a regional council.<sup id="cite_ref-136" class="reference"><a href="#cite_note-136">[130]</a></sup>
+ </p>
+ <p>
+ The Realm of New Zealand, one of 16 <a href="/wiki/Commonwealth_realm" title="Commonwealth realm">Commonwealth realms</a>,<sup id="cite_ref-137" class="reference"><a href="#cite_note-137">[131]</a></sup> is the entire area over which the Queen of New Zealand is <a href="/wiki/Sovereign" title="Sovereign">sovereign</a>, and comprises New Zealand, <a href="/wiki/Tokelau" title="Tokelau">Tokelau</a>, the <a href="/wiki/Ross_Dependency" title="Ross Dependency">Ross Dependency</a>, the <a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a> and <a href="/wiki/Niue" title="Niue">Niue</a>.<sup id="cite_ref-GG_constitution_71-1" class="reference"><a href="#cite_note-GG_constitution-71">[65]</a></sup> The Cook Islands and Niue are self-governing states in <a href="/wiki/Associated_state" title="Associated state">free association</a> with New Zealand.<sup id="cite_ref-138" class="reference"><a href="#cite_note-138">[132]</a></sup><sup id="cite_ref-139" class="reference"><a href="#cite_note-139">[133]</a></sup> The New Zealand Parliament cannot pass legislation for these countries, but with their consent can act on behalf of them in foreign affairs and defence. Tokelau is classified as a <a href="/wiki/United_Nations_list_of_Non-Self-Governing_Territories" title="United Nations list of Non-Self-Governing Territories">non-self-governing territory</a>, but is administered by a council of three elders (one from each Tokelauan <a href="/wiki/Atoll" title="Atoll">atoll</a>).<sup id="cite_ref-140" class="reference"><a href="#cite_note-140">[134]</a></sup> The Ross Dependency is New Zealand's <a href="/wiki/Territorial_claims_in_Antarctica" title="Territorial claims in Antarctica">territorial claim in Antarctica</a>, where it operates the <a href="/wiki/Scott_Base" title="Scott Base">Scott Base</a> research facility.<sup id="cite_ref-141" class="reference"><a href="#cite_note-141">[135]</a></sup> <a href="/wiki/New_Zealand_nationality_law" title="New Zealand nationality law">New Zealand nationality law</a> treats all parts of the realm equally, so most people born in New Zealand, the Cook Islands, Niue, Tokelau and the Ross Dependency are New Zealand citizens.<sup id="cite_ref-142" class="reference"><a href="#cite_note-142">[136]</a></sup><sup id="cite_ref-144" class="reference"><a href="#cite_note-144">[n 7]</a></sup>
+ </p>
+ <table class="navbox collapsible">
+ <tbody>
+ <tr>
+ <th colspan="12" class="navbox-title">
+ <div class="plainlinks hlist navbar mini" style="float:left; text-align:left">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:Administrative_divisions_of_New_Zealand" title="Template:Administrative divisions of New Zealand"><abbr title="View this template">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:Administrative_divisions_of_New_Zealand" title="Template talk:Administrative divisions of New Zealand"><abbr title="Discuss this template">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Administrative_divisions_of_New_Zealand&amp;action=edit"><abbr title="Edit this template">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div style="font-size:114%;margin:0 4em">
+ Administrative divisions of the Realm of New Zealand
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th class="navbox-title">
+ Countries
+ </th>
+ <td colspan="7" style="background:#ddf;">
+ <span class="flagicon"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/23px-Flag_of_New_Zealand.svg.png" decoding="async" width="23" height="12" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/35px-Flag_of_New_Zealand.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/46px-Flag_of_New_Zealand.svg.png 2x" data-file-width="1200" data-file-height="600" />&#160;</span><a class="mw-selflink selflink">New Zealand</a>
+ </td>
+ <td rowspan="4">
+ &#160;
+ </td>
+ <td rowspan="4">
+ &#160;
+ </td>
+ <td rowspan="1" style="background:#e2e2ff;">
+ <span class="nowrap"><span class="flagicon"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/23px-Flag_of_the_Cook_Islands.svg.png" decoding="async" width="23" height="12" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/35px-Flag_of_the_Cook_Islands.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/46px-Flag_of_the_Cook_Islands.svg.png 2x" data-file-width="1200" data-file-height="600" />&#160;</span><a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a></span>
+ </td>
+ <td rowspan="1" style="background:#e2e2ff;">
+ <span class="nowrap"><span class="flagicon"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/23px-Flag_of_Niue.svg.png" decoding="async" width="23" height="12" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/35px-Flag_of_Niue.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/46px-Flag_of_Niue.svg.png 2x" data-file-width="600" data-file-height="300" />&#160;</span><a href="/wiki/Niue" title="Niue">Niue</a></span>
+ </td>
+ </tr>
+ <tr>
+ <th class="navbox-title">
+ <a href="/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">Regions</a>
+ </th>
+ <td style="background:#e7e7ff;">
+ 11 non-unitary regions
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ 5 unitary regions
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <a href="/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a>
+ </td>
+ <td rowspan="3">
+ &#160;
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <a href="/wiki/New_Zealand_outlying_islands" title="New Zealand outlying islands">Outlying islands</a> outside any regional authority<br />
+ (the <a href="/wiki/Kermadec_Islands" title="Kermadec Islands">Kermadec Islands</a>, <a href="/wiki/Three_Kings_Islands" title="Three Kings Islands">Three Kings Islands</a>, and <a href="/wiki/New_Zealand_Subantarctic_Islands" title="New Zealand Subantarctic Islands">Subantarctic Islands</a>)
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <a href="/wiki/Ross_Dependency" title="Ross Dependency">Ross Dependency</a>
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <span class="flagicon"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/23px-Flag_of_Tokelau.svg.png" decoding="async" width="23" height="12" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/35px-Flag_of_Tokelau.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/46px-Flag_of_Tokelau.svg.png 2x" data-file-width="1800" data-file-height="900" />&#160;</span><a href="/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <span class="nowrap">15 islands</span>
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <span class="nowrap">14 <a href="/wiki/List_of_villages_in_Niue" title="List of villages in Niue">villages</a></span>
+ </td>
+ </tr>
+ <tr>
+ <th class="navbox-title">
+ <a href="/wiki/Territorial_authorities_of_New_Zealand" title="Territorial authorities of New Zealand">Territorial authorities</a>
+ </th>
+ <td style="background:#f4f4ff;">
+ 13 cities and 53 districts
+ </td>
+ </tr>
+ <tr style="line-height:12px;font-size:90%;">
+ <th style="background:#fcfcff;">
+ Notes
+ </th>
+ <td style="background:#fcfcff;">
+ Some districts lie in more than one region
+ </td>
+ <td style="background:#fcfcff;">
+ These combine the regional and the territorial authority levels in one
+ </td>
+ <td style="background:#fcfcff;">
+ Special territorial authority
+ </td>
+ <td colspan="1" style="background:#fcfcff;">
+ The outlying <a href="/wiki/Solander_Islands" title="Solander Islands">Solander Islands</a> form part of the <a href="/wiki/Southland_Region" class="mw-redirect" title="Southland Region">Southland Region</a>
+ </td>
+ <td style="background:#fcfcff;">
+ New&#160;Zealand's <a href="/wiki/Territorial_claims_in_Antarctica" title="Territorial claims in Antarctica">Antarctic territory</a>
+ </td>
+ <td style="background:#fcfcff;">
+ <a href="/wiki/United_Nations_list_of_Non-Self-Governing_Territories" title="United Nations list of Non-Self-Governing Territories">Non-self-governing territory</a> of New&#160;Zealand
+ </td>
+ <td colspan="2" style="background:#fcfcff;">
+ States in <a href="/wiki/Associated_state" title="Associated state">free association</a> with New&#160;Zealand
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <h2>
+ <span class="mw-headline" id="Environment">Environment</span>
+ </h2>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Environment_of_New_Zealand" title="Environment of New Zealand">Environment of New Zealand</a>
+ </div>
+ <h3>
+ <span class="mw-headline" id="Geography">Geography</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main articles: <a href="/wiki/Geography_of_New_Zealand" title="Geography of New Zealand">Geography of New Zealand</a> and <a href="/wiki/Geology_of_New_Zealand" title="Geology of New Zealand">Geology of New Zealand</a>
+ </div>
+ <div role="note" class="hatnote navigation-not-searchable">
+ <img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/12px-Commons-logo.svg.png" decoding="async" width="12" height="16" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/18px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/24px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /> See also: <a href="https://commons.wikimedia.org/wiki/Atlas_of_New_Zealand" class="extiw" title="commons:Atlas of New Zealand">Atlas of New Zealand</a> at <a href="/wiki/Wikimedia_Commons" title="Wikimedia Commons">Wikimedia Commons</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:172px;">
+ <a href="/wiki/File:New_Zealand_23_October_2002.jpg" class="image"><img alt="Islands of New Zealand as seen from satellite" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/170px-New_Zealand_23_October_2002.jpg" decoding="async" width="170" height="227" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/255px-New_Zealand_23_October_2002.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a5/New_Zealand_23_October_2002.jpg/340px-New_Zealand_23_October_2002.jpg 2x" data-file-width="4200" data-file-height="5600" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:New_Zealand_23_October_2002.jpg" class="internal" title="Enlarge"></a>
+ </div>The snow-capped <a href="/wiki/Southern_Alps" title="Southern Alps">Southern Alps</a> dominate the South Island, while the North Island's <a href="/wiki/Northland_Peninsula" title="Northland Peninsula">Northland Peninsula</a> stretches towards the subtropics
+ </div>
+ </div>
+ </div>
+ <p>
+ New Zealand is located near the centre of the <a href="/wiki/Water_hemisphere" class="mw-redirect" title="Water hemisphere">water hemisphere</a> and is made up of two main islands and a number of <a href="/wiki/List_of_islands_of_New_Zealand" title="List of islands of New Zealand">smaller islands</a>. The two main islands (the <a href="/wiki/North_Island" title="North Island">North Island</a>, or <i>Te Ika-a-Māui</i>, and the <a href="/wiki/South_Island" title="South Island">South Island</a>, or <i>Te Waipounamu</i>) are separated by <a href="/wiki/Cook_Strait" title="Cook Strait">Cook Strait</a>, 22 kilometres (14&#160;mi) wide at its narrowest point.<sup id="cite_ref-145" class="reference"><a href="#cite_note-145">[138]</a></sup> Besides the North and South Islands, the five largest inhabited islands are <a href="/wiki/Stewart_Island" title="Stewart Island">Stewart Island</a> (across the <a href="/wiki/Foveaux_Strait" title="Foveaux Strait">Foveaux Strait</a>), <a href="/wiki/Chatham_Island" title="Chatham Island">Chatham Island</a>, <a href="/wiki/Great_Barrier_Island" title="Great Barrier Island">Great Barrier Island</a> (in the <a href="/wiki/Hauraki_Gulf" title="Hauraki Gulf">Hauraki Gulf</a>),<sup id="cite_ref-146" class="reference"><a href="#cite_note-146">[139]</a></sup> <a href="/wiki/D%27Urville_Island_(New_Zealand)" title="D'Urville Island (New Zealand)">D'Urville Island</a> (in the <a href="/wiki/Marlborough_Sounds" title="Marlborough Sounds">Marlborough Sounds</a>)<sup id="cite_ref-147" class="reference"><a href="#cite_note-147">[140]</a></sup> and <a href="/wiki/Waiheke_Island" title="Waiheke Island">Waiheke Island</a> (about 22&#160;km (14&#160;mi) from central Auckland).<sup id="cite_ref-148" class="reference"><a href="#cite_note-148">[141]</a></sup>
+ </p>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r889293853/mw-parser-output/.tmulti" />
+ <div class="thumb tmulti tleft">
+ <div class="thumbinner" style="width:224px;max-width:224px">
+ <div class="trow">
+ <div class="tsingle" style="width:222px;max-width:222px">
+ <div class="thumbimage">
+ <a href="/wiki/File:Mt_Cook,_NZ.jpg" class="image"><img alt="A large mountain with a lake in the foreground" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/220px-Mt_Cook%2C_NZ.jpg" decoding="async" width="220" height="147" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/330px-Mt_Cook%2C_NZ.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/44/Mt_Cook%2C_NZ.jpg/440px-Mt_Cook%2C_NZ.jpg 2x" data-file-width="4608" data-file-height="3072" /></a>
+ </div>
+ <div class="thumbcaption">
+ <a href="/wiki/Aoraki_/_Mount_Cook" title="Aoraki / Mount Cook">Aoraki / Mount Cook</a> is the highest point of New Zealand, at 3,754 metres
+ </div>
+ </div>
+ </div>
+ <div class="trow">
+ <div class="tsingle" style="width:222px;max-width:222px">
+ <div class="thumbimage">
+ <a href="/wiki/File:New_Zealand_moutain_ranges.jpg" class="image"><img alt="Snow-capped mountain range" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/220px-New_Zealand_moutain_ranges.jpg" decoding="async" width="220" height="147" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/330px-New_Zealand_moutain_ranges.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/7b/New_Zealand_moutain_ranges.jpg/440px-New_Zealand_moutain_ranges.jpg 2x" data-file-width="4272" data-file-height="2848" /></a>
+ </div>
+ <div class="thumbcaption">
+ The Southern Alps stretch for 500 kilometres down the South Island
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <p>
+ New Zealand is long and narrow (over 1,600 kilometres (990&#160;mi) along its north-north-east axis with a maximum width of 400 kilometres (250&#160;mi)),<sup id="cite_ref-149" class="reference"><a href="#cite_note-149">[142]</a></sup> with about 15,000&#160;km (9,300&#160;mi) of coastline<sup id="cite_ref-CIA_150-0" class="reference"><a href="#cite_note-CIA-150">[143]</a></sup> and a total land area of 268,000 square kilometres (103,500&#160;sq&#160;mi).<sup id="cite_ref-151" class="reference"><a href="#cite_note-151">[144]</a></sup> Because of its far-flung outlying islands and long coastline, the country has extensive marine resources. Its <a href="/wiki/Exclusive_economic_zone_of_New_Zealand" title="Exclusive economic zone of New Zealand">exclusive economic zone</a> is one of the largest in the world, covering more than 15 times its land area.<sup id="cite_ref-152" class="reference"><a href="#cite_note-152">[145]</a></sup>
+ </p>
+ <p>
+ The South Island is the largest landmass of New Zealand. It is divided along its length by the <a href="/wiki/Southern_Alps" title="Southern Alps">Southern Alps</a>.<sup id="cite_ref-153" class="reference"><a href="#cite_note-153">[146]</a></sup> There are 18 peaks over 3,000 metres (9,800&#160;ft), the highest of which is <a href="/wiki/Aoraki_/_Mount_Cook" title="Aoraki / Mount Cook">Aoraki / Mount Cook</a> at 3,754 metres (12,316&#160;ft).<sup id="cite_ref-FOOTNOTEGarden200552_154-0" class="reference"><a href="#cite_note-FOOTNOTEGarden200552-154">[147]</a></sup> <a href="/wiki/Fiordland" title="Fiordland">Fiordland</a>'s steep mountains and deep <a href="/wiki/Fiord" class="mw-redirect" title="Fiord">fiords</a> record the extensive ice age glaciation of this southwestern corner of the South Island.<sup id="cite_ref-155" class="reference"><a href="#cite_note-155">[148]</a></sup> The North Island is less mountainous but is <a href="/wiki/Volcanology_of_New_Zealand" title="Volcanology of New Zealand">marked by volcanism</a>.<sup id="cite_ref-156" class="reference"><a href="#cite_note-156">[149]</a></sup> The highly active <a href="/wiki/Taupo_Volcanic_Zone" title="Taupo Volcanic Zone">Taupo Volcanic Zone</a> has formed a large <a href="/wiki/North_Island_Volcanic_Plateau" title="North Island Volcanic Plateau">volcanic plateau</a>, punctuated by the North Island's highest mountain, <a href="/wiki/Mount_Ruapehu" title="Mount Ruapehu">Mount Ruapehu</a> (2,797 metres (9,177&#160;ft)). The plateau also hosts the country's largest lake, <a href="/wiki/Lake_Taupo" title="Lake Taupo">Lake Taupo</a>,<sup id="cite_ref-157" class="reference"><a href="#cite_note-157">[150]</a></sup> nestled in the <a href="/wiki/Caldera" title="Caldera">caldera</a> of one of the world's most active <a href="/wiki/Supervolcano" title="Supervolcano">supervolcanoes</a>.<sup id="cite_ref-158" class="reference"><a href="#cite_note-158">[151]</a></sup>
+ </p>
+ <p>
+ The country owes its varied topography, and perhaps even its emergence above the waves, to the dynamic boundary it straddles between the <a href="/wiki/Pacific_Plate" title="Pacific Plate">Pacific</a> and <a href="/wiki/Indo-Australian_Plate" title="Indo-Australian Plate">Indo-Australian Plates</a>.<sup id="cite_ref-Keith_2009_159-0" class="reference"><a href="#cite_note-Keith_2009-159">[152]</a></sup> New Zealand is part of <a href="/wiki/Zealandia" title="Zealandia">Zealandia</a>, a <a href="/wiki/Microcontinent" class="mw-redirect" title="Microcontinent">microcontinent</a> nearly half the size of Australia that gradually submerged after breaking away from the <a href="/wiki/Gondwana" title="Gondwana">Gondwanan</a> supercontinent.<sup id="cite_ref-160" class="reference"><a href="#cite_note-160">[153]</a></sup> About 25 million years ago, a shift in <a href="/wiki/Plate_tectonic" class="mw-redirect" title="Plate tectonic">plate tectonic</a> movements began to <a href="/wiki/Kaikoura_Orogeny" class="mw-redirect" title="Kaikoura Orogeny">contort and crumple</a> the region. This is now most evident in the Southern Alps, formed by <a href="/wiki/Continental_collision" title="Continental collision">compression of the crust</a> beside the <a href="/wiki/Alpine_Fault" title="Alpine Fault">Alpine Fault</a>. Elsewhere the plate boundary involves the <a href="/wiki/Subduction" title="Subduction">subduction</a> of one plate under the other, producing the <a href="/wiki/Puysegur_Trench" title="Puysegur Trench">Puysegur Trench</a> to the south, the <a href="/wiki/Hikurangi_Trench" title="Hikurangi Trench">Hikurangi Trench</a> east of the North Island, and the <a href="/wiki/Kermadec_Trench" title="Kermadec Trench">Kermadec</a> and <a href="/wiki/Tonga_Trench" title="Tonga Trench">Tonga Trenches</a><sup id="cite_ref-161" class="reference"><a href="#cite_note-161">[154]</a></sup> further north.<sup id="cite_ref-Keith_2009_159-1" class="reference"><a href="#cite_note-Keith_2009-159">[152]</a></sup>
+ </p>
+ <p>
+ New Zealand is part of a region known as <a href="/wiki/Australasia" title="Australasia">Australasia</a>, together with Australia.<sup id="cite_ref-NZOD_162-0" class="reference"><a href="#cite_note-NZOD-162">[155]</a></sup> It also forms the southwestern extremity of the geographic and ethnographic region called <a href="/wiki/Polynesia" title="Polynesia">Polynesia</a>.<sup id="cite_ref-163" class="reference"><a href="#cite_note-163">[156]</a></sup> The term <a href="/wiki/Oceania" title="Oceania">Oceania</a> is often used to denote the wider region encompassing the <a href="/wiki/Australia_(continent)" title="Australia (continent)">Australian continent</a>, New Zealand and various islands in the Pacific Ocean that are not included in the <a href="/wiki/Continent" title="Continent">seven-continent</a> model.<sup id="cite_ref-164" class="reference"><a href="#cite_note-164">[157]</a></sup>
+ </p>
+ <div style="clear:both;"></div>
+ <ul class="gallery mw-gallery-packed">
+ <li class="gallerycaption">Landscapes of New Zealand
+ </li>
+ <li class="gallerybox" style="width: 182px">
+ <div style="width: 182px">
+ <div class="thumb" style="width: 180px;">
+ <div style="margin:0px auto;">
+ <a href="/wiki/File:NZ_Landscape.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/44/NZ_Landscape.jpg/270px-NZ_Landscape.jpg" decoding="async" width="180" height="120" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/44/NZ_Landscape.jpg/405px-NZ_Landscape.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/44/NZ_Landscape.jpg/540px-NZ_Landscape.jpg 2x" data-file-width="5963" data-file-height="3975" /></a>
+ </div>
+ </div>
+ <div class="gallerytext">
+ <p>
+ Rural scene near <a href="/wiki/Queenstown,_New_Zealand" title="Queenstown, New Zealand">Queenstown</a>
+ </p>
+ </div>
+ </div>
+ </li>
+ <li class="gallerybox" style="width: 182px">
+ <div style="width: 182px">
+ <div class="thumb" style="width: 180px;">
+ <div style="margin:0px auto;">
+ <a href="/wiki/File:Emerald_Lakes,_New_Zealand.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Emerald_Lakes%2C_New_Zealand.jpg/270px-Emerald_Lakes%2C_New_Zealand.jpg" decoding="async" width="180" height="120" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Emerald_Lakes%2C_New_Zealand.jpg/405px-Emerald_Lakes%2C_New_Zealand.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/61/Emerald_Lakes%2C_New_Zealand.jpg/540px-Emerald_Lakes%2C_New_Zealand.jpg 2x" data-file-width="4272" data-file-height="2848" /></a>
+ </div>
+ </div>
+ <div class="gallerytext">
+ <p>
+ The Emerald Lakes, <a href="/wiki/Mt_Tongariro" class="mw-redirect" title="Mt Tongariro">Mt Tongariro</a>
+ </p>
+ </div>
+ </div>
+ </li>
+ <li class="gallerybox" style="width: 181.33333333333px">
+ <div style="width: 181.33333333333px">
+ <div class="thumb" style="width: 179.33333333333px;">
+ <div style="margin:0px auto;">
+ <a href="/wiki/File:Lake_Gunn.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/269px-Lake_Gunn.jpg" decoding="async" width="180" height="120" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/404px-Lake_Gunn.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Lake_Gunn.jpg/538px-Lake_Gunn.jpg 2x" data-file-width="1000" data-file-height="669" /></a>
+ </div>
+ </div>
+ <div class="gallerytext">
+ <p>
+ <a href="/wiki/Lake_Gunn" title="Lake Gunn">Lake Gunn</a>
+ </p>
+ </div>
+ </div>
+ </li>
+ <li class="gallerybox" style="width: 181.33333333333px">
+ <div style="width: 181.33333333333px">
+ <div class="thumb" style="width: 179.33333333333px;">
+ <div style="margin:0px auto;">
+ <a href="/wiki/File:Pencarrow_Head,_Wellington,_New_Zealand_from_Santa_Regina,_24_Feb._2007.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/269px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg" decoding="async" width="180" height="120" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/404px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg/538px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg 2x" data-file-width="3872" data-file-height="2592" /></a>
+ </div>
+ </div>
+ <div class="gallerytext">
+ <p>
+ <a href="/wiki/Pencarrow_Head" title="Pencarrow Head">Pencarrow Head</a>, Wellington
+ </p>
+ </div>
+ </div>
+ </li>
+ </ul>
+ <h3>
+ <span class="mw-headline" id="Climate">Climate</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Climate_of_New_Zealand" title="Climate of New Zealand">Climate of New Zealand</a>
+ </div>
+ <p>
+ New Zealand's climate is predominantly temperate <a href="/wiki/Oceanic_climate" title="Oceanic climate">maritime</a> (<a href="/wiki/K%C3%B6ppen_climate_classification" title="Köppen climate classification">Köppen</a>: Cfb), with mean annual temperatures ranging from 10&#160;°C (50&#160;°F) in the south to 16&#160;°C (61&#160;°F) in the north.<sup id="cite_ref-Mullan2009_165-0" class="reference"><a href="#cite_note-Mullan2009-165">[158]</a></sup> Historical <a href="/wiki/Maxima_and_minima" title="Maxima and minima">maxima and minima</a> are 42.4&#160;°C (108.32&#160;°F) in <a href="/wiki/Rangiora" title="Rangiora">Rangiora</a>, <a href="/wiki/Canterbury,_New_Zealand" title="Canterbury, New Zealand">Canterbury</a> and −25.6&#160;°C (−14.08&#160;°F) in <a href="/wiki/Ranfurly,_New_Zealand" title="Ranfurly, New Zealand">Ranfurly</a>, <a href="/wiki/Otago" title="Otago">Otago</a>.<sup id="cite_ref-niwa_166-0" class="reference"><a href="#cite_note-niwa-166">[159]</a></sup> Conditions vary sharply across regions from extremely wet on the <a href="/wiki/West_Coast,_New_Zealand" title="West Coast, New Zealand">West Coast</a> of the South Island to almost <a href="/wiki/Semi-arid_climate" title="Semi-arid climate">semi-arid</a> in <a href="/wiki/Central_Otago" title="Central Otago">Central Otago</a> and the <a href="/wiki/Mackenzie_Basin" title="Mackenzie Basin">Mackenzie Basin</a> of inland Canterbury and <a href="/wiki/Subtropical" class="mw-redirect" title="Subtropical">subtropical</a> in <a href="/wiki/Northland_Peninsula" title="Northland Peninsula">Northland</a>.<sup id="cite_ref-167" class="reference"><a href="#cite_note-167">[160]</a></sup> Of the seven largest cities, <a href="/wiki/Christchurch" title="Christchurch">Christchurch</a> is the driest, receiving on average only 640 millimetres (25&#160;in) of rain per year and Wellington the wettest, receiving almost twice that amount.<sup id="cite_ref-168" class="reference"><a href="#cite_note-168">[161]</a></sup> Auckland, Wellington and Christchurch all receive a yearly average of more than 2,000 hours of sunshine. The southern and southwestern parts of the South Island have a cooler and cloudier climate, with around 1,400–1,600 hours; the northern and northeastern parts of the South Island are the sunniest areas of the country and receive about 2,400–2,500 hours.<sup id="cite_ref-169" class="reference"><a href="#cite_note-169">[162]</a></sup> The general snow season is early June until early October, though <a href="/wiki/Cold_snap" class="mw-redirect" title="Cold snap">cold snaps</a> can occur outside this season.<sup id="cite_ref-170" class="reference"><a href="#cite_note-170">[163]</a></sup> Snowfall is common in the eastern and southern parts of the South Island and mountain areas across the country.<sup id="cite_ref-Mullan2009_165-1" class="reference"><a href="#cite_note-Mullan2009-165">[158]</a></sup>
+ </p>
+ <p>
+ The table below lists climate normals for the warmest and coldest months in New Zealand's six largest cities. North Island cities are generally warmest in February. South Island cities are warmest in January.
+ </p>
+ <table class="wikitable collapsible sortable" style="margin:auto; width:25%;">
+ <caption>
+ Average daily maximum and minimum temperatures for the six largest cities of New Zealand<sup id="cite_ref-171" class="reference"><a href="#cite_note-171">[164]</a></sup>
+ </caption>
+ <tbody>
+ <tr>
+ <th>
+ Location
+ </th>
+ <th>
+ Jan/Feb (°C)
+ </th>
+ <th>
+ Jan/Feb (°F)
+ </th>
+ <th>
+ July (°C)
+ </th>
+ <th>
+ July (°F)
+ </th>
+ </tr>
+ <tr>
+ <td>
+ <a href="/wiki/Auckland" title="Auckland">Auckland</a>
+ </td>
+ <td>
+ 23/16
+ </td>
+ <td>
+ 74/60
+ </td>
+ <td>
+ 14/7
+ </td>
+ <td>
+ 58/45
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="/wiki/Wellington" title="Wellington">Wellington</a>
+ </td>
+ <td>
+ 20/13
+ </td>
+ <td>
+ 68/56
+ </td>
+ <td>
+ 11/6
+ </td>
+ <td>
+ 52/42
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="/wiki/Christchurch" title="Christchurch">Christchurch</a>
+ </td>
+ <td>
+ 22/12
+ </td>
+ <td>
+ 72/53
+ </td>
+ <td>
+ 10/0
+ </td>
+ <td>
+ 51/33
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>
+ </td>
+ <td>
+ 24/13
+ </td>
+ <td>
+ 75/56
+ </td>
+ <td>
+ 14/4
+ </td>
+ <td>
+ 57/39
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="/wiki/Tauranga" title="Tauranga">Tauranga</a>
+ </td>
+ <td>
+ 24/15
+ </td>
+ <td>
+ 75/59
+ </td>
+ <td>
+ 14/6
+ </td>
+ <td>
+ 58/42
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <a href="/wiki/Dunedin" title="Dunedin">Dunedin</a>
+ </td>
+ <td>
+ 19/11
+ </td>
+ <td>
+ 66/53
+ </td>
+ <td>
+ 10/3
+ </td>
+ <td>
+ 50/37
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <h3>
+ <span class="mw-headline" id="Biodiversity">Biodiversity</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Biodiversity_of_New_Zealand" title="Biodiversity of New Zealand">Biodiversity of New Zealand</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:172px;">
+ <a href="/wiki/File:TeTuatahianui.jpg" class="image"><img alt="Kiwi amongst sticks" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/170px-TeTuatahianui.jpg" decoding="async" width="170" height="227" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/255px-TeTuatahianui.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/82/TeTuatahianui.jpg/340px-TeTuatahianui.jpg 2x" data-file-width="994" data-file-height="1325" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:TeTuatahianui.jpg" class="internal" title="Enlarge"></a>
+ </div>The endemic flightless <a href="/wiki/Kiwi" title="Kiwi">kiwi</a> is a national icon.
+ </div>
+ </div>
+ </div>
+ <p>
+ New Zealand's <a href="/wiki/Geographic_isolation" class="mw-redirect" title="Geographic isolation">geographic isolation</a> for 80 million years<sup id="cite_ref-172" class="reference"><a href="#cite_note-172">[165]</a></sup> and island <a href="/wiki/Biogeography" title="Biogeography">biogeography</a> has influenced evolution of the country's species of <a href="/wiki/Fauna" title="Fauna">animals</a>, <a href="/wiki/Fungus" title="Fungus">fungi</a> and <a href="/wiki/Flora" title="Flora">plants</a>. Physical isolation has caused biological isolation, resulting in a dynamic evolutionary ecology with examples of very distinctive plants and animals as well as populations of widespread species.<sup id="cite_ref-173" class="reference"><a href="#cite_note-173">[166]</a></sup><sup id="cite_ref-174" class="reference"><a href="#cite_note-174">[167]</a></sup> About 82% of New Zealand's indigenous <a href="/wiki/Vascular_plant" title="Vascular plant">vascular plants</a> are <a href="/wiki/Endemism" title="Endemism">endemic</a>, covering 1,944 species across 65 <a href="/wiki/Genus" title="Genus">genera</a>.<sup id="cite_ref-FAQ_175-0" class="reference"><a href="#cite_note-FAQ-175">[168]</a></sup><sup id="cite_ref-NZPCN_2006_176-0" class="reference"><a href="#cite_note-NZPCN_2006-176">[169]</a></sup> The number of fungi recorded from New Zealand, including lichen-forming species, is not known, nor is the proportion of those fungi which are endemic, but one estimate suggests there are about 2,300 species of lichen-forming fungi in New Zealand<sup id="cite_ref-FAQ_175-1" class="reference"><a href="#cite_note-FAQ-175">[168]</a></sup> and 40% of these are endemic.<sup id="cite_ref-177" class="reference"><a href="#cite_note-177">[170]</a></sup> The two main types of forest are those dominated by broadleaf trees with emergent <a href="/wiki/Podocarp" class="mw-redirect" title="Podocarp">podocarps</a>, or by <a href="/wiki/Nothofagus" title="Nothofagus">southern beech</a> in cooler climates.<sup id="cite_ref-178" class="reference"><a href="#cite_note-178">[171]</a></sup> The remaining vegetation types consist of grasslands, the majority of which are <a href="/wiki/Tussock_grasslands_of_New_Zealand" title="Tussock grasslands of New Zealand">tussock</a>.<sup id="cite_ref-179" class="reference"><a href="#cite_note-179">[172]</a></sup>
+ </p>
+ <p>
+ Before the arrival of humans, an estimated 80% of the land was covered in forest, with only <a href="/wiki/Tree_line" title="Tree line">high alpine</a>, wet, infertile and volcanic areas without trees.<sup id="cite_ref-180" class="reference"><a href="#cite_note-180">[173]</a></sup> Massive <a href="/wiki/Deforestation_in_New_Zealand" title="Deforestation in New Zealand">deforestation</a> occurred after humans arrived, with around half the forest cover lost to fire after Polynesian settlement.<sup id="cite_ref-181" class="reference"><a href="#cite_note-181">[174]</a></sup> Much of the remaining forest fell after European settlement, being logged or cleared to make room for pastoral farming, leaving forest occupying only 23% of the land.<sup id="cite_ref-182" class="reference"><a href="#cite_note-182">[175]</a></sup>
+ </p>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg" class="image"><img alt="An artist's rendition of a Haast's eagle attacking two moa" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/220px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg" decoding="async" width="220" height="176" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/330px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg/440px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg 2x" data-file-width="1375" data-file-height="1101" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg" class="internal" title="Enlarge"></a>
+ </div>The giant <a href="/wiki/Haast%27s_eagle" title="Haast's eagle">Haast's eagle</a> died out when humans hunted its main prey, the <a href="/wiki/Moa" title="Moa">moa</a>, to extinction.
+ </div>
+ </div>
+ </div>
+ <p>
+ The forests were dominated by <a href="/wiki/Birds_of_New_Zealand" title="Birds of New Zealand">birds</a>, and the lack of mammalian predators led to some like the <a href="/wiki/Kiwi" title="Kiwi">kiwi</a>, <a href="/wiki/Kakapo" title="Kakapo">kakapo</a>, <a href="/wiki/Weka" title="Weka">weka</a> and <a href="/wiki/Takah%C4%93" class="mw-redirect" title="Takahē">takahē</a> evolving <a href="/wiki/Flightless_bird" title="Flightless bird">flightlessness</a>.<sup id="cite_ref-183" class="reference"><a href="#cite_note-183">[176]</a></sup> The arrival of humans, associated changes to habitat, and the introduction of <a href="/wiki/Polynesian_rat" title="Polynesian rat">rats</a>, ferrets and other mammals led to the <a href="/wiki/List_of_New_Zealand_animals_extinct_in_the_Holocene" title="List of New Zealand animals extinct in the Holocene">extinction</a> of many bird species, including <a href="/wiki/Megafauna" title="Megafauna">large birds</a> like the <a href="/wiki/Moa" title="Moa">moa</a> and <a href="/wiki/Haast%27s_eagle" title="Haast's eagle">Haast's eagle</a>.<sup id="cite_ref-Holdaway2009_184-0" class="reference"><a href="#cite_note-Holdaway2009-184">[177]</a></sup><sup id="cite_ref-185" class="reference"><a href="#cite_note-185">[178]</a></sup>
+ </p>
+ <p>
+ Other indigenous animals are represented by reptiles (<a href="/wiki/Tuatara" title="Tuatara">tuatara</a>, <a href="/wiki/Skink" title="Skink">skinks</a> and <a href="/wiki/List_of_geckos_of_New_Zealand" title="List of geckos of New Zealand">geckos</a>), <a href="/wiki/Leiopelmatidae" class="mw-redirect" title="Leiopelmatidae">frogs</a>,<sup id="cite_ref-186" class="reference"><a href="#cite_note-186">[179]</a></sup> <a href="/wiki/Spiders_of_New_Zealand" title="Spiders of New Zealand">spiders</a>,<sup id="cite_ref-187" class="reference"><a href="#cite_note-187">[180]</a></sup> insects (<a href="/wiki/Weta" title="Weta">weta</a>)<sup id="cite_ref-188" class="reference"><a href="#cite_note-188">[181]</a></sup> and snails.<sup id="cite_ref-189" class="reference"><a href="#cite_note-189">[182]</a></sup> Some, such as the tuatara, are so unique that they have been called <a href="/wiki/Living_fossil" title="Living fossil">living fossils</a>.<sup id="cite_ref-190" class="reference"><a href="#cite_note-190">[183]</a></sup> Three species of bats (<a href="/wiki/New_Zealand_greater_short-tailed_bat" title="New Zealand greater short-tailed bat">one</a> since extinct) were the only sign of native land mammals in New Zealand until the 2006 discovery of bones from <a href="/wiki/Saint_Bathans_mammal" title="Saint Bathans mammal">a unique, mouse-sized land mammal</a> at least 16 million years old.<sup id="cite_ref-191" class="reference"><a href="#cite_note-191">[184]</a></sup><sup id="cite_ref-192" class="reference"><a href="#cite_note-192">[185]</a></sup> Marine mammals however are abundant, with almost half the world's <a href="/wiki/Cetacea" title="Cetacea">cetaceans</a> (whales, dolphins, and <a href="/wiki/Porpoise" title="Porpoise">porpoises</a>) and large numbers of <a href="/wiki/Fur_seal" title="Fur seal">fur seals</a> reported in New Zealand waters.<sup id="cite_ref-193" class="reference"><a href="#cite_note-193">[186]</a></sup> Many seabirds breed in New Zealand, a third of them unique to the country.<sup id="cite_ref-194" class="reference"><a href="#cite_note-194">[187]</a></sup> More <a href="/wiki/List_of_birds_of_New_Zealand#Penguins" title="List of birds of New Zealand">penguin</a> species are found in New Zealand than in any other country.<sup id="cite_ref-195" class="reference"><a href="#cite_note-195">[188]</a></sup>
+ </p>
+ <p>
+ Since human arrival, almost half of the country's vertebrate species have become extinct, including at least fifty-one birds, three frogs, three lizards, one freshwater fish, and one bat. Others are endangered or have had their range severely reduced.<sup id="cite_ref-Holdaway2009_184-1" class="reference"><a href="#cite_note-Holdaway2009-184">[177]</a></sup> However, New Zealand conservationists have pioneered several methods to help threatened wildlife recover, including island sanctuaries, pest control, wildlife translocation, fostering, and ecological <a href="/wiki/Island_restoration" title="Island restoration">restoration of islands</a> and <a href="/wiki/Ecological_island" title="Ecological island">other selected areas</a>.<sup id="cite_ref-196" class="reference"><a href="#cite_note-196">[189]</a></sup><sup id="cite_ref-197" class="reference"><a href="#cite_note-197">[190]</a></sup><sup id="cite_ref-198" class="reference"><a href="#cite_note-198">[191]</a></sup><sup id="cite_ref-199" class="reference"><a href="#cite_note-199">[192]</a></sup>
+ </p>
+ <div style="clear:both;"></div>
+ <h2>
+ <span class="mw-headline" id="Economy">Economy</span>
+ </h2>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Economy_of_New_Zealand" title="Economy of New Zealand">Economy of New Zealand</a>
+ </div>
+ <div role="note" class="hatnote navigation-not-searchable">
+ See also: <a href="/wiki/List_of_companies_of_New_Zealand" title="List of companies of New Zealand">List of companies of New Zealand</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Auckland_Waterfrt.jpg" class="image"><img alt="Boats docked in blue-green water. Plate glass skyscrapers rising up in the background." src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/220px-Auckland_Waterfrt.jpg" decoding="async" width="220" height="145" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/330px-Auckland_Waterfrt.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Auckland_Waterfrt.jpg/440px-Auckland_Waterfrt.jpg 2x" data-file-width="4568" data-file-height="3019" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Auckland_Waterfrt.jpg" class="internal" title="Enlarge"></a>
+ </div><a href="/wiki/Auckland_waterfront" title="Auckland waterfront">Waterfront</a> along <a href="/wiki/Auckland_CBD" title="Auckland CBD">Auckland CBD</a>, a major hub of economic activity
+ </div>
+ </div>
+ </div>
+ <p>
+ New Zealand has an <a href="/wiki/Advanced_economy" class="mw-redirect" title="Advanced economy">advanced</a> <a href="/wiki/Market_economy" title="Market economy">market economy</a>,<sup id="cite_ref-200" class="reference"><a href="#cite_note-200">[193]</a></sup> ranked 16th in the 2018<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup> <a href="/wiki/Human_Development_Index" title="Human Development Index">Human Development Index</a><sup id="cite_ref-HDI_12-1" class="reference"><a href="#cite_note-HDI-12">[8]</a></sup> and third in the 2018<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup> <a href="/wiki/Index_of_Economic_Freedom" title="Index of Economic Freedom">Index of Economic Freedom</a>.<sup id="cite_ref-201" class="reference"><a href="#cite_note-201">[194]</a></sup> It is a <a href="/wiki/High-income_economy" class="mw-redirect" title="High-income economy">high-income economy</a> with a <a href="/wiki/Nominal_value" class="mw-redirect" title="Nominal value">nominal</a> <a href="/wiki/Gross_domestic_product" title="Gross domestic product">gross domestic product</a> (GDP) per capita of <a href="/wiki/United_States_dollar" title="United States dollar">US$</a>36,254.<sup id="cite_ref-imf2_10-4" class="reference"><a href="#cite_note-imf2-10">[6]</a></sup> The currency is the <a href="/wiki/New_Zealand_dollar" title="New Zealand dollar">New Zealand dollar</a>, informally known as the "Kiwi dollar"; it also circulates in the Cook Islands (see <a href="/wiki/Cook_Islands_dollar" title="Cook Islands dollar">Cook Islands dollar</a>), Niue, Tokelau, and the <a href="/wiki/Pitcairn_Islands" title="Pitcairn Islands">Pitcairn Islands</a>.<sup id="cite_ref-202" class="reference"><a href="#cite_note-202">[195]</a></sup>
+ </p>
+ <p>
+ Historically, extractive industries have contributed strongly to New Zealand's economy, focussing at different times on sealing, whaling, <a href="/wiki/Phormium" title="Phormium">flax</a>, gold, <a href="/wiki/Kauri_gum" title="Kauri gum">kauri gum</a>, and native timber.<sup id="cite_ref-RWT_export_evolution_203-0" class="reference"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> The first shipment of refrigerated meat on the <i><a href="/wiki/Dunedin_(ship)" title="Dunedin (ship)">Dunedin</a></i> in 1882 led to the establishment of meat and dairy exports to Britain, a trade which provided the basis for strong economic growth in New Zealand.<sup id="cite_ref-204" class="reference"><a href="#cite_note-204">[197]</a></sup> High demand for agricultural products from the United Kingdom and the United States helped New Zealanders achieve higher living standards than both Australia and Western Europe in the 1950s and 1960s.<sup id="cite_ref-205" class="reference"><a href="#cite_note-205">[198]</a></sup> In 1973, New Zealand's export market was reduced when the United Kingdom joined the <a href="/wiki/European_Economic_Community" title="European Economic Community">European Economic Community</a><sup id="cite_ref-206" class="reference"><a href="#cite_note-206">[199]</a></sup> and other compounding factors, such as the <a href="/wiki/1973_oil_crisis" title="1973 oil crisis">1973 oil</a> and <a href="/wiki/1979_oil_crisis" title="1979 oil crisis">1979 energy</a> crises, led to a severe <a href="/wiki/Depression_(economics)" title="Depression (economics)">economic depression</a>.<sup id="cite_ref-207" class="reference"><a href="#cite_note-207">[200]</a></sup> Living standards in New Zealand fell behind those of Australia and Western Europe, and by 1982 New Zealand had the lowest per-capita income of all the developed nations surveyed by <a href="/wiki/World_Bank_Group" title="World Bank Group">the World Bank</a>.<sup id="cite_ref-208" class="reference"><a href="#cite_note-208">[201]</a></sup> In the mid-1980s New Zealand deregulated its <a href="/wiki/Agriculture_in_New_Zealand" title="Agriculture in New Zealand">agricultural sector</a> by phasing out <a href="/wiki/Agricultural_subsidy" title="Agricultural subsidy">subsidies</a> over a three-year period.<sup id="cite_ref-209" class="reference"><a href="#cite_note-209">[202]</a></sup><sup id="cite_ref-210" class="reference"><a href="#cite_note-210">[203]</a></sup> Since 1984, successive governments engaged in major <a href="/wiki/Macroeconomic" class="mw-redirect" title="Macroeconomic">macroeconomic</a> restructuring (known first as <a href="/wiki/Rogernomics" title="Rogernomics">Rogernomics</a> and then <a href="/wiki/Ruthanasia" title="Ruthanasia">Ruthanasia</a>), rapidly transforming New Zealand from a <a href="/wiki/Protectionism" title="Protectionism">protected</a> and highly regulated economy to a liberalised <a href="/wiki/Free-trade" class="mw-redirect" title="Free-trade">free-trade</a> economy.<sup id="cite_ref-Liberalisation_211-0" class="reference"><a href="#cite_note-Liberalisation-211">[204]</a></sup><sup id="cite_ref-212" class="reference"><a href="#cite_note-212">[205]</a></sup>
+ </p>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:MilfordSound.jpg" class="image"><img alt="Blue water against a backdrop of snow-capped mountains" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/220px-MilfordSound.jpg" decoding="async" width="220" height="147" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/330px-MilfordSound.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/42/MilfordSound.jpg/440px-MilfordSound.jpg 2x" data-file-width="2048" data-file-height="1364" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:MilfordSound.jpg" class="internal" title="Enlarge"></a>
+ </div><a href="/wiki/Milford_Sound" title="Milford Sound">Milford Sound</a> is one of New Zealand's most famous tourist destinations.<sup id="cite_ref-213" class="reference"><a href="#cite_note-213">[206]</a></sup>
+ </div>
+ </div>
+ </div>
+ <p>
+ Unemployment peaked above 10% in 1991 and 1992,<sup id="cite_ref-unemployment_214-0" class="reference"><a href="#cite_note-unemployment-214">[207]</a></sup> following the <a href="/wiki/Black_Monday_(1987)" title="Black Monday (1987)">1987 share market crash</a>, but eventually fell to a record low (since 1986) of 3.7% in 2007 (ranking third from twenty-seven comparable OECD nations).<sup id="cite_ref-unemployment_214-1" class="reference"><a href="#cite_note-unemployment-214">[207]</a></sup> However, the <a href="/wiki/Financial_crisis_of_2007%E2%80%932008" title="Financial crisis of 2007–2008">global financial crisis</a> that followed had a major impact on New Zealand, with the GDP shrinking for five consecutive quarters, the longest recession in over thirty years,<sup id="cite_ref-215" class="reference"><a href="#cite_note-215">[208]</a></sup><sup id="cite_ref-216" class="reference"><a href="#cite_note-216">[209]</a></sup> and unemployment rising back to 7% in late 2009.<sup id="cite_ref-217" class="reference"><a href="#cite_note-217">[210]</a></sup> Unemployment rates for different age groups follow similar trends, but are consistently higher among youth. In the December 2014 quarter, the general unemployment rate was around 5.8%, while the unemployment rate for youth aged 15 to 21 was 15.6%.<sup id="cite_ref-unemployment_214-2" class="reference"><a href="#cite_note-unemployment-214">[207]</a></sup> New Zealand has experienced a series of "<a href="/wiki/Brain_drain" class="mw-redirect" title="Brain drain">brain drains</a>" since the 1970s<sup id="cite_ref-218" class="reference"><a href="#cite_note-218">[211]</a></sup> that still continue today.<sup id="cite_ref-219" class="reference"><a href="#cite_note-219">[212]</a></sup> Nearly one quarter of highly skilled workers live overseas, mostly in Australia and Britain, which is the largest proportion from any developed nation.<sup id="cite_ref-220" class="reference"><a href="#cite_note-220">[213]</a></sup> In recent decades, however, a "brain gain" has brought in educated professionals from Europe and less developed countries.<sup id="cite_ref-221" class="reference"><a href="#cite_note-221">[214]</a></sup><sup id="cite_ref-FOOTNOTEBain200644_222-0" class="reference"><a href="#cite_note-FOOTNOTEBain200644-222">[215]</a></sup> Today New Zealand's economy benefits from a high level of <a href="/wiki/Innovation" title="Innovation">innovation</a>.<sup id="cite_ref-223" class="reference"><a href="#cite_note-223">[216]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Trade">Trade</span>
+ </h3>
+ <p>
+ New Zealand is heavily dependent on international trade,<sup id="cite_ref-224" class="reference"><a href="#cite_note-224">[217]</a></sup> particularly in agricultural products.<sup id="cite_ref-225" class="reference"><a href="#cite_note-225">[218]</a></sup> Exports account for 24% of its output,<sup id="cite_ref-CIA_150-1" class="reference"><a href="#cite_note-CIA-150">[143]</a></sup> making New Zealand vulnerable to international commodity prices and global <a href="/wiki/Recession" title="Recession">economic slowdowns</a>. Food products made up 55% of the value of all the country's exports in 2014; wood was the second largest earner (7%).<sup id="cite_ref-226" class="reference"><a href="#cite_note-226">[219]</a></sup> New Zealand's main trading partners, as at June 2018<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup>, are China (<a href="/wiki/NZ$" class="mw-redirect" title="NZ$">NZ$</a>27.8b), Australia ($26.2b), the <a href="/wiki/European_Union" title="European Union">European Union</a> ($22.9b), the United States ($17.6b), and Japan ($8.4b).<sup id="cite_ref-GSTC_StatNZ_227-0" class="reference"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> On 7 April 2008, New Zealand and China signed the <a href="/wiki/New_Zealand%E2%80%93China_Free_Trade_Agreement" title="New Zealand–China Free Trade Agreement">New Zealand–China Free Trade Agreement</a>, the first such agreement China has signed with a developed country.<sup id="cite_ref-228" class="reference"><a href="#cite_note-228">[221]</a></sup> The service sector is the largest sector in the economy, followed by manufacturing and construction and then farming and raw material extraction.<sup id="cite_ref-CIA_150-2" class="reference"><a href="#cite_note-CIA-150">[143]</a></sup> <a href="/wiki/Tourism_in_New_Zealand" title="Tourism in New Zealand">Tourism</a> plays a significant role in the economy, contributing $12.9 billion (or 5.6%) to New Zealand's total GDP and supporting 7.5% of the total workforce in 2016.<sup id="cite_ref-TourismStats_229-0" class="reference"><a href="#cite_note-TourismStats-229">[222]</a></sup> International visitor arrivals are expected to increase at a rate of 5.4% annually up to 2022.<sup id="cite_ref-TourismStats_229-1" class="reference"><a href="#cite_note-TourismStats-229">[222]</a></sup>
+ </p>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Fauna_de_Nueva_Zelanda07.JPG" class="image"><img alt="A Romney ewe with her two lambs" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/220px-Fauna_de_Nueva_Zelanda07.JPG" decoding="async" width="220" height="147" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/330px-Fauna_de_Nueva_Zelanda07.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Fauna_de_Nueva_Zelanda07.JPG/440px-Fauna_de_Nueva_Zelanda07.JPG 2x" data-file-width="3888" data-file-height="2592" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Fauna_de_Nueva_Zelanda07.JPG" class="internal" title="Enlarge"></a>
+ </div>Wool has historically been one of New Zealand's major exports.
+ </div>
+ </div>
+ </div>
+ <p>
+ Wool was New Zealand's major agricultural export during the late 19th century.<sup id="cite_ref-RWT_export_evolution_203-1" class="reference"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> Even as late as the 1960s it made up over a third of all export revenues,<sup id="cite_ref-RWT_export_evolution_203-2" class="reference"><a href="#cite_note-RWT_export_evolution-203">[196]</a></sup> but since then its price has steadily dropped relative to other commodities<sup id="cite_ref-230" class="reference"><a href="#cite_note-230">[223]</a></sup> and wool is no longer profitable for many farmers.<sup id="cite_ref-231" class="reference"><a href="#cite_note-231">[224]</a></sup> In contrast <a href="/wiki/Dairy_farming_in_New_Zealand" title="Dairy farming in New Zealand">dairy farming</a> increased, with the number of dairy cows doubling between 1990 and 2007,<sup id="cite_ref-232" class="reference"><a href="#cite_note-232">[225]</a></sup> to become New Zealand's largest export earner.<sup id="cite_ref-233" class="reference"><a href="#cite_note-233">[226]</a></sup> In the year to June 2018, dairy products accounted for 17.7% ($14.1 billion) of total exports,<sup id="cite_ref-GSTC_StatNZ_227-1" class="reference"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> and the country's largest company, <a href="/wiki/Fonterra" title="Fonterra">Fonterra</a>, controls almost one-third of the international dairy trade.<sup id="cite_ref-234" class="reference"><a href="#cite_note-234">[227]</a></sup> Other exports in 2017-18 were meat (8.8%), wood and wood products (6.2%), fruit (3.6%), machinery (2.2%) and wine (2.1%).<sup id="cite_ref-GSTC_StatNZ_227-2" class="reference"><a href="#cite_note-GSTC_StatNZ-227">[220]</a></sup> <a href="/wiki/New_Zealand_wine" title="New Zealand wine">New Zealand's wine</a> industry has followed a similar trend to dairy, the number of vineyards doubling over the same period,<sup id="cite_ref-235" class="reference"><a href="#cite_note-235">[228]</a></sup> overtaking wool exports for the first time in 2007.<sup id="cite_ref-236" class="reference"><a href="#cite_note-236">[229]</a></sup><sup id="cite_ref-237" class="reference"><a href="#cite_note-237">[230]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Infrastructure">Infrastructure</span>
+ </h3>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Air_New_Zealand,_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_(27091961041).jpg" class="image"><img alt="A mid-size jet airliner in flight. The plane livery is all-black and features a New Zealand silver fern mark." src="//upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/220px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg" decoding="async" width="220" height="147" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/330px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/11/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg/440px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg 2x" data-file-width="5625" data-file-height="3750" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Air_New_Zealand,_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_(27091961041).jpg" class="internal" title="Enlarge"></a>
+ </div>A <a href="/wiki/Boeing_787_Dreamliner" title="Boeing 787 Dreamliner">Boeing 787-9 Dreamliner</a> of <a href="/wiki/Air_New_Zealand" title="Air New Zealand">Air New Zealand</a>, the flag carrier of New Zealand
+ </div>
+ </div>
+ </div>
+ <p>
+ In 2015, <a href="/wiki/Renewable_energy_in_New_Zealand" title="Renewable energy in New Zealand">renewable energy</a>, primarily <a href="/wiki/Geothermal_power_in_New_Zealand" title="Geothermal power in New Zealand">geothermal</a> and <a href="/wiki/Hydroelectric_power_in_New_Zealand" title="Hydroelectric power in New Zealand">hydroelectric power</a>, generated 40.1% of <a href="/wiki/Energy_in_New_Zealand" title="Energy in New Zealand">New Zealand's gross energy</a> supply.<sup id="cite_ref-Energy2015_238-0" class="reference"><a href="#cite_note-Energy2015-238">[231]</a></sup> Geothermal power alone accounted for 22% of New Zealand's energy in 2015.<sup id="cite_ref-Energy2015_238-1" class="reference"><a href="#cite_note-Energy2015-238">[231]</a></sup>
+ </p>
+ <p>
+ The provision of <a href="/wiki/Water_supply_and_sanitation_in_New_Zealand" title="Water supply and sanitation in New Zealand">water supply and sanitation</a> is generally of good quality. Regional authorities provide water abstraction, treatment and distribution infrastructure to most developed areas.<sup id="cite_ref-239" class="reference"><a href="#cite_note-239">[232]</a></sup><sup id="cite_ref-240" class="reference"><a href="#cite_note-240">[233]</a></sup>
+ </p>
+ <p>
+ <a href="/wiki/Transport_in_New_Zealand" title="Transport in New Zealand">New Zealand's transport</a> network comprises 94,000 kilometres (58,410&#160;mi) of roads, including 199 kilometres (124&#160;mi) of motorways,<sup id="cite_ref-241" class="reference"><a href="#cite_note-241">[234]</a></sup> and 4,128 kilometres (2,565&#160;mi) of railway lines.<sup id="cite_ref-CIA_150-3" class="reference"><a href="#cite_note-CIA-150">[143]</a></sup> Most major cities and towns are linked by bus services, although the private car is the predominant mode of transport.<sup id="cite_ref-242" class="reference"><a href="#cite_note-242">[235]</a></sup> The <a href="/wiki/Rail_transport_in_New_Zealand" title="Rail transport in New Zealand">railways</a> were privatised in 1993, but were re-nationalised by the government in stages between 2004 and 2008. The state-owned enterprise <a href="/wiki/KiwiRail" title="KiwiRail">KiwiRail</a> now operates the railways, with the exception of commuter services in Auckland and Wellington which are operated by <a href="/wiki/Transdev_Auckland" title="Transdev Auckland">Transdev</a><sup id="cite_ref-243" class="reference"><a href="#cite_note-243">[236]</a></sup> and <a href="/wiki/Public_transport_in_the_Wellington_Region" title="Public transport in the Wellington Region">Metlink</a>,<sup id="cite_ref-244" class="reference"><a href="#cite_note-244">[237]</a></sup> respectively. Railways run the length of the country, although most lines now carry freight rather than passengers.<sup id="cite_ref-245" class="reference"><a href="#cite_note-245">[238]</a></sup> Most international visitors arrive via air<sup id="cite_ref-246" class="reference"><a href="#cite_note-246">[239]</a></sup> and New Zealand has <a href="/wiki/List_of_airports_in_New_Zealand" title="List of airports in New Zealand">six international airports</a>, but currently<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup> only the <a href="/wiki/Auckland_Airport" title="Auckland Airport">Auckland</a> and <a href="/wiki/Christchurch_International_Airport" title="Christchurch International Airport">Christchurch airports</a> connect directly with countries other than Australia or Fiji.<sup id="cite_ref-247" class="reference"><a href="#cite_note-247">[240]</a></sup>
+ </p>
+ <p>
+ The <a href="/wiki/New_Zealand_Post_Office" title="New Zealand Post Office">New Zealand Post Office</a> had a monopoly over <a href="/wiki/Telecommunications_in_New_Zealand" title="Telecommunications in New Zealand">telecommunications in New Zealand</a> until 1987 when <a href="/wiki/Spark_New_Zealand" title="Spark New Zealand">Telecom New Zealand</a> was formed, initially as a state-owned enterprise and then privatised in 1990.<sup id="cite_ref-Wilson2010_248-0" class="reference"><a href="#cite_note-Wilson2010-248">[241]</a></sup> <a href="/wiki/Chorus_Limited" title="Chorus Limited">Chorus</a>, which was split from Telecom (now Spark) in 2011,<sup id="cite_ref-249" class="reference"><a href="#cite_note-249">[242]</a></sup> still owns the majority of the telecommunications infrastructure, but competition from other providers has increased.<sup id="cite_ref-Wilson2010_248-1" class="reference"><a href="#cite_note-Wilson2010-248">[241]</a></sup> A large-scale rollout of gigabit-capable <a href="/wiki/Fibre_to_the_premises" class="mw-redirect" title="Fibre to the premises">fibre to the premises</a>, branded as <a href="/wiki/Ultra-Fast_Broadband" title="Ultra-Fast Broadband">Ultra-Fast Broadband</a>, began in 2009 with a target of being available to 87% of the population by 2022.<sup id="cite_ref-250" class="reference"><a href="#cite_note-250">[243]</a></sup> As of 2017<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup>, the United Nations <a href="/wiki/International_Telecommunication_Union" title="International Telecommunication Union">International Telecommunication Union</a> ranks New Zealand 13th in the development of information and communications infrastructure.<sup id="cite_ref-251" class="reference"><a href="#cite_note-251">[244]</a></sup>
+ </p>
+ <h2>
+ <span class="mw-headline" id="Demography">Demography</span>
+ </h2>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Demographics_of_New_Zealand" title="Demographics of New Zealand">Demographics of New Zealand</a>
+ </div>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:282px;">
+ <a href="/wiki/File:New_Zealandpop.svg" class="image"><img alt="Stationary population pyramid broken down into 21 age ranges." src="//upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/280px-New_Zealandpop.svg.png" decoding="async" width="280" height="210" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/420px-New_Zealandpop.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/27/New_Zealandpop.svg/560px-New_Zealandpop.svg.png 2x" data-file-width="800" data-file-height="600" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:New_Zealandpop.svg" class="internal" title="Enlarge"></a>
+ </div><a href="/wiki/Population_pyramid" title="Population pyramid">Population pyramid</a> (2017)
+ </div>
+ </div>
+ </div>
+ <p>
+ The <a href="/wiki/2013_New_Zealand_census" title="2013 New Zealand census">2013 New Zealand census</a> enumerated a resident population of 4,242,048, an increase of 5.3% over the 2006 figure.<sup id="cite_ref-252" class="reference"><a href="#cite_note-252">[245]</a></sup><sup id="cite_ref-254" class="reference"><a href="#cite_note-254">[n 8]</a></sup> As of September 2019, the total population has risen to an estimated 4,933,210.<sup id="cite_ref-populationestimate_9-1" class="reference"><a href="#cite_note-populationestimate-9">[5]</a></sup>
+ </p>
+ <p>
+ New Zealand is a predominantly urban country, with 73.0% of the population living in the seventeen main <a href="/wiki/Urban_area" title="Urban area">urban areas</a> (i.e. population 30,000 or greater) and 55.1% living in the four largest cities of <a href="/wiki/Auckland" title="Auckland">Auckland</a>, <a href="/wiki/Christchurch" title="Christchurch">Christchurch</a>, <a href="/wiki/Wellington" title="Wellington">Wellington</a>, and <a href="/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>.<sup id="cite_ref-Urban_255-0" class="reference"><a href="#cite_note-Urban-255">[247]</a></sup> New Zealand cities generally rank highly on international livability measures. For instance, in 2016 Auckland was ranked the world's third <a href="/wiki/Most_liveable_city" class="mw-redirect" title="Most liveable city">most liveable city</a> and Wellington the twelfth by the <a href="/wiki/Mercer_Quality_of_Living_Survey" title="Mercer Quality of Living Survey">Mercer Quality of Living Survey</a>.<sup id="cite_ref-256" class="reference"><a href="#cite_note-256">[248]</a></sup>
+ </p>
+ <p>
+ Life expectancy for New Zealanders in 2012 was 84 years for females, and 80.2 years for males.<sup id="cite_ref-257" class="reference"><a href="#cite_note-257">[249]</a></sup> Life expectancy at birth is forecast to increase from 80 years to 85 years in 2050 and infant mortality is expected to decline.<sup id="cite_ref-UNtwspop_258-0" class="reference"><a href="#cite_note-UNtwspop-258">[250]</a></sup> New Zealand's <a href="/wiki/Fertility_rate" class="mw-redirect" title="Fertility rate">fertility rate</a> of 2.1 is relatively high for a developed country, and natural births account for a significant proportion of <a href="/wiki/Replacement_fertility_rate" class="mw-redirect" title="Replacement fertility rate">population growth</a>. Consequently, the country has a young population compared to most industrialised nations, with 20% of New Zealanders being 14 years old or younger.<sup id="cite_ref-CIA_150-4" class="reference"><a href="#cite_note-CIA-150">[143]</a></sup> In 2018 the <a href="/wiki/Median_age" class="mw-redirect" title="Median age">median age</a> of the New Zealand population was 38.1 years.<sup id="cite_ref-259" class="reference"><a href="#cite_note-259">[251]</a></sup> By 2050 the median age is projected to rise to 43 years and the percentage of people 60 years of age and older to rise from 18% to 29%.<sup id="cite_ref-UNtwspop_258-1" class="reference"><a href="#cite_note-UNtwspop-258">[250]</a></sup> In 2008 the leading cause of premature death was <a href="/wiki/Cancer" title="Cancer">cancer</a>, at 29.8%, followed by <a href="/wiki/Ischaemic_heart_disease" class="mw-redirect" title="Ischaemic heart disease">ischaemic heart disease</a>, 19.7%, and then <a href="/wiki/Cerebrovascular_disease" title="Cerebrovascular disease">cerebrovascular disease</a>, 9.2%.<sup id="cite_ref-260" class="reference"><a href="#cite_note-260">[252]</a></sup> As of 2016<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup>, total expenditure on <a href="/wiki/Health_care_in_New_Zealand" title="Health care in New Zealand">health care</a> (including private sector spending) is 9.2% of GDP.<sup id="cite_ref-261" class="reference"><a href="#cite_note-261">[253]</a></sup><br />
+ </p>
+ <table class="navbox">
+ <tbody>
+ <tr>
+ <th colspan="10" class="navbox-title">
+ <div style="float:right; width:6em; height:2.6em">
+ &#160;
+ </div>
+ <div class="plainlinks hlist navbar mini" style="float: left;height:2.6em;">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:Largest_cities_in_New_Zealand" title="Template:Largest cities in New Zealand"><abbr title="View this template">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:Largest_cities_in_New_Zealand" title="Template talk:Largest cities in New Zealand"><abbr title="Discuss this template">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Largest_cities_in_New_Zealand&amp;action=edit"><abbr title="Edit this template">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div style="height:2.6em;line-height:1.3em;">
+ <span style="font-size:110%;">Largest urban areas in New Zealand</span><br />
+ <div style="display:inline;font-weight:normal;">
+ <a href="/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a> June 2018 estimate (<abbr title="New Zealand Standard Areas Classification 1992">NZSAC92</abbr> boundaries)<sup id="cite_ref-NZ_population_data_262-0" class="reference"><a href="#cite_note-NZ_population_data-262">[254]</a></sup>
+ </div>
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th></th>
+ <th>
+ <a href="/wiki/List_of_New_Zealand_urban_areas_by_population" title="List of New Zealand urban areas by population">Rank</a>
+ </th>
+ <th>
+ <a href="/wiki/List_of_cities_in_New_Zealand" title="List of cities in New Zealand">Name</a>
+ </th>
+ <th>
+ <a href="/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">Region</a>
+ </th>
+ <th>
+ <a href="/wiki/List_of_New_Zealand_urban_areas_by_population" title="List of New Zealand urban areas by population">Pop.</a>
+ </th>
+ <th>
+ <a href="/wiki/List_of_New_Zealand_urban_areas_by_population" title="List of New Zealand urban areas by population">Rank</a>
+ </th>
+ <th>
+ <a href="/wiki/List_of_cities_in_New_Zealand" title="List of cities in New Zealand">Name</a>
+ </th>
+ <th>
+ <a href="/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">Region</a>
+ </th>
+ <th>
+ <a href="/wiki/List_of_New_Zealand_urban_areas_by_population" title="List of New Zealand urban areas by population">Pop.</a>
+ </th>
+ <th></th>
+ </tr>
+ <tr>
+ <td rowspan="11" style="text-align: center">
+ <a href="/wiki/File:Auckland_Cbd_(217403753).jpeg" class="image" title="Auckland"><img alt="Auckland" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Auckland_Cbd_%28217403753%29.jpeg/120px-Auckland_Cbd_%28217403753%29.jpeg" decoding="async" width="120" height="80" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Auckland_Cbd_%28217403753%29.jpeg/180px-Auckland_Cbd_%28217403753%29.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1e/Auckland_Cbd_%28217403753%29.jpeg/240px-Auckland_Cbd_%28217403753%29.jpeg 2x" data-file-width="2048" data-file-height="1362" /></a><br />
+ <a href="/wiki/Auckland" title="Auckland">Auckland</a><br />
+ <a href="/wiki/File:Wellington_at_dawn.jpg" class="image" title="Wellington"><img alt="Wellington" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Wellington_at_dawn.jpg/120px-Wellington_at_dawn.jpg" decoding="async" width="120" height="80" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Wellington_at_dawn.jpg/180px-Wellington_at_dawn.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Wellington_at_dawn.jpg/240px-Wellington_at_dawn.jpg 2x" data-file-width="3718" data-file-height="2479" /></a><br />
+ <a href="/wiki/Wellington" title="Wellington">Wellington</a>
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 1
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Auckland" title="Auckland">Auckland</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Auckland_Region" title="Auckland Region">Auckland</a>
+ </td>
+ <td style="text-align:right;">
+ 1,628,900
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 11
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Whangarei" title="Whangarei">Whangarei</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Northland_Region" title="Northland Region">Northland</a>
+ </td>
+ <td style="text-align:right;">
+ 58,800
+ </td>
+ <td rowspan="11" style="text-align: center">
+ <a href="/wiki/File:Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_(2).jpg" class="image" title="Christchurch"><img alt="Christchurch" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg/120px-Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg" decoding="async" width="120" height="80" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg/180px-Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg/240px-Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg 2x" data-file-width="1800" data-file-height="1200" /></a><br />
+ <a href="/wiki/Christchurch" title="Christchurch">Christchurch</a><br />
+ <a href="/wiki/File:HamiltonNZfromUni.jpg" class="image" title="Hamilton"><img alt="Hamilton" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/87/HamiltonNZfromUni.jpg/120px-HamiltonNZfromUni.jpg" decoding="async" width="120" height="85" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/87/HamiltonNZfromUni.jpg/180px-HamiltonNZfromUni.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/87/HamiltonNZfromUni.jpg/240px-HamiltonNZfromUni.jpg 2x" data-file-width="3581" data-file-height="2528" /></a><br />
+ <a href="/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 2
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Wellington" title="Wellington">Wellington</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Wellington_Region" title="Wellington Region">Wellington</a>
+ </td>
+ <td style="text-align:right;">
+ 418,500
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 12
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/New_Plymouth" title="New Plymouth">New Plymouth</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Taranaki" title="Taranaki">Taranaki</a>
+ </td>
+ <td style="text-align:right;">
+ 58,300
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 3
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Christchurch" title="Christchurch">Christchurch</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Canterbury,_New_Zealand" title="Canterbury, New Zealand">Canterbury</a>
+ </td>
+ <td style="text-align:right;">
+ 404,500
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 13
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Invercargill" title="Invercargill">Invercargill</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Southland,_New_Zealand" title="Southland, New Zealand">Southland</a>
+ </td>
+ <td style="text-align:right;">
+ 51,200
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 4
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Waikato" title="Waikato">Waikato</a>
+ </td>
+ <td style="text-align:right;">
+ 241,200
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 14
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Kapiti_Urban_Area" title="Kapiti Urban Area">Kapiti</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Wellington_Region" title="Wellington Region">Wellington</a>
+ </td>
+ <td style="text-align:right;">
+ 42,700
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 5
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Tauranga" title="Tauranga">Tauranga</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Bay_of_Plenty" title="Bay of Plenty">Bay of Plenty</a>
+ </td>
+ <td style="text-align:right;">
+ 141,600
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 15
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Whanganui" title="Whanganui">Whanganui</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Manawatu-Wanganui" title="Manawatu-Wanganui">Manawatu-Wanganui</a>
+ </td>
+ <td style="text-align:right;">
+ 40,900
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 6
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Napier-Hastings_Urban_Area" title="Napier-Hastings Urban Area">Napier-Hastings</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Hawke%27s_Bay_Region" title="Hawke's Bay Region">Hawke's Bay</a>
+ </td>
+ <td style="text-align:right;">
+ 134,500
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 16
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Gisborne,_New_Zealand" title="Gisborne, New Zealand">Gisborne</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Gisborne_Region" class="mw-redirect" title="Gisborne Region">Gisborne</a>
+ </td>
+ <td style="text-align:right;">
+ 37,200
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 7
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Dunedin" title="Dunedin">Dunedin</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Otago" title="Otago">Otago</a>
+ </td>
+ <td style="text-align:right;">
+ 122,000
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 17
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Blenheim,_New_Zealand" title="Blenheim, New Zealand">Blenheim</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Marlborough_Region" title="Marlborough Region">Marlborough</a>
+ </td>
+ <td style="text-align:right;">
+ 31,600
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 8
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Palmerston_North" title="Palmerston North">Palmerston North</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Manawatu-Wanganui" title="Manawatu-Wanganui">Manawatu-Wanganui</a>
+ </td>
+ <td style="text-align:right;">
+ 86,600
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 18
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Pukekohe" title="Pukekohe">Pukekohe</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Auckland_Region" title="Auckland Region">Auckland</a>
+ </td>
+ <td style="text-align:right;">
+ 31,400
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 9
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Nelson,_New_Zealand" title="Nelson, New Zealand">Nelson</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Nelson_Region" class="mw-redirect" title="Nelson Region">Nelson</a>
+ </td>
+ <td style="text-align:right;">
+ 67,500
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 19
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Timaru" title="Timaru">Timaru</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Canterbury,_New_Zealand" title="Canterbury, New Zealand">Canterbury</a>
+ </td>
+ <td style="text-align:right;">
+ 29,100
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:center;background:#f0f0f0;">
+ 10
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Rotorua" title="Rotorua">Rotorua</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Bay_of_Plenty" title="Bay of Plenty">Bay of Plenty</a>
+ </td>
+ <td style="text-align:right;">
+ 59,500
+ </td>
+ <td style="text-align:center;background:#f0f0f0;">
+ 20
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Taupo" title="Taupo">Taupo</a>
+ </td>
+ <td style="text-align:left;">
+ <a href="/wiki/Waikato" title="Waikato">Waikato</a>
+ </td>
+ <td style="text-align:right;">
+ 24,700
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ <br />
+ </p>
+ <h3>
+ <span class="mw-headline" id="Ethnicity_and_immigration">Ethnicity and immigration</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main articles: <a href="/wiki/New_Zealanders" title="New Zealanders">New Zealanders</a> and <a href="/wiki/Immigration_to_New_Zealand" title="Immigration to New Zealand">Immigration to New Zealand</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Queen_Street_Midtown_Auckland.jpg" class="image"><img alt="Pedestrians crossing a wide street which is flanked by storefronts" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/220px-Queen_Street_Midtown_Auckland.jpg" decoding="async" width="220" height="158" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/330px-Queen_Street_Midtown_Auckland.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Queen_Street_Midtown_Auckland.jpg/440px-Queen_Street_Midtown_Auckland.jpg 2x" data-file-width="841" data-file-height="604" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Queen_Street_Midtown_Auckland.jpg" class="internal" title="Enlarge"></a>
+ </div>Pedestrians on <a href="/wiki/Queen_Street,_Auckland" title="Queen Street, Auckland">Queen Street</a> in Auckland, an ethnically diverse city
+ </div>
+ </div>
+ </div>
+ <p>
+ In the 2013 census, 74.0% of New Zealand residents identified ethnically as European, and 14.9% as Māori. Other major ethnic groups include <a href="/wiki/Asian_New_Zealanders" title="Asian New Zealanders">Asian</a> (11.8%) and Pacific peoples (7.4%), two-thirds of whom live in the <a href="/wiki/Auckland_Region" title="Auckland Region">Auckland Region</a>.<sup id="cite_ref-QuickStats_ethnicity_263-0" class="reference"><a href="#cite_note-QuickStats_ethnicity-263">[255]</a></sup><sup id="cite_ref-ethnicity_6-1" class="reference"><a href="#cite_note-ethnicity-6">[n 3]</a></sup> The population has become more diverse in recent decades: in 1961, the census reported that the population of New Zealand was 92% European and 7% Māori, with Asian and Pacific minorities sharing the remaining 1%.<sup id="cite_ref-264" class="reference"><a href="#cite_note-264">[256]</a></sup>
+ </p>
+ <p>
+ While the <a href="/wiki/Demonym" title="Demonym">demonym</a> for a New Zealand citizen is New Zealander, the informal "<a href="/wiki/Kiwi_(people)" title="Kiwi (people)">Kiwi</a>" is commonly used both internationally<sup id="cite_ref-265" class="reference"><a href="#cite_note-265">[257]</a></sup> and by locals.<sup id="cite_ref-266" class="reference"><a href="#cite_note-266">[258]</a></sup> The Māori loanword <a href="/wiki/P%C4%81keh%C4%81" title="Pākehā">Pākehā</a> has been used to refer to <a href="/wiki/European_New_Zealanders" title="European New Zealanders">New Zealanders of European descent</a>, although others reject this appellation.<sup id="cite_ref-FOOTNOTEBain200631_267-0" class="reference"><a href="#cite_note-FOOTNOTEBain200631-267">[259]</a></sup><sup id="cite_ref-268" class="reference"><a href="#cite_note-268">[260]</a></sup> The word Pākehā today is increasingly used to refer to all non-Polynesian New Zealanders.<sup id="cite_ref-Pakeha_269-0" class="reference"><a href="#cite_note-Pakeha-269">[261]</a></sup>
+ </p>
+ <p>
+ The Māori were the first people to reach New Zealand, followed by the early <a href="/wiki/P%C4%81keh%C4%81_settlers" title="Pākehā settlers">European settlers</a>. Following colonisation, immigrants were predominantly from Britain, Ireland and Australia because of restrictive policies similar to the <a href="/wiki/White_Australia_policy" title="White Australia policy">White Australia policy</a>.<sup id="cite_ref-270" class="reference"><a href="#cite_note-270">[262]</a></sup> There was also significant Dutch, <a href="/wiki/Dalmatia" title="Dalmatia">Dalmatian</a>,<sup id="cite_ref-271" class="reference"><a href="#cite_note-271">[263]</a></sup> German, and Italian immigration, together with indirect European immigration through Australia, North America, South America and South Africa.<sup id="cite_ref-272" class="reference"><a href="#cite_note-272">[264]</a></sup><sup id="cite_ref-Immigration_history_273-0" class="reference"><a href="#cite_note-Immigration_history-273">[265]</a></sup> Net migration increased after the Second World War; in the 1970s and 1980s policies were relaxed and immigration from Asia was promoted.<sup id="cite_ref-Immigration_history_273-1" class="reference"><a href="#cite_note-Immigration_history-273">[265]</a></sup><sup id="cite_ref-274" class="reference"><a href="#cite_note-274">[266]</a></sup> In 2009–10, an annual target of 45,000–50,000 permanent residence approvals was set by the New Zealand Immigration Service—more than one new migrant for every 100 New Zealand residents.<sup id="cite_ref-Recent_immigration_275-0" class="reference"><a href="#cite_note-Recent_immigration-275">[267]</a></sup> Just over 25% of New Zealand's population was born overseas, with the majority (52%) living in the Auckland Region. The United Kingdom remains the largest source of New Zealand's overseas population, with a quarter of all overseas-born New Zealanders born there; other major sources of New Zealand's overseas-born population are China, India, Australia, South Africa, Fiji and Samoa.<sup id="cite_ref-276" class="reference"><a href="#cite_note-276">[268]</a></sup> The number of fee-paying <a href="/wiki/International_student" title="International student">international students</a> increased sharply in the late 1990s, with more than 20,000 studying in public <a href="/wiki/Tertiary_education" title="Tertiary education">tertiary institutions</a> in 2002.<sup id="cite_ref-277" class="reference"><a href="#cite_note-277">[269]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Language">Language</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Languages_of_New_Zealand" title="Languages of New Zealand">Languages of New Zealand</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:TeReoMaori2013.png" class="image"><img alt="Map of New Zealand showing the percentage of people in each census area unit who speak Māori. Areas of the North Island exhibit the highest Māori proficiency." src="//upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/220px-TeReoMaori2013.png" decoding="async" width="220" height="165" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/330px-TeReoMaori2013.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/16/TeReoMaori2013.png/440px-TeReoMaori2013.png 2x" data-file-width="5000" data-file-height="3759" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:TeReoMaori2013.png" class="internal" title="Enlarge"></a>
+ </div>Speakers of Māori according to the 2013 census<sup id="cite_ref-278" class="reference"><a href="#cite_note-278">[270]</a></sup>
+ <div class="legend" style="-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid-column">
+ <span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:1px solid black; background-color: #fef0d9; color:black; font-size:100%; text-align:center;">&#160;</span>&#160;Less than 5%
+ </div>
+ <div class="legend" style="-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid-column">
+ <span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:1px solid black; background-color: #fdd8a4; color:black; font-size:100%; text-align:center;">&#160;</span>&#160;More than 5%
+ </div>
+ <div class="legend" style="-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid-column">
+ <span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:1px solid black; background-color: #fcb779; color:black; font-size:100%; text-align:center;">&#160;</span>&#160;More than 10%
+ </div>
+ <div class="legend" style="-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid-column">
+ <span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:1px solid black; background-color: #fc8d59; color:black; font-size:100%; text-align:center;">&#160;</span>&#160;More than 20%
+ </div>
+ <div class="legend" style="-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid-column">
+ <span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:1px solid black; background-color: #eb603f; color:black; font-size:100%; text-align:center;">&#160;</span>&#160;More than 30%
+ </div>
+ <div class="legend" style="-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid-column">
+ <span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:1px solid black; background-color: #d33121; color:black; font-size:100%; text-align:center;">&#160;</span>&#160;More than 40%
+ </div>
+ <div class="legend" style="-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid-column">
+ <span class="legend-color" style="display:inline-block; width:1.5em; height:1.5em; margin:1px 0; border:1px solid black; background-color: #a50c0c; color:black; font-size:100%; text-align:center;">&#160;</span>&#160;More than 50%
+ </div>
+ </div>
+ </div>
+ </div>
+ <p>
+ English is the predominant language in New Zealand, spoken by 96.1% of the population.<sup id="cite_ref-SpokenLanguage_279-0" class="reference"><a href="#cite_note-SpokenLanguage-279">[271]</a></sup> <a href="/wiki/New_Zealand_English" title="New Zealand English">New Zealand English</a> is similar to <a href="/wiki/Australian_English" title="Australian English">Australian English</a> and many speakers from the Northern Hemisphere are unable to tell the <a href="/wiki/Accent_(sociolinguistics)" title="Accent (sociolinguistics)">accents</a> apart.<sup id="cite_ref-FOOTNOTEHayMaclaganGordon200814_280-0" class="reference"><a href="#cite_note-FOOTNOTEHayMaclaganGordon200814-280">[272]</a></sup> The most prominent differences between the New Zealand English dialect and other English dialects are the shifts in the short front vowels: the short-"i" sound (as in "kit") has centralised towards the <a href="/wiki/Schwa" title="Schwa">schwa</a> sound (the "a" in "comma" and "about"); the short-"e" sound (as in "dress") has moved towards the short-"i" sound; and the short-"a" sound (as in "trap") has moved to the short-"e" sound.<sup id="cite_ref-281" class="reference"><a href="#cite_note-281">[273]</a></sup>
+ </p>
+ <p>
+ After the Second World War, Māori were discouraged from speaking their own language (<i><a href="/wiki/Te_reo_M%C4%81ori" class="mw-redirect" title="Te reo Māori">te reo Māori</a></i>) in schools and workplaces and it existed as a community language only in a few remote areas.<sup id="cite_ref-Maori_language_282-0" class="reference"><a href="#cite_note-Maori_language-282">[274]</a></sup> It has recently undergone a process of revitalisation,<sup id="cite_ref-283" class="reference"><a href="#cite_note-283">[275]</a></sup> being declared one of New Zealand's official languages in 1987,<sup id="cite_ref-284" class="reference"><a href="#cite_note-284">[276]</a></sup> and is spoken by 3.7% of the population.<sup id="cite_ref-SpokenLanguage_279-1" class="reference"><a href="#cite_note-SpokenLanguage-279">[271]</a></sup><sup id="cite_ref-286" class="reference"><a href="#cite_note-286">[n 9]</a></sup> There are now Māori language immersion schools and two television channels that broadcast predominantly in Māori.<sup id="cite_ref-287" class="reference"><a href="#cite_note-287">[278]</a></sup> <a href="/wiki/List_of_dual_place_names_in_New_Zealand" title="List of dual place names in New Zealand">Many places</a> have both their Māori and English names officially recognised.<sup id="cite_ref-288" class="reference"><a href="#cite_note-288">[279]</a></sup>
+ </p>
+ <p>
+ As recorded in the 2013 census,<sup id="cite_ref-SpokenLanguage_279-2" class="reference"><a href="#cite_note-SpokenLanguage-279">[271]</a></sup> <a href="/wiki/Samoan_language" title="Samoan language">Samoan</a> is the most widely spoken non-official language (2.2%),<sup id="cite_ref-289" class="reference"><a href="#cite_note-289">[n 10]</a></sup> followed by <a href="/wiki/Hindi" title="Hindi">Hindi</a> (1.7%), "Northern Chinese" (including <a href="/wiki/Mandarin_Chinese" title="Mandarin Chinese">Mandarin</a>, 1.3%) and French (1.2%). 20,235 people (0.5%) reported the ability to use <a href="/wiki/New_Zealand_Sign_Language" title="New Zealand Sign Language">New Zealand Sign Language</a>. It was declared one of New Zealand's official languages in 2006.<sup id="cite_ref-290" class="reference"><a href="#cite_note-290">[280]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Religion">Religion</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Religion_in_New_Zealand" title="Religion in New Zealand">Religion in New Zealand</a>
+ </div>
+ <div role="note" class="hatnote navigation-not-searchable">
+ See also: <a href="/wiki/Irreligion_in_New_Zealand" title="Irreligion in New Zealand">Irreligion in New Zealand</a>
+ </div>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:172px;">
+ <a href="/wiki/File:Ratana_Church_Raetihi.jpg" class="image"><img alt="Simple white building with two red domed towers" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/170px-Ratana_Church_Raetihi.jpg" decoding="async" width="170" height="227" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/255px-Ratana_Church_Raetihi.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/70/Ratana_Church_Raetihi.jpg/340px-Ratana_Church_Raetihi.jpg 2x" data-file-width="1624" data-file-height="2164" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Ratana_Church_Raetihi.jpg" class="internal" title="Enlarge"></a>
+ </div>A <a href="/wiki/R%C4%81tana" title="Rātana">Rātana</a> church on a hill near <a href="/wiki/Raetihi" title="Raetihi">Raetihi</a>. The two-tower construction is characteristic of Rātana buildings.
+ </div>
+ </div>
+ </div>
+ <p>
+ <a href="/wiki/Christianity_in_New_Zealand" title="Christianity in New Zealand">Christianity</a> is the predominant religion in New Zealand, although its society is among the most <a href="/wiki/Secular" class="mw-redirect" title="Secular">secular</a> in the world.<sup id="cite_ref-291" class="reference"><a href="#cite_note-291">[281]</a></sup><sup id="cite_ref-292" class="reference"><a href="#cite_note-292">[282]</a></sup> In the 2018 census, 51.4% of the population identified with one or more religions, including 38.6% identifying as Christians. Another 48.6% indicated that they had no religion.<sup id="cite_ref-293" class="reference"><a href="#cite_note-293">[n 11]</a></sup><sup id="cite_ref-2013religiouscommentary_294-0" class="reference"><a href="#cite_note-2013religiouscommentary-294">[283]</a></sup> The main Christian denominations are, by number of adherents, <a href="/wiki/Catholic_Church_in_New_Zealand" title="Catholic Church in New Zealand">Roman Catholicism</a> (10.1%), <a href="/wiki/Anglican_Church_in_Aotearoa,_New_Zealand_and_Polynesia" title="Anglican Church in Aotearoa, New Zealand and Polynesia">Anglicanism</a> (6.8%), <a href="/wiki/Presbyterian_Church_of_Aotearoa_New_Zealand" title="Presbyterian Church of Aotearoa New Zealand">Presbyterianism</a> (5.5%) and "Christian not further defined" (i.e. people identifying as Christian but not stating the denomination, 6.6%).<sup id="cite_ref-2013religiouscommentary_294-1" class="reference"><a href="#cite_note-2013religiouscommentary-294">[283]</a></sup> The Māori-based <a href="/wiki/Ringat%C5%AB" title="Ringatū">Ringatū</a> and <a href="/wiki/R%C4%81tana" title="Rātana">Rātana</a> religions (1.3%) are also Christian in origin.<sup id="cite_ref-2013statstables_295-0" class="reference"><a href="#cite_note-2013statstables-295">[284]</a></sup><sup id="cite_ref-296" class="reference"><a href="#cite_note-296">[285]</a></sup> Immigration and demographic change in recent decades has contributed to the growth of minority religions,<sup id="cite_ref-297" class="reference"><a href="#cite_note-297">[286]</a></sup> such as <a href="/wiki/Hinduism_in_New_Zealand" title="Hinduism in New Zealand">Hinduism</a> (2.6%), <a href="/wiki/Buddhism_in_New_Zealand" title="Buddhism in New Zealand">Buddhism</a> (1.1%), <a href="/wiki/Islam_in_New_Zealand" title="Islam in New Zealand">Islam</a> (1.3%) and <a href="/wiki/Sikhism_in_New_Zealand" title="Sikhism in New Zealand">Sikhism</a> (0.5%).<sup id="cite_ref-2013statstables_295-1" class="reference"><a href="#cite_note-2013statstables-295">[284]</a></sup> The Auckland Region exhibited the greatest religious diversity.<sup id="cite_ref-2013statstables_295-2" class="reference"><a href="#cite_note-2013statstables-295">[284]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Education">Education</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main articles: <a href="/wiki/Education_in_New_Zealand" title="Education in New Zealand">Education in New Zealand</a> and <a href="/wiki/Tertiary_education_in_New_Zealand" title="Tertiary education in New Zealand">Tertiary education in New Zealand</a>
+ </div>
+ <p>
+ Primary and secondary schooling is compulsory for children aged 6 to 16, with the majority attending from the age of 5.<sup id="cite_ref-Education_Stats_298-0" class="reference"><a href="#cite_note-Education_Stats-298">[287]</a></sup> There are 13 school years and attending <a href="/wiki/State_school" title="State school">state (public) schools</a> is free to New Zealand citizens and permanent residents from a person's 5th birthday to the end of the calendar year following their 19th birthday.<sup id="cite_ref-299" class="reference"><a href="#cite_note-299">[288]</a></sup> New Zealand has an adult literacy rate of 99%,<sup id="cite_ref-CIA_150-5" class="reference"><a href="#cite_note-CIA-150">[143]</a></sup> and over half of the population aged 15 to 29 hold a tertiary qualification.<sup id="cite_ref-Education_Stats_298-1" class="reference"><a href="#cite_note-Education_Stats-298">[287]</a></sup> There are five types of government-owned tertiary institutions: universities, colleges of education, <a href="/wiki/Institute_of_technology#New_Zealand" title="Institute of technology">polytechnics</a>, specialist colleges, and <a href="/wiki/W%C4%81nanga" title="Wānanga">wānanga</a>,<sup id="cite_ref-EducationAct1989_300-0" class="reference"><a href="#cite_note-EducationAct1989-300">[289]</a></sup> in addition to private training establishments.<sup id="cite_ref-NZQA_301-0" class="reference"><a href="#cite_note-NZQA-301">[290]</a></sup> In the adult population 14.2% have a <a href="/wiki/Bachelor%27s_degree" title="Bachelor's degree">bachelor's degree</a> or higher, 30.4% have some form of secondary qualification as their highest qualification and 22.4% have no formal qualification.<sup id="cite_ref-TertiaryEdStats_302-0" class="reference"><a href="#cite_note-TertiaryEdStats-302">[291]</a></sup> The OECD's <a href="/wiki/Programme_for_International_Student_Assessment" title="Programme for International Student Assessment">Programme for International Student Assessment</a> ranks New Zealand's education system as the seventh best in the world, with students performing exceptionally well in reading, mathematics and science.<sup id="cite_ref-303" class="reference"><a href="#cite_note-303">[292]</a></sup>
+ </p>
+ <div style="clear:both;"></div>
+ <h2>
+ <span class="mw-headline" id="Culture">Culture</span>
+ </h2>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Culture_of_New_Zealand" title="Culture of New Zealand">Culture of New Zealand</a>
+ </div>
+ <div class="thumb tright" style="width:180px;">
+ <div class="thumbinner">
+ <div class="overflowbugy" style="height:350px;overflow:auto;">
+ <a href="/wiki/File:KupeWheke.jpg" class="image" title="Use the scrollbar to see the full image."><img alt="Tall wooden carving showing Kupe above two tentacled sea creatures" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/150px-KupeWheke.jpg" decoding="async" width="150" height="605" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/225px-KupeWheke.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/53/KupeWheke.jpg/300px-KupeWheke.jpg 2x" data-file-width="389" data-file-height="1570" /></a>
+ </div>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:KupeWheke.jpg" title="File:KupeWheke.jpg"></a>
+ </div>Late 20th-century house-post depicting the navigator <a href="/wiki/Kupe" title="Kupe">Kupe</a> fighting two sea creatures
+ </div>
+ </div>
+ </div>
+ <p>
+ Early Māori adapted the tropically based east <a href="/wiki/Polynesian_culture" title="Polynesian culture">Polynesian culture</a> in line with the challenges associated with a larger and more diverse environment, eventually developing their own distinctive culture. Social organisation was largely communal with families (<i><a href="/wiki/Wh%C4%81nau" title="Whānau">whānau</a></i>), subtribes (<i>hapū</i>) and tribes (<i>iwi</i>) ruled by a chief (<i><a href="/wiki/Rangatira" title="Rangatira">rangatira</a></i>), whose position was subject to the community's approval.<sup id="cite_ref-FOOTNOTEKennedy2007398_304-0" class="reference"><a href="#cite_note-FOOTNOTEKennedy2007398-304">[293]</a></sup> The British and Irish immigrants brought aspects of their own culture to New Zealand and also influenced Māori culture,<sup id="cite_ref-305" class="reference"><a href="#cite_note-305">[294]</a></sup><sup id="cite_ref-306" class="reference"><a href="#cite_note-306">[295]</a></sup> particularly with the introduction of Christianity.<sup id="cite_ref-307" class="reference"><a href="#cite_note-307">[296]</a></sup> However, Māori still regard their allegiance to tribal groups as a vital part of <a href="/wiki/Cultural_identity" title="Cultural identity">their identity</a>, and Māori kinship roles resemble <a href="/wiki/Hawaiian_kinship" title="Hawaiian kinship">those of other Polynesian peoples</a>.<sup id="cite_ref-308" class="reference"><a href="#cite_note-308">[297]</a></sup> More recently <a href="/wiki/Culture_of_the_United_States" title="Culture of the United States">American</a>, <a href="/wiki/Culture_of_Australia" title="Culture of Australia">Australian</a>, <a href="/wiki/Culture_of_Asia" title="Culture of Asia">Asian</a> and other <a href="/wiki/Culture_of_Europe" title="Culture of Europe">European cultures</a> have exerted influence on New Zealand. Non-Māori Polynesian cultures are also apparent, with <a href="/wiki/Pasifika_Festival" title="Pasifika Festival">Pasifika</a>, the world's largest Polynesian festival, now an annual event in Auckland.<sup id="cite_ref-309" class="reference"><a href="#cite_note-309">[298]</a></sup>
+ </p>
+ <p>
+ The largely rural life in early New Zealand led to the image of New Zealanders being rugged, industrious problem solvers.<sup id="cite_ref-FOOTNOTEKennedy2007400_310-0" class="reference"><a href="#cite_note-FOOTNOTEKennedy2007400-310">[299]</a></sup> Modesty was expected and enforced through the "<a href="/wiki/Tall_poppy_syndrome" title="Tall poppy syndrome">tall poppy syndrome</a>", where high achievers received harsh criticism.<sup id="cite_ref-FOOTNOTEKennedy2007399_311-0" class="reference"><a href="#cite_note-FOOTNOTEKennedy2007399-311">[300]</a></sup> At the time New Zealand was not known as an intellectual country.<sup id="cite_ref-312" class="reference"><a href="#cite_note-312">[301]</a></sup> From the early 20th century until the late 1960s, Māori culture was suppressed by the attempted <a href="/wiki/Forced_assimilation" title="Forced assimilation">assimilation</a> of Māori into British New Zealanders.<sup id="cite_ref-Maori_language_282-1" class="reference"><a href="#cite_note-Maori_language-282">[274]</a></sup> In the 1960s, as tertiary education became more available and <a href="/wiki/Urbanization" title="Urbanization">cities expanded</a><sup id="cite_ref-313" class="reference"><a href="#cite_note-313">[302]</a></sup> urban culture began to dominate.<sup id="cite_ref-314" class="reference"><a href="#cite_note-314">[303]</a></sup> However, rural imagery and themes are common in New Zealand's art, literature and media.<sup id="cite_ref-315" class="reference"><a href="#cite_note-315">[304]</a></sup>
+ </p>
+ <p>
+ <a href="/wiki/National_symbols_of_New_Zealand" title="National symbols of New Zealand">New Zealand's national symbols</a> are influenced by natural, historical, and Māori sources. The <a href="/wiki/Silver_fern" class="mw-redirect" title="Silver fern">silver fern</a> is an emblem appearing on army insignia and sporting team uniforms.<sup id="cite_ref-Wilson2016_316-0" class="reference"><a href="#cite_note-Wilson2016-316">[305]</a></sup> Certain items of popular culture thought to be unique to New Zealand are called "<a href="/wiki/Kiwiana" title="Kiwiana">Kiwiana</a>".<sup id="cite_ref-Wilson2016_316-1" class="reference"><a href="#cite_note-Wilson2016-316">[305]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Art">Art</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/New_Zealand_art" title="New Zealand art">New Zealand art</a>
+ </div>
+ <p>
+ As part of the resurgence of Māori culture, the traditional crafts of carving and weaving are now more widely practised and Māori artists are increasing in number and influence.<sup id="cite_ref-Creative_317-0" class="reference"><a href="#cite_note-Creative-317">[306]</a></sup> Most Māori carvings feature human figures, generally with three fingers and either a natural-looking, detailed head or a grotesque head.<sup id="cite_ref-318" class="reference"><a href="#cite_note-318">[307]</a></sup> Surface patterns consisting of spirals, ridges, notches and fish scales decorate most carvings.<sup id="cite_ref-319" class="reference"><a href="#cite_note-319">[308]</a></sup> The pre-eminent Māori architecture consisted of carved meeting houses (<i><a href="/wiki/Wharenui" title="Wharenui">wharenui</a></i>) decorated with symbolic carvings and illustrations. These buildings were originally designed to be constantly rebuilt, changing and adapting to different whims or needs.<sup id="cite_ref-320" class="reference"><a href="#cite_note-320">[309]</a></sup>
+ </p>
+ <p>
+ Māori decorated the white wood of buildings, canoes and cenotaphs using red (a mixture of red <a href="/wiki/Ochre" title="Ochre">ochre</a> and shark fat) and black (made from soot) paint and painted pictures of birds, reptiles and other designs on cave walls.<sup id="cite_ref-321" class="reference"><a href="#cite_note-321">[310]</a></sup> Māori tattoos (<i><a href="/wiki/T%C4%81_moko" title="Tā moko">moko</a></i>) consisting of coloured soot mixed with gum were cut into the flesh with a bone chisel.<sup id="cite_ref-322" class="reference"><a href="#cite_note-322">[311]</a></sup> Since European arrival paintings and photographs have been dominated by landscapes, originally not as works of art but as factual portrayals of New Zealand.<sup id="cite_ref-beginnings_323-0" class="reference"><a href="#cite_note-beginnings-323">[312]</a></sup> Portraits of Māori were also common, with early painters often portraying them as "<a href="/wiki/Noble_savage" title="Noble savage">noble savages</a>", exotic beauties or friendly natives.<sup id="cite_ref-beginnings_323-1" class="reference"><a href="#cite_note-beginnings-323">[312]</a></sup> The country's isolation delayed the influence of European artistic trends allowing local artists to develop their own distinctive style of <a href="/wiki/Regionalism_(art)" title="Regionalism (art)">regionalism</a>.<sup id="cite_ref-324" class="reference"><a href="#cite_note-324">[313]</a></sup> During the 1960s and 1970s many artists combined traditional Māori and Western techniques, creating unique art forms.<sup id="cite_ref-325" class="reference"><a href="#cite_note-325">[314]</a></sup> New Zealand art and craft has gradually achieved an international audience, with exhibitions in the <a href="/wiki/Venice_Biennale" title="Venice Biennale">Venice Biennale</a> in 2001 and the "Paradise Now" exhibition in New York in 2004.<sup id="cite_ref-Creative_317-1" class="reference"><a href="#cite_note-Creative-317">[306]</a></sup><sup id="cite_ref-326" class="reference"><a href="#cite_note-326">[315]</a></sup>
+ </p>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:172px;">
+ <a href="/wiki/File:Hinepare.jpg" class="image"><img alt="Refer to caption" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/170px-Hinepare.jpg" decoding="async" width="170" height="218" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/255px-Hinepare.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Hinepare.jpg/340px-Hinepare.jpg 2x" data-file-width="545" data-file-height="700" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Hinepare.jpg" class="internal" title="Enlarge"></a>
+ </div>Portrait of Hinepare of <a href="/wiki/Ng%C4%81ti_Kahungunu" title="Ngāti Kahungunu">Ngāti Kahungunu</a> by <a href="/wiki/Gottfried_Lindauer" title="Gottfried Lindauer">Gottfried Lindauer</a>, showing chin <a href="/wiki/T%C4%81_moko" title="Tā moko">moko</a>, <a href="/wiki/Pounamu" title="Pounamu">pounamu</a> <a href="/wiki/Hei-tiki" title="Hei-tiki">hei-tiki</a> and woven cloak
+ </div>
+ </div>
+ </div>
+ <p>
+ Māori cloaks are made of fine flax fibre and patterned with black, red and white triangles, diamonds and other geometric shapes.<sup id="cite_ref-327" class="reference"><a href="#cite_note-327">[316]</a></sup> <a href="/wiki/Pounamu" title="Pounamu">Greenstone</a> was fashioned into earrings and necklaces, with the most well-known design being the <a href="/wiki/Hei-tiki" title="Hei-tiki">hei-tiki</a>, a distorted human figure sitting cross-legged with its head tilted to the side.<sup id="cite_ref-328" class="reference"><a href="#cite_note-328">[317]</a></sup> Europeans brought English fashion etiquette to New Zealand, and until the 1950s most people dressed up for social occasions.<sup id="cite_ref-329" class="reference"><a href="#cite_note-329">[318]</a></sup> Standards have since relaxed and New Zealand fashion has received a reputation for being casual, practical and lacklustre.<sup id="cite_ref-330" class="reference"><a href="#cite_note-330">[319]</a></sup><sup id="cite_ref-The_Economist_print_edition_331-0" class="reference"><a href="#cite_note-The_Economist_print_edition-331">[320]</a></sup> However, the local fashion industry has grown significantly since 2000, doubling exports and increasing from a handful to about 50 established labels, with some labels gaining international recognition.<sup id="cite_ref-The_Economist_print_edition_331-1" class="reference"><a href="#cite_note-The_Economist_print_edition-331">[320]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Literature">Literature</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/New_Zealand_literature" title="New Zealand literature">New Zealand literature</a>
+ </div>
+ <p>
+ Māori quickly adopted writing as a means of sharing ideas, and many of their oral stories and poems were converted to the written form.<sup id="cite_ref-332" class="reference"><a href="#cite_note-332">[321]</a></sup> Most early English literature was obtained from Britain and it was not until the 1950s when local publishing outlets increased that New Zealand literature started to become widely known.<sup id="cite_ref-333" class="reference"><a href="#cite_note-333">[322]</a></sup> Although still largely influenced by global trends (<a href="/wiki/Literary_modernism" title="Literary modernism">modernism</a>) and events (the Great Depression), writers in the 1930s began to develop stories increasingly focused on their experiences in New Zealand. During this period literature changed from a <a href="/wiki/Journalism" title="Journalism">journalistic</a> activity to a more academic pursuit.<sup id="cite_ref-334" class="reference"><a href="#cite_note-334">[323]</a></sup> Participation in the world wars gave some New Zealand writers a new perspective on New Zealand culture and with the post-war expansion of universities local literature flourished.<sup id="cite_ref-335" class="reference"><a href="#cite_note-335">[324]</a></sup> Dunedin is a UNESCO <a href="/wiki/City_of_Literature" title="City of Literature">City of Literature</a>.<sup id="cite_ref-336" class="reference"><a href="#cite_note-336">[325]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Media_and_entertainment">Media and entertainment</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main articles: <a href="/wiki/Music_of_New_Zealand" title="Music of New Zealand">Music of New Zealand</a>, <a href="/wiki/Cinema_of_New_Zealand" title="Cinema of New Zealand">Cinema of New Zealand</a>, and <a href="/wiki/Media_of_New_Zealand" title="Media of New Zealand">Media of New Zealand</a>
+ </div>
+ <p>
+ New Zealand music has been influenced by <a href="/wiki/Blues" title="Blues">blues</a>, <a href="/wiki/Jazz" title="Jazz">jazz</a>, <a href="/wiki/Country_music" title="Country music">country</a>, <a href="/wiki/Rock_and_roll" title="Rock and roll">rock and roll</a> and <a href="/wiki/Hip_hop_music" title="Hip hop music">hip hop</a>, with many of these genres given a unique New Zealand interpretation.<sup id="cite_ref-music_337-0" class="reference"><a href="#cite_note-music-337">[326]</a></sup> Māori developed traditional chants and songs from their ancient Southeast Asian origins, and after centuries of isolation created a unique "monotonous" and "<a href="https://en.wiktionary.org/wiki/doleful" class="extiw" title="wikt:doleful">doleful</a>" sound.<sup id="cite_ref-338" class="reference"><a href="#cite_note-338">[327]</a></sup> Flutes and trumpets were used as musical instruments<sup id="cite_ref-339" class="reference"><a href="#cite_note-339">[328]</a></sup> or as signalling devices during war or special occasions.<sup id="cite_ref-340" class="reference"><a href="#cite_note-340">[329]</a></sup> Early settlers brought over their ethnic music, with <a href="/wiki/Brass_band" title="Brass band">brass bands</a> and <a href="/wiki/Choir" title="Choir">choral music</a> being popular, and musicians began touring New Zealand in the 1860s.<sup id="cite_ref-341" class="reference"><a href="#cite_note-341">[330]</a></sup><sup id="cite_ref-342" class="reference"><a href="#cite_note-342">[331]</a></sup> <a href="/wiki/Pipe_band" title="Pipe band">Pipe bands</a> became widespread during the early 20th century.<sup id="cite_ref-343" class="reference"><a href="#cite_note-343">[332]</a></sup> The New Zealand recording industry began to develop from 1940 onwards and many New Zealand musicians have obtained success in Britain and the United States.<sup id="cite_ref-music_337-1" class="reference"><a href="#cite_note-music-337">[326]</a></sup> Some artists release Māori language songs and the Māori tradition-based art of <i><a href="/wiki/Kapa_haka" title="Kapa haka">kapa haka</a></i> (song and dance) has made a resurgence.<sup id="cite_ref-344" class="reference"><a href="#cite_note-344">[333]</a></sup> The <a href="/wiki/New_Zealand_Music_Awards" title="New Zealand Music Awards">New Zealand Music Awards</a> are held annually by <a href="/wiki/Recorded_Music_NZ" title="Recorded Music NZ">Recorded Music NZ</a>; the awards were first held in 1965 by <a href="/wiki/Reckitt_%26_Colman" class="mw-redirect" title="Reckitt &amp; Colman">Reckitt &amp; Colman</a> as the <a href="/wiki/Loxene_Golden_Disc" title="Loxene Golden Disc">Loxene Golden Disc</a> awards.<sup id="cite_ref-345" class="reference"><a href="#cite_note-345">[334]</a></sup> Recorded Music NZ also publishes the country's <a href="/wiki/Official_New_Zealand_Music_Chart" title="Official New Zealand Music Chart">official weekly record charts</a>.<sup id="cite_ref-346" class="reference"><a href="#cite_note-346">[335]</a></sup>
+ </p>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Hobbit_holes_reflected_in_water.jpg" class="image"><img alt="Hills with inset, round doors. Reflected in water." src="//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/220px-Hobbit_holes_reflected_in_water.jpg" decoding="async" width="220" height="147" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/330px-Hobbit_holes_reflected_in_water.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/89/Hobbit_holes_reflected_in_water.jpg/440px-Hobbit_holes_reflected_in_water.jpg 2x" data-file-width="5184" data-file-height="3456" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Hobbit_holes_reflected_in_water.jpg" class="internal" title="Enlarge"></a>
+ </div>The <a href="/wiki/Hobbiton_Movie_Set" title="Hobbiton Movie Set">Hobbiton Movie Set</a>, located near <a href="/wiki/Matamata" title="Matamata">Matamata</a>, was used for <i>The Lord of the Rings</i> film trilogy.<sup id="cite_ref-347" class="reference"><a href="#cite_note-347">[336]</a></sup>
+ </div>
+ </div>
+ </div>
+ <p>
+ Public <a href="/wiki/Radio_in_New_Zealand" title="Radio in New Zealand">radio</a> was introduced in New Zealand in 1922.<sup id="cite_ref-348" class="reference"><a href="#cite_note-348">[337]</a></sup> A state-owned <a href="/wiki/Television_in_New_Zealand" title="Television in New Zealand">television service</a> began in 1960.<sup id="cite_ref-349" class="reference"><a href="#cite_note-349">[338]</a></sup> Deregulation in the 1980s saw a sudden increase in the numbers of radio and television stations.<sup id="cite_ref-NZ_TV_350-0" class="reference"><a href="#cite_note-NZ_TV-350">[339]</a></sup> New Zealand television primarily broadcasts American and British programming, along with a large number of Australian and local shows.<sup id="cite_ref-351" class="reference"><a href="#cite_note-351">[340]</a></sup> The number of <a href="/wiki/List_of_New_Zealand_films" title="List of New Zealand films">New Zealand films</a> significantly increased during the 1970s. In 1978 the <a href="/wiki/New_Zealand_Film_Commission" title="New Zealand Film Commission">New Zealand Film Commission</a> started assisting local film-makers and many films attained a world audience, some receiving international acknowledgement.<sup id="cite_ref-NZ_TV_350-1" class="reference"><a href="#cite_note-NZ_TV-350">[339]</a></sup> The highest-grossing New Zealand films are <i><a href="/wiki/Hunt_for_the_Wilderpeople" title="Hunt for the Wilderpeople">Hunt for the Wilderpeople</a></i>, <i><a href="/wiki/Boy_(2010_film)" title="Boy (2010 film)">Boy</a></i>, <i><a href="/wiki/The_World%27s_Fastest_Indian" title="The World's Fastest Indian">The World's Fastest Indian</a></i>, <i><a href="/wiki/Once_Were_Warriors_(film)" title="Once Were Warriors (film)">Once Were Warriors</a></i> and <i><a href="/wiki/Whale_Rider" title="Whale Rider">Whale Rider</a></i>.<sup id="cite_ref-352" class="reference"><a href="#cite_note-352">[341]</a></sup> The country's diverse scenery and compact size, plus government incentives,<sup id="cite_ref-353" class="reference"><a href="#cite_note-353">[342]</a></sup> have encouraged some <a href="/wiki/Film_producer" title="Film producer">producers</a> to shoot big-budget productions in New Zealand, including <i><a href="/wiki/Avatar_(2009_film)" title="Avatar (2009 film)">Avatar</a></i>, <i><a href="/wiki/The_Lord_of_the_Rings_(film_series)" title="The Lord of the Rings (film series)">The Lord of the Rings</a></i>, <i><a href="/wiki/The_Hobbit_(film_series)" title="The Hobbit (film series)">The Hobbit</a></i>, <i><a href="/wiki/The_Chronicles_of_Narnia_(film_series)" title="The Chronicles of Narnia (film series)">The Chronicles of Narnia</a></i>, <i><a href="/wiki/King_Kong_(2005_film)" title="King Kong (2005 film)">King Kong</a></i> and <i><a href="/wiki/The_Last_Samurai" title="The Last Samurai">The Last Samurai</a></i>.<sup id="cite_ref-354" class="reference"><a href="#cite_note-354">[343]</a></sup> The New Zealand media industry is dominated by a small number of companies, most of which are foreign-owned, although the <a href="/wiki/Crown_entity" title="Crown entity">state retains ownership</a> of some television and radio stations.<sup id="cite_ref-355" class="reference"><a href="#cite_note-355">[344]</a></sup> Since 1994, <a href="/wiki/Freedom_House" title="Freedom House">Freedom House</a> has consistently ranked New Zealand's press freedom in the top twenty, with the 19th freest media in 2015<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;action=edit">[update]</a></sup>.<sup id="cite_ref-356" class="reference"><a href="#cite_note-356">[345]</a></sup>
+ </p>
+ <div style="clear:both;"></div>
+ <h3>
+ <span class="mw-headline" id="Sports">Sports</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Sport_in_New_Zealand" title="Sport in New Zealand">Sport in New Zealand</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Haka_2006.jpg" class="image"><img alt="Rugby team wearing all black, facing the camera, knees bent, and facing toward a team wearing white" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/220px-Haka_2006.jpg" decoding="async" width="220" height="146" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/330px-Haka_2006.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Haka_2006.jpg/440px-Haka_2006.jpg 2x" data-file-width="3008" data-file-height="2000" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Haka_2006.jpg" class="internal" title="Enlarge"></a>
+ </div>A <a href="/wiki/Haka_(sports)" title="Haka (sports)">haka</a> performed by the <a href="/wiki/New_Zealand_national_rugby_union_team" title="New Zealand national rugby union team">national rugby union team</a> before a game. The haka is a challenge with vigorous movements and stamping of the feet.
+ </div>
+ </div>
+ </div>
+ <p>
+ Most of the major sporting codes played in New Zealand have British origins.<sup id="cite_ref-357" class="reference"><a href="#cite_note-357">[346]</a></sup> <a href="/wiki/Rugby_union" title="Rugby union">Rugby union</a> is considered the <a href="/wiki/National_sport" title="National sport">national sport</a><sup id="cite_ref-358" class="reference"><a href="#cite_note-358">[347]</a></sup> and attracts the most spectators.<sup id="cite_ref-Organised_Sport_359-0" class="reference"><a href="#cite_note-Organised_Sport-359">[348]</a></sup> <a href="/wiki/Golf" title="Golf">Golf</a>, <a href="/wiki/Netball" title="Netball">netball</a>, <a href="/wiki/Tennis" title="Tennis">tennis</a> and <a href="/wiki/Cricket" title="Cricket">cricket</a> have the highest rates of adult participation, while netball, rugby union and <a href="/wiki/Association_football" title="Association football">football (soccer)</a> are particularly popular among young people.<sup id="cite_ref-Organised_Sport_359-1" class="reference"><a href="#cite_note-Organised_Sport-359">[348]</a></sup><sup id="cite_ref-nzsssc_360-0" class="reference"><a href="#cite_note-nzsssc-360">[349]</a></sup> Around 54% of New Zealand adolescents participate in sports for their school.<sup id="cite_ref-nzsssc_360-1" class="reference"><a href="#cite_note-nzsssc-360">[349]</a></sup> Victorious rugby tours to Australia and the United Kingdom in the <a href="/wiki/1888%E2%80%9389_New_Zealand_Native_football_team" title="1888–89 New Zealand Native football team">late 1880s</a> and the <a href="/wiki/The_Original_All_Blacks" title="The Original All Blacks">early 1900s</a> played an early role in instilling a national identity.<sup id="cite_ref-361" class="reference"><a href="#cite_note-361">[350]</a></sup> <a href="/wiki/Horseracing_in_New_Zealand" class="mw-redirect" title="Horseracing in New Zealand">Horseracing</a> was also a popular <a href="/wiki/Spectator_sport" title="Spectator sport">spectator sport</a> and became part of the "Rugby, Racing and Beer" culture during the 1960s.<sup id="cite_ref-362" class="reference"><a href="#cite_note-362">[351]</a></sup> Māori participation in European sports was particularly evident in rugby and the country's team performs a <a href="/wiki/Haka_(sports)" title="Haka (sports)">haka</a>, a traditional Māori challenge, before international matches.<sup id="cite_ref-363" class="reference"><a href="#cite_note-363">[352]</a></sup> New Zealand is known for its <a href="/wiki/Extreme_sport" title="Extreme sport">extreme sports</a>, <a href="/wiki/Adventure_travel" title="Adventure travel">adventure tourism</a><sup id="cite_ref-FOOTNOTEBain200669_364-0" class="reference"><a href="#cite_note-FOOTNOTEBain200669-364">[353]</a></sup> and strong <a href="/wiki/Mountaineering" title="Mountaineering">mountaineering</a> tradition, as seen in the success of notable New Zealander <a href="/wiki/Edmund_Hillary" title="Edmund Hillary">Sir Edmund Hillary</a>.<sup id="cite_ref-365" class="reference"><a href="#cite_note-365">[354]</a></sup><sup id="cite_ref-366" class="reference"><a href="#cite_note-366">[355]</a></sup> Other outdoor pursuits such as <a href="/wiki/Cycling_in_New_Zealand" title="Cycling in New Zealand">cycling</a>, fishing, swimming, running, <a href="/wiki/Tramping_in_New_Zealand" title="Tramping in New Zealand">tramping</a>, canoeing, hunting, snowsports, surfing and sailing are also popular.<sup id="cite_ref-SportsParticipation_367-0" class="reference"><a href="#cite_note-SportsParticipation-367">[356]</a></sup> The Polynesian sport of <a href="/wiki/Waka_ama" class="mw-redirect" title="Waka ama">waka ama</a> racing has experienced a resurgence of interest in New Zealand since the 1980s.<sup id="cite_ref-368" class="reference"><a href="#cite_note-368">[357]</a></sup>
+ </p>
+ <p>
+ New Zealand has competitive international teams in <a href="/wiki/New_Zealand_national_rugby_union_team" title="New Zealand national rugby union team">rugby union</a>, <a href="/wiki/New_Zealand_national_rugby_league_team" title="New Zealand national rugby league team">rugby league</a>, <a href="/wiki/New_Zealand_national_netball_team" title="New Zealand national netball team">netball</a>, <a href="/wiki/New_Zealand_national_cricket_team" title="New Zealand national cricket team">cricket</a>, <a href="/wiki/New_Zealand_men%27s_national_softball_team" title="New Zealand men's national softball team">softball</a>, and <a href="/wiki/Team_New_Zealand" title="Team New Zealand">sailing</a>. New Zealand participated at the <a href="/wiki/Summer_Olympics" class="mw-redirect" title="Summer Olympics">Summer Olympics</a> in 1908 and 1912 as <a href="/wiki/Australasia_at_the_Olympics" title="Australasia at the Olympics">a joint team with Australia</a>, before first participating <a href="/wiki/New_Zealand_at_the_Olympics" title="New Zealand at the Olympics">on its own</a> in 1920.<sup id="cite_ref-369" class="reference"><a href="#cite_note-369">[358]</a></sup> The country has ranked highly on a medals-to-population ratio at recent Games.<sup id="cite_ref-370" class="reference"><a href="#cite_note-370">[359]</a></sup><sup id="cite_ref-371" class="reference"><a href="#cite_note-371">[360]</a></sup> The "All Blacks", the national rugby union team, are the most successful in the history of international rugby<sup id="cite_ref-372" class="reference"><a href="#cite_note-372">[361]</a></sup> and the reigning <a href="/wiki/Rugby_World_Cup" title="Rugby World Cup">World Cup</a> champions.<sup id="cite_ref-373" class="reference"><a href="#cite_note-373">[362]</a></sup>
+ </p>
+ <h3>
+ <span class="mw-headline" id="Cuisine">Cuisine</span>
+ </h3>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/New_Zealand_cuisine" title="New Zealand cuisine">New Zealand cuisine</a>
+ </div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Hangi_ingredients.jpg" class="image"><img alt="Raw meat and vegetables" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/220px-Hangi_ingredients.jpg" decoding="async" width="220" height="123" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/330px-Hangi_ingredients.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/91/Hangi_ingredients.jpg/440px-Hangi_ingredients.jpg 2x" data-file-width="3264" data-file-height="1832" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Hangi_ingredients.jpg" class="internal" title="Enlarge"></a>
+ </div>Ingredients to be prepared for a <a href="/wiki/H%C4%81ngi" title="Hāngi">hāngi</a>
+ </div>
+ </div>
+ </div>
+ <p>
+ The national cuisine has been described as <a href="/wiki/Pacific_Rim" title="Pacific Rim">Pacific Rim</a>, incorporating the native <a href="/wiki/M%C4%81ori_cuisine" class="mw-redirect" title="Māori cuisine">Māori cuisine</a> and diverse culinary traditions introduced by settlers and immigrants from Europe, Polynesia and Asia.<sup id="cite_ref-cuisine_374-0" class="reference"><a href="#cite_note-cuisine-374">[363]</a></sup> New Zealand yields produce from land and sea—most crops and livestock, such as maize, potatoes and pigs, were gradually introduced by the early European settlers.<sup id="cite_ref-375" class="reference"><a href="#cite_note-375">[364]</a></sup> Distinctive ingredients or dishes include <a href="/wiki/Lamb_and_mutton" title="Lamb and mutton">lamb</a>, salmon, <a href="/wiki/K%C5%8Dura" class="mw-redirect" title="Kōura">kōura</a> (crayfish),<sup id="cite_ref-376" class="reference"><a href="#cite_note-376">[365]</a></sup> <a href="/wiki/Dredge_oyster" title="Dredge oyster">dredge oysters</a>, <a href="/wiki/Whitebait" title="Whitebait">whitebait</a>, <a href="/wiki/P%C4%81ua" title="Pāua">pāua</a> (abalone), mussels, scallops, <a href="/wiki/Paphies_australis" title="Paphies australis">pipis</a> and <a href="/wiki/Tuatua" title="Tuatua">tuatua</a> (both are types of New Zealand shellfish),<sup id="cite_ref-377" class="reference"><a href="#cite_note-377">[366]</a></sup> <a href="/wiki/K%C5%ABmara" class="mw-redirect" title="Kūmara">kūmara</a> (sweet potato), <a href="/wiki/Kiwifruit" title="Kiwifruit">kiwifruit</a>, <a href="/wiki/Tamarillo" title="Tamarillo">tamarillo</a> and <a href="/wiki/Pavlova_(food)" class="mw-redirect" title="Pavlova (food)">pavlova</a> (considered a national dish).<sup id="cite_ref-378" class="reference"><a href="#cite_note-378">[367]</a></sup><sup id="cite_ref-cuisine_374-1" class="reference"><a href="#cite_note-cuisine-374">[363]</a></sup> A <a href="/wiki/H%C4%81ngi" title="Hāngi">hāngi</a> is a traditional Māori method of cooking food using heated rocks buried in a pit oven. After European colonisation, Māori began cooking with pots and ovens and the hāngi was used less frequently, although it is still used for formal occasions such as <a href="/wiki/Tangihanga" title="Tangihanga">tangihanga</a>.<sup id="cite_ref-379" class="reference"><a href="#cite_note-379">[368]</a></sup>
+ </p>
+ <div style="clear:both;"></div>
+ <h2>
+ <span class="mw-headline" id="See_also">See also</span>
+ </h2>
+ <div role="navigation" aria-label="Portals" class="noprint portal plainlist tright" style="margin:0.5em 0 0.5em 1em;border:solid #aaa 1px">
+ <ul style="display:table;box-sizing:border-box;padding:0.1em;max-width:175px;background:#f9f9f9;font-size:85%;line-height:110%;font-style:italic;font-weight:bold">
+ <li style="display:table-row">
+ <span style="display:table-cell;padding:0.2em;vertical-align:middle;text-align:center"><img alt="flag" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/32px-Flag_of_New_Zealand.svg.png" decoding="async" width="32" height="16" class="noviewer thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/48px-Flag_of_New_Zealand.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/64px-Flag_of_New_Zealand.svg.png 2x" data-file-width="1200" data-file-height="600" /></span><span style="display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle"><a href="/wiki/Portal:New_Zealand" title="Portal:New Zealand">New Zealand portal</a></span>
+ </li>
+ <li style="display:table-row">
+ <span style="display:table-cell;padding:0.2em;vertical-align:middle;text-align:center"><a href="/wiki/File:%E5%A4%A7%E6%B4%8B.png" class="image"><img alt="icon" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/7b/%E5%A4%A7%E6%B4%8B.png/32px-%E5%A4%A7%E6%B4%8B.png" decoding="async" width="32" height="26" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/7b/%E5%A4%A7%E6%B4%8B.png/48px-%E5%A4%A7%E6%B4%8B.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/7b/%E5%A4%A7%E6%B4%8B.png/64px-%E5%A4%A7%E6%B4%8B.png 2x" data-file-width="756" data-file-height="617" /></a></span><span style="display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle"><a href="/wiki/Portal:Oceania" title="Portal:Oceania">Oceania portal</a></span>
+ </li>
+ </ul>
+ </div>
+ <ul>
+ <li>
+ <a href="/wiki/Outline_of_New_Zealand" title="Outline of New Zealand">Outline of New Zealand</a>
+ </li>
+ <li>
+ <a href="/wiki/List_of_New_Zealand-related_topics" title="List of New Zealand-related topics">List of New Zealand-related topics</a>
+ </li>
+ </ul>
+ <div style="clear:both;"></div>
+ <h2>
+ <span class="mw-headline" id="Footnotes">Footnotes</span>
+ </h2>
+ <div class="reflist columns references-column-width" style="-moz-column-width: 30em; -webkit-column-width: 30em; column-width: 30em; list-style-type: decimal;">
+ <ol class="references">
+ <li id="cite_note-2">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text">"God Save the Queen" is officially a national anthem but is generally used only on regal and viceregal occasions.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1">[1]</a></sup></span>
+ </li>
+ <li id="cite_note-4">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text">English is a <i>de facto</i> official language due to its widespread use.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3">[2]</a></sup></span>
+ </li>
+ <li id="cite_note-ethnicity-6">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-ethnicity_6-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ethnicity_6-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text">Ethnicity figures add to more than 100% as people could choose more than one ethnic group.</span>
+ </li>
+ <li id="cite_note-8">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text">The proportion of New Zealand's area (excluding estuaries) covered by rivers, lakes and ponds, based on figures from the New Zealand Land Cover Database,<sup id="cite_ref-7" class="reference"><a href="#cite_note-7">[4]</a></sup> is (357526 + 81936) / (26821559 – 92499–26033 – 19216) = 1.6%. If estuarine open water, mangroves, and herbaceous saline vegetation are included, the figure is 2.2%.</span>
+ </li>
+ <li id="cite_note-13">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text">The Chatham Islands have a <a href="/wiki/Chatham_Standard_Time_Zone" title="Chatham Standard Time Zone">separate time zone</a>, 45 minutes ahead of the rest of New Zealand.</span>
+ </li>
+ <li id="cite_note-15">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text">Clocks are advanced by an hour from the last Sunday in September until the first Sunday in April.<sup id="cite_ref-14" class="reference"><a href="#cite_note-14">[9]</a></sup> Daylight saving time is also observed in the Chatham Islands, 45 minutes ahead of NZDT.</span>
+ </li>
+ <li id="cite_note-144">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-144">^</a></b></span> <span class="reference-text">A person born on or after 1 January 2006 acquires New Zealand citizenship at birth only if at least one parent is a New Zealand citizen or permanent resident. People born on or before 31 December 2005 acquired citizenship at birth (<i><a href="/wiki/Jus_soli" title="Jus soli">jus soli</a></i>).<sup id="cite_ref-143" class="reference"><a href="#cite_note-143">[137]</a></sup></span>
+ </li>
+ <li id="cite_note-254">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-254">^</a></b></span> <span class="reference-text">The population is increasing at a rate of 1.4–2.0% per year and is projected to rise to 5.01–5.51 million in 2025.<sup id="cite_ref-253" class="reference"><a href="#cite_note-253">[246]</a></sup></span>
+ </li>
+ <li id="cite_note-286">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-286">^</a></b></span> <span class="reference-text">In 2015, 55% of Māori adults (aged 15 years and over) reported knowledge of <i>te reo Māori</i>. Of these speakers, 64% use Māori at home and 50,000 can speak the language "very well" or "well".<sup id="cite_ref-tereoMaori_285-0" class="reference"><a href="#cite_note-tereoMaori-285">[277]</a></sup></span>
+ </li>
+ <li id="cite_note-289">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-289">^</a></b></span> <span class="reference-text">Of the 86,403 people that replied they spoke Samoan, 51,336 lived in the Auckland Region.</span>
+ </li>
+ <li id="cite_note-293">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-293">^</a></b></span> <span class="reference-text">Religion percentages may not add to 100% as people could claim multiple religions or object to answering the question.</span>
+ </li>
+ </ol>
+ </div>
+ <h2>
+ <span class="mw-headline" id="Citations">Citations</span>
+ </h2>
+ <div class="reflist columns references-column-width" style="-moz-column-width: 30em; -webkit-column-width: 30em; column-width: 30em; list-style-type: decimal;">
+ <ol class="references">
+ <li id="cite_note-1">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mch.govt.nz/nz-identity-heritage/national-anthems/protocols">"Protocol for using New Zealand's National Anthems"</a>. <a href="/wiki/Ministry_for_Culture_and_Heritage" title="Ministry for Culture and Heritage">Ministry for Culture and Heritage</a><span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2008</span>.</cite></span>
+ </li>
+ <li id="cite_note-3">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation report">New Zealand Government (21 December 2007). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20150124193521/http://mfat.govt.nz/downloads/humanrights/5th-ICCPR-report.pdf">International Covenant on Civil and Political Rights Fifth Periodic Report of the Government of New Zealand</a> <span class="cs1-format">(PDF)</span> (Report). p.&#160;89. Archived from <a rel="nofollow" class="external text" href="http://www.mfat.govt.nz/downloads/humanrights/5th-ICCPR-report.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 24 January 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">18 November</span> 2015</span>. <q>In addition to the Māori language, New Zealand Sign Language is also an official language of New Zealand. The New Zealand Sign Language Act 2006 permits the use of NZSL in legal proceedings, facilitates competency standards for its interpretation and guides government departments in its promotion and use. English, the medium for teaching and learning in most schools, is a de facto official language by virtue of its widespread use. For these reasons, these three languages have special mention in the New Zealand Curriculum.</q></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Census2018_pdc-5">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-Census2018_pdc_5-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.stats.govt.nz/information-releases/2018-census-population-and-dwelling-counts">"2018 Census population and dwelling counts"</a>. <a href="/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a><span class="reference-accessdate">. Retrieved <span class="nowrap">26 September</span> 2019</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-7">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mfe.govt.nz/issues/land/land-cover-dbase/index.html">"The New Zealand Land Cover Database"</a>. <i>New Zealand Land Cover Database 2</i>. <a href="/wiki/Ministry_for_the_Environment_(New_Zealand)" title="Ministry for the Environment (New Zealand)">Ministry for the Environment</a>. 1 July 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">26 April</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-populationestimate-9">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-populationestimate_9-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-populationestimate_9-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/tools_and_services/population_clock.aspx">"Population clock"</a>. <a href="/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a><span class="reference-accessdate">. Retrieved <span class="nowrap">14 April</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />The population estimate shown is automatically calculated daily at 00:00 UTC and is based on data obtained from the population clock on the date shown in the citation.
+ </li>
+ <li id="cite_note-imf2-10">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-imf2_10-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-imf2_10-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-imf2_10-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-imf2_10-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-imf2_10-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.imf.org/external/pubs/ft/weo/2018/02/weodata/weorept.aspx?sy=2018&amp;ey=2023&amp;scsm=1&amp;ssd=1&amp;sort=country&amp;ds=.&amp;br=1&amp;pr1.x=45&amp;pr1.y=1&amp;c=196&amp;s=NGDPD%2CPPPGDP%2CNGDPDPC%2CPPPPC&amp;grp=0&amp;a=">"New Zealand"</a>. International Monetary Fund<span class="reference-accessdate">. Retrieved <span class="nowrap">9 October</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-11">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/browse_for_stats/snapshots-of-nz/nz-social-indicators/Home/Standard%20of%20living/income-inequality.aspx#anchor26">"Income inequality"</a>. Statistics New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">14 June</span> 2015</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-HDI-12">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-HDI_12-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-HDI_12-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://hdr.undp.org/sites/default/files/2018_human_development_statistical_update.pdf">"Human Development Report 2018"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/Human_Development_Report" title="Human Development Report">HDRO (Human Development Report Office)</a> <a href="/wiki/United_Nations_Development_Programme" title="United Nations Development Programme">United Nations Development Programme</a>. p.&#160;22<span class="reference-accessdate">. Retrieved <span class="nowrap">14 September</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-14">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/regulation/public/2007/0185/latest/whole.html">"New Zealand Daylight Time Order 2007 (SR 2007/185)"</a>. New Zealand Parliamentary Counsel Office. 6 July 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">6 March</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-16">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text">There is no official all-numeric date format for New Zealand, but government recommendations generally follow <a href="/wiki/Date_and_time_notation_in_Australia" title="Date and time notation in Australia">Australian date and time notation</a>. See <cite class="citation"><a rel="nofollow" class="external text" href="https://www.govt.nz/about/about-this-website/style-and-design/the-govt-nz-style-guide/">"The Govt.nz style guide"</a>, <i>New Zealand Government</i>, 9 December 2016<span class="reference-accessdate">, retrieved <span class="nowrap">7 March</span> 2019</span></cite> <span class="cs1-visible-error error citation-comment">Italic or bold markup not allowed in: <code class="cs1-code">|website=</code> (<a href="/wiki/Help:CS1_errors#apostrophe_markup" title="Help:CS1 errors">help</a>)</span></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />.
+ </li>
+ <li id="cite_note-17">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><cite class="citation web">Tasman, Abel. <a rel="nofollow" class="external text" href="http://gutenberg.net.au/ebooks06/0600611.txt">"JOURNAL or DESCRIPTION By me <i>Abel Jansz Tasman</i>, Of a Voyage from <i>Batavia</i> for making Discoveries of the <i>Unknown South Land</i> in the year 1642"</a>. Project Gutenberg Australia<span class="reference-accessdate">. Retrieved <span class="nowrap">26 March</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-18">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (March 2009). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/european-discovery-of-new-zealand/3">"European discovery of New Zealand – Tasman's achievement"</a>. <i><a href="/wiki/Te_Ara:_The_Encyclopedia_of_New_Zealand" title="Te Ara: The Encyclopedia of New Zealand">Te Ara: The Encyclopedia of New Zealand</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">24 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-19">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><cite class="citation web">John Bathgate. <a rel="nofollow" class="external text" href="http://nzetc.victoria.ac.nz//tm/scholarly/tei-Stout44-t2-body-d1-d1.html">"The Pamphlet Collection of Sir Robert Stout:Volume 44. Chapter 1, Discovery and Settlement"</a>. NZETC<span class="reference-accessdate">. Retrieved <span class="nowrap">17 August</span> 2018</span>. <q>He named the country Staaten Land, in honour of the States-General of Holland, in the belief that it was part of the great southern continent.</q></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-20">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (September 2007). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/european-discovery-of-new-zealand/3">"Tasman's achievement"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">16 February</span> 2008</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-21">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><cite class="citation book">Mackay, Duncan (1986). "The Search For The Southern Land". In Fraser, B (ed.). <i>The New Zealand Book Of Events</i>. Auckland: <a href="/wiki/Methuen_Publishing" title="Methuen Publishing">Reed Methuen</a>. pp.&#160;52–54.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-NZ_name-22">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-NZ_name_22-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NZ_name_22-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia"><a href="/wiki/Malcolm_McKinnon" title="Malcolm McKinnon">McKinnon, Malcolm</a> (November 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/place-names/1">"Place names – Naming the country and the main islands"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">24 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTEKing200341-23">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEKing200341_23-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFKing2003">King 2003</a>, p.&#160;41.</span>
+ </li>
+ <li id="cite_note-FOOTNOTEHayMaclaganGordon200872-24">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEHayMaclaganGordon200872_24-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFHayMaclaganGordon2008">Hay, Maclagan &amp; Gordon 2008</a>, p.&#160;72.</span>
+ </li>
+ <li id="cite_note-FOOTNOTEMein_Smith20056-25">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-FOOTNOTEMein_Smith20056_25-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-FOOTNOTEMein_Smith20056_25-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a href="#CITEREFMein_Smith2005">Mein Smith 2005</a>, p.&#160;6.</span>
+ </li>
+ <li id="cite_note-26">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><cite class="citation book"><a href="/wiki/Thomas_Brunner" title="Thomas Brunner">Brunner, Thomas</a> (1851). <a rel="nofollow" class="external text" href="http://www.nzetc.org/tm/scholarly/BruJour-fig-BruJour_P001a.html"><i>The Great Journey: an expedition to explore the interior of the Middle Island, New Zealand, 1846-8</i></a>. <a href="/wiki/Royal_Geographical_Society" title="Royal Geographical Society">Royal Geographical Society</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Williamson2013-27">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Williamson2013_27-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Williamson2013_27-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation pressrelease">Williamson, Maurice (10 October 2013). <a rel="nofollow" class="external text" href="https://www.beehive.govt.nz/release/names-nz%E2%80%99s-two-main-islands-formalised">"Names of NZ's two main islands formalised"</a> (Press release). New Zealand Government<span class="reference-accessdate">. Retrieved <span class="nowrap">1 May</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-28">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text"><cite class="citation journal">Wilmshurst, J. M.; Hunt, T. L.; Lipo, C. P.; Anderson, A. J. (2010). <a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC3033267">"High-precision radiocarbon dating shows recent and rapid initial human colonization of East Polynesia"</a>. <i>Proceedings of the National Academy of Sciences</i>. <b>108</b> (5): 1815. <a href="/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/2011PNAS..108.1815W">2011PNAS..108.1815W</a>. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1073%2Fpnas.1015876108">10.1073/pnas.1015876108</a>. <a href="/wiki/PubMed_Central" title="PubMed Central">PMC</a>&#160;<span class="cs1-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC3033267">3033267</a></span>. <a href="/wiki/PubMed_Identifier" class="mw-redirect" title="PubMed Identifier">PMID</a>&#160;<a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pubmed/21187404">21187404</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-29">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><cite class="citation journal">McGlone, M.; Wilmshurst, J. M. (1999). "Dating initial Maori environmental impact in New Zealand". <i>Quaternary International</i>. <b>59</b>: 5–16. <a href="/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/1999QuInt..59....5M">1999QuInt..59....5M</a>. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1016%2FS1040-6182%2898%2900067-6">10.1016/S1040-6182(98)00067-6</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-30">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><cite class="citation journal">Murray-McIntosh, Rosalind P.; Scrimshaw, Brian J.; Hatfield, Peter J.; Penny, David (1998). <a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC21200">"Testing migration patterns and estimating founding population size in Polynesia by using human mtDNA sequences"</a>. <i><a href="/wiki/Proceedings_of_the_National_Academy_of_Sciences_of_the_United_States_of_America" title="Proceedings of the National Academy of Sciences of the United States of America">Proceedings of the National Academy of Sciences of the United States of America</a></i>. <b>95</b> (15): 9047–52. <a href="/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/1998PNAS...95.9047M">1998PNAS...95.9047M</a>. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1073%2Fpnas.95.15.9047">10.1073/pnas.95.15.9047</a>. <a href="/wiki/PubMed_Central" title="PubMed Central">PMC</a>&#160;<span class="cs1-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC21200">21200</a></span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-31">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><cite class="citation journal">Wilmshurst, J. M.; Anderson, A. J.; Higham, T. F. G.; Worthy, T. H. (2008). <a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC2409139">"Dating the late prehistoric dispersal of Polynesians to New Zealand using the commensal Pacific rat"</a>. <i>Proceedings of the National Academy of Sciences</i>. <b>105</b> (22): 7676. <a href="/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/2008PNAS..105.7676W">2008PNAS..105.7676W</a>. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1073%2Fpnas.0801507105">10.1073/pnas.0801507105</a>. <a href="/wiki/PubMed_Central" title="PubMed Central">PMC</a>&#160;<span class="cs1-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC2409139">2409139</a></span>. <a href="/wiki/PubMed_Identifier" class="mw-redirect" title="PubMed Identifier">PMID</a>&#160;<a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pubmed/18523023">18523023</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-32">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-32">^</a></b></span> <span class="reference-text"><cite class="citation journal">Moodley, Y.; Linz, B.; Yamaoka, Y.; Windsor, H.M.; Breurec, S.; Wu, J.-Y.; Maady, A.; Bernhöft, S.; Thiberge, J.-M.; et al. (2009). <a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC2827536">"The Peopling of the Pacific from a Bacterial Perspective"</a>. <i>Science</i>. <b>323</b> (5913): 527–530. <a href="/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/2009Sci...323..527M">2009Sci...323..527M</a>. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1126%2Fscience.1166083">10.1126/science.1166083</a>. <a href="/wiki/PubMed_Central" title="PubMed Central">PMC</a>&#160;<span class="cs1-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC2827536">2827536</a></span>. <a href="/wiki/PubMed_Identifier" class="mw-redirect" title="PubMed Identifier">PMID</a>&#160;<a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pubmed/19164753">19164753</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-33">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-33">^</a></b></span> <span class="reference-text"><cite class="citation book">Ballara, Angela (1998). <i>Iwi: The Dynamics of Māori Tribal Organisation from c. 1769 to c. 1945</i> (1st ed.). Wellington: Victoria University Press. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/9780864733283" title="Special:BookSources/9780864733283"><bdi>9780864733283</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-34">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><cite class="citation book">Clark, Ross (1994). "Moriori and Māori: The Linguistic Evidence". In Sutton, Douglas (ed.). <i>The Origins of the First New Zealanders</i>. Auckland: <a href="/wiki/Auckland_University_Press" title="Auckland University Press">Auckland University Press</a>. pp.&#160;123–135.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-35">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-35">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Davis, Denise (September 2007). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/moriori/4">"The impact of new arrivals"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-36">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-36">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Davis, Denise; Solomon, Māui (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/moriori/4">"<span class="cs1-kern-left">'</span>Moriori – The impact of new arrivals<span class="cs1-kern-right">'</span>"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 March</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTEMein_Smith200523-37">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-FOOTNOTEMein_Smith200523_37-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-FOOTNOTEMein_Smith200523_37-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a href="#CITEREFMein_Smith2005">Mein Smith 2005</a>, p.&#160;23.</span>
+ </li>
+ <li id="cite_note-38">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-38">^</a></b></span> <span class="reference-text"><cite class="citation book"><a href="/wiki/Anne_Salmond" title="Anne Salmond">Salmond, Anne</a>. <i>Two Worlds: First Meetings Between Maori and Europeans 1642–1772</i>. Auckland: <a href="/wiki/Penguin_Books" title="Penguin Books">Penguin Books</a>. p.&#160;82. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-670-83298-7" title="Special:BookSources/0-670-83298-7"><bdi>0-670-83298-7</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTEKing2003122-39">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEKing2003122_39-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFKing2003">King 2003</a>, p.&#160;122.</span>
+ </li>
+ <li id="cite_note-40">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-40">^</a></b></span> <span class="reference-text"><cite class="citation journal">Fitzpatrick, John (2004). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110511142553/https://www.adelaide.edu.au/apsa/docs_papers/Others/Fitzpatrick.pdf">"Food, warfare and the impact of Atlantic capitalism in Aotearo/New Zealand"</a> <span class="cs1-format">(PDF)</span>. <i>Australasian Political Studies Association Conference: APSA 2004 Conference Papers</i>. Archived from <a rel="nofollow" class="external text" href="https://www.adelaide.edu.au/apsa/docs_papers/Others/Fitzpatrick.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 11 May 2011.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-41">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-41">^</a></b></span> <span class="reference-text"><cite class="citation book">Brailsford, Barry (1972). <i>Arrows of Plague</i>. Wellington: Hick Smith and Sons. p.&#160;35. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-456-01060-2" title="Special:BookSources/0-456-01060-2"><bdi>0-456-01060-2</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-42">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-42">^</a></b></span> <span class="reference-text"><cite class="citation book">Wagstrom, Thor (2005). "Broken Tongues and Foreign Hearts". In Brock, Peggy (ed.). <i>Indigenous Peoples and Religious Change</i>. Boston: Brill Academic Publishers. pp.&#160;71 and 73. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-90-04-13899-5" title="Special:BookSources/978-90-04-13899-5"><bdi>978-90-04-13899-5</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-43">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-43">^</a></b></span> <span class="reference-text"><cite class="citation book">Lange, Raeburn (1999). <i>May the people live: a history of Māori health development 1900–1920</i>. Auckland University Press. p.&#160;18. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-1-86940-214-3" title="Special:BookSources/978-1-86940-214-3"><bdi>978-1-86940-214-3</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-44">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-44">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150228231623/http://www.heritageaustralia.com.au/articles/features/4576-a-nation-subdivided">"A Nation sub-divided"</a>. <i>Australian Heritage</i>. Heritage Australia Publishing. 2011. Archived from <a rel="nofollow" class="external text" href="http://www.heritageaustralia.com.au/articles/features/4576-a-nation-subdivided">the original</a> on 28 February 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">27 December</span> 2014</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Busby-45">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Busby_45-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Busby_45-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Rutherford, James (April 2009) [originally published in 1966]. <a href="/wiki/Alexander_Hare_McLintock" title="Alexander Hare McLintock">McLintock, Alexander</a> (ed.). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/1966/busby-james/1"><i>Busby, James</i></a>. <a href="/wiki/An_Encyclopaedia_of_New_Zealand" title="An Encyclopaedia of New Zealand">An Encyclopaedia of New Zealand</a><span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-46">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-46">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/gipps-sir-george/1"><i>Sir George Gipps</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Wilson2009-47">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Wilson2009_47-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Wilson2009_47-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/government-and-nation/1">"Government and nation – The origins of nationhood"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-48">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-48">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/1966/land-settlement/3"><i>Settlement from 1840 to 1852</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-49">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-49">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Foster, Bernard (April 2009) [originally published in 1966]. McLintock, Alexander (ed.). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/1966/akaroa-french-settlement-at/1"><i>Akaroa, French Settlement At</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-50">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-50">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Simpson, K (September 2010). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/biographies/1h29/1">"Hobson, William – Biography"</a>. In McLintock, Alexander (ed.). <i><a href="/wiki/Dictionary_of_New_Zealand_Biography" title="Dictionary of New Zealand Biography">Dictionary of New Zealand Biography</a></i>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-51">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-51">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Phillips, Jock (April 2010). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/history-of-immigration/3">"British immigration and the New Zealand Company"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-52">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-52">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/politics/history-of-the-governor-general/crown-colony-era">"Crown colony era – the Governor-General"</a>. Ministry for Culture and Heritage. March 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-53">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-53">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/war/new-zealands-19th-century-wars/introduction">"New Zealand's 19th-century wars – overview"</a>. Ministry for Culture and Heritage. April 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-G_and_N-54">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-G_and_N_54-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-G_and_N_54-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-G_and_N_54-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-G_and_N_54-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/nation-and-government">"Government and nation – The constitution"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />See pages 2 and 3.
+ </li>
+ <li id="cite_note-55">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-55">^</a></b></span> <span class="reference-text"><cite class="citation book"><a href="/wiki/Philip_Temple" title="Philip Temple">Temple, Philip</a> (1980). <i>Wellington Yesterday</i>. John McIndoe. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-86868-012-5" title="Special:BookSources/0-86868-012-5"><bdi>0-86868-012-5</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-56">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-56">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://nzhistory.govt.nz/parliament-sits-for-the-first-time-in-wellington">"Parliament moves to Wellington"</a>. Ministry for Culture and Heritage. January 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Liberal-57">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Liberal_57-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Liberal_57-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/history/page-5">"History – Liberal to Labour"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-58">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-58">^</a></b></span> <span class="reference-text"><cite class="citation web">Hamer, David. <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/biographies/2s11">"Seddon, Richard John"</a>. <i><a href="/wiki/Dictionary_of_New_Zealand_Biography" title="Dictionary of New Zealand Biography">Dictionary of New Zealand Biography</a></i>. <a href="/wiki/Ministry_for_Culture_and_Heritage" title="Ministry for Culture and Heritage">Ministry for Culture and Heritage</a><span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-59">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-59">^</a></b></span> <span class="reference-text"><cite class="citation journal">Boxall, Peter; Haynes, Peter (1997). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110511134417/http://www.gurn.info/en/topics/global-trade-union-strategies-union-renewal/organizational-innovation-and-change/industrial-relations-and-labour-regulations-affecting-unions2019-structure/strategy-and-trade-union-effectiveness-in-a-neo-liberal-environment">"Strategy and Trade Union Effectiveness in a Neo-liberal Environment"</a>. <i>British Journal of Industrial Relations</i>. <b>35</b> (4): 567–591. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1111%2F1467-8543.00069">10.1111/1467-8543.00069</a>. Archived from <a rel="nofollow" class="external text" href="http://www.gurn.info/en/topics/global-trade-union-strategies-union-renewal/organizational-innovation-and-change/industrial-relations-and-labour-regulations-affecting-unions2019-structure/strategy-and-trade-union-effectiveness-in-a-neo-liberal-environment">the original</a> <span class="cs1-format">(PDF)</span> on 11 May 2011.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-60">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-60">^</a></b></span> <span class="reference-text"><cite id="CITEREFGazette28058" class="citation magazine"><a rel="nofollow" class="external text" href="https://www.thegazette.co.uk/London/issue/28058/page/6149">"Proclamation"</a>. <i><a href="/wiki/The_London_Gazette" title="The London Gazette">The London Gazette</a></i>. No.&#160;28058. 10 September 1907. p.&#160;6149.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-61">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-61">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://nzhistory.govt.nz/culture/dominion-day/becoming-dominion">"Dominion status – Becoming a dominion"</a>. Ministry for Culture and Heritage. September 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">26 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-62">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-62">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/war-and-society">"War and Society"</a>. Ministry for Culture and Heritage<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-63">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-63">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia"><a href="/wiki/Brian_Easton_(economist)" title="Brian Easton (economist)">Easton, Brian</a> (April 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/economic-history/7">"Economic history – Interwar years and the great depression"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-64">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-64">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Derby, Mark (May 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/strikes-and-labour-disputes/6">"Strikes and labour disputes – Wars, depression and first Labour government"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-65">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-65">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Easton, Brian (November 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/economic-history/9">"Economic history – Great boom, 1935–1966"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-66">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-66">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Keane, Basil (November 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/te-maori-i-te-ohanga-maori-in-the-economy/6">"Te Māori i te ohanga – Māori in the economy – Urbanisation"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-67">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-67">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Royal, Te Ahukaramū (March 2009). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/maori/5">"Māori – Urbanisation and renaissance"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-68">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-68">^</a></b></span> <span class="reference-text"><cite class="citation book"><a rel="nofollow" class="external text" href="https://www.govt.nz/assets/Documents/Red-Book-Healing-the-past-building-a-future.pdf"><i>Healing the past, building a future: A Guide to Treaty of Waitangi Claims and Negotiations with the Crown</i></a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/Office_of_Treaty_Settlements" title="Office of Treaty Settlements">Office of Treaty Settlements</a>. March 2015. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-478-32436-5" title="Special:BookSources/978-0-478-32436-5"><bdi>978-0-478-32436-5</bdi></a><span class="reference-accessdate">. Retrieved <span class="nowrap">26 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-69">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-69">^</a></b></span> <span class="reference-text"><cite class="citation report"><a rel="nofollow" class="external text" href="https://forms.justice.govt.nz/search/WT/reports/reportSummary.html?reportId=wt_DOC_68000605">Report on the Crown's Foreshore and Seabed Policy</a> (Report). <a href="/wiki/Minister_of_Justice_(New_Zealand)" title="Minister of Justice (New Zealand)">Ministry of Justice</a><span class="reference-accessdate">. Retrieved <span class="nowrap">26 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-70">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-70">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Barker, Fiona (June 2012). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/video/34605/debate-about-the-foreshore-and-seabed">"Debate about the foreshore and seabed"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-GG_constitution-71">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-GG_constitution_71-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GG_constitution_71-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.gg.govt.nz/role/constofnz.htm">"New Zealand's Constitution"</a>. The Governor-General of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Economist_factsheet-72">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Economist_factsheet_72-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Economist_factsheet_72-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Economist_factsheet_72-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20060514204533/http://economist.com/countries/NewZealand/profile.cfm?folder=Profile-Political%20Forces">"Factsheet – New Zealand – Political Forces"</a>. <i><a href="/wiki/The_Economist" title="The Economist">The Economist</a></i>. <a href="/wiki/The_Economist_Group" class="mw-redirect" title="The Economist Group">The Economist Group</a>. 15 February 2005. Archived from <a rel="nofollow" class="external text" href="http://economist.com/countries/NewZealand/profile.cfm?folder=Profile-Political%20Forces">the original</a> on 14 May 2006<span class="reference-accessdate">. Retrieved <span class="nowrap">4 August</span> 2009</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-73">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-73">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/act/public/1974/0001/latest/DLM411814.html">"Royal Titles Act 1974"</a>. New Zealand Parliamentary Counsel Office. February 1974. Section 1<span class="reference-accessdate">. Retrieved <span class="nowrap">8 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-74">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-74">^</a></b></span> <span class="reference-text"><cite class="citation journal"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/act/public/1986/0114/latest/whole.html#DLM94210">"Constitution Act 1986"</a>. New Zealand Parliamentary Counsel Office. 1 January 1987. Section 2.1<span class="reference-accessdate">. Retrieved <span class="nowrap">15 July</span> 2018</span>. <q>The Sovereign in right of New Zealand is the head of State of New Zealand, and shall be known by the royal style and titles proclaimed from time to time.</q></cite> <span class="cs1-hidden-error error citation-comment">Cite journal requires <code class="cs1-code">|journal=</code> (<a href="/wiki/Help:CS1_errors#missing_periodical" title="Help:CS1 errors">help</a>)</span></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-75">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-75">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://gg.govt.nz/role">"The Role of the Governor-General"</a>. The Governor-General of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">6 July</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-76">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-76">^</a></b></span> <span class="reference-text"><cite class="citation journal">Harris, Bruce (2009). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110718005846/http://www.britannica.com/bps/additionalcontent/18/41876855/REPLACEMENT-OF-THE-ROYAL-PREROGATIVE-IN-NEW-ZEALAND">"Replacement of the Royal Prerogative in New Zealand"</a>. <i>New Zealand Universities Law Review</i>. <b>23</b>: 285–314. Archived from <a rel="nofollow" class="external text" href="http://www.britannica.com/bps/additionalcontent/18/41876855/REPLACEMENT-OF-THE-ROYAL-PREROGATIVE-IN-NEW-ZEALAND">the original</a> on 18 July 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">28 August</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-reserve_Powers-77">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-reserve_Powers_77-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-reserve_Powers_77-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.gg.govt.nz/role/powers.htm">"The Reserve Powers"</a>. The Governor-General of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">8 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-parliament_facts-78">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-parliament_facts_78-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-parliament_facts_78-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-parliament_facts_78-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-parliament_facts_78-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.parliament.nz/en/visit-and-learn/how-parliament-works/fact-sheets/pbrief7/">"Parliament Brief: What is Parliament?"</a>. New Zealand Parliament<span class="reference-accessdate">. Retrieved <span class="nowrap">30 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-79">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-79">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLean, Gavin (February 2015). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/premiers-and-prime-ministers">"Premiers and prime ministers"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">30 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-80">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-80">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (November 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/government-and-nation/4">"Government and nation – System of government"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">9 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-81">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-81">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.cabinetmanual.cabinetoffice.govt.nz/5.11">"Principles of Cabinet decision making"</a>. <i>Cabinet Manual</i>. Department of the Prime Minister and Cabinet. 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">1 December</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-82">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-82">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://cabinetmanual.cabinetoffice.govt.nz/6.2">"The electoral cycle"</a>. <i>Cabinet Manual</i>. Department of the Prime Minister and Cabinet. 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-road-83">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-road_83-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-road_83-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/politics/fpp-to-mmp/first-past-the-post">"First past the post – the road to MMP"</a>. Ministry for Culture and Heritage. September 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">9 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-84">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-84">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20111109013802/http://www.elections.org.nz/elections/electorates/reviewing-electorates.html">"Reviewing electorate numbers and boundaries"</a>. <a href="/wiki/Electoral_Commission_(New_Zealand)" title="Electoral Commission (New Zealand)">Electoral Commission</a>. 8 May 2005. Archived from <a rel="nofollow" class="external text" href="http://www.elections.org.nz/elections/electorates/reviewing-electorates.html">the original</a> on 9 November 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">7 July</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-85">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-85">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.elections.org.nz/voting-system/mmp-voting-system/sainte-lagu%C3%AB-allocation-formula">"Sainte-Laguë allocation formula"</a>. Electoral Commission. 4 February 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">31 May</span> 2014</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-86">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-86">^</a></b></span> <span class="reference-text"><cite class="citation book">Paxton, Pamela; Hughes, Melanie M. (2015). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=lf4QCgAAQBAJ&amp;pg=PT107"><i>Women, Politics, and Power: A Global Perspective</i></a>. CQ Press. p.&#160;107. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-1-48-337701-8" title="Special:BookSources/978-1-48-337701-8"><bdi>978-1-48-337701-8</bdi></a><span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-87">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-87">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&amp;objectid=11936791">"Jacinda Ardern sworn in as new Prime Minister"</a>. <i>New Zealand Herald</i>. 26 October 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-88">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-88">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="https://www.stuff.co.nz/national/politics/86217670/female-political-leaders-have-been-smashing-glass-ceilings-for-ages">"Female political leaders have been smashing glass ceilings for ages"</a>. <i><a href="/wiki/Stuff.co.nz" title="Stuff.co.nz">Stuff.co.nz</a></i>. Fairfax NZ. 27 October 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">19 July</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-89">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-89">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.courtsofnz.govt.nz/about-the-judiciary/role-judges/role-chief">"Role of the Chief Justice"</a>. Courts of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">9 June</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-90">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-90">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.courtsofnz.govt.nz/about-the-judiciary/structure-of-the-court-system">"Structure of the court system"</a>. Courts of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">9 June</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-91">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-91">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20101124005516/http://justice.govt.nz/courts/the-judiciary">"The Judiciary"</a>. <a href="/wiki/Minister_of_Justice_(New_Zealand)" title="Minister of Justice (New Zealand)">Ministry of Justice</a>. Archived from <a rel="nofollow" class="external text" href="http://www.justice.govt.nz/courts/the-judiciary">the original</a> on 24 November 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">9 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-92">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-92">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20170204213240/http://fsi.fundforpeace.org/rankings-2016">"The Fragile States Index 2016"</a>. The Fund for Peace. Archived from <a rel="nofollow" class="external text" href="http://fsi.fundforpeace.org/rankings-2016">the original</a> on 4 February 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">30 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-93">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-93">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://pages.eiu.com/rs/753-RIQ-438/images/Democracy_Index_2017.pdf">"Democracy Index 2017"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/Economist_Intelligence_Unit" title="Economist Intelligence Unit">Economist Intelligence Unit</a>. 2018. p.&#160;5<span class="reference-accessdate">. Retrieved <span class="nowrap">9 December</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-94">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-94">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.transparency.org/news/feature/corruption_perceptions_index_2017">"Corruption Perceptions Index 2017"</a>. <a href="/wiki/Transparency_International" title="Transparency International">Transparency International</a>. 21 February 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">9 December</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-95">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-95">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://2009-2017.state.gov/j/drl/rls/hrrpt/humanrightsreport/index.htm?year=2017&amp;dlid=277105">"New Zealand"</a>. <i>Country Reports on Human Rights Practices for 2017</i>. <a href="/wiki/United_States_Department_of_State" title="United States Department of State">United States Department of State</a><span class="reference-accessdate">. Retrieved <span class="nowrap">9 December</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-96">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-96">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.oecdbetterlifeindex.org/countries/new-zealand/">"New Zealand"</a>. OECD Better Life Index. 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">30 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-97">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-97">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/1966/history-constitutional/10"><i>External Relations</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-98">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-98">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/people/michael-joseph-savage-biography">"Michael Joseph Savage"</a>. Ministry for Culture and Heritage. July 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">29 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-99">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-99">^</a></b></span> <span class="reference-text"><cite class="citation web">Patman, Robert (2005). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20070925192858/http://www.victoria.ac.nz/css/docs/Working_Papers/WP21.pdf">"Globalisation, Sovereignty, and the Transformation of New Zealand Foreign Policy"</a> <span class="cs1-format">(PDF)</span>. <i>Working Paper 21/05</i>. Centre for Strategic Studies, Victoria University of Wellington. p.&#160;8. Archived from <a rel="nofollow" class="external text" href="http://www.victoria.ac.nz/css/docs/Working_Papers/WP21.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 25 September 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">12 March</span> 2007</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-100">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-100">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110629153135/http://www.australianpolitics.com/foreign/anzus/anzus-treaty.shtml">"Department Of External Affairs: Security Treaty between Australia, New Zealand and the United States of America"</a>. <a href="/wiki/Government_of_Australia" title="Government of Australia">Australian Government</a>. September 1951. Archived from <a rel="nofollow" class="external text" href="http://www.australianpolitics.com/foreign/anzus/anzus-treaty.shtml">the original</a> on 29 June 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-101">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-101">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/war/vietnam-war">"The Vietnam War"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. June 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-102">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-102">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/politics/nuclear-free-new-zealand/rainbow-warrior">"Sinking the Rainbow Warrior – nuclear-free New Zealand"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. August 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-103">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-103">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/politics/nuclear-free-new-zealand/nuclear-free-zone">"Nuclear-free legislation – nuclear-free New Zealand"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. August 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-104">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-104">^</a></b></span> <span class="reference-text"><cite class="citation book"><a href="/wiki/David_Lange" title="David Lange">Lange, David</a> (1990). <i>Nuclear Free: The New Zealand Way</i>. New Zealand: <a href="/wiki/Penguin_Books" title="Penguin Books">Penguin Books</a>. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-14-014519-2" title="Special:BookSources/0-14-014519-2"><bdi>0-14-014519-2</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-105">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-105">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20101222174922/http://www.dfat.gov.au/aib/history.html">"Australia in brief"</a>. <a href="/wiki/Department_of_Foreign_Affairs_and_Trade_(Australia)" title="Department of Foreign Affairs and Trade (Australia)">Australian Department of Foreign Affairs and Trade</a>. Archived from <a rel="nofollow" class="external text" href="http://www.dfat.gov.au/aib/history.html">the original</a> on 22 December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-NZ_in_brief-106">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-NZ_in_brief_106-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NZ_in_brief_106-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.dfat.gov.au/geo/new_zealand/nz_country_brief.html">"New Zealand country brief"</a>. Australian Department of Foreign Affairs and Trade<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-107">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-107">^</a></b></span> <span class="reference-text"><cite class="citation news">Collett, John (4 September 2013). <a rel="nofollow" class="external text" href="http://www.smh.com.au/money/super-and-funds/kiwis-face-hurdles-in-pursuit-of-lost-funds-20130903-2t1jl.html#ixzz2glaaulCe">"Kiwis face hurdles in pursuit of lost funds"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">4 October</span> 2013</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-108">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-108">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Bertram, Geoff (April 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/south-pacific-economic-relations/4">"South Pacific economic relations – Aid, remittances and tourism"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-109">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-109">^</a></b></span> <span class="reference-text"><cite class="citation web">Howes, Stephen (November 2010). <a rel="nofollow" class="external text" href="http://devpolicy.org/making-migration-work-lessons-from-new-zealand/">"Making migration work: Lessons from New Zealand"</a>. Development Policy Centre<span class="reference-accessdate">. Retrieved <span class="nowrap">23 March</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-110">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-110">^</a></b></span> <span class="reference-text"><cite class="citation web">Ayele, Yoseph (28 September 2017). <a rel="nofollow" class="external text" href="https://stories.ehf.org/the-growing-momentum-for-global-impact-in-new-zealand-13bdc5597ad2">"The Growing Momentum for Global Impact in New Zealand"</a>. <i>Edmund Hillary Fellowship</i><span class="reference-accessdate">. Retrieved <span class="nowrap">9 July</span> 2019</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-111">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-111">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.un.org/en/members/index.shtml#n">"Member States of the United Nations"</a>. United Nations<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-112">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-112">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://thecommonwealth.org/our-member-countries/new-zealand">"New Zealand"</a>. The Commonwealth<span class="reference-accessdate">. Retrieved <span class="nowrap">1 December</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-113">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-113">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.oecd.org/pages/0,3417,en_36734052_36761800_1_1_1_1_1,00.html">"Members and partners"</a>. Organisation for Economic Co-operation and Development<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-114">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-114">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.aspistrategist.org.au/the-future-of-the-five-power-defence-arrangements/">"The future of the Five Power Defence Arrangements"</a>. The Strategist. 8 November 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">1 December</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-115">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-115">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzdf.mil.nz/about-us/">"About Us: Role and Responsibilities"</a>. New Zealand Defence Force<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-116">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-116">^</a></b></span> <span class="reference-text"><cite class="citation book">Ayson, Robert (2007). "New Zealand Defence and Security Policy,1990–2005". In Alley, Roderic (ed.). <i>New Zealand In World Affairs, Volume IV: 1990–2005</i>. Wellington: <a href="/wiki/Victoria_University_Press" title="Victoria University Press">Victoria University Press</a>. p.&#160;132. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-86473-548-5" title="Special:BookSources/978-0-86473-548-5"><bdi>978-0-86473-548-5</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-117">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-117">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/war/the-battle-for-crete">"The Battle for Crete"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. May 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">9 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-118">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-118">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/war/the-north-african-campaign/el-alamein">"El Alamein – The North African Campaign"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage. May 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">9 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-119">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-119">^</a></b></span> <span class="reference-text"><cite class="citation web"><a href="/wiki/Richard_Holmes_(military_historian)" title="Richard Holmes (military historian)">Holmes, Richard</a> (September 2010). <a rel="nofollow" class="external text" href="http://www.bbc.co.uk/history/worldwars/wwtwo/battle_cassino_01.shtml">"World War Two: The Battle of Monte Cassino"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">9 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-120">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-120">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&amp;objectid=10122323">"Gallipoli stirred new sense of national identity says Clark"</a>. <i>New Zealand Herald</i>. April 2005<span class="reference-accessdate">. Retrieved <span class="nowrap">9 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-121">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-121">^</a></b></span> <span class="reference-text"><cite class="citation book">Prideaux, Bruce (2007). Ryan, Chris (ed.). <i>Battlefield tourism: history, place and interpretation</i>. <a href="/wiki/Elsevier" title="Elsevier">Elsevier</a> Science. p.&#160;18. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-08-045362-0" title="Special:BookSources/978-0-08-045362-0"><bdi>978-0-08-045362-0</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-122">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-122">^</a></b></span> <span class="reference-text"><cite class="citation web">Burke, Arthur. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20101226110037/http://www.anzacday.org.au/spirit/spirit2.html">"The Spirit of ANZAC"</a>. ANZAC Day Commemoration Committee. Archived from <a rel="nofollow" class="external text" href="http://www.anzacday.org.au/spirit/spirit2.html">the original</a> on 26 December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-123">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-123">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/war/the-south-african-boer-war/introduction">"South African War 1899–1902"</a>. Ministry for Culture and Heritage. February 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-124">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-124">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://nzhistory.govt.nz/war/korean-war">"New Zealand in the Korean War"</a>. <i>New Zealand History</i>. Ministry for Culture and Heritage<span class="reference-accessdate">. Retrieved <span class="nowrap">1 December</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-125">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-125">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/war/the-malayan-emergency">"NZ and the Malayan Emergency"</a>. Ministry for Culture and Heritage. August 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">11 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-126">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-126">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20080125104529/http://www.nzdf.mil.nz/operations/default.htm">"New Zealand Defence Force Overseas Operations"</a>. <a href="/wiki/New_Zealand_Defence_Force" title="New Zealand Defence Force">New Zealand Defence Force</a>. January 2008. Archived from <a rel="nofollow" class="external text" href="http://www.nzdf.mil.nz/operations/default.htm">the original</a> on 25 January 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2008</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-nine_provinces-127">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-nine_provinces_127-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nine_provinces_127-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.library.otago.ac.nz/pdf/hoc_fr_bulletins/31_bulletin.pdf">"New Zealand's Nine Provinces (1853–76)"</a> <span class="cs1-format">(PDF)</span>. <i>Friends of the Hocken Collections</i>. University of Otago. March 2000<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-128">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-128">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/provinces-and-provincial-districts/3"><i>Provincial Divergencies</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">7 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-129">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-129">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Swarbrick, Nancy (September 2016). <a rel="nofollow" class="external text" href="http://TeAra.govt.nz/en/public-holidays">"Public holidays"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-130">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-130">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/regional-rugby/overview">"Overview – regional rugby"</a>. Ministry for Culture and Heritage. September 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-131">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-131">^</a></b></span> <span class="reference-text"><cite class="citation journal">Dollery, Brian; Keogh, Ciaran; Crase, Lin (2007). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20070829001212/http://www.anzrsai.org/system/files/f8/f9/f39/f40/o186//Dollery%20sustaining%20regions%20article.pdf">"Alternatives to Amalgamation in Australian Local Government: Lessons from the New Zealand Experience"</a> <span class="cs1-format">(PDF)</span>. <i>Sustaining Regions</i>. <b>6</b> (1): 50–69. Archived from <a rel="nofollow" class="external text" href="http://www.anzrsai.org/system/files/f8/f9/f39/f40/o186//Dollery%20sustaining%20regions%20article.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 29 August 2007.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Sancton2000-132">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Sancton2000_132-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Sancton2000_132-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Sancton2000_132-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation book">Sancton, Andrew (2000). <i>Merger mania: the assault on local government</i>. <a href="/wiki/McGill-Queen%27s_University_Press" class="mw-redirect" title="McGill-Queen's University Press">McGill-Queen's University Press</a>. p.&#160;84. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-7735-2163-1" title="Special:BookSources/0-7735-2163-1"><bdi>0-7735-2163-1</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-133">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-133">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110610051916/http://www.stats.govt.nz/~/media/Statistics/Methods%20and%20Services/Tables/Subnational%20population%20estimates/subpopest2001-10.ashx">"Subnational population estimates at 30 June 2010 (boundaries at 1 November 2010)"</a>. Statistics New Zealand. 26 October 2010. Archived from <a rel="nofollow" class="external text" href="http://www.stats.govt.nz/~/media/Statistics/Methods%20and%20Services/Tables/Subnational%20population%20estimates/subpopest2001-10.ashx">the original</a> on 10 June 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">2 April</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTESmeltJui_Lin200933-134">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTESmeltJui_Lin200933_134-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFSmeltJui_Lin2009">Smelt &amp; Jui Lin 2009</a>, p.&#160;33.</span>
+ </li>
+ <li id="cite_note-glossary-135">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-glossary_135-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-glossary_135-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.localcouncils.govt.nz/lgip.nsf/wpgurl/Resources-Glossary-Index">"Glossary"</a>. Department of Internal Affairs<span class="reference-accessdate">. Retrieved <span class="nowrap">28 August</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-136">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-136">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/act/public/1995/0041/latest/whole.html">"Chatham Islands Council Act 1995 No 41"</a>. New Zealand Parliamentary Counsel Office. 29 July 1995<span class="reference-accessdate">. Retrieved <span class="nowrap">8 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-137">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-137">^</a></b></span> <span class="reference-text"><cite class="citation book">Gimpel, Diane (2011). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=Hvqnkc5nP54C&amp;pg=PA22"><i>Monarchies</i></a>. ABDO Publishing Company. p.&#160;22. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-1-617-14792-0" title="Special:BookSources/978-1-617-14792-0"><bdi>978-1-617-14792-0</bdi></a><span class="reference-accessdate">. Retrieved <span class="nowrap">18 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-138">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-138">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20101113024046/http://www.gov.nu/wb/pages/system-of-government-fakatokaaga-he-fakatufono.php">"System of Government"</a>. Government of Niue. Archived from <a rel="nofollow" class="external text" href="http://www.gov.nu/wb/pages/system-of-government-fakatokaaga-he-fakatufono.php">the original</a> on 13 November 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-139">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-139">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.ck/govt.htm#con">"Government – Structure, Personnel"</a>. Government of the Cook Islands<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-140">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-140">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.tokelau.org.nz/Tokelau+Government.html">"Tokelau Government"</a>. Government of Tokelau<span class="reference-accessdate">. Retrieved <span class="nowrap">16 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-141">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-141">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.antarcticanz.govt.nz/scott-base">"Scott Base"</a>. <a href="/wiki/Antarctica_New_Zealand" title="Antarctica New Zealand">Antarctica New Zealand</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-142">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-142">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/act/public/1977/0061/latest/whole.html">"Citizenship Act 1977 No 61"</a>. Zealand Parliamentary Counsel Office. 1 December 1977<span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-143">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-143">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.dia.govt.nz/diawebsite.nsf/wpg_URL/Services-Citizenship-Check-if-you%E2%80%99re-a-New-Zealand-citizen?OpenDocument">"Check if you're a New Zealand citizen"</a>. Department of Internal Affairs<span class="reference-accessdate">. Retrieved <span class="nowrap">20 January</span> 2015</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-145">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-145">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/cook-strait/1"><i>The Sea Floor</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-146">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-146">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20101225020855/http://www.aucklandcity.govt.nz/auckland/introduction/hauraki/default.asp">"Hauraki Gulf islands"</a>. <a href="/wiki/Auckland_City_Council" title="Auckland City Council">Auckland City Council</a>. Archived from <a rel="nofollow" class="external text" href="http://www.aucklandcity.govt.nz/auckland/introduction/hauraki/default.asp">the original</a> on 25 December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-147">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-147">^</a></b></span> <span class="reference-text"><cite class="citation web">Hindmarsh (2006). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110511071150/http://www.historic.org.nz/en/Publications/HeritageNZMagazine/HeritageNz2006/HNZ06-DiscoveringDUrville.aspx">"Discovering D'Urville"</a>. Heritage New Zealand. Archived from <a rel="nofollow" class="external text" href="http://www.historic.org.nz/en/Publications/HeritageNZMagazine/HeritageNz2006/HNZ06-DiscoveringDUrville.aspx">the original</a> on 11 May 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">13 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-148">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-148">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110123074649/http://www.auckland-coastguard.org.nz/Information/Distance%2BTables.html">"Distance tables"</a>. Auckland Coastguard. Archived from <a rel="nofollow" class="external text" href="http://www.auckland-coastguard.org.nz/Information/Distance+Tables.html">the original</a> on 23 January 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">2 March</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-149">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-149">^</a></b></span> <span class="reference-text"><cite class="citation book">McKenzie, D. W. (1987). <i>Heinemann New Zealand atlas</i>. <a href="/wiki/Heinemann_(publisher)" title="Heinemann (publisher)">Heinemann Publishers</a>. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-7900-0187-X" title="Special:BookSources/0-7900-0187-X"><bdi>0-7900-0187-X</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-CIA-150">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-CIA_150-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-CIA_150-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-CIA_150-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-CIA_150-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-CIA_150-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-CIA_150-5"><sup><i><b>f</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.cia.gov/library/publications/the-world-factbook/geos/nz.html">"CIA – The World Factbook"</a>. Cia.gov<span class="reference-accessdate">. Retrieved <span class="nowrap">4 May</span> 2013</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-151">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-151">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20100522061011/http://www2.stats.govt.nz/domino/external/PASFull/pasfull.nsf/84bf91b1a7b5d7204c256809000460a4/4c2567ef00247c6acc25697a00043f15?OpenDocument">"Geography"</a>. <a href="/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a>. 1999. Archived from <a rel="nofollow" class="external text" href="http://www2.stats.govt.nz/domino/external/PASFull/pasfull.nsf/84bf91b1a7b5d7204c256809000460a4/4c2567ef00247c6acc25697a00043f15?OpenDocument">the original</a> on 22 May 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">21 December</span> 2009</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-152">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-152">^</a></b></span> <span class="reference-text"><cite class="citation book"><a rel="nofollow" class="external text" href="http://www.mfe.govt.nz/sites/default/files/offshore-options-jun05.pdf"><i>Offshore Options: Managing Environmental Effects in New Zealand's Exclusive Economic Zone</i></a> <span class="cs1-format">(PDF)</span>. Wellington: <a href="/wiki/Ministry_for_the_Environment_(New_Zealand)" title="Ministry for the Environment (New Zealand)">Ministry for the Environment</a>. 2005. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-478-25916-6" title="Special:BookSources/0-478-25916-6"><bdi>0-478-25916-6</bdi></a><span class="reference-accessdate">. Retrieved <span class="nowrap">23 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-153">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-153">^</a></b></span> <span class="reference-text"><cite class="citation book">Coates, Glen (2002). <i>The rise and fall of the Southern Alps</i>. Canterbury University Press. p.&#160;15. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-908812-93-0" title="Special:BookSources/0-908812-93-0"><bdi>0-908812-93-0</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTEGarden200552-154">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEGarden200552_154-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFGarden2005">Garden 2005</a>, p.&#160;52.</span>
+ </li>
+ <li id="cite_note-155">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-155">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Grant, David (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/southland-places/10">"Southland places – Fiordland's coast"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">14 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-156">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-156">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20101229222806/http://www.doc.govt.nz/parks-and-recreation/national-parks/tongariro/features/central-north-island-volcanoes/">"Central North Island volcanoes"</a>. Department of Conservation. Archived from <a rel="nofollow" class="external text" href="http://www.doc.govt.nz/parks-and-recreation/national-parks/tongariro/features/central-north-island-volcanoes/">the original</a> on 29 December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">14 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-157">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-157">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Walrond, Carl (March 2009). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/natural-environment/1">"Natural environment – Geography and geology"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">14 January</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-158">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-158">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110324025353/http://www.geonet.org.nz/volcano/activity/taupo/about.html">"Taupo"</a>. <a href="/wiki/GNS_Science" title="GNS Science">GNS Science</a>. Archived from <a rel="nofollow" class="external text" href="http://www.geonet.org.nz/volcano/activity/taupo/about.html">the original</a> on 24 March 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">2 April</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Keith_2009-159">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Keith_2009_159-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Keith_2009_159-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Lewis, Keith; Nodder, Scott; Carter, Lionel (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/sea-floor-geology/2">"Sea floor geology – Active plate boundaries"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-160">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-160">^</a></b></span> <span class="reference-text"><cite class="citation journal">Wallis, G. P.; Trewick, S. A. (2009). "New Zealand phylogeography: evolution on a small continent". <i>Molecular Ecology</i>. <b>18</b> (17): 3548–3580. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1111%2Fj.1365-294X.2009.04294.x">10.1111/j.1365-294X.2009.04294.x</a>. <a href="/wiki/PubMed_Identifier" class="mw-redirect" title="PubMed Identifier">PMID</a>&#160;<a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pubmed/19674312">19674312</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-161">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-161">^</a></b></span> <span class="reference-text"><cite class="citation journal">Wright, Dawn; Bloomer, Sherman; MacLeod, Christopher; Taylor, Brian; Goodliffe, Andrew (2000). "Bathymetry of the Tonga Trench and Forearc: A Map Series". <i>Marine Geophysical Researches</i>. <b>21</b> (5): 489–512. <a href="/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/2000MarGR..21..489W">2000MarGR..21..489W</a>. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1023%2FA%3A1026514914220">10.1023/A:1026514914220</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-NZOD-162">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-NZOD_162-0">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">"Australasia". <i>New Zealand Oxford Dictionary</i>. Oxford University Press. 2005. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1093%2Facref%2F9780195584516.001.0001">10.1093/acref/9780195584516.001.0001</a>. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/9780195584516" title="Special:BookSources/9780195584516"><bdi>9780195584516</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-163">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-163">^</a></b></span> <span class="reference-text"><cite class="citation book">Hobbs, Joseph J. (2016). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=0rUaCgAAQBAJ&amp;pg=PA367"><i>Fundamentals of World Regional Geography</i></a>. Cengage Learning. p.&#160;367. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/9781305854956" title="Special:BookSources/9781305854956"><bdi>9781305854956</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-164">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-164">^</a></b></span> <span class="reference-text"><cite class="citation book">Hillstrom, Kevin; Hillstrom, Laurie Collier (2003). <i>Australia, Oceania, and Antarctica: A Continental Overview of Environmental Issues</i>. <b>3</b>. ABC-CLIO. p.&#160;25. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/9781576076941" title="Special:BookSources/9781576076941"><bdi>9781576076941</bdi></a>. <q>…defined here as the continent nation of Australia, New Zealand, and twenty-two other island countries and territories sprinkled over more than 40 million square kilometres of the South Pacific.</q></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Mullan2009-165">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Mullan2009_165-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Mullan2009_165-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Mullan, Brett; Tait, Andrew; Thompson, Craig (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/climate/1">"Climate – New Zealand's climate"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">15 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-niwa-166">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-niwa_166-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.niwa.co.nz/education-and-training/schools/resources/climate/extreme">"Summary of New Zealand climate extremes"</a>. <a href="/wiki/National_Institute_of_Water_and_Atmospheric_Research" title="National Institute of Water and Atmospheric Research">National Institute of Water and Atmospheric Research</a>. 2004<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-167">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-167">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Walrond, Carl (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/natural-environment/3">"Natural environment – Climate"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">15 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-168">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-168">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110503221956/http://www.niwa.co.nz/__data/assets/file/0006/44268/rain.xls">"Mean monthly rainfall"</a>. National Institute of Water and Atmospheric Research. Archived from <a rel="nofollow" class="external text" href="http://www.niwa.co.nz/__data/assets/file/0006/44268/rain.xls">the original</a> <span class="cs1-format">(XLS)</span> on 3 May 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-169">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-169">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20081015102420/http://www.niwascience.co.nz/__data/assets/file/0006/44655/sunshine.xls">"Mean monthly sunshine hours"</a>. National Institute of Water and Atmospheric Research. Archived from <a rel="nofollow" class="external text" href="http://www.niwascience.co.nz/__data/assets/file/0006/44655/sunshine.xls">the original</a> <span class="cs1-format">(XLS)</span> on 15 October 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-170">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-170">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.newzealand.com/int/feature/new-zealand-climate-and-weather/">"New Zealand climate and weather"</a>. Tourism New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">13 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-171">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-171">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.niwa.co.nz/education-and-training/schools/resources/climate">"Climate data and activities"</a>. National Institute of Water and Atmospheric Research<span class="reference-accessdate">. Retrieved <span class="nowrap">11 February</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-172">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-172">^</a></b></span> <span class="reference-text"><cite class="citation journal">Cooper, R.; Millener, P. (1993). "The New Zealand biota: Historical background and new research". <i>Trends in Ecology &amp; Evolution</i>. <b>8</b> (12): 429. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1016%2F0169-5347%2893%2990004-9">10.1016/0169-5347(93)90004-9</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-173">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-173">^</a></b></span> <span class="reference-text">Trewick SA, Morgan-Richards M. 2014. New Zealand Wild Life. Penguin, New Zealand.</span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" /><span class="reference-text"><a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/9780143568896" title="Special:BookSources/9780143568896">9780143568896</a></span>
+ </li>
+ <li id="cite_note-174">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-174">^</a></b></span> <span class="reference-text"><cite class="citation book">Lindsey, Terence; Morris, Rod (2000). <i>Collins Field Guide to New Zealand Wildlife</i>. <a href="/wiki/HarperCollins" title="HarperCollins">HarperCollins</a> (New Zealand) Limited. p.&#160;14. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-1-86950-300-0" title="Special:BookSources/978-1-86950-300-0"><bdi>978-1-86950-300-0</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FAQ-175">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-FAQ_175-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-FAQ_175-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzpcn.org.nz/page.asp?help_faqs_NZ_plants">"Frequently asked questions about New Zealand plants"</a>. <a href="/wiki/New_Zealand_Plant_Conservation_Network" title="New Zealand Plant Conservation Network">New Zealand Plant Conservation Network</a>. May 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">15 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-NZPCN_2006-176">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-NZPCN_2006_176-0">^</a></b></span> <span class="reference-text"><cite class="citation book">De Lange, Peter James; Sawyer, John William David &amp; Rolfe, Jeremy (2006). <i>New Zealand indigenous vascular plant checklist</i>. New Zealand Plant Conservation Network. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-473-11306-6" title="Special:BookSources/0-473-11306-6"><bdi>0-473-11306-6</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-177">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-177">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Wassilieff, Maggy (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/lichens/2">"Lichens – Lichens in New Zealand"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">16 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-178">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-178">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2010) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/forests-indigenous/4"><i>Mixed Broadleaf Podocarp and Kauri Forest</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">15 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-179">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-179">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Mark, Alan (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/grasslands/1">"Grasslands – Tussock grasslands"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-180">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-180">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.fao.org/docrep/w7730e/w7730e09.htm#new%20zealand">"Commentary on Forest Policy in the Asia-Pacific Region (A Review for Indonesia, Malaysia, New Zealand, Papua New Guinea, Philippines, Thailand and Western Samoa)"</a>. Forestry Department. 1997<span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-181">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-181">^</a></b></span> <span class="reference-text"><cite class="citation journal">McGlone, M.S. (1989). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20140717220413/http://nzes.org.nz/nzje/free_issues/NZJEcol12_s_115.pdf">"The Polynesian settlement of New Zealand in relation to environmental and biotic changes"</a> <span class="cs1-format">(PDF)</span>. <i>New Zealand Journal of Ecology</i>. 12(S): 115–129. Archived from <a rel="nofollow" class="external text" href="http://nzes.org.nz/nzje/free_issues/NZJEcol12_s_115.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 17 July 2014.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-182">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-182">^</a></b></span> <span class="reference-text">Taylor, R. and Smith, I. (1997). <a rel="nofollow" class="external text" href="http://www.mfe.govt.nz/publications/ser/ser1997/index.html">The state of New Zealand’s environment 1997</a>. Ministry for the Environment, Wellington.</span>
+ </li>
+ <li id="cite_note-183">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-183">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.terranature.org/flightlessbirds.htm">"New Zealand ecology: Flightless birds"</a>. TerraNature<span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Holdaway2009-184">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Holdaway2009_184-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Holdaway2009_184-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Holdaway, Richard (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/extinctions/4">"Extinctions – New Zealand extinctions since human arrival"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-185">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-185">^</a></b></span> <span class="reference-text"><cite class="citation news">Kirby, Alex (January 2005). <a rel="nofollow" class="external text" href="http://news.bbc.co.uk/2/hi/science/nature/4138147.stm">"Huge eagles 'dominated NZ skies<span class="cs1-kern-right">'</span>"</a>. <i>BBC News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-186">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-186">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150129135945/http://www.doc.govt.nz/conservation/native-animals/reptiles-and-frogs/">"Reptiles and frogs"</a>. Department of Conservation. Archived from <a rel="nofollow" class="external text" href="http://www.doc.govt.nz/conservation/native-animals/reptiles-and-frogs">the original</a> on 29 January 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">25 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-187">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-187">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Pollard, Simon (September 2007). <a rel="nofollow" class="external text" href="https://teara.govt.nz/en/spiders-and-other-arachnids">"Spiders and other arachnids"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">25 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-188">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-188">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.doc.govt.nz/nature/native-animals/invertebrates/weta/">"Wētā"</a>. Department of Conservation<span class="reference-accessdate">. Retrieved <span class="nowrap">25 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-189">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-189">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Ryan, Paddy (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/snails-and-slugs/2">"Snails and slugs – Flax snails, giant snails and veined slugs"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-190">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-190">^</a></b></span> <span class="reference-text"><cite class="citation journal">Herrera-Flores, Jorge A.; Stubbs, Thomas L.; Benton, Michael J.; Ruta, Marcello (May 2017). "Macroevolutionary patterns in Rhynchocephalia: is the tuatara (Sphenodon punctatus) a living fossil?". <i>Palaeontology</i>. <b>60</b> (3): 319–328. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1111%2Fpala.12284">10.1111/pala.12284</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-191">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-191">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20070531085218/http://www.science.unsw.edu.au/news/2006/nzmammal.html">"Tiny Bones Rewrite Textbooks, first New Zealand land mammal fossil"</a>. University of New South Wales. 31 May 2007. Archived from <a rel="nofollow" class="external text" href="http://www.science.unsw.edu.au/news/2006/nzmammal.html">the original</a> on 31 May 2007.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-192">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-192">^</a></b></span> <span class="reference-text"><cite class="citation journal">Worthy, Trevor H.; Tennyson, Alan J. D.; Archer, Michael; Musser, Anne M.; Hand, Suzanne J.; Jones, Craig; Douglas, Barry J.; McNamara, James A.; Beck, Robin M. D. (2006). <a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC1697831">"Miocene mammal reveals a Mesozoic ghost lineage on insular New Zealand, southwest Pacific"</a>. <i><a href="/wiki/Proceedings_of_the_National_Academy_of_Sciences_of_the_United_States_of_America" title="Proceedings of the National Academy of Sciences of the United States of America">Proceedings of the National Academy of Sciences of the United States of America</a></i>. <b>103</b> (51): 19419–23. <a href="/wiki/Bibcode" title="Bibcode">Bibcode</a>:<a rel="nofollow" class="external text" href="https://ui.adsabs.harvard.edu/abs/2006PNAS..10319419W">2006PNAS..10319419W</a>. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1073%2Fpnas.0605684103">10.1073/pnas.0605684103</a>. <a href="/wiki/PubMed_Central" title="PubMed Central">PMC</a>&#160;<span class="cs1-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pmc/articles/PMC1697831">1697831</a></span>. <a href="/wiki/PubMed_Identifier" class="mw-redirect" title="PubMed Identifier">PMID</a>&#160;<a rel="nofollow" class="external text" href="//www.ncbi.nlm.nih.gov/pubmed/17159151">17159151</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-193">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-193">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110308103617/http://www.doc.govt.nz/conservation/native-animals/marine-mammals/">"Marine Mammals"</a>. Department of Conservation. Archived from <a rel="nofollow" class="external text" href="http://www.doc.govt.nz/conservation/native-animals/marine-mammals/">the original</a> on 8 March 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">17 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-194">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-194">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.doc.govt.nz/nature/native-animals/birds/sea-and-shore-birds/">"Sea and shore birds"</a>. Department of Conservation<span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-195">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-195">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.doc.govt.nz/nature/native-animals/birds/birds-a-z/penguins/">"Penguins"</a>. Department of Conservation<span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-196">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-196">^</a></b></span> <span class="reference-text"><cite class="citation book">Jones, Carl (2002). "Reptiles and Amphibians". In Perrow, Martin; Davy, Anthony (eds.). <i>Handbook of ecological restoration: Principles of Restoration</i>. <b>2</b>. Cambridge University Press. p.&#160;362. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-521-79128-6" title="Special:BookSources/0-521-79128-6"><bdi>0-521-79128-6</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-197">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-197">^</a></b></span> <span class="reference-text"><cite class="citation journal">Towns, D.; Ballantine, W. (1993). "Conservation and restoration of New Zealand Island ecosystems". <i>Trends in Ecology &amp; Evolution</i>. <b>8</b> (12): 452. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1016%2F0169-5347%2893%2990009-E">10.1016/0169-5347(93)90009-E</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-198">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-198">^</a></b></span> <span class="reference-text"><cite class="citation journal">Rauzon, Mark (2008). <a rel="nofollow" class="external text" href="http://marineornithology.org/PDF/35_2/35_2_97-107.pdf">"Island restoration: Exploring the past, anticipating the future"</a> <span class="cs1-format">(PDF)</span>. <i>Marine Ornithology</i>. <b>35</b>: 97–107.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-199">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-199">^</a></b></span> <span class="reference-text"><cite class="citation book">Diamond, Jared (1990). Towns, D; Daugherty, C; Atkinson, I (eds.). <a rel="nofollow" class="external text" href="http://www.doc.govt.nz/documents/science-and-technical/EcologicalRestorationNZIslands.pdf"><i>New Zealand as an archipelago: An international perspective</i></a> <span class="cs1-format">(PDF)</span>. Wellington: Conservation Sciences Publication No. 2. Department of Conservation. pp.&#160;3–8.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-200">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-200">^</a></b></span> <span class="reference-text"><cite class="citation book"><a rel="nofollow" class="external text" href="https://www.imf.org/en/Publications/WEO/Issues/2018/03/20/~/media/Files/Publications/WEO/2018/April/text.ashx?la=en"><i>World Economic Outlook</i></a>. <a href="/wiki/International_Monetary_Fund" title="International Monetary Fund">International Monetary Fund</a>. April 2018. p.&#160;63. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-1-48434-971-7" title="Special:BookSources/978-1-48434-971-7"><bdi>978-1-48434-971-7</bdi></a><span class="reference-accessdate">. Retrieved <span class="nowrap">21 June</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-201">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-201">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.heritage.org/index/ranking">"Rankings on Economic Freedom"</a>. <a href="/wiki/The_Heritage_Foundation" title="The Heritage Foundation">The Heritage Foundation</a>. 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">30 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-202">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-202">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.bsi.si/en/financial-data.asp?MapaId=1239">"Currencies of the territories listed in the BS exchange rate lists"</a>. Bank of Slovenia<span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-RWT_export_evolution-203">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-RWT_export_evolution_203-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-RWT_export_evolution_203-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-RWT_export_evolution_203-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (November 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/trade-external/1"><i>Historical evolution and trade patterns</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">10 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-204">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-204">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Stringleman, Hugh; Peden, Robert (October 2009). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/sheep-farming/5/2">"Sheep farming – Growth of the frozen meat trade, 1882–2001"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 May</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-205">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-205">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Baker, John (February 2010) [1966]. McLintock, Alexander (ed.). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/standard-of-living/1/1"><i>Some Indicators of Comparative Living Standards</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" /><a rel="nofollow" class="external text" href="http://www.teara.govt.nz/files/3_308_StandardOfLiving_Comparison_0.pdf">PDF Table</a>
+ </li>
+ <li id="cite_note-206">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-206">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/history/6">"History – The later 20th century"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-207">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-207">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Nixon, Chris; Yeabsley, John (April 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/overseas-trade-policy/5">"Overseas trade policy – Difficult times – the 1970s and early 1980s"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-208">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-208">^</a></b></span> <span class="reference-text"><cite class="citation journal">Evans, N. "Up From Down Under: After a Century of Socialism, Australia and New Zealand are Cutting Back Government and Freeing Their Economies". <i>National Review</i>. <b>46</b> (16): 47–51.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-209">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-209">^</a></b></span> <span class="reference-text"><cite class="citation book"><i>Trade, Food Security, and Human Rights: The Rules for International Trade in Agricultural Products and the Evolving World Food Crisis</i>. Routledge. 2016. p.&#160;125. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/9781317008521" title="Special:BookSources/9781317008521"><bdi>9781317008521</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-210">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-210">^</a></b></span> <span class="reference-text"><cite class="citation news">Wayne Arnold (2 August 2007). <a rel="nofollow" class="external text" href="https://www.nytimes.com/2007/08/02/business/worldbusiness/02farm.html?pagewanted=all">"Surviving Without Subsidies"</a>. <i><a href="/wiki/The_New_York_Times" title="The New York Times">The New York Times</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 August</span> 2015</span>. <q>... ever since a liberal but free-market government swept to power in 1984 and essentially canceled handouts to farmers ... They went cold turkey and in the process it was very rough on their farming economy</q></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Liberalisation-211">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-Liberalisation_211-0">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Easton, Brian (November 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/economic-history/11">"Economic history – Government and market liberalisation"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-212">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-212">^</a></b></span> <span class="reference-text"><cite class="citation book">Hazledine, Tim (1998). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110510082643/http://www.ariplex.com/~economic-myth-busters/hazledine-taking%20nz%20seriously.pdf"><i>Taking New Zealand Seriously: The Economics of Decency</i></a> <span class="cs1-format">(PDF)</span>. HarperCollins Publishers. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/1-86950-283-3" title="Special:BookSources/1-86950-283-3"><bdi>1-86950-283-3</bdi></a>. Archived from <a rel="nofollow" class="external text" href="http://www.ariplex.com/~economic-myth-busters/hazledine-taking%20nz%20seriously.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 10 May 2011.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-213">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-213">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stuff.co.nz/travel/396410">"NZ tops Travellers' Choice Awards"</a>. Stuff Travel. May 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-unemployment-214">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-unemployment_214-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-unemployment_214-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-unemployment_214-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.socialreport.msd.govt.nz/paid-work/unemployment.html">"Unemployment: the Social Report 2016 – Te pūrongo oranga tangata"</a>. Ministry of Social Development<span class="reference-accessdate">. Retrieved <span class="nowrap">18 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-215">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-215">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="https://www.nytimes.com/2009/06/11/business/global/11nzrate.html">"New Zealand Takes a Pause in Cutting Rates"</a>. <i>The New York Times</i>. 10 June 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-216">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-216">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://news.bbc.co.uk/2/hi/business/8120196.stm">"New Zealand's slump longest ever"</a>. <i>BBC News</i>. 26 June 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-217">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-217">^</a></b></span> <span class="reference-text"><cite class="citation web">Bascand, Geoff (February 2011). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110429174323/http://www.stats.govt.nz/browse_for_stats/work_income_and_spending/employment_and_unemployment/HouseholdLabourForceSurvey_MRDec10qtr.aspx">"Household Labour Force Survey: December 2010 quarter – Media Release"</a>. Statistics New Zealand. Archived from <a rel="nofollow" class="external text" href="http://www.stats.govt.nz/browse_for_stats/work_income_and_spending/employment_and_unemployment/HouseholdLabourForceSurvey_MRDec10qtr.aspx">the original</a> on 29 April 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-218">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-218">^</a></b></span> <span class="reference-text"><cite class="citation journal">Davenport, Sally (2004). "Panic and panacea: brain drain and science and technology human capital policy". <i>Research Policy</i>. <b>33</b> (4): 617–630. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1016%2Fj.respol.2004.01.006">10.1016/j.respol.2004.01.006</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-219">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-219">^</a></b></span> <span class="reference-text"><cite class="citation news">O'Hare, Sean (September 2010). <a rel="nofollow" class="external text" href="https://www.telegraph.co.uk/expat/expatnews/7973220/New-Zealand-brain-drain-worst-in-world.html">"New Zealand brain-drain worst in world"</a>. <i>The Daily Telegraph</i>. United Kingdom.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-220">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-220">^</a></b></span> <span class="reference-text"><cite class="citation news">Collins, Simon (March 2005). <a rel="nofollow" class="external text" href="http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&amp;objectid=10114923">"Quarter of NZ's brightest are gone"</a>. <i>New Zealand Herald</i>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-221">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-221">^</a></b></span> <span class="reference-text"><cite class="citation journal">Winkelmann, Rainer (2000). "The labour market performance of European immigrants in New Zealand in the 1980s and 1990s". <i>The International Migration Review</i>. The Center for Migration Studies of New York. <b>33</b> (1): 33–58. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.2307%2F2676011">10.2307/2676011</a>. <a href="/wiki/JSTOR" title="JSTOR">JSTOR</a>&#160;<a rel="nofollow" class="external text" href="//www.jstor.org/stable/2676011">2676011</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />Journal subscription required
+ </li>
+ <li id="cite_note-FOOTNOTEBain200644-222">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEBain200644_222-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFBain2006">Bain 2006</a>, p.&#160;44.</span>
+ </li>
+ <li id="cite_note-223">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-223">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.globalinnovationindex.org/userfiles/file/reportpdf/gii-full-report-2016-v1.pdf#">"GII 2016 Report"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/Global_Innovation_Index" title="Global Innovation Index">Global Innovation Index</a><span class="reference-accessdate">. Retrieved <span class="nowrap">21 June</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-224">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-224">^</a></b></span> <span class="reference-text"><cite class="citation web">Groser, Tim (March 2009). <a rel="nofollow" class="external text" href="https://www.beehive.govt.nz/speech/speech-asean-australia-new-zealand-free-trade-agreement-seminars">"Speech to ASEAN-Australia-New Zealand Free Trade Agreement Seminars"</a>. New Zealand Government<span class="reference-accessdate">. Retrieved <span class="nowrap">30 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-225">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-225">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mfat.govt.nz/Trade-and-Economic-Relations/NZ-and-the-WTO/Improving-access-to-markets/0-agriculturenegs.php">"Improving Access to Markets:Agriculture"</a>. <a href="/wiki/New_Zealand_Ministry_of_Foreign_Affairs_and_Trade" class="mw-redirect" title="New Zealand Ministry of Foreign Affairs and Trade">New Zealand Ministry of Foreign Affairs and Trade</a><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-226">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-226">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/infoshare">"Standard International Trade Classification R4 – Exports (Annual-Jun)"</a>. Statistics New Zealand. April 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">3 April</span> 2015</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-GSTC_StatNZ-227">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-GSTC_StatNZ_227-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-GSTC_StatNZ_227-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-GSTC_StatNZ_227-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.stats.govt.nz/information-releases/goods-and-services-trade-by-country-year-ended-june-2018">"Goods and services trade by country: Year ended June 2018 – corrected"</a>. Statistics New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2019</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-228">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-228">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="https://www.nytimes.com/2008/04/07/business/worldbusiness/07iht-7tradefw.11718461.html">"China and New Zealand sign free trade deal"</a>. <i>The New York Times</i>. April 2008.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-TourismStats-229">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-TourismStats_229-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-TourismStats_229-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mbie.govt.nz/info-services/sectors-industries/tourism/documents-image-library/key-tourism-statistics.pdf">"Key Tourism Statistics"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/Ministry_of_Business,_Innovation_and_Employment" title="Ministry of Business, Innovation and Employment">Ministry of Business, Innovation and Employment</a>. 26 April 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">26 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-230">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-230">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Easton, Brian (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/economy/2">"Economy – Agricultural production"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-231">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-231">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Stringleman, Hugh; Peden, Robert (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/sheep-farming/7">"Sheep farming – Changes from the 20th century"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-232">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-232">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Stringleman, Hugh; Scrimgeour, Frank (November 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/dairying-and-dairy-products/10">"Dairying and dairy products – Dairying in the 2000s"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-233">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-233">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Stringleman, Hugh; Scrimgeour, Frank (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/dairying-and-dairy-products/11">"Dairying and dairy products – Dairy exports"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-234">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-234">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Stringleman, Hugh; Scrimgeour, Frank (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/dairying-and-dairy-products/12">"Dairying and dairy products – Manufacturing and marketing in the 2000s"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-235">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-235">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Dalley, Bronwyn (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/wine/6">"Wine – The wine boom, 1980s and beyond"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-236">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-236">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://www.economist.com/node/10926423">"Wine in New Zealand"</a>. <i>The Economist</i>. 27 March 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">29 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-237">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-237">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110510042204/http://www.maf.govt.nz/news-resources/statistics-forecasting/international-trade.aspx">"Agricultural and forestry exports from New Zealand: Primary sector export values for the year ending June 2010"</a>. Ministry of Agriculture and Forestry. 14 January 2011. Archived from <a rel="nofollow" class="external text" href="http://www.maf.govt.nz/news-resources/statistics-forecasting/international-trade.aspx">the original</a> on 10 May 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">8 April</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Energy2015-238">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Energy2015_238-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Energy2015_238-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation report"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20170503234030/http://www.mbie.govt.nz/info-services/sectors-industries/energy/energy-data-modelling/publications/energy-in-new-zealand/energy-in-nz-2016.pdf">Energy in New Zealand 2016</a> <span class="cs1-format">(PDF)</span> (Report). Ministry of Business, Innovation and Employment. September 2016. p.&#160;47. <a href="/wiki/International_Standard_Serial_Number" title="International Standard Serial Number">ISSN</a>&#160;<a rel="nofollow" class="external text" href="//www.worldcat.org/issn/2324-5913">2324-5913</a>. Archived from <a rel="nofollow" class="external text" href="http://www.mbie.govt.nz/info-services/sectors-industries/energy/energy-data-modelling/publications/energy-in-new-zealand/energy-in-nz-2016.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 3 May 2017.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-239">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-239">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.oag.govt.nz/2010/water/part1.htm">"Appendix 1: Technical information about drinking water supply in the eight local authorities"</a>. Office of the Auditor-General<span class="reference-accessdate">. Retrieved <span class="nowrap">2 September</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-240">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-240">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.gw.govt.nz/water/">"Water supply"</a>. Greater Wellington Regional Council<span class="reference-accessdate">. Retrieved <span class="nowrap">2 September</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-241">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-241">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzta.govt.nz/roads-and-rail/research-and-data/state-highway-frequently-asked-questions/">"State highway frequently asked questions"</a>. <a href="/wiki/NZ_Transport_Agency" title="NZ Transport Agency">NZ Transport Agency</a><span class="reference-accessdate">. Retrieved <span class="nowrap">28 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-242">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-242">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Humphris, Adrian (April 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/public-transport/8">"Public transport – Passenger trends"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-243">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-243">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Atkinson, Neill (November 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/railways/11">"Railways – Rail transformed"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-244">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-244">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.metlink.org.nz/about-us/">"About Metlink"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">27 December</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-245">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-245">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Atkinson, Neill (April 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/railways/6">"Railways – Freight transport"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-246">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-246">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.tourismresearch.govt.nz/Documents/International%20Market%20Profiles/Total%20Profile.pdf">"International Visitors"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/Ministry_of_Economic_Development_(New_Zealand)" title="Ministry of Economic Development (New Zealand)">Ministry of Economic Development</a>. June 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">30 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-247">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-247">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20100522203825/http://www.med.govt.nz/templates/MultipageDocumentPage____9038.aspx">"10. Airports"</a>. <i>Infrastructure Stocktake: Infrastructure Audit</i>. Ministry of Economic Development. December 2005. Archived from <a rel="nofollow" class="external text" href="http://www.med.govt.nz/templates/MultipageDocumentPage____9038.aspx#P5641_412038">the original</a> on 22 May 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">30 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Wilson2010-248">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Wilson2010_248-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Wilson2010_248-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, A. C. (March 2010). <a rel="nofollow" class="external text" href="https://www.teara.govt.nz/en/telecommunications/page-6">"Telecommunications - Telecom"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-249">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-249">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mbie.govt.nz/info-services/sectors-industries/technology-communications/communications/previous-reviews-and-consultations/telecom-separation">"Telecom separation"</a>. Ministry of Business, Innovation and Employment. 14 September 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">11 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-250">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-250">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.mbie.govt.nz/science-and-technology/it-communications-and-broadband/fast-broadband/broadband-and-mobile-programmes/">"Broadband and mobile programmes - Ministry of Business, Innovation &amp; Employment"</a>. <i>www.mbie.govt.nz</i>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-251">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-251">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.itu.int/net4/ITU-D/idi/2017/">"2017 Global ICT Development Index"</a>. International Telecommunication Union (ITU). 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">18 September</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-252">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-252">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.stats.govt.nz/information-releases/2013-census-usually-resident-population-counts">"2013 Census usually resident population counts"</a>. <a href="/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a>. 14 October 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">20 September</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-253">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-253">^</a></b></span> <span class="reference-text"><cite class="citation pressrelease"><a rel="nofollow" class="external text" href="https://www.stats.govt.nz/information-releases/national-population-projections-2016base2068">"National population projections: 2016(base)–2068"</a> (Press release). Statistics New Zealand. 18 October 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">20 October</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Urban-255">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-Urban_255-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/methods_and_services/access-data/tables/subnational-pop-estimates.aspx">"Subnational population estimates at 30 June 2009"</a>. Statistics New Zealand. 30 June 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-256">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-256">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.mercer.com/newsroom/2016-quality-of-living-survey.html">"Quality of Living Ranking 2016"</a>. London: Mercer. 23 February 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">28 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-257">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-257">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stuff.co.nz/national/health/10053308/NZ-life-expectancy-among-worlds-best">"NZ life expectancy among world's best"</a>. <i><a href="/wiki/Stuff.co.nz" title="Stuff.co.nz">Stuff.co.nz</a></i>. Fairfax NZ<span class="reference-accessdate">. Retrieved <span class="nowrap">6 July</span> 2014</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-UNtwspop-258">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-UNtwspop_258-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-UNtwspop_258-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation journal"><a href="/wiki/United_Nations_Department_of_Economic_and_Social_Affairs" title="United Nations Department of Economic and Social Affairs">Department of Economic and Social Affairs Population Division</a> (2009). <a rel="nofollow" class="external text" href="https://www.un.org/esa/population/publications/wpp2008/wpp2008_text_tables.pdf">"World Population Prospects"</a> <span class="cs1-format">(PDF)</span>. 2008 revision. United Nations<span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2009</span>.</cite> <span class="cs1-hidden-error error citation-comment">Cite journal requires <code class="cs1-code">|journal=</code> (<a href="/wiki/Help:CS1_errors#missing_periodical" title="Help:CS1 errors">help</a>)</span></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-259">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-259">^</a></b></span> <span class="reference-text"><cite class="citation"><a rel="nofollow" class="external text" href="https://www.cia.gov/library/publications/the-world-factbook/geos/nz.html">"World Factbook EUROPE&#160;: NEW ZEALAND"</a>, <i><a href="/wiki/The_World_Factbook" title="The World Factbook">The World Factbook</a></i>, 12 July 2018</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-260">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-260">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.health.govt.nz/system/files/documents/publications/nz-mortality-statistics-1950-2009-provisional.pdf">"New Zealand mortality statistics: 1950 to 2010"</a> <span class="cs1-format">(PDF)</span>. Ministry of Health of New Zealand. 2 March 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">16 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-261">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-261">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://stats.oecd.org/Index.aspx?DataSetCode=SHA">"Health expenditure and financing"</a>. <i>stats.oecd.org</i>. <a href="/wiki/OECD" title="OECD">OECD</a>. 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">8 December</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-NZ_population_data-262">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-NZ_population_data_262-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/browse_for_stats/population/estimates_and_projections/SubnationalPopulationEstimates_HOTPAt30Jun17.aspx">"Subnational Population Estimates: At 30 June 2018 (provisional)"</a>. <a href="/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a>. 23 October 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">23 October</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />For urban areas, <cite class="citation web"><a rel="nofollow" class="external text" href="http://nzdotstat.stats.govt.nz/wbos/Index.aspx?DataSetCode=TABLECODE7541">"Subnational population estimates (UA, AU), by age and sex, at 30 June 1996, 2001, 2006-18 (2017 boundaries)"</a>. <a href="/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a>. 23 October 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">23 October</span> 2018</span>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-QuickStats_ethnicity-263">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-QuickStats_ethnicity_263-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/Census/2013-census/profile-and-summary-reports/quickstats-culture-identity/ethnic-groups-NZ.aspx">"2013 Census QuickStats about culture and identity – Ethnic groups in New Zealand"</a>. Statistics New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2014</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-264">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-264">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Pool, Ian (May 2011). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20170818220947/https://teara.govt.nz/en/graph/28720/new-zealand-population-by-ethnicity-1840-2006">"Population change - Key population trends"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i>. Archived from <a rel="nofollow" class="external text" href="https://teara.govt.nz/en/graph/28720/new-zealand-population-by-ethnicity-1840-2006">the original</a> on 18 August 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">18 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-265">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-265">^</a></b></span> <span class="reference-text"><cite id="CITEREFDalby1993" class="citation journal"><a href="/wiki/Simon_Dalby" title="Simon Dalby">Dalby, Simon</a> (September 1993). "The 'Kiwi disease': geopolitical discourse in Aotearoa/New Zealand and the South Pacific". <i><a href="/wiki/Political_Geography_(journal)" title="Political Geography (journal)">Political Geography</a></i>. <b>12</b> (5): 437–456. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1016%2F0962-6298%2893%2990012-V">10.1016/0962-6298(93)90012-V</a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-266">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-266">^</a></b></span> <span class="reference-text"><cite class="citation journal">Callister, Paul (2004). <a rel="nofollow" class="external text" href="http://panz.rsnz.org/wp-content/uploads/2010/01/nzpr-vol-30-1and-2_callister.pdf">"Seeking an Ethnic Identity: Is "New Zealander" a Valid Ethnic Category?"</a> <span class="cs1-format">(PDF)</span>. <i>New Zealand Population Review</i>. <b>30</b> (1&amp;2): 5–22.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTEBain200631-267">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEBain200631_267-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFBain2006">Bain 2006</a>, p.&#160;31.</span>
+ </li>
+ <li id="cite_note-268">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-268">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/~/media/Statistics/browse-categories/people-and-communities/households/review-ethnicity/draft-reportof-reviewo-official-ethnicity-standard.pdf">"Draft Report of a Review of the Official Ethnicity Statistical Standard: Proposals to Address the 'New Zealander' Response Issue"</a> <span class="cs1-format">(PDF)</span>. Statistics New Zealand. April 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">18 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Pakeha-269">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-Pakeha_269-0">^</a></b></span> <span class="reference-text"><cite class="citation web">Ranford, Jodie. <a rel="nofollow" class="external text" href="http://maorinews.com/writings/papers/other/pakeha.htm">"<span class="cs1-kern-left">'</span>Pakeha', Its Origin and Meaning"</a>. Māori News<span class="reference-accessdate">. Retrieved <span class="nowrap">20 February</span> 2008</span>. <q>Originally the Pakeha were the early European settlers, however, today ‘Pakeha’ is used to describe any peoples of non-Maori or non-Polynesian heritage. Pakeha is not an ethnicity but rather a way to differentiate between the historical origins of our settlers, the Polynesians and the Europeans, the Maori and the other</q></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-270">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-270">^</a></b></span> <span class="reference-text"><cite class="citation book">Socidad Peruana de Medicina Intensiva (SOPEMI) (2000). <i>Trends in international migration: continuous reporting system on migration</i>. <a href="/wiki/Organisation_for_Economic_Co-operation_and_Development" class="mw-redirect" title="Organisation for Economic Co-operation and Development">Organisation for Economic Co-operation and Development</a>. pp.&#160;276–278.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-271">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-271">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Walrond, Carl (21 September 2007). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/dalmatians">"Dalmatians"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">30 April</span> 2010</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-272">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-272">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia"><a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/peoples">"Peoples"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i>. 2005<span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Immigration_history-273">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Immigration_history_273-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Immigration_history_273-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Phillips, Jock (11 August 2015). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/history-of-immigration">"History of immigration"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-274">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-274">^</a></b></span> <span class="reference-text"><cite class="citation journal">Brawley, Sean (1993). <a rel="nofollow" class="external text" href="http://www.nzjh.auckland.ac.nz/docs/1993/NZJH_27_1_03.pdf">"<span class="cs1-kern-left">'</span>No White Policy in NZ': Fact and Fiction in New Zealand's Asian Immigration Record, 1946-1978"</a> <span class="cs1-format">(PDF)</span>. <i>New Zealand Journal of History</i>. <b>27</b> (1): 33–36<span class="reference-accessdate">. Retrieved <span class="nowrap">2 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Recent_immigration-275">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-Recent_immigration_275-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110511071208/http://www.dol.govt.nz/publications/research/sopemi/2009-2010/imo-2009-2010.pdf">"International Migration Outlook – New Zealand 2009/10"</a> <span class="cs1-format">(PDF)</span>. New Zealand Department of Labour. 2010. p.&#160;2. <a href="/wiki/International_Standard_Serial_Number" title="International Standard Serial Number">ISSN</a>&#160;<a rel="nofollow" class="external text" href="//www.worldcat.org/issn/1179-5085">1179-5085</a>. Archived from <a rel="nofollow" class="external text" href="http://www.dol.govt.nz/publications/research/sopemi/2009-2010/imo-2009-2010.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 11 May 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">16 April</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-276">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-276">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/Census/2013-census/profile-and-summary-reports/quickstats-culture-identity/birthplace.aspx">"2013 Census QuickStats about culture and identity – Birthplace and people born overseas"</a>. Statistics New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2014</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-277">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-277">^</a></b></span> <span class="reference-text"><cite class="citation journal">Butcher, Andrew; McGrath, Terry (2004). <a rel="nofollow" class="external text" href="http://ehlt.flinders.edu.au/education/iej/articles/v5n4/butcher/paper.pdf">"International Students in New Zealand: Needs and Responses"</a> <span class="cs1-format">(PDF)</span>. <i>International Education Journal</i>. <b>5</b> (4).</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-278">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-278">^</a></b></span> <span class="reference-text"><cite class="citation"><i>2013 Census QuickStats</i>, Statistics New Zealand, 2013, <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-478-40864-5" title="Special:BookSources/978-0-478-40864-5"><bdi>978-0-478-40864-5</bdi></a></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-SpokenLanguage-279">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-SpokenLanguage_279-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SpokenLanguage_279-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SpokenLanguage_279-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/Census/2013-census/profile-and-summary-reports/quickstats-culture-identity/languages.aspx">"2013 Census QuickStats about culture and identity – Languages spoken"</a>. <a href="/wiki/Statistics_New_Zealand" title="Statistics New Zealand">Statistics New Zealand</a><span class="reference-accessdate">. Retrieved <span class="nowrap">8 September</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTEHayMaclaganGordon200814-280">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEHayMaclaganGordon200814_280-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFHayMaclaganGordon2008">Hay, Maclagan &amp; Gordon 2008</a>, p.&#160;14.</span>
+ </li>
+ <li id="cite_note-281">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-281">^</a></b></span> <span class="reference-text">* <cite id="CITEREFBauerWarrenBardsleyKennedy2007" class="citation">Bauer, Laurie; Warren, Paul; Bardsley, Dianne; Kennedy, Marianna; Major, George (2007), <a rel="nofollow" class="external text" href="https://www.researchgate.net/publication/282778721_ILLUSTRATIONS_OF_THE_IPA_New_Zealand_English">"New Zealand English"</a>, <i>Journal of the International Phonetic Association</i>, <b>37</b> (1): 97–102, <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1017%2FS0025100306002830">10.1017/S0025100306002830</a></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Maori_language-282">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Maori_language_282-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Maori_language_282-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Phillips, Jock (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/the-new-zealanders/12">"The New Zealanders – Bicultural New Zealand"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-283">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-283">^</a></b></span> <span class="reference-text"><cite class="citation news">Squires, Nick (May 2005). <a rel="nofollow" class="external text" href="https://www.telegraph.co.uk/news/worldnews/australiaandthepacific/newzealand/1490814/British-influence-ebbs-as-New-Zealand-takes-to-talking-Maori.html">"British influence ebbs as New Zealand takes to talking Māori"</a>. <i>The Daily Telegraph</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 May</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-284">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-284">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/maori-language-week/waitangi-tribunal-claim">"Waitangi Tribunal claim – Māori Language Week"</a>. Ministry for Culture and Heritage. July 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">19 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-tereoMaori-285">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-tereoMaori_285-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/browse_for_stats/people_and_communities/maori/te-kupenga/use-te-reo-infographic-english.aspx">"Ngā puna kōrero: Where Māori speak te reo – infographic"</a>. Statistics New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">8 September</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-287">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-287">^</a></b></span> <span class="reference-text"><cite class="citation news">Drinnan, John (8 July 2016). <a rel="nofollow" class="external text" href="http://www.nzherald.co.nz/business/news/article.cfm?c_id=3&amp;objectid=11670518">"<span class="cs1-kern-left">'</span>Maori' will remain in the name Maori Television"</a>. <i>New Zealand Herald</i><span class="reference-accessdate">. Retrieved <span class="nowrap">28 August</span> 2016</span>. <q>According to 2015 figures supplied by Maori TV, its two channels broadcast an average of 72 per cent Maori language content - 59 per cent on the main channel and 99 per cent on te reo.</q></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-288">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-288">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/act/public/1998/0097/latest/DLM429090.html">"Ngāi Tahu Claims Settlement Act 1998"</a>. New Zealand Parliamentary Counsel Office. 20 May 2014 [1 October 1998]<span class="reference-accessdate">. Retrieved <span class="nowrap">10 March</span> 2019</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-290">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-290">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/act/public/2006/0018/latest/DLM372754.html">New Zealand Sign Language Act 2006 No 18 (as at 30 June 2008), Public Act</a>. New Zealand Parliamentary Counsel Office. Retrieved 29 November 2011.</span>
+ </li>
+ <li id="cite_note-291">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-291">^</a></b></span> <span class="reference-text"><cite class="citation book"><a href="/wiki/Phil_Zuckerman" title="Phil Zuckerman">Zuckerman, Phil</a> (2006). Martin, Michael (ed.). <a rel="nofollow" class="external text" href="http://pdfs.semanticscholar.org/f379/ed99e57782aca6391ef5f666da7ba41f1333.pdf"><i>The Cambridge Companion to Atheism</i></a> <span class="cs1-format">(PDF)</span>. Cambridge University Press. pp.&#160;47–66. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-521-84270-9" title="Special:BookSources/978-0-521-84270-9"><bdi>978-0-521-84270-9</bdi></a><span class="reference-accessdate">. Retrieved <span class="nowrap">8 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-292">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-292">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Walrond, Carl (May 2012). <a rel="nofollow" class="external text" href="https://teara.govt.nz/en/atheism-and-secularism/page-3">"Atheism and secularism – Who is secular?"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">8 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-2013religiouscommentary-294">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-2013religiouscommentary_294-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-2013religiouscommentary_294-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.stats.govt.nz/information-releases/2018-census-totals-by-topic-national-highlights">"2013 Census QuickStats about culture and identity – Religious affiliation"</a>. Statistics New Zealand. 15 April 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">25 July</span> 2015</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-2013statstables-295">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-2013statstables_295-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-2013statstables_295-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-2013statstables_295-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://archive.stats.govt.nz/Census/2013-census/profile-and-summary-reports/quickstats-culture-identity/tables.aspx">"2013 Census QuickStats about culture and identity – tables"</a>. Statistics New Zealand. 15 April 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">14 April</span> 2018</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" /><a rel="nofollow" class="external text" href="http://archive.stats.govt.nz/~/media/Statistics/Census/2013%20Census/profile-and-summary-reports/quickstats-culture-identity/tables.xls">Excel download</a>
+ </li>
+ <li id="cite_note-296">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-296">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Kaa, Hirini (May 2011). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/nga-hahi-maori-and-christian-denominations/page-7">"Māori and Christian denominations"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">20 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-297">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-297">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Morris, Paul (May 2011). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/diverse-religions">"Diverse religions"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">20 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Education_Stats-298">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Education_Stats_298-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Education_Stats_298-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web">Dench, Olivia (July 2010). <a rel="nofollow" class="external text" href="http://www.educationcounts.govt.nz/publications/ECE/2507/80221">"Education Statistics of New Zealand: 2009"</a>. Education Counts<span class="reference-accessdate">. Retrieved <span class="nowrap">19 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-299">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-299">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/act/public/1989/0080/latest/DLM177440.html">"Education Act 1989 No 80"</a>. New Zealand Parliamentary Counsel Office. 1989. Section 3<span class="reference-accessdate">. Retrieved <span class="nowrap">5 January</span> 2013</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-EducationAct1989-300">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-EducationAct1989_300-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.legislation.govt.nz/act/public/1989/0080/latest/DLM183668.html">"Education Act 1989 No 80 (as at 01 February 2011), Public Act. Part 14: Establishment and disestablishment of tertiary institutions, Section 62: Establishment of institutions"</a>. <i>Education Act 1989 No 80</i>. New Zealand Parliamentary Counsel Office. 1 February 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-NZQA-301">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-NZQA_301-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzqa.govt.nz/studying-in-new-zealand/tertiary-education">"Studying in New Zealand: Tertiary education"</a>. New Zealand Qualifications Authority<span class="reference-accessdate">. Retrieved <span class="nowrap">15 August</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-TertiaryEdStats-302">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-TertiaryEdStats_302-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20081015143050/http://www.educationcounts.govt.nz/__data/assets/excel_doc/0007/17836/Education_attainment_of_the_population.xls">"Educational attainment of the population"</a>. Education Counts. 2006. Archived from <a rel="nofollow" class="external text" href="http://www.educationcounts.govt.nz/__data/assets/excel_doc/0007/17836/Education_attainment_of_the_population.xls">the original</a> <span class="cs1-format">(xls)</span> on 15 October 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">21 February</span> 2008</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-303">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-303">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.oecd.org/dataoecd/54/12/46643496.pdf">"What Students Know and Can Do: Student Performance in Reading, Mathematics and Science 2010"</a> <span class="cs1-format">(PDF)</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />OECD. Retrieved 21 July 2012.
+ </li>
+ <li id="cite_note-FOOTNOTEKennedy2007398-304">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEKennedy2007398_304-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFKennedy2007">Kennedy 2007</a>, p.&#160;398.</span>
+ </li>
+ <li id="cite_note-305">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-305">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Hearn, Terry (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/english/">"English – Importance and influence"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-306">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-306">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/home-away-from-home/conclusions">"Conclusions – British and Irish immigration"</a>. Ministry for Culture and Heritage. March 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-307">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-307">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Stenhouse, John (November 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/religion-and-society/4">"Religion and society – Māori religion"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-308">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-308">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.justice.govt.nz/publications/publications-archived/2001/he-hinatore-ki-te-ao-maori-a-glimpse-into-the-maori-world/part-1-traditional-maori-concepts/maori-social-structures">"Māori Social Structures"</a>. Ministry of Justice. March 2001<span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-309">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-309">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://www.radionz.co.nz/international/pacific-news/327424/thousands-turn-out-for-pasifika-festival">"Thousands turn out for Pasifika Festival"</a>. <i><a href="/wiki/Radio_New_Zealand" title="Radio New Zealand">Radio New Zealand</a></i>. 25 March 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">18 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTEKennedy2007400-310">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEKennedy2007400_310-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFKennedy2007">Kennedy 2007</a>, p.&#160;400.</span>
+ </li>
+ <li id="cite_note-FOOTNOTEKennedy2007399-311">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEKennedy2007399_311-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFKennedy2007">Kennedy 2007</a>, p.&#160;399.</span>
+ </li>
+ <li id="cite_note-312">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-312">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Phillips, Jock (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/the-new-zealanders/10">"The New Zealanders – Post-war New Zealanders"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-313">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-313">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Phillips, Jock (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/the-new-zealanders/11">"The New Zealanders – Ordinary blokes and extraordinary sheilas"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-314">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-314">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Phillips, Jock (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/rural-mythologies/5">"Rural mythologies – The cult of the pioneer"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-315">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-315">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Barker, Fiona (June 2012). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/new-zealand-identity/page-6">"New Zealand identity – Culture and arts"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">7 December</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Wilson2016-316">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Wilson2016_316-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Wilson2016_316-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (September 2016). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/nation-and-government/page-9">"Nation and government – Nationhood and identity"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">3 December</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Creative-317">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Creative_317-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Creative_317-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Swarbrick, Nancy (June 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/creative-life/2">"Creative life – Visual arts and crafts"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-318">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-318">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/maori-art/4"><i>Elements of Carving</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">15 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-319">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-319">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/maori-art/5"><i>Surface Patterns</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">15 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-320">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-320">^</a></b></span> <span class="reference-text"><cite class="citation journal">McKay, Bill (2004). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110513145228/http://www.library.uq.edu.au/ojs/index.php/fab/article/viewFile/108/126">"Māori architecture: transforming western notions of architecture"</a>. <i>Fabrications</i>. <b>14</b> (1&amp;2): 1–12. <a href="/wiki/Digital_object_identifier" title="Digital object identifier">doi</a>:<a rel="nofollow" class="external text" href="//doi.org/10.1080%2F10331867.2004.10525189">10.1080/10331867.2004.10525189</a>. Archived from <a rel="nofollow" class="external text" href="http://www.library.uq.edu.au/ojs/index.php/fab/article/viewFile/108/126">the original</a> on 13 May 2011.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-321">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-321">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/maori-art/8"><i>Painted Designs</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">15 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-322">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-322">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (2009) [1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/maori-art/9"><i>Tattooing</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">15 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-beginnings-323">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-beginnings_323-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-beginnings_323-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/nz-painting-history/beginnings">"Beginnings – history of NZ painting"</a>. Ministry for Culture and Heritage. December 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-324">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-324">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/nz-painting-history/a-new-new-zealand-art">"A new New Zealand art – history of NZ painting"</a>. Ministry for Culture and Heritage. November 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">16 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-325">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-325">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/nz-painting-history/contemporary-maori-art">"Contemporary Maori art"</a>. Ministry for Culture and Heritage. November 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">16 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-326">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-326">^</a></b></span> <span class="reference-text"><cite class="citation web">Rauer, Julie. <a rel="nofollow" class="external text" href="http://www.asianart.com/exhibitions/paradise/article.html">"Paradise Lost: Contemporary Pacific Art At The Asia Society"</a>. Asia Society and Museum<span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-327">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-327">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/maori-art/10"><i>Textile Designs</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">15 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-328">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-328">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Keane, Basil (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/pounamu-jade-or-greenstone/4">"Pounamu – jade or greenstone – Implements and adornment"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-329">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-329">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Wilson, John (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/society/9">"Society – Food, drink and dress"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">17 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-330">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-330">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Swarbrick, Nancy (June 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/creative-life/3">"Creative life – Design and fashion"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-The_Economist_print_edition-331">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-The_Economist_print_edition_331-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-The_Economist_print_edition_331-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://www.economist.com/displayStory.cfm?Story_ID=E1_TDSGGNTD">"Fashion in New Zealand – New Zealand's fashion industry"</a>. <i>The Economist</i>. 28 February 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">6 August</span> 2009</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-332">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-332">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Swarbrick, Nancy (June 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/creative-life/6">"Creative life – Writing and publishing"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-333">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-333">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/literature-in-new-zealand-1930-1960">"The making of New Zealand literature"</a>. Ministry for Culture and Heritage. November 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-334">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-334">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/literature-1940-60/1930s">"New directions in the 1930s – New Zealand literature"</a>. Ministry for Culture and Heritage. August 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">12 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-335">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-335">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/culture/nz-literature/the-growth-of-publishing">"The war and beyond – New Zealand literature"</a>. Ministry for Culture and Heritage. November 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">12 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-336">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-336">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.unesco.org/new/en/media-services/single-view/news/28_cities_join_the_unesco_creative_cities_network/back/9597/#.VPojtC6RNiR">"28 cities join the UNESCO Creative Cities Network"</a>. UNESCO. December 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">7 March</span> 2015</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-music-337">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-music_337-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-music_337-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Swarbrick, Nancy (June 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/creative-life/7">"Creative life – Music"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-338">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-338">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [originally published in 1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/maori-music/1"><i>Maori Music</i></a>. <a href="/wiki/An_Encyclopaedia_of_New_Zealand" title="An Encyclopaedia of New Zealand">An Encyclopaedia of New Zealand</a><span class="reference-accessdate">. Retrieved <span class="nowrap">15 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-339">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-339">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/maori-music/6"><i>Musical Instruments</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">16 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-340">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-340">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/maori-music/7"><i>Instruments Used for Non-musical Purposes</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">16 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-341">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-341">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/music/1"><i>Music: General History</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">15 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-342">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-342">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/music/3"><i>Music: Brass Bands</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">14 April</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-343">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-343">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">McLintock, Alexander, ed. (April 2009) [1966]. <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/1966/music/7"><i>Music: Pipe Bands</i></a>. An Encyclopaedia of New Zealand<span class="reference-accessdate">. Retrieved <span class="nowrap">14 April</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-344">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-344">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Swarbrick, Nancy (June 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/creative-life/8">"Creative life – Performing arts"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-345">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-345">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110914072406/http://rianz.org.nz/awards2008/history.asp">"History – celebrating our music since 1965"</a>. <a href="/wiki/Recording_Industry_Association_of_New_Zealand" class="mw-redirect" title="Recording Industry Association of New Zealand">Recording Industry Association of New Zealand</a>. 2008. Archived from <a rel="nofollow" class="external text" href="http://rianz.org.nz/awards2008/history.asp">the original</a> on 14 September 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">23 January</span> 2012</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-346">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-346">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20111221160800/http://www.rianz.org.nz/rianz/rianz_about.asp">"About RIANZ – Introduction"</a>. Recording Industry Association of New Zealand. Archived from <a rel="nofollow" class="external text" href="http://www.rianz.org.nz/rianz/rianz_about.asp">the original</a> on 21 December 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">23 January</span> 2012</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-347">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-347">^</a></b></span> <span class="reference-text"><cite class="citation news">Downes, Siobhan (1 January 2017). <a rel="nofollow" class="external text" href="http://www.stuff.co.nz/travel/destinations/nz/87903487/world-famous-in-new-zealand-hobbiton-movie-set">"World famous in New Zealand: Hobbiton Movie Set"</a>. Stuff Travel<span class="reference-accessdate">. Retrieved <span class="nowrap">6 July</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-348">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-348">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Brian, Pauling (October 2014). <a rel="nofollow" class="external text" href="https://teara.govt.nz/en/radio/page-1">"Radio – The early years, 1921 to 1932"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">6 July</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-349">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-349">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://nzhistory.govt.nz/first-official-tv-broadcast">"New Zealand's first official TV broadcast"</a>. Ministry for Culture and Heritage. December 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">6 July</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-NZ_TV-350">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-NZ_TV_350-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-NZ_TV_350-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Swarbrick, Nancy (June 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/creative-life/5">"Creative life – Film and broadcasting"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-351">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-351">^</a></b></span> <span class="reference-text"><cite class="citation web">Horrocks, Roger. <a rel="nofollow" class="external text" href="https://www.nzonscreen.com/history">"A History of Television in New Zealand"</a>. <a href="/wiki/NZ_On_Screen" title="NZ On Screen">NZ On Screen</a><span class="reference-accessdate">. Retrieved <span class="nowrap">13 September</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-352">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-352">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.flicks.co.nz/blog/list/top-10-highest-grossing-new-zealand-movies-ever/">"Top 10 Highest Grossing New Zealand Movies Ever"</a>. Flicks.co.nz. May 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">11 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-353">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-353">^</a></b></span> <span class="reference-text"><cite class="citation news">Cieply, Michael; Rose, Jeremy (October 2010). <a rel="nofollow" class="external text" href="https://www.nytimes.com/2010/10/28/business/media/28hobbit.html">"New Zealand Bends and 'Hobbit' Stays"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-354">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-354">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20101107112931/http://www.filmnz.com/production-guide/locations.html">"Production Guide: Locations"</a>. Film New Zealand. Archived from <a rel="nofollow" class="external text" href="http://www.filmnz.com/production-guide/locations.html">the original</a> on 7 November 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">21 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-355">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-355">^</a></b></span> <span class="reference-text"><cite class="citation report">Myllylahti, Merja (December 2016). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20170521074651/http://www.aut.ac.nz/__data/assets/pdf_file/0019/704053/JMAD-Report-2016.pdf">JMAD New Zealand Media Ownership Report 2016</a> <span class="cs1-format">(PDF)</span> (Report). <a href="/wiki/Auckland_University_of_Technology" title="Auckland University of Technology">Auckland University of Technology</a>. pp.&#160;4–29. Archived from <a rel="nofollow" class="external text" href="http://www.aut.ac.nz/__data/assets/pdf_file/0019/704053/JMAD-Report-2016.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 21 May 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">11 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-356">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-356">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://freedomhouse.org/sites/default/files/FOTP2015%20Scores%20and%20Status%201980-2015.xls">"Scores and Status Data 1980-2015"</a>. <i>Freedom of the Press 2015</i>. Freedom House<span class="reference-accessdate">. Retrieved <span class="nowrap">23 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-357">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-357">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Hearn, Terry (March 2009). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/english/12">"English – Popular culture"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2012</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-358">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-358">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110607011003/http://www2.stats.govt.nz/domino/external/web/nzstories.nsf/0/479c4ffcbb884149cc256b1f00001198?OpenDocument">"Sport, Fitness and Leisure"</a>. <i>New Zealand Official Yearbook</i>. Statistics New Zealand. 2000. Archived from <a rel="nofollow" class="external text" href="http://www2.stats.govt.nz/domino/external/web/nzstories.nsf/0/479c4ffcbb884149cc256b1f00001198?OpenDocument">the original</a> on 7 June 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">21 July</span> 2008</span>. <q>Traditionally New Zealanders have excelled in rugby union, which is regarded as the national sport, and track and field athletics.</q></cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-Organised_Sport-359">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-Organised_Sport_359-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Organised_Sport_359-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation encyclopaedia">Phillips, Jock (February 2011). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/sports-and-leisure/4">"Sports and leisure – Organised sports"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">23 March</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-nzsssc-360">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-nzsssc_360-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-nzsssc_360-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://www.sportsground.co.nz/Article.asp?SiteID=19259&amp;ArticleID=44316">"More and more students wear school sports colours"</a>. New Zealand Secondary School Sports Council<span class="reference-accessdate">. Retrieved <span class="nowrap">30 March</span> 2015</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-361">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-361">^</a></b></span> <span class="reference-text"><cite class="citation book">Crawford, Scott (January 1999). "Rugby and the Forging of National Identity". In Nauright, John (ed.). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120119025021/http://www.la84foundation.org/SportsLibrary/ASSHSSH/ASSHSSH11.pdf"><i>Sport, Power And Society In New Zealand: Historical And Contemporary Perspectives</i></a> <span class="cs1-format">(PDF)</span>. ASSH Studies In Sports History. Archived from <a rel="nofollow" class="external text" href="http://www.la84foundation.org/SportsLibrary/ASSHSSH/ASSHSSH11.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 19 January 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-362">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-362">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.nzhistory.net.nz/media/photo/rugby-racing-and-beer">"Rugby, racing and beer"</a>. Ministry for Culture and Heritage. August 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">22 January</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-363">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-363">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Derby, Mark (December 2010). <a rel="nofollow" class="external text" href="http://www.TeAra.govt.nz/en/maori-pakeha-relations/4">"Māori–Pākehā relations – Sports and race"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 February</span> 2011</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-FOOTNOTEBain200669-364">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-FOOTNOTEBain200669_364-0">^</a></b></span> <span class="reference-text"><a href="#CITEREFBain2006">Bain 2006</a>, p.&#160;69.</span>
+ </li>
+ <li id="cite_note-365">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-365">^</a></b></span> <span class="reference-text"><cite class="citation thesis">Langton, Graham (1996). <a rel="nofollow" class="external text" href="https://ir.canterbury.ac.nz/handle/10092/3549"><i>A history of mountain climbing in New Zealand to 1953</i></a> (Thesis). Christchurch: University of Canterbury. p.&#160;28<span class="reference-accessdate">. Retrieved <span class="nowrap">12 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-366">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-366">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://news.theage.com.au/national/world-mourns-sir-edmund-hillary-20080111-1ldx.html">"World mourns Sir Edmund Hillary"</a>. <i>The Age</i>. Melbourne. 11 January 2008.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-SportsParticipation-367">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-SportsParticipation_367-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20150115065459/http://www.activenzsurvey.org.nz/Documents/Participation-Levels.pdf">"Sport and Recreation Participation Levels"</a> <span class="cs1-format">(PDF)</span>. <a href="/wiki/Sport_New_Zealand" title="Sport New Zealand">Sport and Recreation New Zealand</a>. 2009. Archived from <a rel="nofollow" class="external text" href="http://www.activenzsurvey.org.nz/Documents/Participation-Levels.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 15 January 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">27 November</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-368">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-368">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Barclay-Kerr, Hoturoa (September 2013). <a rel="nofollow" class="external text" href="https://teara.govt.nz/en/waka-ama-outrigger-canoeing">"Waka ama – outrigger canoeing"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">12 August</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-369">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-369">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://nzhistory.govt.nz/culture/olympics/overview">"NZ's first Olympic century"</a>. Ministry for Culture and Heritage. August 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-370">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-370">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/browse_for_stats/population/estimates_and_projections/olympics.aspx">"London 2012 Olympic Games: Medal strike rate – Final count (revised)"</a>. Statistics New Zealand. 14 August 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2013</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-371">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-371">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.stats.govt.nz/browse_for_stats/population/estimates_and_projections/olympics-2016.aspx">"Rio 2016 Olympic Games: Medals per capita"</a>. Statistics New Zealand. 30 August 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">27 April</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-372">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-372">^</a></b></span> <span class="reference-text"><cite class="citation news">Kerr, James (14 November 2013). <a rel="nofollow" class="external text" href="https://www.telegraph.co.uk/men/active/10427619/The-All-Blacks-guide-to-being-successful-off-the-field.html">"The All Blacks guide to being successful (off the field)"</a>. <i>The Daily Telegraph</i>. London<span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2013</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-373">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-373">^</a></b></span> <span class="reference-text"><cite class="citation news">Fordyce, Tom (23 October 2011). <a rel="nofollow" class="external text" href="https://www.bbc.com/sport/0/rugby-union/15405316">"2011 Rugby World Cup final: New Zealand 8-7 France"</a>. <i>BBC Sport</i><span class="reference-accessdate">. Retrieved <span class="nowrap">4 December</span> 2013</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-cuisine-374">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-cuisine_374-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-cuisine_374-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.tourism.net.nz/new-zealand/nz/cuisine-and-dining">"New Zealand Cuisine"</a>. New Zealand Tourism Guide. January 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">4 January</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-375">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-375">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Petrie, Hazel (November 2008). <a rel="nofollow" class="external text" href="https://teara.govt.nz/en/kai-pakeha-introduced-foods">"Kai Pākehā – introduced foods"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">27 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-376">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-376">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Whaanga, Mere (June 2006). <a rel="nofollow" class="external text" href="https://teara.govt.nz/en/mataitai-shellfish-gathering/page-6">"Mātaitai – shellfish gathering"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">27 June</span> 2017</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-377">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-377">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia"><a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/shellfish">"Story: Shellfish"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">29 August</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-378">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-378">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Burton, David (September 2013). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/cooking/page-2">"Cooking – Cooking methods"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">11 December</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li id="cite_note-379">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-379">^</a></b></span> <span class="reference-text"><cite class="citation encyclopaedia">Royal, Charles; Kaka-Scott, Jenny (September 2013). <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/en/maori-foods-kai-maori/page-4">"Māori foods – kai Māori"</a>. <i>Te Ara: The Encyclopedia of New Zealand</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 September</span> 2016</span>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ </ol>
+ </div>
+ <h2>
+ <span class="mw-headline" id="References">References</span>
+ </h2>
+ <div class="refbegin columns references-column-width" style="-moz-column-width: 30em; -webkit-column-width: 30em; column-width: 30em;">
+ <ul>
+ <li>
+ <cite class="citation book">Alley, Roderic (2008). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=VEa-0PKh__oC"><i>New Zealand in World Affairs IV 1990–2005</i></a>. New Zealand: Victoria University Press. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-864-73548-5" title="Special:BookSources/978-0-864-73548-5"><bdi>978-0-864-73548-5</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>
+ <cite id="CITEREFBain2006" class="citation book">Bain, Carolyn (2006). <i>New Zealand</i>. Lonely Planet. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/1-74104-535-5" title="Special:BookSources/1-74104-535-5"><bdi>1-74104-535-5</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>
+ <cite id="CITEREFGarden2005" class="citation book">Garden, Donald (2005). Stoll, Mark (ed.). <i>Australia, New Zealand, and the Pacific: An Environmental History</i>. Nature and Human Societies. ABC-CLIO/Greenwood. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-1-57607-868-6" title="Special:BookSources/978-1-57607-868-6"><bdi>978-1-57607-868-6</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>
+ <cite id="CITEREFHayMaclaganGordon2008" class="citation book">Hay, Jennifer; Maclagan, Margaret; Gordon, Elizabeth (2008). <i>Dialects of English: New Zealand English</i>. Edinburgh University Press. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-7486-2529-1" title="Special:BookSources/978-0-7486-2529-1"><bdi>978-0-7486-2529-1</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>
+ <cite id="CITEREFKennedy2007" class="citation book">Kennedy, Jeffrey (2007). "Leadership and Culture in New Zealand". In Chhokar, Jagdeep; Brodbeck, Felix; House, Robert (eds.). <i>Culture and Leadership Across the World: The GLOBE Book of In-Depth Studies of 25 Societies</i>. United States: Psychology Press. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-8058-5997-3" title="Special:BookSources/978-0-8058-5997-3"><bdi>978-0-8058-5997-3</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>
+ <cite id="CITEREFKing2003" class="citation book"><a href="/wiki/Michael_King" title="Michael King">King, Michael</a> (2003). <i>The Penguin History of New Zealand</i>. New Zealand: Penguin Books. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-14-301867-4" title="Special:BookSources/978-0-14-301867-4"><bdi>978-0-14-301867-4</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>
+ <cite id="CITEREFMein_Smith2005" class="citation book">Mein Smith, Philippa (2005). <i>A Concise History of New Zealand</i>. Australia: Cambridge University Press. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-521-54228-6" title="Special:BookSources/0-521-54228-6"><bdi>0-521-54228-6</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>
+ <cite id="CITEREFSmeltJui_Lin2009" class="citation book">Smelt, Roselynn; Jui Lin, Yong (2009). <i>New Zealand</i>. Cultures of the World (2nd ed.). New York: <a href="/wiki/Marshall_Cavendish" title="Marshall Cavendish">Marshall Cavendish</a>. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-7614-3415-3" title="Special:BookSources/978-0-7614-3415-3"><bdi>978-0-7614-3415-3</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ </ul>
+ </div>
+ <h2>
+ <span class="mw-headline" id="Further_reading">Further reading</span>
+ </h2>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886047268" />
+ <div class="refbegin" style="">
+ <ul>
+ <li>
+ <cite class="citation book">Bateman, David, ed. (2005). <i>Bateman New Zealand Encyclopedia</i> (6th ed.). <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/1-86953-601-0" title="Special:BookSources/1-86953-601-0"><bdi>1-86953-601-0</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>
+ <cite class="citation book"><a href="/wiki/Keith_Sinclair" title="Keith Sinclair">Sinclair, Keith</a>; revised by Dalziel, Raewyn (2000). <i>A History of New Zealand</i>. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-0-14-029875-8" title="Special:BookSources/978-0-14-029875-8"><bdi>978-0-14-029875-8</bdi></a>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" />
+ </li>
+ <li>Statistics New Zealand. <i>New Zealand Official Yearbook</i> (annual).
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r886058088" /><a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/1-86953-776-9" title="Special:BookSources/1-86953-776-9">1-86953-776-9</a> (2010).
+ </li>
+ </ul>
+ </div>
+ <h2>
+ <span class="mw-headline" id="External_links">External links</span>
+ </h2>
+ <div role="navigation" aria-labelledby="sister-projects" class="metadata plainlinks sistersitebox plainlist mbox-small" style="border:1px solid #aaa; padding:0; background:#f9f9f9;">
+ <div style="padding: 0.75em 0; text-align: center;">
+ <b style="display:block;">New Zealand</b>at Wikipedia's <a href="/wiki/Wikipedia:Wikimedia_sister_projects" title="Wikipedia:Wikimedia sister projects"><span id="sister-projects">sister projects</span></a>
+ </div>
+ <ul style="border-top:1px solid #aaa; padding: 0.75em 0; width:217px; margin:0 auto;">
+ <li style="min-height: 31px;">
+ <span style="display: inline-block; width: 31px; line-height: 31px; vertical-align: middle; text-align: center;"><img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/27px-Wiktionary-logo-v2.svg.png" decoding="async" width="27" height="27" style="vertical-align: middle" srcset="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/41px-Wiktionary-logo-v2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/54px-Wiktionary-logo-v2.svg.png 2x" data-file-width="391" data-file-height="391" /></span><span style="display: inline-block; margin-left: 4px; width: 182px; vertical-align: middle;"><a href="https://en.wiktionary.org/wiki/Special:Search/New_Zealand" class="extiw" title="wikt:Special:Search/New Zealand">Definitions</a> from Wiktionary</span>
+ </li>
+ <li style="min-height: 31px;">
+ <span style="display: inline-block; width: 31px; line-height: 31px; vertical-align: middle; text-align: center;"><img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/20px-Commons-logo.svg.png" decoding="async" width="20" height="27" style="vertical-align: middle" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/40px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /></span><span style="display: inline-block; margin-left: 4px; width: 182px; vertical-align: middle;"><a href="https://commons.wikimedia.org/wiki/Special:Search/New_Zealand" class="extiw" title="c:Special:Search/New Zealand">Media</a> from Wikimedia Commons</span>
+ </li>
+ <li style="min-height: 31px;">
+ <span style="display: inline-block; width: 31px; line-height: 31px; vertical-align: middle; text-align: center;"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/27px-Wikinews-logo.svg.png" decoding="async" width="27" height="15" style="vertical-align: middle" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/41px-Wikinews-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/54px-Wikinews-logo.svg.png 2x" data-file-width="759" data-file-height="415" /></span><span style="display: inline-block; margin-left: 4px; width: 182px; vertical-align: middle;"><a href="https://en.wikinews.org/wiki/Special:Search/New_Zealand" class="extiw" title="n:Special:Search/New Zealand">News</a> from Wikinews</span>
+ </li>
+ <li style="min-height: 31px;">
+ <span style="display: inline-block; width: 31px; line-height: 31px; vertical-align: middle; text-align: center;"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/23px-Wikiquote-logo.svg.png" decoding="async" width="23" height="27" style="vertical-align: middle" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/35px-Wikiquote-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/46px-Wikiquote-logo.svg.png 2x" data-file-width="300" data-file-height="355" /></span><span style="display: inline-block; margin-left: 4px; width: 182px; vertical-align: middle;"><a href="https://en.wikiquote.org/wiki/Special:Search/New_Zealand" class="extiw" title="q:Special:Search/New Zealand">Quotations</a> from Wikiquote</span>
+ </li>
+ <li style="min-height: 31px;">
+ <span style="display: inline-block; width: 31px; line-height: 31px; vertical-align: middle; text-align: center;"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/26px-Wikisource-logo.svg.png" decoding="async" width="26" height="27" style="vertical-align: middle" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/39px-Wikisource-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/51px-Wikisource-logo.svg.png 2x" data-file-width="410" data-file-height="430" /></span><span style="display: inline-block; margin-left: 4px; width: 182px; vertical-align: middle;"><a href="https://en.wikisource.org/wiki/Special:Search/New_Zealand" class="extiw" title="s:Special:Search/New Zealand">Texts</a> from Wikisource</span>
+ </li>
+ <li style="min-height: 31px;">
+ <span style="display: inline-block; width: 31px; line-height: 31px; vertical-align: middle; text-align: center;"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/27px-Wikibooks-logo.svg.png" decoding="async" width="27" height="27" style="vertical-align: middle" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/41px-Wikibooks-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/54px-Wikibooks-logo.svg.png 2x" data-file-width="300" data-file-height="300" /></span><span style="display: inline-block; margin-left: 4px; width: 182px; vertical-align: middle;"><a href="https://en.wikibooks.org/wiki/Special:Search/New_Zealand" class="extiw" title="b:Special:Search/New Zealand">Textbooks</a> from Wikibooks</span>
+ </li>
+ <li style="min-height: 31px;">
+ <span style="display: inline-block; width: 31px; line-height: 31px; vertical-align: middle; text-align: center;"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/27px-Wikivoyage-Logo-v3-icon.svg.png" decoding="async" width="27" height="27" style="vertical-align: middle" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/41px-Wikivoyage-Logo-v3-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/54px-Wikivoyage-Logo-v3-icon.svg.png 2x" data-file-width="193" data-file-height="193" /></span><span style="display: inline-block; margin-left: 4px; width: 182px; vertical-align: middle;"><a href="https://en.wikivoyage.org/wiki/New_Zealand#Q664" class="extiw" title="voy:New Zealand">Travel guide</a> from Wikivoyage</span>
+ </li>
+ <li style="min-height: 31px;">
+ <span style="display: inline-block; width: 31px; line-height: 31px; vertical-align: middle; text-align: center;"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Wikiversity-logo-en.svg/27px-Wikiversity-logo-en.svg.png" decoding="async" width="27" height="24" style="vertical-align: middle" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Wikiversity-logo-en.svg/41px-Wikiversity-logo-en.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Wikiversity-logo-en.svg/54px-Wikiversity-logo-en.svg.png 2x" data-file-width="1000" data-file-height="900" /></span><span style="display: inline-block; margin-left: 4px; width: 182px; vertical-align: middle;"><a href="https://en.wikiversity.org/wiki/Special:Search/New_Zealand" class="extiw" title="v:Special:Search/New Zealand">Resources</a> from Wikiversity</span>
+ </li>
+ </ul>
+ </div>
+ <dl>
+ <dt>
+ Government
+ </dt>
+ </dl>
+ <ul>
+ <li>
+ <a rel="nofollow" class="external text" href="https://www.govt.nz/">New Zealand Government portal</a>
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="http://www.mch.govt.nz/">Ministry for Culture and Heritage</a> – includes information on flag, anthems and coat of arms
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="http://www.stats.govt.nz/">Statistics New Zealand</a>
+ </li>
+ </ul>
+ <dl>
+ <dt>
+ Travel
+ </dt>
+ </dl>
+ <ul>
+ <li>
+ <a rel="nofollow" class="external text" href="http://www.newzealand.com/int/">Official site of New Zealand Tourism</a>
+ </li>
+ </ul>
+ <dl>
+ <dt>
+ General Information
+ </dt>
+ </dl>
+ <ul>
+ <li>
+ <a rel="nofollow" class="external text" href="https://www.cia.gov/library/publications/the-world-factbook/geos/nz.html">New Zealand</a> entry from <i><a href="/wiki/The_World_Factbook" title="The World Factbook">The World Factbook</a></i>. <a href="/wiki/Central_Intelligence_Agency" title="Central Intelligence Agency">Central Intelligence Agency</a>.
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="https://curlie.org/Regional/Oceania/New_Zealand">New Zealand</a> at <a href="/wiki/Curlie" class="mw-redirect" title="Curlie">Curlie</a>
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="https://www.bbc.co.uk/news/world-asia-pacific-15357770">New Zealand</a> from <a href="/wiki/BBC_News" title="BBC News">BBC News</a>
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="http://www.teara.govt.nz/">Te Ara: The Encyclopedia of New Zealand</a>
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="http://www.oecd.org/newzealand/">New Zealand</a> <a href="/wiki/Organisation_for_Economic_Co-operation_and_Development" class="mw-redirect" title="Organisation for Economic Co-operation and Development">OECD</a>
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="https://web.archive.org/web/20080607085330/http://ucblibraries.colorado.edu/govpubs/for/newzealand.htm">New Zealand</a>, directory from <i>UCB Libraries GovPubs</i>
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="http://www.britannica.com/EBchecked/topic/412636/New-Zealand">New Zealand</a> at <i><a href="/wiki/Encyclop%C3%A6dia_Britannica" title="Encyclopædia Britannica">Encyclopædia Britannica</a></i>
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="http://www.metservice.co.nz/">New Zealand weather</a>
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="http://www.ifs.du.edu/ifs/frm_CountryProfile.aspx?Country=NZ">Key Development Forecasts for New Zealand</a> from <a href="/wiki/International_Futures" title="International Futures">International Futures</a>
+ </li>
+ <li>
+ <img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Gnome-globe.svg/16px-Gnome-globe.svg.png" decoding="async" width="16" height="16" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Gnome-globe.svg/24px-Gnome-globe.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Gnome-globe.svg/32px-Gnome-globe.svg.png 2x" data-file-width="48" data-file-height="48" /> <a href="https://commons.wikimedia.org/wiki/Atlas_of_New_Zealand" class="extiw" title="commons:Atlas of New Zealand">Wikimedia Atlas of New Zealand</a>
+ </li>
+ </ul>
+ <div role="navigation" class="navbox" aria-labelledby="New_Zealand_articles" style="padding:3px">
+ <table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tbody>
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2">
+ <div class="plainlinks hlist navbar mini">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:New_Zealand_topics" title="Template:New Zealand topics"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:New_Zealand_topics" title="Template talk:New Zealand topics"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:New_Zealand_topics&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div id="New_Zealand_articles" style="font-size:114%;margin:0 4em">
+ <a class="mw-selflink selflink">New Zealand</a>&#160;articles
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/History_of_New_Zealand" title="History of New Zealand">History</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Timeline_of_New_Zealand_history" title="Timeline of New Zealand history">Timeline</a>
+ </li>
+ <li>
+ <a href="/wiki/Military_history_of_New_Zealand" title="Military history of New Zealand">Military history</a>
+ </li>
+ <li>
+ <a href="/wiki/Archaeology_of_New_Zealand" title="Archaeology of New Zealand">Archaeology</a>
+ </li>
+ <li>
+ <a href="/wiki/M%C4%81ori_history" title="Māori history">Māori history</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-even" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Treaty_of_Waitangi" title="Treaty of Waitangi">Treaty of Waitangi</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_Wars" title="New Zealand Wars">New Zealand Wars</a>
+ </li>
+ <li>
+ <a href="/wiki/Women%27s_suffrage_in_New_Zealand" title="Women's suffrage in New Zealand">Women's suffrage</a>
+ </li>
+ <li>
+ <a href="/wiki/Timeline_of_New_Zealand%27s_links_with_Antarctica" title="Timeline of New Zealand's links with Antarctica">New Zealand and Antarctica</a>
+ </li>
+ <li>
+ <a href="/wiki/Colony_of_New_Zealand" title="Colony of New Zealand">Colony</a>
+ </li>
+ <li>
+ <a href="/wiki/Dominion_of_New_Zealand" title="Dominion of New Zealand">Dominion</a>
+ </li>
+ <li>
+ <a href="/wiki/Independence_of_New_Zealand" title="Independence of New Zealand">Independence</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Geography_of_New_Zealand" title="Geography of New Zealand">Geography</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Biodiversity_of_New_Zealand" title="Biodiversity of New Zealand">Biodiversity</a>
+ </li>
+ <li>
+ <a href="/wiki/List_of_caves_in_New_Zealand" title="List of caves in New Zealand">Caves</a>
+ </li>
+ <li>
+ <a href="/wiki/Climate_of_New_Zealand" title="Climate of New Zealand">Climate</a>
+ </li>
+ <li>
+ <a href="/wiki/List_of_earthquakes_in_New_Zealand" title="List of earthquakes in New Zealand">Earthquakes</a>
+ </li>
+ <li>
+ <a href="/wiki/Environment_of_New_Zealand" title="Environment of New Zealand">Environment</a>
+ </li>
+ <li>
+ <a href="/wiki/Geology_of_New_Zealand" title="Geology of New Zealand">Geology</a>
+ </li>
+ <li>
+ <a href="/wiki/List_of_islands_of_New_Zealand" title="List of islands of New Zealand">Islands</a>
+ <ul>
+ <li>
+ <a href="/wiki/North_Island" title="North Island">North Island</a>
+ </li>
+ <li>
+ <a href="/wiki/South_Island" title="South Island">South Island</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Lakes_of_New_Zealand" title="Lakes of New Zealand">Lakes</a>
+ </li>
+ <li>
+ <a href="/wiki/Marine_reserves_of_New_Zealand" title="Marine reserves of New Zealand">Marine reserves</a>
+ </li>
+ <li>
+ <a href="/wiki/National_parks_of_New_Zealand" title="National parks of New Zealand">National parks</a>
+ </li>
+ <li>
+ <a href="/wiki/List_of_rivers_of_New_Zealand" title="List of rivers of New Zealand">Rivers</a>
+ </li>
+ <li>
+ <a href="/wiki/Time_in_New_Zealand" title="Time in New Zealand">Time zones</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;padding-left:0.5em;padding-right:0.5em;font-weight:normal;">
+ <a href="/wiki/List_of_cities_in_New_Zealand" title="List of cities in New Zealand">Cities</a>
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Auckland" title="Auckland">Auckland</a>
+ </li>
+ <li>
+ <a href="/wiki/Christchurch" title="Christchurch">Christchurch</a>
+ </li>
+ <li>
+ <a href="/wiki/Dunedin" title="Dunedin">Dunedin</a>
+ </li>
+ <li>
+ <a href="/wiki/Hamilton,_New_Zealand" title="Hamilton, New Zealand">Hamilton</a>
+ </li>
+ <li>
+ <a href="/wiki/Hastings,_New_Zealand" title="Hastings, New Zealand">Hastings</a>
+ </li>
+ <li>
+ <a href="/wiki/Invercargill" title="Invercargill">Invercargill</a>
+ </li>
+ <li>
+ <a href="/wiki/Napier,_New_Zealand" title="Napier, New Zealand">Napier</a>
+ </li>
+ <li>
+ <a href="/wiki/Nelson,_New_Zealand" title="Nelson, New Zealand">Nelson</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Plymouth" title="New Plymouth">New Plymouth</a>
+ </li>
+ <li>
+ <a href="/wiki/Palmerston_North" title="Palmerston North">Palmerston North</a>
+ </li>
+ <li>
+ <a href="/wiki/Rotorua" title="Rotorua">Rotorua</a>
+ </li>
+ <li>
+ <a href="/wiki/Tauranga" title="Tauranga">Tauranga</a>
+ </li>
+ <li>
+ <a href="/wiki/Wellington" title="Wellington">Wellington</a>
+ <ul>
+ <li>
+ <a href="/wiki/Capital_of_New_Zealand" title="Capital of New Zealand">capital</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Whangarei" title="Whangarei">Whangarei</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;padding-left:0.5em;padding-right:0.5em;font-weight:normal;">
+ <a href="/wiki/Local_government_in_New_Zealand" title="Local government in New Zealand">Subdivisions</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">Regions</a>
+ </li>
+ <li>
+ <a href="/wiki/Territorial_authorities_of_New_Zealand" title="Territorial authorities of New Zealand">Territorial authorities</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Politics_of_New_Zealand" title="Politics of New Zealand">Politics</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-even" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Constitution_of_New_Zealand" title="Constitution of New Zealand">Constitution</a>
+ </li>
+ <li>
+ <a href="/wiki/Elections_in_New_Zealand" title="Elections in New Zealand">Elections</a>
+ <ul>
+ <li>
+ <a href="/wiki/Electoral_system_of_New_Zealand" title="Electoral system of New Zealand">Electoral system</a>
+ </li>
+ <li>
+ <a href="/wiki/List_of_political_parties_in_New_Zealand" title="List of political parties in New Zealand">Political parties</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Foreign_relations_of_New_Zealand" title="Foreign relations of New Zealand">Foreign relations</a>
+ </li>
+ <li>
+ <a href="/wiki/Human_rights_in_New_Zealand" title="Human rights in New Zealand">Human rights</a>
+ <ul>
+ <li>
+ <a href="/wiki/Disability_rights_in_New_Zealand" title="Disability rights in New Zealand">Disability</a>
+ </li>
+ <li>
+ <a href="/wiki/Intersex_rights_in_New_Zealand" title="Intersex rights in New Zealand">Intersex</a>
+ </li>
+ <li>
+ <a href="/wiki/LGBT_rights_in_New_Zealand" title="LGBT rights in New Zealand">LGBT</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Judiciary_of_New_Zealand" title="Judiciary of New Zealand">Judiciary</a>
+ <ul>
+ <li>
+ <a href="/wiki/Supreme_Court_of_New_Zealand" title="Supreme Court of New Zealand">Supreme Court</a>
+ </li>
+ <li>
+ <a href="/wiki/Chief_Justice_of_New_Zealand" title="Chief Justice of New Zealand">Chief Justice</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Law_of_New_Zealand" title="Law of New Zealand">Law</a>
+ <ul>
+ <li>
+ <a href="/wiki/Law_enforcement_in_New_Zealand" class="mw-redirect" title="Law enforcement in New Zealand">enforcement</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_Defence_Force" title="New Zealand Defence Force">Military</a>
+ </li>
+ <li>
+ <a href="/wiki/Monarchy_of_New_Zealand" title="Monarchy of New Zealand">Monarchy</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_Parliament" title="New Zealand Parliament">Parliament</a> (<a href="/wiki/New_Zealand_House_of_Representatives" title="New Zealand House of Representatives">House of Representatives</a>)
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;padding-left:0.5em;padding-right:0.5em;font-weight:normal;">
+ <a href="/wiki/Government_of_New_Zealand" title="Government of New Zealand">Government</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Cabinet_of_New_Zealand" title="Cabinet of New Zealand">Cabinet</a>
+ </li>
+ <li>
+ <a href="/wiki/Governor-General_of_New_Zealand" title="Governor-General of New Zealand">Governor-General</a>
+ <ul>
+ <li>
+ <a href="/wiki/List_of_Governors-General_of_New_Zealand" class="mw-redirect" title="List of Governors-General of New Zealand">list</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Ministers_of_the_New_Zealand_Government" title="Ministers of the New Zealand Government">Ministers</a>
+ </li>
+ <li>
+ <a href="/wiki/Prime_Minister_of_New_Zealand" title="Prime Minister of New Zealand">Prime Minister</a>
+ <ul>
+ <li>
+ <a href="/wiki/List_of_Prime_Ministers_of_New_Zealand" class="mw-redirect" title="List of Prime Ministers of New Zealand">list</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Economy_of_New_Zealand" title="Economy of New Zealand">Economy</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-even" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Agriculture_in_New_Zealand" title="Agriculture in New Zealand">Agriculture</a>
+ <ul>
+ <li>
+ <a href="/wiki/Dairy_farming_in_New_Zealand" title="Dairy farming in New Zealand">Dairy farming</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_wine" title="New Zealand wine">Wine industry</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/List_of_companies_of_New_Zealand" title="List of companies of New Zealand">Companies</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_dollar" title="New Zealand dollar">Dollar</a>
+ </li>
+ <li>
+ <a href="/wiki/Energy_in_New_Zealand" title="Energy in New Zealand">Energy</a>
+ </li>
+ <li>
+ <a href="/wiki/Mining_in_New_Zealand" title="Mining in New Zealand">Mining</a>
+ </li>
+ <li>
+ <a href="/wiki/Poverty_in_New_Zealand" title="Poverty in New Zealand">Poverty</a>
+ </li>
+ <li>
+ <a href="/wiki/Reserve_Bank_of_New_Zealand" title="Reserve Bank of New Zealand">Reserve Bank</a>
+ </li>
+ <li>
+ <a href="/wiki/Rogernomics" title="Rogernomics">Rogernomics</a>
+ </li>
+ <li>
+ <a href="/wiki/Taxation_in_New_Zealand" title="Taxation in New Zealand">Taxation</a>
+ </li>
+ <li>
+ <a href="/wiki/Telecommunications_in_New_Zealand" title="Telecommunications in New Zealand">Telecommunications</a>
+ </li>
+ <li>
+ <a href="/wiki/Tourism_in_New_Zealand" title="Tourism in New Zealand">Tourism</a>
+ </li>
+ <li>
+ <a href="/wiki/Transport_in_New_Zealand" title="Transport in New Zealand">Transportation</a>
+ <ul>
+ <li>
+ <a href="/wiki/Rail_transport_in_New_Zealand" title="Rail transport in New Zealand">Rail transport</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Welfare_in_New_Zealand" title="Welfare in New Zealand">Welfare</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Category:New_Zealand_society" title="Category:New Zealand society">Society</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/New_Zealand_nationality_law" title="New Zealand nationality law">Citizenship</a>
+ </li>
+ <li>
+ <a href="/wiki/Crime_in_New_Zealand" title="Crime in New Zealand">Crime</a>
+ </li>
+ <li>
+ <a href="/wiki/Demographics_of_New_Zealand" title="Demographics of New Zealand">Demographics</a>
+ <ul>
+ <li>
+ <a href="/wiki/List_of_ethnic_origins_of_New_Zealanders" title="List of ethnic origins of New Zealanders">Ethnic origins</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Education_in_New_Zealand" title="Education in New Zealand">Education</a>
+ </li>
+ <li>
+ <a href="/wiki/Gender_equality_in_New_Zealand" title="Gender equality in New Zealand">Gender equality</a>
+ </li>
+ <li>
+ <a href="/wiki/Health_care_in_New_Zealand" title="Health care in New Zealand">Health care</a>
+ </li>
+ <li>
+ <a href="/wiki/Homelessness_in_New_Zealand" title="Homelessness in New Zealand">Homelessness</a>
+ </li>
+ <li>
+ <a href="/wiki/Immigration_to_New_Zealand" title="Immigration to New Zealand">Immigration</a>
+ </li>
+ <li>
+ <a href="/wiki/Languages_of_New_Zealand" title="Languages of New Zealand">Languages</a>
+ <ul>
+ <li>
+ <a href="/wiki/M%C4%81ori_language" title="Māori language">Māori</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_English" title="New Zealand English">New Zealand English</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_Sign_Language" title="New Zealand Sign Language">New Zealand Sign Language</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/LGBT_in_New_Zealand" title="LGBT in New Zealand">LGBT issues</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealanders" title="New Zealanders">People</a>
+ <ul>
+ <li>
+ <a href="/wiki/Kiwi_(people)" title="Kiwi (people)">"Kiwi"</a>
+ </li>
+ <li>
+ <a href="/wiki/M%C4%81ori_people" title="Māori people">Māori</a>
+ </li>
+ <li>
+ <a href="/wiki/Women_in_New_Zealand" title="Women in New Zealand">Women</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Religion_in_New_Zealand" title="Religion in New Zealand">Religion</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;padding-left:0.5em;padding-right:0.5em;font-weight:normal;">
+ <a href="/wiki/Culture_of_New_Zealand" title="Culture of New Zealand">Culture</a>
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Architecture_of_New_Zealand" title="Architecture of New Zealand">Architecture</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_art" title="New Zealand art">Art</a>
+ </li>
+ <li>
+ <a href="/wiki/Cinema_of_New_Zealand" title="Cinema of New Zealand">Cinema</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_cuisine" title="New Zealand cuisine">Cuisine</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Zealand_literature" title="New Zealand literature">Literature</a>
+ </li>
+ <li>
+ <a href="/wiki/M%C4%81ori_culture" title="Māori culture">Māori culture</a>
+ </li>
+ <li>
+ <a href="/wiki/Media_of_New_Zealand" title="Media of New Zealand">Media</a>
+ </li>
+ <li>
+ <a href="/wiki/Music_of_New_Zealand" title="Music of New Zealand">Music</a>
+ </li>
+ <li>
+ <a href="/wiki/Public_holidays_in_New_Zealand" title="Public holidays in New Zealand">Public holidays</a>
+ </li>
+ <li>
+ <a href="/wiki/Radio_in_New_Zealand" title="Radio in New Zealand">Radio</a>
+ </li>
+ <li>
+ <a href="/wiki/Sport_in_New_Zealand" title="Sport in New Zealand">Sport</a>
+ </li>
+ <li>
+ <a href="/wiki/National_symbols_of_New_Zealand" title="National symbols of New Zealand">Symbols</a>
+ </li>
+ <li>
+ <a href="/wiki/Television_in_New_Zealand" title="Television in New Zealand">Television</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td class="navbox-abovebelow" colspan="2" style="font-weight:bold;">
+ <div>
+ <div style="margin-bottom:-0.4em;">
+ <ul>
+ <li>
+ <span class="nobold"><a href="/wiki/Outline_of_New_Zealand" title="Outline of New Zealand">Outline</a></span>
+ </li>
+ </ul>
+ </div>
+ <ul>
+ <li>
+ <a href="/wiki/Book:New_Zealand" title="Book:New Zealand">Book</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:New_Zealand" title="Category:New Zealand">Category</a>
+ </li>
+ <li>
+ <a href="/wiki/Portal:New_Zealand" title="Portal:New Zealand">Portal</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div role="navigation" class="navbox" aria-labelledby="Articles_relating_to_New_Zealand" style="padding:3px">
+ <table class="nowraplinks mw-collapsible mw-collapsed navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tbody>
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2" style="background:#e8e8ff;">
+ <div id="Articles_relating_to_New_Zealand" style="font-size:114%;margin:0 4em">
+ Articles relating to New Zealand
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px;font-size:114%">
+ <div style="padding:0px">
+ <table class="navbox collapsible">
+ <tbody>
+ <tr>
+ <th colspan="12" class="navbox-title">
+ <div class="plainlinks hlist navbar mini" style="float:left; text-align:left">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:Administrative_divisions_of_New_Zealand" title="Template:Administrative divisions of New Zealand"><abbr title="View this template">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:Administrative_divisions_of_New_Zealand" title="Template talk:Administrative divisions of New Zealand"><abbr title="Discuss this template">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Administrative_divisions_of_New_Zealand&amp;action=edit"><abbr title="Edit this template">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div style="font-size:114%;margin:0 4em">
+ Administrative divisions of the Realm of New Zealand
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th class="navbox-title">
+ Countries
+ </th>
+ <td colspan="7" style="background:#ddf;">
+ <span class="flagicon"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/23px-Flag_of_New_Zealand.svg.png" decoding="async" width="23" height="12" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/35px-Flag_of_New_Zealand.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/46px-Flag_of_New_Zealand.svg.png 2x" data-file-width="1200" data-file-height="600" />&#160;</span><a class="mw-selflink selflink">New Zealand</a>
+ </td>
+ <td rowspan="4">
+ &#160;
+ </td>
+ <td rowspan="4">
+ &#160;
+ </td>
+ <td rowspan="1" style="background:#e2e2ff;">
+ <span class="nowrap"><span class="flagicon"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/23px-Flag_of_the_Cook_Islands.svg.png" decoding="async" width="23" height="12" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/35px-Flag_of_the_Cook_Islands.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/35/Flag_of_the_Cook_Islands.svg/46px-Flag_of_the_Cook_Islands.svg.png 2x" data-file-width="1200" data-file-height="600" />&#160;</span><a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a></span>
+ </td>
+ <td rowspan="1" style="background:#e2e2ff;">
+ <span class="nowrap"><span class="flagicon"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/23px-Flag_of_Niue.svg.png" decoding="async" width="23" height="12" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/35px-Flag_of_Niue.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Niue.svg/46px-Flag_of_Niue.svg.png 2x" data-file-width="600" data-file-height="300" />&#160;</span><a href="/wiki/Niue" title="Niue">Niue</a></span>
+ </td>
+ </tr>
+ <tr>
+ <th class="navbox-title">
+ <a href="/wiki/Regions_of_New_Zealand" title="Regions of New Zealand">Regions</a>
+ </th>
+ <td style="background:#e7e7ff;">
+ 11 non-unitary regions
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ 5 unitary regions
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <a href="/wiki/Chatham_Islands" title="Chatham Islands">Chatham Islands</a>
+ </td>
+ <td rowspan="3">
+ &#160;
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <a href="/wiki/New_Zealand_outlying_islands" title="New Zealand outlying islands">Outlying islands</a> outside any regional authority<br />
+ (the <a href="/wiki/Kermadec_Islands" title="Kermadec Islands">Kermadec Islands</a>, <a href="/wiki/Three_Kings_Islands" title="Three Kings Islands">Three Kings Islands</a>, and <a href="/wiki/New_Zealand_Subantarctic_Islands" title="New Zealand Subantarctic Islands">Subantarctic Islands</a>)
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <a href="/wiki/Ross_Dependency" title="Ross Dependency">Ross Dependency</a>
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <span class="flagicon"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/23px-Flag_of_Tokelau.svg.png" decoding="async" width="23" height="12" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/35px-Flag_of_Tokelau.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Flag_of_Tokelau.svg/46px-Flag_of_Tokelau.svg.png 2x" data-file-width="1800" data-file-height="900" />&#160;</span><a href="/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <span class="nowrap">15 islands</span>
+ </td>
+ <td rowspan="2" style="background:#eef;">
+ <span class="nowrap">14 <a href="/wiki/List_of_villages_in_Niue" title="List of villages in Niue">villages</a></span>
+ </td>
+ </tr>
+ <tr>
+ <th class="navbox-title">
+ <a href="/wiki/Territorial_authorities_of_New_Zealand" title="Territorial authorities of New Zealand">Territorial authorities</a>
+ </th>
+ <td style="background:#f4f4ff;">
+ 13 cities and 53 districts
+ </td>
+ </tr>
+ <tr style="line-height:12px;font-size:90%;">
+ <th style="background:#fcfcff;">
+ Notes
+ </th>
+ <td style="background:#fcfcff;">
+ Some districts lie in more than one region
+ </td>
+ <td style="background:#fcfcff;">
+ These combine the regional and the territorial authority levels in one
+ </td>
+ <td style="background:#fcfcff;">
+ Special territorial authority
+ </td>
+ <td colspan="1" style="background:#fcfcff;">
+ The outlying <a href="/wiki/Solander_Islands" title="Solander Islands">Solander Islands</a> form part of the <a href="/wiki/Southland_Region" class="mw-redirect" title="Southland Region">Southland Region</a>
+ </td>
+ <td style="background:#fcfcff;">
+ New&#160;Zealand's <a href="/wiki/Territorial_claims_in_Antarctica" title="Territorial claims in Antarctica">Antarctic territory</a>
+ </td>
+ <td style="background:#fcfcff;">
+ <a href="/wiki/United_Nations_list_of_Non-Self-Governing_Territories" title="United Nations list of Non-Self-Governing Territories">Non-self-governing territory</a> of New&#160;Zealand
+ </td>
+ <td colspan="2" style="background:#fcfcff;">
+ States in <a href="/wiki/Associated_state" title="Associated state">free association</a> with New&#160;Zealand
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <div role="navigation" class="navbox" aria-labelledby="Members_of_the_Commonwealth_of_Nations" style="padding:3px">
+ <table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tbody>
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2">
+ <div class="plainlinks hlist navbar mini">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:The_Commonwealth" title="Template:The Commonwealth"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:The_Commonwealth" title="Template talk:The Commonwealth"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:The_Commonwealth&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div id="Members_of_the_Commonwealth_of_Nations" style="font-size:114%;margin:0 4em">
+ <a href="/wiki/Member_states_of_the_Commonwealth_of_Nations" title="Member states of the Commonwealth of Nations">Members of the</a> <a href="/wiki/Commonwealth_of_Nations" title="Commonwealth of Nations">Commonwealth of Nations</a>
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/List_of_sovereign_states" title="List of sovereign states">Sovereign states</a><br />
+ (Members)
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Antigua_and_Barbuda" title="Antigua and Barbuda">Antigua and Barbuda</a>
+ </li>
+ <li>
+ <a href="/wiki/Australia" title="Australia">Australia</a>
+ </li>
+ <li>
+ <a href="/wiki/The_Bahamas" title="The Bahamas">Bahamas</a>
+ </li>
+ <li>
+ <a href="/wiki/Bangladesh" title="Bangladesh">Bangladesh</a>
+ </li>
+ <li>
+ <a href="/wiki/Barbados" title="Barbados">Barbados</a>
+ </li>
+ <li>
+ <a href="/wiki/Belize" title="Belize">Belize</a>
+ </li>
+ <li>
+ <a href="/wiki/Botswana" title="Botswana">Botswana</a>
+ </li>
+ <li>
+ <a href="/wiki/Brunei" title="Brunei">Brunei</a>
+ </li>
+ <li>
+ <a href="/wiki/Cameroon" title="Cameroon">Cameroon</a>
+ </li>
+ <li>
+ <a href="/wiki/Canada" title="Canada">Canada</a>
+ </li>
+ <li>
+ <a href="/wiki/Cyprus" title="Cyprus">Cyprus</a>
+ </li>
+ <li>
+ <a href="/wiki/Dominica" title="Dominica">Dominica</a>
+ </li>
+ <li>
+ <a href="/wiki/Eswatini" title="Eswatini">Eswatini (Swaziland)</a>
+ </li>
+ <li>
+ <a href="/wiki/Fiji" title="Fiji">Fiji</a>
+ </li>
+ <li>
+ <a href="/wiki/The_Gambia" title="The Gambia">The Gambia</a>
+ </li>
+ <li>
+ <a href="/wiki/Ghana" title="Ghana">Ghana</a>
+ </li>
+ <li>
+ <a href="/wiki/Grenada" title="Grenada">Grenada</a>
+ </li>
+ <li>
+ <a href="/wiki/Guyana" title="Guyana">Guyana</a>
+ </li>
+ <li>
+ <a href="/wiki/India" title="India">India</a>
+ </li>
+ <li>
+ <a href="/wiki/Jamaica" title="Jamaica">Jamaica</a>
+ </li>
+ <li>
+ <a href="/wiki/Kenya" title="Kenya">Kenya</a>
+ </li>
+ <li>
+ <a href="/wiki/Kiribati" title="Kiribati">Kiribati</a>
+ </li>
+ <li>
+ <a href="/wiki/Lesotho" title="Lesotho">Lesotho</a>
+ </li>
+ <li>
+ <a href="/wiki/Malawi" title="Malawi">Malawi</a>
+ </li>
+ <li>
+ <a href="/wiki/Malaysia" title="Malaysia">Malaysia</a>
+ </li>
+ <li>
+ <a href="/wiki/Malta" title="Malta">Malta</a>
+ </li>
+ <li>
+ <a href="/wiki/Mauritius" title="Mauritius">Mauritius</a>
+ </li>
+ <li>
+ <a href="/wiki/Mozambique" title="Mozambique">Mozambique</a>
+ </li>
+ <li>
+ <a href="/wiki/Namibia" title="Namibia">Namibia</a>
+ </li>
+ <li>
+ <a href="/wiki/Nauru" title="Nauru">Nauru</a>
+ </li>
+ <li>
+ <a class="mw-selflink selflink">New Zealand</a>
+ </li>
+ <li>
+ <a href="/wiki/Nigeria" title="Nigeria">Nigeria</a>
+ </li>
+ <li>
+ <a href="/wiki/Pakistan" title="Pakistan">Pakistan</a>
+ </li>
+ <li>
+ <a href="/wiki/Papua_New_Guinea" title="Papua New Guinea">Papua New Guinea</a>
+ </li>
+ <li>
+ <a href="/wiki/Rwanda" title="Rwanda">Rwanda</a>
+ </li>
+ <li>
+ <a href="/wiki/Saint_Kitts_and_Nevis" title="Saint Kitts and Nevis">St. Kitts and Nevis</a>
+ </li>
+ <li>
+ <a href="/wiki/Saint_Lucia" title="Saint Lucia">St. Lucia</a>
+ </li>
+ <li>
+ <a href="/wiki/Saint_Vincent_and_the_Grenadines" title="Saint Vincent and the Grenadines">St. Vincent and the Grenadines</a>
+ </li>
+ <li>
+ <a href="/wiki/Samoa" title="Samoa">Samoa</a>
+ </li>
+ <li>
+ <a href="/wiki/Seychelles" title="Seychelles">Seychelles</a>
+ </li>
+ <li>
+ <a href="/wiki/Sierra_Leone" title="Sierra Leone">Sierra Leone</a>
+ </li>
+ <li>
+ <a href="/wiki/Singapore" title="Singapore">Singapore</a>
+ </li>
+ <li>
+ <a href="/wiki/Solomon_Islands" title="Solomon Islands">Solomon Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/South_Africa" title="South Africa">South Africa</a>
+ </li>
+ <li>
+ <a href="/wiki/Sri_Lanka" title="Sri Lanka">Sri Lanka</a>
+ </li>
+ <li>
+ <a href="/wiki/Tanzania" title="Tanzania">Tanzania</a>
+ </li>
+ <li>
+ <a href="/wiki/Tonga" title="Tonga">Tonga</a>
+ </li>
+ <li>
+ <a href="/wiki/Trinidad_and_Tobago" title="Trinidad and Tobago">Trinidad and Tobago</a>
+ </li>
+ <li>
+ <a href="/wiki/Tuvalu" title="Tuvalu">Tuvalu</a>
+ </li>
+ <li>
+ <a href="/wiki/Uganda" title="Uganda">Uganda</a>
+ </li>
+ <li>
+ <a href="/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a>
+ </li>
+ <li>
+ <a href="/wiki/Vanuatu" title="Vanuatu">Vanuatu</a>
+ </li>
+ <li>
+ <a href="/wiki/Zambia" title="Zambia">Zambia</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Dependent_territory" title="Dependent territory">Dependencies</a><br />
+ of Members
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Australia
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Ashmore_and_Cartier_Islands" title="Ashmore and Cartier Islands">Ashmore and Cartier Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Australian_Antarctic_Territory" title="Australian Antarctic Territory">Australian Antarctic Territory</a>
+ </li>
+ <li>
+ <a href="/wiki/Christmas_Island" title="Christmas Island">Christmas Island</a>
+ </li>
+ <li>
+ <a href="/wiki/Cocos_(Keeling)_Islands" title="Cocos (Keeling) Islands">Cocos (Keeling) Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Coral_Sea_Islands" title="Coral Sea Islands">Coral Sea Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Heard_Island_and_McDonald_Islands" title="Heard Island and McDonald Islands">Heard Island and McDonald Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Norfolk_Island" title="Norfolk Island">Norfolk Island</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ New Zealand
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Niue" title="Niue">Niue</a>
+ </li>
+ <li>
+ <a href="/wiki/Ross_Dependency" title="Ross Dependency">Ross Dependency</a>
+ </li>
+ <li>
+ <a href="/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ United Kingdom
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Akrotiri_and_Dhekelia" title="Akrotiri and Dhekelia">Akrotiri and Dhekelia</a>
+ </li>
+ <li>
+ <a href="/wiki/Anguilla" title="Anguilla">Anguilla</a>
+ </li>
+ <li>
+ <a href="/wiki/Bermuda" title="Bermuda">Bermuda</a>
+ </li>
+ <li>
+ <a href="/wiki/British_Antarctic_Territory" title="British Antarctic Territory">British Antarctic Territory</a>
+ </li>
+ <li>
+ <a href="/wiki/British_Indian_Ocean_Territory" title="British Indian Ocean Territory">British Indian Ocean Territory</a>
+ </li>
+ <li>
+ <a href="/wiki/British_Virgin_Islands" title="British Virgin Islands">British Virgin Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Cayman_Islands" title="Cayman Islands">Cayman Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Falkland_Islands" title="Falkland Islands">Falkland Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Gibraltar" title="Gibraltar">Gibraltar</a>
+ </li>
+ <li>
+ <a href="/wiki/Guernsey" title="Guernsey">Guernsey</a>
+ </li>
+ <li>
+ <a href="/wiki/Isle_of_Man" title="Isle of Man">Isle of Man</a>
+ </li>
+ <li>
+ <a href="/wiki/Jersey" title="Jersey">Jersey</a>
+ </li>
+ <li>
+ <a href="/wiki/Montserrat" title="Montserrat">Montserrat</a>
+ </li>
+ <li>
+ <a href="/wiki/Pitcairn_Islands" title="Pitcairn Islands">Pitcairn Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Saint_Helena,_Ascension_and_Tristan_da_Cunha" title="Saint Helena, Ascension and Tristan da Cunha">St. Helena, Ascension and Tristan da Cunha</a>
+ </li>
+ <li>
+ <a href="/wiki/South_Georgia_and_the_South_Sandwich_Islands" title="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Turks_and_Caicos_Islands" title="Turks and Caicos Islands">Turks and Caicos Islands</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td class="navbox-abovebelow" colspan="2">
+ <div>
+ Source: <a rel="nofollow" class="external text" href="http://www.thecommonwealth.org/Internal/142227/members/">Commonwealth Secretariat - Member States</a>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div role="navigation" class="navbox" aria-labelledby="Polynesia" style="padding:3px">
+ <table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tbody>
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2">
+ <div class="plainlinks hlist navbar mini">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:Polynesia" title="Template:Polynesia"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:Polynesia" title="Template talk:Polynesia"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Polynesia&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div id="Polynesia" style="font-size:114%;margin:0 4em">
+ <a href="/wiki/Polynesia" title="Polynesia">Polynesia</a>
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Polynesian_Triangle" title="Polynesian Triangle">Polynesian triangle</a>
+ </th>
+ <td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Easter_Island" title="Easter Island">Easter Island</a>
+ </li>
+ <li>
+ <a href="/wiki/French_Polynesia" title="French Polynesia">French Polynesia</a>
+ <ul>
+ <li>
+ <a href="/wiki/Austral_Islands" title="Austral Islands">Austral Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Gambier_Islands" title="Gambier Islands">Gambier Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Marquesas_Islands" title="Marquesas Islands">Marquesas Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Society_Islands" title="Society Islands">Society Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Tuamotus" title="Tuamotus">Tuamotus</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Hawaiian_Islands" title="Hawaiian Islands">Hawaiian Islands</a>
+ </li>
+ <li>
+ <a class="mw-selflink selflink">New Zealand</a>
+ </li>
+ <li>
+ <a href="/wiki/Niue" title="Niue">Niue</a>
+ </li>
+ <li>
+ <a href="/wiki/Pitcairn_Islands" title="Pitcairn Islands">Pitcairn Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Rotuma" title="Rotuma">Rotuma</a>
+ </li>
+ <li>
+ <a href="/wiki/Isla_Salas_y_G%C3%B3mez" title="Isla Salas y Gómez">Sala y Gómez</a>
+ </li>
+ <li>
+ <a href="/wiki/Samoan_Islands" title="Samoan Islands">Samoan Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </li>
+ <li>
+ <a href="/wiki/Tonga" title="Tonga">Tonga</a>
+ </li>
+ <li>
+ <a href="/wiki/Tuvalu" title="Tuvalu">Tuvalu</a>
+ </li>
+ <li>
+ <a href="/wiki/Wallis_and_Futuna" title="Wallis and Futuna">Wallis and Futuna Islands</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Polynesian_outlier" title="Polynesian outlier">Polynesian outliers</a>
+ </th>
+ <td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Aniwa_Island" title="Aniwa Island">Aniwa</a>
+ </li>
+ <li>
+ <a href="/wiki/Anuta" title="Anuta">Anuta</a>
+ </li>
+ <li>
+ <a href="/wiki/Emae" title="Emae">Emae</a>
+ </li>
+ <li>
+ <a href="/wiki/Futuna_Island,_Vanuatu" title="Futuna Island, Vanuatu">Futuna</a>
+ </li>
+ <li>
+ <a href="/wiki/Kapingamarangi" title="Kapingamarangi">Kapingamarangi</a>
+ </li>
+ <li>
+ <a href="/wiki/Loyalty_Islands" class="mw-redirect" title="Loyalty Islands">Loyalty Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Mele_(island)" class="mw-redirect" title="Mele (island)">Mele</a>
+ </li>
+ <li>
+ <a href="/wiki/Nuguria" title="Nuguria">Nuguria</a>
+ </li>
+ <li>
+ <a href="/wiki/Nukumanu_Islands" title="Nukumanu Islands">Nukumanu</a>
+ </li>
+ <li>
+ <a href="/wiki/Nukuoro" title="Nukuoro">Nukuoro</a>
+ </li>
+ <li>
+ <a href="/wiki/Ontong_Java_Atoll" title="Ontong Java Atoll">Ontong Java</a>
+ </li>
+ <li>
+ <a href="/wiki/Ouv%C3%A9a" title="Ouvéa">Ouvéa</a>
+ </li>
+ <li>
+ <a href="/wiki/Pileni" title="Pileni">Pileni</a>
+ </li>
+ <li>
+ <a href="/wiki/Rennell_and_Bellona_Province" title="Rennell and Bellona Province">Rennell</a>
+ </li>
+ <li>
+ <a href="/wiki/Sikaiana" title="Sikaiana">Sikaiana</a>
+ </li>
+ <li>
+ <a href="/wiki/Takuu_Atoll" title="Takuu Atoll">Takuu</a>
+ </li>
+ <li>
+ <a href="/wiki/Tikopia" title="Tikopia">Tikopia</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Polynesian-influenced
+ </th>
+ <td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Lau_Islands" title="Lau Islands">Lau Islands</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div role="navigation" class="navbox" aria-labelledby="Countries_and_territories_of_Oceania" style="padding:3px">
+ <table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tbody>
+ <tr>
+ <th scope="col" class="navbox-title" colspan="3">
+ <div class="plainlinks hlist navbar mini">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:Countries_and_territories_of_Oceania" title="Template:Countries and territories of Oceania"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:Countries_and_territories_of_Oceania" title="Template talk:Countries and territories of Oceania"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Countries_and_territories_of_Oceania&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div id="Countries_and_territories_of_Oceania" style="font-size:114%;margin:0 4em">
+ <a href="/wiki/List_of_sovereign_states_and_dependent_territories_in_Oceania" title="List of sovereign states and dependent territories in Oceania">Countries and territories</a> of <a href="/wiki/Oceania" title="Oceania">Oceania</a>
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Sovereign_state" title="Sovereign state">Sovereign states</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">
+ Entire
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Australia" title="Australia">Australia</a>
+ </li>
+ <li>
+ <a href="/wiki/Federated_States_of_Micronesia" title="Federated States of Micronesia">Federated States of Micronesia</a>
+ </li>
+ <li>
+ <a href="/wiki/Fiji" title="Fiji">Fiji</a>
+ </li>
+ <li>
+ <a href="/wiki/Kiribati" title="Kiribati">Kiribati</a>
+ </li>
+ <li>
+ <a href="/wiki/Marshall_Islands" title="Marshall Islands">Marshall Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Nauru" title="Nauru">Nauru</a>
+ </li>
+ <li>
+ <a class="mw-selflink selflink">New Zealand</a>
+ </li>
+ <li>
+ <a href="/wiki/Palau" title="Palau">Palau</a>
+ </li>
+ <li>
+ <a href="/wiki/Papua_New_Guinea" title="Papua New Guinea">Papua New Guinea</a>
+ </li>
+ <li>
+ <a href="/wiki/Samoa" title="Samoa">Samoa</a>
+ </li>
+ <li>
+ <a href="/wiki/Solomon_Islands" title="Solomon Islands">Solomon Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Tonga" title="Tonga">Tonga</a>
+ </li>
+ <li>
+ <a href="/wiki/Tuvalu" title="Tuvalu">Tuvalu</a>
+ </li>
+ <li>
+ <a href="/wiki/Vanuatu" title="Vanuatu">Vanuatu</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">
+ In part
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Chile" title="Chile">Chile</a>
+ <ul>
+ <li>
+ <a href="/wiki/Easter_Island" title="Easter Island">Easter Island</a>
+ </li>
+ <li>
+ <a href="/wiki/Juan_Fern%C3%A1ndez_Islands" title="Juan Fernández Islands">Juan Fernández Islands</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Indonesia" title="Indonesia">Indonesia</a>
+ <ul>
+ <li>
+ <a href="/wiki/West_Papua_(province)" title="West Papua (province)">West Papua</a>
+ </li>
+ <li>
+ <a href="/wiki/Papua_(province)" title="Papua (province)">Papua</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/Japan" title="Japan">Japan</a>
+ <ul>
+ <li>
+ <a href="/wiki/Bonin_Islands" title="Bonin Islands">Bonin Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Minami-Tori-Shima" class="mw-redirect" title="Minami-Tori-Shima">Minami-Tori-Shima</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/wiki/United_States" title="United States">United States</a>
+ <ul>
+ <li>
+ <a href="/wiki/Hawaii" title="Hawaii">Hawaii</a>
+ </li>
+ <li>
+ <a href="/wiki/Palmyra_Atoll" title="Palmyra Atoll">Palmyra Atoll</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ <td class="navbox-image" rowspan="3" style="width:1px;padding:0px 0px 0px 2px">
+ <div>
+ <a href="/wiki/Oceania" title="Oceania"><img alt="Oceania (orthographic projection).svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Oceania_%28orthographic_projection%29.svg/150px-Oceania_%28orthographic_projection%29.svg.png" decoding="async" width="150" height="150" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Oceania_%28orthographic_projection%29.svg/225px-Oceania_%28orthographic_projection%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Oceania_%28orthographic_projection%29.svg/300px-Oceania_%28orthographic_projection%29.svg.png 2x" data-file-width="541" data-file-height="541" /></a>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <div style="padding:0.1em 0;line-height:1.2em;">
+ <a href="/wiki/Realm_of_New_Zealand" title="Realm of New Zealand">Associated states<br />
+ of New Zealand</a>
+ </div>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Niue" title="Niue">Niue</a>
+ </li>
+ <li>
+ <a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <div style="padding:0.1em 0;line-height:1.2em;">
+ <a href="/wiki/Dependent_territory" title="Dependent territory">Dependencies</a> and<br />
+ other territories
+ </div>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">
+ Australia
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Ashmore_and_Cartier_Islands" title="Ashmore and Cartier Islands">Ashmore and Cartier Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Coral_Sea_Islands" title="Coral Sea Islands">Coral Sea Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Norfolk_Island" title="Norfolk Island">Norfolk Island</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">
+ <a href="/wiki/United_States" title="United States">United States</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/American_Samoa" title="American Samoa">American Samoa</a>
+ </li>
+ <li>
+ <a href="/wiki/Baker_Island" title="Baker Island">Baker Island</a>
+ </li>
+ <li>
+ <a href="/wiki/Guam" title="Guam">Guam</a>
+ </li>
+ <li>
+ <a href="/wiki/Howland_Island" title="Howland Island">Howland Island</a>
+ </li>
+ <li>
+ <a href="/wiki/Jarvis_Island" title="Jarvis Island">Jarvis Island</a>
+ </li>
+ <li>
+ <a href="/wiki/Johnston_Atoll" title="Johnston Atoll">Johnston Atoll</a>
+ </li>
+ <li>
+ <a href="/wiki/Kingman_Reef" title="Kingman Reef">Kingman Reef</a>
+ </li>
+ <li>
+ <a href="/wiki/Midway_Atoll" title="Midway Atoll">Midway Atoll</a>
+ </li>
+ <li>
+ <a href="/wiki/Northern_Mariana_Islands" title="Northern Mariana Islands">Northern Mariana Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Wake_Island" title="Wake Island">Wake Island</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">
+ <a class="mw-selflink selflink">New Zealand</a>
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">
+ <a href="/wiki/France" title="France">France</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/French_Polynesia" title="French Polynesia">French Polynesia</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Caledonia" title="New Caledonia">New Caledonia</a>
+ </li>
+ <li>
+ <a href="/wiki/Wallis_and_Futuna" title="Wallis and Futuna">Wallis and Futuna</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;font-weight:normal;">
+ <a href="/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a>
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Pitcairn_Islands" title="Pitcairn Islands">Pitcairn Islands</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div role="navigation" class="navbox" aria-labelledby="English-speaking_world" style="padding:3px">
+ <table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tbody>
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2">
+ <div class="plainlinks hlist navbar mini">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:English_official_language_clickable_map" title="Template:English official language clickable map"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:English_official_language_clickable_map" title="Template talk:English official language clickable map"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:English_official_language_clickable_map&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div id="English-speaking_world" style="font-size:114%;margin:0 4em">
+ <a href="/wiki/English_language#Geographic_distribution" title="English language">English-speaking world</a>
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <div style="text-align: center;">
+ <p>
+ <i>Click on a coloured area to see an article about English in that country or region</i>
+ </p>
+ </div>
+ <div class="center">
+ <div class="floatnone">
+ <div class="noresize">
+ <map name="ImageMap_5a6fc4d7f2adc147" id="ImageMap_5a6fc4d7f2adc147">
+ <area href="/wiki/British_English" shape="poly" coords="233,91,274,79,277,93,310,94,311,88,295,88,298,80,303,73,298,41,307,20,269,22,254,41,259,57,244,63,235,72,231,82" alt="British English" title="British English" />
+ <area href="/wiki/Languages_of_Malta" shape="circle" coords="273,90,5" alt="Languages of Malta" title="Languages of Malta" />
+ <area href="/wiki/Canadian_English" shape="poly" coords="67,25,46,40,50,43,52,46,52,49,49,53,48,58,46,56,46,64,52,64,54,63,100,64,109,66,112,70,115,70,114,73,112,77,130,71,129,68,125,67,125,61,124,55,127,49,117,44,124,37,130,37,136,37,142,36,150,35,154,40,160,40,169,29,157,18,172,12,190,2,144,6,95,16" alt="Canadian English" title="Canadian English" />
+ <area href="/wiki/Quebec_English" shape="poly" coords="147,36,133,42,126,55,126,61,125,67,130,70,138,67,151,67,163,58,150,56,150,54,154,52,157,44" alt="Quebec English" title="Quebec English" />
+ <area href="/wiki/Canadian_English" shape="poly" coords="158,41,154,52,148,52,149,56,153,58,161,58,160,60,155,65,140,67,140,72,142,73,168,65,168,51" alt="Canadian English" title="Canadian English" />
+ <area href="/wiki/Alaska#Languages" shape="poly" coords="67,23,43,43,30,45,4,53,4,46,24,27,43,22,65,22" alt="Alaska#Languages" title="Alaska#Languages" />
+ <area href="/wiki/Falkland_Islands_English" shape="circle" coords="158,265,11" alt="Falkland Islands English" title="Falkland Islands English" />
+ <area href="/wiki/Scottish_English" shape="rect" coords="242,40,251,53" alt="Scottish English" title="Scottish English" />
+ <area href="/wiki/Hiberno-English" shape="poly" coords="246,55,235,52,232,61,242,62" alt="Hiberno-English" title="Hiberno-English" />
+ <area href="/wiki/Mid-Ulster_English" shape="rect" coords="233,48,243,55" alt="Mid-Ulster English" title="Mid-Ulster English" />
+ <area href="/wiki/British_English" shape="poly" coords="246,54,244,63,252,62,256,51" alt="British English" title="British English" />
+ <area href="/wiki/Demographics_of_Lesotho" shape="poly" coords="301,216,296,220,305,231,309,223" alt="Demographics of Lesotho" title="Demographics of Lesotho" />
+ <area href="/wiki/South_African_English" shape="poly" coords="304,231,295,221,301,215,310,223,314,214,305,216,305,213,307,213,307,208,304,206,295,213,292,211,289,215,286,211,283,218,278,217,280,230,302,232" alt="South African English" title="South African English" />
+ <area href="/wiki/Languages_of_Eswatini" shape="poly" coords="309,211,305,214,305,217,308,217,313,217,314,208" alt="Languages of Eswatini" title="Languages of Eswatini" />
+ <area href="/wiki/Languages_of_Madagascar" shape="poly" coords="339,185,328,193,327,213,337,217,345,187" alt="Languages of Madagascar" title="Languages of Madagascar" />
+ <area href="/wiki/Languages_of_Mauritius" shape="circle" coords="357,205,16" alt="Languages of Mauritius" title="Languages of Mauritius" />
+ <area href="/wiki/Sierra_Leonean_English" shape="poly" coords="224,151,233,144,229,140,220,142" alt="Sierra Leonean English" title="Sierra Leonean English" />
+ <area href="/wiki/Liberian_English" shape="poly" coords="224,153,232,145,238,149,234,158" alt="Liberian English" title="Liberian English" />
+ <area href="/wiki/Ghanaian_English" shape="rect" coords="243,137,253,157" alt="Ghanaian English" title="Ghanaian English" />
+ <area href="/wiki/Namlish" shape="poly" coords="261,194,289,196,284,217,265,219" alt="Namlish" title="Namlish" />
+ <area href="/wiki/Languages_of_Botswana" shape="poly" coords="298,198,289,197,286,209,288,215,291,210,294,212,302,207" alt="Languages of Botswana" title="Languages of Botswana" />
+ <area href="/wiki/Languages_of_Zimbabwe" shape="poly" coords="304,193,301,198,303,205,308,205,311,199,311,194" alt="Languages of Zimbabwe" title="Languages of Zimbabwe" />
+ <area href="/wiki/Languages_of_Zambia" shape="poly" coords="292,197,301,198,310,189,313,181,307,178,301,180,301,184,292,182,289,189" alt="Languages of Zambia" title="Languages of Zambia" />
+ <area href="/wiki/Malawian_English" shape="poly" coords="310,178,310,190,315,196,319,191,316,183" alt="Malawian English" title="Malawian English" />
+ <area href="/wiki/Languages_of_Tanzania" shape="poly" coords="322,170,312,164,307,164,304,171,305,178,313,181,318,184,331,184,331,170" alt="Languages of Tanzania" title="Languages of Tanzania" />
+ <area href="/wiki/Languages_of_Rwanda" shape="poly" coords="299,161,307,166,303,171,296,168" alt="Languages of Rwanda" title="Languages of Rwanda" />
+ <area href="/wiki/Ugandan_English" shape="rect" coords="306,154,313,169" alt="Ugandan English" title="Ugandan English" />
+ <area href="/wiki/Languages_of_Kenya" shape="poly" coords="316,153,313,160,313,163,322,169,330,165,329,153" alt="Languages of Kenya" title="Languages of Kenya" />
+ <area href="/wiki/Languages_of_Sudan" shape="poly" coords="295,116,289,136,299,154,319,154,312,145,319,116" alt="Languages of Sudan" title="Languages of Sudan" />
+ <area href="/wiki/Languages_of_Nigeria" shape="poly" coords="256,132,253,149,253,156,263,157,266,152,268,146,272,147,280,136,276,132" alt="Languages of Nigeria" title="Languages of Nigeria" />
+ <area href="/wiki/Cameroon_English" shape="poly" coords="278,141,268,147,265,158,271,164,282,161,283,145" alt="Cameroon English" title="Cameroon English" />
+ <area href="/wiki/Pakistani_English" shape="poly" coords="386,91,379,92,383,97,378,104,376,107,378,111,369,122,356,115,352,99,374,82,381,81,387,85" alt="Pakistani English" title="Pakistani English" />
+ <area href="/wiki/Indian_English" shape="poly" coords="405,100,408,105,415,106,420,101,427,105,418,120,403,127,396,144,389,146,379,127,374,117,377,109,376,106,382,97,380,92,390,85" alt="Indian English" title="Indian English" />
+ <area href="/wiki/Australian_English" shape="poly" coords="499,257,477,234,436,237,445,192,488,183,517,184,532,214,525,238" alt="Australian English" title="Australian English" />
+ <area href="/wiki/New_Zealand_English" shape="poly" coords="547,226,520,246,521,264,565,260,577,226" alt="New Zealand English" title="New Zealand English" />
+ <area href="/wiki/Languages_of_Papua_New_Guinea" shape="rect" coords="511,160,526,190" alt="Languages of Papua New Guinea" title="Languages of Papua New Guinea" />
+ <area href="/wiki/Solomon_Islands#Demographics" shape="rect" coords="529,165,547,190" alt="Solomon Islands#Demographics" title="Solomon Islands#Demographics" />
+ <area href="/wiki/Palau#Demographics" shape="circle" coords="494,151,7" alt="Palau#Demographics" title="Palau#Demographics" />
+ <area href="/wiki/Federated_States_of_Micronesia#Languages" shape="poly" coords="503,136,497,143,531,158,544,155,546,151" alt="Federated States of Micronesia#Languages" title="Federated States of Micronesia#Languages" />
+ <area href="/wiki/Languages_of_Fiji" shape="rect" coords="565,184,601,211" alt="Languages of Fiji" title="Languages of Fiji" />
+ <area href="/wiki/Singapore_English" shape="circle" coords="442,161,4" alt="Singapore English" title="Singapore English" />
+ <area href="/wiki/Philippine_English" shape="rect" coords="461,122,493,142" alt="Philippine English" title="Philippine English" />
+ <area href="/wiki/Hong_Kong_English" shape="circle" coords="456,116,6" alt="Hong Kong English" title="Hong Kong English" />
+ <area href="/wiki/Marshall_Islands#Culture" shape="circle" coords="550,140,11" alt="Marshall Islands#Culture" title="Marshall Islands#Culture" />
+ <area href="/wiki/Demographics_of_Nauru#Language" shape="circle" coords="559,163,7" alt="Languages of Nauru" title="Languages of Nauru" />
+ <area href="/wiki/Bahamian_English" shape="poly" coords="107,103,104,113,119,121,126,115,119,105" alt="Bahamian English" title="Bahamian English" />
+ <area href="/wiki/American_English" shape="poly" coords="52,64,101,64,115,70,117,75,142,65,145,69,136,74,118,94,107,100,106,110,104,112,95,104,75,112,28,91,41,65" alt="American English" title="American English" />
+ <area href="/wiki/Demographics_of_the_Cayman_Islands#Languages" shape="circle" coords="100,123,5" alt="Demographics of the Cayman Islands#Languages" title="Demographics of the Cayman Islands#Languages" />
+ <area href="/wiki/Jamaican_English" shape="circle" coords="108,128,6" alt="Jamaican English" title="Jamaican English" />
+ <area href="/wiki/Languages_of_Belize" shape="rect" coords="82,119,94,135" alt="Languages of Belize" title="Languages of Belize" />
+ <area href="/wiki/Demographics_of_Saint_Helena,_Ascension_and_Tristan_da_Cunha" shape="circle" coords="240,196,15" alt="Demographics of Saint Helena, Ascension and Tristan da Cunha" title="Demographics of Saint Helena, Ascension and Tristan da Cunha" />
+ <area href="/wiki/Languages_of_Guyana" shape="rect" coords="132,145,151,168" alt="Languages of Guyana" title="Languages of Guyana" />
+ <area href="/wiki/Puerto_Rico#Languages" shape="rect" coords="123,117,131,133" alt="Puerto Rico#Languages" title="Puerto Rico#Languages" />
+ <area href="/wiki/Caribbean_English" shape="rect" coords="131,117,148,145" alt="English of the Windward Islands and Leeward Islands" title="English of the Windward Islands and Leeward Islands" />
+ <area href="/wiki/Bermudian_English" shape="circle" coords="138,97,9" alt="Bermudian English" title="Bermudian English" />
+ </map><img alt="English speaking countries" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Anglospeak%28800px%29Countries.png/600px-Anglospeak%28800px%29Countries.png" decoding="async" width="600" height="263" srcset="//upload.wikimedia.org/wikipedia/commons/c/ca/Anglospeak%28800px%29Countries.png 1.5x" data-file-width="800" data-file-height="351" usemap="#ImageMap_5a6fc4d7f2adc147" />
+ </div>
+ </div>
+ </div>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks mw-collapsible mw-collapsed navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2">
+ <div id="Further_links" style="font-size:114%;margin:0 4em">
+ Further links
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;width:8.25em;">
+ Articles
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;width:auto;">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/English-speaking_world" title="English-speaking world">English-speaking world</a>
+ </li>
+ <li>
+ <a href="/wiki/History_of_the_English_language" class="mw-redirect" title="History of the English language">History of the English language</a>
+ </li>
+ <li>
+ <a href="/wiki/British_Empire" title="British Empire">British Empire</a>
+ </li>
+ <li>
+ <a href="/wiki/English_in_the_Commonwealth_of_Nations" title="English in the Commonwealth of Nations">English in the Commonwealth of Nations</a>
+ </li>
+ <li>
+ <a href="/wiki/Anglosphere" title="Anglosphere">Anglosphere</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;width:8.25em;">
+ Lists
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px;width:auto;;text-align:left;color:darkblue;">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/List_of_countries_by_English-speaking_population" title="List of countries by English-speaking population">List of countries by English-speaking population</a>
+ </li>
+ <li>
+ <a href="/wiki/List_of_countries_where_English_is_an_official_language" class="mw-redirect" title="List of countries where English is an official language">List of countries where English is an official language</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px;width:auto;">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;background:blue;">
+ <span style="padding-left:1.0em;">&#160;</span>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <td class="navbox-abovebelow" colspan="2">
+ <div id="*_Countries_and_territories_where_English_is_the_national_language_or_the_native_language_of_the_majority">
+ <ul>
+ <li>
+ <b>Countries and territories where English is the national language or the native language of the majority</b>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Languages_of_Africa" title="Languages of Africa">Africa</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <i><a href="/wiki/Saint_Helena,_Ascension_and_Tristan_da_Cunha" title="Saint Helena, Ascension and Tristan da Cunha">Saint Helena, Ascension and Tristan da Cunha</a></i>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Anglo-America" title="Anglo-America">Americas</a>
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <i><a href="/wiki/Anguilla" title="Anguilla">Anguilla</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Antigua_and_Barbuda" title="Antigua and Barbuda">Antigua and Barbuda</a>
+ </li>
+ <li>
+ <a href="/wiki/The_Bahamas" title="The Bahamas">The Bahamas</a>
+ </li>
+ <li>
+ <a href="/wiki/Barbados" title="Barbados">Barbados</a>
+ </li>
+ <li>
+ <a href="/wiki/Belize" title="Belize">Belize</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Bermuda" title="Bermuda">Bermuda</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/British_Virgin_Islands" title="British Virgin Islands">British Virgin Islands</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Canada" title="Canada">Canada</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Cayman_Islands" title="Cayman Islands">Cayman Islands</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Dominica" title="Dominica">Dominica</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Falkland_Islands" title="Falkland Islands">Falkland Islands</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Grenada" title="Grenada">Grenada</a>
+ </li>
+ <li>
+ <a href="/wiki/Guyana" title="Guyana">Guyana</a>
+ </li>
+ <li>
+ <a href="/wiki/Jamaica" title="Jamaica">Jamaica</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Montserrat" title="Montserrat">Montserrat</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/Saba" title="Saba">Saba</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Saint_Kitts_and_Nevis" title="Saint Kitts and Nevis">Saint Kitts and Nevis</a>
+ </li>
+ <li>
+ <a href="/wiki/Saint_Lucia" title="Saint Lucia">Saint Lucia</a>
+ </li>
+ <li>
+ <a href="/wiki/Saint_Vincent_and_the_Grenadines" title="Saint Vincent and the Grenadines">Saint Vincent and the Grenadines</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Sint_Eustatius" title="Sint Eustatius">Sint Eustatius</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/Sint_Maarten" title="Sint Maarten">Sint Maarten</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/South_Georgia_and_the_South_Sandwich_Islands" title="South Georgia and the South Sandwich Islands">South Georgia and the South Sandwich Islands</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Trinidad_and_Tobago" title="Trinidad and Tobago">Trinidad and Tobago</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Turks_and_Caicos_Islands" title="Turks and Caicos Islands">Turks and Caicos Islands</a></i>
+ </li>
+ <li>
+ <a href="/wiki/United_States" title="United States">United States</a>
+ </li>
+ <li>
+ <i><a href="/wiki/United_States_Virgin_Islands" title="United States Virgin Islands">United States Virgin Islands</a></i>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/English_language_in_Europe" title="English language in Europe">Europe</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <i><a href="/wiki/Guernsey" title="Guernsey">Guernsey</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Republic_of_Ireland" title="Republic of Ireland">Ireland</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Isle_of_Man" title="Isle of Man">Isle of Man</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/Jersey" title="Jersey">Jersey</a></i>
+ </li>
+ <li>
+ <a href="/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Languages_of_Oceania" title="Languages of Oceania">Oceania</a>
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Australia" title="Australia">Australia</a>
+ </li>
+ <li>
+ <a class="mw-selflink selflink">New Zealand</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Norfolk_Island" title="Norfolk Island">Norfolk Island</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/Pitcairn_Islands" title="Pitcairn Islands">Pitcairn Islands</a></i>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%;background:lightblue;">
+ <span style="padding-left:1.0em;">&#160;</span>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tbody>
+ <tr>
+ <td class="navbox-abovebelow" colspan="2">
+ <div id="*_Countries_and_territories_where_English_is_an_official_language,_but_not_the_majority_first_language">
+ <ul>
+ <li>
+ <b>Countries and territories where English is an official language, but not the majority first language</b>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Africa
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Botswana" title="Botswana">Botswana</a>
+ </li>
+ <li>
+ <a href="/wiki/Cameroon" title="Cameroon">Cameroon</a>
+ </li>
+ <li>
+ <a href="/wiki/Eswatini" title="Eswatini">Eswatini (Swaziland)</a>
+ </li>
+ <li>
+ <a href="/wiki/The_Gambia" title="The Gambia">The Gambia</a>
+ </li>
+ <li>
+ <a href="/wiki/Ghana" title="Ghana">Ghana</a>
+ </li>
+ <li>
+ <a href="/wiki/Kenya" title="Kenya">Kenya</a>
+ </li>
+ <li>
+ <a href="/wiki/Lesotho" title="Lesotho">Lesotho</a>
+ </li>
+ <li>
+ <a href="/wiki/Liberia" title="Liberia">Liberia</a>
+ </li>
+ <li>
+ <a href="/wiki/Malawi" title="Malawi">Malawi</a>
+ </li>
+ <li>
+ <a href="/wiki/Mauritius" title="Mauritius">Mauritius</a>
+ </li>
+ <li>
+ <a href="/wiki/Namibia" title="Namibia">Namibia</a>
+ </li>
+ <li>
+ <a href="/wiki/Nigeria" title="Nigeria">Nigeria</a>
+ </li>
+ <li>
+ <a href="/wiki/Rwanda" title="Rwanda">Rwanda</a>
+ </li>
+ <li>
+ <a href="/wiki/Sierra_Leone" title="Sierra Leone">Sierra Leone</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Somaliland" title="Somaliland">Somaliland</a></i>
+ </li>
+ <li>
+ <a href="/wiki/South_Africa" title="South Africa">South Africa</a>
+ </li>
+ <li>
+ <a href="/wiki/South_Sudan" title="South Sudan">South Sudan</a>
+ </li>
+ <li>
+ <a href="/wiki/Sudan" title="Sudan">Sudan</a>
+ </li>
+ <li>
+ <a href="/wiki/Tanzania" title="Tanzania">Tanzania</a>
+ </li>
+ <li>
+ <a href="/wiki/Uganda" title="Uganda">Uganda</a>
+ </li>
+ <li>
+ <a href="/wiki/Zambia" title="Zambia">Zambia</a>
+ </li>
+ <li>
+ <a href="/wiki/Zimbabwe" title="Zimbabwe">Zimbabwe</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Americas
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <i><a href="/wiki/Puerto_Rico" title="Puerto Rico">Puerto Rico</a></i>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Languages_of_Asia" title="Languages of Asia">Asia</a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <i><a href="/wiki/Christmas_Island" title="Christmas Island">Christmas Island</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/Cocos_(Keeling)_Islands" title="Cocos (Keeling) Islands">Cocos (Keeling) Islands</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/Hong_Kong" title="Hong Kong">Hong Kong</a></i>
+ </li>
+ <li>
+ <a href="/wiki/India" title="India">India</a>
+ </li>
+ <li>
+ <a href="/wiki/Pakistan" title="Pakistan">Pakistan</a>
+ </li>
+ <li>
+ <a href="/wiki/Philippines" title="Philippines">Philippines</a>
+ </li>
+ <li>
+ <a href="/wiki/Singapore" title="Singapore">Singapore</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Europe
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <i><a href="/wiki/Gibraltar" title="Gibraltar">Gibraltar</a></i>
+ </li>
+ <li>
+ <i><a href="/wiki/Akrotiri_and_Dhekelia" title="Akrotiri and Dhekelia">Akrotiri and Dhekelia</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Malta" title="Malta">Malta</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Oceania
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <i><a href="/wiki/American_Samoa" title="American Samoa">American Samoa</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Fiji" title="Fiji">Fiji</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Guam" title="Guam">Guam</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Kiribati" title="Kiribati">Kiribati</a>
+ </li>
+ <li>
+ <a href="/wiki/Marshall_Islands" title="Marshall Islands">Marshall Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Federated_States_of_Micronesia" title="Federated States of Micronesia">Micronesia</a>
+ </li>
+ <li>
+ <a href="/wiki/Nauru" title="Nauru">Nauru</a>
+ </li>
+ <li>
+ <a href="/wiki/Niue" title="Niue">Niue</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Northern_Mariana_Islands" title="Northern Mariana Islands">Northern Mariana Islands</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Palau" title="Palau">Palau</a>
+ </li>
+ <li>
+ <a href="/wiki/Papua_New_Guinea" title="Papua New Guinea">Papua New Guinea</a>
+ </li>
+ <li>
+ <a href="/wiki/Samoa" title="Samoa">Samoa</a>
+ </li>
+ <li>
+ <a href="/wiki/Solomon_Islands" title="Solomon Islands">Solomon Islands</a>
+ </li>
+ <li>
+ <i><a href="/wiki/Tokelau" title="Tokelau">Tokelau</a></i>
+ </li>
+ <li>
+ <a href="/wiki/Tuvalu" title="Tuvalu">Tuvalu</a>
+ </li>
+ <li>
+ <a href="/wiki/Vanuatu" title="Vanuatu">Vanuatu</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td class="navbox-abovebelow" colspan="2">
+ <div>
+ <a href="/wiki/Dependent_territory" title="Dependent territory">Dependencies</a> shown in <i>italics</i>.
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div role="navigation" class="navbox" aria-labelledby="Pacific_Islands_Forum_(PIF)" style="padding:3px">
+ <table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tbody>
+ <tr>
+ <th scope="col" class="navbox-title" colspan="3">
+ <div class="plainlinks hlist navbar mini">
+ <ul>
+ <li class="nv-view">
+ <a href="/wiki/Template:Pacific_Islands_Forum_(PIF)" title="Template:Pacific Islands Forum (PIF)"><abbr title="View this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">v</abbr></a>
+ </li>
+ <li class="nv-talk">
+ <a href="/wiki/Template_talk:Pacific_Islands_Forum_(PIF)" title="Template talk:Pacific Islands Forum (PIF)"><abbr title="Discuss this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">t</abbr></a>
+ </li>
+ <li class="nv-edit">
+ <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Template:Pacific_Islands_Forum_(PIF)&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none; padding:0;">e</abbr></a>
+ </li>
+ </ul>
+ </div>
+ <div id="Pacific_Islands_Forum_(PIF)" style="font-size:114%;margin:0 4em">
+ <a href="/wiki/Pacific_Islands_Forum" title="Pacific Islands Forum">Pacific Islands Forum (PIF)</a>
+ </div>
+ </th>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Members
+ </th>
+ <td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Australia" title="Australia">Australia</a>
+ </li>
+ <li>
+ <a href="/wiki/Cook_Islands" title="Cook Islands">Cook Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Fiji" title="Fiji">Fiji</a>
+ </li>
+ <li>
+ <a href="/wiki/French_Polynesia" title="French Polynesia">French Polynesia</a>
+ </li>
+ <li>
+ <a href="/wiki/Kiribati" title="Kiribati">Kiribati</a>
+ </li>
+ <li>
+ <a href="/wiki/Marshall_Islands" title="Marshall Islands">Marshall Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Micronesia" title="Micronesia">Micronesia</a>
+ </li>
+ <li>
+ <a href="/wiki/Nauru" title="Nauru">Nauru</a>
+ </li>
+ <li>
+ <a class="mw-selflink selflink">New Zealand</a>
+ </li>
+ <li>
+ <a href="/wiki/Niue" title="Niue">Niue</a>
+ </li>
+ <li>
+ <a href="/wiki/Palau" title="Palau">Palau</a>
+ </li>
+ <li>
+ <a href="/wiki/Papua_New_Guinea" title="Papua New Guinea">Papua New Guinea</a>
+ </li>
+ <li>
+ <a href="/wiki/New_Caledonia" title="New Caledonia">New Caledonia</a>
+ </li>
+ <li>
+ <a href="/wiki/Samoa" title="Samoa">Samoa</a>
+ </li>
+ <li>
+ <a href="/wiki/Solomon_Islands" title="Solomon Islands">Solomon Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Tonga" title="Tonga">Tonga</a>
+ </li>
+ <li>
+ <a href="/wiki/Tuvalu" title="Tuvalu">Tuvalu</a>
+ </li>
+ <li>
+ <a href="/wiki/Vanuatu" title="Vanuatu">Vanuatu</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ <td class="navbox-image" rowspan="6" style="width:1px;padding:0px 0px 0px 2px">
+ <div>
+ <a href="/wiki/File:Pacific_Islands_Forum_Logo.svg" class="image" title="Logo of the Pacific Islands Forum"><img alt="Logo of the Pacific Islands Forum" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Pacific_Islands_Forum_Logo.svg/70px-Pacific_Islands_Forum_Logo.svg.png" decoding="async" width="70" height="70" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Pacific_Islands_Forum_Logo.svg/105px-Pacific_Islands_Forum_Logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Pacific_Islands_Forum_Logo.svg/140px-Pacific_Islands_Forum_Logo.svg.png 2x" data-file-width="500" data-file-height="500" /></a>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Associate members
+ </th>
+ <td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Tokelau" title="Tokelau">Tokelau</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Observers
+ </th>
+ <td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/American_Samoa" title="American Samoa">American Samoa</a>
+ </li>
+ <li>
+ <a href="/wiki/East_Timor" title="East Timor">East Timor</a>
+ </li>
+ <li>
+ <a href="/wiki/Guam" title="Guam">Guam</a>
+ </li>
+ <li>
+ <a href="/wiki/Northern_Mariana_Islands" title="Northern Mariana Islands">Northern Mariana Islands</a>
+ </li>
+ <li>
+ <a href="/wiki/Wallis_and_Futuna" title="Wallis and Futuna">Wallis and Futuna</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Observer Organisations
+ </th>
+ <td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/African,_Caribbean_and_Pacific_Group_of_States" title="African, Caribbean and Pacific Group of States">African, Caribbean and Pacific Group of States</a>
+ </li>
+ <li>
+ <a href="/wiki/Asian_Development_Bank" title="Asian Development Bank">Asian Development Bank</a>
+ </li>
+ <li>
+ <a href="/wiki/Commonwealth_of_Nations" title="Commonwealth of Nations">Commonwealth of Nations</a>
+ </li>
+ <li>
+ <a href="/wiki/International_Organization_for_Migration" title="International Organization for Migration">International Organization for Migration</a>
+ </li>
+ <li>
+ <a href="/wiki/United_Nations" title="United Nations">United Nations</a>
+ </li>
+ <li>
+ <a href="/wiki/Western_and_Central_Pacific_Fisheries_Commission" title="Western and Central Pacific Fisheries Commission">Western and Central Pacific Fisheries Commission (WCPFC)</a>
+ </li>
+ <li>
+ <a href="/wiki/World_Bank" title="World Bank">World Bank</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Dialogue partners
+ </th>
+ <td class="navbox-list navbox-odd hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/Canada" title="Canada">Canada</a>
+ </li>
+ <li>
+ <a href="/wiki/China" title="China">China</a>
+ </li>
+ <li>
+ <a href="/wiki/Cuba" title="Cuba">Cuba</a>
+ </li>
+ <li>
+ <a href="/wiki/European_Union" title="European Union">European Union</a>
+ </li>
+ <li>
+ <a href="/wiki/France" title="France">France</a>
+ </li>
+ <li>
+ <a href="/wiki/Germany" title="Germany">Germany</a>
+ </li>
+ <li>
+ <a href="/wiki/India" title="India">India</a>
+ </li>
+ <li>
+ <a href="/wiki/Indonesia" title="Indonesia">Indonesia</a>
+ </li>
+ <li>
+ <a href="/wiki/Italy" title="Italy">Italy</a>
+ </li>
+ <li>
+ <a href="/wiki/Japan" title="Japan">Japan</a>
+ </li>
+ <li>
+ <a href="/wiki/South_Korea" title="South Korea">Korea</a>
+ </li>
+ <li>
+ <a href="/wiki/Malaysia" title="Malaysia">Malaysia</a>
+ </li>
+ <li>
+ <a href="/wiki/Philippines" title="Philippines">Philippines</a>
+ </li>
+ <li>
+ <a href="/wiki/Spain" title="Spain">Spain</a>
+ </li>
+ <li>
+ <a href="/wiki/Thailand" title="Thailand">Thailand</a>
+ </li>
+ <li>
+ <a href="/wiki/Turkey" title="Turkey">Turkey</a>
+ </li>
+ <li>
+ <a href="/wiki/United_Kingdom" title="United Kingdom">United Kingdom</a>
+ </li>
+ <li>
+ <a href="/wiki/United_States" title="United States">United States</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group" style="width:1%">
+ Meetings
+ </th>
+ <td class="navbox-list navbox-even hlist" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <a href="/wiki/45th_Pacific_Islands_Forum" title="45th Pacific Islands Forum">45th</a>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <td class="navbox-abovebelow" colspan="3"></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div role="navigation" class="navbox authority-control" aria-labelledby="Authority_control_frameless_&amp;#124;text-top_&amp;#124;10px_&amp;#124;alt=Edit_this_at_Wikidata_&amp;#124;link=https&amp;#58;//www.wikidata.org/wiki/Q664&amp;#124;Edit_this_at_Wikidata" style="padding:3px">
+ <table class="nowraplinks hlist navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tbody>
+ <tr>
+ <th id="Authority_control_frameless_&amp;#124;text-top_&amp;#124;10px_&amp;#124;alt=Edit_this_at_Wikidata_&amp;#124;link=https&amp;#58;//www.wikidata.org/wiki/Q664&amp;#124;Edit_this_at_Wikidata" scope="row" class="navbox-group" style="width:1%">
+ <a href="/wiki/Help:Authority_control" title="Help:Authority control">Authority control</a> <a href="https://www.wikidata.org/wiki/Q664" title="Edit this at Wikidata"><img alt="Edit this at Wikidata" src="//upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/10px-OOjs_UI_icon_edit-ltr-progressive.svg.png" decoding="async" width="10" height="10" style="vertical-align: text-top" srcset="//upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/15px-OOjs_UI_icon_edit-ltr-progressive.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png 2x" data-file-width="20" data-file-height="20" /></a>
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li>
+ <span class="nowrap"><a href="/wiki/Biblioth%C3%A8que_nationale_de_France" title="Bibliothèque nationale de France">BNF</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://catalogue.bnf.fr/ark:/12148/cb12581707j">cb12581707j</a> <a rel="nofollow" class="external text" href="https://data.bnf.fr/ark:/12148/cb12581707j">(data)</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/Integrated_Authority_File" title="Integrated Authority File">GND</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://d-nb.info/gnd/4041915-0">4041915-0</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/Historical_Dictionary_of_Switzerland" title="Historical Dictionary of Switzerland">HDS</a>: <span class="uid"><a rel="nofollow" class="external text" href="http://www.hls-dhs-dss.ch/textes/f/F3478.php">3478</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/International_Standard_Name_Identifier" title="International Standard Name Identifier">ISNI</a>: <span class="uid"><a rel="nofollow" class="external text" href="http://isni.org/isni/0000000122081006">0000 0001 2208 1006</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/Library_of_Congress_Control_Number" title="Library of Congress Control Number">LCCN</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://id.loc.gov/authorities/names/n79021322">n79021322</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/MusicBrainz" title="MusicBrainz">MusicBrainz</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://musicbrainz.org/area/8524c7d9-f472-3890-a458-f28d5081d9c4">8524c7d9-f472-3890-a458-f28d5081d9c4</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/National_Archives_and_Records_Administration" title="National Archives and Records Administration">NARA</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://catalog.archives.gov/id/10035727">10035727</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/National_Diet_Library" title="National Diet Library">NDL</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://id.ndl.go.jp/auth/ndlna/00568770">00568770</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/National_Library_of_the_Czech_Republic" title="National Library of the Czech Republic">NKC</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://aleph.nkp.cz/F/?func=find-c&amp;local_base=aut&amp;ccl_term=ica=ge130252&amp;CON_LNG=ENG">ge130252</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/National_Library_of_Australia" title="National Library of Australia">NLA-person</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://trove.nla.gov.au/people/933239">933239</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/National_Library_of_Israel" title="National Library of Israel">NLI</a>: <span class="uid"><a rel="nofollow" class="external text" href="http://aleph.nli.org.il/F/?func=find-b&amp;local_base=NNL10&amp;find_code=SYS&amp;con_lng=eng&amp;request=000974583">000974583</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/Syst%C3%A8me_universitaire_de_documentation" title="Système universitaire de documentation">SUDOC</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://www.idref.fr/149871848">149871848</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/Virtual_International_Authority_File" title="Virtual International Authority File">VIAF</a>: <span class="uid"><a rel="nofollow" class="external text" href="https://viaf.org/viaf/130102165">130102165</a></span></span>
+ </li>
+ <li>
+ <span class="nowrap"><a href="/wiki/WorldCat_Identities" class="mw-redirect" title="WorldCat Identities">WorldCat Identities</a> (via VIAF): <a rel="nofollow" class="external text" href="https://www.worldcat.org/identities/containsVIAFID/130102165">130102165</a></span>
+ </li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div><!--
+NewPP limit report
+Parsed by mw1331
+Cached time: 20190926113600
+Cache expiry: 86400
+Dynamic content: true
+Complications: [vary‐revision‐sha1]
+CPU time usage: 4.724 seconds
+Real time usage: 5.994 seconds
+Preprocessor visited node count: 29561/1000000
+Preprocessor generated node count: 0/1500000
+Post‐expand include size: 939991/2097152 bytes
+Template argument size: 96801/2097152 bytes
+Highest expansion depth: 21/40
+Expensive parser function count: 58/500
+Unstrip recursion depth: 1/20
+Unstrip post‐expand size: 1116291/5000000 bytes
+Number of Wikibase entities loaded: 6/400
+Lua time usage: 2.802/10.000 seconds
+Lua memory usage: 33.29 MB/50 MB
+Lua Profile:
+ ? 480 ms 15.1%
+ Scribunto_LuaSandboxCallback::getEntity 380 ms 11.9%
+ Scribunto_LuaSandboxCallback::match 300 ms 9.4%
+ Scribunto_LuaSandboxCallback::gsub 280 ms 8.8%
+ recursiveClone <mwInit.lua:41> 260 ms 8.2%
+ <mw.lua:684> 160 ms 5.0%
+ type 160 ms 5.0%
+ Scribunto_LuaSandboxCallback::callParserFunction 120 ms 3.8%
+ dataWrapper <mw.lua:662> 120 ms 3.8%
+ Scribunto_LuaSandboxCallback::getExpandedArgument 100 ms 3.1%
+ [others] 820 ms 25.8%
+-->
+ <!--
+Transclusion expansion time report (%,ms,calls,template)
+100.00% 5262.657 1 -total
+ 44.81% 2358.352 2 Template:Reflist
+ 19.19% 1010.093 2 Template:Coord
+ 16.78% 883.023 160 Template:Cite_web
+ 10.24% 538.992 99 Template:Cite_encyclopedia
+ 10.13% 533.130 1 Template:Infobox_country
+ 10.00% 526.478 3 Template:Infobox
+ 5.12% 269.426 27 Template:Cite_journal
+ 3.50% 184.297 1 Template:Native_name
+ 3.50% 184.037 41 Template:Cite_book
+-->
+ <!-- Saved in parser cache with key enwiki:pcache:idhash:4913064-0!canonical and timestamp 20190926113554 and revision id 917976458
+ -->
+ </div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
+ </div>
+ <div class="printfooter">
+ Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;oldid=917976458">https://en.wikipedia.org/w/index.php?title=New_Zealand&amp;oldid=917976458</a>"
+ </div>
+ <div id="catlinks" class="catlinks" data-mw="interface">
+ <div id="mw-normal-catlinks" class="mw-normal-catlinks">
+ <a href="/wiki/Help:Category" title="Help:Category">Categories</a>:
+ <ul>
+ <li>
+ <a href="/wiki/Category:New_Zealand" title="Category:New Zealand">New Zealand</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Archipelagoes_of_the_Pacific_Ocean" title="Category:Archipelagoes of the Pacific Ocean">Archipelagoes of the Pacific Ocean</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Countries_in_Australasia" title="Category:Countries in Australasia">Countries in Australasia</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Countries_in_Polynesia" title="Category:Countries in Polynesia">Countries in Polynesia</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:English-speaking_countries_and_territories" title="Category:English-speaking countries and territories">English-speaking countries and territories</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Island_countries" title="Category:Island countries">Island countries</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Member_states_of_the_Commonwealth_of_Nations" title="Category:Member states of the Commonwealth of Nations">Member states of the Commonwealth of Nations</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Member_states_of_the_United_Nations" title="Category:Member states of the United Nations">Member states of the United Nations</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:States_and_territories_established_in_1907" title="Category:States and territories established in 1907">States and territories established in 1907</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Zealandia" title="Category:Zealandia">Zealandia</a>
+ </li>
+ </ul>
+ </div>
+ <div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">
+ Hidden categories:
+ <ul>
+ <li>
+ <a href="/wiki/Category:CS1_errors:_markup" title="Category:CS1 errors: markup">CS1 errors: markup</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:CS1:_Julian%E2%80%93Gregorian_uncertainty" title="Category:CS1: Julian–Gregorian uncertainty">CS1: Julian–Gregorian uncertainty</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:CS1_errors:_missing_periodical" title="Category:CS1 errors: missing periodical">CS1 errors: missing periodical</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:CS1:_long_volume_value" title="Category:CS1: long volume value">CS1: long volume value</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_indefinitely_move-protected_pages" title="Category:Wikipedia indefinitely move-protected pages">Wikipedia indefinitely move-protected pages</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_pages_semi-protected_against_vandalism" title="Category:Wikipedia pages semi-protected against vandalism">Wikipedia pages semi-protected against vandalism</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_with_short_description" title="Category:Articles with short description">Articles with short description</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Good_articles" title="Category:Good articles">Good articles</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Coordinates_on_Wikidata" title="Category:Coordinates on Wikidata">Coordinates on Wikidata</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Use_dmy_dates_from_March_2019" title="Category:Use dmy dates from March 2019">Use dmy dates from March 2019</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Use_New_Zealand_English_from_May_2012" title="Category:Use New Zealand English from May 2012">Use New Zealand English from May 2012</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:All_Wikipedia_articles_written_in_New_Zealand_English" title="Category:All Wikipedia articles written in New Zealand English">All Wikipedia articles written in New Zealand English</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_containing_M%C4%81ori-language_text" title="Category:Articles containing Māori-language text">Articles containing Māori-language text</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Pages_using_multiple_image_with_auto_scaled_images" title="Category:Pages using multiple image with auto scaled images">Pages using multiple image with auto scaled images</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_2017" title="Category:Articles containing potentially dated statements from 2017">Articles containing potentially dated statements from 2017</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:All_articles_containing_potentially_dated_statements" title="Category:All articles containing potentially dated statements">All articles containing potentially dated statements</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_2013" title="Category:Articles containing potentially dated statements from 2013">Articles containing potentially dated statements from 2013</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_2018" title="Category:Articles containing potentially dated statements from 2018">Articles containing potentially dated statements from 2018</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_June_2018" title="Category:Articles containing potentially dated statements from June 2018">Articles containing potentially dated statements from June 2018</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_February_2011" title="Category:Articles containing potentially dated statements from February 2011">Articles containing potentially dated statements from February 2011</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_2016" title="Category:Articles containing potentially dated statements from 2016">Articles containing potentially dated statements from 2016</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_2015" title="Category:Articles containing potentially dated statements from 2015">Articles containing potentially dated statements from 2015</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_with_Curlie_links" title="Category:Articles with Curlie links">Articles with Curlie links</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_BNF_identifiers" title="Category:Wikipedia articles with BNF identifiers">Wikipedia articles with BNF identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_GND_identifiers" title="Category:Wikipedia articles with GND identifiers">Wikipedia articles with GND identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_HDS_identifiers" title="Category:Wikipedia articles with HDS identifiers">Wikipedia articles with HDS identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_ISNI_identifiers" title="Category:Wikipedia articles with ISNI identifiers">Wikipedia articles with ISNI identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_LCCN_identifiers" title="Category:Wikipedia articles with LCCN identifiers">Wikipedia articles with LCCN identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_MusicBrainz_area_identifiers" title="Category:Wikipedia articles with MusicBrainz area identifiers">Wikipedia articles with MusicBrainz area identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_NARA_identifiers" title="Category:Wikipedia articles with NARA identifiers">Wikipedia articles with NARA identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_NDL_identifiers" title="Category:Wikipedia articles with NDL identifiers">Wikipedia articles with NDL identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_NKC_identifiers" title="Category:Wikipedia articles with NKC identifiers">Wikipedia articles with NKC identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_NLA-person_identifiers" title="Category:Wikipedia articles with NLA-person identifiers">Wikipedia articles with NLA-person identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_NLI_identifiers" title="Category:Wikipedia articles with NLI identifiers">Wikipedia articles with NLI identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_SUDOC_identifiers" title="Category:Wikipedia articles with SUDOC identifiers">Wikipedia articles with SUDOC identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_VIAF_identifiers" title="Category:Wikipedia articles with VIAF identifiers">Wikipedia articles with VIAF identifiers</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Wikipedia_articles_with_WorldCat-VIAF_identifiers" title="Category:Wikipedia articles with WorldCat-VIAF identifiers">Wikipedia articles with WorldCat-VIAF identifiers</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="visualClear"></div>
+ </div>
+ </div>
+ <div id="mw-data-after-content">
+ <div class="read-more-container"></div>
+ </div>
+ <div id="mw-navigation">
+ <h2>
+ Navigation menu
+ </h2>
+ <div id="mw-head">
+ <div id="p-personal" role="navigation" aria-labelledby="p-personal-label">
+ <h3 id="p-personal-label">
+ Personal tools
+ </h3>
+ <ul>
+ <li id="pt-anonuserpage">Not logged in
+ </li>
+ <li id="pt-anontalk">
+ <a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a>
+ </li>
+ <li id="pt-anoncontribs">
+ <a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a>
+ </li>
+ <li id="pt-createaccount">
+ <a href="/w/index.php?title=Special:CreateAccount&amp;returnto=New+Zealand" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a>
+ </li>
+ <li id="pt-login">
+ <a href="/w/index.php?title=Special:UserLogin&amp;returnto=New+Zealand" title="You're encouraged to log in; however, it's not mandatory. [o]" accesskey="o">Log in</a>
+ </li>
+ </ul>
+ </div>
+ <div id="left-navigation">
+ <div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
+ <h3 id="p-namespaces-label">
+ Namespaces
+ </h3>
+ <ul>
+ <li id="ca-nstab-main" class="selected">
+ <span><a href="/wiki/New_Zealand" title="View the content page [c]" accesskey="c">Article</a></span>
+ </li>
+ <li id="ca-talk">
+ <span><a href="/wiki/Talk:New_Zealand" rel="discussion" title="Discussion about the content page [t]" accesskey="t">Talk</a></span>
+ </li>
+ </ul>
+ </div>
+ <div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
+ <input type="checkbox" class="vectorMenuCheckbox" aria-labelledby="p-variants-label" />
+ <h3 id="p-variants-label">
+ <span>Variants</span>
+ </h3>
+ <ul class="menu"></ul>
+ </div>
+ </div>
+ <div id="right-navigation">
+ <div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
+ <h3 id="p-views-label">
+ Views
+ </h3>
+ <ul>
+ <li id="ca-view" class="collapsible selected">
+ <span><a href="/wiki/New_Zealand">Read</a></span>
+ </li>
+ <li id="ca-viewsource" class="collapsible">
+ <span><a href="/w/index.php?title=New_Zealand&amp;action=edit" title="This page is protected. You can view its source [e]" accesskey="e">View source</a></span>
+ </li>
+ <li id="ca-history" class="collapsible">
+ <span><a href="/w/index.php?title=New_Zealand&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></span>
+ </li>
+ </ul>
+ </div>
+ <div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
+ <input type="checkbox" class="vectorMenuCheckbox" aria-labelledby="p-cactions-label" />
+ <h3 id="p-cactions-label">
+ <span>More</span>
+ </h3>
+ <ul class="menu"></ul>
+ </div>
+ <div id="p-search" role="search">
+ <h3>
+ <label for="searchInput">Search</label>
+ </h3>
+ <form action="/w/index.php" id="searchform" name="searchform">
+ <div id="simpleSearch">
+ <input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput" /><input type="hidden" value="Special:Search" name="title" /><input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton" /><input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton" />
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ <div id="mw-panel">
+ <div id="p-logo" role="banner">
+ <a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a>
+ </div>
+ <div class="portal" role="navigation" id="p-navigation" aria-labelledby="p-navigation-label">
+ <h3 id="p-navigation-label">
+ Navigation
+ </h3>
+ <div class="body">
+ <ul>
+ <li id="n-mainpage-description">
+ <a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a>
+ </li>
+ <li id="n-contents">
+ <a href="/wiki/Portal:Contents" title="Guides to browsing Wikipedia">Contents</a>
+ </li>
+ <li id="n-featuredcontent">
+ <a href="/wiki/Portal:Featured_content" title="Featured content – the best of Wikipedia">Featured content</a>
+ </li>
+ <li id="n-currentevents">
+ <a href="/wiki/Portal:Current_events" title="Find background information on current events">Current events</a>
+ </li>
+ <li id="n-randompage">
+ <a href="/wiki/Special:Random" title="Load a random article [x]" accesskey="x">Random article</a>
+ </li>
+ <li id="n-sitesupport">
+ <a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us">Donate to Wikipedia</a>
+ </li>
+ <li id="n-shoplink">
+ <a href="//shop.wikimedia.org" title="Visit the Wikipedia store">Wikipedia store</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-interaction" aria-labelledby="p-interaction-label">
+ <h3 id="p-interaction-label">
+ Interaction
+ </h3>
+ <div class="body">
+ <ul>
+ <li id="n-help">
+ <a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a>
+ </li>
+ <li id="n-aboutsite">
+ <a href="/wiki/Wikipedia:About" title="Find out about Wikipedia">About Wikipedia</a>
+ </li>
+ <li id="n-portal">
+ <a href="/wiki/Wikipedia:Community_portal" title="About the project, what you can do, where to find things">Community portal</a>
+ </li>
+ <li id="n-recentchanges">
+ <a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a>
+ </li>
+ <li id="n-contactpage">
+ <a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact page</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-tb" aria-labelledby="p-tb-label">
+ <h3 id="p-tb-label">
+ Tools
+ </h3>
+ <div class="body">
+ <ul>
+ <li id="t-whatlinkshere">
+ <a href="/wiki/Special:WhatLinksHere/New_Zealand" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a>
+ </li>
+ <li id="t-recentchangeslinked">
+ <a href="/wiki/Special:RecentChangesLinked/New_Zealand" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a>
+ </li>
+ <li id="t-upload">
+ <a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a>
+ </li>
+ <li id="t-specialpages">
+ <a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a>
+ </li>
+ <li id="t-permalink">
+ <a href="/w/index.php?title=New_Zealand&amp;oldid=917976458" title="Permanent link to this revision of the page">Permanent link</a>
+ </li>
+ <li id="t-info">
+ <a href="/w/index.php?title=New_Zealand&amp;action=info" title="More information about this page">Page information</a>
+ </li>
+ <li id="t-wikibase">
+ <a href="https://www.wikidata.org/wiki/Special:EntityPage/Q664" title="Link to connected data repository item [g]" accesskey="g">Wikidata item</a>
+ </li>
+ <li id="t-cite">
+ <a href="/w/index.php?title=Special:CiteThisPage&amp;page=New_Zealand&amp;id=917976458" title="Information on how to cite this page">Cite this page</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-wikibase-otherprojects" aria-labelledby="p-wikibase-otherprojects-label">
+ <h3 id="p-wikibase-otherprojects-label">
+ In other projects
+ </h3>
+ <div class="body">
+ <ul>
+ <li class="wb-otherproject-link wb-otherproject-commons">
+ <a href="https://commons.wikimedia.org/wiki/Category:New_Zealand" hreflang="en">Wikimedia Commons</a>
+ </li>
+ <li class="wb-otherproject-link wb-otherproject-wikinews">
+ <a href="https://en.wikinews.org/wiki/Category:New_Zealand" hreflang="en">Wikinews</a>
+ </li>
+ <li class="wb-otherproject-link wb-otherproject-wikiquote">
+ <a href="https://en.wikiquote.org/wiki/New_Zealand" hreflang="en">Wikiquote</a>
+ </li>
+ <li class="wb-otherproject-link wb-otherproject-wikivoyage">
+ <a href="https://en.wikivoyage.org/wiki/New_Zealand" hreflang="en">Wikivoyage</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-coll-print_export" aria-labelledby="p-coll-print_export-label">
+ <h3 id="p-coll-print_export-label">
+ Print/export
+ </h3>
+ <div class="body">
+ <ul>
+ <li id="coll-create_a_book">
+ <a href="/w/index.php?title=Special:Book&amp;bookcmd=book_creator&amp;referer=New+Zealand">Create a book</a>
+ </li>
+ <li id="coll-download-as-rl">
+ <a href="/w/index.php?title=Special:ElectronPdf&amp;page=New+Zealand&amp;action=show-download-screen">Download as PDF</a>
+ </li>
+ <li id="t-print">
+ <a href="/w/index.php?title=New_Zealand&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-lang" aria-labelledby="p-lang-label">
+ <h3 id="p-lang-label">
+ Languages
+ </h3>
+ <div class="body">
+ <ul>
+ <li class="interlanguage-link interwiki-ace">
+ <a href="https://ace.wikipedia.org/wiki/Seulandia_Bar%C3%B4" title="Seulandia Barô – Achinese" lang="ace" hreflang="ace" class="interlanguage-link-target" xml:lang="ace">Acèh</a>
+ </li>
+ <li class="interlanguage-link interwiki-kbd">
+ <a href="https://kbd.wikipedia.org/wiki/%D0%A9I%D1%8D_%D0%97%D0%B8%D0%BB%D1%8D%D0%BD%D0%B4" title="ЩIэ Зилэнд – Kabardian" lang="kbd" hreflang="kbd" class="interlanguage-link-target" xml:lang="kbd">Адыгэбзэ</a>
+ </li>
+ <li class="interlanguage-link interwiki-af badge-Q17437796 badge-featuredarticle" title="featured article">
+ <a href="https://af.wikipedia.org/wiki/Nieu-Seeland" title="Nieu-Seeland – Afrikaans" lang="af" hreflang="af" class="interlanguage-link-target" xml:lang="af">Afrikaans</a>
+ </li>
+ <li class="interlanguage-link interwiki-als">
+ <a href="https://als.wikipedia.org/wiki/Neuseeland" title="Neuseeland – Alemannisch" lang="gsw" hreflang="gsw" class="interlanguage-link-target" xml:lang="gsw">Alemannisch</a>
+ </li>
+ <li class="interlanguage-link interwiki-am">
+ <a href="https://am.wikipedia.org/wiki/%E1%8A%92%E1%8B%8D_%E1%8B%9A%E1%88%8B%E1%8A%95%E1%8B%B5" title="ኒው ዚላንድ – Amharic" lang="am" hreflang="am" class="interlanguage-link-target" xml:lang="am">አማርኛ</a>
+ </li>
+ <li class="interlanguage-link interwiki-ang">
+ <a href="https://ang.wikipedia.org/wiki/N%C4%ABws%C7%A3land" title="Nīwsǣland – Old English" lang="ang" hreflang="ang" class="interlanguage-link-target" xml:lang="ang">Ænglisc</a>
+ </li>
+ <li class="interlanguage-link interwiki-ar">
+ <a href="https://ar.wikipedia.org/wiki/%D9%86%D9%8A%D9%88%D8%B2%D9%8A%D9%84%D9%86%D8%AF%D8%A7" title="نيوزيلندا – Arabic" lang="ar" hreflang="ar" class="interlanguage-link-target" xml:lang="ar">العربية</a>
+ </li>
+ <li class="interlanguage-link interwiki-an">
+ <a href="https://an.wikipedia.org/wiki/Nueva_Zelanda" title="Nueva Zelanda – Aragonese" lang="an" hreflang="an" class="interlanguage-link-target" xml:lang="an">Aragonés</a>
+ </li>
+ <li class="interlanguage-link interwiki-arc">
+ <a href="https://arc.wikipedia.org/wiki/%DC%A2%DC%9D%DC%98_%DC%99%DC%9D%DC%A0%DC%A2%DC%95" title="ܢܝܘ ܙܝܠܢܕ – Aramaic" lang="arc" hreflang="arc" class="interlanguage-link-target" xml:lang="arc">ܐܪܡܝܐ</a>
+ </li>
+ <li class="interlanguage-link interwiki-frp">
+ <a href="https://frp.wikipedia.org/wiki/Nov%C3%A8la-Z%C3%A8landa" title="Novèla-Zèlanda – Arpitan" lang="frp" hreflang="frp" class="interlanguage-link-target" xml:lang="frp">Arpetan</a>
+ </li>
+ <li class="interlanguage-link interwiki-as">
+ <a href="https://as.wikipedia.org/wiki/%E0%A6%A8%E0%A6%BF%E0%A6%89%E0%A6%9C%E0%A6%BF%E0%A6%B2%E0%A7%87%E0%A6%A3%E0%A7%8D%E0%A6%A1" title="নিউজিলেণ্ড – Assamese" lang="as" hreflang="as" class="interlanguage-link-target" xml:lang="as">অসমীয়া</a>
+ </li>
+ <li class="interlanguage-link interwiki-ast">
+ <a href="https://ast.wikipedia.org/wiki/Nueva_Zelanda" title="Nueva Zelanda – Asturian" lang="ast" hreflang="ast" class="interlanguage-link-target" xml:lang="ast">Asturianu</a>
+ </li>
+ <li class="interlanguage-link interwiki-gn">
+ <a href="https://gn.wikipedia.org/wiki/Sel%C3%A1nda_Pyahu" title="Selánda Pyahu – Guarani" lang="gn" hreflang="gn" class="interlanguage-link-target" xml:lang="gn">Avañe'ẽ</a>
+ </li>
+ <li class="interlanguage-link interwiki-az">
+ <a href="https://az.wikipedia.org/wiki/Yeni_Zelandiya" title="Yeni Zelandiya – Azerbaijani" lang="az" hreflang="az" class="interlanguage-link-target" xml:lang="az">Azərbaycanca</a>
+ </li>
+ <li class="interlanguage-link interwiki-azb">
+ <a href="https://azb.wikipedia.org/wiki/%D9%86%DB%8C%D9%88%D8%B2%DB%8C%D9%84%D9%86%D8%AF" title="نیوزیلند – South Azerbaijani" lang="azb" hreflang="azb" class="interlanguage-link-target" xml:lang="azb">تۆرکجه</a>
+ </li>
+ <li class="interlanguage-link interwiki-bm">
+ <a href="https://bm.wikipedia.org/wiki/New_Zealand" title="New Zealand – Bambara" lang="bm" hreflang="bm" class="interlanguage-link-target" xml:lang="bm">Bamanankan</a>
+ </li>
+ <li class="interlanguage-link interwiki-bn">
+ <a href="https://bn.wikipedia.org/wiki/%E0%A6%A8%E0%A6%BF%E0%A6%89%E0%A6%9C%E0%A6%BF%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1" title="নিউজিল্যান্ড – Bangla" lang="bn" hreflang="bn" class="interlanguage-link-target" xml:lang="bn">বাংলা</a>
+ </li>
+ <li class="interlanguage-link interwiki-zh-min-nan">
+ <a href="https://zh-min-nan.wikipedia.org/wiki/New_Zealand" title="New Zealand – Chinese (Min Nan)" lang="nan" hreflang="nan" class="interlanguage-link-target" xml:lang="nan">Bân-lâm-gú</a>
+ </li>
+ <li class="interlanguage-link interwiki-ba">
+ <a href="https://ba.wikipedia.org/wiki/%D0%AF%D2%A3%D1%8B_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Яңы Зеландия – Bashkir" lang="ba" hreflang="ba" class="interlanguage-link-target" xml:lang="ba">Башҡортса</a>
+ </li>
+ <li class="interlanguage-link interwiki-be">
+ <a href="https://be.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D1%8B%D1%8F" title="Новая Зеландыя – Belarusian" lang="be" hreflang="be" class="interlanguage-link-target" xml:lang="be">Беларуская</a>
+ </li>
+ <li class="interlanguage-link interwiki-be-x-old">
+ <a href="https://be-x-old.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F_%D0%97%D1%8D%D0%BB%D1%8F%D0%BD%D0%B4%D1%8B%D1%8F" title="Новая Зэляндыя – Belarusian (Taraškievica orthography)" lang="be-tarask" hreflang="be-tarask" class="interlanguage-link-target" xml:lang="be-tarask">Беларуская (тарашкевіца)‎</a>
+ </li>
+ <li class="interlanguage-link interwiki-bh">
+ <a href="https://bh.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9C%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1" title="न्यूजीलैंड – Bhojpuri" lang="bh" hreflang="bh" class="interlanguage-link-target" xml:lang="bh">भोजपुरी</a>
+ </li>
+ <li class="interlanguage-link interwiki-bcl">
+ <a href="https://bcl.wikipedia.org/wiki/Nueva_Zelanda" title="Nueva Zelanda – Central Bikol" lang="bcl" hreflang="bcl" class="interlanguage-link-target" xml:lang="bcl">Bikol Central</a>
+ </li>
+ <li class="interlanguage-link interwiki-bi">
+ <a href="https://bi.wikipedia.org/wiki/Niusilan" title="Niusilan – Bislama" lang="bi" hreflang="bi" class="interlanguage-link-target" xml:lang="bi">Bislama</a>
+ </li>
+ <li class="interlanguage-link interwiki-bg">
+ <a href="https://bg.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D0%B0_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Нова Зеландия – Bulgarian" lang="bg" hreflang="bg" class="interlanguage-link-target" xml:lang="bg">Български</a>
+ </li>
+ <li class="interlanguage-link interwiki-bar">
+ <a href="https://bar.wikipedia.org/wiki/Neiseeland" title="Neiseeland – Bavarian" lang="bar" hreflang="bar" class="interlanguage-link-target" xml:lang="bar">Boarisch</a>
+ </li>
+ <li class="interlanguage-link interwiki-bo">
+ <a href="https://bo.wikipedia.org/wiki/%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BC%8B%E0%BD%8C%E0%BD%B2%E0%BC%8D" title="ནིའུ་ཛི་ལེན་ཌི། – Tibetan" lang="bo" hreflang="bo" class="interlanguage-link-target" xml:lang="bo">བོད་ཡིག</a>
+ </li>
+ <li class="interlanguage-link interwiki-bs">
+ <a href="https://bs.wikipedia.org/wiki/Novi_Zeland" title="Novi Zeland – Bosnian" lang="bs" hreflang="bs" class="interlanguage-link-target" xml:lang="bs">Bosanski</a>
+ </li>
+ <li class="interlanguage-link interwiki-br">
+ <a href="https://br.wikipedia.org/wiki/Zeland-Nevez" title="Zeland-Nevez – Breton" lang="br" hreflang="br" class="interlanguage-link-target" xml:lang="br">Brezhoneg</a>
+ </li>
+ <li class="interlanguage-link interwiki-bxr">
+ <a href="https://bxr.wikipedia.org/wiki/%D0%A8%D1%8D%D0%BD%D1%8D_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4" title="Шэнэ Зеланд – Russia Buriat" lang="bxr" hreflang="bxr" class="interlanguage-link-target" xml:lang="bxr">Буряад</a>
+ </li>
+ <li class="interlanguage-link interwiki-ca">
+ <a href="https://ca.wikipedia.org/wiki/Nova_Zelanda" title="Nova Zelanda – Catalan" lang="ca" hreflang="ca" class="interlanguage-link-target" xml:lang="ca">Català</a>
+ </li>
+ <li class="interlanguage-link interwiki-cv">
+ <a href="https://cv.wikipedia.org/wiki/%C3%87%C4%95%D0%BD%C4%95_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8" title="Çĕнĕ Зеланди – Chuvash" lang="cv" hreflang="cv" class="interlanguage-link-target" xml:lang="cv">Чӑвашла</a>
+ </li>
+ <li class="interlanguage-link interwiki-ceb">
+ <a href="https://ceb.wikipedia.org/wiki/Nuzeland" title="Nuzeland – Cebuano" lang="ceb" hreflang="ceb" class="interlanguage-link-target" xml:lang="ceb">Cebuano</a>
+ </li>
+ <li class="interlanguage-link interwiki-cs">
+ <a href="https://cs.wikipedia.org/wiki/Nov%C3%BD_Z%C3%A9land" title="Nový Zéland – Czech" lang="cs" hreflang="cs" class="interlanguage-link-target" xml:lang="cs">Čeština</a>
+ </li>
+ <li class="interlanguage-link interwiki-cbk-zam">
+ <a href="https://cbk-zam.wikipedia.org/wiki/Nueva_Zelanda" title="Nueva Zelanda – Chavacano" lang="cbk" hreflang="cbk" class="interlanguage-link-target" xml:lang="cbk">Chavacano de Zamboanga</a>
+ </li>
+ <li class="interlanguage-link interwiki-sn">
+ <a href="https://sn.wikipedia.org/wiki/New_Zealand" title="New Zealand – Shona" lang="sn" hreflang="sn" class="interlanguage-link-target" xml:lang="sn">ChiShona</a>
+ </li>
+ <li class="interlanguage-link interwiki-co">
+ <a href="https://co.wikipedia.org/wiki/Nova_Zilanda" title="Nova Zilanda – Corsican" lang="co" hreflang="co" class="interlanguage-link-target" xml:lang="co">Corsu</a>
+ </li>
+ <li class="interlanguage-link interwiki-cy">
+ <a href="https://cy.wikipedia.org/wiki/Seland_Newydd" title="Seland Newydd – Welsh" lang="cy" hreflang="cy" class="interlanguage-link-target" xml:lang="cy">Cymraeg</a>
+ </li>
+ <li class="interlanguage-link interwiki-da">
+ <a href="https://da.wikipedia.org/wiki/New_Zealand" title="New Zealand – Danish" lang="da" hreflang="da" class="interlanguage-link-target" xml:lang="da">Dansk</a>
+ </li>
+ <li class="interlanguage-link interwiki-se">
+ <a href="https://se.wikipedia.org/wiki/Aotearoa" title="Aotearoa – Northern Sami" lang="se" hreflang="se" class="interlanguage-link-target" xml:lang="se">Davvisámegiella</a>
+ </li>
+ <li class="interlanguage-link interwiki-de badge-Q17437798 badge-goodarticle" title="good article">
+ <a href="https://de.wikipedia.org/wiki/Neuseeland" title="Neuseeland – German" lang="de" hreflang="de" class="interlanguage-link-target" xml:lang="de">Deutsch</a>
+ </li>
+ <li class="interlanguage-link interwiki-dv">
+ <a href="https://dv.wikipedia.org/wiki/%DE%82%DE%A8%DE%87%DE%AA%DE%92%DE%A8%DE%8D%DE%AD%DE%82%DE%B0%DE%91%DE%AA" title="ނިއުޒިލޭންޑު – Divehi" lang="dv" hreflang="dv" class="interlanguage-link-target" xml:lang="dv">ދިވެހިބަސް</a>
+ </li>
+ <li class="interlanguage-link interwiki-dsb">
+ <a href="https://dsb.wikipedia.org/wiki/Nowoseelandska" title="Nowoseelandska – Lower Sorbian" lang="dsb" hreflang="dsb" class="interlanguage-link-target" xml:lang="dsb">Dolnoserbski</a>
+ </li>
+ <li class="interlanguage-link interwiki-dty">
+ <a href="https://dty.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A3%E0%A5%8D%E0%A4%A1" title="न्युजिल्याण्ड – Doteli" lang="dty" hreflang="dty" class="interlanguage-link-target" xml:lang="dty">डोटेली</a>
+ </li>
+ <li class="interlanguage-link interwiki-dz">
+ <a href="https://dz.wikipedia.org/wiki/%E0%BD%93%E0%BD%B2%E0%BD%A0%E0%BD%B4%E0%BC%8B%E0%BD%9B%E0%BD%B2%E0%BC%8B%E0%BD%A3%E0%BD%BA%E0%BD%93%E0%BD%8C%E0%BC%8B" title="ནིའུ་ཛི་ལེནཌ་ – Dzongkha" lang="dz" hreflang="dz" class="interlanguage-link-target" xml:lang="dz">ཇོང་ཁ</a>
+ </li>
+ <li class="interlanguage-link interwiki-et">
+ <a href="https://et.wikipedia.org/wiki/Uus-Meremaa" title="Uus-Meremaa – Estonian" lang="et" hreflang="et" class="interlanguage-link-target" xml:lang="et">Eesti</a>
+ </li>
+ <li class="interlanguage-link interwiki-el">
+ <a href="https://el.wikipedia.org/wiki/%CE%9D%CE%AD%CE%B1_%CE%96%CE%B7%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1" title="Νέα Ζηλανδία – Greek" lang="el" hreflang="el" class="interlanguage-link-target" xml:lang="el">Ελληνικά</a>
+ </li>
+ <li class="interlanguage-link interwiki-myv">
+ <a href="https://myv.wikipedia.org/wiki/%D0%9E%D0%B4_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Од Зеландия – Erzya" lang="myv" hreflang="myv" class="interlanguage-link-target" xml:lang="myv">Эрзянь</a>
+ </li>
+ <li class="interlanguage-link interwiki-es badge-Q17437798 badge-goodarticle" title="good article">
+ <a href="https://es.wikipedia.org/wiki/Nueva_Zelanda" title="Nueva Zelanda – Spanish" lang="es" hreflang="es" class="interlanguage-link-target" xml:lang="es">Español</a>
+ </li>
+ <li class="interlanguage-link interwiki-eo">
+ <a href="https://eo.wikipedia.org/wiki/Nov-Zelando" title="Nov-Zelando – Esperanto" lang="eo" hreflang="eo" class="interlanguage-link-target" xml:lang="eo">Esperanto</a>
+ </li>
+ <li class="interlanguage-link interwiki-ext">
+ <a href="https://ext.wikipedia.org/wiki/Nueva_Zelanda" title="Nueva Zelanda – Extremaduran" lang="ext" hreflang="ext" class="interlanguage-link-target" xml:lang="ext">Estremeñu</a>
+ </li>
+ <li class="interlanguage-link interwiki-eu">
+ <a href="https://eu.wikipedia.org/wiki/Zeelanda_Berria" title="Zeelanda Berria – Basque" lang="eu" hreflang="eu" class="interlanguage-link-target" xml:lang="eu">Euskara</a>
+ </li>
+ <li class="interlanguage-link interwiki-ee">
+ <a href="https://ee.wikipedia.org/wiki/New_Zealand" title="New Zealand – Ewe" lang="ee" hreflang="ee" class="interlanguage-link-target" xml:lang="ee">Eʋegbe</a>
+ </li>
+ <li class="interlanguage-link interwiki-fa">
+ <a href="https://fa.wikipedia.org/wiki/%D9%86%DB%8C%D9%88%D8%B2%DB%8C%D9%84%D9%86%D8%AF" title="نیوزیلند – Persian" lang="fa" hreflang="fa" class="interlanguage-link-target" xml:lang="fa">فارسی</a>
+ </li>
+ <li class="interlanguage-link interwiki-hif">
+ <a href="https://hif.wikipedia.org/wiki/New_Zealand" title="New Zealand – Fiji Hindi" lang="hif" hreflang="hif" class="interlanguage-link-target" xml:lang="hif">Fiji Hindi</a>
+ </li>
+ <li class="interlanguage-link interwiki-fo">
+ <a href="https://fo.wikipedia.org/wiki/N%C3%BDs%C3%A6land" title="Nýsæland – Faroese" lang="fo" hreflang="fo" class="interlanguage-link-target" xml:lang="fo">Føroyskt</a>
+ </li>
+ <li class="interlanguage-link interwiki-fr badge-Q17437798 badge-goodarticle" title="good article">
+ <a href="https://fr.wikipedia.org/wiki/Nouvelle-Z%C3%A9lande" title="Nouvelle-Zélande – French" lang="fr" hreflang="fr" class="interlanguage-link-target" xml:lang="fr">Français</a>
+ </li>
+ <li class="interlanguage-link interwiki-fy">
+ <a href="https://fy.wikipedia.org/wiki/Nij-Seel%C3%A2n" title="Nij-Seelân – Western Frisian" lang="fy" hreflang="fy" class="interlanguage-link-target" xml:lang="fy">Frysk</a>
+ </li>
+ <li class="interlanguage-link interwiki-ga">
+ <a href="https://ga.wikipedia.org/wiki/An_Nua-Sh%C3%A9alainn" title="An Nua-Shéalainn – Irish" lang="ga" hreflang="ga" class="interlanguage-link-target" xml:lang="ga">Gaeilge</a>
+ </li>
+ <li class="interlanguage-link interwiki-gv">
+ <a href="https://gv.wikipedia.org/wiki/Yn_Teelynn_Noa" title="Yn Teelynn Noa – Manx" lang="gv" hreflang="gv" class="interlanguage-link-target" xml:lang="gv">Gaelg</a>
+ </li>
+ <li class="interlanguage-link interwiki-gag">
+ <a href="https://gag.wikipedia.org/wiki/Eni_Zelandiya" title="Eni Zelandiya – Gagauz" lang="gag" hreflang="gag" class="interlanguage-link-target" xml:lang="gag">Gagauz</a>
+ </li>
+ <li class="interlanguage-link interwiki-gd">
+ <a href="https://gd.wikipedia.org/wiki/Sealainn_Nuadh" title="Sealainn Nuadh – Scottish Gaelic" lang="gd" hreflang="gd" class="interlanguage-link-target" xml:lang="gd">Gàidhlig</a>
+ </li>
+ <li class="interlanguage-link interwiki-gl badge-Q17437796 badge-featuredarticle" title="featured article">
+ <a href="https://gl.wikipedia.org/wiki/Nova_Zelandia" title="Nova Zelandia – Galician" lang="gl" hreflang="gl" class="interlanguage-link-target" xml:lang="gl">Galego</a>
+ </li>
+ <li class="interlanguage-link interwiki-inh">
+ <a href="https://inh.wikipedia.org/wiki/%D0%9A%D0%B5%D1%80%D0%B4%D0%B0_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8" title="Керда Зеланди – Ingush" lang="inh" hreflang="inh" class="interlanguage-link-target" xml:lang="inh">ГӀалгӀай</a>
+ </li>
+ <li class="interlanguage-link interwiki-gu">
+ <a href="https://gu.wikipedia.org/wiki/%E0%AA%A8%E0%AB%8D%E0%AA%AF%E0%AB%82%E0%AA%9D%E0%AB%80%E0%AA%B2%E0%AB%87%E0%AA%A8%E0%AB%8D%E0%AA%A1" title="ન્યૂઝીલેન્ડ – Gujarati" lang="gu" hreflang="gu" class="interlanguage-link-target" xml:lang="gu">ગુજરાતી</a>
+ </li>
+ <li class="interlanguage-link interwiki-got">
+ <a href="https://got.wikipedia.org/wiki/%F0%90%8C%BD%F0%90%8C%B9%F0%90%8C%BF%F0%90%8C%BE%F0%90%8C%B9%F0%90%8D%83_%F0%90%8D%83%F0%90%8C%B0%F0%90%8C%B9%F0%90%8D%85%F0%90%8C%B0%F0%90%8C%BB%F0%90%8C%B0%F0%90%8C%BD%F0%90%8C%B3" title="𐌽𐌹𐌿𐌾𐌹𐍃 𐍃𐌰𐌹𐍅𐌰𐌻𐌰𐌽𐌳 – Gothic" lang="got" hreflang="got" class="interlanguage-link-target" xml:lang="got">𐌲𐌿𐍄𐌹𐍃𐌺</a>
+ </li>
+ <li class="interlanguage-link interwiki-gom">
+ <a href="https://gom.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9D%E0%A5%80%E0%A4%B2%E0%A4%82%E0%A4%A1" title="न्यूझीलंड – Goan Konkani" lang="gom" hreflang="gom" class="interlanguage-link-target" xml:lang="gom">गोंयची कोंकणी / Gõychi Konknni</a>
+ </li>
+ <li class="interlanguage-link interwiki-hak">
+ <a href="https://hak.wikipedia.org/wiki/New_Zealand" title="New Zealand – Hakka Chinese" lang="hak" hreflang="hak" class="interlanguage-link-target" xml:lang="hak">客家語/Hak-kâ-ngî</a>
+ </li>
+ <li class="interlanguage-link interwiki-xal">
+ <a href="https://xal.wikipedia.org/wiki/%D0%A8%D0%B8%D0%BD%D0%B7%D0%B5%D0%BB%D0%B5%D0%BD%D0%B4%D0%B8%D0%BD_%D0%9E%D1%80%D0%BD" title="Шинзелендин Орн – Kalmyk" lang="xal" hreflang="xal" class="interlanguage-link-target" xml:lang="xal">Хальмг</a>
+ </li>
+ <li class="interlanguage-link interwiki-ko">
+ <a href="https://ko.wikipedia.org/wiki/%EB%89%B4%EC%A7%88%EB%9E%9C%EB%93%9C" title="뉴질랜드 – Korean" lang="ko" hreflang="ko" class="interlanguage-link-target" xml:lang="ko">한국어</a>
+ </li>
+ <li class="interlanguage-link interwiki-hy">
+ <a href="https://hy.wikipedia.org/wiki/%D5%86%D5%B8%D6%80_%D4%B6%D5%A5%D5%AC%D5%A1%D5%B6%D5%A4%D5%AB%D5%A1" title="Նոր Զելանդիա – Armenian" lang="hy" hreflang="hy" class="interlanguage-link-target" xml:lang="hy">Հայերեն</a>
+ </li>
+ <li class="interlanguage-link interwiki-hi">
+ <a href="https://hi.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9C%E0%A4%BC%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%A3%E0%A5%8D%E0%A4%A1" title="न्यूज़ीलैण्ड – Hindi" lang="hi" hreflang="hi" class="interlanguage-link-target" xml:lang="hi">हिन्दी</a>
+ </li>
+ <li class="interlanguage-link interwiki-hsb">
+ <a href="https://hsb.wikipedia.org/wiki/Nowoseelandska" title="Nowoseelandska – Upper Sorbian" lang="hsb" hreflang="hsb" class="interlanguage-link-target" xml:lang="hsb">Hornjoserbsce</a>
+ </li>
+ <li class="interlanguage-link interwiki-hr">
+ <a href="https://hr.wikipedia.org/wiki/Novi_Zeland" title="Novi Zeland – Croatian" lang="hr" hreflang="hr" class="interlanguage-link-target" xml:lang="hr">Hrvatski</a>
+ </li>
+ <li class="interlanguage-link interwiki-io">
+ <a href="https://io.wikipedia.org/wiki/Nova-Zelando" title="Nova-Zelando – Ido" lang="io" hreflang="io" class="interlanguage-link-target" xml:lang="io">Ido</a>
+ </li>
+ <li class="interlanguage-link interwiki-ilo">
+ <a href="https://ilo.wikipedia.org/wiki/Baro_a_Selanda" title="Baro a Selanda – Iloko" lang="ilo" hreflang="ilo" class="interlanguage-link-target" xml:lang="ilo">Ilokano</a>
+ </li>
+ <li class="interlanguage-link interwiki-bpy">
+ <a href="https://bpy.wikipedia.org/wiki/%E0%A6%A8%E0%A6%BF%E0%A6%89%E0%A6%9C%E0%A6%BF%E0%A6%B2%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%A1" title="নিউজিল্যান্ড – Bishnupriya" lang="bpy" hreflang="bpy" class="interlanguage-link-target" xml:lang="bpy">বিষ্ণুপ্রিয়া মণিপুরী</a>
+ </li>
+ <li class="interlanguage-link interwiki-id">
+ <a href="https://id.wikipedia.org/wiki/Selandia_Baru" title="Selandia Baru – Indonesian" lang="id" hreflang="id" class="interlanguage-link-target" xml:lang="id">Bahasa Indonesia</a>
+ </li>
+ <li class="interlanguage-link interwiki-ia">
+ <a href="https://ia.wikipedia.org/wiki/Nove_Zelanda" title="Nove Zelanda – Interlingua" lang="ia" hreflang="ia" class="interlanguage-link-target" xml:lang="ia">Interlingua</a>
+ </li>
+ <li class="interlanguage-link interwiki-ie">
+ <a href="https://ie.wikipedia.org/wiki/Nov-Zeland" title="Nov-Zeland – Interlingue" lang="ie" hreflang="ie" class="interlanguage-link-target" xml:lang="ie">Interlingue</a>
+ </li>
+ <li class="interlanguage-link interwiki-os">
+ <a href="https://os.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B3_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8" title="Ног Зеланди – Ossetic" lang="os" hreflang="os" class="interlanguage-link-target" xml:lang="os">Ирон</a>
+ </li>
+ <li class="interlanguage-link interwiki-zu">
+ <a href="https://zu.wikipedia.org/wiki/INyuzilandi" title="INyuzilandi – Zulu" lang="zu" hreflang="zu" class="interlanguage-link-target" xml:lang="zu">IsiZulu</a>
+ </li>
+ <li class="interlanguage-link interwiki-is">
+ <a href="https://is.wikipedia.org/wiki/N%C3%BDja-Sj%C3%A1land" title="Nýja-Sjáland – Icelandic" lang="is" hreflang="is" class="interlanguage-link-target" xml:lang="is">Íslenska</a>
+ </li>
+ <li class="interlanguage-link interwiki-it">
+ <a href="https://it.wikipedia.org/wiki/Nuova_Zelanda" title="Nuova Zelanda – Italian" lang="it" hreflang="it" class="interlanguage-link-target" xml:lang="it">Italiano</a>
+ </li>
+ <li class="interlanguage-link interwiki-he">
+ <a href="https://he.wikipedia.org/wiki/%D7%A0%D7%99%D7%95_%D7%96%D7%99%D7%9C%D7%A0%D7%93" title="ניו זילנד – Hebrew" lang="he" hreflang="he" class="interlanguage-link-target" xml:lang="he">עברית</a>
+ </li>
+ <li class="interlanguage-link interwiki-jv">
+ <a href="https://jv.wikipedia.org/wiki/Niu_S%C3%A9lan" title="Niu Sélan – Javanese" lang="jv" hreflang="jv" class="interlanguage-link-target" xml:lang="jv">Jawa</a>
+ </li>
+ <li class="interlanguage-link interwiki-kbp">
+ <a href="https://kbp.wikipedia.org/wiki/Seeland%C9%A9_K%C9%A9fal%CA%8A%CA%8A" title="Seelandɩ Kɩfalʊʊ – Kabiye" lang="kbp" hreflang="kbp" class="interlanguage-link-target" xml:lang="kbp">Kabɩyɛ</a>
+ </li>
+ <li class="interlanguage-link interwiki-kl">
+ <a href="https://kl.wikipedia.org/wiki/New_Zealand" title="New Zealand – Kalaallisut" lang="kl" hreflang="kl" class="interlanguage-link-target" xml:lang="kl">Kalaallisut</a>
+ </li>
+ <li class="interlanguage-link interwiki-kn">
+ <a href="https://kn.wikipedia.org/wiki/%E0%B2%A8%E0%B3%8D%E0%B2%AF%E0%B3%82_%E0%B2%9C%E0%B3%80%E0%B2%B2%E0%B3%8D%E0%B2%AF%E0%B2%BE%E0%B2%82%E0%B2%A1%E0%B3%8D" title="ನ್ಯೂ ಜೀಲ್ಯಾಂಡ್ – Kannada" lang="kn" hreflang="kn" class="interlanguage-link-target" xml:lang="kn">ಕನ್ನಡ</a>
+ </li>
+ <li class="interlanguage-link interwiki-pam">
+ <a href="https://pam.wikipedia.org/wiki/New_Zealand" title="New Zealand – Pampanga" lang="pam" hreflang="pam" class="interlanguage-link-target" xml:lang="pam">Kapampangan</a>
+ </li>
+ <li class="interlanguage-link interwiki-krc">
+ <a href="https://krc.wikipedia.org/wiki/%D0%94%D0%B6%D0%B0%D0%BD%D0%B3%D1%8B_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Джангы Зеландия – Karachay-Balkar" lang="krc" hreflang="krc" class="interlanguage-link-target" xml:lang="krc">Къарачай-малкъар</a>
+ </li>
+ <li class="interlanguage-link interwiki-ka">
+ <a href="https://ka.wikipedia.org/wiki/%E1%83%90%E1%83%AE%E1%83%90%E1%83%9A%E1%83%98_%E1%83%96%E1%83%94%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%90" title="ახალი ზელანდია – Georgian" lang="ka" hreflang="ka" class="interlanguage-link-target" xml:lang="ka">ქართული</a>
+ </li>
+ <li class="interlanguage-link interwiki-csb">
+ <a href="https://csb.wikipedia.org/wiki/Now%C3%B4_Zelandzk%C3%B4" title="Nowô Zelandzkô – Kashubian" lang="csb" hreflang="csb" class="interlanguage-link-target" xml:lang="csb">Kaszëbsczi</a>
+ </li>
+ <li class="interlanguage-link interwiki-kk">
+ <a href="https://kk.wikipedia.org/wiki/%D0%96%D0%B0%D2%A3%D0%B0_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Жаңа Зеландия – Kazakh" lang="kk" hreflang="kk" class="interlanguage-link-target" xml:lang="kk">Қазақша</a>
+ </li>
+ <li class="interlanguage-link interwiki-kw">
+ <a href="https://kw.wikipedia.org/wiki/Mordir_Nowydh" title="Mordir Nowydh – Cornish" lang="kw" hreflang="kw" class="interlanguage-link-target" xml:lang="kw">Kernowek</a>
+ </li>
+ <li class="interlanguage-link interwiki-rw">
+ <a href="https://rw.wikipedia.org/wiki/Nuveli_Zelande" title="Nuveli Zelande – Kinyarwanda" lang="rw" hreflang="rw" class="interlanguage-link-target" xml:lang="rw">Kinyarwanda</a>
+ </li>
+ <li class="interlanguage-link interwiki-rn">
+ <a href="https://rn.wikipedia.org/wiki/Nouvelle-Z%C3%A9lande" title="Nouvelle-Zélande – Rundi" lang="rn" hreflang="rn" class="interlanguage-link-target" xml:lang="rn">Kirundi</a>
+ </li>
+ <li class="interlanguage-link interwiki-sw">
+ <a href="https://sw.wikipedia.org/wiki/Nyuzilandi" title="Nyuzilandi – Swahili" lang="sw" hreflang="sw" class="interlanguage-link-target" xml:lang="sw">Kiswahili</a>
+ </li>
+ <li class="interlanguage-link interwiki-kv">
+ <a href="https://kv.wikipedia.org/wiki/%D0%92%D1%8B%D0%BB%D1%8C_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Выль Зеландия – Komi" lang="kv" hreflang="kv" class="interlanguage-link-target" xml:lang="kv">Коми</a>
+ </li>
+ <li class="interlanguage-link interwiki-ht">
+ <a href="https://ht.wikipedia.org/wiki/Nouv%C3%A8l_Zelann" title="Nouvèl Zelann – Haitian Creole" lang="ht" hreflang="ht" class="interlanguage-link-target" xml:lang="ht">Kreyòl ayisyen</a>
+ </li>
+ <li class="interlanguage-link interwiki-ku">
+ <a href="https://ku.wikipedia.org/wiki/N%C3%BB_Zelenda" title="Nû Zelenda – Kurdish" lang="ku" hreflang="ku" class="interlanguage-link-target" xml:lang="ku">Kurdî</a>
+ </li>
+ <li class="interlanguage-link interwiki-ky">
+ <a href="https://ky.wikipedia.org/wiki/%D0%96%D0%B0%D2%A3%D1%8B_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Жаңы Зеландия – Kyrgyz" lang="ky" hreflang="ky" class="interlanguage-link-target" xml:lang="ky">Кыргызча</a>
+ </li>
+ <li class="interlanguage-link interwiki-mrj">
+ <a href="https://mrj.wikipedia.org/wiki/%D0%A3_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8" title="У Зеланди – Western Mari" lang="mrj" hreflang="mrj" class="interlanguage-link-target" xml:lang="mrj">Кырык мары</a>
+ </li>
+ <li class="interlanguage-link interwiki-lad">
+ <a href="https://lad.wikipedia.org/wiki/Mueva_Zelanda" title="Mueva Zelanda – Ladino" lang="lad" hreflang="lad" class="interlanguage-link-target" xml:lang="lad">Ladino</a>
+ </li>
+ <li class="interlanguage-link interwiki-lo">
+ <a href="https://lo.wikipedia.org/wiki/%E0%BA%9B%E0%BA%B0%E0%BB%80%E0%BA%97%E0%BA%94%E0%BA%99%E0%BA%B4%E0%BA%A7%E0%BA%8A%E0%BA%B5%E0%BB%81%E0%BA%A5%E0%BA%99%E0%BA%94%E0%BB%8C" title="ປະເທດນິວຊີແລນດ໌ – Lao" lang="lo" hreflang="lo" class="interlanguage-link-target" xml:lang="lo">ລາວ</a>
+ </li>
+ <li class="interlanguage-link interwiki-la">
+ <a href="https://la.wikipedia.org/wiki/Nova_Zelandia" title="Nova Zelandia – Latin" lang="la" hreflang="la" class="interlanguage-link-target" xml:lang="la">Latina</a>
+ </li>
+ <li class="interlanguage-link interwiki-lv">
+ <a href="https://lv.wikipedia.org/wiki/Jaunz%C4%93lande" title="Jaunzēlande – Latvian" lang="lv" hreflang="lv" class="interlanguage-link-target" xml:lang="lv">Latviešu</a>
+ </li>
+ <li class="interlanguage-link interwiki-lb">
+ <a href="https://lb.wikipedia.org/wiki/Neis%C3%A9iland" title="Neiséiland – Luxembourgish" lang="lb" hreflang="lb" class="interlanguage-link-target" xml:lang="lb">Lëtzebuergesch</a>
+ </li>
+ <li class="interlanguage-link interwiki-lez">
+ <a href="https://lez.wikipedia.org/wiki/%D0%A6%D3%80%D0%B8%D0%B9%D0%B8_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="ЦӀийи Зеландия – Lezghian" lang="lez" hreflang="lez" class="interlanguage-link-target" xml:lang="lez">Лезги</a>
+ </li>
+ <li class="interlanguage-link interwiki-lt">
+ <a href="https://lt.wikipedia.org/wiki/Naujoji_Zelandija" title="Naujoji Zelandija – Lithuanian" lang="lt" hreflang="lt" class="interlanguage-link-target" xml:lang="lt">Lietuvių</a>
+ </li>
+ <li class="interlanguage-link interwiki-lij">
+ <a href="https://lij.wikipedia.org/wiki/Neuva_Zelanda" title="Neuva Zelanda – Ligurian" lang="lij" hreflang="lij" class="interlanguage-link-target" xml:lang="lij">Ligure</a>
+ </li>
+ <li class="interlanguage-link interwiki-li">
+ <a href="https://li.wikipedia.org/wiki/Nui-Zieland" title="Nui-Zieland – Limburgish" lang="li" hreflang="li" class="interlanguage-link-target" xml:lang="li">Limburgs</a>
+ </li>
+ <li class="interlanguage-link interwiki-lfn">
+ <a href="https://lfn.wikipedia.org/wiki/Zeland_Nova" title="Zeland Nova – Lingua Franca Nova" lang="lfn" hreflang="lfn" class="interlanguage-link-target" xml:lang="lfn">Lingua Franca Nova</a>
+ </li>
+ <li class="interlanguage-link interwiki-olo">
+ <a href="https://olo.wikipedia.org/wiki/Uuzi_Zelandii" title="Uuzi Zelandii – Livvi-Karelian" lang="olo" hreflang="olo" class="interlanguage-link-target" xml:lang="olo">Livvinkarjala</a>
+ </li>
+ <li class="interlanguage-link interwiki-jbo">
+ <a href="https://jbo.wikipedia.org/wiki/zis._poi_cnino" title="zis. poi cnino – Lojban" lang="jbo" hreflang="jbo" class="interlanguage-link-target" xml:lang="jbo">La .lojban.</a>
+ </li>
+ <li class="interlanguage-link interwiki-lmo">
+ <a href="https://lmo.wikipedia.org/wiki/N%C3%B6va_Zelanda" title="Növa Zelanda – Lombard" lang="lmo" hreflang="lmo" class="interlanguage-link-target" xml:lang="lmo">Lumbaart</a>
+ </li>
+ <li class="interlanguage-link interwiki-hu">
+ <a href="https://hu.wikipedia.org/wiki/%C3%9Aj-Z%C3%A9land" title="Új-Zéland – Hungarian" lang="hu" hreflang="hu" class="interlanguage-link-target" xml:lang="hu">Magyar</a>
+ </li>
+ <li class="interlanguage-link interwiki-mai">
+ <a href="https://mai.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A1" title="न्युजिल्यान्ड – Maithili" lang="mai" hreflang="mai" class="interlanguage-link-target" xml:lang="mai">मैथिली</a>
+ </li>
+ <li class="interlanguage-link interwiki-mk">
+ <a href="https://mk.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4" title="Нов Зеланд – Macedonian" lang="mk" hreflang="mk" class="interlanguage-link-target" xml:lang="mk">Македонски</a>
+ </li>
+ <li class="interlanguage-link interwiki-mg">
+ <a href="https://mg.wikipedia.org/wiki/Novely_Zelandy" title="Novely Zelandy – Malagasy" lang="mg" hreflang="mg" class="interlanguage-link-target" xml:lang="mg">Malagasy</a>
+ </li>
+ <li class="interlanguage-link interwiki-ml">
+ <a href="https://ml.wikipedia.org/wiki/%E0%B4%A8%E0%B5%8D%E0%B4%AF%E0%B5%82%E0%B4%B8%E0%B5%80%E0%B4%B2%E0%B5%BB%E0%B4%A1%E0%B5%8D" title="ന്യൂസീലൻഡ് – Malayalam" lang="ml" hreflang="ml" class="interlanguage-link-target" xml:lang="ml">മലയാളം</a>
+ </li>
+ <li class="interlanguage-link interwiki-mt">
+ <a href="https://mt.wikipedia.org/wiki/New_Zealand" title="New Zealand – Maltese" lang="mt" hreflang="mt" class="interlanguage-link-target" xml:lang="mt">Malti</a>
+ </li>
+ <li class="interlanguage-link interwiki-mi">
+ <a href="https://mi.wikipedia.org/wiki/Aotearoa" title="Aotearoa – Maori" lang="mi" hreflang="mi" class="interlanguage-link-target" xml:lang="mi">Māori</a>
+ </li>
+ <li class="interlanguage-link interwiki-mr">
+ <a href="https://mr.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82_%E0%A4%9D%E0%A5%80%E0%A4%B2%E0%A4%81%E0%A4%A1" title="न्यू झीलँड – Marathi" lang="mr" hreflang="mr" class="interlanguage-link-target" xml:lang="mr">मराठी</a>
+ </li>
+ <li class="interlanguage-link interwiki-xmf">
+ <a href="https://xmf.wikipedia.org/wiki/%E1%83%90%E1%83%AE%E1%83%90%E1%83%9A%E1%83%98_%E1%83%96%E1%83%94%E1%83%9A%E1%83%90%E1%83%9C%E1%83%93%E1%83%98%E1%83%90" title="ახალი ზელანდია – Mingrelian" lang="xmf" hreflang="xmf" class="interlanguage-link-target" xml:lang="xmf">მარგალური</a>
+ </li>
+ <li class="interlanguage-link interwiki-arz">
+ <a href="https://arz.wikipedia.org/wiki/%D9%86%D9%8A%D9%88%D8%B2%D9%8A%D9%84%D8%A7%D9%86%D8%AF%D8%A7" title="نيوزيلاندا – Egyptian Arabic" lang="arz" hreflang="arz" class="interlanguage-link-target" xml:lang="arz">مصرى</a>
+ </li>
+ <li class="interlanguage-link interwiki-mzn">
+ <a href="https://mzn.wikipedia.org/wiki/%D9%86%DB%8C%D9%88%D8%B2%D9%84%D9%86%D8%AF" title="نیوزلند – Mazanderani" lang="mzn" hreflang="mzn" class="interlanguage-link-target" xml:lang="mzn">مازِرونی</a>
+ </li>
+ <li class="interlanguage-link interwiki-ms">
+ <a href="https://ms.wikipedia.org/wiki/New_Zealand" title="New Zealand – Malay" lang="ms" hreflang="ms" class="interlanguage-link-target" xml:lang="ms">Bahasa Melayu</a>
+ </li>
+ <li class="interlanguage-link interwiki-cdo">
+ <a href="https://cdo.wikipedia.org/wiki/Ni%C5%AB-s%C4%83%CC%A4-l%C3%A0ng" title="Niū-să̤-làng – Min Dong Chinese" lang="cdo" hreflang="cdo" class="interlanguage-link-target" xml:lang="cdo">Mìng-dĕ̤ng-ngṳ̄</a>
+ </li>
+ <li class="interlanguage-link interwiki-mn badge-Q17437796 badge-featuredarticle" title="featured article">
+ <a href="https://mn.wikipedia.org/wiki/%D0%A8%D0%B8%D0%BD%D1%8D_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4" title="Шинэ Зеланд – Mongolian" lang="mn" hreflang="mn" class="interlanguage-link-target" xml:lang="mn">Монгол</a>
+ </li>
+ <li class="interlanguage-link interwiki-my">
+ <a href="https://my.wikipedia.org/wiki/%E1%80%94%E1%80%9A%E1%80%B0%E1%80%B8%E1%80%87%E1%80%AE%E1%80%9C%E1%80%94%E1%80%BA%E1%80%94%E1%80%AD%E1%80%AF%E1%80%84%E1%80%BA%E1%80%84%E1%80%B6" title="နယူးဇီလန်နိုင်ငံ – Burmese" lang="my" hreflang="my" class="interlanguage-link-target" xml:lang="my">မြန်မာဘာသာ</a>
+ </li>
+ <li class="interlanguage-link interwiki-na">
+ <a href="https://na.wikipedia.org/wiki/Niu_Djiran" title="Niu Djiran – Nauru" lang="na" hreflang="na" class="interlanguage-link-target" xml:lang="na">Dorerin Naoero</a>
+ </li>
+ <li class="interlanguage-link interwiki-nl">
+ <a href="https://nl.wikipedia.org/wiki/Nieuw-Zeeland" title="Nieuw-Zeeland – Dutch" lang="nl" hreflang="nl" class="interlanguage-link-target" xml:lang="nl">Nederlands</a>
+ </li>
+ <li class="interlanguage-link interwiki-nds-nl">
+ <a href="https://nds-nl.wikipedia.org/wiki/Ni%27j-Zeelaand" title="Ni'j-Zeelaand – Low Saxon" lang="nds-NL" hreflang="nds-NL" class="interlanguage-link-target" xml:lang="nds-NL">Nedersaksies</a>
+ </li>
+ <li class="interlanguage-link interwiki-ne">
+ <a href="https://ne.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%81%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A1" title="न्युजिल्यान्ड – Nepali" lang="ne" hreflang="ne" class="interlanguage-link-target" xml:lang="ne">नेपाली</a>
+ </li>
+ <li class="interlanguage-link interwiki-new">
+ <a href="https://new.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%81_%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A5%8D%E0%A4%A6" title="न्यु जिल्यान्द – Newari" lang="new" hreflang="new" class="interlanguage-link-target" xml:lang="new">नेपाल भाषा</a>
+ </li>
+ <li class="interlanguage-link interwiki-ja">
+ <a href="https://ja.wikipedia.org/wiki/%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B8%E3%83%BC%E3%83%A9%E3%83%B3%E3%83%89" title="ニュージーランド – Japanese" lang="ja" hreflang="ja" class="interlanguage-link-target" xml:lang="ja">日本語</a>
+ </li>
+ <li class="interlanguage-link interwiki-nap">
+ <a href="https://nap.wikipedia.org/wiki/N%C3%B2va_Zelanna" title="Nòva Zelanna – Neapolitan" lang="nap" hreflang="nap" class="interlanguage-link-target" xml:lang="nap">Napulitano</a>
+ </li>
+ <li class="interlanguage-link interwiki-ce">
+ <a href="https://ce.wikipedia.org/wiki/%D0%9A%D0%B5%D1%80%D0%BB%D0%B0_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8" title="Керла Зеланди – Chechen" lang="ce" hreflang="ce" class="interlanguage-link-target" xml:lang="ce">Нохчийн</a>
+ </li>
+ <li class="interlanguage-link interwiki-frr">
+ <a href="https://frr.wikipedia.org/wiki/Nei-Sialun" title="Nei-Sialun – Northern Frisian" lang="frr" hreflang="frr" class="interlanguage-link-target" xml:lang="frr">Nordfriisk</a>
+ </li>
+ <li class="interlanguage-link interwiki-pih">
+ <a href="https://pih.wikipedia.org/wiki/Nyuu_Ziilan" title="Nyuu Ziilan – Norfuk / Pitkern" lang="pih" hreflang="pih" class="interlanguage-link-target" xml:lang="pih">Norfuk / Pitkern</a>
+ </li>
+ <li class="interlanguage-link interwiki-no">
+ <a href="https://no.wikipedia.org/wiki/New_Zealand" title="New Zealand – Norwegian" lang="no" hreflang="no" class="interlanguage-link-target" xml:lang="no">Norsk</a>
+ </li>
+ <li class="interlanguage-link interwiki-nn">
+ <a href="https://nn.wikipedia.org/wiki/New_Zealand" title="New Zealand – Norwegian Nynorsk" lang="nn" hreflang="nn" class="interlanguage-link-target" xml:lang="nn">Norsk nynorsk</a>
+ </li>
+ <li class="interlanguage-link interwiki-nrm">
+ <a href="https://nrm.wikipedia.org/wiki/Nouvelle_Z%C3%A9lande" title="Nouvelle Zélande – Norman" lang="nrf" hreflang="nrf" class="interlanguage-link-target" xml:lang="nrf">Nouormand</a>
+ </li>
+ <li class="interlanguage-link interwiki-nov">
+ <a href="https://nov.wikipedia.org/wiki/Novi_Selande" title="Novi Selande – Novial" lang="nov" hreflang="nov" class="interlanguage-link-target" xml:lang="nov">Novial</a>
+ </li>
+ <li class="interlanguage-link interwiki-oc">
+ <a href="https://oc.wikipedia.org/wiki/N%C3%B2va_Zelanda" title="Nòva Zelanda – Occitan" lang="oc" hreflang="oc" class="interlanguage-link-target" xml:lang="oc">Occitan</a>
+ </li>
+ <li class="interlanguage-link interwiki-or">
+ <a href="https://or.wikipedia.org/wiki/%E0%AC%A8%E0%AC%BF%E0%AC%89%E0%AC%9C%E0%AC%BF%E0%AC%B2%E0%AD%8D%E0%AD%9F%E0%AC%BE%E0%AC%A3%E0%AD%8D%E0%AC%A1" title="ନିଉଜିଲ୍ୟାଣ୍ଡ – Odia" lang="or" hreflang="or" class="interlanguage-link-target" xml:lang="or">ଓଡ଼ିଆ</a>
+ </li>
+ <li class="interlanguage-link interwiki-uz">
+ <a href="https://uz.wikipedia.org/wiki/Yangi_Zelandiya" title="Yangi Zelandiya – Uzbek" lang="uz" hreflang="uz" class="interlanguage-link-target" xml:lang="uz">Oʻzbekcha/ўзбекча</a>
+ </li>
+ <li class="interlanguage-link interwiki-pa">
+ <a href="https://pa.wikipedia.org/wiki/%E0%A8%A8%E0%A8%BF%E0%A8%8A%E0%A8%9C%E0%A8%BC%E0%A9%80%E0%A8%B2%E0%A9%88%E0%A8%82%E0%A8%A1" title="ਨਿਊਜ਼ੀਲੈਂਡ – Punjabi" lang="pa" hreflang="pa" class="interlanguage-link-target" xml:lang="pa">ਪੰਜਾਬੀ</a>
+ </li>
+ <li class="interlanguage-link interwiki-pi">
+ <a href="https://pi.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82-%E0%A4%9C%E0%A5%80%E0%A4%B2%E0%A5%88%E0%A4%82%E0%A4%A1" title="न्यू-जीलैंड – Pali" lang="pi" hreflang="pi" class="interlanguage-link-target" xml:lang="pi">पालि</a>
+ </li>
+ <li class="interlanguage-link interwiki-pnb">
+ <a href="https://pnb.wikipedia.org/wiki/%D9%86%DB%8C%D9%88%D8%B2%DB%8C_%D9%84%DB%8C%D9%86%DA%88" title="نیوزی لینڈ – Western Punjabi" lang="pnb" hreflang="pnb" class="interlanguage-link-target" xml:lang="pnb">پنجابی</a>
+ </li>
+ <li class="interlanguage-link interwiki-pap">
+ <a href="https://pap.wikipedia.org/wiki/Nueva_Zelandia" title="Nueva Zelandia – Papiamento" lang="pap" hreflang="pap" class="interlanguage-link-target" xml:lang="pap">Papiamentu</a>
+ </li>
+ <li class="interlanguage-link interwiki-jam">
+ <a href="https://jam.wikipedia.org/wiki/Nyuu_Ziilant" title="Nyuu Ziilant – Jamaican Creole English" lang="jam" hreflang="jam" class="interlanguage-link-target" xml:lang="jam">Patois</a>
+ </li>
+ <li class="interlanguage-link interwiki-km">
+ <a href="https://km.wikipedia.org/wiki/%E1%9E%93%E1%9E%BC%E1%9E%9C%E1%9F%82%E1%9E%9B%E1%9E%9F%E1%9F%81%E1%9E%A1%E1%9E%84%E1%9F%8B" title="នូវែលសេឡង់ – Khmer" lang="km" hreflang="km" class="interlanguage-link-target" xml:lang="km">ភាសាខ្មែរ</a>
+ </li>
+ <li class="interlanguage-link interwiki-pcd">
+ <a href="https://pcd.wikipedia.org/wiki/Nov%C3%A8le-Zilinde" title="Novèle-Zilinde – Picard" lang="pcd" hreflang="pcd" class="interlanguage-link-target" xml:lang="pcd">Picard</a>
+ </li>
+ <li class="interlanguage-link interwiki-pms">
+ <a href="https://pms.wikipedia.org/wiki/Neuva_Zelanda" title="Neuva Zelanda – Piedmontese" lang="pms" hreflang="pms" class="interlanguage-link-target" xml:lang="pms">Piemontèis</a>
+ </li>
+ <li class="interlanguage-link interwiki-tpi">
+ <a href="https://tpi.wikipedia.org/wiki/Niu_Silan" title="Niu Silan – Tok Pisin" lang="tpi" hreflang="tpi" class="interlanguage-link-target" xml:lang="tpi">Tok Pisin</a>
+ </li>
+ <li class="interlanguage-link interwiki-nds">
+ <a href="https://nds.wikipedia.org/wiki/Niegseeland" title="Niegseeland – Low German" lang="nds" hreflang="nds" class="interlanguage-link-target" xml:lang="nds">Plattdüütsch</a>
+ </li>
+ <li class="interlanguage-link interwiki-pl">
+ <a href="https://pl.wikipedia.org/wiki/Nowa_Zelandia" title="Nowa Zelandia – Polish" lang="pl" hreflang="pl" class="interlanguage-link-target" xml:lang="pl">Polski</a>
+ </li>
+ <li class="interlanguage-link interwiki-pnt">
+ <a href="https://pnt.wikipedia.org/wiki/%CE%9D%CE%AD%CE%B1_%CE%96%CE%B7%CE%BB%CE%B1%CE%BD%CE%B4%CE%AF%CE%B1" title="Νέα Ζηλανδία – Pontic" lang="pnt" hreflang="pnt" class="interlanguage-link-target" xml:lang="pnt">Ποντιακά</a>
+ </li>
+ <li class="interlanguage-link interwiki-pt">
+ <a href="https://pt.wikipedia.org/wiki/Nova_Zel%C3%A2ndia" title="Nova Zelândia – Portuguese" lang="pt" hreflang="pt" class="interlanguage-link-target" xml:lang="pt">Português</a>
+ </li>
+ <li class="interlanguage-link interwiki-kaa">
+ <a href="https://kaa.wikipedia.org/wiki/Jan%27a_Zelandiya" title="Jan'a Zelandiya – Kara-Kalpak" lang="kaa" hreflang="kaa" class="interlanguage-link-target" xml:lang="kaa">Qaraqalpaqsha</a>
+ </li>
+ <li class="interlanguage-link interwiki-crh">
+ <a href="https://crh.wikipedia.org/wiki/Ya%C3%B1%C4%B1_Zelandiya" title="Yañı Zelandiya – Crimean Turkish" lang="crh" hreflang="crh" class="interlanguage-link-target" xml:lang="crh">Qırımtatarca</a>
+ </li>
+ <li class="interlanguage-link interwiki-ty">
+ <a href="https://ty.wikipedia.org/wiki/Aotearoa" title="Aotearoa – Tahitian" lang="ty" hreflang="ty" class="interlanguage-link-target" xml:lang="ty">Reo tahiti</a>
+ </li>
+ <li class="interlanguage-link interwiki-ro">
+ <a href="https://ro.wikipedia.org/wiki/Noua_Zeeland%C4%83" title="Noua Zeelandă – Romanian" lang="ro" hreflang="ro" class="interlanguage-link-target" xml:lang="ro">Română</a>
+ </li>
+ <li class="interlanguage-link interwiki-rm">
+ <a href="https://rm.wikipedia.org/wiki/Nova_Zelanda" title="Nova Zelanda – Romansh" lang="rm" hreflang="rm" class="interlanguage-link-target" xml:lang="rm">Rumantsch</a>
+ </li>
+ <li class="interlanguage-link interwiki-qu">
+ <a href="https://qu.wikipedia.org/wiki/Musuq_Silanda" title="Musuq Silanda – Quechua" lang="qu" hreflang="qu" class="interlanguage-link-target" xml:lang="qu">Runa Simi</a>
+ </li>
+ <li class="interlanguage-link interwiki-rue">
+ <a href="https://rue.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4" title="Новый Зеланд – Rusyn" lang="rue" hreflang="rue" class="interlanguage-link-target" xml:lang="rue">Русиньскый</a>
+ </li>
+ <li class="interlanguage-link interwiki-ru badge-Q17437798 badge-goodarticle" title="good article">
+ <a href="https://ru.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D0%B0%D1%8F_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Новая Зеландия – Russian" lang="ru" hreflang="ru" class="interlanguage-link-target" xml:lang="ru">Русский</a>
+ </li>
+ <li class="interlanguage-link interwiki-sah">
+ <a href="https://sah.wikipedia.org/wiki/%D0%A1%D0%B0%D2%A5%D0%B0_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Саҥа Зеландия – Sakha" lang="sah" hreflang="sah" class="interlanguage-link-target" xml:lang="sah">Саха тыла</a>
+ </li>
+ <li class="interlanguage-link interwiki-sat">
+ <a href="https://sat.wikipedia.org/wiki/%E1%B1%B1%E1%B1%A4%E1%B1%A3%E1%B1%A1%E1%B1%A4%E1%B1%9E%E1%B1%AE%E1%B1%B1%E1%B1%B0" title="ᱱᱤᱣᱡᱤᱞᱮᱱᱰ – Santali" lang="sat" hreflang="sat" class="interlanguage-link-target" xml:lang="sat">ᱥᱟᱱᱛᱟᱲᱤ</a>
+ </li>
+ <li class="interlanguage-link interwiki-sm">
+ <a href="https://sm.wikipedia.org/wiki/Niu_Sila" title="Niu Sila – Samoan" lang="sm" hreflang="sm" class="interlanguage-link-target" xml:lang="sm">Gagana Samoa</a>
+ </li>
+ <li class="interlanguage-link interwiki-sa">
+ <a href="https://sa.wikipedia.org/wiki/%E0%A4%A8%E0%A5%8D%E0%A4%AF%E0%A5%82%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A5%88%E0%A4%A3%E0%A5%8D%E0%A4%A1%E0%A5%8D" title="न्यूजिलैण्ड् – Sanskrit" lang="sa" hreflang="sa" class="interlanguage-link-target" xml:lang="sa">संस्कृतम्</a>
+ </li>
+ <li class="interlanguage-link interwiki-sc">
+ <a href="https://sc.wikipedia.org/wiki/Noa_Zelanda" title="Noa Zelanda – Sardinian" lang="sc" hreflang="sc" class="interlanguage-link-target" xml:lang="sc">Sardu</a>
+ </li>
+ <li class="interlanguage-link interwiki-sco">
+ <a href="https://sco.wikipedia.org/wiki/New_Zealand" title="New Zealand – Scots" lang="sco" hreflang="sco" class="interlanguage-link-target" xml:lang="sco">Scots</a>
+ </li>
+ <li class="interlanguage-link interwiki-stq">
+ <a href="https://stq.wikipedia.org/wiki/N%C3%A4i-Seelound" title="Näi-Seelound – Saterland Frisian" lang="stq" hreflang="stq" class="interlanguage-link-target" xml:lang="stq">Seeltersk</a>
+ </li>
+ <li class="interlanguage-link interwiki-nso">
+ <a href="https://nso.wikipedia.org/wiki/New_Zealand" title="New Zealand – Northern Sotho" lang="nso" hreflang="nso" class="interlanguage-link-target" xml:lang="nso">Sesotho sa Leboa</a>
+ </li>
+ <li class="interlanguage-link interwiki-sq">
+ <a href="https://sq.wikipedia.org/wiki/Zelanda_e_Re" title="Zelanda e Re – Albanian" lang="sq" hreflang="sq" class="interlanguage-link-target" xml:lang="sq">Shqip</a>
+ </li>
+ <li class="interlanguage-link interwiki-scn">
+ <a href="https://scn.wikipedia.org/wiki/Nova_Zilanna" title="Nova Zilanna – Sicilian" lang="scn" hreflang="scn" class="interlanguage-link-target" xml:lang="scn">Sicilianu</a>
+ </li>
+ <li class="interlanguage-link interwiki-si">
+ <a href="https://si.wikipedia.org/wiki/%E0%B6%B1%E0%B7%80%E0%B7%83%E0%B7%93%E0%B6%BD%E0%B6%B1%E0%B7%8A%E0%B6%AD%E0%B6%BA" title="නවසීලන්තය – Sinhala" lang="si" hreflang="si" class="interlanguage-link-target" xml:lang="si">සිංහල</a>
+ </li>
+ <li class="interlanguage-link interwiki-simple">
+ <a href="https://simple.wikipedia.org/wiki/New_Zealand" title="New Zealand – Simple English" lang="en-simple" hreflang="en-simple" class="interlanguage-link-target" xml:lang="en-simple">Simple English</a>
+ </li>
+ <li class="interlanguage-link interwiki-sd">
+ <a href="https://sd.wikipedia.org/wiki/%D9%86%D9%8A%D9%88%D8%B2%D9%8A%D9%84%D9%8A%D9%86%DA%8A" title="نيوزيلينڊ – Sindhi" lang="sd" hreflang="sd" class="interlanguage-link-target" xml:lang="sd">سنڌي</a>
+ </li>
+ <li class="interlanguage-link interwiki-sk">
+ <a href="https://sk.wikipedia.org/wiki/Nov%C3%BD_Z%C3%A9land" title="Nový Zéland – Slovak" lang="sk" hreflang="sk" class="interlanguage-link-target" xml:lang="sk">Slovenčina</a>
+ </li>
+ <li class="interlanguage-link interwiki-sl">
+ <a href="https://sl.wikipedia.org/wiki/Nova_Zelandija" title="Nova Zelandija – Slovenian" lang="sl" hreflang="sl" class="interlanguage-link-target" xml:lang="sl">Slovenščina</a>
+ </li>
+ <li class="interlanguage-link interwiki-szl">
+ <a href="https://szl.wikipedia.org/wiki/Nowo_Zylandyjo" title="Nowo Zylandyjo – Silesian" lang="szl" hreflang="szl" class="interlanguage-link-target" xml:lang="szl">Ślůnski</a>
+ </li>
+ <li class="interlanguage-link interwiki-so">
+ <a href="https://so.wikipedia.org/wiki/New_Zealand" title="New Zealand – Somali" lang="so" hreflang="so" class="interlanguage-link-target" xml:lang="so">Soomaaliga</a>
+ </li>
+ <li class="interlanguage-link interwiki-ckb">
+ <a href="https://ckb.wikipedia.org/wiki/%D9%86%DB%8C%D9%88%D8%B2%DB%8C%D9%84%D8%A7%D9%86%D8%AF" title="نیوزیلاند – Central Kurdish" lang="ckb" hreflang="ckb" class="interlanguage-link-target" xml:lang="ckb">کوردی</a>
+ </li>
+ <li class="interlanguage-link interwiki-sr badge-Q17437796 badge-featuredarticle" title="featured article">
+ <a href="https://sr.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D0%B8_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4" title="Нови Зеланд – Serbian" lang="sr" hreflang="sr" class="interlanguage-link-target" xml:lang="sr">Српски / srpski</a>
+ </li>
+ <li class="interlanguage-link interwiki-sh">
+ <a href="https://sh.wikipedia.org/wiki/Novi_Zeland" title="Novi Zeland – Serbo-Croatian" lang="sh" hreflang="sh" class="interlanguage-link-target" xml:lang="sh">Srpskohrvatski / српскохрватски</a>
+ </li>
+ <li class="interlanguage-link interwiki-su">
+ <a href="https://su.wikipedia.org/wiki/Selandia_Anyar" title="Selandia Anyar – Sundanese" lang="su" hreflang="su" class="interlanguage-link-target" xml:lang="su">Sunda</a>
+ </li>
+ <li class="interlanguage-link interwiki-fi badge-Q17559452 badge-recommendedarticle" title="recommended article">
+ <a href="https://fi.wikipedia.org/wiki/Uusi-Seelanti" title="Uusi-Seelanti – Finnish" lang="fi" hreflang="fi" class="interlanguage-link-target" xml:lang="fi">Suomi</a>
+ </li>
+ <li class="interlanguage-link interwiki-sv">
+ <a href="https://sv.wikipedia.org/wiki/Nya_Zeeland" title="Nya Zeeland – Swedish" lang="sv" hreflang="sv" class="interlanguage-link-target" xml:lang="sv">Svenska</a>
+ </li>
+ <li class="interlanguage-link interwiki-tl">
+ <a href="https://tl.wikipedia.org/wiki/New_Zealand" title="New Zealand – Tagalog" lang="tl" hreflang="tl" class="interlanguage-link-target" xml:lang="tl">Tagalog</a>
+ </li>
+ <li class="interlanguage-link interwiki-ta">
+ <a href="https://ta.wikipedia.org/wiki/%E0%AE%A8%E0%AE%BF%E0%AE%AF%E0%AF%82%E0%AE%9A%E0%AE%BF%E0%AE%B2%E0%AE%BE%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AF%81" title="நியூசிலாந்து – Tamil" lang="ta" hreflang="ta" class="interlanguage-link-target" xml:lang="ta">தமிழ்</a>
+ </li>
+ <li class="interlanguage-link interwiki-kab">
+ <a href="https://kab.wikipedia.org/wiki/Ziland_Tamaynut" title="Ziland Tamaynut – Kabyle" lang="kab" hreflang="kab" class="interlanguage-link-target" xml:lang="kab">Taqbaylit</a>
+ </li>
+ <li class="interlanguage-link interwiki-roa-tara">
+ <a href="https://roa-tara.wikipedia.org/wiki/Nu%C3%A8ve_Zelanne" title="Nuève Zelanne – Tarantino" lang="nap-x-tara" hreflang="nap-x-tara" class="interlanguage-link-target" xml:lang="nap-x-tara">Tarandíne</a>
+ </li>
+ <li class="interlanguage-link interwiki-tt">
+ <a href="https://tt.wikipedia.org/wiki/%D0%AF%D2%A3%D0%B0_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Яңа Зеландия – Tatar" lang="tt" hreflang="tt" class="interlanguage-link-target" xml:lang="tt">Татарча/tatarça</a>
+ </li>
+ <li class="interlanguage-link interwiki-te">
+ <a href="https://te.wikipedia.org/wiki/%E0%B0%A8%E0%B1%8D%E0%B0%AF%E0%B1%82%E0%B0%9C%E0%B1%80%E0%B0%B2%E0%B0%BE%E0%B0%82%E0%B0%A1%E0%B1%8D" title="న్యూజీలాండ్ – Telugu" lang="te" hreflang="te" class="interlanguage-link-target" xml:lang="te">తెలుగు</a>
+ </li>
+ <li class="interlanguage-link interwiki-th">
+ <a href="https://th.wikipedia.org/wiki/%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0%B8%97%E0%B8%A8%E0%B8%99%E0%B8%B4%E0%B8%A7%E0%B8%8B%E0%B8%B5%E0%B9%81%E0%B8%A5%E0%B8%99%E0%B8%94%E0%B9%8C" title="ประเทศนิวซีแลนด์ – Thai" lang="th" hreflang="th" class="interlanguage-link-target" xml:lang="th">ไทย</a>
+ </li>
+ <li class="interlanguage-link interwiki-tg">
+ <a href="https://tg.wikipedia.org/wiki/%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F%D0%B8_%D0%9D%D0%B0%D0%B2" title="Зеландияи Нав – Tajik" lang="tg" hreflang="tg" class="interlanguage-link-target" xml:lang="tg">Тоҷикӣ</a>
+ </li>
+ <li class="interlanguage-link interwiki-tcy">
+ <a href="https://tcy.wikipedia.org/wiki/%E0%B2%A8%E0%B3%8D%E0%B2%AF%E0%B3%82_%E0%B2%9D%E0%B2%BF%E0%B2%B2%E0%B3%86%E0%B2%82%E0%B2%A1%E0%B3%8D" title="ನ್ಯೂ ಝಿಲೆಂಡ್ – Tulu" lang="tcy" hreflang="tcy" class="interlanguage-link-target" xml:lang="tcy">ತುಳು</a>
+ </li>
+ <li class="interlanguage-link interwiki-tr">
+ <a href="https://tr.wikipedia.org/wiki/Yeni_Zelanda" title="Yeni Zelanda – Turkish" lang="tr" hreflang="tr" class="interlanguage-link-target" xml:lang="tr">Türkçe</a>
+ </li>
+ <li class="interlanguage-link interwiki-tk">
+ <a href="https://tk.wikipedia.org/wiki/T%C3%A4ze_Zelandi%C3%BDa" title="Täze Zelandiýa – Turkmen" lang="tk" hreflang="tk" class="interlanguage-link-target" xml:lang="tk">Türkmençe</a>
+ </li>
+ <li class="interlanguage-link interwiki-udm">
+ <a href="https://udm.wikipedia.org/wiki/%D0%92%D1%8B%D0%BB%D1%8C_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D0%B8%D1%8F" title="Выль Зеландия – Udmurt" lang="udm" hreflang="udm" class="interlanguage-link-target" xml:lang="udm">Удмурт</a>
+ </li>
+ <li class="interlanguage-link interwiki-uk">
+ <a href="https://uk.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D0%B0_%D0%97%D0%B5%D0%BB%D0%B0%D0%BD%D0%B4%D1%96%D1%8F" title="Нова Зеландія – Ukrainian" lang="uk" hreflang="uk" class="interlanguage-link-target" xml:lang="uk">Українська</a>
+ </li>
+ <li class="interlanguage-link interwiki-ur">
+ <a href="https://ur.wikipedia.org/wiki/%D9%86%DB%8C%D9%88%D8%B2%DB%8C_%D9%84%DB%8C%D9%86%DA%88" title="نیوزی لینڈ – Urdu" lang="ur" hreflang="ur" class="interlanguage-link-target" xml:lang="ur">اردو</a>
+ </li>
+ <li class="interlanguage-link interwiki-ug">
+ <a href="https://ug.wikipedia.org/wiki/%D9%8A%DB%90%DA%AD%D9%89_%D8%B2%DB%90%D9%84%D8%A7%D9%86%D8%AF%D9%89%D9%8A%DB%95" title="يېڭى زېلاندىيە – Uyghur" lang="ug" hreflang="ug" class="interlanguage-link-target" xml:lang="ug">ئۇيغۇرچە / Uyghurche</a>
+ </li>
+ <li class="interlanguage-link interwiki-za">
+ <a href="https://za.wikipedia.org/wiki/Saen_Saelanz" title="Saen Saelanz – Zhuang" lang="za" hreflang="za" class="interlanguage-link-target" xml:lang="za">Vahcuengh</a>
+ </li>
+ <li class="interlanguage-link interwiki-vec">
+ <a href="https://vec.wikipedia.org/wiki/Nova_Ze%C5%82anda" title="Nova Zełanda – Venetian" lang="vec" hreflang="vec" class="interlanguage-link-target" xml:lang="vec">Vèneto</a>
+ </li>
+ <li class="interlanguage-link interwiki-vep">
+ <a href="https://vep.wikipedia.org/wiki/Uz%27_Zelandii" title="Uz' Zelandii – Veps" lang="vep" hreflang="vep" class="interlanguage-link-target" xml:lang="vep">Vepsän kel’</a>
+ </li>
+ <li class="interlanguage-link interwiki-vi">
+ <a href="https://vi.wikipedia.org/wiki/New_Zealand" title="New Zealand – Vietnamese" lang="vi" hreflang="vi" class="interlanguage-link-target" xml:lang="vi">Tiếng Việt</a>
+ </li>
+ <li class="interlanguage-link interwiki-vo">
+ <a href="https://vo.wikipedia.org/wiki/Nula-Sele%C3%A4ns" title="Nula-Seleäns – Volapük" lang="vo" hreflang="vo" class="interlanguage-link-target" xml:lang="vo">Volapük</a>
+ </li>
+ <li class="interlanguage-link interwiki-fiu-vro">
+ <a href="https://fiu-vro.wikipedia.org/wiki/Vahts%C3%B5n%C3%B5_Meremaa" title="Vahtsõnõ Meremaa – Võro" lang="vro" hreflang="vro" class="interlanguage-link-target" xml:lang="vro">Võro</a>
+ </li>
+ <li class="interlanguage-link interwiki-wa">
+ <a href="https://wa.wikipedia.org/wiki/Nouve_Zelande" title="Nouve Zelande – Walloon" lang="wa" hreflang="wa" class="interlanguage-link-target" xml:lang="wa">Walon</a>
+ </li>
+ <li class="interlanguage-link interwiki-zh-classical">
+ <a href="https://zh-classical.wikipedia.org/wiki/%E7%B4%90%E8%A5%BF%E8%98%AD" title="紐西蘭 – Classical Chinese" lang="lzh" hreflang="lzh" class="interlanguage-link-target" xml:lang="lzh">文言</a>
+ </li>
+ <li class="interlanguage-link interwiki-vls">
+ <a href="https://vls.wikipedia.org/wiki/Nieuw-Z%C3%AAeland" title="Nieuw-Zêeland – West Flemish" lang="vls" hreflang="vls" class="interlanguage-link-target" xml:lang="vls">West-Vlams</a>
+ </li>
+ <li class="interlanguage-link interwiki-war">
+ <a href="https://war.wikipedia.org/wiki/Bag-o_nga_Zelanda" title="Bag-o nga Zelanda – Waray" lang="war" hreflang="war" class="interlanguage-link-target" xml:lang="war">Winaray</a>
+ </li>
+ <li class="interlanguage-link interwiki-wo">
+ <a href="https://wo.wikipedia.org/wiki/Seland-Gu-Bees" title="Seland-Gu-Bees – Wolof" lang="wo" hreflang="wo" class="interlanguage-link-target" xml:lang="wo">Wolof</a>
+ </li>
+ <li class="interlanguage-link interwiki-wuu">
+ <a href="https://wuu.wikipedia.org/wiki/%E6%96%B0%E8%A5%BF%E5%85%B0" title="新西兰 – Wu Chinese" lang="wuu" hreflang="wuu" class="interlanguage-link-target" xml:lang="wuu">吴语</a>
+ </li>
+ <li class="interlanguage-link interwiki-yi">
+ <a href="https://yi.wikipedia.org/wiki/%D7%A0%D7%99%D7%95_%D7%96%D7%99%D7%9C%D7%90%D7%A0%D7%93" title="ניו זילאנד – Yiddish" lang="yi" hreflang="yi" class="interlanguage-link-target" xml:lang="yi">ייִדיש</a>
+ </li>
+ <li class="interlanguage-link interwiki-yo">
+ <a href="https://yo.wikipedia.org/wiki/New_Zealand" title="New Zealand – Yoruba" lang="yo" hreflang="yo" class="interlanguage-link-target" xml:lang="yo">Yorùbá</a>
+ </li>
+ <li class="interlanguage-link interwiki-zh-yue">
+ <a href="https://zh-yue.wikipedia.org/wiki/%E7%B4%90%E8%A5%BF%E8%98%AD" title="紐西蘭 – Cantonese" lang="yue" hreflang="yue" class="interlanguage-link-target" xml:lang="yue">粵語</a>
+ </li>
+ <li class="interlanguage-link interwiki-diq">
+ <a href="https://diq.wikipedia.org/wiki/Zelanda_Newiye" title="Zelanda Newiye – Zazaki" lang="diq" hreflang="diq" class="interlanguage-link-target" xml:lang="diq">Zazaki</a>
+ </li>
+ <li class="interlanguage-link interwiki-zea badge-Q17437796 badge-featuredarticle" title="featured article">
+ <a href="https://zea.wikipedia.org/wiki/Nieuw-Ze%C3%AAland" title="Nieuw-Zeêland – Zeelandic" lang="zea" hreflang="zea" class="interlanguage-link-target" xml:lang="zea">Zeêuws</a>
+ </li>
+ <li class="interlanguage-link interwiki-bat-smg">
+ <a href="https://bat-smg.wikipedia.org/wiki/Naujuoj%C4%97_Zeland%C4%97j%C4%97" title="Naujuojė Zelandėjė – Samogitian" lang="sgs" hreflang="sgs" class="interlanguage-link-target" xml:lang="sgs">Žemaitėška</a>
+ </li>
+ <li class="interlanguage-link interwiki-zh">
+ <a href="https://zh.wikipedia.org/wiki/%E6%96%B0%E8%A5%BF%E5%85%B0" title="新西兰 – Chinese" lang="zh" hreflang="zh" class="interlanguage-link-target" xml:lang="zh">中文</a>
+ </li>
+ </ul>
+ <div class="after-portlet after-portlet-lang">
+ <span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q664#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="footer" role="contentinfo">
+ <ul id="footer-info">
+ <li id="footer-info-lastmod">This page was last edited on 26 September 2019, at 11:35<span class="anonymous-show">&#160;(UTC)</span>.
+ </li>
+ <li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>; additional terms may apply. By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.
+ </li>
+ </ul>
+ <ul id="footer-places">
+ <li id="footer-places-privacy">
+ <a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a>
+ </li>
+ <li id="footer-places-about">
+ <a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a>
+ </li>
+ <li id="footer-places-disclaimer">
+ <a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a>
+ </li>
+ <li id="footer-places-contact">
+ <a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a>
+ </li>
+ <li id="footer-places-developers">
+ <a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a>
+ </li>
+ <li id="footer-places-cookiestatement">
+ <a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a>
+ </li>
+ <li id="footer-places-mobileview">
+ <a href="//en.m.wikipedia.org/w/index.php?title=New_Zealand&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a>
+ </li>
+ </ul>
+ <ul id="footer-icons" class="noprint">
+ <li id="footer-copyrightico">
+ <a href="https://wikimediafoundation.org/"><img src="/static/images/wikimedia-button.png" srcset="/static/images/wikimedia-button-1.5x.png 1.5x, /static/images/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" /></a>
+ </li>
+ <li id="footer-poweredbyico">
+ <a href="https://www.mediawiki.org/"><img src="/static/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/poweredby_mediawiki_132x47.png 1.5x, /static/images/poweredby_mediawiki_176x62.png 2x" width="88" height="31" /></a>
+ </li>
+ </ul>
+ <div style="clear: both;"></div>
+ </div>
+ <script>
+ <![CDATA[
+ (RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"4.724","walltime":"5.994","ppvisitednodes":{"value":29561,"limit":1000000},"ppgeneratednodes":{"value":0,"limit":1500000},"postexpandincludesize":{"value":939991,"limit":2097152},"templateargumentsize":{"value":96801,"limit":2097152},"expansiondepth":{"value":21,"limit":40},"expensivefunctioncount":{"value":58,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":1116291,"limit":5000000},"entityaccesscount":{"value":6,"limit":400},"timingprofile":["100.00% 5262.657 1 -total"," 44.81% 2358.352 2 Template:Reflist"," 19.19% 1010.093 2 Template:Coord"," 16.78% 883.023 160 Template:Cite_web"," 10.24% 538.992 99 Template:Cite_encyclopedia"," 10.13% 533.130 1 Template:Infobox_country"," 10.00% 526.478 3 Template:Infobox"," 5.12% 269.426 27 Template:Cite_journal"," 3.50% 184.297 1 Template:Native_name"," 3.50% 184.037 41 Template:Cite_book"]},"scribunto":{"limitreport-timeusage":{"value":"2.802","limit":"10.000"},"limitreport-memusage":{"value":34909298,"limit":52428800},"limitreport-profile":[["?","480","15.1"],["Scribunto_LuaSandboxCallback::getEntity","380","11.9"],["Scribunto_LuaSandboxCallback::match","300","9.4"],["Scribunto_LuaSandboxCallback::gsub","280","8.8"],["recursiveClone \u003CmwInit.lua:41\u003E","260","8.2"],["\u003Cmw.lua:684\u003E","160","5.0"],["type","160","5.0"],["Scribunto_LuaSandboxCallback::callParserFunction","120","3.8"],["dataWrapper \u003Cmw.lua:662\u003E","120","3.8"],["Scribunto_LuaSandboxCallback::getExpandedArgument","100","3.1"],["[others]","820","25.8"]]},"cachereport":{"origin":"mw1331","timestamp":"20190926113600","ttl":86400,"transientcontent":true}}});});
+ ]]>
+ </script>
+ <script type="application/ld+json">
+ <![CDATA[
+ {"@context":"https:\/\/schema.org","@type":"Article","name":"New Zealand","url":"https:\/\/en.wikipedia.org\/wiki\/New_Zealand","sameAs":"http:\/\/www.wikidata.org\/entity\/Q664","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q664","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2001-10-29T01:59:14Z","dateModified":"2019-09-26T11:35:37Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/3\/3e\/Flag_of_New_Zealand.svg","headline":"constitutional monarchy in Oceania"}
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ (RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":6287,"wgHostname":"mw1331"});});
+ ]]>
+ </script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-images.json
new file mode 100644
index 0000000..caa1f9b
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-images.json
@@ -0,0 +1,53 @@
+[
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/28a0aaa74b2267a48312e19321211cd9e3a39228",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/6ca00b61ff0e264e6c1e5adc9a00c0d2751feecf",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/7daff47fa58cdfd29dc333def748ff5fa4c923e3",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/d9415702ab196cc26f5df37af2d90e07318e93df",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/291d260bf69b764e75818669ab27870d58771e1f",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/8aa270391d183478251283d2c4b2c72ac4563352",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/5541bfa07743be995242c892c344395e672d6fa2",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/459de45e76bace9d04a80d2e8efc2abbbc246047",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/6425c6e94fa47976601cb44d7564b5d04dcfbfef",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/9a50080b735975d8001c9552ac2134b49ad534c0",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/997ea0350c18735926412de88420ac9ca989f50c",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/54bf0331204e30cba9ec7f695dfea97e6745a7c2",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/92efef0e89bdc77f6a848764195ef5b9d9bfcc6a",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/00ccf11c16396b6ddd4f2254f7132cd8bb2c57ee",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/3f0efab2d7c3a4b4b7caf14cc0705dadd13195a9",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/47136aad860d145f75f3eed3022df827cee94d7a",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/1c\/Wiki_letter_w_cropped.svg\/44px-Wiki_letter_w_cropped.svg.png",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/4fa8265c5f6d4fc3b7cda6a06558c7d4d9aec855",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/0f1862750b96d01100244370b3fca45f01923ce5",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/251bf4ebbe3b0d119e0a7d19f8fd134c4f072971",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/021893240ff7fa3148b6649b0ba4d88cd207b5f0",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/a28a8250ab35ad60228bb0376eb4b7024f027815",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/a0179c3a7aebe194ccd9a19ba02b972500f88a7a",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/b6cf8185ca7a0687bf959bb65b16db6cf1714ca2",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/d303a1ebcac8547489b170be5d0dd7d8e04e548e",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/992c8ea49fdd26b491180036c5a4d879fec77442",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/46eedb181c0bdae46e8c1526161b03d0ea97b4b4",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/ddeac51c423f6dbefc5f63e483d9aee96e6fa342",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/db65cce3a8fa33e5b7b96badd756c8573aa866c0",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/add78d8608ad86e54951b8c8bd6c8d8416533d20",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/4ea1ea9ac61e6e1e84ac39130f78143c18865719",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/3b7d749931e5f709bcbc0a446638d3b6b8ed0c6c",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/fa91daf9145f27bb95746fd2a37537342d587b77",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/1934e7eadd31fbf6f7d6bcf9c0e9bec934ce8976",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/a1240df64c3010e0be6eae865fdfcfe6f77bf5eb",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/43cc392bdcfbb134dd66d9b469847f6370e29d9d",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/3ef97bb04ce4ab682bcc84cf1059f8da235b483e",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/f4ac665be4943ce769e33109e9f64abcf1e98050",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/0919d2e50fe1008af261f8301f243c002c328dbf",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/f8ed067bb4bc06662d6bdf6210d450779a529ce5",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/6ad9b0047f8437f7b012041d7b2fcd190a5a9ec2",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/b431248ab2f121914608bbd1c2376715cecda9c8",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/d4ee4832d06e8560510d81237d0650c897d476e9",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/b1d54d3c850d35f99329591e3b57cef98d17237f",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/86a67b81c2de995bd608d5b2df50cd8cd7d92455",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/82c24522483ceaf1d54224b69af4244b60c3ac08",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/87f9e315fd7e2ba406057a97300593c4802b53e4",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/486623019ef451e0582b874018e0249a46e0f996",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/18fbf88c578fc9f75d4610ebd18ab55f4f2842ce",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/200db82bfdbc81cd227cb3470aa826d6f11a7653",
+ "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/957584ae6a35f9edf293cb486d7436fb5b75e803"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-metadata.json
new file mode 100644
index 0000000..27df156
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Contributors to Wikimedia projects",
+ "Direction": "ltr",
+ "Excerpt": "In mathematics, a Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is equal to its own conjugate transpose\u2014that is, the element in the i-th row and j-th column is equal to the complex conjugate of the element in the j-th row and i-th column, for all indices i and j:",
+ "Image": null,
+ "Title": "Hermitian matrix",
+ "SiteName": "Wikimedia Foundation, Inc."
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected.html
new file mode 100644
index 0000000..ff7c62c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected.html
@@ -0,0 +1,354 @@
+<div id="mw-content-text" lang="en" dir="ltr">
+
+
+ <p>
+ In mathematics, a <b>Hermitian matrix</b> (or <b>self-adjoint matrix</b>) is a <a href="http://fakehost/wiki/Complex_number" title="Complex number">complex</a> <a href="http://fakehost/wiki/Square_matrix" title="Square matrix">square matrix</a> that is equal to its own <a href="http://fakehost/wiki/Conjugate_transpose" title="Conjugate transpose">conjugate transpose</a>—that is, the element in the <span>i</span>-th row and <span>j</span>-th column is equal to the <a href="http://fakehost/wiki/Complex_conjugate" title="Complex conjugate">complex conjugate</a> of the element in the <span>j</span>-th row and <span>i</span>-th column, for all indices <span>i</span> and <span>j</span>:
+ </p>
+ <p>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/28a0aaa74b2267a48312e19321211cd9e3a39228" aria-hidden="true" alt="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad a_{ij}={\overline {a_{ji}}}}"></span>
+ </p>
+ <p>
+ or in matrix form:
+ </p>
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/6ca00b61ff0e264e6c1e5adc9a00c0d2751feecf" aria-hidden="true" alt="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad A={\overline {A^{\mathsf {T}}}}}"></span>.
+ </dd>
+ </dl>
+ <p>
+ Hermitian matrices can be understood as the complex extension of real <a href="http://fakehost/wiki/Symmetric_matrix" title="Symmetric matrix">symmetric matrices</a>.
+ </p>
+ <p>
+ If the <a href="http://fakehost/wiki/Conjugate_transpose" title="Conjugate transpose">conjugate transpose</a> of a matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is denoted by <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d9415702ab196cc26f5df37af2d90e07318e93df" aria-hidden="true" alt="{\displaystyle A^{\mathsf {H}}}"></span>, then the Hermitian property can be written concisely as
+ </p>
+ <p>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/291d260bf69b764e75818669ab27870d58771e1f" aria-hidden="true" alt="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad A=A^{\mathsf {H}}}"></span>
+ </p>
+ <p>
+ Hermitian matrices are named after <a href="http://fakehost/wiki/Charles_Hermite" title="Charles Hermite">Charles Hermite</a>, who demonstrated in 1855 that matrices of this form share a property with real symmetric matrices of always having real <a href="http://fakehost/wiki/Eigenvalues_and_eigenvectors" title="Eigenvalues and eigenvectors">eigenvalues</a>. Other, equivalent notations in common use are <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/8aa270391d183478251283d2c4b2c72ac4563352" aria-hidden="true" alt="{\displaystyle A^{\mathsf {H}}=A^{\dagger }=A^{\ast }}"></span>, although note that in <a href="http://fakehost/wiki/Quantum_mechanics" title="Quantum mechanics">quantum mechanics</a>, <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/5541bfa07743be995242c892c344395e672d6fa2" aria-hidden="true" alt="A^{\ast }"></span> typically means the <a href="http://fakehost/wiki/Complex_conjugate" title="Complex conjugate">complex conjugate</a> only, and not the <a href="http://fakehost/wiki/Conjugate_transpose" title="Conjugate transpose">conjugate transpose</a>.
+ </p>
+
+ <h2>
+ <span id="Alternative_characterizations">Alternative characterizations</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=1" title="Edit section: Alternative characterizations">edit</a><span>]</span></span>
+ </h2>
+ <p>
+ Hermitian matrices can be characterized in a number of equivalent ways, some of which are listed below:
+ </p>
+ <h3>
+ <span id="Equality_with_the_adjoint">Equality with the adjoint</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=2" title="Edit section: Equality with the adjoint">edit</a><span>]</span></span>
+ </h3>
+ <p>
+ A square matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is Hermitian if and only if it is equal to its <a href="http://fakehost/wiki/Hermitian_adjoint" title="Hermitian adjoint">adjoint</a>, that is, it satisfies
+ </p>
+ <div>
+ <p><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/459de45e76bace9d04a80d2e8efc2abbbc246047" aria-hidden="true" alt="{\displaystyle \langle w,Av\rangle =\langle Aw,v\rangle ,}">
+ </p></div><p>for any pair of vectors <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/6425c6e94fa47976601cb44d7564b5d04dcfbfef" aria-hidden="true" alt="v,w"></span>, where <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/9a50080b735975d8001c9552ac2134b49ad534c0" aria-hidden="true" alt="{\displaystyle \langle \cdot ,\cdot \rangle }"></span> denotes <a href="http://fakehost/wiki/Dot_product" title="Dot product">the inner product</a> operation.
+ </p><p>
+ This is also the way that the more general concept of <a href="http://fakehost/wiki/Self-adjoint_operator" title="Self-adjoint operator">self-adjoint operator</a> is defined.
+ </p>
+ <h3>
+ <span id="Reality_of_quadratic_forms">Reality of quadratic forms</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=3" title="Edit section: Reality of quadratic forms">edit</a><span>]</span></span>
+ </h3>
+ <p>
+ A square matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is Hermitian if and only if it is such that
+ </p>
+ <div>
+ <p><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/997ea0350c18735926412de88420ac9ca989f50c" aria-hidden="true" alt="{\displaystyle \langle v,Av\rangle \in \mathbb {R} ,\quad v\in V.}">
+ </p></div>
+ <h3>
+ <span id="Spectral_properties">Spectral properties</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=4" title="Edit section: Spectral properties">edit</a><span>]</span></span>
+ </h3>
+ <p>
+ A square matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is Hermitian if and only if it is unitarily <a href="http://fakehost/wiki/Diagonalizable_matrix" title="Diagonalizable matrix">diagonalizable</a> with real <a href="http://fakehost/wiki/Eigenvalues_and_eigenvectors" title="Eigenvalues and eigenvectors">eigenvalues</a>.
+ </p>
+ <h2>
+ <span id="Applications">Applications</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=5" title="Edit section: Applications">edit</a><span>]</span></span>
+ </h2>
+ <p>
+ Hermitian matrices are fundamental to the quantum theory of <a href="http://fakehost/wiki/Matrix_mechanics" title="Matrix mechanics">matrix mechanics</a> created by <a href="http://fakehost/wiki/Werner_Heisenberg" title="Werner Heisenberg">Werner Heisenberg</a>, <a href="http://fakehost/wiki/Max_Born" title="Max Born">Max Born</a>, and <a href="http://fakehost/wiki/Pascual_Jordan" title="Pascual Jordan">Pascual Jordan</a> in 1925.
+ </p>
+ <h2>
+ <span id="Examples">Examples</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=6" title="Edit section: Examples">edit</a><span>]</span></span>
+ </h2>
+ <p>
+ In this section, the conjugate transpose of matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is denoted as <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d9415702ab196cc26f5df37af2d90e07318e93df" aria-hidden="true" alt="{\displaystyle A^{\mathsf {H}}}"></span>, the transpose of matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is denoted as <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/54bf0331204e30cba9ec7f695dfea97e6745a7c2" aria-hidden="true" alt="{\displaystyle A^{\mathsf {T}}}"></span> and conjugate of matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is denoted as <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/92efef0e89bdc77f6a848764195ef5b9d9bfcc6a" aria-hidden="true" alt="{\displaystyle {\overline {A}}}"></span>.
+ </p>
+ <p>
+ See the following example:
+ </p>
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/00ccf11c16396b6ddd4f2254f7132cd8bb2c57ee" aria-hidden="true" alt="{\displaystyle {\begin{bmatrix}2&amp;2+i&amp;4\\2-i&amp;3&amp;i\\4&amp;-i&amp;1\\\end{bmatrix}}}"></span>
+ </dd>
+ </dl>
+ <p>
+ The diagonal elements must be <a href="http://fakehost/wiki/Real_number" title="Real number">real</a>, as they must be their own complex conjugate.
+ </p>
+ <p>
+ Well-known families of <a href="http://fakehost/wiki/Pauli_matrices" title="Pauli matrices">Pauli matrices</a>, <a href="http://fakehost/wiki/Gell-Mann_matrices" title="Gell-Mann matrices">Gell-Mann matrices</a> and their generalizations are Hermitian. In <a href="http://fakehost/wiki/Theoretical_physics" title="Theoretical physics">theoretical physics</a> such Hermitian matrices are often multiplied by <a href="http://fakehost/wiki/Imaginary_number" title="Imaginary number">imaginary</a> coefficients,<sup id="cite_ref-1"><a href="#cite_note-1">[1]</a></sup><sup id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup> which results in <i>skew-Hermitian</i> matrices (see <a href="#facts">below</a>).
+ </p>
+ <p>
+ Here, we offer another useful Hermitian matrix using an abstract example. If a square matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> equals the <a href="http://fakehost/wiki/Matrix_multiplication" title="Matrix multiplication">multiplication of a matrix</a> and its conjugate transpose, that is, <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/3f0efab2d7c3a4b4b7caf14cc0705dadd13195a9" aria-hidden="true" alt="{\displaystyle A=BB^{\mathsf {H}}}"></span>, then <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is a Hermitian <a href="http://fakehost/wiki/Positive_semi-definite_matrix" title="Positive semi-definite matrix">positive semi-definite matrix</a>. Furthermore, if <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/47136aad860d145f75f3eed3022df827cee94d7a" aria-hidden="true" alt="B"></span> is row full-rank, then <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" aria-hidden="true" alt="A"></span> is positive definite.
+ </p>
+ <h2>
+ <span id="Properties">Properties</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=7" title="Edit section: Properties">edit</a><span>]</span></span>
+ </h2>
+ <table role="presentation" readabilityDataTable="0">
+ <tbody>
+ <tr>
+ <td>
+ <p><a href="http://fakehost/wiki/File:Wiki_letter_w_cropped.svg"><img alt="[icon]" src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Wiki_letter_w_cropped.svg/44px-Wiki_letter_w_cropped.svg.png" decoding="async" width="44" height="31" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Wiki_letter_w_cropped.svg/66px-Wiki_letter_w_cropped.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Wiki_letter_w_cropped.svg/88px-Wiki_letter_w_cropped.svg.png 2x" data-file-width="44" data-file-height="31"></a>
+ </p>
+ </td>
+ <td>
+ <p>
+ This section <b>needs expansion</b> with: Proof of the properties requested. <small>You can help by <a href="https://en.wikipedia.org/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=1">adding to it</a>.</small> <small><i>(<span>February 2018</span>)</i></small>
+ </p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <ul>
+ <li>The entries on the <a href="http://fakehost/wiki/Main_diagonal" title="Main diagonal">main diagonal</a> (top left to bottom right) of any Hermitian matrix are <a href="http://fakehost/wiki/Real_number" title="Real number">real</a>.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> By definition of the Hermitian matrix
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/4fa8265c5f6d4fc3b7cda6a06558c7d4d9aec855" aria-hidden="true" alt="{\displaystyle H_{ij}={\overline {H}}_{ji}}"></span>
+ </dd>
+ </dl>
+ </dd>
+ <dd>
+ so for <span><i>i</i> = <i>j</i></span> the above follows.
+ </dd>
+ <dd>
+ Only the <a href="http://fakehost/wiki/Main_diagonal" title="Main diagonal">main diagonal</a> entries are necessarily real; Hermitian matrices can have arbitrary complex-valued entries in their <a href="http://fakehost/wiki/Off-diagonal_element" title="Off-diagonal element">off-diagonal elements</a>, as long as diagonally-opposite entries are complex conjugates.
+ </dd>
+ </dl>
+ <ul>
+ <li>A matrix that has only real entries is Hermitian <a href="http://fakehost/wiki/If_and_only_if" title="If and only if">if and only if</a> it is <a href="http://fakehost/wiki/Symmetric_matrix" title="Symmetric matrix">symmetric</a>. A real and symmetric matrix is simply a special case of a Hermitian matrix.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/4fa8265c5f6d4fc3b7cda6a06558c7d4d9aec855" aria-hidden="true" alt="{\displaystyle H_{ij}={\overline {H}}_{ji}}"></span> by definition. Thus <span>H<sub><i>ij</i></sub> = H<sub><i>ji</i></sub></span> (matrix symmetry) if and only if <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/0f1862750b96d01100244370b3fca45f01923ce5" aria-hidden="true" alt="{\displaystyle H_{ij}={\overline {H}}_{ij}}"></span> (<span>H<sub><i>ij</i></sub></span> is real).
+ </dd>
+ </dl>
+ <ul>
+ <li>Every Hermitian matrix is a <a href="http://fakehost/wiki/Normal_matrix" title="Normal matrix">normal matrix</a>. That is to say, <span>AA<sup>H</sup> = A<sup>H</sup>A</span>.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> <span>A = A<sup>H</sup></span>, so <span>AA<sup>H</sup> = AA = A<sup>H</sup>A</span>.
+ </dd>
+ </dl>
+ <ul>
+ <li>The finite-dimensional <a href="http://fakehost/wiki/Spectral_theorem" title="Spectral theorem">spectral theorem</a> says that any Hermitian matrix can be <a href="http://fakehost/wiki/Diagonalizable_matrix" title="Diagonalizable matrix">diagonalized</a> by a <a href="http://fakehost/wiki/Unitary_matrix" title="Unitary matrix">unitary matrix</a>, and that the resulting diagonal matrix has only real entries. This implies that all <a href="http://fakehost/wiki/Eigenvectors" title="Eigenvectors">eigenvalues</a> of a Hermitian matrix <span>A</span> with dimension <span>n</span> are real, and that <span>A</span> has <span>n</span> linearly independent <a href="http://fakehost/wiki/Eigenvector" title="Eigenvector">eigenvectors</a>. Moreover, a Hermitian matrix has <a href="http://fakehost/wiki/Orthogonal" title="Orthogonal">orthogonal</a> eigenvectors for distinct eigenvalues. Even if there are degenerate eigenvalues, it is always possible to find an <a href="http://fakehost/wiki/Orthogonal_basis" title="Orthogonal basis">orthogonal basis</a> of <span>ℂ<sup><i>n</i></sup></span> consisting of <span>n</span> eigenvectors of <span>A</span>.
+ </li>
+ </ul>
+ <ul>
+ <li>The sum of any two Hermitian matrices is Hermitian.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/251bf4ebbe3b0d119e0a7d19f8fd134c4f072971" aria-hidden="true" alt="{\displaystyle (A+B)_{ij}=A_{ij}+B_{ij}={\overline {A}}_{ji}+{\overline {B}}_{ji}={\overline {(A+B)}}_{ji},}"></span> as claimed.
+ </dd>
+ </dl>
+ <ul>
+ <li>The <a href="http://fakehost/wiki/Inverse_matrix" title="Inverse matrix">inverse</a> of an invertible Hermitian matrix is Hermitian as well.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> If <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/021893240ff7fa3148b6649b0ba4d88cd207b5f0" aria-hidden="true" alt="{\displaystyle A^{-1}A=I}"></span>, then <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/a28a8250ab35ad60228bb0376eb4b7024f027815" aria-hidden="true" alt="{\displaystyle I=I^{H}=(A^{-1}A)^{H}=A^{H}(A^{-1})^{H}=A(A^{-1})^{H}}"></span>, so <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/a0179c3a7aebe194ccd9a19ba02b972500f88a7a" aria-hidden="true" alt="{\displaystyle A^{-1}=(A^{-1})^{H}}"></span> as claimed.
+ </dd>
+ </dl>
+ <ul>
+ <li>The <a href="http://fakehost/wiki/Matrix_multiplication" title="Matrix multiplication">product</a> of two Hermitian matrices <span>A</span> and <span>B</span> is Hermitian if and only if <span><i>AB</i> = <i>BA</i></span>.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> Note that <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/b6cf8185ca7a0687bf959bb65b16db6cf1714ca2" aria-hidden="true" alt="{\displaystyle (AB)^{\mathsf {H}}={\overline {(AB)^{\mathsf {T}}}}={\overline {B^{\mathsf {T}}A^{\mathsf {T}}}}={\overline {B^{\mathsf {T}}}}{\overline {A^{\mathsf {T}}}}=B^{\mathsf {H}}A^{\mathsf {H}}=BA.}"></span> Thus <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d303a1ebcac8547489b170be5d0dd7d8e04e548e" aria-hidden="true" alt="{\displaystyle (AB)^{\mathsf {H}}=AB}"></span> <a href="http://fakehost/wiki/If_and_only_if" title="If and only if">if and only if</a> <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/992c8ea49fdd26b491180036c5a4d879fec77442" aria-hidden="true" alt="AB=BA"></span>.
+ </dd>
+ <dd>
+ Thus <span><i>A</i><sup><i>n</i></sup></span> is Hermitian if <span>A</span> is Hermitian and <span>n</span> is an integer.
+ </dd>
+ </dl>
+
+ <ul>
+ <li>The Hermitian complex <span>n</span>-by-<span>n</span> matrices do not form a <a href="http://fakehost/wiki/Vector_space" title="Vector space">vector space</a> over the <a href="http://fakehost/wiki/Complex_number" title="Complex number">complex numbers</a>, <span>ℂ</span>, since the identity matrix <span><i>I</i><sub><i>n</i></sub></span> is Hermitian, but <span><i>i</i> <i>I</i><sub><i>n</i></sub></span> is not. However the complex Hermitian matrices <i>do</i> form a vector space over the <a href="http://fakehost/wiki/Real_numbers" title="Real numbers">real numbers</a> <span>ℝ</span>. In the <span>2<i>n</i><sup>2</sup></span>-<a href="http://fakehost/wiki/Dimension_of_a_vector_space" title="Dimension of a vector space">dimensional</a> vector space of complex <span><i>n</i> × <i>n</i></span> matrices over <span>ℝ</span>, the complex Hermitian matrices form a subspace of dimension <span><i>n</i><sup>2</sup></span>. If <span><i>E</i><sub><i>jk</i></sub></span> denotes the <span>n</span>-by-<span>n</span> matrix with a <span>1</span> in the <span><i>j</i>,<i>k</i></span> position and zeros elsewhere, a basis (orthonormal w.r.t. the Frobenius inner product) can be described as follows:
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/46eedb181c0bdae46e8c1526161b03d0ea97b4b4" aria-hidden="true" alt="{\displaystyle E_{jj}{\text{ for }}1\leq j\leq n\quad (n{\text{ matrices}})}"></span>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ together with the set of matrices of the form
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/ddeac51c423f6dbefc5f63e483d9aee96e6fa342" aria-hidden="true" alt="{\displaystyle {\frac {1}{\sqrt {2}}}\left(E_{jk}+E_{kj}\right){\text{ for }}1\leq j<k\leq n\quad \left({\frac {n^{2}-n}{2}}{\text{ matrices}}\right)}"></span>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ and the matrices
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/db65cce3a8fa33e5b7b96badd756c8573aa866c0" aria-hidden="true" alt="{\displaystyle {\frac {i}{\sqrt {2}}}\left(E_{jk}-E_{kj}\right){\text{ for }}1\leq j<k\leq n\quad \left({\frac {n^{2}-n}{2}}{\text{ matrices}}\right)}"></span>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ where <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/add78d8608ad86e54951b8c8bd6c8d8416533d20" aria-hidden="true" alt="i"></span> denotes the complex number <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/4ea1ea9ac61e6e1e84ac39130f78143c18865719" aria-hidden="true" alt="{\sqrt {-1}}"></span>, called the <i><a href="http://fakehost/wiki/Imaginary_unit" title="Imaginary unit">imaginary unit</a></i>.
+ </dd>
+ </dl>
+
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/3b7d749931e5f709bcbc0a446638d3b6b8ed0c6c" aria-hidden="true" alt="{\displaystyle A=\sum _{j}\lambda _{j}u_{j}u_{j}^{\mathsf {H}},}"></span>
+ </dd>
+ </dl>
+ </dd>
+ <dd>
+ where <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/fa91daf9145f27bb95746fd2a37537342d587b77" aria-hidden="true" alt="\lambda _{j}"></span> are the eigenvalues on the diagonal of the diagonal matrix <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/1934e7eadd31fbf6f7d6bcf9c0e9bec934ce8976" aria-hidden="true" alt="\; \Lambda "></span>.
+ </dd>
+ </dl>
+ <ul>
+ <li>The determinant of a Hermitian matrix is real:
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/a1240df64c3010e0be6eae865fdfcfe6f77bf5eb" aria-hidden="true" alt="{\displaystyle \det(A)=\det \left(A^{\mathsf {T}}\right)\quad \Rightarrow \quad \det \left(A^{\mathsf {H}}\right)={\overline {\det(A)}}}"></span>
+ </dd>
+ <dd>
+ Therefore if <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/43cc392bdcfbb134dd66d9b469847f6370e29d9d" aria-hidden="true" alt="{\displaystyle A=A^{\mathsf {H}}\quad \Rightarrow \quad \det(A)={\overline {\det(A)}}}"></span>.
+ </dd>
+ <dd>
+ (Alternatively, the determinant is the product of the matrix's eigenvalues, and as mentioned before, the eigenvalues of a Hermitian matrix are real.)
+ </dd>
+ </dl>
+ <h2>
+ <span id="Decomposition_into_Hermitian_and_skew-Hermitian">Decomposition into Hermitian and skew-Hermitian</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=8" title="Edit section: Decomposition into Hermitian and skew-Hermitian">edit</a><span>]</span></span>
+ </h2>
+ <p>
+ <span id="facts"></span>Additional facts related to Hermitian matrices include:
+ </p>
+ <ul>
+ <li>The sum of a square matrix and its conjugate transpose <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/3ef97bb04ce4ab682bcc84cf1059f8da235b483e" aria-hidden="true" alt="{\displaystyle \left(A+A^{\mathsf {H}}\right)}"></span> is Hermitian.
+ </li>
+ </ul>
+ <ul>
+ <li>The difference of a square matrix and its conjugate transpose <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/f4ac665be4943ce769e33109e9f64abcf1e98050" aria-hidden="true" alt="{\displaystyle \left(A-A^{\mathsf {H}}\right)}"></span> is <a href="http://fakehost/wiki/Skew-Hermitian_matrix" title="Skew-Hermitian matrix">skew-Hermitian</a> (also called antihermitian). This implies that the <a href="http://fakehost/wiki/Commutator" title="Commutator">commutator</a> of two Hermitian matrices is skew-Hermitian.
+ </li>
+ </ul>
+ <ul>
+ <li>An arbitrary square matrix <span>C</span> can be written as the sum of a Hermitian matrix <span>A</span> and a skew-Hermitian matrix <span>B</span>. This is known as the Toeplitz decomposition of <span>C</span>.<sup id="cite_ref-HornJohnson_3-0"><a href="#cite_note-HornJohnson-3">[3]</a></sup><sup>:<span>p. 7</span></sup>
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/0919d2e50fe1008af261f8301f243c002c328dbf" aria-hidden="true" alt="{\displaystyle C=A+B\quad {\mbox{with}}\quad A={\frac {1}{2}}\left(C+C^{\mathsf {H}}\right)\quad {\mbox{and}}\quad B={\frac {1}{2}}\left(C-C^{\mathsf {H}}\right)}"></span>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <h2>
+ <span id="Rayleigh_quotient">Rayleigh quotient</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=9" title="Edit section: Rayleigh quotient">edit</a><span>]</span></span>
+ </h2>
+
+ <p>
+ In mathematics, for a given complex Hermitian matrix <i>M</i> and nonzero vector <i>x</i>, the Rayleigh quotient<sup id="cite_ref-4"><a href="#cite_note-4">[4]</a></sup> <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/f8ed067bb4bc06662d6bdf6210d450779a529ce5" aria-hidden="true" alt="R(M, x)"></span>, is defined as:<sup id="cite_ref-HornJohnson_3-1"><a href="#cite_note-HornJohnson-3">[3]</a></sup><sup>:<span>p. 234</span></sup><sup id="cite_ref-5"><a href="#cite_note-5">[5]</a></sup>
+ </p>
+ <dl>
+ <dd>
+ <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/6ad9b0047f8437f7b012041d7b2fcd190a5a9ec2" aria-hidden="true" alt="{\displaystyle R(M,x):={\frac {x^{\mathsf {H}}Mx}{x^{\mathsf {H}}x}}}"></span>.
+ </dd>
+ </dl>
+ <p>
+ For real matrices and vectors, the condition of being Hermitian reduces to that of being symmetric, and the conjugate transpose <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/b431248ab2f121914608bbd1c2376715cecda9c8" aria-hidden="true" alt="{\displaystyle x^{\mathsf {H}}}"></span> to the usual transpose <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d4ee4832d06e8560510d81237d0650c897d476e9" aria-hidden="true" alt="{\displaystyle x^{\mathsf {T}}}"></span>. Note that <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/b1d54d3c850d35f99329591e3b57cef98d17237f" aria-hidden="true" alt="{\displaystyle R(M,cx)=R(M,x)}"></span> for any non-zero real scalar <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/86a67b81c2de995bd608d5b2df50cd8cd7d92455" aria-hidden="true" alt="c"></span>. Also, recall that a Hermitian (or real symmetric) matrix has real eigenvalues.
+ </p>
+ <p>
+ It can be shown<sup>[<i><a href="http://fakehost/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (September 2019)">citation needed</span></a></i>]</sup> that, for a given matrix, the Rayleigh quotient reaches its minimum value <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/82c24522483ceaf1d54224b69af4244b60c3ac08" aria-hidden="true" alt="\lambda_\min"></span> (the smallest eigenvalue of M) when <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/87f9e315fd7e2ba406057a97300593c4802b53e4" aria-hidden="true" alt="x"></span> is <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/486623019ef451e0582b874018e0249a46e0f996" aria-hidden="true" alt="v_\min"></span> (the corresponding eigenvector). Similarly, <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/18fbf88c578fc9f75d4610ebd18ab55f4f2842ce" aria-hidden="true" alt="R(M, x) \leq \lambda_\max"></span> and <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/200db82bfdbc81cd227cb3470aa826d6f11a7653" aria-hidden="true" alt="R(M, v_\max) = \lambda_\max"></span>.
+ </p>
+ <p>
+ The Rayleigh quotient is used in the min-max theorem to get exact values of all eigenvalues. It is also used in eigenvalue algorithms to obtain an eigenvalue approximation from an eigenvector approximation. Specifically, this is the basis for Rayleigh quotient iteration.
+ </p>
+ <p>
+ The range of the Rayleigh quotient (for matrix that is not necessarily Hermitian) is called a numerical range (or spectrum in functional analysis). When the matrix is Hermitian, the numerical range is equal to the spectral norm. Still in functional analysis, <span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/957584ae6a35f9edf293cb486d7436fb5b75e803" aria-hidden="true" alt="\lambda_\max"></span> is known as the spectral radius. In the context of C*-algebras or algebraic quantum mechanics, the function that to <span><i>M</i></span> associates the Rayleigh quotient <span><i>R</i>(<i>M</i>, <i>x</i>)</span> for a fixed <span><i>x</i></span> and <span><i>M</i></span> varying through the algebra would be referred to as "vector state" of the algebra.
+ </p>
+ <h2>
+ <span id="See_also">See also</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=10" title="Edit section: See also">edit</a><span>]</span></span>
+ </h2>
+ <ul>
+ <li>
+ <a href="http://fakehost/wiki/Vector_space" title="Vector space">Vector space</a>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/Skew-Hermitian_matrix" title="Skew-Hermitian matrix">Skew-Hermitian matrix</a> (anti-Hermitian matrix)
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/Haynsworth_inertia_additivity_formula" title="Haynsworth inertia additivity formula">Haynsworth inertia additivity formula</a>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/Hermitian_form" title="Hermitian form">Hermitian form</a>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/Self-adjoint_operator" title="Self-adjoint operator">Self-adjoint operator</a>
+ </li>
+ <li>
+ <a href="http://fakehost/wiki/Unitary_matrix" title="Unitary matrix">Unitary matrix</a>
+ </li>
+ </ul>
+ <h2>
+ <span id="References">References</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=11" title="Edit section: References">edit</a><span>]</span></span>
+ </h2>
+
+ <h2>
+ <span id="External_links">External links</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=12" title="Edit section: External links">edit</a><span>]</span></span>
+ </h2>
+ <ul>
+ <li>
+ <cite id="CITEREFHazewinkel2001"><a href="http://fakehost/wiki/Michiel_Hazewinkel" title="Michiel Hazewinkel">Hazewinkel, Michiel</a>, ed. (2001) [1994], <a rel="nofollow" href="https://www.encyclopediaofmath.org/index.php?title=p/h047070">"Hermitian matrix"</a>, <i><a href="http://fakehost/wiki/Encyclopedia_of_Mathematics" title="Encyclopedia of Mathematics">Encyclopedia of Mathematics</a></i>, Springer Science+Business Media B.V. / Kluwer Academic Publishers, <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/978-1-55608-010-4" title="Special:BookSources/978-1-55608-010-4"><bdi>978-1-55608-010-4</bdi></a></cite>
+
+ </li>
+ <li>
+ <a rel="nofollow" href="https://www.cyut.edu.tw/~ckhung/b/la/hermitian.en.php">Visualizing Hermitian Matrix as An Ellipse with Dr. Geo</a>, by Chao-Kuei Hung from Chaoyang University, gives a more geometric explanation.
+ </li>
+ <li>
+ <cite><a rel="nofollow" href="http://www.mathpages.com/home/kmath306/kmath306.htm">"Hermitian Matrices"</a>. <i>MathPages.com</i>.</cite>
+
+ </li>
+ </ul>
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/source.html
new file mode 100644
index 0000000..c22e2b4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/source.html
@@ -0,0 +1,3757 @@
+<!DOCTYPE html>
+<html class="client-nojs" lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <title>
+ Hermitian matrix - Wikipedia
+ </title>
+ <script>
+ <![CDATA[
+ document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRequestId":"XlQ4hQpAMFMAAF2Dp-oAAABV","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"Hermitian_matrix","wgTitle":"Hermitian matrix","wgCurRevisionId":942460710,"wgRevisionId":942460710,"wgArticleId":189682,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Use American English from January 2019","All Wikipedia articles written in American English","Articles with short description","Articles to be expanded from February 2018","All articles to be expanded",
+ "All articles with unsourced statements","Articles with unsourced statements from September 2019","Matrices"],"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"Hermitian_matrix","wgRelevantArticleId":189682,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgWikibaseItemId":"Q652941","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":
+ "ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"ready","user.tokens":"loading","ext.math.styles":"ready","ext.cite.styles":"ready","mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","mediawiki.toc.styles":"ready","skins.vector.styles":"ready","wikibase.client.init":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready"};RLPAGEMODULES=["ext.math.scripts","ext.cite.ux-enhancements","site","mediawiki.page.startup","skins.vector.js","mediawiki.page.ready","mediawiki.toc","ext.gadget.ReferenceTooltips","ext.gadget.watchlist-notice","ext.gadget.DRN-wizard","ext.gadget.charinsert","ext.gadget.refToolbar","ext.gadget.extra-toolbar-buttons","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents",
+ "ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp"];
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ (RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.tokens@tffin",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
+ });});
+ ]]>
+ </script>
+ <link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=ext.cite.styles%7Cext.math.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.toc.styles%7Cskins.vector.styles%7Cwikibase.client.init&amp;only=styles&amp;skin=vector" />
+ <script async="async" src="/w/load.php?lang=en&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
+ <meta name="ResourceLoaderDynamicStyles" content="" />
+ <link rel="stylesheet" href="/w/load.php?lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector" />
+ <meta name="generator" content="MediaWiki 1.35.0-wmf.20" />
+ <meta name="referrer" content="origin" />
+ <meta name="referrer" content="origin-when-crossorigin" />
+ <meta name="referrer" content="origin-when-cross-origin" />
+ <link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=Hermitian_matrix&amp;action=edit" />
+ <link rel="edit" title="Edit this page" href="/w/index.php?title=Hermitian_matrix&amp;action=edit" />
+ <link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png" />
+ <link rel="shortcut icon" href="/static/favicon/wikipedia.ico" />
+ <link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)" />
+ <link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd" />
+ <link rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" />
+ <link rel="alternate" type="application/atom+xml" title="Wikipedia Atom feed" href="/w/index.php?title=Special:RecentChanges&amp;feed=atom" />
+ <link rel="canonical" href="https://en.wikipedia.org/wiki/Hermitian_matrix" />
+ <link rel="dns-prefetch" href="//login.wikimedia.org" />
+ <link rel="dns-prefetch" href="//meta.wikimedia.org" /><!--[if lt IE 9]><script src="/w/resources/lib/html5shiv/html5shiv.js"></script><![endif]-->
+
+ <style data-mw-deduplicate="TemplateStyles:r935243608">
+ <![CDATA[
+ .mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}
+ ]]>
+ </style>
+ </head>
+ <body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-Hermitian_matrix rootpage-Hermitian_matrix skin-vector action-view">
+ <div id="mw-page-base" class="noprint"></div>
+ <div id="mw-head-base" class="noprint"></div>
+ <div id="content" class="mw-body" role="main">
+ <a id="top"></a>
+ <div id="siteNotice" class="mw-body-content">
+ <!-- CentralNotice -->
+ </div>
+ <div class="mw-indicators mw-body-content"></div>
+ <h1 id="firstHeading" class="firstHeading" lang="en" xml:lang="en">
+ Hermitian matrix
+ </h1>
+ <div id="bodyContent" class="mw-body-content">
+ <div id="siteSub" class="noprint">
+ From Wikipedia, the free encyclopedia
+ </div>
+ <div id="contentSub"></div>
+ <div id="jump-to-nav"></div><a class="mw-jump-link" href="#mw-head">Jump to navigation</a> <a class="mw-jump-link" href="#p-search">Jump to search</a>
+ <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr" xml:lang="en">
+ <div class="mw-parser-output">
+ <div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">
+ Matrix equal to its conjugate-transpose
+ </div>
+ <div role="note" class="hatnote navigation-not-searchable">
+ For matrices with symmetry over the <a href="/wiki/Real_number" title="Real number">real number</a> field, see <a href="/wiki/Symmetric_matrix" title="Symmetric matrix">symmetric matrix</a>.
+ </div>
+ <p>
+ In mathematics, a <b>Hermitian matrix</b> (or <b>self-adjoint matrix</b>) is a <a href="/wiki/Complex_number" title="Complex number">complex</a> <a href="/wiki/Square_matrix" title="Square matrix">square matrix</a> that is equal to its own <a href="/wiki/Conjugate_transpose" title="Conjugate transpose">conjugate transpose</a>—that is, the element in the <span class="texhtml mvar" style="font-style:italic;">i</span>-th row and <span class="texhtml mvar" style="font-style:italic;">j</span>-th column is equal to the <a href="/wiki/Complex_conjugate" title="Complex conjugate">complex conjugate</a> of the element in the <span class="texhtml mvar" style="font-style:italic;">j</span>-th row and <span class="texhtml mvar" style="font-style:italic;">i</span>-th column, for all indices <span class="texhtml mvar" style="font-style:italic;">i</span> and <span class="texhtml mvar" style="font-style:italic;">j</span>:
+ </p>
+ <div class="equation-box" style="margin: ;padding: 6px; border-width:2px; border-style: solid; border-color: #0073CF; background-color: #F5FFFA; text-align: center; display: table">
+ <p>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad a_{ij}={\overline {a_{ji}}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;Hermitian
+ </mtext>
+ </mrow>
+ <mspace width="1em"></mspace>
+ <mspace width="thickmathspace"></mspace>
+ <mo stretchy="false">
+ ⟺<!-- ⟺ -->
+ </mo>
+ <mspace width="thickmathspace"></mspace>
+ <mspace width="1em"></mspace>
+ <msub>
+ <mi>
+ a
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ i
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <msub>
+ <mi>
+ a
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ i
+ </mi>
+ </mrow>
+ </msub>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A{\text{ Hermitian}}\quad \iff \quad a_{ij}={\overline {a_{ji}}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/28a0aaa74b2267a48312e19321211cd9e3a39228" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:32.77ex; height:3.009ex;" alt="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad a_{ij}={\overline {a_{ji}}}}" /></span>
+ </p>
+ </div>
+ <p>
+ or in matrix form:
+ </p>
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad A={\overline {A^{\mathsf {T}}}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;Hermitian
+ </mtext>
+ </mrow>
+ <mspace width="1em"></mspace>
+ <mspace width="thickmathspace"></mspace>
+ <mo stretchy="false">
+ ⟺<!-- ⟺ -->
+ </mo>
+ <mspace width="thickmathspace"></mspace>
+ <mspace width="1em"></mspace>
+ <mi>
+ A
+ </mi>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A{\text{ Hermitian}}\quad \iff \quad A={\overline {A^{\mathsf {T}}}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/6ca00b61ff0e264e6c1e5adc9a00c0d2751feecf" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:32.194ex; height:3.509ex;" alt="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad A={\overline {A^{\mathsf {T}}}}}" /></span>.
+ </dd>
+ </dl>
+ <p>
+ Hermitian matrices can be understood as the complex extension of real <a href="/wiki/Symmetric_matrix" title="Symmetric matrix">symmetric matrices</a>.
+ </p>
+ <p>
+ If the <a href="/wiki/Conjugate_transpose" title="Conjugate transpose">conjugate transpose</a> of a matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is denoted by <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A^{\mathsf {H}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A^{\mathsf {H}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d9415702ab196cc26f5df37af2d90e07318e93df" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:3.139ex; height:2.676ex;" alt="{\displaystyle A^{\mathsf {H}}}" /></span>, then the Hermitian property can be written concisely as
+ </p>
+ <div class="equation-box" style="margin: ;padding: 6px; border-width:2px; border-style: solid; border-color: #0073CF; background-color: #F5FFFA; text-align: center; display: table">
+ <p>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad A=A^{\mathsf {H}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;Hermitian
+ </mtext>
+ </mrow>
+ <mspace width="1em"></mspace>
+ <mspace width="thickmathspace"></mspace>
+ <mo stretchy="false">
+ ⟺<!-- ⟺ -->
+ </mo>
+ <mspace width="thickmathspace"></mspace>
+ <mspace width="1em"></mspace>
+ <mi>
+ A
+ </mi>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A{\text{ Hermitian}}\quad \iff \quad A=A^{\mathsf {H}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/291d260bf69b764e75818669ab27870d58771e1f" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:32.123ex; height:2.676ex;" alt="{\displaystyle A{\text{ Hermitian}}\quad \iff \quad A=A^{\mathsf {H}}}" /></span>
+ </p>
+ </div>
+ <p>
+ Hermitian matrices are named after <a href="/wiki/Charles_Hermite" title="Charles Hermite">Charles Hermite</a>, who demonstrated in 1855 that matrices of this form share a property with real symmetric matrices of always having real <a href="/wiki/Eigenvalues_and_eigenvectors" title="Eigenvalues and eigenvectors">eigenvalues</a>. Other, equivalent notations in common use are <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A^{\mathsf {H}}=A^{\dagger }=A^{\ast }}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ †<!-- † -->
+ </mo>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ ∗<!-- ∗ -->
+ </mo>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A^{\mathsf {H}}=A^{\dagger }=A^{\ast }}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/8aa270391d183478251283d2c4b2c72ac4563352" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:14.839ex; height:2.676ex;" alt="{\displaystyle A^{\mathsf {H}}=A^{\dagger }=A^{\ast }}" /></span>, although note that in <a href="/wiki/Quantum_mechanics" title="Quantum mechanics">quantum mechanics</a>, <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A^{\ast }}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ ∗<!-- ∗ -->
+ </mo>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A^{\ast }}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/5541bfa07743be995242c892c344395e672d6fa2" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:2.797ex; height:2.343ex;" alt="A^{\ast }" /></span> typically means the <a href="/wiki/Complex_conjugate" title="Complex conjugate">complex conjugate</a> only, and not the <a href="/wiki/Conjugate_transpose" title="Conjugate transpose">conjugate transpose</a>.
+ </p>
+ <div id="toc" class="toc" role="navigation" aria-labelledby="mw-toc-heading">
+ <input type="checkbox" role="button" id="toctogglecheckbox" class="toctogglecheckbox" style="display:none" />
+ <div class="toctitle" lang="en" dir="ltr" xml:lang="en">
+ <h2 id="mw-toc-heading">
+ Contents
+ </h2>
+ </div>
+ <ul>
+ <li class="toclevel-1 tocsection-1">
+ <a href="#Alternative_characterizations"><span class="tocnumber">1</span> <span class="toctext">Alternative characterizations</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-2">
+ <a href="#Equality_with_the_adjoint"><span class="tocnumber">1.1</span> <span class="toctext">Equality with the adjoint</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-3">
+ <a href="#Reality_of_quadratic_forms"><span class="tocnumber">1.2</span> <span class="toctext">Reality of quadratic forms</span></a>
+ </li>
+ <li class="toclevel-2 tocsection-4">
+ <a href="#Spectral_properties"><span class="tocnumber">1.3</span> <span class="toctext">Spectral properties</span></a>
+ </li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-5">
+ <a href="#Applications"><span class="tocnumber">2</span> <span class="toctext">Applications</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-6">
+ <a href="#Examples"><span class="tocnumber">3</span> <span class="toctext">Examples</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-7">
+ <a href="#Properties"><span class="tocnumber">4</span> <span class="toctext">Properties</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-8">
+ <a href="#Decomposition_into_Hermitian_and_skew-Hermitian"><span class="tocnumber">5</span> <span class="toctext">Decomposition into Hermitian and skew-Hermitian</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-9">
+ <a href="#Rayleigh_quotient"><span class="tocnumber">6</span> <span class="toctext">Rayleigh quotient</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-10">
+ <a href="#See_also"><span class="tocnumber">7</span> <span class="toctext">See also</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-11">
+ <a href="#References"><span class="tocnumber">8</span> <span class="toctext">References</span></a>
+ </li>
+ <li class="toclevel-1 tocsection-12">
+ <a href="#External_links"><span class="tocnumber">9</span> <span class="toctext">External links</span></a>
+ </li>
+ </ul>
+ </div>
+ <h2>
+ <span class="mw-headline" id="Alternative_characterizations">Alternative characterizations</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=1" title="Edit section: Alternative characterizations">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <p>
+ Hermitian matrices can be characterized in a number of equivalent ways, some of which are listed below:
+ </p>
+ <h3>
+ <span class="mw-headline" id="Equality_with_the_adjoint">Equality with the adjoint</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=2" title="Edit section: Equality with the adjoint">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <p>
+ A square matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is Hermitian if and only if it is equal to its <a href="/wiki/Hermitian_adjoint" title="Hermitian adjoint">adjoint</a>, that is, it satisfies
+ </p>
+ <div class="mwe-math-element">
+ <div class="mwe-math-mathml-display mwe-math-mathml-a11y" style="display: none;">
+ <math display="block" xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \langle w,Av\rangle =\langle Aw,v\rangle ,}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mo fence="false" stretchy="false">
+ ⟨<!-- ⟨ -->
+ </mo>
+ <mi>
+ w
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mi>
+ v
+ </mi>
+ <mo fence="false" stretchy="false">
+ ⟩<!-- ⟩ -->
+ </mo>
+ <mo>
+ =
+ </mo>
+ <mo fence="false" stretchy="false">
+ ⟨<!-- ⟨ -->
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mi>
+ w
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ v
+ </mi>
+ <mo fence="false" stretchy="false">
+ ⟩<!-- ⟩ -->
+ </mo>
+ <mo>
+ ,
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \langle w,Av\rangle =\langle Aw,v\rangle ,}
+ </annotation>
+ </semantics></math>
+ </div><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/459de45e76bace9d04a80d2e8efc2abbbc246047" class="mwe-math-fallback-image-display" aria-hidden="true" style="vertical-align: -0.838ex; width:18.501ex; height:2.843ex;" alt="{\displaystyle \langle w,Av\rangle =\langle Aw,v\rangle ,}" />
+ </div>for any pair of vectors <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle v,w}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ v
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ w
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle v,w}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/6425c6e94fa47976601cb44d7564b5d04dcfbfef" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.671ex; width:3.826ex; height:2.009ex;" alt="v,w" /></span>, where <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \langle \cdot ,\cdot \rangle }">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mo fence="false" stretchy="false">
+ ⟨<!-- ⟨ -->
+ </mo>
+ <mo>
+ ⋅<!-- ⋅ -->
+ </mo>
+ <mo>
+ ,
+ </mo>
+ <mo>
+ ⋅<!-- ⋅ -->
+ </mo>
+ <mo fence="false" stretchy="false">
+ ⟩<!-- ⟩ -->
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \langle \cdot ,\cdot \rangle }
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/9a50080b735975d8001c9552ac2134b49ad534c0" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:4.137ex; height:2.843ex;" alt="{\displaystyle \langle \cdot ,\cdot \rangle }" /></span> denotes <a href="/wiki/Dot_product" title="Dot product">the inner product</a> operation.
+ <p>
+ This is also the way that the more general concept of <a href="/wiki/Self-adjoint_operator" title="Self-adjoint operator">self-adjoint operator</a> is defined.
+ </p>
+ <h3>
+ <span class="mw-headline" id="Reality_of_quadratic_forms">Reality of quadratic forms</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=3" title="Edit section: Reality of quadratic forms">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <p>
+ A square matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is Hermitian if and only if it is such that
+ </p>
+ <div class="mwe-math-element">
+ <div class="mwe-math-mathml-display mwe-math-mathml-a11y" style="display: none;">
+ <math display="block" xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \langle v,Av\rangle \in \mathbb {R} ,\quad v\in V.}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mo fence="false" stretchy="false">
+ ⟨<!-- ⟨ -->
+ </mo>
+ <mi>
+ v
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mi>
+ v
+ </mi>
+ <mo fence="false" stretchy="false">
+ ⟩<!-- ⟩ -->
+ </mo>
+ <mo>
+ ∈<!-- ∈ -->
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="double-struck">
+ R
+ </mi>
+ </mrow>
+ <mo>
+ ,
+ </mo>
+ <mspace width="1em"></mspace>
+ <mi>
+ v
+ </mi>
+ <mo>
+ ∈<!-- ∈ -->
+ </mo>
+ <mi>
+ V
+ </mi>
+ <mo>
+ .
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \langle v,Av\rangle \in \mathbb {R} ,\quad v\in V.}
+ </annotation>
+ </semantics></math>
+ </div><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/997ea0350c18735926412de88420ac9ca989f50c" class="mwe-math-fallback-image-display" aria-hidden="true" style="vertical-align: -0.838ex; width:21.119ex; height:2.843ex;" alt="{\displaystyle \langle v,Av\rangle \in \mathbb {R} ,\quad v\in V.}" />
+ </div>
+ <h3>
+ <span class="mw-headline" id="Spectral_properties">Spectral properties</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=4" title="Edit section: Spectral properties">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <p>
+ A square matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is Hermitian if and only if it is unitarily <a href="/wiki/Diagonalizable_matrix" title="Diagonalizable matrix">diagonalizable</a> with real <a href="/wiki/Eigenvalues_and_eigenvectors" title="Eigenvalues and eigenvectors">eigenvalues</a>.
+ </p>
+ <h2>
+ <span class="mw-headline" id="Applications">Applications</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=5" title="Edit section: Applications">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <p>
+ Hermitian matrices are fundamental to the quantum theory of <a href="/wiki/Matrix_mechanics" title="Matrix mechanics">matrix mechanics</a> created by <a href="/wiki/Werner_Heisenberg" title="Werner Heisenberg">Werner Heisenberg</a>, <a href="/wiki/Max_Born" title="Max Born">Max Born</a>, and <a href="/wiki/Pascual_Jordan" title="Pascual Jordan">Pascual Jordan</a> in 1925.
+ </p>
+ <h2>
+ <span class="mw-headline" id="Examples">Examples</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=6" title="Edit section: Examples">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <p>
+ In this section, the conjugate transpose of matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is denoted as <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A^{\mathsf {H}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A^{\mathsf {H}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d9415702ab196cc26f5df37af2d90e07318e93df" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:3.139ex; height:2.676ex;" alt="{\displaystyle A^{\mathsf {H}}}" /></span>, the transpose of matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is denoted as <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A^{\mathsf {T}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A^{\mathsf {T}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/54bf0331204e30cba9ec7f695dfea97e6745a7c2" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:3.095ex; height:2.676ex;" alt="{\displaystyle A^{\mathsf {T}}}" /></span> and conjugate of matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is denoted as <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\overline {A}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mi>
+ A
+ </mi>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle {\overline {A}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/92efef0e89bdc77f6a848764195ef5b9d9bfcc6a" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.858ex; height:3.009ex;" alt="{\displaystyle {\overline {A}}}" /></span>.
+ </p>
+ <p>
+ See the following example:
+ </p>
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\begin{bmatrix}2&amp;2+i&amp;4\\2-i&amp;3&amp;i\\4&amp;-i&amp;1\\\end{bmatrix}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow>
+ <mo>
+ [
+ </mo>
+ <mtable rowspacing="4pt" columnspacing="1em">
+ <mtr>
+ <mtd>
+ <mn>
+ 2
+ </mn>
+ </mtd>
+ <mtd>
+ <mn>
+ 2
+ </mn>
+ <mo>
+ +
+ </mo>
+ <mi>
+ i
+ </mi>
+ </mtd>
+ <mtd>
+ <mn>
+ 4
+ </mn>
+ </mtd>
+ </mtr>
+ <mtr>
+ <mtd>
+ <mn>
+ 2
+ </mn>
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mi>
+ i
+ </mi>
+ </mtd>
+ <mtd>
+ <mn>
+ 3
+ </mn>
+ </mtd>
+ <mtd>
+ <mi>
+ i
+ </mi>
+ </mtd>
+ </mtr>
+ <mtr>
+ <mtd>
+ <mn>
+ 4
+ </mn>
+ </mtd>
+ <mtd>
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mi>
+ i
+ </mi>
+ </mtd>
+ <mtd>
+ <mn>
+ 1
+ </mn>
+ </mtd>
+ </mtr>
+ </mtable>
+ <mo>
+ ]
+ </mo>
+ </mrow>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle {\begin{bmatrix}2&amp;2+i&amp;4\\2-i&amp;3&amp;i\\4&amp;-i&amp;1\\\end{bmatrix}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/00ccf11c16396b6ddd4f2254f7132cd8bb2c57ee" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -4.005ex; width:19.27ex; height:9.176ex;" alt="{\displaystyle {\begin{bmatrix}2&amp;2+i&amp;4\\2-i&amp;3&amp;i\\4&amp;-i&amp;1\\\end{bmatrix}}}" /></span>
+ </dd>
+ </dl>
+ <p>
+ The diagonal elements must be <a href="/wiki/Real_number" title="Real number">real</a>, as they must be their own complex conjugate.
+ </p>
+ <p>
+ Well-known families of <a href="/wiki/Pauli_matrices" title="Pauli matrices">Pauli matrices</a>, <a href="/wiki/Gell-Mann_matrices" title="Gell-Mann matrices">Gell-Mann matrices</a> and their generalizations are Hermitian. In <a href="/wiki/Theoretical_physics" title="Theoretical physics">theoretical physics</a> such Hermitian matrices are often multiplied by <a href="/wiki/Imaginary_number" title="Imaginary number">imaginary</a> coefficients,<sup id="cite_ref-1" class="reference"><a href="#cite_note-1">[1]</a></sup><sup id="cite_ref-2" class="reference"><a href="#cite_note-2">[2]</a></sup> which results in <i>skew-Hermitian</i> matrices (see <a href="#facts">below</a>).
+ </p>
+ <p>
+ Here, we offer another useful Hermitian matrix using an abstract example. If a square matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> equals the <a href="/wiki/Matrix_multiplication" title="Matrix multiplication">multiplication of a matrix</a> and its conjugate transpose, that is, <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A=BB^{\mathsf {H}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ <mo>
+ =
+ </mo>
+ <mi>
+ B
+ </mi>
+ <msup>
+ <mi>
+ B
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A=BB^{\mathsf {H}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/3f0efab2d7c3a4b4b7caf14cc0705dadd13195a9" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:9.765ex; height:2.676ex;" alt="{\displaystyle A=BB^{\mathsf {H}}}" /></span>, then <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is a Hermitian <a href="/wiki/Positive_semi-definite_matrix" class="mw-redirect" title="Positive semi-definite matrix">positive semi-definite matrix</a>. Furthermore, if <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle B}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ B
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle B}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/47136aad860d145f75f3eed3022df827cee94d7a" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.764ex; height:2.176ex;" alt="B" /></span> is row full-rank, then <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/7daff47fa58cdfd29dc333def748ff5fa4c923e3" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.743ex; height:2.176ex;" alt="A" /></span> is positive definite.
+ </p>
+ <h2>
+ <span class="mw-headline" id="Properties">Properties</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=7" title="Edit section: Properties">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <table class="box-Expand_section plainlinks metadata ambox ambox-content" role="presentation">
+ <tbody>
+ <tr>
+ <td class="mbox-image">
+ <div style="width:52px">
+ <a href="/wiki/File:Wiki_letter_w_cropped.svg" class="image"><img alt="[icon]" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Wiki_letter_w_cropped.svg/44px-Wiki_letter_w_cropped.svg.png" decoding="async" width="44" height="31" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Wiki_letter_w_cropped.svg/66px-Wiki_letter_w_cropped.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1c/Wiki_letter_w_cropped.svg/88px-Wiki_letter_w_cropped.svg.png 2x" data-file-width="44" data-file-height="31" /></a>
+ </div>
+ </td>
+ <td class="mbox-text">
+ <div class="mbox-text-span">
+ This section <b>needs expansion</b> with: Proof of the properties requested. <small>You can help by <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=1">adding to it</a>.</small> <small class="date-container"><i>(<span class="date">February 2018</span>)</i></small>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <ul>
+ <li>The entries on the <a href="/wiki/Main_diagonal" title="Main diagonal">main diagonal</a> (top left to bottom right) of any Hermitian matrix are <a href="/wiki/Real_number" title="Real number">real</a>.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> By definition of the Hermitian matrix
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle H_{ij}={\overline {H}}_{ji}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ H
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ i
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ =
+ </mo>
+ <msub>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mi>
+ H
+ </mi>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ i
+ </mi>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle H_{ij}={\overline {H}}_{ji}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/4fa8265c5f6d4fc3b7cda6a06558c7d4d9aec855" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:10.249ex; height:3.676ex;" alt="{\displaystyle H_{ij}={\overline {H}}_{ji}}" /></span>
+ </dd>
+ </dl>
+ </dd>
+ <dd>
+ so for <span class="texhtml"><i>i</i> = <i>j</i></span> the above follows.
+ </dd>
+ <dd>
+ Only the <a href="/wiki/Main_diagonal" title="Main diagonal">main diagonal</a> entries are necessarily real; Hermitian matrices can have arbitrary complex-valued entries in their <a href="/wiki/Off-diagonal_element" class="mw-redirect" title="Off-diagonal element">off-diagonal elements</a>, as long as diagonally-opposite entries are complex conjugates.
+ </dd>
+ </dl>
+ <ul>
+ <li>A matrix that has only real entries is Hermitian <a href="/wiki/If_and_only_if" title="If and only if">if and only if</a> it is <a href="/wiki/Symmetric_matrix" title="Symmetric matrix">symmetric</a>. A real and symmetric matrix is simply a special case of a Hermitian matrix.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle H_{ij}={\overline {H}}_{ji}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ H
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ i
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ =
+ </mo>
+ <msub>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mi>
+ H
+ </mi>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ i
+ </mi>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle H_{ij}={\overline {H}}_{ji}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/4fa8265c5f6d4fc3b7cda6a06558c7d4d9aec855" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:10.249ex; height:3.676ex;" alt="{\displaystyle H_{ij}={\overline {H}}_{ji}}" /></span> by definition. Thus <span class="texhtml">H<sub><i>ij</i></sub> = H<sub><i>ji</i></sub></span> (matrix symmetry) if and only if <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle H_{ij}={\overline {H}}_{ij}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ H
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ i
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ =
+ </mo>
+ <msub>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mi>
+ H
+ </mi>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ i
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle H_{ij}={\overline {H}}_{ij}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/0f1862750b96d01100244370b3fca45f01923ce5" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:10.249ex; height:3.676ex;" alt="{\displaystyle H_{ij}={\overline {H}}_{ij}}" /></span> (<span class="texhtml">H<sub><i>ij</i></sub></span> is real).
+ </dd>
+ </dl>
+ <ul>
+ <li>Every Hermitian matrix is a <a href="/wiki/Normal_matrix" title="Normal matrix">normal matrix</a>. That is to say, <span class="texhtml">AA<sup>H</sup> = A<sup>H</sup>A</span>.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> <span class="texhtml">A = A<sup>H</sup></span>, so <span class="texhtml">AA<sup>H</sup> = AA = A<sup>H</sup>A</span>.
+ </dd>
+ </dl>
+ <ul>
+ <li>The finite-dimensional <a href="/wiki/Spectral_theorem" title="Spectral theorem">spectral theorem</a> says that any Hermitian matrix can be <a href="/wiki/Diagonalizable_matrix" title="Diagonalizable matrix">diagonalized</a> by a <a href="/wiki/Unitary_matrix" title="Unitary matrix">unitary matrix</a>, and that the resulting diagonal matrix has only real entries. This implies that all <a href="/wiki/Eigenvectors" class="mw-redirect" title="Eigenvectors">eigenvalues</a> of a Hermitian matrix <span class="texhtml mvar" style="font-style:italic;">A</span> with dimension <span class="texhtml mvar" style="font-style:italic;">n</span> are real, and that <span class="texhtml mvar" style="font-style:italic;">A</span> has <span class="texhtml mvar" style="font-style:italic;">n</span> linearly independent <a href="/wiki/Eigenvector" class="mw-redirect" title="Eigenvector">eigenvectors</a>. Moreover, a Hermitian matrix has <a href="/wiki/Orthogonal" class="mw-redirect" title="Orthogonal">orthogonal</a> eigenvectors for distinct eigenvalues. Even if there are degenerate eigenvalues, it is always possible to find an <a href="/wiki/Orthogonal_basis" title="Orthogonal basis">orthogonal basis</a> of <span class="texhtml">ℂ<sup><i>n</i></sup></span> consisting of <span class="texhtml mvar" style="font-style:italic;">n</span> eigenvectors of <span class="texhtml mvar" style="font-style:italic;">A</span>.
+ </li>
+ </ul>
+ <ul>
+ <li>The sum of any two Hermitian matrices is Hermitian.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle (A+B)_{ij}=A_{ij}+B_{ij}={\overline {A}}_{ji}+{\overline {B}}_{ji}={\overline {(A+B)}}_{ji},}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mo>
+ +
+ </mo>
+ <mi>
+ B
+ </mi>
+ <msub>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ i
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ =
+ </mo>
+ <msub>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ i
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ +
+ </mo>
+ <msub>
+ <mi>
+ B
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ i
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ =
+ </mo>
+ <msub>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mi>
+ A
+ </mi>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ i
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ +
+ </mo>
+ <msub>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mi>
+ B
+ </mi>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ i
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ =
+ </mo>
+ <msub>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mrow>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mo>
+ +
+ </mo>
+ <mi>
+ B
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ </mrow>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ i
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ ,
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle (A+B)_{ij}=A_{ij}+B_{ij}={\overline {A}}_{ji}+{\overline {B}}_{ji}={\overline {(A+B)}}_{ji},}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/251bf4ebbe3b0d119e0a7d19f8fd134c4f072971" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.338ex; width:48.159ex; height:4.176ex;" alt="{\displaystyle (A+B)_{ij}=A_{ij}+B_{ij}={\overline {A}}_{ji}+{\overline {B}}_{ji}={\overline {(A+B)}}_{ji},}" /></span> as claimed.
+ </dd>
+ </dl>
+ <ul>
+ <li>The <a href="/wiki/Inverse_matrix" class="mw-redirect" title="Inverse matrix">inverse</a> of an invertible Hermitian matrix is Hermitian as well.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> If <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A^{-1}A=I}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mn>
+ 1
+ </mn>
+ </mrow>
+ </msup>
+ <mi>
+ A
+ </mi>
+ <mo>
+ =
+ </mo>
+ <mi>
+ I
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A^{-1}A=I}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/021893240ff7fa3148b6649b0ba4d88cd207b5f0" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:10.089ex; height:2.676ex;" alt="{\displaystyle A^{-1}A=I}" /></span>, then <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle I=I^{H}=(A^{-1}A)^{H}=A^{H}(A^{-1})^{H}=A(A^{-1})^{H}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ I
+ </mi>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mi>
+ I
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ H
+ </mi>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <mo stretchy="false">
+ (
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mn>
+ 1
+ </mn>
+ </mrow>
+ </msup>
+ <mi>
+ A
+ </mi>
+ <msup>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ H
+ </mi>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ H
+ </mi>
+ </mrow>
+ </msup>
+ <mo stretchy="false">
+ (
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mn>
+ 1
+ </mn>
+ </mrow>
+ </msup>
+ <msup>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ H
+ </mi>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mo stretchy="false">
+ (
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mn>
+ 1
+ </mn>
+ </mrow>
+ </msup>
+ <msup>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ H
+ </mi>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle I=I^{H}=(A^{-1}A)^{H}=A^{H}(A^{-1})^{H}=A(A^{-1})^{H}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/a28a8250ab35ad60228bb0376eb4b7024f027815" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:46.124ex; height:3.176ex;" alt="{\displaystyle I=I^{H}=(A^{-1}A)^{H}=A^{H}(A^{-1})^{H}=A(A^{-1})^{H}}" /></span>, so <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A^{-1}=(A^{-1})^{H}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mn>
+ 1
+ </mn>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <mo stretchy="false">
+ (
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mn>
+ 1
+ </mn>
+ </mrow>
+ </msup>
+ <msup>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ H
+ </mi>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A^{-1}=(A^{-1})^{H}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/a0179c3a7aebe194ccd9a19ba02b972500f88a7a" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:14.751ex; height:3.176ex;" alt="{\displaystyle A^{-1}=(A^{-1})^{H}}" /></span> as claimed.
+ </dd>
+ </dl>
+ <ul>
+ <li>The <a href="/wiki/Matrix_multiplication" title="Matrix multiplication">product</a> of two Hermitian matrices <span class="texhtml mvar" style="font-style:italic;">A</span> and <span class="texhtml mvar" style="font-style:italic;">B</span> is Hermitian if and only if <span class="texhtml"><i>AB</i> = <i>BA</i></span>.
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> Note that <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle (AB)^{\mathsf {H}}={\overline {(AB)^{\mathsf {T}}}}={\overline {B^{\mathsf {T}}A^{\mathsf {T}}}}={\overline {B^{\mathsf {T}}}}{\overline {A^{\mathsf {T}}}}=B^{\mathsf {H}}A^{\mathsf {H}}=BA.}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mi>
+ B
+ </mi>
+ <msup>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mrow>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mi>
+ B
+ </mi>
+ <msup>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mrow>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mrow>
+ <msup>
+ <mi>
+ B
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mrow>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <msup>
+ <mi>
+ B
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mi>
+ B
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <mi>
+ B
+ </mi>
+ <mi>
+ A
+ </mi>
+ <mo>
+ .
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle (AB)^{\mathsf {H}}={\overline {(AB)^{\mathsf {T}}}}={\overline {B^{\mathsf {T}}A^{\mathsf {T}}}}={\overline {B^{\mathsf {T}}}}{\overline {A^{\mathsf {T}}}}=B^{\mathsf {H}}A^{\mathsf {H}}=BA.}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/b6cf8185ca7a0687bf959bb65b16db6cf1714ca2" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:52.205ex; height:4.009ex;" alt="{\displaystyle (AB)^{\mathsf {H}}={\overline {(AB)^{\mathsf {T}}}}={\overline {B^{\mathsf {T}}A^{\mathsf {T}}}}={\overline {B^{\mathsf {T}}}}{\overline {A^{\mathsf {T}}}}=B^{\mathsf {H}}A^{\mathsf {H}}=BA.}" /></span> Thus <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle (AB)^{\mathsf {H}}=AB}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mi>
+ B
+ </mi>
+ <msup>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mi>
+ B
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle (AB)^{\mathsf {H}}=AB}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d303a1ebcac8547489b170be5d0dd7d8e04e548e" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:13.318ex; height:3.176ex;" alt="{\displaystyle (AB)^{\mathsf {H}}=AB}" /></span> <a href="/wiki/If_and_only_if" title="If and only if">if and only if</a> <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle AB=BA}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ <mi>
+ B
+ </mi>
+ <mo>
+ =
+ </mo>
+ <mi>
+ B
+ </mi>
+ <mi>
+ A
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle AB=BA}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/992c8ea49fdd26b491180036c5a4d879fec77442" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:10.113ex; height:2.176ex;" alt="AB=BA" /></span>.
+ </dd>
+ <dd>
+ Thus <span class="texhtml"><i>A</i><sup><i>n</i></sup></span> is Hermitian if <span class="texhtml mvar" style="font-style:italic;">A</span> is Hermitian and <span class="texhtml mvar" style="font-style:italic;">n</span> is an integer.
+ </dd>
+ </dl>
+ <ul>
+ <li>For an arbitrary complex valued vector <span class="texhtml mvar" style="font-style:italic;">v</span> the product <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle v^{\mathsf {H}}Av}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ v
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mi>
+ A
+ </mi>
+ <mi>
+ v
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle v^{\mathsf {H}}Av}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/3c23d6757968a2267ee906cffc07cfe1bbc8aecc" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:5.394ex; height:2.676ex;" alt="{\displaystyle v^{\mathsf {H}}Av}" /></span> is real because of <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle v^{\mathsf {H}}Av=\left(v^{\mathsf {H}}Av\right)^{\mathsf {H}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ v
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mi>
+ A
+ </mi>
+ <mi>
+ v
+ </mi>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <msup>
+ <mi>
+ v
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mi>
+ A
+ </mi>
+ <mi>
+ v
+ </mi>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle v^{\mathsf {H}}Av=\left(v^{\mathsf {H}}Av\right)^{\mathsf {H}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/b7839ef3cdbc89c3ea1acd17a507d03a33ed79df" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:17.412ex; height:3.843ex;" alt="{\displaystyle v^{\mathsf {H}}Av=\left(v^{\mathsf {H}}Av\right)^{\mathsf {H}}}" /></span>. This is especially important in quantum physics where Hermitian matrices are operators that measure properties of a system e.g. total <a href="/wiki/Spin_(physics)" title="Spin (physics)">spin</a> which have to be real.
+ </li>
+ </ul>
+ <ul>
+ <li>The Hermitian complex <span class="texhtml mvar" style="font-style:italic;">n</span>-by-<span class="texhtml mvar" style="font-style:italic;">n</span> matrices do not form a <a href="/wiki/Vector_space" title="Vector space">vector space</a> over the <a href="/wiki/Complex_number" title="Complex number">complex numbers</a>, <span class="texhtml">ℂ</span>, since the identity matrix <span class="texhtml"><i>I</i><sub><i>n</i></sub></span> is Hermitian, but <span class="texhtml"><i>i</i> <i>I</i><sub><i>n</i></sub></span> is not. However the complex Hermitian matrices <i>do</i> form a vector space over the <a href="/wiki/Real_numbers" class="mw-redirect" title="Real numbers">real numbers</a> <span class="texhtml">ℝ</span>. In the <span class="texhtml">2<i>n</i><sup>2</sup></span>-<a href="/wiki/Dimension_of_a_vector_space" class="mw-redirect" title="Dimension of a vector space">dimensional</a> vector space of complex <span class="texhtml"><i>n</i> × <i>n</i></span> matrices over <span class="texhtml">ℝ</span>, the complex Hermitian matrices form a subspace of dimension <span class="texhtml"><i>n</i><sup>2</sup></span>. If <span class="texhtml"><i>E</i><sub><i>jk</i></sub></span> denotes the <span class="texhtml mvar" style="font-style:italic;">n</span>-by-<span class="texhtml mvar" style="font-style:italic;">n</span> matrix with a <span class="texhtml">1</span> in the <span class="texhtml"><i>j</i>,<i>k</i></span> position and zeros elsewhere, a basis (orthonormal w.r.t. the Frobenius inner product) can be described as follows:
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle E_{jj}{\text{ for }}1\leq j\leq n\quad (n{\text{ matrices}})}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ E
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;for&nbsp;
+ </mtext>
+ </mrow>
+ <mn>
+ 1
+ </mn>
+ <mo>
+ ≤<!-- ≤ -->
+ </mo>
+ <mi>
+ j
+ </mi>
+ <mo>
+ ≤<!-- ≤ -->
+ </mo>
+ <mi>
+ n
+ </mi>
+ <mspace width="1em"></mspace>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ n
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;matrices
+ </mtext>
+ </mrow>
+ <mo stretchy="false">
+ )
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle E_{jj}{\text{ for }}1\leq j\leq n\quad (n{\text{ matrices}})}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/46eedb181c0bdae46e8c1526161b03d0ea97b4b4" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:31.612ex; height:3.009ex;" alt="{\displaystyle E_{jj}{\text{ for }}1\leq j\leq n\quad (n{\text{ matrices}})}" /></span>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ together with the set of matrices of the form
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\frac {1}{\sqrt {2}}}\left(E_{jk}+E_{kj}\right){\text{ for }}1\leq j&lt;k\leq n\quad \left({\frac {n^{2}-n}{2}}{\text{ matrices}}\right)}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mfrac>
+ <mn>
+ 1
+ </mn>
+ <msqrt>
+ <mn>
+ 2
+ </mn>
+ </msqrt>
+ </mfrac>
+ </mrow>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <msub>
+ <mi>
+ E
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ k
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ +
+ </mo>
+ <msub>
+ <mi>
+ E
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ k
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;for&nbsp;
+ </mtext>
+ </mrow>
+ <mn>
+ 1
+ </mn>
+ <mo>
+ ≤<!-- ≤ -->
+ </mo>
+ <mi>
+ j
+ </mi>
+ <mo>
+ &lt;
+ </mo>
+ <mi>
+ k
+ </mi>
+ <mo>
+ ≤<!-- ≤ -->
+ </mo>
+ <mi>
+ n
+ </mi>
+ <mspace width="1em"></mspace>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mfrac>
+ <mrow>
+ <msup>
+ <mi>
+ n
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mn>
+ 2
+ </mn>
+ </mrow>
+ </msup>
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mi>
+ n
+ </mi>
+ </mrow>
+ <mn>
+ 2
+ </mn>
+ </mfrac>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;matrices
+ </mtext>
+ </mrow>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle {\frac {1}{\sqrt {2}}}\left(E_{jk}+E_{kj}\right){\text{ for }}1\leq j&lt;k\leq n\quad \left({\frac {n^{2}-n}{2}}{\text{ matrices}}\right)}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/ddeac51c423f6dbefc5f63e483d9aee96e6fa342" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -2.838ex; width:57.064ex; height:6.676ex;" alt="{\displaystyle {\frac {1}{\sqrt {2}}}\left(E_{jk}+E_{kj}\right){\text{ for }}1\leq j&lt;k\leq n\quad \left({\frac {n^{2}-n}{2}}{\text{ matrices}}\right)}" /></span>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ and the matrices
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\frac {i}{\sqrt {2}}}\left(E_{jk}-E_{kj}\right){\text{ for }}1\leq j&lt;k\leq n\quad \left({\frac {n^{2}-n}{2}}{\text{ matrices}}\right)}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mfrac>
+ <mi>
+ i
+ </mi>
+ <msqrt>
+ <mn>
+ 2
+ </mn>
+ </msqrt>
+ </mfrac>
+ </mrow>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <msub>
+ <mi>
+ E
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ <mi>
+ k
+ </mi>
+ </mrow>
+ </msub>
+ <mo>
+ −<!-- − -->
+ </mo>
+ <msub>
+ <mi>
+ E
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ k
+ </mi>
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;for&nbsp;
+ </mtext>
+ </mrow>
+ <mn>
+ 1
+ </mn>
+ <mo>
+ ≤<!-- ≤ -->
+ </mo>
+ <mi>
+ j
+ </mi>
+ <mo>
+ &lt;
+ </mo>
+ <mi>
+ k
+ </mi>
+ <mo>
+ ≤<!-- ≤ -->
+ </mo>
+ <mi>
+ n
+ </mi>
+ <mspace width="1em"></mspace>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mfrac>
+ <mrow>
+ <msup>
+ <mi>
+ n
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mn>
+ 2
+ </mn>
+ </mrow>
+ </msup>
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mi>
+ n
+ </mi>
+ </mrow>
+ <mn>
+ 2
+ </mn>
+ </mfrac>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mtext>
+ &nbsp;matrices
+ </mtext>
+ </mrow>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle {\frac {i}{\sqrt {2}}}\left(E_{jk}-E_{kj}\right){\text{ for }}1\leq j&lt;k\leq n\quad \left({\frac {n^{2}-n}{2}}{\text{ matrices}}\right)}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/db65cce3a8fa33e5b7b96badd756c8573aa866c0" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -2.838ex; width:57.064ex; height:6.676ex;" alt="{\displaystyle {\frac {i}{\sqrt {2}}}\left(E_{jk}-E_{kj}\right){\text{ for }}1\leq j&lt;k\leq n\quad \left({\frac {n^{2}-n}{2}}{\text{ matrices}}\right)}" /></span>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <dl>
+ <dd>
+ where <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle i}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ i
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle i}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/add78d8608ad86e54951b8c8bd6c8d8416533d20" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:0.802ex; height:2.176ex;" alt="i" /></span> denotes the complex number <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle {\sqrt {-1}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mrow class="MJX-TeXAtom-ORD">
+ <msqrt>
+ <mo>
+ −<!-- − -->
+ </mo>
+ <mn>
+ 1
+ </mn>
+ </msqrt>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle {\sqrt {-1}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/4ea1ea9ac61e6e1e84ac39130f78143c18865719" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:4.906ex; height:3.009ex;" alt="{\sqrt {-1}}" /></span>, called the <i><a href="/wiki/Imaginary_unit" title="Imaginary unit">imaginary unit</a></i>.
+ </dd>
+ </dl>
+ <ul>
+ <li>If <span class="texhtml mvar" style="font-style:italic;">n</span> orthonormal eigenvectors <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle u_{1},\dots ,u_{n}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ u
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mn>
+ 1
+ </mn>
+ </mrow>
+ </msub>
+ <mo>
+ ,
+ </mo>
+ <mo>
+ …<!-- … -->
+ </mo>
+ <mo>
+ ,
+ </mo>
+ <msub>
+ <mi>
+ u
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ n
+ </mi>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle u_{1},\dots ,u_{n}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/ba291b64c0d3afa90b4556a7a601116dfd74ef2e" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.671ex; width:10.11ex; height:2.009ex;" alt="{\displaystyle u_{1},\dots ,u_{n}}" /></span> of a Hermitian matrix are chosen and written as the columns of the matrix <span class="texhtml mvar" style="font-style:italic;">U</span>, then one <a href="/wiki/Eigendecomposition_of_a_matrix" title="Eigendecomposition of a matrix">eigendecomposition</a> of <span class="texhtml mvar" style="font-style:italic;">A</span> is <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A=U\Lambda U^{\mathsf {H}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ <mo>
+ =
+ </mo>
+ <mi>
+ U
+ </mi>
+ <mi mathvariant="normal">
+ Λ<!-- Λ -->
+ </mi>
+ <msup>
+ <mi>
+ U
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A=U\Lambda U^{\mathsf {H}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d89ef5bade4fb04b1aaf53c0d73e4763d4d154eb" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:11.474ex; height:2.676ex;" alt="{\displaystyle A=U\Lambda U^{\mathsf {H}}}" /></span> where <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle UU^{\mathsf {H}}=I=U^{\mathsf {H}}U}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ U
+ </mi>
+ <msup>
+ <mi>
+ U
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo>
+ =
+ </mo>
+ <mi>
+ I
+ </mi>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mi>
+ U
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mi>
+ U
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle UU^{\mathsf {H}}=I=U^{\mathsf {H}}U}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/b819b015c1984e6cb07153c675815d4657b90da8" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:17.408ex; height:2.676ex;" alt="{\displaystyle UU^{\mathsf {H}}=I=U^{\mathsf {H}}U}" /></span> and therefore
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A=\sum _{j}\lambda _{j}u_{j}u_{j}^{\mathsf {H}},}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ <mo>
+ =
+ </mo>
+ <munder>
+ <mo>
+ ∑<!-- ∑ -->
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </munder>
+ <msub>
+ <mi>
+ λ<!-- λ -->
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <msub>
+ <mi>
+ u
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ <msubsup>
+ <mi>
+ u
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ </mrow>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msubsup>
+ <mo>
+ ,
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A=\sum _{j}\lambda _{j}u_{j}u_{j}^{\mathsf {H}},}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/3b7d749931e5f709bcbc0a446638d3b6b8ed0c6c" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -3.338ex; width:16.46ex; height:5.843ex;" alt="{\displaystyle A=\sum _{j}\lambda _{j}u_{j}u_{j}^{\mathsf {H}},}" /></span>
+ </dd>
+ </dl>
+ </dd>
+ <dd>
+ where <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \lambda _{j}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ λ<!-- λ -->
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi>
+ j
+ </mi>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \lambda _{j}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/fa91daf9145f27bb95746fd2a37537342d587b77" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:2.265ex; height:2.843ex;" alt="\lambda _{j}" /></span> are the eigenvalues on the diagonal of the diagonal matrix <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \;\Lambda }">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mspace width="thickmathspace"></mspace>
+ <mi mathvariant="normal">
+ Λ<!-- Λ -->
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \;\Lambda }
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/1934e7eadd31fbf6f7d6bcf9c0e9bec934ce8976" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:2.258ex; height:2.176ex;" alt="\; \Lambda " /></span>.
+ </dd>
+ </dl>
+ <ul>
+ <li>The determinant of a Hermitian matrix is real:
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <i>Proof:</i> <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \det(A)=\det \left(A^{\mathsf {T}}\right)\quad \Rightarrow \quad \det \left(A^{\mathsf {H}}\right)={\overline {\det(A)}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mo movablelimits="true" form="prefix">
+ det
+ </mo>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mo>
+ =
+ </mo>
+ <mo movablelimits="true" form="prefix">
+ det
+ </mo>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ <mspace width="1em"></mspace>
+ <mo stretchy="false">
+ ⇒<!-- ⇒ -->
+ </mo>
+ <mspace width="1em"></mspace>
+ <mo movablelimits="true" form="prefix">
+ det
+ </mo>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mrow>
+ <mo movablelimits="true" form="prefix">
+ det
+ </mo>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ </mrow>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \det(A)=\det \left(A^{\mathsf {T}}\right)\quad \Rightarrow \quad \det \left(A^{\mathsf {H}}\right)={\overline {\det(A)}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/a1240df64c3010e0be6eae865fdfcfe6f77bf5eb" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:45.862ex; height:3.843ex;" alt="{\displaystyle \det(A)=\det \left(A^{\mathsf {T}}\right)\quad \Rightarrow \quad \det \left(A^{\mathsf {H}}\right)={\overline {\det(A)}}}" /></span>
+ </dd>
+ <dd>
+ Therefore if <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle A=A^{\mathsf {H}}\quad \Rightarrow \quad \det(A)={\overline {\det(A)}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ A
+ </mi>
+ <mo>
+ =
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mspace width="1em"></mspace>
+ <mo stretchy="false">
+ ⇒<!-- ⇒ -->
+ </mo>
+ <mspace width="1em"></mspace>
+ <mo movablelimits="true" form="prefix">
+ det
+ </mo>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mover>
+ <mrow>
+ <mo movablelimits="true" form="prefix">
+ det
+ </mo>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ </mrow>
+ <mo accent="false">
+ ¯<!-- ¯ -->
+ </mo>
+ </mover>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle A=A^{\mathsf {H}}\quad \Rightarrow \quad \det(A)={\overline {\det(A)}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/43cc392bdcfbb134dd66d9b469847f6370e29d9d" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:33.017ex; height:3.676ex;" alt="{\displaystyle A=A^{\mathsf {H}}\quad \Rightarrow \quad \det(A)={\overline {\det(A)}}}" /></span>.
+ </dd>
+ <dd>
+ (Alternatively, the determinant is the product of the matrix's eigenvalues, and as mentioned before, the eigenvalues of a Hermitian matrix are real.)
+ </dd>
+ </dl>
+ <h2>
+ <span class="mw-headline" id="Decomposition_into_Hermitian_and_skew-Hermitian">Decomposition into Hermitian and skew-Hermitian</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=8" title="Edit section: Decomposition into Hermitian and skew-Hermitian">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <p>
+ <span id="facts"></span>Additional facts related to Hermitian matrices include:
+ </p>
+ <ul>
+ <li>The sum of a square matrix and its conjugate transpose <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \left(A+A^{\mathsf {H}}\right)}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <mi>
+ A
+ </mi>
+ <mo>
+ +
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \left(A+A^{\mathsf {H}}\right)}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/3ef97bb04ce4ab682bcc84cf1059f8da235b483e" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:9.852ex; height:3.343ex;" alt="{\displaystyle \left(A+A^{\mathsf {H}}\right)}" /></span> is Hermitian.
+ </li>
+ </ul>
+ <ul>
+ <li>The difference of a square matrix and its conjugate transpose <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \left(A-A^{\mathsf {H}}\right)}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <mi>
+ A
+ </mi>
+ <mo>
+ −<!-- − -->
+ </mo>
+ <msup>
+ <mi>
+ A
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \left(A-A^{\mathsf {H}}\right)}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/f4ac665be4943ce769e33109e9f64abcf1e98050" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.005ex; width:9.852ex; height:3.343ex;" alt="{\displaystyle \left(A-A^{\mathsf {H}}\right)}" /></span> is <a href="/wiki/Skew-Hermitian_matrix" title="Skew-Hermitian matrix">skew-Hermitian</a> (also called antihermitian). This implies that the <a href="/wiki/Commutator" title="Commutator">commutator</a> of two Hermitian matrices is skew-Hermitian.
+ </li>
+ </ul>
+ <ul>
+ <li>An arbitrary square matrix <span class="texhtml mvar" style="font-style:italic;">C</span> can be written as the sum of a Hermitian matrix <span class="texhtml mvar" style="font-style:italic;">A</span> and a skew-Hermitian matrix <span class="texhtml mvar" style="font-style:italic;">B</span>. This is known as the Toeplitz decomposition of <span class="texhtml mvar" style="font-style:italic;">C</span>.<sup id="cite_ref-HornJohnson_3-0" class="reference"><a href="#cite_note-HornJohnson-3">[3]</a></sup><sup class="reference" style="white-space:nowrap;">:<span>p. 7</span></sup>
+ </li>
+ </ul>
+ <dl>
+ <dd>
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle C=A+B\quad {\mbox{with}}\quad A={\frac {1}{2}}\left(C+C^{\mathsf {H}}\right)\quad {\mbox{and}}\quad B={\frac {1}{2}}\left(C-C^{\mathsf {H}}\right)}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ C
+ </mi>
+ <mo>
+ =
+ </mo>
+ <mi>
+ A
+ </mi>
+ <mo>
+ +
+ </mo>
+ <mi>
+ B
+ </mi>
+ <mspace width="1em"></mspace>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="false" scriptlevel="0">
+ <mtext>
+ with
+ </mtext>
+ </mstyle>
+ </mrow>
+ <mspace width="1em"></mspace>
+ <mi>
+ A
+ </mi>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mfrac>
+ <mn>
+ 1
+ </mn>
+ <mn>
+ 2
+ </mn>
+ </mfrac>
+ </mrow>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <mi>
+ C
+ </mi>
+ <mo>
+ +
+ </mo>
+ <msup>
+ <mi>
+ C
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ <mspace width="1em"></mspace>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="false" scriptlevel="0">
+ <mtext>
+ and
+ </mtext>
+ </mstyle>
+ </mrow>
+ <mspace width="1em"></mspace>
+ <mi>
+ B
+ </mi>
+ <mo>
+ =
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mfrac>
+ <mn>
+ 1
+ </mn>
+ <mn>
+ 2
+ </mn>
+ </mfrac>
+ </mrow>
+ <mrow>
+ <mo>
+ (
+ </mo>
+ <mrow>
+ <mi>
+ C
+ </mi>
+ <mo>
+ −<!-- − -->
+ </mo>
+ <msup>
+ <mi>
+ C
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mrow>
+ <mo>
+ )
+ </mo>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle C=A+B\quad {\mbox{with}}\quad A={\frac {1}{2}}\left(C+C^{\mathsf {H}}\right)\quad {\mbox{and}}\quad B={\frac {1}{2}}\left(C-C^{\mathsf {H}}\right)}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/0919d2e50fe1008af261f8301f243c002c328dbf" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -1.838ex; width:63.495ex; height:5.176ex;" alt="{\displaystyle C=A+B\quad {\mbox{with}}\quad A={\frac {1}{2}}\left(C+C^{\mathsf {H}}\right)\quad {\mbox{and}}\quad B={\frac {1}{2}}\left(C-C^{\mathsf {H}}\right)}" /></span>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ <h2>
+ <span class="mw-headline" id="Rayleigh_quotient">Rayleigh quotient</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=9" title="Edit section: Rayleigh quotient">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <div role="note" class="hatnote navigation-not-searchable">
+ Main article: <a href="/wiki/Rayleigh_quotient" title="Rayleigh quotient">Rayleigh quotient</a>
+ </div>
+ <p>
+ In mathematics, for a given complex Hermitian matrix <i>M</i> and nonzero vector <i>x</i>, the Rayleigh quotient<sup id="cite_ref-4" class="reference"><a href="#cite_note-4">[4]</a></sup> <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle R(M,x)}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ R
+ </mi>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ M
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ x
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle R(M,x)}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/f8ed067bb4bc06662d6bdf6210d450779a529ce5" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:8.379ex; height:2.843ex;" alt="R(M, x)" /></span>, is defined as:<sup id="cite_ref-HornJohnson_3-1" class="reference"><a href="#cite_note-HornJohnson-3">[3]</a></sup><sup class="reference" style="white-space:nowrap;">:<span>p. 234</span></sup><sup id="cite_ref-5" class="reference"><a href="#cite_note-5">[5]</a></sup>
+ </p>
+ <dl>
+ <dd>
+ <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle R(M,x):={\frac {x^{\mathsf {H}}Mx}{x^{\mathsf {H}}x}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ R
+ </mi>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ M
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ x
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mo>
+ :=
+ </mo>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mfrac>
+ <mrow>
+ <msup>
+ <mi>
+ x
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mi>
+ M
+ </mi>
+ <mi>
+ x
+ </mi>
+ </mrow>
+ <mrow>
+ <msup>
+ <mi>
+ x
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ <mi>
+ x
+ </mi>
+ </mrow>
+ </mfrac>
+ </mrow>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle R(M,x):={\frac {x^{\mathsf {H}}Mx}{x^{\mathsf {H}}x}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/6ad9b0047f8437f7b012041d7b2fcd190a5a9ec2" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -2.171ex; width:19.458ex; height:6.009ex;" alt="{\displaystyle R(M,x):={\frac {x^{\mathsf {H}}Mx}{x^{\mathsf {H}}x}}}" /></span>.
+ </dd>
+ </dl>
+ <p>
+ For real matrices and vectors, the condition of being Hermitian reduces to that of being symmetric, and the conjugate transpose <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle x^{\mathsf {H}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ x
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ H
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle x^{\mathsf {H}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/b431248ab2f121914608bbd1c2376715cecda9c8" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:2.726ex; height:2.676ex;" alt="{\displaystyle x^{\mathsf {H}}}" /></span> to the usual transpose <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle x^{\mathsf {T}}}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msup>
+ <mi>
+ x
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mrow class="MJX-TeXAtom-ORD">
+ <mi mathvariant="sans-serif">
+ T
+ </mi>
+ </mrow>
+ </mrow>
+ </msup>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle x^{\mathsf {T}}}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/d4ee4832d06e8560510d81237d0650c897d476e9" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:2.681ex; height:2.676ex;" alt="{\displaystyle x^{\mathsf {T}}}" /></span>. Note that <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle R(M,cx)=R(M,x)}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ R
+ </mi>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ M
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ c
+ </mi>
+ <mi>
+ x
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mo>
+ =
+ </mo>
+ <mi>
+ R
+ </mi>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ M
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ x
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle R(M,cx)=R(M,x)}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/b1d54d3c850d35f99329591e3b57cef98d17237f" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:20.864ex; height:2.843ex;" alt="{\displaystyle R(M,cx)=R(M,x)}" /></span> for any non-zero real scalar <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle c}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ c
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle c}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/86a67b81c2de995bd608d5b2df50cd8cd7d92455" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.007ex; height:1.676ex;" alt="c" /></span>. Also, recall that a Hermitian (or real symmetric) matrix has real eigenvalues.
+ </p>
+ <p>
+ It can be shown<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (September 2019)">citation needed</span></a></i>]</sup> that, for a given matrix, the Rayleigh quotient reaches its minimum value <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \lambda _{\min }}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ λ<!-- λ -->
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo movablelimits="true" form="prefix">
+ min
+ </mo>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \lambda _{\min }}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/82c24522483ceaf1d54224b69af4244b60c3ac08" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.671ex; width:4.328ex; height:2.509ex;" alt="\lambda_\min" /></span> (the smallest eigenvalue of M) when <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle x}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ x
+ </mi>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle x}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/87f9e315fd7e2ba406057a97300593c4802b53e4" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:1.33ex; height:1.676ex;" alt="x" /></span> is <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle v_{\min }}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ v
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo movablelimits="true" form="prefix">
+ min
+ </mo>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle v_{\min }}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/486623019ef451e0582b874018e0249a46e0f996" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.671ex; width:4.1ex; height:2.009ex;" alt="v_\min" /></span> (the corresponding eigenvector). Similarly, <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle R(M,x)\leq \lambda _{\max }}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ R
+ </mi>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ M
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <mi>
+ x
+ </mi>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mo>
+ ≤<!-- ≤ -->
+ </mo>
+ <msub>
+ <mi>
+ λ<!-- λ -->
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo movablelimits="true" form="prefix">
+ max
+ </mo>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle R(M,x)\leq \lambda _{\max }}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/18fbf88c578fc9f75d4610ebd18ab55f4f2842ce" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:16.124ex; height:2.843ex;" alt="R(M, x) \leq \lambda_\max" /></span> and <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle R(M,v_{\max })=\lambda _{\max }}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <mi>
+ R
+ </mi>
+ <mo stretchy="false">
+ (
+ </mo>
+ <mi>
+ M
+ </mi>
+ <mo>
+ ,
+ </mo>
+ <msub>
+ <mi>
+ v
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo movablelimits="true" form="prefix">
+ max
+ </mo>
+ </mrow>
+ </msub>
+ <mo stretchy="false">
+ )
+ </mo>
+ <mo>
+ =
+ </mo>
+ <msub>
+ <mi>
+ λ<!-- λ -->
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo movablelimits="true" form="prefix">
+ max
+ </mo>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle R(M,v_{\max })=\lambda _{\max }}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/200db82bfdbc81cd227cb3470aa826d6f11a7653" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:19.213ex; height:2.843ex;" alt="R(M, v_\max) = \lambda_\max" /></span>.
+ </p>
+ <p>
+ The Rayleigh quotient is used in the min-max theorem to get exact values of all eigenvalues. It is also used in eigenvalue algorithms to obtain an eigenvalue approximation from an eigenvector approximation. Specifically, this is the basis for Rayleigh quotient iteration.
+ </p>
+ <p>
+ The range of the Rayleigh quotient (for matrix that is not necessarily Hermitian) is called a numerical range (or spectrum in functional analysis). When the matrix is Hermitian, the numerical range is equal to the spectral norm. Still in functional analysis, <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \lambda _{\max }}">
+ <semantics>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mstyle displaystyle="true" scriptlevel="0">
+ <msub>
+ <mi>
+ λ<!-- λ -->
+ </mi>
+ <mrow class="MJX-TeXAtom-ORD">
+ <mo movablelimits="true" form="prefix">
+ max
+ </mo>
+ </mrow>
+ </msub>
+ </mstyle>
+ </mrow>
+ <annotation encoding="application/x-tex">
+ {\displaystyle \lambda _{\max }}
+ </annotation>
+ </semantics></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/957584ae6a35f9edf293cb486d7436fb5b75e803" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.671ex; width:4.646ex; height:2.509ex;" alt="\lambda_\max" /></span> is known as the spectral radius. In the context of C*-algebras or algebraic quantum mechanics, the function that to <span class="texhtml"><i>M</i></span> associates the Rayleigh quotient <span class="texhtml"><i>R</i>(<i>M</i>, <i>x</i>)</span> for a fixed <span class="texhtml"><i>x</i></span> and <span class="texhtml"><i>M</i></span> varying through the algebra would be referred to as "vector state" of the algebra.
+ </p>
+ <h2>
+ <span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=10" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <ul>
+ <li>
+ <a href="/wiki/Vector_space" title="Vector space">Vector space</a>
+ </li>
+ <li>
+ <a href="/wiki/Skew-Hermitian_matrix" title="Skew-Hermitian matrix">Skew-Hermitian matrix</a> (anti-Hermitian matrix)
+ </li>
+ <li>
+ <a href="/wiki/Haynsworth_inertia_additivity_formula" title="Haynsworth inertia additivity formula">Haynsworth inertia additivity formula</a>
+ </li>
+ <li>
+ <a href="/wiki/Hermitian_form" class="mw-redirect" title="Hermitian form">Hermitian form</a>
+ </li>
+ <li>
+ <a href="/wiki/Self-adjoint_operator" title="Self-adjoint operator">Self-adjoint operator</a>
+ </li>
+ <li>
+ <a href="/wiki/Unitary_matrix" title="Unitary matrix">Unitary matrix</a>
+ </li>
+ </ul>
+ <h2>
+ <span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=11" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <div class="reflist" style="list-style-type: decimal;">
+ <div class="mw-references-wrap">
+ <ol class="references">
+ <li id="cite_note-1">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><cite class="citation book"><a href="/wiki/Theodore_Frankel" title="Theodore Frankel">Frankel, Theodore</a> (2004). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=DUnjs6nEn8wC&amp;lpg=PA652&amp;dq=%22Lie%20algebra%22%20physics%20%22skew-Hermitian%22&amp;pg=PA652#v=onepage&amp;q&amp;f=false"><i>The Geometry of Physics: an introduction</i></a>. <a href="/wiki/Cambridge_University_Press" title="Cambridge University Press">Cambridge University Press</a>. p.&#160;652. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/0-521-53927-7" title="Special:BookSources/0-521-53927-7"><bdi>0-521-53927-7</bdi></a>.</cite></span>
+ </li>
+ <li id="cite_note-2">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://www.hep.caltech.edu/~fcp/physics/quantumMechanics/angularMomentum/angularMomentum.pdf">Physics 125 Course Notes</a> at <a href="/wiki/California_Institute_of_Technology" title="California Institute of Technology">California Institute of Technology</a></span>
+ </li>
+ <li id="cite_note-HornJohnson-3">
+ <span class="mw-cite-backlink">^ <a href="#cite_ref-HornJohnson_3-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-HornJohnson_3-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation book">Horn, Roger A.; Johnson, Charles R. (2013). <i>Matrix Analysis, second edition</i>. Cambridge University Press. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/9780521839402" title="Special:BookSources/9780521839402"><bdi>9780521839402</bdi></a>.</cite></span>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r935243608" />
+ </li>
+ <li id="cite_note-4">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text">Also known as the <b>Rayleigh–Ritz ratio</b>; named after <a href="/wiki/Walther_Ritz" title="Walther Ritz">Walther Ritz</a> and <a href="/wiki/Lord_Rayleigh" class="mw-redirect" title="Lord Rayleigh">Lord Rayleigh</a>.</span>
+ </li>
+ <li id="cite_note-5">
+ <span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text">Parlet B. N. <i>The symmetric eigenvalue problem</i>, SIAM, Classics in Applied Mathematics,1998</span>
+ </li>
+ </ol>
+ </div>
+ </div>
+ <h2>
+ <span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Hermitian_matrix&amp;action=edit&amp;section=12" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <ul>
+ <li>
+ <cite id="CITEREFHazewinkel2001" class="citation"><a href="/wiki/Michiel_Hazewinkel" title="Michiel Hazewinkel">Hazewinkel, Michiel</a>, ed. (2001) [1994], <a rel="nofollow" class="external text" href="https://www.encyclopediaofmath.org/index.php?title=p/h047070">"Hermitian matrix"</a>, <i><a href="/wiki/Encyclopedia_of_Mathematics" title="Encyclopedia of Mathematics">Encyclopedia of Mathematics</a></i>, Springer Science+Business Media B.V. / Kluwer Academic Publishers, <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/978-1-55608-010-4" title="Special:BookSources/978-1-55608-010-4"><bdi>978-1-55608-010-4</bdi></a></cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r935243608" />
+ </li>
+ <li>
+ <a rel="nofollow" class="external text" href="https://www.cyut.edu.tw/~ckhung/b/la/hermitian.en.php">Visualizing Hermitian Matrix as An Ellipse with Dr. Geo</a>, by Chao-Kuei Hung from Chaoyang University, gives a more geometric explanation.
+ </li>
+ <li>
+ <cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mathpages.com/home/kmath306/kmath306.htm">"Hermitian Matrices"</a>. <i>MathPages.com</i>.</cite>
+ <link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r935243608" />
+ </li>
+ </ul><!--
+NewPP limit report
+Parsed by mw1375
+Cached time: 20200224203345
+Cache expiry: 2592000
+Dynamic content: false
+Complications: [vary‐revision‐sha1]
+CPU time usage: 0.344 seconds
+Real time usage: 0.623 seconds
+Preprocessor visited node count: 1719/1000000
+Post‐expand include size: 18736/2097152 bytes
+Template argument size: 1789/2097152 bytes
+Highest expansion depth: 13/40
+Expensive parser function count: 3/500
+Unstrip recursion depth: 1/20
+Unstrip post‐expand size: 14154/5000000 bytes
+Number of Wikibase entities loaded: 0/400
+Lua time usage: 0.107/10.000 seconds
+Lua memory usage: 3.33 MB/50 MB
+-->
+ <!--
+Transclusion expansion time report (%,ms,calls,template)
+100.00% 423.690 1 -total
+ 26.69% 113.077 1 Template:Use_American_English
+ 21.93% 92.904 1 Template:Reflist
+ 19.39% 82.135 2 Template:Cite_book
+ 14.77% 62.599 1 Template:Short_description
+ 9.97% 42.248 1 Template:Expand_section
+ 7.81% 33.100 1 Template:Ambox
+ 7.76% 32.863 1 Template:Pagetype
+ 6.13% 25.975 1 Template:Citation_needed
+ 5.21% 22.058 1 Template:Fix
+-->
+ <!-- Saved in parser cache with key enwiki:pcache:idhash:189682-0!canonical!math=5 and timestamp 20200224203346 and revision id 942460710
+ -->
+ </div><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
+ </div>
+ <div class="printfooter">
+ Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Hermitian_matrix&amp;oldid=942460710">https://en.wikipedia.org/w/index.php?title=Hermitian_matrix&amp;oldid=942460710</a>"
+ </div>
+ <div id="catlinks" class="catlinks" data-mw="interface">
+ <div id="mw-normal-catlinks" class="mw-normal-catlinks">
+ <a href="/wiki/Help:Category" title="Help:Category">Categories</a>:
+ <ul>
+ <li>
+ <a href="/wiki/Category:Matrices" title="Category:Matrices">Matrices</a>
+ </li>
+ </ul>
+ </div>
+ <div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">
+ Hidden categories:
+ <ul>
+ <li>
+ <a href="/wiki/Category:Use_American_English_from_January_2019" title="Category:Use American English from January 2019">Use American English from January 2019</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:All_Wikipedia_articles_written_in_American_English" title="Category:All Wikipedia articles written in American English">All Wikipedia articles written in American English</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_with_short_description" title="Category:Articles with short description">Articles with short description</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_to_be_expanded_from_February_2018" title="Category:Articles to be expanded from February 2018">Articles to be expanded from February 2018</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:All_articles_to_be_expanded" title="Category:All articles to be expanded">All articles to be expanded</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:All_articles_with_unsourced_statements" title="Category:All articles with unsourced statements">All articles with unsourced statements</a>
+ </li>
+ <li>
+ <a href="/wiki/Category:Articles_with_unsourced_statements_from_September_2019" title="Category:Articles with unsourced statements from September 2019">Articles with unsourced statements from September 2019</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="visualClear"></div>
+ </div>
+ </div>
+ <div id="mw-data-after-content">
+ <div class="read-more-container"></div>
+ </div>
+ <div id="mw-navigation">
+ <h2>
+ Navigation menu
+ </h2>
+ <div id="mw-head">
+ <div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
+ <h3 id="p-personal-label">
+ Personal tools
+ </h3>
+ <ul>
+ <li id="pt-anonuserpage">Not logged in
+ </li>
+ <li id="pt-anontalk">
+ <a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a>
+ </li>
+ <li id="pt-anoncontribs">
+ <a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a>
+ </li>
+ <li id="pt-createaccount">
+ <a href="/w/index.php?title=Special:CreateAccount&amp;returnto=Hermitian+matrix" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a>
+ </li>
+ <li id="pt-login">
+ <a href="/w/index.php?title=Special:UserLogin&amp;returnto=Hermitian+matrix" title="You're encouraged to log in; however, it's not mandatory. [o]" accesskey="o">Log in</a>
+ </li>
+ </ul>
+ </div>
+ <div id="left-navigation">
+ <div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
+ <h3 id="p-namespaces-label">
+ Namespaces
+ </h3>
+ <ul>
+ <li id="ca-nstab-main" class="selected">
+ <a href="/wiki/Hermitian_matrix" title="View the content page [c]" accesskey="c">Article</a>
+ </li>
+ <li id="ca-talk">
+ <a href="/wiki/Talk:Hermitian_matrix" rel="discussion" title="Discussion about the content page [t]" accesskey="t">Talk</a>
+ </li>
+ </ul>
+ </div>
+ <div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
+ <input type="checkbox" class="vectorMenuCheckbox" aria-labelledby="p-variants-label" />
+ <h3 id="p-variants-label">
+ <span>Variants</span>
+ </h3>
+ <ul class="menu"></ul>
+ </div>
+ </div>
+ <div id="right-navigation">
+ <div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
+ <h3 id="p-views-label">
+ Views
+ </h3>
+ <ul>
+ <li id="ca-view" class="collapsible selected">
+ <a href="/wiki/Hermitian_matrix">Read</a>
+ </li>
+ <li id="ca-edit" class="collapsible">
+ <a href="/w/index.php?title=Hermitian_matrix&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a>
+ </li>
+ <li id="ca-history" class="collapsible">
+ <a href="/w/index.php?title=Hermitian_matrix&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a>
+ </li>
+ </ul>
+ </div>
+ <div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
+ <input type="checkbox" class="vectorMenuCheckbox" aria-labelledby="p-cactions-label" />
+ <h3 id="p-cactions-label">
+ <span>More</span>
+ </h3>
+ <ul class="menu"></ul>
+ </div>
+ <div id="p-search" role="search">
+ <h3>
+ <label for="searchInput">Search</label>
+ </h3>
+ <form action="/w/index.php" id="searchform" name="searchform">
+ <div id="simpleSearch">
+ <input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput" /> <input type="hidden" value="Special:Search" name="title" /> <input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton" /> <input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton" />
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ <div id="mw-panel">
+ <div id="p-logo" role="banner">
+ <a title="Visit the main page" class="mw-wiki-logo" href="/wiki/Main_Page"></a>
+ </div>
+ <div class="portal" role="navigation" id="p-navigation" aria-labelledby="p-navigation-label">
+ <h3 id="p-navigation-label">
+ Navigation
+ </h3>
+ <div class="body">
+ <ul>
+ <li id="n-mainpage-description">
+ <a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a>
+ </li>
+ <li id="n-contents">
+ <a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia">Contents</a>
+ </li>
+ <li id="n-featuredcontent">
+ <a href="/wiki/Wikipedia:Featured_content" title="Featured content – the best of Wikipedia">Featured content</a>
+ </li>
+ <li id="n-currentevents">
+ <a href="/wiki/Portal:Current_events" title="Find background information on current events">Current events</a>
+ </li>
+ <li id="n-randompage">
+ <a href="/wiki/Special:Random" title="Load a random article [x]" accesskey="x">Random article</a>
+ </li>
+ <li id="n-sitesupport">
+ <a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us">Donate to Wikipedia</a>
+ </li>
+ <li id="n-shoplink">
+ <a href="//shop.wikimedia.org" title="Visit the Wikipedia store">Wikipedia store</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-interaction" aria-labelledby="p-interaction-label">
+ <h3 id="p-interaction-label">
+ Interaction
+ </h3>
+ <div class="body">
+ <ul>
+ <li id="n-help">
+ <a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a>
+ </li>
+ <li id="n-aboutsite">
+ <a href="/wiki/Wikipedia:About" title="Find out about Wikipedia">About Wikipedia</a>
+ </li>
+ <li id="n-portal">
+ <a href="/wiki/Wikipedia:Community_portal" title="About the project, what you can do, where to find things">Community portal</a>
+ </li>
+ <li id="n-recentchanges">
+ <a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a>
+ </li>
+ <li id="n-contactpage">
+ <a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact page</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-tb" aria-labelledby="p-tb-label">
+ <h3 id="p-tb-label">
+ Tools
+ </h3>
+ <div class="body">
+ <ul>
+ <li id="t-whatlinkshere">
+ <a href="/wiki/Special:WhatLinksHere/Hermitian_matrix" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a>
+ </li>
+ <li id="t-recentchangeslinked">
+ <a href="/wiki/Special:RecentChangesLinked/Hermitian_matrix" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a>
+ </li>
+ <li id="t-upload">
+ <a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a>
+ </li>
+ <li id="t-specialpages">
+ <a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a>
+ </li>
+ <li id="t-permalink">
+ <a href="/w/index.php?title=Hermitian_matrix&amp;oldid=942460710" title="Permanent link to this revision of the page">Permanent link</a>
+ </li>
+ <li id="t-info">
+ <a href="/w/index.php?title=Hermitian_matrix&amp;action=info" title="More information about this page">Page information</a>
+ </li>
+ <li id="t-wikibase">
+ <a href="https://www.wikidata.org/wiki/Special:EntityPage/Q652941" title="Link to connected data repository item [g]" accesskey="g">Wikidata item</a>
+ </li>
+ <li id="t-cite">
+ <a href="/w/index.php?title=Special:CiteThisPage&amp;page=Hermitian_matrix&amp;id=942460710" title="Information on how to cite this page">Cite this page</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-coll-print_export" aria-labelledby="p-coll-print_export-label">
+ <h3 id="p-coll-print_export-label">
+ Print/export
+ </h3>
+ <div class="body">
+ <ul>
+ <li id="coll-create_a_book">
+ <a href="/w/index.php?title=Special:Book&amp;bookcmd=book_creator&amp;referer=Hermitian+matrix">Create a book</a>
+ </li>
+ <li id="coll-download-as-rl">
+ <a href="/w/index.php?title=Special:ElectronPdf&amp;page=Hermitian+matrix&amp;action=show-download-screen">Download as PDF</a>
+ </li>
+ <li id="t-print">
+ <a href="/w/index.php?title=Hermitian_matrix&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id="p-lang" aria-labelledby="p-lang-label">
+ <h3 id="p-lang-label">
+ Languages
+ </h3>
+ <div class="body">
+ <ul>
+ <li class="interlanguage-link interwiki-ar">
+ <a href="https://ar.wikipedia.org/wiki/%D9%85%D8%B5%D9%81%D9%88%D9%81%D8%A9_%D9%87%D9%8A%D8%B1%D9%85%D9%8A%D8%AA%D9%8A%D8%A9" title="مصفوفة هيرميتية – Arabic" lang="ar" hreflang="ar" class="interlanguage-link-target" xml:lang="ar">العربية</a>
+ </li>
+ <li class="interlanguage-link interwiki-bn">
+ <a href="https://bn.wikipedia.org/wiki/%E0%A6%B9%E0%A6%BE%E0%A6%B0%E0%A6%AE%E0%A6%BF%E0%A6%B6%E0%A6%BF%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8" title="হারমিশিয়ান – Bangla" lang="bn" hreflang="bn" class="interlanguage-link-target" xml:lang="bn">বাংলা</a>
+ </li>
+ <li class="interlanguage-link interwiki-be">
+ <a href="https://be.wikipedia.org/wiki/%D0%AD%D1%80%D0%BC%D1%96%D1%82%D0%B0%D0%B2%D0%B0_%D0%BC%D0%B0%D1%82%D1%80%D1%8B%D1%86%D0%B0" title="Эрмітава матрыца – Belarusian" lang="be" hreflang="be" class="interlanguage-link-target" xml:lang="be">Беларуская</a>
+ </li>
+ <li class="interlanguage-link interwiki-ca">
+ <a href="https://ca.wikipedia.org/wiki/Matriu_herm%C3%ADtica" title="Matriu hermítica – Catalan" lang="ca" hreflang="ca" class="interlanguage-link-target" xml:lang="ca">Català</a>
+ </li>
+ <li class="interlanguage-link interwiki-cs">
+ <a href="https://cs.wikipedia.org/wiki/Hermitovsk%C3%A1_matice" title="Hermitovská matice – Czech" lang="cs" hreflang="cs" class="interlanguage-link-target" xml:lang="cs">Čeština</a>
+ </li>
+ <li class="interlanguage-link interwiki-de">
+ <a href="https://de.wikipedia.org/wiki/Hermitesche_Matrix" title="Hermitesche Matrix – German" lang="de" hreflang="de" class="interlanguage-link-target" xml:lang="de">Deutsch</a>
+ </li>
+ <li class="interlanguage-link interwiki-et">
+ <a href="https://et.wikipedia.org/wiki/Hermiitiline_maatriks" title="Hermiitiline maatriks – Estonian" lang="et" hreflang="et" class="interlanguage-link-target" xml:lang="et">Eesti</a>
+ </li>
+ <li class="interlanguage-link interwiki-es">
+ <a href="https://es.wikipedia.org/wiki/Matriz_hermitiana" title="Matriz hermitiana – Spanish" lang="es" hreflang="es" class="interlanguage-link-target" xml:lang="es">Español</a>
+ </li>
+ <li class="interlanguage-link interwiki-eo">
+ <a href="https://eo.wikipedia.org/wiki/Memadjunkta_matrico" title="Memadjunkta matrico – Esperanto" lang="eo" hreflang="eo" class="interlanguage-link-target" xml:lang="eo">Esperanto</a>
+ </li>
+ <li class="interlanguage-link interwiki-fa">
+ <a href="https://fa.wikipedia.org/wiki/%D9%85%D8%A7%D8%AA%D8%B1%DB%8C%D8%B3_%D9%87%D8%B1%D9%85%DB%8C%D8%AA%DB%8C" title="ماتریس هرمیتی – Persian" lang="fa" hreflang="fa" class="interlanguage-link-target" xml:lang="fa">فارسی</a>
+ </li>
+ <li class="interlanguage-link interwiki-fr">
+ <a href="https://fr.wikipedia.org/wiki/Hermitien" title="Hermitien – French" lang="fr" hreflang="fr" class="interlanguage-link-target" xml:lang="fr">Français</a>
+ </li>
+ <li class="interlanguage-link interwiki-ko">
+ <a href="https://ko.wikipedia.org/wiki/%EC%97%90%EB%A5%B4%EB%AF%B8%ED%8A%B8_%ED%96%89%EB%A0%AC" title="에르미트 행렬 – Korean" lang="ko" hreflang="ko" class="interlanguage-link-target" xml:lang="ko">한국어</a>
+ </li>
+ <li class="interlanguage-link interwiki-it">
+ <a href="https://it.wikipedia.org/wiki/Matrice_hermitiana" title="Matrice hermitiana – Italian" lang="it" hreflang="it" class="interlanguage-link-target" xml:lang="it">Italiano</a>
+ </li>
+ <li class="interlanguage-link interwiki-lv">
+ <a href="https://lv.wikipedia.org/wiki/Ermita_matrica" title="Ermita matrica – Latvian" lang="lv" hreflang="lv" class="interlanguage-link-target" xml:lang="lv">Latviešu</a>
+ </li>
+ <li class="interlanguage-link interwiki-lt">
+ <a href="https://lt.wikipedia.org/wiki/Ermito_matrica" title="Ermito matrica – Lithuanian" lang="lt" hreflang="lt" class="interlanguage-link-target" xml:lang="lt">Lietuvių</a>
+ </li>
+ <li class="interlanguage-link interwiki-hu">
+ <a href="https://hu.wikipedia.org/wiki/Hermitikus_m%C3%A1trix" title="Hermitikus mátrix – Hungarian" lang="hu" hreflang="hu" class="interlanguage-link-target" xml:lang="hu">Magyar</a>
+ </li>
+ <li class="interlanguage-link interwiki-nl">
+ <a href="https://nl.wikipedia.org/wiki/Hermitische_matrix" title="Hermitische matrix – Dutch" lang="nl" hreflang="nl" class="interlanguage-link-target" xml:lang="nl">Nederlands</a>
+ </li>
+ <li class="interlanguage-link interwiki-ja">
+ <a href="https://ja.wikipedia.org/wiki/%E3%82%A8%E3%83%AB%E3%83%9F%E3%83%BC%E3%83%88%E8%A1%8C%E5%88%97" title="エルミート行列 – Japanese" lang="ja" hreflang="ja" class="interlanguage-link-target" xml:lang="ja">日本語</a>
+ </li>
+ <li class="interlanguage-link interwiki-pl">
+ <a href="https://pl.wikipedia.org/wiki/Macierz_hermitowska" title="Macierz hermitowska – Polish" lang="pl" hreflang="pl" class="interlanguage-link-target" xml:lang="pl">Polski</a>
+ </li>
+ <li class="interlanguage-link interwiki-pt">
+ <a href="https://pt.wikipedia.org/wiki/Matriz_hermitiana" title="Matriz hermitiana – Portuguese" lang="pt" hreflang="pt" class="interlanguage-link-target" xml:lang="pt">Português</a>
+ </li>
+ <li class="interlanguage-link interwiki-ru">
+ <a href="https://ru.wikipedia.org/wiki/%D0%AD%D1%80%D0%BC%D0%B8%D1%82%D0%BE%D0%B2%D0%B0_%D0%BC%D0%B0%D1%82%D1%80%D0%B8%D1%86%D0%B0" title="Эрмитова матрица – Russian" lang="ru" hreflang="ru" class="interlanguage-link-target" xml:lang="ru">Русский</a>
+ </li>
+ <li class="interlanguage-link interwiki-sl">
+ <a href="https://sl.wikipedia.org/wiki/Hermitska_matrika" title="Hermitska matrika – Slovenian" lang="sl" hreflang="sl" class="interlanguage-link-target" xml:lang="sl">Slovenščina</a>
+ </li>
+ <li class="interlanguage-link interwiki-sr">
+ <a href="https://sr.wikipedia.org/wiki/%D0%95%D1%80%D0%BC%D0%B8%D1%82%D1%81%D0%BA%D0%B0_%D0%BC%D0%B0%D1%82%D1%80%D0%B8%D1%86%D0%B0" title="Ермитска матрица – Serbian" lang="sr" hreflang="sr" class="interlanguage-link-target" xml:lang="sr">Српски / srpski</a>
+ </li>
+ <li class="interlanguage-link interwiki-fi">
+ <a href="https://fi.wikipedia.org/wiki/Hermiittinen_matriisi" title="Hermiittinen matriisi – Finnish" lang="fi" hreflang="fi" class="interlanguage-link-target" xml:lang="fi">Suomi</a>
+ </li>
+ <li class="interlanguage-link interwiki-sv">
+ <a href="https://sv.wikipedia.org/wiki/Hermitesk_matris" title="Hermitesk matris – Swedish" lang="sv" hreflang="sv" class="interlanguage-link-target" xml:lang="sv">Svenska</a>
+ </li>
+ <li class="interlanguage-link interwiki-ta">
+ <a href="https://ta.wikipedia.org/wiki/%E0%AE%B9%E0%AF%86%E0%AE%B0%E0%AF%8D%E0%AE%AE%E0%AF%88%E0%AE%9F%E0%AF%8D_%E0%AE%85%E0%AE%A3%E0%AE%BF" title="ஹெர்மைட் அணி – Tamil" lang="ta" hreflang="ta" class="interlanguage-link-target" xml:lang="ta">தமிழ்</a>
+ </li>
+ <li class="interlanguage-link interwiki-th">
+ <a href="https://th.wikipedia.org/wiki/%E0%B9%80%E0%B8%A1%E0%B8%97%E0%B8%A3%E0%B8%B4%E0%B8%81%E0%B8%8B%E0%B9%8C%E0%B9%81%E0%B8%AD%E0%B8%A3%E0%B9%8C%E0%B8%A1%E0%B8%B4%E0%B8%95" title="เมทริกซ์แอร์มิต – Thai" lang="th" hreflang="th" class="interlanguage-link-target" xml:lang="th">ไทย</a>
+ </li>
+ <li class="interlanguage-link interwiki-tr">
+ <a href="https://tr.wikipedia.org/wiki/Hermisyen_matris" title="Hermisyen matris – Turkish" lang="tr" hreflang="tr" class="interlanguage-link-target" xml:lang="tr">Türkçe</a>
+ </li>
+ <li class="interlanguage-link interwiki-uk">
+ <a href="https://uk.wikipedia.org/wiki/%D0%95%D1%80%D0%BC%D1%96%D1%82%D0%BE%D0%B2%D0%B0_%D0%BC%D0%B0%D1%82%D1%80%D0%B8%D1%86%D1%8F" title="Ермітова матриця – Ukrainian" lang="uk" hreflang="uk" class="interlanguage-link-target" xml:lang="uk">Українська</a>
+ </li>
+ <li class="interlanguage-link interwiki-zh">
+ <a href="https://zh.wikipedia.org/wiki/%E5%9F%83%E5%B0%94%E7%B1%B3%E7%89%B9%E7%9F%A9%E9%98%B5" title="埃尔米特矩阵 – Chinese" lang="zh" hreflang="zh" class="interlanguage-link-target" xml:lang="zh">中文</a>
+ </li>
+ </ul>
+ <div class="after-portlet after-portlet-lang">
+ <span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q652941#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="footer" role="contentinfo">
+ <ul id="footer-info" class="">
+ <li id="footer-info-lastmod">This page was last edited on 24 February 2020, at 20:33<span class="anonymous-show">&#160;(UTC)</span>.
+ </li>
+ <li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a><a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>; additional terms may apply. By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.
+ </li>
+ </ul>
+ <ul id="footer-places" class="">
+ <li id="footer-places-privacy">
+ <a href="https://foundation.wikimedia.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a>
+ </li>
+ <li id="footer-places-about">
+ <a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a>
+ </li>
+ <li id="footer-places-disclaimer">
+ <a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a>
+ </li>
+ <li id="footer-places-contact">
+ <a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a>
+ </li>
+ <li id="footer-places-developers">
+ <a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a>
+ </li>
+ <li id="footer-places-statslink">
+ <a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a>
+ </li>
+ <li id="footer-places-cookiestatement">
+ <a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Cookie statement</a>
+ </li>
+ <li id="footer-places-mobileview">
+ <a href="//en.m.wikipedia.org/w/index.php?title=Hermitian_matrix&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a>
+ </li>
+ </ul>
+ <ul id="footer-icons" class="noprint">
+ <li id="footer-copyrightico">
+ <a href="https://wikimediafoundation.org/"><img src="/static/images/wikimedia-button.png" srcset="/static/images/wikimedia-button-1.5x.png 1.5x, /static/images/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" /></a>
+ </li>
+ <li id="footer-poweredbyico">
+ <a href="https://www.mediawiki.org/"><img src="/static/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/poweredby_mediawiki_132x47.png 1.5x, /static/images/poweredby_mediawiki_176x62.png 2x" width="88" height="31" /></a>
+ </li>
+ </ul>
+ <div style="clear: both;"></div>
+ </div>
+ <script>
+ <![CDATA[
+ (RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.344","walltime":"0.623","ppvisitednodes":{"value":1719,"limit":1000000},"postexpandincludesize":{"value":18736,"limit":2097152},"templateargumentsize":{"value":1789,"limit":2097152},"expansiondepth":{"value":13,"limit":40},"expensivefunctioncount":{"value":3,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":14154,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 423.690 1 -total"," 26.69% 113.077 1 Template:Use_American_English"," 21.93% 92.904 1 Template:Reflist"," 19.39% 82.135 2 Template:Cite_book"," 14.77% 62.599 1 Template:Short_description"," 9.97% 42.248 1 Template:Expand_section"," 7.81% 33.100 1 Template:Ambox"," 7.76% 32.863 1 Template:Pagetype"," 6.13% 25.975 1 Template:Citation_needed"," 5.21% 22.058 1 Template:Fix"]},"scribunto":{"limitreport-timeusage":{"value":"0.107","limit":"10.000"},"limitreport-memusage":{"value":3494345,"limit":52428800}},"cachereport":{"origin":"mw1375","timestamp":"20200224203345","ttl":2592000,"transientcontent":false}}});});
+ ]]>
+ </script>
+ <script type="application/ld+json">
+ <![CDATA[
+ {"@context":"https:\/\/schema.org","@type":"Article","name":"Hermitian matrix","url":"https:\/\/en.wikipedia.org\/wiki\/Hermitian_matrix","sameAs":"http:\/\/www.wikidata.org\/entity\/Q652941","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q652941","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2003-02-28T21:51:08Z","dateModified":"2020-02-24T20:33:46Z","headline":"matrix equal to its conjugate-transpose"}
+ ]]>
+ </script>
+ <script>
+ <![CDATA[
+ (RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":114,"wgHostname":"mw1248"});});
+ ]]>
+ </script>
+ </body>
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json
new file mode 100644
index 0000000..fc1eaf6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json
@@ -0,0 +1,10 @@
+[
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/5\/5c\/Mozilla_dinosaur_head_logo.png\/200px-Mozilla_dinosaur_head_logo.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/76\/Mozilla_Firefox_logo_2013.svg\/220px-Mozilla_Firefox_logo_2013.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/0\/0d\/SeaMonkey.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d7\/Buggie.svg\/220px-Buggie.svg.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/2a\/London_Mozilla_Workspace.jpg\/220px-London_Mozilla_Workspace.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/0b\/Mozilla_Reps.png\/220px-Mozilla_Reps.png",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/e\/e4\/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg\/220px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg",
+ "http:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/4\/4a\/Commons-logo.svg\/30px-Commons-logo.svg.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json
new file mode 100644
index 0000000..b6e3d76
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": "ltr",
+ "Excerpt": "Mozilla is a free-software community, created in 1998 by members of Netscape. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, with only minor exceptions.[1] The community is supported institutionally by the Mozilla Foundation and its tax-paying subsidiary, the Mozilla Corporation.[2]",
+ "Image": null,
+ "Title": "Mozilla - Wikipedia",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html
new file mode 100644
index 0000000..0764fb8
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html
@@ -0,0 +1,469 @@
+<div id="mw-content-text" lang="en" dir="ltr">
+
+ <table readabilityDataTable="1">
+ <caption>Mozilla</caption>
+ <tr>
+ <td colspan="2">
+ <a href="http://fakehost/wiki/File:Mozilla_dinosaur_head_logo.png"><img alt="Mozilla dinosaur head logo.png" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Mozilla_dinosaur_head_logo.png/200px-Mozilla_dinosaur_head_logo.png" width="200" height="143" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Mozilla_dinosaur_head_logo.png/300px-Mozilla_dinosaur_head_logo.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Mozilla_dinosaur_head_logo.png/400px-Mozilla_dinosaur_head_logo.png 2x" data-file-width="1300" data-file-height="929"></a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">Industry</th>
+ <td><a href="http://fakehost/wiki/Open-source_software" title="Open-source software">Open-source software</a></td>
+ </tr>
+ <tr>
+ <th scope="row">Founded</th>
+ <td>February&nbsp;28, 1998<span>; 18 years ago</span>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">Founder</th>
+ <td><a href="http://fakehost/wiki/Netscape" title="Netscape">Netscape Communications Corporation</a></td>
+ </tr>
+ <tr>
+ <th scope="row">Products</th>
+ <td><a href="http://fakehost/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Application Suite</a></td>
+ </tr>
+ <tr>
+ <th scope="row"><a href="http://fakehost/wiki/Division_(business)" title="Division (business)">Divisions</a></th>
+ <td>
+ <div>
+ <ul>
+ <li><a href="http://fakehost/wiki/Mozilla_Corporation" title="Mozilla Corporation">Mozilla Corporation</a></li>
+ <li><a href="http://fakehost/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row">Website</th>
+ <td><span><a rel="nofollow" href="http://mozilla.org/,%20https://www.mozilla.org/tr/">mozilla<wbr>.org<wbr>/,%20https:<wbr>//www<wbr>.mozilla<wbr>.org<wbr>/tr<wbr>/</a></span></td>
+ </tr>
+ </table>
+ <p><b>Mozilla</b> is a <a href="http://fakehost/wiki/Free_software" title="Free software">free-software</a> community, created in 1998 by members of <a href="http://fakehost/wiki/Netscape" title="Netscape">Netscape</a>. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, with only minor exceptions.<sup id="cite_ref-1"><a href="#cite_note-1">[1]</a></sup> The community is supported institutionally by the <a href="http://fakehost/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a> and its tax-paying subsidiary, the <a href="http://fakehost/wiki/Mozilla_Corporation" title="Mozilla Corporation">Mozilla Corporation</a>.<sup id="cite_ref-2"><a href="#cite_note-2">[2]</a></sup></p>
+ <p><a href="http://fakehost/wiki/List_of_Mozilla_products" title="List of Mozilla products">Mozilla produces many products</a> such as the <a href="http://fakehost/wiki/Firefox" title="Firefox">Firefox</a> web browser, <a href="http://fakehost/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a> e-mail client, <a href="http://fakehost/wiki/Firefox_Mobile" title="Firefox Mobile">Firefox Mobile</a> web browser, <a href="http://fakehost/wiki/Firefox_OS" title="Firefox OS">Firefox OS</a> mobile operating system, <a href="http://fakehost/wiki/Bugzilla" title="Bugzilla">Bugzilla</a> bug tracking system and other projects.</p>
+
+
+
+ <h2><span id="History">History</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=1" title="Edit section: History">edit</a><span>]</span></span>
+ </h2>
+ <p>On January 23, 1998, Netscape made two announcements: first, that <a href="http://fakehost/wiki/Netscape_Communicator" title="Netscape Communicator">Netscape Communicator</a> will be free; second, that the source code will also be free.<sup id="cite_ref-3"><a href="#cite_note-3">[3]</a></sup> One day later, <a href="http://fakehost/wiki/Jamie_Zawinski" title="Jamie Zawinski">Jamie Zawinski</a> from Netscape registered <span>mozilla.org</span>.<sup id="cite_ref-4"><a href="#cite_note-4">[4]</a></sup> The project was named Mozilla after the original code name of the <a href="http://fakehost/wiki/Netscape_Navigator" title="Netscape Navigator">Netscape Navigator</a> browser which is a blending of "<a href="http://fakehost/wiki/Mosaic_(web_browser)" title="Mosaic (web browser)">Mosaic</a> and <a href="http://fakehost/wiki/Godzilla" title="Godzilla">Godzilla</a>"<sup id="cite_ref-google_5-0"><a href="#cite_note-google-5">[5]</a></sup> and used to co-ordinate the development of the <a href="http://fakehost/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Application Suite</a>, the <a href="http://fakehost/wiki/Open_source" title="Open source">open source</a> version of Netscape's internet software, <a href="http://fakehost/wiki/Netscape_Communicator" title="Netscape Communicator">Netscape Communicator</a>.<sup id="cite_ref-Mozilla_Launch_Announcement_6-0"><a href="#cite_note-Mozilla_Launch_Announcement-6">[6]</a></sup><sup id="cite_ref-7"><a href="#cite_note-7">[7]</a></sup> Jamie Zawinski says he came up with the name "Mozilla" at a Netscape staff meeting.<sup id="cite_ref-8"><a href="#cite_note-8">[8]</a></sup><sup id="cite_ref-9"><a href="#cite_note-9">[9]</a></sup> A small group of Netscape employees were tasked with coordination of the new community.</p>
+ <p>Originally, Mozilla aimed to be a technology provider for companies, such as Netscape, who would commercialize their open source code.<sup id="cite_ref-10"><a href="#cite_note-10">[10]</a></sup> When <a href="http://fakehost/wiki/AOL" title="AOL">AOL</a> (Netscape's parent company) greatly reduced its involvement with Mozilla in July 2003, the <a href="http://fakehost/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a> was designated the legal steward of the project.<sup id="cite_ref-11"><a href="#cite_note-11">[11]</a></sup> Soon after, Mozilla deprecated the Mozilla Suite in favor of creating independent applications for each function, primarily the <a href="http://fakehost/wiki/Firefox" title="Firefox">Firefox</a> web browser and the <a href="http://fakehost/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a> email client, and moved to supply them directly to the public.<sup id="cite_ref-12"><a href="#cite_note-12">[12]</a></sup></p>
+ <p>Recently, Mozilla's activities have expanded to include Firefox on mobile platforms (primarily <a href="http://fakehost/wiki/Android_(operating_system)" title="Android (operating system)">Android</a>),<sup id="cite_ref-13"><a href="#cite_note-13">[13]</a></sup> a mobile OS called <a href="http://fakehost/wiki/Firefox_OS" title="Firefox OS">Firefox OS</a>,<sup id="cite_ref-14"><a href="#cite_note-14">[14]</a></sup> a web-based identity system called <a href="http://fakehost/wiki/Mozilla_Persona" title="Mozilla Persona">Mozilla Persona</a> and a marketplace for HTML5 applications.<sup id="cite_ref-15"><a href="#cite_note-15">[15]</a></sup></p>
+ <p>In a report released in November 2012, Mozilla reported that their total revenue for 2011 was $163&nbsp;million, which was up 33% from $123&nbsp;million in 2010. Mozilla noted that roughly 85% of their revenue comes from their contract with Google.<sup id="cite_ref-16"><a href="#cite_note-16">[16]</a></sup></p>
+ <p>At the end of 2013, Mozilla announced a deal with <a href="http://fakehost/wiki/Cisco_Systems" title="Cisco Systems">Cisco Systems</a> whereby Firefox would download and use a Cisco-provided binary build of an open source<sup id="cite_ref-github_17-0"><a href="#cite_note-github-17">[17]</a></sup> <a href="http://fakehost/wiki/Codec" title="Codec">codec</a> to play the <a href="http://fakehost/wiki/Proprietary_format" title="Proprietary format">proprietary</a> <a href="http://fakehost/wiki/H.264" title="H.264">H.264</a> video format.<sup id="cite_ref-gigaom_18-0"><a href="#cite_note-gigaom-18">[18]</a></sup><sup id="cite_ref-techrepublic_19-0"><a href="#cite_note-techrepublic-19">[19]</a></sup> As part of the deal, Cisco would pay any patent licensing fees associated with the binaries that it distributes. Mozilla's CTO, <a href="http://fakehost/wiki/Brendan_Eich" title="Brendan Eich">Brendan Eich</a>, acknowledged that this is "not a complete solution" and isn't "perfect".<sup id="cite_ref-20"><a href="#cite_note-20">[20]</a></sup> An employee in Mozilla's video formats team, writing in an unofficial capacity, justified<sup id="cite_ref-21"><a href="#cite_note-21">[21]</a></sup> it by the need to maintain their large user base, which would be necessary in future battles for truly free video formats.</p>
+ <p>In December 2013, Mozilla announced funding for the development of non-<a href="http://fakehost/wiki/Free_software" title="Free software">free</a> games<sup id="cite_ref-22"><a href="#cite_note-22">[22]</a></sup> through its Game Creator Challenge. However, even those games that may be released under a non-free software or open source license must be made with open web technologies and Javascript as per the work criteria outlined in the announcement.</p>
+ <h3><span id="Eich_CEO_promotion_controversy">Eich CEO promotion controversy</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=2" title="Edit section: Eich CEO promotion controversy">edit</a><span>]</span></span>
+ </h3>
+ <p>On March 24, 2014, Mozilla promoted <a href="http://fakehost/wiki/Brendan_Eich" title="Brendan Eich">Brendan Eich</a> to the role of CEO. This led to boycotts and protests from the LGBT community and its supporters, as Eich previously donated US$1,000<sup id="cite_ref-23"><a href="#cite_note-23">[23]</a></sup> in 2008 in support of <a href="http://fakehost/wiki/California_Proposition_8_(2008)" title="California Proposition 8 (2008)">California's Proposition 8</a>, a California ballot proposition and state constitutional amendment in opposition to same-sex marriage.<sup id="cite_ref-arstechnica_24-0"><a href="#cite_note-arstechnica-24">[24]</a></sup> Eich's donation first became public knowledge in 2012, while he was Mozilla’s chief technical officer, leading to angry responses on Twitter—including the use of the hashtag "#wontworkwithbigots".<sup id="cite_ref-25"><a href="#cite_note-25">[25]</a></sup></p>
+ <p>Protests also emerged in 2014 following the announcement of Eich's appointment as CEO of Mozilla. U.S. companies <a href="http://fakehost/wiki/OkCupid" title="OkCupid">OkCupid</a> and <a href="http://fakehost/wiki/CREDO_Mobile" title="CREDO Mobile">CREDO Mobile</a> received media coverage for their objections, with the former asking its users to boycott the browser,<sup id="cite_ref-26"><a href="#cite_note-26">[26]</a></sup> while Credo amassed 50,000 signatures for a petition that called for Eich's resignation</p>
+ <p>Due to the controversy, Eich voluntarily stepped down on April 3, 2014<sup id="cite_ref-27"><a href="#cite_note-27">[27]</a></sup> and <a href="http://fakehost/wiki/Mitchell_Baker" title="Mitchell Baker">Mitchell Baker</a>, executive chairwoman of Mozilla Corporation, posted a statement on the Mozilla blog: "We didn’t move fast enough to engage with people once the controversy started. Mozilla believes both in equality and freedom of speech. Equality is necessary for meaningful speech. And you need free speech to fight for equality."<sup id="cite_ref-28"><a href="#cite_note-28">[28]</a></sup> Eich's resignation promoted a larger backlash from conservatives who felt he had been forced out of the company internally.<sup>[<i><a href="http://fakehost/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (August 2015)">citation needed</span></a></i>]</sup></p>
+ <p>OkCupid co-founder and CEO <a href="http://fakehost/wiki/Sam_Yagan" title="Sam Yagan">Sam Yagan</a> had also donated $500<sup id="cite_ref-29"><a href="#cite_note-29">[29]</a></sup> to Republican candidate <a href="http://fakehost/wiki/Chris_Cannon" title="Chris Cannon">Chris Cannon</a> who proceeded to vote for multiple measures viewed as "anti-gay", including the banning of same-sex marriage.<sup id="cite_ref-30"><a href="#cite_note-30">[30]</a></sup><sup id="cite_ref-31"><a href="#cite_note-31">[31]</a></sup><sup id="cite_ref-32"><a href="#cite_note-32">[32]</a></sup><sup id="cite_ref-33"><a href="#cite_note-33">[33]</a></sup> Yagan claims he did not know about Cannon's stance on gay rights and that his contribution was due to the candidate being the ranking Republican participating in the House subcommittee that oversaw Internet and Intellectual Property matters.<sup id="cite_ref-34"><a href="#cite_note-34">[34]</a></sup><sup id="cite_ref-35"><a href="#cite_note-35">[35]</a></sup><sup id="cite_ref-uncrunched.com_36-0"><a href="#cite_note-uncrunched.com-36">[36]</a></sup><sup id="cite_ref-37"><a href="#cite_note-37">[37]</a></sup><sup id="cite_ref-38"><a href="#cite_note-38">[38]</a></sup></p>
+ <p>Reader comments on articles that were published close to the events were divided between support for OkCupid's actions and opposition to them. Supporters claimed the boycott was justified and saw OkCupid's actions as a firm statement of opposition to intolerance towards the gay community. Opponents saw OkCupid's actions as hypocritical, since Eich is also the inventor of <a href="http://fakehost/wiki/Brendan_Eich#Netscape_and_JavaScript" title="Brendan Eich">JavaScript</a>, which is still required to browse OkCupid's website, and felt that users should not be punished for the actions of Mozilla and suspected that OkCupid's actions were a <a href="http://fakehost/wiki/Publicity_stunt" title="Publicity stunt">publicity stunt</a>.<sup id="cite_ref-uncrunched.com_36-1"><a href="#cite_note-uncrunched.com-36">[36]</a></sup><sup id="cite_ref-39"><a href="#cite_note-39">[39]</a></sup></p>
+ <h2><span id="Values">Values</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=3" title="Edit section: Values">edit</a><span>]</span></span>
+ </h2>
+ <p>According to Mozilla's manifesto,<sup id="cite_ref-manifesto_40-0"><a href="#cite_note-manifesto-40">[40]</a></sup> which outlines goals, principles, and a pledge, "The Mozilla project uses a community-based approach to create world-class open source software and to develop new types of collaborative activities". Mozilla's manifesto mentions only its beliefs in regards to the Internet and Internet privacy, and has no mention of any political or social viewpoints.</p>
+ <h3><span id="Pledge">Pledge</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=4" title="Edit section: Pledge">edit</a><span>]</span></span>
+ </h3>
+ <p>According to the Mozilla Foundation:<sup id="cite_ref-41"><a href="#cite_note-41">[41]</a></sup></p>
+ <blockquote>
+ <p>The Mozilla Foundation pledges to support the Mozilla Manifesto in its activities. Specifically, we will:</p>
+ <ul>
+ <li>Build and enable open-source technologies and communities that support the Manifesto’s principles;</li>
+ <li>Build and deliver great consumer products that support the Manifesto’s principles;</li>
+ <li>Use the Mozilla assets (intellectual property such as copyrights and trademarks, infrastructure, funds, and reputation) to keep the Internet an open platform;</li>
+ <li>Promote models for creating economic value for the public benefit; and</li>
+ <li>Promote the Mozilla Manifesto principles in public discourse and within the Internet industry.</li>
+ </ul>
+ </blockquote>
+ <h2><span id="Software">Software</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=5" title="Edit section: Software">edit</a><span>]</span></span>
+ </h2>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Mozilla_Firefox_logo_2013.svg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/220px-Mozilla_Firefox_logo_2013.svg.png" width="220" height="233" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/330px-Mozilla_Firefox_logo_2013.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/440px-Mozilla_Firefox_logo_2013.svg.png 2x" data-file-width="352" data-file-height="373"></a></p>
+ </div>
+ <h3><span id="Firefox">Firefox</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=6" title="Edit section: Firefox">edit</a><span>]</span></span>
+ </h3>
+
+ <p><a href="http://fakehost/wiki/Firefox" title="Firefox">Firefox</a> is a <a href="http://fakehost/wiki/Web_browser" title="Web browser">web browser</a>, and is Mozilla's <a href="http://fakehost/wiki/Flagship_product" title="Flagship product">flagship</a> software product. It is available in both desktop and mobile versions. Firefox uses the <a href="http://fakehost/wiki/Gecko_(software)" title="Gecko (software)">Gecko</a> <a href="http://fakehost/wiki/Layout_engine" title="Layout engine">layout engine</a> to render web pages, which implements current and anticipated <a href="http://fakehost/wiki/Web_standards" title="Web standards">web standards</a>.<sup id="cite_ref-42"><a href="#cite_note-42">[42]</a></sup> As of late 2015, Firefox has approximately 10-11% of worldwide <a href="http://fakehost/wiki/Usage_share_of_web_browsers#Summary" title="Usage share of web browsers">usage share of web browsers</a>, making it the 4th most-used web browser.<sup id="cite_ref-w3counter1_43-0"><a href="#cite_note-w3counter1-43">[43]</a></sup><sup id="cite_ref-gs.statcounter.com_44-0"><a href="#cite_note-gs.statcounter.com-44">[44]</a></sup><sup id="cite_ref-getclicky1_45-0"><a href="#cite_note-getclicky1-45">[45]</a></sup></p>
+ <p>Firefox began as an experimental branch of the <a href="http://fakehost/wiki/Mozilla#Mozilla_Project" title="Mozilla">Mozilla codebase</a> by <a href="http://fakehost/wiki/Dave_Hyatt" title="Dave Hyatt">Dave Hyatt</a>, <a href="http://fakehost/wiki/Joe_Hewitt_(programmer)" title="Joe Hewitt (programmer)">Joe Hewitt</a> and <a href="http://fakehost/wiki/Blake_Ross" title="Blake Ross">Blake Ross</a>. They believed the commercial requirements of <a href="http://fakehost/wiki/Netscape" title="Netscape">Netscape's</a> sponsorship and developer-driven <a href="http://fakehost/wiki/Feature_creep" title="Feature creep">feature creep</a> compromised the utility of the Mozilla browser.<sup id="cite_ref-46"><a href="#cite_note-46">[46]</a></sup> To combat what they saw as the <a href="http://fakehost/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Suite's</a> <a href="http://fakehost/wiki/Software_bloat" title="Software bloat">software bloat</a>, they created a stand-alone browser, with which they intended to replace the Mozilla Suite.</p>
+ <p>Firefox was originally named <i>Phoenix</i> but the name was changed so as to avoid trademark conflicts with <a href="http://fakehost/wiki/Phoenix_Technologies" title="Phoenix Technologies">Phoenix Technologies</a>. The initially-announced replacement, <i>Firebird</i>, provoked objections from the <a href="http://fakehost/wiki/Firebird_(database_server)" title="Firebird (database server)">Firebird</a> project community.<sup id="cite_ref-47"><a href="#cite_note-47">[47]</a></sup><sup id="cite_ref-48"><a href="#cite_note-48">[48]</a></sup> The current name, Firefox, was chosen on February 9, 2004.<sup id="cite_ref-49"><a href="#cite_note-49">[49]</a></sup></p>
+ <h3><span id="Firefox_Mobile">Firefox Mobile</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=7" title="Edit section: Firefox Mobile">edit</a><span>]</span></span>
+ </h3>
+
+ <p>Firefox Mobile (codenamed <i>Fennec</i>) is the build of the <a href="http://fakehost/wiki/Firefox" title="Firefox">Mozilla Firefox</a> <a href="http://fakehost/wiki/Web_browser" title="Web browser">web browser</a> for devices such as <a href="http://fakehost/wiki/Smartphone" title="Smartphone">smartphones</a> and <a href="http://fakehost/wiki/Tablet_computer" title="Tablet computer">tablet computers</a>.</p>
+ <p>Firefox Mobile uses the same <a href="http://fakehost/wiki/Gecko_(layout_engine)" title="Gecko (layout engine)">Gecko</a> <a href="http://fakehost/wiki/Layout_engine" title="Layout engine">layout engine</a> as <a href="http://fakehost/wiki/Firefox" title="Firefox">Mozilla Firefox</a>. For example, version 1.0 used the same engine as Firefox 3.6, and the following release, 4.0, shared core code with Firefox 4.0. Its features include <a href="http://fakehost/wiki/HTML5" title="HTML5">HTML5</a> support, <a href="http://fakehost/wiki/Firefox_Sync" title="Firefox Sync">Firefox Sync</a>, <a href="http://fakehost/wiki/Add-on_(Mozilla)" title="Add-on (Mozilla)">add-ons</a> support and <a href="http://fakehost/wiki/Tabbed_browsing" title="Tabbed browsing">tabbed browsing</a>.<sup id="cite_ref-50"><a href="#cite_note-50">[50]</a></sup></p>
+ <p>Firefox Mobile is currently available for <a href="http://fakehost/wiki/Android_(operating_system)" title="Android (operating system)">Android</a> 2.2 and above devices with an <a href="http://fakehost/wiki/ARM_architecture" title="ARM architecture">ARMv7</a> or <a href="http://fakehost/wiki/ARM_architecture" title="ARM architecture">ARMv6</a> CPU.<sup id="cite_ref-51"><a href="#cite_note-51">[51]</a></sup> The x86 architecture is not officially supported.<sup id="cite_ref-52"><a href="#cite_note-52">[52]</a></sup> <a href="http://fakehost/wiki/Tristan_Nitot" title="Tristan Nitot">Tristan Nitot</a>, president of <a href="http://fakehost/wiki/Mozilla_Europe" title="Mozilla Europe">Mozilla Europe</a>, has said that it's unlikely that an <a href="http://fakehost/wiki/IPhone" title="IPhone">iPhone</a> or a <a href="http://fakehost/wiki/BlackBerry" title="BlackBerry">BlackBerry</a> version will be released, citing <a href="http://fakehost/wiki/Apple_Inc" title="Apple Inc">Apple's</a> iTunes Store application approval policies (which forbid applications competing with Apple's own, and forbid engines which run downloaded code) and BlackBerry's limited operating system as the reasons.<sup id="cite_ref-53"><a href="#cite_note-53">[53]</a></sup></p>
+ <h3><span id="Firefox_OS">Firefox OS</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=8" title="Edit section: Firefox OS">edit</a><span>]</span></span>
+ </h3>
+
+ <p>Firefox OS (project name: <i>Boot to Gecko</i> also known as <i>B2G</i>) is an <a href="http://fakehost/wiki/Open_source" title="Open source">open source</a> <a href="http://fakehost/wiki/Operating_system" title="Operating system">operating system</a> in development by Mozilla that aims to support <a href="http://fakehost/wiki/HTML5" title="HTML5">HTML5</a> apps written using "<a href="http://fakehost/wiki/Open_Web" title="Open Web">open Web</a>" technologies rather than platform-specific native <a href="http://fakehost/wiki/Application_programming_interface" title="Application programming interface">APIs</a>. The concept behind Firefox OS is that all user-accessible software will be HTML5 applications, that use Open Web APIs to access the phone's hardware directly via <a href="http://fakehost/wiki/JavaScript" title="JavaScript">JavaScript</a>.<sup id="cite_ref-54"><a href="#cite_note-54">[54]</a></sup></p>
+ <p>Some devices using this OS include<sup id="cite_ref-55"><a href="#cite_note-55">[55]</a></sup> Alcatel One Touch Fire, ZTE Open, LG Fireweb.</p>
+ <h3><span id="Thunderbird">Thunderbird</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=9" title="Edit section: Thunderbird">edit</a><span>]</span></span>
+ </h3>
+
+ <p><a href="http://fakehost/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a> is a free, open source, cross-platform email and news client developed by the volunteers of the Mozilla Community.</p>
+ <p>On July 16, 2012, Mitchell Baker announced that Mozilla's leadership had come to the conclusion that on-going stability was the most important thing for Thunderbird and that innovation in Thunderbird was no longer a priority for Mozilla. In that update Baker also suggested that Mozilla had provided a pathway for community to innovate around Thunderbird if the community chooses.<sup id="cite_ref-56"><a href="#cite_note-56">[56]</a></sup></p>
+ <h3><span id="SeaMonkey">SeaMonkey</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=10" title="Edit section: SeaMonkey">edit</a><span>]</span></span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:SeaMonkey.png"><img alt src="http://upload.wikimedia.org/wikipedia/commons/0/0d/SeaMonkey.png" width="128" height="128" data-file-width="128" data-file-height="128"></a></p>
+ </div>
+ <p><a href="http://fakehost/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a> (formerly the Mozilla Application Suite) is a free and open source cross platform suite of Internet software components including a web browser component, a client for sending and receiving email and <a href="http://fakehost/wiki/USENET" title="USENET">USENET</a> newsgroup messages, an HTML editor (<a href="http://fakehost/wiki/Mozilla_Composer" title="Mozilla Composer">Mozilla Composer</a>) and the <a href="http://fakehost/wiki/ChatZilla" title="ChatZilla">ChatZilla</a> IRC client.</p>
+ <p>On March 10, 2005, <a href="http://fakehost/wiki/The_Mozilla_Foundation" title="The Mozilla Foundation">the Mozilla Foundation</a> announced that it would not release any official versions of Mozilla Application Suite beyond 1.7.x, since it had now focused on the standalone applications <a href="http://fakehost/wiki/Mozilla_Firefox" title="Mozilla Firefox">Firefox</a> and <a href="http://fakehost/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a>.<sup id="cite_ref-57"><a href="#cite_note-57">[57]</a></sup> SeaMonkey is now maintained by the SeaMonkey Council, which has <a href="http://fakehost/wiki/Trademark" title="Trademark">trademarked</a> the SeaMonkey name with help from the Mozilla Foundation.<sup id="cite_ref-58"><a href="#cite_note-58">[58]</a></sup> The Mozilla Foundation provides project hosting for the SeaMonkey developers.</p>
+
+ <h3><span id="Bugzilla">Bugzilla</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=11" title="Edit section: Bugzilla">edit</a><span>]</span></span>
+ </h3>
+
+ <div>
+ <p><a href="http://fakehost/wiki/File:Buggie.svg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/220px-Buggie.svg.png" width="220" height="289" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/330px-Buggie.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/440px-Buggie.svg.png 2x" data-file-width="95" data-file-height="125"></a></p>
+ </div>
+ <p><a href="http://fakehost/wiki/Bugzilla" title="Bugzilla">Bugzilla</a> is a <a href="http://fakehost/wiki/World_Wide_Web" title="World Wide Web">web</a>-based general-purpose <a href="http://fakehost/wiki/Bug_tracking_system" title="Bug tracking system">bug tracking system</a>, which was released as <a href="http://fakehost/wiki/Open_source_software" title="Open source software">open source software</a> by <a href="http://fakehost/wiki/Netscape_Communications" title="Netscape Communications">Netscape Communications</a> in 1998 along with the rest of the Mozilla codebase, and is currently stewarded by Mozilla. It has been adopted by a variety of organizations for use as a <a href="http://fakehost/wiki/Bug_tracking_system" title="Bug tracking system">bug tracking system</a> for both <a href="http://fakehost/wiki/Free_and_open_source_software" title="Free and open source software">free and open source software</a> and <a href="http://fakehost/wiki/Proprietary_software" title="Proprietary software">proprietary</a> projects and products, including the <a href="http://fakehost/wiki/The_Mozilla_Foundation" title="The Mozilla Foundation">Mozilla Foundation</a>, the <a href="http://fakehost/wiki/Linux_kernel" title="Linux kernel">Linux kernel</a>, <a href="http://fakehost/wiki/GNOME" title="GNOME">GNOME</a>, <a href="http://fakehost/wiki/KDE" title="KDE">KDE</a>, <a href="http://fakehost/wiki/Red_Hat" title="Red Hat">Red Hat</a>, <a href="http://fakehost/wiki/Novell" title="Novell">Novell</a>, <a href="http://fakehost/wiki/Eclipse_(software)" title="Eclipse (software)">Eclipse</a> and <a href="http://fakehost/wiki/LibreOffice" title="LibreOffice">LibreOffice</a>.<sup id="cite_ref-59"><a href="#cite_note-59">[59]</a></sup></p>
+ <h3><span id="Components">Components</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=12" title="Edit section: Components">edit</a><span>]</span></span>
+ </h3>
+ <h4><span id="NSS">NSS</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=13" title="Edit section: NSS">edit</a><span>]</span></span>
+ </h4>
+
+ <p><a href="http://fakehost/wiki/Network_Security_Services" title="Network Security Services">Network Security Services</a> (NSS) comprises a set of <a href="http://fakehost/wiki/Library_(computing)" title="Library (computing)">libraries</a> designed to support <a href="http://fakehost/wiki/Cross-platform" title="Cross-platform">cross-platform</a> development of security-enabled client and server applications. NSS provides a complete open-source implementation of crypto libraries supporting <a href="http://fakehost/wiki/Secure_Sockets_Layer" title="Secure Sockets Layer">SSL</a> and <a href="http://fakehost/wiki/S/MIME" title="S/MIME">S/MIME</a>. NSS was previously <a href="http://fakehost/wiki/Multi-licensing" title="Multi-licensing">tri-licensed</a> under the <a href="http://fakehost/wiki/Mozilla_Public_License" title="Mozilla Public License">Mozilla Public License</a> 1.1, the <a href="http://fakehost/wiki/GNU_General_Public_License" title="GNU General Public License">GNU General Public License</a>, and the <a href="http://fakehost/wiki/LGPL" title="LGPL">GNU Lesser General Public License</a>, but upgraded to GPL-compatible MPL 2.0.</p>
+ <p><a href="http://fakehost/wiki/AOL" title="AOL">AOL</a>, <a href="http://fakehost/wiki/Red_Hat" title="Red Hat">Red Hat</a>, <a href="http://fakehost/wiki/Sun_Microsystems" title="Sun Microsystems">Sun Microsystems</a>/<a href="http://fakehost/wiki/Oracle_Corporation" title="Oracle Corporation">Oracle Corporation</a>, <a href="http://fakehost/wiki/Google" title="Google">Google</a> and other companies and individual contributors have co-developed NSS and it is used in a wide range of non-Mozilla products including <a href="http://fakehost/wiki/Evolution_(software)" title="Evolution (software)">Evolution</a>, <a href="http://fakehost/wiki/Pidgin_(software)" title="Pidgin (software)">Pidgin</a>, and <a href="http://fakehost/wiki/Apache_OpenOffice" title="Apache OpenOffice">Apache OpenOffice</a>.</p>
+ <h4><span id="SpiderMonkey">SpiderMonkey</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=14" title="Edit section: SpiderMonkey">edit</a><span>]</span></span>
+ </h4>
+
+ <p><a href="http://fakehost/wiki/SpiderMonkey_(software)" title="SpiderMonkey (software)">SpiderMonkey</a> is the original <a href="http://fakehost/wiki/JavaScript_engine" title="JavaScript engine">JavaScript engine</a> developed by <a href="http://fakehost/wiki/Brendan_Eich" title="Brendan Eich">Brendan Eich</a> when he invented <a href="http://fakehost/wiki/JavaScript" title="JavaScript">JavaScript</a> in 1995 as a developer at <a href="http://fakehost/wiki/Netscape" title="Netscape">Netscape</a>. It became part of the Mozilla product family when Mozilla inherited Netscape's code-base in 1998. In 2011, Eich transferred the nominal ownership of the SpiderMonkey code and project to Dave Mandelin.<sup id="cite_ref-BE201106_60-0"><a href="#cite_note-BE201106-60">[60]</a></sup></p>
+ <p>SpiderMonkey is a <a href="http://fakehost/wiki/Cross-platform" title="Cross-platform">cross-platform</a> engine written in <a href="http://fakehost/wiki/C%2B%2B" title="C++">C++</a> which implements <a href="http://fakehost/wiki/ECMAScript" title="ECMAScript">ECMAScript</a>, a standard developed from JavaScript.<sup id="cite_ref-BE201106_60-1"><a href="#cite_note-BE201106-60">[60]</a></sup><sup id="cite_ref-61"><a href="#cite_note-61">[61]</a></sup> It comprises an <a href="http://fakehost/wiki/Interpreter_(computing)" title="Interpreter (computing)">interpreter</a>, several <a href="http://fakehost/wiki/Just-in-time_compilation" title="Just-in-time compilation">just-in-time compilers</a>, a <a href="http://fakehost/wiki/Decompiler" title="Decompiler">decompiler</a> and a <a href="http://fakehost/wiki/Garbage_collection_(computer_science)" title="Garbage collection (computer science)">garbage collector</a>. Products which embed SpiderMonkey include <a href="http://fakehost/wiki/Firefox" title="Firefox">Firefox</a>, <a href="http://fakehost/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a>, <a href="http://fakehost/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a>, and many non-Mozilla applications.<sup id="cite_ref-62"><a href="#cite_note-62">[62]</a></sup></p>
+ <h4><span id="Rhino">Rhino</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=15" title="Edit section: Rhino">edit</a><span>]</span></span>
+ </h4>
+
+ <p>Rhino is an <a href="http://fakehost/wiki/Open_source" title="Open source">open source</a> <a href="http://fakehost/wiki/JavaScript_engine" title="JavaScript engine">JavaScript engine</a> managed by the <a href="http://fakehost/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a>. It is developed entirely in <a href="http://fakehost/wiki/Java_(programming_language)" title="Java (programming language)">Java</a>. Rhino converts JavaScript scripts into Java <a href="http://fakehost/wiki/Class_(computer_programming)" title="Class (computer programming)">classes</a>. Rhino works in both <a href="http://fakehost/wiki/Compiler" title="Compiler">compiled</a> and <a href="http://fakehost/wiki/Interpreter_(computing)" title="Interpreter (computing)">interpreted</a> mode.<sup id="cite_ref-63"><a href="#cite_note-63">[63]</a></sup></p>
+ <h4><span id="Gecko">Gecko</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=16" title="Edit section: Gecko">edit</a><span>]</span></span>
+ </h4>
+
+ <p><a href="http://fakehost/wiki/Gecko_(layout_engine)" title="Gecko (layout engine)">Gecko</a> is a <a href="http://fakehost/wiki/Web_browser_engine" title="Web browser engine">layout engine</a> that supports web pages written using <a href="http://fakehost/wiki/HTML" title="HTML">HTML</a>, <a href="http://fakehost/wiki/Scalable_Vector_Graphics" title="Scalable Vector Graphics">SVG</a>, and <a href="http://fakehost/wiki/MathML" title="MathML">MathML</a>. Gecko is written in <a href="http://fakehost/wiki/C%2B%2B" title="C++">C++</a> and uses <a href="http://fakehost/wiki/NSPR" title="NSPR">NSPR</a> for <a href="http://fakehost/wiki/Platform_independence" title="Platform independence">platform independence</a>. Its source code is licensed under the <a href="http://fakehost/wiki/Mozilla_Public_License" title="Mozilla Public License">Mozilla Public License</a>.</p>
+ <p>Firefox uses Gecko both for rendering web pages and for rendering its <a href="http://fakehost/wiki/User_interface" title="User interface">user interface</a>. Gecko is also used by Thunderbird, SeaMonkey, and many non-Mozilla applications.</p>
+ <h4><span id="Rust">Rust</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=17" title="Edit section: Rust">edit</a><span>]</span></span>
+ </h4>
+
+ <p><a href="http://fakehost/wiki/Rust_(programming_language)" title="Rust (programming language)">Rust</a> is a compiled <a href="http://fakehost/wiki/Programming_language" title="Programming language">programming language</a> being developed by Mozilla Research. It is designed for safety, concurrency, and performance. Rust is intended for creating large and complex software which needs to be both safe against exploits and fast.</p>
+ <p>Rust is being used in an experimental layout engine, <a href="http://fakehost/wiki/Servo_(layout_engine)" title="Servo (layout engine)">Servo</a>, which is developed by Mozilla and Samsung. Servo is not used in any consumer-oriented browsers yet. However, the Servo project developers plan for parts of the Servo source code to be merged into Gecko, and Firefox, incrementally.<sup id="cite_ref-64"><a href="#cite_note-64">[64]</a></sup><sup id="cite_ref-65"><a href="#cite_note-65">[65]</a></sup></p>
+ <h4><span id="XULRunner">XULRunner</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=18" title="Edit section: XULRunner">edit</a><span>]</span></span>
+ </h4>
+
+ <p><a href="http://fakehost/wiki/XULRunner" title="XULRunner">XULRunner</a> is a software platform and technology experiment by Mozilla, that allows applications built with the same technologies used by Firefox extensions (XPCOM, Javascript, HTML, CSS, XUL) to be run natively as desktop applications, without requiring Firefox to be installed on the user's machine. XULRunner binaries are available for the Windows, GNU/Linux and OS X operating systems, allowing such applications to be effectively cross platform.</p>
+ <h4><span id="pdf.js">pdf.js</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=19" title="Edit section: pdf.js">edit</a><span>]</span></span>
+ </h4>
+
+ <p><a href="http://fakehost/wiki/Pdf.js" title="Pdf.js">Pdf.js</a> is a library developed by Mozilla that allows in-browser rendering of pdf documents using the HTML5 Canvas and Javascript. It is included by default in recent versions of Firefox, allowing the browser to render pdf documents without requiring an external plugin; and it is available separately as an extension named "PDF Viewer" for Firefox for Android, SeaMonkey, and the Firefox versions which don't include it built-in. It can also be included as part of a website's scripts, to allow pdf rendering for any browser that implements the required HTML5 features and can run Javascript.</p>
+ <h4><span id="Shumway">Shumway</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=20" title="Edit section: Shumway">edit</a><span>]</span></span>
+ </h4>
+
+ <p><a href="http://fakehost/wiki/Shumway_(software)" title="Shumway (software)">Shumway</a> is an open source replacement for the Adobe Flash Player, developed by Mozilla since 2012, using open web technologies as a replacement for Flash technologies. It uses Javascript and HTML5 Canvas elements to render Flash and execute Actionscript. It is included by default in Firefox Nightly and can be installed as an extension for any recent version of Firefox. The current implementation is limited in its capabilities to render Flash content outside simple projects.</p>
+ <h2><span id="Other_activities">Other activities</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=21" title="Edit section: Other activities">edit</a><span>]</span></span>
+ </h2>
+ <h3><span id="Mozilla_VR">Mozilla VR</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=22" title="Edit section: Mozilla VR">edit</a><span>]</span></span>
+ </h3>
+ <p>Mozilla VR is a team focused on bringing <a href="http://fakehost/wiki/Virtual_reality" title="Virtual reality">Virtual reality</a> tools, specifications, and standards to the open Web.<sup id="cite_ref-66"><a href="#cite_note-66">[66]</a></sup> Mozilla VR maintains <a href="http://fakehost/wiki/A-Frame_(VR)" title="A-Frame (VR)">A-Frame (VR)</a>, a web framework for building VR experiences, and works on advancing <a href="http://fakehost/wiki/WebVR" title="WebVR">WebVR</a> support within web browsers.</p>
+ <h3><span id="Mozilla_Persona">Mozilla Persona</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=23" title="Edit section: Mozilla Persona">edit</a><span>]</span></span>
+ </h3>
+
+ <p><a href="http://fakehost/wiki/Mozilla_Persona" title="Mozilla Persona">Mozilla Persona</a> is a secure, cross-browser website <a href="http://fakehost/wiki/Authentication" title="Authentication">authentication</a> mechanism which allows a user to use a single username and password (or other authentication method) to log in to multiple sites.<sup id="cite_ref-67"><a href="#cite_note-67">[67]</a></sup> Mozilla Persona will be shutting down on November 30, 2016.<sup id="cite_ref-68"><a href="#cite_note-68">[68]</a></sup></p>
+ <h3><span id="Mozilla_Location_Service">Mozilla Location Service</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=24" title="Edit section: Mozilla Location Service">edit</a><span>]</span></span>
+ </h3>
+
+ <p>This open source crowdsourced geolocation service was started by Mozilla in 2013 and offers a free <a href="http://fakehost/wiki/Application_programming_interface" title="Application programming interface">API</a>.</p>
+ <h3><span id="Webmaker">Webmaker</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=25" title="Edit section: Webmaker">edit</a><span>]</span></span>
+ </h3>
+ <p>Mozilla Webmaker is Mozilla's educational initiative, Webmaker's goal is to "help millions of people move from using the web to making the web." As part of Mozilla’s non-profit mission, Webmaker aims "to help the world increase their understanding of the web, take greater control of their online lives, and create a more web literate planet."<sup id="cite_ref-69"><a href="#cite_note-69">[69]</a></sup><sup id="cite_ref-lifehacker.com_70-0"><a href="#cite_note-lifehacker.com-70">[70]</a></sup><sup id="cite_ref-lifehacker.com_70-1"><a href="#cite_note-lifehacker.com-70">[70]</a></sup></p>
+ <h3><span id="Mozilla_Developer_Network">Mozilla Developer Network</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=26" title="Edit section: Mozilla Developer Network">edit</a><span>]</span></span>
+ </h3>
+
+ <p>Mozilla maintains a comprehensive developer documentation website called the <a href="http://fakehost/wiki/Mozilla_Developer_Network" title="Mozilla Developer Network">Mozilla Developer Network</a> which contains information about web technologies including <a href="http://fakehost/wiki/HTML" title="HTML">HTML</a>, <a href="http://fakehost/wiki/CSS" title="CSS">CSS</a>, <a href="http://fakehost/wiki/SVG" title="SVG">SVG</a>, <a href="http://fakehost/wiki/JavaScript" title="JavaScript">JavaScript</a>, as well Mozilla-specific information. In addition, Mozilla publishes a large number of videos about web technologies and the development of Mozilla projects on the Air Mozilla website.<sup id="cite_ref-71"><a href="#cite_note-71">[71]</a></sup><sup id="cite_ref-72"><a href="#cite_note-72">[72]</a></sup></p>
+ <h2><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=27" title="Edit section: Community">edit</a><span>]</span></span>
+ </h2>
+ <p>The Mozilla Community consists of over 40,000 active contributors from across the globe<sup>[<i><a href="http://fakehost/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (July 2015)">citation needed</span></a></i>]</sup>. It includes both paid employees and volunteers who work towards the goals set forth<sup id="cite_ref-manifesto_40-1"><a href="#cite_note-manifesto-40">[40]</a></sup> in the Mozilla Manifesto. Many of the sub-communities in Mozilla have formed around localization efforts for Mozilla Firefox, and the Mozilla web properties.</p>
+ <h3><span id="Local_communities">Local communities</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=28" title="Edit section: Local communities">edit</a><span>]</span></span>
+ </h3>
+ <div>
+ <p><a href="http://fakehost/wiki/File:London_Mozilla_Workspace.jpg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/220px-London_Mozilla_Workspace.jpg" width="220" height="146" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/330px-London_Mozilla_Workspace.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/440px-London_Mozilla_Workspace.jpg 2x" data-file-width="2500" data-file-height="1656"></a></p>
+ </div>
+ <p>There are a number of sub-communities that exist based on their geographical locations, where contributors near each other work together on particular activities, such as localization, marketing, PR and user support.</p>
+ <h3><span id="Mozilla_Reps">Mozilla Reps</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=29" title="Edit section: Mozilla Reps">edit</a><span>]</span></span>
+ </h3>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Mozilla_Reps.png"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mozilla_Reps.png/220px-Mozilla_Reps.png" width="220" height="101" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mozilla_Reps.png/330px-Mozilla_Reps.png 1.5x, http://upload.wikimedia.org/wikipedia/commons/0/0b/Mozilla_Reps.png 2x" data-file-width="400" data-file-height="183"></a></p>
+ </div>
+ <p>The Mozilla Reps program aims to empower and support volunteer Mozillians who want to become official representatives of Mozilla in their region/locale.</p>
+ <p>The program provides a simple framework and a specific set of tools to help Mozillians to organize and/or attend events, recruit and mentor new contributors, document and share activities, and support their local communities better.</p>
+ <p>When joining the program, a Mozilla Rep agrees to take on the following responsibilities:</p>
+ <ul>
+ <li>Represent Mozilla in their country/region</li>
+ <li>Promote the Mozilla Project and its mission</li>
+ <li>Build on and support existing/future local community efforts and programs</li>
+ <li>Inspire, recruit and support new contributors</li>
+ <li>Support and mentor future Mozilla Reps</li>
+ <li>Document clearly all their activities</li>
+ </ul>
+ <h3><span id="Conferences_and_events">Conferences and events</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=30" title="Edit section: Conferences and events">edit</a><span>]</span></span>
+ </h3>
+ <h4><span id="Mozilla_Festival">Mozilla Festival</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=31" title="Edit section: Mozilla Festival">edit</a><span>]</span></span>
+ </h4>
+ <div>
+ <p><a href="http://fakehost/wiki/File:Fireside_Chat,_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg"><img alt src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/220px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg" width="220" height="147" srcset="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/330px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg 1.5x, http://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/440px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg 2x" data-file-width="1280" data-file-height="854"></a></p><div>
+ <p>
+ Speakers from the <a href="http://fakehost/wiki/Knight_Foundation" title="Knight Foundation">Knight Foundation</a> discuss the future of news at the 2011 Mozilla Festival in London.</p></div>
+ </div>
+ <p>The Mozilla Festival is an annual event where hundreds of passionate people explore the Web, learn together and make things that can change the world. With the emphasis on <i>making</i>—the mantra of the Festival is "less yack, more hack." Journalists, coders, filmmakers, designers, educators, gamers, makers, youth and anyone else, from all over the world, are encouraged to attend, with attendees from more than 40 countries, working together at the intersection between freedom, the Web, and that years theme.</p>
+ <p>The event revolves around design challenges which address key issues based on the chosen theme for that years festival. In previous years the Mozilla Festival has focused on Learning, and Media, with the 2012 festival being based around making. The titles of the festival revolve around the main theme, freedom (as in freedom of speech not free beer), and the Web.</p>
+ <h4><span id="MozCamps">MozCamps</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=32" title="Edit section: MozCamps">edit</a><span>]</span></span>
+ </h4>
+ <p>MozCamps are the critical part of the Grow Mozilla initiative which aims to grow the Mozilla Community. These camps aim to bring core contributors from around the world together. They are intensive multi-day summits that include keynote speeches by Mozilla leadership, workshops and breakout sessions (led by paid and unpaid staff), and fun social outings. All of these activities combine to reward contributors for their hard work, engage them with new products and initiatives, and align all attendees on Mozilla's mission.</p>
+ <h4><span id="Mozilla_Summit">Mozilla Summit</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=33" title="Edit section: Mozilla Summit">edit</a><span>]</span></span>
+ </h4>
+ <p>Mozilla Summit are the global event with active contributors and Mozilla employees to develop a shared understanding of Mozilla's mission together. Over 2,000 people representing 90 countries and 114 languages gathered in Santa Clara, Toronto and Brussels in 2013. Mozilla has since its last summit in 2013 replaced summits with all-hands where both employees and volunteers come together to collaborate the event is a scaled down version of Mozilla Summit.</p>
+ <h2><span id="See_also">See also</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=34" title="Edit section: See also">edit</a><span>]</span></span>
+ </h2>
+
+ <ul>
+ <li><a href="http://fakehost/wiki/-zilla_(suffix)" title="-zilla (suffix)">-zilla (suffix)</a></li>
+ <li><a href="http://fakehost/wiki/Mozilla_(mascot)" title="Mozilla (mascot)">Mozilla (mascot)</a></li>
+ <li><i><a href="http://fakehost/wiki/The_Book_of_Mozilla" title="The Book of Mozilla">The Book of Mozilla</a></i></li>
+ <li><a href="http://fakehost/wiki/Timeline_of_web_browsers" title="Timeline of web browsers">Timeline of web browsers</a></li>
+ </ul>
+ <h2><span id="References">References</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=35" title="Edit section: References">edit</a><span>]</span></span>
+ </h2>
+ <div>
+ <ol>
+ <li id="cite_note-1"><span><b><a href="#cite_ref-1">^</a></b></span> <span>For exceptions, see "Values" section below</span></li>
+ <li id="cite_note-2"><span><b><a href="#cite_ref-2">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.mozilla.org/foundation/moco/">"About the Mozilla Corporation"</a>. Mozilla Foundation.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=About+the+Mozilla+Corporation&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwww.mozilla.org%2Ffoundation%2Fmoco%2F&amp;rft.pub=Mozilla+Foundation&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-3"><span><b><a href="#cite_ref-3">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.oreilly.com/openbook/opensources/book/netrev.html">"Freeing the Source: The Story of Mozilla"</a>. <i>Open Sources: Voices from the Open Source Revolution</i><span>. Retrieved <span>2016-05-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Freeing+the+Source%3A+The+Story+of+Mozilla&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.oreilly.com%2Fopenbook%2Fopensources%2Fbook%2Fnetrev.html&amp;rft.jtitle=Open+Sources%3A+Voices+from+the+Open+Source+Revolution&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-4"><span><b><a href="#cite_ref-4">^</a></b></span> <span><cite><a rel="nofollow" href="https://whois.domaintools.com/mozilla.org">"Mozilla.org WHOIS, DNS, &amp; Domain Info"</a>. <i>DomainTools</i><span>. Retrieved <span>1 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla.org+WHOIS%2C+DNS%2C+%26+Domain+Info&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwhois.domaintools.com%2Fmozilla.org&amp;rft.jtitle=DomainTools&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-google-5"><span><b><a href="#cite_ref-google_5-0">^</a></b></span> <span><cite>Payment, S. (2007). <a rel="nofollow" href="http://books.google.co.uk/books?id=zyIvOn7sKCsC"><i>Marc Andreessen and Jim Clark: The Founders of Netscape</i></a>. Rosen Publishing Group. <a href="http://fakehost/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&nbsp;<a href="http://fakehost/wiki/Special:BookSources/9781404207196" title="Special:BookSources/9781404207196">9781404207196</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.au=Payment%2C+S.&amp;rft.btitle=Marc+Andreessen+and+Jim+Clark%3A+The+Founders+of+Netscape&amp;rft.date=2007&amp;rft.genre=book&amp;rft_id=%2F%2Fbooks.google.co.uk%2Fbooks%3Fid%3DzyIvOn7sKCsC&amp;rft.isbn=9781404207196&amp;rft.pub=Rosen+Publishing+Group&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-Mozilla_Launch_Announcement-6"><span><b><a href="#cite_ref-Mozilla_Launch_Announcement_6-0">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20021004080737/wp.netscape.com/newsref/pr/newsrelease577.html">"Netscape Announces mozilla.org, a Dedicated Team and Web Site Supporting Development of Free Client Source Code"</a>. Netscape. Archived from the original on October 4, 2002<span>. Retrieved <span>2012-08-21</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Netscape+Announces+mozilla.org%2C+a+Dedicated+Team+and+Web+Site+Supporting+Development+of+Free+Client+Source+Code&amp;rft.genre=unknown&amp;rft_id=%2F%2Fwp.netscape.com%2Fnewsref%2Fpr%2Fnewsrelease577.html&amp;rft.pub=Netscape&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span> </span>
+ </li>
+ <li id="cite_note-7"><span><b><a href="#cite_ref-7">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.highbeam.com/doc/1G1-20453744.html">"Mac vendors ponder Netscape gambit."</a>. <i>Macworld</i>. 1 May 1998<span>. Retrieved <span>2012-08-19</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mac+vendors+ponder+Netscape+gambit.&amp;rft.date=1998-05-01&amp;rft.genre=article&amp;rft_id=http%3A%2F%2Fwww.highbeam.com%2Fdoc%2F1G1-20453744.html&amp;rft.jtitle=Macworld&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-8"><span><b><a href="#cite_ref-8">^</a></b></span> <span><cite>Zawinski, Jamie (1996). <a rel="nofollow" href="http://www.jwz.org/gruntle/nscpdorm.html">"nscp dorm"</a><span>. Retrieved <span>2007-10-12</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Jamie&amp;rft.aulast=Zawinski&amp;rft.btitle=nscp+dorm&amp;rft.date=1996&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.jwz.org%2Fgruntle%2Fnscpdorm.html&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-9"><span><b><a href="#cite_ref-9">^</a></b></span> <span><cite>Dave Titus with assistance from Andrew Wong. <a rel="nofollow" href="http://www.davetitus.com/mozilla/">"How was Mozilla born"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.au=Dave+Titus+with+assistance+from+Andrew+Wong&amp;rft.btitle=How+was+Mozilla+born&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.davetitus.com%2Fmozilla%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-10"><span><b><a href="#cite_ref-10">^</a></b></span> <span><cite><a rel="nofollow" href="http://www-archive.mozilla.org/hacking/coding-introduction.html">"Introduction to Mozilla Source Code"</a>. Mozilla<span>. Retrieved <span>2012-08-18</span></span>. <q>However, mozilla.org wants to emphasize that these milestones are being produced for testing purposes only.</q></cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Introduction+to+Mozilla+Source+Code&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww-archive.mozilla.org%2Fhacking%2Fcoding-introduction.html&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-11"><span><b><a href="#cite_ref-11">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mozilla.org/en-US/press/mozilla-foundation.html">"mozilla.org Announces Launch of the Mozilla Foundation to Lead Open-Source Browser Efforts"</a><span>. Retrieved <span>2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=mozilla.org+Announces+Launch+of+the+Mozilla+Foundation+to+Lead+Open-Source+Browser+Efforts&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Fen-US%2Fpress%2Fmozilla-foundation.html&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-12"><span><b><a href="#cite_ref-12">^</a></b></span> <span><cite><a href="http://fakehost/wiki/Brendan_Eich" title="Brendan Eich">Eich, Brendan</a>; <a href="http://fakehost/wiki/Dave_Hyatt" title="Dave Hyatt">David Hyatt</a> (April 2, 2003). <a rel="nofollow" href="http://www-archive.mozilla.org/roadmap/roadmap-02-Apr-2003.html">"mozilla development roadmap"</a>. Mozilla<span>. Retrieved <span>2009-08-02</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.au=David+Hyatt&amp;rft.aufirst=Brendan&amp;rft.aulast=Eich&amp;rft.btitle=mozilla+development+roadmap&amp;rft.date=2003-04-02&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww-archive.mozilla.org%2Froadmap%2Froadmap-02-Apr-2003.html&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-13"><span><b><a href="#cite_ref-13">^</a></b></span> <span><cite><a rel="nofollow" href="http://allthingsd.com/20120816/better-browsing-on-your-android-smartphone/">"Better Browsing on Your Android Smartphone"</a>. AllThingsD<span>. Retrieved <span>2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Better+Browsing+on+Your+Android+Smartphone&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fallthingsd.com%2F20120816%2Fbetter-browsing-on-your-android-smartphone%2F&amp;rft.pub=AllThingsD&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-14"><span><b><a href="#cite_ref-14">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.pcmag.com/article2/0,2817,2407468,00.asp">"Mozilla Releases Test Version of Firefox OS"</a>. PC Magazine<span>. Retrieved <span>2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+Releases+Test+Version+of+Firefox+OS&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.pcmag.com%2Farticle2%2F0%2C2817%2C2407468%2C00.asp&amp;rft.pub=PC+Magazine&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-15"><span><b><a href="#cite_ref-15">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.engadget.com/2012/06/12/mozilla-marketplace-live-web-apps-like-desktop/">"Mozilla Marketplace is live, lets you run web apps like desktop programs"</a>. Engadget<span>. Retrieved <span>2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+Marketplace+is+live%2C+lets+you+run+web+apps+like+desktop+programs&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.engadget.com%2F2012%2F06%2F12%2Fmozilla-marketplace-live-web-apps-like-desktop%2F&amp;rft.pub=Engadget&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-16"><span><b><a href="#cite_ref-16">^</a></b></span> <span><cite>Lardinois, Frederic (November 15, 2012). <a rel="nofollow" href="http://techcrunch.com/2012/11/15/mozilla-releases-annual-report-for-2011-revenue-up-33-to-163m-majority-from-google/">"Mozilla Releases Annual Report For 2011: Revenue Up 33% To $163M, Majority From Google"</a>. <i>techcrunch.com</i>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla+Releases+Annual+Report+For+2011%3A+Revenue+Up+33%25+To+%24163M%2C+Majority+From+Google&amp;rft.aufirst=Frederic&amp;rft.aulast=Lardinois&amp;rft.date=2012-11-15&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Ftechcrunch.com%2F2012%2F11%2F15%2Fmozilla-releases-annual-report-for-2011-revenue-up-33-to-163m-majority-from-google%2F&amp;rft.jtitle=techcrunch.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-github-17"><span><b><a href="#cite_ref-github_17-0">^</a></b></span> <span><cite><a rel="nofollow" href="https://github.com/cisco/openh264">"cisco/openh264 · GitHub"</a>. github.com<span>. Retrieved <span>2014-04-05</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=cisco%2Fopenh264+%B7+GitHub&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fgithub.com%2Fcisco%2Fopenh264&amp;rft.pub=github.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-gigaom-18"><span><b><a href="#cite_ref-gigaom_18-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://gigaom.com/2013/10/30/mozilla-will-add-h-264-to-firefox-as-cisco-makes-eleventh-hour-push-for-webrtcs-future/">"Mozilla will add H.264 to Firefox as Cisco makes eleventh-hour push for WebRTC's future — Tech News and Analysis"</a>. gigaom.com<span>. Retrieved <span>2014-04-05</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+will+add+H.264+to+Firefox+as+Cisco+makes+eleventh-hour+push+for+WebRTC%99s+future+%26mdash%3B+Tech+News+and+Analysis&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fgigaom.com%2F2013%2F10%2F30%2Fmozilla-will-add-h-264-to-firefox-as-cisco-makes-eleventh-hour-push-for-webrtcs-future%2F&amp;rft.pub=gigaom.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-techrepublic-19"><span><b><a href="#cite_ref-techrepublic_19-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.techrepublic.com/blog/australian-technology/cisco-to-release-open-source-h264-codec-mozilla-makes-tactical-retreat/">"Cisco to release open-source H.264 codec, Mozilla makes tactical retreat - TechRepublic"</a>. techrepublic.com<span>. Retrieved <span>2014-04-05</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Cisco+to+release+open-source+H.264+codec%2C+Mozilla+makes+tactical+retreat+-+TechRepublic&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.techrepublic.com%2Fblog%2Faustralian-technology%2Fcisco-to-release-open-source-h264-codec-mozilla-makes-tactical-retreat%2F&amp;rft.pub=techrepublic.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-20"><span><b><a href="#cite_ref-20">^</a></b></span> <span><cite><a rel="nofollow" href="https://blog.mozilla.org/blog/2013/10/30/video-interoperability-on-the-web-gets-a-boost-from-ciscos-h-264-codec/">"Video Interoperability on the Web Gets a Boost From Cisco's H.264 Codec"</a>. <q>Of course, this is not a not a complete solution. In a perfect world, codecs, like other basic Internet technologies such as TCP/IP, HTTP, and HTML, would be fully open and free</q></cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Video+Interoperability+on+the+Web+Gets+a+Boost+From+Cisco%99s+H.264+Codec&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.mozilla.org%2Fblog%2F2013%2F10%2F30%2Fvideo-interoperability-on-the-web-gets-a-boost-from-ciscos-h-264-codec%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-21"><span><b><a href="#cite_ref-21">^</a></b></span> <span><cite><a rel="nofollow" href="http://xiphmont.livejournal.com/61927.html">"Comments on Cisco, Mozilla, and H.264"</a>. <q>By endorsing Cisco's plan, there's no getting around the fact that we've caved on our principles. That said, principles can't replace being in a practical position to make a difference in the future.</q></cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Comments+on+Cisco%2C+Mozilla%2C+and+H.264&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fxiphmont.livejournal.com%2F61927.html&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span> - Christopher Montgomery wrote in a personal capacity but works for Mozilla in their codecs team</span>
+ </li>
+ <li id="cite_note-22"><span><b><a href="#cite_ref-22">^</a></b></span> <span><cite><a rel="nofollow" href="https://wiki.mozilla.org/Game_Creator_Challenge_-Contest_Terms_and_Conditions">"Game Creator Challenge -Contest Terms and Conditions"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Game+Creator+Challenge+-Contest+Terms+and+Conditions&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwiki.mozilla.org%2FGame_Creator_Challenge_-Contest_Terms_and_Conditions&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span> - submissions to the "amateur" category have to be released as free software, but not for the other two categories</span>
+ </li>
+ <li id="cite_note-23"><span><b><a href="#cite_ref-23">^</a></b></span> <span><cite><a rel="nofollow" href="http://projects.latimes.com/prop8/donation/8930/">"Los Angeles Times - Brendan Eich contribution to Proposition 8"</a>. latimes.com<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Los+Angeles+Times+-+Brendan+Eich+contribution+to+Proposition+8&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fprojects.latimes.com%2Fprop8%2Fdonation%2F8930%2F&amp;rft.pub=latimes.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-arstechnica-24"><span><b><a href="#cite_ref-arstechnica_24-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://arstechnica.com/business/2014/03/gay-firefox-developers-boycott-mozilla-to-protest-ceo-hire/">"Gay Firefox developers boycott Mozilla to protest CEO hire [Updated] | Ars Technica"</a>. arstechnica.com<span>. Retrieved <span>2014-04-05</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Gay+Firefox+developers+boycott+Mozilla+to+protest+CEO+hire+%26%2391%3BUpdated%26%2393%3B+%26%23124%3B+Ars+Technica&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Farstechnica.com%2Fbusiness%2F2014%2F03%2Fgay-firefox-developers-boycott-mozilla-to-protest-ceo-hire%2F&amp;rft.pub=arstechnica.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-25"><span><b><a href="#cite_ref-25">^</a></b></span> <span><cite>Kelly Faircloth (9 April 2012). <a rel="nofollow" href="http://betabeat.com/2012/04/tech-celeb-makes-prop-8-donation-internet-goes-berserk/">"Tech Celeb Makes Prop-8 Donation; Internet Goes Berserk"</a>. <i>BetaBeat</i>. BetaBeat<span>. Retrieved <span>2014-04-28</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Tech+Celeb+Makes+Prop-8+Donation%3B+Internet+Goes+Berserk&amp;rft.au=Kelly+Faircloth&amp;rft.date=2012-04-09&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fbetabeat.com%2F2012%2F04%2Ftech-celeb-makes-prop-8-donation-internet-goes-berserk%2F&amp;rft.jtitle=BetaBeat&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-26"><span><b><a href="#cite_ref-26">^</a></b></span> <span><cite><a rel="nofollow" href="http://i.huffpost.com/gen/1710681/thumbs/o-OKC-900.jpg">"Screenshot of OkCupid's statement towards Firefox users"</a>. huffingtonpost.com<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Screenshot+of+OkCupid%27s+statement+towards+Firefox+users&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fi.huffpost.com%2Fgen%2F1710681%2Fthumbs%2Fo-OKC-900.jpg&amp;rft.pub=huffingtonpost.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-27"><span><b><a href="#cite_ref-27">^</a></b></span> <span><cite><a rel="nofollow" href="https://blog.mozilla.org/blog/2014/04/05/faq-on-ceo-resignation/">"FAQ on CEO Resignation"</a>. <i>The Mozilla Blog</i><span>. Retrieved <span>2015-04-20</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=FAQ+on+CEO+Resignation&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.mozilla.org%2Fblog%2F2014%2F04%2F05%2Ffaq-on-ceo-resignation%2F&amp;rft.jtitle=The+Mozilla+Blog&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-28"><span><b><a href="#cite_ref-28">^</a></b></span> <span><cite>Baker, Mitchell (3 April 2014). <a rel="nofollow" href="https://blog.mozilla.org/blog/2014/04/03/brendan-eich-steps-down-as-mozilla-ceo/">"Brendan Eich Steps Down as Mozilla CEO"</a>. <i>mozilla blog</i>. Mozilla<span>. Retrieved <span>2014-04-04</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Brendan+Eich+Steps+Down+as+Mozilla+CEO&amp;rft.aufirst=Mitchell&amp;rft.aulast=Baker&amp;rft.date=2014-04-03&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.mozilla.org%2Fblog%2F2014%2F04%2F03%2Fbrendan-eich-steps-down-as-mozilla-ceo%2F&amp;rft.jtitle=mozilla+blog&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-29"><span><b><a href="#cite_ref-29">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.opensecrets.org/indivs/search.php?name=Sam+Yagan&amp;cycle=All&amp;sort=R&amp;state=&amp;zip=&amp;employ=&amp;cand=&amp;submit=Submit+Query">"opensecrets.org listing of Sam Yagan's contributions to political candidates"</a>. opensecrets.org<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=opensecrets.org+listing+of+Sam+Yagan%27s+contributions+to+political+candidates&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.opensecrets.org%2Findivs%2Fsearch.php%3Fname%3DSam%2BYagan%26cycle%3DAll%26sort%3DR%26state%3D%26zip%3D%26employ%3D%26cand%3D%26submit%3DSubmit%2BQuery&amp;rft.pub=opensecrets.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-30"><span><b><a href="#cite_ref-30">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.ontheissues.org/house/Chris_Cannon.htm#Civil_Rights">"ontheissues.org listing of votes cast by Chris Cannon"</a>. ontheissues.org<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=ontheissues.org+listing+of+votes+cast+by+Chris+Cannon&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ontheissues.org%2Fhouse%2FChris_Cannon.htm%23Civil_Rights&amp;rft.pub=ontheissues.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-31"><span><b><a href="#cite_ref-31">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.ontheissues.org/HouseVote/Party_2005-627.htm">"ontheissues.org listing of votes cast on the permanency of the Patriot Act"</a>. ontheissues.org<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=ontheissues.org+listing+of+votes+cast+on+the+permanency+of+the+Patriot+Act&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ontheissues.org%2FHouseVote%2FParty_2005-627.htm&amp;rft.pub=ontheissues.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-32"><span><b><a href="#cite_ref-32">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.ontheissues.org/house/Chris_Cannon_Homeland_Security.htm">"ontheissues.org: Chris Cannon on Homeland Security"</a>. ontheissues.org<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=ontheissues.org%3A+Chris+Cannon+on+Homeland+Security&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ontheissues.org%2Fhouse%2FChris_Cannon_Homeland_Security.htm&amp;rft.pub=ontheissues.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-33"><span><b><a href="#cite_ref-33">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.ontheissues.org/house/Chris_Cannon_Abortion.htm">"ontheissues.org: Chris Cannon on Abortion"</a>. ontheissues.org<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=ontheissues.org%3A+Chris+Cannon+on+Abortion&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ontheissues.org%2Fhouse%2FChris_Cannon_Abortion.htm&amp;rft.pub=ontheissues.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-34"><span><b><a href="#cite_ref-34">^</a></b></span> <span><cite>Levintova, Hannah (7 April 2014). <a rel="nofollow" href="http://www.motherjones.com/mojo/2014/04/okcupid-ceo-donate-anti-gay-firefox">"OkCupid's CEO Donated to an Anti-Gay Campaign Once, Too"</a>. <i>Hanna Levintova article on motherjones.com</i>. motherjones.com<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=OkCupid%27s+CEO+Donated+to+an+Anti-Gay+Campaign+Once%2C+Too&amp;rft.aufirst=Hannah&amp;rft.aulast=Levintova&amp;rft.date=2014-04-07&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.motherjones.com%2Fmojo%2F2014%2F04%2Fokcupid-ceo-donate-anti-gay-firefox&amp;rft.jtitle=Hanna+Levintova+article+on+motherjones.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-35"><span><b><a href="#cite_ref-35">^</a></b></span> <span><cite>Lee, Stephanie M. (8 April 2014). <a rel="nofollow" href="http://blog.sfgate.com/techchron/2014/04/08/okcupid-ceo-once-donated-to-anti-gay-politician/">"OKCupid CEO once donated to anti-gay politician"</a>. <i>Stephanie M. Lee's blog on sfgate.com</i>. sfgate.com<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=OKCupid+CEO+once+donated+to+anti-gay+politician&amp;rft.aufirst=Stephanie+M.&amp;rft.aulast=Lee&amp;rft.date=2014-04-08&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fblog.sfgate.com%2Ftechchron%2F2014%2F04%2F08%2Fokcupid-ceo-once-donated-to-anti-gay-politician%2F&amp;rft.jtitle=Stephanie+M.+Lee%27s+blog+on+sfgate.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-uncrunched.com-36"><span>^ <a href="#cite_ref-uncrunched.com_36-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-uncrunched.com_36-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://uncrunched.com/2014/04/06/the-hypocrisy-of-sam-yagan-okcupid/">"The Hypocrisy Of Sam Yagan &amp; OkCupid"</a>. <i>uncrunched.com blog</i>. uncrunched.com. 6 April 2014<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=The+Hypocrisy+Of+Sam+Yagan+%26+OkCupid&amp;rft.date=2014-04-06&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Funcrunched.com%2F2014%2F04%2F06%2Fthe-hypocrisy-of-sam-yagan-okcupid%2F&amp;rft.jtitle=uncrunched.com+blog&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-37"><span><b><a href="#cite_ref-37">^</a></b></span> <span><cite>Bellware, Kim (31 March 2014). <a rel="nofollow" href="http://www.huffingtonpost.com/2014/03/31/okcupid-mozilla_n_5065743.html">"OKCupid Publicly Rips Mozilla: 'We Wish Them Nothing But Failure<span>'</span>"</a>. <i>Kim Bellware article on huffingtonpost.com</i>. huffingtonpost.com<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=OKCupid+Publicly+Rips+Mozilla%3A+%27We+Wish+Them+Nothing+But+Failure%27&amp;rft.aufirst=Kim&amp;rft.aulast=Bellware&amp;rft.date=2014-03-31&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.huffingtonpost.com%2F2014%2F03%2F31%2Fokcupid-mozilla_n_5065743.html&amp;rft.jtitle=Kim+Bellware+article+on+huffingtonpost.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-38"><span><b><a href="#cite_ref-38">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.huffingtonpost.com/2014/03/27/mozilla-ceo-prop-8-_n_5042660.html">"Mozilla's Appointment Of Brendan Eich As CEO Sparks Controversy After Prop 8 Donation News Re-Emerges"</a>. <i>huffingtonpost.com article</i>. huffingtonpost.com. 27 March 2014<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla%27s+Appointment+Of+Brendan+Eich+As+CEO+Sparks+Controversy+After+Prop+8+Donation+News+Re-Emerges&amp;rft.date=2014-03-27&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.huffingtonpost.com%2F2014%2F03%2F27%2Fmozilla-ceo-prop-8-_n_5042660.html&amp;rft.jtitle=huffingtonpost.com+article&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-39"><span><b><a href="#cite_ref-39">^</a></b></span> <span><cite>Eidelson, Josh (4 April 2014). <a rel="nofollow" href="http://www.salon.com/2014/04/04/okcupids_gay_rights_stunt_has_its_limits_taking_a_deeper_look_at_the_savvy_ploy/">"OkCupid's gay rights stunt has its limits: Taking a deeper look at the savvy ploy"</a>. <i>Josh Eidelson article on salon.com</i>. salon.com<span>. Retrieved <span>2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=OkCupid%99s+gay+rights+stunt+has+its+limits%3A+Taking+a+deeper+look+at+the+savvy+ploy&amp;rft.aufirst=Josh&amp;rft.aulast=Eidelson&amp;rft.date=2014-04-04&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.salon.com%2F2014%2F04%2F04%2Fokcupids_gay_rights_stunt_has_its_limits_taking_a_deeper_look_at_the_savvy_ploy%2F&amp;rft.jtitle=Josh+Eidelson+article+on+salon.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-manifesto-40"><span>^ <a href="#cite_ref-manifesto_40-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-manifesto_40-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a rel="nofollow" href="http://www.mozilla.org/about/manifesto/">"Mozilla Manifesto"</a>. Mozilla.org<span>. Retrieved <span>2012-03-21</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+Manifesto&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Fabout%2Fmanifesto%2F&amp;rft.pub=Mozilla.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-41"><span><b><a href="#cite_ref-41">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.mozilla.org/en-US/about/manifesto/details/">"The Mozilla Manifesto"</a><span>. Retrieved <span>24 July</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=The+Mozilla+Manifesto&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwww.mozilla.org%2Fen-US%2Fabout%2Fmanifesto%2Fdetails%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-42"><span><b><a href="#cite_ref-42">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20101128150117/http://download-firefox.org/spread-firefox/gecko-layout-engine-and-mozilla-firefox/">"Gecko Layout Engine"</a>. download-firefox.org. July 17, 2008. Archived from <a rel="nofollow" href="http://download-firefox.org/spread-firefox/gecko-layout-engine-and-mozilla-firefox/">the original</a> on 2010-11-28<span>. Retrieved <span>2012-05-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Gecko+Layout+Engine&amp;rft.date=2008-07-17&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fdownload-firefox.org%2Fspread-firefox%2Fgecko-layout-engine-and-mozilla-firefox%2F&amp;rft.pub=download-firefox.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-w3counter1-43"><span><b><a href="#cite_ref-w3counter1_43-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.w3counter.com/trends">"Web Browser Market Share Trends"</a>. <i>W3Counter</i>. Awio Web Services LLC<span>. Retrieved <span>2012-05-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Web+Browser+Market+Share+Trends&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.w3counter.com%2Ftrends&amp;rft.jtitle=W3Counter&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-gs.statcounter.com-44"><span><b><a href="#cite_ref-gs.statcounter.com_44-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://gs.statcounter.com">"Top 5 Browsers"</a>. <i>StatCounter Global Stats</i>. StatCounter<span>. Retrieved <span>2012-05-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Top+5+Browsers&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fgs.statcounter.com&amp;rft.jtitle=StatCounter+Global+Stats&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-getclicky1-45"><span><b><a href="#cite_ref-getclicky1_45-0">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.getclicky.com/marketshare/global/web-browsers/">"Web browsers (Global marketshare)"</a>. <i>Clicky</i>. Roxr Software Ltd<span>. Retrieved <span>2012-05-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Web+browsers+%28Global+marketshare%29&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.getclicky.com%2Fmarketshare%2Fglobal%2Fweb-browsers%2F&amp;rft.jtitle=Clicky&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-46"><span><b><a href="#cite_ref-46">^</a></b></span> <span><cite><a href="http://fakehost/wiki/Ben_Goodger" title="Ben Goodger">Goodger, Ben</a> (February 6, 2006). <a rel="nofollow" href="https://web.archive.org/web/20110623034401/http://weblogs.mozillazine.org/ben/archives/009698.html">"Where Did Firefox Come From?"</a>. Inside Firefox. Archived from <a rel="nofollow" href="http://weblogs.mozillazine.org/ben/archives/009698.html">the original</a> on 2011-06-23<span>. Retrieved <span>2012-01-07</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Ben&amp;rft.aulast=Goodger&amp;rft.btitle=Where+Did+Firefox+Come+From%3F&amp;rft.date=2006-02-06&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fweblogs.mozillazine.org%2Fben%2Farchives%2F009698.html&amp;rft.pub=Inside+Firefox&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-47"><span><b><a href="#cite_ref-47">^</a></b></span> <span><cite><a rel="nofollow" href="https://web.archive.org/web/20070914035447/http://www.ibphoenix.com/main.nfs?a=ibphoenix&amp;page=ibp_Mozilla0">"Mozilla browser becomes Firebird"</a>. IBPhoenix. Archived from <a rel="nofollow" href="http://www.ibphoenix.com/main.nfs?a=ibphoenix&amp;page=ibp_Mozilla0">the original</a> on 2007-09-14<span>. Retrieved <span>2013-06-10</span></span>. <q>We at IBPhoenix think that having a browser and a database with the same name in the same space will confuse the market, especially as browsers and databases are often used in the same applications</q></cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+browser+becomes+Firebird&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ibphoenix.com%2Fmain.nfs%3Fa%3Dibphoenix%26page%3Dibp_Mozilla0&amp;rft.pub=IBPhoenix&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-48"><span><b><a href="#cite_ref-48">^</a></b></span> <span><cite>Festa, Paul (May 6, 2003). <a rel="nofollow" href="http://news.cnet.com/2100-1032_3-1000146.html">"Mozilla's Firebird gets wings clipped"</a>. <a href="http://fakehost/wiki/CNET_Networks" title="CNET Networks">CNET</a><span>. Retrieved <span>2007-01-30</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Paul&amp;rft.aulast=Festa&amp;rft.btitle=Mozilla%27s+Firebird+gets+wings+clipped&amp;rft.date=2003-05-06&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fnews.cnet.com%2F2100-1032_3-1000146.html&amp;rft.pub=CNET&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-49"><span><b><a href="#cite_ref-49">^</a></b></span> <span><cite>Festa, Paul (February 9, 2004). <a rel="nofollow" href="http://news.cnet.com/2100-7344-5156101.html">"Mozilla holds 'fire' in naming fight"</a>. CNET News<span>. Retrieved <span>2007-01-24</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Paul&amp;rft.aulast=Festa&amp;rft.btitle=Mozilla+holds+%27fire%27+in+naming+fight&amp;rft.date=2004-02-09&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fnews.cnet.com%2F2100-7344-5156101.html&amp;rft.pub=CNET+News&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-50"><span><b><a href="#cite_ref-50">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mozilla.org/en-US/firefox/mobile/features/">"Mobile features"</a>. Mozilla<span>. Retrieved <span>2012-06-26</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mobile+features&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Fen-US%2Ffirefox%2Fmobile%2Ffeatures%2F&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-51"><span><b><a href="#cite_ref-51">^</a></b></span> <span><cite><a rel="nofollow" href="https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements">"Mobile System Requirements"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mobile+System+Requirements&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwiki.mozilla.org%2FMobile%2FPlatforms%2FAndroid%23System_Requirements&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-52"><span><b><a href="#cite_ref-52">^</a></b></span> <span><cite><a rel="nofollow" href="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device">"Firefox Mobile supported devices"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Firefox+Mobile+supported+devices&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fsupport.mozilla.org%2Fen-US%2Fkb%2Fwill-firefox-work-my-mobile-device&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-53"><span><b><a href="#cite_ref-53">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mirror.co.uk/news/technology/2009/11/09/mozilla-rules-out-firefox-for-iphone-and-blackberry-115875-21809563/">"Mozilla rules out Firefox for iPhone and BlackBerry"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+rules+out+Firefox+for+iPhone+and+BlackBerry&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mirror.co.uk%2Fnews%2Ftechnology%2F2009%2F11%2F09%2Fmozilla-rules-out-firefox-for-iphone-and-blackberry-115875-21809563%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-54"><span><b><a href="#cite_ref-54">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mozilla.org/firefox/os/">"Boot to Gecko Project"</a>. Mozilla. March 2012<span>. Retrieved <span>2012-03-30</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Boot+to+Gecko+Project&amp;rft.date=2012-03&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Ffirefox%2Fos%2F&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-55"><span><b><a href="#cite_ref-55">^</a></b></span> <span><cite><a rel="nofollow" href="https://www.mozilla.org/en-US/firefox/os/devices/">"Firefox OS - Devices &amp; Availability"</a>. <i>Mozilla</i><span>. Retrieved <span>2015-12-30</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Firefox+OS+-+Devices+%26+Availability&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwww.mozilla.org%2Fen-US%2Ffirefox%2Fos%2Fdevices%2F&amp;rft.jtitle=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-56"><span><b><a href="#cite_ref-56">^</a></b></span> <span><cite><a rel="nofollow" href="https://blog.lizardwrangler.com/2012/07/06/thunderbird-stability-and-community-innovation/">"Thunderbird: Stability and Community Innovation | Mitchell's Blog"</a>. <i>blog.lizardwrangler.com</i><span>. Retrieved <span>2015-04-20</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Thunderbird%3A+Stability+and+Community+Innovation+%7C+Mitchell%27s+Blog&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.lizardwrangler.com%2F2012%2F07%2F06%2Fthunderbird-stability-and-community-innovation%2F&amp;rft.jtitle=blog.lizardwrangler.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-57"><span><b><a href="#cite_ref-57">^</a></b></span> <span><cite><a rel="nofollow" href="https://lwn.net/Articles/165080/">"Two discontinued browsers"</a>. LWN.net. 21 December 2005<span>. Retrieved <span>2012-08-19</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Two+discontinued+browsers&amp;rft.date=2005-12-21&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Flwn.net%2FArticles%2F165080%2F&amp;rft.pub=LWN.net&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-58"><span><b><a href="#cite_ref-58">^</a></b></span> <span><cite><a rel="nofollow" href="http://home.kairo.at/blog/2007-06/seamonkey_r_trademarks_registered">"SeaMonkey trademarks registered!"</a>. kairo.at. 2007-05-22<span>. Retrieved <span>2013-06-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=SeaMonkey+trademarks+registered%21&amp;rft.date=2007-05-22&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fhome.kairo.at%2Fblog%2F2007-06%2Fseamonkey_r_trademarks_registered&amp;rft.pub=kairo.at&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-59"><span><b><a href="#cite_ref-59">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.bugzilla.org/installation-list/">"Bugzilla Installation List"</a><span>. Retrieved <span>2014-09-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Bugzilla+Installation+List&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.bugzilla.org%2Finstallation-list%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-BE201106-60"><span>^ <a href="#cite_ref-BE201106_60-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-BE201106_60-1"><sup><i><b>b</b></i></sup></a></span> <span><cite><a href="http://fakehost/wiki/Brendan_Eich" title="Brendan Eich">Eich, Brendan</a> (21 June 2011). <a rel="nofollow" href="http://brendaneich.com/2011/06/new-javascript-engine-module-owner/">"New JavaScript Engine Module Owner"</a>. BrendanEich.com.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Brendan&amp;rft.aulast=Eich&amp;rft.btitle=New+JavaScript+Engine+Module+Owner&amp;rft.date=2011-06-21&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fbrendaneich.com%2F2011%2F06%2Fnew-javascript-engine-module-owner%2F&amp;rft.pub=BrendanEich.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-61"><span><b><a href="#cite_ref-61">^</a></b></span> <span><cite><a rel="nofollow" href="https://bugzilla.mozilla.org/show_bug.cgi?id=759422#c0">"Bug 759422 - Remove use of e4x in account creation"</a>. Bugzilla@Mozilla. 2012-08-17<span>. Retrieved <span>2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Bug+759422+-+Remove+use+of+e4x+in+account+creation&amp;rft.date=2012-08-17&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fbugzilla.mozilla.org%2Fshow_bug.cgi%3Fid%3D759422%23c0&amp;rft.pub=Bugzilla%40Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-62"><span><b><a href="#cite_ref-62">^</a></b></span> <span><cite><a rel="nofollow" href="https://developer.mozilla.org/en-US/docs/SpiderMonkey">"SpiderMonkey"</a>. Mozilla Developer Network. 2012-08-15<span>. Retrieved <span>2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=SpiderMonkey&amp;rft.date=2012-08-15&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2Fdocs%2FSpiderMonkey&amp;rft.pub=Mozilla+Developer+Network&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-63"><span><b><a href="#cite_ref-63">^</a></b></span> <span><cite><a rel="nofollow" href="http://www.mozilla.org/rhino/history.html">"Rhino History"</a>. <a href="http://fakehost/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a><span>. Retrieved <span>2008-03-20</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Rhino+History&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Frhino%2Fhistory.html&amp;rft.pub=Mozilla+Foundation&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-64"><span><b><a href="#cite_ref-64">^</a></b></span> <span><cite><a rel="nofollow" href="https://github.com/servo/servo/wiki/Roadmap">"Roadmap"</a><span>. Retrieved <span>10 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Roadmap&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fgithub.com%2Fservo%2Fservo%2Fwiki%2FRoadmap&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-65"><span><b><a href="#cite_ref-65">^</a></b></span> <span><cite>Larabel, Michael. <a rel="nofollow" href="https://www.phoronix.com/scan.php?page=news_item&amp;px=Servo-9-May-2016">"Servo Continues Making Progress For Shipping Components In Gecko, Browser.html"</a>. <i>Phoronix.com</i><span>. Retrieved <span>10 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Servo+Continues+Making+Progress+For+Shipping+Components+In+Gecko%2C+Browser.html&amp;rft.aufirst=Michael&amp;rft.aulast=Larabel&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwww.phoronix.com%2Fscan.php%3Fpage%3Dnews_item%26px%3DServo-9-May-2016&amp;rft.jtitle=Phoronix.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-66"><span><b><a href="#cite_ref-66">^</a></b></span> <span><cite><a rel="nofollow" href="https://mozvr.com">"Mozilla VR"</a>. <i>Mozilla VR</i><span>. Retrieved <span>2016-10-27</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla+VR&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fmozvr.com&amp;rft.jtitle=Mozilla+VR&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-67"><span><b><a href="#cite_ref-67">^</a></b></span> <span><cite><a rel="nofollow" href="https://login.persona.org/"><i>Persona</i></a>, Mozilla</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Persona&amp;rft.genre=book&amp;rft_id=https%3A%2F%2Flogin.persona.org%2F&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-68"><span><b><a href="#cite_ref-68">^</a></b></span> <span><cite><a rel="nofollow" href="https://developer.mozilla.org/en-US/Persona">"Persona"</a>. <i>Mozilla Developer Network</i><span>. Retrieved <span>2016-10-27</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Persona&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2FPersona&amp;rft.jtitle=Mozilla+Developer+Network&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-69"><span><b><a href="#cite_ref-69">^</a></b></span> <span><cite><a rel="nofollow" href="https://webmaker.org/en-US/about/"><i>About Mozilla Webmaker</i></a>, Mozilla</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=About+Mozilla+Webmaker&amp;rft.genre=book&amp;rft_id=https%3A%2F%2Fwebmaker.org%2Fen-US%2Fabout%2F&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-lifehacker.com-70"><span>^ <a href="#cite_ref-lifehacker.com_70-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-lifehacker.com_70-1"><sup><i><b>b</b></i></sup></a></span> <span><cite>Alan Henry. <a rel="nofollow" href="http://lifehacker.com/mozilla-webmaker-teaches-you-how-to-build-web-sites-ap-1553277374">"Mozilla Webmaker Teaches You to Build Web Sites, Apps, and More"</a>. <i>Lifehacker</i>. Gawker Media.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla+Webmaker+Teaches+You+to+Build+Web+Sites%2C+Apps%2C+and+More&amp;rft.au=Alan+Henry&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Flifehacker.com%2Fmozilla-webmaker-teaches-you-how-to-build-web-sites-ap-1553277374&amp;rft.jtitle=Lifehacker&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal"></span>
+ </span>
+ </li>
+ <li id="cite_note-71"><span><b><a href="#cite_ref-71">^</a></b></span> <span><cite><a rel="nofollow" href="https://wiki.mozilla.org/Air_Mozilla">"Air Mozilla"</a>. Mozilla Wiki.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Air+Mozilla&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwiki.mozilla.org%2FAir_Mozilla&amp;rft.pub=Mozilla+Wiki&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ <li id="cite_note-72"><span><b><a href="#cite_ref-72">^</a></b></span> <span><cite><a rel="nofollow" href="https://blog.mozilla.org/mrz/2012/04/17/air-mozilla-reboot-phase-i/">"Air Mozilla Reboot, Phase I"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Air+Mozilla+Reboot%2C+Phase+I&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.mozilla.org%2Fmrz%2F2012%2F04%2F17%2Fair-mozilla-reboot-phase-i%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook"></span>
+ </span>
+ </li>
+ </ol>
+ </div>
+ <p><a rel="nofollow" href="http://www.techsive.com/2014/09/how-to-resume-failed-downloads-in.html">Constant downloads failure in firefox</a></p>
+ <h2><span id="External_links">External links</span><span><span>[</span><a href="http://fakehost/w/index.php?title=Mozilla&amp;action=edit&amp;section=36" title="Edit section: External links">edit</a><span>]</span></span>
+ </h2>
+ <table role="presentation" readabilityDataTable="0">
+ <tr>
+ <td>
+ <a href="http://fakehost/wiki/File:Commons-logo.svg"><img alt src="http://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png" width="30" height="40" srcset="http://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png 1.5x, http://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376"></a>
+ </td>
+ <td>Wikimedia Commons has media related to <i><b><a href="https://commons.wikimedia.org/wiki/Category:Mozilla" title="commons:Category:Mozilla">Mozilla</a></b></i>.</td>
+ </tr>
+ </table>
+ <ul>
+ <li><span><span><a rel="nofollow" href="http://mozilla.org/">Official website</a></span></span>, including <a rel="nofollow" href="https://www.mozilla.org/en-US/about/manifesto/">the Mozilla Manifesto</a></li>
+ <li><a rel="nofollow" href="https://wiki.mozilla.org/">Mozilla Wiki</a>(<a href="https://wiki.mozilla.org/Timeline" title="mozillawiki:Timeline">Major time line of community development</a>)</li>
+ <li><a rel="nofollow" href="http://hg.mozilla.org/">Mozilla Mercurial Repository</a></li>
+ </ul>
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html
new file mode 100644
index 0000000..1a1338d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html
@@ -0,0 +1,1652 @@
+<!DOCTYPE html>
+<html class="client-nojs" lang="en" dir="ltr">
+
+<head>
+ <meta charset="UTF-8" />
+ <title>Mozilla - Wikipedia</title>
+ <script>
+ document.documentElement.className = document.documentElement.className.replace(/(^|\s)client-nojs(\s|$)/, "$1client-js$2");
+ </script>
+ <script>
+ (window.RLQ = window.RLQ || []).push(function() {
+ mw.config.set({
+ "wgCanonicalNamespace": "",
+ "wgCanonicalSpecialPageName": false,
+ "wgNamespaceNumber": 0,
+ "wgPageName": "Mozilla",
+ "wgTitle": "Mozilla",
+ "wgCurRevisionId": 746574460,
+ "wgRevisionId": 746574460,
+ "wgArticleId": 36754915,
+ "wgIsArticle": true,
+ "wgIsRedirect": false,
+ "wgAction": "view",
+ "wgUserName": null,
+ "wgUserGroups": ["*"],
+ "wgCategories": ["CS1 maint: Unfit url", "All articles with unsourced statements", "Articles with unsourced statements from August 2015", "Articles containing potentially dated statements from April 2015", "All articles containing potentially dated statements", "Articles with unsourced statements from July 2015", "Commons category with page title same as on Wikidata", "Mozilla", "Netscape", "Projects established in 1998"],
+ "wgBreakFrames": false,
+ "wgPageContentLanguage": "en",
+ "wgPageContentModel": "wikitext",
+ "wgSeparatorTransformTable": ["", ""],
+ "wgDigitTransformTable": ["", ""],
+ "wgDefaultDateFormat": "dmy",
+ "wgMonthNames": ["", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
+ "wgMonthNamesShort": ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
+ "wgRelevantPageName": "Mozilla",
+ "wgRelevantArticleId": 36754915,
+ "wgRequestId": "WBL2vApAME0AAEo9USUAAAIO",
+ "wgIsProbablyEditable": true,
+ "wgRestrictionEdit": [],
+ "wgRestrictionMove": [],
+ "wgFlaggedRevsParams": {
+ "tags": {
+ "status": {
+ "levels": 1,
+ "quality": 2,
+ "pristine": 3
+ }
+ }
+ },
+ "wgStableRevisionId": null,
+ "wgWikiEditorEnabledModules": {
+ "toolbar": true,
+ "dialogs": true,
+ "preview": false,
+ "publish": false
+ },
+ "wgBetaFeaturesFeatures": [],
+ "wgMediaViewerOnClick": true,
+ "wgMediaViewerEnabledByDefault": true,
+ "wgVisualEditor": {
+ "pageLanguageCode": "en",
+ "pageLanguageDir": "ltr",
+ "usePageImages": true,
+ "usePageDescriptions": true
+ },
+ "wgPreferredVariant": "en",
+ "wgMFDisplayWikibaseDescriptions": {
+ "search": true,
+ "nearby": true,
+ "watchlist": true,
+ "tagline": false
+ },
+ "wgRelatedArticles": null,
+ "wgRelatedArticlesUseCirrusSearch": true,
+ "wgRelatedArticlesOnlyUseCirrusSearch": false,
+ "wgULSCurrentAutonym": "English",
+ "wgNoticeProject": "wikipedia",
+ "wgCentralNoticeCookiesToDelete": [],
+ "wgCentralNoticeCategoriesUsingLegacy": ["Fundraising", "fundraising"],
+ "wgCategoryTreePageCategoryOptions": "{\"mode\":0,\"hideprefix\":20,\"showcount\":true,\"namespaces\":false}",
+ "wgWikibaseItemId": "Q9661",
+ "wgCentralAuthMobileDomain": false,
+ "wgVisualEditorToolbarScrollOffset": 0,
+ "wgEditSubmitButtonLabelPublish": false
+ });
+ mw.loader.state({
+ "ext.globalCssJs.user.styles": "ready",
+ "ext.globalCssJs.site.styles": "ready",
+ "site.styles": "ready",
+ "noscript": "ready",
+ "user.styles": "ready",
+ "user.cssprefs": "ready",
+ "user": "ready",
+ "user.options": "loading",
+ "user.tokens": "loading",
+ "ext.cite.styles": "ready",
+ "wikibase.client.init": "ready",
+ "ext.visualEditor.desktopArticleTarget.noscript": "ready",
+ "ext.uls.interlanguage": "ready",
+ "ext.wikimediaBadges": "ready",
+ "mediawiki.legacy.shared": "ready",
+ "mediawiki.legacy.commonPrint": "ready",
+ "mediawiki.sectionAnchor": "ready",
+ "mediawiki.skinning.interface": "ready",
+ "skins.vector.styles": "ready",
+ "ext.globalCssJs.user": "ready",
+ "ext.globalCssJs.site": "ready"
+ });
+ mw.loader.implement("user.options@0j3lz3q", function($, jQuery, require, module) {
+ mw.user.options.set({
+ "variant": "en"
+ });
+ });
+ mw.loader.implement("user.tokens@1dqfd7l", function($, jQuery, require, module) {
+ mw.user.tokens.set({
+ "editToken": "+\\",
+ "patrolToken": "+\\",
+ "watchToken": "+\\",
+ "csrfToken": "+\\"
+ }); /*@nomin*/ ;
+
+ });
+ mw.loader.load(["mediawiki.page.startup", "mediawiki.legacy.wikibits", "ext.centralauth.centralautologin", "mmv.head", "ext.visualEditor.desktopArticleTarget.init", "ext.uls.interface", "ext.quicksurveys.init", "skins.vector.js"]);
+ });
+ </script>
+ <link rel="stylesheet" href="/w/load.php?debug=false&amp;lang=en&amp;modules=ext.cite.styles%7Cext.gadget.ReferenceTooltips%2Cfeatured-articles-links%2Cteahouse%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.sectionAnchor%7Cmediawiki.skinning.interface%7Cskins.vector.styles%7Cwikibase.client.init&amp;only=styles&amp;skin=vector" />
+ <script async="" src="/w/load.php?debug=false&amp;lang=en&amp;modules=startup&amp;only=scripts&amp;skin=vector"></script>
+ <meta name="ResourceLoaderDynamicStyles" content="" />
+ <link rel="stylesheet" href="/w/load.php?debug=false&amp;lang=en&amp;modules=site.styles&amp;only=styles&amp;skin=vector" />
+ <meta name="generator" content="MediaWiki 1.28.0-wmf.23" />
+ <meta name="referrer" content="origin-when-cross-origin" />
+ <link rel="alternate" href="android-app://org.wikipedia/http/en.m.wikipedia.org/wiki/Mozilla" />
+ <link rel="alternate" type="application/x-wiki" title="Edit this page" href="/w/index.php?title=Mozilla&amp;action=edit" />
+ <link rel="edit" title="Edit this page" href="/w/index.php?title=Mozilla&amp;action=edit" />
+ <link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png" />
+ <link rel="shortcut icon" href="/static/favicon/wikipedia.ico" />
+ <link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (en)" />
+ <link rel="EditURI" type="application/rsd+xml" href="//en.wikipedia.org/w/api.php?action=rsd" />
+ <link rel="copyright" href="//creativecommons.org/licenses/by-sa/3.0/" />
+ <link rel="canonical" href="https://en.wikipedia.org/wiki/Mozilla" />
+ <link rel="dns-prefetch" href="//login.wikimedia.org" />
+ <link rel="dns-prefetch" href="//meta.wikimedia.org" />
+</head>
+
+<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Mozilla rootpage-Mozilla skin-vector action-view feature-footer-v2">
+ <div id="mw-page-base" class="noprint"></div>
+ <div id="mw-head-base" class="noprint"></div>
+ <div id="content" class="mw-body" role="main">
+ <a id="top"></a>
+
+ <div id="siteNotice">
+ <!-- CentralNotice -->
+ </div>
+ <div class="mw-indicators">
+ </div>
+ <h1 id="firstHeading" class="firstHeading" lang="en">Mozilla</h1>
+ <div id="bodyContent" class="mw-body-content">
+ <div id="siteSub">From Wikipedia, the free encyclopedia</div>
+ <div id="contentSub"></div>
+ <div id="jump-to-nav" class="mw-jump">
+ Jump to: <a href="#mw-head">navigation</a>, <a href="#p-search">search</a>
+ </div>
+ <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
+ <div role="note" class="hatnote">See also: <a href="/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a> and <a href="/wiki/Mozilla_Corporation" title="Mozilla Corporation">Mozilla Corporation</a></div>
+ <table class="infobox vcard" style="width:22em">
+ <caption class="fn org">Mozilla</caption>
+ <tr>
+ <td colspan="2" class="logo" style="text-align:center">
+ <a href="/wiki/File:Mozilla_dinosaur_head_logo.png" class="image"><img alt="Mozilla dinosaur head logo.png" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Mozilla_dinosaur_head_logo.png/200px-Mozilla_dinosaur_head_logo.png" width="200" height="143" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Mozilla_dinosaur_head_logo.png/300px-Mozilla_dinosaur_head_logo.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Mozilla_dinosaur_head_logo.png/400px-Mozilla_dinosaur_head_logo.png 2x" data-file-width="1300" data-file-height="929" /></a>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" style="padding-right:0.5em;">Industry</th>
+ <td class="category" style="line-height:1.35em;"><a href="/wiki/Open-source_software" title="Open-source software">Open-source software</a></td>
+ </tr>
+ <tr>
+ <th scope="row" style="padding-right:0.5em;">Founded</th>
+ <td style="line-height:1.35em;">February&#160;28, 1998<span class="noprint">; 18 years ago</span><span style="display:none">&#160;(<span class="bday dtstart published updated">1998-02-28</span>)</span>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" style="padding-right:0.5em;">Founder</th>
+ <td class="agent" style="line-height:1.35em;"><a href="/wiki/Netscape" title="Netscape">Netscape Communications Corporation</a></td>
+ </tr>
+ <tr>
+ <th scope="row" style="padding-right:0.5em;">Products</th>
+ <td style="line-height:1.35em;"><a href="/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Application Suite</a></td>
+ </tr>
+ <tr>
+ <th scope="row" style="padding-right:0.5em;"><a href="/wiki/Division_(business)" title="Division (business)">Divisions</a></th>
+ <td style="line-height:1.35em;">
+ <div class="plainlist">
+ <ul>
+ <li><a href="/wiki/Mozilla_Corporation" title="Mozilla Corporation">Mozilla Corporation</a></li>
+ <li><a href="/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th scope="row" style="padding-right:0.5em;">Website</th>
+ <td style="line-height:1.35em;"><span class="url"><a rel="nofollow" class="external text" href="http://mozilla.org/,%20https://www.mozilla.org/tr/">mozilla<wbr />.org<wbr />/,%20https:<wbr />//www<wbr />.mozilla<wbr />.org<wbr />/tr<wbr />/</a></span></td>
+ </tr>
+ </table>
+ <p><b>Mozilla</b> is a <a href="/wiki/Free_software" title="Free software">free-software</a> community, created in 1998 by members of <a href="/wiki/Netscape" title="Netscape">Netscape</a>. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, with only minor exceptions.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1">[1]</a></sup> The community is supported institutionally by the <a href="/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a> and its tax-paying subsidiary, the <a href="/wiki/Mozilla_Corporation" title="Mozilla Corporation">Mozilla Corporation</a>.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2">[2]</a></sup></p>
+ <p><a href="/wiki/List_of_Mozilla_products" title="List of Mozilla products">Mozilla produces many products</a> such as the <a href="/wiki/Firefox" title="Firefox">Firefox</a> web browser, <a href="/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a> e-mail client, <a href="/wiki/Firefox_Mobile" class="mw-redirect" title="Firefox Mobile">Firefox Mobile</a> web browser, <a href="/wiki/Firefox_OS" title="Firefox OS">Firefox OS</a> mobile operating system, <a href="/wiki/Bugzilla" title="Bugzilla">Bugzilla</a> bug tracking system and other projects.</p>
+ <p></p>
+ <div id="toc" class="toc">
+ <div id="toctitle">
+ <h2>Contents</h2>
+ </div>
+ <ul>
+ <li class="toclevel-1 tocsection-1"><a href="#History"><span class="tocnumber">1</span> <span class="toctext">History</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-2"><a href="#Eich_CEO_promotion_controversy"><span class="tocnumber">1.1</span> <span class="toctext">Eich CEO promotion controversy</span></a></li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-3"><a href="#Values"><span class="tocnumber">2</span> <span class="toctext">Values</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-4"><a href="#Pledge"><span class="tocnumber">2.1</span> <span class="toctext">Pledge</span></a></li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-5"><a href="#Software"><span class="tocnumber">3</span> <span class="toctext">Software</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-6"><a href="#Firefox"><span class="tocnumber">3.1</span> <span class="toctext">Firefox</span></a></li>
+ <li class="toclevel-2 tocsection-7"><a href="#Firefox_Mobile"><span class="tocnumber">3.2</span> <span class="toctext">Firefox Mobile</span></a></li>
+ <li class="toclevel-2 tocsection-8"><a href="#Firefox_OS"><span class="tocnumber">3.3</span> <span class="toctext">Firefox OS</span></a></li>
+ <li class="toclevel-2 tocsection-9"><a href="#Thunderbird"><span class="tocnumber">3.4</span> <span class="toctext">Thunderbird</span></a></li>
+ <li class="toclevel-2 tocsection-10"><a href="#SeaMonkey"><span class="tocnumber">3.5</span> <span class="toctext">SeaMonkey</span></a></li>
+ <li class="toclevel-2 tocsection-11"><a href="#Bugzilla"><span class="tocnumber">3.6</span> <span class="toctext">Bugzilla</span></a></li>
+ <li class="toclevel-2 tocsection-12"><a href="#Components"><span class="tocnumber">3.7</span> <span class="toctext">Components</span></a>
+ <ul>
+ <li class="toclevel-3 tocsection-13"><a href="#NSS"><span class="tocnumber">3.7.1</span> <span class="toctext">NSS</span></a></li>
+ <li class="toclevel-3 tocsection-14"><a href="#SpiderMonkey"><span class="tocnumber">3.7.2</span> <span class="toctext">SpiderMonkey</span></a></li>
+ <li class="toclevel-3 tocsection-15"><a href="#Rhino"><span class="tocnumber">3.7.3</span> <span class="toctext">Rhino</span></a></li>
+ <li class="toclevel-3 tocsection-16"><a href="#Gecko"><span class="tocnumber">3.7.4</span> <span class="toctext">Gecko</span></a></li>
+ <li class="toclevel-3 tocsection-17"><a href="#Rust"><span class="tocnumber">3.7.5</span> <span class="toctext">Rust</span></a></li>
+ <li class="toclevel-3 tocsection-18"><a href="#XULRunner"><span class="tocnumber">3.7.6</span> <span class="toctext">XULRunner</span></a></li>
+ <li class="toclevel-3 tocsection-19"><a href="#pdf.js"><span class="tocnumber">3.7.7</span> <span class="toctext">pdf.js</span></a></li>
+ <li class="toclevel-3 tocsection-20"><a href="#Shumway"><span class="tocnumber">3.7.8</span> <span class="toctext">Shumway</span></a></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-21"><a href="#Other_activities"><span class="tocnumber">4</span> <span class="toctext">Other activities</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-22"><a href="#Mozilla_VR"><span class="tocnumber">4.1</span> <span class="toctext">Mozilla VR</span></a></li>
+ <li class="toclevel-2 tocsection-23"><a href="#Mozilla_Persona"><span class="tocnumber">4.2</span> <span class="toctext">Mozilla Persona</span></a></li>
+ <li class="toclevel-2 tocsection-24"><a href="#Mozilla_Location_Service"><span class="tocnumber">4.3</span> <span class="toctext">Mozilla Location Service</span></a></li>
+ <li class="toclevel-2 tocsection-25"><a href="#Webmaker"><span class="tocnumber">4.4</span> <span class="toctext">Webmaker</span></a></li>
+ <li class="toclevel-2 tocsection-26"><a href="#Mozilla_Developer_Network"><span class="tocnumber">4.5</span> <span class="toctext">Mozilla Developer Network</span></a></li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-27"><a href="#Community"><span class="tocnumber">5</span> <span class="toctext">Community</span></a>
+ <ul>
+ <li class="toclevel-2 tocsection-28"><a href="#Local_communities"><span class="tocnumber">5.1</span> <span class="toctext">Local communities</span></a></li>
+ <li class="toclevel-2 tocsection-29"><a href="#Mozilla_Reps"><span class="tocnumber">5.2</span> <span class="toctext">Mozilla Reps</span></a></li>
+ <li class="toclevel-2 tocsection-30"><a href="#Conferences_and_events"><span class="tocnumber">5.3</span> <span class="toctext">Conferences and events</span></a>
+ <ul>
+ <li class="toclevel-3 tocsection-31"><a href="#Mozilla_Festival"><span class="tocnumber">5.3.1</span> <span class="toctext">Mozilla Festival</span></a></li>
+ <li class="toclevel-3 tocsection-32"><a href="#MozCamps"><span class="tocnumber">5.3.2</span> <span class="toctext">MozCamps</span></a></li>
+ <li class="toclevel-3 tocsection-33"><a href="#Mozilla_Summit"><span class="tocnumber">5.3.3</span> <span class="toctext">Mozilla Summit</span></a></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li class="toclevel-1 tocsection-34"><a href="#See_also"><span class="tocnumber">6</span> <span class="toctext">See also</span></a></li>
+ <li class="toclevel-1 tocsection-35"><a href="#References"><span class="tocnumber">7</span> <span class="toctext">References</span></a></li>
+ <li class="toclevel-1 tocsection-36"><a href="#External_links"><span class="tocnumber">8</span> <span class="toctext">External links</span></a></li>
+ </ul>
+ </div>
+ <p></p>
+ <h2><span class="mw-headline" id="History">History</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=1" title="Edit section: History">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <p>On January 23, 1998, Netscape made two announcements: first, that <a href="/wiki/Netscape_Communicator" title="Netscape Communicator">Netscape Communicator</a> will be free; second, that the source code will also be free.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3">[3]</a></sup> One day later, <a href="/wiki/Jamie_Zawinski" title="Jamie Zawinski">Jamie Zawinski</a> from Netscape registered <span style="font-family: monospace, monospace;">mozilla.org</span>.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4">[4]</a></sup> The project was named Mozilla after the original code name of the <a href="/wiki/Netscape_Navigator" title="Netscape Navigator">Netscape Navigator</a> browser which is a blending of "<a href="/wiki/Mosaic_(web_browser)" title="Mosaic (web browser)">Mosaic</a> and <a href="/wiki/Godzilla" title="Godzilla">Godzilla</a>"<sup id="cite_ref-google_5-0" class="reference"><a href="#cite_note-google-5">[5]</a></sup> and used to co-ordinate the development of the <a href="/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Application Suite</a>, the <a href="/wiki/Open_source" class="mw-redirect" title="Open source">open source</a> version of Netscape's internet software, <a href="/wiki/Netscape_Communicator" title="Netscape Communicator">Netscape Communicator</a>.<sup id="cite_ref-Mozilla_Launch_Announcement_6-0" class="reference"><a href="#cite_note-Mozilla_Launch_Announcement-6">[6]</a></sup><sup id="cite_ref-7" class="reference"><a href="#cite_note-7">[7]</a></sup> Jamie Zawinski says he came up with the name "Mozilla" at a Netscape staff meeting.<sup id="cite_ref-8" class="reference"><a href="#cite_note-8">[8]</a></sup><sup id="cite_ref-9" class="reference"><a href="#cite_note-9">[9]</a></sup> A small group of Netscape employees were tasked with coordination of the new community.</p>
+ <p>Originally, Mozilla aimed to be a technology provider for companies, such as Netscape, who would commercialize their open source code.<sup id="cite_ref-10" class="reference"><a href="#cite_note-10">[10]</a></sup> When <a href="/wiki/AOL" title="AOL">AOL</a> (Netscape's parent company) greatly reduced its involvement with Mozilla in July 2003, the <a href="/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a> was designated the legal steward of the project.<sup id="cite_ref-11" class="reference"><a href="#cite_note-11">[11]</a></sup> Soon after, Mozilla deprecated the Mozilla Suite in favor of creating independent applications for each function, primarily the <a href="/wiki/Firefox" title="Firefox">Firefox</a> web browser and the <a href="/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a> email client, and moved to supply them directly to the public.<sup id="cite_ref-12" class="reference"><a href="#cite_note-12">[12]</a></sup></p>
+ <p>Recently, Mozilla's activities have expanded to include Firefox on mobile platforms (primarily <a href="/wiki/Android_(operating_system)" title="Android (operating system)">Android</a>),<sup id="cite_ref-13" class="reference"><a href="#cite_note-13">[13]</a></sup> a mobile OS called <a href="/wiki/Firefox_OS" title="Firefox OS">Firefox OS</a>,<sup id="cite_ref-14" class="reference"><a href="#cite_note-14">[14]</a></sup> a web-based identity system called <a href="/wiki/Mozilla_Persona" title="Mozilla Persona">Mozilla Persona</a> and a marketplace for HTML5 applications.<sup id="cite_ref-15" class="reference"><a href="#cite_note-15">[15]</a></sup></p>
+ <p>In a report released in November 2012, Mozilla reported that their total revenue for 2011 was $163&#160;million, which was up 33% from $123&#160;million in 2010. Mozilla noted that roughly 85% of their revenue comes from their contract with Google.<sup id="cite_ref-16" class="reference"><a href="#cite_note-16">[16]</a></sup></p>
+ <p>At the end of 2013, Mozilla announced a deal with <a href="/wiki/Cisco_Systems" title="Cisco Systems">Cisco Systems</a> whereby Firefox would download and use a Cisco-provided binary build of an open source<sup id="cite_ref-github_17-0" class="reference"><a href="#cite_note-github-17">[17]</a></sup> <a href="/wiki/Codec" title="Codec">codec</a> to play the <a href="/wiki/Proprietary_format" title="Proprietary format">proprietary</a> <a href="/wiki/H.264" class="mw-redirect" title="H.264">H.264</a> video format.<sup id="cite_ref-gigaom_18-0" class="reference"><a href="#cite_note-gigaom-18">[18]</a></sup><sup id="cite_ref-techrepublic_19-0" class="reference"><a href="#cite_note-techrepublic-19">[19]</a></sup> As part of the deal, Cisco would pay any patent licensing fees associated with the binaries that it distributes. Mozilla's CTO, <a href="/wiki/Brendan_Eich" title="Brendan Eich">Brendan Eich</a>, acknowledged that this is "not a complete solution" and isn't "perfect".<sup id="cite_ref-20" class="reference"><a href="#cite_note-20">[20]</a></sup> An employee in Mozilla's video formats team, writing in an unofficial capacity, justified<sup id="cite_ref-21" class="reference"><a href="#cite_note-21">[21]</a></sup> it by the need to maintain their large user base, which would be necessary in future battles for truly free video formats.</p>
+ <p>In December 2013, Mozilla announced funding for the development of non-<a href="/wiki/Free_software" title="Free software">free</a> games<sup id="cite_ref-22" class="reference"><a href="#cite_note-22">[22]</a></sup> through its Game Creator Challenge. However, even those games that may be released under a non-free software or open source license must be made with open web technologies and Javascript as per the work criteria outlined in the announcement.</p>
+ <h3><span class="mw-headline" id="Eich_CEO_promotion_controversy">Eich CEO promotion controversy</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=2" title="Edit section: Eich CEO promotion controversy">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <p>On March 24, 2014, Mozilla promoted <a href="/wiki/Brendan_Eich" title="Brendan Eich">Brendan Eich</a> to the role of CEO. This led to boycotts and protests from the LGBT community and its supporters, as Eich previously donated US$1,000<sup id="cite_ref-23" class="reference"><a href="#cite_note-23">[23]</a></sup> in 2008 in support of <a href="/wiki/California_Proposition_8_(2008)" title="California Proposition 8 (2008)">California's Proposition 8</a>, a California ballot proposition and state constitutional amendment in opposition to same-sex marriage.<sup id="cite_ref-arstechnica_24-0" class="reference"><a href="#cite_note-arstechnica-24">[24]</a></sup> Eich's donation first became public knowledge in 2012, while he was Mozilla’s chief technical officer, leading to angry responses on Twitter—including the use of the hashtag "#wontworkwithbigots".<sup id="cite_ref-25" class="reference"><a href="#cite_note-25">[25]</a></sup></p>
+ <p>Protests also emerged in 2014 following the announcement of Eich's appointment as CEO of Mozilla. U.S. companies <a href="/wiki/OkCupid" title="OkCupid">OkCupid</a> and <a href="/wiki/CREDO_Mobile" title="CREDO Mobile">CREDO Mobile</a> received media coverage for their objections, with the former asking its users to boycott the browser,<sup id="cite_ref-26" class="reference"><a href="#cite_note-26">[26]</a></sup> while Credo amassed 50,000 signatures for a petition that called for Eich's resignation</p>
+ <p>Due to the controversy, Eich voluntarily stepped down on April 3, 2014<sup id="cite_ref-27" class="reference"><a href="#cite_note-27">[27]</a></sup> and <a href="/wiki/Mitchell_Baker" title="Mitchell Baker">Mitchell Baker</a>, executive chairwoman of Mozilla Corporation, posted a statement on the Mozilla blog: "We didn’t move fast enough to engage with people once the controversy started. Mozilla believes both in equality and freedom of speech. Equality is necessary for meaningful speech. And you need free speech to fight for equality."<sup id="cite_ref-28" class="reference"><a href="#cite_note-28">[28]</a></sup> Eich's resignation promoted a larger backlash from conservatives who felt he had been forced out of the company internally.<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (August 2015)">citation needed</span></a></i>]</sup></p>
+ <p>OkCupid co-founder and CEO <a href="/wiki/Sam_Yagan" title="Sam Yagan">Sam Yagan</a> had also donated $500<sup id="cite_ref-29" class="reference"><a href="#cite_note-29">[29]</a></sup> to Republican candidate <a href="/wiki/Chris_Cannon" title="Chris Cannon">Chris Cannon</a> who proceeded to vote for multiple measures viewed as "anti-gay", including the banning of same-sex marriage.<sup id="cite_ref-30" class="reference"><a href="#cite_note-30">[30]</a></sup><sup id="cite_ref-31" class="reference"><a href="#cite_note-31">[31]</a></sup><sup id="cite_ref-32" class="reference"><a href="#cite_note-32">[32]</a></sup><sup id="cite_ref-33" class="reference"><a href="#cite_note-33">[33]</a></sup> Yagan claims he did not know about Cannon's stance on gay rights and that his contribution was due to the candidate being the ranking Republican participating in the House subcommittee that oversaw Internet and Intellectual Property matters.<sup id="cite_ref-34" class="reference"><a href="#cite_note-34">[34]</a></sup><sup id="cite_ref-35" class="reference"><a href="#cite_note-35">[35]</a></sup><sup id="cite_ref-uncrunched.com_36-0" class="reference"><a href="#cite_note-uncrunched.com-36">[36]</a></sup><sup id="cite_ref-37" class="reference"><a href="#cite_note-37">[37]</a></sup><sup id="cite_ref-38" class="reference"><a href="#cite_note-38">[38]</a></sup></p>
+ <p>Reader comments on articles that were published close to the events were divided between support for OkCupid's actions and opposition to them. Supporters claimed the boycott was justified and saw OkCupid's actions as a firm statement of opposition to intolerance towards the gay community. Opponents saw OkCupid's actions as hypocritical, since Eich is also the inventor of <a href="/wiki/Brendan_Eich#Netscape_and_JavaScript" title="Brendan Eich">JavaScript</a>, which is still required to browse OkCupid's website, and felt that users should not be punished for the actions of Mozilla and suspected that OkCupid's actions were a <a href="/wiki/Publicity_stunt" title="Publicity stunt">publicity stunt</a>.<sup id="cite_ref-uncrunched.com_36-1" class="reference"><a href="#cite_note-uncrunched.com-36">[36]</a></sup><sup id="cite_ref-39" class="reference"><a href="#cite_note-39">[39]</a></sup></p>
+ <h2><span class="mw-headline" id="Values">Values</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=3" title="Edit section: Values">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <p>According to Mozilla's manifesto,<sup id="cite_ref-manifesto_40-0" class="reference"><a href="#cite_note-manifesto-40">[40]</a></sup> which outlines goals, principles, and a pledge, "The Mozilla project uses a community-based approach to create world-class open source software and to develop new types of collaborative activities". Mozilla's manifesto mentions only its beliefs in regards to the Internet and Internet privacy, and has no mention of any political or social viewpoints.</p>
+ <h3><span class="mw-headline" id="Pledge">Pledge</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=4" title="Edit section: Pledge">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <p>According to the Mozilla Foundation:<sup id="cite_ref-41" class="reference"><a href="#cite_note-41">[41]</a></sup></p>
+ <blockquote class="templatequote">
+ <p>The Mozilla Foundation pledges to support the Mozilla Manifesto in its activities. Specifically, we will:</p>
+ <ul>
+ <li>Build and enable open-source technologies and communities that support the Manifesto’s principles;</li>
+ <li>Build and deliver great consumer products that support the Manifesto’s principles;</li>
+ <li>Use the Mozilla assets (intellectual property such as copyrights and trademarks, infrastructure, funds, and reputation) to keep the Internet an open platform;</li>
+ <li>Promote models for creating economic value for the public benefit; and</li>
+ <li>Promote the Mozilla Manifesto principles in public discourse and within the Internet industry.</li>
+ </ul>
+ </blockquote>
+ <h2><span class="mw-headline" id="Software">Software</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=5" title="Edit section: Software">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Mozilla_Firefox_logo_2013.svg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/220px-Mozilla_Firefox_logo_2013.svg.png" width="220" height="233" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/330px-Mozilla_Firefox_logo_2013.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mozilla_Firefox_logo_2013.svg/440px-Mozilla_Firefox_logo_2013.svg.png 2x" data-file-width="352" data-file-height="373" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Mozilla_Firefox_logo_2013.svg" class="internal" title="Enlarge"></a>
+ </div>
+ Firefox logo</div>
+ </div>
+ </div>
+ <h3><span class="mw-headline" id="Firefox">Firefox</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=6" title="Edit section: Firefox">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Firefox" title="Firefox">Firefox</a></div>
+ <p><a href="/wiki/Firefox" title="Firefox">Firefox</a> is a <a href="/wiki/Web_browser" title="Web browser">web browser</a>, and is Mozilla's <a href="/wiki/Flagship_product" class="mw-redirect" title="Flagship product">flagship</a> software product. It is available in both desktop and mobile versions. Firefox uses the <a href="/wiki/Gecko_(software)" title="Gecko (software)">Gecko</a> <a href="/wiki/Layout_engine" title="Layout engine">layout engine</a> to render web pages, which implements current and anticipated <a href="/wiki/Web_standards" title="Web standards">web standards</a>.<sup id="cite_ref-42" class="reference"><a href="#cite_note-42">[42]</a></sup> As of late 2015<sup class="plainlinks noprint asof-tag update" style="display:none;"><a class="external text" href="//en.wikipedia.org/w/index.php?title=Mozilla&amp;action=edit">[update]</a></sup>, Firefox has approximately 10-11% of worldwide <a href="/wiki/Usage_share_of_web_browsers#Summary" title="Usage share of web browsers">usage share of web browsers</a>, making it the 4th most-used web browser.<sup id="cite_ref-w3counter1_43-0" class="reference"><a href="#cite_note-w3counter1-43">[43]</a></sup><sup id="cite_ref-gs.statcounter.com_44-0" class="reference"><a href="#cite_note-gs.statcounter.com-44">[44]</a></sup><sup id="cite_ref-getclicky1_45-0" class="reference"><a href="#cite_note-getclicky1-45">[45]</a></sup></p>
+ <p>Firefox began as an experimental branch of the <a href="/wiki/Mozilla#Mozilla_Project" title="Mozilla">Mozilla codebase</a> by <a href="/wiki/Dave_Hyatt" title="Dave Hyatt">Dave Hyatt</a>, <a href="/wiki/Joe_Hewitt_(programmer)" title="Joe Hewitt (programmer)">Joe Hewitt</a> and <a href="/wiki/Blake_Ross" title="Blake Ross">Blake Ross</a>. They believed the commercial requirements of <a href="/wiki/Netscape" title="Netscape">Netscape's</a> sponsorship and developer-driven <a href="/wiki/Feature_creep" title="Feature creep">feature creep</a> compromised the utility of the Mozilla browser.<sup id="cite_ref-46" class="reference"><a href="#cite_note-46">[46]</a></sup> To combat what they saw as the <a href="/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Suite's</a> <a href="/wiki/Software_bloat" title="Software bloat">software bloat</a>, they created a stand-alone browser, with which they intended to replace the Mozilla Suite.</p>
+ <p>Firefox was originally named <i>Phoenix</i> but the name was changed so as to avoid trademark conflicts with <a href="/wiki/Phoenix_Technologies" title="Phoenix Technologies">Phoenix Technologies</a>. The initially-announced replacement, <i>Firebird</i>, provoked objections from the <a href="/wiki/Firebird_(database_server)" title="Firebird (database server)">Firebird</a> project community.<sup id="cite_ref-47" class="reference"><a href="#cite_note-47">[47]</a></sup><sup id="cite_ref-48" class="reference"><a href="#cite_note-48">[48]</a></sup> The current name, Firefox, was chosen on February 9, 2004.<sup id="cite_ref-49" class="reference"><a href="#cite_note-49">[49]</a></sup></p>
+ <h3><span class="mw-headline" id="Firefox_Mobile">Firefox Mobile</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=7" title="Edit section: Firefox Mobile">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Firefox_Mobile" class="mw-redirect" title="Firefox Mobile">Firefox Mobile</a></div>
+ <p>Firefox Mobile (codenamed <i>Fennec</i>) is the build of the <a href="/wiki/Firefox" title="Firefox">Mozilla Firefox</a> <a href="/wiki/Web_browser" title="Web browser">web browser</a> for devices such as <a href="/wiki/Smartphone" title="Smartphone">smartphones</a> and <a href="/wiki/Tablet_computer" title="Tablet computer">tablet computers</a>.</p>
+ <p>Firefox Mobile uses the same <a href="/wiki/Gecko_(layout_engine)" class="mw-redirect" title="Gecko (layout engine)">Gecko</a> <a href="/wiki/Layout_engine" title="Layout engine">layout engine</a> as <a href="/wiki/Firefox" title="Firefox">Mozilla Firefox</a>. For example, version 1.0 used the same engine as Firefox 3.6, and the following release, 4.0, shared core code with Firefox 4.0. Its features include <a href="/wiki/HTML5" title="HTML5">HTML5</a> support, <a href="/wiki/Firefox_Sync" title="Firefox Sync">Firefox Sync</a>, <a href="/wiki/Add-on_(Mozilla)" title="Add-on (Mozilla)">add-ons</a> support and <a href="/wiki/Tabbed_browsing" class="mw-redirect" title="Tabbed browsing">tabbed browsing</a>.<sup id="cite_ref-50" class="reference"><a href="#cite_note-50">[50]</a></sup></p>
+ <p>Firefox Mobile is currently available for <a href="/wiki/Android_(operating_system)" title="Android (operating system)">Android</a> 2.2 and above devices with an <a href="/wiki/ARM_architecture" title="ARM architecture">ARMv7</a> or <a href="/wiki/ARM_architecture" title="ARM architecture">ARMv6</a> CPU.<sup id="cite_ref-51" class="reference"><a href="#cite_note-51">[51]</a></sup> The x86 architecture is not officially supported.<sup id="cite_ref-52" class="reference"><a href="#cite_note-52">[52]</a></sup> <a href="/wiki/Tristan_Nitot" title="Tristan Nitot">Tristan Nitot</a>, president of <a href="/wiki/Mozilla_Europe" title="Mozilla Europe">Mozilla Europe</a>, has said that it's unlikely that an <a href="/wiki/IPhone" title="IPhone">iPhone</a> or a <a href="/wiki/BlackBerry" title="BlackBerry">BlackBerry</a> version will be released, citing <a href="/wiki/Apple_Inc" class="mw-redirect" title="Apple Inc">Apple's</a> iTunes Store application approval policies (which forbid applications competing with Apple's own, and forbid engines which run downloaded code) and BlackBerry's limited operating system as the reasons.<sup id="cite_ref-53" class="reference"><a href="#cite_note-53">[53]</a></sup></p>
+ <h3><span class="mw-headline" id="Firefox_OS">Firefox OS</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=8" title="Edit section: Firefox OS">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Firefox_OS" title="Firefox OS">Firefox OS</a></div>
+ <p>Firefox OS (project name: <i>Boot to Gecko</i> also known as <i>B2G</i>) is an <a href="/wiki/Open_source" class="mw-redirect" title="Open source">open source</a> <a href="/wiki/Operating_system" title="Operating system">operating system</a> in development by Mozilla that aims to support <a href="/wiki/HTML5" title="HTML5">HTML5</a> apps written using "<a href="/wiki/Open_Web" title="Open Web">open Web</a>" technologies rather than platform-specific native <a href="/wiki/Application_programming_interface" title="Application programming interface">APIs</a>. The concept behind Firefox OS is that all user-accessible software will be HTML5 applications, that use Open Web APIs to access the phone's hardware directly via <a href="/wiki/JavaScript" title="JavaScript">JavaScript</a>.<sup id="cite_ref-54" class="reference"><a href="#cite_note-54">[54]</a></sup></p>
+ <p>Some devices using this OS include<sup id="cite_ref-55" class="reference"><a href="#cite_note-55">[55]</a></sup> Alcatel One Touch Fire, ZTE Open, LG Fireweb.</p>
+ <h3><span class="mw-headline" id="Thunderbird">Thunderbird</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=9" title="Edit section: Thunderbird">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Mozilla Thunderbird</a></div>
+ <p><a href="/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a> is a free, open source, cross-platform email and news client developed by the volunteers of the Mozilla Community.</p>
+ <p>On July 16, 2012, Mitchell Baker announced that Mozilla's leadership had come to the conclusion that on-going stability was the most important thing for Thunderbird and that innovation in Thunderbird was no longer a priority for Mozilla. In that update Baker also suggested that Mozilla had provided a pathway for community to innovate around Thunderbird if the community chooses.<sup id="cite_ref-56" class="reference"><a href="#cite_note-56">[56]</a></sup></p>
+ <h3><span class="mw-headline" id="SeaMonkey">SeaMonkey</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=10" title="Edit section: SeaMonkey">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a></div>
+ <div class="thumb tleft">
+ <div class="thumbinner" style="width:130px;">
+ <a href="/wiki/File:SeaMonkey.png" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/0/0d/SeaMonkey.png" width="128" height="128" class="thumbimage" data-file-width="128" data-file-height="128" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:SeaMonkey.png" class="internal" title="Enlarge"></a>
+ </div>
+ SeaMonkey logo</div>
+ </div>
+ </div>
+ <p><a href="/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a> (formerly the Mozilla Application Suite) is a free and open source cross platform suite of Internet software components including a web browser component, a client for sending and receiving email and <a href="/wiki/USENET" class="mw-redirect" title="USENET">USENET</a> newsgroup messages, an HTML editor (<a href="/wiki/Mozilla_Composer" title="Mozilla Composer">Mozilla Composer</a>) and the <a href="/wiki/ChatZilla" title="ChatZilla">ChatZilla</a> IRC client.</p>
+ <p>On March 10, 2005, <a href="/wiki/The_Mozilla_Foundation" class="mw-redirect" title="The Mozilla Foundation">the Mozilla Foundation</a> announced that it would not release any official versions of Mozilla Application Suite beyond 1.7.x, since it had now focused on the standalone applications <a href="/wiki/Mozilla_Firefox" class="mw-redirect" title="Mozilla Firefox">Firefox</a> and <a href="/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a>.<sup id="cite_ref-57" class="reference"><a href="#cite_note-57">[57]</a></sup> SeaMonkey is now maintained by the SeaMonkey Council, which has <a href="/wiki/Trademark" title="Trademark">trademarked</a> the SeaMonkey name with help from the Mozilla Foundation.<sup id="cite_ref-58" class="reference"><a href="#cite_note-58">[58]</a></sup> The Mozilla Foundation provides project hosting for the SeaMonkey developers.</p>
+ <div style="clear:both;"></div>
+ <h3><span class="mw-headline" id="Bugzilla">Bugzilla</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=11" title="Edit section: Bugzilla">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Bugzilla" title="Bugzilla">Bugzilla</a></div>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Buggie.svg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/220px-Buggie.svg.png" width="220" height="289" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/330px-Buggie.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Buggie.svg/440px-Buggie.svg.png 2x" data-file-width="95" data-file-height="125" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Buggie.svg" class="internal" title="Enlarge"></a>
+ </div>
+ Bugzilla logo</div>
+ </div>
+ </div>
+ <p><a href="/wiki/Bugzilla" title="Bugzilla">Bugzilla</a> is a <a href="/wiki/World_Wide_Web" title="World Wide Web">web</a>-based general-purpose <a href="/wiki/Bug_tracking_system" title="Bug tracking system">bug tracking system</a>, which was released as <a href="/wiki/Open_source_software" class="mw-redirect" title="Open source software">open source software</a> by <a href="/wiki/Netscape_Communications" class="mw-redirect" title="Netscape Communications">Netscape Communications</a> in 1998 along with the rest of the Mozilla codebase, and is currently stewarded by Mozilla. It has been adopted by a variety of organizations for use as a <a href="/wiki/Bug_tracking_system" title="Bug tracking system">bug tracking system</a> for both <a href="/wiki/Free_and_open_source_software" class="mw-redirect" title="Free and open source software">free and open source software</a> and <a href="/wiki/Proprietary_software" title="Proprietary software">proprietary</a> projects and products, including the <a href="/wiki/The_Mozilla_Foundation" class="mw-redirect" title="The Mozilla Foundation">Mozilla Foundation</a>, the <a href="/wiki/Linux_kernel" title="Linux kernel">Linux kernel</a>, <a href="/wiki/GNOME" title="GNOME">GNOME</a>, <a href="/wiki/KDE" title="KDE">KDE</a>, <a href="/wiki/Red_Hat" title="Red Hat">Red Hat</a>, <a href="/wiki/Novell" title="Novell">Novell</a>, <a href="/wiki/Eclipse_(software)" title="Eclipse (software)">Eclipse</a> and <a href="/wiki/LibreOffice" title="LibreOffice">LibreOffice</a>.<sup id="cite_ref-59" class="reference"><a href="#cite_note-59">[59]</a></sup></p>
+ <h3><span class="mw-headline" id="Components">Components</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=12" title="Edit section: Components">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <h4><span class="mw-headline" id="NSS">NSS</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=13" title="Edit section: NSS">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Network_Security_Services" title="Network Security Services">Network Security Services</a></div>
+ <p><a href="/wiki/Network_Security_Services" title="Network Security Services">Network Security Services</a> (NSS) comprises a set of <a href="/wiki/Library_(computing)" title="Library (computing)">libraries</a> designed to support <a href="/wiki/Cross-platform" title="Cross-platform">cross-platform</a> development of security-enabled client and server applications. NSS provides a complete open-source implementation of crypto libraries supporting <a href="/wiki/Secure_Sockets_Layer" class="mw-redirect" title="Secure Sockets Layer">SSL</a> and <a href="/wiki/S/MIME" title="S/MIME">S/MIME</a>. NSS was previously <a href="/wiki/Multi-licensing" title="Multi-licensing">tri-licensed</a> under the <a href="/wiki/Mozilla_Public_License" title="Mozilla Public License">Mozilla Public License</a> 1.1, the <a href="/wiki/GNU_General_Public_License" title="GNU General Public License">GNU General Public License</a>, and the <a href="/wiki/LGPL" class="mw-redirect" title="LGPL">GNU Lesser General Public License</a>, but upgraded to GPL-compatible MPL 2.0.</p>
+ <p><a href="/wiki/AOL" title="AOL">AOL</a>, <a href="/wiki/Red_Hat" title="Red Hat">Red Hat</a>, <a href="/wiki/Sun_Microsystems" title="Sun Microsystems">Sun Microsystems</a>/<a href="/wiki/Oracle_Corporation" title="Oracle Corporation">Oracle Corporation</a>, <a href="/wiki/Google" title="Google">Google</a> and other companies and individual contributors have co-developed NSS and it is used in a wide range of non-Mozilla products including <a href="/wiki/Evolution_(software)" title="Evolution (software)">Evolution</a>, <a href="/wiki/Pidgin_(software)" title="Pidgin (software)">Pidgin</a>, and <a href="/wiki/Apache_OpenOffice" title="Apache OpenOffice">Apache OpenOffice</a>.</p>
+ <h4><span class="mw-headline" id="SpiderMonkey">SpiderMonkey</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=14" title="Edit section: SpiderMonkey">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/SpiderMonkey_(JavaScript_engine)" class="mw-redirect" title="SpiderMonkey (JavaScript engine)">SpiderMonkey (JavaScript engine)</a></div>
+ <p><a href="/wiki/SpiderMonkey_(software)" class="mw-redirect" title="SpiderMonkey (software)">SpiderMonkey</a> is the original <a href="/wiki/JavaScript_engine" title="JavaScript engine">JavaScript engine</a> developed by <a href="/wiki/Brendan_Eich" title="Brendan Eich">Brendan Eich</a> when he invented <a href="/wiki/JavaScript" title="JavaScript">JavaScript</a> in 1995 as a developer at <a href="/wiki/Netscape" title="Netscape">Netscape</a>. It became part of the Mozilla product family when Mozilla inherited Netscape's code-base in 1998. In 2011, Eich transferred the nominal ownership of the SpiderMonkey code and project to Dave Mandelin.<sup id="cite_ref-BE201106_60-0" class="reference"><a href="#cite_note-BE201106-60">[60]</a></sup></p>
+ <p>SpiderMonkey is a <a href="/wiki/Cross-platform" title="Cross-platform">cross-platform</a> engine written in <a href="/wiki/C%2B%2B" title="C++">C++</a> which implements <a href="/wiki/ECMAScript" title="ECMAScript">ECMAScript</a>, a standard developed from JavaScript.<sup id="cite_ref-BE201106_60-1" class="reference"><a href="#cite_note-BE201106-60">[60]</a></sup><sup id="cite_ref-61" class="reference"><a href="#cite_note-61">[61]</a></sup> It comprises an <a href="/wiki/Interpreter_(computing)" title="Interpreter (computing)">interpreter</a>, several <a href="/wiki/Just-in-time_compilation" title="Just-in-time compilation">just-in-time compilers</a>, a <a href="/wiki/Decompiler" title="Decompiler">decompiler</a> and a <a href="/wiki/Garbage_collection_(computer_science)" title="Garbage collection (computer science)">garbage collector</a>. Products which embed SpiderMonkey include <a href="/wiki/Firefox" title="Firefox">Firefox</a>, <a href="/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a>, <a href="/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a>, and many non-Mozilla applications.<sup id="cite_ref-62" class="reference"><a href="#cite_note-62">[62]</a></sup></p>
+ <h4><span class="mw-headline" id="Rhino">Rhino</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=15" title="Edit section: Rhino">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Rhino_(JavaScript_engine)" title="Rhino (JavaScript engine)">Rhino (JavaScript engine)</a></div>
+ <p>Rhino is an <a href="/wiki/Open_source" class="mw-redirect" title="Open source">open source</a> <a href="/wiki/JavaScript_engine" title="JavaScript engine">JavaScript engine</a> managed by the <a href="/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a>. It is developed entirely in <a href="/wiki/Java_(programming_language)" title="Java (programming language)">Java</a>. Rhino converts JavaScript scripts into Java <a href="/wiki/Class_(computer_programming)" title="Class (computer programming)">classes</a>. Rhino works in both <a href="/wiki/Compiler" title="Compiler">compiled</a> and <a href="/wiki/Interpreter_(computing)" title="Interpreter (computing)">interpreted</a> mode.<sup id="cite_ref-63" class="reference"><a href="#cite_note-63">[63]</a></sup></p>
+ <h4><span class="mw-headline" id="Gecko">Gecko</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=16" title="Edit section: Gecko">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Gecko_(layout_engine)" class="mw-redirect" title="Gecko (layout engine)">Gecko (layout engine)</a></div>
+ <p><a href="/wiki/Gecko_(layout_engine)" class="mw-redirect" title="Gecko (layout engine)">Gecko</a> is a <a href="/wiki/Web_browser_engine" title="Web browser engine">layout engine</a> that supports web pages written using <a href="/wiki/HTML" title="HTML">HTML</a>, <a href="/wiki/Scalable_Vector_Graphics" title="Scalable Vector Graphics">SVG</a>, and <a href="/wiki/MathML" title="MathML">MathML</a>. Gecko is written in <a href="/wiki/C%2B%2B" title="C++">C++</a> and uses <a href="/wiki/NSPR" class="mw-redirect" title="NSPR">NSPR</a> for <a href="/wiki/Platform_independence" class="mw-redirect" title="Platform independence">platform independence</a>. Its source code is licensed under the <a href="/wiki/Mozilla_Public_License" title="Mozilla Public License">Mozilla Public License</a>.</p>
+ <p>Firefox uses Gecko both for rendering web pages and for rendering its <a href="/wiki/User_interface" title="User interface">user interface</a>. Gecko is also used by Thunderbird, SeaMonkey, and many non-Mozilla applications.</p>
+ <h4><span class="mw-headline" id="Rust">Rust</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=17" title="Edit section: Rust">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Rust_(programming_language)" title="Rust (programming language)">Rust (programming language)</a></div>
+ <p><a href="/wiki/Rust_(programming_language)" title="Rust (programming language)">Rust</a> is a compiled <a href="/wiki/Programming_language" title="Programming language">programming language</a> being developed by Mozilla Research. It is designed for safety, concurrency, and performance. Rust is intended for creating large and complex software which needs to be both safe against exploits and fast.</p>
+ <p>Rust is being used in an experimental layout engine, <a href="/wiki/Servo_(layout_engine)" title="Servo (layout engine)">Servo</a>, which is developed by Mozilla and Samsung. Servo is not used in any consumer-oriented browsers yet. However, the Servo project developers plan for parts of the Servo source code to be merged into Gecko, and Firefox, incrementally.<sup id="cite_ref-64" class="reference"><a href="#cite_note-64">[64]</a></sup><sup id="cite_ref-65" class="reference"><a href="#cite_note-65">[65]</a></sup></p>
+ <h4><span class="mw-headline" id="XULRunner">XULRunner</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=18" title="Edit section: XULRunner">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/XULRunner" title="XULRunner">XULRunner</a></div>
+ <p><a href="/wiki/XULRunner" title="XULRunner">XULRunner</a> is a software platform and technology experiment by Mozilla, that allows applications built with the same technologies used by Firefox extensions (XPCOM, Javascript, HTML, CSS, XUL) to be run natively as desktop applications, without requiring Firefox to be installed on the user's machine. XULRunner binaries are available for the Windows, GNU/Linux and OS X operating systems, allowing such applications to be effectively cross platform.</p>
+ <h4><span class="mw-headline" id="pdf.js">pdf.js</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=19" title="Edit section: pdf.js">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Pdf.js" class="mw-redirect" title="Pdf.js">pdf.js</a></div>
+ <p><a href="/wiki/Pdf.js" class="mw-redirect" title="Pdf.js">Pdf.js</a> is a library developed by Mozilla that allows in-browser rendering of pdf documents using the HTML5 Canvas and Javascript. It is included by default in recent versions of Firefox, allowing the browser to render pdf documents without requiring an external plugin; and it is available separately as an extension named "PDF Viewer" for Firefox for Android, SeaMonkey, and the Firefox versions which don't include it built-in. It can also be included as part of a website's scripts, to allow pdf rendering for any browser that implements the required HTML5 features and can run Javascript.</p>
+ <h4><span class="mw-headline" id="Shumway">Shumway</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=20" title="Edit section: Shumway">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Shumway_(software)" title="Shumway (software)">Shumway (software)</a></div>
+ <p><a href="/wiki/Shumway_(software)" title="Shumway (software)">Shumway</a> is an open source replacement for the Adobe Flash Player, developed by Mozilla since 2012, using open web technologies as a replacement for Flash technologies. It uses Javascript and HTML5 Canvas elements to render Flash and execute Actionscript. It is included by default in Firefox Nightly and can be installed as an extension for any recent version of Firefox. The current implementation is limited in its capabilities to render Flash content outside simple projects.</p>
+ <h2><span class="mw-headline" id="Other_activities">Other activities</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=21" title="Edit section: Other activities">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <h3><span class="mw-headline" id="Mozilla_VR">Mozilla VR</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=22" title="Edit section: Mozilla VR">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <p>Mozilla VR is a team focused on bringing <a href="/wiki/Virtual_reality" title="Virtual reality">Virtual reality</a> tools, specifications, and standards to the open Web.<sup id="cite_ref-66" class="reference"><a href="#cite_note-66">[66]</a></sup> Mozilla VR maintains <a href="/wiki/A-Frame_(VR)" title="A-Frame (VR)">A-Frame (VR)</a>, a web framework for building VR experiences, and works on advancing <a href="/wiki/WebVR" title="WebVR">WebVR</a> support within web browsers.</p>
+ <h3><span class="mw-headline" id="Mozilla_Persona">Mozilla Persona</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=23" title="Edit section: Mozilla Persona">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Mozilla_Persona" title="Mozilla Persona">Mozilla Persona</a></div>
+ <p><a href="/wiki/Mozilla_Persona" title="Mozilla Persona">Mozilla Persona</a> is a secure, cross-browser website <a href="/wiki/Authentication" title="Authentication">authentication</a> mechanism which allows a user to use a single username and password (or other authentication method) to log in to multiple sites.<sup id="cite_ref-67" class="reference"><a href="#cite_note-67">[67]</a></sup> Mozilla Persona will be shutting down on November 30, 2016.<sup id="cite_ref-68" class="reference"><a href="#cite_note-68">[68]</a></sup></p>
+ <h3><span class="mw-headline" id="Mozilla_Location_Service">Mozilla Location Service</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=24" title="Edit section: Mozilla Location Service">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Mozilla_Location_Service" title="Mozilla Location Service">Mozilla Location Service</a></div>
+ <p>This open source crowdsourced geolocation service was started by Mozilla in 2013 and offers a free <a href="/wiki/Application_programming_interface" title="Application programming interface">API</a>.</p>
+ <h3><span class="mw-headline" id="Webmaker">Webmaker</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=25" title="Edit section: Webmaker">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <p>Mozilla Webmaker is Mozilla's educational initiative, Webmaker's goal is to "help millions of people move from using the web to making the web." As part of Mozilla’s non-profit mission, Webmaker aims "to help the world increase their understanding of the web, take greater control of their online lives, and create a more web literate planet."<sup id="cite_ref-69" class="reference"><a href="#cite_note-69">[69]</a></sup><sup id="cite_ref-lifehacker.com_70-0" class="reference"><a href="#cite_note-lifehacker.com-70">[70]</a></sup><sup id="cite_ref-lifehacker.com_70-1" class="reference"><a href="#cite_note-lifehacker.com-70">[70]</a></sup></p>
+ <h3><span class="mw-headline" id="Mozilla_Developer_Network">Mozilla Developer Network</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=26" title="Edit section: Mozilla Developer Network">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div role="note" class="hatnote">Main article: <a href="/wiki/Mozilla_Developer_Network" title="Mozilla Developer Network">Mozilla Developer Network</a></div>
+ <p>Mozilla maintains a comprehensive developer documentation website called the <a href="/wiki/Mozilla_Developer_Network" title="Mozilla Developer Network">Mozilla Developer Network</a> which contains information about web technologies including <a href="/wiki/HTML" title="HTML">HTML</a>, <a href="/wiki/CSS" class="mw-redirect" title="CSS">CSS</a>, <a href="/wiki/SVG" class="mw-redirect" title="SVG">SVG</a>, <a href="/wiki/JavaScript" title="JavaScript">JavaScript</a>, as well Mozilla-specific information. In addition, Mozilla publishes a large number of videos about web technologies and the development of Mozilla projects on the Air Mozilla website.<sup id="cite_ref-71" class="reference"><a href="#cite_note-71">[71]</a></sup><sup id="cite_ref-72" class="reference"><a href="#cite_note-72">[72]</a></sup></p>
+ <h2><span class="mw-headline" id="Community">Community</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=27" title="Edit section: Community">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <p>The Mozilla Community consists of over 40,000 active contributors from across the globe<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (July 2015)">citation needed</span></a></i>]</sup>. It includes both paid employees and volunteers who work towards the goals set forth<sup id="cite_ref-manifesto_40-1" class="reference"><a href="#cite_note-manifesto-40">[40]</a></sup> in the Mozilla Manifesto. Many of the sub-communities in Mozilla have formed around localization efforts for Mozilla Firefox, and the Mozilla web properties.</p>
+ <h3><span class="mw-headline" id="Local_communities">Local communities</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=28" title="Edit section: Local communities">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:London_Mozilla_Workspace.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/220px-London_Mozilla_Workspace.jpg" width="220" height="146" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/330px-London_Mozilla_Workspace.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/2a/London_Mozilla_Workspace.jpg/440px-London_Mozilla_Workspace.jpg 2x" data-file-width="2500" data-file-height="1656" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:London_Mozilla_Workspace.jpg" class="internal" title="Enlarge"></a>
+ </div>
+ Mozilla spaces, London</div>
+ </div>
+ </div>
+ <p>There are a number of sub-communities that exist based on their geographical locations, where contributors near each other work together on particular activities, such as localization, marketing, PR and user support.</p>
+ <h3><span class="mw-headline" id="Mozilla_Reps">Mozilla Reps</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=29" title="Edit section: Mozilla Reps">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Mozilla_Reps.png" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mozilla_Reps.png/220px-Mozilla_Reps.png" width="220" height="101" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mozilla_Reps.png/330px-Mozilla_Reps.png 1.5x, //upload.wikimedia.org/wikipedia/commons/0/0b/Mozilla_Reps.png 2x" data-file-width="400" data-file-height="183" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Mozilla_Reps.png" class="internal" title="Enlarge"></a>
+ </div>
+ Mozilla Reps logo</div>
+ </div>
+ </div>
+ <p>The Mozilla Reps program aims to empower and support volunteer Mozillians who want to become official representatives of Mozilla in their region/locale.</p>
+ <p>The program provides a simple framework and a specific set of tools to help Mozillians to organize and/or attend events, recruit and mentor new contributors, document and share activities, and support their local communities better.</p>
+ <p>When joining the program, a Mozilla Rep agrees to take on the following responsibilities:</p>
+ <ul>
+ <li>Represent Mozilla in their country/region</li>
+ <li>Promote the Mozilla Project and its mission</li>
+ <li>Build on and support existing/future local community efforts and programs</li>
+ <li>Inspire, recruit and support new contributors</li>
+ <li>Support and mentor future Mozilla Reps</li>
+ <li>Document clearly all their activities</li>
+ </ul>
+ <h3><span class="mw-headline" id="Conferences_and_events">Conferences and events</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=30" title="Edit section: Conferences and events">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h3>
+ <h4><span class="mw-headline" id="Mozilla_Festival">Mozilla Festival</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=31" title="Edit section: Mozilla Festival">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <div class="thumb tright">
+ <div class="thumbinner" style="width:222px;">
+ <a href="/wiki/File:Fireside_Chat,_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/220px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg" width="220" height="147" class="thumbimage" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/330px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg/440px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg 2x" data-file-width="1280" data-file-height="854" /></a>
+ <div class="thumbcaption">
+ <div class="magnify">
+ <a href="/wiki/File:Fireside_Chat,_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg" class="internal" title="Enlarge"></a>
+ </div>
+ Speakers from the <a href="/wiki/Knight_Foundation" class="mw-redirect" title="Knight Foundation">Knight Foundation</a> discuss the future of news at the 2011 Mozilla Festival in London.</div>
+ </div>
+ </div>
+ <p>The Mozilla Festival is an annual event where hundreds of passionate people explore the Web, learn together and make things that can change the world. With the emphasis on <i>making</i>—the mantra of the Festival is "less yack, more hack." Journalists, coders, filmmakers, designers, educators, gamers, makers, youth and anyone else, from all over the world, are encouraged to attend, with attendees from more than 40 countries, working together at the intersection between freedom, the Web, and that years theme.</p>
+ <p>The event revolves around design challenges which address key issues based on the chosen theme for that years festival. In previous years the Mozilla Festival has focused on Learning, and Media, with the 2012 festival being based around making. The titles of the festival revolve around the main theme, freedom (as in freedom of speech not free beer), and the Web.</p>
+ <h4><span class="mw-headline" id="MozCamps">MozCamps</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=32" title="Edit section: MozCamps">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <p>MozCamps are the critical part of the Grow Mozilla initiative which aims to grow the Mozilla Community. These camps aim to bring core contributors from around the world together. They are intensive multi-day summits that include keynote speeches by Mozilla leadership, workshops and breakout sessions (led by paid and unpaid staff), and fun social outings. All of these activities combine to reward contributors for their hard work, engage them with new products and initiatives, and align all attendees on Mozilla's mission.</p>
+ <h4><span class="mw-headline" id="Mozilla_Summit">Mozilla Summit</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=33" title="Edit section: Mozilla Summit">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h4>
+ <p>Mozilla Summit are the global event with active contributors and Mozilla employees to develop a shared understanding of Mozilla's mission together. Over 2,000 people representing 90 countries and 114 languages gathered in Santa Clara, Toronto and Brussels in 2013. Mozilla has since its last summit in 2013 replaced summits with all-hands where both employees and volunteers come together to collaborate the event is a scaled down version of Mozilla Summit.</p>
+ <h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=34" title="Edit section: See also">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <div role="navigation" aria-label="Portals" class="noprint portal plainlist tright" style="margin:0.5em 0 0.5em 1em;border:solid #aaa 1px">
+ <ul style="display:table;box-sizing:border-box;padding:0.1em;max-width:175px;background:#f9f9f9;font-size:85%;line-height:110%;font-style:italic;font-weight:bold">
+ <li style="display:table-row"><span style="display:table-cell;padding:0.2em;vertical-align:middle;text-align:center"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/31/Free_and_open-source_software_logo_%282009%29.svg/28px-Free_and_open-source_software_logo_%282009%29.svg.png" width="28" height="28" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/31/Free_and_open-source_software_logo_%282009%29.svg/42px-Free_and_open-source_software_logo_%282009%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/31/Free_and_open-source_software_logo_%282009%29.svg/56px-Free_and_open-source_software_logo_%282009%29.svg.png 2x" data-file-width="512" data-file-height="512" /></span><span style="display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle"><a href="/wiki/Portal:Free_software" class="mw-redirect" title="Portal:Free software">Free software portal</a></span></li>
+ </ul>
+ </div>
+ <ul>
+ <li><a href="/wiki/-zilla_(suffix)" class="mw-redirect" title="-zilla (suffix)">-zilla (suffix)</a></li>
+ <li><a href="/wiki/Mozilla_(mascot)" title="Mozilla (mascot)">Mozilla (mascot)</a></li>
+ <li><i><a href="/wiki/The_Book_of_Mozilla" title="The Book of Mozilla">The Book of Mozilla</a></i></li>
+ <li><a href="/wiki/Timeline_of_web_browsers" title="Timeline of web browsers">Timeline of web browsers</a></li>
+ </ul>
+ <h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=35" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <div class="reflist references-column-width" style="-moz-column-width: 30em; -webkit-column-width: 30em; column-width: 30em; list-style-type: decimal;">
+ <ol class="references">
+ <li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text">For exceptions, see "Values" section below</span></li>
+ <li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.mozilla.org/foundation/moco/">"About the Mozilla Corporation"</a>. Mozilla Foundation.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=About+the+Mozilla+Corporation&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwww.mozilla.org%2Ffoundation%2Fmoco%2F&amp;rft.pub=Mozilla+Foundation&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.oreilly.com/openbook/opensources/book/netrev.html">"Freeing the Source: The Story of Mozilla"</a>. <i>Open Sources: Voices from the Open Source Revolution</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2016-05-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Freeing+the+Source%3A+The+Story+of+Mozilla&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.oreilly.com%2Fopenbook%2Fopensources%2Fbook%2Fnetrev.html&amp;rft.jtitle=Open+Sources%3A+Voices+from+the+Open+Source+Revolution&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://whois.domaintools.com/mozilla.org">"Mozilla.org WHOIS, DNS, &amp; Domain Info"</a>. <i>DomainTools</i><span class="reference-accessdate">. Retrieved <span class="nowrap">1 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla.org+WHOIS%2C+DNS%2C+%26+Domain+Info&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwhois.domaintools.com%2Fmozilla.org&amp;rft.jtitle=DomainTools&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-google-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-google_5-0">^</a></b></span> <span class="reference-text"><cite class="citation book">Payment, S. (2007). <a rel="nofollow" class="external text" href="//books.google.co.uk/books?id=zyIvOn7sKCsC"><i>Marc Andreessen and Jim Clark: The Founders of Netscape</i></a>. Rosen Publishing Group. <a href="/wiki/International_Standard_Book_Number" title="International Standard Book Number">ISBN</a>&#160;<a href="/wiki/Special:BookSources/9781404207196" title="Special:BookSources/9781404207196">9781404207196</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.au=Payment%2C+S.&amp;rft.btitle=Marc+Andreessen+and+Jim+Clark%3A+The+Founders+of+Netscape&amp;rft.date=2007&amp;rft.genre=book&amp;rft_id=%2F%2Fbooks.google.co.uk%2Fbooks%3Fid%3DzyIvOn7sKCsC&amp;rft.isbn=9781404207196&amp;rft.pub=Rosen+Publishing+Group&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-Mozilla_Launch_Announcement-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-Mozilla_Launch_Announcement_6-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20021004080737/wp.netscape.com/newsref/pr/newsrelease577.html">"Netscape Announces mozilla.org, a Dedicated Team and Web Site Supporting Development of Free Client Source Code"</a>. Netscape. Archived from the original on October 4, 2002<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-21</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Netscape+Announces+mozilla.org%2C+a+Dedicated+Team+and+Web+Site+Supporting+Development+of+Free+Client+Source+Code&amp;rft.genre=unknown&amp;rft_id=%2F%2Fwp.netscape.com%2Fnewsref%2Fpr%2Fnewsrelease577.html&amp;rft.pub=Netscape&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span> <span class="citation-comment" style="display:none; color:#33aa33">CS1 maint: Unfit url (<a href="/wiki/Category:CS1_maint:_Unfit_url" title="Category:CS1 maint: Unfit url">link</a>)</span></span>
+ </li>
+ <li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite class="citation news"><a rel="nofollow" class="external text" href="http://www.highbeam.com/doc/1G1-20453744.html">"Mac vendors ponder Netscape gambit."</a>. <i>Macworld</i>. 1 May 1998<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-19</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mac+vendors+ponder+Netscape+gambit.&amp;rft.date=1998-05-01&amp;rft.genre=article&amp;rft_id=http%3A%2F%2Fwww.highbeam.com%2Fdoc%2F1G1-20453744.html&amp;rft.jtitle=Macworld&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite class="citation web">Zawinski, Jamie (1996). <a rel="nofollow" class="external text" href="http://www.jwz.org/gruntle/nscpdorm.html">"nscp dorm"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-10-12</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Jamie&amp;rft.aulast=Zawinski&amp;rft.btitle=nscp+dorm&amp;rft.date=1996&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.jwz.org%2Fgruntle%2Fnscpdorm.html&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite class="citation web">Dave Titus with assistance from Andrew Wong. <a rel="nofollow" class="external text" href="http://www.davetitus.com/mozilla/">"How was Mozilla born"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.au=Dave+Titus+with+assistance+from+Andrew+Wong&amp;rft.btitle=How+was+Mozilla+born&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.davetitus.com%2Fmozilla%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www-archive.mozilla.org/hacking/coding-introduction.html">"Introduction to Mozilla Source Code"</a>. Mozilla<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-18</span></span>. <q>However, mozilla.org wants to emphasize that these milestones are being produced for testing purposes only.</q></cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Introduction+to+Mozilla+Source+Code&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww-archive.mozilla.org%2Fhacking%2Fcoding-introduction.html&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mozilla.org/en-US/press/mozilla-foundation.html">"mozilla.org Announces Launch of the Mozilla Foundation to Lead Open-Source Browser Efforts"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=mozilla.org+Announces+Launch+of+the+Mozilla+Foundation+to+Lead+Open-Source+Browser+Efforts&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Fen-US%2Fpress%2Fmozilla-foundation.html&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><cite class="citation web"><a href="/wiki/Brendan_Eich" title="Brendan Eich">Eich, Brendan</a>; <a href="/wiki/Dave_Hyatt" title="Dave Hyatt">David Hyatt</a> (April 2, 2003). <a rel="nofollow" class="external text" href="http://www-archive.mozilla.org/roadmap/roadmap-02-Apr-2003.html">"mozilla development roadmap"</a>. Mozilla<span class="reference-accessdate">. Retrieved <span class="nowrap">2009-08-02</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.au=David+Hyatt&amp;rft.aufirst=Brendan&amp;rft.aulast=Eich&amp;rft.btitle=mozilla+development+roadmap&amp;rft.date=2003-04-02&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww-archive.mozilla.org%2Froadmap%2Froadmap-02-Apr-2003.html&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://allthingsd.com/20120816/better-browsing-on-your-android-smartphone/">"Better Browsing on Your Android Smartphone"</a>. AllThingsD<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Better+Browsing+on+Your+Android+Smartphone&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fallthingsd.com%2F20120816%2Fbetter-browsing-on-your-android-smartphone%2F&amp;rft.pub=AllThingsD&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.pcmag.com/article2/0,2817,2407468,00.asp">"Mozilla Releases Test Version of Firefox OS"</a>. PC Magazine<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+Releases+Test+Version+of+Firefox+OS&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.pcmag.com%2Farticle2%2F0%2C2817%2C2407468%2C00.asp&amp;rft.pub=PC+Magazine&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.engadget.com/2012/06/12/mozilla-marketplace-live-web-apps-like-desktop/">"Mozilla Marketplace is live, lets you run web apps like desktop programs"</a>. Engadget<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+Marketplace+is+live%2C+lets+you+run+web+apps+like+desktop+programs&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.engadget.com%2F2012%2F06%2F12%2Fmozilla-marketplace-live-web-apps-like-desktop%2F&amp;rft.pub=Engadget&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text"><cite class="citation web">Lardinois, Frederic (November 15, 2012). <a rel="nofollow" class="external text" href="http://techcrunch.com/2012/11/15/mozilla-releases-annual-report-for-2011-revenue-up-33-to-163m-majority-from-google/">"Mozilla Releases Annual Report For 2011: Revenue Up 33% To $163M, Majority From Google"</a>. <i>techcrunch.com</i>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla+Releases+Annual+Report+For+2011%3A+Revenue+Up+33%25+To+%24163M%2C+Majority+From+Google&amp;rft.aufirst=Frederic&amp;rft.aulast=Lardinois&amp;rft.date=2012-11-15&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Ftechcrunch.com%2F2012%2F11%2F15%2Fmozilla-releases-annual-report-for-2011-revenue-up-33-to-163m-majority-from-google%2F&amp;rft.jtitle=techcrunch.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-github-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-github_17-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://github.com/cisco/openh264">"cisco/openh264 · GitHub"</a>. github.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-04-05</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=cisco%2Fopenh264+%B7+GitHub&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fgithub.com%2Fcisco%2Fopenh264&amp;rft.pub=github.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-gigaom-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-gigaom_18-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://gigaom.com/2013/10/30/mozilla-will-add-h-264-to-firefox-as-cisco-makes-eleventh-hour-push-for-webrtcs-future/">"Mozilla will add H.264 to Firefox as Cisco makes eleventh-hour push for WebRTC's future — Tech News and Analysis"</a>. gigaom.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-04-05</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+will+add+H.264+to+Firefox+as+Cisco+makes+eleventh-hour+push+for+WebRTC%99s+future+%26mdash%3B+Tech+News+and+Analysis&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fgigaom.com%2F2013%2F10%2F30%2Fmozilla-will-add-h-264-to-firefox-as-cisco-makes-eleventh-hour-push-for-webrtcs-future%2F&amp;rft.pub=gigaom.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-techrepublic-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-techrepublic_19-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.techrepublic.com/blog/australian-technology/cisco-to-release-open-source-h264-codec-mozilla-makes-tactical-retreat/">"Cisco to release open-source H.264 codec, Mozilla makes tactical retreat - TechRepublic"</a>. techrepublic.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-04-05</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Cisco+to+release+open-source+H.264+codec%2C+Mozilla+makes+tactical+retreat+-+TechRepublic&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.techrepublic.com%2Fblog%2Faustralian-technology%2Fcisco-to-release-open-source-h264-codec-mozilla-makes-tactical-retreat%2F&amp;rft.pub=techrepublic.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://blog.mozilla.org/blog/2013/10/30/video-interoperability-on-the-web-gets-a-boost-from-ciscos-h-264-codec/">"Video Interoperability on the Web Gets a Boost From Cisco's H.264 Codec"</a>. <q>Of course, this is not a not a complete solution. In a perfect world, codecs, like other basic Internet technologies such as TCP/IP, HTTP, and HTML, would be fully open and free</q></cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Video+Interoperability+on+the+Web+Gets+a+Boost+From+Cisco%99s+H.264+Codec&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.mozilla.org%2Fblog%2F2013%2F10%2F30%2Fvideo-interoperability-on-the-web-gets-a-boost-from-ciscos-h-264-codec%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://xiphmont.livejournal.com/61927.html">"Comments on Cisco, Mozilla, and H.264"</a>. <q>By endorsing Cisco's plan, there's no getting around the fact that we've caved on our principles. That said, principles can't replace being in a practical position to make a difference in the future.</q></cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Comments+on+Cisco%2C+Mozilla%2C+and+H.264&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fxiphmont.livejournal.com%2F61927.html&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span> - Christopher Montgomery wrote in a personal capacity but works for Mozilla in their codecs team</span>
+ </li>
+ <li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://wiki.mozilla.org/Game_Creator_Challenge_-Contest_Terms_and_Conditions">"Game Creator Challenge -Contest Terms and Conditions"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Game+Creator+Challenge+-Contest+Terms+and+Conditions&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwiki.mozilla.org%2FGame_Creator_Challenge_-Contest_Terms_and_Conditions&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span> - submissions to the "amateur" category have to be released as free software, but not for the other two categories</span>
+ </li>
+ <li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://projects.latimes.com/prop8/donation/8930/">"Los Angeles Times - Brendan Eich contribution to Proposition 8"</a>. latimes.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Los+Angeles+Times+-+Brendan+Eich+contribution+to+Proposition+8&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fprojects.latimes.com%2Fprop8%2Fdonation%2F8930%2F&amp;rft.pub=latimes.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-arstechnica-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-arstechnica_24-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://arstechnica.com/business/2014/03/gay-firefox-developers-boycott-mozilla-to-protest-ceo-hire/">"Gay Firefox developers boycott Mozilla to protest CEO hire [Updated] | Ars Technica"</a>. arstechnica.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-04-05</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Gay+Firefox+developers+boycott+Mozilla+to+protest+CEO+hire+%26%2391%3BUpdated%26%2393%3B+%26%23124%3B+Ars+Technica&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Farstechnica.com%2Fbusiness%2F2014%2F03%2Fgay-firefox-developers-boycott-mozilla-to-protest-ceo-hire%2F&amp;rft.pub=arstechnica.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><cite class="citation web">Kelly Faircloth (9 April 2012). <a rel="nofollow" class="external text" href="http://betabeat.com/2012/04/tech-celeb-makes-prop-8-donation-internet-goes-berserk/">"Tech Celeb Makes Prop-8 Donation; Internet Goes Berserk"</a>. <i>BetaBeat</i>. BetaBeat<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-04-28</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Tech+Celeb+Makes+Prop-8+Donation%3B+Internet+Goes+Berserk&amp;rft.au=Kelly+Faircloth&amp;rft.date=2012-04-09&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fbetabeat.com%2F2012%2F04%2Ftech-celeb-makes-prop-8-donation-internet-goes-berserk%2F&amp;rft.jtitle=BetaBeat&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://i.huffpost.com/gen/1710681/thumbs/o-OKC-900.jpg">"Screenshot of OkCupid's statement towards Firefox users"</a>. huffingtonpost.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Screenshot+of+OkCupid%27s+statement+towards+Firefox+users&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fi.huffpost.com%2Fgen%2F1710681%2Fthumbs%2Fo-OKC-900.jpg&amp;rft.pub=huffingtonpost.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://blog.mozilla.org/blog/2014/04/05/faq-on-ceo-resignation/">"FAQ on CEO Resignation"</a>. <i>The Mozilla Blog</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2015-04-20</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=FAQ+on+CEO+Resignation&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.mozilla.org%2Fblog%2F2014%2F04%2F05%2Ffaq-on-ceo-resignation%2F&amp;rft.jtitle=The+Mozilla+Blog&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text"><cite class="citation web">Baker, Mitchell (3 April 2014). <a rel="nofollow" class="external text" href="https://blog.mozilla.org/blog/2014/04/03/brendan-eich-steps-down-as-mozilla-ceo/">"Brendan Eich Steps Down as Mozilla CEO"</a>. <i>mozilla blog</i>. Mozilla<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-04-04</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Brendan+Eich+Steps+Down+as+Mozilla+CEO&amp;rft.aufirst=Mitchell&amp;rft.aulast=Baker&amp;rft.date=2014-04-03&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.mozilla.org%2Fblog%2F2014%2F04%2F03%2Fbrendan-eich-steps-down-as-mozilla-ceo%2F&amp;rft.jtitle=mozilla+blog&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.opensecrets.org/indivs/search.php?name=Sam+Yagan&amp;cycle=All&amp;sort=R&amp;state=&amp;zip=&amp;employ=&amp;cand=&amp;submit=Submit+Query">"opensecrets.org listing of Sam Yagan's contributions to political candidates"</a>. opensecrets.org<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=opensecrets.org+listing+of+Sam+Yagan%27s+contributions+to+political+candidates&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.opensecrets.org%2Findivs%2Fsearch.php%3Fname%3DSam%2BYagan%26cycle%3DAll%26sort%3DR%26state%3D%26zip%3D%26employ%3D%26cand%3D%26submit%3DSubmit%2BQuery&amp;rft.pub=opensecrets.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.ontheissues.org/house/Chris_Cannon.htm#Civil_Rights">"ontheissues.org listing of votes cast by Chris Cannon"</a>. ontheissues.org<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=ontheissues.org+listing+of+votes+cast+by+Chris+Cannon&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ontheissues.org%2Fhouse%2FChris_Cannon.htm%23Civil_Rights&amp;rft.pub=ontheissues.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.ontheissues.org/HouseVote/Party_2005-627.htm">"ontheissues.org listing of votes cast on the permanency of the Patriot Act"</a>. ontheissues.org<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=ontheissues.org+listing+of+votes+cast+on+the+permanency+of+the+Patriot+Act&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ontheissues.org%2FHouseVote%2FParty_2005-627.htm&amp;rft.pub=ontheissues.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-32"><span class="mw-cite-backlink"><b><a href="#cite_ref-32">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.ontheissues.org/house/Chris_Cannon_Homeland_Security.htm">"ontheissues.org: Chris Cannon on Homeland Security"</a>. ontheissues.org<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=ontheissues.org%3A+Chris+Cannon+on+Homeland+Security&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ontheissues.org%2Fhouse%2FChris_Cannon_Homeland_Security.htm&amp;rft.pub=ontheissues.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-33">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.ontheissues.org/house/Chris_Cannon_Abortion.htm">"ontheissues.org: Chris Cannon on Abortion"</a>. ontheissues.org<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=ontheissues.org%3A+Chris+Cannon+on+Abortion&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ontheissues.org%2Fhouse%2FChris_Cannon_Abortion.htm&amp;rft.pub=ontheissues.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><cite class="citation web">Levintova, Hannah (7 April 2014). <a rel="nofollow" class="external text" href="http://www.motherjones.com/mojo/2014/04/okcupid-ceo-donate-anti-gay-firefox">"OkCupid's CEO Donated to an Anti-Gay Campaign Once, Too"</a>. <i>Hanna Levintova article on motherjones.com</i>. motherjones.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=OkCupid%27s+CEO+Donated+to+an+Anti-Gay+Campaign+Once%2C+Too&amp;rft.aufirst=Hannah&amp;rft.aulast=Levintova&amp;rft.date=2014-04-07&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.motherjones.com%2Fmojo%2F2014%2F04%2Fokcupid-ceo-donate-anti-gay-firefox&amp;rft.jtitle=Hanna+Levintova+article+on+motherjones.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-35"><span class="mw-cite-backlink"><b><a href="#cite_ref-35">^</a></b></span> <span class="reference-text"><cite class="citation web">Lee, Stephanie M. (8 April 2014). <a rel="nofollow" class="external text" href="http://blog.sfgate.com/techchron/2014/04/08/okcupid-ceo-once-donated-to-anti-gay-politician/">"OKCupid CEO once donated to anti-gay politician"</a>. <i>Stephanie M. Lee's blog on sfgate.com</i>. sfgate.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=OKCupid+CEO+once+donated+to+anti-gay+politician&amp;rft.aufirst=Stephanie+M.&amp;rft.aulast=Lee&amp;rft.date=2014-04-08&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fblog.sfgate.com%2Ftechchron%2F2014%2F04%2F08%2Fokcupid-ceo-once-donated-to-anti-gay-politician%2F&amp;rft.jtitle=Stephanie+M.+Lee%27s+blog+on+sfgate.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-uncrunched.com-36"><span class="mw-cite-backlink">^ <a href="#cite_ref-uncrunched.com_36-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-uncrunched.com_36-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://uncrunched.com/2014/04/06/the-hypocrisy-of-sam-yagan-okcupid/">"The Hypocrisy Of Sam Yagan &amp; OkCupid"</a>. <i>uncrunched.com blog</i>. uncrunched.com. 6 April 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=The+Hypocrisy+Of+Sam+Yagan+%26+OkCupid&amp;rft.date=2014-04-06&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Funcrunched.com%2F2014%2F04%2F06%2Fthe-hypocrisy-of-sam-yagan-okcupid%2F&amp;rft.jtitle=uncrunched.com+blog&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-37"><span class="mw-cite-backlink"><b><a href="#cite_ref-37">^</a></b></span> <span class="reference-text"><cite class="citation web">Bellware, Kim (31 March 2014). <a rel="nofollow" class="external text" href="http://www.huffingtonpost.com/2014/03/31/okcupid-mozilla_n_5065743.html">"OKCupid Publicly Rips Mozilla: 'We Wish Them Nothing But Failure<span style="padding-right:0.2em;">'</span>"</a>. <i>Kim Bellware article on huffingtonpost.com</i>. huffingtonpost.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=OKCupid+Publicly+Rips+Mozilla%3A+%27We+Wish+Them+Nothing+But+Failure%27&amp;rft.aufirst=Kim&amp;rft.aulast=Bellware&amp;rft.date=2014-03-31&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.huffingtonpost.com%2F2014%2F03%2F31%2Fokcupid-mozilla_n_5065743.html&amp;rft.jtitle=Kim+Bellware+article+on+huffingtonpost.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-38"><span class="mw-cite-backlink"><b><a href="#cite_ref-38">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.huffingtonpost.com/2014/03/27/mozilla-ceo-prop-8-_n_5042660.html">"Mozilla's Appointment Of Brendan Eich As CEO Sparks Controversy After Prop 8 Donation News Re-Emerges"</a>. <i>huffingtonpost.com article</i>. huffingtonpost.com. 27 March 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla%27s+Appointment+Of+Brendan+Eich+As+CEO+Sparks+Controversy+After+Prop+8+Donation+News+Re-Emerges&amp;rft.date=2014-03-27&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.huffingtonpost.com%2F2014%2F03%2F27%2Fmozilla-ceo-prop-8-_n_5042660.html&amp;rft.jtitle=huffingtonpost.com+article&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-39"><span class="mw-cite-backlink"><b><a href="#cite_ref-39">^</a></b></span> <span class="reference-text"><cite class="citation web">Eidelson, Josh (4 April 2014). <a rel="nofollow" class="external text" href="http://www.salon.com/2014/04/04/okcupids_gay_rights_stunt_has_its_limits_taking_a_deeper_look_at_the_savvy_ploy/">"OkCupid's gay rights stunt has its limits: Taking a deeper look at the savvy ploy"</a>. <i>Josh Eidelson article on salon.com</i>. salon.com<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-01</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=OkCupid%99s+gay+rights+stunt+has+its+limits%3A+Taking+a+deeper+look+at+the+savvy+ploy&amp;rft.aufirst=Josh&amp;rft.aulast=Eidelson&amp;rft.date=2014-04-04&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.salon.com%2F2014%2F04%2F04%2Fokcupids_gay_rights_stunt_has_its_limits_taking_a_deeper_look_at_the_savvy_ploy%2F&amp;rft.jtitle=Josh+Eidelson+article+on+salon.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-manifesto-40"><span class="mw-cite-backlink">^ <a href="#cite_ref-manifesto_40-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-manifesto_40-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mozilla.org/about/manifesto/">"Mozilla Manifesto"</a>. Mozilla.org<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-03-21</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+Manifesto&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Fabout%2Fmanifesto%2F&amp;rft.pub=Mozilla.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-41"><span class="mw-cite-backlink"><b><a href="#cite_ref-41">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.mozilla.org/en-US/about/manifesto/details/">"The Mozilla Manifesto"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">24 July</span> 2015</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=The+Mozilla+Manifesto&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwww.mozilla.org%2Fen-US%2Fabout%2Fmanifesto%2Fdetails%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-42"><span class="mw-cite-backlink"><b><a href="#cite_ref-42">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20101128150117/http://download-firefox.org/spread-firefox/gecko-layout-engine-and-mozilla-firefox/">"Gecko Layout Engine"</a>. download-firefox.org. July 17, 2008. Archived from <a rel="nofollow" class="external text" href="http://download-firefox.org/spread-firefox/gecko-layout-engine-and-mozilla-firefox/">the original</a> on 2010-11-28<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Gecko+Layout+Engine&amp;rft.date=2008-07-17&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fdownload-firefox.org%2Fspread-firefox%2Fgecko-layout-engine-and-mozilla-firefox%2F&amp;rft.pub=download-firefox.org&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-w3counter1-43"><span class="mw-cite-backlink"><b><a href="#cite_ref-w3counter1_43-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.w3counter.com/trends">"Web Browser Market Share Trends"</a>. <i>W3Counter</i>. Awio Web Services LLC<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Web+Browser+Market+Share+Trends&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.w3counter.com%2Ftrends&amp;rft.jtitle=W3Counter&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-gs.statcounter.com-44"><span class="mw-cite-backlink"><b><a href="#cite_ref-gs.statcounter.com_44-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://gs.statcounter.com">"Top 5 Browsers"</a>. <i>StatCounter Global Stats</i>. StatCounter<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Top+5+Browsers&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fgs.statcounter.com&amp;rft.jtitle=StatCounter+Global+Stats&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-getclicky1-45"><span class="mw-cite-backlink"><b><a href="#cite_ref-getclicky1_45-0">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.getclicky.com/marketshare/global/web-browsers/">"Web browsers (Global marketshare)"</a>. <i>Clicky</i>. Roxr Software Ltd<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-05-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Web+browsers+%28Global+marketshare%29&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.getclicky.com%2Fmarketshare%2Fglobal%2Fweb-browsers%2F&amp;rft.jtitle=Clicky&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-46"><span class="mw-cite-backlink"><b><a href="#cite_ref-46">^</a></b></span> <span class="reference-text"><cite class="citation web"><a href="/wiki/Ben_Goodger" title="Ben Goodger">Goodger, Ben</a> (February 6, 2006). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110623034401/http://weblogs.mozillazine.org/ben/archives/009698.html">"Where Did Firefox Come From?"</a>. Inside Firefox. Archived from <a rel="nofollow" class="external text" href="http://weblogs.mozillazine.org/ben/archives/009698.html">the original</a> on 2011-06-23<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-01-07</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Ben&amp;rft.aulast=Goodger&amp;rft.btitle=Where+Did+Firefox+Come+From%3F&amp;rft.date=2006-02-06&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fweblogs.mozillazine.org%2Fben%2Farchives%2F009698.html&amp;rft.pub=Inside+Firefox&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-47"><span class="mw-cite-backlink"><b><a href="#cite_ref-47">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20070914035447/http://www.ibphoenix.com/main.nfs?a=ibphoenix&amp;page=ibp_Mozilla0">"Mozilla browser becomes Firebird"</a>. IBPhoenix. Archived from <a rel="nofollow" class="external text" href="http://www.ibphoenix.com/main.nfs?a=ibphoenix&amp;page=ibp_Mozilla0">the original</a> on 2007-09-14<span class="reference-accessdate">. Retrieved <span class="nowrap">2013-06-10</span></span>. <q>We at IBPhoenix think that having a browser and a database with the same name in the same space will confuse the market, especially as browsers and databases are often used in the same applications</q></cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+browser+becomes+Firebird&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.ibphoenix.com%2Fmain.nfs%3Fa%3Dibphoenix%26page%3Dibp_Mozilla0&amp;rft.pub=IBPhoenix&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-48"><span class="mw-cite-backlink"><b><a href="#cite_ref-48">^</a></b></span> <span class="reference-text"><cite class="citation web">Festa, Paul (May 6, 2003). <a rel="nofollow" class="external text" href="http://news.cnet.com/2100-1032_3-1000146.html">"Mozilla's Firebird gets wings clipped"</a>. <a href="/wiki/CNET_Networks" class="mw-redirect" title="CNET Networks">CNET</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2007-01-30</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Paul&amp;rft.aulast=Festa&amp;rft.btitle=Mozilla%27s+Firebird+gets+wings+clipped&amp;rft.date=2003-05-06&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fnews.cnet.com%2F2100-1032_3-1000146.html&amp;rft.pub=CNET&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-49"><span class="mw-cite-backlink"><b><a href="#cite_ref-49">^</a></b></span> <span class="reference-text"><cite class="citation web">Festa, Paul (February 9, 2004). <a rel="nofollow" class="external text" href="http://news.cnet.com/2100-7344-5156101.html">"Mozilla holds 'fire' in naming fight"</a>. CNET News<span class="reference-accessdate">. Retrieved <span class="nowrap">2007-01-24</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Paul&amp;rft.aulast=Festa&amp;rft.btitle=Mozilla+holds+%27fire%27+in+naming+fight&amp;rft.date=2004-02-09&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fnews.cnet.com%2F2100-7344-5156101.html&amp;rft.pub=CNET+News&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-50"><span class="mw-cite-backlink"><b><a href="#cite_ref-50">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mozilla.org/en-US/firefox/mobile/features/">"Mobile features"</a>. Mozilla<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-06-26</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mobile+features&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Fen-US%2Ffirefox%2Fmobile%2Ffeatures%2F&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-51"><span class="mw-cite-backlink"><b><a href="#cite_ref-51">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements">"Mobile System Requirements"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mobile+System+Requirements&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwiki.mozilla.org%2FMobile%2FPlatforms%2FAndroid%23System_Requirements&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-52"><span class="mw-cite-backlink"><b><a href="#cite_ref-52">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device">"Firefox Mobile supported devices"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Firefox+Mobile+supported+devices&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fsupport.mozilla.org%2Fen-US%2Fkb%2Fwill-firefox-work-my-mobile-device&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-53"><span class="mw-cite-backlink"><b><a href="#cite_ref-53">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mirror.co.uk/news/technology/2009/11/09/mozilla-rules-out-firefox-for-iphone-and-blackberry-115875-21809563/">"Mozilla rules out Firefox for iPhone and BlackBerry"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Mozilla+rules+out+Firefox+for+iPhone+and+BlackBerry&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mirror.co.uk%2Fnews%2Ftechnology%2F2009%2F11%2F09%2Fmozilla-rules-out-firefox-for-iphone-and-blackberry-115875-21809563%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-54"><span class="mw-cite-backlink"><b><a href="#cite_ref-54">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mozilla.org/firefox/os/">"Boot to Gecko Project"</a>. Mozilla. March 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-03-30</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Boot+to+Gecko+Project&amp;rft.date=2012-03&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Ffirefox%2Fos%2F&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-55"><span class="mw-cite-backlink"><b><a href="#cite_ref-55">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://www.mozilla.org/en-US/firefox/os/devices/">"Firefox OS - Devices &amp; Availability"</a>. <i>Mozilla</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2015-12-30</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Firefox+OS+-+Devices+%26+Availability&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwww.mozilla.org%2Fen-US%2Ffirefox%2Fos%2Fdevices%2F&amp;rft.jtitle=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-56"><span class="mw-cite-backlink"><b><a href="#cite_ref-56">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://blog.lizardwrangler.com/2012/07/06/thunderbird-stability-and-community-innovation/">"Thunderbird: Stability and Community Innovation | Mitchell's Blog"</a>. <i>blog.lizardwrangler.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2015-04-20</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Thunderbird%3A+Stability+and+Community+Innovation+%7C+Mitchell%27s+Blog&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.lizardwrangler.com%2F2012%2F07%2F06%2Fthunderbird-stability-and-community-innovation%2F&amp;rft.jtitle=blog.lizardwrangler.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-57"><span class="mw-cite-backlink"><b><a href="#cite_ref-57">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://lwn.net/Articles/165080/">"Two discontinued browsers"</a>. LWN.net. 21 December 2005<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-19</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Two+discontinued+browsers&amp;rft.date=2005-12-21&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Flwn.net%2FArticles%2F165080%2F&amp;rft.pub=LWN.net&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-58"><span class="mw-cite-backlink"><b><a href="#cite_ref-58">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://home.kairo.at/blog/2007-06/seamonkey_r_trademarks_registered">"SeaMonkey trademarks registered!"</a>. kairo.at. 2007-05-22<span class="reference-accessdate">. Retrieved <span class="nowrap">2013-06-10</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=SeaMonkey+trademarks+registered%21&amp;rft.date=2007-05-22&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fhome.kairo.at%2Fblog%2F2007-06%2Fseamonkey_r_trademarks_registered&amp;rft.pub=kairo.at&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-59"><span class="mw-cite-backlink"><b><a href="#cite_ref-59">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.bugzilla.org/installation-list/">"Bugzilla Installation List"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2014-09-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Bugzilla+Installation+List&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.bugzilla.org%2Finstallation-list%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-BE201106-60"><span class="mw-cite-backlink">^ <a href="#cite_ref-BE201106_60-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-BE201106_60-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web"><a href="/wiki/Brendan_Eich" title="Brendan Eich">Eich, Brendan</a> (21 June 2011). <a rel="nofollow" class="external text" href="http://brendaneich.com/2011/06/new-javascript-engine-module-owner/">"New JavaScript Engine Module Owner"</a>. BrendanEich.com.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.aufirst=Brendan&amp;rft.aulast=Eich&amp;rft.btitle=New+JavaScript+Engine+Module+Owner&amp;rft.date=2011-06-21&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fbrendaneich.com%2F2011%2F06%2Fnew-javascript-engine-module-owner%2F&amp;rft.pub=BrendanEich.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-61"><span class="mw-cite-backlink"><b><a href="#cite_ref-61">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://bugzilla.mozilla.org/show_bug.cgi?id=759422#c0">"Bug 759422 - Remove use of e4x in account creation"</a>. Bugzilla@Mozilla. 2012-08-17<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Bug+759422+-+Remove+use+of+e4x+in+account+creation&amp;rft.date=2012-08-17&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fbugzilla.mozilla.org%2Fshow_bug.cgi%3Fid%3D759422%23c0&amp;rft.pub=Bugzilla%40Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-62"><span class="mw-cite-backlink"><b><a href="#cite_ref-62">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://developer.mozilla.org/en-US/docs/SpiderMonkey">"SpiderMonkey"</a>. Mozilla Developer Network. 2012-08-15<span class="reference-accessdate">. Retrieved <span class="nowrap">2012-08-18</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=SpiderMonkey&amp;rft.date=2012-08-15&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2Fdocs%2FSpiderMonkey&amp;rft.pub=Mozilla+Developer+Network&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-63"><span class="mw-cite-backlink"><b><a href="#cite_ref-63">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="http://www.mozilla.org/rhino/history.html">"Rhino History"</a>. <a href="/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2008-03-20</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Rhino+History&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Fwww.mozilla.org%2Frhino%2Fhistory.html&amp;rft.pub=Mozilla+Foundation&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-64"><span class="mw-cite-backlink"><b><a href="#cite_ref-64">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://github.com/servo/servo/wiki/Roadmap">"Roadmap"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">10 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Roadmap&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fgithub.com%2Fservo%2Fservo%2Fwiki%2FRoadmap&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-65"><span class="mw-cite-backlink"><b><a href="#cite_ref-65">^</a></b></span> <span class="reference-text"><cite class="citation web">Larabel, Michael. <a rel="nofollow" class="external text" href="https://www.phoronix.com/scan.php?page=news_item&amp;px=Servo-9-May-2016">"Servo Continues Making Progress For Shipping Components In Gecko, Browser.html"</a>. <i>Phoronix.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">10 May</span> 2016</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Servo+Continues+Making+Progress+For+Shipping+Components+In+Gecko%2C+Browser.html&amp;rft.aufirst=Michael&amp;rft.aulast=Larabel&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwww.phoronix.com%2Fscan.php%3Fpage%3Dnews_item%26px%3DServo-9-May-2016&amp;rft.jtitle=Phoronix.com&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-66"><span class="mw-cite-backlink"><b><a href="#cite_ref-66">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://mozvr.com">"Mozilla VR"</a>. <i>Mozilla VR</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2016-10-27</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla+VR&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fmozvr.com&amp;rft.jtitle=Mozilla+VR&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-67"><span class="mw-cite-backlink"><b><a href="#cite_ref-67">^</a></b></span> <span class="reference-text"><cite class="citation"><a rel="nofollow" class="external text" href="https://login.persona.org/"><i>Persona</i></a>, Mozilla</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Persona&amp;rft.genre=book&amp;rft_id=https%3A%2F%2Flogin.persona.org%2F&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-68"><span class="mw-cite-backlink"><b><a href="#cite_ref-68">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://developer.mozilla.org/en-US/Persona">"Persona"</a>. <i>Mozilla Developer Network</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2016-10-27</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Persona&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2FPersona&amp;rft.jtitle=Mozilla+Developer+Network&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-69"><span class="mw-cite-backlink"><b><a href="#cite_ref-69">^</a></b></span> <span class="reference-text"><cite class="citation"><a rel="nofollow" class="external text" href="https://webmaker.org/en-US/about/"><i>About Mozilla Webmaker</i></a>, Mozilla</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=About+Mozilla+Webmaker&amp;rft.genre=book&amp;rft_id=https%3A%2F%2Fwebmaker.org%2Fen-US%2Fabout%2F&amp;rft.pub=Mozilla&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-lifehacker.com-70"><span class="mw-cite-backlink">^ <a href="#cite_ref-lifehacker.com_70-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-lifehacker.com_70-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web">Alan Henry. <a rel="nofollow" class="external text" href="http://lifehacker.com/mozilla-webmaker-teaches-you-how-to-build-web-sites-ap-1553277374">"Mozilla Webmaker Teaches You to Build Web Sites, Apps, and More"</a>. <i>Lifehacker</i>. Gawker Media.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.atitle=Mozilla+Webmaker+Teaches+You+to+Build+Web+Sites%2C+Apps%2C+and+More&amp;rft.au=Alan+Henry&amp;rft.genre=unknown&amp;rft_id=http%3A%2F%2Flifehacker.com%2Fmozilla-webmaker-teaches-you-how-to-build-web-sites-ap-1553277374&amp;rft.jtitle=Lifehacker&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-71"><span class="mw-cite-backlink"><b><a href="#cite_ref-71">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://wiki.mozilla.org/Air_Mozilla">"Air Mozilla"</a>. Mozilla Wiki.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Air+Mozilla&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fwiki.mozilla.org%2FAir_Mozilla&amp;rft.pub=Mozilla+Wiki&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ <li id="cite_note-72"><span class="mw-cite-backlink"><b><a href="#cite_ref-72">^</a></b></span> <span class="reference-text"><cite class="citation web"><a rel="nofollow" class="external text" href="https://blog.mozilla.org/mrz/2012/04/17/air-mozilla-reboot-phase-i/">"Air Mozilla Reboot, Phase I"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AMozilla&amp;rft.btitle=Air+Mozilla+Reboot%2C+Phase+I&amp;rft.genre=unknown&amp;rft_id=https%3A%2F%2Fblog.mozilla.org%2Fmrz%2F2012%2F04%2F17%2Fair-mozilla-reboot-phase-i%2F&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook" class="Z3988"><span style="display:none;">&#160;</span></span>
+ </span>
+ </li>
+ </ol>
+ </div>
+ <p><a rel="nofollow" class="external text" href="http://www.techsive.com/2014/09/how-to-resume-failed-downloads-in.html">Constant downloads failure in firefox</a></p>
+ <h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Mozilla&amp;action=edit&amp;section=36" title="Edit section: External links">edit</a><span class="mw-editsection-bracket">]</span></span>
+ </h2>
+ <table role="presentation" class="mbox-small plainlinks sistersitebox" style="border:1px solid #aaa;background-color:#f9f9f9">
+ <tr>
+ <td class="mbox-image">
+ <a href="/wiki/File:Commons-logo.svg" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png" width="30" height="40" class="noviewer" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /></a>
+ </td>
+ <td class="mbox-text plainlist">Wikimedia Commons has media related to <i><b><a href="https://commons.wikimedia.org/wiki/Category:Mozilla" class="extiw" title="commons:Category:Mozilla">Mozilla</a></b></i>.</td>
+ </tr>
+ </table>
+ <ul>
+ <li><span class="official-website"><span class="url"><a rel="nofollow" class="external text" href="http://mozilla.org/">Official website</a></span></span>, including <a rel="nofollow" class="external text" href="https://www.mozilla.org/en-US/about/manifesto/">the Mozilla Manifesto</a></li>
+ <li><a rel="nofollow" class="external text" href="https://wiki.mozilla.org/">Mozilla Wiki</a>(<a href="https://wiki.mozilla.org/Timeline" class="extiw" title="mozillawiki:Timeline">Major time line of community development</a>)</li>
+ <li><a rel="nofollow" class="external text" href="//hg.mozilla.org/">Mozilla Mercurial Repository</a></li>
+ </ul>
+ <div role="navigation" class="navbox" aria-labelledby="Mozilla" style="padding:3px">
+ <table class="nowraplinks hlist collapsible collapsed navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2">
+ <div class="plainlinks hlist navbar mini">
+ <ul>
+ <li class="nv-view"><a href="/wiki/Template:Mozilla" title="Template:Mozilla"><abbr title="View this template" style=";;background:none transparent;border:none;">v</abbr></a></li>
+ <li class="nv-talk"><a href="/wiki/Template_talk:Mozilla" title="Template talk:Mozilla"><abbr title="Discuss this template" style=";;background:none transparent;border:none;">t</abbr></a></li>
+ <li class="nv-edit"><a class="external text" href="//en.wikipedia.org/w/index.php?title=Template:Mozilla&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;">e</abbr></a></li>
+ </ul>
+ </div>
+ <div id="Mozilla" style="font-size:114%"><strong class="selflink">Mozilla</strong></div>
+ </th>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks collapsible collapsed navbox-subgroup" style="border-spacing:0">
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2" style=";"><span style="float:left;width:6em">&#160;</span>
+ <div id="Projects" style="font-size:114%">Projects</div>
+ </th>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tr>
+ <th scope="row" class="navbox-group">Mozilla<br /> Labs
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Bonsai_(software)" title="Bonsai (software)">Bonsai</a></li>
+ <li><a href="/wiki/Bugzilla" title="Bugzilla">Bugzilla</a></li>
+ <li><a href="/wiki/ChatZilla" title="ChatZilla">ChatZilla</a></li>
+ <li><a href="/wiki/Electrolysis_Project" class="mw-redirect" title="Electrolysis Project">Electrolysis Project</a></li>
+ <li><a href="/wiki/Jetpack_(Firefox_project)" title="Jetpack (Firefox project)">Jetpack</a></li>
+ <li><a href="/wiki/Lightning_(software)" title="Lightning (software)">Lightning</a></li>
+ <li><a href="/wiki/Mozilla_Persona" title="Mozilla Persona">Persona</a></li>
+ <li><a href="/wiki/Mozilla_Prism" title="Mozilla Prism">Prism</a></li>
+ <li><a href="/wiki/Mozilla_Raindrop" title="Mozilla Raindrop">Raindrop</a></li>
+ <li><a href="/wiki/Mozilla_Skywriter" title="Mozilla Skywriter">Skywriter</a></li>
+ <li><a href="/wiki/Mozilla_Sunbird" title="Mozilla Sunbird">Sunbird</a></li>
+ <li><a href="/wiki/PDF.js" title="PDF.js">PDF.js</a></li>
+ <li><a href="/wiki/Firefox_Sync" title="Firefox Sync">Sync</a></li>
+ <li>Tinderbox</li>
+ <li><a href="/wiki/Ubiquity_(Firefox)" title="Ubiquity (Firefox)">Ubiquity</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Mozilla<br /> Research
+ </th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Daala" title="Daala">Daala</a></li>
+ <li><a href="/wiki/Firefox_OS" title="Firefox OS">Firefox OS</a></li>
+ <li><a href="/wiki/OpenFlint" title="OpenFlint">OpenFlint</a></li>
+ <li><a href="/wiki/Rust_(programming_language)" title="Rust (programming language)">Rust</a></li>
+ <li><a href="/wiki/Servo_(layout_engine)" title="Servo (layout engine)">Servo</a></li>
+ <li><a href="/wiki/Shumway_(software)" title="Shumway (software)">Shumway</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Mozilla<br /> Foundation
+ </th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Firefox" title="Firefox">Firefox</a>
+ <ul>
+ <li><i><a href="/wiki/Firefox_1" class="mw-redirect" title="Firefox 1">1</a></i></li>
+ <li><i><a href="/wiki/Firefox_1.5" class="mw-redirect" title="Firefox 1.5">1.5</a></i></li>
+ <li><i><a href="/wiki/Firefox_2" title="Firefox 2">2</a></i></li>
+ <li><i><a href="/wiki/Firefox_3" class="mw-redirect" title="Firefox 3">3</a></i></li>
+ <li><i><a href="/wiki/Firefox_3.5" title="Firefox 3.5">3.5</a></i></li>
+ <li><a href="/wiki/Firefox_3.6" title="Firefox 3.6">3.6</a></li>
+ <li><i><a href="/wiki/Firefox_4" title="Firefox 4">4</a></i></li>
+ <li><i><a href="/wiki/History_of_Firefox#Rapid_release" title="History of Firefox">5–current</a></i></li>
+ <li><a href="/wiki/History_of_Firefox#Future_releases" title="History of Firefox">Future releases</a></li>
+ <li><a href="/wiki/Firefox_for_mobile" class="mw-redirect" title="Firefox for mobile">for Mobile</a></li>
+ <li><a href="/wiki/Firefox_for_iOS" title="Firefox for iOS">for iOS</a></li>
+ </ul>
+ </li>
+ <li><a href="/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a></li>
+ <li><a href="/wiki/Mozilla_Thunderbird" title="Mozilla Thunderbird">Thunderbird</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Origins</th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Application Suite</a></li>
+ <li><a href="/wiki/Netscape_Navigator" title="Netscape Navigator">Netscape Navigator</a></li>
+ <li><a href="/wiki/Netscape_Communicator" title="Netscape Communicator">Netscape Communicator</a></li>
+ <li><a href="/wiki/Netscape" title="Netscape">Netscape Communications</a></li>
+ <li><a href="/wiki/Beonex_Communicator" title="Beonex Communicator">Beonex Communicator</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Forks</th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/GNewSense#Comparison_with_other_distributions" title="GNewSense">BurningDog</a></li>
+ <li><a href="/wiki/Classilla" title="Classilla">Classilla</a></li>
+ <li><i><a href="/wiki/Flock_(web_browser)" title="Flock (web browser)">Flock</a></i></li>
+ <li><a href="/wiki/Gnuzilla" title="Gnuzilla">Gnuzilla</a></li>
+ <li><a href="/wiki/Mozilla_software_rebranded_by_Debian#Iceape" title="Mozilla software rebranded by Debian">Iceape</a></li>
+ <li><a href="/wiki/GNU_IceCat" title="GNU IceCat">IceCat</a></li>
+ <li><a href="/wiki/Mozilla_software_rebranded_by_Debian#Icedove" title="Mozilla software rebranded by Debian">Icedove</a></li>
+ <li><a href="/wiki/Mozilla_software_rebranded_by_Debian#Iceowl" title="Mozilla software rebranded by Debian">Iceowl</a></li>
+ <li><a href="/wiki/Miro_(software)" title="Miro (software)">Miro</a></li>
+ <li><i><a href="/wiki/Netscape_Navigator_9" title="Netscape Navigator 9">Netscape 9</a></i></li>
+ <li><a href="/wiki/Pale_Moon_(web_browser)" title="Pale Moon (web browser)">Pale Moon</a></li>
+ <li><a href="/wiki/Firefox_Portable" title="Firefox Portable">Portable Edition</a></li>
+ <li><i><a href="/wiki/Swiftfox" title="Swiftfox">Swiftfox</a></i></li>
+ <li><i><a href="/wiki/Swiftweasel" title="Swiftweasel">Swiftweasel</a></i></li>
+ <li><a href="/wiki/TenFourFox" title="TenFourFox">TenFourFox</a></li>
+ <li><i><a href="/wiki/XB_Browser" title="XB Browser">xB Browser</a></i></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Frameworks</th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Add-on_(Mozilla)" title="Add-on (Mozilla)">add-on</a></li>
+ <li><a href="/wiki/Gecko_(software)" title="Gecko (software)">Gecko</a></li>
+ <li><a href="/wiki/Mozilla_application_framework" title="Mozilla application framework">Necko</a></li>
+ <li><a href="/wiki/NPAPI" title="NPAPI">NPAPI</a>
+ <ul>
+ <li><a href="/wiki/NPAPI#XPConnect" title="NPAPI">XPConnect</a></li>
+ </ul>
+ </li>
+ <li><a href="/wiki/XBL" title="XBL">XBL</a></li>
+ <li><a href="/wiki/XPCOM" title="XPCOM">XPCOM</a></li>
+ <li><a href="/wiki/XPInstall" title="XPInstall">XPInstall</a></li>
+ <li><a href="/wiki/XUL" title="XUL">XUL</a></li>
+ <li><a href="/wiki/XULRunner" title="XULRunner">XULRunner</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Components</th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/w/index.php?title=Application_Object_Model&amp;action=edit&amp;redlink=1" class="new" title="Application Object Model (page does not exist)">Application Object Model</a></li>
+ <li><a href="/wiki/Mozilla_Composer" title="Mozilla Composer">Composer</a></li>
+ <li><a href="/wiki/Netscape_Portable_Runtime" title="Netscape Portable Runtime">NSPR</a></li>
+ <li><a href="/wiki/Network_Security_Services" title="Network Security Services">NSS</a></li>
+ <li><a href="/wiki/Rhino_(JavaScript_engine)" title="Rhino (JavaScript engine)">Rhino</a></li>
+ <li><a href="/wiki/SpiderMonkey" title="SpiderMonkey">SpiderMonkey</a></li>
+ <li><a href="/wiki/Tamarin_(software)" title="Tamarin (software)">Tamarin</a></li>
+ <li><a href="/wiki/Venkman" title="Venkman">Venkman</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Discontinued</th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Mozilla_Calendar_Project" title="Mozilla Calendar Project">Calendar Project</a></li>
+ <li><a href="/wiki/Camino_(web_browser)" title="Camino (web browser)">Camino</a></li>
+ <li><a href="/wiki/Firefox_Home" class="mw-redirect" title="Firefox Home">Firefox Home</a></li>
+ <li><a href="/wiki/Mozilla_Grendel" title="Mozilla Grendel">Grendel</a></li>
+ <li><a href="/wiki/Minimo" title="Minimo">Minimo</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-even" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks collapsible collapsed navbox-subgroup" style="border-spacing:0">
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2" style=";"><span style="float:left;width:6em">&#160;</span>
+ <div id="Organization" style="font-size:114%">Organization</div>
+ </th>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks navbox-subgroup" style="border-spacing:0">
+ <tr>
+ <th scope="row" class="navbox-group"><strong class="selflink">Foundation</strong></th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><i>Former <a href="/wiki/Mozilla_Organization" class="mw-redirect" title="Mozilla Organization">Mozilla Organization</a></i></li>
+ <li><a href="/wiki/Mozilla_Foundation" title="Mozilla Foundation">Mozilla Foundation</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Subsidiaries</th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Mozilla_Corporation" title="Mozilla Corporation">Mozilla Corporation</a></li>
+ <li><a href="/wiki/Mozilla_Messaging" title="Mozilla Messaging">Mozilla Messaging</a></li>
+ <li><a href="/wiki/Mozilla_Foundation#Mozilla_Online" title="Mozilla Foundation">Mozilla Online</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Official affiliates</th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Mozilla_China" title="Mozilla China">Mozilla China</a></li>
+ <li><a href="/wiki/Mozilla_Europe" title="Mozilla Europe">Mozilla Europe</a></li>
+ <li><a href="/wiki/Mozilla_Japan" title="Mozilla Japan">Mozilla Japan</a></li>
+ <li><a href="/wiki/Mozilla_Taiwan" title="Mozilla Taiwan">Mozilla Taiwan</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">People</th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Mitchell_Baker" title="Mitchell Baker">Mitchell Baker</a></li>
+ <li><a href="/w/index.php?title=David_Baron_(Computer_Scientist)&amp;action=edit&amp;redlink=1" class="new" title="David Baron (Computer Scientist) (page does not exist)">David Baron</a></li>
+ <li><a href="/wiki/Sheeri_Cabral" title="Sheeri Cabral">Sheeri Cabral</a></li>
+ <li><a href="/wiki/Tantek_%C3%87elik" title="Tantek Çelik">Tantek Çelik</a></li>
+ <li><a href="/wiki/Asa_Dotzler" title="Asa Dotzler">Asa Dotzler</a></li>
+ <li><a href="/wiki/Brendan_Eich" title="Brendan Eich">Brendan Eich</a></li>
+ <li><a href="/wiki/John_Hammink" title="John Hammink">John Hammink</a></li>
+ <li><a href="/w/index.php?title=Robert_O%27Callahan&amp;action=edit&amp;redlink=1" class="new" title="Robert O'Callahan (page does not exist)">Robert O'Callahan</a></li>
+ <li><a href="/wiki/Johnny_Stenb%C3%A4ck" title="Johnny Stenbäck">Johnny Stenbäck</a></li>
+ <li><a href="/wiki/Doug_Turner_(Mozilla)" title="Doug Turner (Mozilla)">Doug Turner</a></li>
+ <li><a href="/w/index.php?title=Boris_Zbarsky&amp;action=edit&amp;redlink=1" class="new" title="Boris Zbarsky (page does not exist)">Boris Zbarsky</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks collapsible collapsed navbox-subgroup" style="border-spacing:0">
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2" style=";"><span style="float:left;width:6em">&#160;</span>
+ <div id="Community" style="font-size:114%">Community</div>
+ </th>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Mozdev.org" title="Mozdev.org">mozdev.org</a></li>
+ <li><a href="/wiki/Mozilla_Add-ons" class="mw-redirect" title="Mozilla Add-ons">Mozilla Add-ons</a></li>
+ <li><a href="/wiki/Mozilla_Developer_Network" title="Mozilla Developer Network">Mozilla Developer Network</a></li>
+ <li><a href="/wiki/MozillaZine" title="MozillaZine">MozillaZine</a></li>
+ <li><a href="/wiki/Firefox#Promotion" title="Firefox">Spread Firefox</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-even" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em"></div>
+ <table class="nowraplinks collapsible collapsed navbox-subgroup" style="border-spacing:0">
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2" style=";"><span style="float:left;width:6em">&#160;</span>
+ <div id="Other_topics" style="font-size:114%">Other topics</div>
+ </th>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="navbox-list navbox-odd" style="width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><i><a href="/wiki/The_Book_of_Mozilla" title="The Book of Mozilla">The Book of Mozilla</a></i></li>
+ <li><i><a href="/wiki/Code_Rush" title="Code Rush">Code Rush</a></i></li>
+ <li><a href="/wiki/Mozilla_Public_License" title="Mozilla Public License">Mozilla Public License</a></li>
+ <li><a href="/wiki/Mozilla_localizations" title="Mozilla localizations">Localizations</a></li>
+ <li><a href="/wiki/Mozilla_(mascot)" title="Mozilla (mascot)">Mascot</a></li>
+ <li><a href="/wiki/Mozilla_software_rebranded_by_Debian" title="Mozilla software rebranded by Debian">Rebranding / forking</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div role="navigation" class="navbox" aria-labelledby="Free_and_open-source_software" style="padding:3px">
+ <table class="nowraplinks hlist collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit">
+ <tr>
+ <th scope="col" class="navbox-title" colspan="2">
+ <div class="plainlinks hlist navbar mini">
+ <ul>
+ <li class="nv-view"><a href="/wiki/Template:FOSS" title="Template:FOSS"><abbr title="View this template" style=";;background:none transparent;border:none;">v</abbr></a></li>
+ <li class="nv-talk"><a href="/wiki/Template_talk:FOSS" title="Template talk:FOSS"><abbr title="Discuss this template" style=";;background:none transparent;border:none;">t</abbr></a></li>
+ <li class="nv-edit"><a class="external text" href="//en.wikipedia.org/w/index.php?title=Template:FOSS&amp;action=edit"><abbr title="Edit this template" style=";;background:none transparent;border:none;">e</abbr></a></li>
+ </ul>
+ </div>
+ <div id="Free_and_open-source_software" style="font-size:114%"><a href="/wiki/Free_and_open-source_software" title="Free and open-source software">Free and open-source software</a></div>
+ </th>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">General</th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Alternative_terms_for_free_software" title="Alternative terms for free software">Alternative terms for free software</a></li>
+ <li><a href="/wiki/Comparison_of_open-source_and_closed-source_software" title="Comparison of open-source and closed-source software">Comparison of open-source and closed-source software</a></li>
+ <li><a href="/wiki/Comparison_of_source_code_hosting_facilities" title="Comparison of source code hosting facilities">Comparison of source code hosting facilities</a></li>
+ <li><a href="/wiki/Free_software" title="Free software">Free software</a></li>
+ <li><a href="/wiki/List_of_free_software_project_directories" title="List of free software project directories">Free software project directories</a></li>
+ <li><a href="/wiki/Gratis_versus_libre" title="Gratis versus libre">Gratis versus libre</a></li>
+ <li><a href="/wiki/Long-term_support" title="Long-term support">Long-term support</a></li>
+ <li><a href="/wiki/Open-source_software" title="Open-source software">Open-source software</a></li>
+ <li><a href="/wiki/Open-source_software_development" title="Open-source software development">Open-source software development</a></li>
+ <li><a href="/wiki/Outline_of_free_software" title="Outline of free software">Outline</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group"><a href="/wiki/List_of_free_and_open-source_software_packages" title="List of free and open-source software packages">Software<br />
+packages</a></th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Comparison_of_free_software_for_audio" title="Comparison of free software for audio">Audio</a></li>
+ <li><a href="/wiki/List_of_open-source_bioinformatics_software" title="List of open-source bioinformatics software">Bioinformatics</a></li>
+ <li><a href="/wiki/List_of_open-source_codecs" title="List of open-source codecs">Codecs</a></li>
+ <li><a href="/wiki/List_of_collaborative_software#Open_source_software" title="List of collaborative software">Collaboration</a></li>
+ <li><a href="/wiki/Comparison_of_open-source_configuration_management_software" title="Comparison of open-source configuration management software">Configuration management</a></li>
+ <li><a href="/wiki/Device_driver#Open_drivers" title="Device driver">Device drivers</a>
+ <ul>
+ <li><a href="/wiki/Free_and_open-source_graphics_device_driver" title="Free and open-source graphics device driver">Graphics</a></li>
+ <li><a href="/wiki/Comparison_of_open-source_wireless_drivers" title="Comparison of open-source wireless drivers">Wireless</a></li>
+ </ul>
+ </li>
+ <li><a href="/wiki/Comparison_of_free_geophysics_software" title="Comparison of free geophysics software">Geophysics</a></li>
+ <li><a href="/wiki/List_of_open-source_health_software" title="List of open-source health software">Health</a></li>
+ <li><a href="/wiki/List_of_open-source_software_for_mathematics" title="List of open-source software for mathematics">Mathematics</a></li>
+ <li><a href="/wiki/Comparison_of_open-source_operating_systems" title="Comparison of open-source operating systems">Operating systems</a></li>
+ <li><a href="/wiki/Comparison_of_open-source_programming_language_licensing" title="Comparison of open-source programming language licensing">Programming languages</a></li>
+ <li><a href="/wiki/List_of_open-source_routing_platforms" title="List of open-source routing platforms">Routing</a></li>
+ <li><a href="/wiki/List_of_statistical_packages#Open-source_statistical_packages" title="List of statistical packages">Statistics</a></li>
+ <li><a href="/wiki/List_of_free_television_software" title="List of free television software">Television</a></li>
+ <li><a href="/wiki/List_of_open-source_video_games" title="List of open-source video games">Video games</a></li>
+ <li><a href="/wiki/List_of_free_software_web_applications" title="List of free software web applications">Web applications</a>
+ <ul>
+ <li><a href="/wiki/List_of_content_management_systems#Open_source_software" title="List of content management systems">Content management systems</a></li>
+ <li><a href="/wiki/Comparison_of_free_software_e-commerce_web_application_frameworks" class="mw-redirect" title="Comparison of free software e-commerce web application frameworks">E-commerce</a></li>
+ </ul>
+ </li>
+ <li><a href="/wiki/List_of_word_processors#Free_and_open-source_software" title="List of word processors">Word processors</a></li>
+ <li><a href="/wiki/List_of_free_and_open-source_Android_applications" title="List of free and open-source Android applications">Android apps</a></li>
+ <li><a href="/wiki/List_of_free_and_open-source_iOS_applications" title="List of free and open-source iOS applications">iOS apps</a></li>
+ <li><a href="/wiki/List_of_commercial_open-source_applications_and_services" title="List of commercial open-source applications and services">Commercial</a></li>
+ <li><a href="/wiki/List_of_trademarked_open-source_software" title="List of trademarked open-source software">Trademarked</a></li>
+ <li><a href="/wiki/List_of_formerly_proprietary_software" title="List of formerly proprietary software">Formerly proprietary</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Community</th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Free_software_movement" title="Free software movement">Free software movement</a></li>
+ <li><a href="/wiki/History_of_free_and_open-source_software" title="History of free and open-source software">History</a></li>
+ <li><a href="/wiki/Open-source_movement" title="Open-source movement">Open-source movement</a></li>
+ <li><a href="/wiki/List_of_free_and_open-source_software_organizations" title="List of free and open-source software organizations">Organizations</a></li>
+ <li><a href="/wiki/List_of_free-software_events" title="List of free-software events">Events</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group"><a href="/wiki/Free_software_license" title="Free software license">Licenses</a></th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Apache_License" title="Apache License">Apache</a></li>
+ <li><a href="/wiki/Apple_Public_Source_License" title="Apple Public Source License">APSL</a></li>
+ <li><a href="/wiki/Artistic_License" title="Artistic License">Artistic</a></li>
+ <li><a href="/wiki/Beerware" title="Beerware">Beerware</a></li>
+ <li><a href="/wiki/Boost_Software_License" class="mw-redirect" title="Boost Software License">Boost</a></li>
+ <li><a href="/wiki/BSD_licenses" title="BSD licenses">BSD</a></li>
+ <li><a href="/wiki/CC0" class="mw-redirect" title="CC0">CC0</a></li>
+ <li><a href="/wiki/Common_Development_and_Distribution_License" title="Common Development and Distribution License">CDDL</a></li>
+ <li><a href="/wiki/Eclipse_Public_License" title="Eclipse Public License">EPL</a></li>
+ <li><a href="/wiki/GNU_General_Public_License" title="GNU General Public License">GNU GPL</a></li>
+ <li><a href="/wiki/GNU_Lesser_General_Public_License" title="GNU Lesser General Public License">GNU LGPL</a></li>
+ <li><a href="/wiki/ISC_license" title="ISC license">ISC</a></li>
+ <li><a href="/wiki/MIT_License" title="MIT License">MIT</a></li>
+ <li><a href="/wiki/Mozilla_Public_License" title="Mozilla Public License">MPL</a></li>
+ <li><a href="/wiki/Shared_source#Open_Source_licenses" title="Shared source">Ms-PL/RL</a></li>
+ <li><a href="/wiki/WTFPL" title="WTFPL">WTFPL</a></li>
+ <li><a href="/wiki/Zlib_License" title="Zlib License">zlib</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">License types<br /> and standards</th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Comparison_of_free_and_open-source_software_licenses" title="Comparison of free and open-source software licenses">Comparison of free and open-source software licenses</a></li>
+ <li><a href="/wiki/Contributor_License_Agreement" title="Contributor License Agreement">Contributor License Agreement</a></li>
+ <li><a href="/wiki/Copyfree" class="mw-redirect" title="Copyfree">Copyfree</a></li>
+ <li><a href="/wiki/Copyleft" title="Copyleft">Copyleft</a></li>
+ <li><a href="/wiki/Debian_Free_Software_Guidelines" title="Debian Free Software Guidelines">Debian Free Software Guidelines</a></li>
+ <li><a href="/wiki/Definition_of_Free_Cultural_Works" title="Definition of Free Cultural Works">Definition of Free Cultural Works</a></li>
+ <li><a href="/wiki/Free_license" title="Free license">Free license</a></li>
+ <li><a href="/wiki/The_Free_Software_Definition" title="The Free Software Definition">The Free Software Definition</a></li>
+ <li><a href="/wiki/The_Open_Source_Definition" title="The Open Source Definition">The Open Source Definition</a></li>
+ <li><a href="/wiki/Open-source_license" title="Open-source license">Open-source license</a></li>
+ <li><a href="/wiki/Permissive_free_software_licence" class="mw-redirect" title="Permissive free software licence">Permissive free software licence</a></li>
+ <li><a href="/wiki/Public_domain" title="Public domain">Public domain</a></li>
+ <li><a href="/wiki/Viral_license" title="Viral license">Viral license</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Challenges</th>
+ <td class="navbox-list navbox-even" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><a href="/wiki/Binary_blob" title="Binary blob">Binary blob</a></li>
+ <li><a href="/wiki/Digital_rights_management" title="Digital rights management">Digital rights management</a></li>
+ <li><a href="/wiki/Hardware_restriction" title="Hardware restriction">Hardware restrictions</a></li>
+ <li><a href="/wiki/License_proliferation" title="License proliferation">License proliferation</a></li>
+ <li><a href="/wiki/Mozilla_Corporation_software_rebranded_by_the_Debian_project" class="mw-redirect" title="Mozilla Corporation software rebranded by the Debian project">Mozilla software rebranding</a></li>
+ <li><a href="/wiki/Proprietary_software" title="Proprietary software">Proprietary software</a></li>
+ <li><a href="/wiki/SCO/Linux_controversies" title="SCO/Linux controversies">SCO/Linux controversies</a></li>
+ <li><a href="/wiki/UEFI_Secure_Boot#Secure_boot" class="mw-redirect" title="UEFI Secure Boot">Secure boot</a></li>
+ <li><a href="/wiki/Software_patents_and_free_software" title="Software patents and free software">Software patents</a></li>
+ <li><a href="/wiki/Open-source_software_security" title="Open-source software security">Software security</a></li>
+ <li><a href="/wiki/Trusted_Computing" title="Trusted Computing">Trusted Computing</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <th scope="row" class="navbox-group">Related topics</th>
+ <td class="navbox-list navbox-odd" style="text-align:left;border-left-width:2px;border-left-style:solid;width:100%;padding:0px">
+ <div style="padding:0em 0.25em">
+ <ul>
+ <li><i><a href="/wiki/The_Cathedral_and_the_Bazaar" title="The Cathedral and the Bazaar">The Cathedral and the Bazaar</a></i></li>
+ <li><a href="/wiki/Fork_(software_development)" title="Fork (software development)">Forking</a></li>
+ <li><a href="/wiki/Microsoft_Open_Specification_Promise" title="Microsoft Open Specification Promise">Microsoft Open Specification Promise</a></li>
+ <li><i><a href="/wiki/Revolution_OS" title="Revolution OS">Revolution OS</a></i></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ <tr style="height:2px">
+ <td colspan="2"></td>
+ </tr>
+ <tr>
+ <td class="navbox-abovebelow" colspan="2" style="font-weight:bold">
+ <div>
+ <ul>
+ <li><img alt="Wikipedia book" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Symbol_book_class2.svg/16px-Symbol_book_class2.svg.png" title="Wikipedia book" width="16" height="16" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Symbol_book_class2.svg/23px-Symbol_book_class2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/89/Symbol_book_class2.svg/31px-Symbol_book_class2.svg.png 2x" data-file-width="180" data-file-height="185" /> <a href="/wiki/Book:Free_and_Open_Source_Software" title="Book:Free and Open Source Software">Book</a></li>
+ <li><img alt="Category" src="//upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/16px-Folder_Hexagonal_Icon.svg.png" title="Category" width="16" height="14" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/24px-Folder_Hexagonal_Icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/32px-Folder_Hexagonal_Icon.svg.png 2x" data-file-width="36" data-file-height="31" /> <a href="/wiki/Category:Free_software" title="Category:Free software">Category</a></li>
+ <li><img alt="Commons page" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/12px-Commons-logo.svg.png" title="Commons page" width="12" height="16" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/18px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/24px-Commons-logo.svg.png 2x" data-file-width="1024" data-file-height="1376" /> <a href="https://commons.wikimedia.org/wiki/Category:Free_software" class="extiw" title="commons:Category:Free software">Commons</a></li>
+ <li><img alt="Portal" src="//upload.wikimedia.org/wikipedia/en/thumb/f/fd/Portal-puzzle.svg/16px-Portal-puzzle.svg.png" title="Portal" width="16" height="14" srcset="//upload.wikimedia.org/wikipedia/en/thumb/f/fd/Portal-puzzle.svg/24px-Portal-puzzle.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/f/fd/Portal-puzzle.svg/32px-Portal-puzzle.svg.png 2x" data-file-width="32" data-file-height="28" /> <a href="/wiki/Portal:Free_software" class="mw-redirect" title="Portal:Free software">Portal</a></li>
+ </ul>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </div>
+
+
+ <!-- Saved in parser cache with key enwiki:pcache:idhash:36754915-0!*!0!!en!4!* and timestamp 20161028065633 and revision id 746574460
+ -->
+ <script>
+ (window.RLQ = window.RLQ || []).push(function() {
+ mw.log.warn("Gadget \"teahouse\" styles loaded twice. Migrate to type=general. See \u003Chttps://phabricator.wikimedia.org/T42284\u003E.");
+ mw.log.warn("Gadget \"ReferenceTooltips\" styles loaded twice. Migrate to type=general. See \u003Chttps://phabricator.wikimedia.org/T42284\u003E.");
+ mw.log.warn("Gadget \"featured-articles-links\" styles loaded twice. Migrate to type=general. See \u003Chttps://phabricator.wikimedia.org/T42284\u003E.");
+ });
+ </script><noscript><img src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript></div>
+ <div class="printfooter">
+ Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=Mozilla&amp;oldid=746574460">https://en.wikipedia.org/w/index.php?title=Mozilla&amp;oldid=746574460</a>" </div>
+ <div id="catlinks" class="catlinks" data-mw="interface">
+ <div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>:
+ <ul>
+ <li><a href="/wiki/Category:Mozilla" title="Category:Mozilla">Mozilla</a></li>
+ <li><a href="/wiki/Category:Netscape" title="Category:Netscape">Netscape</a></li>
+ <li><a href="/wiki/Category:Projects_established_in_1998" title="Category:Projects established in 1998">Projects established in 1998</a></li>
+ </ul>
+ </div>
+ <div id="mw-hidden-catlinks" class="mw-hidden-catlinks mw-hidden-cats-hidden">Hidden categories:
+ <ul>
+ <li><a href="/wiki/Category:CS1_maint:_Unfit_url" title="Category:CS1 maint: Unfit url">CS1 maint: Unfit url</a></li>
+ <li><a href="/wiki/Category:All_articles_with_unsourced_statements" title="Category:All articles with unsourced statements">All articles with unsourced statements</a></li>
+ <li><a href="/wiki/Category:Articles_with_unsourced_statements_from_August_2015" title="Category:Articles with unsourced statements from August 2015">Articles with unsourced statements from August 2015</a></li>
+ <li><a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_April_2015" title="Category:Articles containing potentially dated statements from April 2015">Articles containing potentially dated statements from April 2015</a></li>
+ <li><a href="/wiki/Category:All_articles_containing_potentially_dated_statements" title="Category:All articles containing potentially dated statements">All articles containing potentially dated statements</a></li>
+ <li><a href="/wiki/Category:Articles_with_unsourced_statements_from_July_2015" title="Category:Articles with unsourced statements from July 2015">Articles with unsourced statements from July 2015</a></li>
+ <li><a href="/wiki/Category:Commons_category_with_page_title_same_as_on_Wikidata" title="Category:Commons category with page title same as on Wikidata">Commons category with page title same as on Wikidata</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="visualClear"></div>
+ </div>
+ </div>
+ <div id="mw-navigation">
+ <h2>Navigation menu</h2>
+
+ <div id="mw-head">
+ <div id="p-personal" role="navigation" class="" aria-labelledby="p-personal-label">
+ <h3 id="p-personal-label">Personal tools</h3>
+ <ul>
+ <li id="pt-anonuserpage">Not logged in</li>
+ <li id="pt-anontalk"><a href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]" accesskey="n">Talk</a></li>
+ <li id="pt-anoncontribs"><a href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]" accesskey="y">Contributions</a></li>
+ <li id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&amp;returnto=Mozilla" title="You are encouraged to create an account and log in; however, it is not mandatory">Create account</a></li>
+ <li id="pt-login"><a href="/w/index.php?title=Special:UserLogin&amp;returnto=Mozilla" title="You're encouraged to log in; however, it's not mandatory. [o]" accesskey="o">Log in</a></li>
+ </ul>
+ </div>
+ <div id="left-navigation">
+ <div id="p-namespaces" role="navigation" class="vectorTabs" aria-labelledby="p-namespaces-label">
+ <h3 id="p-namespaces-label">Namespaces</h3>
+ <ul>
+ <li id="ca-nstab-main" class="selected"><span><a href="/wiki/Mozilla" title="View the content page [c]" accesskey="c">Article</a></span></li>
+ <li id="ca-talk"><span><a href="/wiki/Talk:Mozilla" title="Discussion about the content page [t]" accesskey="t" rel="discussion">Talk</a></span></li>
+ </ul>
+ </div>
+ <div id="p-variants" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-variants-label">
+ <h3 id="p-variants-label">
+ <span>Variants</span>
+ <a href="#"></a>
+ </h3>
+
+ <div class="menu">
+ <ul>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="right-navigation">
+ <div id="p-views" role="navigation" class="vectorTabs" aria-labelledby="p-views-label">
+ <h3 id="p-views-label">Views</h3>
+ <ul>
+ <li id="ca-view" class="selected"><span><a href="/wiki/Mozilla" >Read</a></span></li>
+ <li id="ca-edit"><span><a href="/w/index.php?title=Mozilla&amp;action=edit" title="Edit this page [e]" accesskey="e">Edit</a></span></li>
+ <li id="ca-history" class="collapsible"><span><a href="/w/index.php?title=Mozilla&amp;action=history" title="Past revisions of this page [h]" accesskey="h">View history</a></span></li>
+ </ul>
+ </div>
+ <div id="p-cactions" role="navigation" class="vectorMenu emptyPortlet" aria-labelledby="p-cactions-label">
+ <h3 id="p-cactions-label"><span>More</span>
+ <a href="#"></a>
+ </h3>
+
+ <div class="menu">
+ <ul>
+ </ul>
+ </div>
+ </div>
+ <div id="p-search" role="search">
+ <h3>
+ <label for="searchInput">Search</label>
+ </h3>
+
+ <form action="/w/index.php" id="searchform">
+ <div id="simpleSearch">
+ <input type="search" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" accesskey="f" id="searchInput" /><input type="hidden" value="Special:Search" name="title" /><input type="submit" name="fulltext" value="Search" title="Search Wikipedia for this text" id="mw-searchButton" class="searchButton mw-fallbackSearchButton" /><input type="submit" name="go" value="Go" title="Go to a page with this exact name if it exists" id="searchButton" class="searchButton" /> </div>
+ </form>
+ </div>
+ </div>
+ </div>
+ <div id="mw-panel">
+ <div id="p-logo" role="banner">
+ <a class="mw-wiki-logo" href="/wiki/Main_Page" title="Visit the main page"></a>
+ </div>
+ <div class="portal" role="navigation" id='p-navigation' aria-labelledby='p-navigation-label'>
+ <h3 id='p-navigation-label'>Navigation</h3>
+
+ <div class="body">
+ <ul>
+ <li id="n-mainpage-description"><a href="/wiki/Main_Page" title="Visit the main page [z]" accesskey="z">Main page</a></li>
+ <li id="n-contents"><a href="/wiki/Portal:Contents" title="Guides to browsing Wikipedia">Contents</a></li>
+ <li id="n-featuredcontent"><a href="/wiki/Portal:Featured_content" title="Featured content – the best of Wikipedia">Featured content</a></li>
+ <li id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Find background information on current events">Current events</a></li>
+ <li id="n-randompage"><a href="/wiki/Special:Random" title="Load a random article [x]" accesskey="x">Random article</a></li>
+ <li id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_en.wikipedia.org&amp;uselang=en" title="Support us">Donate to Wikipedia</a></li>
+ <li id="n-shoplink"><a href="//shop.wikimedia.org" title="Visit the Wikipedia store">Wikipedia store</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id='p-interaction' aria-labelledby='p-interaction-label'>
+ <h3 id='p-interaction-label'>Interaction</h3>
+
+ <div class="body">
+ <ul>
+ <li id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia">Help</a></li>
+ <li id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Find out about Wikipedia">About Wikipedia</a></li>
+ <li id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="About the project, what you can do, where to find things">Community portal</a></li>
+ <li id="n-recentchanges"><a href="/wiki/Special:RecentChanges" title="A list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li>
+ <li id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia">Contact page</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id='p-tb' aria-labelledby='p-tb-label'>
+ <h3 id='p-tb-label'>Tools</h3>
+
+ <div class="body">
+ <ul>
+ <li id="t-whatlinkshere"><a href="/wiki/Special:WhatLinksHere/Mozilla" title="List of all English Wikipedia pages containing links to this page [j]" accesskey="j">What links here</a></li>
+ <li id="t-recentchangeslinked"><a href="/wiki/Special:RecentChangesLinked/Mozilla" rel="nofollow" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
+ <li id="t-upload"><a href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]" accesskey="u">Upload file</a></li>
+ <li id="t-specialpages"><a href="/wiki/Special:SpecialPages" title="A list of all special pages [q]" accesskey="q">Special pages</a></li>
+ <li id="t-permalink"><a href="/w/index.php?title=Mozilla&amp;oldid=746574460" title="Permanent link to this revision of the page">Permanent link</a></li>
+ <li id="t-info"><a href="/w/index.php?title=Mozilla&amp;action=info" title="More information about this page">Page information</a></li>
+ <li id="t-wikibase"><a href="https://www.wikidata.org/wiki/Q9661" title="Link to connected data repository item [g]" accesskey="g">Wikidata item</a></li>
+ <li id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&amp;page=Mozilla&amp;id=746574460" title="Information on how to cite this page">Cite this page</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id='p-coll-print_export' aria-labelledby='p-coll-print_export-label'>
+ <h3 id='p-coll-print_export-label'>Print/export</h3>
+
+ <div class="body">
+ <ul>
+ <li id="coll-create_a_book"><a href="/w/index.php?title=Special:Book&amp;bookcmd=book_creator&amp;referer=Mozilla">Create a book</a></li>
+ <li id="coll-download-as-rdf2latex"><a href="/w/index.php?title=Special:Book&amp;bookcmd=render_article&amp;arttitle=Mozilla&amp;returnto=Mozilla&amp;oldid=746574460&amp;writer=rdf2latex">Download as PDF</a></li>
+ <li id="t-print"><a href="/w/index.php?title=Mozilla&amp;printable=yes" title="Printable version of this page [p]" accesskey="p">Printable version</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id='p-wikibase-otherprojects' aria-labelledby='p-wikibase-otherprojects-label'>
+ <h3 id='p-wikibase-otherprojects-label'>In other projects</h3>
+
+ <div class="body">
+ <ul>
+ <li class="wb-otherproject-link wb-otherproject-commons"><a href="https://commons.wikimedia.org/wiki/Category:Mozilla" hreflang="en">Wikimedia Commons</a></li>
+ <li class="wb-otherproject-link wb-otherproject-wikisource"><a href="https://en.wikisource.org/wiki/Portal:Mozilla" hreflang="en">Wikisource</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="portal" role="navigation" id='p-lang' aria-labelledby='p-lang-label'>
+ <h3 id='p-lang-label'>Languages</h3>
+
+ <div class="body">
+ <ul>
+ <li class="interlanguage-link interwiki-af"><a href="https://af.wikipedia.org/wiki/Mozilla" title="Mozilla – Afrikaans" lang="af" hreflang="af" class="interlanguage-link-target">Afrikaans</a></li>
+ <li class="interlanguage-link interwiki-ar"><a href="https://ar.wikipedia.org/wiki/%D9%85%D9%88%D8%B2%D9%8A%D9%84%D8%A7" title="موزيلا – Arabic" lang="ar" hreflang="ar" class="interlanguage-link-target">العربية</a></li>
+ <li class="interlanguage-link interwiki-ast"><a href="https://ast.wikipedia.org/wiki/Mozilla" title="Mozilla – Asturian" lang="ast" hreflang="ast" class="interlanguage-link-target">Asturianu</a></li>
+ <li class="interlanguage-link interwiki-az"><a href="https://az.wikipedia.org/wiki/Mozilla" title="Mozilla – Azerbaijani" lang="az" hreflang="az" class="interlanguage-link-target">Azərbaycanca</a></li>
+ <li class="interlanguage-link interwiki-bn"><a href="https://bn.wikipedia.org/wiki/%E0%A6%AE%E0%A7%8B%E0%A6%9C%E0%A6%BF%E0%A6%B2%E0%A6%BE" title="মোজিলা – Bengali" lang="bn" hreflang="bn" class="interlanguage-link-target">বাংলা</a></li>
+ <li class="interlanguage-link interwiki-zh-min-nan"><a href="https://zh-min-nan.wikipedia.org/wiki/Mozilla" title="Mozilla – Chinese (Min Nan)" lang="zh-min-nan" hreflang="zh-min-nan" class="interlanguage-link-target">Bân-lâm-gú</a></li>
+ <li class="interlanguage-link interwiki-ca"><a href="https://ca.wikipedia.org/wiki/Mozilla" title="Mozilla – Catalan" lang="ca" hreflang="ca" class="interlanguage-link-target">Català</a></li>
+ <li class="interlanguage-link interwiki-cs"><a href="https://cs.wikipedia.org/wiki/Mozilla" title="Mozilla – Czech" lang="cs" hreflang="cs" class="interlanguage-link-target">Čeština</a></li>
+ <li class="interlanguage-link interwiki-da"><a href="https://da.wikipedia.org/wiki/Mozilla" title="Mozilla – Danish" lang="da" hreflang="da" class="interlanguage-link-target">Dansk</a></li>
+ <li class="interlanguage-link interwiki-de"><a href="https://de.wikipedia.org/wiki/Mozilla" title="Mozilla – German" lang="de" hreflang="de" class="interlanguage-link-target">Deutsch</a></li>
+ <li class="interlanguage-link interwiki-fa"><a href="https://fa.wikipedia.org/wiki/%D9%85%D9%88%D8%B2%DB%8C%D9%84%D8%A7" title="موزیلا – Persian" lang="fa" hreflang="fa" class="interlanguage-link-target">فارسی</a></li>
+ <li class="interlanguage-link interwiki-fr"><a href="https://fr.wikipedia.org/wiki/Mozilla_(chronique)" title="Mozilla (chronique) – French" lang="fr" hreflang="fr" class="interlanguage-link-target">Français</a></li>
+ <li class="interlanguage-link interwiki-ko"><a href="https://ko.wikipedia.org/wiki/%EB%AA%A8%EC%A7%88%EB%9D%BC" title="모질라 – Korean" lang="ko" hreflang="ko" class="interlanguage-link-target">한국어</a></li>
+ <li class="interlanguage-link interwiki-hi"><a href="https://hi.wikipedia.org/wiki/%E0%A4%AE%E0%A5%8B%E0%A4%9C%E0%A4%BF%E0%A4%B2%E0%A4%BE" title="मोजिला – Hindi" lang="hi" hreflang="hi" class="interlanguage-link-target">हिन्दी</a></li>
+ <li class="interlanguage-link interwiki-id"><a href="https://id.wikipedia.org/wiki/Mozilla" title="Mozilla – Indonesian" lang="id" hreflang="id" class="interlanguage-link-target">Bahasa Indonesia</a></li>
+ <li class="interlanguage-link interwiki-it"><a href="https://it.wikipedia.org/wiki/Mozilla" title="Mozilla – Italian" lang="it" hreflang="it" class="interlanguage-link-target">Italiano</a></li>
+ <li class="interlanguage-link interwiki-he"><a href="https://he.wikipedia.org/wiki/%D7%9E%D7%95%D7%96%D7%99%D7%9C%D7%94" title="מוזילה – Hebrew" lang="he" hreflang="he" class="interlanguage-link-target">עברית</a></li>
+ <li class="interlanguage-link interwiki-csb"><a href="https://csb.wikipedia.org/wiki/Mozilla" title="Mozilla – Kashubian" lang="csb" hreflang="csb" class="interlanguage-link-target">Kaszëbsczi</a></li>
+ <li class="interlanguage-link interwiki-ku"><a href="https://ku.wikipedia.org/wiki/Mozilla" title="Mozilla – Kurdish" lang="ku" hreflang="ku" class="interlanguage-link-target">Kurdî</a></li>
+ <li class="interlanguage-link interwiki-lt"><a href="https://lt.wikipedia.org/wiki/Mozilla" title="Mozilla – Lithuanian" lang="lt" hreflang="lt" class="interlanguage-link-target">Lietuvių</a></li>
+ <li class="interlanguage-link interwiki-hu"><a href="https://hu.wikipedia.org/wiki/Mozilla" title="Mozilla – Hungarian" lang="hu" hreflang="hu" class="interlanguage-link-target">Magyar</a></li>
+ <li class="interlanguage-link interwiki-mg"><a href="https://mg.wikipedia.org/wiki/Mozilla" title="Mozilla – Malagasy" lang="mg" hreflang="mg" class="interlanguage-link-target">Malagasy</a></li>
+ <li class="interlanguage-link interwiki-ml"><a href="https://ml.wikipedia.org/wiki/%E0%B4%AE%E0%B5%8B%E0%B4%B8%E0%B4%BF%E0%B4%B2%E0%B5%8D%E0%B4%B2" title="മോസില്ല – Malayalam" lang="ml" hreflang="ml" class="interlanguage-link-target">മലയാളം</a></li>
+ <li class="interlanguage-link interwiki-ms"><a href="https://ms.wikipedia.org/wiki/Mozilla" title="Mozilla – Malay" lang="ms" hreflang="ms" class="interlanguage-link-target">Bahasa Melayu</a></li>
+ <li class="interlanguage-link interwiki-nl"><a href="https://nl.wikipedia.org/wiki/Mozilla" title="Mozilla – Dutch" lang="nl" hreflang="nl" class="interlanguage-link-target">Nederlands</a></li>
+ <li class="interlanguage-link interwiki-ja"><a href="https://ja.wikipedia.org/wiki/Mozilla" title="Mozilla – Japanese" lang="ja" hreflang="ja" class="interlanguage-link-target">日本語</a></li>
+ <li class="interlanguage-link interwiki-no"><a href="https://no.wikipedia.org/wiki/Mozilla" title="Mozilla – Norwegian" lang="no" hreflang="no" class="interlanguage-link-target">Norsk bokmål</a></li>
+ <li class="interlanguage-link interwiki-oc"><a href="https://oc.wikipedia.org/wiki/Mozilla" title="Mozilla – Occitan" lang="oc" hreflang="oc" class="interlanguage-link-target">Occitan</a></li>
+ <li class="interlanguage-link interwiki-pl"><a href="https://pl.wikipedia.org/wiki/Mozilla" title="Mozilla – Polish" lang="pl" hreflang="pl" class="interlanguage-link-target">Polski</a></li>
+ <li class="interlanguage-link interwiki-ro"><a href="https://ro.wikipedia.org/wiki/Mozilla" title="Mozilla – Romanian" lang="ro" hreflang="ro" class="interlanguage-link-target">Română</a></li>
+ <li class="interlanguage-link interwiki-sq"><a href="https://sq.wikipedia.org/wiki/Mozilla" title="Mozilla – Albanian" lang="sq" hreflang="sq" class="interlanguage-link-target">Shqip</a></li>
+ <li class="interlanguage-link interwiki-sv"><a href="https://sv.wikipedia.org/wiki/Mozilla" title="Mozilla – Swedish" lang="sv" hreflang="sv" class="interlanguage-link-target">Svenska</a></li>
+ <li class="interlanguage-link interwiki-th"><a href="https://th.wikipedia.org/wiki/%E0%B8%A1%E0%B8%AD%E0%B8%8B%E0%B8%B4%E0%B8%A5%E0%B8%A5%E0%B8%B2" title="มอซิลลา – Thai" lang="th" hreflang="th" class="interlanguage-link-target">ไทย</a></li>
+ <li class="interlanguage-link interwiki-tr"><a href="https://tr.wikipedia.org/wiki/Mozilla" title="Mozilla – Turkish" lang="tr" hreflang="tr" class="interlanguage-link-target">Türkçe</a></li>
+ <li class="interlanguage-link interwiki-ur"><a href="https://ur.wikipedia.org/wiki/%D9%85%D9%88%D8%B2%DB%8C%D9%84%D8%A7" title="موزیلا – Urdu" lang="ur" hreflang="ur" class="interlanguage-link-target">اردو</a></li>
+ <li class="interlanguage-link interwiki-vi"><a href="https://vi.wikipedia.org/wiki/Mozilla" title="Mozilla – Vietnamese" lang="vi" hreflang="vi" class="interlanguage-link-target">Tiếng Việt</a></li>
+ <li class="interlanguage-link interwiki-zh"><a href="https://zh.wikipedia.org/wiki/Mozilla" title="Mozilla – Chinese" lang="zh" hreflang="zh" class="interlanguage-link-target">中文</a></li>
+ <li class="uls-p-lang-dummy">
+ <a href="#"></a>
+ </li>
+ </ul>
+ <div class='after-portlet after-portlet-lang'><span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Q9661#sitelinks-wikipedia" title="Edit interlanguage links" class="wbc-editpage">Edit links</a></span></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="footer" role="contentinfo">
+ <ul id="footer-info">
+ <li id="footer-info-lastmod"> This page was last modified on 28 October 2016, at 06:56.</li>
+ <li id="footer-info-copyright">Text is available under the <a rel="license" href="//en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-ShareAlike License</a>
+ <a rel="license" href="//creativecommons.org/licenses/by-sa/3.0/" style="display:none;"></a>; additional terms may apply. By using this site, you agree to the <a href="//wikimediafoundation.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//wikimediafoundation.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
+ </ul>
+ <ul id="footer-places">
+ <li id="footer-places-privacy"><a href="https://wikimediafoundation.org/wiki/Privacy_policy" class="extiw" title="wmf:Privacy policy">Privacy policy</a></li>
+ <li id="footer-places-about"><a href="/wiki/Wikipedia:About" title="Wikipedia:About">About Wikipedia</a></li>
+ <li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:General_disclaimer" title="Wikipedia:General disclaimer">Disclaimers</a></li>
+ <li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
+ <li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Developers</a></li>
+ <li id="footer-places-cookiestatement"><a href="https://wikimediafoundation.org/wiki/Cookie_statement">Cookie statement</a></li>
+ <li id="footer-places-mobileview"><a href="//en.m.wikipedia.org/w/index.php?title=Mozilla&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile view</a></li>
+ </ul>
+ <ul id="footer-icons" class="noprint">
+ <li id="footer-copyrightico">
+ <a href="https://wikimediafoundation.org/"><img src="/static/images/wikimedia-button.png" srcset="/static/images/wikimedia-button-1.5x.png 1.5x, /static/images/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" /></a>
+ </li>
+ <li id="footer-poweredbyico">
+ <a href="//www.mediawiki.org/"><img src="/static/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/poweredby_mediawiki_132x47.png 1.5x, /static/images/poweredby_mediawiki_176x62.png 2x" width="88" height="31" /></a>
+ </li>
+ </ul>
+ <div style="clear:both"></div>
+ </div>
+ <script>
+ (window.RLQ = window.RLQ || []).push(function() {
+ mw.loader.load(["ext.cite.a11y", "mediawiki.toc", "mediawiki.action.view.postEdit", "site", "mediawiki.user", "mediawiki.hidpi", "mediawiki.page.ready", "mediawiki.searchSuggest", "ext.gadget.teahouse", "ext.gadget.ReferenceTooltips", "ext.gadget.watchlist-notice", "ext.gadget.DRN-wizard", "ext.gadget.charinsert", "ext.gadget.refToolbar", "ext.gadget.extra-toolbar-buttons", "ext.gadget.switcher", "ext.gadget.featured-articles-links", "mmv.bootstrap.autostart", "ext.visualEditor.targetLoader", "ext.eventLogging.subscriber", "ext.wikimediaEvents", "ext.navigationTiming", "ext.uls.eventlogger", "ext.uls.init", "ext.centralNotice.geoIP", "ext.centralNotice.startUp"]);
+ });
+ </script>
+ <script>
+ (window.RLQ = window.RLQ || []).push(function() {
+ mw.config.set({
+ "wgPageParseReport": {
+ "limitreport": {
+ "cputime": "0.888",
+ "walltime": "0.991",
+ "ppvisitednodes": {
+ "value": 4683,
+ "limit": 1000000
+ },
+ "ppgeneratednodes": {
+ "value": 0,
+ "limit": 1500000
+ },
+ "postexpandincludesize": {
+ "value": 202526,
+ "limit": 2097152
+ },
+ "templateargumentsize": {
+ "value": 9662,
+ "limit": 2097152
+ },
+ "expansiondepth": {
+ "value": 20,
+ "limit": 40
+ },
+ "expensivefunctioncount": {
+ "value": 3,
+ "limit": 500
+ },
+ "entityaccesscount": {
+ "value": 1,
+ "limit": 400
+ },
+ "timingprofile": [
+ "100.00% 814.549 1 -total",
+ " 51.43% 418.949 1 Template:Reflist",
+ " 38.13% 310.586 67 Template:Cite_web",
+ " 9.60% 78.180 1 Template:Infobox_company",
+ " 7.70% 62.748 1 Template:Infobox",
+ " 7.34% 59.816 2 Template:Citation_needed",
+ " 6.67% 54.309 2 Template:Fix",
+ " 6.39% 52.081 1 Template:Mozilla",
+ " 6.05% 49.300 1 Template:Navbox_with_collapsible_groups",
+ " 4.15% 33.802 17 Template:Main_article"
+ ]
+ },
+ "scribunto": {
+ "limitreport-timeusage": {
+ "value": "0.419",
+ "limit": "10.000"
+ },
+ "limitreport-memusage": {
+ "value": 6399012,
+ "limit": 52428800
+ }
+ },
+ "cachereport": {
+ "origin": "mw1207",
+ "timestamp": "20161028065633",
+ "ttl": 2592000,
+ "transientcontent": false
+ }
+ }
+ });
+ });
+ </script>
+ <script>
+ (window.RLQ = window.RLQ || []).push(function() {
+ mw.config.set({
+ "wgBackendResponseTime": 63,
+ "wgHostname": "mw1242"
+ });
+ });
+ </script>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json
new file mode 100644
index 0000000..e0c78e6
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json
@@ -0,0 +1,6 @@
+[
+ "https:\/\/i0.wp.com\/wptavern.com\/wp-content\/uploads\/2016\/07\/stack-overflow.png?fit=1200%2C470&ssl=1",
+ "https:\/\/i0.wp.com\/wptavern.com\/wp-content\/uploads\/2016\/07\/stack-overflow.png?resize=1025%2C401&ssl=1",
+ "https:\/\/i2.wp.com\/wptavern.com\/wp-content\/uploads\/2017\/03\/ChangesinDemand.png?resize=975%2C1115&ssl=1",
+ "https:\/\/i1.wp.com\/wptavern.com\/wp-content\/uploads\/2017\/03\/HighDemand.png?resize=975%2C854&ssl=1"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json
new file mode 100644
index 0000000..7a5a65f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": null,
+ "Direction": "ltr",
+ "Excerpt": "Stack Overflow published its analysis of 2017 hiring trends based on the targeting options employers selected when posting to Stack Overflow Jobs. The report, which compares data from 200 companies\u2026",
+ "Image": "https:\/\/i0.wp.com\/wptavern.com\/wp-content\/uploads\/2016\/07\/stack-overflow.png?fit=1200%2C470&ssl=1",
+ "Title": "Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers",
+ "SiteName": "WordPress Tavern"
+} \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html
new file mode 100644
index 0000000..344eb7d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html
@@ -0,0 +1,71 @@
+<div id="container">
+
+
+
+
+ <main id="content" role="main" tabindex="-1">
+
+
+
+
+
+ <article id="post-67202" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
+
+
+
+
+
+ <div itemprop="articleBody">
+ <p>
+ <a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?ssl=1"><img data-attachment-id="57913" data-permalink="https://wptavern.com/stack-overflow-documentation-is-now-in-beta/stack-overflow" data-orig-file="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=1650%2C646&amp;ssl=1" data-orig-size="1650,646" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="stack-overflow" data-image-description data-medium-file="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=300%2C117&amp;ssl=1" data-large-file="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=500%2C196&amp;ssl=1" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=1025%2C401&amp;ssl=1" alt srcset="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?w=1650&amp;ssl=1 1650w, https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=300%2C117&amp;ssl=1 300w, https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=768%2C301&amp;ssl=1 768w, https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=500%2C196&amp;ssl=1 500w, https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=1025%2C401&amp;ssl=1 1025w" sizes="(max-width: 1025px) 100vw, 1025px" width="644" height="252"></a>
+ </p>
+ <p>Stack Overflow published its analysis of <a href="https://stackoverflow.blog/2017/03/09/developer-hiring-trends-2017/" target="_blank">2017 hiring trends</a> based on the targeting options employers selected when posting to <a href="http://stackoverflow.com/jobs" target="_blank">Stack Overflow Jobs</a>. The report, which compares data from 200 companies since 2015, ranks ReactJS, Docker, and Ansible at the top of the fastest growing skills in demand. When comparing the percentage change from 2015 to 2016, technologies like AJAX, Backbone.js, jQuery, and WordPress are less in demand.</p>
+ <p>
+ <a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?ssl=1"><img data-attachment-id="67214" data-permalink="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers/changesindemand" data-orig-file="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?fit=975%2C1115&amp;ssl=1" data-orig-size="975,1115" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ChangesinDemand" data-image-description data-medium-file="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?fit=262%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?fit=437%2C500&amp;ssl=1" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?resize=975%2C1115&amp;ssl=1" alt srcset="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?w=975&amp;ssl=1 975w, https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?resize=262%2C300&amp;ssl=1 262w, https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?resize=768%2C878&amp;ssl=1 768w, https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?resize=437%2C500&amp;ssl=1 437w" sizes="(max-width: 975px) 100vw, 975px" width="644" height="736"></a>
+ </p>
+ <p>Stack Overflow also measured the demand relative to the available developers in different tech skills. The demand for backend, mobile, and database engineers is higher than the number of qualified candidates available. WordPress is last among the oversaturated fields with a surplus of developers relative to available positions.</p>
+ <p>
+ <a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?ssl=1"><img data-attachment-id="67216" data-permalink="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers/highdemand" data-orig-file="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?fit=975%2C854&amp;ssl=1" data-orig-size="975,854" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="HighDemand" data-image-description data-medium-file="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?fit=300%2C263&amp;ssl=1" data-large-file="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?fit=500%2C438&amp;ssl=1" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=975%2C854&amp;ssl=1" alt srcset="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?w=975&amp;ssl=1 975w, https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=300%2C263&amp;ssl=1 300w, https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=768%2C673&amp;ssl=1 768w, https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=500%2C438&amp;ssl=1 500w, https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=571%2C500&amp;ssl=1 571w" sizes="(max-width: 975px) 100vw, 975px" width="644" height="564"></a>
+ </p>
+ <p>In looking at these results, it’s important to consider the inherent biases within the Stack Overflow ecosystem. In 2016, the site surveyed more than 56,000 developers but noted that the survey was “biased against devs who don’t speak English.” The average age of respondents was 29.6 years old and 92.8% of them were male. </p>
+ <p>For two years running, Stack Overflow survey respondents have <a href="https://wptavern.com/stack-overflow-survey-results-show-wordpress-is-trending-up-despite-being-ranked-among-most-dreaded-technologies" target="_blank">ranked WordPress among the most dreaded technologies</a> that they would prefer not to use. This may be one reason why employers wouldn’t be looking to advertise positions on the site’s job board, which is the primary source of the data for this report.</p>
+ <p>Many IT career forecasts focus more generally on job descriptions and highest paying positions. Stack Overflow is somewhat unique in that it identifies trends in specific tech skills, pulling this data out of how employers are tagging their listings for positions. It presents demand in terms of number of skilled developers relative to available positions, a slightly more complicated approach than measuring demand based on advertised salary. However, Stack Overflow’s data presentation could use some refining. </p>
+ <p>One commenter, Bruce Van Horn, <a href="https://stackoverflow.blog/2017/03/09/developer-hiring-trends-2017/#comment-3194770754" target="_blank">noted</a> that jobs tagged as “Full Stack Developer” already assume many of the skills that are listed separately: </p>
+ <blockquote>
+ <p>I wonder how many of these skills are no longer listed because they are “table stakes”. You used to have to put CSS, jQuery, and JSON on the job description. I wouldn’t expect to have to put that on a Full Stack Developer description today – if you don’t know those then you aren’t a Full Stack Web Developer, and I’m more interested in whether you know the shiny things like React, Redux, and Angular2.</p>
+ </blockquote>
+ <p>It would be interesting to know what is meant by tagging “WordPress” as a skill – whether it is the general ability to work within the WordPress ecosystem of tools or if it refers to specific skills like PHP. Browsing a few jobs on Stack Overflow, <a href="http://stackoverflow.com/jobs?sort=i&amp;q=wordpress" target="_blank">WordPress positions</a> vary in the skills they require, such as React.js, Angular, PHP, HTML, CSS, and other technologies. This is a reflection of the diversity of technology that can be leveraged in creating WordPress-powered sites and applications, and several of these skills are listed independently of WordPress in the data. </p>
+ <p>Regardless of how much credibility you give Stack Overflow’s analysis of hiring trends, the report’s recommendation for those working in technologies oversaturated with developers is a good one: “Consider brushing up on some technologies that offer higher employer demand and less competition.” WordPress’ code base is currently <a href="https://www.openhub.net/p/wordpress/analyses/latest/languages_summary" target="_blank">59% PHP and 27% JavaScript</a>. The percentage of PHP has grown over time, but newer features and improvements to core are also being built in JavaScript. These are both highly portable skills that are in demand on the web.</p>
+
+
+
+
+ </div>
+
+
+
+
+
+
+ </article>
+
+
+
+
+
+
+
+
+
+
+
+
+ </main>
+
+
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html b/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html
new file mode 100644
index 0000000..f598450
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html
@@ -0,0 +1,2228 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%;" lang="en-US">
+
+<head>
+ <script type="text/javascript" async="" src="//s.swiftypecdn.com/cc.js"></script>
+ <script id="twitter-wjs" src="https://platform.twitter.com/widgets.js"></script>
+ <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
+ <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
+ <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
+ <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
+ <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png" />
+ <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png" />
+ <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png" />
+ <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png" />
+ <link rel="icon" type="image/png" href="/favicon-196x196.png" sizes="196x196" />
+ <link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160" />
+ <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
+ <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
+ <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
+ <meta name="msapplication-TileColor" content="#2d89ef" />
+ <meta name="msapplication-TileImage" content="/mstile-144x144.png" />
+ <meta charset="UTF-8" />
+ <title>Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers – WordPress Tavern</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="generator" content="Stargazer 3.0.0" />
+ <link rel="dns-prefetch" href="//s0.wp.com" />
+ <link rel="dns-prefetch" href="//secure.gravatar.com" />
+ <link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
+ <link rel="dns-prefetch" href="//fonts.googleapis.com" />
+ <link rel="dns-prefetch" href="//s.w.org" />
+ <link rel="alternate" type="application/rss+xml" title="WordPress Tavern » Feed" href="https://wptavern.com/feed" />
+ <link rel="alternate" type="application/rss+xml" title="WordPress Tavern » Comments Feed" href="https://wptavern.com/comments/feed" />
+ <link rel="alternate" type="application/rss+xml" title="WordPress Tavern » Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers Comments Feed" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers/feed" />
+ <script async="" src="https://www.google-analytics.com/analytics.js"></script>
+ <script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script>
+ <script type="text/javascript">
+ window._wpemojiSettings = {
+ "baseUrl": "https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/",
+ "ext": ".png",
+ "svgUrl": "https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/",
+ "svgExt": ".svg",
+ "source": {
+ "concatemoji": "https:\/\/wptavern.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.8-alpha-40290"
+ }
+ };
+ ! function(a, b, c) {
+ function d(a) {
+ var b, c, d, e, f = String.fromCharCode;
+ if (!k || !k.fillText) return !1;
+ switch (k.clearRect(0, 0, j.width, j.height), k.textBaseline = "top", k.font = "600 32px Arial", a) {
+ case "flag":
+ return k.fillText(f(55356, 56826, 55356, 56819), 0, 0), !(j.toDataURL().length & lt; 3e3) & amp; & amp;
+ (k.clearRect(0, 0, j.width, j.height), k.fillText(f(55356, 57331, 65039, 8205, 55356, 57096), 0, 0), b = j.toDataURL(), k.clearRect(0, 0, j.width, j.height), k.fillText(f(55356, 57331, 55356, 57096), 0, 0), c = j.toDataURL(), b !== c);
+ case "emoji4":
+ return k.fillText(f(55357, 56425, 55356, 57341, 8205, 55357, 56507), 0, 0), d = j.toDataURL(), k.clearRect(0, 0, j.width, j.height), k.fillText(f(55357, 56425, 55356, 57341, 55357, 56507), 0, 0), e = j.toDataURL(), d !== e
+ }
+ return !1
+ }
+
+ function e(a) {
+ var c = b.createElement("script");
+ c.src = a, c.defer = c.type = "text/javascript", b.getElementsByTagName("head")[0].appendChild(c)
+ }
+ var f, g, h, i, j = b.createElement("canvas"),
+ k = j.getContext & amp; & amp;
+ j.getContext("2d");
+ for (i = Array("flag", "emoji4"), c.supports = {
+ everything: !0,
+ everythingExceptFlag: !0
+ }, h = 0; h & lt; i.length; h++) c.supports[i[h]] = d(i[h]), c.supports.everything = c.supports.everything & amp; & amp;
+ c.supports[i[h]], "flag" !== i[h] & amp; & amp;
+ (c.supports.everythingExceptFlag = c.supports.everythingExceptFlag & amp; & amp; c.supports[i[h]]);
+ c.supports.everythingExceptFlag = c.supports.everythingExceptFlag & amp; & amp;
+ !c.supports.flag, c.DOMReady = !1, c.readyCallback = function() {
+ c.DOMReady = !0
+ }, c.supports.everything || (g = function() {
+ c.readyCallback()
+ }, b.addEventListener ? (b.addEventListener("DOMContentLoaded", g, !1), a.addEventListener("load", g, !1)) : (a.attachEvent("onload", g), b.attachEvent("onreadystatechange", function() {
+ "complete" === b.readyState & amp; & amp;
+ c.readyCallback()
+ })), f = c.source || {}, f.concatemoji ? e(f.concatemoji) : f.wpemoji & amp; & amp; f.twemoji & amp; & amp;
+ (e(f.twemoji), e(f.wpemoji)))
+ }(window, document, window._wpemojiSettings);
+ </script>
+ <script src="https://wptavern.com/wp-includes/js/wp-emoji-release.min.js?ver=4.8-alpha-40290" type="text/javascript" defer="defer"></script>
+ <link rel="stylesheet" id="sdpvs_css-css" href="https://wptavern.com/wp-content/plugins/post-volume-stats/sdpvs_css.css?ver=1.0.5" type="text/css" media="screen" />
+ <link rel="stylesheet" id="swiftype-css" href="https://wptavern.com/wp-content/plugins/swiftype-search/assets/autocomplete.css?ver=4.8-alpha-40290" type="text/css" media="all" />
+ <link rel="stylesheet" id="wp-polls-css" href="https://wptavern.com/wp-content/plugins/wp-polls/polls-css.css?ver=2.73.2" type="text/css" media="all" />
+ <style id="wp-polls-inline-css" type="text/css">
+ .wp-polls .pollbar {
+ margin: 1px;
+ font-size: 6px;
+ line-height: 8px;
+ height: 8px;
+ background: #43251A;
+ border: 1px solid #D0D0D0;
+ }
+ </style>
+ <link rel="stylesheet" id="elevated-comment-css" href="https://wptavern.com/wp-content/plugins/elevated-comments/assets/css/elevated-comment.css?ver=20160509" type="text/css" media="all" />
+ <link rel="stylesheet" id="stargazer-fonts-css" href="//fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700%2C400italic%2C700italic%7COpen+Sans%3A300%2C400%2C600%2C700&amp;ver=4.8-alpha-40290" type="text/css" media="all" />
+ <link rel="stylesheet" id="hybrid-one-five-css" href="https://wptavern.com/wp-content/themes/stargazer/library/css/one-five.min.css?ver=4.8-alpha-40290" type="text/css" media="all" />
+ <link rel="stylesheet" id="hybrid-gallery-css" href="https://wptavern.com/wp-content/themes/stargazer/library/css/gallery.min.css?ver=4.8-alpha-40290" type="text/css" media="all" />
+ <link rel="stylesheet" id="stargazer-mediaelement-css" href="https://wptavern.com/wp-content/themes/stargazer/css/mediaelement.min.css?ver=4.8-alpha-40290" type="text/css" media="all" />
+ <link rel="stylesheet" id="stargazer-media-css" href="https://wptavern.com/wp-content/themes/stargazer/css/media.min.css?ver=4.8-alpha-40290" type="text/css" media="all" />
+ <link rel="stylesheet" id="hybrid-parent-css" href="https://wptavern.com/wp-content/themes/stargazer/style.min.css?ver=4.8-alpha-40290" type="text/css" media="all" />
+ <link rel="stylesheet" id="hybrid-style-css" href="https://wptavern.com/wp-content/themes/stargazer-child-dev/style.css?ver=4.8-alpha-40290" type="text/css" media="all" />
+ <!-- Inline jetpack_facebook_likebox -->
+ <style id="jetpack_facebook_likebox-inline-css" type="text/css">
+ .widget_facebook_likebox {
+ overflow: hidden;
+ }
+ </style>
+ <link rel="stylesheet" id="author-avatars-widget-css" href="https://wptavern.com/wp-content/plugins/author-avatars/css/widget.css?ver=1.10" type="text/css" media="all" />
+ <link rel="stylesheet" id="epoch-light-css" href="https://wptavern.com/wp-content/plugins/epoch//assets/css/front/light.min.css?ver=1" type="text/css" media="all" />
+ <link rel="stylesheet" id="author-avatars-shortcode-css" href="https://wptavern.com/wp-content/plugins/author-avatars/css/shortcode.css?ver=1.10" type="text/css" media="all" />
+ <link rel="stylesheet" id="social-logos-css" href="https://wptavern.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css?ver=1" type="text/css" media="all" />
+ <link rel="stylesheet" id="jetpack_css-css" href="https://wptavern.com/wp-content/plugins/jetpack/css/jetpack.css?ver=4.7.1" type="text/css" media="all" />
+ <link rel="stylesheet" id="tw-recent-posts-widget-css" href="https://wptavern.com/wp-content/plugins/tw-recent-posts-widget/tw-recent-posts-widget.css?ver=1.0.5" type="text/css" media="screen" />
+ <link rel="stylesheet" id="basic-comment-quicktags-css" href="https://wptavern.com/wp-content/plugins/basic-comment-quicktags/quicktags.css?ver=4.8-alpha-40290" type="text/css" media="all" />
+ <script type="text/javascript" src="https://wptavern.com/wp-includes/js/jquery/jquery.js?ver=1.12.4"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var related_posts_js_options = {
+ "post_heading": "h4"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/modules/related-posts/related-posts.js?ver=20150408"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var swiftypeParams = {
+ "engineKey": "kqZWC4JruSj8r1P84v8k"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/swiftype-search/assets/install_swiftype.min.js?ver=4.8-alpha-40290"></script>
+ <link rel="https://api.w.org/" href="https://wptavern.com/wp-json/" />
+ <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wptavern.com/xmlrpc.php?rsd" />
+ <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://wptavern.com/wp-includes/wlwmanifest.xml" />
+ <link rel="prev" title="Google Launches Invisible reCAPTCHA" href="https://wptavern.com/google-launches-invisible-recaptcha" />
+ <link rel="next" title="WeFoster Launches Hosting Platform Catered to Online Communities" href="https://wptavern.com/wefoster-launches-hosting-platform-catered-to-online-communities" />
+ <meta name="generator" content="WordPress 4.8-alpha-40290" />
+ <link rel="canonical" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers" />
+ <link rel="shortlink" href="https://wp.me/pBMYe-htU" />
+ <link rel="alternate" type="application/json+oembed" href="https://wptavern.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwptavern.com%2Fstack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers" />
+ <link rel="alternate" type="text/xml+oembed" href="https://wptavern.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwptavern.com%2Fstack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers&amp;format=xml" />
+ <script type="text/javascript">
+ & lt;
+ !--
+ function powerpress_pinw(pinw_url) {
+ window.open(pinw_url, 'PowerPressPlayer', 'toolbar=0,status=0,resizable=1,width=460,height=320');
+ return false;
+ }
+ //--&gt;
+ </script>
+ <link rel="alternate" type="application/rss+xml" title="Default Podcast Feed" href="https://wptavern.com/feed/podcast" />
+
+ <!-- Simple Google Analytics Begin -->
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-7150849-1']);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script');
+ ga.type = 'text/javascript';
+ ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ <!-- Simple Google Analytics End -->
+ <script type="text/javascript">
+ var belaAjaxUrl = "/wp-admin/admin-ajax.php";
+ var belaAjaxAction = "bela_ajax";
+ </script>
+ <link rel="stylesheet" href="https://wptavern.com/wp-content/plugins/better-extended-live-archive/css/bela-k2.css?ver=20140509" type="text/css" medir="screen" />
+ <link rel="dns-prefetch" href="//i0.wp.com" />
+ <link rel="dns-prefetch" href="//i1.wp.com" />
+ <link rel="dns-prefetch" href="//i2.wp.com" />
+ <link rel="dns-prefetch" href="//widgets.wp.com" />
+ <link rel="dns-prefetch" href="//s0.wp.com" />
+ <link rel="dns-prefetch" href="//0.gravatar.com" />
+ <link rel="dns-prefetch" href="//1.gravatar.com" />
+ <link rel="dns-prefetch" href="//2.gravatar.com" />
+
+ <style type="text/css" id="custom-colors-css">
+ a,
+ .wp-playlist-light .wp-playlist-playing,
+ .wp-embed-comments a,
+ .wp-embed-share-dialog-open,
+ .wp-embed a {
+ color: rgba( 204, 51, 0, 0.75);
+ }
+
+ a:hover,
+ a:focus,
+ legend,
+ mark,
+ .comment-respond .required,
+ pre,
+ .form-allowed-tags code,
+ pre code,
+ .wp-playlist-light .wp-playlist-item:hover,
+ .wp-playlist-light .wp-playlist-item:focus,
+ .mejs-button button:hover::after,
+ .mejs-button button:focus::after,
+ .mejs-overlay-button:hover::after,
+ .mejs-overlay-button:focus::after,
+ .wp-embed-comments a:hover,
+ .wp-embed-comments a:focus,
+ .wp-embed-share-dialog-open:hover,
+ .wp-embed-share-dialog-open:focus,
+ .wp-embed a:hover,
+ .wp-embed a:focus {
+ color: #CC3300;
+ }
+
+ input[type='submit'],
+ input[type='reset'],
+ input[type='button'],
+ button,
+ .page-links a,
+ .comment-reply-link,
+ .comment-reply-login,
+ .wp-calendar td.has-posts a,
+ #menu-sub-terms li a {
+ background-color: rgba( 204, 51, 0, 0.8);
+ }
+
+ legend,
+ mark,
+ pre,
+ .form-allowed-tags code {
+ background-color: rgba( 204, 51, 0, 0.1);
+ }
+
+ input[type='submit']:hover,
+ input[type='submit']:focus,
+ input[type='reset']:hover,
+ input[type='reset']:focus,
+ input[type='button']:hover,
+ input[type='button']:focus,
+ button:hover,
+ button:focus,
+ .page-links a:hover,
+ .page-links a:focus,
+ .wp-calendar td.has-posts a:hover,
+ .wp-calendar td.has-posts a:focus,
+ .widget-title &gt;
+ .wrap,
+ #comments-number &gt;
+ .wrap,
+ #reply-title &gt;
+ .wrap,
+ .attachment-meta-title &gt;
+ .wrap,
+ .widget_search &gt;
+ .search-form,
+ #menu-sub-terms li a:hover,
+ #menu-sub-terms li a:focus,
+ .comment-reply-link:hover,
+ .comment-reply-link:focus,
+ .comment-reply-login:hover,
+ .comment-reply-login:focus,
+ .mejs-time-rail .mejs-time-loaded,
+ .skip-link .screen-reader-text {
+ background-color: #CC3300;
+ }
+
+ ::selection {
+ background-color: #CC3300;
+ }
+
+ legend {
+ border-color: rgba( 204, 51, 0, 0.15);
+ }
+
+ body {
+ border-top-color: #CC3300;
+ }
+
+ .entry-content a,
+ .entry-summary a,
+ .comment-content a {
+ border-bottom-color: rgba( 204, 51, 0, 0.15);
+ }
+
+ .entry-content a:hover,
+ .entry-content a:focus,
+ .entry-summary a:hover,
+ .entry-summary a:focus,
+ .comment-content a:hover,
+ .comment-content a:focus {
+ border-bottom-color: rgba( 204, 51, 0, 0.75);
+ }
+
+ body,
+ .widget-title,
+ #comments-number,
+ #reply-title,
+ .attachment-meta-title {
+ border-bottom-color: #CC3300;
+ }
+
+ blockquote {
+ background-color: rgba( 204, 51, 0, 0.85);
+ }
+
+ blockquote blockquote {
+ background-color: rgba( 204, 51, 0, 0.9);
+ }
+
+ blockquote {
+ outline-color: rgba( 204, 51, 0, 0.85);
+ }
+ </style>
+ <style type="text/css">
+ .recentcomments a {
+ display: inline !important;
+ padding: 0 !important;
+ margin: 0 !important;
+ }
+ </style>
+ <style type="text/css">
+ ul#recentcomments {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ }
+
+ ul#recentcomments li.recentcomments {
+ border-bottom: 1px solid #C6C6C6;
+ margin: 0 0 8px;
+ padding: 0 0 9px;
+ min-height: 40px;
+ background-image: none;
+ list-style: none;
+ }
+
+ ul#recentcomments .alignleft {
+ margin: 0 8px 0 0;
+ padding: 0;
+ }
+
+ ul#recentcomments img.avatar {
+ background-color: #FFFFFF;
+ border: 1px solid #C6C6C6;
+ box-shadow: none;
+ padding: 4px;
+ margin: 0;
+ }
+ </style>
+ <style type="text/css">
+ .pmcc-comments-report-link {
+ font: 10px sans-serif;
+ display: block;
+ float: right;
+ clear: left;
+ margin-top: 10px;
+ }
+
+ .pmcc-comments-report-link a {
+ color: #9C3E3E;
+ padding: 2px 5px;
+ margin: 2px 0 0 5px;
+ border: 1px solid #ddd;
+ }
+
+ .pmcc-comments-report-link strong {
+ color: white;
+ background: #c0392b;
+ padding-top: 2px;
+ border-radius: 7px;
+ display: block;
+ width: 15px;
+ height: 15px;
+ text-align: center;
+ margin-right: 10px;
+ }
+ </style>
+
+ <style type="text/css" id="custom-header-css">
+ body.custom-header #site-title a {
+ color: #252525;
+ }
+ </style>
+ <style type="text/css" id="custom-background-css">
+ body.custom-background {
+ background-image: url("https://wptavern.com/wp-content/uploads/2013/12/wood13.jpg");
+ background-position: left top;
+ background-size: auto;
+ background-repeat: repeat;
+ background-attachment: fixed;
+ }
+ </style>
+ <link rel="amphtml" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers/amp" />
+ <!-- Jetpack Open Graph Tags -->
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers" />
+ <meta property="og:url" content="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers" />
+ <meta property="og:description" content="Stack Overflow published its analysis of 2017 hiring trends based on the targeting options employers selected when posting to Stack Overflow Jobs. The report, which compares data from 200 companies…" />
+ <meta property="article:published_time" content="2017-03-09T23:16:02+00:00" />
+ <meta property="article:modified_time" content="2017-03-09T23:16:02+00:00" />
+ <meta property="og:site_name" content="WordPress Tavern" />
+ <meta property="og:image" content="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=1200%2C470&amp;ssl=1" />
+ <meta property="og:image:width" content="1200" />
+ <meta property="og:image:height" content="470" />
+ <meta property="og:locale" content="en_US" />
+ <meta name="twitter:site" content="@wptavern" />
+ <meta name="twitter:image" content="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=1200%2C470&amp;ssl=1&amp;w=640" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:creator" content="@wptavern" />
+ <style type="text/css" id="syntaxhighlighteranchor"></style>
+
+ <!-- BEGIN GADWP v4.9.6.2 Universal Tracking - https://deconf.com/google-analytics-dashboard-wordpress/ -->
+ <script>
+ (function(i, s, o, g, r, a, m) {
+ i['GoogleAnalyticsObject'] = r;
+ i[r] = i[r] || function() {
+ (i[r].q = i[r].q || []).push(arguments)
+ }, i[r].l = 1 * new Date();
+ a = s.createElement(o),
+ m = s.getElementsByTagName(o)[0];
+ a.async = 1;
+ a.src = g;
+ m.parentNode.insertBefore(a, m)
+ })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
+ ga('create', 'UA-7150849-1', 'auto');
+ ga('set', 'dimension1', 'Sarah Gooding');
+ ga('send', 'pageview');
+ </script>
+
+ <!-- END GADWP Universal Tracking -->
+
+ <link rel="stylesheet" type="text/css" id="wp-custom-css" href="https://wptavern.com/?custom-css=2d4ff81801" />
+ <style type="text/css"></style>
+ <link type="text/css" rel="stylesheet" charset="UTF-8" href="https://translate.googleapis.com/translate_static/css/translateelement.css" />
+ <script type="text/javascript" charset="UTF-8" src="https://translate.googleapis.com/translate_static/js/element/main.js"></script>
+ <link rel="stylesheet" type="text/css" id="gravatar-card-css" href="https://secure.gravatar.com/css/hovercard.css?ver=2017Maraa" />
+ <link rel="stylesheet" type="text/css" id="gravatar-card-services-css" href="https://secure.gravatar.com/css/services.css?ver=2017Maraa" />
+ <script type="text/javascript" charset="UTF-8" src="https://translate.googleapis.com/element/TE_20170306_00/e/js/element/element_main.js"></script>
+ <style type="text/css">
+ .fb_hidden {
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reposition {
+ overflow: hidden;
+ position: relative
+ }
+
+ .fb_invisible {
+ display: none
+ }
+
+ .fb_reset {
+ background: none;
+ border: 0;
+ border-spacing: 0;
+ color: #000;
+ cursor: auto;
+ direction: ltr;
+ font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
+ font-size: 11px;
+ font-style: normal;
+ font-variant: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-height: 1;
+ margin: 0;
+ overflow: visible;
+ padding: 0;
+ text-align: left;
+ text-decoration: none;
+ text-indent: 0;
+ text-shadow: none;
+ text-transform: none;
+ visibility: visible;
+ white-space: normal;
+ word-spacing: normal
+ }
+
+ .fb_reset&gt;
+ div {
+ overflow: hidden
+ }
+
+ .fb_link img {
+ border: none
+ }
+
+ @keyframes fb_transform {
+ from {
+ opacity: 0;
+ transform: scale(.95)
+ }
+ to {
+ opacity: 1;
+ transform: scale(1)
+ }
+ }
+
+ .fb_animate {
+ animation: fb_transform .3s forwards
+ }
+
+ .fb_dialog {
+ background: rgba(82, 82, 82, .7);
+ position: absolute;
+ top: -10000px;
+ z-index: 10001
+ }
+
+ .fb_reset .fb_dialog_legacy {
+ overflow: visible
+ }
+
+ .fb_dialog_advanced {
+ padding: 10px;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+ border-radius: 8px
+ }
+
+ .fb_dialog_content {
+ background: #fff;
+ color: #333
+ }
+
+ .fb_dialog_close_icon {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif);
+ cursor: pointer;
+ display: block;
+ height: 15px;
+ position: absolute;
+ right: 18px;
+ top: 17px;
+ width: 15px
+ }
+
+ .fb_dialog_mobile .fb_dialog_close_icon {
+ top: 5px;
+ left: 5px;
+ right: auto
+ }
+
+ .fb_dialog_padding {
+ background-color: transparent;
+ position: absolute;
+ width: 1px;
+ z-index: -1
+ }
+
+ .fb_dialog_close_icon:hover {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_close_icon:active {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;
+ _background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yL/r/s816eWC-2sl.gif)
+ }
+
+ .fb_dialog_loader {
+ background-color: #f6f7f9;
+ border: 1px solid #606060;
+ font-size: 24px;
+ padding: 20px
+ }
+
+ .fb_dialog_top_left,
+ .fb_dialog_top_right,
+ .fb_dialog_bottom_left,
+ .fb_dialog_bottom_right {
+ height: 10px;
+ width: 10px;
+ overflow: hidden;
+ position: absolute
+ }
+
+ .fb_dialog_top_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;
+ left: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_top_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;
+ right: -10px;
+ top: -10px
+ }
+
+ .fb_dialog_bottom_left {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;
+ bottom: -10px;
+ left: -10px
+ }
+
+ .fb_dialog_bottom_right {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;
+ right: -10px;
+ bottom: -10px
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right,
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ position: absolute;
+ background: #525252;
+ filter: alpha(opacity=70);
+ opacity: .7
+ }
+
+ .fb_dialog_vert_left,
+ .fb_dialog_vert_right {
+ width: 10px;
+ height: 100%
+ }
+
+ .fb_dialog_vert_left {
+ margin-left: -10px
+ }
+
+ .fb_dialog_vert_right {
+ right: 0;
+ margin-right: -10px
+ }
+
+ .fb_dialog_horiz_top,
+ .fb_dialog_horiz_bottom {
+ width: 100%;
+ height: 10px
+ }
+
+ .fb_dialog_horiz_top {
+ margin-top: -10px
+ }
+
+ .fb_dialog_horiz_bottom {
+ bottom: 0;
+ margin-bottom: -10px
+ }
+
+ .fb_dialog_iframe {
+ line-height: 0
+ }
+
+ .fb_dialog_content .dialog_title {
+ background: #6d84b4;
+ border: 1px solid #365899;
+ color: #fff;
+ font-size: 14px;
+ font-weight: bold;
+ margin: 0
+ }
+
+ .fb_dialog_content .dialog_title&gt;
+ span {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
+ float: left;
+ padding: 5px 0 7px 26px
+ }
+
+ body.fb_hidden {
+ -webkit-transform: none;
+ height: 100%;
+ margin: 0;
+ overflow: visible;
+ position: absolute;
+ top: -10000px;
+ left: 0;
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
+ min-height: 100%;
+ min-width: 100%;
+ overflow: hidden;
+ position: absolute;
+ top: 0;
+ z-index: 10001
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered {
+ width: auto;
+ height: auto;
+ min-height: initial;
+ min-width: initial;
+ background: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
+ width: 100%
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
+ background: none
+ }
+
+ .loading.centered #fb_dialog_loader_close {
+ color: #fff;
+ display: block;
+ padding-top: 20px;
+ clear: both;
+ font-size: 18px
+ }
+
+ #fb-root #fb_dialog_ipad_overlay {
+ background: rgba(0, 0, 0, .45);
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ top: 0;
+ width: 100%;
+ min-height: 100%;
+ z-index: 10000
+ }
+
+ #fb-root #fb_dialog_ipad_overlay.hidden {
+ display: none
+ }
+
+ .fb_dialog.fb_dialog_mobile.loading iframe {
+ visibility: hidden
+ }
+
+ .fb_dialog_content .dialog_header {
+ -webkit-box-shadow: white 0 1px 1px -1px inset;
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));
+ border-bottom: 1px solid;
+ border-color: #1d4088;
+ color: #fff;
+ font: 14px Helvetica, sans-serif;
+ font-weight: bold;
+ text-overflow: ellipsis;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
+ vertical-align: middle;
+ white-space: nowrap
+ }
+
+ .fb_dialog_content .dialog_header table {
+ -webkit-font-smoothing: subpixel-antialiased;
+ height: 43px;
+ width: 100%
+ }
+
+ .fb_dialog_content .dialog_header td.header_left {
+ font-size: 12px;
+ padding-left: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .dialog_header td.header_right {
+ font-size: 12px;
+ padding-right: 5px;
+ vertical-align: middle;
+ width: 60px
+ }
+
+ .fb_dialog_content .touchable_button {
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));
+ border: 1px solid #29487d;
+ -webkit-background-clip: padding-box;
+ -webkit-border-radius: 3px;
+ -webkit-box-shadow: rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;
+ display: inline-block;
+ margin-top: 3px;
+ max-width: 85px;
+ line-height: 18px;
+ padding: 4px 12px;
+ position: relative
+ }
+
+ .fb_dialog_content .dialog_header .touchable_button input {
+ border: none;
+ background: none;
+ color: #fff;
+ font: 12px Helvetica, sans-serif;
+ font-weight: bold;
+ margin: 2px -12px;
+ padding: 2px 6px 3px 6px;
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog_content .dialog_header .header_center {
+ color: #fff;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 18px;
+ text-align: center;
+ vertical-align: middle
+ }
+
+ .fb_dialog_content .dialog_content {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
+ border: 1px solid #555;
+ border-bottom: 0;
+ border-top: 0;
+ height: 150px
+ }
+
+ .fb_dialog_content .dialog_footer {
+ background: #f6f7f9;
+ border: 1px solid #555;
+ border-top-color: #ccc;
+ height: 40px
+ }
+
+ #fb_dialog_loader_close {
+ float: left
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_button {
+ text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
+ }
+
+ .fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
+ visibility: hidden
+ }
+
+ #fb_dialog_loader_spinner {
+ animation: rotateSpinner 1.2s linear infinite;
+ background-color: transparent;
+ background-image: url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ height: 24px;
+ width: 24px
+ }
+
+ @keyframes rotateSpinner {
+ 0% {
+ transform: rotate(0deg)
+ }
+ 100% {
+ transform: rotate(360deg)
+ }
+ }
+
+ .fb_iframe_widget {
+ display: inline-block;
+ position: relative
+ }
+
+ .fb_iframe_widget span {
+ display: inline-block;
+ position: relative;
+ text-align: justify
+ }
+
+ .fb_iframe_widget iframe {
+ position: absolute
+ }
+
+ .fb_iframe_widget_fluid_desktop,
+ .fb_iframe_widget_fluid_desktop span,
+ .fb_iframe_widget_fluid_desktop iframe {
+ max-width: 100%
+ }
+
+ .fb_iframe_widget_fluid_desktop iframe {
+ min-width: 220px;
+ position: relative
+ }
+
+ .fb_iframe_widget_lift {
+ z-index: 1
+ }
+
+ .fb_hide_iframes iframe {
+ position: relative;
+ left: -10000px
+ }
+
+ .fb_iframe_widget_loader {
+ position: relative;
+ display: inline-block
+ }
+
+ .fb_iframe_widget_fluid {
+ display: inline
+ }
+
+ .fb_iframe_widget_fluid span {
+ width: 100%
+ }
+
+ .fb_iframe_widget_loader iframe {
+ min-height: 32px;
+ z-index: 2;
+ zoom: 1
+ }
+
+ .fb_iframe_widget_loader .FB_Loader {
+ background: url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat;
+ height: 32px;
+ width: 32px;
+ margin-left: -16px;
+ position: absolute;
+ left: 50%;
+ z-index: 4
+ }
+ </style>
+</head>
+
+<body class="wordpress ltr en en-us child-theme y2017 m03 d15 h05 wednesday logged-out custom-background custom-header display-header-text singular singular-post singular-post-67202 post-format-standard layout-2c-l custom-colors font-primary" dir="ltr" itemscope="itemscope" itemtype="http://schema.org/Blog" style="position: relative; min-height: 100%; top: 0px;">
+
+ <div id="container">
+
+
+ <nav class="menu menu-primary font-secondary" role="navigation" id="menu-primary" aria-label="Primary Menu" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
+
+ <h3 id="menu-primary-title" class="menu-toggle font-headlines">
+ <button class="screen-reader-text font-secondary">Secondary Menu</button>
+ </h3>
+ <!-- .menu-toggle -->
+
+ <div class="wrap">
+ <ul id="menu-primary-items" class="menu-items">
+ <li id="menu-item-4157" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4157"><a href="http://www.wptavern.com">Home</a></li>
+ <li id="menu-item-8881" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8881"><a href="https://wptavern.com/about">About</a></li>
+ <li id="menu-item-15916" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-15916"><a>Categories</a>
+ <ul class="sub-menu">
+ <li id="menu-item-15927" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15927"><a href="https://wptavern.com/category/bbpress">bbPress</a></li>
+ <li id="menu-item-15926" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15926"><a href="https://wptavern.com/category/blogging">Blogging</a></li>
+ <li id="menu-item-15923" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15923"><a href="https://wptavern.com/category/buddypress">BuddyPress</a></li>
+ <li id="menu-item-15922" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15922"><a href="https://wptavern.com/category/wordcamps-meetups">Events</a></li>
+ <li id="menu-item-61908" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-61908"><a href="https://wptavern.com/category/icymi">ICYMI</a></li>
+ <li id="menu-item-15918" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-15918"><a href="https://wptavern.com/category/news">News</a></li>
+ <li id="menu-item-15919" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15919"><a href="https://wptavern.com/category/plugins">Plugins</a></li>
+ <li id="menu-item-15925" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15925"><a href="https://wptavern.com/category/polls">Polls</a></li>
+ <li id="menu-item-15921" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15921"><a href="https://wptavern.com/category/themes">Themes</a></li>
+ <li id="menu-item-15920" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15920"><a href="https://wptavern.com/category/wordpress-weekly">WordPress Weekly</a></li>
+ <li id="menu-item-15917" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-15917"><a href="https://wptavern.com/category/wordpressorg">WordPress</a></li>
+ </ul>
+ </li>
+ <li id="menu-item-8877" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8877"><a href="https://wptavern.com/contributors">Contributors</a></li>
+ <li id="menu-item-13603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13603"><a title="WordPress Weekly Podcast" href="https://wptavern.com/wordpress-weekly">Podcast</a></li>
+ <li id="menu-item-48015" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-48015"><a href="https://wptavern.com/comment-policy">Comment Policy</a></li>
+ <li id="menu-item-4161" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4161"><a href="https://wptavern.com/contact-me">Contact Us</a></li>
+ </ul>
+ <form role="search" method="get" class="search-form" action="https://wptavern.com/"><button class="search-toggle" type="button"><span class="screen-reader-text">Expand Search Form</span></button>
+ <label class="font-secondary label-search" style="display: none;">
+ <span class="screen-reader-text">Search for:</span>
+ <input class="search-field font-primary" placeholder="Search …" value="" name="s" autocomplete="off" type="search" />
+ </label>
+ <input class="search-submit font-primary font-secondary" value="Search" type="submit" />
+ </form>
+ </div>
+ </nav>
+ <!-- #menu-primary -->
+
+
+ <div class="wrap">
+
+ <header id="header" class="site-header" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
+
+
+ <hgroup id="branding">
+ <a href="https://wptavern.com" title="WordPress Tavern" rel="home" class="img-hyperlink"><img src="https://wptavern.com/wp-content/themes/stargazer-child-dev/images/[email protected]" alt="WordPress Tavern Logo" scale="2" width="380" height="96" /></a>
+ </hgroup>
+ <!-- #branding -->
+
+
+
+ </header>
+ <!-- #header -->
+
+
+ <div id="main" class="main">
+
+
+ <nav role="navigation" aria-label="Breadcrumbs" class="breadcrumb-trail breadcrumbs font-secondary" itemprop="breadcrumb">
+ <ul class="trail-items" itemscope="" itemtype="http://schema.org/BreadcrumbList">
+ <meta name="numberOfItems" content="3" />
+ <meta name="itemListOrder" content="Ascending" />
+ <li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem" class="trail-item trail-begin"><a href="https://wptavern.com" rel="home"><span class="screen-reader-text"><span itemprop="name">Home</span></span></a>
+ <meta itemprop="position" content="1" />
+ </li>
+ <li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem" class="trail-item"><a href="https://wptavern.com/category/news"><span itemprop="name">News</span></a>
+ <meta itemprop="position" content="2" />
+ </li>
+ <li itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem" class="trail-item trail-end"><span itemprop="name">Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers</span>
+ <meta itemprop="position" content="3" />
+ </li>
+ </ul>
+ </nav>
+
+ <main id="content" class="content" role="main" tabindex="-1">
+
+
+
+
+
+ <article id="post-67202" class="entry author-sarah post-67202 post type-post status-publish format-standard has-post-thumbnail category-news tag-jobs tag-stack-overflow" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
+
+
+ <header class="entry-header">
+
+ <h1 class="entry-title font-headlines" itemprop="headline">Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers</h1>
+
+ <div class="entry-byline font-secondary">
+ <span class="entry-author" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person"><a href="https://wptavern.com/author/sarah" title="Posts by Sarah Gooding" rel="author" class="url fn n" itemprop="url"><span itemprop="name">Sarah Gooding</span></a>
+ </span>
+ <time class="entry-published updated" datetime="2017-03-09T18:16:02-04:00" itemprop="datePublished" title="Thursday, March 9, 2017, 6:16 pm">March 9, 2017</time>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comments" class="comments-link" itemprop="discussionURL">13</a> </div>
+ <!-- .entry-byline -->
+
+ </header>
+ <!-- .entry-header -->
+
+ <div class="entry-content" itemprop="articleBody">
+ <p>
+ <a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?ssl=1" class="img-hyperlink"><img data-attachment-id="57913" data-permalink="https://wptavern.com/stack-overflow-documentation-is-now-in-beta/stack-overflow" data-orig-file="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=1650%2C646&amp;ssl=1" data-orig-size="1650,646" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="stack-overflow" data-image-description="" data-medium-file="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=300%2C117&amp;ssl=1" data-large-file="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=500%2C196&amp;ssl=1" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=1025%2C401&amp;ssl=1" alt="" class="aligncenter size-full wp-image-57913" srcset="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?w=1650&amp;ssl=1 1650w, https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=300%2C117&amp;ssl=1 300w, https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=768%2C301&amp;ssl=1 768w, https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=500%2C196&amp;ssl=1 500w, https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?resize=1025%2C401&amp;ssl=1 1025w" sizes="(max-width: 1025px) 100vw, 1025px" width="644" height="252" /></a>
+ </p>
+ <p>Stack Overflow published its analysis of <a href="https://stackoverflow.blog/2017/03/09/developer-hiring-trends-2017/" target="_blank">2017 hiring trends</a> based on the targeting options employers selected when posting to <a href="http://stackoverflow.com/jobs" target="_blank">Stack Overflow Jobs</a>. The report, which compares data from 200 companies since 2015, ranks ReactJS, Docker, and Ansible at the top of the fastest growing skills in demand. When comparing the percentage change from 2015 to 2016, technologies like AJAX, Backbone.js, jQuery, and WordPress are less in demand.</p>
+ <p>
+ <a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?ssl=1" class="img-hyperlink"><img data-attachment-id="67214" data-permalink="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers/changesindemand" data-orig-file="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?fit=975%2C1115&amp;ssl=1" data-orig-size="975,1115" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="ChangesinDemand" data-image-description="" data-medium-file="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?fit=262%2C300&amp;ssl=1" data-large-file="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?fit=437%2C500&amp;ssl=1" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?resize=975%2C1115&amp;ssl=1" alt="" class="aligncenter size-full wp-image-67214" srcset="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?w=975&amp;ssl=1 975w, https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?resize=262%2C300&amp;ssl=1 262w, https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?resize=768%2C878&amp;ssl=1 768w, https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/ChangesinDemand.png?resize=437%2C500&amp;ssl=1 437w" sizes="(max-width: 975px) 100vw, 975px" width="644" height="736" /></a>
+ </p>
+ <p>Stack Overflow also measured the demand relative to the available developers in different tech skills. The demand for backend, mobile, and database engineers is higher than the number of qualified candidates available. WordPress is last among the oversaturated fields with a surplus of developers relative to available positions.</p>
+ <p>
+ <a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?ssl=1" class="img-hyperlink"><img data-attachment-id="67216" data-permalink="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers/highdemand" data-orig-file="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?fit=975%2C854&amp;ssl=1" data-orig-size="975,854" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="HighDemand" data-image-description="" data-medium-file="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?fit=300%2C263&amp;ssl=1" data-large-file="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?fit=500%2C438&amp;ssl=1" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=975%2C854&amp;ssl=1" alt="" class="aligncenter size-full wp-image-67216" srcset="https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?w=975&amp;ssl=1 975w, https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=300%2C263&amp;ssl=1 300w, https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=768%2C673&amp;ssl=1 768w, https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=500%2C438&amp;ssl=1 500w, https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/HighDemand.png?resize=571%2C500&amp;ssl=1 571w" sizes="(max-width: 975px) 100vw, 975px" width="644" height="564" /></a>
+ </p>
+ <p>In looking at these results, it’s important to consider the inherent biases within the Stack Overflow ecosystem. In 2016, the site surveyed more than 56,000 developers but noted that the survey was “biased against devs who don’t speak English.” The average age of respondents was 29.6 years old and 92.8% of them were male. </p>
+ <p>For two years running, Stack Overflow survey respondents have <a href="https://wptavern.com/stack-overflow-survey-results-show-wordpress-is-trending-up-despite-being-ranked-among-most-dreaded-technologies" target="_blank">ranked WordPress among the most dreaded technologies</a> that they would prefer not to use. This may be one reason why employers wouldn’t be looking to advertise positions on the site’s job board, which is the primary source of the data for this report.</p>
+ <p>Many IT career forecasts focus more generally on job descriptions and highest paying positions. Stack Overflow is somewhat unique in that it identifies trends in specific tech skills, pulling this data out of how employers are tagging their listings for positions. It presents demand in terms of number of skilled developers relative to available positions, a slightly more complicated approach than measuring demand based on advertised salary. However, Stack Overflow’s data presentation could use some refining. </p>
+ <p>One commenter, Bruce Van Horn, <a href="https://stackoverflow.blog/2017/03/09/developer-hiring-trends-2017/#comment-3194770754" target="_blank">noted</a> that jobs tagged as “Full Stack Developer” already assume many of the skills that are listed separately: </p>
+ <blockquote>
+ <p>I wonder how many of these skills are no longer listed because they are “table stakes”. You used to have to put CSS, jQuery, and JSON on the job description. I wouldn’t expect to have to put that on a Full Stack Developer description today – if you don’t know those then you aren’t a Full Stack Web Developer, and I’m more interested in whether you know the shiny things like React, Redux, and Angular2.</p>
+ </blockquote>
+ <p>It would be interesting to know what is meant by tagging “WordPress” as a skill – whether it is the general ability to work within the WordPress ecosystem of tools or if it refers to specific skills like PHP. Browsing a few jobs on Stack Overflow, <a href="http://stackoverflow.com/jobs?sort=i&amp;q=wordpress" target="_blank">WordPress positions</a> vary in the skills they require, such as React.js, Angular, PHP, HTML, CSS, and other technologies. This is a reflection of the diversity of technology that can be leveraged in creating WordPress-powered sites and applications, and several of these skills are listed independently of WordPress in the data. </p>
+ <p>Regardless of how much credibility you give Stack Overflow’s analysis of hiring trends, the report’s recommendation for those working in technologies oversaturated with developers is a good one: “Consider brushing up on some technologies that offer higher employer demand and less competition.” WordPress’ code base is currently <a href="https://www.openhub.net/p/wordpress/analyses/latest/languages_summary" target="_blank">59% PHP and 27% JavaScript</a>. The percentage of PHP has grown over time, but newer features and improvements to core are also being built in JavaScript. These are both highly portable skills that are in demand on the web.</p>
+ <div class="sharedaddy sd-sharing-enabled">
+ <div class="robots-nocontent sd-block sd-social sd-social-icon sd-sharing">
+ <h3 class="sd-title font-headlines">Share this:</h3>
+ <div class="sd-content">
+ <ul>
+ <li class="share-email share-service-visible"><a rel="nofollow" data-shared="" class="share-email sd-button share-icon no-text" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?share=email&amp;nb=1" target="_blank" title="Click to email this to a friend"><span></span><span class="sharing-screen-reader-text">Click to email this to a friend (Opens in new window)</span></a></li>
+ <li class="share-facebook"><a rel="nofollow" data-shared="sharing-facebook-67202" class="share-facebook sd-button share-icon no-text" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?share=facebook&amp;nb=1" target="_blank" title="Click to share on Facebook"><span><span class="share-count">61</span></span><span class="sharing-screen-reader-text">Click to share on Facebook (Opens in new window)<span class="share-count">61</span></span></a></li>
+ <li class="share-twitter"><a rel="nofollow" data-shared="sharing-twitter-67202" class="share-twitter sd-button share-icon no-text" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?share=twitter&amp;nb=1" target="_blank" title="Click to share on Twitter"><span></span><span class="sharing-screen-reader-text">Click to share on Twitter (Opens in new window)</span></a></li>
+ <li class="share-telegram"><a rel="nofollow" data-shared="" class="share-telegram sd-button share-icon no-text" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?share=telegram&amp;nb=1" target="_blank" title="Click to share on Telegram"><span></span><span class="sharing-screen-reader-text">Click to share on Telegram (Opens in new window)</span></a></li>
+ <li class="share-jetpack-whatsapp"><a rel="nofollow" data-shared="" class="share-jetpack-whatsapp sd-button share-icon no-text" href="whatsapp://send?text=Stack%20Overflow%20Jobs%20Data%20Shows%20ReactJS%20Skills%20in%20High%20Demand%2C%20WordPress%20Market%20Oversaturated%20with%20Developers%20https%3A%2F%2Fwptavern.com%2Fstack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers" target="_blank" title="Click to share on WhatsApp"><span></span><span class="sharing-screen-reader-text">Click to share on WhatsApp (Opens in new window)</span></a></li>
+ <li class="share-google-plus-1"><a rel="nofollow" data-shared="sharing-google-67202" class="share-google-plus-1 sd-button share-icon no-text" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?share=google-plus-1&amp;nb=1" target="_blank" title="Click to share on Google+"><span></span><span class="sharing-screen-reader-text">Click to share on Google+ (Opens in new window)</span></a></li>
+ <li class="share-pocket"><a rel="nofollow" data-shared="" class="share-pocket sd-button share-icon no-text" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?share=pocket&amp;nb=1" target="_blank" title="Click to share on Pocket"><span></span><span class="sharing-screen-reader-text">Click to share on Pocket (Opens in new window)</span></a></li>
+ <li class="share-reddit"><a rel="nofollow" data-shared="" class="share-reddit sd-button share-icon no-text" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?share=reddit&amp;nb=1" target="_blank" title="Click to share on Reddit"><span></span><span class="sharing-screen-reader-text">Click to share on Reddit (Opens in new window)</span></a></li>
+ <li class="share-end"></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-loaded" id="like-post-wrapper-9006382-67202-58c90c896e67b" data-src="//widgets.wp.com/likes/#blog_id=9006382&amp;post_id=67202&amp;origin=wptavern.com&amp;obj_id=9006382-67202-58c90c896e67b" data-name="like-post-frame-9006382-67202-58c90c896e67b">
+ <h3 class="sd-title font-headlines">Like this:</h3>
+ <div class="likes-widget-placeholder post-likes-widget-placeholder" style="height: 55px; display: none;"><span class="button"><span>Like</span></span> <span class="loading">Loading...</span></div><iframe class="post-likes-widget jetpack-likes-widget" name="like-post-frame-9006382-67202-58c90c896e67b" src="//widgets.wp.com/likes/#blog_id=9006382&amp;post_id=67202&amp;origin=wptavern.com&amp;obj_id=9006382-67202-58c90c896e67b" width="100%" height="55px" frameborder="0"></iframe><span class="sd-text-color"></span>
+ <a class="sd-link-color"></a>
+ </div>
+ <div id="jp-relatedposts" class="jp-relatedposts" style="display: block;">
+ <h3 class="jp-relatedposts-headline font-headlines"><em>Related</em></h3>
+ <div class="jp-relatedposts-items jp-relatedposts-items-visual jp-relatedposts-grid ">
+ <div class="jp-relatedposts-post jp-relatedposts-post0 jp-relatedposts-post-thumbs" data-post-id="52540" data-post-format="false">
+ <a class="jp-relatedposts-post-a" href="https://wptavern.com/stack-overflow-survey-results-show-wordpress-is-trending-up-despite-being-ranked-among-most-dreaded-technologies" title="Stack Overflow Survey Results Show WordPress is Trending Up, Despite Being Ranked Among Most Dreaded Technologies
+
+Stack Overflow published the results of its 2016 Developer Survey, summarizing responses from 56,033 developers in 173 countries. The 45-question survey collected answers from more than twice as many developers as the previous year. The results were published along with a disclaimer recognizing that the survey is &quot;biased against devs…" rel="nofollow" data-origin="67202" data-position="0"><img class="jp-relatedposts-post-img" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/03/stack-overflow-developer-survey-2016.png?fit=1200%2C541&amp;ssl=1&amp;resize=350%2C200" alt="Stack Overflow Survey Results Show WordPress is Trending Up, Despite Being Ranked Among Most Dreaded Technologies" scale="0" width="350" /></a>
+ <h4 class="jp-relatedposts-post-title"><a class="jp-relatedposts-post-a" href="https://wptavern.com/stack-overflow-survey-results-show-wordpress-is-trending-up-despite-being-ranked-among-most-dreaded-technologies" title="Stack Overflow Survey Results Show WordPress is Trending Up, Despite Being Ranked Among Most Dreaded Technologies
+
+Stack Overflow published the results of its 2016 Developer Survey, summarizing responses from 56,033 developers in 173 countries. The 45-question survey collected answers from more than twice as many developers as the previous year. The results were published along with a disclaimer recognizing that the survey is &quot;biased against devs…" rel="nofollow" data-origin="67202" data-position="0">Stack Overflow Survey Results Show WordPress is Trending Up, Despite Being Ranked Among Most Dreaded Technologies</a></h4>
+ <p class="jp-relatedposts-post-excerpt">Stack Overflow published the results of its 2016 Developer Survey, summarizing responses from 56,033 developers in 173 countries. The 45-question survey collected answers from more than twice as many developers as the previous year. The results were published along with a disclaimer recognizing that the survey is "biased against devs…</p>
+ <p class="jp-relatedposts-post-date" style="display: block;">March 17, 2016</p>
+ <p class="jp-relatedposts-post-context">In "News"</p>
+ </div>
+ <div class="jp-relatedposts-post jp-relatedposts-post1 jp-relatedposts-post-thumbs" data-post-id="41651" data-post-format="false">
+ <a class="jp-relatedposts-post-a" href="https://wptavern.com/stack-overflow-developer-survey-ranks-wordpress-as-the-3rd-most-dreaded-technology" title="Stack Overflow Developer Survey Ranks WordPress as the 3rd Most Dreaded Technology
+
+Stack Overflow has released the results of its 2015 developer survey, which covers a wide range of topics including preferred programming languages, education, compensation, and even caffeine consumption. The 45-question survey ran for just two weeks in February and the site was able to collect results from more than 26,000…" rel="nofollow" data-origin="67202" data-position="1"><img class="jp-relatedposts-post-img" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2015/04/stack-overflow-developer-survey-2015.png?fit=700%2C287&amp;ssl=1&amp;resize=350%2C200" alt="Stack Overflow Developer Survey Ranks WordPress as the 3rd Most Dreaded Technology" scale="0" width="350" /></a>
+ <h4 class="jp-relatedposts-post-title"><a class="jp-relatedposts-post-a" href="https://wptavern.com/stack-overflow-developer-survey-ranks-wordpress-as-the-3rd-most-dreaded-technology" title="Stack Overflow Developer Survey Ranks WordPress as the 3rd Most Dreaded Technology
+
+Stack Overflow has released the results of its 2015 developer survey, which covers a wide range of topics including preferred programming languages, education, compensation, and even caffeine consumption. The 45-question survey ran for just two weeks in February and the site was able to collect results from more than 26,000…" rel="nofollow" data-origin="67202" data-position="1">Stack Overflow Developer Survey Ranks WordPress as the 3rd Most Dreaded Technology</a></h4>
+ <p class="jp-relatedposts-post-excerpt">Stack Overflow has released the results of its 2015 developer survey, which covers a wide range of topics including preferred programming languages, education, compensation, and even caffeine consumption. The 45-question survey ran for just two weeks in February and the site was able to collect results from more than 26,000…</p>
+ <p class="jp-relatedposts-post-date" style="display: block;">April 8, 2015</p>
+ <p class="jp-relatedposts-post-context">In "News"</p>
+ </div>
+ <div class="jp-relatedposts-post jp-relatedposts-post2 jp-relatedposts-post-thumbs" data-post-id="57906" data-post-format="false">
+ <a class="jp-relatedposts-post-a" href="https://wptavern.com/stack-overflow-documentation-is-now-in-beta" title="Stack Overflow Documentation is Now in Beta
+
+Building on the success of its Q&amp;A communities, Stack Overflow announced that its new Documentation product is now in beta. For the past eight years, the site has rewarded expert advice by floating high quality answers to the top and allowing users to earn reputation points. This formula has turned…" rel="nofollow" data-origin="67202" data-position="2"><img class="jp-relatedposts-post-img" src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/07/stack-overflow.png?fit=1200%2C470&amp;ssl=1&amp;resize=350%2C200" alt="Stack Overflow Documentation is Now in Beta" scale="0" width="350" /></a>
+ <h4 class="jp-relatedposts-post-title"><a class="jp-relatedposts-post-a" href="https://wptavern.com/stack-overflow-documentation-is-now-in-beta" title="Stack Overflow Documentation is Now in Beta
+
+Building on the success of its Q&amp;A communities, Stack Overflow announced that its new Documentation product is now in beta. For the past eight years, the site has rewarded expert advice by floating high quality answers to the top and allowing users to earn reputation points. This formula has turned…" rel="nofollow" data-origin="67202" data-position="2">Stack Overflow Documentation is Now in Beta</a></h4>
+ <p class="jp-relatedposts-post-excerpt">Building on the success of its Q&amp;A communities, Stack Overflow announced that its new Documentation product is now in beta. For the past eight years, the site has rewarded expert advice by floating high quality answers to the top and allowing users to earn reputation points. This formula has turned…</p>
+ <p class="jp-relatedposts-post-date" style="display: block;">July 22, 2016</p>
+ <p class="jp-relatedposts-post-context">In "News"</p>
+ </div>
+ </div>
+ </div>
+ <div id="epoch-width-sniffer"></div>
+ </div>
+ <!-- .entry-content -->
+
+ <footer class="entry-footer font-secondary">
+ <span class="entry-terms category" itemprop="articleSection">Posted in <a href="https://wptavern.com/category/news" rel="tag">News</a></span> <br /><span class="entry-terms post_tag" itemprop="keywords">Tagged <a href="https://wptavern.com/tag/jobs" rel="tag">jobs</a>, <a href="https://wptavern.com/tag/stack-overflow" rel="tag">stack overflow</a></span> </footer>
+ <!-- .entry-footer -->
+
+
+ </article>
+ <!-- .entry -->
+
+ <div id="comments"></div>
+ <div id="epoch-wrap" class="comments-area epoch-wrapper" style="width: 650px;">
+ <h3 class="comment-count-area font-headlines">There are <span id="epoch-count">13</span> comments
+ <a href="#reply-title"> </a>
+ </h3>
+ <div id="epoch-comments">
+ <div id="epoch-loading" style="display: none;" aria-hidden="true">
+ <div class="dot1"></div>
+ <div class="dot2"></div>
+ </div>
+ <div id="comment-215101" data-comment-id="215101">
+ <article id="div-comment-215101" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="https://wpfangirl.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="https://wpfangirl.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Sallie Goetsch (rhymes with sketch)</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215101" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 12:20 AM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>If there were really no demand for WordPress developers, I would not be so busy. But there may not be that much demand for the kind of developers who hang out on Stack Overflow’s job board.<span class="pmcc-comments-report-link" id="comment-215101"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215101', '7a131817e2', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215101">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215101#respond" onclick='return addComment.moveForm( "comment-215101", "215101", "respond", "67202" )' aria-label="Reply to Sallie Goetsch (rhymes with sketch)">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ </div>
+ <div id="comment-215114" data-comment-id="215114">
+ <article id="div-comment-215114" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="https://www.Rarst.net/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/ab89ce39f47b327f1c85e4019e865a71?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Feduwapuu-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/ab89ce39f47b327f1c85e4019e865a71?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Feduwapuu-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/ab89ce39f47b327f1c85e4019e865a71?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Feduwapuu-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="https://www.Rarst.net/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Rarst</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215114" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 1:26 AM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>One nuance of over saturation number might be that many people who self–identify themselves as WordPress “developers” might be in “site builder” segment. Off–the–shelf assembly and lightweight customization rather than involved custom development.</p>
+ <p>I had certainly never had an impression that there is an oversupply of of WP devs with advanced level of PHP and experience in custom projects.<span class="pmcc-comments-report-link" id="comment-215114"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215114', '0cdbb25db6', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215114">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215114#respond" onclick='return addComment.moveForm( "comment-215114", "215114", "respond", "67202" )' aria-label="Reply to Rarst">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ <div class="epoch-child child-of-215114 level-1 ">
+
+ <div id="comment-215125" data-comment-id="215125">
+ <article id="div-comment-215125" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="http://never5.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/3362e71af49222a4980d39c89b9f28ee?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-torque-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/3362e71af49222a4980d39c89b9f28ee?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-torque-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/3362e71af49222a4980d39c89b9f28ee?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-torque-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="http://never5.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Barry Kooij</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215125" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 2:56 AM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>I feel like you’re 100% right on this one. WordPress has many self called ‘developers’ who actually don’t know how to code. I think there’s indeed a lot competition in that space (the “Off–the–shelf assembly and lightweight customization”) but there’s still more than enough work for developers that can actually code complex custom solutions in WP.<span class="pmcc-comments-report-link" id="comment-215125"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215125', '23b35a0801', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215125">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215125#respond" onclick='return addComment.moveForm( "comment-215125", "215125", "respond", "67202" )' aria-label="Reply to Barry Kooij">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ <div class="epoch-child child-of-215125 level-2 ">
+
+ <div id="comment-215173" data-comment-id="215173">
+ <article id="div-comment-215173" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="http://ahmadawais.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/7ad68a17dcb10ac8dfabf1b8c1f51b72?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-der-ber-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/7ad68a17dcb10ac8dfabf1b8c1f51b72?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-der-ber-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/7ad68a17dcb10ac8dfabf1b8c1f51b72?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-der-ber-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="http://ahmadawais.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Ahmad Awais</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215173" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 11:55 AM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>Would you put yourself in that category of page builders?<span class="pmcc-comments-report-link" id="comment-215173"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215173', 'a9fd3e88ee', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215173">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215173#respond" onclick='return addComment.moveForm( "comment-215173", "215173", "respond", "67202" )' aria-label="Reply to Ahmad Awais">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ <div class="epoch-child child-of-215173 level-3 ">
+
+ <div id="comment-215254" data-comment-id="215254">
+ <article id="div-comment-215254" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="http://never5.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/3362e71af49222a4980d39c89b9f28ee?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-torque-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/3362e71af49222a4980d39c89b9f28ee?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-torque-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/3362e71af49222a4980d39c89b9f28ee?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-torque-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="http://never5.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Barry Kooij</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215254" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 13, 2017 at 6:30 AM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>If I consider myself a ‘page builder’? If you’re asking if I do “Off–the–shelf assembly and lightweight customization” WordPress work, no I don’t. I make and sell WordPress plugins that allow others to do so though :)<span class="pmcc-comments-report-link" id="comment-215254"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215254', 'e0d72b18a5', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215254">
+
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ </div>
+
+ </div>
+ </div>
+
+ </div>
+ </div>
+
+ </div>
+ <div class="epoch-child child-of-215114 level-1 ">
+
+ <div id="comment-215219" data-comment-id="215219">
+ <article id="div-comment-215219" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <img alt="" src="https://secure.gravatar.com/avatar/ae6946dbb86bba8d8f5052a53f608323?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-poststatus-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/ae6946dbb86bba8d8f5052a53f608323?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-poststatus-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/ae6946dbb86bba8d8f5052a53f608323?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-poststatus-64.png&amp;r=r" scale="2" width="48" height="48" />
+ </div>
+ Ammon
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215219" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 11, 2017 at 8:41 PM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>You’re 100% correct Rarst. In my opinion, if a person does not have the skills of a computer scientist (OOP specifically) then they cannot really hold the title of a “developer,” albeit outside of project management skills; UML, scrum, etc. Developers can develop because when their calculator breaks, they can still do the math, so to speak. It will just be a little slower. </p>
+ <p>Installation, light-weight customization, tweaks, etc., relative to the WP theme design or not, is NOT true development. You must know code/syntax, algorithms (e.g. optimization techniques), etc. to truly “develop” big [project] picture, small picture, and the realtionships between them to tweak code. THAT is development.<span class="pmcc-comments-report-link" id="comment-215219"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215219', '486cf344c8', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215219">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215219#respond" onclick='return addComment.moveForm( "comment-215219", "215219", "respond", "67202" )' aria-label="Reply to Ammon">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ </div>
+
+ </div>
+ <div class="epoch-child child-of-215114 level-1 ">
+
+ <div id="comment-215302" data-comment-id="215302">
+ <article id="div-comment-215302" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="https://asphaltthemes.com/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2FWapuuPepa-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2FWapuuPepa-64.png&amp;r=r 2x" class="avatar avatar-48 photo avatar-default" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2FWapuuPepa-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="https://asphaltthemes.com/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Ashiquzzaman</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215302" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 14, 2017 at 7:36 AM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>Agree with you. WordPress is heading towards the right direction and It is necessary to implement REST API quickly to make it more accessible for people who hate to deal with PHP or WordPress tags. <span class="pmcc-comments-report-link" id="comment-215302"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215302', '82d8807b47', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215302">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215302#respond" onclick='return addComment.moveForm( "comment-215302", "215302", "respond", "67202" )' aria-label="Reply to Ashiquzzaman">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ </div>
+
+ </div>
+ </div>
+ <div id="comment-215128" data-comment-id="215128">
+ <article id="div-comment-215128" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="http://globaladvancedmedia.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/0308418f96b6ebfd2eb92b7bedaf5546?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fshachihoko-wapuu-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/0308418f96b6ebfd2eb92b7bedaf5546?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fshachihoko-wapuu-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/0308418f96b6ebfd2eb92b7bedaf5546?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fshachihoko-wapuu-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="http://globaladvancedmedia.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">djsteveb</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215128" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 3:19 AM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>tons of wordpress devs – and yet hardly any buddypress devs. I’ve posted several bp jobs and still have 4 plugin projects where no one will take my money.<span class="pmcc-comments-report-link" id="comment-215128"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215128', '8d3133d841', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215128">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215128#respond" onclick='return addComment.moveForm( "comment-215128", "215128", "respond", "67202" )' aria-label="Reply to djsteveb">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ <div class="epoch-child child-of-215128 level-1 ">
+
+ <div id="comment-215138" data-comment-id="215138">
+ <article id="div-comment-215138" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="https://ovirium.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/61fb07ede3247b63f19015f200b3eb2c?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-travel-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/61fb07ede3247b63f19015f200b3eb2c?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-travel-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/61fb07ede3247b63f19015f200b3eb2c?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-travel-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="https://ovirium.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Slava Abakumov</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215138" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 4:51 AM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>I’m a “BuddyPress developer”, as well as quite a bunch of other people.<br /> The problem is that BP is not that big market, it’s not that easy to be 100% focused on BP-related projects only. So such people are either working with WP (mainly) and BP (when something – seldom – appear), or have own business around WP (and sometimes) BP. And such people are marketing WP skills more, I guess.<span class="pmcc-comments-report-link" id="comment-215138"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215138', '5cc8d362bf', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215138">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215138#respond" onclick='return addComment.moveForm( "comment-215138", "215138", "respond", "67202" )' aria-label="Reply to Slava Abakumov">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ </div>
+
+ </div>
+ </div>
+ <div id="comment-215176" data-comment-id="215176">
+ <article id="div-comment-215176" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="http://bentcorner.com/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/16b1673da5245d28872801f737595b84?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fmatsuri-wapuu-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/16b1673da5245d28872801f737595b84?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fmatsuri-wapuu-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/16b1673da5245d28872801f737595b84?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fmatsuri-wapuu-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="http://bentcorner.com/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Rick Rottman</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215176" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 2:18 PM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>Why doesn’t WordPress have some kind of certification system when it comes to working with WordPress? Make it something similar to CompTIA A+ certification. There could be different levels of verification to cover all aspects of WordPress. It would be a benefit to anyone trying to make a living working with WordPress. It would also be a major benefit for anyone seeking to hire a WordPress professional. There could be a centralized location on dot org that would list certified WordPress professionals tagged with their various certifications. </p>
+ <p>Currently, it’s so hit or miss when it comes to hiring someone to provide help with WordPress. You might need someone with just a basic skill set to set up a new site with a standard theme and some basic plugins, but the person you hire is more suited for advanced, complex integrations involving multiple APIs. The problem is, the customer ends up paying far more than they really need to for someone with skill sets far more advanced than what they actually need. <span class="pmcc-comments-report-link" id="comment-215176"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215176', 'b8e4e3f568', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215176">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215176#respond" onclick='return addComment.moveForm( "comment-215176", "215176", "respond", "67202" )' aria-label="Reply to Rick Rottman">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ <div class="epoch-child child-of-215176 level-1 ">
+
+ <div id="comment-215180" data-comment-id="215180">
+ <article id="div-comment-215180" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="https://www.wpfangirl.com/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="https://www.wpfangirl.com/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Sallie Goetsch</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215180" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 3:50 PM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>In theory, this might be a good idea, though just who would do the certifying? In practice, however, I’ve heard from people who’ve been developing compiled software since before PHP existed that a lot of those certifications really test your ability to take standardized tests, not your ability as a programmer. The best way to hire anybody to do anything is to get a personal recommendation.<span class="pmcc-comments-report-link" id="comment-215180"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215180', 'cacd6ec5d2', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215180">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215180#respond" onclick='return addComment.moveForm( "comment-215180", "215180", "respond", "67202" )' aria-label="Reply to Sallie Goetsch">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ <div class="epoch-child child-of-215180 level-2 ">
+
+ <div id="comment-215186" data-comment-id="215186">
+ <article id="div-comment-215186" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="http://bentcorner.com/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/16b1673da5245d28872801f737595b84?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fmatsuri-wapuu-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/16b1673da5245d28872801f737595b84?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fmatsuri-wapuu-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/16b1673da5245d28872801f737595b84?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fmatsuri-wapuu-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="http://bentcorner.com/" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Rick Rottman</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215186" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 6:16 PM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>WordPress.org should do the certifications. Individual testing could happen at WordCamps and/or at local testing facilities like how CompTIA A+ certification is handled. Most clients do not need a programmer or a developer. They need someone who can set up a website. That means finding a host, installing WordPress, installing a theme, and installing plugins. </p>
+ <p>If someone hires a programmer to do all that, they are most likely overpaying for the work. </p>
+ <p><span class="pmcc-comments-report-link" id="comment-215186"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215186', '602ce2fb2c', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215186">
+ <a itemprop="replyToUrl" rel="nofollow" class="comment-reply-link" href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers?replytocom=215186#respond" onclick='return addComment.moveForm( "comment-215186", "215186", "respond", "67202" )' aria-label="Reply to Rick Rottman">Reply</a>
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ <div class="epoch-child child-of-215186 level-3 ">
+
+ <div id="comment-215190" data-comment-id="215190">
+ <article id="div-comment-215190" class="epoch-comment-body epoch-single-comment">
+ <footer class="epoch-comment-meta">
+ <div class="epoch-comment-author">
+ <div class="epoch-comment-author-avatar">
+ <a href="https://wpfangirl.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-avatar"><img alt="" src="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=84&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r 2x" class="avatar avatar-48 photo" itemprop="image" originals="48" src-orig="https://secure.gravatar.com/avatar/80a39eb1d7d169f5563483e61c3cba52?s=48&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fcanvas-wapuu-64.png&amp;r=r" scale="2" width="48" height="48" /></a>
+ </div>
+ <a href="https://wpfangirl.com" title="Link to comment author's website" rel="nofollow" target="_blank" class="epoch-author-link">Sallie Goetsch (rhymes with sketch)</a>
+ <span class="epoch-divide">·</span>
+ <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215190" title="Link to comment" class="epoch-comment-link"><time datetime="comment_date">March 10, 2017 at 11:43 PM</time></a>
+ </div>
+ <!-- .comment-author -->
+
+ </footer>
+ <!-- .comment-meta -->
+
+ <div class="epoch-comment-content">
+ <p>Were you volunteering to help design the tests and conduct the certifications? Or at least set up the means to organize it on make.wordpress.org? It’s an idea that has potential merit and you aren’t the first person to wish there were some kind of standards by which to judge a person’s basic WordPress literacy. </p>
+ <p>To the best of my knowledge, however, everything done by WordPress.org is handled by volunteers. In the spirit of open source, if there’s something you want to see happen, you need to get it started. </p>
+ <p>An idea like certification would actually need much broader support throughout the WordPress community than a choice of what to focus development on for the next release. And it would require either a means to administer and grade the test online automatically (requiring programming to make it work) or a fairly large army of volunteers to undertake in-person testing. I imagine you could tie up years of surveys and committee meetings just figuring out what you wanted to test for, never mind designing the test itself. </p>
+ <p>And you have to decide how often people need to re-certify, because recommendations and best practices change rapidly in the web world.</p>
+ <p>Even if you get that far, it will only make a difference if enough people accept the validity of the test and care whether someone has passed it before hiring them.</p>
+ <p>And, finally, a test like that could determine whether the person had enough skill to install WordPress, set up a theme, and choose some plugins, or (at a more advanced level) whether they understand WordPress’ action and filter hooks, plus PHP, HTML, CSS, and JavaScript, but it will never tell you whether a person is honest, timely, able to understand (or even ask) what a client’s real needs and goals are, or someone you can work with without both of you going crazy.<span class="pmcc-comments-report-link" id="comment-215190"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '215190', '2fb454b1a7', '67202');">Report</a></span></p>
+
+ </div>
+ <!-- .comment-content -->
+
+ <ul class="epoch-comment-actions">
+ <li class="epoch-reply" data-comment-id="215190">
+
+ </li>
+ </ul>
+
+ </article>
+ <!-- .comment-body -->
+ </div>
+
+ </div>
+ </div>
+
+ </div>
+ </div>
+
+ </div>
+ </div>
+ </div>
+ <div id="epoch-commenting">
+ <div id="respond" class="comment-respond">
+ <h3 id="reply-title" class="comment-reply-title font-headlines"><span class="wrap"> <small class="font-primary"><a rel="nofollow" id="cancel-comment-reply-link" href="/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#respond" style="display:none;">Cancel reply</a></small></span></h3>
+ <form method="post" id="commentform" class="comment-form" novalidate="" action="post">
+ <p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required font-primary">*</span></p>
+ <p class="comment-form-comment"><label for="comment" class="font-secondary label-textarea">Comment</label>
+ <div id="qt_comment_toolbar" class="quicktags-toolbar"><input id="qt_comment_strong" class="ed_button button button-small" aria-label="Bold" value="b" type="button" /><input id="qt_comment_em" class="ed_button button button-small" aria-label="Italic" value="i" type="button" /><input id="qt_comment_link" class="ed_button button button-small" aria-label="Insert link" value="link" type="button" /><input id="qt_comment_quote" class="ed_button button button-small" value="quote" type="button" /></div><textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" aria-required="true" required="required" class="font-primary"></textarea></p>
+ <p class="comment-form-author"><label for="author" class="font-secondary label-text">Name <span class="required font-primary">*</span></label> <input id="author" name="author" value="" size="30" maxlength="245" aria-required="true" required="required" class="font-primary" type="text" /></p>
+ <p class="comment-form-email"><label for="email" class="font-secondary label-email">Email <span class="required font-primary">*</span></label> <input id="email" name="email" value="" size="30" maxlength="100" aria-describedby="email-notes" aria-required="true" required="required" class="font-primary" type="email" /></p>
+ <p class="comment-form-url"><label for="url" class="font-secondary label-url">Website</label> <input id="url" name="url" value="" size="30" maxlength="200" class="font-primary" type="url" /></p>
+ <label id="prompt-comment-subscribe" class="label-checkbox font-primary"><input name="prompt_comment_subscribe" value="1" class="font-primary" type="checkbox" /> <span class="postmatic-tooltip">Join the discussion via email<em>Get only replies to your comment, the best of the rest, as well as a daily recap of all comments on this post. No more than a few emails daily, which you can reply to/unsubscribe from directly from your inbox.</em></span></label>
+ <p class="form-submit"><input name="submit" id="submit" class="submit font-primary font-secondary" value="Post Comment" type="submit" /> <input name="comment_post_ID" value="67202" id="comment_post_ID" class="font-primary" type="hidden" />
+ <input name="comment_parent" id="comment_parent" value="0" class="font-primary" type="hidden" />
+ </p>
+ <p style="display: none;"><input id="akismet_comment_nonce" name="akismet_comment_nonce" value="b655315fa6" class="font-primary" type="hidden" /></p>
+ <p class="comment-subscription-form"><input name="subscribe_comments" id="subscribe_comments" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" class="font-primary" type="checkbox" /> <label class="subscribe-label label-checkbox font-primary" id="subscribe-label" for="subscribe_comments">Notify me of follow-up comments by email.</label></p>
+ <p class="comment-subscription-form"><input name="subscribe_blog" id="subscribe_blog" value="subscribe" style="width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;" class="font-primary" type="checkbox" /> <label class="subscribe-label label-checkbox font-primary" id="subscribe-blog-label" for="subscribe_blog">Notify me of new posts by email.</label></p>
+ <p style="display: none;"></p> <input id="ak_js" name="ak_js" value="1489570949116" class="font-primary" type="hidden" /></form>
+ </div>
+ <!-- #respond -->
+ </div>
+ </div>
+
+
+
+ <div class="loop-nav">
+ <div class="prev">Previous Post: <a href="https://wptavern.com/google-launches-invisible-recaptcha" rel="prev">Google Launches Invisible reCAPTCHA</a></div>
+ <div class="next">Next Post: <a href="https://wptavern.com/wefoster-launches-hosting-platform-catered-to-online-communities" rel="next">WeFoster Launches Hosting Platform Catered to Online Communities</a></div>
+ </div>
+ <!-- .loop-nav -->
+
+
+
+ </main>
+ <!-- #content -->
+
+
+ <aside class="sidebar sidebar-primary" role="complementary" id="sidebar-primary" aria-label="Primary Sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
+
+ <h3 id="sidebar-primary-title" class="screen-reader-text font-headlines">Primary Sidebar</h3>
+
+
+ <section id="google_translate_widget-2" class="widget widget_google_translate_widget">
+ <div id="google_translate_element">
+ <div class="skiptranslate goog-te-gadget" dir="ltr" style="">
+ <div id=":0.targetLanguage" style="white-space: nowrap;" class="goog-te-gadget-simple"><img src="https://www.google.com/images/cleardot.gif" class="goog-te-gadget-icon" alt="" style="background-image: url(&quot;https://translate.googleapis.com/translate_static/img/te_ctrl3.gif&quot;); background-position: -65px 0px;" scale="0" /><span style="vertical-align: middle;"><a role="menu" class="goog-te-menu-value" href="javascript:void(0)"><span>Select Language</span><img src="https://www.google.com/images/cleardot.gif" alt="" scale="0" width="1" height="1" /><span style="border-left: 1px solid rgb(187, 187, 187);">​</span><img src="https://www.google.com/images/cleardot.gif" alt="" scale="0" width="1" height="1" /><span style="color: rgb(118, 118, 118);">▼</span></a>
+ </span>
+ </div>
+ </div>
+ </div>
+ </section>
+ <section id="top-posts-3" class="widget widget_top-posts">
+ <h3 class="widget-title font-headlines"><span class="wrap">Currently On Tap</span></h3>
+ <ul class="widgets-list-layout no-grav">
+ <li>
+ <a href="https://wptavern.com/wordpress-com-updates-its-post-editor-with-a-distraction-free-interface" title="WordPress.com Updates Its Post Editor With a Distraction-Free Interface" class="bump-view img-hyperlink" data-bump-view="tp">
+ <img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg?fit=1200%2C553&amp;ssl=1&amp;resize=60%2C60" class="widgets-list-layout-blavatar" alt="WordPress.com Updates Its Post Editor With a Distraction-Free Interface" data-pin-nopin="true" scale="0" width="60" height="60" />
+ </a>
+ <div class="widgets-list-layout-links">
+ <a href="https://wptavern.com/wordpress-com-updates-its-post-editor-with-a-distraction-free-interface" class="bump-view" data-bump-view="tp">
+ WordPress.com Updates Its Post Editor With a Distraction-Free Interface </a>
+ </div>
+ </li>
+ <li>
+ <a href="https://wptavern.com/woocommerce-3-0-0-scheduled-for-release-april-4th" title="WooCommerce 3.0.0 Scheduled for Release April 4th" class="bump-view img-hyperlink" data-bump-view="tp">
+ <img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/01/WooCommerceFeaturedImage.png?fit=650%2C200&amp;ssl=1&amp;resize=60%2C60" class="widgets-list-layout-blavatar" alt="WooCommerce 3.0.0 Scheduled for Release April 4th" data-pin-nopin="true" scale="0" width="60" height="60" />
+ </a>
+ <div class="widgets-list-layout-links">
+ <a href="https://wptavern.com/woocommerce-3-0-0-scheduled-for-release-april-4th" class="bump-view" data-bump-view="tp">
+ WooCommerce 3.0.0 Scheduled for Release April 4th </a>
+ </div>
+ </li>
+ <li>
+ <a href="https://wptavern.com/how-to-create-a-dropdown-menu-of-wordpress-categories-without-using-code" title="How To Create A Dropdown Menu Of WordPress Categories Without Using Code" class="bump-view img-hyperlink" data-bump-view="tp">
+ <img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2014/01/DropDownCategoriesTutorialFeaturedImage.jpg?fit=650%2C200&amp;ssl=1&amp;resize=60%2C60" class="widgets-list-layout-blavatar" alt="How To Create A Dropdown Menu Of WordPress Categories Without Using Code" data-pin-nopin="true" scale="0" width="60" height="60" />
+ </a>
+ <div class="widgets-list-layout-links">
+ <a href="https://wptavern.com/how-to-create-a-dropdown-menu-of-wordpress-categories-without-using-code" class="bump-view" data-bump-view="tp">
+ How To Create A Dropdown Menu Of WordPress Categories Without Using Code </a>
+ </div>
+ </li>
+ <li>
+ <a href="https://wptavern.com/john-maedas-2017-design-in-tech-report-puts-the-spotlight-on-inclusive-design" title="John Maeda's 2017 Design in Tech Report Puts the Spotlight on Inclusive Design" class="bump-view img-hyperlink" data-bump-view="tp">
+ <img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/design-in-tech-2017.png?fit=1200%2C547&amp;ssl=1&amp;resize=60%2C60" class="widgets-list-layout-blavatar" alt="John Maeda's 2017 Design in Tech Report Puts the Spotlight on Inclusive Design" data-pin-nopin="true" scale="0" width="60" height="60" />
+ </a>
+ <div class="widgets-list-layout-links">
+ <a href="https://wptavern.com/john-maedas-2017-design-in-tech-report-puts-the-spotlight-on-inclusive-design" class="bump-view" data-bump-view="tp">
+ John Maeda's 2017 Design in Tech Report Puts the Spotlight on Inclusive Design </a>
+ </div>
+ </li>
+ <li>
+ <a href="https://wptavern.com/beware-of-links-to-baidu-in-skype-messages" title="Beware of Links to Baidu in Skype Messages" class="bump-view img-hyperlink" data-bump-view="tp">
+ <img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg?fit=1024%2C508&amp;ssl=1&amp;resize=60%2C60" class="widgets-list-layout-blavatar" alt="Beware of Links to Baidu in Skype Messages" data-pin-nopin="true" scale="0" width="60" height="60" />
+ </a>
+ <div class="widgets-list-layout-links">
+ <a href="https://wptavern.com/beware-of-links-to-baidu-in-skype-messages" class="bump-view" data-bump-view="tp">
+ Beware of Links to Baidu in Skype Messages </a>
+ </div>
+ </li>
+ </ul>
+ </section>
+ <section id="recent-comments-2" class="widget widget_recent_comments">
+ <h3 class="widget-title font-headlines"><span class="wrap">Recent Comments</span></h3>
+ <ul id="recentcomments">
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/900a582c7ad8d6ef8c0fe32db0ff5c81?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-ji-chaudhary-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/900a582c7ad8d6ef8c0fe32db0ff5c81?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-ji-chaudhary-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" originals="116" scale="2" id="grav-900a582c7ad8d6ef8c0fe32db0ff5c81-0" width="116" height="116" /></div><b><a href="http://wefoster.co" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">Marion</span></a></b>: Thanks for the feedback! <a href="https://wptavern.com/wefoster-launches-hosting-platform-catered-to-online-communities#comment-215388">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/60803c843b9bffd2e6fe367148b84186?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fkani-wapuu-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/60803c843b9bffd2e6fe367148b84186?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fkani-wapuu-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" originals="116" scale="2" id="grav-60803c843b9bffd2e6fe367148b84186-0" width="116" height="116" /></div><b><a href="https://www.pattonwebz.com" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">William Patton</span></a></b>: While this is a good thing for end users I wonder <a href="https://wptavern.com/google-launches-invisible-recaptcha#comment-215372">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/54ee16346c9e61e36f62ca49cf320f0f?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fheian-wapuu-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/54ee16346c9e61e36f62ca49cf320f0f?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fheian-wapuu-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" id="grav-54ee16346c9e61e36f62ca49cf320f0f-0" originals="116" scale="2" width="116" height="116" /></div><b><a href="https://unturnedlord.com/" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">Tazz</span></a></b>: Just started using it, for too long I've been gett <a href="https://wptavern.com/google-launches-invisible-recaptcha#comment-215362">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/a2bdfb8c0d221b153115a5a9b724b9fb?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-alaaf-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/a2bdfb8c0d221b153115a5a9b724b9fb?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fwapuu-alaaf-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" originals="116" scale="2" id="grav-a2bdfb8c0d221b153115a5a9b724b9fb-0" width="116" height="116" /></div><b><a href="http://magiciansandmagic.com" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">kenny</span></a></b>: really like the buddypress force profile photo plu <a href="https://wptavern.com/configuring-a-user-avatar-in-wordpress-is-not-as-easy-as-it-should-be#comment-215360">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/52c80ebb4d23da3db1d6ab82f0f7daa9?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Ftampa-gasparilla-wapuu-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/52c80ebb4d23da3db1d6ab82f0f7daa9?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Ftampa-gasparilla-wapuu-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" originals="116" scale="2" id="grav-52c80ebb4d23da3db1d6ab82f0f7daa9-0" width="116" height="116" /></div><b><a href="http://dannybrown.me" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">Danny Brown</span></a></b>: Ah, yes, now I see it. Very easy to miss, compared <a href="https://wptavern.com/wordpress-com-updates-its-post-editor-with-a-distraction-free-interface#comment-215358">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/60181f881f72355935ec0891318443be?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fmercenary-wapuu-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/60181f881f72355935ec0891318443be?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fmercenary-wapuu-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" originals="116" scale="2" id="grav-60181f881f72355935ec0891318443be-0" width="116" height="116" /></div><b><a href="http://www.wptavern.com" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">Jeff Chandler</span></a></b>: In the top left next to your blog title, you shoul <a href="https://wptavern.com/wordpress-com-updates-its-post-editor-with-a-distraction-free-interface#comment-215348">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/52c80ebb4d23da3db1d6ab82f0f7daa9?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Ftampa-gasparilla-wapuu-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/52c80ebb4d23da3db1d6ab82f0f7daa9?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Ftampa-gasparilla-wapuu-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" originals="116" scale="2" id="grav-52c80ebb4d23da3db1d6ab82f0f7daa9-1" width="116" height="116" /></div><b><a href="https://dannybrown.me" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">Danny Brown</span></a></b>: Just tried it, and very clean experience for sure. <a href="https://wptavern.com/wordpress-com-updates-its-post-editor-with-a-distraction-free-interface#comment-215321">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2FWapuuPepa-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2FWapuuPepa-128.png&amp;r=r 2x" class="avatar avatar-116 photo avatar-default grav-hashed grav-hijack" itemprop="image" id="grav-false-0" originals="116" scale="2" width="116" height="116" /></div><b><a href="https://asphaltthemes.com/" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">Ashiquzzaman</span></a></b>: Agree with you. WordPress is heading towards the r <a href="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers#comment-215302">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/fcbd82c5e73aa874e2f9bd53a0f401dd?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fshikasenbei-wapuu-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/fcbd82c5e73aa874e2f9bd53a0f401dd?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fshikasenbei-wapuu-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" originals="116" scale="2" id="grav-fcbd82c5e73aa874e2f9bd53a0f401dd-0" width="116" height="116" /></div><b><a href="https://dcrazed.com/" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">Rijo Abraham</span></a></b>: The new feature is awesome and it welcomes more ge <a href="https://wptavern.com/google-launches-invisible-recaptcha#comment-215292">»</a></li>
+ <li class="recentcomments">
+ <div class="alignleft"><img alt="" src="https://secure.gravatar.com/avatar/be9a4e9519964b933dea6723d480c95a?s=116&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fr2-wapuu-128.png&amp;r=r" srcset="https://secure.gravatar.com/avatar/be9a4e9519964b933dea6723d480c95a?s=232&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2Fr2-wapuu-128.png&amp;r=r 2x" class="avatar avatar-116 photo grav-hashed grav-hijack" itemprop="image" originals="116" scale="2" id="grav-be9a4e9519964b933dea6723d480c95a-0" width="116" height="116" /></div><b><a href="https://woorkup.com" rel="external nofollow" class="url fn n" itemprop="url"><span itemprop="name">Brian Jackson</span></a></b>: Ya Sallie, many people don't utilize the Gravity F <a href="https://wptavern.com/google-launches-invisible-recaptcha#comment-215281">»</a></li>
+ </ul>
+ </section>
+ <section id="blog_subscription-2" class="widget jetpack_subscription_widget">
+ <h3 class="widget-title font-headlines"><span class="wrap">Subscribe to Blog via Email</span></h3>
+ <form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-2">
+ <div id="subscribe-text">
+ <p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
+ </div>
+ <p>Join 9,518 other subscribers</p>
+ <p id="subscribe-email">
+ <label id="jetpack-subscribe-label" for="subscribe-field-blog_subscription-2" style="clip: rect(1px, 1px, 1px, 1px); position: absolute; height: 1px; width: 1px; overflow: hidden;" class="font-secondary label-email">
+ Email Address </label>
+ <input name="email" required="required" class="required font-primary" value="" id="subscribe-field-blog_subscription-2" placeholder="Email Address" type="email" />
+ </p>
+
+ <p id="subscribe-submit">
+ <input name="action" value="subscribe" class="font-primary" type="hidden" />
+ <input name="source" value="https://wptavern.com/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers" class="font-primary" type="hidden" />
+ <input name="sub-type" value="widget" class="font-primary" type="hidden" />
+ <input name="redirect_fragment" value="blog_subscription-2" class="font-primary" type="hidden" />
+ <input value="Subscribe" name="jetpack_subscriptions_widget" class="font-primary font-secondary" type="submit" />
+ </p>
+ </form>
+
+ <script>
+ /*
+ Custom functionality for safari and IE
+ */
+ (function(d) {
+ // In case the placeholder functionality is available we remove labels
+ if (('placeholder' in d.createElement('input'))) {
+ var label = d.querySelector('label[for=subscribe-field-blog_subscription-2]');
+ label.style.clip = 'rect(1px, 1px, 1px, 1px)';
+ label.style.position = 'absolute';
+ label.style.height = '1px';
+ label.style.width = '1px';
+ label.style.overflow = 'hidden';
+ }
+
+ // Make sure the email value is filled in before allowing submit
+ var form = d.getElementById('subscribe-blog-blog_subscription-2'),
+ input = d.getElementById('subscribe-field-blog_subscription-2'),
+ handler = function(event) {
+ if ('' === input.value) {
+ input.focus();
+
+ if (event.preventDefault) {
+ event.preventDefault();
+ }
+
+ return false;
+ }
+ };
+
+ if (window.addEventListener) {
+ form.addEventListener('submit', handler, false);
+ } else {
+ form.attachEvent('onsubmit', handler);
+ }
+ })(document);
+ </script>
+
+ </section>
+
+ </aside>
+ <!-- #sidebar-primary -->
+
+
+ </div>
+ <!-- #main -->
+
+
+ </div>
+ <!-- .wrap -->
+
+ <footer id="footer" class="site-footer" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
+
+ <div class="wrap">
+
+
+ <div id="menu-social" class="menu font-secondary">
+ <ul id="menu-social-items" class="menu-items">
+ <li id="menu-item-13447" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13447"><a href="http://twitter.com/wptavern"><span class="screen-reader-text">Twitter</span></a></li>
+ <li id="menu-item-13448" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13448"><a href="http://facebook.com/wptavern"><span class="screen-reader-text">Facebook</span></a></li>
+ <li id="menu-item-13449" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13449"><a href="https://plus.google.com/u/0/b/106331420450854425959/"><span class="screen-reader-text">G+</span></a></li>
+ </ul>
+ </div>
+
+ <p class="credit">
+ Copyright © 2017 <a class="site-link" href="https://wptavern.com" rel="home">WordPress Tavern</a>. Powered by <a class="wp-link" href="http://wordpress.org">WordPress</a> and <a class="theme-link" href="http://themehybrid.com/themes/stargazer">Stargazer</a>. </p>
+ <!-- .credit -->
+
+ </div>
+ <!-- .wrap -->
+
+ </footer>
+ <!-- #footer -->
+
+ </div>
+ <!-- #container -->
+
+ <div style="display:none">
+ <div class="grofile-hash-map-d41d8cd98f00b204e9800998ecf8427e">
+ </div>
+ <div class="grofile-hash-map-900a582c7ad8d6ef8c0fe32db0ff5c81">
+ </div>
+ <div class="grofile-hash-map-60803c843b9bffd2e6fe367148b84186">
+ </div>
+ <div class="grofile-hash-map-54ee16346c9e61e36f62ca49cf320f0f">
+ </div>
+ <div class="grofile-hash-map-a2bdfb8c0d221b153115a5a9b724b9fb">
+ </div>
+ <div class="grofile-hash-map-52c80ebb4d23da3db1d6ab82f0f7daa9">
+ </div>
+ <div class="grofile-hash-map-60181f881f72355935ec0891318443be">
+ </div>
+ <div class="grofile-hash-map-fcbd82c5e73aa874e2f9bd53a0f401dd">
+ </div>
+ <div class="grofile-hash-map-be9a4e9519964b933dea6723d480c95a">
+ </div>
+ </div>
+ <script id="epoch-comment-template" type="text/x-handlebars-template">
+
+ &lt;div id="comment-{{comment_ID}}" data-comment-id="{{comment_ID}}"&gt; &lt;article id="div-comment-{{comment_ID}}" class="epoch-comment-body {{comment_classes}}"&gt; &lt;footer class="epoch-comment-meta"&gt; &lt;div class="epoch-comment-author"&gt; &lt;div class="epoch-comment-author-avatar"&gt; {{#if comment_author_url}} {{epochLink comment_author_url author_avatar 'author_url_link_title' 'epoch-author-avatar' '_blank' 'nofollow'}} {{else}} {{{author_avatar}}} {{/if}} &lt;/div&gt; {{#if comment_author_url}} {{epochLink comment_author_url comment_author 'author_url_link_title' 'epoch-author-link' '_blank' 'nofollow'}} {{else}} {{{comment_author}}} {{/if}} &lt;span class="epoch-divide"&gt;&amp;#183;&lt;/span&gt; {{epochLink comment_link '&lt;time datetime="comment_date"&gt;-comment_date-&lt;/time&gt;' 'comment_link_title' 'epoch-comment-link'}} &lt;/div&gt;&lt;!-- .comment-author --&gt; {{#unless comment_approved}} &lt;p class="epoch-comment-awaiting-moderation"&gt;{{epochTranslation 'awaiting_moderation'}}&lt;/p&gt; {{/unless}} &lt;/footer&gt;&lt;!-- .comment-meta --&gt; &lt;div class="epoch-comment-content"&gt; {{{comment_content}}} &lt;/div&gt;&lt;!-- .comment-content --&gt; {{#if front_moderation}} &lt;ul class="epoch-moderation-actions"&gt; {{#unless approval_status}} &lt;li class="epoch-approve" data-comment-id="{{comment_ID}}"&gt; {{{approve_link}}} &lt;/li&gt; {{/unless}} {{!-- {{#if approval_status}} &lt;li class="epoch-unapprove" data-comment-id="{{comment_ID}}"&gt; {{{unapprove_link}}} &lt;/li&gt; {{/if}} --}} &lt;li class="epoch-trash" data-comment-id="{{comment_ID}}"&gt; {{{trash_link}}} &lt;/li&gt; &lt;li class="epoch-spam" data-comment-id="{{comment_ID}}"&gt; {{{spam_link}}} &lt;/li&gt; &lt;/ul&gt; {{/if}} &lt;ul class="epoch-comment-actions"&gt; {{#if reply_allowed}} &lt;li class="epoch-reply" data-comment-id="{{comment_ID}}"&gt; {{{reply_link}}} &lt;/li&gt; {{/if}} &lt;/ul&gt; &lt;/article&gt;&lt;!-- .comment-body --&gt; &lt;/div&gt;
+
+ </script>
+
+ <script type="text/javascript">
+ window.WPCOM_sharing_counts = {
+ "https:\/\/wptavern.com\/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers": 67202
+ };
+ </script>
+
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/akismet/_inc/form.js?ver=3.3"></script>
+ <!--[if lte IE 8]>
+<link rel='stylesheet' id='jetpack-carousel-ie8fix-css' href='https://wptavern.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-ie8fix.css?ver=20121024' type='text/css' media='all' />
+<![endif]-->
+ <link rel="stylesheet" id="prompt-comment-form-css" href="https://wptavern.com/wp-content/plugins/postmatic-premium/vendor/plugins/postmatic/css/comment-form.css?ver=2.0.14" type="text/css" media="all" />
+ <script type="text/javascript" src="https://wptavern.com/wp-includes/js/comment-reply.min.js?ver=4.8-alpha-40290"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/modules/photon/photon.js?ver=20130122"></script>
+ <script type="text/javascript" src="https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201711"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var pollsL10n = {
+ "ajax_url": "https:\/\/wptavern.com\/wp-admin\/admin-ajax.php",
+ "text_wait": "Your last request is still being processed. Please wait a while ...",
+ "text_valid": "Please choose a valid poll answer.",
+ "text_multiple": "Maximum number of choices allowed: ",
+ "show_loading": "1",
+ "show_fading": "0"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/wp-polls/polls-js.js?ver=2.73.2"></script>
+ <script type="text/javascript" src="https://secure.gravatar.com/js/gprofiles.js?ver=2017Maraa"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var WPGroHo = {
+ "my_hash": ""
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=4.8-alpha-40290"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var stargazer_i18n = {
+ "search_toggle": "Expand Search Form"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/themes/stargazer/js/stargazer.min.js"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var jpfbembed = {
+ "appid": "249643311490",
+ "locale": "en_US"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/_inc/facebook-embed.js"></script>
+ <div id="fb-root" class=" fb_reset">
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div><iframe name="fb_xdm_frame_https" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" style="border: medium none;" src="https://staticxx.facebook.com/connect/xd_arbiter/r/ao6eUeuGXQq.js?version=42#channel=f3be4ceeb94059c&amp;origin=https%3A%2F%2Fwptavern.com" frameborder="0"></iframe></div>
+ </div>
+ <div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
+ <div></div>
+ </div>
+ </div>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/_inc/twitter-timeline.js?ver=4.0.0"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/simple-comment-editing/js/event-manager.min.js?ver=20151103"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var wpAjax = {
+ "noPerm": "Sorry, you are not allowed to do that.",
+ "broken": "An unidentified error has occurred."
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-includes/js/wp-ajax-response.min.js?ver=4.8-alpha-40290"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var simple_comment_editing = {
+ "and": "and",
+ "confirm_delete": "Do you want to delete this comment?",
+ "comment_deleted": "Your comment has been removed.",
+ "comment_deleted_error": "Your comment could not be deleted",
+ "empty_comment": "Your comment cannot be empty",
+ "allow_delete": "1",
+ "timer": {
+ "minutes": ["minutes", "minute", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes", "minutes"],
+ "seconds": ["seconds", "second", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds", "seconds"]
+ },
+ "ajax_url": "https:\/\/wptavern.com\/wp-admin\/admin-ajax.php",
+ "nonce": "d939ce75f9"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/simple-comment-editing/js/simple-comment-editing.min.js?ver=20151021"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var pmcc_ajax = {
+ "ajaxurl": "https:\/\/wptavern.com\/wp-admin\/admin-ajax.php",
+ "errors": {
+ "thank_you_message": "Reported.",
+ "invalid_nonce_message": "It seems you already reported this comment.",
+ "invalid_values_message": "Cheating huh?",
+ "already_flagged_message": "It seems you already reported this comment.",
+ "already_flagged_note": "Comment has been flagged already."
+ }
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/crowd-control/js/ajax.js?ver=20150929"></script>
+ <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/visibility.js/1.2.1/visibility.min.js?ver=1.0.14"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/epoch//assets/js/front/handlebars.js?ver=1.0.14"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var epoch_vars = {
+ "api_url": "https:\/\/wptavern.com\/epoch-api",
+ "submit_api_url": "https:\/\/wptavern.com\/epoch-api?epochNonce=4c32ed8df5&amp;action=submit_comment",
+ "alt_comment_count": "https:\/\/wptavern.com\/wp-content\/uploads\/epoch\/67202.txt",
+ "depth": "3",
+ "nonce": "4c32ed8df5",
+ "live_mode": "1",
+ "wrap_class": "epoch-wrapper",
+ "count_id": "epoch-count",
+ "wrap_id": "epoch-wrap",
+ "form_wrap": "epoch-commenting",
+ "form_id": "commentform",
+ "submit_id": "epoch-submit",
+ "comments_wrap": "epoch-comments",
+ "comments_template_id": "epoch-comment-template",
+ "nonce_field": "epochNonce",
+ "endpoint": "epoch-api",
+ "reply_link_id": "epoch-reply-link",
+ "sniffer": "epoch-width-sniffer",
+ "loading": "epoch-loading",
+ "epoch_options": {
+ "theme": "light",
+ "threaded": false,
+ "before_text": "",
+ "interval": 15000,
+ "order": "ASC",
+ "show_pings": false
+ },
+ "post_id": "67202",
+ "user": {
+ "author_avatar": "",
+ "comment_author_url": "",
+ "comment_author": ""
+ },
+ "empty_avatar": "&lt;img alt='' src='https:\/\/secure.gravatar.com\/avatar\/?s=96&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2FWapuuPepa-128.png&amp;r=r' srcset='https:\/\/secure.gravatar.com\/avatar\/?s=192&amp;d=https%3A%2F%2Fwptavern.com%2Fwp-content%2Fplugins%2Fwapuuvatar%2Fdist%2FWapuuPepa-128.png&amp;r=r 2x' class='avatar avatar-96 photo avatar-default' height='96' width='96' itemprop=\"image\" \/&gt;"
+ };
+ var epoch_translation = {
+ "awaiting_moderation": "Your comment is awaiting moderation.",
+ "comment_link_title": "Link to comment",
+ "reply": "Reply",
+ "reply_link_title": "Reply To This Comment",
+ "author_url_link_title": "Link to comment author's website",
+ "is_required": "is required",
+ "pending": "Comment Pending",
+ "comment_rejected": "Your comment was not accepted, please check that everything is filled out correctly."
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/epoch//assets/js/front/epoch.min.js?ver=1.0.14"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var quicktagsL10n = {
+ "closeAllOpenTags": "Close all open tags",
+ "closeTags": "close tags",
+ "enterURL": "Enter the URL",
+ "enterImageURL": "Enter the URL of the image",
+ "enterImageDescription": "Enter a description of the image",
+ "textdirection": "text direction",
+ "toggleTextdirection": "Toggle Editor Text Direction",
+ "dfw": "Distraction-free writing mode",
+ "strong": "Bold",
+ "strongClose": "Close bold tag",
+ "em": "Italic",
+ "emClose": "Close italic tag",
+ "link": "Insert link",
+ "blockquote": "Blockquote",
+ "blockquoteClose": "Close blockquote tag",
+ "del": "Deleted text (strikethrough)",
+ "delClose": "Close deleted text tag",
+ "ins": "Inserted text",
+ "insClose": "Close inserted text tag",
+ "image": "Insert image",
+ "ul": "Bulleted list",
+ "ulClose": "Close bulleted list tag",
+ "ol": "Numbered list",
+ "olClose": "Close numbered list tag",
+ "li": "List item",
+ "liClose": "Close list item tag",
+ "code": "Code",
+ "codeClose": "Close code tag",
+ "more": "Insert Read More tag"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-includes/js/quicktags.min.js?ver=4.8-alpha-40290"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/basic-comment-quicktags/quicktags.js?ver=3.3.1"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-includes/js/wp-embed.min.js?ver=4.8-alpha-40290"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/_inc/spin.js?ver=1.3"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/_inc/jquery.spin.js?ver=1.3"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var jetpackCarouselStrings = {
+ "widths": [370, 700, 1000, 1200, 1400, 2000],
+ "is_logged_in": "",
+ "lang": "en",
+ "ajaxurl": "https:\/\/wptavern.com\/wp-admin\/admin-ajax.php",
+ "nonce": "8b429d4e23",
+ "display_exif": "1",
+ "display_geo": "1",
+ "single_image_gallery": "1",
+ "single_image_gallery_media_file": "",
+ "background_color": "black",
+ "comment": "Comment",
+ "post_comment": "Post Comment",
+ "write_comment": "Write a Comment...",
+ "loading_comments": "Loading Comments...",
+ "download_original": "View full size &lt;span class=\"photo-size\"&gt;{0}&lt;span class=\"photo-size-times\"&gt;\u00d7&lt;\/span&gt;{1}&lt;\/span&gt;",
+ "no_comment_text": "Please be sure to submit some text with your comment.",
+ "no_comment_email": "Please provide an email address to comment.",
+ "no_comment_author": "Please provide your name to comment.",
+ "comment_post_error": "Sorry, but there was an error posting your comment. Please try again later.",
+ "comment_approved": "Your comment was approved.",
+ "comment_unapproved": "Your comment is in moderation.",
+ "camera": "Camera",
+ "aperture": "Aperture",
+ "shutter_speed": "Shutter Speed",
+ "focal_length": "Focal Length",
+ "copyright": "Copyright",
+ "comment_registration": "0",
+ "require_name_email": "1",
+ "login_url": "https:\/\/wptavern.com\/wp-login.php?redirect_to=https%3A%2F%2Fwptavern.com%2Fstack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers",
+ "blog_id": "1",
+ "meta_data": ["camera", "aperture", "shutter_speed", "focal_length", "copyright"],
+ "local_comments_commenting_as": "&lt;fieldset&gt;&lt;label for=\"email\"&gt;Email (Required)&lt;\/label&gt; &lt;input type=\"text\" name=\"email\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-email-field\" \/&gt;&lt;\/fieldset&gt;&lt;fieldset&gt;&lt;label for=\"author\"&gt;Name (Required)&lt;\/label&gt; &lt;input type=\"text\" name=\"author\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-author-field\" \/&gt;&lt;\/fieldset&gt;&lt;fieldset&gt;&lt;label for=\"url\"&gt;Website&lt;\/label&gt; &lt;input type=\"text\" name=\"url\" class=\"jp-carousel-comment-form-field jp-carousel-comment-form-text-field\" id=\"jp-carousel-comment-form-url-field\" \/&gt;&lt;\/fieldset&gt;"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js?ver=20170209"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/_inc/postmessage.js?ver=4.7.1"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/_inc/jquery.jetpack-resize.js?ver=4.7.1"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/_inc/jquery.inview.js?ver=4.7.1"></script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/modules/likes/queuehandler.js?ver=4.7.1"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var prompt_comment_form_env = {
+ "url": "https:\/\/wptavern.com\/wp-admin\/admin-ajax.php",
+ "nonce": "7fdf8a181f",
+ "action": "prompt_comment_unsubscribe",
+ "post_id": "67202"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/postmatic-premium/vendor/plugins/postmatic/js/comment-form.min.js?ver=2.0.14"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var _wp_google_translate_widget = {
+ "lang": "en_US"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/modules/widgets/google-translate/google-translate.js?ver=4.8-alpha-40290"></script>
+ <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&amp;ver=4.8-alpha-40290"></script>
+ <script type="text/javascript">
+ /* &lt;![CDATA[ */
+ var sharing_js_options = {
+ "lang": "en",
+ "counts": "1"
+ };
+ /* ]]&gt; */
+ </script>
+ <script type="text/javascript" src="https://wptavern.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js?ver=4.7.1"></script>
+ <script type="text/javascript">
+ var windowOpen;
+ jQuery(document.body).on('click', 'a.share-facebook', function() {
+ // If there's another sharing window open, close it.
+ if ('undefined' !== typeof windowOpen) {
+ windowOpen.close();
+ }
+ windowOpen = window.open(jQuery(this).attr('href'), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400');
+ return false;
+ });
+ var windowOpen;
+ jQuery(document.body).on('click', 'a.share-twitter', function() {
+ // If there's another sharing window open, close it.
+ if ('undefined' !== typeof windowOpen) {
+ windowOpen.close();
+ }
+ windowOpen = window.open(jQuery(this).attr('href'), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350');
+ return false;
+ });
+ var windowOpen;
+ jQuery(document.body).on('click', 'a.share-telegram', function() {
+ // If there's another sharing window open, close it.
+ if ('undefined' !== typeof windowOpen) {
+ windowOpen.close();
+ }
+ windowOpen = window.open(jQuery(this).attr('href'), 'wpcomtelegram', 'menubar=1,resizable=1,width=450,height=450');
+ return false;
+ });
+ var windowOpen;
+ jQuery(document.body).on('click', 'a.share-google-plus-1', function() {
+ // If there's another sharing window open, close it.
+ if ('undefined' !== typeof windowOpen) {
+ windowOpen.close();
+ }
+ windowOpen = window.open(jQuery(this).attr('href'), 'wpcomgoogle-plus-1', 'menubar=1,resizable=1,width=480,height=550');
+ return false;
+ });
+ var windowOpen;
+ jQuery(document.body).on('click', 'a.share-pocket', function() {
+ // If there's another sharing window open, close it.
+ if ('undefined' !== typeof windowOpen) {
+ windowOpen.close();
+ }
+ windowOpen = window.open(jQuery(this).attr('href'), 'wpcompocket', 'menubar=1,resizable=1,width=450,height=450');
+ return false;
+ });
+ </script>
+ <iframe src="https://widgets.wp.com/likes/master.html?ver=20160429#ver=20160429" scrolling="no" id="likes-master" name="likes-master" style="display:none;"></iframe>
+ <div id="likes-other-gravatars">
+ <div class="likes-text"><span>%d</span> bloggers like this:</div>
+ <ul class="wpl-avatars sd-like-gravatars"></ul>
+ </div>
+ <script type="text/javascript" src="https://stats.wp.com/e-201711.js" async="" defer="defer"></script>
+ <script type="text/javascript">
+ _stq = window._stq || [];
+ _stq.push(['view', {
+ v: 'ext',
+ j: '1:4.7.1',
+ blog: '9006382',
+ post: '67202',
+ tz: '-4',
+ srv: 'wptavern.com'
+ }]);
+ _stq.push(['clickTrackerInit', '9006382', '67202']);
+ </script>
+
+
+ <img src="https://pixel.wp.com/g.gif?v=ext&amp;j=1%3A4.7.1&amp;blog=9006382&amp;post=67202&amp;tz=-4&amp;srv=wptavern.com&amp;host=wptavern.com&amp;ref=&amp;rand=0.17647913145625704" alt=":)" id="wpstats" scale="0" width="6" height="5" />
+ <div id="sharing_email" style="display: none;">
+ <form action="/stack-overflow-jobs-data-shows-reactjs-skills-in-high-demand-wordpress-market-oversaturated-with-developers" method="post">
+ <label for="target_email" class="font-secondary">Send to Email Address</label>
+ <input name="target_email" id="target_email" value="" class="font-primary" type="email" />
+
+
+ <label for="source_name" class="font-secondary">Your Name</label>
+ <input name="source_name" id="source_name" value="" class="font-primary" type="text" />
+
+ <label for="source_email" class="font-secondary">Your Email Address</label>
+ <input name="source_email" id="source_email" value="" class="font-primary" type="email" />
+
+ <input id="jetpack-source_f_name" name="source_f_name" class="input font-primary" value="" size="25" autocomplete="off" title="This field is for validation and should not be changed" type="text" />
+ <script>
+ jQuery(document).ready(function() {
+ document.getElementById('jetpack-source_f_name').value = ''
+ });
+ </script>
+
+ <img style="float: right; display: none" class="loading" src="https://wptavern.com/wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif" alt="loading" scale="0" width="16" height="16" />
+ <input value="Send Email" class="sharing_send font-primary font-secondary" type="submit" />
+ <a rel="nofollow" href="#cancel" class="sharing_cancel">Cancel</a>
+
+ <div class="errors errors-1" style="display: none;">
+ Post was not sent - check your email addresses!</div>
+
+ <div class="errors errors-2" style="display: none;">
+ Email check failed, please try again </div>
+
+ <div class="errors errors-3" style="display: none;">
+ Sorry, your blog cannot share posts by email. </div>
+ </form>
+ </div>
+ <div class="swiftype-widget">
+ <div class="autocomplete" style="position: absolute; z-index: 9999; top: 35px; left: 0px; width: 198px; display: none;">
+ <ul></ul>
+ </div>
+ </div>
+ <div id="goog-gt-tt" class="skiptranslate" dir="ltr">
+ <div style="padding: 8px;">
+ <div>
+ <div class="logo"><img src="https://www.gstatic.com/images/branding/product/1x/translate_24dp.png" alt="Google Translate" scale="0" width="20" height="20" /></div>
+ </div>
+ </div>
+ <div class="top" style="padding: 8px; float: left; width: 100%;">
+ <h1 class="title gray">Original text</h1>
+ </div>
+ <div class="middle" style="padding: 8px;">
+ <div class="original-text"></div>
+ </div>
+ <div class="bottom" style="padding: 8px;">
+ <div class="activity-links"><span class="activity-link">Contribute a better translation</span><span class="activity-link"></span></div>
+ <div class="started-activity-container">
+ <hr style="color: #CCC; background-color: #CCC; height: 1px; border: none;" />
+ <div class="activity-root"></div>
+ </div>
+ </div>
+ <div class="status-message" style="display: none;"></div>
+ </div><iframe id="rufous-sandbox" scrolling="no" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: medium none;" title="Twitter analytics iframe" frameborder="0"></iframe>
+ <div class="goog-te-spinner-pos">
+ <div class="goog-te-spinner-animation"><svg xmlns="http://www.w3.org/2000/svg" class="goog-te-spinner" width="96px" height="96px" viewBox="0 0 66 66"><circle class="goog-te-spinner-path" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"/></svg></div>
+ </div><iframe class="goog-te-menu-frame skiptranslate" style="visibility: visible; box-sizing: content-box; width: 1022px; height: 273px; display: none;" frameborder="0"></iframe></body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json
new file mode 100644
index 0000000..4c0fc4c
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "http:\/\/l3.yimg.com\/uu\/api\/res\/1.2\/4eRCPf9lJt_3q29.outekQ--\/aD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\/http:\/\/media.zenfs.com\/en\/homerun\/feed_manager_auto_publish_494\/4406ef57dcb40376c513903b03bef048",
+ "http:\/\/l1.yimg.com\/ny\/api\/res\/1.2\/589noY9BZNdmsUUQf6L1AQ--\/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9NzQ0O2g9NjY5\/http:\/\/media.zenfs.com\/en\/homerun\/feed_manager_auto_publish_494\/4406ef57dcb40376c513903b03bef048"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json
new file mode 100644
index 0000000..cfd3a69
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "Ben Silverman",
+ "Direction": null,
+ "Excerpt": "To help you decide what’s what, I’ve put together this list of the 8 PSVR games worth considering. Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well",
+ "Image": "http:\/\/l3.yimg.com\/uu\/api\/res\/1.2\/4eRCPf9lJt_3q29.outekQ--\/aD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\/http:\/\/media.zenfs.com\/en\/homerun\/feed_manager_auto_publish_494\/4406ef57dcb40376c513903b03bef048",
+ "Title": "These are the 8 coolest PlayStation VR games",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html
new file mode 100644
index 0000000..6456393
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html
@@ -0,0 +1,49 @@
+<div id="Col1-0-ContentCanvas-Proxy" data-reactid="406">
+ <article data-uuid="80b35014-fba3-377e-adc5-47fb44f61fa7" data-type="story" data-reactid="408">
+ <figure data-type="image" data-reactid="409">
+ <p><img alt="The PlayStation VR" src="http://l1.yimg.com/ny/api/res/1.2/589noY9BZNdmsUUQf6L1AQ--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9NzQ0O2g9NjY5/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/4406ef57dcb40376c513903b03bef048"></p>
+ <div data-reactid="413">
+ <figcaption title="Sony’s PlayStation VR." data-reactid="414">
+ <p>Sony’s PlayStation VR.</p>
+ </figcaption></div>
+ </figure>
+ <div data-reactid="418">
+ <p data-type="text" data-reactid="419">Virtual reality has officially reached the consoles. And it’s pretty good! <a href="http://finance.yahoo.com/news/review-playstation-vr-is-comfortable-and-affordable-but-lacks-must-have-games-165053851.html">Sony’s PlayStation VR</a> is extremely comfortable and reasonably priced, and while it’s lacking killer apps, it’s loaded with lots of interesting ones.</p>
+ <p data-type="text" data-reactid="420">But which ones should you buy? I’ve played just about every launch game, and while some are worth your time, others you might want to skip. To help you decide what’s what, I’ve put together this list of the eight PSVR games worth considering.</p>
+ <h3 data-type="text" data-reactid="421"><a href="https://www.playstation.com/en-us/games/rez-infinite-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Rez Infinite” ($30)</a></h3>
+ <p data-reactid="422"><iframe data-type="videoIframe" src="https://www.youtube.com/embed/YlDxEOwj5j8" data-reactid="423"></iframe></p>
+ <p data-type="text" data-reactid="424">Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. It includes a fully remastered take on the original “Rez” – you zoom through a Matrix-like computer system, shooting down enemies to the steady beat of thumping electronica – but the VR setting makes it incredibly immersive. It gets better the more you play it, too; unlock the amazing Area X mode and you’ll find yourself flying, shooting and bobbing your head to some of the trippiest visuals yet seen in VR.</p>
+ <h3 data-type="text" data-reactid="425"><a href="https://www.playstation.com/en-us/games/thumper-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Thumper” ($20)</a></h3>
+ <p data-reactid="426"><iframe data-type="videoIframe" src="https://www.youtube.com/embed/gtPGX8i1Eaw" data-reactid="427"></iframe></p>
+ <p data-type="text" data-reactid="428">What would happen if Tron, the board game Simon, a Clown beetle, Cthulhu and a noise band met in VR? Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well, a violent rhythm game that’s also a gorgeous, unsettling and totally captivating assault on the senses. With simple controls and a straightforward premise – click the X button and the analog stick in time with the music as you barrel down a neon highway — it’s one of the rare games that works equally well both in and out of VR. But since you have PSVR, play it there. It’s marvelous.</p>
+ <h3 data-type="text" data-reactid="429"><a href="https://www.playstation.com/en-us/games/until-dawn-rush-of-blood-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Until Dawn: Rush of Blood” ($20)</a></h3>
+ <p data-reactid="430"><iframe data-type="videoIframe" src="https://www.youtube.com/embed/EL3svUfC8Ds" data-reactid="431"></iframe></p>
+ <p data-type="text" data-reactid="432">Cheeky horror game “Until Dawn” was a breakout hit for the PS4 last year, channeling the classic “dumb teens in the woods” horror trope into an effective interactive drama. Well, forget all that if you fire up “Rush of Blood,” because this one sticks you front and center on a rollercoaster ride from Hell. Literally. You ride through a dimly-lit carnival of terror, dual-wielding pistols as you take down targets, hideous pig monsters and, naturally, maniac clowns. Be warned: If the bad guys don’t get you, the jump scares will.</p>
+ <h3 data-type="text" data-reactid="433"><a href="https://www.playstation.com/en-us/games/headmaster-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Headmaster” ($20)</a></h3>
+ <p data-reactid="434"><iframe data-type="videoIframe" src="https://www.youtube.com/embed/a7CSMKw1E7g" data-reactid="435"></iframe></p>
+ <p data-type="text" data-reactid="436">Soccer meets “Portal” in the weird (and weirdly fun) “Headmaster,” a game about heading soccer balls into nets, targets and a variety of other things while stuck in some diabolical training facility. While at first it seems a little basic, increasingly challenging shots and a consistently entertaining narrative keep it from running off the pitch. Funny, ridiculous and as easy as literally moving your head back and forth, it’s a pleasant PSVR surprise.</p>
+ <h3 data-type="text" data-reactid="437"><a href="https://www.playstation.com/en-us/games/rigs-mechanized-combat-league-ps4/" rel="nofollow noopener noreferrer" target="_blank">“RIGS: Mechanized Combat League” ($50)</a></h3>
+ <p data-reactid="438"><iframe data-type="videoIframe" src="https://www.youtube.com/embed/Rnqlf9EQ2zA" data-reactid="439"></iframe></p>
+ <p data-type="text" data-reactid="440">Giant mechs + sports? That’s the gist of this robotic blast-a-thon, which pits two teams of three against one another in gorgeous, explosive and downright fun VR combat. At its best, “RIGS” marries the thrill of fast-paced competitive shooters with the insanity of piloting a giant mech in VR. It can, however, be one of the barfier PSVR games. So pack your Dramamine, you’re going to have to ease yourself into this one.</p>
+ <h3 data-type="text" data-reactid="441"><a href="https://www.playstation.com/en-us/games/batman-arkham-vr-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Batman Arkham VR” ($20)</a></h3>
+ <p data-reactid="442"><iframe data-type="videoIframe" src="https://www.youtube.com/embed/eS4g0py16N8" data-reactid="443"></iframe></p>
+ <p data-type="text" data-reactid="444">“I’m Batman,” you will say. And you’ll actually be right this time, because you are Batman in this detective yarn, and you know this because you actually grab the famous cowl and mask, stick it on your head, and stare into the mirrored reflection of Rocksteady Games’ impressive Dark Knight character model. It lacks the action of its fellow “Arkham” games and runs disappointingly short, but it’s a high-quality experience that really shows off how powerfully immersive VR can be.</p>
+ <h3 data-type="text" data-reactid="445"><a href="https://www.playstation.com/en-us/games/job-simulator-the-2050-archives-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Job Simulator” ($30)</a></h3>
+ <p data-reactid="446"><iframe data-type="videoIframe" src="https://www.youtube.com/embed/3-iMlQIGH8Y" data-reactid="447"></iframe></p>
+ <p data-type="text" data-reactid="448">There are a number of good VR ports in the PSVR launch lineup, but the HTC Vive launch game “Job Simulator” might be the best. Your task? Lots of tasks, actually, from cooking food to fixing cars to working in an office, all for robots, because did I mention you were in the future? Infinitely charming and surprisingly challenging, it’s a great showpiece for VR.</p>
+ <h3 data-type="text" data-reactid="449"><a href="https://www.playstation.com/en-us/games/eve-valkyrie-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Eve Valkyrie” ($60)</a></h3>
+ <p data-reactid="450"><iframe data-type="videoIframe" src="https://www.youtube.com/embed/0KFHw12CTbo" data-reactid="451"></iframe></p>
+ <p data-type="text" data-reactid="452">Already a hit on the Oculus Rift, this space dogfighting game was one of the first to really show off how VR can turn a traditional game experience into something special. It’s pricey and not quite as hi-res as the Rift version, but “Eve Valkyrie” does an admirable job filling the void left since “Battlestar Galactica” ended. Too bad there aren’t any Cylons in it (or are there?)</p>
+ <p data-type="text" data-reactid="453"><em><strong>More games news:</strong></em></p>
+ <ul data-type="list" data-reactid="454">
+ <li data-reactid="455"><a href="https://www.yahoo.com/tech/skylanders-imaginators-will-let-you-create-and-3d-print-your-own-action-figure-143838550.html">‘Skylanders Imaginators’ will let you create and 3D print your own action figures</a></li>
+ <li data-reactid="456"><a href="https://www.yahoo.com/tech/review-high-flying-nba-2k17-has-a-career-year-184135248.html">Review: High-flying ‘NBA 2K17’ has a career year</a></li>
+ <li data-reactid="457"><a href="https://www.yahoo.com/tech/review-race-at-your-own-speed-in-big-beautiful-forza-horizon-3-195337170.html">Review: Race at your own speed in big, beautiful ‘Forza Horizon 3’</a></li>
+ <li data-reactid="458"><a href="https://www.yahoo.com/tech/sonys-playstation-4-pro-shows-promise-potential-161304037.html">Sony’s PlayStation 4 Pro shows promise, potential and plenty of pretty lighting</a></li>
+ <li data-reactid="459"><a href="https://www.yahoo.com/tech/review-madden-nfl-17-runs-000000394.html">Review: ‘Madden NFL 17’ runs hard, plays it safe</a></li>
+ </ul>
+ <p data-type="text" data-reactid="460"><i>Ben Silverman is on Twitter at</i>
+ <a href="https://twitter.com/ben_silverman" target="_blank" rel="nofollow noopener noreferrer"> <i>ben_silverman</i></a><i>.</i></p>
+
+ </div>
+ </article></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html
new file mode 100644
index 0000000..b13bd1d
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html
@@ -0,0 +1,14670 @@
+<!DOCTYPE html>
+<html id="atomic" class="NoJs firefox desktop" lang="en-US">
+
+<head prefix="og: http://ogp.me/ns#">
+ <script>
+ window.performance & amp; & amp;
+ window.performance.mark & amp; & amp;
+ window.performance.mark('PageStart');
+ </script>
+ <meta charset="utf-8" />
+ <meta name="msapplication-TileColor" content="#6e329d" />
+ <meta name="msapplication-TileImage" content="https://s.yimg.com/os/mit/media/p/presentation/images/icons/win8-tile-1484740.png" />
+ <meta name="referrer" content="origin" />
+ <meta name="theme-color" content="#400090" />
+ <meta name="twitter:dnt" content="on" />
+ <meta name="twitter:site" content="@Yahoo" />
+ <meta name="Yahoo" content="app-id=304158842,app-argument=yahoo://article/view?uuid=80b35014-fba3-377e-adc5-47fb44f61fa7&amp;src=web" />
+ <meta name="twitter:description" content="To help you decide what’s what, I’ve put together this list of the 8 PSVR games worth considering. Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well" />
+ <meta name="twitter:image" content="http://l3.yimg.com/uu/api/res/1.2/4eRCPf9lJt_3q29.outekQ--/aD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/4406ef57dcb40376c513903b03bef048" />
+ <meta name="twitter:image:src" content="http://l3.yimg.com/uu/api/res/1.2/4eRCPf9lJt_3q29.outekQ--/aD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/4406ef57dcb40376c513903b03bef048" />
+ <meta name="twitter:title" content="These are the 8 coolest PlayStation VR games" />
+ <meta name="description" content="To help you decide what’s what, I’ve put together this list of the 8 PSVR games worth considering. Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well" />
+ <meta property="og:type" content="article" />
+ <meta property="twitter:site" content="@YahooFinance" />
+ <meta property="al:android:package" content="com.yahoo.mobile.client.android.yahoo" />
+ <meta property="al:android:url" content="yahoo://article/view?uuid=80b35014-fba3-377e-adc5-47fb44f61fa7&amp;src=web" />
+ <meta property="al:ios:app_name" content="Yahoo" />
+ <meta property="al:ios:app_store_id" content="304158842" />
+ <meta property="al:ios:url" content="yahoo://article/view?uuid=80b35014-fba3-377e-adc5-47fb44f61fa7&amp;src=web" />
+ <meta property="twitter:dnt" content="on" />
+ <meta property="og:image:width" content="744" />
+ <meta property="og:image:height" content="669" />
+ <meta property="twitter:creator" content="@ben_silverman" />
+ <meta property="twitter:card" content="summary_large_image" />
+ <meta property="og:description" content="To help you decide what’s what, I’ve put together this list of the 8 PSVR games worth considering. Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well" />
+ <meta property="og:image" content="http://l3.yimg.com/uu/api/res/1.2/4eRCPf9lJt_3q29.outekQ--/aD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/4406ef57dcb40376c513903b03bef048" />
+ <meta property="og:title" content="These are the 8 coolest PlayStation VR games" />
+ <meta property="og:url" content="http://finance.yahoo.com/news/best-psvr-games-170003443.html" />
+ <meta http-equiv="x-dns-prefetch-control" content="on" />
+ <link rel="canonical" href="http://finance.yahoo.com/news/best-psvr-games-170003443.html" />
+ <link rel="alternate" href="http://finance.yahoo.com/news/best-psvr-games-170003443.html" hreflang="x-default" />
+ <link rel="alternate" href="https://ca.finance.yahoo.com/news/best-psvr-games-170003443.html" hreflang="en-CA" />
+ <link rel="alternate" href="https://uk.finance.yahoo.com/news/best-psvr-games-170003443.html" hreflang="en-GB" />
+ <link rel="alternate" href="https://in.finance.yahoo.com/news/best-psvr-games-170003443.html" hreflang="en-IN" />
+ <link rel="alternate" href="https://sg.finance.yahoo.com/news/best-psvr-games-170003443.html" hreflang="en-SG" />
+ <link rel="alternate" href="http://finance.yahoo.com/news/best-psvr-games-170003443.html" hreflang="en-US" />
+ <link rel="dns-prefetch" href="//shim.btrll.com" />
+ <link rel="preconnect" href="//s.yimg.com" />
+ <link rel="preconnect" href="//geo.query.yahoo.com" />
+ <link rel="preconnect" href="//csc.beap.bc.yahoo.com" />
+ <link rel="preconnect" href="//beap.gemini.yahoo.com" />
+ <link rel="preconnect" href="//yep.video.yahoo.com" />
+ <link rel="preconnect" href="//video-api.yql.yahoo.com" />
+ <link rel="preconnect" href="//yrtas.btrll.com" />
+ <link rel="preconnect" href="//shim.btrll.com" />
+ <link rel="icon" sizes="any" href="https://s.yimg.com/os/mit/media/p/common/images/favicon_new-7483e38.svg" />
+ <link rel="icon" type="image/x-icon" href="/favicon.ico" />
+ <link rel="amphtml" href="https://www.yahoo.com/amphtml/finance/news/best-psvr-games-170003443.html" />
+ <title>These are the 8 coolest PlayStation VR games</title>
+ <link rel="stylesheet" href="https://s.yimg.com/zz/combo?os/yc/css/custom.a7b8ca29.css&amp;os/yc/css/bundle.40c34d82.css&amp;os/yc/css/atomic-desktop-ltr.eedb091e.css&amp;os/yc/css/atomic-context.2d508cfe.css&amp;os/yc/css/patch.cd698090.css&amp;os/yc/css/theme.7c54e2fd.css&amp;os/fuji-style/css/fuji-rollup.min.e15bf8b3.css&amp;os/yc/css/content-canvas.67e84b7e.css" />
+ <script src="https://www.yahoo.com/polyfill.min.js?features=locale-data-en-us%2Carray.isarray%2Carray.prototype.every%2Carray.prototype.foreach%2Carray.prototype.indexof%2Carray.prototype.map%2Cdate.now%2Cfunction.prototype.bind%2Cobject.keys%2Cstring.prototype.trim%2Cobject.defineproperty%2Cobject.defineproperties%2Cobject.create%2Cobject.freeze%2Carray.prototype.filter%2Carray.prototype.reduce%2Cobject.assign%2Cpromise%2Crequestanimationframe%2Carray.prototype.some%2Cobject.getownpropertynames%2Cintl&amp;version=2.1.23" defer="defer"></script>
+ <script src="https://s.yimg.com/os/ri/2.1.5/en.js"></script>
+ <script src="https://s.yimg.com/zz/combo?ss/rapid-3.39.1.js"></script>
+ <script src="https://s.yimg.com/zz/combo?os/yc/js/common.ef256c31a306ee102313.min.js" defer="defer"></script>
+ <script src="http://l.yimg.com/rq/darla/2-9-17/js/g-r-min.js"></script>
+ <script>
+ window.Modernizr = function(a, b, c) {
+ function d(a) {
+ r.cssText = a
+ }
+
+ function e(a, b) {
+ return typeof a === b
+ }
+
+ function f(a, b) {
+ return !!~("" + a).indexOf(b)
+ }
+
+ function g(a, b) {
+ for (var d in a) {
+ var e = a[d];
+ if (!f(e, "-") & amp; & amp; r[e] !== c) return "pfx" == b ? e : !0
+ }
+ return !1
+ }
+
+ function h(a, b, d) {
+ for (var f in a) {
+ var g = b[a[f]];
+ if (g !== c) return d === !1 ? a[f] : e(g, "function") ? g.bind(d || b) : g
+ }
+ return !1
+ }
+
+ function i(a, b, c) {
+ var d = a.charAt(0).toUpperCase() + a.slice(1),
+ f = (a + " " + u.join(d + " ") + d).split(" ");
+ return e(b, "string") || e(b, "undefined") ? g(f, b) : (f = (a + " " + v.join(d + " ") + d).split(" "), h(f, b, c))
+ }
+ var j, k, l, m = "2.8.3",
+ n = {},
+ o = b.documentElement,
+ p = "modernizr",
+ q = b.createElement(p),
+ r = q.style,
+ s = ({}.toString, " -webkit- -moz- -o- -ms- ".split(" ")),
+ t = "Webkit Moz O ms",
+ u = t.split(" "),
+ v = t.toLowerCase().split(" "),
+ w = {
+ svg: "http://www.w3.org/2000/svg"
+ },
+ x = {},
+ y = [],
+ z = y.slice,
+ A = function(a, c, d, e) {
+ var f, g, h, i, j = b.createElement("div"),
+ k = b.body,
+ l = k || b.createElement("body");
+ if (parseInt(d, 10))
+ for (; d--;) h = b.createElement("div"), h.id = e ? e[d] : p + (d + 1), j.appendChild(h);
+ return f = ["&amp;#173;", '&lt;style id="s', p, '"&gt;', a, "&lt;/style&gt;"].join(""), j.id = p, (k ? j : l).innerHTML += f, l.appendChild(j), k || (l.style.background = "", l.style.overflow = "hidden", i = o.style.overflow, o.style.overflow = "hidden", o.appendChild(l)), g = c(j, a), k ? j.parentNode.removeChild(j) : (l.parentNode.removeChild(l), o.style.overflow = i), !!g
+ },
+ B = {}.hasOwnProperty;
+ l = e(B, "undefined") || e(B.call, "undefined") ? function(a, b) {
+ return b in a & amp; & amp;
+ e(a.constructor.prototype[b], "undefined")
+ } : function(a, b) {
+ return B.call(a, b)
+ }, Function.prototype.bind || (Function.prototype.bind = function(a) {
+ var b = this;
+ if ("function" != typeof b) throw new TypeError;
+ var c = z.call(arguments, 1),
+ d = function() {
+ if (this instanceof d) {
+ var e = function() {};
+ e.prototype = b.prototype;
+ var f = new e,
+ g = b.apply(f, c.concat(z.call(arguments)));
+ return Object(g) === g ? g : f
+ }
+ return b.apply(a, c.concat(z.call(arguments)))
+ };
+ return d
+ }), x.canvas = function() {
+ var a = b.createElement("canvas");
+ return !(!a.getContext || !a.getContext("2d"))
+ }, x.history = function() {
+ return !(!a.history || !history.pushState)
+ }, x.csstransforms3d = function() {
+ var a = !!i("perspective");
+ return a & amp; & amp;
+ "webkitPerspective" in o.style & amp; & amp;
+ A("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}", function(b, c) {
+ a = 9 === b.offsetLeft & amp; & amp;
+ 3 === b.offsetHeight
+ }), a
+ }, x.csstransitions = function() {
+ return i("transition")
+ }, x.video = function() {
+ var a = b.createElement("video"),
+ c = !1;
+ try {
+ (c = !!a.canPlayType) & amp; & amp;
+ (c = new Boolean(c), c.ogg = a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/, ""), c.h264 = a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/, ""), c.webm = a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/, ""))
+ } catch (d) {}
+ return c
+ }, x.localstorage = function() {
+ try {
+ return localStorage.setItem(p, p), localStorage.removeItem(p), !0
+ } catch (a) {
+ return !1
+ }
+ }, x.sessionstorage = function() {
+ try {
+ return sessionStorage.setItem(p, p), sessionStorage.removeItem(p), !0
+ } catch (a) {
+ return !1
+ }
+ }, x.svg = function() {
+ return !!b.createElementNS & amp; & amp;
+ !!b.createElementNS(w.svg, "svg").createSVGRect
+ }, x.inlinesvg = function() {
+ var a = b.createElement("div");
+ return a.innerHTML = "&lt;svg/&gt;", (a.firstChild & amp; & amp; a.firstChild.namespaceURI) == w.svg
+ };
+ for (var C in x) l(x, C) & amp; & amp;
+ (k = C.toLowerCase(), n[k] = x[C](), y.push((n[k] ? "" : "no-") + k));
+ return n.addTest = function(a, b) {
+ if ("object" == typeof a)
+ for (var d in a) l(a, d) & amp; & amp;
+ n.addTest(d, a[d]);
+ else {
+ if (a = a.toLowerCase(), n[a] !== c) return n;
+ b = "function" == typeof b ? b() : b, "undefined" != typeof enableClasses & amp; & amp;
+ enableClasses & amp; & amp;
+ (o.className += " " + (b ? "" : "no-") + a), n[a] = b
+ }
+ return n
+ }, d(""), q = j = null, n._version = m, n._prefixes = s, n._domPrefixes = v, n._cssomPrefixes = u, n.testProp = function(a) {
+ return g([a])
+ }, n.testAllProps = i, n.testStyles = A, n.prefixed = function(a, b, c) {
+ return b ? i(a, b, c) : i(a, "pfx")
+ }, n
+ }(this, this.document);
+ </script>
+ <script>
+ (function(html) {
+ var c = html.className;
+ c += " JsEnabled";
+ c = c.replace("NoJs", "");
+ html.className = c;
+ })(document.documentElement);
+ </script>
+ <style>
+ .jtdTrans-enter {
+ transform: translateY(7px) scale(.9667)
+ }
+
+ .jtdTrans-enter.jtdTrans-enter-active {
+ transform: translateY(0) scale(1);
+ transition: all 350ms ease-out
+ }
+
+ .jtdTrans-leave {
+ opacity: 1;
+ transform: translateX(0)
+ }
+
+ .jtdTrans-leave.jtdTrans-leave-active {
+ opacity: .01;
+ transform: translateX(100%);
+ transition: all 350ms ease-in
+ }
+
+ .jtdBgTrans-enter {
+ opacity: 0;
+ transform: translateY(7px) scale(.9667)
+ }
+
+ .jtdBgTrans-enter.jtdBgTrans-enter-active {
+ opacity: 1;
+ transform: translateY(0) scale(1);
+ transition: all 350ms ease-out
+ }
+
+ .jtdBgTrans-leave {
+ opacity: 0
+ }
+
+ @-webkit-keyframes moveAnimation {
+ 25% {
+ transform: rotate(-90deg)
+ }
+ 75% {
+ transform: rotate(0)
+ }
+ }
+
+ @keyframes moveAnimation {
+ 25% {
+ transform: rotate(-90deg)
+ }
+ 75% {
+ transform: rotate(0)
+ }
+ }
+ </style>
+ <style>
+ .tdv2-applet-livecoverage .action-enter {
+ opacity: .01
+ }
+
+ .tdv2-applet-livecoverage .action-enter.action-enter-active {
+ opacity: 1;
+ transition: opacity .5s ease-in
+ }
+
+ .tdv2-applet-livecoverage .action-leave {
+ opacity: 1
+ }
+
+ .tdv2-applet-livecoverage .action-leave.action-leave-active {
+ opacity: .01;
+ transition: opacity 1s ease-in
+ }
+
+ .tdv2-applet-livecoverage .action-appear {
+ opacity: .01
+ }
+
+ .tdv2-applet-livecoverage .action-appear.action-appear-active {
+ opacity: 1;
+ transition: opacity .5s ease-in
+ }
+
+ .tdv2-applet-livecoverage .new-post {
+ animation: transistion-bd-color 10s ease-in
+ }
+
+ @keyframes transistion-bd-color {
+ 0%,
+ 25% {
+ border-color: #ff2429
+ }
+ 100% {
+ border-color: #198cff
+ }
+ }
+ </style>
+ <style>
+ .trending-enter {
+ opacity: .01;
+ position: relative;
+ transition: opacity .5s ease-in;
+ transition-delay: .5s
+ }
+
+ .trending-enter.trending-enter-active {
+ opacity: 1;
+ position: relative
+ }
+
+ .trending-leave {
+ opacity: 1;
+ position: absolute;
+ top: 0;
+ left: 0;
+ transition: opacity .5s ease-in
+ }
+
+ .trending-leave.trending-leave-active {
+ position: absolute;
+ top: 0;
+ left: 0;
+ opacity: .01
+ }
+ </style>
+ <style>
+ .td-applet-mtfpopup .ac-results .react-autocomplete-results-list {
+ margin: 0;
+ border: 1px solid #ccc
+ }
+
+ .td-applet-mtfpopup .ac-results .react-autocomplete-results-list .react-autocomplete-result-item {
+ padding: 5px
+ }
+
+ .td-applet-mtfpopup .ac-results .react-autocomplete-results-list .react-autocomplete-result-item:hover {
+ background-color: #ddd
+ }
+
+ .td-applet-mtfpopup .ac-results .react-autocomplete-results-list .react-autocomplete-result-item.focused {
+ background-color: #ccc
+ }
+ </style>
+ <style>
+ @-webkit-keyframes spin {
+ to {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg)
+ }
+ }
+
+ @keyframes spin {
+ to {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg)
+ }
+ }
+
+ @-webkit-keyframes location-spinner {
+ 0% {
+ -webkit-transform: scale(0);
+ transform: scale(0)
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ opacity: 0
+ }
+ }
+
+ @keyframes location-spinner {
+ 0% {
+ -webkit-transform: scale(0);
+ transform: scale(0)
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ opacity: 0
+ }
+ }
+
+ .bgimg-enter {
+ opacity: .01
+ }
+
+ .bgimg-enter.bgimg-enter-active {
+ opacity: 1;
+ -webkit-transition: opacity .5s ease-in;
+ transition: opacity .5s ease-in
+ }
+
+ .bgimg-leave {
+ opacity: 1
+ }
+
+ .bgimg-leave.bgimg-leave-active {
+ opacity: .01;
+ -webkit-transition: opacity .3s ease-in;
+ transition: opacity .3s ease-in
+ }
+ </style>
+ <style>
+ @-webkit-keyframes follow-anim {
+ 0%,
+ 100% {
+ opacity: 1;
+ stroke-width: 1px
+ }
+ 50% {
+ opacity: .8;
+ stroke-width: 4px
+ }
+ }
+
+ @keyframes follow-anim {
+ 0%,
+ 100% {
+ opacity: 1;
+ stroke-width: 1px
+ }
+ 50% {
+ opacity: .8;
+ stroke-width: 4px
+ }
+ }
+ </style>
+ <style>
+ body::after {
+ opacity: 0;
+ content: ' ';
+ position: fixed;
+ transition: opacity .1s ease-in, transform .1s ease-in;
+ -webkit-transition: opacity .1s ease-in, transform .1s ease-in;
+ pointer-events: none
+ }
+
+ .desktop body::after,
+ .desktop body:after {
+ top: 50%;
+ left: 50%;
+ display: block;
+ width: 52px;
+ height: 52px;
+ z-index: 11;
+ background: url(https://s.yimg.com/os/yc/pt/icons/fuji-loader-v2-blue.0.svg) center center no-repeat;
+ background: url(https://s.yimg.com/os/yc/pt/icons/throbber-93.gif) center center no-repeat\9;
+ background-size: 52px 52px;
+ margin-left: -41px;
+ margin-top: -41px;
+ padding: 15px;
+ background-color: #fff;
+ border-radius: 50%;
+ box-shadow: 0 0 100px #ccc;
+ transform: scale(.7);
+ -webkit-transform: scale(.7)
+ }
+
+ @media screen and (-ms-high-contrast:active),
+ (-ms-high-contrast:none) {
+ .desktop body::after,
+ .desktop body:after {
+ background: url(https://s.yimg.com/os/yc/pt/icons/throbber-93.gif) center center no-repeat
+ }
+ }
+
+ .smartphone body::after,
+ .smartphone body:after,
+ .tablet body::after,
+ .tablet body:after {
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ z-index: 1;
+ background: url(https://s.yimg.com/os/yc/pt/icons/fuji-loader-v2-blue.0.svg) 50% 50% no-repeat rgba(255, 255, 255, .7);
+ height: 100%;
+ background-size: 52px 52px
+ }
+
+ .batchupdate-transitioning body::after,
+ .batchupdate-transitioning body:after {
+ opacity: 1
+ }
+ </style>
+ <style>
+ #atomic .render-target-modal #YDC-UH {
+ display: none
+ }
+
+ #atomic #render-target-modal,
+ #atomic #render-target-viewer {
+ opacity: 0
+ }
+
+ #atomic.modal-postopen #render-target-modal,
+ #atomic.viewer-postopen #render-target-viewer {
+ opacity: 1
+ }
+
+ #atomic.modal-postopen #render-target-mrt,
+ #atomic.modal-postopen .render-target-default,
+ #atomic.viewer-postopen #render-target-mrt,
+ #atomic.viewer-postopen .render-target-default {
+ max-height: 100%;
+ overflow: hidden
+ }
+
+ #render-target-mrt {
+ position: absolute;
+ width: 100%
+ }
+
+ #atomic.default-to-modal-fade .render-target-default,
+ #atomic.default-to-viewer-fade .render-target-default,
+ #atomic.modal-to-default-fade .render-target-modal,
+ #atomic.mrt-to-modal-fade #render-target-mrt,
+ #atomic.mrt-to-viewer-fade #render-target-mrt,
+ #atomic.viewer-to-default-fade .render-target-viewer {
+ position: fixed
+ }
+
+ #atomic.default-to-modal-fade .render-target-modal {
+ -webkit-animation: fadein .15s ease-out forwards;
+ animation: fadein .15s ease-out forwards
+ }
+
+ #atomic.modal-to-default-fade .render-target-modal {
+ -webkit-animation: fadeout .15s ease-in forwards;
+ animation: fadeout .15s ease-in forwards
+ }
+
+ #atomic.default-to-viewer-fade .render-target-viewer,
+ #atomic.modal-to-viewer-fade .render-target-viewer {
+ -webkit-animation: fadein .25s ease-out forwards;
+ animation: fadein .25s ease-out forwards
+ }
+
+ #atomic.viewer-to-default-fade .render-target-viewer,
+ #atomic.viewer-to-modal-fade .render-target-viewer {
+ -webkit-animation: fadeout .25s ease-in forwards;
+ animation: fadeout .25s ease-in forwards
+ }
+
+ @-webkit-keyframes fadein {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-webkit-keyframes fadeout {
+ 0% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @keyframes fadein {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @keyframes fadeout {
+ 0% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+ </style>
+ <script>
+ (function() {
+ if (!window.YAHOO || !window.YAHOO.i13n || !window.YAHOO.i13n.Rapid) {
+ return;
+ }
+ var rapidConfig = {
+ "keys": {
+ "ver": "y20",
+ "navtype": "server",
+ "layout": "y20stream",
+ "pd": "non_modal",
+ "pt": 4,
+ "p_cpos": 1,
+ "p_hosted": "hosted",
+ "pct": "story",
+ "pstaid": "80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "ss_cid": "",
+ "mrkt": "us",
+ "site": "finance",
+ "lang": "en-US",
+ "colo": "gq1",
+ "_yrid": "9qrr7t5c1iors",
+ "_rid": "9qrr7t5c1iors"
+ },
+ "compr_type": "deflate",
+ "tracked_mods_viewability": [],
+ "test_id": "finance-US-en-US-def",
+ "webworker_file": "/lib/metro/g/myy/rapidworker_1_2_0.0.2.js",
+ "client_only": 1,
+ "track_right_click": true,
+ "pageview_on_init": true,
+ "viewability": true,
+ "dwell_on": true,
+ "spaceid": "1183300100"
+ };
+ window.rapidInstance = new window.YAHOO.i13n.Rapid(rapidConfig);
+ })();
+ </script>
+</head>
+
+<body>
+ <div id="app">
+ <div data-reactroot="" data-reactid="1" data-react-checksum="510596237">
+ <div class="render-target-active render-target-default D(b)" id="render-target-default" data-reactid="2">
+ <div class="finance US en-US" data-reactid="3">
+ <div id="YDC-MainCanvas" class="YDC-MainCanvas Bgc($bg-body) Bxz(bb) Mih(100%) W(100%) Pos(a) lightweight_Miw(1247px)" data-reactid="4">
+ <div id="YDC-UH" class="YDC-UH" style="height:128px;" data-reactid="5">
+ <div id="YDC-UH-Stack" class="YDC-UH-Stack Z(10) End(0) Start(0) T(0) Pos(f)" data-reactid="6">
+ <div data-reactid="7">
+ <div id="UH-0-UH-Proxy" data-reactid="8">
+ <div data-reactid="9">
+ <div data-reactid="10">
+ <div id="masterNav" class="C(#fff) Fz(13px) H(22px)" data-reactid="11">
+ <ul id="eyebrow" role="navigation" class="H(22px) Lh(1.7) M(0) NavLinks P(0) Whs(nw) Z(11) Bgc(#2d1152) Pos(a) Start(0) End(0)" data-reactid="12">
+ <li id="uh-tb-home" class="D(ib) Lh(1.7) Mend(18px) Pstart(10px) Va(t) Zoom" data-reactid="13">
+ <a class="C(#fff) Td(n) Pos(r) Z(1) rapidnofollow" href="https://www.yahoo.com/" data-reactid="14">
+ <div data-reactid="15"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="16" style="cursor:pointer;margin-right:6px;margin-top:1px;vertical-align:top;fill:#fff;stroke:#fff;stroke-width:0;" height="16" viewBox="0 0 32 32" data-icon="home" data-reactid="16"><path d="M16.153 3.224L0 16.962h4.314v11.814h9.87v-8.003h3.934v8.003h9.84V16.962H32" data-reactid="17"/></svg><b class="Fw(400) Mstart(-1px) Td(u):h" data-reactid="18">Home</b></div>
+ </a>
+ </li>
+ <li id="uh-tb-mail" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="19"><a class="C(#fff) Td(n) Td(u):h" href="https://mail.yahoo.com/?.intl=us&amp;.lang=en-US" data-reactid="20">Mail</a></li>
+ <li id="uh-tb-flickr" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="21"><a class="C(#fff) Td(n) Td(u):h" href="https://www.flickr.com/" data-reactid="22">Flickr</a></li>
+ <li id="uh-tb-tumblr" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="23"><a class="C(#fff) Td(n) Td(u):h" href="https://www.tumblr.com/" data-reactid="24">Tumblr</a></li>
+ <li id="uh-tb-news" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="25"><a class="C(#fff) Td(n) Td(u):h" href="https://www.yahoo.com/news/" data-reactid="26">News</a></li>
+ <li id="uh-tb-sports" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="27"><a class="C(#fff) Td(n) Td(u):h" href="http://sports.yahoo.com/" data-reactid="28">Sports</a></li>
+ <li id="uh-tb-finance" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="29"><a class="C(#fff) Td(n) Td(u):h" href="http://finance.yahoo.com/" data-reactid="30">Finance</a></li>
+ <li id="uh-tb-celebrity" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="31"><a class="C(#fff) Td(n) Td(u):h" href="https://www.yahoo.com/celebrity/" data-reactid="32">Celebrity</a></li>
+ <li id="uh-tb-answers" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="33"><a class="C(#fff) Td(n) Td(u):h" href="https://answers.yahoo.com/" data-reactid="34">Answers</a></li>
+ <li id="uh-tb-groups" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="35"><a class="C(#fff) Td(n) Td(u):h" href="https://groups.yahoo.com/" data-reactid="36">Groups</a></li>
+ <li id="uh-tb-mobile" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="37"><a class="C(#fff) Td(n) Td(u):h" href="https://mobile.yahoo.com/" data-reactid="38">Mobile</a></li>
+ <li id="uh-tb-more" class="D(ib) Lh(1.7) Pend(6px) Pos(r) Pstart(10px) Va(t) Z(4) Zoom" data-reactid="39"><a id="uh-tb-more-link" class="C(#fff) Pos(r) Td(n) Z(1) yucs-leavable rapidnofollow" href="http://everything.yahoo.com/" role="button" data-reactid="40"><span class="Td(u):h" data-reactid="41">More</span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="8" style="cursor:pointer;margin-left:5px;vertical-align:middle;fill:#fff;stroke:#fff;stroke-width:0;" height="8" viewBox="0 0 512 512" data-icon="CoreArrowDown" data-reactid="42"><path d="M500.77 131.432L477.53 108.18c-14.45-14.55-40.11-14.55-54.51 0L255.845 275.363 88.582 108.124c-15.015-14.874-39.363-14.874-54.42.108L10.94 131.486c-14.58 14.44-14.58 40.11-.033 54.442l217.77 217.845c15.004 14.82 39.33 14.874 54.42-.108L500.88 185.82c14.818-14.982 14.87-39.298-.11-54.388z" data-reactid="43"/></svg></a></li>
+ <!-- react-empty: 44 -->
+ </ul>
+ </div>
+ <div id="preLoadUH-0-Header" class="Bdbs(s) Bdw(1px) Miw(1024px) End(0) Start(0) UH Z(10) Bdc($c-divider) Py(14px) Bgc($bg-header) T(22px) Pos(f) Panel-open_Bxsh(shadowOn)" data-name="tdv2-applet-uh" data-version="8.0.567" data-reactid="45">
+ <div data-reactid="46">
+ <div class="Fl(start) Fz(0) M(0) P(0) ie-7_W(190px) Miw(190px) UHMR1D_Py(0)" style="background-color:transparent;" data-reactid="47">
+ <div data-reactid="48">
+ <style data-reactid="49">
+ #preLoadUH-0-Header #uh-logo {
+ background-image: url(https://s.yimg.com/rz/d/yahoo_finance_en-US_s_f_pw_351x40_finance.png);
+ }
+
+ @media only screen and (-webkit-min-device-pixel-ratio: 2),
+ only screen and ( min--moz-device-pixel-ratio: 2),
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
+ only screen and ( min-device-pixel-ratio: 2),
+ only screen and ( min-resolution: 192dpi),
+ only screen and ( min-resolution: 2dppx) {
+ #preLoadUH-0-Header #uh-logo {
+ background-image: url(https://s.yimg.com/rz/d/yahoo_finance_en-US_s_f_pw_351x40_finance_2x.png);
+ }
+ }
+ </style><a id="uh-logo" class="Bgpx(0) Bgr(nr) Cur(p) D(b) H(35px) Bgz(702px) Mx(a)! W(92px)" href="https://finance.yahoo.com/" data-reactid="50"><b class="Hidden" data-reactid="51">Yahoo</b></a></div>
+ </div>
+ <div id="uh-search" class="D(ib) uh-max_Py(50px)" data-reactid="52">
+ <form action="http://search.yahoo.com/search" class="M(0) P(0) Whs(nw)" method="get" name="input" data-reactid="53"><label class="Hidden" for="search-assist-input" data-reactid="54">Search</label>
+ <table class="Bdsp(0) Bdcl(c) Maw(searchMaxWidth) Miw(searchMinWidth) W(searchWidth) ie-8_W(searchMinWidthLightWeight) ie-7_W(searchMinWidthLightWeight) ie-7_Miw(searchMinWidthLightWeight) ie-8_Miw(searchMinWidthLightWeight)" data-reactid="55">
+ <tbody data-reactid="56">
+ <tr data-reactid="57">
+ <td class="W(100%) Va(t) Px(0)" data-reactid="58">
+ <div data-reactid="59">
+ <div class="Z(2) Pos(r)" id="search-assist-input" data-reactid="60">
+ <div class="" data-reactid="61"><input aria-label="Search" autocomplete="off" autocorrect="off" autocapitalize="off" class="Pos(r) W(100%) M(0) O(0) O(0):f Bgc(#fff) Z(2) Bxsh(n) Bxsh(n):f Fz(15px) Px(15px) Py(8px) Bdrs(0) Pstart(10px) Pend(10px) Va(t)" name="p" placeholder="Search" style="-webkit-appearance:none;" value="" data-reactid="62" type="text" /></div>
+ <div class="Pos(a) Ta(start) Start(0) End(0) Bgc(#fff) Z(1) D(n) Bd Bdc(#aaa) Bdtw(0) Mt(-1px)" data-reactid="63">
+ <ul class="M(0)" data-reactid="64"></ul>
+ </div>
+ </div>
+ </div>
+ </td>
+ <td class="Va(t) Tren(os) W(10%) Whs(nw) Px(0) Bdcl(s)" data-reactid="65">
+ <div id="search-buttons" data-reactid="66"><button class="Bdrs(4px) Bdtw(0) Bdw(1px) Bgr(rx) Mstart(5px) Bxz(cb) C(#fff) Ff(ss)! Fz(15px) two-btn_Fz(13px) Lh(32px)! Mend(0)! My(0)! Miw(92px) Px(14px) Py(0) Ta(c) Td(n) Va(t) Zoom Bg(searchBtnBg) Bxsh(customShadowSearchButton)" id="search-button" style="filter:chroma(color=#000000);" type="submit" data-reactid="67">Search</button></div>
+ </td>
+ </tr>
+ </tbody>
+ </table><input name="fr" value="uh3_finance_vert" data-reactid="68" type="hidden" /><input name="fr2" value="p:finvsrp,m:sb" data-reactid="69" type="hidden" /></form>
+ </div>
+ <ul id="uh-right" class="End(20px) List(n) Pos(a) T(14px)" data-reactid="70">
+ <li class="Fl(start) Mx(4px) Mend(9px)" data-reactid="71"><a id="uh-signedin" class="Bdrs(5px) Bds(s) Bdw(2px) C(#fff):h D(ib) Ell Fz(14px) Fw(b) Py(2px) Mt(3px) Ta(c) Td(n):h Miw(78px) H(18px) Bdc(signInBtn) Bgc(signInBtn):h C(signInBtn)" href="https://login.yahoo.com/config/login?.intl=us&amp;.lang=en-US&amp;.src=finance&amp;.done=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html" data-reactid="72">Sign in</a></li>
+ <li class="D(ib) Mstart(14px) Mt(-1px) ua-ie8_Pb(10px) ua-ie9_Pb(10px)" data-reactid="73"><button id="uh-follow" class="Pos(r) Fl(start) D(ib) Bd(0) P(0) Mstart(14px) Mend(13px) Cur(p) ie-7_D(n) ie-8_Pb(10px) ie-9_Pb(10px)" href="#" aria-label="Notifications" data-reactid="74"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="28" style="fill:#400090;stroke:#400090;stroke-width:0;vertical-align:bottom;" height="28" viewBox="0 0 512 512" data-icon="nav-bell" data-reactid="75"><path d="M294.2 428.05h-74.4c0 20.543 16.656 37.2 37.2 37.2 20.535 0 37.2-12.47 37.2-37.2zM136.1 195.55c0 62.284-53.51 94.162-55.728 95.452L71 296.352v94.498h372v-94.498l-9.373-5.35c-.562-.318-55.727-32.573-55.727-95.452 0-63.88-12.533-148.8-120.9-148.8-108.368 0-120.9 84.92-120.9 148.8z" data-reactid="76"/></svg><span id="uh-follow-count" class="Bgc(mailBadge) Bdrs(11px) C(#fff) Start(16px) Fz(11px) Fw(b) Pos(a) Lh(2) Ta(c) T(-11px) W(22px) V(h)" data-reactid="77">0</span></button></li>
+ <li class="D(ib) Mstart(14px) Mt(-1px) ua-ie8_Pb(10px) ua-ie9_Pb(10px)" data-reactid="78"><a id="uh-mail" class="Pos(r) D(ib) Ta(s) Td(n):h" href="https://mail.yahoo.com/?.intl=us&amp;.lang=en-US&amp;.partner=none&amp;.src=finance" data-reactid="79"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="30" style="fill:#400090;stroke:#400090;stroke-width:0;vertical-align:bottom;" height="35" viewBox="0 0 512 512" data-icon="NavMail" data-reactid="80"><path d="M460.586 91.31H51.504c-10.738 0-19.46 8.72-19.46 19.477v40.088l224 104.03 224-104.03v-40.088c0-10.757-8.702-19.478-19.458-19.478M32.046 193.426V402.96c0 10.758 8.72 19.48 19.458 19.48h409.082c10.756 0 19.46-8.722 19.46-19.48V193.428l-224 102.327-224-102.327z" data-reactid="81"/></svg><b class="Lh(userNavTextLh) D(ib) C(mailBtn) Fz(14px) Fw(b) Va(t) Mstart(6px)" data-reactid="82">Mail</b></a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="UH-1-TopNav-Proxy" data-reactid="83">
+ <div id="UH-1-TopNav" class="Bgc(#fff) Bxsh($lightGrayBoxShadow) Mt(68px) H(40px) Miw(1024px)" data-test="top-nav" data-reactid="84">
+ <ul class="Va(t) D(ib) nav-tabs M(0) Pstart(20px) Whs(nw)" data-reactid="85">
+ <li class="D(ib) Fz(s) Pend(30px)" data-reactid="86"><a href="https://finance.yahoo.com/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack):h Pb(8px):h Bdbw(4px):h Bdbs(s):h Bdbc($dropdownBlue):h Fw(b) C($topNavLinkBlack)" target="_self" data-reactid="87"><span data-reactid="88">Finance Home</span></a></li>
+ <li class="More D(ib) Fz(s) Pend(30px) Cur(d) More" data-reactid="89"><a class="Py(12px) Td(n) D(b) Fw(b) activeSubNav_C($topNavLinkBlack) activeSubNav_Py(8px) activeSubNav_Bdbw(4px) activeSubNav_Bdbs(s) activeSubNav_Bdbc($dropdownBlue) C($topNavLinkBlack):h Py(8px):h Bdbw(4px):h Bdbs(s):h Bdbc($dropdownBlue):h C($topNavLinkBlack)" data-reactid="90"><span data-reactid="91">Yahoo Originals</span><span data-reactid="92"></span></a>
+ <ul class="nav-sub-links Ov(h) Bxsh($navDropdownShadow) M(0) Pos(a) Bgc(#fff)! Z(8)! Bdrs(2px) Pt(10px) Pb(15px) D(n)" data-reactid="93">
+ <li class="Pend(30px)" data-reactid="94"><a href="https://finance.yahoo.com/topic/marketmovers" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="95"><span data-reactid="96">Market Movers</span></a></li>
+ <li class="Pend(30px)" data-reactid="97"><a href="https://finance.yahoo.com/topic/middaymovers" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="98"><span data-reactid="99">Midday Movers</span></a></li>
+ <li class="Pend(30px)" data-reactid="100"><a href="https://finance.yahoo.com/topic/finalround" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="101"><span data-reactid="102">The Final Round</span></a></li>
+ <li class="Pend(30px)" data-reactid="103"><a href="https://finance.yahoo.com/topic/sportsbook" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="104"><span data-reactid="105">Sportsbook</span></a></li>
+ <li class="Pend(30px)" data-reactid="106"><a href="https://finance.yahoo.com/topic/trendingtickers" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="107"><span data-reactid="108">Trending Tickers</span></a></li>
+ <li class="Pend(30px)" data-reactid="109"><a href="http://finance.yahoo.com/blogs/author/andy-serwer/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="110">Andy Serwer</a></li>
+ <li class="Pend(30px)" data-reactid="111"><a href="http://finance.yahoo.com/blogs/author/brittany-jones-cooper/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="112">Brittany Jones-Cooper</a></li>
+ <li class="Pend(30px)" data-reactid="113"><a href="http://finance.yahoo.com/blogs/author/daniel-howley-20160419/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="114">Daniel Howley</a></li>
+ <li class="Pend(30px)" data-reactid="115"><a href="http://finance.yahoo.com/blogs/author/daniel-roberts/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="116">Daniel Roberts</a></li>
+ <li class="Pend(30px)" data-reactid="117"><a href="http://finance.yahoo.com/news/david-pogue/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="118">David Pogue</a></li>
+ <li class="Pend(30px)" data-reactid="119"><a href="http://ewolffmannyf.tumblr.com/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="120">Ethan Wolff-Mann</a></li>
+ <li class="Pend(30px)" data-reactid="121"><a href="http://jpmangalindan-yahoofinance.tumblr.com/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="122">JP Mangalindan</a></li>
+ <li class="Pend(30px)" data-reactid="123"><a href="http://finance.yahoo.com/blogs/author/julia-la-roche/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="124">Julia La Roche</a></li>
+ <li class="Pend(30px)" data-reactid="125"><a href="http://finance.yahoo.com/blogs/author/melody-hahm-20151026/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="126">Melody Hahm</a></li>
+ <li class="Pend(30px)" data-reactid="127"><a href="http://finance.yahoo.com/blogs/author/nicole-sinclair/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="128">Nicole Sinclair</a></li>
+ <li class="Pend(30px)" data-reactid="129"><a href="http://finance.yahoo.com/blogs/author/rick-newman/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="130">Rick Newman</a></li>
+ <li class="Pend(30px)" data-reactid="131"><a href="http://finance.yahoo.com/blogs/author/sam-ro/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="132">Sam Ro</a></li>
+ <li class="Pend(30px)" data-reactid="133"><a target="_self" href="http://financecontributors.tumblr.com/" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" data-reactid="134"><span data-reactid="135">Contributors</span></a></li>
+ </ul>
+ </li>
+ <li class="More D(ib) Fz(s) Pend(30px) Cur(d) More" data-reactid="136"><a class="Py(12px) Td(n) D(b) Fw(b) activeSubNav_C($topNavLinkBlack) activeSubNav_Py(8px) activeSubNav_Bdbw(4px) activeSubNav_Bdbs(s) activeSubNav_Bdbc($dropdownBlue) C($topNavLinkBlack):h Py(8px):h Bdbw(4px):h Bdbs(s):h Bdbc($dropdownBlue):h C($topNavLinkBlack)" href="/personal-finance" data-reactid="137"><span data-reactid="138">Personal Finance</span><span data-reactid="139"></span></a>
+ <ul class="nav-sub-links Ov(h) Bxsh($navDropdownShadow) M(0) Pos(a) Bgc(#fff)! Z(8)! Bdrs(2px) Pt(10px) Pb(15px) D(n)" data-reactid="140">
+ <li class="Pend(30px)" data-reactid="141"><a href="https://finance.yahoo.com/topic/retirement" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="142"><span data-reactid="143">Retirement</span></a></li>
+ <li class="Pend(30px)" data-reactid="144"><a href="https://finance.yahoo.com/topic/lifestyle" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="145"><span data-reactid="146">Lifestyle</span></a></li>
+ <li class="Pend(30px)" data-reactid="147"><a href="https://finance.yahoo.com/topic/videos" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="148"><span data-reactid="149"> [Video]</span></a></li>
+ <li class="Pend(30px)" data-reactid="150"><a href="http://finance.yahoo.com/currency-converter" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="151"><span data-reactid="152">Currency Converter</span></a></li>
+ </ul>
+ </li>
+ <li class="D(ib) Fz(s) Pend(30px)" data-reactid="153"><a target="_self" href="http://www.yahoo.com/tech" class="Td(n) Py(12px) D(b) C($topNavLinkBlack):h Pb(8px):h Bdbw(4px):h Bdbs(s):h Bdbc($dropdownBlue):h Fw(b) C($topNavLinkBlack)" data-reactid="154"><span data-reactid="155">Tech</span></a></li>
+ <li class="More D(ib) Fz(s) Pend(30px) Cur(d) More" data-reactid="156"><a class="Py(12px) Td(n) D(b) Fw(b) activeSubNav_C($topNavLinkBlack) activeSubNav_Py(8px) activeSubNav_Bdbw(4px) activeSubNav_Bdbs(s) activeSubNav_Bdbc($dropdownBlue) C($topNavLinkBlack):h Py(8px):h Bdbw(4px):h Bdbs(s):h Bdbc($dropdownBlue):h C($topNavLinkBlack)" data-reactid="157"><span data-reactid="158">Market Data</span><span data-reactid="159"></span></a>
+ <ul class="nav-sub-links Ov(h) Bxsh($navDropdownShadow) M(0) Pos(a) Bgc(#fff)! Z(8)! Bdrs(2px) Pt(10px) Pb(15px) D(n)" data-reactid="160">
+ <li class="Pend(30px)" data-reactid="161"><a href="https://finance.yahoo.com/trending-tickers" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="162"><span data-reactid="163">Trending Tickers</span></a></li>
+ <li class="Pend(30px)" data-reactid="164"><a href="https://finance.yahoo.com/most-active" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="165"><span data-reactid="166">Stocks: Most Actives</span></a></li>
+ <li class="Pend(30px)" data-reactid="167"><a href="https://finance.yahoo.com/gainers" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="168"><span data-reactid="169">Stocks: Gainers</span></a></li>
+ <li class="Pend(30px)" data-reactid="170"><a href="https://finance.yahoo.com/losers" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="171"><span data-reactid="172">Stocks: Losers</span></a></li>
+ <li class="Pend(30px)" data-reactid="173"><a href="https://finance.yahoo.com/etfs" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="174"><span data-reactid="175">Top ETFs</span></a></li>
+ <li class="Pend(30px)" data-reactid="176"><a href="https://finance.yahoo.com/commodities" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="177"><span data-reactid="178">Commodities</span></a></li>
+ <li class="Pend(30px)" data-reactid="179"><a href="https://finance.yahoo.com/world-indices" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="180"><span data-reactid="181">World Indices</span></a></li>
+ <li class="Pend(30px)" data-reactid="182"><a href="https://finance.yahoo.com/currencies" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="183"><span data-reactid="184">Currencies</span></a></li>
+ <li class="Pend(30px)" data-reactid="185"><a href="https://finance.yahoo.com/mutualfunds" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="186"><span data-reactid="187">Top Mutual Funds</span></a></li>
+ <li class="Pend(30px)" data-reactid="188"><a href="https://finance.yahoo.com/options" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="189"><span data-reactid="190">Most Traded Options by Volume</span></a></li>
+ <li class="Pend(30px)" data-reactid="191"><a href="https://finance.yahoo.com/bonds" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="192"><span data-reactid="193">US Treasury Bonds Rates</span></a></li>
+ <li class="Pend(30px)" data-reactid="194"><a href="https://biz.yahoo.com/research/earncal/today.html" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="195"><span data-reactid="196">Calendars</span></a></li>
+ </ul>
+ </li>
+ <li class="More D(ib) Fz(s) Pend(30px) Cur(d) More" data-reactid="197"><a class="Py(12px) Td(n) D(b) Fw(b) activeSubNav_C($topNavLinkBlack) activeSubNav_Py(8px) activeSubNav_Bdbw(4px) activeSubNav_Bdbs(s) activeSubNav_Bdbc($dropdownBlue) C($topNavLinkBlack):h Py(8px):h Bdbw(4px):h Bdbs(s):h Bdbc($dropdownBlue):h C($topNavLinkBlack)" data-reactid="198"><span data-reactid="199">Industry News</span><span data-reactid="200"></span></a>
+ <ul class="nav-sub-links Ov(h) Bxsh($navDropdownShadow) M(0) Pos(a) Bgc(#fff)! Z(8)! Bdrs(2px) Pt(10px) Pb(15px) D(n)" data-reactid="201">
+ <li class="Pend(30px)" data-reactid="202"><a href="https://finance.yahoo.com/industries/energy" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="203"><span data-reactid="204">Energy</span></a></li>
+ <li class="Pend(30px)" data-reactid="205"><a href="https://finance.yahoo.com/industries/financial" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="206"><span data-reactid="207">Financial</span></a></li>
+ <li class="Pend(30px)" data-reactid="208"><a href="https://finance.yahoo.com/industries/healthcare" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="209"><span data-reactid="210">Healthcare</span></a></li>
+ <li class="Pend(30px)" data-reactid="211"><a href="https://finance.yahoo.com/industries/business_services" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="212"><span data-reactid="213">Business Services</span></a></li>
+ <li class="Pend(30px)" data-reactid="214"><a href="https://finance.yahoo.com/industries/telecom_utilities" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="215"><span data-reactid="216">Telecom &amp; Utilities</span></a></li>
+ <li class="Pend(30px)" data-reactid="217"><a href="https://finance.yahoo.com/industries/hardware_electronics" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="218"><span data-reactid="219">Computer Hardware &amp; Electronics</span></a></li>
+ <li class="Pend(30px)" data-reactid="220"><a href="https://finance.yahoo.com/industries/software_services" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="221"><span data-reactid="222">Computer Software &amp; Services</span></a></li>
+ <li class="Pend(30px)" data-reactid="223"><a href="https://finance.yahoo.com/industries/industrials" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="224"><span data-reactid="225">Industrials</span></a></li>
+ <li class="Pend(30px)" data-reactid="226"><a href="https://finance.yahoo.com/industries/manufacturing_materials" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="227"><span data-reactid="228">Manufacturing &amp; Materials</span></a></li>
+ <li class="Pend(30px)" data-reactid="229"><a href="https://finance.yahoo.com/industries/consumer_products_media" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="230"><span data-reactid="231">Consumer Products &amp; Media</span></a></li>
+ <li class="Pend(30px)" data-reactid="232"><a href="https://finance.yahoo.com/industries/diversified_business" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="233"><span data-reactid="234">Diversified Business</span></a></li>
+ <li class="Pend(30px)" data-reactid="235"><a href="https://finance.yahoo.com/industries/retailing_hospitality" class="Td(n) Py(12px) D(b) C($topNavLinkBlack) C(#fff):h Bgc($dropdownBlue):h Px(22px) Fw(b) W(100%)" target="_self" data-reactid="236"><span data-reactid="237">Retailing &amp; Hospitality</span></a></li>
+ </ul>
+ </li>
+ <li class="D(ib) Fz(s) Pend(30px) Pos(r)" data-reactid="238">
+ <div class="Pos(a) Bdrs(7px) Bgi($noticeRedGradient) Fz(8px) C(white) Fw(b) Pstart(6px) Pend(5px) Pt(2px) Pb(1.5px) End(16px) T(2px) Lts(0.5px)" data-reactid="239">NEW</div><a href="https://finance.yahoo.com/screener" class="Td(n) Py(12px) D(b) C($topNavLinkBlack):h Pb(8px):h Bdbw(4px):h Bdbs(s):h Bdbc($dropdownBlue):h Fw(b) C($topNavLinkBlack)" target="_self" data-reactid="240"><span data-reactid="241">My Screeners</span></a></li>
+ <li class="Cur(d) D(ib) Fz(s) More" data-reactid="242">
+ <a class="D(b) Pstart(0) Pend(30px) Py(12px) Td(n) Fw(b) activeSubNav_C($topNavLinkBlack) activeSubNav_Py(8px) activeSubNav_Bdbw(4px) activeSubNav_Bdbs(s) activeSubNav_Bdbc($dropdownBlue) C($topNavLinkBlack):h Py(8px):h Bdbw(4px):h Bdbs(s):h Bdbc($dropdownBlue):h C($topNavLinkBlack)" href="https://finance.yahoo.com/portfolios?bypass=true" data-reactid="243">
+ <!-- react-text: 244 -->My Portfolio
+ <!-- /react-text --><span data-reactid="245"></span></a>
+ <ul class="nav-sub-links Ov(h) Bxsh($navDropdownShadow) M(0) Pos(a) Bgc(#fff)! Z(8)! Bdrs(2px) Pt(10px) Pb(15px) D(n)" data-reactid="246">
+ <div class="M(5px)" data-reactid="247"><a class="Bdrs(2px) Td(n) Fz(13px) D(ib) Bxz(bb) Py(0) Px(10px) H(30px) Lh(30px) Bd O(n) O(n):f O(n):h Op(1) Op(0.7):f Op(0.7):h Op(1):di:h Bgc($actionBlue) C(#fff) C(#aaa):di Bdc($actionBlue) Bdc($lightGray):di Bg($lightGray):di W(100%)" href="https://login.yahoo.com/config/login?.src=finance&amp;.intl=us&amp;.done=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html" title="Sign In" data-reactid="248">Sign In</a></div>
+ </ul>
+ </li>
+ </ul>
+ <div class="D(ib) Fl(end) Mend(20px) Py(12px)" data-reactid="249"><span class="Mend(5px) Fz(xs) Fw(b) D(ib) C($topNavLinkDarkGray)" data-reactid="250"><svg xmlns="http://www.w3.org/2000/svg" class="H(16px) W(16px) Va(m)! Mend(5px) Cur(a)! Fill($topNavLinkDarkGray)! Stk($topNavLinkDarkGray)! Cur(p)" width="48" style="fill:#000;stroke:#000;stroke-width:0;vertical-align:bottom;" height="48" viewBox="0 0 48 48" data-icon="live" data-reactid="251"><path d="M24 20c-2.205 0-4 1.795-4 4s1.795 4 4 4 4-1.795 4-4-1.795-4-4-4M37.12 24.032c0-4.09-1.764-7.896-4.78-10.537-.83-.727-2.094-.644-2.822.187-.727.832-.644 2.095.187 2.823 2.158 1.89 3.416 4.604 3.416 7.527 0 2.932-1.265 5.654-3.434 7.543-.833.726-.92 1.99-.194 2.822.725.833 1.99.92 2.822.194 3.032-2.64 4.807-6.458 4.807-10.558zM45.097 23.982c0-6.996-3.29-13.45-8.77-17.58-.883-.664-2.137-.488-2.802.394-.664.882-.488 2.136.394 2.8 4.487 3.384 7.177 8.66 7.177 14.386 0 5.775-2.736 11.09-7.288 14.468-.89.658-1.074 1.91-.416 2.798.658.887 1.91 1.073 2.797.415 5.56-4.124 8.907-10.625 8.907-17.68zM15 24.032c0-2.923 1.26-5.638 3.416-7.527.83-.728.915-1.99.187-2.823-.727-.83-1.99-.914-2.822-.187-3.015 2.64-4.78 6.448-4.78 10.537 0 4.1 1.776 7.918 4.808 10.56.833.725 2.096.638 2.822-.195.725-.833.638-2.096-.195-2.822-2.17-1.89-3.435-4.61-3.435-7.543zM7 23.982c0-5.726 2.69-11.002 7.178-14.385.882-.665 1.06-1.92.394-2.8-.665-.883-1.92-1.06-2.8-.394C6.29 10.533 3 16.986 3 23.983c0 7.055 3.347 13.556 8.906 17.68.887.658 2.14.472 2.798-.415.658-.887.472-2.14-.415-2.798C9.735 35.073 7 29.757 7 23.982z" data-reactid="252"/></svg><span class="Va(m)" data-reactid="253">U.S. Markets closed</span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Bgc($bg-content) Cf" data-reactid="254">
+ <div id="YDC-Hero" class="YDC-Hero" data-reactid="255">
+ <div id="YDC-Hero-Stack" class="YDC-Hero-Stack Z(3) Pos(r)" data-reactid="256">
+ <div data-reactid="257">
+ <div id="Hero-0-FinanceHeader-Proxy" data-reactid="258">
+ <div class="Mx(20px)" data-reactid="259">
+ <div class="Whs(nw) D(ib) Bgc(#fff) My(25px) W(100%) Bxz(bb)" id="market-summary" aria-label="Market Summary" data-reactid="260">
+ <div class="Pos(r) Bxz(bb) Mstart(a) Mend(a) Ov(h)" data-reactid="261">
+ <div class="D(ib) Fl(start)" data-reactid="262">
+ <div class="Carousel-Mask Pos(r) Ov(h) market-summary M(0) D(ib) Va(t)" style="width:588px;" data-reactid="263">
+ <ul class="Carousel-Slider Pos(r) Whs(nw)" style="margin-left:0;margin-right:-2px;" data-reactid="264">
+ <li style="width:30.612244897959187%;" class="D(ib) Bxz(bb) Bdc($finLightGray) Mend(16px) BdEnd" data-reactid="265">
+ <div class="Maw(160px) Py(3px)" data-reactid="266">
+ <a target="_blank" class="Fl(end) Mt(25px)" href="https://finance.yahoo.com/chart/%5EGSPC" data-symbol="^GSPC" data-reactid="267">
+ <div width="70" height="25" class="W(100%) D(b) virgo-spark" data-reactid="268"></div>
+ </a><a class="Fz(s) Ell Fw(b) C($actionBlue)" href="https://finance.yahoo.com/quote/%5EGSPC?p=%5EGSPC" title="S&amp;P 500" data-reactid="269">S&amp;P 500</a><br data-reactid="270" /><span class="Fz(s) Mt(4px) Mb(0px) Fw(b) D(ib)" data-reactid="271">2,111.72</span><br data-reactid="272" /><span class="Fz(xs) Fw(b) C($dataRed)" data-reactid="273"><!-- react-text: 274 -->-14.43<!-- /react-text --><!-- react-text: 275 --> (<!-- /react-text --><!-- react-text: 276 -->-0.68%<!-- /react-text --><!-- react-text: 277 -->)<!-- /react-text --></span></div>
+ </li>
+ <li style="width:30.612244897959187%;" class="D(ib) Bxz(bb) Bdc($finLightGray) Mend(16px) BdEnd" data-reactid="278">
+ <div class="Maw(160px) Py(3px)" data-reactid="279">
+ <a target="_blank" class="Fl(end) Mt(25px)" href="https://finance.yahoo.com/chart/%5EDJI" data-symbol="^DJI" data-reactid="280">
+ <div width="70" height="25" class="W(100%) D(b) virgo-spark" data-reactid="281"></div>
+ </a><a class="Fz(s) Ell Fw(b) C($actionBlue)" href="https://finance.yahoo.com/quote/%5EDJI?p=%5EDJI" title="Dow 30" data-reactid="282">Dow 30</a><br data-reactid="283" /><span class="Fz(s) Mt(4px) Mb(0px) Fw(b) D(ib)" data-reactid="284">18,037.10</span><br data-reactid="285" /><span class="Fz(xs) Fw(b) C($dataRed)" data-reactid="286"><!-- react-text: 287 -->-105.32<!-- /react-text --><!-- react-text: 288 --> (<!-- /react-text --><!-- react-text: 289 -->-0.58%<!-- /react-text --><!-- react-text: 290 -->)<!-- /react-text --></span></div>
+ </li>
+ <li style="width:30.612244897959187%;" class="D(ib) Bxz(bb) Bdc($finLightGray) Mend(16px) " data-reactid="291">
+ <div class="Maw(160px) Py(3px)" data-reactid="292">
+ <a target="_blank" class="Fl(end) Mt(25px)" href="https://finance.yahoo.com/chart/%5EIXIC" data-symbol="^IXIC" data-reactid="293">
+ <div width="70" height="25" class="W(100%) D(b) virgo-spark" data-reactid="294"></div>
+ </a><a class="Fz(s) Ell Fw(b) C($actionBlue)" href="https://finance.yahoo.com/quote/%5EIXIC?p=%5EIXIC" title="Nasdaq" data-reactid="295">Nasdaq</a><br data-reactid="296" /><span class="Fz(s) Mt(4px) Mb(0px) Fw(b) D(ib)" data-reactid="297">5,153.58</span><br data-reactid="298" /><span class="Fz(xs) Fw(b) C($dataRed)" data-reactid="299"><!-- react-text: 300 -->-35.56<!-- /react-text --><!-- react-text: 301 --> (<!-- /react-text --><!-- react-text: 302 -->-0.69%<!-- /react-text --><!-- react-text: 303 -->)<!-- /react-text --></span></div>
+ </li>
+ </ul>
+ </div>
+ <div class="D(ib) Z(5) T(0) End(0) nav" data-reactid="304"><button class="market-summary-button P(0) Zoom(1) O(n):f Bgc(#fff) H(60px) W(22px) Bdendc($finLightGray) Bdendw(1px) Bdends(s) Disabled" title="previous" data-reactid="305"><svg xmlns="http://www.w3.org/2000/svg" class="Mstart(-8px) Fill($finLightGray)! Stk($finLightGray)! Cur(p)" width="30" style="fill:#000;stroke:#000;stroke-width:0;vertical-align:bottom;" height="30" viewBox="0 0 48 48" data-icon="caret-left" data-reactid="306"><path d="M16.14 24.102L28.865 36.83c.78.78 2.048.78 2.828 0 .78-.78.78-2.047 0-2.828l-9.9-9.9 9.9-9.9c.78-.78.78-2.047 0-2.827-.78-.78-2.047-.78-2.828 0L16.14 24.102z" data-reactid="307"/></svg></button><button class="market-summary-button P(0) Zoom(1) O(n):f Bgc(#fff) H(60px) W(22px) Bgc($extraLightBlue):h" title="next" data-reactid="308"><svg xmlns="http://www.w3.org/2000/svg" class="Mstart(-6px) Fill($actionBlue)! Stk($actionBlue)! Cur(p)" width="30" style="fill:#000;stroke:#000;stroke-width:0;vertical-align:bottom;" height="30" viewBox="0 0 48 48" data-icon="caret-right" data-reactid="309"><path d="M33.447 24.102L20.72 11.375c-.78-.78-2.048-.78-2.828 0-.78.78-.78 2.047 0 2.828l9.9 9.9-9.9 9.9c-.78.78-.78 2.047 0 2.827.78.78 2.047.78 2.828 0l12.727-12.728z" data-reactid="310"/></svg></button></div>
+ </div>
+ <div class="broker-buttons D(ib) Fl(end) H(60px)" style="width:0;" data-reactid="311">
+ <div style="display:inline-block;" data-reactid="312">
+ <div data-reactid="313">
+ <div id="defaultBTN-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height:0;width:0;" data-reactid="314">
+ <div id="defaultBTN-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="315">
+ <div id="defaultdestBTN" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div style="display:inline-block;" data-reactid="316">
+ <div data-reactid="317">
+ <div id="defaultBTN-1-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height:0;width:0;" data-reactid="318">
+ <div id="defaultBTN-1-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="319">
+ <div id="defaultdestBTN-1" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div style="display:inline-block;" data-reactid="320">
+ <div data-reactid="321">
+ <div id="defaultBTN-2-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height:0;width:0;" data-reactid="322">
+ <div id="defaultBTN-2-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="323">
+ <div id="defaultdestBTN-2" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div style="display:inline-block;" data-reactid="324">
+ <div data-reactid="325">
+ <div id="defaultBTN-3-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height:0;width:0;" data-reactid="326">
+ <div id="defaultBTN-3-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="327">
+ <div id="defaultdestBTN-3" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Cl(b)" data-reactid="328"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="Hero-1-TDV2BreakingNews-Proxy" data-reactid="329">
+ <div data-reactid="330"></div>
+ </div>
+ <div id="Hero-2-HeroSlideshow-Proxy" data-reactid="331">
+ <!-- react-empty: 332 -->
+ </div>
+ <div id="Hero-3-HeadComponentVideo-Proxy" data-reactid="333">
+ <!-- react-empty: 334 -->
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="W(1/1) Pos(r)" data-reactid="335">
+ <div class="W(2/3)--md W(1/1)--sm W(3/4) Bxz(bb)" data-reactid="336">
+ <div id="YDC-Lead" class="YDC-Lead" data-reactid="337">
+ <div id="YDC-Lead-Stack" class="YDC-Lead-Stack Z(1) Pos(r)" data-reactid="338">
+ <div data-reactid="339">
+ <div id="Lead-0-CommonSlotComposite-Proxy" data-reactid="340">
+ <!-- react-empty: 341 -->
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Side" class="YDC-Side Pos(a) Pos(r)--md Pos(r)--sm W(1/1)--sm W(1/4) W(1/1)--md ie-7_Mstart(-310px)" data-reactid="342">
+ <div class="sticky-outer-wrapper" data-reactid="343">
+ <div class="sticky-inner-wrapper" style="position:relative;top:0px;" data-reactid="344">
+ <div id="YDC-Side-Stack" class="YDC-Side-Stack Z(1) Pos(r) Bxz(bb) Fl(end) Fl(n)--sm Fl(n)--md M(a)--sm M(a)--md Maw(340px) Maw(640px)--sm Maw(640px)--md P(20px) Pb(0)--md Pb(0)--sm W(1/1)" data-reactid="345">
+ <div class="M(a) W(a)--sm W(0) W(a)--md" data-reactid="346">
+ <div class="Pos(r) Start(-150px) Start(a)--sm Start(a)--md W(a)--sm W(300px) W(a)--md" data-reactid="347">
+ <div data-reactid="348">
+ <div id="SideTop-0-HeadComponentTitle-Proxy" data-reactid="349">
+ <header id="SideTop-0-HeadComponentTitle" class="canvas-header" data-reactid="350">
+ <h1 class="Lh(36px) Fz(25px)--sm Fz(32px) Mb(17px)--sm Mb(20px) Mb(30px)--lg Ff($ff-primary) Lts($lspacing-md) Fw($fweight) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) Wow(bw)" data-reactid="351">These are the 8 coolest PlayStation VR games</h1>
+ </header>
+ </div>
+ <div id="SideTop-1-OneIdButtons-Proxy" data-reactid="352">
+ <!-- react-empty: 353 -->
+ </div>
+ <div id="SideTop-2-HeadComponentAttribution-Proxy" data-reactid="354">
+ <div id="SideTop-2-HeadComponentAttribution" class="auth-attr W(100%) Mb(12px) Pos(r)" data-reactid="355">
+ <div class="auth-prov-logos D(tbc) Va(t)" data-reactid="356">
+ <div class="provider-logo D(tbc) Mah(45px) Mah(40px)--sm Va(m) Pend(10px)" data-reactid="357">
+ <a href="http://yahoofinancestaff.tumblr.com/" target="_blank" rel="noopener noreferrer" data-reactid="358"><img class="Trsdu(.42s) H(a) Mah(46px) Maw(46px) Mah(40px)--sm Maw(40px)--sm" title="Yahoo Finance" src="http://l4.yimg.com/uu/api/res/1.2/CR1v_hSPghpHrl0a4OKYqQ--/YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/creatr-images/GLB/2016-08-26/7ac3a4f0-6bba-11e6-b52d-c59238e28a69_yahoologo.png" data-reactid="359" width="auto" /></a>
+ </div>
+ </div>
+ <div class="auth-prov-soc Fz(14px) Mend(4px) Va(m) D(tbc) Mah(45px) Maw(320px) Mah(40px)--sm" data-reactid="360">
+ <div class="author Mb(4px) Mend(4px) D(ib)" data-reactid="361"><a class="author-link Td(u):h C(#000) Fw(b) Fz(12px) Lh(18px) Mend(3px) Td(n)" href="https://www.yahoo.com/author/ben-silverman" data-reactid="362">Ben Silverman</a>
+ <div class="author-title C(#999) Fw(b) Fz(12px) Mend(3px) Mt(4px) D(n)--sm" data-reactid="363">Games Editor</div>
+ </div>
+ <div class="D(tbc)" data-reactid="364"><span class="provider Mb(4px) Pend(5px)" data-reactid="365"><span class="provider-link Fw(b)" data-reactid="366"><a class="C(#222) Fz(12px)" href="http://yahoofinancestaff.tumblr.com/" target="_blank" rel="noopener noreferrer" data-reactid="367">Yahoo Finance</a></span></span><time class="date D(ib) Fz(11px) Mb(4px)" datetime="2016-10-13T17:00:03.000Z" data-reactid="368">October 13, 2016</time></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="D(ib) D(n)--md D(n)--sm" data-reactid="369">
+ <div id="Navigation" role="navigation" tabindex="-1" data-reactid="370">
+ <div id="Side-0-CanvasShareButtons-Proxy" data-reactid="371">
+ <div class="canvas-share-buttons Bgc(#fff) left-share-buttons" data-reactid="372">
+ <div class="" style="-webkit-user-select:none;cursor:default;-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:2;text-align:center;width:45px;" data-reactid="373"><button data-sharetype="tumblr" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Tumblr;cpos:1;subsec:side-left;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:www.tumblr.com;tar_uri:/widgets/share/tool?posttype=photo&amp;content=http%3A%2F%2Fl3.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2F4eRCPf9lJt_3q29.outekQ--%2FaD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen%2Fhomerun%2Ffeed_manager_auto_publish_494%2F4406ef57dcb40376c513903b03bef048&amp;url=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dtu&amp;clickthroughUrl=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dtu&amp;caption=To%20help%20you%20decide%20what%E2%80%99s%20what%2C%20I%E2%80%99ve%20put%20together%20this%20list%20of%20the%208%20PSVR%20games%20worth%20considering.%20%20Beloved%20cult%20hit%20%E2%80%9CRez%E2%80%9D%20gets%20the%20VR%20treatment%20to%20help%20launch%20the%20PSVR%2C%20and%20the%20results%20are%20terrific.%20%20Chaos%2C%20for%20sure%2C%20and%20also%20%E2%80%9CThumper.%E2%80%9D%20Called%20a%20%E2%80%9Cviolent%20rhythm%20game%E2%80%9D%20by%20its%20creators%2C%20%E2%80%9CThumper%E2%80%9D%20is%2C%20well&amp;tags=" aria-label="Tumblr" style="width:45px;height:45px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#3c5a77;color:white;border-color:#3c5a77;" class="ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) tumblr react-button" data-reactid="374"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="LogoTumblr" data-reactid="375"><path d="M20.685 25.83c-1.493 0-3.54-.91-3.54-1.516V13.482h6.844V8.735h-6.846V1.6h-3.917c-.1 1.815-.645 3.45-1.482 4.702-.384.573-.827 1.066-1.32 1.45-.794.625-1.71.983-2.682.983h-.605v4.747h3.285V25.2c0 4.428 3.973 5.218 6.71 5.2.62-.007 1.18 0 1.785 0 4.18 0 4.98-.387 5.944-.9v-5.077c-.006.003-.013.013-.02.016-1.205.773-2.668 1.39-4.157 1.39z" data-reactid="376"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;left:45px;top:0px;" data-reactid="377"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#3c5a77;top:14px;" data-reactid="378">Reblog</span></div></button><button data-sharetype="facebook" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Facebook;cpos:2;subsec:side-left;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:www.facebook.com;tar_uri:/dialog/feed?app_id=90376669494&amp;link=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dfb&amp;name=These%20are%20the%208%20coolest%20PlayStation%20VR%20games&amp;description=To%20help%20you%20decide%20what%E2%80%99s%20what%2C%20I%E2%80%99ve%20put%20together%20this%20list%20of%20the%208%20PSVR%20games%20worth%20considering.%20%20Beloved%20cult%20hit%20%E2%80%9CRez%E2%80%9D%20gets%20the%20VR%20treatment%20to%20help%20launch%20the%20PSVR%2C%20and%20the%20results%20are%20terrific.%20%20Chaos%2C%20for%20sure%2C%20and%20also%20%E2%80%9CThumper.%E2%80%9D%20Called%20a%20%E2%80%9Cviolent%20rhythm%20game%E2%80%9D%20by%20its%20creators%2C%20%E2%80%9CThumper%E2%80%9D%20is%2C%20well&amp;picture=http%3A%2F%2Fl3.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2F4eRCPf9lJt_3q29.outekQ--%2FaD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen%2Fhomerun%2Ffeed_manager_auto_publish_494%2F4406ef57dcb40376c513903b03bef048&amp;redirect_uri=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Fmediacontentsharebuttons%2Fpostshare%2F&amp;display=popup&amp;show_error=yes" aria-label="Facebook" style="width:45px;height:45px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#4761a6;color:white;border-color:#4761a6;" class="ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) facebook react-button" data-reactid="379"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="LogoFacebook" data-reactid="380"><path d="M12.752 30.4V16.888H9.365V12.02h3.387V7.865c0-3.264 2.002-6.264 6.613-6.264 1.866 0 3.248.19 3.248.19l-.11 4.54s-1.404-.013-2.943-.013c-1.66 0-1.93.81-1.93 2.152v3.553h5.008l-.22 4.867h-4.786V30.4h-4.88z" data-reactid="381"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;left:45px;top:0px;" data-reactid="382"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#4761a6;top:14px;" data-reactid="383">Share</span></div></button><button data-sharetype="twitter" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Twitter;cpos:3;subsec:side-left;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:twitter.com;tar_uri:/intent/tweet?text=These%20are%20the%208%20coolest%20PlayStation%20VR%20games&amp;url=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dtw&amp;via=YahooFinance" aria-label="Twitter" style="width:45px;height:45px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#00aceb;color:white;border-color:#00aceb;" class="ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) twitter react-button" data-reactid="384"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="LogoTwitter" data-reactid="385"><path d="M30.402 7.094c-1.058.47-2.198.782-3.392.928 1.218-.725 2.154-1.885 2.595-3.256-1.134.674-2.405 1.165-3.75 1.43-1.077-1.148-2.612-1.862-4.31-1.862-3.268 0-5.915 2.635-5.915 5.893 0 .464.056.91.155 1.34-4.915-.244-9.266-2.59-12.18-6.158-.51.87-.806 1.885-.806 2.96 0 2.044 1.045 3.847 2.633 4.905-.974-.032-1.883-.3-2.68-.736v.07c0 2.857 2.034 5.236 4.742 5.773-.498.138-1.022.21-1.56.21-.38 0-.75-.034-1.11-.103.75 2.344 2.93 4.042 5.518 4.09-2.024 1.58-4.57 2.523-7.333 2.523-.478 0-.952-.032-1.41-.085 2.613 1.674 5.72 2.65 9.054 2.65 10.872 0 16.814-8.976 16.814-16.765 0-.254-.008-.507-.018-.762 1.155-.83 2.155-1.868 2.95-3.047z" data-reactid="386"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;left:45px;top:0px;" data-reactid="387"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#00aceb;top:14px;" data-reactid="388">Tweet</span></div></button><button data-sharetype="pinterest" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Pinterest;cpos:4;subsec:side-left;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:pinterest.com;tar_uri:/pin/create/button/?url=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dpi&amp;description=To%20help%20you%20decide%20what%E2%80%99s%20what%2C%20I%E2%80%99ve%20put%20together%20this%20list%20of%20the%208%20PSVR%20games%20worth%20considering.%20%20Beloved%20cult%20hit%20%E2%80%9CRez%E2%80%9D%20gets%20the%20VR%20treatment%20to%20help%20launch%20the%20PSVR%2C%20and%20the%20results%20are%20terrific.%20%20Chaos%2C%20for%20sure%2C%20and%20also%20%E2%80%9CThumper.%E2%80%9D%20Called%20a%20%E2%80%9Cviolent%20rhythm%20game%E2%80%9D%20by%20its%20creators%2C%20%E2%80%9CThumper%E2%80%9D%20is%2C%20well&amp;media=http%3A%2F%2Fl3.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2F4eRCPf9lJt_3q29.outekQ--%2FaD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen%2Fhomerun%2Ffeed_manager_auto_publish_494%2F4406ef57dcb40376c513903b03bef048" aria-label="Pinterest" style="width:45px;height:45px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#cc2127;color:white;border-color:#cc2127;" class="ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) pinterest react-button" data-reactid="389"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="LogoPinterest" data-reactid="390"><path d="M16 1.598c-7.952 0-14.4 6.448-14.4 14.4 0 5.896 3.546 10.962 8.62 13.19-.04-1.006-.007-2.212.25-3.307l1.853-7.844s-.46-.92-.46-2.28c0-2.133 1.236-3.728 2.778-3.728 1.31 0 1.943.982 1.943 2.163 0 1.318-.84 3.286-1.272 5.11-.36 1.527.767 2.772 2.273 2.772 2.73 0 4.566-3.502 4.566-7.656 0-3.157-2.127-5.52-5.993-5.52-4.37 0-7.09 3.258-7.09 6.898 0 1.256.37 2.136.95 2.824.265.317.303.442.207.802-.07.267-.23.902-.294 1.158-.096.366-.39.498-.72.36-2.01-.82-2.95-3.024-2.95-5.5 0-4.09 3.45-8.996 10.293-8.996 5.5 0 9.115 3.98 9.115 8.25 0 5.65-3.14 9.872-7.77 9.872-1.555 0-3.016-.843-3.517-1.798 0 0-.836 3.317-1.013 3.962-.304 1.107-.902 2.22-1.45 3.085 1.294.378 2.666.587 4.082.587 7.95 0 14.4-6.45 14.4-14.402s-6.45-14.4-14.4-14.4z" data-reactid="391"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;left:45px;top:0px;" data-reactid="392"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#cc2127;top:14px;" data-reactid="393">Pin it</span></div></button><button data-sharetype="mtf" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Email;cpos:5;subsec:side-left;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:www.yahoo.com;tar_uri:/mtfpopup?redirect=http%3A%2F%2Fwww.yahoo.com%2Fmtfpopup&amp;url=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dma&amp;locale=en-US&amp;lang=en-US&amp;region=US&amp;site=finance&amp;uuid=80b35014-fba3-377e-adc5-47fb44f61fa7&amp;alias=ymedia-alias%3Astory%3Dbest-psvr-games-170003443" aria-label="Email" style="width:45px;height:45px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#400090;color:white;border-color:#400090;" class="ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) mail react-button" data-reactid="394"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="PropertyMail" data-reactid="395"><path d="M16.014 18.806L1.6 7.36v18.722l28.8-.006V7.36L16.014 18.808zM30.4 5.92H1.6L16 17.44 30.4 5.92z" data-reactid="396"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;left:45px;top:0px;" data-reactid="397"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#400090;top:14px;" data-reactid="398">Share</span></div></button></div>
+ </div>
+ </div>
+ <div id="Side-1-CommonSlotComposite-Proxy" data-reactid="399">
+ <!-- react-empty: 400 -->
+ </div>
+ <div id="Side-2-Empty-Proxy" data-reactid="401">
+ <!-- react-empty: 402 -->
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Col1" class="YDC-Col1 Bxz(bb) Mstart(0)--sm Mstart(0)--md Mstart(33.3%) P(20px) W(1/1)--sm W(1/1)--md ie-7_W(45%)" data-reactid="403">
+ <div id="YDC-Col1-Stack" class="YDC-Col1-Stack Pos(r) M(a) Maw(600px) Maw(800px)--lg Mih(650px) Mih(0)--sm" data-reactid="404">
+ <div id="Main" role="content" tabindex="-1" data-reactid="405">
+ <div id="Col1-0-ContentCanvas-Proxy" data-reactid="406">
+ <div id="Col1-0-ContentCanvas" class="content-canvas Bgc(#fff) Pos(r) P(20px)--sm Pt(17px)--sm" data-reactid="407">
+ <article data-uuid="80b35014-fba3-377e-adc5-47fb44f61fa7" data-type="story" data-reactid="408">
+ <figure class="canvas-image Mx(a) canvas-atom Mt(0px) Mt(20px)--sm Mb(24px) Mb(22px)--sm" style="max-width:100%;" data-type="image" data-reactid="409">
+ <div style="padding-bottom:89.9%;" class="Maw(100%) Pos(r) H(0)" data-reactid="410"><img alt="The PlayStation VR" class="Trsdu(.42s) StretchedBox W(100%) H(100%) ie-7_H(a)" src="http://l1.yimg.com/ny/api/res/1.2/589noY9BZNdmsUUQf6L1AQ--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9NzQ0O2g9NjY5/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/4406ef57dcb40376c513903b03bef048" data-reactid="411" /><noscript data-reactid="412"><img alt="The PlayStation VR" class="StretchedBox W(100%) H(100%) ie-7_H(a)" src="http://l1.yimg.com/ny/api/res/1.2/589noY9BZNdmsUUQf6L1AQ--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9NzQ0O2g9NjY5/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/4406ef57dcb40376c513903b03bef048" /></noscript></div>
+ <div class="Ov(h) Pos(r) Mah(80px)" data-reactid="413">
+ <figcaption class="C(#787d82) Fz(13px) Py(5px) Lh(1.5)" title="Sony’s PlayStation VR." data-reactid="414">
+ <div class="figure-caption" data-reactid="415">Sony’s PlayStation VR.</div>
+ </figcaption><button class="C(#157cfb) Cur(p) W(100%) T(63px) Bgc(#fff) Ta(start) Fz(13px) P(0) Bd(0) O(0) Lh(1.5) Pos(a)" data-reactid="416"><span data-reactid="417">More</span></button></div>
+ </figure>
+ <div class="canvas-body C(#26282a) Wow(bw) Cl(start) Mb(20px) Fz(15px) Lh(1.6) Ff($ff-secondary)" data-reactid="418">
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="419">Virtual reality has officially reached the consoles. And it’s pretty good! <a href="http://finance.yahoo.com/news/review-playstation-vr-is-comfortable-and-affordable-but-lacks-must-have-games-165053851.html">Sony’s PlayStation VR</a> is extremely comfortable and reasonably priced, and while it’s lacking killer apps, it’s loaded with lots of interesting ones.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="420">But which ones should you buy? I’ve played just about every launch game, and while some are worth your time, others you might want to skip. To help you decide what’s what, I’ve put together this list of the eight PSVR games worth considering.</p>
+ <h3 class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="421"><a href="https://www.playstation.com/en-us/games/rez-infinite-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Rez Infinite” ($30)</a></h3>
+ <div class="iframe-wrapper Pos(r) My(20px) canvas-atom Mt(14px)--sm Mb(0)--sm" style="padding-bottom:56.3%;" data-reactid="422"><iframe class="canvas-video-iframe Bdw(0) StretchedBox W(100%) H(100%)" data-type="videoIframe" src="https://www.youtube.com/embed/YlDxEOwj5j8" data-reactid="423"></iframe></div>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="424">Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. It includes a fully remastered take on the original “Rez” – you zoom through a Matrix-like computer system, shooting down enemies to the steady beat of thumping electronica – but the VR setting makes it incredibly immersive. It gets better the more you play it, too; unlock the amazing Area X mode and you’ll find yourself flying, shooting and bobbing your head to some of the trippiest visuals yet seen in VR.</p>
+ <h3 class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="425"><a href="https://www.playstation.com/en-us/games/thumper-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Thumper” ($20)</a></h3>
+ <div class="iframe-wrapper Pos(r) My(20px) canvas-atom Mt(14px)--sm Mb(0)--sm" style="padding-bottom:56.3%;" data-reactid="426"><iframe class="canvas-video-iframe Bdw(0) StretchedBox W(100%) H(100%)" data-type="videoIframe" src="https://www.youtube.com/embed/gtPGX8i1Eaw" data-reactid="427"></iframe></div>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="428">What would happen if Tron, the board game Simon, a Clown beetle, Cthulhu and a noise band met in VR? Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well, a violent rhythm game that’s also a gorgeous, unsettling and totally captivating assault on the senses. With simple controls and a straightforward premise – click the X button and the analog stick in time with the music as you barrel down a neon highway — it’s one of the rare games that works equally well both in and out of VR. But since you have PSVR, play it there. It’s marvelous.</p>
+ <h3 class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="429"><a href="https://www.playstation.com/en-us/games/until-dawn-rush-of-blood-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Until Dawn: Rush of Blood” ($20)</a></h3>
+ <div class="iframe-wrapper Pos(r) My(20px) canvas-atom Mt(14px)--sm Mb(0)--sm" style="padding-bottom:56.3%;" data-reactid="430"><iframe class="canvas-video-iframe Bdw(0) StretchedBox W(100%) H(100%)" data-type="videoIframe" src="https://www.youtube.com/embed/EL3svUfC8Ds" data-reactid="431"></iframe></div>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="432">Cheeky horror game “Until Dawn” was a breakout hit for the PS4 last year, channeling the classic “dumb teens in the woods” horror trope into an effective interactive drama. Well, forget all that if you fire up “Rush of Blood,” because this one sticks you front and center on a rollercoaster ride from Hell. Literally. You ride through a dimly-lit carnival of terror, dual-wielding pistols as you take down targets, hideous pig monsters and, naturally, maniac clowns. Be warned: If the bad guys don’t get you, the jump scares will.</p>
+ <h3 class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="433"><a href="https://www.playstation.com/en-us/games/headmaster-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Headmaster” ($20)</a></h3>
+ <div class="iframe-wrapper Pos(r) My(20px) canvas-atom Mt(14px)--sm Mb(0)--sm" style="padding-bottom:56.3%;" data-reactid="434"><iframe class="canvas-video-iframe Bdw(0) StretchedBox W(100%) H(100%)" data-type="videoIframe" src="https://www.youtube.com/embed/a7CSMKw1E7g" data-reactid="435"></iframe></div>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="436">Soccer meets “Portal” in the weird (and weirdly fun) “Headmaster,” a game about heading soccer balls into nets, targets and a variety of other things while stuck in some diabolical training facility. While at first it seems a little basic, increasingly challenging shots and a consistently entertaining narrative keep it from running off the pitch. Funny, ridiculous and as easy as literally moving your head back and forth, it’s a pleasant PSVR surprise.</p>
+ <h3 class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="437"><a href="https://www.playstation.com/en-us/games/rigs-mechanized-combat-league-ps4/" rel="nofollow noopener noreferrer" target="_blank">“RIGS: Mechanized Combat League” ($50)</a></h3>
+ <div class="iframe-wrapper Pos(r) My(20px) canvas-atom Mt(14px)--sm Mb(0)--sm" style="padding-bottom:56.3%;" data-reactid="438"><iframe class="canvas-video-iframe Bdw(0) StretchedBox W(100%) H(100%)" data-type="videoIframe" src="https://www.youtube.com/embed/Rnqlf9EQ2zA" data-reactid="439"></iframe></div>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="440">Giant mechs + sports? That’s the gist of this robotic blast-a-thon, which pits two teams of three against one another in gorgeous, explosive and downright fun VR combat. At its best, “RIGS” marries the thrill of fast-paced competitive shooters with the insanity of piloting a giant mech in VR. It can, however, be one of the barfier PSVR games. So pack your Dramamine, you’re going to have to ease yourself into this one.</p>
+ <h3 class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="441"><a href="https://www.playstation.com/en-us/games/batman-arkham-vr-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Batman Arkham VR” ($20)</a></h3>
+ <div class="iframe-wrapper Pos(r) My(20px) canvas-atom Mt(14px)--sm Mb(0)--sm" style="padding-bottom:56.3%;" data-reactid="442"><iframe class="canvas-video-iframe Bdw(0) StretchedBox W(100%) H(100%)" data-type="videoIframe" src="https://www.youtube.com/embed/eS4g0py16N8" data-reactid="443"></iframe></div>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="444">“I’m Batman,” you will say. And you’ll actually be right this time, because you are Batman in this detective yarn, and you know this because you actually grab the famous cowl and mask, stick it on your head, and stare into the mirrored reflection of Rocksteady Games’ impressive Dark Knight character model. It lacks the action of its fellow “Arkham” games and runs disappointingly short, but it’s a high-quality experience that really shows off how powerfully immersive VR can be.</p>
+ <h3 class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="445"><a href="https://www.playstation.com/en-us/games/job-simulator-the-2050-archives-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Job Simulator” ($30)</a></h3>
+ <div class="iframe-wrapper Pos(r) My(20px) canvas-atom Mt(14px)--sm Mb(0)--sm" style="padding-bottom:56.3%;" data-reactid="446"><iframe class="canvas-video-iframe Bdw(0) StretchedBox W(100%) H(100%)" data-type="videoIframe" src="https://www.youtube.com/embed/3-iMlQIGH8Y" data-reactid="447"></iframe></div>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="448">There are a number of good VR ports in the PSVR launch lineup, but the HTC Vive launch game “Job Simulator” might be the best. Your task? Lots of tasks, actually, from cooking food to fixing cars to working in an office, all for robots, because did I mention you were in the future? Infinitely charming and surprisingly challenging, it’s a great showpiece for VR.</p>
+ <h3 class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="449"><a href="https://www.playstation.com/en-us/games/eve-valkyrie-ps4/" rel="nofollow noopener noreferrer" target="_blank">“Eve Valkyrie” ($60)</a></h3>
+ <div class="iframe-wrapper Pos(r) My(20px) canvas-atom Mt(14px)--sm Mb(0)--sm" style="padding-bottom:56.3%;" data-reactid="450"><iframe class="canvas-video-iframe Bdw(0) StretchedBox W(100%) H(100%)" data-type="videoIframe" src="https://www.youtube.com/embed/0KFHw12CTbo" data-reactid="451"></iframe></div>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="452">Already a hit on the Oculus Rift, this space dogfighting game was one of the first to really show off how VR can turn a traditional game experience into something special. It’s pricey and not quite as hi-res as the Rift version, but “Eve Valkyrie” does an admirable job filling the void left since “Battlestar Galactica” ended. Too bad there aren’t any Cylons in it (or are there?)</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="453"><em><strong>More games news:</strong></em></p>
+ <ul class="canvas-list Pstart(40px) Mt(1.5em) Mb(1.5em) List(d)" data-type="list" data-reactid="454">
+ <li data-reactid="455"><a href="https://www.yahoo.com/tech/skylanders-imaginators-will-let-you-create-and-3d-print-your-own-action-figure-143838550.html">‘Skylanders Imaginators’ will let you create and 3D print your own action figures</a></li>
+ <li data-reactid="456"><a href="https://www.yahoo.com/tech/review-high-flying-nba-2k17-has-a-career-year-184135248.html">Review: High-flying ‘NBA 2K17’ has a career year</a></li>
+ <li data-reactid="457"><a href="https://www.yahoo.com/tech/review-race-at-your-own-speed-in-big-beautiful-forza-horizon-3-195337170.html">Review: Race at your own speed in big, beautiful ‘Forza Horizon 3’</a></li>
+ <li data-reactid="458"><a href="https://www.yahoo.com/tech/sonys-playstation-4-pro-shows-promise-potential-161304037.html">Sony’s PlayStation 4 Pro shows promise, potential and plenty of pretty lighting</a></li>
+ <li data-reactid="459"><a href="https://www.yahoo.com/tech/review-madden-nfl-17-runs-000000394.html">Review: ‘Madden NFL 17’ runs hard, plays it safe</a></li>
+ </ul>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing:.01em;" data-reactid="460"><i>Ben Silverman is on Twitter at</i>
+ <a href="https://twitter.com/ben_silverman" target="_blank" rel="nofollow noopener noreferrer"> <i>ben_silverman</i></a><i>.</i></p>
+ <div data-reactid="461"></div>
+ </div>
+ </article><span class="canvas-bottom-anchor-80b35014-fba3-377e-adc5-47fb44f61fa7" aria-hidden="true" data-reactid="462"></span></div>
+ </div>
+ <div id="Col1-1-IFrame-Proxy" data-reactid="463"><iframe src="//www.bankrate.com/widgets/yho/rate-table-story.aspx" class="H(440px) W(100%) Bd(0)" scrolling="no" id="Col1-1-IFrame" data-reactid="464"></iframe></div>
+ <div id="Col1-2-CanvasShareButtons-Proxy" data-reactid="465">
+ <div class="canvas-share-buttons Bgc(#fff) bottom-share-buttons Pb(35px) Pt(20px)" data-reactid="466">
+ <div class="" style="-webkit-user-select:none;cursor:default;-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:2;text-align:center;white-space:nowrap;" data-reactid="467"><button data-sharetype="tumblr" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Tumblr;cpos:1;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:www.tumblr.com;tar_uri:/widgets/share/tool?posttype=photo&amp;content=http%3A%2F%2Fl3.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2F4eRCPf9lJt_3q29.outekQ--%2FaD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen%2Fhomerun%2Ffeed_manager_auto_publish_494%2F4406ef57dcb40376c513903b03bef048&amp;url=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dtu&amp;clickthroughUrl=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dtu&amp;caption=To%20help%20you%20decide%20what%E2%80%99s%20what%2C%20I%E2%80%99ve%20put%20together%20this%20list%20of%20the%208%20PSVR%20games%20worth%20considering.%20%20Beloved%20cult%20hit%20%E2%80%9CRez%E2%80%9D%20gets%20the%20VR%20treatment%20to%20help%20launch%20the%20PSVR%2C%20and%20the%20results%20are%20terrific.%20%20Chaos%2C%20for%20sure%2C%20and%20also%20%E2%80%9CThumper.%E2%80%9D%20Called%20a%20%E2%80%9Cviolent%20rhythm%20game%E2%80%9D%20by%20its%20creators%2C%20%E2%80%9CThumper%E2%80%9D%20is%2C%20well&amp;tags=" aria-label="Tumblr" style="width:58px;height:58px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#3c5a77;color:white;border-color:#3c5a77;" class="ButtonNaked D(ib) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) tumblr react-button" data-reactid="468"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="LogoTumblr" data-reactid="469"><path d="M20.685 25.83c-1.493 0-3.54-.91-3.54-1.516V13.482h6.844V8.735h-6.846V1.6h-3.917c-.1 1.815-.645 3.45-1.482 4.702-.384.573-.827 1.066-1.32 1.45-.794.625-1.71.983-2.682.983h-.605v4.747h3.285V25.2c0 4.428 3.973 5.218 6.71 5.2.62-.007 1.18 0 1.785 0 4.18 0 4.98-.387 5.944-.9v-5.077c-.006.003-.013.013-.02.016-1.205.773-2.668 1.39-4.157 1.39z" data-reactid="470"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;top:-45px;left:0px;" data-reactid="471"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#3c5a77;top:14px;" data-reactid="472">Reblog</span></div></button><button data-sharetype="facebook" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Facebook;cpos:2;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:www.facebook.com;tar_uri:/dialog/feed?app_id=90376669494&amp;link=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dfb&amp;name=These%20are%20the%208%20coolest%20PlayStation%20VR%20games&amp;description=To%20help%20you%20decide%20what%E2%80%99s%20what%2C%20I%E2%80%99ve%20put%20together%20this%20list%20of%20the%208%20PSVR%20games%20worth%20considering.%20%20Beloved%20cult%20hit%20%E2%80%9CRez%E2%80%9D%20gets%20the%20VR%20treatment%20to%20help%20launch%20the%20PSVR%2C%20and%20the%20results%20are%20terrific.%20%20Chaos%2C%20for%20sure%2C%20and%20also%20%E2%80%9CThumper.%E2%80%9D%20Called%20a%20%E2%80%9Cviolent%20rhythm%20game%E2%80%9D%20by%20its%20creators%2C%20%E2%80%9CThumper%E2%80%9D%20is%2C%20well&amp;picture=http%3A%2F%2Fl3.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2F4eRCPf9lJt_3q29.outekQ--%2FaD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen%2Fhomerun%2Ffeed_manager_auto_publish_494%2F4406ef57dcb40376c513903b03bef048&amp;redirect_uri=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Fmediacontentsharebuttons%2Fpostshare%2F&amp;display=popup&amp;show_error=yes" aria-label="Facebook" style="width:58px;height:58px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#4761a6;color:white;border-color:#4761a6;" class="ButtonNaked D(ib) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) facebook react-button" data-reactid="473"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="LogoFacebook" data-reactid="474"><path d="M12.752 30.4V16.888H9.365V12.02h3.387V7.865c0-3.264 2.002-6.264 6.613-6.264 1.866 0 3.248.19 3.248.19l-.11 4.54s-1.404-.013-2.943-.013c-1.66 0-1.93.81-1.93 2.152v3.553h5.008l-.22 4.867h-4.786V30.4h-4.88z" data-reactid="475"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;top:-45px;left:0px;" data-reactid="476"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#4761a6;top:14px;" data-reactid="477">Share</span></div></button><button data-sharetype="twitter" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Twitter;cpos:3;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:twitter.com;tar_uri:/intent/tweet?text=These%20are%20the%208%20coolest%20PlayStation%20VR%20games&amp;url=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dtw&amp;via=YahooFinance" aria-label="Twitter" style="width:58px;height:58px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#00aceb;color:white;border-color:#00aceb;" class="ButtonNaked D(ib) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) twitter react-button" data-reactid="478"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="LogoTwitter" data-reactid="479"><path d="M30.402 7.094c-1.058.47-2.198.782-3.392.928 1.218-.725 2.154-1.885 2.595-3.256-1.134.674-2.405 1.165-3.75 1.43-1.077-1.148-2.612-1.862-4.31-1.862-3.268 0-5.915 2.635-5.915 5.893 0 .464.056.91.155 1.34-4.915-.244-9.266-2.59-12.18-6.158-.51.87-.806 1.885-.806 2.96 0 2.044 1.045 3.847 2.633 4.905-.974-.032-1.883-.3-2.68-.736v.07c0 2.857 2.034 5.236 4.742 5.773-.498.138-1.022.21-1.56.21-.38 0-.75-.034-1.11-.103.75 2.344 2.93 4.042 5.518 4.09-2.024 1.58-4.57 2.523-7.333 2.523-.478 0-.952-.032-1.41-.085 2.613 1.674 5.72 2.65 9.054 2.65 10.872 0 16.814-8.976 16.814-16.765 0-.254-.008-.507-.018-.762 1.155-.83 2.155-1.868 2.95-3.047z" data-reactid="480"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;top:-45px;left:0px;" data-reactid="481"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#00aceb;top:14px;" data-reactid="482">Tweet</span></div></button><button data-sharetype="pinterest" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Pinterest;cpos:4;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:pinterest.com;tar_uri:/pin/create/button/?url=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dpi&amp;description=To%20help%20you%20decide%20what%E2%80%99s%20what%2C%20I%E2%80%99ve%20put%20together%20this%20list%20of%20the%208%20PSVR%20games%20worth%20considering.%20%20Beloved%20cult%20hit%20%E2%80%9CRez%E2%80%9D%20gets%20the%20VR%20treatment%20to%20help%20launch%20the%20PSVR%2C%20and%20the%20results%20are%20terrific.%20%20Chaos%2C%20for%20sure%2C%20and%20also%20%E2%80%9CThumper.%E2%80%9D%20Called%20a%20%E2%80%9Cviolent%20rhythm%20game%E2%80%9D%20by%20its%20creators%2C%20%E2%80%9CThumper%E2%80%9D%20is%2C%20well&amp;media=http%3A%2F%2Fl3.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2F4eRCPf9lJt_3q29.outekQ--%2FaD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen%2Fhomerun%2Ffeed_manager_auto_publish_494%2F4406ef57dcb40376c513903b03bef048" aria-label="Pinterest" style="width:58px;height:58px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#cc2127;color:white;border-color:#cc2127;" class="ButtonNaked D(ib) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) pinterest react-button" data-reactid="483"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="LogoPinterest" data-reactid="484"><path d="M16 1.598c-7.952 0-14.4 6.448-14.4 14.4 0 5.896 3.546 10.962 8.62 13.19-.04-1.006-.007-2.212.25-3.307l1.853-7.844s-.46-.92-.46-2.28c0-2.133 1.236-3.728 2.778-3.728 1.31 0 1.943.982 1.943 2.163 0 1.318-.84 3.286-1.272 5.11-.36 1.527.767 2.772 2.273 2.772 2.73 0 4.566-3.502 4.566-7.656 0-3.157-2.127-5.52-5.993-5.52-4.37 0-7.09 3.258-7.09 6.898 0 1.256.37 2.136.95 2.824.265.317.303.442.207.802-.07.267-.23.902-.294 1.158-.096.366-.39.498-.72.36-2.01-.82-2.95-3.024-2.95-5.5 0-4.09 3.45-8.996 10.293-8.996 5.5 0 9.115 3.98 9.115 8.25 0 5.65-3.14 9.872-7.77 9.872-1.555 0-3.016-.843-3.517-1.798 0 0-.836 3.317-1.013 3.962-.304 1.107-.902 2.22-1.45 3.085 1.294.378 2.666.587 4.082.587 7.95 0 14.4-6.45 14.4-14.402s-6.45-14.4-14.4-14.4z" data-reactid="485"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;top:-45px;left:0px;" data-reactid="486"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#cc2127;top:14px;" data-reactid="487">Pin it</span></div></button><button data-sharetype="mtf" data-ylk="elm:share;itc:0;sec:social-sh;outcm:share;rspns:op;slk:Email;cpos:5;uuid:80b35014-fba3-377e-adc5-47fb44f61fa7;tar:www.yahoo.com;tar_uri:/mtfpopup?redirect=http%3A%2F%2Fwww.yahoo.com%2Fmtfpopup&amp;url=http%3A%2F%2Ffinance.yahoo.com%2Fnews%2Fbest-psvr-games-170003443.html%3Fsoc_src%3Dsocial-sh%26soc_trk%3Dma&amp;locale=en-US&amp;lang=en-US&amp;region=US&amp;site=finance&amp;uuid=80b35014-fba3-377e-adc5-47fb44f61fa7&amp;alias=ymedia-alias%3Astory%3Dbest-psvr-games-170003443" aria-label="Email" style="width:58px;height:58px;margin-right:0px;border-radius:0px;border-width:0px;max-width:58px;min-width:45px;max-height:58px;min-height:45px;background-color:#400090;color:white;border-color:#400090;" class="ButtonNaked D(ib) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) mail react-button" data-reactid="488"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Cur(p)" width="20" style="fill:white;stroke:white;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 32 32" data-icon="PropertyMail" data-reactid="489"><path d="M16.014 18.806L1.6 7.36v18.722l28.8-.006V7.36L16.014 18.808zM30.4 5.92H1.6L16 17.44 30.4 5.92z" data-reactid="490"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(n) Px(4px)" style="background:#f2f2f2;height:45px;min-width:50px;top:-45px;left:0px;" data-reactid="491"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color:#400090;top:14px;" data-reactid="492">Share</span></div></button></div>
+ </div>
+ </div>
+ <div id="Col1-3-CanvassComments-Proxy" data-reactid="493"><span data-reactid="494"></span></div>
+ <div id="Col1-4-Ad-Proxy" data-reactid="495">
+ <div data-reactid="496">
+ <div id="defaultFOOT-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height:0;width:0;" data-reactid="497">
+ <div id="defaultFOOT-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="498">
+ <div id="defaultdestFOOT" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="Col1-5-Ad-Proxy" data-reactid="499">
+ <div data-reactid="500">
+ <div id="defaultFSRVY-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height:0;width:0;" data-reactid="501">
+ <div id="defaultFSRVY-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="502">
+ <div id="defaultdestFSRVY" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Col2" class="YDC-Col2 Pos(a) T(0) End(0) W(1/3)--md W(1/4) D(n)--sm" data-reactid="503">
+ <div class="sticky-outer-wrapper" data-reactid="504">
+ <div class="sticky-inner-wrapper" style="position:relative;top:0px;" data-reactid="505">
+ <div id="YDC-Col2-Stack" class="YDC-Col2-Stack Pos(r) Bxz(bb) Maw(340px) P(20px) W(100%)" data-reactid="506">
+ <div class="M(a) W(0)" data-reactid="507">
+ <div class="Pos(r) Start(-150px) W(300px)" data-reactid="508">
+ <div id="Aside" role="complementary" tabindex="-1" data-reactid="509">
+ <div id="Col2-0-SymbolLookup-Proxy" data-reactid="510">
+ <div class="Pos(r) D(ib) Mend(10px) Va(m) W(100%)" data-test="add-symbol-overlay" data-reactid="511">
+ <div class="clear-button-inside Pos(r) react-autocomplete-box" data-reactid="512">
+ <div class="Cf" data-reactid="513">
+ <fieldset class="Pos(r) D(ib) W(100%)" data-reactid="514"><input class="Bdrs(0) Bxsh(n)! Fz(s) Bxz(bb) D(ib) Bg(n) Pend(5px) Px(8px) Py(0) H(34px) Lh(34px) Bd O(n):f O(n):h Bdc($lightGray) Bdc($actionBlue):f Bdc($breakingRed):inv C($dataRed):inv M(0) Pstart(10px) Bgc(white) W(100%)" name="s" tabindex="1" placeholder="Quote Lookup" autocomplete="off" data-reactid="515" type="text" /></fieldset><button class="Bdrs(2px) Td(n) Fz(13px) D(ib) Bxz(bb) Py(0) Px(10px) H(34px) Lh(n) Bd O(n) O(n):f O(n):h Op(1) Op(0.7):f Op(0.7):h Op(1):di:h Bgc($actionBlue) C(white) C(#aaa):di Bdc($actionBlue) Bdc($lightGray):di Bg($lightGray):di Va(m) Pos(a) Fl(end) End(1px)" type="submit" data-reactid="516"><svg xmlns="http://www.w3.org/2000/svg" class="Fill(white)! Stroke(white)! Cur(p)" width="20" style="fill:#000;stroke:#000;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 24 24" data-icon="search" data-reactid="517"><path d="M9 3C5.686 3 3 5.686 3 9c0 3.313 2.686 6 6 6s6-2.687 6-6c0-3.314-2.686-6-6-6m13.713 19.713c-.387.388-1.016.388-1.404 0l-7.404-7.404C12.55 16.364 10.85 17 9 17c-4.418 0-8-3.582-8-8 0-4.42 3.582-8 8-8s8 3.58 8 8c0 1.85-.634 3.55-1.69 4.905l7.403 7.404c.39.386.39 1.015 0 1.403" data-reactid="518"/></svg></button></div>
+ <!-- react-text: 519 -->
+ <!-- /react-text -->
+ </div><svg xmlns="http://www.w3.org/2000/svg" class="D(n) Cur(p)" width="24" style="fill:#000;stroke:#000;stroke-width:0;vertical-align:bottom;" height="24" viewBox="0 0 24 24" data-icon="search" data-reactid="520"><path d="M9 3C5.686 3 3 5.686 3 9c0 3.313 2.686 6 6 6s6-2.687 6-6c0-3.314-2.686-6-6-6m13.713 19.713c-.387.388-1.016.388-1.404 0l-7.404-7.404C12.55 16.364 10.85 17 9 17c-4.418 0-8-3.582-8-8 0-4.42 3.582-8 8-8s8 3.58 8 8c0 1.85-.634 3.55-1.69 4.905l7.403 7.404c.39.386.39 1.015 0 1.403" data-reactid="521"/></svg></div>
+ </div>
+ <div id="Col2-1-RecentQuotes-Proxy" data-reactid="522">
+ <div class="My(20px)" data-reactid="523"><span class="Py(10px) Pos(r) D(b) Bdc($grey3) BdB" data-reactid="524"><a href="/recent-quotes" title="Recently Viewed" class="Va(m) Fw(b) Fz(s) C(#000) Wow(bw) Us(n)" data-test="list-name" data-reactid="525"><span data-reactid="526">Recently Viewed</span><svg xmlns="http://www.w3.org/2000/svg" class="Px(2px) Pt(3px) Cur(p)" width="14" style="fill:#000;stroke:#000;stroke-width:0;vertical-align:bottom;" height="14" viewBox="0 0 48 48" data-icon="caret-right-finance" data-reactid="527"><path d="M20.95 9.774c-.966-1.025-2.694-1.023-3.67 0-.98 1.032-.98 2.71 0 3.74l8.95 9.412-8.946 9.404c-.983 1.036-.98 2.716 0 3.74.49.514 1.14.796 1.837.796.698 0 1.35-.28 1.834-.795l12.5-13.145L20.95 9.775z" data-reactid="528"/></svg></a>
+ </span>
+ <table class="table-bordered W(100%) Tbl(f) Bdcl(c)" role="presentation" data-reactid="529" cellpadding="0">
+ <thead data-reactid="530">
+ <tr data-reactid="531">
+ <th class="Ta(start) Va(b) Py(4px) Fw(n) Fz(xs) C($grey6) Cur(p) Pend(0) Bxz(bb) data-col0" data-reactid="532"><span data-reactid="533">Symbol</span></th>
+ <th class="Ta(end) Va(b) Py(4px) Fw(n) Fz(xs) C($grey6) Cur(p) data-col1" style="width:100px;" data-reactid="534"><span data-reactid="535">Last Price</span></th>
+ <th class="Ta(end) Va(b) Py(4px) Fw(n) Fz(xs) C($grey6) Cur(p) Pstart(4px) data-col2" style="width:70px;" data-reactid="536"><span data-reactid="537">Change</span></th>
+ <th class="Ta(end) Va(b) Py(4px) Fw(n) Fz(xs) C($grey6) Cur(p) Pstart(6px) data-col3" style="width:60px;" data-reactid="538"><span data-reactid="539">% Change</span></th>
+ </tr>
+ </thead>
+ <tbody data-reactid="540"></tbody>
+ </table><span class="Pos(r) D(b) Bdc($grey3) BdT My(2px) Pt(5px)" data-reactid="541"><span data-reactid="542">You don't have any symbols in this list.</span></span>
+ </div>
+ </div>
+ <div id="Col2-2-Ad-Proxy" data-reactid="543">
+ <div data-reactid="544">
+ <div id="defaultLREC-sizer" class="darla-container" style="margin-bottom:20px;" data-reactid="545">
+ <div id="defaultLREC-wrapper" class="" data-reactid="546">
+ <div id="defaultdestLREC" style="width:300px;height:250px;"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="Col2-3-CommonSlotComposite-Proxy" data-reactid="547"><span data-reactid="548"></span></div>
+ <div id="Col2-4-HeightContainer-Proxy" data-reactid="549">
+ <div id="Col2-4-HeightContainer" class="YDC-Height-Container Ov(h) Trsp(max-height) Trsdu(.42s)" data-reactid="550">
+ <div data-reactid="551">
+ <div id="Col2-4-HeightContainer-0-Stream" class="tdv2-applet-stream Bdc(#e2e2e6)" style="max-width:900px;" data-reactid="552">
+ <h2 class="C(#26282a) Fw(500) Fz(16px) Ff($ff-primary) Lh($lheight) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing)" data-reactid="553">What to Read Next</h2>
+ <ul class="Mb(0) Ov(h) P(0) Wow(bw)" data-reactid="554">
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="555">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="556">
+ <div class="Pos(r)" data-reactid="557">
+ <div class="Pos(r)" data-reactid="558">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="559">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l3.yimg.com/ny/api/res/1.2/J2boBNrJ13dcslIlWN88vw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/wEAPFp0fjhGr6q3Nb0BOHw--/dz0xMjQ2O2g9OTM0O2FwcGlkPXl0YWNoeW9u/http://globalfinance.zenfs.com/en_us/Finance/US_AFTP_SILICONALLEY_H_LIVE/Its_becoming_clear_there_were-cc8eca84bc2295903a36075d4738a8fa);" data-reactid="560"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="561"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/becoming-clear-were-2-big-152321240.html" data-reactid="562"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="563">It's becoming clear there were 2 big reasons the Patriots traded one of their best defensive players to the Browns</span><u class="StretchedBox Z(1)" data-reactid="564"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="565">
+ <div class="" data-reactid="566">Business Insider</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="567">
+ <div class="controller Feedback Pos(r)" data-beacon="" data-tp-beacon="" data-reactid="568">
+ <div class="Py(14px) smartphone_Px(20px) Pos(r) Ov(h) smartphone_Bxsh(streamBoxShadow)" data-reactid="569">
+ <div class="Mx(a)" style="max-width:600px;" data-reactid="570">
+ <div class="Trsdu(.42s) Bdrs(2px) Bgz(cv) smartphone_Mx(0) Mb(6px) smartphone_Mb(12px) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l3.yimg.com/ny/api/res/1.2/yakZD2gCbTHgIQi5kyX0tw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/av/moneyball/ads/1477383770030-3005.jpg);" data-reactid="571"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="572"><a rel="nofollow noopener noreferrer" class="Td(n) Fz(13px) C(#020e65) smartphone_C(#000) C(#0078ff):h LineClamp(4,96px) smartphone_Fz(19px)" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=SlkEC58GIS.Y0wATYo8d.RrcUAM19.YDwMff7hOqeL.KhNIsD.ae_AA4UVTomwzUjf1fYOFCSNWT.hYk6yRHycaSnXaAAOCVvqdY2YSBbTuWMxaFjtSGKeLQy3nQA6MbDaadfE4WCf8kuWxsKpvxgSrSZJJMWrs7AfEpNuFZn7QnDu2NER5EWwjOeFwyfkEg8oPTQ.v7tVJWtcTPlLzmylY4ZVd49S2LcBX8AMSjunRI4TJaaQGzxdR3WyJjbj4wZGQjVuQRvwC1dqw9aRjGtbLtZuU4yBxrCopcfao.N.08wHghta4.qlbrCnqTCOockpaXG1Gv10jobDtTktGjoXy5tS2rF9OR6YcLN2V2z0D9XB6ByxM_5iY9mzPUIwQhWG9R5kmduUNUBQ0ahmoePpQTqMyNwO3z3GfXDk1ISMrfgR69fg0cO1Fj6.unPmD0KOA2YOOwC577yygaGXCTR_xYHBfjijS3dprMtZwz_.t37omywSmtf_3VWykZCIuJcHMTZqOWfQDuLgUVIg--%26lp=https%3A%2F%2Fom.forgeofempires.com%2Ffoe%2Fen%2F%3Fref%3Dgen_en_en_gam%23buildings" data-reactid="573"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="574">The most addictive game of the year!</span><u class="StretchedBox Z(1)" data-reactid="575"></u></a></h3>
+ <div class="Fz(11px) Pos(r) Z(2) Ell smartphone_Fz(13px)" data-reactid="576"><a class="Whs(nw) Mend(6px) Lh(1.6) C(#96989f)" rel="noopener noreferrer" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=SlkEC58GIS.Y0wATYo8d.RrcUAM19.YDwMff7hOqeL.KhNIsD.ae_AA4UVTomwzUjf1fYOFCSNWT.hYk6yRHycaSnXaAAOCVvqdY2YSBbTuWMxaFjtSGKeLQy3nQA6MbDaadfE4WCf8kuWxsKpvxgSrSZJJMWrs7AfEpNuFZn7QnDu2NER5EWwjOeFwyfkEg8oPTQ.v7tVJWtcTPlLzmylY4ZVd49S2LcBX8AMSjunRI4TJaaQGzxdR3WyJjbj4wZGQjVuQRvwC1dqw9aRjGtbLtZuU4yBxrCopcfao.N.08wHghta4.qlbrCnqTCOockpaXG1Gv10jobDtTktGjoXy5tS2rF9OR6YcLN2V2z0D9XB6ByxM_5iY9mzPUIwQhWG9R5kmduUNUBQ0ahmoePpQTqMyNwO3z3GfXDk1ISMrfgR69fg0cO1Fj6.unPmD0KOA2YOOwC577yygaGXCTR_xYHBfjijS3dprMtZwz_.t37omywSmtf_3VWykZCIuJcHMTZqOWfQDuLgUVIg--%26lp=https%3A%2F%2Fom.forgeofempires.com%2Ffoe%2Fen%2F%3Fref%3Dgen_en_en_gam%23buildings" data-reactid="577">InnoGames</a><span data-reactid="578"><a class="Mend(6px) C(#b9bdc5)" href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" rel="noopener noreferrer" target="_blank" data-reactid="579">Sponsored</a><a href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" rel="noopener noreferrer" data-reactid="580"><i class="Pos(r) T(3px)" data-reactid="581"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" style="vertical-align:baseline;fill:#b9bdc5;stroke:#b9bdc5;stroke-width:0;" height="15" viewBox="0 0 24 24" data-icon="sponsor" data-reactid="582"><path d="M5.636 4.222c-.39-.39-1.023-.39-1.414 0s-.39 1.024 0 1.414l.707.707c.39.39 1.022.39 1.414 0 .39-.39.39-1.023 0-1.414l-.708-.708zM4.93 17.658l-.708.707c-.39.39-.39 1.023 0 1.414.39.39 1.023.39 1.414 0l.707-.708c.39-.39.39-1.024 0-1.414-.39-.39-1.023-.39-1.414 0zm14.14 0c-.39-.39-1.023-.39-1.413 0-.39.39-.39 1.023 0 1.414l.707.707c.39.39 1.024.39 1.414 0 .39-.392.39-1.025 0-1.415l-.707-.707zm0-11.315l.708-.707c.39-.39.39-1.023 0-1.414s-1.024-.39-1.414 0l-.707.707c-.39.39-.39 1.024 0 1.414.39.39 1.023.39 1.414 0zM22 11h-1c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zM10 9h5c.552 0 1-.448 1-1s-.448-1-1-1h-2c0-.55-.447-1-1-1s-1 .45-1 1H9.5C8.12 7 7 8.12 7 9.5v1C7 11.88 8.12 13 9.5 13H13c.552 0 1 .448 1 1s-.448 1-1 1H8c-.553 0-1 .448-1 1s.447 1 1 1h3c0 .55.447 1 1 1s1-.45 1-1h.5c1.38 0 2.5-1.12 2.5-2.5v-1c0-1.38-1.37-2.5-3-2.5h-3c-.553 0-1-.448-1-1s.447-1 1-1zm2-5c.553 0 1-.448 1-1V2c0-.552-.447-1-1-1s-1 .448-1 1v1c0 .552.447 1 1 1zm-9 7H2c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zm9 9c-.553 0-1 .448-1 1v1c0 .552.447 1 1 1s1-.448 1-1v-1c0-.552-.447-1-1-1z" data-reactid="583"/></svg></i></a></span></div>
+ </div>
+ <!-- react-text: 584 -->
+ <!-- /react-text -->
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="585">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="586">
+ <div class="Pos(r)" data-reactid="587">
+ <div class="Pos(r)" data-reactid="588">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="589">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l2.yimg.com/ny/api/res/1.2/U3D9fEU2vXLjcYVz.8l6ow--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/0zasyXa7KQlezglOp7XM6g--/dz03NDQ7aD00OTY7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/66281ce88f76a83c339f010f928ba8ab);" data-reactid="590"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="591"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/the-real-reason-why-millennials-are-leaving-banks-170424785.html" data-reactid="592"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="593">The real reason why millennials are leaving banks</span><u class="StretchedBox Z(1)" data-reactid="594"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="595">
+ <div class="" data-reactid="596">Yahoo Finance</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="597">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="598">
+ <div class="Pos(r)" data-reactid="599">
+ <div class="Pos(r)" data-reactid="600">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="601">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l3.yimg.com/ny/api/res/1.2/qknQHYRR9DEXYsRSbSGKSg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/fmpZDU.ysK8f2Ru.ntw07A--/dz0xMzMzO2g9MTAwMDthcHBpZD15dGFjaHlvbg--/http://globalfinance.zenfs.com/en_us/Finance/US_AFTP_SILICONALLEY_H_LIVE/Kevin_Durant_delivered_a_forceful-be68a99a9bebafdc71cecd0ea7c70f14);" data-reactid="602"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="603"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/kevin-durant-delivered-forceful-brutally-214843064.html" data-reactid="604"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="605">Kevin Durant delivered a forceful and brutally honest response to defend his relationship with Russell Westbrook after he left the Thunder</span><u class="StretchedBox Z(1)" data-reactid="606"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="607">
+ <div class="" data-reactid="608">Business Insider</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="609">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="610">
+ <div class="Pos(r)" data-reactid="611">
+ <div class="Pos(r)" data-reactid="612">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="613">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l3.yimg.com/ny/api/res/1.2/cDAUrHZe1DRdQfLWKz8z3g--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/UAIXGOcP_ivO8lbGFqWi8w--/dz0xNjAwO2g9ODAwO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/homerun/elle_570/04c1ac4bb7a90453465c5a354c308396);" data-reactid="614"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="615"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/chrissy-teigen-addresses-criticism-over-153235776.html" data-reactid="616"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="617">Chrissy Teigen Addresses the Criticism Over Baby Luna's Free Costumes</span><u class="StretchedBox Z(1)" data-reactid="618"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="619">
+ <div class="" data-reactid="620">Elle</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="621">
+ <div class="controller Feedback Pos(r)" data-beacon="" data-tp-beacon="" data-reactid="622">
+ <div class="Py(14px) smartphone_Px(20px) Pos(r) Ov(h) smartphone_Bxsh(streamBoxShadow)" data-reactid="623">
+ <div class="Mx(a)" style="max-width:600px;" data-reactid="624">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Bdrs(2px) Bgz(cv) smartphone_Mx(0) Mb(6px) smartphone_Mb(12px) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l3.yimg.com/ny/api/res/1.2/3lW9BZ4aWN4M4zyEMrjrGg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/av/moneyball/ads/1471339441444-3957.jpg);" data-reactid="625"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="626"><a rel="nofollow noopener noreferrer" class="Td(n) Fz(13px) C(#020e65) smartphone_C(#000) C(#0078ff):h LineClamp(4,96px) smartphone_Fz(19px)" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=0Q7gd38GIS_pYHOYO5MaOOUKSMwcIHjsFyc2.mISFhZBWjbQxIV03_VVCqyb3wwshIfM.Cb1EjCUhW6DZiTkOlC8RWkDNlWgFuZCAyuhrk691V5ST9RdUp77cKl8xXevOwYqBkQco9KXTAGyaBPvVWWxB8lH6GYx51DpAkWTajjw8abhvkL6_eYNojeGpzJKI_fpvHuxCdOExG354wj46I28..qYr.jhUfJWdgYInogaTs3bqC2bppgD083HJWKAws0GyzUspgi1LhgEdroz.48BL.CdJ8ggdOgwvlIBWfvWYn5.E_pv7GgkaDtCnXCzdMgxhkBwhf8peqbeAq2OjJy.xm.H6Jp7E_vj5kyBTdHBb6DyrP1O0LWvSCaGB0fn_x5NjNmbKVWKs.PtrbfnLot.ClDyFdgJsnlR6fgWvcu8wK3lq8f.1DictQOkV18o49kcTbyp9S7ldVSvwdumyh1aYeyLL0QtMdyiF3vzLSXAauoYauxZytkEbkQ.YmLuevUmu2Mp6kPRrJBKKciXmenK8VfoPg7stRX9RxvqZBc6lJgCAA9JIYPfS6J1mGxu4gcWFj.hPoQixPs-%26lp=http%3A%2F%2Fplarium.com%2Fplay%2Fen%2Fstormfall%2F004_dragon_hybrid_anim%3FadCampaign%3D97905%26adPixel%3Dyahoo%21%26publisherID%3D32381142928" data-reactid="627"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="628">This Strategy Game will keep you up all night!</span><u class="StretchedBox Z(1)" data-reactid="629"></u></a></h3>
+ <div class="Fz(11px) Pos(r) Z(2) Ell smartphone_Fz(13px)" data-reactid="630"><a class="Whs(nw) Mend(6px) Lh(1.6) C(#96989f)" rel="noopener noreferrer" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=0Q7gd38GIS_pYHOYO5MaOOUKSMwcIHjsFyc2.mISFhZBWjbQxIV03_VVCqyb3wwshIfM.Cb1EjCUhW6DZiTkOlC8RWkDNlWgFuZCAyuhrk691V5ST9RdUp77cKl8xXevOwYqBkQco9KXTAGyaBPvVWWxB8lH6GYx51DpAkWTajjw8abhvkL6_eYNojeGpzJKI_fpvHuxCdOExG354wj46I28..qYr.jhUfJWdgYInogaTs3bqC2bppgD083HJWKAws0GyzUspgi1LhgEdroz.48BL.CdJ8ggdOgwvlIBWfvWYn5.E_pv7GgkaDtCnXCzdMgxhkBwhf8peqbeAq2OjJy.xm.H6Jp7E_vj5kyBTdHBb6DyrP1O0LWvSCaGB0fn_x5NjNmbKVWKs.PtrbfnLot.ClDyFdgJsnlR6fgWvcu8wK3lq8f.1DictQOkV18o49kcTbyp9S7ldVSvwdumyh1aYeyLL0QtMdyiF3vzLSXAauoYauxZytkEbkQ.YmLuevUmu2Mp6kPRrJBKKciXmenK8VfoPg7stRX9RxvqZBc6lJgCAA9JIYPfS6J1mGxu4gcWFj.hPoQixPs-%26lp=http%3A%2F%2Fplarium.com%2Fplay%2Fen%2Fstormfall%2F004_dragon_hybrid_anim%3FadCampaign%3D97905%26adPixel%3Dyahoo%21%26publisherID%3D32381142928" data-reactid="631">Stormfall: Age of War</a><span data-reactid="632"><a class="Mend(6px) C(#b9bdc5)" href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" rel="noopener noreferrer" target="_blank" data-reactid="633">Sponsored</a><a href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" rel="noopener noreferrer" data-reactid="634"><i class="Pos(r) T(3px)" data-reactid="635"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" style="vertical-align:baseline;fill:#b9bdc5;stroke:#b9bdc5;stroke-width:0;" height="15" viewBox="0 0 24 24" data-icon="sponsor" data-reactid="636"><path d="M5.636 4.222c-.39-.39-1.023-.39-1.414 0s-.39 1.024 0 1.414l.707.707c.39.39 1.022.39 1.414 0 .39-.39.39-1.023 0-1.414l-.708-.708zM4.93 17.658l-.708.707c-.39.39-.39 1.023 0 1.414.39.39 1.023.39 1.414 0l.707-.708c.39-.39.39-1.024 0-1.414-.39-.39-1.023-.39-1.414 0zm14.14 0c-.39-.39-1.023-.39-1.413 0-.39.39-.39 1.023 0 1.414l.707.707c.39.39 1.024.39 1.414 0 .39-.392.39-1.025 0-1.415l-.707-.707zm0-11.315l.708-.707c.39-.39.39-1.023 0-1.414s-1.024-.39-1.414 0l-.707.707c-.39.39-.39 1.024 0 1.414.39.39 1.023.39 1.414 0zM22 11h-1c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zM10 9h5c.552 0 1-.448 1-1s-.448-1-1-1h-2c0-.55-.447-1-1-1s-1 .45-1 1H9.5C8.12 7 7 8.12 7 9.5v1C7 11.88 8.12 13 9.5 13H13c.552 0 1 .448 1 1s-.448 1-1 1H8c-.553 0-1 .448-1 1s.447 1 1 1h3c0 .55.447 1 1 1s1-.45 1-1h.5c1.38 0 2.5-1.12 2.5-2.5v-1c0-1.38-1.37-2.5-3-2.5h-3c-.553 0-1-.448-1-1s.447-1 1-1zm2-5c.553 0 1-.448 1-1V2c0-.552-.447-1-1-1s-1 .448-1 1v1c0 .552.447 1 1 1zm-9 7H2c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zm9 9c-.553 0-1 .448-1 1v1c0 .552.447 1 1 1s1-.448 1-1v-1c0-.552-.447-1-1-1z" data-reactid="637"/></svg></i></a></span></div>
+ </div>
+ <!-- react-text: 638 -->
+ <!-- /react-text -->
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="639">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="640">
+ <div class="Pos(r)" data-reactid="641">
+ <div class="Pos(r)" data-reactid="642">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="643">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l.yimg.com/ny/api/res/1.2/5u9Swf9pUn5TrmPc4zpFQA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/UMyO5yj.kDIqAGUBkhcLaQ--/dz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/uu/api/res/1.2/0l.pO7jeb47Y1ihDmh0NaQ--/dz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/video/bloomberg_932/383eec731e1cf4a4d116ed59c66d4689);" data-reactid="644"></div><span class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height:50px;width:50px;background-size:50px;background-image:url(https://s.yimg.com/dh/ap/default/150604/orb.png);" data-reactid="645"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Mstart(2px) Cur(p)" width="20" style="left:15px;top:15px;fill:#fff;stroke:#fff;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 512 512" data-icon="CorePlay" data-reactid="646"><path d="M82.294 490.295c-20.327 11.736-36.952 2.14-36.952-21.332V42.295c0-23.472 16.632-33.055 36.952-21.332L451.67 234.295c20.318 11.75 20.318 30.945 0 42.682L82.294 490.295z" data-reactid="647"/></svg></span></div>
+ <h3 class="M(0) Py(1px)" data-reactid="648"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/video/election-worries-play-volatility-025347338.html" data-reactid="649"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="650">Election Worries: How to Play the Volatility</span><u class="StretchedBox Z(1)" data-reactid="651"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="652">
+ <div class="" data-reactid="653">Bloomberg Video</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="654">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="655">
+ <div class="Pos(r)" data-reactid="656">
+ <div class="Pos(r)" data-reactid="657">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="658">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l3.yimg.com/ny/api/res/1.2/1CDj4bqWTSP1grae5WfNoA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/PCYO02uno6swpKcM0bwTHA--/dz0xNTAwO2g9MTAxODthcHBpZD15dGFjaHlvbg--/http://l.yimg.com/os/publish-images/finance/2016-07-03/0a5e0eb0-410f-11e6-9b9a-a9d808d329ff_Screen-Shot-2016-07-03-at-7-10-54-AM.png);" data-reactid="659"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="660"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/us-forms-of-energy-usage-1776-2040-industry-source-eia-110731958.html" data-reactid="661"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="662">From biomass to nuclear: The evolution of American energy usage since 1776</span><u class="StretchedBox Z(1)" data-reactid="663"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="664">
+ <div class="" data-reactid="665">Yahoo Finance</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="666">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="667">
+ <div class="Pos(r)" data-reactid="668">
+ <div class="Pos(r)" data-reactid="669">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="670">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l3.yimg.com/ny/api/res/1.2/SiVvFBiTWfd8o.Tbez2ZjA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/rG6bnHiidp9qQstxufxKpQ--/dz0xMDIzO2g9NzY3O2FwcGlkPXl0YWNoeW9u/http://globalfinance.zenfs.com/en_us/Finance/US_AFTP_SILICONALLEY_H_LIVE/How_Chinas_stealthy_new_J20-f7143b78fa45dea3cc4f88b787b17cbb);" data-reactid="671"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="672"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/chinas-stealthy-j-20-fighter-171139077.html" data-reactid="673"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="674">How China's stealthy new J-20 fighter jet compares to the US's F-22 and F-35</span><u class="StretchedBox Z(1)" data-reactid="675"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="676">
+ <div class="" data-reactid="677">Business Insider</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="678">
+ <div class="controller Feedback Pos(r)" data-beacon="" data-tp-beacon="" data-reactid="679">
+ <div class="Py(14px) smartphone_Px(20px) Pos(r) Ov(h) smartphone_Bxsh(streamBoxShadow)" data-reactid="680">
+ <div class="Mx(a)" style="max-width:600px;" data-reactid="681">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Bdrs(2px) Bgz(cv) smartphone_Mx(0) Mb(6px) smartphone_Mb(12px) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l2.yimg.com/ny/api/res/1.2/HNEPk_ENbYd9EqIvtcReqw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/av/moneyball/ads/1476785529800-3512.jpg);" data-reactid="682"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="683"><a rel="nofollow noopener noreferrer" class="Td(n) Fz(13px) C(#020e65) smartphone_C(#000) C(#0078ff):h LineClamp(4,96px) smartphone_Fz(19px)" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=gYoRCIQGIS.GsNSg31dG7uu3jx1l47K_9t_lL68694y5vPklbhwGNF2IOCXI5Gay.KEmvJYzGtoc._QaiNOyVwkdJQY8jTD_A4uY0.1OI47TuRvpcBMvdXdyTLVqUaIbKZjuLSdMhsq.aFWXTJBkDvMBr9jGKe1Dcs5mzRVUoWc5iPAeZSSgpz3nyj49giJ0W2ZN3r2KAdmuDxU48_TnDHDh_9f4cEhSw9nSpbz9uXOjDYsQ6nOkJQbFehfzNrYe4PVEu3NbzvKwgoi37c0DQqrMMwXbnsHqHlS6FSLjaxkZ53xSggWUfVAcLSmYvhC7K_PkWSQqoKLF5I5_rcymJYID9IzgBTFrXphnEI_XKT3hlo2vlL.vsS7xbXKLME6kHl4WNht1kg3STGm3NWwNYOvI6R01YtU4DhK51Jmka2sOqzxxxoPTZIPON4n15fVub8fwidZXBigTgpaIqNe3FhvFC1pPAEUkLyhkoCpzmMO4n_wXrWKfsDSHsGYEnr329Y7UkzKcsC3eAaJ5GXWmp8v44SGRysntPeCbBRkbtxGB5FtAC5m6j7E-%26lp=http%3A%2F%2F104.131.127.216%2Fstrapwork%2F%3F1uvop32q%26ad%3D32488250754%26creative%3D32488250754%26device%3Dc%26network%3Dn" data-reactid="684"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="685">She Was A Waitress In a Bar and Now She Owns a Jet</span><u class="StretchedBox Z(1)" data-reactid="686"></u></a></h3>
+ <div class="Fz(11px) Pos(r) Z(2) Ell smartphone_Fz(13px)" data-reactid="687"><a class="Whs(nw) Mend(6px) Lh(1.6) C(#96989f)" rel="noopener noreferrer" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=gYoRCIQGIS.GsNSg31dG7uu3jx1l47K_9t_lL68694y5vPklbhwGNF2IOCXI5Gay.KEmvJYzGtoc._QaiNOyVwkdJQY8jTD_A4uY0.1OI47TuRvpcBMvdXdyTLVqUaIbKZjuLSdMhsq.aFWXTJBkDvMBr9jGKe1Dcs5mzRVUoWc5iPAeZSSgpz3nyj49giJ0W2ZN3r2KAdmuDxU48_TnDHDh_9f4cEhSw9nSpbz9uXOjDYsQ6nOkJQbFehfzNrYe4PVEu3NbzvKwgoi37c0DQqrMMwXbnsHqHlS6FSLjaxkZ53xSggWUfVAcLSmYvhC7K_PkWSQqoKLF5I5_rcymJYID9IzgBTFrXphnEI_XKT3hlo2vlL.vsS7xbXKLME6kHl4WNht1kg3STGm3NWwNYOvI6R01YtU4DhK51Jmka2sOqzxxxoPTZIPON4n15fVub8fwidZXBigTgpaIqNe3FhvFC1pPAEUkLyhkoCpzmMO4n_wXrWKfsDSHsGYEnr329Y7UkzKcsC3eAaJ5GXWmp8v44SGRysntPeCbBRkbtxGB5FtAC5m6j7E-%26lp=http%3A%2F%2F104.131.127.216%2Fstrapwork%2F%3F1uvop32q%26ad%3D32488250754%26creative%3D32488250754%26device%3Dc%26network%3Dn" data-reactid="688">BinaryUno</a><span data-reactid="689"><a class="Mend(6px) C(#b9bdc5)" href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" rel="noopener noreferrer" target="_blank" data-reactid="690">Sponsored</a><a href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" rel="noopener noreferrer" data-reactid="691"><i class="Pos(r) T(3px)" data-reactid="692"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" style="vertical-align:baseline;fill:#b9bdc5;stroke:#b9bdc5;stroke-width:0;" height="15" viewBox="0 0 24 24" data-icon="sponsor" data-reactid="693"><path d="M5.636 4.222c-.39-.39-1.023-.39-1.414 0s-.39 1.024 0 1.414l.707.707c.39.39 1.022.39 1.414 0 .39-.39.39-1.023 0-1.414l-.708-.708zM4.93 17.658l-.708.707c-.39.39-.39 1.023 0 1.414.39.39 1.023.39 1.414 0l.707-.708c.39-.39.39-1.024 0-1.414-.39-.39-1.023-.39-1.414 0zm14.14 0c-.39-.39-1.023-.39-1.413 0-.39.39-.39 1.023 0 1.414l.707.707c.39.39 1.024.39 1.414 0 .39-.392.39-1.025 0-1.415l-.707-.707zm0-11.315l.708-.707c.39-.39.39-1.023 0-1.414s-1.024-.39-1.414 0l-.707.707c-.39.39-.39 1.024 0 1.414.39.39 1.023.39 1.414 0zM22 11h-1c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zM10 9h5c.552 0 1-.448 1-1s-.448-1-1-1h-2c0-.55-.447-1-1-1s-1 .45-1 1H9.5C8.12 7 7 8.12 7 9.5v1C7 11.88 8.12 13 9.5 13H13c.552 0 1 .448 1 1s-.448 1-1 1H8c-.553 0-1 .448-1 1s.447 1 1 1h3c0 .55.447 1 1 1s1-.45 1-1h.5c1.38 0 2.5-1.12 2.5-2.5v-1c0-1.38-1.37-2.5-3-2.5h-3c-.553 0-1-.448-1-1s.447-1 1-1zm2-5c.553 0 1-.448 1-1V2c0-.552-.447-1-1-1s-1 .448-1 1v1c0 .552.447 1 1 1zm-9 7H2c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zm9 9c-.553 0-1 .448-1 1v1c0 .552.447 1 1 1s1-.448 1-1v-1c0-.552-.447-1-1-1z" data-reactid="694"/></svg></i></a></span></div>
+ </div>
+ <!-- react-text: 695 -->
+ <!-- /react-text -->
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="696">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="697">
+ <div class="Pos(r)" data-reactid="698">
+ <div class="Pos(r)" data-reactid="699">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="700">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l.yimg.com/ny/api/res/1.2/axca9exznwNpwwziuP3_.A--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/SogZHAfIl0xU6zwa.9cgzA--/dz0xMDY3O2g9ODAwO2FwcGlkPXl0YWNoeW9u/http://globalfinance.zenfs.com/en_us/Finance/US_AFTP_SILICONALLEY_H_LIVE/The_woman_sexually_assaulted_by-cec9c3c426f7cf74dd301f8277adbde2);" data-reactid="701"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="702"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/woman-sexually-assaulted-ex-stanford-185500342.html" data-reactid="703"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="704">The woman sexually assaulted by ex-Stanford swimmer Brock Turner was just named a woman of the year by Glamour</span><u class="StretchedBox Z(1)" data-reactid="705"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="706">
+ <div class="" data-reactid="707">Business Insider</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="708">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="709">
+ <div class="Pos(r)" data-reactid="710">
+ <div class="Pos(r)" data-reactid="711">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="712">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l2.yimg.com/ny/api/res/1.2/xtwsl2Xs5Fa2oKSzfbzkpg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/aJklNfwvY9sbg1rkIPhnIg--/dz0xNzA0O2g9ODg1O2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/583afc8f01a87b3a8f1f0a05ce081057);" data-reactid="713"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="714"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/the-market-doesnt-care-who-wins-the-election-unless-its-donald-trump-121934629.html" data-reactid="715"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="716">The market doesn't care who wins the election unless it's Donald Trump</span><u class="StretchedBox Z(1)" data-reactid="717"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="718">
+ <div class="" data-reactid="719">Yahoo Finance</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="720">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="721">
+ <div class="Pos(r)" data-reactid="722">
+ <div class="Pos(r)" data-reactid="723">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="724">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l.yimg.com/ny/api/res/1.2/oNs_JQy7IE_SFQ9Zcr7m8g--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/mdaeqRg8x6_neb4vmQs8xw--/dz00ODA7aD0yNDA7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/homerun/delish_597/904270cb6438437fb4389a0d081f227c);" data-reactid="725"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="726"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/actress-secret-pasta-sauce-totally-175617752.html" data-reactid="727"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="728">Prince Harry's Rumored Girlfriend Has A Killer Hack for "Sexy, Filthy" Pasta</span><u class="StretchedBox Z(1)" data-reactid="729"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="730">
+ <div class="" data-reactid="731">Delish</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="732">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="733">
+ <div class="Pos(r)" data-reactid="734">
+ <div class="Pos(r)" data-reactid="735">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="736">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l1.yimg.com/ny/api/res/1.2/pSDQ8Jo4JY_WDRKJCdxQTQ--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/.g_ZevDqMH1OvZ8DMfgatQ--/dz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-/https://s1.yimg.com/uu/api/res/1.2/S4DZyU1UuCH1C70TFpmTIg--/dz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/video/bloomberg_932/4721c5f146eb6fa3fd8ea81ab78bfe35);" data-reactid="737"></div><span class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height:50px;width:50px;background-size:50px;background-image:url(https://s.yimg.com/dh/ap/default/150604/orb.png);" data-reactid="738"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Mstart(2px) Cur(p)" width="20" style="left:15px;top:15px;fill:#fff;stroke:#fff;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 512 512" data-icon="CorePlay" data-reactid="739"><path d="M82.294 490.295c-20.327 11.736-36.952 2.14-36.952-21.332V42.295c0-23.472 16.632-33.055 36.952-21.332L451.67 234.295c20.318 11.75 20.318 30.945 0 42.682L82.294 490.295z" data-reactid="740"/></svg></span></div>
+ <h3 class="M(0) Py(1px)" data-reactid="741"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/video/aercaps-kelly-china-tremendous-opportunities-024542944.html" data-reactid="742"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="743">AerCap's Kelly: China Has Tremendous Opportunities</span><u class="StretchedBox Z(1)" data-reactid="744"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="745">
+ <div class="" data-reactid="746">Bloomberg Video</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="747">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="748">
+ <div class="Pos(r)" data-reactid="749">
+ <div class="Pos(r)" data-reactid="750">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="751">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l.yimg.com/ny/api/res/1.2/4P.2VUVyBAMLiKjfEkUMOA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/E.5KPKb7t4bUW9kWg3H7rw--/dz0xMzUwO2g9Nzc5O2FwcGlkPXl0YWNoeW9u/https://media.zenfs.com/creatr-images/GLB/2016-06-30/bb999610-3f05-11e6-8172-bdb6a94e43ee_Screen-Shot-2016-06-30-at-4-59-46-PM.png);" data-reactid="752"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="753"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/my-dad-became-an-uber-driver-170616718.html" data-reactid="754"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="755">Why Uber is the perfect employer for my 70-year-old, hot-air balloon pilot father</span><u class="StretchedBox Z(1)" data-reactid="756"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="757">
+ <div class="" data-reactid="758">Yahoo Finance</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="759">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured" data-reactid="760">
+ <div class="Pos(r)" data-reactid="761">
+ <div class="Pos(r)" data-reactid="762">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width:600px;" data-reactid="763">
+ <div class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom:52%;background-image:url(http://l1.yimg.com/ny/api/res/1.2/AEauiw8DCUeMiiv29Si8Iw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/Y9PD7_2Ta9jRz_t5W.DNJw--/dz00ODEwO2g9MzIwMTthcHBpZD15dGFjaHlvbg--/https://media.zenfs.com/creatr-images/GLB/2016-10-31/9f64d750-9f8d-11e6-9fe9-d790575cda31_GettyImages-481827878.jpg);" data-reactid="764"></div>
+ </div>
+ <h3 class="M(0) Py(1px)" data-reactid="765"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/this-is-how-fbi-director-comey-really-hurt-the-democrats-172445180.html" data-reactid="766"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)" data-reactid="767">This is how FBI Director Comey really hurt the Democrats</span><u class="StretchedBox Z(1)" data-reactid="768"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)" data-reactid="769">
+ <div class="" data-reactid="770">Yahoo Finance</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="Col2-5-DockedAds-Proxy" data-reactid="771">
+ <div class="ad-wrapper D(n)" data-reactid="772">
+ <div data-reactid="773">
+ <div style="height:250px;" data-reactid="774">
+ <div data-reactid="775">
+ <div data-reactid="776">
+ <div id="defaultLREC2-4-sizer" class="darla-container D-n D(n)" data-reactid="777">
+ <div id="defaultLREC2-4-wrapper" class="" data-reactid="778">
+ <div id="defaultdestLREC2-4" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div data-reactid="779">
+ <div class="mini-jtd Pos(r) W(300px) Mb(25px)" data-reactid="780"><span data-reactid="781"><div class="Pos(a) T(10px) Start(5px) End(5px) H(128px) Bdrs(2px) Bxsh(jtdCardShadow) Bdw(1px) Bdc(#d9d9d9) Bds(s) Bxz(bb) Bgc(#ffffff)" data-reactid="782"></div></span>
+ <div id="Col2-5-DockedAds-1-DiscussionCarousel" class="Pos(r) H(133px)" data-reactid="783"><span data-reactid="784"><div class="Px(14px) Pt(12px) Pb(10px) Pos(a) H(100%) W(100%) Bdrs(2px) Bxsh(jtdCardShadow) Bdw(1px) Bdc(#d9d9d9) Bds(s) Bxz(bb) Bgc(#ffffff)" data-reactid="785"><div class="Pos(r) H(45px) Mb(7px) Cf" data-reactid="786"><div class="Fl(start) Pos(r) Z(1) W(45px) Pend(9px)" data-reactid="787"><a class="D(b) H(0) Ov(h) Bdrs(2px)" href="/news/reports-detail-trump-campaigns-alleged-ties-to-russia-190230912.html?.tsrc=jtc_news_article" style="padding-bottom:100%;" data-reactid="788"><img class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%)" style="background-image:url(http://l.yimg.com/uu/api/res/1.2/mXdRAmdG60eLYdESH8w5oA--/Zmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u/https://media.zenfs.com/creatr-images/GLB/2016-11-01/d7ce4430-a061-11e6-b4cf-35d5bc59143b_donald-trump-russia-vladimir-putin.jpg);" src="https://s.yimg.com/g/images/spaceball.gif" data-reactid="789" /></a></div><div class="Ov(h) Pt(6px)" data-reactid="790"><h3 class="Mb(5px)" data-reactid="791"><a class="Td(n)" href="/news/reports-detail-trump-campaigns-alleged-ties-to-russia-190230912.html?.tsrc=jtc_news_article" data-reactid="792"><u class="StretchedBox" data-reactid="793"></u><div class="Fw(b) Fz(13px) Lh(16px) LineClamp(2,32px) Pos(r) C(#0078ff)" data-reactid="794">Reports detail Trump campaign’s alleged ties to Russia</div></a></h3></div></div><div class="Pos(r) H(28px) Mb(7px) Cf" data-reactid="795"><div class="Fl(start) Pos(r) W(32px)" data-reactid="796"><a href="/news/reports-detail-trump-campaigns-alleged-ties-to-russia-190230912.html?.tsrc=jtc_news_article" data-reactid="797"><ul class="Pos(r) H(25px) W(32px)" data-reactid="798"><li class="Pos(a)" style="left:-4px;transform:scale(0.76);" data-reactid="799"><img class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" style="background-image:url(https://s.yimg.com/wv/images/alphatar_100x100_D_ad.jpg);" src="https://s.yimg.com/g/images/spaceball.gif" data-reactid="800" /></li><li class="Pos(a)" style="left:2px;transform:scale(0.88);" data-reactid="801"><img class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" style="background-image:url(https://s.yimg.com/dg/users/155taHDbfAAEB_gFVvI9oCQ==.large.png);" src="https://s.yimg.com/g/images/spaceball.gif" data-reactid="802" /></li><li class="Pos(a)" style="left:8px;transform:scale(1);" data-reactid="803"><img class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" style="background-image:url(https://s.yimg.com/wv/images/alphatar_100x100_MW_kl.jpg);" src="https://s.yimg.com/g/images/spaceball.gif" data-reactid="804" /></li></ul></a></div><div class="Ov(h) Pstart(4px)" data-reactid="805"><a class="Td(n)" href="/news/reports-detail-trump-campaigns-alleged-ties-to-russia-190230912.html?.tsrc=jtc_news_article" data-reactid="806"><u class="StretchedBox" data-reactid="807"></u><p class="C(#000) Fz(12px) Lh(14px) LineClamp(2,28px)" data-reactid="808"><span class="Fw(b)" data-reactid="809">Mr. Wizard: </span><span data-reactid="810">The New York Times reported that the FBI spent several months over the summer investigating Russia’s potential meddling in the U.S. election and found no direct link to Trump.</span></p>
+ </a>
+ </div>
+ </div>
+ <div class="Pos(r) Cf Bdtw(1px) Bdtc(#d9d9d9) Bdts(s) Pt(6px)" data-reactid="811"><a class="Fl(start) Fz(12px) Fw(b) Td(n) C(#0078ff) Pt(2px)" href="/news/reports-detail-trump-campaigns-alleged-ties-to-russia-190230912.html?.tsrc=jtc_news_article" data-reactid="812">Join the Conversation</a>
+ <div class="Fl(end) C(#878c9b) Fw(b)" data-reactid="813"><button class="jtdBtnPrev Lh(12px) Px(5px) Py(2px)" data-reactid="814"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" style="fill:#878c9b;stroke:#878c9b;stroke-width:0;vertical-align:bottom;" height="12" viewBox="0 0 32 32" data-icon="CoreArrowLeft" data-reactid="815"><path d="M22.72.665c-.886-.887-2.323-.887-3.21 0L4.175 16 19.51 31.335c.442.443 1.023.665 1.604.665s1.162-.222 1.605-.665c.886-.887.886-2.324 0-3.21L10.596 16 22.72 3.876c.887-.887.887-2.324 0-3.21z" data-reactid="816"/></svg></button><span class="Pos(r) Fz(11px) T(-2px)" data-reactid="817"><!-- react-text: 818 -->1<!-- /react-text --><!-- react-text: 819 --> / <!-- /react-text --><!-- react-text: 820 -->5<!-- /react-text --></span><button class="jtdBtnNext Lh(12px) Px(5px) Py(2px)" data-reactid="821"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" style="fill:#878c9b;stroke:#878c9b;stroke-width:0;vertical-align:bottom;" height="12" viewBox="0 0 32 32" data-icon="CoreArrowRight" data-reactid="822"><path d="M7.06.665c.887-.887 2.324-.887 3.21 0L25.606 16 10.27 31.335c-.442.443-1.023.665-1.604.665s-1.162-.222-1.605-.665c-.886-.887-.886-2.324 0-3.21L19.185 16 7.06 3.876c-.887-.887-.887-2.324 0-3.21z" data-reactid="823"/></svg></button></div>
+ </div>
+ <div class="Pos(a) T(-8px) End(-10px) W(39px) H(39px) Bg(commentBubbleImg) Bgz(39px,39px)" data-reactid="824"><a href="/news/reports-detail-trump-campaigns-alleged-ties-to-russia-190230912.html?.tsrc=jtc_news_article" data-reactid="825"><u class="StretchedBox" data-reactid="826"></u></a>
+ <p class="Fz(11px) Fw(b) C(#ffffff) Lts(0) Ta(c) Mt(4px)" data-reactid="827">6.2k</p>
+ <div class="W(18px) H(6px) Bg(typingIcon) Bgz(18px,6px) Mstart(10px)" data-reactid="828"></div>
+ </div>
+ </div>
+ </span>
+ </div>
+ </div>
+ <div data-reactid="829">
+ <div id="defaultLREC3-4-sizer" class="darla-container D-n D(n)" data-reactid="830">
+ <div id="defaultLREC3-4-wrapper" class="" data-reactid="831">
+ <div id="defaultdestLREC3-4" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Bottom" class="YDC-Bottom Cl(b) W(100%)" data-reactid="832">
+ <div id="YDC-Bottom-Stack" class="YDC-Bottom-Stack Pos(r) Z(1)" data-reactid="833">
+ <div data-reactid="834">
+ <div id="Bottom-0-Ad-Proxy" data-reactid="835">
+ <div data-reactid="836">
+ <div id="defaultMAST-sizer" class="darla-container D-n D(n)" data-reactid="837">
+ <div id="defaultMAST-wrapper" class="" data-reactid="838">
+ <div id="defaultdestMAST" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="Bottom-1-Ad-Proxy" data-reactid="839">
+ <div data-reactid="840">
+ <div id="defaultLDRB-sizer" class="darla-container" style="margin-bottom:8px;margin-top:8px;margin-left:auto;margin-right:auto;text-align:center;line-height:0px;" data-reactid="841">
+ <div id="defaultLDRB-wrapper" class="" data-reactid="842">
+ <div id="defaultdestLDRB" style="width:728px;height:90px;"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="Bottom-2-Ad-Proxy" data-reactid="843">
+ <div data-reactid="844">
+ <div id="defaultSPL-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0) Bg-n Bg(n)" style="height:0;padding-top:0;width:0;" data-reactid="845">
+ <div id="defaultSPL-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="846">
+ <div id="defaultdestSPL" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Bgc($bg-content) Cf Pos(r)" data-reactid="847">
+ <div class="W(2/3)--md W(1/1)--sm W(3/4) Bxz(bb)" data-reactid="848">
+ <div id="YDC-Col1Ext" class="YDC-Col1Ext Bxz(bb) Mstart(0)--sm Mstart(0)--md Mstart(33.3%) P(20px) W(1/1)--sm W(1/1)--md ie-7_W(45%)" data-reactid="849">
+ <div id="YDC-Col1Ext-Stack" class="YDC-Col1Ext-Stack Pos(r) M(a) Maw(600px) Maw(800px)--lg Mih(650px) Mih(0)--sm" data-reactid="850">
+ <div id="Main" role="content" tabindex="-1" data-reactid="851">
+ <div id="YDC-Stream-Proxy" data-reactid="852"><span data-reactid="853"></span></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Col2Ext" class="YDC-Col2Ext Pos(a) T(0) End(0) W(1/3)--md W(1/4) D(n)--sm" data-reactid="854">
+ <div class="sticky-outer-wrapper" data-reactid="855">
+ <div class="sticky-inner-wrapper" style="position:relative;top:0px;" data-reactid="856">
+ <div id="YDC-Col2Ext-Stack" class="YDC-Col2Ext-Stack Pos(r) Bxz(bb) Maw(340px) P(20px) W(100%)" data-reactid="857">
+ <div class="M(a) W(0)" data-reactid="858">
+ <div class="Pos(r) Start(-150px) W(300px)" data-reactid="859">
+ <div id="Aside" role="complementary" tabindex="-1" data-reactid="860">
+ <div id="Col2Ext-0-Stream-Proxy" data-reactid="861"><span data-reactid="862"></span></div>
+ <div id="Col2Ext-1-Ad-Proxy" data-reactid="863">
+ <div data-reactid="864">
+ <div id="defaultLREC2-sizer" class="darla-container" style="margin-top:8px;margin-bottom:8px;" data-reactid="865">
+ <div id="defaultLREC2-wrapper" class="" data-reactid="866">
+ <div id="defaultdestLREC2" style="width:300px;height:250px;"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="Col2Ext-2-Stream-Proxy" data-reactid="867"><span data-reactid="868"></span></div>
+ <div id="Col2Ext-3-Ad-Proxy" data-reactid="869">
+ <div data-reactid="870">
+ <div id="defaultLREC3-sizer" class="darla-container" style="margin-top:8px;margin-bottom:8px;" data-reactid="871">
+ <div id="defaultLREC3-wrapper" class="" data-reactid="872">
+ <div id="defaultdestLREC3" style="width:300px;height:250px;"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="Col2Ext-4-Footer-Proxy" data-reactid="873">
+ <ul class="yvpDocked_Mt(260px)" data-test-locator="tdv2-applet-footer" data-reactid="874">
+ <li class="D(ib) mouseover Mend(6px) Lh(22px)" data-test-locator="footer-item" data-reactid="875"><a title="Data Disclaimer" href="https://help.yahoo.com/kb/finance/SLN2310.html?impressions=true" class="Tt(c) Fz(13px) Td(n) mouseover:h_Op(1) mouseover:h_Td(u) C(#3c3c5b) Op(.4)" data-reactid="876">Data Disclaimer</a></li>
+ <li class="D(ib) mouseover Mend(6px) Lh(22px)" data-test-locator="footer-item" data-reactid="877"><a title="Help" href="http://help.yahoo.com/l/us/yahoo/finance/" class="Tt(c) Fz(13px) Td(n) mouseover:h_Op(1) mouseover:h_Td(u) C(#3c3c5b) Op(.4)" data-reactid="878">Help</a></li>
+ <li class="D(ib) mouseover Mend(6px) Lh(22px)" data-test-locator="footer-item" data-reactid="879"><a title="Suggestions" href="http://yahoo.uservoice.com/forums/207809" class="Tt(c) Fz(13px) Td(n) mouseover:h_Op(1) mouseover:h_Td(u) C(#3c3c5b) Op(.4)" data-reactid="880">Suggestions</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Overlay" class="YDC-Overlay" data-reactid="881">
+ <div id="YDC-Overlay-Stack" class="YDC-Overlay-Stack Z(11) End(0) Pos(f) Start(0) lw-nav-open_Pos(r) lw-nav-open_Z(10) T(0)" data-reactid="882">
+ <div data-reactid="883">
+ <div id="Overlay-0-MtfModal-Proxy" data-reactid="884">
+ <!-- react-empty: 885 -->
+ </div>
+ <div id="Overlay-1-Lightbox-Proxy" data-reactid="886">
+ <div id="Overlay-1-Lightbox" class="lightbox" data-reactid="887">
+ <div tabindex="-1" class="lightbox-wrapper Ta(c) Pos(f) T(0) Start(0) H(100%) W(100%) D(n)! Op(0)" data-reactid="888">
+ <div id="myLightboxContainer" class="Ta(start) Pos(r) Z(1) T(0) Maw(100%) P(0) D(n)!" aria-describedby="lightbox-container" role="alertdialog" data-reactid="889"></div><b class="ModalShim" data-reactid="890"></b><b class="IEShim" data-reactid="891"></b></div>
+ </div>
+ </div>
+ <div id="Overlay-2-QuoteFlyout-Proxy" data-reactid="892">
+ <div class="D(n)" data-reactid="893"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="render-target-modal O(n)!:f Bdc(#e0e4e9) Bdrs(6px) Bdstarts(s) Bdstartw(1px) Bdts(s) Bdtw(1px) Bxsh(modalShadow) D(n) H(a)! Mih(100%) ) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)" id="render-target-modal" data-reactid="894"><span data-reactid="895"></span></div>
+ </div>
+ </div>
+ <script>
+ (function(root) {
+ /* -- Data -- */
+ root.App || (root.App = {});
+ root.App.now = 1478058901412;
+ root.App.main = {
+ "context": {
+ "dispatcher": {
+ "stores": {
+ "PageStore": {
+ "currentPageName": "content",
+ "currentRenderTargetId": "default",
+ "pagesConfigRaw": {
+ "base": {
+ "content": {
+ "layout": {
+ "name": "RC5TwoColumnLayout",
+ "config": {
+ "Side": {
+ "isSticky": false
+ },
+ "UH": {
+ "height": 128,
+ "slotHeight": 128,
+ "isFixed": true
+ },
+ "enablePrefetchResource": true,
+ "Col2": {
+ "sticky": {
+ "bottomBoundary": "{renderTargetId} .YDC-Col1"
+ },
+ "isSticky": false
+ },
+ "Col2Ext": {
+ "sticky": {}
+ },
+ "fetchNewAttribution": true,
+ "enableCanvassInit": true
+ },
+ "meta": {
+ "name": {
+ "msapplication-TileColor": "#6e329d",
+ "msapplication-TileImage": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fmit\u002Fmedia\u002Fp\u002Fpresentation\u002Fimages\u002Ficons\u002Fwin8-tile-1484740.png",
+ "referrer": "origin",
+ "theme-color": "#400090",
+ "twitter:dnt": "on",
+ "twitter:site": "@Yahoo"
+ },
+ "property": {
+ "og:type": "website",
+ "twitter:site": "@YahooFinance"
+ }
+ },
+ "enableCtopid": true,
+ "title": "Yahoo Finance"
+ },
+ "enableSpinner": true,
+ "regions": {
+ "UH": [{
+ "bundleName": "react-finance",
+ "name": "UH",
+ "props": {
+ "urlPrefix": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "key": "UH-0-UH",
+ "id": "UH-0-UH"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "react-finance",
+ "name": "TopNav",
+ "props": {
+ "className": "Bgc(#fff) Bxsh($lightGrayBoxShadow) Mt(68px) H(40px) Miw(1024px)",
+ "urlPrefix": "https:\u002F\u002Ffinance.yahoo.com",
+ "key": "UH-1-TopNav",
+ "id": "UH-1-TopNav"
+ },
+ "isPageComposite": true
+ }],
+ "Overlay": [{
+ "bundleName": "tdv2-applet-mtfpopup",
+ "name": "MtfModal",
+ "props": {
+ "key": "Overlay-0-MtfModal",
+ "id": "Overlay-0-MtfModal"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "react-lightbox",
+ "name": "Lightbox",
+ "props": {
+ "key": "Overlay-1-Lightbox",
+ "id": "Overlay-1-Lightbox"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "react-finance",
+ "name": "QuoteFlyout",
+ "props": {
+ "chartPrefixUrl": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "quotePrefixUrl": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "key": "Overlay-2-QuoteFlyout",
+ "id": "Overlay-2-QuoteFlyout"
+ },
+ "isPageComposite": true
+ }],
+ "Hero": [{
+ "bundleName": "react-finance",
+ "name": "FinanceHeader",
+ "props": {
+ "adsConfig": {
+ "fetchAds": false
+ },
+ "className": "Mx(20px)",
+ "showAds": true,
+ "chartPrefixUrl": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "quotePrefixUrl": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "key": "Hero-0-FinanceHeader",
+ "id": "Hero-0-FinanceHeader"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-breakingnews",
+ "name": "TDV2BreakingNews",
+ "perfLabel": "BreakingNews",
+ "config": {
+ "category": "LISTID:58dada6c-c801-483e-95af-f964921334ce",
+ "showClose": false
+ },
+ "props": {
+ "className": "Pstart(32px) W(100%)",
+ "key": "Hero-1-TDV2BreakingNews",
+ "id": "Hero-1-TDV2BreakingNews"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-slideshow",
+ "name": "HeroSlideshow",
+ "props": {
+ "adRefreshPositions": ["LREC2", "LREC-2"],
+ "key": "Hero-2-HeroSlideshow",
+ "id": "Hero-2-HeroSlideshow"
+ },
+ "config": {
+ "enableInterstitialAd": true
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "HeadComponentVideo",
+ "config": {
+ "videoFallbackChannel": "finance-videotron",
+ "enableVideoDocking": true
+ },
+ "props": {
+ "key": "Hero-3-HeadComponentVideo",
+ "id": "Hero-3-HeadComponentVideo"
+ },
+ "isPageComposite": true
+ }],
+ "Lead": [{
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "CommonSlotComposite",
+ "props": {
+ "slotPosition": "north",
+ "className": "Pt(20px) Pstart(20px) Pend(20px)",
+ "key": "Lead-0-CommonSlotComposite",
+ "id": "Lead-0-CommonSlotComposite"
+ },
+ "isPageComposite": true
+ }],
+ "SideTop": [{
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "HeadComponentTitle",
+ "props": {
+ "key": "SideTop-0-HeadComponentTitle",
+ "id": "SideTop-0-HeadComponentTitle"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "OneIdButtons",
+ "config": {
+ "enable": false
+ },
+ "props": {
+ "key": "SideTop-1-OneIdButtons",
+ "id": "SideTop-1-OneIdButtons"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "HeadComponentAttribution",
+ "config": {
+ "attribution": {
+ "forceEnableProvider": true,
+ "enableNewAttribution": true,
+ "enableCanvassComments": true
+ }
+ },
+ "props": {
+ "key": "SideTop-2-HeadComponentAttribution",
+ "id": "SideTop-2-HeadComponentAttribution"
+ },
+ "isPageComposite": true
+ }],
+ "Side": [{
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "CanvasShareButtons",
+ "props": {
+ "mailHost": "www.yahoo.com",
+ "className": "left-share-buttons",
+ "orientation": "VERTICAL",
+ "ylkData": {
+ "subsec": "side-left"
+ },
+ "key": "Side-0-CanvasShareButtons",
+ "id": "Side-0-CanvasShareButtons"
+ },
+ "config": {
+ "shareButtons": {
+ "enableCanvassComments": true,
+ "enableMtfModal": true
+ }
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "CommonSlotComposite",
+ "props": {
+ "slotPosition": "west",
+ "key": "Side-1-CommonSlotComposite",
+ "id": "Side-1-CommonSlotComposite"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-swisschamp",
+ "name": "Empty",
+ "props": {
+ "key": "Side-2-Empty",
+ "id": "Side-2-Empty"
+ },
+ "isPageComposite": true
+ }],
+ "Col1": [{
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "ContentCanvas",
+ "perfLabel": "ContentCanvas",
+ "config": {
+ "ads": {
+ "enableInterstitialAd": true
+ },
+ "attribution": {
+ "forceEnableProvider": true,
+ "enableNewAttribution": true
+ },
+ "enableCanvassComments": true,
+ "openNewPageForPreviewReadMore": true,
+ "enableVideoAutoPlay": true,
+ "enableVideoDocking": true,
+ "includeBodyImageInSlideshow": true,
+ "openLightboxForImages": true
+ },
+ "critical": true,
+ "props": {
+ "key": "Col1-0-ContentCanvas",
+ "id": "Col1-0-ContentCanvas"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "react-finance",
+ "name": "IFrame",
+ "props": {
+ "src": "\u002F\u002Fwww.bankrate.com\u002Fwidgets\u002Fyho\u002Frate-table-story.aspx",
+ "allowtransparency": true,
+ "className": "H(440px) W(100%) Bd(0)",
+ "scrolling": "no",
+ "key": "Col1-1-IFrame",
+ "id": "Col1-1-IFrame"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "CanvasShareButtons",
+ "props": {
+ "mailHost": "www.yahoo.com",
+ "className": "bottom-share-buttons Pb(35px) Pt(20px)",
+ "key": "Col1-2-CanvasShareButtons",
+ "id": "Col1-2-CanvasShareButtons"
+ },
+ "config": {
+ "shareButtons": {
+ "enableCanvassComments": true,
+ "enableMtfModal": true
+ }
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "CanvassComments",
+ "perfLabel": "CanvassComments",
+ "skipRenderWhenLcp": true,
+ "initMode": {
+ "deferRender": true,
+ "deferInitializeAction": true
+ },
+ "props": {
+ "key": "Col1-3-CanvassComments",
+ "id": "Col1-3-CanvassComments"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "FOOT",
+ "key": "Col1-4-Ad",
+ "id": "Col1-4-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "FSRVY",
+ "key": "Col1-5-Ad",
+ "id": "Col1-5-Ad"
+ },
+ "isPageComposite": true
+ }],
+ "Col2": [{
+ "bundleName": "react-finance",
+ "name": "SymbolLookup",
+ "props": {
+ "allowedContentTypes": ["story"],
+ "resultClassNames": "W(100%) Bxz(bb) Z(10)",
+ "urlPrefix": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "key": "Col2-0-SymbolLookup",
+ "id": "Col2-0-SymbolLookup"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "react-finance",
+ "name": "RecentQuotes",
+ "props": {
+ "containerClassNames": "My(20px)",
+ "allowedContentTypes": ["story"],
+ "quotePrefixUrl": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "newsPrefixUrl": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "chartPrefixUrl": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "watchlistPrefixUrl": "https:\u002F\u002Ffinance.yahoo.com\u002F",
+ "key": "Col2-1-RecentQuotes",
+ "id": "Col2-1-RecentQuotes"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC",
+ "style": {
+ "marginBottom": "20px"
+ },
+ "key": "Col2-2-Ad",
+ "id": "Col2-2-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-content-canvas",
+ "name": "CommonSlotComposite",
+ "props": {
+ "slotPosition": "east",
+ "className": "Pt(20px) Pstart(20px) Pend(20px)",
+ "key": "Col2-3-CommonSlotComposite",
+ "id": "Col2-3-CommonSlotComposite"
+ },
+ "initMode": {
+ "deferRender": true,
+ "deferInitializeAction": true
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-swisschamp",
+ "name": "HeightContainer",
+ "props": {
+ "childComponentConfig": {
+ "bundleName": "tdv2-applet-stream",
+ "name": "Stream",
+ "perfLabel": "Sidekick",
+ "config": {
+ "ads": {
+ "useHqImg": true,
+ "enableGeminiAdFeedback": true,
+ "frequency": 3
+ },
+ "batches": {
+ "pagination": false,
+ "size": 32,
+ "start_index": 0,
+ "end_index": 15
+ },
+ "blending_enabled": true,
+ "category": "SIDEKICK:TOPSTORIES",
+ "i13n": {
+ "sec": "sdkick"
+ },
+ "max_exclude": 10,
+ "ui": {
+ "attribution_pos": "bottom",
+ "featured_summary": false,
+ "follow_content": false,
+ "inline_filters_max": 0,
+ "magazine_icon": false,
+ "smart_crop": true,
+ "smush_images": true,
+ "summary": false,
+ "view": "sidekick"
+ },
+ "video": {
+ "use_inline_video": false
+ },
+ "use_prefetch": true,
+ "use_content_id": true
+ },
+ "initMode": {
+ "deferRender": false,
+ "deferInitializeAction": false
+ },
+ "props": {
+ "key": "Col2-4-HeightContainer-0-Stream",
+ "id": "Col2-4-HeightContainer-0-Stream"
+ }
+ },
+ "itemsToTruncate": ".js-stream-content",
+ "itemsThatIncreaseHeight": [".YDC-Col1 .content-canvas", ".YDC-Col1 .canvas-share-buttons", ".YDC-Lead"],
+ "itemsThatDecreaseHeight": ["#ad-LREC-sizer", "#Col2-0-SymbolLookup", "#Col2-1-RecentQuotes"],
+ "key": "Col2-4-HeightContainer",
+ "id": "Col2-4-HeightContainer"
+ },
+ "initMode": {
+ "deferRender": false,
+ "deferInitializeAction": false
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "DockedAds",
+ "props": {
+ "children": [{
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC2-4",
+ "style": {
+ "marginBottom": "20px"
+ },
+ "key": "Col2-5-DockedAds-0-Ad",
+ "id": "Col2-5-DockedAds-0-Ad"
+ }
+ }, {
+ "bundleName": "tdv2-applet-discussion",
+ "name": "DiscussionCarousel",
+ "config": {
+ "ui": {
+ "enable_canvass_comments": true
+ }
+ },
+ "props": {
+ "className": "W(300px) Mb(25px)",
+ "key": "Col2-5-DockedAds-1-DiscussionCarousel",
+ "id": "Col2-5-DockedAds-1-DiscussionCarousel"
+ }
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC3-4",
+ "key": "Col2-5-DockedAds-2-Ad",
+ "id": "Col2-5-DockedAds-2-Ad"
+ }
+ }],
+ "targetSelector": ".YDC-Col1 .tdv2-applet-canvass",
+ "targetIndex": 0,
+ "key": "Col2-5-DockedAds",
+ "id": "Col2-5-DockedAds"
+ },
+ "isPageComposite": true
+ }],
+ "Bottom": [{
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "MAST",
+ "style": {
+ "marginBottom": "8px",
+ "marginTop": "8px",
+ "marginLeft": "auto",
+ "marginRight": "auto",
+ "textAlign": "center"
+ },
+ "key": "Bottom-0-Ad",
+ "id": "Bottom-0-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LDRB",
+ "style": {
+ "marginBottom": "8px",
+ "marginTop": "8px",
+ "marginLeft": "auto",
+ "marginRight": "auto",
+ "textAlign": "center",
+ "lineHeight": "0px"
+ },
+ "key": "Bottom-1-Ad",
+ "id": "Bottom-1-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "SPL",
+ "key": "Bottom-2-Ad",
+ "id": "Bottom-2-Ad"
+ },
+ "isPageComposite": true
+ }],
+ "Col1Ext": [{
+ "bundleName": "tdv2-applet-stream",
+ "name": "Stream",
+ "id": "YDC-Stream",
+ "perfLabel": "Stream",
+ "config": {
+ "ads": {
+ "enableGeminiAdFeedback": true,
+ "frequency": 3,
+ "se": 5417818,
+ "contentType": "video\u002Fmp4,application\u002Fx-shockwave-flash",
+ "inline_video": true,
+ "videoBeaconDisabled": true,
+ "enableEndCard": true,
+ "type": "STRM,STRM_CONTENT,STRM_VIDEO"
+ },
+ "cache_ttl": 300,
+ "offnet": {
+ "use_preview": true,
+ "include_lcp": true
+ },
+ "persist_category": true,
+ "ui": {
+ "follow_content": true,
+ "inline_filters_max": 0,
+ "ntk_bypassA3c": true,
+ "related_enabled": true,
+ "smart_crop": true,
+ "tumblr_reblog": false,
+ "breaking_news": false,
+ "enable_canvass_comments": true,
+ "show_comments_drawer": false,
+ "share_buttons": {
+ "enable": true
+ },
+ "show_label": true,
+ "view": "mega",
+ "featured_count": 1,
+ "tiles": {
+ "resizeImages": true
+ },
+ "button_pos": "right"
+ },
+ "use_mags_nydc": true,
+ "use_prefetch": true,
+ "pageload_image_count": 200,
+ "use_content_id": true,
+ "use_page_category": true,
+ "components": {
+ "StreamHeroCarousel": {
+ "ui": {
+ "enable_canvass_comments": true,
+ "show_comments_drawer": false
+ }
+ }
+ },
+ "category": "YPROP:FINANCE",
+ "use_content_site": true,
+ "video": {
+ "enable_ads": false,
+ "use_inline_video": true
+ }
+ },
+ "critical": false,
+ "initMode": {
+ "deferRender": true,
+ "deferInitializeAction": true
+ },
+ "props": {
+ "key": "YDC-Stream",
+ "id": "YDC-Stream"
+ },
+ "isPageComposite": true
+ }],
+ "Col2Ext": [{
+ "bundleName": "tdv2-applet-stream",
+ "name": "Stream",
+ "config": {
+ "ads": {
+ "useHqImg": true,
+ "enableGeminiAdFeedback": true,
+ "frequency": 3
+ },
+ "batches": {
+ "pagination": false,
+ "size": 32,
+ "start_index": 16,
+ "end_index": 18
+ },
+ "blending_enabled": true,
+ "extended_sidekick": true,
+ "category": "SIDEKICK:TOPSTORIES",
+ "i13n": {
+ "sec": "sdkick"
+ },
+ "max_exclude": 10,
+ "ui": {
+ "attribution_pos": "bottom",
+ "featured_summary": false,
+ "follow_content": false,
+ "inline_filters_max": 0,
+ "magazine_icon": false,
+ "summary": false,
+ "view": "sidekick",
+ "title": "disabled"
+ },
+ "video": {
+ "use_inline_video": false
+ },
+ "use_prefetch": true
+ },
+ "initMode": {
+ "deferRender": true,
+ "deferInitializeAction": true
+ },
+ "props": {
+ "key": "Col2Ext-0-Stream",
+ "id": "Col2Ext-0-Stream"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC2",
+ "style": {
+ "marginTop": "8px",
+ "marginBottom": "8px"
+ },
+ "key": "Col2Ext-1-Ad",
+ "id": "Col2Ext-1-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-stream",
+ "name": "Stream",
+ "config": {
+ "ads": {
+ "useHqImg": true,
+ "enableGeminiAdFeedback": true,
+ "frequency": 3
+ },
+ "batches": {
+ "pagination": false,
+ "size": 32,
+ "start_index": 19,
+ "end_index": 31
+ },
+ "blending_enabled": true,
+ "extended_sidekick": true,
+ "category": "SIDEKICK:TOPSTORIES",
+ "i13n": {
+ "sec": "sdkick"
+ },
+ "max_exclude": 10,
+ "ui": {
+ "attribution_pos": "bottom",
+ "featured_summary": false,
+ "follow_content": false,
+ "inline_filters_max": 0,
+ "magazine_icon": false,
+ "summary": false,
+ "view": "sidekick",
+ "title": "disabled"
+ },
+ "video": {
+ "use_inline_video": false
+ },
+ "use_prefetch": true
+ },
+ "initMode": {
+ "deferRender": true,
+ "deferInitializeAction": true
+ },
+ "props": {
+ "key": "Col2Ext-2-Stream",
+ "id": "Col2Ext-2-Stream"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC3",
+ "style": {
+ "marginTop": "8px",
+ "marginBottom": "8px"
+ },
+ "key": "Col2Ext-3-Ad",
+ "id": "Col2Ext-3-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-footer",
+ "name": "Footer",
+ "config": {
+ "links": ["disclaimer", "help", "suggestions"],
+ "wrapperClassName": "yvpDocked_Mt(260px)",
+ "linkMeta": {
+ "disclaimer": {
+ "title": "DISCLAIMER",
+ "href": "https:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Ffinance\u002FSLN2310.html?impressions=true"
+ },
+ "help": {
+ "title": "HELP",
+ "href": "http:\u002F\u002Fhelp.yahoo.com\u002Fl\u002Fus\u002Fyahoo\u002Ffinance\u002F"
+ },
+ "suggestions": {
+ "title": "SUGGESTIONS",
+ "href": "http:\u002F\u002Fyahoo.uservoice.com\u002Fforums\u002F207809"
+ }
+ }
+ },
+ "props": {
+ "key": "Col2Ext-4-Footer",
+ "id": "Col2Ext-4-Footer"
+ },
+ "isPageComposite": true
+ }],
+ "preLoadUH": [{
+ "bundleName": "tdv2-applet-uh",
+ "name": "Header",
+ "perfLabel": "UH",
+ "config": {
+ "uh": {
+ "actions": {
+ "loadNav": false
+ },
+ "featureSwitches": {
+ "navrailCollapse": true
+ },
+ "follow": {
+ "style": {
+ "button": {
+ "inline": {}
+ },
+ "followcount": {}
+ },
+ "data": {
+ "icon": {
+ "follow": {}
+ }
+ },
+ "count": {}
+ },
+ "help": {
+ "data": {
+ "items": {
+ "help": {
+ "url": {}
+ },
+ "suggestions": {
+ "url": {}
+ }
+ }
+ }
+ },
+ "logo": {
+ "style": {
+ "property": {},
+ "yahoo": {},
+ "container": {}
+ }
+ },
+ "mail": {
+ "data": {
+ "icon": {
+ "mail": {}
+ }
+ },
+ "style": {
+ "button": {},
+ "mailcount": {}
+ }
+ },
+ "placeHolder": {
+ "width": ""
+ },
+ "profile": {},
+ "promotedNotification": {
+ "enabled": true,
+ "promoId": "20160606",
+ "timeToResurrect": 1814400
+ },
+ "search": {
+ "autocomplete": {
+ "gossip": {
+ "url": {
+ "query": {
+ "appid": "yahoo.com",
+ "nresults": 10,
+ "output": "yjsonp",
+ "region": "US",
+ "lang": "en-US"
+ },
+ "protocol": "https",
+ "host": "s.yimg.com",
+ "path": "\u002Fxb\u002Fv6\u002Ffinance\u002Fautocomplete"
+ },
+ "isJSONP": true,
+ "queryKey": "query",
+ "resultAccessor": "ResultSet.Result",
+ "suggestionTitleAccessor": "symbol",
+ "suggestionMeta": ["symbol", "name", "exch", "type", "exchDisp", "typeDisp"]
+ }
+ },
+ "instantSearch": false,
+ "icon": {},
+ "queries": {
+ "fr": "uh3_finance_vert"
+ },
+ "style": {
+ "input": {},
+ "container": {},
+ "search_button": {}
+ },
+ "placeholder": "UH_SEARCH_WEB"
+ },
+ "searchOrigin": {},
+ "style": {
+ "container": {}
+ },
+ "topbar": {
+ "style": {
+ "nav_main": {
+ "link": {}
+ }
+ },
+ "data": {
+ "homeSwitcher": {
+ "enabled": false
+ }
+ }
+ },
+ "ui": {
+ "back": false,
+ "help": false,
+ "mail": true,
+ "profile": true,
+ "search": true,
+ "share": false,
+ "skip_nav": false,
+ "profileNotifications": true
+ },
+ "useTopicTitle": false
+ },
+ "mrt": {
+ "flush": false,
+ "cache": true,
+ "skipAlertOnChecksumMismatch": true,
+ "prioritize": false
+ }
+ },
+ "props": {
+ "key": "preLoadUH-0-Header",
+ "id": "preLoadUH-0-Header"
+ },
+ "isPageComposite": true
+ }]
+ },
+ "title": "Yahoo",
+ "yvapid": "193",
+ "ads": {
+ "events": {
+ "adFetch": {
+ "ps": "BTN,BTN-1,BTN-2,BTN-3,MAST,LDRB,SPL,LREC,LREC2,LREC3,FOOT,FSRVY",
+ "dynamic": true,
+ "addsa": "megamodal=true",
+ "firstRender": "BTN,BTN-1,BTN-2,BTN-3,LREC"
+ }
+ },
+ "contentTypeAdPosModifier": {
+ "slideshow": ["-LREC", "LREC-2", "LREC2"],
+ "inlineSlideshow": []
+ },
+ "deferRender": true
+ },
+ "i13n": {
+ "rapid": {
+ "keys": {
+ "layout": "y20stream",
+ "pd": "non_modal",
+ "pt": 4
+ }
+ }
+ },
+ "initializeAction": "initializeContentPage",
+ "_context": {
+ "site": "finance",
+ "pageType": "content",
+ "renderTarget": "default"
+ }
+ }
+ },
+ "headerOverride": {},
+ "queryOverride": {}
+ },
+ "compositeConfig": {
+ "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7": {
+ "name": "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "components": [{
+ "bundleName": "tdv2-applet-canvass",
+ "name": "CanvassApplet",
+ "config": {
+ "ui": {
+ "containerExtraClasses": "BdT Bdtc(#222) Bdtw(2px)",
+ "enableCommentsToggle": true,
+ "expanded": false,
+ "showContextDisplayText": false
+ }
+ },
+ "props": {
+ "instanceId": "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "context": "80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "contextDisplayText": "These are the 8 coolest PlayStation VR games",
+ "contextUrl": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "oauthConsumerKey": "frontpage.oauth.canvass",
+ "oauthConsumerSecret": "frontpage.oauth.canvass.secret",
+ "uploadOptions": "TEXT,GIF,SMARTLINKS",
+ "key": "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7-0-CanvassApplet",
+ "id": "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7-0-CanvassApplet"
+ }
+ }]
+ },
+ "Lead-0-CommonSlotComposite": {
+ "name": "Lead-0-CommonSlotComposite",
+ "components": []
+ },
+ "Side-1-CommonSlotComposite": {
+ "name": "Side-1-CommonSlotComposite",
+ "components": []
+ },
+ "Col2-4-HeightContainer": {
+ "parentComponent": {
+ "bundleName": "tdv2-applet-swisschamp",
+ "name": "HeightContainer"
+ },
+ "name": "Col2-4-HeightContainer",
+ "components": [{
+ "bundleName": "tdv2-applet-stream",
+ "name": "Stream",
+ "perfLabel": "Sidekick",
+ "config": {
+ "ads": {
+ "useHqImg": true,
+ "enableGeminiAdFeedback": true,
+ "frequency": 3
+ },
+ "batches": {
+ "pagination": false,
+ "size": 32,
+ "start_index": 0,
+ "end_index": 15
+ },
+ "blending_enabled": true,
+ "category": "SIDEKICK:TOPSTORIES",
+ "i13n": {
+ "sec": "sdkick"
+ },
+ "max_exclude": 10,
+ "ui": {
+ "attribution_pos": "bottom",
+ "featured_summary": false,
+ "follow_content": false,
+ "inline_filters_max": 0,
+ "magazine_icon": false,
+ "smart_crop": true,
+ "smush_images": true,
+ "summary": false,
+ "view": "sidekick"
+ },
+ "video": {
+ "use_inline_video": false
+ },
+ "use_prefetch": true,
+ "use_content_id": true
+ },
+ "initMode": {
+ "deferRender": false,
+ "deferInitializeAction": false
+ },
+ "props": {
+ "key": "Col2-4-HeightContainer-0-Stream",
+ "id": "Col2-4-HeightContainer-0-Stream"
+ }
+ }]
+ },
+ "Col2-5-DockedAds": {
+ "parentComponent": {
+ "bundleName": "td-ads",
+ "name": "DockedAds"
+ },
+ "name": "Col2-5-DockedAds",
+ "components": [{
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC2-4",
+ "style": {
+ "marginBottom": "20px"
+ },
+ "key": "Col2-5-DockedAds-0-Ad",
+ "id": "Col2-5-DockedAds-0-Ad"
+ }
+ }, {
+ "bundleName": "tdv2-applet-discussion",
+ "name": "DiscussionCarousel",
+ "config": {
+ "ui": {
+ "enable_canvass_comments": true
+ }
+ },
+ "props": {
+ "className": "W(300px) Mb(25px)",
+ "key": "Col2-5-DockedAds-1-DiscussionCarousel",
+ "id": "Col2-5-DockedAds-1-DiscussionCarousel"
+ }
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC3-4",
+ "key": "Col2-5-DockedAds-2-Ad",
+ "id": "Col2-5-DockedAds-2-Ad"
+ }
+ }]
+ },
+ "account-switch-uh": {
+ "name": "account-switch-uh",
+ "components": [{
+ "bundleName": "tdv2-applet-account-switch",
+ "name": "AccountSwitch",
+ "config": {
+ "isEnabled": true,
+ "styles": {
+ "avatar": {},
+ "secondary_accounts": {}
+ }
+ },
+ "props": {
+ "key": "account-switch-uh-0-AccountSwitch",
+ "id": "account-switch-uh-0-AccountSwitch"
+ }
+ }]
+ }
+ },
+ "compositeStatus": {
+ "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7": 1,
+ "Lead-0-CommonSlotComposite": 1,
+ "Side-1-CommonSlotComposite": 1,
+ "Col2-4-HeightContainer": 1,
+ "Col2-5-DockedAds": 1,
+ "account-switch-uh": 1
+ },
+ "pageData": {
+ "amp": {
+ "enabled": true
+ },
+ "title": "These are the 8 coolest PlayStation VR games",
+ "description": "To help you decide what’s what, I’ve put together this list of the 8 PSVR games worth considering. Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well",
+ "meta": {
+ "name": {
+ "msapplication-TileColor": "#6e329d",
+ "msapplication-TileImage": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fmit\u002Fmedia\u002Fp\u002Fpresentation\u002Fimages\u002Ficons\u002Fwin8-tile-1484740.png",
+ "referrer": "origin",
+ "theme-color": "#400090",
+ "twitter:dnt": "on",
+ "twitter:site": "@Yahoo",
+ "Yahoo": "app-id=304158842,app-argument=yahoo:\u002F\u002Farticle\u002Fview?uuid=80b35014-fba3-377e-adc5-47fb44f61fa7&amp;src=web"
+ },
+ "property": {
+ "og:type": "article",
+ "twitter:site": "@YahooFinance",
+ "al:android:package": "com.yahoo.mobile.client.android.yahoo",
+ "al:android:url": "yahoo:\u002F\u002Farticle\u002Fview?uuid=80b35014-fba3-377e-adc5-47fb44f61fa7&amp;src=web",
+ "googlebot": "",
+ "al:ios:app_name": "Yahoo",
+ "al:ios:app_store_id": "304158842",
+ "al:ios:url": "yahoo:\u002F\u002Farticle\u002Fview?uuid=80b35014-fba3-377e-adc5-47fb44f61fa7&amp;src=web",
+ "twitter:dnt": "on",
+ "og:image:width": "744",
+ "og:image:height": "669",
+ "twitter:creator": "@ben_silverman",
+ "twitter:card": "summary_large_image"
+ },
+ "httpEquiv": {
+ "x-dns-prefetch-control": "on"
+ }
+ },
+ "links": [{
+ "rel": "canonical",
+ "href": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ }, {
+ "rel": "alternate",
+ "href": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "hrefLang": "x-default"
+ }, {
+ "rel": "alternate",
+ "href": "https:\u002F\u002Fca.finance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "hrefLang": "en-CA"
+ }, {
+ "rel": "alternate",
+ "href": "https:\u002F\u002Fuk.finance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "hrefLang": "en-GB"
+ }, {
+ "rel": "alternate",
+ "href": "https:\u002F\u002Fin.finance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "hrefLang": "en-IN"
+ }, {
+ "rel": "alternate",
+ "href": "https:\u002F\u002Fsg.finance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "hrefLang": "en-SG"
+ }, {
+ "rel": "alternate",
+ "href": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "hrefLang": "en-US"
+ }, {
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fshim.btrll.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fs.yimg.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fgeo.query.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fcsc.beap.bc.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fbeap.gemini.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fyep.video.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fvideo-api.yql.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fyrtas.btrll.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fshim.btrll.com"
+ }, {
+ "rel": "icon",
+ "sizes": "any",
+ "href": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fmit\u002Fmedia\u002Fp\u002Fcommon\u002Fimages\u002Ffavicon_new-7483e38.svg"
+ }, {
+ "rel": "icon",
+ "type": "image\u002Fx-icon",
+ "href": "\u002Ffavicon.ico"
+ }, {
+ "rel": "amphtml",
+ "href": "https:\u002F\u002Fwww.yahoo.com\u002Famphtml\u002Ffinance\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ }],
+ "entities": [{
+ "term": "WIKIID:PlayStation_VR",
+ "label": "PlayStation VR",
+ "capAbtScore": "0.823"
+ }, {
+ "term": "YCT:001000193",
+ "score": "0.96063",
+ "label": "Consumer Discretionary"
+ }, {
+ "term": "YCT:001000031",
+ "score": "0.918418",
+ "label": "Arts &amp; Entertainment"
+ }, {
+ "term": "YCT:001000075",
+ "score": "0.917151",
+ "label": "Media"
+ }, {
+ "term": "YCT:001000088",
+ "score": "0.785714",
+ "label": "Video Games"
+ }, {
+ "term": "YMEDIA:CATEGORY=100000019",
+ "score": "1.0",
+ "label": ""
+ }, {
+ "term": "YMEDIA:CATEGORY=100000009",
+ "score": "1.0",
+ "label": ""
+ }, {
+ "term": "YMEDIA:CATEGORY=100000000",
+ "score": "1.0",
+ "label": "Yahoo Originals"
+ }, {
+ "term": "YCT:001000193",
+ "score": "0.96063",
+ "label": "Consumer Discretionary"
+ }, {
+ "term": "YCT:001000031",
+ "score": "0.918418",
+ "label": "Arts &amp; Entertainment"
+ }, {
+ "term": "YCT:001000075",
+ "score": "0.917151",
+ "label": "Media"
+ }, {
+ "term": "YCT:001000088",
+ "score": "0.785714",
+ "label": "Video Games"
+ }],
+ "ctopic": "1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500",
+ "image": "http:\u002F\u002Fl3.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F4eRCPf9lJt_3q29.outekQ--\u002FaD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F4406ef57dcb40376c513903b03bef048",
+ "titleTag": "These are the 8 coolest PlayStation VR games",
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "uuid": "80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "author": "Ben Silverman"
+ },
+ "spaceid": "1183300100",
+ "status": {
+ "code": 200,
+ "redirect": null,
+ "responseBody": null,
+ "responseHTML": null
+ },
+ "appConfig": {
+ "timeouts": {
+ "page": 3000,
+ "xhr": 3000,
+ "navigate": 6000
+ },
+ "spaceid": 2023538075,
+ "renderTargets": [{
+ "classNames": "render-target-default D(b)",
+ "id": "default"
+ }, {
+ "classNames": "render-target-modal O(n)!:f Bdc(#e0e4e9) Bdrs(6px) Bdstarts(s) Bdstartw(1px) Bdts(s) Bdtw(1px) Bxsh(modalShadow) D(n) H(a)! Mih(100%) ) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)",
+ "id": "modal",
+ "initialPageKey": ":content:modal"
+ }]
+ },
+ "routeConfig": {},
+ "renderTargets": {
+ "default": {
+ "id": "default",
+ "guid": 0,
+ "classNames": "render-target-default D(b)",
+ "owner": "app",
+ "elementId": "render-target-default",
+ "url": "\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ },
+ "modal": {
+ "classNames": "render-target-modal O(n)!:f Bdc(#e0e4e9) Bdrs(6px) Bdstarts(s) Bdstartw(1px) Bdts(s) Bdtw(1px) Bxsh(modalShadow) D(n) H(a)! Mih(100%) ) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)",
+ "id": "modal",
+ "initialPageKey": ":content:modal",
+ "guid": 1,
+ "elementId": "render-target-modal",
+ "owner": "app",
+ "url": ""
+ }
+ },
+ "renderTargetsInited": true
+ },
+ "MRTStore": {
+ "mrtConfigRaw": {
+ "app": {},
+ "page": {},
+ "route": {}
+ },
+ "staticComponents": []
+ },
+ "DaggrStore": {
+ "config": {},
+ "forceEnabled": true,
+ "shouldSkipExecute": false
+ },
+ "RouteStore": {
+ "currentUrl": "\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "currentNavigate": {
+ "transactionId": 3662876937228282,
+ "url": "\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "method": "GET",
+ "body": {},
+ "externalUrl": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ },
+ "currentNavigateError": null,
+ "isNavigateComplete": true,
+ "routes": {
+ "home": {
+ "path": "\u002F",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "finance",
+ "pageType": "index",
+ "renderTarget": "default",
+ "spaceid": 1183300002
+ },
+ "appstate": {
+ "path": "\u002F_appstate",
+ "action": "loadConfigAndPage",
+ "i13n": {
+ "rapid": {
+ "pageview_on_init": false
+ }
+ },
+ "method": "get",
+ "page": "appstate"
+ },
+ "author": {
+ "path": "\u002Fauthor\u002F:author",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "author",
+ "pageType": "author",
+ "renderTarget": "default"
+ },
+ "category": {
+ "path": "\u002Fcategory\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentType": "YCT",
+ "method": "get",
+ "page": "topic",
+ "pageType": "topic",
+ "spaceid": 81121452
+ },
+ "perfHome": {
+ "path": "\u002Fperf\u002Fhome",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "perfHome",
+ "pageType": "perfhome"
+ },
+ "section": {
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "section",
+ "pageType": "section",
+ "renderTarget": "default",
+ "path": "\u002F:section([^.\u002F]+)",
+ "contentSite": "finance"
+ },
+ "topic": {
+ "path": "\u002Ftopic\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentType": "WIKIID",
+ "method": "get",
+ "page": "topic",
+ "pageType": "topic",
+ "renderTarget": "default",
+ "spaceid": 81121452
+ },
+ "mtfpopup": {
+ "path": "\u002Fmtfpopup",
+ "method": "get",
+ "page": "mtfpopup",
+ "action": "loadConfigAndPage",
+ "timeouts": {
+ "page": 10000,
+ "xhr": 10000
+ }
+ },
+ "blogpost": {
+ "path": "\u002Fblogs\u002F:contentBlog\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "blogpost",
+ "pageType": "content",
+ "contentSite": "finance"
+ },
+ "cavideo": {
+ "path": "\u002F:type(v|video)\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "cavideo",
+ "pageType": "content",
+ "contentSite": "finance"
+ },
+ "preview": {
+ "path": "(\u002Fm)?\u002F:uuid([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "method": "get",
+ "page": "content",
+ "pageType": "content",
+ "contentSite": "finance"
+ },
+ "slideshow": {
+ "path": "\u002F:type(photos|ss)\u002F:alias",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "slideshow",
+ "pageType": "content",
+ "contentSite": "finance"
+ },
+ "slideshowPhoto": {
+ "path": "\u002F:type(photos|ss)\u002F:alias\u002F:photoAlias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "slideshow",
+ "pageType": "content",
+ "contentSite": "finance"
+ },
+ "story": {
+ "path": "\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "content",
+ "contentSite": "finance"
+ },
+ "magazinesSlideshowPhoto": {
+ "path": "\u002Fnews\u002F:alias\u002Fphoto-:photoAlias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "slideshow",
+ "pageType": "content",
+ "contentSite": "finance"
+ },
+ "storyExtra": {
+ "path": "\u002F:contentPath\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "content",
+ "contentSite": "finance"
+ },
+ "showtimes": {
+ "path": "\u002F:contentSite(movies)\u002Fshowtimes",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "showtimes",
+ "pageType": "showtimes",
+ "spaceid": 1197756580
+ },
+ "news": {
+ "path": "\u002F:contentSite(news)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "news",
+ "pageType": "index",
+ "renderTarget": "default",
+ "spaceid": 1197800621
+ },
+ "eolStory": {
+ "path": "\u002F:section(politics|autos|realestate)\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentSite": "news",
+ "contentType": "story",
+ "pageType": "content"
+ },
+ "sectionpolitics": {
+ "path": "\u002F:contentSite(news)\u002F:section(politics|originals)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "magtag",
+ "pageType": "magtag",
+ "renderTarget": "default"
+ },
+ "sectionelections": {
+ "path": "\u002F:contentSite(news)\u002F:section(elections)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "elections",
+ "renderTarget": "default"
+ },
+ "sectiongovernor": {
+ "path": "\u002F:contentSite(news)\u002F:section(elections)\u002Fgovernor",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "governor",
+ "renderTarget": "default"
+ },
+ "sectionhouse": {
+ "path": "\u002F:contentSite(news)\u002F:section(elections)\u002Fhouse",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "house",
+ "renderTarget": "default"
+ },
+ "sectionsenate": {
+ "path": "\u002F:contentSite(news)\u002F:section(elections)\u002Fsenate",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "senate",
+ "renderTarget": "default"
+ },
+ "sectionTag": {
+ "path": "\u002F:contentSite(news)\u002Ftagged\u002F:tag",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "magtag",
+ "renderTarget": "default"
+ },
+ "letssolveit": {
+ "path": "\u002Fletssolveit",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "letssolveitContent": {
+ "path": "\u002Fletssolveit\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "letssolveitContentPhoto": {
+ "path": "\u002Fletssolveit\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "letssolveitPost": {
+ "path": "\u002Fletssolveit\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "letssolveitPostPhoto": {
+ "path": "\u002Fletssolveit\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "letssolveitTag": {
+ "path": "\u002Fletssolveit\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "kidstakeon": {
+ "path": "\u002Fkidstakeon",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "kidstakeonContent": {
+ "path": "\u002Fkidstakeon\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "kidstakeonContentPhoto": {
+ "path": "\u002Fkidstakeon\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "kidstakeonPost": {
+ "path": "\u002Fkidstakeon\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "kidstakeonPostPhoto": {
+ "path": "\u002Fkidstakeon\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "kidstakeonTag": {
+ "path": "\u002Fkidstakeon\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "backstage": {
+ "path": "\u002Fbackstage",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "backstageContent": {
+ "path": "\u002Fbackstage\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "backstageContentPhoto": {
+ "path": "\u002Fbackstage\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "backstagePost": {
+ "path": "\u002Fbackstage\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "backstagePostPhoto": {
+ "path": "\u002Fbackstage\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "backstageTag": {
+ "path": "\u002Fbackstage\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "mrright": {
+ "path": "\u002Fmrright",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "mrrightContent": {
+ "path": "\u002Fmrright\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "mrrightContentPhoto": {
+ "path": "\u002Fmrright\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "mrrightPost": {
+ "path": "\u002Fmrright\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "mrrightPostPhoto": {
+ "path": "\u002Fmrright\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "mrrightTag": {
+ "path": "\u002Fmrright\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "livenationpresents": {
+ "path": "\u002Flivenationpresents",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "livenationpresentsContent": {
+ "path": "\u002Flivenationpresents\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "livenationpresentsContentPhoto": {
+ "path": "\u002Flivenationpresents\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "livenationpresentsPost": {
+ "path": "\u002Flivenationpresents\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "livenationpresentsPostPhoto": {
+ "path": "\u002Flivenationpresents\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "livenationpresentsTag": {
+ "path": "\u002Flivenationpresents\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "magazineHome": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)",
+ "method": "get",
+ "page": "maghome",
+ "action": "loadConfigAndPage",
+ "pageType": "maghome",
+ "renderTarget": "default"
+ },
+ "magazinePreview": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)(\u002Fm)?\u002F:uuid([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "method": "get",
+ "page": "magpreview",
+ "pageType": "magpreview"
+ },
+ "magazineSlideshow": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002F:type(photos|ss)\u002F:alias",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "pageType": "magcontent"
+ },
+ "magazineSlideshowPhoto": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002Fphotos\u002F:alias\u002F:photoAlias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "pageType": "magcontent"
+ },
+ "magazineVideo": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002F:type(v|video)\u002F:alias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "cavideo",
+ "pageType": "magcontent"
+ },
+ "magazineStory": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002F:alias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "magcontent"
+ },
+ "magazineStoryPhotos": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)(\u002Fss)?\u002F:alias\u002Fphoto-:photoAlias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "magcontent"
+ },
+ "magazineStoryExtra": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002F:contentPath\u002F:alias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "magcontent"
+ },
+ "magazineBlogpost": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|gma|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002Fblogs\u002F:contentBlog\u002F:alias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "blogpost",
+ "pageType": "magcontent"
+ },
+ "magazineTag": {
+ "path": "\u002Ftagged\u002F:alias",
+ "method": "get",
+ "page": "magtag",
+ "action": "loadConfigAndPage",
+ "pageType": "magtag",
+ "renderTarget": "default",
+ "useYqlCTopic": true,
+ "contentSite": "finance"
+ },
+ "moviesTagmovie": {
+ "path": "\u002F:contentSite(movies)\u002Ffilm\u002F:alias",
+ "method": "get",
+ "page": "moviesTag",
+ "action": "loadConfigAndPage",
+ "pageType": "magtag",
+ "renderTarget": "default",
+ "tagType": "movie"
+ },
+ "moviesTagperson": {
+ "path": "\u002F:contentSite(movies)\u002Fperson\u002F:alias",
+ "method": "get",
+ "page": "moviesTag",
+ "action": "loadConfigAndPage",
+ "pageType": "magtag",
+ "renderTarget": "default",
+ "tagType": "person"
+ },
+ "tvTagperson": {
+ "path": "\u002F:contentSite(tv)\u002Fperson\u002F:alias",
+ "method": "get",
+ "page": "tvTag",
+ "action": "loadConfigAndPage",
+ "pageType": "magtag",
+ "renderTarget": "default",
+ "tagType": "person"
+ },
+ "horoscopes": {
+ "path": "\u002F:contentSite(style)\u002Fhoroscope\u002F:sign\u002F:frequency-:frequencyValue.html",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "horoscope",
+ "pageType": "horoscope",
+ "spaceid": 1197757569
+ },
+ "horoscopesHome": {
+ "path": "\u002F:contentSite(style)\u002Fhoroscope\u002F",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "horoscopes",
+ "pageType": "horoscopes",
+ "spaceid": 1197757568
+ }
+ }
+ },
+ "I13nStore": {
+ "appConfig": {
+ "base": {
+ "initComscore": true,
+ "initOmniture": false,
+ "initRapid": true,
+ "rapid": {
+ "keys": {
+ "ver": "y20",
+ "navtype": "server"
+ },
+ "compr_type": "deflate",
+ "tracked_mods_viewability": [],
+ "test_id": "",
+ "webworker_file": "\u002Flib\u002Fmetro\u002Fg\u002Fmyy\u002Frapidworker_1_2_0.0.2.js",
+ "client_only": 1,
+ "track_right_click": true,
+ "pageview_on_init": true,
+ "viewability": true,
+ "dwell_on": true
+ },
+ "rootModelData": {},
+ "navigationPageview": {
+ "enable": true
+ },
+ "serverPageview": {
+ "enable": true,
+ "type": "nonClassified"
+ }
+ }
+ },
+ "comscoreC7Keyword": "",
+ "currentUrl": "\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "i13nConfig": {
+ "initComscore": true,
+ "initOmniture": false,
+ "initRapid": true,
+ "rapid": {
+ "keys": {
+ "ver": "y20",
+ "navtype": "server",
+ "layout": "y20stream",
+ "pd": "non_modal",
+ "pt": 4,
+ "p_cpos": 1,
+ "p_hosted": "hosted",
+ "pct": "story",
+ "pstaid": "80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "ss_cid": "",
+ "mrkt": "us",
+ "site": "finance",
+ "lang": "en-US",
+ "colo": "gq1",
+ "_yrid": "2n23a79c1iosl",
+ "_rid": "2n23a79c1iosl"
+ },
+ "compr_type": "deflate",
+ "tracked_mods_viewability": [],
+ "test_id": "finance-US-en-US-def",
+ "webworker_file": "\u002Flib\u002Fmetro\u002Fg\u002Fmyy\u002Frapidworker_1_2_0.0.2.js",
+ "client_only": 1,
+ "track_right_click": true,
+ "pageview_on_init": true,
+ "viewability": true,
+ "dwell_on": true,
+ "spaceid": "1183300100"
+ },
+ "rootModelData": {},
+ "navigationPageview": {
+ "enable": true
+ },
+ "serverPageview": {
+ "enable": true,
+ "type": "nonClassified"
+ }
+ },
+ "pageConfig": {
+ "base": {
+ "rapid": {
+ "keys": {
+ "layout": "y20stream",
+ "pd": "non_modal",
+ "pt": 4
+ }
+ }
+ },
+ "headerOverride": null
+ },
+ "routeConfig": {},
+ "runtimeConfig": {
+ "rapid": {
+ "keys": {
+ "p_cpos": 1,
+ "p_hosted": "hosted",
+ "pct": "story",
+ "pstaid": "80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "ss_cid": ""
+ }
+ }
+ }
+ },
+ "ClientStore": {
+ "currentRoute": {
+ "path": "\u002F:contentPath\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "content",
+ "contentSite": "finance",
+ "name": "storyExtra",
+ "url": "\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "params": {
+ "contentPath": "news",
+ "alias": "best-psvr-games-170003443"
+ },
+ "navigate": {
+ "transactionId": 3662876937228282,
+ "url": "\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "method": "GET",
+ "body": {},
+ "externalUrl": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ },
+ "query": {}
+ }
+ },
+ "VideoPlayerStore": {
+ "_config": {
+ "docking": {
+ "enableOnScrollDown": true,
+ "enableOnScrollUp": false,
+ "fadeInAnimation": true,
+ "position": {
+ "left": "ref",
+ "right": 0,
+ "bottom": 55
+ },
+ "ref": ".modal-open .render-target-modal .modalRight, html:not(.modal-open) .render-target-active #YDC-Col2 #Aside",
+ "width": 300,
+ "height": 168.75,
+ "threshold": 60,
+ "enableOnMuted": true,
+ "showInfoCard": true
+ },
+ "enableRestoreOnNavigate": true,
+ "enableUndockOnNavigate": true,
+ "refreshDockingOnNavigate": true,
+ "totalInactivePlayers": 10,
+ "videoClickSrc": ["video-click", "startScreen"]
+ },
+ "_playerConfig": {},
+ "_playerUrls": {
+ "url": "https:\u002F\u002Fyep.video.yahoo.com\u002Fjs\u002F3\u002Fvideoplayer-min.js?r=nextgen-desktop&amp;lang=en-US"
+ }
+ },
+ "QuoteAutoCompleteStore": {
+ "clear": true
+ },
+ "PageTransitionStore": {
+ "_appConfig": {
+ "pageTransition": {
+ "enabled": true,
+ "enableHandlerCallback": true,
+ "pluginName": "modal-fade"
+ }
+ },
+ "_currentRoute": {
+ "path": "\u002F:contentPath\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "content",
+ "contentSite": "finance",
+ "name": "storyExtra",
+ "url": "\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "params": {
+ "contentPath": "news",
+ "alias": "best-psvr-games-170003443"
+ },
+ "navigate": {
+ "transactionId": 3662876937228282,
+ "url": "\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "method": "GET",
+ "body": {},
+ "externalUrl": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ },
+ "query": {}
+ },
+ "_currentRenderTarget": {
+ "referrer": {
+ "route": {}
+ },
+ "id": "default",
+ "guid": 0,
+ "classNames": "render-target-default",
+ "owner": "app",
+ "elementId": "render-target-default",
+ "url": ""
+ },
+ "_renderTargets": {
+ "default": {
+ "referrer": {
+ "route": {}
+ },
+ "id": "default",
+ "guid": 0,
+ "classNames": "render-target-default",
+ "owner": "app",
+ "elementId": "render-target-default",
+ "url": ""
+ }
+ }
+ },
+ "FlyoutStore": {},
+ "NavrailStore": {
+ "showNavrail": false,
+ "navTitle": "finance",
+ "navSections": "best-psvr-games-170003443",
+ "currentUrl": "\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "pageType": "content",
+ "navSectionsDisplayTitle": {}
+ },
+ "AppConfigStore": {
+ "config": {
+ "clientEligible": {
+ "index": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather"],
+ "content": ["finance"],
+ "home": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather"]
+ },
+ "enableVideoManager": true,
+ "pageTransition": {
+ "enabled": true,
+ "enableHandlerCallback": true,
+ "pluginName": "modal-fade"
+ },
+ "prefetch": {
+ "enableOnPageStoreChange": true,
+ "prerenderDelay": 0,
+ "pageTypes": {
+ "content": ["index"],
+ "index": ["content"],
+ "intlMagazine": ["intlMagazineContent"],
+ "intlMagazineContent": ["intlMagazine"],
+ "magcontent": ["maghome", "magpreview"],
+ "magpreview": ["maghome", "magcontent"],
+ "maghome": ["magcontent", "magpreview"],
+ "magtag": ["magcontent", "magpreview"]
+ }
+ },
+ "timeouts": {
+ "page": 3000,
+ "xhr": 3000,
+ "navigate": 6000
+ },
+ "renderTargets": [{
+ "classNames": "render-target-default D(b)",
+ "id": "default"
+ }, {
+ "classNames": "render-target-modal O(n)!:f Bdc(#e0e4e9) Bdrs(6px) Bdstarts(s) Bdstartw(1px) Bdts(s) Bdtw(1px) Bxsh(modalShadow) D(n) H(a)! Mih(100%) ) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)",
+ "id": "modal",
+ "initialPageKey": ":content:modal"
+ }],
+ "videoPlayer": {
+ "baseUrl": "https:\u002F\u002Fyep.video.yahoo.com\u002Fjs\u002F3\u002Fvideoplayer-min.js",
+ "device": "nextgen-desktop",
+ "docking": {
+ "enableOnScrollDown": true,
+ "enableOnScrollUp": false,
+ "fadeInAnimation": true,
+ "position": {
+ "left": "ref",
+ "right": 0,
+ "bottom": 55
+ },
+ "ref": ".modal-open .render-target-modal .modalRight, html:not(.modal-open) .render-target-active #YDC-Col2 #Aside",
+ "width": 300,
+ "height": 168.75,
+ "threshold": 60,
+ "enableOnMuted": true,
+ "showInfoCard": true
+ },
+ "enableRestoreOnNavigate": true,
+ "refreshDockingOnNavigate": true,
+ "version": null
+ }
+ }
+ },
+ "LangStore": {
+ "defaultBundle": "td-app-yahoo",
+ "baseLangs": {
+ "td-app-yahoo": {
+ "TITLE": "Articles",
+ "DEFAULT_TITLE": "Yahoo",
+ "REDIRECT_404_MSG": "Hmmm... the page you're looking for isn't here. Try searching above.",
+ "RSS_TITLE": "RSS feed for {page}",
+ "FOLLOW_MODULE_TITLE": "Follow {property}",
+ "FOLLOW_PROPERTY_TITLE_NEWS": "Yahoo News",
+ "VIDEO_TITLE": " [Video]"
+ },
+ "tdv2-applet-canvass": {
+ "CANVASS_CONVERSATIONS": "Conversations",
+ "CANVASS_SUBHEADER_TITLE": "What people are saying...",
+ "CANVASS_FOOTER_TITLE": "Join the Conversation",
+ "CANVASS_ATTRIBUTION": "By {author} on {source}",
+ "CANVASS_HEADING_WITH_ONE_MESSAGE": "1 reaction",
+ "CANVASS_HEADING_WITH_MORE_THAN_ONE_MESSAGE": "{count} reactions",
+ "CANVASS_HEADING_WITH_ONE_MESSAGE_WITH_TITLE": "1 reaction on {title}",
+ "CANVASS_HEADING_WITH_MORE_THAN_ONE_MESSAGE_WITH_TITLE": "{count} reactions on {title}",
+ "CANVASS_ON": "on",
+ "CANVASS_COMMENTS": "reactions",
+ "CANVASS_COMMENT": "reaction",
+ "CANVASS_SEE_USERS_HISTORY": "See reaction history for {user}",
+ "CANVASS_SEE_MY_HISTORY": "See my reaction history",
+ "CANVASS_NO_USER_COMMENTS": "No reactions from the user.",
+ "CANVASS_BE_THE_FIRST": "Start the conversation",
+ "CANVASS_VIEW_COMMENTS": "View Reactions ({count})",
+ "CANVASS_POSTED_IN": "Posted in \u003Cspan class='Fw(600) C(#26282a)'\u003E{displayText}\u003Cspan\u003E",
+ "CANVASS_SHOW_NEW_COMMENTS": "New Reactions",
+ "CANVASS_SHOW_MORE_COMMENTS": "View more",
+ "CANVASS_SHOW_PREVIOUS_COMMENTS": "View Previous Replies",
+ "CANVASS_LOADING_MORE_COMMENTS": "Loading...",
+ "CANVASS_LOADING_GIFS": "Loading GIFs...",
+ "CANVASS_NO_GIFS_FOUND": "Sorry, we couldn't find any GIFs",
+ "CANVASS_SHOW_REPLIES": "Show Replies ({count})",
+ "CANVASS_HIDE_REPLIES": "Hide Replies",
+ "CANVASS_COMMENT_GUIDELINES": "Reactions Guidelines",
+ "CANVASS_POST_COMMENT": "Share your reaction",
+ "CANVASS_POST_COMMENT_LONG": "Share your reaction with #tags, links &amp; more!",
+ "CANVASS_POST_COMMENT_SMARTPHONE_LONG": "Post with #tags, links &amp; more!",
+ "CANVASS_FILE_SIZE_EXCEEDED": "You can only upload files upto 10mb ",
+ "CANVASS_FILE_EXTENSION_NOT_SUPPORTED": "You can upload only image files",
+ "CANVASS_NETWORK_ERROR": "Temporary Network Error. Please try again later.",
+ "CANVASS_POST_REPLY": "Leave a reply",
+ "CANVASS_SEARCH_GIF": "Search...",
+ "CANVASS_SHOW_GIFS": "Show gifs",
+ "CANVASS_SEARCH_GIFS": "Search gifs",
+ "CANVASS_POST": "Post",
+ "CANVASS_DONE": "Done",
+ "CANVASS_MISSING_COMMENT": "You forgot to enter a reaction.",
+ "CANVASS_MISSING_REPLY": "You forgot to enter a reply.",
+ "CANVASS_CANCEL": "Cancel",
+ "CANVASS_REPORT_ABUSE": "Report Abuse",
+ "CANVASS_FLAG_MESSAGE": "Report Abuse",
+ "CANVASS_MUTE_MESSAGE": "Mute {user}",
+ "CANVASS_FLAG_REASON_INAPPROPRIATE_POST": "Inappropriate post",
+ "CANVASS_FLAG_REASON_DOES_NOT_BELONG_HERE": "Does not belong here",
+ "CANVASS_FLAG_REASON_SPAM": "Looks like spam",
+ "CANVASS_FLAG_REASON_COPYRIGHT_VIOLATION": "Copyright violation",
+ "CANVASS_FLAG_REASON_ELSE": "Something else",
+ "CANVASS_FLAGGED_MESSAGE": "Done! This post has been flagged. Thank you for reporting.",
+ "CANVASS_MUTED_MESSAGE": "Done! You won't see this user's reactions again.",
+ "CANVASS_REPORTED_ABUSE": "Reported Abuse",
+ "CANVASS_REPORT_LABEL": "Why didn't you like this reaction?",
+ "CANVASS_REPORT_REASON": "Please let us know why...",
+ "CANVASS_REPORT": "Report",
+ "CANVASS_DELETE_LABEL": "Are you sure?",
+ "CANVASS_DELETE": "Delete",
+ "CANVASS_DELETE_MESSAGE": "Delete your post",
+ "CANVASS_DELETED_MESSAGE": "Done! Your post has been deleted.",
+ "CANVASS_PLEASE_SIGN_IN": "Please sign in.",
+ "CANVASS_SIGN_IN_POST_COMMENT": "Sign in to post a message.",
+ "CANVASS_SIGN_IN_POST_REPLY": "Sign in to post a reply.",
+ "CANVASS_SORT_LATEST": "Recent Reactions",
+ "CANVASS_SORT_OLDEST": "Oldest Reactions",
+ "CANVASS_SORT_MOST_REPLIED": "Most Discussed",
+ "CANVASS_SORT_HIGHEST_RATED": "Top Reactions",
+ "CANVASS_SORT_NEWEST": "Newest Reactions",
+ "CANVASS_REPLY": "Reply",
+ "CANVASS_REPLIES": "Replies",
+ "CANVASS_ANONYMOUS": "Anonymous",
+ "CANVASS_AVATAR": "Avatar",
+ "CANVASS_EDITOR_LABEL": "Editor",
+ "CANVASS_PROMOTED_COMMENTS": "We will promote constructive and witty reactions to the top, so everyone sees them!",
+ "CANVASS_KEEP_READING": "Keep reading",
+ "CANVASS_RELATED_TAGS_FILTER_MESSAGE": "Select #tags to filter the conversation",
+ "CANVASS_RELATED_TAGS_CURRENTELY_NO_TAGS_TO_FILTER_MESSAGE": "Currently, no #tags to filter. You can add #tags in your reaction to start a conversation on the topic.",
+ "CANVASS_RELATED_TAGS_NO_MORE_TAGS_TO_FILTER_MESSAGE": "No more #tags to filter.",
+ "CANVASS_RELATED_TAGS_APPLY_MESSAGE": "Select 'Apply' below or remove #tags above.",
+ "CANVASS_APPLY": "Apply",
+ "CANVASS_SELECTED_TAGS": "Selected #tags",
+ "CANVASS_SENTIMENTS_MOSTLY_POSITIVE": "Conversations mostly positive",
+ "CANVASS_SENTIMENTS_LEANING_POSITIVE": "Conversations leaning positive",
+ "CANVASS_SENTIMENTS_OVERWHEMINGLY_POSITIVE": "Conversations is overwhemingly positive",
+ "CANVASS_SENTIMENTS_MOSTLY_NEGATIVE": "Conversations mostly negative",
+ "CANVASS_SENTIMENTS_LEANING_NEGATIVE": "Conversations leaning negative",
+ "CANVASS_SENTIMENTS_OVERWHEMINGLY_NEGATIVE": "Conversations is overwhemingly negative",
+ "CANVASS_SENTIMENTS_DIVIDED": "People are divided on this topic",
+ "CANVASS_SEE_MORE": "See More",
+ "CANVASS_SEE_LESS": "See Less",
+ "LIKE": "Like",
+ "CANVASS_MESSAGE_BOARD_TITLE": "{displayText} Message Board",
+ "CANVASS_MESSAGE_BOARD_TOPIC": "Topic",
+ "CANVASS_MESSAGE_BOARD_NEW_TOPIC": "New Topic",
+ "CANVASS_MESSAGE_BOARD_TOPIC_TITLE": "Topic Title",
+ "CANVASS_MESSAGE_BOARD_MISSING_TOPIC": "You forgot to enter a topic.",
+ "CANVASS_MESSAGE_BOARD_LAST_ACTIVITY": "Last Activity",
+ "CANVASS_MESSAGE_BOARD_RETURN_TO_TOPIC_LIST": "Return to Topic list",
+ "CANVASS_MESSAGE_BOARD_ATTRIBUTION": "by {author}"
+ },
+ "react-finance": {
+ "200_DAY_MOVING_AVG": "200-Day Moving Average",
+ "ADD_ANOTHER_LOT": "Add another lot",
+ "ADD_CASH": "Add Cash",
+ "ADD_SHARES_OF": "Add shares of {symbol}",
+ "ADD_SYMBOL": "Add Symbol",
+ "ADD_TO_WATCHLIST": "Add to Watchlist",
+ "AUTOCOMPLETE_PLACEHOLDER": "YHOO, AAPL, TSLA",
+ "AUTOS_TITLE": "Autos",
+ "AVG_VOL_10_DAY": "Avg Vol (10 day)",
+ "AVG_VOL_3_MONTH": "Avg Vol (3 month)",
+ "BERKSHIRE": "Berkshire Hathaway",
+ "BETA": "Beta",
+ "BREXIT_TITLE": "Brexit",
+ "BONDS_TITLE": "US Treasury Bonds Rates",
+ "BUSINESS_SERVICES_TITLE": "Business Services",
+ "CALENDARS_TITLE": "Calendars",
+ "CANADA_TITLE": "Canada",
+ "CANCEL": "Cancel",
+ "CAREERS_TITLE": "Careers",
+ "CHART": "Chart",
+ "CLOSE": "Close",
+ "COMMODITIES": "Commodities",
+ "COMPONENTS": "Components",
+ "CONFIRM_DELETE": "Confirm Delete",
+ "CONFIRM_DELETE_MSG": "Are you sure you want to delete {pfName} watchlist?",
+ "CONFIRM_DELETE_TICKER": "Are you sure you want to remove {symbol}?",
+ "CONFIRM_NO": "No",
+ "CONFIRM_YES": "Yes",
+ "COMPARE_PRODUCTS_TITLE": "Compare Products",
+ "CONSUMER_PRODUCTS_MEDIA_TITLE": "Consumer Products &amp; Media",
+ "CONTRIBUTORS_TITLE": "Contributors",
+ "CREATE_NEW_LIST": "Create a new list",
+ "CURRENCIES": "Currencies",
+ "CURRENCIES_TITLE": "Currencies",
+ "CURRENCY_CONVERTER_TITLE": "Currency Converter",
+ "DELAYED": "Delayed Price",
+ "DELETE_BTN": "Delete",
+ "DELETE_TICKER_INFO": "Delete symbol from watchlist",
+ "DELETE_WATCHLIST": "Delete Watchlist",
+ "DIVERSIFIED_BUSINESS_TITLE": "Diversified Business",
+ "DIVIDEND": "Dividend",
+ "EDIT": "Edit",
+ "END": "End",
+ "ENERGY_TITLE": "Energy",
+ "ENTER_LIST_NAME": "Enter List name",
+ "ETFS_TITLE": "Top ETFs",
+ "EX_DIVIDEND": "Ex-Dividend",
+ "EX_DIVIDEND_DATE": "Ex-Dividend Date",
+ "FEEDBACK_TITLE": "Feedback",
+ "FINAL_ROUND_TITLE": "The Final Round",
+ "FINANCIAL_GLOSSARY": "Financial Glossary",
+ "FINANCE_HOME_TITLE": "Finance Home",
+ "FINANCIAL_TITLE": "Financial",
+ "FOOTER_ABOUT_TEXT": "About Our Ads",
+ "FOOTER_DISCLAIMER_TEXT": "Data Disclaimer",
+ "FOOTER_FB_FOLLOW_TEXT": "Follow on Facebook",
+ "FOOTER_FOLLOW_TEXT": "Follow Yahoo Finance",
+ "FOOTER_HELP_TEXT": "Help",
+ "FOOTER_PRIVACY_TEXT": "Privacy",
+ "FOOTER_SUGGEST_TEXT": "Suggestions",
+ "FOOTER_TERMS_TEXT": "Terms",
+ "FOOTER_TU_FOLLOW_TEXT": "Follow on Tumblr",
+ "FOOTER_TW_FOLLOW_TEXT": "Follow on Twitter",
+ "FORWARD_PE": "Forward P\u002FE",
+ "FREE_REALTIME": "Real Time Price",
+ "GAINERS_TITLE": "Stocks: Gainers",
+ "GOOD_LIFE_NAV_TITLE": "The Good Life",
+ "HARDWARE_ELECTRONICS_TITLE": "Computer Hardware &amp; Electronics",
+ "HEALTHCARE_TITLE": "Healthcare",
+ "HIGH": "High",
+ "INDUSTRY_NAV_TITLE": "Industry News",
+ "INDUSTRIALS_TITLE": "Industrials",
+ "INVALID_SYMBOL_MESSAGE": "{symbol} is not a valid symbol",
+ "IN_WATCHLIST": "In Watchlist",
+ "LAST_MONTH": "Last Mo.",
+ "LATEST_NEWS": "Latest News",
+ "LEISURE_INDUSTRIES_TITLE": "Leisure Industries",
+ "LIFESTYLE_TITLE": "Lifestyle",
+ "LOADING": "Loading...",
+ "LOSERS_TITLE": "Stocks: Losers",
+ "LOOKUP_FOOTER_TIP": "Tip: Use comma to separate multiple quotes",
+ "LOTS_SAVE_FAIL": "Oops! Something went wrong on our end. Try again later!",
+ "LOTS_SAVE_SUCCESS": "Lots have been saved.",
+ "LOT_DELETED": "This lot has been deleted",
+ "LOW": "Low",
+ "MAIL": "Mail",
+ "MANUFACTURING_MATERIALS_TITLE": "Manufacturing &amp; Materials",
+ "MARKET_BLOGS_TITLE": "Market Blogs",
+ "MARKET_DATA_TITLE": "Market Data",
+ "MARKET_MOVERS_TITLE": "Market Movers",
+ "MARKET_SUMMARY": "Market Summary",
+ "MIDDAY_MOVERS_TITLE": "Midday Movers",
+ "MONEY_GUIDES_TITLE": "Money Guides",
+ "MOST_ACTIVE_TITLE": "Stocks: Most Actives",
+ "MSG_EMPTY_PF": "You don't have any symbols in this list.",
+ "MSG_EMPTY_RQ": "Your Recently Viewed list is empty.",
+ "MSG_EMPTY_YFINLIST": "We're sorry, but we were unable to retrieve this data. Please try again.",
+ "MUTUALFUNDS_TITLE": "Top Mutual Funds",
+ "MY_PORTFOLIO_NAV_TITLE": "My Portfolio",
+ "MY_WATCHLIST": "My Watchlist",
+ "NA": "N\u002FA",
+ "NAME_NEW_WATCHLIST": "Name your new watchlist",
+ "NASDAQ_REALTIME_PRICE": "Nasdaq Realtime Price",
+ "NEWS_NAV_TITLE": "News",
+ "NO_LOTS": "You currently have no lots",
+ "OPTIONS": "Options",
+ "OPTIONS_TITLE": "Most Traded Options by Volume",
+ "ORIGINALS_TITLE": "Yahoo Originals",
+ "PEG_RATIO_5_YR": "PEG Ratio (5 yr expected)",
+ "PERSONAL_FINANCE_NAV_TITLE": "Personal Finance",
+ "POST_MARKET_NOTICE": "Post-Market:",
+ "PRESS_RELEASE": "Press Releases",
+ "PRICE_TO_BOOK": "Price\u002FBook",
+ "PROFILE": "Profile",
+ "PROPERTY_TITLE": "Property",
+ "QUOTE_LOOKUP": "Quote Lookup",
+ "RATES": "Rates",
+ "REAL_ESTATE_TITLE": "Real Estate",
+ "RENAME": "Rename",
+ "RENAME_MODAL_ERROR_MESSAGE": "Please enter a valid watchlist name.",
+ "RENAME_MODAL_MESSAGE": "Enter a new name for {pfName}.",
+ "RENAME_MODAL_TITLE": "Rename your watchlist",
+ "RETAILING_HOSPITALITY_TITLE": "Retailing &amp; Hospitality",
+ "RETIREMENT_TITLE": "Retirement",
+ "RQ_TITLE": "Recently Viewed",
+ "SAVE": "Save",
+ "SAVING_SPENDING_TITLE": "Saving &amp; Spending",
+ "SCREENER_TITLE": "My Screeners",
+ "SHARE": "Share",
+ "SHARES_FLOAT": "Float",
+ "SHORT_RATIO": "Short Ratio",
+ "SHOW_ALL_RESULTS_FOR": "Show all results for {query}",
+ "SIGN_IN": "Sign In",
+ "SIGN_IN_TO_ADD_WATCHLIST": "Sign in to add to watchlist",
+ "SMALL_BUSINESS_TITLE": "Small Business",
+ "SOFTWARE_SERVICES_TITLE": "Computer Software &amp; Services",
+ "SPLIT": "Split",
+ "SPORTSBOOK_TITLE": "Sportsbook",
+ "START": "Start",
+ "SUGGESTIONS": "Suggestions",
+ "SUMMARY": "Summary",
+ "TAXES_TITLE": "Taxes",
+ "TDG_BASIC": "Basic Columns",
+ "TDG_DETAILS": "Details Columns",
+ "TDG_ESTIMATES": "Estimates Columns",
+ "TDG_FUNDAMENTALS": "Fundamentals Columns",
+ "TDG_MARKET": "Share Statistics",
+ "TDG_MOVERS": "Moving Averages Columns",
+ "TDG_PORTFOLIOS": "Portfolios Columns",
+ "TDG_SHARE_STATS": "Share Statistics",
+ "TD_52_WK_HIGH": "52 Week High",
+ "TD_52_WK_LOW": "52 Week Low",
+ "TD_52_WK_RANGE": "52 Week Range",
+ "TD_ALERTS": "Alerts",
+ "TD_ASK": "Ask",
+ "TD_ASK_SIZE": "Ask Size",
+ "TD_BID": "Bid",
+ "TD_BID_SIZE": "Bid Size",
+ "TD_BOOK_VALUE": "Book Val",
+ "TD_CASH_AMOUNT": "Amount",
+ "TD_CHANGE": "Change",
+ "TD_COST_BASIS": "Cost Basis",
+ "TD_CURRENCY": "Currency",
+ "TD_DAY_GAIN": "Day Gain $",
+ "TD_DAY_GAIN_PERCENT": "Day Gain %",
+ "TD_DAY_HIGH": "Day High",
+ "TD_DAY_LOW": "Day Low",
+ "TD_DAY_RANGE": "Intraday High\u002FLow",
+ "TD_DIVIDEND_AMOUNT": "Dividend Amount",
+ "TD_DIVIDEND_PAYMENT_DATE": "Dividend Payment Date",
+ "TD_DIVIDEND_YIELD": "Dividend Yield",
+ "TD_EARNINGS_PER_SHARE": "Earnings Per Share",
+ "TD_EBITDA": "EBITDA",
+ "TD_EPS": "EPS",
+ "TD_EXCHANGE": "Exchange",
+ "TD_EX_DIVIDEND_DATE": "Ex-Dividend Date",
+ "TD_FIVE_YEAR": "5-Yr Return",
+ "TD_FUND_CATEGORY": "Category",
+ "TD_HIGH_LIMIT": "High Limit",
+ "TD_LAST_MONTH": "Last Month",
+ "TD_LAST_NAV": "Last NAV",
+ "TD_LAST_WEEK": "Last Week",
+ "TD_LOT_VALUE": "Lot Value",
+ "TD_LOW_LIMIT": "Low Limit",
+ "TD_MARKET": "Intraday Return",
+ "TD_MARKET_CAP": "Market Cap",
+ "TD_MARKET_TIME": "Market Time",
+ "TD_MARKET_VALUE": "Market Value",
+ "TD_MATURITY": "Maturity",
+ "TD_NAV_CHANGE": "NAV $ Change",
+ "TD_NAV_PERCENT_CHANGE": "NAV % Change",
+ "TD_NOTES": "Notes",
+ "TD_OPEN": "Open",
+ "TD_OPEN_INTEREST": "Open Interest",
+ "TD_OPTION_NAME": "Option",
+ "TD_OPTION_SYMBOL": "Option Symbol",
+ "TD_PERCENT_CHANGE": "% Change",
+ "TD_PE_RATIO": "PE Ratio",
+ "TD_PREV_CLOSE": "Prev Close",
+ "TD_PRICE": "Last Price",
+ "TD_PRICE_PAID_PER_SHARE": "Price Paid",
+ "TD_SHARES": "Shares",
+ "TD_SHARES_OUTSTANDING": "Shares Out",
+ "TD_SPARKLINE": "Day Chart",
+ "TD_SYMBOL": "Symbol",
+ "TD_THREE_MONTH": "3-Mo Return",
+ "TD_THREE_YEAR": "3-Yr Return",
+ "TD_TOTAL_GAIN": "Total Gain $",
+ "TD_TOTAL_GAIN_PERCENT": "Total Gain %",
+ "TD_TRADE_DATE": "Trade Date",
+ "TD_VOLUME": "Volume",
+ "TD_YEAR_TO_DATE": "YTD Return",
+ "TD_YESTERDAY": "Yesterday",
+ "TD_YIELD": "Yield",
+ "TECH_NAV_TITLE": "Tech",
+ "TELECOM_UTILITIES_TITLE": "Telecom &amp; Utilities",
+ "TOP_STORIES_TITLE": "Top Stories",
+ "TRAILING_PE": "Trailing P\u002FE",
+ "TRAVEL_TITLE": "Travel",
+ "TRENDING_TICKERS_TITLE": "Trending Tickers",
+ "UNDO": "Undo",
+ "VIDEO_TITLE": "Video",
+ "VIEW_CHART": "View Chart",
+ "WATCHLISTS_NAV_TITLE": "Watchlists",
+ "WORLD_INDICES": "World Indices",
+ "WORLD_TITLE": "World",
+ "YF_TITLE": "Yahoo Finance Lists"
+ },
+ "tdv2-applet-mtfpopup": {
+ "YMSB_MTF_HEADER": "Email this",
+ "YMSB_MTF_FROM": "From",
+ "YMSB_MTF_LOADNG": "Loading",
+ "YMSB_MTF_TO": "To",
+ "YMSB_MTF_FB_CONTACT_IMPORT_MESG": "Don't see your Facebook contacts?",
+ "YMSB_MTF_FB_CONTACT_IMPORT": "Import them.",
+ "YMSB_MTF_SEND_ME": "Send me a copy of this email",
+ "YMSB_MTF_PMESG_PRETEXT": "Write a message, maximum 300 characters",
+ "YMSB_MTF_SEND_BTN": "Send",
+ "YMSB_MTF_CANCEL_BTN": "Cancel",
+ "YMSB_MTF_CLOSE": "Close",
+ "YMSB_MTF_SUCCESS_LABEL": "Thank You!",
+ "YMSB_MTF_SUCCESS": "Your email was sent to",
+ "YMSB_MTF_SEND_ERROR": "Error occurs, please try again later.",
+ "YMSB_MTF_ERROR_REMAIL": "Please enter valid email addresses, separated by commas.",
+ "YMSB_MTF_ERROR_REMAIL_MAX": "Maximum {num} receiver email limit exceeded.",
+ "YMSB_MTF_ERROR_SEMAIL": "Please enter a valid email address.",
+ "YMSB_MTF_ERROR_PMESG": "Please enter a message.",
+ "YMSB_MTF_INVALID_EMAIL": "Email is not valid.",
+ "YMSB_MTF_EMAIL_TEMPLATE_FOOTER_POLICY": "This email was sent to you at the request of one of our users. To learn more about Yahoo's use of personal information, including the use of \u003Ca href=\"{beaconUrl}\" target=\"_blank\"\u003E\u003Cspan style=\"color:#400090;\"\u003Eweb beacons\u003C\u002Fspan\u003E\u003C\u002Fa\u003E in HTML-based email, please read our \u003Ca href=\"{privUrl}\" target=\"_blank\"\u003E\u003Cspan style=\"color:#400090;\"\u003EPrivacy Policy\u003C\u002Fspan\u003E\u003C\u002Fa\u003E.",
+ "YMSB_MTF_EMAIL_TEMPLATE_FOOTER_ADDRESS": "Yahoo is located at 701 First Avenue, Sunnyvale, CA 94089."
+ },
+ "tdv2-applet-breakingnews": {
+ "BREAKING_NEWS": "Breaking News",
+ "BREAKING": "Breaking",
+ "DEVELOPING": "Developing",
+ "FEATURED": "Featured",
+ "LIVE": "Live"
+ },
+ "tdv2-applet-slideshow": {
+ "NEXT": "Next",
+ "PREV": "Previous",
+ "SPONSORED": "Sponsored",
+ "MORE": "More",
+ "LESS": "Less"
+ },
+ "tdv2-applet-content-canvas": {
+ "SOURCE": "Source: {source}",
+ "READ_MORE": "Read More",
+ "READ_FULL_ARTICLE": "Read Full Article",
+ "SPONSORED": "Sponsored",
+ "ADFB_DONE": "Done",
+ "ADFB_FDB1": "It's offensive to me",
+ "ADFB_FDB2": "I keep seeing this",
+ "ADFB_FDB3": "It's not relevant to me",
+ "ADFB_FDB4": "Something else",
+ "ADFB_HEADING": "Why don't you like this ad?",
+ "ADFB_REVIEW": "We'll review and make changes needed.",
+ "ADFB_THANKYOU": "Thank you for your feedback",
+ "ADFB_TOOLTIP": "I don't like this ad",
+ "ADFB_UNDO": "Undo",
+ "ADFB_CLOSE": "Close",
+ "TUMBLR_SHARE": "Reblog",
+ "FACEBOOK_SHARE": "Share",
+ "TWITTER_SHARE": "Tweet",
+ "PINTEREST_SHARE": "Pin it",
+ "MAIL_SHARE": "Send",
+ "COPY_LINK_SHARE": "Copy",
+ "SHARE": "Share",
+ "CLOSE": "Close",
+ "COMMENT": "Comment",
+ "RELATED_SEARCH_RESULT": "Related Search Result",
+ "VIEW_PHOTOS": "View photos",
+ "MORE": "More",
+ "LESS": "Less",
+ "COMMENTS_PLURAL": "Comments",
+ "LIKE_THIS_TOPIC": "Like",
+ "SIGN_IN_TO_LIKE": "Like",
+ "UNDO": "Undo",
+ "ENTER_MODAL_MSG": "Beginning of a Modal Window. You are entering a Modal, Escape will cancel and close the window."
+ },
+ "tdv2-applet-swisschamp": {
+ "BROWSER_UPGRADE": "Some parts of this page may not look right. To see them, {msg}",
+ "FIREFOX_UPGRADE": "upgrade to the new Firefox.",
+ "CLOSE": "Close"
+ },
+ "td-ads": {},
+ "tdv2-applet-stream": {
+ "ADFB_DONE": "Done",
+ "ADFB_FDB1": "It's offensive to me",
+ "ADFB_FDB2": "I keep seeing this",
+ "ADFB_FDB3": "It's not relevant to me",
+ "ADFB_FDB4": "Something else",
+ "ADFB_HEADING": "Why don't you like this ad?",
+ "ADFB_REVIEW": "We'll review and make changes needed.",
+ "ADFB_THANKYOU": "Thank you for your feedback",
+ "ADFB_TOOLTIP": "I don't like this ad",
+ "ADFB_UNDO": "Undo",
+ "ADFB_CLOSE": "Close",
+ "LEARN_MORE": "Learn More",
+ "EDITORS_PICK": "Editor's Pick",
+ "FEATURED": "Featured",
+ "HIDE_SOURCES": "Hide Sources",
+ "HIDE_STORIES": "Hide Stories",
+ "SHARE_MENU": "Share Menu",
+ "SHOW_SOURCES": "More Sources",
+ "SHOW_STORIES": "More Stories",
+ "THE_ROUNDUP": "Need To Know",
+ "YOU_MIGHT_ALSO_LIKE": "You might also like",
+ "FOLLOW": "Follow",
+ "FOLLOWING": "Following",
+ "LIKE_THIS_TOPIC": "Like this topic",
+ "SIGN_IN_TO_LIKE": "Sign in to like",
+ "UNFOLLOW": "Unfollow",
+ "UNDO": "Undo",
+ "APPLET_COMMENT_ARIA_VIEW_COMMENTS": "Comments. Click to view comments",
+ "APPLET_COMMENT_COMMENTS": "Comments",
+ "APPLET_COMMENT_START_CONVERSATION": "Start the conversation",
+ "REBLOG_ON_TUMBLR": "Reblog on Tumblr",
+ "FACEBOOK": "Facebook",
+ "EMAIL": "Email",
+ "SEND": "Send",
+ "PINTEREST": "Pinterest",
+ "TUMBLR": "Tumblr",
+ "TWITTER": "Twitter",
+ "WHATSAPP": "Whatsapp",
+ "CLOSE": "Close",
+ "CONTENT_ERROR": "{hasItems, select, true {We're sorry this is all we were able to find about this topic.} false {We're sorry we weren't able to find anything about this topic.}}",
+ "JOIN_THE_CONVERSATION": "Join the Conversation",
+ "MORE": "More",
+ "MORE_ON": "More on {category}",
+ "SIDEKICK_TITLE": "What to Read Next",
+ "SPONSORED": "Sponsored"
+ },
+ "tdv2-applet-footer": {
+ "ABOUT_OUR_ADS": "About our Ads",
+ "ADVERTISE": "Advertise",
+ "ATTRIBUTION_AUTOS": "Yahoo Autos",
+ "ATTRIBUTION_CELEBRITY": "Yahoo Celebrity",
+ "ATTRIBUTION_CELEBRITY_UK": "Yahoo Celebrity UK",
+ "ATTRIBUTION_DECOR": "Yahoo Decor and Real Estate Network",
+ "ATTRIBUTION_GMA": "Yahoo - ABC News Network",
+ "ATTRIBUTION_HOMES": "Yahoo Homes",
+ "ATTRIBUTION_LETSSOLVEIT": "Yahoo Finance",
+ "ATTRIBUTION_LIFESTYLE": "Yahoo Lifestyle Network",
+ "ATTRIBUTION_MOVIES": "Yahoo Movies",
+ "ATTRIBUTION_MUSIC": "Yahoo Music",
+ "ATTRIBUTION_NEWS": "Yahoo News Network",
+ "ATTRIBUTION_REALESTATE": "Yahoo Decor and Real Estate Network",
+ "ATTRIBUTION_STYLE": "Yahoo Style",
+ "ATTRIBUTION_STYLE_BEAUTY": "Yahoo Style and Beauty Network",
+ "ATTRIBUTION_TRAVEL": "Yahoo Travel Network",
+ "ATTRIBUTION_TV": "Yahoo TV",
+ "ATTRIBUTION_YAHOO": "Yahoo",
+ "CAREERS": "Careers",
+ "DISCLAIMER": "Data Disclaimer",
+ "FEEDBACK": "Feedback",
+ "HELP": "Help",
+ "LEGAL_ATTRIBUTION": "Brought to you by {attribution}",
+ "PRIVACY": "Privacy",
+ "SUGGESTIONS": "Suggestions",
+ "TERMS": "Terms"
+ },
+ "tdv2-applet-uh": {
+ "ABOUT_THIS_PAGE": "About this Page",
+ "ACCOUNT_INFO": "Account Info",
+ "ADVANCED_SEARCH": "Advanced Search",
+ "ADVERTISING_PROGRAMS": "Advertising Programs",
+ "ALL": "ALL",
+ "BACK": "Back",
+ "CANCEL": "Cancel",
+ "COMPOSE": "Compose",
+ "CORPMAIL": "Corp Mail",
+ "DEVELOPING_NOW": "Developing Now",
+ "FOLLOW": "Follow",
+ "FOLLOWABLE_STORYLINES": "Followable storylines",
+ "FOLLOWING": "Following",
+ "GO_TO_HELP": "Go",
+ "GO_TO_MAIL": "Go to Mail",
+ "HAVE_NO_NEW_MESSAGES": "You have no new messages.",
+ "HELP": "Help",
+ "HOME": "Home",
+ "LOADING": "Loading",
+ "MAIL": "Mail",
+ "MENU": "Menu",
+ "MORE": "More",
+ "NAV_HOME": "Home",
+ "NAV_MAIL": "Mail",
+ "NOTIFICATIONS": "Notifications",
+ "PREFERENCES": "Preferences",
+ "PROFILE": "Profile",
+ "PROPERTY_NAME_ANSWERS": "Answers",
+ "PROPERTY_NAME_AUTOS": "Autos",
+ "PROPERTY_NAME_BACKSTAGE": "Music",
+ "PROPERTY_NAME_BEAUTY": "Beauty",
+ "PROPERTY_NAME_CELEBRITY": "Celebrity",
+ "PROPERTY_NAME_CUBA": "In-Depth",
+ "PROPERTY_NAME_DAILYFANTASY": "Fantasy",
+ "PROPERTY_NAME_DECOR": "Decor",
+ "PROPERTY_NAME_ESPORTS": "Esports",
+ "PROPERTY_NAME_FANTASY": "Fantasy",
+ "PROPERTY_NAME_FINANCE": "Finance",
+ "PROPERTY_NAME_FLICKR": "Flickr",
+ "PROPERTY_NAME_FOOD": "Food",
+ "PROPERTY_NAME_GAMES": "Games",
+ "PROPERTY_NAME_GROUPS": "Groups",
+ "PROPERTY_NAME_HEALTH": "Health",
+ "PROPERTY_NAME_HOMES": "Homes",
+ "PROPERTY_NAME_HOROSCOPES": "Horoscopes",
+ "PROPERTY_NAME_KATIECOURIC": "News",
+ "PROPERTY_NAME_LIVENATIONPRESENTS": "Music",
+ "PROPERTY_NAME_MAIL": "Mail",
+ "PROPERTY_NAME_MAKERS": "Makers",
+ "PROPERTY_NAME_MOBILE": "Mobile",
+ "PROPERTY_NAME_MOVIES": "Movies",
+ "PROPERTY_NAME_MUSIC": "Music",
+ "PROPERTY_NAME_NEWS": "News",
+ "PROPERTY_NAME_OMG": "omg!",
+ "PROPERTY_NAME_PARENTING": "Parenting",
+ "PROPERTY_NAME_PEOPLE": "People",
+ "PROPERTY_NAME_POLITICS": "Politics",
+ "PROPERTY_NAME_POPEVISIT": "In-Depth",
+ "PROPERTY_NAME_REALESTATE": "Real Estate",
+ "PROPERTY_NAME_RISING": "Music",
+ "PROPERTY_NAME_SCREEN": "Screen",
+ "PROPERTY_NAME_SETTINGS": "Settings",
+ "PROPERTY_NAME_SHINE": "Shine",
+ "PROPERTY_NAME_SHOPPING": "Shopping",
+ "PROPERTY_NAME_SPORTS": "Sports",
+ "PROPERTY_NAME_STYLE": "Style",
+ "PROPERTY_NAME_TECH": "Tech",
+ "PROPERTY_NAME_TRAVEL": "Travel",
+ "PROPERTY_NAME_TV": "TV",
+ "PROPERTY_NAME_WEATHER": "Weather",
+ "SEARCH": "Search",
+ "SEARCH_EMPTY": " ",
+ "SEARCH_HISTORY": "Search History",
+ "SEARCH_VERT_NEWS": "Search News",
+ "SEARCH_WEB": "Search web",
+ "SETTINGS": "Settings",
+ "SHARE": "Share",
+ "SIGNIN": "Sign in",
+ "SIGNOUT": "Sign out",
+ "START_TYPING": "Start typing...",
+ "SUGGESTIONS": "Suggestions",
+ "TO_SAVE": "to save and get updates.",
+ "TO_VIEW_NOTIFICATIONS": "to view your notifications",
+ "UNABLE_TO_PREVIEW_MAIL": "We are unable to preview your mail.",
+ "UNFOLLOW": "Unfollow",
+ "WELCOME_BACK": "Welcome back",
+ "YAHOO": "Yahoo"
+ },
+ "tdv2-applet-discussion": {
+ "APPLET_COMMENT_YAHOO_READER": "A Yahoo reader",
+ "COMMUNITY_JTC": "Popular in the Community",
+ "CONVERSATION": "Conversations around this story lean {sentiment, select, positive {{positive}} negative {{negative}}}",
+ "CONVERSATION_NEUTRAL": "Conversations around this story are mostly {neutral}",
+ "JOIN_THE_CONVERSATION": "Join the Conversation",
+ "MESSAGES": "messages",
+ "NEGATIVE": "negative",
+ "NEUTRAL": "neutral",
+ "POSITIVE": "positive",
+ "SPONSORED": "Sponsored"
+ },
+ "tdv2-applet-account-switch": {
+ "ACCOUNT_INFO": "Account Info",
+ "ACCOUNT_MANAGEMENT": "Add or Manage accounts",
+ "ADD_ACCOUNT": "Add account",
+ "BACKYARD": "Backyard",
+ "SIGNOUT": "Sign Out",
+ "SIGNOUT_ALL": "Sign out all",
+ "WELCOME": "Welcome back"
+ }
+ },
+ "intlConfig": {}
+ },
+ "BeaconStore": {
+ "beaconConfig": {
+ "defaultSrc": "td-app-yahoo",
+ "beaconUncaughtJSError": true,
+ "enableBatch": false,
+ "pathPrefix": "https:\u002F\u002Fwww.yahoo.com\u002F_td_api\u002Fbeacon",
+ "sampleSize": 1,
+ "sampleSizeUncaughtJSError": 100,
+ "context": {
+ "prid": "2n23a79c1iosl",
+ "authed": "0",
+ "ynet": "0",
+ "ssl": "0",
+ "spdy": "0",
+ "ytee": "0",
+ "mode": "normal",
+ "site": "finance",
+ "region": "US",
+ "lang": "en-US",
+ "bucket": "finance-US-en-US-def",
+ "colo": "gq1",
+ "device": "desktop",
+ "bot": "0",
+ "environment": "prod",
+ "intl": "us",
+ "partner": "none",
+ "tz": "Asia\u002FTaipei",
+ "feature": ["canvass", "newContentAttribution"]
+ }
+ }
+ },
+ "AdStore": {
+ "appConfig": {
+ "base": {
+ "aboveFoldPositions": "MAST,LDRB,SPRZ,SPL,SPL-2,LREC,MON-1",
+ "autoRotation": 10000,
+ "autoadrender": true,
+ "darlaJsAtTop": true,
+ "darlaVersion": "2-9-13",
+ "darlaAssetFetch": true,
+ "cacheDarlaAsset": true,
+ "darlaConfigFetch": true,
+ "cacheDarlaConfig": true,
+ "events": {
+ "AUTO": {
+ "name": "AUTO",
+ "autoStart": 1,
+ "autoMax": 25,
+ "autoRT": 10000,
+ "autoIV": 1,
+ "autoDDG": 1,
+ "ps": {
+ "LDRB": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "MAST": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MAST-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MON-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "SPL": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ }
+ }
+ },
+ "DEFAULT": {
+ "clw": {
+ "LREC": {
+ "blocked_by": "MON-1"
+ },
+ "MON-1": {
+ "blocked_by": "LREC"
+ },
+ "MAST-9": {
+ "blocked_by": "SPL,LDRB-9"
+ },
+ "MAST": {
+ "blocked_by": "SPL,LDRB"
+ },
+ "LDRB": {
+ "blocked_by": "MAST,SPL"
+ },
+ "LDRB-9": {
+ "blocked_by": "MAST-9,SPL"
+ },
+ "SPL": {
+ "blocked_by": "MAST,LDRB"
+ }
+ }
+ }
+ },
+ "multipleRenderTargets": true,
+ "positions": {
+ "DEFAULT": {
+ "meta": {
+ "stack": "ydc"
+ }
+ },
+ "BTN": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "BTN-1": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "BTN-2": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "BTN-3": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "FOOT": {
+ "id": "FOOT",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "FOOT9": {
+ "id": "FOOT9",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "FSRVY": {
+ "id": "FSRVY",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "LREC": {
+ "id": "LREC",
+ "w": 300,
+ "h": 250,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "fallback": {
+ "link": "https:\u002F\u002Fbaseball.fantasysports.yahoo.com\u002Fb1\u002Fsignup",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fnn\u002Flib\u002Fmetro\u002FDailyFantasy_BN_Baseball_300x250-min.jpg"
+ }
+ },
+ "LREC-1": {
+ "id": "LREC-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC-2": {
+ "id": "LREC-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC-9": {
+ "id": "LREC-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-1": {
+ "id": "LREC2-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-2": {
+ "id": "LREC2-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-4": {
+ "id": "LREC2-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-5": {
+ "id": "LREC2-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-6": {
+ "id": "LREC2-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-7": {
+ "id": "LREC2-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-8": {
+ "id": "LREC2-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-9": {
+ "id": "LREC2-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2": {
+ "id": "LREC2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3": {
+ "id": "LREC3",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-1": {
+ "id": "LREC3-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-4": {
+ "id": "LREC3-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-5": {
+ "id": "LREC3-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-6": {
+ "id": "LREC3-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-7": {
+ "id": "LREC3-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-8": {
+ "id": "LREC3-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-9": {
+ "id": "LREC3-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC4": {
+ "id": "LREC4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LDRB": {
+ "id": "LDRB",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRB-1": {
+ "id": "LDRB-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRB-9": {
+ "id": "LDRB-9",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRB2-1": {
+ "id": "LDRB2-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRB2-2": {
+ "id": "LDRB2-2",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRP": {
+ "id": "LDRP",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "enable": true,
+ "metaSize": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "MAST": {
+ "id": "MAST",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true
+ },
+ "MAST-9": {
+ "id": "MAST-9",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true
+ },
+ "MFPAD": {
+ "id": "MFPAD",
+ "w": 720,
+ "h": 90,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false
+ },
+ "MON-1": {
+ "id": "MON-1",
+ "w": 300,
+ "h": 600,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3
+ },
+ "SPL": {
+ "id": "SPL",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}"
+ },
+ "SPL-2": {
+ "id": "SPL-2",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}"
+ },
+ "SPL2": {
+ "id": "SPL2",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "stack": "ydc",
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}"
+ },
+ "SPRZ": {
+ "id": "SPRZ",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fdb": false,
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH"
+ },
+ "SPON": {
+ "pos": "SPON",
+ "h": 1,
+ "id": "SPON",
+ "w": 1,
+ "autoFetch": false
+ },
+ "TXTL": {
+ "id": "TXTL",
+ "w": 120,
+ "h": 170,
+ "css": "#fc_align a,#tl1_slug{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px}.ad-tl2b{overflow:hidden;text-align:left}p{margin:0}a{color:#020e65}a:hover{color:#0078ff}.y-fp-pg-controls{margin-top:5px;margin-bottom:5px}#tl1_slug{color:#999}a:link{text-decoration:none}",
+ "autoFetch": false
+ },
+ "WFPAD": {
+ "id": "WFPAD",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1,
+ "resize-to": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false
+ }
+ },
+ "rotationTimingDisabled": false,
+ "nukeAds": "LREC,LREC2,LREC3,LREC-9,LREC2-9,LREC3-9,MAST,LDRB,LDRB2-1,LDRB2-2,MON-1,SPL"
+ }
+ },
+ "pageConfig": {
+ "base": {
+ "events": {
+ "adFetch": {
+ "ps": "BTN,BTN-1,BTN-2,BTN-3,MAST,LDRB,SPL,LREC,LREC2,LREC3,FOOT,FSRVY",
+ "dynamic": true,
+ "addsa": "megamodal=true",
+ "firstRender": "BTN,BTN-1,BTN-2,BTN-3,LREC"
+ }
+ },
+ "contentTypeAdPosModifier": {
+ "slideshow": ["-LREC", "LREC-2", "LREC2"],
+ "inlineSlideshow": []
+ },
+ "deferRender": true
+ },
+ "header": null
+ },
+ "routeConfig": {},
+ "failedPositions": {
+ "positions": {
+ "BTN": {
+ "failed": true
+ },
+ "BTN-1": {
+ "failed": true
+ },
+ "BTN-2": {
+ "failed": true
+ },
+ "BTN-3": {
+ "failed": true
+ },
+ "FOOT": {
+ "failed": true
+ },
+ "FSRVY": {
+ "failed": true
+ }
+ }
+ },
+ "darlaConfig": {
+ "aboveFoldPositions": "MAST,LDRB,SPRZ,SPL,SPL-2,LREC,MON-1",
+ "autoRotation": 10000,
+ "events": {
+ "AUTO": {
+ "name": "AUTO",
+ "autoStart": 1,
+ "autoMax": 25,
+ "autoRT": 10000,
+ "autoIV": 1,
+ "autoDDG": 1,
+ "ps": {
+ "LDRB": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "MAST": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MAST-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MON-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "SPL": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ }
+ }
+ },
+ "DEFAULT": {
+ "clw": {
+ "LREC": {
+ "blocked_by": "MON-1"
+ },
+ "MON-1": {
+ "blocked_by": "LREC"
+ },
+ "MAST-9": {
+ "blocked_by": "SPL,LDRB-9"
+ },
+ "MAST": {
+ "blocked_by": "SPL,LDRB"
+ },
+ "LDRB": {
+ "blocked_by": "MAST,SPL"
+ },
+ "LDRB-9": {
+ "blocked_by": "MAST-9,SPL"
+ },
+ "SPL": {
+ "blocked_by": "MAST,LDRB"
+ }
+ }
+ },
+ "adFetch": {
+ "ps": "BTN,BTN-1,BTN-2,BTN-3,MAST,LDRB,SPL,LREC,LREC2,LREC3,FOOT,FSRVY",
+ "dynamic": true,
+ "addsa": "megamodal=true",
+ "firstRender": "BTN,BTN-1,BTN-2,BTN-3,LREC"
+ }
+ },
+ "positions": {
+ "DEFAULT": {
+ "meta": {
+ "stack": "ydc"
+ },
+ "clean": "cleanDEFAULT",
+ "dest": "destDEFAULT",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "DEFAULT",
+ "staticLayout": false
+ },
+ "BTN": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "cleanBTN",
+ "dest": "destBTN",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN",
+ "staticLayout": false,
+ "failed": true
+ },
+ "BTN-1": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "cleanBTN-1",
+ "dest": "destBTN-1",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-1",
+ "staticLayout": false,
+ "failed": true
+ },
+ "BTN-2": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "cleanBTN-2",
+ "dest": "destBTN-2",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-2",
+ "staticLayout": false,
+ "failed": true
+ },
+ "BTN-3": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "cleanBTN-3",
+ "dest": "destBTN-3",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-3",
+ "staticLayout": false,
+ "failed": true
+ },
+ "FOOT": {
+ "id": "FOOT",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "cleanFOOT",
+ "dest": "destFOOT",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false,
+ "failed": true
+ },
+ "FOOT9": {
+ "id": "FOOT9",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "cleanFOOT9",
+ "dest": "destFOOT9",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "FSRVY": {
+ "id": "FSRVY",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "cleanFSRVY",
+ "dest": "destFSRVY",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false,
+ "failed": true
+ },
+ "LREC": {
+ "id": "LREC",
+ "w": 300,
+ "h": 250,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "fallback": {
+ "link": "https:\u002F\u002Fbaseball.fantasysports.yahoo.com\u002Fb1\u002Fsignup",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fnn\u002Flib\u002Fmetro\u002FDailyFantasy_BN_Baseball_300x250-min.jpg"
+ },
+ "clean": "cleanLREC",
+ "dest": "destLREC",
+ "metaSize": false
+ },
+ "LREC-1": {
+ "id": "LREC-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC-1",
+ "dest": "destLREC-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC-2": {
+ "id": "LREC-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC-2",
+ "dest": "destLREC-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC-9": {
+ "id": "LREC-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC-9",
+ "dest": "destLREC-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-1": {
+ "id": "LREC2-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-1",
+ "dest": "destLREC2-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-2": {
+ "id": "LREC2-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-2",
+ "dest": "destLREC2-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-4": {
+ "id": "LREC2-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-4",
+ "dest": "destLREC2-4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-5": {
+ "id": "LREC2-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-5",
+ "dest": "destLREC2-5",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-6": {
+ "id": "LREC2-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-6",
+ "dest": "destLREC2-6",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-7": {
+ "id": "LREC2-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-7",
+ "dest": "destLREC2-7",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-8": {
+ "id": "LREC2-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-8",
+ "dest": "destLREC2-8",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-9": {
+ "id": "LREC2-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-9",
+ "dest": "destLREC2-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2": {
+ "id": "LREC2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2",
+ "dest": "destLREC2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3": {
+ "id": "LREC3",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3",
+ "dest": "destLREC3",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-1": {
+ "id": "LREC3-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-1",
+ "dest": "destLREC3-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-4": {
+ "id": "LREC3-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-4",
+ "dest": "destLREC3-4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-5": {
+ "id": "LREC3-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-5",
+ "dest": "destLREC3-5",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-6": {
+ "id": "LREC3-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-6",
+ "dest": "destLREC3-6",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-7": {
+ "id": "LREC3-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-7",
+ "dest": "destLREC3-7",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-8": {
+ "id": "LREC3-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-8",
+ "dest": "destLREC3-8",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-9": {
+ "id": "LREC3-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-9",
+ "dest": "destLREC3-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC4": {
+ "id": "LREC4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC4",
+ "dest": "destLREC4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB": {
+ "id": "LDRB",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB",
+ "dest": "destLDRB",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB-1": {
+ "id": "LDRB-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB-1",
+ "dest": "destLDRB-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB-9": {
+ "id": "LDRB-9",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB-9",
+ "dest": "destLDRB-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB2-1": {
+ "id": "LDRB2-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB2-1",
+ "dest": "destLDRB2-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB2-2": {
+ "id": "LDRB2-2",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB2-2",
+ "dest": "destLDRB2-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRP": {
+ "id": "LDRP",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "enable": true,
+ "metaSize": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRP",
+ "dest": "destLDRP",
+ "fallback": null
+ },
+ "MAST": {
+ "id": "MAST",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true,
+ "clean": "cleanMAST",
+ "dest": "destMAST",
+ "fallback": null
+ },
+ "MAST-9": {
+ "id": "MAST-9",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true,
+ "clean": "cleanMAST-9",
+ "dest": "destMAST-9",
+ "fallback": null
+ },
+ "MFPAD": {
+ "id": "MFPAD",
+ "w": 720,
+ "h": 90,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false,
+ "clean": "cleanMFPAD",
+ "dest": "destMFPAD",
+ "fallback": null
+ },
+ "MON-1": {
+ "id": "MON-1",
+ "w": 300,
+ "h": 600,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "clean": "cleanMON-1",
+ "dest": "destMON-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL": {
+ "id": "SPL",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "cleanSPL",
+ "dest": "destSPL",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL-2": {
+ "id": "SPL-2",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "cleanSPL-2",
+ "dest": "destSPL-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL2": {
+ "id": "SPL2",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "stack": "ydc",
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "cleanSPL2",
+ "dest": "destSPL2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPRZ": {
+ "id": "SPRZ",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fdb": false,
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "clean": "cleanSPRZ",
+ "dest": "destSPRZ",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPON": {
+ "pos": "SPON",
+ "h": 1,
+ "id": "SPON",
+ "w": 1,
+ "autoFetch": false,
+ "clean": "cleanSPON",
+ "dest": "destSPON",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "TXTL": {
+ "id": "TXTL",
+ "w": 120,
+ "h": 170,
+ "css": "#fc_align a,#tl1_slug{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px}.ad-tl2b{overflow:hidden;text-align:left}p{margin:0}a{color:#020e65}a:hover{color:#0078ff}.y-fp-pg-controls{margin-top:5px;margin-bottom:5px}#tl1_slug{color:#999}a:link{text-decoration:none}",
+ "autoFetch": false,
+ "clean": "cleanTXTL",
+ "dest": "destTXTL",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "WFPAD": {
+ "id": "WFPAD",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1,
+ "resize-to": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false,
+ "clean": "cleanWFPAD",
+ "dest": "destWFPAD",
+ "fallback": null
+ }
+ },
+ "rotationTimingDisabled": false,
+ "contentTypeAdPosModifier": {
+ "slideshow": ["-LREC", "LREC-2", "LREC2"],
+ "inlineSlideshow": []
+ }
+ },
+ "adFetchEvent": {
+ "ps": "BTN,BTN-1,BTN-2,BTN-3,MAST,LDRB,SPL,LREC,LREC2,LREC3,FOOT,FSRVY",
+ "sp": "1183300100",
+ "sa": "ticker=\"SNE\" wiki_topics=\"PlayStation_VR;Rhythm_game;Launch_game\" ctopid=\"1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" hashtag=\"playstation-vr;sony-playstation-vr;sony-psvr;psvr;playstation-4;playstation;ps4;sony;gaming;games;video-games;featured;%24sne;1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" rs=\"lmsid:a0Vd000000AE7lXEAT;revsp:407fd5b2-47b4-4c00-a1d0-421cf33bb721;lpstaid:80b35014-fba3-377e-adc5-47fb44f61fa7;pct:story\" megamodal=true Y-BUCKET=\"finance-US-en-US-def\"",
+ "optionalps": "",
+ "site": "finance"
+ },
+ "siteAttrs": "ticker=\"SNE\" wiki_topics=\"PlayStation_VR;Rhythm_game;Launch_game\" ctopid=\"1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" hashtag=\"playstation-vr;sony-playstation-vr;sony-psvr;psvr;playstation-4;playstation;ps4;sony;gaming;games;video-games;featured;%24sne;1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" rs=\"lmsid:a0Vd000000AE7lXEAT;revsp:407fd5b2-47b4-4c00-a1d0-421cf33bb721;lpstaid:80b35014-fba3-377e-adc5-47fb44f61fa7;pct:story\" megamodal=true Y-BUCKET=\"finance-US-en-US-def\"",
+ "autoAdRender": true,
+ "supportMultipleRenderTargets": true,
+ "darlaJsAtTop": true,
+ "delayedRender": false,
+ "darlaVersion": "2-9-13",
+ "disableDarla": false,
+ "deferRender": true,
+ "keepPerfEntries": false,
+ "darlaAssetFetch": true,
+ "cacheDarlaAsset": true,
+ "darlaConfigFetch": true,
+ "cacheDarlaConfig": true,
+ "prefetchedPositions": {
+ "BTN": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "BTN-1": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "BTN-2": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "BTN-3": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "MAST": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "LDRB": {
+ "hasError": false,
+ "error": "none",
+ "size": "728x90"
+ },
+ "SPL": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "LREC": {
+ "hasError": false,
+ "error": "none",
+ "size": "300x250"
+ },
+ "LREC2": {
+ "hasError": false,
+ "error": "none",
+ "size": "300x250"
+ },
+ "LREC3": {
+ "hasError": false,
+ "error": "none",
+ "size": "300x250"
+ },
+ "FOOT": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "FSRVY": {
+ "hasError": false,
+ "error": "none",
+ "size": "1x1"
+ }
+ },
+ "_newPageRendered": false,
+ "checkForModalClose": false,
+ "nukeAds": ["LREC", "LREC2", "LREC3", "LREC-9", "LREC2-9", "LREC3-9", "MAST", "LDRB", "LDRB2-1", "LDRB2-2", "MON-1", "SPL"],
+ "adfetchTimeout": null,
+ "_childCompositeReady": {
+ "Col2-5-DockedAds": true
+ }
+ },
+ "FinanceConfigStore": {
+ "app": {
+ "base": {
+ "spaceid": 2023538075,
+ "clientEligible": {
+ "index": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather"],
+ "content": ["finance"],
+ "home": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather"]
+ },
+ "i13n": {
+ "initComscore": true,
+ "initOmniture": false,
+ "initRapid": true,
+ "rapid": {
+ "client_only": 1,
+ "viewability": true,
+ "pageview_on_init": true,
+ "test_id": "",
+ "webworker_file": "\u002Flib\u002Fmetro\u002Fg\u002Fmyy\u002Frapidworker_1_2_0.0.2.js",
+ "tracked_mods_viewability": [],
+ "dwell_on": true,
+ "track_right_click": true,
+ "keys": {
+ "ver": "y20",
+ "navtype": "server"
+ },
+ "compr_type": "deflate"
+ },
+ "rootModelData": {},
+ "navigationPageview": {
+ "enable": true
+ },
+ "serverPageview": {
+ "enable": true,
+ "type": "nonClassified"
+ }
+ },
+ "beacon": {
+ "defaultSrc": "td-app-yahoo",
+ "beaconUncaughtJSError": true,
+ "enableBatch": false,
+ "pathPrefix": "https:\u002F\u002Fwww.yahoo.com\u002F_td_api\u002Fbeacon",
+ "sampleSize": 1,
+ "sampleSizeUncaughtJSError": 100,
+ "context": {
+ "mode": "normal",
+ "ynet": "0",
+ "tz": "Asia\u002FTaipei",
+ "authed": "0",
+ "bot": "0",
+ "site": "finance",
+ "partner": "none",
+ "bucket": "finance-US-en-US-def",
+ "ssl": "0",
+ "lang": "en-US",
+ "colo": "gq1",
+ "spdy": "0",
+ "environment": "prod",
+ "region": "US",
+ "device": "desktop",
+ "feature": ["canvass", "newContentAttribution"],
+ "ytee": "0",
+ "intl": "us",
+ "prid": "2n23a79c1iosl"
+ }
+ },
+ "pageTransition": {
+ "enabled": true,
+ "enableHandlerCallback": true,
+ "pluginName": "modal-fade"
+ },
+ "amp": {
+ "enabled": true
+ },
+ "renderTargets": [{
+ "classNames": "render-target-default D(b)",
+ "id": "default"
+ }, {
+ "classNames": "render-target-modal O(n)!:f Bdc(#e0e4e9) Bdrs(6px) Bdstarts(s) Bdstartw(1px) Bdts(s) Bdtw(1px) Bxsh(modalShadow) D(n) H(a)! Mih(100%) ) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)",
+ "id": "modal",
+ "initialPageKey": ":content:modal"
+ }],
+ "ads": {
+ "rotationTimingDisabled": false,
+ "autoadrender": true,
+ "cacheDarlaAsset": true,
+ "positions": {
+ "BTN-1": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "BTN-2": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "DEFAULT": {
+ "meta": {
+ "stack": "ydc"
+ }
+ },
+ "MAST-9": {
+ "enable": true,
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "metaSize": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "fclose": 2,
+ "w": 970,
+ "staticLayout": false,
+ "id": "MAST-9"
+ },
+ "BTN-3": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "SPL2": {
+ "enable": true,
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "supports": {
+ "cmsg": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "meta": {
+ "stack": "ydc",
+ "type": "stream"
+ },
+ "autoFetch": false,
+ "uhslot": ".YDC-UH",
+ "fclose": 2,
+ "staticLayout": false,
+ "flex": "both",
+ "id": "SPL2"
+ },
+ "LREC": {
+ "fallback": {
+ "link": "https:\u002F\u002Fbaseball.fantasysports.yahoo.com\u002Fb1\u002Fsignup",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fnn\u002Flib\u002Fmetro\u002FDailyFantasy_BN_Baseball_300x250-min.jpg"
+ },
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 3,
+ "id": "LREC"
+ },
+ "WFPAD": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1,
+ "resize-to": 1
+ },
+ "fdb": false,
+ "metaSize": true,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 320,
+ "staticLayout": false,
+ "id": "WFPAD"
+ },
+ "SPRZ": {
+ "id": "SPRZ",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fdb": false,
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH"
+ },
+ "LREC-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC-1"
+ },
+ "LDRB": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB"
+ },
+ "FSRVY": {
+ "id": "FSRVY",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "LREC-2": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC-2"
+ },
+ "FOOT9": {
+ "id": "FOOT9",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "LDRB-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB-1"
+ },
+ "LREC2": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2"
+ },
+ "FOOT": {
+ "id": "FOOT",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "LDRB2-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB2-1"
+ },
+ "LREC3": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3"
+ },
+ "SPL": {
+ "enable": true,
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "supports": {
+ "cmsg": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "meta": {
+ "type": "stream"
+ },
+ "autoFetch": false,
+ "uhslot": ".YDC-UH",
+ "fclose": 2,
+ "staticLayout": false,
+ "flex": "both",
+ "id": "SPL"
+ },
+ "LDRB2-2": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB2-2"
+ },
+ "LREC4": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC4"
+ },
+ "LREC-9": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC-9"
+ },
+ "MON-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 600,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 3,
+ "id": "MON-1"
+ },
+ "LREC2-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-1"
+ },
+ "LREC3-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-1"
+ },
+ "LREC2-2": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-2"
+ },
+ "LDRB-9": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB-9"
+ },
+ "SPL-2": {
+ "enable": true,
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "supports": {
+ "cmsg": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "meta": {
+ "type": "stream"
+ },
+ "autoFetch": false,
+ "uhslot": ".YDC-UH",
+ "fclose": 2,
+ "staticLayout": false,
+ "flex": "both",
+ "id": "SPL-2"
+ },
+ "LREC2-4": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-4"
+ },
+ "MAST": {
+ "enable": true,
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "metaSize": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "fclose": 2,
+ "w": 970,
+ "staticLayout": false,
+ "id": "MAST"
+ },
+ "LDRP": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "fdb": true,
+ "metaSize": true,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 320,
+ "staticLayout": true,
+ "id": "LDRP"
+ },
+ "LREC3-4": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-4"
+ },
+ "LREC2-5": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-5"
+ },
+ "LREC3-5": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-5"
+ },
+ "LREC2-6": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-6"
+ },
+ "LREC3-6": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-6"
+ },
+ "LREC2-7": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-7"
+ },
+ "LREC3-7": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-7"
+ },
+ "LREC2-8": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-8"
+ },
+ "MFPAD": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": false,
+ "metaSize": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 720,
+ "staticLayout": false,
+ "id": "MFPAD"
+ },
+ "LREC3-8": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-8"
+ },
+ "LREC2-9": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-9"
+ },
+ "LREC3-9": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-9"
+ },
+ "SPON": {
+ "pos": "SPON",
+ "h": 1,
+ "id": "SPON",
+ "w": 1,
+ "autoFetch": false
+ },
+ "BTN": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "TXTL": {
+ "id": "TXTL",
+ "w": 120,
+ "h": 170,
+ "css": "#fc_align a,#tl1_slug{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px}.ad-tl2b{overflow:hidden;text-align:left}p{margin:0}a{color:#020e65}a:hover{color:#0078ff}.y-fp-pg-controls{margin-top:5px;margin-bottom:5px}#tl1_slug{color:#999}a:link{text-decoration:none}",
+ "autoFetch": false
+ }
+ },
+ "cacheDarlaConfig": true,
+ "aboveFoldPositions": "MAST,LDRB,SPRZ,SPL,SPL-2,LREC,MON-1",
+ "autoRotation": 10000,
+ "darlaVersion": "2-9-13",
+ "darlaConfigFetch": true,
+ "darlaJsAtTop": true,
+ "nukeAds": "LREC,LREC2,LREC3,LREC-9,LREC2-9,LREC3-9,MAST,LDRB,LDRB2-1,LDRB2-2,MON-1,SPL",
+ "darlaAssetFetch": true,
+ "events": {
+ "AUTO": {
+ "name": "AUTO",
+ "autoStart": 1,
+ "autoMax": 25,
+ "autoRT": 10000,
+ "autoIV": 1,
+ "autoDDG": 1,
+ "ps": {
+ "MAST-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "LREC": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "SPL": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "LDRB2-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "MON-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LDRB-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "SPL-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "LREC2-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "MAST": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "LREC3-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ }
+ }
+ },
+ "DEFAULT": {
+ "clw": {
+ "LREC": {
+ "blocked_by": "MON-1"
+ },
+ "MON-1": {
+ "blocked_by": "LREC"
+ },
+ "MAST-9": {
+ "blocked_by": "SPL,LDRB-9"
+ },
+ "MAST": {
+ "blocked_by": "SPL,LDRB"
+ },
+ "LDRB": {
+ "blocked_by": "MAST,SPL"
+ },
+ "LDRB-9": {
+ "blocked_by": "MAST-9,SPL"
+ },
+ "SPL": {
+ "blocked_by": "MAST,LDRB"
+ }
+ }
+ }
+ },
+ "multipleRenderTargets": true
+ },
+ "mrsOptions": {
+ "mrs_host": "l.yimg.com\u002Fny",
+ "key": "mrs.highlander.crumbkey",
+ "app_id": "highlander"
+ },
+ "dehydratedStateIsJSON": true,
+ "timeouts": {
+ "page": 3000,
+ "xhr": 3000,
+ "navigate": 6000
+ },
+ "enablePageStoreCache": true,
+ "enableVideoManager": true,
+ "prefetch": {
+ "enableOnPageStoreChange": true,
+ "prerenderDelay": 0,
+ "pageTypes": {
+ "content": ["index"],
+ "index": ["content"],
+ "intlMagazine": ["intlMagazineContent"],
+ "intlMagazineContent": ["intlMagazine"],
+ "magcontent": ["maghome", "magpreview"],
+ "magpreview": ["maghome", "magcontent"],
+ "maghome": ["magcontent", "magpreview"],
+ "magtag": ["magcontent", "magpreview"]
+ }
+ },
+ "esi": {
+ "mode": "batch",
+ "batchTimeout": 3,
+ "fallbackSource": "readthru",
+ "page": {
+ "swr": 86400
+ },
+ "staticRedirectToFS": true,
+ "useStableFragmentId": true
+ },
+ "loadChildBundles": true,
+ "enableDehydratedState": true,
+ "videoPlayer": {
+ "baseUrl": "https:\u002F\u002Fyep.video.yahoo.com\u002Fjs\u002F3\u002Fvideoplayer-min.js",
+ "device": "nextgen-desktop",
+ "docking": {
+ "fadeInAnimation": true,
+ "width": 300,
+ "height": 168.75,
+ "position": {
+ "left": "ref",
+ "right": 0,
+ "bottom": 55
+ },
+ "enableOnMuted": true,
+ "enableOnScrollUp": false,
+ "threshold": 60,
+ "enableOnScrollDown": true,
+ "ref": ".modal-open .render-target-modal .modalRight, html:not(.modal-open) .render-target-active #YDC-Col2 #Aside",
+ "showInfoCard": true
+ },
+ "enableRestoreOnNavigate": true,
+ "refreshDockingOnNavigate": true,
+ "version": null
+ },
+ "appConfigStore": {
+ "fields": ["clientEligible", "enableVideoManager", "initRenderTimeBeacon", "overrideContentTypes", "pageTransition", "prefetch", "timeouts", "renderTargets", "videoPlayer"]
+ }
+ },
+ "headerOverride": {},
+ "queryOverride": {}
+ }
+ },
+ "VideoStore": {
+ "videos": {},
+ "_cdnBase": "https:\u002F\u002Fs.yimg.com"
+ },
+ "ContentStore": {
+ "currentContentIds": {
+ "default": "80b35014-fba3-377e-adc5-47fb44f61fa7"
+ },
+ "relatedUuids": [],
+ "uuidMap": {
+ "80b35014-fba3-377e-adc5-47fb44f61fa7": {
+ "ad_meta": {
+ "spaceid": "1183300100",
+ "site_attribute": "ticker=\"SNE\" wiki_topics=\"PlayStation_VR;Rhythm_game;Launch_game\" ctopid=\"1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" hashtag=\"playstation-vr;sony-playstation-vr;sony-psvr;psvr;playstation-4;playstation;ps4;sony;gaming;games;video-games;featured;%24sne;1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" rs=\"lmsid:a0Vd000000AE7lXEAT;revsp:407fd5b2-47b4-4c00-a1d0-421cf33bb721;lpstaid:80b35014-fba3-377e-adc5-47fb44f61fa7;pct:story\"",
+ "site": "finance",
+ "region": "US",
+ "lang": "en-US",
+ "isSupplySegment": "false"
+ },
+ "spaceId": "1183300100",
+ "entities": [{
+ "term": "WIKIID:PlayStation_VR",
+ "label": "PlayStation VR",
+ "capAbtScore": "0.823"
+ }, {
+ "term": "YCT:001000193",
+ "score": "0.96063",
+ "label": "Consumer Discretionary"
+ }, {
+ "term": "YCT:001000031",
+ "score": "0.918418",
+ "label": "Arts &amp; Entertainment"
+ }, {
+ "term": "YCT:001000075",
+ "score": "0.917151",
+ "label": "Media"
+ }, {
+ "term": "YCT:001000088",
+ "score": "0.785714",
+ "label": "Video Games"
+ }, {
+ "term": "YMEDIA:CATEGORY=100000019",
+ "score": "1.0",
+ "label": ""
+ }, {
+ "term": "YMEDIA:CATEGORY=100000009",
+ "score": "1.0",
+ "label": ""
+ }, {
+ "term": "YMEDIA:CATEGORY=100000000",
+ "score": "1.0",
+ "label": "Yahoo Originals"
+ }, {
+ "term": "YCT:001000193",
+ "score": "0.96063",
+ "label": "Consumer Discretionary"
+ }, {
+ "term": "YCT:001000031",
+ "score": "0.918418",
+ "label": "Arts &amp; Entertainment"
+ }, {
+ "term": "YCT:001000075",
+ "score": "0.917151",
+ "label": "Media"
+ }, {
+ "term": "YCT:001000088",
+ "score": "0.785714",
+ "label": "Video Games"
+ }],
+ "liveCoverageEventId": null,
+ "body": [{
+ "type": "image",
+ "headline": null,
+ "alignleft": false,
+ "alt": "The PlayStation VR",
+ "caption": "Sony’s PlayStation VR.",
+ "alias": null,
+ "size": {
+ "original": {
+ "width": 744,
+ "height": 669,
+ "ratio": 1.1121076233183858,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F589noY9BZNdmsUUQf6L1AQ--\u002FYXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9NzQ0O2g9NjY5\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F4406ef57dcb40376c513903b03bef048"
+ },
+ "800x600": {
+ "width": 667,
+ "height": 600,
+ "ratio": 1.1121076233183858,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FlxY4FpzNDbBPRGtvVixGLA--\u002FYXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9ODAwO2g9NjAw\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F4406ef57dcb40376c513903b03bef048"
+ }
+ }
+ }, {
+ "type": "text",
+ "content": "Virtual reality has officially reached the consoles. And it’s pretty good! \u003Ca href=\"http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Freview-playstation-vr-is-comfortable-and-affordable-but-lacks-must-have-games-165053851.html\"\u003ESony’s PlayStation VR\u003C\u002Fa\u003E is extremely comfortable and reasonably priced, and while it’s lacking killer apps, it’s loaded with lots of interesting ones.",
+ "length": 223,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "But which ones should you buy? I’ve played just about every launch game, and while some are worth your time, others you might want to skip. To help you decide what’s what, I’ve put together this list of the eight&amp;nbsp;PSVR games worth considering.",
+ "length": 247,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Ca href=\"https:\u002F\u002Fwww.playstation.com\u002Fen-us\u002Fgames\u002Frez-infinite-ps4\u002F\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003E“Rez Infinite” ($30)\u003C\u002Fa\u003E",
+ "length": 20,
+ "tagName": "h3"
+ }, {
+ "type": "videoIframe",
+ "url": "https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FYlDxEOwj5j8",
+ "width": 560,
+ "height": 315,
+ "ratio": 1.7777777777777777,
+ "aliases": null,
+ "queryParams": null
+ }, {
+ "type": "text",
+ "content": "Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. It includes a fully remastered take on the original “Rez” – you zoom through a Matrix-like computer system, shooting down enemies to the steady beat of thumping electronica – but the VR setting makes it incredibly immersive. It gets better the more you play it, too; unlock the amazing Area X mode and you’ll find yourself flying, shooting and bobbing your head to some of the trippiest visuals yet seen in VR.",
+ "length": 510,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Ca href=\"https:\u002F\u002Fwww.playstation.com\u002Fen-us\u002Fgames\u002Fthumper-ps4\u002F\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003E“Thumper” ($20)\u003C\u002Fa\u003E",
+ "length": 15,
+ "tagName": "h3"
+ }, {
+ "type": "videoIframe",
+ "url": "https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FgtPGX8i1Eaw",
+ "width": 560,
+ "height": 315,
+ "ratio": 1.7777777777777777,
+ "aliases": null,
+ "queryParams": null
+ }, {
+ "type": "text",
+ "content": "What would happen if Tron, the board game Simon, a Clown beetle, Cthulhu and a noise band met in VR? Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well, a violent rhythm game that’s also a gorgeous, unsettling and totally captivating assault on the senses. With simple controls and a straightforward premise – click the X button and the analog stick in time with the music as you barrel down a neon highway — it’s one of the rare games that works equally well both in and out of VR. But since you have PSVR, play it there. It’s marvelous.",
+ "length": 591,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Ca href=\"https:\u002F\u002Fwww.playstation.com\u002Fen-us\u002Fgames\u002Funtil-dawn-rush-of-blood-ps4\u002F\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003E“Until Dawn: Rush of Blood” ($20)\u003C\u002Fa\u003E",
+ "length": 33,
+ "tagName": "h3"
+ }, {
+ "type": "videoIframe",
+ "url": "https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FEL3svUfC8Ds",
+ "width": 560,
+ "height": 315,
+ "ratio": 1.7777777777777777,
+ "aliases": null,
+ "queryParams": null
+ }, {
+ "type": "text",
+ "content": "Cheeky horror game “Until Dawn” was a breakout hit for the PS4 last year, channeling the classic “dumb teens in the woods” horror trope into an effective interactive drama. Well, forget all that if you fire up “Rush of Blood,” because this one sticks you front and center on a rollercoaster ride from Hell. Literally. You ride through a dimly-lit carnival of terror, dual-wielding pistols as you take down targets, hideous pig monsters and, naturally, maniac clowns. Be warned: If the bad guys don’t get you, the jump scares will.",
+ "length": 530,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Ca href=\"https:\u002F\u002Fwww.playstation.com\u002Fen-us\u002Fgames\u002Fheadmaster-ps4\u002F\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003E“Headmaster” ($20)\u003C\u002Fa\u003E",
+ "length": 18,
+ "tagName": "h3"
+ }, {
+ "type": "videoIframe",
+ "url": "https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fa7CSMKw1E7g",
+ "width": 560,
+ "height": 315,
+ "ratio": 1.7777777777777777,
+ "aliases": null,
+ "queryParams": null
+ }, {
+ "type": "text",
+ "content": "Soccer meets “Portal” in the weird (and weirdly fun) “Headmaster,” a game about heading soccer balls into nets, targets and a variety of other things while stuck in some diabolical training facility. While at first it seems a little basic, increasingly challenging shots and a consistently entertaining narrative keep it from running off the pitch. Funny, ridiculous and as easy as literally moving your head back and forth, it’s a pleasant PSVR surprise.",
+ "length": 455,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Ca href=\"https:\u002F\u002Fwww.playstation.com\u002Fen-us\u002Fgames\u002Frigs-mechanized-combat-league-ps4\u002F\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003E“RIGS: Mechanized Combat League” ($50)\u003C\u002Fa\u003E",
+ "length": 38,
+ "tagName": "h3"
+ }, {
+ "type": "videoIframe",
+ "url": "https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FRnqlf9EQ2zA",
+ "width": 560,
+ "height": 315,
+ "ratio": 1.7777777777777777,
+ "aliases": null,
+ "queryParams": null
+ }, {
+ "type": "text",
+ "content": "Giant mechs + sports? That’s the gist of this robotic blast-a-thon, which pits two teams of three against one another in gorgeous, explosive and downright fun VR combat. At its best, “RIGS” marries the thrill of fast-paced competitive shooters with the insanity of piloting a giant mech in VR. It can, however, be one of the barfier PSVR games. So pack your Dramamine, you’re going to have to ease yourself into this one.",
+ "length": 421,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Ca href=\"https:\u002F\u002Fwww.playstation.com\u002Fen-us\u002Fgames\u002Fbatman-arkham-vr-ps4\u002F\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003E“Batman Arkham VR” ($20)\u003C\u002Fa\u003E",
+ "length": 24,
+ "tagName": "h3"
+ }, {
+ "type": "videoIframe",
+ "url": "https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FeS4g0py16N8",
+ "width": 560,
+ "height": 315,
+ "ratio": 1.7777777777777777,
+ "aliases": null,
+ "queryParams": null
+ }, {
+ "type": "text",
+ "content": "“I’m Batman,” you will say. And you’ll actually be right this time, because you are Batman in this detective yarn, and you know this because you actually grab the famous cowl and mask, stick it on your head, and stare into the mirrored reflection of Rocksteady Games’ impressive Dark Knight character model. It lacks the action of its fellow “Arkham” games and runs disappointingly short, but it’s a high-quality experience that really shows off how powerfully immersive VR can be.",
+ "length": 481,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Ca href=\"https:\u002F\u002Fwww.playstation.com\u002Fen-us\u002Fgames\u002Fjob-simulator-the-2050-archives-ps4\u002F\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003E“Job Simulator” ($30)\u003C\u002Fa\u003E",
+ "length": 21,
+ "tagName": "h3"
+ }, {
+ "type": "videoIframe",
+ "url": "https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F3-iMlQIGH8Y",
+ "width": 560,
+ "height": 315,
+ "ratio": 1.7777777777777777,
+ "aliases": null,
+ "queryParams": null
+ }, {
+ "type": "text",
+ "content": "There are a number of good VR ports in the PSVR launch lineup, but the HTC Vive launch game “Job Simulator” might be the best. Your task? Lots of tasks, actually, from cooking food to fixing cars to working in an office, all for robots, because did I mention you were in the future? Infinitely charming and surprisingly challenging, it’s a great showpiece for VR.",
+ "length": 363,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Ca href=\"https:\u002F\u002Fwww.playstation.com\u002Fen-us\u002Fgames\u002Feve-valkyrie-ps4\u002F\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003E“Eve Valkyrie” ($60)\u003C\u002Fa\u003E",
+ "length": 20,
+ "tagName": "h3"
+ }, {
+ "type": "videoIframe",
+ "url": "https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F0KFHw12CTbo",
+ "width": 560,
+ "height": 315,
+ "ratio": 1.7777777777777777,
+ "aliases": null,
+ "queryParams": null
+ }, {
+ "type": "text",
+ "content": "Already a hit on the Oculus Rift, this space dogfighting game was one of the first to really show off how VR can turn a traditional game experience into something special. It’s pricey and not quite as hi-res as the Rift version, but “Eve Valkyrie” does an admirable job filling the void left since “Battlestar Galactica” ended. Too bad there aren’t any Cylons in it (or are there?)",
+ "length": 381,
+ "tagName": "p"
+ }, {
+ "type": "text",
+ "content": "\u003Cem\u003E\u003Cstrong\u003EMore games news:\u003C\u002Fstrong\u003E\u003C\u002Fem\u003E",
+ "length": 16,
+ "tagName": "p"
+ }, {
+ "type": "list",
+ "listItems": ["\u003Ca href=\"https:\u002F\u002Fwww.yahoo.com\u002Ftech\u002Fskylanders-imaginators-will-let-you-create-and-3d-print-your-own-action-figure-143838550.html\"\u003E‘Skylanders Imaginators’ will let you create and 3D print your own action figures\u003C\u002Fa\u003E", "\u003Ca href=\"https:\u002F\u002Fwww.yahoo.com\u002Ftech\u002Freview-high-flying-nba-2k17-has-a-career-year-184135248.html\"\u003EReview: High-flying ‘NBA 2K17’ has a career year\u003C\u002Fa\u003E", "\u003Ca href=\"https:\u002F\u002Fwww.yahoo.com\u002Ftech\u002Freview-race-at-your-own-speed-in-big-beautiful-forza-horizon-3-195337170.html\"\u003EReview: Race at your own speed in big, beautiful ‘Forza Horizon 3’\u003C\u002Fa\u003E", "\u003Ca href=\"https:\u002F\u002Fwww.yahoo.com\u002Ftech\u002Fsonys-playstation-4-pro-shows-promise-potential-161304037.html\"\u003ESony’s PlayStation 4 Pro shows promise, potential and plenty of pretty lighting\u003C\u002Fa\u003E", "\u003Ca href=\"https:\u002F\u002Fwww.yahoo.com\u002Ftech\u002Freview-madden-nfl-17-runs-000000394.html\"\u003EReview: ‘Madden NFL 17’ runs hard, plays it safe\u003C\u002Fa\u003E"],
+ "listTagType": "ul"
+ }, {
+ "type": "text",
+ "content": "\u003Ci\u003EBen Silverman is on Twitter at\u003C\u002Fi\u003E\u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fben_silverman\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"\u003E \u003Ci\u003Eben_silverman\u003C\u002Fi\u003E\u003C\u002Fa\u003E\u003Ci\u003E.\u003C\u002Fi\u003E",
+ "length": 45,
+ "tagName": "p"
+ }],
+ "summary": "To help you decide what’s what, I’ve put together this list of the 8 PSVR games worth considering. Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well",
+ "tagsInfo": {
+ "id": "playstation-vr",
+ "name": "Playstation Vr"
+ },
+ "site": "finance",
+ "searchNoIndex": "false",
+ "author": {
+ "name": "Ben Silverman",
+ "title": "Games Editor",
+ "url": "http:\u002F\u002Fyahoofinancestaff.tumblr.com\u002F",
+ "logo": {
+ "size": {
+ "original": {
+ "width": 430,
+ "height": 288,
+ "ratio": 1.4930555555555556,
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FYcIHpugjTiLKu_ujMPtzag--\u002FYXBwaWQ9aGlnaGxhbmRlcjtzbT0xO2ZpPWZpbGw7dz00MzA7aD0yODg7aWw9cGxhbmU-\u002Fhttp:\u002F\u002Fmagazines.zenfs.com\u002Fresizer\u002FFIT_TO_WIDTH-w430\u002F57569de350ee4c7dd84aa9d0b5bdfc7a8200f47a.png.cf.jpg"
+ },
+ "40x40": {
+ "width": 40,
+ "height": 27,
+ "ratio": 1.4930555555555556,
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FQvNt74vQ.MB4YYRXkl6t0g--\u002FYXBwaWQ9aGlnaGxhbmRlcjtzbT0xO2ZpPWZpbGw7dz00MDtoPTQwO2lsPXBsYW5l\u002Fhttp:\u002F\u002Fmagazines.zenfs.com\u002Fresizer\u002FFIT_TO_WIDTH-w430\u002F57569de350ee4c7dd84aa9d0b5bdfc7a8200f47a.png.cf.jpg"
+ },
+ "84x84": {
+ "width": 84,
+ "height": 56,
+ "ratio": 1.4930555555555556,
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FLKwS3OZMPXJ8QS0J18jNHg--\u002FYXBwaWQ9aGlnaGxhbmRlcjtzbT0xO2ZpPWZpbGw7dz04NDtoPTg0O2lsPXBsYW5l\u002Fhttp:\u002F\u002Fmagazines.zenfs.com\u002Fresizer\u002FFIT_TO_WIDTH-w430\u002F57569de350ee4c7dd84aa9d0b5bdfc7a8200f47a.png.cf.jpg"
+ }
+ }
+ },
+ "social": {
+ "twitter": "ben_silverman",
+ "email": "[email protected]"
+ }
+ },
+ "thumbnail": {
+ "width": "744",
+ "height": "669",
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F4eRCPf9lJt_3q29.outekQ--\u002FaD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F4406ef57dcb40376c513903b03bef048",
+ "tag": "size=original"
+ },
+ "payoffs": {},
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "alias": "ymedia-alias:story=best-psvr-games-170003443",
+ "provider": null,
+ "ibsImages": null,
+ "contentType": "story",
+ "publishDateStr": "October 13, 2016",
+ "hideComments": false,
+ "pending": false,
+ "title": "These are the 8 coolest PlayStation VR games",
+ "tags": ["playstation-vr", "sony-playstation-vr", "sony-psvr", "psvr", "playstation-4", "playstation", "ps4", "sony", "gaming", "games", "video-games", "featured", "$sne"],
+ "bodyImages": [{
+ "type": "image",
+ "headline": null,
+ "alignleft": false,
+ "alt": "The PlayStation VR",
+ "caption": "Sony’s PlayStation VR.",
+ "alias": null,
+ "size": {
+ "original": {
+ "width": 744,
+ "height": 669,
+ "ratio": 1.1121076233183858,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F589noY9BZNdmsUUQf6L1AQ--\u002FYXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9NzQ0O2g9NjY5\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F4406ef57dcb40376c513903b03bef048"
+ },
+ "800x600": {
+ "width": 667,
+ "height": 600,
+ "ratio": 1.1121076233183858,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FlxY4FpzNDbBPRGtvVixGLA--\u002FYXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9ODAwO2g9NjAw\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F4406ef57dcb40376c513903b03bef048"
+ }
+ }
+ }],
+ "type": "story",
+ "hrefLangs": [{
+ "rel": "alternate",
+ "hrefLang": "x-default",
+ "href": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ }, {
+ "rel": "alternate",
+ "hrefLang": "en-CA",
+ "href": "https:\u002F\u002Fca.finance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ }, {
+ "rel": "alternate",
+ "hrefLang": "en-GB",
+ "href": "https:\u002F\u002Fuk.finance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ }, {
+ "rel": "alternate",
+ "hrefLang": "en-IN",
+ "href": "https:\u002F\u002Fin.finance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ }, {
+ "rel": "alternate",
+ "hrefLang": "en-SG",
+ "href": "https:\u002F\u002Fsg.finance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ }, {
+ "rel": "alternate",
+ "hrefLang": "en-US",
+ "href": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html"
+ }],
+ "uuid": "80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "canonicalUrl": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "rapid": {},
+ "tumblr": {
+ "blogName": "yahoofinance-us",
+ "postId": "151755440913",
+ "reblogKey": "Lf7eYFz9"
+ },
+ "snippet": false,
+ "publishDate": "Thu, 13 Oct 2016 17:00:03 GMT",
+ "attribution": {
+ "author": {
+ "name": "Ben Silverman",
+ "title": "Games Editor",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fauthor\u002Fben-silverman"
+ },
+ "provider": {
+ "name": "Yahoo Finance",
+ "url": "http:\u002F\u002Fyahoofinancestaff.tumblr.com\u002F",
+ "logo": {
+ "size": {
+ "raw": {
+ "url": "http:\u002F\u002Fl4.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FCR1v_hSPghpHrl0a4OKYqQ--\u002FYXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-08-26\u002F7ac3a4f0-6bba-11e6-b52d-c59238e28a69_yahoologo.png"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "_viewedContentIds": {
+ "80b35014-fba3-377e-adc5-47fb44f61fa7": true
+ },
+ "_slotCompositeReady": {
+ "Lead-0-CommonSlotComposite": true,
+ "Side-1-CommonSlotComposite": true
+ },
+ "_currentPlaylistId": null
+ },
+ "CompositeStore": {
+ "_instances": {
+ "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7-0-CanvassApplet": {
+ "status": "initialized"
+ },
+ "Hero-0-FinanceHeader": {
+ "status": "initialized"
+ },
+ "Col2-1-RecentQuotes": {
+ "status": "initialized"
+ },
+ "Lead-0-CommonSlotComposite": {
+ "status": "initialized"
+ },
+ "Side-1-CommonSlotComposite": {
+ "status": "initialized"
+ },
+ "Col2-4-HeightContainer": {
+ "status": "initialized"
+ },
+ "Col2-5-DockedAds": {
+ "status": "initialized"
+ },
+ "UH-1-TopNav": {
+ "status": "initialized"
+ },
+ "Hero-1-TDV2BreakingNews": {
+ "status": "initialized"
+ },
+ "preLoadUH-0-Header": {
+ "status": "initialized"
+ },
+ "Col2-5-DockedAds-1-DiscussionCarousel": {
+ "status": "initialized"
+ },
+ "account-switch-uh-0-AccountSwitch": {
+ "status": "initialized"
+ }
+ }
+ },
+ "StreamStore": {
+ "pageUuid": "80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "articleCategory": {
+ "term": "YCT:001000193",
+ "label": "Consumer Discretionary"
+ },
+ "pageCategory": "YPROP:FINANCE",
+ "fallbackCategory": "YPROP:FINANCE",
+ "parentCategory": "",
+ "pageSubsite": "",
+ "streams": {
+ "SIDEKICK:TOPSTORIES.sidekick": {
+ "bpos": 1,
+ "data": {
+ "stream_items": [{
+ "i13n": {
+ "bpos": 1,
+ "cpos": 1,
+ "cposy": 1
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbecoming-clear-were-2-big-152321240.html",
+ "title": "It's becoming clear there were 2 big reasons the Patriots traded one of their best defensive players to the Browns",
+ "images": {
+ "original": {
+ "height": 934,
+ "width": 1246,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FwEAPFp0fjhGr6q3Nb0BOHw--\u002Fdz0xMjQ2O2g9OTM0O2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FIts_becoming_clear_there_were-cc8eca84bc2295903a36075d4738a8fa"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FJ2boBNrJ13dcslIlWN88vw--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FwEAPFp0fjhGr6q3Nb0BOHw--\u002Fdz0xMjQ2O2g9OTM0O2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FIts_becoming_clear_there_were-cc8eca84bc2295903a36075d4738a8fa",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fbecoming-clear-were-2-big-152321240.html",
+ "id": "ff9dad25-dbc2-3861-9307-ce3ad4e2ef96",
+ "publisher": "Business Insider",
+ "off_network": false
+ }, {
+ "adChoicesUrl": "",
+ "hasHqImg": true,
+ "ad_feedback_beacon": "https:\u002F\u002Fus.af.beap.bc.yahoo.com\u002Faf?bv=1.0.0&amp;bs=(15nd5ga62(gid$216a27fa-a0b0-11e6-93a1-bb5a58e51259-7fde40bae700,st$1478058901682000,li$0,cr$32502733041,dmn$c32502733041,srv$3,exp$1478066101682000,ct$27,v$1.0,adv$1420691,pbid$1,seid$5417818))&amp;r=1478058901682&amp;al=$(AD_FEEDBACK)",
+ "i13n": {
+ "bpos": 1,
+ "cpos": 2,
+ "cposy": 2
+ },
+ "beacon": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbcsc?bv=1.0.0&amp;es=KyLKOwYGIS_6cXuaa6EkxRTwx56p3eZRekHIvslCrq75t8Y0N4vD1kp0.jarwLzL_3Zo4vYLBkuTKTk4hXo94dAIsso8An8rOlW0WWgvGHeE4Vv.OMDg.qNQKjoCHWx5wl__0OaHvqTMAafMt_wR06rCo_Z0wY05wv28wjgo__2f4GZKLCzFrQHttsLSYvPnRVKgk9l7Ph8MNHe71JekhHGTA1.2gtne8GSaQTyPUl3Ux0b0A_z7dLhti._P_79rxZlzdwCwHC1OAWwcfr9UeONxUwroZhJzhjauDlGUl18GZHlaJOZLPDmUzgujTaWAm.hGNUu68JhIhk31YimmvAQh9zeom1vQ3KPfiDA2amNgnF.rqDetnOVEALsp7ulTL9szG9.RwkH17zw5xN_LcX3aJam4GIBw&amp;ap=$(AD_POSN)",
+ "is_eligible": false,
+ "format": "featured",
+ "title": "The most addictive game of the year!",
+ "subtype": "NATIVE",
+ "type": "ad",
+ "link": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbclk?bv=1.0.0&amp;es=SlkEC58GIS.Y0wATYo8d.RrcUAM19.YDwMff7hOqeL.KhNIsD.ae_AA4UVTomwzUjf1fYOFCSNWT.hYk6yRHycaSnXaAAOCVvqdY2YSBbTuWMxaFjtSGKeLQy3nQA6MbDaadfE4WCf8kuWxsKpvxgSrSZJJMWrs7AfEpNuFZn7QnDu2NER5EWwjOeFwyfkEg8oPTQ.v7tVJWtcTPlLzmylY4ZVd49S2LcBX8AMSjunRI4TJaaQGzxdR3WyJjbj4wZGQjVuQRvwC1dqw9aRjGtbLtZuU4yBxrCopcfao.N.08wHghta4.qlbrCnqTCOockpaXG1Gv10jobDtTktGjoXy5tS2rF9OR6YcLN2V2z0D9XB6ByxM_5iY9mzPUIwQhWG9R5kmduUNUBQ0ahmoePpQTqMyNwO3z3GfXDk1ISMrfgR69fg0cO1Fj6.unPmD0KOA2YOOwC577yygaGXCTR_xYHBfjijS3dprMtZwz_.t37omywSmtf_3VWykZCIuJcHMTZqOWfQDuLgUVIg--%26lp=https%3A%2F%2Fom.forgeofempires.com%2Ffoe%2Fen%2F%3Fref%3Dgen_en_en_gam%23buildings",
+ "id": "32502733041",
+ "image": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FyakZD2gCbTHgIQi5kyX0tw--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fav\u002Fmoneyball\u002Fads\u002F1477383770030-3005.jpg",
+ "height": 312,
+ "width": 600
+ },
+ "publisher": "InnoGames",
+ "snippet": "Start in the stone age and journey to future. Build your Empire now! The most addictive game of the year! Play with 14 million Players now!"
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 3,
+ "cposy": 3
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fthe-real-reason-why-millennials-are-leaving-banks-170424785.html",
+ "title": "The real reason why millennials are leaving banks",
+ "images": {
+ "original": {
+ "height": 496,
+ "width": 744,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F0zasyXa7KQlezglOp7XM6g--\u002Fdz03NDQ7aD00OTY7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F66281ce88f76a83c339f010f928ba8ab"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FU3D9fEU2vXLjcYVz.8l6ow--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F0zasyXa7KQlezglOp7XM6g--\u002Fdz03NDQ7aD00OTY7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F66281ce88f76a83c339f010f928ba8ab",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fthe-real-reason-why-millennials-are-leaving-banks-170424785.html",
+ "id": "f06ac92d-e467-3d6c-b687-0db89bb184ca",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 4,
+ "cposy": 4
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fkevin-durant-delivered-forceful-brutally-214843064.html",
+ "title": "Kevin Durant delivered a forceful and brutally honest response to defend his relationship with Russell Westbrook after he left the Thunder",
+ "images": {
+ "original": {
+ "height": 1000,
+ "width": 1333,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FfmpZDU.ysK8f2Ru.ntw07A--\u002Fdz0xMzMzO2g9MTAwMDthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FKevin_Durant_delivered_a_forceful-be68a99a9bebafdc71cecd0ea7c70f14"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FqknQHYRR9DEXYsRSbSGKSg--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FfmpZDU.ysK8f2Ru.ntw07A--\u002Fdz0xMzMzO2g9MTAwMDthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FKevin_Durant_delivered_a_forceful-be68a99a9bebafdc71cecd0ea7c70f14",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fkevin-durant-delivered-forceful-brutally-214843064.html",
+ "id": "5315a69b-5656-378d-8b01-f015072ccc09",
+ "publisher": "Business Insider",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 5,
+ "cposy": 5
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fchrissy-teigen-addresses-criticism-over-153235776.html",
+ "title": "Chrissy Teigen Addresses the Criticism Over Baby Luna's Free Costumes",
+ "images": {
+ "original": {
+ "height": 800,
+ "width": 1600,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FUAIXGOcP_ivO8lbGFqWi8w--\u002Fdz0xNjAwO2g9ODAwO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Felle_570\u002F04c1ac4bb7a90453465c5a354c308396"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FcDAUrHZe1DRdQfLWKz8z3g--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FUAIXGOcP_ivO8lbGFqWi8w--\u002Fdz0xNjAwO2g9ODAwO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Felle_570\u002F04c1ac4bb7a90453465c5a354c308396",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fchrissy-teigen-addresses-criticism-over-153235776.html",
+ "id": "0ef9a993-481e-3033-a6a8-29bc472f95c0",
+ "publisher": "Elle",
+ "off_network": false
+ }, {
+ "adChoicesUrl": "",
+ "hasHqImg": true,
+ "ad_feedback_beacon": "https:\u002F\u002Fus.af.beap.bc.yahoo.com\u002Faf?bv=1.0.0&amp;bs=(15mrf8prm(gid$216a27fa-a0b0-11e6-93a1-bb5a58e51259-7fde40bae700,st$1478058901682000,li$0,cr$32381142928,dmn$plarium.com,srv$3,exp$1478066101682000,ct$27,v$1.0,adv$1443388,pbid$1,seid$5417818))&amp;r=1478058901682&amp;al=$(AD_FEEDBACK)",
+ "i13n": {
+ "bpos": 1,
+ "cpos": 6,
+ "cposy": 6
+ },
+ "beacon": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbcsc?bv=1.0.0&amp;es=kvGuVIcGIS8on9wjUAkvKB3g93dHo3KoIsUhp3VdJ8zEbmAFpOqG1gtBqNhnpocNlE94nd7DGHKgI5FxaevzkJ6Sux6HFAOZQ0RerImuGsCit7z89zLI.QJbTNGFEC8QEpKHGkmyzFD__SaFOheIecg.1vVmQ9SqnFYhCBo.GvjHnAzPTif87pAcU9TaZPSuJpCtT3BwMVjEbM8YYbHU1Z5Q8r8WWtmFwLkJ65xDawMYQMIYM6FPN0ClLq.jBegVbuKrm7_VWO_uWxuMrIaE.Ktsj6GRb_T8QvlkDnxIirrAMQGk61kr_YypiFoVXQL2KVB1emM.FCAwbYv41uKNq0RtV3FD3g2pVExNjMwcrln.MCLmO3FQLGNIMLhFczq6j5r.xsZc9HAZXmzfAcgUxe2Tkjw-&amp;ap=$(AD_POSN)",
+ "is_eligible": false,
+ "format": "featured",
+ "title": "This Strategy Game will keep you up all night!",
+ "subtype": "NATIVE",
+ "type": "ad",
+ "link": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbclk?bv=1.0.0&amp;es=0Q7gd38GIS_pYHOYO5MaOOUKSMwcIHjsFyc2.mISFhZBWjbQxIV03_VVCqyb3wwshIfM.Cb1EjCUhW6DZiTkOlC8RWkDNlWgFuZCAyuhrk691V5ST9RdUp77cKl8xXevOwYqBkQco9KXTAGyaBPvVWWxB8lH6GYx51DpAkWTajjw8abhvkL6_eYNojeGpzJKI_fpvHuxCdOExG354wj46I28..qYr.jhUfJWdgYInogaTs3bqC2bppgD083HJWKAws0GyzUspgi1LhgEdroz.48BL.CdJ8ggdOgwvlIBWfvWYn5.E_pv7GgkaDtCnXCzdMgxhkBwhf8peqbeAq2OjJy.xm.H6Jp7E_vj5kyBTdHBb6DyrP1O0LWvSCaGB0fn_x5NjNmbKVWKs.PtrbfnLot.ClDyFdgJsnlR6fgWvcu8wK3lq8f.1DictQOkV18o49kcTbyp9S7ldVSvwdumyh1aYeyLL0QtMdyiF3vzLSXAauoYauxZytkEbkQ.YmLuevUmu2Mp6kPRrJBKKciXmenK8VfoPg7stRX9RxvqZBc6lJgCAA9JIYPfS6J1mGxu4gcWFj.hPoQixPs-%26lp=http%3A%2F%2Fplarium.com%2Fplay%2Fen%2Fstormfall%2F004_dragon_hybrid_anim%3FadCampaign%3D97905%26adPixel%3Dyahoo%21%26publisherID%3D32381142928",
+ "id": "32381142928",
+ "image": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F3lW9BZ4aWN4M4zyEMrjrGg--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fav\u002Fmoneyball\u002Fads\u002F1471339441444-3957.jpg",
+ "height": 312,
+ "width": 600
+ },
+ "publisher": "Stormfall: Age of War",
+ "snippet": "14 million players and growing. The game that might just take over your life"
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 7,
+ "cposy": 7
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "https:\u002F\u002Ffinance.yahoo.com\u002Fvideo\u002Felection-worries-play-volatility-025347338.html",
+ "title": "Election Worries: How to Play the Volatility",
+ "images": {
+ "original": {
+ "height": 360,
+ "width": 640,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FUMyO5yj.kDIqAGUBkhcLaQ--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F0l.pO7jeb47Y1ihDmh0NaQ--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F383eec731e1cf4a4d116ed59c66d4689"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F5u9Swf9pUn5TrmPc4zpFQA--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FUMyO5yj.kDIqAGUBkhcLaQ--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F0l.pO7jeb47Y1ihDmh0NaQ--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F383eec731e1cf4a4d116ed59c66d4689",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "video",
+ "link": "\u002Fvideo\u002Felection-worries-play-volatility-025347338.html",
+ "id": "92152601-6bd4-33a8-9117-337bc5b9aa1f",
+ "publisher": "Bloomberg Video",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 8,
+ "cposy": 8
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fus-forms-of-energy-usage-1776-2040-industry-source-eia-110731958.html",
+ "title": "From biomass to nuclear: The evolution of American energy usage since 1776",
+ "images": {
+ "original": {
+ "height": 1018,
+ "width": 1500,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FPCYO02uno6swpKcM0bwTHA--\u002Fdz0xNTAwO2g9MTAxODthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fl.yimg.com\u002Fos\u002Fpublish-images\u002Ffinance\u002F2016-07-03\u002F0a5e0eb0-410f-11e6-9b9a-a9d808d329ff_Screen-Shot-2016-07-03-at-7-10-54-AM.png"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F1CDj4bqWTSP1grae5WfNoA--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FPCYO02uno6swpKcM0bwTHA--\u002Fdz0xNTAwO2g9MTAxODthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fl.yimg.com\u002Fos\u002Fpublish-images\u002Ffinance\u002F2016-07-03\u002F0a5e0eb0-410f-11e6-9b9a-a9d808d329ff_Screen-Shot-2016-07-03-at-7-10-54-AM.png",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fus-forms-of-energy-usage-1776-2040-industry-source-eia-110731958.html",
+ "id": "4d2fbb50-baa9-39f6-be85-0e1858f64499",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 9,
+ "cposy": 9
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fchinas-stealthy-j-20-fighter-171139077.html",
+ "title": "How China's stealthy new J-20 fighter jet compares to the US's F-22 and F-35",
+ "images": {
+ "original": {
+ "height": 767,
+ "width": 1023,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FrG6bnHiidp9qQstxufxKpQ--\u002Fdz0xMDIzO2g9NzY3O2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FHow_Chinas_stealthy_new_J20-f7143b78fa45dea3cc4f88b787b17cbb"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FSiVvFBiTWfd8o.Tbez2ZjA--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FrG6bnHiidp9qQstxufxKpQ--\u002Fdz0xMDIzO2g9NzY3O2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FHow_Chinas_stealthy_new_J20-f7143b78fa45dea3cc4f88b787b17cbb",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fchinas-stealthy-j-20-fighter-171139077.html",
+ "id": "2dc053f6-d036-35aa-b4e4-0b6a96290772",
+ "publisher": "Business Insider",
+ "off_network": false
+ }, {
+ "adChoicesUrl": "",
+ "hasHqImg": true,
+ "ad_feedback_beacon": "https:\u002F\u002Fus.af.beap.bc.yahoo.com\u002Faf?bv=1.0.0&amp;bs=(15njon4cg(gid$216a27fa-a0b0-11e6-93a1-bb5a58e51259-7fde40bae700,st$1478058901682000,li$0,cr$32488250754,dmn$c32488250754,srv$3,exp$1478066101682000,ct$27,v$1.0,adv$1382800,pbid$1,seid$5417818))&amp;r=1478058901682&amp;al=$(AD_FEEDBACK)",
+ "i13n": {
+ "bpos": 1,
+ "cpos": 10,
+ "cposy": 10
+ },
+ "beacon": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbcsc?bv=1.0.0&amp;es=CwZW4GgGIS9q7FZB4zAM_PWGVbVklc3waiorYYu6tvjCsMMR87eZ71S5OFfl7CUMW3tVoMknIvlGLq0CvQkRhUER6GfRO9Zf0VAVPr0_wl5LsNtOI6QCP1Mf7v9FBZgwS772OhnPCMYPDjmmzBDMOYB5fnjls.bJMwKcr5jyuwLNOjABnpI_LifI8YlA4t34mfc1eH9LP.HDxqTnp5crTjagqRO7LzF2_kNGmYFPQFXNVOeQ7Kvrh2pkKg3OCeiU.gWwgXbviLM.pz44Gz5iv5uo40jySZzWULxAPigqo4.rHg3FY9hOHTQoZqLw3P.XQkftVr4ULhw55N.lmXZwxFKM_Cqns8Tife4Je7tqtBD8qpQPdl82NCJ_FyeyD29T0Bk65wJhUGzDKLUjjLxL9of2&amp;ap=$(AD_POSN)",
+ "is_eligible": false,
+ "format": "featured",
+ "title": "She Was A Waitress In a Bar and Now She Owns a Jet",
+ "subtype": "NATIVE",
+ "type": "ad",
+ "link": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbclk?bv=1.0.0&amp;es=gYoRCIQGIS.GsNSg31dG7uu3jx1l47K_9t_lL68694y5vPklbhwGNF2IOCXI5Gay.KEmvJYzGtoc._QaiNOyVwkdJQY8jTD_A4uY0.1OI47TuRvpcBMvdXdyTLVqUaIbKZjuLSdMhsq.aFWXTJBkDvMBr9jGKe1Dcs5mzRVUoWc5iPAeZSSgpz3nyj49giJ0W2ZN3r2KAdmuDxU48_TnDHDh_9f4cEhSw9nSpbz9uXOjDYsQ6nOkJQbFehfzNrYe4PVEu3NbzvKwgoi37c0DQqrMMwXbnsHqHlS6FSLjaxkZ53xSggWUfVAcLSmYvhC7K_PkWSQqoKLF5I5_rcymJYID9IzgBTFrXphnEI_XKT3hlo2vlL.vsS7xbXKLME6kHl4WNht1kg3STGm3NWwNYOvI6R01YtU4DhK51Jmka2sOqzxxxoPTZIPON4n15fVub8fwidZXBigTgpaIqNe3FhvFC1pPAEUkLyhkoCpzmMO4n_wXrWKfsDSHsGYEnr329Y7UkzKcsC3eAaJ5GXWmp8v44SGRysntPeCbBRkbtxGB5FtAC5m6j7E-%26lp=http%3A%2F%2F104.131.127.216%2Fstrapwork%2F%3F1uvop32q%26ad%3D32488250754%26creative%3D32488250754%26device%3Dc%26network%3Dn",
+ "id": "32488250754",
+ "image": {
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FHNEPk_ENbYd9EqIvtcReqw--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fav\u002Fmoneyball\u002Fads\u002F1476785529800-3512.jpg",
+ "height": 312,
+ "width": 600
+ },
+ "publisher": "BinaryUno",
+ "snippet": "Millionaires Are Shearing Their Secret How To Make Money"
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 11,
+ "cposy": 11
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fwoman-sexually-assaulted-ex-stanford-185500342.html",
+ "title": "The woman sexually assaulted by ex-Stanford swimmer Brock Turner was just named a woman of the year by Glamour",
+ "images": {
+ "original": {
+ "height": 800,
+ "width": 1067,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FSogZHAfIl0xU6zwa.9cgzA--\u002Fdz0xMDY3O2g9ODAwO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FThe_woman_sexually_assaulted_by-cec9c3c426f7cf74dd301f8277adbde2"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002Faxca9exznwNpwwziuP3_.A--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FSogZHAfIl0xU6zwa.9cgzA--\u002Fdz0xMDY3O2g9ODAwO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FThe_woman_sexually_assaulted_by-cec9c3c426f7cf74dd301f8277adbde2",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fwoman-sexually-assaulted-ex-stanford-185500342.html",
+ "id": "f2e23aa9-2fcf-3fab-bea2-ad350efc8e33",
+ "publisher": "Business Insider",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 12,
+ "cposy": 12
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fthe-market-doesnt-care-who-wins-the-election-unless-its-donald-trump-121934629.html",
+ "title": "The market doesn't care who wins the election unless it's Donald Trump",
+ "images": {
+ "original": {
+ "height": 885,
+ "width": 1704,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FaJklNfwvY9sbg1rkIPhnIg--\u002Fdz0xNzA0O2g9ODg1O2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F583afc8f01a87b3a8f1f0a05ce081057"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002Fxtwsl2Xs5Fa2oKSzfbzkpg--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FaJklNfwvY9sbg1rkIPhnIg--\u002Fdz0xNzA0O2g9ODg1O2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F583afc8f01a87b3a8f1f0a05ce081057",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fthe-market-doesnt-care-who-wins-the-election-unless-its-donald-trump-121934629.html",
+ "id": "0ad48c46-6903-3f3c-9661-aec82db449c9",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 13,
+ "cposy": 13
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Factress-secret-pasta-sauce-totally-175617752.html",
+ "title": "Prince Harry's Rumored Girlfriend Has A Killer Hack for \"Sexy, Filthy\" Pasta",
+ "images": {
+ "original": {
+ "height": 240,
+ "width": 480,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FmdaeqRg8x6_neb4vmQs8xw--\u002Fdz00ODA7aD0yNDA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fdelish_597\u002F904270cb6438437fb4389a0d081f227c"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FoNs_JQy7IE_SFQ9Zcr7m8g--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FmdaeqRg8x6_neb4vmQs8xw--\u002Fdz00ODA7aD0yNDA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fdelish_597\u002F904270cb6438437fb4389a0d081f227c",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Factress-secret-pasta-sauce-totally-175617752.html",
+ "id": "77d53434-c7a4-3f1f-9105-551930bf0287",
+ "publisher": "Delish",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 14,
+ "cposy": 14
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "https:\u002F\u002Ffinance.yahoo.com\u002Fvideo\u002Faercaps-kelly-china-tremendous-opportunities-024542944.html",
+ "title": "AerCap's Kelly: China Has Tremendous Opportunities",
+ "images": {
+ "original": {
+ "height": 360,
+ "width": 640,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F.g_ZevDqMH1OvZ8DMfgatQ--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FS4DZyU1UuCH1C70TFpmTIg--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F4721c5f146eb6fa3fd8ea81ab78bfe35"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FpSDQ8Jo4JY_WDRKJCdxQTQ--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F.g_ZevDqMH1OvZ8DMfgatQ--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FS4DZyU1UuCH1C70TFpmTIg--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F4721c5f146eb6fa3fd8ea81ab78bfe35",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "video",
+ "link": "\u002Fvideo\u002Faercaps-kelly-china-tremendous-opportunities-024542944.html",
+ "id": "631c00e8-c19e-37b8-ac36-f2f7d71e6932",
+ "publisher": "Bloomberg Video",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 15,
+ "cposy": 15
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fmy-dad-became-an-uber-driver-170616718.html",
+ "title": "Why Uber is the perfect employer for my 70-year-old, hot-air balloon pilot father",
+ "images": {
+ "original": {
+ "height": 779,
+ "width": 1350,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FE.5KPKb7t4bUW9kWg3H7rw--\u002Fdz0xMzUwO2g9Nzc5O2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-06-30\u002Fbb999610-3f05-11e6-8172-bdb6a94e43ee_Screen-Shot-2016-06-30-at-4-59-46-PM.png"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F4P.2VUVyBAMLiKjfEkUMOA--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FE.5KPKb7t4bUW9kWg3H7rw--\u002Fdz0xMzUwO2g9Nzc5O2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-06-30\u002Fbb999610-3f05-11e6-8172-bdb6a94e43ee_Screen-Shot-2016-06-30-at-4-59-46-PM.png",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fmy-dad-became-an-uber-driver-170616718.html",
+ "id": "61164bae-94e9-3a89-af93-5e6174af2695",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 16,
+ "cposy": 16
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fthis-is-how-fbi-director-comey-really-hurt-the-democrats-172445180.html",
+ "title": "This is how FBI Director Comey really hurt the Democrats",
+ "images": {
+ "original": {
+ "height": 3201,
+ "width": 4810,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FY9PD7_2Ta9jRz_t5W.DNJw--\u002Fdz00ODEwO2g9MzIwMTthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-10-31\u002F9f64d750-9f8d-11e6-9fe9-d790575cda31_GettyImages-481827878.jpg"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FAEauiw8DCUeMiiv29Si8Iw--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FY9PD7_2Ta9jRz_t5W.DNJw--\u002Fdz00ODEwO2g9MzIwMTthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-10-31\u002F9f64d750-9f8d-11e6-9fe9-d790575cda31_GettyImages-481827878.jpg",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fthis-is-how-fbi-director-comey-really-hurt-the-democrats-172445180.html",
+ "id": "6ecca210-6741-3d22-80f8-a67214fc4593",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 17,
+ "cposy": 17
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fblack-friday-sales-already-amazon-143656454.html",
+ "title": "Black Friday Sales Are Already Here, With Amazon Leading the Pack",
+ "images": {
+ "original": {
+ "height": 1400,
+ "width": 2100,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FYtVqeNqJydoAUM0zWWt7OA--\u002Fdz0yMTAwO2g9MTQwMDthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fmoney_403\u002F2c682e9e323f6a3c52545385277d20d9"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FwaQsobflPiaBqQPcz2ek.Q--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FYtVqeNqJydoAUM0zWWt7OA--\u002Fdz0yMTAwO2g9MTQwMDthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fmoney_403\u002F2c682e9e323f6a3c52545385277d20d9",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fblack-friday-sales-already-amazon-143656454.html",
+ "id": "94eefaa2-6170-3937-aa10-b2fb941ede59",
+ "publisher": "Money",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 18,
+ "cposy": 18
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fwhy-pro-golfers-might-soon-make-less-money-201601031.html",
+ "title": "Why pro golfers might soon make less money",
+ "images": {
+ "original": {
+ "height": 2000,
+ "width": 3000,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FlKPtFWKuQ7PHffyqNHJz9w--\u002Fdz0zMDAwO2g9MjAwMDthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002Fc5044a53b2ac9c82953dafacf2f08618"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FPwPagl0_Qcf_oQk_OslaFw--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FlKPtFWKuQ7PHffyqNHJz9w--\u002Fdz0zMDAwO2g9MjAwMDthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002Fc5044a53b2ac9c82953dafacf2f08618",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fwhy-pro-golfers-might-soon-make-less-money-201601031.html",
+ "id": "26a72724-286b-3230-8172-9f5dcf5b1356",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 19,
+ "cposy": 19
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Fwww.marketwatch.com\u002Fstory\u002Fnetflix-is-pouring-money-into-some-of-tvs-most-expensive-shows-2016-09-28?siteid=yhoof2&amp;yptr=yahoo",
+ "title": "Netflix’s new show ‘The Crown’ ushers in a new era of content spending",
+ "images": {
+ "original": {
+ "height": 742,
+ "width": 1320,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FIPxh5NjgGrmrgvMRNBjeOg--\u002Fdz0xMzIwO2g9NzQyO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F630b4b1f88d81f7d7a3e7f6ac565c977"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FPBddwbaXUaITP1F9ffgdUA--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FIPxh5NjgGrmrgvMRNBjeOg--\u002Fdz0xMzIwO2g9NzQyO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F630b4b1f88d81f7d7a3e7f6ac565c977",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fm\u002F74a17dba-1d6c-3a7d-95fc-08ed035b2e07\u002Fnetflix%E2%80%99s-new-show-%E2%80%98the.html",
+ "id": "74a17dba-1d6c-3a7d-95fc-08ed035b2e07",
+ "publisher": "MarketWatch",
+ "off_network": true
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 20,
+ "cposy": 20
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "https:\u002F\u002Ffinance.yahoo.com\u002Fvideo\u002Fsharps-success-turnaround-sustainable-022110991.html",
+ "title": "Sharp's Success: Is the Turnaround Sustainable?",
+ "images": {
+ "original": {
+ "height": 360,
+ "width": 640,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FDOuo2U92ahhhPiqM_6cawA--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fwp5epCzu715sEXs8umJ6jA--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F4d7b033ba079f87ac76988e96b65237e"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FrS0OIg3IOUTyJWREfXYDnQ--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FDOuo2U92ahhhPiqM_6cawA--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fwp5epCzu715sEXs8umJ6jA--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F4d7b033ba079f87ac76988e96b65237e",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "video",
+ "link": "\u002Fvideo\u002Fsharps-success-turnaround-sustainable-022110991.html",
+ "id": "cf4cfa57-e9f6-3c11-ba3a-ec363a49470f",
+ "publisher": "Bloomberg Video",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 21,
+ "cposy": 21
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fthese-are-a-few-of-fashion-icon-isaac-mizrahi-s-favorite-things-223446175.html",
+ "title": "These are a few of fashion icon Isaac Mizrahi's favorite things",
+ "images": {
+ "original": {
+ "height": 3676,
+ "width": 5156,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FPFMAFTciafmzsWVhTfjJ6w--\u002Fdz01MTU2O2g9MzY3NjthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-07-01\u002F8de06600-3f86-11e6-909b-2b00c8575c8b_AP_1603151355466505.jpg"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F7yQ7hIF1OdSJELYdU5I_8w--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FPFMAFTciafmzsWVhTfjJ6w--\u002Fdz01MTU2O2g9MzY3NjthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-07-01\u002F8de06600-3f86-11e6-909b-2b00c8575c8b_AP_1603151355466505.jpg",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fthese-are-a-few-of-fashion-icon-isaac-mizrahi-s-favorite-things-223446175.html",
+ "id": "07eae41a-64ea-3a1c-ae83-81cbade99ede",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 22,
+ "cposy": 22
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fthis-is-where-nafta-hurts-american-workers-the-most-182621244.html",
+ "title": "This is where NAFTA hurts American workers the most",
+ "images": {
+ "original": {
+ "height": 1600,
+ "width": 2400,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FpF1ErVTNnF1hb_uEfI0ISw--\u002Fdz0yNDAwO2g9MTYwMDthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F8ec15ff0-a059-11e6-a2aa-2fba18fac3e8_AP_607510456937.jpg"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F.JHEoV2rVa5JbTmr1zg7Lg--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FpF1ErVTNnF1hb_uEfI0ISw--\u002Fdz0yNDAwO2g9MTYwMDthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F8ec15ff0-a059-11e6-a2aa-2fba18fac3e8_AP_607510456937.jpg",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fthis-is-where-nafta-hurts-american-workers-the-most-182621244.html",
+ "id": "1621ce92-7c01-39a7-9863-6a9ce1bcd8b2",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 23,
+ "cposy": 23
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fstarbucks-green-cups-causing-uproar-133645462.html",
+ "title": "Starbucks' new green cups are causing an uproar — here's why you don't need to panic",
+ "images": {
+ "original": {
+ "height": 3676,
+ "width": 4901,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FCf0WSHn1eIQm6J9S8Kk5iQ--\u002Fdz00OTAxO2g9MzY3NjthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FStarbucks_new_green_cups_are-8c86aff2f958a339712cd6f68512ec54"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002Fbom1uu0GtFGB_HvLySSS.g--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FCf0WSHn1eIQm6J9S8Kk5iQ--\u002Fdz00OTAxO2g9MzY3NjthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FStarbucks_new_green_cups_are-8c86aff2f958a339712cd6f68512ec54",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fstarbucks-green-cups-causing-uproar-133645462.html",
+ "id": "dd61cf89-7c55-3a53-8bb9-ae9bbface166",
+ "publisher": "Business Insider",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 24,
+ "cposy": 24
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fivanka-trumps-brand-crisis-shopper-151045694.html",
+ "title": "Ivanka Trump's Brand Is in Crisis as Shopper Boycott Takes Hold",
+ "images": {
+ "original": {
+ "height": 800,
+ "width": 1188,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fgxuedy9Yl9x4nehL3owWCg--\u002Fdz0xMTg4O2g9ODAwO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F25769dd0-a04f-11e6-8f32-876f257f0086_trumpz.gif"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FNRgIwP8ZrVmrsgYtby4Euw--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fgxuedy9Yl9x4nehL3owWCg--\u002Fdz0xMTg4O2g9ODAwO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F25769dd0-a04f-11e6-8f32-876f257f0086_trumpz.gif",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fivanka-trumps-brand-crisis-shopper-151045694.html",
+ "id": "f21b0cb8-9b0b-3131-ba8a-baac94dee256",
+ "publisher": "Business Insider",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 25,
+ "cposy": 25
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fobama-reveals-rooms-where-lives-white-house-124612516.html",
+ "title": "Obama reveals private living areas of White House",
+ "images": {
+ "original": {
+ "height": 1464,
+ "width": 2193,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FKcg9WGBoMWM7N_hhV8EWnQ--\u002Fdz0yMTkzO2g9MTQ2NDthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002F19fca37f9e354967bed1c32f0e5eef3a.jpg"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FRRtwruDfdrWAzzClXNmUXw--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FKcg9WGBoMWM7N_hhV8EWnQ--\u002Fdz0yMTkzO2g9MTQ2NDthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002F19fca37f9e354967bed1c32f0e5eef3a.jpg",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fobama-reveals-rooms-where-lives-white-house-124612516.html",
+ "id": "c9aec5d2-7b24-35c4-93ff-e76872245ef3",
+ "publisher": "Associated Press",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 26,
+ "cposy": 26
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "https:\u002F\u002Ffinance.yahoo.com\u002Fvideo\u002Fsouth-koreas-park-appoints-prime-021242523.html",
+ "title": "South Korea's Park Appoints New Prime Minister",
+ "images": {
+ "original": {
+ "height": 360,
+ "width": 640,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F7FDCJPGIP_Xx9ZvJdvvbwg--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FGq4EZdrlOFlBUh.sYfGfzg--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F212df3999a654f49b8c138c2e4ba6459"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F6P_n9F8Sf9uE19EKHdmXhQ--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F7FDCJPGIP_Xx9ZvJdvvbwg--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FGq4EZdrlOFlBUh.sYfGfzg--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F212df3999a654f49b8c138c2e4ba6459",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "video",
+ "link": "\u002Fvideo\u002Fsouth-koreas-park-appoints-prime-021242523.html",
+ "id": "e8d9d42b-50f9-3879-b704-213e9844cb5a",
+ "publisher": "Bloomberg Video",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 27,
+ "cposy": 27
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fline-ipo-market-pipeline-twilio-volume-returns-renaissance-capital-unicorns-volatility-202320723.html",
+ "title": "All eyes on upcoming Line offering amid a dismal IPO market",
+ "images": {
+ "original": {
+ "height": 503,
+ "width": 728,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FsS.yBJzaBhj2kuSWB3wqbw--\u002Fdz03Mjg7aD01MDM7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-07-01\u002F4c889e20-3fae-11e6-b296-dd70df83d872_Line-corp.jpg"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FqySLCicKfL4iQsFxnk3RuQ--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FsS.yBJzaBhj2kuSWB3wqbw--\u002Fdz03Mjg7aD01MDM7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-07-01\u002F4c889e20-3fae-11e6-b296-dd70df83d872_Line-corp.jpg",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fline-ipo-market-pipeline-twilio-volume-returns-renaissance-capital-unicorns-volatility-202320723.html",
+ "id": "dd6fa117-34cd-378f-80bb-3a383bdc2bac",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 28,
+ "cposy": 28
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fwhy-clinton-is-still-a-huge-favorite-to-win-161657760.html",
+ "title": "Why Clinton is still a huge favorite to win",
+ "images": {
+ "original": {
+ "height": 2385,
+ "width": 3000,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FBKJg4n3Zmgv6j0m7evXrrw--\u002Fdz0zMDAwO2g9MjM4NTthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-10-31\u002F4061f290-9f80-11e6-aef3-7746e81e8129_GettyImages-619111192.jpg"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FNtaLzSKbGETAh1RfBPbCag--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FBKJg4n3Zmgv6j0m7evXrrw--\u002Fdz0zMDAwO2g9MjM4NTthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-10-31\u002F4061f290-9f80-11e6-aef3-7746e81e8129_GettyImages-619111192.jpg",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fwhy-clinton-is-still-a-huge-favorite-to-win-161657760.html",
+ "id": "8afcc6cb-ac17-3f05-9e3d-a236b4da9038",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 29,
+ "cposy": 29
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Felon-musk-teslas-model-3-220711131.html",
+ "title": "Elon Musk: Tesla is developing a special kind of glass for its Model 3",
+ "images": {
+ "original": {
+ "height": 707,
+ "width": 943,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FriJBS1L1tLlGrwRPUyZGAA--\u002Fdz05NDM7aD03MDc7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FElon_Musk_Tesla_is_developing-00c7632e277e771809db65ad744b3804"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002F1pnr5Uyp3BBMORs0HVO0ew--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FriJBS1L1tLlGrwRPUyZGAA--\u002Fdz05NDM7aD03MDc7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FElon_Musk_Tesla_is_developing-00c7632e277e771809db65ad744b3804",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Felon-musk-teslas-model-3-220711131.html",
+ "id": "014b8a3d-44f7-365d-a352-3ab5dc3696ca",
+ "publisher": "Business Insider",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 30,
+ "cposy": 30
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbryan-cranston-says-hell-move-144007827.html",
+ "title": "Bryan Cranston says he'll move to Canada if Donald Trump becomes president",
+ "images": {
+ "original": {
+ "height": 1786,
+ "width": 2381,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FuFL5ZWpLd4RpgsiGtOTeRQ--\u002Fdz0yMzgxO2g9MTc4NjthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FBryan_Cranston_says_hell_move-793da55a73529bed5d80ea02e046be8b"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FTBAOTkBjddYOsLkOGLg3sg--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FuFL5ZWpLd4RpgsiGtOTeRQ--\u002Fdz0yMzgxO2g9MTc4NjthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fen_us\u002FFinance\u002FUS_AFTP_SILICONALLEY_H_LIVE\u002FBryan_Cranston_says_hell_move-793da55a73529bed5d80ea02e046be8b",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fbryan-cranston-says-hell-move-144007827.html",
+ "id": "c7740c33-64d7-381c-8a18-6241b9860c26",
+ "publisher": "Business Insider",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 31,
+ "cposy": 31
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.cnet.com\u002Fnews\u002Frogue-one-a-star-wars-story-droid-k2so-neil-scanlan\u002F",
+ "title": "'Rogue One' throws out the Star Wars rule book",
+ "images": {
+ "original": {
+ "height": 503,
+ "width": 670,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F_0XYJPjycBqO0Wi7IHKXiA--\u002Fdz02NzA7aD01MDM7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Fa67ecee0812f93d5e1ae998bb3e045b9"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FwE2t._heXy4ddX63u78naw--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F_0XYJPjycBqO0Wi7IHKXiA--\u002Fdz02NzA7aD01MDM7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Fa67ecee0812f93d5e1ae998bb3e045b9",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fm\u002Fafe2c4e8-ca5a-3fd0-a092-68d96aabd29f\u002F%26%2339%3Brogue-one%26%2339%3B-throws.html",
+ "id": "afe2c4e8-ca5a-3fd0-a092-68d96aabd29f",
+ "publisher": "CNET",
+ "off_network": true
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 32,
+ "cposy": 32
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "https:\u002F\u002Ffinance.yahoo.com\u002Fvideo\u002Fplugging-asias-infrastructure-gap-020804838.html",
+ "title": "Plugging Asia's Infrastructure Gap",
+ "images": {
+ "original": {
+ "height": 360,
+ "width": 640,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FJXVoUWIA6Wbi8jjn4tH.Mw--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FtglwebWdGVKfMHMahcsEmA--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F1ca450354eebb33ec870bdf6deb80182"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FUfJQSMWISj1C22kaCNw6RQ--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FJXVoUWIA6Wbi8jjn4tH.Mw--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FtglwebWdGVKfMHMahcsEmA--\u002Fdz02NDA7aD0zNjA7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fvideo\u002Fbloomberg_932\u002F1ca450354eebb33ec870bdf6deb80182",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "video",
+ "link": "\u002Fvideo\u002Fplugging-asias-infrastructure-gap-020804838.html",
+ "id": "6ddeaaf7-8000-3193-9a49-83f83ab3e06e",
+ "publisher": "Bloomberg Video",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 33,
+ "cposy": 33
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fciti-analysts-cuts-apple-eps-forecast--warns-brexit-impact-iphone-sales-135006500.html",
+ "title": "Citi analyst warns Brexit is bad news for Apple iPhone sales",
+ "images": {
+ "original": {
+ "height": 2179,
+ "width": 3499,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F.tHBF.443UYNFKcfxIJvug--\u002Fdz0zNDk5O2g9MjE3OTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002FReuters\u002F2016-06-01T072741Z_468975588_S1BETHIZSFAA_RTRMADP_3_APPLE-BONDS-TAIWAN.JPG"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002Fm6xr69rrZ9l0qWpR.CdiRA--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F.tHBF.443UYNFKcfxIJvug--\u002Fdz0zNDk5O2g9MjE3OTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002FReuters\u002F2016-06-01T072741Z_468975588_S1BETHIZSFAA_RTRMADP_3_APPLE-BONDS-TAIWAN.JPG",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fciti-analysts-cuts-apple-eps-forecast--warns-brexit-impact-iphone-sales-135006500.html",
+ "id": "9a51fc99-15c7-3e55-be47-63f0b7165f58",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 34,
+ "cposy": 34
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Finvestors-focused-election-stocks-remain-check-141338193.html",
+ "title": "Asian shares languish as jittery investors eye 2016 election",
+ "images": {
+ "original": {
+ "height": 2333,
+ "width": 3500,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FOm.A7lk9ZjmkLld6H7uNqA--\u002Fdz0zNTAwO2g9MjMzMzthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002F453d3380df10424992b1d89f8737123a.jpg"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002FsyB36e3buIdiQBziKO6j0w--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FOm.A7lk9ZjmkLld6H7uNqA--\u002Fdz0zNTAwO2g9MjMzMzthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002F453d3380df10424992b1d89f8737123a.jpg",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Finvestors-focused-election-stocks-remain-check-141338193.html",
+ "id": "77d58c37-a4b2-3674-a6ba-2788ff67b11e",
+ "publisher": "Associated Press",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 35,
+ "cposy": 35
+ },
+ "instrument": {
+ "algo": "",
+ "mab": "",
+ "mab_e": "",
+ "mab_a": ""
+ },
+ "is_eligible": true,
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fwhy-clinton-has-stayed-mum-on-corporate-tax-reform-194841794.html",
+ "title": "Why Clinton has stayed mum on corporate tax reform",
+ "images": {
+ "original": {
+ "height": 2191,
+ "width": 3286,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FOjZ62C5TKajIY9gPWOQeBw--\u002Fdz0zMjg2O2g9MjE5MTthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F1e565450-a054-11e6-9ad3-8592f1bd5d61_AP_114927716013.jpg"
+ },
+ "medium": {
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fny\u002Fapi\u002Fres\u002F1.2\u002Fc5jFc.WCAa64JjH_inlwsQ--\u002FYXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FOjZ62C5TKajIY9gPWOQeBw--\u002Fdz0zMjg2O2g9MjE5MTthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F1e565450-a054-11e6-9ad3-8592f1bd5d61_AP_114927716013.jpg",
+ "height": 312,
+ "width": 600
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fwhy-clinton-has-stayed-mum-on-corporate-tax-reform-194841794.html",
+ "id": "e7487dbb-33a7-3432-a636-e800b94f2d2c",
+ "publisher": "Yahoo Finance",
+ "off_network": false
+ }],
+ "more_items": [],
+ "more": 0,
+ "category": "SIDEKICK:TOPSTORIES",
+ "view": "sidekick",
+ "comscore": "pageview_candidate",
+ "components": [{
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "StreamAd",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "StreamAd",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "StreamAd",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "Featured",
+ "bundleName": "tdv2-applet-stream"
+ }]
+ },
+ "ts": 1478058901.711,
+ "cposy": 36
+ }
+ }
+ },
+ "HeightContainerStore": {
+ "_childCompositeReady": {
+ "Col2-4-HeightContainer": true
+ }
+ },
+ "UserStore": {
+ "guid": "",
+ "login": "",
+ "alias": "",
+ "firstName": "",
+ "comscoreC14": -1,
+ "isSignedIn": false,
+ "isRecognized": false,
+ "isLoaded": true
+ },
+ "ProfileStore": {
+ "err": {},
+ "guid": "",
+ "profileUrl": "",
+ "userProfile": {
+ "nickName": "",
+ "imageUrl": ""
+ },
+ "_isLoaded": false
+ },
+ "ComponentConfigStore": {
+ "configs": {
+ "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7-0-CanvassApplet": {
+ "publisher": "news-en-US",
+ "guidelineUrl": "\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Fnews\u002FSLN2292.html",
+ "FIXED_UH_HEIGHT": 130,
+ "ui": {
+ "sortTabs": {
+ "enabled": true,
+ "arrangement": ["popular", "newest", "oldest", "mostdiscussed"],
+ "defaultTab": "popular"
+ },
+ "enableCommentsToggle": true,
+ "expanded": false,
+ "containerExtraClasses": "BdT Bdtc(#222) Bdtw(2px)",
+ "seeMore": {
+ "enable": true,
+ "maxTextLength": 600,
+ "lines": 3,
+ "lineHeight": 20
+ },
+ "disclaimer": {
+ "enable": false
+ },
+ "showContextDisplayText": false
+ },
+ "i13n": {
+ "sec": "cmmts",
+ "itc": "1"
+ },
+ "header": {
+ "imgTitle": "Elections",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F161027\u002Frr-map-news.jpg",
+ "imgStyle": "W(100%)",
+ "imgLink": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Felections",
+ "imgFollowLink": true,
+ "forceLoad": false,
+ "logoImg": "https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F161028\u002F2016-ratings.jpg"
+ },
+ "subHeader": {
+ "title": "CANVASS_SUBHEADER_TITLE",
+ "subHeaderStyle": ""
+ },
+ "footer": {
+ "footerTxt": "CANVASS_FOOTER_TITLE",
+ "footerStyle": "C(#188fff)"
+ },
+ "isSummaryView": false,
+ "enable": true,
+ "enableInitAction": false
+ },
+ "SideTop-2-HeadComponentAttribution": {
+ "attribution": {
+ "defaultLogoDim": "84x84",
+ "enable": false,
+ "enableAuthorSocial": true,
+ "enableNewAttribution": true,
+ "enablePublishTimestamp": false,
+ "enableShareButtons": false,
+ "forceEnableProvider": true,
+ "shareButtons": {
+ "buttons": ["tumblr", "facebook", "twitter", "pinterest", "mail"],
+ "enableCommentsButton": false,
+ "enableLikeButton": false,
+ "enableRoundShareButtons": true,
+ "enableShareMailTo": false,
+ "isTouchDevice": false,
+ "lcpButtons": ["tumblr", "twitter"]
+ },
+ "enableCanvassComments": true
+ },
+ "shareButtons": {
+ "buttons": ["tumblr", "facebook", "twitter", "pinterest", "mail"],
+ "enableMtfModal": false,
+ "enableRoundShareButtons": false,
+ "enableShareMailTo": false,
+ "enableShareModal": false,
+ "lcpButtons": ["tumblr", "twitter"],
+ "isTouchDevice": false,
+ "styles": {
+ "buttonWidth": "",
+ "commentsClasses": "Ta(c) W(40px) H(22px) Mb(20px)",
+ "commentsIconClasses": "",
+ "commentsLabelClasses": "Pos(a)! T(6px) End(2px) D(n)--modalFloatingCloseBtn",
+ "iconRendererClasses": "",
+ "likeClasses": "canvas-modal-like-button W(40px) H(28px) Ta(c) D(ib) lightweight_D(n)",
+ "likeButtonClasses": "O(n)",
+ "likeIconClasses": "",
+ "outerContainerClasses": "",
+ "tooltipClasses": "C(#000) C(#188fff)!:h Lh(1.3em) Fz(12px) Whs(n) Pos(a) Start(36px) W(100%) T(2px)! O(n)! Ta(start) D(n)--modalFloatingCloseBtn"
+ }
+ },
+ "i13n": {
+ "sec": "hl-viewer"
+ }
+ },
+ "Side-0-CanvasShareButtons": {
+ "shareButtons": {
+ "buttons": ["tumblr", "facebook", "twitter", "pinterest", "mail"],
+ "enableMtfModal": true,
+ "enableRoundShareButtons": false,
+ "enableShareMailTo": false,
+ "enableShareModal": false,
+ "lcpButtons": ["tumblr", "twitter"],
+ "isTouchDevice": false,
+ "styles": {
+ "buttonWidth": "",
+ "commentsClasses": "Ta(c) W(40px) H(22px) Mb(20px)",
+ "commentsIconClasses": "",
+ "commentsLabelClasses": "Pos(a)! T(6px) End(2px) D(n)--modalFloatingCloseBtn",
+ "iconRendererClasses": "",
+ "likeClasses": "canvas-modal-like-button W(40px) H(28px) Ta(c) D(ib) lightweight_D(n)",
+ "likeButtonClasses": "O(n)",
+ "likeIconClasses": "",
+ "outerContainerClasses": "",
+ "tooltipClasses": "C(#000) C(#188fff)!:h Lh(1.3em) Fz(12px) Whs(n) Pos(a) Start(36px) W(100%) T(2px)! O(n)! Ta(start) D(n)--modalFloatingCloseBtn"
+ },
+ "enableCanvassComments": true
+ },
+ "i13n": {
+ "sec": "hl-viewer"
+ }
+ },
+ "Col1-0-ContentCanvas": {
+ "ads": {
+ "adchoices_url": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html",
+ "enableGeminiFeedback": false,
+ "enableInterstitialAd": true,
+ "frequency": 0,
+ "interstitialAdInterval": 7,
+ "interstitialAdStart": 2,
+ "inlineSlideshowAdRefresh": ["LREC"],
+ "lightboxAdPositions": ["LREC-2", "LREC2-2"],
+ "limit": 0,
+ "photosetAd": {
+ "enable": false
+ },
+ "sponsored_url": "http:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Findex?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553",
+ "start": 2000
+ },
+ "attribution": {
+ "defaultLogoDim": "84x84",
+ "enable": false,
+ "enableAuthorSocial": true,
+ "enableNewAttribution": true,
+ "enablePublishTimestamp": false,
+ "enableShareButtons": false,
+ "forceEnableProvider": true,
+ "shareButtons": {
+ "buttons": ["tumblr", "facebook", "twitter", "pinterest", "mail"],
+ "enableCommentsButton": false,
+ "enableLikeButton": false,
+ "enableRoundShareButtons": true,
+ "enableShareMailTo": false,
+ "isTouchDevice": false,
+ "lcpButtons": ["tumblr", "twitter"]
+ }
+ },
+ "bodyAdsSlot": {
+ "enabled": false,
+ "position": 3,
+ "pos": "LREC",
+ "style": {
+ "marginTop": "10px",
+ "marginBottom": "10px",
+ "marginLeft": "-10px",
+ "marginRight": "-10px",
+ "textAlign": "center"
+ }
+ },
+ "bodySlot": {
+ "enabled": false,
+ "position": 4
+ },
+ "canvasTag": {
+ "enable": false,
+ "enableCommentsLink": false,
+ "enableBottomBorder": false,
+ "tagFollowLink": false
+ },
+ "doubleIframe": {
+ "host": "https:\u002F\u002Fs.yimg.com",
+ "path": "\u002Fos\u002Fyc\u002Fhtml\u002Fembed-iframe-min.d8c8a26f.html"
+ },
+ "enableCollapsibleBody": true,
+ "enableExpandableComments": true,
+ "enableGraphiq": true,
+ "enableInstagram": true,
+ "enableLeadContent": false,
+ "enableLightboxLooping": true,
+ "enableLiveCoverage": false,
+ "enableMutingBodyVideos": true,
+ "enableReadMore": true,
+ "enableRelatedTags": false,
+ "enableSlideshow": true,
+ "enableTextWrap": false,
+ "enableTitle": false,
+ "enableTouch": false,
+ "enableTumblrActionButtons": false,
+ "enableVerticalSlideshow": false,
+ "enableVideoAutoPlay": true,
+ "enableVideoDocking": true,
+ "enableVideoLazyLoad": false,
+ "enableVideosContinuousPlay": true,
+ "enableVideoOnly": false,
+ "forceVideoAutoplayOff": false,
+ "homepageUrl": "https:\u002F\u002Fwww.yahoo.com",
+ "i13n": {
+ "sec": "hl-viewer"
+ },
+ "imageCharCount": 1000,
+ "imageDimensions": ["800x"],
+ "imageScrollMargin": 0,
+ "includeIBImageInSlideshow": true,
+ "includeBodyImageInSlideshow": true,
+ "inlineSlideshowDimension": ["800x600"],
+ "lazyLoadFirstIframe": false,
+ "leadVideoIframe": {
+ "enabled": false,
+ "params": []
+ },
+ "lightboxImageDimensions": ["1280x960"],
+ "minImageWidthToBeInSlideshow": 200,
+ "minImageHeightToBeInSlideshow": 200,
+ "minImgCountToShowSlideshow": 2,
+ "openLightboxForImages": true,
+ "openNewPageForPreviewReadMore": true,
+ "readMoreCharLimit": 4250,
+ "shareButtons": {
+ "buttons": ["tumblr", "facebook", "twitter", "pinterest", "mail"],
+ "enableMtfModal": false,
+ "enableRoundShareButtons": false,
+ "enableShareMailTo": false,
+ "enableShareModal": false,
+ "lcpButtons": ["tumblr", "twitter"],
+ "isTouchDevice": false,
+ "styles": {
+ "buttonWidth": "",
+ "commentsClasses": "Ta(c) W(40px) H(22px) Mb(20px)",
+ "commentsIconClasses": "",
+ "commentsLabelClasses": "Pos(a)! T(6px) End(2px) D(n)--modalFloatingCloseBtn",
+ "iconRendererClasses": "",
+ "likeClasses": "canvas-modal-like-button W(40px) H(28px) Ta(c) D(ib) lightweight_D(n)",
+ "likeButtonClasses": "O(n)",
+ "likeIconClasses": "",
+ "outerContainerClasses": "",
+ "tooltipClasses": "C(#000) C(#188fff)!:h Lh(1.3em) Fz(12px) Whs(n) Pos(a) Start(36px) W(100%) T(2px)! O(n)! Ta(start) D(n)--modalFloatingCloseBtn"
+ }
+ },
+ "shortBodyLimit": 1000,
+ "showCoverItem": true,
+ "showLeadVideo": true,
+ "showSynthesizedSlideshow": false,
+ "videoExpName": "y20",
+ "yahooVideoIframe": {
+ "enabled": false
+ },
+ "enableCanvassComments": true
+ },
+ "Col1-2-CanvasShareButtons": {
+ "shareButtons": {
+ "buttons": ["tumblr", "facebook", "twitter", "pinterest", "mail"],
+ "enableMtfModal": true,
+ "enableRoundShareButtons": false,
+ "enableShareMailTo": false,
+ "enableShareModal": false,
+ "lcpButtons": ["tumblr", "twitter"],
+ "isTouchDevice": false,
+ "styles": {
+ "buttonWidth": "",
+ "commentsClasses": "Ta(c) W(40px) H(22px) Mb(20px)",
+ "commentsIconClasses": "",
+ "commentsLabelClasses": "Pos(a)! T(6px) End(2px) D(n)--modalFloatingCloseBtn",
+ "iconRendererClasses": "",
+ "likeClasses": "canvas-modal-like-button W(40px) H(28px) Ta(c) D(ib) lightweight_D(n)",
+ "likeButtonClasses": "O(n)",
+ "likeIconClasses": "",
+ "outerContainerClasses": "",
+ "tooltipClasses": "C(#000) C(#188fff)!:h Lh(1.3em) Fz(12px) Whs(n) Pos(a) Start(36px) W(100%) T(2px)! O(n)! Ta(start) D(n)--modalFloatingCloseBtn"
+ },
+ "enableCanvassComments": true
+ },
+ "i13n": {
+ "sec": "hl-viewer"
+ }
+ },
+ "Col2Ext-0-Stream": {
+ "ads": {
+ "ad_polices": true,
+ "adchoices_url": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html",
+ "contentType": "",
+ "count": 25,
+ "enableGeminiAdFeedback": true,
+ "fallback": false,
+ "force_thumbnail_size": false,
+ "frequency": 3,
+ "inline_video": false,
+ "letterbox_thumb": true,
+ "pu": "www.yahoo.com",
+ "related_ct_se": "5454650",
+ "related_start_index": 3,
+ "se": 4250754,
+ "spaceid": 2023538075,
+ "sponsored_url": "http:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Findex?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553",
+ "start_index": 2,
+ "timeout": 0,
+ "type": "STRM,STRM_CONTENT",
+ "useHqImg": true,
+ "useResizedImages": true
+ },
+ "batches": {
+ "pagination": false,
+ "size": 32,
+ "timeout": 500,
+ "total": 170,
+ "start_index": 16,
+ "end_index": 18
+ },
+ "cache_ads": false,
+ "cache_ttl": 0,
+ "category": "SIDEKICK:TOPSTORIES",
+ "clear_on_navigate": false,
+ "embedComponents": [],
+ "flyout_enabled": false,
+ "forceJpg": true,
+ "headline_test_enabled": false,
+ "i13n": {
+ "sec": "sdkick"
+ },
+ "login": {
+ "src": "fpctx"
+ },
+ "max_dedupe_ADID_size": 50,
+ "max_dedupe_UUID_size": 250,
+ "max_exclude": 10,
+ "min_count": 3,
+ "min_count_error": false,
+ "pageload_image_count": 3,
+ "pageload_item_count": -1,
+ "perf_beacon": false,
+ "perf_label": "",
+ "offnet": {
+ "include_lcp": true,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "twitter"]
+ },
+ "use_preview": true
+ },
+ "redisCompress": false,
+ "sentiment_comments_enabled": false,
+ "service": {
+ "specRetry": {
+ "enabled": false
+ }
+ },
+ "sidekick_sectionid_enabled": false,
+ "store": {
+ "ls_delay": 1000,
+ "ls_ttl": 86400
+ },
+ "ui": {
+ "applet_layout": {
+ "actionFontSize": "Fz(12px)",
+ "actionColor": "#c8c8cc",
+ "actionIconSize": 15,
+ "actionWrapper": "D(ib) W(50%) Ta(end)",
+ "categoryClass": "Fz(14px) Fw(b) Tt(c) Ell Mb(5px)",
+ "headerLink": "Td(n) Fz(18px) Fw(b) LineClamp(4,91px)",
+ "linkColor": "C(#3c3c5b)",
+ "wrapper": "P(20px)"
+ },
+ "attribution_filter": false,
+ "attribution_pos": "bottom",
+ "breaking_news": true,
+ "breaking_news_closable": false,
+ "comments": false,
+ "comments_count": 2,
+ "comments_offnet": false,
+ "container_classnames": "",
+ "dispatch_content_store": true,
+ "editorial_content_count": 0,
+ "editorial_featured_count": 1,
+ "enable_canvass_comments": false,
+ "exclude_types": "",
+ "follow_cluster": false,
+ "follow_content": false,
+ "ad_image_fit": false,
+ "image_quality_override": false,
+ "inline_filters_article_min": 10,
+ "inline_filters_max": 0,
+ "inline_video": false,
+ "item_classnames": "",
+ "link_params": false,
+ "link_out_allowed": true,
+ "magazine_featured": true,
+ "magazine_icon": false,
+ "max_width": 900,
+ "mega_image_height": "",
+ "needtoknow_card": false,
+ "needtoknow_roundup_only": false,
+ "needtoknow_template": "",
+ "ntk_bypassA3c": true,
+ "property_colors": true,
+ "pubtime_maxage": -1,
+ "related_count": 4,
+ "related_enabled": false,
+ "require_resized_image": false,
+ "related_item_width": "",
+ "related_min": 3,
+ "relative_links": true,
+ "render_video_featured": false,
+ "roundup": false,
+ "scrollbuffer": 900,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "facebook", "twitter", "mail"],
+ "enable": false,
+ "mail_host": "www.yahoo.com"
+ },
+ "show_comment_count": false,
+ "show_error": true,
+ "show_follow_treatment": false,
+ "show_publisher_color": true,
+ "show_read": true,
+ "show_summary": true,
+ "smart_crop": true,
+ "sponsored_label": false,
+ "sponsored_label_pos": "bottom",
+ "storyline_count": 2,
+ "storyline_enabled": false,
+ "storyline_min": 2,
+ "summary": false,
+ "tiles": {
+ "allowPartialRows": true,
+ "doubleTallStart": 0,
+ "featured_label": false,
+ "gradient": false,
+ "height": 175,
+ "resizeImages": false,
+ "textOnly": [{
+ "backgroundColor": "#fff",
+ "foregroundColor": "#000"
+ }],
+ "width_max": 300,
+ "width_min": 200
+ },
+ "thumbnail": true,
+ "thumbnail_align": "right",
+ "thumbnail_size": 100,
+ "title_pos": "bottom",
+ "touch_device": false,
+ "tumblr_reblog": false,
+ "view": "sidekick",
+ "follow_cluster_hover_color": true,
+ "follow_content_hover_color": true,
+ "follow_content_tooltip": true,
+ "hover_on_image": true,
+ "tumblr_reblog_hover_color": true,
+ "tumblr_reblog_tooltip": true,
+ "featured_summary": false,
+ "title": "disabled"
+ },
+ "use_article_category": false,
+ "use_content_id": false,
+ "use_content_site": false,
+ "use_page_category": false,
+ "use_prefetch": true,
+ "use_yct_wikiids": true,
+ "video": {
+ "disable_buffer_on_pause": true,
+ "disable_title_on_hover": true,
+ "enable_ads": false,
+ "energy_saver_mode": false,
+ "enable_custom_controls": false,
+ "enable_detached_video": false,
+ "enable_docking": false,
+ "enable_expand_on_unmute": false,
+ "enable_video_enrichment": false,
+ "use_inline_video": false
+ },
+ "blending_enabled": true,
+ "extended_sidekick": true
+ },
+ "Col2Ext-2-Stream": {
+ "ads": {
+ "ad_polices": true,
+ "adchoices_url": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html",
+ "contentType": "",
+ "count": 25,
+ "enableGeminiAdFeedback": true,
+ "fallback": false,
+ "force_thumbnail_size": false,
+ "frequency": 3,
+ "inline_video": false,
+ "letterbox_thumb": true,
+ "pu": "www.yahoo.com",
+ "related_ct_se": "5454650",
+ "related_start_index": 3,
+ "se": 4250754,
+ "spaceid": 2023538075,
+ "sponsored_url": "http:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Findex?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553",
+ "start_index": 2,
+ "timeout": 0,
+ "type": "STRM,STRM_CONTENT",
+ "useHqImg": true,
+ "useResizedImages": true
+ },
+ "batches": {
+ "pagination": false,
+ "size": 32,
+ "timeout": 500,
+ "total": 170,
+ "start_index": 19,
+ "end_index": 31
+ },
+ "cache_ads": false,
+ "cache_ttl": 0,
+ "category": "SIDEKICK:TOPSTORIES",
+ "clear_on_navigate": false,
+ "embedComponents": [],
+ "flyout_enabled": false,
+ "forceJpg": true,
+ "headline_test_enabled": false,
+ "i13n": {
+ "sec": "sdkick"
+ },
+ "login": {
+ "src": "fpctx"
+ },
+ "max_dedupe_ADID_size": 50,
+ "max_dedupe_UUID_size": 250,
+ "max_exclude": 10,
+ "min_count": 3,
+ "min_count_error": false,
+ "pageload_image_count": 3,
+ "pageload_item_count": -1,
+ "perf_beacon": false,
+ "perf_label": "",
+ "offnet": {
+ "include_lcp": true,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "twitter"]
+ },
+ "use_preview": true
+ },
+ "redisCompress": false,
+ "sentiment_comments_enabled": false,
+ "service": {
+ "specRetry": {
+ "enabled": false
+ }
+ },
+ "sidekick_sectionid_enabled": false,
+ "store": {
+ "ls_delay": 1000,
+ "ls_ttl": 86400
+ },
+ "ui": {
+ "applet_layout": {
+ "actionFontSize": "Fz(12px)",
+ "actionColor": "#c8c8cc",
+ "actionIconSize": 15,
+ "actionWrapper": "D(ib) W(50%) Ta(end)",
+ "categoryClass": "Fz(14px) Fw(b) Tt(c) Ell Mb(5px)",
+ "headerLink": "Td(n) Fz(18px) Fw(b) LineClamp(4,91px)",
+ "linkColor": "C(#3c3c5b)",
+ "wrapper": "P(20px)"
+ },
+ "attribution_filter": false,
+ "attribution_pos": "bottom",
+ "breaking_news": true,
+ "breaking_news_closable": false,
+ "comments": false,
+ "comments_count": 2,
+ "comments_offnet": false,
+ "container_classnames": "",
+ "dispatch_content_store": true,
+ "editorial_content_count": 0,
+ "editorial_featured_count": 1,
+ "enable_canvass_comments": false,
+ "exclude_types": "",
+ "follow_cluster": false,
+ "follow_content": false,
+ "ad_image_fit": false,
+ "image_quality_override": false,
+ "inline_filters_article_min": 10,
+ "inline_filters_max": 0,
+ "inline_video": false,
+ "item_classnames": "",
+ "link_params": false,
+ "link_out_allowed": true,
+ "magazine_featured": true,
+ "magazine_icon": false,
+ "max_width": 900,
+ "mega_image_height": "",
+ "needtoknow_card": false,
+ "needtoknow_roundup_only": false,
+ "needtoknow_template": "",
+ "ntk_bypassA3c": true,
+ "property_colors": true,
+ "pubtime_maxage": -1,
+ "related_count": 4,
+ "related_enabled": false,
+ "require_resized_image": false,
+ "related_item_width": "",
+ "related_min": 3,
+ "relative_links": true,
+ "render_video_featured": false,
+ "roundup": false,
+ "scrollbuffer": 900,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "facebook", "twitter", "mail"],
+ "enable": false,
+ "mail_host": "www.yahoo.com"
+ },
+ "show_comment_count": false,
+ "show_error": true,
+ "show_follow_treatment": false,
+ "show_publisher_color": true,
+ "show_read": true,
+ "show_summary": true,
+ "smart_crop": true,
+ "sponsored_label": false,
+ "sponsored_label_pos": "bottom",
+ "storyline_count": 2,
+ "storyline_enabled": false,
+ "storyline_min": 2,
+ "summary": false,
+ "tiles": {
+ "allowPartialRows": true,
+ "doubleTallStart": 0,
+ "featured_label": false,
+ "gradient": false,
+ "height": 175,
+ "resizeImages": false,
+ "textOnly": [{
+ "backgroundColor": "#fff",
+ "foregroundColor": "#000"
+ }],
+ "width_max": 300,
+ "width_min": 200
+ },
+ "thumbnail": true,
+ "thumbnail_align": "right",
+ "thumbnail_size": 100,
+ "title_pos": "bottom",
+ "touch_device": false,
+ "tumblr_reblog": false,
+ "view": "sidekick",
+ "follow_cluster_hover_color": true,
+ "follow_content_hover_color": true,
+ "follow_content_tooltip": true,
+ "hover_on_image": true,
+ "tumblr_reblog_hover_color": true,
+ "tumblr_reblog_tooltip": true,
+ "featured_summary": false,
+ "title": "disabled"
+ },
+ "use_article_category": false,
+ "use_content_id": false,
+ "use_content_site": false,
+ "use_page_category": false,
+ "use_prefetch": true,
+ "use_yct_wikiids": true,
+ "video": {
+ "disable_buffer_on_pause": true,
+ "disable_title_on_hover": true,
+ "enable_ads": false,
+ "energy_saver_mode": false,
+ "enable_custom_controls": false,
+ "enable_detached_video": false,
+ "enable_docking": false,
+ "enable_expand_on_unmute": false,
+ "enable_video_enrichment": false,
+ "use_inline_video": false
+ },
+ "blending_enabled": true,
+ "extended_sidekick": true
+ },
+ "UH-1-TopNav": {
+ "navs": [{
+ "id": "FINANCE_HOME_TITLE",
+ "uri": "\u002F"
+ }, {
+ "id": "ORIGINALS_TITLE",
+ "entries": [{
+ "id": "MARKET_MOVERS_TITLE",
+ "uri": "\u002Ftopic\u002Fmarketmovers"
+ }, {
+ "id": "MIDDAY_MOVERS_TITLE",
+ "uri": "\u002Ftopic\u002Fmiddaymovers"
+ }, {
+ "id": "FINAL_ROUND_TITLE",
+ "uri": "\u002Ftopic\u002Ffinalround"
+ }, {
+ "id": "SPORTSBOOK_TITLE",
+ "uri": "\u002Ftopic\u002Fsportsbook"
+ }, {
+ "id": "TRENDING_TICKERS_TITLE",
+ "uri": "\u002Ftopic\u002Ftrendingtickers"
+ }, {
+ "text": "Andy Serwer",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Fandy-serwer\u002F"
+ }, {
+ "text": "Brittany Jones-Cooper",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Fbrittany-jones-cooper\u002F"
+ }, {
+ "text": "Daniel Howley",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Fdaniel-howley-20160419\u002F"
+ }, {
+ "text": "Daniel Roberts",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Fdaniel-roberts\u002F"
+ }, {
+ "text": "David Pogue",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fdavid-pogue\u002F"
+ }, {
+ "text": "Ethan Wolff-Mann",
+ "uri": "http:\u002F\u002Fewolffmannyf.tumblr.com\u002F"
+ }, {
+ "text": "JP Mangalindan",
+ "uri": "http:\u002F\u002Fjpmangalindan-yahoofinance.tumblr.com\u002F"
+ }, {
+ "text": "Julia La Roche",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Fjulia-la-roche\u002F"
+ }, {
+ "text": "Melody Hahm",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Fmelody-hahm-20151026\u002F"
+ }, {
+ "text": "Nicole Sinclair",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Fnicole-sinclair\u002F"
+ }, {
+ "text": "Rick Newman",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Frick-newman\u002F"
+ }, {
+ "text": "Sam Ro",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fblogs\u002Fauthor\u002Fsam-ro\u002F"
+ }, {
+ "id": "CONTRIBUTORS_TITLE",
+ "uri": "http:\u002F\u002Ffinancecontributors.tumblr.com\u002F",
+ "target": "_blank"
+ }]
+ }, {
+ "id": "PERSONAL_FINANCE_NAV_TITLE",
+ "uri": "\u002Fpersonal-finance",
+ "entries": [{
+ "id": "RETIREMENT_TITLE",
+ "uri": "\u002Ftopic\u002Fretirement"
+ }, {
+ "id": "LIFESTYLE_TITLE",
+ "uri": "\u002Ftopic\u002Flifestyle"
+ }, {
+ "id": "VIDEO_TITLE",
+ "uri": "\u002Ftopic\u002Fvideos"
+ }, {
+ "id": "CURRENCY_CONVERTER_TITLE",
+ "uri": "http:\u002F\u002Ffinance.yahoo.com\u002Fcurrency-converter"
+ }]
+ }, {
+ "id": "TECH_NAV_TITLE",
+ "uri": "http:\u002F\u002Fwww.yahoo.com\u002Ftech",
+ "target": "_blank"
+ }, {
+ "id": "MARKET_DATA_TITLE",
+ "entries": [{
+ "id": "TRENDING_TICKERS_TITLE",
+ "uri": "\u002Ftrending-tickers"
+ }, {
+ "id": "MOST_ACTIVE_TITLE",
+ "uri": "\u002Fmost-active"
+ }, {
+ "id": "GAINERS_TITLE",
+ "uri": "\u002Fgainers"
+ }, {
+ "id": "LOSERS_TITLE",
+ "uri": "\u002Flosers"
+ }, {
+ "id": "ETFS_TITLE",
+ "uri": "\u002Fetfs"
+ }, {
+ "id": "COMMODITIES",
+ "uri": "\u002Fcommodities"
+ }, {
+ "id": "WORLD_INDICES",
+ "uri": "\u002Fworld-indices"
+ }, {
+ "id": "CURRENCIES_TITLE",
+ "uri": "\u002Fcurrencies"
+ }, {
+ "id": "MUTUALFUNDS_TITLE",
+ "uri": "\u002Fmutualfunds"
+ }, {
+ "id": "OPTIONS_TITLE",
+ "uri": "\u002Foptions"
+ }, {
+ "id": "BONDS_TITLE",
+ "uri": "\u002Fbonds"
+ }, {
+ "id": "CALENDARS_TITLE",
+ "uri": "https:\u002F\u002Fbiz.yahoo.com\u002Fresearch\u002Fearncal\u002Ftoday.html"
+ }]
+ }, {
+ "id": "INDUSTRY_NAV_TITLE",
+ "entries": [{
+ "id": "ENERGY_TITLE",
+ "uri": "\u002Findustries\u002Fenergy"
+ }, {
+ "id": "FINANCIAL_TITLE",
+ "uri": "\u002Findustries\u002Ffinancial"
+ }, {
+ "id": "HEALTHCARE_TITLE",
+ "uri": "\u002Findustries\u002Fhealthcare"
+ }, {
+ "id": "BUSINESS_SERVICES_TITLE",
+ "uri": "\u002Findustries\u002Fbusiness_services"
+ }, {
+ "id": "TELECOM_UTILITIES_TITLE",
+ "uri": "\u002Findustries\u002Ftelecom_utilities"
+ }, {
+ "id": "HARDWARE_ELECTRONICS_TITLE",
+ "uri": "\u002Findustries\u002Fhardware_electronics"
+ }, {
+ "id": "SOFTWARE_SERVICES_TITLE",
+ "uri": "\u002Findustries\u002Fsoftware_services"
+ }, {
+ "id": "INDUSTRIALS_TITLE",
+ "uri": "\u002Findustries\u002Findustrials"
+ }, {
+ "id": "MANUFACTURING_MATERIALS_TITLE",
+ "uri": "\u002Findustries\u002Fmanufacturing_materials"
+ }, {
+ "id": "CONSUMER_PRODUCTS_MEDIA_TITLE",
+ "uri": "\u002Findustries\u002Fconsumer_products_media"
+ }, {
+ "id": "DIVERSIFIED_BUSINESS_TITLE",
+ "uri": "\u002Findustries\u002Fdiversified_business"
+ }, {
+ "id": "RETAILING_HOSPITALITY_TITLE",
+ "uri": "\u002Findustries\u002Fretailing_hospitality"
+ }]
+ }, {
+ "id": "SCREENER_TITLE",
+ "uri": "\u002Fscreener",
+ "showNew": true
+ }],
+ "watchlistNav": {
+ "title": "MY_PORTFOLIO_NAV_TITLE",
+ "uri": "https:\u002F\u002Ffinance.yahoo.com\u002Fportfolios?bypass=true",
+ "urlPrefix": "https:\u002F\u002Ffinance.yahoo.com",
+ "urlType": "portfolio"
+ },
+ "enableMarketTime": true
+ },
+ "Hero-1-TDV2BreakingNews": {
+ "enable": true,
+ "cacheTTL": 300,
+ "category": "LISTID:58dada6c-c801-483e-95af-f964921334ce",
+ "className": "",
+ "backgroundColor": null,
+ "linkColor": null,
+ "buttonColor": "#fff",
+ "showClose": false,
+ "showPrefix": true,
+ "i13n": {
+ "sec": "breakingnews"
+ },
+ "use_mags_nydc": true
+ },
+ "Hero-2-HeroSlideshow": {
+ "imageDimensions": ["1280x960"],
+ "nativeAdDimension": ["1280x960"],
+ "buffer": 2,
+ "enableInterstitialAd": true,
+ "useFixedHeight": false,
+ "isSmartphone": false,
+ "loadMoreBuffer": 6,
+ "loadMoreCount": 25,
+ "interstitialAdStart": 3,
+ "interstitialAdInterval": 7,
+ "followLinkOnNav": false,
+ "enableTouch": false,
+ "looping": true
+ },
+ "Hero-3-HeadComponentVideo": {
+ "enableVideoDocking": true,
+ "enableVideoOnly": false,
+ "enableVideosContinuousPlay": true,
+ "forceVideoAutoplayOff": false,
+ "leadVideoIframe": {
+ "enabled": false,
+ "params": []
+ },
+ "videoExpName": "y20",
+ "i13n": {
+ "sec": "hl-viewer"
+ },
+ "videoFallbackChannel": "finance-videotron"
+ },
+ "SideTop-1-OneIdButtons": {
+ "enable": false
+ },
+ "YDC-Stream": {
+ "ads": {
+ "ad_polices": true,
+ "adchoices_url": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html",
+ "contentType": "video\u002Fmp4,application\u002Fx-shockwave-flash",
+ "count": 25,
+ "enableGeminiAdFeedback": true,
+ "fallback": false,
+ "force_thumbnail_size": false,
+ "frequency": 3,
+ "inline_video": true,
+ "letterbox_thumb": true,
+ "pu": "www.yahoo.com",
+ "related_ct_se": "5454650",
+ "related_start_index": 3,
+ "se": 5417818,
+ "spaceid": 2023538075,
+ "sponsored_url": "http:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Findex?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553",
+ "start_index": 2,
+ "timeout": 0,
+ "type": "STRM,STRM_CONTENT,STRM_VIDEO",
+ "useHqImg": true,
+ "useResizedImages": true,
+ "videoBeaconDisabled": true,
+ "enableEndCard": true
+ },
+ "batches": {
+ "pagination": true,
+ "size": 20,
+ "timeout": 500,
+ "total": 170
+ },
+ "cache_ads": false,
+ "cache_ttl": 300,
+ "category": "YPROP:FINANCE",
+ "clear_on_navigate": false,
+ "embedComponents": [],
+ "flyout_enabled": false,
+ "forceJpg": true,
+ "headline_test_enabled": false,
+ "i13n": {
+ "sec": "strm"
+ },
+ "login": {
+ "src": "fpctx"
+ },
+ "max_dedupe_ADID_size": 50,
+ "max_dedupe_UUID_size": 250,
+ "max_exclude": 0,
+ "min_count": 3,
+ "min_count_error": false,
+ "pageload_image_count": 200,
+ "pageload_item_count": -1,
+ "perf_beacon": false,
+ "perf_label": "",
+ "offnet": {
+ "include_lcp": true,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "twitter"]
+ },
+ "use_preview": true
+ },
+ "redisCompress": false,
+ "sentiment_comments_enabled": false,
+ "service": {
+ "specRetry": {
+ "enabled": false
+ }
+ },
+ "sidekick_sectionid_enabled": false,
+ "store": {
+ "ls_delay": 1000,
+ "ls_ttl": 86400
+ },
+ "ui": {
+ "applet_layout": {
+ "actionFontSize": "Fz(12px)",
+ "actionColor": "#c8c8cc",
+ "actionIconSize": 15,
+ "actionWrapper": "D(ib) W(50%) Ta(end)",
+ "categoryClass": "Fz(14px) Fw(b) Tt(c) Ell Mb(5px)",
+ "headerLink": "Td(n) Fz(18px) Fw(b) LineClamp(4,91px)",
+ "linkColor": "C(#3c3c5b)",
+ "wrapper": "P(20px)"
+ },
+ "attribution_filter": false,
+ "attribution_pos": "inline-bottom",
+ "breaking_news": false,
+ "breaking_news_closable": false,
+ "comments": false,
+ "comments_count": 2,
+ "comments_offnet": false,
+ "container_classnames": "",
+ "dispatch_content_store": true,
+ "editorial_content_count": 0,
+ "editorial_featured_count": 1,
+ "enable_canvass_comments": true,
+ "exclude_types": "",
+ "follow_cluster": false,
+ "follow_content": true,
+ "ad_image_fit": false,
+ "image_quality_override": false,
+ "inline_filters_article_min": 10,
+ "inline_filters_max": 0,
+ "inline_video": false,
+ "item_classnames": "",
+ "link_params": false,
+ "link_out_allowed": true,
+ "magazine_featured": true,
+ "magazine_icon": false,
+ "max_width": 900,
+ "mega_image_height": "",
+ "needtoknow_card": false,
+ "needtoknow_roundup_only": false,
+ "needtoknow_template": "",
+ "ntk_bypassA3c": true,
+ "property_colors": true,
+ "pubtime_maxage": -1,
+ "related_count": 4,
+ "related_enabled": true,
+ "require_resized_image": false,
+ "related_item_width": "",
+ "related_min": 3,
+ "relative_links": true,
+ "render_video_featured": false,
+ "roundup": false,
+ "scrollbuffer": 900,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "facebook", "twitter", "mail"],
+ "enable": true,
+ "mail_host": "www.yahoo.com"
+ },
+ "show_comment_count": false,
+ "show_error": true,
+ "show_follow_treatment": false,
+ "show_publisher_color": true,
+ "show_read": true,
+ "show_summary": true,
+ "smart_crop": true,
+ "sponsored_label": false,
+ "sponsored_label_pos": "bottom",
+ "storyline_count": 2,
+ "storyline_enabled": false,
+ "storyline_min": 2,
+ "summary": true,
+ "tiles": {
+ "allowPartialRows": true,
+ "doubleTallStart": 0,
+ "featured_label": false,
+ "gradient": false,
+ "height": 175,
+ "resizeImages": true,
+ "textOnly": [{
+ "backgroundColor": "#fff",
+ "foregroundColor": "#000"
+ }],
+ "width_max": 300,
+ "width_min": 200
+ },
+ "thumbnail": true,
+ "thumbnail_align": "right",
+ "thumbnail_size": 100,
+ "title_pos": "bottom",
+ "touch_device": false,
+ "tumblr_reblog": false,
+ "view": "mega",
+ "follow_cluster_hover_color": true,
+ "follow_content_hover_color": true,
+ "follow_content_tooltip": true,
+ "hover_on_image": true,
+ "tumblr_reblog_hover_color": true,
+ "tumblr_reblog_tooltip": true,
+ "show_comments_drawer": false,
+ "show_label": true,
+ "featured_count": 1,
+ "button_pos": "right"
+ },
+ "use_article_category": false,
+ "use_content_id": true,
+ "use_content_site": true,
+ "use_page_category": true,
+ "use_prefetch": true,
+ "use_yct_wikiids": true,
+ "video": {
+ "disable_buffer_on_pause": true,
+ "disable_title_on_hover": true,
+ "enable_ads": false,
+ "energy_saver_mode": false,
+ "enable_custom_controls": false,
+ "enable_detached_video": false,
+ "enable_docking": false,
+ "enable_expand_on_unmute": false,
+ "enable_video_enrichment": false,
+ "use_inline_video": true
+ },
+ "persist_category": true,
+ "use_mags_nydc": true,
+ "components": {
+ "StreamHeroCarousel": {
+ "ui": {
+ "enable_canvass_comments": true,
+ "show_comments_drawer": false
+ }
+ }
+ }
+ },
+ "Col2Ext-4-Footer": {
+ "copyright": {},
+ "legalAttribution": "ATTRIBUTION_YAHOO",
+ "enableLegalAttribution": true,
+ "links": ["disclaimer", "help", "suggestions"],
+ "linkMeta": {
+ "about_our_ads": {
+ "title": "ABOUT_OUR_ADS",
+ "href": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html"
+ },
+ "advertise": {
+ "title": "ADVERTISE",
+ "href": "https:\u002F\u002Fadvertising.yahoo.com"
+ },
+ "careers": {
+ "title": "CAREERS",
+ "href": "https:\u002F\u002Fcareers.yahoo.com\u002Fus"
+ },
+ "feedback": {
+ "title": "FEEDBACK",
+ "href": "https:\u002F\u002Ffeedback.yahoo.com\u002Fforums\u002F206380-us-homepage"
+ },
+ "help": {
+ "title": "HELP",
+ "href": "http:\u002F\u002Fhelp.yahoo.com\u002Fl\u002Fus\u002Fyahoo\u002Ffinance\u002F"
+ },
+ "privacy": {
+ "title": "PRIVACY",
+ "href": "https:\u002F\u002Fpolicies.yahoo.com\u002Fus\u002Fen\u002Fyahoo\u002Fprivacy\u002Findex.htm"
+ },
+ "suggestions": {
+ "title": "SUGGESTIONS",
+ "href": "http:\u002F\u002Fyahoo.uservoice.com\u002Fforums\u002F207809"
+ },
+ "terms": {
+ "title": "TERMS",
+ "href": "https:\u002F\u002Fpolicies.yahoo.com\u002Fus\u002Fen\u002Fyahoo\u002Fterms\u002Futos\u002Findex.htm"
+ },
+ "disclaimer": {
+ "title": "DISCLAIMER",
+ "href": "https:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Ffinance\u002FSLN2310.html?impressions=true"
+ }
+ },
+ "wrapperClassName": "yvpDocked_Mt(260px)"
+ },
+ "preLoadUH-0-Header": {
+ "uh": {
+ "featureSwitches": {
+ "navrailCollapse": true
+ },
+ "style": {
+ "container": {}
+ },
+ "backgroundColor": "Bgc(#f9f9f9)",
+ "theme": {
+ "topbarBackground": "Bgc(#2d1152)",
+ "topbarIcon": "#1d1da3",
+ "profileBackground": "Bgc(uhPurple):h C(uhPurple) Bdc(uhPurple)",
+ "profileIcon": "#400090",
+ "mailBackground": "Bgc(uhPurple)",
+ "mailNotificationBackground": "Bgc(#f0162f)",
+ "mailNotificationBorderColor": "Bdc(#fff)",
+ "followNotificationBorderColor": "Bdc(#fff)"
+ },
+ "help": {
+ "style": {
+ "container": {
+ "wrapper": "D(ib) Mstart(16px) Va(t) Mt(3px)"
+ },
+ "separator": {
+ "content": "Bgc(#e2e2e6) H(1px)"
+ },
+ "icon": {
+ "settings": {
+ "content": "D(n) Lh(2.6) Mstart(4px)",
+ "asset": {
+ "name": "CoreSettings",
+ "height": 32,
+ "width": 32,
+ "path": "M12.57 3.98c-.08.022-.16.05-.238.075-.022.004-.044.01-.07.014l-.006.008c-.907.288-1.785.685-2.62 1.188h-.004c-.698.322-1.288-.052-1.44-.164l-.515-.396c-.42-.414-1.094-.408-1.51.012L4.61 6.302c-.414.42-.41 1.096.012 1.51l.57.928c.09.22.205.652.007 1.114-.06.104-.12.207-.176.314-.036.062-.07.126-.1.19-.054.105-.106.212-.158.317-.036.078-.076.155-.11.232-.044.093-.083.188-.12.283-.044.092-.084.188-.122.283l-.09.24c-.042.112-.082.224-.123.338-.018.067-.04.132-.06.198-.04.127-.083.255-.12.387-.016.052-.026.105-.04.16-.032.122-.066.246-.094.37-.222.466-.628.657-.89.734l-.768.1c-.592.005-1.065.488-1.06 1.076l.018 2.223c.004.57.46 1.027 1.02 1.05l-.005.005s1.47.216 1.83 1c.024.087.048.176.075.264l.034.102c.046.145.094.29.145.434l.05.13c.05.133.102.265.155.396l.06.152c.055.123.11.243.168.364.026.055.053.112.076.167.06.12.122.237.185.352.062.124.13.244.2.365.048.085.096.17.147.255l.08.13c.192.486.06.907-.078 1.167l-.653.85c-.412.42-.408 1.094.01 1.507l1.584 1.56c.42.414 1.095.41 1.51-.01l1.18-.724c.267-.114.647-.19 1.073-.016.123.064.242.124.364.184v.01c.062.03.124.058.188.087.192.094.385.183.583.263.008.004.014.008.022.01.148.06.3.118.452.174.02.006.038.014.06.02.14.05.28.098.425.143.03.01.06.02.093.028.132.042.265.08.398.115.303.173.49.426.576.58l.34 1.462c-.007.59.463 1.075 1.05 1.084l.253.003c.08.02.167.032.256.03l.86-.013.852.015c.09.002.172-.012.253-.03l.257-.004c.586-.01 1.057-.494 1.05-1.083l.337-1.46c.087-.157.274-.41.576-.582.135-.034.267-.073.4-.115.032-.01.06-.02.09-.028.143-.045.285-.092.43-.144.017-.005.036-.013.056-.02.15-.055.3-.113.45-.173.007-.002.016-.006.02-.01.198-.08.39-.168.585-.262.063-.028.126-.056.187-.088v-.01c.12-.06.242-.12.363-.183.427-.174.808-.098 1.074.016l1.18.724c.414.42 1.09.424 1.51.01l1.58-1.56c.42-.412.427-1.09.013-1.507l-.65-.85c-.14-.26-.27-.68-.082-1.167.027-.042.056-.085.083-.13.05-.083.097-.17.148-.254.067-.122.135-.242.2-.365.063-.117.124-.235.182-.353.027-.055.052-.11.077-.167.057-.122.113-.242.165-.364.02-.052.042-.1.064-.152.053-.132.105-.263.156-.396.016-.044.03-.087.047-.13.05-.144.1-.29.148-.434.008-.035.02-.07.03-.103.026-.088.052-.176.076-.265.363-.784 1.83-1 1.83-1l-.005-.004c.564-.023 1.013-.482 1.017-1.05l.02-2.224c.004-.588-.468-1.07-1.06-1.076l-.77-.1c-.258-.078-.663-.27-.888-.734-.03-.125-.06-.25-.092-.372-.02-.054-.028-.107-.045-.16-.035-.13-.076-.26-.116-.386l-.06-.197c-.04-.113-.083-.225-.125-.338-.028-.078-.055-.16-.09-.24-.038-.094-.076-.19-.12-.282-.037-.094-.078-.19-.12-.283-.035-.077-.075-.154-.11-.232-.053-.106-.103-.212-.155-.317l-.104-.19c-.055-.106-.114-.21-.173-.314-.2-.46-.084-.892.005-1.114l.572-.93c.42-.412.426-1.088.013-1.508l-1.56-1.584c-.413-.42-1.09-.426-1.508-.012L23.7 5.1c-.15.112-.744.486-1.442.165h-.005c-.832-.503-1.71-.9-2.616-1.188l-.007-.01c-.026-.003-.228-.065-.31-.088l-.18-.09c-.355-.216-.53-.55-.6-.713l-.33-1.332c0-.588-.475-1.067-1.065-1.067H14.75c-.59 0-1.072.48-1.072 1.068l-.327 1.332s-.21.724-.78.802zm3.377 18.717c-3.763 0-6.81-3.05-6.81-6.808s3.046-6.81 6.81-6.81c3.76 0 6.805 3.05 6.805 6.81s-3.046 6.807-6.805 6.807z"
+ },
+ "name": "CoreSettings",
+ "size": 28,
+ "wrapper": "D(ib)"
+ }
+ },
+ "link": {
+ "content": "Td(n) Td(u):h D(b) C(#000)",
+ "wrapper": "Py(8px) Px(10px)"
+ },
+ "panel": {
+ "content": "Mx(-10px) Pos(r) My(0) P(0) C(#000)!",
+ "wrapper": "Bdrs(4px) Bgc(menuBgc) Bxsh(customShadowFlyoutMenu) D(b) End(0) Pos(a) Px(10px) T(40px) Ta(start)"
+ },
+ "button": {
+ "wrapper": "Cur(p) Bgc(#3775dd) Pt(0) Pend(3px) Fz(13px) Bdw(1px) Bds(s) Mt(2px) Mstart(3px) Whs(nw) Ta(c) C(#fff) Bdc(#182e5c)"
+ },
+ "menulist": {
+ "wrapper": "Fz(13px)"
+ }
+ },
+ "data": {
+ "items": {
+ "account_info": {
+ "order": 1,
+ "title": "Account Info",
+ "url": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Faccount\u002Fpersonalinfo\u002F",
+ "query": {}
+ }
+ },
+ "help": {
+ "order": 2,
+ "title": "Help",
+ "url": {
+ "protocol": "https",
+ "hostname": "help.yahoo.com",
+ "pathname": "kb\u002Fhelpcentral\u002F"
+ }
+ },
+ "separator": {
+ "order": 3
+ },
+ "suggestions": {
+ "order": 4,
+ "title": "Suggestions",
+ "url": {
+ "protocol": "https",
+ "hostname": "yahoo.uservoice.com"
+ }
+ }
+ }
+ }
+ },
+ "logo": {
+ "style": {
+ "cobrand": {
+ "partner": {},
+ "yahoo": {}
+ },
+ "container": {
+ "inline": {}
+ },
+ "country_property": {},
+ "property": {},
+ "yahoo": {}
+ },
+ "isCobrand": false,
+ "logoBgSize": "Bgz(250px)",
+ "backgroundColor": null,
+ "backgroundPosX": "Bgpx(0)",
+ "backgroundPosY": "Bgpy(0)",
+ "height": 74,
+ "width": 125,
+ "defaultRetinaImage": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_frontpage_en-US_s_f_pw_bestfit_frontpage_2x.png",
+ "defaultNonRetinaImage": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_frontpage_en-US_s_f_pw_bestfit_frontpage.png",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fl\u002Fyahoo_en-US_f_pw_125x32_2x.png",
+ "nonRetinaImage": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fl\u002Fyahoo_en-US_f_pw_125x32.png",
+ "link": "https:\u002F\u002Ffinance.yahoo.com\u002F"
+ },
+ "mail": {
+ "style": {
+ "button": {
+ "inline": {}
+ },
+ "mailcount": {}
+ },
+ "data": {
+ "icon": {
+ "mail": {
+ "asset": {
+ "name": "NavMail",
+ "height": 512,
+ "width": 512,
+ "path": "M460.586 91.31H51.504c-10.738 0-19.46 8.72-19.46 19.477v40.088l224 104.03 224-104.03v-40.088c0-10.757-8.702-19.478-19.458-19.478M32.046 193.426V402.96c0 10.758 8.72 19.48 19.458 19.48h409.082c10.756 0 19.46-8.722 19.46-19.48V193.428l-224 102.327-224-102.327z"
+ },
+ "name": "NavMail",
+ "height": 35,
+ "width": 30
+ }
+ },
+ "mode": "client"
+ },
+ "urls": {
+ "mail": {
+ "protocol": "https",
+ "hostname": "mail.yahoo.com",
+ "pathname": "\u002F",
+ "query": {}
+ }
+ },
+ "compose": {
+ "url": "https:\u002F\u002Fmrd.mail.yahoo.com\u002Fcompose"
+ },
+ "count": {
+ "api": {
+ "protocol": "https",
+ "host": "mg.mail.yahoo.com",
+ "path": "\u002Fmailservices\u002Fv1\u002Fnewmailcount",
+ "query": {
+ "appid": "UnivHeader",
+ "wssid": ""
+ }
+ },
+ "jsonp": {
+ "timeout": 3000,
+ "prefix": "__uhmc__"
+ },
+ "maxCountDisplay": 99,
+ "pollingDuration": 10,
+ "pollingInterval": 2,
+ "pollingWindow": 110000
+ },
+ "mailservices": {
+ "api": {
+ "host": "mail.yahoo.com",
+ "path": "\u002F",
+ "protocol": "https",
+ "query": {
+ ".src": "ym"
+ }
+ }
+ },
+ "preview": {
+ "api": {
+ "protocol": "https",
+ "host": "ucs.query.yahoo.com",
+ "path": "\u002Fv1\u002Fconsole\u002Fyql",
+ "query": {
+ "format": "json",
+ "q": "select messageInfo.receivedDate, messageInfo.mid, messageInfo.flags.isRead, messageInfo.from.name, messageInfo.subject from ymail.messages where numMid=\"3\" limit 6",
+ "crumb": ""
+ }
+ },
+ "fetchInterval": 5000,
+ "jsonp": {
+ "timeout": 3000,
+ "prefix": "__uhmp__"
+ },
+ "urls": {
+ "message": "https:\u002F\u002Fmrd.mail.yahoo.com\u002Fmsg?fid=Inbox&amp;src=hp&amp;mid="
+ }
+ },
+ "url": "https:\u002F\u002Fmail.yahoo.com\u002F",
+ "signedInUrl": "https:\u002F\u002Fmail.yahoo.com\u002F"
+ },
+ "notifications": {
+ "comet": {
+ "config": {
+ "privateHost": "https:\u002F\u002Fpr.comet.yahoo.com\u002Fcomet",
+ "subscribeMaxTries": 1,
+ "subscribeTimeout": 5000
+ },
+ "channel": "\u002FUNP\u002Falerts\u002F*"
+ },
+ "count": {
+ "maxCountDisplay": 99
+ },
+ "style": {
+ "notificationsCount": {}
+ }
+ },
+ "account_switch": {
+ "isEnabled": true,
+ "styles": {
+ "avatar": {},
+ "secondary_accounts": {}
+ }
+ },
+ "follow": {
+ "style": {
+ "button": {
+ "inline": {}
+ },
+ "followcount": {}
+ },
+ "data": {
+ "icon": {
+ "follow": {
+ "asset": {
+ "name": "nav-bell",
+ "height": 512,
+ "width": 512,
+ "path": "M294.2 428.05h-74.4c0 20.543 16.656 37.2 37.2 37.2 20.535 0 37.2-12.47 37.2-37.2zM136.1 195.55c0 62.284-53.51 94.162-55.728 95.452L71 296.352v94.498h372v-94.498l-9.373-5.35c-.562-.318-55.727-32.573-55.727-95.452 0-63.88-12.533-148.8-120.9-148.8-108.368 0-120.9 84.92-120.9 148.8z"
+ },
+ "name": "nav-bell",
+ "size": 28
+ }
+ }
+ },
+ "count": {
+ "maxCountDisplay": 99,
+ "pollingInterval": 2,
+ "pollingDuration": 10
+ },
+ "maxUpsellCount": 10,
+ "prefetchBatchSize": 10,
+ "prefetchContent": false
+ },
+ "placeHolder": {
+ "width": ""
+ },
+ "promotedNotification": {
+ "body": "Set your new tab and home page to Yahoo to keep up with latest news.",
+ "buttonLabel": "Add it Now ",
+ "enabled": true,
+ "extensionName": "homepage",
+ "heading": "Stay on top of breaking news!",
+ "isExtension": true,
+ "promoId": "20160606",
+ "increaseCount": true,
+ "timeToLive": 0,
+ "timeToResurrect": 1814400
+ },
+ "profile": {
+ "style": {
+ "account_info": {},
+ "avatar": {},
+ "container": {},
+ "panel": {},
+ "button": {
+ "inline": {}
+ },
+ "signed_out": {}
+ },
+ "data": {
+ "icon": {
+ "profile": {
+ "asset": {
+ "name": "profile",
+ "height": 48,
+ "width": 48,
+ "path": "M4.095 33.61c1.092 2.7 2.607 4.937 4.562 6.696 1.94 1.766 4.23 3.072 6.847 3.922 2.632.846 5.472 1.27 8.53 1.27 3.012 0 5.837-.425 8.458-1.27 1.053-.342 2.046-.754 2.986-1.244 1.41-.732 2.705-1.617 3.87-2.678 1.948-1.76 3.472-3.996 4.558-6.697 1.092-2.7 1.636-5.903 1.636-9.614 0-3.702-.544-6.904-1.636-9.61-1.086-2.703-2.608-4.934-4.56-6.694-1.944-1.767-4.23-3.07-6.854-3.922-2.62-.847-5.445-1.27-8.457-1.27-3.06 0-5.9.423-8.53 1.27-.847.277-1.662.607-2.443.98-1.623.777-3.1 1.753-4.404 2.942-1.956 1.76-3.47 3.992-4.562 6.694-1.09 2.706-1.636 5.908-1.636 9.61-.002 3.71.545 6.914 1.635 9.613zM35.838 34.758l-23.674.002v-2.21s.017-1.425 3.123-2.716c1.538-.633 3.35-1.854 6.6-2.24-.997-.705-1.44-2.154-2.29-4.17-.02-.032-.03-.068-.043-.1-.193.032-.393.032-.537-.046-.398-.232-.636-1.48-.642-2.092-.01-.906.48-.824.48-.824s.017 0 .042-.004c-.006-.07-.01-.142-.01-.213 0-.86-.174-2.24.053-2.988.353-1.176.78-2.46 1.72-2.464.874 0 .28-1.006 1.348-1.345 1.102-.348 2.912.262 3.283.262.53 0 1.863.378 2.78 1.284.646.64.572 1.08.93 2.25.23.777.057 2.167.057 3 0 .07-.007.14-.014.213.018.007.03.007.03.007s.487-.082.478.824c-.004.612-.248 1.86-.635 2.092-.146.078-.34.078-.53.052-.01.026-.023.058-.033.09-.85 1.996-1.308 3.457-2.305 4.162 3.283.38 5.107 1.61 6.654 2.25 3.128 1.287 3.14 2.533 3.14 2.533l-.002 2.39z"
+ },
+ "name": "profile",
+ "size": 34
+ }
+ }
+ },
+ "mode": "server",
+ "authStateCheck": false,
+ "avatarSize": "36px",
+ "loginBaseUrl": "https:\u002F\u002Flogin.yahoo.com\u002Fconfig\u002Flogin",
+ "settingUrl": "https:\u002F\u002Fedit.yahoo.com\u002Fconfig\u002Feval_profile",
+ "signoutUrl": "https:\u002F\u002Flogin.yahoo.com\u002Fconfig\u002Flogin?logout=1&amp;.direct=2&amp;.done=https:\u002F\u002Fwww.yahoo.com",
+ "urls": {
+ "signed_in": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Fconfig\u002Flogin",
+ "query": {}
+ },
+ "signed_out": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Fconfig\u002Flogin",
+ "query": {
+ ".direct": 2,
+ "logout": 1
+ }
+ },
+ "account_info": {
+ "protocol": "https",
+ "hostname": "edit.yahoo.com",
+ "pathname": "\u002Fconfig\u002Feval_profile",
+ "query": {}
+ }
+ }
+ },
+ "search": {
+ "style": {
+ "cancel_button": {},
+ "table": {},
+ "container": {},
+ "input": {},
+ "search_button": {
+ "inline_1": {},
+ "inline_2": {}
+ },
+ "magnifying_glass": {}
+ },
+ "verticalSearchEnabled": false,
+ "verticalSearchButtonText": null,
+ "webSearchButtonText": "SEARCH_WEB",
+ "verticalSearchAction": null,
+ "autofocus": true,
+ "assistYlc": ";_ylc=X3oDMTFiaHBhMnJmBF9TAzIwMjM1MzgwNzUEaXRjAzEEc2VjA3NyY2hfcWEEc2xrA3NyY2hhc3Q-",
+ "ylc": ";_ylc=X3oDMTFiN25laTRvBF9TAzIwMjM1MzgwNzUEaXRjAzEEc2VjA3NyY2hfcWEEc2xrA3NyY2h3ZWI-",
+ "buttonText": "SEARCH",
+ "glowEnabled": false,
+ "placeholderIcon": false,
+ "placeholderText": "SEARCH",
+ "autocomplete": {
+ "gossip": {
+ "url": {
+ "host": "s.yimg.com",
+ "path": "\u002Fxb\u002Fv6\u002Ffinance\u002Fautocomplete",
+ "query": {
+ "appid": "yahoo.com",
+ "nresults": 10,
+ "output": "yjsonp",
+ "region": "US",
+ "lang": "en-US"
+ },
+ "protocol": "https"
+ },
+ "isJSONP": true,
+ "queryKey": "query",
+ "resultAccessor": "ResultSet.Result",
+ "suggestionTitleAccessor": "symbol",
+ "suggestionMeta": ["symbol", "name", "exch", "type", "exchDisp", "typeDisp"]
+ }
+ },
+ "icon": {},
+ "instantSearch": false,
+ "searchHint": false,
+ "cancelBtn": false,
+ "clearBtn": false,
+ "termCompleteBtn": false,
+ "trendingNow": false,
+ "magnifyingGlass": false,
+ "useIcon": false,
+ "queries": {
+ "fr": "uh3_finance_vert"
+ },
+ "placeholder": "UH_SEARCH_WEB"
+ },
+ "searchOrigin": {
+ "fr": "uh3_finance_web",
+ "fr2": "p:finvsrp,m:{FRSOURCE}"
+ },
+ "skip_nav": {
+ "style": {
+ "container": {
+ "wrapper": "Pos(a)"
+ },
+ "link": {
+ "content": "W(0) O(h) D(ib) Whs(nw) Pos(a) Bg(#500095) C(#fff) Op(0) W(a):f Op(1):f P(5px):f"
+ }
+ },
+ "data": {
+ "items": {
+ "item_1": {
+ "name": "Skip to Navigation",
+ "link": "#Navigation",
+ "order": 1
+ },
+ "item_2": {
+ "name": "Skip to Main Content",
+ "link": "#Main",
+ "order": 2
+ },
+ "item_3": {
+ "name": "Skip to Related Content",
+ "link": "#Aside",
+ "order": 3
+ }
+ }
+ }
+ },
+ "topbar": {
+ "style": {
+ "nav_home": {
+ "inline": {},
+ "link": {}
+ },
+ "nav_main": {
+ "link": {},
+ "link_home": {
+ "icon": {
+ "down_arrow": {
+ "inline": {}
+ },
+ "home": {
+ "inline": {}
+ }
+ }
+ },
+ "link_more": {
+ "icon": {
+ "down_arrow": {
+ "inline": {}
+ }
+ }
+ }
+ },
+ "nav_more": {
+ "inline": {},
+ "link": {}
+ }
+ },
+ "data": {
+ "force_absolute": {
+ "answers": false,
+ "finance": false,
+ "games": false,
+ "groups": false,
+ "home": false,
+ "mail": false,
+ "mobile": false,
+ "screen": false,
+ "search": false,
+ "shopping": false,
+ "sports": false,
+ "weather": false
+ },
+ "force_absolute_all": true,
+ "homeSwitcher": {
+ "enabled": false
+ },
+ "more": 11,
+ "more_item": {
+ "link": "https:\u002F\u002Feverything.yahoo.com",
+ "title": "More"
+ },
+ "icon": {
+ "home": {
+ "asset": {
+ "name": "home",
+ "height": 32,
+ "width": 32,
+ "path": "M16.153 3.224L0 16.962h4.314v11.814h9.87v-8.003h3.934v8.003h9.84V16.962H32"
+ },
+ "name": "home",
+ "size": 16
+ },
+ "down_arrow": {
+ "asset": {
+ "name": "CoreArrowDown",
+ "height": 512,
+ "width": 512,
+ "path": "M500.77 131.432L477.53 108.18c-14.45-14.55-40.11-14.55-54.51 0L255.845 275.363 88.582 108.124c-15.015-14.874-39.363-14.874-54.42.108L10.94 131.486c-14.58 14.44-14.58 40.11-.033 54.442l217.77 217.845c15.004 14.82 39.33 14.874 54.42-.108L500.88 185.82c14.818-14.982 14.87-39.298-.11-54.388z"
+ },
+ "name": "CoreArrowDown",
+ "size": 8
+ }
+ }
+ }
+ },
+ "data": {
+ "action": {
+ "load_nav": {
+ "cache": {
+ "enabled": true
+ }
+ },
+ "load_theme": {
+ "cache": {
+ "enabled": true
+ },
+ "client": {
+ "enabled": true
+ }
+ }
+ }
+ },
+ "navTitle": "",
+ "ui": {
+ "alphatar": true,
+ "back": false,
+ "darkTheme": false,
+ "follow": true,
+ "help": false,
+ "logo": true,
+ "mail": true,
+ "mailcount": true,
+ "mailpreview": true,
+ "menuBtn": true,
+ "notifications": false,
+ "openSearchBtn": false,
+ "profile": true,
+ "profileNotifications": true,
+ "profileCardOpen": false,
+ "profileCardAvatar": false,
+ "profileCardName": false,
+ "profileCardEmail": false,
+ "profileCardSignout": false,
+ "profileCardAcctInfo": false,
+ "search": true,
+ "share": false,
+ "skip_nav": false,
+ "theme": "default",
+ "topbar": true,
+ "topbarFFPromo": true,
+ "topbarSticky": true
+ },
+ "useNavTitle": false,
+ "actions": {
+ "loadNav": false
+ },
+ "useTopicTitle": false
+ },
+ "i13n": {
+ "sec": "uh"
+ },
+ "mrt": {
+ "flush": false,
+ "cache": true,
+ "skipAlertOnChecksumMismatch": true,
+ "prioritize": false
+ }
+ },
+ "Col2-4-HeightContainer-0-Stream": {
+ "ads": {
+ "ad_polices": true,
+ "adchoices_url": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html",
+ "contentType": "",
+ "count": 25,
+ "enableGeminiAdFeedback": true,
+ "fallback": false,
+ "force_thumbnail_size": false,
+ "frequency": 3,
+ "inline_video": false,
+ "letterbox_thumb": true,
+ "pu": "www.yahoo.com",
+ "related_ct_se": "5454650",
+ "related_start_index": 3,
+ "se": 4250754,
+ "spaceid": 2023538075,
+ "sponsored_url": "http:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Findex?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553",
+ "start_index": 2,
+ "timeout": 0,
+ "type": "STRM,STRM_CONTENT",
+ "useHqImg": true,
+ "useResizedImages": true
+ },
+ "batches": {
+ "pagination": false,
+ "size": 32,
+ "timeout": 500,
+ "total": 170,
+ "start_index": 0,
+ "end_index": 15
+ },
+ "cache_ads": false,
+ "cache_ttl": 0,
+ "category": "SIDEKICK:TOPSTORIES",
+ "clear_on_navigate": false,
+ "embedComponents": [],
+ "flyout_enabled": false,
+ "forceJpg": true,
+ "headline_test_enabled": false,
+ "i13n": {
+ "sec": "sdkick"
+ },
+ "login": {
+ "src": "fpctx"
+ },
+ "max_dedupe_ADID_size": 50,
+ "max_dedupe_UUID_size": 250,
+ "max_exclude": 10,
+ "min_count": 3,
+ "min_count_error": false,
+ "pageload_image_count": 3,
+ "pageload_item_count": -1,
+ "perf_beacon": false,
+ "perf_label": "",
+ "offnet": {
+ "include_lcp": true,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "twitter"]
+ },
+ "use_preview": true
+ },
+ "redisCompress": false,
+ "sentiment_comments_enabled": false,
+ "service": {
+ "specRetry": {
+ "enabled": false
+ }
+ },
+ "sidekick_sectionid_enabled": false,
+ "store": {
+ "ls_delay": 1000,
+ "ls_ttl": 86400
+ },
+ "ui": {
+ "applet_layout": {
+ "actionFontSize": "Fz(12px)",
+ "actionColor": "#c8c8cc",
+ "actionIconSize": 15,
+ "actionWrapper": "D(ib) W(50%) Ta(end)",
+ "categoryClass": "Fz(14px) Fw(b) Tt(c) Ell Mb(5px)",
+ "headerLink": "Td(n) Fz(18px) Fw(b) LineClamp(4,91px)",
+ "linkColor": "C(#3c3c5b)",
+ "wrapper": "P(20px)"
+ },
+ "attribution_filter": false,
+ "attribution_pos": "bottom",
+ "breaking_news": true,
+ "breaking_news_closable": false,
+ "comments": false,
+ "comments_count": 2,
+ "comments_offnet": false,
+ "container_classnames": "",
+ "dispatch_content_store": true,
+ "editorial_content_count": 0,
+ "editorial_featured_count": 1,
+ "enable_canvass_comments": false,
+ "exclude_types": "",
+ "follow_cluster": false,
+ "follow_content": false,
+ "ad_image_fit": false,
+ "image_quality_override": false,
+ "inline_filters_article_min": 10,
+ "inline_filters_max": 0,
+ "inline_video": false,
+ "item_classnames": "",
+ "link_params": false,
+ "link_out_allowed": true,
+ "magazine_featured": true,
+ "magazine_icon": false,
+ "max_width": 900,
+ "mega_image_height": "",
+ "needtoknow_card": false,
+ "needtoknow_roundup_only": false,
+ "needtoknow_template": "",
+ "ntk_bypassA3c": true,
+ "property_colors": true,
+ "pubtime_maxage": -1,
+ "related_count": 4,
+ "related_enabled": false,
+ "require_resized_image": false,
+ "related_item_width": "",
+ "related_min": 3,
+ "relative_links": true,
+ "render_video_featured": false,
+ "roundup": false,
+ "scrollbuffer": 900,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "facebook", "twitter", "mail"],
+ "enable": false,
+ "mail_host": "www.yahoo.com"
+ },
+ "show_comment_count": false,
+ "show_error": true,
+ "show_follow_treatment": false,
+ "show_publisher_color": true,
+ "show_read": true,
+ "show_summary": true,
+ "smart_crop": true,
+ "sponsored_label": false,
+ "sponsored_label_pos": "bottom",
+ "storyline_count": 2,
+ "storyline_enabled": false,
+ "storyline_min": 2,
+ "summary": false,
+ "tiles": {
+ "allowPartialRows": true,
+ "doubleTallStart": 0,
+ "featured_label": false,
+ "gradient": false,
+ "height": 175,
+ "resizeImages": false,
+ "textOnly": [{
+ "backgroundColor": "#fff",
+ "foregroundColor": "#000"
+ }],
+ "width_max": 300,
+ "width_min": 200
+ },
+ "thumbnail": true,
+ "thumbnail_align": "right",
+ "thumbnail_size": 100,
+ "title_pos": "bottom",
+ "touch_device": false,
+ "tumblr_reblog": false,
+ "view": "sidekick",
+ "follow_cluster_hover_color": true,
+ "follow_content_hover_color": true,
+ "follow_content_tooltip": true,
+ "hover_on_image": true,
+ "tumblr_reblog_hover_color": true,
+ "tumblr_reblog_tooltip": true,
+ "featured_summary": false,
+ "smush_images": true
+ },
+ "use_article_category": false,
+ "use_content_id": true,
+ "use_content_site": false,
+ "use_page_category": false,
+ "use_prefetch": true,
+ "use_yct_wikiids": true,
+ "video": {
+ "disable_buffer_on_pause": true,
+ "disable_title_on_hover": true,
+ "enable_ads": false,
+ "energy_saver_mode": false,
+ "enable_custom_controls": false,
+ "enable_detached_video": false,
+ "enable_docking": false,
+ "enable_expand_on_unmute": false,
+ "enable_video_enrichment": false,
+ "use_inline_video": false
+ },
+ "blending_enabled": true
+ },
+ "Col2-5-DockedAds-1-DiscussionCarousel": {
+ "count": 10,
+ "maxCount": 5,
+ "appendQueryParam": {
+ ".tsrc": "jtc_news_article"
+ },
+ "category": "LISTID:JTD$politics",
+ "linkOutAllowed": true,
+ "prefetch": true,
+ "resizeTag": ["img:45x45|2|80"],
+ "requireArticleWithComments": true,
+ "requireResizeTags": ["img:45x45"],
+ "requireResizedImage": true,
+ "sentimentCommentsEnabled": true,
+ "topRatedCommentsEnabled": true,
+ "i13n": {
+ "sec": "jtc"
+ },
+ "ui": {
+ "autoRotation": true,
+ "commentRotationInterval": 5000,
+ "enable_canvass_comments": true,
+ "smart_crop": true,
+ "storyRotationInterval": 15000
+ }
+ },
+ "account-switch-uh-0-AccountSwitch": {
+ "isEnabled": true,
+ "clientRender": true,
+ "accountListLength": 3,
+ "enableAlphatar": true,
+ "host": "login.yahoo.com",
+ "urlReplacements": {
+ "CRUMB": {
+ ".crumb": "{crumb}"
+ },
+ "DONE": {
+ ".done": "{doneUrl}"
+ },
+ "DONE_YAHOO": {
+ ".done": "{doneUrlYahoo}"
+ }
+ },
+ "urls": {
+ "accountInfo": {
+ "protocol": "https",
+ "path": "\u002Faccount\u002Fpersonalinfo\u002F",
+ "query": ["DONE", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }]
+ },
+ "switchUrl": {
+ "protocol": "https",
+ "path": "\u002Fd",
+ "query": ["CRUMB", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }, {
+ "login": "{alias}"
+ }, {
+ "as": "1"
+ }, "DONE"]
+ },
+ "manageUrl": {
+ "protocol": "https",
+ "path": "\u002Fmanage_account",
+ "query": ["CRUMB", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }, "DONE"]
+ },
+ "logoutUrl": {
+ "protocol": "https",
+ "path": "\u002Fconfig\u002Flogin",
+ "query": ["CRUMB", {
+ ".src": "{site}"
+ }, {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ "logout_all": "1"
+ }, {
+ ".direct": "1"
+ }, "DONE_YAHOO"]
+ },
+ "requestUrl": {
+ "protocol": "https",
+ "path": "\u002Fw\u002Fdevice_users",
+ "query": ["CRUMB"]
+ }
+ },
+ "styles": {
+ "account_switch_main": {
+ "wrapper": "Py(16px)",
+ "account_info": "C(asTextColor) C(asLinkHoverColor):h Td(n) Td(n):h D(ib) Mstart(asIconWidth) Pend(asEndPadding) Whs(nw)"
+ },
+ "signed_out": {
+ "wrapper": "Py(14px) Ta(c) Bdt(asMenuBorder)",
+ "content": "C(asTextColor) C(asLinkHoverColor):h Td(n) Td(n):h"
+ },
+ "add_accounts": {
+ "icon_wrapper": "W(asIconWidth) D(ib) Va(t) Ta(c)",
+ "icon_content": "C(asTextColor) Fz(30px) Fw(200) Lh(1.5)",
+ "text": "Pt(16px) D(ib) C(asTextColor) Zoom Fz(15px)",
+ "wrapper": "Bdt(asMenuBorder) Td(n) Td(n):h D(b) Whs(nw) Bgc(asMenuHoverBgc):h H(50px) Pend(asEndPadding)"
+ },
+ "avatar": {
+ "size": 40,
+ "color": "#400090",
+ "content": "Bdrs(100px) Bgz(cv) D(ib)",
+ "panel_content": "D(ib) Va(m) Bgz(cv) Bdrs(100px)",
+ "name": "D(n) Lh(2.6) Mstart(4px)",
+ "wrapper": "Zoom Va(t) Ta(c) Fl(start) W(asIconWidth)"
+ },
+ "main_account": {
+ "alias": "C(asLightTextColor) Ell Pt(2px)",
+ "alias_wrapper": "Ell C(#000) Fz(13px)",
+ "content": "C(asTextColor) D(ib) Fz(13px) Pt(10px)",
+ "name": "C(asTextColor) Ell Fz(15px)",
+ "name_wrapper": "Fz(15px) Ell",
+ "user_info_wrapper": "W(2\u002F3) D(ib) Zoom Lts(n) Tren(a) Va(t)",
+ "wrapper": "Cf"
+ },
+ "secondary_accounts": {
+ "list": "Pos(r) M(0) P(0) List(n)",
+ "list_item": "Bdt(asMenuBorder)",
+ "anchor": "Td(n) Td(n):h Py(16px) D(b) Cf C(#000) Bgc(asMenuHoverBgc):h"
+ }
+ }
+ }
+ }
+ },
+ "CanvassStore": {
+ "comments": {
+ "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7": {
+ "contextUrl": "http:\u002F\u002Ffinance.yahoo.com\u002Fnews\u002Fbest-psvr-games-170003443.html",
+ "contextDisplayText": "These are the 8 coolest PlayStation VR games",
+ "newMessagesCount": 0,
+ "relatedTags": [],
+ "messageList": [],
+ "error": false,
+ "replyList": {},
+ "replyListState": {},
+ "count": 70,
+ "context": "80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "instanceId": "canvass-80b35014-fba3-377e-adc5-47fb44f61fa7",
+ "index": null,
+ "selectedTags": [],
+ "showLoadPrev": true,
+ "expanded": false,
+ "disabled": false
+ }
+ },
+ "userComments": {}
+ },
+ "CanvassConfigStore": {
+ "pollingInterval": 3,
+ "scoreAlgo": "dynamic",
+ "uploadOptions": "TEXT,GIF,SMARTLINKS",
+ "messagesPerPage": 10,
+ "allowAnimatedGIF": true,
+ "allowSmartlinks": true,
+ "namespace": "yahoo_content",
+ "lang": "en-US",
+ "region": "US",
+ "oauthConsumerKey": "frontpage.oauth.canvass",
+ "oauthConsumerSecret": "frontpage.oauth.canvass.secret"
+ },
+ "RecentQuotesStore": {
+ "recentquotes": {
+ "positions": []
+ },
+ "error": {
+ "statusCode": 404,
+ "message": "user has no recent quotes on their PRF cookie"
+ }
+ },
+ "QuoteDataStore-Immutable": {
+ "quoteData": {
+ "^TNX": {
+ "sourceInterval": 15,
+ "exchange": "WCB",
+ "regularMarketTime": {
+ "raw": 1478026798,
+ "fmt": "2:59PM EDT"
+ },
+ "shortName": "10-Yr Bond",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": -0.013999939,
+ "fmt": "-0.01"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 1.82,
+ "fmt": "1.82"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "POSTPOST",
+ "quoteType": "INDEX",
+ "symbol": "^TNX",
+ "market": "us_market",
+ "regularMarketChangePercent": {
+ "raw": -0.7633555,
+ "fmt": "-0.76%"
+ },
+ "fullExchangeName": "Chicago Options"
+ },
+ "^N225": {
+ "sourceInterval": 20,
+ "exchange": "OSA",
+ "regularMarketTime": {
+ "raw": 1478057655,
+ "fmt": "12:34PM JST"
+ },
+ "shortName": "Nikkei 225",
+ "exchangeTimezoneName": "Asia\u002FTokyo",
+ "regularMarketChange": {
+ "raw": -287.25,
+ "fmt": "-287.25"
+ },
+ "exchangeTimezoneShortName": "JST",
+ "regularMarketPrice": {
+ "raw": 17155.15,
+ "fmt": "17,155.15"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": 32400000,
+ "marketState": "REGULAR",
+ "quoteType": "INDEX",
+ "symbol": "^N225",
+ "market": "jp_market",
+ "regularMarketChangePercent": {
+ "raw": -1.6468489,
+ "fmt": "-1.65%"
+ },
+ "fullExchangeName": "Osaka"
+ },
+ "GC=F": {
+ "sourceInterval": 15,
+ "exchange": "CMX",
+ "regularMarketTime": {
+ "raw": 1478058296,
+ "fmt": "11:44PM EDT"
+ },
+ "shortName": "Gold",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": 3.3000488,
+ "fmt": "3.30"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 1291.3,
+ "fmt": "1,291.30"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "REGULAR",
+ "quoteType": "FUTURE",
+ "symbol": "GC=F",
+ "headSymbolAsString": "GC=F",
+ "market": "us24_market",
+ "regularMarketChangePercent": {
+ "raw": 0.25621498,
+ "fmt": "0.26%"
+ },
+ "fullExchangeName": "COMEX"
+ },
+ "^DJI": {
+ "sourceInterval": 120,
+ "exchange": "DJI",
+ "regularMarketTime": {
+ "raw": 1478035662,
+ "fmt": "5:27PM EDT"
+ },
+ "shortName": "Dow 30",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": -105.32031,
+ "fmt": "-105.32"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 18037.1,
+ "fmt": "18,037.10"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "POSTPOST",
+ "quoteType": "INDEX",
+ "symbol": "^DJI",
+ "market": "us_market",
+ "regularMarketChangePercent": {
+ "raw": -0.5805197,
+ "fmt": "-0.58%"
+ },
+ "fullExchangeName": "DJI"
+ },
+ "^VIX": {
+ "sourceInterval": 15,
+ "exchange": "WCB",
+ "regularMarketTime": {
+ "raw": 1478031293,
+ "fmt": "4:14PM EDT"
+ },
+ "shortName": "Vix",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": 1.5,
+ "fmt": "1.50"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 18.56,
+ "fmt": "18.56"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "POSTPOST",
+ "quoteType": "INDEX",
+ "symbol": "^VIX",
+ "market": "us_market",
+ "regularMarketChangePercent": {
+ "raw": 8.792498,
+ "fmt": "8.79%"
+ },
+ "fullExchangeName": "Chicago Options"
+ },
+ "^IXIC": {
+ "sourceInterval": 15,
+ "exchange": "NIM",
+ "regularMarketTime": {
+ "raw": 1478034959,
+ "fmt": "5:15PM EDT"
+ },
+ "shortName": "Nasdaq",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": -35.557617,
+ "fmt": "-35.56"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 5153.577,
+ "fmt": "5,153.58"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "POSTPOST",
+ "quoteType": "INDEX",
+ "symbol": "^IXIC",
+ "market": "us_market",
+ "regularMarketChangePercent": {
+ "raw": -0.6852321,
+ "fmt": "-0.69%"
+ },
+ "fullExchangeName": "Nasdaq GIDS"
+ },
+ "GBPUSD=X": {
+ "sourceInterval": 15,
+ "exchange": "CCY",
+ "regularMarketTime": {
+ "raw": 1478058780,
+ "fmt": "3:53AM GMT"
+ },
+ "shortName": "GBP\u002FUSD",
+ "exchangeTimezoneName": "Europe\u002FLondon",
+ "regularMarketChange": {
+ "raw": -0.00052440166,
+ "fmt": "-0.00"
+ },
+ "exchangeTimezoneShortName": "GMT",
+ "currency": "USD",
+ "regularMarketPrice": {
+ "raw": 1.2237805,
+ "fmt": "1.2238"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": 0,
+ "marketState": "REGULAR",
+ "quoteType": "CURRENCY",
+ "symbol": "GBPUSD=X",
+ "market": "ccy_market",
+ "regularMarketChangePercent": {
+ "raw": -0.042832132,
+ "fmt": "-0.04%"
+ },
+ "fullExchangeName": "CCY"
+ },
+ "JPY=X": {
+ "sourceInterval": 15,
+ "quoteSourceName": "Delayed Quote",
+ "exchange": "CCY",
+ "regularMarketTime": {
+ "raw": 1478058898,
+ "fmt": "3:54AM GMT"
+ },
+ "shortName": "USD\u002FJPY",
+ "exchangeTimezoneName": "Europe\u002FLondon",
+ "regularMarketChange": {
+ "raw": -0.20999908,
+ "fmt": "-0.21"
+ },
+ "exchangeTimezoneShortName": "GMT",
+ "currency": "JPY",
+ "regularMarketPrice": {
+ "raw": 103.807,
+ "fmt": "103.8070"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": 0,
+ "marketState": "REGULAR",
+ "quoteType": "CURRENCY",
+ "symbol": "JPY=X",
+ "market": "ccy_market",
+ "regularMarketChangePercent": {
+ "raw": -0.2018892,
+ "fmt": "-0.20%"
+ },
+ "fullExchangeName": "CCY"
+ },
+ "CL=F": {
+ "sourceInterval": 30,
+ "exchange": "NYM",
+ "regularMarketTime": {
+ "raw": 1478058282,
+ "fmt": "11:44PM EDT"
+ },
+ "shortName": "Crude Oil",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": -0.40000153,
+ "fmt": "-0.40"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 46.84,
+ "fmt": "46.84"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "REGULAR",
+ "quoteType": "FUTURE",
+ "symbol": "CL=F",
+ "headSymbolAsString": "CL=F",
+ "market": "us24_market",
+ "regularMarketChangePercent": {
+ "raw": -0.8467432,
+ "fmt": "-0.85%"
+ },
+ "fullExchangeName": "NY Mercantile"
+ },
+ "^RUT": {
+ "sourceInterval": 15,
+ "exchange": "WCB",
+ "regularMarketTime": {
+ "raw": 1478032216,
+ "fmt": "4:30PM EDT"
+ },
+ "shortName": "Russell 2000",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": -13.445068,
+ "fmt": "-13.45"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 1177.9431,
+ "fmt": "1,177.94"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "POSTPOST",
+ "quoteType": "INDEX",
+ "symbol": "^RUT",
+ "market": "us_market",
+ "regularMarketChangePercent": {
+ "raw": -1.1285212,
+ "fmt": "-1.13%"
+ },
+ "fullExchangeName": "Chicago Options"
+ },
+ "^GSPC": {
+ "sourceInterval": 15,
+ "exchange": "SNP",
+ "regularMarketTime": {
+ "raw": 1478035662,
+ "fmt": "5:27PM EDT"
+ },
+ "shortName": "S&amp;P 500",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": -14.429932,
+ "fmt": "-14.43"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 2111.72,
+ "fmt": "2,111.72"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "POSTPOST",
+ "quoteType": "INDEX",
+ "symbol": "^GSPC",
+ "market": "us_market",
+ "regularMarketChangePercent": {
+ "raw": -0.67868835,
+ "fmt": "-0.68%"
+ },
+ "fullExchangeName": "SNP"
+ },
+ "^FTSE": {
+ "sourceInterval": 15,
+ "exchange": "FGI",
+ "regularMarketTime": {
+ "raw": 1478018127,
+ "fmt": "4:35PM GMT"
+ },
+ "shortName": "FTSE 100",
+ "exchangeTimezoneName": "Europe\u002FLondon",
+ "regularMarketChange": {
+ "raw": -37.08008,
+ "fmt": "-37.08"
+ },
+ "exchangeTimezoneShortName": "GMT",
+ "regularMarketPrice": {
+ "raw": 6917.14,
+ "fmt": "6,917.14"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": 0,
+ "marketState": "PREPRE",
+ "quoteType": "INDEX",
+ "symbol": "^FTSE",
+ "market": "gb_market",
+ "regularMarketChangePercent": {
+ "raw": -0.5332025,
+ "fmt": "-0.53%"
+ },
+ "fullExchangeName": "FTSE Index"
+ },
+ "SI=F": {
+ "sourceInterval": 15,
+ "exchange": "CMX",
+ "regularMarketTime": {
+ "raw": 1478055541,
+ "fmt": "10:59PM EDT"
+ },
+ "shortName": "Silver",
+ "exchangeTimezoneName": "America\u002FNew_York",
+ "regularMarketChange": {
+ "raw": 0.00399971,
+ "fmt": "0.00"
+ },
+ "exchangeTimezoneShortName": "EDT",
+ "regularMarketPrice": {
+ "raw": 18.545,
+ "fmt": "18.55"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": -14400000,
+ "marketState": "REGULAR",
+ "quoteType": "FUTURE",
+ "symbol": "SI=F",
+ "headSymbolAsString": "SI=F",
+ "market": "us24_market",
+ "regularMarketChangePercent": {
+ "raw": 0.021572245,
+ "fmt": "0.02%"
+ },
+ "fullExchangeName": "COMEX"
+ },
+ "EURUSD=X": {
+ "sourceInterval": 15,
+ "exchange": "CCY",
+ "regularMarketTime": {
+ "raw": 1478058840,
+ "fmt": "3:54AM GMT"
+ },
+ "shortName": "EUR\u002FUSD",
+ "exchangeTimezoneName": "Europe\u002FLondon",
+ "regularMarketChange": {
+ "raw": 0.000857234,
+ "fmt": "0.00"
+ },
+ "exchangeTimezoneShortName": "GMT",
+ "currency": "USD",
+ "regularMarketPrice": {
+ "raw": 1.107052,
+ "fmt": "1.1071"
+ },
+ "isLoading": false,
+ "gmtOffSetMilliseconds": 0,
+ "marketState": "REGULAR",
+ "quoteType": "CURRENCY",
+ "symbol": "EURUSD=X",
+ "market": "ccy_market",
+ "regularMarketChangePercent": {
+ "raw": 0.07749329,
+ "fmt": "0.08%"
+ },
+ "fullExchangeName": "CCY"
+ }
+ }
+ },
+ "TDV2BreakingNewsStore": {
+ "items": [],
+ "hideBreakingNews": false,
+ "timestamp": 1478058902,
+ "category": {
+ "type": "list",
+ "listid": "58dada6c-c801-483e-95af-f964921334ce"
+ }
+ },
+ "PortfolioStore": {
+ "portfolios": {},
+ "error": {
+ "statusCode": 401,
+ "message": "User is not logged in"
+ }
+ },
+ "ThemeStore": {
+ "last_accessed_cache_key": "127925508",
+ "data": {
+ "127925508": {
+ "uh": {
+ "help": {
+ "style": {
+ "icon": {
+ "settings": {
+ "color": "#400090",
+ "content": "D(n) Lh(2.6) Mstart(4px)",
+ "wrapper": "D(ib)"
+ }
+ }
+ }
+ },
+ "notifications": {
+ "style": {
+ "notificationsCount": {
+ "wrapper_1": "Bgc(mailBadge) Bdrs(11px) C(#fff) Start(30px) Fz(11px) Fw(b) Pos(a) Py(4px) Ta(c) T(-8px) W(22px)"
+ }
+ }
+ },
+ "search": {
+ "style": {
+ "cancel_button": {
+ "content": "D(n)"
+ },
+ "container": {
+ "content": "M(0) P(0) Whs(nw)",
+ "wrapper": "D(ib) uh-max_Py(50px)"
+ },
+ "table": {
+ "wrapper": "Bdsp(0) Bdcl(c) Maw(searchMaxWidth) Miw(searchMinWidth) W(searchWidth) ie-8_W(searchMinWidthLightWeight) ie-7_W(searchMinWidthLightWeight) ie-7_Miw(searchMinWidthLightWeight) ie-8_Miw(searchMinWidthLightWeight)"
+ },
+ "input": {
+ "content": "Va(t)"
+ },
+ "search_button": {
+ "inline_1": {
+ "filter": "chroma(color=#000000)"
+ },
+ "inline_2": {},
+ "content_1": "Bdrs(4px) Bdtw(0) Bdw(1px) Bgr(rx) Mstart(5px) Bxz(cb) C(#fff) Ff(ss)! Fz(15px) two-btn_Fz(13px) Lh(32px)! Mend(0)! My(0)! Miw(92px) Px(14px) Py(0) Ta(c) Td(n) Va(t) Zoom",
+ "content_2": "Bg(searchBtnBg) Bxsh(customShadowSearchButton)"
+ },
+ "magnifying_glass": {
+ "color": "#000"
+ }
+ }
+ },
+ "profile": {
+ "style": {
+ "account_info": {
+ "alias": "C(textColor) Ell Maw(160px)",
+ "content": "C(#0078ff) C(#0078ff):h C(#0078ff):v D(ib) Fz(13px) My(2px)",
+ "name": "C(textColor) Ell Fw(b) Fz(13px) Maw(160px)",
+ "wrapper": "P(16px)"
+ },
+ "avatar": {
+ "content": "Lh(userNavTextLh) Bdrs(45%) Mt(-2px) Bgz(cv) C(signInBtn) Cur(p) D(ib) Fz(34px) H(34px) W(34px) ua-ie7_D(n)",
+ "color": "#400090",
+ "name": "Whs(nw) D(ib) Maw(100px) Ov(h) Mt(-1px) Tov(e) Lh(userNavTextLh) C(mailBtn) Pstart(8px) Fz(14px) Fw(b) Va(t) ua-ie7_D(n)",
+ "wrapper": "P(0) Bd(0) Pos(r) ua-ie8_Pb(10px) ua-ie9_Pb(10px)",
+ "size": 34
+ },
+ "container": {
+ "wrapper": "Fl(start) H(34px) Mx(8px)"
+ },
+ "panel": {
+ "wrapper": "Bdrs(4px) Bgc(menuBgc) Bxsh(customShadowFlyoutMenu) D(n) End(0) Pos(a) T(40px) Ta(start) uh-menu-open_D(b) W(280px)"
+ },
+ "button": {
+ "inline": {},
+ "content_1": "Bdrs(5px) Bds(s) Bdw(2px) C(#fff):h D(ib) Ell Fz(14px) Fw(b) Py(2px) Mt(3px) Ta(c) Td(n):h Miw(78px) H(18px)",
+ "content_2": "Bdc(signInBtn) Bgc(signInBtn):h C(signInBtn)",
+ "wrapper": "Fl(start) Mx(4px) Mend(9px)"
+ },
+ "signed_out": {
+ "content": "C(textColor)",
+ "wrapper": "Bdtc(#e1e1e5) Bdts(s) Bdtw(1px) Mx(16px) Py(16px) Ta(c)"
+ }
+ }
+ },
+ "logo": {
+ "style": {
+ "cobrand": {
+ "partner": {},
+ "yahoo": {},
+ "wrapper_1": "Bgr(nr) D(b) Fl(start) Mstart(10px)"
+ },
+ "container": {
+ "inline": {
+ "backgroundColor": "transparent"
+ },
+ "wrapper_1": "Fl(start) Fz(0) M(0) P(0)",
+ "wrapper_2": "ie-7_W(190px) Miw(190px) UHMR1D_Py(0)"
+ },
+ "country_property": {
+ "content_1": "Bgpx(0) Bgr(nr) Cur(p) D(b) H(35px)",
+ "content_2": "Bgz(702px) Mx(a)! W(155px)"
+ },
+ "property": {
+ "content_1": "Bgpx(0) Bgr(nr) Cur(p) D(b) H(35px)",
+ "content_2": "Bgz(702px) Mx(a)! W(92px)",
+ "image_1x": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_finance_en-US_s_f_pw_351x40_finance.png",
+ "image_2x": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_finance_en-US_s_f_pw_351x40_finance_2x.png"
+ },
+ "yahoo": {
+ "content_1": "Bgpx(0) Bgr(nr) Cur(p) D(b) H(35px) Mstart(20px)",
+ "content_2": "Bgz(284px) Mx(a)! W(140px)",
+ "image_1x": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_frontpage_en-US_s_f_pw_bestfit_frontpage.png",
+ "image_2x": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_frontpage_en-US_s_f_pw_bestfit_frontpage_2x.png"
+ },
+ "template": "property"
+ }
+ },
+ "style": {
+ "container": {
+ "right_list": "End(20px) List(n) Pos(a) T(14px)",
+ "wrapper_1": "Bdbs(s) Bdw(1px) Miw(1024px) End(0) Start(0) UH Z(10)",
+ "wrapper_2": "Bdc($c-divider) Py(14px)",
+ "wrapper_3": "T(0)",
+ "wrapper_4": "T(22px)",
+ "wrapper_5": "Pos(f)",
+ "wrapper_6": "Pos(r)",
+ "wrapper_7": "Bgc($bg-header)",
+ "wrapper_8": "Panel-open_Bxsh(shadowOn)"
+ }
+ },
+ "follow": {
+ "style": {
+ "button": {
+ "inline": {},
+ "content_1": "Pos(r) Fl(start) D(ib) Bd(0) P(0) Mstart(14px) Mend(13px) Cur(p) ie-7_D(n) ie-8_Pb(10px) ie-9_Pb(10px)",
+ "icon_1": "#400090",
+ "text_1": "Lh(userNavTextLh) D(ib) C(mailBtn) Fz(14px) Fw(b) Va(t) Mstart(6px)",
+ "wrapper": "D(ib) Mstart(14px) Mt(-1px) ua-ie8_Pb(10px) ua-ie9_Pb(10px)"
+ },
+ "followcount": {
+ "wrapper_1": "Bgc(mailBadge) Bdrs(11px) C(#fff) Start(16px) Fz(11px) Fw(b) Pos(a) Lh(2) Ta(c) T(-11px) W(22px)"
+ }
+ }
+ },
+ "mail": {
+ "style": {
+ "button": {
+ "inline": {},
+ "content_1": "Pos(r) D(ib) Ta(s) Td(n):h",
+ "content_2": "",
+ "icon_1": "#400090",
+ "icon_2": "#400090",
+ "text_1": "Lh(userNavTextLh) D(ib) C(mailBtn) Fz(14px) Fw(b) Va(t) Mstart(6px)",
+ "text_2": "Lh(userNavTextLh) D(ib) C(mailBtn) Fz(14px) Fw(b) Va(t) Mstart(6px)",
+ "wrapper": "D(ib) Mstart(14px) Mt(-1px) ua-ie8_Pb(10px) ua-ie9_Pb(10px)"
+ },
+ "mailcount": {
+ "wrapper_1": "Bgc(mailBadge) Bdrs(11px) C(#fff) Start(18px) Fz(11px) Fw(b) Pos(a) Py(4px) Ta(c) T(-8px) W(22px)"
+ }
+ }
+ },
+ "topbar": {
+ "style": {
+ "nav_home": {
+ "inline": {
+ "boxShadow": "0 4px 7px rgba(0,0,0,.2)",
+ "border": "0px 1px 1px 1px",
+ "borderColor": "1px solid #d9d9d9"
+ },
+ "link": {
+ "content": "C(#1d1da3)! D(b) Py(3px) Td(n) Td(u):h"
+ },
+ "content": "Bgc(#fff) C(#eee) List(n) My(.55em) Pos(r) Px(10px)!",
+ "wrapper": "Bd(1px solid #d9d9d9) Bgc(#fff) D(b) Pos(a) Start(0) T(100%)"
+ },
+ "nav_main": {
+ "link": {
+ "content": "C(#fff) Td(n) Td(u):h",
+ "wrapper": "D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom"
+ },
+ "link_home": {
+ "icon": {
+ "down_arrow": {
+ "inline": {
+ "cursor": "pointer",
+ "marginLeft": "5px",
+ "verticalAlign": "middle"
+ },
+ "color_1": "#fff",
+ "color_2": "#1d1da3"
+ },
+ "home": {
+ "inline": {
+ "cursor": "pointer",
+ "marginRight": "6px",
+ "marginTop": "1px",
+ "verticalAlign": "top"
+ },
+ "color_1": "#fff",
+ "color_2": "#1d1da3"
+ }
+ },
+ "content_1": "C(#fff) Td(n) Pos(r) Z(1) rapidnofollow",
+ "content_2": "C(#1d1da3)!",
+ "text": "Fw(400) Mstart(-1px) Td(u):h",
+ "wrapper_1": "D(ib) Lh(1.7) Mend(18px) Pstart(10px) Va(t) Zoom",
+ "wrapper_2": "Bgc(#fff)!"
+ },
+ "link_more": {
+ "icon": {
+ "down_arrow": {
+ "inline": {
+ "cursor": "pointer",
+ "marginLeft": "5px",
+ "verticalAlign": "middle"
+ },
+ "color_1": "#fff",
+ "color_2": "#1d1da3"
+ }
+ },
+ "content_1": "C(#fff) Pos(r) Td(n) Z(1) yucs-leavable rapidnofollow",
+ "content_2": "C(#1d1da3)!",
+ "text": "Td(u):h",
+ "wrapper_1": "D(ib) Lh(1.7) Pend(6px) Pos(r) Pstart(10px) Va(t) Z(4) Zoom",
+ "wrapper_2": "Bgc(#fff)!"
+ },
+ "content_1": "H(22px) Lh(1.7) M(0) NavLinks P(0) Whs(nw) Z(11)",
+ "content_2": "Bgc(#2d1152)",
+ "content_3": "Pos(a) Start(0) End(0)",
+ "wrapper_1": "C(#fff) Fz(13px)",
+ "wrapper_2": "H(22px)"
+ },
+ "nav_more": {
+ "inline": {
+ "boxShadow": "0 4px 7px rgba(0,0,0,.2)",
+ "border": "0px 1px 1px 1px",
+ "borderColor": "1px solid #d9d9d9"
+ },
+ "link": {
+ "content": "C(#1d1da3)! D(b) Py(3px) Td(n) Td(u):h"
+ },
+ "content": "Bgc(#fff) C(#eee) Pos(r) Px(10px)! List(n) My(.55em)",
+ "wrapper": "Bgc(#fff) Bd(1px solid #d9d9d9) D(b) Pos(a) Start(0) T(100%)"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "HeaderStore": {
+ "showFFPromo": false
+ },
+ "NavStore": {
+ "data": {
+ "items": [{
+ "id": "home",
+ "name": "Home",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "mail",
+ "name": "Mail",
+ "url": "https:\u002F\u002Fmail.yahoo.com\u002F?.intl=us&amp;.lang=en-US",
+ "children": []
+ }, {
+ "id": "flickr",
+ "name": "Flickr",
+ "url": "https:\u002F\u002Fwww.flickr.com\u002F",
+ "children": []
+ }, {
+ "id": "tumblr",
+ "name": "Tumblr",
+ "url": "https:\u002F\u002Fwww.tumblr.com\u002F",
+ "children": []
+ }, {
+ "id": "news",
+ "name": "News",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002F",
+ "children": []
+ }, {
+ "id": "sports",
+ "name": "Sports",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "finance",
+ "name": "Finance",
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "celebrity",
+ "name": "Celebrity",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fcelebrity\u002F",
+ "children": []
+ }, {
+ "id": "answers",
+ "name": "Answers",
+ "url": "https:\u002F\u002Fanswers.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "groups",
+ "name": "Groups",
+ "url": "https:\u002F\u002Fgroups.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "mobile",
+ "name": "Mobile",
+ "url": "https:\u002F\u002Fmobile.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "movies",
+ "name": "Movies",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fmovies\u002F",
+ "children": []
+ }, {
+ "id": "music",
+ "name": "Music",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fmusic\u002F",
+ "children": []
+ }, {
+ "id": "tv",
+ "name": "TV",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Ftv\u002F",
+ "children": []
+ }, {
+ "id": "style",
+ "name": "Style",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fstyle\u002F",
+ "children": []
+ }, {
+ "id": "beauty",
+ "name": "Beauty",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fbeauty\u002F",
+ "children": []
+ }, {
+ "id": "tech",
+ "name": "Tech",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Ftech\u002F",
+ "children": []
+ }, {
+ "id": "shopping",
+ "name": "Shopping",
+ "url": "https:\u002F\u002Fshopping.yahoo.com\u002F",
+ "children": []
+ }]
+ }
+ },
+ "MarketTimeStore": {
+ "error": null,
+ "data": {
+ "message": "U.S. Markets closed",
+ "time": "2016-11-02T03:55:01Z",
+ "status": "YFT_MARKET_CLOSED",
+ "timeZone": "ET"
+ }
+ },
+ "MarketSummaryStore": {
+ "data": [{
+ "symbol": "^GSPC",
+ "name": "S&amp;P 500"
+ }, {
+ "symbol": "^DJI",
+ "name": "Dow 30"
+ }, {
+ "symbol": "^IXIC",
+ "name": "Nasdaq"
+ }, {
+ "symbol": "CL=F",
+ "name": "Crude Oil"
+ }, {
+ "symbol": "GC=F",
+ "name": "Gold"
+ }, {
+ "symbol": "SI=F",
+ "name": "Silver"
+ }, {
+ "symbol": "EURUSD=X",
+ "name": "EUR\u002FUSD"
+ }, {
+ "symbol": "^TNX",
+ "name": "10-Yr Bond"
+ }, {
+ "symbol": "^RUT",
+ "name": "Russell 2000"
+ }, {
+ "symbol": "^VIX",
+ "name": "Vix"
+ }, {
+ "symbol": "GBPUSD=X",
+ "name": "GBP\u002FUSD"
+ }, {
+ "symbol": "JPY=X",
+ "name": "USD\u002FJPY"
+ }, {
+ "symbol": "^FTSE",
+ "name": "FTSE 100"
+ }, {
+ "symbol": "^N225",
+ "name": "Nikkei 225"
+ }]
+ },
+ "UHAccountSwitchStore": {
+ "site": "finance",
+ "crumb": "g%2F3v1TW3wAw",
+ "sendRequest": false,
+ "isEnabled": true
+ },
+ "DiscussionStore": {
+ "data": {
+ "LISTID:JTD$politics": [{
+ "externalLink": null,
+ "title": "Reports detail Trump campaign’s alleged ties to Russia",
+ "summary": "For those few voters who remain undecided a week before the 2016 presidential election, the choice between Donald Trump and Hillary Clinton may come down to which potential new scandal they can look past. The FBI announced on Friday that it had discovered new emails that may be “pertinent” to its investigation",
+ "url": "\u002Fnews\u002Freports-detail-trump-campaigns-alleged-ties-to-russia-190230912.html",
+ "image": "http:\u002F\u002Fl4.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FgXds9rM9Dx.j2Oh_0g36hg--\u002FaD0yMTg5O3c9Mjg4MztzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002Fd7ce4430-a061-11e6-b4cf-35d5bc59143b_donald-trump-russia-vladimir-putin.jpg",
+ "image_assets": {
+ "width": 2883,
+ "height": 2189,
+ "ratio": 1.3170397441754225,
+ "url": "http:\u002F\u002Fl4.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FgXds9rM9Dx.j2Oh_0g36hg--\u002FaD0yMTg5O3c9Mjg4MztzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002Fd7ce4430-a061-11e6-b4cf-35d5bc59143b_donald-trump-russia-vladimir-putin.jpg",
+ "tag": "size=original",
+ "image_asset_type": "tile"
+ },
+ "imageSize": {
+ "original": {
+ "width": 2883,
+ "height": 2189,
+ "ratio": 1.3170397441754225,
+ "url": "http:\u002F\u002Fl4.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FgXds9rM9Dx.j2Oh_0g36hg--\u002FaD0yMTg5O3c9Mjg4MztzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002Fd7ce4430-a061-11e6-b4cf-35d5bc59143b_donald-trump-russia-vladimir-putin.jpg",
+ "tag": "size=original",
+ "image_asset_type": "tile"
+ },
+ "img:45x45": {
+ "width": 45,
+ "height": 45,
+ "ratio": 1,
+ "url": "http:\u002F\u002Fl.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FmXdRAmdG60eLYdESH8w5oA--\u002FZmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002Fd7ce4430-a061-11e6-b4cf-35d5bc59143b_donald-trump-russia-vladimir-putin.jpg",
+ "tag": "img:45x45",
+ "image_asset_type": "tile"
+ }
+ },
+ "provider": "Yahoo News",
+ "type": "article",
+ "uuid": "a869f544-32e5-3503-b9a5-bccebde64f6a",
+ "published": "2016-11-01T19:02:30Z",
+ "entities": [{
+ "term": "WIKIID:Donald_Trump",
+ "label": "Donald Trump",
+ "capAbtScore": "0.997"
+ }, {
+ "term": "WIKIID:Hillary_Clinton",
+ "label": "Hillary Clinton",
+ "capAbtScore": "0.981"
+ }, {
+ "term": "WIKIID:David_Corn",
+ "label": "David Corn",
+ "capAbtScore": "0.903"
+ }, {
+ "term": "WIKIID:Russia",
+ "label": "Russia",
+ "capAbtScore": "0.832"
+ }, {
+ "term": "WIKIID:Donald_Trump_presidential_campaign,_2016",
+ "label": "Trump campaign",
+ "capAbtScore": "0.793"
+ }],
+ "categories": [{
+ "term": "YCT:001000661",
+ "score": "0.973529",
+ "label": "Politics &amp; Government"
+ }, {
+ "term": "YCT:001000681",
+ "score": "0.893443",
+ "label": "Government"
+ }, {
+ "term": "YCT:001001110",
+ "score": "0.74359",
+ "label": "Olympics"
+ }, {
+ "term": "YCT:001000671",
+ "score": "0.644068",
+ "label": "Elections"
+ }],
+ "tags": null,
+ "author": "Dylan Stableford",
+ "total_postive_comments": 267,
+ "total_negative_comments": 2235,
+ "total_neutral_comments": 4622,
+ "topRatedComments": [{
+ "comment": "The New York Times reported that the FBI spent several months over the summer investigating Russia’s potential meddling in the U.S. election and found no direct link to Trump.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fa869f544-32e5-3503-b9a5-bccebde64f6a\u002Fmessages\u002Fb2fa676e-5c10-4ce3-86c5-2c76a9b2509a?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "818",
+ "createTime": "2016-11-01T19:35:48Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002Falphatar_100x100_MW_kl.jpg",
+ "nickName": "Mr. Wizard"
+ }
+ }, {
+ "comment": "Dylan Corporate Stableford with a last-ditch hail Mary for Hillary. Trump is a KGB agent. Or maybe he is a Martian. Is he a robot? No, I'd rather believe PC Stableford is a robot.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fa869f544-32e5-3503-b9a5-bccebde64f6a\u002Fmessages\u002Fff3fbc74-0296-46ab-ba07-7b319a9eef4c?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "470",
+ "createTime": "2016-11-01T19:13:28Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fdg\u002Fusers\u002F155taHDbfAAEB_gFVvI9oCQ==.large.png",
+ "nickName": "Timothy"
+ }
+ }, {
+ "comment": "One pro hillary or anti trump story after another. When are we going to boycott yahoo?",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fa869f544-32e5-3503-b9a5-bccebde64f6a\u002Fmessages\u002Fcf9a14fd-95f5-4a64-9e14-4ab03f9aff29?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "314",
+ "createTime": "2016-11-01T20:29:13Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002Falphatar_100x100_D_ad.jpg",
+ "nickName": "dewd"
+ }
+ }],
+ "commentCount": 6192,
+ "id": "a869f544-32e5-3503-b9a5-bccebde64f6a"
+ }, {
+ "externalLink": null,
+ "title": "Why Clinton has stayed mum on corporate tax reform",
+ "summary": "Democratic presidential nominee Hillary Clinton has detailed proposals for all manner of economic stimulus. Conspicuously absent: any kind of plan for corporate tax reform. The US corporate tax rate, at 35%, is one of the highest in the developed world, which creates an incentive for big companies",
+ "url": "\u002Fnews\u002Fwhy-clinton-has-stayed-mum-on-corporate-tax-reform-194841794.html",
+ "image": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FE6QJI01jnHFbHygimJNoQw--\u002FaD0yMTkxO3c9MzI4NjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F1e565450-a054-11e6-9ad3-8592f1bd5d61_AP_114927716013.jpg",
+ "image_assets": {
+ "width": 3286,
+ "height": 2191,
+ "ratio": 1.4997717937015063,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FE6QJI01jnHFbHygimJNoQw--\u002FaD0yMTkxO3c9MzI4NjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F1e565450-a054-11e6-9ad3-8592f1bd5d61_AP_114927716013.jpg",
+ "tag": "size=original",
+ "image_asset_type": "embed-video"
+ },
+ "imageSize": {
+ "original": {
+ "width": 3286,
+ "height": 2191,
+ "ratio": 1.4997717937015063,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FE6QJI01jnHFbHygimJNoQw--\u002FaD0yMTkxO3c9MzI4NjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F1e565450-a054-11e6-9ad3-8592f1bd5d61_AP_114927716013.jpg",
+ "tag": "size=original",
+ "image_asset_type": "embed-video"
+ },
+ "img:45x45": {
+ "width": 45,
+ "height": 45,
+ "ratio": 1,
+ "url": "http:\u002F\u002Fl4.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FYN3CnSbUpnxi8yWiYi1MBw--\u002FZmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-11-01\u002F1e565450-a054-11e6-9ad3-8592f1bd5d61_AP_114927716013.jpg",
+ "tag": "img:45x45",
+ "image_asset_type": "embed-video"
+ }
+ },
+ "provider": "Yahoo Finance",
+ "type": "article",
+ "uuid": "e7487dbb-33a7-3432-a636-e800b94f2d2c",
+ "published": "2016-11-01T19:48:41Z",
+ "entities": [{
+ "term": "WIKIID:Hillary_Clinton",
+ "label": "Hillary Clinton",
+ "capAbtScore": "0.994"
+ }, {
+ "term": "WIKIID:Barack_Obama",
+ "label": "Barack Obama",
+ "capAbtScore": "0.809"
+ }, {
+ "term": "WIKIID:Tax_reform",
+ "label": "tax reform",
+ "capAbtScore": "0.8"
+ }, {
+ "term": "WIKIID:Tax_break",
+ "label": "tax breaks",
+ "capAbtScore": "0.791"
+ }],
+ "categories": [{
+ "term": "YCT:001000661",
+ "score": "0.960526",
+ "label": "Politics &amp; Government"
+ }, {
+ "term": "YCT:001000663",
+ "score": "0.929577",
+ "label": "Budget, Tax &amp; Economy"
+ }],
+ "tags": null,
+ "author": "Rick Newman",
+ "total_postive_comments": 7,
+ "total_negative_comments": 58,
+ "total_neutral_comments": 146,
+ "topRatedComments": [{
+ "comment": "She is bought and paid for by big business.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fe7487dbb-33a7-3432-a636-e800b94f2d2c\u002Fmessages\u002F4bd2659d-c686-44cf-a331-3ec2b876ce08?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "66",
+ "createTime": "2016-11-01T23:37:48Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002F40ad396c5c7abfaac674a9104e39cc98_192.jpeg",
+ "nickName": "Steve B"
+ }
+ }, {
+ "comment": "Very little interest from Hillary half wits on any article that deals with tax or finances. They live off the government and have no care or understanding of who pays the bills.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fe7487dbb-33a7-3432-a636-e800b94f2d2c\u002Fmessages\u002Fbcb79d6f-9a3b-48a7-bf42-db6c81bb06a3?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "57",
+ "createTime": "2016-11-01T23:37:05Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002Fb6f401fa085ff68a959e85c605623f45_192.jpeg",
+ "nickName": "Chris Tingle"
+ }
+ }, {
+ "comment": "HUMA LAWYERED UP ALREADY, AND HITLARY ALL ALONE.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fe7487dbb-33a7-3432-a636-e800b94f2d2c\u002Fmessages\u002Fe17cc6a2-0d85-4047-83c7-daecdccb09da?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "61",
+ "createTime": "2016-11-01T20:46:41Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002Falphatar_100x100_D_ad.jpg",
+ "nickName": "dopie"
+ }
+ }],
+ "commentCount": 172
+ }, {
+ "externalLink": null,
+ "title": "Donald Trump Says Hillary Clinton Is a Bad Role Model for His 10-Year-Old Son Barron",
+ "summary": "Donald Trump claimed Monday that his presidential election opponent, Hillary Clinton, is a poor role model for children — including his youngest son, Barron. The Republican candidate’s statements closely mirror previous accusations made against him by Clinton, 69. In July, Clinton’s campaign released",
+ "url": "\u002Fnews\u002Fdonald-trump-says-hillary-clinton-141402497.html",
+ "image": "http:\u002F\u002Fl2.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F7AOzxatp2SHD5nlyssP5_Q--\u002FaD0xMzMzO3c9MjAwMDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fpeople_218\u002Fbf95f3d0d67ecbf08d16b722ed2d6791",
+ "image_assets": {
+ "width": 2000,
+ "height": 1333,
+ "ratio": 1.5003750937734435,
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F7AOzxatp2SHD5nlyssP5_Q--\u002FaD0xMzMzO3c9MjAwMDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fpeople_218\u002Fbf95f3d0d67ecbf08d16b722ed2d6791",
+ "tag": "size=original",
+ "image_asset_type": "photo"
+ },
+ "imageSize": {
+ "original": {
+ "width": 2000,
+ "height": 1333,
+ "ratio": 1.5003750937734435,
+ "url": "http:\u002F\u002Fl2.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F7AOzxatp2SHD5nlyssP5_Q--\u002FaD0xMzMzO3c9MjAwMDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fpeople_218\u002Fbf95f3d0d67ecbf08d16b722ed2d6791",
+ "tag": "size=original",
+ "image_asset_type": "photo"
+ },
+ "img:45x45": {
+ "width": 45,
+ "height": 45,
+ "ratio": 1,
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FpuYU1rHhMUsxlGSnoewlJg--\u002FZmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fpeople_218\u002Fbf95f3d0d67ecbf08d16b722ed2d6791",
+ "tag": "img:45x45",
+ "image_asset_type": "photo"
+ }
+ },
+ "provider": "People",
+ "type": "article",
+ "uuid": "d7f8a81f-3f16-30a1-9c08-9f8e82c6d57d",
+ "published": "2016-11-01T14:14:02Z",
+ "entities": {
+ "term": "WIKIID:Hillary_Clinton",
+ "label": "Hillary Clinton",
+ "capAbtScore": "0.997"
+ },
+ "categories": [{
+ "term": "YCT:001000661",
+ "score": "0.953281",
+ "label": "Politics &amp; Government"
+ }, {
+ "term": "YCT:001000671",
+ "score": "0.644068",
+ "label": "Elections"
+ }],
+ "tags": null,
+ "author": "Stephanie Petit",
+ "total_postive_comments": 27,
+ "total_negative_comments": 173,
+ "total_neutral_comments": 287,
+ "topRatedComments": [{
+ "comment": "I'm astonished! Maybe he should worry more about what kind of role model he is for his son!",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fd7f8a81f-3f16-30a1-9c08-9f8e82c6d57d\u002Fmessages\u002F7b4291a1-1429-4d9a-bb3f-39dec7559389?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "172",
+ "createTime": "2016-11-01T19:45:55Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fgraph.facebook.com\u002F100003113692822\u002Fpicture?height=320&amp;width=213",
+ "nickName": "Susan B"
+ }
+ }, {
+ "comment": "The only bad role model for his son, or sons, is Trump himself...not anyone else.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fd7f8a81f-3f16-30a1-9c08-9f8e82c6d57d\u002Fmessages\u002F6be5854a-4afa-4bce-a127-21c561b1d5d7?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "146",
+ "createTime": "2016-11-01T23:57:05Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002Falphatar_100x100_T_ald_2_6-16.jpg",
+ "nickName": "Tawandah"
+ }
+ }, {
+ "comment": "Lol he must be in lala land he has to be the worst role model in America I certainly wouldn't want my kids around him.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fd7f8a81f-3f16-30a1-9c08-9f8e82c6d57d\u002Fmessages\u002Fb62ea5a8-66b3-4b61-b2a9-835b6bd5efdf?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "112",
+ "createTime": "2016-11-02T00:06:49Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fdg\u002Fusers\u002F1YVrauq1XAAABtIKcYCY=.large.png",
+ "nickName": "anon"
+ }
+ }],
+ "commentCount": 354
+ }, {
+ "externalLink": null,
+ "title": "Comey letter receives surprise criticism from GOP",
+ "summary": "FBI Director James Comey’s bombshell letter to congressional leaders informing them of newly discovered emails that might be “pertinent” to the bureau’s investigation of Hillary Clinton’s use of a private email server is being criticized by a broad spectrum of politicians on Capitol Hill — including",
+ "url": "\u002Fnews\u002Fcomey-letter-receives-surprise-criticism-from-gop-155951391.html",
+ "image": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FrBaEFDuMYi8oIyhtaDyPIg--\u002FaD00OTY7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F07528e91971542df0b8468e45cccf720",
+ "image_assets": {
+ "width": 744,
+ "height": 496,
+ "ratio": 1.5,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FrBaEFDuMYi8oIyhtaDyPIg--\u002FaD00OTY7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F07528e91971542df0b8468e45cccf720",
+ "tag": "size=original",
+ "image_asset_type": "tile"
+ },
+ "imageSize": {
+ "original": {
+ "width": 744,
+ "height": 496,
+ "ratio": 1.5,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FrBaEFDuMYi8oIyhtaDyPIg--\u002FaD00OTY7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F07528e91971542df0b8468e45cccf720",
+ "tag": "size=original",
+ "image_asset_type": "tile"
+ },
+ "img:45x45": {
+ "width": 45,
+ "height": 45,
+ "ratio": 1,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FkPbxVSz9qWuHkGXTzJqtSA--\u002FZmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F07528e91971542df0b8468e45cccf720",
+ "tag": "img:45x45",
+ "image_asset_type": "tile"
+ }
+ },
+ "provider": "Yahoo News",
+ "type": "article",
+ "uuid": "a3e411a3-3cf1-37cf-ae4c-f7937e0b72bb",
+ "published": "2016-11-01T15:59:51Z",
+ "entities": [{
+ "term": "WIKIID:Hillary_Clinton",
+ "label": "Hillary Clinton",
+ "capAbtScore": "0.98"
+ }, {
+ "term": "WIKIID:Federal_Bureau_of_Investigation",
+ "label": "FBI",
+ "capAbtScore": "0.915"
+ }, {
+ "term": "WIKIID:Chuck_Grassley",
+ "label": "Chuck Grassley",
+ "capAbtScore": "0.842"
+ }, {
+ "term": "WIKIID:Hillary_Clinton_presidential_campaign,_2016",
+ "label": "Clinton campaign",
+ "capAbtScore": "0.792"
+ }, {
+ "term": "WIKIID:James_Comey",
+ "label": "James Comey",
+ "capAbtScore": "0.763"
+ }],
+ "categories": [{
+ "term": "YCT:001000661",
+ "score": "0.991329",
+ "label": "Politics &amp; Government"
+ }, {
+ "term": "YCT:001000681",
+ "score": "0.911504",
+ "label": "Government"
+ }, {
+ "term": "YCT:001000682",
+ "score": "0.897436",
+ "label": "Government Agencies"
+ }],
+ "tags": null,
+ "author": "Dylan Stableford",
+ "total_postive_comments": 86,
+ "total_negative_comments": 892,
+ "total_neutral_comments": 1971,
+ "topRatedComments": [{
+ "comment": "I don't buy it for a minute that trump voters are angry at government and fed up with the system. They and most republicans are challenged by an America that is becoming more socially open, more environmentally conscious, and more ethnically diverse. They are squirming about it and they are in-denial that we're coming off a two term democratic, African American president's administration and things are better now than Bush left it. The GOP has no legs to stand on and nether does Trump.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fa3e411a3-3cf1-37cf-ae4c-f7937e0b72bb\u002Fmessages\u002Fc3f4d695-2f04-4653-99f0-717607b1bae2?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "389",
+ "createTime": "2016-11-01T16:58:46Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002F3c2cb24d3677e3e4ce07449e1c0a8cde_192.png",
+ "nickName": "pd"
+ }
+ }, {
+ "comment": "Comey is conducting an investigation. How could he (or anyone) provide details until he has facts.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fa3e411a3-3cf1-37cf-ae4c-f7937e0b72bb\u002Fmessages\u002Fe7a043b6-e3e2-4542-b7fe-f1975f215123?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "319",
+ "createTime": "2016-11-01T16:55:14Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002Falphatar_100x100_L_ad.jpg",
+ "nickName": "LeBo"
+ }
+ }, {
+ "comment": "If he didn't send the letter and go public it would appear as though he was covering for Clinton.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002Fa3e411a3-3cf1-37cf-ae4c-f7937e0b72bb\u002Fmessages\u002F6d17729f-575b-4f11-8ed2-4560a96a35a7?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "268",
+ "createTime": "2016-11-01T16:46:35Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002Falphatar_100x100_D_ad.jpg",
+ "nickName": "Drew"
+ }
+ }],
+ "commentCount": 1898
+ }, {
+ "externalLink": null,
+ "title": "Megyn Kelly Rips Donna Brazile: ‘Can You Imagine If This Were a Republican?’ (Video)",
+ "summary": "Megyn Kelly went after DNC chair Donna Brazile on Monday night after another batch of leaked emails appear to show the former CNN contributor providing the Clinton campaign with debate and town hall questions in advance. “Can you imagine if this were a Republican had been fed a question by Fox News,",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Ftv\u002Fmegyn-kelly-rips-donna-brazile-imagine-were-republican-141029136.html",
+ "image": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FOiXuuKB3I73dVXxX0Ht40A--\u002FaD00MTI7dz02MTg7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_US\u002FNews\u002FTheWrap\u002FMegyn_Kelly_Rips_Donna_Brazile-1dbf6f34da7037a514518abff7b16c36",
+ "image_assets": {
+ "width": 618,
+ "height": 412,
+ "ratio": 1.5,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FOiXuuKB3I73dVXxX0Ht40A--\u002FaD00MTI7dz02MTg7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_US\u002FNews\u002FTheWrap\u002FMegyn_Kelly_Rips_Donna_Brazile-1dbf6f34da7037a514518abff7b16c36",
+ "tag": "size=original",
+ "image_asset_type": "photo"
+ },
+ "imageSize": {
+ "original": {
+ "width": 618,
+ "height": 412,
+ "ratio": 1.5,
+ "url": "http:\u002F\u002Fl1.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FOiXuuKB3I73dVXxX0Ht40A--\u002FaD00MTI7dz02MTg7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_US\u002FNews\u002FTheWrap\u002FMegyn_Kelly_Rips_Donna_Brazile-1dbf6f34da7037a514518abff7b16c36",
+ "tag": "size=original",
+ "image_asset_type": "photo"
+ },
+ "img:45x45": {
+ "width": 45,
+ "height": 45,
+ "ratio": 1,
+ "url": "http:\u002F\u002Fl3.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F0151lPNJDus2WpMXtlYSyA--\u002FZmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_US\u002FNews\u002FTheWrap\u002FMegyn_Kelly_Rips_Donna_Brazile-1dbf6f34da7037a514518abff7b16c36",
+ "tag": "img:45x45",
+ "image_asset_type": "photo"
+ }
+ },
+ "provider": "The Wrap",
+ "type": "article",
+ "uuid": "3dceeaeb-6499-3a42-808b-796f29237a8f",
+ "published": "2016-11-01T14:10:29Z",
+ "entities": [{
+ "term": "WIKIID:Megyn_Kelly",
+ "label": "Megyn Kelly",
+ "capAbtScore": "0.997"
+ }, {
+ "term": "WIKIID:Donna_Brazile",
+ "label": "Donna Brazile",
+ "capAbtScore": "0.992"
+ }, {
+ "term": "WIKIID:Bernie_Sanders",
+ "label": "Bernie Sanders",
+ "capAbtScore": "0.877"
+ }, {
+ "term": "WIKIID:Hillary_Clinton_presidential_campaign,_2016",
+ "label": "Clinton campaign",
+ "capAbtScore": "0.809"
+ }],
+ "categories": {
+ "term": "YCT:001000661",
+ "score": "0.92",
+ "label": "Politics &amp; Government"
+ },
+ "tags": null,
+ "author": "Brian Flood",
+ "total_postive_comments": 4,
+ "total_negative_comments": 34,
+ "total_neutral_comments": 59,
+ "topRatedComments": [{
+ "comment": "SHE IS A CRIMINAL JUST LIKE KILLARY, LOCK BOTH OF THEM UP!",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002F3dceeaeb-6499-3a42-808b-796f29237a8f\u002Fmessages\u002F3c21cf02-f29e-425b-bfc8-27e412a5f45a?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "43",
+ "createTime": "2016-11-02T01:46:54Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fdg\u002Fusers\u002F1Dnxb3makAAEC-IFDNI3_c5IA.large.png",
+ "nickName": "lorane M"
+ }
+ }, {
+ "comment": "The Democratic National Committee conspired to keep Bernie from winning. Their super delegate system is a form of voter disenfranchisement allowing big league higher tier party members to throw massive weight behind a candidate and ensure their (her) victory in the primaries. It looks nothing like democracy is suppose to look. So the discovery that they also cheat and lie to give questions ahead of time during debates is nothing next to their entire system and past antics.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002F3dceeaeb-6499-3a42-808b-796f29237a8f\u002Fmessages\u002F022c754b-cb17-4ec9-9dac-e0e966dd8e0f?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "37",
+ "createTime": "2016-11-02T01:35:43Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fwv\u002Fimages\u002Falphatar_100x100_M_ald.jpg",
+ "nickName": "Morgan"
+ }
+ }, {
+ "comment": "Ya if this was all the News Outlets &amp; she was Republican. She be tried, convicted &amp; hung.",
+ "selfURI": "https:\u002F\u002Fcanvass-yql.media.yahoo.com\u002Fapi\u002Fcanvass\u002Fv1\u002Fns\u002Fyahoo-content\u002Fcontexts\u002F3dceeaeb-6499-3a42-808b-796f29237a8f\u002Fmessages\u002F3ecb39ca-4f66-4101-a48e-8bdef1bf2257?region=US&amp;lang=en-US",
+ "thumbsDownCount": "0",
+ "thumbsUpCount": "36",
+ "createTime": "2016-11-02T02:04:02Z",
+ "userProfile": {
+ "imageUrl": "https:\u002F\u002Fs.yimg.com\u002Fdg\u002Fusers\u002F1nihqSO4KAAEC_IFHtCw=.large.png",
+ "nickName": "Rick"
+ }
+ }],
+ "commentCount": 70
+ }]
+ }
+ },
+ "MobileHeaderStore": {
+ "navTitle": "finance",
+ "useNavTitle": false
+ }
+ }
+ },
+ "plugins": {
+ "BundlePlugin": {
+ "loadedBundles": ["tdv2-applet-canvass", "react-finance", "tdv2-applet-mtfpopup", "react-lightbox", "tdv2-applet-breakingnews", "tdv2-applet-slideshow", "tdv2-applet-content-canvas", "tdv2-applet-swisschamp", "td-ads", "tdv2-applet-stream", "tdv2-applet-footer", "tdv2-applet-uh", "tdv2-applet-discussion", "tdv2-applet-account-switch", "react-tumblr-tile", "tdv2-applet-follow", "td-app-yahoo"],
+ "meta": {
+ "react-finance": {
+ "dependencies": ["tdv2-applet-uh"]
+ },
+ "react-sports.nav": {
+ "langBundle": "react-sports"
+ },
+ "react-sports.y20": {
+ "langBundle": "react-sports"
+ },
+ "tdv2-applet-content-canvas": {
+ "dependencies": ["tdv2-applet-canvass", "tdv2-applet-livecoverage", "tdv2-applet-slideshow", "tdv2-applet-video-modal"]
+ },
+ "tdv2-applet-stream": {
+ "dependencies": ["react-tumblr-tile", "tdv2-applet-follow"]
+ },
+ "tdv2-applet-stream-hero": {
+ "dependencies": ["td-ads", "tdv2-applet-follow", "tdv2-applet-video-modal"]
+ },
+ "tdv2-applet-uh": {
+ "dependencies": ["tdv2-applet-trending", "tdv2-applet-account-switch"]
+ }
+ },
+ "reqContext": {
+ "authed": "0",
+ "ynet": "0",
+ "ssl": "0",
+ "spdy": "0",
+ "ytee": "0",
+ "mode": "normal",
+ "site": "finance",
+ "region": "US",
+ "lang": "en-US",
+ "bucket": "finance-US-en-US-def",
+ "colo": "gq1",
+ "device": "desktop",
+ "bot": "0",
+ "environment": "prod",
+ "intl": "us",
+ "partner": "none",
+ "tz": "Asia\u002FTaipei",
+ "feature": ["canvass", "newContentAttribution"]
+ },
+ "loadChildBundles": true
+ },
+ "DaggrPlugin": {
+ "daggr": {
+ "requests": {
+ "StreamService:7487a38421fe819c05b9ce6bb5bcce52": {
+ "resource": "StreamService",
+ "id": "StreamService:7487a38421fe819c05b9ce6bb5bcce52",
+ "error": null,
+ "requesters": [{
+ "id": "Col2-4-HeightContainer-0-Stream",
+ "dataKey": "streamItems"
+ }]
+ }
+ }
+ }
+ },
+ "DevToolsPlugin": {
+ "actionHistory": [],
+ "enableDebug": false
+ },
+ "FetchrPlugin": {
+ "xhrContext": {
+ "feature": "canvass,newContentAttribution",
+ "bkt": "finance-US-en-US-def",
+ "crumb": "MjDCwQ.gH8Y",
+ "device": "desktop",
+ "intl": "us",
+ "lang": "en-US",
+ "partner": "none",
+ "region": "US",
+ "site": "finance",
+ "tz": "Asia\u002FTaipei",
+ "ver": "2.0.2425002"
+ },
+ "xhrPath": "\u002F_td\u002Fapi\u002Fresource",
+ "xhrTimeout": 3000,
+ "corsPath": null
+ },
+ "LoggerPlugin": {
+ "logLevel": 3
+ },
+ "RouterPlugin": {
+ "appLevelEnable": true
+ },
+ "SessionPlugin": {
+ "bucketLogString": "finance-US-en-US-def",
+ "bucketMetaData": {},
+ "dimensions": {
+ "authed": "0",
+ "ynet": "0",
+ "ssl": "0",
+ "spdy": "0",
+ "ytee": "0",
+ "mode": "normal",
+ "site": "finance",
+ "region": "US",
+ "lang": "en-US",
+ "bucket": "finance-US-en-US-def",
+ "colo": "gq1",
+ "device": "desktop",
+ "bot": "0",
+ "environment": "prod",
+ "intl": "us",
+ "partner": "none",
+ "tz": "Asia\u002FTaipei",
+ "feature": ["canvass", "newContentAttribution"]
+ },
+ "enableSpdyAssetUrls": true,
+ "enableSpdyAssetUrlsFlag": true,
+ "experimentIds": {},
+ "host": "finance.yahoo.com",
+ "isBot": false,
+ "isCorpUser": false,
+ "isDevInfo": false,
+ "isYnet": false,
+ "pathPrefix": "\u002F_td",
+ "protocol": "http",
+ "query": {
+ "m_mode": "multipart",
+ "_appName": "td-app-yahoo",
+ "_appVer": "2.0.2425002",
+ "_esiAuthed": "0",
+ "_esiBucket": "finance-US-en-US-def",
+ "_esiInclude": "1"
+ },
+ "rid": "2n23a79c1iosl",
+ "woe": {
+ "woeid_country": "23424971",
+ "country": "TW",
+ "confidence_country": "99"
+ },
+ "sampleIds": {},
+ "spdyPathPrefix": "\u002Fsy",
+ "userAgent": {
+ "browserName": "firefox",
+ "browserVersion": "52.0",
+ "osName": "mac os x",
+ "osVersion": "10.11"
+ }
+ }
+ }
+ },
+ "plugins": {
+ "BundlePlugin": {
+ "mainBundle": "td-app-yahoo"
+ },
+ "ResourcePlugin": {
+ "registry": {
+ "configs": {
+ "td-app-yahoo": {
+ "ads": 1,
+ "app": 1,
+ "assets": 1,
+ "dimensions": 1,
+ "feature": 1,
+ "feedback": 1,
+ "i13n": 1,
+ "prefetch": 1,
+ "rss": 1,
+ "sections": 1
+ },
+ "react-avatar": {
+ "defaultColors": 1
+ },
+ "react-finance": {
+ "TopNavMap": 1,
+ "app": 1,
+ "atomize": 1,
+ "componentFooter": 1,
+ "componentMarketSummary": 1,
+ "componentSignInBtn": 1,
+ "componentTopNav": 1,
+ "cookies": 1,
+ "defaultViews": 1,
+ "i13n": 1,
+ "industries": 1,
+ "listConfig": 1,
+ "regal": 1,
+ "search": 1,
+ "table": 1,
+ "tableColumns": 1,
+ "tableViews": 1,
+ "topnav-ca-en-CA": 1,
+ "topnav-de-de-DE": 1,
+ "topnav-gb-en-GB": 1,
+ "yfinlists": 1,
+ "styles\u002Fbtn": 1,
+ "styles\u002Fdropbox": 1,
+ "styles\u002Finput": 1,
+ "styles\u002FreactAutoCompleteResults": 1,
+ "styles\u002Ftable": 1
+ },
+ "react-sports": {
+ "atomic-classsets": 1,
+ "componentAdBlockPromo": 1,
+ "componentBoxscore": 1,
+ "componentDraft": 1,
+ "componentDraftProspects": 1,
+ "componentDraftResults": 1,
+ "componentFantasy": 1,
+ "componentGolfTours": 1,
+ "componentGraphStats": 1,
+ "componentInterstitial": 1,
+ "componentLeaderboard": 1,
+ "componentLeaguePlayers": 1,
+ "componentLeagueRankings": 1,
+ "componentLeagueStandings": 1,
+ "componentLeagueTeams": 1,
+ "componentLeagueTracks": 1,
+ "componentLivelook": 1,
+ "componentMatchHeader": 1,
+ "componentOdds": 1,
+ "componentPlayer": 1,
+ "componentPromo": 1,
+ "componentScoreboard": 1,
+ "componentTeam": 1,
+ "componentTopPlayer": 1,
+ "intlFormats": 1
+ },
+ "react-tile": {
+ "config": 1
+ },
+ "react-video": {
+ "video-reel": 1
+ },
+ "react-weather": {
+ "componentWeather": 1,
+ "componentWeatherAppPromote": 1,
+ "componentWeatherChannelPromote": 1,
+ "componentWeatherStaticList": 1
+ },
+ "td-service-canvas": {
+ "config": 1
+ },
+ "td-service-canvass": {
+ "api": 1
+ },
+ "td-service-digest": {
+ "config": 1
+ },
+ "td-service-location": {
+ "config": 1
+ },
+ "td-stores-location": {
+ "config": 1
+ },
+ "td-stores-sports": {
+ "resources": 1,
+ "statcloud\u002Fnormalize-schema-statcloud": 1,
+ "statcloud\u002Fstatcloud": 1,
+ "sierra\u002Fnormalize-schema-sierra": 1,
+ "sierra\u002Fsierra": 1,
+ "olympics\u002Folympics": 1,
+ "graphite\u002Fgraphite": 1,
+ "fantasy\u002Ffantasy": 1,
+ "dailyfantasy\u002Fdailyfantasy": 1,
+ "dailyfantasy\u002Fnormalize-schema-dailyfantasy": 1
+ },
+ "tdv2-applet-account-switch": {
+ "componentAccountSwitch": 1,
+ "constants": 1,
+ "i13n": 1
+ },
+ "tdv2-applet-activitylist": {
+ "activitylist": 1
+ },
+ "tdv2-applet-breakingnews": {
+ "componentTDV2BreakingNews": 1
+ },
+ "tdv2-applet-bubble": {
+ "componentBubble": 1
+ },
+ "tdv2-applet-canvass": {
+ "atomize": 1,
+ "componentComments": 1,
+ "constants": 1
+ },
+ "tdv2-applet-cardstrip": {
+ "config": 1
+ },
+ "tdv2-applet-channels": {
+ "componentChannels": 1,
+ "thumbnails": 1
+ },
+ "tdv2-applet-comments": {
+ "atomic-helper": 1,
+ "componentComments": 1
+ },
+ "tdv2-applet-content-canvas": {
+ "componentContentCanvas": 1,
+ "componentOneIdButtons": 1,
+ "componentStorylineItem": 1,
+ "pages": 1,
+ "routes": 1
+ },
+ "tdv2-applet-delegate-tracker": {
+ "componentDelegateTracker": 1,
+ "config": 1
+ },
+ "tdv2-applet-discussion": {
+ "componentDiscussionCarousel": 1,
+ "componentDiscussionList": 1
+ },
+ "tdv2-applet-featurebar": {
+ "componentFeatureBar": 1
+ },
+ "tdv2-applet-finance-virgo": {
+ "componentControlSet": 1,
+ "legacyRangeMap": 1
+ },
+ "tdv2-applet-follow": {
+ "componentFollow": 1,
+ "regal": 1
+ },
+ "tdv2-applet-followauthor": {
+ "componentFollowAuthor": 1,
+ "componentFollowHeadlines": 1
+ },
+ "tdv2-applet-footer": {
+ "componentFooter": 1
+ },
+ "tdv2-applet-horoscope": {
+ "componentHoroscope": 1,
+ "config": 1
+ },
+ "tdv2-applet-livecoverage": {
+ "componentLiveCoverage": 1
+ },
+ "tdv2-applet-map": {
+ "componentElectionMap": 1,
+ "config": 1
+ },
+ "tdv2-applet-mtfpopup": {
+ "config": 1
+ },
+ "tdv2-applet-nagbar": {
+ "componentNagbar": 1
+ },
+ "tdv2-applet-navrail": {
+ "componentNavLite": 1,
+ "componentNavrail": 1,
+ "nav\u002Findex": 1,
+ "nav\u002Fmaster": 1,
+ "nav\u002Fsite\u002Findex": 1,
+ "nav\u002Fpartner\u002Findex": 1,
+ "nav\u002Flang\u002Findex": 1,
+ "nav\u002Fdevice\u002Findex": 1
+ },
+ "tdv2-applet-rawads": {
+ "componentRawAds": 1
+ },
+ "tdv2-applet-search-input": {
+ "searchassist": 1
+ },
+ "tdv2-applet-showtimes": {
+ "componentShowtimes": 1
+ },
+ "tdv2-applet-slideshow": {
+ "componentHeroSlideshow": 1
+ },
+ "tdv2-applet-stream": {
+ "componentStream": 1
+ },
+ "tdv2-applet-stream-hero": {
+ "componentStreamHero": 1,
+ "componentStreamHeroCarousel": 1,
+ "componentWideHero": 1
+ },
+ "tdv2-applet-style": {
+ "componentStyleCover": 1,
+ "config": 1
+ },
+ "tdv2-applet-trending": {
+ "componentTrending": 1,
+ "config": 1
+ },
+ "tdv2-applet-uh": {
+ "componentHeader": 1,
+ "searchOrigins": 1,
+ "components\u002Findex": 1,
+ "components\u002Fmaster": 1,
+ "components\u002Fsite\u002Findex": 1,
+ "components\u002Fpartner\u002Findex": 1,
+ "components\u002Flang\u002Findex": 1,
+ "components\u002Fenvironment\u002Findex": 1,
+ "components\u002Fdevice\u002Findex": 1
+ },
+ "tdv2-applet-video-lightbox": {
+ "componentContentLightboxVideo": 1,
+ "componentVideoLightbox": 1
+ },
+ "tdv2-applet-video-modal": {
+ "componentVideoModal": 1,
+ "keyboard-shortcuts": 1,
+ "modalShareButtons": 1,
+ "thumbnails-cover": 1,
+ "thumbnails": 1,
+ "videoModalExamples": 1
+ },
+ "tdv2-service-ads": {
+ "config": 1
+ },
+ "tdv2-service-comments": {
+ "config": 1,
+ "developers": 1,
+ "editors": 1,
+ "powerUsers": 1
+ },
+ "video-service": {
+ "channel_service_config": 1
+ }
+ },
+ "lang": {
+ "td-app-yahoo": {
+ "strings": 1
+ },
+ "react-finance": {
+ "strings": 1
+ },
+ "react-horoscope": {
+ "strings": 1
+ },
+ "react-location-widget": {
+ "strings": 1
+ },
+ "react-showtimes": {
+ "strings": 1
+ },
+ "react-sports": {
+ "strings": 1
+ },
+ "react-tumblr-tile": {
+ "strings": 1
+ },
+ "react-weather": {
+ "strings": 1
+ },
+ "td-ads": {
+ "strings": 1
+ },
+ "tdv2-applet-account-switch": {
+ "strings": 1
+ },
+ "tdv2-applet-activitylist": {
+ "strings": 1
+ },
+ "tdv2-applet-breakingnews": {
+ "strings": 1
+ },
+ "tdv2-applet-bubble": {
+ "strings": 1
+ },
+ "tdv2-applet-canvass": {
+ "strings": 1
+ },
+ "tdv2-applet-cardstrip": {
+ "strings": 1
+ },
+ "tdv2-applet-channels": {
+ "strings": 1
+ },
+ "tdv2-applet-comments": {
+ "strings": 1
+ },
+ "tdv2-applet-content-canvas": {
+ "strings": 1
+ },
+ "tdv2-applet-delegate-tracker": {
+ "strings": 1
+ },
+ "tdv2-applet-discussion": {
+ "strings": 1
+ },
+ "tdv2-applet-featurebar": {
+ "strings": 1
+ },
+ "tdv2-applet-finance-virgo": {
+ "strings": 1
+ },
+ "tdv2-applet-follow": {
+ "strings": 1
+ },
+ "tdv2-applet-followauthor": {
+ "strings": 1
+ },
+ "tdv2-applet-footer": {
+ "strings": 1
+ },
+ "tdv2-applet-horoscope": {
+ "strings": 1
+ },
+ "tdv2-applet-livecoverage": {
+ "strings": 1
+ },
+ "tdv2-applet-map": {
+ "strings": 1
+ },
+ "tdv2-applet-mtfpopup": {
+ "strings": 1
+ },
+ "tdv2-applet-nagbar": {
+ "strings": 1
+ },
+ "tdv2-applet-navrail": {
+ "strings": 1
+ },
+ "tdv2-applet-rawads": {
+ "strings": 1
+ },
+ "tdv2-applet-search-input": {
+ "strings": 1
+ },
+ "tdv2-applet-showtimes": {
+ "strings": 1
+ },
+ "tdv2-applet-slideshow": {
+ "strings": 1
+ },
+ "tdv2-applet-stream": {
+ "strings": 1
+ },
+ "tdv2-applet-stream-hero": {
+ "strings": 1
+ },
+ "tdv2-applet-style": {
+ "strings": 1
+ },
+ "tdv2-applet-swisschamp": {
+ "strings": 1
+ },
+ "tdv2-applet-trending": {
+ "strings": 1
+ },
+ "tdv2-applet-tumblr-actions": {
+ "strings": 1
+ },
+ "tdv2-applet-uh": {
+ "strings": 1
+ },
+ "tdv2-applet-video-lightbox": {
+ "strings": 1
+ },
+ "tdv2-applet-video-modal": {
+ "strings": 1
+ },
+ "yahoodotcom-layout": {
+ "strings": 1
+ }
+ }
+ },
+ "options": {
+ "defaultBundle": "td-app-yahoo"
+ }
+ }
+ }
+ };
+ }(this));
+ </script>
+ <div>
+ <script type="text/javascript">
+ window._loadEvt = false;
+ window._adPerfData = [];
+ window._adPosMsg = [];
+ window._perfMark = function _perfMark(name) {
+ if (window.performance & amp; & amp; window.performance.mark) {
+ try {
+ if (window.performance.getEntriesByName("NAVIGATE_START") & amp; & amp; window.performance.getEntriesByName("NAVIGATE_START")[0]) {
+ name = "CL_" + name;
+ }
+ window.performance.mark(name);
+ } catch (e) {
+ console.warn(name + ' could not be marked:', e);
+ }
+ };
+ };
+ window._perfMeasure = function _perfMeasure(name, start, end) {
+ if (window.performance & amp; & amp; window.performance.measure) {
+ try {
+ if (window.performance.getEntriesByName("NAVIGATE_START") & amp; & amp; window.performance.getEntriesByName("NAVIGATE_START")[0]) {
+ start = "CL_" + start;
+ end = "CL_" + end;
+ name = "CL_" + name;
+ }
+ window.performance.measure(name, start, end);
+ } catch (e) {
+ console.warn(name + ' could not be added:', e);
+ }
+ };
+ };
+ window._pushAdPerfMetric = function _pushAdPerfMetric(key) {
+ if (window.performance & amp; & amp; window.performance.now) {
+ _adPerfData.push([key, Math.round(window.performance.now())]);
+ }
+ };
+ window._fireAdPerfBeacon = function _fireAdPerfBeacon(eventName) {
+ try {
+ if (window & amp; & amp; window.rapidInstance & amp; & amp; window.performance) {
+ var navClickMark = window.performance.getEntriesByName('NAVIGATE_START') & amp; & amp;
+ window.performance.getEntriesByName('NAVIGATE_START').pop();
+ var navClickTime = navClickMark & amp; & amp;
+ navClickMark.startTime || 0;
+ var userTime = {};
+ window.performance.getEntries().forEach(function forEachPerfTime(item) {
+ if (item.name.search('DARLA_') & gt; - 1) {
+ if (item.entryType === "mark") {
+ userTime[item.name] = Math.round(item.startTime) - navClickTime;
+ window.performance.clearMarks(item.name);
+ } else if (item.entryType === "measure") {
+ userTime[item.name] = Math.round(item.duration);
+ window.performance.clearMeasures(item.name);
+ }
+ }
+ });
+ var perfData = {
+ perf_usertime: {
+ utm: userTime
+ }
+ };
+ window.rapidInstance.beaconPerformanceData(perfData);
+ }
+ } catch (e) {
+ console.warn('Could not send the beacon:', e);
+ }
+ };
+ window.DARLA_CONFIG = {
+ "autoRotation": 10000,
+ "events": {
+ "AUTO": {
+ "name": "AUTO",
+ "autoStart": 1,
+ "autoMax": 25,
+ "autoRT": 10000,
+ "autoIV": 1,
+ "autoDDG": 1,
+ "ps": {
+ "LDRB": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "MAST": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MAST-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MON-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "SPL": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ }
+ },
+ "sa": "ticker=\"SNE\" wiki_topics=\"PlayStation_VR;Rhythm_game;Launch_game\" ctopid=\"1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" hashtag=\"playstation-vr;sony-playstation-vr;sony-psvr;psvr;playstation-4;playstation;ps4;sony;gaming;games;video-games;featured;%24sne;1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" rs=\"lmsid:a0Vd000000AE7lXEAT;revsp:407fd5b2-47b4-4c00-a1d0-421cf33bb721;lpstaid:80b35014-fba3-377e-adc5-47fb44f61fa7;pct:story\" megamodal=true Y-BUCKET=\"finance-US-en-US-def\"",
+ "ult": {
+ "pg": {
+ "property": "finance_en-US",
+ "test": "finance-US-en-US-def"
+ }
+ }
+ },
+ "DEFAULT": {
+ "clw": {
+ "LREC": {
+ "blocked_by": "MON-1"
+ },
+ "MON-1": {
+ "blocked_by": "LREC"
+ },
+ "MAST-9": {
+ "blocked_by": "SPL,LDRB-9"
+ },
+ "MAST": {
+ "blocked_by": "SPL,LDRB"
+ },
+ "LDRB": {
+ "blocked_by": "MAST,SPL"
+ },
+ "LDRB-9": {
+ "blocked_by": "MAST-9,SPL"
+ },
+ "SPL": {
+ "blocked_by": "MAST,LDRB"
+ }
+ },
+ "sp": "1183300100",
+ "ult": {
+ "pg": {
+ "property": "finance_en-US",
+ "test": "finance-US-en-US-def"
+ }
+ }
+ },
+ "adFetch": {
+ "ps": "BTN,BTN-1,BTN-2,BTN-3,MAST,LDRB,SPL,LREC,LREC2,LREC3,FOOT,FSRVY",
+ "sp": "1183300100",
+ "sa": "ticker=\"SNE\" wiki_topics=\"PlayStation_VR;Rhythm_game;Launch_game\" ctopid=\"1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" hashtag=\"playstation-vr;sony-playstation-vr;sony-psvr;psvr;playstation-4;playstation;ps4;sony;gaming;games;video-games;featured;%24sne;1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" rs=\"lmsid:a0Vd000000AE7lXEAT;revsp:407fd5b2-47b4-4c00-a1d0-421cf33bb721;lpstaid:80b35014-fba3-377e-adc5-47fb44f61fa7;pct:story\" megamodal=true Y-BUCKET=\"finance-US-en-US-def\"",
+ "optionalps": "",
+ "site": "finance",
+ "ssl": 1,
+ "secure": 1,
+ "ult": {
+ "pg": {
+ "property": "finance_en-US",
+ "test": "finance-US-en-US-def"
+ }
+ }
+ },
+ "TD_AUTO": {
+ "ps": "DEFAULT,BTN,BTN-1,BTN-2,BTN-3,FOOT,FOOT9,FSRVY,LREC,LREC-1,LREC-2,LREC-9,LREC2-1,LREC2-2,LREC2-4,LREC2-5,LREC2-6,LREC2-7,LREC2-8,LREC2-9,LREC2,LREC3,LREC3-1,LREC3-4,LREC3-5,LREC3-6,LREC3-7,LREC3-8,LREC3-9,LREC4,LDRB,LDRB-1,LDRB-9,LDRB2-1,LDRB2-2,LDRP,MAST,MAST-9,MFPAD,MON-1,SPL,SPL-2,SPL2,SPRZ,SPON,TXTL,WFPAD",
+ "ult": {
+ "pg": {
+ "property": "finance_en-US",
+ "test": "finance-US-en-US-def"
+ }
+ }
+ }
+ },
+ "positions": {
+ "DEFAULT": {
+ "meta": {
+ "stack": "ydc"
+ },
+ "clean": "defaultcleanDEFAULT",
+ "dest": "defaultdestDEFAULT",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "DEFAULT",
+ "staticLayout": false
+ },
+ "BTN": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "defaultcleanBTN",
+ "dest": "defaultdestBTN",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN",
+ "staticLayout": false,
+ "failed": true
+ },
+ "BTN-1": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "defaultcleanBTN-1",
+ "dest": "defaultdestBTN-1",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-1",
+ "staticLayout": false,
+ "failed": true
+ },
+ "BTN-2": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "defaultcleanBTN-2",
+ "dest": "defaultdestBTN-2",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-2",
+ "staticLayout": false,
+ "failed": true
+ },
+ "BTN-3": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "defaultcleanBTN-3",
+ "dest": "defaultdestBTN-3",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-3",
+ "staticLayout": false,
+ "failed": true
+ },
+ "FOOT": {
+ "id": "FOOT",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "defaultcleanFOOT",
+ "dest": "defaultdestFOOT",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false,
+ "failed": true
+ },
+ "FOOT9": {
+ "id": "FOOT9",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "defaultcleanFOOT9",
+ "dest": "defaultdestFOOT9",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "FSRVY": {
+ "id": "FSRVY",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "defaultcleanFSRVY",
+ "dest": "defaultdestFSRVY",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false,
+ "failed": true
+ },
+ "LREC": {
+ "id": "LREC",
+ "w": 300,
+ "h": 250,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "fallback": {
+ "link": "https://baseball.fantasysports.yahoo.com/b1/signup",
+ "image": "https://s.yimg.com/nn/lib/metro/DailyFantasy_BN_Baseball_300x250-min.jpg"
+ },
+ "clean": "defaultcleanLREC",
+ "dest": "defaultdestLREC",
+ "metaSize": false
+ },
+ "LREC-1": {
+ "id": "LREC-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC-1",
+ "dest": "defaultdestLREC-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC-2": {
+ "id": "LREC-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC-2",
+ "dest": "defaultdestLREC-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC-9": {
+ "id": "LREC-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC-9",
+ "dest": "defaultdestLREC-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-1": {
+ "id": "LREC2-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2-1",
+ "dest": "defaultdestLREC2-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-2": {
+ "id": "LREC2-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2-2",
+ "dest": "defaultdestLREC2-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-4": {
+ "id": "LREC2-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2-4",
+ "dest": "defaultdestLREC2-4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-5": {
+ "id": "LREC2-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2-5",
+ "dest": "defaultdestLREC2-5",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-6": {
+ "id": "LREC2-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2-6",
+ "dest": "defaultdestLREC2-6",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-7": {
+ "id": "LREC2-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2-7",
+ "dest": "defaultdestLREC2-7",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-8": {
+ "id": "LREC2-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2-8",
+ "dest": "defaultdestLREC2-8",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-9": {
+ "id": "LREC2-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2-9",
+ "dest": "defaultdestLREC2-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2": {
+ "id": "LREC2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC2",
+ "dest": "defaultdestLREC2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3": {
+ "id": "LREC3",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC3",
+ "dest": "defaultdestLREC3",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-1": {
+ "id": "LREC3-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC3-1",
+ "dest": "defaultdestLREC3-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-4": {
+ "id": "LREC3-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC3-4",
+ "dest": "defaultdestLREC3-4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-5": {
+ "id": "LREC3-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC3-5",
+ "dest": "defaultdestLREC3-5",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-6": {
+ "id": "LREC3-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC3-6",
+ "dest": "defaultdestLREC3-6",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-7": {
+ "id": "LREC3-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC3-7",
+ "dest": "defaultdestLREC3-7",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-8": {
+ "id": "LREC3-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC3-8",
+ "dest": "defaultdestLREC3-8",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-9": {
+ "id": "LREC3-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC3-9",
+ "dest": "defaultdestLREC3-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC4": {
+ "id": "LREC4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "defaultcleanLREC4",
+ "dest": "defaultdestLREC4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB": {
+ "id": "LDRB",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "defaultcleanLDRB",
+ "dest": "defaultdestLDRB",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB-1": {
+ "id": "LDRB-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "defaultcleanLDRB-1",
+ "dest": "defaultdestLDRB-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB-9": {
+ "id": "LDRB-9",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "defaultcleanLDRB-9",
+ "dest": "defaultdestLDRB-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB2-1": {
+ "id": "LDRB2-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "defaultcleanLDRB2-1",
+ "dest": "defaultdestLDRB2-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB2-2": {
+ "id": "LDRB2-2",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "defaultcleanLDRB2-2",
+ "dest": "defaultdestLDRB2-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRP": {
+ "id": "LDRP",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "enable": true,
+ "metaSize": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "defaultcleanLDRP",
+ "dest": "defaultdestLDRP",
+ "fallback": null
+ },
+ "MAST": {
+ "id": "MAST",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true,
+ "clean": "defaultcleanMAST",
+ "dest": "defaultdestMAST",
+ "fallback": null
+ },
+ "MAST-9": {
+ "id": "MAST-9",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true,
+ "clean": "defaultcleanMAST-9",
+ "dest": "defaultdestMAST-9",
+ "fallback": null
+ },
+ "MFPAD": {
+ "id": "MFPAD",
+ "w": 720,
+ "h": 90,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false,
+ "clean": "defaultcleanMFPAD",
+ "dest": "defaultdestMFPAD",
+ "fallback": null
+ },
+ "MON-1": {
+ "id": "MON-1",
+ "w": 300,
+ "h": 600,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "clean": "defaultcleanMON-1",
+ "dest": "defaultdestMON-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL": {
+ "id": "SPL",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "defaultcleanSPL",
+ "dest": "defaultdestSPL",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL-2": {
+ "id": "SPL-2",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "defaultcleanSPL-2",
+ "dest": "defaultdestSPL-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL2": {
+ "id": "SPL2",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "stack": "ydc",
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "defaultcleanSPL2",
+ "dest": "defaultdestSPL2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPRZ": {
+ "id": "SPRZ",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fdb": false,
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "clean": "defaultcleanSPRZ",
+ "dest": "defaultdestSPRZ",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPON": {
+ "pos": "SPON",
+ "h": 1,
+ "id": "SPON",
+ "w": 1,
+ "autoFetch": false,
+ "clean": "defaultcleanSPON",
+ "dest": "defaultdestSPON",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "TXTL": {
+ "id": "TXTL",
+ "w": 120,
+ "h": 170,
+ "css": "#fc_align a,#tl1_slug{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px}.ad-tl2b{overflow:hidden;text-align:left}p{margin:0}a{color:#020e65}a:hover{color:#0078ff}.y-fp-pg-controls{margin-top:5px;margin-bottom:5px}#tl1_slug{color:#999}a:link{text-decoration:none}",
+ "autoFetch": false,
+ "clean": "defaultcleanTXTL",
+ "dest": "defaultdestTXTL",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "WFPAD": {
+ "id": "WFPAD",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1,
+ "resize-to": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false,
+ "clean": "defaultcleanWFPAD",
+ "dest": "defaultdestWFPAD",
+ "fallback": null
+ }
+ },
+ "rotationTimingDisabled": true,
+ "contentTypeAdPosModifier": {
+ "slideshow": ["-LREC", "LREC-2", "LREC2"],
+ "inlineSlideshow": []
+ },
+ "useYAC": 0,
+ "usePE": 1,
+ "servicePath": "",
+ "xservicePath": "",
+ "beaconPath": "",
+ "renderPath": "",
+ "allowFiF": false,
+ "srenderPath": "http://l.yimg.com/rq/darla/2-9-17/html/r-sf.html",
+ "renderFile": "http://l.yimg.com/rq/darla/2-9-17/html/r-sf.html",
+ "sfbrenderPath": "http://l.yimg.com/rq/darla/2-9-17/html/r-sf.html",
+ "msgPath": "http://fc.yahoo.com/sdarla/2-9-17/html/msg.html",
+ "cscPath": "http://l.yimg.com/rq/darla/2-9-17/html/r-csc.html",
+ "root": "sdarla",
+ "edgeRoot": "http://l.yimg.com/rq/darla/2-9-17",
+ "sedgeRoot": "https://s.yimg.com/rq/darla/2-9-17",
+ "version": "2-9-17",
+ "tpbURI": "",
+ "hostFile": "http://l.yimg.com/rq/darla/2-9-17/js/g-r-min.js",
+ "beaconsDisabled": true,
+ "fdb_locale": "What don't you like about this ad?|It's offensive|Something else|Thank you for helping us improve your Yahoo experience|It's not relevant|It's distracting|I don't like this ad|Send|Done|Why do I see ads?|Learn more about your feedback.",
+ "property": "",
+ "lang": "en-US",
+ "debug": false,
+ "auto_render": true
+ }
+ window.DARLA_CONFIG.servicePath = window.location.protocol + "//fc.yahoo.com/sdarla/php/fc.php";
+ window.DARLA_CONFIG.dm = 1;
+ window.DARLA_CONFIG.onStartRequest = function() {
+ window._perfMark('DARLA_REQSTART');
+ };
+ window.DARLA_CONFIG.onFinishRequest = function() {
+ window._perfMark('DARLA_REQEND');
+ };
+ window.DARLA_CONFIG.onStartParse = function() {
+ window._perfMark('DARLA_PSTART');
+ };
+ window.DARLA_CONFIG.onSuccess = function(eventName) {
+ if (eventName === 'AUTO') {
+ return;
+ }
+ if (window._DarlaEvents) {
+ window._DarlaEvents.emit("success", {
+ eventName: eventName
+ });
+ }
+ window._perfMark('DARLA_DONE_' + eventName);
+ window._darlaSuccessEvt = eventName;
+ if (window._loadEvt) {
+ window._fireAdPerfBeacon(eventName);
+ }
+ };
+ window.DARLA_CONFIG.onStartPosRender = function(posItem) {
+ var posId = posItem & amp; & amp;
+ posItem.pos;
+ window._perfMark('DARLA_ADSTART_' + posId);
+ if (window._pushAdPerfMetric) {
+ window._pushAdPerfMetric("DARLA_ADSTART_" + posId);
+ }
+ };
+ window.DARLA_CONFIG.onFinishPosRender = function(posId, reqList, posItem) {
+ var ltime;
+ window._perfMark('DARLA_ADEND_' + posId);
+ window._perfMeasure('DARLA_RENDERTIME_' + posId, 'DARLA_ADSTART_' + posId, 'DARLA_ADEND_' + posId);
+ if (window._DarlaEvents) {
+ window._DarlaEvents.emit("finishrender", {
+ pos: posId,
+ list: reqList,
+ item: posItem
+ });
+ }
+ var aboveFoldPositions = ["MAST", "LDRB", "SPRZ", "SPL", "SPL-2", "LREC", "MON-1"];
+ if (window._pushAdPerfMetric) {
+ if (window.performance & amp; & amp; window.performance.now) {
+ ltime = window.performance.now();
+ }
+ window._pushAdPerfMetric("ADEND_" + posId);
+ var adModDiv = posItem.conf.dest.replace("dest", "") + "-sizer";
+ setTimeout(function() {
+ if (window.performance & amp; & amp; window.YAFT !== undefined & amp; & amp; window.YAFT.isInitialized() & amp; & amp; - 1 !== aboveFoldPositions.indexOf(posId)) {
+ window.YAFT.triggerCustomTiming(adModDiv, "", ltime);
+ }
+ }, 300);
+ }
+ };
+ window.DARLA_CONFIG.onBeforePosMsg = function(msg, posId) {
+ var maxWidth = 970,
+ maxHeight = 600;
+ var newWidth, newHeight, pos;
+ if ("MAST" !== posId) {
+ return;
+ }
+ if (msg === "resize-to") {
+ newWidth = arguments[2];
+ newHeight = arguments[3];
+ } else if (msg === "exp-push" || msg === "exp-ovr") {
+ pos = $sf.host.get("MAST");
+ newWidth = pos.conf.w + arguments[6] + arguments[7];
+ newHeight = pos.conf.h + arguments[5] + arguments[8];
+ }
+ if (newWidth & gt; maxWidth || newHeight & gt; maxHeight) {
+ return true;
+ }
+ };
+ window.DARLA_CONFIG.onFinishParse = function(eventName, response) {
+ try {
+ window._perfMark('DARLA_PEND');
+ if (eventName === "prefetch") {
+ window._DarlaPrefetchResponse = response;
+ }
+ if (window._DarlaEvents) {
+ window._DarlaEvents.emit("finishparse", {
+ response: response,
+ eventName: eventName
+ });
+ }
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ window.DARLA_CONFIG.onStartPrefetchRequest = function(eventName) {
+ window._perfMark('DARLA_PFSTART');
+ };
+ window.DARLA_CONFIG.onFinishPrefetchRequest = function(eventName, status) {
+ window._perfMark('DARLA_PFEND');
+ try {
+ window._DarlaEvents.emit('finishprefetch', {
+ status: status,
+ eventName: eventName
+ });
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ window.DARLA_CONFIG.onPosMsg = function(cmd, pos, msg) {
+ try {
+ if (window._DarlaEvents & amp; & amp; cmd === "cmsg") {
+ var posmsg = {
+ pos: pos,
+ msg: msg
+ };
+ window._DarlaEvents.emit("splashmsg", posmsg);
+ if (window._adPosMsg) {
+ window._adPosMsg[window._adPosMsg.length] = posmsg;
+ }
+ }
+ if (window._DarlaEvents & amp; & amp;
+ (cmd === "ui-fclose-show" || cmd === "ui-fclose-close")) {
+ setTimeout(function _emitAdResize() {
+ window._DarlaEvents.emit("adresize", {
+ pos: pos
+ })
+ }, 0);
+ }
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ (function() {
+ var _onloadEvt = function _onloadEvtHandler() {
+ window._loadEvt = true;
+ if (window._darlaSuccessEvt) {
+ window._fireAdPerfBeacon(window._darlaSuccessEvt);
+ }
+ };
+ if (window.addEventListener) {
+ window.addEventListener("load", _onloadEvt);
+ } else if (window.attachEvent) {
+ window.attachEvent("onload", _onloadEvt);
+ }
+
+ function _onDarlaError(type) {
+ return function _darlaErrHandler(evName) {
+ try {
+ if (window._DarlaEvents) {
+ window._DarlaEvents.emit("darlaerror" + evName);
+ window._DarlaEvents.emit("darlaerror", {
+ type: type,
+ eventName: evName,
+ error: true
+ });
+ }
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ };
+ window.DARLA_CONFIG.onRequestTimeout = _onDarlaError("requestTimeout");
+ window.DARLA_CONFIG.onRenderTimeout = _onDarlaError("renderTimeout");
+ window.DARLA_CONFIG.onFailure = _onDarlaError("failure");
+ window.DARLA_CONFIG.onIdle = function onDarlaIdle() {
+ try {
+ window._DarlaEvents & amp; & amp;
+ window._DarlaEvents.emit("onIdle");
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ })();
+ window.$sf = window.sf = {};
+ window.$sf.host = {
+ onReady: function(autorender, deferrender, firstRenderPos, deferRenderDelay) {
+ window._perfMark('DARLA_ONREADY');
+ window._perfMeasure('DARLA_ONREADY');
+ window.sfready = true;
+ if (window._DarlaEvents & amp; & amp; !autorender) {
+ window._DarlaEvents.emit("darlaboot");
+ } else if (autorender) {
+ window._perfMark('DARLA_RSTART');
+ if (typeof DARLA !== "undefined" & amp; & amp; DARLA) {
+ if (deferrender & amp; & amp; firstRenderPos) {
+ var firstBatchPos = [];
+ var prefetchedPos = DARLA.prefetched();
+ if (prefetchedPos.length & lt; = 0) {
+ return;
+ }
+ var firstRender = firstRenderPos.split(',');
+ if (firstRender & amp; & amp; firstRender.length & gt; 0) {
+ for (var i = 0; i & lt; firstRender.length; i++) {
+ var position = firstRender[i];
+ var index = prefetchedPos.indexOf(position);
+ if (index & gt; = 0) {
+ firstBatchPos = firstBatchPos.concat(prefetchedPos.splice(index, 1));
+ }
+ };
+ }
+ if (firstBatchPos.length & gt; 0) {
+ var renderWithRetry = function(pos) {
+ if (DARLA.inProgress()) {
+ var waittime = 600,
+ maxwait = 100,
+ deferRetry = 0,
+ interval;
+ interval = setInterval(function() {
+ deferRetry++;
+ if (!DARLA.inProgress()) {
+ clearInterval(interval);
+ DARLA.render(pos);
+ }
+ if (deferRetry & gt; maxwait) {
+ clearInterval(interval);
+ }
+ }, waittime);
+ } else {
+ DARLA.render(pos);
+ }
+ };
+ renderWithRetry(firstBatchPos);
+ setTimeout(renderWithRetry, deferRenderDelay, prefetchedPos);
+ } else {
+ DARLA.render();
+ }
+ } else {
+ DARLA.render();
+ }
+ }
+ }
+ }
+ };
+ window.sf_host = window.$sf.host;
+ document.onreadystatechange = function() {
+ if (document.readyState == "interactive") {
+ window._perfMark('DOM_INTERACTIVE');
+ }
+ };
+ </script>
+ <script type="text/x-safeframe" id="fc" _ver="2-9-17">{"positions":[{"id":"BTN","html":"&lt;!-- SpaceID=1183300100 loc=BTN noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;BTN;1183300100;2--&gt;","lowHTML":"","meta":{"y":{"pos":"BTN","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['6Xtg5dgnOXs-']='(as$1253r59h3,aid$6Xtg5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$1253r59h3,aid$6Xtg5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$1253r59h3,aid$6Xtg5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"0","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":1478058901547400,"impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"0","fedStatusMessage":"federation is not configured for ad slot"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"}}}},{"id":"BTN-1","html":"&lt;!-- SpaceID=1183300100 loc=BTN noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;BTN;1183300100;2--&gt;","lowHTML":"","meta":{"y":{"pos":"BTN-1","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['xtdg5dgnOXs-']='(as$125jq57q9,aid$xtdg5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125jq57q9,aid$xtdg5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125jq57q9,aid$xtdg5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"1","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":1478058901547400,"impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"0","fedStatusMessage":"federation is not configured for ad slot"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"}}}},{"id":"BTN-2","html":"&lt;!-- SpaceID=1183300100 loc=BTN noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;BTN;1183300100;2--&gt;","lowHTML":"","meta":{"y":{"pos":"BTN-2","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['ozNh5dgnOXs-']='(as$1255vhek8,aid$ozNh5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$1255vhek8,aid$ozNh5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$1255vhek8,aid$ozNh5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"2","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":1478058901547400,"impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"0","fedStatusMessage":"federation is not configured for ad slot"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"}}}},{"id":"BTN-3","html":"&lt;!-- SpaceID=1183300100 loc=BTN noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;BTN;1183300100;2--&gt;","lowHTML":"","meta":{"y":{"pos":"BTN-3","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['gI9h5dgnOXs-']='(as$125ckguqr,aid$gI9h5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125ckguqr,aid$gI9h5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125ckguqr,aid$gI9h5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=BTN)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"3","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":1478058901547400,"impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"0","fedStatusMessage":"federation is not configured for ad slot"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"}}}},{"id":"MAST","html":"&lt;!-- SpaceID=1183300100 loc=MAST noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;MAST;1183300100;2--&gt;","lowHTML":"","meta":{"y":{"pos":"MAST","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['ixJk5dgnOXs-']='(as$125b4no03,aid$ixJk5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125b4no03,aid$ixJk5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125b4no03,aid$ixJk5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"10","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":1478058901547400,"impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"31","fedStatusMessage":"Yield optimization did not run"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"}}}},{"id":"LDRB","html":"&lt;!-- APT Vendor: Right Media, Format: Standard Graphical --&gt;\n&lt;SCR"+"IPT TYPE=\"text\/javascr"+"ipt\" SRC=\"http:\/\/na.ads.yahoo.com\/yax\/banner?ve=1&amp;tt=1&amp;si=103884551&amp;megamodal=true&amp;bucket=finance-US-en-US-def&amp;asz=728x90&amp;u=http:\/\/finance.yahoo.com\/news\/best-psvr-games-170003443.html&amp;gdAdId=F6Ni5dgnOXs-&amp;gdUuid=ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH&amp;gdSt=1478058901547400&amp;publisher_blob=lmsid:a0Vd000000AE7lXEAT;revsp:407fd5b2-47b4-4c00-a1d0-421cf33bb721;lpstaid:80b35014-fba3-377e-adc5-47fb44f61fa7;pct:story|ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH|1183300100|LDRB|1478058901.86539|2-9-17:ysd:1&amp;pub_redirect=http:\/\/beap-bc.yahoo.com\/yc\/YnY9MS4wLjAmYnM9KDE3aWN0ZmxrdShnaWQka3UuckZUWXpMaksxQ1haSldCbGhOUUo4TVRFNExnQUFBQUJueUpRSCxzdCQxNDc4MDU4OTAxNTQ3NDAwLHNpJDQ0NTEwNTEsc3AkMTE4MzMwMDEwMCxjdCQyNSx5Yngkbk5kY2xaRXdzNEJDTnBBWVMuNVp4dyxsbmckZW4tdXMsY3IkNDUyNzA4MTA1MSx2JDIuMCxhaWQkRjZOaTVkZ25PWHMtLGJpJDIzMTUyMDc1NTEsbW1lJDk3NDk3Nzc4NDQ4MzMyMzk4MTIsciQwLHlvbyQxLGFncCQzNTM2MDMzNTUxLGFwJExEUkIpKQ\/2\/*&amp;K=1\"&gt;&lt;\/SCR"+"IPT&gt;&lt;scr"+"ipt&gt;var url = \"\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\\/scr"+"ipt&gt;');}&lt;\/scr"+"ipt&gt;&lt;!--QYZ 2315207551,4527081051,;;LDRB;1183300100;1--&gt;","lowHTML":"","meta":{"y":{"pos":"LDRB","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['F6Ni5dgnOXs-']='(as$13amm8mdd,aid$F6Ni5dgnOXs-,bi$2315207551,agp$3536033551,cr$4527081051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LDRB)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13amm8mdd,aid$F6Ni5dgnOXs-,bi$2315207551,agp$3536033551,cr$4527081051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LDRB)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13amm8mdd,aid$F6Ni5dgnOXs-,bi$2315207551,agp$3536033551,cr$4527081051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LDRB)","behavior":"non_exp","adID":"9749777844833239812","matchID":"999999.999999.999999.999999","bookID":"2315207551","slotID":"6","serveType":"-1","err":false,"hasExternal":false,"supp_ugc":"0","placementID":"3536033551","fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(160bat73o(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,srv$1,si$4451051,ct$25,exp$1478066101547400,adv$26513753608,li$3535920551,cr$4527081051,v$1.0,pbid$20459933223,seid$103884551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1478066101547\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1478058901547400","impID":"F6Ni5dgnOXs-","creativeID":4527081051,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":1,"facStatus":{"fedStatusCode":"28","fedStatusMessage":"Gd2 won because of No Ad or high gd2 ecpm"},"userProvidedData":{},"slotData":{"pt":"8","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"-1.000000","ffrac":"0.993775","pcpm":"-1.000000","fc":"false","sdate":"1473794820","edate":"1561953540","bimpr":99641147392,"pimpr":0,"spltp":0,"frp":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"},"size":"728x90"}},"conf":{"w":728,"h":90}},{"id":"SPL","html":"&lt;!-- SpaceID=1183300100 loc=SPL noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;SPL;1183300100;2--&gt;","lowHTML":"","meta":{"y":{"pos":"SPL","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['aG5k5dgnOXs-']='(as$125uoa4f3,aid$aG5k5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=SPL)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125uoa4f3,aid$aG5k5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=SPL)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125uoa4f3,aid$aG5k5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=SPL)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"11","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":"1478058901547400","impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"31","fedStatusMessage":"Yield optimization did not run"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"}}}},{"id":"LREC","html":"&lt;!-- APT Vendor: Yahoo, Format: Standard Graphical --&gt;\n&lt;!-- http:\/\/beap-bc.yahoo.com\/yc\/YnY9MS4wLjAmYnM9KDE3aWxmaXNoaihnaWQka3UuckZUWXpMaksxQ1haSldCbGhOUUo4TVRFNExnQUFBQUJueUpRSCxzdCQxNDc4MDU4OTAxNTQ3NDAwLHNpJDQ0NTEwNTEsc3AkMTE4MzMwMDEwMCxjdCQyNSx5Yngkbk5kY2xaRXdzNEJDTnBBWVMuNVp4dyxsbmckZW4tdXMsY3IkNDUyODgxODA1MSx2JDIuMCxhaWQkOVA1aTVkZ25PWHMtLGJpJDIzMTY3MTYwNTEsbW1lJDk3NTU1OTk2NzMwMDI5NzEwODEsciQwLHlvbyQxLGFncCQzNTM3Njg1NTUxLGFwJExSRUMpKQ\/2\/* \/\/--&gt;&lt;scr"+"ipt language=\"JavaScript\" type=\"text\/javascr"+"ipt\" src=\"https:\/\/global.adserver.yahoo.com\/a?f=794008125&amp;l=LREC&amp;c=r&amp;at=content=%22no_expandable%22&amp;site-country=tw&amp;t=1478058901.86192&amp;rs=guid:ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH%3Bspid:1183300100%3Bypos:LREC\"&gt;&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;iframe src=\"https:\/\/global.adserver.yahoo.com\/a?f=794008125&amp;l=LREC&amp;c=h&amp;bg=ffffff&amp;at=content=%22no_expandable%22&amp;site-country=tw&amp;t=1478058901.86192&amp;rs=guid:ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH%3Bspid:1183300100%3Bypos:LREC\" marginwidth=0 marginheight=0 width=\"300px\" height=\"250px\" hspace=0 vspace=0 frameborder=0 scrolling=no&gt;&lt;\/iframe&gt;&lt;\/noscr"+"ipt&gt;&lt;scr"+"ipt&gt;var url = \"\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\\/scr"+"ipt&gt;');}&lt;\/scr"+"ipt&gt;&lt;!--QYZ 2316716051,4528818051,;;LREC;1183300100;1--&gt;","lowHTML":"","meta":{"y":{"pos":"LREC","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['9P5i5dgnOXs-']='(as$13aq1var5,aid$9P5i5dgnOXs-,bi$2316716051,agp$3537685551,cr$4528818051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13aq1var5,aid$9P5i5dgnOXs-,bi$2316716051,agp$3537685551,cr$4528818051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13aq1var5,aid$9P5i5dgnOXs-,bi$2316716051,agp$3537685551,cr$4528818051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)","behavior":"non_exp","adID":"9755599673002971081","matchID":"999999.999999.999999.999999","bookID":"2316716051","slotID":"7","serveType":"-1","err":false,"hasExternal":true,"supp_ugc":"0","placementID":"3537685551","fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(160ds25pa(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,srv$1,si$4451051,ct$25,exp$1478066101547400,adv$26100339340,li$3537554551,cr$4528818051,v$1.0,pbid$20459933223,seid$103884551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1478066101547\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1478058901547400","impID":"9P5i5dgnOXs-","creativeID":4528818051,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"10","fedStatusMessage":"no replacement for exclusive contract"},"userProvidedData":{},"slotData":{"pt":"3","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"1.000000","ffrac":"1.000000","pcpm":"-1.000000","fc":"false","ecpm":0,"sdate":"1474886419","edate":"1514735940","bimpr":0,"pimpr":0,"spltp":100,"frp":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"},"size":"300x250"}},"conf":{"w":300,"h":250}},{"id":"LREC2","html":"&lt;scr"+"ipt type=\"text\/javascr"+"ipt\"&gt;document.write('&lt;img src=\"http:\/\/na.ads.yahoo.com\/yax\/csc?sn=d61d936826a326c501fc56fedca07c2baa0e4905&amp;es=AXzCXGnRVIOCrEAWTd.fxBxfKt6EhXoRPSgAogfTZPlhfwTi3qbIQH5anQCX7ttJkRQyb8XAwZBK4BbqjMq4q6R3NX3EiPGTTqLEoGHyUaPJmwwmn3qzyTvZhIrXn5bm1tpDu22e9xIXFuHqbXttKaZ4HngJDf.8B18_Zdcm4jKcbI45qkj4rBL.q20psjjgjoW.DoK55YrvBwdCyHm3HvGbp44d14h0M_8gjFROVZLYdiz7fY632cYV1Vz3kErxjRh_JIOAeK0XGds490TGyQfS1gU0BU33AyJZEudWSpqEJJfB_i5f4LReMLY3xxSkryXN5sxtqX.kNjHt4YJBfZU_bYYjHQ--&amp;ve=2&amp;ty=0&amp;brxw=true&amp;sasc=4&amp;yredirect=\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\"&gt;');\ndocument.write('&lt;scr','ipt id=\"yax_meta\" type=\"text\/x-yax-meta\"&gt;','{\"fdb_url\": \"http:\/\/beap-bc.yahoo.com\/af\/us?bv=1.0.0&amp;bs=(15lbj5g6v(gid$3d95a957-b8a1-94e5-02f2-df32f629a2ff,st$1478058901551,li$8398413,cr$81015648,dmn$www.tutorabc.com,srv$4,exp$1478563934255,ct$26,v$1.0,adv$10228,pbid$20459933223,seid$103884551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=62347\", \"fdb_on\": \"1\", \"fdb_exp\": \"1478063701551\", \"fdb_intl\": \"en-US\", \"error\": \"\" }&lt;\/scr', 'ipt&gt;');\ndocument.write('&lt;scr', 'ipt type=\"text\/javascr"+"ipt\"&gt;', '(function(){ var w = window, sf = (w &amp;&amp; w.$sf &amp;&amp; w.$sf.ext), di = document.getElementById(\"yax_meta\"); if (sf &amp;&amp; typeof sf.msg == \"function\" &amp;&amp; di){ sf.msg({cmd:\"fdb\", data: di}); }})(); &lt;\/scr', 'ipt&gt;');\ndocument.write('&lt;scr' + 'ipt type=\\\"text\\\/javascr"+"ipt\\\" src=\\\"http:\\\/\\\/pr.ybp.yahoo.com\\\/ab\\\/secure\\\/false\\\/imp\\\/400GjCyHwpgQ_f2gNh7EW-9EQWQwFYo1y1seyrCWAwoak5unpXFpCEMf6gWMDtzN_meWXt8p3bWzWwbiz4VqD5GfbugY2qmS133W9rZzrorvy10vrvNQJ73QkHr44Kmf5NayGKswv1w7Nr-Yo-hToKd3aOlNeQf2jc85GX5Yreo4_LzjK29py1IREBWtKd_y2SJWy4YrJvETwyaSQXNwtF4e3FBhQNxpcROoxpREydSxzz13_4m6aDoxV9vsin1EaEShX451-Q0Ff0Er0a8mVXwa4uH2NDIzmv7zHX4rr9RY7FZ0POqnkGtjQBXqZpDuIm5-dVy0NERTClhisfIyEJJeGdOoEiKNtgXU_UZNSFqFce3iN9pgIbHfB0nRp9lr2Tcqrov-uD8soeQuSnF-KDWzumLRhZlbsckvjv_G6dQRpmuJO9kL7EdU-tJIqVALgDwfGCoi1eAOczR8qeKobuOxOgyt7Vul7aj0M0JpBH1TZKtwWfPW5I_Iw5bWVxAHNZPKYkFRKXzlRBFRz5RW44k5HeiUdf2pDFK7oMwc1-l4iRzzDmbJ7UnwE-pbRzIVQi-eGleldZRpRhwCcwnMrMkPE5cOwJ0u2XwkCAM7hktVnO604oBNbSMbfqsi0VmPp0N6NsTMK8pnQejdAfX7BreJagIrAgj1Kh8FsZ6-_s1xG3L31WIMMnofgZhJjfZHmIIyBg_Dz2R2koPojRxPwDSc2v6C-H8sjDf9gjKc9bK1C45OGqUKQKNwp2jzHF6rhx6ndyH-yOy74ZvwF1bhDFYZlSReA0JbqD7lhavevqngRGHMX2zONeHfZli52QvpqT6bz7nlUS0UEUgiQ41YArJkaNXz7_gwfKGmnXoSIQChSoRdEjiIysm0FCNEE0TYfCMti5hOqo3OFR4M7i-wQuP2SIDZUQU_1PgLWSMP82V54GwoJwrsvgcOgGDk2ej0BksGL7DY5Bg5AoS2EiAljbJnYa5B16b3WfUa4uC-6pR9hFFv6mZhlcZtgVtuCrX2nXffPXoU8Ruz-FQlIF-e360Ch9Z9pb71eIG6MUeOWmytI17ZCBHNjQ\\\/wp\\\/0.10500000000000001\\\/pclick\\\/http:\/\/na.ads.yahoo.com\/yax\/clk?sn%3Da44f8af50f8975e68ba8fe8e26539aee96fdd7ac%26es%3DDZaiuwvRVIMhA2xBWkpmgBBqhaB.LNG6IebyvlGdDkDOmeVNpFfmM6WPonszBx8oy1.fcohG005AtswthlA1TYDLpGuIv9Ex.EYIKG_wuU2Ljk2eMZGC_fzGcw_PUchZF26o6oCdREcnl8R8dD3pxiiEdyrwdQPKB.MyyQs2.tclEoqKSHpuRp2YZDc0p6VSonDqr9Ntk66qGdbU_tIJoPeg.Zxnnmi7N4TvTmkPpoAz0NSXLgryykMETQBb8v.8uRcyfHBYx3dXMuzqYF7Om1R1CfGovNcIicYEr9TUdz4pOYh8TNicgGN_aYMkag5oxPAoTQg8ZWtfvM.VkjjqdIz65RModg--%26ve%3D2%26ty%3D0%26brxw%3Dtrue%26sasc%3D4%26yredirect%3D\\\"&gt;&lt;\\\/scr' + 'ipt&gt;');\ndocument.write('&lt;scr"+"ipt type=\"text\/javascr"+"ipt\" src=\"http:\/\/ads.yahoo.com\/get-user-id?ver=2&amp;n=23351&amp;ts=1478058901&amp;sig=a92e01995d30eeb6\"&gt;&lt;\\\/scr"+"ipt&gt;');document.write('&lt;!--YAXR BannerAd CrId:81015648, RmxCrId:47226945, DspCrId:467153--&gt;');&lt;\/scr"+"ipt&gt;","lowHTML":"","meta":{"y":{"pos":"LREC2","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt; if(window.xzq_d==null)window.xzq_d=new Object();window.xzq_d['0Vpj5dgnOXs-']='(as$125gmvbnp,aid$0Vpj5dgnOXs-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315208551:ud_risk=0.00:win_s=4:ypos=LREC2)';&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136gehrd8(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,si$4451051,sp$1183300100,pv$1,v$2.0,st$1478058901871338))&amp;t=J_3-D_3&amp;al=(as$125gmvbnp,aid$0Vpj5dgnOXs-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315208551:ud_risk=0.00:win_s=4:ypos=LREC2)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136gehrd8(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,si$4451051,sp$1183300100,pv$1,v$2.0,st$1478058901871338))&amp;t=J_3-D_3&amp;al=(as$125gmvbnp,aid$0Vpj5dgnOXs-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315208551:ud_risk=0.00:win_s=4:ypos=LREC2)","behavior":"non_exp","adID":"1234567","matchID":"999999.999999.999999.999999","bookID":"2315208551","slotID":"8","serveType":"-1","err":false,"hasExternal":false,"supp_ugc":"0","placementID":"3536023551","fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(160qoa167(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,srv$1,si$4451051,ct$25,exp$1478066101547400,adv$26513753608,li$3535930051,cr$4527066551,v$1.0,pbid$20459933223,seid$103884551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1478066101547\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1478058901547400","impID":"0Vpj5dgnOXs-","creativeID":4527066551,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":1,"facStatus":{"fedStatusCode":"17","fedStatusMessage":"YAX\/YAM\/SAPY replaced GD2 ESOV line"},"userProvidedData":{},"slotData":{},"size":"300x250"}},"conf":{"w":300,"h":250}},{"id":"LREC3","html":"&lt;scr"+"ipt type=\"text\/javascr"+"ipt\"&gt;document.write('&lt;img src=\"http:\/\/na.ads.yahoo.com\/yax\/csc?sn=1eb3f78ccfeaf5bc63beb05f976009a093fd4cbd&amp;es=NJ.cs9DRVINCAYO7lfxtDuOS2jYYNnSCdyFuNLFFoNwC_VwQMwOW6WcmfwaDlw_h43OSZF9LAs5jEfKDWijnwnH4RF8WV.knpy9OWVVPTyP1S.Lwfek0xSJsPbVPKTvA_x27psLTHrORnczb_CE.fTH65Ta5w_9vuqGvQyO_E7ICisnaw.EqaJ2LXLZD6Uu6TwRN2xsOwPqxHn3Y1MqX665ivRgYHMkV8kO7UYzxt5C36bhkbO1xXSDqOZAN08Lh3LV41LSEc2BYpyEOArhKSn5grEb.xMXDEsGMNWeRhUr9XYGqRql2&amp;ve=2&amp;ty=0&amp;brxw=true&amp;sasc=4&amp;yredirect=\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\"&gt;');\ndocument.write('&lt;scr','ipt id=\"yax_meta\" type=\"text\/x-yax-meta\"&gt;','{\"fdb_url\": \"http:\/\/beap-bc.yahoo.com\/af\/us?bv=1.0.0&amp;bs=(1569neltu(gid$b497bd47-b357-ae8d-8706-31ac2a653d31,st$1478058901552,li$200,cr$55507194,dmn$yahoo.com,srv$4,exp$1478563934256,ct$26,v$1.0,adv$3,pbid$20459933223,seid$103884551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=1214\", \"fdb_on\": \"1\", \"fdb_exp\": \"1478063701552\", \"fdb_intl\": \"en-US\", \"error\": \"\" }&lt;\/scr', 'ipt&gt;');\ndocument.write('&lt;scr', 'ipt type=\"text\/javascr"+"ipt\"&gt;', '(function(){ var w = window, sf = (w &amp;&amp; w.$sf &amp;&amp; w.$sf.ext), di = document.getElementById(\"yax_meta\"); if (sf &amp;&amp; typeof sf.msg == \"function\" &amp;&amp; di){ sf.msg({cmd:\"fdb\", data: di}); }})(); &lt;\/scr', 'ipt&gt;');\ndocument.write('&lt;scr' + 'ipt async src=\\\"\\\/\\\/pagead2.googlesyndication.com\\\/pagead\\\/js\\\/adsbygoogle.js\\\"&gt;&lt;\\\/scr' + 'ipt&gt;\\n&lt;ins class=\\\"adsbygoogle\\\"\\n style=\\\"display:inline-block;width:300px;height:250px\\\"\\n data-ad-client=\\\"ca-pub-5786243031610172\\\"\\n data-ad-slot=\\\"8621928762\\\"\\n data-language=\\\"en\\\"\\n data-page-url=\\\"http:\/\/finance.yahoo.com\/news\/best-psvr-games-170003443.html\\\"\\n&gt;&lt;\\\/ins&gt;\\n&lt;scr' + 'ipt&gt;\\n(adsbygoogle = window.adsbygoogle || []).push({params: {google_allow_expandable_ads: false}});\\n&lt;\\\/scr' + 'ipt&gt;');\ndocument.write('&lt;scr"+"ipt type=\"text\/javascr"+"ipt\" src=\"http:\/\/ads.yahoo.com\/get-user-id?ver=2&amp;n=23351&amp;ts=1478058901&amp;sig=a92e01995d30eeb6\"&gt;&lt;\\\/scr"+"ipt&gt;');document.write('&lt;!--YAXR BannerAd CrId:55507194, RmxCrId:, DspCrId:--&gt;');&lt;\/scr"+"ipt&gt;","lowHTML":"","meta":{"y":{"pos":"LREC3","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt; if(window.xzq_d==null)window.xzq_d=new Object();window.xzq_d['rrZj5dgnOXs-']='(as$125386kjr,aid$rrZj5dgnOXs-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315228051:ud_risk=0.00:win_s=4:ypos=LREC3)';&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136gehrd8(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,si$4451051,sp$1183300100,pv$1,v$2.0,st$1478058901871338))&amp;t=J_3-D_3&amp;al=(as$125386kjr,aid$rrZj5dgnOXs-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315228051:ud_risk=0.00:win_s=4:ypos=LREC3)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136gehrd8(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,si$4451051,sp$1183300100,pv$1,v$2.0,st$1478058901871338))&amp;t=J_3-D_3&amp;al=(as$125386kjr,aid$rrZj5dgnOXs-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315228051:ud_risk=0.00:win_s=4:ypos=LREC3)","behavior":"non_exp","adID":"1234567","matchID":"999999.999999.999999.999999","bookID":"2315228051","slotID":"9","serveType":"-1","err":false,"hasExternal":false,"supp_ugc":"0","placementID":"3536043051","fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(160hpr10h(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,srv$1,si$4451051,ct$25,exp$1478066101547400,adv$26513753608,li$3535909051,cr$4527091051,v$1.0,pbid$20459933223,seid$103884551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\",
+ \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1478066101547\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1478058901547400","impID":"rrZj5dgnOXs-","creativeID":4527091051,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":1,"facStatus":{"fedStatusCode":"17","fedStatusMessage":"YAX\/YAM\/SAPY replaced GD2 ESOV line"},"userProvidedData":{},"slotData":{},"size":"300x250"}},"conf":{"w":300,"h":250}},{"id":"FOOT","html":"&lt;!-- SpaceID=1183300100 loc=FOOT noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;FOOT;1183300100;2--&gt;","lowHTML":"","meta":{"y":{"pos":"FOOT","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['Xeth5dgnOXs-']='(as$125kll4ti,aid$Xeth5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=FOOT)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125kll4ti,aid$Xeth5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=FOOT)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125kll4ti,aid$Xeth5dgnOXs-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=FOOT)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"4","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":"1478058901547400","impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"0","fedStatusMessage":"federation is not configured for ad slot"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"}}}},{"id":"FSRVY","html":"&lt;!-- APT Vendor: Right Media, Format: Standard Graphical --&gt;\n&lt;!-- BEGIN STANDARD TAG - 1 x 1 - APT Run-of Yahoo US O&amp;O Redirects - DO NOT MODIFY --&gt;\n&lt;SCR"+"IPT TYPE=\"text\/javascr"+"ipt\" SRC=\"https:\/\/na.ads.yahoo.com\/yax\/banner?ve=1&amp;tt=1&amp;si=103884551&amp;asz=1x1&amp;u=http:\/\/finance.yahoo.com\/news\/best-psvr-games-170003443.html&amp;gdAdId=Okdi5dgnOXs-&amp;gdUuid=ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH&amp;gdSt=1478058901547400&amp;publisher_blob=lmsid:a0Vd000000AE7lXEAT;revsp:407fd5b2-47b4-4c00-a1d0-421cf33bb721;lpstaid:80b35014-fba3-377e-adc5-47fb44f61fa7;pct:story|ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH|1183300100|FSRVY|1478058901.86392|2-9-17:ysd:1&amp;pub_redirect=http:\/\/beap-bc.yahoo.com\/yc\/YnY9MS4wLjAmYnM9KDE3anBiY29yZyhnaWQka3UuckZUWXpMaksxQ1haSldCbGhOUUo4TVRFNExnQUFBQUJueUpRSCxzdCQxNDc4MDU4OTAxNTQ3NDAwLHNpJDQ0NTEwNTEsc3AkMTE4MzMwMDEwMCxjdCQyNSx5Yngkbk5kY2xaRXdzNEJDTnBBWVMuNVp4dyxsbmckZW4tdXMsY3IkNDUyODE3NzA1MSx2JDIuMCxhaWQkT2tkaTVkZ25PWHMtLGJpJDIzMTU5MzIwNTEsbW1lJDk3NTI1MTU4ODY0ODQ0NDE4NTAsciQwLHlvbyQxLGFncCQzNTM3MDA2NTUxLGFwJEZTUlZZKSk\/1\/*&amp;K=1\"&gt;&lt;\/SCR"+"IPT&gt;\n&lt;!-- END TAG --&gt;&lt;scr"+"ipt&gt;var url = \"\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\\/scr"+"ipt&gt;');}&lt;\/scr"+"ipt&gt;&lt;!--QYZ 2315932051,4528177051,;;FSRVY;1183300100;1--&gt;","lowHTML":"","meta":{"y":{"pos":"FSRVY","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['Okdi5dgnOXs-']='(as$13am06v6c,aid$Okdi5dgnOXs-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13am06v6c,aid$Okdi5dgnOXs-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13am06v6c,aid$Okdi5dgnOXs-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)","behavior":"non_exp","adID":"9752515886484441850","matchID":"999999.999999.999999.999999","bookID":"2315932051","slotID":"5","serveType":"-1","err":false,"hasExternal":false,"supp_ugc":"0","placementID":"3537006551","fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(160o8v8te(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,srv$1,si$4451051,ct$25,exp$1478066101547400,adv$26513753608,li$3536867051,cr$4528177051,v$1.0,pbid$20459933223,seid$103884551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1478066101547\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1478058901547400","impID":"Okdi5dgnOXs-","creativeID":4528177051,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":1,"facStatus":{"fedStatusCode":"0","fedStatusMessage":"federation is not configured for ad slot"},"userProvidedData":{},"slotData":{"pt":"8","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"-1.000000","ffrac":"1.000000","pcpm":"-1.000000","fc":"false","sdate":"1474408390","edate":"1561953540","bimpr":82733924352,"pimpr":0,"spltp":0,"frp":"false","pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH"},"size":"1x1"}},"conf":{"w":1,"h":1}}],"conf":{"useYAC":0,"usePE":1,"servicePath":"","xservicePath":"","beaconPath":"","renderPath":"","allowFiF":false,"srenderPath":"http:\/\/l.yimg.com\/rq\/darla\/2-9-17\/html\/r-sf.html","renderFile":"http:\/\/l.yimg.com\/rq\/darla\/2-9-17\/html\/r-sf.html","sfbrenderPath":"http:\/\/l.yimg.com\/rq\/darla\/2-9-17\/html\/r-sf.html","msgPath":"http:\/\/fc.yahoo.com\/sdarla\/2-9-17\/html\/msg.html","cscPath":"http:\/\/l.yimg.com\/rq\/darla\/2-9-17\/html\/r-csc.html","root":"sdarla","edgeRoot":"http:\/\/l.yimg.com\/rq\/darla\/2-9-17","sedgeRoot":"https:\/\/s.yimg.com\/rq\/darla\/2-9-17","version":"2-9-17","tpbURI":"","hostFile":"http:\/\/l.yimg.com\/rq\/darla\/2-9-17\/js\/g-r-min.js","property":"finance_en-US","fdb_locale":"What don't you like about this ad?|It's offensive|Something else|Thank you for helping us improve your Yahoo experience|It's not relevant|It's distracting|I don't like this ad|Send|Done|Why do I see ads?|Learn more about your feedback.","positions":{"BTN":{"dest":"destBTN","asz":"120x60","id":"BTN","h":"60","w":"120"},"BTN-1":{"dest":"destBTN-1","asz":"120x60","id":"BTN-1","h":"60","w":"120"},"BTN-2":{"dest":"destBTN-2","asz":"120x60","id":"BTN-2","h":"60","w":"120"},"BTN-3":{"dest":"destBTN-3","asz":"120x60","id":"BTN-3","h":"60","w":"120"},"MAST":{"dest":"destMAST","asz":"970x250","id":"MAST","h":"250","w":"970"},"LDRB":{"dest":"destLDRB","asz":"728x90","id":"LDRB","h":"90","w":"728"},"SPL":{"dest":"destSPL","id":"SPL"},"LREC":{"dest":"destLREC","asz":"300x250","id":"LREC","h":"250","w":"300"},"LREC2":{"dest":"destLREC2","asz":"300x250","id":"LREC2","h":"250","w":"300"},"LREC3":{"dest":"destLREC3","asz":"300x250","id":"LREC3","h":"250","w":"300"},"FOOT":{"dest":"destFOOT","id":"FOOT"},"FSRVY":{"dest":"destFSRVY","id":"FSRVY","w":1,"h":1}},"events":{"DEFAULT":{"ult":{"pg":{"property":"finance_en-US","test":"finance-US-en-US-def"}},"clw":{"LREC":{"blocked_by":"MON-1"},"MON-1":{"blocked_by":"LREC"},"MAST":{"blocked_by":"SPL,LDRB"},"LDRB":{"blocked_by":"MAST,SPL"},"SPL":{"blocked_by":"MAST,LDRB"}}}},"lang":"en-US","spaceID":"1183300100","debug":false,"asString":"{\"useYAC\":0,\"usePE\":1,\"servicePath\":\"\",\"xservicePath\":\"\",\"beaconPath\":\"\",\"renderPath\":\"\",\"allowFiF\":false,\"srenderPath\":\"http:\\\/\\\/l.yimg.com\\\/rq\\\/darla\\\/2-9-17\\\/html\\\/r-sf.html\",\"renderFile\":\"http:\\\/\\\/l.yimg.com\\\/rq\\\/darla\\\/2-9-17\\\/html\\\/r-sf.html\",\"sfbrenderPath\":\"http:\\\/\\\/l.yimg.com\\\/rq\\\/darla\\\/2-9-17\\\/html\\\/r-sf.html\",\"msgPath\":\"http:\\\/\\\/fc.yahoo.com\\\/sdarla\\\/2-9-17\\\/html\\\/msg.html\",\"cscPath\":\"http:\\\/\\\/l.yimg.com\\\/rq\\\/darla\\\/2-9-17\\\/html\\\/r-csc.html\",\"root\":\"sdarla\",\"edgeRoot\":\"http:\\\/\\\/l.yimg.com\\\/rq\\\/darla\\\/2-9-17\",\"sedgeRoot\":\"https:\\\/\\\/s.yimg.com\\\/rq\\\/darla\\\/2-9-17\",\"version\":\"2-9-17\",\"tpbURI\":\"\",\"hostFile\":\"http:\\\/\\\/l.yimg.com\\\/rq\\\/darla\\\/2-9-17\\\/js\\\/g-r-min.js\",\"property\":\"finance_en-US\",\"fdb_locale\":\"What don't you like about this ad?|It's offensive|Something else|Thank you for helping us improve your Yahoo experience|It's not relevant|It's distracting|I don't like this ad|Send|Done|Why do I see ads?|Learn more about your feedback.\",\"positions\":{\"BTN\":{\"dest\":\"destBTN\",\"asz\":\"120x60\",\"id\":\"BTN\",\"h\":\"60\",\"w\":\"120\"},\"BTN-1\":{\"dest\":\"destBTN-1\",\"asz\":\"120x60\",\"id\":\"BTN-1\",\"h\":\"60\",\"w\":\"120\"},\"BTN-2\":{\"dest\":\"destBTN-2\",\"asz\":\"120x60\",\"id\":\"BTN-2\",\"h\":\"60\",\"w\":\"120\"},\"BTN-3\":{\"dest\":\"destBTN-3\",\"asz\":\"120x60\",\"id\":\"BTN-3\",\"h\":\"60\",\"w\":\"120\"},\"MAST\":{\"dest\":\"destMAST\",\"asz\":\"970x250\",\"id\":\"MAST\",\"h\":\"250\",\"w\":\"970\"},\"LDRB\":{\"dest\":\"destLDRB\",\"asz\":\"728x90\",\"id\":\"LDRB\",\"h\":\"90\",\"w\":\"728\"},\"SPL\":{\"dest\":\"destSPL\",\"id\":\"SPL\"},\"LREC\":{\"dest\":\"destLREC\",\"asz\":\"300x250\",\"id\":\"LREC\",\"h\":\"250\",\"w\":\"300\"},\"LREC2\":{\"dest\":\"destLREC2\",\"asz\":\"300x250\",\"id\":\"LREC2\",\"h\":\"250\",\"w\":\"300\"},\"LREC3\":{\"dest\":\"destLREC3\",\"asz\":\"300x250\",\"id\":\"LREC3\",\"h\":\"250\",\"w\":\"300\"},\"FOOT\":{\"dest\":\"destFOOT\",\"id\":\"FOOT\"},\"FSRVY\":{\"dest\":\"destFSRVY\",\"id\":\"FSRVY\",\"w\":1,\"h\":1}},\"events\":{\"DEFAULT\":{\"ult\":{\"pg\":{\"property\":\"finance_en-US\",\"test\":\"finance-US-en-US-def\"}},\"clw\":{\"LREC\":{\"blocked_by\":\"MON-1\"},\"MON-1\":{\"blocked_by\":\"LREC\"},\"MAST\":{\"blocked_by\":\"SPL,LDRB\"},\"LDRB\":{\"blocked_by\":\"MAST,SPL\"},\"SPL\":{\"blocked_by\":\"MAST,LDRB\"}}}},\"lang\":\"en-US\",\"spaceID\":\"1183300100\",\"debug\":false}"},"meta":{"y":{"pageEndHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\n(function(){window.xzq_p=function(R){M=R};window.xzq_svr=function(R){J=R};function F(S){var T=document;if(T.xzq_i==null){T.xzq_i=new Array();T.xzq_i.c=0}var R=T.xzq_i;R[++R.c]=new Image();R[R.c].src=S}window.xzq_sr=function(){var S=window;var Y=S.xzq_d;if(Y==null){return }if(J==null){return }var T=J+M;if(T.length&gt;P){C();return }var X=\"\";var U=0;var W=Math.random();var V=(Y.hasOwnProperty!=null);var R;for(R in Y){if(typeof Y[R]==\"string\"){if(V&amp;&amp;!Y.hasOwnProperty(R)){continue}if(T.length+X.length+Y[R].length&lt;=P){X+=Y[R]}else{if(T.length+Y[R].length&gt;P){}else{U++;N(T,X,U,W);X=Y[R]}}}}if(U){U++}N(T,X,U,W);C()};function N(R,U,S,T){if(U.length&gt;0){R+=\"&amp;al=\"}F(R+U+\"&amp;s=\"+S+\"&amp;r=\"+T)}function C(){window.xzq_d=null;M=null;J=null}function K(R){xzq_sr()}function B(R){xzq_sr()}function L(U,V,W){if(W){var R=W.toString();var T=U;var Y=R.match(new RegExp(\"\\\\\\\\(([^\\\\\\\\)]*)\\\\\\\\)\"));Y=(Y[1].length&gt;0?Y[1]:\"e\");T=T.replace(new RegExp(\"\\\\\\\\([^\\\\\\\\)]*\\\\\\\\)\",\"g\"),\"(\"+Y+\")\");if(R.indexOf(T)&lt;0){var X=R.indexOf(\"{\");if(X&gt;0){R=R.substring(X,R.length)}else{return W}R=R.replace(new RegExp(\"([^a-zA-Z0-9$_])this([^a-zA-Z0-9$_])\",\"g\"),\"$1xzq_this$2\");var Z=T+\";var rv = f( \"+Y+\",this);\";var S=\"{var a0 = '\"+Y+\"';var ofb = '\"+escape(R)+\"' ;var f = new Function( a0, 'xzq_this', unescape(ofb));\"+Z+\"return rv;}\";return new Function(Y,S)}else{return W}}return V}window.xzq_eh=function(){if(E||I){this.onload=L(\"xzq_onload(e)\",K,this.onload,0);if(E&amp;&amp;typeof (this.onbeforeunload)!=O){this.onbeforeunload=L(\"xzq_dobeforeunload(e)\",B,this.onbeforeunload,0)}}};window.xzq_s=function(){setTimeout(\"xzq_sr()\",1)};var J=null;var M=null;var Q=navigator.appName;var H=navigator.appVersion;var G=navigator.userAgent;var A=parseInt(H);var D=Q.indexOf(\"Microsoft\");var E=D!=-1&amp;&amp;A&gt;=4;var I=(Q.indexOf(\"Netscape\")!=-1||Q.indexOf(\"Opera\")!=-1)&amp;&amp;A&gt;=4;var O=\"undefined\";var P=2000})();\n&lt;\/scr"+"ipt&gt;&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_svr)xzq_svr('http:\/\/csc.beap.bc.yahoo.com\/');\nif(window.xzq_p)xzq_p('yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3');\nif(window.xzq_s)xzq_s();\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"http:\/\/csc.beap.bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136icdmhm(gid$ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH,st$1478058901547400,si$4451051,sp$1183300100,pv$1,v$2.0))&amp;t=J_3-D_3\"&gt;&lt;\/noscr"+"ipt&gt;&lt;scr"+"ipt&gt;(function(c){var d=\"https:\/\/\",a=c&amp;&amp;c.JSON,e=\"ypcdb\",g=document,b;function j(n,q,p,o){var m,r;try{m=new Date();m.setTime(m.getTime()+o*1000);g.cookie=[n,\"=\",encodeURIComponent(q),\"; domain=\",p,\"; path=\/; max-age=\",o,\"; expires=\",m.toUTCString()].join(\"\")}catch(r){}}function k(m){return function(){i(m)}}function i(n){var m,o;try{m=new Image();m.onerror=m.onload=function(){m.onerror=m.onload=null;m=null};m.src=n}catch(o){}}function f(o){var p=\"\",n,s,r,q;if(o){try{n=o.match(\/^https?:\\\/\\\/([^\\\/\\?]*)(yahoo\\.com|yimg\\.com|flickr\\.com|yahoo\\.net|rivals\\.com)(:\\d+)?([\\\/\\?]|$)\/);if(n&amp;&amp;n[2]){p=n[2]}n=(n&amp;&amp;n[1])||null;s=n?n.length-1:-1;r=n&amp;&amp;s&gt;=0?n[s]:null;if(r&amp;&amp;r!=\".\"&amp;&amp;r!=\"\/\"){p=\"\"}}catch(q){p=\"\"}}return p}function l(B,n,q,m,p){var u,s,t,A,r,F,z,E,C,y,o,D,x,v=1000,w=v;try{b=location}catch(z){b=null}try{if(a){C=a.parse(p)}else{y=new Function(\"return \"+p);C=y()}}catch(z){C=null}if(y){y=null}try{s=b.hostname;t=b.protocol;if(t){t+=\"\/\/\"}}catch(z){s=t=\"\"}if(!s){try{A=g.URL||b.href||\"\";r=A.match(\/^((http[s]?)\\:[\\\/]+)?([^:\\\/\\s]+|[\\:\\dabcdef\\.]+)\/i);if(r&amp;&amp;r[1]&amp;&amp;r[3]){t=r[1]||\"\";s=r[3]||\"\"}}catch(z){t=s=\"\"}}if(!s||!C||!t||!q){return}A=g.URL||b.href||\"\";E=f(A);if(!E||g.cookie.indexOf(\"ypcdb=\"+n)&gt;-1){return}if(t===d){q=m}u=0;while(F=q[u++]){o=F.lastIndexOf(\"=\");if(o!=-1){D=F.substr(1+o);x=C[D];if(x){setTimeout(k(t+F+x),w);w+=v}}}u=0;while(F=B[u++]){setTimeout(k(t+F),w);w+=v}setTimeout(function(){j(e,n,E,86400)},w)}function h(){l(['ads.yahoo.com\/get-user-id?ver=2&amp;s=800000002&amp;type=redirect&amp;ts=1478058901&amp;sig=fc1c8114f40bbff9','ads.yahoo.com\/get-user-id?ver=2&amp;s=800000008&amp;type=redirect&amp;ts=1478058901&amp;sig=dfd418e805c45ea2'],'70e2b8da6b74a40ea891e47b227926f3',['csync.flickr.com\/csync?ver=2.1','csync.yahooapis.com\/csync?ver=2.1'],['csync.flickr.com\/csync?ver=2.1','csync.yahooapis.com\/csync?ver=2.1'],'{\"2.1\":\"&amp;id=23351&amp;value=on2oz95p1vb9y%26o%3d3%26f%3drd&amp;optout=&amp;timeout=1478058901&amp;sig=11g07k411\"}')}if(c.addEventListener){c.addEventListener(\"load\",h,false)}else{if(c.attachEvent){c.attachEvent(\"onload\",h)}else{c.onload=h}}})(window);\n&lt;\/scr"+"ipt&gt;","pos_list":["BTN","BTN-1","BTN-2","BTN-3","MAST","LDRB","SPL","LREC","LREC2","LREC3","FOOT","FSRVY"],"transID":"darla_prefetch_1478058901546_410565656_3","k2_uri":"","fac_rt":"48319","spaceID":"1183300100","lookupTime":329,"procTime":347,"npv":0,"pvid":"ku.rFTYzLjK1CXZJWBlhNQJ8MTE4LgAAAABnyJQH","serveTime":"1478058901547400","ep":{"site-attribute":"ticker=\"SNE\" wiki_topics=\"PlayStation_VR;Rhythm_game;Launch_game\" ctopid=\"1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" hashtag=\"playstation-vr;sony-playstation-vr;sony-psvr;psvr;playstation-4;playstation;ps4;sony;gaming;games;video-games;featured;%24sne;1542500;1480989;1482489;1489489;1577000;12698500;1035500;1878000;10610989;2299500;2334500\" rs=\"lmsid:a0Vd000000AE7lXEAT;revsp:407fd5b2-47b4-4c00-a1d0-421cf33bb721;lpstaid:80b35014-fba3-377e-adc5-47fb44f61fa7;pct:story\" megamodal=true Y-BUCKET=\"finance-US-en-US-def\"","tgt":"_blank","ref":"http:\/\/finance.yahoo.com\/news\/best-psvr-games-170003443.html","ult":{"pg":{"property":"finance_en-US","test":"finance-US-en-US-def"}},"clw":{"LREC":{"blocked_by":"MON-1"},"MON-1":{"blocked_by":"LREC"},"MAST":{"blocked_by":"SPL,LDRB"},"LDRB":{"blocked_by":"MAST,SPL"},"SPL":{"blocked_by":"MAST,LDRB"}},"lang":"en-US","filter":"no_expandable;exp_iframe_expandable;","darlaID":"darla_instance_1478058901546_1218278615_2"},"pym":{".":"v0.0.9;;-;"},"host":"","filtered":[],"pe":"CWZ1bmN0aW9uIGRwZWQoKSB7IAoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnNlh0ZzVkZ25PWHMtJ109JyhhcyQxMjUzcjU5aDMsYWlkJDZYdGc1ZGduT1hzLSxjciQtMSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1CVE4pJzsKCWlmKHdpbmRvdy54enFfZD09bnVsbCl3aW5kb3cueHpxX2Q9bmV3IE9iamVjdCgpOwp3aW5kb3cueHpxX2RbJ3h0ZGc1ZGduT1hzLSddPScoYXMkMTI1anE1N3E5LGFpZCR4dGRnNWRnbk9Ycy0sY3IkLTEsY3QkMjUsYXQkSCxlb2IkZ2QxX21hdGNoX2lkPS0xOnlwb3M9QlROKSc7CglpZih3aW5kb3cueHpxX2Q9PW51bGwpd2luZG93Lnh6cV9kPW5ldyBPYmplY3QoKTsKd2luZG93Lnh6cV9kWydvek5oNWRnbk9Ycy0nXT0nKGFzJDEyNTV2aGVrOCxhaWQkb3pOaDVkZ25PWHMtLGNyJC0xLGN0JDI1LGF0JEgsZW9iJGdkMV9tYXRjaF9pZD0tMTp5cG9zPUJUTiknOwoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnZ0k5aDVkZ25PWHMtJ109JyhhcyQxMjVja2d1cXIsYWlkJGdJOWg1ZGduT1hzLSxjciQtMSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1CVE4pJzsKCWlmKHdpbmRvdy54enFfZD09bnVsbCl3aW5kb3cueHpxX2Q9bmV3IE9iamVjdCgpOwp3aW5kb3cueHpxX2RbJ2l4Sms1ZGduT1hzLSddPScoYXMkMTI1YjRubzAzLGFpZCRpeEprNWRnbk9Ycy0sY3IkLTEsY3QkMjUsYXQkSCxlb2IkZ2QxX21hdGNoX2lkPS0xOnlwb3M9TUFTVCknOwoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnRjZOaTVkZ25PWHMtJ109JyhhcyQxM2FtbThtZGQsYWlkJEY2Tmk1ZGduT1hzLSxiaSQyMzE1MjA3NTUxLGFncCQzNTM2MDMzNTUxLGNyJDQ1MjcwODEwNTEsY3QkMjUsYXQkSCxlb2IkZ2QxX21hdGNoX2lkPS0xOnlwb3M9TERSQiknOwoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnYUc1azVkZ25PWHMtJ109JyhhcyQxMjV1b2E0ZjMsYWlkJGFHNWs1ZGduT1hzLSxjciQtMSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1TUEwpJzsKCWlmKHdpbmRvdy54enFfZD09bnVsbCl3aW5kb3cueHpxX2Q9bmV3IE9iamVjdCgpOwp3aW5kb3cueHpxX2RbJzlQNWk1ZGduT1hzLSddPScoYXMkMTNhcTF2YXI1LGFpZCQ5UDVpNWRnbk9Ycy0sYmkkMjMxNjcxNjA1MSxhZ3AkMzUzNzY4NTU1MSxjciQ0NTI4ODE4MDUxLGN0JDI1LGF0JEgsZW9iJGdkMV9tYXRjaF9pZD0tMTp5cG9zPUxSRUMpJzsKCWlmKHdpbmRvdy54enFfZD09bnVsbCl3aW5kb3cueHpxX2Q9bmV3IE9iamVjdCgpO3dpbmRvdy54enFfZFsnMFZwajVkZ25PWHMtJ109JyhhcyQxMjVnbXZibnAsYWlkJDBWcGo1ZGduT1hzLSxjciQtMSxjdCQyNSxhdCRILGVvYiRmYWMyX3I9MTpmZWRfc3RhdHVzPTE3OmdkMV9tYXRjaF9pZD0tMTpwdD04OnJia2lkPTIzMTUyMDg1NTE6dWRfcmlzaz0wLjAwOndpbl9zPTQ6eXBvcz1MUkVDMiknOwoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7d2luZG93Lnh6cV9kWydyclpqNWRnbk9Ycy0nXT0nKGFzJDEyNTM4NmtqcixhaWQkcnJaajVkZ25PWHMtLGNyJC0xLGN0JDI1LGF0JEgsZW9iJGZhYzJfcj0xOmZlZF9zdGF0dXM9MTc6Z2QxX21hdGNoX2lkPS0xOnB0PTg6cmJraWQ9MjMxNTIyODA1MTp1ZF9yaXNrPTAuMDA6d2luX3M9NDp5cG9zPUxSRUMzKSc7CglpZih3aW5kb3cueHpxX2Q9PW51bGwpd2luZG93Lnh6cV9kPW5ldyBPYmplY3QoKTsKd2luZG93Lnh6cV9kWydYZXRoNWRnbk9Ycy0nXT0nKGFzJDEyNWtsbDR0aSxhaWQkWGV0aDVkZ25PWHMtLGNyJC0xLGN0JDI1LGF0JEgsZW9iJGdkMV9tYXRjaF9pZD0tMTp5cG9zPUZPT1QpJztpZih3aW5kb3cueHpxX2Q9PW51bGwpd2luZG93Lnh6cV9kPW5ldyBPYmplY3QoKTsKd2luZG93Lnh6cV9kWydPa2RpNWRnbk9Ycy0nXT0nKGFzJDEzYW0wNnY2YyxhaWQkT2tkaTVkZ25PWHMtLGJpJDIzMTU5MzIwNTEsYWdwJDM1MzcwMDY1NTEsY3IkNDUyODE3NzA1MSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1GU1JWWSknOwoJCSB9OwpkcGVkLnRyYW5zSUQgPSAiZGFybGFfcHJlZmV0Y2hfMTQ3ODA1ODkwMTU0Nl80MTA1NjU2NTZfMyI7CgoJZnVuY3Rpb24gZHBlcigpIHsgCgkKaWYod2luZG93Lnh6cV9zdnIpeHpxX3N2cignaHR0cDovL2NzYy5iZWFwLmJjLnlhaG9vLmNvbS8nKTsKaWYod2luZG93Lnh6cV9wKXh6cV9wKCd5aT9idj0xLjAuMCZicz0oMTM2aWNkbWhtKGdpZCRrdS5yRlRZekxqSzFDWFpKV0JsaE5RSjhNVEU0TGdBQUFBQm55SlFILHN0JDE0NzgwNTg5MDE1NDc0MDAsc2kkNDQ1MTA1MSxzcCQxMTgzMzAwMTAwLHB2JDEsdiQyLjApKSZ0PUpfMy1EXzMnKTsKaWYod2luZG93Lnh6cV9zKXh6cV9zKCk7CgoKCShmdW5jdGlvbihjKXt2YXIgZD0iaHR0cHM6Ly8iLGE9YyYmYy5KU09OLGU9InlwY2RiIixnPWRvY3VtZW50LGI7ZnVuY3Rpb24gaihuLHEscCxvKXt2YXIgbSxyO3RyeXttPW5ldyBEYXRlKCk7bS5zZXRUaW1lKG0uZ2V0VGltZSgpK28qMTAwMCk7Zy5jb29raWU9W24sIj0iLGVuY29kZVVSSUNvbXBvbmVudChxKSwiOyBkb21haW49IixwLCI7IHBhdGg9LzsgbWF4LWFnZT0iLG8sIjsgZXhwaXJlcz0iLG0udG9VVENTdHJpbmcoKV0uam9pbigiIil9Y2F0Y2gocil7fX1mdW5jdGlvbiBrKG0pe3JldHVybiBmdW5jdGlvbigpe2kobSl9fWZ1bmN0aW9uIGkobil7dmFyIG0sbzt0cnl7bT1uZXcgSW1hZ2UoKTttLm9uZXJyb3I9bS5vbmxvYWQ9ZnVuY3Rpb24oKXttLm9uZXJyb3I9bS5vbmxvYWQ9bnVsbDttPW51bGx9O20uc3JjPW59Y2F0Y2gobyl7fX1mdW5jdGlvbiBmKG8pe3ZhciBwPSIiLG4scyxyLHE7aWYobyl7dHJ5e249by5tYXRjaCgvXmh0dHBzPzpcL1wvKFteXC9cP10qKSh5YWhvb1wuY29tfHlpbWdcLmNvbXxmbGlja3JcLmNvbXx5YWhvb1wubmV0fHJpdmFsc1wuY29tKSg6XGQrKT8oW1wvXD9dfCQpLyk7aWYobiYmblsyXSl7cD1uWzJdfW49KG4mJm5bMV0pfHxudWxsO3M9bj9uLmxlbmd0aC0xOi0xO3I9biYmcz49MD9uW3NdOm51bGw7aWYociYmciE9Ii4iJiZyIT0iLyIpe3A9IiJ9fWNhdGNoKHEpe3A9IiJ9fXJldHVybiBwfWZ1bmN0aW9uIGwoQixuLHEsbSxwKXt2YXIgdSxzLHQsQSxyLEYseixFLEMseSxvLEQseCx2PTEwMDAsdz12O3RyeXtiPWxvY2F0aW9ufWNhdGNoKHope2I9bnVsbH10cnl7aWYoYSl7Qz1hLnBhcnNlKHApfWVsc2V7eT1uZXcgRnVuY3Rpb24oInJldHVybiAiK3ApO0M9eSgpfX1jYXRjaCh6KXtDPW51bGx9aWYoeSl7eT1udWxsfXRyeXtzPWIuaG9zdG5hbWU7dD1iLnByb3RvY29sO2lmKHQpe3QrPSIvLyJ9fWNhdGNoKHope3M9dD0iIn1pZighcyl7dHJ5e0E9Zy5VUkx8fGIuaHJlZnx8IiI7cj1BLm1hdGNoKC9eKChodHRwW3NdPylcOltcL10rKT8oW146XC9cc10rfFtcOlxkYWJjZGVmXC5dKykvaSk7aWYociYmclsxXSYmclszXSl7dD1yWzFdfHwiIjtzPXJbM118fCIifX1jYXRjaCh6KXt0PXM9IiJ9fWlmKCFzfHwhQ3x8IXR8fCFxKXtyZXR1cm59QT1nLlVSTHx8Yi5ocmVmfHwiIjtFPWYoQSk7aWYoIUV8fGcuY29va2llLmluZGV4T2YoInlwY2RiPSIrbik+LTEpe3JldHVybn1pZih0PT09ZCl7cT1tfXU9MDt3aGlsZShGPXFbdSsrXSl7bz1GLmxhc3RJbmRleE9mKCI9Iik7aWYobyE9LTEpe0Q9Ri5zdWJzdHIoMStvKTt4PUNbRF07aWYoeCl7c2V0VGltZW91dChrKHQrRit4KSx3KTt3Kz12fX19dT0wO3doaWxlKEY9Qlt1KytdKXtzZXRUaW1lb3V0KGsodCtGKSx3KTt3Kz12fXNldFRpbWVvdXQoZnVuY3Rpb24oKXtqKGUsbixFLDg2NDAwKX0sdyl9ZnVuY3Rpb24gaCgpe2woWydhZHMueWFob28uY29tL2dldC11c2VyLWlkP3Zlcj0yJnM9ODAwMDAwMDAyJnR5cGU9cmVkaXJlY3QmdHM9MTQ3ODA1ODkwMSZzaWc9ZmMxYzgxMTRmNDBiYmZmOScsJ2Fkcy55YWhvby5jb20vZ2V0LXVzZXItaWQ\/dmVyPTImcz04MDAwMDAwMDgmdHlwZT1yZWRpcmVjdCZ0cz0xNDc4MDU4OTAxJnNpZz1kZmQ0MThlODA1YzQ1ZWEyJ10sJzcwZTJiOGRhNmI3NGE0MGVhODkxZTQ3YjIyNzkyNmYzJyxbJ2NzeW5jLmZsaWNrci5jb20vY3N5bmM\/dmVyPTIuMScsJ2NzeW5jLnlhaG9vYXBpcy5jb20vY3N5bmM\/dmVyPTIuMSddLFsnY3N5bmMuZmxpY2tyLmNvbS9jc3luYz92ZXI9Mi4xJywnY3N5bmMueWFob29hcGlzLmNvbS9jc3luYz92ZXI9Mi4xJ10sJ3siMi4xIjoiJmlkPTIzMzUxJnZhbHVlPW9uMm96OTVwMXZiOXklMjZvJTNkMyUyNmYlM2RyZCZvcHRvdXQ9JnRpbWVvdXQ9MTQ3ODA1ODkwMSZzaWc9MTFnMDdrNDExIn0nKX1pZihjLmFkZEV2ZW50TGlzdGVuZXIpe2MuYWRkRXZlbnRMaXN0ZW5lcigibG9hZCIsaCxmYWxzZSl9ZWxzZXtpZihjLmF0dGFjaEV2ZW50KXtjLmF0dGFjaEV2ZW50KCJvbmxvYWQiLGgpfWVsc2V7Yy5vbmxvYWQ9aH19fSkod2luZG93KTsKCgoJCiB9OwpkcGVyLnRyYW5zSUQgPSJkYXJsYV9wcmVmZXRjaF8xNDc4MDU4OTAxNTQ2XzQxMDU2NTY1Nl8zIjsKCg=="}}}</script>
+ <meta itemprop="metadata/x-safeframe" content="eyJwb3NpdGlvbnMiOlt7ImlkIjoiQlROIiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJCVE4iLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiIzIiLCJtYXRjaElEIjoiIzIiLCJib29rSUQiOiItMSIsInNsb3RJRCI6IjAiLCJzZXJ2ZVR5cGUiOiItMSIsImVyciI6ImludmFsaWRfc3BhY2UiLCJoYXNFeHRlcm5hbCI6ZmFsc2UsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOi0xLCJmZGIiOiJ7IFxcXCJmZGJfdXJsXFxcIjogXFxcImh0dHA6XFxcXFwvXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXC9hZj9idj0xLjAuMCZicz0oMTVpcjQ1cjZiKGdpZCRqbVRWUURrNExqSEhiRnNIVTVqTWtnS2tNVEF1TndBQUFBQ2xqcGtLLHN0JDE0MDI1MzcyMzMwMjY5MjIsc3J2JDEsc2kkMTMzMDM1NTEsYWR2JDI1OTQxNDI5MDM2LGN0JDI1LGxpJDMyMzkyNTAwNTEsZXhwJDE0MDI1NDQ0MzMwMjY5MjIsY3IkNDE1NDk4NDU1MSxwYmlkJDI1MzcyNzI4MTMzLHYkMS4wKSkmYWw9KHR5cGUke3R5cGV9LGNtbnQke2NtbnR9LHN1Ym8ke3N1Ym99KSZyPTEwXFxcIiwgXFxcImZkYl9vblxcXCI6IFxcXCIxXFxcIiwgXFxcImZkYl9leHBcXFwiOiBcXFwiMTQwMjU0NDQzMzAyNlxcXCIsIFxcXCJmZGJfaW50bFxcXCI6IFxcXCJlbi11c1xcXCIgLCBcXFwiZFxcXCIgOiBcXFwiMVxcXCIgfSIsInNlcnZlVGltZSI6MTQ3ODA1ODkwMTU0NzQwMCwiaW1wSUQiOiIiLCJjcmVhdGl2ZUlEIjotMSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9fX19LHsiaWQiOiJCVE4tMSIsImxvd0hUTUwiOiIiLCJtZXRhIjp7InkiOnsicG9zIjoiQlROLTEiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiIzIiLCJtYXRjaElEIjoiIzIiLCJib29rSUQiOiItMSIsInNsb3RJRCI6IjEiLCJzZXJ2ZVR5cGUiOiItMSIsImVyciI6ImludmFsaWRfc3BhY2UiLCJoYXNFeHRlcm5hbCI6ZmFsc2UsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOi0xLCJmZGIiOiJ7IFxcXCJmZGJfdXJsXFxcIjogXFxcImh0dHA6XFxcXFwvXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXC9hZj9idj0xLjAuMCZicz0oMTVpcjQ1cjZiKGdpZCRqbVRWUURrNExqSEhiRnNIVTVqTWtnS2tNVEF1TndBQUFBQ2xqcGtLLHN0JDE0MDI1MzcyMzMwMjY5MjIsc3J2JDEsc2kkMTMzMDM1NTEsYWR2JDI1OTQxNDI5MDM2LGN0JDI1LGxpJDMyMzkyNTAwNTEsZXhwJDE0MDI1NDQ0MzMwMjY5MjIsY3IkNDE1NDk4NDU1MSxwYmlkJDI1MzcyNzI4MTMzLHYkMS4wKSkmYWw9KHR5cGUke3R5cGV9LGNtbnQke2NtbnR9LHN1Ym8ke3N1Ym99KSZyPTEwXFxcIiwgXFxcImZkYl9vblxcXCI6IFxcXCIxXFxcIiwgXFxcImZkYl9leHBcXFwiOiBcXFwiMTQwMjU0NDQzMzAyNlxcXCIsIFxcXCJmZGJfaW50bFxcXCI6IFxcXCJlbi11c1xcXCIgLCBcXFwiZFxcXCIgOiBcXFwiMVxcXCIgfSIsInNlcnZlVGltZSI6MTQ3ODA1ODkwMTU0NzQwMCwiaW1wSUQiOiIiLCJjcmVhdGl2ZUlEIjotMSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9fX19LHsiaWQiOiJCVE4tMiIsImxvd0hUTUwiOiIiLCJtZXRhIjp7InkiOnsicG9zIjoiQlROLTIiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiIzIiLCJtYXRjaElEIjoiIzIiLCJib29rSUQiOiItMSIsInNsb3RJRCI6IjIiLCJzZXJ2ZVR5cGUiOiItMSIsImVyciI6ImludmFsaWRfc3BhY2UiLCJoYXNFeHRlcm5hbCI6ZmFsc2UsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOi0xLCJmZGIiOiJ7IFxcXCJmZGJfdXJsXFxcIjogXFxcImh0dHA6XFxcXFwvXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXC9hZj9idj0xLjAuMCZicz0oMTVpcjQ1cjZiKGdpZCRqbVRWUURrNExqSEhiRnNIVTVqTWtnS2tNVEF1TndBQUFBQ2xqcGtLLHN0JDE0MDI1MzcyMzMwMjY5MjIsc3J2JDEsc2kkMTMzMDM1NTEsYWR2JDI1OTQxNDI5MDM2LGN0JDI1LGxpJDMyMzkyNTAwNTEsZXhwJDE0MDI1NDQ0MzMwMjY5MjIsY3IkNDE1NDk4NDU1MSxwYmlkJDI1MzcyNzI4MTMzLHYkMS4wKSkmYWw9KHR5cGUke3R5cGV9LGNtbnQke2NtbnR9LHN1Ym8ke3N1Ym99KSZyPTEwXFxcIiwgXFxcImZkYl9vblxcXCI6IFxcXCIxXFxcIiwgXFxcImZkYl9leHBcXFwiOiBcXFwiMTQwMjU0NDQzMzAyNlxcXCIsIFxcXCJmZGJfaW50bFxcXCI6IFxcXCJlbi11c1xcXCIgLCBcXFwiZFxcXCIgOiBcXFwiMVxcXCIgfSIsInNlcnZlVGltZSI6MTQ3ODA1ODkwMTU0NzQwMCwiaW1wSUQiOiIiLCJjcmVhdGl2ZUlEIjotMSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9fX19LHsiaWQiOiJCVE4tMyIsImxvd0hUTUwiOiIiLCJtZXRhIjp7InkiOnsicG9zIjoiQlROLTMiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiIzIiLCJtYXRjaElEIjoiIzIiLCJib29rSUQiOiItMSIsInNsb3RJRCI6IjMiLCJzZXJ2ZVR5cGUiOiItMSIsImVyciI6ImludmFsaWRfc3BhY2UiLCJoYXNFeHRlcm5hbCI6ZmFsc2UsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOi0xLCJmZGIiOiJ7IFxcXCJmZGJfdXJsXFxcIjogXFxcImh0dHA6XFxcXFwvXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXC9hZj9idj0xLjAuMCZicz0oMTVpcjQ1cjZiKGdpZCRqbVRWUURrNExqSEhiRnNIVTVqTWtnS2tNVEF1TndBQUFBQ2xqcGtLLHN0JDE0MDI1MzcyMzMwMjY5MjIsc3J2JDEsc2kkMTMzMDM1NTEsYWR2JDI1OTQxNDI5MDM2LGN0JDI1LGxpJDMyMzkyNTAwNTEsZXhwJDE0MDI1NDQ0MzMwMjY5MjIsY3IkNDE1NDk4NDU1MSxwYmlkJDI1MzcyNzI4MTMzLHYkMS4wKSkmYWw9KHR5cGUke3R5cGV9LGNtbnQke2NtbnR9LHN1Ym8ke3N1Ym99KSZyPTEwXFxcIiwgXFxcImZkYl9vblxcXCI6IFxcXCIxXFxcIiwgXFxcImZkYl9leHBcXFwiOiBcXFwiMTQwMjU0NDQzMzAyNlxcXCIsIFxcXCJmZGJfaW50bFxcXCI6IFxcXCJlbi11c1xcXCIgLCBcXFwiZFxcXCIgOiBcXFwiMVxcXCIgfSIsInNlcnZlVGltZSI6MTQ3ODA1ODkwMTU0NzQwMCwiaW1wSUQiOiIiLCJjcmVhdGl2ZUlEIjotMSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9fX19LHsiaWQiOiJNQVNUIiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJNQVNUIiwiYmVoYXZpb3IiOiJub25fZXhwIiwiYWRJRCI6IiMyIiwibWF0Y2hJRCI6IiMyIiwiYm9va0lEIjoiLTEiLCJzbG90SUQiOiIxMCIsInNlcnZlVHlwZSI6Ii0xIiwiZXJyIjoiaW52YWxpZF9zcGFjZSIsImhhc0V4dGVybmFsIjpmYWxzZSwic3VwcF91Z2MiOiIiLCJwbGFjZW1lbnRJRCI6LTEsImZkYiI6InsgXFxcImZkYl91cmxcXFwiOiBcXFwiaHR0cDpcXFxcXC9cXFxcXC9iZWFwLWJjLnlhaG9vLmNvbVxcXFxcL2FmP2J2PTEuMC4wJmJzPSgxNWlyNDVyNmIoZ2lkJGptVFZRRGs0TGpISGJGc0hVNWpNa2dLa01UQXVOd0FBQUFDbGpwa0ssc3QkMTQwMjUzNzIzMzAyNjkyMixzcnYkMSxzaSQxMzMwMzU1MSxhZHYkMjU5NDE0MjkwMzYsY3QkMjUsbGkkMzIzOTI1MDA1MSxleHAkMTQwMjU0NDQzMzAyNjkyMixjciQ0MTU0OTg0NTUxLHBiaWQkMjUzNzI3MjgxMzMsdiQxLjApKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDAyNTQ0NDMzMDI2XFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLXVzXFxcIiAsIFxcXCJkXFxcIiA6IFxcXCIxXFxcIiB9Iiwic2VydmVUaW1lIjoxNDc4MDU4OTAxNTQ3NDAwLCJpbXBJRCI6IiIsImNyZWF0aXZlSUQiOi0xLCJhZGMiOiJ7XFxcImxhYmVsXFxcIjpcXFwiQWRDaG9pY2VzXFxcIixcXFwidXJsXFxcIjpcXFwiaHR0cHM6XFxcXFwvXFxcXFwvaW5mby55YWhvby5jb21cXFxcXC9wcml2YWN5XFxcXFwvdXNcXFxcXC95YWhvb1xcXFxcL3JlbGV2YW50YWRzLmh0bWxcXFwiLFxcXCJjbG9zZVxcXCI6XFxcIkNsb3NlXFxcIixcXFwiY2xvc2VBZFxcXCI6XFxcIkNsb3NlIEFkXFxcIixcXFwic2hvd0FkXFxcIjpcXFwiU2hvdyBhZFxcXCIsXFxcImNvbGxhcHNlXFxcIjpcXFwiQ29sbGFwc2VcXFwiLFxcXCJmZGJcXFwiOlxcXCJJIGRvbid0IGxpa2UgdGhpcyBhZFxcXCIsXFxcImNvZGVcXFwiOlxcXCJlbi11c1xcXCJ9IiwiaXMzcmQiOjAsImZhY1N0YXR1cyI6e30sInVzZXJQcm92aWRlZERhdGEiOnt9LCJzbG90RGF0YSI6e319fX0seyJpZCI6IkxEUkIiLCJsb3dIVE1MIjoiIiwibWV0YSI6eyJ5Ijp7InBvcyI6IkxEUkIiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiOTc0OTc3Nzg0NDgzMzIzOTgxMiIsIm1hdGNoSUQiOiI5OTk5OTkuOTk5OTk5Ljk5OTk5OS45OTk5OTkiLCJib29rSUQiOiIyMzE1MjA3NTUxIiwic2xvdElEIjoiNiIsInNlcnZlVHlwZSI6Ii0xIiwiZXJyIjpmYWxzZSwiaGFzRXh0ZXJuYWwiOmZhbHNlLCJzdXBwX3VnYyI6IiIsInBsYWNlbWVudElEIjoiMzUzNjAzMzU1MSIsImZkYiI6InsgXFxcImZkYl91cmxcXFwiOiBcXFwiaHR0cDpcXFxcXFxcL1xcXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXFxcL2FmXFxcXFxcXC91cz9idj0xLjAuMCZicz0oMTYwYmF0NzNvKGdpZCRrdS5yRlRZekxqSzFDWFpKV0JsaE5RSjhNVEU0TGdBQUFBQm55SlFILHN0JDE0NzgwNTg5MDE1NDc0MDAsc3J2JDEsc2kkNDQ1MTA1MSxjdCQyNSxleHAkMTQ3ODA2NjEwMTU0NzQwMCxhZHYkMjY1MTM3NTM2MDgsbGkkMzUzNTkyMDU1MSxjciQ0NTI3MDgxMDUxLHYkMS4wLHBiaWQkMjA0NTk5MzMyMjMsc2VpZCQxMDM4ODQ1NTEpKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDc4MDY2MTAxNTQ3XFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLVVTXFxcIiB9Iiwic2VydmVUaW1lIjoiMTQ3ODA1ODkwMTU0NzQwMCIsImltcElEIjoiRjZOaTVkZ25PWHMtIiwiY3JlYXRpdmVJRCI6NDUyNzA4MTA1MSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjoxLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9LCJzaXplIjoiNzI4eDkwIn19LCJjb25mIjp7InciOjcyOCwiaCI6OTB9fSx7ImlkIjoiU1BMIiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJTUEwiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiIzIiLCJtYXRjaElEIjoiIzIiLCJib29rSUQiOiItMSIsInNsb3RJRCI6IjExIiwic2VydmVUeXBlIjoiLTEiLCJlcnIiOiJpbnZhbGlkX3NwYWNlIiwiaGFzRXh0ZXJuYWwiOmZhbHNlLCJzdXBwX3VnYyI6IiIsInBsYWNlbWVudElEIjotMSwiZmRiIjoieyBcXFwiZmRiX3VybFxcXCI6IFxcXCJodHRwOlxcXFxcL1xcXFxcL2JlYXAtYmMueWFob28uY29tXFxcXFwvYWY/YnY9MS4wLjAmYnM9KDE1aXI0NXI2YihnaWQkam1UVlFEazRMakhIYkZzSFU1ak1rZ0trTVRBdU53QUFBQUNsanBrSyxzdCQxNDAyNTM3MjMzMDI2OTIyLHNydiQxLHNpJDEzMzAzNTUxLGFkdiQyNTk0MTQyOTAzNixjdCQyNSxsaSQzMjM5MjUwMDUxLGV4cCQxNDAyNTQ0NDMzMDI2OTIyLGNyJDQxNTQ5ODQ1NTEscGJpZCQyNTM3MjcyODEzMyx2JDEuMCkpJmFsPSh0eXBlJHt0eXBlfSxjbW50JHtjbW50fSxzdWJvJHtzdWJvfSkmcj0xMFxcXCIsIFxcXCJmZGJfb25cXFwiOiBcXFwiMVxcXCIsIFxcXCJmZGJfZXhwXFxcIjogXFxcIjE0MDI1NDQ0MzMwMjZcXFwiLCBcXFwiZmRiX2ludGxcXFwiOiBcXFwiZW4tdXNcXFwiICwgXFxcImRcXFwiIDogXFxcIjFcXFwiIH0iLCJzZXJ2ZVRpbWUiOiIxNDc4MDU4OTAxNTQ3NDAwIiwiaW1wSUQiOiIiLCJjcmVhdGl2ZUlEIjotMSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9fX19LHsiaWQiOiJMUkVDIiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJMUkVDIiwiYmVoYXZpb3IiOiJub25fZXhwIiwiYWRJRCI6Ijk3NTU1OTk2NzMwMDI5NzEwODEiLCJtYXRjaElEIjoiOTk5OTk5Ljk5OTk5OS45OTk5OTkuOTk5OTk5IiwiYm9va0lEIjoiMjMxNjcxNjA1MSIsInNsb3RJRCI6IjciLCJzZXJ2ZVR5cGUiOiItMSIsImVyciI6ZmFsc2UsImhhc0V4dGVybmFsIjp0cnVlLCJzdXBwX3VnYyI6IiIsInBsYWNlbWVudElEIjoiMzUzNzY4NTU1MSIsImZkYiI6InsgXFxcImZkYl91cmxcXFwiOiBcXFwiaHR0cDpcXFxcXFxcL1xcXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXFxcL2FmXFxcXFxcXC91cz9idj0xLjAuMCZicz0oMTYwZHMyNXBhKGdpZCRrdS5yRlRZekxqSzFDWFpKV0JsaE5RSjhNVEU0TGdBQUFBQm55SlFILHN0JDE0NzgwNTg5MDE1NDc0MDAsc3J2JDEsc2kkNDQ1MTA1MSxjdCQyNSxleHAkMTQ3ODA2NjEwMTU0NzQwMCxhZHYkMjYxMDAzMzkzNDAsbGkkMzUzNzU1NDU1MSxjciQ0NTI4ODE4MDUxLHYkMS4wLHBiaWQkMjA0NTk5MzMyMjMsc2VpZCQxMDM4ODQ1NTEpKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDc4MDY2MTAxNTQ3XFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLVVTXFxcIiB9Iiwic2VydmVUaW1lIjoiMTQ3ODA1ODkwMTU0NzQwMCIsImltcElEIjoiOVA1aTVkZ25PWHMtIiwiY3JlYXRpdmVJRCI6NDUyODgxODA1MSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9LCJzaXplIjoiMzAweDI1MCJ9fSwiY29uZiI6eyJ3IjozMDAsImgiOjI1MH19LHsiaWQiOiJMUkVDMiIsImxvd0hUTUwiOiIiLCJtZXRhIjp7InkiOnsicG9zIjoiTFJFQzIiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiMTIzNDU2NyIsIm1hdGNoSUQiOiI5OTk5OTkuOTk5OTk5Ljk5OTk5OS45OTk5OTkiLCJib29rSUQiOiIyMzE1MjA4NTUxIiwic2xvdElEIjoiOCIsInNlcnZlVHlwZSI6Ii0xIiwiZXJyIjpmYWxzZSwiaGFzRXh0ZXJuYWwiOmZhbHNlLCJzdXBwX3VnYyI6IiIsInBsYWNlbWVudElEIjoiMzUzNjAyMzU1MSIsImZkYiI6InsgXFxcImZkYl91cmxcXFwiOiBcXFwiaHR0cDpcXFxcXFxcL1xcXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXFxcL2FmXFxcXFxcXC91cz9idj0xLjAuMCZicz0oMTYwcW9hMTY3KGdpZCRrdS5yRlRZekxqSzFDWFpKV0JsaE5RSjhNVEU0TGdBQUFBQm55SlFILHN0JDE0NzgwNTg5MDE1NDc0MDAsc3J2JDEsc2kkNDQ1MTA1MSxjdCQyNSxleHAkMTQ3ODA2NjEwMTU0NzQwMCxhZHYkMjY1MTM3NTM2MDgsbGkkMzUzNTkzMDA1MSxjciQ0NTI3MDY2NTUxLHYkMS4wLHBiaWQkMjA0NTk5MzMyMjMsc2VpZCQxMDM4ODQ1NTEpKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDc4MDY2MTAxNTQ3XFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLVVTXFxcIiB9Iiwic2VydmVUaW1lIjoiMTQ3ODA1ODkwMTU0NzQwMCIsImltcElEIjoiMFZwajVkZ25PWHMtIiwiY3JlYXRpdmVJRCI6NDUyNzA2NjU1MSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjoxLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9LCJzaXplIjoiMzAweDI1MCJ9fSwiY29uZiI6eyJ3IjozMDAsImgiOjI1MH19LHsiaWQiOiJMUkVDMyIsImxvd0hUTUwiOiIiLCJtZXRhIjp7InkiOnsicG9zIjoiTFJFQzMiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiMTIzNDU2NyIsIm1hdGNoSUQiOiI5OTk5OTkuOTk5OTk5Ljk5OTk5OS45OTk5OTkiLCJib29rSUQiOiIyMzE1MjI4MDUxIiwic2xvdElEIjoiOSIsInNlcnZlVHlwZSI6Ii0xIiwiZXJyIjpmYWxzZSwiaGFzRXh0ZXJuYWwiOmZhbHNlLCJzdXBwX3VnYyI6IiIsInBsYWNlbWVudElEIjoiMzUzNjA0MzA1MSIsImZkYiI6InsgXFxcImZkYl91cmxcXFwiOiBcXFwiaHR0cDpcXFxcXFxcL1xcXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXFxcL2FmXFxcXFxcXC91cz9idj0xLjAuMCZicz0oMTYwaHByMTBoKGdpZCRrdS5yRlRZekxqSzFDWFpKV0JsaE5RSjhNVEU0TGdBQUFBQm55SlFILHN0JDE0NzgwNTg5MDE1NDc0MDAsc3J2JDEsc2kkNDQ1MTA1MSxjdCQyNSxleHAkMTQ3ODA2NjEwMTU0NzQwMCxhZHYkMjY1MTM3NTM2MDgsbGkkMzUzNTkwOTA1MSxjciQ0NTI3MDkxMDUxLHYkMS4wLHBiaWQkMjA0NTk5MzMyMjMsc2VpZCQxMDM4ODQ1NTEpKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDc4MDY2MTAxNTQ3XFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLVVTXFxcIiB9Iiwic2VydmVUaW1lIjoiMTQ3ODA1ODkwMTU0NzQwMCIsImltcElEIjoicnJaajVkZ25PWHMtIiwiY3JlYXRpdmVJRCI6NDUyNzA5MTA1MSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjoxLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9LCJzaXplIjoiMzAweDI1MCJ9fSwiY29uZiI6eyJ3IjozMDAsImgiOjI1MH19LHsiaWQiOiJGT09UIiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJGT09UIiwiYmVoYXZpb3IiOiJub25fZXhwIiwiYWRJRCI6IiMyIiwibWF0Y2hJRCI6IiMyIiwiYm9va0lEIjoiLTEiLCJzbG90SUQiOiI0Iiwic2VydmVUeXBlIjoiLTEiLCJlcnIiOiJpbnZhbGlkX3NwYWNlIiwiaGFzRXh0ZXJuYWwiOmZhbHNlLCJzdXBwX3VnYyI6IiIsInBsYWNlbWVudElEIjotMSwiZmRiIjoieyBcXFwiZmRiX3VybFxcXCI6IFxcXCJodHRwOlxcXFxcL1xcXFxcL2JlYXAtYmMueWFob28uY29tXFxcXFwvYWY/YnY9MS4wLjAmYnM9KDE1aXI0NXI2YihnaWQkam1UVlFEazRMakhIYkZzSFU1ak1rZ0trTVRBdU53QUFBQUNsanBrSyxzdCQxNDAyNTM3MjMzMDI2OTIyLHNydiQxLHNpJDEzMzAzNTUxLGFkdiQyNTk0MTQyOTAzNixjdCQyNSxsaSQzMjM5MjUwMDUxLGV4cCQxNDAyNTQ0NDMzMDI2OTIyLGNyJDQxNTQ5ODQ1NTEscGJpZCQyNTM3MjcyODEzMyx2JDEuMCkpJmFsPSh0eXBlJHt0eXBlfSxjbW50JHtjbW50fSxzdWJvJHtzdWJvfSkmcj0xMFxcXCIsIFxcXCJmZGJfb25cXFwiOiBcXFwiMVxcXCIsIFxcXCJmZGJfZXhwXFxcIjogXFxcIjE0MDI1NDQ0MzMwMjZcXFwiLCBcXFwiZmRiX2ludGxcXFwiOiBcXFwiZW4tdXNcXFwiICwgXFxcImRcXFwiIDogXFxcIjFcXFwiIH0iLCJzZXJ2ZVRpbWUiOiIxNDc4MDU4OTAxNTQ3NDAwIiwiaW1wSUQiOiIiLCJjcmVhdGl2ZUlEIjotMSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9fX19LHsiaWQiOiJGU1JWWSIsImxvd0hUTUwiOiIiLCJtZXRhIjp7InkiOnsicG9zIjoiRlNSVlkiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiOTc1MjUxNTg4NjQ4NDQ0MTg1MCIsIm1hdGNoSUQiOiI5OTk5OTkuOTk5OTk5Ljk5OTk5OS45OTk5OTkiLCJib29rSUQiOiIyMzE1OTMyMDUxIiwic2xvdElEIjoiNSIsInNlcnZlVHlwZSI6Ii0xIiwiZXJyIjpmYWxzZSwiaGFzRXh0ZXJuYWwiOmZhbHNlLCJzdXBwX3VnYyI6IiIsInBsYWNlbWVudElEIjoiMzUzNzAwNjU1MSIsImZkYiI6InsgXFxcImZkYl91cmxcXFwiOiBcXFwiaHR0cDpcXFxcXFxcL1xcXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXFxcL2FmXFxcXFxcXC91cz9idj0xLjAuMCZicz0oMTYwbzh2OHRlKGdpZCRrdS5yRlRZekxqSzFDWFpKV0JsaE5RSjhNVEU0TGdBQUFBQm55SlFILHN0JDE0NzgwNTg5MDE1NDc0MDAsc3J2JDEsc2kkNDQ1MTA1MSxjdCQyNSxleHAkMTQ3ODA2NjEwMTU0NzQwMCxhZHYkMjY1MTM3NTM2MDgsbGkkMzUzNjg2NzA1MSxjciQ0NTI4MTc3MDUxLHYkMS4wLHBiaWQkMjA0NTk5MzMyMjMsc2VpZCQxMDM4ODQ1NTEpKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDc4MDY2MTAxNTQ3XFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLVVTXFxcIiB9Iiwic2VydmVUaW1lIjoiMTQ3ODA1ODkwMTU0NzQwMCIsImltcElEIjoiT2tkaTVkZ25PWHMtIiwiY3JlYXRpdmVJRCI6NDUyODE3NzA1MSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjoxLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9LCJzaXplIjoiMXgxIn19LCJjb25mIjp7InciOjEsImgiOjF9fV0sImNvbmYiOm51bGwsIm1ldGEiOnsieSI6eyJwb3NfbGlzdCI6WyJCVE4iLCJCVE4tMSIsIkJUTi0yIiwiQlROLTMiLCJNQVNUIiwiTERSQiIsIlNQTCIsIkxSRUMiLCJMUkVDMiIsIkxSRUMzIiwiRk9PVCIsIkZTUlZZIl0sInRyYW5zSUQiOiJkYXJsYV9wcmVmZXRjaF8xNDc4MDU4OTAxNTQ2XzQxMDU2NTY1Nl8zIiwiazJfdXJpIjoiIiwiZmFjX3J0IjoiNDgzMTkiLCJzcGFjZUlEIjoiMTE4MzMwMDEwMCIsImxvb2t1cFRpbWUiOjMyOSwicHJvY1RpbWUiOjM0NywibnB2IjowLCJwdmlkIjoia3UuckZUWXpMaksxQ1haSldCbGhOUUo4TVRFNExnQUFBQUJueUpRSCIsInNlcnZlVGltZSI6IjE0NzgwNTg5MDE1NDc0MDAiLCJlcCI6eyJzaXRlLWF0dHJpYnV0ZSI6InRpY2tlcj1cIlNORVwiIHdpa2lfdG9waWNzPVwiUGxheVN0YXRpb25fVlI7Umh5dGhtX2dhbWU7TGF1bmNoX2dhbWVcIiBjdG9waWQ9XCIxNTQyNTAwOzE0ODA5ODk7MTQ4MjQ4OTsxNDg5NDg5OzE1NzcwMDA7MTI2OTg1MDA7MTAzNTUwMDsxODc4MDAwOzEwNjEwOTg5OzIyOTk1MDA7MjMzNDUwMFwiIGhhc2h0YWc9XCJwbGF5c3RhdGlvbi12cjtzb255LXBsYXlzdGF0aW9uLXZyO3NvbnktcHN2cjtwc3ZyO3BsYXlzdGF0aW9uLTQ7cGxheXN0YXRpb247cHM0O3Nvbnk7Z2FtaW5nO2dhbWVzO3ZpZGVvLWdhbWVzO2ZlYXR1cmVkOyUyNHNuZTsxNTQyNTAwOzE0ODA5ODk7MTQ4MjQ4OTsxNDg5NDg5OzE1NzcwMDA7MTI2OTg1MDA7MTAzNTUwMDsxODc4MDAwOzEwNjEwOTg5OzIyOTk1MDA7MjMzNDUwMFwiIHJzPVwibG1zaWQ6YTBWZDAwMDAwMEFFN2xYRUFUO3JldnNwOjQwN2ZkNWIyLTQ3YjQtNGMwMC1hMWQwLTQyMWNmMzNiYjcyMTtscHN0YWlkOjgwYjM1MDE0LWZiYTMtMzc3ZS1hZGM1LTQ3ZmI0NGY2MWZhNztwY3Q6c3RvcnlcIiBtZWdhbW9kYWw9dHJ1ZSBZLUJVQ0tFVD1cImZpbmFuY2UtVVMtZW4tVVMtZGVmXCIiLCJ0Z3QiOiJfYmxhbmsiLCJyZWYiOiJodHRwOlwvXC9maW5hbmNlLnlhaG9vLmNvbVwvbmV3c1wvYmVzdC1wc3ZyLWdhbWVzLTE3MDAwMzQ0My5odG1sIiwidWx0Ijp7InBnIjp7InByb3BlcnR5IjoiZmluYW5jZV9lbi1VUyIsInRlc3QiOiJmaW5hbmNlLVVTLWVuLVVTLWRlZiJ9fSwiY2x3Ijp7IkxSRUMiOnsiYmxvY2tlZF9ieSI6Ik1PTi0xIn0sIk1PTi0xIjp7ImJsb2NrZWRfYnkiOiJMUkVDIn0sIk1BU1QiOnsiYmxvY2tlZF9ieSI6IlNQTCxMRFJCIn0sIkxEUkIiOnsiYmxvY2tlZF9ieSI6Ik1BU1QsU1BMIn0sIlNQTCI6eyJibG9ja2VkX2J5IjoiTUFTVCxMRFJCIn19LCJsYW5nIjoiZW4tVVMiLCJmaWx0ZXIiOiJub19leHBhbmRhYmxlO2V4cF9pZnJhbWVfZXhwYW5kYWJsZTsiLCJkYXJsYUlEIjoiZGFybGFfaW5zdGFuY2VfMTQ3ODA1ODkwMTU0Nl8xMjE4Mjc4NjE1XzIifSwicHltIjp7Ii4iOiJ2MC4wLjk7Oy07In0sImhvc3QiOiIiLCJmaWx0ZXJlZCI6W119fX0="
+ />
+
+ <!-- gq1-sdarlaws-009.adx.gq1.yahoo.com Tue Nov 1 20:55:01 PDT 2016 -->
+ <script type="text/javascript">
+ if (typeof DARLA !== "undefined" & amp; & amp; DARLA) {
+ DARLA.config(window.DARLA_CONFIG);
+ window.sf_host.onReady(true, true, 'BTN,BTN-1,BTN-2,BTN-3,LREC', 3000);
+ }
+ </script>
+ </div>
+ <script>
+ window.daggr = window.daggr || {};
+ window.daggr.results = {};
+ window.daggr.results['StreamService:Col2-4-HeightContainer-0-Stream'] = null;
+ window.daggr.fallbackData = [{
+ requesters: [{
+ id: "Col2-4-HeightContainer-0-Stream",
+ dataKey: "streamItems"
+ }],
+ result: window.daggr.results['StreamService:Col2-4-HeightContainer-0-Stream']
+ }];
+ </script>
+ <script src="https://s.yimg.com/zz/combo?os/yaft/yaft-0.3.10.min.js&amp;os/yaft/yaft-plugin-aftnoad-0.1.3.min.js" defer="defer"></script>
+ <script src="https://s.yimg.com/os/yc/js/main.ef256c31a306ee102313.min.js" defer="defer"></script>
+ <script>
+ ! function() {
+ function a() {
+ this.init()
+ }
+ var b = document,
+ c = window;
+ if (Modernizr & amp; & amp; Modernizr.csstransitions) {
+ var d, e, f, g, h, i, j, k, l, m, n, o, p = "has-scrolled",
+ q = "Scrolling",
+ r = "UhHideSubnav",
+ s = "",
+ t = "scroll",
+ u = 50,
+ v = c.addEventListener,
+ w = b.documentElement,
+ x = 1,
+ y = !1,
+ z = void 0 !== c.pageXOffset,
+ A = "CSS1Compat" === (b.compatMode || s),
+ B = c.requestAnimationFrame || c.mozRequestAnimationFrame || c.webkitRequestAnimationFrame || c.msRequestAnimationFrame || function(a) {
+ c.setTimeout(a, u)
+ },
+ C = !1;
+ e = function() {
+ return z ? c.pageYOffset : A ? b.documentElement.scrollTop : b.body.scrollTop
+ }, f = function() {
+ C || (o(q, !0), C = !0, B(n))
+ }, g = function() {
+ o(r, !0), y = !0, l()
+ }, h = function() {
+ o(r, !1), y = !1, m()
+ }, n = function() {
+ var a = e(),
+ b = a & gt;
+ 0;
+ if (C = !1, o(p, b), 0 & gt; = a) return d = 0, void h();
+ var c = a - d;
+ c & gt;
+ x & amp; & amp;
+ !y ? g() : -x & gt;
+ c & amp; & amp;
+ y & amp; & amp;
+ h(), 0 === c ? o(q, !1) : d = a
+ }, i = function() {
+ v ? c.addEventListener(t, f, !0) : c.attachEvent("on" + t, f)
+ }, j = function() {
+ v ? c.removeEventListener(t, f) : c.detachEvent("on" + t, f)
+ }, k = function(a) {
+ y & amp; & amp;
+ h()
+ }, l = function() {
+ var a = b.getElementsByClassName("UH")[0];
+ a & amp; & amp;
+ a.addEventListener("mouseenter", k)
+ }, m = function() {
+ var a = b.getElementsByClassName("UH")[0];
+ a & amp; & amp;
+ a.removeEventListener("mouseenter", k)
+ };
+ var D = {};
+ o = function(a, b) {
+ var c = D[a];
+ if ("undefined" == typeof c || c !== b) {
+ D[a] = b;
+ var d = w.className.split(/\s+/),
+ e = d.indexOf(a);
+ b & amp; & amp;
+ 0 & gt;
+ e ? d.push(a) : !b & amp; & amp;
+ e & gt; = 0 & amp; & amp;
+ d.splice(e, 1), w.className = d.join(" ").trim()
+ }
+ }, a.prototype.init = function() {
+ b.getElementsByClassName("nr-applet-main-nav")[0] & amp; & amp;
+ !this.initialized & amp; & amp;
+ (this.initialized = !0, d = e(), i())
+ }, a.prototype.remove = function() {
+ j(), this.initialized = !1
+ }, c.ScrollHandler = new a
+ }
+ }();
+ </script>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json
new file mode 100644
index 0000000..6ece996
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "https:\/\/s.yimg.com\/os\/mit\/media\/m\/social\/images\/social_default_logo-1481777.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json
new file mode 100644
index 0000000..8ca33da
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "NATALIYA VASILYEVA",
+ "Direction": null,
+ "Excerpt": "The latest news and headlines from Yahoo! News. Get breaking news stories and in-depth coverage with videos and photos.",
+ "Image": "https:\/\/s.yimg.com\/os\/mit\/media\/m\/social\/images\/social_default_logo-1481777.png",
+ "Title": "Yahoo News - Latest News & Headlines",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html
new file mode 100644
index 0000000..92ef439
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html
@@ -0,0 +1,25 @@
+<div id="tgt1-Col1-2-ContentCanvas-Proxy">
+ <article data-uuid="8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb" data-type="story">
+ <div>
+ <p><span>1 / 5</span></p>
+ <div>
+ <h2>In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, just minutes after the launch en route to the International Space Station due to an unspecified malfunction, the Russian space agency said.(Oleg Urusov/ Roscosmos Space Agency Press Service photo via AP)</h2>
+ <p>In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, just minutes after the launch en route to the International Space Station due to an unspecified malfunction, the Russian space agency said.(Oleg Urusov/ Roscosmos Space Agency Press Service photo via AP)</p>
+ </div></div>
+ <div>
+ <p data-type="text">MOSCOW (AP) — An unmanned Russian cargo spaceship heading to the International Space Station broke up in the atmosphere over Siberia on Thursday due to an unspecified malfunction, the Russian space agency said.</p>
+ <p data-type="text">The Progress MS-04 cargo craft broke up at an altitude of 190 kilometers (118 miles) over the remote Russian Tuva region in Siberia that borders Mongolia, Roscosmos said in a statement. It said most of spaceship's debris burnt up as it entered the atmosphere but some fell to Earth over what it called an uninhabited area.</p>
+ <p data-type="text">Local people reported seeing a flash of light and hearing a loud thud west of the regional capital of Kyzyl, more than 3,600 kilometers (2,200 miles) east of Moscow, the Tuva government was quoted as saying late Thursday by the Interfax news agency.</p>
+ <p data-type="text">The Progress cargo ship had lifted off as scheduled at 8:51 p.m. (1451 GMT) from Russia's space launch complex in Baikonur, Kazakhstan, to deliver 2.5 metric tons of fuel, water, food and other supplies. It was set to dock with the space station on Saturday.</p>
+ <p data-type="text">Roscosmos said the craft was operating normally before it stopped transmitting data 6 ½ minutes after the launch. The Russian space agency would not immediately describe the malfunction, saying its experts were looking into it.</p>
+ <p data-type="text">This is the third botched launch of a Russian spacecraft in two years. A Progress cargo ship plunged into the Pacific Ocean in May 2015, and a Proton-M rocket carrying an advanced satellite broke up in the atmosphere in May 2014.</p>
+ <p data-type="text">But both Roscosmos and NASA said the crash of the ship would have no impact on the operations of the orbiting space lab that is currently home to a six-member crew, including three cosmonauts from Russia, two NASA astronauts and one from the European Union.</p>
+ <p data-type="text">Orbital ATK, NASA's other shipper, successfully sent up supplies to the space station in October, and a Japanese cargo spaceship is scheduled to launch a full load in mid-December.</p>
+ <p data-type="text">NASA supplier SpaceX, meanwhile, has been grounded since a rocket explosion in September on the launch pad at Cape Canaveral, Florida. The company hopes to resume launches in December to deliver communication satellites.</p>
+ <p data-type="text">___</p>
+ <p data-type="text">This version corrects the spelling of the region to Tuva, not Tyva.</p>
+ <p data-type="text">__</p>
+ <p data-type="text">Aerospace Writer Marcia Dunn in Cape Canaveral, Florida, and Vladimir Isachenkov in Moscow contributed to this report.</p>
+
+ </div>
+ </article></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html
new file mode 100644
index 0000000..2ab343f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html
@@ -0,0 +1,20539 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" id="atomic" class="firefox desktop JsEnabled TwoColumnLayout CollapsibleUh onDemandFocusSupport Panel-open modal-open Panel-postopen modal-postopen MegaModalLayout ShowNavrail scrollUp Scrolling" style="" lang="en-US">
+
+<head prefix="og: http://ogp.me/ns#">
+ <script>
+ window.performance & amp; & amp;
+ window.performance.mark & amp; & amp;
+ window.performance.mark('PageStart');
+ </script>
+ <meta charset="utf-8" />
+ <meta name="msapplication-TileColor" content="#6e329d" />
+ <meta name="msapplication-TileImage" content="https://s.yimg.com/os/mit/media/p/presentation/images/icons/win8-tile-1484740.png" />
+ <meta name="referrer" content="origin" />
+ <meta name="theme-color" content="#400090" />
+ <meta name="twitter:dnt" content="on" />
+ <meta name="twitter:site" content="@Yahoo" />
+ <meta name="application-name" content="Yahoo News - Latest News &amp; Headlines" />
+ <meta name="twitter:card" content="summary" />
+ <meta name="apple-itunes-app" content="app-id=304158842" />
+ <meta name="twitter:description" content="The latest news and headlines from Yahoo! News. Get breaking news stories and in-depth coverage with videos and photos." />
+ <meta name="twitter:image" content="https://s.yimg.com/os/mit/media/m/social/images/social_default_logo-1481777.png" />
+ <meta name="twitter:image:src" content="https://s.yimg.com/os/mit/media/m/social/images/social_default_logo-1481777.png" />
+ <meta name="twitter:title" content="Yahoo News - Latest News &amp; Headlines" />
+ <meta name="description" content="The latest news and headlines from Yahoo! News. Get breaking news stories and in-depth coverage with videos and photos." />
+ <meta property="og:type" content="website" />
+ <meta property="fb:app_id" content="90376669494" />
+ <meta property="twitter:site" content="@YahooNews" />
+ <meta property="og:description" content="The latest news and headlines from Yahoo! News. Get breaking news stories and in-depth coverage with videos and photos." />
+ <meta property="og:image" content="https://s.yimg.com/os/mit/media/m/social/images/social_default_logo-1481777.png" />
+ <meta property="og:title" content="Yahoo News - Latest News &amp; Headlines" />
+ <meta http-equiv="x-dns-prefetch-control" content="on" />
+ <link rel="dns-prefetch" href="//s.yimg.com" />
+ <link rel="dns-prefetch" href="//geo.query.yahoo.com" />
+ <link rel="dns-prefetch" href="//csc.beap.bc.yahoo.com" />
+ <link rel="dns-prefetch" href="//beap.gemini.yahoo.com" />
+ <link rel="dns-prefetch" href="//yep.video.yahoo.com" />
+ <link rel="dns-prefetch" href="//video-api.yql.yahoo.com" />
+ <link rel="dns-prefetch" href="//yrtas.btrll.com" />
+ <link rel="dns-prefetch" href="//shim.btrll.com" />
+ <link rel="preconnect" href="//s.yimg.com" />
+ <link rel="preconnect" href="//geo.query.yahoo.com" />
+ <link rel="preconnect" href="//csc.beap.bc.yahoo.com" />
+ <link rel="preconnect" href="//beap.gemini.yahoo.com" />
+ <link rel="preconnect" href="//yep.video.yahoo.com" />
+ <link rel="preconnect" href="//video-api.yql.yahoo.com" />
+ <link rel="preconnect" href="//yrtas.btrll.com" />
+ <link rel="preconnect" href="//shim.btrll.com" />
+ <link rel="icon" sizes="any" href="https://s.yimg.com/os/mit/media/p/common/images/favicon_new-7483e38.svg" />
+ <link rel="icon" type="image/x-icon" href="/favicon.ico" />
+ <link rel="canonical" href="//us.yahoo.com/news/" />
+ <title>Russia: Space ship malfunctions, breaks up over Siberia</title>
+ <link rel="stylesheet" href="https://s.yimg.com/zz/combo?os/yc/css/custom.a7b8ca29.css&amp;os/yc/css/bundle.40c34d82.css&amp;os/yc/css/atomic-desktop-ltr.b9fc1997.css&amp;os/yc/css/atomic-context.2d508cfe.css&amp;os/yc/css/patch.cd698090.css&amp;os/yc/css/theme.7c54e2fd.css&amp;os/fuji-style/css/fuji-rollup.min.e15bf8b3.css&amp;os/yc/css/content-canvas.67e84b7e.css" />
+ <script src="https://www.yahoo.com/polyfill.min.js?features=locale-data-en-us%2Carray.isarray%2Carray.prototype.every%2Carray.prototype.foreach%2Carray.prototype.indexof%2Carray.prototype.map%2Cdate.now%2Cfunction.prototype.bind%2Cobject.keys%2Cstring.prototype.trim%2Cobject.defineproperty%2Cobject.defineproperties%2Cobject.create%2Cobject.freeze%2Carray.prototype.filter%2Carray.prototype.reduce%2Cobject.assign%2Cpromise%2Crequestanimationframe%2Carray.prototype.some%2Cobject.getownpropertynames%2Cintl&amp;version=2.1.23" defer="defer"></script>
+ <script src="https://s.yimg.com/os/ri/2.1.5/en.js"></script>
+ <script src="https://s.yimg.com/zz/combo?ss/rapid-3.39.1.js"></script>
+ <script src="https://s.yimg.com/zz/combo?os/yc/js/common.19836e536b932247a9b1.min.js" defer="defer"></script>
+ <script src="https://s.yimg.com/rq/darla/2-9-19/js/g-r-min.js"></script>
+ <script>
+ window.Modernizr = function(a, b, c) {
+ function d(a) {
+ r.cssText = a
+ }
+
+ function e(a, b) {
+ return typeof a === b
+ }
+
+ function f(a, b) {
+ return !!~("" + a).indexOf(b)
+ }
+
+ function g(a, b) {
+ for (var d in a) {
+ var e = a[d];
+ if (!f(e, "-") & amp; & amp; r[e] !== c) return "pfx" == b ? e : !0
+ }
+ return !1
+ }
+
+ function h(a, b, d) {
+ for (var f in a) {
+ var g = b[a[f]];
+ if (g !== c) return d === !1 ? a[f] : e(g, "function") ? g.bind(d || b) : g
+ }
+ return !1
+ }
+
+ function i(a, b, c) {
+ var d = a.charAt(0).toUpperCase() + a.slice(1),
+ f = (a + " " + u.join(d + " ") + d).split(" ");
+ return e(b, "string") || e(b, "undefined") ? g(f, b) : (f = (a + " " + v.join(d + " ") + d).split(" "), h(f, b, c))
+ }
+ var j, k, l, m = "2.8.3",
+ n = {},
+ o = b.documentElement,
+ p = "modernizr",
+ q = b.createElement(p),
+ r = q.style,
+ s = ({}.toString, " -webkit- -moz- -o- -ms- ".split(" ")),
+ t = "Webkit Moz O ms",
+ u = t.split(" "),
+ v = t.toLowerCase().split(" "),
+ w = {
+ svg: "http://www.w3.org/2000/svg"
+ },
+ x = {},
+ y = [],
+ z = y.slice,
+ A = function(a, c, d, e) {
+ var f, g, h, i, j = b.createElement("div"),
+ k = b.body,
+ l = k || b.createElement("body");
+ if (parseInt(d, 10))
+ for (; d--;) h = b.createElement("div"), h.id = e ? e[d] : p + (d + 1), j.appendChild(h);
+ return f = ["&amp;#173;", '&lt;style id="s', p, '"&gt;', a, "&lt;/style&gt;"].join(""), j.id = p, (k ? j : l).innerHTML += f, l.appendChild(j), k || (l.style.background = "", l.style.overflow = "hidden", i = o.style.overflow, o.style.overflow = "hidden", o.appendChild(l)), g = c(j, a), k ? j.parentNode.removeChild(j) : (l.parentNode.removeChild(l), o.style.overflow = i), !!g
+ },
+ B = {}.hasOwnProperty;
+ l = e(B, "undefined") || e(B.call, "undefined") ? function(a, b) {
+ return b in a & amp; & amp;
+ e(a.constructor.prototype[b], "undefined")
+ } : function(a, b) {
+ return B.call(a, b)
+ }, Function.prototype.bind || (Function.prototype.bind = function(a) {
+ var b = this;
+ if ("function" != typeof b) throw new TypeError;
+ var c = z.call(arguments, 1),
+ d = function() {
+ if (this instanceof d) {
+ var e = function() {};
+ e.prototype = b.prototype;
+ var f = new e,
+ g = b.apply(f, c.concat(z.call(arguments)));
+ return Object(g) === g ? g : f
+ }
+ return b.apply(a, c.concat(z.call(arguments)))
+ };
+ return d
+ }), x.canvas = function() {
+ var a = b.createElement("canvas");
+ return !(!a.getContext || !a.getContext("2d"))
+ }, x.history = function() {
+ return !(!a.history || !history.pushState)
+ }, x.csstransforms3d = function() {
+ var a = !!i("perspective");
+ return a & amp; & amp;
+ "webkitPerspective" in o.style & amp; & amp;
+ A("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}", function(b, c) {
+ a = 9 === b.offsetLeft & amp; & amp;
+ 3 === b.offsetHeight
+ }), a
+ }, x.csstransitions = function() {
+ return i("transition")
+ }, x.video = function() {
+ var a = b.createElement("video"),
+ c = !1;
+ try {
+ (c = !!a.canPlayType) & amp; & amp;
+ (c = new Boolean(c), c.ogg = a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/, ""), c.h264 = a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/, ""), c.webm = a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/, ""))
+ } catch (d) {}
+ return c
+ }, x.localstorage = function() {
+ try {
+ return localStorage.setItem(p, p), localStorage.removeItem(p), !0
+ } catch (a) {
+ return !1
+ }
+ }, x.sessionstorage = function() {
+ try {
+ return sessionStorage.setItem(p, p), sessionStorage.removeItem(p), !0
+ } catch (a) {
+ return !1
+ }
+ }, x.svg = function() {
+ return !!b.createElementNS & amp; & amp;
+ !!b.createElementNS(w.svg, "svg").createSVGRect
+ }, x.inlinesvg = function() {
+ var a = b.createElement("div");
+ return a.innerHTML = "&lt;svg/&gt;", (a.firstChild & amp; & amp; a.firstChild.namespaceURI) == w.svg
+ };
+ for (var C in x) l(x, C) & amp; & amp;
+ (k = C.toLowerCase(), n[k] = x[C](), y.push((n[k] ? "" : "no-") + k));
+ return n.addTest = function(a, b) {
+ if ("object" == typeof a)
+ for (var d in a) l(a, d) & amp; & amp;
+ n.addTest(d, a[d]);
+ else {
+ if (a = a.toLowerCase(), n[a] !== c) return n;
+ b = "function" == typeof b ? b() : b, "undefined" != typeof enableClasses & amp; & amp;
+ enableClasses & amp; & amp;
+ (o.className += " " + (b ? "" : "no-") + a), n[a] = b
+ }
+ return n
+ }, d(""), q = j = null, n._version = m, n._prefixes = s, n._domPrefixes = v, n._cssomPrefixes = u, n.testProp = function(a) {
+ return g([a])
+ }, n.testAllProps = i, n.testStyles = A, n.prefixed = function(a, b, c) {
+ return b ? i(a, b, c) : i(a, "pfx")
+ }, n
+ }(this, this.document);
+ </script>
+ <script>
+ (function(html) {
+ var c = html.className;
+ c += " JsEnabled";
+ c = c.replace("NoJs", "");
+ html.className = c;
+ })(document.documentElement);
+ </script>
+ <style>
+ .tdv2-applet-canvass .action-appear,
+ .tdv2-applet-canvass .action-enter {
+ opacity: .01
+ }
+
+ .tdv2-applet-canvass .action-leave {
+ opacity: 1
+ }
+
+ .tdv2-applet-canvass .action-appear.action-appear-active,
+ .tdv2-applet-canvass .action-enter.action-enter-active {
+ opacity: 1;
+ transition: opacity .5s ease-in
+ }
+
+ .tdv2-applet-canvass .action-leave.action-leave-active {
+ opacity: .01;
+ transition: opacity 1s ease-in
+ }
+
+ .tdv2-applet-canvass .arrow_box {
+ position: relative;
+ background: #fff;
+ border: 1px solid #e0e4e9
+ }
+
+ .tdv2-applet-canvass .arrow_box:after,
+ .tdv2-applet-canvass .arrow_box:before {
+ bottom: 100%;
+ left: 50%;
+ border: solid transparent;
+ content: " ";
+ height: 0;
+ width: 0;
+ position: absolute;
+ pointer-events: none
+ }
+
+ .tdv2-applet-canvass .arrow_box:after {
+ border-color: rgba(232, 235, 234, 0);
+ border-bottom-color: #fff;
+ border-width: 7px;
+ margin-left: -7px
+ }
+
+ .tdv2-applet-canvass .arrow_box:before {
+ border-color: rgba(224, 228, 233, 0);
+ border-bottom-color: #e0e4e9;
+ border-width: 8px;
+ margin-left: -8px
+ }
+ </style>
+ <style>
+ .jtdTrans-enter {
+ transform: translateY(7px) scale(.9667)
+ }
+
+ .jtdTrans-enter.jtdTrans-enter-active {
+ transform: translateY(0) scale(1);
+ transition: all 350ms ease-out
+ }
+
+ .jtdTrans-leave {
+ opacity: 1;
+ transform: translateX(0)
+ }
+
+ .jtdTrans-leave.jtdTrans-leave-active {
+ opacity: .01;
+ transform: translateX(100%);
+ transition: all 350ms ease-in
+ }
+
+ .jtdBgTrans-enter {
+ opacity: 0;
+ transform: translateY(7px) scale(.9667)
+ }
+
+ .jtdBgTrans-enter.jtdBgTrans-enter-active {
+ opacity: 1;
+ transform: translateY(0) scale(1);
+ transition: all 350ms ease-out
+ }
+
+ .jtdBgTrans-leave {
+ opacity: 0
+ }
+
+ @-webkit-keyframes moveAnimation {
+ 25% {
+ transform: rotate(-90deg)
+ }
+ 75% {
+ transform: rotate(0)
+ }
+ }
+
+ @keyframes moveAnimation {
+ 25% {
+ transform: rotate(-90deg)
+ }
+ 75% {
+ transform: rotate(0)
+ }
+ }
+ </style>
+ <style>
+ .tdv2-applet-livecoverage .action-enter {
+ opacity: .01
+ }
+
+ .tdv2-applet-livecoverage .action-enter.action-enter-active {
+ opacity: 1;
+ transition: opacity .5s ease-in
+ }
+
+ .tdv2-applet-livecoverage .action-leave {
+ opacity: 1
+ }
+
+ .tdv2-applet-livecoverage .action-leave.action-leave-active {
+ opacity: .01;
+ transition: opacity 1s ease-in
+ }
+
+ .tdv2-applet-livecoverage .action-appear {
+ opacity: .01
+ }
+
+ .tdv2-applet-livecoverage .action-appear.action-appear-active {
+ opacity: 1;
+ transition: opacity .5s ease-in
+ }
+
+ .tdv2-applet-livecoverage .new-post {
+ animation: transistion-bd-color 10s ease-in
+ }
+
+ @keyframes transistion-bd-color {
+ 0%,
+ 25% {
+ border-color: #ff2429
+ }
+ 100% {
+ border-color: #198cff
+ }
+ }
+ </style>
+ <style>
+ .trending-enter {
+ opacity: .01;
+ position: relative;
+ transition: opacity .5s ease-in;
+ transition-delay: .5s
+ }
+
+ .trending-enter.trending-enter-active {
+ opacity: 1;
+ position: relative
+ }
+
+ .trending-leave {
+ opacity: 1;
+ position: absolute;
+ top: 0;
+ left: 0;
+ transition: opacity .5s ease-in
+ }
+
+ .trending-leave.trending-leave-active {
+ position: absolute;
+ top: 0;
+ left: 0;
+ opacity: .01
+ }
+ </style>
+ <style>
+ .td-applet-mtfpopup .ac-results .react-autocomplete-results-list {
+ margin: 0;
+ border: 1px solid #ccc
+ }
+
+ .td-applet-mtfpopup .ac-results .react-autocomplete-results-list .react-autocomplete-result-item {
+ padding: 5px
+ }
+
+ .td-applet-mtfpopup .ac-results .react-autocomplete-results-list .react-autocomplete-result-item:hover {
+ background-color: #ddd
+ }
+
+ .td-applet-mtfpopup .ac-results .react-autocomplete-results-list .react-autocomplete-result-item.focused {
+ background-color: #ccc
+ }
+ </style>
+ <style>
+ @-webkit-keyframes spin {
+ to {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg)
+ }
+ }
+
+ @keyframes spin {
+ to {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg)
+ }
+ }
+
+ @-webkit-keyframes location-spinner {
+ 0% {
+ -webkit-transform: scale(0);
+ transform: scale(0)
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ opacity: 0
+ }
+ }
+
+ @keyframes location-spinner {
+ 0% {
+ -webkit-transform: scale(0);
+ transform: scale(0)
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ opacity: 0
+ }
+ }
+
+ .bgimg-enter {
+ opacity: .01
+ }
+
+ .bgimg-enter.bgimg-enter-active {
+ opacity: 1;
+ -webkit-transition: opacity .5s ease-in;
+ transition: opacity .5s ease-in
+ }
+
+ .bgimg-leave {
+ opacity: 1
+ }
+
+ .bgimg-leave.bgimg-leave-active {
+ opacity: .01;
+ -webkit-transition: opacity .3s ease-in;
+ transition: opacity .3s ease-in
+ }
+ </style>
+ <style>
+ @-webkit-keyframes follow-anim {
+ 0%,
+ 100% {
+ opacity: 1;
+ stroke-width: 1px
+ }
+ 50% {
+ opacity: .8;
+ stroke-width: 4px
+ }
+ }
+
+ @keyframes follow-anim {
+ 0%,
+ 100% {
+ opacity: 1;
+ stroke-width: 1px
+ }
+ 50% {
+ opacity: .8;
+ stroke-width: 4px
+ }
+ }
+ </style>
+ <style>
+ body::after {
+ opacity: 0;
+ content: ' ';
+ position: fixed;
+ transition: opacity .1s ease-in, transform .1s ease-in;
+ -webkit-transition: opacity .1s ease-in, transform .1s ease-in;
+ pointer-events: none
+ }
+
+ .desktop body::after,
+ .desktop body:after {
+ top: 50%;
+ left: 50%;
+ display: block;
+ width: 52px;
+ height: 52px;
+ z-index: 11;
+ background: url(https://s.yimg.com/os/yc/pt/icons/fuji-loader-v2-blue.0.svg) center center no-repeat;
+ background: url(https://s.yimg.com/os/yc/pt/icons/throbber-93.gif) center center no-repeat\9;
+ background-size: 52px 52px;
+ margin-left: -41px;
+ margin-top: -41px;
+ padding: 15px;
+ background-color: #fff;
+ border-radius: 50%;
+ box-shadow: 0 0 100px #ccc;
+ transform: scale(.7);
+ -webkit-transform: scale(.7)
+ }
+
+ @media screen and (-ms-high-contrast:active),
+ (-ms-high-contrast:none) {
+ .desktop body::after,
+ .desktop body:after {
+ background: url(https://s.yimg.com/os/yc/pt/icons/throbber-93.gif) center center no-repeat
+ }
+ }
+
+ .smartphone body::after,
+ .smartphone body:after,
+ .tablet body::after,
+ .tablet body:after {
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ z-index: 1;
+ background: url(https://s.yimg.com/os/yc/pt/icons/fuji-loader-v2-blue.0.svg) 50% 50% no-repeat rgba(255, 255, 255, .7);
+ height: 100%;
+ background-size: 52px 52px
+ }
+
+ .batchupdate-transitioning body::after,
+ .batchupdate-transitioning body:after {
+ opacity: 1
+ }
+ </style>
+ <style>
+ #atomic .render-target-modal #YDC-UH {
+ display: none
+ }
+
+ #atomic #render-target-modal,
+ #atomic #render-target-viewer {
+ opacity: 0
+ }
+
+ #atomic.modal-postopen #render-target-modal,
+ #atomic.viewer-postopen #render-target-viewer {
+ opacity: 1
+ }
+
+ #atomic.modal-postopen #render-target-mrt,
+ #atomic.modal-postopen .render-target-default,
+ #atomic.viewer-postopen #render-target-mrt,
+ #atomic.viewer-postopen .render-target-default {
+ max-height: 100%;
+ overflow: hidden
+ }
+
+ #render-target-mrt {
+ position: absolute;
+ width: 100%
+ }
+
+ #atomic.default-to-modal-fade .render-target-default,
+ #atomic.default-to-viewer-fade .render-target-default,
+ #atomic.modal-to-default-fade .render-target-modal,
+ #atomic.mrt-to-modal-fade #render-target-mrt,
+ #atomic.mrt-to-viewer-fade #render-target-mrt,
+ #atomic.viewer-to-default-fade .render-target-viewer {
+ position: absolute
+ }
+
+ #atomic.default-to-modal-fade .render-target-modal {
+ -webkit-animation: fadein .15s ease-out forwards;
+ animation: fadein .15s ease-out forwards
+ }
+
+ #atomic.modal-to-default-fade .render-target-modal {
+ -webkit-animation: fadeout .15s ease-in forwards;
+ animation: fadeout .15s ease-in forwards
+ }
+
+ #atomic.default-to-viewer-fade .render-target-viewer,
+ #atomic.modal-to-viewer-fade .render-target-viewer {
+ -webkit-animation: fadein .25s ease-out forwards;
+ animation: fadein .25s ease-out forwards
+ }
+
+ #atomic.viewer-to-default-fade .render-target-viewer,
+ #atomic.viewer-to-modal-fade .render-target-viewer {
+ -webkit-animation: fadeout .25s ease-in forwards;
+ animation: fadeout .25s ease-in forwards
+ }
+
+ @-webkit-keyframes fadein {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-webkit-keyframes fadeout {
+ 0% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @keyframes fadein {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @keyframes fadeout {
+ 0% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+ </style>
+ <script>
+ (function() {
+ if (!window.YAHOO || !window.YAHOO.i13n || !window.YAHOO.i13n.Rapid) {
+ return;
+ }
+ var rapidConfig = {
+ "keys": {
+ "ver": "y20",
+ "navtype": "server",
+ "pt": 2,
+ "layout": "y20stream",
+ "site": "news",
+ "ccode_st": "mega_news_ntk",
+ "mrkt": "us",
+ "lang": "en-US",
+ "colo": "gq1",
+ "_yrid": "1eprt2tc42fn6",
+ "_rid": "1eprt2tc42fn6"
+ },
+ "compr_type": "deflate",
+ "tracked_mods_viewability": [],
+ "test_id": "news-d-162",
+ "webworker_file": "/lib/metro/g/myy/rapidworker_1_2_0.0.2.js",
+ "client_only": 1,
+ "track_right_click": true,
+ "pageview_on_init": true,
+ "viewability": true,
+ "dwell_on": true,
+ "spaceid": 1197800621
+ };
+ window.rapidInstance = new window.YAHOO.i13n.Rapid(rapidConfig);
+ })();
+ </script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-uh.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-mtfpopup.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-nagbar.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/td-ads.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-featurebar.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-stream.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-followauthor.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/react-adblock-promo.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-canvass.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/react-weather.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-channels.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-discussion.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-footer.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-navrail.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-account-switch.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/react-share-buttons.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-follow.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-stream-hero.carousel.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-video-modal.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/react-tumblr-tile.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/td-app-yahoo.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-trending.19836e536b932247a9b1.min.js"></script>
+ <style type="text/css">
+ .cc-element {
+ position: absolute;
+ bottom: 16%;
+ width: 95%;
+ left: 2.5%;
+ text-align: center;
+ z-index: 6;
+ -webkit-transition-property: bottom;
+ -webkit-transition-duration: .5s;
+ -webkit-transition-delay: 0s;
+ transition-property: bottom;
+ transition-duration: .5s;
+ transition-delay: 0s;
+ }
+
+ .cc-element.bottom.float {
+ bottom: 10%
+ }
+
+ .cc-element.top.float {
+ top: 10%;
+ bottom: initial
+ }
+
+ .cc-element.top {
+ top: 5%;
+ bottom: initial
+ }
+
+ .cc-element.bottom {
+ bottom: 16%
+ }
+
+ .cc-element.yvp-show {
+ display: block
+ }
+
+ .cc-element.yvp-hide {
+ display: none
+ }
+
+ .cc-element.yvp-live-cc {
+ text-align: left;
+ width: 90%;
+ left: 5%
+ }
+
+ .yvp-cc-options-main,
+ .yvp-cc-options-more {
+ min-width: 496px;
+ max-height: 212px;
+ color: #fff;
+ }
+
+ .yvp-cc-options-main.open,
+ .yvp-cc-options-more.open {
+ display: block
+ }
+
+ .yvp-cc-options-main.close,
+ .yvp-cc-options-more.close {
+ display: none
+ }
+
+ .yvp-cc-options-main .yvp-ddm-wrapper,
+ .yvp-cc-options-more .yvp-ddm-wrapper {
+ margin-left: 0;
+ padding: 0;
+ width: 150px;
+ color: #fff;
+ display: inline-block;
+ position: relative;
+ z-index: 1;
+ vertical-align: middle
+ }
+
+ .yvp-cc-options-main .yvp-ddm-availability,
+ .yvp-cc-options-more .yvp-ddm-availability {
+ display: none;
+ background-color: #3db224;
+ width: 6px;
+ height: 6px;
+ border-radius: 8px;
+ position: relative;
+ top: -9px;
+ left: 3px;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-availability.not-available,
+ .yvp-cc-options-more .yvp-ddm-availability.not-available {
+ background-color: #ccc
+ }
+
+ .yvp-cc-options-main .yvp-ddm-selected,
+ .yvp-cc-options-more .yvp-ddm-selected {
+ text-align: left;
+ padding-left: 5px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ height: 20px;
+ line-height: 20px
+ }
+
+ .yvp-cc-options-main .yvp-ddm-selected-wrapper,
+ .yvp-cc-options-more .yvp-ddm-selected-wrapper {
+ width: 100%;
+ border: 1px solid #5f5f5f;
+ border-radius: 3px;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-selected-wrapper:hover,
+ .yvp-cc-options-more .yvp-ddm-selected-wrapper:hover {
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-selected-wrapper:hover .yvp-ddm-chevron,
+ .yvp-cc-options-more .yvp-ddm-selected-wrapper:hover .yvp-ddm-chevron {
+ opacity: .9
+ }
+
+ .yvp-cc-options-main .yvp-ddm-chevron,
+ .yvp-cc-options-more .yvp-ddm-chevron {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJjY19jYXJyb3QtIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEyLjcyNSw3LjQyMTgzNzc3IEw5LDExLjk5ODgzNzggTDEyLjcyNSwxNi41NzQ4Mzc4IEMxMi45NSwxNi44NTI4Mzc4IDEzLjI4NywxNi45OTc4Mzc4IDEzLjYyNiwxNi45OTc4Mzc4IEMxMy44NzMsMTYuOTk3ODM3OCAxNC4xMjIsMTYuOTIwODM3OCAxNC4zMzEsMTYuNzYxODM3OCBDMTQuODI4LDE2LjM4NjgzNzggMTQuOTE2LDE1LjY5MjgzNzggMTQuNTI1LDE1LjIxMzgzNzggTDExLjkwOSwxMS45OTg4Mzc4IEwxNC41MjUsOC43ODM4Mzc3NyBDMTQuOTE2LDguMzA0ODM3NzcgMTQuODI4LDcuNjEwODM3NzcgMTQuMzMxLDcuMjM0ODM3NzcgQzEzLjgzNSw2Ljg1ODgzNzc3IDEzLjExNSw2Ljk0MzgzNzc3IDEyLjcyNSw3LjQyMTgzNzc3IFoiIGlkPSJGaWxsLTMiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgMTIuMDAwMDAwKSByb3RhdGUoLTkwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC0xMi4wMDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==");
+ position: absolute;
+ padding-left: 11px;
+ padding-right: 7px;
+ top: 0;
+ height: 19px;
+ width: 5px;
+ right: 1.5%;
+ opacity: .7;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-list,
+ .yvp-cc-options-more .yvp-ddm-list {
+ position: absolute;
+ background-color: rgba(0, 0, 0, 0.8);
+ max-height: 120px;
+ display: none;
+ padding: 0;
+ min-width: 100%;
+ overflow-x: hidden;
+ overflow-y: auto;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-top: none;
+ box-sizing: border-box;
+ width: 101%;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-list.open,
+ .yvp-cc-options-more .yvp-ddm-list.open {
+ cursor: pointer;
+ display: block
+ }
+
+ .yvp-cc-options-main .yvp-ddm-item,
+ .yvp-cc-options-more .yvp-ddm-item {
+ text-align: left;
+ padding: 7px 5px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
+ background: rgba(0, 0, 0, 0);
+ }
+
+ .yvp-cc-options-main .yvp-ddm-item:first-child,
+ .yvp-cc-options-more .yvp-ddm-item:first-child {
+ padding-top: 9px
+ }
+
+ .yvp-cc-options-main .yvp-ddm-item:last-child,
+ .yvp-cc-options-more .yvp-ddm-item:last-child {
+ border-bottom: none
+ }
+
+ .yvp-cc-options-main .yvp-ddm-item:hover,
+ .yvp-cc-options-more .yvp-ddm-item:hover {
+ cursor: pointer;
+ background: rgba(0, 0, 0, 0.4)
+ }
+
+ .yvp-cc-options-main .yvp-cc-header,
+ .yvp-cc-options-more .yvp-cc-header {
+ color: rgba(255, 255, 255, 0.6);
+ font-weight: normal
+ }
+
+ .yvp-cc-options-more .yvp-tab-container {
+ padding: 0;
+ width: 100%;
+ border: 0;
+ position: relative;
+ margin-top: 16px;
+ max-height: 100px;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav {
+ width: 100%;
+ padding-bottom: 0;
+ margin-bottom: 0;
+ height: 32px;
+ display: block;
+ background-color: transparent;
+ text-align: center;
+ overflow: hidden;
+ box-sizing: border-box;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav .yvp-tab {
+ display: block;
+ float: left;
+ width: 25%;
+ color: rgba(255, 255, 255, 0.6);
+ margin: 0;
+ padding: 0;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
+ background-color: transparent;
+ box-sizing: border-box;
+ text-transform: capitalize;
+ cursor: pointer;
+ height: 32px;
+ line-height: 24px;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav .yvp-tab:hover {
+ color: rgba(255, 255, 255, 0.8);
+ border-bottom: 3px solid rgba(255, 255, 255, 0.3)
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav .yvp-tab:last-child {
+ border-right: none
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav .yvp-tab.tab-selected {
+ border-bottom: 3px solid #0087ff;
+ color: #fff
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-tabcontent {
+ display: none;
+ background-color: transparent;
+ padding: 16px 0;
+ height: 40px;
+ position: relative;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-tabcontent.tab-show {
+ display: block
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-wrapper {
+ display: inline-block;
+ width: 150px;
+ margin: 0 0 43px 75px;
+ border-radius: 3px
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-availability {
+ display: none
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-list {
+ width: auto;
+ max-height: 108px
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-selected-wrapper {
+ width: auto;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-selected-wrapper.hide {
+ display: none
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker {
+ margin-left: auto;
+ margin-right: auto;
+ padding: 0;
+ width: 100%;
+ margin-left: -4px;
+ margin-top: 1px;
+ display: inline-block;
+ white-space: normal;
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker .color-option {
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 2px;
+ width: 16px;
+ height: 16px;
+ display: inline-block;
+ margin: 3px;
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker .color-option:hover {
+ border: 1px solid rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker .color-option.nocolor::before {
+ content: " ";
+ position: absolute;
+ border-bottom: 1px solid #f00;
+ width: 26px;
+ transform: rotate(135deg) translate(9px, -3px);
+ -ms-transform: rotate(135deg) translate(9px, -3px);
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker .color-option.color-selected {
+ border: 1px solid #fff
+ }
+
+ .yvp-cc-options-more .fontcolorpicker {
+ display: inline-block;
+ width: 100px;
+ margin-left: 65px
+ }
+
+ .yvp-cc-options-more .bgcolorpicker {
+ display: inline-block;
+ width: 144px;
+ margin-left: 65px
+ }
+
+ .yvp-cc-options-more .effects {
+ margin-left: 75px
+ }
+
+ .yvp-cc-options-more .yvp-effect {
+ display: inline-block;
+ position: relative;
+ width: 54px;
+ height: 32px;
+ font-size: 18px;
+ line-height: 30px;
+ background-color: rgba(102, 102, 102, 0.5);
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 4px;
+ margin-left: 2%;
+ box-sizing: border-box;
+ background-repeat: no-repeat;
+ background-position: center;
+ text-align: center;
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-more .yvp-effect:hover {
+ border: 1px solid rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-cc-options-more .yvp-effect.none {
+ margin-left: 5px
+ }
+
+ .yvp-cc-options-more .yvp-effect.dropshadow {
+ text-shadow: 2px 1px 1px #000
+ }
+
+ .yvp-cc-options-more .yvp-effect.raised {
+ text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.75)
+ }
+
+ .yvp-cc-options-more .yvp-effect.depressed {
+ text-shadow: 0 -4px 4px rgba(0, 0, 0, 0.54)
+ }
+
+ .yvp-cc-options-more .yvp-effect.uniform {
+ text-shadow: -2px -2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, 2px -2px 0 #000, 2px 2px 0 #000, 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000
+ }
+
+ .yvp-cc-options-more .yvp-effect.effect-selected {
+ border: 1px solid #fff;
+ }
+
+ .yvp-cc-options-more .yvp-effect.effect-selected .yvp-cc-effect-header {
+ color: #fff
+ }
+
+ .yvp-cc-options-more .yvp-effect .yvp-cc-effect-header {
+ font-size: 11px;
+ text-transform: capitalize;
+ color: rgba(255, 255, 255, 0.6);
+ text-shadow: none
+ }
+
+ .yvp-cc-options-more .preset-container {
+ width: 100%;
+ height: 100px;
+ position: relative;
+ max-height: 100px;
+ display: inline-block
+ }
+
+ .yvp-cc-options-more .yvp-cc-preset {
+ display: inline-block;
+ width: 53px;
+ height: 32px;
+ line-height: 30px;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 3px;
+ font-size: 1.3em;
+ box-sizing: border-box;
+ text-align: center;
+ margin: 3px;
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-more .yvp-cc-preset:hover {
+ border: 1px solid rgba(255, 255, 255, 0.6);
+ margin: 3px
+ }
+
+ .yvp-cc-options-more .preset-separator {
+ clear: both;
+ width: 100%;
+ height: 9%
+ }
+
+ .yvp-cc-options-more .yvp-cc-back {
+ max-width: 65px;
+ background-color: transparent;
+ color: inherit;
+ font-size: 11px;
+ position: relative;
+ outline: none;
+ cursor: pointer
+ }
+
+ .yvp-cc-options-more .yvp-cc-back-header {
+ display: inline-block;
+ margin-left: 3px;
+ color: rgba(255, 255, 255, 0.6);
+ }
+
+ .yvp-cc-options-more .yvp-cc-back-header:hover {
+ color: #fff
+ }
+
+ .yvp-cc-options-more .yvp-cc-style-preview {
+ margin: 40px 0 20px 85px;
+ display: block;
+ position: relative;
+ font-size: 20px;
+ line-height: 20px;
+ max-width: 260px;
+ }
+
+ .yvp-cc-options-more .yvp-cc-style-preview .yvp-cc-options-message {
+ margin-left: 18px
+ }
+
+ .yvp-cc-options-main .yvp-cc-back-to-settings {
+ max-width: 65px
+ }
+
+ .yvp-cc-options-main .yvp-back-to-settings {
+ display: inline-block;
+ cursor: pointer;
+ margin-left: 3px;
+ color: rgba(255, 255, 255, 0.6);
+ }
+
+ .yvp-cc-options-main .yvp-back-to-settings:hover {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-box {
+ display: block;
+ margin-top: 16px;
+ clear: both
+ }
+
+ .yvp-cc-options-main .yvp-cc-item {
+ display: inline-block
+ }
+
+ .yvp-cc-options-main .yvp-cc-divider {
+ display: block;
+ height: 1px;
+ margin: 16px 0 16px 0;
+ background: rgba(255, 255, 255, 0.2)
+ }
+
+ .yvp-cc-options-main .yvp-cc-toggle {
+ display: inline-block;
+ margin: 0 20px
+ }
+
+ .yvp-cc-options-main .yvp-cc-language {
+ margin-left: 20px
+ }
+
+ .yvp-cc-options-main .yvp-cc-position {
+ max-width: 175px
+ }
+
+ .yvp-cc-options-main .yvp-cc-size {
+ margin-left: 20px
+ }
+
+ .yvp-cc-options-main .yvp-cc-toggle-selection,
+ .yvp-cc-options-main .yvp-cc-pos-selection,
+ .yvp-cc-options-main .yvp-cc-style-preview,
+ .yvp-cc-options-main .yvp-cc-size-selector {
+ display: inline-block;
+ margin-left: 56px;
+ padding-bottom: 18px
+ }
+
+ .yvp-cc-options-main .yvp-cc-style {
+ padding-bottom: 5px
+ }
+
+ .yvp-cc-options-main .yvp-cc-toggle-selection,
+ .yvp-cc-options-main .yvp-cc-pos-selection {
+ margin-left: 0;
+ }
+
+ .yvp-cc-options-main .yvp-cc-toggle-selection .yvp-cc-position-top,
+ .yvp-cc-options-main .yvp-cc-pos-selection .yvp-cc-position-top {
+ margin-bottom: 6px
+ }
+
+ .yvp-cc-options-main .yvp-cc-pos-selection {
+ padding-bottom: 0;
+ vertical-align: middle
+ }
+
+ .yvp-cc-options-main .yvp-cc-size-selector {
+ margin: 0;
+ padding: 0
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator {
+ display: inline-block;
+ margin-left: 19px;
+ padding: 0 4px;
+ cursor: pointer;
+ border: 1px solid transparent;
+ border-radius: 3px;
+ vertical-align: middle;
+ color: #fff;
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator:hover {
+ background-color: rgba(255, 255, 255, 0.2)
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator.size-active {
+ background-color: rgba(255, 255, 255, 0.4);
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator.size-active:hover {
+ background-color: rgba(255, 255, 255, 0.4)
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-0 {
+ font-size: 15px
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-25 {
+ font-size: 18px
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-50 {
+ font-size: 24px
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-75 {
+ font-size: 28px
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-100 {
+ font-size: 32px
+ }
+
+ .yvp-cc-options-main .yvp-slider-wrapper {
+ margin-top: 1px;
+ width: 213px;
+ color: #ccc;
+ border-top: 1px solid #646464;
+ display: none
+ }
+
+ .yvp-cc-options-main .yvp-slider-track {
+ display: block;
+ width: 100%;
+ position: relative;
+ margin-top: -3px;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+
+ .yvp-cc-options-main .yvp-slider-track:active {
+ cursor: pointer
+ }
+
+ .yvp-cc-options-main .yvp-slider-track .yvp-slider-handle {
+ position: absolute;
+ display: inline-block;
+ border-radius: 50%;
+ height: 5px;
+ width: 5px;
+ margin: 0;
+ background-color: #fff;
+ border: 1px solid #fff;
+ }
+
+ .yvp-cc-options-main .yvp-slider-track .yvp-slider-handle:hover {
+ background-color: #fff;
+ border-width: 1px solid #fff;
+ border-radius: 50%;
+ width: 10px;
+ height: 10px;
+ margin-left: -2px;
+ margin-top: -2px;
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-main .yvp-slider-track .yvp-slider-anchor {
+ position: absolute;
+ margin-right: 0;
+ display: inline-block;
+ border-radius: 50%;
+ background-color: rgba(255, 255, 255, 0.6);
+ height: 5px;
+ width: 5px;
+ top: 0;
+ }
+
+ .yvp-cc-options-main .yvp-slider-track .yvp-slider-anchor:hover {
+ background-color: #fff;
+ height: 10px;
+ width: 10px;
+ margin-right: 5px;
+ top: -1px;
+ margin-left: -2px;
+ cursor: pointer
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link {
+ font-size: 11px;
+ float: right;
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a:link {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a:visited {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a:hover {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a:active {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a {
+ text-decoration: none
+ }
+
+ .yvp-cc-options-main .yvp-cc-style-more {
+ display: inline-block;
+ font-size: 11px;
+ background-color: transparent;
+ color: inherit;
+ outline: none;
+ overflow: visible;
+ cursor: pointer
+ }
+
+ .yvp-cc-options-main .yvp-cc-style-preview {
+ display: none;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 3px;
+ color: #fff;
+ min-width: 54px;
+ max-width: 80px;
+ font-size: 1.5em;
+ height: 32px;
+ line-height: 32px;
+ text-align: center;
+ padding: 1px 2px;
+ margin: 0 0 0 20px;
+ }
+
+ .yvp-cc-options-main .yvp-cc-style-preview .yvp-cc-style-preview-label {
+ font-size: 11px;
+ position: absolute;
+ top: -35px;
+ left: -10px;
+ color: #ccc;
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
+ font-family: Helvetica Neue Regular, Helvetica Neue, helvetica, arial, sans-serif
+ }
+
+ .yvp-cc-options-main .yvp-cc-pos-wrapper {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+ margin: 5px 20px 0 20px
+ }
+
+ .yvp-cc-options-main .yvp-cc-position-top,
+ .yvp-cc-options-main .yvp-cc-position-bottom {
+ display: inline;
+ margin-right: 20px;
+ cursor: pointer;
+ color: rgba(255, 255, 255, 0.5);
+ }
+
+ .yvp-cc-options-main .yvp-cc-position-top:hover,
+ .yvp-cc-options-main .yvp-cc-position-bottom:hover {
+ color: #fff
+ }
+
+ .yvp-cc-preview {
+ position: absolute;
+ z-index: 4;
+ text-align: center;
+ left: 65px;
+ bottom: auto;
+ top: auto;
+ font-size: 20px;
+ font-weight: bold;
+ opacity: 0;
+ pointer-events: none;
+ }
+
+ .yvp-cc-preview.yvp-cc-preview-activated {
+ opacity: 1
+ }
+
+ .yvp-cc-preview.yvp-cc-preview-top {
+ top: 4px;
+ bottom: auto
+ }
+
+ .yvp-cc-preview.yvp-cc-preview-bottom {
+ bottom: 4px;
+ top: auto
+ }
+
+ .yvp-cc-preview-message {
+ display: inline-block;
+ padding: 5px 15px;
+ margin: 0 auto
+ }
+
+ .yvp-content.yvp-state-fullscreen .yvp-cc-preview-message,
+ .yvp-content.yvp-state-fullscreen .yvp-cc-options-message {
+ display: none
+ }
+ </style>
+ <style type="text/css">
+ .yvp-bottom-bar .yvp-settings-container {
+ position: absolute;
+ z-index: 4;
+ width: auto;
+ background: rgba(18, 23, 23, 0.8);
+ padding: 16px;
+ display: none;
+ bottom: 40px;
+ border-radius: 4px;
+ right: 0;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-size: 11px;
+ -webkit-font-smoothing: subpixel-antialiased;
+ color: #fff;
+ cursor: default;
+ pointer-events: auto;
+ -webkit-animation-name: fadeIn;
+ animation-name: fadeIn;
+ -webkit-animation-duration: .4s;
+ -moz-animation-duration: .4s;
+ animation-duration: .4s;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container.open {
+ display: block
+ }
+
+ .yvp-bottom-bar .yvp-settings-container.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-header {
+ color: rgba(255, 255, 255, 0.6);
+ margin-bottom: 12px;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-header.last-item {
+ margin-bottom: 0;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-header.last-item:hover {
+ color: #fff
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-caret-icon {
+ position: relative;
+ display: inline-block;
+ width: 6px;
+ height: 10px;
+ margin: 0;
+ background-size: 100%;
+ background-repeat: no-repeat;
+ cursor: pointer;
+ opacity: 1;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-caret-icon.right {
+ top: 2px;
+ left: 2px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzU1IDQuNjk3bC0zLjU2IDMuNTZjLS4yNi4yNi0uMjYuNjgyIDAgLjk0Mi4yNi4yNi42ODMuMjYuOTQzIDBMNS42NCA0LjY5NiAxLjEzOC4xOTVDMS4wMDguMDY1LjgzOCAwIC42NjggMCAuNDk1IDAgLjMyNS4wNjUuMTk1LjE5NWMtLjI2LjI2LS4yNi42ODMgMCAuOTQzbDMuNTYgMy41NiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==")
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-caret-icon.left {
+ top: 1px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPmljb24tY2FyZXQtbGVmdC1mcG88L3RpdGxlPjxwYXRoIGQ9Ik0yLjI0NSA1LjMwM2wzLjU2LTMuNTZjLjI2LS4yNi4yNi0uNjgyIDAtLjk0Mi0uMjYtLjI2LS42ODMtLjI2LS45NDMgMEwuMzYgNS4zMDRsNC41MDIgNC41MDJjLjEzLjEzLjMuMTk1LjQ3LjE5NS4xNzIgMCAuMzQyLS4wNjUuNDcyLS4xOTUuMjYtLjI2LjI2LS42ODMgMC0uOTQzbC0zLjU2LTMuNTYiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-item {
+ display: inline-block;
+ margin-right: 6px;
+ cursor: pointer;
+ color: #fff;
+ padding: 4px;
+ border: 0;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-item:hover {
+ background-color: rgba(255, 255, 255, 0.2);
+ border-radius: 3px
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-item.last-item {
+ margin-right: 0
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-item.yvp-disabled {
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-activated {
+ color: #fff;
+ font-weight: normal;
+ border-radius: 3px;
+ background-color: rgba(255, 255, 255, 0.4);
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-activated:hover {
+ background-color: rgba(255, 255, 255, 0.4)
+ }
+
+ .yvp-main-settings.open {
+ display: block
+ }
+
+ .yvp-main-settings.close {
+ display: none
+ }
+
+ .yvp-main-settings .yvp-settings-divider {
+ display: block;
+ height: 1px;
+ margin: 16px 0 16px 0;
+ background: rgba(255, 255, 255, 0.2)
+ }
+
+ .yvp-main-settings .yvp-settings-embed.close {
+ display: none
+ }
+
+ .yvp-main-settings .yvp-settings-embed.open {
+ display: block
+ }
+
+ .yvp-main-settings .yvp-input-container {
+ height: 20px;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 4px
+ }
+
+ .yvp-main-settings .yvp-embed-input {
+ display: block;
+ min-width: 178px;
+ padding: 3px 10px;
+ font-size: 11px;
+ color: rgba(255, 255, 255, 0.6);
+ background: transparent;
+ outline: none;
+ box-shadow: none;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+
+ .yvp-main-settings .yvp-embed-input:hover {
+ color: #fff;
+ cursor: pointer
+ }
+
+ .yvp-main-settings .yvp-settings-quality {
+ min-width: 200px;
+ display: none;
+ }
+
+ .yvp-main-settings .yvp-settings-quality.yvp-quality-enabled {
+ display: block
+ }
+
+ .yvp-main-settings .yvp-settings-cc {
+ min-width: 115px;
+ max-width: 145px;
+ cursor: pointer;
+ }
+
+ .yvp-main-settings .yvp-settings-cc .yvp-settings-header {
+ display: inline-block;
+ }
+
+ .yvp-main-settings .yvp-settings-cc .yvp-settings-header:hover {
+ color: rgba(255, 255, 255, 0.6);
+ opacity: 1
+ }
+ </style>
+ <style type="text/css">
+ .yvp-content.yvp-browser-desktop.yvp-docked .yvp-docked-close-button {
+ visibility: visible;
+ opacity: 1
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked .yvp-playing-item-title.yvp-title-standard {
+ padding: 5px 24px 5px 8px;
+ font-weight: 500;
+ font-size: 16px;
+ line-height: 20px;
+ z-index: 29;
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked .yvp-playing-item-title.yvp-title-standard.yvp-live {
+ padding: 35px 24px 5px 8px
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked .yvp-content-type {
+ left: 8px;
+ top: 8px
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-bottom-bar {
+ opacity: 0;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-bottom-bar:hover {
+ opacity: 1
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-hide-controls.yvp-muted .yvp-mute-indicator {
+ opacity: 1;
+ visibility: visible;
+ -webkit-transition: visibility .3s linear .3s, opacity .1s ease-out .5s;
+ -moz-transition: visibility .3s linear .3s, opacity .1s ease-out .5s;
+ -o-transition: visibility .3s linear .3s, opacity .1s ease-out .5s;
+ transition: visibility .3s linear .3s, opacity .1s ease-out .5s
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-top-bar .yvp-content-type {
+ opacity: 0;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content:hover .yvp-bottom-bar {
+ opacity: 1;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content:hover .yvp-ads-overlay {
+ -webkit-transition: height 0s;
+ -moz-transition: height 0s;
+ -o-transition: height 0s;
+ transition: height 0s
+ }
+
+ .yvp-content:hover.yvp-muted .yvp-mute-indicator {
+ opacity: 0;
+ visibility: hidden
+ }
+
+ .yvp-content.yvp-flag-paused.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-bottom-bar {
+ opacity: 0;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content.yvp-flag-paused.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-bottom-bar:hover {
+ opacity: 1
+ }
+
+ .yvp-content.yvp-flag-paused.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-top-bar .yvp-content-type {
+ opacity: 0;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content.yvp-flag-paused.yvp-browser-desktop.yvp-state-video.yvp-hide-controls.yvp-muted .yvp-mute-indicator {
+ opacity: 0;
+ visibility: hidden
+ }
+
+ .yvp-content.yvp-flag-paused:hover .yvp-bottom-bar {
+ opacity: 1;
+ -webkit-transition: none;
+ -moz-transition: none;
+ -o-transition: none;
+ transition: none
+ }
+
+ .yvp-content.yvp-flag-paused:hover .yvp-top-bar .yvp-content-type {
+ opacity: 1;
+ -webkit-transition: none;
+ -moz-transition: none;
+ -o-transition: none;
+ transition: none
+ }
+
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar {
+ cursor: none;
+ }
+
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar .yvp-slider,
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar .yvp-playback-bar {
+ height: 3px;
+ bottom: 2px;
+ direction: ltr;
+ -webkit-transition: height .5s linear 0s, bottom .5s linear 0s;
+ -moz-transition: height .5s linear 0s, bottom .5s linear 0s;
+ -o-transition: height .5s linear 0s, bottom .5s linear 0s;
+ transition: height .5s linear 0s, bottom .5s linear 0s;
+ -moz-transition: none
+ }
+
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar .yvp-handle {
+ -webkit-transform: scale(0);
+ -moz-transform: scale(0);
+ -ms-transform: scale(0);
+ -o-transform: scale(0);
+ transform: scale(0);
+ margin-top: -4px;
+ -webkit-transition: all .51s linear 0s;
+ -moz-transition: all .51s linear 0s;
+ -o-transition: all .51s linear 0s;
+ transition: all .51s linear 0s
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-disable-controls .yvp-bottom-bar {
+ opacity: 0 !important
+ }
+
+ .yvp-top-bar {
+ position: absolute;
+ z-index: 28;
+ width: 100%;
+ top: 0;
+ }
+
+ .yvp-top-bar.hide {
+ display: none
+ }
+
+ .yvp-top-bar .yvp-provider-logo {
+ position: absolute;
+ right: 0;
+ display: block;
+ height: 20px;
+ width: 55px;
+ margin-top: 20px;
+ margin-right: 10px;
+ border: 0;
+ background-repeat: no-repeat;
+ cursor: pointer;
+ }
+
+ .yvp-top-bar .yvp-provider-logo.yvp-hide {
+ display: none
+ }
+
+ .yvp-top-bar .yvp-ad-count-container {
+ display: none;
+ position: absolute;
+ left: 16px;
+ top: 12px
+ }
+
+ .yvp-top-bar .yvp-ad-count,
+ .yvp-top-bar .yvp-ad-countdowntimer {
+ display: inline-block;
+ color: #fff;
+ position: relative;
+ text-shadow: 0 1px #000;
+ font-size: 11px;
+ font-weight: normal
+ }
+
+ .yvp-top-bar .yvp-ad-countdowntimer {
+ padding-left: 5px;
+ text-align: right
+ }
+
+ .yvp-bottom-bar {
+ position: absolute;
+ background-color: transparent;
+ background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100px;
+ z-index: 30;
+ cursor: auto;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container {
+ display: block;
+ position: relative;
+ top: 56px;
+ height: 44px;
+ margin: 0 10px 0 10px;
+ cursor: auto;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-volume-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+dm9sdW1lPC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNS42ODIgNTUuMDE2SDE2LjUzYy0uNDk1IDAtLjk0NC0uMTk0LTEuMjczLS41MTItLjM2My0uMzM0LS41OS0uODE0LS41OS0xLjM0OHYtMTguMjRjMC0uMTcuMDIyLS4zMzIuMDY0LS40ODcuMi0uNzkzLjkyLTEuMzc4IDEuNzc1LTEuMzc4aDkuMTYyVjMzbDE0LjY2Ni0xNC42Njd2NTEuMzM0bC0xNC42NS0xNC42NXpNNTIuNDQgNzAuMjQ1Yy0xLjY0NiAwLTIuOTI2LTEuMzQyLTMuMjkzLTIuNjAzLS41NS0xLjg4LjQ4OC0zLjg4IDIuMzEzLTQuNDYgOC4wMzMtMi41NiAxMy42NDQtMTAuNDEgMTMuNjQ0LTE5LjA5IDAtOC42NjMtNS42MS0xNi41MDYtMTMuNjQ2LTE5LjA3Mi0xLjgyNC0uNTgtMi44Ni0yLjU4My0yLjMxLTQuNDY0QzQ5LjU5IDE5LjA1IDUwLjk2NyAxOCA1Mi41IDE4Yy4zNTIgMCAuNzAyLjA1NSAxLjA0LjE2NCAxMC45MjUgMy40ODggMTguNTU4IDE0LjE1IDE4LjU1OCAyNS45MjggMCAxMS4xMzYtNy4wNjcgMjEuMDYtMTguNDQ0IDI1LjktLjM5My4xNy0uOC4yNTMtMS4yMTUuMjUzem0uMDk3LTE1LjQ4NGMtMS4wMDYgMC0xLjk2OC0uNDI3LTIuNjQtMS4xNzUtMS4yOTUtMS40Ni0xLjE2OC0zLjcuMjgtNC45OTcgMS4zMzgtMS4xOTMgMi4xMDUtMi45MDIgMi4xMDUtNC42OTQgMC0xLjgxOC0uNzYyLTMuNTM2LTIuMDktNC43MTItMS40NTYtMS4yOTctMS41OS0zLjUzNS0uMy00Ljk5Mi42NzUtLjc1OCAxLjY0LTEuMTkgMi42NS0xLjE5Ljg2NCAwIDEuNjk3LjMxNiAyLjM0NS44OSAyLjg0IDIuNTIzIDQuNDY3IDYuMTcgNC40NjcgMTAuMDA0IDAgMy44MDMtMS42MjYgNy40MzctNC40NjIgOS45Ny0uNjUuNTgtMS40ODYuODk3LTIuMzU1Ljg5N3oiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ left: 0;
+ top: 0;
+ opacity: .8;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-volume-btn:hover,
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-volume-btn:active {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-volume-btn.muted {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+dm9sdW1lLW11dGU8L3RpdGxlPjxnIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTI1LjY4MiA1NS4wMTZIMTYuNTNjLS40OTUgMC0uOTQ0LS4xOTQtMS4yNzMtLjUxMi0uMzYzLS4zMzQtLjU5LS44MTQtLjU5LTEuMzQ4di0xOC4yNGMwLS4xNy4wMjItLjMzMi4wNjQtLjQ4Ny4yLS43OTMuOTItMS4zNzggMS43NzUtMS4zNzhoOS4xNjJWMzNsMTQuNjY2LTE0LjY2N3Y1MS4zMzRsLTE0LjY1LTE0LjY1ek01OC45MDQgMzkuMDUybC00Ljk2OC00Ljk2OGMtMS40MjgtMS40MjgtMy43NTQtMS40MzItNS4xODYgMC0xLjQzIDEuNDMtMS40MzIgMy43NTMgMCA1LjE4NWw0Ljk2OCA0Ljk2Ny00Ljk2OCA0Ljk2OGMtMS40MjggMS40MjgtMS40MyAzLjc1MyAwIDUuMTg1IDEuNDMgMS40MyAzLjc1NCAxLjQzMiA1LjE4NiAwbDQuOTY4LTQuOTY4IDQuOTY4IDQuOTdjMS40MjcgMS40MjYgMy43NTMgMS40MyA1LjE4NS0uMDAyIDEuNDMtMS40MyAxLjQzMi0zLjc1MyAwLTUuMTg1bC00Ljk2OC00Ljk2OCA0Ljk2Ny00Ljk2OGMxLjQyOC0xLjQzIDEuNDMyLTMuNzU0IDAtNS4xODYtMS40My0xLjQzLTMuNzUzLTEuNDMyLTUuMTg1IDBsLTQuOTY4IDQuOTY4eiIvPjwvZz48L3N2Zz4=")
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+c2V0dGluZ3M8L3RpdGxlPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTU1LjczNyA0NC4zMTRjLS4wMDQtNi4yMTUtNS4xMDQtMTEuMzM4LTExLjMyLTExLjM1Ni02LjI3LS4wMjItMTEuNDIgNS4xMDgtMTEuNDE3IDExLjM3NC4wMDQgNi4yMTUgNS4xMDQgMTEuMzM0IDExLjMxNSAxMS4zNiA2LjI3NC4wMiAxMS40MjYtNS4xMTIgMTEuNDIyLTExLjM3OHptMTAuMjc4IDQuNDAzYy0zLjE0IDEuMTg4LTQuNDc0IDQuMzgyLTMuMDg4IDcuNDMuNDQuOTY3Ljk1NCAxLjkxIDEuMzQyIDIuOTAzLjExMy4zLjAyLjg1LS4yIDEuMDg1LTEuMjU2IDEuMzQtMi41NSAyLjYzNy0zLjg5IDMuODktLjIzNC4yMi0uNzg0LjMxMi0xLjA4NC4xOTUtLjk5NC0uMzgtMS45MzYtLjg5OC0yLjkwNC0xLjMzOC0zLjAzNi0xLjM4Ni02LjI0LS4wNTItNy40MyAzLjA4Ny0uNDU3IDEuMjE2LS45IDEuNzk4LTEuMzUyIDMuMDE2aC02LjgxNmMtLjQ1LTEuMjE4LS45LTEuOC0xLjM1My0zLjAxNy0xLjE4NC0zLjE0LTQuMzg1LTQuNDc0LTcuNDI4LTMuMDg4LS45NjguNDQtMS45MS45NTMtMi45MDQgMS4zMzgtLjMuMTE3LS44NS4wMjYtMS4wODUtLjE5NC0xLjM0LTEuMjU0LTIuNi0yLjU5My0zLjkyNC0zLjg2NS0uNDMtLjQwNi0uNDA4LS43NDMtLjE2Mi0xLjIyLjQ5LS45NDYuOTUtMS45MSAxLjM4LTIuODg2IDEuMzItMi45NTUtLjAxNi02LjE0LTMuMDM3LTcuMy0xLjI0Mi0uNDc3LTIuNDk2LS45MjgtMy43NDctMS4zOXYtNi44MTZjMS4yMi0uNDUgMi40NC0uODk4IDMuNjU2LTEuMzUzIDMuMTM4LTEuMTggNC40NzItNC4zODIgMy4wODYtNy40My0uNDQtLjk2Ny0uOTUzLTEuOTEtMS4zNDItMi45MDMtLjExMy0uMy0uMDIyLS44NS4xOTgtMS4wODUgMS4yNTgtMS4zMzggMi41NTItMi42MzYgMy44OS0zLjg5LjIzNS0uMjIuNzg1LS4zMTIgMS4wODYtLjE5NS45OTQuMzgyIDEuOTM2LjkgMi45MDQgMS4zNCAzLjA0MyAxLjM4IDYuMjQ4LjA0NiA3LjQzLTMuMDkuNDUzLTEuMjE2LjktMS44NDUgMS4zNTItMy4wNmg2LjgxNmMuNDUgMS4yMTUuODk4IDEuODQ4IDEuMzUzIDMuMDYgMS4xODQgMy4xNCA0LjM4NSA0LjQ3NSA3LjQzIDMuMDkuOTY3LS40NCAxLjkxLS45NTggMi45MDMtMS4zNC4zLS4xMTcuODUtLjAyNSAxLjA4NS4xOTUgMS4zNCAxLjI1NCAyLjYgMi41OTIgMy45MjQgMy44NjQuNDMuNDA4LjQwNy43NDYuMTYyIDEuMjIyLS40OTIuOTQ2LS45NSAxLjkxLTEuMzggMi44OS0xLjMyIDIuOTUuMDE2IDYuMTQ1IDMuMDM3IDcuMjk2IDEuMjQ3LjQ3NyAyLjQ5Ny45MjggMy43NDQgMS4zOXY2LjgxNmMtMS4yMTguNDUtMi40MzUuOS0zLjY1MiAxLjM1M3oiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNNTUuNzM3IDQ0LjI4Yy0uMDA0LTYuMjE2LTUuMTA0LTExLjMzOC0xMS4zMi0xMS4zNTYtNi4yNy0uMDIyLTExLjQyIDUuMTA3LTExLjQxNyAxMS4zNzQuMDA0IDYuMjE1IDUuMTA0IDExLjMzMyAxMS4zMTUgMTEuMzYgNi4yNzQuMDIgMTEuNDI2LTUuMTEyIDExLjQyMi0xMS4zOHptMTAuMjc4IDQuNDAzYy0zLjE0IDEuMTg4LTQuNDc0IDQuMzgyLTMuMDg4IDcuNDMuNDQuOTY3Ljk1NCAxLjkxIDEuMzQyIDIuOTAzLjExMy4zLjAyLjg1LS4yIDEuMDg1LTEuMjU2IDEuMzQtMi41NSAyLjYzNy0zLjg5IDMuODktLjIzNC4yMi0uNzg0LjMxMy0xLjA4NC4xOTYtLjk5NC0uMzgyLTEuOTM2LS45LTIuOTA0LTEuMzQtMy4wMzYtMS4zODUtNi4yNC0uMDUtNy40MyAzLjA5LS40NTcgMS4yMTYtLjkgMS44Ni0xLjM1MiAzLjA4aC02LjgxNmMtLjQ1LTEuMjItLjktMS44NjQtMS4zNTMtMy4wOC0xLjE4NC0zLjE0LTQuMzg1LTQuNDc1LTcuNDI4LTMuMDktLjk2OC40NC0xLjkxLjk1NS0yLjkwNCAxLjM0LS4zLjExNy0uODUuMDI1LTEuMDg1LS4xOTUtMS4zNC0xLjI1My0yLjYtMi41OS0zLjkyNC0zLjg2My0uNDMtLjQwNy0uNDA4LS43NDUtLjE2Mi0xLjIyLjQ5LS45NDcuOTUtMS45MTIgMS4zOC0yLjg4NyAxLjMyLTIuOTU1LS4wMTYtNi4xNDItMy4wMzctNy4zLTEuMjQyLS40NzctMi40OTYtLjkyOC0zLjc0Ny0xLjM5di02LjgxNmMxLjIyLS40NSAyLjQ0LS45IDMuNjU2LTEuMzUzIDMuMTM4LTEuMTggNC40NzItNC4zOCAzLjA4Ni03LjQyOC0uNDQtLjk2OC0uOTUzLTEuOTEtMS4zNDItMi45MDQtLjExMy0uMy0uMDIyLS44NS4xOTgtMS4wODUgMS4yNTgtMS4zNCAyLjU1Mi0yLjYzNyAzLjg5LTMuODkuMjM1LS4yMi43ODUtLjMxMiAxLjA4Ni0uMTk1Ljk5NC4zOCAxLjkzNi44OTggMi45MDQgMS4zMzggMy4wNDMgMS4zODMgNi4yNDguMDQ4IDcuNDMtMy4wODcuNDUzLTEuMjE4LjktMS44MTMgMS4zNTItMy4wMjdoNi44MTZjLjQ1IDEuMjE0Ljg5OCAxLjgxMiAxLjM1MyAzLjAyNiAxLjE4NCAzLjEzOCA0LjM4NSA0LjQ3MiA3LjQzIDMuMDg2Ljk2Ny0uNDQgMS45MS0uOTU3IDIuOTAzLTEuMzM4LjMtLjExNy44NS0uMDI2IDEuMDg1LjE5NCAxLjM0IDEuMjU0IDIuNiAyLjU5MyAzLjkyNCAzLjg2NS40My40MDcuNDA3Ljc0NC4xNjIgMS4yMi0uNDkyLjk0Ny0uOTUgMS45MS0xLjM4IDIuODktMS4zMiAyLjk1Mi4wMTYgNi4xNDYgMy4wMzcgNy4yOTcgMS4yNDcuNDc3IDIuNDk3LjkyOCAzLjc0NCAxLjM5djYuODE2Yy0xLjIxOC40NS0yLjQzNS44OTgtMy42NTIgMS4zNTN6IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ left: 0;
+ opacity: .8;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-pointer {
+ position: relative;
+ display: none;
+ width: 1px;
+ border: solid;
+ border-color: rgba(38, 40, 42, 0.95) transparent;
+ border-width: 6px 5px 0;
+ top: -6px;
+ bottom: 0;
+ left: 6px;
+ content: '';
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-pointer.open {
+ display: block
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-pointer.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmNjLW9mZjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJkZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY2Mtb2ZmIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTExLjI0NTI5MjcsMTMuMjY3OTEyMiBDMTEuMDAwNzE0NCwxMy4wMjc0OTE3IDEwLjYxMDU2NTQsMTIuOTUzMjkzOCAxMC4zMjI4NTUsMTMuMTQxNjc5NCBDMTAuMTAyMjkzNCwxMy4yODY3MDI2IDkuODM3MTI5MzUsMTMuMzcxNTAwMiA5LjU1MTg2OTY2LDEzLjM3MTUwMDIgQzguNzgxMzc0NDMsMTMuMzcxNTAwMiA4LjE1Njk0LDEyLjc1NzE5OTMgOC4xNTY5NCwxMS45OTk4MDIzIEM4LjE1Njk0LDExLjI0MjQwNTQgOC43ODEzNzQ0MywxMC42Mjg1ODYyIDkuNTUxODY5NjYsMTAuNjI4NTg2MiBDOS43Nzk3ODMzMywxMC42Mjg1ODYyIDkuOTkzOTczMTYsMTAuNjgyNTQ4NCAxMC4xODMxNjYsMTAuNzc4NDI3NSBDMTAuNTQwOTY2LDEwLjk1OTU4NiAxMC45NzIyODY0LDEwLjkwMzIxNDkgMTEuMjU5NTA2NywxMC42MjYxNzcyIEMxMS42MTI4OTU0LDEwLjI4NDU3NzcgMTEuNTUzMDk4Nyw5LjcwMTU5NDA1IDExLjEzMjU2MTIsOS40NDM4Mjg1NSBDMTAuNTE1NDc4OCw5LjA2NjA5MzY5IDkuNzUxODQ1NTIsOC45MDEzMTY0OSA4LjkzNTI3NzQyLDkuMDYwMzEyMDMgQzcuNzQ2Njk1NCw5LjI5MTU3ODI4IDYuNzgwNjM1NTMsMTAuMjQ1NTUxNSA2LjU1NjE1MjgyLDExLjQxNTM3MzMgQzYuMTg5MDQwMjcsMTMuMzI5MTAxNCA3LjY3MTcwNDQ1LDE1IDkuNTUxODY5NjYsMTUgQzEwLjEyNTMyOTksMTUgMTAuNjU3NjE4NSwxNC44NDE5NjgxIDExLjExMjQ2NTYsMTQuNTY4Nzg0OCBDMTEuNTc0NjY0NywxNC4yOTA3ODM1IDExLjYyOTA2OTksMTMuNjQ0NjgzNSAxMS4yNDUyOTI3LDEzLjI2NzkxMjIiIGlkPSJGaWxsLTEiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTE3LjI0NTQ4NCwxMy4yNjc5MTIyIEMxNy4wMDA4OTU5LDEzLjAyNzQ5MTcgMTYuNjEwNzMxMSwxMi45NTMyOTM4IDE2LjMyMzAwOTIsMTMuMTQxNjc5NCBDMTYuMTAyNDM4NywxMy4yODY3MDI2IDE1LjgzNzI2MzksMTMuMzcxNTAwMiAxNS41NTE5OTI3LDEzLjM3MTUwMDIgQzE0Ljc4MTQ2NjQsMTMuMzcxNTAwMiAxNC4xNTcwMDY4LDEyLjc1NzE5OTMgMTQuMTU3MDA2OCwxMS45OTk4MDIzIEMxNC4xNTcwMDY4LDExLjI0MjQwNTQgMTQuNzgxNDY2NCwxMC42Mjg1ODYyIDE1LjU1MTk5MjcsMTAuNjI4NTg2MiBDMTUuNzc5OTE1NiwxMC42Mjg1ODYyIDE1Ljk5NDExNCwxMC42ODI1NDg0IDE2LjE4MzMxNDUsMTAuNzc4NDI3NSBDMTYuNTQxMTI4OSwxMC45NTk1ODYgMTYuOTcyNDY2OCwxMC45MDMyMTQ5IDE3LjI1OTIwODQsMTAuNjI2MTc3MiBDMTcuNjEzMTAxNiwxMC4yODQ1Nzc3IDE3LjU1MzMwMjQsOS43MDE1OTQwNSAxNy4xMzI3NDgsOS40NDM4Mjg1NSBDMTYuNTE1NjQwNyw5LjA2NjA5MzY5IDE1Ljc1MTk3NjYsOC45MDEzMTY0OSAxNC45MzQ4ODU1LDkuMDYwMzEyMDMgQzEzLjc0Njc0NTcsOS4yOTE1NzgyOCAxMi43ODA2NDY4LDEwLjI0NTU1MTUgMTIuNTU2MTU1MSwxMS40MTUzNzMzIEMxMi4xODkwMjc3LDEzLjMyOTEwMTQgMTMuNjcxNzUxNywxNSAxNS41NTE5OTI3LDE1IEMxNi4xMjU0NzYsMTUgMTYuNjU3Nzg2MiwxNC44NDE5NjgxIDE3LjExMjY1MTYsMTQuNTY4Nzg0OCBDMTcuNTc0ODY5MywxNC4yOTA3ODM1IDE3LjYyODc4NjYsMTMuNjQ0NjgzNSAxNy4yNDU0ODQsMTMuMjY3OTEyMiIgaWQ9IkZpbGwtMyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMjEsMTcgTDMsMTcgTDMsNyBMMjEsNyBMMjEsMTcgWiBNMSwxOC4wODE0MjA5IEMxLDE4LjU4ODczODEgMS40MTk4MzQzOCwxOSAxLjkxNzMwMzQxLDE5IEwyMi4wODI2OTY2LDE5IEMyMi41ODkzMDkzLDE5IDIzLDE4LjU5NjEwNTYgMjMsMTguMDgxNDIwOSBMMjMsNS45MTg1NzkxIEMyMyw1LjQxMTI2MTg3IDIyLjU4MDE2NTYsNSAyMi4wODI2OTY2LDUgTDEuOTE3MzAzNDEsNSBDMS40MTA2OTA3Myw1IDEsNS40MDM4OTQ0MiAxLDUuOTE4NTc5MSBMMSwxOC4wODE0MjA5IFoiIGlkPSJGaWxsLTUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
+ background-size: 100%;
+ top: 0;
+ left: 0;
+ opacity: .8;
+ margin-right: 4px;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.hide {
+ opacity: .35
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.hide:hover {
+ opacity: .35
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.on {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmNjLW9uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJjYy1vbiIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLDE4LjA4MTQyMDkgQzEsMTguNTg4NzM4MSAxLjQxOTgzNDM4LDE5IDEuOTE3MzAzNDEsMTkgTDIyLjA4MjY5NjYsMTkgQzIyLjU4OTMwOTMsMTkgMjMsMTguNTk2MTA1NiAyMywxOC4wODE0MjA5IEwyMyw1LjkxODU3OTEgQzIzLDUuNDExMjYxODcgMjIuNTgwMTY1Niw1IDIyLjA4MjY5NjYsNSBMMS45MTczMDM0MSw1IEMxLjQxMDY5MDczLDUgMSw1LjQwMzg5NDQyIDEsNS45MTg1NzkxIEwxLDE4LjA4MTQyMDkgWiBNMTEuMjQ1MjkyNywxMy4yNjc5MTIyIEMxMS4wMDA3MTQ0LDEzLjAyNzQ5MTcgMTAuNjEwNTY1NCwxMi45NTMyOTM4IDEwLjMyMjg1NSwxMy4xNDE2Nzk0IEMxMC4xMDIyOTM0LDEzLjI4NjcwMjYgOS44MzcxMjkzNSwxMy4zNzE1MDAyIDkuNTUxODY5NjYsMTMuMzcxNTAwMiBDOC43ODEzNzQ0MywxMy4zNzE1MDAyIDguMTU2OTQsMTIuNzU3MTk5MyA4LjE1Njk0LDExLjk5OTgwMjMgQzguMTU2OTQsMTEuMjQyNDA1NCA4Ljc4MTM3NDQzLDEwLjYyODU4NjIgOS41NTE4Njk2NiwxMC42Mjg1ODYyIEM5Ljc3OTc4MzMzLDEwLjYyODU4NjIgOS45OTM5NzMxNiwxMC42ODI1NDg0IDEwLjE4MzE2NiwxMC43Nzg0Mjc1IEMxMC41NDA5NjYsMTAuOTU5NTg2IDEwLjk3MjI4NjQsMTAuOTAzMjE0OSAxMS4yNTk1MDY3LDEwLjYyNjE3NzIgQzExLjYxMjg5NTQsMTAuMjg0NTc3NyAxMS41NTMwOTg3LDkuNzAxNTk0MDUgMTEuMTMyNTYxMiw5LjQ0MzgyODU1IEMxMC41MTU0Nzg4LDkuMDY2MDkzNjkgOS43NTE4NDU1Miw4LjkwMTMxNjQ5IDguOTM1Mjc3NDIsOS4wNjAzMTIwMyBDNy43NDY2OTU0LDkuMjkxNTc4MjggNi43ODA2MzU1MywxMC4yNDU1NTE1IDYuNTU2MTUyODIsMTEuNDE1MzczMyBDNi4xODkwNDAyNywxMy4zMjkxMDE0IDcuNjcxNzA0NDUsMTUgOS41NTE4Njk2NiwxNSBDMTAuMTI1MzI5OSwxNSAxMC42NTc2MTg1LDE0Ljg0MTk2ODEgMTEuMTEyNDY1NiwxNC41Njg3ODQ4IEMxMS41NzQ2NjQ3LDE0LjI5MDc4MzUgMTEuNjI5MDY5OSwxMy42NDQ2ODM1IDExLjI0NTI5MjcsMTMuMjY3OTEyMiBaIE0xNy4yNDU0ODQsMTMuMjY3OTEyMiBDMTcuMDAwODk1OSwxMy4wMjc0OTE3IDE2LjYxMDczMTEsMTIuOTUzMjkzOCAxNi4zMjMwMDkyLDEzLjE0MTY3OTQgQzE2LjEwMjQzODcsMTMuMjg2NzAyNiAxNS44MzcyNjM5LDEzLjM3MTUwMDIgMTUuNTUxOTkyNywxMy4zNzE1MDAyIEMxNC43ODE0NjY0LDEzLjM3MTUwMDIgMTQuMTU3MDA2OCwxMi43NTcxOTkzIDE0LjE1NzAwNjgsMTEuOTk5ODAyMyBDMTQuMTU3MDA2OCwxMS4yNDI0MDU0IDE0Ljc4MTQ2NjQsMTAuNjI4NTg2MiAxNS41NTE5OTI3LDEwLjYyODU4NjIgQzE1Ljc3OTkxNTYsMTAuNjI4NTg2MiAxNS45OTQxMTQsMTAuNjgyNTQ4NCAxNi4xODMzMTQ1LDEwLjc3ODQyNzUgQzE2LjU0MTEyODksMTAuOTU5NTg2IDE2Ljk3MjQ2NjgsMTAuOTAzMjE0OSAxNy4yNTkyMDg0LDEwLjYyNjE3NzIgQzE3LjYxMzEwMTYsMTAuMjg0NTc3NyAxNy41NTMzMDI0LDkuNzAxNTk0MDUgMTcuMTMyNzQ4LDkuNDQzODI4NTUgQzE2LjUxNTY0MDcsOS4wNjYwOTM2OSAxNS43NTE5NzY2LDguOTAxMzE2NDkgMTQuOTM0ODg1NSw5LjA2MDMxMjAzIEMxMy43NDY3NDU3LDkuMjkxNTc4MjggMTIuNzgwNjQ2OCwxMC4yNDU1NTE1IDEyLjU1NjE1NTEsMTEuNDE1MzczMyBDMTIuMTg5MDI3NywxMy4zMjkxMDE0IDEzLjY3MTc1MTcsMTUgMTUuNTUxOTkyNywxNSBDMTYuMTI1NDc2LDE1IDE2LjY1Nzc4NjIsMTQuODQxOTY4MSAxNy4xMTI2NTE2LDE0LjU2ODc4NDggQzE3LjU3NDg2OTMsMTQuMjkwNzgzNSAxNy42Mjg3ODY2LDEzLjY0NDY4MzUgMTcuMjQ1NDg0LDEzLjI2NzkxMjIgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.on.hide {
+ opacity: .35
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.on.hide:hover {
+ opacity: .35
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container {
+ display: block;
+ position: relative;
+ bottom: 95px;
+ left: -1px;
+ width: 24px;
+ height: 72px;
+ padding: 7px 0;
+ background: rgba(18, 23, 23, 0.8);
+ border-radius: 4px;
+ z-index: 1;
+ visibility: hidden;
+ -webkit-animation-name: none;
+ animation-name: none;
+ -webkit-animation-duration: 0s;
+ -moz-animation-duration: 0s;
+ animation-duration: 0s;
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container:after {
+ display: block;
+ border: solid;
+ border-color: rgba(18, 23, 23, 0.8) transparent;
+ border-width: 6px 5px 0;
+ position: absolute;
+ top: 100%;
+ bottom: 0;
+ left: 7px;
+ content: ''
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container.open {
+ visibility: visible
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-level,
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-bar {
+ margin-top: 0;
+ height: 100%
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-bar {
+ background: rgba(255, 255, 255, 0.1);
+ border-radius: 2px
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-level {
+ background: rgba(255, 255, 255, 0.4);
+ width: 4px;
+ margin-left: 10px;
+ margin-top: 0;
+ border-radius: 2px
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-handle {
+ position: relative;
+ width: 12px;
+ height: 12px;
+ background: #fff;
+ border: 0;
+ border-radius: 50%;
+ margin-left: -4px;
+ z-index: 2;
+ opacity: 0;
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-handle.show {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-value {
+ background: rgba(255, 255, 255, 0.8);
+ border: 0;
+ border-radius: 2px
+ }
+
+ .yvp-main .yvp-tooltip {
+ display: inline-block;
+ position: absolute;
+ }
+
+ .yvp-main .yvp-tooltip:hover {
+ text-decoration: none;
+ }
+
+ .yvp-main .yvp-tooltip:hover .yvp-tooltip-wrapper .yvp-tooltip-content {
+ display: table
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper {
+ bottom: 34px;
+ margin: auto;
+ position: absolute;
+ display: block;
+ z-index: 5;
+ text-align: center;
+ left: -1000px;
+ right: -1000px;
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper .yvp-tooltip-content {
+ display: none;
+ background: rgba(25, 26, 27, 0.8);
+ color: #fff;
+ font-size: 11px;
+ margin: auto;
+ padding: 5px 11px;
+ white-space: nowrap;
+ text-align: center;
+ pointer-events: none;
+ border-radius: 3px;
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper .yvp-tooltip-content:before {
+ border: solid;
+ border-color: rgba(38, 40, 42, 0.95) transparent;
+ border-width: 5px 3px 0;
+ bottom: -5px;
+ content: '';
+ display: block;
+ left: 50%;
+ margin-left: -3px;
+ position: absolute;
+ z-index: 5
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper.yvp-tooltip-pos-bottom {
+ top: 30px;
+ bottom: 0;
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper.yvp-tooltip-pos-bottom .yvp-tooltip-content:before {
+ border-width: 0 3px 5px;
+ top: -5px;
+ bottom: 0
+ }
+
+ .yvp-main .yvp-tooltip.yvp-tooltip-hidden .yvp-tooltip-wrapper {
+ display: none
+ }
+
+ .yvp-main .yvp-tooltip.yvp-fullscreen-btn .yvp-tooltip-wrapper {
+ margin-right: 60px;
+ }
+
+ .yvp-main .yvp-tooltip.yvp-fullscreen-btn .yvp-tooltip-wrapper .yvp-tooltip-content:before {
+ margin-left: 25px
+ }
+
+ .yvp-mode-ad .yvp-top-bar .yvp-ad-count-container,
+ .yvp-mode-vpaid .yvp-top-bar .yvp-ad-count-container {
+ display: block
+ }
+
+ .yvp-state-video .yvp-top-bar {
+ display: block
+ }
+
+ .yvp-state-start-screen .yvp-top-bar,
+ .yvp-state-error .yvp-top-bar,
+ .yvp-state-end-screen .yvp-top-bar,
+ .yvp-state-loading .yvp-top-bar {
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-top-bar .yvp-provider-logo,
+ .yvp-mode-vpaid .yvp-top-bar .yvp-provider-logo {
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-playing-item-title.yvp-title-standard,
+ .yvp-mode-vpaid .yvp-playing-item-title.yvp-title-standard {
+ opacity: 0;
+ z-index: 0
+ }
+
+ .yvp-settings-on .yvp-bottom-bar .yvp-upnext-playlist {
+ display: none
+ }
+
+ .yvp-settings-on .yvp-bottom-bar .yvp-volume-bar-container {
+ visibility: hidden
+ }
+
+ .yvp-content .yvp-main .yvp-mute-indicator {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ width: 10px;
+ height: 10px;
+ margin: 0 8px 8px 0;
+ float: right;
+ opacity: 0;
+ visibility: hidden;
+ z-index: 32;
+ background-image: url("data:image/gif;base64,R0lGODlhCgAKAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOEQ3QkM1NDcyNDQxMUU2QTVFRDg5Q0IwRUY3QjFDQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOEQ3QkM1NTcyNDQxMUU2QTVFRDg5Q0IwRUY3QjFDQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE4RDdCQzUyNzI0NDExRTZBNUVEODlDQjBFRjdCMUNDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE4RDdCQzUzNzI0NDExRTZBNUVEODlDQjBFRjdCMUNDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQMAAQAsAAAAAAoACgAAAhCMj6nLnQAYNPPUC2PAmIICACH5BAUDAAEALAAABAAKAAMAAAIHBIKpaOthCgAh+QQFAwABACwIAAUAAgABAAACAgQKACH5BAUDAAEALAAAAwAKAAIAAAIGBIKpaAkFACH5BAUDAAEALAAAAgAJAAMAAAIHBIKpYetQAAAh+QQFAwABACwEAAIABgACAAACBASCiVYAIfkEBQMAAQAsAAABAAoAAgAAAgUEgqkbVgAh+QQJAwABACwAAAAABgACAAACBASCiVYAIfkEBQMAAQAsAAAAAAoACgAAAg2MA3CobLminLTai2kBACH5BAkDAAEALAAAAAAKAAIAAAIFjG8AyFEAIfkECQMAAQAsAAAAAAoACgAAAgyMbwCouQijnLTaKwsAIfkECQMAAQAsAAAAAAoACgAAAhSMjwkGe82ag0HOS7OMUff7cRVQAAAh+QQJAwABACwAAAAACgAKAAACFIyPqQdgHVyUDc5XMbY839lt1FgAACH5BAkDAAEALAAAAAAKAAoAAAITjI+pB2CNYGiy0ufm1dj2bHlaAQAh+QQJAwABACwAAAAACgAKAAACEoyPqasA5lAMbtoKH8U7X69dBQAh+QQJAwABACwAAAAACgAKAAACEYyPqbvA4AJEU8JYL96ZbwMVACH5BAkDAAEALAAAAAAKAAoAAAIRjI+pywxgHpLh0WsjrJlrrBUAIfkECQMAAQAsAAAAAAoACgAAAhCMj6nLDOBgeIjOJy3OXPMCACH5BAkDAAEALAAAAAAKAAoAAAIRjI+py90ADEQzwIqvjFb3XQAAIfkEBQMAAQAsAAAAAAoACgAAAhGMj6nL3QAQNDPAii+NVvddAAAh+QQFAwABACwEAAQAAgABAAACAgQKACH5BAUDAAEALAEABQABAAEAAAICRAEAIfkEBQMAAQAsAAADAAoAAwAAAgeMA3DLpo0KACH5BAUDAAEALAQAAgAFAAQAAAIFBIKpi1AAIfkEBQMAAQAsAAAEAAIAAQAAAgIECgAh+QQFAwABACwEAAEAAgABAAACAgQKACH5BAUDAAEALAAAAwACAAEAAAICBAoAIfkECQMAAQAsAAAAAAoABQAAAgiMA3DL7Q9TAQAh+QQJAwABACwAAAAACgAKAAACD4wDcIvKlh50szaJs96sAAAh+QQJAwABACwAAAAACgAKAAACFIyPCJC3bZ5jQS5Lb944Xu91FVAAACH5BAkDAAEALAAAAAAKAAoAAAITjI+pB7DRkoOzRWps3bfbzG1gAQAh+QQJAwABACwAAAAACgAKAAACEoyPqQew0V5kDtY2MzZa8219BQAh+QQJAwABACwAAAAACgAKAAACEYyPqasA7FAM09VHrbl36+wVACH5BAUDAAEALAAAAAAKAAoAAAIRjI+pywzgYHjP1EmtpLvfDxQAIfkECQMAAQAsBAAEAAYAAgAAAgOMj1YAIfkECQMAAQAsAAAAAAoACgAAAgqMj6nL3QCcnLIAACH5BAkDAAEALAAAAAAKAAoAAAIQjI+py+0NgIlxykBvxdTaAgAh+QQFAwABACwAAAAACgAKAAACD4yPqcvtjwAwksoZar7WFgAh+QQFAwABACwAAAYAAgABAAACAgQKACH5BAUDAAEALAAABQAGAAIAAAIEBIKJVgAh+QQFAwABACwAAAQACgADAAACBgSCqctrBQAh+QQFAwABACwEAAUABgABAAACAwQSVgAh+QQFAwABACwAAAMACgACAAACBQSCqYtQACH5BAUDAAEALAAAAgAJAAMAAAIHBIKpu4ZQAAAh+QQFAwABACwIAAMAAgABAAACAgQKACH5BAUDAAEALAAAAQAKAAMAAAIHBIKpG6aeCgAh+QQJAwABACwAAAAAAgABAAACAgQKACH5BAUDAAEALAAAAAAKAAoAAAILjI95AMgKo5y00gIAIfkECQMAAQAsAAAAAAoAAgAAAgWMbwDIUQAh+QQJAwABACwAAAAACgAKAAACC4xvAIjKD6OctNYCACH5BAkDAAEALAAAAAAKAAoAAAIUjI95AGrMXgtwRgqlvDzjbYWdVAAAIfkECQMAAQAsAAAAAAoACgAAAhSMj3kAahxalAzOVzG2PN/ZbdRYAAAh+QQJAwABACwAAAAACgAKAAACE4yPqQuAbRoMUzp6bcxy78qBWwEAIfkECQMAAQAsAAAAAAoACgAAAhOMj6kLgG3gkY26UK+1sfbOYUABACH5BAkDAAEALAAAAAAKAAoAAAITjI+pC4Bt4JEyutDozbtr+2FAAQAh+QQJAwABACwAAAAACgAKAAACEYyPqcsGgJ6DR4ZnM55Td6oVACH5BAkDAAEALAAAAAAKAAoAAAIRjI+pywaAnoNHBjun3Y9yPhUAIfkEBQMAAQAsAAAAAAoACgAAAhGMj6nLDGAekoFGWB+menvuFQAh+QQFAwABACwAAAAAAQABAAACAkwBACH5BAUDAAEALAEAAwAFAAQAAAIGjAGmG6kFACH5BAUDAAEALAAAAwAKAAQAAAIIjG8AyM3rQgEAIfkEBQMAAQAsBAACAAIAAQAAAgIECgAh+QQFAwABACwJAAIAAQABAAACAkQBACH5BAUDAAEALAgAAgABAAEAAAICRAEAIfkEBQMAAQAsAAABAAYABQAAAgeMA3DLnVsAACH5BAUDAAEALAkAAQABAAEAAAICRAEAIfkEBQMAAQAsCAABAAEAAQAAAgJEAQAh+QQFAwABACwEAAAAAgABAAACAgQKACH5BAkDAAEALAAAAAAKAAYAAAIIjG8AyO0PYygAIfkECQMAAQAsAAAAAAoACgAAAhGMjwhgqxzckbLBGi9MvPt/FAAh+QQJAwABACwAAAAACgAKAAACFIyPeQDI9lYLEc5KL9M2+m11XFYAACH5BAkDAAEALAAAAAAKAAoAAAITjI+pC4Bt4JEyutDozbtr+2FAAQAh+QQJAwABACwAAAAACgAKAAACEoyPqasA5lAMEz7q7sy6b99ZBQAh+QQJAwABACwAAAAACgAKAAACEYyPqcsGgJ6DR4ZnM55Td6oVACH5BAkDAAEALAAAAAAKAAoAAAIRjI+py30AEDTzxQCrzvRmDxYAIfkECQMAAQAsAAAAAAoACgAAAhGMj6nL3QAMRDPAiq+MVvddAAAh+QQJAwABACwAAAAACgAKAAACEIyPqcvtDYCJccpAb8XU2gIAIfkECQMAAQAsAAAAAAoACgAAAhGMj6nL7QmAitHUQCXW2XJQAAAh+QQFAwABACwAAAAACgAKAAACEIyPqcudABg8kdYZIN7a8AIAIfkEBQMAAQAsBAAGAAYAAQAAAgNEDlAAIfkEBQMAAQAsAAAEAAYAAgAAAgQEgolWACH5BAUDAAEALAAAAwAKAAMAAAIHBIKpaOthCgAh+QQFAwABACwEAAMABgACAAACBASCiVYAIfkEBQMAAQAsAAACAAoAAgAAAgUEgqkbVgAh+QQFAwABACwAAAEABgACAAACBASCiVYAIfkEBQMAAQAsAAAAAAoAAwAAAgcEgqlo62EKACH5BAkDAAEALAAAAAAKAAIAAAIFjI95AAUAIfkECQMAAQAsAAAAAAoACgAAAg2MA3CobLminLTai2kBACH5BAkDAAEALAAAAAAKAAoAAAITjG8AqKkbWnzOyUunhRjvOnlTAQAh+QQJAwABACwAAAAACgAKAAACFIyPeQDR/hgzE9YracxQY7+BmlYAACH5BAkDAAEALAAAAAAKAAoAAAIUjI+pB2DdngtwRgqlvDzjbYWdVAAAIfkECQMAAQAsAAAAAAoACgAAAhOMj6kLgG0aDFM6em3Mcu/KgVsBACH5BAkDAAEALAAAAAAKAAoAAAISjI+pywaAnnswSEvnvDzjXXUFACH5BAkDAAEALAAAAAAKAAoAAAISjI+pyw0G4gsRSmsrnZJ7DQIFACH5BAkDAAEALAAAAAAKAAoAAAISjI+py30AEDRwBlvj1Zny6nkFACH5BAkDAAEALAAAAAAKAAoAAAIRjI+py+0HAIom0nCtxFvXDhQAIfkECQMAAQAsAAAAAAoACgAAAhCMj6nL7W+ABJGGaWXVN4MCACH5BAUDAAEALAAAAAAKAAoAAAIQjI+py+0JAIuGhmgzrvKCAgA7");
+ }
+
+ .yvp-content .yvp-main .yvp-mute-indicator:hover {
+ cursor: pointer
+ }
+
+ .yvp-content .yvp-main .yvp-docked-close-button {
+ position: absolute;
+ opacity: 0;
+ visibility: hidden;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+YnV0dG9uLWNsb3NlPC90aXRsZT48ZGVmcz48ZmlsdGVyIHg9Ii01MCUiIHk9Ii01MCUiIHdpZHRoPSIyMDAlIiBoZWlnaHQ9IjIwMCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImEiPjxmZU9mZnNldCBkeD0iMSIgZHk9IjEiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIuNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjM1IDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIiByZXN1bHQ9InNoYWRvd01hdHJpeE91dGVyMSIvPjxmZU1lcmdlPjxmZU1lcmdlTm9kZSBpbj0ic2hhZG93TWF0cml4T3V0ZXIxIi8+PGZlTWVyZ2VOb2RlIGluPSJTb3VyY2VHcmFwaGljIi8+PC9mZU1lcmdlPjwvZmlsdGVyPjwvZGVmcz48cGF0aCBkPSJNMTIuMDI1IDEwLjYxTDYuNzE4IDUuMzAzYy0uMzg1LS4zODQtMS4wMi0uMzg2LTEuNDEuMDA0LS4zOTQuMzkzLS4zOTMgMS4wMjItLjAwNSAxLjQxbDUuMzA3IDUuMzA4LTUuMzA3IDUuMzA3Yy0uMzg0LjM4NC0uMzg2IDEuMDIuMDA0IDEuNDEuMzkzLjM5MyAxLjAyMi4zOTIgMS40MS4wMDRsNS4zMDgtNS4zMDcgNS4zMDcgNS4zMDZjLjM4NC4zODQgMS4wMi4zODcgMS40MS0uMDA0LjM5My0uMzkzLjM5Mi0xLjAyMi4wMDQtMS40MWwtNS4zMDctNS4zMDcgNS4zMDYtNS4zMDdjLjM4NC0uMzg1LjM4Ny0xLjAyLS4wMDQtMS40MS0uMzkzLS4zOTQtMS4wMjItLjM5My0xLjQxLS4wMDVsLTUuMzA3IDUuMzA3eiIgZmlsdGVyPSJ1cmwoI2EpIiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
+ background-size: 100%;
+ background-color: transparent;
+ z-index: 32;
+ width: 24px;
+ height: 24px;
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ border-radius: 0;
+ right: -3px;
+ cursor: pointer
+ }
+
+ .yvp-content.yvp-state-fullscreen .yvp-main .yvp-mute-indicator {
+ margin: 0 15px 15px 0
+ }
+
+ .yvp-content.yvp-state-fullscreen .yvp-main .yvp-docked-close-button {
+ visibility: hidden
+ }
+
+ .yvp-overlay-hide-cursor {
+ position: absolute;
+ display: block;
+ z-index: 30;
+ cursor: none;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0
+ }
+
+ .yvp-custom-controls {
+ position: absolute;
+ z-index: 29;
+ display: none;
+ height: 100%;
+ width: 100%
+ }
+
+ #Stencil .channel-applet-wrap.mode-embedtron .yvp-content {
+ z-index: 5
+ }
+
+ html[dir='rtl'] .yvp-settings-caret-icon.right {
+ -webkit-transform: rotate(180deg);
+ -moz-transform: rotate(180deg);
+ -ms-transform: rotate(180deg);
+ -o-transform: rotate(180deg);
+ transform: rotate(180deg);
+ left: 0;
+ right: 2px
+ }
+
+ html[dir='rtl'] .yvp-settings-caret-icon.left {
+ -webkit-transform: rotate(180deg);
+ -moz-transform: rotate(180deg);
+ -ms-transform: rotate(180deg);
+ -o-transform: rotate(180deg);
+ transform: rotate(180deg)
+ }
+
+ html[dir='rtl'] .yvp-cc-feedback-link {
+ float: left
+ }
+
+ html[dir='rtl'] .yvp-cc-options-more .effects {
+ margin-left: 0;
+ margin-right: 90px
+ }
+
+ html[dir='rtl'] .yvp-cc-options-more .bgcolorpicker {
+ margin-left: 0;
+ margin-right: 65px
+ }
+
+ html[dir='rtl'] .yvp-cc-options-more .fontcolorpicker {
+ margin-left: 0;
+ margin-right: 65px
+ }
+
+ html[dir='rtl'] .yvp-cc-options-more .yvp-cc-style-preview {
+ margin: 40px 85px 20px 0
+ }
+
+ @-moz-keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @-webkit-keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @-o-keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @-ms-keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @-moz-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-webkit-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-o-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-ms-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+ </style>
+ <style type="text/css">
+ .yvp-flag-casting .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-chromecast-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbi1jaHJvbWVjYXN0LW9uPC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMC4wMDMgMGgtMTZjLTEuMTA1IDAtMiAuODk1LTIgMnYxLjMwM2MuNjg3LjE0IDEuMzUuMzQyIDIgLjU3MlYyaDE2djEwaC03LjI2Yy4yOC42NDQuNTEgMS4zMTQuNzAyIDJoNi41NThjMS4xMDQgMCAyLS44OTUgMi0yVjJjMC0xLjEwNS0uODk2LTItMi0yIi8+PHBhdGggZD0iTTExLjY5IDEwSDE4VjRINnYuNzNjMi4zMjcgMS4yMyA0LjI5IDMuMDU0IDUuNjkgNS4yN3pNNi40MSAxNmMtLjM5NSAwLS43NjgtLjIzMy0uOTI3LS42Mi0uODUtMi4wNzMtMi42MTYtMy42My00LjcyNi00LjE2Ni0uNTM1LS4xMzctLjg2LS42OC0uNzIzLTEuMjE2LjEzNS0uNTM1LjY4LS44NTUgMS4yMTUtLjcyNCAyLjcyLjY5MiA0Ljk5NSAyLjY5IDYuMDg0IDUuMzQ3LjIxLjUxMi0uMDM2IDEuMDk2LS41NDYgMS4zMDYtLjEyNS4wNS0uMjUzLjA3NC0uMzguMDc0Ii8+PHBhdGggZD0iTTEwLjYxNyAxNmMtLjQ0NSAwLS44NS0uMjk4LS45NjctLjc0OC0xLjEtNC4yMi00LjU1Ny03LjQwMi04LjgxLTguMTA1LS41NDUtLjA5LS45MTQtLjYwNS0uODI0LTEuMTUuMDktLjU0NS42MDQtLjkyNCAxLjE1LS44MjMgNS4wMzIuODMgOS4xMiA0LjU5IDEwLjQyIDkuNTc0LjEzOC41MzQtLjE4MiAxLjA4LS43MTcgMS4yMi0uMDg1LjAyLS4xNy4wMzItLjI1My4wMzJNMi40NDYgMTQuNDljLjAwNC4wMDQuMDA3LjAxLjAxLjAxNS4wOTcuMTcyLjE0LjM2LjEzLjU0NC0uMDEuMTgtLjA2Ny4zNi0uMTc1LjUxNy0uMDgyLjEyLS4xOTIuMjI1LS4zMjguMzAyLS4xNTguMDktLjMyNy4xMTQtLjQ5Ni4xMTRILjAydi0xLjQ2NmMtLjAwMi0uMTcuMDI1LS4zMzguMTE0LS40OTYuMjc0LS40OC44ODQtLjY0NiAxLjM2NC0uMzc0LjI1LjE0My40NC4zMi41OTMuNDZsLjE0LjEyN2MuMDg4LjA3NC4xNi4xNi4yMTYuMjU0eiIvPjwvZz48L3N2Zz4=")
+ }
+
+ .yvp-drag .yvp-handle,
+ .yvp-drag .yvp-playback-bar {
+ -webkit-transition: none !important;
+ -moz-transition: none !important;
+ -o-transition: none !important;
+ transition: none !important
+ }
+
+ .yvp-mode-ad .yvp-top-bar .yvp-ad,
+ .yvp-mode-vpaid .yvp-top-bar .yvp-ad {
+ display: block
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar,
+ .yvp-mode-vpaid .yvp-bottom-bar {
+ height: 44px;
+ background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.1) 25%, rgba(18, 23, 23, 0.5) 100%);
+ background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.1) 25%, rgba(18, 23, 23, 0.5) 100%);
+ background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.1) 25%, rgba(18, 23, 23, 0.5) 100%);
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-bottom-container,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-bottom-container {
+ top: 0
+ }
+
+ .yvp-mode-ad .yvp-playing-item-title.yvp-title-standard,
+ .yvp-mode-vpaid .yvp-playing-item-title.yvp-title-standard {
+ opacity: 0;
+ z-index: 0
+ }
+
+ .yvp-playing-item-title {
+ display: block;
+ position: absolute;
+ opacity: 0;
+ }
+
+ .yvp-playing-item-title.yvp-title-standard {
+ left: 0;
+ top: 0;
+ box-sizing: border-box;
+ width: 100%;
+ padding: 10px 0 0 16px;
+ color: #fff;
+ background-image: -webkit-linear-gradient(-180deg, rgba(18, 23, 23, 0.8) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
+ background-image: -o-linear-gradient(-180deg, rgba(18, 23, 23, 0.8) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
+ background-image: linear-gradient(-180deg, rgba(18, 23, 23, 0.8) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
+ font-weight: 500;
+ font-size: 22px;
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
+ line-height: 24px;
+ z-index: 30;
+ opacity: 1;
+ -webkit-transition: opacity .6s ease-out .1s;
+ -moz-transition: opacity .6s ease-out .1s;
+ -o-transition: opacity .6s ease-out .1s;
+ transition: opacity .6s ease-out .1s;
+ }
+
+ .yvp-playing-item-title.yvp-title-standard.yvp-live {
+ padding: 48px 0 0 16px
+ }
+
+ .yvp-playing-item-title.yvp-title-standard.yvp-hide {
+ opacity: 0;
+ z-index: 0;
+ -webkit-transition: all .3s ease-out .1s;
+ -moz-transition: all .3s ease-out .1s;
+ -o-transition: all .3s ease-out .1s;
+ transition: all .3s ease-out .1s
+ }
+
+ .yvp-top-bar {
+ position: absolute;
+ z-index: 31;
+ width: 100%;
+ top: 0;
+ height: 0;
+ }
+
+ .yvp-top-bar .yvp-ad {
+ display: none;
+ position: absolute;
+ top: 14px;
+ left: 24px;
+ color: #fff;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-size: 14px
+ }
+
+ .yvp-top-bar .yvp-content-type {
+ display: block;
+ opacity: 1;
+ height: auto;
+ left: 16px;
+ top: 16px;
+ position: absolute;
+ padding: 5px 10px 5px 10px;
+ border-radius: 2px;
+ background-color: #7300ff;
+ background-image: -webkit-linear-gradient(45deg, #ff3541 0%, #ff6230 100%);
+ background-image: -o-linear-gradient(45deg, #ff3541 0%, #ff6230 100%);
+ background-image: linear-gradient(45deg, #ff3541 0%, #ff6230 100%);
+ font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif;
+ color: #fff;
+ text-shadow: none;
+ text-transform: uppercase;
+ letter-spacing: .6px;
+ font-weight: normal;
+ font-size: 10px;
+ }
+
+ .yvp-top-bar .yvp-content-type.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar {
+ position: absolute;
+ background-color: transparent;
+ background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100px;
+ z-index: 30;
+ cursor: auto;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container {
+ display: block;
+ position: relative;
+ top: 56px;
+ height: 44px;
+ margin: 0 10px 0 10px;
+ cursor: auto;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls {
+ display: inline-block;
+ margin-top: 10px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ float: right;
+ opacity: 1;
+ -webkit-transition: opacity .4s linear;
+ -moz-transition: opacity .4s linear;
+ -o-transition: opacity .4s linear;
+ transition: opacity .4s linear;
+ direction: ltr;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .button {
+ height: 24px;
+ width: 24px;
+ bottom: 0;
+ background-position: center;
+ background-repeat: no-repeat;
+ float: none;
+ display: inline-block;
+ position: relative;
+ margin-left: 4px;
+ cursor: pointer
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZnVsbHNjcmVlbjwvdGl0bGU+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNzAuNzg1IDUwLjYyMmMtLjExLTEuOTYtMS43MzYtMy40NjYtMy44NC0zLjQzaC0uMDAzYy0yIC4xMTQtMy41NDIgMS44NC0zLjQzMyAzLjgxNGwuMjEyIDYuNDEtMTEuMTA3LTEwLjcyNy01LjA2IDUuMjQ0IDExLjEwMyAxMC43MjItNi41My4wMTNjLTEuOTU3LjAzMy0zLjUzIDEuNTk4LTMuNTc4IDMuNTcyLS4wMiAxLjAwNC4zOSAxLjk5IDEuMTIyIDIuNjk2LjY2LjYzIDEuNTI0Ljk5NiAyLjQ2IDEuMDE3bDE5LjUxMi4xNzQtLjg2LTE5LjUwOE00Mi4yMjQgMzYuNzQ1bC0xMS4xMS0xMC43MyA2LjUzMi0uMDFjMS45NTgtLjAzMyAzLjUyNy0xLjU5NyAzLjU4LTMuNTY4LjAxOC0xLjAxLS4zOS0xLjk5My0xLjExNS0yLjY5Ni0uNjYzLS42MzctMS41My0xLTIuNDY4LTEuMDJsLTE5LjUxLS4xNzQuODU4IDE5LjUxYy4xMSAxLjk1OCAxLjczNiAzLjQ2MyAzLjgzNiAzLjQyNmguMDAzYy45NzItLjA1NCAxLjg2Ny0uNDg0IDIuNTE1LTEuMjEuNjUtLjczLjk3OC0xLjY2Ny45Mi0yLjZsLS4yMTItNi40MTJMMzcuMTYgNDEuOTg2bDUuMDY0LTUuMjQiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ left: 0;
+ opacity: .8;
+ cursor: pointer;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn.fullscreen {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZXhpdC1mdWxsc2NyZWVuPC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00Ny4xOTMgNjUuNzUyYy4wNzMgMS45MTcgMS42MzYgMy40MTQgMy42OSAzLjQxNGguMDA0YzEuOTU3LS4wNzYgMy40OS0xLjczNCAzLjQxOC0zLjY2NWwtLjEtNi4yNjIgMTAuNjY2IDEwLjY2NCA1LjAzMi01LjAzNS0xMC42Ni0xMC42NiA2LjM3NS4wOThjMS45MTMgMCAzLjQ3Ni0xLjUgMy41NTYtMy40My4wMzctLjk4LS4zNDYtMS45NDgtMS4wNS0yLjY1LS42MzMtLjYyOC0xLjQ3LTEtMi4zODUtMS4wMzZsLTE5LjA1Mi0uNTA0LjUwNyAxOS4wNjZNMTcuNTQgMjIuNTdsMTAuNjY3IDEwLjY3LTYuMzgtLjEwM2MtMS45MTIgMC0zLjQ3MiAxLjUtMy41NTUgMy40MjQtLjAzNy45OS4zNDYgMS45NTQgMS4wNDIgMi42NTQuNjM3LjYzNCAxLjQ4IDEuMDAyIDIuMzkzIDEuMDM4bDE5LjA1Mi41MDMtLjUwOC0xOS4wN2MtLjA3My0xLjkxMi0xLjYzNi0zLjQxLTMuNjg3LTMuNDFoLS4wMDRjLS45NS4wMzctMS44My40NC0yLjQ3NiAxLjE0LS42NS43LS45ODQgMS42MS0uOTQ0IDIuNTIybC4xIDYuMjY2TDIyLjU3MyAxNy41NGwtNS4wMzUgNS4wMyIvPjwvZz48L3N2Zz4=");
+ background-size: 100%
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-chromecast-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbi1jaHJvbWVjYXN0PC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMC4wMDMgMGgtMTZjLTEuMTA1IDAtMiAuODk1LTIgMnYxLjMwM2MuNjg3LjE0IDEuMzUuMzQyIDIgLjU3MlYyaDE2djEwaC03LjI2Yy4yOC42NDQuNTEgMS4zMTQuNzAyIDJoNi41NThjMS4xMDQgMCAyLS44OTUgMi0yVjJjMC0xLjEwNS0uODk2LTItMi0yTTYuNDEgMTZjLS4zOTUgMC0uNzY4LS4yMzMtLjkyNy0uNjItLjg1LTIuMDczLTIuNjE2LTMuNjMtNC43MjYtNC4xNjYtLjUzNS0uMTM3LS44Ni0uNjgtLjcyMy0xLjIxNi4xMzUtLjUzNS42OC0uODU1IDEuMjE1LS43MjQgMi43Mi42OTIgNC45OTUgMi42OSA2LjA4NCA1LjM0Ny4yMS41MTItLjAzNiAxLjA5Ni0uNTQ2IDEuMzA2LS4xMjUuMDUtLjI1My4wNzQtLjM4LjA3NCIvPjxwYXRoIGQ9Ik0xMC42MTcgMTZjLS40NDUgMC0uODUtLjI5OC0uOTY3LS43NDgtMS4xLTQuMjItNC41NTctNy40MDItOC44MS04LjEwNS0uNTQ1LS4wOS0uOTE0LS42MDUtLjgyNC0xLjE1LjA5LS41NDUuNjA0LS45MjQgMS4xNS0uODIzIDUuMDMyLjgzIDkuMTIgNC41OSAxMC40MiA5LjU3NC4xMzguNTM0LS4xODIgMS4wOC0uNzE3IDEuMjItLjA4NS4wMi0uMTcuMDMyLS4yNTMuMDMyTTIuNDQ2IDE0LjQ5Yy4wMDQuMDA0LjAwNy4wMS4wMS4wMTUuMDk3LjE3Mi4xNC4zNi4xMy41NDQtLjAxLjE4LS4wNjcuMzYtLjE3NS41MTctLjA4Mi4xMi0uMTkyLjIyNS0uMzI4LjMwMi0uMTU4LjA5LS4zMjcuMTE0LS40OTYuMTE0SC4wMnYtMS40NjZjLS4wMDItLjE3LjAyNS0uMzM4LjExNC0uNDk2LjI3NC0uNDguODg0LS42NDYgMS4zNjQtLjM3NC4yNS4xNDMuNDQuMzIuNTkzLjQ2bC4xNC4xMjdjLjA4OC4wNzQuMTYuMTYuMjE2LjI1NHoiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ opacity: .8;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-chromecast-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-play-controls {
+ display: block;
+ top: 0;
+ left: 0;
+ padding-top: 10px;
+ opacity: 1;
+ -webkit-transition: opacity .4s linear;
+ -moz-transition: opacity .4s linear;
+ -o-transition: opacity .4s linear;
+ transition: opacity .4s linear;
+ direction: ltr
+ }
+
+ .yvp-bottom-bar .yvp-play-btn {
+ position: relative;
+ display: inline-block;
+ background-position: 50% 50%;
+ background-size: 100%;
+ bottom: 0;
+ left: 0;
+ margin-top: 0;
+ margin-left: -4px;
+ width: 24px;
+ height: 24px;
+ cursor: pointer
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container {
+ bottom: 0;
+ left: 0;
+ margin-left: 4px;
+ width: 24px;
+ height: 24px;
+ display: inline-block;
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container.disabled {
+ opacity: .25;
+ pointer-events: none
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn {
+ position: relative;
+ background-position: 50% 50%;
+ background-size: 100%;
+ top: 0;
+ left: 0;
+ width: 24px;
+ height: 24px;
+ z-index: 2;
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn:hover {
+ cursor: pointer
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-playlist {
+ z-index: 1;
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-playlist.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-time-container {
+ display: inline-block;
+ position: relative;
+ left: 0;
+ top: -8px;
+ font-size: 11px;
+ margin-left: 4px;
+ }
+
+ .yvp-bottom-bar .yvp-time-container.yvp-hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-current-time,
+ .yvp-bottom-bar .yvp-vs-time,
+ .yvp-bottom-bar .yvp-total-time {
+ font-size: 11px;
+ display: inline-block;
+ }
+
+ .yvp-bottom-bar .yvp-current-time.yvp-hide,
+ .yvp-bottom-bar .yvp-vs-time.yvp-hide,
+ .yvp-bottom-bar .yvp-total-time.yvp-hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-current-time,
+ .yvp-bottom-bar .yvp-total-time {
+ position: relative;
+ top: 0;
+ left: 0 !important;
+ margin-left: 0;
+ padding: 0;
+ width: auto;
+ background-color: transparent;
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
+ }
+
+ .yvp-bottom-bar .yvp-current-time,
+ .yvp-bottom-bar .yvp-total-time {
+ color: rgba(255, 255, 255, 0.8);
+ }
+
+ .yvp-bottom-bar .yvp-current-time:hover,
+ .yvp-bottom-bar .yvp-total-time:hover {
+ color: rgba(255, 255, 255, 0.8)
+ }
+
+ .yvp-bottom-bar .yvp-vs-time {
+ position: absolute;
+ bottom: 3px;
+ left: 34px;
+ width: 44px;
+ background-color: rgba(0, 0, 0, 0.3);
+ color: #fff;
+ text-shadow: 1px 1px 2px #000;
+ border-radius: 2px;
+ padding: 3px 0;
+ font-size: 11px;
+ text-align: center
+ }
+
+ .yvp-bottom-bar .yvp-slider.yvp-disable {
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-bottom-bar .yvp-slider,
+ .yvp-bottom-bar .yvp-handle,
+ .yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-bottom-bar .yvp-playback-bar {
+ position: absolute;
+ height: 4px;
+ bottom: 44px;
+ border: 0;
+ border-radius: 3px;
+ opacity: 1;
+ direction: ltr;
+ max-width: 100%
+ }
+
+ .yvp-bottom-bar .yvp-slider.yvp-thick-slider {
+ height: 6px;
+ bottom: 43px;
+ }
+
+ .yvp-bottom-bar .yvp-slider.yvp-thick-slider .yvp-buffer-bar,
+ .yvp-bottom-bar .yvp-slider.yvp-thick-slider .yvp-playback-bar {
+ height: 6px;
+ bottom: 43px
+ }
+
+ .yvp-bottom-bar .yvp-slider.yvp-thick-slider .yvp-handle {
+ margin-top: -3px
+ }
+
+ .yvp-bottom-bar .yvp-playback-bar {
+ top: 0;
+ background-color: #7300ff;
+ background-image: -webkit-linear-gradient(to right, #7300ff 0%, #188fff 100%);
+ background-image: -o-linear-gradient(to right, #7300ff 0%, #188fff 100%);
+ background-image: linear-gradient(to right, #7300ff 0%, #188fff 100%);
+ opacity: .8
+ }
+
+ .yvp-bottom-bar .yvp-slider {
+ width: 100%;
+ position: absolute;
+ background: rgba(255, 255, 255, 0.2);
+ border-radius: 3px;
+ border-color: transparent;
+ cursor: pointer;
+ }
+
+ .yvp-bottom-bar .yvp-slider .yvp-slider-extension {
+ position: absolute;
+ width: 100%;
+ height: 16px;
+ top: -6px
+ }
+
+ .yvp-bottom-bar .yvp-buffer-bar {
+ top: 0;
+ background: rgba(255, 255, 255, 0.2)
+ }
+
+ .yvp-bottom-bar .yvp-visual-seek {
+ display: none;
+ position: absolute;
+ top: -71px;
+ width: 112px;
+ height: 63px;
+ margin-left: -57px;
+ background-color: #000;
+ border: 0;
+ z-index: 2;
+ pointer-events: none;
+ text-align: center
+ }
+
+ .yvp-bottom-bar .yvp-handle {
+ position: absolute;
+ top: 0;
+ width: 12px;
+ height: 12px;
+ border: 0;
+ border-radius: 50%;
+ background-color: #fff;
+ margin-top: -4px;
+ margin-left: -6px;
+ background-image: none;
+ display: none;
+ z-index: 3;
+ }
+
+ .yvp-bottom-bar .yvp-handle.active {
+ display: block
+ }
+
+ .yvp-bottom-bar .yvp-ad-break {
+ background-color: rgba(204, 204, 204, 0.5);
+ position: absolute;
+ top: 0;
+ width: 3px;
+ height: 100%;
+ }
+
+ .yvp-bottom-bar .yvp-ad-break:hover {
+ background-color: rgba(255, 255, 255, 0.5)
+ }
+
+ .yvp-bottom-bar .yvp-ad-break.occurred {
+ background-color: rgba(0, 0, 0, 0.25)
+ }
+
+ .yvp-bottom-bar .yvp-fullscreen-btn-replacement {
+ width: 9px;
+ height: 30px;
+ position: relative;
+ float: right
+ }
+
+ .yvp-bottom-bar.yvp-bottom-upnext {
+ height: 100%;
+ opacity: .55;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear;
+ background: rgba(18, 23, 23, 0.55);
+ }
+
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-slider {
+ opacity: 0;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear;
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-playlist-item {
+ -webkit-transform: translateX(0) scale(1, 1);
+ -moz-transform: translateX(0) scale(1, 1);
+ -ms-transform: translateX(0) scale(1, 1);
+ -o-transform: translateX(0) scale(1, 1);
+ transform: translateX(0) scale(1, 1);
+ -webkit-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ -moz-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ -o-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ transition: transform 420ms cubic-bezier(0, .4, .1, 1)
+ }
+
+ .yvp-bottom-bar.yvp-drag .yvp-play-controls,
+ .yvp-bottom-bar.yvp-drag .yvp-menu-controls {
+ opacity: 0;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear
+ }
+
+ .yvp-ie9 .yvp-playback-bar {
+ filter: progid: DXImageTransform.Microsoft.gradient(gradientType: 1, startColorStr=#AA7300FF, endColorStr=#FF0087FF)
+ }
+
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-menu-controls .button,
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn,
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-menu-controls .yvp-chromecast-btn,
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn {
+ opacity: .2;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear;
+ pointer-events: none
+ }
+
+ .yvp-state-video .yvp-bottom-bar .yvp-play-btn,
+ .yvp-flag-casting .yvp-bottom-bar .yvp-play-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi43ODYgMTguOTkzSDYuNzRjLS40MTQgMC0uNzUtLjM0NC0uNzUtLjc1VjUuNzczYzAtLjQxNS4zMzMtLjc1Ljc1LS43NS4xNjYgMCAuMzIuMDU0LjQ0My4xNDZsMTAuNTEgNi4wNjdjLjM2LjIxLjQ5LjY2Ny4yOCAxLjAyOC0uMDU0LjA5My0uMTI0LjE3LS4yMDYuMjMtLjAzNi4wMzItLjA3Ni4wNjItLjEyLjA4OGwtMTAuNDg1IDYuM2MtLjExOC4wNy0uMjQ3LjEwNy0uMzc2LjExeiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
+ opacity: .8;
+ }
+
+ .yvp-state-video .yvp-bottom-bar .yvp-play-btn:hover,
+ .yvp-flag-casting .yvp-bottom-bar .yvp-play-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-state-video.yvp-flag-playing .yvp-bottom-bar .yvp-play-btn,
+ .yvp-flag-casting.yvp-cast-playing .yvp-bottom-bar .yvp-play-btn {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnBhdXNlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJwYXVzZSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJSZWN0YW5nbGUtMTMxLSstUmVjdGFuZ2xlLTEzMS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAwMDAwMCwgNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTMxLUNvcHkiIHg9IjguNSIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMTQiIHJ4PSIxLjUiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMS40OTgyNDUyNCBDMC41LDAuNjcwNzg3MjQyIDEuMTY1Nzk3MjMsMCAyLDAgTDIsMCBDMi44Mjg0MjcxMiwwIDMuNSwwLjY3NTI0OTEgMy41LDEuNDk4MjQ1MjQgTDMuNSwxMi41MDE3NTQ4IEMzLjUsMTMuMzI5MjEyOCAyLjgzNDIwMjc3LDE0IDIsMTQgTDIsMTQgQzEuMTcxNTcyODgsMTQgMC41LDEzLjMyNDc1MDkgMC41LDEyLjUwMTc1NDggTDAuNSwxLjQ5ODI0NTI0IFoiIGlkPSJSZWN0YW5nbGUtMTMxLUNvcHkiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
+ opacity: .8;
+ }
+
+ .yvp-state-video.yvp-flag-playing .yvp-bottom-bar .yvp-play-btn:hover,
+ .yvp-flag-casting.yvp-cast-playing .yvp-bottom-bar .yvp-play-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar .yvp-play-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNi44NyAxNS41NDVjLS4xMS0uMTk3LS4yNzQtLjM0NS0uNDctLjQyNS0uMjA0LS4wOS0uNDUtLjA5LS42MS0uMDQtLjEwNy4wMjUtLjIwNS4wNjgtLjMyNy4xNDctLjA3Mi4wNS0uMTcyLjE1LS4yMTYuMjA0LS43NzYgMS4wMTgtMS45OTcgMS42MjctMy4yNjYgMS42MjctMi4yNDQgMC00LjA3LTEuODItNC4wNy00LjA1MyAwLTIuMTMzIDEuNzg3LTMuOTQ3IDMuOTgtNC4wNDNsLjUyLS4wMTNWN2wtLjU1Mi4wMTNDOC41NzMgNy4xMyA2IDkuNzYgNiAxMy4wMDNjMCAzLjMxMiAyLjY5MyA2LjAwNCA2LjAwNSA2LjAwNCAxLjg2NCAwIDMuNTktLjg0NSA0LjctMi4yOGwuMDctLjA5Yy4wMy0uMDQyLjA1My0uMDgyLjA3LS4xMDguMTA0LS4xNjguMTU1LS4zMzQuMTU1LS41MSAwLS4xNi0uMDQzLS4zMi0uMTMtLjQ3NSIvPjxwYXRoIGQ9Ik0xMi4zMTIgMTEuMDA4Yy0uMTcyIDAtLjMxMi0uMTUtLjMxMi0uMzIzVjUuMzIzYzAtLjE4LjEzOC0uMzIzLjMxMi0uMzIzLjA2OCAwIC4xMzIuMDI0LjE4NC4wNjNsNC4zNjUgMi42MWMuMTUyLjA5LjIwNC4yODYuMTE4LjQ0LS4wMjIuMDQtLjA1Mi4wNzUtLjA4Ni4xLS4wMTUuMDE0LS4wMzIuMDI3LS4wNS4wMzhsLTQuMzU1IDIuNzFjLS4wNS4wMy0uMTAzLjA0Ni0uMTU2LjA0OGgtLjAxOHoiLz48L2c+PC9zdmc+");
+ opacity: .8;
+ background-size: 95%;
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar .yvp-play-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-state-video .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+dXBuZXh0PC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMi4wOTIgNjYuMDIzbC0uMTMuMDAyYy0yLjAyNCAwLTMuNjY1LTEuNjQ1LTMuNjY1LTMuNjc2VjI1LjdjMC0xLjU1NS45NjYtMi44ODQgMi4zMjYtMy40MiAxLjA1OC0uNDY2IDIuMzE0LS40NCAzLjM4Ny4xOGwzMS42MDggMTguMjVjLjQ2LjI2NS44NDIuNjEzIDEuMTM4IDEuMDE1LjEuMTMyLjE5NS4yNzIuMjguNDIgMS4wNjMgMS44NC40MzQgNC4xOTUtMS40MTcgNS4yNjRMMjQuMjYgNjUuNTFjLS42ODMuMzk1LTEuNDM4LjU1Ny0yLjE3LjUxek02Mi4zMzMgMjIuMDA0YzAtMi4wMjcgMS42NDYtMy42NyAzLjY2Ny0zLjY3IDIuMDI1IDAgMy42NjcgMS42NSAzLjY2NyAzLjY3djQzLjk5MmMwIDIuMDI3LTEuNjQ2IDMuNjctMy42NjcgMy42Ny0yLjAyNSAwLTMuNjY3LTEuNjUtMy42NjctMy42N1YyMi4wMDR6Ii8+PC9nPjwvc3ZnPg==");
+ opacity: .8;
+ display: inline-block;
+ }
+
+ .yvp-state-video .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-state-start-screen .yvp-top-bar .yvp-content-type {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar .yvp-visual-seek {
+ display: none !important
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar .yvp-slider {
+ pointer-events: none
+ }
+
+ .yvp-state-end-screen .yvp-playing-item-title.yvp-title-standard {
+ opacity: 0;
+ z-index: 0
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-play-controls {
+ padding-top: 7px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-play-btn {
+ opacity: 1;
+ width: 30px;
+ height: 30px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn {
+ opacity: 1
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-time-container {
+ top: -10px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-current-time,
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-vs-time,
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-total-time {
+ font-size: 14px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-handle {
+ width: 14px;
+ height: 14px;
+ margin-top: -5px;
+ display: block
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls {
+ margin-top: 7px;
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .button {
+ width: 30px;
+ height: 30px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn {
+ opacity: 1;
+ margin-bottom: 0;
+ margin-right: 0
+ }
+
+ .yvp-state-video .yvp-bottom-bar {
+ display: block
+ }
+
+ .yvp-state-start-screen .yvp-bottom-bar,
+ .yvp-state-error .yvp-bottom-bar,
+ .yvp-state-end-screen .yvp-bottom-bar,
+ .yvp-state-loading .yvp-bottom-bar {
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-slider,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-slider,
+ .yvp-mode-ad .yvp-bottom-bar .yvp-handle,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-handle,
+ .yvp-mode-ad .yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-mode-ad .yvp-bottom-bar .yvp-playback-bar,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-playback-bar {
+ pointer-events: none;
+ height: 4px !important;
+ bottom: 0 !important;
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-handle,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-handle,
+ .yvp-mode-ad .yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-buffer-bar {
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-content-type,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-content-type {
+ display: block
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-ad-break,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-ad-break {
+ display: none
+ }
+
+ .yvp-cast-overlay {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ background-color: #000;
+ z-index: 50;
+ display: none;
+ color: #fff;
+ background-repeat: no-repeat;
+ background-size: cover;
+ }
+
+ .yvp-cast-overlay:after {
+ content: '';
+ background-color: rgba(0, 0, 0, 0.85);
+ display: block;
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ z-index: -1
+ }
+
+ .yvp-cast-overlay &gt;
+ div {
+ position: relative;
+ height: calc(100% - 70px);
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-header {
+ height: 25%;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ border-bottom: 1px solid #777
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-device-info {
+ margin-left: 50px;
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-device-info:before {
+ content: '';
+ float: left;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbi1jaHJvbWVjYXN0LW9uPC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMC4wMDMgMGgtMTZjLTEuMTA1IDAtMiAuODk1LTIgMnYxLjMwM2MuNjg3LjE0IDEuMzUuMzQyIDIgLjU3MlYyaDE2djEwaC03LjI2Yy4yOC42NDQuNTEgMS4zMTQuNzAyIDJoNi41NThjMS4xMDQgMCAyLS44OTUgMi0yVjJjMC0xLjEwNS0uODk2LTItMi0yIi8+PHBhdGggZD0iTTExLjY5IDEwSDE4VjRINnYuNzNjMi4zMjcgMS4yMyA0LjI5IDMuMDU0IDUuNjkgNS4yN3pNNi40MSAxNmMtLjM5NSAwLS43NjgtLjIzMy0uOTI3LS42Mi0uODUtMi4wNzMtMi42MTYtMy42My00LjcyNi00LjE2Ni0uNTM1LS4xMzctLjg2LS42OC0uNzIzLTEuMjE2LjEzNS0uNTM1LjY4LS44NTUgMS4yMTUtLjcyNCAyLjcyLjY5MiA0Ljk5NSAyLjY5IDYuMDg0IDUuMzQ3LjIxLjUxMi0uMDM2IDEuMDk2LS41NDYgMS4zMDYtLjEyNS4wNS0uMjUzLjA3NC0uMzguMDc0Ii8+PHBhdGggZD0iTTEwLjYxNyAxNmMtLjQ0NSAwLS44NS0uMjk4LS45NjctLjc0OC0xLjEtNC4yMi00LjU1Ny03LjQwMi04LjgxLTguMTA1LS41NDUtLjA5LS45MTQtLjYwNS0uODI0LTEuMTUuMDktLjU0NS42MDQtLjkyNCAxLjE1LS44MjMgNS4wMzIuODMgOS4xMiA0LjU5IDEwLjQyIDkuNTc0LjEzOC41MzQtLjE4MiAxLjA4LS43MTcgMS4yMi0uMDg1LjAyLS4xNy4wMzItLjI1My4wMzJNMi40NDYgMTQuNDljLjAwNC4wMDQuMDA3LjAxLjAxLjAxNS4wOTcuMTcyLjE0LjM2LjEzLjU0NC0uMDEuMTgtLjA2Ny4zNi0uMTc1LjUxNy0uMDgyLjEyLS4xOTIuMjI1LS4zMjguMzAyLS4xNTguMDktLjMyNy4xMTQtLjQ5Ni4xMTRILjAydi0xLjQ2NmMtLjAwMi0uMTcuMDI1LS4zMzguMTE0LS40OTYuMjc0LS40OC44ODQtLjY0NiAxLjM2NC0uMzc0LjI1LjE0My40NC4zMi41OTMuNDZsLjE0LjEyN2MuMDg4LjA3NC4xNi4xNi4yMTYuMjU0eiIvPjwvZz48L3N2Zz4=");
+ background-repeat: no-repeat;
+ background-size: 90%;
+ background-position: 50%;
+ margin-right: 10px;
+ width: 36px;
+ height: 36px
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-device-name {
+ font-size: .9em;
+ position: relative;
+ top: 3px
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-device-type {
+ font-size: .7em;
+ color: #999
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-content {
+ position: relative;
+ height: 50%;
+ left: 0;
+ right: 0;
+ cursor: pointer;
+ opacity: .6;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-content:hover {
+ opacity: 1
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-content:after {
+ content: '';
+ display: block;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi43ODYgMTguOTkzSDYuNzRjLS40MTQgMC0uNzUtLjM0NC0uNzUtLjc1VjUuNzczYzAtLjQxNS4zMzMtLjc1Ljc1LS43NS4xNjYgMCAuMzIuMDU0LjQ0My4xNDZsMTAuNTEgNi4wNjdjLjM2LjIxLjQ5LjY2Ny4yOCAxLjAyOC0uMDU0LjA5My0uMTI0LjE3LS4yMDYuMjMtLjAzNi4wMzItLjA3Ni4wNjItLjEyLjA4OGwtMTAuNDg1IDYuM2MtLjExOC4wNy0uMjQ3LjEwNy0uMzc2LjExeiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
+ background-repeat: no-repeat;
+ background-size: 80%;
+ background-position: 50%;
+ width: 10%;
+ height: 0;
+ padding-bottom: 10%;
+ }
+
+ .yvp-cast-playing .yvp-cast-overlay &gt;
+ div .cast-overlay-content:after {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnBhdXNlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJwYXVzZSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJSZWN0YW5nbGUtMTMxLSstUmVjdGFuZ2xlLTEzMS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAwMDAwMCwgNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTMxLUNvcHkiIHg9IjguNSIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMTQiIHJ4PSIxLjUiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMS40OTgyNDUyNCBDMC41LDAuNjcwNzg3MjQyIDEuMTY1Nzk3MjMsMCAyLDAgTDIsMCBDMi44Mjg0MjcxMiwwIDMuNSwwLjY3NTI0OTEgMy41LDEuNDk4MjQ1MjQgTDMuNSwxMi41MDE3NTQ4IEMzLjUsMTMuMzI5MjEyOCAyLjgzNDIwMjc3LDE0IDIsMTQgTDIsMTQgQzEuMTcxNTcyODgsMTQgMC41LDEzLjMyNDc1MDkgMC41LDEyLjUwMTc1NDggTDAuNSwxLjQ5ODI0NTI0IFoiIGlkPSJSZWN0YW5nbGUtMTMxLUNvcHkiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+")
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-footer {
+ height: 25%;
+ text-align: center;
+ border-top: 1px solid #777
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-disconnect-btn {
+ position: relative;
+ top: 8px;
+ cursor: pointer;
+ padding: 2px 5px;
+ color: #999;
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-disconnect-btn:hover {
+ color: #fff
+ }
+
+ .yvp-flag-casting .yvp-cast-overlay {
+ display: block
+ }
+
+ .yvp-flag-casting .yvp-bottom-bar {
+ z-index: 75;
+ opacity: 1 !important;
+ -webkit-transition: none !important;
+ -moz-transition: none !important;
+ -o-transition: none !important;
+ transition: none !important;
+ display: block !important
+ }
+
+ body.yvp-lightbox {
+ overflow: hidden !important;
+ }
+
+ body.yvp-lightbox .yvp-lightbox-ancestor {
+ z-index: 2147483647 !important;
+ }
+
+ body.yvp-lightbox .yvp-lightbox-ancestor .yvp-content.yvp-browser-desktop {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100% !important;
+ height: 100% !important;
+ z-index: 2147483647
+ }
+
+ .yvp-stream .yvp-bottom-bar {
+ height: 60px;
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-volume-bar-container {
+ z-index: 30
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-bottom-container {
+ top: 26px;
+ margin: 0 8px;
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls {
+ margin-top: 0;
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn,
+ .yvp-stream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn {
+ display: none
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-play-controls {
+ padding-top: 0
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-visual-seek {
+ display: none !important
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-slider {
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-upnext-container,
+ .yvp-stream .yvp-bottom-bar .yvp-time-container {
+ display: none
+ }
+
+ .yvp-content.yvp-stream .yvp-playing-item-title.yvp-title-standard {
+ padding: 8px 10px 8px 10px;
+ font-weight: 500;
+ font-size: 16px;
+ line-height: 20px;
+ z-index: 29
+ }
+
+ .yvp-ministream .yvp-bottom-bar {
+ height: 25px;
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-volume-bar-container {
+ bottom: 85px;
+ padding: 6px 0;
+ width: 20px;
+ left: 2px;
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-volume-bar-container:after {
+ left: 5px
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-volume-level {
+ margin-left: 7px
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container {
+ top: 0;
+ margin: 0 4px;
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls {
+ margin-top: 0;
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .button {
+ margin-left: 0
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn,
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn {
+ display: none
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-play-controls {
+ padding-top: 0
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-visual-seek {
+ display: none !important
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-slider {
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-upnext-container,
+ .yvp-ministream .yvp-bottom-bar .yvp-time-container {
+ display: none
+ }
+
+ .yvp-content.yvp-ministream .yvp-playing-item-title.yvp-title-standard {
+ opacity: 0;
+ z-index: 0
+ }
+
+ .yvp-ministream .yvp-start-screen .yvp-start-screen-button,
+ .yvp-stream .yvp-start-screen .yvp-start-screen-button {
+ width: 50px;
+ height: 50px;
+ margin: -25px 0 0 -25px
+ }
+
+ .yvp-ministream.yvp-state-end-screen .yvp-bottom-bar {
+ height: 30px;
+ }
+
+ .yvp-ministream.yvp-state-end-screen .yvp-bottom-bar .yvp-bottom-container {
+ top: 5px
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar {
+ display: block
+ }
+ </style>
+ <style type="text/css">
+ .yvp-spinner-icon {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSItMjUgLTI1IDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0iTTI1IDBhMjUgMjUgMCAwIDAgMCA1MCIgc3Ryb2tlLWRhc2hhcnJheT0iNzkiIHN0cm9rZT0iI2FhYSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGZpbGw9Im5vbmUiPjxhbmltYXRlIGlkPSJhMSIgYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJzdHJva2UtZGFzaG9mZnNldCIgZnJvbT0iOSIgdG89Ijc2IiBkdXI9Ijc1MG1zIiBiZWdpbj0iMHM7IGEyLmVuZCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZSBpZD0iYTIiIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGZyb209Ijc2IiB0bz0iOSIgZHVyPSI3NTBtcyIgYmVnaW49ImExLmVuZCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZSBpZD0iYTMiIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLXdpZHRoIiBmcm9tPSI0IiB0bz0iOCIgZHVyPSI3NTBtcyIgYmVnaW49IjBzOyBhNC5lbmQiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGUgaWQ9ImE0IiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS13aWR0aCIgZnJvbT0iOCIgdG89IjQiIGR1cj0iNzUwbXMiIGJlZ2luPSJhMy5lbmQiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImE1IiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMCAyNSAyNSIgZHVyPSI3NTBtcyIgYmVnaW49IjA7IGE4LmVuZCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImE2IiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMTgwIDI1IDI1IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTUuZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZVRyYW5zZm9ybSBpZD0iYTciIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjE4MCAyNSAyNSIgdG89IjE4MCAyNSAyNSIgZHVyPSI3NTBtcyIgYmVnaW49ImE2LmVuZCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImE4IiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIxODAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iNzUwbXMiIGJlZ2luPSJhNy5lbmQiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMjE1LCAwLjYxLCAwLjM1NSwgMSIvPjwvcGF0aD48cGF0aCBkPSJNMjUgNTBhMjUgMjUgMCAxIDAgMC01MCIgc3Ryb2tlLWRhc2hhcnJheT0iNzkiIHN0cm9rZT0iI2FhYSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGZpbGw9Im5vbmUiPjxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGZyb209IjkiIHRvPSI3NiIgZHVyPSI3NTBtcyIgYmVnaW49IjBzOyBhMi5lbmQiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGUgYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJzdHJva2UtZGFzaG9mZnNldCIgZnJvbT0iNzYiIHRvPSI5IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTEuZW5kIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMjE1LCAwLjYxLCAwLjM1NSwgMSIvPjxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLXdpZHRoIiBmcm9tPSI0IiB0bz0iOCIgZHVyPSI3NTBtcyIgYmVnaW49IjBzOyBhNC5lbmQiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGUgYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utd2lkdGgiIGZyb209IjgiIHRvPSI0IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTMuZW5kIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMjE1LCAwLjYxLCAwLjM1NSwgMSIvPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIwIDI1IDI1IiBkdXI9Ijc1MG1zIiBiZWdpbj0iMDsgYTguZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMTgwIDI1IDI1IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTUuZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIxODAgMjUgMjUiIHRvPSIxODAgMjUgMjUiIGR1cj0iNzUwbXMiIGJlZ2luPSJhNi5lbmQiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMjE1LCAwLjYxLCAwLjM1NSwgMSIvPjxhbmltYXRlVHJhbnNmb3JtIGlkPSJhOCIgYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMTgwIDI1IDI1IiB0bz0iMzYwIDI1IDI1IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTcuZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48L3BhdGg+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAyNSAyNSIgdG89IjM2MCAyNSAyNSIgZHVyPSI2NzUwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9nPjwvc3ZnPg==")
+ }
+
+ .yvp-loading-screen {
+ display: none;
+ }
+
+ .yvp-loading-screen .yvp-loading-spinner {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ background-size: 100% 100%;
+ max-width: 60px;
+ max-height: 60px;
+ width: 60px;
+ height: 60px;
+ margin-top: -30px;
+ margin-left: -30px;
+ visibility: hidden;
+ transition: visibility 0s linear 500ms;
+ z-index: 20
+ }
+
+ .yvp-loading-screen.yvp-show-spinner .yvp-loading-spinner {
+ visibility: visible
+ }
+
+ .yvp-flag-loading .yvp-loading-screen,
+ .yvp-flag-switching .yvp-loading-screen {
+ display: block
+ }
+
+ .yvp-state-blocked .yvp-loading-screen {
+ display: none
+ }
+ </style>
+ <style type="text/css">
+ .strip-animate {
+ -webkit-transition: left 420ms cubic-bezier(0, .2, .1, 1);
+ -moz-transition: left 420ms cubic-bezier(0, .2, .1, 1);
+ -o-transition: left 420ms cubic-bezier(0, .2, .1, 1);
+ transition: left 420ms cubic-bezier(0, .2, .1, 1)
+ }
+
+ .yvp-pl-loader {
+ display: none;
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ margin: auto;
+ width: 32px;
+ height: 32px;
+ background-size: 100%
+ }
+
+ .yvp-pl-loader-bg {
+ background-color: rgba(0, 0, 0, 0.3);
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ top: 0;
+ width: 100%;
+ display: none
+ }
+
+ .yvp-pl-loading .yvp-pl-loader,
+ .yvp-pl-loading .yvp-pl-loader-bg {
+ display: block
+ }
+
+ .yvp-playlist-pg-btn {
+ width: 24px;
+ height: 24px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGFnZS1iYWNrPC90aXRsZT48cGF0aCBkPSJNMzkuNDY1IDQzLjk1NmwxOS4xNS0xOS41MmMxLjQ0LTEuNDcgMS40NC0zLjg2IDAtNS4zMzItLjctLjcxMi0xLjYyOC0xLjEwNC0yLjYxNi0xLjEwNC0uOTkgMC0xLjkyLjM5Mi0yLjYxOCAxLjEwNGwtMjQuMzEgMjQuNzgtLjA3Mi4wNzIgMjQuMzggMjQuODVjLjcuNzEyIDEuNjMgMS4xMDQgMi42MTcgMS4xMDQuOTg1IDAgMS45MTUtLjM5MiAyLjYxNi0xLjEwNCAxLjQ0LTEuNDcgMS40NC0zLjg2MyAwLTUuMzMzTDM5LjQ2NSA0My45NTYiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100%;
+ position: absolute;
+ top: 55px;
+ cursor: pointer;
+ z-index: 10;
+ opacity: .8;
+ left: 21px;
+ }
+
+ .yvp-playlist-pg-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-playlist-pg-btn.disabled {
+ opacity: .4;
+ cursor: default
+ }
+
+ .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGFnZS1uZXh0PC90aXRsZT48cGF0aCBkPSJNNDkuMDE4IDQ0LjExOGwtMTkuMTUgMTkuNTE4Yy0xLjQ0IDEuNDctMS40NCAzLjg2MyAwIDUuMzMzLjcuNzEgMS42MjggMS4xMDMgMi42MTYgMS4xMDMuOTkgMCAxLjkxOC0uMzkyIDIuNjE3LTEuMTA0bDI0LjMxLTI0Ljc4LjA3My0uMDcyLTI0LjM4LTI0Ljg1Yy0uNy0uNzEzLTEuNjMtMS4xMDUtMi42MTctMS4xMDUtLjk4NSAwLTEuOTE1LjM5Mi0yLjYxNiAxLjEwNS0xLjQ0IDEuNDctMS40NCAzLjg2MyAwIDUuMzMybDE5LjE0OCAxOS41MTgiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
+ right: 21px;
+ left: auto
+ }
+
+ .yvp-playlist-strip {
+ position: absolute;
+ left: 38px;
+ right: 24px;
+ overflow: hidden
+ }
+
+ .yvp-playlist-strip-list {
+ list-style-type: none;
+ position: relative;
+ left: 0;
+ white-space: nowrap
+ }
+
+ .yvp-pl-meta {
+ opacity: 0;
+ position: absolute;
+ left: 8px;
+ right: 8px;
+ color: #fff;
+ bottom: 6px;
+ overflow: hidden
+ }
+
+ .yvp-pl-title {
+ overflow: hidden;
+ line-height: 16px;
+ -webkit-line-clamp: 2;
+ text-overflow: ellipsis;
+ max-height: 32px;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ font-size: 13px;
+ vertical-align: bottom;
+ white-space: normal
+ }
+
+ .yvp-pl-provider {
+ display: none
+ }
+
+ .yvp-playlist-item-watched {
+ display: none;
+ width: 126px;
+ top: 0;
+ position: absolute;
+ height: 70px;
+ text-align: center;
+ vertical-align: center;
+ background: rgba(18, 23, 23, 0.75);
+ }
+
+ .yvp-playlist-item-watched.yvp-show {
+ display: block
+ }
+
+ .yvp-playlist-item-watched.yvp-hide {
+ display: none
+ }
+
+ .yvp-watched {
+ font-size: 11px;
+ overflow: hidden;
+ color: #9ea2af;
+ font-style: italic;
+ font-family: Helvetica Neue, Helvetica, helvetica, arial, sans-serif;
+ line-height: 16px;
+ white-space: normal;
+ text-overflow: ellipsis;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ -moz-transform: translate(-50%, -50%);
+ -ms-transform: translate(-50%, -50%);
+ -o-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%)
+ }
+
+ .yvp-playlist-mode-hidden {
+ position: absolute;
+ left: -16px;
+ right: -16px;
+ height: auto;
+ bottom: 3000px;
+ opacity: 0;
+ z-index: -20;
+ -webkit-transition: opacity .3s ease-in-out;
+ -moz-transition: opacity .3s ease-in-out;
+ -o-transition: opacity .3s ease-in-out;
+ transition: opacity .3s ease-in-out;
+ }
+
+ .yvp-playlist-mode-hidden .yvp-upnext-title {
+ position: absolute;
+ left: 34px;
+ font-family: Helvetica, helvetica, arial, sans-serif;
+ font-size: 10px;
+ letter-spacing: .3px;
+ line-height: 15px;
+ text-transform: uppercase;
+ color: #fff
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-strip {
+ top: 20px;
+ left: 34px;
+ right: 34px
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-pg-btn {
+ top: 43px;
+ left: 10px;
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ right: 10px;
+ left: auto
+ }
+
+ .yvp-playlist-mode-hidden .yvp-pl-loader {
+ top: 36px;
+ left: 50%
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item {
+ width: 126px;
+ height: 70px;
+ display: inline-block;
+ margin-right: 14px;
+ position: relative;
+ cursor: pointer;
+ overflow: hidden;
+ -webkit-transform: translateX(24px) scale(.9, .9);
+ -moz-transform: translateX(24px) scale(.9, .9);
+ -ms-transform: translateX(24px) scale(.9, .9);
+ -o-transform: translateX(24px) scale(.9, .9);
+ transform: translateX(24px) scale(.9, .9);
+ -webkit-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ -moz-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ -o-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-hide {
+ display: none
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-playlist-item-gradient {
+ height: 100%;
+ top: 0;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 80%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 80%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 80%, rgba(18, 23, 23, 0.8) 100%)
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-pl-meta {
+ top: 0
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-playlist-item-image {
+ width: 126px;
+ height: 70px;
+ overflow: hidden
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-pl-title,
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-now-playing {
+ display: none;
+ font-size: 12px;
+ color: #fff;
+ letter-spacing: 0;
+ max-height: 48px;
+ line-height: 16px;
+ margin-left: 8px;
+ margin-right: 8px;
+ margin-top: 10px;
+ opacity: 0;
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-pl-title.yvp-show,
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-now-playing.yvp-show {
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-playlist-border {
+ display: none;
+ height: 70px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 5px;
+ background-color: #188fff
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-playlist-border {
+ display: block
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item-gradient {
+ position: absolute;
+ height: 22px;
+ width: 100%;
+ bottom: 0;
+ opacity: 1;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%)
+ }
+
+ .yvp-playlist-mode-hidden .yvp-pl-meta {
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ opacity: 1;
+ color: #fff;
+ overflow: hidden
+ }
+
+ .yvp-playlist-mode-hidden .yvp-pl-dur {
+ display: block;
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ padding: 4px 7px;
+ background: rgba(18, 23, 23, 0.5);
+ color: #fff;
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0);
+ font-size: 12px;
+ font-weight: 400;
+ line-height: 14px
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item-gradient-duration {
+ height: 50px
+ }
+
+ .yvp-playlist-mode-hidden.yvp-hide-playlist {
+ visibility: hidden
+ }
+
+ .yvp-playlist-mode-bottom {
+ position: relative;
+ height: 83px;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ -webkit-transition: opacity .3s ease-in-out;
+ -moz-transition: opacity .3s ease-in-out;
+ -o-transition: opacity .3s ease-in-out;
+ transition: opacity .3s ease-in-out;
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-strip {
+ position: relative;
+ height: 83px;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ margin: 0 24px 5px 24px
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-pg-btn {
+ top: 30px;
+ left: 0;
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ right: 0;
+ left: auto
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-loader {
+ top: 30px;
+ left: 50%
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-strip-list {
+ margin-top: 5px
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item {
+ width: 130px;
+ height: 73px;
+ display: inline-block;
+ margin-right: 14px;
+ position: relative;
+ cursor: pointer;
+ overflow: hidden;
+ border-bottom: 5px solid transparent;
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item.yvp-currently-playing {
+ border-bottom: 5px solid #188fff
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item .yvp-playlist-item-image {
+ width: 130px;
+ height: 73px
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item-gradient {
+ position: absolute;
+ height: 22px;
+ width: 100%;
+ bottom: 0;
+ opacity: 1;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%)
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-meta {
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ opacity: 1;
+ color: #fff;
+ overflow: hidden
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-title,
+ .yvp-playlist-mode-bottom .yvp-now-playing {
+ display: none;
+ max-height: 32px;
+ font-size: 13px;
+ margin-left: 6px;
+ margin-right: 5px;
+ margin-bottom: 5px;
+ overflow: hidden;
+ line-height: 16px;
+ vertical-align: bottom;
+ white-space: normal;
+ text-overflow: ellipsis;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ opacity: 0;
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-title.yvp-show,
+ .yvp-playlist-mode-bottom .yvp-now-playing.yvp-show {
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-dur {
+ display: block;
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ padding: 4px 7px;
+ background: rgba(18, 23, 23, 0.5);
+ color: #fff;
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0);
+ font-size: 12px;
+ font-weight: 400;
+ line-height: 14px
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item-gradient-duration {
+ height: 50px
+ }
+
+ .yvp-playlist-mode-bottom.yvp-hide-playlist {
+ visibility: hidden
+ }
+
+ .yvp-playlist-mode-right {
+ display: block;
+ height: 100%;
+ width: 318px;
+ position: absolute;
+ top: 0;
+ right: 0;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ -webkit-transition: opacity .3s ease-in-out;
+ -moz-transition: opacity .3s ease-in-out;
+ -o-transition: opacity .3s ease-in-out;
+ transition: opacity .3s ease-in-out;
+ }
+
+ .yvp-playlist-mode-right ::-webkit-scrollbar-track {
+ -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
+ border-radius: 5px;
+ background-color: transparent
+ }
+
+ .yvp-playlist-mode-right ::-webkit-scrollbar {
+ background-color: transparent;
+ width: 5px
+ }
+
+ .yvp-playlist-mode-right ::-webkit-scrollbar-thumb {
+ border-radius: 5px;
+ -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-strip {
+ position: relative;
+ height: 100%;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-pg-btn {
+ display: none
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-loader {
+ top: 49%;
+ left: 49%
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-strip-list {
+ height: 100%;
+ margin-left: 18px;
+ overflow-y: scroll
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item:first-child {
+ border-top: 0 solid transparent
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item:last-child {
+ border-bottom: 0 solid transparent
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item {
+ height: 70px;
+ display: block;
+ margin-bottom: 18px;
+ position: relative;
+ cursor: pointer;
+ overflow-x: visible;
+ border-bottom: 0 solid transparent;
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item.yvp-currently-playing .yvp-pl-meta {
+ color: #fff;
+ background-color: rgba(255, 255, 255, 0.06)
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item.yvp-currently-playing .yvp-playlist-border {
+ display: block
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item.yvp-currently-playing .yvp-playlist-item-watched {
+ display: none
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item:hover .yvp-pl-meta {
+ color: #fff;
+ background-color: rgba(255, 255, 255, 0.06)
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item:hover .yvp-playlist-item-watched {
+ display: none
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item-image {
+ display: block;
+ width: 126px;
+ height: 70px
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-border {
+ display: none;
+ height: 70px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 5px;
+ background-color: #188fff
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-meta {
+ color: #fff;
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 126px;
+ padding: 4px 12px 0 12px;
+ font-size: 12px;
+ line-height: 16px;
+ overflow: hidden;
+ opacity: 1
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-title {
+ display: block;
+ display: -webkit-box;
+ color: #fff;
+ margin-left: 6px;
+ margin-right: 5px;
+ margin-bottom: 5px;
+ margin-top: 0;
+ line-height: 16px;
+ overflow: hidden;
+ max-height: 32px;
+ opacity: 1;
+ font-size: 13px;
+ font-weight: 500;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ vertical-align: bottom;
+ white-space: normal;
+ text-overflow: ellipsis;
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-title.yvp-show {
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-playlist-mode-right .yvp-now-playing {
+ display: none
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-provider {
+ display: block;
+ color: #9ea2af;
+ font-size: 11px;
+ margin: 0;
+ text-overflow: ellipsis;
+ overflow: hidden
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item-gradient {
+ position: absolute;
+ height: 22px;
+ width: 100%;
+ bottom: 0;
+ opacity: 1;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%)
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-dur {
+ display: block;
+ position: absolute;
+ right: 169px;
+ bottom: 0;
+ padding: 4px 7px;
+ background: rgba(18, 23, 23, 0.5);
+ color: #fff;
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0);
+ font-size: 12px;
+ font-weight: 400;
+ line-height: 14px
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item-gradient-duration {
+ height: 50px
+ }
+
+ .yvp-playlist-mode-right.yvp-hide-playlist {
+ visibility: hidden
+ }
+
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-pl-meta {
+ color: #000
+ }
+
+ .yvp-playlist-mode-right.yvp-playlist-theme-light ::-webkit-scrollbar-thumb {
+ background-color: #ccc
+ }
+
+ .yvp-playlist-mode-right.yvp-playlist-theme-dark ::-webkit-scrollbar-thumb {
+ background-color: #464e56
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-theme-light ::-webkit-scrollbar-thumb,
+ .yvp-playlist-in-stream.yvp-playlist-theme-dark ::-webkit-scrollbar-thumb {
+ background-color: #ccc
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light {
+ background-color: #fff;
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light .yvp-playlist-pg-btn,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-playlist-pg-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGFnZS1iYWNrLWJsYWNrPC90aXRsZT48cGF0aCBkPSJNMTUuNzE3IDYuNzM2Yy4zNzctLjM5Ny4zNzctMS4wNDIgMC0xLjQzOC0uMTgyLS4xOTItLjQyNS0uMjk4LS42ODMtLjI5OC0uMjU4IDAtLjUuMTA2LS42ODMuMjk4TDggMTEuOThsNi4zNSA2LjcyMmMuMTgzLjE5Mi40MjYuMjk4LjY4NC4yOTguMjU3IDAgLjUtLjEwNi42ODMtLjI5OC4zNzctLjM5Ny4zNzctMS4wNDIgMC0xLjQzOEwxMC43MTUgMTJsNS4wMDItNS4yNjR6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGFnZS1uZXh0PC90aXRsZT48cGF0aCBkPSJNOC4yODMgMTcuMjY0Yy0uMzc3LjM5Ny0uMzc3IDEuMDQyIDAgMS40MzguMTgyLjE5Mi40MjUuMjk4LjY4My4yOTguMjU4IDAgLjUtLjEwNi42ODMtLjI5OEwxNiAxMi4wMiA5LjY1IDUuMjk3QzkuNDY3IDUuMTA2IDkuMjI0IDUgOC45NjYgNWMtLjI1NyAwLS41LjEwNi0uNjgzLjI5OC0uMzc3LjM5Ny0uMzc3IDEuMDQyIDAgMS40MzhMMTMuMjg1IDEybC01LjAwMiA1LjI2NHoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light .yvp-pl-loader-bg,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-pl-loader-bg {
+ background-color: rgba(0, 0, 0, 0.7)
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light .yvp-pl-meta,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-pl-meta {
+ color: #fff
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-dark,
+ .yvp-playlist-mode-right.yvp-playlist-theme-dark {
+ background-color: #121717
+ }
+
+ .yvp-browser-desktop .yvp-hover-elem {
+ display: none;
+ opacity: .1;
+ position: absolute;
+ bottom: 28px;
+ width: 100%;
+ height: 100px;
+ left: 0
+ }
+
+ .yvp-browser-desktop .yvp-upnext-container:hover .yvp-hover-elem {
+ display: block;
+ background-color: rgba(0, 0, 0, 0)
+ }
+
+ .yvp-browser-desktop .yvp-upnext-container:hover .yvp-playlist-mode-hidden {
+ opacity: 1;
+ z-index: 10;
+ bottom: 140px
+ }
+
+ .yvp-browser-desktop .yvp-playlist-item .yvp-playlist-item-gradient {
+ opacity: 0
+ }
+
+ .yvp-browser-desktop .yvp-playlist-item:hover .yvp-playlist-item-gradient {
+ opacity: 1
+ }
+
+ .yvp-browser-desktop .yvp-playlist-item:hover .yvp-pl-meta {
+ opacity: 1
+ }
+
+ .yvp-browser-desktop .yvp-overlay-fuji {
+ opacity: 0;
+ }
+
+ .yvp-browser-desktop .yvp-overlay-fuji:hover {
+ opacity: 1;
+ }
+
+ .yvp-browser-desktop .yvp-overlay-fuji:hover .yvp-pl-meta {
+ opacity: 1
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-playlist-item-gradient,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item .yvp-playlist-item-gradient {
+ opacity: 1
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-pl-dur,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item.yvp-currently-playing .yvp-pl-dur {
+ opacity: 0
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-playlist-item-watched,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item.yvp-currently-playing .yvp-playlist-item-watched {
+ display: none
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-playlist-item-gradient,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-playlist-item-gradient {
+ height: 100%;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%)
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-playlist-item-image,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-playlist-item-image {
+ -webkit-transform: scale(1.2, 1.2);
+ -moz-transform: scale(1.2, 1.2);
+ -ms-transform: scale(1.2, 1.2);
+ -o-transform: scale(1.2, 1.2);
+ transform: scale(1.2, 1.2);
+ -webkit-transition: transform 2.5s cubic-bezier(.1, .2, .6, 1);
+ -moz-transition: transform 2.5s cubic-bezier(.1, .2, .6, 1);
+ -o-transition: transform 2.5s cubic-bezier(.1, .2, .6, 1);
+ transition: transform 2.5s cubic-bezier(.1, .2, .6, 1)
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-pl-title,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-pl-title {
+ display: block;
+ display: -webkit-box;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ opacity: 1;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-pl-dur,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-pl-dur {
+ opacity: 0
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-playlist-item-watched,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-playlist-item-watched {
+ display: none
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-pl-title,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item.yvp-currently-playing .yvp-pl-title {
+ display: none
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-playlist-item-gradient {
+ width: calc(100% - 5px);
+ width: -moz-calc(100% - 5px);
+ width: -webkit-calc(100% - 5px);
+ width: -o-calc(100% - 5px);
+ left: 5px;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%)
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-right .yvp-playlist-item .yvp-playlist-item-gradient {
+ position: static;
+ opacity: 1;
+ width: 0
+ }
+
+ .yvp-browser-desktop.yvp-ie9 .yvp-upnext-container:hover .yvp-playlist-mode-hidden {
+ opacity: 1;
+ z-index: 10;
+ bottom: 140px;
+ background-color: rgba(0, 0, 0, 0)
+ }
+
+ .yvp-browser-desktop.yvp-ie9 .yvp-upnext-container:hover .yvp-playlist-item-gradient {
+ filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#00000000, endColorStr=#FF000000)
+ }
+
+ .yvp-browser-mobile .yvp-hover-elem {
+ display: none
+ }
+
+ .yvp-browser-mobile .yvp-upnext-playlist.open .yvp-hover-elem {
+ display: none
+ }
+
+ .yvp-browser-mobile .yvp-upnext-playlist.open .yvp-playlist-mode-hidden {
+ opacity: 1;
+ z-index: 10;
+ bottom: 45px
+ }
+
+ .yvp-browser-mobile .yvp-playlist-item-gradient {
+ opacity: 1
+ }
+
+ .yvp-browser-mobile .yvp-pl-meta {
+ opacity: 1
+ }
+
+ .yvp-browser-mobile .yvp-playlist-strip {
+ overyflow-y: hidden;
+ overflow-x: scroll;
+ -webkit-overflow-scrolling: touch
+ }
+
+ .yvp-browser-mobile .yvp-playlist-pg-btn {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-start-screen {
+ display: block
+ }
+
+ .yvp-state-end-screen .yvp-start-screen-bar-wrapper {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-start-screen-button {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-end-screen {
+ z-index: 22;
+ background-color: rgba(0, 0, 0, 0.85);
+ }
+
+ .yvp-state-end-screen .yvp-end-screen.yvp-end-replay {
+ background-color: rgba(18, 23, 23, 0.6)
+ }
+
+ .yvp-state-end-screen .yvp-end-rep-icon {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNi44NyAxNS41NDVjLS4xMS0uMTk3LS4yNzQtLjM0NS0uNDctLjQyNS0uMjA0LS4wOS0uNDUtLjA5LS42MS0uMDQtLjEwNy4wMjUtLjIwNS4wNjgtLjMyNy4xNDctLjA3Mi4wNS0uMTcyLjE1LS4yMTYuMjA0LS43NzYgMS4wMTgtMS45OTcgMS42MjctMy4yNjYgMS42MjctMi4yNDQgMC00LjA3LTEuODItNC4wNy00LjA1MyAwLTIuMTMzIDEuNzg3LTMuOTQ3IDMuOTgtNC4wNDNsLjUyLS4wMTNWN2wtLjU1Mi4wMTNDOC41NzMgNy4xMyA2IDkuNzYgNiAxMy4wMDNjMCAzLjMxMiAyLjY5MyA2LjAwNCA2LjAwNSA2LjAwNCAxLjg2NCAwIDMuNTktLjg0NSA0LjctMi4yOGwuMDctLjA5Yy4wMy0uMDQyLjA1My0uMDgyLjA3LS4xMDguMTA0LS4xNjguMTU1LS4zMzQuMTU1LS41MSAwLS4xNi0uMDQzLS4zMi0uMTMtLjQ3NSIvPjxwYXRoIGQ9Ik0xMi4zMTIgMTEuMDA4Yy0uMTcyIDAtLjMxMi0uMTUtLjMxMi0uMzIzVjUuMzIzYzAtLjE4LjEzOC0uMzIzLjMxMi0uMzIzLjA2OCAwIC4xMzIuMDI0LjE4NC4wNjNsNC4zNjUgMi42MWMuMTUyLjA5LjIwNC4yODYuMTE4LjQ0LS4wMjIuMDQtLjA1Mi4wNzUtLjA4Ni4xLS4wMTUuMDE0LS4wMzIuMDI3LS4wNS4wMzhsLTQuMzU1IDIuNzFjLS4wNS4wMy0uMTAzLjA0Ni0uMTU2LjA0OGgtLjAxOHoiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ opacity: .6;
+ width: 80px;
+ height: 98px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ margin: auto;
+ cursor: pointer
+ }
+
+ .yvp-state-end-screen.yvp-stream .yvp-end-rep-icon,
+ .yvp-state-end-screen.yvp-ministream .yvp-end-rep-icon {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen {
+ position: absolute;
+ margin: auto;
+ left: 0;
+ right: 0;
+ height: 184px;
+ width: 512px;
+ top: 0;
+ bottom: 50px;
+ z-index: 10;
+ opacity: 1;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-pg-btn {
+ top: 74px;
+ left: -19px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ right: 0;
+ left: auto;
+ right: -15px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-strip {
+ position: absolute;
+ left: 18px;
+ right: 14px;
+ height: 100%;
+ bottom: 0
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-strip-list {
+ height: 100%;
+ margin-right: 0;
+ width: 500px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-item {
+ width: 100%;
+ display: inline-block;
+ position: relative;
+ height: 100%
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-pl-loader {
+ top: 35px;
+ left: 50%
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-fuji-grid {
+ width: 100%;
+ height: 100%;
+ list-style-type: none;
+ white-space: normal;
+ text-align: left;
+ overflow: hidden
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-fuji-tile {
+ position: relative;
+ width: 150px;
+ height: 84px;
+ cursor: pointer;
+ float: left;
+ margin-right: 10px;
+ overflow: hidden;
+ margin-bottom: 10px;
+ padding: 0
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-fuji-tile-image {
+ width: 151px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-overlay-fuji {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ color: #fff;
+ font-size: 13px;
+ line-height: 14px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-overlay-fuji.yvp-overlay-fuji-up-next {
+ background-color: rgba(0, 0, 0, 0.6);
+ opacity: 1
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-metadata-fuji {
+ position: absolute;
+ top: 30px;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-next-box {
+ position: absolute;
+ top: 8px;
+ left: 8px;
+ font-size: 13px;
+ line-height: 14px;
+ text-align: left;
+ width: 80px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-next-time {
+ position: relative;
+ margin-top: 6px;
+ display: inline-block;
+ left: 8px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-next-text {
+ position: relative;
+ margin-top: 5px;
+ display: inline-block;
+ left: 19px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-close {
+ position: relative;
+ left: 57px;
+ font-weight: 500;
+ font-size: 19px;
+ opacity: .6;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-close:hover {
+ opacity: 1
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-two-col {
+ height: 84px;
+ width: 347px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-two-col .yvp-playlist-pg-btn {
+ top: 35px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-two-col .yvp-playlist-strip-list {
+ width: 332px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-one-col {
+ height: 84px;
+ width: 178px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-one-col .yvp-playlist-pg-btn {
+ top: 35px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-one-col .yvp-playlist-strip-list {
+ width: 158px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-three-col {
+ height: 284px;
+ width: 678px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-three-col .yvp-playlist-pg-btn {
+ top: 135px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-three-col .yvp-playlist-strip-list {
+ width: 666px
+ }
+
+ .yvp-browser-mobile.yvp-browser-playsinline .yvp-end-rep-icon {
+ display: block
+ }
+
+ .yvp-content div.yvp-end-screen-up-next-circle {
+ width: 20px;
+ height: 20px;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ border-radius: 20px;
+ border: 2px solid rgba(255, 255, 255, 0.9);
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0
+ }
+
+ .yvp-content div.yvp-end-screen-arc {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100px;
+ height: 100px;
+ border-radius: 100%;
+ border: 1px solid;
+ display: none
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right.yvp-playlist-theme-dark,
+ .yvp-playlist-in-stream.yvp-playlist-mode-right.yvp-playlist-theme-light {
+ background-color: #fff
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right {
+ width: 276px;
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-strip-list {
+ margin-left: 16px
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item {
+ height: 72px;
+ margin-bottom: 20px;
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-playlist-item-image {
+ width: 130px;
+ height: 73px
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-pl-meta {
+ left: 130px
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-pl-title {
+ color: #000667
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-playlist-border {
+ height: 72px
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-pl-dur {
+ right: 125px;
+ padding: 2px 6px;
+ color: #fff
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-pl-provider {
+ display: none
+ }
+ </style>
+ <style type="text/css">
+ .yvp-content {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: visible;
+ font-family: Helvetica Neue Regular, Helvetica Neue, helvetica, arial, sans-serif;
+ font-size: 16px;
+ text-align: initial;
+ cursor: default;
+ background-color: #000;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none
+ }
+
+ .yvp-content .yvp-main,
+ .yvp-content .yvp-playlist-container {
+ outline: none;
+ }
+
+ .yvp-content .yvp-main [tabindex],
+ .yvp-content .yvp-playlist-container [tabindex] {
+ outline: none
+ }
+
+ .yvp-content h3,
+ .yvp-content h4,
+ .yvp-content p,
+ .yvp-content label,
+ .yvp-content input,
+ .yvp-content div,
+ .yvp-content button,
+ .yvp-content img,
+ .yvp-content li,
+ .yvp-content ul {
+ margin: 0;
+ padding: 0;
+ border: 0
+ }
+
+ .yvp-main {
+ position: relative;
+ width: 100%;
+ height: 100%
+ }
+
+ .yvp-state-error .yvp-error-screen {
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ -ms-user-select: text;
+ user-select: text;
+ display: block
+ }
+
+ .yvp-state-error .yvp-start-screen,
+ .yvp-state-error .yvp-end-screen,
+ .yvp-state-error .yvp-html5-video,
+ .yvp-state-error .yvp-end-screen-fuji {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-end-screen,
+ .yvp-state-end-screen .yvp-end-screen-fuji {
+ display: block
+ }
+
+ .yvp-state-end-screen .yvp-error-screen,
+ .yvp-state-end-screen .yvp-html5-video {
+ display: none
+ }
+
+ .yvp-state-video .yvp-html5-video,
+ .yvp-state-blocked .yvp-html5-video,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-html5-video {
+ display: block
+ }
+
+ .yvp-state-video .yvp-start-screen,
+ .yvp-state-blocked .yvp-start-screen,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-start-screen,
+ .yvp-state-video .yvp-end-screen,
+ .yvp-state-blocked .yvp-end-screen,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-end-screen,
+ .yvp-state-video .yvp-error-screen,
+ .yvp-state-blocked .yvp-error-screen,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-error-screen,
+ .yvp-state-video .yvp-end-screen-fuji,
+ .yvp-state-blocked .yvp-end-screen-fuji,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-end-screen-fuji {
+ display: none
+ }
+
+ .yvp-flag-casting .yvp-start-screen,
+ .yvp-flag-casting .yvp-end-screen,
+ .yvp-flag-casting .yvp-end-screen-fuji {
+ display: none
+ }
+
+ .yvp-state-start-screen .yvp-start-screen,
+ .yvp-state-video.yvp-browser-iphone .yvp-start-screen {
+ display: block
+ }
+
+ .yvp-state-start-screen .yvp-end-screen,
+ .yvp-state-video.yvp-browser-iphone .yvp-end-screen,
+ .yvp-state-start-screen .yvp-error-screen,
+ .yvp-state-video.yvp-browser-iphone .yvp-error-screen,
+ .yvp-state-start-screen .yvp-html5-video:not([playsinline]),
+ .yvp-state-video.yvp-browser-iphone .yvp-html5-video:not([playsinline]),
+ .yvp-state-start-screen .yvp-end-screen-fuji,
+ .yvp-state-video.yvp-browser-iphone .yvp-end-screen-fuji {
+ display: none
+ }
+
+ .yvp-state-start-screen .yvp-html5-video:not([playsinline]),
+ .yvp-state-video.yvp-browser-iphone .yvp-html5-video:not([playsinline]) {
+ top: -2000px
+ }
+
+ object.yvp-swf-not-ready.yvp-flash-video {
+ opacity: 0
+ }
+
+ .yvp-state-video {
+ z-index: 5
+ }
+
+ .yvp-content {
+ z-index: 0
+ }
+
+ .yvp-html5-video {
+ z-index: 5
+ }
+
+ .yvp-switching-canvas {
+ z-index: 15
+ }
+
+ .yvp-loading-screen .yvp-spinner-outer,
+ .yvp-loading-screen .yvp-spinner-inner {
+ z-index: 20
+ }
+
+ .yvp-flash-video {
+ position: absolute;
+ left: 0;
+ visibility: visible
+ }
+
+ .yvp-html5-video {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ cursor: pointer;
+ visibility: hidden
+ }
+
+ .yvp-flash-video.yvp-renderer-active,
+ .yvp-html5-video.yvp-renderer-active {
+ visibility: visible
+ }
+
+ .yvp-switching-canvas {
+ position: absolute
+ }
+
+ .yvp-start-screen,
+ .yvp-end-screen {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ background-color: #000;
+ cursor: pointer;
+ overflow: hidden
+ }
+
+ .yvp-nfl-branding-container {
+ width: 100%;
+ height: 36px;
+ position: relative;
+ z-index: 22;
+ background: #011832;
+ background: -moz-linear-gradient(left, #011832 0%, #103155 40%, #011832 100%);
+ background-image: -webkit-linear-gradient(left, #011832 0%, #103155 40%, #011832 100%);
+ background-image: -o-linear-gradient(left, #011832 0%, #103155 40%, #011832 100%);
+ background-image: linear-gradient(left, #011832 0%, #103155 40%, #011832 100%);
+ *background: #011832;
+ white-space: nowrap
+ }
+
+ .yvp-browser-mobile .yvp-nfl-branding-container {
+ height: 52px
+ }
+
+ .yvp-nfl-branding {
+ position: relative;
+ margin: 10px auto;
+ vertical-align: middle;
+ display: inline-block;
+ zoom: 1;
+ width: 30%
+ }
+
+ .yvp-browser-mobile .yvp-nfl-branding {
+ margin: 15px auto
+ }
+
+ .yvp-nfl-branding-container .yvp-nfl-brand-span {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTkuOTgzIDE5LjM4cy40MTctLjcyLjgyNC0xLjExMmMuNTc0LS41NSAxLjM5LS44OTcgMi40OS0xLjA1NiAxLjM4Mi0uMiAyLjM4NS0uNjcgMi45NzYtMS4zODIuNDc4LS41OC41NS0xLjE2Mi41NS0xLjQ1NlYyLjcyN2gtLjQ1NGMtLjU5LjQyLTEuNzE1Ljk5Ni0zLjE2LjY0QzEwLjcgMi43NSA5Ljk4Mi41ODggOS45ODIuNTg4UzkuMjY4IDIuNzUgNi43NiAzLjM2NWMtMS40NS4zNTctMi41NzQtLjIyLTMuMTYyLS42NGgtLjQ1MnYxMS42NDhjMCAuMjkzLjA3Mi44NzUuNTUgMS40NTYuNTkuNzEzIDEuNTkgMS4xOCAyLjk3NCAxLjM4MiAxLjEwMy4xNTggMS45MTcuNTA1IDIuNDkyIDEuMDU4LjQyMi40MDYuODIgMS4xMS44MiAxLjExIi8+PHBhdGggZmlsbD0iIzAxMzc2OSIgZD0iTTE2LjQxMyAzLjE4MnMtMS4zNzMgMS4wNjYtMy4zMDMuNTgzYy0yLjI1Mi0uNTYyLTMuMTI3LTIuMjUtMy4xMjctMi4yNXMtLjg3NCAxLjY4OC0zLjEyNSAyLjI1Yy0xLjkzLjQ4My0zLjMwMi0uNTgzLTMuMzAyLS41ODN2MTEuMTkyYzAgLjM4LjE2IDEuOTk1IDMuMTcyIDIuNDMyIDEuMTkuMTcyIDIuMDguNTU1IDIuNzIgMS4xNy4yMjguMjE4LjQwMy40NC41MzYuNjUuMTMzLS4yMS4zMDgtLjQzMi41NC0uNjUuNjM2LS42MTUgMS41MjUtLjk5OCAyLjcxNC0xLjE3IDMuMDE1LS40MzYgMy4xNzQtMi4wNSAzLjE3NC0yLjQzMlYzLjE4MnoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOS45ODMgMTcuNDg2cy44NzUtMS4wOCAzLjE0Ni0xLjQzMmMyLjYwMy0uNCAyLjUyNi0xLjYyMiAyLjUyNi0xLjY4M1Y4LjUxTDQuMzEgOC41MXY1Ljg2YzAgLjA2My0uMDc1IDEuMjg1IDIuNTI3IDEuNjg1IDIuMjcyLjM1IDMuMTQ2IDEuNDMgMy4xNDYgMS40MyIvPjxwYXRoIGZpbGw9IiNENTBBMEEiIGQ9Ik03LjMzOCAxMi43OTN2LTIuNzg2bC0uMzUtLjE5N3YtLjcyNWgxLjU5NHYuNzI1bC0uMzMzLjE5N3Y1LjY4NmwtLjg1My0uMjU1LTEuMjMtMy42MzN2Mi4zOTNsLjM5LjN2Ljc0bC0xLjcxLS40MzZ2LS42MjdsLjM5LS4xNTZ2LTQuMDFsLS40LS4ydi0uNzI1aDEuMjk1TTEwLjI3MyAxNS4zNDRsLjM0LjQwN3YuNzI1bC0xLjY5My0uNjMzdi0uNjEzbC4zNzUtLjE1NnYtNS4wNjdsLS4zNzItLjE5di0uNzMyaDIuOTR2MS40NzNoLS42NDdsLS4xOTUtLjYwNGgtLjc0N3YxLjdoLjU2bC4yMi0uMzJoLjQ1MnYxLjUxaC0uNDVsLS4yMTQtLjMwNmgtLjU2N00xMi4xNDMgMTUuNTk4di0uNzIzbC40Mi0uMzQ1di00LjUyM2wtLjM2LS4xOXYtLjczMmgxLjY5M3YuNzMzbC0uMzMuMTl2NC4yNDJsLjcyOC0uMTk2LjEzNy0xLjExMmguN3YxLjg2Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTQuNjA1IDcuMzA4bC0uNTEyLS4zODVoLjYyOGwuMjA3LS41OTMuMjA4LjU5M2guNjI2bC0uNTEuMzg1LjE4Ny42MDUtLjUxLS4zNTgtLjUxLjM1OE02LjgzMyA3LjMwOGwtLjUxNS0uMzg1aC42MjhsLjIwNy0uNTkzLjIwOC41OTNoLjYyN2wtLjUxMy4zODUuMTkuNjA1LS41MS0uMzU4LS41MS4zNThNNC42MDUgNS4zbC0uNTEyLS4zODRoLjYyOGwuMjA3LS41OTQuMjA4LjU5NGguNjI2bC0uNTEuMzg1LjE4Ny42MDQtLjUxLS4zNi0uNTEuMzZNNi44MzMgNS4zbC0uNTE1LS4zODRoLjYyOGwuMjA3LS41OTQuMjA4LjU5NGguNjI3bC0uNTEzLjM4NS4xOS42MDQtLjUxLS4zNi0uNTEuMzZNMTUuNTUgNy45MTNsLS41MS0uMzU4LS41MS4zNTguMTktLjYwNS0uNTEyLS4zODVoLjYyNmwuMjA2LS41OTMuMjEuNTkzaC42MjZsLS41MTUuMzg1TTEzLjMyNiA3LjkxM2wtLjUxLS4zNTgtLjUxLjM1OC4xODctLjYwNS0uNTE0LS4zODVoLjYyNmwuMjEtLjU5My4yMDYuNTkzaC42MjdsLS41MTUuMzg1TTE1LjU1IDUuOTA0bC0uNTEtLjM2LS41MS4zNi4xOS0uNjAzLS41MTItLjM4NGguNjI2bC4yMDYtLjU5NC4yMS41OTRoLjYyNmwtLjUxNS4zODVNMTMuMzI2IDUuOTA0bC0uNTEtLjM2LS41MS4zNi4xODctLjYwMy0uNTE0LS4zODRoLjYyNmwuMjEtLjU5NC4yMDYuNTk0aC42MjdsLS41MTUuMzg1TTEwLjQ3MiA0Ljg2M2MtLjIyOC0uMTg3LS40ODUtLjMxLS43NTctLjM2OC4wNjUtLjA2My4xMzQtLjExNS4xOTItLjE2NC4zNC4wOC41Ny4yMzQuNzI1LjM2NS0uMDU1LjA1NS0uMTEuMTEyLS4xNi4xNjhtLS4zMy40Yy0uMjE3LS4xODctLjQ4LS4zMi0uNzgzLS4zOC4wNDUtLjA2LjEtLjEyNC4xNS0uMTguMjMuMDQuNTIyLjE2Ljc4LjM3LS4wNTMuMDY0LS4xMDIuMTI2LS4xNDguMTltLS4yOTYuNDE1Yy0uMjM1LS4xOTctLjUwOC0uMzE3LS43NzgtLjM3IDAgMCAuMDgyLS4xMzMuMTI4LS4yMDIuMzMuMDY1LjU5Ny4yMTguNzgyLjM3Ny0uMDQ3LjA2Ny0uMDkyLjEzMi0uMTMyLjE5NW0xLjU1Mi0xLjk5cy0uMjY3LjE0LS42MzcuNTAyYy4wODQuMDUuMTc4LjExNS4yMzIuMTYtLjA1Ny4wNS0uMTEzLjEwNC0uMTY3LjE1NC0uMjQtLjE5OC0uNDkyLS4zLS42ODUtLjM0OC4wNjQtLjA0NS4xMzMtLjA5Mi4yLS4xMzMuMTA0LjAyNC4yMDcuMDY3LjIwNy4wNjcuNDE4LS4zMi43OC0uNDU3Ljc4LS40NTdzLS4wNDItLjAyLS4xNTMtLjAyYy0xLjY0OC4wMjItMy4xNjUgMS4yNS0yLjg4IDMuMzU2LjAzNC4yMi4xMi42MjguMjMuODA1LjAzOC0uMzUuMTctMS4xMjQuNTYtMS45NTYtLjEzNy0uMDUtLjI1LS4wNy0uMjUtLjA3LjA0LS4wODMuMDk2LS4xOS4wOTYtLjE5LjI4OC4wNTUuNTQyLjE3Ny43NjQuMzUtLjA1Mi4wODYtLjA4OC4xNC0uMTE0LjE4OC0uMDgtLjA2My0uMTU3LS4xMTQtLjI0Mi0uMTYzLS40NC43NjctLjY0NCAxLjQ5My0uNzI4IDEuODcyLjAwNi4wMjIuMDUzLjAzNi4wOTMuMDMgMS44MDQtLjIzNSAyLjY1LTEuMTU0IDIuOTA1LTIuMTUyLjE3LS42NTQuMTE0LTEuMzM3LS4xMTItMS44OTYtLjAxNi0uMDQtLjA0Ni0uMTA1LS4wOTgtLjEiLz48L3N2Zz4=");
+ background-repeat: no-repeat;
+ position: absolute;
+ width: 20px;
+ height: 20px;
+ margin: -2px 0 0 10px
+ }
+
+ .yvp-browser-mobile .yvp-nfl-branding-container .yvp-nfl-brand-span {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE1IDI5LjA5MnMuNjI0LTEuMDggMS4yMzQtMS42NjhjLjg2Mi0uODI3IDIuMDg0LTEuMzQ2IDMuNzM2LTEuNTg0IDIuMDczLS4zIDMuNTc2LTEgNC40NjMtMi4wNzIuNzE1LS44NzIuODIzLTEuNzQuODI1LTIuMTg0VjQuMTE0aC0uNjgzYy0uODguNjMtMi41NjggMS40OTMtNC43MzguOTU4QzE2LjA3NSA0LjE0OCAxNSAuOTA2IDE1IC45MDZzLTEuMDc2IDMuMjQtNC44MzcgNC4xNjZjLTIuMTczLjUzNS0zLjg2LS4zMy00Ljc0Mi0uOTZoLS42Nzh2MTcuNDcyYzAgLjQ0LjEwOCAxLjMxMi44MjUgMi4xODQuODg1IDEuMDcyIDIuMzg2IDEuNzcgNC40NiAyLjA3MiAxLjY1NS4yMzggMi44NzYuNzU3IDMuNzM4IDEuNTg4LjYzMy42MDggMS4yMzQgMS42NjQgMS4yMzQgMS42NjQiLz48cGF0aCBmaWxsPSIjMDEzNzY5IiBkPSJNMjQuNjQgNC43OTZzLTIuMDU2IDEuNi00Ljk1Ljg3NUMxNi4zMSA0LjgzIDE1IDIuMjk4IDE1IDIuMjk4cy0xLjMxMiAyLjUzLTQuNjkgMy4zNzRjLTIuODk3LjcyNS00Ljk1My0uODc0LTQuOTUzLS44NzR2MTYuNzg4YzAgLjU3LjI0IDIuOTkzIDQuNzU4IDMuNjQ2IDEuNzg2LjI2IDMuMTIuODMyIDQuMDc4IDEuNzU0LjM0NC4zMy42MDYuNjY2LjgwNS45NzguMi0uMzEyLjQ2LS42NDguODA4LS45NzguOTU2LS45MjIgMi4yOS0xLjQ5NCA0LjA3NC0xLjc1NCA0LjUyLS42NTIgNC43Ni0zLjA3NiA0Ljc2LTMuNjQ2VjQuNzk2eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNSAyNi4yNTNzMS4zMS0xLjYyMiA0LjcyLTIuMTQ3YzMuOTAzLS42IDMuNzg4LTIuNDMzIDMuNzg4LTIuNTI1di04Ljc5NGwtMTcuMDIuMDAydjguNzkyYzAgLjA5My0uMTEyIDEuOTI1IDMuNzkgMi41MjUgMy40MS41MjYgNC43MiAyLjE0OCA0LjcyIDIuMTQ4Ii8+PHBhdGggZmlsbD0iI0Q1MEEwQSIgZD0iTTExLjAzIDE5LjIxM3YtNC4xOGwtLjUyMy0uMjk1VjEzLjY1aDIuMzl2MS4wODhsLS41LjI5NXY4LjUzbC0xLjI3OC0uMzg0LTEuODQ3LTUuNDV2My41OWwuNTg2LjQ1MnYxLjExbC0yLjU2NS0uNjU3di0uOTRsLjU4Ni0uMjMydi02LjAxNWwtLjYtLjNWMTMuNjVoMS45NE0xNS40MzIgMjMuMDM4bC41MS42MXYxLjA4NmwtMi41MzgtLjk0OHYtLjkybC41Ni0uMjN2LTcuNjAzbC0uNTU2LS4yODN2LTEuMWg0LjQwOHYyLjIxaC0uOTY4bC0uMjk1LS45MDdoLTEuMTJ2Mi41NTJoLjg0bC4zMy0uNDg0aC42Nzd2Mi4yN2gtLjY3NmwtLjMyLS40NmgtLjg1Mk0xOC4yMzYgMjMuNDJ2LTEuMDg1bC42My0uNTE3di02Ljc4NWwtLjU0LS4yODN2LTEuMWgyLjU0MnYxLjFsLS40OTcuMjgzdjYuMzY0bDEuMDkzLS4yOTMuMjA3LTEuNjdoMS4wNXYyLjc5Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTYuOTMyIDEwLjk4NmwtLjc3LS41OGguOTQybC4zMS0uODg4LjMxMi44OWguOTRsLS43Ny41NzguMjgzLjkwNy0uNzY3LS41MzctLjc2NC41MzdNMTAuMjcyIDEwLjk4NmwtLjc3LS41OGguOTRsLjMxLS44ODguMzEyLjg5aC45NGwtLjc3LjU3OC4yODUuOTA3LS43NjctLjUzNy0uNzY0LjUzN002LjkzMiA3Ljk3NWwtLjc3LS41NzhoLjk0MmwuMzEtLjg5LjMxMi44OWguOTRsLS43Ny41NzguMjgzLjkwNS0uNzY3LS41NC0uNzY0LjU0TTEwLjI3MiA3Ljk3NWwtLjc3LS41NzhoLjk0bC4zMS0uODkuMzEyLjg5aC45NGwtLjc3LjU3OC4yODUuOTA1LS43NjctLjU0LS43NjQuNTRNMjMuMzQ4IDExLjg5M2wtLjc2NC0uNTM4LS43NjYuNTM4LjI4NC0uOTA3LS43Ny0uNTc4aC45NGwuMzEyLS44OS4zMS44OWguOTQybC0uNzcuNTc4TTIwLjAxIDExLjg5M2wtLjc2NC0uNTM4LS43NjcuNTM4LjI4NC0uOTA3LS43NzItLjU3OGguOTRsLjMxNC0uODkuMzEuODloLjk0bC0uNzcuNTc4TTIzLjM0OCA4Ljg4bC0uNzY0LS41NC0uNzY2LjU0LjI4NC0uOTA1LS43Ny0uNTc4aC45NGwuMzEyLS44OS4zMS44OWguOTQybC0uNzcuNTc4TTIwLjAxIDguODhsLS43NjQtLjU0LS43NjcuNTQuMjg0LS45MDUtLjc3Mi0uNTc4aC45NGwuMzE0LS44OS4zMS44OWguOTRsLS43Ny41NzhNMTUuNzMgNy4zMThjLS4zNDItLjI4LS43MjctLjQ2NC0xLjEzNS0uNTUyLjEtLjA5NC4yMDItLjE3Mi4yODgtLjI0Ny41MS4xMi44NTQuMzUgMS4wODguNTQ1LS4wOC4wODQtLjE2My4xNy0uMjQuMjUzbS0uNDkzLjU5OGMtLjMyNy0uMjgtLjcyNC0uNDgtMS4xNzUtLjU3LjA3LS4wODguMTUtLjE4NS4yMjgtLjI3LjM0My4wNi43ODIuMjQgMS4xNjcuNTU3LS4wOC4wOTYtLjE1Mi4xOS0uMjIuMjgzbS0uNDQ1LjYyNGMtLjM1My0uMjk1LS43NjMtLjQ3NS0xLjE2Ni0uNTUzIDAgMCAuMTIyLS4yMDIuMTkzLS4zMDQuNDkuMDk2Ljg5My4zMjcgMS4xNy41NjQtLjA3LjEtLjEzOC4yLS4xOTguMjkzbTIuMzI4LTIuOTgzcy0uNC4yMDgtLjk1Ni43NTNjLjEyNi4wNzQuMjY4LjE3LjM0OC4yNC0uMDg1LjA3Mi0uMTcuMTU0LS4yNS4yMy0uMzYtLjMtLjczOC0uNDUtMS4wMy0uNTIzLjA5Ny0uMDY3LjItLjEzOC4zMDItLjIuMTU2LjAzNy4zMS4xLjMxLjEuNjI3LS40NzggMS4xNy0uNjg2IDEuMTctLjY4NnMtLjA2Mi0uMDMtLjIzLS4wMjhjLTIuNDcuMDMzLTQuNzQ2IDEuODc2LTQuMzE4IDUuMDM0LjA0OC4zMzQuMTc2Ljk0NC4zNDMgMS4yMS4wNTQtLjUyNi4yNTItMS42ODcuODM4LTIuOTM0LS4yMDUtLjA3My0uMzc1LS4xMDMtLjM3NS0uMTAzLjA2Mi0uMTI3LjE0NS0uMjg2LjE0NS0uMjg2LjQzMy4wODIuODE0LjI2NSAxLjE0Ni41MjUtLjA3OC4xMjctLjEzMy4yMS0uMTcuMjgtLjExOC0uMDk0LS4yMzYtLjE3LS4zNjQtLjI0NC0uNjYgMS4xNS0uOTY1IDIuMjQtMS4wOSAyLjgwOC4wMDguMDM0LjA3OC4wNTMuMTM4LjA0NSAyLjcwNi0uMzUzIDMuOTczLTEuNzMgNC4zNTgtMy4yMy4yNTMtLjk4LjE3Mi0yLjAwNS0uMTY4LTIuODQ0LS4wMjQtLjA1Ny0uMDctLjE1Ni0uMTQ4LS4xNSIvPjwvc3ZnPg==");
+ background-repeat: no-repeat;
+ width: 30px;
+ height: 30px
+ }
+
+ .yvp-nfl-branding-container .yvp-nfl-brand-logo {
+ background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbCgk8IUVOVElUWSBuc19leHRlbmQgImh0dHA6Ly9ucy5hZG9iZS5jb20vRXh0ZW5zaWJpbGl0eS8xLjAvIj4KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPgoJPCFFTlRJVFkgbnNfZ3JhcGhzICJodHRwOi8vbnMuYWRvYmUuY29tL0dyYXBocy8xLjAvIj4KCTwhRU5USVRZIG5zX3ZhcnMgImh0dHA6Ly9ucy5hZG9iZS5jb20vVmFyaWFibGVzLzEuMC8iPgoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4KCTwhRU5USVRZIG5zX3NmdyAiaHR0cDovL25zLmFkb2JlLmNvbS9TYXZlRm9yV2ViLzEuMC8iPgoJPCFFTlRJVFkgbnNfY3VzdG9tICJodHRwOi8vbnMuYWRvYmUuY29tL0dlbmVyaWNDdXN0b21OYW1lc3BhY2UvMS4wLyI+Cgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4KXT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwOS44OTYiIGhlaWdodD0iMTMuOTc4Ij48c3dpdGNoPjxmb3JlaWduT2JqZWN0IHJlcXVpcmVkRXh0ZW5zaW9ucz0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZUlsbHVzdHJhdG9yLzEwLjAvIiB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmYiIGQ9Ik0xMDkuODk2IDEuMDI1bC0zLjY3OCAxMi45NWgtNS41OThsMS41NC01LjQ0Ny0zLjgyMyA0Ljc0MmgtMS44MjJsLTIuMTgtOC4zNWgtNC4zNmwuODktMy44OTZoOC4zMmwuODggNS4xMzggNC4yMzQtNS4xMzV2LS4wMDNoNS41OTV6TTg3LjEzIDEwLjIyYy0uNTY2IDEuODItMi41NTMgMy43NTUtNC40MTQgMy43NTVINzQuNDFjLTEuODYgMC0yLjkyLTEuOTM0LTIuMzU0LTMuNzU1bDEuMzI3LTQuMjc3aDUuODk0TDc3Ljk3IDkuODM3aDMuMjNsMS42Ni00Ljg4NmgtOS4xMmMuNjctMS42OSAyLjYyOC0zLjkyNSA0LjM5NC0zLjkyNWg4LjMwNmMxLjg2IDAgMi44NCAyLjI3IDIuMjc0IDQuMDlMODcuMTMgMTAuMjJ6TTcxLjM1MiA2LjY0Nkg2Ni4yNGwuNTY1LTEuNjc0aC0yLjczbC0xLjY1MyA0Ljg1aDIuNzNsLjQxMi0uOTI0aDUuMDg0bC0uNzYgMi40MjZjLS41NjYgMS44Mi0yLjIxNSAyLjY1LTQuMDc2IDIuNjVoLTYuNDdjLTEuODYgMC0yLjkyLTEuOTMzLTIuMzU0LTMuNzU0bDEuNTg0LTUuMTA1Yy41NjYtMS44MiAyLjA0LTQuMDkgNC43MTctNC4wOWg2LjA1NWMyLjAyNyAwIDMuMDQ1IDIuNDYgMi40OTYgNC4xODhsLS40OSAxLjQzM3ptLTIxLjY2IDcuMzNsMS4xNTUtNC45OThoNC41MUw1NC4yIDEzLjk3NmgtNC41MDh6bS01LjE3NS00Ljk5OGg0LjUwOGwtMS4xNTYgNC45OThoLS4zNDd2LjAwMmgtOC40OXYtLjAwNEgzNS4wM0wzOC4zNzYgMi42NWgtMS4zNGwuODEtMi42M2gxLjM0Vi4wMTZoNi40N0w0Mi4yNzYgMTFoMS43M2wuNTEyLTIuMDIyem0tOS4zNC00LjMxN2gtNC41OWwuNDIzLTEuNjYzaC0xMEwyMS42NDUuMDJoMTQuNjZsLS4wMS4wNDJoLjA0M2wtMS4xNiA0LjZ6TTEyLjI1IDEzLjk3Nkg3LjUwNEw2LjIxNiAyLjY1aC00LjE5bC44MS0yLjYzaDMuMDdWLjAxNmg2LjE0TDEzLjI2IDEwLjI2IDE2LjQwOC4wMTVoMy44MzhsLTQuMTU4IDEzLjk2SDEyLjI1ek01LjI5MyAzLjY3TDUuNiA2LjgzNGwtMi4xMjYgNy4xNEguMDJMMy4xMzUgMy42NjhoMi4xNTh6bTIyLjQ4LjMyNmwtLjY0MiAyLjQ2aDUuMThMMzEuNyA4Ljk5aC01LjM2bC0xLjUzMiA0Ljk4NWgtNi4wNDNsMy4wMS05Ljk4aDUuOTk4em02NS40OCAxLjg3N2wxLjAyIDQuMzg1LTEuMDAyIDMuNzE4aC00LjczNWwyLjM1Mi04LjEwM2gyLjM2NXoiLz48L3N3aXRjaD48L3N2Zz4=");
+ background-repeat: no-repeat;
+ width: 110px;
+ height: 14px;
+ display: block;
+ position: absolute;
+ margin-left: 40px;
+ margin-top: 2px
+ }
+
+ .yvp-browser-mobile .yvp-nfl-branding-container .yvp-nfl-brand-logo {
+ background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbCgk8IUVOVElUWSBuc19leHRlbmQgImh0dHA6Ly9ucy5hZG9iZS5jb20vRXh0ZW5zaWJpbGl0eS8xLjAvIj4KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPgoJPCFFTlRJVFkgbnNfZ3JhcGhzICJodHRwOi8vbnMuYWRvYmUuY29tL0dyYXBocy8xLjAvIj4KCTwhRU5USVRZIG5zX3ZhcnMgImh0dHA6Ly9ucy5hZG9iZS5jb20vVmFyaWFibGVzLzEuMC8iPgoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4KCTwhRU5USVRZIG5zX3NmdyAiaHR0cDovL25zLmFkb2JlLmNvbS9TYXZlRm9yV2ViLzEuMC8iPgoJPCFFTlRJVFkgbnNfY3VzdG9tICJodHRwOi8vbnMuYWRvYmUuY29tL0dlbmVyaWNDdXN0b21OYW1lc3BhY2UvMS4wLyI+Cgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4KXT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE1Ny4wNDIiIGhlaWdodD0iMjAuMDE1Ij48c3dpdGNoPjxmb3JlaWduT2JqZWN0IHJlcXVpcmVkRXh0ZW5zaW9ucz0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZUlsbHVzdHJhdG9yLzEwLjAvIiB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmYiIGQ9Ik0xNTYuOTYgMS44NzdsLTUuMjU1IDE4LjEyNmgtNy45OTJsMi4xOTgtNy4zODQtNS40NiA2LjM0aC0yLjZsLTMuMTE0LTExLjgzaC02LjIyN2wxLjI3LTUuMjUyaDExLjg4bDEuMjU3IDcuMjUgNi4wNDctNy4yNDZ2LS4wMDVoNy45OTV6bS0zMi41MTMgMTMuMjRjLS44MDggMi42ODgtMy42NDUgNC44ODctNi4zMDIgNC44ODdoLTExLjg2Yy0yLjY2IDAtNC4xNzItMi4yLTMuMzY0LTQuODg3bDEuODk4LTYuMzEyaDguNDE2bC0xLjg2NiA1Ljc0N2g0LjYxbDIuMzc1LTcuMzc2aC0xMy4wMjZjLjk1OC0yLjUgMy43NTItNS4yOTggNi4yNzUtNS4yOThoMTEuODZjMi42NTcgMCA0LjA1NiAzLjAxOCAzLjI0NyA1LjcwNWwtMi4yNjQgNy41MzR6bS0yMi41My01LjI3NmgtNy4zMDJsLjgwOC0yLjYzMmgtMy45bC0yLjM2IDcuMzIyaDMuOWwuNTg3LTEuMzY1aDcuMjZsLTEuMDg0IDMuNThjLS44MSAyLjY4OC0zLjE2MyAzLjI1OC01LjgyIDMuMjU4aC05LjI0Yy0yLjY1NiAwLTQuMTctMi4yLTMuMzYyLTQuODg3bDIuMjY0LTcuNTMzYy44MDgtMi42ODggMi45MS01LjcwNSA2LjczNS01LjcwNWg4LjY1YzIuODkzIDAgNC4zNDggMy4zIDMuNTYyIDUuODVsLS42OTggMi4xMTN6TTcwLjk4NSAyMC4wMDdsMS42NS02LjcyMmg2LjQ0bC0xLjY1MiA2LjcyMmgtNi40Mzh6bS03LjM5LTYuNzJoNi40MzhsLTEuNjUgNi43MmgtLjQ5NXYuMDAzSDU1Ljc2NnYtLjAwN2gtNS43Mmw0Ljc4LTE2LjA1OGgtMS45MTJMNTQuMDcuMDY1aDEuOTFsLjAwNC0uMDFoOS4yMzhMNjAuMzk2IDE2LjI3aDIuNDY3bC43MzItMi45ODR6TTUwLjI1OCA2LjkxMkg0My43bC43MjQtMi45N2gtMTQuNjVMMzAuOTMuMDY3aDIwLjkzNmwtLjAxNC4wNmguMDZMNTAuMjYgNi45MTR6TTE3LjUxOCAyMGgtNi43ODJMOC45IDMuOTQ1SDIuOTE1TDQuMDcuMDY1aDQuMzg2di0uMDFoOC43N2wxLjcyOCAxNS4xMiA0LjUtMTUuMTJoNS40OGwtNS45NCAxOS45NDZoLTUuNDc3ek03LjU3OCA1LjQ1bC40NCA0LjY3My0zLjAzNyA5Ljg4SC4wNTNMNC40OTYgNS40NUg3LjU4em0zMi4zNDYtLjI3OGwtMS4yMTcgNC4wMzJoNy4zOTdsLS44NzMgMy43NGgtNy42NUwzNS40NSAyMGgtOC42M2w0LjQ3Ni0xNC44MjhoOC42M3ptOTMuMjY0IDMuNTNsMS40NTcgNi40Ny0xLjQzIDQuODMyaC02Ljc2NEwxMjkuODEgOC43aDMuMzh6Ii8+PC9zd2l0Y2g+PC9zdmc+");
+ background-repeat: no-repeat;
+ margin-left: 50px;
+ margin-top: 2px;
+ width: 157px;
+ height: 20px
+ }
+
+ div.yvp-agegate-container {
+ width: 100%;
+ height: 100%;
+ color: #fff;
+ font-family: 'Helvetica Neue Regular', 'Helvetica Neue', helvetica, arial, sans-serif;
+ position: absolute;
+ background-color: #000;
+ z-index: 25
+ }
+
+ .yvp-agegate-container .yvp-agegate-info-wrapper {
+ padding: 17% 25% 0 25%;
+ text-align: center;
+ position: absolute;
+ top: 0;
+ }
+
+ .yvp-stream .yvp-agegate-container .yvp-agegate-info-wrapper {
+ padding: 14% 15% 0 15%
+ }
+
+ .yvp-agegate-container .yvp-agegate-title {
+ font-size: 20px;
+ line-height: 24px;
+ font-weight: normal;
+ margin-bottom: 2%
+ }
+
+ .yvp-agegate-container .yvp-agegate-desc {
+ font-size: 12px;
+ line-height: 20px;
+ color: rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-stream .yvp-agegate-container.yvp-agegate-birthday .yvp-agegate-info-wrapper {
+ padding: 8% 10% 0 10%
+ }
+
+ .yvp-stream .yvp-agegate-container.yvp-agegate-birthday .yvp-agegate-desc {
+ line-height: 14px
+ }
+
+ .yvp-stream .yvp-agegate-container.yvp-agegate-birthday .yvp-agegate-action-wrapper {
+ margin-top: 5.2%
+ }
+
+ .yvp-stream .yvp-agegate-container.yvp-agegate-birthday .yvp-agegate-btn {
+ display: block;
+ margin: 5% auto 0 auto
+ }
+
+ .yvp-agegate-container .yvp-agegate-action-wrapper {
+ margin-top: 9.2%
+ }
+
+ .yvp-agegate-container .yvp-agegate-date-input,
+ p.yvp-agegate-input {
+ display: inline
+ }
+
+ .yvp-agegate-container .yvp-agegate-date-input
+ /*input*/
+
+ {
+ width: 56px;
+ height: 33px;
+ margin: 0 5px 0 0;
+ border: none;
+ border-radius: 2px;
+ color: #fff;
+ text-align: center;
+ background-color: rgba(255, 255, 255, 0.15)
+ }
+
+ input.yvp-agegate-date-input.validate-error {
+ border: 1px solid #cc4a4a
+ }
+
+ .yvp-agegate-container .yvp-agegate-btn {
+ padding: 10px 22px 9px 22px;
+ background-color: #188fff;
+ border: none;
+ outline: none;
+ border-radius: 2px;
+ color: #fff;
+ font-family: 'Helvetica Neue Regular', 'Helvetica Neue', helvetica, arial, sans-serif;
+ font-size: 12px;
+ line-height: 13px;
+ cursor: pointer
+ }
+
+ .yvp-agegate-container .yvp-agegate-btn.disable {
+ display: none
+ }
+
+ .yvp-agegate-container .yvp-agegate-icon {
+ position: absolute;
+ right: 20px;
+ bottom: 20px;
+ background-size: 100%;
+ display: none;
+ zoom: 1
+ }
+
+ .yvp-agegate-back-image {
+ opacity: .3;
+ display: block;
+ width: 100%;
+ height: auto
+ }
+
+ .yvp-start-screen {
+ z-index: 21;
+ }
+
+ .yvp-start-screen .yvp-start-screen-image {
+ display: block;
+ width: 100%;
+ height: auto
+ }
+
+ .yvp-start-screen .yvp-start-screen-provider {
+ font-size: 91%;
+ font-weight: normal;
+ margin-bottom: 5px
+ }
+
+ .yvp-start-screen .yvp-start-screen-title {
+ font-weight: bold;
+ font-size: 100%;
+ margin-bottom: 3px;
+ width: 100%;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis
+ }
+
+ .yvp-start-screen .yvp-start-screen-description {
+ -webkit-font-smoothing: antialiased;
+ font-weight: 200;
+ font-size: 85%;
+ letter-spacing: .07em;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis
+ }
+
+ .yvp-start-screen .yvp-start-screen-bar-wrapper {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: transparent;
+ -webkit-transition: all .3s ease-in-out;
+ -moz-transition: all .3s ease-in-out;
+ -o-transition: all .3s ease-in-out;
+ transition: all .3s ease-in-out
+ }
+
+ .yvp-start-screen:hover .yvp-start-screen-bar-wrapper {
+ background-color: rgba(0, 0, 0, 0.4)
+ }
+
+ .yvp-start-screen .yvp-start-screen-bar {
+ position: absolute;
+ width: 96%;
+ min-height: 30px;
+ max-height: 70px;
+ bottom: 0;
+ color: #fff;
+ overflow: hidden;
+ padding: 10px 2%;
+ text-shadow: #000 0 1px 3px;
+ background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
+ background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
+ background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.7))
+ }
+
+ .yvp-start-screen .yvp-start-screen-button {
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ width: 90px;
+ height: 90px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjIuMDY2JSIgeTE9Ijk2Ljc1MSUiIHgyPSI5NS42NTklIiB5Mj0iMi45NjklIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzZEMDBGNiIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDNBQkMiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEyLjY3NiA3Ny4zNzZjMy45ODMgMy42MDggOC42NjcgNi4yOCAxNC4wMjcgOC4wMTdDMzIuMDc4IDg3LjEyNSAzNy44OSA4OCA0NC4xNjMgODhjNi4xNjQgMCAxMS45MzQtLjg3NSAxNy4yOTYtMi42MDcgMi4xNTQtLjY5NCA0LjE4Ni0xLjU0NyA2LjExNi0yLjU0MyAyLjg4NC0xLjQ5IDUuNTMtMy4zMTIgNy45MTYtNS40NzQgMy45OS0zLjYwNyA3LjA5Ny04LjE4MyA5LjMzLTEzLjcwN0M4Ny4wNSA1OC4xMzYgODguMTY4IDUxLjU4IDg4LjE2OCA0NGMwLTcuNTg2LTEuMTE4LTE0LjE0LTMuMzQ2LTE5LjY3LTIuMjMzLTUuNTMtNS4zNC0xMC4xLTkuMzMtMTMuNzA1LTMuOTg1LTMuNjE3LTguNjYtNi4yODUtMTQuMDMzLTguMDJDNTYuMDk2Ljg3IDUwLjMyNiAwIDQ0LjE2MiAwYy02LjI3MyAwLTEyLjA4NS44NjgtMTcuNDYgMi42MDYtMS43NDMuNTYtMy40MTIgMS4yMzYtNS4wMSAyLjAwNS0zLjMyIDEuNTgzLTYuMzMgMy41NzgtOS4wMTcgNi4wMTVDOC42ODggMTQuMjMgNS41NzggMTguOCAzLjM0NiAyNC4zMyAxLjExNiAyOS44NiAwIDM2LjQxNCAwIDQ0YzAgNy41ODIgMS4xMTcgMTQuMTM3IDMuMzQ2IDE5LjY3IDIuMjMyIDUuNTIzIDUuMzQyIDEwLjEgOS4zMyAxMy43MDZ6IiBmaWxsLW9wYWNpdHk9Ii42NSIgZmlsbD0idXJsKCNhKSIvPjxwYXRoIGQ9Ik0zNi43MyA1OWgtLjA2NmMtLjkyIDAtMS42NjQtLjc0Mi0xLjY2NC0xLjY1NlYzMC42NTZjMC0uOTE1Ljc0LTEuNjU2IDEuNjY0LTEuNjU2LjAzIDAgLjA2IDAgLjA5LjAwMi4zOC0uMDczLjc4OC0uMDE0IDEuMTUyLjE5NmwyMi42MjIgMTMuMDZjLjc5OC40NiAxLjA3NSAxLjQ3NC42MTMgMi4yNzYtLjAyMy4wNC0uMDQ4LjA4LS4wNzUuMTE4LS4xMzcuMjctLjM1LjUwMy0uNjMuNjdsLTIyLjQ0IDEzLjQ4NGMtLjM5NS4yNC0uODUuMjk1LTEuMjY1LjE5M3oiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+");
+ background-color: transparent;
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ background-size: 100%;
+ border-radius: 0;
+ margin: -45px 0 0 -45px
+ }
+
+ div.yvp-feedback-btn {
+ position: absolute;
+ background: #7f6af6;
+ color: #188fff;
+ font-size: 10px;
+ padding: 3px;
+ overflow: hidden;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ opacity: .8;
+ }
+
+ div.yvp-feedback-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-browser-mobile div.yvp-feedback-btn {
+ font-size: 10px
+ }
+
+ .yvp-end-screen {
+ position: absolute;
+ font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
+ color: #fff;
+ text-align: center;
+ box-sizing: border-box;
+ }
+
+ .yvp-end-screen.yvp-replay-only .yvp-metadata {
+ display: none
+ }
+
+ .yvp-error-screen {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-weight: normal;
+ }
+
+ .yvp-error-screen .yvp-error-screen-image {
+ position: absolute;
+ display: block;
+ width: 100%;
+ height: 100%
+ }
+
+ .yvp-error-screen .yvp-error-screen-background {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ background-image: -webkit-linear-gradient(210deg, rgba(0, 0, 0, 0.4), #000);
+ background-image: -o-linear-gradient(210deg, rgba(0, 0, 0, 0.4), #000);
+ background-image: linear-gradient(210deg, rgba(0, 0, 0, 0.4), #000)
+ }
+
+ .yvp-error-screen .yvp-error-title {
+ position: relative;
+ display: block;
+ top: 35%;
+ width: 100%;
+ margin: 0 auto;
+ font-size: 20px;
+ line-height: 24px;
+ text-align: center;
+ color: #fff;
+ overflow: hidden;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+
+ .yvp-stream .yvp-error-screen .yvp-error-title {
+ top: 22%
+ }
+
+ .yvp-ministream .yvp-error-screen .yvp-error-title {
+ top: 30%;
+ font-size: 16px;
+ line-height: 18px
+ }
+
+ .yvp-error-screen .yvp-error-desc {
+ position: relative;
+ width: 288px;
+ top: 37%;
+ margin: 0 auto;
+ font-size: 16px;
+ line-height: 20px;
+ letter-spacing: 0;
+ text-align: center;
+ color: rgba(255, 255, 255, 0.6);
+ }
+
+ .yvp-error-screen .yvp-error-desc a:link {
+ color: rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-error-screen .yvp-error-desc a:visited {
+ color: rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-error-screen .yvp-error-desc a:active {
+ color: rgba(115, 0, 255, 0.8)
+ }
+
+ .yvp-stream .yvp-error-screen .yvp-error-desc {
+ top: 25%;
+ width: 85%
+ }
+
+ .yvp-ministream .yvp-error-screen .yvp-error-desc {
+ display: none;
+ top: 25%;
+ width: 85%
+ }
+
+ .yvp-error-screen .yvp-error-desc .yvp-browser-refresh {
+ display: block;
+ padding-top: 10px
+ }
+
+ .yvp-error-screen .yvp-error-desc .yvp-error-flash-download-wrapper {
+ display: block;
+ padding-top: 10px;
+ background-color: transparent;
+ cursor: pointer
+ }
+
+ .yvp-error-screen .yvp-error-desc .yvp-error-flash-download-icon {
+ display: block;
+ width: 30%;
+ height: 25%;
+ margin-top: 10px;
+ background-repeat: no-repeat;
+ }
+
+ .yvp-browser-mobile .yvp-error-screen .yvp-error-desc .yvp-error-flash-download-icon {
+ visibility: hidden
+ }
+
+ .yvp-error-screen .yvp-error-code {
+ position: relative;
+ top: 40%;
+ width: 100%;
+ display: block;
+ color: rgba(255, 255, 255, 0.3);
+ margin: 0 auto;
+ font-size: 12px;
+ line-height: 16px;
+ font-weight: normal;
+ text-align: center;
+ overflow: hidden;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+
+ .yvp-stream .yvp-error-screen .yvp-error-code {
+ top: 30%
+ }
+
+ .yvp-ministream .yvp-error-screen .yvp-error-code {
+ font-size: 12px;
+ line-height: 16px
+ }
+
+ .yvp-browser-mobile .yvp-error-screen .yvp-error-code {
+ font-size: 10px
+ }
+
+ .yvp-error-screen .yvp-error-feedback-btn {
+ bottom: 12%;
+ right: 5%;
+ }
+
+ .yvp-ministream .yvp-error-screen .yvp-error-feedback-btn {
+ display: none
+ }
+
+ .yvp-opensimsim {
+ display: none;
+ position: absolute;
+ z-index: 100;
+ background-color: rgba(0, 0, 0, 0.6);
+ width: 100%;
+ height: 100%;
+ color: rgba(255, 255, 255, 0.8);
+ overflow-x: scroll;
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ -ms-user-select: text;
+ user-select: text;
+ }
+
+ .yvp-opensimsim .yvp-close-btn {
+ display: block;
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ width: 27px;
+ height: 27px;
+ background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQ0NDQ0NDIiBwb2ludHM9IjEwLDEuNTAyIDguNDk4LDAgNSwzLjQ5OSAxLjUwMiwwLjAwMSAwLDEuNTAzIDMuNDk4LDUgMCw4LjQ5OCAxLjUwMiwxMCA1LDYuNTAyIDguNDk4LDEwIDEwLDguNDk4IAogICAgNi41MDIsNSAiLz4KPC9zdmc+Cg==") no-repeat center center;
+ cursor: pointer;
+ z-index: 10;
+ opacity: .8;
+ }
+
+ .yvp-opensimsim .yvp-close-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-feedback-btn {
+ top: 12px;
+ color: #188fff;
+ right: 6%;
+ z-index: 1;
+ padding: 1px;
+ text-align: center;
+ cursor: pointer;
+ text-decoration: underline
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-profile {
+ margin: 0
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info {
+ font-size: 10px;
+ margin-left: 20px;
+ margin-right: 20px;
+ position: relative;
+ color: #d8dade;
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-title {
+ color: #8e80ff;
+ padding-top: 16px;
+ padding-bottom: 1px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-lmsid {
+ padding-bottom: 5px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-graphs {
+ width: 100%;
+ height: 80px;
+ margin-bottom: 25px;
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-graphs .yvp-opensimsim-graph {
+ float: left;
+ width: 150px;
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-graphs .yvp-opensimsim-graph div {
+ margin-bottom: 5px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-profile-btn {
+ padding-top: 20px;
+ color: #188fff;
+ margin-bottom: 20px;
+ font-size: 10px;
+ cursor: pointer;
+ text-decoration: underline;
+ margin-left: 1px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-detail {
+ padding-bottom: 1px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-profilelink {
+ color: #fff;
+ font-size: 12px;
+ cursor: pointer;
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-profilelink:hover {
+ text-decoration: underline
+ }
+
+ .yvp-opensimsim-info .yvp-midrollcache-data {
+ display: inline-block;
+ line-height: 7px;
+ }
+
+ .yvp-opensimsim-info .yvp-midrollcache-data::after {
+ display: table;
+ content: '';
+ clear: both
+ }
+
+ .yvp-opensimsim-info .floated-item {
+ float: left;
+ padding: 0 8px;
+ border-right: 2px solid #ddd
+ }
+
+ .yvp-opensimsim-info .yvp-table {
+ display: table;
+ color: #d8dade;
+ width: 100%;
+ margin-bottom: 25px;
+ }
+
+ .yvp-opensimsim-info .yvp-table &gt;
+ div:first-child {
+ display: table-caption;
+ background-color: transparent;
+ text-align: left;
+ line-height: 15px
+ }
+
+ .yvp-opensimsim-info .yvp-table header.yvp-tablerow {
+ font-weight: bold;
+ background-color: transparent
+ }
+
+ .yvp-opensimsim-info .yvp-tablerow {
+ display: table-row;
+ background-color: transparent
+ }
+
+ .yvp-opensimsim-info .yvp-tablecell {
+ display: table-cell;
+ padding: 2px;
+ border-style: solid;
+ border: 0;
+ }
+
+ .yvp-opensimsim-info .yvp-tablecell.yvp-tablecell-header {
+ color: #878c91;
+ border-bottom: 1px solid #878c91
+ }
+
+ .yvp-opensimsim-info .yvp-details {
+ color: #878c91
+ }
+
+ .yvp-opensimsim-info .yvp-opensimsim-pipe {
+ color: #878c91;
+ font-weight: bold
+ }
+
+ .yvp-opensimsim-info .yvp-nav {
+ padding-top: 8px;
+ padding-bottom: 0
+ }
+
+ .yvp-opensimsim-info .linkbtn {
+ background: none !important;
+ border: none;
+ padding: 0 !important;
+ border-bottom: 1px solid #444;
+ cursor: pointer;
+ color: #d8dade
+ }
+
+ .yvp-opensimsim-info .yvp-opensimsim-adinfo-uuid {
+ color: #878c91
+ }
+
+ .yvp-tablecell.st-error {
+ color: #f00
+ }
+
+ .yvp-tablecell.st-playing {
+ color: #0f0
+ }
+
+ .yvp-tablecell.st-unplayed {
+ color: #786f78
+ }
+
+ .yvp-tablecell.st-cancelled {
+ color: #f9cc9d
+ }
+
+ .emptyrow .yvp-tablecell {
+ border-width: 1px 0 0 0;
+ }
+
+ .emptyrow .yvp-tablecell * {
+ visibility: hidden
+ }
+
+ .yvp-browser-tv .yvp-opensimsim-config {
+ position: absolute;
+ top: 0;
+ right: 0
+ }
+
+ .yvp-feedback-screen {
+ display: none;
+ position: absolute;
+ z-index: 150;
+ background-color: #000;
+ width: 100%;
+ height: 100%;
+ color: #ccc;
+ overflow-x: scroll;
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ -ms-user-select: text;
+ user-select: text;
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-close-btn {
+ display: block;
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ width: 27px;
+ height: 27px;
+ background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQ0NDQ0NDIiBwb2ludHM9IjEwLDEuNTAyIDguNDk4LDAgNSwzLjQ5OSAxLjUwMiwwLjAwMSAwLDEuNTAzIDMuNDk4LDUgMCw4LjQ5OCAxLjUwMiwxMCA1LDYuNTAyIDguNDk4LDEwIDEwLDguNDk4IAogICAgNi41MDIsNSAiLz4KPC9zdmc+Cg==") no-repeat center center;
+ cursor: pointer;
+ z-index: 10;
+ opacity: .8;
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-close-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info {
+ font-size: 10px;
+ margin-top: 0;
+ margin-right: 20px;
+ margin-left: 20px;
+ height: 100%;
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-title {
+ font-size: 18px;
+ color: #ccc;
+ display: inline-block;
+ padding-top: 10px;
+ padding-bottom: 7px
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-response {
+ color: #ccc;
+ padding-top: 20px;
+ padding-bottom: 5px;
+ font-size: 14px;
+ margin-left: 0
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-refid {
+ color: #ccc;
+ padding-top: 0;
+ padding-bottom: 0;
+ margin-left: 0;
+ font-size: 10px
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-text {
+ box-sizing: border-box;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ overflow: auto;
+ resize: none;
+ width: 100%;
+ height: 105px;
+ border: 1px solid #ccc;
+ opacity: .8;
+ padding: 5px;
+ color: #000
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-button-container {
+ text-align: right
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-btn {
+ display: inline-block;
+ background-color: #7f6af6;
+ color: #ccc;
+ cursor: pointer;
+ font-size: 12px;
+ text-align: center;
+ padding: 5px;
+ opacity: .8;
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-disclaimer {
+ position: absolute;
+ bottom: 10px;
+ padding-right: 10px
+ }
+
+ .yvp-ads-overlay {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ display: none;
+ -webkit-transition: height .2s ease-in-out 2s;
+ -moz-transition: height .2s ease-in-out 2s;
+ -o-transition: height .2s ease-in-out 2s;
+ transition: height .2s ease-in-out 2s
+ }
+
+ .yvp-docked-fadein {
+ -webkit-animation-name: fade_in;
+ animation-name: fade_in;
+ -webkit-animation-duration: .247s;
+ -moz-animation-duration: .247s;
+ animation-duration: .247s;
+ animation-timing-function: ease-in-out
+ }
+
+ .yvp-docked-animated {
+ -webkit-transition: all .2s ease-in-out;
+ -moz-transition: all .2s ease-in-out;
+ -o-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out
+ }
+
+ .yvp-docked {
+ position: fixed !important;
+ z-index: 9999;
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
+ }
+
+ .yvp-content.yvp-browser-desktop .yvp-docked-meta {
+ position: relative;
+ opacity: 0;
+ visibility: hidden;
+ display: none;
+ height: 68px;
+ font-size: 16px;
+ color: #121717;
+ background: #fff;
+ line-height: 20px;
+ padding-top: 16px;
+ left: 0;
+ right: 0;
+ Box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
+ }
+
+ .yvp-content.yvp-browser-desktop .yvp-docked-meta .yvp-docked-title {
+ position: relative;
+ margin: 0 16px 5px 16px;
+ max-height: 40px;
+ overflow: hidden;
+ -webkit-line-clamp: 2;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-box-orient: vertical
+ }
+
+ .yvp-content.yvp-browser-desktop .yvp-docked-meta .yvp-docked-provider {
+ position: relative;
+ margin: 0 16px 16px 16px;
+ opacity: .8;
+ line-height: 16px;
+ font-size: 11px
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked-show-meta .yvp-docked-meta {
+ visibility: visible;
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked-show-meta.yvp-state-fullscreen .yvp-docked-meta {
+ visibility: hidden;
+ opacity: 0;
+ display: none
+ }
+
+ .yvp-docked-bg {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ z-index: 10;
+ }
+
+ .yvp-docked-bg .yvp-docked-img {
+ position: relative
+ }
+
+ .yvp-docked-bg .yvp-docked-overlay {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background-color: rgba(0, 0, 0, 0.75);
+ }
+
+ .yvp-docked-bg .yvp-docked-overlay .yvp-docked-overlay-text {
+ position: absolute;
+ width: 100%;
+ text-align: center;
+ bottom: 34px;
+ color: #fff;
+ font-size: 13px;
+ line-height: 16px
+ }
+
+ @-moz-keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @-webkit-keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @-o-keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @-ms-keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @-moz-keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-webkit-keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-o-keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-ms-keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+ </style>
+ <link rel="preconnect" id="preConnector" href="//video-api.yql.yahoo.com" />
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-content-canvas.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-swisschamp.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-livecoverage.19836e536b932247a9b1.min.js"></script>
+ <script type="text/javascript" charset="utf-8" async="" src="https://s.yimg.com/os/yc/js/tdv2-applet-slideshow.19836e536b932247a9b1.min.js"></script>
+</head>
+
+<body>
+ <div id="mrt-app">
+ <div>
+ <div class="" id="render-target-mrt" aria-hidden="true" style="top: -505px;">
+ <div class="Bgc($bg-body) Mih(100%) W(100%) news US" style="margin-top:125px;">
+ <div class="YDC-Header Z(10) End(0) Start(0) T(0) H(0) Panel-open_Translate3d(0,-19px,0) hasScrolled_Translate3d(0,-19px,0) Translate3d(0,0,0) Pos(f) Trsp(a) Trsdu(300ms)">
+ <div id="YDC-UH" class="YDC-UH Bgc($bg-content) Pos(r) Z(1)">
+ <div id="YDC-UH-Stack" class="YDC-UH Miw(1007px) Maw(1260px) tablet_Miw(600px)--noRightRail Bxz(bb) Bdstartc(t) Bdstartw(20px) Bdendc(t) Bdends(s) Bdendw(20px) Bdstarts(s) Mx(a) tablet_Bd(n)">
+ <div>
+ <div id="mrt-node-tgtm-UH-0-Header">
+ <div id="tgtm-UH-0-Header-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-1817108582">
+ <div data-reactid="2">
+ <div id="masterNav" class="C(#fff) Fz(13px) Trsdu(0.3s) Trsp(a) hasScrolled_Mt(-19px) Panel-open_Mt(-19px) CollapsibleUh_Mt(0px)! H(22px)" data-reactid="3">
+ <ul id="eyebrow" role="navigation" class="H(22px) Lh(1.7) M(0) NavLinks P(0) Whs(nw) Z(11) Bgc(#2d1152) Pos(a) Start(0) End(0)" data-reactid="4">
+ <li id="uh-tb-home" class="D(ib) Lh(1.7) Mend(18px) Pstart(10px) Va(t) Zoom" data-reactid="5">
+ <a class="C(#fff) Td(n) Pos(r) Z(1) rapidnofollow readerOpen_V(h)" href="https://www.yahoo.com/" data-reactid="6">
+ <div data-reactid="7"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="16" style="cursor:pointer;margin-right:6px;margin-top:1px;vertical-align:top;fill:#fff;stroke:#fff;stroke-width:0;" height="16" viewBox="0 0 32 32" data-icon="home" data-reactid="8"><path d="M16.153 3.224L0 16.962h4.314v11.814h9.87v-8.003h3.934v8.003h9.84V16.962H32" data-reactid="9"/></svg><b class="Fw(400) Mstart(-1px) Td(u):h" data-reactid="10">Home</b></div>
+ </a>
+ </li>
+ <li id="uh-tb-mail" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="11"><a class="C(#fff) Td(n) Td(u):h" href="https://mail.yahoo.com/?.intl=us&amp;.lang=en-US" data-reactid="12">Mail</a></li>
+ <li id="uh-tb-flickr" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="13"><a class="C(#fff) Td(n) Td(u):h" href="https://www.flickr.com/" data-reactid="14">Flickr</a></li>
+ <li id="uh-tb-tumblr" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="15"><a class="C(#fff) Td(n) Td(u):h" href="https://www.tumblr.com/" data-reactid="16">Tumblr</a></li>
+ <li id="uh-tb-news" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="17"><a class="C(#fff) Td(n) Td(u):h" href="https://www.yahoo.com/news/" data-reactid="18">News</a></li>
+ <li id="uh-tb-sports" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="19"><a class="C(#fff) Td(n) Td(u):h" href="http://sports.yahoo.com/" data-reactid="20">Sports</a></li>
+ <li id="uh-tb-finance" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="21"><a class="C(#fff) Td(n) Td(u):h" href="http://finance.yahoo.com/" data-reactid="22">Finance</a></li>
+ <li id="uh-tb-celebrity" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="23"><a class="C(#fff) Td(n) Td(u):h" href="https://www.yahoo.com/celebrity/" data-reactid="24">Celebrity</a></li>
+ <li id="uh-tb-answers" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="25"><a class="C(#fff) Td(n) Td(u):h" href="https://answers.yahoo.com/" data-reactid="26">Answers</a></li>
+ <li id="uh-tb-groups" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="27"><a class="C(#fff) Td(n) Td(u):h" href="https://groups.yahoo.com/" data-reactid="28">Groups</a></li>
+ <li id="uh-tb-mobile" class="D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom" data-reactid="29"><a class="C(#fff) Td(n) Td(u):h" href="https://mobile.yahoo.com/" data-reactid="30">Mobile</a></li>
+ <li id="uh-tb-more" class="D(ib) Lh(1.7) Pend(6px) Pos(r) Pstart(10px) Va(t) Z(4) Zoom" data-reactid="31"><a id="uh-tb-more-link" class="C(#fff) Pos(r) Td(n) Z(1) yucs-leavable rapidnofollow readerOpen_V(h)" href="https://everything.yahoo.com/" role="button" data-reactid="32"><span class="Td(u):h" data-reactid="33">More</span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="8" style="cursor:pointer;margin-left:5px;vertical-align:middle;fill:#fff;stroke:#fff;stroke-width:0;" height="8" viewBox="0 0 512 512" data-icon="CoreArrowDown" data-reactid="34"><path d="M500.77 131.432L477.53 108.18c-14.45-14.55-40.11-14.55-54.51 0L255.845 275.363 88.582 108.124c-15.015-14.874-39.363-14.874-54.42.108L10.94 131.486c-14.58 14.44-14.58 40.11-.033 54.442l217.77 217.845c15.004 14.82 39.33 14.874 54.42-.108L500.88 185.82c14.818-14.982 14.87-39.298-.11-54.388z" data-reactid="35"/></svg></a></li>
+ <!-- react-empty: 36 -->
+ </ul>
+ </div>
+ <div id="tgtm-UH-0-Header" class="Miw(1024px) End(0) Start(0) Trs(shadowTransition) UH Z(10) Bdt(customBorderTop) MegaTheme Pt(12px) Pb(12px) Trstf(eo) Trsde(0s) Trsdu(0.13s) Trsp(a) Bgc(#fff) T(22px)" data-name="tdv2-applet-uh" data-version="8.0.580" data-reactid="37">
+ <div class="Pos(r) Maw(1256px) Miw(1000px) Mx(a)" data-reactid="38">
+ <div class="Pos(a) Miw(187px) UHMR1D_Py(0)" style="background-color:transparent;" data-reactid="39">
+ <div data-reactid="40">
+ <style data-reactid="41">
+ #tgtm-UH-0-Header #uh-logo {
+ background-image: url(https://s.yimg.com/rz/d/yahoo_news_en-US_s_f_pw_351x40_news.png);
+ }
+
+ @media only screen and (-webkit-min-device-pixel-ratio: 2),
+ only screen and ( min--moz-device-pixel-ratio: 2),
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
+ only screen and ( min-device-pixel-ratio: 2),
+ only screen and ( min-resolution: 192dpi),
+ only screen and ( min-resolution: 2dppx) {
+ #tgtm-UH-0-Header #uh-logo {
+ background-image: url(https://s.yimg.com/rz/d/yahoo_news_en-US_s_f_pw_351x40_news_2x.png);
+ }
+ }
+ </style><a id="uh-logo" class="Bgpx(0) Bgr(nr) Cur(p) D(b) H(40px) Bgz(702px) Mx(a)! W(94px) ie-7_Pos(r) ie-7_Start(-170px)" href="https://www.yahoo.com/news" data-reactid="42"><b class="Hidden" data-reactid="43">Yahoo</b></a></div>
+ </div>
+ <div id="uh-search" class="Mend(375px) Mstart(194px) Maw(595px) H(35px) Maw(745px)--sm1024 Trstf(eo) Trsde(0s) Trsdu(0.14s) Trsp(a)" data-reactid="44">
+ <form action="https://search.yahoo.com/search" class="M(0) P(0)" method="get" name="input" data-reactid="45"><label class="Hidden" for="search-assist-input" data-reactid="46">Search</label>
+ <table class="Bdcl(s)" data-reactid="47">
+ <tbody data-reactid="48">
+ <tr data-reactid="49">
+ <td class="W(100%) Va(t) Px(0)" data-reactid="50">
+ <div data-reactid="51">
+ <div class="Z(2) Pos(r)" id="search-assist-input" data-reactid="52">
+ <div class="" data-reactid="53"><input aria-label="Search" autocomplete="off" autocorrect="off" autocapitalize="off" class="Pos(r) W(100%) M(0) O(0) O(0):f Bgc(#fff) Z(2) Bxsh(n) Bxsh(n):f Fz(15px) Px(15px) Py(8px) Bdrs(0) Pstart(10px) Pend(10px) Bdc(searchBdr) glow_Bdc(searchBtnGlow) Bdc(searchBdrFoc):f Bdrs(2px)! ie-7_H(18px) ie-7_Lh(18px) ie-8_Lh(18px) ie-7_W(92%) H(35px) scrollDown_H(35px) Px(10px) glowing_Trs(searchMegaTransition)" name="p" placeholder="Search" style="-webkit-appearance:none;" value="" data-reactid="54" type="text" /></div>
+ <div class="Pos(a) Ta(start) Start(0) End(0) Bgc(#fff) Z(1) D(n) Bd Bdc(#aaa) Bdtw(0) Mt(-1px)" data-reactid="55">
+ <ul class="M(0)" data-reactid="56"></ul>
+ </div>
+ </div>
+ </div>
+ </td>
+ <td class="Va(t) Tren(os) W(10%) Whs(nw) Px(0) Bdcl(s)" data-reactid="57">
+ <div id="search-buttons" data-reactid="58"><button class="Bdrs(3px) Bdw(0) glowing_Trs(searchMegaTransition) Bxsh(customShadowMegaSearchButton) glow_Bgc(searchBtnGlow) Bxsh(searchBtnShadow) glow_Bxsh(searchBtnShadowGlow) C(#fff) Fz(16px) two-btn_Fz(13px) H(35px) ie-7_Lh(18px) ie-8_Lh(18px) Lh(5px) Fw(500) Whs(nw) P(0)! My(0)! Mstart(5px) Mend(0)! scrollDown_H(35px) Py(0) Ta(c) Td(n) Va(t) W(140px) Zoom Bgc(searchBtn) Bgc(searchBtnHvr):h" id="search-button" style="filter:chroma(color=#000000);-webkit-font-smoothing:antialiased;" type="submit" data-reactid="59">Search</button></div>
+ </td>
+ </tr>
+ </tbody>
+ </table><input name="fr" value="uh3_news_web_gs" data-reactid="60" type="hidden" /><input name="fr2" value="p:news,m:sb" data-reactid="61" type="hidden" /></form>
+ <ul id="skip-nav" class="Pos(a)" data-reactid="62">
+ <li tabindex="3" data-reactid="63"><a class="W(0) O(h) D(ib) Whs(nw) Pos(a) Bg(#500095) C(#fff) Op(0) W(a):f Op(1):f P(5px):f" href="#Navigation" data-reactid="64">Skip to Navigation</a></li>
+ <li tabindex="3" data-reactid="65"><a class="W(0) O(h) D(ib) Whs(nw) Pos(a) Bg(#500095) C(#fff) Op(0) W(a):f Op(1):f P(5px):f" href="#Main" data-reactid="66">Skip to Main Content</a></li>
+ <li tabindex="3" data-reactid="67"><a class="W(0) O(h) D(ib) Whs(nw) Pos(a) Bg(#500095) C(#fff) Op(0) W(a):f Op(1):f P(5px):f" href="#Aside" data-reactid="68">Skip to Related Content</a></li>
+ </ul>
+ </div>
+ <ul id="uh-right" class="Pos(a) List(n) End(15px) T(3px) Z(2)" data-reactid="69">
+ <li class="Fl(start) Mx(4px) Mend(9px)"><a id="uh-signedin" class="Bdrs(5px) Bds(s) Bdw(2px) C(#fff):h D(ib) Ell Fz(14px) Fw(b) Py(2px) Mt(3px) Ta(c) Td(n):h Miw(78px) H(18px) Bdc(signInBtn) Bgc(signInBtn):h C(signInBtn)" href="https://login.yahoo.com/config/login?.intl=us&amp;.lang=en-US&amp;.src=news&amp;.done=https%3A%2F%2Fus.yahoo.com%2Fnews%2Frussian-supply-ship-launched-international-space-station-150638637.html">Sign in</a></li>
+ <li class="D(ib) Mstart(14px) Mt(-1px) ua-ie8_Pb(10px) ua-ie9_Pb(10px)" data-reactid="73"><button id="uh-follow" class="Pos(r) Fl(start) D(ib) Bd(0) P(0) Mstart(14px) Mend(13px) Cur(p) ie-7_D(n) ie-8_Pb(10px) ie-9_Pb(10px)" href="#" aria-label="Notifications" data-reactid="74"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="28" style="fill:#400090;stroke:#400090;stroke-width:0;vertical-align:bottom;" height="28" viewBox="0 0 512 512" data-icon="nav-bell" data-reactid="75"><path d="M294.2 428.05h-74.4c0 20.543 16.656 37.2 37.2 37.2 20.535 0 37.2-12.47 37.2-37.2zM136.1 195.55c0 62.284-53.51 94.162-55.728 95.452L71 296.352v94.498h372v-94.498l-9.373-5.35c-.562-.318-55.727-32.573-55.727-95.452 0-63.88-12.533-148.8-120.9-148.8-108.368 0-120.9 84.92-120.9 148.8z" data-reactid="76"/></svg><span id="uh-follow-count" class="Bgc(mailBadge) Bdrs(11px) C(#fff) Start(16px) Fz(11px) Fw(b) Pos(a) Lh(2) Ta(c) T(-11px) W(22px)" data-reactid="77">1</span></button></li>
+ <li class="D(ib) Mstart(14px) Mt(-1px) ie-8_Pb(10px) ie-9_Pb(10px)" data-reactid="78"><a id="uh-mail" class="Pos(r) D(ib) Ta(s) Td(n):h" href="https://mail.yahoo.com/?.intl=us&amp;.lang=en-US&amp;.partner=none&amp;.src=news" data-reactid="79"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="30" style="fill:#400090;stroke:#400090;stroke-width:0;vertical-align:bottom;" height="35" viewBox="0 0 512 512" data-icon="NavMail" data-reactid="80"><path d="M460.586 91.31H51.504c-10.738 0-19.46 8.72-19.46 19.477v40.088l224 104.03 224-104.03v-40.088c0-10.757-8.702-19.478-19.458-19.478M32.046 193.426V402.96c0 10.758 8.72 19.48 19.458 19.48h409.082c10.756 0 19.46-8.722 19.46-19.48V193.428l-224 102.327-224-102.327z" data-reactid="81"/></svg><b class="Lh(userNavTextLh) D(ib) C(mailBtn) Fz(14px) Fw(b) Va(t) Mstart(6px)" data-reactid="82">Mail</b></a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('UH');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('UHDone', 'PageStart', 'UH');
+ }
+ </script>
+ </div>
+ </div>
+ </div>
+ <div class="HideNavrail_Translate3d(0,-100%,0) Panel-open_Translate3d(0,-100%,0) Translate3d(0,0,0) Trsp(a) Trsdu(300ms)" id="Navigation" role="navigation" tabindex="-1">
+ <div id="YDC-Nav" class="YDC-Nav">
+ <div class="Bgc($bg-content) hasScrolled_Bxsh(headerShadow) Panel-open_Bxsh(headerShadow) Pt(3px) Mt(-3px)">
+ <div id="YDC-Nav-Stack" class="YDC-Nav Miw(1007px) Maw(1260px) tablet_Miw(600px)--noRightRail Bxz(bb) Bdstartc(t) Bdstartw(20px) Bdendc(t) Bdends(s) Bdendw(20px) Bdstarts(s) Mx(a) tablet_Bd(n)">
+ <div>
+ <div id="mrt-node-tgtm-Nav-0-NavLite">
+ <div id="tgtm-Nav-0-NavLite-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="1858771711">
+ <div id="tgtm-Nav-0-NavLite" class="Pos(r) Z(1)" data-reactid="2">
+ <nav class="tdv2-applet-navrail" data-reactid="3">
+ <div class="Ff(navFrontFamily)" data-reactid="4">
+ <div id="tgtm-Nav-0-NavLite" class="nr-applet-main-nav Pos(r) Start(0) End(0) Z(8) H(navHeight) Lh(navHeight) Fz(13px) Fw(b) Bdw(1px) Miw(980px) Bdc($c-divider) Bdbs(s) Bdts(s) Bdc(borderColorLight) H(navHeight_uhMagDesign)! Lh(n)! Bdw(0px)! Bdbs(n)! Bdts(n)!" data-reactid="5">
+ <div class="Bgc($bg-content)! Bgc($bg-header) Pt(2px)" data-reactid="6">
+ <div class="nr-applet-title Fl(start) Pend(navPaddings) Bxz(bb) Ov(h) H(navHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-reactid="7">
+ <div class="" data-reactid="8">
+ <a class="nr-applet-nav-item Td(n) Ell Td(n) D(ib) Lh(itemHeight_uhMagDesign) H(42px) Bdw(0) Bdbs(s) Bxz(bb) Bdbc(navliteLinkUnderline):h Bdbw(4px):h Bdbs(s)!:h Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) C(lightTheme) C(lightTheme):h" href="https://www.yahoo.com/news/" data-reactid="9">
+ <!-- react-empty: 10 -->
+ <!-- react-text: 11 -->News Home
+ <!-- /react-text -->
+ </a>
+ </div>
+ </div>
+ <div class="nr-applet-main-nav-right Bxz(bb) Fl(end) Px(navPaddings) H(navHeight) Miw(160px) H(itemHeight_uhMagDesign)!" data-reactid="12">
+ <div class="Pos(r) D(ib) P(0) Lh(n)" data-reactid="13">
+ <div class="Pos(r) D(ib) Cur(d) Ta(start) Tal(start) Fz(14px) Lh(cateNavHeight) Mend(15px) C(lightTheme) Fz(13px)! Lh(itemHeight_uhMagDesign)! Fw(n)! Mt(1px)! Mstart(90px) Mend(22px) H(itemHeight_uhMagDesign)!" data-reactid="14"><span class="Va(m)" data-reactid="15"><span data-reactid="16">Follow Us</span></span>
+ </div>
+ <div class="D(ib) Va(t)" data-key="tumblr" data-reactid="17">
+ <div class="Pos(r) D(ib) Cur(d) Va(t)" style="height:42px;" data-reactid="18">
+ <div class="D(ib)" style="height:42px;line-height:42px;padding:0 10;padding-left:10px;" data-reactid="19"><a target="_blank" aria-label="tumblr" href="https://tumblr.com/follow/yahoonews" rel="me" class="D(ib)" data-reactid="20"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" style="vertical-align:middle;cursor:pointer;margin-top:0px;margin-left:0px;color:#000;fill:#000;stroke:#000;stroke-width:0;" height="15" viewBox="0 0 32 32" data-icon="LogoTumblr" data-reactid="21"><path d="M20.685 25.83c-1.493 0-3.54-.91-3.54-1.516V13.482h6.844V8.735h-6.846V1.6h-3.917c-.1 1.815-.645 3.45-1.482 4.702-.384.573-.827 1.066-1.32 1.45-.794.625-1.71.983-2.682.983h-.605v4.747h3.285V25.2c0 4.428 3.973 5.218 6.71 5.2.62-.007 1.18 0 1.785 0 4.18 0 4.98-.387 5.944-.9v-5.077c-.006.003-.013.013-.02.016-1.205.773-2.668 1.39-4.157 1.39z" data-reactid="22"/></svg></a></div>
+ </div>
+ </div>
+ <div class="D(ib) Va(t)" data-key="twitter" data-reactid="23">
+ <div class="Pos(r) D(ib) Cur(d) Va(t)" style="height:42px;" data-reactid="24">
+ <div class="D(ib)" style="height:42px;line-height:42px;padding:0 10;padding-left:10px;" data-reactid="25"><a target="_blank" aria-label="twitter" href="https://www.twitter.com/yahoonews" rel="me" class="D(ib)" data-reactid="26"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="16" style="vertical-align:middle;cursor:pointer;margin-top:0px;margin-left:0px;color:#000;fill:#000;stroke:#000;stroke-width:0;" height="16" viewBox="0 0 32 32" data-icon="LogoTwitter" data-reactid="27"><path d="M30.402 7.094c-1.058.47-2.198.782-3.392.928 1.218-.725 2.154-1.885 2.595-3.256-1.134.674-2.405 1.165-3.75 1.43-1.077-1.148-2.612-1.862-4.31-1.862-3.268 0-5.915 2.635-5.915 5.893 0 .464.056.91.155 1.34-4.915-.244-9.266-2.59-12.18-6.158-.51.87-.806 1.885-.806 2.96 0 2.044 1.045 3.847 2.633 4.905-.974-.032-1.883-.3-2.68-.736v.07c0 2.857 2.034 5.236 4.742 5.773-.498.138-1.022.21-1.56.21-.38 0-.75-.034-1.11-.103.75 2.344 2.93 4.042 5.518 4.09-2.024 1.58-4.57 2.523-7.333 2.523-.478 0-.952-.032-1.41-.085 2.613 1.674 5.72 2.65 9.054 2.65 10.872 0 16.814-8.976 16.814-16.765 0-.254-.008-.507-.018-.762 1.155-.83 2.155-1.868 2.95-3.047z" data-reactid="28"/></svg></a></div>
+ </div>
+ </div>
+ <div class="D(ib) Va(t)" data-key="facebook" data-reactid="29">
+ <div class="Pos(r) D(ib) Cur(d) Va(t)" style="height:42px;" data-reactid="30">
+ <div class="D(ib)" style="height:42px;line-height:42px;padding:0 10;padding-left:10px;" data-reactid="31"><a target="_blank" aria-label="facebook" href="https://www.facebook.com/YahooNews" rel="me" class="D(ib)" data-reactid="32"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" style="vertical-align:middle;cursor:pointer;margin-top:0px;margin-left:0px;color:#000;fill:#000;stroke:#000;stroke-width:0;" height="15" viewBox="0 0 32 32" data-icon="LogoFacebook" data-reactid="33"><path d="M12.752 30.4V16.888H9.365V12.02h3.387V7.865c0-3.264 2.002-6.264 6.613-6.264 1.866 0 3.248.19 3.248.19l-.11 4.54s-1.404-.013-2.943-.013c-1.66 0-1.93.81-1.93 2.152v3.553h5.008l-.22 4.867h-4.786V30.4h-4.88z" data-reactid="34"/></svg></a></div>
+ </div>
+ </div>
+ <div class="D(ib) Va(t)" data-key="instagram" data-reactid="35">
+ <div class="Pos(r) D(ib) Cur(d) Va(t)" style="height:42px;" data-reactid="36">
+ <div class="D(ib)" style="height:42px;line-height:42px;padding:0px;padding-left:10px;" data-reactid="37"><a target="_blank" aria-label="instagram" href="https://www.instagram.com/yahoonews" rel="me" class="D(ib)" data-reactid="38"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" style="vertical-align:middle;cursor:pointer;margin-top:0px;margin-left:0px;color:#000;fill:#000;stroke:#000;stroke-width:0;" height="15" viewBox="0 0 100 100" data-icon="LogoInstagram" data-reactid="39"><path d="M9.75 0c-.266.088-.53.19-.8.262C4.27 1.536 1.34 4.505.21 9.236c-.04.177-.14.342-.21.514v80.145c.17.62.31 1.25.518 1.853 1.48 4.294 4.425 6.95 8.886 7.898.185.04.362.128.54.192h79.95c.62-.17 1.25-.308 1.856-.514 4.23-1.44 6.842-4.352 7.873-8.695.06-.25.145-.49.217-.735V9.945c-.17-.62-.31-1.25-.516-1.86C97.897 3.88 95 1.282 90.697.224c-.21-.05-.405-.148-.607-.223H9.75zm68.965 11.49c1.866 0 3.733.01 5.6.028 2.406.024 3.994 1.67 4.005 4.087.017 3.668.016 7.336 0 11.004-.01 2.49-1.576 4.048-4.086 4.072-1.85.018-3.7.004-5.55.004-1.852 0-3.7.02-5.55-.004-2.435-.033-3.952-1.528-3.97-3.955-.027-3.733-.026-7.467-.002-11.2.015-2.39 1.574-3.985 3.953-4.01 1.866-.018 3.733-.027 5.6-.027zm-28.75 19.266c10.61.028 19.116 8.55 19.117 19.16 0 10.646-8.57 19.196-19.21 19.166-10.61-.03-19.11-8.55-19.114-19.158-.005-10.645 8.56-19.194 19.207-19.168zm-38.45 11.562h8.557c-2.536 12.21.533 22.677 9.93 30.96 6.03 5.312 13.254 7.72 21.283 7.322 9.648-.48 17.498-4.63 23.272-12.366 5.78-7.742 7.326-16.452 5.158-25.904h8.61v41.637c-.002 2.79-1.556 4.354-4.34 4.355-22.714.003-45.425.003-68.14 0-2.7 0-4.324-1.56-4.325-4.17-.007-13.647-.004-27.295-.004-40.943v-.892z" data-reactid="40"/></svg></a></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="nr-applet-main-nav-left H(navHeight) Mend(160px) H(itemHeight_uhMagDesign)!" data-reactid="41">
+ <div class="mainNavInnerWrapper D(tb) H(navHeight) H(itemHeight_uhMagDesign)!" data-reactid="42">
+ <div class="Lh(itemHeight) D(tbc) Lh(itemHeight_uhMagDesign)!" style="width: 646px;" data-reactid="43">
+ <ul class="H(navHeight) Ov(h) H(itemHeight_uhMagDesign)!" data-reactid="44">
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-1" data-reactid="45">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/news/us/" data-reactid="46">
+ <!-- react-empty: 47 -->
+ <!-- react-text: 48 -->US
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-2" data-reactid="49">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/news/world/" data-reactid="50">
+ <!-- react-empty: 51 -->
+ <!-- react-text: 52 -->World
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-3" data-reactid="53">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/news/politics/" data-reactid="54">
+ <!-- react-empty: 55 -->
+ <!-- react-text: 56 -->Politics
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-4" data-reactid="57">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/tech" data-reactid="58">
+ <!-- react-empty: 59 -->
+ <!-- react-text: 60 -->Tech
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-5" data-reactid="61">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/news/science/" data-reactid="62">
+ <!-- react-empty: 63 -->
+ <!-- react-text: 64 -->Science
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-6" data-reactid="65">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/news/odd/" data-reactid="66">
+ <!-- react-empty: 67 -->
+ <!-- react-text: 68 -->Odd News
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-7" data-reactid="69">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://gma.yahoo.com/" data-reactid="70">
+ <!-- react-empty: 71 -->
+ <!-- react-text: 72 -->ABC News
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-8" data-reactid="73">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/news/originals/" data-reactid="74">
+ <!-- react-empty: 75 -->
+ <!-- react-text: 76 -->Yahoo Originals
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-9" data-reactid="77">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/katiecouric" data-reactid="78">
+ <!-- react-empty: 79 -->
+ <!-- react-text: 80 -->Katie Couric
+ <!-- /react-text -->
+ </a>
+ </li>
+ <li class="nr-applet-main-nav-item Pend(navPaddings) Whs(nw) Fl(start) H(itemHeight) H(itemHeight_uhMagDesign)! Pend(30px)!" data-subnav-type="networknav_root-10" data-reactid="81">
+ <a class="nr-applet-nav-item Td(n) nr-list-link Ell Td(n) D(ib) Bdbs(s):h Pos(r) Bdc($fg-header) Lh(cateNavHeight) C(lightTheme):h C(lightTheme) H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width) Fw(b)! Lh(itemHeight_uhMagDesign)! Va(m)! Fz(13px) Fl(start) openSubNav" href="https://www.yahoo.com/author/matt-bai" data-reactid="82">
+ <!-- react-empty: 83 -->
+ <!-- react-text: 84 -->Matt Bai
+ <!-- /react-text -->
+ </a>
+ </li>
+ </ul>
+ </div>
+ <div class="D(tbc) Va(t) Lh(itemHeight) Lh(itemHeight_uhMagDesign)!" data-reactid="85">
+ <div class="nr-applet-moreNav Fl(start) Pos(r) H(itemHeight) H(itemHeight_uhMagDesign)!" data-subnav-type="more-menu" data-reactid="86"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="16" style="vertical-align:middle;cursor:pointer;margin-top:-1px;color:#26282a;fill:#26282a;stroke:#26282a;stroke-width:0;" height="16" viewBox="0 0 96 96" data-icon="StreamShare" data-reactid="87"><path d="M16 38c-5.516 0-10 4.477-10 10 0 5.525 4.484 10 10 10 5.53 0 10-4.475 10-10 0-5.523-4.47-10-10-10zM48 38c-5.516 0-10 4.477-10 10 0 5.525 4.484 10 10 10 5.53 0 10-4.475 10-10 0-5.523-4.47-10-10-10zM80 38c-5.516 0-10 4.477-10 10 0 5.525 4.484 10 10 10 5.53 0 10-4.475 10-10 0-5.523-4.47-10-10-10z" data-reactid="88"/></svg></div>
+ </div>
+ </div>
+ </div>
+ <div class="W(100%) H(0)! H(2px) Bgc($c-divider)" data-reactid="89"></div>
+ </div>
+ </div>
+ </div>
+ </nav>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('Navrail');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('NavrailDone', 'PageStart', 'Navrail');
+ }
+ </script>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Lead" class="YDC-Lead">
+ <div id="YDC-Lead-Stack" class="YDC-Lead-Stack">
+ <div>
+ <div id="mrt-node-tgtm-Lead-0-Ad">
+ <div id="tgtm-Lead-0-Ad-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-1019061424">
+ <div data-reactid="2">
+ <div id="mrtMAST-9-sizer" class="darla-container D-n D(n)" data-reactid="3">
+ <div id="mrtMAST-9-wrapper" class="" data-reactid="4">
+ <div id="mrtdestMAST-9" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Lead-0-Ad');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Lead-0-AdDone', 'PageStart', 'tgtm-Lead-0-Ad');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Lead-1-Ad">
+ <div id="tgtm-Lead-1-Ad-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="686921517">
+ <div data-reactid="2">
+ <div id="mrtLDRB-9-sizer" class="darla-container" style="margin-bottom:10px;margin-top:0px;margin-left:0px;margin-right:0px;text-align:center;line-height:0px;padding-bottom:13px;padding-top:13px;" data-reactid="3">
+ <div id="mrtLDRB-9-wrapper" class="" data-reactid="4">
+ <div id="sb_rel_mrtdestLDRB-9" class="darla" style="position: relative; z-index: 9; width: 728px; height: 90px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 10; width: 728px; height: 90px; top: 0px; left: 0px; visibility: inherit; display: block;" id="mrtdestLDRB-9" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Lead-1-Ad');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Lead-1-AdDone', 'PageStart', 'tgtm-Lead-1-Ad');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Lead-2-FeatureBar">
+ <div id="tgtm-Lead-2-FeatureBar-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="109322601">
+ <!-- react-empty: 2 -->
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Lead-2-FeatureBar');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Lead-2-FeatureBarDone', 'PageStart', 'tgtm-Lead-2-FeatureBar');
+ }
+ </script>
+ </div>
+ </div>
+ </div>
+ <div class="Pos(r) Bgc($bg-content) Panel-postopen_D(n) Miw(1007px) Maw(1260px) tablet_Miw(600px)--noRightRail Bxz(bb) Bdstartc(t) Bdstartw(20px) Bdendc(t) Bdends(s) Bdendw(20px) Bdstarts(s) Mx(a)">
+ <div id="YDC-Col1" class="YDC-Col1 Bdendc(t) Bdendw(340px) tablet_Bdendw(0)--noRightRail Bdends(s) Mt(17px) Pos(r)">
+ <div id="Main" role="content" tabindex="-1">
+ <div id="mrt-node-tgtm-YDC-Stream">
+ <div id="tgtm-YDC-Stream-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="2049776449">
+ <div id="tgtm-YDC-Stream" class="tdv2-applet-stream Bdc(#e2e2e6)" style="max-width:900px;" data-reactid="2">
+ <ul class="Mb(0) Ov(h) P(0) Wow(bw)" data-reactid="3">
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="4">
+ <div id="item-0" class="W(100%) Maw(900px) Mb(15px)" data-test-locator="streamhero" data-reactid="5">
+ <div class="Pos(r) Cf Wow(bw)" data-reactid="6">
+ <div class="Pos(r) streamHeroImage W(76.3%) W(68%)--md1100 Fl(start) Mend(2px)" data-reactid="7">
+ <a class="Td(n)" href="/gma/christmas-party-may-triggered-san-bernardino-terror-attack-103800489--abc-news-topstories.html" data-reactid="8">
+ <div class="Pos(r) C(#000) H(0) Ovy(h)" tabindex="-1" style="padding-bottom:56.3%;" data-reactid="9"><img alt="Party may have been San Bernardino trigger" class="Trsdu(.42s) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="/sy/uu/api/res/1.2/x_tcbZOygbxFrzTIs.Wb2w--/Zmk9c3RyaW07aD0zNzg7cHlvZmY9MDtxPTk1O3c9NjcyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/OsxooCBCKqU8KAJk0gF.Tg--%7EC/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/077ba5f0-b805-11e6-9597-bb741f194c03_Syed-Farook-nh.jpg.cf.jpg" data-reactid="10" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroLeadGradient)" data-reactid="11"></div>
+ </a>
+ <div class="Pos(a) Z(2) B(0) Mb(10px) Pstart(25px) Pstart(18px)--md1100" data-test-locator="streamhero-actions" data-reactid="12"><button aria-label="Sign in to like" class="D(ib) Ta(c) Va(m) Mend(30px) Mt(2px) NoJs_D(n) Bd(0) M(0) P(0) Va(m)" href="#" data-reactid="13"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="20" style="fill:#fff;stroke:#fff;stroke-width:0;vertical-align:bottom;" height="20" viewBox="0 0 48 48" data-icon="favorite" data-reactid="14"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397" data-reactid="15"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r) Mend(30px) Mt(2px) Va(m) Z(1)" style="-webkit-tap-highlight-color:transparent;" data-reactid="16"><button aria-label="Share Menu" class="O(0):f M(0) P(0) B(0) react-button" data-reactid="17"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" style="vertical-align:initial;fill:#fff;stroke:#fff;stroke-width:0;" height="20" viewBox="0 0 48 48" data-icon="share" data-reactid="18"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z" data-reactid="19"/></svg></button></div><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib)" href="/gma/christmas-party-may-triggered-san-bernardino-terror-attack-103800489--abc-news-topstories.html" data-reactid="20"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" style="position:relative;top:1px;margin:auto;vertical-align:middle;fill:#fff;stroke:#fff;stroke-width:0;" height="21" viewBox="0 0 16 16" data-icon="comments" data-reactid="21"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z" data-reactid="22"/></svg><span data-reactid="23"><span class="Fw(b) Pos(r) Mstart(4px) Fz(13px)" style="color:#fff;" data-reactid="24">2559</span><span class="Hidden" data-reactid="25">Comments. Click to view comments</span></span></a></div>
+ <div class="Pos(a) Pstart(25px) Pstart(18px)--md1100 Pend(45px) Pend(25px)--md1100 C(#fff) Z(1) Mb(2px) B(42px)" data-reactid="26">
+ <a class="Fw(b) Td(n) C(#fff) C(#fff):h" href="/gma/christmas-party-may-triggered-san-bernardino-terror-attack-103800489--abc-news-topstories.html" data-reactid="27">
+ <h2 class="Fz(25px) Fz(22px)--md1100 Lh(31px) Lh(25px)--md1100 Fw(700) Tsh(streamHeroTextShadow) Td(u):h" data-reactid="28">Party may have been San Bernardino trigger</h2>
+ <p class="Fz(14px) C(#f7f8ff) Tov(e) LineClamp(2,34px) firefox_D(b)! Tsh(streamHeroTextShadow) Fw(400) Pt(6px) Pb(4px)" data-reactid="29"><span class="Mend(5px)" data-reactid="30">The 2015 rampage may have been sparked by a training session with decorations that included a Christmas tree, authorities believe.</span><span class="D(ib) Td(u):h Fw(600) C(#fff)" data-reactid="31"><!-- react-text: 32 -->New details<!-- /react-text --><!-- react-text: 33 --> »<!-- /react-text --></span></p>
+ </a>
+ </div>
+ </div>
+ <div class="Ov(h) Mstart(76.3%) Mstart(68%)--md1100" data-reactid="34">
+ <ul class="Pos(r) H(0) Pb(170.25%) Pb(115.5%)--md1100" style="top:0;transition:top .4s;" data-reactid="35">
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)" data-reactid="36">
+ <a class="ie-7_D(b)" href="/news/what-just-happened-with-carrier-is-crazy-223106708.html" data-reactid="37">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1" data-reactid="38"><img alt="Trump's Carrier deal raises red flags" class="Trsdu(.42s) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="/sy/uu/api/res/1.2/c_5m.q81fhiHR_OtVl4LXg--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/Kwclfh9FhnLRkXCAxyhr1A--%7EC/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/60b4c4f0-b821-11e6-a523-df2c277ad130_carrier3.jpg.cf.jpg" data-reactid="39" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)" data-reactid="40"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)" data-reactid="41">Trump's Carrier deal raises red flags</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)" data-reactid="42">
+ <a class="ie-7_D(b)" href="/news/breitbart-urges-boycott-of-kelloggs-after-cereal-maker-pulls-ads-152042623.html" data-reactid="43">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1" data-reactid="44"><img alt="Breitbart starts war with Kellogg's " class="Trsdu(.42s) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="/sy/uu/api/res/1.2/nRoupSfchK9xlLaGwfqbrQ--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/jBk_K19QS_R2N6cv1Jo.nQ--%7EC/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/578a60f0-b7e1-11e6-84d7-afd41e7a457a_cereal-nh.jpg.cf.jpg" data-reactid="45" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)" data-reactid="46"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)" data-reactid="47">Breitbart starts war with Kellogg's </h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)" data-reactid="48">
+ <a class="ie-7_D(b)" href="/news/former-cuban-prisoner-alan-gross-compares-trump-to-castro-153752897.html" data-reactid="49">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1" data-reactid="50"><img alt="Ex-Cuban prisoner likens Trump to Castro" class="Trsdu(.42s) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="/sy/uu/api/res/1.2/lBBjVn8yZTJMYlmvXks9kg--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/9ybaU0mkis_MEU8KEXWu_A--%7EC/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/b1c4e1d0-b7e6-11e6-acc0-99cee64c4025_gross-nh.jpg.cf.jpg" data-reactid="51" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)" data-reactid="52"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)" data-reactid="53">Ex-Cuban prisoner likens Trump to Castro</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/gma/husband-super-mom-describes-moment-alleged-kidnappers-released-002808159--abc-news-topstories.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Husband of 'Super Mom' talks chilling release" class="Trsdu(.42s) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="/sy/uu/api/res/1.2/mvvblrt5TPrXbJGw4wICFg--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/T0TYaaPEXUYHNHelmXiDtA--%7EC/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/8d3461c0-b7db-11e6-8d5b-f33bfbc5e37a_papini.jpeg" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Husband of 'Super Mom' talks chilling release</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/nobel-laureates-urge-trump-to-respect-scientific-integrity-174803237.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Nobelists send open letter to Trump" class="Trsdu(.42s) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="/sy/uu/api/res/1.2/cpzruLLm4bRxs_goFjFgag--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/o6yR2afc_lIt7zODYEEznA--%7EC/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/90778330-b7f9-11e6-8883-b573f7cbf769_trump-nh.jpg.cf.jpg" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Nobelists send open letter to Trump</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/petraeus-would-need-to-inform-his-probation-officer-if-he-joins-trumps-cabinet-172641753.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="General Petraeus may need to chat with PO" class="Trsdu(.42s) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="/sy/uu/api/res/1.2/U6EahToM6GV_v_u7IMQLTA--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/bMDj1RG6kYv1ci1TJb3hRw--%7EC/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/7e6aa6f0-b7f8-11e6-8713-53806c57f2fe_AP_16189675823987.jpg.cf.jpg" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">General Petraeus may need to chat with PO</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/trump-returns-to-indiana-for-victory-lap-on-carrier-deal-214322278.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Trump basks in victory over Carrier deal" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/.ywuOEGg0vPIJ5kxVXib0Q--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/w4XtPBhegu11Z8jPt1b20Q--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/aa784670-b812-11e6-880d-459222b4b416_trump_carrier-1404.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Trump basks in victory over Carrier deal</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/trump-supports-completion-dakota-access-pipeline-233526810--finance.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Trump backs completion of controversial pipeline" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/07mGQG4KtGGx7QweUEJ_qA--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/J75RdaZJ75wsUgsxKwL0kw--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-02/80be79d0-b82b-11e6-b5e0-6b2b9a61c907_trump-pipeline-nh.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Trump backs completion of controversial pipeline</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/in-gen-jim-mattis-trump-chooses-a-warrior-monk-as-secretary-of-defense-015428682.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Trump taps Mattis as defense chief" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/muvhe__KtjJjZ91dALn16g--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/0h3ZdIuYBxbXMkQySxYYsw--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/edc5fd00-b80d-11e6-b7cf-9932f4c0ae8b_trump_mattis-1404.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Trump taps Mattis as defense chief</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/the-real-problem-behind-fake-news-233047332.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="The real problem behind fake news" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/mQuD4f4tGqJMNuholj7DKQ--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/vuvCrzpY5JE5h8NJIoInuw--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/81b22090997517ac847979e73311ea5e&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">The real problem behind fake news</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/attack-san-bernardino-faithful-seek-unity-080829842.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="San Bernardino, one year after the attack" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/povSdjarZd1nIgvPrRFt9A--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/FBGVgMS_ySQa0V2Y9ggETg--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/07ab8d60-b7f6-11e6-9bd0-5359df4ccd07_bern-nh.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">San Bernardino, one year after the attack</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/gma/buzz-aldrin-medically-evacuated-south-pole-condition-deteriorated-144817115--abc-news-topstories.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Buzz Aldrin, 86, evacuated from South Pole" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/Lj2IMpj83r_C6sQg5S.qPA--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/dQQdO_MqT94IoxlwG96MoQ--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/a5fface0-b7e1-11e6-b947-731778efc65d_buzzaldrin.jpeg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Buzz Aldrin, 86, evacuated from South Pole</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/trump-face-tough-questions-future-nuclear-arsenal-083854712--election.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Trump faces tough nuclear weapons questions" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/PtIx1.VmCaD0zNSZdL.dGQ--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/tZa2wNoGh44MB2lhTGEvIw--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-02/5e194040-b826-11e6-9b8e-e31a36c5974b_trump3.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Trump faces tough nuclear weapons questions</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/report-chris-christie-looking-at-becoming-gop-chair-194506864.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Report: Chris Christie is eyeing a new position" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/TmgLqQFk9QDGbX_eSC8iwg--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/GlwoTf.8hIv1SjSpKL_S5Q--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/b9001110-b807-11e6-9ab0-9315efad5fdd_christie3.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Report: Chris Christie is eyeing a new position</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/russian-economy-way-recovery-putin-095350018.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Putin voices hope on mending U.S. rift" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/n0NYUNW2NsM96lclo32ETA--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/u5bMCVVfmsTvyqmTjQkiZA--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/e182c6a0-b7d5-11e6-86ed-279a0177af5d_putin-nh.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Putin voices hope on mending U.S. rift</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/donald-trump-is-running-victory-laps-and-settling-old-scores-064424074.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Trump running victory laps, settling old scores" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/Ds22xUj228nb1mxxewg.HA--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/HMa__s6zoGcqvtOHdCuvug--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-02/80e8eac0-b863-11e6-b81e-d1a488560522_trump-speech-lg.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Trump running victory laps, settling old scores</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/howard-schultz-stepping-down-starbucks-210110034.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Howard Schultz stepping down at Starbucks" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/zZ1UXoHg9p28KyUG90uMxA--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/qrwzZd.rM0wfOH4.9DCpnA--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/9c607980-b80e-11e6-a769-a3808f15d370_schultz3.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Howard Schultz stepping down at Starbucks</h3>
+ </a>
+ </li>
+ <li class="Pos(r) streamHeroImage Mb(2px) D(b)">
+ <a class="ie-7_D(b)" href="/news/tip-sheet-workers-workplaces-where-053931548.html">
+ <div class="Pos(r) C(#000) H(0) Ovy(h) Pb(56.16%)" tabindex="-1"><img alt="Changing marijuana laws and the workplace" class="JsEnabled_Op(0) JsEnabled_Bg(n) Trsdu(.42s) Bgr(nr) Bgz(cv) W(100%) Trs(streamHeroImgFilterTrans) streamHeroImage:h_Op(0.9) streamHeroImage:h_Fil(streamHeroImgFilterHover) Fil(streamHeroImgFilter)" src="https://s.yimg.com/g/images/spaceball.gif" style="background-image: url(&quot;/sy/uu/api/res/1.2/0z_iXFp1UZFCcJk4cRrkiQ--/Zmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/lo/api/res/1.2/nMj2SMLtzOcetPa5NI9VxA--~C/Zmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy/https://media.zenfs.com/creatr-images/GLB/2016-12-01/820828c0-b7e7-11e6-9f78-d1eb43c29ed4_marijuana_smoker-1404.jpg.cf.jpg&quot;);" /></div>
+ <div class="StretchedBox W(100%) H(100%) ie-7_H(a) Bg(streamHeroGradient)"></div>
+ <h3 class="Pos(a) Td(n) C(#fff) Fz(13px) Td(u):h LineClamp(3,45px) Mend(30px) Mend(23px)--md1100 Mstart(12px) B(0) Fw(b) Mb(10px) Lh(15px) Tsh(streamHeroTextShadow) Whs(n)">Changing marijuana laws and the workplace</h3>
+ </a>
+ </li>
+ </ul>
+ </div>
+ <div class="Bxz(bb) Mstart(76.3%) Mstart(68%)--md1100 Bgc(#000) Fw(700) C(#fff) Py(6px) Fz(11px) Pstart(12px) Pos(a) B(0) End(0) Start(2px) Pend(10px)" style="height:26px;" data-test-locator="streamhero-controls" data-reactid="54"><span><!-- react-text: 419 -->1<!-- /react-text --><!-- react-text: 420 -->-<!-- /react-text --><!-- react-text: 421 -->3<!-- /react-text --><!-- react-text: 422 --> of <!-- /react-text --><!-- react-text: 423 -->18<!-- /react-text --></span>
+ <div class="Fl(end) Pos(r) T(-4px)" data-reactid="55"><button class="Bd(0) P(0) Lh(0) Va(m) O(0):f Start(0)" data-reactid="56"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="23" style="margin-left:12px;opacity:0.6;fill:#fff;stroke:#fff;stroke-width:0;vertical-align:bottom;" height="23" viewBox="0 0 48 48" data-icon="caret-up" data-reactid="57"><path d="M24.21 16.03L11.48 28.76c-.78.78-.78 2.047 0 2.827.78.78 2.048.78 2.83 0l9.898-9.9 9.9 9.9c.78.78 2.047.78 2.827 0 .78-.78.78-2.047 0-2.828L24.21 16.03z" data-reactid="58"/></svg></button><button class="Bd(0) P(0) Lh(0) Va(m) O(0):f End(0)" data-reactid="59"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="23" style="margin-left:12px;fill:#fff;stroke:#fff;stroke-width:0;vertical-align:bottom;" height="23" viewBox="0 0 48 48" data-icon="caret-down" data-reactid="60"><path d="M24.21 33.173l12.727-12.728c.78-.78.78-2.048 0-2.828-.78-.78-2.047-.78-2.828 0l-9.9 9.9-9.9-9.9c-.78-.78-2.047-.78-2.827 0-.78.78-.78 2.047 0 2.828L24.21 33.173z" data-reactid="61"/></svg></button></div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="62">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="63">
+ <div class="Cf" data-reactid="64">
+ <div class="Fl(start) Pos(r) Z(1) Mt(2px) W(26.5%) Maw(220px)" data-reactid="65">
+ <a href="/news/russian-supply-ship-launched-international-space-station-150638637.html" class="D(b) H(0) Ov(h) Bdrs(2px) active" style="padding-bottom:88%;" data-reactid="66"><img srcset="https://s.yimg.com/uu/api/res/1.2/rjByh6oEyxjzJF.bBGQncw--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/ap_webfeeds/c9375de6acbf4c168be78ffe4ec71ea9.jpg.cf.jpg 1x,https://s.yimg.com/uu/api/res/1.2/BWTbbVzclNg7m6n00NA_fw--/Zmk9c3RyaW07aD0zODY7cHlvZmY9MDtxPTgwO3c9NDQwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/ap_webfeeds/c9375de6acbf4c168be78ffe4ec71ea9.jpg.cf.jpg 2x" class="Trsdu(.42s) W(100%) Trsdu(0s)! Bdrs(2px)" alt="Russia: Space ship malfunctions, breaks up over Siberia" src="/sy/uu/api/res/1.2/rjByh6oEyxjzJF.bBGQncw--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/ap_webfeeds/c9375de6acbf4c168be78ffe4ec71ea9.jpg.cf.jpg" data-reactid="67" /></a>
+ </div>
+ <div class="Ov(h) Pend(44px) Pstart(25px)" data-reactid="68">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#003abc) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="69">Science</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="70">Associated Press</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)" data-reactid="71"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%) active" href="/news/russian-supply-ship-launched-international-space-station-150638637.html" data-reactid="72"><span data-reactid="73"><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color:#959595;" data-reactid="74">11</span><span class="Hidden" data-reactid="75">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" style="position:relative;top:1px;margin:auto;vertical-align:middle;fill:#959595;stroke:#959595;stroke-width:0;" height="21" viewBox="0 0 16 16" data-icon="comments" data-reactid="76"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z" data-reactid="77"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#" data-reactid="78"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" style="fill:#959595;stroke:#959595;stroke-width:0;vertical-align:bottom;" height="21" viewBox="0 0 48 48" data-icon="favorite" data-reactid="79"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397" data-reactid="80"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)" style="-webkit-tap-highlight-color:transparent;" data-reactid="81"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button" data-reactid="82"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" style="vertical-align:initial;fill:#959595;stroke:#959595;stroke-width:0;" height="20" viewBox="0 0 48 48" data-icon="share" data-reactid="83"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z" data-reactid="84"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="85"><a href="/news/russian-supply-ship-launched-international-space-station-150638637.html" class="Td(n) O(n):f active" data-reactid="86"><u class="StretchedBox" data-reactid="87"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="88">Russia: Space ship malfunctions, breaks up over Siberia</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,38px) LineClamp(2,34px)--sm1024 D(n)--sm1024 Bxz(bb) Pb(2px)" data-reactid="89">An unmanned Russian cargo spaceship heading to the International Space Station broke up in the atmosphere over Siberia on Thursday due to an unspecified malfunction, the Russian space agency said. The Progress MS-04 cargo craft broke up at an altitude of 190 kilometers (118 miles) over the remote Russian Tuva region in Siberia that borders Mongolia, Roscosmos said in a statement. It said most of spaceship's debris burnt up as it entered the atmosphere but some fell to Earth over what it called an uninhabited area.</p>
+ <ul class="Cf Mt(12px) Fz(12px) Pos(r) Z(1) Mt(8px)--sm1024" data-reactid="90">
+ <li class="Fl(start) W(50%) W(100%)--sm1024 Mb(8px)--sm1024" data-reactid="91">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/m/7449993c-4a8a-35a2-a0ff-f34af3c189ca/ss_russian-space-station-cargo.html" data-reactid="92"><img srcset="" class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Russian space station cargo ship experiences anomaly, burns up" src="/sy/uu/api/res/1.2/VTyRBpgI2e0bCUnxX5Rgpg--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://slingstone.zenfs.com/offnetwork/9a3eaeb44ce43eb0e6bbd26e3b0b34f3" data-reactid="93" />
+ <div class="Ov(h)" data-reactid="94">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="95">Russian space station cargo ship experiences anomaly, burns up</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="96">UPI</div>
+ </div>
+ </a>
+ </li>
+ <li class="Fl(start) W(50%) W(100%)--sm1024" data-reactid="97">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/m/78033279-878b-3494-9324-8bb0b27694ee/ss_progress-space-station-cargo.html" data-reactid="98"><img srcset="" class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Progress space station cargo ship malfunctions, crashes in Siberia" src="/sy/uu/api/res/1.2/RZdz1Te.05Qfasd5Wfbp8Q--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://slingstone.zenfs.com/offnetwork/3e956d3b2b73c0d66b383324df4e3d8c" data-reactid="99" />
+ <div class="Ov(h)" data-reactid="100">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="101">Progress space station cargo ship malfunctions, crashes in Siberia</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="102">CBS News</div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="103">
+ <div class="controller Feedback Pos(r)" data-beacon="" data-tp-beacon="" data-reactid="104">
+ <div class="Cf Ov(h) Pos(r) Mt(-3px) Py(14px)" data-reactid="105">
+ <a rel="nofollow noopener noreferrer" class="Fl(start) Mt(3px) Mend(25px) W(26.5%) Maw(220px)" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=QB2YboQGIS_LDyLUj4tZxJgxNaT.BrcpGipmgxQaV5tHqVzBqQ1wu1MnAMJmpRAgp3wJHtuorQdt_QgnF9KKEr_NfKljpKZVw1kV5yklob7anAz9qV2FNG7.5IZSrxUwuVPGasRenbwtGhNi2vSiWHGUvWApKo7vR84cog4b0f1bQ9ar6.GpRZHVLob2tSKYZB06eSVh_nL_OmK99.DSDsGNXYcu45DmjMJisJz.4512PPSI9YMo_qimBzrjD8FDFMIXK_cV8FSR3E8jbDO3sUxSm6zsRrWnLm66UK66mSV3vT.gREatVNPE9xVaq7d_tm8QmKakFCwYIj5AXNgM4psQkWUxH1pn9C5EGBMr341T86R83EWvega1pF.lYVYCK7rIBfWbLgaaWsVt3foPPG2r3rF4TjAx_x2YmqFxJNtgBL4vXwvsGsKj703DzDF0xHs9Q9vfmYiaoHfaFENWb2ZVqGgg0yTEepWhH4OvwejT0nZfH4flCFtWlJjW.GQ7zT7lYM97OCZlAQuUydGWw9fYav6sRI7XRsloslBQcXqqcLjJqhCS7hx1oqJvRTsccGiArKloFqY4NF9s3YW2c3XnIZGnv3gTz3I800OiYWlqecxHQ2rXscbhb_dNZPsv1XrsGcI7UQ--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia" data-reactid="106">
+ <div class="Pos(r) Z(1)" data-reactid="107"><img class="Trsdu(.42s) D(b) Trsdu(0s)! Bdrs(2px)" alt="IFC Markets. Forex &amp; CFD trading" src="/sy/uu/api/res/1.2/2SChHrdWdg0VIIG0njDK4g--/Zmk9c3RyaW07aD0xMjM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/av/moneyball/ads/1476367816981-4689.jpg.cf.jpg" data-reactid="108" width="100%" /></div>
+ </a>
+ <div class="Ov(h) Pend(44px)" data-reactid="109">
+ <div class="Pos(r) Z(2) Fw(b)" data-reactid="110"><a class="D(ib) Td(n) C(#959595) Fz(12px) Mend(3px) Mb(6px)" href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" target="_blank" rel="noopener noreferrer" data-reactid="111">Sponsored</a><a href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" rel="noopener noreferrer" data-reactid="112"><i class="Pos(r) T(2px)" data-reactid="113"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" style="vertical-align:baseline;fill:#959595;stroke:#959595;stroke-width:0;" height="12" viewBox="0 0 24 24" data-icon="sponsor" data-reactid="114"><path d="M5.636 4.222c-.39-.39-1.023-.39-1.414 0s-.39 1.024 0 1.414l.707.707c.39.39 1.022.39 1.414 0 .39-.39.39-1.023 0-1.414l-.708-.708zM4.93 17.658l-.708.707c-.39.39-.39 1.023 0 1.414.39.39 1.023.39 1.414 0l.707-.708c.39-.39.39-1.024 0-1.414-.39-.39-1.023-.39-1.414 0zm14.14 0c-.39-.39-1.023-.39-1.413 0-.39.39-.39 1.023 0 1.414l.707.707c.39.39 1.024.39 1.414 0 .39-.392.39-1.025 0-1.415l-.707-.707zm0-11.315l.708-.707c.39-.39.39-1.023 0-1.414s-1.024-.39-1.414 0l-.707.707c-.39.39-.39 1.024 0 1.414.39.39 1.023.39 1.414 0zM22 11h-1c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zM10 9h5c.552 0 1-.448 1-1s-.448-1-1-1h-2c0-.55-.447-1-1-1s-1 .45-1 1H9.5C8.12 7 7 8.12 7 9.5v1C7 11.88 8.12 13 9.5 13H13c.552 0 1 .448 1 1s-.448 1-1 1H8c-.553 0-1 .448-1 1s.447 1 1 1h3c0 .55.447 1 1 1s1-.45 1-1h.5c1.38 0 2.5-1.12 2.5-2.5v-1c0-1.38-1.37-2.5-3-2.5h-3c-.553 0-1-.448-1-1s.447-1 1-1zm2-5c.553 0 1-.448 1-1V2c0-.552-.447-1-1-1s-1 .448-1 1v1c0 .552.447 1 1 1zm-9 7H2c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zm9 9c-.553 0-1 .448-1 1v1c0 .552.447 1 1 1s1-.448 1-1v-1c0-.552-.447-1-1-1z" data-reactid="115"/></svg></i></a><a class="Fz(11px) Td(n) Fw(n) D(ib) C(#959595) Mstart(9px)" rel="noopener noreferrer" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=QB2YboQGIS_LDyLUj4tZxJgxNaT.BrcpGipmgxQaV5tHqVzBqQ1wu1MnAMJmpRAgp3wJHtuorQdt_QgnF9KKEr_NfKljpKZVw1kV5yklob7anAz9qV2FNG7.5IZSrxUwuVPGasRenbwtGhNi2vSiWHGUvWApKo7vR84cog4b0f1bQ9ar6.GpRZHVLob2tSKYZB06eSVh_nL_OmK99.DSDsGNXYcu45DmjMJisJz.4512PPSI9YMo_qimBzrjD8FDFMIXK_cV8FSR3E8jbDO3sUxSm6zsRrWnLm66UK66mSV3vT.gREatVNPE9xVaq7d_tm8QmKakFCwYIj5AXNgM4psQkWUxH1pn9C5EGBMr341T86R83EWvega1pF.lYVYCK7rIBfWbLgaaWsVt3foPPG2r3rF4TjAx_x2YmqFxJNtgBL4vXwvsGsKj703DzDF0xHs9Q9vfmYiaoHfaFENWb2ZVqGgg0yTEepWhH4OvwejT0nZfH4flCFtWlJjW.GQ7zT7lYM97OCZlAQuUydGWw9fYav6sRI7XRsloslBQcXqqcLjJqhCS7hx1oqJvRTsccGiArKloFqY4NF9s3YW2c3XnIZGnv3gTz3I800OiYWlqecxHQ2rXscbhb_dNZPsv1XrsGcI7UQ--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia" data-reactid="116">IFC Markets</a></div>
+ <h3 class="M(0)" data-reactid="117"><a rel="nofollow noopener noreferrer" class="Td(n)" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=QB2YboQGIS_LDyLUj4tZxJgxNaT.BrcpGipmgxQaV5tHqVzBqQ1wu1MnAMJmpRAgp3wJHtuorQdt_QgnF9KKEr_NfKljpKZVw1kV5yklob7anAz9qV2FNG7.5IZSrxUwuVPGasRenbwtGhNi2vSiWHGUvWApKo7vR84cog4b0f1bQ9ar6.GpRZHVLob2tSKYZB06eSVh_nL_OmK99.DSDsGNXYcu45DmjMJisJz.4512PPSI9YMo_qimBzrjD8FDFMIXK_cV8FSR3E8jbDO3sUxSm6zsRrWnLm66UK66mSV3vT.gREatVNPE9xVaq7d_tm8QmKakFCwYIj5AXNgM4psQkWUxH1pn9C5EGBMr341T86R83EWvega1pF.lYVYCK7rIBfWbLgaaWsVt3foPPG2r3rF4TjAx_x2YmqFxJNtgBL4vXwvsGsKj703DzDF0xHs9Q9vfmYiaoHfaFENWb2ZVqGgg0yTEepWhH4OvwejT0nZfH4flCFtWlJjW.GQ7zT7lYM97OCZlAQuUydGWw9fYav6sRI7XRsloslBQcXqqcLjJqhCS7hx1oqJvRTsccGiArKloFqY4NF9s3YW2c3XnIZGnv3gTz3I800OiYWlqecxHQ2rXscbhb_dNZPsv1XrsGcI7UQ--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia" data-reactid="118"><u class="StretchedBox" data-reactid="119"></u><span class="Td(n) Fw(b) C(#0078ff):h C(#000) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024" data-reactid="120">IFC Markets. Forex &amp; CFD trading</span></a></h3>
+ <p class="M(0) Lh(19px) LineClamp(2,38px) Fz(14px) Mt(5px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,34px)--sm1024" data-reactid="121">Excellent Conditions for Professional Trading! 500+ trading instruments. 2 regulations: CySEC and BVI FSC. 100% dividend adjustment on stock CFDs.</p>
+ </div>
+ </div>
+ <!-- react-text: 122 -->
+ <!-- /react-text -->
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="123">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="124">
+ <div class="Cf" data-reactid="125">
+ <div class="Fl(start) Pos(r) Z(1) Mt(2px) W(26.5%) Maw(220px)" data-reactid="126">
+ <a href="/news/meet-designers-happy-dress-melania-231300756.html" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom:88%;" data-reactid="127"><img class="Trsdu(.42s) W(100%) Trsdu(0s)! Bdrs(2px)" alt="Meet the Designers Who Are Happy to Dress Melania Trump as First Lady - and the Ones Who Won't" style="" src="/sy/uu/api/res/1.2/suS69_6DnHbDv..IcWI.Kg--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/homerun/inside_edition/f16f4eebbcfaa1b365e3a7fe7d93672d" data-reactid="128" srcset="" /></a>
+ </div>
+ <div class="Ov(h) Pend(44px) Pstart(25px)" data-reactid="129">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#be0067) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="130">Style</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="131">Inside Edition</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/meet-designers-happy-dress-melania-231300756.html"><span><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color: rgb(149, 149, 149);">200</span><span class="Hidden">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="132"><a href="/news/meet-designers-happy-dress-melania-231300756.html" class="Td(n) O(n):f" data-reactid="133"><u class="StretchedBox" data-reactid="134"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="135">Meet the Designers Who Are Happy to Dress Melania Trump as First Lady - and the Ones Who Won't</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,38px) LineClamp(2,34px)--sm1024 D(n)--sm1024 Bxz(bb) Pb(2px)" data-reactid="136">Fashion designer Tom Ford has announced that he would not be dressing future first lady Melania Trump when her husband officially becomes president. “I was asked to dress [Melania Trump] quite a few years ago and I declined," Ford said. Other designers have joined Ford in refusing to dress the former Slovakian model.</p>
+ <ul class="Cf Mt(12px) Fz(12px) Pos(r) Z(1) Mt(8px)--sm1024" data-reactid="137">
+ <li class="Fl(start) W(50%) W(100%)--sm1024 Mb(8px)--sm1024" data-reactid="138">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/tom-ford-says-declined-dress-131819863.html" data-reactid="139"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Tom Ford Says He Declined to Dress Melania Trump ‘Years Ago’: ‘She’s Not Necessarily My Image’" style="" src="/sy/uu/api/res/1.2/__TdQihFmqPBav5eWGCEcg--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/homerun/people_218/4dd2b3063c6e44496b9c69d3e1c54883" data-reactid="140" srcset="" />
+ <div class="Ov(h)" data-reactid="141">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="142">Tom Ford Says He Declined to Dress Melania Trump ‘Years Ago’: ‘She’s Not Necessarily My Image’</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="143">People</div>
+ </div>
+ </a>
+ </li>
+ <li class="Fl(start) W(50%) W(100%)--sm1024" data-reactid="144">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/diane-von-furstenberg-dressing-melania-213132306.html" data-reactid="145"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Diane von Furstenberg Says Fashion Industry Shouldn’t Shun Melania Trump" style="" src="/sy/uu/api/res/1.2/MK46Tx1JrmKc8WJzn27pmA--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/homerun/people_218/bc00455c8724c57de05799b959b551b8" data-reactid="146" srcset="" />
+ <div class="Ov(h)" data-reactid="147">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="148">Diane von Furstenberg Says Fashion Industry Shouldn’t Shun Melania Trump</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="149">People</div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="150">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="151">
+ <div class="Cf" data-reactid="152">
+ <div class="Ov(h) Pend(14%) Pend(44px)--sm1024" data-reactid="153">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#188fff) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="154">News</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="155">Associated Press</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/latest-abductors-california-mom-kept-faces-covered-222647892.html"><span><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color: rgb(149, 149, 149);">30</span><span class="Hidden">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="156"><a href="/news/latest-abductors-california-mom-kept-faces-covered-222647892.html" class="Td(n) O(n):f" data-reactid="157"><u class="StretchedBox" data-reactid="158"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="159">The Latest: Abductors of California woman hid faces</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(3,57px) LineClamp(3,51px)--sm1024" data-reactid="160">A California sheriff says a woman who was held captive for three weeks is unable to fully describe her two female abductors because their faces were covered. Shasta County Sheriff Tom Bosenko said Wednesday that the Spanish-speaking suspects also kept the head of 34-year-old victim Sherri Papini covered at times. A California sheriff says the abductors of a woman who was held captive for three weeks branded her with a message before she was released.</p>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="161">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="162">
+ <div class="Cf" data-reactid="163">
+ <div class="Fl(start) Pos(r) Z(1) Mt(2px) W(26.5%) Maw(220px)" data-reactid="164">
+ <a href="/news/steven-mnuchin-says-hes-named-us-treasury-secretary-001651071.html" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom:88%;" data-reactid="165"><img class="Trsdu(.42s) W(100%) Trsdu(0s)! Bdrs(2px)" alt="Trump picks Treasury secretary, says he'll leave his business" style="" src="/sy/uu/api/res/1.2/mzvz49PUTQK.b.__Gd9HKw--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/afp.com/f36535039305b6d05ae5610fc7a562994c6650be.jpg.cf.jpg" data-reactid="166" srcset="https://s.yimg.com/uu/api/res/1.2/mzvz49PUTQK.b.__Gd9HKw--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/afp.com/f36535039305b6d05ae5610fc7a562994c6650be.jpg.cf.jpg 1x,https://s.yimg.com/uu/api/res/1.2/BZlkDt5DLzO87oS.v_kd3g--/Zmk9c3RyaW07aD0zODY7cHlvZmY9MDtxPTgwO3c9NDQwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/afp.com/f36535039305b6d05ae5610fc7a562994c6650be.jpg.cf.jpg 2x" /></a>
+ </div>
+ <div class="Ov(h) Pend(44px) Pstart(25px)" data-reactid="167">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#003abc) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="168">Politics</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="169">AFP</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/steven-mnuchin-says-hes-named-us-treasury-secretary-001651071.html"><span><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color: rgb(149, 149, 149);">8</span><span class="Hidden">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="170"><a href="/news/steven-mnuchin-says-hes-named-us-treasury-secretary-001651071.html" class="Td(n) O(n):f" data-reactid="171"><u class="StretchedBox" data-reactid="172"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="173">Trump picks Treasury secretary, says he'll leave his business</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,38px) LineClamp(2,34px)--sm1024 D(n)--sm1024 Bxz(bb) Pb(2px)" data-reactid="174">President-elect Donald Trump named Wall Street veteran Steven Mnuchin for Treasury secretary Wednesday, filling key slots on his economic team even as he announced plans to leave his businesses to avoid any conflict of interest. Mnuchin and billionaire Wilbur Ross were asked in a television interview with CNBC if they could confirm reports they had been named to lead the US Treasury and Commerce departments, respectively. Mnuchin, 53, is a former Goldman Sachs partner who was Trump's campaign chairman and Ross is an investor who has made billions turning around distressed companies.</p>
+ <ul class="Cf Mt(12px) Fz(12px) Pos(r) Z(1) Mt(8px)--sm1024" data-reactid="175">
+ <li class="Fl(start) W(50%) W(100%)--sm1024 Mb(8px)--sm1024" data-reactid="176">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/m/04931954-fede-32d3-af52-4010e1c210d9/ss_incoming-treasury-secretary.html" data-reactid="177"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Incoming Treasury Secretary Eyes 3 to 4 Percent Growth; First Up, Tax Reform" style="" src="/sy/uu/api/res/1.2/XlgPAviFNQEKyX6WQAoWFw--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://slingstone.zenfs.com/offnetwork/89842973b3907e6a0c42f2a9895f84b6" data-reactid="178" srcset="" />
+ <div class="Ov(h)" data-reactid="179">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="180">Incoming Treasury Secretary Eyes 3 to 4 Percent Growth; First Up, Tax Reform</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="181">CNS News</div>
+ </div>
+ </a>
+ </li>
+ <li class="Fl(start) W(50%) W(100%)--sm1024" data-reactid="182">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/m/ad575d3c-18a7-3683-9265-c8d93257ad72/ss_trump-taps-wall-street.html" data-reactid="183"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Trump taps Wall Street executive and Hollywood producer Steven Mnuchin for Treasury secretary" style="" src="/sy/uu/api/res/1.2/gHqKy_nouHib387jGHw1dQ--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://slingstone.zenfs.com/offnetwork/82f7c8b7a0eb9a29b9efdbf41ea15421" data-reactid="184" srcset="" />
+ <div class="Ov(h)" data-reactid="185">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="186">Trump taps Wall Street executive and Hollywood producer Steven Mnuchin for Treasury secretary</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="187">Los Angeles Times</div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="188">
+ <div class="controller Feedback Pos(r)" data-beacon="" data-tp-beacon="" data-reactid="189">
+ <div class="Cf Ov(h) Pos(r) Mt(-3px) Py(14px)" data-reactid="190">
+ <div class="Fl(start) Mt(3px) Mend(25px) W(26.5%) Maw(220px)">
+ <div class="Pos(r) H(0) Pb(56.25%)">
+ <div class="VideoPlayer D(b) Pos(r) Pb(56.25%)">
+ <div class="StretchedBox">
+ <div tabindex="0" class="yvp-content yvp-hide-controls smallscreen yvp-browser-ua yvp-browser-firefox yvp-browser-desktop yvp-browser-macintosh yvp-state-start-screen yvp-stream" aria-label="Yahoo Video Player" id="yvp-content-node-798">
+ <div class="yvp-main" tabindex="0">
+ <div class="yvp-loading-screen">
+ <div class="yvp-loading-spinner yvp-spinner-icon"></div>
+ <div class="yvp-feedback-btn yvp-error-feedback">
+ <p>Report issue</p>
+ </div>
+ </div>
+ <div class="yvp-bottom-bar">
+ <div class="yvp-bottom-container">
+ <div class="yvp-slider" role="slider" tabindex="0" aria-label="Seek slider" aria-valuemin="0">
+ <div class="yvp-slider-extension" aria-hidden="true"></div>
+ <div class="yvp-handle"></div>
+ <div class="yvp-buffer-bar"></div>
+ <div class="yvp-playback-bar"></div>
+ <div class="yvp-visual-seek">
+ <div class="yvp-vs-thumbnail"></div>
+ <div class="yvp-vs-time"></div>
+ </div>
+ </div>
+ <div class="yvp-play-controls">
+ <div class="yvp-play-btn" role="button" tabindex="0" aria-label="Pause Video"></div>
+ <div class="yvp-upnext-container hide">
+ <div class="yvp-upnext-btn" role="button">
+ </div>
+ <div class="yvp-upnext-playlist" role="dialog">
+ <div class="yvp-hover-elem"></div>
+ </div>
+ </div>
+ <div class="yvp-time-container" tabindex="-1" aria-hidden="true">
+ <div class="yvp-current-time"></div>
+ <div class="yvp-total-time"></div>
+ </div>
+ </div>
+ <div class="yvp-menu-controls">
+ <div class="yvp-cc-btn button hide yvp-tooltip" role="button" tabindex="0" aria-label="Closed Captions">
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">Captions Not Available</div>
+ </div>
+ </div>
+ <div class="yvp-volume-btn button" role="button" tabindex="0" aria-label="Mute">
+ <div class="yvp-volume-bar-container">
+ <div class="yvp-volume-level">
+ <div class="yvp-volume-bar">
+ <div class="yvp-volume-handle"></div>
+ </div>
+ <div class="yvp-volume-value"></div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-setting-btn button yvp-tooltip" role="button" tabindex="0" aria-label="Settings">
+ <div class="yvp-setting-pointer" aria-hidden="true"></div>
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">
+ Settings
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-fullscreen-btn button yvp-tooltip" role="button" tabindex="0" aria-label="Go to full screen">
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">
+ Full Screen
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-settings-container" tabindex="0">
+ <div class="yvp-main-settings open">
+ <div class="yvp-settings-embed open">
+ <div class="yvp-settings-header" tabindex="0" aria-label="Embed">Embed</div>
+ <div class="yvp-input-container yvp-embed-input-container">
+ <input class="yvp-embed-input" value="" data-link-type="emb" readonly="readonly" type="text" />
+ </div>
+ <div class="yvp-settings-divider"></div>
+ </div>
+ <div class="yvp-settings-quality">
+ <div class="yvp-settings-header" tabindex="0" aria-label="Video Quality">Video Quality</div>
+ <div class="yvp-settings-item yvp-quality-auto yvp-settings-activated" tabindex="1">Auto</div>
+ <div class="yvp-settings-item yvp-quality-high yvp-disabled" tabindex="2">High (HD)</div>
+ <div class="yvp-settings-item yvp-quality-medium yvp-disabled" tabindex="3">Medium</div>
+ <div class="yvp-settings-item last-item yvp-quality-low yvp-disabled" tabindex="4">Low</div>
+ <div class="yvp-settings-divider"></div>
+ </div>
+ <div class="yvp-settings-cc">
+ <div class="yvp-settings-header last-item" tabindex="0" aria-label="Closed Caption Settings">Closed Caption Settings</div>
+ <div class="yvp-settings-caret-icon right"></div>
+ </div>
+ </div>
+ <div class="yvp-cc-options-main close">
+ <div class="yvp-cc-back-to-settings">
+ <div class="yvp-settings-caret-icon left"></div>
+ <div class="yvp-back-to-settings">Back</div>
+ </div>
+
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-header yvp-cc-item">Closed Captions</div>
+ <div class="yvp-cc-toggle">
+ <div data-cc-state="on" class="yvp-settings-item yvp-cc-on"></div>
+ <div data-cc-state="off" class="yvp-settings-item yvp-cc-off yvp-settings-activated"></div>
+ </div>
+ <div class="yvp-cc-header yvp-cc-item">Language</div>
+ <div class="yvp-cc-language yvp-cc-item">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">English<span class="yvp-ddm-availability not-available"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">No item available</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-divider"></div>
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-position yvp-cc-item">
+ <div class="yvp-cc-header yvp-cc-item">Position</div>
+ <div class="yvp-cc-pos-wrapper">
+ <ul class="yvp-cc-pos-selection">
+ <li class="yvp-settings-item yvp-cc-position-bottom yvp-settings-activated" cc-pos-data="bottom">Bottom</li>
+ <li class="yvp-settings-item yvp-cc-position-top" cc-pos-data="top">Top</li>
+ </ul>
+ </div>
+ </div>
+ <div class="yvp-cc-size yvp-cc-item">
+ <div class="yvp-cc-header yvp-cc-item">Type Size</div>
+ <div class="yvp-cc-size-selector">
+ <div class="yvp-cc-size-indicators">
+ <div class="yvp-cc-indicator yvp-cc-indicator-0" data-size-value="0">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-25" data-size-value="25">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-50" data-size-value="50">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-75" data-size-value="75">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-100" data-size-value="100">A</div>
+ </div>
+ <div class="yvp-slider-wrapper">
+ <div class="yvp-slider-track">
+ <div class="yvp-slider-anchor" style="left: 0%"></div>
+ <div class="yvp-slider-anchor" style="left: 25%"></div>
+ <div class="yvp-slider-anchor" style="left: 50%"></div>
+ <div class="yvp-slider-anchor" style="left: 75%"></div>
+ <div class="yvp-slider-anchor" style="left: 100%"></div>
+ <div class="yvp-slider-handle" style="left: 24%"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-divider"></div>
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-style yvp-cc-item">
+ <div class="yvp-cc-style-preview" style="font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0.75);">Aa</div>
+ <div class="yvp-cc-style-more">
+ <div class="yvp-cc-item">Style Options</div>
+ <div class="yvp-settings-caret-icon right"></div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-feedback-link yvp-cc-item">
+ <a href="http://info.yahoo.com/legal/us/yahoo/cc/en-us/" target="_blank">
+ <div class="yvp-cc-item"></div>
+ </a>
+ </div>
+ <div class="yvp-cc-preview">
+ <div class="yvp-cc-preview-message">Captions will look like this</div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-cc-options-more close">
+ <div class="yvp-cc-back">
+ <div class="yvp-settings-caret-icon left"></div>
+ <div class="yvp-cc-back-header">Back</div>
+ </div>
+ <div class="yvp-tab-container">
+ <ul class="yvp-tabs-nav">
+ <li class="yvp-tab tab-selected">Presets</li>
+ <li class="yvp-tab">Text</li>
+ <li class="yvp-tab">background</li>
+ <li class="yvp-tab">effects</li>
+ </ul>
+ <div class="yvp-tabs-content">
+ <div class="yvp-tabcontent preset-container tab-show">
+ <div class="yvp-cc-preset" style="color: rgb(205, 205, 205); background-color: rgb(6, 6, 6);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(40, 40, 40); background-color: rgb(200, 200, 200);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(254, 241, 73); background-color: rgb(10, 9, 8);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(205, 205, 205); background-color: transparent;">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(41, 253, 47); background-color: rgb(10, 9, 8);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(236, 54, 156); background-color: rgb(10, 10, 9);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(44, 254, 254); background-color: rgb(10, 10, 9);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(41, 253, 47); background-color: transparent;">Aa</div>
+ </div>
+ <div class="yvp-tabcontent font-list">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">Arial<span class="yvp-ddm-availability"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">Georgia<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Palatino Linotype<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Times New Roman<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Arial<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Arial Black<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Comic Sans MS<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Impact<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Lucida Sans Unicode<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Tahoma<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Trebuchet MS<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Verdana<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Courier New<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Lucida Console<span class="yvp-ddm-availability"></span></li>
+ </ul>
+ </div>
+ <div class="yvp-colorpicker fontcolorpicker">
+ <div class="color-option" style="background-color: rgb(231, 231, 231);"></div>
+ <div class="color-option" style="background-color: rgb(0, 0, 0);"></div>
+ <div class="color-option" style="background-color: rgb(252, 37, 37);"></div>
+ <div class="color-option" style="background-color: rgb(41, 253, 47);"></div>
+ <div class="color-option" style="background-color: rgb(44, 254, 254);"></div>
+ <div class="color-option" style="background-color: rgb(236, 54, 156);"></div>
+ <div class="color-option" style="background-color: rgb(254, 241, 73);"></div>
+ <div class="color-option" style="background-color: rgb(37, 36, 251);"></div>
+ </div>
+ </div>
+ <div class="yvp-tabcontent bg-opacity-list">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">75% (transparency)<span class="yvp-ddm-availability"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">100% (opaque)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">75% (transparency)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">50% (transparency)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">25% (transparency)<span class="yvp-ddm-availability"></span></li>
+ </ul>
+ </div>
+ <div class="yvp-colorpicker bgcolorpicker">
+ <div class="color-option nocolor" style="background-color: transparent;"></div>
+ <div class="color-option" style="background-color: rgb(234, 234, 234);"></div>
+ <div class="color-option" style="background-color: rgb(199, 199, 199);"></div>
+ <div class="color-option" style="background-color: rgb(145, 145, 145);"></div>
+ <div class="color-option" style="background-color: rgb(91, 91, 91);"></div>
+ <div class="color-option" style="background-color: rgb(0, 0, 0);"></div>
+ <div class="color-option" style="background-color: rgb(41, 253, 47);"></div>
+ <div class="color-option" style="background-color: rgb(36, 36, 251);"></div>
+ <div class="color-option" style="background-color: rgb(44, 253, 253);"></div>
+ <div class="color-option" style="background-color: rgb(236, 53, 155);"></div>
+ <div class="color-option" style="background-color: rgb(253, 240, 72);"></div>
+ <div class="color-option" style="background-color: rgb(252, 36, 36);"></div>
+ </div>
+ </div>
+ <div class="yvp-tabcontent effects">
+ <div class="yvp-effect none">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Plain</div>
+ </div>
+ <div class="yvp-effect dropshadow">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Shadow</div>
+ </div>
+ <div class="yvp-effect raised">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">raised</div>
+ </div>
+ <div class="yvp-effect depressed">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Lowered</div>
+ </div>
+ <div class="yvp-effect uniform">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Outline</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-cc-style-preview" style="font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0.75);">
+ <div class="yvp-cc-options-message">Captions will look like this</div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-docked-close-button"></div>
+ </div>
+ </div>
+ <div class="yvp-top-bar">
+ <a class="yvp-provider-logo" target="_blank" aria-hidden="true"></a>
+ <div class="yvp-content-type hide" tabindex="0" aria-label=""></div>
+ </div>
+ <div class="yvp-playing-item-title"></div>
+ <div class="yvp-custom-controls"></div>
+ <div class="yvp-object-overlay"></div>
+ <div class="yvp-mute-indicator"></div>
+ <div class="yvp-ads-overlay"></div>
+ <div class="cc-element yvp-hide" style="font-family: Arial,Helvetica,sans-serif; font-size: 10px; color: rgb(255, 255, 255);"><span style="background-color: rgba(0, 0, 0, 0.75); line-height: 0; padding: 0px;"></span></div>
+ <div class="yvp-start-screen" tabindex="-1">
+ <img class="yvp-start-screen-image" src="https://s.yimg.com/uu/api/res/1.2/YtynaEAbpOhfQOgYxXwGDw--/Zmk9c3RyaW07aD0xMjM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://s.yimg.com/av/moneyball/ads/1471893837023-4662.jpg.cf.jpg" aria-hidden="true" width="220" height="124" />
+ <div class="yvp-start-screen-bar-wrapper">
+ <div class="yvp-start-screen-bar" tabindex="-1">
+ </div>
+ </div>
+ </div><video class="yvp-html5-video" preload="" id="675228425" src="blob:https://us.yahoo.com/ebc614c4-062e-a54c-8094-6b375201258a"></video></div>
+ <div class="yvp-docked-meta">
+ <div class="yvp-docked-title"></div>
+ <div class="yvp-docked-provider"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Ov(h) Pend(44px)" data-reactid="194">
+ <div class="Pos(r) Z(2) Fw(b)" data-reactid="195"><a class="D(ib) Td(n) C(#959595) Fz(12px) Mend(3px) Mb(6px)" href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" target="_blank" rel="noopener noreferrer" data-reactid="196">Sponsored</a><a href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" rel="noopener noreferrer" data-reactid="197"><i class="Pos(r) T(2px)" data-reactid="198"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" style="vertical-align:baseline;fill:#959595;stroke:#959595;stroke-width:0;" height="12" viewBox="0 0 24 24" data-icon="sponsor" data-reactid="199"><path d="M5.636 4.222c-.39-.39-1.023-.39-1.414 0s-.39 1.024 0 1.414l.707.707c.39.39 1.022.39 1.414 0 .39-.39.39-1.023 0-1.414l-.708-.708zM4.93 17.658l-.708.707c-.39.39-.39 1.023 0 1.414.39.39 1.023.39 1.414 0l.707-.708c.39-.39.39-1.024 0-1.414-.39-.39-1.023-.39-1.414 0zm14.14 0c-.39-.39-1.023-.39-1.413 0-.39.39-.39 1.023 0 1.414l.707.707c.39.39 1.024.39 1.414 0 .39-.392.39-1.025 0-1.415l-.707-.707zm0-11.315l.708-.707c.39-.39.39-1.023 0-1.414s-1.024-.39-1.414 0l-.707.707c-.39.39-.39 1.024 0 1.414.39.39 1.023.39 1.414 0zM22 11h-1c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zM10 9h5c.552 0 1-.448 1-1s-.448-1-1-1h-2c0-.55-.447-1-1-1s-1 .45-1 1H9.5C8.12 7 7 8.12 7 9.5v1C7 11.88 8.12 13 9.5 13H13c.552 0 1 .448 1 1s-.448 1-1 1H8c-.553 0-1 .448-1 1s.447 1 1 1h3c0 .55.447 1 1 1s1-.45 1-1h.5c1.38 0 2.5-1.12 2.5-2.5v-1c0-1.38-1.37-2.5-3-2.5h-3c-.553 0-1-.448-1-1s.447-1 1-1zm2-5c.553 0 1-.448 1-1V2c0-.552-.447-1-1-1s-1 .448-1 1v1c0 .552.447 1 1 1zm-9 7H2c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zm9 9c-.553 0-1 .448-1 1v1c0 .552.447 1 1 1s1-.448 1-1v-1c0-.552-.447-1-1-1z" data-reactid="200"/></svg></i></a><a class="Fz(11px) Td(n) Fw(n) D(ib) C(#959595) Mstart(9px)" rel="noopener noreferrer" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=EeYb.ooGIS.5.sc_wSLQpqDRiS5MJxTCV7Xzb1NwpmtCAnc9JdcvayB4UK5vtIcGLXjOAlZpLk1mzKMsUtcUOzoAeaqkjby9kpFavRgZ6SywTbVrb1eqLJ0TFqsb0K6qrwYd72_2oJ_m.DcvhA5Xu6wcGL0sEkLLBMfLycwyNUnt54tAVfA7AyYTYvW_LPaCOf4Ss5QofWfb0xDZOefMUdmRNBKF873yo3ZJ25YL57l3sJXOWE8suUVuk58HNEoqhOX.gGeLg2Sjgw6jOHr4XKURRnt2b0Rko4lkPyrau042_pOdwNGQnPKfUg93z57XD8r0YdEjKP5atWHFCCYoyyegjEiFREn4fcgGILcL1NuMB1VH_7ieuIyalDy8Sv_i.ginCcZv8ebOKfInsai3kgz.9nNCaVGzNnDolqLUmk0zf1AlLmoLzi35bx5gAtL56TVZPFqsssh8EPDhiAUMIPGUCfolntEekuY1SmuLGxFq1F5gjUN.OgT26It2hpV9sMyvhtVS0Mv3LbzPOYTHHuotZB5.qxpAI3E43jwKMvhzjAQnv8b8%26lp=http%3A%2F%2Fclickserve.dartsearch.net%2Flink%2Fclick%3Flid%3D43700013090213478%26ds_s_kwgid%3D58700001647004279%26ds_url_v%3D2" data-reactid="201">Flonase</a></div>
+ <h3 class="M(0) Pos(r)" data-reactid="202"><a rel="nofollow noopener noreferrer" class="Td(n)" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=EeYb.ooGIS.5.sc_wSLQpqDRiS5MJxTCV7Xzb1NwpmtCAnc9JdcvayB4UK5vtIcGLXjOAlZpLk1mzKMsUtcUOzoAeaqkjby9kpFavRgZ6SywTbVrb1eqLJ0TFqsb0K6qrwYd72_2oJ_m.DcvhA5Xu6wcGL0sEkLLBMfLycwyNUnt54tAVfA7AyYTYvW_LPaCOf4Ss5QofWfb0xDZOefMUdmRNBKF873yo3ZJ25YL57l3sJXOWE8suUVuk58HNEoqhOX.gGeLg2Sjgw6jOHr4XKURRnt2b0Rko4lkPyrau042_pOdwNGQnPKfUg93z57XD8r0YdEjKP5atWHFCCYoyyegjEiFREn4fcgGILcL1NuMB1VH_7ieuIyalDy8Sv_i.ginCcZv8ebOKfInsai3kgz.9nNCaVGzNnDolqLUmk0zf1AlLmoLzi35bx5gAtL56TVZPFqsssh8EPDhiAUMIPGUCfolntEekuY1SmuLGxFq1F5gjUN.OgT26It2hpV9sMyvhtVS0Mv3LbzPOYTHHuotZB5.qxpAI3E43jwKMvhzjAQnv8b8%26lp=http%3A%2F%2Fclickserve.dartsearch.net%2Flink%2Fclick%3Flid%3D43700013090213478%26ds_s_kwgid%3D58700001647004279%26ds_url_v%3D2" data-reactid="203"><u class="StretchedBox" data-reactid="204"></u><span class="Td(n) Fw(b) C(#0078ff):h C(#000) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024" data-reactid="205">Don't Be Afraid To Get Your Hands Dirty This Year</span></a></h3>
+ <p class="M(0) Lh(19px) LineClamp(2,38px) Fz(14px) Mt(5px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,34px)--sm1024" data-reactid="206">Learn About The Over the Counter Allergy Relief That Works Directly At The Source Where You Need It Most To Help Relieve Your Outdoor &amp; Pet Allergies!</p>
+ </div>
+ </div>
+ <!-- react-text: 207 -->
+ <!-- /react-text -->
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="208">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="209">
+ <div class="Cf" data-reactid="210">
+ <div class="Fl(start) Pos(r) Z(1) Mt(2px) W(26.5%) Maw(220px)" data-reactid="211">
+ <a href="/news/man-charged-assault-endangerment-girlfriends-213400835.html" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom:88%;" data-reactid="212"><img class="Trsdu(.42s) W(100%) Trsdu(0s)! Bdrs(2px)" alt="Man Charged With Assault, Endangerment After Girlfriend's Toddler Is Found Brain Dead: Cops" style="" src="/sy/uu/api/res/1.2/jcmVppAqfnBmP1zyTTaExQ--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/homerun/inside_edition/04d1fa12b56c43046d626647c13c9aa9" data-reactid="213" srcset="" /></a>
+ </div>
+ <div class="Ov(h) Pend(44px) Pstart(25px)" data-reactid="214">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#188fff) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="215">News</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="216">Inside Edition</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/man-charged-assault-endangerment-girlfriends-213400835.html"><span><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color: rgb(149, 149, 149);">16</span><span class="Hidden">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="217"><a href="/news/man-charged-assault-endangerment-girlfriends-213400835.html" class="Td(n) O(n):f" data-reactid="218"><u class="StretchedBox" data-reactid="219"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="220">Man Charged With Assault, Endangerment After Girlfriend's Toddler Is Found Brain Dead: Cops</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,38px) LineClamp(2,34px)--sm1024 D(n)--sm1024 Bxz(bb) Pb(2px)" data-reactid="221">A New York child is on life support after his mother's boyfriend allegedly beat him into unconsciousness, police said. Jaden Jordan, 3, is in cricital condition and in a coma after police answered a 911 call Monday night and found the toddler unresponsive</p>
+ <ul class="Cf Mt(12px) Fz(12px) Pos(r) Z(1) Mt(8px)--sm1024" data-reactid="222">
+ <li class="Fl(start) W(50%) W(100%)--sm1024 Mb(8px)--sm1024" data-reactid="223">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/m/a4d81c9b-aab2-34a7-bd24-97bf323d315b/ss_brooklyn-boy-remains-on-life.html" data-reactid="224"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Brooklyn Boy Remains On Life Support After Alleged Abuse" style="" src="/sy/uu/api/res/1.2/ahAFtiKFxn_LEExDOHz1NQ--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://slingstone.zenfs.com/offnetwork/f6d005d2b9903476d617f5334994c495" data-reactid="225" srcset="" />
+ <div class="Ov(h)" data-reactid="226">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="227">Brooklyn Boy Remains On Life Support After Alleged Abuse</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="228">CBS New York</div>
+ </div>
+ </a>
+ </li>
+ <li class="Fl(start) W(50%) W(100%)--sm1024" data-reactid="229">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/m/6cb80e6a-bea3-355f-b455-4a99b3a42b6e/ss_tipster-told-acs-abused-boy.html" data-reactid="230"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Tipster told ACS abused boy was being kept in dog crate" style="" src="/sy/uu/api/res/1.2/OkQYQfNP8HwVQ4xIznTP4A--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://slingstone.zenfs.com/offnetwork/d17e8a97bc2e48d9694b996c217c47b2" data-reactid="231" srcset="" />
+ <div class="Ov(h)" data-reactid="232">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="233">Tipster told ACS abused boy was being kept in dog crate</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="234">New York Post</div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="235">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="236">
+ <div class="Cf" data-reactid="237">
+ <div class="Fl(start) Pos(r) Z(1) Mt(2px) W(26.5%) Maw(220px)" data-reactid="238">
+ <a href="/news/lawyers-3-olds-killer-ask-ohio-board-mercy-053547321.html" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom:56%;" data-reactid="239"><img class="Trsdu(.42s) W(100%) Trsdu(0s)! Bdrs(2px)" alt="Killer of 3-year-old seeks mercy from Ohio parole board" style="" src="/sy/uu/api/res/1.2/wTn7e9Tfw3gF4fgyGvZwaA--/Zmk9c3RyaW07aD0xMjM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/ap_webfeeds/217b21b588ac490fbb6c681e454dd4f0.jpg.cf.jpg" data-reactid="240" srcset="" /></a>
+ </div>
+ <div class="Ov(h) Pend(44px) Pstart(25px)" data-reactid="241">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#188fff) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="242">News</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="243">Associated Press</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/lawyers-3-olds-killer-ask-ohio-board-mercy-053547321.html"><span><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color: rgb(149, 149, 149);">272</span><span class="Hidden">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="244"><a href="/news/lawyers-3-olds-killer-ask-ohio-board-mercy-053547321.html" class="Td(n) O(n):f" data-reactid="245"><u class="StretchedBox" data-reactid="246"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="247">Killer of 3-year-old seeks mercy from Ohio parole board</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,38px) LineClamp(2,34px)--sm1024" data-reactid="248">Ohio's prison parole board heard arguments Thursday for and against mercy for a man set to die in January for the 1993 rape and killing of his girlfriend's 3-year-old daughter. Ronald Phillips' clemency hearing concluded just before 6:30 p.m. The board did not make an immediate decision. "Evidence of Phillips's background, history, dysfunctional upbringing, and his reformed character demonstrate that he should not be executed for the murder of Sheila Marie Evans," attorneys Tim Sweeney and Lisa Lagos wrote in a Nov. 25 filing.</p>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="249">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="250">
+ <div class="Cf" data-reactid="251">
+ <div class="Fl(start) Pos(r) Z(1) Mt(2px) W(26.5%) Maw(220px)" data-reactid="252">
+ <a href="/news/china-seriously-implement-n-korea-un-sanctions-101330791.html" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom:88%;" data-reactid="253"><img class="Trsdu(.42s) W(100%) Trsdu(0s)! Bdrs(2px)" alt="China to 'seriously' implement N. Korea UN sanctions" style="" src="/sy/uu/api/res/1.2/3ta3kmZHJjA.Rg6dZ8WOZw--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/afp.com/Part-HKG-Hkg9294085-1-1-0.jpg.cf.jpg" data-reactid="254" srcset="https://s.yimg.com/uu/api/res/1.2/3ta3kmZHJjA.Rg6dZ8WOZw--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/afp.com/Part-HKG-Hkg9294085-1-1-0.jpg.cf.jpg 1x,https://s.yimg.com/uu/api/res/1.2/Nmw6VVO9Lc4Y1Hs2CfFuMg--/Zmk9c3RyaW07aD0zODY7cHlvZmY9MDtxPTgwO3c9NDQwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/afp.com/Part-HKG-Hkg9294085-1-1-0.jpg.cf.jpg 2x" /></a>
+ </div>
+ <div class="Ov(h) Pend(44px) Pstart(25px)" data-reactid="255">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#188fff) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="256">World</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="257">AFP</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/china-seriously-implement-n-korea-un-sanctions-101330791.html"><span><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color: rgb(149, 149, 149);">13</span><span class="Hidden">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="258"><a href="/news/china-seriously-implement-n-korea-un-sanctions-101330791.html" class="Td(n) O(n):f" data-reactid="259"><u class="StretchedBox" data-reactid="260"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="261">China to 'seriously' implement N. Korea UN sanctions</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,38px) LineClamp(2,34px)--sm1024 D(n)--sm1024 Bxz(bb) Pb(2px)" data-reactid="262">Beijing will "seriously" implement new United Nations sanctions imposed on North Korea over its nuclear and missile programmes, it said Thursday, with the measures set to hit Pyongyang's lucrative Chinese coal exports hard. UN Security Council resolution 2321, passed on Wednesday, caps the North's annual coal exports at little more than four months of current sales to China, Chinese government data shows. It limits North Korea's coal exports next year to 7.5 million tonnes or just over $400 million, down 62 percent on 2015.</p>
+ <ul class="Cf Mt(12px) Fz(12px) Pos(r) Z(1) Mt(8px)--sm1024" data-reactid="263">
+ <li class="Fl(start) W(50%) W(100%)--sm1024 Mb(8px)--sm1024" data-reactid="264">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/china-says-north-korea-sanctions-not-meant-harm-091822014.html" data-reactid="265"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="China says new North Korea sanctions not meant to harm 'normal' trade" style="" src="/sy/uu/api/res/1.2/FqmXgpRbQeFUeyOFvNSGlQ--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/News/Reuters/2016-12-01T091822Z_1_LYNXMPECB027A_RTROPTP_2_KOREA-NORTH-USA.JPG.cf.jpg" data-reactid="266" srcset="" />
+ <div class="Ov(h)" data-reactid="267">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="268">China says new North Korea sanctions not meant to harm 'normal' trade</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="269">Reuters</div>
+ </div>
+ </a>
+ </li>
+ <li class="Fl(start) W(50%) W(100%)--sm1024" data-reactid="270">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/un-security-council-strengthens-north-103133895.html" data-reactid="271"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="UN Security Council strengthens North Korea sanctions" style="" src="/sy/uu/api/res/1.2/Lou5neeIrq52Z5SKFYvzLw--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://d.yimg.com/hd/afpus/2/4/19ce7942-245c-4b74-998a-881e7a64514f__1Wz8TBxC8KCxkQXSdMoBIshbTJBEOtaWP3nvpIa7CzO0i2t3oKyRsiYnZLmryU8RZkA2Sgyquk-_2_0.jpg?s=cdbf80bd3a19e34fb6cca7a7460caab0&amp;c=1d9843bde92c11fbb433931538cb85d6&amp;a=afpus&amp;mr=0" data-reactid="272" srcset="" />
+ <div class="Ov(h)" data-reactid="273">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="274">UN Security Council strengthens North Korea sanctions</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="275">AFP Videos</div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="276">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="277">
+ <div class="Cf" data-reactid="278">
+ <div class="Ov(h) Pend(14%) Pend(44px)--sm1024" data-reactid="279">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#cc008c) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="280">Lifestyle</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="281">TakePart.com</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/gift-idea-simple-dish-made-real-food-190144486.html"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="282"><a href="/news/gift-idea-simple-dish-made-real-food-190144486.html" class="Td(n) O(n):f" data-reactid="283"><u class="StretchedBox" data-reactid="284"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="285">Gift Idea: Simple Dish Made With Real Food</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(3,57px) LineClamp(3,51px)--sm1024" data-reactid="286">Tillamook's #RealFoodSunday is a movement that encourages people to eat more Real Food, nothing artificial, at least once a week, with an emphasis on Sunday. Tillamook invites you to join in this Sunday and—whether by shopping, cooking, or eating—share your ideas with #RealFoodSunday! There is one thing that we all have in common: the great delight we get from Real Food and the longing to share it.</p>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="287">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="288">
+ <div class="Cf" data-reactid="289">
+ <div class="Fl(start) Pos(r) Z(1) Mt(2px) W(26.5%) Maw(220px)" data-reactid="290">
+ <a href="/news/trump-fills-out-cabinet-with-millionaires-and-billionaires-195429712.html" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom:88%;" data-reactid="291"><img class="Trsdu(.42s) W(100%) Trsdu(0s)! Bdrs(2px)" alt="Trump fills out Cabinet with millionaires and billionaires" style="" src="/sy/uu/api/res/1.2/oGO0fqiXxjVPOA9wK1rQLg--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/8fd4a9cd64a49401c32b71f260825423" data-reactid="292" srcset="https://s.yimg.com/uu/api/res/1.2/oGO0fqiXxjVPOA9wK1rQLg--/Zmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/8fd4a9cd64a49401c32b71f260825423 1x,https://s.yimg.com/uu/api/res/1.2/PTWOFOoljW.WIYLC2PP3OA--/Zmk9c3RyaW07aD0zODY7cHlvZmY9MDtxPTgwO3c9NDQwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/8fd4a9cd64a49401c32b71f260825423 2x" /></a>
+ </div>
+ <div class="Ov(h) Pend(44px) Pstart(25px)" data-reactid="293">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#003abc) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="294">Politics</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="295">Yahoo News</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/trump-fills-out-cabinet-with-millionaires-and-billionaires-195429712.html"><span><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color: rgb(149, 149, 149);">4698</span><span class="Hidden">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="296"><a href="/news/trump-fills-out-cabinet-with-millionaires-and-billionaires-195429712.html" class="Td(n) O(n):f" data-reactid="297"><u class="StretchedBox" data-reactid="298"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="299">Trump fills out Cabinet with millionaires and billionaires</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,38px) LineClamp(2,34px)--sm1024 D(n)--sm1024 Bxz(bb) Pb(2px)" data-reactid="300">The family of Trump’s pick for education secretary, Betsy DeVos, has a net worth estimated at $5.1 billion. President-elect Donald Trump, who rallied populist voters by vowing to “drain the swamp” of the Washington elite, is filling his Cabinet with people who share a familiar trait: They’re very rich. On Wednesday, Trump announced Steve Mnuchin, a former Goldman Sachs executive who served as his campaign finance chairman, as his choice for treasury secretary and Wilbur Ross, a private equity investor, as his pick for secretary of commerce.</p>
+ <ul class="Cf Mt(12px) Fz(12px) Pos(r) Z(1) Mt(8px)--sm1024" data-reactid="301">
+ <li class="Fl(start) W(50%) W(100%)--sm1024 Mb(8px)--sm1024" data-reactid="302">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/news/trumps-treasury-pick-targets-taxes-124003425.html" data-reactid="303"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Trump's Treasury pick targets taxes, trade reforms: media" style="" src="/sy/uu/api/res/1.2/8XM7mUBfaFZco.tTMGVaTw--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://globalfinance.zenfs.com/images/US_AHTTP_REUTERS_OLUSBUS_WRAPPER_H_LIVE_NEW/2016-11-30T170525Z_3_LYNXMPECAT0US_RTROPTP_3_USA-TRUMP_original.jpg.cf.jpg" data-reactid="304" srcset="" />
+ <div class="Ov(h)" data-reactid="305">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="306">Trump's Treasury pick targets taxes, trade reforms: media</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="307">Reuters</div>
+ </div>
+ </a>
+ </li>
+ <li class="Fl(start) W(50%) W(100%)--sm1024" data-reactid="308">
+ <a class="Td(n) D(ib) Va(t) W(90%) Mend(10%) C(#0078ff)!:h C(#000) C(#959595):vi" href="/finance/m/40931a8f-7766-32fb-972a-0e5cce4010b8/ss_ross%2C-trump%E2%80%99s-pick-for.html" data-reactid="309"><img class="Trsdu(.42s) Fl(start) W(29%) Miw(65px) Maw(72px) Mend(10px) Trsdu(0s)! D(n)--sm1024 Bdrs(2px)" alt="Ross, Trump’s pick for Commerce chief, wants to fix ‘dumb trade’ deals" style="" src="/sy/uu/api/res/1.2/VzRwftxZGNKSbcgJdy3.oQ--/Zmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u/http://slingstone.zenfs.com/offnetwork/f63b0c1a967def685914cec395952194" data-reactid="310" srcset="" />
+ <div class="Ov(h)" data-reactid="311">
+ <div class="Lh(15px) Fw(b) LineClamp(3,45px) D(i)--sm1024 Pend(10px)--sm1024" data-reactid="312">Ross, Trump’s pick for Commerce chief, wants to fix ‘dumb trade’ deals</div>
+ <div class="C(#959595) Fz(11px) Mt(2px) Va(b) D(ib)--sm1024" data-reactid="313">MarketWatch</div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)" data-reactid="314">
+ <div class="Py(14px) Pos(r)" data-test-locator="mega" data-reactid="315">
+ <div class="Cf" data-reactid="316">
+ <div class="Fl(start) Pos(r) Z(1) Mt(2px) W(26.5%) Maw(220px)" data-reactid="317">
+ <a href="/news/watch-woman-turn-her-suv-182510048.html" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom:56%;" data-reactid="318"><img class="Trsdu(.42s) W(100%) Trsdu(0s)! Bdrs(2px)" alt="Watch This Woman Turn Her SUV Into a Battering Ram in a Parking Lot Fight" style="" src="/sy/uu/api/res/1.2/IlTIe2sWvV.uTCHYzOaU4A--/Zmk9c3RyaW07aD0xMjM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/homerun/the_drive_165/d8b3b02b586e6f32a6b108fa7e058a7a.cf.jpg" data-reactid="319" srcset="" /></a>
+ </div>
+ <div class="Ov(h) Pend(44px) Pstart(25px)" data-reactid="320">
+ <div class="Fw(b) Fz(12px) Tt(c) D(ib) Mb(6px) C(#188fff) Mend(9px) Mt(-2px)" data-test-locator="catlabel" data-reactid="321">News</div>
+ <div class="C(#959595) Fz(11px) D(ib) Mb(6px)" data-reactid="322">The Drive</div>
+ <div class="Pos(a) End(0) W(36px) Ta(c) Z(3) NoJs_D(n)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) C(#ccc) Td(n) P(0) D(ib) Pb(6px) desktop_W(100%)" href="/news/watch-woman-turn-her-suv-182510048.html"><span><span class="Fw(b) Mt(-14px) Pos(r) D(b) Fz(11px)" style="color: rgb(149, 149, 149);">4627</span><span class="Hidden">Comments. Click to view comments</span></span><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="position: relative; top: 1px; margin: auto; vertical-align: middle; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg></a><button aria-label="Sign in to like" class="Pt(3px) Pb(0) Z(2) Pend(1px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="21" height="21" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg></button>
+ <div class="share-menu-wrapper D(ib) Pos(r)"><button aria-label="Share Menu" class="O(0):f P(4px) Pb(6px) Pend(6px) react-button"><svg xmlns="http://www.w3.org/2000/svg" class="M(a) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="share" style="vertical-align: initial; fill: rgb(149, 149, 149); stroke: rgb(149, 149, 149); stroke-width: 0;"><path d="M41.574 18.795c-1.104 0-2 .896-2 2v22h-28v-22c0-1.104-.896-2-2-2s-2 .896-2 2v24c0 1.105.896 2 2 2h32c1.104 0 2-.895 2-2v-24c0-1.104-.894-2-2-2zM21.044 13.652l2.53-2.742v22.385h4V10.91l2.53 2.742c.395.428.932.643 1.47.643.484 0 .972-.174 1.355-.53.81-.75.86-2.015.112-2.825l-7.47-8.092-7.47 8.092c-.75.81-.698 2.076.113 2.826.813.748 2.078.697 2.83-.114z"/></svg></button></div>
+ </div>
+ <h3 class="Mb(5px)" data-reactid="323"><a href="/news/watch-woman-turn-her-suv-182510048.html" class="Td(n) O(n):f" data-reactid="324"><u class="StretchedBox" data-reactid="325"></u><div class="Fw(b) Fz(20px) Lh(23px) LineClamp(2,46px) Pos(r) Fz(17px)--sm1024 Lh(19px)--sm1024 LineClamp(2,38px)--sm1024 C(#000) C(#0078ff):h" data-reactid="326">Watch This Woman Turn Her SUV Into a Battering Ram in a Parking Lot Fight</div></a></h3>
+ <p class="M(0) Fz(14px) Lh(19px) Fz(13px)--sm1024 Lh(17px)--sm1024 LineClamp(2,38px) LineClamp(2,34px)--sm1024" data-reactid="327">An argument between two women in a parking lot in south Los Angeles turned (even more) violent when one of the people involved began throwing fists, which led to one of the ladies jumping into a Toyota RAV4 and taking aim at the other person and another car. Thanks to a video shared to the YouTube channel "GrindFace TV," we can see that the fight escalated to the point that the woman took to repeatedly driving her RAV4 into a BMW X3, leaving both cars severely damaged. After leaving the parking lot, the driver in the RAV4 struck a fire hydrant causing a rather spectacular geyser of water to shoot out of the ground.</p>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('Stream');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('StreamDone', 'PageStart', 'Stream');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col1-1-Ad">
+ <div id="tgtm-Col1-1-Ad-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-512787763">
+ <div data-reactid="2">
+ <div id="mrtFOOT-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height:0;width:0;" data-reactid="3">
+ <div id="mrtFOOT-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="4">
+ <div id="mrtdestFOOT" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col1-1-Ad');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col1-1-AdDone', 'PageStart', 'tgtm-Col1-1-Ad');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col1-2-Ad">
+ <div id="tgtm-Col1-2-Ad-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="2079947764">
+ <div data-reactid="2">
+ <div id="mrtFSRVY-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height:0;width:0;" data-reactid="3">
+ <div id="mrtFSRVY-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)" data-reactid="4">
+ <div id="mrtdestFSRVY" style="visibility: inherit;"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col1-2-Ad');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col1-2-AdDone', 'PageStart', 'tgtm-Col1-2-Ad');
+ }
+ </script>
+ </div>
+ </div>
+ <div id="YDC-Col2" class="YDC-Col2 Pos(a) W(300px) End(0) T(0) tablet_D(n)--noRightRail">
+ <div class="sticky-outer-wrapper" style="height: 1130.05px;">
+ <div class="sticky-inner-wrapper" style="position: relative; transform: translate3d(0px, 0px, 0px); width: 300px;">
+ <div id="YDC-Col2-Stack" class="YDC-Col2-Stack Pos(r) W(300px)">
+ <div id="Aside" role="complementary" tabindex="-1">
+ <div id="mrt-node-tgtm-Col2-0-FollowAuthor">
+ <div id="tgtm-Col2-0-FollowAuthor-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-165672093">
+ <div id="tgtm-Col2-0-FollowAuthor" class="tdv2-applet-followauthor Pos(r) Ov(h) Mb(20px)" data-reactid="2">
+ <div class="Fz(15px) Fw(b) Lh(27px) Mb(10px)" data-reactid="3">Yahoo News Exclusives</div>
+ <ul class="M(0) P(0)" data-reactid="4">
+ <li class="author-follow Mb(20px) Mih(84px) Pos(r)" data-id="Katie Couric" data-reactid="5">
+ <a href="https://www.yahoo.com/katiecouric/" data-reactid="6"><img class="Trsdu(.42s) Bdrs(48%) Pos(a) Start(0) W(84px) H(84px)" title="Katie Couric" src="/sy/dh/ap/default/160914/kc2.jpg" data-reactid="7" /></a>
+ <div class="D(ib) Va(t) Mstart(94px) Pos(a) T(40%) TranslateY(-50%)" data-reactid="8"><a href="https://www.yahoo.com/katiecouric/" data-reactid="9"><span class="Fz(12px) C(#188fff) Fw(b)" data-reactid="10">Katie Couric</span></a><span class="C(#198fff) D(b) Fz(14px) Fw(b) Lh(18px) Mt(2px)" data-reactid="11"></span>
+ <ul class="M(0) P(0) Mt(2px) List(n)" data-reactid="12">
+ <li class="List(n)" data-reactid="13"><a class="Fz(12px) C(#020e65) Fw(b) Lh(14px)" href="/news/new-yorkers-post-their-feelings-about-trump-election-in-subway-230210113.html" data-reactid="14">New Yorkers post their feelings about Trump election in subway</a></li>
+ </ul>
+ </div>
+ </li>
+ <li class="author-follow Mb(20px) Mih(84px) Pos(r)" data-id="Michael Isikoff" data-reactid="15">
+ <a href="https://www.yahoo.com/news/tagged/michael-isikoff" data-reactid="16"><img class="Trsdu(.42s) Bdrs(48%) Pos(a) Start(0) W(84px) H(84px)" title="Michael Isikoff" src="/sy/dh/ap/default/160914/mi2.jpg" data-reactid="17" /></a>
+ <div class="D(ib) Va(t) Mstart(94px) Pos(a) T(40%) TranslateY(-50%)" data-reactid="18"><a href="https://www.yahoo.com/news/tagged/michael-isikoff" data-reactid="19"><span class="Fz(12px) C(#188fff) Fw(b)" data-reactid="20">Michael Isikoff</span></a><span class="C(#198fff) D(b) Fz(14px) Fw(b) Lh(18px) Mt(2px)" data-reactid="21"></span>
+ <ul class="M(0) P(0) Mt(2px) List(n)" data-reactid="22">
+ <li class="List(n)" data-reactid="23"><a class="Fz(12px) C(#020e65) Fw(b) Lh(14px)" href="/news/trumps-inauguration-ticket-prices-25000-to-1-million-013543267.html" data-reactid="24">Trump’s inauguration: ticket packages, $25,000 to $1 million</a></li>
+ </ul>
+ </div>
+ </li>
+ <li class="author-follow Mb(20px) Mih(84px) Pos(r)" data-id="Matt Bai" data-reactid="25">
+ <a href="https://www.yahoo.com/news/tagged/matt-bai" data-reactid="26"><img class="Trsdu(.42s) Bdrs(48%) Pos(a) Start(0) W(84px) H(84px)" title="Matt Bai" src="/sy/dh/ap/default/160914/mb2.jpg" data-reactid="27" /></a>
+ <div class="D(ib) Va(t) Mstart(94px) Pos(a) T(40%) TranslateY(-50%)" data-reactid="28"><a href="https://www.yahoo.com/news/tagged/matt-bai" data-reactid="29"><span class="Fz(12px) C(#188fff) Fw(b)" data-reactid="30">Matt Bai</span></a><span class="C(#198fff) D(b) Fz(14px) Fw(b) Lh(18px) Mt(2px)" data-reactid="31"></span>
+ <ul class="M(0) P(0) Mt(2px) List(n)" data-reactid="32">
+ <li class="List(n)" data-reactid="33"><a class="Fz(12px) C(#020e65) Fw(b) Lh(14px)" href="/news/the-real-problem-behind-fake-news-233047332.html" data-reactid="34">The real problem behind fake news</a></li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col2-0-FollowAuthor');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col2-0-FollowAuthorDone', 'PageStart', 'tgtm-Col2-0-FollowAuthor');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col2-1-AdBlockPromo">
+ <div id="tgtm-Col2-1-AdBlockPromo-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="1120018942">
+ <!-- react-empty: 2 -->
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col2-1-AdBlockPromo');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col2-1-AdBlockPromoDone', 'PageStart', 'tgtm-Col2-1-AdBlockPromo');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col2-2-Ad">
+ <div id="tgtm-Col2-2-Ad-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-1341101267">
+ <div data-reactid="2">
+ <div id="mrtLREC-9-sizer" class="darla-container" style="margin-bottom:40px;" data-reactid="3">
+ <div id="mrtLREC-9-wrapper" class="" data-reactid="4">
+ <div id="mrtdestLREC-9" style="width:300px;height:250px; border: 1px solid #e0e4e9;margin-left:auto;margin-right:auto"><iframe src="" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col2-2-Ad');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col2-2-AdDone', 'PageStart', 'tgtm-Col2-2-Ad');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col2-3-CanvassSummaryView">
+ <div id="tgtm-Col2-3-CanvassSummaryView-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-2091571150">
+ <div class="tdv2-applet-canvass Mb(40px) Pos(r)">
+ <h3 class="subheader-title W(100%)">
+ <div class="Fz(15px) D(ib) Fw(b) Lh(27px) Fz(15px) Fw(b)"><span>What people are saying...</span></div>
+ </h3>
+ <ul class="comments-list List(n) Ovs(touch) Pos(r)">
+ <li class="comment Pstart(0) Pend(2px) Pt(3px) Pb(5px) Fz(12px) Lh(15px) ">
+ <div></div>
+ <div class="Pos(r) Pstart(42px)">
+ <div class="byline Fz(13px) Mt(10px) ">
+ <div class="D(ib)">
+ <div>
+ <div class="avatar D(ib) avatar Bdrs(46.5%) Pos(a)! Start(0) Cur(p)">
+ <div class="Pos(r)">
+ <div class="avatar-text Ta(c) Bdrs($orb-radius) Op(0) Trsdu(.3s) V(h)" title="See reaction history for J" style="background-color: rgb(26, 197, 103); color: rgb(255, 255, 255); font-size: 19px; line-height: 30px; width: 30px; height: 30px;">J</div><img class="Trsdu(.42s) avatar-img Bdrs($orb-radius) Pos(a) StretchedBox Bgc(#400090.03)" alt="J" title="See reaction history for J" src="https://s.yimg.com/wv/images/alphatar_100x100_J_kl_6-16.jpg" style="" width="30" height="30" /></div>
+ </div>
+ </div>
+ <div class="username D(ib) Fw(b) Mend(10px) C(#26282a) Fz(12px) Cur(p)">J</div>
+ </div>
+ </div>
+ <div class="message-content Wow(bw)">
+ <div class="Wow(bw) C(#26282a) Mb(2px) Fz(14px) Lh(20px) LineClamp(2,45px)">(Some) voters said they wanted a President not tainted by politics; and they got an amateur.</div>
+ </div>
+ </div>
+ </li>
+ <li class="comment Pstart(0) Pend(2px) Pt(3px) Pb(5px) Fz(12px) Lh(15px) ">
+ <div></div>
+ <div class="Pos(r) Pstart(42px)">
+ <div class="byline Fz(13px) Mt(10px) ">
+ <div class="D(ib)">
+ <div>
+ <div class="avatar D(ib) avatar Bdrs(46.5%) Pos(a)! Start(0) Cur(p)">
+ <div class="Pos(r)">
+ <div class="avatar-text Ta(c) Bdrs($orb-radius) Op(0) Trsdu(.3s) V(h)" title="See reaction history for Sky" style="background-color: rgb(17, 211, 96); color: rgb(255, 255, 255); font-size: 19px; line-height: 30px; width: 30px; height: 30px;">S</div><img class="Trsdu(.42s) avatar-img Bdrs($orb-radius) Pos(a) StretchedBox Bgc(#400090.03)" alt="Sky" title="See reaction history for Sky" src="https://s.yimg.com/wv/images/alphatar_100x100_S_ald.jpg" style="" width="30" height="30" /></div>
+ </div>
+ </div>
+ <div class="username D(ib) Fw(b) Mend(10px) C(#26282a) Fz(12px) Cur(p)">Sky</div>
+ </div>
+ </div>
+ <div class="message-content Wow(bw)">
+ <div class="Wow(bw) C(#26282a) Mb(2px) Fz(14px) Lh(20px) LineClamp(2,45px)">When will ALL you Trump supporters realize what a CON MAN he is, he will tell hid Audiences what they want to hear whether he will actual do what he says or not, look how many time he has back tracked on ALL his promises, "I am going to drain the swamp" then hires ALL insiders, "I will Repeal Obama care" then he says he will keep part of it" He will always tell his supports what they want to hear, he is the GREATET CON MAN in US Political History, even with Carrier, they are still sending 1,100 jobs to Mexico and the Tax Breaks he is giving them is being Pick up by the Tax Payers of Indiana and to ALL You Trump supports if YOU STILL believe in him, I have a Bridge in Arizona for Sale</div>
+ </div>
+ </div>
+ </li>
+ <li class="comment Pstart(0) Pend(2px) Pt(3px) Pb(5px) Fz(12px) Lh(15px) ">
+ <div></div>
+ <div class="Pos(r) Pstart(42px)">
+ <div class="byline Fz(13px) Mt(10px) ">
+ <div class="D(ib)">
+ <div>
+ <div class="avatar D(ib) avatar Bdrs(46.5%) Pos(a)! Start(0) Cur(p)">
+ <div class="Pos(r)">
+ <div class="avatar-text Ta(c) Bdrs($orb-radius) Op(0) Trsdu(.3s) V(h)" title="See reaction history for sai" style="background-color: rgb(240, 22, 47); color: rgb(255, 255, 255); font-size: 19px; line-height: 30px; width: 30px; height: 30px;">s</div><img class="Trsdu(.42s) avatar-img Bdrs($orb-radius) Pos(a) StretchedBox Bgc(#400090.03)" alt="sai" title="See reaction history for sai" src="https://s.yimg.com/wv/images/alphatar_100x100_S_ald.jpg" style="" width="30" height="30" /></div>
+ </div>
+ </div>
+ <div class="username D(ib) Fw(b) Mend(10px) C(#26282a) Fz(12px) Cur(p)">sai</div>
+ </div>
+ </div>
+ <div class="message-content Wow(bw)">
+ <div class="Wow(bw) C(#26282a) Mb(2px) Fz(14px) Lh(20px) LineClamp(2,45px)">1. Why weren't the same voters outraged when it became abundantly clear the DNC + MSM were helping to rig the voting in favor of Clint0n as their nominee, and against Bernie [B.S]?<br />2. In a similar odd fashion, the fact that their candidate [HRC] was placed above the Law by Loretta LYnch &amp; C0mey, rather than being held accountable for her actions, some of which were [T]reas0n0us, didn't deter Hillery-fans from wanting to see Clinton in the WH, again? <br />Finally, what role did the Soro$/Browne-owned Sequoya "SmartMatic" electronic voting machines play in the election-outcomes, that Clinton insisted, Trump abide by their results... but is UN_willing to do so herself?</div>
+ </div>
+ </div>
+ </li>
+ </ul><a href="https://www.yahoo.com/news/elections"><u class="StretchedBox Z(1)"></u></a>
+ <div class="footer-wrapper comment-count Fz(13px) C(#188fff) Fw(b)"><svg xmlns="http://www.w3.org/2000/svg" class="comment-icon Pos(r) M(a) T(8px) Cur(p)" width="21" height="21" viewBox="0 0 16 16" data-icon="comments" style="vertical-align: initial; fill: rgb(24, 143, 255); stroke: rgb(24, 143, 255); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg><span class="Fz(13px) Mstart(3px) Mend(6px)"><!-- react-text: 11 -->48.5k <!-- /react-text --><span>reactions</span></span><span>•</span><span class="footer-txt Fz(13px) Py(15px) Mb(10px) Mt(5px) Lh(13px) Fw(b) Mstart(6px) C(#188fff)"><span>Join the Conversation</span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col2-3-CanvassSummaryView');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col2-3-CanvassSummaryViewDone', 'PageStart', 'tgtm-Col2-3-CanvassSummaryView');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col2-4-WeatherSimpleForecast">
+ <div id="tgtm-Col2-4-WeatherSimpleForecast-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="93858124">
+ <div class="Pos(r) Mb(40px)" id="tgtm-Col2-4-WeatherSimpleForecast">
+ <h2 class="C(#3f3f3f) D(ib) Fw(b) Fz(15px) Mb(18px)">
+ <!-- react-text: 11 -->Taipei City
+ <!-- /react-text --><button><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="16" height="16" viewBox="0 0 48 48" data-icon="caret-down" style="fill: rgb(0, 0, 0); stroke: rgb(0, 0, 0); stroke-width: 0; vertical-align: bottom;"><path d="M24.21 33.173l12.727-12.728c.78-.78.78-2.048 0-2.828-.78-.78-2.047-.78-2.828 0l-9.9 9.9-9.9-9.9c-.78-.78-2.047-.78-2.827 0-.78.78-.78 2.047 0 2.828L24.21 33.173z"/></svg></button></h2>
+ <div class="Pos(a) W(100%) Z(10)">
+ <!-- react-empty: 8 -->
+ </div>
+ <div class="Pos(r)">
+ <ul class="D(tb) W(100%)">
+ <li class="daily D(tbc) Ta(c) lightweight_D(ib) lightweight_W(25%) lightweight_Bxz(bb) Zoom">
+ <h3 class="Fz(13px) Mb(7px)"><span>Today</span></h3><span data-code="39"><img alt=" Scattered Thunderstorms" title=" Scattered Thunderstorms" class="Trsdu(.42s) " src="https://s.yimg.com/os/weather/1.0.1/dark_icon/64x64/[email protected]" width="43" height="43" /></span><span class="temp Fz(13px) D(b)"><b class="high C(#000) D(ib) Fw(b) Pend(5px)">69°</b><b class="low C(#8d8d8d) D(ib) Fw(b)">65°</b></span></li>
+ <li class="daily D(tbc) Ta(c) lightweight_D(ib) lightweight_W(25%) lightweight_Bxz(bb) Zoom">
+ <h3 class="Fz(13px) Mb(7px)"><span>Sat</span></h3><span data-code="39"><img alt=" Scattered Thunderstorms" title=" Scattered Thunderstorms" class="Trsdu(.42s) " src="https://s.yimg.com/os/weather/1.0.1/dark_icon/64x64/[email protected]" width="43" height="43" /></span><span class="temp Fz(13px) D(b)"><b class="high C(#000) D(ib) Fw(b) Pend(5px)">74°</b><b class="low C(#8d8d8d) D(ib) Fw(b)">68°</b></span></li>
+ <li class="daily D(tbc) Ta(c) lightweight_D(ib) lightweight_W(25%) lightweight_Bxz(bb) Zoom">
+ <h3 class="Fz(13px) Mb(7px)"><span>Sun</span></h3><span data-code="28"><img alt="Mostly Cloudy" title="Mostly Cloudy" class="Trsdu(.42s) " src="https://s.yimg.com/os/weather/1.0.1/dark_icon/64x64/[email protected]" width="43" height="43" /></span><span class="temp Fz(13px) D(b)"><b class="high C(#000) D(ib) Fw(b) Pend(5px)">77°</b><b class="low C(#8d8d8d) D(ib) Fw(b)">69°</b></span></li>
+ <li class="daily D(tbc) Ta(c) lightweight_D(ib) lightweight_W(25%) lightweight_Bxz(bb) Zoom">
+ <h3 class="Fz(13px) Mb(7px)"><span>Mon</span></h3><span data-code="28"><img alt="Mostly Cloudy" title="Mostly Cloudy" class="Trsdu(.42s) " src="https://s.yimg.com/os/weather/1.0.1/dark_icon/64x64/[email protected]" width="43" height="43" /></span><span class="temp Fz(13px) D(b)"><b class="high C(#000) D(ib) Fw(b) Pend(5px)">75°</b><b class="low C(#8d8d8d) D(ib) Fw(b)">69°</b></span></li>
+ </ul>
+ <a class="StretchedBox" href="https://weather.yahoo.com/taiwan/taipei-city/taipei-city-56460773" aria-label="Full forecast"></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col2-4-WeatherSimpleForecast');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col2-4-WeatherSimpleForecastDone', 'PageStart', 'tgtm-Col2-4-WeatherSimpleForecast');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col2-5-ComboAd">
+ <div id="tgtm-Col2-5-ComboAd-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="1236651997">
+ <div class="ads_wrapper" style="height: 250px; margin-bottom: 40px;" data-reactid="2">
+ <div data-reactid="3">
+ <div data-reactid="4">
+ <div id="mrtLREC2-9-sizer" class="darla-container" data-reactid="5">
+ <div id="mrtLREC2-9-wrapper" class="" data-reactid="6">
+ <div id="sb_rel_mrtdestLREC2-9" class="darla" style="position: relative; z-index: 8; width: 300px; height: 250px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 9; width: 299px; height: 249px; top: 0px; left: 0px; visibility: inherit; display: block;" id="mrtdestLREC2-9" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ <div data-reactid="7">
+ <div id="mrtLREC3-9-sizer" class="darla-container D-n D(n)" data-reactid="8">
+ <div id="mrtLREC3-9-wrapper" class="" data-reactid="9">
+ <div id="mrtdestLREC3-9" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col2-5-ComboAd');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col2-5-ComboAdDone', 'PageStart', 'tgtm-Col2-5-ComboAd');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col2-6-Channels">
+ <div id="tgtm-Col2-6-Channels-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-1037425655">
+ <div id="tgtm-Col2-6-Channels" class="tdv2-applet-channels W(columnWidth) My(0) Mx(a) Mb(40px)">
+ <div class="W(100%) D(b) hdr">
+ <div class="Va(t) D(ib) W(55%)" style="background-color: rgb(14, 43, 92); height: 40px;"><img src="https://s.yimg.com/os/mit/media/m/content_index/images/sidekick_tv_news-2e9c408.png" style="height: 40px;" /></div>
+ <div class="Va(t) D(ib) W(15%) Bdbw(40px) Bdbc(t) Bdbs(s) Bdstartw(40px) Bdstarts(s) Bxz(bb)" style="border-left-color: rgb(14, 43, 92); background-color: rgb(219, 219, 219);"></div>
+ <div class="Va(t) D(ib) W(30%) Ta(end) Fz(xs) Fw(b)" style="background-color: rgb(219, 219, 219); color: rgb(0, 0, 0); height: 40px; line-height: 40px;"><span class="Mend(10px)">Must Watch</span></div>
+ </div>
+ <div class="playlist-stage Bgc(#111) Ov(h)">
+ <div class="playlist-player Pos(r)">
+ <!-- react-text: 13 -->
+ <!-- /react-text -->
+ <div class="W(100%) H(100%) detachable">
+ <div data-reactroot="" data-player-key="playlist-stage">
+ <div class="VideoPlayer D(b) Pos(r) Pb(56.25%) js-player-container" style="width: 100%; height: 100%;">
+ <div class="StretchedBox">
+ <div tabindex="0" class="yvp-content yvp-hide-controls smallscreen yvp-browser-ua yvp-browser-firefox yvp-browser-desktop yvp-browser-macintosh yvp-stream yvp-mode-vpaid yvp-flag-playing yvp-state-video" aria-label="Yahoo Video Player" id="yvp-content-node-4800">
+ <div class="yvp-main" tabindex="0">
+ <div class="yvp-loading-screen">
+ <div class="yvp-loading-spinner yvp-spinner-icon" style="width: 56.25px; height: 56.25px; margin-left: -28.125px; margin-top: -28.125px;"></div>
+ <div class="yvp-feedback-btn yvp-error-feedback" style="display: none;">
+ <p>Report issue</p>
+ </div>
+ </div>
+ <div class="yvp-bottom-bar">
+ <div class="yvp-bottom-container">
+ <div class="yvp-slider" role="slider" tabindex="0" aria-label="Seek slider" aria-valuemin="0">
+ <div class="yvp-slider-extension" aria-hidden="true"></div>
+ <div class="yvp-handle"></div>
+ <div class="yvp-buffer-bar"></div>
+ <div class="yvp-playback-bar"></div>
+ <div class="yvp-visual-seek">
+ <div class="yvp-vs-thumbnail"></div>
+ <div class="yvp-vs-time"></div>
+ </div>
+ </div>
+ <div class="yvp-play-controls">
+ <div class="yvp-play-btn" role="button" tabindex="0" aria-label="Pause Video"></div>
+ <div class="yvp-upnext-container hide">
+ <div class="yvp-upnext-btn" role="button">
+ </div>
+ <div class="yvp-upnext-playlist" role="dialog">
+ <div class="yvp-hover-elem"></div>
+ </div>
+ </div>
+ <div class="yvp-time-container" tabindex="-1" aria-hidden="true">
+ <div class="yvp-current-time"></div>
+ <div class="yvp-total-time"></div>
+ </div>
+ </div>
+ <div class="yvp-menu-controls">
+ <div class="yvp-cc-btn button yvp-tooltip" role="button" tabindex="0" aria-label="Closed Captions">
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">Captions Off</div>
+ </div>
+ </div>
+ <div class="yvp-volume-btn button" role="button" tabindex="0" aria-label="Mute">
+ <div class="yvp-volume-bar-container">
+ <div class="yvp-volume-level">
+ <div class="yvp-volume-bar">
+ <div class="yvp-volume-handle"></div>
+ </div>
+ <div class="yvp-volume-value"></div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-setting-btn button yvp-tooltip" role="button" tabindex="0" aria-label="Settings">
+ <div class="yvp-setting-pointer" aria-hidden="true"></div>
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">
+ Settings
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-fullscreen-btn button yvp-tooltip" role="button" tabindex="0" aria-label="Go to full screen">
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">
+ Full Screen
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-settings-container" tabindex="0">
+ <div class="yvp-main-settings open">
+ <div class="yvp-settings-embed open">
+ <div class="yvp-settings-header" tabindex="0" aria-label="Embed">Embed</div>
+ <div class="yvp-input-container yvp-embed-input-container">
+ <input class="yvp-embed-input" value="" data-link-type="emb" readonly="readonly" type="text" />
+ </div>
+ <div class="yvp-settings-divider"></div>
+ </div>
+ <div class="yvp-settings-quality">
+ <div class="yvp-settings-header" tabindex="0" aria-label="Video Quality">Video Quality</div>
+ <div class="yvp-settings-item yvp-quality-auto yvp-settings-activated" tabindex="1">Auto</div>
+ <div class="yvp-settings-item yvp-quality-high yvp-disabled" tabindex="2">High (HD)</div>
+ <div class="yvp-settings-item yvp-quality-medium yvp-disabled" tabindex="3">Medium</div>
+ <div class="yvp-settings-item last-item yvp-quality-low yvp-disabled" tabindex="4">Low</div>
+ <div class="yvp-settings-divider"></div>
+ </div>
+ <div class="yvp-settings-cc">
+ <div class="yvp-settings-header last-item" tabindex="0" aria-label="Closed Caption Settings">Closed Caption Settings</div>
+ <div class="yvp-settings-caret-icon right"></div>
+ </div>
+ </div>
+ <div class="yvp-cc-options-main close">
+ <div class="yvp-cc-back-to-settings">
+ <div class="yvp-settings-caret-icon left"></div>
+ <div class="yvp-back-to-settings">Back</div>
+ </div>
+
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-header yvp-cc-item">Closed Captions</div>
+ <div class="yvp-cc-toggle">
+ <div data-cc-state="on" class="yvp-settings-item yvp-cc-on"></div>
+ <div data-cc-state="off" class="yvp-settings-item yvp-cc-off yvp-settings-activated"></div>
+ </div>
+ <div class="yvp-cc-header yvp-cc-item">Language</div>
+ <div class="yvp-cc-language yvp-cc-item">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">English<span class="yvp-ddm-availability"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">English<span class="yvp-ddm-availability"></span></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-divider"></div>
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-position yvp-cc-item">
+ <div class="yvp-cc-header yvp-cc-item">Position</div>
+ <div class="yvp-cc-pos-wrapper">
+ <ul class="yvp-cc-pos-selection">
+ <li class="yvp-settings-item yvp-cc-position-bottom yvp-settings-activated" cc-pos-data="bottom">Bottom</li>
+ <li class="yvp-settings-item yvp-cc-position-top" cc-pos-data="top">Top</li>
+ </ul>
+ </div>
+ </div>
+ <div class="yvp-cc-size yvp-cc-item">
+ <div class="yvp-cc-header yvp-cc-item">Type Size</div>
+ <div class="yvp-cc-size-selector">
+ <div class="yvp-cc-size-indicators">
+ <div class="yvp-cc-indicator yvp-cc-indicator-0" data-size-value="0">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-25" data-size-value="25">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-50" data-size-value="50">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-75" data-size-value="75">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-100" data-size-value="100">A</div>
+ </div>
+ <div class="yvp-slider-wrapper">
+ <div class="yvp-slider-track">
+ <div class="yvp-slider-anchor" style="left: 0%"></div>
+ <div class="yvp-slider-anchor" style="left: 25%"></div>
+ <div class="yvp-slider-anchor" style="left: 50%"></div>
+ <div class="yvp-slider-anchor" style="left: 75%"></div>
+ <div class="yvp-slider-anchor" style="left: 100%"></div>
+ <div class="yvp-slider-handle" style="left: 24%"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-divider"></div>
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-style yvp-cc-item">
+ <div class="yvp-cc-style-preview" style="font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0.75);">Aa</div>
+ <div class="yvp-cc-style-more">
+ <div class="yvp-cc-item">Style Options</div>
+ <div class="yvp-settings-caret-icon right"></div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-feedback-link yvp-cc-item">
+ <a href="http://info.yahoo.com/legal/us/yahoo/cc/en-us/" target="_blank">
+ <div class="yvp-cc-item"></div>
+ </a>
+ </div>
+ <div class="yvp-cc-preview">
+ <div class="yvp-cc-preview-message">Captions will look like this</div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-cc-options-more close">
+ <div class="yvp-cc-back">
+ <div class="yvp-settings-caret-icon left"></div>
+ <div class="yvp-cc-back-header">Back</div>
+ </div>
+ <div class="yvp-tab-container">
+ <ul class="yvp-tabs-nav">
+ <li class="yvp-tab tab-selected">Presets</li>
+ <li class="yvp-tab">Text</li>
+ <li class="yvp-tab">background</li>
+ <li class="yvp-tab">effects</li>
+ </ul>
+ <div class="yvp-tabs-content">
+ <div class="yvp-tabcontent preset-container tab-show">
+ <div class="yvp-cc-preset" style="color: rgb(205, 205, 205); background-color: rgb(6, 6, 6);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(40, 40, 40); background-color: rgb(200, 200, 200);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(254, 241, 73); background-color: rgb(10, 9, 8);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(205, 205, 205); background-color: transparent;">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(41, 253, 47); background-color: rgb(10, 9, 8);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(236, 54, 156); background-color: rgb(10, 10, 9);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(44, 254, 254); background-color: rgb(10, 10, 9);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(41, 253, 47); background-color: transparent;">Aa</div>
+ </div>
+ <div class="yvp-tabcontent font-list">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">Arial<span class="yvp-ddm-availability"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">Georgia<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Palatino Linotype<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Times New Roman<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Arial<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Arial Black<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Comic Sans MS<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Impact<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Lucida Sans Unicode<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Tahoma<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Trebuchet MS<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Verdana<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Courier New<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Lucida Console<span class="yvp-ddm-availability"></span></li>
+ </ul>
+ </div>
+ <div class="yvp-colorpicker fontcolorpicker">
+ <div class="color-option" style="background-color: rgb(231, 231, 231);"></div>
+ <div class="color-option" style="background-color: rgb(0, 0, 0);"></div>
+ <div class="color-option" style="background-color: rgb(252, 37, 37);"></div>
+ <div class="color-option" style="background-color: rgb(41, 253, 47);"></div>
+ <div class="color-option" style="background-color: rgb(44, 254, 254);"></div>
+ <div class="color-option" style="background-color: rgb(236, 54, 156);"></div>
+ <div class="color-option" style="background-color: rgb(254, 241, 73);"></div>
+ <div class="color-option" style="background-color: rgb(37, 36, 251);"></div>
+ </div>
+ </div>
+ <div class="yvp-tabcontent bg-opacity-list">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">75% (transparency)<span class="yvp-ddm-availability"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">100% (opaque)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">75% (transparency)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">50% (transparency)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">25% (transparency)<span class="yvp-ddm-availability"></span></li>
+ </ul>
+ </div>
+ <div class="yvp-colorpicker bgcolorpicker">
+ <div class="color-option nocolor" style="background-color: transparent;"></div>
+ <div class="color-option" style="background-color: rgb(234, 234, 234);"></div>
+ <div class="color-option" style="background-color: rgb(199, 199, 199);"></div>
+ <div class="color-option" style="background-color: rgb(145, 145, 145);"></div>
+ <div class="color-option" style="background-color: rgb(91, 91, 91);"></div>
+ <div class="color-option" style="background-color: rgb(0, 0, 0);"></div>
+ <div class="color-option" style="background-color: rgb(41, 253, 47);"></div>
+ <div class="color-option" style="background-color: rgb(36, 36, 251);"></div>
+ <div class="color-option" style="background-color: rgb(44, 253, 253);"></div>
+ <div class="color-option" style="background-color: rgb(236, 53, 155);"></div>
+ <div class="color-option" style="background-color: rgb(253, 240, 72);"></div>
+ <div class="color-option" style="background-color: rgb(252, 36, 36);"></div>
+ </div>
+ </div>
+ <div class="yvp-tabcontent effects">
+ <div class="yvp-effect none">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Plain</div>
+ </div>
+ <div class="yvp-effect dropshadow">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Shadow</div>
+ </div>
+ <div class="yvp-effect raised">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">raised</div>
+ </div>
+ <div class="yvp-effect depressed">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Lowered</div>
+ </div>
+ <div class="yvp-effect uniform">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Outline</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-cc-style-preview" style="font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0.75);">
+ <div class="yvp-cc-options-message">Captions will look like this</div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-docked-close-button"></div>
+ </div>
+ </div>
+ <div class="yvp-top-bar">
+ <a class="yvp-provider-logo" target="_blank" aria-hidden="true"></a>
+ <div class="yvp-content-type hide" tabindex="0" aria-label=""></div>
+ <div class="yvp-ad-count-container">
+ <div class="yvp-ad-count">Ad:</div>
+ <div class="yvp-ad-countdowntimer"></div>
+ </div>
+ </div>
+ <div class="yvp-playing-item-title"></div>
+ <div class="yvp-custom-controls"></div>
+ <div class="yvp-object-overlay"></div>
+ <div class="yvp-mute-indicator"></div>
+ <div class="yvp-ads-overlay"></div>
+ <div class="cc-element bottom yvp-hide" style="font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: rgb(255, 255, 255);"><span style="background-color: rgba(0, 0, 0, 0.75); line-height: 0; padding: 0px;"></span></div><video class="yvp-html5-video" preload="" id="2177227786" src="blob:https://us.yahoo.com/897a87f7-180d-fe41-b9ee-2d6ff61035f2"></video><object id="4062397862" class="yvp-flash-video yvp-renderer-active" type="application/x-shockwave-flash" data="https://s.yimg.com/rx/builds/7.86.268.1480452935/assets/simpleplayer.swf" width="100%" height="100%"><param name="allowscriptaccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="direct" /><param name="flashVars" value="jsCallback=__YVPFlashAdHandler_1364082398&amp;allowedDomain=us.yahoo.com" /></object></div>
+ <div class="yvp-docked-meta">
+ <div class="yvp-docked-title"></div>
+ <div class="yvp-docked-provider"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="D(b) Va(t) Pt(10px) ftr" style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0);">
+ <div class="Fw(500) Pb(3px)">Selena Gomez Is the Queen of Instagram</div>
+ <div class="Fz(11px) C(#888)">ABC News Videos</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col2-6-Channels');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col2-6-ChannelsDone', 'PageStart', 'tgtm-Col2-6-Channels');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col2-7-DiscussionList">
+ <div id="tgtm-Col2-7-DiscussionList-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-763418978">
+ <div class="Pos(r)" data-test-locator="jtd">
+ <h2 class="Fz(15px) Fw(b) C(#000) M(0) Mb(10px)"><span>Popular in the Community</span></h2>
+ <div class="Py(10px) Pos(r)">
+ <div class="Cf">
+ <div>
+ <div class="Fl(start) Pos(r) Z(1) W(150px)">
+ <a href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_index" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom: 74%;"><img alt="Tom Ford on Dressing Melania Trump: 'She's Not Necessarily My Image'" class="Trsdu(.42s) W(100%) Trsdu(0s)!" src="https://s.yimg.com/uu/api/res/1.2/9jHpA98Rf0k5TZel8HOVIQ--/Zmk9c3RyaW07aD0yMjI7cHlvZmY9MDtxPTgwO3c9MzAwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/creatr-images/GLB/2016-12-01/98baf690-b75d-11e6-b4d7-7549993b31c7_9c8af290-a06d-11e6-bdfd-4ddc0a732700_ford.gif" style="" />
+ <div class="Bg(discussionImgRankGradient) StretchedBox"></div><span class="Tsh(discussionTextShadow) Pos(a) Fz(32px) Lh(30px) Start(8px) B(6px) C(#f8fafc) Fw(b)">1</span></a>
+ </div>
+ <div class="H(111px) Ov(h) Pstart(15px) Pos(r)">
+ <p class="W(27px) H(1px) Bdtw(1px) Bdts(s) Bdtc(#b9bdc5) Mb(6px)"></p>
+ <h3 class="Mb(5px)">
+ <a href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_index" class="Td(n)">
+ <div class="Fw(b) Fz(13px) Lh(15px) LineClamp(4,60px) Pos(r) C(#000000)">Tom Ford on Dressing Melania Trump: 'She's Not Necessarily My Image'</div>
+ </a>
+ </h3>
+ <div class="Pos(a) W(100%) B(0)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) Td(n) P(0) D(ib)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html"><span class="Fz(11px) Ta(start) C(#979ba7) C(#188fff):h"><!-- react-text: 23 -->3457 <!-- /react-text --><span>messages</span></span></a>
+ <div class="sentiments W(100%) Mt(4px) Va(b)"><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(positiveImg)"></span><span class="C(#1ac567) Pstart(3px) Fz(11px) Fw(b)">7%</span></span><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(neutralImg)"></span><span class="C(#ff7b12) Pstart(3px) Fz(11px) Fw(b)">63%</span></span><span class="D(ib)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(negativeImg)"></span><span class="C(#ff4d52) Pstart(3px) Fz(11px) Fw(b)">30%</span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Py(10px) Pos(r)">
+ <div class="Cf">
+ <div>
+ <div class="Fl(start) Pos(r) Z(1) W(150px)">
+ <a href="/news/presidential-election-recount-set-begin-wisconsin-060511203--election.html?.tsrc=jtc_news_index" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom: 74%;"><img alt="Wisconsin election recount begins; Michigan's is challenged" class="Trsdu(.42s) W(100%) Trsdu(0s)!" src="https://s.yimg.com/uu/api/res/1.2/JRMsDJSMu_vCqkLVkpnmiA--/Zmk9c3RyaW07aD0yMjI7cHlvZmY9MDtxPTgwO3c9MzAwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en_us/News/ap_webfeeds/3bb2278df96048098ae83026310340c6.jpg" style="" />
+ <div class="Bg(discussionImgRankGradient) StretchedBox"></div><span class="Tsh(discussionTextShadow) Pos(a) Fz(32px) Lh(30px) Start(8px) B(6px) C(#f8fafc) Fw(b)">2</span></a>
+ </div>
+ <div class="H(111px) Ov(h) Pstart(15px) Pos(r)">
+ <p class="W(27px) H(1px) Bdtw(1px) Bdts(s) Bdtc(#b9bdc5) Mb(6px)"></p>
+ <h3 class="Mb(5px)">
+ <a href="/news/presidential-election-recount-set-begin-wisconsin-060511203--election.html?.tsrc=jtc_news_index" class="Td(n)">
+ <div class="Fw(b) Fz(13px) Lh(15px) LineClamp(4,60px) Pos(r) C(#000000)">Wisconsin election recount begins; Michigan's is challenged</div>
+ </a>
+ </h3>
+ <div class="Pos(a) W(100%) B(0)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) Td(n) P(0) D(ib)" href="/news/presidential-election-recount-set-begin-wisconsin-060511203--election.html"><span class="Fz(11px) Ta(start) C(#979ba7) C(#188fff):h"><!-- react-text: 51 -->2189 <!-- /react-text --><span>messages</span></span></a>
+ <div class="sentiments W(100%) Mt(4px) Va(b)"><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(positiveImg)"></span><span class="C(#1ac567) Pstart(3px) Fz(11px) Fw(b)">4%</span></span><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(neutralImg)"></span><span class="C(#ff7b12) Pstart(3px) Fz(11px) Fw(b)">71%</span></span><span class="D(ib)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(negativeImg)"></span><span class="C(#ff4d52) Pstart(3px) Fz(11px) Fw(b)">25%</span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Py(10px) Pos(r)">
+ <div class="Cf">
+ <div>
+ <div class="Fl(start) Pos(r) Z(1) W(150px)">
+ <a href="/news/petraeus-would-need-to-inform-his-probation-officer-if-he-joins-trumps-cabinet-172641753.html?.tsrc=jtc_news_index" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom: 74%;"><img alt="Petraeus would need to inform his probation officer if he joins Trump’s Cabinet" class="Trsdu(.42s) W(100%) Trsdu(0s)!" src="https://s.yimg.com/uu/api/res/1.2/iu5tNfG3zLOh3WEdqShqLA--/Zmk9c3RyaW07aD0yMjI7cHlvZmY9MDtxPTgwO3c9MzAwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/1512a9e6f903b7e1cd786f7fe2326866" style="" />
+ <div class="Bg(discussionImgRankGradient) StretchedBox"></div><span class="Tsh(discussionTextShadow) Pos(a) Fz(32px) Lh(30px) Start(8px) B(6px) C(#f8fafc) Fw(b)">3</span></a>
+ </div>
+ <div class="H(111px) Ov(h) Pstart(15px) Pos(r)">
+ <p class="W(27px) H(1px) Bdtw(1px) Bdts(s) Bdtc(#b9bdc5) Mb(6px)"></p>
+ <h3 class="Mb(5px)">
+ <a href="/news/petraeus-would-need-to-inform-his-probation-officer-if-he-joins-trumps-cabinet-172641753.html?.tsrc=jtc_news_index" class="Td(n)">
+ <div class="Fw(b) Fz(13px) Lh(15px) LineClamp(4,60px) Pos(r) C(#000000)">Petraeus would need to inform his probation officer if he joins Trump’s Cabinet</div>
+ </a>
+ </h3>
+ <div class="Pos(a) W(100%) B(0)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) Td(n) P(0) D(ib)" href="/news/petraeus-would-need-to-inform-his-probation-officer-if-he-joins-trumps-cabinet-172641753.html"><span class="Fz(11px) Ta(start) C(#979ba7) C(#188fff):h"><!-- react-text: 79 -->1237 <!-- /react-text --><span>messages</span></span></a>
+ <div class="sentiments W(100%) Mt(4px) Va(b)"><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(positiveImg)"></span><span class="C(#1ac567) Pstart(3px) Fz(11px) Fw(b)">4%</span></span><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(neutralImg)"></span><span class="C(#ff7b12) Pstart(3px) Fz(11px) Fw(b)">72%</span></span><span class="D(ib)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(negativeImg)"></span><span class="C(#ff4d52) Pstart(3px) Fz(11px) Fw(b)">24%</span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Py(10px) Pos(r)">
+ <div class="Cf">
+ <div>
+ <div class="Fl(start) Pos(r) Z(1) W(150px)">
+ <a href="/news/what-just-happened-with-carrier-is-crazy-223106708.html?.tsrc=jtc_news_index" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom: 74%;"><img alt="What just happened with Carrier is crazy" class="Trsdu(.42s) W(100%) Trsdu(0s)!" src="https://s.yimg.com/uu/api/res/1.2/H58kB1kmKZsVS8b3uJ8LBw--/Zmk9c3RyaW07aD0yMjI7cHlvZmY9MDtxPTgwO3c9MzAwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/creatr-images/GLB/2016-12-01/64c09c20-b814-11e6-914d-b5ce7dec3223_GettyImages-627024488.jpg" style="" />
+ <div class="Bg(discussionImgRankGradient) StretchedBox"></div><span class="Tsh(discussionTextShadow) Pos(a) Fz(32px) Lh(30px) Start(8px) B(6px) C(#f8fafc) Fw(b)">4</span></a>
+ </div>
+ <div class="H(111px) Ov(h) Pstart(15px) Pos(r)">
+ <p class="W(27px) H(1px) Bdtw(1px) Bdts(s) Bdtc(#b9bdc5) Mb(6px)"></p>
+ <h3 class="Mb(5px)">
+ <a href="/news/what-just-happened-with-carrier-is-crazy-223106708.html?.tsrc=jtc_news_index" class="Td(n)">
+ <div class="Fw(b) Fz(13px) Lh(15px) LineClamp(4,60px) Pos(r) C(#000000)">What just happened with Carrier is crazy</div>
+ </a>
+ </h3>
+ <div class="Pos(a) W(100%) B(0)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) Td(n) P(0) D(ib)" href="/news/what-just-happened-with-carrier-is-crazy-223106708.html"><span class="Fz(11px) Ta(start) C(#979ba7) C(#188fff):h"><!-- react-text: 107 -->5145 <!-- /react-text --><span>messages</span></span></a>
+ <div class="sentiments W(100%) Mt(4px) Va(b)"><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(positiveImg)"></span><span class="C(#1ac567) Pstart(3px) Fz(11px) Fw(b)">4%</span></span><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(neutralImg)"></span><span class="C(#ff7b12) Pstart(3px) Fz(11px) Fw(b)">69%</span></span><span class="D(ib)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(negativeImg)"></span><span class="C(#ff4d52) Pstart(3px) Fz(11px) Fw(b)">27%</span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Py(10px) Pos(r)">
+ <div class="Cf">
+ <div>
+ <div class="Fl(start) Pos(r) Z(1) W(150px)">
+ <a href="/news/donald-trump-tells-pakistan-whatever-194657529.html?.tsrc=jtc_news_index" class="D(b) H(0) Ov(h) Bdrs(2px)" style="padding-bottom: 74%;"><img alt="Donald Trump Tells Pakistan He Will Do Whatever It Wants" class="Trsdu(.42s) W(100%) Trsdu(0s)!" src="https://s.yimg.com/uu/api/res/1.2/65p_9yZez6XxWsuj5irjXA--/Zmk9c3RyaW07aD0yMjI7cHlvZmY9MDtxPTgwO3c9MzAwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/homerun/foreign_policy_magazine/7843baa2ae1e72999e1487175924cf33" style="" />
+ <div class="Bg(discussionImgRankGradient) StretchedBox"></div><span class="Tsh(discussionTextShadow) Pos(a) Fz(32px) Lh(30px) Start(8px) B(6px) C(#f8fafc) Fw(b)">5</span></a>
+ </div>
+ <div class="H(111px) Ov(h) Pstart(15px) Pos(r)">
+ <p class="W(27px) H(1px) Bdtw(1px) Bdts(s) Bdtc(#b9bdc5) Mb(6px)"></p>
+ <h3 class="Mb(5px)">
+ <a href="/news/donald-trump-tells-pakistan-whatever-194657529.html?.tsrc=jtc_news_index" class="Td(n)">
+ <div class="Fw(b) Fz(13px) Lh(15px) LineClamp(4,60px) Pos(r) C(#000000)">Donald Trump Tells Pakistan He Will Do Whatever It Wants</div>
+ </a>
+ </h3>
+ <div class="Pos(a) W(100%) B(0)"><a class="Pos(r) Cur(p) Bdw(0) Va(m) Td(n) P(0) D(ib)" href="/news/donald-trump-tells-pakistan-whatever-194657529.html"><span class="Fz(11px) Ta(start) C(#979ba7) C(#188fff):h"><!-- react-text: 135 -->673 <!-- /react-text --><span>messages</span></span></a>
+ <div class="sentiments W(100%) Mt(4px) Va(b)"><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(positiveImg)"></span><span class="C(#1ac567) Pstart(3px) Fz(11px) Fw(b)">5%</span></span><span class="D(ib) Pend(6px)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(neutralImg)"></span><span class="C(#ff7b12) Pstart(3px) Fz(11px) Fw(b)">65%</span></span><span class="D(ib)"><span class="W(15px) H(15px) D(ib) Va(tt) Bgz(330%) Bg(negativeImg)"></span><span class="C(#ff4d52) Pstart(3px) Fz(11px) Fw(b)">30%</span></span>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('DiscussionList');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('DiscussionListDone', 'PageStart', 'DiscussionList');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Col2-8-Footer">
+ <div id="tgtm-Col2-8-Footer-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="1087118069">
+ <ul class="yvpDocked_Mt(260px)" data-test-locator="tdv2-applet-footer" data-reactid="2">
+ <li class="D(ib) mouseover Mend(6px) Lh(22px)" data-test-locator="footer-item" data-reactid="3"><a title="Help" href="https://help.yahoo.com/kb/helpcentral" class="Tt(c) Fz(13px) Td(n) mouseover:h_Op(1) mouseover:h_Td(u) C(#3c3c5b) Op(.4)" data-reactid="4">Help</a></li>
+ <li class="D(ib) mouseover Mend(6px) Lh(22px)" data-test-locator="footer-item" data-reactid="5"><a title="Privacy" href="https://policies.yahoo.com/us/en/yahoo/privacy/index.htm" class="Tt(c) Fz(13px) Td(n) mouseover:h_Op(1) mouseover:h_Td(u) C(#3c3c5b) Op(.4)" data-reactid="6">Privacy</a></li>
+ <li class="D(ib) mouseover Mend(6px) Lh(22px)" data-test-locator="footer-item" data-reactid="7"><a title="Suggestions" href="https://yahoo.uservoice.com/forums/206380" class="Tt(c) Fz(13px) Td(n) mouseover:h_Op(1) mouseover:h_Td(u) C(#3c3c5b) Op(.4)" data-reactid="8">Suggestions</a></li>
+ <li class="D(ib) mouseover Mend(6px) Lh(22px)" data-test-locator="footer-item" data-reactid="9"><a title="About our Ads" href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" class="Tt(c) Fz(13px) Td(n) mouseover:h_Op(1) mouseover:h_Td(u) C(#3c3c5b) Op(.4)" data-reactid="10">About our Ads</a></li>
+ <li class="D(ib) mouseover Mend(6px) Lh(22px)" data-test-locator="footer-item" data-reactid="11"><a title="Terms" href="https://policies.yahoo.com/us/en/yahoo/terms/utos/index.htm" class="Tt(c) Fz(13px) Td(n) mouseover:h_Op(1) mouseover:h_Td(u) C(#3c3c5b) Op(.4)" data-reactid="12">Terms</a></li>
+ </ul>
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Col2-8-Footer');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Col2-8-FooterDone', 'PageStart', 'tgtm-Col2-8-Footer');
+ }
+ </script>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Overlay" class="YDC-Overlay">
+ <div id="YDC-Overlay-Stack" class="YDC-Overlay-Stack Z(11) End(0) Pos(f) Start(0) lw-nav-open_Pos(r) lw-nav-open_Z(10) T(0)">
+ <div>
+ <div id="mrt-node-tgtm-Overlay-0-MtfModal">
+ <div id="tgtm-Overlay-0-MtfModal-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="1126244870">
+ <!-- react-empty: 2 -->
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Overlay-0-MtfModal');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Overlay-0-MtfModalDone', 'PageStart', 'tgtm-Overlay-0-MtfModal');
+ }
+ </script>
+ <div id="mrt-node-tgtm-Overlay-1-Nagbar">
+ <div id="tgtm-Overlay-1-Nagbar-Proxy" data-reactroot="" data-reactid="1" data-react-checksum="-189259458">
+ <!-- react-empty: 2 -->
+ </div>
+ </div>
+ <script>
+ if (window.performance) {
+ window.performance.mark & amp; & amp;
+ window.performance.mark('tgtm-Overlay-1-Nagbar');
+ window.performance.measure & amp; & amp;
+ window.performance.measure('tgtm-Overlay-1-NagbarDone', 'PageStart', 'tgtm-Overlay-1-Nagbar');
+ }
+ </script>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="app">
+ <div data-reactroot="">
+ <div class="render-target-default Pos(a) W(100%) modal-open_Op(1)" id="render-target-default"><span></span></div>
+ <div class="render-target-active render-target-modal O(n)!:f Bdtw(1px) D(n) H(a)! Mih(100%) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)" id="render-target-modal">
+ <div class="news US en-US H(100%) O(n)!:f Mx(a)--modalCentered Maw(1180px) Miw(984px) Mx(20px) Mx(0)--modalFloatingCloseBtn">
+ <div id="modalDescription" class="Hidden"><span>Entering a modal</span></div>
+ <div id="YDC-MainCanvas" class="YDC-MainCanvas Mih(100%) Bxsh(modalShadow) Pos(r)">
+ <div class="Cf">
+ <div>
+ <div class="Z(-1) Bgc(#fff) Cur(p) Pos(f) Start(0) W(100%) H(100%)"></div>
+ <div class="Pos(a) End(21px) T(25px)"><button class="Bdrs(20px) Cur(p) End(20px)--modalFloatingCloseBtn O(n) P(9px) Pos(f) Z(3) Bgc(#2d1152)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="19" height="19" viewBox="-1 -1 50 50" data-icon="close" style="stroke-width: 2; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); vertical-align: bottom;"><path d="M37.98 34.827l-9.9-9.9 9.9-9.898c.78-.782.78-2.05 0-2.83-.78-.78-2.047-.78-2.828 0l-9.9 9.9-9.898-9.9c-.78-.78-2.048-.78-2.828 0-.78.78-.78 2.047 0 2.828l9.9 9.9-9.9 9.898c-.78.78-.78 2.047 0 2.828.78.78 2.047.78 2.828 0l9.9-9.9 9.898 9.9c.78.78 2.048.78 2.828 0 .782-.78.782-2.047 0-2.827z"/></svg></button></div>
+ </div>
+ <div id="YDC-Overlay" class="YDC-Overlay">
+ <div id="YDC-Overlay-Stack" class="YDC-Overlay-Stack Z(11) End(0) Pos(f) Start(0) lw-nav-open_Pos(r) lw-nav-open_Z(10) T(0)">
+ <div>
+ <div id="tgt1-Overlay-0-Lightbox-Proxy">
+ <div id="tgt1-Overlay-0-Lightbox" class="lightbox">
+ <div tabindex="-1" class="lightbox-wrapper Ta(c) Pos(f) T(0) Start(0) H(100%) W(100%) D(n)! Op(0)">
+ <div id="myLightboxContainer" class="Ta(start) Pos(r) Z(1) T(0) Maw(100%) P(0) D(n)!" aria-describedby="lightbox-container" role="alertdialog"></div><b class="ModalShim"></b><b class="IEShim"></b></div>
+ </div>
+ </div>
+ <div id="tgt1-Overlay-1-Nagbar-Proxy">
+ <!-- react-empty: 27 -->
+ </div>
+ <div id="tgt1-Overlay-2-VideoModal-Proxy">
+ <div class="tdv2-applet-video-modal video-modal H(100%) End(0) Bgc(tspr) Trs(vm) Bxz(bb) Bgc(#000) Start(0) Pos(f) Z(20) V(h) Op(0) T(100%) B(0)">
+ <div class="T(0) Pos(a) Start(0) End(0) B(0)"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="YDC-Lead" class="YDC-Lead">
+ <div id="YDC-Lead-Stack" class="YDC-Lead-Stack Z(1) Pos(r)">
+ <div>
+ <div id="tgt1-Lead-0-ComboAd-Proxy">
+ <div class="ads_wrapper Trs(ads-height)" style="margin-top: 30px; margin-bottom: 8px; height: 90px;">
+ <div>
+ <div>
+ <div id="modalLDRB-sizer" class="darla-container" style="margin-left: auto; margin-right: auto; text-align: center;">
+ <div id="modalLDRB-wrapper" class="">
+ <div id="sb_rel_modaldestLDRB" class="darla" style="position: relative; z-index: 9; width: 728px; height: 90px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 10; width: 728px; height: 90px; top: 0px; left: 0px; visibility: inherit; display: block;" id="modaldestLDRB" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="M(a) W(100%) Pos(r) Bxsz(bb)" data-test-locator="article">
+ <div class="Cf Maw(635px) Miw(454px) Mend(395px) Mstart(150px) Mstart(137px)--modalMinWidth Mend(380px)--modalMinWidth Mstart(82px)!--modalFloatingCloseBtn">
+ <div id="YDC-Col1" class="YDC-Col1 Bxz(bb)">
+ <div id="YDC-Col1-Stack" class="YDC-Col1-Stack Z(2) Pos(r) Pt(40px) Pb(24px)">
+ <div>
+ <div id="tgt1-Col1-0-HeadComponentTitle-Proxy">
+ <header id="tgt1-Col1-0-HeadComponentTitle" class="canvas-header">
+ <h1 class="Lh(36px) Fz(25px)--sm Fz(32px) Mb(17px)--sm Mb(20px) Mb(30px)--lg Ff($ff-primary) Lts($lspacing-md) Fw($fweight) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) Wow(bw)">Russia: Space ship malfunctions, breaks up over Siberia</h1>
+ </header>
+ </div>
+ <div id="tgt1-Col1-1-HeadComponentAttribution-Proxy">
+ <div id="tgt1-Col1-1-HeadComponentAttribution" class="auth-attr W(100%) Mb(12px) Pos(r)">
+ <div class="auth-prov-logos D(tbc) Va(t)">
+ <div class="provider-logo D(tbc) Mah(45px) Mah(40px)--sm Va(m) Pend(10px)">
+ <a href="http://www.ap.org/" target="_blank" rel="noopener noreferrer nofollow"><img class="Trsdu(.42s) H(a) Mah(46px) Maw(46px) Mah(40px)--sm Maw(40px)--sm" title="Associated Press" src="https://s.yimg.com/uu/api/res/1.2/FKxSqKNwseSUq0sIlACj4Q--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/os/152/2012/04/21/image001-png_162613.png" width="auto" /></a>
+ </div>
+ </div>
+ <div class="auth-prov-soc Fz(14px) Mend(4px) Va(m) D(tbc) Mah(45px) Maw(320px) Mah(40px)--sm">
+ <div class="author Mb(4px) Mend(4px) D(ib)">
+ <div class="author-name C(#000) Fw(b) Fz(12px) Lh(18px) Mend(3px) Td(n)">NATALIYA VASILYEVA</div>
+ </div>
+ <div class="D(tbc)"><span class="provider Mb(4px) Pend(5px)"><span class="provider-link Fw(b)"><a class="C(#222) Fz(12px)" href="http://www.ap.org/" target="_blank" rel="noopener noreferrer nofollow">Associated Press</a></span></span><time class="date D(ib) Fz(11px) Mb(4px)" datetime="2016-12-01T23:29:49.000Z">December 2, 2016</time></div>
+ </div><button aria-label="Comment" class="canvas-modal-comments-button D(b) Px(0) Cur(p) O(n) canvas-attr-canvass-btn Pos(a) End(0) T(0)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="20" height="20" viewBox="0 0 16 16" data-icon="comments" style="vertical-align: initial; fill: rgb(0, 0, 0); stroke: rgb(0, 0, 0); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg><span class="Fz(12px) Pos(r) Mstart(6px) B(6px) Fw(b) C(#000)"><!-- react-text: 66 -->11<!-- /react-text --><!-- react-text: 67 --> <!-- /react-text --><span>Comments</span></span></button></div>
+ </div>
+ <div id="tgt1-Col1-2-ContentCanvas-Proxy">
+ <div id="tgt1-Col1-2-ContentCanvas" class="content-canvas Bgc(#fff) Pos(r) P(20px)--sm Pt(17px)--sm">
+ <article data-uuid="8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb" data-type="story">
+ <div class="canvas-atom Mb(24px) Mb(22px)--sm">
+ <div class="Pos(r) W(100%) Bgc(#212124) Pb(66%)">
+ <div class="Pos(a) Px(30px) Py(20px) P(0)--sm H(100%) W(100%) Bxz(bb)">
+ <div class="Pos(r) O(n):f" tabindex="2" style="height: 100%;">
+ <div id="modal-slideshow-8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb" class="Pos(r) H(100%) slideshow-carousel">
+ <div class="Carousel-Mask Zoom Pos(r) js-mask H(100%) Ov(h) W(100%) ">
+ <ul class="Carousel-Slider Row M(0) P(0) Pos(r) Whs(nw) H(100%)">
+ <li class="Carousel-Item IbBox H(100%) Carousel-Item-Active" style="width: 100%;">
+ <div class="Pos(r) D(ib) H(100%) W(100%) M(0)">
+ <figure class="slideshow-figure D(b) H(100%) W(100%) M(0)"><img class="slideshow-image Maw(100%) Mah(100%) M(a) W(a) StretchedBox" src="https://s.yimg.com/ny/api/res/1.2/lNHGeC84b29OU62FMISl7g--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9ODAwO2g9NjAwO2lsPXBsYW5l/http://media.zenfs.com/en_us/News/ap_webfeeds/c9375de6acbf4c168be78ffe4ec71ea9.jpg" alt="In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, just minutes after the launch en route to the International Space Station due to an unspecified malfunction, the Russian space agency said.(Oleg Urusov/ Roscosmos Space Agency Press Service photo via AP)" /></figure>
+ </div>
+ </li>
+ <li class="Carousel-Item IbBox H(100%) Pos(a) V(h) Carousel-Item-Next" style="width: 100%; left: 100%;">
+ <div class="Pos(r) D(ib) H(100%) W(100%) M(0)">
+ <figure class="slideshow-figure D(b) H(100%) W(100%) M(0)"><img class="slideshow-image Maw(100%) Mah(100%) M(a) W(a) StretchedBox" src="https://s.yimg.com/ny/api/res/1.2/lweVDC7ZjZpHtU0S8gpbNA--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9ODAwO2g9NjAwO2lsPXBsYW5l/http://media.zenfs.com/en_us/News/ap_webfeeds/daa4cec687a64fff8c4060e11ee9e39d.jpg" alt="In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, en route to the International Space Station due to an unspecified malfunction, the Russian space agency said. (Sergei Sergeev/ Roscosmos Space Agency Press Service photo via AP)" /></figure>
+ </div>
+ </li>
+ <li class="Carousel-Item IbBox H(100%) Pos(a) V(h)" style="width: 100%; left: 200%;">
+ <div class="Pos(r) D(ib) H(100%) W(100%) M(0)">
+ <figure class="slideshow-figure D(b) H(100%) W(100%) M(0)"><img class="slideshow-image Maw(100%) Mah(100%) M(a) W(a) StretchedBox" src="https://s.yimg.com/ny/api/res/1.2/AE_dA6RMl8RF7SQmMQl_pw--/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9ODAwO2g9NjAwO2lsPXBsYW5l/http://media.zenfs.com/en_us/News/gettyimages.com/day-seven-championships-wimbledon-2016-20160704-162516-521.jpg" alt="LONDON, ENGLAND - JULY 04: Kim Sears (Wife of Andy Murray of Great Britain) watches on from Centre court on day seven of the Wimbledon Lawn Tennis Championships at the All England Lawn Tennis and Croquet Club on July 4, 2016 in London, England. (Photo by Shaun Botterill/Getty Images)" /></figure>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <a href="" class="D(tb) Ta(c) T(50%) Z(1) Pos(a) P(0) Bdw(0) O(n):f H(45px) W(45px) Mt(-22px) Bdrs(3px) Start(0) D(n)!">
+ <div class="H(100%) Va(m) D(tbc) Lh(1)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" height="15" viewBox="0 0 32 32" data-icon="CoreArrowLeft" style="fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M22.72.665c-.886-.887-2.323-.887-3.21 0L4.175 16 19.51 31.335c.442.443 1.023.665 1.604.665s1.162-.222 1.605-.665c.886-.887.886-2.324 0-3.21L10.596 16 22.72 3.876c.887-.887.887-2.324 0-3.21z"/></svg></div>
+ </a>
+ <a href="" class="D(tb) Ta(c) T(50%) Z(1) Pos(a) P(0) Bdw(0) O(n):f H(45px) W(45px) Mt(-22px) Bdrs(3px) End(0) Bgc(#444.8) Bgc(#444):h">
+ <div class="H(100%) Va(m) D(tbc) Lh(1) Cur(p)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" height="15" viewBox="0 0 32 32" data-icon="CoreArrowRight" style="fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M7.06.665c.887-.887 2.324-.887 3.21 0L25.606 16 10.27 31.335c-.442.443-1.023.665-1.604.665s-1.162-.222-1.605-.665c-.886-.887-.886-2.324 0-3.21L19.185 16 7.06 3.876c-.887-.887-.887-2.324 0-3.21z"/></svg></div>
+ </a>
+ </div>
+ <div class="Bdbc(#e8e8e8) Bdbs(s) Bdbw(1px)">
+ <div class="Pos(r) Lh(1.4) Fz(13px) Pb(10px) Pt(6px)">
+ <div class="Fw(500) Fz(19px) Mb(8px)"><span>1 / 5</span></div>
+ <div class="Pos(r) Ovy(h)" style="max-height: 76px;">
+ <div>
+ <h1 class="slideshow-headline Fw(700) Fz(13px) Mb(4px)">In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, just minutes after the launch en route to the International Space Station due to an unspecified malfunction, the Russian space agency said.(Oleg Urusov/ Roscosmos Space Agency Press Service photo via AP)</h1>
+ <div class="slideshow-description">In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, just minutes after the launch en route to the International Space Station due to an unspecified malfunction, the Russian space agency said.(Oleg Urusov/ Roscosmos Space Agency Press Service photo via AP)</div>
+ </div>
+ <div class="Pos(a) B(0) Start(0) W(100%)" style="height: 20px; background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%) repeat scroll 0% 0%;"></div>
+ </div><button class="C(#157cfb) Cur(p) W(100%) Ta(start) Fz(13px) P(0) Bd(0) O(0) O(n):f"><span>More</span></button></div>
+ </div>
+ </div>
+ <div class="canvas-body C(#26282a) Wow(bw) Cl(start) Mb(20px) Fz(15px) Lh(1.6) Ff($ff-secondary)">
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">MOSCOW (AP) — An unmanned Russian cargo spaceship heading to the International Space Station broke up in the atmosphere over Siberia on Thursday due to an unspecified malfunction, the Russian space agency said.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">The Progress MS-04 cargo craft broke up at an altitude of 190 kilometers (118 miles) over the remote Russian Tuva region in Siberia that borders Mongolia, Roscosmos said in a statement. It said most of spaceship's debris burnt up as it entered the atmosphere but some fell to Earth over what it called an uninhabited area.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">Local people reported seeing a flash of light and hearing a loud thud west of the regional capital of Kyzyl, more than 3,600 kilometers (2,200 miles) east of Moscow, the Tuva government was quoted as saying late Thursday by the Interfax news agency.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">The Progress cargo ship had lifted off as scheduled at 8:51 p.m. (1451 GMT) from Russia's space launch complex in Baikonur, Kazakhstan, to deliver 2.5 metric tons of fuel, water, food and other supplies. It was set to dock with the space station on Saturday.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">Roscosmos said the craft was operating normally before it stopped transmitting data 6 ½ minutes after the launch. The Russian space agency would not immediately describe the malfunction, saying its experts were looking into it.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">This is the third botched launch of a Russian spacecraft in two years. A Progress cargo ship plunged into the Pacific Ocean in May 2015, and a Proton-M rocket carrying an advanced satellite broke up in the atmosphere in May 2014.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">But both Roscosmos and NASA said the crash of the ship would have no impact on the operations of the orbiting space lab that is currently home to a six-member crew, including three cosmonauts from Russia, two NASA astronauts and one from the European Union.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">Orbital ATK, NASA's other shipper, successfully sent up supplies to the space station in October, and a Japanese cargo spaceship is scheduled to launch a full load in mid-December.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">NASA supplier SpaceX, meanwhile, has been grounded since a rocket explosion in September on the launch pad at Cape Canaveral, Florida. The company hopes to resume launches in December to deliver communication satellites.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">___</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">This version corrects the spelling of the region to Tuva, not Tyva.</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">__</p>
+ <p class="canvas-text Mb(1.0em) Mb(0)--sm Mt(0.8em)--sm canvas-atom" data-type="text" style="letter-spacing: 0.01em;">Aerospace Writer Marcia Dunn in Cape Canaveral, Florida, and Vladimir Isachenkov in Moscow contributed to this report.</p>
+ <div></div>
+ </div>
+ </article><span class="canvas-bottom-anchor-8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb" aria-hidden="true"></span></div>
+ </div>
+ <div id="tgt1-Col1-3-CanvassComments-Proxy"><span></span></div>
+ <div id="tgt1-Col1-4-StorylineItem-Proxy">
+ <div class="canvas-pageview canvas-storyline-item-current H(1px)"><span class="canvas-bottom-anchor-8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb" aria-hidden="true"></span></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Pos(a) T(0) End(0) W(300px) Mt(45px) Mend(45px) Mend(30px)--modalMinWidth modalRight">
+ <div id="tgt1-Col2-0-AdBlockPromo-Proxy">
+ <!-- react-empty: 130 -->
+ </div>
+ <div id="tgt1-Col2-1-Ad-Proxy">
+ <div>
+ <div id="modalLREC-sizer" class="darla-container" style="margin-bottom: 20px;">
+ <div id="modalLREC-wrapper" class="">
+ <div id="sb_rel_modaldestLREC" class="darla" style="position: relative; z-index: 2; width: 300px; height: 250px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 3; width: 300px; height: 250px; top: 0px; left: 0px; visibility: inherit; display: block;" id="modaldestLREC" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="tgt1-Col2-2-HeightContainer-Proxy">
+ <div id="tgt1-Col2-2-HeightContainer" class="YDC-Height-Container Ov(h) Trsp(max-height) Trsdu(.42s)" style="max-height: 1306px;">
+ <div>
+ <div id="tgt1-Col2-2-HeightContainer-0-Stream" class="tdv2-applet-stream Bdc(#e2e2e6)" style="max-width: 900px;">
+ <h2 class="C(#26282a) Fw(500) Fz(16px) Ff($ff-primary) Lh($lheight) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing)">What to Read Next</h2>
+ <ul class="Mb(0) Ov(h) P(0) Wow(bw)">
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/HSpCZCUBIJdJo1TDDpS9xg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/Y7DhHdi52xtDqP9G2FwyEA--/dz04MDA7aD01MDI7YXBwaWQ9eXRhY2h5b24-/http://globalfinance.zenfs.com/images/US_AHTTP_REUTERS_OLUSTECH_WRAPPER_H_LIVE_NEW/2016-12-02T085130Z_1_LYNXMPECB10DT_RTROPTP_3_GERMANY_original.jpg&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/russia-says-foil-cyber-attack-080134916.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Russia says foreign spies plan cyber attack on banking system</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Reuters</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="controller Feedback Pos(r)" data-beacon="" data-tp-beacon="">
+ <div class="Py(14px) smartphone_Px(20px) Pos(r) Ov(h) smartphone_Bxsh(streamBoxShadow)">
+ <div class="Mx(a)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Bdrs(2px) Bgz(cv) smartphone_Mx(0) Mb(6px) smartphone_Mb(12px) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/ZLRNmypy69_xnyMGJzjanw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/av/moneyball/ads/1476367816981-4689.jpg&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a rel="nofollow noopener noreferrer" class="Td(n) Fz(13px) C(#020e65) smartphone_C(#000) C(#0078ff):h LineClamp(4,96px) smartphone_Fz(19px)" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=BYGJT9UGIS.ONtXmWlAgcWdoJJE9cvhJFIldeaakFRCvRBq5AbkWPszeIGEo6EnzIgitdcrgzLlIM7htYBdBz8DmCLeUWN4Nfx7RCMrBuhTK2g09WLKUMfuJ2Hf8kut1h_8duwW6xH0O3K666hI5beNtzWF6DcSM556RNPglaCg5Yx6z11d8XQlPY8rrof1XDA3wiksl_1urUvOR45jV73F931NiX7TaFqAbNtp7v4JTwrrwDsBWu2qsZp8CmrITzajmtYzuoL5JS2KJCgWE0.H2PmURgP8cCUca9JvT0MN2lDDZkdd0Wke4IvcWVVSvFajT0tFKCU87f4.5P13KZsEaeYTQhuCyAG7crEr6cYYYQCgUyDZgh02h2hAy_iBoQD3S801ZOY.b1amGFsCuSc3O2bECt08V9MkUDmXW_BVwxHNYp1aWMXHSWiR.hvrvep1pa08k9ejqTWaozIRKGZkHtjr8upDVG2EhV4XQrfgt0VTRiLefjJYuThJPtxPr6OO5ATD_cFiQfXg3a694jwYZd9QQmwZ71sRDLeGz_Ix0oHfzjwUyGF5GE3l.YembbQ7BvDSHUGYzBQVx2916NB0z0mR8NqpnHQ9gy6HO6WYZNsEcMakV3Ojbidg89.dkxB_nn5fb3Q--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">IFC Markets. Forex &amp; CFD trading</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Fz(11px) Pos(r) Z(2) Ell smartphone_Fz(13px)"><a class="Whs(nw) Mend(6px) Lh(1.6) C(#96989f)" rel="noopener noreferrer" target="_blank" href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=BYGJT9UGIS.ONtXmWlAgcWdoJJE9cvhJFIldeaakFRCvRBq5AbkWPszeIGEo6EnzIgitdcrgzLlIM7htYBdBz8DmCLeUWN4Nfx7RCMrBuhTK2g09WLKUMfuJ2Hf8kut1h_8duwW6xH0O3K666hI5beNtzWF6DcSM556RNPglaCg5Yx6z11d8XQlPY8rrof1XDA3wiksl_1urUvOR45jV73F931NiX7TaFqAbNtp7v4JTwrrwDsBWu2qsZp8CmrITzajmtYzuoL5JS2KJCgWE0.H2PmURgP8cCUca9JvT0MN2lDDZkdd0Wke4IvcWVVSvFajT0tFKCU87f4.5P13KZsEaeYTQhuCyAG7crEr6cYYYQCgUyDZgh02h2hAy_iBoQD3S801ZOY.b1amGFsCuSc3O2bECt08V9MkUDmXW_BVwxHNYp1aWMXHSWiR.hvrvep1pa08k9ejqTWaozIRKGZkHtjr8upDVG2EhV4XQrfgt0VTRiLefjJYuThJPtxPr6OO5ATD_cFiQfXg3a694jwYZd9QQmwZ71sRDLeGz_Ix0oHfzjwUyGF5GE3l.YembbQ7BvDSHUGYzBQVx2916NB0z0mR8NqpnHQ9gy6HO6WYZNsEcMakV3Ojbidg89.dkxB_nn5fb3Q--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia">IFC Markets</a><span><a class="Mend(6px) C(#b9bdc5)" href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" rel="noopener noreferrer" target="_blank">Sponsored</a><a href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" rel="noopener noreferrer"><i class="Pos(r) T(3px)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="15" height="15" viewBox="0 0 24 24" data-icon="sponsor" style="vertical-align: baseline; fill: rgb(185, 189, 197); stroke: rgb(185, 189, 197); stroke-width: 0;"><path d="M5.636 4.222c-.39-.39-1.023-.39-1.414 0s-.39 1.024 0 1.414l.707.707c.39.39 1.022.39 1.414 0 .39-.39.39-1.023 0-1.414l-.708-.708zM4.93 17.658l-.708.707c-.39.39-.39 1.023 0 1.414.39.39 1.023.39 1.414 0l.707-.708c.39-.39.39-1.024 0-1.414-.39-.39-1.023-.39-1.414 0zm14.14 0c-.39-.39-1.023-.39-1.413 0-.39.39-.39 1.023 0 1.414l.707.707c.39.39 1.024.39 1.414 0 .39-.392.39-1.025 0-1.415l-.707-.707zm0-11.315l.708-.707c.39-.39.39-1.023 0-1.414s-1.024-.39-1.414 0l-.707.707c-.39.39-.39 1.024 0 1.414.39.39 1.023.39 1.414 0zM22 11h-1c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zM10 9h5c.552 0 1-.448 1-1s-.448-1-1-1h-2c0-.55-.447-1-1-1s-1 .45-1 1H9.5C8.12 7 7 8.12 7 9.5v1C7 11.88 8.12 13 9.5 13H13c.552 0 1 .448 1 1s-.448 1-1 1H8c-.553 0-1 .448-1 1s.447 1 1 1h3c0 .55.447 1 1 1s1-.45 1-1h.5c1.38 0 2.5-1.12 2.5-2.5v-1c0-1.38-1.37-2.5-3-2.5h-3c-.553 0-1-.448-1-1s.447-1 1-1zm2-5c.553 0 1-.448 1-1V2c0-.552-.447-1-1-1s-1 .448-1 1v1c0 .552.447 1 1 1zm-9 7H2c-.553 0-1 .448-1 1s.447 1 1 1h1c.552 0 1-.448 1-1s-.448-1-1-1zm9 9c-.553 0-1 .448-1 1v1c0 .552.447 1 1 1s1-.448 1-1v-1c0-.552-.447-1-1-1z"/></svg></i></a></span></div>
+ </div>
+ <!-- react-text: 704 -->
+ <!-- /react-text -->
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/K0oNi86n3NmNc9JnX46kIQ--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/jcr9peDqhMbZ06yLer_L5w--/dz0yNTQ2O2g9MTY4NTthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en_us/News/ap_webfeeds/972eb075dab5404fb594dc3ae27e9f44.jpg&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/eu-leader-expects-bloc-extend-sanctions-russia-2017-171403224.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">EU leader expects bloc to extend sanctions on Russia in 2017</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Associated Press</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/8O0Kl4MPlopxM_P_DsRT1g--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/p_kfVmSoJkb4E6V.vvUIcQ--/dz04MDA7aD01MjQ7YXBwaWQ9eXRhY2h5b24-/http://globalfinance.zenfs.com/images/US_AHTTP_REUTERS_OLUSBUS_WRAPPER_H_LIVE_NEW/2016-12-01T190655Z_2_LYNXMPECB02RN_RTROPTP_3_RUSSIA-PUTIN_original.jpg&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/exclusive-putin-khamenei-saudi-prince-151654290.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Exclusive: How Putin, Khamenei and Saudi prince got OPEC deal done</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Reuters</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/.vFbQLHfREG9VX6ZvsfaVw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/daQk565_ONazY.x1pjOYLw--/dz0xNDA3O2g9MTY2OTthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en_us/Sports/ap/201612010601216970720&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/clean-athletes-still-waiting-prize-money-dopers-140511721--spt.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Clean athletes still waiting for prize money from dopers</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">The Associated Press</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/sdibVN7Mfd8q5IztiYuaOA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/95qvq2jAjSuxLqjrBSxsvQ--/dz0yMDQ4O2g9MTIzMTthcHBpZD15dGFjaHlvbg--/http://globalfinance.zenfs.com/en_us/Finance/US_AFTP_SILICONALLEY_H_LIVE/The_USs_military_edge_over-2e89cd7f25a143e1acbdfaa5144cbfcc&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/uss-military-edge-over-russia-170101129.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">The US's military edge over Russia and China has come down to one plane</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Business Insider</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/hQtI3BPhTGIR585waR4sNQ--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/GcfF053sCyxL0ER0aV1aeA--/dz0yMDAwO2g9MTMzMzthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en-US/homerun/people_218/cfec187ff1e69a537da1f3c99bcaa8ed&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/investigator-believes-sex-trafficking-could-165307931.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Investigator Believes Sex Trafficking Could Be Motive Behind Sherri Papini Kidnapping Case</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">People</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/AvvLmQDjSjLyXVoJ7elqlw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/N51IQSdIlxcLcYiw_OoFIA--/dz0yMDAwO2g9MTMzNTthcHBpZD15dGFjaHlvbg--/https://media.zenfs.com/creatr-images/GLB/2016-11-21/cbf343d0-aff3-11e6-b2ea-63c6a5abfa8a_2016-11-21T072251Z_451939988_D1BEUOBKNJAB_RTRMADP_3_NORTH-DAKOTA-PIPELINE.jpeg&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="gallery" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M46.135 6.15h-34.92c-1.07 0-1.94.87-1.94 1.94V36.22h36.86c1.072 0 1.94-.87 1.94-1.94V8.09c0-1.07-.868-1.94-1.94-1.94zm-1.94 26.192h-31.04V10.03h31.04v22.312zM38.375 40.102H5.395V15.85c0-1.07-.87-1.94-1.94-1.94-1.07 0-1.94.87-1.94 1.94v26.19c0 1.07.87 1.94 1.94 1.94h34.92c1.07 0 1.94-.87 1.94-1.94 0-1.07-.87-1.938-1.94-1.938z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/protesting-north-dakota-pipeline-153348604.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Protesting the Dakota Access pipeline</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo News Photo Staff</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/Fp8r_eODultyFMaDdg5l7A--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/Ly1vh367zKSZDBmCKQ2RSA--/dz0xMTk3O2g9OTAwO2FwcGlkPXl0YWNoeW9u/http://globalfinance.zenfs.com/en_us/Finance/US_AFTP_SILICONALLEY_H_LIVE/Pluto_is_hiding_a_gigantic-574ed841807f2b3dc2774f5378de3f2f&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/pluto-hiding-gigantic-liquid-ocean-215038275.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Pluto is hiding a gigantic liquid ocean you would never, ever want to swim in</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Business Insider</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/SUWHS9ZxcTwgJBHHen_RPg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/M.wbkg1Vc38qELD7hPFA3g--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/https://s.yimg.com/uu/api/res/1.2/2ZFT8bStScuyOuVzSSCrkw--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/0878dbb1518eb4ebba4e1aaba8596f60&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Mstart(2px) Cur(p)" width="20" height="20" viewBox="0 0 512 512" data-icon="CorePlay" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M82.294 490.295c-20.327 11.736-36.952 2.14-36.952-21.332V42.295c0-23.472 16.632-33.055 36.952-21.332L451.67 234.295c20.318 11.75 20.318 30.945 0 42.682L82.294 490.295z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/video/selena-gomez-queen-instagram-062803976.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Selena Gomez Is the Queen of Instagram</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">ABC News Videos</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/7l8_GWt.lNbS8lnBEtR2YA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/bjso2pHdx4F2VVKlOKvVKQ--/dz0xMjAwO2g9NzQ1O2FwcGlkPXl0YWNoeW9u/https://media.zenfs.com/creatr-images/GLB/2016-11-30/c4347cc0-b711-11e6-8de1-eb385808a9c0_GettyImages-89071032.jpg&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/style/law-student-denied-entry-to-campus-because-her-skirt-was-not-long-enough-152355275.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Law Student Denied Entry to Campus Because Her Skirt Was ‘Not Long Enough’</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo Style</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/l7rwpbdqYZVb1A8sdCEwqw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/h7BR7pCOrckq8yfUMB2QFw--/dz0yMDAwO2g9MTMzMzthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en-US/homerun/people_218/74ea7bb427fa242811b13fc925262b8d&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/kansas-police-set-wildlife-cameras-170020739.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Kansas Police Set Up Wildlife Cameras to Catch a Mountain Lion – This Is What They Got Instead!</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">People</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/uIdmGLxOkOcDY4dyxI5APw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/6Mrl3BSfdfypOp.PxaxflA--/dz01MzAwO2g9MzYxNzthcHBpZD15dGFjaHlvbg--/https://media.zenfs.com/creatr-images/GLB/2016-12-01/64c09c20-b814-11e6-914d-b5ce7dec3223_GettyImages-627024488.jpg&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/what-just-happened-with-carrier-is-crazy-223106708.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">What just happened with Carrier is crazy</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo Finance</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/q3Dx9bG7IesKBTDM7G94wA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/t4IIpcgSgFrPaoxyHBetkQ--/dz0xMjgwO2g9ODUzO2FwcGlkPXl0YWNoeW9u/https://media.zenfs.com/creatr-images/GLB/2016-11-16/8579aa90-ac3b-11e6-b69b-19fd81771288_001-_AP_16321683571399.jpg&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="gallery" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M46.135 6.15h-34.92c-1.07 0-1.94.87-1.94 1.94V36.22h36.86c1.072 0 1.94-.87 1.94-1.94V8.09c0-1.07-.868-1.94-1.94-1.94zm-1.94 26.192h-31.04V10.03h31.04v22.312zM38.375 40.102H5.395V15.85c0-1.07-.87-1.94-1.94-1.94-1.07 0-1.94.87-1.94 1.94v26.19c0 1.07.87 1.94 1.94 1.94h34.92c1.07 0 1.94-.87 1.94-1.94 0-1.07-.87-1.938-1.94-1.938z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/warplanes-pound-aleppo-195030140.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Warplanes pound Aleppo – Dozens dead</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo News Photo Staff</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/FviiQNMKvKbYjFL2kICZ_A--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/UGrO1T2pZexyNGbJQupwmQ--/dz0xMDI0O2g9ODg1O2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/News/afp.com/489a7087f4ae36aceca5c39b72a2ab95e93a2841.jpg&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/us-astronaut-buzz-aldrin-medically-evacuated-south-pole-142043631.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Moonwalker Buzz Aldrin medically evacuated from South Pole</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">AFP</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/4H4POQjPzi78rqzMA569Ew--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/ikf4Byuryni6aUpPM9vIYg--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/https://s.yimg.com/uu/api/res/1.2/dFeXCk.TfbKm8umDAIBFHQ--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/6d08983a6a74b4dcf6e222cfac95cbd7&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Mstart(2px) Cur(p)" width="20" height="20" viewBox="0 0 512 512" data-icon="CorePlay" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M82.294 490.295c-20.327 11.736-36.952 2.14-36.952-21.332V42.295c0-23.472 16.632-33.055 36.952-21.332L451.67 234.295c20.318 11.75 20.318 30.945 0 42.682L82.294 490.295z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/video/leah-remini-why-she-made-062445194.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Leah Remini on Why She Made Her 'Scientology and the Aftermath' Series</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">ABC News Videos</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="tgt1-Col2-3-Ad-Proxy">
+ <div>
+ <div id="modalLREC2-1-sizer" class="darla-container D-n D(n)">
+ <div id="modalLREC2-1-wrapper" class="">
+ <div id="modaldestLREC2-1" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="tgt1-Col2-4-DockedAds-Proxy">
+ <div class="ad-wrapper D(n)">
+ <div>
+ <div style="height: 250px;">
+ <div>
+ <div>
+ <div id="modalLREC2-4-sizer" class="darla-container D-n D(n)">
+ <div id="modalLREC2-4-wrapper" class="">
+ <div id="modaldestLREC2-4" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div>
+ <div class="mini-jtd Pos(r) W(300px) Mb(25px)"><span><div class="Pos(a) T(10px) Start(5px) End(5px) H(128px) Bdrs(2px) Bxsh(jtdCardShadow) Bdw(1px) Bdc(#d9d9d9) Bds(s) Bxz(bb) Bgc(#ffffff)"></div></span>
+ <div id="tgt1-Col2-4-DockedAds-1-DiscussionCarousel" class="Pos(r) H(133px)"><span><div class="Px(14px) Pt(12px) Pb(10px) Pos(a) H(100%) W(100%) Bdrs(2px) Bxsh(jtdCardShadow) Bdw(1px) Bdc(#d9d9d9) Bds(s) Bxz(bb) Bgc(#ffffff)"><div class="Pos(r) H(45px) Mb(7px) Cf"><div class="Fl(start) Pos(r) Z(1) W(45px) Pend(9px)"><a class="D(b) H(0) Ov(h) Bdrs(2px)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article" style="padding-bottom: 100%;"><img class="Trsdu(.42s) W(100%)" src="https://s.yimg.com/uu/api/res/1.2/JJzKP5p68JZVB1jJIbzsXQ--/Zmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u/https://media.zenfs.com/creatr-images/GLB/2016-12-01/98baf690-b75d-11e6-b4d7-7549993b31c7_9c8af290-a06d-11e6-bdfd-4ddc0a732700_ford.gif" style="" /></a></div><div class="Ov(h) Pt(6px)"><h3 class="Mb(5px)"><a class="Td(n)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u><div class="Fw(b) Fz(13px) Lh(16px) LineClamp(2,32px) Pos(r) C(#0078ff)">Tom Ford on Dressing Melania Trump: 'She's Not Necessarily My Image'</div></a></h3></div></div><div class="Pos(r) H(28px) Mb(7px) Cf"><div class="Fl(start) Pos(r) W(32px)"><a href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><ul class="Pos(r) H(25px) W(32px)"><li class="Pos(a)" style="left: -4px; transform: scale(0.76);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/dg/users/1VVImoX-WAAAC7-L_VCY=.large.png" style="" /></li><li class="Pos(a)" style="left: 2px; transform: scale(0.88);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/wv/images/alphatar_100x100_L_ad.jpg" style="" /></li><li class="Pos(a)" style="left: 8px; transform: scale(1);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/wv/images/alphatar_100x100_Y_jl.jpg" style="" /></li></ul></a></div><div class="Ov(h) Pstart(4px)"><a class="Td(n)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u><p class="C(#000) Fz(12px) Lh(14px) LineClamp(2,28px)"><span class="Fw(b)">43101: </span><span>Tom Ford just lost my business. Bye</span></p>
+ </a>
+ </div>
+ </div>
+ <div class="Pos(r) Cf Bdtw(1px) Bdtc(#d9d9d9) Bdts(s) Pt(6px)"><a class="Fl(start) Fz(12px) Fw(b) Td(n) C(#0078ff) Pt(2px)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article">Join the Conversation</a>
+ <div class="Fl(end) C(#878c9b) Fw(b)"><button class="jtdBtnPrev Lh(12px) Px(5px) Py(2px)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" height="12" viewBox="0 0 32 32" data-icon="CoreArrowLeft" style="fill: rgb(135, 140, 155); stroke: rgb(135, 140, 155); stroke-width: 0; vertical-align: bottom;"><path d="M22.72.665c-.886-.887-2.323-.887-3.21 0L4.175 16 19.51 31.335c.442.443 1.023.665 1.604.665s1.162-.222 1.605-.665c.886-.887.886-2.324 0-3.21L10.596 16 22.72 3.876c.887-.887.887-2.324 0-3.21z"/></svg></button><span class="Pos(r) Fz(11px) T(-2px)"><!-- react-text: 601 -->1<!-- /react-text --><!-- react-text: 602 --> / <!-- /react-text --><!-- react-text: 603 -->5<!-- /react-text --></span><button class="jtdBtnNext Lh(12px) Px(5px) Py(2px)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" height="12" viewBox="0 0 32 32" data-icon="CoreArrowRight" style="fill: rgb(135, 140, 155); stroke: rgb(135, 140, 155); stroke-width: 0; vertical-align: bottom;"><path d="M7.06.665c.887-.887 2.324-.887 3.21 0L25.606 16 10.27 31.335c-.442.443-1.023.665-1.604.665s-1.162-.222-1.605-.665c-.886-.887-.886-2.324 0-3.21L19.185 16 7.06 3.876c-.887-.887-.887-2.324 0-3.21z"/></svg></button></div>
+ </div>
+ <div class="Pos(a) T(-8px) End(-10px) W(39px) H(39px) Bg(commentBubbleImg) Bgz(39px,39px)"><a href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u></a>
+ <p class="Fz(11px) Fw(b) C(#ffffff) Lts(0) Ta(c) Mt(4px)">3.5k</p>
+ <div class="W(18px) H(6px) Bg(typingIcon) Bgz(18px,6px) Mstart(10px)"></div>
+ </div>
+ </div>
+ </span>
+ </div>
+ </div>
+ <div>
+ <div id="modalLREC3-4-sizer" class="darla-container D-n D(n)">
+ <div id="modalLREC3-4-wrapper" class="">
+ <div id="modaldestLREC3-4" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="CompanionSlot T(42px) Start(43px) Pos(a) W(79px) Ov(h) Start(30px)--modalMinWidth">
+ <div id="tgt1-Companion-0-CanvasShareButtons-Proxy">
+ <div class="canvas-share-buttons Bgc(#fff) modal-side-sharebuttons Mstart(-10px)"><button aria-label="Comment" class="canvas-modal-comments-button D(b) Px(0) Cur(p) O(n) Ta(c) W(100%) H(40px)"><svg xmlns="http://www.w3.org/2000/svg" class="Pos(a) T(4px) Start(0) Cur(p)" width="20" height="20" viewBox="0 0 16 16" data-icon="comments" style="vertical-align: initial; fill: rgb(24, 143, 255); stroke: rgb(24, 143, 255); stroke-width: 0;"><path d="M14.002 10c0 .735-.625 1.333-1.395 1.333h-8.58l-2.028 1.892-.002-9.892C1.998 2.598 2.623 2 3.392 2h9.215c.77 0 1.395.598 1.395 1.333V10zM3.392.667C1.887.667.667 1.86.667 3.334v11.333c0 .265.157.505.4.61.085.038.176.056.266.056.165 0 .328-.062.453-.18l2.765-2.486h8.058c1.505 0 2.726-1.194 2.726-2.667V3.333c0-1.473-1.22-2.667-2.726-2.667H3.393zm7.947 4H4.68c-.367 0-.666.298-.666.667S4.314 6 4.682 6h6.657c.367 0 .665-.298.665-.666s-.298-.667-.666-.667zM4.68 7.333c-.367 0-.666.298-.666.667s.298.667.666.667h6.657c.367 0 .665-.3.665-.667s-.298-.667-.666-.667H4.68z"/></svg><span class="Fz(12px) Pos(r) Pos(a)! T(6px) End(0px) D(n)--modalFloatingCloseBtn C(#000)">Comment</span></button>
+ <div class="canvas-modal-like-button W(100%) H(32px) Ta(c) D(ib) lightweight_D(n)"><button aria-label="Like" class="O(n) H(32px) NoJs_D(n) Bd(0) M(0) P(0) Va(m) desktop_W(100%) Pos(r)" href="#"><svg xmlns="http://www.w3.org/2000/svg" class="Pos(a) T(3px) Start(10px) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="favorite" style="fill: rgb(242, 51, 71); stroke: rgb(242, 51, 71); stroke-width: 0; vertical-align: bottom;"><path d="M34.055 8.48c1.928 0 3.747.8 5.127 2.256 2.914 3.076 2.914 8.08.002 11.155L24 37.87 8.824 21.897c-2.916-3.08-2.918-8.085-.002-11.163 1.377-1.455 3.197-2.256 5.13-2.256 1.606 0 3.427 0 7.267 4.512L24 16.254l2.78-3.265c3.842-4.51 5.665-4.51 7.275-4.51m0-3.653c-3.123 0-5.84.848-10.055 5.797-4.266-5.01-6.984-5.797-10.05-5.797-2.945 0-5.706 1.208-7.78 3.398-4.227 4.458-4.227 11.72.002 16.184L24 43.173l17.832-18.77c4.225-4.46 4.225-11.722 0-16.18-2.073-2.19-4.836-3.397-7.777-3.397"/></svg><b class="C(#000) C(#188fff)!:h Lh(1.3em) Fz(12px) Whs(n) Pos(a) Start(36px) W(100%) T(5px)! O(n)! Ta(start) D(n)--modalFloatingCloseBtn">Like</b></button></div>
+ <div class="W(100%)!" style="-moz-user-select: none; cursor: default; z-index: 2; text-align: center; width: 40px;"><button data-sharetype="tumblr" data-ylk="elm:share;itc:0;sec:hl-viewer;outcm:share;rspns:op;slk:Tumblr;cpos:1;uuid:8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb;tar:www.tumblr.com;tar_uri:/widgets/share/tool?posttype=photo&amp;content=https%3A%2F%2Fs.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2FHg9E8aICVMWLt87eYh4PLA--%2FaD0xMzM0O3c9MjAwMDtzbT0xO2FwcGlkPXl0YWNoeW9u%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen_us%2FNews%2Fap_webfeeds%2Fc9375de6acbf4c168be78ffe4ec71ea9.jpg&amp;url=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Frussian-supply-ship-launched-international-space-station-150638637.html%3Fsoc_src%3Dhl-viewer%26soc_trk%3Dtu&amp;clickthroughUrl=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Frussian-supply-ship-launched-international-space-station-150638637.html%3Fsoc_src%3Dhl-viewer%26soc_trk%3Dtu&amp;caption=MOSCOW%20(AP)%20%E2%80%94%20An%20unmanned%20Russian%20cargo%20spaceship%20heading%20to%20the%20International%20Space%20Station%20broke%20up%20in%20the%20atmosphere%20over%20Siberia%20on%20Thursday%20due%20to%20an%20unspecified%20malfunction%2C%20the%20Russian%20space%20agency%20said.&amp;tags=" aria-label="Tumblr" class="active ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) tumblr react-button" style="width: 100%; height: 45px; margin-right: 0px; border-radius: 0px; border-width: 0px; max-width: 100%; min-width: 40px; max-height: 40px; min-height: 40px; background-color: rgb(255, 255, 255); color: rgb(60, 90, 119); border-color: rgb(60, 90, 119);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Pos(a) T(10px) Start(10px) Cur(p)" width="20" height="20" viewBox="0 0 32 32" data-icon="LogoTumblr" style="fill: rgb(60, 90, 119); stroke: rgb(60, 90, 119); stroke-width: 0; vertical-align: bottom;"><path d="M20.685 25.83c-1.493 0-3.54-.91-3.54-1.516V13.482h6.844V8.735h-6.846V1.6h-3.917c-.1 1.815-.645 3.45-1.482 4.702-.384.573-.827 1.066-1.32 1.45-.794.625-1.71.983-2.682.983h-.605v4.747h3.285V25.2c0 4.428 3.973 5.218 6.71 5.2.62-.007 1.18 0 1.785 0 4.18 0 4.98-.387 5.944-.9v-5.077c-.006.003-.013.013-.02.016-1.205.773-2.668 1.39-4.157 1.39z"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(ib) Ta(start) Pstart(0)" style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; height: 45px; min-width: 50px; left: 45px; top: 0px;"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color: rgb(0, 0, 0); top: 14px;">Reblog</span></div></button><button data-sharetype="facebook" data-ylk="elm:share;itc:0;sec:hl-viewer;outcm:share;rspns:op;slk:Facebook;cpos:2;uuid:8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb;tar:www.facebook.com;tar_uri:/dialog/feed?app_id=90376669494&amp;link=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Frussian-supply-ship-launched-international-space-station-150638637.html%3Fsoc_src%3Dhl-viewer%26soc_trk%3Dfb&amp;name=Russia%3A%20Space%20ship%20malfunctions%2C%20breaks%20up%20over%20Siberia&amp;description=MOSCOW%20(AP)%20%E2%80%94%20An%20unmanned%20Russian%20cargo%20spaceship%20heading%20to%20the%20International%20Space%20Station%20broke%20up%20in%20the%20atmosphere%20over%20Siberia%20on%20Thursday%20due%20to%20an%20unspecified%20malfunction%2C%20the%20Russian%20space%20agency%20said.&amp;picture=https%3A%2F%2Fs.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2FHg9E8aICVMWLt87eYh4PLA--%2FaD0xMzM0O3c9MjAwMDtzbT0xO2FwcGlkPXl0YWNoeW9u%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen_us%2FNews%2Fap_webfeeds%2Fc9375de6acbf4c168be78ffe4ec71ea9.jpg&amp;redirect_uri=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Fmediacontentsharebuttons%2Fpostshare%2F&amp;display=popup&amp;show_error=yes" aria-label="Facebook" class="active ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) facebook react-button" style="width: 100%; height: 45px; margin-right: 0px; border-radius: 0px; border-width: 0px; max-width: 100%; min-width: 40px; max-height: 40px; min-height: 40px; background-color: rgb(255, 255, 255); color: rgb(71, 97, 166); border-color: rgb(71, 97, 166);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Pos(a) T(10px) Start(10px) Cur(p)" width="20" height="20" viewBox="0 0 32 32" data-icon="LogoFacebook" style="fill: rgb(71, 97, 166); stroke: rgb(71, 97, 166); stroke-width: 0; vertical-align: bottom;"><path d="M12.752 30.4V16.888H9.365V12.02h3.387V7.865c0-3.264 2.002-6.264 6.613-6.264 1.866 0 3.248.19 3.248.19l-.11 4.54s-1.404-.013-2.943-.013c-1.66 0-1.93.81-1.93 2.152v3.553h5.008l-.22 4.867h-4.786V30.4h-4.88z"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(ib) Ta(start) Pstart(0)" style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; height: 45px; min-width: 50px; left: 45px; top: 0px;"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color: rgb(0, 0, 0); top: 14px;">Share</span></div></button><button data-sharetype="twitter" data-ylk="elm:share;itc:0;sec:hl-viewer;outcm:share;rspns:op;slk:Twitter;cpos:3;uuid:8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb;tar:twitter.com;tar_uri:/intent/tweet?text=Russia%3A%20Space%20ship%20malfunctions%2C%20breaks%20up%20over%20Siberia&amp;url=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Frussian-supply-ship-launched-international-space-station-150638637.html%3Fsoc_src%3Dhl-viewer%26soc_trk%3Dtw&amp;via=YahooNews" aria-label="Twitter" class="active ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) twitter react-button" style="width: 100%; height: 45px; margin-right: 0px; border-radius: 0px; border-width: 0px; max-width: 100%; min-width: 40px; max-height: 40px; min-height: 40px; background-color: rgb(255, 255, 255); color: rgb(0, 172, 235); border-color: rgb(0, 172, 235);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Pos(a) T(10px) Start(10px) Cur(p)" width="20" height="20" viewBox="0 0 32 32" data-icon="LogoTwitter" style="fill: rgb(0, 172, 235); stroke: rgb(0, 172, 235); stroke-width: 0; vertical-align: bottom;"><path d="M30.402 7.094c-1.058.47-2.198.782-3.392.928 1.218-.725 2.154-1.885 2.595-3.256-1.134.674-2.405 1.165-3.75 1.43-1.077-1.148-2.612-1.862-4.31-1.862-3.268 0-5.915 2.635-5.915 5.893 0 .464.056.91.155 1.34-4.915-.244-9.266-2.59-12.18-6.158-.51.87-.806 1.885-.806 2.96 0 2.044 1.045 3.847 2.633 4.905-.974-.032-1.883-.3-2.68-.736v.07c0 2.857 2.034 5.236 4.742 5.773-.498.138-1.022.21-1.56.21-.38 0-.75-.034-1.11-.103.75 2.344 2.93 4.042 5.518 4.09-2.024 1.58-4.57 2.523-7.333 2.523-.478 0-.952-.032-1.41-.085 2.613 1.674 5.72 2.65 9.054 2.65 10.872 0 16.814-8.976 16.814-16.765 0-.254-.008-.507-.018-.762 1.155-.83 2.155-1.868 2.95-3.047z"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(ib) Ta(start) Pstart(0)" style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; height: 45px; min-width: 50px; left: 45px; top: 0px;"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color: rgb(0, 0, 0); top: 14px;">Tweet</span></div></button><button data-sharetype="pinterest" data-ylk="elm:share;itc:0;sec:hl-viewer;outcm:share;rspns:op;slk:Pinterest;cpos:4;uuid:8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb;tar:pinterest.com;tar_uri:/pin/create/button/?url=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Frussian-supply-ship-launched-international-space-station-150638637.html%3Fsoc_src%3Dhl-viewer%26soc_trk%3Dpi&amp;description=MOSCOW%20(AP)%20%E2%80%94%20An%20unmanned%20Russian%20cargo%20spaceship%20heading%20to%20the%20International%20Space%20Station%20broke%20up%20in%20the%20atmosphere%20over%20Siberia%20on%20Thursday%20due%20to%20an%20unspecified%20malfunction%2C%20the%20Russian%20space%20agency%20said.&amp;media=https%3A%2F%2Fs.yimg.com%2Fuu%2Fapi%2Fres%2F1.2%2FHg9E8aICVMWLt87eYh4PLA--%2FaD0xMzM0O3c9MjAwMDtzbT0xO2FwcGlkPXl0YWNoeW9u%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen_us%2FNews%2Fap_webfeeds%2Fc9375de6acbf4c168be78ffe4ec71ea9.jpg" aria-label="Pinterest" class="active ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) pinterest react-button" style="width: 100%; height: 45px; margin-right: 0px; border-radius: 0px; border-width: 0px; max-width: 100%; min-width: 40px; max-height: 40px; min-height: 40px; background-color: rgb(255, 255, 255); color: rgb(204, 33, 39); border-color: rgb(204, 33, 39);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Pos(a) T(10px) Start(10px) Cur(p)" width="20" height="20" viewBox="0 0 32 32" data-icon="LogoPinterest" style="fill: rgb(204, 33, 39); stroke: rgb(204, 33, 39); stroke-width: 0; vertical-align: bottom;"><path d="M16 1.598c-7.952 0-14.4 6.448-14.4 14.4 0 5.896 3.546 10.962 8.62 13.19-.04-1.006-.007-2.212.25-3.307l1.853-7.844s-.46-.92-.46-2.28c0-2.133 1.236-3.728 2.778-3.728 1.31 0 1.943.982 1.943 2.163 0 1.318-.84 3.286-1.272 5.11-.36 1.527.767 2.772 2.273 2.772 2.73 0 4.566-3.502 4.566-7.656 0-3.157-2.127-5.52-5.993-5.52-4.37 0-7.09 3.258-7.09 6.898 0 1.256.37 2.136.95 2.824.265.317.303.442.207.802-.07.267-.23.902-.294 1.158-.096.366-.39.498-.72.36-2.01-.82-2.95-3.024-2.95-5.5 0-4.09 3.45-8.996 10.293-8.996 5.5 0 9.115 3.98 9.115 8.25 0 5.65-3.14 9.872-7.77 9.872-1.555 0-3.016-.843-3.517-1.798 0 0-.836 3.317-1.013 3.962-.304 1.107-.902 2.22-1.45 3.085 1.294.378 2.666.587 4.082.587 7.95 0 14.4-6.45 14.4-14.402s-6.45-14.4-14.4-14.4z"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(ib) Ta(start) Pstart(0)" style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; height: 45px; min-width: 50px; left: 45px; top: 0px;"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color: rgb(0, 0, 0); top: 14px;">Pin it</span></div></button><button data-sharetype="mtf" data-ylk="elm:share;itc:0;sec:hl-viewer;outcm:share;rspns:op;slk:Email;cpos:5;uuid:8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb;tar:www.yahoo.com;tar_uri:/mtfpopup?redirect=https%3A%2F%2Fwww.yahoo.com%2Fmtfpopup&amp;url=https%3A%2F%2Fwww.yahoo.com%2Fnews%2Frussian-supply-ship-launched-international-space-station-150638637.html%3Fsoc_src%3Dhl-viewer%26soc_trk%3Dma&amp;locale=en-US&amp;lang=en-US&amp;region=US&amp;site=news&amp;uuid=8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb&amp;alias=ymedia-alias%3Astory%3Drussian-supply-ship-launched-international-space-station-150638637" aria-label="Email" class="active ButtonNaked D(b) My(0) nofollow O(0) Ov(v) P(0) Pos(r) rapid-noclick-resp Va(b) mail react-button" style="width: 100%; height: 45px; margin-right: 0px; border-radius: 0px; border-width: 0px; max-width: 100%; min-width: 40px; max-height: 40px; min-height: 40px; background-color: rgb(255, 255, 255); color: rgb(64, 0, 144); border-color: rgb(64, 0, 144);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) M(a) Pos(a) T(10px) Start(10px) Cur(p)" width="20" height="20" viewBox="0 0 32 32" data-icon="PropertyMail" style="fill: rgb(64, 0, 144); stroke: rgb(64, 0, 144); stroke-width: 0; vertical-align: bottom;"><path d="M16.014 18.806L1.6 7.36v18.722l28.8-.006V7.36L16.014 18.808zM30.4 5.92H1.6L16 17.44 30.4 5.92z"/></svg><div class="share-info-wrapper Pos(a) W(a) Py(0) Whs(nw) Cur(p) Lh(1) D(ib) Ta(start) Pstart(0)" style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; height: 45px; min-width: 50px; left: 45px; top: 0px;"><span class="Pos(r) Fw(b) Ff(ss) Lh(1) Lts(.02em) Fw(n) Fz(14px) Fz(12px)! T(11px)! End(9px) C(#188fff)!:h D(n)--modalFloatingCloseBtn" style="color: rgb(0, 0, 0); top: 14px;">Share</span></div></button></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- react-empty: 192 -->
+ <div class="Bdtc(#b2b2b2) Bdts(s) Bdtw(1px) W(100%) Pos(r) Bxsz(bb)" data-test-locator="article">
+ <div class="Cf Fl(end) W(300px) Mt(30px) Z(1) Pos(r) Mend(45px) Mend(30px)--modalMinWidth">
+ <div id="tgt1-SIDE0-0-HeightContainer-Proxy">
+ <div id="tgt1-SIDE0-0-HeightContainer" class="YDC-Height-Container Ov(h) Trsp(max-height) Trsdu(.42s)" style="max-height: 0px;">
+ <div>
+ <div id="tgt1-SIDE0-0-HeightContainer-0-Stream" class="tdv2-applet-stream Bdc(#e2e2e6)" style="max-width: 900px;">
+ <ul class="Mb(0) Ov(h) P(0) Wow(bw)">
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/NYo3cctjVQfuF7psq5mW.A--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/Vkk8mENtySN88hhvpGB5FQ--/dz0yMDAwO2g9MTYwMDthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en-US/homerun/people_218/39878b2a4d0e67446e50b646b4c64f6f&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/hero-pit-bull-puppy-saves-165846711.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Hero Pit Bull Puppy Saves Teen from Attempted Rape</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">People</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/Egtf.KcFc7FEG1PaVyp0ng--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/lFJ3X96.SrdlQ3XFnmo4Og--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c7a8c4ce652ced40c2369f60e94ea298&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/gma/colombia-plane-crash-survivor-said-curled-fetal-position-203301851--abc-news-topstories.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Colombia Plane Crash Survivor Said He Curled Up in Fetal Position Before Impact</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Good Morning America</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/pRhCY2wD.A9tAXQawejc0w--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/Rq2GhZeWxGd9.GWkpuYEUw--/dz04MDA7aD05NzE7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/creatr-images/GLB/2016-12-01/384f31c0-b7fa-11e6-af7b-175b1579c336_khloe.gif&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/why-khloe-kardashian-resents-her-old-plus-size-label-181816800.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Why Khloé Kardashian Resents Her Old ‘Plus-Size’ Label</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo Style</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/4IhXnQmloHRyKVXmEBQuCA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/eOJ8qmrDEfW9jWhnQ_h5yQ--/dz0yMDAwO2g9MTQ5NDthcHBpZD15dGFjaHlvbg--/https://media.zenfs.com/creatr-images/GLB/2016-11-17/ca2646e0-acd0-11e6-a101-31aadfc0f408_GettyImages-623670866.jpg&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="gallery" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M46.135 6.15h-34.92c-1.07 0-1.94.87-1.94 1.94V36.22h36.86c1.072 0 1.94-.87 1.94-1.94V8.09c0-1.07-.868-1.94-1.94-1.94zm-1.94 26.192h-31.04V10.03h31.04v22.312zM38.375 40.102H5.395V15.85c0-1.07-.87-1.94-1.94-1.94-1.07 0-1.94.87-1.94 1.94v26.19c0 1.07.87 1.94 1.94 1.94h34.92c1.07 0 1.94-.87 1.94-1.94 0-1.07-.87-1.938-1.94-1.938z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/police-fatally-shoot-philando-castile-000000463.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Police fatally shoot Philando Castile in Falcon Heights, Minn.</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo News Photo Staff</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/ieaoja5OppAsY_NFV997Fw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/HqU9stAyWVvau8FDu_eX1A--/dz0xNzEyO2g9MTE4MTthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en-US/homerun/digital_trends_973/034cee2b33cb512cc6e4dbf0fca6cdcb&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/tech/researchers-fatal-security-flaws-10-185210337.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">“Fatal” security bugs discovered in defibrillators and medical implants</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Digital Trends</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/SG4WCurdNqbZ9JAt7XhysA--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/MDFtJyQkWmTjWFKP9fRLQw--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/https://s1.yimg.com/uu/api/res/1.2/sdYTzq4i31.dqo302Dsh8Q--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/36098218eca243dbeea0efa40a1f2a97&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Mstart(2px) Cur(p)" width="20" height="20" viewBox="0 0 512 512" data-icon="CorePlay" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M82.294 490.295c-20.327 11.736-36.952 2.14-36.952-21.332V42.295c0-23.472 16.632-33.055 36.952-21.332L451.67 234.295c20.318 11.75 20.318 30.945 0 42.682L82.294 490.295z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/video/trump-celebrates-saved-carrier-jobs-062036308.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Trump Celebrates Saved Carrier Jobs While Nearby Plant Plans Mexico Move</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">ABC News Videos</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/bGgU0LFyD.scWh.MfObK9w--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/a0G7hOZBR9Y1Trv7JV5Zdw--/dz03NDQ7aD00OTY7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/51df1d49630dbe06ac8ceb7a15df7070&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/donald-trump-is-running-victory-laps-and-settling-old-scores-064424074.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Donald Trump is running victory laps and settling old scores</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo News</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/iXz86096MjNzSsBeKyi2Vw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/86wcWRAP5lo7ARofpDcb0g--/dz05NjA7aD03MjA7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/homerun/people_218/28cfeade8f980a7da4e835d4115970e3&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/oncology-nurse-diagnosed-cancer-writes-203228585.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Oncology Nurse Diagnosed with Cancer Writes Apology Letter to Patients: ‘I’m Sorry, I Didn’t Get It’</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">People</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="tgt1-SIDE0-1-Ad-Proxy">
+ <div>
+ <div id="modalLREC2-sizer" class="darla-container" style="margin-top: 8px; margin-bottom: 8px;">
+ <div id="modalLREC2-wrapper" class="">
+ <div id="sb_rel_modaldestLREC2" class="darla" style="position: relative; z-index: 8; width: 300px; height: 250px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 9; width: 300px; height: 250px; top: 0px; left: 0px; visibility: inherit; display: block;" id="modaldestLREC2" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="tgt1-SIDE0-2-DockedAds-Proxy">
+ <div class="ad-wrapper D(n)">
+ <div>
+ <div style="height: 250px;">
+ <div>
+ <div>
+ <div id="modalLREC2-5-sizer" class="darla-container D-n D(n)">
+ <div id="modalLREC2-5-wrapper" class="">
+ <div id="modaldestLREC2-5" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div>
+ <div class="mini-jtd Pos(r) W(300px) Mb(25px)"><span><div class="Pos(a) T(10px) Start(5px) End(5px) H(128px) Bdrs(2px) Bxsh(jtdCardShadow) Bdw(1px) Bdc(#d9d9d9) Bds(s) Bxz(bb) Bgc(#ffffff)"></div></span>
+ <div id="tgt1-SIDE0-2-DockedAds-1-DiscussionCarousel" class="Pos(r) H(133px)"><span><div class="Px(14px) Pt(12px) Pb(10px) Pos(a) H(100%) W(100%) Bdrs(2px) Bxsh(jtdCardShadow) Bdw(1px) Bdc(#d9d9d9) Bds(s) Bxz(bb) Bgc(#ffffff)"><div class="Pos(r) H(45px) Mb(7px) Cf"><div class="Fl(start) Pos(r) Z(1) W(45px) Pend(9px)"><a class="D(b) H(0) Ov(h) Bdrs(2px)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article" style="padding-bottom: 100%;"><img class="Trsdu(.42s) W(100%)" src="https://s.yimg.com/uu/api/res/1.2/JJzKP5p68JZVB1jJIbzsXQ--/Zmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u/https://media.zenfs.com/creatr-images/GLB/2016-12-01/98baf690-b75d-11e6-b4d7-7549993b31c7_9c8af290-a06d-11e6-bdfd-4ddc0a732700_ford.gif" style="" /></a></div><div class="Ov(h) Pt(6px)"><h3 class="Mb(5px)"><a class="Td(n)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u><div class="Fw(b) Fz(13px) Lh(16px) LineClamp(2,32px) Pos(r) C(#0078ff)">Tom Ford on Dressing Melania Trump: 'She's Not Necessarily My Image'</div></a></h3></div></div><div class="Pos(r) H(28px) Mb(7px) Cf"><div class="Fl(start) Pos(r) W(32px)"><a href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><ul class="Pos(r) H(25px) W(32px)"><li class="Pos(a)" style="left: -4px; transform: scale(0.76);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/dg/users/1VVImoX-WAAAC7-L_VCY=.large.png" style="" /></li><li class="Pos(a)" style="left: 2px; transform: scale(0.88);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/wv/images/alphatar_100x100_L_ad.jpg" style="" /></li><li class="Pos(a)" style="left: 8px; transform: scale(1);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/wv/images/alphatar_100x100_Y_jl.jpg" style="" /></li></ul></a></div><div class="Ov(h) Pstart(4px)"><a class="Td(n)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u><p class="C(#000) Fz(12px) Lh(14px) LineClamp(2,28px)"><span class="Fw(b)">43101: </span><span>Tom Ford just lost my business. Bye</span></p>
+ </a>
+ </div>
+ </div>
+ <div class="Pos(r) Cf Bdtw(1px) Bdtc(#d9d9d9) Bdts(s) Pt(6px)"><a class="Fl(start) Fz(12px) Fw(b) Td(n) C(#0078ff) Pt(2px)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article">Join the Conversation</a>
+ <div class="Fl(end) C(#878c9b) Fw(b)"><button class="jtdBtnPrev Lh(12px) Px(5px) Py(2px)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" height="12" viewBox="0 0 32 32" data-icon="CoreArrowLeft" style="fill: rgb(135, 140, 155); stroke: rgb(135, 140, 155); stroke-width: 0; vertical-align: bottom;"><path d="M22.72.665c-.886-.887-2.323-.887-3.21 0L4.175 16 19.51 31.335c.442.443 1.023.665 1.604.665s1.162-.222 1.605-.665c.886-.887.886-2.324 0-3.21L10.596 16 22.72 3.876c.887-.887.887-2.324 0-3.21z"/></svg></button><span class="Pos(r) Fz(11px) T(-2px)"><!-- react-text: 546 -->1<!-- /react-text --><!-- react-text: 547 --> / <!-- /react-text --><!-- react-text: 548 -->5<!-- /react-text --></span><button class="jtdBtnNext Lh(12px) Px(5px) Py(2px)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" height="12" viewBox="0 0 32 32" data-icon="CoreArrowRight" style="fill: rgb(135, 140, 155); stroke: rgb(135, 140, 155); stroke-width: 0; vertical-align: bottom;"><path d="M7.06.665c.887-.887 2.324-.887 3.21 0L25.606 16 10.27 31.335c-.442.443-1.023.665-1.604.665s-1.162-.222-1.605-.665c-.886-.887-.886-2.324 0-3.21L19.185 16 7.06 3.876c-.887-.887-.887-2.324 0-3.21z"/></svg></button></div>
+ </div>
+ <div class="Pos(a) T(-8px) End(-10px) W(39px) H(39px) Bg(commentBubbleImg) Bgz(39px,39px)"><a href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u></a>
+ <p class="Fz(11px) Fw(b) C(#ffffff) Lts(0) Ta(c) Mt(4px)">3.5k</p>
+ <div class="W(18px) H(6px) Bg(typingIcon) Bgz(18px,6px) Mstart(10px)"></div>
+ </div>
+ </div>
+ </span>
+ </div>
+ </div>
+ <div>
+ <div id="modalLREC3-5-sizer" class="darla-container D-n D(n)">
+ <div id="modalLREC3-5-wrapper" class="">
+ <div id="modaldestLREC3-5" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Cf Maw(635px) Miw(454px) Mend(395px) Mstart(150px) Mstart(137px)--modalMinWidth Mend(380px)--modalMinWidth Mstart(82px)!--modalFloatingCloseBtn">
+ <div id="YDC-CONTENT0" class="YDC-CONTENT0 Bxz(bb)">
+ <div id="YDC-CONTENT0-Stack" class="YDC-CONTENT0-Stack Z(2) Pos(r) Pt(40px) Pb(24px)">
+ <div>
+ <div id="tgt1-STORYLINE-0-StorylineItem-Proxy"><span></span></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="CompanionSlot T(42px) Start(43px) Pos(a) W(79px) Ov(h) Start(30px)--modalMinWidth">
+ <div id="tgt1-COMPANIONSTORYLINE-0-CanvasShareButtons-Proxy"><span></span></div>
+ </div>
+ <div id="YDC-Bottom0" class="YDC-Bottom0 Cl(b) W(100%) Bgc(#f5f5f8) Pt(5px) Pb(1px)">
+ <div id="YDC-Bottom0-Stack" class="YDC-Bottom0-Stack Pos(r) Z(1)">
+ <div>
+ <div id="tgt1-BOTTOM0-0-Ad-Proxy">
+ <div>
+ <div id="modalLDRB2-1-sizer" class="darla-container" style="margin: 8px auto; text-align: center;">
+ <div id="modalLDRB2-1-wrapper" class="">
+ <div id="sb_rel_modaldestLDRB2-1" class="darla" style="position: relative; z-index: 9; width: 728px; height: 90px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 10; width: 728px; height: 90px; top: 0px; left: 0px; visibility: inherit; display: block;" id="modaldestLDRB2-1" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Bdtc(#b2b2b2) Bdts(s) Bdtw(1px) W(100%) Pos(r) Bxsz(bb)" data-test-locator="article">
+ <div class="Cf Fl(end) W(300px) Mt(30px) Z(1) Pos(r) Mend(45px) Mend(30px)--modalMinWidth">
+ <div id="tgt1-SIDE1-0-HeightContainer-Proxy">
+ <div id="tgt1-SIDE1-0-HeightContainer" class="YDC-Height-Container Ov(h) Trsp(max-height) Trsdu(.42s)" style="max-height: 0px;">
+ <div>
+ <div id="tgt1-SIDE1-0-HeightContainer-0-Stream" class="tdv2-applet-stream Bdc(#e2e2e6)" style="max-width: 900px;">
+ <ul class="Mb(0) Ov(h) P(0) Wow(bw)">
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/hBipX4EaZR0SG_bDLSlqzw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/stzLk.qCvRByal.TpeqECw--/dz03NDQ7aD00MDE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/faecf4993cc09d302ff971f56f654c0b&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/a-couple-of-controversial-calls-go-dallas-way-and-the-cowboys-escape-with-a-win-044256314.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">A couple of controversial calls go Dallas' way, and the Cowboys escape with a win</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Shutdown Corner</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/LZgtzlDVWhNyLo9S9ZXrDg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/vDi_i9gilp389LKMIZqpqA--/dz0yMjgxO2g9MTUyMTthcHBpZD15dGFjaHlvbg--/https://media.zenfs.com/creatr-images/GLB/2016-11-17/70d303a0-acc9-11e6-be2f-0d49c905bbeb_001-_RTX2SFAD.jpg&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="gallery" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M46.135 6.15h-34.92c-1.07 0-1.94.87-1.94 1.94V36.22h36.86c1.072 0 1.94-.87 1.94-1.94V8.09c0-1.07-.868-1.94-1.94-1.94zm-1.94 26.192h-31.04V10.03h31.04v22.312zM38.375 40.102H5.395V15.85c0-1.07-.87-1.94-1.94-1.94-1.07 0-1.94.87-1.94 1.94v26.19c0 1.07.87 1.94 1.94 1.94h34.92c1.07 0 1.94-.87 1.94-1.94 0-1.07-.87-1.938-1.94-1.938z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/syria-children-caught-crossfire-civil-163159544.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Syria’s children caught in the crossfire of civil war</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo News Photo Staff</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/G_TDdDwOYe0DbisIhszIeg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/dxhJt8aS5F5HEPrxd4Bsmg--/dz03MjA7aD00ODA7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/homerun/science.mashable/8ce472b4982e5076c69fe11aed3466f9&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/bernie-burns-science-committee-devastating-214655559.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Bernie burns House Science Committee after devastating Breitbart tweet</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Mashable</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/OmpEJPL9oIn1WSUQuD71Gg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/kjO0i4eeFfWN.Kkk_rVMbQ--/dz01MTIwO2g9MzQxNDthcHBpZD15dGFjaHlvbg--/https://s1.yimg.com/uu/api/res/1.2/xJeskLbJsFqCEZ.EhrneiA--/dz01MTIwO2g9MzQxNDthcHBpZD15dGFjaHlvbg--/https://media.zenfs.com/creatr-images/GLB/2016-12-02/7157cb70-b837-11e6-b2ed-670d0851debf_AP_16337052673114.jpg&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Mstart(2px) Cur(p)" width="20" height="20" viewBox="0 0 512 512" data-icon="CorePlay" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M82.294 490.295c-20.327 11.736-36.952 2.14-36.952-21.332V42.295c0-23.472 16.632-33.055 36.952-21.332L451.67 234.295c20.318 11.75 20.318 30.945 0 42.682L82.294 490.295z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/video/trump-jabs-media-during-first-023146519.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Trump jabs at the media during first post-election rally</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo News Video</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/CXm2PZXatqZdeR2qZ0ppOw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/tT5M.bSCUCbQBbYkmYpCQA--/dz0xMzE1O2g9OTAwO2FwcGlkPXl0YWNoeW9u/https://media.zenfs.com/creatr-images/GLB/2016-12-01/9797e200-b81b-11e6-ad5d-3b75b56fa0de_rh.gif&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/rihanna-wore-some-very-chic-but-different-outfits-to-hang-with-prince-harry-215620555.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Rihanna Wore Some Very Chic But Different Outfits to Hang With Prince Harry</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo Style</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/sq6xpUerL0MN_WM3NJBhxg--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/x9u8u6EQcwSmUhaWqcbtRw--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/e79f26c21b828cd20266d27bb9b638c6&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/gma/christmas-party-may-triggered-san-bernardino-terror-attack-103800489--abc-news-topstories.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Christmas Party May Have Triggered San Bernardino Terror Attack: Police</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Good Morning America</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/n76piyO0U8EIRTcMvUH6gw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/MZ96PkcEo75zNzF.vuBqkA--/dz0xMDAwO2g9NjY2O2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/homerun/livescience.com/e7e075be439b3f2c5ddd5592912af5f9&quot;);"></div>
+ </div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/ravenous-14-foot-python-caught-124200900.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Ravenous 14-Foot Python Caught with 3 Deer in Its Gut</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">LiveScience.com</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ <li class="js-stream-content Bdc($c-divider-strong)!:h js-stream-content:h+Bdc($c-divider-strong)! Pos(r)">
+ <div class="Py(14px) smartphone_Px(20px) smartphone_Bxsh(streamBoxShadow) Cf" data-test-locator="featured">
+ <div class="Pos(r)">
+ <div class="Pos(r)">
+ <div class="Pos(r) smartphone_Mx(a) smartphone_Mb(12px)" style="max-width: 600px;">
+ <div class="Trsdu(.42s) Mb(6px) Bdrs(2px) Bgz(cv) Trsdu(0s)!" style="padding-bottom: 52%; background-image: url(&quot;https://s.yimg.com/ny/api/res/1.2/rFvOd.4P11YyIH5hJOatIw--/YXBwaWQ9aGlnaGxhbmRlcjtoPTMxMjt3PTYwMDtxPTc1O2ZpPXN0cmlt/https://s.yimg.com/uu/api/res/1.2/xB1_OayS.5JY5DpN7Ncr1w--/dz0xNzUwO2g9MTE4MjthcHBpZD15dGFjaHlvbg--/http://media.zenfs.com/en/homerun/feed_manager_auto_publish_494/28908e6201d185ba400908471af50560&quot;);"></div><span class="Trsdu(.42s) StretchedBox M(a) lightweight_D(n) Trsdu(0s)!" style="height: 50px; width: 50px; background-size: 50px auto; background-image: url(&quot;https://s.yimg.com/dh/ap/default/150604/orb.png&quot;);"><svg xmlns="http://www.w3.org/2000/svg" class="D(b) Pos(r) Cur(p)" width="20" height="20" viewBox="0 0 48 48" data-icon="gallery" style="left: 15px; top: 15px; fill: rgb(255, 255, 255); stroke: rgb(255, 255, 255); stroke-width: 0; vertical-align: bottom;"><path d="M46.135 6.15h-34.92c-1.07 0-1.94.87-1.94 1.94V36.22h36.86c1.072 0 1.94-.87 1.94-1.94V8.09c0-1.07-.868-1.94-1.94-1.94zm-1.94 26.192h-31.04V10.03h31.04v22.312zM38.375 40.102H5.395V15.85c0-1.07-.87-1.94-1.94-1.94-1.07 0-1.94.87-1.94 1.94v26.19c0 1.07.87 1.94 1.94 1.94h34.92c1.07 0 1.94-.87 1.94-1.94 0-1.07-.87-1.938-1.94-1.938z"/></svg></span></div>
+ <h3 class="M(0) Py(1px)"><a class="Td(n) Fz(13px) C(#0078ff):h LineClamp(4,96px) C(#020e65) smartphone_C(#000) smartphone_Fz(19px)" href="/news/miami-marlins-jose-fernandez-dies-145224041.html"><span class="Ff($ff-primary) Fw(600) Lts($lspacing-sm) Fsm($fsmoothing) Fsmw($fsmoothing) Fsmm($fsmoothing) smartphone_Fw(500) Z(2) Pos(r)">Miami Marlins Jose Fernandez dies in boating accident</span><u class="StretchedBox Z(1)"></u></a></h3>
+ <div class="Lh(1.2) Pos(r) Z(2) Fz(11px) smartphone_Fz(13px) Mt(4px) C(#96989f)">
+ <div class="">Yahoo News Photo Staff</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="tgt1-SIDE1-1-Ad-Proxy">
+ <div>
+ <div id="modalLREC3-sizer" class="darla-container" style="margin-top: 8px; margin-bottom: 8px;">
+ <div id="modalLREC3-wrapper" class="">
+ <div id="sb_rel_modaldestLREC3" class="darla" style="position: relative; z-index: 8; width: 300px; height: 250px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 9; width: 300px; height: 250px; top: 0px; left: 0px; visibility: inherit; display: block;" id="modaldestLREC3" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="tgt1-SIDE1-2-DockedAds-Proxy">
+ <div class="ad-wrapper D(n)">
+ <div>
+ <div style="height: 250px;">
+ <div>
+ <div>
+ <div id="modalLREC2-6-sizer" class="darla-container D-n D(n)">
+ <div id="modalLREC2-6-wrapper" class="">
+ <div id="modaldestLREC2-6" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div>
+ <div class="mini-jtd Pos(r) W(300px) Mb(25px)"><span><div class="Pos(a) T(10px) Start(5px) End(5px) H(128px) Bdrs(2px) Bxsh(jtdCardShadow) Bdw(1px) Bdc(#d9d9d9) Bds(s) Bxz(bb) Bgc(#ffffff)"></div></span>
+ <div id="tgt1-SIDE1-2-DockedAds-1-DiscussionCarousel" class="Pos(r) H(133px)"><span><div class="Px(14px) Pt(12px) Pb(10px) Pos(a) H(100%) W(100%) Bdrs(2px) Bxsh(jtdCardShadow) Bdw(1px) Bdc(#d9d9d9) Bds(s) Bxz(bb) Bgc(#ffffff)"><div class="Pos(r) H(45px) Mb(7px) Cf"><div class="Fl(start) Pos(r) Z(1) W(45px) Pend(9px)"><a class="D(b) H(0) Ov(h) Bdrs(2px)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article" style="padding-bottom: 100%;"><img class="Trsdu(.42s) W(100%)" src="https://s.yimg.com/uu/api/res/1.2/JJzKP5p68JZVB1jJIbzsXQ--/Zmk9c3RyaW07aD05MDtweW9mZj0wO3E9ODA7dz05MDtzbT0xO2FwcGlkPXl0YWNoeW9u/https://media.zenfs.com/creatr-images/GLB/2016-12-01/98baf690-b75d-11e6-b4d7-7549993b31c7_9c8af290-a06d-11e6-bdfd-4ddc0a732700_ford.gif" style="" /></a></div><div class="Ov(h) Pt(6px)"><h3 class="Mb(5px)"><a class="Td(n)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u><div class="Fw(b) Fz(13px) Lh(16px) LineClamp(2,32px) Pos(r) C(#0078ff)">Tom Ford on Dressing Melania Trump: 'She's Not Necessarily My Image'</div></a></h3></div></div><div class="Pos(r) H(28px) Mb(7px) Cf"><div class="Fl(start) Pos(r) W(32px)"><a href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><ul class="Pos(r) H(25px) W(32px)"><li class="Pos(a)" style="left: -4px; transform: scale(0.76);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/dg/users/1VVImoX-WAAAC7-L_VCY=.large.png" style="" /></li><li class="Pos(a)" style="left: 2px; transform: scale(0.88);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/wv/images/alphatar_100x100_L_ad.jpg" style="" /></li><li class="Pos(a)" style="left: 8px; transform: scale(1);"><img class="Trsdu(.42s) W(25px) H(25px) Bdrs(50%) Bdw(2px) Bdc(#ffffff) Bds(s) Bxz(bb)" src="https://s.yimg.com/wv/images/alphatar_100x100_Y_jl.jpg" style="" /></li></ul></a></div><div class="Ov(h) Pstart(4px)"><a class="Td(n)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u><p class="C(#000) Fz(12px) Lh(14px) LineClamp(2,28px)"><span class="Fw(b)">43101: </span><span>Tom Ford just lost my business. Bye</span></p>
+ </a>
+ </div>
+ </div>
+ <div class="Pos(r) Cf Bdtw(1px) Bdtc(#d9d9d9) Bdts(s) Pt(6px)"><a class="Fl(start) Fz(12px) Fw(b) Td(n) C(#0078ff) Pt(2px)" href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article">Join the Conversation</a>
+ <div class="Fl(end) C(#878c9b) Fw(b)"><button class="jtdBtnPrev Lh(12px) Px(5px) Py(2px)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" height="12" viewBox="0 0 32 32" data-icon="CoreArrowLeft" style="fill: rgb(135, 140, 155); stroke: rgb(135, 140, 155); stroke-width: 0; vertical-align: bottom;"><path d="M22.72.665c-.886-.887-2.323-.887-3.21 0L4.175 16 19.51 31.335c.442.443 1.023.665 1.604.665s1.162-.222 1.605-.665c.886-.887.886-2.324 0-3.21L10.596 16 22.72 3.876c.887-.887.887-2.324 0-3.21z"/></svg></button><span class="Pos(r) Fz(11px) T(-2px)"><!-- react-text: 656 -->1<!-- /react-text --><!-- react-text: 657 --> / <!-- /react-text --><!-- react-text: 658 -->5<!-- /react-text --></span><button class="jtdBtnNext Lh(12px) Px(5px) Py(2px)"><svg xmlns="http://www.w3.org/2000/svg" class="Cur(p)" width="12" height="12" viewBox="0 0 32 32" data-icon="CoreArrowRight" style="fill: rgb(135, 140, 155); stroke: rgb(135, 140, 155); stroke-width: 0; vertical-align: bottom;"><path d="M7.06.665c.887-.887 2.324-.887 3.21 0L25.606 16 10.27 31.335c-.442.443-1.023.665-1.604.665s-1.162-.222-1.605-.665c-.886-.887-.886-2.324 0-3.21L19.185 16 7.06 3.876c-.887-.887-.887-2.324 0-3.21z"/></svg></button></div>
+ </div>
+ <div class="Pos(a) T(-8px) End(-10px) W(39px) H(39px) Bg(commentBubbleImg) Bgz(39px,39px)"><a href="/news/tom-ford-on-dressing-melania-trump-shes-not-necessarily-my-image-002238208.html?.tsrc=jtc_news_article"><u class="StretchedBox"></u></a>
+ <p class="Fz(11px) Fw(b) C(#ffffff) Lts(0) Ta(c) Mt(4px)">3.5k</p>
+ <div class="W(18px) H(6px) Bg(typingIcon) Bgz(18px,6px) Mstart(10px)"></div>
+ </div>
+ </div>
+ </span>
+ </div>
+ </div>
+ <div>
+ <div id="modalLREC3-6-sizer" class="darla-container D-n D(n)">
+ <div id="modalLREC3-6-wrapper" class="">
+ <div id="modaldestLREC3-6" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Cf Maw(635px) Miw(454px) Mend(395px) Mstart(150px) Mstart(137px)--modalMinWidth Mend(380px)--modalMinWidth Mstart(82px)!--modalFloatingCloseBtn">
+ <div id="YDC-CONTENT1" class="YDC-CONTENT1 Bxz(bb)">
+ <div id="YDC-CONTENT1-Stack" class="YDC-CONTENT1-Stack Z(2) Pos(r) Pt(40px) Pb(24px)">
+ <div>
+ <div id="tgt1-STORYLINE-0-StorylineItem-Proxy"><span></span></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="CompanionSlot T(42px) Start(43px) Pos(a) W(79px) Ov(h) Start(30px)--modalMinWidth">
+ <div id="tgt1-COMPANIONSTORYLINE-0-CanvasShareButtons-Proxy"><span></span></div>
+ </div>
+ <div id="YDC-Bottom1" class="YDC-Bottom1 Cl(b) W(100%) Bgc(#f5f5f8) Pt(5px) Pb(1px)">
+ <div id="YDC-Bottom1-Stack" class="YDC-Bottom1-Stack Pos(r) Z(1)">
+ <div>
+ <div id="tgt1-BOTTOM1-0-Ad-Proxy">
+ <div>
+ <div id="modalLDRB2-2-sizer" class="darla-container" style="margin: 8px auto; text-align: center;">
+ <div id="modalLDRB2-2-wrapper" class="">
+ <div id="sb_rel_modaldestLDRB2-2" class="darla" style="position: relative; z-index: 9; width: 728px; height: 90px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 10; width: 728px; height: 90px; top: 0px; left: 0px; visibility: inherit; display: block;" id="modaldestLDRB2-2" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="M(a) W(100%) Pos(r) Bxsz(bb)">
+ <div class="Cf Maw(600px) Miw(454px) Mend(405px) Mstart(170px) Mstart(150px)--modalMinWidth Mstart(82px)!--modalFloatingCloseBtn">
+ <!-- react-empty: 269 -->
+ </div>
+ <div class="Pos(a) T(0) End(0) W(300px) Mt(40px) Mend(45px) Mend(30px)--modalMinWidth"></div>
+ </div>
+ <div id="YDC-BottomExt" class="YDC-BottomExt Cl(b) W(100%) Bgc(#f5f5f8) Pt(5px)">
+ <div id="YDC-BottomExt-Stack" class="YDC-BottomExt-Stack Pos(r) Z(1)">
+ <div>
+ <div id="tgt1-BottomExt-0-Stream-Proxy"><span></span></div>
+ <div id="tgt1-BottomExt-1-Ad-Proxy">
+ <div>
+ <div id="modalFOOT9-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height: 0px; width: 0px;">
+ <div id="modalFOOT9-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)">
+ <div id="modaldestFOOT9" style=""></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id="tgt1-BottomExt-2-Ad-Proxy">
+ <div>
+ <div id="modalFSRVY-sizer" class="darla-container Pos-r Z-0 Pos(r) Ov(a) Z(0)" style="height: 0px; width: 0px;">
+ <div id="modalFSRVY-wrapper" class="Pos-a T-0 B-0 Start-0 End-0 Ov-h Pos(a) T(0) B(0) Start(0) End(0) Ov(h)">
+ <div id="sb_rel_modaldestFSRVY" class="darla" style="position: relative; z-index: 9; width: 0px; height: 0px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe style="position: absolute; z-index: 10; width: 0px; height: 0px; top: 0px; left: 0px; visibility: inherit; display: block;" id="modaldestFSRVY" src="https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div>
+ <script type="text/javascript">
+ window._loadEvt = false;
+ window._adPerfData = [];
+ window._adPosMsg = [];
+ window._perfMark = function _perfMark(name) {
+ if (window.performance & amp; & amp; window.performance.mark) {
+ try {
+ if (window.performance.getEntriesByName("NAVIGATE_START") & amp; & amp; window.performance.getEntriesByName("NAVIGATE_START")[0]) {
+ name = "CL_" + name;
+ }
+ window.performance.mark(name);
+ } catch (e) {
+ console.warn(name + ' could not be marked:', e);
+ }
+ };
+ };
+ window._perfMeasure = function _perfMeasure(name, start, end) {
+ if (window.performance & amp; & amp; window.performance.measure) {
+ try {
+ if (window.performance.getEntriesByName("NAVIGATE_START") & amp; & amp; window.performance.getEntriesByName("NAVIGATE_START")[0]) {
+ start = "CL_" + start;
+ end = "CL_" + end;
+ name = "CL_" + name;
+ }
+ window.performance.measure(name, start, end);
+ } catch (e) {
+ console.warn(name + ' could not be added:', e);
+ }
+ };
+ };
+ window._pushAdPerfMetric = function _pushAdPerfMetric(key) {
+ if (window.performance & amp; & amp; window.performance.now) {
+ _adPerfData.push([key, Math.round(window.performance.now())]);
+ }
+ };
+ window._fireAdPerfBeacon = function _fireAdPerfBeacon(eventName) {
+ try {
+ if (window & amp; & amp; window.rapidInstance & amp; & amp; window.performance) {
+ var navClickMark = window.performance.getEntriesByName('NAVIGATE_START') & amp; & amp;
+ window.performance.getEntriesByName('NAVIGATE_START').pop();
+ var navClickTime = navClickMark & amp; & amp;
+ navClickMark.startTime || 0;
+ var userTime = {};
+ window.performance.getEntries().forEach(function forEachPerfTime(item) {
+ if (item.name.search('DARLA_') & gt; - 1) {
+ if (item.entryType === "mark") {
+ userTime[item.name] = Math.round(item.startTime) - navClickTime;
+ window.performance.clearMarks(item.name);
+ } else if (item.entryType === "measure") {
+ userTime[item.name] = Math.round(item.duration);
+ window.performance.clearMeasures(item.name);
+ }
+ }
+ });
+ var perfData = {
+ perf_usertime: {
+ utm: userTime
+ }
+ };
+ window.rapidInstance.beaconPerformanceData(perfData);
+ }
+ } catch (e) {
+ console.warn('Could not send the beacon:', e);
+ }
+ };
+ window.DARLA_CONFIG = {
+ "autoRotation": 10000,
+ "events": {
+ "AUTO": {
+ "name": "AUTO",
+ "autoStart": 1,
+ "autoMax": 25,
+ "autoRT": 10000,
+ "autoIV": 1,
+ "autoDDG": 1,
+ "ps": {
+ "LDRB": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "MAST": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MAST-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MON-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "SPL": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ }
+ },
+ "sa": "\"type\"=\"page\" ctype=\"minihome\" can_suppress_ugc=\"1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\" megamodal=true Y-BUCKET=\"news-d-162\"",
+ "ssl": 1,
+ "secure": 1,
+ "ult": {
+ "pg": {
+ "property": "fp_en-US",
+ "test": "news-d-162"
+ }
+ }
+ },
+ "DEFAULT": {
+ "clw": {
+ "LREC": {
+ "blocked_by": "MON-1"
+ },
+ "MON-1": {
+ "blocked_by": "LREC"
+ },
+ "MAST-9": {
+ "blocked_by": "SPL,LDRB-9"
+ },
+ "MAST": {
+ "blocked_by": "SPL,LDRB"
+ },
+ "LDRB": {
+ "blocked_by": "MAST,SPL"
+ },
+ "LDRB-9": {
+ "blocked_by": "MAST-9,SPL"
+ },
+ "SPL": {
+ "blocked_by": "MAST,LDRB"
+ }
+ },
+ "sp": 1197800621,
+ "ssl": 1,
+ "secure": 1,
+ "ult": {
+ "pg": {
+ "property": "fp_en-US",
+ "test": "news-d-162"
+ }
+ }
+ },
+ "adFetch": {
+ "ps": "MAST-9,LDRB-9,LREC-9,LREC2-9,FOOT,FSRVY",
+ "sp": 1197800621,
+ "sa": "\"type\"=\"page\" ctype=\"minihome\" can_suppress_ugc=\"1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\" megamodal=true Y-BUCKET=\"news-d-162\"",
+ "optionalps": "",
+ "site": "fp",
+ "ssl": 1,
+ "secure": 1,
+ "ult": {
+ "pg": {
+ "property": "fp_en-US",
+ "test": "news-d-162"
+ }
+ }
+ },
+ "TD_AUTO": {
+ "ps": "DEFAULT,BTN,BTN-1,BTN-2,BTN-3,FOOT,FOOT9,FSRVY,LREC,LREC-1,LREC-2,LREC-9,LREC2-1,LREC2-2,LREC2-4,LREC2-5,LREC2-6,LREC2-7,LREC2-8,LREC2-9,LREC2,LREC3,LREC3-1,LREC3-4,LREC3-5,LREC3-6,LREC3-7,LREC3-8,LREC3-9,LREC4,LDRB,LDRB-1,LDRB-9,LDRB2-1,LDRB2-2,LDRP,MAST,MAST-9,MFPAD,MON-1,SPL,SPL-2,SPL2,SPRZ,SPON,TXTL,WFPAD",
+ "ssl": 1,
+ "secure": 1,
+ "ult": {
+ "pg": {
+ "property": "fp_en-US",
+ "test": "news-d-162"
+ }
+ }
+ }
+ },
+ "positions": {
+ "DEFAULT": {
+ "meta": {
+ "stack": "ydc"
+ },
+ "clean": "mrtcleanDEFAULT",
+ "dest": "mrtdestDEFAULT",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "DEFAULT",
+ "staticLayout": false
+ },
+ "BTN": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "mrtcleanBTN",
+ "dest": "mrtdestBTN",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN",
+ "staticLayout": false
+ },
+ "BTN-1": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "mrtcleanBTN-1",
+ "dest": "mrtdestBTN-1",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-1",
+ "staticLayout": false
+ },
+ "BTN-2": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "mrtcleanBTN-2",
+ "dest": "mrtdestBTN-2",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-2",
+ "staticLayout": false
+ },
+ "BTN-3": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "mrtcleanBTN-3",
+ "dest": "mrtdestBTN-3",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-3",
+ "staticLayout": false
+ },
+ "FOOT": {
+ "id": "FOOT",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "mrtcleanFOOT",
+ "dest": "mrtdestFOOT",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false,
+ "failed": true
+ },
+ "FOOT9": {
+ "id": "FOOT9",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "mrtcleanFOOT9",
+ "dest": "mrtdestFOOT9",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "FSRVY": {
+ "id": "FSRVY",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "mrtcleanFSRVY",
+ "dest": "mrtdestFSRVY",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false,
+ "failed": true
+ },
+ "LREC": {
+ "id": "LREC",
+ "w": 300,
+ "h": 250,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "fallback": {
+ "link": "https://baseball.fantasysports.yahoo.com/b1/signup",
+ "image": "https://s.yimg.com/nn/lib/metro/DailyFantasy_BN_Baseball_300x250-min.jpg"
+ },
+ "clean": "mrtcleanLREC",
+ "dest": "mrtdestLREC",
+ "metaSize": false
+ },
+ "LREC-1": {
+ "id": "LREC-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC-1",
+ "dest": "mrtdestLREC-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC-2": {
+ "id": "LREC-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC-2",
+ "dest": "mrtdestLREC-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC-9": {
+ "id": "LREC-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC-9",
+ "dest": "mrtdestLREC-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-1": {
+ "id": "LREC2-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2-1",
+ "dest": "mrtdestLREC2-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-2": {
+ "id": "LREC2-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2-2",
+ "dest": "mrtdestLREC2-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-4": {
+ "id": "LREC2-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2-4",
+ "dest": "mrtdestLREC2-4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-5": {
+ "id": "LREC2-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2-5",
+ "dest": "mrtdestLREC2-5",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-6": {
+ "id": "LREC2-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2-6",
+ "dest": "mrtdestLREC2-6",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-7": {
+ "id": "LREC2-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2-7",
+ "dest": "mrtdestLREC2-7",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-8": {
+ "id": "LREC2-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2-8",
+ "dest": "mrtdestLREC2-8",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-9": {
+ "id": "LREC2-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2-9",
+ "dest": "mrtdestLREC2-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2": {
+ "id": "LREC2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC2",
+ "dest": "mrtdestLREC2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3": {
+ "id": "LREC3",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC3",
+ "dest": "mrtdestLREC3",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-1": {
+ "id": "LREC3-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC3-1",
+ "dest": "mrtdestLREC3-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-4": {
+ "id": "LREC3-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC3-4",
+ "dest": "mrtdestLREC3-4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-5": {
+ "id": "LREC3-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC3-5",
+ "dest": "mrtdestLREC3-5",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-6": {
+ "id": "LREC3-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC3-6",
+ "dest": "mrtdestLREC3-6",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-7": {
+ "id": "LREC3-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC3-7",
+ "dest": "mrtdestLREC3-7",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-8": {
+ "id": "LREC3-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC3-8",
+ "dest": "mrtdestLREC3-8",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-9": {
+ "id": "LREC3-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC3-9",
+ "dest": "mrtdestLREC3-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC4": {
+ "id": "LREC4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "mrtcleanLREC4",
+ "dest": "mrtdestLREC4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB": {
+ "id": "LDRB",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "mrtcleanLDRB",
+ "dest": "mrtdestLDRB",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB-1": {
+ "id": "LDRB-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "mrtcleanLDRB-1",
+ "dest": "mrtdestLDRB-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB-9": {
+ "id": "LDRB-9",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "mrtcleanLDRB-9",
+ "dest": "mrtdestLDRB-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB2-1": {
+ "id": "LDRB2-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "mrtcleanLDRB2-1",
+ "dest": "mrtdestLDRB2-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB2-2": {
+ "id": "LDRB2-2",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "mrtcleanLDRB2-2",
+ "dest": "mrtdestLDRB2-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRP": {
+ "id": "LDRP",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "enable": true,
+ "metaSize": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "mrtcleanLDRP",
+ "dest": "mrtdestLDRP",
+ "fallback": null
+ },
+ "MAST": {
+ "id": "MAST",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true,
+ "clean": "mrtcleanMAST",
+ "dest": "mrtdestMAST",
+ "fallback": null
+ },
+ "MAST-9": {
+ "id": "MAST-9",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true,
+ "clean": "mrtcleanMAST-9",
+ "dest": "mrtdestMAST-9",
+ "fallback": null
+ },
+ "MFPAD": {
+ "id": "MFPAD",
+ "w": 720,
+ "h": 90,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false,
+ "clean": "mrtcleanMFPAD",
+ "dest": "mrtdestMFPAD",
+ "fallback": null
+ },
+ "MON-1": {
+ "id": "MON-1",
+ "w": 300,
+ "h": 600,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "clean": "mrtcleanMON-1",
+ "dest": "mrtdestMON-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL": {
+ "id": "SPL",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "mrtcleanSPL",
+ "dest": "mrtdestSPL",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL-2": {
+ "id": "SPL-2",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "mrtcleanSPL-2",
+ "dest": "mrtdestSPL-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL2": {
+ "id": "SPL2",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "stack": "ydc",
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "mrtcleanSPL2",
+ "dest": "mrtdestSPL2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPRZ": {
+ "id": "SPRZ",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fdb": false,
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "clean": "mrtcleanSPRZ",
+ "dest": "mrtdestSPRZ",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPON": {
+ "pos": "SPON",
+ "h": 1,
+ "id": "SPON",
+ "w": 1,
+ "autoFetch": false,
+ "clean": "mrtcleanSPON",
+ "dest": "mrtdestSPON",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "TXTL": {
+ "id": "TXTL",
+ "w": 120,
+ "h": 170,
+ "css": "#fc_align a,#tl1_slug{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px}.ad-tl2b{overflow:hidden;text-align:left}p{margin:0}a{color:#020e65}a:hover{color:#0078ff}.y-fp-pg-controls{margin-top:5px;margin-bottom:5px}#tl1_slug{color:#999}a:link{text-decoration:none}",
+ "autoFetch": false,
+ "clean": "mrtcleanTXTL",
+ "dest": "mrtdestTXTL",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "WFPAD": {
+ "id": "WFPAD",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1,
+ "resize-to": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false,
+ "clean": "mrtcleanWFPAD",
+ "dest": "mrtdestWFPAD",
+ "fallback": null
+ }
+ },
+ "rotationTimingDisabled": true,
+ "useYAC": 0,
+ "usePE": 1,
+ "servicePath": "",
+ "xservicePath": "",
+ "beaconPath": "",
+ "renderPath": "",
+ "allowFiF": false,
+ "srenderPath": "https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html",
+ "renderFile": "https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html",
+ "sfbrenderPath": "https://s.yimg.com/rq/darla/2-9-19/html/r-sf.html",
+ "msgPath": "https://fc.yahoo.com/sdarla/2-9-19/html/msg.html",
+ "cscPath": "https://s.yimg.com/rq/darla/2-9-19/html/r-csc.html",
+ "root": "sdarla",
+ "edgeRoot": "http://l.yimg.com/rq/darla/2-9-19",
+ "sedgeRoot": "https://s.yimg.com/rq/darla/2-9-19",
+ "version": "2-9-19",
+ "tpbURI": "",
+ "hostFile": "https://s.yimg.com/rq/darla/2-9-19/js/g-r-min.js",
+ "beaconsDisabled": true,
+ "fdb_locale": "What don't you like about this ad?|It's offensive|Something else|Thank you for helping us improve your Yahoo experience|It's not relevant|It's distracting|I don't like this ad|Send|Done|Why do I see ads?|Learn more about your feedback.",
+ "property": "",
+ "lang": "en-US",
+ "debug": false,
+ "auto_render": true
+ }
+ window.DARLA_CONFIG.servicePath = window.location.protocol + "//fc.yahoo.com/sdarla/php/fc.php";
+ window.DARLA_CONFIG.dm = 1;
+ window.DARLA_CONFIG.onStartRequest = function() {
+ window._perfMark('DARLA_REQSTART');
+ };
+ window.DARLA_CONFIG.onFinishRequest = function() {
+ window._perfMark('DARLA_REQEND');
+ };
+ window.DARLA_CONFIG.onStartParse = function() {
+ window._perfMark('DARLA_PSTART');
+ };
+ window.DARLA_CONFIG.onSuccess = function(eventName) {
+ if (eventName === 'AUTO') {
+ return;
+ }
+ if (window._DarlaEvents) {
+ window._DarlaEvents.emit("success", {
+ eventName: eventName
+ });
+ }
+ window._perfMark('DARLA_DONE_' + eventName);
+ window._darlaSuccessEvt = eventName;
+ if (window._loadEvt) {
+ window._fireAdPerfBeacon(eventName);
+ }
+ };
+ window.DARLA_CONFIG.onStartPosRender = function(posItem) {
+ var posId = posItem & amp; & amp;
+ posItem.pos;
+ window._perfMark('DARLA_ADSTART_' + posId);
+ if (window._pushAdPerfMetric) {
+ window._pushAdPerfMetric("DARLA_ADSTART_" + posId);
+ }
+ };
+ window.DARLA_CONFIG.onFinishPosRender = function(posId, reqList, posItem) {
+ var ltime;
+ window._perfMark('DARLA_ADEND_' + posId);
+ window._perfMeasure('DARLA_RENDERTIME_' + posId, 'DARLA_ADSTART_' + posId, 'DARLA_ADEND_' + posId);
+ if (window._DarlaEvents) {
+ window._DarlaEvents.emit("finishrender", {
+ pos: posId,
+ list: reqList,
+ item: posItem
+ });
+ }
+ var aboveFoldPositions = ["MAST", "LDRB", "SPRZ", "SPL", "SPL-2", "LREC", "MON-1"];
+ if (window._pushAdPerfMetric) {
+ if (window.performance & amp; & amp; window.performance.now) {
+ ltime = window.performance.now();
+ }
+ window._pushAdPerfMetric("ADEND_" + posId);
+ var adModDiv = posItem.conf.dest.replace("dest", "") + "-sizer";
+ setTimeout(function() {
+ if (window.performance & amp; & amp; window.YAFT !== undefined & amp; & amp; window.YAFT.isInitialized() & amp; & amp; - 1 !== aboveFoldPositions.indexOf(posId)) {
+ window.YAFT.triggerCustomTiming(adModDiv, "", ltime);
+ }
+ }, 300);
+ }
+ };
+ window.DARLA_CONFIG.onBeforePosMsg = function(msg, posId) {
+ var maxWidth = 970,
+ maxHeight = 600;
+ var newWidth, newHeight, pos;
+ if ("MAST" !== posId) {
+ return;
+ }
+ if (msg === "resize-to") {
+ newWidth = arguments[2];
+ newHeight = arguments[3];
+ } else if (msg === "exp-push" || msg === "exp-ovr") {
+ pos = $sf.host.get("MAST");
+ newWidth = pos.conf.w + arguments[6] + arguments[7];
+ newHeight = pos.conf.h + arguments[5] + arguments[8];
+ }
+ if (newWidth & gt; maxWidth || newHeight & gt; maxHeight) {
+ return true;
+ }
+ };
+ window.DARLA_CONFIG.onFinishParse = function(eventName, response) {
+ try {
+ window._perfMark('DARLA_PEND');
+ if (eventName === "prefetch") {
+ window._DarlaPrefetchResponse = response;
+ }
+ if (window._DarlaEvents) {
+ window._DarlaEvents.emit("finishparse", {
+ response: response,
+ eventName: eventName
+ });
+ }
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ window.DARLA_CONFIG.onStartPrefetchRequest = function(eventName) {
+ window._perfMark('DARLA_PFSTART');
+ };
+ window.DARLA_CONFIG.onFinishPrefetchRequest = function(eventName, status) {
+ window._perfMark('DARLA_PFEND');
+ try {
+ window._DarlaEvents.emit('finishprefetch', {
+ status: status,
+ eventName: eventName
+ });
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ window.DARLA_CONFIG.onPosMsg = function(cmd, pos, msg) {
+ try {
+ if (window._DarlaEvents & amp; & amp; cmd === "cmsg") {
+ var posmsg = {
+ pos: pos,
+ msg: msg
+ };
+ window._DarlaEvents.emit("splashmsg", posmsg);
+ if (window._adPosMsg) {
+ window._adPosMsg[window._adPosMsg.length] = posmsg;
+ }
+ }
+ if (window._DarlaEvents & amp; & amp;
+ (cmd === "ui-fclose-show" || cmd === "ui-fclose-close")) {
+ setTimeout(function _emitAdResize() {
+ window._DarlaEvents.emit("adresize", {
+ pos: pos
+ })
+ }, 0);
+ }
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ (function() {
+ var _onloadEvt = function _onloadEvtHandler() {
+ window._loadEvt = true;
+ if (window._darlaSuccessEvt) {
+ window._fireAdPerfBeacon(window._darlaSuccessEvt);
+ }
+ };
+ if (window.addEventListener) {
+ window.addEventListener("load", _onloadEvt);
+ } else if (window.attachEvent) {
+ window.attachEvent("onload", _onloadEvt);
+ }
+
+ function _onDarlaError(type) {
+ return function _darlaErrHandler(evName) {
+ try {
+ if (window._DarlaEvents) {
+ window._DarlaEvents.emit("darlaerror" + evName);
+ window._DarlaEvents.emit("darlaerror", {
+ type: type,
+ eventName: evName,
+ error: true
+ });
+ }
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ };
+ window.DARLA_CONFIG.onRequestTimeout = _onDarlaError("requestTimeout");
+ window.DARLA_CONFIG.onRenderTimeout = _onDarlaError("renderTimeout");
+ window.DARLA_CONFIG.onFailure = _onDarlaError("failure");
+ window.DARLA_CONFIG.onIdle = function onDarlaIdle() {
+ try {
+ window._DarlaEvents & amp; & amp;
+ window._DarlaEvents.emit("onIdle");
+ } catch (e) {
+ console.error(e);
+ throw e;
+ }
+ };
+ })();
+ window.$sf = window.sf = {};
+ window.$sf.host = {
+ onReady: function(autorender, deferrender, firstRenderPos, deferRenderDelay) {
+ window._perfMark('DARLA_ONREADY');
+ window._perfMeasure('DARLA_ONREADY');
+ window.sfready = true;
+ if (window._DarlaEvents & amp; & amp; !autorender) {
+ window._DarlaEvents.emit("darlaboot");
+ } else if (autorender) {
+ window._perfMark('DARLA_RSTART');
+ if (typeof DARLA !== "undefined" & amp; & amp; DARLA) {
+ if (deferrender & amp; & amp; firstRenderPos) {
+ var firstBatchPos = [];
+ var prefetchedPos = DARLA.prefetched();
+ if (prefetchedPos.length & lt; = 0) {
+ return;
+ }
+ var firstRender = firstRenderPos.split(',');
+ if (firstRender & amp; & amp; firstRender.length & gt; 0) {
+ for (var i = 0; i & lt; firstRender.length; i++) {
+ var position = firstRender[i];
+ var index = prefetchedPos.indexOf(position);
+ if (index & gt; = 0) {
+ firstBatchPos = firstBatchPos.concat(prefetchedPos.splice(index, 1));
+ }
+ };
+ }
+ if (firstBatchPos.length & gt; 0) {
+ var renderWithRetry = function(pos) {
+ if (DARLA.inProgress()) {
+ var waittime = 600,
+ maxwait = 100,
+ deferRetry = 0,
+ interval;
+ interval = setInterval(function() {
+ deferRetry++;
+ if (!DARLA.inProgress()) {
+ clearInterval(interval);
+ DARLA.render(pos);
+ }
+ if (deferRetry & gt; maxwait) {
+ clearInterval(interval);
+ }
+ }, waittime);
+ } else {
+ DARLA.render(pos);
+ }
+ };
+ renderWithRetry(firstBatchPos);
+ setTimeout(renderWithRetry, deferRenderDelay, prefetchedPos);
+ } else {
+ DARLA.render();
+ }
+ } else {
+ DARLA.render();
+ }
+ }
+ }
+ }
+ };
+ window.sf_host = window.$sf.host;
+ document.onreadystatechange = function() {
+ if (document.readyState == "interactive") {
+ window._perfMark('DOM_INTERACTIVE');
+ }
+ };
+ </script>
+ <script type="text/x-safeframe-processed" id="processed_fc_2_1480670951598_91" _ver="2-9-19">{"positions":[{"id":"MAST-9","html":"&lt;!-- SpaceID=1197800621 loc=MAST noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;MAST;1197800621;2--&gt;","lowHTML":"","meta":{"y":{"pos":"MAST-9","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['qm7_wmKLc8s-']='(as$125k356ia,aid$qm7_wmKLc8s-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125k356ia,aid$qm7_wmKLc8s-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125k356ia,aid$qm7_wmKLc8s-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"5","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":1480670950393462,"impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"31","fedStatusMessage":"Yield optimization did not run"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm"}}}},{"id":"LDRB-9","html":"&lt;scr"+"ipt type=\"text\/javascr"+"ipt\"&gt;document.write('&lt;img src=\"https:\/\/na.ads.yahoo.com\/yax\/csc?sn=96f295ebb1cd1f3111529b3b829dba930a5fe386&amp;es=phjB8prRVIOYktYAciAVgO1J27f8gkYZDQ4jkzIlcit.OAieI14PgtjvS98fFx09cw9d3x5I7aDt3O2O0t4y0wZp1D4V57R5YQOPiWyfcP8gsAAzxuoDjPHu9ybKDaxtLkHo4055QHsnj9n.UH2UOKgKuq1r24h0Q3IAImut54ezetcVrzaH1zzNVJ8qKz08dopD7uJkR8J3mdY7Kz18xVGIwULmTnGEVTzlmrCyMlfpn5iJNtLmcY0D7vRss1Un15mR_hFiNRbNm9.n3v1kp4OnveksaAye8G3vuIV6reZ_x1MTtsFC&amp;ve=2&amp;ty=0&amp;brxw=true&amp;sasc=4&amp;yredirect=\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\"&gt;');\ndocument.write('&lt;scr','ipt id=\"yax_meta\" type=\"text\/x-yax-meta\"&gt;','{\"fdb_url\": \"https:\/\/beap-bc.yahoo.com\/af\/us?bv=1.0.0&amp;bs=(156jvcri3(gid$29445025-9c92-be87-6190-8fb345072543,st$1480670950395,li$200,cr$13360307,dmn$yahoo.com,srv$4,exp$1481175983099,ct$26,v$1.0,adv$3,pbid$20459933223,seid$269358051))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=90582\", \"fdb_on\": \"1\", \"fdb_exp\": \"1480675750395\", \"fdb_intl\": \"en-US\", \"error\": \"\" }&lt;\/scr', 'ipt&gt;');\ndocument.write('&lt;scr', 'ipt type=\"text\/javascr"+"ipt\"&gt;', '(function(){ var w = window, sf = (w &amp;&amp; w.$sf &amp;&amp; w.$sf.ext), di = document.getElementById(\"yax_meta\"); if (sf &amp;&amp; typeof sf.msg == \"function\" &amp;&amp; di){ sf.msg({cmd:\"fdb\", data: di}); }})(); &lt;\/scr', 'ipt&gt;');\ndocument.write('\\n&lt;scr' + 'ipt async src=\\\"\\\/\\\/pagead2.googlesyndication.com\\\/pagead\\\/js\\\/adsbygoogle.js\\\"&gt;&lt;\\\/scr' + 'ipt&gt;\\n&lt;ins class=\\\"adsbygoogle\\\"\\n style=\\\"display:inline-block;width:728px;height:90px\\\"\\n data-ad-client=\\\"ca-pub-5786243031610172\\\"\\n data-ad-slot=\\\"1098636642\\\"\\n data-language=\\\"en\\\"\\n data-page-url=\\\"http:\/\/us.yahoo.com\/news\/\\\"\\n&gt;&lt;\\\/ins&gt;\\n&lt;scr' + 'ipt&gt;\\n(adsbygoogle = window.adsbygoogle || []).push({params: {google_allow_expandable_ads: false}});\\n&lt;\\\/scr' + 'ipt&gt;');\ndocument.write('&lt;scr"+"ipt type=\"text\/javascr"+"ipt\" src=\"https:\/\/ads.yahoo.com\/get-user-id?ver=2&amp;n=23351&amp;ts=1480670950&amp;sig=eda6862cae53c607\"&gt;&lt;\\\/scr"+"ipt&gt;');document.write('&lt;!--YAXR BannerAd CrId:13360307, RmxCrId:, DspCrId:--&gt;');&lt;\/scr"+"ipt&gt;","lowHTML":"","meta":{"y":{"pos":"LDRB-9","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt; if(window.xzq_d==null)window.xzq_d=new Object();window.xzq_d['8V3_wmKLc8s-']='(as$125kfapq0,aid$8V3_wmKLc8s-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315855551:ud_risk=0.00:win_s=4:ypos=LDRB)';&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136v9n8e8(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,si$4464051,sp$1197800621,pv$1,v$2.0,st$1480670950588368))&amp;t=J_3-D_3&amp;al=(as$125kfapq0,aid$8V3_wmKLc8s-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315855551:ud_risk=0.00:win_s=4:ypos=LDRB)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136v9n8e8(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,si$4464051,sp$1197800621,pv$1,v$2.0,st$1480670950588368))&amp;t=J_3-D_3&amp;al=(as$125kfapq0,aid$8V3_wmKLc8s-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315855551:ud_risk=0.00:win_s=4:ypos=LDRB)","behavior":"non_exp","adID":"1234567","matchID":"999999.999999.999999.999999","bookID":"2315855551","slotID":"2","serveType":"-1","err":false,"hasExternal":false,"supp_ugc":"0","placementID":"3536868551","fdb":"{ \\\"fdb_url\\\": \\\"https:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(160f6vt02(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,srv$1,si$4464051,ct$25,exp$1480678150393462,adv$26513753608,li$3536728551,cr$4528090051,v$1.0,pbid$20459933223,seid$269358051))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1480678150393\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1480670950393462","impID":"8V3_wmKLc8s-","creativeID":4528090051,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":1,"facStatus":{"fedStatusCode":"17","fedStatusMessage":"YAX\/YAM\/SAPY replaced GD2 ESOV line"},"userProvidedData":{},"slotData":{},"size":"728x90"}},"conf":{"w":728,"h":90}},{"id":"LREC-9","html":"&lt;!-- APT Vendor: Yahoo, Format: Standard Graphical --&gt;\n&lt;!-- https:\/\/beap-bc.yahoo.com\/yc\/YnY9MS4wLjAmYnM9KDE3aWVnYnVoMyhnaWQkRXNIT3F6WXpMaklDOGdKUVdEX0NFUVZmTVRFNExnQUFBQUNTQnZPbSxzdCQxNDgwNjcwOTUwMzkzNDYyLHNpJDQ0NjQwNTEsc3AkMTE5NzgwMDYyMSxjdCQyNSx5YngkbGVJSGdCWVhQbUJhakJ2SjFtTHBWUSxsbmckZW4tdXMsY3IkNDUyODc5NzA1MSx2JDIuMCxhaWQkaEdQX3dtS0xjOHMtLGJpJDIzMTY3MTUwNTEsbW1lJDk3NTU1OTEwODMwNjgzNzkwOTAsciQwLHlvbyQxLGFncCQzNTM3NjQ0MDUxLGFwJExSRUMpKQ\/2\/* \/\/--&gt;&lt;scr"+"ipt language=\"JavaScript\" type=\"text\/javascr"+"ipt\" src=\"https:\/\/global.adserver.yahoo.com\/a?f=794008165&amp;l=LREC&amp;c=r&amp;at=content=%22no_expandable%22&amp;site-country=tw&amp;t=1480670950.203220&amp;rs=guid:EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm%3Bspid:1197800621%3Bypos:LREC\"&gt;&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;iframe src=\"https:\/\/global.adserver.yahoo.com\/a?f=794008165&amp;l=LREC&amp;c=h&amp;bg=ffffff&amp;at=content=%22no_expandable%22&amp;site-country=tw&amp;t=1480670950.203220&amp;rs=guid:EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm%3Bspid:1197800621%3Bypos:LREC\" marginwidth=0 marginheight=0 width=\"300px\" height=\"250px\" hspace=0 vspace=0 frameborder=0 scrolling=no&gt;&lt;\/iframe&gt;&lt;\/noscr"+"ipt&gt;&lt;scr"+"ipt&gt;var url = \"\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\\/scr"+"ipt&gt;');}&lt;\/scr"+"ipt&gt;&lt;!--QYZ 2316715051,4528797051,;;LREC;1197800621;1--&gt;","lowHTML":"","meta":{"y":{"pos":"LREC-9","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['hGP_wmKLc8s-']='(as$13a74dg8g,aid$hGP_wmKLc8s-,bi$2316715051,agp$3537644051,cr$4528797051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13a74dg8g,aid$hGP_wmKLc8s-,bi$2316715051,agp$3537644051,cr$4528797051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13a74dg8g,aid$hGP_wmKLc8s-,bi$2316715051,agp$3537644051,cr$4528797051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)","behavior":"non_exp","adID":"9755591083068379090","matchID":"999999.999999.999999.999999","bookID":"2316715051","slotID":"3","serveType":"-1","err":false,"hasExternal":true,"supp_ugc":"0","placementID":"3537644051","fdb":"{ \\\"fdb_url\\\": \\\"https:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(160mn63a4(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,srv$1,si$4464051,ct$25,exp$1480678150393462,adv$26100339340,li$3537563051,cr$4528797051,v$1.0,pbid$20459933223,seid$269358051))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1480678150393\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1480670950393462","impID":"hGP_wmKLc8s-","creativeID":4528797051,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"10","fedStatusMessage":"no replacement for exclusive contract"},"userProvidedData":{},"slotData":{"pt":"3","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"1.000000","ffrac":"1.000000","pcpm":"-1.000000","fc":"false","ecpm":0,"sdate":"1474886403","edate":"1514735940","bimpr":0,"pimpr":0,"spltp":100,"frp":"false","pvid":"EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm"},"size":"300x250"}},"conf":{"w":300,"h":250}},{"id":"LREC2-9","html":"&lt;scr"+"ipt type=\"text\/javascr"+"ipt\"&gt;document.write('&lt;img src=\"https:\/\/na.ads.yahoo.com\/yax\/csc?sn=0ecf50c9ddfd9be27419dd3f5725ee019b84c609&amp;es=c75W.Q3RVIMAQ5acHBf6nLasCwBYXUchx19EYhcULow2hmSiGFB8QkQTuzGKOI2YgFz86rrecT.VnD7itSv6fOKWw62y_2lBXbMI3w7QJSa4KoA75AtPfeSm3_6AXi497SVspvinZBLuhHJPoXYV.xYfs0RBd1k6KgfBQxHAQouSMFMYEIc6M86Yn8ro3UTWdBEvo34A.F7zTshvcB8YdvrVW9q_pWU2SUWK2BlBNDRs3nmNUgSlPfKy6VM6fB97FpuHLt.AEb2ZNFCzP1jBKzHAqYQXJEOSeQuLVVxxIK9QknAKgVhk&amp;ve=2&amp;ty=0&amp;brxw=true&amp;sasc=4&amp;yredirect=\" style=\"display:none\" height=\"1\" width=\"1\" alt=\"\"&gt;');\ndocument.write('&lt;scr','ipt id=\"yax_meta\" type=\"text\/x-yax-meta\"&gt;','{\"fdb_url\": \"https:\/\/beap-bc.yahoo.com\/af\/us?bv=1.0.0&amp;bs=(1563qq0sr(gid$1c30cb1b-1260-5a17-cb34-ddf2e95595d3,st$1480670950397,li$200,cr$13360308,dmn$yahoo.com,srv$4,exp$1481175983101,ct$26,v$1.0,adv$3,pbid$20459933223,seid$269358051))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=60562\", \"fdb_on\": \"1\", \"fdb_exp\": \"1480675750397\", \"fdb_intl\": \"en-US\", \"error\": \"\" }&lt;\/scr', 'ipt&gt;');\ndocument.write('&lt;scr', 'ipt type=\"text\/javascr"+"ipt\"&gt;', '(function(){ var w = window, sf = (w &amp;&amp; w.$sf &amp;&amp; w.$sf.ext), di = document.getElementById(\"yax_meta\"); if (sf &amp;&amp; typeof sf.msg == \"function\" &amp;&amp; di){ sf.msg({cmd:\"fdb\", data: di}); }})(); &lt;\/scr', 'ipt&gt;');\ndocument.write('&lt;scr' + 'ipt async src=\\\"\\\/\\\/pagead2.googlesyndication.com\\\/pagead\\\/js\\\/adsbygoogle.js\\\"&gt;&lt;\\\/scr' + 'ipt&gt;\\n&lt;ins class=\\\"adsbygoogle\\\"\\n style=\\\"display:inline-block;width:300px;height:250px\\\"\\n data-ad-client=\\\"ca-pub-5786243031610172\\\"\\n data-ad-slot=\\\"1098636642\\\"\\n data-language=\\\"en\\\"\\n data-page-url=\\\"http:\/\/us.yahoo.com\/news\/\\\"\\n&gt;&lt;\\\/ins&gt;\\n&lt;scr' + 'ipt&gt;\\n(adsbygoogle = window.adsbygoogle || []).push({params: {google_allow_expandable_ads: false}});\\n&lt;\\\/scr' + 'ipt&gt;\\n&lt;iframe height=\\\"1\\\" width=\\\"1\\\" style=\\\"display: none;\\\" scrolling=\\\"no\\\" allowtransparency=\\\"true\\\" src=\\\"https:\\\/\\\/s.yimg.com\\\/dh\\\/ap\\\/ssp_cookie_sync\\\/us.html\\\"&gt;&lt;\\\/iframe&gt;');\ndocument.write('&lt;scr"+"ipt type=\"text\/javascr"+"ipt\" src=\"https:\/\/ads.yahoo.com\/get-user-id?ver=2&amp;n=23351&amp;ts=1480670950&amp;sig=eda6862cae53c607\"&gt;&lt;\\\/scr"+"ipt&gt;');document.write('&lt;!--YAXR BannerAd CrId:13360308, RmxCrId:, DspCrId:--&gt;');&lt;\/scr"+"ipt&gt;","lowHTML":"","meta":{"y":{"pos":"LREC2-9","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt; if(window.xzq_d==null)window.xzq_d=new Object();window.xzq_d['F2n_wmKLc8s-']='(as$125oirn5e,aid$F2n_wmKLc8s-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315851051:ud_risk=0.00:win_s=4:ypos=LREC2)';&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136v9n8e8(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,si$4464051,sp$1197800621,pv$1,v$2.0,st$1480670950588368))&amp;t=J_3-D_3&amp;al=(as$125oirn5e,aid$F2n_wmKLc8s-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315851051:ud_risk=0.00:win_s=4:ypos=LREC2)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136v9n8e8(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,si$4464051,sp$1197800621,pv$1,v$2.0,st$1480670950588368))&amp;t=J_3-D_3&amp;al=(as$125oirn5e,aid$F2n_wmKLc8s-,cr$-1,ct$25,at$H,eob$fac2_r=1:fed_status=17:gd1_match_id=-1:pt=8:rbkid=2315851051:ud_risk=0.00:win_s=4:ypos=LREC2)","behavior":"non_exp","adID":"1234567","matchID":"999999.999999.999999.999999","bookID":"2315851051","slotID":"4","serveType":"-1","err":false,"hasExternal":false,"supp_ugc":"0","placementID":"3536904551","fdb":"{ \\\"fdb_url\\\": \\\"https:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(160sgbn69(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,srv$1,si$4464051,ct$25,exp$1480678150393462,adv$26513753608,li$3536764051,cr$4528075551,v$1.0,pbid$20459933223,seid$269358051))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1480678150393\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1480670950393462","impID":"F2n_wmKLc8s-","creativeID":4528075551,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":1,"facStatus":{"fedStatusCode":"17","fedStatusMessage":"YAX\/YAM\/SAPY replaced GD2 ESOV line"},"userProvidedData":{},"slotData":{},"size":"300x250"}},"conf":{"w":300,"h":250}},{"id":"FOOT","html":"&lt;!-- SpaceID=1197800621 loc=FOOT noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;FOOT;1197800621;2--&gt;","lowHTML":"","meta":{"y":{"pos":"FOOT","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['y1L_wmKLc8s-']='(as$125gk8fa1,aid$y1L_wmKLc8s-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=FOOT)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125gk8fa1,aid$y1L_wmKLc8s-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=FOOT)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125gk8fa1,aid$y1L_wmKLc8s-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=FOOT)","behavior":"non_exp","adID":"#2","matchID":"#2","bookID":"-1","slotID":"0","serveType":"-1","err":"invalid_space","hasExternal":false,"supp_ugc":"0","placementID":-1,"fdb":"{ \\\"fdb_url\\\": \\\"http:\\\\\/\\\\\/beap-bc.yahoo.com\\\\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1402544433026\\\", \\\"fdb_intl\\\": \\\"en-us\\\" , \\\"d\\\" : \\\"1\\\" }","serveTime":"1480670950393462","impID":"","creativeID":-1,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":0,"facStatus":{"fedStatusCode":"0","fedStatusMessage":"federation is not configured for ad slot"},"userProvidedData":{},"slotData":{"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm"}}}},{"id":"FSRVY","html":"&lt;!-- APT Vendor: Right Media, Format: Standard Graphical --&gt;\n&lt;!-- BEGIN STANDARD TAG - 1 x 1 - APT Run-of Yahoo US O&amp;O Redirects - DO NOT MODIFY --&gt;\n&lt;SCR"+"IPT TYPE=\"text\/javascr"+"ipt\" SRC=\"https:\/\/na.ads.yahoo.com\/yax\/banner?ve=1&amp;tt=1&amp;si=269358051&amp;asz=1x1&amp;u=http:\/\/us.yahoo.com\/news\/&amp;gdAdId=Xlj_wmKLc8s-&amp;gdUuid=EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm&amp;gdSt=1480670950393462&amp;publisher_blob=${RS}|EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm|1197800621|FSRVY|1480670950.203007|2-9-19:ysd:1&amp;pub_redirect=https:\/\/beap-bc.yahoo.com\/yc\/YnY9MS4wLjAmYnM9KDE3amdzYjlwbShnaWQkRXNIT3F6WXpMaklDOGdKUVdEX0NFUVZmTVRFNExnQUFBQUNTQnZPbSxzdCQxNDgwNjcwOTUwMzkzNDYyLHNpJDQ0NjQwNTEsc3AkMTE5NzgwMDYyMSxjdCQyNSx5YngkbGVJSGdCWVhQbUJhakJ2SjFtTHBWUSxsbmckZW4tdXMsY3IkNDUyODE3NzA1MSx2JDIuMCxhaWQkWGxqX3dtS0xjOHMtLGJpJDIzMTU5MzIwNTEsbW1lJDk3NTI1MTU4ODY0ODQ0NDE4NTAsciQwLHlvbyQxLGFncCQzNTM3MDA2NTUxLGFwJEZTUlZZKSk\/1\/*&amp;K=1\"&gt;&lt;\/SCR"+"IPT&gt;\n&lt;!-- END TAG --&gt;&lt;scr"+"ipt&gt;var url = \"\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\\/scr"+"ipt&gt;');}&lt;\/scr"+"ipt&gt;&lt;!--QYZ 2315932051,4528177051,;;FSRVY;1197800621;1--&gt;","lowHTML":"","meta":{"y":{"pos":"FSRVY","cscHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['Xlj_wmKLc8s-']='(as$13a4jg26r,aid$Xlj_wmKLc8s-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)';\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13a4jg26r,aid$Xlj_wmKLc8s-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)\"&gt;&lt;\/noscr"+"ipt&gt;","cscURI":"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13a4jg26r,aid$Xlj_wmKLc8s-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)","behavior":"non_exp","adID":"9752515886484441850","matchID":"999999.999999.999999.999999","bookID":"2315932051","slotID":"1","serveType":"-1","err":false,"hasExternal":false,"supp_ugc":"0","placementID":"3537006551","fdb":"{ \\\"fdb_url\\\": \\\"https:\\\\\\\/\\\\\\\/beap-bc.yahoo.com\\\\\\\/af\\\\\\\/us?bv=1.0.0&amp;bs=(1608jdljp(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,srv$1,si$4464051,ct$25,exp$1480678150393462,adv$26513753608,li$3536867051,cr$4528177051,v$1.0,pbid$20459933223,seid$269358051))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\\\", \\\"fdb_on\\\": \\\"1\\\", \\\"fdb_exp\\\": \\\"1480678150393\\\", \\\"fdb_intl\\\": \\\"en-US\\\" }","serveTime":"1480670950393462","impID":"Xlj_wmKLc8s-","creativeID":4528177051,"adc":"{\\\"label\\\":\\\"AdChoices\\\",\\\"url\\\":\\\"https:\\\\\/\\\\\/info.yahoo.com\\\\\/privacy\\\\\/us\\\\\/yahoo\\\\\/relevantads.html\\\",\\\"close\\\":\\\"Close\\\",\\\"closeAd\\\":\\\"Close Ad\\\",\\\"showAd\\\":\\\"Show ad\\\",\\\"collapse\\\":\\\"Collapse\\\",\\\"fdb\\\":\\\"I don't like this ad\\\",\\\"code\\\":\\\"en-us\\\"}","is3rd":1,"facStatus":{"fedStatusCode":"0","fedStatusMessage":"federation is not configured for ad slot"},"userProvidedData":{},"slotData":{"pt":"8","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"-1.000000","ffrac":"1.000000","pcpm":"-1.000000","fc":"false","sdate":"1474408390","edate":"1561953540","bimpr":82733924352,"pimpr":0,"spltp":0,"frp":"false","pvid":"EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm"},"size":"1x1"}},"conf":{"w":1,"h":1}}],"conf":{"useYAC":0,"usePE":1,"servicePath":"","xservicePath":"","beaconPath":"","renderPath":"","allowFiF":false,"srenderPath":"https:\/\/s.yimg.com\/rq\/darla\/2-9-19\/html\/r-sf.html","renderFile":"https:\/\/s.yimg.com\/rq\/darla\/2-9-19\/html\/r-sf.html","sfbrenderPath":"https:\/\/s.yimg.com\/rq\/darla\/2-9-19\/html\/r-sf.html","msgPath":"https:\/\/fc.yahoo.com\/sdarla\/2-9-19\/html\/msg.html","cscPath":"https:\/\/s.yimg.com\/rq\/darla\/2-9-19\/html\/r-csc.html","root":"sdarla","edgeRoot":"http:\/\/l.yimg.com\/rq\/darla\/2-9-19","sedgeRoot":"https:\/\/s.yimg.com\/rq\/darla\/2-9-19","version":"2-9-19","tpbURI":"","hostFile":"https:\/\/s.yimg.com\/rq\/darla\/2-9-19\/js\/g-r-min.js","property":"fp_en-US","fdb_locale":"What don't you like about this ad?|It's offensive|Something else|Thank you for helping us improve your Yahoo experience|It's not relevant|It's distracting|I don't like this ad|Send|Done|Why do I see ads?|Learn more about your feedback.","positions":{"MAST-9":{"dest":"destMAST-9","asz":"970x250","id":"MAST-9","h":"250","w":"970"},"LDRB-9":{"dest":"destLDRB-9","asz":"728x90","id":"LDRB-9","h":"90","w":"728"},"LREC-9":{"dest":"destLREC-9","asz":"300x250","id":"LREC-9","h":"250","w":"300"},"LREC2-9":{"dest":"destLREC2-9","asz":"300x250","id":"LREC2-9","h":"250","w":"300"},"FOOT":{"dest":"destFOOT","id":"FOOT"},"FSRVY":{"dest":"destFSRVY","id":"FSRVY","w":1,"h":1}},"events":{"DEFAULT":{"ult":{"pg":{"property":"fp_en-US","test":"news-d-162"}},"clw":{"LREC":{"blocked_by":"MON-1"},"MON-1":{"blocked_by":"LREC"},"MAST":{"blocked_by":"SPL,LDRB"},"LDRB":{"blocked_by":"MAST,SPL"},"SPL":{"blocked_by":"MAST,LDRB"}}}},"lang":"en-US","spaceID":"1197800621","debug":false,"asString":"{\"useYAC\":0,\"usePE\":1,\"servicePath\":\"\",\"xservicePath\":\"\",\"beaconPath\":\"\",\"renderPath\":\"\",\"allowFiF\":false,\"srenderPath\":\"https:\\\/\\\/s.yimg.com\\\/rq\\\/darla\\\/2-9-19\\\/html\\\/r-sf.html\",\"renderFile\":\"https:\\\/\\\/s.yimg.com\\\/rq\\\/darla\\\/2-9-19\\\/html\\\/r-sf.html\",\"sfbrenderPath\":\"https:\\\/\\\/s.yimg.com\\\/rq\\\/darla\\\/2-9-19\\\/html\\\/r-sf.html\",\"msgPath\":\"https:\\\/\\\/fc.yahoo.com\\\/sdarla\\\/2-9-19\\\/html\\\/msg.html\",\"cscPath\":\"https:\\\/\\\/s.yimg.com\\\/rq\\\/darla\\\/2-9-19\\\/html\\\/r-csc.html\",\"root\":\"sdarla\",\"edgeRoot\":\"http:\\\/\\\/l.yimg.com\\\/rq\\\/darla\\\/2-9-19\",\"sedgeRoot\":\"https:\\\/\\\/s.yimg.com\\\/rq\\\/darla\\\/2-9-19\",\"version\":\"2-9-19\",\"tpbURI\":\"\",\"hostFile\":\"https:\\\/\\\/s.yimg.com\\\/rq\\\/darla\\\/2-9-19\\\/js\\\/g-r-min.js\",\"property\":\"fp_en-US\",\"fdb_locale\":\"What don't you like about this ad?|It's offensive|Something else|Thank you for helping us improve your Yahoo experience|It's not relevant|It's distracting|I don't like this ad|Send|Done|Why do I see ads?|Learn more about your feedback.\",\"positions\":{\"MAST-9\":{\"dest\":\"destMAST-9\",\"asz\":\"970x250\",\"id\":\"MAST-9\",\"h\":\"250\",\"w\":\"970\"},\"LDRB-9\":{\"dest\":\"destLDRB-9\",\"asz\":\"728x90\",\"id\":\"LDRB-9\",\"h\":\"90\",\"w\":\"728\"},\"LREC-9\":{\"dest\":\"destLREC-9\",\"asz\":\"300x250\",\"id\":\"LREC-9\",\"h\":\"250\",\"w\":\"300\"},\"LREC2-9\":{\"dest\":\"destLREC2-9\",\"asz\":\"300x250\",\"id\":\"LREC2-9\",\"h\":\"250\",\"w\":\"300\"},\"FOOT\":{\"dest\":\"destFOOT\",\"id\":\"FOOT\"},\"FSRVY\":{\"dest\":\"destFSRVY\",\"id\":\"FSRVY\",\"w\":1,\"h\":1}},\"events\":{\"DEFAULT\":{\"ult\":{\"pg\":{\"property\":\"fp_en-US\",\"test\":\"news-d-162\"}},\"clw\":{\"LREC\":{\"blocked_by\":\"MON-1\"},\"MON-1\":{\"blocked_by\":\"LREC\"},\"MAST\":{\"blocked_by\":\"SPL,LDRB\"},\"LDRB\":{\"blocked_by\":\"MAST,SPL\"},\"SPL\":{\"blocked_by\":\"MAST,LDRB\"}}}},\"lang\":\"en-US\",\"spaceID\":\"1197800621\",\"debug\":false}"},"meta":{"y":{"pageEndHTML":"&lt;scr"+"ipt language=javascr"+"ipt&gt;\n(function(){window.xzq_p=function(R){M=R};window.xzq_svr=function(R){J=R};function F(S){var T=document;if(T.xzq_i==null){T.xzq_i=new Array();T.xzq_i.c=0}var R=T.xzq_i;R[++R.c]=new Image();R[R.c].src=S}window.xzq_sr=function(){var S=window;var Y=S.xzq_d;if(Y==null){return }if(J==null){return }var T=J+M;if(T.length&gt;P){C();return }var X=\"\";var U=0;var W=Math.random();var V=(Y.hasOwnProperty!=null);var R;for(R in Y){if(typeof Y[R]==\"string\"){if(V&amp;&amp;!Y.hasOwnProperty(R)){continue}if(T.length+X.length+Y[R].length&lt;=P){X+=Y[R]}else{if(T.length+Y[R].length&gt;P){}else{U++;N(T,X,U,W);X=Y[R]}}}}if(U){U++}N(T,X,U,W);C()};function N(R,U,S,T){if(U.length&gt;0){R+=\"&amp;al=\"}F(R+U+\"&amp;s=\"+S+\"&amp;r=\"+T)}function C(){window.xzq_d=null;M=null;J=null}function K(R){xzq_sr()}function B(R){xzq_sr()}function L(U,V,W){if(W){var R=W.toString();var T=U;var Y=R.match(new RegExp(\"\\\\\\\\(([^\\\\\\\\)]*)\\\\\\\\)\"));Y=(Y[1].length&gt;0?Y[1]:\"e\");T=T.replace(new RegExp(\"\\\\\\\\([^\\\\\\\\)]*\\\\\\\\)\",\"g\"),\"(\"+Y+\")\");if(R.indexOf(T)&lt;0){var X=R.indexOf(\"{\");if(X&gt;0){R=R.substring(X,R.length)}else{return W}R=R.replace(new RegExp(\"([^a-zA-Z0-9$_])this([^a-zA-Z0-9$_])\",\"g\"),\"$1xzq_this$2\");var Z=T+\";var rv = f( \"+Y+\",this);\";var S=\"{var a0 = '\"+Y+\"';var ofb = '\"+escape(R)+\"' ;var f = new Function( a0, 'xzq_this', unescape(ofb));\"+Z+\"return rv;}\";return new Function(Y,S)}else{return W}}return V}window.xzq_eh=function(){if(E||I){this.onload=L(\"xzq_onload(e)\",K,this.onload,0);if(E&amp;&amp;typeof (this.onbeforeunload)!=O){this.onbeforeunload=L(\"xzq_dobeforeunload(e)\",B,this.onbeforeunload,0)}}};window.xzq_s=function(){setTimeout(\"xzq_sr()\",1)};var J=null;var M=null;var Q=navigator.appName;var H=navigator.appVersion;var G=navigator.userAgent;var A=parseInt(H);var D=Q.indexOf(\"Microsoft\");var E=D!=-1&amp;&amp;A&gt;=4;var I=(Q.indexOf(\"Netscape\")!=-1||Q.indexOf(\"Opera\")!=-1)&amp;&amp;A&gt;=4;var O=\"undefined\";var P=2000})();\n&lt;\/scr"+"ipt&gt;&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_svr)xzq_svr('https:\/\/beap-bc.yahoo.com\/');\nif(window.xzq_p)xzq_p('yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3');\nif(window.xzq_s)xzq_s();\n&lt;\/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https:\/\/beap-bc.yahoo.com\/yi?bv=1.0.0&amp;bs=(136j94k6v(gid$EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm,st$1480670950393462,si$4464051,sp$1197800621,pv$1,v$2.0))&amp;t=J_3-D_3\"&gt;&lt;\/noscr"+"ipt&gt;&lt;scr"+"ipt&gt;(function(c){var d=\"https:\/\/\",a=c&amp;&amp;c.JSON,e=\"ypcdb\",g=document,b;function j(n,q,p,o){var m,r;try{m=new Date();m.setTime(m.getTime()+o*1000);g.cookie=[n,\"=\",encodeURIComponent(q),\"; domain=\",p,\"; path=\/; max-age=\",o,\"; expires=\",m.toUTCString()].join(\"\")}catch(r){}}function k(m){return function(){i(m)}}function i(n){var m,o;try{m=new Image();m.onerror=m.onload=function(){m.onerror=m.onload=null;m=null};m.src=n}catch(o){}}function f(o){var p=\"\",n,s,r,q;if(o){try{n=o.match(\/^https?:\\\/\\\/([^\\\/\\?]*)(yahoo\\.com|yimg\\.com|flickr\\.com|yahoo\\.net|rivals\\.com)(:\\d+)?([\\\/\\?]|$)\/);if(n&amp;&amp;n[2]){p=n[2]}n=(n&amp;&amp;n[1])||null;s=n?n.length-1:-1;r=n&amp;&amp;s&gt;=0?n[s]:null;if(r&amp;&amp;r!=\".\"&amp;&amp;r!=\"\/\"){p=\"\"}}catch(q){p=\"\"}}return p}function l(B,n,q,m,p){var u,s,t,A,r,F,z,E,C,y,o,D,x,v=1000,w=v;try{b=location}catch(z){b=null}try{if(a){C=a.parse(p)}else{y=new Function(\"return \"+p);C=y()}}catch(z){C=null}if(y){y=null}try{s=b.hostname;t=b.protocol;if(t){t+=\"\/\/\"}}catch(z){s=t=\"\"}if(!s){try{A=g.URL||b.href||\"\";r=A.match(\/^((http[s]?)\\:[\\\/]+)?([^:\\\/\\s]+|[\\:\\dabcdef\\.]+)\/i);if(r&amp;&amp;r[1]&amp;&amp;r[3]){t=r[1]||\"\";s=r[3]||\"\"}}catch(z){t=s=\"\"}}if(!s||!C||!t||!q){return}A=g.URL||b.href||\"\";E=f(A);if(!E||g.cookie.indexOf(\"ypcdb=\"+n)&gt;-1){return}if(t===d){q=m}u=0;while(F=q[u++]){o=F.lastIndexOf(\"=\");if(o!=-1){D=F.substr(1+o);x=C[D];if(x){setTimeout(k(t+F+x),w);w+=v}}}u=0;while(F=B[u++]){setTimeout(k(t+F),w);w+=v}setTimeout(function(){j(e,n,E,86400)},w)}function h(){l(['ads.yahoo.com\/get-user-id?ver=2&amp;s=800000005&amp;type=redirect&amp;ts=1480670950&amp;sig=e6c5cecf39f8a1dc','ads.yahoo.com\/get-user-id?ver=2&amp;s=800000004&amp;type=redirect&amp;ts=1480670950&amp;sig=69b88a427e809825'],'eb7099b617ef3d24849c5bec6e8a8278',['csync.flickr.com\/csync?ver=2.1','csync.yahooapis.com\/csync?ver=2.1'],['csync.flickr.com\/csync?ver=2.1','csync.yahooapis.com\/csync?ver=2.1'],'{\"2.1\":\"&amp;id=23351&amp;value=05ft2n1p3ittu%26o%3d3%26f%3dof&amp;optout=&amp;timeout=1480670950&amp;sig=11g9ngenb\"}')}if(c.addEventListener){c.addEventListener(\"load\",h,false)}else{if(c.attachEvent){c.attachEvent(\"onload\",h)}else{c.onload=h}}})(window);\n&lt;\/scr"+"ipt&gt;","pos_list":["MAST-9","LDRB-9","LREC-9","LREC2-9","FOOT","FSRVY"],"transID":"darla_prefetch_1480670950392_1574048066_3","k2_uri":"","fac_rt":"39603","spaceID":"1197800621","lookupTime":198,"procTime":206,"npv":0,"pvid":"EsHOqzYzLjIC8gJQWD_CEQVfMTE4LgAAAACSBvOm","serveTime":"1480670950393462","ep":{"site-attribute":"\"type\"=\"page\" ctype=\"minihome\" can_suppress_ugc=\"1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\" megamodal=true Y-BUCKET=\"news-d-162\"","tgt":"_blank","secure":true,"ref":"http:\/\/us.yahoo.com\/news\/","ult":{"pg":{"property":"fp_en-US","test":"news-d-162"}},"clw":{"LREC":{"blocked_by":"MON-1"},"MON-1":{"blocked_by":"LREC"},"MAST":{"blocked_by":"SPL,LDRB"},"LDRB":{"blocked_by":"MAST,SPL"},"SPL":{"blocked_by":"MAST,LDRB"}},"lang":"en-US","filter":"no_expandable;exp_iframe_expandable;","darlaID":"darla_instance_1480670950392_1484608650_2"},"pym":{".":"v0.0.9;;-;"},"host":"","filtered":[],"pe":"CWZ1bmN0aW9uIGRwZWQoKSB7IAoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsncW03X3dtS0xjOHMtJ109JyhhcyQxMjVrMzU2aWEsYWlkJHFtN193bUtMYzhzLSxjciQtMSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1NQVNUKSc7CglpZih3aW5kb3cueHpxX2Q9PW51bGwpd2luZG93Lnh6cV9kPW5ldyBPYmplY3QoKTt3aW5kb3cueHpxX2RbJzhWM193bUtMYzhzLSddPScoYXMkMTI1a2ZhcHEwLGFpZCQ4VjNfd21LTGM4cy0sY3IkLTEsY3QkMjUsYXQkSCxlb2IkZmFjMl9yPTE6ZmVkX3N0YXR1cz0xNzpnZDFfbWF0Y2hfaWQ9LTE6cHQ9ODpyYmtpZD0yMzE1ODU1NTUxOnVkX3Jpc2s9MC4wMDp3aW5fcz00Onlwb3M9TERSQiknOwoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnaEdQX3dtS0xjOHMtJ109JyhhcyQxM2E3NGRnOGcsYWlkJGhHUF93bUtMYzhzLSxiaSQyMzE2NzE1MDUxLGFncCQzNTM3NjQ0MDUxLGNyJDQ1Mjg3OTcwNTEsY3QkMjUsYXQkSCxlb2IkZ2QxX21hdGNoX2lkPS0xOnlwb3M9TFJFQyknOwoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7d2luZG93Lnh6cV9kWydGMm5fd21LTGM4cy0nXT0nKGFzJDEyNW9pcm41ZSxhaWQkRjJuX3dtS0xjOHMtLGNyJC0xLGN0JDI1LGF0JEgsZW9iJGZhYzJfcj0xOmZlZF9zdGF0dXM9MTc6Z2QxX21hdGNoX2lkPS0xOnB0PTg6cmJraWQ9MjMxNTg1MTA1MTp1ZF9yaXNrPTAuMDA6d2luX3M9NDp5cG9zPUxSRUMyKSc7CglpZih3aW5kb3cueHpxX2Q9PW51bGwpd2luZG93Lnh6cV9kPW5ldyBPYmplY3QoKTsKd2luZG93Lnh6cV9kWyd5MUxfd21LTGM4cy0nXT0nKGFzJDEyNWdrOGZhMSxhaWQkeTFMX3dtS0xjOHMtLGNyJC0xLGN0JDI1LGF0JEgsZW9iJGdkMV9tYXRjaF9pZD0tMTp5cG9zPUZPT1QpJztpZih3aW5kb3cueHpxX2Q9PW51bGwpd2luZG93Lnh6cV9kPW5ldyBPYmplY3QoKTsKd2luZG93Lnh6cV9kWydYbGpfd21LTGM4cy0nXT0nKGFzJDEzYTRqZzI2cixhaWQkWGxqX3dtS0xjOHMtLGJpJDIzMTU5MzIwNTEsYWdwJDM1MzcwMDY1NTEsY3IkNDUyODE3NzA1MSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1GU1JWWSknOwoJCSB9OwpkcGVkLnRyYW5zSUQgPSAiZGFybGFfcHJlZmV0Y2hfMTQ4MDY3MDk1MDM5Ml8xNTc0MDQ4MDY2XzMiOwoKCWZ1bmN0aW9uIGRwZXIoKSB7IAoJCmlmKHdpbmRvdy54enFfc3ZyKXh6cV9zdnIoJ2h0dHBzOi8vYmVhcC1iYy55YWhvby5jb20vJyk7CmlmKHdpbmRvdy54enFfcCl4enFfcCgneWk\/YnY9MS4wLjAmYnM9KDEzNmo5NGs2dihnaWQkRXNIT3F6WXpMaklDOGdKUVdEX0NFUVZmTVRFNExnQUFBQUNTQnZPbSxzdCQxNDgwNjcwOTUwMzkzNDYyLHNpJDQ0NjQwNTEsc3AkMTE5NzgwMDYyMSxwdiQxLHYkMi4wKSkmdD1KXzMtRF8zJyk7CmlmKHdpbmRvdy54enFfcyl4enFfcygpOwoKCgkoZnVuY3Rpb24oYyl7dmFyIGQ9Imh0dHBzOi8vIixhPWMmJmMuSlNPTixlPSJ5cGNkYiIsZz1kb2N1bWVudCxiO2Z1bmN0aW9uIGoobixxLHAsbyl7dmFyIG0scjt0cnl7bT1uZXcgRGF0ZSgpO20uc2V0VGltZShtLmdldFRpbWUoKStvKjEwMDApO2cuY29va2llPVtuLCI9IixlbmNvZGVVUklDb21wb25lbnQocSksIjsgZG9tYWluPSIscCwiOyBwYXRoPS87IG1heC1hZ2U9IixvLCI7IGV4cGlyZXM9IixtLnRvVVRDU3RyaW5nKCldLmpvaW4oIiIpfWNhdGNoKHIpe319ZnVuY3Rpb24gayhtKXtyZXR1cm4gZnVuY3Rpb24oKXtpKG0pfX1mdW5jdGlvbiBpKG4pe3ZhciBtLG87dHJ5e209bmV3IEltYWdlKCk7bS5vbmVycm9yPW0ub25sb2FkPWZ1bmN0aW9uKCl7bS5vbmVycm9yPW0ub25sb2FkPW51bGw7bT1udWxsfTttLnNyYz1ufWNhdGNoKG8pe319ZnVuY3Rpb24gZihvKXt2YXIgcD0iIixuLHMscixxO2lmKG8pe3RyeXtuPW8ubWF0Y2goL15odHRwcz86XC9cLyhbXlwvXD9dKikoeWFob29cLmNvbXx5aW1nXC5jb218ZmxpY2tyXC5jb218eWFob29cLm5ldHxyaXZhbHNcLmNvbSkoOlxkKyk\/KFtcL1w\/XXwkKS8pO2lmKG4mJm5bMl0pe3A9blsyXX1uPShuJiZuWzFdKXx8bnVsbDtzPW4\/bi5sZW5ndGgtMTotMTtyPW4mJnM+PTA\/bltzXTpudWxsO2lmKHImJnIhPSIuIiYmciE9Ii8iKXtwPSIifX1jYXRjaChxKXtwPSIifX1yZXR1cm4gcH1mdW5jdGlvbiBsKEIsbixxLG0scCl7dmFyIHUscyx0LEEscixGLHosRSxDLHksbyxELHgsdj0xMDAwLHc9djt0cnl7Yj1sb2NhdGlvbn1jYXRjaCh6KXtiPW51bGx9dHJ5e2lmKGEpe0M9YS5wYXJzZShwKX1lbHNle3k9bmV3IEZ1bmN0aW9uKCJyZXR1cm4gIitwKTtDPXkoKX19Y2F0Y2goeil7Qz1udWxsfWlmKHkpe3k9bnVsbH10cnl7cz1iLmhvc3RuYW1lO3Q9Yi5wcm90b2NvbDtpZih0KXt0Kz0iLy8ifX1jYXRjaCh6KXtzPXQ9IiJ9aWYoIXMpe3RyeXtBPWcuVVJMfHxiLmhyZWZ8fCIiO3I9QS5tYXRjaCgvXigoaHR0cFtzXT8pXDpbXC9dKyk\/KFteOlwvXHNdK3xbXDpcZGFiY2RlZlwuXSspL2kpO2lmKHImJnJbMV0mJnJbM10pe3Q9clsxXXx8IiI7cz1yWzNdfHwiIn19Y2F0Y2goeil7dD1zPSIifX1pZighc3x8IUN8fCF0fHwhcSl7cmV0dXJufUE9Zy5VUkx8fGIuaHJlZnx8IiI7RT1mKEEpO2lmKCFFfHxnLmNvb2tpZS5pbmRleE9mKCJ5cGNkYj0iK24pPi0xKXtyZXR1cm59aWYodD09PWQpe3E9bX11PTA7d2hpbGUoRj1xW3UrK10pe289Ri5sYXN0SW5kZXhPZigiPSIpO2lmKG8hPS0xKXtEPUYuc3Vic3RyKDErbyk7eD1DW0RdO2lmKHgpe3NldFRpbWVvdXQoayh0K0YreCksdyk7dys9dn19fXU9MDt3aGlsZShGPUJbdSsrXSl7c2V0VGltZW91dChrKHQrRiksdyk7dys9dn1zZXRUaW1lb3V0KGZ1bmN0aW9uKCl7aihlLG4sRSw4NjQwMCl9LHcpfWZ1bmN0aW9uIGgoKXtsKFsnYWRzLnlhaG9vLmNvbS9nZXQtdXNlci1pZD92ZXI9MiZzPTgwMDAwMDAwNSZ0eXBlPXJlZGlyZWN0JnRzPTE0ODA2NzA5NTAmc2lnPWU2YzVjZWNmMzlmOGExZGMnLCdhZHMueWFob28uY29tL2dldC11c2VyLWlkP3Zlcj0yJnM9ODAwMDAwMDA0JnR5cGU9cmVkaXJlY3QmdHM9MTQ4MDY3MDk1MCZzaWc9NjliODhhNDI3ZTgwOTgyNSddLCdlYjcwOTliNjE3ZWYzZDI0ODQ5YzViZWM2ZThhODI3OCcsWydjc3luYy5mbGlja3IuY29tL2NzeW5jP3Zlcj0yLjEnLCdjc3luYy55YWhvb2FwaXMuY29tL2NzeW5jP3Zlcj0yLjEnXSxbJ2NzeW5jLmZsaWNrci5jb20vY3N5bmM\/dmVyPTIuMScsJ2NzeW5jLnlhaG9vYXBpcy5jb20vY3N5bmM\/dmVyPTIuMSddLCd7IjIuMSI6IiZpZD0yMzM1MSZ2YWx1ZT0wNWZ0Mm4xcDNpdHR1JTI2byUzZDMlMjZmJTNkb2Ymb3B0b3V0PSZ0aW1lb3V0PTE0ODA2NzA5NTAmc2lnPTExZzluZ2VuYiJ9Jyl9aWYoYy5hZGRFdmVudExpc3RlbmVyKXtjLmFkZEV2ZW50TGlzdGVuZXIoImxvYWQiLGgsZmFsc2UpfWVsc2V7aWYoYy5hdHRhY2hFdmVudCl7Yy5hdHRhY2hFdmVudCgib25sb2FkIixoKX1lbHNle2Mub25sb2FkPWh9fX0pKHdpbmRvdyk7CgoKCQogfTsKZHBlci50cmFuc0lEID0iZGFybGFfcHJlZmV0Y2hfMTQ4MDY3MDk1MDM5Ml8xNTc0MDQ4MDY2XzMiOwoK"}}}</script>
+ <meta
+ itemprop="metadata/x-safeframe" content="eyJwb3NpdGlvbnMiOlt7ImlkIjoiTUFTVC05IiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJNQVNULTkiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiIzIiLCJtYXRjaElEIjoiIzIiLCJib29rSUQiOiItMSIsInNsb3RJRCI6IjUiLCJzZXJ2ZVR5cGUiOiItMSIsImVyciI6ImludmFsaWRfc3BhY2UiLCJoYXNFeHRlcm5hbCI6ZmFsc2UsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOi0xLCJmZGIiOiJ7IFxcXCJmZGJfdXJsXFxcIjogXFxcImh0dHA6XFxcXFwvXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXC9hZj9idj0xLjAuMCZicz0oMTVpcjQ1cjZiKGdpZCRqbVRWUURrNExqSEhiRnNIVTVqTWtnS2tNVEF1TndBQUFBQ2xqcGtLLHN0JDE0MDI1MzcyMzMwMjY5MjIsc3J2JDEsc2kkMTMzMDM1NTEsYWR2JDI1OTQxNDI5MDM2LGN0JDI1LGxpJDMyMzkyNTAwNTEsZXhwJDE0MDI1NDQ0MzMwMjY5MjIsY3IkNDE1NDk4NDU1MSxwYmlkJDI1MzcyNzI4MTMzLHYkMS4wKSkmYWw9KHR5cGUke3R5cGV9LGNtbnQke2NtbnR9LHN1Ym8ke3N1Ym99KSZyPTEwXFxcIiwgXFxcImZkYl9vblxcXCI6IFxcXCIxXFxcIiwgXFxcImZkYl9leHBcXFwiOiBcXFwiMTQwMjU0NDQzMzAyNlxcXCIsIFxcXCJmZGJfaW50bFxcXCI6IFxcXCJlbi11c1xcXCIgLCBcXFwiZFxcXCIgOiBcXFwiMVxcXCIgfSIsInNlcnZlVGltZSI6MTQ4MDY3MDk1MDM5MzQ2MiwiaW1wSUQiOiIiLCJjcmVhdGl2ZUlEIjotMSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9fX19LHsiaWQiOiJMRFJCLTkiLCJsb3dIVE1MIjoiIiwibWV0YSI6eyJ5Ijp7InBvcyI6IkxEUkItOSIsImJlaGF2aW9yIjoibm9uX2V4cCIsImFkSUQiOiIxMjM0NTY3IiwibWF0Y2hJRCI6Ijk5OTk5OS45OTk5OTkuOTk5OTk5Ljk5OTk5OSIsImJvb2tJRCI6IjIzMTU4NTU1NTEiLCJzbG90SUQiOiIyIiwic2VydmVUeXBlIjoiLTEiLCJlcnIiOmZhbHNlLCJoYXNFeHRlcm5hbCI6ZmFsc2UsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOiIzNTM2ODY4NTUxIiwiZmRiIjoieyBcXFwiZmRiX3VybFxcXCI6IFxcXCJodHRwczpcXFxcXFxcL1xcXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXFxcL2FmXFxcXFxcXC91cz9idj0xLjAuMCZicz0oMTYwZjZ2dDAyKGdpZCRFc0hPcXpZekxqSUM4Z0pRV0RfQ0VRVmZNVEU0TGdBQUFBQ1NCdk9tLHN0JDE0ODA2NzA5NTAzOTM0NjIsc3J2JDEsc2kkNDQ2NDA1MSxjdCQyNSxleHAkMTQ4MDY3ODE1MDM5MzQ2MixhZHYkMjY1MTM3NTM2MDgsbGkkMzUzNjcyODU1MSxjciQ0NTI4MDkwMDUxLHYkMS4wLHBiaWQkMjA0NTk5MzMyMjMsc2VpZCQyNjkzNTgwNTEpKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDgwNjc4MTUwMzkzXFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLVVTXFxcIiB9Iiwic2VydmVUaW1lIjoiMTQ4MDY3MDk1MDM5MzQ2MiIsImltcElEIjoiOFYzX3dtS0xjOHMtIiwiY3JlYXRpdmVJRCI6NDUyODA5MDA1MSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjoxLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9LCJzaXplIjoiNzI4eDkwIn19LCJjb25mIjp7InciOjcyOCwiaCI6OTB9fSx7ImlkIjoiTFJFQy05IiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJMUkVDLTkiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiOTc1NTU5MTA4MzA2ODM3OTA5MCIsIm1hdGNoSUQiOiI5OTk5OTkuOTk5OTk5Ljk5OTk5OS45OTk5OTkiLCJib29rSUQiOiIyMzE2NzE1MDUxIiwic2xvdElEIjoiMyIsInNlcnZlVHlwZSI6Ii0xIiwiZXJyIjpmYWxzZSwiaGFzRXh0ZXJuYWwiOnRydWUsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOiIzNTM3NjQ0MDUxIiwiZmRiIjoieyBcXFwiZmRiX3VybFxcXCI6IFxcXCJodHRwczpcXFxcXFxcL1xcXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXFxcL2FmXFxcXFxcXC91cz9idj0xLjAuMCZicz0oMTYwbW42M2E0KGdpZCRFc0hPcXpZekxqSUM4Z0pRV0RfQ0VRVmZNVEU0TGdBQUFBQ1NCdk9tLHN0JDE0ODA2NzA5NTAzOTM0NjIsc3J2JDEsc2kkNDQ2NDA1MSxjdCQyNSxleHAkMTQ4MDY3ODE1MDM5MzQ2MixhZHYkMjYxMDAzMzkzNDAsbGkkMzUzNzU2MzA1MSxjciQ0NTI4Nzk3MDUxLHYkMS4wLHBiaWQkMjA0NTk5MzMyMjMsc2VpZCQyNjkzNTgwNTEpKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDgwNjc4MTUwMzkzXFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLVVTXFxcIiB9Iiwic2VydmVUaW1lIjoiMTQ4MDY3MDk1MDM5MzQ2MiIsImltcElEIjoiaEdQX3dtS0xjOHMtIiwiY3JlYXRpdmVJRCI6NDUyODc5NzA1MSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjowLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9LCJzaXplIjoiMzAweDI1MCJ9fSwiY29uZiI6eyJ3IjozMDAsImgiOjI1MH19LHsiaWQiOiJMUkVDMi05IiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJMUkVDMi05IiwiYmVoYXZpb3IiOiJub25fZXhwIiwiYWRJRCI6IjEyMzQ1NjciLCJtYXRjaElEIjoiOTk5OTk5Ljk5OTk5OS45OTk5OTkuOTk5OTk5IiwiYm9va0lEIjoiMjMxNTg1MTA1MSIsInNsb3RJRCI6IjQiLCJzZXJ2ZVR5cGUiOiItMSIsImVyciI6ZmFsc2UsImhhc0V4dGVybmFsIjpmYWxzZSwic3VwcF91Z2MiOiIiLCJwbGFjZW1lbnRJRCI6IjM1MzY5MDQ1NTEiLCJmZGIiOiJ7IFxcXCJmZGJfdXJsXFxcIjogXFxcImh0dHBzOlxcXFxcXFwvXFxcXFxcXC9iZWFwLWJjLnlhaG9vLmNvbVxcXFxcXFwvYWZcXFxcXFxcL3VzP2J2PTEuMC4wJmJzPSgxNjBzZ2JuNjkoZ2lkJEVzSE9xell6TGpJQzhnSlFXRF9DRVFWZk1URTRMZ0FBQUFDU0J2T20sc3QkMTQ4MDY3MDk1MDM5MzQ2MixzcnYkMSxzaSQ0NDY0MDUxLGN0JDI1LGV4cCQxNDgwNjc4MTUwMzkzNDYyLGFkdiQyNjUxMzc1MzYwOCxsaSQzNTM2NzY0MDUxLGNyJDQ1MjgwNzU1NTEsdiQxLjAscGJpZCQyMDQ1OTkzMzIyMyxzZWlkJDI2OTM1ODA1MSkpJmFsPSh0eXBlJHt0eXBlfSxjbW50JHtjbW50fSxzdWJvJHtzdWJvfSkmcj0xMFxcXCIsIFxcXCJmZGJfb25cXFwiOiBcXFwiMVxcXCIsIFxcXCJmZGJfZXhwXFxcIjogXFxcIjE0ODA2NzgxNTAzOTNcXFwiLCBcXFwiZmRiX2ludGxcXFwiOiBcXFwiZW4tVVNcXFwiIH0iLCJzZXJ2ZVRpbWUiOiIxNDgwNjcwOTUwMzkzNDYyIiwiaW1wSUQiOiJGMm5fd21LTGM4cy0iLCJjcmVhdGl2ZUlEIjo0NTI4MDc1NTUxLCJhZGMiOiJ7XFxcImxhYmVsXFxcIjpcXFwiQWRDaG9pY2VzXFxcIixcXFwidXJsXFxcIjpcXFwiaHR0cHM6XFxcXFwvXFxcXFwvaW5mby55YWhvby5jb21cXFxcXC9wcml2YWN5XFxcXFwvdXNcXFxcXC95YWhvb1xcXFxcL3JlbGV2YW50YWRzLmh0bWxcXFwiLFxcXCJjbG9zZVxcXCI6XFxcIkNsb3NlXFxcIixcXFwiY2xvc2VBZFxcXCI6XFxcIkNsb3NlIEFkXFxcIixcXFwic2hvd0FkXFxcIjpcXFwiU2hvdyBhZFxcXCIsXFxcImNvbGxhcHNlXFxcIjpcXFwiQ29sbGFwc2VcXFwiLFxcXCJmZGJcXFwiOlxcXCJJIGRvbid0IGxpa2UgdGhpcyBhZFxcXCIsXFxcImNvZGVcXFwiOlxcXCJlbi11c1xcXCJ9IiwiaXMzcmQiOjEsImZhY1N0YXR1cyI6e30sInVzZXJQcm92aWRlZERhdGEiOnt9LCJzbG90RGF0YSI6e30sInNpemUiOiIzMDB4MjUwIn19LCJjb25mIjp7InciOjMwMCwiaCI6MjUwfX0seyJpZCI6IkZPT1QiLCJsb3dIVE1MIjoiIiwibWV0YSI6eyJ5Ijp7InBvcyI6IkZPT1QiLCJiZWhhdmlvciI6Im5vbl9leHAiLCJhZElEIjoiIzIiLCJtYXRjaElEIjoiIzIiLCJib29rSUQiOiItMSIsInNsb3RJRCI6IjAiLCJzZXJ2ZVR5cGUiOiItMSIsImVyciI6ImludmFsaWRfc3BhY2UiLCJoYXNFeHRlcm5hbCI6ZmFsc2UsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOi0xLCJmZGIiOiJ7IFxcXCJmZGJfdXJsXFxcIjogXFxcImh0dHA6XFxcXFwvXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXC9hZj9idj0xLjAuMCZicz0oMTVpcjQ1cjZiKGdpZCRqbVRWUURrNExqSEhiRnNIVTVqTWtnS2tNVEF1TndBQUFBQ2xqcGtLLHN0JDE0MDI1MzcyMzMwMjY5MjIsc3J2JDEsc2kkMTMzMDM1NTEsYWR2JDI1OTQxNDI5MDM2LGN0JDI1LGxpJDMyMzkyNTAwNTEsZXhwJDE0MDI1NDQ0MzMwMjY5MjIsY3IkNDE1NDk4NDU1MSxwYmlkJDI1MzcyNzI4MTMzLHYkMS4wKSkmYWw9KHR5cGUke3R5cGV9LGNtbnQke2NtbnR9LHN1Ym8ke3N1Ym99KSZyPTEwXFxcIiwgXFxcImZkYl9vblxcXCI6IFxcXCIxXFxcIiwgXFxcImZkYl9leHBcXFwiOiBcXFwiMTQwMjU0NDQzMzAyNlxcXCIsIFxcXCJmZGJfaW50bFxcXCI6IFxcXCJlbi11c1xcXCIgLCBcXFwiZFxcXCIgOiBcXFwiMVxcXCIgfSIsInNlcnZlVGltZSI6IjE0ODA2NzA5NTAzOTM0NjIiLCJpbXBJRCI6IiIsImNyZWF0aXZlSUQiOi0xLCJhZGMiOiJ7XFxcImxhYmVsXFxcIjpcXFwiQWRDaG9pY2VzXFxcIixcXFwidXJsXFxcIjpcXFwiaHR0cHM6XFxcXFwvXFxcXFwvaW5mby55YWhvby5jb21cXFxcXC9wcml2YWN5XFxcXFwvdXNcXFxcXC95YWhvb1xcXFxcL3JlbGV2YW50YWRzLmh0bWxcXFwiLFxcXCJjbG9zZVxcXCI6XFxcIkNsb3NlXFxcIixcXFwiY2xvc2VBZFxcXCI6XFxcIkNsb3NlIEFkXFxcIixcXFwic2hvd0FkXFxcIjpcXFwiU2hvdyBhZFxcXCIsXFxcImNvbGxhcHNlXFxcIjpcXFwiQ29sbGFwc2VcXFwiLFxcXCJmZGJcXFwiOlxcXCJJIGRvbid0IGxpa2UgdGhpcyBhZFxcXCIsXFxcImNvZGVcXFwiOlxcXCJlbi11c1xcXCJ9IiwiaXMzcmQiOjAsImZhY1N0YXR1cyI6e30sInVzZXJQcm92aWRlZERhdGEiOnt9LCJzbG90RGF0YSI6e319fX0seyJpZCI6IkZTUlZZIiwibG93SFRNTCI6IiIsIm1ldGEiOnsieSI6eyJwb3MiOiJGU1JWWSIsImJlaGF2aW9yIjoibm9uX2V4cCIsImFkSUQiOiI5NzUyNTE1ODg2NDg0NDQxODUwIiwibWF0Y2hJRCI6Ijk5OTk5OS45OTk5OTkuOTk5OTk5Ljk5OTk5OSIsImJvb2tJRCI6IjIzMTU5MzIwNTEiLCJzbG90SUQiOiIxIiwic2VydmVUeXBlIjoiLTEiLCJlcnIiOmZhbHNlLCJoYXNFeHRlcm5hbCI6ZmFsc2UsInN1cHBfdWdjIjoiIiwicGxhY2VtZW50SUQiOiIzNTM3MDA2NTUxIiwiZmRiIjoieyBcXFwiZmRiX3VybFxcXCI6IFxcXCJodHRwczpcXFxcXFxcL1xcXFxcXFwvYmVhcC1iYy55YWhvby5jb21cXFxcXFxcL2FmXFxcXFxcXC91cz9idj0xLjAuMCZicz0oMTYwOGpkbGpwKGdpZCRFc0hPcXpZekxqSUM4Z0pRV0RfQ0VRVmZNVEU0TGdBQUFBQ1NCdk9tLHN0JDE0ODA2NzA5NTAzOTM0NjIsc3J2JDEsc2kkNDQ2NDA1MSxjdCQyNSxleHAkMTQ4MDY3ODE1MDM5MzQ2MixhZHYkMjY1MTM3NTM2MDgsbGkkMzUzNjg2NzA1MSxjciQ0NTI4MTc3MDUxLHYkMS4wLHBiaWQkMjA0NTk5MzMyMjMsc2VpZCQyNjkzNTgwNTEpKSZhbD0odHlwZSR7dHlwZX0sY21udCR7Y21udH0sc3VibyR7c3Vib30pJnI9MTBcXFwiLCBcXFwiZmRiX29uXFxcIjogXFxcIjFcXFwiLCBcXFwiZmRiX2V4cFxcXCI6IFxcXCIxNDgwNjc4MTUwMzkzXFxcIiwgXFxcImZkYl9pbnRsXFxcIjogXFxcImVuLVVTXFxcIiB9Iiwic2VydmVUaW1lIjoiMTQ4MDY3MDk1MDM5MzQ2MiIsImltcElEIjoiWGxqX3dtS0xjOHMtIiwiY3JlYXRpdmVJRCI6NDUyODE3NzA1MSwiYWRjIjoie1xcXCJsYWJlbFxcXCI6XFxcIkFkQ2hvaWNlc1xcXCIsXFxcInVybFxcXCI6XFxcImh0dHBzOlxcXFxcL1xcXFxcL2luZm8ueWFob28uY29tXFxcXFwvcHJpdmFjeVxcXFxcL3VzXFxcXFwveWFob29cXFxcXC9yZWxldmFudGFkcy5odG1sXFxcIixcXFwiY2xvc2VcXFwiOlxcXCJDbG9zZVxcXCIsXFxcImNsb3NlQWRcXFwiOlxcXCJDbG9zZSBBZFxcXCIsXFxcInNob3dBZFxcXCI6XFxcIlNob3cgYWRcXFwiLFxcXCJjb2xsYXBzZVxcXCI6XFxcIkNvbGxhcHNlXFxcIixcXFwiZmRiXFxcIjpcXFwiSSBkb24ndCBsaWtlIHRoaXMgYWRcXFwiLFxcXCJjb2RlXFxcIjpcXFwiZW4tdXNcXFwifSIsImlzM3JkIjoxLCJmYWNTdGF0dXMiOnt9LCJ1c2VyUHJvdmlkZWREYXRhIjp7fSwic2xvdERhdGEiOnt9LCJzaXplIjoiMXgxIn19LCJjb25mIjp7InciOjEsImgiOjF9fV0sImNvbmYiOm51bGwsIm1ldGEiOnsieSI6eyJwb3NfbGlzdCI6WyJNQVNULTkiLCJMRFJCLTkiLCJMUkVDLTkiLCJMUkVDMi05IiwiRk9PVCIsIkZTUlZZIl0sInRyYW5zSUQiOiJkYXJsYV9wcmVmZXRjaF8xNDgwNjcwOTUwMzkyXzE1NzQwNDgwNjZfMyIsImsyX3VyaSI6IiIsImZhY19ydCI6IjM5NjAzIiwic3BhY2VJRCI6IjExOTc4MDA2MjEiLCJsb29rdXBUaW1lIjoxOTgsInByb2NUaW1lIjoyMDYsIm5wdiI6MCwicHZpZCI6IkVzSE9xell6TGpJQzhnSlFXRF9DRVFWZk1URTRMZ0FBQUFDU0J2T20iLCJzZXJ2ZVRpbWUiOiIxNDgwNjcwOTUwMzkzNDYyIiwiZXAiOnsic2l0ZS1hdHRyaWJ1dGUiOiJcInR5cGVcIj1cInBhZ2VcIiBjdHlwZT1cIm1pbmlob21lXCIgY2FuX3N1cHByZXNzX3VnYz1cIjFcIiBMUkVDMj1cIjMwMHgyNTAsMXgxXCIgTFJFQz1cIjMwMHgyNTAsMXgxXCIgRVNQT049XCIxMjB4MzBcIiBtZWdhbW9kYWw9dHJ1ZSBZLUJVQ0tFVD1cIm5ld3MtZC0xNjJcIiIsInRndCI6Il9ibGFuayIsInNlY3VyZSI6dHJ1ZSwicmVmIjoiaHR0cDpcL1wvdXMueWFob28uY29tXC9uZXdzXC8iLCJ1bHQiOnsicGciOnsicHJvcGVydHkiOiJmcF9lbi1VUyIsInRlc3QiOiJuZXdzLWQtMTYyIn19LCJjbHciOnsiTFJFQyI6eyJibG9ja2VkX2J5IjoiTU9OLTEifSwiTU9OLTEiOnsiYmxvY2tlZF9ieSI6IkxSRUMifSwiTUFTVCI6eyJibG9ja2VkX2J5IjoiU1BMLExEUkIifSwiTERSQiI6eyJibG9ja2VkX2J5IjoiTUFTVCxTUEwifSwiU1BMIjp7ImJsb2NrZWRfYnkiOiJNQVNULExEUkIifX0sImxhbmciOiJlbi1VUyIsImZpbHRlciI6Im5vX2V4cGFuZGFibGU7ZXhwX2lmcmFtZV9leHBhbmRhYmxlOyIsImRhcmxhSUQiOiJkYXJsYV9pbnN0YW5jZV8xNDgwNjcwOTUwMzkyXzE0ODQ2MDg2NTBfMiJ9LCJweW0iOnsiLiI6InYwLjAuOTs7LTsifSwiaG9zdCI6IiIsImZpbHRlcmVkIjpbXX19fQ==" />
+
+ <!-- gq1-sdarlaws-008.adx.gq1.yahoo.com Fri Dec 2 01:29:10 PST 2016 -->
+ <script type="text/javascript">
+ if (typeof DARLA !== "undefined" & amp; & amp; DARLA) {
+ DARLA.config(window.DARLA_CONFIG);
+ window.sf_host.onReady(true, true, 'MAST-9,LDRB-9,LREC-9', 3000);
+ }
+ </script>
+ </div>
+ <script>
+ (function(root) {
+ /* -- Data -- */
+ root.App || (root.App = {});
+ root.App.now = 1480670950223;
+ root.App.main = {
+ "context": {
+ "dispatcher": {
+ "stores": {
+ "PageStore": {
+ "currentPageName": "news",
+ "currentRenderTargetId": "mrt",
+ "pagesConfigRaw": {
+ "base": {
+ "news": {
+ "layout": {
+ "name": "TwoColumnLayout",
+ "config": {
+ "Side": {
+ "isSticky": true
+ },
+ "UH": {
+ "height": 96,
+ "slotHeight": 96
+ },
+ "enablePrefetchResource": true,
+ "fetchNewAttribution": true,
+ "preview_spaceids": [1197801663, 1197801672, 1197801664, 1197801665, 1197801666, 1197801667, 1197801668, 1197801669, 1197801670, 1197801671],
+ "enableSide": false,
+ "Col1": {
+ "fluidLayout": false,
+ "linkRenderTarget": "modal"
+ },
+ "Header": {
+ "height": 125,
+ "isFixed": true,
+ "navContainerClasses": "Bgc($bg-content)",
+ "uhContainerClasses": "Bgc($bg-content)"
+ },
+ "contentWrapperClasses": "Panel-postopen_D(n)",
+ "disableResponsiveGrid": false,
+ "enableHeaderCollapse": true,
+ "hanldeNavrailOnScroll": true,
+ "Col2": {
+ "linkRenderTarget": "modal"
+ }
+ },
+ "meta": {
+ "name": {
+ "msapplication-TileColor": "#6e329d",
+ "msapplication-TileImage": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fmit\u002Fmedia\u002Fp\u002Fpresentation\u002Fimages\u002Ficons\u002Fwin8-tile-1484740.png",
+ "referrer": "origin",
+ "theme-color": "#400090",
+ "twitter:dnt": "on",
+ "twitter:site": "@Yahoo",
+ "application-name": "Yahoo News - Latest News &amp; Headlines",
+ "twitter:card": "summary",
+ "keywords": "news, news headlines, daily news, current events, top headlines, breaking news, news photos, news video, full coverage, yahoo news, yahoo",
+ "apple-itunes-app": "app-id=304158842"
+ },
+ "property": {
+ "og:type": "website",
+ "fb:app_id": "90376669494",
+ "og:site_name": "Yahoo News",
+ "twitter:site": "@YahooNews"
+ }
+ },
+ "title": "Yahoo News - Latest News &amp; Headlines",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fmit\u002Fmedia\u002Fm\u002Fsocial\u002Fimages\u002Fsocial_default_logo-1481777.png",
+ "description": "The latest news and headlines from Yahoo! News. Get breaking news stories and in-depth coverage with videos and photos."
+ },
+ "enableSpinner": true,
+ "regions": {
+ "UH": [{
+ "bundleName": "tdv2-applet-uh",
+ "name": "Header",
+ "perfLabel": "UH",
+ "config": {
+ "uh": {
+ "actions": {
+ "loadNav": false
+ },
+ "featureSwitches": {
+ "navrailCollapse": true
+ },
+ "follow": {
+ "style": {
+ "button": {
+ "inline": {}
+ },
+ "followcount": {}
+ },
+ "data": {
+ "icon": {
+ "follow": {}
+ }
+ },
+ "count": {},
+ "prefetchContent": true,
+ "renderTarget": "modal"
+ },
+ "help": {
+ "data": {
+ "items": {
+ "help": {
+ "url": {
+ "pathname": "\u002Fl\u002Fus\u002Fyahoo\u002Fnews_global\u002F"
+ }
+ },
+ "suggestions": {
+ "url": {
+ "pathname": "\u002Fforums\u002F204992"
+ }
+ }
+ }
+ }
+ },
+ "logo": {
+ "style": {
+ "property": {},
+ "yahoo": {},
+ "container": {}
+ }
+ },
+ "mail": {
+ "data": {
+ "icon": {
+ "mail": {}
+ }
+ },
+ "style": {
+ "button": {},
+ "mailcount": {}
+ }
+ },
+ "placeHolder": {
+ "width": ""
+ },
+ "profile": {
+ "mode": "client"
+ },
+ "promotedNotification": {
+ "enabled": true,
+ "promoId": "20160606",
+ "timeToResurrect": 1814400
+ },
+ "search": {
+ "autocomplete": {
+ "gossip": {
+ "url": {
+ "query": {}
+ }
+ }
+ },
+ "instantSearch": false,
+ "icon": {},
+ "queries": {},
+ "style": {
+ "input": {},
+ "container": {},
+ "search_button": {}
+ },
+ "verticalSearchButtonText": "SEARCH_VERT_NEWS",
+ "verticalSearchAction": "https:\u002F\u002Fnews.search.yahoo.com\u002Fsearch",
+ "verticalSearchEnabled": false
+ },
+ "searchOrigin": {
+ "fr": "uh3_news_web_gs",
+ "vfr": "uh3_news_vert_gs",
+ "fr2": "p:news,m:{FRSOURCE}"
+ },
+ "style": {
+ "container": {
+ "wrapper_2": "Bdt(customBorderTop) MegaTheme Pt(12px) Pb(12px) Trstf(eo) Trsde(0s) Trsdu(0.13s) Trsp(a)"
+ }
+ },
+ "topbar": {
+ "style": {
+ "nav_main": {
+ "link": {}
+ }
+ },
+ "data": {
+ "homeSwitcher": {
+ "enabled": false
+ }
+ }
+ },
+ "ui": {
+ "back": false,
+ "help": false,
+ "mail": true,
+ "profile": true,
+ "search": true,
+ "share": false,
+ "skip_nav": true,
+ "profileNotifications": true,
+ "theme": "mega"
+ },
+ "useTopicTitle": false,
+ "backgroundColor": "Bgc(#fff)"
+ },
+ "mrt": {
+ "flush": false,
+ "cache": true,
+ "skipAlertOnChecksumMismatch": true,
+ "prioritize": false
+ }
+ },
+ "props": {
+ "key": "tgtm-UH-0-Header",
+ "id": "tgtm-UH-0-Header"
+ },
+ "isPageComposite": true
+ }],
+ "Overlay": [{
+ "bundleName": "tdv2-applet-mtfpopup",
+ "name": "MtfModal",
+ "props": {
+ "key": "tgtm-Overlay-0-MtfModal",
+ "id": "tgtm-Overlay-0-MtfModal"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-nagbar",
+ "name": "Nagbar",
+ "props": {
+ "key": "tgtm-Overlay-1-Nagbar",
+ "id": "tgtm-Overlay-1-Nagbar"
+ },
+ "isPageComposite": true
+ }],
+ "Hero": [],
+ "Lead": [{
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "MAST-9",
+ "style": {
+ "marginBottom": "10px",
+ "marginTop": "0px",
+ "marginLeft": "0px",
+ "marginRight": "0px",
+ "textAlign": "center",
+ "paddingBottom": "13px",
+ "paddingTop": "13px"
+ },
+ "key": "tgtm-Lead-0-Ad",
+ "id": "tgtm-Lead-0-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LDRB-9",
+ "style": {
+ "marginBottom": "10px",
+ "marginTop": "0px",
+ "marginLeft": "0px",
+ "marginRight": "0px",
+ "textAlign": "center",
+ "lineHeight": "0px",
+ "paddingBottom": "13px",
+ "paddingTop": "13px"
+ },
+ "key": "tgtm-Lead-1-Ad",
+ "id": "tgtm-Lead-1-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-featurebar",
+ "name": "FeatureBar",
+ "config": {
+ "site": "news",
+ "contentSite": "news"
+ },
+ "props": {
+ "key": "tgtm-Lead-2-FeatureBar",
+ "id": "tgtm-Lead-2-FeatureBar"
+ },
+ "isPageComposite": true
+ }],
+ "Side": [],
+ "Col1": [{
+ "bundleName": "tdv2-applet-stream",
+ "name": "Stream",
+ "id": "YDC-Stream",
+ "perfLabel": "Stream",
+ "config": {
+ "ads": {
+ "enableGeminiAdFeedback": true,
+ "frequency": 3,
+ "se": 4402687,
+ "start_index": 1,
+ "useResizedImages": true,
+ "contentType": "video\u002Fmp4,application\u002Fx-shockwave-flash",
+ "inline_video": true,
+ "videoBeaconDisabled": true,
+ "enableEndCard": true,
+ "type": "STRM,STRM_CONTENT,STRM_VIDEO"
+ },
+ "cache_ttl": 300,
+ "offnet": {
+ "use_preview": true,
+ "include_lcp": true
+ },
+ "persist_category": false,
+ "ui": {
+ "follow_content": true,
+ "inline_filters_max": 0,
+ "ntk_bypassA3c": true,
+ "related_enabled": true,
+ "smart_crop": true,
+ "tumblr_reblog": false,
+ "enable_canvass_comments": true,
+ "show_comments_drawer": false,
+ "comments": true,
+ "needtoknow_template": "carousel",
+ "show_comment_count": true,
+ "thumbnail_align": "left",
+ "share_buttons": {
+ "enable": true
+ },
+ "attribution_pos": "top",
+ "button_pos": "right",
+ "breaking_news": false,
+ "comments_count": 3,
+ "follow_cluster": true,
+ "follow_content_tooltip": true,
+ "image_classes": "W(26.5%) Maw(220px)",
+ "image_quality_override": true,
+ "related_count": 5,
+ "related_endpoint": "ga-hr.slingstone.yahoo.com@score\u002Fv9\u002Fnews\u002Fen-US\u002Funified\u002Frelated_content_increased_coverage",
+ "show_label": true,
+ "storyline_enabled": true,
+ "storyline_navparam_enabled": true,
+ "view": "mega",
+ "editorial_content_count": 19,
+ "prerender": {
+ "enabled": true,
+ "renderTargetId": "modal"
+ },
+ "roundup": true,
+ "featured_count": 1,
+ "tiles": {
+ "resizeImages": true
+ }
+ },
+ "use_mags_nydc": true,
+ "use_prefetch": true,
+ "min_count_error": true,
+ "components": {
+ "StreamHeroCarousel": {
+ "ui": {
+ "enable_canvass_comments": true,
+ "show_comments_drawer": false
+ }
+ }
+ },
+ "category": "YPROP:NEWS",
+ "use_content_site": true,
+ "store": {
+ "ls_delay": 1000
+ },
+ "linkRenderTarget": "modal",
+ "no_ss_pnr_ntk": false,
+ "pnr_package_enabled": true,
+ "ss_endpoint": "ga-hr.slingstone.yahoo.com@score\u002Fv9\u002Fnews\u002Fen-US\u002Funified\u002Fmega_news_ntk",
+ "batches": {
+ "size": 10
+ },
+ "headline_test_enabled": true,
+ "service": {
+ "specRetry": {
+ "enabled": true,
+ "triggerDelayPct": 50,
+ "throttleRate": 300
+ }
+ }
+ },
+ "critical": true,
+ "props": {
+ "key": "tgtm-YDC-Stream",
+ "id": "tgtm-YDC-Stream"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "FOOT",
+ "key": "tgtm-Col1-1-Ad",
+ "id": "tgtm-Col1-1-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "FSRVY",
+ "key": "tgtm-Col1-2-Ad",
+ "id": "tgtm-Col1-2-Ad"
+ },
+ "isPageComposite": true
+ }],
+ "Col2": [{
+ "bundleName": "tdv2-applet-followauthor",
+ "name": "FollowAuthor",
+ "props": {
+ "className": "Pos(r) Ov(h) Mb(20px)",
+ "linkAttributes": {
+ "navParams": {
+ "renderTarget": "modal"
+ }
+ },
+ "headline": "Yahoo News Exclusives",
+ "headlineClassName": "Fz(15px) Fw(b) Lh(27px) Mb(10px)",
+ "nameClassName": "Fz(12px) C(#188fff) Fw(b)",
+ "linkClassName": "Fz(12px) C(#020e65) Fw(b) Lh(14px)",
+ "providerClassName": "Fz(11px) C(#959595)",
+ "itemClassName": "Mb(20px) Mih(84px) Pos(r)",
+ "contentClassName": "D(ib) Va(t) Mstart(94px) Pos(a) T(40%) TranslateY(-50%)",
+ "key": "tgtm-Col2-0-FollowAuthor",
+ "id": "tgtm-Col2-0-FollowAuthor"
+ },
+ "config": {
+ "enableContentSite": false,
+ "site": "news",
+ "showProvider": false,
+ "category": ""
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "react-adblock-promo",
+ "name": "AdBlockPromo",
+ "props": {
+ "alt": "Yahoo Fantasy Basketball: Rule the Hardwood.",
+ "className": "Mb(40px)",
+ "enabled": true,
+ "href": "http:\u002F\u002Fyhoo.it\u002F2cnaeon",
+ "src": "https:\u002F\u002Fsp.yimg.com\u002Fj\u002Fassets\u002Fipt\u002FFB.jpg",
+ "key": "tgtm-Col2-1-AdBlockPromo",
+ "id": "tgtm-Col2-1-AdBlockPromo"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC-9",
+ "style": {
+ "marginBottom": "40px",
+ "height": "250px"
+ },
+ "key": "tgtm-Col2-2-Ad",
+ "id": "tgtm-Col2-2-Ad"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-canvass",
+ "name": "CanvassSummaryView",
+ "initMode": {
+ "deferRender": true,
+ "deferInitializeAction": true
+ },
+ "config": {
+ "isSummaryView": true,
+ "ui": {
+ "seeMore": false
+ },
+ "header": {
+ "imgUrl": "",
+ "logoImg": ""
+ },
+ "subHeader": {
+ "subHeaderStyle": "Fz(15px) Fw(b)"
+ }
+ },
+ "props": {
+ "id": "tgtm-Col2-3-CanvassSummaryView",
+ "context": "98f7218c-3d65-3754-ab79-5b98a6a1e4c3",
+ "messagesPerPage": 3,
+ "sortBy": "createdAt",
+ "type": "text",
+ "oauthConsumerKey": "frontpage.oauth.noncontent.canvass",
+ "oauthConsumerSecret": "frontpage.oauth.noncontent.canvass.secret",
+ "key": "tgtm-Col2-3-CanvassSummaryView"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "react-weather",
+ "name": "WeatherSimpleForecast",
+ "config": {
+ "dataExclude": ["forecasts.hourly", "photos", "observation", "precipitations", "sunAndMoon"],
+ "ui": {
+ "getFavoriteLocation": false
+ }
+ },
+ "props": {
+ "className": "Mb(40px)",
+ "key": "tgtm-Col2-4-WeatherSimpleForecast",
+ "id": "tgtm-Col2-4-WeatherSimpleForecast"
+ },
+ "initMode": {
+ "deferRender": true,
+ "deferInitializeAction": true
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "td-ads",
+ "name": "ComboAd",
+ "props": {
+ "adparseStyle": {
+ "marginBottom": "30px"
+ },
+ "children": [{
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC2-9"
+ }
+ }, {
+ "bundleName": "td-ads",
+ "name": "Ad",
+ "props": {
+ "pos": "LREC3-9"
+ }
+ }],
+ "className": "ads_wrapper",
+ "disableNuke": true,
+ "finishedStyle": {
+ "marginBottom": "40px"
+ },
+ "style": {
+ "height": "250px",
+ "marginBottom": "40px"
+ },
+ "key": "tgtm-Col2-5-ComboAd",
+ "id": "tgtm-Col2-5-ComboAd"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-channels",
+ "name": "Channels",
+ "config": {
+ "channels": {
+ "playlistAlias": "news",
+ "yvapid": "1138"
+ },
+ "container_classnames": "Mb(40px)"
+ },
+ "initMode": {
+ "deferInitializeAction": true,
+ "deferRender": true
+ },
+ "props": {
+ "dimensions": {
+ "site": "news"
+ },
+ "key": "tgtm-Col2-6-Channels",
+ "id": "tgtm-Col2-6-Channels"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-discussion",
+ "name": "DiscussionList",
+ "perfLabel": "DiscussionList",
+ "config": {
+ "linkRenderTarget": "modal",
+ "prerender": {
+ "enabled": true,
+ "renderTargetId": "modal"
+ },
+ "ads": {
+ "enableGeminiAd": true
+ },
+ "flyoutEnabled": true,
+ "sentimentCommentsEnabled": true,
+ "ui": {
+ "enable_canvass_comments": true
+ }
+ },
+ "initMode": {
+ "deferRender": true,
+ "deferInitializeAction": true
+ },
+ "props": {
+ "key": "tgtm-Col2-7-DiscussionList",
+ "id": "tgtm-Col2-7-DiscussionList"
+ },
+ "isPageComposite": true
+ }, {
+ "bundleName": "tdv2-applet-footer",
+ "name": "Footer",
+ "config": {
+ "links": ["help", "privacy", "suggestions", "about_our_ads", "terms"],
+ "wrapperClassName": "yvpDocked_Mt(260px)"
+ },
+ "props": {
+ "key": "tgtm-Col2-8-Footer",
+ "id": "tgtm-Col2-8-Footer"
+ },
+ "isPageComposite": true
+ }],
+ "Nav": [{
+ "bundleName": "tdv2-applet-navrail",
+ "name": "NavLite",
+ "perfLabel": "Navrail",
+ "config": {
+ "enabled": ["home", "magazines", "products", "about"],
+ "renderVersion": "rc5",
+ "linkMeta": {
+ "sports_myteams": {
+ "bundles": {
+ "props": {
+ "urlPrefix": "http:\u002F\u002Fsports.yahoo.com"
+ }
+ }
+ }
+ },
+ "ui": {
+ "darkTheme": false,
+ "navCache": true,
+ "remoteAdapter": true,
+ "bgColor": "Bgc($bg-content)!",
+ "dividerClasses": "H(0)!",
+ "highlightPropertyHome": true,
+ "hoverColor": "C(lightTheme):h",
+ "linkItemClasses": "Bgc(navliteLinkUnderline):h",
+ "makeSticky": false,
+ "navLinkClassesOnHover": "H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width)",
+ "navLinkNonHoverClasses": "C(navliteLinkNonHover) Bdbs(n)",
+ "offsetHack": "Pt(2px)",
+ "overrideColor": "C(lightTheme)",
+ "propertyHomeClasses": "H(42px) Bdw(0) Bdbs(s) Bxz(bb) Bdbc(navliteLinkUnderline):h Bdbw(4px):h Bdbs(s)!:h Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width)",
+ "selectColor": "C(lightTheme)! H(42px) Bdw(0) Bdbs(s) Bxz(bb) Bdbc(navliteLinkUnderline) Bdbw(4px) Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width)",
+ "subnavLinkClasses": "C(#fff):h"
+ },
+ "featureSwitches": {
+ "navrailCollapse": false,
+ "disableDivider": true,
+ "followButtons": true,
+ "navLogoAlign": false
+ },
+ "mrt": {
+ "flush": false,
+ "static": false
+ }
+ },
+ "props": {
+ "className": "",
+ "key": "tgtm-Nav-0-NavLite",
+ "id": "tgtm-Nav-0-NavLite"
+ },
+ "isPageComposite": true
+ }]
+ },
+ "title": "Yahoo",
+ "yvapid": "145",
+ "ads": {
+ "events": {
+ "adFetch": {
+ "ps": "MAST-9,LDRB-9,LREC-9,LREC2-9,FOOT,FSRVY",
+ "dynamic": true,
+ "sa": "\"type\"=\"page\" ctype=\"minihome\" can_suppress_ugc=\"1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\" megamodal=true",
+ "replace": {
+ "LREC2-9": "LREC3-9"
+ },
+ "viewportOnly": "MAST-9,LDRB-9,LREC-9,LREC2-9,LREC3-9",
+ "firstRender": "MAST-9,LDRB-9,LREC-9"
+ }
+ },
+ "deferRender": true
+ },
+ "i13n": {
+ "rapid": {
+ "keys": {
+ "pt": 2
+ }
+ }
+ },
+ "initializeAction": "initializePage",
+ "mrt": {
+ "enable": true
+ },
+ "linkRenderTarget": null,
+ "renderTargets": {
+ "content": "modal",
+ "intlMagazineContent": "modal",
+ "magcontent": "modal",
+ "magpreview": "modal"
+ },
+ "_context": {
+ "site": "news",
+ "pageType": "index",
+ "renderTarget": "default"
+ }
+ }
+ },
+ "headerOverride": {},
+ "queryOverride": {}
+ },
+ "compositeConfig": {
+ "account-switch-uh": {
+ "name": "account-switch-uh",
+ "components": [{
+ "bundleName": "tdv2-applet-account-switch",
+ "name": "AccountSwitch",
+ "config": {
+ "isEnabled": true,
+ "styles": {
+ "avatar": {},
+ "secondary_accounts": {}
+ }
+ },
+ "props": {
+ "key": "tgtm-account-switch-uh-0-AccountSwitch",
+ "id": "tgtm-account-switch-uh-0-AccountSwitch"
+ }
+ }]
+ },
+ "tgtm-Nav-0-NavLite-acct-switch": {
+ "name": "tgtm-Nav-0-NavLite-acct-switch",
+ "components": [{
+ "bundleName": "tdv2-applet-account-switch",
+ "name": "AccountSwitch",
+ "config": {
+ "isEnabled": true
+ },
+ "props": {
+ "key": "tgtm-Nav-0-NavLite-acct-switch-0-AccountSwitch",
+ "id": "tgtm-Nav-0-NavLite-acct-switch-0-AccountSwitch"
+ }
+ }]
+ }
+ },
+ "compositeStatus": {
+ "account-switch-uh": 1,
+ "tgtm-Nav-0-NavLite-acct-switch": 1
+ },
+ "pageData": {
+ "title": "Yahoo News - Latest News &amp; Headlines",
+ "meta": {
+ "name": {
+ "msapplication-TileColor": "#6e329d",
+ "msapplication-TileImage": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fmit\u002Fmedia\u002Fp\u002Fpresentation\u002Fimages\u002Ficons\u002Fwin8-tile-1484740.png",
+ "referrer": "origin",
+ "theme-color": "#400090",
+ "twitter:dnt": "on",
+ "twitter:site": "@Yahoo",
+ "application-name": "Yahoo News - Latest News &amp; Headlines",
+ "twitter:card": "summary",
+ "keywords": "news, news headlines, daily news, current events, top headlines, breaking news, news photos, news video, full coverage, yahoo news, yahoo",
+ "apple-itunes-app": "app-id=304158842"
+ },
+ "property": {
+ "og:type": "website",
+ "fb:app_id": "90376669494",
+ "og:site_name": "Yahoo News",
+ "twitter:site": "@YahooNews"
+ },
+ "httpEquiv": {
+ "x-dns-prefetch-control": "on"
+ }
+ },
+ "description": "The latest news and headlines from Yahoo! News. Get breaking news stories and in-depth coverage with videos and photos.",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fmit\u002Fmedia\u002Fm\u002Fsocial\u002Fimages\u002Fsocial_default_logo-1481777.png",
+ "links": [{
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fs.yimg.com"
+ }, {
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fgeo.query.yahoo.com"
+ }, {
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fcsc.beap.bc.yahoo.com"
+ }, {
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fbeap.gemini.yahoo.com"
+ }, {
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fyep.video.yahoo.com"
+ }, {
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fvideo-api.yql.yahoo.com"
+ }, {
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fyrtas.btrll.com"
+ }, {
+ "rel": "dns-prefetch",
+ "href": "\u002F\u002Fshim.btrll.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fs.yimg.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fgeo.query.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fcsc.beap.bc.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fbeap.gemini.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fyep.video.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fvideo-api.yql.yahoo.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fyrtas.btrll.com"
+ }, {
+ "rel": "preconnect",
+ "href": "\u002F\u002Fshim.btrll.com"
+ }, {
+ "rel": "icon",
+ "sizes": "any",
+ "href": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fmit\u002Fmedia\u002Fp\u002Fcommon\u002Fimages\u002Ffavicon_new-7483e38.svg"
+ }, {
+ "rel": "icon",
+ "type": "image\u002Fx-icon",
+ "href": "\u002Ffavicon.ico"
+ }, {
+ "rel": "canonical",
+ "href": "\u002F\u002Fus.yahoo.com\u002Fnews\u002F"
+ }]
+ },
+ "spaceid": null,
+ "status": {
+ "code": 200,
+ "redirect": null,
+ "responseBody": null,
+ "responseHTML": null
+ },
+ "appConfig": {
+ "timeouts": {
+ "page": 3000,
+ "xhr": 3000,
+ "navigate": 6000
+ },
+ "spaceid": 2023538075,
+ "renderTargets": [{
+ "classNames": "render-target-default Pos(a) W(100%) modal-open_Op(1)",
+ "id": "default"
+ }, {
+ "classNames": "render-target-modal O(n)!:f Bdtw(1px) D(n) H(a)! Mih(100%) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)",
+ "id": "modal",
+ "initialPageKey": ":content:modal"
+ }]
+ },
+ "routeConfig": {
+ "spaceid": 1197800621
+ },
+ "renderTargets": {
+ "default": {
+ "id": "default",
+ "guid": 0,
+ "classNames": "render-target-default Pos(a) W(100%) modal-open_Op(1)",
+ "owner": "app",
+ "elementId": "render-target-default",
+ "url": ""
+ },
+ "modal": {
+ "classNames": "render-target-modal O(n)!:f Bdtw(1px) D(n) H(a)! Mih(100%) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)",
+ "id": "modal",
+ "initialPageKey": ":content:modal",
+ "guid": 1,
+ "elementId": "render-target-modal",
+ "owner": "app",
+ "url": ""
+ },
+ "mrt": {
+ "id": "mrt",
+ "guid": "m",
+ "className": "",
+ "elementId": "render-target-mrt",
+ "owner": "mrt-app",
+ "url": "\u002Fnews\u002F",
+ "originalTargetId": "default"
+ }
+ },
+ "renderTargetsInited": true
+ },
+ "MRTStore": {
+ "mrtConfigRaw": {
+ "app": {},
+ "page": {
+ "enable": true
+ },
+ "route": {}
+ },
+ "staticComponents": []
+ },
+ "RouteStore": {
+ "currentUrl": "\u002Fnews\u002F",
+ "currentNavigate": {
+ "transactionId": 4621468729735524,
+ "url": "\u002Fnews\u002F",
+ "method": "GET",
+ "body": {},
+ "externalUrl": "https:\u002F\u002Fus.yahoo.com\u002Fnews\u002F"
+ },
+ "currentNavigateError": null,
+ "isNavigateComplete": true,
+ "routes": {
+ "home": {
+ "path": "\u002F",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "home",
+ "pageType": "home",
+ "renderTarget": "default",
+ "i13n": {
+ "serverPageview": {
+ "type": "pageView"
+ },
+ "rapid": {
+ "client_only": 0
+ },
+ "pt": 1
+ }
+ },
+ "appstate": {
+ "path": "\u002F_appstate",
+ "action": "loadConfigAndPage",
+ "i13n": {
+ "rapid": {
+ "pageview_on_init": false
+ }
+ },
+ "method": "get",
+ "page": "appstate"
+ },
+ "author": {
+ "path": "\u002Fauthor\u002F:author",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "author",
+ "pageType": "author",
+ "renderTarget": "default"
+ },
+ "category": {
+ "path": "\u002Fcategory\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentType": "YCT",
+ "method": "get",
+ "page": "topic",
+ "pageType": "topic",
+ "spaceid": 81121452
+ },
+ "perfHome": {
+ "path": "\u002Fperf\u002Fhome",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "perfHome",
+ "pageType": "perfhome"
+ },
+ "section": {
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "section",
+ "pageType": "section",
+ "renderTarget": "default",
+ "path": "\u002F:contentSite(news)\u002F:section(abc-news|dear-abby|odd|science|us|world)"
+ },
+ "topic": {
+ "path": "\u002Ftopic\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentType": "WIKIID",
+ "method": "get",
+ "page": "topic",
+ "pageType": "topic",
+ "renderTarget": "default",
+ "spaceid": 81121452
+ },
+ "mtfpopup": {
+ "path": "\u002Fmtfpopup",
+ "method": "get",
+ "page": "mtfpopup",
+ "action": "loadConfigAndPage",
+ "timeouts": {
+ "page": 10000,
+ "xhr": 10000
+ }
+ },
+ "blogpost": {
+ "path": "\u002F:contentSite(finance|games|gma|news|shopping|sports)\u002Fblogs\u002F:contentBlog\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "blogpost",
+ "pageType": "content"
+ },
+ "cavideo": {
+ "path": "\u002F:contentSite(finance|games|gma|news|shopping|sports)\u002Fvideo\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "cavideo",
+ "pageType": "content"
+ },
+ "preview": {
+ "path": "\u002F:contentSite(finance|games|gma|news|shopping|sports)(\u002Fm)?\u002F:uuid([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "method": "get",
+ "page": "content",
+ "pageType": "content"
+ },
+ "slideshow": {
+ "path": "\u002F:contentSite(finance|games|gma|news|shopping|sports)\u002F:type(photos|ss)\u002F:alias",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "slideshow",
+ "pageType": "content"
+ },
+ "slideshowPhoto": {
+ "path": "\u002F:contentSite(finance|games|gma|news|shopping|sports)\u002F:type(photos|ss)\u002F:alias\u002F:photoAlias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "slideshow",
+ "pageType": "content"
+ },
+ "story": {
+ "path": "\u002F:contentSite(finance|games|gma|news|shopping|sports)\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "content"
+ },
+ "magazinesSlideshowPhoto": {
+ "path": "\u002F:contentSite(finance|games|gma|news|shopping|sports)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "slideshow",
+ "pageType": "content"
+ },
+ "storyExtra": {
+ "path": "\u002F:contentSite(finance|games|gma|news|shopping|sports)\u002F:contentPath\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "content"
+ },
+ "everything": {
+ "path": "\u002F:contentSite(everything)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "everything",
+ "pageType": "index",
+ "spaceid": 97211971
+ },
+ "world": {
+ "path": "\u002F:contentSite(everything)\u002Fworld",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "world",
+ "pageType": "world",
+ "spaceid": 1197520774
+ },
+ "gma": {
+ "path": "\u002F:contentSite(gma)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "gma",
+ "pageType": "index",
+ "renderTarget": "default",
+ "spaceid": 2145905576
+ },
+ "showtimes": {
+ "path": "\u002F:contentSite(movies)\u002Fshowtimes",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "showtimes",
+ "pageType": "showtimes",
+ "spaceid": 1197756580
+ },
+ "news": {
+ "path": "\u002F:contentSite(news)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "news",
+ "pageType": "index",
+ "renderTarget": "default",
+ "spaceid": 1197800621
+ },
+ "eolStory": {
+ "path": "\u002F:section(politics|autos|realestate)\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentSite": "news",
+ "contentType": "story",
+ "pageType": "content"
+ },
+ "sectionpolitics": {
+ "path": "\u002F:contentSite(news)\u002F:section(politics|originals)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "magtag",
+ "pageType": "magtag",
+ "renderTarget": "default"
+ },
+ "sectionelections": {
+ "path": "\u002F:contentSite(news)\u002F:section(elections)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "elections",
+ "renderTarget": "default"
+ },
+ "sectiongovernor": {
+ "path": "\u002F:contentSite(news)\u002F:section(elections)\u002Fgovernor",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "governor",
+ "renderTarget": "default"
+ },
+ "sectionhouse": {
+ "path": "\u002F:contentSite(news)\u002F:section(elections)\u002Fhouse",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "house",
+ "renderTarget": "default"
+ },
+ "sectionsenate": {
+ "path": "\u002F:contentSite(news)\u002F:section(elections)\u002Fsenate",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "senate",
+ "renderTarget": "default"
+ },
+ "sectionTag": {
+ "path": "\u002F:contentSite(news)\u002Ftagged\u002F:tag",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "magName": "news",
+ "page": "magtag",
+ "pageType": "magtag",
+ "renderTarget": "default"
+ },
+ "vibe": {
+ "path": "\u002Fvibe\u002Fpost\u002F:alias",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "contentType": "vibe",
+ "contentSite": "vibe",
+ "page": "vibe",
+ "pageType": "content"
+ },
+ "finance": {
+ "path": "\u002F:contentSite(finance)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "finance",
+ "pageType": "index",
+ "renderTarget": "default",
+ "spaceid": 1183300002
+ },
+ "financeSection": {
+ "path": "\u002F:contentSite(finance)\u002F:section([^.\u002F]+)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "section",
+ "pageType": "section",
+ "renderTarget": "default"
+ },
+ "financeTag": {
+ "path": "\u002F:contentSite(finance)\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "magtag",
+ "pageType": "magtag",
+ "renderTarget": "default"
+ },
+ "cavideoScreen": {
+ "path": "\u002Fscreen\u002F:alias.html",
+ "method": "get",
+ "page": "content",
+ "action": "loadConfigAndPage",
+ "contentType": "cavideo",
+ "contentSite": "ivy",
+ "pageType": "content"
+ },
+ "sports": {
+ "path": "\u002F:contentSite(sports)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "sports",
+ "pageType": "index",
+ "spaceid": 25664825
+ },
+ "weatherIndex": {
+ "path": "\u002Fnews\u002Fweather",
+ "action": "loadConfigAndPage",
+ "contentSite": "weather",
+ "i13n": {
+ "rapid": {
+ "config": {
+ "keys": {
+ "pt": "weather"
+ }
+ }
+ }
+ },
+ "method": "get",
+ "page": "weather",
+ "pageType": "index",
+ "spaceid": 16335623
+ },
+ "weather": {
+ "path": "\u002Fnews\u002Fweather\u002F:country\u002F:state\u002F:city",
+ "method": "get",
+ "action": "loadConfigAndPage",
+ "contentSite": "weather",
+ "i13n": {
+ "rapid": {
+ "config": {
+ "keys": {
+ "pt": "weather"
+ }
+ }
+ }
+ },
+ "page": "weather",
+ "pageType": "index",
+ "spaceid": 20078731
+ },
+ "forecast": {
+ "path": "\u002Fnews\u002Fweather\u002Fforecast\u002F:woeid",
+ "method": "get",
+ "action": "loadConfigAndPage",
+ "contentSite": "weather",
+ "i13n": {
+ "rapid": {
+ "config": {
+ "keys": {
+ "pt": "weather"
+ }
+ }
+ }
+ },
+ "page": "weather",
+ "pageType": "index",
+ "spaceid": 20078731
+ },
+ "letssolveit": {
+ "path": "\u002Fletssolveit",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "letssolveitContent": {
+ "path": "\u002Fletssolveit\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "letssolveitContentPhoto": {
+ "path": "\u002Fletssolveit\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "letssolveitPost": {
+ "path": "\u002Fletssolveit\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "letssolveitPostPhoto": {
+ "path": "\u002Fletssolveit\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "letssolveitTag": {
+ "path": "\u002Fletssolveit\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "letssolveit",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Fletssolveit.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "kidstakeon": {
+ "path": "\u002Fkidstakeon",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "kidstakeonContent": {
+ "path": "\u002Fkidstakeon\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "kidstakeonContentPhoto": {
+ "path": "\u002Fkidstakeon\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "kidstakeonPost": {
+ "path": "\u002Fkidstakeon\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "kidstakeonPostPhoto": {
+ "path": "\u002Fkidstakeon\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "kidstakeonTag": {
+ "path": "\u002Fkidstakeon\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "kidstakeon",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Fkidstakeon.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "backstage": {
+ "path": "\u002Fbackstage",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "backstageContent": {
+ "path": "\u002Fbackstage\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "backstageContentPhoto": {
+ "path": "\u002Fbackstage\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "backstagePost": {
+ "path": "\u002Fbackstage\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "backstagePostPhoto": {
+ "path": "\u002Fbackstage\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "backstageTag": {
+ "path": "\u002Fbackstage\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "backstage",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Fbackstage.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "mrright": {
+ "path": "\u002Fmrright",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "mrrightContent": {
+ "path": "\u002Fmrright\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "mrrightContentPhoto": {
+ "path": "\u002Fmrright\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "mrrightPost": {
+ "path": "\u002Fmrright\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "mrrightPostPhoto": {
+ "path": "\u002Fmrright\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "mrrightTag": {
+ "path": "\u002Fmrright\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "mrright",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Fmr-right.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "livenationpresents": {
+ "path": "\u002Flivenationpresents",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazine",
+ "page": "intlMagazine"
+ },
+ "livenationpresentsContent": {
+ "path": "\u002Flivenationpresents\u002F:alias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "livenationpresentsContentPhoto": {
+ "path": "\u002Flivenationpresents\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "livenationpresentsPost": {
+ "path": "\u002Flivenationpresents\u002F:tumblr(post)\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "livenationpresentsPostPhoto": {
+ "path": "\u002Flivenationpresents\u002F:tumblr(post)\u002F:alias\u002Fphoto-:photoAlias.html",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineContent",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineContent"
+ },
+ "livenationpresentsTag": {
+ "path": "\u002Flivenationpresents\u002Ftagged\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentSite": "livenationpresents",
+ "method": "get",
+ "pageType": "intlMagazineTag",
+ "baseUrl": "https:\u002F\u002Flivenationpresents.yahoo.com",
+ "page": "intlMagazineTag",
+ "useYqlCTopic": false
+ },
+ "magazineHome": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)",
+ "method": "get",
+ "page": "maghome",
+ "action": "loadConfigAndPage",
+ "pageType": "maghome",
+ "renderTarget": "default"
+ },
+ "magazinePreview": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)(\u002Fm)?\u002F:uuid([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})\u002F:alias",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "method": "get",
+ "page": "magpreview",
+ "pageType": "magpreview"
+ },
+ "magazineSlideshow": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002F:type(photos|ss)\u002F:alias",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "pageType": "magcontent"
+ },
+ "magazineSlideshowPhoto": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002Fphotos\u002F:alias\u002F:photoAlias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "pageType": "magcontent"
+ },
+ "magazineVideo": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002F:type(v|video)\u002F:alias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "cavideo",
+ "pageType": "magcontent"
+ },
+ "magazineStory": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002F:alias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "magcontent"
+ },
+ "magazineStoryPhotos": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)(\u002Fss)?\u002F:alias\u002Fphoto-:photoAlias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "magcontent"
+ },
+ "magazineStoryExtra": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002F:contentPath\u002F:alias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "story",
+ "pageType": "magcontent"
+ },
+ "magazineBlogpost": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002Fblogs\u002F:contentBlog\u002F:alias.html",
+ "method": "get",
+ "page": "magcontent",
+ "action": "loadConfigAndPage",
+ "contentType": "blogpost",
+ "pageType": "magcontent"
+ },
+ "magazineTag": {
+ "path": "\u002F:contentSite(beauty|beautyTest|celebrity|celebrityTest|katiecouric|movies|music|style|tech|techTest|tv|hkstylemen|kidstakeon|mrright|saludbucal|saudebucal|hktravelnow|letssolveit|livenationpresents|backstage|techcast)\u002Ftagged\u002F:alias",
+ "method": "get",
+ "page": "magtag",
+ "action": "loadConfigAndPage",
+ "pageType": "magtag",
+ "renderTarget": "default",
+ "useYqlCTopic": true
+ },
+ "moviesTagmovie": {
+ "path": "\u002F:contentSite(movies)\u002Ffilm\u002F:alias",
+ "method": "get",
+ "page": "moviesTag",
+ "action": "loadConfigAndPage",
+ "pageType": "magtag",
+ "renderTarget": "default",
+ "tagType": "movie"
+ },
+ "moviesTagperson": {
+ "path": "\u002F:contentSite(movies)\u002Fperson\u002F:alias",
+ "method": "get",
+ "page": "moviesTag",
+ "action": "loadConfigAndPage",
+ "pageType": "magtag",
+ "renderTarget": "default",
+ "tagType": "person"
+ },
+ "tvTagperson": {
+ "path": "\u002F:contentSite(tv)\u002Fperson\u002F:alias",
+ "method": "get",
+ "page": "tvTag",
+ "action": "loadConfigAndPage",
+ "pageType": "magtag",
+ "renderTarget": "default",
+ "tagType": "person"
+ },
+ "horoscopes": {
+ "path": "\u002F:contentSite(style)\u002Fhoroscope\u002F:sign\u002F:frequency-:frequencyValue.html",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "horoscope",
+ "pageType": "horoscope",
+ "spaceid": 1197757569
+ },
+ "horoscopesHome": {
+ "path": "\u002F:contentSite(style)\u002Fhoroscope\u002F",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "horoscopes",
+ "pageType": "horoscopes",
+ "spaceid": 1197757568
+ }
+ }
+ },
+ "I13nStore": {
+ "appConfig": {
+ "base": {
+ "initComscore": true,
+ "initOmniture": false,
+ "initRapid": true,
+ "rapid": {
+ "keys": {
+ "ver": "y20",
+ "navtype": "server"
+ },
+ "compr_type": "deflate",
+ "tracked_mods_viewability": [],
+ "test_id": "",
+ "webworker_file": "\u002Flib\u002Fmetro\u002Fg\u002Fmyy\u002Frapidworker_1_2_0.0.2.js",
+ "client_only": 1,
+ "track_right_click": true,
+ "pageview_on_init": true,
+ "viewability": true,
+ "dwell_on": true
+ },
+ "rootModelData": {},
+ "navigationPageview": {
+ "enable": true
+ },
+ "serverPageview": {
+ "enable": true,
+ "type": "nonClassified"
+ }
+ }
+ },
+ "comscoreC7Keyword": "",
+ "currentUrl": "\u002Fnews\u002F",
+ "i13nConfig": {
+ "initComscore": true,
+ "initOmniture": false,
+ "initRapid": true,
+ "rapid": {
+ "keys": {
+ "ver": "y20",
+ "navtype": "server",
+ "pt": 2,
+ "layout": "y20stream",
+ "site": "news",
+ "ccode_st": "mega_news_ntk",
+ "mrkt": "us",
+ "lang": "en-US",
+ "colo": "gq1",
+ "_yrid": "1eprt2tc42fn6",
+ "_rid": "1eprt2tc42fn6"
+ },
+ "compr_type": "deflate",
+ "tracked_mods_viewability": [],
+ "test_id": "news-d-162",
+ "webworker_file": "\u002Flib\u002Fmetro\u002Fg\u002Fmyy\u002Frapidworker_1_2_0.0.2.js",
+ "client_only": 1,
+ "track_right_click": true,
+ "pageview_on_init": true,
+ "viewability": true,
+ "dwell_on": true,
+ "spaceid": 1197800621
+ },
+ "rootModelData": {},
+ "navigationPageview": {
+ "enable": true
+ },
+ "serverPageview": {
+ "enable": true,
+ "type": "nonClassified"
+ }
+ },
+ "pageConfig": {
+ "base": {
+ "rapid": {
+ "keys": {
+ "pt": 2
+ }
+ }
+ },
+ "headerOverride": null
+ },
+ "routeConfig": {},
+ "runtimeConfig": {
+ "rapid": {
+ "keys": {
+ "layout": "y20stream",
+ "site": "news",
+ "ccode_st": "mega_news_ntk"
+ }
+ }
+ }
+ },
+ "ClientStore": {
+ "currentRoute": {
+ "path": "\u002F:contentSite(news)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "news",
+ "pageType": "index",
+ "renderTarget": "default",
+ "spaceid": 1197800621,
+ "name": "news",
+ "url": "\u002Fnews\u002F",
+ "params": {
+ "contentSite": "news"
+ },
+ "navigate": {
+ "transactionId": 4621468729735524,
+ "url": "\u002Fnews\u002F",
+ "method": "GET",
+ "body": {},
+ "externalUrl": "https:\u002F\u002Fus.yahoo.com\u002Fnews\u002F"
+ },
+ "query": {}
+ }
+ },
+ "VideoPlayerStore": {
+ "_config": {
+ "docking": {
+ "enableOnScrollDown": true,
+ "enableOnScrollUp": false,
+ "fadeInAnimation": true,
+ "position": {
+ "left": "ref",
+ "right": 0,
+ "bottom": 55
+ },
+ "ref": ".modal-open .render-target-modal .modalRight, html:not(.modal-open) .render-target-active #YDC-Col2 #Aside",
+ "width": 300,
+ "height": 168.75,
+ "threshold": 60,
+ "enableOnMuted": true,
+ "showInfoCard": true
+ },
+ "enableRestoreOnNavigate": true,
+ "enableUndockOnNavigate": true,
+ "refreshDockingOnNavigate": true,
+ "totalInactivePlayers": 10,
+ "videoClickSrc": ["video-click", "startScreen"]
+ },
+ "_playerConfig": {}
+ },
+ "QuoteAutoCompleteStore": {
+ "clear": true
+ },
+ "PageTransitionStore": {
+ "_appConfig": {
+ "pageTransition": {
+ "enabled": true,
+ "enableHandlerCallback": true,
+ "pluginName": "modal-fade"
+ }
+ },
+ "_currentRoute": {
+ "path": "\u002F:contentSite(news)",
+ "action": "loadConfigAndPage",
+ "method": "get",
+ "page": "news",
+ "pageType": "index",
+ "renderTarget": "default",
+ "spaceid": 1197800621,
+ "name": "news",
+ "url": "\u002Fnews\u002F",
+ "params": {
+ "contentSite": "news"
+ },
+ "navigate": {
+ "transactionId": 4621468729735524,
+ "url": "\u002Fnews\u002F",
+ "method": "GET",
+ "body": {},
+ "externalUrl": "https:\u002F\u002Fus.yahoo.com\u002Fnews\u002F"
+ },
+ "query": {}
+ },
+ "_currentRenderTarget": {
+ "referrer": {
+ "route": {}
+ },
+ "id": "default",
+ "guid": 0,
+ "classNames": "render-target-default",
+ "owner": "app",
+ "elementId": "render-target-default",
+ "url": ""
+ },
+ "_renderTargets": {
+ "default": {
+ "referrer": {
+ "route": {}
+ },
+ "id": "default",
+ "guid": 0,
+ "classNames": "render-target-default",
+ "owner": "app",
+ "elementId": "render-target-default",
+ "url": ""
+ }
+ }
+ },
+ "FlyoutStore": {},
+ "NavrailStore": {
+ "showNavrail": false,
+ "navTitle": "news",
+ "navSections": "",
+ "currentUrl": "\u002Fnews\u002F",
+ "pageType": "index",
+ "navSectionsDisplayTitle": {},
+ "site": "news"
+ },
+ "AppConfigStore": {
+ "config": {
+ "clientEligible": {
+ "index": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather", "vibe"],
+ "content": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather", "vibe"],
+ "home": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather", "vibe"]
+ },
+ "enableVideoManager": false,
+ "pageTransition": {
+ "enabled": true,
+ "enableHandlerCallback": true,
+ "pluginName": "modal-fade"
+ },
+ "prefetch": {
+ "enableOnPageStoreChange": false,
+ "prerenderDelay": 1000,
+ "pageTypes": {
+ "content": ["index"],
+ "index": ["content"],
+ "intlMagazine": ["intlMagazineContent"],
+ "intlMagazineContent": ["intlMagazine"],
+ "magcontent": ["maghome", "magpreview"],
+ "magpreview": ["maghome", "magcontent"],
+ "maghome": ["magcontent", "magpreview"],
+ "magtag": ["magcontent", "magpreview"]
+ }
+ },
+ "timeouts": {
+ "page": 3000,
+ "xhr": 3000,
+ "navigate": 6000
+ },
+ "renderTargets": [{
+ "classNames": "render-target-default Pos(a) W(100%) modal-open_Op(1)",
+ "id": "default"
+ }, {
+ "classNames": "render-target-modal O(n)!:f Bdtw(1px) D(n) H(a)! Mih(100%) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)",
+ "id": "modal",
+ "initialPageKey": ":content:modal"
+ }],
+ "videoPlayer": {
+ "baseUrl": "https:\u002F\u002Fyep.video.yahoo.com\u002Fjs\u002F3\u002Fvideoplayer-min.js",
+ "device": "nextgen-desktop",
+ "docking": {
+ "enableOnScrollDown": true,
+ "enableOnScrollUp": false,
+ "fadeInAnimation": true,
+ "position": {
+ "left": "ref",
+ "right": 0,
+ "bottom": 55
+ },
+ "ref": ".modal-open .render-target-modal .modalRight, html:not(.modal-open) .render-target-active #YDC-Col2 #Aside",
+ "width": 300,
+ "height": 168.75,
+ "threshold": 60,
+ "enableOnMuted": true,
+ "showInfoCard": true
+ },
+ "enableRestoreOnNavigate": true,
+ "refreshDockingOnNavigate": true,
+ "version": null
+ }
+ }
+ },
+ "LangStore": {
+ "defaultBundle": "td-app-yahoo",
+ "baseLangs": {
+ "td-app-yahoo": {
+ "TITLE": "Articles",
+ "DEFAULT_TITLE": "Yahoo",
+ "REDIRECT_404_MSG": "Hmmm... the page you're looking for isn't here. Try searching above.",
+ "RSS_TITLE": "RSS feed for {page}",
+ "FOLLOW_MODULE_TITLE": "Follow {property}",
+ "FOLLOW_PROPERTY_TITLE_NEWS": "Yahoo News",
+ "FINANCE_UH_SEARCH_WEB": "Search for news, symbols or companies",
+ "VIDEO_TITLE": " [Video]"
+ },
+ "tdv2-applet-uh": {
+ "ABOUT_THIS_PAGE": "About this Page",
+ "ACCOUNT_INFO": "Account Info",
+ "ADVANCED_SEARCH": "Advanced Search",
+ "ADVERTISING_PROGRAMS": "Advertising Programs",
+ "ALL": "ALL",
+ "BACK": "Back",
+ "CANCEL": "Cancel",
+ "COMPOSE": "Compose",
+ "CORPMAIL": "Corp Mail",
+ "DEVELOPING_NOW": "Developing Now",
+ "FOLLOW": "Follow",
+ "FOLLOWABLE_STORYLINES": "Followable storylines",
+ "FOLLOWING": "Following",
+ "GO_TO_HELP": "Go",
+ "GO_TO_MAIL": "Go to Mail",
+ "HAVE_NO_NEW_MESSAGES": "You have no new messages.",
+ "HELP": "Help",
+ "HOME": "Home",
+ "LOADING": "Loading",
+ "MAIL": "Mail",
+ "MENU": "Menu",
+ "MORE": "More",
+ "NAV_HOME": "Home",
+ "NAV_MAIL": "Mail",
+ "NOTIFICATIONS": "Notifications",
+ "PREFERENCES": "Preferences",
+ "PROFILE": "Profile",
+ "PROPERTY_NAME_ANSWERS": "Answers",
+ "PROPERTY_NAME_AUTOS": "Autos",
+ "PROPERTY_NAME_BACKSTAGE": "Music",
+ "PROPERTY_NAME_BEAUTY": "Beauty",
+ "PROPERTY_NAME_CELEBRITY": "Celebrity",
+ "PROPERTY_NAME_CUBA": "In-Depth",
+ "PROPERTY_NAME_DAILYFANTASY": "Fantasy",
+ "PROPERTY_NAME_DECOR": "Decor",
+ "PROPERTY_NAME_ESPORTS": "Esports",
+ "PROPERTY_NAME_FANTASY": "Fantasy",
+ "PROPERTY_NAME_FINANCE": "Finance",
+ "PROPERTY_NAME_FLICKR": "Flickr",
+ "PROPERTY_NAME_FOOD": "Food",
+ "PROPERTY_NAME_GAMES": "Games",
+ "PROPERTY_NAME_GROUPS": "Groups",
+ "PROPERTY_NAME_HEALTH": "Health",
+ "PROPERTY_NAME_HOMES": "Homes",
+ "PROPERTY_NAME_HOROSCOPES": "Horoscopes",
+ "PROPERTY_NAME_KATIECOURIC": "News",
+ "PROPERTY_NAME_LIVENATIONPRESENTS": "Music",
+ "PROPERTY_NAME_MAIL": "Mail",
+ "PROPERTY_NAME_MAKERS": "Makers",
+ "PROPERTY_NAME_MOBILE": "Mobile",
+ "PROPERTY_NAME_MOVIES": "Movies",
+ "PROPERTY_NAME_MUSIC": "Music",
+ "PROPERTY_NAME_NEWS": "News",
+ "PROPERTY_NAME_OMG": "omg!",
+ "PROPERTY_NAME_PARENTING": "Parenting",
+ "PROPERTY_NAME_PEOPLE": "People",
+ "PROPERTY_NAME_POLITICS": "Politics",
+ "PROPERTY_NAME_POPEVISIT": "In-Depth",
+ "PROPERTY_NAME_REALESTATE": "Real Estate",
+ "PROPERTY_NAME_RISING": "Music",
+ "PROPERTY_NAME_SCREEN": "Screen",
+ "PROPERTY_NAME_SETTINGS": "Settings",
+ "PROPERTY_NAME_SHINE": "Shine",
+ "PROPERTY_NAME_SHOPPING": "Shopping",
+ "PROPERTY_NAME_SPORTS": "Sports",
+ "PROPERTY_NAME_STYLE": "Style",
+ "PROPERTY_NAME_TECH": "Tech",
+ "PROPERTY_NAME_TRAVEL": "Travel",
+ "PROPERTY_NAME_TV": "TV",
+ "PROPERTY_NAME_WEATHER": "Weather",
+ "SEARCH": "Search",
+ "SEARCH_EMPTY": " ",
+ "SEARCH_HISTORY": "Search History",
+ "SEARCH_VERT_NEWS": "Search News",
+ "SEARCH_WEB": "Search web",
+ "SETTINGS": "Settings",
+ "SHARE": "Share",
+ "SIGNIN": "Sign in",
+ "SIGNOUT": "Sign out",
+ "START_TYPING": "Start typing...",
+ "SUGGESTIONS": "Suggestions",
+ "TO_SAVE": "to save and get updates.",
+ "TO_VIEW_NOTIFICATIONS": "to view your notifications",
+ "UNABLE_TO_PREVIEW_MAIL": "We are unable to preview your mail.",
+ "UNFOLLOW": "Unfollow",
+ "WELCOME_BACK": "Welcome back",
+ "YAHOO": "Yahoo"
+ },
+ "tdv2-applet-mtfpopup": {
+ "YMSB_MTF_HEADER": "Email this",
+ "YMSB_MTF_FROM": "From",
+ "YMSB_MTF_LOADNG": "Loading",
+ "YMSB_MTF_TO": "To",
+ "YMSB_MTF_FB_CONTACT_IMPORT_MESG": "Don't see your Facebook contacts?",
+ "YMSB_MTF_FB_CONTACT_IMPORT": "Import them.",
+ "YMSB_MTF_SEND_ME": "Send me a copy of this email",
+ "YMSB_MTF_PMESG_PRETEXT": "Write a message, maximum 300 characters",
+ "YMSB_MTF_SEND_BTN": "Send",
+ "YMSB_MTF_CANCEL_BTN": "Cancel",
+ "YMSB_MTF_CLOSE": "Close",
+ "YMSB_MTF_SUCCESS_LABEL": "Thank You!",
+ "YMSB_MTF_SUCCESS": "Your email was sent to",
+ "YMSB_MTF_SEND_ERROR": "Error occurs, please try again later.",
+ "YMSB_MTF_ERROR_REMAIL": "Please enter valid email addresses, separated by commas.",
+ "YMSB_MTF_ERROR_REMAIL_MAX": "Maximum {num} receiver email limit exceeded.",
+ "YMSB_MTF_ERROR_SEMAIL": "Please enter a valid email address.",
+ "YMSB_MTF_ERROR_PMESG": "Please enter a message.",
+ "YMSB_MTF_INVALID_EMAIL": "Email is not valid.",
+ "YMSB_MTF_EMAIL_TEMPLATE_FOOTER_POLICY": "This email was sent to you at the request of one of our users. To learn more about Yahoo's use of personal information, including the use of \u003Ca href=\"{beaconUrl}\" target=\"_blank\"\u003E\u003Cspan style=\"color:#400090;\"\u003Eweb beacons\u003C\u002Fspan\u003E\u003C\u002Fa\u003E in HTML-based email, please read our \u003Ca href=\"{privUrl}\" target=\"_blank\"\u003E\u003Cspan style=\"color:#400090;\"\u003EPrivacy Policy\u003C\u002Fspan\u003E\u003C\u002Fa\u003E.",
+ "YMSB_MTF_EMAIL_TEMPLATE_FOOTER_ADDRESS": "Yahoo is located at 701 First Avenue, Sunnyvale, CA 94089."
+ },
+ "tdv2-applet-nagbar": {
+ "UH20_EPRIVACY_TEXT": "By using Yahoo you agree we and our {thirdPartiesLink}partners{linkEnd} may set cookies for purposes such as customizing content and advertising. See our {cookieLink}Privacy Policy{linkEnd} to learn more"
+ },
+ "td-ads": {},
+ "tdv2-applet-featurebar": {},
+ "tdv2-applet-stream": {
+ "ADFB_DONE": "Done",
+ "ADFB_FDB1": "It's offensive to me",
+ "ADFB_FDB2": "I keep seeing this",
+ "ADFB_FDB3": "It's not relevant to me",
+ "ADFB_FDB4": "Something else",
+ "ADFB_HEADING": "Why don't you like this ad?",
+ "ADFB_REVIEW": "We'll review and make changes needed.",
+ "ADFB_THANKYOU": "Thank you for your feedback",
+ "ADFB_TOOLTIP": "I don't like this ad",
+ "ADFB_UNDO": "Undo",
+ "ADFB_CLOSE": "Close",
+ "LEARN_MORE": "Learn More",
+ "EDITORS_PICK": "Editor's Pick",
+ "FEATURED": "Featured",
+ "HIDE_SOURCES": "Hide Sources",
+ "HIDE_STORIES": "Hide Stories",
+ "SHARE_MENU": "Share Menu",
+ "SHOW_SOURCES": "More Sources",
+ "SHOW_STORIES": "More Stories",
+ "THE_ROUNDUP": "Need To Know",
+ "YOU_MIGHT_ALSO_LIKE": "You might also like",
+ "FOLLOW": "Follow",
+ "FOLLOWING": "Following",
+ "LIKE_THIS_TOPIC": "Like this topic",
+ "SIGN_IN_TO_LIKE": "Sign in to like",
+ "UNFOLLOW": "Unfollow",
+ "UNDO": "Undo",
+ "STREAM_CATEGORY_AUTOS": "Autos",
+ "STREAM_CATEGORY_BUSINESS": "Business",
+ "STREAM_CATEGORY_BEAUTY": "Beauty",
+ "STREAM_CATEGORY_CELEBRITY": "Celebrity",
+ "STREAM_CATEGORY_DIY": "DIY",
+ "STREAM_CATEGORY_ENTERTAINMENT": "Entertainment",
+ "STREAM_CATEGORY_FINANCE": "Finance",
+ "STREAM_CATEGORY_FOOD": "Food",
+ "STREAM_CATEGORY_GAMES": "Games",
+ "STREAM_CATEGORY_GMA": "News",
+ "STREAM_CATEGORY_HEALTH": "Health",
+ "STREAM_CATEGORY_HOMES": "Homes",
+ "STREAM_CATEGORY_IVY": "Screen",
+ "STREAM_CATEGORY_LIFESTYLE": "Lifestyle",
+ "STREAM_CATEGORY_MAKERS": "Projects",
+ "STREAM_CATEGORY_MOVIES": "Movies",
+ "STREAM_CATEGORY_MUSIC": "Music",
+ "STREAM_CATEGORY_NEWS": "News",
+ "STREAM_CATEGORY_OMG": "Celebrity",
+ "STREAM_CATEGORY_POLITICS": "Politics",
+ "STREAM_CATEGORY_SCIENCE": "Science",
+ "STREAM_CATEGORY_SHOPPING": "Shopping",
+ "STREAM_CATEGORY_SPORTS": "Sports",
+ "STREAM_CATEGORY_STYLE": "Style",
+ "STREAM_CATEGORY_TECH": "Tech",
+ "STREAM_CATEGORY_TECHNOLOGY": "Technology",
+ "STREAM_CATEGORY_TRAVEL": "Travel",
+ "STREAM_CATEGORY_TRENDING": "Trending",
+ "STREAM_CATEGORY_TV": "TV",
+ "STREAM_CATEGORY_US": "US",
+ "STREAM_CATEGORY_WORLD": "World",
+ "APPLET_COMMENT_ARIA_VIEW_COMMENTS": "Comments. Click to view comments",
+ "APPLET_COMMENT_COMMENTS": "Comments",
+ "APPLET_COMMENT_START_CONVERSATION": "Start the conversation",
+ "REBLOG_ON_TUMBLR": "Reblog on Tumblr",
+ "FACEBOOK": "Facebook",
+ "EMAIL": "Email",
+ "SEND": "Send",
+ "PINTEREST": "Pinterest",
+ "TUMBLR": "Tumblr",
+ "TWITTER": "Twitter",
+ "WHATSAPP": "Whatsapp",
+ "CLOSE": "Close",
+ "CONTENT_ERROR": "{hasItems, select, true {We're sorry this is all we were able to find about this topic.} false {We're sorry we weren't able to find anything about this topic.}}",
+ "JOIN_THE_CONVERSATION": "Join the Conversation",
+ "MORE": "More",
+ "MORE_ON": "More on {category}",
+ "SIDEKICK_TITLE": "What to Read Next",
+ "SPONSORED": "Sponsored"
+ },
+ "tdv2-applet-followauthor": {},
+ "tdv2-applet-canvass": {
+ "CANVASS_CONVERSATIONS": "Conversations",
+ "CANVASS_SUBHEADER_TITLE": "What people are saying...",
+ "CANVASS_FOOTER_TITLE": "Join the Conversation",
+ "CANVASS_ATTRIBUTION": "By {author} on {source}",
+ "CANVASS_HEADING_WITH_ONE_MESSAGE": "1 reaction",
+ "CANVASS_HEADING_WITH_MORE_THAN_ONE_MESSAGE": "{count} reactions",
+ "CANVASS_HEADING_WITH_ONE_MESSAGE_WITH_TITLE": "1 reaction on {title}",
+ "CANVASS_HEADING_WITH_MORE_THAN_ONE_MESSAGE_WITH_TITLE": "{count} reactions on {title}",
+ "CANVASS_ON": "on",
+ "CANVASS_COMMENTS": "reactions",
+ "CANVASS_COMMENT": "reaction",
+ "CANVASS_MY_COMMENTS": "My Reactions",
+ "CANVASS_SEE_USERS_HISTORY": "See reaction history for {user}",
+ "CANVASS_SEE_MY_HISTORY": "See my reaction history",
+ "CANVASS_NO_USER_COMMENTS": "No reactions from the user.",
+ "CANVASS_BE_THE_FIRST": "Start the conversation",
+ "CANVASS_VIEW_COMMENTS": "View Reactions ({count})",
+ "CANVASS_POSTED_IN": "Posted in \u003Cspan class='Fw(600) C(#26282a)'\u003E{displayText}\u003Cspan\u003E",
+ "CANVASS_SHOW_NEW_COMMENTS": "New Reactions",
+ "CANVASS_SHOW_MORE_COMMENTS": "View more",
+ "CANVASS_SHOW_PREVIOUS_COMMENTS": "View Previous Replies",
+ "CANVASS_LOADING_MORE_COMMENTS": "Loading...",
+ "CANVASS_LOADING_GIFS": "Loading GIFs...",
+ "CANVASS_NO_GIFS_FOUND": "Sorry, we couldn't find any GIFs",
+ "CANVASS_SHOW_REPLIES": "Show Replies ({count})",
+ "CANVASS_HIDE_REPLIES": "Hide Replies",
+ "CANVASS_COMMENT_GUIDELINES": "Reactions Guidelines",
+ "CANVASS_POST_COMMENT": "Share your reaction",
+ "CANVASS_POST_COMMENT_LONG": "Share your reaction with #tags, links &amp; more!",
+ "CANVASS_POST_COMMENT_SMARTPHONE_LONG": "Post with #tags, links &amp; more!",
+ "CANVASS_FILE_SIZE_EXCEEDED": "You can only upload files upto 10mb ",
+ "CANVASS_FILE_EXTENSION_NOT_SUPPORTED": "You can upload only image files",
+ "CANVASS_NETWORK_ERROR": "Temporary Network Error. Please try again later.",
+ "CANVASS_POST_REPLY": "Leave a reply",
+ "CANVASS_SEARCH_GIF": "Search...",
+ "CANVASS_SHOW_GIFS": "Show gifs",
+ "CANVASS_SEARCH_GIFS": "Search gifs",
+ "CANVASS_POST": "Post",
+ "CANVASS_DONE": "Done",
+ "CANVASS_MISSING_COMMENT": "You forgot to enter a reaction.",
+ "CANVASS_MISSING_REPLY": "You forgot to enter a reply.",
+ "CANVASS_CANCEL": "Cancel",
+ "CANVASS_REPORT_ABUSE": "Report Abuse",
+ "CANVASS_FLAG_MESSAGE": "Report Abuse",
+ "CANVASS_MUTE_MESSAGE": "Mute {user}",
+ "CANVASS_FLAG_REASON_INAPPROPRIATE_POST": "Inappropriate post",
+ "CANVASS_FLAG_REASON_DOES_NOT_BELONG_HERE": "Does not belong here",
+ "CANVASS_FLAG_REASON_SPAM": "Looks like spam",
+ "CANVASS_FLAG_REASON_COPYRIGHT_VIOLATION": "Copyright violation",
+ "CANVASS_FLAG_REASON_ELSE": "Something else",
+ "CANVASS_FLAGGED_MESSAGE": "Done! This post has been flagged. Thank you for reporting.",
+ "CANVASS_MUTED_MESSAGE": "Done! You won't see this user's reactions again.",
+ "CANVASS_REPORTED_ABUSE": "Reported Abuse",
+ "CANVASS_REPORT_LABEL": "Why didn't you like this reaction?",
+ "CANVASS_REPORT_REASON": "Please let us know why...",
+ "CANVASS_REPORT": "Report",
+ "CANVASS_DELETE_LABEL": "Are you sure?",
+ "CANVASS_DELETE": "Delete",
+ "CANVASS_DELETE_MESSAGE": "Delete your post",
+ "CANVASS_DELETED_MESSAGE": "Done! Your post has been deleted.",
+ "CANVASS_PLEASE_SIGN_IN": "Please sign in.",
+ "CANVASS_SIGN_IN_POST_COMMENT": "Sign in to post a message.",
+ "CANVASS_SIGN_IN_POST_REPLY": "Sign in to post a reply.",
+ "CANVASS_SORT_LATEST": "Recent Reactions",
+ "CANVASS_SORT_OLDEST": "Oldest Reactions",
+ "CANVASS_SORT_MOST_REPLIED": "Most Discussed",
+ "CANVASS_SORT_HIGHEST_RATED": "Top Reactions",
+ "CANVASS_SORT_NEWEST": "Newest Reactions",
+ "CANVASS_REPLY": "Reply",
+ "CANVASS_REPLIES": "Replies",
+ "CANVASS_ANONYMOUS": "Anonymous",
+ "CANVASS_AVATAR": "Avatar",
+ "CANVASS_EDITOR_LABEL": "Editor",
+ "CANVASS_PROMOTED_COMMENTS": "We will promote constructive and witty reactions to the top, so everyone sees them!",
+ "CANVASS_KEEP_READING": "Keep reading",
+ "CANVASS_RELATED_TAGS_FILTER_MESSAGE": "Select #tags to filter the conversation",
+ "CANVASS_RELATED_TAGS_CURRENTELY_NO_TAGS_TO_FILTER_MESSAGE": "Currently, no #tags to filter. You can add #tags in your reaction to start a conversation on the topic.",
+ "CANVASS_RELATED_TAGS_NO_MORE_TAGS_TO_FILTER_MESSAGE": "No more #tags to filter.",
+ "CANVASS_RELATED_TAGS_APPLY_MESSAGE": "Select 'Apply' below or remove #tags above.",
+ "CANVASS_APPLY": "Apply",
+ "CANVASS_SELECTED_TAGS": "Selected #tags",
+ "CANVASS_SENTIMENTS_NEGATIVE": "Conversations around this lean \u003Cspan class='{className}'\u003Enegative\u003C\u002Fspan\u003E",
+ "CANVASS_SENTIMENTS_NEUTRAL": "Conversations around this are mostly \u003Cspan class='{className}'\u003Eneutral\u003C\u002Fspan\u003E",
+ "CANVASS_SENTIMENTS_POSITIVE": "Conversations around this lean \u003Cspan class='{className}'\u003Epositive\u003C\u002Fspan\u003E",
+ "CANVASS_SEE_MORE": "See More",
+ "CANVASS_SEE_LESS": "See Less",
+ "CANVASS_REACT": "React",
+ "CANVASS_REACTION_ANGRY": "Angry",
+ "CANVASS_REACTION_ARROW_DOWN": "Down",
+ "CANVASS_REACTION_ARROW_UP": "Up",
+ "CANVASS_REACTION_HAPPY": "Happy",
+ "CANVASS_REACTION_HEART": "Love",
+ "CANVASS_REACTION_LAUGH": "Haha",
+ "CANVASS_REACTION_THUMB_DOWN": "Thumbs Down",
+ "CANVASS_REACTION_THUMB_UP": "Thumbs Up",
+ "CANVASS_REACTION_UP": "Like",
+ "CANVASS_REACTION_WOW": "Wow",
+ "CANVASS_MESSAGE_BOARD_TITLE": "{displayText} Message Board",
+ "CANVASS_MESSAGE_BOARD_TOPIC": "Topic",
+ "CANVASS_MESSAGE_BOARD_NEW_TOPIC": "New Topic",
+ "CANVASS_MESSAGE_BOARD_TOPIC_TITLE": "Topic Title",
+ "CANVASS_MESSAGE_BOARD_MISSING_TOPIC": "You forgot to enter a topic.",
+ "CANVASS_MESSAGE_BOARD_LAST_ACTIVITY": "Last Activity",
+ "CANVASS_MESSAGE_BOARD_RETURN_TO_TOPIC_LIST": "Return to Topic list",
+ "CANVASS_MESSAGE_BOARD_ATTRIBUTION": "by {author}"
+ },
+ "react-weather": {
+ "CURRENT_LOCATION": "Current location",
+ "HIGH": "High",
+ "LOW": "Low",
+ "TODAY": "Today",
+ "TONIGHT": "Tonight",
+ "TOMORROW": "Tomorrow",
+ "SUNDAY": "Sunday",
+ "MONDAY": "Monday",
+ "TUESDAY": "Tuesday",
+ "WEDNESDAY": "Wednesday",
+ "THURSDAY": "Thursday",
+ "FRIDAY": "Friday",
+ "SATURDAY": "Saturday",
+ "ABBR_SUNDAY": "Sun",
+ "ABBR_MONDAY": "Mon",
+ "ABBR_TUESDAY": "Tue",
+ "ABBR_WEDNESDAY": "Wed",
+ "ABBR_THURSDAY": "Thu",
+ "ABBR_FRIDAY": "Fri",
+ "ABBR_SATURDAY": "Sat",
+ "BLOWING_SNOW": "Blowing Snow",
+ "BLUSTERY": "Blustery",
+ "CLEAR": "Clear",
+ "CLOUDY": "Cloudy",
+ "COLD": "Cold",
+ "DRIZZLE": "Drizzle",
+ "DUST": "Dust",
+ "FAIR": "Fair",
+ "FREEZING_DRIZZLE": "Freezing Drizzle",
+ "FREEZING_RAIN": "Freezing Rain",
+ "FOGGY": "Foggy",
+ "FORECAST": "Forecast",
+ "WEATHER_VIDEOS": "Weather Videos",
+ "FULL_FORECAST": "Full forecast",
+ "HAIL": "Hail",
+ "HAZE": "Haze",
+ "HEAVY_SNOW": "Heavy Snow",
+ "HOT": "Hot",
+ "HURRICANE": "Hurricane",
+ "ISOLATED_THUNDERSHOWERS": "Isolated Thundershowers",
+ "ISOLATED_THUNDERSTORMS": "Isolated Thunderstorms",
+ "LIGHT_SNOW_SHOWERS": "Light Snow Showers",
+ "MIXED_RAIN_AND_HAIL": "Mixed Rain and Hail",
+ "MIXED_RAIN_AND_SLEET": "Mixed Rain and Sleet",
+ "MIXED_RAIN_AND_SNOW": "Mixed Rain and Snow",
+ "MIXED_SNOW_AND_SLEET": "Mixed Snow and Sleet",
+ "MOSTLY_CLOUDY": "Mostly Cloudy",
+ "PARTLY_CLOUDY": "Partly Cloudy",
+ "SCATTERED_SHOWERS": "Scattered Showers",
+ "SCATTERED_SNOW_SHOWERS": "Scattered Snow Showers",
+ "SCATTERED_THUNDERSTORMS": " Scattered Thunderstorms",
+ "SEARCH_CITY": "Kindly search your city",
+ "SEVERE_THUNDERSTORMS": "Severe Thunderstorms",
+ "SHOWERS": "Showers",
+ "SLEET": "Sleet",
+ "SMOKY": "Smoky",
+ "SNOW": "Snow",
+ "SNOW_FLURRIES": "Snow Flurries",
+ "SNOW_SHOWERS": "Snow Showers",
+ "SUNNY": "Sunny",
+ "THUNDERSHOWERS": "Thundershowers",
+ "THUNDERSTORMS": "Thunderstorms",
+ "TORNADO": "Tornado",
+ "TROPICAL_STORM": "Tropical Storm",
+ "WINDY": "Windy",
+ "FIVE_DAY": "5 day",
+ "TEN_DAY": "10 day",
+ "DETAILS": "Details",
+ "FEELS_LIKE": "Feels like",
+ "HUMIDITY": "Humidity",
+ "VISIBILITY": "Visibility",
+ "UV_INDEX": "UV Index",
+ "MAP": "Map",
+ "WIND": "Wind",
+ "WIND_AND_PRESSURE": "Wind &amp; Pressure",
+ "SUN_AND_MOON": "Sun &amp; Moon",
+ "BAROMETER": "Barometer",
+ "PRECIPITATION": "Precipitation",
+ "EARLY_MORNING": "Early Morning",
+ "MORNING": "Morning",
+ "AFTERNOON": "Afternoon",
+ "EVENING": "Evening",
+ "NIGHT": "Night",
+ "OVERNIGHT": "Overnight",
+ "MILES": "{number} miles",
+ "KM": "{number} km",
+ "MPH": "{number} mph",
+ "KMH": "{number} km\u002Fh",
+ "INCHES": "{number} inches",
+ "MILLIBARS": "{number} millibars",
+ "AM": "{time} AM",
+ "PM": "{time} PM",
+ "LEAD_CREDIT": "© by {name} on {platform}",
+ "MOON_PHASE_0": "New Moon",
+ "MOON_PHASE_1": "Waxing Crescent",
+ "MOON_PHASE_2": "First Quarter",
+ "MOON_PHASE_3": "Waxing Gibbous",
+ "MOON_PHASE_4": "Full Moon",
+ "MOON_PHASE_5": "Waning Gibbous",
+ "MOON_PHASE_6": "Third Quarter",
+ "MOON_PHASE_7": "Waning Crescent",
+ "WEATHER_ALERT": "Weather Alert",
+ "WATCHES_WARNING": "Watches and Warnings",
+ "UNKNOWN": "Unknown",
+ "FAHRENHEIT": "Fahrenheit",
+ "CELSIUS": "Celsius",
+ "FLICKR": "Flickr",
+ "ADD_LOCATION_CANCEL": "Cancel",
+ "BROWSER_DENIED_PERMISSION": "Please enable location service for your browser.",
+ "BROWSER_LOCATION_NOT_FOUND": "Browser was unable to find your current location.",
+ "BROWSER_TIMEOUT_LOCATION": "Browser timed out getting your location, please try again later.",
+ "DETECT_MY_LOCATION": "Detect my location",
+ "GETTING_LOCATION": "Getting location ...",
+ "DONE": "Done",
+ "ENTER_CITY_ZIPCODE_PLACEHOLDER": "Enter City or ZIP code",
+ "FAVORATE": "favorite",
+ "MANAGE_LOCATION": "Manage locations",
+ "REMOVE_LOCATION": "Remove from favorite locations",
+ "WEATHER_META_TITLE": "{location} - Weather Forecasts | Maps | News - Yahoo Weather",
+ "WEATHER_MATA_DESCRIPTION": "View the latest weather forecasts, maps, news and alerts on Yahoo Weather. Find local weather forecasts for {location} throughout the world",
+ "WEATHER_META_KEYWORDS": "weather forecasts, weather reports, weather maps, {location} weather forecast, worldwide weather forecast, local weather forecast, 5 day forecasts, 10 day forecasts, news, weather alerts, yahoo weather, yahoo",
+ "AROUND_THE_WORLD": "Around the World",
+ "WEATHER_PROMOTE_TEXT": "The forecast is beautiful",
+ "WEATHER_GET_THE_APP": "Get the App",
+ "WEATHER_MY_LOCATIONS": "My Locations",
+ "WEATHER_CHANGE_LOCATION": "Change location",
+ "WEATHER_DATA_FROM": "Data from {provider}",
+ "WEATHER_THE_WEATHER_CHANNEL": "The Weather Channel",
+ "WEATHER_VIEW_INTERACTIVE_MAP": "View interactive map",
+ "WEATHER_SUNRISE_TIME": "Sunrise: {time}",
+ "WEATHER_SUNSET_TIME": "Sunset: {time}",
+ "WEATHER_ADD_TO_MY_LOCATIONS": "Add to my locations",
+ "WEATHER_REMOVE_FROM_MY_LOCATIONS": "Remove from my locations",
+ "WEATHER_ADD_TO_MY_LOCATIONS_PROMPT": "Click star button to save cities",
+ "WEATHER_SATELLITE_MAP": "Satellite",
+ "WEATHER_HEAT_MAP": "Heat map",
+ "WEATHER_WIND_MAP": "Wind",
+ "TEMPERATURE": "Temperature"
+ },
+ "tdv2-applet-channels": {
+ "FOLLOW": "FOLLOW",
+ "UNFOLLOW": "FOLLOWING",
+ "RECOMMEND_FOLLOW": "You may also like",
+ "MY_PLAYLIST": "My Playlist",
+ "SIGN_IN_TO_SAVE": "SIGN IN TO SAVE",
+ "SIDEKICKTV_TITLE": "Must Watch"
+ },
+ "tdv2-applet-discussion": {
+ "APPLET_COMMENT_YAHOO_READER": "A Yahoo reader",
+ "ADFB_REVIEW": "We'll review and make changes needed",
+ "ADFB_THANKYOU": "Thank you for your feedback",
+ "ADFB_TOOLTIP": "I don't like this ad",
+ "COMMUNITY_JTC": "Popular in the Community",
+ "CONVERSATION": "Conversations around this story lean {sentiment, select, positive {{positive}} negative {{negative}}}",
+ "CONVERSATION_NEUTRAL": "Conversations around this story are mostly {neutral}",
+ "JOIN_THE_CONVERSATION": "Join the Conversation",
+ "MESSAGES": "messages",
+ "NEGATIVE": "negative",
+ "NEUTRAL": "neutral",
+ "POSITIVE": "positive",
+ "SPONSORED": "Sponsored"
+ },
+ "tdv2-applet-footer": {
+ "ABOUT_OUR_ADS": "About our Ads",
+ "ADVERTISE": "Advertise",
+ "ATTRIBUTION_AUTOS": "Yahoo Autos",
+ "ATTRIBUTION_CELEBRITY": "Yahoo Celebrity",
+ "ATTRIBUTION_CELEBRITY_UK": "Yahoo Celebrity UK",
+ "ATTRIBUTION_DECOR": "Yahoo Decor and Real Estate Network",
+ "ATTRIBUTION_GMA": "Yahoo - ABC News Network",
+ "ATTRIBUTION_HOMES": "Yahoo Homes",
+ "ATTRIBUTION_LETSSOLVEIT": "Yahoo Finance",
+ "ATTRIBUTION_LIFESTYLE": "Yahoo Lifestyle Network",
+ "ATTRIBUTION_MOVIES": "Yahoo Movies",
+ "ATTRIBUTION_MUSIC": "Yahoo Music",
+ "ATTRIBUTION_NEWS": "Yahoo News Network",
+ "ATTRIBUTION_REALESTATE": "Yahoo Decor and Real Estate Network",
+ "ATTRIBUTION_STYLE": "Yahoo Style",
+ "ATTRIBUTION_STYLE_BEAUTY": "Yahoo Style and Beauty Network",
+ "ATTRIBUTION_TRAVEL": "Yahoo Travel Network",
+ "ATTRIBUTION_TV": "Yahoo TV",
+ "ATTRIBUTION_YAHOO": "Yahoo",
+ "CAREERS": "Careers",
+ "DISCLAIMER": "Data Disclaimer",
+ "FEEDBACK": "Feedback",
+ "HELP": "Help",
+ "LEGAL_ATTRIBUTION": "Brought to you by {attribution}",
+ "PRIVACY": "Privacy",
+ "SUGGESTIONS": "Suggestions",
+ "TERMS": "Terms"
+ },
+ "tdv2-applet-navrail": {
+ "ABOUT": "About",
+ "ACCOUNT_INFO": "Account Info",
+ "APPS": "Apps",
+ "APPS_ATT": "AT&amp;T Apps",
+ "BACK": "Back",
+ "FOLLOW": "Follow",
+ "FOLLOW_US": "Follow Us",
+ "MORE": "More",
+ "MORE_NAVLINKS": "More Navlinks",
+ "MORE_SITES": "More Sites",
+ "PROFILE": "Profile",
+ "PROPERTY_HOME": "{property} Home",
+ "SERVICES_ATT": "AT&amp;T Services",
+ "SETTINGS": "Settings",
+ "SHOW_LESS": "Show less",
+ "SHOW_MORE": "Show More",
+ "SHOW_X_MORE": "Show {number} More",
+ "SIGNIN": "Sign in",
+ "SIGNOUT": "Sign out",
+ "SIGNOUT_ALL": "Sign out all",
+ "STORYLINES": "Storylines",
+ "TOOLS": "Tools",
+ "VIEW_ON_INSTAGRAM": "View on Instagram",
+ "WEATHER_FORECAST": "Weather Forecast",
+ "WELCOME_BACK": "Welcome back",
+ "YAHOO": "Yahoo",
+ "YAHOO_SITES": "Yahoo Sites"
+ },
+ "tdv2-applet-account-switch": {
+ "ACCOUNT_INFO": "Account Info",
+ "ACCOUNT_MANAGEMENT": "Add or Manage accounts",
+ "ADD_ACCOUNT": "Add account",
+ "BACKYARD": "Backyard",
+ "SIGNOUT": "Sign Out",
+ "SIGNOUT_ALL": "Sign out all",
+ "WELCOME": "Welcome back"
+ },
+ "tdv2-applet-follow": {
+ "FOLLOW": "Follow",
+ "FOLLOWING": "Following",
+ "LIKE_THIS_TOPIC": "Like this topic",
+ "SIGN_IN_TO_LIKE": "Sign in to like",
+ "UNDO": "Undo",
+ "UNFOLLOW": "Unfollow"
+ },
+ "tdv2-applet-stream-hero": {
+ "MORE_TOP_HEADLINES": "More top headlines",
+ "FEATURED": "Featured",
+ "NEED_TO_KNOW": "Need to Know",
+ "READ_MORE": "Read More",
+ "LOADING_SPORTSREEL": "Loading SportsReel...",
+ "FINAL": "Final",
+ "GAME_SCORE": "{away_team} {score_away_team} vs. {score_home_team} {home_team} {game_status}",
+ "LIVE": "Live",
+ "VS": "{away_team} vs. {home_team} {start_time}",
+ "FOLLOW": "Follow",
+ "FOLLOWING": "Following",
+ "LIKE_THIS_TOPIC": "Like this topic",
+ "SIGN_IN_TO_LIKE": "Sign in to like",
+ "UNFOLLOW": "Unfollow",
+ "UNDO": "Undo",
+ "APPLET_COMMENT_ARIA_VIEW_COMMENTS": "Comments. Click to view comments",
+ "APPLET_COMMENT_COMMENTS": "Comments",
+ "APPLET_COMMENT_START_CONVERSATION": "Start the conversation",
+ "REBLOG_ON_TUMBLR": "Reblog on Tumblr",
+ "FACEBOOK": "Facebook",
+ "EMAIL": "Email",
+ "SEND": "Send",
+ "PINTEREST": "Pinterest",
+ "TUMBLR": "Tumblr",
+ "TWITTER": "Twitter",
+ "WHATSAPP": "Whatsapp",
+ "CLOSE": "Close"
+ }
+ },
+ "intlConfig": {}
+ },
+ "BeaconStore": {
+ "beaconConfig": {
+ "defaultSrc": "td-app-yahoo",
+ "beaconUncaughtJSError": true,
+ "enableBatch": false,
+ "pathPrefix": "https:\u002F\u002Fwww.yahoo.com\u002F_td_api\u002Fbeacon",
+ "sampleSize": 1,
+ "sampleSizeUncaughtJSError": 100,
+ "context": {
+ "prid": "1eprt2tc42fn6",
+ "authed": "0",
+ "ynet": "0",
+ "ssl": "1",
+ "spdy": "1",
+ "ytee": "0",
+ "mode": "normal",
+ "site": "fp",
+ "region": "US",
+ "lang": "en-US",
+ "bucket": "news-d-162",
+ "colo": "gq1",
+ "device": "desktop",
+ "bot": "0",
+ "environment": "prod",
+ "intl": "us",
+ "partner": "none",
+ "tz": "America\u002FLos_Angeles",
+ "feature": ["cacheContentCanvas", "canvass", "newContentAttribution", "livecoverage", "featurebar", "deferModalCluster", "specRetry", "canvassThumbs"]
+ }
+ }
+ },
+ "AdStore": {
+ "appConfig": {
+ "base": {
+ "aboveFoldPositions": "MAST,LDRB,SPRZ,SPL,SPL-2,LREC,MON-1",
+ "autoRotation": 10000,
+ "autoadrender": true,
+ "darlaJsAtTop": true,
+ "darlaVersion": "2-9-13",
+ "darlaAssetFetch": true,
+ "cacheDarlaAsset": true,
+ "darlaConfigFetch": true,
+ "cacheDarlaConfig": true,
+ "events": {
+ "AUTO": {
+ "name": "AUTO",
+ "autoStart": 1,
+ "autoMax": 25,
+ "autoRT": 10000,
+ "autoIV": 1,
+ "autoDDG": 1,
+ "ps": {
+ "LDRB": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "MAST": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MAST-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MON-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "SPL": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ }
+ }
+ },
+ "DEFAULT": {
+ "clw": {
+ "LREC": {
+ "blocked_by": "MON-1"
+ },
+ "MON-1": {
+ "blocked_by": "LREC"
+ },
+ "MAST-9": {
+ "blocked_by": "SPL,LDRB-9"
+ },
+ "MAST": {
+ "blocked_by": "SPL,LDRB"
+ },
+ "LDRB": {
+ "blocked_by": "MAST,SPL"
+ },
+ "LDRB-9": {
+ "blocked_by": "MAST-9,SPL"
+ },
+ "SPL": {
+ "blocked_by": "MAST,LDRB"
+ }
+ }
+ }
+ },
+ "multipleRenderTargets": true,
+ "positions": {
+ "DEFAULT": {
+ "meta": {
+ "stack": "ydc"
+ }
+ },
+ "BTN": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "BTN-1": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "BTN-2": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "BTN-3": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "FOOT": {
+ "id": "FOOT",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "FOOT9": {
+ "id": "FOOT9",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "FSRVY": {
+ "id": "FSRVY",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "LREC": {
+ "id": "LREC",
+ "w": 300,
+ "h": 250,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "fallback": {
+ "link": "https:\u002F\u002Fbaseball.fantasysports.yahoo.com\u002Fb1\u002Fsignup",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fnn\u002Flib\u002Fmetro\u002FDailyFantasy_BN_Baseball_300x250-min.jpg"
+ }
+ },
+ "LREC-1": {
+ "id": "LREC-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC-2": {
+ "id": "LREC-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC-9": {
+ "id": "LREC-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-1": {
+ "id": "LREC2-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-2": {
+ "id": "LREC2-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-4": {
+ "id": "LREC2-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-5": {
+ "id": "LREC2-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-6": {
+ "id": "LREC2-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-7": {
+ "id": "LREC2-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-8": {
+ "id": "LREC2-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2-9": {
+ "id": "LREC2-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC2": {
+ "id": "LREC2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3": {
+ "id": "LREC3",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-1": {
+ "id": "LREC3-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-4": {
+ "id": "LREC3-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-5": {
+ "id": "LREC3-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-6": {
+ "id": "LREC3-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-7": {
+ "id": "LREC3-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-8": {
+ "id": "LREC3-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC3-9": {
+ "id": "LREC3-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LREC4": {
+ "id": "LREC4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9
+ },
+ "LDRB": {
+ "id": "LDRB",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRB-1": {
+ "id": "LDRB-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRB-9": {
+ "id": "LDRB-9",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRB2-1": {
+ "id": "LDRB2-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRB2-2": {
+ "id": "LDRB2-2",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "LDRP": {
+ "id": "LDRP",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "enable": true,
+ "metaSize": true,
+ "staticLayout": true,
+ "fdb": true
+ },
+ "MAST": {
+ "id": "MAST",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true
+ },
+ "MAST-9": {
+ "id": "MAST-9",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true
+ },
+ "MFPAD": {
+ "id": "MFPAD",
+ "w": 720,
+ "h": 90,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false
+ },
+ "MON-1": {
+ "id": "MON-1",
+ "w": 300,
+ "h": 600,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3
+ },
+ "SPL": {
+ "id": "SPL",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}"
+ },
+ "SPL-2": {
+ "id": "SPL-2",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}"
+ },
+ "SPL2": {
+ "id": "SPL2",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "stack": "ydc",
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}"
+ },
+ "SPRZ": {
+ "id": "SPRZ",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fdb": false,
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH"
+ },
+ "SPON": {
+ "pos": "SPON",
+ "h": 1,
+ "id": "SPON",
+ "w": 1,
+ "autoFetch": false
+ },
+ "TXTL": {
+ "id": "TXTL",
+ "w": 120,
+ "h": 170,
+ "css": "#fc_align a,#tl1_slug{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px}.ad-tl2b{overflow:hidden;text-align:left}p{margin:0}a{color:#020e65}a:hover{color:#0078ff}.y-fp-pg-controls{margin-top:5px;margin-bottom:5px}#tl1_slug{color:#999}a:link{text-decoration:none}",
+ "autoFetch": false
+ },
+ "WFPAD": {
+ "id": "WFPAD",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1,
+ "resize-to": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false
+ }
+ },
+ "rotationTimingDisabled": false,
+ "nukeAds": "LREC,LREC2,LREC3,LREC-9,LREC2-9,LREC3-9,MAST,LDRB,LDRB2-1,LDRB2-2,MON-1,SPL"
+ }
+ },
+ "pageConfig": {
+ "base": {
+ "events": {
+ "adFetch": {
+ "ps": "MAST-9,LDRB-9,LREC-9,LREC2-9,FOOT,FSRVY",
+ "dynamic": true,
+ "sa": "\"type\"=\"page\" ctype=\"minihome\" can_suppress_ugc=\"1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\" megamodal=true",
+ "replace": {
+ "LREC2-9": "LREC3-9"
+ },
+ "viewportOnly": "MAST-9,LDRB-9,LREC-9,LREC2-9,LREC3-9",
+ "firstRender": "MAST-9,LDRB-9,LREC-9"
+ }
+ },
+ "deferRender": true
+ },
+ "header": null
+ },
+ "routeConfig": {},
+ "failedPositions": {
+ "positions": {
+ "FOOT": {
+ "failed": true
+ },
+ "FSRVY": {
+ "failed": true
+ }
+ }
+ },
+ "darlaConfig": {
+ "aboveFoldPositions": "MAST,LDRB,SPRZ,SPL,SPL-2,LREC,MON-1",
+ "autoRotation": 10000,
+ "events": {
+ "AUTO": {
+ "name": "AUTO",
+ "autoStart": 1,
+ "autoMax": 25,
+ "autoRT": 10000,
+ "autoIV": 1,
+ "autoDDG": 1,
+ "ps": {
+ "LDRB": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "MAST": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MAST-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "MON-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "SPL": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ }
+ }
+ },
+ "DEFAULT": {
+ "clw": {
+ "LREC": {
+ "blocked_by": "MON-1"
+ },
+ "MON-1": {
+ "blocked_by": "LREC"
+ },
+ "MAST-9": {
+ "blocked_by": "SPL,LDRB-9"
+ },
+ "MAST": {
+ "blocked_by": "SPL,LDRB"
+ },
+ "LDRB": {
+ "blocked_by": "MAST,SPL"
+ },
+ "LDRB-9": {
+ "blocked_by": "MAST-9,SPL"
+ },
+ "SPL": {
+ "blocked_by": "MAST,LDRB"
+ }
+ }
+ },
+ "adFetch": {
+ "ps": "MAST-9,LDRB-9,LREC-9,LREC2-9,FOOT,FSRVY",
+ "dynamic": true,
+ "sa": "\"type\"=\"page\" ctype=\"minihome\" can_suppress_ugc=\"1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\" megamodal=true",
+ "replace": {
+ "LREC2-9": "LREC3-9"
+ },
+ "viewportOnly": "MAST-9,LDRB-9,LREC-9,LREC2-9,LREC3-9",
+ "firstRender": "MAST-9,LDRB-9,LREC-9"
+ }
+ },
+ "positions": {
+ "DEFAULT": {
+ "meta": {
+ "stack": "ydc"
+ },
+ "clean": "cleanDEFAULT",
+ "dest": "destDEFAULT",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "DEFAULT",
+ "staticLayout": false
+ },
+ "BTN": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "cleanBTN",
+ "dest": "destBTN",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN",
+ "staticLayout": false
+ },
+ "BTN-1": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "cleanBTN-1",
+ "dest": "destBTN-1",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-1",
+ "staticLayout": false
+ },
+ "BTN-2": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "cleanBTN-2",
+ "dest": "destBTN-2",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-2",
+ "staticLayout": false
+ },
+ "BTN-3": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false,
+ "clean": "cleanBTN-3",
+ "dest": "destBTN-3",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "id": "BTN-3",
+ "staticLayout": false
+ },
+ "FOOT": {
+ "id": "FOOT",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "cleanFOOT",
+ "dest": "destFOOT",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false,
+ "failed": true
+ },
+ "FOOT9": {
+ "id": "FOOT9",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "cleanFOOT9",
+ "dest": "destFOOT9",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "FSRVY": {
+ "id": "FSRVY",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ },
+ "clean": "cleanFSRVY",
+ "dest": "destFSRVY",
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false,
+ "failed": true
+ },
+ "LREC": {
+ "id": "LREC",
+ "w": 300,
+ "h": 250,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "fallback": {
+ "link": "https:\u002F\u002Fbaseball.fantasysports.yahoo.com\u002Fb1\u002Fsignup",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fnn\u002Flib\u002Fmetro\u002FDailyFantasy_BN_Baseball_300x250-min.jpg"
+ },
+ "clean": "cleanLREC",
+ "dest": "destLREC",
+ "metaSize": false
+ },
+ "LREC-1": {
+ "id": "LREC-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC-1",
+ "dest": "destLREC-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC-2": {
+ "id": "LREC-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC-2",
+ "dest": "destLREC-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC-9": {
+ "id": "LREC-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC-9",
+ "dest": "destLREC-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-1": {
+ "id": "LREC2-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-1",
+ "dest": "destLREC2-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-2": {
+ "id": "LREC2-2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-2",
+ "dest": "destLREC2-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-4": {
+ "id": "LREC2-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-4",
+ "dest": "destLREC2-4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-5": {
+ "id": "LREC2-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-5",
+ "dest": "destLREC2-5",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-6": {
+ "id": "LREC2-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-6",
+ "dest": "destLREC2-6",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-7": {
+ "id": "LREC2-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-7",
+ "dest": "destLREC2-7",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-8": {
+ "id": "LREC2-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-8",
+ "dest": "destLREC2-8",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2-9": {
+ "id": "LREC2-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2-9",
+ "dest": "destLREC2-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC2": {
+ "id": "LREC2",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC2",
+ "dest": "destLREC2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3": {
+ "id": "LREC3",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3",
+ "dest": "destLREC3",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-1": {
+ "id": "LREC3-1",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-1",
+ "dest": "destLREC3-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-4": {
+ "id": "LREC3-4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-4",
+ "dest": "destLREC3-4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-5": {
+ "id": "LREC3-5",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-5",
+ "dest": "destLREC3-5",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-6": {
+ "id": "LREC3-6",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-6",
+ "dest": "destLREC3-6",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-7": {
+ "id": "LREC3-7",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-7",
+ "dest": "destLREC3-7",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-8": {
+ "id": "LREC3-8",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-8",
+ "dest": "destLREC3-8",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC3-9": {
+ "id": "LREC3-9",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC3-9",
+ "dest": "destLREC3-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LREC4": {
+ "id": "LREC4",
+ "w": 300,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 9,
+ "clean": "cleanLREC4",
+ "dest": "destLREC4",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB": {
+ "id": "LDRB",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB",
+ "dest": "destLDRB",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB-1": {
+ "id": "LDRB-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB-1",
+ "dest": "destLDRB-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB-9": {
+ "id": "LDRB-9",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB-9",
+ "dest": "destLDRB-9",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB2-1": {
+ "id": "LDRB2-1",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB2-1",
+ "dest": "destLDRB2-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRB2-2": {
+ "id": "LDRB2-2",
+ "w": 728,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRB2-2",
+ "dest": "destLDRB2-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "LDRP": {
+ "id": "LDRP",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "enable": true,
+ "metaSize": true,
+ "staticLayout": true,
+ "fdb": true,
+ "clean": "cleanLDRP",
+ "dest": "destLDRP",
+ "fallback": null
+ },
+ "MAST": {
+ "id": "MAST",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true,
+ "clean": "cleanMAST",
+ "dest": "destMAST",
+ "fallback": null
+ },
+ "MAST-9": {
+ "id": "MAST-9",
+ "w": 970,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "metaSize": true,
+ "clean": "cleanMAST-9",
+ "dest": "destMAST-9",
+ "fallback": null
+ },
+ "MFPAD": {
+ "id": "MFPAD",
+ "w": 720,
+ "h": 90,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false,
+ "clean": "cleanMFPAD",
+ "dest": "destMFPAD",
+ "fallback": null
+ },
+ "MON-1": {
+ "id": "MON-1",
+ "w": 300,
+ "h": 600,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "enable": true,
+ "staticLayout": true,
+ "fdb": true,
+ "z": 3,
+ "clean": "cleanMON-1",
+ "dest": "destMON-1",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL": {
+ "id": "SPL",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "cleanSPL",
+ "dest": "destSPL",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL-2": {
+ "id": "SPL-2",
+ "flex": "both",
+ "enable": true,
+ "autoFetch": false,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "cleanSPL-2",
+ "dest": "destSPL-2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPL2": {
+ "id": "SPL2",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fclose": 2,
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "meta": {
+ "stack": "ydc",
+ "type": "stream"
+ },
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "clean": "cleanSPL2",
+ "dest": "destSPL2",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPRZ": {
+ "id": "SPRZ",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fdb": false,
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH",
+ "clean": "cleanSPRZ",
+ "dest": "destSPRZ",
+ "fallback": null,
+ "metaSize": false
+ },
+ "SPON": {
+ "pos": "SPON",
+ "h": 1,
+ "id": "SPON",
+ "w": 1,
+ "autoFetch": false,
+ "clean": "cleanSPON",
+ "dest": "destSPON",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "TXTL": {
+ "id": "TXTL",
+ "w": 120,
+ "h": 170,
+ "css": "#fc_align a,#tl1_slug{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px}.ad-tl2b{overflow:hidden;text-align:left}p{margin:0}a{color:#020e65}a:hover{color:#0078ff}.y-fp-pg-controls{margin-top:5px;margin-bottom:5px}#tl1_slug{color:#999}a:link{text-decoration:none}",
+ "autoFetch": false,
+ "clean": "cleanTXTL",
+ "dest": "destTXTL",
+ "enable": true,
+ "fallback": null,
+ "metaSize": false,
+ "staticLayout": false
+ },
+ "WFPAD": {
+ "id": "WFPAD",
+ "w": 320,
+ "h": 50,
+ "autoFetch": false,
+ "enable": true,
+ "fr": "expIfr_exp",
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1,
+ "resize-to": 1
+ },
+ "metaSize": true,
+ "staticLayout": false,
+ "fdb": false,
+ "clean": "cleanWFPAD",
+ "dest": "destWFPAD",
+ "fallback": null
+ }
+ },
+ "rotationTimingDisabled": false
+ },
+ "adFetchEvent": {
+ "ps": "MAST-9,LDRB-9,LREC-9,LREC2-9,FOOT,FSRVY",
+ "sp": 1197800621,
+ "sa": "\"type\"=\"page\" ctype=\"minihome\" can_suppress_ugc=\"1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\" megamodal=true Y-BUCKET=\"news-d-162\"",
+ "optionalps": "",
+ "site": "fp"
+ },
+ "siteAttrs": "\"type\"=\"page\" ctype=\"minihome\" can_suppress_ugc=\"1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\" megamodal=true Y-BUCKET=\"news-d-162\"",
+ "autoAdRender": true,
+ "supportMultipleRenderTargets": true,
+ "darlaJsAtTop": true,
+ "delayedRender": false,
+ "darlaVersion": "2-9-13",
+ "disableDarla": false,
+ "deferRender": true,
+ "keepPerfEntries": false,
+ "darlaAssetFetch": true,
+ "cacheDarlaAsset": true,
+ "darlaConfigFetch": true,
+ "cacheDarlaConfig": true,
+ "prefetchedPositions": {
+ "MAST-9": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "LDRB-9": {
+ "hasError": false,
+ "error": "none",
+ "size": "728x90"
+ },
+ "LREC-9": {
+ "hasError": false,
+ "error": "none",
+ "size": "300x250"
+ },
+ "LREC2-9": {
+ "hasError": false,
+ "error": "none",
+ "size": "300x250"
+ },
+ "FOOT": {
+ "hasError": true,
+ "error": "ns",
+ "size": "unknown"
+ },
+ "FSRVY": {
+ "hasError": false,
+ "error": "none",
+ "size": "1x1"
+ }
+ },
+ "_newPageRendered": false,
+ "checkForModalClose": false,
+ "nukeAds": ["LREC", "LREC2", "LREC3", "LREC-9", "LREC2-9", "LREC3-9", "MAST", "LDRB", "LDRB2-1", "LDRB2-2", "MON-1", "SPL"],
+ "adfetchTimeout": null,
+ "_childCompositeReady": {}
+ },
+ "FinanceConfigStore": {
+ "app": {
+ "base": {
+ "spaceid": 2023538075,
+ "clientEligible": {
+ "index": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather", "vibe"],
+ "content": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather", "vibe"],
+ "home": ["beauty", "backstage", "celebrity", "eleccioneseeuu2016", "hkstylemen", "hktravelnow", "katiecouric", "livenationpresents", "m6info", "movies", "news", "music", "style", "saludbucal", "saudebucal", "tech", "techcast", "tv", "weather", "vibe"]
+ },
+ "i13n": {
+ "initComscore": true,
+ "initOmniture": false,
+ "initRapid": true,
+ "rapid": {
+ "client_only": 1,
+ "viewability": true,
+ "pageview_on_init": true,
+ "test_id": "",
+ "webworker_file": "\u002Flib\u002Fmetro\u002Fg\u002Fmyy\u002Frapidworker_1_2_0.0.2.js",
+ "tracked_mods_viewability": [],
+ "dwell_on": true,
+ "track_right_click": true,
+ "keys": {
+ "ver": "y20",
+ "navtype": "server"
+ },
+ "compr_type": "deflate"
+ },
+ "rootModelData": {},
+ "navigationPageview": {
+ "enable": true
+ },
+ "serverPageview": {
+ "enable": true,
+ "type": "nonClassified"
+ }
+ },
+ "beacon": {
+ "defaultSrc": "td-app-yahoo",
+ "beaconUncaughtJSError": true,
+ "enableBatch": false,
+ "pathPrefix": "https:\u002F\u002Fwww.yahoo.com\u002F_td_api\u002Fbeacon",
+ "sampleSize": 1,
+ "sampleSizeUncaughtJSError": 100,
+ "context": {
+ "mode": "normal",
+ "ynet": "0",
+ "tz": "America\u002FLos_Angeles",
+ "authed": "0",
+ "bot": "0",
+ "site": "fp",
+ "partner": "none",
+ "bucket": "news-d-162",
+ "ssl": "1",
+ "lang": "en-US",
+ "colo": "gq1",
+ "spdy": "1",
+ "environment": "prod",
+ "region": "US",
+ "device": "desktop",
+ "feature": ["cacheContentCanvas", "canvass", "newContentAttribution", "livecoverage", "featurebar", "deferModalCluster", "specRetry", "canvassThumbs"],
+ "ytee": "0",
+ "intl": "us",
+ "prid": "1eprt2tc42fn6"
+ }
+ },
+ "pageTransition": {
+ "enabled": true,
+ "enableHandlerCallback": true,
+ "pluginName": "modal-fade"
+ },
+ "amp": {
+ "enabled": true
+ },
+ "renderTargets": [{
+ "classNames": "render-target-default Pos(a) W(100%) modal-open_Op(1)",
+ "id": "default"
+ }, {
+ "classNames": "render-target-modal O(n)!:f Bdtw(1px) D(n) H(a)! Mih(100%) modal-postopen_Op(1) Pos(a) T(76px) CollapsibleUh_T(60px) Start(0) End(0) Maw(1230px) Miw(984px) Mx(a) modal-open_D(b) modal-postopen_D(b) W(100%) H(100%) Z(9)",
+ "id": "modal",
+ "initialPageKey": ":content:modal"
+ }],
+ "endResponseOnError": true,
+ "ads": {
+ "rotationTimingDisabled": false,
+ "autoadrender": true,
+ "cacheDarlaAsset": true,
+ "positions": {
+ "BTN-1": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "BTN-2": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "DEFAULT": {
+ "meta": {
+ "stack": "ydc"
+ }
+ },
+ "MAST-9": {
+ "enable": true,
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "metaSize": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "fclose": 2,
+ "w": 970,
+ "staticLayout": false,
+ "id": "MAST-9"
+ },
+ "BTN-3": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "SPL2": {
+ "enable": true,
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "supports": {
+ "cmsg": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "meta": {
+ "stack": "ydc",
+ "type": "stream"
+ },
+ "autoFetch": false,
+ "uhslot": ".YDC-UH",
+ "fclose": 2,
+ "staticLayout": false,
+ "flex": "both",
+ "id": "SPL2"
+ },
+ "LREC": {
+ "fallback": {
+ "link": "https:\u002F\u002Fbaseball.fantasysports.yahoo.com\u002Fb1\u002Fsignup",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fnn\u002Flib\u002Fmetro\u002FDailyFantasy_BN_Baseball_300x250-min.jpg"
+ },
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 3,
+ "id": "LREC"
+ },
+ "WFPAD": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1,
+ "resize-to": 1
+ },
+ "fdb": false,
+ "metaSize": true,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 320,
+ "staticLayout": false,
+ "id": "WFPAD"
+ },
+ "SPRZ": {
+ "id": "SPRZ",
+ "autoFetch": false,
+ "flex": "both",
+ "enable": true,
+ "staticLayout": false,
+ "fdb": false,
+ "supports": {
+ "cmsg": 1
+ },
+ "uhslot": ".YDC-UH"
+ },
+ "LREC-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC-1"
+ },
+ "LDRB": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB"
+ },
+ "FSRVY": {
+ "id": "FSRVY",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "LREC-2": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC-2"
+ },
+ "FOOT9": {
+ "id": "FOOT9",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "LDRB-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB-1"
+ },
+ "LREC2": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2"
+ },
+ "FOOT": {
+ "id": "FOOT",
+ "enable": true,
+ "fr": "expIfr_exp",
+ "autoFetch": false,
+ "supports": {
+ "lyr": 1
+ }
+ },
+ "LDRB2-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB2-1"
+ },
+ "LREC3": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3"
+ },
+ "SPL": {
+ "enable": true,
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "supports": {
+ "cmsg": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "meta": {
+ "type": "stream"
+ },
+ "autoFetch": false,
+ "uhslot": ".YDC-UH",
+ "fclose": 2,
+ "staticLayout": false,
+ "flex": "both",
+ "id": "SPL"
+ },
+ "LDRB2-2": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB2-2"
+ },
+ "LREC4": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC4"
+ },
+ "LREC-9": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC-9"
+ },
+ "MON-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 600,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 3,
+ "id": "MON-1"
+ },
+ "LREC2-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-1"
+ },
+ "LREC3-1": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-1"
+ },
+ "LREC2-2": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-2"
+ },
+ "LDRB-9": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 728,
+ "staticLayout": true,
+ "id": "LDRB-9"
+ },
+ "SPL-2": {
+ "enable": true,
+ "css": ".Mags-FontA{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300}.Mags-FontA.Size1{font-size:13px}.Mags-FontA.Size2{font-size:16px}.Mags-FontA.Size3{font-size:20px}.Mags-FontA.Size4{font-size:22px}.Mags-FontA.Size5{font-size:33px}.Mags-FontA.Size6{font-size:35px}.Mags-FontA.Size7{font-size:58px}.Mags-FontA.Size8{font-size:70px}.Mags-FontA.Size9{font-size:100px}.Mags-FontB{font-family:Georgia,Times,serif;font-weight:400}.Mags-FontB.Size1{font-size:18px}.Mags-FontC{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400}.Mags-FontC.Size1{font-size:11px}.Mags-FontC.Size2{font-size:14px}.Mags-FontC.Size3{font-size:16px}.Mags-FontC.Size4{font-size:20px}.Mags-FontC.Size5{font-size:30px}.Mags-FontC.Size6{font-size:32px}.Mags-FontC.Size7{font-size:52px}",
+ "supports": {
+ "cmsg": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "meta": {
+ "type": "stream"
+ },
+ "autoFetch": false,
+ "uhslot": ".YDC-UH",
+ "fclose": 2,
+ "staticLayout": false,
+ "flex": "both",
+ "id": "SPL-2"
+ },
+ "LREC2-4": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-4"
+ },
+ "MAST": {
+ "enable": true,
+ "closeBtn": {
+ "adc": 0,
+ "mode": 2,
+ "useShow": 1
+ },
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "fdb": {
+ "on": 1,
+ "where": "inside"
+ },
+ "metaSize": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "fclose": 2,
+ "w": 970,
+ "staticLayout": false,
+ "id": "MAST"
+ },
+ "LDRP": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "fdb": true,
+ "metaSize": true,
+ "h": 50,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 320,
+ "staticLayout": true,
+ "id": "LDRP"
+ },
+ "LREC3-4": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-4"
+ },
+ "LREC2-5": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-5"
+ },
+ "LREC3-5": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-5"
+ },
+ "LREC2-6": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-6"
+ },
+ "LREC3-6": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-6"
+ },
+ "LREC2-7": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-7"
+ },
+ "LREC3-7": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-7"
+ },
+ "LREC2-8": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-8"
+ },
+ "MFPAD": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": false,
+ "metaSize": true,
+ "h": 90,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 720,
+ "staticLayout": false,
+ "id": "MFPAD"
+ },
+ "LREC3-8": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-8"
+ },
+ "LREC2-9": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC2-9"
+ },
+ "LREC3-9": {
+ "enable": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ },
+ "fdb": true,
+ "h": 250,
+ "autoFetch": false,
+ "fr": "expIfr_exp",
+ "w": 300,
+ "staticLayout": true,
+ "z": 9,
+ "id": "LREC3-9"
+ },
+ "SPON": {
+ "pos": "SPON",
+ "h": 1,
+ "id": "SPON",
+ "w": 1,
+ "autoFetch": false
+ },
+ "BTN": {
+ "w": 120,
+ "h": 60,
+ "autoFetch": false
+ },
+ "TXTL": {
+ "id": "TXTL",
+ "w": 120,
+ "h": 170,
+ "css": "#fc_align a,#tl1_slug{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px}.ad-tl2b{overflow:hidden;text-align:left}p{margin:0}a{color:#020e65}a:hover{color:#0078ff}.y-fp-pg-controls{margin-top:5px;margin-bottom:5px}#tl1_slug{color:#999}a:link{text-decoration:none}",
+ "autoFetch": false
+ }
+ },
+ "cacheDarlaConfig": true,
+ "aboveFoldPositions": "MAST,LDRB,SPRZ,SPL,SPL-2,LREC,MON-1",
+ "autoRotation": 10000,
+ "darlaVersion": "2-9-13",
+ "darlaConfigFetch": true,
+ "darlaJsAtTop": true,
+ "nukeAds": "LREC,LREC2,LREC3,LREC-9,LREC2-9,LREC3-9,MAST,LDRB,LDRB2-1,LDRB2-2,MON-1,SPL",
+ "darlaAssetFetch": true,
+ "events": {
+ "AUTO": {
+ "name": "AUTO",
+ "autoStart": 1,
+ "autoMax": 25,
+ "autoRT": 10000,
+ "autoIV": 1,
+ "autoDDG": 1,
+ "ps": {
+ "MAST-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "SPL2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "LREC": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LDRB2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "SPL": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "LDRB2-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "MON-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-1": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LDRB-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "SPL-2": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "LREC2-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "MAST": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "60000"
+ },
+ "LREC3-4": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-5": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-6": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-7": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC3-8": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "35000"
+ },
+ "LREC2-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ },
+ "LREC3-9": {
+ "autoIV": 1,
+ "autoMax": 25,
+ "autoRT": "10000"
+ }
+ }
+ },
+ "DEFAULT": {
+ "clw": {
+ "LREC": {
+ "blocked_by": "MON-1"
+ },
+ "MON-1": {
+ "blocked_by": "LREC"
+ },
+ "MAST-9": {
+ "blocked_by": "SPL,LDRB-9"
+ },
+ "MAST": {
+ "blocked_by": "SPL,LDRB"
+ },
+ "LDRB": {
+ "blocked_by": "MAST,SPL"
+ },
+ "LDRB-9": {
+ "blocked_by": "MAST-9,SPL"
+ },
+ "SPL": {
+ "blocked_by": "MAST,LDRB"
+ }
+ }
+ }
+ },
+ "multipleRenderTargets": true
+ },
+ "mrsOptions": {
+ "mrs_host": "l.yimg.com\u002Fny",
+ "key": "mrs.highlander.crumbkey",
+ "app_id": "highlander"
+ },
+ "dehydratedStateIsJSON": true,
+ "timeouts": {
+ "page": 3000,
+ "xhr": 3000,
+ "navigate": 6000
+ },
+ "enablePageStoreCache": true,
+ "enableVideoManager": false,
+ "prefetch": {
+ "enableOnPageStoreChange": false,
+ "prerenderDelay": 1000,
+ "pageTypes": {
+ "content": ["index"],
+ "index": ["content"],
+ "intlMagazine": ["intlMagazineContent"],
+ "intlMagazineContent": ["intlMagazine"],
+ "magcontent": ["maghome", "magpreview"],
+ "magpreview": ["maghome", "magcontent"],
+ "maghome": ["magcontent", "magpreview"],
+ "magtag": ["magcontent", "magpreview"]
+ }
+ },
+ "esi": {
+ "mode": "batch",
+ "batchTimeout": 3,
+ "fallbackSource": "readthru",
+ "page": {
+ "swr": 86400
+ },
+ "staticRedirectToFS": true,
+ "useStableFragmentId": true
+ },
+ "loadChildBundles": true,
+ "enableDehydratedState": true,
+ "videoPlayer": {
+ "baseUrl": "https:\u002F\u002Fyep.video.yahoo.com\u002Fjs\u002F3\u002Fvideoplayer-min.js",
+ "device": "nextgen-desktop",
+ "docking": {
+ "fadeInAnimation": true,
+ "width": 300,
+ "height": 168.75,
+ "position": {
+ "left": "ref",
+ "right": 0,
+ "bottom": 55
+ },
+ "enableOnMuted": true,
+ "enableOnScrollUp": false,
+ "threshold": 60,
+ "enableOnScrollDown": true,
+ "ref": ".modal-open .render-target-modal .modalRight, html:not(.modal-open) .render-target-active #YDC-Col2 #Aside",
+ "showInfoCard": true
+ },
+ "enableRestoreOnNavigate": true,
+ "refreshDockingOnNavigate": true,
+ "version": null
+ },
+ "appConfigStore": {
+ "fields": ["clientEligible", "enableVideoManager", "initRenderTimeBeacon", "overrideContentTypes", "pageTransition", "prefetch", "timeouts", "renderTargets", "videoPlayer"]
+ }
+ },
+ "headerOverride": {},
+ "queryOverride": {}
+ }
+ },
+ "VideoStore": {
+ "videos": {},
+ "_cdnBase": "https:\u002F\u002Fs.yimg.com"
+ },
+ "ComponentConfigStore": {
+ "configs": {
+ "tgtm-UH-0-Header": {
+ "uh": {
+ "featureSwitches": {
+ "navrailCollapse": true
+ },
+ "style": {
+ "container": {
+ "wrapper_2": "Bdt(customBorderTop) MegaTheme Pt(12px) Pb(12px) Trstf(eo) Trsde(0s) Trsdu(0.13s) Trsp(a)"
+ }
+ },
+ "backgroundColor": "Bgc(#fff)",
+ "theme": {
+ "topbarBackground": "Bgc(#2d1152)",
+ "topbarIcon": "#1d1da3",
+ "profileBackground": "Bgc(uhPurple):h C(uhPurple) Bdc(uhPurple)",
+ "profileIcon": "#400090",
+ "mailBackground": "Bgc(uhPurple)",
+ "mailNotificationBackground": "Bgc(#f0162f)",
+ "mailNotificationBorderColor": "Bdc(#fff)",
+ "followNotificationBorderColor": "Bdc(#fff)"
+ },
+ "help": {
+ "style": {
+ "container": {
+ "wrapper": "D(ib) Mstart(16px) Va(t) Mt(3px)"
+ },
+ "separator": {
+ "content": "Bgc(#e2e2e6) H(1px)"
+ },
+ "icon": {
+ "settings": {
+ "content": "D(n) Lh(2.6) Mstart(4px)",
+ "asset": {
+ "name": "CoreSettings",
+ "height": 32,
+ "width": 32,
+ "path": "M12.57 3.98c-.08.022-.16.05-.238.075-.022.004-.044.01-.07.014l-.006.008c-.907.288-1.785.685-2.62 1.188h-.004c-.698.322-1.288-.052-1.44-.164l-.515-.396c-.42-.414-1.094-.408-1.51.012L4.61 6.302c-.414.42-.41 1.096.012 1.51l.57.928c.09.22.205.652.007 1.114-.06.104-.12.207-.176.314-.036.062-.07.126-.1.19-.054.105-.106.212-.158.317-.036.078-.076.155-.11.232-.044.093-.083.188-.12.283-.044.092-.084.188-.122.283l-.09.24c-.042.112-.082.224-.123.338-.018.067-.04.132-.06.198-.04.127-.083.255-.12.387-.016.052-.026.105-.04.16-.032.122-.066.246-.094.37-.222.466-.628.657-.89.734l-.768.1c-.592.005-1.065.488-1.06 1.076l.018 2.223c.004.57.46 1.027 1.02 1.05l-.005.005s1.47.216 1.83 1c.024.087.048.176.075.264l.034.102c.046.145.094.29.145.434l.05.13c.05.133.102.265.155.396l.06.152c.055.123.11.243.168.364.026.055.053.112.076.167.06.12.122.237.185.352.062.124.13.244.2.365.048.085.096.17.147.255l.08.13c.192.486.06.907-.078 1.167l-.653.85c-.412.42-.408 1.094.01 1.507l1.584 1.56c.42.414 1.095.41 1.51-.01l1.18-.724c.267-.114.647-.19 1.073-.016.123.064.242.124.364.184v.01c.062.03.124.058.188.087.192.094.385.183.583.263.008.004.014.008.022.01.148.06.3.118.452.174.02.006.038.014.06.02.14.05.28.098.425.143.03.01.06.02.093.028.132.042.265.08.398.115.303.173.49.426.576.58l.34 1.462c-.007.59.463 1.075 1.05 1.084l.253.003c.08.02.167.032.256.03l.86-.013.852.015c.09.002.172-.012.253-.03l.257-.004c.586-.01 1.057-.494 1.05-1.083l.337-1.46c.087-.157.274-.41.576-.582.135-.034.267-.073.4-.115.032-.01.06-.02.09-.028.143-.045.285-.092.43-.144.017-.005.036-.013.056-.02.15-.055.3-.113.45-.173.007-.002.016-.006.02-.01.198-.08.39-.168.585-.262.063-.028.126-.056.187-.088v-.01c.12-.06.242-.12.363-.183.427-.174.808-.098 1.074.016l1.18.724c.414.42 1.09.424 1.51.01l1.58-1.56c.42-.412.427-1.09.013-1.507l-.65-.85c-.14-.26-.27-.68-.082-1.167.027-.042.056-.085.083-.13.05-.083.097-.17.148-.254.067-.122.135-.242.2-.365.063-.117.124-.235.182-.353.027-.055.052-.11.077-.167.057-.122.113-.242.165-.364.02-.052.042-.1.064-.152.053-.132.105-.263.156-.396.016-.044.03-.087.047-.13.05-.144.1-.29.148-.434.008-.035.02-.07.03-.103.026-.088.052-.176.076-.265.363-.784 1.83-1 1.83-1l-.005-.004c.564-.023 1.013-.482 1.017-1.05l.02-2.224c.004-.588-.468-1.07-1.06-1.076l-.77-.1c-.258-.078-.663-.27-.888-.734-.03-.125-.06-.25-.092-.372-.02-.054-.028-.107-.045-.16-.035-.13-.076-.26-.116-.386l-.06-.197c-.04-.113-.083-.225-.125-.338-.028-.078-.055-.16-.09-.24-.038-.094-.076-.19-.12-.282-.037-.094-.078-.19-.12-.283-.035-.077-.075-.154-.11-.232-.053-.106-.103-.212-.155-.317l-.104-.19c-.055-.106-.114-.21-.173-.314-.2-.46-.084-.892.005-1.114l.572-.93c.42-.412.426-1.088.013-1.508l-1.56-1.584c-.413-.42-1.09-.426-1.508-.012L23.7 5.1c-.15.112-.744.486-1.442.165h-.005c-.832-.503-1.71-.9-2.616-1.188l-.007-.01c-.026-.003-.228-.065-.31-.088l-.18-.09c-.355-.216-.53-.55-.6-.713l-.33-1.332c0-.588-.475-1.067-1.065-1.067H14.75c-.59 0-1.072.48-1.072 1.068l-.327 1.332s-.21.724-.78.802zm3.377 18.717c-3.763 0-6.81-3.05-6.81-6.808s3.046-6.81 6.81-6.81c3.76 0 6.805 3.05 6.805 6.81s-3.046 6.807-6.805 6.807z"
+ },
+ "name": "CoreSettings",
+ "size": 28,
+ "wrapper": "D(ib)"
+ }
+ },
+ "link": {
+ "content": "Td(n) Td(u):h D(b) C(#000)",
+ "wrapper": "Py(8px) Px(10px)"
+ },
+ "panel": {
+ "content": "Mx(-10px) Pos(r) My(0) P(0) C(#000)!",
+ "wrapper": "Bdrs(4px) Bgc(menuBgc) Bxsh(customShadowFlyoutMenu) D(b) End(0) Pos(a) Px(10px) T(40px) Ta(start)"
+ },
+ "button": {
+ "wrapper": "Cur(p) Bgc(#3775dd) Pt(0) Pend(3px) Fz(13px) Bdw(1px) Bds(s) Mt(2px) Mstart(3px) Whs(nw) Ta(c) C(#fff) Bdc(#182e5c)"
+ },
+ "menulist": {
+ "wrapper": "Fz(13px)"
+ }
+ },
+ "data": {
+ "items": {
+ "account_info": {
+ "order": 1,
+ "title": "Account Info",
+ "url": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Faccount\u002Fpersonalinfo\u002F",
+ "query": {}
+ }
+ },
+ "help": {
+ "order": 2,
+ "title": "Help",
+ "url": {
+ "protocol": "https",
+ "hostname": "help.yahoo.com",
+ "pathname": "\u002Fl\u002Fus\u002Fyahoo\u002Fnews_global\u002F"
+ }
+ },
+ "separator": {
+ "order": 3
+ },
+ "suggestions": {
+ "order": 4,
+ "title": "Suggestions",
+ "url": {
+ "protocol": "https",
+ "hostname": "yahoo.uservoice.com",
+ "pathname": "\u002Fforums\u002F204992"
+ }
+ }
+ }
+ }
+ },
+ "logo": {
+ "style": {
+ "cobrand": {
+ "partner": {},
+ "yahoo": {}
+ },
+ "container": {
+ "inline": {}
+ },
+ "country_property": {},
+ "property": {},
+ "yahoo": {}
+ },
+ "isCobrand": false,
+ "logoBgSize": "Bgz(250px)",
+ "backgroundColor": null,
+ "backgroundPosX": "Bgpx(0)",
+ "backgroundPosY": "Bgpy(0)",
+ "height": 74,
+ "width": 125,
+ "defaultRetinaImage": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_frontpage_en-US_s_f_pw_bestfit_frontpage_2x.png",
+ "defaultNonRetinaImage": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_frontpage_en-US_s_f_pw_bestfit_frontpage.png",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fl\u002Fyahoo_en-US_f_pw_125x32_2x.png",
+ "nonRetinaImage": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fl\u002Fyahoo_en-US_f_pw_125x32.png"
+ },
+ "mail": {
+ "style": {
+ "button": {
+ "inline": {}
+ },
+ "mailcount": {}
+ },
+ "data": {
+ "icon": {
+ "mail": {
+ "asset": {
+ "name": "NavMail",
+ "height": 512,
+ "width": 512,
+ "path": "M460.586 91.31H51.504c-10.738 0-19.46 8.72-19.46 19.477v40.088l224 104.03 224-104.03v-40.088c0-10.757-8.702-19.478-19.458-19.478M32.046 193.426V402.96c0 10.758 8.72 19.48 19.458 19.48h409.082c10.756 0 19.46-8.722 19.46-19.48V193.428l-224 102.327-224-102.327z"
+ },
+ "name": "NavMail",
+ "height": 35,
+ "width": 30
+ }
+ },
+ "mode": "client"
+ },
+ "urls": {
+ "mail": {
+ "protocol": "https",
+ "hostname": "mail.yahoo.com",
+ "pathname": "\u002F",
+ "query": {}
+ }
+ },
+ "compose": {
+ "url": "https:\u002F\u002Fmrd.mail.yahoo.com\u002Fcompose"
+ },
+ "count": {
+ "api": {
+ "protocol": "https",
+ "host": "mg.mail.yahoo.com",
+ "path": "\u002Fmailservices\u002Fv1\u002Fnewmailcount",
+ "query": {
+ "appid": "UnivHeader",
+ "wssid": ""
+ }
+ },
+ "jsonp": {
+ "timeout": 3000,
+ "prefix": "__uhmc__"
+ },
+ "maxCountDisplay": 99,
+ "pollingDuration": 10,
+ "pollingInterval": 2,
+ "pollingWindow": 110000
+ },
+ "mailservices": {
+ "api": {
+ "host": "mail.yahoo.com",
+ "path": "\u002F",
+ "protocol": "https",
+ "query": {
+ ".src": "ym"
+ }
+ }
+ },
+ "preview": {
+ "api": {
+ "protocol": "https",
+ "host": "ucs.query.yahoo.com",
+ "path": "\u002Fv1\u002Fconsole\u002Fyql",
+ "query": {
+ "format": "json",
+ "q": "select messageInfo.receivedDate, messageInfo.mid, messageInfo.flags.isRead, messageInfo.from.name, messageInfo.subject from ymail.messages where numMid=\"3\" limit 6",
+ "crumb": ""
+ }
+ },
+ "fetchInterval": 5000,
+ "jsonp": {
+ "timeout": 3000,
+ "prefix": "__uhmp__"
+ },
+ "urls": {
+ "message": "https:\u002F\u002Fmrd.mail.yahoo.com\u002Fmsg?fid=Inbox&amp;src=hp&amp;mid="
+ }
+ },
+ "url": "https:\u002F\u002Fmail.yahoo.com\u002F",
+ "signedInUrl": "https:\u002F\u002Fmail.yahoo.com\u002F"
+ },
+ "notifications": {
+ "comet": {
+ "config": {
+ "privateHost": "https:\u002F\u002Fpr.comet.yahoo.com\u002Fcomet",
+ "subscribeMaxTries": 1,
+ "subscribeTimeout": 5000
+ },
+ "channel": "\u002FUNP\u002Falerts\u002F*"
+ },
+ "count": {
+ "maxCountDisplay": 99
+ },
+ "style": {
+ "notificationsCount": {}
+ }
+ },
+ "account_switch": {
+ "isEnabled": true,
+ "styles": {
+ "avatar": {},
+ "secondary_accounts": {}
+ }
+ },
+ "follow": {
+ "style": {
+ "button": {
+ "inline": {}
+ },
+ "followcount": {}
+ },
+ "data": {
+ "icon": {
+ "follow": {
+ "asset": {
+ "name": "nav-bell",
+ "height": 512,
+ "width": 512,
+ "path": "M294.2 428.05h-74.4c0 20.543 16.656 37.2 37.2 37.2 20.535 0 37.2-12.47 37.2-37.2zM136.1 195.55c0 62.284-53.51 94.162-55.728 95.452L71 296.352v94.498h372v-94.498l-9.373-5.35c-.562-.318-55.727-32.573-55.727-95.452 0-63.88-12.533-148.8-120.9-148.8-108.368 0-120.9 84.92-120.9 148.8z"
+ },
+ "name": "nav-bell",
+ "size": 28
+ }
+ }
+ },
+ "count": {
+ "maxCountDisplay": 99,
+ "pollingInterval": 2,
+ "pollingDuration": 10
+ },
+ "maxUpsellCount": 10,
+ "prefetchBatchSize": 10,
+ "prefetchContent": true,
+ "renderTarget": "modal"
+ },
+ "placeHolder": {
+ "width": ""
+ },
+ "promotedNotification": {
+ "body": "Set your new tab and home page to Yahoo to keep up with latest news.",
+ "buttonLabel": "Add it Now ",
+ "enabled": true,
+ "extensionName": "homepage",
+ "heading": "Stay on top of breaking news!",
+ "isExtension": true,
+ "promoId": "20160606",
+ "increaseCount": true,
+ "timeToLive": 0,
+ "timeToResurrect": 1814400
+ },
+ "profile": {
+ "style": {
+ "account_info": {},
+ "avatar": {},
+ "container": {},
+ "panel": {},
+ "button": {
+ "inline": {}
+ },
+ "signed_out": {}
+ },
+ "data": {
+ "icon": {
+ "profile": {
+ "asset": {
+ "name": "profile",
+ "height": 48,
+ "width": 48,
+ "path": "M4.095 33.61c1.092 2.7 2.607 4.937 4.562 6.696 1.94 1.766 4.23 3.072 6.847 3.922 2.632.846 5.472 1.27 8.53 1.27 3.012 0 5.837-.425 8.458-1.27 1.053-.342 2.046-.754 2.986-1.244 1.41-.732 2.705-1.617 3.87-2.678 1.948-1.76 3.472-3.996 4.558-6.697 1.092-2.7 1.636-5.903 1.636-9.614 0-3.702-.544-6.904-1.636-9.61-1.086-2.703-2.608-4.934-4.56-6.694-1.944-1.767-4.23-3.07-6.854-3.922-2.62-.847-5.445-1.27-8.457-1.27-3.06 0-5.9.423-8.53 1.27-.847.277-1.662.607-2.443.98-1.623.777-3.1 1.753-4.404 2.942-1.956 1.76-3.47 3.992-4.562 6.694-1.09 2.706-1.636 5.908-1.636 9.61-.002 3.71.545 6.914 1.635 9.613zM35.838 34.758l-23.674.002v-2.21s.017-1.425 3.123-2.716c1.538-.633 3.35-1.854 6.6-2.24-.997-.705-1.44-2.154-2.29-4.17-.02-.032-.03-.068-.043-.1-.193.032-.393.032-.537-.046-.398-.232-.636-1.48-.642-2.092-.01-.906.48-.824.48-.824s.017 0 .042-.004c-.006-.07-.01-.142-.01-.213 0-.86-.174-2.24.053-2.988.353-1.176.78-2.46 1.72-2.464.874 0 .28-1.006 1.348-1.345 1.102-.348 2.912.262 3.283.262.53 0 1.863.378 2.78 1.284.646.64.572 1.08.93 2.25.23.777.057 2.167.057 3 0 .07-.007.14-.014.213.018.007.03.007.03.007s.487-.082.478.824c-.004.612-.248 1.86-.635 2.092-.146.078-.34.078-.53.052-.01.026-.023.058-.033.09-.85 1.996-1.308 3.457-2.305 4.162 3.283.38 5.107 1.61 6.654 2.25 3.128 1.287 3.14 2.533 3.14 2.533l-.002 2.39z"
+ },
+ "name": "profile",
+ "size": 34
+ }
+ }
+ },
+ "mode": "client",
+ "authStateCheck": false,
+ "avatarSize": "36px",
+ "loginBaseUrl": "https:\u002F\u002Flogin.yahoo.com\u002Fconfig\u002Flogin",
+ "settingUrl": "https:\u002F\u002Fedit.yahoo.com\u002Fconfig\u002Feval_profile",
+ "signoutUrl": "https:\u002F\u002Flogin.yahoo.com\u002Fconfig\u002Flogin?logout=1&amp;.direct=2&amp;.done=https:\u002F\u002Fwww.yahoo.com",
+ "urls": {
+ "signed_in": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Fconfig\u002Flogin",
+ "query": {}
+ },
+ "signed_out": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Fconfig\u002Flogin",
+ "query": {
+ ".direct": 2,
+ "logout": 1
+ }
+ },
+ "account_info": {
+ "protocol": "https",
+ "hostname": "edit.yahoo.com",
+ "pathname": "\u002Fconfig\u002Feval_profile",
+ "query": {}
+ }
+ }
+ },
+ "search": {
+ "style": {
+ "cancel_button": {},
+ "table": {},
+ "container": {},
+ "input": {},
+ "search_button": {
+ "inline_1": {},
+ "inline_2": {}
+ },
+ "magnifying_glass": {}
+ },
+ "verticalSearchEnabled": false,
+ "verticalSearchButtonText": "SEARCH_VERT_NEWS",
+ "webSearchButtonText": "SEARCH_WEB",
+ "verticalSearchAction": "https:\u002F\u002Fnews.search.yahoo.com\u002Fsearch",
+ "autofocus": true,
+ "assistYlc": ";_ylc=X3oDMTFiaHBhMnJmBF9TAzIwMjM1MzgwNzUEaXRjAzEEc2VjA3NyY2hfcWEEc2xrA3NyY2hhc3Q-",
+ "ylc": ";_ylc=X3oDMTFiN25laTRvBF9TAzIwMjM1MzgwNzUEaXRjAzEEc2VjA3NyY2hfcWEEc2xrA3NyY2h3ZWI-",
+ "buttonText": "SEARCH",
+ "glowEnabled": false,
+ "placeholderIcon": false,
+ "placeholderText": "SEARCH",
+ "autocomplete": {
+ "gossip": {
+ "url": {
+ "host": "search.yahoo.com",
+ "path": "\u002Fsugg\u002Fgossip\u002Fgossip-us-ura\u002F",
+ "query": {
+ "appid": "yahoo.com",
+ "nresults": 10,
+ "output": "sd1"
+ }
+ }
+ }
+ },
+ "icon": {},
+ "instantSearch": false,
+ "searchHint": false,
+ "cancelBtn": false,
+ "clearBtn": false,
+ "termCompleteBtn": false,
+ "trendingNow": false,
+ "magnifyingGlass": false,
+ "useIcon": false,
+ "queries": {},
+ "showSubPartnerLogo": false
+ },
+ "searchOrigin": {
+ "fr": "uh3_news_web_gs",
+ "vfr": "uh3_news_vert_gs",
+ "fr2": "p:news,m:{FRSOURCE}"
+ },
+ "skip_nav": {
+ "style": {
+ "container": {
+ "wrapper": "Pos(a)"
+ },
+ "link": {
+ "content": "W(0) O(h) D(ib) Whs(nw) Pos(a) Bg(#500095) C(#fff) Op(0) W(a):f Op(1):f P(5px):f"
+ }
+ },
+ "data": {
+ "items": {
+ "item_1": {
+ "name": "Skip to Navigation",
+ "link": "#Navigation",
+ "order": 1
+ },
+ "item_2": {
+ "name": "Skip to Main Content",
+ "link": "#Main",
+ "order": 2
+ },
+ "item_3": {
+ "name": "Skip to Related Content",
+ "link": "#Aside",
+ "order": 3
+ }
+ }
+ }
+ },
+ "topbar": {
+ "style": {
+ "nav_home": {
+ "inline": {},
+ "link": {}
+ },
+ "nav_main": {
+ "link": {},
+ "link_home": {
+ "icon": {
+ "down_arrow": {
+ "inline": {}
+ },
+ "home": {
+ "inline": {}
+ }
+ }
+ },
+ "link_more": {
+ "icon": {
+ "down_arrow": {
+ "inline": {}
+ }
+ }
+ }
+ },
+ "nav_more": {
+ "inline": {},
+ "link": {}
+ }
+ },
+ "data": {
+ "force_absolute": {
+ "answers": false,
+ "finance": false,
+ "games": false,
+ "groups": false,
+ "home": false,
+ "mail": false,
+ "mobile": false,
+ "screen": false,
+ "search": false,
+ "shopping": false,
+ "sports": false,
+ "weather": false
+ },
+ "force_absolute_all": true,
+ "homeSwitcher": {
+ "enabled": false
+ },
+ "more": 11,
+ "more_item": {
+ "link": "https:\u002F\u002Feverything.yahoo.com",
+ "title": "More"
+ },
+ "icon": {
+ "home": {
+ "asset": {
+ "name": "home",
+ "height": 32,
+ "width": 32,
+ "path": "M16.153 3.224L0 16.962h4.314v11.814h9.87v-8.003h3.934v8.003h9.84V16.962H32"
+ },
+ "name": "home",
+ "size": 16
+ },
+ "down_arrow": {
+ "asset": {
+ "name": "CoreArrowDown",
+ "height": 512,
+ "width": 512,
+ "path": "M500.77 131.432L477.53 108.18c-14.45-14.55-40.11-14.55-54.51 0L255.845 275.363 88.582 108.124c-15.015-14.874-39.363-14.874-54.42.108L10.94 131.486c-14.58 14.44-14.58 40.11-.033 54.442l217.77 217.845c15.004 14.82 39.33 14.874 54.42-.108L500.88 185.82c14.818-14.982 14.87-39.298-.11-54.388z"
+ },
+ "name": "CoreArrowDown",
+ "size": 8
+ }
+ }
+ }
+ },
+ "data": {
+ "action": {
+ "load_nav": {
+ "cache": {
+ "enabled": true
+ }
+ },
+ "load_theme": {
+ "cache": {
+ "enabled": true
+ },
+ "client": {
+ "enabled": true
+ }
+ }
+ }
+ },
+ "navTitle": "",
+ "ui": {
+ "alphatar": true,
+ "back": false,
+ "darkTheme": false,
+ "follow": true,
+ "help": false,
+ "logo": true,
+ "mail": true,
+ "mailcount": true,
+ "mailpreview": true,
+ "menuBtn": true,
+ "notifications": false,
+ "openSearchBtn": false,
+ "profile": true,
+ "profileNotifications": true,
+ "profileCardOpen": false,
+ "profileCardAvatar": false,
+ "profileCardName": false,
+ "profileCardEmail": false,
+ "profileCardSignout": false,
+ "profileCardAcctInfo": false,
+ "search": true,
+ "share": false,
+ "skip_nav": true,
+ "theme": "mega",
+ "topbar": true,
+ "topbarFFPromo": true,
+ "topbarSticky": true,
+ "partnerTheme": false
+ },
+ "useNavTitle": false,
+ "actions": {
+ "loadNav": false
+ },
+ "useTopicTitle": false
+ },
+ "i13n": {
+ "sec": "uh"
+ },
+ "mrt": {
+ "flush": false,
+ "cache": true,
+ "skipAlertOnChecksumMismatch": true,
+ "prioritize": false
+ }
+ },
+ "tgtm-Overlay-1-Nagbar": {
+ "ui": {
+ "eprivacy": false
+ },
+ "eprivacy": {
+ "wrapper_1": "Bgc(eprivbg) Pos(f) B(0) Start(0) End(0) M(0) C(white) Ta(c) Fz(14px) Ta(c) Pt(13px) Pb(14px) Pstart(40px) Pend(20px) lightweight_Bgc(eprivlwbg)"
+ }
+ },
+ "tgtm-Lead-2-FeatureBar": {
+ "contentSite": "news",
+ "imageSize": {
+ "width": 272,
+ "height": 144
+ },
+ "ui": {
+ "container_classnames": "Miw(1007px) Maw(1260px) Bxz(bb) Bdstartc(#fff) Bdstartw(20px) Bdendc(#fff) Bdends(s) Bdendw(20px) Bdstarts(s) Mx(a) My(10px)"
+ },
+ "site": "news"
+ },
+ "tgtm-YDC-Stream": {
+ "ads": {
+ "ad_polices": true,
+ "adchoices_url": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html",
+ "contentType": "video\u002Fmp4,application\u002Fx-shockwave-flash",
+ "count": 25,
+ "enableGeminiAdFeedback": true,
+ "enableVideoManagerGemini": false,
+ "fallback": false,
+ "force_thumbnail_size": false,
+ "frequency": 3,
+ "inline_video": true,
+ "letterbox_thumb": true,
+ "pu": "www.yahoo.com",
+ "related_ct_se": "5454650",
+ "related_start_index": 3,
+ "se": 4402687,
+ "spaceid": 2023538075,
+ "sponsored_url": "http:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Findex?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553",
+ "start_index": 1,
+ "timeout": 0,
+ "type": "STRM,STRM_CONTENT,STRM_VIDEO",
+ "useHqImg": true,
+ "useResizedImages": true,
+ "videoExpName": "gemini",
+ "videoBeaconDisabled": true,
+ "enableEndCard": true
+ },
+ "batches": {
+ "pagination": true,
+ "size": 10,
+ "timeout": 500,
+ "total": 170
+ },
+ "cache_ads": false,
+ "cache_ttl": 300,
+ "category": "YPROP:NEWS",
+ "clear_on_navigate": false,
+ "embedComponents": [],
+ "flyout_enabled": false,
+ "forceJpg": true,
+ "headline_test_enabled": true,
+ "i13n": {
+ "sec": "strm"
+ },
+ "login": {
+ "src": "fpctx"
+ },
+ "max_dedupe_ADID_size": 50,
+ "max_dedupe_UUID_size": 250,
+ "max_exclude": 0,
+ "min_count": 3,
+ "min_count_error": true,
+ "pageload_image_count": 3,
+ "pageload_item_count": -1,
+ "perf_beacon": false,
+ "perf_label": "",
+ "offnet": {
+ "include_lcp": true,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "twitter"]
+ },
+ "use_preview": true
+ },
+ "redisCompress": false,
+ "sentiment_comments_enabled": false,
+ "service": {
+ "specRetry": {
+ "enabled": true,
+ "triggerDelayPct": 50,
+ "throttleRate": 300
+ }
+ },
+ "sidekick_sectionid_enabled": false,
+ "store": {
+ "ls_delay": 1000,
+ "ls_ttl": 86400
+ },
+ "ui": {
+ "applet_layout": {
+ "actionFontSize": "Fz(12px)",
+ "actionColor": "#c8c8cc",
+ "actionIconSize": 15,
+ "actionWrapper": "D(ib) W(50%) Ta(end)",
+ "categoryClass": "Fz(14px) Fw(b) Tt(c) Ell Mb(5px)",
+ "headerLink": "Td(n) Fz(18px) Fw(b) LineClamp(4,91px)",
+ "linkColor": "C(#3c3c5b)",
+ "wrapper": "P(20px)"
+ },
+ "attribution_filter": false,
+ "attribution_pos": "top",
+ "breaking_news": false,
+ "breaking_news_closable": false,
+ "comments": true,
+ "comments_count": 3,
+ "comments_offnet": false,
+ "container_classnames": "",
+ "dispatch_content_store": true,
+ "editorial_content_count": 19,
+ "editorial_featured_count": 1,
+ "enable_canvass_comments": true,
+ "exclude_types": "",
+ "follow_cluster": true,
+ "follow_content": true,
+ "ad_image_fit": false,
+ "image_quality_override": true,
+ "inline_filters_article_min": 10,
+ "inline_filters_max": 0,
+ "inline_video": false,
+ "item_classnames": "",
+ "link_params": false,
+ "link_out_allowed": true,
+ "magazine_featured": true,
+ "magazine_icon": false,
+ "max_width": 900,
+ "mega_image_height": "",
+ "needtoknow_card": false,
+ "needtoknow_roundup_only": false,
+ "needtoknow_template": "carousel",
+ "ntk_bypassA3c": true,
+ "property_colors": true,
+ "pubtime_maxage": -1,
+ "related_count": 5,
+ "related_enabled": true,
+ "require_resized_image": false,
+ "related_item_width": "",
+ "related_min": 3,
+ "relative_links": true,
+ "render_video_featured": false,
+ "roundup": true,
+ "scrollbuffer": 900,
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "facebook", "twitter", "mail"],
+ "enable": true,
+ "mail_host": "www.yahoo.com"
+ },
+ "show_comment_count": true,
+ "show_error": true,
+ "show_follow_treatment": false,
+ "show_publisher_color": true,
+ "show_read": true,
+ "show_summary": true,
+ "smart_crop": true,
+ "sponsored_label": false,
+ "sponsored_label_pos": "bottom",
+ "storyline_count": 2,
+ "storyline_enabled": true,
+ "storyline_min": 2,
+ "summary": true,
+ "tiles": {
+ "allowPartialRows": true,
+ "doubleTallStart": 0,
+ "featured_label": false,
+ "gradient": false,
+ "height": 175,
+ "resizeImages": true,
+ "textOnly": [{
+ "backgroundColor": "#fff",
+ "foregroundColor": "#000"
+ }],
+ "width_max": 300,
+ "width_min": 200
+ },
+ "thumbnail": true,
+ "thumbnail_align": "left",
+ "thumbnail_size": 100,
+ "title_pos": "bottom",
+ "touch_device": false,
+ "tumblr_reblog": false,
+ "view": "mega",
+ "follow_cluster_hover_color": true,
+ "follow_content_hover_color": true,
+ "follow_content_tooltip": true,
+ "hover_on_image": true,
+ "tumblr_reblog_hover_color": true,
+ "tumblr_reblog_tooltip": true,
+ "show_comments_drawer": false,
+ "button_pos": "right",
+ "image_classes": "W(26.5%) Maw(220px)",
+ "related_endpoint": "ga-hr.slingstone.yahoo.com@score\u002Fv9\u002Fnews\u002Fen-US\u002Funified\u002Frelated_content_increased_coverage",
+ "show_label": true,
+ "storyline_navparam_enabled": true,
+ "prerender": {
+ "enabled": true,
+ "renderTargetId": "modal"
+ },
+ "featured_count": 1
+ },
+ "use_article_category": false,
+ "use_content_id": false,
+ "use_content_site": true,
+ "use_page_category": false,
+ "use_prefetch": true,
+ "use_yct_wikiids": true,
+ "video": {
+ "disable_buffer_on_pause": true,
+ "disable_title_on_hover": true,
+ "enable_ads": false,
+ "energy_saver_mode": false,
+ "enable_custom_controls": false,
+ "enable_detached_video": false,
+ "enable_docking": false,
+ "enable_expand_on_unmute": false,
+ "enable_video_enrichment": false,
+ "use_inline_video": false
+ },
+ "persist_category": false,
+ "use_mags_nydc": true,
+ "components": {
+ "StreamHeroCarousel": {
+ "ui": {
+ "enable_canvass_comments": true,
+ "show_comments_drawer": false
+ }
+ }
+ },
+ "linkRenderTarget": "modal",
+ "no_ss_pnr_ntk": false,
+ "pnr_package_enabled": true,
+ "ss_endpoint": "ga-hr.slingstone.yahoo.com@score\u002Fv9\u002Fnews\u002Fen-US\u002Funified\u002Fmega_news_ntk"
+ },
+ "tgtm-Col2-0-FollowAuthor": {
+ "site": "news",
+ "enableContentSite": false,
+ "authorCount": 3,
+ "headlineCount": 1,
+ "showProvider": false,
+ "authors": {
+ "news": [{
+ "name": "Katie Couric",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160914\u002Fkc2.jpg",
+ "url": "#",
+ "authorUrl": "https:\u002F\u002Fwww.yahoo.com\u002Fkatiecouric\u002F",
+ "listId": "98c14b1e-8c70-46db-987f-a15041641f07"
+ }, {
+ "name": "Michael Isikoff",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160914\u002Fmi2.jpg",
+ "url": "#",
+ "authorUrl": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftagged\u002Fmichael-isikoff",
+ "listId": "827f74ce-95bd-4dbc-86c4-a41ec6b4e731"
+ }, {
+ "name": "Matt Bai",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160914\u002Fmb2.jpg",
+ "url": "#",
+ "authorUrl": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftagged\u002Fmatt-bai",
+ "listId": "f0462a32-6855-4ed3-b7f8-74fc942db55a"
+ }],
+ "sports": {
+ "isObject": true,
+ "tim-brown": {
+ "name": "Tim Brown",
+ "title": "Yahoo Sports MLB columnist",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F05\u002F30\u002F01-expert-feat-posts-70x70-png_005010.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Ftim-brown\u002F",
+ "listId": "eda27310-8cd7-4eb3-9325-7f8ae3929fe4"
+ },
+ "jeff-passan": {
+ "name": "Jeff Passan",
+ "title": "Yahoo Sports MLB columnist",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F06\u002F01\u002F01-expert-feat-posts-70x70-png_235312.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Fjeff-passan\u002F",
+ "listId": "5e55e158-edbf-4932-942a-db471bee29e8"
+ },
+ "kevin-iole": {
+ "name": "Kevin Iole",
+ "title": "Yahoo Sports columnist",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F05\u002F28\u002F01-expert-feat-posts-70x70-png_225912.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Fkevin-iole\u002F",
+ "listId": "0845af66-9c6d-43a8-8636-4f6e9f8471cf"
+ },
+ "pat-forde": {
+ "name": "Pat Forde",
+ "title": "Yahoo Sports NCAA columnist",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F05\u002F30\u002F01-expert-feat-posts-70x70-png_000447.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Fpat-forde\u002F",
+ "listId": "368bc7d1-f7f9-4767-802b-dd22a6955290"
+ },
+ "jeff-eisenberg": {
+ "name": "Jeff Eisenberg",
+ "title": "Yahoo Sports NCAA blogger",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fpublish-images\u002Fsports\u002F2015-03-18\u002F256e5f10-cdc1-11e4-88aa-7d41d3c7c804_JeffEisenberg70-jpg_202637.jpg",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Fjeff-eisenberg\u002F",
+ "listId": "57d89a98-120e-4c44-88c0-9ea1f7b96bf2"
+ },
+ "adrian-wojnarowski": {
+ "name": "Adrian Wojnarowski",
+ "title": "Yahoo Sports NBA columnist",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F05\u002F30\u002F01-expert-feat-posts-70x70-png_005116.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Fadrian-wojnarowski\u002F",
+ "listId": "da29fa5f-50ec-4a0d-be8d-8f0d482169cd"
+ },
+ "marc-j-spears": {
+ "name": "Marc J. Spears",
+ "alias": "marc-j-spears",
+ "title": "Yahoo Sports NBA reporter",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F05\u002F28\u002F01-expert-feat-posts-70x70-png_230455.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Fmarc-j-spears\u002F",
+ "listId": "ee04c940-6f0b-11e1-afcc-92fb33c2be30"
+ },
+ "charles-robinson": {
+ "name": "Charles Robinson",
+ "title": "Yahoo Sports investigative reporter",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F07\u002F22\u002F01-expert-feat-posts-70x70-png_203726.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Fcharles-robinson\u002F",
+ "listId": "37e1413e-5d82-4aca-a4ab-3974cb191975"
+ },
+ "eric-adelson-20120217": {
+ "name": "Eric Adelson",
+ "alias": "eric-adelson-20120217",
+ "title": "Yahoo Sports columnist",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F05\u002F10\u002F01-expert-feat-posts-70x70-png_165931.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Feric-adelson-20120217\u002F",
+ "listId": "0f76ef5e-deb5-4587-8521-f0c51a06b702"
+ },
+ "dan-wetzel": {
+ "name": "Dan Wetzel",
+ "title": "Yahoo Sports columnist",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fos\u002F388\u002F2012\u002F06\u002F28\u002F01-expert-feat-posts-70x70-png_230024.png",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002Fauthor\u002Fdan-wetzel\u002F",
+ "listId": "98c2ef0b-8343-4614-9b68-620c4556f124"
+ }
+ }
+ },
+ "category": ""
+ },
+ "tgtm-Col2-3-CanvassSummaryView": {
+ "publisher": "news-en-US",
+ "guidelineUrl": "\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Fnews\u002FSLN2292.html",
+ "FIXED_UH_HEIGHT": 130,
+ "ui": {
+ "sortTabs": {
+ "enabled": true,
+ "arrangement": ["popular", "createdAt", "oldest", "mostdiscussed"],
+ "defaultTab": "popular",
+ "myComments": false
+ },
+ "enableCommentsToggle": false,
+ "expanded": true,
+ "containerExtraClasses": "",
+ "reactions": {
+ "enabled": false
+ },
+ "seeMore": false,
+ "thumbs": ["up"],
+ "disclaimer": {
+ "enable": false
+ },
+ "showContextDisplayText": true
+ },
+ "i13n": {
+ "itc": "1",
+ "sec": "cmmts",
+ "subsec": "canvass"
+ },
+ "header": {
+ "imgTitle": "Elections",
+ "imgUrl": "",
+ "imgStyle": "W(100%)",
+ "imgLink": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Felections",
+ "imgFollowLink": true,
+ "forceLoad": false,
+ "logoImg": ""
+ },
+ "subHeader": {
+ "title": "CANVASS_SUBHEADER_TITLE",
+ "subHeaderStyle": "Fz(15px) Fw(b)"
+ },
+ "footer": {
+ "footerTxt": "CANVASS_FOOTER_TITLE",
+ "footerStyle": "C(#188fff)"
+ },
+ "isSummaryView": true,
+ "enable": true,
+ "enableInitAction": false
+ },
+ "tgtm-Col2-4-WeatherSimpleForecast": {
+ "assetsConfig": {
+ "image": {
+ "base": "https:\u002F\u002Fs.yimg.com\u002Fos\u002Fweather\u002F1.0.1\u002F",
+ "resource": {
+ "darkIcon": "dark_icon\u002F",
+ "flickr": "flickr\u002F",
+ "icon": "icon\u002F",
+ "moon": "moon\u002F",
+ "precipitation": "precipitation\u002F",
+ "provider": "provider\u002F",
+ "shadowIcon": "shadow_icon\u002F",
+ "sun": "sun\u002F",
+ "windmill": "windmill\u002F",
+ "map": "map\u002F"
+ }
+ },
+ "js": {
+ "map": "https:\u002F\u002Fs.yimg.com\u002Fst\u002Fymaps-ajax-v5\u002F5.0.12\u002Fymaps.min.js"
+ }
+ },
+ "location": {
+ "woeid": null
+ },
+ "ui": {
+ "blurBackground": false,
+ "displayProvider": true,
+ "enableLocationDetect": true,
+ "followRoute": false,
+ "forceLoadCondition": true,
+ "getFavoriteLocation": false,
+ "hasMargin": false,
+ "initAction": 1,
+ "providerCheck": true,
+ "separateBackground": false,
+ "seperateLocationAndTemperature": false,
+ "setSelectedAsCurrentLoc": false,
+ "showLocationHint": true,
+ "updateMetaOnInit": false
+ },
+ "unit": ["imperial", "metric"],
+ "moduleOrder": [
+ ["Forecast", "Precipitation", "Wind"],
+ ["Detail", "Sun", "Map"]
+ ],
+ "mapSwitch": {
+ "size": 50,
+ "imageHostName": "https:\u002F\u002Fweather-flickr-yql-tile.media.yahoo.com"
+ },
+ "defaultImageDimension": {
+ "width": 1024,
+ "height": 768
+ },
+ "mapLink": "http:\u002F\u002Fweather.com\u002Fweather\u002Fradar\u002Finteractive\u002Fl\u002F{locationId}",
+ "providerLink": "http:\u002F\u002Fwww.weather.com\u002Fweather\u002Fextended\u002Fl\u002F{locationId}",
+ "landingUrl": "https:\u002F\u002Fweather.yahoo.com\u002F",
+ "dataExclude": ["forecasts.hourly", "photos", "observation", "precipitations", "sunAndMoon"]
+ },
+ "tgtm-Col2-6-Channels": {
+ "channels": {
+ "enableAdOnQuickPlay": true,
+ "enableOverlayTitle": false,
+ "mode": "quickplay",
+ "parentAlias": "",
+ "sidekickConfig": {
+ "bgColor": "#fff"
+ },
+ "playlistAlias": "news",
+ "yvapid": "1138"
+ },
+ "i13n": {
+ "sec": "vid-channels-mod"
+ },
+ "container_classnames": "Mb(40px)"
+ },
+ "tgtm-Col2-7-DiscussionList": {
+ "ads": {
+ "adchoicesUrl": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html",
+ "adsCount": 5,
+ "enableGeminiAd": true,
+ "nativeAdDimension": ["118x61"],
+ "sponsoredUrl": "http:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Findex?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553"
+ },
+ "appendQueryParam": {
+ ".tsrc": "jtc_news_index"
+ },
+ "category": "LISTID:JTD$politics",
+ "count": 10,
+ "dispatchContentStore": true,
+ "flyoutEnabled": true,
+ "i13n": {
+ "sec": "jtd"
+ },
+ "maxCount": 5,
+ "resizeTag": ["img:150x111|2|80"],
+ "requireArticleWithComments": true,
+ "requireResizeTags": ["img:150x111"],
+ "requireResizedImage": true,
+ "sentimentCommentsEnabled": true,
+ "topRatedCommentsEnabled": true,
+ "ui": {
+ "enable_canvass_comments": true
+ },
+ "usePrefetch": true,
+ "linkRenderTarget": "modal",
+ "prerender": {
+ "enabled": true,
+ "renderTargetId": "modal"
+ }
+ },
+ "tgtm-Col2-8-Footer": {
+ "copyright": {},
+ "legalAttribution": "ATTRIBUTION_YAHOO",
+ "enableLegalAttribution": true,
+ "links": ["help", "privacy", "suggestions", "about_our_ads", "terms"],
+ "linkMeta": {
+ "about_our_ads": {
+ "title": "ABOUT_OUR_ADS",
+ "href": "https:\u002F\u002Finfo.yahoo.com\u002Fprivacy\u002Fus\u002Fyahoo\u002Frelevantads.html"
+ },
+ "advertise": {
+ "title": "ADVERTISE",
+ "href": "https:\u002F\u002Fadvertising.yahoo.com"
+ },
+ "careers": {
+ "title": "CAREERS",
+ "href": "https:\u002F\u002Fcareers.yahoo.com\u002Fus"
+ },
+ "feedback": {
+ "title": "FEEDBACK",
+ "href": "https:\u002F\u002Ffeedback.yahoo.com\u002Fforums\u002F206380-us-homepage"
+ },
+ "help": {
+ "title": "HELP",
+ "href": "https:\u002F\u002Fhelp.yahoo.com\u002Fkb\u002Fhelpcentral"
+ },
+ "privacy": {
+ "title": "PRIVACY",
+ "href": "https:\u002F\u002Fpolicies.yahoo.com\u002Fus\u002Fen\u002Fyahoo\u002Fprivacy\u002Findex.htm"
+ },
+ "suggestions": {
+ "title": "SUGGESTIONS",
+ "href": "https:\u002F\u002Fyahoo.uservoice.com\u002Fforums\u002F206380"
+ },
+ "terms": {
+ "title": "TERMS",
+ "href": "https:\u002F\u002Fpolicies.yahoo.com\u002Fus\u002Fen\u002Fyahoo\u002Fterms\u002Futos\u002Findex.htm"
+ }
+ },
+ "wrapperClassName": "yvpDocked_Mt(260px)"
+ },
+ "tgtm-Nav-0-NavLite": {
+ "account_switch": {
+ "isEnabled": true
+ },
+ "closeBtn": false,
+ "components": {
+ "home": {
+ "title": "Home",
+ "link": "https:\u002F\u002Fwww.yahoo.com",
+ "type": "home",
+ "isNavLink": true,
+ "flexibleLinks": true,
+ "i13n": {}
+ },
+ "propertyHome": {
+ "title": "PROPERTY_HOME",
+ "dragonFlyKey": "PROPERTY_HOME"
+ },
+ "megaLinks": {
+ "links": ["mail", "news", "sports", "finance", "celebrity", "shopping", "movies", "beauty", "style", "tech", "tv", "more_on_yahoo"]
+ },
+ "mail": {
+ "title": "Mail",
+ "link": "https:\u002F\u002Fmail.yahoo.com\u002F?.src=fpctx",
+ "type": "mail",
+ "i13n": {}
+ },
+ "magazines": {
+ "title": "Topics",
+ "open": true,
+ "collapse": false,
+ "type": "magazines",
+ "i13n": {},
+ "links": ["news", "sports", "finance", "movies", "tv", "music", "celebrity", "gma", "homes", "style", "beauty", "horoscopes", "tech"]
+ },
+ "apps": {
+ "title": "Apps",
+ "type": "apps",
+ "i13n": {},
+ "links": ["ios_apps_yahoo", "ios_apps_digest", "ios_apps_mail", "ios_apps_finance", "ios_apps_sports", "ios_apps_weather", "ios_apps_search"]
+ },
+ "more": {
+ "title": "More",
+ "link": "https:\u002F\u002Feverything.yahoo.com",
+ "type": "more",
+ "i13n": {},
+ "links": ["answers", "dating", "fantasy", "flickr", "groups", "homes", "jobs", "local", "mobile", "my_yahoo", "tumblr", "weather"]
+ },
+ "news": {
+ "title": "News",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002F",
+ "collapse": true,
+ "type": "news",
+ "i13n": {},
+ "links": ["news_us", "news_world", "news_politics", "news_tech", "news_science", "news_odd", "news_abc-news", "news_originals", "news_katie"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "tumblr",
+ "id": "yahoonews"
+ }, {
+ "channel": "twitter",
+ "id": "yahoonews"
+ }, {
+ "channel": "facebook",
+ "id": "YahooNews"
+ }, {
+ "channel": "instagram",
+ "id": "yahoonews"
+ }]
+ },
+ "celebrity": {
+ "title": "Celebrity",
+ "link": "https:\u002F\u002Fcelebrity.yahoo.com",
+ "collapse": true,
+ "type": "celebrity",
+ "i13n": {},
+ "links": ["celebrity_news", "celebrity_photos", "celebrity_us_interviews", "celebrity_couples", "celebrity_scandals", "celebrity_the-insider", "celebrity_social_snaps"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "tumblr",
+ "id": "yahooentertainment"
+ }, {
+ "channel": "twitter",
+ "id": "yahoocelebrity"
+ }, {
+ "channel": "facebook",
+ "id": "YahooCelebrity"
+ }, {
+ "channel": "instagram",
+ "id": "yahoocelebrity"
+ }]
+ },
+ "katiecouric": {
+ "title": "Katie Couric",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fkatiecouric",
+ "collapse": true,
+ "type": "katiecouric",
+ "i13n": {},
+ "links": ["katiecouric_newsmakers", "katiecouric_conversations", "katiecouric_nowigetit", "katiecouric_world", "katiecouric_live"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "tumblr",
+ "id": "katiecouric"
+ }, {
+ "channel": "facebook",
+ "id": "katiecouric"
+ }, {
+ "channel": "twitter",
+ "id": "katiecouric"
+ }, {
+ "channel": "instagram",
+ "id": "katiecouric"
+ }, {
+ "channel": "pinterest",
+ "id": "katiecouric"
+ }]
+ },
+ "style": {
+ "title": "Style",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fstyle",
+ "collapse": true,
+ "type": "style",
+ "i13n": {},
+ "links": ["style_decor", "style_horoscope", "style_fashion", "style_accessories", "style_popculture", "style_weddings", "style_sparkletips", "style_men", "style_exclusive", "style_fashionweek", "style_a-to-zee", "style_video", "style_redcarpet", "style_shopping", "beauty"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "YahooStyle"
+ }, {
+ "channel": "facebook",
+ "id": "yahoostylebeauty"
+ }, {
+ "channel": "instagram",
+ "id": "Yahoostyle"
+ }, {
+ "channel": "pinterest",
+ "id": "YahooStyle"
+ }]
+ },
+ "beauty": {
+ "title": "Beauty",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fbeauty",
+ "collapse": true,
+ "type": "beauty",
+ "i13n": {},
+ "links": ["beauty_beauty-stories", "beauty_just-bobbi", "beauty_the-goods", "beauty_confidence", "beauty_dudes", "beauty_fall-beauty", "beauty_beauty-food", "beauty_celebrity", "beauty_news", "beauty_video", "beauty_how-to", "style"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "YahooBeauty"
+ }, {
+ "channel": "facebook",
+ "id": "yahoostylebeauty"
+ }, {
+ "channel": "instagram",
+ "id": "YahooBeauty"
+ }, {
+ "channel": "pinterest",
+ "id": "YahooBeauty"
+ }]
+ },
+ "gma": {
+ "title": "GMA",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fgma",
+ "collapse": true,
+ "type": "gma",
+ "i13n": {},
+ "links": [],
+ "linksTitle": ["gma_spon5"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "GMA"
+ }, {
+ "channel": "facebook",
+ "id": "GoodMorningAmerica"
+ }, {
+ "channel": "tumblr",
+ "id": "goodmorningamerica"
+ }]
+ },
+ "backstage": {
+ "title": "Backstage",
+ "link": "https:\u002F\u002Fbackstage.yahoo.com\u002F",
+ "links": [],
+ "linksTitle": ["backstage_spon5"]
+ },
+ "kidstakeon": {
+ "title": "Kids Take On",
+ "link": "https:\u002F\u002Fkidstakeon.yahoo.com\u002F",
+ "links": [],
+ "linksTitle": ["kidstakeon_spon5"],
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "buzzlienews"
+ }, {
+ "channel": "facebook",
+ "id": "Buzzlienews"
+ }]
+ },
+ "letssolveit": {
+ "title": "Lets Solve It",
+ "link": "https:\u002F\u002Fletssolveit.yahoo.com\u002F",
+ "links": [],
+ "linksTitle": ["letssolveit_spon5"],
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "jpmorganfunds"
+ }]
+ },
+ "livenationpresents": {
+ "title": "Live Nation Presents",
+ "link": "https:\u002F\u002Flivenationpresents.yahoo.com\u002F",
+ "links": [],
+ "linksTitle": ["livenationpresents_spon5"],
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "YahooMusic"
+ }, {
+ "channel": "facebook",
+ "id": "yahoomusic"
+ }, {
+ "channel": "instagram",
+ "id": "yahoomusic"
+ }]
+ },
+ "mrright": {
+ "title": "mrright",
+ "link": "https:\u002F\u002Fmr-right.yahoo.com\u002F",
+ "links": [],
+ "linksTitle": ["mrright_spon5"],
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "DateMrRight"
+ }, {
+ "channel": "facebook",
+ "id": "getmrright"
+ }]
+ },
+ "movies": {
+ "title": "Movies",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fmovies",
+ "collapse": true,
+ "type": "movies",
+ "i13n": {},
+ "links": ["movies_showtimes", "movies_trailers", "movies_starwars", "movies_hunger_games", "movies_videos", "movies_superfan"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "tumblr",
+ "id": "yahooentertainment"
+ }, {
+ "channel": "twitter",
+ "id": "YahooMovies"
+ }, {
+ "channel": "facebook",
+ "id": "YahooMovies"
+ }, {
+ "channel": "instagram",
+ "id": "yahoomovies"
+ }]
+ },
+ "tech": {
+ "title": "Tech",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Ftech",
+ "collapse": true,
+ "type": "tech",
+ "i13n": {},
+ "links": ["tech_reviews", "tech_how-to", "tech_deals", "tech_pogue", "tech_apple", "tech_holiday"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "YahooTech"
+ }, {
+ "channel": "facebook",
+ "id": "YahooTech"
+ }, {
+ "channel": "instagram",
+ "id": "yahootech"
+ }]
+ },
+ "tv": {
+ "title": "TV",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Ftv",
+ "collapse": true,
+ "type": "tv",
+ "i13n": {},
+ "links": ["tv_reviews", "tv_emmys", "tv_superfan", "tv_interviews", "tv_recaps", "tv_videos", "tv_binge-guide", "tv_photos"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "YahooTV"
+ }, {
+ "channel": "facebook",
+ "id": "YahooTV"
+ }, {
+ "channel": "instagram",
+ "id": "YahooTv"
+ }]
+ },
+ "music": {
+ "title": "Music",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fmusic",
+ "collapse": true,
+ "type": "music",
+ "i13n": {},
+ "links": ["music_live-nation-presents", "music_rising", "music_summer-festivals", "music_performances", "music_videos", "music_interviews", "music_photos", "music_reviews", "music_reality-rocks"],
+ "propertyColor": "#efefef",
+ "followButtonsConfig": [{
+ "channel": "twitter",
+ "id": "YahooMusic"
+ }, {
+ "channel": "facebook",
+ "id": "YahooMusic"
+ }, {
+ "channel": "instagram",
+ "id": "yahoomusic"
+ }]
+ },
+ "sports": {
+ "title": "Sports",
+ "link": "http:\u002F\u002Fsports.yahoo.com",
+ "collapse": true,
+ "disablePosFix": true,
+ "type": "sports",
+ "i13n": {
+ "sec": "navrail"
+ },
+ "links": ["sports_daily_fantasy", "sports_fantasy", "sports_livegames", "sports_esports", "sports_nfl", "sports_nba", "sports_woj", "sports_mlb", "sports_ncaab", "sports_ncaaf", "sports_nhl", "sports_mma", "sports_soccer", "sports_golf", "sports_nascar", "sports_rivals", "sports_shop", "sports_boxing", "sports_ten", "sports_cycling", "sports_wnba", "sports_horse_racing", "sports_ncaaw", "sports_stack"],
+ "linksRight": ["sports_myteams"],
+ "propertyColor": "#efefef"
+ },
+ "finance": {
+ "title": "Finance",
+ "link": "https:\u002F\u002Ffinance.yahoo.com",
+ "collapse": true,
+ "type": "finance",
+ "i13n": {},
+ "links": ["finance_my_portfolio", "finance_my_quote_news", "finance_market_data", "finance_yahoo_originals", "finance_business_finance", "finance_personal_finance", "finance_cnbc", "finance_contributors"],
+ "propertyColor": "#efefef"
+ },
+ "search": {
+ "title": "Search",
+ "link": "https:\u002F\u002Fsearch.yahoo.com",
+ "icon": "search",
+ "type": "search",
+ "collapse": false,
+ "style": "enhanced"
+ },
+ "fp": {
+ "title": "Home",
+ "link": "\u002F",
+ "type": "home",
+ "isNavLink": true,
+ "flexibleLinks": false,
+ "i13n": {},
+ "links": ["mail"]
+ }
+ },
+ "featureSwitches": {
+ "navLogoAlign": false,
+ "uhMagDesign": true,
+ "followButtons": true,
+ "cobrandLogo": false,
+ "navrailCollapse": false,
+ "disableDivider": true
+ },
+ "linkMeta": {
+ "home": {
+ "title": "Home",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002F"
+ },
+ "backstage": {
+ "title": "Backstage",
+ "link": "https:\u002F\u002Fbackstage.yahoo.com\u002F"
+ },
+ "backstage_spon5": {
+ "bundles": {
+ "freeForm": "\u003Ca href=\"\u002F\"\u003E\u003Cspan style=\"width:219px;height:30px;display:inline-block;background:url('https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F151124\u002Fbackstage-branded-logo-v2.png') no-repeat;background-size:contain;vertical-align:middle;\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E"
+ }
+ },
+ "beauty": {
+ "title": "Beauty",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fbeauty"
+ },
+ "celebrity": {
+ "title": "Celebrity",
+ "link": "https:\u002F\u002Fcelebrity.yahoo.com"
+ },
+ "dailyfantasy": {
+ "title": "Daily Fantasy",
+ "link": "https:\u002F\u002Fsports.yahoo.com\u002Fdailyfantasy\u002F"
+ },
+ "esports": {
+ "title": "Esports",
+ "link": "https:\u002F\u002Fesports.yahoo.com"
+ },
+ "finance": {
+ "title": "Finance",
+ "link": "https:\u002F\u002Ffinance.yahoo.com"
+ },
+ "kidstakeon": {
+ "title": "Kids Take On",
+ "link": "https:\u002F\u002Fkidstakeon.yahoo.com\u002F"
+ },
+ "kidstakeon_spon5": {
+ "bundles": {
+ "freeForm": "\u003Ca href=\"\u002F\"\u003E\u003Cspan style=\"width:394px;height:30px;display:inline-block;background:url('https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160727\u002Fkidstake-on-header.jpg') no-repeat;background-size:contain;vertical-align:middle;\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E"
+ }
+ },
+ "letssolveit": {
+ "title": "Lets Solve It",
+ "link": "https:\u002F\u002Fletssolveit.yahoo.com\u002F"
+ },
+ "letssolveit_spon5": {
+ "bundles": {
+ "freeForm": "\u003Ca href=\"\u002F\"\u003E\u003Cspan style=\"width:227px;height:30px;display:inline-block;background:url('https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160203\u002Fletssolveit-branded-logo-v3.jpg') no-repeat;background-size:contain;vertical-align:middle;\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E"
+ }
+ },
+ "livenationpresents": {
+ "title": "Live Nation Presents",
+ "link": "https:\u002F\u002Flivenationpresents.yahoo.com\u002F"
+ },
+ "livenationpresents_spon5": {
+ "bundles": {
+ "freeForm": "\u003Ca href=\"\u002F\"\u003E\u003Cspan style=\"width:224px;height:25px;display:inline-block;background:url('https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160411\u002Flivenationpresents-logo-d.png') no-repeat;background-size:contain;vertical-align:middle;margin-left:4px;\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E"
+ }
+ },
+ "movies": {
+ "title": "Movies",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fmovies"
+ },
+ "mrright": {
+ "title": "mrright",
+ "link": "https:\u002F\u002Fmr-right.yahoo.com\u002F"
+ },
+ "mrright_spon5": {
+ "bundles": {
+ "freeForm": "\u003Ca href=\"\u002F\"\u003E\u003Cspan style=\"width:250px;height:30px;display:inline-block;background:url('https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160304\u002Fmrright-desktop.jpg') no-repeat;background-size:contain;vertical-align:middle;\"\u003E\u003C\u002Fspan\u003E\u003C\u002Fa\u003E"
+ }
+ },
+ "music": {
+ "title": "Music",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fmusic"
+ },
+ "news": {
+ "title": "News",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002F"
+ },
+ "sports": {
+ "title": "Sports",
+ "link": "https:\u002F\u002Fsports.yahoo.com"
+ },
+ "sports_myteams": {
+ "bundles": {
+ "actionMethod": "loadMyTeamsAction",
+ "bundleName": "react-sports.nav",
+ "name": "FavoriteTeamsNav",
+ "props": {
+ "maxDisplayItems": 3,
+ "navrailCompatible": true,
+ "navClasses": "Fz(15px) Grid M(0) Va(t) Lh(39px) teams-nav",
+ "subNavParentClasses": "D(ib) Fz(13px) overflow",
+ "buttonClasses": "Px(8px) Py(7px) Fz(11px) Mx(10px) Td(n) C(#9ea2af)! C(#8d919d):h Bdw(1px) Bds(s) Bdc(#9ea2af) Bdc(#8d919d):h",
+ "subNavClasses": "Bgc(#fff) Pos(a) M(0) Whs(nw) Bd(bordered) sub-nav Miw(120px)",
+ "urlPrefix": "http:\u002F\u002Fsports.yahoo.com"
+ },
+ "config": {}
+ }
+ },
+ "style": {
+ "title": "Style",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Fstyle"
+ },
+ "tech": {
+ "title": "Tech",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Ftech"
+ },
+ "tv": {
+ "title": "TV",
+ "link": "https:\u002F\u002Fwww.yahoo.com\u002Ftv"
+ }
+ },
+ "mobileSectionMeta": {
+ "property": {},
+ "yahooSites": {
+ "listMeta": {}
+ },
+ "services": {},
+ "apps": {
+ "listMeta": {}
+ },
+ "tools": {
+ "listMeta": {}
+ }
+ },
+ "profile": {
+ "mode": "client",
+ "avatarSize": "36px",
+ "loginBaseUrl": "https:\u002F\u002Flogin.yahoo.com\u002Fconfig\u002Flogin",
+ "settingUrl": "https:\u002F\u002Fedit.yahoo.com\u002Fconfig\u002Feval_profile",
+ "urls": {
+ "signed_in": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Fconfig\u002Flogin",
+ "query": {}
+ },
+ "signed_out": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Fconfig\u002Flogin",
+ "query": {
+ ".direct": 2,
+ "logout": 1
+ }
+ },
+ "signed_out_as": {
+ "protocol": "https",
+ "hostname": "login.yahoo.com",
+ "pathname": "\u002Fconfig\u002Flogin",
+ "query": {
+ ".direct": 1,
+ "logout_all": 1
+ }
+ },
+ "account_info": {
+ "protocol": "https",
+ "hostname": "edit.yahoo.com",
+ "pathname": "\u002Fconfig\u002Feval_profile",
+ "query": {}
+ }
+ }
+ },
+ "renderMobileOnServer": false,
+ "renderSecondaryNav": true,
+ "theme": {
+ "mobileBgColor": "Bg(nrBgColor)!",
+ "mobileBgColorFallback": "Bg(nrBgColorFallback)",
+ "mobileIconColor": "#fff",
+ "mobileTitleColor": "C(nrSectionHeading)",
+ "mobileLinkColor": "C(#fff)",
+ "mobileSectionBorder": {
+ "top": "Bdt(nrSectionBorder)",
+ "bottom": "Bdb(nrSectionBorder)",
+ "both": "Bdy(nrSectionBorder)"
+ }
+ },
+ "ui": {
+ "bgColor": "Bgc($bg-content)!",
+ "darkTheme": false,
+ "displayGroupTitle": false,
+ "followStoryLines": false,
+ "headerTitle": null,
+ "highlightPropertyHome": true,
+ "isNavLink": false,
+ "mailBadgeClass": "Bgc(#f0162f) Bdrs(11px) Bdc(#fff) Bdw(2px)Bds(s) W(8px) H(8px) Pos(a) T(8px) Start(26px)",
+ "makeSticky": false,
+ "navCache": true,
+ "navSections": "property",
+ "relativeLinks": false,
+ "remoteAdapter": true,
+ "renderLogoNav": false,
+ "renderPropertyNav": true,
+ "sections": ["property"],
+ "showMailCount": false,
+ "showPropertyHome": true,
+ "dividerClasses": "H(0)!",
+ "hoverColor": "C(lightTheme):h",
+ "linkItemClasses": "Bgc(navliteLinkUnderline):h",
+ "navLinkClassesOnHover": "H(42px) Bdw(0) Bdbs(s)! Bxz(bb) Bdbc(navliteLinkUnderline)!:h Bdbw(4px)!:h Bdbs(s)!:h Bdbc(navliteLinkUnderline)!:f Bdbw(4px)!:f Bdbs(s)!:f O(n) Bdbc(#fff)! Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width)",
+ "navLinkNonHoverClasses": "C(navliteLinkNonHover) Bdbs(n)",
+ "offsetHack": "Pt(2px)",
+ "overrideColor": "C(lightTheme)",
+ "propertyHomeClasses": "H(42px) Bdw(0) Bdbs(s) Bxz(bb) Bdbc(navliteLinkUnderline):h Bdbw(4px):h Bdbs(s)!:h Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width)",
+ "selectColor": "C(lightTheme)! H(42px) Bdw(0) Bdbs(s) Bxz(bb) Bdbc(navliteLinkUnderline) Bdbw(4px) Trstf(l) Trsde(0s) Trsdu(.18s) Trsp(border-bottom-width)",
+ "subnavLinkClasses": "C(#fff):h"
+ },
+ "mrt": {
+ "flush": false,
+ "static": false
+ }
+ },
+ "tgtm-Nav-0-NavLite-acct-switch-0-AccountSwitch": {
+ "isEnabled": true,
+ "clientRender": true,
+ "accountListLength": 3,
+ "enableAlphatar": true,
+ "host": "login.yahoo.com",
+ "urlReplacements": {
+ "CRUMB": {
+ ".crumb": "{crumb}"
+ },
+ "DONE": {
+ ".done": "{doneUrl}"
+ },
+ "DONE_YAHOO": {
+ ".done": "{doneUrlYahoo}"
+ }
+ },
+ "urls": {
+ "accountInfo": {
+ "protocol": "https",
+ "path": "\u002Faccount\u002Fpersonalinfo\u002F",
+ "query": ["DONE", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }]
+ },
+ "switchUrl": {
+ "protocol": "https",
+ "path": "\u002Fd",
+ "query": ["CRUMB", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }, {
+ "login": "{alias}"
+ }, {
+ "as": "1"
+ }, "DONE"]
+ },
+ "manageUrl": {
+ "protocol": "https",
+ "path": "\u002Fmanage_account",
+ "query": ["CRUMB", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }, "DONE"]
+ },
+ "logoutUrl": {
+ "protocol": "https",
+ "path": "\u002Fconfig\u002Flogin",
+ "query": ["CRUMB", {
+ ".src": "{site}"
+ }, {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ "logout_all": "1"
+ }, {
+ ".direct": "1"
+ }, "DONE_YAHOO"]
+ },
+ "requestUrl": {
+ "protocol": "https",
+ "path": "\u002Fw\u002Fdevice_users",
+ "query": ["CRUMB"]
+ }
+ },
+ "styles": {
+ "account_switch_main": {
+ "wrapper": "Py(16px)",
+ "account_info": "C(asTextColor) C(asLinkHoverColor):h Td(n) Td(n):h D(ib) Mstart(asIconWidth) Pend(asEndPadding) Whs(nw)"
+ },
+ "signed_out": {
+ "wrapper": "Py(14px) Ta(c) Bdt(asMenuBorder)",
+ "content": "C(asTextColor) C(asLinkHoverColor):h Td(n) Td(n):h"
+ },
+ "add_accounts": {
+ "icon_wrapper": "W(asIconWidth) D(ib) Va(t) Ta(c)",
+ "icon_content": "C(asTextColor) Fz(30px) Fw(200) Lh(1.5)",
+ "text": "Pt(16px) D(ib) C(asTextColor) Zoom Fz(15px)",
+ "wrapper": "Bdt(asMenuBorder) Td(n) Td(n):h D(b) Whs(nw) Bgc(asMenuHoverBgc):h H(50px) Pend(asEndPadding)"
+ },
+ "avatar": {
+ "size": 40,
+ "color": "#400090",
+ "content": "Bdrs(100px) Bgz(cv) D(ib)",
+ "panel_content": "D(ib) Va(m) Bgz(cv) Bdrs(100px)",
+ "name": "D(n) Lh(2.6) Mstart(4px)",
+ "wrapper": "Zoom Va(t) Ta(c) Fl(start) W(asIconWidth)"
+ },
+ "main_account": {
+ "alias": "C(asLightTextColor) Ell Pt(2px)",
+ "alias_wrapper": "Ell C(#000) Fz(13px)",
+ "content": "C(asTextColor) D(ib) Fz(13px) Pt(10px)",
+ "name": "C(asTextColor) Ell Fz(15px)",
+ "name_wrapper": "Fz(15px) Ell",
+ "user_info_wrapper": "W(2\u002F3) D(ib) Zoom Lts(n) Tren(a) Va(t)",
+ "wrapper": "Cf"
+ },
+ "secondary_accounts": {
+ "list": "Pos(r) M(0) P(0) List(n)",
+ "list_item": "Bdt(asMenuBorder)",
+ "anchor": "Td(n) Td(n):h Py(16px) D(b) Cf C(#000) Bgc(asMenuHoverBgc):h"
+ }
+ }
+ },
+ "tgtm-account-switch-uh-0-AccountSwitch": {
+ "isEnabled": true,
+ "clientRender": true,
+ "accountListLength": 3,
+ "enableAlphatar": true,
+ "host": "login.yahoo.com",
+ "urlReplacements": {
+ "CRUMB": {
+ ".crumb": "{crumb}"
+ },
+ "DONE": {
+ ".done": "{doneUrl}"
+ },
+ "DONE_YAHOO": {
+ ".done": "{doneUrlYahoo}"
+ }
+ },
+ "urls": {
+ "accountInfo": {
+ "protocol": "https",
+ "path": "\u002Faccount\u002Fpersonalinfo\u002F",
+ "query": ["DONE", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }]
+ },
+ "switchUrl": {
+ "protocol": "https",
+ "path": "\u002Fd",
+ "query": ["CRUMB", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }, {
+ "login": "{alias}"
+ }, {
+ "as": "1"
+ }, "DONE"]
+ },
+ "manageUrl": {
+ "protocol": "https",
+ "path": "\u002Fmanage_account",
+ "query": ["CRUMB", {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ ".src": "{site}"
+ }, "DONE"]
+ },
+ "logoutUrl": {
+ "protocol": "https",
+ "path": "\u002Fconfig\u002Flogin",
+ "query": ["CRUMB", {
+ ".src": "{site}"
+ }, {
+ ".intl": "{intl}"
+ }, {
+ ".lang": "{lang}"
+ }, {
+ ".partner": "{partner}"
+ }, {
+ "logout_all": "1"
+ }, {
+ ".direct": "1"
+ }, "DONE_YAHOO"]
+ },
+ "requestUrl": {
+ "protocol": "https",
+ "path": "\u002Fw\u002Fdevice_users",
+ "query": ["CRUMB"]
+ }
+ },
+ "styles": {
+ "account_switch_main": {
+ "wrapper": "Py(16px)",
+ "account_info": "C(asTextColor) C(asLinkHoverColor):h Td(n) Td(n):h D(ib) Mstart(asIconWidth) Pend(asEndPadding) Whs(nw)"
+ },
+ "signed_out": {
+ "wrapper": "Py(14px) Ta(c) Bdt(asMenuBorder)",
+ "content": "C(asTextColor) C(asLinkHoverColor):h Td(n) Td(n):h"
+ },
+ "add_accounts": {
+ "icon_wrapper": "W(asIconWidth) D(ib) Va(t) Ta(c)",
+ "icon_content": "C(asTextColor) Fz(30px) Fw(200) Lh(1.5)",
+ "text": "Pt(16px) D(ib) C(asTextColor) Zoom Fz(15px)",
+ "wrapper": "Bdt(asMenuBorder) Td(n) Td(n):h D(b) Whs(nw) Bgc(asMenuHoverBgc):h H(50px) Pend(asEndPadding)"
+ },
+ "avatar": {
+ "size": 40,
+ "color": "#400090",
+ "content": "Bdrs(100px) Bgz(cv) D(ib)",
+ "panel_content": "D(ib) Va(m) Bgz(cv) Bdrs(100px)",
+ "name": "D(n) Lh(2.6) Mstart(4px)",
+ "wrapper": "Zoom Va(t) Ta(c) Fl(start) W(asIconWidth)"
+ },
+ "main_account": {
+ "alias": "C(asLightTextColor) Ell Pt(2px)",
+ "alias_wrapper": "Ell C(#000) Fz(13px)",
+ "content": "C(asTextColor) D(ib) Fz(13px) Pt(10px)",
+ "name": "C(asTextColor) Ell Fz(15px)",
+ "name_wrapper": "Fz(15px) Ell",
+ "user_info_wrapper": "W(2\u002F3) D(ib) Zoom Lts(n) Tren(a) Va(t)",
+ "wrapper": "Cf"
+ },
+ "secondary_accounts": {
+ "list": "Pos(r) M(0) P(0) List(n)",
+ "list_item": "Bdt(asMenuBorder)",
+ "anchor": "Td(n) Td(n):h Py(16px) D(b) Cf C(#000) Bgc(asMenuHoverBgc):h"
+ }
+ }
+ }
+ }
+ },
+ "CompositeStore": {
+ "_instances": {
+ "tgtm-UH-0-Header": {
+ "status": "initialized"
+ },
+ "tgtm-Overlay-1-Nagbar": {
+ "status": "initialized"
+ },
+ "tgtm-Lead-2-FeatureBar": {
+ "status": "initialized"
+ },
+ "tgtm-YDC-Stream": {
+ "status": "initialized"
+ },
+ "tgtm-Col2-0-FollowAuthor": {
+ "status": "initialized"
+ },
+ "tgtm-Nav-0-NavLite": {
+ "status": "initialized"
+ },
+ "tgtm-Nav-0-NavLite-acct-switch-0-AccountSwitch": {
+ "status": "initialized"
+ },
+ "tgtm-account-switch-uh-0-AccountSwitch": {
+ "status": "initialized"
+ }
+ }
+ },
+ "StreamStore": {
+ "pageUuid": "",
+ "config": {
+ "ls_delay": 1000,
+ "ls_ttl": 86400
+ },
+ "streams": {
+ "YPROP:NEWS.mega.c": {
+ "bpos": 1,
+ "data": {
+ "stream_items": [{
+ "i13n": {
+ "bpos": 1,
+ "cpos": 1,
+ "cposy": 1
+ },
+ "summary": "The 2015 rampage may have been sparked by a training session with decorations that included a Christmas tree, authorities believe.",
+ "clusterInfo": {
+ "type": "roundup",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "more_link_text": "New details",
+ "storyline": [{
+ "summary": "The president-elect quadrupled a spurned tax incentive the state of Indiana had offered to keep company jobs from going to Mexico.",
+ "video_enrichment": {
+ "width": "640",
+ "height": "360",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fbusiness\u002Fjust-happened-carrier-crazy-222108659.html?format=embed&amp;region=US&amp;lang=en-US&amp;site=finance&amp;player_autoplay=true",
+ "uuid": "43d07434-3209-317a-85d2-6aabb8d5d48b"
+ },
+ "more_link_text": "Yahoo analysis",
+ "cposy": 2,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fwhat-just-happened-with-carrier-is-crazy-223106708.html",
+ "footerCopy": "Trump's Carrier deal raises red flags",
+ "experimentId": "0",
+ "title": "Trump's Carrier deal raises red flags",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fc_5m.q81fhiHR_OtVl4LXg--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FKwclfh9FhnLRkXCAxyhr1A--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F60b4c4f0-b821-11e6-a523-df2c277ad130_carrier3.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fwhat-just-happened-with-carrier-is-crazy-223106708.html",
+ "id": "ac88f5e4-1323-3ba4-a50b-b6687a618192",
+ "aid": "0fd68d68-7de8-3f20-9870-923e6bb368d5",
+ "publisher": "Yahoo Finance",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "The far-right website calls for a boycott over what the breakfast cereal maker did with its advertising.",
+ "video_enrichment": {
+ "width": "640",
+ "height": "441",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fynn\u002Ffood-fight-between-kelloggs-breitbart-163251023.html?format=embed&amp;region=US&amp;lang=en-US&amp;site=news&amp;player_autoplay=true",
+ "uuid": "970d9645-af0e-3e98-b350-c4ed07ed0406"
+ },
+ "more_link_text": "#DumpKelloggs",
+ "cposy": 3,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fbreitbart-urges-boycott-of-kelloggs-after-cereal-maker-pulls-ads-152042623.html",
+ "footerCopy": "Breitbart vs. Kellogg’s",
+ "experimentId": "0",
+ "title": "Breitbart starts war with Kellogg's ",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FnRoupSfchK9xlLaGwfqbrQ--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FjBk_K19QS_R2N6cv1Jo.nQ--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F578a60f0-b7e1-11e6-84d7-afd41e7a457a_cereal-nh.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fbreitbart-urges-boycott-of-kelloggs-after-cereal-maker-pulls-ads-152042623.html",
+ "id": "e69ab817-de45-3b46-9b84-26e58529d4e0",
+ "aid": "4a5f9895-b390-3431-9c5a-b18a166339d8",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "Alan Gross spent five years in a Cuban prison after being arrested while working on a technology project there.",
+ "video_enrichment": {
+ "width": "300",
+ "height": "150",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fynn\u002Falan-gross-compares-president-elect-150430463.html?format=embed&amp;player_autoplay=false",
+ "uuid": "125b8f17-f836-3687-b3bd-0121108c1a4a"
+ },
+ "more_link_text": "One difference",
+ "cposy": 4,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fformer-cuban-prisoner-alan-gross-compares-trump-to-castro-153752897.html",
+ "footerCopy": "Ex-prisoner on Trump, Castro",
+ "experimentId": "0",
+ "title": "Ex-Cuban prisoner likens Trump to Castro",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FlBBjVn8yZTJMYlmvXks9kg--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002F9ybaU0mkis_MEU8KEXWu_A--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002Fb1c4e1d0-b7e6-11e6-acc0-99cee64c4025_gross-nh.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fformer-cuban-prisoner-alan-gross-compares-trump-to-castro-153752897.html",
+ "id": "c74840cf-c47b-3e5c-99c0-153dd863415a",
+ "aid": "eb2d1559-ec37-3f5f-a233-5308842f28d5",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "“She was bound. ... She had a metal chain around her waist,\" Keith Papini said. \"She had a bag over her head.\"",
+ "more_link_text": "No suspects in custody",
+ "cposy": 5,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fgma.yahoo.com\u002Fhusband-super-mom-describes-moment-alleged-kidnappers-released-002808159--abc-news-topstories.html",
+ "footerCopy": "Papini talks wife's escape",
+ "experimentId": "0",
+ "title": "Husband of 'Super Mom' talks chilling release",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fmvvblrt5TPrXbJGw4wICFg--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FT0TYaaPEXUYHNHelmXiDtA--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F8d3461c0-b7db-11e6-8d5b-f33bfbc5e37a_papini.jpeg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fgma\u002Fhusband-super-mom-describes-moment-alleged-kidnappers-released-002808159--abc-news-topstories.html",
+ "id": "d4781b94-258d-392d-b730-7b4d2b97a4b4",
+ "aid": "da7f3596-5719-3026-9d42-8b80f611e46f",
+ "publisher": "Good Morning America",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "More than 2,300 scientists are urging the president-elect to support science and use it when shaping policy.",
+ "more_link_text": "4 crucial steps",
+ "cposy": 6,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fnobel-laureates-urge-trump-to-respect-scientific-integrity-174803237.html",
+ "footerCopy": "Nobelists press Trump",
+ "experimentId": "0",
+ "title": "Nobelists send open letter to Trump",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FcpzruLLm4bRxs_goFjFgag--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002Fo6yR2afc_lIt7zODYEEznA--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F90778330-b7f9-11e6-8883-b573f7cbf769_trump-nh.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fnobel-laureates-urge-trump-to-respect-scientific-integrity-174803237.html",
+ "id": "1ffc871e-558e-3dcf-b850-8c5769214013",
+ "aid": "b4fff05d-62aa-3dd1-928f-9e0480e1c034",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "The former CIA director is reportedly being vetted for secretary of state, but he'd need permission to leave his home state.",
+ "more_link_text": "Shared classified info",
+ "cposy": 7,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fpetraeus-would-need-to-inform-his-probation-officer-if-he-joins-trumps-cabinet-172641753.html",
+ "footerCopy": "Petraeus may need PO chat",
+ "experimentId": "0",
+ "title": "General Petraeus may need to chat with PO",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FU6EahToM6GV_v_u7IMQLTA--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FbMDj1RG6kYv1ci1TJb3hRw--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F7e6aa6f0-b7f8-11e6-8713-53806c57f2fe_AP_16189675823987.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fpetraeus-would-need-to-inform-his-probation-officer-if-he-joins-trumps-cabinet-172641753.html",
+ "id": "a552b3f5-f9c3-36bf-9905-0cbd3fe5ddaa",
+ "aid": "4393d0f9-869b-348a-afe2-2fbdc71f3f37",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "The president-elect keeps a campaign pledge to prevent some jobs at the air conditioning firm from relocating to Mexico.",
+ "video_enrichment": {
+ "width": "640",
+ "height": "441",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fynn\u002Ftrump-tours-carrier-plant-united-210859189.html?format=embed&amp;region=US&amp;lang=en-US&amp;site=news&amp;player_autoplay=true",
+ "uuid": "27411f75-5ab8-3cab-838c-1c95c4a910b9"
+ },
+ "more_link_text": "Comes at a cost",
+ "cposy": 8,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftrump-returns-to-indiana-for-victory-lap-on-carrier-deal-214322278.html",
+ "footerCopy": "Trump returns to Indiana for v...",
+ "experimentId": "0",
+ "title": "Trump basks in victory over Carrier deal",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F.ywuOEGg0vPIJ5kxVXib0Q--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002Fw4XtPBhegu11Z8jPt1b20Q--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002Faa784670-b812-11e6-880d-459222b4b416_trump_carrier-1404.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Ftrump-returns-to-indiana-for-victory-lap-on-carrier-deal-214322278.html",
+ "id": "fc4275af-6dc9-397d-b839-45c4ec590a0f",
+ "aid": "5a587a14-b115-3af9-92ac-b622ae8b1ca3",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "The president-elect said in a statement that his support for the Dakota Access pipeline “has nothing to do with his personal investments.”",
+ "more_link_text": "Ongoing protests",
+ "cposy": 9,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftrump-supports-completion-dakota-access-pipeline-233526810--finance.html",
+ "footerCopy": "Trump backs completion of controversial pipeline",
+ "experimentId": "0",
+ "title": "Trump backs completion of controversial pipeline",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F07mGQG4KtGGx7QweUEJ_qA--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FJ75RdaZJ75wsUgsxKwL0kw--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-02\u002F80be79d0-b82b-11e6-b5e0-6b2b9a61c907_trump-pipeline-nh.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Ftrump-supports-completion-dakota-access-pipeline-233526810--finance.html",
+ "id": "fa4aa81c-9c53-3f71-aef8-b6373355ad2a",
+ "aid": "7c09b38f-b4d1-3ae5-a058-bb6642a880a0",
+ "publisher": "Reuters",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "Retired Marine Gen. James Mattis formerly served as head of U.S. Central Command during the Obama administration.",
+ "video_enrichment": {
+ "width": "300",
+ "height": "150",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fynn\u002Ftrump-reportedly-picks-gen-jim-211545370.html?format=embed&amp;player_autoplay=false",
+ "uuid": "07638fb8-55b2-341c-98f2-1ece7c0fb31e"
+ },
+ "more_link_text": "Nicknamed 'Mad Dog'",
+ "cposy": 10,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fin-gen-jim-mattis-trump-chooses-a-warrior-monk-as-secretary-of-defense-015428682.html",
+ "footerCopy": "Trump reportedly taps Mattis as defense chief",
+ "title": "Trump taps Mattis as defense chief",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fmuvhe__KtjJjZ91dALn16g--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002F0h3ZdIuYBxbXMkQySxYYsw--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002Fedc5fd00-b80d-11e6-b7cf-9932f4c0ae8b_trump_mattis-1404.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fin-gen-jim-mattis-trump-chooses-a-warrior-monk-as-secretary-of-defense-015428682.html",
+ "id": "16d5c607-0080-3f77-8217-d98959f615aa",
+ "aid": "ecfd8276-a1c4-3fb7-ada4-373a7421a313",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "You can try to stamp out the supply of garbage news, but the Web is a vast place, and it will always find a crack through which to seep.",
+ "more_link_text": "Matt Bai's column",
+ "cposy": 11,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fthe-real-problem-behind-fake-news-233047332.html",
+ "footerCopy": "The real problem behind fake news",
+ "title": "The real problem behind fake news",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FmQuD4f4tGqJMNuholj7DKQ--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FvuvCrzpY5JE5h8NJIoInuw--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F81b22090997517ac847979e73311ea5e"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fthe-real-problem-behind-fake-news-233047332.html",
+ "id": "d2f3360c-0b71-3ffc-93fd-fdbb2856551c",
+ "aid": "3c3e9851-eb0f-371c-9b9c-8f05a834b665",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "Residents feared a backlash after a Muslim couple killed 14 people at a lunch meeting on Dec. 2, 2015.",
+ "more_link_text": "Why it never materialized",
+ "cposy": 12,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fattack-san-bernardino-faithful-seek-unity-080829842.html",
+ "footerCopy": "Revisiting San Bernardino",
+ "experimentId": "0",
+ "title": "San Bernardino, one year after the attack",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FpovSdjarZd1nIgvPrRFt9A--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FFBGVgMS_ySQa0V2Y9ggETg--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F07ab8d60-b7f6-11e6-9bd0-5359df4ccd07_bern-nh.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fattack-san-bernardino-faithful-seek-unity-080829842.html",
+ "id": "b6acbd35-79e3-3ac1-a21c-e09ef7d3a143",
+ "aid": "b53a72ea-73cb-3507-87b9-76a34b6719f3",
+ "publisher": "Associated Press",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "The second man on the moon is \"stable\" after having to leave the tourist group due to medical reasons.",
+ "more_link_text": "Details",
+ "cposy": 13,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fgma.yahoo.com\u002Fbuzz-aldrin-medically-evacuated-south-pole-condition-deteriorated-144817115--abc-news-topstories.html",
+ "footerCopy": "Aldrin evacuated from S. Pole",
+ "experimentId": "0",
+ "title": "Buzz Aldrin, 86, evacuated from South Pole",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FLj2IMpj83r_C6sQg5S.qPA--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FdQQdO_MqT94IoxlwG96MoQ--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002Fa5fface0-b7e1-11e6-b947-731778efc65d_buzzaldrin.jpeg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fgma\u002Fbuzz-aldrin-medically-evacuated-south-pole-condition-deteriorated-144817115--abc-news-topstories.html",
+ "id": "7fd4aa01-3a4b-3d52-86c8-081aeac27b9d",
+ "aid": "e81648be-1595-3e4f-b6ea-265f78936d37",
+ "publisher": "Good Morning America",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "The president-elect will face politically fraught decisions about an arsenal in need of modernizing.",
+ "more_link_text": "But he has offered few specifics",
+ "cposy": 14,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftrump-face-tough-questions-future-nuclear-arsenal-083854712--election.html",
+ "footerCopy": "Trump faces tough nuclear weapons questions",
+ "experimentId": "0",
+ "title": "Trump faces tough nuclear weapons questions",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FPtIx1.VmCaD0zNSZdL.dGQ--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FtZa2wNoGh44MB2lhTGEvIw--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-02\u002F5e194040-b826-11e6-9b8e-e31a36c5974b_trump3.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Ftrump-face-tough-questions-future-nuclear-arsenal-083854712--election.html",
+ "id": "58dc6bb4-bdcf-3358-9800-d5353e4db95d",
+ "aid": "bf0fa4d1-96d3-3750-9517-39e273d93eff",
+ "publisher": "Associated Press",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "The deposed head of Donald Trump's transition team is said to be eyeing the Republican National Committee chair.",
+ "video_enrichment": {
+ "width": "640",
+ "height": "360",
+ "url": "http:\u002F\u002Fnews.yahoo.com\u002Fvideo\u002Ftrump-says-meeting-christie-went-143008496.html?format=embed&amp;player_autoplay=false",
+ "uuid": ""
+ },
+ "more_link_text": "Other possible candidates",
+ "cposy": 15,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Freport-chris-christie-looking-at-becoming-gop-chair-194506864.html",
+ "footerCopy": "Chris Christie reportedly angling for a new job",
+ "experimentId": "0",
+ "title": "Report: Chris Christie is eyeing a new position",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FTmgLqQFk9QDGbX_eSC8iwg--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FGlwoTf.8hIv1SjSpKL_S5Q--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002Fb9001110-b807-11e6-9ab0-9315efad5fdd_christie3.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Freport-chris-christie-looking-at-becoming-gop-chair-194506864.html",
+ "id": "7ab636e5-64e3-3f60-8bfb-aba77e4848ac",
+ "aid": "3c062c8d-daf4-31be-ac92-8bbc748ba3ec",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "The Russian president gives a conciliatory state-of-the-nation address that reflects Moscow's take on Trump.",
+ "more_link_text": "Cooperation against terror",
+ "cposy": 16,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Frussian-economy-way-recovery-putin-095350018.html",
+ "footerCopy": "Putin hopeful on U.S. ties",
+ "experimentId": "0",
+ "title": "Putin voices hope on mending U.S. rift",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fn0NYUNW2NsM96lclo32ETA--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002Fu5bMCVVfmsTvyqmTjQkiZA--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002Fe182c6a0-b7d5-11e6-86ed-279a0177af5d_putin-nh.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Frussian-economy-way-recovery-putin-095350018.html",
+ "id": "b56b4eb1-c7d8-3861-97a5-cf6a0e18be30",
+ "aid": "339555af-7132-3b75-9663-0fa4026f9453",
+ "publisher": "Associated Press",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "In a speech to supporters in Ohio, the president-elect focused on replaying triumphs and feuds from his race against Hillary Clinton.",
+ "video_enrichment": {
+ "width": "300",
+ "height": "150",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fynn\u002Ftrump-jabs-media-during-first-023146519.html?format=embed&amp;player_autoplay=false",
+ "uuid": "6bfa4b76-fe9f-3135-84aa-7021741975ad"
+ },
+ "more_link_text": "Kickoff of 'Thank You' tour",
+ "cposy": 17,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fdonald-trump-is-running-victory-laps-and-settling-old-scores-064424074.html",
+ "footerCopy": "Trump isn't quite done with the campaign",
+ "experimentId": "0",
+ "title": "Trump running victory laps, settling old scores",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FDs22xUj228nb1mxxewg.HA--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FHMa__s6zoGcqvtOHdCuvug--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-02\u002F80e8eac0-b863-11e6-b81e-d1a488560522_trump-speech-lg.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fdonald-trump-is-running-victory-laps-and-settling-old-scores-064424074.html",
+ "id": "0867cf30-6212-3862-9a83-fb89387a58b6",
+ "aid": "1c9a6221-4303-3e47-996c-1dd23cec8b20",
+ "publisher": "Yahoo News",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "Howard Schultz, who joined the coffee chain in 1982 and has served two stints as chief executive, will stay on in a different capacity.",
+ "more_link_text": "His replacement",
+ "cposy": 18,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fhoward-schultz-stepping-down-starbucks-210110034.html",
+ "footerCopy": "Starbucks CEO stepping down for a second time",
+ "experimentId": "0",
+ "title": "Howard Schultz stepping down at Starbucks",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FzZ1UXoHg9p28KyUG90uMxA--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FqrwzZd.rM0wfOH4.9DCpnA--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F9c607980-b80e-11e6-a769-a3808f15d370_schultz3.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fhoward-schultz-stepping-down-starbucks-210110034.html",
+ "id": "c8aa20aa-eddc-3996-8a5a-d45e7e760c3c",
+ "aid": "51a33d02-a025-3188-806d-402cf4513a6d",
+ "publisher": "CNBC",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "summary": "States that have legalized pot offer exemptions from workplace drug policies, but that doesn't mean you can't be tested or fired.",
+ "video_enrichment": {
+ "width": "512",
+ "height": "288",
+ "url": "https:\u002F\u002Fview.yahoo.com\u002Fembed?id=60809121&amp;type=clip&amp;autoplay=0&amp;mute=0&amp;utm_source=yahoo&amp;utm_medium=referral&amp;utm_campaign=news",
+ "uuid": ""
+ },
+ "more_link_text": "What HR specialists say",
+ "cposy": 19,
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftip-sheet-workers-workplaces-where-053931548.html",
+ "footerCopy": "What you need to know about pot and your job",
+ "experimentId": "0",
+ "title": "Changing marijuana laws and the workplace",
+ "images": {
+ "img:412x232": {
+ "height": 232,
+ "width": 412,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F0z_iXFp1UZFCcJk4cRrkiQ--\u002FZmk9c3RyaW07aD0yMzI7cHlvZmY9MDtxPTgwO3c9NDEyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FnMj2SMLtzOcetPa5NI9VxA--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F820828c0-b7e7-11e6-9f78-d1eb43c29ed4_marijuana_smoker-1404.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Ftip-sheet-workers-workplaces-where-053931548.html",
+ "id": "9bdf5b42-dfb9-384f-8dc7-73a9888ce244",
+ "aid": "04a3f631-c727-3f76-ad9c-24b089ba1638",
+ "publisher": "Associated Press",
+ "off_network": false,
+ "is_pnr": "true"
+ }],
+ "isTodayItem": "true",
+ "is_eligible": true,
+ "idPrefix": "PNR-",
+ "url": "https:\u002F\u002Fgma.yahoo.com\u002Fchristmas-party-may-triggered-san-bernardino-terror-attack-103800489--abc-news-topstories.html",
+ "commentCount": 2559,
+ "footerCopy": "Did party trigger San Bernardino attack?",
+ "property": "featured",
+ "format": "carousel",
+ "experimentId": "0",
+ "title": "Party may have been San Bernardino trigger",
+ "images": {
+ "original": {
+ "height": 756,
+ "width": 1404,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FvwemTOm_gRDeDhU5j51jfQ--\u002FaD03NTY7dz0xNDA0O3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FOsxooCBCKqU8KAJk0gF.Tg--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F077ba5f0-b805-11e6-9597-bb741f194c03_Syed-Farook-nh.jpg.cf.jpg"
+ },
+ "img:672x378": {
+ "height": 378,
+ "width": 672,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fx_tcbZOygbxFrzTIs.Wb2w--\u002FZmk9c3RyaW07aD0zNzg7cHlvZmY9MDtxPTk1O3c9NjcyO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FOsxooCBCKqU8KAJk0gF.Tg--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F077ba5f0-b805-11e6-9597-bb741f194c03_Syed-Farook-nh.jpg.cf.jpg"
+ },
+ "medium": {
+ "height": 269,
+ "width": 500,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FI.95y2nINwrCPgyjMhN4Jg--\u002FZmk9c3RyaW07aD01Mzg7cT04MDt3PTEwMDA7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttps:\u002F\u002Fs.yimg.com\u002Flo\u002Fapi\u002Fres\u002F1.2\u002FOsxooCBCKqU8KAJk0gF.Tg--~C\u002FZmk9Zml0O3c9MTQwNDtoPTc1NjtweG9mZj0wO3B5b2ZmPTA7O2FwcGlkPXByb2Rlc2sy\u002Fhttps:\u002F\u002Fmedia.zenfs.com\u002Fcreatr-images\u002FGLB\u002F2016-12-01\u002F077ba5f0-b805-11e6-9597-bb741f194c03_Syed-Farook-nh.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fgma\u002Fchristmas-party-may-triggered-san-bernardino-terror-attack-103800489--abc-news-topstories.html",
+ "id": "d6c90dee-3639-3ecd-91cf-ae7478e3f858",
+ "aid": "cf3ee864-94b5-3fc7-8c85-56c5235f79d3",
+ "publisher": "Good Morning America",
+ "off_network": false,
+ "is_pnr": "true"
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 2,
+ "cposy": 20
+ },
+ "summary": "An unmanned Russian cargo spaceship heading to the International Space Station broke up in the atmosphere over Siberia on Thursday due to an unspecified malfunction, the Russian space agency said. The Progress MS-04 cargo craft broke up at an altitude of 190 kilometers (118 miles) over the remote Russian Tuva region in Siberia that borders Mongolia, Roscosmos said in a statement. It said most of spaceship's debris burnt up as it entered the atmosphere but some fell to Earth over what it called an uninhabited area.",
+ "instrument": "4000003130S00001",
+ "clusterInfo": {
+ "title": "Science",
+ "id": "5cf92e48-a4be-4a22-b511-3f1000dc2ccd",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "storyline": [{
+ "cposy": 21,
+ "is_eligible": false,
+ "idPrefix": "SS-",
+ "url": "http:\u002F\u002Fwww.upi.com\u002FScience_News\u002F2016\u002F12\u002F01\u002FRussian-space-station-cargo-ship-experiences-anomaly-burns-up\u002F3951480616054",
+ "title": "Russian space station cargo ship experiences anomaly, burns up",
+ "images": {
+ "original": {
+ "height": 285,
+ "width": 600,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FsIhwhJYeliirlCLVbWh3UA--\u002FaD0yODU7dz02MDA7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F9a3eaeb44ce43eb0e6bbd26e3b0b34f3"
+ },
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FVTyRBpgI2e0bCUnxX5Rgpg--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F9a3eaeb44ce43eb0e6bbd26e3b0b34f3"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fm\u002F7449993c-4a8a-35a2-a0ff-f34af3c189ca\u002Fss_russian-space-station-cargo.html",
+ "id": "7449993c-4a8a-35a2-a0ff-f34af3c189ca",
+ "publisher": "UPI",
+ "off_network": true
+ }, {
+ "cposy": 22,
+ "is_eligible": false,
+ "idPrefix": "SS-",
+ "url": "http:\u002F\u002Fwww.cbsnews.com\u002Fnews\u002Fprogress-space-station-cargo-ship-likely-lost\u002F",
+ "title": "Progress space station cargo ship malfunctions, crashes in Siberia",
+ "images": {
+ "original": {
+ "height": 630,
+ "width": 1200,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F5oQw6B.CzCPfCQVGAqSxBQ--\u002FaD02MzA7dz0xMjAwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F3e956d3b2b73c0d66b383324df4e3d8c"
+ },
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FRZdz1Te.05Qfasd5Wfbp8Q--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F3e956d3b2b73c0d66b383324df4e3d8c"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fm\u002F78033279-878b-3494-9324-8bb0b27694ee\u002Fss_progress-space-station-cargo.html",
+ "id": "78033279-878b-3494-9324-8bb0b27694ee",
+ "publisher": "CBS News",
+ "off_network": true
+ }],
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Frussian-supply-ship-launched-international-space-station-150638637.html",
+ "commentCount": 11,
+ "property": "news",
+ "categoryLabel": "Science",
+ "format": "storyline",
+ "title": "Russia: Space ship malfunctions, breaks up over Siberia",
+ "images": {
+ "original": {
+ "height": 1334,
+ "width": 2000,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F3e..H3LRcEuqmW5u0GPMKA--\u002FaD0xMzM0O3c9MjAwMDtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002Fc9375de6acbf4c168be78ffe4ec71ea9.jpg.cf.jpg"
+ },
+ "img:220x193": {
+ "height": 193,
+ "width": 220,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FrjByh6oEyxjzJF.bBGQncw--\u002FZmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002Fc9375de6acbf4c168be78ffe4ec71ea9.jpg.cf.jpg"
+ },
+ "img:440x386": {
+ "height": 386,
+ "width": 440,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FBWTbbVzclNg7m6n00NA_fw--\u002FZmk9c3RyaW07aD0zODY7cHlvZmY9MDtxPTgwO3c9NDQwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002Fc9375de6acbf4c168be78ffe4ec71ea9.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Frussian-supply-ship-launched-international-space-station-150638637.html",
+ "id": "8dd27580-6b4e-3cfb-a389-5b1ab90bd0eb",
+ "publisher": "Associated Press",
+ "off_network": false
+ }, {
+ "hasHqImg": true,
+ "ad_feedback_beacon": "https:\u002F\u002Fus.af.beap.bc.yahoo.com\u002Faf?bv=1.0.0&amp;bs=(15pj017hb(gid$c7d775d8-b871-11e6-b791-dbe6e0f04c07-7fbb48a77700,st$1480670950563000,li$0,cr$32474069017,dmn$ifcmarkets.com,srv$3,exp$1480678150563000,ct$27,v$1.0,adv$1487673,pbid$1,seid$4402687))&amp;r=1480670950563&amp;al=$(AD_FEEDBACK)",
+ "i13n": {
+ "bpos": 1,
+ "cpos": 3,
+ "cposy": 23
+ },
+ "beacon": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbcsc?bv=1.0.0&amp;es=1jFwCoUGIS9eBpsVjPGJh0OUuaKdwchnwb86bEQYUBBgeo6bih_8vWV0mPcKX7tXmOlB_LM4hSw6WAhXKepwI8V5K9IaaLwIhjtAo.kcXvcHl2XmLg6iHvNjij_s4BY6hyVJPZvRGUMehTsLwOnHZqSdSoAN81XYKVfPQzvw93VFxVIJNeIK_ufoxG3PLcyz4d1K2dy97is1PrWZ.xGgD6ZgT7ABMbgDRAYzM4s38sciZkUqR8AZTAzGed2rnNx8DWjcikItqyCCRvHbAeRjEUUXtbblSQoDLjqiWEEZ6KBhfD5Ja5EXMhwepnyBsx58P2IuwDRP.gFqHcUGbdic3dqRhCbUslY3oSXyz284v3ZkxqGHGok9PYAUf5Q6xBxMXtgHrn.vYRKZg3AAisy._TIF&amp;ap=3",
+ "summary": "Excellent Conditions for Professional Trading! 500+ trading instruments. 2 regulations: CySEC and BVI FSC. 100% dividend adjustment on stock CFDs.",
+ "is_eligible": false,
+ "title": "IFC Markets. Forex &amp; CFD trading",
+ "type": "ad",
+ "link": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbclk?bv=1.0.0&amp;es=QB2YboQGIS_LDyLUj4tZxJgxNaT.BrcpGipmgxQaV5tHqVzBqQ1wu1MnAMJmpRAgp3wJHtuorQdt_QgnF9KKEr_NfKljpKZVw1kV5yklob7anAz9qV2FNG7.5IZSrxUwuVPGasRenbwtGhNi2vSiWHGUvWApKo7vR84cog4b0f1bQ9ar6.GpRZHVLob2tSKYZB06eSVh_nL_OmK99.DSDsGNXYcu45DmjMJisJz.4512PPSI9YMo_qimBzrjD8FDFMIXK_cV8FSR3E8jbDO3sUxSm6zsRrWnLm66UK66mSV3vT.gREatVNPE9xVaq7d_tm8QmKakFCwYIj5AXNgM4psQkWUxH1pn9C5EGBMr341T86R83EWvega1pF.lYVYCK7rIBfWbLgaaWsVt3foPPG2r3rF4TjAx_x2YmqFxJNtgBL4vXwvsGsKj703DzDF0xHs9Q9vfmYiaoHfaFENWb2ZVqGgg0yTEepWhH4OvwejT0nZfH4flCFtWlJjW.GQ7zT7lYM97OCZlAQuUydGWw9fYav6sRI7XRsloslBQcXqqcLjJqhCS7hx1oqJvRTsccGiArKloFqY4NF9s3YW2c3XnIZGnv3gTz3I800OiYWlqecxHQ2rXscbhb_dNZPsv1XrsGcI7UQ--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia",
+ "id": "32474069017",
+ "image": {
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F2SChHrdWdg0VIIG0njDK4g--\u002FZmk9c3RyaW07aD0xMjM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fav\u002Fmoneyball\u002Fads\u002F1476367816981-4689.jpg.cf.jpg",
+ "width": "100%",
+ "height": ""
+ },
+ "publisher": "IFC Markets"
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 4,
+ "cposy": 24
+ },
+ "summary": "Fashion designer Tom Ford has announced that he would not be dressing future first lady Melania Trump when her husband officially becomes president. “I was asked to dress [Melania Trump] quite a few years ago and I declined,\" Ford said. Other designers have joined Ford in refusing to dress the former Slovakian model.",
+ "instrument": "4000014660S00001",
+ "clusterInfo": {
+ "title": "Style",
+ "id": "7a977cce-e465-4e4e-8765-853322014855",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "storyline": [{
+ "cposy": 25,
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftom-ford-says-declined-dress-131819863.html",
+ "title": "Tom Ford Says He Declined to Dress Melania Trump ‘Years Ago’: ‘She’s Not Necessarily My Image’",
+ "images": {
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F__TdQihFmqPBav5eWGCEcg--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fpeople_218\u002F4dd2b3063c6e44496b9c69d3e1c54883"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Ftom-ford-says-declined-dress-131819863.html",
+ "id": "029f07dd-7b02-3240-9b84-7f5f7df06662",
+ "publisher": "People",
+ "off_network": false
+ }, {
+ "cposy": 26,
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fdiane-von-furstenberg-dressing-melania-213132306.html",
+ "title": "Diane von Furstenberg Says Fashion Industry Shouldn’t Shun Melania Trump",
+ "images": {
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FMK46Tx1JrmKc8WJzn27pmA--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fpeople_218\u002Fbc00455c8724c57de05799b959b551b8"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fdiane-von-furstenberg-dressing-melania-213132306.html",
+ "id": "94951570-37a2-3d59-8d1c-8abee30f1473",
+ "publisher": "People",
+ "off_network": false
+ }],
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fmeet-designers-happy-dress-melania-231300756.html",
+ "commentCount": 200,
+ "property": "news",
+ "categoryLabel": "Style",
+ "format": "storyline",
+ "title": "Meet the Designers Who Are Happy to Dress Melania Trump as First Lady - and the Ones Who Won't",
+ "images": {
+ "original": {
+ "height": 234,
+ "width": 416,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F3MycVaZOlVNk7xs6u5biEA--\u002FaD0yMzQ7dz00MTY7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Finside_edition\u002Ff16f4eebbcfaa1b365e3a7fe7d93672d"
+ },
+ "img:220x193": {
+ "height": 193,
+ "width": 220,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FsuS69_6DnHbDv..IcWI.Kg--\u002FZmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Finside_edition\u002Ff16f4eebbcfaa1b365e3a7fe7d93672d"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fmeet-designers-happy-dress-melania-231300756.html",
+ "id": "c2c84c26-69e6-398f-9117-118da69c5ca4",
+ "publisher": "Inside Edition",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 5,
+ "cposy": 27
+ },
+ "summary": "A California sheriff says a woman who was held captive for three weeks is unable to fully describe her two female abductors because their faces were covered. Shasta County Sheriff Tom Bosenko said Wednesday that the Spanish-speaking suspects also kept the head of 34-year-old victim Sherri Papini covered at times. A California sheriff says the abductors of a woman who was held captive for three weeks branded her with a message before she was released.",
+ "instrument": "4000017820S00001",
+ "clusterInfo": {
+ "title": "U.S.",
+ "id": "fb44cab3-300b-4762-8e6b-14342bde2419",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "storyline": [{
+ "cposy": 28,
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fsherri-papini-husband-describes-agony-135214324.html",
+ "title": "Sherri Papini’s Husband Describes Agony of Wife’s Kidnapping: ‘I Thought About Her Being There Screaming My Name’",
+ "images": {
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F_rH9hNb3WHsfKiU403JPlQ--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fpeople_218\u002Fd9c8c4800fec6972c274d9df0477a700"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fsherri-papini-husband-describes-agony-135214324.html",
+ "id": "440dea3f-94ec-3b14-a7ae-c329a187f079",
+ "publisher": "People",
+ "off_network": false
+ }, {
+ "cposy": 29,
+ "is_eligible": false,
+ "idPrefix": "SS-",
+ "url": "http:\u002F\u002Fwww.mercurynews.com\u002F2016\u002F12\u002F01\u002Fsouth-bay-private-investigator-helped-in-search-for-sherri-papini\u002F",
+ "title": "South Bay private investigator helped in search for Sherri Papini",
+ "images": {
+ "original": {
+ "height": 316,
+ "width": 320,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F1AvpPA9DOj6fXKZIbwA0hw--\u002FaD0zMTY7dz0zMjA7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Fd0100a8580e0a387e5712626a6b0ca53"
+ },
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fz4NTKcyrmfBSl4Mb8cJO6Q--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Fd0100a8580e0a387e5712626a6b0ca53"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fm\u002F1bc192e2-01b7-3791-a802-de750679a060\u002Fss_south-bay-private.html",
+ "id": "1bc192e2-01b7-3791-a802-de750679a060",
+ "publisher": "MercuryNews.com",
+ "off_network": true
+ }],
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Flatest-abductors-california-mom-kept-faces-covered-222647892.html",
+ "commentCount": 30,
+ "property": "news",
+ "categoryLabel": "U.S.",
+ "format": "storyline",
+ "title": "The Latest: Abductors of California woman hid faces",
+ "type": "article",
+ "link": "\u002Fnews\u002Flatest-abductors-california-mom-kept-faces-covered-222647892.html",
+ "id": "5ef2d105-0c90-3e5b-97bf-9176821e2743",
+ "publisher": "Associated Press",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 6,
+ "cposy": 30
+ },
+ "summary": "President-elect Donald Trump named Wall Street veteran Steven Mnuchin for Treasury secretary Wednesday, filling key slots on his economic team even as he announced plans to leave his businesses to avoid any conflict of interest. Mnuchin and billionaire Wilbur Ross were asked in a television interview with CNBC if they could confirm reports they had been named to lead the US Treasury and Commerce departments, respectively. Mnuchin, 53, is a former Goldman Sachs partner who was Trump's campaign chairman and Ross is an investor who has made billions turning around distressed companies.",
+ "instrument": "4000005080S00001",
+ "clusterInfo": {
+ "title": "Politics",
+ "id": "34c67bb5-8773-43d3-a822-41c3e3907ac1",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "storyline": [{
+ "cposy": 31,
+ "is_eligible": false,
+ "idPrefix": "SS-",
+ "url": "http:\u002F\u002Fcnsnews.com\u002Fnews\u002Farticle\u002Fsusan-jones\u002Fincoming-treasury-secretary-eyes-3-4-percent-growth-first-tax-reform",
+ "title": "Incoming Treasury Secretary Eyes 3 to 4 Percent Growth; First Up, Tax Reform",
+ "images": {
+ "original": {
+ "height": 341,
+ "width": 512,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FoQRlV5IctyztBvXcV2PtOw--\u002FaD0zNDE7dz01MTI7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F89842973b3907e6a0c42f2a9895f84b6"
+ },
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FXlgPAviFNQEKyX6WQAoWFw--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F89842973b3907e6a0c42f2a9895f84b6"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fm\u002F04931954-fede-32d3-af52-4010e1c210d9\u002Fss_incoming-treasury-secretary.html",
+ "id": "04931954-fede-32d3-af52-4010e1c210d9",
+ "publisher": "CNS News",
+ "off_network": true
+ }, {
+ "cposy": 32,
+ "is_eligible": false,
+ "idPrefix": "SS-",
+ "url": "http:\u002F\u002Fwww.latimes.com\u002Fnation\u002Fpolitics\u002Ftrailguide\u002Fla-na-trailguide-updates-trump-taps-wall-street-executive-and-1480504954-htmlstory.html",
+ "title": "Trump taps Wall Street executive and Hollywood producer Steven Mnuchin for Treasury secretary",
+ "images": {
+ "original": {
+ "height": 422,
+ "width": 750,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FVqYFbYCfI4.1inTa3wKjKw--\u002FaD00MjI7dz03NTA7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F82f7c8b7a0eb9a29b9efdbf41ea15421"
+ },
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FgHqKy_nouHib387jGHw1dQ--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002F82f7c8b7a0eb9a29b9efdbf41ea15421"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fm\u002Fad575d3c-18a7-3683-9265-c8d93257ad72\u002Fss_trump-taps-wall-street.html",
+ "id": "ad575d3c-18a7-3683-9265-c8d93257ad72",
+ "publisher": "Los Angeles Times",
+ "off_network": true
+ }],
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fsteven-mnuchin-says-hes-named-us-treasury-secretary-001651071.html",
+ "commentCount": 8,
+ "property": "news",
+ "categoryLabel": "Politics",
+ "format": "storyline",
+ "title": "Trump picks Treasury secretary, says he'll leave his business",
+ "images": {
+ "original": {
+ "height": 681,
+ "width": 1024,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FqjtbRrxZKLmnMhtA.eoBfw--\u002FaD02ODE7dz0xMDI0O3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fafp.com\u002Ff36535039305b6d05ae5610fc7a562994c6650be.jpg.cf.jpg"
+ },
+ "img:220x193": {
+ "height": 193,
+ "width": 220,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fmzvz49PUTQK.b.__Gd9HKw--\u002FZmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fafp.com\u002Ff36535039305b6d05ae5610fc7a562994c6650be.jpg.cf.jpg"
+ },
+ "img:440x386": {
+ "height": 386,
+ "width": 440,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FBZlkDt5DLzO87oS.v_kd3g--\u002FZmk9c3RyaW07aD0zODY7cHlvZmY9MDtxPTgwO3c9NDQwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fafp.com\u002Ff36535039305b6d05ae5610fc7a562994c6650be.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fsteven-mnuchin-says-hes-named-us-treasury-secretary-001651071.html",
+ "id": "1ffa2b2c-3538-3c97-9111-d3072444526f",
+ "publisher": "AFP",
+ "off_network": false
+ }, {
+ "hasHqImg": true,
+ "ad_feedback_beacon": "https:\u002F\u002Fus.af.beap.bc.yahoo.com\u002Faf?bv=1.0.0&amp;bs=(15nmn182n(gid$c7d775d8-b871-11e6-b791-dbe6e0f04c07-7fbb48a77700,st$1480670950563000,li$0,cr$32483362865,dmn$c32483362865,srv$3,exp$1480678150563000,ct$27,v$1.0,adv$1512836,pbid$1,seid$4402687))&amp;r=1480670950563&amp;al=$(AD_FEEDBACK)",
+ "i13n": {
+ "bpos": 1,
+ "cpos": 7,
+ "cposy": 33
+ },
+ "beacon": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbcsc?bv=1.0.0&amp;es=nqzuYHYGIS_xupGB6IyNDASyR.PXcXHJi65Aj6W4JfJ4uH65Ejv3p6ANtFsPcSYAUPfoZfOZYByMGuoc6LHWRuHAZRmGYv2iatVM5hJqA692nMODYD7vJue3XUm8bHJtH_PFD4zoe8IhHpCy6fdNRHuBH021OAt1PWuIYjSAVIdNC.8IRlq.ywHw1WsubdhFAXKN2VecRjf5ExE5fbtMlUWDmLOh7n68wFGkAEmYcAxtszuc7Bs2dIFtMfHpOUO.tQFl0_uGrc3W1VI4Q7I9hDLBA14aTq.eyQJ1YkFgvNdlHowT_axzLCjHCT9ASfecnbAzsDNh1Qhc99pXHnTbNorFS6r6dLQV2XpEBbXhEXhhL4ne1anRMMTVATgPnT0kjHZQjj3_yu_ErJeK_1mUckjT&amp;ap=7",
+ "summary": "Learn About The Over the Counter Allergy Relief That Works Directly At The Source Where You Need It Most To Help Relieve Your Outdoor &amp; Pet Allergies!",
+ "is_eligible": false,
+ "isVideo": true,
+ "video_ad_beacons": {
+ "VIDEO_SKIP": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=8CInb3EGIS99y1FwDMhZpneqDHl.Vxktv6qoesVNJZsdcZOG7EwfX.IhhsRo8RVZzZ91JjpYhyvvPpF5u0l4spOOf2po5BaO8zrVJff.vCOmFgigh156sEI63bUnq9.icwAwqtEUqCVNiSKWOFpwkYhZgs085vzy.0IO_jGjQs77TFZiqIBrcBuCeo_oDgYRRFQZw1t4KaeDr8V1ub_sXJHJdpWE_1khSJjrb1fl3Tw6I_4y9g0A3cxPPzFE7_7eE1RR3sSfL1MMQH5awITNjrdZYzmS3Zth.sfWqfphi_9qS_LWxqHxj18EWfHdOoj6RWQ.bw--",
+ "VIDEO_VIEW": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=MwuA7DsGIS8hEj_qWfrOthTasdbgtclsrNbbT4MxWmf2FsnQ_acJsLsFb8fZLHstrI_8wcwAvcxmeFS5WQpRQE0dy8PDh1Ay0Up0jhhBUrfBlydnssbB51lgND09TGkPYn8imRYia_G6689BqQDHangpGJ_oxBrv.B2TSrXUYXfp7u43W1geGoNjDwtH4sZWyNV5Q3sNMBXsYAlwp_ey79dGMKwg_qIeHBN4VtPCOJrP.Y1GTjM_289tmhaNzHnZblyGaI2hYZTnT6CJotk09UCdl_yep1cOi0Iop3LaB8FY6XKD0qx_3DtrZ9oH60S7Ba0RPjWk9USslWn7AA75jayqoRiHKttm&amp;vsa=$(V_SKIP_AVAIL)&amp;va=$(V_AUTOPLAYED)&amp;vph=$(V_PLAYER_HEIGHT)&amp;vpw=$(V_PLAYER_WIDTH)&amp;ve=$(V_EXPANDED)&amp;vpi=$(V_VIEW_INFO)&amp;api=$(V_AUD_INFO)&amp;atv=$(V_AUD_TIME_INVIEW_100)",
+ "VIDEO_QUARTILE_50": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=z9qpNykGIS8ZqMHlcOUpPYDk32XDlkhTpgK_aWyJ0EgNmo76p0fDAZIzyeCuUno3ITmemApgr16HPwp_82alVbH8XxFP6wluLUZmTopSaesNDLi6RbfUSDqV3Tb2Rg0Csnez.b1s18F2vfuahmehhMzvEWJ_0wVqAKQngL_FzAHkHOPKk3W7N5dbzNVY1T9D7BlS_gAszsxUmz72tC8qg7IO4UT9ZVbDOW3bDoXWWIAmxfpL7t30lvtOgUU_5MiNeRaqlxi7Qt29cmlRPDQg8Rwt42G8qONLMMWQ5kInX01d3IUlGenKO_JnwcJJHz5KnKOf&amp;vsa=$(V_SKIP_AVAIL)&amp;va=$(V_AUTOPLAYED)&amp;vph=$(V_PLAYER_HEIGHT)&amp;vpw=$(V_PLAYER_WIDTH)&amp;ve=$(V_EXPANDED)&amp;vpi=$(V_VIEW_INFO)&amp;api=$(V_AUD_INFO)&amp;atv=$(V_AUD_TIME_INVIEW_100)",
+ "VIDEO_VIEW_3P": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=WRBWkfYGIS8vk6FPdHIhcCd4xXj_SATELxks0L8JmUHSK918TVLvPYfqBrFVEoK8sqCHGvWt_8BDxd4s31As_2q5B2EH19mvHIw2svd594AJo2PKgv1ZVsSJo9cT2Rvkx.SjS2lspUSwEZ2T5NWbGO97M3e7bMlWfIIWVQ7vsT6fY9_OPNKEuKb8sb1ZL8NkWHBXqzAS925cQRvaAl.i1MqZUUGjO4f6FRYWcu76I_hceUNWh3lU66Ys5W.zNFLSIQyFyrY2oR2Y03PwHM5zWzK57ycNaKNSorPdjjAI2ST3mqpaozxBvsXGocG03enZafAryQ--&amp;vsa=$(V_SKIP_AVAIL)&amp;va=$(V_AUTOPLAYED)&amp;vph=$(V_PLAYER_HEIGHT)&amp;vpw=$(V_PLAYER_WIDTH)&amp;ve=$(V_EXPANDED)&amp;vpi=$(V_VIEW_INFO)&amp;api=$(V_AUD_INFO)&amp;atv=$(V_AUD_TIME_INVIEW_100)&amp;vt=$(V_VIEW_TYPE)",
+ "VIDEO_30_SEC": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=GxwqkNYGIS9RKP3n3_JwcFDu8YPziNL.dNTNSTjLFY_KSJZYHpd0HI8ba8mWlzta71gMRqm1MfhcLlLCSzqcMs9OwnDk2MzwLJ3ZAyRjL4u0E8XPaaLUejXnlPjO5J0X_VRFst1DfhGPnt9YqCkJZB.uU4dBI6JOPjAIX0q1HzMM9HwcJ0aZnkEWIi36Z2bwuMW8qrk_GnjHALf.K0IsNpAApXLZ.zuVuhDBK_e6zZ1tJ1t5GKDV7FfJFamXlbqWemWfkEsMMB8iAfhTI5JJrmXBGenK54YZF8dCBY7n68Dgr8M0PTqm4yY1aCbH.lLLThRgqg--",
+ "VIDEO_CLOSE": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=m6vnXx0GIS8vrS.Kczx6yvHwvJWlMy64JMh7Wwf.Owlhm_GMbRA_c20PLYaBVmLFK3o.wz3IBAIv22V4DkYEv.O3pziR9gD9XlVR22TW3O.x_4l4XWKpzUUlkE_9xFwhcbjsUcYAObylgV3PmY6eXx0DNvFd07f8JP7zKo1xXzEmcfyjy2LTbhoMBcC35JMCJU2xvqPW9q2QdZ3SEGHneB6ZDxgQi1n2g8wTPp6rMzjD434pgdkZWmRJyapfPKxMhN0zVskrF4XKhCcGQo_Zh8VU4lGffFW7S3lsPf.f.kksm8bCY36k5L0ZDt5DbEWHQkC.0g--",
+ "VIDEO_QUARTILE_75": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=ZcrVZHYGIS.foZA_ULH7FOXwWe3Q3ATmWBb4xhodtIksxLTCUNPMLWhnLl7TkwRoawKOyvF91AiuRg__kkllLvPkD.iqT08w7RQIFM7_tZcZpSsEhuV0zzQi8Xmns.w05fBTNaZqOfBzbpufabvX6a7h.6VJWIob3aGetfEJlTdK7NN_LJ3B0hPSctHaS9xcFtKDUlZVPbWEVehxs8JohsPcq0r_bQxGirPs.DYorHakEW045I2i6s4ubC7WSAC2hj9V9J.qHwnfG_H4ovIVT8SNuIyI0MLRwxx2r0D55MZH5wBm2qFnAXe4c0.3Br8px.Vt&amp;vsa=$(V_SKIP_AVAIL)&amp;va=$(V_AUTOPLAYED)&amp;vph=$(V_PLAYER_HEIGHT)&amp;vpw=$(V_PLAYER_WIDTH)&amp;ve=$(V_EXPANDED)&amp;vpi=$(V_VIEW_INFO)&amp;api=$(V_AUD_INFO)&amp;atv=$(V_AUD_TIME_INVIEW_100)",
+ "VIDEO_QUARTILE_100": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=RaqKW54GIS_USxsfIAYGj5PavtYpHazGe9doA97xT.iRYAIJbsTPaQdbrSxZl2OF2l7kPn.MOUY.VHTYazzShW9Al.5DKxJADgxBxxZOqM9yelIyOuQZYK2W82WTC7URm1Pg8j.uIjBHm_yEN8wzLXA91ICGjehfAJoKjTWreKDOAHJy8wywzbIU6VmrplYLlfe31nhxHLHkKCc3UwrlntbuZ0Y.ep4ocwxJO2lAT0FdVhpkerZp9Bfrec.Lx7qWkUW.5luKdk7fnx9meQI5on7AKGIVhsLoct0IYUxnrY95KkAo8lY_95TliNuc0Oc_pAwf.otvy5yRTHdL9BIVdx2ybA--&amp;vsa=$(V_SKIP_AVAIL)&amp;va=$(V_AUTOPLAYED)&amp;vph=$(V_PLAYER_HEIGHT)&amp;vpw=$(V_PLAYER_WIDTH)&amp;ve=$(V_EXPANDED)&amp;vpi=$(V_VIEW_INFO)&amp;api=$(V_AUD_INFO)&amp;atv=$(V_AUD_TIME_INVIEW_100)",
+ "VIDEO_QUARTILE_25": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=xbRD3HUGIS.F1bI2rKCK8q5.piTIK4tE6MxEXuESNWbZw46Fbzhyp.Umgsf.7dLRBuolBuKaYZykzSIkwG9J6daJnlFIQRqVLolut2XR_vuUV8wRxh5cwMC54YWKYIVqO.hUcJFWNjmynXmOU7o2RB_qyP4PxzuzvOMX3UFKwnHgN7_RYQYQgo2wfKbManhvAI2VXoJ7PVoJsNiAYzACqBxB5RserWLpA9qaqUN0Yaj.HNQ9puuhxJYo.dUn7oyZJUDQBh6zm9WtAJYaZBC2XYpPz_uLSooxm0tk4oKjcns4Ue00pN.bOD5JhH2h3VcQC2Iq&amp;vsa=$(V_SKIP_AVAIL)&amp;va=$(V_AUTOPLAYED)&amp;vph=$(V_PLAYER_HEIGHT)&amp;vpw=$(V_PLAYER_WIDTH)&amp;ve=$(V_EXPANDED)&amp;vpi=$(V_VIEW_INFO)&amp;api=$(V_AUD_INFO)&amp;atv=$(V_AUD_TIME_INVIEW_100)",
+ "VIDEO_START": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Faction?bv=1.0.0&amp;es=zE0gjmkGIS_47Vq7veE.ttxGv7WW9n94t4z8TETCgqsaNSooPcKUXqJ9haj5j.YsxDB_e13i3bYVr1J3wf_mJsi83Yr2E6uQmVqQKiAadyXPW6Cf4TL2qQHxaiTGEOMSJFWFybRxiht7Jae.Jg5kxFmqAMysWXkBOwCMGweX.cXsoVnee4Lwz.et1H06._eP2Ao7Wi.jZUnTWidcgGbLK1LU6wKc1dXuSvHccXTlR207cp.7rp5F84vmNSb5N0hnG7fAXWf2BRpGw7WEftwlsUedKOTFo8sbgTJBzy7ozhRMpZ1C969ltpbEQBn99fZRhN8a&amp;vsa=$(V_SKIP_AVAIL)&amp;va=$(V_AUTOPLAYED)&amp;vph=$(V_PLAYER_HEIGHT)&amp;vpw=$(V_PLAYER_WIDTH)&amp;ve=$(V_EXPANDED)&amp;vpi=$(V_VIEW_INFO)&amp;api=$(V_AUD_INFO)&amp;atv=$(V_AUD_TIME_INVIEW_100)"
+ },
+ "title": "Don't Be Afraid To Get Your Hands Dirty This Year",
+ "type": "ad",
+ "link": "https:\u002F\u002Fbeap.gemini.yahoo.com\u002Fmbclk?bv=1.0.0&amp;es=EeYb.ooGIS.5.sc_wSLQpqDRiS5MJxTCV7Xzb1NwpmtCAnc9JdcvayB4UK5vtIcGLXjOAlZpLk1mzKMsUtcUOzoAeaqkjby9kpFavRgZ6SywTbVrb1eqLJ0TFqsb0K6qrwYd72_2oJ_m.DcvhA5Xu6wcGL0sEkLLBMfLycwyNUnt54tAVfA7AyYTYvW_LPaCOf4Ss5QofWfb0xDZOefMUdmRNBKF873yo3ZJ25YL57l3sJXOWE8suUVuk58HNEoqhOX.gGeLg2Sjgw6jOHr4XKURRnt2b0Rko4lkPyrau042_pOdwNGQnPKfUg93z57XD8r0YdEjKP5atWHFCCYoyyegjEiFREn4fcgGILcL1NuMB1VH_7ieuIyalDy8Sv_i.ginCcZv8ebOKfInsai3kgz.9nNCaVGzNnDolqLUmk0zf1AlLmoLzi35bx5gAtL56TVZPFqsssh8EPDhiAUMIPGUCfolntEekuY1SmuLGxFq1F5gjUN.OgT26It2hpV9sMyvhtVS0Mv3LbzPOYTHHuotZB5.qxpAI3E43jwKMvhzjAQnv8b8%26lp=http%3A%2F%2Fclickserve.dartsearch.net%2Flink%2Fclick%3Flid%3D43700013090213478%26ds_s_kwgid%3D58700001647004279%26ds_url_v%3D2",
+ "video_ad_assets": {
+ "usageType": "VIDEO_PRIMARY",
+ "mediaInfo": {
+ "url": "https:\u002F\u002Fc-dcc8aaf4ee86b1e6419fa9a769c6ee8b.http.atlas.cdn.yimg.com\u002Fgemini\u002Fpr\u002Fvideo_ZCIr01dzXpcuAAg14ls7BuBqV6xeP0N4AMdukPkJ_P1vlrDlUter6kKKnlOvYWDgIajr0FngjH0-_1.mp4?a=gemini&amp;mr=0&amp;s=29ca05558143cd51767cf8a7308a1de5",
+ "contentType": "video\u002Fmp4",
+ "height": "270",
+ "width": "480",
+ "bitrate": "466",
+ "length": "16"
+ }
+ },
+ "id": "32483362865",
+ "image": {
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FYtynaEAbpOhfQOgYxXwGDw--\u002FZmk9c3RyaW07aD0xMjM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fav\u002Fmoneyball\u002Fads\u002F1471893837023-4662.jpg.cf.jpg",
+ "width": "100%",
+ "height": ""
+ },
+ "publisher": "Flonase",
+ "video_ad_rules": {
+ "viewabilityDefVideo": {
+ "d": "3",
+ "p": "50"
+ }
+ }
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 8,
+ "cposy": 34
+ },
+ "summary": "A New York child is on life support after his mother's boyfriend allegedly beat him into unconsciousness, police said.\nJaden Jordan, 3, is in cricital condition and in a coma after police answered a 911 call Monday night and found the toddler unresponsive",
+ "instrument": "4000010570S00001",
+ "clusterInfo": {
+ "title": "U.S.",
+ "id": "53239c3b-4d68-4362-ba2d-2a0cb09812a1",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "storyline": [{
+ "cposy": 35,
+ "is_eligible": false,
+ "idPrefix": "SS-",
+ "url": "http:\u002F\u002Fnewyork.cbslocal.com\u002F2016\u002F11\u002F30\u002Fbrooklyn-boy-life-support\u002F",
+ "title": "Brooklyn Boy Remains On Life Support After Alleged Abuse",
+ "images": {
+ "original": {
+ "height": 352,
+ "width": 625,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fd5IP0rMDlNqueGBZVX_FxQ--\u002FaD0zNTI7dz02MjU7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Ff6d005d2b9903476d617f5334994c495"
+ },
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FahAFtiKFxn_LEExDOHz1NQ--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Ff6d005d2b9903476d617f5334994c495"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fm\u002Fa4d81c9b-aab2-34a7-bd24-97bf323d315b\u002Fss_brooklyn-boy-remains-on-life.html",
+ "id": "a4d81c9b-aab2-34a7-bd24-97bf323d315b",
+ "publisher": "CBS New York",
+ "off_network": true
+ }, {
+ "cposy": 36,
+ "is_eligible": false,
+ "idPrefix": "SS-",
+ "url": "http:\u002F\u002Fnypost.com\u002F2016\u002F11\u002F30\u002Ftipster-told-acs-abused-boy-was-being-kept-in-dog-crate\u002F",
+ "title": "Tipster told ACS abused boy was being kept in dog crate",
+ "images": {
+ "original": {
+ "height": 411,
+ "width": 617,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fw.r0ORYkOwDlKTh_o1gWcw--\u002FaD00MTE7dz02MTc7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Fd17e8a97bc2e48d9694b996c217c47b2"
+ },
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FOkQYQfNP8HwVQ4xIznTP4A--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Fd17e8a97bc2e48d9694b996c217c47b2"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fm\u002F6cb80e6a-bea3-355f-b455-4a99b3a42b6e\u002Fss_tipster-told-acs-abused-boy.html",
+ "id": "6cb80e6a-bea3-355f-b455-4a99b3a42b6e",
+ "publisher": "New York Post",
+ "off_network": true
+ }],
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fman-charged-assault-endangerment-girlfriends-213400835.html",
+ "commentCount": 16,
+ "property": "news",
+ "categoryLabel": "U.S.",
+ "format": "storyline",
+ "title": "Man Charged With Assault, Endangerment After Girlfriend's Toddler Is Found Brain Dead: Cops",
+ "images": {
+ "original": {
+ "height": 234,
+ "width": 416,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FPIFwm.Z_Jc7_PgJSnPtDsw--\u002FaD0yMzQ7dz00MTY7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Finside_edition\u002F04d1fa12b56c43046d626647c13c9aa9"
+ },
+ "img:220x193": {
+ "height": 193,
+ "width": 220,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FjcmVppAqfnBmP1zyTTaExQ--\u002FZmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Finside_edition\u002F04d1fa12b56c43046d626647c13c9aa9"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fman-charged-assault-endangerment-girlfriends-213400835.html",
+ "id": "7d0d28e3-c292-35fc-ab7a-e42f1a7efcf4",
+ "publisher": "Inside Edition",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 9,
+ "cposy": 37
+ },
+ "summary": "Ohio's prison parole board heard arguments Thursday for and against mercy for a man set to die in January for the 1993 rape and killing of his girlfriend's 3-year-old daughter. Ronald Phillips' clemency hearing concluded just before 6:30 p.m. The board did not make an immediate decision. \"Evidence of Phillips's background, history, dysfunctional upbringing, and his reformed character demonstrate that he should not be executed for the murder of Sheila Marie Evans,\" attorneys Tim Sweeney and Lisa Lagos wrote in a Nov. 25 filing.",
+ "instrument": "4000025080S00001",
+ "clusterInfo": {
+ "title": "U.S.",
+ "id": "1e6853cc-3a9f-43b2-8113-d04f5e9f3a4d",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Flawyers-3-olds-killer-ask-ohio-board-mercy-053547321.html",
+ "commentCount": 272,
+ "property": "news",
+ "categoryLabel": "U.S.",
+ "title": "Killer of 3-year-old seeks mercy from Ohio parole board",
+ "images": {
+ "original": {
+ "height": 2000,
+ "width": 1326,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FPCOjgtSxFs0VaBpqB2l_tQ--\u002FaD0yMDAwO3c9MTMyNjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002F217b21b588ac490fbb6c681e454dd4f0.jpg.cf.jpg"
+ },
+ "img:220x123": {
+ "height": 123,
+ "width": 220,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FwTn7e9Tfw3gF4fgyGvZwaA--\u002FZmk9c3RyaW07aD0xMjM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fap_webfeeds\u002F217b21b588ac490fbb6c681e454dd4f0.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Flawyers-3-olds-killer-ask-ohio-board-mercy-053547321.html",
+ "id": "ddbb2ee0-86db-34d9-b89c-557d27c73409",
+ "publisher": "Associated Press",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 10,
+ "cposy": 38
+ },
+ "summary": "Beijing will \"seriously\" implement new United Nations sanctions imposed on North Korea over its nuclear and missile programmes, it said Thursday, with the measures set to hit Pyongyang's lucrative Chinese coal exports hard. UN Security Council resolution 2321, passed on Wednesday, caps the North's annual coal exports at little more than four months of current sales to China, Chinese government data shows. It limits North Korea's coal exports next year to 7.5 million tonnes or just over $400 million, down 62 percent on 2015.",
+ "instrument": "4000011570S00001",
+ "clusterInfo": {
+ "title": "World",
+ "id": "0f50854a-0869-4f13-89c8-c28fb46e9020",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "storyline": [{
+ "cposy": 39,
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fchina-says-north-korea-sanctions-not-meant-harm-091822014.html",
+ "title": "China says new North Korea sanctions not meant to harm 'normal' trade",
+ "images": {
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FFqmXgpRbQeFUeyOFvNSGlQ--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002FReuters\u002F2016-12-01T091822Z_1_LYNXMPECB027A_RTROPTP_2_KOREA-NORTH-USA.JPG.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fchina-says-north-korea-sanctions-not-meant-harm-091822014.html",
+ "id": "7da26193-072f-325d-8842-2c8a0191d84e",
+ "publisher": "Reuters",
+ "off_network": false
+ }, {
+ "cposy": 40,
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fun-security-council-strengthens-north-103133895.html",
+ "title": "UN Security Council strengthens North Korea sanctions",
+ "images": {
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FLou5neeIrq52Z5SKFYvzLw--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fd.yimg.com\u002Fhd\u002Fafpus\u002F2\u002F4\u002F19ce7942-245c-4b74-998a-881e7a64514f__1Wz8TBxC8KCxkQXSdMoBIshbTJBEOtaWP3nvpIa7CzO0i2t3oKyRsiYnZLmryU8RZkA2Sgyquk-_2_0.jpg?s=cdbf80bd3a19e34fb6cca7a7460caab0&amp;c=1d9843bde92c11fbb433931538cb85d6&amp;a=afpus&amp;mr=0"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fun-security-council-strengthens-north-103133895.html",
+ "id": "b9c24215-b9fb-3469-9554-a99ead941592",
+ "publisher": "AFP Videos",
+ "off_network": false
+ }],
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fchina-seriously-implement-n-korea-un-sanctions-101330791.html",
+ "commentCount": 13,
+ "property": "news",
+ "categoryLabel": "World",
+ "format": "storyline",
+ "title": "China to 'seriously' implement N. Korea UN sanctions",
+ "images": {
+ "original": {
+ "height": 713,
+ "width": 1024,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FJ4wnHNkf47vrsq9YvZ_.3w--\u002FaD03MTM7dz0xMDI0O3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fafp.com\u002FPart-HKG-Hkg9294085-1-1-0.jpg.cf.jpg"
+ },
+ "img:220x193": {
+ "height": 193,
+ "width": 220,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F3ta3kmZHJjA.Rg6dZ8WOZw--\u002FZmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fafp.com\u002FPart-HKG-Hkg9294085-1-1-0.jpg.cf.jpg"
+ },
+ "img:440x386": {
+ "height": 386,
+ "width": 440,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FNmw6VVO9Lc4Y1Hs2CfFuMg--\u002FZmk9c3RyaW07aD0zODY7cHlvZmY9MDtxPTgwO3c9NDQwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002Fafp.com\u002FPart-HKG-Hkg9294085-1-1-0.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fchina-seriously-implement-n-korea-un-sanctions-101330791.html",
+ "id": "7c039d3f-6142-3f73-9c30-febded3e8350",
+ "publisher": "AFP",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 11,
+ "cposy": 41
+ },
+ "summary": "Tillamook's #RealFoodSunday is a movement that encourages people to eat more Real Food, nothing artificial, at least once a week, with an emphasis on Sunday. Tillamook invites you to join in this Sunday and—whether by shopping, cooking, or eating—share your ideas with #RealFoodSunday! There is one thing that we all have in common: the great delight we get from Real Food and the longing to share it.",
+ "instrument": "4000001230S00001",
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fgift-idea-simple-dish-made-real-food-190144486.html",
+ "commentCount": 0,
+ "property": "news",
+ "categoryLabel": "Lifestyle",
+ "title": "Gift Idea: Simple Dish Made With Real Food",
+ "images": {
+ "original": {
+ "height": 20,
+ "width": 20,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FymwzUKJthCNZbTW0D.To0w--\u002FaD0yMDt3PTIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen_us\u002FNews\u002FTakepart.com\u002Fimage_placeholder.gif"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fgift-idea-simple-dish-made-real-food-190144486.html",
+ "id": "42663747-ed56-36b1-a3fd-a950e25a9f11",
+ "publisher": "TakePart.com",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 12,
+ "cposy": 42
+ },
+ "summary": "The family of Trump’s pick for education secretary, Betsy DeVos, has a net worth estimated at $5.1 billion. President-elect Donald Trump, who rallied populist voters by vowing to “drain the swamp” of the Washington elite, is filling his Cabinet with people who share a familiar trait: They’re very rich. On Wednesday, Trump announced Steve Mnuchin, a former Goldman Sachs executive who served as his campaign finance chairman, as his choice for treasury secretary and Wilbur Ross, a private equity investor, as his pick for secretary of commerce.",
+ "instrument": "4000004120S00001",
+ "clusterInfo": {
+ "title": "Politics",
+ "id": "e9f30d5d-f1bd-46be-a0ce-112320f0f669",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "storyline": [{
+ "cposy": 43,
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftrumps-treasury-pick-targets-taxes-124003425.html",
+ "title": "Trump's Treasury pick targets taxes, trade reforms: media",
+ "images": {
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F8XM7mUBfaFZco.tTMGVaTw--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fglobalfinance.zenfs.com\u002Fimages\u002FUS_AHTTP_REUTERS_OLUSBUS_WRAPPER_H_LIVE_NEW\u002F2016-11-30T170525Z_3_LYNXMPECAT0US_RTROPTP_3_USA-TRUMP_original.jpg.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Ftrumps-treasury-pick-targets-taxes-124003425.html",
+ "id": "7ef72e1d-b019-3d00-bb9e-dc748e9f2c98",
+ "publisher": "Reuters",
+ "off_network": false
+ }, {
+ "cposy": 44,
+ "is_eligible": false,
+ "idPrefix": "SS-",
+ "url": "http:\u002F\u002Fwww.marketwatch.com\u002Fstory\u002Ftrumps-commerce-pick-ross-wants-to-fix-dumb-trade-deals-2016-11-30?siteid=yhoof2&amp;yptr=yahoo",
+ "title": "Ross, Trump’s pick for Commerce chief, wants to fix ‘dumb trade’ deals",
+ "images": {
+ "original": {
+ "height": 742,
+ "width": 1320,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fa9BwoUqVoqQ6LnvcO.ZJmQ--\u002FaD03NDI7dz0xMzIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Ff63b0c1a967def685914cec395952194"
+ },
+ "img:72x72": {
+ "height": 72,
+ "width": 72,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FVzRwftxZGNKSbcgJdy3.oQ--\u002FZmk9c3RyaW07aD03MjtweW9mZj0wO3E9ODA7dz03MjtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fslingstone.zenfs.com\u002Foffnetwork\u002Ff63b0c1a967def685914cec395952194"
+ }
+ },
+ "type": "article",
+ "link": "\u002Ffinance\u002Fm\u002F40931a8f-7766-32fb-972a-0e5cce4010b8\u002Fss_ross%2C-trump%E2%80%99s-pick-for.html",
+ "id": "40931a8f-7766-32fb-972a-0e5cce4010b8",
+ "publisher": "MarketWatch",
+ "off_network": true
+ }],
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftrump-fills-out-cabinet-with-millionaires-and-billionaires-195429712.html",
+ "commentCount": 4698,
+ "property": "news",
+ "categoryLabel": "Politics",
+ "format": "storyline",
+ "title": "Trump fills out Cabinet with millionaires and billionaires",
+ "images": {
+ "original": {
+ "height": 498,
+ "width": 744,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002Fs1q446NF04y_dZtc0YFHYw--\u002FaD00OTg7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F8fd4a9cd64a49401c32b71f260825423"
+ },
+ "img:220x193": {
+ "height": 193,
+ "width": 220,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FoGO0fqiXxjVPOA9wK1rQLg--\u002FZmk9c3RyaW07aD0xOTM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F8fd4a9cd64a49401c32b71f260825423"
+ },
+ "img:440x386": {
+ "height": 386,
+ "width": 440,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FPTWOFOoljW.WIYLC2PP3OA--\u002FZmk9c3RyaW07aD0zODY7cHlvZmY9MDtxPTgwO3c9NDQwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F8fd4a9cd64a49401c32b71f260825423"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Ftrump-fills-out-cabinet-with-millionaires-and-billionaires-195429712.html",
+ "id": "56f15884-3bb3-3122-a21b-5e1e8f6185fc",
+ "publisher": "Yahoo News",
+ "off_network": false
+ }, {
+ "i13n": {
+ "bpos": 1,
+ "cpos": 13,
+ "cposy": 45
+ },
+ "summary": "An argument between two women in a parking lot in south Los Angeles turned (even more) violent when one of the people involved began throwing fists, which led to one of the ladies jumping into a Toyota RAV4 and taking aim at the other person and another car. Thanks to a video shared to the YouTube channel \"GrindFace TV,\" we can see that the fight escalated to the point that the woman took to repeatedly driving her RAV4 into a BMW X3, leaving both cars severely damaged. After leaving the parking lot, the driver in the RAV4 struck a fire hydrant causing a rather spectacular geyser of water to shoot out of the ground.",
+ "instrument": "4000012760S00001",
+ "clusterInfo": {
+ "title": "U.S.",
+ "id": "0687115b-6287-4ea1-99d8-44ef7e82a403",
+ "type": "storyCluster",
+ "followable": "false",
+ "userFollowing": "false"
+ },
+ "is_eligible": true,
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fwatch-woman-turn-her-suv-182510048.html",
+ "commentCount": 4627,
+ "property": "news",
+ "categoryLabel": "U.S.",
+ "title": "Watch This Woman Turn Her SUV Into a Battering Ram in a Parking Lot Fight",
+ "images": {
+ "original": {
+ "height": 600,
+ "width": 800,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FdOIaz3DcePWDMHuWL6iZzA--\u002FaD02MDA7dz04MDA7c209MTthcHBpZD15dGFjaHlvbg--\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fthe_drive_165\u002Fd8b3b02b586e6f32a6b108fa7e058a7a.cf.jpg"
+ },
+ "img:220x123": {
+ "height": 123,
+ "width": 220,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FIlTIe2sWvV.uTCHYzOaU4A--\u002FZmk9c3RyaW07aD0xMjM7cHlvZmY9MDtxPTgwO3c9MjIwO3NtPTE7YXBwaWQ9eXRhY2h5b24-\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen-US\u002Fhomerun\u002Fthe_drive_165\u002Fd8b3b02b586e6f32a6b108fa7e058a7a.cf.jpg"
+ }
+ },
+ "type": "article",
+ "link": "\u002Fnews\u002Fwatch-woman-turn-her-suv-182510048.html",
+ "id": "d492a43f-ec1a-34fd-b35e-58cfb2d5d32a",
+ "publisher": "The Drive",
+ "off_network": false
+ }],
+ "view": "mega",
+ "ccode_fptoday": "mega_news_ntk",
+ "ccode": "mega_news_ntk",
+ "comscore": "pageview_candidate",
+ "more": 132,
+ "more_items": [{
+ "instrument": "4000003400S00001",
+ "id": "78bc050c-4398-3260-87ba-86c59e4da4e1",
+ "is_eligible": true
+ }, {
+ "instrument": "4000007000S00001",
+ "id": "7acd57c4-10a8-3511-b570-1e85f90f7683",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003290S00001",
+ "id": "27f8af5d-1184-356d-84d3-c09d638f4f48",
+ "is_eligible": true
+ }, {
+ "instrument": "4000005030S00001",
+ "id": "5e533fd4-a6cc-35f4-bbf6-571710adbd1a",
+ "is_eligible": true
+ }, {
+ "instrument": "4000008570S00001",
+ "id": "6c1d2e32-3d0a-3510-8092-7cbead3697bc",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003440S00001",
+ "id": "d2035903-a9aa-39fe-8eb6-38b6142dab52",
+ "is_eligible": true
+ }, {
+ "instrument": "4000010490S00001",
+ "id": "d3d5d1ed-bfca-387f-b7d4-feb2cdd5cfde",
+ "is_eligible": true
+ }, {
+ "instrument": "4000011070S00001",
+ "id": "bbf3eb05-75f5-39d0-a4c6-ad4ff6d24e57",
+ "is_eligible": true
+ }, {
+ "instrument": "4000016730S00004",
+ "id": "7bbca0f5-34dc-3150-8906-46520d1575e9",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003440S00001",
+ "id": "2cb31d4a-6a8c-3bde-96ae-5a609463e07d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002970S00001",
+ "id": "bf4cab06-2ce6-3f70-ad52-d41e63fffbbc",
+ "is_eligible": true
+ }, {
+ "instrument": "4000014230S00001",
+ "id": "42a62c97-44c5-3bf1-b7f5-98014054409a",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002090S00001",
+ "id": "b990bf57-be67-3859-9673-538c11b7ad72",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001240S00001",
+ "id": "9267681e-a517-3a93-a697-e859ddcf82fa",
+ "is_eligible": true
+ }, {
+ "instrument": "4000006100S00002",
+ "id": "967b3b63-d18b-324f-a49e-43936bac1b68",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001570S00001",
+ "id": "a28946aa-e1e5-3e44-9807-f4d54f91c274",
+ "is_eligible": true
+ }, {
+ "instrument": "4000010480S00001",
+ "id": "a1a3ad15-c600-36c8-bd6a-420719120c88",
+ "is_eligible": true
+ }, {
+ "instrument": "4000013670S00004",
+ "id": "7f079b8a-ae47-3038-861f-903add86d3c8",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001020S00001",
+ "id": "106a5a46-cb20-3b1c-a866-11d23a9a6ffa",
+ "is_eligible": true
+ }, {
+ "instrument": "4000008980S00001",
+ "id": "8914e515-4dd4-3770-b817-2c18cc1a1d2b",
+ "is_eligible": true
+ }, {
+ "instrument": "4000012560S00001",
+ "id": "bad4d796-5800-3ef7-800f-e36f2af23b13",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002360S00001",
+ "id": "b9f90258-3c9a-3496-abc3-fef26f866153",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003870S00001",
+ "id": "4f961ce1-9062-3a7a-afad-68eb9cc3b59e",
+ "is_eligible": true
+ }, {
+ "instrument": "4000005360S00001",
+ "id": "aae8ae71-3a83-34ba-9cf5-cc8ebbdcfa5b",
+ "is_eligible": true
+ }, {
+ "instrument": "4000009450S00002",
+ "id": "46deb5e5-576d-3741-8277-f309915d7000",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001510S00001",
+ "id": "ef7a34b1-ef7c-357e-bd2f-01d4062d8367",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001150S00001",
+ "id": "73cbccd8-5c90-3305-879b-7e3f9780c6bf",
+ "is_eligible": true
+ }, {
+ "instrument": "4000017200S00001",
+ "id": "0e06ac4e-80e9-356b-863c-21ee4ae6ddd7",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001380S00001",
+ "id": "8c97d42e-82aa-327d-96fc-49cbddfe3fe5",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003660S00001",
+ "id": "f2770aa1-f34e-3dc4-90c3-20182e600649",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000730S00001",
+ "id": "5de27645-4845-3ab4-bf94-6738bb032748",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001660S00001",
+ "id": "f9f628ed-6e16-3cf0-8e64-417b019c2d5b",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000870S00001",
+ "id": "30ef8647-ee0b-36dc-82c7-b46dbe705658",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000810S00001",
+ "id": "81608630-fe62-301f-a8bc-3fd34f403dab",
+ "is_eligible": true
+ }, {
+ "instrument": "4000007810S00002",
+ "id": "a8dc24ea-f7ac-3580-b5cc-e89869a6d15c",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003610S00001",
+ "id": "8e8e88f4-8454-30ab-9356-7b78ea739fea",
+ "is_eligible": true
+ }, {
+ "instrument": "4000008390S00001",
+ "id": "515b1b83-bc32-371e-92de-26b5c419874f",
+ "is_eligible": true
+ }, {
+ "instrument": "4000018690S00001",
+ "id": "8d1fca83-2e44-362a-b3d2-93eae06be502",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001430S00001",
+ "id": "dcd575cc-f9e0-372a-98fc-58380b0205f1",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000650S00001",
+ "id": "4de348d9-4173-3739-8e8e-c5e1fe4da7b5",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001890S00001",
+ "id": "c2c6234c-325f-384d-9dad-39f57b87c1da",
+ "is_eligible": true
+ }, {
+ "instrument": "4000009290S00001",
+ "id": "5b943383-41d4-3060-a91e-911aedaf4f11",
+ "is_eligible": true
+ }, {
+ "instrument": "4000012880S00004",
+ "id": "00bc3fe8-55b5-3fb3-b2de-82c513c29fd3",
+ "is_eligible": true
+ }, {
+ "instrument": "4000014650S00002",
+ "id": "a42e3854-01d6-345b-87ae-e5e1fb361618",
+ "is_eligible": true
+ }, {
+ "instrument": "4000025500S00001",
+ "id": "1f4cc2ae-29c1-39b4-a326-293a2e46b752",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001070S00001",
+ "id": "862a1eef-4ed4-3b5f-a876-4c3668125106",
+ "is_eligible": true
+ }, {
+ "instrument": "4000010240S00001",
+ "id": "51ae6ca8-be79-3386-8d3e-e13ffaee0ef2",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001460S00001",
+ "id": "dc4206cd-5ab5-3b97-b970-75a4a702eeca",
+ "is_eligible": true
+ }, {
+ "instrument": "4000025180S00001",
+ "id": "a1cdd86a-d306-3330-a4bf-be2e83f20ede",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003520S00001",
+ "id": "214807f9-0fbe-3918-9f77-5a84d3282fc5",
+ "is_eligible": true
+ }, {
+ "instrument": "4000013820S00001",
+ "id": "40b08793-0537-3588-a2d6-40b44f52e735",
+ "is_eligible": true
+ }, {
+ "instrument": "4000010830S00001",
+ "id": "5fccf088-1964-35e3-9ef8-5b775a86de1f",
+ "is_eligible": true
+ }, {
+ "instrument": "4000005860S00001",
+ "id": "5fbdbc93-b361-37e4-a3c1-1efbc4b4543c",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001580S00001",
+ "id": "8aa86688-e840-33ab-85a3-0113ac222795",
+ "is_eligible": true
+ }, {
+ "instrument": "4000018180S00004",
+ "id": "b75a6b50-cd2e-38b3-aab8-e4b2bbafd839",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001880S00001",
+ "id": "df41c3f7-8005-3755-86d5-506b64e3cc9d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002190S00001",
+ "id": "646be07d-b765-3b59-8d3c-5eab0bc1300b",
+ "is_eligible": true
+ }, {
+ "instrument": "4000007090S00001",
+ "id": "d78895bc-2361-398d-bdcb-5e5049793d1d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001660S00001",
+ "id": "9ed39cd1-0fca-3d21-ad84-755291ecedcd",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002440S00001",
+ "id": "c4820bac-43d9-35b5-b9e8-970518ac2cd9",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000980S00001",
+ "id": "d69c28e1-2155-37c7-99d4-3772eca06691",
+ "is_eligible": true
+ }, {
+ "instrument": "4000007820S00001",
+ "id": "3feefb5a-62fb-36f3-91d1-294bcf3b31ef",
+ "is_eligible": true
+ }, {
+ "instrument": "4000013010S00002",
+ "id": "d9691260-55e7-3848-b406-a6c874438a62",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001620S00004",
+ "id": "e2ebeffe-b89a-38d2-97f1-178a2fe21c1d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000006140S00001",
+ "id": "34a628cd-483a-374b-a311-1833fa25c663",
+ "is_eligible": true
+ }, {
+ "instrument": "4000010450S00001",
+ "id": "357f988b-674f-3b5c-85e4-16f57c0b8b33",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001850S00001",
+ "id": "799fda32-72fe-3400-87c1-36bf23a41125",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001790S00001",
+ "id": "add2927f-e0f2-358c-b18c-6a30320bb557",
+ "is_eligible": true
+ }, {
+ "instrument": "4000007280S00001",
+ "id": "e1bf8f96-10c7-3680-b127-c683838e04cc",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001310S00001",
+ "id": "f42ad56d-913f-35d4-a4e2-a6593e5fba2a",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002600S00001",
+ "id": "5e3f2f7c-15c0-3338-9fc8-bbbd0ae9371c",
+ "is_eligible": true
+ }, {
+ "instrument": "4000005030S00001",
+ "id": "1dad9fd5-0c54-3090-8b54-758088b6613e",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000580S00001",
+ "id": "85493045-6a66-309d-806a-3ab2f2a57346",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002570S00001",
+ "id": "81343e2a-66ad-339e-be2e-e3b3c0431bb9",
+ "is_eligible": true
+ }, {
+ "instrument": "4000023750S00001",
+ "id": "92e245ff-e6c5-324c-b22d-c5057afe760d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000830S00001",
+ "id": "6fac31ab-c7eb-3165-a133-f3e806f22f9b",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002720S00001",
+ "id": "efbe59b2-cc94-3c34-97ea-23b3290dffbb",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002220S00001",
+ "id": "6c891f1b-6708-3aaf-9de5-ce8971784f97",
+ "is_eligible": true
+ }, {
+ "instrument": "4000011450S00004",
+ "id": "1df5d021-e053-34af-8641-cc2a2433dbce",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000840S00001",
+ "id": "65cee365-0c21-38b6-95bc-6be2ab1a6dbb",
+ "is_eligible": true
+ }, {
+ "instrument": "4000022130S00001",
+ "id": "a8fed905-f24e-3fc3-bbc2-5dfc8dad371d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001680S00001",
+ "id": "51f667a0-5a5e-3316-86e2-17902e63249f",
+ "is_eligible": true
+ }, {
+ "instrument": "4000011450S00002",
+ "id": "ccce4c73-e627-34e8-97ed-f53bf961287a",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001460S00001",
+ "id": "687b44ff-cd40-3c4c-81ad-4b803d4e7adf",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002110S00001",
+ "id": "e2fa5ac3-f52c-3d75-913c-2a9c1a209bb6",
+ "is_eligible": true
+ }, {
+ "instrument": "4000024610S00001",
+ "id": "88b8f783-a7a6-315c-b699-8891813e786f",
+ "is_eligible": true
+ }, {
+ "instrument": "4000014670S00002",
+ "id": "a6135ede-b775-3135-8e25-87950657299e",
+ "is_eligible": true
+ }, {
+ "instrument": "4000008040S00001",
+ "id": "afe9ca16-555b-3962-9221-38229f7897a8",
+ "is_eligible": true
+ }, {
+ "instrument": "4000010750S00001",
+ "id": "6af775cd-f409-3c5b-81d9-66e624f75c51",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000920S00001",
+ "id": "bc2c4697-1a13-38dd-a6c1-78f9e0b46253",
+ "is_eligible": true
+ }, {
+ "instrument": "4000004830S00001",
+ "id": "9d71d597-5d63-3cff-ac84-2b33e15e6629",
+ "is_eligible": true
+ }, {
+ "instrument": "4000004110S00001",
+ "id": "5572b5bc-1904-343d-b1ee-0d32a3394bf3",
+ "is_eligible": true
+ }, {
+ "instrument": "4000019420S00001",
+ "id": "96ad77e9-d0fe-38a5-b884-48900ca01948",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001660S00001",
+ "id": "3e5c3630-aff6-3c18-bfd3-b0c4a027ef63",
+ "is_eligible": true
+ }, {
+ "instrument": "4000007220S00001",
+ "id": "cd911e14-eb6f-3aee-ae9c-4b2334a755ab",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001900S00001",
+ "id": "661b14c8-d1d7-3c47-a621-54ccfea5757a",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001800S00004",
+ "id": "6cff4098-0ccb-3553-983d-2622b172ec0c",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000000S00004",
+ "id": "0fa08536-4b79-353b-ac38-7441bf5aaa8f",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002740S00001",
+ "id": "b5c50135-ca16-3c32-961c-002cf1f98410",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000660S00001",
+ "id": "f306cd92-1274-39ec-8ea8-ca433c456e4f",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002970S00001",
+ "id": "956312eb-0ac0-3ab4-9f56-83ad7d012829",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002580S00001",
+ "id": "08803ed3-c420-34e9-be52-d5497e20dcb3",
+ "is_eligible": true
+ }, {
+ "instrument": "4000012040S00001",
+ "id": "0853c09f-6d49-3cfe-b312-b14fbfd9ce36",
+ "is_eligible": true
+ }, {
+ "instrument": "4000011320S00001",
+ "id": "7624ca2f-e423-3572-9b17-f640ec2d4a73",
+ "is_eligible": true
+ }, {
+ "instrument": "4000004660S00002",
+ "id": "bfa37b7a-6646-3f58-b77f-e15a9f66935d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000011220S00001",
+ "id": "02c96133-bb44-37e8-b9ae-6dbc0a1d2856",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002330S00001",
+ "id": "f86e6415-21b7-3cbd-9a7b-526f10f1d06f",
+ "is_eligible": true
+ }, {
+ "instrument": "4000009250S00001",
+ "id": "fef96954-ba46-3489-99ce-36088aa7083b",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002870S00001",
+ "id": "80ba3b58-cbc8-3f0f-a3bb-1737a1ec43fc",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003020S00001",
+ "id": "c87dc4fe-f28a-3d6d-8199-368c34132172",
+ "is_eligible": true
+ }, {
+ "instrument": "4000009140S00001",
+ "id": "84d04efc-d332-3dcb-bcfa-09577469161d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000009610S00001",
+ "id": "4092fbb6-cf92-3b00-8aad-2175efb4483a",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001440S00001",
+ "id": "c3d2764d-2a02-3adb-8276-908219e0c0f6",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001410S00001",
+ "id": "f1c3c50a-d099-3ef3-8fd3-54ede3e6322a",
+ "is_eligible": true
+ }, {
+ "instrument": "4000015270S00001",
+ "id": "44ee4f60-56c8-31d8-aaa6-70ad2a3c7e5d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003380S00001",
+ "id": "a017da9c-db57-334a-9fd2-fdcb72ad37bf",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002270S00001",
+ "id": "966fb623-3987-3be1-abf6-a7d468fd3d03",
+ "is_eligible": true
+ }, {
+ "instrument": "4000007780S00001",
+ "id": "11569f24-6ea0-35b4-9920-1b237b4b3090",
+ "is_eligible": true
+ }, {
+ "instrument": "4000004670S00001",
+ "id": "591d58b5-1303-3bf1-86df-b25bbbc2ade7",
+ "is_eligible": true
+ }, {
+ "instrument": "4000004630S00001",
+ "id": "5769a031-356d-33a2-8cee-3aaf77e2fb2c",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002760S00001",
+ "id": "8d4e01d4-0558-321a-af27-1d664b2d698b",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002570S00001",
+ "id": "3d71d584-8d9f-33c4-8373-e7ec578caea3",
+ "is_eligible": true
+ }, {
+ "instrument": "4000020890S00001",
+ "id": "54cce57a-ade5-3628-96b3-f2f18a83884b",
+ "is_eligible": true
+ }, {
+ "instrument": "4000003390S00001",
+ "id": "7d645806-8767-3376-9e98-baf5a0b38469",
+ "is_eligible": true
+ }, {
+ "instrument": "4000019880S00001",
+ "id": "f9d25756-7761-3d7c-8ab3-8716ced5e4d0",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002820S00001",
+ "id": "c340c6d2-64ae-3c0d-b8c2-1ad029a3e929",
+ "is_eligible": true
+ }, {
+ "instrument": "4000002970S00001",
+ "id": "ab3f35bd-4a90-340b-a167-85bf87eaa7ab",
+ "is_eligible": true
+ }, {
+ "instrument": "4000005600S00001",
+ "id": "2ec0cc1c-e04b-3bed-9171-ffb5883fd35f",
+ "is_eligible": true
+ }, {
+ "instrument": "4000001090S00001",
+ "id": "2166cc45-411f-3cd6-9d5f-43da43615b99",
+ "is_eligible": true
+ }, {
+ "instrument": "4000000920S00001",
+ "id": "02208141-ac6f-3e53-bcca-03031ac0639d",
+ "is_eligible": true
+ }, {
+ "instrument": "4000009040S00001",
+ "id": "86790cec-d0ff-3843-a0f9-3a0ca04d2a08",
+ "is_eligible": true
+ }, {
+ "instrument": "4000004880S00001",
+ "id": "0e4b1085-060f-38ce-83ac-29b9c86062bd",
+ "is_eligible": true
+ }],
+ "components": [{
+ "name": "StreamHeroCarousel",
+ "bundleName": "tdv2-applet-stream-hero.carousel",
+ "props": {
+ "componentConfig": {
+ "leadDimension": "img:672x378",
+ "moreItemsModulus": 6,
+ "moreDimension": "img:412x232",
+ "resizeTag": ["img:672x378|2|80", "img:412x232|1|80"],
+ "showSummary": true,
+ "ui": {
+ "share_buttons": {
+ "buttons_to_show": ["tumblr", "facebook", "twitter", "mail"],
+ "enable": true,
+ "mail_host": "www.yahoo.com"
+ },
+ "rotationEnabled": false,
+ "rotationInterval": 6000,
+ "comments_count": 3,
+ "smart_crop": true,
+ "video_autoplay_enabled": false,
+ "follow_content": true,
+ "sports_morelink_enabled": false,
+ "comments": true,
+ "enable_canvass_comments": true,
+ "reblog": false,
+ "minMoreItems": 3,
+ "show_comments_drawer": false,
+ "lead": null,
+ "video_enabled": false
+ }
+ }
+ }
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "StreamAd",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "StreamAd",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }, {
+ "name": "MegaItem",
+ "bundleName": "tdv2-applet-stream"
+ }],
+ "ss_id": "218f2c20-0dd7-4ed1-a25c-227d27b11eb3",
+ "category": "YPROP:NEWS"
+ },
+ "ts": 1480670950.686,
+ "cposy": 46
+ }
+ }
+ },
+ "UserStore": {
+ "guid": "",
+ "login": "",
+ "alias": "",
+ "firstName": "",
+ "comscoreC14": -1,
+ "isSignedIn": false,
+ "isRecognized": false,
+ "isLoaded": true
+ },
+ "ProfileStore": {
+ "err": null,
+ "guid": "",
+ "profileUrl": "",
+ "userProfile": {
+ "nickName": "",
+ "imageUrl": ""
+ },
+ "_isLoaded": false
+ },
+ "FollowAuthorStore": {
+ "authors": [{
+ "name": "Katie Couric",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160914\u002Fkc2.jpg",
+ "url": "#",
+ "authorUrl": "https:\u002F\u002Fwww.yahoo.com\u002Fkatiecouric\u002F",
+ "listId": "98c14b1e-8c70-46db-987f-a15041641f07",
+ "headlines": [{
+ "externalLink": null,
+ "title": "New Yorkers post their feelings about Trump election in subway",
+ "summary": "Following the unexpected election of Donald Trump as president of the United States, New Yorkers have taken to the subway to express their feelings through Post-its. The project, started by “subway therapist” Matthew Chavez, allows strangers of all ages to share their feelings about Trump’s victory and",
+ "url": "\u002Fnews\u002Fnew-yorkers-post-their-feelings-about-trump-election-in-subway-230210113.html",
+ "imageSize": {},
+ "provider": "",
+ "type": "article",
+ "uuid": "4cd95320-4c2e-36d9-be35-9e77e2b7749a",
+ "published": "2016-11-10T23:02:10Z",
+ "entities": [{
+ "term": "WIKIID:Donald_Trump",
+ "label": "Donald Trump",
+ "capAbtScore": "0.991"
+ }, {
+ "term": "WIKIID:President_of_the_United_States",
+ "label": "president of the United States",
+ "capAbtScore": "0.846"
+ }],
+ "categories": [{
+ "term": "YCT:001000661",
+ "score": "0.961332",
+ "label": "Politics &amp; Government"
+ }, {
+ "term": "YCT:001000671",
+ "score": "0.942857",
+ "label": "Elections"
+ }],
+ "tags": null,
+ "author": "Katie Couric"
+ }]
+ }, {
+ "name": "Michael Isikoff",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160914\u002Fmi2.jpg",
+ "url": "#",
+ "authorUrl": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftagged\u002Fmichael-isikoff",
+ "listId": "827f74ce-95bd-4dbc-86c4-a41ec6b4e731",
+ "headlines": [{
+ "externalLink": null,
+ "title": "Trump’s inauguration: ticket packages, $25,000 to $1 million",
+ "summary": "Want to attend a ladies luncheon with Melania Trump? Easy: Simply plunk down $1 million to the Trump inaugural committee — a gift that guarantees high-rolling donors and corporate executives special access to the new leadership about to take over in Washington. A copy of the package deals offered by",
+ "url": "\u002Fnews\u002Ftrumps-inauguration-ticket-prices-25000-to-1-million-013543267.html",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FEfUJ7Bja.l0vxRV7Dn2oSA--\u002FaD0xMTI0O3c9MjA0ODtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002Ff872e6d8729d9277046d72f95e2e7d0e",
+ "image_assets": {
+ "width": 2048,
+ "height": 1124,
+ "ratio": 1.8220640569395017,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FEfUJ7Bja.l0vxRV7Dn2oSA--\u002FaD0xMTI0O3c9MjA0ODtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002Ff872e6d8729d9277046d72f95e2e7d0e",
+ "tag": "size=original",
+ "image_asset_type": "tile"
+ },
+ "imageSize": {
+ "original": {
+ "width": 2048,
+ "height": 1124,
+ "ratio": 1.8220640569395017,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002FEfUJ7Bja.l0vxRV7Dn2oSA--\u002FaD0xMTI0O3c9MjA0ODtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002Ff872e6d8729d9277046d72f95e2e7d0e",
+ "tag": "size=original",
+ "image_asset_type": "tile"
+ }
+ },
+ "provider": "Yahoo News",
+ "type": "article",
+ "uuid": "1864f375-5428-32d3-966e-30b790fbc00a",
+ "published": "2016-11-30T01:35:43Z",
+ "entities": [{
+ "term": "WIKIID:Melania_Trump",
+ "label": "Melania Trump",
+ "capAbtScore": "0.996"
+ }, {
+ "term": "WIKIID:Mike_Pence",
+ "label": "Mike Pence",
+ "capAbtScore": "0.93"
+ }],
+ "categories": {
+ "term": "YCT:001000661",
+ "score": "0.961332",
+ "label": "Politics &amp; Government"
+ },
+ "tags": null,
+ "author": "Michael Isikoff"
+ }]
+ }, {
+ "name": "Matt Bai",
+ "imgUrl": "https:\u002F\u002Fs.yimg.com\u002Fdh\u002Fap\u002Fdefault\u002F160914\u002Fmb2.jpg",
+ "url": "#",
+ "authorUrl": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Ftagged\u002Fmatt-bai",
+ "listId": "f0462a32-6855-4ed3-b7f8-74fc942db55a",
+ "headlines": [{
+ "externalLink": null,
+ "title": "The real problem behind fake news",
+ "summary": "To the list of historic firsts that Donald Trump seems to rack up daily, we can now add this: He is the first candidate in the annals of American politics to allege massive fraud in an election he actually won. Trump took to Twitter last weekend to declare that he would have won not just the presidency",
+ "url": "\u002Fnews\u002Fthe-real-problem-behind-fake-news-233047332.html",
+ "image": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F4C3JxA877hltgsyfIa5Tlw--\u002FaD0xMzA2O3c9MjA0ODtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F81b22090997517ac847979e73311ea5e",
+ "image_assets": {
+ "width": 2048,
+ "height": 1306,
+ "ratio": 1.5681470137825422,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F4C3JxA877hltgsyfIa5Tlw--\u002FaD0xMzA2O3c9MjA0ODtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F81b22090997517ac847979e73311ea5e",
+ "tag": "size=original",
+ "image_asset_type": "tile"
+ },
+ "imageSize": {
+ "original": {
+ "width": 2048,
+ "height": 1306,
+ "ratio": 1.5681470137825422,
+ "url": "https:\u002F\u002Fs.yimg.com\u002Fuu\u002Fapi\u002Fres\u002F1.2\u002F4C3JxA877hltgsyfIa5Tlw--\u002FaD0xMzA2O3c9MjA0ODtzbT0xO2FwcGlkPXl0YWNoeW9u\u002Fhttp:\u002F\u002Fmedia.zenfs.com\u002Fen\u002Fhomerun\u002Ffeed_manager_auto_publish_494\u002F81b22090997517ac847979e73311ea5e",
+ "tag": "size=original",
+ "image_asset_type": "tile"
+ }
+ },
+ "provider": "Yahoo News",
+ "type": "article",
+ "uuid": "d2f3360c-0b71-3ffc-93fd-fdbb2856551c",
+ "published": "2016-11-30T23:30:47Z",
+ "entities": [{
+ "term": "WIKIID:Donald_Trump",
+ "label": "Donald Trump",
+ "capAbtScore": "0.985"
+ }, {
+ "term": "WIKIID:Social_media",
+ "label": "social media",
+ "capAbtScore": "0.843"
+ }],
+ "categories": null,
+ "tags": null,
+ "author": "Matt Bai"
+ }]
+ }],
+ "categories": {},
+ "headlines": {
+ "": []
+ },
+ "pageCategory": ""
+ },
+ "ThemeStore": {
+ "last_accessed_cache_key": "-588364899",
+ "data": {
+ "-588364899": {
+ "uh": {
+ "help": {
+ "style": {
+ "icon": {
+ "settings": {
+ "color": "#400090",
+ "content": "D(n) Lh(2.6) Mstart(4px)",
+ "wrapper": "D(ib)"
+ }
+ }
+ }
+ },
+ "notifications": {
+ "style": {
+ "notificationsCount": {
+ "wrapper_1": "Bgc(mailBadge) Bdrs(11px) C(#fff) Start(30px) Fz(11px) Fw(b) Pos(a) Py(4px) Ta(c) T(-8px) W(22px)"
+ }
+ }
+ },
+ "search": {
+ "style": {
+ "cancel_button": {
+ "content": "D(n)"
+ },
+ "container": {
+ "content": "M(0) P(0)",
+ "wrapper": "Mend(375px) Mstart(194px) Maw(595px) H(35px) Maw(745px)--sm1024 Trstf(eo) Trsde(0s) Trsdu(0.14s) Trsp(a)"
+ },
+ "table": {
+ "wrapper": "Bdcl(s)"
+ },
+ "input": {
+ "content": "Bdc(searchBdr) glow_Bdc(searchBtnGlow) Bdc(searchBdrFoc):f Bdrs(2px)! ie-7_H(18px) ie-7_Lh(18px) ie-8_Lh(18px) ie-7_W(92%) H(35px) scrollDown_H(35px) Px(10px) glowing_Trs(searchMegaTransition)"
+ },
+ "search_button": {
+ "inline_1": {
+ "filter": "chroma(color=#000000)",
+ "WebkitFontSmoothing": "antialiased"
+ },
+ "inline_2": {
+ "boxShadow": "inset 0 -2px 0 0 #000000"
+ },
+ "content_1": "Bdrs(3px) Bdw(0) glowing_Trs(searchMegaTransition) Bxsh(customShadowMegaSearchButton) glow_Bgc(searchBtnGlow) Bxsh(searchBtnShadow) glow_Bxsh(searchBtnShadowGlow) C(#fff) Fz(16px) two-btn_Fz(13px) H(35px) ie-7_Lh(18px) ie-8_Lh(18px) Lh(5px) Fw(500) Whs(nw) P(0)! My(0)! Mstart(5px) Mend(0)! scrollDown_H(35px) Py(0) Ta(c) Td(n) Va(t) W(140px) Zoom",
+ "content_2": "Bgc(searchBtn) Bgc(searchBtnHvr):h",
+ "content_3": "Bg(#363f80)"
+ },
+ "magnifying_glass": {
+ "color": "#000"
+ }
+ }
+ },
+ "profile": {
+ "style": {
+ "account_info": {
+ "alias": "C(textColor) Ell Maw(160px)",
+ "content": "C(#0078ff) C(#0078ff):h C(#0078ff):v D(ib) Fz(13px) My(2px)",
+ "name": "C(textColor) Ell Fw(b) Fz(13px) Maw(160px)",
+ "wrapper": "P(16px)"
+ },
+ "avatar": {
+ "content": "Lh(userNavTextLh) Bdrs(45%) Bgz(cv) C(signInBtn) Cur(p) D(ib) Fz(34px) H(34px) W(34px) ie-7_D(n)",
+ "color": "#400090",
+ "name": "Whs(nw) D(ib) Maw(100px) Ov(h) Mt(-1px) Tov(e) Lh(userNavTextLh) C(mailBtn) Pstart(8px) Fz(14px) Fw(b) Va(t) ie-7_D(n)",
+ "wrapper": "P(0) Bd(0) Pos(r) ie-8_Pb(10px) ie-9_Pb(10px)",
+ "size": 34
+ },
+ "container": {
+ "wrapper": "Fl(start) H(34px) Mx(8px)"
+ },
+ "panel": {
+ "wrapper": "Bdrs(4px) Bgc(menuBgc) Bxsh(customShadowFlyoutMenu) D(n) End(0) Pos(a) T(40px) Ta(start) uh-menu-open_D(b) W(280px)"
+ },
+ "button": {
+ "inline": {},
+ "content_1": "Bdrs(5px) Bds(s) Bdw(2px) C(#fff):h D(ib) Ell Fz(14px) Fw(b) Py(2px) Mt(3px) Ta(c) Td(n):h Miw(78px) H(18px)",
+ "content_2": "Bdc(signInBtn) Bgc(signInBtn):h C(signInBtn)",
+ "wrapper": "Fl(start) Mx(4px) Mend(9px)"
+ },
+ "signed_out": {
+ "content": "C(textColor)",
+ "wrapper": "Bdtc(#e1e1e5) Bdts(s) Bdtw(1px) Mx(16px) Py(16px) Ta(c)"
+ }
+ }
+ },
+ "logo": {
+ "style": {
+ "cobrand": {
+ "partner": {},
+ "yahoo": {},
+ "wrapper_1": "Bgr(nr) D(b) Fl(start) Mstart(10px)"
+ },
+ "container": {
+ "inline": {
+ "backgroundColor": "transparent"
+ },
+ "wrapper_1": "Pos(a)",
+ "wrapper_2": "Miw(187px) UHMR1D_Py(0)"
+ },
+ "country_property": {
+ "content_1": "Bgpx(0) Bgr(nr) Cur(p) D(b) H(48px)",
+ "content_2": "Bgz(880px) Mx(a)! W(210px)"
+ },
+ "property": {
+ "content_1": "Bgpx(0) Bgr(nr) Cur(p) D(b) H(40px)",
+ "content_2": "Bgz(702px) Mx(a)! W(94px) ie-7_Pos(r) ie-7_Start(-170px)",
+ "image_1x": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_news_en-US_s_f_pw_351x40_news.png",
+ "image_2x": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_news_en-US_s_f_pw_351x40_news_2x.png"
+ },
+ "yahoo": {
+ "content_1": "Bgr(nr) Cur(p) D(ib) W(160px) H(40px) Bgz(157px) Bgp(megaLogoPosBig) Mstart(12px) ie-7_Mstart(-170px)",
+ "content_2": "Bgz(90px)!--sm1024 Bgp(megaLogoPosSmall)!--sm1024 Mstart(10px)!--sm1024",
+ "image_1x": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_frontpage_en-US_s_f_p_bestfit_frontpage.png",
+ "image_2x": "https:\u002F\u002Fs.yimg.com\u002Frz\u002Fd\u002Fyahoo_frontpage_en-US_s_f_p_bestfit_frontpage_2x.png"
+ },
+ "template": "property"
+ }
+ },
+ "style": {
+ "container": {
+ "right_list": "Pos(a) List(n) End(15px) T(3px) Z(2)",
+ "wrapper_1": "Miw(1024px) End(0) Start(0) Trs(shadowTransition) UH Z(10)",
+ "wrapper_2": "Bdt(customBorderTop) MegaTheme Pt(12px) Pb(12px) Trstf(eo) Trsde(0s) Trsdu(0.13s) Trsp(a) hasScrolled_Bxsh(shadowOn) Panel-open_Bxsh(shadowOn)",
+ "wrapper_3": "T(0)",
+ "wrapper_4": "T(22px)",
+ "wrapper_5": "",
+ "wrapper_6": "Pos(r)",
+ "wrapper_7": "Bgc(#fff)",
+ "content": "Pos(r) Maw(1256px) Miw(1000px) Mx(a)"
+ }
+ },
+ "follow": {
+ "style": {
+ "button": {
+ "inline": {},
+ "content_1": "Pos(r) Fl(start) D(ib) Bd(0) P(0) Mstart(14px) Mend(13px) Cur(p) ie-7_D(n) ie-8_Pb(10px) ie-9_Pb(10px)",
+ "icon_1": "#400090",
+ "text_1": "Lh(userNavTextLh) D(ib) C(mailBtn) Fz(14px) Fw(b) Va(t) Mstart(6px)",
+ "wrapper": "D(ib) Mstart(14px) Mt(-1px) ua-ie8_Pb(10px) ua-ie9_Pb(10px)"
+ },
+ "followcount": {
+ "wrapper_1": "Bgc(mailBadge) Bdrs(11px) C(#fff) Start(16px) Fz(11px) Fw(b) Pos(a) Lh(2) Ta(c) T(-11px) W(22px)"
+ }
+ }
+ },
+ "mail": {
+ "style": {
+ "button": {
+ "inline": {},
+ "content_1": "Pos(r) D(ib) Ta(s) Td(n):h",
+ "content_2": "",
+ "icon_1": "#400090",
+ "icon_2": "#400090",
+ "text_1": "Lh(userNavTextLh) D(ib) C(mailBtn) Fz(14px) Fw(b) Va(t) Mstart(6px)",
+ "text_2": "Lh(userNavTextLh) D(ib) C(mailBtn) Fz(14px) Fw(b) Va(t) Mstart(6px)",
+ "wrapper": "D(ib) Mstart(14px) Mt(-1px) ie-8_Pb(10px) ie-9_Pb(10px)"
+ },
+ "mailcount": {
+ "wrapper_1": "Bgc(mailBadge) Bdrs(11px) C(#fff) Start(18px) Fz(11px) Fw(b) Pos(a) Py(4px) Ta(c) T(-8px) W(22px)"
+ }
+ }
+ },
+ "topbar": {
+ "style": {
+ "nav_home": {
+ "inline": {
+ "boxShadow": "0 4px 7px rgba(0,0,0,.2)",
+ "border": "0px 1px 1px 1px",
+ "borderColor": "1px solid #d9d9d9"
+ },
+ "link": {
+ "content": "C(#1d1da3)! D(b) Py(3px) Td(n) Td(u):h"
+ },
+ "content": "Bgc(#fff) C(#eee) List(n) My(.55em) Pos(r) Px(10px)!",
+ "wrapper": "Bd(1px solid #d9d9d9) Bgc(#fff) D(b) Pos(a) Start(0) T(100%)"
+ },
+ "nav_main": {
+ "link": {
+ "content": "C(#fff) Td(n) Td(u):h",
+ "wrapper": "D(ib) Lh(1.7) Mend(18px) Pstart(14px) Va(t) Zoom"
+ },
+ "link_home": {
+ "icon": {
+ "down_arrow": {
+ "inline": {
+ "cursor": "pointer",
+ "marginLeft": "5px",
+ "verticalAlign": "middle"
+ },
+ "color_1": "#fff",
+ "color_2": "#1d1da3"
+ },
+ "home": {
+ "inline": {
+ "cursor": "pointer",
+ "marginRight": "6px",
+ "marginTop": "1px",
+ "verticalAlign": "top"
+ },
+ "color_1": "#fff",
+ "color_2": "#1d1da3"
+ }
+ },
+ "content_1": "C(#fff) Td(n) Pos(r) Z(1) rapidnofollow readerOpen_V(h)",
+ "content_2": "C(#1d1da3)!",
+ "text": "Fw(400) Mstart(-1px) Td(u):h",
+ "wrapper_1": "D(ib) Lh(1.7) Mend(18px) Pstart(10px) Va(t) Zoom",
+ "wrapper_2": "Bgc(#fff)!"
+ },
+ "link_more": {
+ "icon": {
+ "down_arrow": {
+ "inline": {
+ "cursor": "pointer",
+ "marginLeft": "5px",
+ "verticalAlign": "middle"
+ },
+ "color_1": "#fff",
+ "color_2": "#1d1da3"
+ }
+ },
+ "content_1": "C(#fff) Pos(r) Td(n) Z(1) yucs-leavable rapidnofollow readerOpen_V(h)",
+ "content_2": "C(#1d1da3)!",
+ "text": "Td(u):h",
+ "wrapper_1": "D(ib) Lh(1.7) Pend(6px) Pos(r) Pstart(10px) Va(t) Z(4) Zoom",
+ "wrapper_2": "Bgc(#fff)!"
+ },
+ "content_1": "H(22px) Lh(1.7) M(0) NavLinks P(0) Whs(nw) Z(11)",
+ "content_2": "Bgc(#2d1152)",
+ "content_3": "Pos(a) Start(0) End(0)",
+ "wrapper_1": "C(#fff) Fz(13px) Trsdu(0.3s) Trsp(a) hasScrolled_Mt(-19px) Panel-open_Mt(-19px) CollapsibleUh_Mt(0px)!",
+ "wrapper_2": "H(22px)"
+ },
+ "nav_more": {
+ "inline": {
+ "boxShadow": "0 4px 7px rgba(0,0,0,.2)",
+ "border": "0px 1px 1px 1px",
+ "borderColor": "1px solid #d9d9d9"
+ },
+ "link": {
+ "content": "C(#1d1da3)! D(b) Py(3px) Td(n) Td(u):h"
+ },
+ "content": "Bgc(#fff) C(#eee) Pos(r) Px(10px)! List(n) My(.55em)",
+ "wrapper": "Bgc(#fff) Bd(1px solid #d9d9d9) D(b) Pos(a) Start(0) T(100%)"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "NavServiceStore": {
+ "nav": {},
+ "news": {
+ "sections": ["property"],
+ "nav": [{
+ "statusCode": 200,
+ "message": "ok",
+ "data": {
+ "items": [{
+ "name": "US",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fus\u002F",
+ "children": [],
+ "id": "root_1"
+ }, {
+ "name": "World",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fworld\u002F",
+ "children": [],
+ "id": "root_2"
+ }, {
+ "name": "Politics",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fpolitics\u002F",
+ "children": [],
+ "id": "root_3"
+ }, {
+ "name": "Tech",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Ftech",
+ "children": [],
+ "id": "root_4"
+ }, {
+ "name": "Science",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fscience\u002F",
+ "children": [],
+ "id": "root_5"
+ }, {
+ "name": "Odd News",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Fodd\u002F",
+ "children": [],
+ "id": "root_6"
+ }, {
+ "name": "ABC News",
+ "url": "https:\u002F\u002Fgma.yahoo.com\u002F",
+ "children": [],
+ "id": "root_7"
+ }, {
+ "name": "Yahoo Originals",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002Foriginals\u002F",
+ "children": [],
+ "id": "root_8"
+ }, {
+ "name": "Katie Couric",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fkatiecouric",
+ "children": [],
+ "id": "root_9"
+ }, {
+ "name": "Matt Bai",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fauthor\u002Fmatt-bai",
+ "children": [],
+ "id": "root_10"
+ }]
+ }
+ }, null]
+ }
+ },
+ "NavStore": {
+ "data": {
+ "items": [{
+ "id": "home",
+ "name": "Home",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "mail",
+ "name": "Mail",
+ "url": "https:\u002F\u002Fmail.yahoo.com\u002F?.intl=us&amp;.lang=en-US",
+ "children": []
+ }, {
+ "id": "flickr",
+ "name": "Flickr",
+ "url": "https:\u002F\u002Fwww.flickr.com\u002F",
+ "children": []
+ }, {
+ "id": "tumblr",
+ "name": "Tumblr",
+ "url": "https:\u002F\u002Fwww.tumblr.com\u002F",
+ "children": []
+ }, {
+ "id": "news",
+ "name": "News",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fnews\u002F",
+ "children": []
+ }, {
+ "id": "sports",
+ "name": "Sports",
+ "url": "http:\u002F\u002Fsports.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "finance",
+ "name": "Finance",
+ "url": "http:\u002F\u002Ffinance.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "celebrity",
+ "name": "Celebrity",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fcelebrity\u002F",
+ "children": []
+ }, {
+ "id": "answers",
+ "name": "Answers",
+ "url": "https:\u002F\u002Fanswers.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "groups",
+ "name": "Groups",
+ "url": "https:\u002F\u002Fgroups.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "mobile",
+ "name": "Mobile",
+ "url": "https:\u002F\u002Fmobile.yahoo.com\u002F",
+ "children": []
+ }, {
+ "id": "movies",
+ "name": "Movies",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fmovies\u002F",
+ "children": []
+ }, {
+ "id": "music",
+ "name": "Music",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fmusic\u002F",
+ "children": []
+ }, {
+ "id": "tv",
+ "name": "TV",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Ftv\u002F",
+ "children": []
+ }, {
+ "id": "style",
+ "name": "Style",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fstyle\u002F",
+ "children": []
+ }, {
+ "id": "beauty",
+ "name": "Beauty",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Fbeauty\u002F",
+ "children": []
+ }, {
+ "id": "tech",
+ "name": "Tech",
+ "url": "https:\u002F\u002Fwww.yahoo.com\u002Ftech\u002F",
+ "children": []
+ }, {
+ "id": "shopping",
+ "name": "Shopping",
+ "url": "https:\u002F\u002Fshopping.yahoo.com\u002F",
+ "children": []
+ }]
+ }
+ },
+ "UHAccountSwitchStore": {
+ "site": "news",
+ "crumb": "r1Se6yNfgmk",
+ "sendRequest": false,
+ "isEnabled": true
+ },
+ "MobileHeaderStore": {
+ "navTitle": "news",
+ "useNavTitle": false
+ }
+ }
+ },
+ "plugins": {
+ "BundlePlugin": {
+ "loadedBundles": ["tdv2-applet-uh", "tdv2-applet-mtfpopup", "tdv2-applet-nagbar", "td-ads", "tdv2-applet-featurebar", "tdv2-applet-stream", "tdv2-applet-followauthor", "react-adblock-promo", "tdv2-applet-canvass", "react-weather", "tdv2-applet-channels", "tdv2-applet-discussion", "tdv2-applet-footer", "tdv2-applet-navrail", "tdv2-applet-account-switch", "react-share-buttons", "tdv2-applet-follow", "tdv2-applet-stream-hero.carousel", "tdv2-applet-video-modal", "react-tumblr-tile", "td-app-yahoo"],
+ "meta": {
+ "react-finance": {
+ "dependencies": ["tdv2-applet-uh"]
+ },
+ "react-sports.nav": {
+ "langBundle": "react-sports"
+ },
+ "react-sports.y20": {
+ "langBundle": "react-sports"
+ },
+ "tdv2-applet-content-canvas": {
+ "dependencies": ["tdv2-applet-canvass", "tdv2-applet-livecoverage", "tdv2-applet-slideshow", "tdv2-applet-video-modal"]
+ },
+ "tdv2-applet-stream": {
+ "dependencies": ["react-share-buttons", "react-tumblr-tile", "tdv2-applet-follow"]
+ },
+ "tdv2-applet-stream-hero.carousel": {
+ "dependencies": ["td-ads", "tdv2-applet-follow", "tdv2-applet-video-modal"],
+ "langBundle": "tdv2-applet-stream-hero"
+ },
+ "tdv2-applet-stream-hero": {
+ "dependencies": ["td-ads", "tdv2-applet-follow", "tdv2-applet-video-modal"]
+ },
+ "tdv2-applet-uh": {
+ "dependencies": ["tdv2-applet-trending", "tdv2-applet-account-switch"]
+ }
+ },
+ "reqContext": {
+ "authed": "0",
+ "ynet": "0",
+ "ssl": "1",
+ "spdy": "1",
+ "ytee": "0",
+ "mode": "normal",
+ "site": "fp",
+ "region": "US",
+ "lang": "en-US",
+ "bucket": "news-d-162",
+ "colo": "gq1",
+ "device": "desktop",
+ "bot": "0",
+ "environment": "prod",
+ "intl": "us",
+ "partner": "none",
+ "tz": "America\u002FLos_Angeles",
+ "feature": ["cacheContentCanvas", "canvass", "newContentAttribution", "livecoverage", "featurebar", "deferModalCluster", "specRetry", "canvassThumbs"]
+ },
+ "loadChildBundles": true
+ },
+ "DaggrPlugin": {
+ "daggr": {
+ "requests": {}
+ }
+ },
+ "DevToolsPlugin": {
+ "actionHistory": [],
+ "enableDebug": false
+ },
+ "FetchrPlugin": {
+ "xhrContext": {
+ "feature": "cacheContentCanvas,canvass,newContentAttribution,livecoverage,featurebar,deferModalCluster,specRetry,canvassThumbs",
+ "bkt": "news-d-162",
+ "crumb": "FRZnG5q9e5R",
+ "device": "desktop",
+ "intl": "us",
+ "lang": "en-US",
+ "partner": "none",
+ "region": "US",
+ "site": "fp",
+ "tz": "America\u002FLos_Angeles",
+ "ver": "2.0.3031004"
+ },
+ "xhrPath": "\u002Fnews\u002F_td\u002Fapi\u002Fresource",
+ "xhrTimeout": 3000,
+ "corsPath": null
+ },
+ "LoggerPlugin": {
+ "logLevel": 3
+ },
+ "RouterPlugin": {
+ "appLevelEnable": true
+ },
+ "SessionPlugin": {
+ "bucketLogString": "news-d-162",
+ "bucketMetaData": {
+ "feature": "canvassThumbs",
+ "feature.canvassThumbs": "true"
+ },
+ "dimensions": {
+ "authed": "0",
+ "ynet": "0",
+ "ssl": "1",
+ "spdy": "1",
+ "ytee": "0",
+ "mode": "normal",
+ "site": "fp",
+ "region": "US",
+ "lang": "en-US",
+ "bucket": "news-d-162",
+ "colo": "gq1",
+ "device": "desktop",
+ "bot": "0",
+ "environment": "prod",
+ "intl": "us",
+ "partner": "none",
+ "tz": "America\u002FLos_Angeles",
+ "feature": ["cacheContentCanvas", "canvass", "newContentAttribution", "livecoverage", "featurebar", "deferModalCluster", "specRetry", "canvassThumbs"]
+ },
+ "enableSpdyAssetUrls": true,
+ "enableSpdyAssetUrlsFlag": true,
+ "experimentIds": {
+ "6572": true
+ },
+ "host": "us.yahoo.com",
+ "isBot": false,
+ "isCorpUser": false,
+ "isDevInfo": false,
+ "isYnet": false,
+ "pathPrefix": "\u002Fnews\u002F_td",
+ "protocol": "https",
+ "query": {},
+ "rid": "1eprt2tc42fn6",
+ "woe": {
+ "woeid_country": "23424971",
+ "country": "TW",
+ "confidence_country": "99"
+ },
+ "sampleIds": {
+ "news-d-162": true
+ },
+ "spdyPathPrefix": "\u002Fsy",
+ "userAgent": {
+ "browserName": "firefox",
+ "browserVersion": "53.0",
+ "osName": "mac os x",
+ "osVersion": "10.11"
+ }
+ }
+ }
+ },
+ "plugins": {
+ "BundlePlugin": {
+ "mainBundle": "td-app-yahoo"
+ },
+ "ResourcePlugin": {
+ "registry": {
+ "configs": {
+ "td-app-yahoo": {
+ "ads": 1,
+ "app": 1,
+ "assets": 1,
+ "dimensions": 1,
+ "feature": 1,
+ "feedback": 1,
+ "i13n": 1,
+ "prefetch": 1,
+ "rss": 1,
+ "sections": 1
+ },
+ "react-avatar": {
+ "defaultColors": 1
+ },
+ "react-finance": {
+ "app": 1,
+ "atomize": 1,
+ "componentFooter": 1,
+ "componentMarketSummary": 1,
+ "componentSignInBtn": 1,
+ "componentUH": 1,
+ "cookies": 1,
+ "defaultViews": 1,
+ "i13n": 1,
+ "industries": 1,
+ "listConfig": 1,
+ "regal": 1,
+ "search": 1,
+ "table": 1,
+ "tableColumns": 1,
+ "tableViews": 1,
+ "yfinlists": 1,
+ "styles\u002Fbtn": 1,
+ "styles\u002Fdropbox": 1,
+ "styles\u002Finput": 1,
+ "styles\u002FreactAutoCompleteResults": 1,
+ "styles\u002Ftable": 1
+ },
+ "react-sports": {
+ "atomic-classsets": 1,
+ "componentAdBlockPromo": 1,
+ "componentBoxscore": 1,
+ "componentDraft": 1,
+ "componentDraftProspects": 1,
+ "componentDraftResults": 1,
+ "componentFantasy": 1,
+ "componentGolfTours": 1,
+ "componentGraphStats": 1,
+ "componentInterstitial": 1,
+ "componentLeaderboard": 1,
+ "componentLeaguePlayers": 1,
+ "componentLeagueRankings": 1,
+ "componentLeagueStandings": 1,
+ "componentLeagueTeams": 1,
+ "componentLeagueTracks": 1,
+ "componentLivelook": 1,
+ "componentMatchHeader": 1,
+ "componentOdds": 1,
+ "componentPlayer": 1,
+ "componentPromo": 1,
+ "componentScoreboard": 1,
+ "componentTeam": 1,
+ "componentTopPlayer": 1,
+ "intlFormats": 1
+ },
+ "react-tile": {
+ "config": 1
+ },
+ "react-video": {
+ "video-reel": 1
+ },
+ "react-weather": {
+ "componentWeather": 1,
+ "componentWeatherAppPromote": 1,
+ "componentWeatherChannelPromote": 1,
+ "componentWeatherStaticList": 1
+ },
+ "td-service-canvas": {
+ "config": 1
+ },
+ "td-service-canvass": {
+ "api": 1
+ },
+ "td-service-digest": {
+ "config": 1
+ },
+ "td-service-location": {
+ "config": 1
+ },
+ "td-stores-location": {
+ "config": 1
+ },
+ "td-stores-sports": {
+ "resources": 1,
+ "statcloud\u002Fnormalize-schema-statcloud": 1,
+ "statcloud\u002Fstatcloud": 1,
+ "sierra\u002Fnormalize-schema-sierra": 1,
+ "sierra\u002Fsierra": 1,
+ "olympics\u002Folympics": 1,
+ "graphite\u002Fgraphite": 1,
+ "fantasy\u002Ffantasy": 1,
+ "dailyfantasy\u002Fdailyfantasy": 1,
+ "dailyfantasy\u002Fnormalize-schema-dailyfantasy": 1
+ },
+ "tdv2-applet-abu-news": {
+ "componentHeadlines": 1
+ },
+ "tdv2-applet-account-switch": {
+ "componentAccountSwitch": 1,
+ "constants": 1,
+ "i13n": 1
+ },
+ "tdv2-applet-activitylist": {
+ "activitylist": 1
+ },
+ "tdv2-applet-breakingnews": {
+ "componentTDV2BreakingNews": 1
+ },
+ "tdv2-applet-canvass": {
+ "atomize": 1,
+ "componentComments": 1,
+ "constants": 1
+ },
+ "tdv2-applet-cardstrip": {
+ "config": 1
+ },
+ "tdv2-applet-channels": {
+ "componentChannels": 1,
+ "thumbnails": 1
+ },
+ "tdv2-applet-comments": {
+ "atomic-helper": 1,
+ "componentComments": 1
+ },
+ "tdv2-applet-content-canvas": {
+ "componentContentCanvas": 1,
+ "componentOneIdButtons": 1,
+ "componentStorylineItem": 1,
+ "pages": 1,
+ "routes": 1
+ },
+ "tdv2-applet-discussion": {
+ "componentDiscussionCarousel": 1,
+ "componentDiscussionList": 1
+ },
+ "tdv2-applet-everything": {
+ "Sites": 1,
+ "WorldSites": 1
+ },
+ "tdv2-applet-featurebar": {
+ "componentFeatureBar": 1
+ },
+ "tdv2-applet-finance-virgo": {
+ "componentControlSet": 1,
+ "legacyRangeMap": 1
+ },
+ "tdv2-applet-follow": {
+ "componentFollow": 1,
+ "regal": 1
+ },
+ "tdv2-applet-followauthor": {
+ "componentFollowAuthor": 1,
+ "componentFollowHeadlines": 1
+ },
+ "tdv2-applet-footer": {
+ "componentFooter": 1
+ },
+ "tdv2-applet-horoscope": {
+ "componentHoroscope": 1,
+ "config": 1
+ },
+ "tdv2-applet-livecoverage": {
+ "componentLiveCoverage": 1
+ },
+ "tdv2-applet-map": {
+ "componentElectionMap": 1,
+ "config": 1
+ },
+ "tdv2-applet-mtfpopup": {
+ "config": 1
+ },
+ "tdv2-applet-nagbar": {
+ "componentNagbar": 1
+ },
+ "tdv2-applet-navrail": {
+ "componentNavLite": 1,
+ "componentNavrail": 1,
+ "nav\u002Findex": 1,
+ "nav\u002Fmaster": 1,
+ "nav\u002Fsite\u002Findex": 1,
+ "nav\u002Fpartner\u002Findex": 1,
+ "nav\u002Flang\u002Findex": 1,
+ "nav\u002Fdevice\u002Findex": 1
+ },
+ "tdv2-applet-rawads": {
+ "componentRawAds": 1
+ },
+ "tdv2-applet-search-input": {
+ "searchassist": 1
+ },
+ "tdv2-applet-showtimes": {
+ "componentShowtimes": 1
+ },
+ "tdv2-applet-slideshow": {
+ "componentHeroSlideshow": 1
+ },
+ "tdv2-applet-stream": {
+ "componentStream": 1
+ },
+ "tdv2-applet-stream-hero": {
+ "componentStreamHero": 1,
+ "componentStreamHeroCarousel": 1,
+ "componentWideHero": 1
+ },
+ "tdv2-applet-style": {
+ "componentStyleCover": 1,
+ "config": 1
+ },
+ "tdv2-applet-trending": {
+ "componentTrending": 1,
+ "config": 1
+ },
+ "tdv2-applet-uh": {
+ "componentHeader": 1,
+ "searchOrigins": 1,
+ "components\u002Findex": 1,
+ "components\u002Fmaster": 1,
+ "components\u002Fsite\u002Findex": 1,
+ "components\u002Fpartner\u002Findex": 1,
+ "components\u002Flang\u002Findex": 1,
+ "components\u002Fenvironment\u002Findex": 1,
+ "components\u002Fdevice\u002Findex": 1
+ },
+ "tdv2-applet-video-lightbox": {
+ "componentContentLightboxVideo": 1,
+ "componentVideoLightbox": 1
+ },
+ "tdv2-applet-video-modal": {
+ "componentVideoModal": 1,
+ "keyboard-shortcuts": 1,
+ "modalShareButtons": 1,
+ "thumbnails-cover": 1,
+ "thumbnails": 1,
+ "videoModalExamples": 1
+ },
+ "tdv2-service-ads": {
+ "config": 1
+ },
+ "tdv2-service-comments": {
+ "config": 1,
+ "developers": 1,
+ "editors": 1,
+ "powerUsers": 1
+ },
+ "video-service": {
+ "channel_service_config": 1
+ }
+ },
+ "lang": {
+ "td-app-yahoo": {
+ "strings": 1
+ },
+ "react-finance": {
+ "strings": 1
+ },
+ "react-horoscope": {
+ "strings": 1
+ },
+ "react-location-widget": {
+ "strings": 1
+ },
+ "react-showtimes": {
+ "strings": 1
+ },
+ "react-sports": {
+ "strings": 1
+ },
+ "react-tumblr-tile": {
+ "strings": 1
+ },
+ "react-weather": {
+ "strings": 1
+ },
+ "td-ads": {
+ "strings": 1
+ },
+ "tdv2-applet-abu-news": {
+ "strings": 1
+ },
+ "tdv2-applet-account-switch": {
+ "strings": 1
+ },
+ "tdv2-applet-activitylist": {
+ "strings": 1
+ },
+ "tdv2-applet-breakingnews": {
+ "strings": 1
+ },
+ "tdv2-applet-canvass": {
+ "strings": 1
+ },
+ "tdv2-applet-cardstrip": {
+ "strings": 1
+ },
+ "tdv2-applet-channels": {
+ "strings": 1
+ },
+ "tdv2-applet-comments": {
+ "strings": 1
+ },
+ "tdv2-applet-content-canvas": {
+ "strings": 1
+ },
+ "tdv2-applet-discussion": {
+ "strings": 1
+ },
+ "tdv2-applet-everything": {
+ "strings": 1
+ },
+ "tdv2-applet-featurebar": {
+ "strings": 1
+ },
+ "tdv2-applet-finance-virgo": {
+ "strings": 1
+ },
+ "tdv2-applet-follow": {
+ "strings": 1
+ },
+ "tdv2-applet-followauthor": {
+ "strings": 1
+ },
+ "tdv2-applet-footer": {
+ "strings": 1
+ },
+ "tdv2-applet-horoscope": {
+ "strings": 1
+ },
+ "tdv2-applet-livecoverage": {
+ "strings": 1
+ },
+ "tdv2-applet-map": {
+ "strings": 1
+ },
+ "tdv2-applet-mtfpopup": {
+ "strings": 1
+ },
+ "tdv2-applet-nagbar": {
+ "strings": 1
+ },
+ "tdv2-applet-navrail": {
+ "strings": 1
+ },
+ "tdv2-applet-rawads": {
+ "strings": 1
+ },
+ "tdv2-applet-search-input": {
+ "strings": 1
+ },
+ "tdv2-applet-showtimes": {
+ "strings": 1
+ },
+ "tdv2-applet-slideshow": {
+ "strings": 1
+ },
+ "tdv2-applet-stream": {
+ "strings": 1
+ },
+ "tdv2-applet-stream-hero": {
+ "strings": 1
+ },
+ "tdv2-applet-style": {
+ "strings": 1
+ },
+ "tdv2-applet-swisschamp": {
+ "strings": 1
+ },
+ "tdv2-applet-trending": {
+ "strings": 1
+ },
+ "tdv2-applet-tumblr-actions": {
+ "strings": 1
+ },
+ "tdv2-applet-uh": {
+ "strings": 1
+ },
+ "tdv2-applet-video-lightbox": {
+ "strings": 1
+ },
+ "tdv2-applet-video-modal": {
+ "strings": 1
+ },
+ "yahoodotcom-layout": {
+ "strings": 1
+ }
+ }
+ },
+ "options": {
+ "defaultBundle": "td-app-yahoo"
+ }
+ }
+ }
+ };
+ }(this));
+ </script>
+ <script src="https://s.yimg.com/zz/combo?os/yaft/yaft-0.3.10.min.js&amp;os/yaft/yaft-plugin-aftnoad-0.1.3.min.js" defer="defer"></script>
+ <script src="https://s.yimg.com/os/yc/js/main.19836e536b932247a9b1.min.js" defer="defer"></script>
+ <script>
+ ! function() {
+ function a() {
+ this.init()
+ }
+ var b = document,
+ c = window;
+ if (Modernizr & amp; & amp; Modernizr.csstransitions) {
+ var d, e, f, g, h, i, j, k, l, m, n, o, p = "has-scrolled",
+ q = "Scrolling",
+ r = "UhHideSubnav",
+ s = "",
+ t = "scroll",
+ u = 50,
+ v = c.addEventListener,
+ w = b.documentElement,
+ x = 1,
+ y = !1,
+ z = void 0 !== c.pageXOffset,
+ A = "CSS1Compat" === (b.compatMode || s),
+ B = c.requestAnimationFrame || c.mozRequestAnimationFrame || c.webkitRequestAnimationFrame || c.msRequestAnimationFrame || function(a) {
+ c.setTimeout(a, u)
+ },
+ C = !1;
+ e = function() {
+ return z ? c.pageYOffset : A ? b.documentElement.scrollTop : b.body.scrollTop
+ }, f = function() {
+ C || (o(q, !0), C = !0, B(n))
+ }, g = function() {
+ o(r, !0), y = !0, l()
+ }, h = function() {
+ o(r, !1), y = !1, m()
+ }, n = function() {
+ var a = e(),
+ b = a & gt;
+ 0;
+ if (C = !1, o(p, b), 0 & gt; = a) return d = 0, void h();
+ var c = a - d;
+ c & gt;
+ x & amp; & amp;
+ !y ? g() : -x & gt;
+ c & amp; & amp;
+ y & amp; & amp;
+ h(), 0 === c ? o(q, !1) : d = a
+ }, i = function() {
+ v ? c.addEventListener(t, f, !0) : c.attachEvent("on" + t, f)
+ }, j = function() {
+ v ? c.removeEventListener(t, f) : c.detachEvent("on" + t, f)
+ }, k = function(a) {
+ y & amp; & amp;
+ h()
+ }, l = function() {
+ var a = b.getElementsByClassName("UH")[0];
+ a & amp; & amp;
+ a.addEventListener("mouseenter", k)
+ }, m = function() {
+ var a = b.getElementsByClassName("UH")[0];
+ a & amp; & amp;
+ a.removeEventListener("mouseenter", k)
+ };
+ var D = {};
+ o = function(a, b) {
+ var c = D[a];
+ if ("undefined" == typeof c || c !== b) {
+ D[a] = b;
+ var d = w.className.split(/\s+/),
+ e = d.indexOf(a);
+ b & amp; & amp;
+ 0 & gt;
+ e ? d.push(a) : !b & amp; & amp;
+ e & gt; = 0 & amp; & amp;
+ d.splice(e, 1), w.className = d.join(" ").trim()
+ }
+ }, a.prototype.init = function() {
+ b.getElementsByClassName("nr-applet-main-nav")[0] & amp; & amp;
+ !this.initialized & amp; & amp;
+ (this.initialized = !0, d = e(), i())
+ }, a.prototype.remove = function() {
+ j(), this.initialized = !1
+ }, c.ScrollHandler = new a
+ }
+ }();
+ </script>
+ <script async="" src="https://s.yimg.com/rx/builds/7.86.268.1480452935/assets/streamsense.min.js"></script>
+ <div id="fcFetch_93" style="position: absolute; z-index: -100; display: none;"></div>
+ <div style="position: static !important; visibility: inherit;" id="fdb_close_els" class="darla">
+ <div style="position: absolute; top: 2001.25px; left: 963px; z-index: 9; width: 300px; height: 20px; visibility: inherit; display: none;" id="fdb_close_LREC2" class="darla darla_fdb_close" title="I don't like this ad">
+ <div style="width:20px; height:20px; background:#fff; opacity: 0.78; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=78)'; filter: alpha(opacity=78); position: absolute;right:0; background: #fff url('https://s.yimg.com/rq/darla/i/fdb1.gif') no-repeat right -25px;cursor:pointer;"></div>
+ </div>
+ <div style="position: absolute; top: 2692.35px; left: 354px; z-index: 10; width: 728px; height: 20px; visibility: inherit; display: none;" id="fdb_close_LDRB2-2" class="darla darla_fdb_close" title="I don't like this ad">
+ <div style="width:20px; height:20px; background:#fff; opacity: 0.78; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=78)'; filter: alpha(opacity=78); position: absolute;right:0; background: #fff url('https://s.yimg.com/rq/darla/i/fdb1.gif') no-repeat right -25px;cursor:pointer;"></div>
+ </div>
+ <div style="position: absolute; top: 2275.95px; left: 354px; z-index: 10; width: 728px; height: 20px; visibility: inherit; display: none;" id="fdb_close_LDRB2-1" class="darla darla_fdb_close" title="I don't like this ad">
+ <div style="width:20px; height:20px; background:#fff; opacity: 0.78; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=78)'; filter: alpha(opacity=78); position: absolute;right:0; background: #fff url('https://s.yimg.com/rq/darla/i/fdb1.gif') no-repeat right -25px;cursor:pointer;"></div>
+ </div>
+ <div style="position: absolute; top: 2315.95px; left: 963px; z-index: 9; width: 300px; height: 20px; visibility: inherit; display: none;" id="fdb_close_LREC3" class="darla darla_fdb_close" title="I don't like this ad">
+ <div style="width:20px; height:20px; background:#fff; opacity: 0.78; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=78)'; filter: alpha(opacity=78); position: absolute;right:0; background: #fff url('https://s.yimg.com/rq/darla/i/fdb1.gif') no-repeat right -25px;cursor:pointer;"></div>
+ </div>
+ <div style="position: absolute; top: 70px; left: 354px; z-index: 10; width: 728px; height: 20px; visibility: inherit; display: none;" id="fdb_close_LDRB" class="darla darla_fdb_close" title="I don't like this ad">
+ <div style="width:20px; height:20px; background:#fff; opacity: 0.78; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=78)'; filter: alpha(opacity=78); position: absolute;right:0; background: #fff url('https://s.yimg.com/rq/darla/i/fdb1.gif') no-repeat right -25px;cursor:pointer;"></div>
+ </div>
+ </div>
+</body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json
new file mode 100644
index 0000000..36f5f06
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json
@@ -0,0 +1,4 @@
+[
+ "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "https:\/\/s3.yimg.com\/bt\/api\/res\/1.2\/GNtA09EDJWzWfpBzGYJS0Q--\/YXBwaWQ9eW5ld3NfbGVnbztxPTg1O3c9NjMw\/http:\/\/media.zenfs.com\/en_us\/gma\/us.abcnews.gma.com\/HT_flag_baby_jtm_150311_16x9_992.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json
new file mode 100644
index 0000000..1af6b8f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "By GILLIAN MOHNEY\n March 11, 2015 3:46 PM",
+ "Direction": "ltr",
+ "Excerpt": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "Image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "Title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "SiteName": "Yahoo"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html
new file mode 100644
index 0000000..21bb560
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html
@@ -0,0 +1,45 @@
+<div id="Main" tabindex="0" role="main">
+ <section id="mediacontentbreakingnews" data-ylk="mid:mediacontentbreakingnews;mpos:1;t1:a3;t2:mod-bkn;sec:mod-bkn;">
+ <p><span>'GMA' Cookie Search:</span> </p>
+
+ </section>
+
+ <div itemscope itemtype="https://schema.org/Article" id="mediacontentstory" data-uuid="4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c" data-type="story" data-ylk="t1:a3;t2:ct-mod;sec:ct-mod;itc:0;rspns:nav;">
+
+ <meta itemprop="datePublished" content="2015-03-11T19:46:14Z">
+ <meta itemprop="headline" content="Veteran Wraps Baby in American Flag, Photo Sparks Controversy">
+ <meta itemprop="alternativeHeadline" content>
+ <meta itemprop="image" content="https://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975">
+ <meta itemprop="description" content="A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.">
+ <p>A photographer and Navy veteran is fighting back after a photo she posted to <a id="ramplink_Facebook_" href="http://abcnews.go.com/topics/business/companies/facebook-inc.htm" target="_blank" data-rapid_p="13">Facebook</a> started an online backlash.</p>
+ <p>Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform.</p>
+ <p>Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.</p>
+ <p><a href="http://abcnews.go.com/WNT/video/pizza-patriots-making-special-super-bowl-delivery-troops-28633975" target="_blank" data-rapid_p="14">Pizza Man Making Special Delivery Pizza Delivery to Afghanistan During Super Bowl</a></p>
+ <p><a href="http://abcnews.go.com/Health/superbug-scope-maker-altered-design-make-cleaning-easier/story?id=29417816" target="_blank" data-rapid_p="15">Redesigned Scopes Fail to Stop 'Superbug Outbreaks</a></p>
+ <p><a href="http://abcnews.go.com/Travel/video/antarctica-penguin-post-office-job-attracts-record-number-29247380" target="_blank" data-rapid_p="16">Antarctica 'Penguin Post Office' Attracts Record Number of Applicants</a></p>
+ <p>“This is what he was fighting for, his son wrapped in an American flag,” Hicks told ABC News. However, when she posted the image on her page, she started to get comments accusing her of desecrating the flag.</p>
+ <p>On one Facebook page an unidentified poster put up her picture writing and wrote they found it was “disrespectful, rude, tacky, disgusting, and against the U.S. Flag Code.”</p>
+
+ <p><span id="schemaorg"><div><figure data-orig-index="2"> <a name="cover-c9b69c1a26e19ae9fe744763dc31e9ac" id="cover-c9b69c1a26e19ae9fe744763dc31e9ac" data-rapid_p="17"></a><div><p>View photo</p><p><span>.</span></p></div><img alt="Vanessa Hicks" data-preembed="image" src="https://s3.yimg.com/bt/api/res/1.2/GNtA09EDJWzWfpBzGYJS0Q--/YXBwaWQ9eW5ld3NfbGVnbztxPTg1O3c9NjMw/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_flag_baby_jtm_150311_16x9_992.jpg" title="Vanessa Hicks" width="630"></figure>
+ <p>Vanessa Hicks</p>
+ </div>
+ </span>
+ </p><p>The Federal Flag Code has guidelines for the proper treatment of the U.S. Flag but there are no rules for punishment related to violations. In the past, the <a href="http://abcnews.go.com/topics/news/us/supreme-court.htm" target="_blank" data-rapid_p="18">Supreme Court</a> has found that people are protected from punishment under the First Amendment for manipulating or even burning the flag.
+ </p>
+ <p>Hicks said she was surprised when messages suddenly started to pop up on her Facebook page and even her own website criticizing her photos.</p>
+ <p>She said she stayed up until 4 a.m. recently to take down comments from her business and company page, even on shoots that had nothing to do with the flag.</p>
+ <p>“I know how low I felt during those first few hours,” said Hicks. “[I felt] am I not a good American or veteran or wife. It’s a train-wreck you can’t help but watch.”</p>
+ <p>As Hicks tried to stop the comments from taking over her pages, others started to take notice and her picture went viral on social media sites. After that, Hicks found that many people, both military and civilian, told her they did not find the picture offensive.</p>
+ <p>“I have seen first-hand what is desecration of the flag,” Hicks said of her time in the military. “At the end of the day I didn’t do anything that disrespected this flag.”</p>
+ <p>Hicks, whose husband is still on active duty in the Navy, said the flag is a symbol of U.S. freedoms including the First Amendment right to free speech.</p>
+ <p>“[My husband] wouldn’t die for a flag, he would die for the freedoms that this country offers,” she told ABC News.</p>
+ <p>After her story grabbed local headlines, Hicks has been inundated by requests for photos shoots, and she said she plans to give 15 percent of all profits related to these shoots to the USO.</p>
+
+
+ </div>
+
+
+
+
+
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html
new file mode 100644
index 0000000..caf60e4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html
@@ -0,0 +1,14949 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" id="Stencil" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" class="H-100 yui3-js-enabled JsEnabled stencil-js stencil-no-touch stencil-csstransforms3d stencil-csstransitions stencil-svg stencil-fullscreen stencil-plugin-imageloader stencil-plugin-selectbox stencil-plugin-source stencil-plugin-tooltip stencil-plugin-lightbox stencil-plugin-gallery stencil-plugin-toggle stencil-plugin-fx" lang="en-US">
+<div id="yui3-css-stamp" style="position: absolute !important; visibility: hidden !important" class=""></div>
+
+<head id="yui_3_18_1_1_1481706756324_29">
+ <script>
+ var t_headstart = new Date().getTime();
+ </script>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Veteran Wraps Baby in American Flag, Photo Sparks Controversy - Yahoo</title>
+ <meta http-equiv="x-dns-prefetch-control" content="on" />
+ <link rel="dns-prefetch" href="https://s.yimg.com" />
+ <link rel="dns-prefetch" href="//y3.analytics.yahoo.com" />
+ <link rel="dns-prefetch" href="//geo.query.yahoo.com" />
+ <link rel="dns-prefetch" href="//geo.yahoo.com" />
+ <link rel="dns-prefetch" href="//csc.beap.bc.yahoo.com" />
+ <link rel="dns-prefetch" href="//b.scorecardresearch.com" />
+ <!--[if !IE]><!-->
+ <link rel="icon" sizes="any" mask="" href="https://s.yimg.com/os/mit/media/p/common/images/favicon_new-7483e38.svg" />
+ <meta name="theme-color" content="#400090" />
+ <!--<![endif]-->
+ <!--[if !IE]><!-->
+ <link rel="alternate icon" type="image/x-icon" href="/favicon.ico" />
+ <!--<![endif]-->
+ <meta name="description" content="From Yahoo: A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot." lang="en-US" />
+ <link rel="canonical" href="https://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html" />
+ <link rel="alternate" hreflang="x-default" href="https://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html" />
+ <link rel="alternate" hreflang="en-US" href="https://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html" />
+ <link rel="alternate" hreflang="en-US" href="https://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html" />
+ <link rel="syndication-source" href="http://abcnews.go.com/US/photographer-fights-backlash-baby-wrapped-american-flag-picture/story?id=29557727" />
+ <meta property="article:publisher" content="https://www.facebook.com/GoodMorningAmerica" />
+ <meta property="fb:app_id" content="90376669494" />
+ <meta property="og:description" content="A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot." />
+ <meta property="og:image" content="https://s.yimg.com/bt/api/res/1.2/qZaM9MLUOrxLg4IfXt_Niw--/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975.cf.png" />
+ <meta property="og:site_name" content="Yahoo" />
+ <meta property="og:title" content="Veteran Wraps Baby in American Flag, Photo Sparks Controversy" />
+ <meta property="og:type" content="article" />
+ <meta property="og:url" content="https://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:description" content="A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot." />
+ <meta name="twitter:dnt" content="on" />
+ <meta name="twitter:image" content="https://s.yimg.com/bt/api/res/1.2/qZaM9MLUOrxLg4IfXt_Niw--/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975.cf.png" />
+ <meta name="twitter:image:src" content="https://s.yimg.com/bt/api/res/1.2/qZaM9MLUOrxLg4IfXt_Niw--/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975.cf.png" />
+ <meta name="twitter:site" content="@GMA" />
+ <meta name="twitter:title" content="Veteran Wraps Baby in American Flag, Photo Sparks Controversy" />
+ <meta name="application-name" content="Veteran Wraps Baby in American Flag, Photo Sparks Controversy" />
+ <meta name="msapplication-TileColor" content="#6e329d" />
+ <meta name="msapplication-TileImage" content="https://s1.yimg.com/os/mit/media/p/presentation/images/icons/win8-tile-1484740.png" />
+ <link rel="apple-touch-icon" href="https://s1.yimg.com/os/mit/media/p/presentation/images/icons/default-apple-touch-icon-1636137.png" />
+ <link rel="apple-touch-icon" sizes="114x114" href="https://s1.yimg.com/os/mit/media/p/presentation/images/icons/default-apple-touch-icon-high-1636137.png" />
+ <link rel="apple-touch-icon" sizes="72x72" href="https://s1.yimg.com/os/mit/media/p/presentation/images/icons/default-apple-touch-icon-tablet-1636137.png" />
+ <link rel="apple-touch-icon" sizes="144x144" href="https://s1.yimg.com/os/mit/media/p/presentation/images/icons/default-apple-touch-icon-tablet-high-1636137.png" />
+ <link rel="apple-touch-icon-precomposed" href="https://s1.yimg.com/os/mit/media/p/presentation/images/icons/default-apple-touch-icon-1636137.png" />
+
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black" />
+ <meta name="viewport" content="width=device-width" />
+
+ <!--[if lt IE 9]>
+ <script type="text/javascript" src="https://s.yimg.com/os/mit/media/p/presentation/html5shiv-min-a88b231.js"></script>
+ <![endif]-->
+
+ <link rel="stylesheet" type="text/css" href="https://s1.yimg.com/zz/combo?os/stencil/2.0.23/styles.css&amp;os/mit/media/p/content/other/ad-controller-desktop-min-2e496c7.css&amp;os/mit/media/p/content/base/v2-master-min-f784570.css&amp;os/mit/media/p/content/base/v2-desktop-min-8180379.css&amp;os/mit/media/p/common/stencil-fix-min-56d3a2e.css&amp;os/mit/media/p/content/grids/v2sg-desktop-min-386af90.css&amp;os/mit/media/p/content/overrides/classic-overrides-min-c644875.css&amp;os/mit/media/p/content/overrides/stencil-v2s-reset-overrides-min-863e25b.css&amp;os/mit/media/m/header/header-uh3-desktop-min-0724437.css&amp;os/mit/media/m/ads/ads-min-bcb1fc4.css&amp;os/mit/media/m/navigation/content-navigation-desktop-min-a8a04a0.css&amp;os/mit/media/m/navigation/content-navigation-stencil-desktop-min-a8a04a0.css&amp;os/mit/media/m/comments/td-applet-canvass-min-c0d8e81.css" />
+
+ <link rel="stylesheet" type="text/css" href="https://s1.yimg.com/zz/combo?os/mit/media/m/content/sfl-notifier-min-ee15495.css&amp;os/mit/media/m/content_social/media-content-follow-property-min-6f74faf.css&amp;os/mit/media/m/content_social/media-content-follow-property-desktop-min-d86f135.css&amp;os/mit/media/m/content_index/breaking-news-desktop-min-715358a.css&amp;os/mit/media/m/content/ce/media-content-min-243eedb.css&amp;os/mit/media/m/content/ce/media-content-desktop-min-01bcb1f.css&amp;os/mit/media/m/content_story/media-content-story-desktop-min-4e8e036.css&amp;os/mit/media/m/content/ce/media-content-header-min-243eedb.css&amp;os/mit/media/m/ads/moneyball-min-247cb99.css&amp;os/mit/media/m/article/video-embed-player-min-41caf31.css&amp;os/mit/media/m/content_photo/media-content-lightbox-desktop-min-4cf04ac.css&amp;os/mit/media/m/comments/media-content-comments-desktop-min-2e957f6.css&amp;os/mit/media/m/content/action-bar-min-ecbfa42.css&amp;yui:3.18.1/build/overlay/assets/skins/sam/overlay.css&amp;os/mit/media/m/content_social/media-content-share-buttons-int-min-0116754.css&amp;os/mit/media/m/content_social/media-content-share-buttons-desktop-min-1c5795a.css&amp;os/mit/media/m/content_index/generic-listings-desktop-min-da555a8.css&amp;os/mit/media/m/markup/iframe-min-158395.css" />
+
+ <link rel="stylesheet" type="text/css" href="https://s1.yimg.com/zz/combo?os/mit/media/themes/v2_base/base-min-41cfe10.css&amp;os/mit/media/themes/v2_base/base-imagery-min-bec5796.css&amp;os/mit/media/themes/v2_gmayellow/theme-min-864d3d1.css&amp;os/mit/media/themes/v2_gmayellow/theme-imagery-min-2b03118.css&amp;os/mit/media/p/news/lang/US-min-1937680.css" />
+
+
+ <style>
+ .yom-mod.yom-twittertimeline {
+ padding: 2px 0px;
+ margin-bottom: 19px;
+ }
+
+ .yom-mod.yom-twittertimeline,
+ .yom-mod.yom-twittertimeline .yom-iframe-wrap {
+ display: none\0/;
+ /*IE8 only*/
+ #display: none;
+ /*IE6, IE7*/
+ }
+
+ :root .yom-mod.yom-twittertimeline,
+ .yom-mod.yom-twittertimeline .yom-iframe-wrap {
+ display: block\0/IE9;
+ }
+ </style>
+
+
+ <script type="text/javascript" src="https://s1.yimg.com/zz/combo?yui:3.18.1/build/yui/yui-min.js&amp;os/mit/media/p/common/rmp-min-56d3a2e.js&amp;os/mit/media/m/base/viewport-loader-min-649ba6f.js&amp;ss/rapid-3.32.js&amp;os/mit/td/asset-loader-s-9178dbd1.js"></script>
+ <script>
+ if (!window.YAHOO) {
+ window.YAHOO = {};
+ }
+ if (!YAHOO.Media) {
+ YAHOO.Media = {};
+ }
+ if (!YAHOO.widget) {
+ YAHOO.widget = {};
+ }
+ </script>
+ <script>
+ if (!window.YMedia) {
+ var YMedia = YUI();
+ YMedia.includes = [];
+ YMedia.module_includes = [];
+ }
+ </script>
+ <script>
+ window.YMEDIA_REQ_ATTR = {
+ device: {
+ "os": "mac os x",
+ "osver": "10.11"
+ },
+ instr: {
+ request_id: "2o9nrnlc52333",
+ authfb: 0
+ },
+ csbeacon: function(isPjax, spaceId) {
+ if (!this._hasIssuedCsBeacon || isPjax) {
+ this._hasIssuedCsBeacon = true;
+ var spaceId = spaceId || "1197056126",
+ ssl = "1";
+ if (typeof YAHOO === "object" & amp; & amp; typeof YAHOO.i13n === "object" & amp; & amp; typeof YAHOO.i13n.sendComscoreEvent === "function") {
+ if (YAHOO.i13n.setEga) {
+ YAHOO.i13n.setEga("");
+ }
+ if (YAHOO.i13n.setLTT) {
+ YAHOO.i13n.setLTT("-1");
+ }
+ if (YAHOO.i13n.setRdg) {
+ YAHOO.i13n.setRdg("-1");
+ }
+ if (YAHOO.i13n.setSpaceid) {
+ YAHOO.i13n.setSpaceid(spaceId);
+ }
+ YAHOO.i13n.setSsl("1");
+ YAHOO.i13n.sendComscoreEvent();
+ }
+ }
+ },
+ _hasIssuedCsBeacon: false
+ };
+ </script><noscript>&lt;div&gt;&lt;img src="https://sb.scorecardresearch.com/b?c1=2&amp;c2=7241469&amp;c7=gma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html&amp;c5=1197056126&amp;c14=-1&amp;cv=2.0&amp;cj=1" style="display:none" width="0" height="0" alt="" /&gt;&lt;/div&gt;</noscript>
+ <script>
+ window.YMEDIA_CRUMB = "HChlut9tb8N";
+ </script>
+ <!-- fe522.global.media.sg3.yahoo.com compressed/chunked Wed Dec 14 09:09:56 UTC 2016 -->
+
+ <script>
+ YUI.Env.add(window, 'unload', function() {
+ try {
+ YMEDIA_REQ_ATTR.csbeacon();
+ } catch (e) {}
+ });
+ </script>
+ <script>
+ window.YAHOO = window.YAHOO || {};
+ window.YAHOO.i13n = window.YAHOO.i13n || {};
+
+ YAHOO.i13n.beacon_server = "geo.yahoo.com";
+ YAHOO.i13n.YWA_CF_MAP = {
+ "_p": 20,
+ "ad": 58,
+ "authfb": 11,
+ "bpos": 24,
+ "camp": 54,
+ "cat": 25,
+ "code": 55,
+ "cpos": 21,
+ "ct": 23,
+ "dcl": 26,
+ "dir": 108,
+ "domContentLoadedEventEnd": 44,
+ "elm": 56,
+ "elmt": 57,
+ "f": 40,
+ "ft": 51,
+ "grpt": 109,
+ "ilc": 39,
+ "itc": 111,
+ "loadEventEnd": 45,
+ "ltxt": 17,
+ "mpos": 110,
+ "mrkt": 12,
+ "pcp": 67,
+ "pct": 48,
+ "pd": 46,
+ "pkgt": 22,
+ "pos": 20,
+ "prov": 114,
+ "psp": 72,
+ "pst": 68,
+ "pstcat": 47,
+ "pt": 13,
+ "rescode": 27,
+ "responseEnd": 43,
+ "responseStart": 41,
+ "rspns": 107,
+ "sca": 53,
+ "sec": 18,
+ "site": 42,
+ "slk": 19,
+ "sort": 28,
+ "t1": 121,
+ "t2": 122,
+ "t3": 123,
+ "t4": 124,
+ "t5": 125,
+ "t6": 126,
+ "t7": 127,
+ "t8": 128,
+ "t9": 129,
+ "tar": 113,
+ "test": 14,
+ "v": 52,
+ "ver": 49,
+ "x": 50
+ };
+ YAHOO.i13n.YWA_ACTION_MAP = {
+ "click": 12,
+ "drag": 21,
+ "drop": 106,
+ "error": 99,
+ "hover": 17,
+ "hswipe": 19,
+ "hvr": 115,
+ "key": 13,
+ "rchvw": 100,
+ "scrl": 104,
+ "scrolldown": 16,
+ "scrollup": 15,
+ "secview": 18,
+ "secvw": 116,
+ "svct": 14,
+ "swp": 103
+ };
+ YAHOO.i13n.YWA_OUTCOME_MAP = {
+ "abuse": 51,
+ "close": 34,
+ "cmmt": 128,
+ "cnct": 127,
+ "comment": 49,
+ "connect": 36,
+ "cueauthview": 43,
+ "cueconnectview": 46,
+ "cuedcl": 61,
+ "cuehpset": 50,
+ "cueinfoview": 45,
+ "cueloadview": 44,
+ "cueswipeview": 42,
+ "cuetop": 48,
+ "dclent": 101,
+ "dclitm": 102,
+ "drop": 22,
+ "dtctloc": 118,
+ "end": 31,
+ "entitydeclaration": 40,
+ "exprt": 122,
+ "favorite": 56,
+ "fetch": 30,
+ "filter": 35,
+ "flagcat": 131,
+ "flagitm": 129,
+ "follow": 52,
+ "hpset": 27,
+ "imprt": 123,
+ "insert": 28,
+ "itemdeclaration": 37,
+ "lgn": 125,
+ "lgo": 126,
+ "login": 33,
+ "msgview": 47,
+ "navigate": 25,
+ "open": 29,
+ "pa": 111,
+ "pgnt": 113,
+ "pl": 112,
+ "prnt": 124,
+ "reauthfb": 24,
+ "reply": 54,
+ "retweet": 55,
+ "rmct": 32,
+ "rmloc": 120,
+ "rmsvct": 117,
+ "sbmt": 114,
+ "setlayout": 38,
+ "sh": 107,
+ "share": 23,
+ "slct": 121,
+ "slctfltr": 133,
+ "slctloc": 119,
+ "sort": 39,
+ "srch": 134,
+ "svct": 109,
+ "top": 26,
+ "undo": 41,
+ "unflagcat": 132,
+ "unflagitm": 130,
+ "unfollow": 53,
+ "unsvct": 110
+ };
+
+ YMedia.rapid = {
+ rapidConfig: {
+ "spaceid": "1197056126",
+ "tracked_mods": ["mediacontentfollowproperty", "mediagettheapp", "mediacontentnavigation", "mediacontentbreakingnews", "mediacontentstory", "mediacontentsharebuttons", "mediacontentgenericlistings", "mediacontentgenericlistings_2", "mediatwittertimeline", "mediacontentfollowproperty_2", "mediafooterinfo", "mediacontentfollowproperty_3"],
+ "text_link_len": 8,
+ "client_only": 1,
+ "compr_type": "deflate",
+ "ult_token_capture": true,
+ "webworker_file": "\/__rapid-worker-1.2.js",
+ "test_id": "",
+ "keys": {
+ "ssl": "1",
+ "juris": "US",
+ "lang": "en-US",
+ "lpstaid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "mrkt": "US",
+ "pcp": "Good Morning America",
+ "pct": "1",
+ "pd": "",
+ "psp": "",
+ "pst": "",
+ "pstaid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "pstcat": "Flag_of_the_United_States",
+ "pt": "4",
+ "pub": "",
+ "site": "gma",
+ "test": "",
+ "ver": "grandslam"
+ },
+ "perf_navigationtime": 2,
+ "debug": false,
+ "nofollow_class": ["rapid-nf", "rapidnofollow", "w-right-arrow", "yom-weather-locations", "yom-super-hero"]
+ },
+ rapidInstance: null,
+ moduleQueue: [],
+ addModules: function(modInfo) {
+ this.moduleQueue.push(modInfo);
+ }
+ };
+ </script>
+
+ <script>
+ if (!YAHOO.ULT) {
+ YAHOO.ULT = {};
+ }
+ YAHOO.ULT.BEACON = "https://geo.yahoo.com/t";
+ </script>
+ <script>
+ (function(html) {
+ var c = html.className;
+ c += " JsEnabled";
+ c = c.replace("NoJs", "");
+ html.className = c;
+ })(document.documentElement);
+ </script>
+
+ <script language="javascript">
+ YUI.YUICfg = {
+ "gallery": "yui:gallery-2011.04.20-13-04",
+ "groups": {
+ "group0d9d821fd95f957944c70b69b28ef8dd5": {
+ "base": "https:\/\/s.yimg.com\/",
+ "comboBase": "https:\/\/s.yimg.com\/zz\/combo?",
+ "modules": {
+ "media-v2-chrome": {
+ "path": "os\/mit\/media\/p\/presentation\/v2-chrome-min-0ce369d.js"
+ },
+ "media-content-aft": {
+ "path": "os\/mit\/media\/p\/content\/content-aft-min-888106a.js"
+ },
+ "media-content-aft-report": {
+ "path": "os\/mit\/media\/p\/content\/content-aft-report-min-a202e73.js"
+ },
+ "media-yaft2-aftnoad": {
+ "path": "os\/mit\/media\/p\/content\/yaft2-aftnoad-min-e5cc02b.js"
+ },
+ "media-yaft2-harbeacon": {
+ "path": "os\/mit\/media\/p\/content\/yaft2-harbeacon-min-dabe12d.js"
+ },
+ "media-tracking": {
+ "path": "os\/mit\/media\/m\/base\/tracking-min-649ba6f.js"
+ },
+ "media-imageloader": {
+ "path": "os\/mit\/media\/m\/base\/imageloader-min-649ba6f.js"
+ },
+ "media-imageloader-bootstrap": {
+ "path": "os\/mit\/media\/m\/base\/imageloader-bootstrap-min-649ba6f.js"
+ },
+ "media-af-beacon": {
+ "path": "os\/mit\/media\/p\/common\/af-beacon-min-4e5a259.js"
+ },
+ "media-rapid-tracking": {
+ "path": "os\/mit\/media\/p\/common\/rapid-tracking-min-f0b314d.js"
+ },
+ "media-header-uh3-desktop": {
+ "path": "os\/mit\/media\/m\/header\/header-uh3-desktop-min-ba174cb.js"
+ },
+ "media-iframe": {
+ "path": "os\/mit\/media\/m\/markup\/iframe-min-274866.js"
+ },
+ "media-twitter-embed-gs": {
+ "path": "os\/mit\/media\/m\/sharing\/twitter-embed-gs-min-63c2e0c.js"
+ },
+ "media-fb-embed-gs": {
+ "path": "os\/mit\/media\/m\/sharing\/fb-embed-gs-min-bb31164.js"
+ }
+ },
+ "combine": true,
+ "filter": "min",
+ "root": "\/"
+ }
+ },
+ "combine": true,
+ "allowRollup": true,
+ "comboBase": "https:\/\/s.yimg.com\/zz\/combo?",
+ "fetchCSS": false,
+ "maxURLLength": "2000"
+ }
+ YUI.YUICfg.root = 'yui:' + YUI.version + '/build/';
+ YMedia.applyConfig(YUI.YUICfg);
+ YUI.Env[YUI.version].base = 'https://s.yimg.com/';
+ YUI.Env[YUI.version].comboBase = 'https://s.yimg.com/zz/combo?';
+ YUI.Env[YUI.version].root = 'yui:' + YUI.version + '/build/';
+ YMedia.use("media-rmp", "media-viewport-loader", "media-v2-chrome", "media-content-aft", "media-content-aft-report", "media-yaft2-aftnoad", "media-yaft2-harbeacon", "media-tracking", "node-base", "event-custom", "dom-deprecated", "node-deprecated", "substitute", "media-imageloader", "media-imageloader-bootstrap", "base-base", "node-style", "node-screen", "media-af-beacon", "json-stringify", "querystring-stringify-simple", "media-rapid-tracking", "base", "node", "media-header-uh3-desktop", "intl", "media-iframe", function(Y) {
+
+ Y.later(10, this, function() {
+ Y.applyConfig({
+ debug: false
+ });
+ });
+ Y.later(10, this, function() {
+ YUI.namespace("Media").LANGDIR = 'ltr';
+ YUI.namespace("Media").CONTENT_ID = "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c";
+ });
+ Y.later(10, this, function() {
+ (function() {
+ function focusSearch() {
+ var a = Y.one('#mnp-search_box') || Y.one('#UHSearchBox');
+ if (Y.UA & amp; & amp;
+ (Y.UA.ios || Y.UA.android)) {
+ return;
+ }
+ if (a) {
+ a.focus();
+ } else {
+ window.setTimeout(focusSearch, 300);
+ }
+ }
+ focusSearch();
+ })();
+ });
+ Y.later(10, this, function() {
+ if (Y.Media & amp; & amp; Y.Media.Chrome) {
+ Y.Media.pageChrome = Y.Media.Chrome(Y, {
+ site: 'gma',
+ lang: 'en-US',
+ region: 'US',
+ spaceId: '1197056126',
+ contentId: '4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c',
+ gridType: 'content',
+ device: 'full',
+ deviceOS: (typeof YMEDIA_REQ_ATTR !== 'undefined' & amp; & amp; YMEDIA_REQ_ATTR.device & amp; & amp; YMEDIA_REQ_ATTR.device.os) || '',
+ deviceOSVer: (typeof YMEDIA_REQ_ATTR !== 'undefined' & amp; & amp; YMEDIA_REQ_ATTR.device & amp; & amp; YMEDIA_REQ_ATTR.device.osver) || '',
+ projectId: '10001736184279',
+ enableYwaTracking: '1',
+ enable2xImgs: '0',
+ imgItemsSelector: '.js .yog-bd img',
+ enableViewportManagement: '0',
+ viewportItemsSelector: '.js .yog-content img,.yog-smartphone.js .yog-bd img',
+ transparentImgUrl: 'https://s.yimg.com/os/mit/media/m/base/images/transparent-649ba6f.png',
+ enableRapidTracking: 1,
+ rapidConf: {
+ "spaceid": "1197056126",
+ "tracked_mods": ["mediacontentfollowproperty", "mediagettheapp", "mediacontentnavigation", "mediacontentbreakingnews", "mediacontentstory", "mediacontentsharebuttons", "mediacontentgenericlistings", "mediacontentgenericlistings_2", "mediatwittertimeline", "mediacontentfollowproperty_2", "mediafooterinfo", "mediacontentfollowproperty_3"],
+ "text_link_len": 8,
+ "client_only": 1,
+ "compr_type": "deflate",
+ "ult_token_capture": true,
+ "webworker_file": "\/__rapid-worker-1.2.js",
+ "test_id": "",
+ "keys": {
+ "ssl": "1",
+ "juris": "US",
+ "lang": "en-US",
+ "lpstaid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "mrkt": "US",
+ "pcp": "Good Morning America",
+ "pct": "1",
+ "pd": "",
+ "psp": "",
+ "pst": "",
+ "pstaid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "pstcat": "Flag_of_the_United_States",
+ "pt": "4",
+ "pub": "",
+ "site": "gma",
+ "test": "",
+ "ver": "grandslam"
+ },
+ "perf_navigationtime": 2,
+ "debug": false,
+ "nofollow_class": ["rapid-nf", "rapidnofollow", "w-right-arrow", "yom-weather-locations", "yom-super-hero"]
+ },
+ bucketId: '',
+ baseImageryFallbackCss: 'https://s.yimg.com/os/mit/media/themes/v2_base/base-imagery-fallback-min-5c5abcd.css',
+ baseImageryFallbackCssLteIe7: 'https://s.yimg.com/os/mit/media/themes/v2_base/base-imagery-fallback-lteIE7-min-5c5abcd.css',
+ enableGlassTheme: '0',
+ backgroundImageUrl: ''
+ });
+ };
+ });
+ Y.later(10, this, function() {
+ Y.namespace("Global.Media").ILBoot = new Y.ImageLoaderBootstrap(200);
+ });
+ Y.later(10, this, function() { // create RapidTracking object reusing existing moduleQueue
+ YMedia.rapid = new Y.Media.RapidTracking({
+ instance: YMedia.rapid & amp; & amp;YMedia.rapid.rapidInstance,
+ moduleQueue: YMedia.rapid & amp; & amp;YMedia.rapid.moduleQueue,
+ rapidConfig: YMedia.rapid & amp; & amp;YMedia.rapid.rapidConfig,
+ config: {
+ selectors: {
+ 'bd': 'body',
+ 'mods': '.yom-mod'
+ }
+ }
+ });
+ });
+ Y.later(10, this, function() {
+ if (Y.Media & amp; & amp; Y.Media.HeaderUH3) {
+ Y.Media.HeaderUH3(Y, {
+ version: 'v2sg'
+ });
+ };
+ });
+ Y.later(10, this, function() {
+ var jslib = 'http://yep.video.yahoo.com/js/3/videoplayer-min.js?lang=en-US';
+ if ("" !== jslib) {
+ var script = document.createElement('script');
+ var jslibovrd = '';
+ jslib = jslib.replace('http:', window.location.protocol);
+ script.type = 'text/javascript';
+ if (document.addEventListener) {
+ jslib += '&amp;r=nextgen-flash';
+ }
+ script.src = jslibovrd || jslib;
+ document.getElementsByTagName('head')[0].appendChild(script);
+ }
+ });
+ Y.later(10, this, function() {
+ Y.on("domready", function() {
+ Y.Global.Media.IFrameMgr.add({
+ "id": "yom-twittertimelineGMA_466161154243313665_400-ifr",
+ "src": "https:\/\/gma.yahoo.com\/_xhr\/social\/twitter-timeline\/?id=7w0RmYNLaFM-&amp;widget_id=466161154243313665&amp;height=400&amp;twitter_lang=en-US",
+ "width": "100%",
+ "height": "400px",
+ "scrolling": "no"
+ });
+ });
+ });
+ Y.later(10, this, function() {
+ var vplContainers = [{
+ "selector": "#mediacontentfollowproperty_3",
+ "use": ["media-tracking"],
+ "callback": function(node) {
+
+ var e = [];
+ var additionalKeys = [];
+ additionalKeys.mid = "mediacontentfollowproperty";
+ additionalKeys.act = "secvw";
+ additionalKeys.sec = "sh-fwm";
+ additionalKeys.t1 = "a4";
+ additionalKeys.t2 = "sh-fwm";
+ e = {
+ data: {
+ name: "secvw",
+ keys: additionalKeys
+ },
+ mod_id: "mediacontentfollowproperty"
+ };
+
+ Y.Global.fire('rapid-tracker:event', e);
+
+ }
+ }, {
+ "selector": "#mediacontentstory .twitter-tweet, #mediacontentstory .twitter-moment",
+ "use": ["media-twitter-embed-gs"],
+ "callback": function(node) {
+
+ new Y.Media.SharingEmbedTwitterGS({
+ "modId": "mediacontentstory"
+ });
+
+ }
+ }, {
+ "selector": "#mediacontentstory .fb-post",
+ "use": ["media-fb-embed-gs"],
+ "callback": function(node) {
+
+ new Y.Media.SharingEmbedFacebookGS({
+ "modId": "mediacontentstory"
+ });
+
+ }
+ }, {
+ "selector": "#mediacontentfollowproperty_2",
+ "use": ["media-tracking"],
+ "callback": function(node) {
+
+ var e = [];
+ var additionalKeys = [];
+ additionalKeys.mid = "mediacontentfollowproperty";
+ additionalKeys.act = "secvw";
+ additionalKeys.sec = "sh-fwm";
+ additionalKeys.t1 = "a4";
+ additionalKeys.t2 = "sh-fwm";
+ e = {
+ data: {
+ name: "secvw",
+ keys: additionalKeys
+ },
+ mod_id: "mediacontentfollowproperty"
+ };
+
+ Y.Global.fire('rapid-tracker:event', e);
+
+ }
+ }, ];
+
+ var vpl = Y.Object.getValue(Y, ['Global', 'Media', 'ViewportLoader']);
+ if (vpl) {
+ vpl.lookaheadOffset = 250;
+ vpl.addContainers(vplContainers);
+ }
+ });
+
+ });
+ </script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_2" src="https://s.yimg.com/zz/combo?yui:3.18.1/build/oop/oop-min.js&amp;yui:3.18.1/build/event-custom-base/event-custom-base-min.js&amp;yui:3.18.1/build/event-base/event-base-min.js&amp;yui:3.18.1/build/dom-core/dom-core-min.js&amp;yui:3.18.1/build/dom-base/dom-base-min.js&amp;yui:3.18.1/build/selector-native/selector-native-min.js&amp;yui:3.18.1/build/selector/selector-min.js&amp;yui:3.18.1/build/node-core/node-core-min.js&amp;yui:3.18.1/build/dom-style/dom-style-min.js&amp;yui:3.18.1/build/node-base/node-base-min.js&amp;yui:3.18.1/build/event-delegate/event-delegate-min.js&amp;yui:3.18.1/build/node-event-delegate/node-event-delegate-min.js&amp;yui:3.18.1/build/pluginhost-base/pluginhost-base-min.js&amp;yui:3.18.1/build/pluginhost-config/pluginhost-config-min.js&amp;yui:3.18.1/build/node-pluginhost/node-pluginhost-min.js&amp;yui:3.18.1/build/dom-screen/dom-screen-min.js&amp;yui:3.18.1/build/node-screen/node-screen-min.js&amp;yui:3.18.1/build/node-style/node-style-min.js&amp;yui:3.18.1/build/querystring-stringify-simple/querystring-stringify-simple-min.js&amp;yui:3.18.1/build/io-base/io-base-min.js&amp;yui:3.18.1/build/event-custom-complex/event-custom-complex-min.js&amp;yui:3.18.1/build/async-queue/async-queue-min.js&amp;/os/mit/media/p/presentation/v2-chrome-min-0ce369d.js&amp;/os/mit/media/p/content/content-aft-min-888106a.js&amp;/os/mit/media/p/content/content-aft-report-min-a202e73.js&amp;/os/mit/media/p/content/yaft2-aftnoad-min-e5cc02b.js&amp;/os/mit/media/p/content/yaft2-harbeacon-min-dabe12d.js&amp;/os/mit/media/m/base/tracking-min-649ba6f.js&amp;yui:3.18.1/build/substitute/substitute-min.js&amp;/os/mit/media/m/base/imageloader-min-649ba6f.js&amp;/os/mit/media/m/base/imageloader-bootstrap-min-649ba6f.js&amp;yui:3.18.1/build/attribute-core/attribute-core-min.js&amp;yui:3.18.1/build/attribute-observable/attribute-observable-min.js&amp;yui:3.18.1/build/attribute-extras/attribute-extras-min.js&amp;yui:3.18.1/build/attribute-base/attribute-base-min.js&amp;yui:3.18.1/build/base-core/base-core-min.js&amp;yui:3.18.1/build/base-observable/base-observable-min.js&amp;yui:3.18.1/build/base-base/base-base-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_3" src="https://s.yimg.com/zz/combo?/os/mit/media/p/common/af-beacon-min-4e5a259.js&amp;yui:3.18.1/build/json-stringify/json-stringify-min.js&amp;/os/mit/media/p/common/rapid-tracking-min-f0b314d.js&amp;yui:3.18.1/build/base-pluginhost/base-pluginhost-min.js&amp;yui:3.18.1/build/base-build/base-build-min.js&amp;/os/mit/media/m/header/header-uh3-desktop-min-ba174cb.js&amp;yui:3.18.1/build/intl/intl-min.js&amp;/os/mit/media/m/markup/iframe-min-274866.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_9" src="https://s.yimg.com/zz/combo?yui:3.18.1/build/event-synthetic/event-synthetic-min.js&amp;yui:3.18.1/build/event-mousewheel/event-mousewheel-min.js&amp;yui:3.18.1/build/event-mouseenter/event-mouseenter-min.js&amp;yui:3.18.1/build/event-key/event-key-min.js&amp;yui:3.18.1/build/event-focus/event-focus-min.js&amp;yui:3.18.1/build/event-resize/event-resize-min.js&amp;yui:3.18.1/build/event-hover/event-hover-min.js&amp;yui:3.18.1/build/event-outside/event-outside-min.js&amp;yui:3.18.1/build/event-touch/event-touch-min.js&amp;yui:3.18.1/build/event-move/event-move-min.js&amp;yui:3.18.1/build/event-flick/event-flick-min.js&amp;yui:3.18.1/build/event-valuechange/event-valuechange-min.js&amp;yui:3.18.1/build/event-tap/event-tap-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_88" src="https://s.yimg.com/zz/combo?/os/mit/media/p/content/content-manager-min-c15b49c.js&amp;/os/mit/media/p/content/perf-timeable-min-3201e29.js&amp;/os/mit/media/p/content/beacon-manager-min-c84baae.js&amp;yui:3.18.1/build/array-extras/array-extras-min.js&amp;yui:3.18.1/build/plugin/plugin-min.js&amp;yui:3.18.1/build/node-scroll-info/node-scroll-info-min.js&amp;/os/mit/media/p/content/ad-controller-min-cc0aa40.js&amp;/os/mit/media/p/content/interest-manager-min-0527e1c.js&amp;yui:3.18.1/build/json-parse/json-parse-min.js&amp;/ss/strip_3.4.js&amp;/os/mit/media/p/content/instrumentation-min-a1c712f.js&amp;/os/mit/media/m/content_photo/content-lightbox-min-b3d9d25.js&amp;/os/mit/media/m/content_photo/content-lightbox-ib-min-ced7535.js&amp;/os/mit/media/m/content_photo/content-lightbox-endslide-min-ced7535.js&amp;/os/mit/media/m/content_photo/content-lightbox-rmx-min-6728742.js&amp;/os/mit/media/m/content_story/content-story-min-e5c79d5.js&amp;yui:3.18.1/build/attribute-complex/attribute-complex-min.js&amp;yui:3.18.1/build/classnamemanager/classnamemanager-min.js&amp;yui:3.18.1/build/widget-base/widget-base-min.js&amp;yui:3.18.1/build/widget-htmlparser/widget-htmlparser-min.js&amp;yui:3.18.1/build/widget-skin/widget-skin-min.js&amp;yui:3.18.1/build/widget-uievents/widget-uievents-min.js&amp;yui:3.18.1/build/widget-stdmod/widget-stdmod-min.js&amp;yui:3.18.1/build/widget-position/widget-position-min.js&amp;yui:3.18.1/build/widget-position-align/widget-position-align-min.js&amp;yui:3.18.1/build/widget-stack/widget-stack-min.js&amp;yui:3.18.1/build/widget-position-constrain/widget-position-constrain-min.js&amp;yui:3.18.1/build/overlay/overlay-min.js&amp;/os/mit/media/m/comments/content-comments-min-7833766.js&amp;/os/mit/media/m/videos/videoInlinePlayer-min-8cab8cc.js&amp;/os/mit/media/m/content_video/con-vid-min-43b7a7a.js&amp;yui:3.18.1/build/arraylist/arraylist-min.js&amp;yui:3.18.1/build/arraylist-add/arraylist-add-min.js&amp;yui:3.18.1/build/swfdetect/swfdetect-min.js&amp;yui:3.18.1/build/escape/escape-min.js&amp;yui:3.18.1/build/swf/swf-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_89" src="https://s.yimg.com/zz/combo?/os/mit/media/m/content_social/content-share-buttons-int-min-5e4593a.js&amp;/os/mit/media/m/content_social/content-social-base-min-f516ed2.js&amp;yui:3.18.1/build/datatype-xml-parse/datatype-xml-parse-min.js&amp;yui:3.18.1/build/io-xdr/io-xdr-min.js&amp;yui:3.18.1/build/io-form/io-form-min.js&amp;yui:3.18.1/build/io-upload-iframe/io-upload-iframe-min.js&amp;yui:3.18.1/build/queue-promote/queue-promote-min.js&amp;yui:3.18.1/build/io-queue/io-queue-min.js&amp;yui:3.18.1/build/datatype-date-parse/datatype-date-parse-min.js&amp;yui:3.18.1/build/datatype-date-format/lang/datatype-date-format_en-US.js&amp;yui:3.18.1/build/datatype-date-format/datatype-date-format-min.js&amp;yui:3.18.1/build/datatype-date-math/datatype-date-math-min.js&amp;yui:3.18.1/build/datatype-number-parse/datatype-number-parse-min.js&amp;yui:3.18.1/build/datatype-number-format/datatype-number-format-min.js&amp;yui:3.18.1/build/datatype-xml-format/datatype-xml-format-min.js&amp;yui:3.18.1/build/querystring-parse/querystring-parse-min.js&amp;yui:3.18.1/build/querystring-stringify/querystring-stringify-min.js&amp;/os/mit/media/m/content_social/content-share-buttons-min-ac7c5e1.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_90" src="https://s.yimg.com/zz/combo?yui:3.18.1/build/event-simulate/event-simulate-min.js&amp;yui:3.18.1/build/gesture-simulate/gesture-simulate-min.js&amp;yui:3.18.1/build/node-event-simulate/node-event-simulate-min.js&amp;yui:3.18.1/build/jsonp/jsonp-min.js&amp;yui:3.18.1/build/handlebars-base/handlebars-base-min.js&amp;yui:3.18.1/build/handlebars-compiler/handlebars-compiler-min.js&amp;yui:3.18.1/build/cookie/cookie-min.js&amp;yui:3.18.1/build/querystring-parse-simple/querystring-parse-simple-min.js&amp;os/mit/td/ape-af-0.0.330/af-utils/af-utils-min.js&amp;os/mit/td/ape-af-0.0.330/af-config/af-config-min.js&amp;os/mit/td/ape-af-0.0.330/af-dom/af-dom-min.js&amp;os/mit/td/mjata-0.4.35/mjata-rest-http/mjata-rest-http-min.js&amp;os/mit/td/ape-af-0.0.330/af-content/af-content-min.js&amp;yui:3.18.1/build/history-base/history-base-min.js&amp;yui:3.18.1/build/history-hash/history-hash-min.js&amp;yui:3.18.1/build/history-html5/history-html5-min.js&amp;yui:3.18.1/build/router/router-min.js&amp;yui:3.18.1/build/pjax-base/pjax-base-min.js&amp;yui:3.18.1/build/view/view-min.js&amp;yui:3.18.1/build/app-base/app-base-min.js&amp;yui:3.18.1/build/pjax-content/pjax-content-min.js&amp;yui:3.18.1/build/app-content/app-content-min.js&amp;yui:3.18.1/build/parallel/parallel-min.js&amp;yui:3.18.1/build/transition/transition-min.js&amp;yui:3.18.1/build/app-transitions/app-transitions-min.js&amp;yui:3.18.1/build/array-invoke/array-invoke-min.js&amp;yui:3.18.1/build/model/model-min.js&amp;yui:3.18.1/build/model-list/model-list-min.js&amp;yui:3.18.1/build/lazy-model-list/lazy-model-list-min.js&amp;yui:3.18.1/build/model-sync-rest/model-sync-rest-min.js&amp;yui:3.18.1/build/model-sync-local/model-sync-local-min.js&amp;yui:3.18.1/build/view-node-map/view-node-map-min.js&amp;os/mit/td/ape-af-0.0.330/af-trans/af-trans-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-dom/af-applet-dom-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-action/af-applet-action-min.js&amp;os/mit/td/ape-af-0.0.330/af-bootstrap/af-bootstrap-min.js&amp;os/mit/td/mjata-0.4.35/mjata-queue/mjata-queue-min.js&amp;os/mit/td/mjata-0.4.35/mjata-util/mjata-util-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_91" src="https://s.yimg.com/zz/combo?os/mit/td/mjata-0.4.35/mjata-store/mjata-store-min.js&amp;os/mit/td/ape-af-0.0.330/tdapi-remotestore/tdapi-remotestore-min.js&amp;os/mit/td/ape-af-0.0.330/af-transport/af-transport-min.js&amp;os/mit/td/ape-af-0.0.330/af-sync/af-sync-min.js&amp;os/mit/td/mjata-0.4.35/mjata-json/mjata-json-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-model/af-applet-model-min.js&amp;os/mit/td/stencil-2.0.26/stencil/stencil-min.js&amp;os/mit/td/stencil-2.0.26/stencil-base/stencil-base-min.js&amp;os/mit/td/stencil-2.0.26/stencil-imageloader/stencil-imageloader-min.js&amp;os/mit/td/dust-helpers-0.0.146/moment/moment-min.js&amp;os/mit/td/dust-helpers-0.0.146/intl-messageformat/intl-messageformat-min.js&amp;os/mit/td/dust-helpers-0.0.146/dust-helper-intl/dust-helper-intl-min.js&amp;os/mit/td/dust-helpers-0.0.146/intl-helper/intl-helper-min.js&amp;os/mit/td/dust-helpers-0.0.146/dust/dust-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-view/af-applet-view-min.js&amp;os/mit/td/stencil-2.0.26/stencil-selectbox/stencil-selectbox-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-headerview/af-applet-headerview-min.js&amp;os/mit/td/ape-af-0.0.330/af-compositeview/af-compositeview-min.js&amp;os/mit/td/stencil-2.0.26/stencil-source/stencil-source-min.js&amp;os/mit/td/stencil-2.0.26/stencil-tooltip/stencil-tooltip-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet/af-applet-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-init/af-applet-init-min.js&amp;yui:3.18.1/build/template-base/template-base-min.js&amp;os/mit/td/ape-af-0.0.330/ape-af-templates-message/ape-af-templates-message-min.js&amp;yui:3.18.1/build/selector-css2/selector-css2-min.js&amp;yui:3.18.1/build/selector-css3/selector-css3-min.js&amp;os/mit/td/ape-af-0.0.330/af-message/af-message-min.js&amp;os/mit/td/ape-applet-0.0.210/ape-applet-templates-reload/ape-applet-templates-reload-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-load/af-applet-load-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-mgr/af-applet-mgr-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applet-savesettings/af-applet-savesettings-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_92" src="https://s.yimg.com/zz/combo?os/mit/td/ape-applet-0.0.210/af-applet-viewmgr/af-applet-viewmgr-min.js&amp;os/mit/td/ape-applet-0.0.210/af-applets/af-applets-min.js&amp;os/mit/td/ape-af-0.0.330/af-rapid/af-rapid-min.js&amp;os/mit/td/td-applet-ads-0.1.593/td-ads-feedback/td-ads-feedback-min.js&amp;yui:3.18.1/build/app-transitions-native/app-transitions-native-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_249" src="https://s.yimg.com/zz/combo?os/mit/td/td-applet-photoheader-0.1.314/td-photoheader-model/td-photoheader-model-min.js&amp;os/mit/td/td-applet-photoheader-0.1.314/td-photoheader-mainview/td-photoheader-mainview-min.js&amp;os/mit/td/td-applet-photoheader-0.1.314/td-applet-photoheader-templates-main/td-applet-photoheader-templates-main-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-video-playlist-model/td-applet-video-playlist-model-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-nextscroll/td-applet-videoplayer-nextscroll-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-title/td-applet-videoplayer-templates-title-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-video/td-applet-videoplayer-templates-video-min.js&amp;yui:3.18.1/build/timers/timers-min.js&amp;yui:3.18.1/build/promise/promise-min.js&amp;os/mit/td/mjata-0.4.35/mjata-model-store/mjata-model-store-min.js&amp;os/mit/td/mjata-0.4.35/mjata-template/mjata-template-min.js&amp;os/mit/td/mjata-0.4.35/mjata-bind-model2dom/mjata-bind-model2dom-min.js&amp;yui:3.18.1/build/cache-base/cache-base-min.js&amp;yui:3.18.1/build/cache-offline/cache-offline-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-videoplayer-util/td-videoplayer-util-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/video-applet-player-manager/video-applet-player-manager-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/video-applet-nextgen-manager/video-applet-nextgen-manager-min.js&amp;yui:3.18.1/build/cache-plugin/cache-plugin-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/video-applet-playlist-manager/video-applet-playlist-manager-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/video-applet-playlist-util/video-applet-playlist-util-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/video-player-js/video-player-js-min.js&amp;yui:3.18.1/build/shim-plugin/shim-plugin-min.js&amp;os/mit/td/stencil-2.0.26/stencil-lightbox/stencil-lightbox-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_250" src="https://s.yimg.com/zz/combo?os/mit/td/td-applet-videoplayer-0.3.1019/social-sharing-lib-temp/social-sharing-lib-temp-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-partials-cinematron-pause-thumb/td-applet-videoplayer-templates-partials-cinematron-pause-thumb-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-partials-img-helper/td-applet-videoplayer-templates-partials-img-helper-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-partials-cinematron-upnext/td-applet-videoplayer-templates-partials-cinematron-upnext-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-videoplayer-player-maestro/td-videoplayer-player-maestro-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-videoplayer-common-view/td-videoplayer-common-view-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-videoplayer-mainview/td-videoplayer-mainview-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-player-js/td-applet-videoplayer-templates-player-js-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-style-block/td-applet-videoplayer-templates-style-block-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-schema-org-meta/td-applet-videoplayer-templates-schema-org-meta-min.js&amp;os/mit/td/td-applet-videoplayer-0.3.1019/td-applet-videoplayer-templates-main/td-applet-videoplayer-templates-main-min.js&amp;os/mit/td/ape-af-0.0.330/af-event/af-event-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-styles/td-applet-canvass-templates-styles-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-mainview/td-applet-canvass-mainview-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-avatar/td-applet-canvass-templates-avatar-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-comments-body/td-applet-canvass-templates-comments-body-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_251" src="https://s.yimg.com/zz/combo?os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-activities/td-applet-canvass-templates-activities-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-activity-comments/td-applet-canvass-templates-activity-comments-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-replies-body/td-applet-canvass-templates-replies-body-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-activity-replies/td-applet-canvass-templates-activity-replies-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-form-reply/td-applet-canvass-templates-form-reply-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-form-abuse/td-applet-canvass-templates-form-abuse-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-form-delete/td-applet-canvass-templates-form-delete-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-form-comment/td-applet-canvass-templates-form-comment-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-main/td-applet-canvass-templates-main-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-main-activities/td-applet-canvass-templates-main-activities-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-comments/td-applet-canvass-templates-comments-min.js&amp;os/mit/td/td-applet-canvass-1.0.94/td-applet-canvass-templates-replies/td-applet-canvass-templates-replies-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-model/td-applet-stream-model-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-items-model/td-applet-stream-items-model-min.js&amp;os/mit/td/mjata-0.4.35/mjata-model/mjata-model-min.js&amp;os/mit/td/mjata-0.4.35/mjata-modellist/mjata-modellist-min.js&amp;os/mit/td/mjata-0.4.35/mjata-model-base/mjata-model-base-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-appletmodel/td-applet-stream-appletmodel-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_252" src="https://s.yimg.com/zz/combo?os/mit/td/td-applet-stream-0.0.1319/td-applet-interest-model/td-applet-interest-model-min.js&amp;os/mit/td/ape-af-0.0.330/af-comscore/af-comscore-min.js&amp;os/mit/td/ape-af-0.0.330/af-cookie/af-cookie-min.js&amp;os/mit/td/ape-af-0.0.330/gallery-storage-lite/gallery-storage-lite-min.js&amp;os/mit/td/ape-af-0.0.330/af-cache/af-cache-min.js&amp;os/mit/td/ape-af-0.0.330/af-history/af-history-min.js&amp;os/mit/td/stencil-2.0.26/stencil-gallery/stencil-gallery-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-mainview/td-applet-stream-mainview-min.js&amp;os/mit/td/mjata-0.4.35/mjata-lazy-modellist/mjata-lazy-modellist-min.js&amp;os/mit/td/ape-location-0.0.48/af-locations/af-locations-min.js&amp;os/mit/td/ape-location-0.0.48/ape-location-templates-location-list/ape-location-templates-location-list-min.js&amp;os/mit/td/ape-location-0.0.48/ape-location-templates-location-panel/ape-location-templates-location-panel-min.js&amp;os/mit/td/stencil-2.0.26/stencil-toggle/stencil-toggle-min.js&amp;os/mit/td/ape-location-0.0.48/af-location-panel/af-location-panel-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-headerview/td-applet-stream-headerview-min.js&amp;os/mit/td/stencil-2.0.26/stencil-fx/stencil-fx-min.js&amp;os/mit/td/stencil-2.0.26/stencil-fx-collapse/stencil-fx-collapse-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/stream-actiondrawer/stream-actiondrawer-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-errormsg/td-applet-stream-templates-errormsg-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-main/td-applet-stream-templates-main-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-settings/td-applet-stream-templates-settings-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-drawer-desktop/td-applet-stream-templates-drawer-desktop-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-removeditem/td-applet-stream-templates-removeditem-min.js" async=""></script>
+ <script charset="utf-8" id="yui_3_18_1_1_1481706756324_253" src="https://s.yimg.com/zz/combo?os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-lastvisit/td-applet-stream-templates-lastvisit-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-items/td-applet-stream-templates-items-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-item-social_sharing/td-applet-stream-templates-item-social_sharing-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-item-default/td-applet-stream-templates-item-default-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-item-ad/td-applet-stream-templates-item-ad-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-item-featured_ad/td-applet-stream-templates-item-featured_ad-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-item-featured_mobile_ad/td-applet-stream-templates-item-featured_mobile_ad-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-item-play_icon/td-applet-stream-templates-item-play_icon-min.js&amp;os/mit/td/td-applet-stream-0.0.1319/td-applet-stream-templates-item-inline_video/td-applet-stream-templates-item-inline_video-min.js" async=""></script>
+
+
+ <script type="text/javascript">
+ if (typeof rt_pushMoment !== 'undefined') rt_pushMoment("t1");
+ </script>
+ <script>
+ var t_headend = new Date().getTime();
+ window.__headDelta = (t_headend - t_headstart);
+ </script>
+ <script>
+ ;
+ YMedia.applyConfig({
+ "groups": {
+ "td-applet-ads": {
+ "base": "https://s1.yimg.com/os/mit/td/td-applet-ads-0.1.593/",
+ "root": "os/mit/td/td-applet-ads-0.1.593/",
+ "combine": true,
+ "filter": "min",
+ "comboBase": "https://s.yimg.com/zz/combo?",
+ "comboSep": "&amp;"
+ }
+ }
+ });;
+ window.Af = window.Af || {};
+ window.Af.bootstrap = window.Af.bootstrap || {};
+ window.Af.bootstrap["24751402369262404"] = {
+ "applet_type": "td-applet-ads",
+ "models": {
+ "applet_model": {
+ "models": ["ads"]
+ }
+ },
+ "views": {
+ "main": {
+ "yui_module": "td-ads-mainview",
+ "yui_class": "TD.Ads.MainView"
+ }
+ },
+ "templates": {
+ "leftrail": {
+ "yui_module": "td-applet-ads-templates-leftrail",
+ "template_name": "td-applet-ads-templates-leftrail"
+ },
+ "carousel": {
+ "yui_module": "td-applet-ads-templates-carousel",
+ "template_name": "td-applet-ads-templates-carousel"
+ },
+ "splash": {
+ "yui_module": "td-applet-ads-templates-splash",
+ "template_name": "td-applet-ads-templates-splash"
+ }
+ },
+ "i18n": {
+ "TITLE": "ads"
+ },
+ "transport": {
+ "xhr": "/_td_api"
+ },
+ "context": {
+ "bucket": "",
+ "crumb": "kKRPyOdAXGG",
+ "device": "desktop",
+ "lang": "en-US",
+ "region": "US",
+ "site": "gma"
+ }
+ };;
+ if (YMedia & amp; & amp; YMedia.Stencil & amp; & amp; YMedia.Stencil.initAll) {
+ YMedia.Stencil.initAll("#applet_24751402369262404");
+ };
+ if (YMedia & amp; & amp; YMedia.ApeApp & amp; & amp; YMedia.ApeApp.initApplet) {
+ YMedia.ApeApp.initApplet("24751402369262404", true);
+ }
+ </script>
+ <style type="text/css">
+ .yom-mod.yom-twittertimeline {
+ padding: 2px 0px;
+ margin-bottom: 19px;
+ }
+
+ .yom-mod.yom-twittertimeline,
+ .yom-mod.yom-twittertimeline .yom-iframe-wrap {
+ display: none\0/;
+ /*IE8 only*/
+ #display: none;
+ /*IE6, IE7*/
+ }
+
+ :root .yom-mod.yom-twittertimeline,
+ .yom-mod.yom-twittertimeline .yom-iframe-wrap {
+ display: block\0/IE9;
+ }
+ </style>
+ <script>
+ ;
+ YMedia.applyConfig({
+ "groups": {
+ "td-applet-logo": {
+ "base": "https://s1.yimg.com/os/mit/td/td-applet-logo-0.1.256/",
+ "root": "os/mit/td/td-applet-logo-0.1.256/",
+ "combine": true,
+ "filter": "min",
+ "comboBase": "https://s.yimg.com/zz/combo?",
+ "comboSep": "&amp;"
+ }
+ }
+ });;
+ window.Af = window.Af || {};
+ window.Af.bootstrap = window.Af.bootstrap || {};
+ window.Af.bootstrap["58771378193913290"] = {
+ "applet_type": "td-applet-logo",
+ "views": {
+ "main": {
+ "yui_module": "td-applet-logo-mainview",
+ "yui_class": "TD.Applet.LogoMainView"
+ }
+ },
+ "i18n": {
+ "TITLE": "logo"
+ },
+ "transport": {
+ "xhr": "/_td_api"
+ },
+ "context": {
+ "bucket": "",
+ "crumb": "kKRPyOdAXGG",
+ "device": "desktop",
+ "lang": "en-US",
+ "region": "US",
+ "site": "gma"
+ }
+ };;
+ if (YMedia & amp; & amp; YMedia.Stencil & amp; & amp; YMedia.Stencil.initAll) {
+ YMedia.Stencil.initAll("#applet_58771378193913290");
+ };
+ if (YMedia & amp; & amp; YMedia.ApeApp & amp; & amp; YMedia.ApeApp.initApplet) {
+ YMedia.ApeApp.initApplet("58771378193913290", true);
+ }
+ </script>
+ <style type="text/css">
+ #about-banner &gt;
+ div {
+ border: none;
+ margin: 0;
+ }
+
+ #about-banner a {
+ outline: none;
+ }
+
+ #about-banner &gt;
+ div div:nth-child(2) {
+ font-weight: 300;
+ }
+ </style>
+ <script>
+ ;
+ YMedia.applyConfig({
+ "groups": {
+ "td-applet-logo": {
+ "base": "https://s1.yimg.com/os/mit/td/td-applet-logo-0.1.256/",
+ "root": "os/mit/td/td-applet-logo-0.1.256/",
+ "combine": true,
+ "filter": "min",
+ "comboBase": "https://s.yimg.com/zz/combo?",
+ "comboSep": "&amp;"
+ }
+ }
+ });;
+ window.Af = window.Af || {};
+ window.Af.bootstrap = window.Af.bootstrap || {};
+ window.Af.bootstrap["24116749590382110"] = {
+ "applet_type": "td-applet-logo",
+ "views": {
+ "main": {
+ "yui_module": "td-applet-logo-mainview",
+ "yui_class": "TD.Applet.LogoMainView"
+ }
+ },
+ "i18n": {
+ "TITLE": "logo"
+ },
+ "transport": {
+ "xhr": "/_td_api"
+ },
+ "context": {
+ "bucket": "",
+ "crumb": "kKRPyOdAXGG",
+ "device": "desktop",
+ "lang": "en-US",
+ "region": "US",
+ "site": "gma"
+ }
+ };;
+ if (YMedia & amp; & amp; YMedia.Stencil & amp; & amp; YMedia.Stencil.initAll) {
+ YMedia.Stencil.initAll("#applet_24116749590382110");
+ };
+ if (YMedia & amp; & amp; YMedia.ApeApp & amp; & amp; YMedia.ApeApp.initApplet) {
+ YMedia.ApeApp.initApplet("24116749590382110", true);
+ }
+ </script>
+ <style type="text/css">
+ #about-banner &gt;
+ div {
+ border: none;
+ margin: 0;
+ }
+
+ #about-banner a {
+ outline: none;
+ }
+
+ #about-banner &gt;
+ div div:nth-child(2) {
+ font-weight: 300;
+ }
+ </style>
+ <script>
+ ;
+ YMedia.applyConfig({
+ "groups": {
+ "td-applet-photoheader": {
+ "base": "https://s1.yimg.com/os/mit/td/td-applet-photoheader-0.1.314/",
+ "root": "os/mit/td/td-applet-photoheader-0.1.314/",
+ "combine": true,
+ "filter": "min",
+ "comboBase": "https://s.yimg.com/zz/combo?",
+ "comboSep": "&amp;"
+ }
+ }
+ });;
+ window.Af = window.Af || {};
+ window.Af.bootstrap = window.Af.bootstrap || {};
+ window.Af.bootstrap["24106666317790640"] = {
+ "applet_type": "td-applet-photoheader",
+ "models": {
+ "photoheader": {
+ "yui_module": "td-photoheader-model",
+ "yui_class": "TD.Photoheader.Model"
+ },
+ "applet_model": {
+ "models": ["photoheader"],
+ "config": {
+ "asset_mode": "prod",
+ "crumbKey": "touchdown.crumbkey",
+ "mrs": {
+ "mrs_host": "l.yimg.com/bt",
+ "key": "mrs.ynews_td.crumbkey",
+ "app_id": "ynews_td"
+ },
+ "edgepipe": {
+ "enabled": true
+ },
+ "template": {
+ "main": "td-applet-photoheader:main"
+ },
+ "photoheader_attributes": {
+ "width": "731",
+ "height": "216"
+ },
+ "bootstrap": {
+ "templates": {
+ "main": {
+ "yui_module": "td-applet-photoheader-templates-main",
+ "template_name": "td-applet-photoheader-templates-main"
+ }
+ }
+ },
+ "m_id": "td-applet-photoheader",
+ "m_mode": "multipart",
+ "configId": "MediaApeAppletConfig",
+ "hide": "0",
+ "mod_units": "19",
+ "content_type": "story",
+ "is_sponsored": "0",
+ "provider_id": "us.abcnews.gma.com",
+ "provider_name": "Good Morning America",
+ "spaceid": "1197056126",
+ "mod_id": "td-applet-photoheader",
+ "content_id": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "title": "Good Morning America",
+ "linkUrl": "http://gma.yahoo.com/",
+ "hideTitle": "1",
+ "disableAppClass": "1",
+ "header": 1,
+ "imgUrl": "https://s.yimg.com/os/publish-images/gma/2014-06-26/282e98f0-fd6a-11e3-b1cc-8793f4ed3e91_gma_home_062614_header.jpg",
+ "hideEspon": "1",
+ "enableFooter": "1",
+ "disableGradient": "1",
+ "nolz": "1",
+ "y_proc_embeds": "1",
+ "y_map_urn": "urn:rmp:lite",
+ "_product_version": "v2sg",
+ "r_inc": "1",
+ "c_id": "td-applet-photoheader_container",
+ "initStencil": 1,
+ "initApplet": 1,
+ "timeout": "2500",
+ "_sig": "ljdJU9LlE4AKY7EPfFlTOyEwEJI-",
+ "chrome": 1,
+ "footer": 1,
+ "toolbar": 0,
+ "isSsl": true
+ }
+ }
+ },
+ "views": {
+ "main": {
+ "yui_module": "td-photoheader-mainview",
+ "yui_class": "TD.Photoheader.MainView"
+ }
+ },
+ "templates": {
+ "main": {
+ "yui_module": "td-applet-photoheader-templates-main",
+ "template_name": "td-applet-photoheader-templates-main"
+ }
+ },
+ "i18n": {
+ "TITLE": "photoheader"
+ },
+ "transport": {
+ "xhr": "/_td_api"
+ },
+ "context": {
+ "bucket": "",
+ "crumb": "kKRPyOdAXGG",
+ "device": "desktop",
+ "lang": "en-US",
+ "region": "US",
+ "site": "gma"
+ }
+ };;
+ if (YMedia & amp; & amp; YMedia.Stencil & amp; & amp; YMedia.Stencil.initAll) {
+ YMedia.Stencil.initAll("#applet_24106666317790640");
+ };
+ if (YMedia & amp; & amp; YMedia.ApeApp & amp; & amp; YMedia.ApeApp.initApplet) {
+ YMedia.ApeApp.initApplet("24106666317790640", true);
+ }
+ </script>
+ <style type="text/css">
+ @media (max-width: 1200px) {
+ #td-photoheader .tie-title h1 {
+ font-size: 1.6em;
+ width: 80%;
+ }
+ }
+
+ @media (max-width: 1150px) {
+ #td-photoheader .tie-title h1 {
+ font-size: 1.45em;
+ width: 80%;
+ }
+ }
+
+ @media (max-width: 1100px) {
+ #td-photoheader .tie-title h1 {
+ font-size: 1.35em;
+ width: 65%;
+ }
+ }
+
+ @media (max-width: 980px) {
+ #td-photoheader .tie-title h1 {
+ font-size: 1.25em;
+ width: 60%;
+ }
+ }
+ </style>
+ <script>
+ ;
+ YMedia.applyConfig({
+ "groups": {
+ "td-applet-canvass": {
+ "base": "https://s1.yimg.com/os/mit/td/td-applet-canvass-1.0.94/",
+ "root": "os/mit/td/td-applet-canvass-1.0.94/",
+ "combine": true,
+ "filter": "min",
+ "comboBase": "https://s.yimg.com/zz/combo?",
+ "comboSep": "&amp;"
+ }
+ }
+ });;
+ window.Af = window.Af || {};
+ window.Af.bootstrap = window.Af.bootstrap || {};
+ window.Af.bootstrap["24053652936908468"] = {
+ "applet_type": "td-applet-canvass",
+ "models": {
+ "applet_model": {
+ "config": {
+ "consumerKey": "frontpage.oauth.canvassKey",
+ "consumerSecret": "frontpage.oauth.canvassSecret",
+ "uuid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "sortBy": "popular",
+ "autoShow": false,
+ "likeVoteUpKey": "up",
+ "likeVoteClearKey": "clear",
+ "enableImageComments": true,
+ "namespace": "yahoo_content",
+ "visibilityType": "PUBLIC",
+ "enableCommentsWrite": true,
+ "enableMyComments": true,
+ "avatarInline": false,
+ "canvassFullScreen": false,
+ "yahooApp": {
+ "url": "https://go.onelink.me/2184920418?pid=InProduct&amp;c=Newsroom_Oct16&amp;af_sub1=Smartbannerl&amp;af_sub2=Newsroom_YMktg_YahooApp&amp;af_sub3=InProduct_Smartbanner_1",
+ "icon": "https://s.yimg.com/cv/ae/default/161028/iPhone_6_6s_se_120x120.png"
+ }
+ },
+ "models": []
+ }
+ },
+ "views": {
+ "main": {
+ "yui_module": "td-applet-canvass-mainview",
+ "yui_class": "TD.Applet.CommentsMainView"
+ }
+ },
+ "templates": {
+ "activities": {
+ "yui_module": "td-applet-canvass-templates-activities",
+ "template_name": "td-applet-canvass-templates-activities"
+ },
+ "activity-comments": {
+ "yui_module": "td-applet-canvass-templates-activity-comments",
+ "template_name": "td-applet-canvass-templates-activity-comments"
+ },
+ "activity-replies": {
+ "yui_module": "td-applet-canvass-templates-activity-replies",
+ "template_name": "td-applet-canvass-templates-activity-replies"
+ },
+ "main": {
+ "yui_module": "td-applet-canvass-templates-main",
+ "template_name": "td-applet-canvass-templates-main"
+ },
+ "main-activities": {
+ "yui_module": "td-applet-canvass-templates-main-activities",
+ "template_name": "td-applet-canvass-templates-main-activities"
+ },
+ "comments": {
+ "yui_module": "td-applet-canvass-templates-comments",
+ "template_name": "td-applet-canvass-templates-comments"
+ },
+ "replies": {
+ "yui_module": "td-applet-canvass-templates-replies",
+ "template_name": "td-applet-canvass-templates-replies"
+ }
+ },
+ "i18n": {
+ "COMMENT_ACTIVITY": "Comment Activity",
+ "COMMENTS_FAILED": "Sorry, we can’t load comments right now. Try again.",
+ "COMMENT_ACTIVITY_FAILED": "Sorry, we can’t find your comment activity right now. Try again.",
+ "PROMOTED_COMMENTS": "We will promote constructive and witty comments to the top, so everyone sees them!",
+ "ALL_COMMENTS": "All comments",
+ "YOU": "You",
+ "ARE_YOU_SURE": "Are you sure?",
+ "SHOW_MORE_COMMENTS": "Show more comments",
+ "RETRY_SHOW_MORE_COMMENTS": "Retry show more comments",
+ "SHOW_MORE_REPLIES": "Show more replies",
+ "RETRY_SHOW_MORE_REPLIES": "Retry show more replies",
+ "RATING_FAILED_TRY_AGAIN": "Rating failed. Try again.",
+ "REQUEST_FAILED_TRY_AGAIN": "Request failed. Try again.",
+ "VIEW_COMMENTS": "Comments",
+ "REFRESH_COMMENTS": "Refresh comments",
+ "REFRESH_COMMENT_ACTIVITY": "Refresh comment activity",
+ "LOADING_COMMENTS": "Loading comments...",
+ "LOADING_REPLIES": "Loading replies...",
+ "SHOW_REPLIES": "Show replies",
+ "SHOW_REPLIES_COUNT": "Show replies ({count})",
+ "HIDE_REPLIES": "Hide replies",
+ "EDITOR_LABEL": "Editor",
+ "KEEP_READING": "Keep reading",
+ "ANONYMOUS": "A Yahoo reader",
+ "TOP": "Top",
+ "RECENT": "Latest",
+ "OLDEST": "Oldest",
+ "MOSTREPLIED": "Most Replied",
+ "RETRY_SORT": "Retry sort",
+ "ATTENTION": "Attention",
+ "LEAVE_A_COMMENT": "Leave a comment",
+ "BE_THE_FIRST": "Be the first to comment",
+ "LEAVE_A_REPLY": "Leave a reply",
+ "REPLY": "Reply",
+ "POST": "Post",
+ "MISSING_COMMENT": "You forgot to enter a comment.",
+ "MISSING_REPLY": "You forgot to enter a reply.",
+ "COMMENT_GUIDELINES": "Comment Guidelines",
+ "COMMENT_GUIDELINES_LINK": "http://help.yahoo.com/kb/index?locale=en_US&amp;page=content&amp;y=PROD_NEWS&amp;id=SLN2292&amp;actp=lorax&amp;pir=sgThvDBibUlVBwQ77qBOZu1fJICb_UIEjC14XlTbRKwcr5qZR3LfcNHy2DWcKRq.ykcYYEFeWkgOMhrsfkFQuykaqmSci9xLOy.kWkpFEtc-",
+ "SIGN_IN_POST_COMMENT": "Sign in to post a comment.",
+ "PLEASE_SIGN_IN": "Please sign in.",
+ "SIGN_IN_POST_REPLY": "Sign in to post a reply.",
+ "REPORT_INTRO": "Sorry you didn't like this comment. Please provide a reason below.",
+ "ABUSE_REPORT_SUCESS": "Report posted successfully",
+ "PROMOTE": "Promote",
+ "RESET_PROMOTION": "Reset promotion",
+ "DEMOTE": "Demote",
+ "RESET_DEMOTION": "Reset demotion",
+ "REPORT": "Report",
+ "CANCEL": "Cancel",
+ "CLOSE": "Close",
+ "DELETE": "Delete",
+ "PLEASE_EXPLAIN": "Please explain (optional)",
+ "ERROR": "An error has occurred; please try again later.",
+ "EDITOR_TOOLTIP_PROMOTE": "When you promote a comment, the entire thread is sent to the top of the 'Top' comments view. If you promote more than one comment thread, the most recent appears on top. Promoted comments appear below any thread that an editor has commented on or replied to.",
+ "EDITOR_TOOLTIP_DEMOTE": "When you demote a comment, the entire thread (including replies) is sent to the bottom of the 'Top' comments view. The most recently demoted comments appear on the bottom.",
+ "MY_COMMENTS": "My Comments",
+ "REACTIONS": "reactions",
+ "REACTION_TEASER": "What's your reaction?",
+ "JOIN_NEWSROOM": "Join the conversation on the Yahoo App.",
+ "INSTALL": "Install",
+ "NO_USER_MESSAGE": "You do not currently have any comments",
+ "REACTION_COUNT": "{commentCount} Reactions",
+ "SHARE_YOUR_REACTION": "Share your reaction",
+ "DOWNLOAD": "Download",
+ "JOIN_YAHOO": "Join the conversation on Yahoo app.",
+ "VIEW_SHARE_ACTIONS": "View all share actions (sighted users only)"
+ },
+ "transport": {
+ "xhr": "/_td_api"
+ },
+ "context": {
+ "bucket": "",
+ "crumb": "kKRPyOdAXGG",
+ "device": "desktop",
+ "lang": "en-US",
+ "region": "US",
+ "site": "gma"
+ }
+ };;
+ if (YMedia & amp; & amp; YMedia.Stencil & amp; & amp; YMedia.Stencil.initAll) {
+ YMedia.Stencil.initAll("#applet_24053652936908468");
+ };
+ if (YMedia & amp; & amp; YMedia.ApeApp & amp; & amp; YMedia.ApeApp.initApplet) {
+ YMedia.ApeApp.initApplet("24053652936908468", true);
+ }
+ </script>
+ <script>
+ ;
+ YMedia.applyConfig({
+ "groups": {
+ "td-applet-stream": {
+ "base": "https://s1.yimg.com/os/mit/td/td-applet-stream-0.0.1319/",
+ "root": "os/mit/td/td-applet-stream-0.0.1319/",
+ "combine": true,
+ "filter": "min",
+ "comboBase": "https://s.yimg.com/zz/combo?",
+ "comboSep": "&amp;"
+ }
+ }
+ });;
+ window.Af = window.Af || {};
+ window.Af.bootstrap = window.Af.bootstrap || {};
+ window.Af.bootstrap["24106666305898690"] = {
+ "applet_type": "td-applet-stream",
+ "models": {
+ "stream": {
+ "yui_module": "td-applet-stream-model",
+ "yui_class": "TD.Applet.StreamModel",
+ "data": {
+ "ccode": "",
+ "more_items": [{
+ "type": "unknown",
+ "id": "eb7ab622-5a9b-3641-888a-a4c659308e74"
+ }, {
+ "type": "unknown",
+ "id": "104435d7-badb-31e1-862d-1580be23da1b"
+ }, {
+ "type": "unknown",
+ "id": "4816afe9-bf6f-39fa-a89b-6188b5df1d79"
+ }, {
+ "type": "unknown",
+ "id": "da225003-a64b-322a-b6d8-524b798768d2"
+ }, {
+ "type": "unknown",
+ "id": "d3166eb1-5125-3056-8014-44ce879cfe55"
+ }, {
+ "type": "unknown",
+ "id": "5dd7ddfc-e040-3096-9b14-6e6d717ab456"
+ }, {
+ "type": "ad",
+ "id": "32565576379",
+ "title": "More Speed, More Devices",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=f.DmDIUGIS9E1a0V63uAg6RFP_p_IeciM2EnRAHvFBx_Oy0_JmPs6z5JHmPJi3x9URe4NADiT5vDN3XcKCSjZCJklvGDVayOYKLN4Tx22zlSs4ULtw6cRAtHWVoIgQvUVUaNpsZ918M9wiZ.SncLHO0T43AS1hSn3_YTc77i9iBD_fTZTTq3.SD4AqiOu2qxhD0tRA5Z6a9aZvku_JEyVxtvA4zLeoCR4j86E6Ebd2kT6wtnyLgjUw5EGpcx.NnjzjEuRNw.KPcCbMLjEeBYCpdY1PXP7.JO2i2eboMr8K5rjw66W8diCVgzlGdR606b9PPWUokiHIQ8.5IMHVRni93U9CBOZhG.yvPrlRsxMVSFEhx.N6tZ4CBgZsfG26kXlhlGekP4Lc8LBqhvM4P17Co78TZ25QVeZ4w2GLVlyKZNSR4n4QEtU5bcdrFPeTuwoDEc64Rp0495cZ4g2ZPksUmjM7._GExECoYXHKr_x5CDKSFg0qCAmg--%26lp=https%3A%2F%2Fad.doubleclick.net%2Fddm%2Fclk%2F310423374%3B138038743%3Bz",
+ "publisher": "Time Warner Cable® Spectrum®",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=QqGnBUMGIS.qqtyniTitpVUX5Ko0MWdu34u7UuboxN1yiFO6jRBuqUaUZPzv3wt3b.c9xkgxc4Mv3AClkU4t11ylgY2NFnXZKCWDW75fXA3KtAZeBKaRAGpU.qfUKosaKHtBZ1SExmkXIXepaj2_mQClohXwGMXno8YaGXsFArOSFp4bSq2WjQlgVl.iKZGe2Kak9Tbm1pR7bwZZqWQUrKbX1RCZsayMYDTUIqZ6o6f4v9.vyGn.BXB3eZ.TZWTCWBehIsBR3jNwL8O0T59GDTikibE0N11N2mfTwwZ1Sy_gutSO9KPQMH0diU8XOEU9sQj7qoLa0JZjAzCHTJazAA7laUu5sShqfvqQy72uQEa0w2dSqjwdyMnI7KRTFtZEmpNQ35RtLUuf5jZPFwLtEQ--&amp;ap=31",
+ "imprTrackingUrl": "https://ad.doubleclick.net/ddm/ad/N7607.153730.YAHOOINC.DISPLAY/B9297688.138027025;sz=1x1;ord=1481706596;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=?",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/E9WH2l5TLIKEpKqtKMZCBw--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/949fa4775409a16e5f31d75a78996f25.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "With speeds starting at 60 Mbps, choose the speed you need. Unlimited bandwidth with no data caps.",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 1,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32565576379",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }, {
+ "type": "unknown",
+ "id": "04f6be74-8fe5-37d9-8e22-67d48b82a600"
+ }, {
+ "type": "unknown",
+ "id": "dc5724d9-247e-38bf-80d2-ca5fe4f52fdd"
+ }, {
+ "type": "unknown",
+ "id": "0777186c-e015-361d-b61b-f3a8948a2463"
+ }, {
+ "type": "unknown",
+ "id": "b66df7ef-1bcd-36f2-a081-19cece0517f0"
+ }, {
+ "type": "unknown",
+ "id": "f89c8a18-25a1-32d5-8aec-b847b75be056"
+ }, {
+ "type": "unknown",
+ "id": "39106e51-cf78-335b-b54a-330afca900c3"
+ }, {
+ "type": "ad",
+ "id": "32561211946",
+ "title": "Living abroad? Start banking with HSBC Expat",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=koGUksQGIS_c4ETP_24_9b6w3tPtULLGqa7LZy.NCM5TdPERdwqnJb9qshnDGLhRHlSs_2owmd..yLF9qjfN.StVId5bILqOIryXDQmi4CDrPvEskYLtDzJW.mqK9OzHIz8Mv0gxi5bVNtJ5ncccoY.sOmUFvCNGXSZ7diDaOEqCqkHHGdkDfv5Jt3EgfYAQ6OByBdpxbo3Iqh6EgN.idcpPLePiMwKEulMkSUflKdUto0IFKfVCEAgjLf7DtzQ.ZMJmbbyFanzjgIMgCrjDjzH.v5_iyJdoZ_xPqKjUkD6UbSzAnAjmEUn9PacCWwxdVnmZ4_oaoSOu07Vw24.3vFuHmTPz6Fymp_.pb3leGmtdXGSaWZRlqmbSgeWI0G15E8LGzFAOmYM3unya2Wiabwau8B5QaLZLqeeVMYB.xpsFm7.pTktLmCzVZiYwFK4evhTkeKBOfANGBGiy9afpthXkFHKsqkwIA5kiMZDUt.zL68P6XmWF67zYo7.AuqSzqnA-%26lp=https%3A%2F%2Fad.doubleclick.net%2Fddm%2Fclk%2F313453516%3B141218845%3Ba",
+ "publisher": "HSBC",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=tEviJpoGIS_G.MOpOojyL.KcCu8ZK_4KBL.pk73NWFk3bXwqEfmx.1h86dpm8be7bliSJnLkMJx7xCnqop4qk4JnKZJ1Sy9ZjbEL3A7rZfEx19pfqDTVV0ygynGoec6ckGpDGUmdD12_5JXxw4NQ.Gwd7irNewqTw2Rwpm62bkU23JF6ZiTxoxqDw270oj7eYYqpZa52Qo.06QkdLZpo2uU3KjJFBk5vh1dkxCZXEcDWgO7cY5R6G.fDVKE_ZbyCOMWpso4Pv3u0wJj.qf7a0ymkGvddI8qiaZ0H6mQGQcrJpuXUHwrXXX_R69CKSQCcUPyiySJEvxQCgIn8xWolDk.RBP5pJ8LH3uYrluvP4NqGMivWrIcgqxzzu1X0BJwV.OYxfJyx4y1kPHoD_DeTdQVP.0y8Dg--&amp;ap=38",
+ "imprTrackingUrl": "https://ad.doubleclick.net/ddm/ad/N1397.1933703YAHOOGEMINI/B8484393.141218580;sz=1x1;ord=1481706596;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=?",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/N64okSB27WabUpHAoBHrvA--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/29443a83c3a22a963a7bdfefc45d3af9.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "For a brighter outlook, a stronger footing, and a smoother journey. Start banking with HSBC Expat. Financial and other eligibility criteria apply.",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 2,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32561211946",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }, {
+ "type": "unknown",
+ "id": "581fe28c-f4ea-3cc6-bc13-4d0bebcf19fc"
+ }, {
+ "type": "unknown",
+ "id": "e24bb956-b9a3-33f8-a39a-547ab8734a4f"
+ }, {
+ "type": "unknown",
+ "id": "c0cee6e9-1545-3a0d-9321-8a794d86a7c2"
+ }, {
+ "type": "unknown",
+ "id": "bf9e7a31-fa72-334e-a81a-04ac6061e1de"
+ }, {
+ "type": "unknown",
+ "id": "3b8f9e32-db1b-3790-91e2-60d1046f9f29"
+ }, {
+ "type": "unknown",
+ "id": "28aa0a71-ce91-38c8-8838-f6b07a44cfe4"
+ }, {
+ "type": "ad",
+ "id": "32520295560",
+ "title": "4 Ways to Speed Up Your Mac Without Any Investment",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=KrbMWtMGIS9sr80dDUiHYI4Jk4rlnofD.pwUsqLTdHl9bek6DkrfkwiDmj.ikfsPZnuK5PdFdb3ECUC9hJVMBpdoSfk6pTUocRM9WHFKlpecSCPXvcKwujUzhK.E29tS0vXQfFgOjNXxxXdSgjGhWDoTny5W0VOIjP7bT4t.66K35T_Cl9SlFqw5QwBoAuAEhApUnj8Rr0feQqEDwYYe2MqVNZrtyXbJSx10wV3RRk0HvQfrc9SorOxSRjS4HS_6bw6lBkTLqszq5WIBfUuGQdAOz2k2j6oszF0GkxC3fZ3rZlV1Fsv5TxtIfCbmeYYKjlvAK_9DCwpZYjUkExK_Oo21dA7X9_pEJ6IXmZnXd50NCjEcxBxPz7_4Ep5lqTobmzTK_HCYyYzfMgVSi2TyXM9iBPkCq9fnFnyTLwzt4d45q8Ox0P9Vdbo8rY3vRjyzxarmDR2iqcJJcVyL6rJNobvmJ7a7UVPnBLbpm_Ax2rgRy7oyrq1A4fOy40PLV6_UqcJ7tHucK.9uU0EmSZT56GTmyFcnxWk9XSPmK_WeVYqfw_hp6kn0h2bYIdxyqcnY495aRfdaj17k6RPrA5vaADL7eb0RwfFc9XOldVwaq9kFN7i8zbgeeYb4c7noJMkjkPkspqFAPqSh8ecuAQmz3XeckBvNYLQyWYmEE8uqEkdruWVxDOxT1NeVxFLsVM0zZGc-%26lp=http%3A%2F%2Fmackeeperapp.mackeeper.com%2Fparamss%3Dphexb1c9bcd8b5dbb1ac92989daf9b9cd2e8cb90e4dbd5cdd8daa2d1d7c4abdccec4e5e1d0dad3cdcfc0a7b291959db096ced2c0e9d7cad2dad8cfcc96a69992%26trt%3D29_31211156%26tid_ext%3Df_45-54_loading",
+ "publisher": "MacKeeper",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=aks1kEEGIS9T5M1TLTEYF2YycuVjxLZgBKtPZdNRxlaPeU..3ISj6Wa.EhNr_.Nvu_DEsX45zEJeDoS_RLYl36iqJFJ5520GmeeWKS88O3ZZQ6oRUhQje8xg8KksOQzUqw.GU6Yy_UEWn97AhfVnwVn3G4scPnLCpiPgaXVZr.8DF7ogSyxz2yKM1DYmg0x_IARc90WF2sY5zzH5dk.qtePky3rDk8J61JGi_YfObggcM3z.YZtw9.56A18oyiMAycGad9wIoQSMHpZiRIjYV8i36MHk3q06y5TMT1q3wWWxVoodsAeoQBqlOW3Lh91nINZjlQZdU0zg_JxXW6yskwVi6iIXTpTpo9.d0Efp_Whz7XfKGciwQN.RFSRFT9HQy1GLWmkfheesh9ecNXWiOQ--&amp;ap=45",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/vJew6gXRmZqdCml87_PPzQ--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/b88ae2c6313c327c9d097a1709a41b10.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "Did you know how to Improve Your Mac Performance with only 4 Easy Steps ?",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 3,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32520295560",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }, {
+ "type": "unknown",
+ "id": "0be85beb-c15d-329c-bd85-b31b66277603"
+ }, {
+ "type": "unknown",
+ "id": "fc35a2ce-3cd5-3258-a74b-733e0362f271"
+ }, {
+ "type": "unknown",
+ "id": "b119c432-abb8-3639-a2d4-8b6211e15a86"
+ }, {
+ "type": "unknown",
+ "id": "725c08fb-782d-31ec-ac1d-e088e4524eaf"
+ }, {
+ "type": "unknown",
+ "id": "42cd8607-b1e6-3238-bb99-47f2aa4ef046"
+ }, {
+ "type": "unknown",
+ "id": "0e737b4b-da64-3923-95dd-d54563851d8e"
+ }, {
+ "type": "ad",
+ "id": "32585892788",
+ "title": "Overstock Clearance: Super-Soft Bamboo Sheet Set",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=cIdFd18GIS91ydBQUg2_82XisltqwAkSxh0kvg8msrCxDN68Ci4XZBimfGqR5MlTu4rN9mJxYA1QQuDUrTMPk0.pPpyVeTtbNqdyZfcwpMIxib4TqFeTkLcyHOTNjrwzcjgexugUYmq89xcMovIr61OPh17mQMg2KWE.qZ5kOs_Gvj1R9Sg1jnZ0ilhd.zKK.QcvOLzMmXfCnHAE_PbvgIDW1fdxNEOGPrdrVEHAZVz7qChK0WIVlHUy5UpaJFu.q1Xfo0q6YhRLumNwfuvb3fCs8byUgz.ST_Q8_EO4nvJ8h9gaovICc0dL9EoJP3I3UsqG5At8cr8aYjEaL4eXkEsuhUfDJdPNKoA94d5odGWa2mcyuoIhQGhGXwWi8_SQ_qn.qY16xbDYqw62alHMgTIu8mP2WxDhCvfzaH50msB0kdcqOs96BCI7AgbYhogkBe7Lm0K4vn2oxwuqcUkbdlJX.4IhsaTfWby_eGsqtdOH4nczZXcQ0L3HAcTNzIfGwxfaUdMV_Dqdcic0jvxbiDLVtTBB7fqtOfoi_cyhrb0Oj3lDI_FkYuK.5Untii4g8V_I9Xkj10IfymeWu1dZMntCGjC4VJtOt80WoRPlJ16nVHDN5Rk6.c5r2pdXftTjASyAf95PPCZe8yV7N9fG47bumg9L337wnFAJNmImJ.TV0yW_Alqldh_gVSTC422hLF9cWplVJhyzCPdKtM8oDuoKJrRY_6s2FpXD7bFflwDPfg--%26lp=https%3A%2F%2Fjump.omnitarget.com%2Fb6fa00%3Faff_id%3D5958%26url_id%3D11916%26crid%3D32585892788%26cid%3D355587063%26src%3DOS_Sheets_1a_45%2B3P_searchBedSheets%26sub3%3D9183375565%26sub1%3DOverstock+Clearance%3A+Super-Soft+Bamboo+Sheet+Set%26sub2%3Dimage6%26sub3%3Dc%26sub4%3Dn",
+ "publisher": "OpenSky",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=5BidTR8GIS9KZ.TQOlNMJEna7.8D7nZy3l3cTVBIb8X8IEdRvE6vVuOwqPqYHHLTOScJGHEzN1_E0JaB_J4ckp4a5ZPJKzvll8o8tceQUVIQLjbPcSdb9L_z_ybcPXyHjjKMeKHdDjKofXux37MQduUZiLiTaI9GJB8rMZrI16op5Ihehyr5VQdVfOeOvBVXTxZ6H6TgT5atzO4Jq6xEQiVgaG82a29E0jhydtG9mimDnYhC.IPO20VEKaMQML3mXJ23FvnjFBjubrDIohduYqK7TWw77sEOmlptWtgBJIUkR9rOzgliuG6jOoVAxKSx6Hcz2jD9iHoTIPzjVYrWdHnz6jeLhDuUPxbe4uCQOWPQW9cmaylSMA3afHyOzncqt04JLBTvgSsjfiURrg--&amp;ap=52",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/enHfHro9U2Ucw9DxI.vxyw--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/6bcdd87b50cd30fffec3fd80aff3fa40.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "This 4-piece set of super-soft 1800 Series Bamboo Fiber Bed Sheets continues to attract customers who seek the best in naturally luxurious linens.",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 4,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32585892788",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }, {
+ "type": "unknown",
+ "id": "93da4fb0-d91e-351a-932e-8119e0af686a"
+ }, {
+ "type": "unknown",
+ "id": "70185af0-9710-3dd8-b876-2c34ad7fc91b"
+ }, {
+ "type": "unknown",
+ "id": "dcaf8152-b6eb-3a78-be84-8ccfb073dd88"
+ }, {
+ "type": "unknown",
+ "id": "16fd4ef2-3268-3e51-bb09-4706057157ed"
+ }, {
+ "type": "unknown",
+ "id": "0352721e-f85d-3672-92e7-bc097b02071a"
+ }, {
+ "type": "unknown",
+ "id": "677b2ef3-1622-3a97-8ab3-12ddeeaec2d9"
+ }, {
+ "type": "ad",
+ "id": "32515678924",
+ "title": "Stormfall: The Strategy Game Phenomenon of 2016",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=UX9aOowGIS.bHLqPIWy0071EZMeEpj2FQ2n2_yKi6AV63juyZmk2am.CUQY54rns38TnakHcEBSqn4vaHAI9l1xCJPS9_1.kvkkiLW.egKVvuEsfHKx_IS20En9aar47ZF1qSxFIOjGAT3FFuVfrY6MWDWfxDBar7NpcBazpM7ABy1aPzVzIIOeANVvh5w36RHJ..CCGMyKaf5aYRJgQmG5oOGqQc4O60nLNiL1_QjVexzoUiSoHH1idXAH.nX3Oko.mxFS8Zc8Imp4jNQHaDspDjJFtWXS5yImUPjZvb1V_8eWRzGGKsBvufydXcxpTw_L05zqb0NdUT5nsD8wRYavadQ7wTSvJ7gmNogzsDvT0oNjD_bbET8qnZasu0k_w2waIb4FTJwnmKk8CwNyGrqkss7G2.BjS2tFfdkeKB2RKgZ_0.OHFH_HYvWret_Hcl83JFhXTiLIn17soVcXaeqZYSYYvZ03sIdbrxHTgu7xm6nzgoIcxXjqaxMJDsa24Dk3OEAB2eR5FTmMNpVfQoOvkPToKO6sauN9k0pW5qkN8k1zleQh.cOff39z5Cqj_.jnQWvo8FY4B%26lp=http%3A%2F%2Fplarium.com%2Fplay%2Fen%2Fstormfall%2F004_dragon_hybrid_anim%3FadCampaign%3D97905%26adPixel%3Dyahoo%21%26publisherID%3D32515678924",
+ "publisher": "Stormfall: Age of War",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=Asw9IwQGIS.vl7aZtR.BL6XC.ET8qeV3FcY.klL2yxWMRVUE0UxOJ63PJ9AZl7aMr6AEetzeMPQT_ygskM4HXVY_qrKWZEeKX4bS94aMHoZFA3ul3znj3De8awLR7Q3vcU69oID_o4vSpTx95PXRXMrdaMDpiwR_blX9EF0yGFQHxzBEhWRrPe4Q4F5VwhXnTkKQe2SP5jtOC9Z6xI117HNG3jSTcKdrIp453JjOq0EuZWx2dy8oauyo1gtn.LEcVVWFKVjFmhB63qvR.o50UcSAvetPLv1gmoSJVt4p_gzgTGr3_095YJVQ3nTZ84emVO7_bFFK3Mid3lAC3LCWBO76Wo0cXDkb4adnwb375NIIVM0iWCXW3Wf8QEKmwBMPCvxCuKEHswGv.1qGHEBVA9pMe3I-&amp;ap=59",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/JucO90sJ85vL77Xon7dM3g--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/d5fdc28d94833eb07380a7fbe1e7f47b.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "14 million players and growing. The game that might just take over your life",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 5,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32515678924",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }, {
+ "type": "unknown",
+ "id": "941f4513-3231-3d3d-871e-e35b6951d642"
+ }, {
+ "type": "unknown",
+ "id": "0d329389-79bc-36d7-8139-0733d8ad7ef1"
+ }, {
+ "type": "unknown",
+ "id": "ab15b38c-ef72-37e6-a524-0da74371ef44"
+ }, {
+ "type": "unknown",
+ "id": "94ff5110-8f09-3dae-8001-b88498d6bec8"
+ }, {
+ "type": "unknown",
+ "id": "369bd05d-512a-3fbf-b869-47a90c6d78e1"
+ }, {
+ "type": "unknown",
+ "id": "98f8fae3-55bd-37d2-8a8b-f3fe0b5ecc1b"
+ }, {
+ "type": "ad",
+ "id": "32559487621",
+ "title": "Skechers eGift Cards",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=MWSHOboGIS9ygtSW4MUyvkkOnxJqOpyo2.pfdbtL0n6UTFwQe1aXPH76_rz5BGmLnaiW_.ksHwZyQgODUxoqm3OePIhZWV2.XtlPldyFWACmcByltTGtt5uZqPpHKEqeVtR0qMZYKC2SG3YTqb3gJqqTyUN5mm6ozOGmuIv6LH6gq6EHzD4N4WGPjsmEUuZRyZe2qygM_xvMJT4OsgyVFIUNNwoPxxNgtiVNDgBCoyo_IVPEN6ucTPK8iQXOJTG1NZCwI5_pYUPRTDhr_ABy6fwPEU2dCW522DfMJ8nfdzWGgr3AXJ1yaN2u5BQxHkFAxS0B5bhtaxU7MpxDVkTqdoQ2uG62lBAcgCtxA.SFtvbPBxtpqfNyjV..sBUZv6lUNcLsOBdZUzDyy.0DAWHIZiU9d1cPFG5Sti4t.RPGxWNGpHkwYlFZLFQz327zREWo8hRM.dB5LzL1gRyM3iStpAFGp2tcpq0tLUkzL8KW8BNYzZeQ0QOxBxIbQiXc0taQy_I8V6RdCs25wJrZ2PKqqHHN4j.C_UEtmF0GFZFaIz1kK3ERZpUm00V0JmQuI_PzsYv6ZkxjKttTVTYbF5ips9tbW_qo2HUtpDfs9n4AxLaFU9DoHlp3LUjiuMPuA9lWYKDm1vmIHU1rUy6yfsMoO4Vpwf1NhoRlRSEdA0OOMSabFK46AAR9uM3eqd.MxPiaZmpoFs9R3f_KxT1nq04R4I9ymZFTtOYEYf34_yDwYm7PvYhClVHNM89e.bWQWmYo66ghYvvcNVdiQ2S213GZYa2jXiXqXrHeRHe2TbfhsskhZoTep0dOqNQtkjrQXHIQclkF_UBMxund0gl4pElIT5saYgX0aBsGVrwwwVilj2zzOeOjmlG2cNJKYI0DsSWaFfZ7cNPWpNFfeCnMjfx96BE0dM9tmDT1JLWK17FeQVGAgzV.A_1ZCajnDCj.TQmCll6ulIeQIX1etCIfnJBvXDbYU.hG298ARqfif4.HNPA_nWzyyXEYNkZAcinrzbJ6ZEWjnAMfzEcZg9BKACWEv4TuX6iR6tZ2aHp0LHpu3wov34F9MHkBO_Y3.wkCsj4q1msdqw1pIhdrdw5.oqbZ1fQmXTM5LxvLJRYZ0eMaeISkV5B.s6C_9R.JK_XumDxP4khyXIjZr3JPLt2eXIZ54EvHZvfhTZjxgA--%26lp=http%3A%2F%2F1236.xg4ken.com%2Fmedia%2Fredir.php%3Fprof%3D713%26camp%3D44560%26affcode%3Dcr866653%26k_inner_url_encoded%3D1%26cid%3D32559487621%7C10356968%7C%26mType%3D%26queryStr%3D%26networkType%3Dn%26kdv%3Dc%26url%5B%5D%3Dhttps%253A%252F%252Fgiftcards.retailmenot.com%252Fstore%252Fskechers.com%253Futm_medium%253Dcpc%2526utm_source%253Dyahoogemini%2526utm_campaign%253D%255BPRODUCT_LAUNCH%255D_%255BGIFTCARD%255D_skechers.com_%255BY%255D_%255BEXM%255D%2526utm_content%253D%255BGIFTCARD%255D_skechers.com_Gift_Cards_%255BY%255D_%255BEXM%255D%2526utm_term%253D%2526SID%253D_kenshoo_clickid_%2526ch%253Dcpc_t",
+ "publisher": "RetailMeNot/Skechers-Gift-Cards",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=BNInkYsGIS8qcYt81Ew_5iZSs6xIlA6gMKl1_q3IEZnO2_bBv6OmvkjSuDtdO9DaqX1tHmDgRj1GVsqLMI9KyekF9gkXEmRbxOPGQzSgN6a8ud7p0HIM47XIfWjUQBiq7xEgFcZ5YnFvUpvskLLe1RlakjG10GAW5M1RskzhZ1JMMx5srHN61Lc_NnhGRb64r66_lVnxZ_PWdrz5gKju1RyXfC5xPb68FSQok.iONJU6Xdas6RFm3yIhPlXs_t_YLnK_xPMOinxv1iK5Wvigwqym8RlIPmgoanOYrwLwv.ymcIhBAA7c4J5GDDZ9hhekX1v4K6WALt5EQES8SI3E8SsJubItQAK..VRYfXmZmWUd.XaNDLgnbmvJNNCkiC4zLyDNGb46a.8flurpazdeQyEz&amp;ap=66",
+ "full_template": "ad",
+ "images": {},
+ "summary": "Save 7% On Skechers eGift Cards. Shop eGift Card Deals Now!",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 6,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32559487621",
+ "ct": 1,
+ "pkgt": 3
+ }
+ }, {
+ "type": "unknown",
+ "id": "300a0229-a569-3ecf-9efb-ef7d5c3a065d"
+ }, {
+ "type": "unknown",
+ "id": "fae64b07-089e-302f-9287-12aeec870133"
+ }, {
+ "type": "unknown",
+ "id": "b91f7bd3-a286-38b4-97da-869f0fef1d6d"
+ }, {
+ "type": "unknown",
+ "id": "ddf816c8-73d3-39d9-bb96-05a118d3ddec"
+ }, {
+ "type": "unknown",
+ "id": "1c7110e3-31e5-346a-acf9-4d7dad91f6a7"
+ }, {
+ "type": "unknown",
+ "id": "b771c20c-0423-301d-af26-869b1759d02f"
+ }, {
+ "type": "unknown",
+ "id": "f47bd8a4-6c26-3142-a4eb-5e3bfa644625"
+ }, {
+ "type": "unknown",
+ "id": "399003a3-0604-3ca5-80a4-48a79051aca8"
+ }, {
+ "type": "unknown",
+ "id": "31b2af5e-04be-3f64-bcd9-f595f5748c25"
+ }, {
+ "type": "unknown",
+ "id": "c8ab1c68-d2da-3c68-9d55-1390b48738bd"
+ }, {
+ "type": "unknown",
+ "id": "c18462c1-e1d8-39c5-a5f2-44c4a525cf91"
+ }, {
+ "type": "unknown",
+ "id": "44db57fc-fb58-30f2-9301-631f6d903506"
+ }, {
+ "type": "unknown",
+ "id": "087bcfb5-0949-32fa-b172-fa54e62126c8"
+ }, {
+ "type": "unknown",
+ "id": "fbb9a63b-689c-33d0-abeb-c5a9b2ad08da"
+ }, {
+ "type": "unknown",
+ "id": "25a3faac-497a-3b0e-982f-c3dd72d11cdb"
+ }, {
+ "type": "unknown",
+ "id": "0c5b34b2-f52d-3942-a62c-4fbde5178546"
+ }, {
+ "type": "unknown",
+ "id": "9c67a907-fd1c-3d3c-92b7-86beb10e055c"
+ }, {
+ "type": "unknown",
+ "id": "41b99b34-a6fb-3f0d-a1e6-b6f16eab793f"
+ }, {
+ "type": "unknown",
+ "id": "ca5b7596-5bb4-3931-82cc-91d6cb336f73"
+ }, {
+ "type": "unknown",
+ "id": "c0bd81b5-9846-3437-a2d9-5205f300c9f0"
+ }, {
+ "type": "unknown",
+ "id": "50f94c0b-01d8-3d80-a26a-f89f0c7c36a9"
+ }, {
+ "type": "unknown",
+ "id": "c81315db-7dec-3a8b-84f5-58bb59217a17"
+ }, {
+ "type": "unknown",
+ "id": "2c472fe8-5011-3ea8-87c0-3d91988f1eac"
+ }, {
+ "type": "unknown",
+ "id": "647722d5-f1c1-3c2c-8813-6371b3ee9320"
+ }, {
+ "type": "unknown",
+ "id": "282b6444-b0f0-3461-8ea3-df3bcf64309f"
+ }, {
+ "type": "unknown",
+ "id": "baa13091-0c21-3aa1-8c0b-ef2c89f4c4ab"
+ }, {
+ "type": "unknown",
+ "id": "220aab81-ec06-3f78-ba96-2452460c9971"
+ }, {
+ "type": "unknown",
+ "id": "87a14bd5-f4e0-39d2-81c0-dcf0f834040c"
+ }, {
+ "type": "unknown",
+ "id": "8a5ee802-457a-3a66-b568-e8b75f2bf10e"
+ }, {
+ "type": "unknown",
+ "id": "b86ea197-d640-3d2a-a071-575f8f06717d"
+ }, {
+ "type": "unknown",
+ "id": "3b5d8b66-29a0-3e89-88ca-969fe32c50d1"
+ }, {
+ "type": "unknown",
+ "id": "f96ce5ce-c32f-37d9-9796-07ea4d9f122d"
+ }, {
+ "type": "unknown",
+ "id": "e3a93745-0e58-397d-8bfb-ce2ac76fa9c8"
+ }, {
+ "type": "unknown",
+ "id": "a0c582ba-57b5-394d-875f-78c2f80286c3"
+ }, {
+ "type": "unknown",
+ "id": "33bed671-eb4e-3a55-a5b6-06afa95886c4"
+ }, {
+ "type": "unknown",
+ "id": "8aebd18a-b372-30ec-8aa6-ce81c7778a22"
+ }, {
+ "type": "unknown",
+ "id": "7f548721-1b3a-302f-8019-6588db38c1b4"
+ }, {
+ "type": "unknown",
+ "id": "d4381a3a-8758-3bcd-8eda-0d6123a0266e"
+ }, {
+ "type": "unknown",
+ "id": "502d484d-9fde-3e03-acc3-5945db2453c7"
+ }, {
+ "type": "unknown",
+ "id": "47c949c5-44c0-33e3-8b60-aef80637d21f"
+ }, {
+ "type": "unknown",
+ "id": "88419db3-e03a-3fe0-8c13-1273a445e1a2"
+ }, {
+ "type": "unknown",
+ "id": "65193091-483d-3852-967a-b94f8b82a646"
+ }, {
+ "type": "unknown",
+ "id": "b2083bcb-225f-35ee-a03f-50ec0b2b595a"
+ }, {
+ "type": "unknown",
+ "id": "cc71a808-2153-3bc8-8537-190921abc289"
+ }],
+ "continuation": "",
+ "more": 86,
+ "enrichment_ids": [],
+ "fetched": 24,
+ "stream_items": [{
+ "type": "article",
+ "id": "16f9f18d-d40a-313b-a0cd-070c86f36465",
+ "title": "&amp;#39;Growing Pains&amp;#39; Star Alan Thicke Dead at 69",
+ "link": "https://gma.yahoo.com/growing-pains-star-alan-thicke-dead-69-033106505--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/sCg_Njmwgxk4FoyfmJyosg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-alan-thicke-er-161213_16x9_992.jpg",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/sCg_Njmwgxk4FoyfmJyosg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-alan-thicke-er-161213_16x9_992.jpg",
+ "defer": 1
+ },
+ "summary": "Alan Thicke, the actor best-known for his starring role in the 1980s sitcom &amp;quot;Growing Pains,&amp;quot; died Tuesday at age 69. A publicist for Thicke&amp;#39;s son, Robin, said the actor suffered a heart attack in Los Angeles. Born in Canada, Thicke enjoyed a successful career as a writer, producer and",
+ "interestString": "WIKIID:Alan_Thicke|WIKIID:Growing_Pains|YCT:001000031|YCT:001000069|YCT:001000075|YCT:001000291",
+ "i13n": {
+ "cpos": 1,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "16f9f18d-d40a-313b-a0cd-070c86f36465",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "ada486f6-2ab7-3c6c-ad90-0c1bfe85c059",
+ "title": "Trump Picks Rep. Ryan Zinke for Interior Secretary",
+ "link": "https://gma.yahoo.com/trump-picks-rep-ryan-zinke-interior-secretary-033106503--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "summary": "President-elect Donald Trump today offered Rep. Ryan Zinke of Montana the job of secretary of the interior in his administration, senior Trump adviser Kellyanne Conway said on Fox News tonight.When reached by ABC News, a spokeswoman for Zinke declined to comment on whether he has accepted the position",
+ "interestString": "WIKIID:Donald_Trump|WIKIID:Ryan_Zinke|WIKIID:Kellyanne_Conway|WIKIID:United_States_Secretary_of_the_Interior|YCT:001000661",
+ "i13n": {
+ "cpos": 2,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "ada486f6-2ab7-3c6c-ad90-0c1bfe85c059",
+ "ct": 1,
+ "pkgt": 3
+ },
+ "template": "default"
+ }, {
+ "type": "ad",
+ "id": "32474069017",
+ "title": "IFC Markets. Forex &amp; CFD trading",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=_EyQATMGIS8JBPPVxp2hqZgyzs_01BpGtKX98b0BOXU67G4QpKxsgMsqA2wXXjzyf5QcUtnFvTwKfyDIgir2mMNxxFevzUTSjSd5W7V52uQJkEdOA7WPPTHXGdJfz3JuS2oEAXMezQ4DUlNT3EQohO0sENVDcRABda0CP70rfLiBc3N3o_3tAZK7j4oTkbVSZXECyJB9W_g_P2m8u4qPKqXyChjt8J1717PN83H5Ig1FsSR6XGCMTJQCRtKuR1r4h4.4FnTy2gL5UBbTdNN8owlSSuy9b3rMLCyJewIzqj_lPHqbxmTQuxHdZURQGsmsUjAINUY_7K.tAo0WQFvSK.6he4as5O8d.S0Ja5qdPkN3_T21MVycgPUntTVFNqBdDBCjEocCrk_02Afph6Ey7W6Hk1MdzstgG2sI0PQbGq6ApN1EdrOk2hpgC3jbABrZnsG4oTxbPjDB2OTz_93vOm8aYVEWI54E2gRWGwzRh_oNvX2eMBvQ6ScMdmn3jGyFkUsYicv9QwcRT5r0lxM_6Mgu.4VRMA59G6hHw9K1HcY8HPZdE84ZLEOHk2Jy2Jq._wNAApOp9_kt4c1qHBdQHO3B.cr29vczq0N2b0Lj5pmDQvHrUP3cuBn1hNMJtaG0wUeYXI0Ftw--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia",
+ "publisher": "IFC Markets",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=Zv7NRTwGIS9PlEDKmbZLuAyhnT_wOWxOvDc4UBcVLuBExQRZaXHv9Z_oIPzknzLPmTGCXnV3wmYYWEVJhUoFdEc2tGARbxdHvmOtAwUAmDG_nWE688ii8ZGs.CPhh0bzpZVIsqDiBE9dwz2PID5B6Xnxc_2eHpH6hHs5XpPVuygW.egEacfNgWn1_r5lKcS.2_5WP2OCRN6mFF522og1en7zpySl9LDc5oa8V7i1Mq5Lx_Ysp9aQc_s1NiJUqwRBkTz4VYKKQOmn4kyd93v3yTo0.dYBlVzTfUczkwQPGuMD8RyFSkhmhmSoNn4lObLCvcHySZAjv69j3ewOng73dudP.ut_BNJwHSWbb5_vV_qkA4IuUnw59mhRZHCvZGsWzAicFEoFman_ObiT8RVFe4MM&amp;ap=3",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/NKp6SzyjFLstHsK_F3XPng--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/a7e2aee2ff701ba5de82f3b1f5180f46.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "Excellent Conditions for Professional Trading! 500+ trading instruments. 2 regulations: CySEC and BVI FSC. 100% dividend adjustment on stock CFDs.",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 3,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32474069017",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }, {
+ "type": "article",
+ "id": "f19aca0b-c4b8-3be7-8ce8-a23789fb7b96",
+ "title": "Syrian Government Reportedly Kills Dozens of Civilians in Aleppo, Some &amp;#39;on the Spot,&amp;#39; UN Says",
+ "link": "https://gma.yahoo.com/syrian-government-reportedly-kills-dozens-civilians-aleppo-spot-122713123--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/zC1RIM0_sKKcJCXxKiG9eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/f0f8fa7a03e5920e4ca30b8ebb91481e",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/zC1RIM0_sKKcJCXxKiG9eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/f0f8fa7a03e5920e4ca30b8ebb91481e",
+ "defer": 1
+ },
+ "summary": "Eastern Aleppo has fallen, and military activities there have stopped, according to Russia&amp;#39;s United Nations ambassador. &amp;quot;The Syrian government has re-established control over eastern Aleppo,&amp;quot; Vitaly Churkin told the U.N. Security Council on Tuesday. Residents of eastern Aleppo told ABC",
+ "interestString": "WIKIID:Aleppo|WIKIID:Council_of_Ministers_%28Syria%29|YCT:001000713|YCT:001000661",
+ "i13n": {
+ "cpos": 4,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "f19aca0b-c4b8-3be7-8ce8-a23789fb7b96",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "da0a1fba-50dc-3111-b6f6-70dd528f4257",
+ "title": "Founder of CorePower Yoga Trevor Tice Found Dead Under &amp;#39;Suspicious Circumstances&amp;#39; in California, Police Say",
+ "link": "https://gma.yahoo.com/founder-corepower-yoga-trevor-tice-found-dead-under-021223966--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/AT3Vo19rKmTTy1XMTa93Tg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-san-diego-death-scene-jt-161213_16x9_992.jpg",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/AT3Vo19rKmTTy1XMTa93Tg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-san-diego-death-scene-jt-161213_16x9_992.jpg",
+ "defer": 1
+ },
+ "summary": "The founder of CorePower Yoga was found dead under &amp;quot;suspicious circumstances&amp;quot; in a San Diego, Calif., home. The San Diego Police Department said it received a call for a welfare check at a home on Monday at about 12:15 p.m. Responding officers found a man identified as Trevor Tice dead inside",
+ "interestString": "WIKIID:CorePower_Yoga|WIKIID:San_Diego_Police_Department|WIKIID:San_Diego|YCT:001000291|YCT:001000667|YCT:001000780|YCT:001000288",
+ "i13n": {
+ "cpos": 5,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "da0a1fba-50dc-3111-b6f6-70dd528f4257",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "6470aced-4402-3388-b298-eb5e7fe6ea74",
+ "title": "Woman Shares Her Journey From Fitness Competitor to Cancer Fighter: &amp;#39;I&amp;#39;m Learning to Love Myself Again&amp;#39;",
+ "link": "https://gma.yahoo.com/woman-shares-her-journey-fitness-competitor-cancer-fighter-003315567--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/frVBZVk9xOJiteGalRep8w--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-cheyenne-clark-jt-161213_v4x3_16x9_992.jpg",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/frVBZVk9xOJiteGalRep8w--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-cheyenne-clark-jt-161213_v4x3_16x9_992.jpg",
+ "defer": 1
+ },
+ "summary": "Cheyann Shaw, 23, has been documenting her journey from bikini fitness competitor to cancer fighter on social media to help raise awareness about the disease and to inspire others facing their own difficult battles. A photo recently posted to Instagram -- showing what Shaw&amp;#39;s body looked like before",
+ "interestString": "YCT:001000395|YCT:001000427|YCT:001000441",
+ "i13n": {
+ "cpos": 6,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "6470aced-4402-3388-b298-eb5e7fe6ea74",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "f113e675-474d-3951-9431-569dd45eb537",
+ "title": "What Critics Are Saying About &amp;#39;Rogue One: A Star Wars Story&amp;#39;",
+ "link": "https://gma.yahoo.com/critics-saying-rogue-one-star-wars-story-182413846--abc-news-celebrities.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/Rq7h_w4vZwH7jSc00hOMjw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/27ec846c4c5aaa4323c702ed050d291a",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/Rq7h_w4vZwH7jSc00hOMjw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/27ec846c4c5aaa4323c702ed050d291a",
+ "defer": 1
+ },
+ "summary": "&amp;quot;For sheer scene-stealing wow, though, you can&amp;#39;t beat Donnie Yen as Chirrut Imwe, a blind warrior monk, and Riz Ahmed as Bodhi Rook, a nutjob Imperial pilot now siding with the rebels. Best of all is Alan Tudyk as the voice of K-2S0, a security droid with a mouth on him,&amp;quot; he added. Vanity",
+ "interestString": "WIKIID:Peter_Travers|WIKIID:Star_Wars|WIKIID:Rolling_Stone|YCT:001000031|YCT:001000076|YCT:001000075|YCT:001000079",
+ "i13n": {
+ "cpos": 7,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "f113e675-474d-3951-9431-569dd45eb537",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "fb3d831c-9dab-36e1-9fe8-ca328b6d3041",
+ "title": "Evangelical Leader Tony Perkins Blasts Rex Tillerson as Trump&amp;#39;s Pick for Secretary of State",
+ "link": "https://gma.yahoo.com/evangelical-leader-tony-perkins-blasts-rex-tillerson-trumps-210816203--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/AqmTwaPXfpyxvEePvI73qw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/GTY-tony-perkins-01-as-161213_16x9_992.jpg",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/AqmTwaPXfpyxvEePvI73qw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/GTY-tony-perkins-01-as-161213_16x9_992.jpg",
+ "defer": 1
+ },
+ "summary": "Perkins wrote in a blog post published Monday, “To hear that Donald Trump may be appointing a man who not only led the charge to open the Boy Scouts to gay troop leaders but whose company directly gives to Planned Parenthood is upsetting, at best.",
+ "interestString": "WIKIID:Donald_Trump|WIKIID:Boy_Scouts_of_America|WIKIID:Rex_Tillerson|WIKIID:Tony_Perkins_%28politician%29|WIKIID:Planned_Parenthood|WIKIID:ExxonMobil|YCT:001000661",
+ "i13n": {
+ "cpos": 8,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "fb3d831c-9dab-36e1-9fe8-ca328b6d3041",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "3ca4dab5-bb07-3a9b-a538-401da333f694",
+ "title": "Kanye West Says He Discussed &amp;#39;Multicultural Issues,&amp;#39; Chicago Violence With Trump",
+ "link": "https://gma.yahoo.com/kanye-west-meets-donald-trump-york-150850439--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/lkAOQAcPGFRkIpuSQydxYQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/d9bc62c444ad53f08a514cee770a9862",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/lkAOQAcPGFRkIpuSQydxYQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/d9bc62c444ad53f08a514cee770a9862",
+ "defer": 1
+ },
+ "summary": "President-Elect Donald Trump met with rapper Kanye West at Trump Tower today, discussing &amp;quot;multicultural issues,&amp;quot; bullying and violence in Chicago, according to the rapper.Trump appeared to have a slightly different take on the meeting, saying the men &amp;quot;discussed life.&amp;quot;&amp;quot;We’ve been",
+ "interestString": "WIKIID:Trump_Tower_%28New_York_City%29|YCT:001000661",
+ "i13n": {
+ "cpos": 9,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "3ca4dab5-bb07-3a9b-a538-401da333f694",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "ad",
+ "id": "32588460847",
+ "title": "Apply for the 2017 US Green Card Lottery",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=KM6PMZQGIS_d7tLRcAGm2SfAmkfgz_VFgJxeAhqA6c7Obp4g26tCZgIkylW2cJIvqP59JNT1I9.ooT8Z06wHYwXA38o2luemXMHyvykcaaxZuEPLFhP4JYrjWc.gsDbVBQeC1BnLTRGGHIIq4vL3gihT2Gty4zxwHAJNOgKEjWsqC3Wwyb6l8CtBy3lquirYoKN0q0H.UzEWr4iIRjzSTzHuZ42sc.rcfNhPw.rEYqCDV42lFyH_ILlVHfGtxI9iQv.bK8hkaW4khKiVkBSIVk03_9jzkBVHqLHq3ZF5YCuFBP9SO6GIYOECWmj3Ik8ItOJVP9caZshYlvfDTwobXMRsm5a4j33oQrYkrj6uazgvGfYkHptP6.sIrnISf2l0KafBuej27dgWlfe8Rt.k0vOdv_iZ9Lba5W4WDy3Zbj0U4ZrKUyMjPekc8QOnYVuLypaw1ScRYmq8HNUOYa12znlheghAqFOAl9bG0L0bxLnQQghx3dcu5rUSaqYBKZK_s2ZMqhVtIGgtfhPgSIGVRTvxYRFyxMyLliqY7bhVgqIep_FP6L0rj9CcfbG6Yd.gu2Mety.e39B1xWJBsu7fs1vFKzfFn5qnCRxTB8Jima0xbZJK%26lp=https%3A%2F%2Fwww.globalusagreencard.org%2Flanding_page%2Fv3%2F%3Futm_source%3Dyahoo_gemini%26utm_medium%3Dcontent%26lang%3Den-EN%26r%3DYG%26c%3Deast%26adg_id%3D32588460847",
+ "publisher": "Global USA Green Card",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=uYfVWIsGIS93x286R7DeIk1ISkOlZdozdC1hQViI5Za.ImCfoSNpADpTc_Uv1dQVDlyAo3J9_4DtL5Z5qn.CbMKeGlv0dEMS4qXUGXiLzmNMBH34RAuLS80S8jWlOZcVYX2p9B37mnJNf91FVIGTUHvIau2v5FZaMkgagKug9xtFvbmtRezj_hL2aJ1IZ8y9IjKNcet4Ndggk6u6tUmmcgSkh0IZx8ZjMgGCtBX8hswt5xhChoiVu.f.TT187nj0trCCultodT4fH8Gg3JTEPS3z_Gr_EFvTfglRTYZDyrE0MS2My4hLzOfFV2G514.WxXF2hYlW0PAa6J50PxukCqIqvgiwjphciHvfjzm7K5k9EAvgULgkwEuMnMCB9kiQV92n9vRQhuXih9xMutWweizJ1AI-&amp;ap=10",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/GF1FscDQnXczQKoNSUFZYg--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/8a5b4113cc4325cb8be827aab4bba1aa.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "A US Green Card could be yours!",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 10,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32588460847",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }, {
+ "type": "article",
+ "id": "48897845-e806-3216-b2ae-4213132dbf4e",
+ "title": "Man Who Says Relatives Were Killed by US Drone Strike Heads to Federal Court",
+ "link": "https://gma.yahoo.com/man-says-relatives-were-killed-us-drone-strike-164206896--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/lsSVyqvn7P.UlvhuWHAlGA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-yemen-drone-faisal-bin-ali-jaber-jc-161212_16x9_992.jpg",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/lsSVyqvn7P.UlvhuWHAlGA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-yemen-drone-faisal-bin-ali-jaber-jc-161212_16x9_992.jpg",
+ "defer": 1
+ },
+ "summary": "Faisal bin Ali Jaber, a Yemeni man who claims he lost members of his family in a U.S. drone strike, was set to attend a U.S. appellate court hearing today regarding the alleged incident in what could become a landmark case. Jaber, an engineer, spoke to ABC News about the alleged drone strike, which",
+ "interestString": "WIKIID:Barack_Obama|WIKIID:Ali_Jaber|WIKIID:Drone_strikes_in_Pakistan|YCT:001000661|YCT:001000713|YCT:001000780|YCT:001000720",
+ "i13n": {
+ "cpos": 11,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "48897845-e806-3216-b2ae-4213132dbf4e",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "a5b99a73-2049-31d8-8698-d763766cc1f4",
+ "title": "Veteran Who Received Life-Changing Double-Arm Transplant Shows Off Progress",
+ "link": "https://gma.yahoo.com/veteran-received-life-changing-double-arm-transplant-shows-205806453--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/Seiaq_unMwSR3jFTOwKZbQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_arm_transplant_02_as_161005_16x9_992.jpg",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/Seiaq_unMwSR3jFTOwKZbQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_arm_transplant_02_as_161005_16x9_992.jpg",
+ "defer": 1
+ },
+ "summary": "Just four months after undergoing a life-changing double-arm transplant, John Peck shared how far he has come by releasing a video of him being able to control his elbow. Peck shared a video on Monday in which -- with the help of a therapist -- he slowly and carefully practices moving his right elbow",
+ "interestString": "WIKIID:John_Peck_%28Australian_rules_footballer%29|YCT:001000545",
+ "i13n": {
+ "cpos": 12,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "a5b99a73-2049-31d8-8698-d763766cc1f4",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "e8961efb-8186-3082-ba8a-5b6154092ee3",
+ "title": "Deck the Halls With These Awkward Family Holiday Photos",
+ "link": "https://gma.yahoo.com/deck-halls-awkward-family-holiday-photos-195305687--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/3yUy9V1KP5MOjyFABbF1Eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2943a3aa244127daf2794fb1f63ec3a0",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/3yUy9V1KP5MOjyFABbF1Eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2943a3aa244127daf2794fb1f63ec3a0",
+ "defer": 1
+ },
+ "summary": "Gathering together for holiday family photos can be fun, or it can be disaster. Perhaps Uncle Larry had too much eggnog, or Aunt Sally insisted on everyone wearing her hand-knit Christmas sweaters, or maybe the little kids just couldn’t handle smiling for a single shot. And if you haven’t giggled enough",
+ "interestString": "WIKIID:Aunt_Sally|YCT:001000031|YCT:001000780|YCT:001000071",
+ "i13n": {
+ "cpos": 13,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "e8961efb-8186-3082-ba8a-5b6154092ee3",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "fea9ada4-c1b7-3c58-bbea-8da308640f57",
+ "title": "Hospital Cafeteria Worker Saves Thousands of Dollars to Buy Toys for Kids at Christmas",
+ "link": "https://gma.yahoo.com/hospital-cafeteria-worker-saves-thousands-dollars-buy-toys-154543711--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/NQZt7ctmogRo_g6ugUUKGw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c7aeb63563dc1722f6c98e3262acb445",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/NQZt7ctmogRo_g6ugUUKGw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c7aeb63563dc1722f6c98e3262acb445",
+ "defer": 1
+ },
+ "summary": "Jessie Tenyani has no children of her own, but for each of the past eight years, she has put away thousands of dollars from her paycheck as a hospital cafeteria worker to buy toys for kids for Christmas. Tenyani, 55, of Chicago, hand-picks the toys, as many as 1,000 each Christmas, and donates them",
+ "interestString": "WIKIID:Christmas_club|WIKIID:Christmas|YCT:001000780|YCT:001000395|YCT:001000560|YCT:001001060|YCT:001001062|YCT:001000295",
+ "i13n": {
+ "cpos": 14,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "fea9ada4-c1b7-3c58-bbea-8da308640f57",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "5a111841-a550-38c2-baa6-a719288d4a29",
+ "title": "Video Captures Moment Police Drag Uncooperative Passenger off Delta Flight",
+ "link": "https://gma.yahoo.com/video-shows-police-dragging-woman-off-delta-flight-193904310--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/0TVxONSnPzpWrgwJ700.Ew--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-Woman-Off-Delta-Flight-MEM-161213_16x9_992.jpg",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/0TVxONSnPzpWrgwJ700.Ew--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-Woman-Off-Delta-Flight-MEM-161213_16x9_992.jpg",
+ "defer": 1
+ },
+ "summary": "A video has surfaced showing an airport police officer dragging a passenger by her wrists face-up along a carpeted aisle to the front of a plane. The video then shows a second officer grabbing the passenger by the ankles to help lift her to the exit.The passenger was removed from the flight for failing",
+ "interestString": "WIKIID:Delta_Air_Lines|WIKIID:Airport_police|YCT:001000667|YCT:001000992",
+ "i13n": {
+ "cpos": 15,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "5a111841-a550-38c2-baa6-a719288d4a29",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "3c72182d-1f31-31f6-8fda-6916938be05f",
+ "title": "Wife Creatively Includes Deployed Air Force Husband in Family Christmas Card",
+ "link": "https://gma.yahoo.com/wife-creatively-includes-deployed-air-force-husband-family-183904735--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/y9wkR2ZsvhhQzjh91lRgRA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c67e407fc84680e75ba8dcd4af3c2e55",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/y9wkR2ZsvhhQzjh91lRgRA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c67e407fc84680e75ba8dcd4af3c2e55",
+ "defer": 1
+ },
+ "summary": "Ain’t no mountain high enough, ain’t no valley low enough, ain’t no river wide enough to keep this military wife from including her deployed husband in their family Christmas card. Ashley Sistrunk was feeling a bit down after seeing all her friends’ family holiday photos on Facebook, so she came up",
+ "interestString": "WIKIID:Christmas_card|WIKIID:Christmas|WIKIID:Facebook|YCT:001000780|YCT:001001062",
+ "i13n": {
+ "cpos": 16,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "3c72182d-1f31-31f6-8fda-6916938be05f",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "ad",
+ "id": "32572483510",
+ "title": "Cyber LG Stylo 2 Deal",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=1Vg_vM8GIS_jYbYOgkZwvFcEzB9pYLoQHDL4ZHqI.C9U4KSUiJIz5WAZWJ21cEn9R5MRZ77c2A_YsTspV1WODtvJY2wjlAFCuaNwUw5QjzcgCOo71IkkFQsbr.UaQLOID5DzN3eqhX9UhOme.BWfoyWYMmiLAhpoOYMdUbFUHYdGhSDeWNLfz3mQNg8KUUHy.DMrRqMAf9tMwawHwabEL9dsMG4zG__W0NAhtQ7M9iygHtRVNyYgkeoNqwDKi2O4aq_4dq_s2xVmSq30FEeaJ2BBxLD9mFJdkColTLJSi8Qv7FXkHdgERIeHh8D4s4x1vSybJycTqwVS4Kd0gyj4RjGC7TQGEqZJ4QjX8WudfdrgAvY934zbe3_uec9rKPD6WhPqBXObktwzO0uBqy6ukKCeaI5dZ.P3D7cEZhYfSznK0Rjr_eo3kp13rOVYi.tDzFbfRvEi_02PLSN9bjdlnnlkhMJvsSs0rS_6u0aDhuUDjE_0Tv9BzsAVx8iFYE6psri5G7aOCQuiwOW0ohNiec9qM08q_LufKVYHh8yauT3mpPyd16yQXt_EedFjE0q6Nx3VoECkd4l7_IxlbvvpW2cRJ5f0XZZcYPNAAx2ZnHusfv_D.s76TFqHaA8raOvijxnGbTPG1vaqYH_08Mjij8bRzZ1ybameGnDclan37cKQTCvLjrXa0zGBZ1ROkwanmFqlLr5nNQ2LV.ey3nzUq0DTDZ2fB7572R65FcuOUoIY74sABMqSqCLubeBfD2SR7fFl6BuPvwEJDQ5AWU58as6YG_iICUXdB_y4QROTmbK9Yx0vAnPq4aABb3ALRn49rU0.ex2REO5GfZAqgbybwkvNmVM9MoUNWCfaWGkJ9bsoDamiGRINy6MtsBOD7yBlGaD7BJyir7Exn5a1fnnd06i.wG1G3Ee4_R.T2gSFwegVkAIsBmVj9ukYh3.8hi2E2jwoI0u7NctdBeTI3Mgi3xyPZKNMVxDuj6j6gVkU08IDtRgIKL94eOJr351fMk3fTtDw40SIo3O4i2vfu_LfOyRgP_gku0dVSJcgNxzCgg0FIg8gTkeTDdI1TdNM9Pei0sPOiInzU5mxoUwFi6NRPlqpYyaMBx7CuBuGrLZIJo4nWLiyBgrEJEtvpLpbWMK4KpFOw4n8YIxSp35Wcn8vEmTAsDoZH1ArNWBiNiFL2QvlNSzBvWHMLiosv4zETWMC3H5RTyc6ISnPYyP.0U_5TLG77eokuxnxgXk3fegWJBA-%26lp=http%3A%2F%2Fbs.serving-sys.com%2FServing%2F%3Fcn%3Dsearch%26semdid%3D7_353219189_9113774098_lfrv2jCE%26semid%3D1%26seid%3D7%26semuserid%3D%26advid%3D108226%26mmx%3D%24%24sekwid%3D%26seadid%3D32572483510%26sekwtxt%3D%26matchtype%3D%24%24%26semdata%3D%24%24mkwid%3Dlfrv2jCE_32572483510___c%26mtid%3D744he937470%24%24%26urtu%3Dhttp%253A%252F%252Fd.agkn.com%252Fpixel%252F7636%252F%253Fatr%253D%2526col%253D37470%252C103%252C103353219189%252C%252C%252C%2526l0%253Dhttps%253A%252F%252Fwww.cricketwireless.com%252Flg-cyber-deals.html%253Fwoo_campaign%253DSEM%2526woo_source%253DYAHGEM_PPC%2526woo_medium%253Dkeyword%2526woo_content%253DQ4%252BHeavy-Up_TMobile%252BCustomers%2526woo_term%253D",
+ "publisher": "Cricketwireless.Com/LGG2",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=aVA0ALEGIS.2IGI6Mye0PdVFiCieLGgTjhXdf314JNtY_uhF1ag5aqnDFuvyJ0pHgrjBm7p0__mTpHzF2NK6M29l3rxhySqz6PuhUYFW1H7gVXs.tqRSTpkjOFaC32XasHxNwV1oC0wKHT4KhmkqME8RYFAppdIrDg0SWFzgAdRh6VJkae8yHbWffOKjHl3N6GdOEpljtzrv8whA856peHnxcViukLyIGGChTyBymXbTqEB67DcXJudhqbV6MrFEU.cZmSasO7wo_FxgzV5OFCqw3RKdDQNTzC5ces8L63_cGn0uGdp2fPWhTEg5vikPJwqN0L7Ac1jZ3FJ8uuErI0IZ0U_xw9L6mKgwD6sls_kjxDJ.WBC5m409.qATpP3hUQgHpjyxhwC6flzjbkU-&amp;ap=17",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/m_UyoICU1famxwC5nvD6LA--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/9807f365e14c7964db0ac90a6a8b4899.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "$49.99 Limited Time. Req’s New Line of Svc w/ Qual. Plan. See Details.",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 17,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32572483510",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }, {
+ "type": "article",
+ "id": "2394698c-069b-3ef9-8e2b-7a14e5100aaa",
+ "title": "How a Single Senate Republican Could Tank Rex Tillerson&amp;#39;s Nomination",
+ "link": "https://gma.yahoo.com/single-senate-republican-could-tank-rex-tillersons-nomination-175313186--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/9H79BlxjP4W46wnZg8ujkQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/498a37e3439ddb9a9f714dbb49f67656",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/9H79BlxjP4W46wnZg8ujkQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/498a37e3439ddb9a9f714dbb49f67656",
+ "defer": 1
+ },
+ "summary": "Marco Rubio is not the only Republican senator to express concerns about President-elect Donald Trump’s pick for secretary of state, Rex Tillerson, over his connections to Russian President Vladimir Putin. If all nine Democrats on the panel vote against Tillerson, they would need only one of the committee",
+ "interestString": "WIKIID:United_States_Secretary_of_State|WIKIID:United_States_Senate_Committee_on_Foreign_Relations|WIKIID:United_States_Senate|YCT:001000661",
+ "i13n": {
+ "cpos": 18,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "2394698c-069b-3ef9-8e2b-7a14e5100aaa",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "14c217dd-6b60-33df-b94d-5ffe857ccf54",
+ "title": "Frito-Lay Drops Doritos Super Bowl TV Advertisements",
+ "link": "https://gma.yahoo.com/frito-lay-drops-doritos-super-bowl-tv-advertisements-145007590--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/x21gttFHX..Ch3MxLkSlvA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/0dbce825690bb482e81a8a91c43e3842",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/x21gttFHX..Ch3MxLkSlvA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/0dbce825690bb482e81a8a91c43e3842",
+ "defer": 1
+ },
+ "summary": "Frito-Lay is closing the bag on its popular Doritos commercials for Super Bowl 2017. GoDaddy stepped out of 2016&amp;#39;s advertisements and Toyota has announced it will not run commercials during Super Bowl 51 on Feb. 5, also citing a marketing strategy.",
+ "interestString": "WIKIID:Frito-Lay|WIKIID:Super_Bowl|YCT:001001126|YCT:001000002|YCT:001000001",
+ "i13n": {
+ "cpos": 19,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "14c217dd-6b60-33df-b94d-5ffe857ccf54",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "48b9bac6-44bb-3433-80e3-5b1d3594e625",
+ "title": "LeBron James &amp;#39;Humbled&amp;#39; by SI Sportsperson of the Year Award",
+ "link": "https://gma.yahoo.com/lebron-james-humbled-si-sportsperson-award-172406720--abc-news-celebrities.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/rXzfDI6FRQC5bHBRohF0iQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2057633e69d5e076b25a8a4c5f2ce4ef",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/rXzfDI6FRQC5bHBRohF0iQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2057633e69d5e076b25a8a4c5f2ce4ef",
+ "defer": 1
+ },
+ "summary": "LeBron James was honored Monday night in Brooklyn, New York, at the annual Sports Illustrated sportsperson of the year event, which celebrated his commitment to his team, his sport and the city of Cleveland. Robin Roberts of &amp;quot;Good Morning America&amp;quot; caught up with James at the ceremony to discuss",
+ "interestString": "WIKIID:LeBron_James|YCT:001000001|YCT:001000012",
+ "i13n": {
+ "cpos": 20,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "48b9bac6-44bb-3433-80e3-5b1d3594e625",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "0faf9f17-96c0-368f-9bbc-5baf33074cee",
+ "title": "Illinois Woman and Her Dog Rescued After Falling Into Frozen Pond",
+ "link": "https://gma.yahoo.com/illinois-woman-her-dog-rescued-falling-frozen-pond-141908648--abc-news-lifestyle.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/RxhLmJql_Z5GEZvpiQ1BhA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/19c07daff025df71f8202f8d13e0c238",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/RxhLmJql_Z5GEZvpiQ1BhA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/19c07daff025df71f8202f8d13e0c238",
+ "defer": 1
+ },
+ "summary": "An 8-year-old boy has been credited with saving his mother and his dog&amp;#39;s life after he called 911 when the two fell into an icy pond in Illinois this past weekend.Cathy Medernach, 48, told ABC News that she and her son Caden, 8, were taking their Labrador retriever, Bailey, out for a walk behind",
+ "interestString": "YCT:001000560|YCT:001000611|YCT:001000637",
+ "i13n": {
+ "cpos": 21,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "0faf9f17-96c0-368f-9bbc-5baf33074cee",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "3cbee4b7-2568-3903-a977-24db6d8347bb",
+ "title": "5 Major Foreign Policy Challenges Facing President-Elect Donald Trump",
+ "link": "https://gma.yahoo.com/5-major-foreign-policy-challenges-facing-president-elect-201105415--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/FQvHaYiTkzJ6OCASS_dY7g--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/ddb938bd2b3017e5920963e2ffd2559e",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/FQvHaYiTkzJ6OCASS_dY7g--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/ddb938bd2b3017e5920963e2ffd2559e",
+ "defer": 1
+ },
+ "summary": "In January, President-elect Donald Trump will have to turn his attention to governing domestically and shaping his vision for U.S. foreign policy – and he will do so with the help of his secretary of state. On Tuesday, Trump nominated ExxonMobil CEO Rex Tillerson to help him navigate America&amp;#39;s biggest",
+ "interestString": "WIKIID:Donald_Trump|WIKIID:Rex_Tillerson|WIKIID:Syria|WIKIID:Russia|WIKIID:Turkey|WIKIID:Vladimir_Putin|YCT:001000661|YCT:001000680",
+ "i13n": {
+ "cpos": 22,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "3cbee4b7-2568-3903-a977-24db6d8347bb",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "article",
+ "id": "bd3edcb9-cd20-3482-a5a5-308d8cc217f4",
+ "title": "Arctic Assault This Week With Possible Record-Breaking Cold, Chicago to New York",
+ "link": "https://gma.yahoo.com/arctic-assault-week-possible-record-breaking-cold-chicago-181307998--abc-news-topstories.html",
+ "publisher": "Good Morning America",
+ "images": {
+ "square": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/o9N89Reu8J3us55f_Bdq4Q--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/fe802fc2ef9b5fd433eca3131e12ae7f",
+ "defer": 1
+ }
+ },
+ "image": {
+ "height": 82,
+ "width": 82,
+ "url": "https://s.yimg.com/uu/api/res/1.2/o9N89Reu8J3us55f_Bdq4Q--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/fe802fc2ef9b5fd433eca3131e12ae7f",
+ "defer": 1
+ },
+ "summary": "This week, the displacement of a polar vortex will bring the coldest air this early in the season in more than a decade to a wide swath of the country, from Chicago to New York City. If Chicago stays in the single digits for highs on Thursday, this will be the coldest late fall weather since 1995.",
+ "interestString": "WIKIID:New_York_City|WIKIID:Polar_vortex|YCT:001000637|YCT:001000659",
+ "i13n": {
+ "cpos": 23,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "g": "bd3edcb9-cd20-3482-a5a5-308d8cc217f4",
+ "ct": 1,
+ "pkgt": 4
+ },
+ "template": "default"
+ }, {
+ "type": "ad",
+ "id": "32573871566",
+ "title": "How To Budget Your Money with One Simple Rule",
+ "link": "https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=Wxo.YS4GIS9wMGM7igB1Zk9dp0XWciRRPl6._XxuRj3TjSHCiQmWk5CmrKmS56ieIjZtpdxnPuxlAUpef9LIiuX3RAQCuTkRCYXDRvWgdy30taH.r58.vSJZhHowP00ey.A5qY3Jk840sfboj1NUQZ0qRrHolchs6Jwz_5tLp1uBMWTW2KjQQyL8vhtJrt04IOhlDCUik.CY9x2URV7ihb4XZ2qL_.q6G_K2ydQ72PLdDvIoi7ZV.vNsy8hIwFMPdo9n.NKL2DBVs2YsD8pWDqJgztTY90hzzVyBooUxShqNKcHHHReT82MZAQwuYr6c1E3C9NS7sPEJuxu.d5x0m7KvKzSbO6VejrFkN1J7fqHRWMNsU__2vLGzZGYyH47Jns2T3EM_z2MJSiXm7QmrELPg2P6eGWaXJQ0CgMugL46gmtXKZ1lIM9sn32YbUVHABtbn8drdMibTxQ3RqXoNQgWOJxeSdV3Kz73YORJXnE2t0tQKDfNpLQTDT1l63wg4S3Yz7e_l_QaP_eK1A9oSKE5pKLHgTIcQCJAaWCIBoVlUASpqFlzJKT.jKnywHsSE8TwZ4ekMJ97uQy.u53AkNxP7uGsGfhB4ARzE7tfKmUaACLMO_3muHQDFiIB.xGWXlIQl2R7zEpGGirnxCAxZkJAcmw--%26lp=https%3A%2F%2Fwww.learnvest.com%2Flp%2Fhow-to-budget-your-money-with-the-502030-guideline%2F%3Futm_source%3Dyahoo%26utm_medium%3Dpaidcontent%26utm_campaign%3DYahoo_Custom_Audience%3A_Personal_Finance",
+ "publisher": "LearnVest",
+ "beacon": "https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=ysl3cA8GIS_Ce8UN3J1O5G_Dz28vS6.XFEPlNzo5g32_gQz8eRLtDD6LoB2kZpQAy5B6LXNjYjdR3G4eqs0HI2vWRWbpiIBhw6vzaO1X0U5tVsCLbOLFjH24.XY6SXy1x3XPkLHEtBU2HwJfq1UKL0JiGbeRy1sPVWTv0Xv5hpPv0o2qKU0c8QULwqEdD6xo57so2Rgpr4cly3ZJi17kPu6b46h.ULIj9qY.y.u.dkRWQm1MmOIyh46k9sljX.KMRJp0.T1H9_7Cz4yMng89MbMYsNxTtSZEzFfXtlHAZBuIMp2UUXUZ59eB6eaR8qFajDyzSZR8eW1RwomyXvmf23RvOSvlbwgAV9Cw8N4SuYemLTY9Q9VekwVhGLUCNvK1Hhpi.yYjlfn0JHHopadyiv_X&amp;ap=24",
+ "full_template": "ad",
+ "image": {
+ "url": "https://s.yimg.com/uu/api/res/1.2/9lbnTRUMz5bKMixhcKXeJw--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/d8727e410ab45d1349297efacfd4ad17.jpeg",
+ "height": 82,
+ "width": 82
+ },
+ "summary": "Whether you're a new parent or a new grad, our guideline can help you assess your budget so you know exactly where your money in going. Find out how.",
+ "adChoicesUrl": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "i13n": {
+ "cpos": 24,
+ "bpos": 1,
+ "cat": "LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "t1": "a3",
+ "t2": "strm",
+ "t3": "ct",
+ "ad": 1,
+ "elmt": "ad",
+ "g": "32573871566",
+ "ct": 1,
+ "pkgt": 4
+ }
+ }],
+ "interest_data": {
+ "WIKIID:Alan_Thicke": {
+ "name": "Alan Thicke",
+ "type": "WIKIID"
+ },
+ "WIKIID:Growing_Pains": {
+ "name": "Growing Pains",
+ "type": "WIKIID"
+ },
+ "YCT:001000031": {
+ "name": "Arts &amp; Entertainment",
+ "type": "YCT"
+ },
+ "YCT:001000069": {
+ "name": "Celebrities",
+ "type": "YCT"
+ },
+ "YCT:001000075": {
+ "name": "Media",
+ "type": "YCT"
+ },
+ "YCT:001000291": {
+ "name": "Death &amp; Funeral",
+ "type": "YCT"
+ },
+ "WIKIID:Donald_Trump": {
+ "name": "Donald Trump",
+ "type": "WIKIID"
+ },
+ "WIKIID:Ryan_Zinke": {
+ "name": "Ryan Zinke",
+ "type": "WIKIID"
+ },
+ "WIKIID:Kellyanne_Conway": {
+ "name": "Kellyanne Conway",
+ "type": "WIKIID"
+ },
+ "WIKIID:United_States_Secretary_of_the_Interior": {
+ "name": "secretary of the interior",
+ "type": "WIKIID"
+ },
+ "YCT:001000661": {
+ "name": "Politics &amp; Government",
+ "type": "YCT"
+ },
+ "WIKIID:Aleppo": {
+ "name": "Aleppo",
+ "type": "WIKIID"
+ },
+ "WIKIID:Council_of_Ministers_%28Syria%29": {
+ "name": "Syrian government",
+ "type": "WIKIID"
+ },
+ "YCT:001000713": {
+ "name": "Unrest, Conflicts &amp; War",
+ "type": "YCT"
+ },
+ "WIKIID:CorePower_Yoga": {
+ "name": "CorePower Yoga",
+ "type": "WIKIID"
+ },
+ "WIKIID:San_Diego_Police_Department": {
+ "name": "San Diego Police Department",
+ "type": "WIKIID"
+ },
+ "WIKIID:San_Diego": {
+ "name": "San Diego",
+ "type": "WIKIID"
+ },
+ "YCT:001000667": {
+ "name": "Crime &amp; Justice",
+ "type": "YCT"
+ },
+ "YCT:001000780": {
+ "name": "Society &amp; Culture",
+ "type": "YCT"
+ },
+ "YCT:001000288": {
+ "name": "Family &amp; Relationships",
+ "type": "YCT"
+ },
+ "YCT:001000395": {
+ "name": "Health",
+ "type": "YCT"
+ },
+ "YCT:001000427": {
+ "name": "Disease &amp; Medical Conditions",
+ "type": "YCT"
+ },
+ "YCT:001000441": {
+ "name": "Cancer",
+ "type": "YCT"
+ },
+ "WIKIID:Peter_Travers": {
+ "name": "Peter Travers",
+ "type": "WIKIID"
+ },
+ "WIKIID:Star_Wars": {
+ "name": "Star Wars",
+ "type": "WIKIID"
+ },
+ "WIKIID:Rolling_Stone": {
+ "name": "Rolling Stone",
+ "type": "WIKIID"
+ },
+ "YCT:001000076": {
+ "name": "Movies",
+ "type": "YCT"
+ },
+ "YCT:001000079": {
+ "name": "Movie Reviews",
+ "type": "YCT"
+ },
+ "WIKIID:Boy_Scouts_of_America": {
+ "name": "Boy Scouts",
+ "type": "WIKIID"
+ },
+ "WIKIID:Rex_Tillerson": {
+ "name": "Rex Tillerson",
+ "type": "WIKIID"
+ },
+ "WIKIID:Tony_Perkins_%28politician%29": {
+ "name": "Tony Perkins",
+ "type": "WIKIID"
+ },
+ "WIKIID:Planned_Parenthood": {
+ "name": "Planned Parenthood",
+ "type": "WIKIID"
+ },
+ "WIKIID:ExxonMobil": {
+ "name": "ExxonMobil",
+ "type": "WIKIID"
+ },
+ "WIKIID:Trump_Tower_%28New_York_City%29": {
+ "name": "Trump Tower",
+ "type": "WIKIID"
+ },
+ "WIKIID:Barack_Obama": {
+ "name": "Obama",
+ "type": "WIKIID"
+ },
+ "WIKIID:Ali_Jaber": {
+ "name": "Ali Jaber",
+ "type": "WIKIID"
+ },
+ "WIKIID:Drone_strikes_in_Pakistan": {
+ "name": "drone strike",
+ "type": "WIKIID"
+ },
+ "YCT:001000720": {
+ "name": "War",
+ "type": "YCT"
+ },
+ "WIKIID:John_Peck_%28Australian_rules_footballer%29": {
+ "name": "John Peck",
+ "type": "WIKIID"
+ },
+ "YCT:001000545": {
+ "name": "Tests &amp; Procedures",
+ "type": "YCT"
+ },
+ "WIKIID:Aunt_Sally": {
+ "name": "Aunt Sally",
+ "type": "WIKIID"
+ },
+ "YCT:001000071": {
+ "name": "Books &amp; Publishing",
+ "type": "YCT"
+ },
+ "WIKIID:Christmas_club": {
+ "name": "Christmas",
+ "type": "WIKIID"
+ },
+ "WIKIID:Christmas": {
+ "name": "Christmas",
+ "type": "WIKIID"
+ },
+ "YCT:001000560": {
+ "name": "Hobbies &amp; Personal Activities",
+ "type": "YCT"
+ },
+ "YCT:001001060": {
+ "name": "Holidays &amp; Celebrations",
+ "type": "YCT"
+ },
+ "YCT:001001062": {
+ "name": "Christmas",
+ "type": "YCT"
+ },
+ "YCT:001000295": {
+ "name": "Parenting",
+ "type": "YCT"
+ },
+ "WIKIID:Delta_Air_Lines": {
+ "name": "Delta",
+ "type": "WIKIID"
+ },
+ "WIKIID:Airport_police": {
+ "name": "airport police",
+ "type": "WIKIID"
+ },
+ "YCT:001000992": {
+ "name": "Transportation",
+ "type": "YCT"
+ },
+ "WIKIID:Christmas_card": {
+ "name": "Christmas cards",
+ "type": "WIKIID"
+ },
+ "WIKIID:Facebook": {
+ "name": "Facebook",
+ "type": "WIKIID"
+ },
+ "WIKIID:United_States_Secretary_of_State": {
+ "name": "secretary of state",
+ "type": "WIKIID"
+ },
+ "WIKIID:United_States_Senate_Committee_on_Foreign_Relations": {
+ "name": "Foreign Relations Committee",
+ "type": "WIKIID"
+ },
+ "WIKIID:United_States_Senate": {
+ "name": "Senate",
+ "type": "WIKIID"
+ },
+ "WIKIID:Frito-Lay": {
+ "name": "Frito-Lay",
+ "type": "WIKIID"
+ },
+ "WIKIID:Super_Bowl": {
+ "name": "Super Bowl",
+ "type": "WIKIID"
+ },
+ "YCT:001001126": {
+ "name": "National Football League",
+ "type": "YCT"
+ },
+ "YCT:001000002": {
+ "name": "American Football",
+ "type": "YCT"
+ },
+ "YCT:001000001": {
+ "name": "Sports &amp; Recreation",
+ "type": "YCT"
+ },
+ "WIKIID:LeBron_James": {
+ "name": "LeBron James",
+ "type": "WIKIID"
+ },
+ "YCT:001000012": {
+ "name": "Basketball",
+ "type": "YCT"
+ },
+ "YCT:001000611": {
+ "name": "Pets",
+ "type": "YCT"
+ },
+ "YCT:001000637": {
+ "name": "Nature &amp; Environment",
+ "type": "YCT"
+ },
+ "WIKIID:Syria": {
+ "name": "Syria",
+ "type": "WIKIID"
+ },
+ "WIKIID:Russia": {
+ "name": "RUSSIA",
+ "type": "WIKIID"
+ },
+ "WIKIID:Turkey": {
+ "name": "Turkey",
+ "type": "WIKIID"
+ },
+ "WIKIID:Vladimir_Putin": {
+ "name": "President Vladimir Putin",
+ "type": "WIKIID"
+ },
+ "YCT:001000680": {
+ "name": "Foreign Policy",
+ "type": "YCT"
+ },
+ "WIKIID:New_York_City": {
+ "name": "New York City",
+ "type": "WIKIID"
+ },
+ "WIKIID:Polar_vortex": {
+ "name": "polar vortex",
+ "type": "WIKIID"
+ },
+ "YCT:001000659": {
+ "name": "Weather",
+ "type": "YCT"
+ }
+ }
+ }
+ },
+ "items": {
+ "yui_module": "td-applet-stream-items-model",
+ "yui_class": "TD.Applet.StreamItemsModel"
+ },
+ "applet_model": {
+ "yui_module": "td-applet-stream-appletmodel",
+ "yui_class": "TD.Applet.StreamAppletModel",
+ "config": {
+ "ads": {
+ "adblock": false,
+ "adchoices_text": true,
+ "adchoices_url": "https://info.yahoo.com/privacy/us/yahoo/relevantads.html",
+ "ad_polices": true,
+ "count": 15,
+ "contentType": "",
+ "creative": "",
+ "darla_content": "",
+ "darla_frequency": 0,
+ "darla_max": 0,
+ "darla_start": 0,
+ "enable_large_gif": false,
+ "enable_mobile_splash": false,
+ "enable_mobile_splash_banner_img": false,
+ "enable_mobile_splash_check_player_ready": true,
+ "enable_mobile_splash_countdown": true,
+ "enable_mobile_splash_docking": false,
+ "enable_mobile_splash_docking_delay": false,
+ "enable_mobile_splash_dynamic_slot": true,
+ "enable_mobile_splash_dynamic_slot_init": true,
+ "enable_mobile_splash_dynamic_slot_init_top": true,
+ "enable_mobile_splash_dynamic_slot_scroll": true,
+ "enable_mobile_splash_dynamic_slot_select_node": false,
+ "enable_mobile_splash_dynamic_slot_viewer_close": true,
+ "enable_mobile_splash_hide_search": true,
+ "enable_mobile_splash_nav_remain": true,
+ "enable_mobile_splash_nuke": true,
+ "fallback": 0,
+ "feedback": false,
+ "frequency": 6,
+ "hq_image_size": "phone:size=hq_medium",
+ "low_res_image": true,
+ "multibeacons": false,
+ "preview": {},
+ "ratings": false,
+ "spaceid": "1197056126",
+ "splash_countdown": 5,
+ "splash_start": 4,
+ "splash_anchor_node": "spl-sticky-anchor",
+ "splash_convert_video_ad_to_vast": false,
+ "splash_convert_video_ad_to_vast_only_ogg": false,
+ "splash_docking_delay": 50,
+ "splash_node": "ad_spl-wrap",
+ "splash_pos": "MSPL",
+ "splash_search_node": "uh-big-search-button",
+ "splash_track_elm": "splashtop",
+ "splash_track_elmt": "dslot",
+ "splash_uh_node": "MobileUH",
+ "sponsored_url": "http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553",
+ "start_index": 2,
+ "timeout": 0,
+ "type": "STRM,STRM_CONTENT",
+ "version": 2,
+ "pu": "gma.yahoo.com",
+ "se": "5417407"
+ },
+ "category": "LISTID:8d64a97a-a34e-4ab8-bac1-f8a95616142a",
+ "signed_in": false,
+ "locdrop_crumb": "",
+ "js": {
+ "click_context": true,
+ "content_events": false,
+ "darla_beacons": false,
+ "full_content_event": false,
+ "filters": false,
+ "restore_filter": false,
+ "restore_state": true,
+ "restore_state_storage": "ls",
+ "show_read": true,
+ "sticker": false,
+ "sticker_toptarget": "",
+ "swipe_filters": false,
+ "track_impr_beacons": false,
+ "login_url": "https://login.yahoo.com/config/login?.intl=us&amp;.lang=en-US&amp;.done="
+ },
+ "pagetype": "contentb",
+ "partner": "",
+ "pagination": true,
+ "search_tags": {
+ "action": "https://uk.search.yahoo.com/search",
+ "frcode": "fp-cx-421"
+ },
+ "timeout": 500,
+ "total": 170,
+ "ui": {
+ "big_click_target": false,
+ "bleed": true,
+ "breaking_news": false,
+ "dislike": true,
+ "embeded_action_buttons": false,
+ "endcard_cta": false,
+ "enrichment": {
+ "inferred": "",
+ "types": "",
+ "unique": false
+ },
+ "entity_max": 9,
+ "exclude_types": "",
+ "exclude_bnb_enabled": 0,
+ "disable_tweet_image": false,
+ "featured_finance_width_oldIE": 228,
+ "featured_width": 300,
+ "featured_height": 169,
+ "featured_width_portrait": 200,
+ "featured_height_portrait": 200,
+ "fptoday_blend": false,
+ "fptoday_blend_start_index": 5,
+ "fptoday_blend_interval": 4,
+ "fptoday_blend_pkg_offset": 1,
+ "hq_ad_template": "",
+ "incremental_count": 0,
+ "incremental_delay": 300,
+ "incremental_history": 100,
+ "hq_cm_ad": false,
+ "host": "",
+ "inline_filters": false,
+ "inline_video": false,
+ "inline_video_ad_template": "feature",
+ "inline_video_template": "default",
+ "item_template": "items",
+ "like": true,
+ "limit_height": true,
+ "link_to_finance": false,
+ "listId_mixin_enabled": false,
+ "listId_mixin_start": 9,
+ "listId_mixin_interval": 10,
+ "listId_mixin_count": 17,
+ "listId_mixin_freshness_window": 48,
+ "listId_mixin_id": "a8b3e8e1-78a2-466e-85e8-91c61d22ca60",
+ "location": true,
+ "off_network_tab": true,
+ "open_in_tab": false,
+ "pcsExclusions": false,
+ "previewUrl_enabled": false,
+ "pubtime_format": "ONE_UNIT_ABBREVIATED",
+ "pubtime_maxage": 3600,
+ "search_tags": false,
+ "sfl": true,
+ "sfl_get_started_string": "SFL_LINK",
+ "sfl_get_started_title": "SFL_TITLE_ONE",
+ "scrollbuffer": 900,
+ "show_lastvist": true,
+ "social_sharing": {
+ "enabled": false,
+ "tumblr": false,
+ "facebook": false,
+ "twitter": false,
+ "mail": false
+ },
+ "stream_actions": true,
+ "summary": true,
+ "templates": {
+ "featured_ad": {
+ "batch_max": 20,
+ "max": 170,
+ "start": 0,
+ "batch": 0,
+ "total": 0
+ },
+ "featured_mobile_ad": {
+ "batch_max": 20,
+ "max": 170,
+ "start": 0,
+ "batch": 0,
+ "total": 0
+ },
+ "all": {
+ "batch_max": 20,
+ "gap": 1,
+ "max": 170,
+ "start": 5,
+ "batch": 0,
+ "total": 0,
+ "last": 23
+ },
+ "inline_video": {
+ "batch_max": 20,
+ "gap": 0,
+ "max": 170,
+ "start": 0,
+ "batch": 0,
+ "total": 0
+ }
+ },
+ "thumbnail": true,
+ "thumbnail_align": "left",
+ "thumbnail_hover": true,
+ "thumbnail_fix_width": false,
+ "thumbnail_size": 82,
+ "tweet_action": true,
+ "video_autoplay": false,
+ "viewer": false,
+ "viewer_include_all": false,
+ "viewer_off_network": true,
+ "viewer_prefetch_lcp": false,
+ "viewer_preview_card": true,
+ "disable_medium": false
+ },
+ "header_enabled": true,
+ "slim_heading": true,
+ "pageload_image_count": 0,
+ "allow_empty_response": 0
+ },
+ "settings": {
+ "size": 20,
+ "woeid": "2459115"
+ },
+ "models": ["stream", "items"]
+ },
+ "interest": {
+ "yui_module": "td-applet-interest-model",
+ "yui_class": "TD.Applet.InterestModel"
+ }
+ },
+ "views": {
+ "main": {
+ "yui_module": "td-applet-stream-mainview",
+ "yui_class": "TD.Applet.StreamMainView"
+ },
+ "header": {
+ "yui_module": "td-applet-stream-headerview",
+ "yui_class": "TD.Applet.StreamHeaderView"
+ },
+ "drawer": {
+ "yui_module": "stream-actiondrawer"
+ }
+ },
+ "templates": {
+ "main": {
+ "yui_module": "td-applet-stream-templates-main",
+ "template_name": "td-applet-stream-templates-main"
+ },
+ "settings": {
+ "yui_module": "td-applet-stream-templates-settings",
+ "template_name": "td-applet-stream-templates-settings"
+ },
+ "errormsg": {
+ "yui_module": "td-applet-stream-templates-errormsg",
+ "template_name": "td-applet-stream-templates-errormsg"
+ },
+ "drawer": {
+ "yui_module": "td-applet-stream-templates-drawer-desktop",
+ "template_name": "td-applet-stream-templates-drawer-desktop"
+ },
+ "removedItem": {
+ "yui_module": "td-applet-stream-templates-removeditem",
+ "template_name": "td-applet-stream-templates-removeditem"
+ },
+ "items": {
+ "yui_module": "td-applet-stream-templates-items",
+ "template_name": "td-applet-stream-templates-items"
+ },
+ "item_default": {
+ "yui_module": "td-applet-stream-templates-item-default",
+ "template_name": "td-applet-stream-templates-item-default"
+ },
+ "item_ad": {
+ "yui_module": "td-applet-stream-templates-item-ad",
+ "template_name": "td-applet-stream-templates-item-ad"
+ },
+ "item_featured_ad": {
+ "yui_module": "td-applet-stream-templates-item-featured_ad",
+ "template_name": "td-applet-stream-templates-item-featured_ad"
+ },
+ "item_featured_mobile_ad": {
+ "yui_module": "td-applet-stream-templates-item-featured_mobile_ad",
+ "template_name": "td-applet-stream-templates-item-featured_mobile_ad"
+ },
+ "item_inline_video": {
+ "yui_module": "td-applet-stream-templates-item-inline_video",
+ "template_name": "td-applet-stream-templates-item-inline_video"
+ }
+ },
+ "i18n": {
+ "ABCLOGO": "ABC",
+ "ACTION_MORE_LIKE_THIS": "Got it. We'll show you more stories like this.",
+ "ACTION_FEWER_LIKE_THIS": "Got it. We'll show you fewer stories like this.",
+ "ACTION_STORY_REMOVED": "Story removed",
+ "ACTION_SEE_LESS": "Great, you'll see less like this.",
+ "ACTION_SIGN_IN_TO_SAVE": "{linkstart}Sign-in{linkend} to save this story to read later.",
+ "ACTION_SIGN_IN_TO_LIKE": "{linkstart}Sign-in{linkend} and we'll show you more like this in the future.",
+ "ACTION_SIGN_IN_TO_DISLIKE": "{linkstart}Sign-in{linkend} and we'll show you less like this in the future.",
+ "ACTION_SIGN_IN_TO_VIEW": "{linkstart}Sign-in{linkend} to view my saves.",
+ "ACTION_TELL_LIKE": "Tell us more about what you like:",
+ "ACTION_TELL_DISLIKE": "Tell us more about what you dislike:",
+ "ADCHOICES": "AdChoices",
+ "AD_FDB1": "It is offensive to me",
+ "AD_FDB2": "I keep seeing this",
+ "AD_FDB3": "It is not relevant to me",
+ "AD_FDB4": "Something else",
+ "AD_FDB_HEADING": "Why don't you like this ad?",
+ "AD_REVIEW": "We'll review and make the changes needed.",
+ "AD_THANKYOU": "Thank you for your feedback",
+ "AD_SUBMIT": "Submit",
+ "ALL_ARTICLES": "All Articles",
+ "ALL_CELEBRITY": "All Celebrity News",
+ "ALL_FINANCE": "All Finance",
+ "ALL_MOVIES": "All Movies News",
+ "ALL_MUSIC": "All Music News",
+ "ALL_NEWS": "All News",
+ "ALL_SPORTS": "All Sports",
+ "ALL_STORIES": "All Stories",
+ "ALL_TRAVEL": "All Travel Ideas",
+ "ALL_TV": "All TV News",
+ "AUCTION": "Action",
+ "AUTHOR_AT_PUBLISHER": "{author} at {publisher}",
+ "BREAKING_NEWS": "BREAKING NEWS",
+ "CAROUSEL_TITLE": "You Might Like",
+ "CNBCLOGO": "",
+ "COMMERCE_OFF": "OFF",
+ "CONTENT_PREF": "Content preferences",
+ "DISLIKE": "Fewer like this",
+ "DONE": "Done",
+ "DONT_LIKE_AD": "I don't like this ad",
+ "DYNAMIC_FILTERS": "You Might Like",
+ "EC_ON_SALE": "On Sale",
+ "FOLLOW_GAME": "Follow Game",
+ "GAME_RECAP": "Game Recap",
+ "INSTALL_APP": "Install now",
+ "LIKE": "More like this",
+ "LIVE_GAME": "Live",
+ "LOAD_MORE": "Load more stories",
+ "MORE": "More",
+ "MYQUOTES_ADD_MORE": "Add more investments to your {0}Portfolio{1} to stay up to date whenever you visit Yahoo Finance.",
+ "MYQUOTES_LOGIN": "{0}Sign-in{1} to see the latest news from the investments in your portfolio.",
+ "MYTEAMS_ADD_TEAMS": "{0}Add your favorite teams{1} to start getting news about them today.",
+ "MYTEAMS_LOGIN": "{0}Sign-in{1} to get news for your favorite teams.",
+ "MYTEAMS_NO_CONTENT": "We can't find recent news for your teams. {0}Edit your teams{1} or visit the {2}All Sports news{3}",
+ "MYSAVES": "My Saves",
+ "NEXT": "Next",
+ "NO_STORIES_HEADER": "We couldn't find any new stories for you.",
+ "NO_STORIES_BODY": "Please check back later or {0}try again{1}",
+ "OFF": "OFF",
+ "PLAY": "Play",
+ "PLAY_VIDEO": "Play Video",
+ "PREVIEW_GAME": "Preview Game",
+ "PREVIOUS": "Previous",
+ "PREVIOUSLY_VIEWED": "From your last visit",
+ "READ_MORE": "Read More",
+ "REMOVE": "Remove",
+ "SAVE": "Save",
+ "SEE_ALL_STORIES": "See all stories »",
+ "SEE_MORE_STORIES": "See more stories »",
+ "SFL_HEADER": "Hi {0}, you have no saves. Here's how to get started:",
+ "SFL_LINK": "Get started now on the {0}Yahoo Homepage{1}.",
+ "SFL_LINK_ATT": "Get started now on the {0}att.net Homepage{1}.",
+ "SFL_LINK_FRONTIER": "Get started now on the {0}Frontier Yahoo Homepage{1}.",
+ "SFL_LINK_ROGERS": "Get started now on the {0}Rogers Yahoo Homepage{1}.",
+ "SFL_LINK_VERIZON": "Get started now on the {0}Verizon Yahoo Homepage{1}.",
+ "SFL_LINK_TATA": "Get started now on the {0}Tata Docomo - Yahoo Homepage{1}.",
+ "SFL_LINK_MTS": "Get started now on the {0}MTS - Yahoo Homepage{1}.",
+ "SFL_LINK_IDEANETSETTER": "Get started now on the {0}Idea Netsetter - Yahoo Homepage{1}.",
+ "SFL_LINK_TIKONA": "Get started now on the {0}Tikona - Yahoo Homepage{1}.",
+ "SFL_LINK_SMARTFREN": "Get started now on the {0}Smartfren - Yahoo Homepage{1}.",
+ "SFL_STEP_ONE": "Step 1",
+ "SFL_STEP_TWO": "Step 2",
+ "SFL_TITLE_ONE": "Click on {0} in the stream and on articles across Yahoo to save stories for later.",
+ "SFL_TITLE_TWO": "Access your saves from the profile menu {0} on desktop &amp; tablet or menu {1} on your smartphone.",
+ "SFL_TITLE_ONE_ATT": "Click on {0} in the stream and on articles across Yahoo to save stories for later.",
+ "SHOPPING": "Shopping",
+ "SLIDESHOW_COUNT": "({0} photos)",
+ "SPONSORED": "Sponsored",
+ "STORE": "Store",
+ "STORIES": "Stories:",
+ "STORIES_ABOUT": "Stories about:",
+ "TITLE": "Recommended for You",
+ "TITLE_LOCAL": "{city} News",
+ "UNDO": "Undo",
+ "VIEW": "View",
+ "VIEW_SLIDESHOW": "View Slideshow",
+ "YAHOO_ORIGINALS": "Yahoo Originals",
+ "YCT:001000931": "Technology",
+ "YCUSTOM:COMMERCE": "Commerce",
+ "YCUSTOM:MYQUOTES": "My Quotes",
+ "YCUSTOM:MYTEAMS": "My Teams",
+ "YCUSTOM:TOPSTORIES": "All Stories",
+ "YPROP:FINANCE": "Business",
+ "YPROP:TOPSTORIES": "All Stories",
+ "YPROP:LOCAL": "Local",
+ "YPROP:NEWS": "News",
+ "YPROP:OMG": "Entertainment",
+ "YPROP:SCIENCE": "Science",
+ "YPROP:SPORTS": "Sports",
+ "YPROV:ABCNEWS": "News",
+ "YPROV:ap.org": "AP",
+ "YPROV:CNBC": "CNBC",
+ "YPROV:NBCSPORT": "NBC Sports",
+ "YPROV:reuters.com": "Reuters",
+ "YPROV:ROLLINGSTONES": "Rolling Stone",
+ "YPROV:us.sports.yahoo.com": "Experts",
+ "YTYPE:VIDEO": "Video",
+ "YPROP:STYLE": "Style",
+ "YMAG:food": "Food",
+ "YMAG:tech": "Tech"
+ },
+ "i13n": {
+ "pv": 2
+ },
+ "transport": {
+ "xhr": "/_td_api"
+ },
+ "context": {
+ "bucket": "",
+ "crumb": "kKRPyOdAXGG",
+ "device": "desktop",
+ "lang": "en-US",
+ "region": "US",
+ "site": "gma"
+ }
+ };
+ </script>
+ <style type="text/css">
+ #Stream .crosshatch {
+ background-image: url(https://s.yimg.com/dh/ap/default/130509/tech_pattern1.png);
+ }
+
+ #Stream .js-stream-drawer,
+ #Stream .js-remove-msg {
+ background-color: #321C59;
+ color: #A298C2;
+ }
+
+ .stream-sfl-header {
+ background-image: url('https://s.yimg.com/dh/ap/default/130908/SFL_Purple_reg.png');
+ background-size: 100%;
+ height: 100px;
+ }
+
+ #Stream .DarkOverlayGradient a:hover {
+ border-bottom: solid 1px #fff;
+ border-bottom: solid 1px rgba(255, 255, 255, 0.5);
+ }
+
+ #Stream .DarkOverlayGradient .adlink:hover {
+ border-bottom: none;
+ }
+
+ #Stream .DarkOverlayGradient-start {
+ color: #fff;
+ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
+ background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
+ background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
+ }
+
+ #Stream .DarkOverlayGradient-end {
+ color: #fff;
+ background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
+ background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
+ }
+
+ #Stream .Lh-115 {
+ line-height: 1.15;
+ }
+
+ #Stream .js-stream-carousel ul {
+ word-wrap: normal \9;
+ }
+
+ #Stream .js-stream-disliked .js-stream-ad-buttons,
+ #Stream .js-stream-fdb-undo {
+ display: none;
+ }
+
+ #Stream li:hover .social-sharing-container {
+ display: inline-block;
+ }
+
+ #Stream .social-sharing-container {
+ top: 5px;
+ }
+
+ #Stream .social-sharing-container .Icon {
+ background-color: #abaeb7;
+ }
+
+ #Stream .social-sharing-container .tumblr-button:hover {
+ background-color: #3c5a77;
+ }
+
+ #Stream .social-sharing-container .facebook-button:hover {
+ background-color: #4761a6;
+ }
+
+ #Stream .social-sharing-container .twitter-button:hover {
+ background-color: #55acee;
+ }
+
+ #Stream .social-sharing-container .mail-button:hover {
+ background-color: #6d329c;
+ }
+
+ #Stream #splCloseBtn {
+ display: none;
+ position: absolute;
+ bottom: -28px;
+ right: 0px;
+ font-family: 'Helevetica Neue', Arial, sans-serif;
+ color: rgb(255, 255, 255);
+ height: 28px;
+ border: 0;
+ border-radius: 3px;
+ width: auto;
+ min-width: 70px;
+ white-space: nowrap;
+ cursor: pointer;
+ z-index: 10000;
+ -webkit-user-select: none;
+ background-color: rgb(192, 192, 192);
+ opacity: 50;
+ font-size: 14px;
+ font-weight: bold;
+ -webkit-backface-visibility: hidden;
+ }
+
+ #Stream .splash-placeholder {
+ -moz-transition: height .3s ease;
+ -webkit-transition: height .3s ease;
+ -ms-transition: height .3s ease;
+ -o-transition: height .3s ease;
+ transition: height .3s ease;
+ }
+
+ #Stream .splashtop {
+ line-height: 0;
+ }
+
+ #Stream .js-cstm-end-screen {
+ background: rgba(0, 0, 0, 0.7);
+ z-index: 30;
+ }
+
+ #Stream .js-cstm-end-screen a {
+ margin-top: 22%;
+ border: thin solid #fff;
+ border-radius: 2px;
+ }
+ /* to allow ad click through */
+
+ #Stream .js-stream-featured-ad .yvp-playing-item-title {
+ z-index: 0;
+ }
+ /* minize control bar to enlarge ad click area and adjust button pos accordingly */
+
+ #Stream .js-stream-featured-ad .yvp-bottom-bar {
+ height: 38px;
+ }
+
+ #Stream .js-stream-featured-ad .yvp-bottom-container {
+ top: 8px;
+ }
+
+ #Stream .js-stream-featured-ad .yvp-state-fullscreen .yvp-bottom-container {
+ top: 2px;
+ }
+
+ @media screen and (orientation:portrait) {
+ #Stream .splashtopsticky {
+ margin-top: 0 !important;
+ position: fixed;
+ top: 47px;
+ z-index: 10000;
+ -webkit-transform: translateZ(0);
+ -moz-transform: translateZ(0);
+ -ms-transform: translateZ(0);
+ -o-transform: translateZ(0);
+ transform: translateZ(0);
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-transition: -webkit-transform .3s ease
+ }
+ #Stream .splashtopsticky #splCloseBtn {
+ display: block;
+ }
+ .uh-scroll #Stream .splashtopsticky {
+ -webkit-transform: translateY(-42px);
+ -moz-transform: translateY(-42px);
+ -ms-transform: translateY(-42px);
+ transform: translateY(-42px);
+ }
+ #Stream .splashtopsticky #splCloseBtn.countdown {
+ display: block;
+ right: 12px;
+ border-radius: 14px;
+ width: 28px;
+ min-width: 28px;
+ }
+ .uh-scroll.uh-splash #Stream .splashtopsticky,
+ .uh-scroll.uh-splash #MobileUH {
+ -webkit-transform: translateY(-97px);
+ -moz-transform: translateY(-97px);
+ -ms-transform: translateY(-97px);
+ transform: translateY(-97px);
+ }
+ }
+
+ @media all and (orientation:landscape) {
+ #Stream #spl-sticky-anchor {
+ height: 0px !important;
+ }
+ }
+ </style>
+ <script type="text/javascript" src="https://yep.video.yahoo.com/js/3/videoplayer-min.js?lang=en-US&amp;r=nextgen-flash"></script>
+ <style type="text/css">
+ .cc-element {
+ position: absolute;
+ bottom: 16%;
+ width: 95%;
+ left: 2.5%;
+ text-align: center;
+ z-index: 6;
+ -webkit-transition-property: bottom;
+ -webkit-transition-duration: .5s;
+ -webkit-transition-delay: 0s;
+ transition-property: bottom;
+ transition-duration: .5s;
+ transition-delay: 0s;
+ }
+
+ .cc-element.bottom.float {
+ bottom: 10%
+ }
+
+ .cc-element.top.float {
+ top: 10%;
+ bottom: initial
+ }
+
+ .cc-element.top {
+ top: 5%;
+ bottom: initial
+ }
+
+ .cc-element.bottom {
+ bottom: 16%
+ }
+
+ .cc-element.yvp-show {
+ display: block
+ }
+
+ .cc-element.yvp-hide {
+ display: none
+ }
+
+ .cc-element.yvp-live-cc {
+ text-align: left;
+ width: 90%;
+ left: 5%
+ }
+
+ .yvp-cc-options-main,
+ .yvp-cc-options-more {
+ min-width: 496px;
+ max-height: 212px;
+ color: #fff;
+ }
+
+ .yvp-cc-options-main.open,
+ .yvp-cc-options-more.open {
+ display: block
+ }
+
+ .yvp-cc-options-main.close,
+ .yvp-cc-options-more.close {
+ display: none
+ }
+
+ .yvp-cc-options-main .yvp-ddm-wrapper,
+ .yvp-cc-options-more .yvp-ddm-wrapper {
+ margin-left: 0;
+ padding: 0;
+ width: 150px;
+ color: #fff;
+ display: inline-block;
+ position: relative;
+ z-index: 1;
+ vertical-align: middle
+ }
+
+ .yvp-cc-options-main .yvp-ddm-availability,
+ .yvp-cc-options-more .yvp-ddm-availability {
+ display: none;
+ background-color: #3db224;
+ width: 6px;
+ height: 6px;
+ border-radius: 8px;
+ position: relative;
+ top: -9px;
+ left: 3px;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-availability.not-available,
+ .yvp-cc-options-more .yvp-ddm-availability.not-available {
+ background-color: #ccc
+ }
+
+ .yvp-cc-options-main .yvp-ddm-selected,
+ .yvp-cc-options-more .yvp-ddm-selected {
+ text-align: left;
+ padding-left: 5px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ height: 20px;
+ line-height: 20px
+ }
+
+ .yvp-cc-options-main .yvp-ddm-selected-wrapper,
+ .yvp-cc-options-more .yvp-ddm-selected-wrapper {
+ width: 100%;
+ border: 1px solid #5f5f5f;
+ border-radius: 3px;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-selected-wrapper:hover,
+ .yvp-cc-options-more .yvp-ddm-selected-wrapper:hover {
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-selected-wrapper:hover .yvp-ddm-chevron,
+ .yvp-cc-options-more .yvp-ddm-selected-wrapper:hover .yvp-ddm-chevron {
+ opacity: .9
+ }
+
+ .yvp-cc-options-main .yvp-ddm-chevron,
+ .yvp-cc-options-more .yvp-ddm-chevron {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJjY19jYXJyb3QtIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEyLjcyNSw3LjQyMTgzNzc3IEw5LDExLjk5ODgzNzggTDEyLjcyNSwxNi41NzQ4Mzc4IEMxMi45NSwxNi44NTI4Mzc4IDEzLjI4NywxNi45OTc4Mzc4IDEzLjYyNiwxNi45OTc4Mzc4IEMxMy44NzMsMTYuOTk3ODM3OCAxNC4xMjIsMTYuOTIwODM3OCAxNC4zMzEsMTYuNzYxODM3OCBDMTQuODI4LDE2LjM4NjgzNzggMTQuOTE2LDE1LjY5MjgzNzggMTQuNTI1LDE1LjIxMzgzNzggTDExLjkwOSwxMS45OTg4Mzc4IEwxNC41MjUsOC43ODM4Mzc3NyBDMTQuOTE2LDguMzA0ODM3NzcgMTQuODI4LDcuNjEwODM3NzcgMTQuMzMxLDcuMjM0ODM3NzcgQzEzLjgzNSw2Ljg1ODgzNzc3IDEzLjExNSw2Ljk0MzgzNzc3IDEyLjcyNSw3LjQyMTgzNzc3IFoiIGlkPSJGaWxsLTMiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMCwgMTIuMDAwMDAwKSByb3RhdGUoLTkwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMi4wMDAwMDAsIC0xMi4wMDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==");
+ position: absolute;
+ padding-left: 11px;
+ padding-right: 7px;
+ top: 0;
+ height: 19px;
+ width: 5px;
+ right: 1.5%;
+ opacity: .7;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-list,
+ .yvp-cc-options-more .yvp-ddm-list {
+ position: absolute;
+ background-color: rgba(0, 0, 0, 0.8);
+ max-height: 120px;
+ display: none;
+ padding: 0;
+ min-width: 100%;
+ overflow-x: hidden;
+ overflow-y: auto;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-top: none;
+ box-sizing: border-box;
+ width: 101%;
+ }
+
+ .yvp-cc-options-main .yvp-ddm-list.open,
+ .yvp-cc-options-more .yvp-ddm-list.open {
+ cursor: pointer;
+ display: block
+ }
+
+ .yvp-cc-options-main .yvp-ddm-item,
+ .yvp-cc-options-more .yvp-ddm-item {
+ text-align: left;
+ padding: 7px 5px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1);
+ background: rgba(0, 0, 0, 0);
+ }
+
+ .yvp-cc-options-main .yvp-ddm-item:first-child,
+ .yvp-cc-options-more .yvp-ddm-item:first-child {
+ padding-top: 9px
+ }
+
+ .yvp-cc-options-main .yvp-ddm-item:last-child,
+ .yvp-cc-options-more .yvp-ddm-item:last-child {
+ border-bottom: none
+ }
+
+ .yvp-cc-options-main .yvp-ddm-item:hover,
+ .yvp-cc-options-more .yvp-ddm-item:hover {
+ cursor: pointer;
+ background: rgba(0, 0, 0, 0.4)
+ }
+
+ .yvp-cc-options-main .yvp-cc-header,
+ .yvp-cc-options-more .yvp-cc-header {
+ color: rgba(255, 255, 255, 0.6);
+ font-weight: normal
+ }
+
+ .yvp-cc-options-more .yvp-tab-container {
+ padding: 0;
+ width: 100%;
+ border: 0;
+ position: relative;
+ margin-top: 16px;
+ max-height: 100px;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav {
+ width: 100%;
+ padding-bottom: 0;
+ margin-bottom: 0;
+ height: 32px;
+ display: block;
+ background-color: transparent;
+ text-align: center;
+ overflow: hidden;
+ box-sizing: border-box;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav .yvp-tab {
+ display: block;
+ float: left;
+ width: 25%;
+ color: rgba(255, 255, 255, 0.6);
+ margin: 0;
+ padding: 0;
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
+ background-color: transparent;
+ box-sizing: border-box;
+ text-transform: capitalize;
+ cursor: pointer;
+ height: 32px;
+ line-height: 24px;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav .yvp-tab:hover {
+ color: rgba(255, 255, 255, 0.8);
+ border-bottom: 3px solid rgba(255, 255, 255, 0.3)
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav .yvp-tab:last-child {
+ border-right: none
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-nav .yvp-tab.tab-selected {
+ border-bottom: 3px solid #0087ff;
+ color: #fff
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-tabcontent {
+ display: none;
+ background-color: transparent;
+ padding: 16px 0;
+ height: 40px;
+ position: relative;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-tabcontent.tab-show {
+ display: block
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-wrapper {
+ display: inline-block;
+ width: 150px;
+ margin: 0 0 43px 75px;
+ border-radius: 3px
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-availability {
+ display: none
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-list {
+ width: auto;
+ max-height: 108px
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-selected-wrapper {
+ width: auto;
+ }
+
+ .yvp-cc-options-more .yvp-tab-container .yvp-tabs-content .yvp-ddm-selected-wrapper.hide {
+ display: none
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker {
+ margin-left: auto;
+ margin-right: auto;
+ padding: 0;
+ width: 100%;
+ margin-left: -4px;
+ margin-top: 1px;
+ display: inline-block;
+ white-space: normal;
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker .color-option {
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 2px;
+ width: 16px;
+ height: 16px;
+ display: inline-block;
+ margin: 3px;
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker .color-option:hover {
+ border: 1px solid rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker .color-option.nocolor::before {
+ content: " ";
+ position: absolute;
+ border-bottom: 1px solid #f00;
+ width: 26px;
+ transform: rotate(135deg) translate(9px, -3px);
+ -ms-transform: rotate(135deg) translate(9px, -3px);
+ }
+
+ .yvp-cc-options-more .yvp-colorpicker .color-option.color-selected {
+ border: 1px solid #fff
+ }
+
+ .yvp-cc-options-more .fontcolorpicker {
+ display: inline-block;
+ width: 100px;
+ margin-left: 65px
+ }
+
+ .yvp-cc-options-more .bgcolorpicker {
+ display: inline-block;
+ width: 144px;
+ margin-left: 65px
+ }
+
+ .yvp-cc-options-more .effects {
+ margin-left: 75px
+ }
+
+ .yvp-cc-options-more .yvp-effect {
+ display: inline-block;
+ position: relative;
+ width: 54px;
+ height: 32px;
+ font-size: 18px;
+ line-height: 30px;
+ background-color: rgba(102, 102, 102, 0.5);
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 4px;
+ margin-left: 2%;
+ box-sizing: border-box;
+ background-repeat: no-repeat;
+ background-position: center;
+ text-align: center;
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-more .yvp-effect:hover {
+ border: 1px solid rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-cc-options-more .yvp-effect.none {
+ margin-left: 5px
+ }
+
+ .yvp-cc-options-more .yvp-effect.dropshadow {
+ text-shadow: 2px 1px 1px #000
+ }
+
+ .yvp-cc-options-more .yvp-effect.raised {
+ text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.75)
+ }
+
+ .yvp-cc-options-more .yvp-effect.depressed {
+ text-shadow: 0 -4px 4px rgba(0, 0, 0, 0.54)
+ }
+
+ .yvp-cc-options-more .yvp-effect.uniform {
+ text-shadow: -2px -2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, 2px -2px 0 #000, 2px 2px 0 #000, 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000
+ }
+
+ .yvp-cc-options-more .yvp-effect.effect-selected {
+ border: 1px solid #fff;
+ }
+
+ .yvp-cc-options-more .yvp-effect.effect-selected .yvp-cc-effect-header {
+ color: #fff
+ }
+
+ .yvp-cc-options-more .yvp-effect .yvp-cc-effect-header {
+ font-size: 11px;
+ text-transform: capitalize;
+ color: rgba(255, 255, 255, 0.6);
+ text-shadow: none
+ }
+
+ .yvp-cc-options-more .preset-container {
+ width: 100%;
+ height: 100px;
+ position: relative;
+ max-height: 100px;
+ display: inline-block
+ }
+
+ .yvp-cc-options-more .yvp-cc-preset {
+ display: inline-block;
+ width: 53px;
+ height: 32px;
+ line-height: 30px;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 3px;
+ font-size: 1.3em;
+ box-sizing: border-box;
+ text-align: center;
+ margin: 3px;
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-more .yvp-cc-preset:hover {
+ border: 1px solid rgba(255, 255, 255, 0.6);
+ margin: 3px
+ }
+
+ .yvp-cc-options-more .preset-separator {
+ clear: both;
+ width: 100%;
+ height: 9%
+ }
+
+ .yvp-cc-options-more .yvp-cc-back {
+ max-width: 65px;
+ background-color: transparent;
+ color: inherit;
+ font-size: 11px;
+ position: relative;
+ outline: none;
+ cursor: pointer
+ }
+
+ .yvp-cc-options-more .yvp-cc-back-header {
+ display: inline-block;
+ margin-left: 3px;
+ color: rgba(255, 255, 255, 0.6);
+ }
+
+ .yvp-cc-options-more .yvp-cc-back-header:hover {
+ color: #fff
+ }
+
+ .yvp-cc-options-more .yvp-cc-style-preview {
+ margin: 40px 0 20px 85px;
+ display: block;
+ position: relative;
+ font-size: 20px;
+ line-height: 20px;
+ max-width: 260px;
+ }
+
+ .yvp-cc-options-more .yvp-cc-style-preview .yvp-cc-options-message {
+ margin-left: 18px
+ }
+
+ .yvp-cc-options-main .yvp-cc-back-to-settings {
+ max-width: 65px
+ }
+
+ .yvp-cc-options-main .yvp-back-to-settings {
+ display: inline-block;
+ cursor: pointer;
+ margin-left: 3px;
+ color: rgba(255, 255, 255, 0.6);
+ }
+
+ .yvp-cc-options-main .yvp-back-to-settings:hover {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-box {
+ display: block;
+ margin-top: 16px;
+ clear: both
+ }
+
+ .yvp-cc-options-main .yvp-cc-item {
+ display: inline-block
+ }
+
+ .yvp-cc-options-main .yvp-cc-divider {
+ display: block;
+ height: 1px;
+ margin: 16px 0 16px 0;
+ background: rgba(255, 255, 255, 0.2)
+ }
+
+ .yvp-cc-options-main .yvp-cc-toggle {
+ display: inline-block;
+ margin: 0 20px
+ }
+
+ .yvp-cc-options-main .yvp-cc-language {
+ margin-left: 20px
+ }
+
+ .yvp-cc-options-main .yvp-cc-position {
+ max-width: 175px
+ }
+
+ .yvp-cc-options-main .yvp-cc-size {
+ margin-left: 20px
+ }
+
+ .yvp-cc-options-main .yvp-cc-toggle-selection,
+ .yvp-cc-options-main .yvp-cc-pos-selection,
+ .yvp-cc-options-main .yvp-cc-style-preview,
+ .yvp-cc-options-main .yvp-cc-size-selector {
+ display: inline-block;
+ margin-left: 56px;
+ padding-bottom: 18px
+ }
+
+ .yvp-cc-options-main .yvp-cc-style {
+ padding-bottom: 5px
+ }
+
+ .yvp-cc-options-main .yvp-cc-toggle-selection,
+ .yvp-cc-options-main .yvp-cc-pos-selection {
+ margin-left: 0;
+ }
+
+ .yvp-cc-options-main .yvp-cc-toggle-selection .yvp-cc-position-top,
+ .yvp-cc-options-main .yvp-cc-pos-selection .yvp-cc-position-top {
+ margin-bottom: 6px
+ }
+
+ .yvp-cc-options-main .yvp-cc-pos-selection {
+ padding-bottom: 0;
+ vertical-align: middle
+ }
+
+ .yvp-cc-options-main .yvp-cc-size-selector {
+ margin: 0;
+ padding: 0
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator {
+ display: inline-block;
+ margin-left: 19px;
+ padding: 0 4px;
+ cursor: pointer;
+ border: 1px solid transparent;
+ border-radius: 3px;
+ vertical-align: middle;
+ color: #fff;
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator:hover {
+ background-color: rgba(255, 255, 255, 0.2)
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator.size-active {
+ background-color: rgba(255, 255, 255, 0.4);
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator.size-active:hover {
+ background-color: rgba(255, 255, 255, 0.4)
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-0 {
+ font-size: 15px
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-25 {
+ font-size: 18px
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-50 {
+ font-size: 24px
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-75 {
+ font-size: 28px
+ }
+
+ .yvp-cc-options-main .yvp-cc-indicator-100 {
+ font-size: 32px
+ }
+
+ .yvp-cc-options-main .yvp-slider-wrapper {
+ margin-top: 1px;
+ width: 213px;
+ color: #ccc;
+ border-top: 1px solid #646464;
+ display: none
+ }
+
+ .yvp-cc-options-main .yvp-slider-track {
+ display: block;
+ width: 100%;
+ position: relative;
+ margin-top: -3px;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+
+ .yvp-cc-options-main .yvp-slider-track:active {
+ cursor: pointer
+ }
+
+ .yvp-cc-options-main .yvp-slider-track .yvp-slider-handle {
+ position: absolute;
+ display: inline-block;
+ border-radius: 50%;
+ height: 5px;
+ width: 5px;
+ margin: 0;
+ background-color: #fff;
+ border: 1px solid #fff;
+ }
+
+ .yvp-cc-options-main .yvp-slider-track .yvp-slider-handle:hover {
+ background-color: #fff;
+ border-width: 1px solid #fff;
+ border-radius: 50%;
+ width: 10px;
+ height: 10px;
+ margin-left: -2px;
+ margin-top: -2px;
+ cursor: pointer;
+ }
+
+ .yvp-cc-options-main .yvp-slider-track .yvp-slider-anchor {
+ position: absolute;
+ margin-right: 0;
+ display: inline-block;
+ border-radius: 50%;
+ background-color: rgba(255, 255, 255, 0.6);
+ height: 5px;
+ width: 5px;
+ top: 0;
+ }
+
+ .yvp-cc-options-main .yvp-slider-track .yvp-slider-anchor:hover {
+ background-color: #fff;
+ height: 10px;
+ width: 10px;
+ margin-right: 5px;
+ top: -1px;
+ margin-left: -2px;
+ cursor: pointer
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link {
+ font-size: 11px;
+ float: right;
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a:link {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a:visited {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a:hover {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a:active {
+ color: #fff
+ }
+
+ .yvp-cc-options-main .yvp-cc-feedback-link a {
+ text-decoration: none
+ }
+
+ .yvp-cc-options-main .yvp-cc-style-more {
+ display: inline-block;
+ font-size: 11px;
+ background-color: transparent;
+ color: inherit;
+ outline: none;
+ overflow: visible;
+ cursor: pointer
+ }
+
+ .yvp-cc-options-main .yvp-cc-style-preview {
+ display: none;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 3px;
+ color: #fff;
+ min-width: 54px;
+ max-width: 80px;
+ font-size: 1.5em;
+ height: 32px;
+ line-height: 32px;
+ text-align: center;
+ padding: 1px 2px;
+ margin: 0 0 0 20px;
+ }
+
+ .yvp-cc-options-main .yvp-cc-style-preview .yvp-cc-style-preview-label {
+ font-size: 11px;
+ position: absolute;
+ top: -35px;
+ left: -10px;
+ color: #ccc;
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
+ font-family: Helvetica Neue Regular, Helvetica Neue, helvetica, arial, sans-serif
+ }
+
+ .yvp-cc-options-main .yvp-cc-pos-wrapper {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+ margin: 5px 20px 0 20px
+ }
+
+ .yvp-cc-options-main .yvp-cc-position-top,
+ .yvp-cc-options-main .yvp-cc-position-bottom {
+ display: inline;
+ margin-right: 20px;
+ cursor: pointer;
+ color: rgba(255, 255, 255, 0.5);
+ }
+
+ .yvp-cc-options-main .yvp-cc-position-top:hover,
+ .yvp-cc-options-main .yvp-cc-position-bottom:hover {
+ color: #fff
+ }
+
+ .yvp-cc-preview {
+ position: absolute;
+ z-index: 4;
+ text-align: center;
+ left: 65px;
+ bottom: auto;
+ top: auto;
+ font-size: 20px;
+ font-weight: bold;
+ opacity: 0;
+ pointer-events: none;
+ }
+
+ .yvp-cc-preview.yvp-cc-preview-activated {
+ opacity: 1
+ }
+
+ .yvp-cc-preview.yvp-cc-preview-top {
+ top: 4px;
+ bottom: auto
+ }
+
+ .yvp-cc-preview.yvp-cc-preview-bottom {
+ bottom: 4px;
+ top: auto
+ }
+
+ .yvp-cc-preview-message {
+ display: inline-block;
+ padding: 5px 15px;
+ margin: 0 auto
+ }
+
+ .yvp-content.yvp-state-fullscreen .yvp-cc-preview-message,
+ .yvp-content.yvp-state-fullscreen .yvp-cc-options-message {
+ display: none
+ }
+ </style>
+ <style type="text/css">
+ .yvp-bottom-bar .yvp-settings-container {
+ position: absolute;
+ z-index: 4;
+ width: auto;
+ background: rgba(18, 23, 23, 0.8);
+ padding: 16px;
+ display: none;
+ bottom: 40px;
+ border-radius: 4px;
+ right: 0;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-size: 11px;
+ -webkit-font-smoothing: subpixel-antialiased;
+ color: #fff;
+ cursor: default;
+ pointer-events: auto;
+ -webkit-animation-name: fadeIn;
+ animation-name: fadeIn;
+ -webkit-animation-duration: .4s;
+ -moz-animation-duration: .4s;
+ animation-duration: .4s;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container.open {
+ display: block
+ }
+
+ .yvp-bottom-bar .yvp-settings-container.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-header {
+ color: rgba(255, 255, 255, 0.6);
+ margin-bottom: 12px;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-header.last-item {
+ margin-bottom: 0;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-header.last-item:hover {
+ color: #fff
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-caret-icon {
+ position: relative;
+ display: inline-block;
+ width: 6px;
+ height: 10px;
+ margin: 0;
+ background-size: 100%;
+ background-repeat: no-repeat;
+ cursor: pointer;
+ opacity: 1;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-caret-icon.right {
+ top: 2px;
+ left: 2px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzU1IDQuNjk3bC0zLjU2IDMuNTZjLS4yNi4yNi0uMjYuNjgyIDAgLjk0Mi4yNi4yNi42ODMuMjYuOTQzIDBMNS42NCA0LjY5NiAxLjEzOC4xOTVDMS4wMDguMDY1LjgzOCAwIC42NjggMCAuNDk1IDAgLjMyNS4wNjUuMTk1LjE5NWMtLjI2LjI2LS4yNi42ODMgMCAuOTQzbDMuNTYgMy41NiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==")
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-caret-icon.left {
+ top: 1px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPmljb24tY2FyZXQtbGVmdC1mcG88L3RpdGxlPjxwYXRoIGQ9Ik0yLjI0NSA1LjMwM2wzLjU2LTMuNTZjLjI2LS4yNi4yNi0uNjgyIDAtLjk0Mi0uMjYtLjI2LS42ODMtLjI2LS45NDMgMEwuMzYgNS4zMDRsNC41MDIgNC41MDJjLjEzLjEzLjMuMTk1LjQ3LjE5NS4xNzIgMCAuMzQyLS4wNjUuNDcyLS4xOTUuMjYtLjI2LjI2LS42ODMgMC0uOTQzbC0zLjU2LTMuNTYiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-item {
+ display: inline-block;
+ margin-right: 6px;
+ cursor: pointer;
+ color: #fff;
+ padding: 4px;
+ border: 0;
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-item:hover {
+ background-color: rgba(255, 255, 255, 0.2);
+ border-radius: 3px
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-item.last-item {
+ margin-right: 0
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-item.yvp-disabled {
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-activated {
+ color: #fff;
+ font-weight: normal;
+ border-radius: 3px;
+ background-color: rgba(255, 255, 255, 0.4);
+ }
+
+ .yvp-bottom-bar .yvp-settings-container .yvp-settings-activated:hover {
+ background-color: rgba(255, 255, 255, 0.4)
+ }
+
+ .yvp-main-settings.open {
+ display: block
+ }
+
+ .yvp-main-settings.close {
+ display: none
+ }
+
+ .yvp-main-settings .yvp-settings-divider {
+ display: block;
+ height: 1px;
+ margin: 16px 0 16px 0;
+ background: rgba(255, 255, 255, 0.2)
+ }
+
+ .yvp-main-settings .yvp-settings-embed.close {
+ display: none
+ }
+
+ .yvp-main-settings .yvp-settings-embed.open {
+ display: block
+ }
+
+ .yvp-main-settings .yvp-input-container {
+ height: 20px;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ border-radius: 4px
+ }
+
+ .yvp-main-settings .yvp-embed-input {
+ display: block;
+ min-width: 178px;
+ padding: 3px 10px;
+ font-size: 11px;
+ color: rgba(255, 255, 255, 0.6);
+ background: transparent;
+ outline: none;
+ box-shadow: none;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+
+ .yvp-main-settings .yvp-embed-input:hover {
+ color: #fff;
+ cursor: pointer
+ }
+
+ .yvp-main-settings .yvp-settings-quality {
+ min-width: 200px;
+ display: none;
+ }
+
+ .yvp-main-settings .yvp-settings-quality.yvp-quality-enabled {
+ display: block
+ }
+
+ .yvp-main-settings .yvp-settings-cc {
+ min-width: 115px;
+ max-width: 145px;
+ cursor: pointer;
+ }
+
+ .yvp-main-settings .yvp-settings-cc .yvp-settings-header {
+ display: inline-block;
+ }
+
+ .yvp-main-settings .yvp-settings-cc .yvp-settings-header:hover {
+ color: rgba(255, 255, 255, 0.6);
+ opacity: 1
+ }
+ </style>
+ <style type="text/css">
+ .yvp-content.yvp-browser-desktop.yvp-docked .yvp-docked-close-button {
+ visibility: visible;
+ opacity: 1
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked .yvp-playing-item-title.yvp-title-standard {
+ padding: 5px 24px 5px 8px;
+ font-weight: 500;
+ font-size: 16px;
+ line-height: 20px;
+ z-index: 29;
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked .yvp-playing-item-title.yvp-title-standard.yvp-live {
+ padding: 35px 24px 5px 8px
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked .yvp-content-type {
+ left: 8px;
+ top: 8px
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-bottom-bar {
+ opacity: 0;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-bottom-bar:hover {
+ opacity: 1
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-hide-controls.yvp-muted .yvp-mute-indicator {
+ opacity: 1;
+ visibility: visible;
+ -webkit-transition: visibility .3s linear .3s, opacity .1s ease-out .5s;
+ -moz-transition: visibility .3s linear .3s, opacity .1s ease-out .5s;
+ -o-transition: visibility .3s linear .3s, opacity .1s ease-out .5s;
+ transition: visibility .3s linear .3s, opacity .1s ease-out .5s
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-top-bar .yvp-content-type {
+ opacity: 0;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content:hover .yvp-bottom-bar {
+ opacity: 1;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content:hover .yvp-ads-overlay {
+ -webkit-transition: height 0s;
+ -moz-transition: height 0s;
+ -o-transition: height 0s;
+ transition: height 0s
+ }
+
+ .yvp-content:hover.yvp-muted .yvp-mute-indicator {
+ opacity: 0;
+ visibility: hidden
+ }
+
+ .yvp-content.yvp-flag-paused.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-bottom-bar {
+ opacity: 0;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content.yvp-flag-paused.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-bottom-bar:hover {
+ opacity: 1
+ }
+
+ .yvp-content.yvp-flag-paused.yvp-browser-desktop.yvp-state-video.yvp-hide-controls .yvp-top-bar .yvp-content-type {
+ opacity: 0;
+ -webkit-transition: opacity .3s ease-in-out .1s;
+ -moz-transition: opacity .3s ease-in-out .1s;
+ -o-transition: opacity .3s ease-in-out .1s;
+ transition: opacity .3s ease-in-out .1s
+ }
+
+ .yvp-content.yvp-flag-paused.yvp-browser-desktop.yvp-state-video.yvp-hide-controls.yvp-muted .yvp-mute-indicator {
+ opacity: 0;
+ visibility: hidden
+ }
+
+ .yvp-content.yvp-flag-paused:hover .yvp-bottom-bar {
+ opacity: 1;
+ -webkit-transition: none;
+ -moz-transition: none;
+ -o-transition: none;
+ transition: none
+ }
+
+ .yvp-content.yvp-flag-paused:hover .yvp-top-bar .yvp-content-type {
+ opacity: 1;
+ -webkit-transition: none;
+ -moz-transition: none;
+ -o-transition: none;
+ transition: none
+ }
+
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar {
+ cursor: none;
+ }
+
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar .yvp-slider,
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar .yvp-playback-bar {
+ height: 3px;
+ bottom: 2px;
+ direction: ltr;
+ -webkit-transition: height .5s linear 0s, bottom .5s linear 0s;
+ -moz-transition: height .5s linear 0s, bottom .5s linear 0s;
+ -o-transition: height .5s linear 0s, bottom .5s linear 0s;
+ transition: height .5s linear 0s, bottom .5s linear 0s;
+ -moz-transition: none
+ }
+
+ .yvp-content.yvp-user-inactive div.yvp-bottom-bar .yvp-handle {
+ -webkit-transform: scale(0);
+ -moz-transform: scale(0);
+ -ms-transform: scale(0);
+ -o-transform: scale(0);
+ transform: scale(0);
+ margin-top: -4px;
+ -webkit-transition: all .51s linear 0s;
+ -moz-transition: all .51s linear 0s;
+ -o-transition: all .51s linear 0s;
+ transition: all .51s linear 0s
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-state-video.yvp-disable-controls .yvp-bottom-bar {
+ opacity: 0 !important
+ }
+
+ .yvp-top-bar {
+ position: absolute;
+ z-index: 28;
+ width: 100%;
+ top: 0;
+ }
+
+ .yvp-top-bar.hide {
+ display: none
+ }
+
+ .yvp-top-bar .yvp-provider-logo {
+ position: absolute;
+ right: 0;
+ display: block;
+ height: 20px;
+ width: 55px;
+ margin-top: 20px;
+ margin-right: 10px;
+ border: 0;
+ background-repeat: no-repeat;
+ cursor: pointer;
+ }
+
+ .yvp-top-bar .yvp-provider-logo.yvp-hide {
+ display: none
+ }
+
+ .yvp-top-bar .yvp-ad-count-container {
+ display: none;
+ position: absolute;
+ left: 16px;
+ top: 12px
+ }
+
+ .yvp-top-bar .yvp-ad-count,
+ .yvp-top-bar .yvp-ad-countdowntimer {
+ display: inline-block;
+ color: #fff;
+ position: relative;
+ text-shadow: 0 1px #000;
+ font-size: 11px;
+ font-weight: normal
+ }
+
+ .yvp-top-bar .yvp-ad-countdowntimer {
+ padding-left: 5px;
+ text-align: right
+ }
+
+ .yvp-bottom-bar {
+ position: absolute;
+ background-color: transparent;
+ background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100px;
+ z-index: 30;
+ cursor: auto;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container {
+ display: block;
+ position: relative;
+ top: 56px;
+ height: 44px;
+ margin: 0 10px 0 10px;
+ cursor: auto;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-volume-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+dm9sdW1lPC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNS42ODIgNTUuMDE2SDE2LjUzYy0uNDk1IDAtLjk0NC0uMTk0LTEuMjczLS41MTItLjM2My0uMzM0LS41OS0uODE0LS41OS0xLjM0OHYtMTguMjRjMC0uMTcuMDIyLS4zMzIuMDY0LS40ODcuMi0uNzkzLjkyLTEuMzc4IDEuNzc1LTEuMzc4aDkuMTYyVjMzbDE0LjY2Ni0xNC42Njd2NTEuMzM0bC0xNC42NS0xNC42NXpNNTIuNDQgNzAuMjQ1Yy0xLjY0NiAwLTIuOTI2LTEuMzQyLTMuMjkzLTIuNjAzLS41NS0xLjg4LjQ4OC0zLjg4IDIuMzEzLTQuNDYgOC4wMzMtMi41NiAxMy42NDQtMTAuNDEgMTMuNjQ0LTE5LjA5IDAtOC42NjMtNS42MS0xNi41MDYtMTMuNjQ2LTE5LjA3Mi0xLjgyNC0uNTgtMi44Ni0yLjU4My0yLjMxLTQuNDY0QzQ5LjU5IDE5LjA1IDUwLjk2NyAxOCA1Mi41IDE4Yy4zNTIgMCAuNzAyLjA1NSAxLjA0LjE2NCAxMC45MjUgMy40ODggMTguNTU4IDE0LjE1IDE4LjU1OCAyNS45MjggMCAxMS4xMzYtNy4wNjcgMjEuMDYtMTguNDQ0IDI1LjktLjM5My4xNy0uOC4yNTMtMS4yMTUuMjUzem0uMDk3LTE1LjQ4NGMtMS4wMDYgMC0xLjk2OC0uNDI3LTIuNjQtMS4xNzUtMS4yOTUtMS40Ni0xLjE2OC0zLjcuMjgtNC45OTcgMS4zMzgtMS4xOTMgMi4xMDUtMi45MDIgMi4xMDUtNC42OTQgMC0xLjgxOC0uNzYyLTMuNTM2LTIuMDktNC43MTItMS40NTYtMS4yOTctMS41OS0zLjUzNS0uMy00Ljk5Mi42NzUtLjc1OCAxLjY0LTEuMTkgMi42NS0xLjE5Ljg2NCAwIDEuNjk3LjMxNiAyLjM0NS44OSAyLjg0IDIuNTIzIDQuNDY3IDYuMTcgNC40NjcgMTAuMDA0IDAgMy44MDMtMS42MjYgNy40MzctNC40NjIgOS45Ny0uNjUuNTgtMS40ODYuODk3LTIuMzU1Ljg5N3oiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ left: 0;
+ top: 0;
+ opacity: .8;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-volume-btn:hover,
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-volume-btn:active {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-volume-btn.muted {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+dm9sdW1lLW11dGU8L3RpdGxlPjxnIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTI1LjY4MiA1NS4wMTZIMTYuNTNjLS40OTUgMC0uOTQ0LS4xOTQtMS4yNzMtLjUxMi0uMzYzLS4zMzQtLjU5LS44MTQtLjU5LTEuMzQ4di0xOC4yNGMwLS4xNy4wMjItLjMzMi4wNjQtLjQ4Ny4yLS43OTMuOTItMS4zNzggMS43NzUtMS4zNzhoOS4xNjJWMzNsMTQuNjY2LTE0LjY2N3Y1MS4zMzRsLTE0LjY1LTE0LjY1ek01OC45MDQgMzkuMDUybC00Ljk2OC00Ljk2OGMtMS40MjgtMS40MjgtMy43NTQtMS40MzItNS4xODYgMC0xLjQzIDEuNDMtMS40MzIgMy43NTMgMCA1LjE4NWw0Ljk2OCA0Ljk2Ny00Ljk2OCA0Ljk2OGMtMS40MjggMS40MjgtMS40MyAzLjc1MyAwIDUuMTg1IDEuNDMgMS40MyAzLjc1NCAxLjQzMiA1LjE4NiAwbDQuOTY4LTQuOTY4IDQuOTY4IDQuOTdjMS40MjcgMS40MjYgMy43NTMgMS40MyA1LjE4NS0uMDAyIDEuNDMtMS40MyAxLjQzMi0zLjc1MyAwLTUuMTg1bC00Ljk2OC00Ljk2OCA0Ljk2Ny00Ljk2OGMxLjQyOC0xLjQzIDEuNDMyLTMuNzU0IDAtNS4xODYtMS40My0xLjQzLTMuNzUzLTEuNDMyLTUuMTg1IDBsLTQuOTY4IDQuOTY4eiIvPjwvZz48L3N2Zz4=")
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+c2V0dGluZ3M8L3RpdGxlPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTU1LjczNyA0NC4zMTRjLS4wMDQtNi4yMTUtNS4xMDQtMTEuMzM4LTExLjMyLTExLjM1Ni02LjI3LS4wMjItMTEuNDIgNS4xMDgtMTEuNDE3IDExLjM3NC4wMDQgNi4yMTUgNS4xMDQgMTEuMzM0IDExLjMxNSAxMS4zNiA2LjI3NC4wMiAxMS40MjYtNS4xMTIgMTEuNDIyLTExLjM3OHptMTAuMjc4IDQuNDAzYy0zLjE0IDEuMTg4LTQuNDc0IDQuMzgyLTMuMDg4IDcuNDMuNDQuOTY3Ljk1NCAxLjkxIDEuMzQyIDIuOTAzLjExMy4zLjAyLjg1LS4yIDEuMDg1LTEuMjU2IDEuMzQtMi41NSAyLjYzNy0zLjg5IDMuODktLjIzNC4yMi0uNzg0LjMxMi0xLjA4NC4xOTUtLjk5NC0uMzgtMS45MzYtLjg5OC0yLjkwNC0xLjMzOC0zLjAzNi0xLjM4Ni02LjI0LS4wNTItNy40MyAzLjA4Ny0uNDU3IDEuMjE2LS45IDEuNzk4LTEuMzUyIDMuMDE2aC02LjgxNmMtLjQ1LTEuMjE4LS45LTEuOC0xLjM1My0zLjAxNy0xLjE4NC0zLjE0LTQuMzg1LTQuNDc0LTcuNDI4LTMuMDg4LS45NjguNDQtMS45MS45NTMtMi45MDQgMS4zMzgtLjMuMTE3LS44NS4wMjYtMS4wODUtLjE5NC0xLjM0LTEuMjU0LTIuNi0yLjU5My0zLjkyNC0zLjg2NS0uNDMtLjQwNi0uNDA4LS43NDMtLjE2Mi0xLjIyLjQ5LS45NDYuOTUtMS45MSAxLjM4LTIuODg2IDEuMzItMi45NTUtLjAxNi02LjE0LTMuMDM3LTcuMy0xLjI0Mi0uNDc3LTIuNDk2LS45MjgtMy43NDctMS4zOXYtNi44MTZjMS4yMi0uNDUgMi40NC0uODk4IDMuNjU2LTEuMzUzIDMuMTM4LTEuMTggNC40NzItNC4zODIgMy4wODYtNy40My0uNDQtLjk2Ny0uOTUzLTEuOTEtMS4zNDItMi45MDMtLjExMy0uMy0uMDIyLS44NS4xOTgtMS4wODUgMS4yNTgtMS4zMzggMi41NTItMi42MzYgMy44OS0zLjg5LjIzNS0uMjIuNzg1LS4zMTIgMS4wODYtLjE5NS45OTQuMzgyIDEuOTM2LjkgMi45MDQgMS4zNCAzLjA0MyAxLjM4IDYuMjQ4LjA0NiA3LjQzLTMuMDkuNDUzLTEuMjE2LjktMS44NDUgMS4zNTItMy4wNmg2LjgxNmMuNDUgMS4yMTUuODk4IDEuODQ4IDEuMzUzIDMuMDYgMS4xODQgMy4xNCA0LjM4NSA0LjQ3NSA3LjQzIDMuMDkuOTY3LS40NCAxLjkxLS45NTggMi45MDMtMS4zNC4zLS4xMTcuODUtLjAyNSAxLjA4NS4xOTUgMS4zNCAxLjI1NCAyLjYgMi41OTIgMy45MjQgMy44NjQuNDMuNDA4LjQwNy43NDYuMTYyIDEuMjIyLS40OTIuOTQ2LS45NSAxLjkxLTEuMzggMi44OS0xLjMyIDIuOTUuMDE2IDYuMTQ1IDMuMDM3IDcuMjk2IDEuMjQ3LjQ3NyAyLjQ5Ny45MjggMy43NDQgMS4zOXY2LjgxNmMtMS4yMTguNDUtMi40MzUuOS0zLjY1MiAxLjM1M3oiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNNTUuNzM3IDQ0LjI4Yy0uMDA0LTYuMjE2LTUuMTA0LTExLjMzOC0xMS4zMi0xMS4zNTYtNi4yNy0uMDIyLTExLjQyIDUuMTA3LTExLjQxNyAxMS4zNzQuMDA0IDYuMjE1IDUuMTA0IDExLjMzMyAxMS4zMTUgMTEuMzYgNi4yNzQuMDIgMTEuNDI2LTUuMTEyIDExLjQyMi0xMS4zOHptMTAuMjc4IDQuNDAzYy0zLjE0IDEuMTg4LTQuNDc0IDQuMzgyLTMuMDg4IDcuNDMuNDQuOTY3Ljk1NCAxLjkxIDEuMzQyIDIuOTAzLjExMy4zLjAyLjg1LS4yIDEuMDg1LTEuMjU2IDEuMzQtMi41NSAyLjYzNy0zLjg5IDMuODktLjIzNC4yMi0uNzg0LjMxMy0xLjA4NC4xOTYtLjk5NC0uMzgyLTEuOTM2LS45LTIuOTA0LTEuMzQtMy4wMzYtMS4zODUtNi4yNC0uMDUtNy40MyAzLjA5LS40NTcgMS4yMTYtLjkgMS44Ni0xLjM1MiAzLjA4aC02LjgxNmMtLjQ1LTEuMjItLjktMS44NjQtMS4zNTMtMy4wOC0xLjE4NC0zLjE0LTQuMzg1LTQuNDc1LTcuNDI4LTMuMDktLjk2OC40NC0xLjkxLjk1NS0yLjkwNCAxLjM0LS4zLjExNy0uODUuMDI1LTEuMDg1LS4xOTUtMS4zNC0xLjI1My0yLjYtMi41OS0zLjkyNC0zLjg2My0uNDMtLjQwNy0uNDA4LS43NDUtLjE2Mi0xLjIyLjQ5LS45NDcuOTUtMS45MTIgMS4zOC0yLjg4NyAxLjMyLTIuOTU1LS4wMTYtNi4xNDItMy4wMzctNy4zLTEuMjQyLS40NzctMi40OTYtLjkyOC0zLjc0Ny0xLjM5di02LjgxNmMxLjIyLS40NSAyLjQ0LS45IDMuNjU2LTEuMzUzIDMuMTM4LTEuMTggNC40NzItNC4zOCAzLjA4Ni03LjQyOC0uNDQtLjk2OC0uOTUzLTEuOTEtMS4zNDItMi45MDQtLjExMy0uMy0uMDIyLS44NS4xOTgtMS4wODUgMS4yNTgtMS4zNCAyLjU1Mi0yLjYzNyAzLjg5LTMuODkuMjM1LS4yMi43ODUtLjMxMiAxLjA4Ni0uMTk1Ljk5NC4zOCAxLjkzNi44OTggMi45MDQgMS4zMzggMy4wNDMgMS4zODMgNi4yNDguMDQ4IDcuNDMtMy4wODcuNDUzLTEuMjE4LjktMS44MTMgMS4zNTItMy4wMjdoNi44MTZjLjQ1IDEuMjE0Ljg5OCAxLjgxMiAxLjM1MyAzLjAyNiAxLjE4NCAzLjEzOCA0LjM4NSA0LjQ3MiA3LjQzIDMuMDg2Ljk2Ny0uNDQgMS45MS0uOTU3IDIuOTAzLTEuMzM4LjMtLjExNy44NS0uMDI2IDEuMDg1LjE5NCAxLjM0IDEuMjU0IDIuNiAyLjU5MyAzLjkyNCAzLjg2NS40My40MDcuNDA3Ljc0NC4xNjIgMS4yMi0uNDkyLjk0Ny0uOTUgMS45MS0xLjM4IDIuODktMS4zMiAyLjk1Mi4wMTYgNi4xNDYgMy4wMzcgNy4yOTcgMS4yNDcuNDc3IDIuNDk3LjkyOCAzLjc0NCAxLjM5djYuODE2Yy0xLjIxOC40NS0yLjQzNS44OTgtMy42NTIgMS4zNTN6IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ left: 0;
+ opacity: .8;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-pointer {
+ position: relative;
+ display: none;
+ width: 1px;
+ border: solid;
+ border-color: rgba(38, 40, 42, 0.95) transparent;
+ border-width: 6px 5px 0;
+ top: -6px;
+ bottom: 0;
+ left: 6px;
+ content: '';
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-pointer.open {
+ display: block
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-pointer.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmNjLW9mZjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJkZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY2Mtb2ZmIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTExLjI0NTI5MjcsMTMuMjY3OTEyMiBDMTEuMDAwNzE0NCwxMy4wMjc0OTE3IDEwLjYxMDU2NTQsMTIuOTUzMjkzOCAxMC4zMjI4NTUsMTMuMTQxNjc5NCBDMTAuMTAyMjkzNCwxMy4yODY3MDI2IDkuODM3MTI5MzUsMTMuMzcxNTAwMiA5LjU1MTg2OTY2LDEzLjM3MTUwMDIgQzguNzgxMzc0NDMsMTMuMzcxNTAwMiA4LjE1Njk0LDEyLjc1NzE5OTMgOC4xNTY5NCwxMS45OTk4MDIzIEM4LjE1Njk0LDExLjI0MjQwNTQgOC43ODEzNzQ0MywxMC42Mjg1ODYyIDkuNTUxODY5NjYsMTAuNjI4NTg2MiBDOS43Nzk3ODMzMywxMC42Mjg1ODYyIDkuOTkzOTczMTYsMTAuNjgyNTQ4NCAxMC4xODMxNjYsMTAuNzc4NDI3NSBDMTAuNTQwOTY2LDEwLjk1OTU4NiAxMC45NzIyODY0LDEwLjkwMzIxNDkgMTEuMjU5NTA2NywxMC42MjYxNzcyIEMxMS42MTI4OTU0LDEwLjI4NDU3NzcgMTEuNTUzMDk4Nyw5LjcwMTU5NDA1IDExLjEzMjU2MTIsOS40NDM4Mjg1NSBDMTAuNTE1NDc4OCw5LjA2NjA5MzY5IDkuNzUxODQ1NTIsOC45MDEzMTY0OSA4LjkzNTI3NzQyLDkuMDYwMzEyMDMgQzcuNzQ2Njk1NCw5LjI5MTU3ODI4IDYuNzgwNjM1NTMsMTAuMjQ1NTUxNSA2LjU1NjE1MjgyLDExLjQxNTM3MzMgQzYuMTg5MDQwMjcsMTMuMzI5MTAxNCA3LjY3MTcwNDQ1LDE1IDkuNTUxODY5NjYsMTUgQzEwLjEyNTMyOTksMTUgMTAuNjU3NjE4NSwxNC44NDE5NjgxIDExLjExMjQ2NTYsMTQuNTY4Nzg0OCBDMTEuNTc0NjY0NywxNC4yOTA3ODM1IDExLjYyOTA2OTksMTMuNjQ0NjgzNSAxMS4yNDUyOTI3LDEzLjI2NzkxMjIiIGlkPSJGaWxsLTEiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTE3LjI0NTQ4NCwxMy4yNjc5MTIyIEMxNy4wMDA4OTU5LDEzLjAyNzQ5MTcgMTYuNjEwNzMxMSwxMi45NTMyOTM4IDE2LjMyMzAwOTIsMTMuMTQxNjc5NCBDMTYuMTAyNDM4NywxMy4yODY3MDI2IDE1LjgzNzI2MzksMTMuMzcxNTAwMiAxNS41NTE5OTI3LDEzLjM3MTUwMDIgQzE0Ljc4MTQ2NjQsMTMuMzcxNTAwMiAxNC4xNTcwMDY4LDEyLjc1NzE5OTMgMTQuMTU3MDA2OCwxMS45OTk4MDIzIEMxNC4xNTcwMDY4LDExLjI0MjQwNTQgMTQuNzgxNDY2NCwxMC42Mjg1ODYyIDE1LjU1MTk5MjcsMTAuNjI4NTg2MiBDMTUuNzc5OTE1NiwxMC42Mjg1ODYyIDE1Ljk5NDExNCwxMC42ODI1NDg0IDE2LjE4MzMxNDUsMTAuNzc4NDI3NSBDMTYuNTQxMTI4OSwxMC45NTk1ODYgMTYuOTcyNDY2OCwxMC45MDMyMTQ5IDE3LjI1OTIwODQsMTAuNjI2MTc3MiBDMTcuNjEzMTAxNiwxMC4yODQ1Nzc3IDE3LjU1MzMwMjQsOS43MDE1OTQwNSAxNy4xMzI3NDgsOS40NDM4Mjg1NSBDMTYuNTE1NjQwNyw5LjA2NjA5MzY5IDE1Ljc1MTk3NjYsOC45MDEzMTY0OSAxNC45MzQ4ODU1LDkuMDYwMzEyMDMgQzEzLjc0Njc0NTcsOS4yOTE1NzgyOCAxMi43ODA2NDY4LDEwLjI0NTU1MTUgMTIuNTU2MTU1MSwxMS40MTUzNzMzIEMxMi4xODkwMjc3LDEzLjMyOTEwMTQgMTMuNjcxNzUxNywxNSAxNS41NTE5OTI3LDE1IEMxNi4xMjU0NzYsMTUgMTYuNjU3Nzg2MiwxNC44NDE5NjgxIDE3LjExMjY1MTYsMTQuNTY4Nzg0OCBDMTcuNTc0ODY5MywxNC4yOTA3ODM1IDE3LjYyODc4NjYsMTMuNjQ0NjgzNSAxNy4yNDU0ODQsMTMuMjY3OTEyMiIgaWQ9IkZpbGwtMyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMjEsMTcgTDMsMTcgTDMsNyBMMjEsNyBMMjEsMTcgWiBNMSwxOC4wODE0MjA5IEMxLDE4LjU4ODczODEgMS40MTk4MzQzOCwxOSAxLjkxNzMwMzQxLDE5IEwyMi4wODI2OTY2LDE5IEMyMi41ODkzMDkzLDE5IDIzLDE4LjU5NjEwNTYgMjMsMTguMDgxNDIwOSBMMjMsNS45MTg1NzkxIEMyMyw1LjQxMTI2MTg3IDIyLjU4MDE2NTYsNSAyMi4wODI2OTY2LDUgTDEuOTE3MzAzNDEsNSBDMS40MTA2OTA3Myw1IDEsNS40MDM4OTQ0MiAxLDUuOTE4NTc5MSBMMSwxOC4wODE0MjA5IFoiIGlkPSJGaWxsLTUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
+ background-size: 100%;
+ top: 0;
+ left: 0;
+ opacity: .8;
+ margin-right: 4px;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.hide {
+ opacity: .35
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.hide:hover {
+ opacity: .35
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.on {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmNjLW9uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJjYy1vbiIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLDE4LjA4MTQyMDkgQzEsMTguNTg4NzM4MSAxLjQxOTgzNDM4LDE5IDEuOTE3MzAzNDEsMTkgTDIyLjA4MjY5NjYsMTkgQzIyLjU4OTMwOTMsMTkgMjMsMTguNTk2MTA1NiAyMywxOC4wODE0MjA5IEwyMyw1LjkxODU3OTEgQzIzLDUuNDExMjYxODcgMjIuNTgwMTY1Niw1IDIyLjA4MjY5NjYsNSBMMS45MTczMDM0MSw1IEMxLjQxMDY5MDczLDUgMSw1LjQwMzg5NDQyIDEsNS45MTg1NzkxIEwxLDE4LjA4MTQyMDkgWiBNMTEuMjQ1MjkyNywxMy4yNjc5MTIyIEMxMS4wMDA3MTQ0LDEzLjAyNzQ5MTcgMTAuNjEwNTY1NCwxMi45NTMyOTM4IDEwLjMyMjg1NSwxMy4xNDE2Nzk0IEMxMC4xMDIyOTM0LDEzLjI4NjcwMjYgOS44MzcxMjkzNSwxMy4zNzE1MDAyIDkuNTUxODY5NjYsMTMuMzcxNTAwMiBDOC43ODEzNzQ0MywxMy4zNzE1MDAyIDguMTU2OTQsMTIuNzU3MTk5MyA4LjE1Njk0LDExLjk5OTgwMjMgQzguMTU2OTQsMTEuMjQyNDA1NCA4Ljc4MTM3NDQzLDEwLjYyODU4NjIgOS41NTE4Njk2NiwxMC42Mjg1ODYyIEM5Ljc3OTc4MzMzLDEwLjYyODU4NjIgOS45OTM5NzMxNiwxMC42ODI1NDg0IDEwLjE4MzE2NiwxMC43Nzg0Mjc1IEMxMC41NDA5NjYsMTAuOTU5NTg2IDEwLjk3MjI4NjQsMTAuOTAzMjE0OSAxMS4yNTk1MDY3LDEwLjYyNjE3NzIgQzExLjYxMjg5NTQsMTAuMjg0NTc3NyAxMS41NTMwOTg3LDkuNzAxNTk0MDUgMTEuMTMyNTYxMiw5LjQ0MzgyODU1IEMxMC41MTU0Nzg4LDkuMDY2MDkzNjkgOS43NTE4NDU1Miw4LjkwMTMxNjQ5IDguOTM1Mjc3NDIsOS4wNjAzMTIwMyBDNy43NDY2OTU0LDkuMjkxNTc4MjggNi43ODA2MzU1MywxMC4yNDU1NTE1IDYuNTU2MTUyODIsMTEuNDE1MzczMyBDNi4xODkwNDAyNywxMy4zMjkxMDE0IDcuNjcxNzA0NDUsMTUgOS41NTE4Njk2NiwxNSBDMTAuMTI1MzI5OSwxNSAxMC42NTc2MTg1LDE0Ljg0MTk2ODEgMTEuMTEyNDY1NiwxNC41Njg3ODQ4IEMxMS41NzQ2NjQ3LDE0LjI5MDc4MzUgMTEuNjI5MDY5OSwxMy42NDQ2ODM1IDExLjI0NTI5MjcsMTMuMjY3OTEyMiBaIE0xNy4yNDU0ODQsMTMuMjY3OTEyMiBDMTcuMDAwODk1OSwxMy4wMjc0OTE3IDE2LjYxMDczMTEsMTIuOTUzMjkzOCAxNi4zMjMwMDkyLDEzLjE0MTY3OTQgQzE2LjEwMjQzODcsMTMuMjg2NzAyNiAxNS44MzcyNjM5LDEzLjM3MTUwMDIgMTUuNTUxOTkyNywxMy4zNzE1MDAyIEMxNC43ODE0NjY0LDEzLjM3MTUwMDIgMTQuMTU3MDA2OCwxMi43NTcxOTkzIDE0LjE1NzAwNjgsMTEuOTk5ODAyMyBDMTQuMTU3MDA2OCwxMS4yNDI0MDU0IDE0Ljc4MTQ2NjQsMTAuNjI4NTg2MiAxNS41NTE5OTI3LDEwLjYyODU4NjIgQzE1Ljc3OTkxNTYsMTAuNjI4NTg2MiAxNS45OTQxMTQsMTAuNjgyNTQ4NCAxNi4xODMzMTQ1LDEwLjc3ODQyNzUgQzE2LjU0MTEyODksMTAuOTU5NTg2IDE2Ljk3MjQ2NjgsMTAuOTAzMjE0OSAxNy4yNTkyMDg0LDEwLjYyNjE3NzIgQzE3LjYxMzEwMTYsMTAuMjg0NTc3NyAxNy41NTMzMDI0LDkuNzAxNTk0MDUgMTcuMTMyNzQ4LDkuNDQzODI4NTUgQzE2LjUxNTY0MDcsOS4wNjYwOTM2OSAxNS43NTE5NzY2LDguOTAxMzE2NDkgMTQuOTM0ODg1NSw5LjA2MDMxMjAzIEMxMy43NDY3NDU3LDkuMjkxNTc4MjggMTIuNzgwNjQ2OCwxMC4yNDU1NTE1IDEyLjU1NjE1NTEsMTEuNDE1MzczMyBDMTIuMTg5MDI3NywxMy4zMjkxMDE0IDEzLjY3MTc1MTcsMTUgMTUuNTUxOTkyNywxNSBDMTYuMTI1NDc2LDE1IDE2LjY1Nzc4NjIsMTQuODQxOTY4MSAxNy4xMTI2NTE2LDE0LjU2ODc4NDggQzE3LjU3NDg2OTMsMTQuMjkwNzgzNSAxNy42Mjg3ODY2LDEzLjY0NDY4MzUgMTcuMjQ1NDg0LDEzLjI2NzkxMjIgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.on.hide {
+ opacity: .35
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn.on.hide:hover {
+ opacity: .35
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container {
+ display: block;
+ position: relative;
+ bottom: 95px;
+ left: -1px;
+ width: 24px;
+ height: 72px;
+ padding: 7px 0;
+ background: rgba(18, 23, 23, 0.8);
+ border-radius: 4px;
+ z-index: 1;
+ visibility: hidden;
+ -webkit-animation-name: none;
+ animation-name: none;
+ -webkit-animation-duration: 0s;
+ -moz-animation-duration: 0s;
+ animation-duration: 0s;
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container:after {
+ display: block;
+ border: solid;
+ border-color: rgba(18, 23, 23, 0.8) transparent;
+ border-width: 6px 5px 0;
+ position: absolute;
+ top: 100%;
+ bottom: 0;
+ left: 7px;
+ content: ''
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container.open {
+ visibility: visible
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-level,
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-bar {
+ margin-top: 0;
+ height: 100%
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-bar {
+ background: rgba(255, 255, 255, 0.1);
+ border-radius: 2px
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-level {
+ background: rgba(255, 255, 255, 0.4);
+ width: 4px;
+ margin-left: 10px;
+ margin-top: 0;
+ border-radius: 2px
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-handle {
+ position: relative;
+ width: 12px;
+ height: 12px;
+ background: #fff;
+ border: 0;
+ border-radius: 50%;
+ margin-left: -4px;
+ z-index: 2;
+ opacity: 0;
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-handle.show {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-volume-bar-container .yvp-volume-value {
+ background: rgba(255, 255, 255, 0.8);
+ border: 0;
+ border-radius: 2px
+ }
+
+ .yvp-main .yvp-tooltip {
+ display: inline-block;
+ position: absolute;
+ }
+
+ .yvp-main .yvp-tooltip:hover {
+ text-decoration: none;
+ }
+
+ .yvp-main .yvp-tooltip:hover .yvp-tooltip-wrapper .yvp-tooltip-content {
+ display: table
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper {
+ bottom: 34px;
+ margin: auto;
+ position: absolute;
+ display: block;
+ z-index: 5;
+ text-align: center;
+ left: -1000px;
+ right: -1000px;
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper .yvp-tooltip-content {
+ display: none;
+ background: rgba(25, 26, 27, 0.8);
+ color: #fff;
+ font-size: 11px;
+ margin: auto;
+ padding: 5px 11px;
+ white-space: nowrap;
+ text-align: center;
+ pointer-events: none;
+ border-radius: 3px;
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper .yvp-tooltip-content:before {
+ border: solid;
+ border-color: rgba(38, 40, 42, 0.95) transparent;
+ border-width: 5px 3px 0;
+ bottom: -5px;
+ content: '';
+ display: block;
+ left: 50%;
+ margin-left: -3px;
+ position: absolute;
+ z-index: 5
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper.yvp-tooltip-pos-bottom {
+ top: 30px;
+ bottom: 0;
+ }
+
+ .yvp-main .yvp-tooltip .yvp-tooltip-wrapper.yvp-tooltip-pos-bottom .yvp-tooltip-content:before {
+ border-width: 0 3px 5px;
+ top: -5px;
+ bottom: 0
+ }
+
+ .yvp-main .yvp-tooltip.yvp-tooltip-hidden .yvp-tooltip-wrapper {
+ display: none
+ }
+
+ .yvp-main .yvp-tooltip.yvp-fullscreen-btn .yvp-tooltip-wrapper {
+ margin-right: 60px;
+ }
+
+ .yvp-main .yvp-tooltip.yvp-fullscreen-btn .yvp-tooltip-wrapper .yvp-tooltip-content:before {
+ margin-left: 25px
+ }
+
+ .yvp-mode-ad .yvp-top-bar .yvp-ad-count-container,
+ .yvp-mode-vpaid .yvp-top-bar .yvp-ad-count-container {
+ display: block
+ }
+
+ .yvp-state-video .yvp-top-bar {
+ display: block
+ }
+
+ .yvp-state-start-screen .yvp-top-bar,
+ .yvp-state-error .yvp-top-bar,
+ .yvp-state-end-screen .yvp-top-bar,
+ .yvp-state-loading .yvp-top-bar {
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-top-bar .yvp-provider-logo,
+ .yvp-mode-vpaid .yvp-top-bar .yvp-provider-logo {
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-playing-item-title.yvp-title-standard,
+ .yvp-mode-vpaid .yvp-playing-item-title.yvp-title-standard {
+ opacity: 0;
+ z-index: 0
+ }
+
+ .yvp-settings-on .yvp-bottom-bar .yvp-upnext-playlist {
+ display: none
+ }
+
+ .yvp-settings-on .yvp-bottom-bar .yvp-volume-bar-container {
+ visibility: hidden
+ }
+
+ .yvp-content .yvp-main .yvp-mute-indicator {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ width: 10px;
+ height: 10px;
+ margin: 0 8px 8px 0;
+ float: right;
+ opacity: 0;
+ visibility: hidden;
+ z-index: 32;
+ background-image: url("data:image/gif;base64,R0lGODlhCgAKAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOEQ3QkM1NDcyNDQxMUU2QTVFRDg5Q0IwRUY3QjFDQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOEQ3QkM1NTcyNDQxMUU2QTVFRDg5Q0IwRUY3QjFDQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE4RDdCQzUyNzI0NDExRTZBNUVEODlDQjBFRjdCMUNDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE4RDdCQzUzNzI0NDExRTZBNUVEODlDQjBFRjdCMUNDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQMAAQAsAAAAAAoACgAAAhCMj6nLnQAYNPPUC2PAmIICACH5BAUDAAEALAAABAAKAAMAAAIHBIKpaOthCgAh+QQFAwABACwIAAUAAgABAAACAgQKACH5BAUDAAEALAAAAwAKAAIAAAIGBIKpaAkFACH5BAUDAAEALAAAAgAJAAMAAAIHBIKpYetQAAAh+QQFAwABACwEAAIABgACAAACBASCiVYAIfkEBQMAAQAsAAABAAoAAgAAAgUEgqkbVgAh+QQJAwABACwAAAAABgACAAACBASCiVYAIfkEBQMAAQAsAAAAAAoACgAAAg2MA3CobLminLTai2kBACH5BAkDAAEALAAAAAAKAAIAAAIFjG8AyFEAIfkECQMAAQAsAAAAAAoACgAAAgyMbwCouQijnLTaKwsAIfkECQMAAQAsAAAAAAoACgAAAhSMjwkGe82ag0HOS7OMUff7cRVQAAAh+QQJAwABACwAAAAACgAKAAACFIyPqQdgHVyUDc5XMbY839lt1FgAACH5BAkDAAEALAAAAAAKAAoAAAITjI+pB2CNYGiy0ufm1dj2bHlaAQAh+QQJAwABACwAAAAACgAKAAACEoyPqasA5lAMbtoKH8U7X69dBQAh+QQJAwABACwAAAAACgAKAAACEYyPqbvA4AJEU8JYL96ZbwMVACH5BAkDAAEALAAAAAAKAAoAAAIRjI+pywxgHpLh0WsjrJlrrBUAIfkECQMAAQAsAAAAAAoACgAAAhCMj6nLDOBgeIjOJy3OXPMCACH5BAkDAAEALAAAAAAKAAoAAAIRjI+py90ADEQzwIqvjFb3XQAAIfkEBQMAAQAsAAAAAAoACgAAAhGMj6nL3QAQNDPAii+NVvddAAAh+QQFAwABACwEAAQAAgABAAACAgQKACH5BAUDAAEALAEABQABAAEAAAICRAEAIfkEBQMAAQAsAAADAAoAAwAAAgeMA3DLpo0KACH5BAUDAAEALAQAAgAFAAQAAAIFBIKpi1AAIfkEBQMAAQAsAAAEAAIAAQAAAgIECgAh+QQFAwABACwEAAEAAgABAAACAgQKACH5BAUDAAEALAAAAwACAAEAAAICBAoAIfkECQMAAQAsAAAAAAoABQAAAgiMA3DL7Q9TAQAh+QQJAwABACwAAAAACgAKAAACD4wDcIvKlh50szaJs96sAAAh+QQJAwABACwAAAAACgAKAAACFIyPCJC3bZ5jQS5Lb944Xu91FVAAACH5BAkDAAEALAAAAAAKAAoAAAITjI+pB7DRkoOzRWps3bfbzG1gAQAh+QQJAwABACwAAAAACgAKAAACEoyPqQew0V5kDtY2MzZa8219BQAh+QQJAwABACwAAAAACgAKAAACEYyPqasA7FAM09VHrbl36+wVACH5BAUDAAEALAAAAAAKAAoAAAIRjI+pywzgYHjP1EmtpLvfDxQAIfkECQMAAQAsBAAEAAYAAgAAAgOMj1YAIfkECQMAAQAsAAAAAAoACgAAAgqMj6nL3QCcnLIAACH5BAkDAAEALAAAAAAKAAoAAAIQjI+py+0NgIlxykBvxdTaAgAh+QQFAwABACwAAAAACgAKAAACD4yPqcvtjwAwksoZar7WFgAh+QQFAwABACwAAAYAAgABAAACAgQKACH5BAUDAAEALAAABQAGAAIAAAIEBIKJVgAh+QQFAwABACwAAAQACgADAAACBgSCqctrBQAh+QQFAwABACwEAAUABgABAAACAwQSVgAh+QQFAwABACwAAAMACgACAAACBQSCqYtQACH5BAUDAAEALAAAAgAJAAMAAAIHBIKpu4ZQAAAh+QQFAwABACwIAAMAAgABAAACAgQKACH5BAUDAAEALAAAAQAKAAMAAAIHBIKpG6aeCgAh+QQJAwABACwAAAAAAgABAAACAgQKACH5BAUDAAEALAAAAAAKAAoAAAILjI95AMgKo5y00gIAIfkECQMAAQAsAAAAAAoAAgAAAgWMbwDIUQAh+QQJAwABACwAAAAACgAKAAACC4xvAIjKD6OctNYCACH5BAkDAAEALAAAAAAKAAoAAAIUjI95AGrMXgtwRgqlvDzjbYWdVAAAIfkECQMAAQAsAAAAAAoACgAAAhSMj3kAahxalAzOVzG2PN/ZbdRYAAAh+QQJAwABACwAAAAACgAKAAACE4yPqQuAbRoMUzp6bcxy78qBWwEAIfkECQMAAQAsAAAAAAoACgAAAhOMj6kLgG3gkY26UK+1sfbOYUABACH5BAkDAAEALAAAAAAKAAoAAAITjI+pC4Bt4JEyutDozbtr+2FAAQAh+QQJAwABACwAAAAACgAKAAACEYyPqcsGgJ6DR4ZnM55Td6oVACH5BAkDAAEALAAAAAAKAAoAAAIRjI+pywaAnoNHBjun3Y9yPhUAIfkEBQMAAQAsAAAAAAoACgAAAhGMj6nLDGAekoFGWB+menvuFQAh+QQFAwABACwAAAAAAQABAAACAkwBACH5BAUDAAEALAEAAwAFAAQAAAIGjAGmG6kFACH5BAUDAAEALAAAAwAKAAQAAAIIjG8AyM3rQgEAIfkEBQMAAQAsBAACAAIAAQAAAgIECgAh+QQFAwABACwJAAIAAQABAAACAkQBACH5BAUDAAEALAgAAgABAAEAAAICRAEAIfkEBQMAAQAsAAABAAYABQAAAgeMA3DLnVsAACH5BAUDAAEALAkAAQABAAEAAAICRAEAIfkEBQMAAQAsCAABAAEAAQAAAgJEAQAh+QQFAwABACwEAAAAAgABAAACAgQKACH5BAkDAAEALAAAAAAKAAYAAAIIjG8AyO0PYygAIfkECQMAAQAsAAAAAAoACgAAAhGMjwhgqxzckbLBGi9MvPt/FAAh+QQJAwABACwAAAAACgAKAAACFIyPeQDI9lYLEc5KL9M2+m11XFYAACH5BAkDAAEALAAAAAAKAAoAAAITjI+pC4Bt4JEyutDozbtr+2FAAQAh+QQJAwABACwAAAAACgAKAAACEoyPqasA5lAMEz7q7sy6b99ZBQAh+QQJAwABACwAAAAACgAKAAACEYyPqcsGgJ6DR4ZnM55Td6oVACH5BAkDAAEALAAAAAAKAAoAAAIRjI+py30AEDTzxQCrzvRmDxYAIfkECQMAAQAsAAAAAAoACgAAAhGMj6nL3QAMRDPAiq+MVvddAAAh+QQJAwABACwAAAAACgAKAAACEIyPqcvtDYCJccpAb8XU2gIAIfkECQMAAQAsAAAAAAoACgAAAhGMj6nL7QmAitHUQCXW2XJQAAAh+QQFAwABACwAAAAACgAKAAACEIyPqcudABg8kdYZIN7a8AIAIfkEBQMAAQAsBAAGAAYAAQAAAgNEDlAAIfkEBQMAAQAsAAAEAAYAAgAAAgQEgolWACH5BAUDAAEALAAAAwAKAAMAAAIHBIKpaOthCgAh+QQFAwABACwEAAMABgACAAACBASCiVYAIfkEBQMAAQAsAAACAAoAAgAAAgUEgqkbVgAh+QQFAwABACwAAAEABgACAAACBASCiVYAIfkEBQMAAQAsAAAAAAoAAwAAAgcEgqlo62EKACH5BAkDAAEALAAAAAAKAAIAAAIFjI95AAUAIfkECQMAAQAsAAAAAAoACgAAAg2MA3CobLminLTai2kBACH5BAkDAAEALAAAAAAKAAoAAAITjG8AqKkbWnzOyUunhRjvOnlTAQAh+QQJAwABACwAAAAACgAKAAACFIyPeQDR/hgzE9YracxQY7+BmlYAACH5BAkDAAEALAAAAAAKAAoAAAIUjI+pB2DdngtwRgqlvDzjbYWdVAAAIfkECQMAAQAsAAAAAAoACgAAAhOMj6kLgG0aDFM6em3Mcu/KgVsBACH5BAkDAAEALAAAAAAKAAoAAAISjI+pywaAnnswSEvnvDzjXXUFACH5BAkDAAEALAAAAAAKAAoAAAISjI+pyw0G4gsRSmsrnZJ7DQIFACH5BAkDAAEALAAAAAAKAAoAAAISjI+py30AEDRwBlvj1Zny6nkFACH5BAkDAAEALAAAAAAKAAoAAAIRjI+py+0HAIom0nCtxFvXDhQAIfkECQMAAQAsAAAAAAoACgAAAhCMj6nL7W+ABJGGaWXVN4MCACH5BAUDAAEALAAAAAAKAAoAAAIQjI+py+0JAIuGhmgzrvKCAgA7");
+ }
+
+ .yvp-content .yvp-main .yvp-mute-indicator:hover {
+ cursor: pointer
+ }
+
+ .yvp-content .yvp-main .yvp-docked-close-button {
+ position: absolute;
+ opacity: 0;
+ visibility: hidden;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+YnV0dG9uLWNsb3NlPC90aXRsZT48ZGVmcz48ZmlsdGVyIHg9Ii01MCUiIHk9Ii01MCUiIHdpZHRoPSIyMDAlIiBoZWlnaHQ9IjIwMCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImEiPjxmZU9mZnNldCBkeD0iMSIgZHk9IjEiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIuNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjM1IDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIiByZXN1bHQ9InNoYWRvd01hdHJpeE91dGVyMSIvPjxmZU1lcmdlPjxmZU1lcmdlTm9kZSBpbj0ic2hhZG93TWF0cml4T3V0ZXIxIi8+PGZlTWVyZ2VOb2RlIGluPSJTb3VyY2VHcmFwaGljIi8+PC9mZU1lcmdlPjwvZmlsdGVyPjwvZGVmcz48cGF0aCBkPSJNMTIuMDI1IDEwLjYxTDYuNzE4IDUuMzAzYy0uMzg1LS4zODQtMS4wMi0uMzg2LTEuNDEuMDA0LS4zOTQuMzkzLS4zOTMgMS4wMjItLjAwNSAxLjQxbDUuMzA3IDUuMzA4LTUuMzA3IDUuMzA3Yy0uMzg0LjM4NC0uMzg2IDEuMDIuMDA0IDEuNDEuMzkzLjM5MyAxLjAyMi4zOTIgMS40MS4wMDRsNS4zMDgtNS4zMDcgNS4zMDcgNS4zMDZjLjM4NC4zODQgMS4wMi4zODcgMS40MS0uMDA0LjM5My0uMzkzLjM5Mi0xLjAyMi4wMDQtMS40MWwtNS4zMDctNS4zMDcgNS4zMDYtNS4zMDdjLjM4NC0uMzg1LjM4Ny0xLjAyLS4wMDQtMS40MS0uMzkzLS4zOTQtMS4wMjItLjM5My0xLjQxLS4wMDVsLTUuMzA3IDUuMzA3eiIgZmlsdGVyPSJ1cmwoI2EpIiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
+ background-size: 100%;
+ background-color: transparent;
+ z-index: 32;
+ width: 24px;
+ height: 24px;
+ background-repeat: no-repeat;
+ background-position: 50% 50%;
+ border-radius: 0;
+ right: -3px;
+ cursor: pointer
+ }
+
+ .yvp-content.yvp-state-fullscreen .yvp-main .yvp-mute-indicator {
+ margin: 0 15px 15px 0
+ }
+
+ .yvp-content.yvp-state-fullscreen .yvp-main .yvp-docked-close-button {
+ visibility: hidden
+ }
+
+ .yvp-overlay-hide-cursor {
+ position: absolute;
+ display: block;
+ z-index: 30;
+ cursor: none;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0
+ }
+
+ .yvp-custom-controls {
+ position: absolute;
+ z-index: 29;
+ display: none;
+ height: 100%;
+ width: 100%
+ }
+
+ #Stencil .channel-applet-wrap.mode-embedtron .yvp-content {
+ z-index: 5
+ }
+
+ html[dir='rtl'] .yvp-settings-caret-icon.right {
+ -webkit-transform: rotate(180deg);
+ -moz-transform: rotate(180deg);
+ -ms-transform: rotate(180deg);
+ -o-transform: rotate(180deg);
+ transform: rotate(180deg);
+ left: 0;
+ right: 2px
+ }
+
+ html[dir='rtl'] .yvp-settings-caret-icon.left {
+ -webkit-transform: rotate(180deg);
+ -moz-transform: rotate(180deg);
+ -ms-transform: rotate(180deg);
+ -o-transform: rotate(180deg);
+ transform: rotate(180deg)
+ }
+
+ html[dir='rtl'] .yvp-cc-feedback-link {
+ float: left
+ }
+
+ html[dir='rtl'] .yvp-cc-options-more .effects {
+ margin-left: 0;
+ margin-right: 90px
+ }
+
+ html[dir='rtl'] .yvp-cc-options-more .bgcolorpicker {
+ margin-left: 0;
+ margin-right: 65px
+ }
+
+ html[dir='rtl'] .yvp-cc-options-more .fontcolorpicker {
+ margin-left: 0;
+ margin-right: 65px
+ }
+
+ html[dir='rtl'] .yvp-cc-options-more .yvp-cc-style-preview {
+ margin: 40px 85px 20px 0
+ }
+
+ @-moz-keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @-webkit-keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @-o-keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @-ms-keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @keyframes flash-button {
+ 0%,
+ 100% {
+ background-color: transparent
+ }
+ 50% {
+ background-color: #5f32fb
+ }
+ }
+
+ @-moz-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-webkit-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-o-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-ms-keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @keyframes fadeIn {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+ </style>
+ <style type="text/css">
+ .yvp-flag-casting .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-chromecast-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbi1jaHJvbWVjYXN0LW9uPC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMC4wMDMgMGgtMTZjLTEuMTA1IDAtMiAuODk1LTIgMnYxLjMwM2MuNjg3LjE0IDEuMzUuMzQyIDIgLjU3MlYyaDE2djEwaC03LjI2Yy4yOC42NDQuNTEgMS4zMTQuNzAyIDJoNi41NThjMS4xMDQgMCAyLS44OTUgMi0yVjJjMC0xLjEwNS0uODk2LTItMi0yIi8+PHBhdGggZD0iTTExLjY5IDEwSDE4VjRINnYuNzNjMi4zMjcgMS4yMyA0LjI5IDMuMDU0IDUuNjkgNS4yN3pNNi40MSAxNmMtLjM5NSAwLS43NjgtLjIzMy0uOTI3LS42Mi0uODUtMi4wNzMtMi42MTYtMy42My00LjcyNi00LjE2Ni0uNTM1LS4xMzctLjg2LS42OC0uNzIzLTEuMjE2LjEzNS0uNTM1LjY4LS44NTUgMS4yMTUtLjcyNCAyLjcyLjY5MiA0Ljk5NSAyLjY5IDYuMDg0IDUuMzQ3LjIxLjUxMi0uMDM2IDEuMDk2LS41NDYgMS4zMDYtLjEyNS4wNS0uMjUzLjA3NC0uMzguMDc0Ii8+PHBhdGggZD0iTTEwLjYxNyAxNmMtLjQ0NSAwLS44NS0uMjk4LS45NjctLjc0OC0xLjEtNC4yMi00LjU1Ny03LjQwMi04LjgxLTguMTA1LS41NDUtLjA5LS45MTQtLjYwNS0uODI0LTEuMTUuMDktLjU0NS42MDQtLjkyNCAxLjE1LS44MjMgNS4wMzIuODMgOS4xMiA0LjU5IDEwLjQyIDkuNTc0LjEzOC41MzQtLjE4MiAxLjA4LS43MTcgMS4yMi0uMDg1LjAyLS4xNy4wMzItLjI1My4wMzJNMi40NDYgMTQuNDljLjAwNC4wMDQuMDA3LjAxLjAxLjAxNS4wOTcuMTcyLjE0LjM2LjEzLjU0NC0uMDEuMTgtLjA2Ny4zNi0uMTc1LjUxNy0uMDgyLjEyLS4xOTIuMjI1LS4zMjguMzAyLS4xNTguMDktLjMyNy4xMTQtLjQ5Ni4xMTRILjAydi0xLjQ2NmMtLjAwMi0uMTcuMDI1LS4zMzguMTE0LS40OTYuMjc0LS40OC44ODQtLjY0NiAxLjM2NC0uMzc0LjI1LjE0My40NC4zMi41OTMuNDZsLjE0LjEyN2MuMDg4LjA3NC4xNi4xNi4yMTYuMjU0eiIvPjwvZz48L3N2Zz4=")
+ }
+
+ .yvp-drag .yvp-handle,
+ .yvp-drag .yvp-playback-bar {
+ -webkit-transition: none !important;
+ -moz-transition: none !important;
+ -o-transition: none !important;
+ transition: none !important
+ }
+
+ .yvp-mode-ad .yvp-top-bar .yvp-ad,
+ .yvp-mode-vpaid .yvp-top-bar .yvp-ad {
+ display: block
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar,
+ .yvp-mode-vpaid .yvp-bottom-bar {
+ height: 44px;
+ background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.1) 25%, rgba(18, 23, 23, 0.5) 100%);
+ background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.1) 25%, rgba(18, 23, 23, 0.5) 100%);
+ background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.1) 25%, rgba(18, 23, 23, 0.5) 100%);
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-bottom-container,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-bottom-container {
+ top: 0
+ }
+
+ .yvp-mode-ad .yvp-playing-item-title.yvp-title-standard,
+ .yvp-mode-vpaid .yvp-playing-item-title.yvp-title-standard {
+ opacity: 0;
+ z-index: 0
+ }
+
+ .yvp-playing-item-title {
+ display: block;
+ position: absolute;
+ opacity: 0;
+ }
+
+ .yvp-playing-item-title.yvp-title-standard {
+ left: 0;
+ top: 0;
+ box-sizing: border-box;
+ width: 100%;
+ padding: 10px 0 0 16px;
+ color: #fff;
+ background-image: -webkit-linear-gradient(-180deg, rgba(18, 23, 23, 0.8) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
+ background-image: -o-linear-gradient(-180deg, rgba(18, 23, 23, 0.8) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
+ background-image: linear-gradient(-180deg, rgba(18, 23, 23, 0.8) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
+ font-weight: 500;
+ font-size: 22px;
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
+ line-height: 24px;
+ z-index: 30;
+ opacity: 1;
+ -webkit-transition: opacity .6s ease-out .1s;
+ -moz-transition: opacity .6s ease-out .1s;
+ -o-transition: opacity .6s ease-out .1s;
+ transition: opacity .6s ease-out .1s;
+ }
+
+ .yvp-playing-item-title.yvp-title-standard.yvp-live {
+ padding: 48px 0 0 16px
+ }
+
+ .yvp-playing-item-title.yvp-title-standard.yvp-hide {
+ opacity: 0;
+ z-index: 0;
+ -webkit-transition: all .3s ease-out .1s;
+ -moz-transition: all .3s ease-out .1s;
+ -o-transition: all .3s ease-out .1s;
+ transition: all .3s ease-out .1s
+ }
+
+ .yvp-top-bar {
+ position: absolute;
+ z-index: 31;
+ width: 100%;
+ top: 0;
+ height: 0;
+ }
+
+ .yvp-top-bar .yvp-ad {
+ display: none;
+ position: absolute;
+ top: 14px;
+ left: 24px;
+ color: #fff;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-size: 14px
+ }
+
+ .yvp-top-bar .yvp-content-type {
+ display: block;
+ opacity: 1;
+ height: auto;
+ left: 16px;
+ top: 16px;
+ position: absolute;
+ padding: 5px 10px 5px 10px;
+ border-radius: 2px;
+ background-color: #7300ff;
+ background-image: -webkit-linear-gradient(45deg, #ff3541 0%, #ff6230 100%);
+ background-image: -o-linear-gradient(45deg, #ff3541 0%, #ff6230 100%);
+ background-image: linear-gradient(45deg, #ff3541 0%, #ff6230 100%);
+ font-family: 'HelveticaNeue-Bold', Helvetica, Arial, sans-serif;
+ color: #fff;
+ text-shadow: none;
+ text-transform: uppercase;
+ letter-spacing: .6px;
+ font-weight: normal;
+ font-size: 10px;
+ }
+
+ .yvp-top-bar .yvp-content-type.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar {
+ position: absolute;
+ background-color: transparent;
+ background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(18, 23, 23, 0.2) 50%, rgba(18, 23, 23, 0.8) 100%);
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100px;
+ z-index: 30;
+ cursor: auto;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container {
+ display: block;
+ position: relative;
+ top: 56px;
+ height: 44px;
+ margin: 0 10px 0 10px;
+ cursor: auto;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls {
+ display: inline-block;
+ margin-top: 10px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ float: right;
+ opacity: 1;
+ -webkit-transition: opacity .4s linear;
+ -moz-transition: opacity .4s linear;
+ -o-transition: opacity .4s linear;
+ transition: opacity .4s linear;
+ direction: ltr;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .button {
+ height: 24px;
+ width: 24px;
+ bottom: 0;
+ background-position: center;
+ background-repeat: no-repeat;
+ float: none;
+ display: inline-block;
+ position: relative;
+ margin-left: 4px;
+ cursor: pointer
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZnVsbHNjcmVlbjwvdGl0bGU+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNzAuNzg1IDUwLjYyMmMtLjExLTEuOTYtMS43MzYtMy40NjYtMy44NC0zLjQzaC0uMDAzYy0yIC4xMTQtMy41NDIgMS44NC0zLjQzMyAzLjgxNGwuMjEyIDYuNDEtMTEuMTA3LTEwLjcyNy01LjA2IDUuMjQ0IDExLjEwMyAxMC43MjItNi41My4wMTNjLTEuOTU3LjAzMy0zLjUzIDEuNTk4LTMuNTc4IDMuNTcyLS4wMiAxLjAwNC4zOSAxLjk5IDEuMTIyIDIuNjk2LjY2LjYzIDEuNTI0Ljk5NiAyLjQ2IDEuMDE3bDE5LjUxMi4xNzQtLjg2LTE5LjUwOE00Mi4yMjQgMzYuNzQ1bC0xMS4xMS0xMC43MyA2LjUzMi0uMDFjMS45NTgtLjAzMyAzLjUyNy0xLjU5NyAzLjU4LTMuNTY4LjAxOC0xLjAxLS4zOS0xLjk5My0xLjExNS0yLjY5Ni0uNjYzLS42MzctMS41My0xLTIuNDY4LTEuMDJsLTE5LjUxLS4xNzQuODU4IDE5LjUxYy4xMSAxLjk1OCAxLjczNiAzLjQ2MyAzLjgzNiAzLjQyNmguMDAzYy45NzItLjA1NCAxLjg2Ny0uNDg0IDIuNTE1LTEuMjEuNjUtLjczLjk3OC0xLjY2Ny45Mi0yLjZsLS4yMTItNi40MTJMMzcuMTYgNDEuOTg2bDUuMDY0LTUuMjQiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ left: 0;
+ opacity: .8;
+ cursor: pointer;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn.fullscreen {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZXhpdC1mdWxsc2NyZWVuPC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00Ny4xOTMgNjUuNzUyYy4wNzMgMS45MTcgMS42MzYgMy40MTQgMy42OSAzLjQxNGguMDA0YzEuOTU3LS4wNzYgMy40OS0xLjczNCAzLjQxOC0zLjY2NWwtLjEtNi4yNjIgMTAuNjY2IDEwLjY2NCA1LjAzMi01LjAzNS0xMC42Ni0xMC42NiA2LjM3NS4wOThjMS45MTMgMCAzLjQ3Ni0xLjUgMy41NTYtMy40My4wMzctLjk4LS4zNDYtMS45NDgtMS4wNS0yLjY1LS42MzMtLjYyOC0xLjQ3LTEtMi4zODUtMS4wMzZsLTE5LjA1Mi0uNTA0LjUwNyAxOS4wNjZNMTcuNTQgMjIuNTdsMTAuNjY3IDEwLjY3LTYuMzgtLjEwM2MtMS45MTIgMC0zLjQ3MiAxLjUtMy41NTUgMy40MjQtLjAzNy45OS4zNDYgMS45NTQgMS4wNDIgMi42NTQuNjM3LjYzNCAxLjQ4IDEuMDAyIDIuMzkzIDEuMDM4bDE5LjA1Mi41MDMtLjUwOC0xOS4wN2MtLjA3My0xLjkxMi0xLjYzNi0zLjQxLTMuNjg3LTMuNDFoLS4wMDRjLS45NS4wMzctMS44My40NC0yLjQ3NiAxLjE0LS42NS43LS45ODQgMS42MS0uOTQ0IDIuNTIybC4xIDYuMjY2TDIyLjU3MyAxNy41NGwtNS4wMzUgNS4wMyIvPjwvZz48L3N2Zz4=");
+ background-size: 100%
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-chromecast-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbi1jaHJvbWVjYXN0PC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMC4wMDMgMGgtMTZjLTEuMTA1IDAtMiAuODk1LTIgMnYxLjMwM2MuNjg3LjE0IDEuMzUuMzQyIDIgLjU3MlYyaDE2djEwaC03LjI2Yy4yOC42NDQuNTEgMS4zMTQuNzAyIDJoNi41NThjMS4xMDQgMCAyLS44OTUgMi0yVjJjMC0xLjEwNS0uODk2LTItMi0yTTYuNDEgMTZjLS4zOTUgMC0uNzY4LS4yMzMtLjkyNy0uNjItLjg1LTIuMDczLTIuNjE2LTMuNjMtNC43MjYtNC4xNjYtLjUzNS0uMTM3LS44Ni0uNjgtLjcyMy0xLjIxNi4xMzUtLjUzNS42OC0uODU1IDEuMjE1LS43MjQgMi43Mi42OTIgNC45OTUgMi42OSA2LjA4NCA1LjM0Ny4yMS41MTItLjAzNiAxLjA5Ni0uNTQ2IDEuMzA2LS4xMjUuMDUtLjI1My4wNzQtLjM4LjA3NCIvPjxwYXRoIGQ9Ik0xMC42MTcgMTZjLS40NDUgMC0uODUtLjI5OC0uOTY3LS43NDgtMS4xLTQuMjItNC41NTctNy40MDItOC44MS04LjEwNS0uNTQ1LS4wOS0uOTE0LS42MDUtLjgyNC0xLjE1LjA5LS41NDUuNjA0LS45MjQgMS4xNS0uODIzIDUuMDMyLjgzIDkuMTIgNC41OSAxMC40MiA5LjU3NC4xMzguNTM0LS4xODIgMS4wOC0uNzE3IDEuMjItLjA4NS4wMi0uMTcuMDMyLS4yNTMuMDMyTTIuNDQ2IDE0LjQ5Yy4wMDQuMDA0LjAwNy4wMS4wMS4wMTUuMDk3LjE3Mi4xNC4zNi4xMy41NDQtLjAxLjE4LS4wNjcuMzYtLjE3NS41MTctLjA4Mi4xMi0uMTkyLjIyNS0uMzI4LjMwMi0uMTU4LjA5LS4zMjcuMTE0LS40OTYuMTE0SC4wMnYtMS40NjZjLS4wMDItLjE3LjAyNS0uMzM4LjExNC0uNDk2LjI3NC0uNDguODg0LS42NDYgMS4zNjQtLjM3NC4yNS4xNDMuNDQuMzIuNTkzLjQ2bC4xNC4xMjdjLjA4OC4wNzQuMTYuMTYuMjE2LjI1NHoiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ opacity: .8;
+ }
+
+ .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-chromecast-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-bottom-bar .yvp-play-controls {
+ display: block;
+ top: 0;
+ left: 0;
+ padding-top: 10px;
+ opacity: 1;
+ -webkit-transition: opacity .4s linear;
+ -moz-transition: opacity .4s linear;
+ -o-transition: opacity .4s linear;
+ transition: opacity .4s linear;
+ direction: ltr
+ }
+
+ .yvp-bottom-bar .yvp-play-btn {
+ position: relative;
+ display: inline-block;
+ background-position: 50% 50%;
+ background-size: 100%;
+ bottom: 0;
+ left: 0;
+ margin-top: 0;
+ margin-left: -4px;
+ width: 24px;
+ height: 24px;
+ cursor: pointer
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container {
+ bottom: 0;
+ left: 0;
+ margin-left: 4px;
+ width: 24px;
+ height: 24px;
+ display: inline-block;
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container.disabled {
+ opacity: .25;
+ pointer-events: none
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn {
+ position: relative;
+ background-position: 50% 50%;
+ background-size: 100%;
+ top: 0;
+ left: 0;
+ width: 24px;
+ height: 24px;
+ z-index: 2;
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn:hover {
+ cursor: pointer
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-playlist {
+ z-index: 1;
+ }
+
+ .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-playlist.hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-time-container {
+ display: inline-block;
+ position: relative;
+ left: 0;
+ top: -8px;
+ font-size: 11px;
+ margin-left: 4px;
+ }
+
+ .yvp-bottom-bar .yvp-time-container.yvp-hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-current-time,
+ .yvp-bottom-bar .yvp-vs-time,
+ .yvp-bottom-bar .yvp-total-time {
+ font-size: 11px;
+ display: inline-block;
+ }
+
+ .yvp-bottom-bar .yvp-current-time.yvp-hide,
+ .yvp-bottom-bar .yvp-vs-time.yvp-hide,
+ .yvp-bottom-bar .yvp-total-time.yvp-hide {
+ display: none
+ }
+
+ .yvp-bottom-bar .yvp-current-time,
+ .yvp-bottom-bar .yvp-total-time {
+ position: relative;
+ top: 0;
+ left: 0 !important;
+ margin-left: 0;
+ padding: 0;
+ width: auto;
+ background-color: transparent;
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
+ }
+
+ .yvp-bottom-bar .yvp-current-time,
+ .yvp-bottom-bar .yvp-total-time {
+ color: rgba(255, 255, 255, 0.8);
+ }
+
+ .yvp-bottom-bar .yvp-current-time:hover,
+ .yvp-bottom-bar .yvp-total-time:hover {
+ color: rgba(255, 255, 255, 0.8)
+ }
+
+ .yvp-bottom-bar .yvp-vs-time {
+ position: absolute;
+ bottom: 3px;
+ left: 34px;
+ width: 44px;
+ background-color: rgba(0, 0, 0, 0.3);
+ color: #fff;
+ text-shadow: 1px 1px 2px #000;
+ border-radius: 2px;
+ padding: 3px 0;
+ font-size: 11px;
+ text-align: center
+ }
+
+ .yvp-bottom-bar .yvp-slider.yvp-disable {
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-bottom-bar .yvp-slider,
+ .yvp-bottom-bar .yvp-handle,
+ .yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-bottom-bar .yvp-playback-bar {
+ position: absolute;
+ height: 4px;
+ bottom: 44px;
+ border: 0;
+ border-radius: 3px;
+ opacity: 1;
+ direction: ltr;
+ max-width: 100%
+ }
+
+ .yvp-bottom-bar .yvp-slider.yvp-thick-slider {
+ height: 6px;
+ bottom: 43px;
+ }
+
+ .yvp-bottom-bar .yvp-slider.yvp-thick-slider .yvp-buffer-bar,
+ .yvp-bottom-bar .yvp-slider.yvp-thick-slider .yvp-playback-bar {
+ height: 6px;
+ bottom: 43px
+ }
+
+ .yvp-bottom-bar .yvp-slider.yvp-thick-slider .yvp-handle {
+ margin-top: -3px
+ }
+
+ .yvp-bottom-bar .yvp-playback-bar {
+ top: 0;
+ background-color: #7300ff;
+ background-image: -webkit-linear-gradient(to right, #7300ff 0%, #188fff 100%);
+ background-image: -o-linear-gradient(to right, #7300ff 0%, #188fff 100%);
+ background-image: linear-gradient(to right, #7300ff 0%, #188fff 100%);
+ opacity: .8
+ }
+
+ .yvp-bottom-bar .yvp-slider {
+ width: 100%;
+ position: absolute;
+ background: rgba(255, 255, 255, 0.2);
+ border-radius: 3px;
+ border-color: transparent;
+ cursor: pointer;
+ }
+
+ .yvp-bottom-bar .yvp-slider .yvp-slider-extension {
+ position: absolute;
+ width: 100%;
+ height: 16px;
+ top: -6px
+ }
+
+ .yvp-bottom-bar .yvp-buffer-bar {
+ top: 0;
+ background: rgba(255, 255, 255, 0.2)
+ }
+
+ .yvp-bottom-bar .yvp-visual-seek {
+ display: none;
+ position: absolute;
+ top: -71px;
+ width: 112px;
+ height: 63px;
+ margin-left: -57px;
+ background-color: #000;
+ border: 0;
+ z-index: 2;
+ pointer-events: none;
+ text-align: center
+ }
+
+ .yvp-bottom-bar .yvp-handle {
+ position: absolute;
+ top: 0;
+ width: 12px;
+ height: 12px;
+ border: 0;
+ border-radius: 50%;
+ background-color: #fff;
+ margin-top: -4px;
+ margin-left: -6px;
+ background-image: none;
+ display: none;
+ z-index: 3;
+ }
+
+ .yvp-bottom-bar .yvp-handle.active {
+ display: block
+ }
+
+ .yvp-bottom-bar .yvp-ad-break {
+ background-color: rgba(204, 204, 204, 0.5);
+ position: absolute;
+ top: 0;
+ width: 3px;
+ height: 100%;
+ }
+
+ .yvp-bottom-bar .yvp-ad-break:hover {
+ background-color: rgba(255, 255, 255, 0.5)
+ }
+
+ .yvp-bottom-bar .yvp-ad-break.occurred {
+ background-color: rgba(0, 0, 0, 0.25)
+ }
+
+ .yvp-bottom-bar .yvp-fullscreen-btn-replacement {
+ width: 9px;
+ height: 30px;
+ position: relative;
+ float: right
+ }
+
+ .yvp-bottom-bar.yvp-bottom-upnext {
+ height: 100%;
+ opacity: .55;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear;
+ background: rgba(18, 23, 23, 0.55);
+ }
+
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-slider {
+ opacity: 0;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear;
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-playlist-item {
+ -webkit-transform: translateX(0) scale(1, 1);
+ -moz-transform: translateX(0) scale(1, 1);
+ -ms-transform: translateX(0) scale(1, 1);
+ -o-transform: translateX(0) scale(1, 1);
+ transform: translateX(0) scale(1, 1);
+ -webkit-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ -moz-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ -o-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ transition: transform 420ms cubic-bezier(0, .4, .1, 1)
+ }
+
+ .yvp-bottom-bar.yvp-drag .yvp-play-controls,
+ .yvp-bottom-bar.yvp-drag .yvp-menu-controls {
+ opacity: 0;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear
+ }
+
+ .yvp-ie9 .yvp-playback-bar {
+ filter: progid: DXImageTransform.Microsoft.gradient(gradientType: 1, startColorStr=#AA7300FF, endColorStr=#FF0087FF)
+ }
+
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-menu-controls .button,
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn,
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-menu-controls .yvp-chromecast-btn,
+ .yvp-bottom-bar.yvp-bottom-upnext .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn {
+ opacity: .2;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear;
+ pointer-events: none
+ }
+
+ .yvp-state-video .yvp-bottom-bar .yvp-play-btn,
+ .yvp-flag-casting .yvp-bottom-bar .yvp-play-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi43ODYgMTguOTkzSDYuNzRjLS40MTQgMC0uNzUtLjM0NC0uNzUtLjc1VjUuNzczYzAtLjQxNS4zMzMtLjc1Ljc1LS43NS4xNjYgMCAuMzIuMDU0LjQ0My4xNDZsMTAuNTEgNi4wNjdjLjM2LjIxLjQ5LjY2Ny4yOCAxLjAyOC0uMDU0LjA5My0uMTI0LjE3LS4yMDYuMjMtLjAzNi4wMzItLjA3Ni4wNjItLjEyLjA4OGwtMTAuNDg1IDYuM2MtLjExOC4wNy0uMjQ3LjEwNy0uMzc2LjExeiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
+ opacity: .8;
+ }
+
+ .yvp-state-video .yvp-bottom-bar .yvp-play-btn:hover,
+ .yvp-flag-casting .yvp-bottom-bar .yvp-play-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-state-video.yvp-flag-playing .yvp-bottom-bar .yvp-play-btn,
+ .yvp-flag-casting.yvp-cast-playing .yvp-bottom-bar .yvp-play-btn {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnBhdXNlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJwYXVzZSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJSZWN0YW5nbGUtMTMxLSstUmVjdGFuZ2xlLTEzMS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAwMDAwMCwgNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTMxLUNvcHkiIHg9IjguNSIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMTQiIHJ4PSIxLjUiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMS40OTgyNDUyNCBDMC41LDAuNjcwNzg3MjQyIDEuMTY1Nzk3MjMsMCAyLDAgTDIsMCBDMi44Mjg0MjcxMiwwIDMuNSwwLjY3NTI0OTEgMy41LDEuNDk4MjQ1MjQgTDMuNSwxMi41MDE3NTQ4IEMzLjUsMTMuMzI5MjEyOCAyLjgzNDIwMjc3LDE0IDIsMTQgTDIsMTQgQzEuMTcxNTcyODgsMTQgMC41LDEzLjMyNDc1MDkgMC41LDEyLjUwMTc1NDggTDAuNSwxLjQ5ODI0NTI0IFoiIGlkPSJSZWN0YW5nbGUtMTMxLUNvcHkiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
+ opacity: .8;
+ }
+
+ .yvp-state-video.yvp-flag-playing .yvp-bottom-bar .yvp-play-btn:hover,
+ .yvp-flag-casting.yvp-cast-playing .yvp-bottom-bar .yvp-play-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar .yvp-play-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNi44NyAxNS41NDVjLS4xMS0uMTk3LS4yNzQtLjM0NS0uNDctLjQyNS0uMjA0LS4wOS0uNDUtLjA5LS42MS0uMDQtLjEwNy4wMjUtLjIwNS4wNjgtLjMyNy4xNDctLjA3Mi4wNS0uMTcyLjE1LS4yMTYuMjA0LS43NzYgMS4wMTgtMS45OTcgMS42MjctMy4yNjYgMS42MjctMi4yNDQgMC00LjA3LTEuODItNC4wNy00LjA1MyAwLTIuMTMzIDEuNzg3LTMuOTQ3IDMuOTgtNC4wNDNsLjUyLS4wMTNWN2wtLjU1Mi4wMTNDOC41NzMgNy4xMyA2IDkuNzYgNiAxMy4wMDNjMCAzLjMxMiAyLjY5MyA2LjAwNCA2LjAwNSA2LjAwNCAxLjg2NCAwIDMuNTktLjg0NSA0LjctMi4yOGwuMDctLjA5Yy4wMy0uMDQyLjA1My0uMDgyLjA3LS4xMDguMTA0LS4xNjguMTU1LS4zMzQuMTU1LS41MSAwLS4xNi0uMDQzLS4zMi0uMTMtLjQ3NSIvPjxwYXRoIGQ9Ik0xMi4zMTIgMTEuMDA4Yy0uMTcyIDAtLjMxMi0uMTUtLjMxMi0uMzIzVjUuMzIzYzAtLjE4LjEzOC0uMzIzLjMxMi0uMzIzLjA2OCAwIC4xMzIuMDI0LjE4NC4wNjNsNC4zNjUgMi42MWMuMTUyLjA5LjIwNC4yODYuMTE4LjQ0LS4wMjIuMDQtLjA1Mi4wNzUtLjA4Ni4xLS4wMTUuMDE0LS4wMzIuMDI3LS4wNS4wMzhsLTQuMzU1IDIuNzFjLS4wNS4wMy0uMTAzLjA0Ni0uMTU2LjA0OGgtLjAxOHoiLz48L2c+PC9zdmc+");
+ opacity: .8;
+ background-size: 95%;
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar .yvp-play-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-state-video .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+dXBuZXh0PC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMi4wOTIgNjYuMDIzbC0uMTMuMDAyYy0yLjAyNCAwLTMuNjY1LTEuNjQ1LTMuNjY1LTMuNjc2VjI1LjdjMC0xLjU1NS45NjYtMi44ODQgMi4zMjYtMy40MiAxLjA1OC0uNDY2IDIuMzE0LS40NCAzLjM4Ny4xOGwzMS42MDggMTguMjVjLjQ2LjI2NS44NDIuNjEzIDEuMTM4IDEuMDE1LjEuMTMyLjE5NS4yNzIuMjguNDIgMS4wNjMgMS44NC40MzQgNC4xOTUtMS40MTcgNS4yNjRMMjQuMjYgNjUuNTFjLS42ODMuMzk1LTEuNDM4LjU1Ny0yLjE3LjUxek02Mi4zMzMgMjIuMDA0YzAtMi4wMjcgMS42NDYtMy42NyAzLjY2Ny0zLjY3IDIuMDI1IDAgMy42NjcgMS42NSAzLjY2NyAzLjY3djQzLjk5MmMwIDIuMDI3LTEuNjQ2IDMuNjctMy42NjcgMy42Ny0yLjAyNSAwLTMuNjY3LTEuNjUtMy42NjctMy42N1YyMi4wMDR6Ii8+PC9nPjwvc3ZnPg==");
+ opacity: .8;
+ display: inline-block;
+ }
+
+ .yvp-state-video .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-state-start-screen .yvp-top-bar .yvp-content-type {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar .yvp-visual-seek {
+ display: none !important
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar .yvp-slider {
+ pointer-events: none
+ }
+
+ .yvp-state-end-screen .yvp-playing-item-title.yvp-title-standard {
+ opacity: 0;
+ z-index: 0
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-play-controls {
+ padding-top: 7px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-play-btn {
+ opacity: 1;
+ width: 30px;
+ height: 30px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-upnext-container .yvp-upnext-btn {
+ opacity: 1
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-time-container {
+ top: -10px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-current-time,
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-vs-time,
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-total-time {
+ font-size: 14px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-handle {
+ width: 14px;
+ height: 14px;
+ margin-top: -5px;
+ display: block
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls {
+ margin-top: 7px;
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .button {
+ width: 30px;
+ height: 30px
+ }
+
+ .yvp-browser-mobile .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-fullscreen-btn {
+ opacity: 1;
+ margin-bottom: 0;
+ margin-right: 0
+ }
+
+ .yvp-state-video .yvp-bottom-bar {
+ display: block
+ }
+
+ .yvp-state-start-screen .yvp-bottom-bar,
+ .yvp-state-error .yvp-bottom-bar,
+ .yvp-state-end-screen .yvp-bottom-bar,
+ .yvp-state-loading .yvp-bottom-bar {
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-slider,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-slider,
+ .yvp-mode-ad .yvp-bottom-bar .yvp-handle,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-handle,
+ .yvp-mode-ad .yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-mode-ad .yvp-bottom-bar .yvp-playback-bar,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-playback-bar {
+ pointer-events: none;
+ height: 4px !important;
+ bottom: 0 !important;
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-handle,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-handle,
+ .yvp-mode-ad .yvp-bottom-bar .yvp-buffer-bar,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-buffer-bar {
+ display: none
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-content-type,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-content-type {
+ display: block
+ }
+
+ .yvp-mode-ad .yvp-bottom-bar .yvp-ad-break,
+ .yvp-mode-vpaid .yvp-bottom-bar .yvp-ad-break {
+ display: none
+ }
+
+ .yvp-cast-overlay {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ background-color: #000;
+ z-index: 50;
+ display: none;
+ color: #fff;
+ background-repeat: no-repeat;
+ background-size: cover;
+ }
+
+ .yvp-cast-overlay:after {
+ content: '';
+ background-color: rgba(0, 0, 0, 0.85);
+ display: block;
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ z-index: -1
+ }
+
+ .yvp-cast-overlay &gt;
+ div {
+ position: relative;
+ height: calc(100% - 70px);
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-header {
+ height: 25%;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ border-bottom: 1px solid #777
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-device-info {
+ margin-left: 50px;
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-device-info:before {
+ content: '';
+ float: left;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbi1jaHJvbWVjYXN0LW9uPC90aXRsZT48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMC4wMDMgMGgtMTZjLTEuMTA1IDAtMiAuODk1LTIgMnYxLjMwM2MuNjg3LjE0IDEuMzUuMzQyIDIgLjU3MlYyaDE2djEwaC03LjI2Yy4yOC42NDQuNTEgMS4zMTQuNzAyIDJoNi41NThjMS4xMDQgMCAyLS44OTUgMi0yVjJjMC0xLjEwNS0uODk2LTItMi0yIi8+PHBhdGggZD0iTTExLjY5IDEwSDE4VjRINnYuNzNjMi4zMjcgMS4yMyA0LjI5IDMuMDU0IDUuNjkgNS4yN3pNNi40MSAxNmMtLjM5NSAwLS43NjgtLjIzMy0uOTI3LS42Mi0uODUtMi4wNzMtMi42MTYtMy42My00LjcyNi00LjE2Ni0uNTM1LS4xMzctLjg2LS42OC0uNzIzLTEuMjE2LjEzNS0uNTM1LjY4LS44NTUgMS4yMTUtLjcyNCAyLjcyLjY5MiA0Ljk5NSAyLjY5IDYuMDg0IDUuMzQ3LjIxLjUxMi0uMDM2IDEuMDk2LS41NDYgMS4zMDYtLjEyNS4wNS0uMjUzLjA3NC0uMzguMDc0Ii8+PHBhdGggZD0iTTEwLjYxNyAxNmMtLjQ0NSAwLS44NS0uMjk4LS45NjctLjc0OC0xLjEtNC4yMi00LjU1Ny03LjQwMi04LjgxLTguMTA1LS41NDUtLjA5LS45MTQtLjYwNS0uODI0LTEuMTUuMDktLjU0NS42MDQtLjkyNCAxLjE1LS44MjMgNS4wMzIuODMgOS4xMiA0LjU5IDEwLjQyIDkuNTc0LjEzOC41MzQtLjE4MiAxLjA4LS43MTcgMS4yMi0uMDg1LjAyLS4xNy4wMzItLjI1My4wMzJNMi40NDYgMTQuNDljLjAwNC4wMDQuMDA3LjAxLjAxLjAxNS4wOTcuMTcyLjE0LjM2LjEzLjU0NC0uMDEuMTgtLjA2Ny4zNi0uMTc1LjUxNy0uMDgyLjEyLS4xOTIuMjI1LS4zMjguMzAyLS4xNTguMDktLjMyNy4xMTQtLjQ5Ni4xMTRILjAydi0xLjQ2NmMtLjAwMi0uMTcuMDI1LS4zMzguMTE0LS40OTYuMjc0LS40OC44ODQtLjY0NiAxLjM2NC0uMzc0LjI1LjE0My40NC4zMi41OTMuNDZsLjE0LjEyN2MuMDg4LjA3NC4xNi4xNi4yMTYuMjU0eiIvPjwvZz48L3N2Zz4=");
+ background-repeat: no-repeat;
+ background-size: 90%;
+ background-position: 50%;
+ margin-right: 10px;
+ width: 36px;
+ height: 36px
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-device-name {
+ font-size: .9em;
+ position: relative;
+ top: 3px
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-device-type {
+ font-size: .7em;
+ color: #999
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-content {
+ position: relative;
+ height: 50%;
+ left: 0;
+ right: 0;
+ cursor: pointer;
+ opacity: .6;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-content:hover {
+ opacity: 1
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-content:after {
+ content: '';
+ display: block;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi43ODYgMTguOTkzSDYuNzRjLS40MTQgMC0uNzUtLjM0NC0uNzUtLjc1VjUuNzczYzAtLjQxNS4zMzMtLjc1Ljc1LS43NS4xNjYgMCAuMzIuMDU0LjQ0My4xNDZsMTAuNTEgNi4wNjdjLjM2LjIxLjQ5LjY2Ny4yOCAxLjAyOC0uMDU0LjA5My0uMTI0LjE3LS4yMDYuMjMtLjAzNi4wMzItLjA3Ni4wNjItLjEyLjA4OGwtMTAuNDg1IDYuM2MtLjExOC4wNy0uMjQ3LjEwNy0uMzc2LjExeiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
+ background-repeat: no-repeat;
+ background-size: 80%;
+ background-position: 50%;
+ width: 10%;
+ height: 0;
+ padding-bottom: 10%;
+ }
+
+ .yvp-cast-playing .yvp-cast-overlay &gt;
+ div .cast-overlay-content:after {
+ background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjguMyAoMjk4MDIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnBhdXNlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJwYXVzZSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJSZWN0YW5nbGUtMTMxLSstUmVjdGFuZ2xlLTEzMS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAwMDAwMCwgNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTMxLUNvcHkiIHg9IjguNSIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMTQiIHJ4PSIxLjUiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMS40OTgyNDUyNCBDMC41LDAuNjcwNzg3MjQyIDEuMTY1Nzk3MjMsMCAyLDAgTDIsMCBDMi44Mjg0MjcxMiwwIDMuNSwwLjY3NTI0OTEgMy41LDEuNDk4MjQ1MjQgTDMuNSwxMi41MDE3NTQ4IEMzLjUsMTMuMzI5MjEyOCAyLjgzNDIwMjc3LDE0IDIsMTQgTDIsMTQgQzEuMTcxNTcyODgsMTQgMC41LDEzLjMyNDc1MDkgMC41LDEyLjUwMTc1NDggTDAuNSwxLjQ5ODI0NTI0IFoiIGlkPSJSZWN0YW5nbGUtMTMxLUNvcHkiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+")
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-overlay-footer {
+ height: 25%;
+ text-align: center;
+ border-top: 1px solid #777
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-disconnect-btn {
+ position: relative;
+ top: 8px;
+ cursor: pointer;
+ padding: 2px 5px;
+ color: #999;
+ }
+
+ .yvp-cast-overlay &gt;
+ div .cast-disconnect-btn:hover {
+ color: #fff
+ }
+
+ .yvp-flag-casting .yvp-cast-overlay {
+ display: block
+ }
+
+ .yvp-flag-casting .yvp-bottom-bar {
+ z-index: 75;
+ opacity: 1 !important;
+ -webkit-transition: none !important;
+ -moz-transition: none !important;
+ -o-transition: none !important;
+ transition: none !important;
+ display: block !important
+ }
+
+ body.yvp-lightbox {
+ overflow: hidden !important;
+ }
+
+ body.yvp-lightbox .yvp-lightbox-ancestor {
+ z-index: 2147483647 !important;
+ }
+
+ body.yvp-lightbox .yvp-lightbox-ancestor .yvp-content.yvp-browser-desktop {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100% !important;
+ height: 100% !important;
+ z-index: 2147483647
+ }
+
+ .yvp-stream .yvp-bottom-bar {
+ height: 60px;
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-volume-bar-container {
+ z-index: 30
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-bottom-container {
+ top: 26px;
+ margin: 0 8px;
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls {
+ margin-top: 0;
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn,
+ .yvp-stream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn {
+ display: none
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-play-controls {
+ padding-top: 0
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-visual-seek {
+ display: none !important
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-slider {
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-stream .yvp-bottom-bar .yvp-upnext-container,
+ .yvp-stream .yvp-bottom-bar .yvp-time-container {
+ display: none
+ }
+
+ .yvp-content.yvp-stream .yvp-playing-item-title.yvp-title-standard {
+ padding: 8px 10px 8px 10px;
+ font-weight: 500;
+ font-size: 16px;
+ line-height: 20px;
+ z-index: 29
+ }
+
+ .yvp-ministream .yvp-bottom-bar {
+ height: 25px;
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-volume-bar-container {
+ bottom: 85px;
+ padding: 6px 0;
+ width: 20px;
+ left: 2px;
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-volume-bar-container:after {
+ left: 5px
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-volume-level {
+ margin-left: 7px
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container {
+ top: 0;
+ margin: 0 4px;
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls {
+ margin-top: 0;
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .button {
+ margin-left: 0
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-setting-btn,
+ .yvp-ministream .yvp-bottom-bar .yvp-bottom-container .yvp-menu-controls .yvp-cc-btn {
+ display: none
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-play-controls {
+ padding-top: 0
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-visual-seek {
+ display: none !important
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-slider {
+ display: none;
+ pointer-events: none
+ }
+
+ .yvp-ministream .yvp-bottom-bar .yvp-upnext-container,
+ .yvp-ministream .yvp-bottom-bar .yvp-time-container {
+ display: none
+ }
+
+ .yvp-content.yvp-ministream .yvp-playing-item-title.yvp-title-standard {
+ opacity: 0;
+ z-index: 0
+ }
+
+ .yvp-ministream .yvp-start-screen .yvp-start-screen-button,
+ .yvp-stream .yvp-start-screen .yvp-start-screen-button {
+ width: 50px;
+ height: 50px;
+ margin: -25px 0 0 -25px
+ }
+
+ .yvp-ministream.yvp-state-end-screen .yvp-bottom-bar {
+ height: 30px;
+ }
+
+ .yvp-ministream.yvp-state-end-screen .yvp-bottom-bar .yvp-bottom-container {
+ top: 5px
+ }
+
+ .yvp-state-end-screen .yvp-bottom-bar {
+ display: block
+ }
+ </style>
+ <style type="text/css">
+ .yvp-spinner-icon {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSItMjUgLTI1IDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0iTTI1IDBhMjUgMjUgMCAwIDAgMCA1MCIgc3Ryb2tlLWRhc2hhcnJheT0iNzkiIHN0cm9rZT0iI2FhYSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGZpbGw9Im5vbmUiPjxhbmltYXRlIGlkPSJhMSIgYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJzdHJva2UtZGFzaG9mZnNldCIgZnJvbT0iOSIgdG89Ijc2IiBkdXI9Ijc1MG1zIiBiZWdpbj0iMHM7IGEyLmVuZCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZSBpZD0iYTIiIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGZyb209Ijc2IiB0bz0iOSIgZHVyPSI3NTBtcyIgYmVnaW49ImExLmVuZCIgZmlsbD0iZnJlZXplIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZSBpZD0iYTMiIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLXdpZHRoIiBmcm9tPSI0IiB0bz0iOCIgZHVyPSI3NTBtcyIgYmVnaW49IjBzOyBhNC5lbmQiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGUgaWQ9ImE0IiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS13aWR0aCIgZnJvbT0iOCIgdG89IjQiIGR1cj0iNzUwbXMiIGJlZ2luPSJhMy5lbmQiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImE1IiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMCAyNSAyNSIgZHVyPSI3NTBtcyIgYmVnaW49IjA7IGE4LmVuZCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImE2IiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMTgwIDI1IDI1IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTUuZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZVRyYW5zZm9ybSBpZD0iYTciIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjE4MCAyNSAyNSIgdG89IjE4MCAyNSAyNSIgZHVyPSI3NTBtcyIgYmVnaW49ImE2LmVuZCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gaWQ9ImE4IiBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIxODAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iNzUwbXMiIGJlZ2luPSJhNy5lbmQiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMjE1LCAwLjYxLCAwLjM1NSwgMSIvPjwvcGF0aD48cGF0aCBkPSJNMjUgNTBhMjUgMjUgMCAxIDAgMC01MCIgc3Ryb2tlLWRhc2hhcnJheT0iNzkiIHN0cm9rZT0iI2FhYSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGZpbGw9Im5vbmUiPjxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGZyb209IjkiIHRvPSI3NiIgZHVyPSI3NTBtcyIgYmVnaW49IjBzOyBhMi5lbmQiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGUgYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJzdHJva2UtZGFzaG9mZnNldCIgZnJvbT0iNzYiIHRvPSI5IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTEuZW5kIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMjE1LCAwLjYxLCAwLjM1NSwgMSIvPjxhbmltYXRlIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLXdpZHRoIiBmcm9tPSI0IiB0bz0iOCIgZHVyPSI3NTBtcyIgYmVnaW49IjBzOyBhNC5lbmQiIGZpbGw9ImZyZWV6ZSIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yMTUsIDAuNjEsIDAuMzU1LCAxIi8+PGFuaW1hdGUgYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utd2lkdGgiIGZyb209IjgiIHRvPSI0IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTMuZW5kIiBmaWxsPSJmcmVlemUiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMjE1LCAwLjYxLCAwLjM1NSwgMSIvPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9IlhNTCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIwIDI1IDI1IiBkdXI9Ijc1MG1zIiBiZWdpbj0iMDsgYTguZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMTgwIDI1IDI1IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTUuZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVUeXBlPSJYTUwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIxODAgMjUgMjUiIHRvPSIxODAgMjUgMjUiIGR1cj0iNzUwbXMiIGJlZ2luPSJhNi5lbmQiIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMjE1LCAwLjYxLCAwLjM1NSwgMSIvPjxhbmltYXRlVHJhbnNmb3JtIGlkPSJhOCIgYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMTgwIDI1IDI1IiB0bz0iMzYwIDI1IDI1IiBkdXI9Ijc1MG1zIiBiZWdpbj0iYTcuZW5kIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIxNSwgMC42MSwgMC4zNTUsIDEiLz48L3BhdGg+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlVHlwZT0iWE1MIiBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAyNSAyNSIgdG89IjM2MCAyNSAyNSIgZHVyPSI2NzUwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9nPjwvc3ZnPg==")
+ }
+
+ .yvp-loading-screen {
+ display: none;
+ }
+
+ .yvp-loading-screen .yvp-loading-spinner {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ background-size: 100% 100%;
+ max-width: 60px;
+ max-height: 60px;
+ width: 60px;
+ height: 60px;
+ margin-top: -30px;
+ margin-left: -30px;
+ visibility: hidden;
+ transition: visibility 0s linear 500ms;
+ z-index: 20
+ }
+
+ .yvp-loading-screen.yvp-show-spinner .yvp-loading-spinner {
+ visibility: visible
+ }
+
+ .yvp-flag-loading .yvp-loading-screen,
+ .yvp-flag-switching .yvp-loading-screen {
+ display: block
+ }
+
+ .yvp-state-blocked .yvp-loading-screen {
+ display: none
+ }
+ </style>
+ <style type="text/css">
+ .strip-animate {
+ -webkit-transition: left 420ms cubic-bezier(0, .2, .1, 1);
+ -moz-transition: left 420ms cubic-bezier(0, .2, .1, 1);
+ -o-transition: left 420ms cubic-bezier(0, .2, .1, 1);
+ transition: left 420ms cubic-bezier(0, .2, .1, 1)
+ }
+
+ .yvp-pl-loader {
+ display: none;
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ margin: auto;
+ width: 32px;
+ height: 32px;
+ background-size: 100%
+ }
+
+ .yvp-pl-loader-bg {
+ background-color: rgba(0, 0, 0, 0.3);
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ top: 0;
+ width: 100%;
+ display: none
+ }
+
+ .yvp-pl-loading .yvp-pl-loader,
+ .yvp-pl-loading .yvp-pl-loader-bg {
+ display: block
+ }
+
+ .yvp-playlist-pg-btn {
+ width: 24px;
+ height: 24px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGFnZS1iYWNrPC90aXRsZT48cGF0aCBkPSJNMzkuNDY1IDQzLjk1NmwxOS4xNS0xOS41MmMxLjQ0LTEuNDcgMS40NC0zLjg2IDAtNS4zMzItLjctLjcxMi0xLjYyOC0xLjEwNC0yLjYxNi0xLjEwNC0uOTkgMC0xLjkyLjM5Mi0yLjYxOCAxLjEwNGwtMjQuMzEgMjQuNzgtLjA3Mi4wNzIgMjQuMzggMjQuODVjLjcuNzEyIDEuNjMgMS4xMDQgMi42MTcgMS4xMDQuOTg1IDAgMS45MTUtLjM5MiAyLjYxNi0xLjEwNCAxLjQ0LTEuNDcgMS40NC0zLjg2MyAwLTUuMzMzTDM5LjQ2NSA0My45NTYiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100%;
+ position: absolute;
+ top: 55px;
+ cursor: pointer;
+ z-index: 10;
+ opacity: .8;
+ left: 21px;
+ }
+
+ .yvp-playlist-pg-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-playlist-pg-btn.disabled {
+ opacity: .4;
+ cursor: default
+ }
+
+ .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGFnZS1uZXh0PC90aXRsZT48cGF0aCBkPSJNNDkuMDE4IDQ0LjExOGwtMTkuMTUgMTkuNTE4Yy0xLjQ0IDEuNDctMS40NCAzLjg2MyAwIDUuMzMzLjcuNzEgMS42MjggMS4xMDMgMi42MTYgMS4xMDMuOTkgMCAxLjkxOC0uMzkyIDIuNjE3LTEuMTA0bDI0LjMxLTI0Ljc4LjA3My0uMDcyLTI0LjM4LTI0Ljg1Yy0uNy0uNzEzLTEuNjMtMS4xMDUtMi42MTctMS4xMDUtLjk4NSAwLTEuOTE1LjM5Mi0yLjYxNiAxLjEwNS0xLjQ0IDEuNDctMS40NCAzLjg2MyAwIDUuMzMybDE5LjE0OCAxOS41MTgiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
+ right: 21px;
+ left: auto
+ }
+
+ .yvp-playlist-strip {
+ position: absolute;
+ left: 38px;
+ right: 24px;
+ overflow: hidden
+ }
+
+ .yvp-playlist-strip-list {
+ list-style-type: none;
+ position: relative;
+ left: 0;
+ white-space: nowrap
+ }
+
+ .yvp-pl-meta {
+ opacity: 0;
+ position: absolute;
+ left: 8px;
+ right: 8px;
+ color: #fff;
+ bottom: 6px;
+ overflow: hidden
+ }
+
+ .yvp-pl-title {
+ overflow: hidden;
+ line-height: 16px;
+ -webkit-line-clamp: 2;
+ text-overflow: ellipsis;
+ max-height: 32px;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ font-size: 13px;
+ vertical-align: bottom;
+ white-space: normal
+ }
+
+ .yvp-pl-provider {
+ display: none
+ }
+
+ .yvp-playlist-item-watched {
+ display: none;
+ width: 126px;
+ top: 0;
+ position: absolute;
+ height: 70px;
+ text-align: center;
+ vertical-align: center;
+ background: rgba(18, 23, 23, 0.75);
+ }
+
+ .yvp-playlist-item-watched.yvp-show {
+ display: block
+ }
+
+ .yvp-playlist-item-watched.yvp-hide {
+ display: none
+ }
+
+ .yvp-watched {
+ font-size: 11px;
+ overflow: hidden;
+ color: #9ea2af;
+ font-style: italic;
+ font-family: Helvetica Neue, Helvetica, helvetica, arial, sans-serif;
+ line-height: 16px;
+ white-space: normal;
+ text-overflow: ellipsis;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ -moz-transform: translate(-50%, -50%);
+ -ms-transform: translate(-50%, -50%);
+ -o-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%)
+ }
+
+ .yvp-playlist-icon {
+ display: inline-block;
+ vertical-align: top;
+ width: 14px;
+ height: 14px;
+ }
+
+ .yvp-playlist-icon.item {
+ opacity: 1;
+ margin-right: 5px
+ }
+
+ .yvp-playlist-icon.section {
+ opacity: .6;
+ margin-right: 8px
+ }
+
+ .yvp-playlist-mode-hidden {
+ position: absolute;
+ left: -16px;
+ right: -16px;
+ height: auto;
+ bottom: 3000px;
+ opacity: 0;
+ z-index: -20;
+ -webkit-transition: opacity .3s ease-in-out;
+ -moz-transition: opacity .3s ease-in-out;
+ -o-transition: opacity .3s ease-in-out;
+ transition: opacity .3s ease-in-out;
+ }
+
+ .yvp-playlist-mode-hidden .yvp-upnext-title {
+ position: absolute;
+ left: 34px;
+ font-family: Helvetica, helvetica, arial, sans-serif;
+ font-size: 10px;
+ letter-spacing: .3px;
+ line-height: 15px;
+ text-transform: uppercase;
+ color: #fff
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-strip {
+ top: 20px;
+ left: 34px;
+ right: 34px
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-pg-btn {
+ top: 43px;
+ left: 10px;
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ right: 10px;
+ left: auto
+ }
+
+ .yvp-playlist-mode-hidden .yvp-pl-loader {
+ top: 36px;
+ left: 50%
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item {
+ width: 126px;
+ height: 70px;
+ display: inline-block;
+ margin-right: 14px;
+ position: relative;
+ cursor: pointer;
+ overflow: hidden;
+ -webkit-transform: translateX(24px) scale(.9, .9);
+ -moz-transform: translateX(24px) scale(.9, .9);
+ -ms-transform: translateX(24px) scale(.9, .9);
+ -o-transform: translateX(24px) scale(.9, .9);
+ transform: translateX(24px) scale(.9, .9);
+ -webkit-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ -moz-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ -o-transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ transition: transform 420ms cubic-bezier(0, .4, .1, 1);
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-hide {
+ display: none
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-playlist-item-gradient {
+ height: 100%;
+ top: 0;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 80%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 80%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 80%, rgba(18, 23, 23, 0.8) 100%)
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-pl-meta {
+ top: 0
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-playlist-item-image {
+ width: 126px;
+ height: 70px;
+ overflow: hidden
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-pl-title,
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-now-playing {
+ display: none;
+ font-size: 12px;
+ color: #fff;
+ letter-spacing: 0;
+ max-height: 48px;
+ line-height: 16px;
+ margin-left: 8px;
+ margin-right: 8px;
+ margin-top: 10px;
+ opacity: 0;
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-pl-title.yvp-show,
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-now-playing.yvp-show {
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-playlist-border {
+ display: none;
+ height: 70px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 5px;
+ background-color: #188fff
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-playlist-border {
+ display: block
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item-gradient {
+ position: absolute;
+ height: 22px;
+ width: 100%;
+ bottom: 0;
+ opacity: 1;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%)
+ }
+
+ .yvp-playlist-mode-hidden .yvp-pl-section-label {
+ display: none
+ }
+
+ .yvp-playlist-mode-hidden .yvp-pl-meta {
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ opacity: 1;
+ color: #fff;
+ overflow: hidden
+ }
+
+ .yvp-playlist-mode-hidden .yvp-pl-dur {
+ display: block;
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ padding: 4px 7px;
+ background: rgba(18, 23, 23, 0.5);
+ color: #fff;
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0);
+ font-size: 12px;
+ font-weight: 400;
+ line-height: 14px
+ }
+
+ .yvp-playlist-mode-hidden .yvp-playlist-item-gradient-duration {
+ height: 50px
+ }
+
+ .yvp-playlist-mode-hidden.yvp-hide-playlist {
+ visibility: hidden
+ }
+
+ .yvp-playlist-mode-bottom {
+ position: relative;
+ height: 83px;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ -webkit-transition: opacity .3s ease-in-out;
+ -moz-transition: opacity .3s ease-in-out;
+ -o-transition: opacity .3s ease-in-out;
+ transition: opacity .3s ease-in-out;
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-strip {
+ position: relative;
+ height: 83px;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ margin: 0 24px 5px 24px
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-pg-btn {
+ top: 30px;
+ left: 0;
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ right: 0;
+ left: auto
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-loader {
+ top: 30px;
+ left: 50%
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-strip-list {
+ margin-top: 5px
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item {
+ width: 130px;
+ height: 73px;
+ display: inline-block;
+ margin-right: 14px;
+ position: relative;
+ cursor: pointer;
+ overflow: hidden;
+ border-bottom: 5px solid transparent;
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item.yvp-currently-playing {
+ border-bottom: 5px solid #188fff
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item .yvp-playlist-item-image {
+ width: 130px;
+ height: 73px
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item-gradient {
+ position: absolute;
+ height: 22px;
+ width: 100%;
+ bottom: 0;
+ opacity: 1;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%)
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-meta {
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ opacity: 1;
+ color: #fff;
+ overflow: hidden
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-title,
+ .yvp-playlist-mode-bottom .yvp-now-playing {
+ display: none;
+ max-height: 32px;
+ font-size: 13px;
+ margin-left: 6px;
+ margin-right: 5px;
+ margin-bottom: 5px;
+ overflow: hidden;
+ line-height: 16px;
+ vertical-align: bottom;
+ white-space: normal;
+ text-overflow: ellipsis;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ opacity: 0;
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-title.yvp-show,
+ .yvp-playlist-mode-bottom .yvp-now-playing.yvp-show {
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-playlist-mode-bottom .yvp-pl-dur {
+ display: block;
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ padding: 4px 7px;
+ background: rgba(18, 23, 23, 0.5);
+ color: #fff;
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0);
+ font-size: 12px;
+ font-weight: 400;
+ line-height: 14px
+ }
+
+ .yvp-playlist-mode-bottom .yvp-playlist-item-gradient-duration {
+ height: 50px
+ }
+
+ .yvp-playlist-mode-bottom.yvp-hide-playlist {
+ visibility: hidden
+ }
+
+ .yvp-playlist-mode-right {
+ display: block;
+ height: 100%;
+ width: 318px;
+ position: absolute;
+ top: 0;
+ right: 0;
+ border: 1px solid rgba(255, 255, 255, 0.2);
+ -webkit-transition: opacity .3s ease-in-out;
+ -moz-transition: opacity .3s ease-in-out;
+ -o-transition: opacity .3s ease-in-out;
+ transition: opacity .3s ease-in-out;
+ }
+
+ .yvp-playlist-mode-right ::-webkit-scrollbar-track {
+ -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
+ border-radius: 5px;
+ background-color: transparent
+ }
+
+ .yvp-playlist-mode-right ::-webkit-scrollbar {
+ background-color: transparent;
+ width: 5px
+ }
+
+ .yvp-playlist-mode-right ::-webkit-scrollbar-thumb {
+ border-radius: 5px;
+ -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-strip {
+ position: relative;
+ height: 100%;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-pg-btn {
+ display: none
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-loader {
+ top: 49%;
+ left: 49%
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-strip-list {
+ height: 100%;
+ margin-left: 18px;
+ overflow-y: scroll
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item:first-child {
+ border-top: 0 solid transparent
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item:last-child {
+ border-bottom: 0 solid transparent
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item {
+ height: 70px;
+ display: block;
+ margin-bottom: 18px;
+ position: relative;
+ cursor: pointer;
+ overflow-x: visible;
+ border-bottom: 0 solid transparent;
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item.yvp-currently-playing .yvp-pl-meta {
+ color: #fff;
+ background-color: rgba(255, 255, 255, 0.06)
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item.yvp-currently-playing .yvp-playlist-border {
+ display: block
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item.yvp-currently-playing .yvp-playlist-item-watched {
+ display: none
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item:hover .yvp-pl-meta {
+ color: #fff;
+ background-color: rgba(255, 255, 255, 0.06)
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item:hover .yvp-playlist-item-watched {
+ display: none
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item-image {
+ display: block;
+ width: 126px;
+ height: 70px
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-border {
+ display: none;
+ height: 70px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 5px;
+ background-color: #188fff
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-meta {
+ color: #fff;
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 126px;
+ padding: 4px 12px 0 12px;
+ font-size: 12px;
+ line-height: 16px;
+ overflow: hidden;
+ opacity: 1
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-title {
+ display: block;
+ display: -webkit-box;
+ color: #fff;
+ margin-left: 6px;
+ margin-right: 5px;
+ margin-bottom: 5px;
+ margin-top: 0;
+ line-height: 16px;
+ overflow: hidden;
+ max-height: 32px;
+ opacity: 1;
+ font-size: 13px;
+ font-weight: 500;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ vertical-align: bottom;
+ white-space: normal;
+ text-overflow: ellipsis;
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-title.yvp-show {
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-playlist-mode-right .yvp-now-playing {
+ display: none
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-section-label {
+ display: none;
+ color: #9ea2af;
+ margin: 16px 8px 14px 0;
+ line-height: 16px;
+ overflow: hidden;
+ max-height: 16px;
+ opacity: 0;
+ font-size: 13px;
+ font-weight: 500;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ vertical-align: bottom;
+ white-space: normal;
+ text-overflow: ellipsis;
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-section-label.yvp-show {
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-section-label:not(:first-child) {
+ width: 100%;
+ padding-top: 16px;
+ border-top: 1px solid #26282a
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-provider {
+ display: block;
+ color: #9ea2af;
+ font-size: 11px;
+ margin: 0;
+ text-overflow: ellipsis;
+ overflow: hidden
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item-gradient {
+ position: absolute;
+ height: 22px;
+ width: 100%;
+ bottom: 0;
+ opacity: 1;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0) 0%, rgba(18, 23, 23, 0.2) 35%, rgba(18, 23, 23, 0.8) 100%)
+ }
+
+ .yvp-playlist-mode-right .yvp-pl-dur {
+ display: block;
+ position: absolute;
+ right: 169px;
+ bottom: 0;
+ padding: 4px 7px;
+ background: rgba(18, 23, 23, 0.5);
+ color: #fff;
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0);
+ font-size: 12px;
+ font-weight: 400;
+ line-height: 14px
+ }
+
+ .yvp-playlist-mode-right .yvp-playlist-item-gradient-duration {
+ height: 50px
+ }
+
+ .yvp-playlist-mode-right.yvp-hide-playlist {
+ visibility: hidden
+ }
+
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-pl-meta {
+ color: #000
+ }
+
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-pl-title {
+ color: #000667
+ }
+
+ .yvp-playlist-mode-right.yvp-playlist-theme-light ::-webkit-scrollbar-thumb {
+ background-color: #ccc
+ }
+
+ .yvp-playlist-mode-right.yvp-playlist-theme-dark ::-webkit-scrollbar-thumb {
+ background-color: #464e56
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-theme-light ::-webkit-scrollbar-thumb,
+ .yvp-playlist-in-stream.yvp-playlist-theme-dark ::-webkit-scrollbar-thumb {
+ background-color: #ccc
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light {
+ background-color: #fff;
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light .yvp-playlist-pg-btn,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-playlist-pg-btn {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGFnZS1iYWNrLWJsYWNrPC90aXRsZT48cGF0aCBkPSJNMTUuNzE3IDYuNzM2Yy4zNzctLjM5Ny4zNzctMS4wNDIgMC0xLjQzOC0uMTgyLS4xOTItLjQyNS0uMjk4LS42ODMtLjI5OC0uMjU4IDAtLjUuMTA2LS42ODMuMjk4TDggMTEuOThsNi4zNSA2LjcyMmMuMTgzLjE5Mi40MjYuMjk4LjY4NC4yOTguMjU3IDAgLjUtLjEwNi42ODMtLjI5OC4zNzctLjM5Ny4zNzctMS4wNDIgMC0xLjQzOEwxMC43MTUgMTJsNS4wMDItNS4yNjR6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cGFnZS1uZXh0PC90aXRsZT48cGF0aCBkPSJNOC4yODMgMTcuMjY0Yy0uMzc3LjM5Ny0uMzc3IDEuMDQyIDAgMS40MzguMTgyLjE5Mi40MjUuMjk4LjY4My4yOTguMjU4IDAgLjUtLjEwNi42ODMtLjI5OEwxNiAxMi4wMiA5LjY1IDUuMjk3QzkuNDY3IDUuMTA2IDkuMjI0IDUgOC45NjYgNWMtLjI1NyAwLS41LjEwNi0uNjgzLjI5OC0uMzc3LjM5Ny0uMzc3IDEuMDQyIDAgMS40MzhMMTMuMjg1IDEybC01LjAwMiA1LjI2NHoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light .yvp-pl-loader-bg,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-pl-loader-bg {
+ background-color: rgba(0, 0, 0, 0.7)
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-light .yvp-pl-meta,
+ .yvp-playlist-mode-right.yvp-playlist-theme-light .yvp-pl-meta {
+ color: #fff
+ }
+
+ .yvp-playlist-mode-bottom.yvp-playlist-theme-dark,
+ .yvp-playlist-mode-right.yvp-playlist-theme-dark {
+ background-color: #121717
+ }
+
+ .yvp-browser-desktop .yvp-hover-elem {
+ display: none;
+ opacity: .1;
+ position: absolute;
+ bottom: 28px;
+ width: 100%;
+ height: 100px;
+ left: 0
+ }
+
+ .yvp-browser-desktop .yvp-upnext-container:hover .yvp-hover-elem {
+ display: block;
+ background-color: rgba(0, 0, 0, 0)
+ }
+
+ .yvp-browser-desktop .yvp-upnext-container:hover .yvp-playlist-mode-hidden {
+ opacity: 1;
+ z-index: 10;
+ bottom: 140px
+ }
+
+ .yvp-browser-desktop .yvp-playlist-item .yvp-playlist-item-gradient {
+ opacity: 0
+ }
+
+ .yvp-browser-desktop .yvp-playlist-item:hover .yvp-playlist-item-gradient {
+ opacity: 1
+ }
+
+ .yvp-browser-desktop .yvp-playlist-item:hover .yvp-pl-meta {
+ opacity: 1
+ }
+
+ .yvp-browser-desktop .yvp-overlay-fuji {
+ opacity: 0;
+ }
+
+ .yvp-browser-desktop .yvp-overlay-fuji:hover {
+ opacity: 1;
+ }
+
+ .yvp-browser-desktop .yvp-overlay-fuji:hover .yvp-pl-meta {
+ opacity: 1
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item .yvp-playlist-item-gradient,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item .yvp-playlist-item-gradient {
+ opacity: 1
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-pl-dur,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item.yvp-currently-playing .yvp-pl-dur {
+ opacity: 0
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-playlist-item-watched,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item.yvp-currently-playing .yvp-playlist-item-watched {
+ display: none
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-playlist-item-gradient,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-playlist-item-gradient {
+ height: 100%;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%)
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-playlist-item-image,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-playlist-item-image {
+ -webkit-transform: scale(1.2, 1.2);
+ -moz-transform: scale(1.2, 1.2);
+ -ms-transform: scale(1.2, 1.2);
+ -o-transform: scale(1.2, 1.2);
+ transform: scale(1.2, 1.2);
+ -webkit-transition: transform 2.5s cubic-bezier(.1, .2, .6, 1);
+ -moz-transition: transform 2.5s cubic-bezier(.1, .2, .6, 1);
+ -o-transition: transform 2.5s cubic-bezier(.1, .2, .6, 1);
+ transition: transform 2.5s cubic-bezier(.1, .2, .6, 1)
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-pl-title,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-pl-title {
+ display: block;
+ display: -webkit-box;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ opacity: 1;
+ -webkit-transition: opacity 200ms linear;
+ -moz-transition: opacity 200ms linear;
+ -o-transition: opacity 200ms linear;
+ transition: opacity 200ms linear
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-pl-dur,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-pl-dur {
+ opacity: 0
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item:hover .yvp-playlist-item-watched,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item:hover .yvp-playlist-item-watched {
+ display: none
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-pl-title,
+ .yvp-browser-desktop .yvp-playlist-mode-bottom .yvp-playlist-item.yvp-currently-playing .yvp-pl-title {
+ display: none
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-hidden .yvp-playlist-item.yvp-currently-playing .yvp-playlist-item-gradient {
+ width: calc(100% - 5px);
+ width: -moz-calc(100% - 5px);
+ width: -webkit-calc(100% - 5px);
+ width: -o-calc(100% - 5px);
+ left: 5px;
+ background-image: -webkit-linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%);
+ background-image: -o-linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%);
+ background-image: linear-gradient(180deg, rgba(18, 23, 23, 0.55) 0%, rgba(18, 23, 23, 0.55) 100%)
+ }
+
+ .yvp-browser-desktop .yvp-playlist-mode-right .yvp-playlist-item .yvp-playlist-item-gradient {
+ position: static;
+ opacity: 1;
+ width: 0
+ }
+
+ .yvp-browser-desktop.yvp-ie9 .yvp-upnext-container:hover .yvp-playlist-mode-hidden {
+ opacity: 1;
+ z-index: 10;
+ bottom: 140px;
+ background-color: rgba(0, 0, 0, 0)
+ }
+
+ .yvp-browser-desktop.yvp-ie9 .yvp-upnext-container:hover .yvp-playlist-item-gradient {
+ filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#00000000, endColorStr=#FF000000)
+ }
+
+ .yvp-browser-mobile .yvp-hover-elem {
+ display: none
+ }
+
+ .yvp-browser-mobile .yvp-upnext-playlist.open .yvp-hover-elem {
+ display: none
+ }
+
+ .yvp-browser-mobile .yvp-upnext-playlist.open .yvp-playlist-mode-hidden {
+ opacity: 1;
+ z-index: 10;
+ bottom: 45px
+ }
+
+ .yvp-browser-mobile .yvp-playlist-item-gradient {
+ opacity: 1
+ }
+
+ .yvp-browser-mobile .yvp-pl-meta {
+ opacity: 1
+ }
+
+ .yvp-browser-mobile .yvp-playlist-strip {
+ overyflow-y: hidden;
+ overflow-x: scroll;
+ -webkit-overflow-scrolling: touch
+ }
+
+ .yvp-browser-mobile .yvp-playlist-pg-btn {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-start-screen {
+ display: block
+ }
+
+ .yvp-state-end-screen .yvp-start-screen-bar-wrapper {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-start-screen-button {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-end-screen {
+ z-index: 22;
+ background-color: rgba(0, 0, 0, 0.85);
+ }
+
+ .yvp-state-end-screen .yvp-end-screen.yvp-end-replay {
+ background-color: rgba(18, 23, 23, 0.6)
+ }
+
+ .yvp-state-end-screen .yvp-end-rep-icon {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNi44NyAxNS41NDVjLS4xMS0uMTk3LS4yNzQtLjM0NS0uNDctLjQyNS0uMjA0LS4wOS0uNDUtLjA5LS42MS0uMDQtLjEwNy4wMjUtLjIwNS4wNjgtLjMyNy4xNDctLjA3Mi4wNS0uMTcyLjE1LS4yMTYuMjA0LS43NzYgMS4wMTgtMS45OTcgMS42MjctMy4yNjYgMS42MjctMi4yNDQgMC00LjA3LTEuODItNC4wNy00LjA1MyAwLTIuMTMzIDEuNzg3LTMuOTQ3IDMuOTgtNC4wNDNsLjUyLS4wMTNWN2wtLjU1Mi4wMTNDOC41NzMgNy4xMyA2IDkuNzYgNiAxMy4wMDNjMCAzLjMxMiAyLjY5MyA2LjAwNCA2LjAwNSA2LjAwNCAxLjg2NCAwIDMuNTktLjg0NSA0LjctMi4yOGwuMDctLjA5Yy4wMy0uMDQyLjA1My0uMDgyLjA3LS4xMDguMTA0LS4xNjguMTU1LS4zMzQuMTU1LS41MSAwLS4xNi0uMDQzLS4zMi0uMTMtLjQ3NSIvPjxwYXRoIGQ9Ik0xMi4zMTIgMTEuMDA4Yy0uMTcyIDAtLjMxMi0uMTUtLjMxMi0uMzIzVjUuMzIzYzAtLjE4LjEzOC0uMzIzLjMxMi0uMzIzLjA2OCAwIC4xMzIuMDI0LjE4NC4wNjNsNC4zNjUgMi42MWMuMTUyLjA5LjIwNC4yODYuMTE4LjQ0LS4wMjIuMDQtLjA1Mi4wNzUtLjA4Ni4xLS4wMTUuMDE0LS4wMzIuMDI3LS4wNS4wMzhsLTQuMzU1IDIuNzFjLS4wNS4wMy0uMTAzLjA0Ni0uMTU2LjA0OGgtLjAxOHoiLz48L2c+PC9zdmc+");
+ background-size: 100%;
+ opacity: .6;
+ width: 80px;
+ height: 98px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ margin: auto;
+ cursor: pointer
+ }
+
+ .yvp-state-end-screen.yvp-stream .yvp-end-rep-icon,
+ .yvp-state-end-screen.yvp-ministream .yvp-end-rep-icon {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen {
+ position: absolute;
+ margin: auto;
+ left: 0;
+ right: 0;
+ height: 184px;
+ width: 512px;
+ top: 0;
+ bottom: 50px;
+ z-index: 10;
+ opacity: 1;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-pg-btn {
+ top: 74px;
+ left: -19px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-pg-btn.yvp-playlist-pg-btn-next {
+ right: 0;
+ left: auto;
+ right: -15px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-strip {
+ position: absolute;
+ left: 18px;
+ right: 14px;
+ height: 100%;
+ bottom: 0
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-strip-list {
+ height: 100%;
+ margin-right: 0;
+ width: 500px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-playlist-item {
+ width: 100%;
+ display: inline-block;
+ position: relative;
+ height: 100%
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-pl-loader {
+ top: 35px;
+ left: 50%
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-fuji-grid {
+ width: 100%;
+ height: 100%;
+ list-style-type: none;
+ white-space: normal;
+ text-align: left;
+ overflow: hidden
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-fuji-tile {
+ position: relative;
+ width: 150px;
+ height: 84px;
+ cursor: pointer;
+ float: left;
+ margin-right: 10px;
+ overflow: hidden;
+ margin-bottom: 10px;
+ padding: 0
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-fuji-tile-image {
+ width: 151px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-overlay-fuji {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ color: #fff;
+ font-size: 13px;
+ line-height: 14px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-overlay-fuji.yvp-overlay-fuji-up-next {
+ background-color: rgba(0, 0, 0, 0.6);
+ opacity: 1
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-metadata-fuji {
+ position: absolute;
+ top: 30px;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-next-box {
+ position: absolute;
+ top: 8px;
+ left: 8px;
+ font-size: 13px;
+ line-height: 14px;
+ text-align: left;
+ width: 80px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-next-time {
+ position: relative;
+ margin-top: 6px;
+ display: inline-block;
+ left: 8px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-next-text {
+ position: relative;
+ margin-top: 5px;
+ display: inline-block;
+ left: 19px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-close {
+ position: relative;
+ left: 57px;
+ font-weight: 500;
+ font-size: 19px;
+ opacity: .6;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen .yvp-end-screen-up-close:hover {
+ opacity: 1
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-two-col {
+ height: 84px;
+ width: 347px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-two-col .yvp-playlist-pg-btn {
+ top: 35px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-two-col .yvp-playlist-strip-list {
+ width: 332px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-one-col {
+ height: 84px;
+ width: 178px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-one-col .yvp-playlist-pg-btn {
+ top: 35px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-one-col .yvp-playlist-strip-list {
+ width: 158px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-three-col {
+ height: 284px;
+ width: 678px;
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-three-col .yvp-playlist-pg-btn {
+ top: 135px
+ }
+
+ .yvp-state-end-screen .yvp-playlist-mode-endscreen.yvp-pl-three-col .yvp-playlist-strip-list {
+ width: 666px
+ }
+
+ .yvp-browser-mobile.yvp-browser-playsinline .yvp-end-rep-icon {
+ display: block
+ }
+
+ .yvp-content div.yvp-end-screen-up-next-circle {
+ width: 20px;
+ height: 20px;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ border-radius: 20px;
+ border: 2px solid rgba(255, 255, 255, 0.9);
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0
+ }
+
+ .yvp-content div.yvp-end-screen-arc {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100px;
+ height: 100px;
+ border-radius: 100%;
+ border: 1px solid;
+ display: none
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right.yvp-playlist-theme-dark,
+ .yvp-playlist-in-stream.yvp-playlist-mode-right.yvp-playlist-theme-light {
+ background-color: #fff
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right {
+ width: 276px;
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-strip-list {
+ margin-left: 16px
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item {
+ height: 72px;
+ margin-bottom: 20px;
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-playlist-item-image {
+ width: 130px;
+ height: 73px
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-pl-meta {
+ left: 130px
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-pl-title {
+ color: #000667
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-playlist-border {
+ height: 72px
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-pl-dur {
+ right: 125px;
+ padding: 2px 6px;
+ color: #fff
+ }
+
+ .yvp-playlist-in-stream.yvp-playlist-mode-right .yvp-playlist-item .yvp-pl-provider {
+ display: none
+ }
+ </style>
+ <style type="text/css">
+ .yvp-content {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: visible;
+ font-family: Helvetica Neue Regular, Helvetica Neue, helvetica, arial, sans-serif;
+ font-size: 16px;
+ text-align: initial;
+ cursor: default;
+ background-color: #000;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none
+ }
+
+ .yvp-content .yvp-main,
+ .yvp-content .yvp-playlist-container {
+ outline: none;
+ }
+
+ .yvp-content .yvp-main [tabindex],
+ .yvp-content .yvp-playlist-container [tabindex] {
+ outline: none
+ }
+
+ .yvp-content h3,
+ .yvp-content h4,
+ .yvp-content p,
+ .yvp-content label,
+ .yvp-content input,
+ .yvp-content div,
+ .yvp-content button,
+ .yvp-content img,
+ .yvp-content li,
+ .yvp-content ul {
+ margin: 0;
+ padding: 0;
+ border: 0
+ }
+
+ .yvp-main {
+ position: relative;
+ width: 100%;
+ height: 100%
+ }
+
+ .yvp-state-error .yvp-error-screen {
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ -ms-user-select: text;
+ user-select: text;
+ display: block
+ }
+
+ .yvp-state-error .yvp-start-screen,
+ .yvp-state-error .yvp-end-screen,
+ .yvp-state-error .yvp-html5-video,
+ .yvp-state-error .yvp-end-screen-fuji {
+ display: none
+ }
+
+ .yvp-state-end-screen .yvp-end-screen,
+ .yvp-state-end-screen .yvp-end-screen-fuji {
+ display: block
+ }
+
+ .yvp-state-end-screen .yvp-error-screen,
+ .yvp-state-end-screen .yvp-html5-video {
+ display: none
+ }
+
+ .yvp-state-video .yvp-html5-video,
+ .yvp-state-blocked .yvp-html5-video,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-html5-video {
+ display: block
+ }
+
+ .yvp-state-video .yvp-start-screen,
+ .yvp-state-blocked .yvp-start-screen,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-start-screen,
+ .yvp-state-video .yvp-end-screen,
+ .yvp-state-blocked .yvp-end-screen,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-end-screen,
+ .yvp-state-video .yvp-error-screen,
+ .yvp-state-blocked .yvp-error-screen,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-error-screen,
+ .yvp-state-video .yvp-end-screen-fuji,
+ .yvp-state-blocked .yvp-end-screen-fuji,
+ .yvp-flag-playing.yvp-state-video.yvp-browser-iphone .yvp-end-screen-fuji {
+ display: none
+ }
+
+ .yvp-flag-casting .yvp-start-screen,
+ .yvp-flag-casting .yvp-end-screen,
+ .yvp-flag-casting .yvp-end-screen-fuji {
+ display: none
+ }
+
+ .yvp-state-start-screen .yvp-start-screen,
+ .yvp-state-video.yvp-browser-iphone .yvp-start-screen {
+ display: block
+ }
+
+ .yvp-state-start-screen .yvp-end-screen,
+ .yvp-state-video.yvp-browser-iphone .yvp-end-screen,
+ .yvp-state-start-screen .yvp-error-screen,
+ .yvp-state-video.yvp-browser-iphone .yvp-error-screen,
+ .yvp-state-start-screen .yvp-html5-video:not([playsinline]),
+ .yvp-state-video.yvp-browser-iphone .yvp-html5-video:not([playsinline]),
+ .yvp-state-start-screen .yvp-end-screen-fuji,
+ .yvp-state-video.yvp-browser-iphone .yvp-end-screen-fuji {
+ display: none
+ }
+
+ .yvp-state-start-screen .yvp-html5-video:not([playsinline]),
+ .yvp-state-video.yvp-browser-iphone .yvp-html5-video:not([playsinline]) {
+ top: -2000px
+ }
+
+ object.yvp-swf-not-ready.yvp-flash-video {
+ opacity: 0
+ }
+
+ .yvp-state-video {
+ z-index: 5
+ }
+
+ .yvp-content {
+ z-index: 0
+ }
+
+ .yvp-html5-video {
+ z-index: 5
+ }
+
+ .yvp-switching-canvas {
+ z-index: 15
+ }
+
+ .yvp-loading-screen .yvp-spinner-outer,
+ .yvp-loading-screen .yvp-spinner-inner {
+ z-index: 20
+ }
+
+ .yvp-flash-video {
+ position: absolute;
+ left: 0;
+ visibility: visible
+ }
+
+ .yvp-html5-video {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ cursor: pointer;
+ visibility: hidden
+ }
+
+ .yvp-flash-video.yvp-renderer-active,
+ .yvp-html5-video.yvp-renderer-active {
+ visibility: visible
+ }
+
+ .yvp-switching-canvas {
+ position: absolute
+ }
+
+ .yvp-start-screen,
+ .yvp-end-screen {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ background-color: #000;
+ cursor: pointer;
+ overflow: hidden
+ }
+
+ .yvp-nfl-branding-container {
+ width: 100%;
+ height: 36px;
+ position: relative;
+ z-index: 22;
+ background: #011832;
+ background: -moz-linear-gradient(left, #011832 0%, #103155 40%, #011832 100%);
+ background-image: -webkit-linear-gradient(left, #011832 0%, #103155 40%, #011832 100%);
+ background-image: -o-linear-gradient(left, #011832 0%, #103155 40%, #011832 100%);
+ background-image: linear-gradient(left, #011832 0%, #103155 40%, #011832 100%);
+ *background: #011832;
+ white-space: nowrap
+ }
+
+ .yvp-browser-mobile .yvp-nfl-branding-container {
+ height: 52px
+ }
+
+ .yvp-nfl-branding {
+ position: relative;
+ margin: 10px auto;
+ vertical-align: middle;
+ display: inline-block;
+ zoom: 1;
+ width: 30%
+ }
+
+ .yvp-browser-mobile .yvp-nfl-branding {
+ margin: 15px auto
+ }
+
+ .yvp-nfl-branding-container .yvp-nfl-brand-span {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTkuOTgzIDE5LjM4cy40MTctLjcyLjgyNC0xLjExMmMuNTc0LS41NSAxLjM5LS44OTcgMi40OS0xLjA1NiAxLjM4Mi0uMiAyLjM4NS0uNjcgMi45NzYtMS4zODIuNDc4LS41OC41NS0xLjE2Mi41NS0xLjQ1NlYyLjcyN2gtLjQ1NGMtLjU5LjQyLTEuNzE1Ljk5Ni0zLjE2LjY0QzEwLjcgMi43NSA5Ljk4Mi41ODggOS45ODIuNTg4UzkuMjY4IDIuNzUgNi43NiAzLjM2NWMtMS40NS4zNTctMi41NzQtLjIyLTMuMTYyLS42NGgtLjQ1MnYxMS42NDhjMCAuMjkzLjA3Mi44NzUuNTUgMS40NTYuNTkuNzEzIDEuNTkgMS4xOCAyLjk3NCAxLjM4MiAxLjEwMy4xNTggMS45MTcuNTA1IDIuNDkyIDEuMDU4LjQyMi40MDYuODIgMS4xMS44MiAxLjExIi8+PHBhdGggZmlsbD0iIzAxMzc2OSIgZD0iTTE2LjQxMyAzLjE4MnMtMS4zNzMgMS4wNjYtMy4zMDMuNTgzYy0yLjI1Mi0uNTYyLTMuMTI3LTIuMjUtMy4xMjctMi4yNXMtLjg3NCAxLjY4OC0zLjEyNSAyLjI1Yy0xLjkzLjQ4My0zLjMwMi0uNTgzLTMuMzAyLS41ODN2MTEuMTkyYzAgLjM4LjE2IDEuOTk1IDMuMTcyIDIuNDMyIDEuMTkuMTcyIDIuMDguNTU1IDIuNzIgMS4xNy4yMjguMjE4LjQwMy40NC41MzYuNjUuMTMzLS4yMS4zMDgtLjQzMi41NC0uNjUuNjM2LS42MTUgMS41MjUtLjk5OCAyLjcxNC0xLjE3IDMuMDE1LS40MzYgMy4xNzQtMi4wNSAzLjE3NC0yLjQzMlYzLjE4MnoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOS45ODMgMTcuNDg2cy44NzUtMS4wOCAzLjE0Ni0xLjQzMmMyLjYwMy0uNCAyLjUyNi0xLjYyMiAyLjUyNi0xLjY4M1Y4LjUxTDQuMzEgOC41MXY1Ljg2YzAgLjA2My0uMDc1IDEuMjg1IDIuNTI3IDEuNjg1IDIuMjcyLjM1IDMuMTQ2IDEuNDMgMy4xNDYgMS40MyIvPjxwYXRoIGZpbGw9IiNENTBBMEEiIGQ9Ik03LjMzOCAxMi43OTN2LTIuNzg2bC0uMzUtLjE5N3YtLjcyNWgxLjU5NHYuNzI1bC0uMzMzLjE5N3Y1LjY4NmwtLjg1My0uMjU1LTEuMjMtMy42MzN2Mi4zOTNsLjM5LjN2Ljc0bC0xLjcxLS40MzZ2LS42MjdsLjM5LS4xNTZ2LTQuMDFsLS40LS4ydi0uNzI1aDEuMjk1TTEwLjI3MyAxNS4zNDRsLjM0LjQwN3YuNzI1bC0xLjY5My0uNjMzdi0uNjEzbC4zNzUtLjE1NnYtNS4wNjdsLS4zNzItLjE5di0uNzMyaDIuOTR2MS40NzNoLS42NDdsLS4xOTUtLjYwNGgtLjc0N3YxLjdoLjU2bC4yMi0uMzJoLjQ1MnYxLjUxaC0uNDVsLS4yMTQtLjMwNmgtLjU2N00xMi4xNDMgMTUuNTk4di0uNzIzbC40Mi0uMzQ1di00LjUyM2wtLjM2LS4xOXYtLjczMmgxLjY5M3YuNzMzbC0uMzMuMTl2NC4yNDJsLjcyOC0uMTk2LjEzNy0xLjExMmguN3YxLjg2Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTQuNjA1IDcuMzA4bC0uNTEyLS4zODVoLjYyOGwuMjA3LS41OTMuMjA4LjU5M2guNjI2bC0uNTEuMzg1LjE4Ny42MDUtLjUxLS4zNTgtLjUxLjM1OE02LjgzMyA3LjMwOGwtLjUxNS0uMzg1aC42MjhsLjIwNy0uNTkzLjIwOC41OTNoLjYyN2wtLjUxMy4zODUuMTkuNjA1LS41MS0uMzU4LS41MS4zNThNNC42MDUgNS4zbC0uNTEyLS4zODRoLjYyOGwuMjA3LS41OTQuMjA4LjU5NGguNjI2bC0uNTEuMzg1LjE4Ny42MDQtLjUxLS4zNi0uNTEuMzZNNi44MzMgNS4zbC0uNTE1LS4zODRoLjYyOGwuMjA3LS41OTQuMjA4LjU5NGguNjI3bC0uNTEzLjM4NS4xOS42MDQtLjUxLS4zNi0uNTEuMzZNMTUuNTUgNy45MTNsLS41MS0uMzU4LS41MS4zNTguMTktLjYwNS0uNTEyLS4zODVoLjYyNmwuMjA2LS41OTMuMjEuNTkzaC42MjZsLS41MTUuMzg1TTEzLjMyNiA3LjkxM2wtLjUxLS4zNTgtLjUxLjM1OC4xODctLjYwNS0uNTE0LS4zODVoLjYyNmwuMjEtLjU5My4yMDYuNTkzaC42MjdsLS41MTUuMzg1TTE1LjU1IDUuOTA0bC0uNTEtLjM2LS41MS4zNi4xOS0uNjAzLS41MTItLjM4NGguNjI2bC4yMDYtLjU5NC4yMS41OTRoLjYyNmwtLjUxNS4zODVNMTMuMzI2IDUuOTA0bC0uNTEtLjM2LS41MS4zNi4xODctLjYwMy0uNTE0LS4zODRoLjYyNmwuMjEtLjU5NC4yMDYuNTk0aC42MjdsLS41MTUuMzg1TTEwLjQ3MiA0Ljg2M2MtLjIyOC0uMTg3LS40ODUtLjMxLS43NTctLjM2OC4wNjUtLjA2My4xMzQtLjExNS4xOTItLjE2NC4zNC4wOC41Ny4yMzQuNzI1LjM2NS0uMDU1LjA1NS0uMTEuMTEyLS4xNi4xNjhtLS4zMy40Yy0uMjE3LS4xODctLjQ4LS4zMi0uNzgzLS4zOC4wNDUtLjA2LjEtLjEyNC4xNS0uMTguMjMuMDQuNTIyLjE2Ljc4LjM3LS4wNTMuMDY0LS4xMDIuMTI2LS4xNDguMTltLS4yOTYuNDE1Yy0uMjM1LS4xOTctLjUwOC0uMzE3LS43NzgtLjM3IDAgMCAuMDgyLS4xMzMuMTI4LS4yMDIuMzMuMDY1LjU5Ny4yMTguNzgyLjM3Ny0uMDQ3LjA2Ny0uMDkyLjEzMi0uMTMyLjE5NW0xLjU1Mi0xLjk5cy0uMjY3LjE0LS42MzcuNTAyYy4wODQuMDUuMTc4LjExNS4yMzIuMTYtLjA1Ny4wNS0uMTEzLjEwNC0uMTY3LjE1NC0uMjQtLjE5OC0uNDkyLS4zLS42ODUtLjM0OC4wNjQtLjA0NS4xMzMtLjA5Mi4yLS4xMzMuMTA0LjAyNC4yMDcuMDY3LjIwNy4wNjcuNDE4LS4zMi43OC0uNDU3Ljc4LS40NTdzLS4wNDItLjAyLS4xNTMtLjAyYy0xLjY0OC4wMjItMy4xNjUgMS4yNS0yLjg4IDMuMzU2LjAzNC4yMi4xMi42MjguMjMuODA1LjAzOC0uMzUuMTctMS4xMjQuNTYtMS45NTYtLjEzNy0uMDUtLjI1LS4wNy0uMjUtLjA3LjA0LS4wODMuMDk2LS4xOS4wOTYtLjE5LjI4OC4wNTUuNTQyLjE3Ny43NjQuMzUtLjA1Mi4wODYtLjA4OC4xNC0uMTE0LjE4OC0uMDgtLjA2My0uMTU3LS4xMTQtLjI0Mi0uMTYzLS40NC43NjctLjY0NCAxLjQ5My0uNzI4IDEuODcyLjAwNi4wMjIuMDUzLjAzNi4wOTMuMDMgMS44MDQtLjIzNSAyLjY1LTEuMTU0IDIuOTA1LTIuMTUyLjE3LS42NTQuMTE0LTEuMzM3LS4xMTItMS44OTYtLjAxNi0uMDQtLjA0Ni0uMTA1LS4wOTgtLjEiLz48L3N2Zz4=");
+ background-repeat: no-repeat;
+ position: absolute;
+ width: 20px;
+ height: 20px;
+ margin: -2px 0 0 10px
+ }
+
+ .yvp-browser-mobile .yvp-nfl-branding-container .yvp-nfl-brand-span {
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE1IDI5LjA5MnMuNjI0LTEuMDggMS4yMzQtMS42NjhjLjg2Mi0uODI3IDIuMDg0LTEuMzQ2IDMuNzM2LTEuNTg0IDIuMDczLS4zIDMuNTc2LTEgNC40NjMtMi4wNzIuNzE1LS44NzIuODIzLTEuNzQuODI1LTIuMTg0VjQuMTE0aC0uNjgzYy0uODguNjMtMi41NjggMS40OTMtNC43MzguOTU4QzE2LjA3NSA0LjE0OCAxNSAuOTA2IDE1IC45MDZzLTEuMDc2IDMuMjQtNC44MzcgNC4xNjZjLTIuMTczLjUzNS0zLjg2LS4zMy00Ljc0Mi0uOTZoLS42Nzh2MTcuNDcyYzAgLjQ0LjEwOCAxLjMxMi44MjUgMi4xODQuODg1IDEuMDcyIDIuMzg2IDEuNzcgNC40NiAyLjA3MiAxLjY1NS4yMzggMi44NzYuNzU3IDMuNzM4IDEuNTg4LjYzMy42MDggMS4yMzQgMS42NjQgMS4yMzQgMS42NjQiLz48cGF0aCBmaWxsPSIjMDEzNzY5IiBkPSJNMjQuNjQgNC43OTZzLTIuMDU2IDEuNi00Ljk1Ljg3NUMxNi4zMSA0LjgzIDE1IDIuMjk4IDE1IDIuMjk4cy0xLjMxMiAyLjUzLTQuNjkgMy4zNzRjLTIuODk3LjcyNS00Ljk1My0uODc0LTQuOTUzLS44NzR2MTYuNzg4YzAgLjU3LjI0IDIuOTkzIDQuNzU4IDMuNjQ2IDEuNzg2LjI2IDMuMTIuODMyIDQuMDc4IDEuNzU0LjM0NC4zMy42MDYuNjY2LjgwNS45NzguMi0uMzEyLjQ2LS42NDguODA4LS45NzguOTU2LS45MjIgMi4yOS0xLjQ5NCA0LjA3NC0xLjc1NCA0LjUyLS42NTIgNC43Ni0zLjA3NiA0Ljc2LTMuNjQ2VjQuNzk2eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNSAyNi4yNTNzMS4zMS0xLjYyMiA0LjcyLTIuMTQ3YzMuOTAzLS42IDMuNzg4LTIuNDMzIDMuNzg4LTIuNTI1di04Ljc5NGwtMTcuMDIuMDAydjguNzkyYzAgLjA5My0uMTEyIDEuOTI1IDMuNzkgMi41MjUgMy40MS41MjYgNC43MiAyLjE0OCA0LjcyIDIuMTQ4Ii8+PHBhdGggZmlsbD0iI0Q1MEEwQSIgZD0iTTExLjAzIDE5LjIxM3YtNC4xOGwtLjUyMy0uMjk1VjEzLjY1aDIuMzl2MS4wODhsLS41LjI5NXY4LjUzbC0xLjI3OC0uMzg0LTEuODQ3LTUuNDV2My41OWwuNTg2LjQ1MnYxLjExbC0yLjU2NS0uNjU3di0uOTRsLjU4Ni0uMjMydi02LjAxNWwtLjYtLjNWMTMuNjVoMS45NE0xNS40MzIgMjMuMDM4bC41MS42MXYxLjA4NmwtMi41MzgtLjk0OHYtLjkybC41Ni0uMjN2LTcuNjAzbC0uNTU2LS4yODN2LTEuMWg0LjQwOHYyLjIxaC0uOTY4bC0uMjk1LS45MDdoLTEuMTJ2Mi41NTJoLjg0bC4zMy0uNDg0aC42Nzd2Mi4yN2gtLjY3NmwtLjMyLS40NmgtLjg1Mk0xOC4yMzYgMjMuNDJ2LTEuMDg1bC42My0uNTE3di02Ljc4NWwtLjU0LS4yODN2LTEuMWgyLjU0MnYxLjFsLS40OTcuMjgzdjYuMzY0bDEuMDkzLS4yOTMuMjA3LTEuNjdoMS4wNXYyLjc5Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTYuOTMyIDEwLjk4NmwtLjc3LS41OGguOTQybC4zMS0uODg4LjMxMi44OWguOTRsLS43Ny41NzguMjgzLjkwNy0uNzY3LS41MzctLjc2NC41MzdNMTAuMjcyIDEwLjk4NmwtLjc3LS41OGguOTRsLjMxLS44ODguMzEyLjg5aC45NGwtLjc3LjU3OC4yODUuOTA3LS43NjctLjUzNy0uNzY0LjUzN002LjkzMiA3Ljk3NWwtLjc3LS41NzhoLjk0MmwuMzEtLjg5LjMxMi44OWguOTRsLS43Ny41NzguMjgzLjkwNS0uNzY3LS41NC0uNzY0LjU0TTEwLjI3MiA3Ljk3NWwtLjc3LS41NzhoLjk0bC4zMS0uODkuMzEyLjg5aC45NGwtLjc3LjU3OC4yODUuOTA1LS43NjctLjU0LS43NjQuNTRNMjMuMzQ4IDExLjg5M2wtLjc2NC0uNTM4LS43NjYuNTM4LjI4NC0uOTA3LS43Ny0uNTc4aC45NGwuMzEyLS44OS4zMS44OWguOTQybC0uNzcuNTc4TTIwLjAxIDExLjg5M2wtLjc2NC0uNTM4LS43NjcuNTM4LjI4NC0uOTA3LS43NzItLjU3OGguOTRsLjMxNC0uODkuMzEuODloLjk0bC0uNzcuNTc4TTIzLjM0OCA4Ljg4bC0uNzY0LS41NC0uNzY2LjU0LjI4NC0uOTA1LS43Ny0uNTc4aC45NGwuMzEyLS44OS4zMS44OWguOTQybC0uNzcuNTc4TTIwLjAxIDguODhsLS43NjQtLjU0LS43NjcuNTQuMjg0LS45MDUtLjc3Mi0uNTc4aC45NGwuMzE0LS44OS4zMS44OWguOTRsLS43Ny41NzhNMTUuNzMgNy4zMThjLS4zNDItLjI4LS43MjctLjQ2NC0xLjEzNS0uNTUyLjEtLjA5NC4yMDItLjE3Mi4yODgtLjI0Ny41MS4xMi44NTQuMzUgMS4wODguNTQ1LS4wOC4wODQtLjE2My4xNy0uMjQuMjUzbS0uNDkzLjU5OGMtLjMyNy0uMjgtLjcyNC0uNDgtMS4xNzUtLjU3LjA3LS4wODguMTUtLjE4NS4yMjgtLjI3LjM0My4wNi43ODIuMjQgMS4xNjcuNTU3LS4wOC4wOTYtLjE1Mi4xOS0uMjIuMjgzbS0uNDQ1LjYyNGMtLjM1My0uMjk1LS43NjMtLjQ3NS0xLjE2Ni0uNTUzIDAgMCAuMTIyLS4yMDIuMTkzLS4zMDQuNDkuMDk2Ljg5My4zMjcgMS4xNy41NjQtLjA3LjEtLjEzOC4yLS4xOTguMjkzbTIuMzI4LTIuOTgzcy0uNC4yMDgtLjk1Ni43NTNjLjEyNi4wNzQuMjY4LjE3LjM0OC4yNC0uMDg1LjA3Mi0uMTcuMTU0LS4yNS4yMy0uMzYtLjMtLjczOC0uNDUtMS4wMy0uNTIzLjA5Ny0uMDY3LjItLjEzOC4zMDItLjIuMTU2LjAzNy4zMS4xLjMxLjEuNjI3LS40NzggMS4xNy0uNjg2IDEuMTctLjY4NnMtLjA2Mi0uMDMtLjIzLS4wMjhjLTIuNDcuMDMzLTQuNzQ2IDEuODc2LTQuMzE4IDUuMDM0LjA0OC4zMzQuMTc2Ljk0NC4zNDMgMS4yMS4wNTQtLjUyNi4yNTItMS42ODcuODM4LTIuOTM0LS4yMDUtLjA3My0uMzc1LS4xMDMtLjM3NS0uMTAzLjA2Mi0uMTI3LjE0NS0uMjg2LjE0NS0uMjg2LjQzMy4wODIuODE0LjI2NSAxLjE0Ni41MjUtLjA3OC4xMjctLjEzMy4yMS0uMTcuMjgtLjExOC0uMDk0LS4yMzYtLjE3LS4zNjQtLjI0NC0uNjYgMS4xNS0uOTY1IDIuMjQtMS4wOSAyLjgwOC4wMDguMDM0LjA3OC4wNTMuMTM4LjA0NSAyLjcwNi0uMzUzIDMuOTczLTEuNzMgNC4zNTgtMy4yMy4yNTMtLjk4LjE3Mi0yLjAwNS0uMTY4LTIuODQ0LS4wMjQtLjA1Ny0uMDctLjE1Ni0uMTQ4LS4xNSIvPjwvc3ZnPg==");
+ background-repeat: no-repeat;
+ width: 30px;
+ height: 30px
+ }
+
+ .yvp-nfl-branding-container .yvp-nfl-brand-logo {
+ background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbCgk8IUVOVElUWSBuc19leHRlbmQgImh0dHA6Ly9ucy5hZG9iZS5jb20vRXh0ZW5zaWJpbGl0eS8xLjAvIj4KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPgoJPCFFTlRJVFkgbnNfZ3JhcGhzICJodHRwOi8vbnMuYWRvYmUuY29tL0dyYXBocy8xLjAvIj4KCTwhRU5USVRZIG5zX3ZhcnMgImh0dHA6Ly9ucy5hZG9iZS5jb20vVmFyaWFibGVzLzEuMC8iPgoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4KCTwhRU5USVRZIG5zX3NmdyAiaHR0cDovL25zLmFkb2JlLmNvbS9TYXZlRm9yV2ViLzEuMC8iPgoJPCFFTlRJVFkgbnNfY3VzdG9tICJodHRwOi8vbnMuYWRvYmUuY29tL0dlbmVyaWNDdXN0b21OYW1lc3BhY2UvMS4wLyI+Cgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4KXT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwOS44OTYiIGhlaWdodD0iMTMuOTc4Ij48c3dpdGNoPjxmb3JlaWduT2JqZWN0IHJlcXVpcmVkRXh0ZW5zaW9ucz0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZUlsbHVzdHJhdG9yLzEwLjAvIiB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmYiIGQ9Ik0xMDkuODk2IDEuMDI1bC0zLjY3OCAxMi45NWgtNS41OThsMS41NC01LjQ0Ny0zLjgyMyA0Ljc0MmgtMS44MjJsLTIuMTgtOC4zNWgtNC4zNmwuODktMy44OTZoOC4zMmwuODggNS4xMzggNC4yMzQtNS4xMzV2LS4wMDNoNS41OTV6TTg3LjEzIDEwLjIyYy0uNTY2IDEuODItMi41NTMgMy43NTUtNC40MTQgMy43NTVINzQuNDFjLTEuODYgMC0yLjkyLTEuOTM0LTIuMzU0LTMuNzU1bDEuMzI3LTQuMjc3aDUuODk0TDc3Ljk3IDkuODM3aDMuMjNsMS42Ni00Ljg4NmgtOS4xMmMuNjctMS42OSAyLjYyOC0zLjkyNSA0LjM5NC0zLjkyNWg4LjMwNmMxLjg2IDAgMi44NCAyLjI3IDIuMjc0IDQuMDlMODcuMTMgMTAuMjJ6TTcxLjM1MiA2LjY0Nkg2Ni4yNGwuNTY1LTEuNjc0aC0yLjczbC0xLjY1MyA0Ljg1aDIuNzNsLjQxMi0uOTI0aDUuMDg0bC0uNzYgMi40MjZjLS41NjYgMS44Mi0yLjIxNSAyLjY1LTQuMDc2IDIuNjVoLTYuNDdjLTEuODYgMC0yLjkyLTEuOTMzLTIuMzU0LTMuNzU0bDEuNTg0LTUuMTA1Yy41NjYtMS44MiAyLjA0LTQuMDkgNC43MTctNC4wOWg2LjA1NWMyLjAyNyAwIDMuMDQ1IDIuNDYgMi40OTYgNC4xODhsLS40OSAxLjQzM3ptLTIxLjY2IDcuMzNsMS4xNTUtNC45OThoNC41MUw1NC4yIDEzLjk3NmgtNC41MDh6bS01LjE3NS00Ljk5OGg0LjUwOGwtMS4xNTYgNC45OThoLS4zNDd2LjAwMmgtOC40OXYtLjAwNEgzNS4wM0wzOC4zNzYgMi42NWgtMS4zNGwuODEtMi42M2gxLjM0Vi4wMTZoNi40N0w0Mi4yNzYgMTFoMS43M2wuNTEyLTIuMDIyem0tOS4zNC00LjMxN2gtNC41OWwuNDIzLTEuNjYzaC0xMEwyMS42NDUuMDJoMTQuNjZsLS4wMS4wNDJoLjA0M2wtMS4xNiA0LjZ6TTEyLjI1IDEzLjk3Nkg3LjUwNEw2LjIxNiAyLjY1aC00LjE5bC44MS0yLjYzaDMuMDdWLjAxNmg2LjE0TDEzLjI2IDEwLjI2IDE2LjQwOC4wMTVoMy44MzhsLTQuMTU4IDEzLjk2SDEyLjI1ek01LjI5MyAzLjY3TDUuNiA2LjgzNGwtMi4xMjYgNy4xNEguMDJMMy4xMzUgMy42NjhoMi4xNTh6bTIyLjQ4LjMyNmwtLjY0MiAyLjQ2aDUuMThMMzEuNyA4Ljk5aC01LjM2bC0xLjUzMiA0Ljk4NWgtNi4wNDNsMy4wMS05Ljk4aDUuOTk4em02NS40OCAxLjg3N2wxLjAyIDQuMzg1LTEuMDAyIDMuNzE4aC00LjczNWwyLjM1Mi04LjEwM2gyLjM2NXoiLz48L3N3aXRjaD48L3N2Zz4=");
+ background-repeat: no-repeat;
+ width: 110px;
+ height: 14px;
+ display: block;
+ position: absolute;
+ margin-left: 40px;
+ margin-top: 2px
+ }
+
+ .yvp-browser-mobile .yvp-nfl-branding-container .yvp-nfl-brand-logo {
+ background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiBbCgk8IUVOVElUWSBuc19leHRlbmQgImh0dHA6Ly9ucy5hZG9iZS5jb20vRXh0ZW5zaWJpbGl0eS8xLjAvIj4KCTwhRU5USVRZIG5zX2FpICJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlSWxsdXN0cmF0b3IvMTAuMC8iPgoJPCFFTlRJVFkgbnNfZ3JhcGhzICJodHRwOi8vbnMuYWRvYmUuY29tL0dyYXBocy8xLjAvIj4KCTwhRU5USVRZIG5zX3ZhcnMgImh0dHA6Ly9ucy5hZG9iZS5jb20vVmFyaWFibGVzLzEuMC8iPgoJPCFFTlRJVFkgbnNfaW1yZXAgImh0dHA6Ly9ucy5hZG9iZS5jb20vSW1hZ2VSZXBsYWNlbWVudC8xLjAvIj4KCTwhRU5USVRZIG5zX3NmdyAiaHR0cDovL25zLmFkb2JlLmNvbS9TYXZlRm9yV2ViLzEuMC8iPgoJPCFFTlRJVFkgbnNfY3VzdG9tICJodHRwOi8vbnMuYWRvYmUuY29tL0dlbmVyaWNDdXN0b21OYW1lc3BhY2UvMS4wLyI+Cgk8IUVOVElUWSBuc19hZG9iZV94cGF0aCAiaHR0cDovL25zLmFkb2JlLmNvbS9YUGF0aC8xLjAvIj4KXT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE1Ny4wNDIiIGhlaWdodD0iMjAuMDE1Ij48c3dpdGNoPjxmb3JlaWduT2JqZWN0IHJlcXVpcmVkRXh0ZW5zaW9ucz0iaHR0cDovL25zLmFkb2JlLmNvbS9BZG9iZUlsbHVzdHJhdG9yLzEwLjAvIiB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmYiIGQ9Ik0xNTYuOTYgMS44NzdsLTUuMjU1IDE4LjEyNmgtNy45OTJsMi4xOTgtNy4zODQtNS40NiA2LjM0aC0yLjZsLTMuMTE0LTExLjgzaC02LjIyN2wxLjI3LTUuMjUyaDExLjg4bDEuMjU3IDcuMjUgNi4wNDctNy4yNDZ2LS4wMDVoNy45OTV6bS0zMi41MTMgMTMuMjRjLS44MDggMi42ODgtMy42NDUgNC44ODctNi4zMDIgNC44ODdoLTExLjg2Yy0yLjY2IDAtNC4xNzItMi4yLTMuMzY0LTQuODg3bDEuODk4LTYuMzEyaDguNDE2bC0xLjg2NiA1Ljc0N2g0LjYxbDIuMzc1LTcuMzc2aC0xMy4wMjZjLjk1OC0yLjUgMy43NTItNS4yOTggNi4yNzUtNS4yOThoMTEuODZjMi42NTcgMCA0LjA1NiAzLjAxOCAzLjI0NyA1LjcwNWwtMi4yNjQgNy41MzR6bS0yMi41My01LjI3NmgtNy4zMDJsLjgwOC0yLjYzMmgtMy45bC0yLjM2IDcuMzIyaDMuOWwuNTg3LTEuMzY1aDcuMjZsLTEuMDg0IDMuNThjLS44MSAyLjY4OC0zLjE2MyAzLjI1OC01LjgyIDMuMjU4aC05LjI0Yy0yLjY1NiAwLTQuMTctMi4yLTMuMzYyLTQuODg3bDIuMjY0LTcuNTMzYy44MDgtMi42ODggMi45MS01LjcwNSA2LjczNS01LjcwNWg4LjY1YzIuODkzIDAgNC4zNDggMy4zIDMuNTYyIDUuODVsLS42OTggMi4xMTN6TTcwLjk4NSAyMC4wMDdsMS42NS02LjcyMmg2LjQ0bC0xLjY1MiA2LjcyMmgtNi40Mzh6bS03LjM5LTYuNzJoNi40MzhsLTEuNjUgNi43MmgtLjQ5NXYuMDAzSDU1Ljc2NnYtLjAwN2gtNS43Mmw0Ljc4LTE2LjA1OGgtMS45MTJMNTQuMDcuMDY1aDEuOTFsLjAwNC0uMDFoOS4yMzhMNjAuMzk2IDE2LjI3aDIuNDY3bC43MzItMi45ODR6TTUwLjI1OCA2LjkxMkg0My43bC43MjQtMi45N2gtMTQuNjVMMzAuOTMuMDY3aDIwLjkzNmwtLjAxNC4wNmguMDZMNTAuMjYgNi45MTR6TTE3LjUxOCAyMGgtNi43ODJMOC45IDMuOTQ1SDIuOTE1TDQuMDcuMDY1aDQuMzg2di0uMDFoOC43N2wxLjcyOCAxNS4xMiA0LjUtMTUuMTJoNS40OGwtNS45NCAxOS45NDZoLTUuNDc3ek03LjU3OCA1LjQ1bC40NCA0LjY3My0zLjAzNyA5Ljg4SC4wNTNMNC40OTYgNS40NUg3LjU4em0zMi4zNDYtLjI3OGwtMS4yMTcgNC4wMzJoNy4zOTdsLS44NzMgMy43NGgtNy42NUwzNS40NSAyMGgtOC42M2w0LjQ3Ni0xNC44MjhoOC42M3ptOTMuMjY0IDMuNTNsMS40NTcgNi40Ny0xLjQzIDQuODMyaC02Ljc2NEwxMjkuODEgOC43aDMuMzh6Ii8+PC9zd2l0Y2g+PC9zdmc+");
+ background-repeat: no-repeat;
+ margin-left: 50px;
+ margin-top: 2px;
+ width: 157px;
+ height: 20px
+ }
+
+ div.yvp-agegate-container {
+ width: 100%;
+ height: 100%;
+ color: #fff;
+ font-family: 'Helvetica Neue Regular', 'Helvetica Neue', helvetica, arial, sans-serif;
+ position: absolute;
+ background-color: #000;
+ z-index: 25
+ }
+
+ .yvp-agegate-container .yvp-agegate-info-wrapper {
+ padding: 17% 25% 0 25%;
+ text-align: center;
+ position: absolute;
+ top: 0;
+ }
+
+ .yvp-stream .yvp-agegate-container .yvp-agegate-info-wrapper {
+ padding: 14% 15% 0 15%
+ }
+
+ .yvp-agegate-container .yvp-agegate-title {
+ font-size: 20px;
+ line-height: 24px;
+ font-weight: normal;
+ margin-bottom: 2%
+ }
+
+ .yvp-agegate-container .yvp-agegate-desc {
+ font-size: 12px;
+ line-height: 20px;
+ color: rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-stream .yvp-agegate-container.yvp-agegate-birthday .yvp-agegate-info-wrapper {
+ padding: 8% 10% 0 10%
+ }
+
+ .yvp-stream .yvp-agegate-container.yvp-agegate-birthday .yvp-agegate-desc {
+ line-height: 14px
+ }
+
+ .yvp-stream .yvp-agegate-container.yvp-agegate-birthday .yvp-agegate-action-wrapper {
+ margin-top: 5.2%
+ }
+
+ .yvp-stream .yvp-agegate-container.yvp-agegate-birthday .yvp-agegate-btn {
+ display: block;
+ margin: 5% auto 0 auto
+ }
+
+ .yvp-agegate-container .yvp-agegate-action-wrapper {
+ margin-top: 9.2%
+ }
+
+ .yvp-agegate-container .yvp-agegate-date-input,
+ p.yvp-agegate-input {
+ display: inline
+ }
+
+ .yvp-agegate-container .yvp-agegate-date-input
+ /*input*/
+
+ {
+ width: 56px;
+ height: 33px;
+ margin: 0 5px 0 0;
+ border: none;
+ border-radius: 2px;
+ color: #fff;
+ text-align: center;
+ background-color: rgba(255, 255, 255, 0.15)
+ }
+
+ input.yvp-agegate-date-input.validate-error {
+ border: 1px solid #cc4a4a
+ }
+
+ .yvp-agegate-container .yvp-agegate-btn {
+ padding: 10px 22px 9px 22px;
+ background-color: #188fff;
+ border: none;
+ outline: none;
+ border-radius: 2px;
+ color: #fff;
+ font-family: 'Helvetica Neue Regular', 'Helvetica Neue', helvetica, arial, sans-serif;
+ font-size: 12px;
+ line-height: 13px;
+ cursor: pointer
+ }
+
+ .yvp-agegate-container .yvp-agegate-btn.disable {
+ display: none
+ }
+
+ .yvp-agegate-container .yvp-agegate-icon {
+ position: absolute;
+ right: 20px;
+ bottom: 20px;
+ background-size: 100%;
+ display: none;
+ zoom: 1
+ }
+
+ .yvp-agegate-back-image {
+ opacity: .3;
+ display: block;
+ width: 100%;
+ height: auto
+ }
+
+ .yvp-start-screen {
+ z-index: 21;
+ }
+
+ .yvp-start-screen .yvp-start-screen-image {
+ display: block;
+ width: 100%;
+ height: auto
+ }
+
+ .yvp-start-screen .yvp-start-screen-provider {
+ font-size: 91%;
+ font-weight: normal;
+ margin-bottom: 5px
+ }
+
+ .yvp-start-screen .yvp-start-screen-title {
+ font-weight: bold;
+ font-size: 100%;
+ margin-bottom: 3px;
+ width: 100%;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis
+ }
+
+ .yvp-start-screen .yvp-start-screen-description {
+ -webkit-font-smoothing: antialiased;
+ font-weight: 200;
+ font-size: 85%;
+ letter-spacing: .07em;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis
+ }
+
+ .yvp-start-screen .yvp-start-screen-bar-wrapper {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: transparent;
+ -webkit-transition: all .3s ease-in-out;
+ -moz-transition: all .3s ease-in-out;
+ -o-transition: all .3s ease-in-out;
+ transition: all .3s ease-in-out
+ }
+
+ .yvp-start-screen:hover .yvp-start-screen-bar-wrapper {
+ background-color: rgba(0, 0, 0, 0.4)
+ }
+
+ .yvp-start-screen .yvp-start-screen-bar {
+ position: absolute;
+ width: 96%;
+ min-height: 30px;
+ max-height: 70px;
+ bottom: 0;
+ color: #fff;
+ overflow: hidden;
+ padding: 10px 2%;
+ text-shadow: #000 0 1px 3px;
+ background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
+ background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
+ background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.7))
+ }
+
+ .yvp-start-screen .yvp-start-screen-button {
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ width: 90px;
+ height: 90px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjIuMDY2JSIgeTE9Ijk2Ljc1MSUiIHgyPSI5NS42NTklIiB5Mj0iMi45NjklIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzZEMDBGNiIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDNBQkMiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEyLjY3NiA3Ny4zNzZjMy45ODMgMy42MDggOC42NjcgNi4yOCAxNC4wMjcgOC4wMTdDMzIuMDc4IDg3LjEyNSAzNy44OSA4OCA0NC4xNjMgODhjNi4xNjQgMCAxMS45MzQtLjg3NSAxNy4yOTYtMi42MDcgMi4xNTQtLjY5NCA0LjE4Ni0xLjU0NyA2LjExNi0yLjU0MyAyLjg4NC0xLjQ5IDUuNTMtMy4zMTIgNy45MTYtNS40NzQgMy45OS0zLjYwNyA3LjA5Ny04LjE4MyA5LjMzLTEzLjcwN0M4Ny4wNSA1OC4xMzYgODguMTY4IDUxLjU4IDg4LjE2OCA0NGMwLTcuNTg2LTEuMTE4LTE0LjE0LTMuMzQ2LTE5LjY3LTIuMjMzLTUuNTMtNS4zNC0xMC4xLTkuMzMtMTMuNzA1LTMuOTg1LTMuNjE3LTguNjYtNi4yODUtMTQuMDMzLTguMDJDNTYuMDk2Ljg3IDUwLjMyNiAwIDQ0LjE2MiAwYy02LjI3MyAwLTEyLjA4NS44NjgtMTcuNDYgMi42MDYtMS43NDMuNTYtMy40MTIgMS4yMzYtNS4wMSAyLjAwNS0zLjMyIDEuNTgzLTYuMzMgMy41NzgtOS4wMTcgNi4wMTVDOC42ODggMTQuMjMgNS41NzggMTguOCAzLjM0NiAyNC4zMyAxLjExNiAyOS44NiAwIDM2LjQxNCAwIDQ0YzAgNy41ODIgMS4xMTcgMTQuMTM3IDMuMzQ2IDE5LjY3IDIuMjMyIDUuNTIzIDUuMzQyIDEwLjEgOS4zMyAxMy43MDZ6IiBmaWxsLW9wYWNpdHk9Ii42NSIgZmlsbD0idXJsKCNhKSIvPjxwYXRoIGQ9Ik0zNi43MyA1OWgtLjA2NmMtLjkyIDAtMS42NjQtLjc0Mi0xLjY2NC0xLjY1NlYzMC42NTZjMC0uOTE1Ljc0LTEuNjU2IDEuNjY0LTEuNjU2LjAzIDAgLjA2IDAgLjA5LjAwMi4zOC0uMDczLjc4OC0uMDE0IDEuMTUyLjE5NmwyMi42MjIgMTMuMDZjLjc5OC40NiAxLjA3NSAxLjQ3NC42MTMgMi4yNzYtLjAyMy4wNC0uMDQ4LjA4LS4wNzUuMTE4LS4xMzcuMjctLjM1LjUwMy0uNjMuNjdsLTIyLjQ0IDEzLjQ4NGMtLjM5NS4yNC0uODUuMjk1LTEuMjY1LjE5M3oiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+");
+ background-color: transparent;
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ background-size: 100%;
+ border-radius: 0;
+ margin: -45px 0 0 -45px
+ }
+
+ div.yvp-feedback-btn {
+ position: absolute;
+ background: #7f6af6;
+ color: #188fff;
+ font-size: 10px;
+ padding: 3px;
+ overflow: hidden;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ opacity: .8;
+ }
+
+ div.yvp-feedback-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-browser-mobile div.yvp-feedback-btn {
+ font-size: 10px
+ }
+
+ .yvp-end-screen {
+ position: absolute;
+ font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
+ color: #fff;
+ text-align: center;
+ box-sizing: border-box;
+ }
+
+ .yvp-end-screen.yvp-replay-only .yvp-metadata {
+ display: none
+ }
+
+ .yvp-error-screen {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-weight: normal;
+ }
+
+ .yvp-error-screen .yvp-error-screen-image {
+ position: absolute;
+ display: block;
+ width: 100%;
+ height: 100%
+ }
+
+ .yvp-error-screen .yvp-error-screen-background {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ background-image: -webkit-linear-gradient(210deg, rgba(0, 0, 0, 0.4), #000);
+ background-image: -o-linear-gradient(210deg, rgba(0, 0, 0, 0.4), #000);
+ background-image: linear-gradient(210deg, rgba(0, 0, 0, 0.4), #000)
+ }
+
+ .yvp-error-screen .yvp-error-title {
+ position: relative;
+ display: block;
+ top: 35%;
+ width: 100%;
+ margin: 0 auto;
+ font-size: 20px;
+ line-height: 24px;
+ text-align: center;
+ color: #fff;
+ overflow: hidden;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+
+ .yvp-stream .yvp-error-screen .yvp-error-title {
+ top: 22%
+ }
+
+ .yvp-ministream .yvp-error-screen .yvp-error-title {
+ top: 30%;
+ font-size: 16px;
+ line-height: 18px
+ }
+
+ .yvp-error-screen .yvp-error-desc {
+ position: relative;
+ width: 288px;
+ top: 37%;
+ margin: 0 auto;
+ font-size: 16px;
+ line-height: 20px;
+ letter-spacing: 0;
+ text-align: center;
+ color: rgba(255, 255, 255, 0.6);
+ }
+
+ .yvp-error-screen .yvp-error-desc a:link {
+ color: rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-error-screen .yvp-error-desc a:visited {
+ color: rgba(255, 255, 255, 0.6)
+ }
+
+ .yvp-error-screen .yvp-error-desc a:active {
+ color: rgba(115, 0, 255, 0.8)
+ }
+
+ .yvp-stream .yvp-error-screen .yvp-error-desc {
+ top: 25%;
+ width: 85%
+ }
+
+ .yvp-ministream .yvp-error-screen .yvp-error-desc {
+ display: none;
+ top: 25%;
+ width: 85%
+ }
+
+ .yvp-error-screen .yvp-error-desc .yvp-browser-refresh {
+ display: block;
+ padding-top: 10px
+ }
+
+ .yvp-error-screen .yvp-error-desc .yvp-error-flash-download-wrapper {
+ display: block;
+ padding-top: 10px;
+ background-color: transparent;
+ cursor: pointer
+ }
+
+ .yvp-error-screen .yvp-error-desc .yvp-error-flash-download-icon {
+ display: block;
+ width: 30%;
+ height: 25%;
+ margin-top: 10px;
+ background-repeat: no-repeat;
+ }
+
+ .yvp-browser-mobile .yvp-error-screen .yvp-error-desc .yvp-error-flash-download-icon {
+ visibility: hidden
+ }
+
+ .yvp-error-screen .yvp-error-code {
+ position: relative;
+ top: 40%;
+ width: 100%;
+ display: block;
+ color: rgba(255, 255, 255, 0.3);
+ margin: 0 auto;
+ font-size: 12px;
+ line-height: 16px;
+ font-weight: normal;
+ text-align: center;
+ overflow: hidden;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+
+ .yvp-stream .yvp-error-screen .yvp-error-code {
+ top: 30%
+ }
+
+ .yvp-ministream .yvp-error-screen .yvp-error-code {
+ font-size: 12px;
+ line-height: 16px
+ }
+
+ .yvp-browser-mobile .yvp-error-screen .yvp-error-code {
+ font-size: 10px
+ }
+
+ .yvp-error-screen .yvp-error-feedback-btn {
+ bottom: 12%;
+ right: 5%;
+ }
+
+ .yvp-ministream .yvp-error-screen .yvp-error-feedback-btn {
+ display: none
+ }
+
+ .yvp-opensimsim {
+ display: none;
+ position: absolute;
+ z-index: 100;
+ background-color: rgba(0, 0, 0, 0.6);
+ width: 100%;
+ height: 100%;
+ color: rgba(255, 255, 255, 0.8);
+ overflow-x: scroll;
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ -ms-user-select: text;
+ user-select: text;
+ }
+
+ .yvp-opensimsim .yvp-close-btn {
+ display: block;
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ width: 27px;
+ height: 27px;
+ background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQ0NDQ0NDIiBwb2ludHM9IjEwLDEuNTAyIDguNDk4LDAgNSwzLjQ5OSAxLjUwMiwwLjAwMSAwLDEuNTAzIDMuNDk4LDUgMCw4LjQ5OCAxLjUwMiwxMCA1LDYuNTAyIDguNDk4LDEwIDEwLDguNDk4IAogICAgNi41MDIsNSAiLz4KPC9zdmc+Cg==") no-repeat center center;
+ cursor: pointer;
+ z-index: 10;
+ opacity: .8;
+ }
+
+ .yvp-opensimsim .yvp-close-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-feedback-btn {
+ top: 12px;
+ color: #188fff;
+ right: 6%;
+ z-index: 1;
+ padding: 1px;
+ text-align: center;
+ cursor: pointer;
+ text-decoration: underline
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-profile {
+ margin: 0
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info {
+ font-size: 10px;
+ margin-left: 20px;
+ margin-right: 20px;
+ position: relative;
+ color: #d8dade;
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-title {
+ color: #8e80ff;
+ padding-top: 16px;
+ padding-bottom: 1px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-lmsid {
+ padding-bottom: 5px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-graphs {
+ width: 100%;
+ height: 80px;
+ margin-bottom: 25px;
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-graphs .yvp-opensimsim-graph {
+ float: left;
+ width: 150px;
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-graphs .yvp-opensimsim-graph div {
+ margin-bottom: 5px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-profile-btn {
+ padding-top: 20px;
+ color: #188fff;
+ margin-bottom: 20px;
+ font-size: 10px;
+ cursor: pointer;
+ text-decoration: underline;
+ margin-left: 1px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-opensimsim-detail {
+ padding-bottom: 1px
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-profilelink {
+ color: #fff;
+ font-size: 12px;
+ cursor: pointer;
+ }
+
+ .yvp-opensimsim .yvp-opensimsim-info .yvp-profilelink:hover {
+ text-decoration: underline
+ }
+
+ .yvp-opensimsim-info .yvp-midrollcache-data {
+ display: inline-block;
+ line-height: 7px;
+ }
+
+ .yvp-opensimsim-info .yvp-midrollcache-data::after {
+ display: table;
+ content: '';
+ clear: both
+ }
+
+ .yvp-opensimsim-info .floated-item {
+ float: left;
+ padding: 0 8px;
+ border-right: 2px solid #ddd
+ }
+
+ .yvp-opensimsim-info .yvp-table {
+ display: table;
+ color: #d8dade;
+ width: 100%;
+ margin-bottom: 25px;
+ }
+
+ .yvp-opensimsim-info .yvp-table &gt;
+ div:first-child {
+ display: table-caption;
+ background-color: transparent;
+ text-align: left;
+ line-height: 15px
+ }
+
+ .yvp-opensimsim-info .yvp-table header.yvp-tablerow {
+ font-weight: bold;
+ background-color: transparent
+ }
+
+ .yvp-opensimsim-info .yvp-tablerow {
+ display: table-row;
+ background-color: transparent
+ }
+
+ .yvp-opensimsim-info .yvp-tablecell {
+ display: table-cell;
+ padding: 2px;
+ border-style: solid;
+ border: 0;
+ }
+
+ .yvp-opensimsim-info .yvp-tablecell.yvp-tablecell-header {
+ color: #878c91;
+ border-bottom: 1px solid #878c91
+ }
+
+ .yvp-opensimsim-info .yvp-details {
+ color: #878c91
+ }
+
+ .yvp-opensimsim-info .yvp-opensimsim-pipe {
+ color: #878c91;
+ font-weight: bold
+ }
+
+ .yvp-opensimsim-info .yvp-nav {
+ padding-top: 8px;
+ padding-bottom: 0
+ }
+
+ .yvp-opensimsim-info .linkbtn {
+ background: none !important;
+ border: none;
+ padding: 0 !important;
+ border-bottom: 1px solid #444;
+ cursor: pointer;
+ color: #d8dade
+ }
+
+ .yvp-opensimsim-info .yvp-opensimsim-adinfo-uuid {
+ color: #878c91
+ }
+
+ .yvp-tablecell.st-error {
+ color: #f00
+ }
+
+ .yvp-tablecell.st-playing {
+ color: #0f0
+ }
+
+ .yvp-tablecell.st-unplayed {
+ color: #786f78
+ }
+
+ .yvp-tablecell.st-cancelled {
+ color: #f9cc9d
+ }
+
+ .emptyrow .yvp-tablecell {
+ border-width: 1px 0 0 0;
+ }
+
+ .emptyrow .yvp-tablecell * {
+ visibility: hidden
+ }
+
+ .yvp-browser-tv .yvp-opensimsim-config {
+ position: absolute;
+ top: 0;
+ right: 0
+ }
+
+ .yvp-feedback-screen {
+ display: none;
+ position: absolute;
+ z-index: 150;
+ background-color: #000;
+ width: 100%;
+ height: 100%;
+ color: #ccc;
+ overflow-x: scroll;
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ -ms-user-select: text;
+ user-select: text;
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-close-btn {
+ display: block;
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ width: 27px;
+ height: 27px;
+ background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQ0NDQ0NDIiBwb2ludHM9IjEwLDEuNTAyIDguNDk4LDAgNSwzLjQ5OSAxLjUwMiwwLjAwMSAwLDEuNTAzIDMuNDk4LDUgMCw4LjQ5OCAxLjUwMiwxMCA1LDYuNTAyIDguNDk4LDEwIDEwLDguNDk4IAogICAgNi41MDIsNSAiLz4KPC9zdmc+Cg==") no-repeat center center;
+ cursor: pointer;
+ z-index: 10;
+ opacity: .8;
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-close-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info {
+ font-size: 10px;
+ margin-top: 0;
+ margin-right: 20px;
+ margin-left: 20px;
+ height: 100%;
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-title {
+ font-size: 18px;
+ color: #ccc;
+ display: inline-block;
+ padding-top: 10px;
+ padding-bottom: 7px
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-response {
+ color: #ccc;
+ padding-top: 20px;
+ padding-bottom: 5px;
+ font-size: 14px;
+ margin-left: 0
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-refid {
+ color: #ccc;
+ padding-top: 0;
+ padding-bottom: 0;
+ margin-left: 0;
+ font-size: 10px
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-text {
+ box-sizing: border-box;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ overflow: auto;
+ resize: none;
+ width: 100%;
+ height: 105px;
+ border: 1px solid #ccc;
+ opacity: .8;
+ padding: 5px;
+ color: #000
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-button-container {
+ text-align: right
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-btn {
+ display: inline-block;
+ background-color: #7f6af6;
+ color: #ccc;
+ cursor: pointer;
+ font-size: 12px;
+ text-align: center;
+ padding: 5px;
+ opacity: .8;
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-btn:hover {
+ opacity: 1
+ }
+
+ .yvp-feedback-screen .yvp-feedback-screen-info .yvp-feedback-screen-disclaimer {
+ position: absolute;
+ bottom: 10px;
+ padding-right: 10px
+ }
+
+ .yvp-ads-overlay {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ display: none;
+ -webkit-transition: height .2s ease-in-out 2s;
+ -moz-transition: height .2s ease-in-out 2s;
+ -o-transition: height .2s ease-in-out 2s;
+ transition: height .2s ease-in-out 2s
+ }
+
+ .yvp-docked-fadein {
+ -webkit-animation-name: fade_in;
+ animation-name: fade_in;
+ -webkit-animation-duration: .247s;
+ -moz-animation-duration: .247s;
+ animation-duration: .247s;
+ animation-timing-function: ease-in-out
+ }
+
+ .yvp-docked-animated {
+ -webkit-transition: all .2s ease-in-out;
+ -moz-transition: all .2s ease-in-out;
+ -o-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out
+ }
+
+ .yvp-docked {
+ position: fixed !important;
+ z-index: 9999;
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
+ }
+
+ .yvp-content.yvp-browser-desktop .yvp-docked-meta {
+ position: relative;
+ opacity: 0;
+ visibility: hidden;
+ display: none;
+ height: 68px;
+ font-size: 16px;
+ color: #121717;
+ background: #fff;
+ line-height: 20px;
+ padding-top: 16px;
+ left: 0;
+ right: 0;
+ Box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
+ }
+
+ .yvp-content.yvp-browser-desktop .yvp-docked-meta .yvp-docked-title {
+ position: relative;
+ margin: 0 16px 5px 16px;
+ max-height: 40px;
+ overflow: hidden;
+ -webkit-line-clamp: 2;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-box-orient: vertical
+ }
+
+ .yvp-content.yvp-browser-desktop .yvp-docked-meta .yvp-docked-provider {
+ position: relative;
+ margin: 0 16px 16px 16px;
+ opacity: .8;
+ line-height: 16px;
+ font-size: 11px
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked-show-meta .yvp-docked-meta {
+ visibility: visible;
+ opacity: 1;
+ display: block
+ }
+
+ .yvp-content.yvp-browser-desktop.yvp-docked-show-meta.yvp-state-fullscreen .yvp-docked-meta {
+ visibility: hidden;
+ opacity: 0;
+ display: none
+ }
+
+ .yvp-docked-bg {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ z-index: 10;
+ }
+
+ .yvp-docked-bg .yvp-docked-img {
+ position: relative
+ }
+
+ .yvp-docked-bg .yvp-docked-overlay {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ background-color: rgba(0, 0, 0, 0.75);
+ }
+
+ .yvp-docked-bg .yvp-docked-overlay .yvp-docked-overlay-text {
+ position: absolute;
+ width: 100%;
+ text-align: center;
+ bottom: 34px;
+ color: #fff;
+ font-size: 13px;
+ line-height: 16px
+ }
+
+ @-moz-keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @-webkit-keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @-o-keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @-ms-keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @keyframes fadeInOut {
+ 0% {
+ opacity: 0
+ }
+ 45% {
+ opacity: 1
+ }
+ 55% {
+ opacity: 1
+ }
+ 100% {
+ opacity: 0
+ }
+ }
+
+ @-moz-keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-webkit-keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-o-keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @-ms-keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+
+ @keyframes fade_in {
+ 0% {
+ opacity: 0
+ }
+ 100% {
+ opacity: 1
+ }
+ }
+ </style>
+ <link rel="preconnect" id="preConnector" href="//video-api.yql.yahoo.com" />
+</head>
+
+<body dir="ltr" class="Bxz-bb H-100 js yog-type-content yog-full yog-version-v2sg yog-ltr Col1-expand widegrid-0 yog-gma yog-US yog-gma-US-en-US-u -1-1 stage-sibling-1 yuac-fixedpos-1 yuac-svg-1 StencilRoot yog-ad-leaderboard" id="yui_3_18_1_1_1481706756324_164">
+ <div id="yui_3_18_1_1_1481706756324_443" class="yui3-widget yui3-overlay yui3-widget-positioned yui3-widget-stacked yui3-overlay-hidden" style="left: 0px; top: 0px; z-index: 100001000;">
+ <div class="sharebuttons-tooltip yui3-overlay-content yui3-widget-stdmod" id="yui_3_18_1_1_1481706756324_444">
+ <div class="yui3-widget-bd">bd</div>
+ <div class="yui3-widget-ft"></div>
+ </div>
+ </div>
+ <div id="yui_3_18_1_1_1481706756324_315" class="yui3-widget yui3-overlay yui3-widget-positioned yui3-widget-stacked yui3-overlay-hidden" style="left: 0px; top: 0px; z-index: 100001000;">
+ <div class="sharebuttons-tooltip yui3-overlay-content yui3-widget-stdmod" id="yui_3_18_1_1_1481706756324_316">
+ <div class="yui3-widget-bd">bd</div>
+ <div class="yui3-widget-ft"></div>
+ </div>
+ </div>
+ <script type="text/javascript">
+ document.body.className = document.body.className.replace('no-js', 'js');
+ </script>
+ <div id="MasterWrap">
+ <div class="Row Pos-r Start-0 T-0 End-0 Z-10 yog-hd" id="GS-UH">
+
+ <section id="header" class="yom-header yom-header-property-0 UHStencil">
+ <link rel="stylesheet" type="text/css" href="https://s.yimg.com/zz/combo?kx/yucs/uh3s/atomic/88/css/atomic-min.css&amp;kx/yucs/uh_common/meta/3/css/meta-min.css&amp;kx/yucs/uhc/yset-search/133/css/generic_yset_search-min.css&amp;kx/yucs/uhc/skip-links/4/css/skip-min.css&amp;kx/yucs/uh3s/trending-now/53/css/trending_now-min.css&amp;kx/yucs/uh3s/uh/410/css/uh-gs-grid-min.css" />
+
+ <style type="text/css">
+ @font-face {
+ font-family: uh;
+ src: url(https://s.yimg.com/os/uh-icons/0.1.16/uh/fonts/uh.eot?);
+ src: url(https://s.yimg.com/os/uh-icons/0.1.16/uh/fonts/uh.eot?#iefix) format('embedded-opentype'), url(https://s.yimg.com/os/uh-icons/0.1.16/uh/fonts/uh.woff2?) format('woff2'), url(https://s.yimg.com/os/uh-icons/0.1.16/uh/fonts/uh.woff?) format('woff'), url(https://s.yimg.com/os/uh-icons/0.1.16/uh/fonts/uh.ttf?) format('truetype'), url(https://s.yimg.com/os/uh-icons/0.1.16/uh/fonts/uh.svg?#uh) format('svg');
+ font-weight: 400;
+ font-style: normal
+ }
+
+ [class^=Ycon],
+ [class*=" Ycon"] {
+ font-family: uh;
+ speak: none;
+ font-style: normal;
+ font-weight: 400;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale
+ }
+ </style>
+ <!-- empty -->
+ <!-- meta -->
+ <div id="yucs-meta" data-authstate="signedout" data-cobrand="standard" data-crumb="JQNioL4HmbN" data-mc-crumb="2Vh6eAGdmtb" data-gta="Cabp7SyDwKp" data-device="desktop" data-experience="stencil-gs-grid" data-firstname="" data-style="" data-flight="1481706596" data-forcecobrand="standard" data-guid="" data-host="gma.yahoo.com" data-https="1" data-languagetag="en-us" data-property="news" data-protocol="https" data-shortfirstname="" data-shortuserid="" data-status="active" data-spaceid="1197056126" data-test_id="" data-userid="" data-stickyheader="true" data-headercollapse="" data-uh-test="acctswitch"></div>
+ <!-- /meta -->
+ <div id="yucs-comet" style="display:none;"></div>
+ <div id="UH" class="Row Pos(r) Start(0) T(0) End(0) Z(10) yucs " role="banner" data-protocol="https" data-property="news" data-spaceid="1197056126" data-stencil="true">
+ <style>
+ #yucs-profile {
+ padding-left: 0!important;
+ }
+
+ .yucs-trigger .Icon,
+ .yucs-trigger b {
+ line-height: 22px !important;
+ height: 22px !important;
+ }
+
+ .yucs-trigger .Icon {
+ font-size: 22px !important;
+ }
+
+ .yucs-trigger .AlertBadge,
+ .yucs-trigger .MailBadge {
+ line-height: 13px !important;
+ height: 13px !important;
+ }
+
+ .yucs-mail_link_att.yucs-property-frontpage #yucs-mail_link_id i.Icon {
+ text-indent: -9999em;
+ }
+ /* mail badge */
+
+ .AlertBadge,
+ .MailBadge {
+ padding: 3px 6px 2px 6px;
+ min-width: 6px;
+ max-width: 16px;
+ margin-left: -13px;
+ }
+ /* search box */
+
+ #UHSearchBox {
+ border: 1px solid #ceced6 !important;
+ border-radius: 2px;
+ height: 34px;
+ *height: 18px;
+ }
+
+ #UHSearchBox:focus {
+ border: 1px solid #7590f5 !important;
+ box-shadow: none !important;
+ }
+ /* buttons */
+
+ #UHSearchWeb,
+ #UHSearchProperty {
+ height: 32px !important;
+ line-height: 34px !important;
+ -webkit-appearance: none;
+ }
+
+ #Stencil #UHSearchWeb,
+ #Stencil #UHSearchProperty {
+ height: 30px;
+ box-sizing: content-box;
+ min-width: 92px;
+ padding-left: 14px;
+ padding-right: 14px;
+ *width: 100%;
+ }
+
+ #Stencil .UHCol1 {
+ z-index: 150;
+ }
+
+ body {
+ margin-top: 0px !important;
+ }
+
+ .DarkTheme .yucs-trigger .Ycon {
+ color: #fff;
+ }
+
+ #UH[data-property=groups] #uhWrapper {
+ max-width: 1210px;
+ margin: 0;
+ min-width: 995px;
+ }
+ /*
+#UH[data-property=answers] #uhWrapper {
+max-width: 1260px;
+margin: 0;
+min-width: 1024px;
+}
+*/
+
+ #UH[data-property=groups] .UHCol2 {
+ border-left: 190px solid transparent;
+ padding-right: 335px;
+ }
+ /*
+#UH[data-property=answers] .UHCol2{
+border-left: 190px solid transparent;
+padding-right: 310px;
+}
+*/
+ /*#UH[data-property=answers] .UHCol1,*/
+
+ #UH[data-property=groups] .UHCol1 {
+ width: 190px;
+ }
+ </style>
+ <div id="yucs-disclaimer" class="yucs-disclaimer yucs-activate yucs-hide yucs-property-news yucs-fcb- " data-cobrand="standard" data-cu="0" data-dsstext="Want a better search experience? {dssLink}Set your Search to Yahoo{linkEnd}" data-dsstext-mobile="Search Less, Find More" data-dsstext-mobile-ok="OK" data-dsstext-mobile-set-search="Set Search to Yahoo" data-dssstbtext="Yahoo is the preferred search engine for Firefox. Switch now." data-dssstb-ok="Yes" data-dssstb-no="Not Now" data-ylt-link="https://search.yahoo.com/searchset;_ylt=Ao06EENl6Z7BIKiqM7fS6hp.oFlH;_ylu=X3oDMTBvMTBzaDN1BHNlYwNVSCAzIERlc2t0b3AgRFNTIEJhcg--;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3?pn=" data-ylt-dssbarclose="/;_ylt=AuX6z5qSpNukvSF5BoCQq61.oFlH;_ylu=X3oDMTBvMTBzaDN1BHNlYwNVSCAzIERlc2t0b3AgRFNTIEJhcg--;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3" data-ylt-dssbaropen="/;_ylt=Auhwa6B_7sgWBnrFBnuJICt.oFlH;_ylu=X3oDMTBvMTBzaDN1BHNlYwNVSCAzIERlc2t0b3AgRFNTIEJhcg--;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3" data-ylt-dssstb-link="https://downloads.yahoo.com/sp-firefox;_ylt=Ag5TXdUrh8Vbxl6hnMDeOEF.oFlH;_ylu=X3oDMTBzczgxOHZ0BHNlYwNVSCAzIERlc2t0b3AgRFNTIFNUQiBCYXI-;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3" data-ylt-dssstbbarclose="/;_ylt=AqTBi0PhFhJ0mmiA_FY8zg1.oFlH;_ylu=X3oDMTBzczgxOHZ0BHNlYwNVSCAzIERlc2t0b3AgRFNTIFNUQiBCYXI-;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3" data-ylt-dssstbbaropen="/;_ylt=AhJdz0KMSAWuSxPH640Zkcd.oFlH;_ylu=X3oDMTBzczgxOHZ0BHNlYwNVSCAzIERlc2t0b3AgRFNTIFNUQiBCYXI-;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3" data-ylt-dsscookiecleanedsuccess="/;_ylt=Aiy4HcqMoXAjQXXzaAQ6i85.oFlH;_ylu=X3oDMTExNTIzZTdlBHNlYwNVSCAzIERlc2t0b3AgRFNTIENvb2tpZSBDbGVhbg--;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3" data-ylt-dsscookiecleanedfailed="/;_ylt=Ah5HIOFTfgGZKc3sXhB2_j5.oFlH;_ylu=X3oDMTExNTIzZTdlBHNlYwNVSCAzIERlc2t0b3AgRFNTIENvb2tpZSBDbGVhbg--;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3" data-linktarget="_top" data-lang="en-us" data-property="news" data-device="Desktop" data-close-txt="Close this window" data-maybelater-txt="Maybe Later" data-killswitch="0" data-host="gma.yahoo.com" data-spaceid="1197056126" data-pn="BdGC/FpAJjY" data-dss-cookie-cleanup="CoPi7TydfWB" data-pn-en-ca-mobile-frontpage="LzacAmZxAT8" data-pn-de-de-mobile-frontpage="MKkn82ykUHg" data-pn-es-es-mobile-frontpage="MEbyFbRAX3E" data-pn-fr-fr-mobile-frontpage="0pLNQDV8cyv" data-pn-en-in-mobile-frontpage="DAY/MfTP/68" data-pn-it-it-mobile-frontpage="EwgpYSx29QL" data-pn-en-us-mobile-frontpage="BdGC/FpAJjY" data-pn-en-sg-mobile-frontpage="tI/Zr2BleVI" data-pn-en-gb-mobile-frontpage="X5dWP6IEiHr" data-pn-en-us-mobile-mail="a80dzL4auX." data-pn-en-ca-mobile-mail="5seY39huwaJ" data-pn-de-de-mobile-mail="Y1vc7BsT5ak" data-pn-es-es-mobile-mail="Pku3SX88gzG" data-pn-fr-fr-mobile-mail="3Sj03vETzxa" data-pn-en-in-mobile-mail="2eAO7Nl000R" data-pn-it-it-mobile-mail="s7dziWNqrOW" data-pn-en-sg-mobile-mail="cCt1R3RXxnV" data-pn-en-gb-mobile-mail="UpfEFCJamTY" data-pn-pt-br-mobile-mail="Cx4XcEkdOoc" data-pn-en-us-tablet-frontpage="a1IQzQYfF/B" data-pn-en-us-tablet-mail="vRFxLh8GCkN" data-pn-en-ca-tablet-mail=".uvzkNTd6jQ" data-pn-de-de-tablet-mail="EBkipFehECq" data-pn-es-es-tablet-mail="i2aKET.EpQa" data-pn-fr-fr-tablet-mail="qNwa7JJAVLe" data-pn-en-in-tablet-mail="0pZYMXC6hBf" data-pn-it-it-tablet-mail="iQ.WzWgfnvM" data-pn-en-sg-tablet-mail="9rJMX/Gl0TQ" data-pn-en-gb-tablet-mail="nyYqOSSpVpV" data-pn-pt-br-tablet-mail="DD.iutQGmpQ" data-news-search-yahoo-com="Bg8AcwUwV/5" data-answers-search-yahoo-com="qn8gasoIqRC" data-finance-search-yahoo-com="K.1onpbuqrR" data-images-search-yahoo-com="IxMJzuRYm.." data-video-search-yahoo-com="D0kmzGJnmIA" data-sports-search-yahoo-com="4g62qmRwgzh" data-shopping-search-yahoo-com="Dsa2f94A6EM" data-shopping-yahoo-com="Dsa2f94A6EM" data-us-qa-trunk-news-search-yahoo-com="Bg8AcwUwV/5" data-dss="0"></div>
+ <script charset="utf-8" type="text/javascript" src="https://s.yimg.com/zz/kx/yucs/uhc/yset-search/133/js/generic_yset_search-min.js" async=""></script>
+ <div id="masterNav" class="yucs-ps Bg(#2d1152)" data-ylk="rspns:nav;act:click;t1:a1;t2:uh-d;t3:tb;t5:pty;slk:pty;elm:itm;elmt:pty;itc:0;">
+ <ul id="Eyebrow" class="Mb(12px)! Mx(0)! Mt(0)! Lh(1.7) NavLinks Z(3) H(22px) Pos(r) P(0) Whs(nw)" role="navigation">
+ <li id="yucs-top-home" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(10px)"><a href="https://www.yahoo.com/" data-ylk="t5:home;slk:home;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!"><i id="my-home" class="Fl(start) NavLinks_Lh(1.7) Mend(6px) Ycon YconHome Fz(13px) Mt(-1px) Td(n)! Td(n)!:h C(#fff)!">⌂</i><b class="Mstart(-1px) Fw(400) C(#fff)!">Home</b></a></li>
+ <li id="yucs-top-mail" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="https://mail.yahoo.com/?.intl=us&amp;.lang=en-US&amp;.src=ym" data-ylk="t5:mail;slk:mail;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Mail</a></li>
+ <li id="yucs-top-search" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="https://search.yahoo.com/search" data-ylk="t5:search;slk:search;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Search</a></li>
+ <li id="yucs-top-news" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="https://www.yahoo.com/news" data-ylk="t5:news;slk:news;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">News</a></li>
+ <li id="yucs-top-sports" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="http://sports.yahoo.com/" data-ylk="t5:sports;slk:sports;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Sports</a></li>
+ <li id="yucs-top-finance" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="http://finance.yahoo.com/" data-ylk="t5:finance;slk:finance;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Finance</a></li>
+ <li id="yucs-top-celebrity" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="https://celebrity.yahoo.com/" data-ylk="t5:celebrity;slk:celebrity;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Celebrity</a></li>
+ <li id="yucs-top-weather" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="https://www.yahoo.com/news/weather" data-ylk="t5:weather;slk:weather;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Weather</a></li>
+ <li id="yucs-top-answers" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="https://answers.yahoo.com/" data-ylk="t5:answers;slk:answers;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Answers</a></li>
+ <li id="yucs-top-flickr" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="https://www.flickr.com/" data-ylk="t5:flickr;slk:flickr;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Flickr</a></li>
+ <li id="yucs-top-mobile" class="D(ib) Zoom Va(t) Lh(1.7) Mend(18px) Pstart(14px)"><a href="https://mobile.yahoo.com/" data-ylk="t5:mobile;slk:mobile;" class="Td(n)! Td(u)!:h Fz(13px) C(#fff)!">Mobile</a></li>
+ <li id="yucs-more" class="D(ib) Zoom Va(t) Pos(r) Z(1) Pstart(10px) Pend(6px) MoreDropDown yucs-menu yucs-more-activate" data-ylt=""><a href="http://everything.yahoo.com/" role="button" id="yucs-more-link" class="Pos(r) Z(1) rapidnofollow D(b) Cf P(0)!" data-ylk="rspns:op;t5:more;slk:more;elmt:mu;itc:1;"><b class="Fl(start) Lh(1.7) Td(u):h MoreDropDown_C(#fff) MoreDropDown-on_C(#1d1da3)!">More</b><i class="Fz(15px) Va(m) Lh(1) C(#fff) Mstart(2px) Ycon YconArrowDown Ta(c) Td(n) Td(n):h Fl(end) Mt(4px) MoreDropDown-on_C(#1d1da3)!">⋁</i></a>
+ <div id="yucs-top-menu">
+ <div class="Pos(a) Start(0) T(100%) MoreDropDown-Box Bdbc(#d9d9d9) Bdbs(s) Bdbw(1px) Miw(6em) Mstart(-1px) Bg(#fff) Bdstartc(#d9d9d9) Bdstarts(s) Bdstartw(1px) Bdendc(#d9d9d9) Bdends(s) Bdendw(1px) Bxsh(moresh) D(n) yui3-menu-content"><iframe class="Pos(a) Start(0) W(100%) H(100%) Bd(0)" src="https://s.yimg.com/os/mit/media/m/base/images/transparent-95031.png" frameborder="0"></iframe>
+ <ul class="yucs-leavable Pos(r) Px(10px)! My(.55em)">
+ <li id="yucs-top-politics"><a href="https://www.yahoo.com/politics" data-ylk="t5:politics;slk:politics;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">Politics</a></li>
+ <li id="yucs-top-movies"><a href="https://www.yahoo.com/movies" data-ylk="t5:movies;slk:movies;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">Movies</a></li>
+ <li id="yucs-top-music"><a href="https://www.yahoo.com/music" data-ylk="t5:music;slk:music;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">Music</a></li>
+ <li id="yucs-top-tv"><a href="https://www.yahoo.com/tv" data-ylk="t5:tv;slk:tv;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">TV</a></li>
+ <li id="yucs-top-groups"><a href="https://groups.yahoo.com/" data-ylk="t5:groups;slk:groups;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">Groups</a></li>
+ <li id="yucs-top-style"><a href="https://www.yahoo.com/style" data-ylk="t5:style;slk:style;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">Style</a></li>
+ <li id="yucs-top-beauty"><a href="https://www.yahoo.com/beauty" data-ylk="t5:beauty;slk:beauty;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">Beauty</a></li>
+ <li id="yucs-top-tech"><a href="https://www.yahoo.com/tech" data-ylk="t5:tech;slk:tech;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">Tech</a></li>
+ <li id="yucs-top-shopping"><a href="http://shopping.yahoo.com/" data-ylk="t5:shopping;slk:shopping;" class="Td(n)! Td(u)!:h Fz(13px) D(b) Zoom Py(6px) Lh(1.25) C(#1d1da3)!">Shopping</a></li>
+ </ul>
+ </div>
+ </div>
+ </li>
+ <style>
+ #yucs-top-ff-promo {
+ position: absolute;
+ right: 0;
+ right: auto\9;
+ left: 950px\9;
+ right: 0\9\0;
+ left: auto\9\0;
+ margin-left: 18px;
+ }
+
+ #yucs-top-ff-promo a span {
+ text-decoration: none;
+ display: inline-block;
+ }
+
+ @media screen and (max-width: 1124px) {
+ #UH.yucs-mail #yucs-top-ff-promo {
+ display: none;
+ }
+ }
+
+ @media screen and (max-width:1150px) {
+ #yucs-top-ff-promo {
+ right: auto;
+ }
+ }
+ </style>
+ <li id="yucs-top-ff-promo" class="D(ib) Zoom Va(t) Mend(18px) Pstart(14px) D(n)">
+ <a class="D(b) C(#fff)! Pstart(4px) Td(n)! Td(u)!:h Fz(13px)" href="https://www.mozilla.org/firefox/new/?utm_source=yahoo&amp;utm_medium=referral&amp;utm_campaign=y-uh&amp;utm_content=y-news-try" data-ylk="t5:ff-promo;slk:ff-promo;t4:pty-mu;" target="_blank"><img id="yucs-ff-img" class="Pend(4px) yucs_Va(m)" src="https://s.yimg.com/kx/yucs/uh3s/promo-ff/1/images/ff_icon-compressed.png" alt="Firefox" height="15" width="15" />Try Yahoo News on Firefox<span> »</span></a>
+ </li>
+ <script>
+ var s = false,
+ ts, re2, sdts, v2 = null,
+ cookies = "; " + document.cookie,
+ dss = cookies.split("; DSS="),
+ m, ua = window.navigator.userAgent.toLowerCase();
+ m = ua.match(/firefox\/(\d+)/);
+ if (!m || (m & amp; & amp; m[1] & amp; & amp; parseInt(m[1]) & lt; 34)) {
+ if (ua.indexOf('version') & gt; = 0 & amp; & amp; ua.indexOf('crios') & lt; 0) {
+ s = true;
+ }
+ if (!!window.opera || navigator.userAgent.indexOf(' OPR/') & gt; = 0) {
+ s = true;
+ }
+ if (dss & amp; & amp; dss.length === 2) {
+ re2 = new RegExp('sdts=(\\d+)');
+ v2 = re2.exec(dss[1]);
+ if (v2 & amp; & amp; v2.length === 2) {
+ sdts = v2[1];
+ }
+ if (sdts & amp; & amp;
+ (parseInt(new Date().getTime() / 1000) - sdts) & lt; 604800) {
+ s = true;
+ }
+ }
+ if (!s) {
+ m = document.getElementById('yucs-top-ff-promo');
+ m.className = m.className.replace(/D\(n\)/g, '');
+ }
+ }
+ </script>
+ </ul>
+ </div>
+ <div id="uhWrapper" class="Mx(a) Z(1) Pos(r) Zoom" data-ylk="rspns:nav;act:click;t1:a1;t2:uh-d;itc:0;">
+ <div class="UHCol1 Pos(a) Start(0)" role="presentation">
+ <style>
+ /** * IE7+ and non-retina display */
+
+ .YLogoMY {
+ background-repeat: no-repeat;
+ background-image: url(https://s.yimg.com/rz/d/yahoo_news_en-US_s_f_pw_351x40_news.png);
+ _background-image: url(https://s.yimg.com/rz/d/yahoo_news_en-US_s_f_pw_351x40_news.gif);
+ /* IE6 */
+ width: 94px !important;
+ }
+
+ .DarkTheme .YLogoMY {
+ background-position: -352px 0px !important;
+ }
+ /** * For 'retina' display */
+
+ @media only screen and (-webkit-min-device-pixel-ratio: 2),
+ only screen and ( min--moz-device-pixel-ratio: 2),
+ only screen and ( -o-min-device-pixel-ratio: 2/1),
+ only screen and ( min-device-pixel-ratio: 2),
+ only screen and ( min-resolution: 192dpi),
+ only screen and ( min-resolution: 2dppx) {
+ .YLogoMY {
+ background-image: url(https://s.yimg.com/rz/d/yahoo_news_en-US_s_f_pw_351x40_news_2x.png) !important;
+ background-size: 702px 40px !important;
+ }
+ }
+ </style>
+ <a class="YLogoMY D(b) Ov(h) Ti(-20em) Zoom Darktheme_Bgp(b_t) W(137px) H(34px) Mx(a)! " data-ylk="slk:logo;t3:logo;t5:logo;elm:img;elmt:logo;" href="https://news.yahoo.com" target="_top"></a>
+ </div>
+ <div class="UHCol2 Pos(a) Bxz(bb)" role="presentation">
+ <form id="UHSearch" target="_top" autocomplete="off" data-vfr="uh3_news_vert_gs" data-webaction="https://search.yahoo.com/search" action="https://search.yahoo.com/search" data-webaction-tar="" data-verticalaction-tar="" method="get" class="M(0) P(0) UHSearch-Init">
+ <table class="W(100%) M(0)! P(0) H(100%)">
+ <tbody>
+ <tr>
+ <td class="W(100%) W-100 Va(t) Px(0)"><input id="UHSearchBox" class="yucs_W(100%) Ff(ss)! Fz(18px)! O(n):f Fw(200)! Bxz(bb) M(0)! Py(4px)! Bdrs(0)! Bxsh(n) yucs-clear-padding_Pend(35px)" style="border-color:#7590f5;" name="p" aria-describedby="UHSearchBox" data-ylk="slk:srchinpt-hddn;itc:1;" data-yltvsearch="" data-yltvsearchsugg="/" data-satype="mini" data-gosurl="https://search.yahoo.com/sugg/ss/gossip-us_ss-ura/" data-pubid="104" data-appid="" data-maxresults="10" data-resize=" " type="text" />
+ <div id="yucs-satray" class="sa-tray D(n) Fz(13px) uhFancyBox Bg(#fff) Bd(ttbd) Bxsh(ttsh) Bdrs(3px) Bdrstend(0) Bdrststart(0) Lh(1.5) C(#000) Td(n) Td(n):h" data-wstext="Search Web for: " data-wsearch="https://search.yahoo.com/search" data-vfr="uh3_news_vert_gs" data-vsearch="" data-vstext="Search News for: "> </div>
+ </td>
+ <!-- ".Grid' is used here to kill white-space -->
+ <td class="Va(t) Tren(os) W(10%) Whs(nw) fp-default_Pstart(5px) Pstart(4px) Pend(0) Bdcl(s)"><input id="UHSearchWeb" class="D(ib) Py(0) Zoom Va(t) uhBtn Ff(ss)! Fw(40) Bxz(bb) Td(n) D(ib) Zoom Va(m) Ta(c) Bgr(rx) Bdrs(3px) Bdw(1px) M(0)! C(#fff) uh-ignore-rapid Cur(p)" value="Search" data-ylk="t3:srch;t5:srchweb;slk:srchweb;elm:btn;elmt:srch;itc=0;tar:;" type="submit" /></td>
+ <style type="text/css">
+ #UHSearchWeb {
+ font-size: 15px !important;
+ border-radius: 4px!important;
+ }
+
+ #UHSearchWeb,
+ #UHSearchProperty {
+ height: 30px;
+ }
+
+ .ua-ie8 #UHSearchWeb,
+ .ua-ie8 #UHSearchProperty,
+ .ua-ie9 #UHSearchWeb,
+ .ua-ie9 #UHSearchProperty {
+ height: 32px;
+ }
+
+ #UHSearchWeb,
+ .Themable .ThemeReset #UHSearchWeb {
+ background: #3775dd;
+ border: 0;
+ box-shadow: 0 2px #21487f;
+ }
+ </style>
+ </tr>
+ </tbody>
+ </table> <input data-sa="0" id="fr" name="fr" data-ylk="slk:frcode-hddn;itc:1;" value="uh3_news_web_gs" type="hidden" /> <input id="yucs-fr2" name="fr2" value="p:news,m:sb" data-ylk="slk:fr2code-hddn;itc:1;" type="hidden" /> </form>
+ <ul id="Skip-links" class="Z-1">
+ <li><a href="#Navigation">Skip to Navigation</a></li>
+ <li><a href="#Main">Skip to Main content</a></li>
+ <li><a href="#Aside">Skip to Right rail</a></li>
+ </ul>
+ <!-- /#uhSearchForm -->
+ <div id="yucs-trending-now" class="Ov(h) Fw(b) Fz(11px) Mt(6px) Op(0)" style="height: 15px; line-height: 14px;" data-fr-code="news-tts-ticker" data-fr2-code="p:nws,m:tn,ct:news,pg:1,stl:tckr" data-yql-env="" data-title-override="Trending" data-hsimp="" data-hspart="" data-type=""></div>
+ </div>
+ <div class="UHCol3 Pos(a) End(0)" role="presentation" id="uhNavWrapper">
+ <ul class="Fl(end) Mend(10px)! My(6px)! Lts(-0.31em) Tren(os) Whs(nw)">
+ <li class="D(ib) Zoom Va(t) Pos(r) Pstart(4px) Mend(20px) Lts(n)" id="yucs-profile" data-yltmenushown="/;_ylt=Ap.su2UQbUUVpeTJo1bYovZ.oFlH;_ylu=X3oDMTBodGludGRoBHNlYwNVSCAzIFByb2ZpbGUg;_ylg=X3oDMTBsN2ZkdDVwBGxhbmcDZW4tVVMEcHQDNAR0ZXN0Aw--;_ylv=3">
+ <a class="D(b) MouseOver Td(n) Td(n)!:h signin yucs-trigger Lh(1) Lts($ws)" href="https://login.yahoo.com/config/login?.src=yn&amp;.intl=us&amp;.lang=en-US&amp;.done=https://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html" target="_top" rel="nofollow" aria-label="Profile" aria-haspopup="true" role="button" data-ylk="t3:tl-lst;t5:usersigni;slk:usersigni;elm:tl;elmt:lgi;"> <i class="Va(m) W(a) yucs-avatar Ycon YconProfile Fz(22px) Lh(1) C(#32007f) Mend(7px) Lts(n)">👤</i> <b class="Va(m) yucs-trigger:h_Td(u) Lts(n) Fz(13px)" title="Sign in">Sign in</b></a>
+ </li>
+ <li class="D(ib) Zoom Va(t) Mend(20px) Pos(r) yucs-mail_link yucs-mailpreview-ancestor" id="yucs-mail">
+ <a id="yucs-mail_link_id" class="D(ib) sp yltasis yucs-fc Pos(r) MouseOver Td(n) Td(n)!:h yucs-menu-link yucs-trigger Lh(1) Lts($ws) Mx(-10px) My(-10px) Px(10px) Py(10px)" href="https://mail.yahoo.com/?.intl=us&amp;.lang=en-US&amp;.src=ym" data-ylk="t3:tl-lst;t5:mailsignost;slk:mailsignost;elm:tl;elmt:mail;"> <i class="Va(m) W(a) Mend(7px) Ycon YconMail Lh(1) Fz(22px) Lts(n)">✉</i> <b class="Va(m) yucs-trigger:h_Td(u) Lts(n) Fz(13px)" title="Mail">Mail</b> </a>
+ </li>
+ <li id="yucs-help" class=" yucs-activate yucs-help yucs-menu_nav D(ib) Zoom Va(t) Pos(r)">
+ <a id="yucs-help_button" class="D(ib) yltasis yucs-trigger Lh(1) Td(n) Td(n):h" href="#" title="Help" aria-haspopup="true" role="button" data-ylk="rspns:op;t3:tl-lst;t4:cog-mu;t5:cogop;slk:cogop;elm:tl;elmt:cog;itc:1;"> <i class="Va(m) W(a)! Fz(22px) Ycon YconSettings C(#32007f) Lts(n) M(-10px) P(10px)">⚙</i> <b class="Hidden">Help</b> </a>
+ <div id="yucs-help_inner" class="uhFancyBox Bg(#fff) Bd(ttbd) Bxsh(ttsh) Bdrs(3px) uhArrow Mt(10px) Px(10px) Pos(a) Lh(1.4) End(0) Mend(-8px) Whs(nw) D(n) yucs-menu yucs-hm-activate" data-yltmenushown="/" aria-hidden="true">
+ <ul id="yuhead-help-panel" class="Mx(-10px)! Pos(r) My(0)! P(0) C(#000)!">
+ <li class="Py(8px) Px(10px)"><a class="yucs-acct-link Td(n)! Td(u)!:h D(b) C(#000)!" href="https://login.yahoo.com/account/personalinfo?.intl=us&amp;.lang=en-US&amp;.done=https://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html&amp;.src=yn" target="_top" data-ylk="t3:tl-lst;t4:cog-mu;t5:acctinfo;slk:acctinfo;elm:itm;elmt:acctinfo;">Account Info</a></li>
+ <li class="Pb(8px) Px(10px)"><a id="yhelp-link" data-inproducthelp="news" class="D(b) C(#000)! Td(n)! Td(u)!:h Fz(13px)" href="https://help.yahoo.com/l/us/yahoo/news_global/" rel="nofollow" data-ylk="t3:tl-lst;t4:cog-mu;t5:hlp;slk:hlp;elm:itm;elmt:hlp;">Help</a></li>
+ <li class="Px(10px) Py(8px) Bdw(0) Bdtw(1px) Bds(s) Bdc(#e2e2e6)"><a class="D(b) C(#000)! Td(n)! Td(u)!:h Fz(13px)" href="http://feedback.yahoo.com/forums/204992" rel="nofollow" data-ylk="t3:tl-lst;t4:cog-mu;t5:sggstn;slk:sggstn;elm:itm;elmt:sggstn;">Suggestions</a></li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div id="yhelp_container" class="yui3-skin-sam"> </div>
+ <!-- /#UH -->
+ </div>
+ <!-- alert -->
+ <!-- /alert -->
+ <!-- polyfills -->
+ <!-- /polyfills -->
+ <div id="yucs-location-js" class="yucs-hide yucs-offscreen yucs-location-activate" data-appid="yahoo.locdrop.ucs.desktop" data-crumb="3uUCZ70m5wT">
+ <!-- empty for ie -->
+ </div>
+ <script>
+ YMedia.use("event", "get", function(Y) {
+ Y.once("load", function() {
+ Y.Get.js("https://s.yimg.com/zz/combo?kx/yucs/uh3s/uh/414/js/uh-min.js&amp;kx/yucs/uh2/common/145/js/jsonp-super-cached-min.js&amp;kx/yucs/uh3s/uh/379/js/escregex-min.js&amp;kx/yucs/uh3s/uh/376/js/persistence-min.js&amp;kx/yucs/uh3s/uh/401/js/menu_group_plugin-min.js&amp;kx/yucs/uh3s/uh/430/js/menu-plugin-min.js&amp;kx/yucs/uh3s/uh/463/js/menu_handler_v2-min.js&amp;kx/yucs/uh3s/uh/376/js/gallery-jsonp-min.js&amp;kx/yucs/uh3s/uh/408/js/logo_debug-min.js&amp;kx/yucs/uh3/uh/js/958/localeDateFormat-min.js&amp;kx/yucs/uh3s/uh/409/js/timestamp_library-min.js&amp;kx/yucs/uh3s/uh/376/js/usermenu_v2-min.js&amp;kx/yucs/uh3/signout-link/10/js/signout-min.js&amp;kx/yucs/uhc/rapid/50/js/uh_rapid-min.js&amp;kx/yucs/uhc/meta/66/js/meta-min.js&amp;kx/yucs/uh_common/beacon/18/js/beacon-min.js&amp;kx/yucs/uh2/comet/84/js/cometd-yui3-min.js&amp;kx/yucs/uh2/comet/84/js/conn-min.js&amp;kx/yucs/uh2/comet/84/js/dark-test-min.js&amp;kx/yucs/uh3/disclaimer/388/js/disclaimer_seed-min.js&amp;kx/yucs/uh3s/top-bar/137/js/top_bar_v2-min.js&amp;kx/yucs/uh3s/top-bar/139/js/home_menu-min.js&amp;kx/yucs/uh3s/search/379/js/search-min.js&amp;kx/yucs/uh3/search/611/js/search_plugin-min.js&amp;kx/yucs/uh3s/trending-now/43/js/trending_news-min.js&amp;kx/yucs/uh3s/help/70/js/help_menu_v4-min.js&amp;kx/yucs/uh3/location/10/js/uh_locdrop-min.js");
+ });
+ });
+ </script>
+ </section>
+ <!-- fe532.global.media.sg3.yahoo.com compressed/chunked Wed Dec 14 09:09:56 UTC 2016 -->
+
+
+ </div>
+ <div class="Splash">
+
+ </div>
+
+ <!-- START full -->
+
+ <!-- START N_C_R -->
+ <div class="Stage yog-sp Stack Pos-r Z-7">
+ <div class="ad-wrap clearfix">
+ <div id="yom-ad-LDRB" class="yom-ad yom-ad-LDRB" style="visibility: hidden;">
+ <div id="sb_rel_yom-ad-LDRB-iframe" class="darla" style="position: relative; z-index: 19; width: 728px; height: 90px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe name="pos=LDRB&amp;id=yom-ad-LDRB-iframe&amp;html=%253Cstyle%2520type%253D%2522text/css%2522%253E%250A.CAN_ad%2520.yadslug%2520%257B%250A%2520%2520%2520%2520position%253A%2520absolute%2520%2521important%253B%2520right%253A%25201px%253B%2520top%253A1px%253B%2520display%253Ainline-block%250A%2521important%253B%2520z-index%2520%253A%2520999%253B%250A%2520%2520%2520%2520color%253A%2523999%2520%2521important%253Btext-decoration%253Anone%253Bbackground%253A%2523fff%250Aurl%2528%2527https%253A//secure.footprint.net/yieldmanager/apex/mediastore/adchoice_1.png%2527%2529%2520no-repeat%2520100%2525%25200%250A%2521important%253Bcursor%253Ahand%2520%2521important%253Bheight%253A12px%2520%2521important%253Bpadding%253A0px%252014px%25200px%250A1px%2520%2521important%253Bdisplay%253Ainline-block%2520%2521important%253B%250A%257D%250A.CAN_ad%2520.yadslug%2520span%2520%257Bdisplay%253Anone%2520%2521important%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520%257Bzoom%253A%25201%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520span%2520%257Bdisplay%253Ainline-block%2520%2521important%253Bcolor%253A%2523999%250A%2521important%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520span%252C%2520.CAN_ad%2520.yadslug%253Ahover%2520%257Bfont%253A11px%2520arial%250A%2521important%253B%257D%250A%253C/style%253E%2520%2520%2520%2520%250A%253Cdiv%2520class%253D%2522CAN_ad%2522%2520style%253D%2522display%253Ainline-block%253Bposition%253A%2520relative%253B%2522%253E%250A%253Ca%2520class%253D%2522yadslug%2522%250Ahref%253D%2522http%253A//info.yahoo.com/relevantads/%2522%250Atarget%253D%2522_blank%2522%253E%253Cspan%253EAdChoices%253C/span%253E%253C/a%253E%253C%2521--%2520APT%2520Vendor%253A%2520FreeWheel%2520Media%2520--%253E%250A%253C%2521--https%253A//beap-bc.yahoo.com/yc/YnY9MS4wLjAmYnM9KDE3aWpicmdvcShnaWQkU2I3SHFERXdOaTdGSDd2YVdGRU1Zd0ZUTVRFNExsaFJER1RfbmV1byxzdCQxNDgxNzA2NTk2NDI1ODgxLHNpJDQ0NjQwNTEsc3AkMTE5NzA1NjEyNixjdCQyNSx5YngkSTV5TUFLZFRLQkpWRjh0UndyanJtdyxsbmckZW4tdXMsY3IkNDQ5NDczNTA1MSx2JDIuMCxhaWQkbEcyRUR3cndFM2ctLGJpJDIyODEwODYwNTEsbW1lJDk2MTY4NDY0NTk1MzgzMjY1NjAsciQwLHlvbyQxLGFncCQzNDg0ODY5MDUxLGFwJExEUkIpKQ/2/*//--%253E%253Cscript%2520type%253D%2522text/javascript%2522%2520src%253D%2522https%253A//2912a.v.fwmrm.net/ad/g/1%253Fflag%253D-ptil%2526nw%253D168234%2526csid%253D1197056126%2526pvrn%253D1481706596.643921%2526resp%253Dad%2526prof%253D168234%253AABC_Live_HTTPS_Display%253B%253Bptgt%253Ds%2526envp%253D%2526slid%253Dleaderboard%2526slau%253DLeaderboard%252520728x90%2526w%253D728%2526h%253D90%2526cd%253D728%252C90%2522%253E%253C/script%253E%253Cnoscript%253E%253Ciframe%2520src%253D%2522https%253A//2912a.v.fwmrm.net/ad/g/1%253Fflag%253D-ptil%2526nw%253D168234%2526csid%253D1197056126%2526pvrn%253D1481706596.643921%2526resp%253Dad%2526prof%253D168234%253AABC_Live_HTTPS_Display_iframe%253B%253Bptgt%253Ds%2526envp%253D%2526slid%253Dleaderboard%2526slau%253DLeaderboard%252520728x90%2526w%253D728%2526h%253D90%2526cd%253D728%252C90%2522%2520width%253D%2522728%2522%2520height%253D%252290%2522%2520border%253D%25220%2522%2520/%253E%253C/noscript%253E%253Cscript%253Evar%2520url%2520%253D%2520%2522https%253A//sb.voicefive.com/c2/18904046/rs.js%2523c1%253D3%2526c3%253Dapt-630480051%2526c4%253D4494735051%2526c5%253D3484869051_gma.yahoo.com%257C-1%2526c6%253D%2526c10%253D1%2526c11%253D%2526c13%253D%2526c16%253Dyho%257Ccbt%2526rn%253D1481706596425881%2522%253B%2520if%2528url%2520%2526%2526%2520url.search%2528%2522http%2522%2529%2520%2521%253D%2520-1%2529%257Bdocument.write%2528%2527%253Cscript%2520src%253D%2522%2527%2520+%2520url%2520+%2520%2527%2522%253E%253C%255C/script%253E%2527%2529%253B%257D%253C/script%253E%253C%2521--QYZ%25202281086051%252C4494735051%252C%253B%253BLDRB%253B1197056126%253B1--%253E%253C/div%253E&amp;src=https%3A//s.yimg.com/rq/darla/2-9-9/html/r-sf.html&amp;cscHTML=&amp;cscURI=&amp;behavior=non_exp&amp;hasErr=&amp;hasError=&amp;adID=999999&amp;matchID=&amp;bookID=2281086051&amp;serveType=-1&amp;slotID=2&amp;size=728x90&amp;hasExternal=&amp;hasRMX=&amp;ioID=999999&amp;lineID=999999&amp;creativeID=4494735051&amp;placementID=3484869051&amp;impID=lG2EDwrwE3g-&amp;supp_ugc=0&amp;fdb=fdb_url%3Dhttps%253A//beap-bc.yahoo.com/af/sg3%253Fbv%253D1.0.0%2526bs%253D%252816jcu4mho%2528gid%2524Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%252Cst%25241481706596425881%252Csrv%25241%252Csi%25244464051%252Cct%252425%252Cexp%25241481713796425881%252Cadv%252426429045973%252Cli%25243483659051%252Ccr%25244494735051%252Cdmn%2524www.zyrtec.com%252Cv%25241.0%252Cpbid%252420459933223%252Cseid%2524125022551%2529%2529%2526al%253D%2528type%2524%257Btype%257D%252Ccmnt%2524%257Bcmnt%257D%252Csubo%2524%257Bsubo%257D%2529%2526r%253D10%26fdb_on%3D1%26fdb_exp%3D1481713796425%26fdb_intl%3Den-US&amp;adc=label%3DAdChoices%26url%3Dhttps%253A//info.yahoo.com/privacy/us/yahoo/relevantads.html%26close%3DClose%26closeAd%3DClose%2520Ad%26showAd%3DShow%2520ad%26collapse%3DCollapse%26fdb%3DI%2520don%2527t%2520like%2520this%2520ad%26code%3Den-us&amp;closeBtn=&amp;serveTime=1481706596425881&amp;is3rd=0&amp;meta=ownerKey%253Dy%2526title%253DVeteran%252520Wraps%252520Baby%252520in%252520American%252520Flag%25252C%252520Photo%252520Sparks%252520Controversy%252520-%252520Yahoo%2526url%253Dhttps%25253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%252523%2526urlref%253D%2526y%253DcscHTML%25253D%252526cscURI%25253D%252526impID%25253DlG2EDwrwE3g-%252526supp_ugc%25253D0%252526placementID%25253D3484869051%252526creativeID%25253D4494735051%252526serveTime%25253D1481706596425881%252526behavior%25253Dnon_exp%252526adID%25253D9616846459538326560%252526matchID%25253D999999.999999.999999.999999%252526err%25253D%252526facStatus%25253D%252526hasExternal%25253D0%252526size%25253D728x90%252526bookID%25253D2281086051%252526serveType%25253D-1%252526slotID%25253D2%252526fdb%25253D%2525257B%25252520%25252522fdb_url%25252522%2525253A%25252520%25252522https%2525253A%2525255C/%2525255C/beap-bc.yahoo.com%2525255C/af%2525255C/sg3%2525253Fbv%2525253D1.0.0%25252526bs%2525253D%2525252816jcu4mho%25252528gid%25252524Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%2525252Cst%252525241481706596425881%2525252Csrv%252525241%2525252Csi%252525244464051%2525252Cct%2525252425%2525252Cexp%252525241481713796425881%2525252Cadv%2525252426429045973%2525252Cli%252525243483659051%2525252Ccr%252525244494735051%2525252Cdmn%25252524www.zyrtec.com%2525252Cv%252525241.0%2525252Cpbid%2525252420459933223%2525252Cseid%25252524125022551%25252529%25252529%25252526al%2525253D%25252528type%25252524%2525257Btype%2525257D%2525252Ccmnt%25252524%2525257Bcmnt%2525257D%2525252Csubo%25252524%2525257Bsubo%2525257D%25252529%25252526r%2525253D10%25252522%2525252C%25252520%25252522fdb_on%25252522%2525253A%25252520%252525221%25252522%2525252C%25252520%25252522fdb_exp%25252522%2525253A%25252520%252525221481713796425%25252522%2525252C%25252520%25252522fdb_intl%25252522%2525253A%25252520%25252522en-US%25252522%25252520%2525257D%252526slotData%25253Dpt%2525253D1%25252526bamt%2525253D10000000000.000000%25252526namt%2525253D0.000000%25252526isLiveAdPreview%2525253Dfalse%25252526is_ad_feedback%2525253Dfalse%25252526trusted_custom%2525253Dfalse%25252526isCompAds%2525253Dfalse%25252526adjf%2525253D1.000000%25252526alpha%2525253D-1.000000%25252526ffrac%2525253D1.000000%25252526pcpm%2525253D-1.000000%25252526fc%2525253Dfalse%25252526ecpm%2525253D0%25252526sdate%2525253D1450211400%25252526edate%2525253D1483246799%25252526bimpr%2525253D0%25252526pimpr%2525253D-274020896%25252526spltp%2525253D0%25252526frp%2525253Dfalse%25252526pvid%2525253DSb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%252526adc%25253D%2525257B%25252522label%25252522%2525253A%25252522AdChoices%25252522%2525252C%25252522url%25252522%2525253A%25252522https%2525253A%2525255C/%2525255C/info.yahoo.com%2525255C/privacy%2525255C/us%2525255C/yahoo%2525255C/relevantads.html%25252522%2525252C%25252522close%25252522%2525253A%25252522Close%25252522%2525252C%25252522closeAd%25252522%2525253A%25252522Close%25252520Ad%25252522%2525252C%25252522showAd%25252522%2525253A%25252522Show%25252520ad%25252522%2525252C%25252522collapse%25252522%2525253A%25252522Collapse%25252522%2525252C%25252522fdb%25252522%2525253A%25252522I%25252520don%25252527t%25252520like%25252520this%25252520ad%25252522%2525252C%25252522code%25252522%2525253A%25252522en-us%25252522%2525257D%252526is3rd%25253D0%252526userProvidedData%25253D&amp;conf=pos%3DLDRB%26id%3DLDRB%26w%3D728%26h%3D90%26dest%3Dyom-ad-LDRB-iframe%26fr%3DexpIfr_exp%26clean%3Dyom-ad-LDRB%26rmxp%3D0%26z%3D20%26metaSize%3Dtrue%26supports%3Dexp-ovr%253D1%2526exp-push%253D1%26wcpx%3D1%26hcpx%3D1%26async%3Dfalse%26css%3D%26size%3D728x90%26bg%3Dtransparent%26tgt%3D_blank%26timeout%3Dfalse%26lowHTML%3D%26fdb%3Don%253D0%2526where%253Doutside%26meta%3Dtitle%253DVeteran%252520Wraps%252520Baby%252520in%252520American%252520Flag%25252C%252520Photo%252520Sparks%252520Controversy%252520-%252520Yahoo%2526url%253Dhttps%25253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%252523%2526urlref%253D%26flex%3Dfalse&amp;bindOnly=false&amp;expanded=false&amp;viewSent=false&amp;loadSent=false&amp;nochrome=false&amp;ownsBG=false&amp;ownsLYR=false&amp;exP=false&amp;animating=false&amp;ckOn=true&amp;flexW=false&amp;flexH=false&amp;hf=true&amp;isFallback=-1&amp;fallbackSource=-1&amp;mouseover=0&amp;fbkTimer=0&amp;loadedAt=0&amp;nested=-1&amp;origX=197&amp;origY=105&amp;exW=-1&amp;exH=-1&amp;exT=-1&amp;exL=-1&amp;geom=id%253Dyom-ad-LDRB-iframe%2526orph%253Dfalse%2526synched%253D2%2526rect%253Dt%25253D105%252526l%25253D197%252526b%25253D195%252526r%25253D925%252526w%25253D728%252526h%25253D90%2526self%253Dt%25253D105%252526l%25253D197%252526b%25253D195%252526r%25253D925%252526w%25253D728%252526h%25253D90%252526iv%25253D1%252526riv%25253D1%252526xiv%25253D1%252526yiv%25253D1%252526civ%25253D0%252526pact%25253Dtrue%252526pvis%25253Dtrue%252526ts%25253D1481706756799%252526ivts%25253D1481706756795%252526ovts%25253D0%252526vr%25253D-1%252526vage%25253D4%252526vthresh%25253D50%252526rts%25253D1481706756791%252526age%25253D8%252526actage%25253D0%2526par%253Dt%25253D0%252526l%25253D0%252526b%25253D710%252526r%25253D1280%252526w%25253D1280%252526h%25253D710%2526exp%253Dt%25253D105%252526l%25253D197%252526b%25253D515%252526r%25253D355%252526w%25253D158%252526h%25253D410%252526iv%25253D1%252526riv%25253D1%252526xiv%25253D1%252526yiv%25253D1%252526civ%25253D0%2526fixed%253Dnull%2526scrollAdjust%253Dfalse%2526scroll%253Dtrue%2526root%253Dtrue%2526win%253Dt%25253D0%252526l%25253D0%252526b%25253D710%252526r%25253D1280%252526w%25253D1280%252526h%25253D710%2526doc%253Dt%25253D0%252526l%25253D0%252526b%25253D2518%252526r%25253D1280%252526w%25253D1280%252526h%25253D2518&amp;chrome=null&amp;flexInf=false&amp;dm=&amp;fpaint=null&amp;renderClass=expIfr_exp&amp;guid=dr__1_1481706756743_89&amp;ert=0&amp;eicf=0&amp;eff=0&amp;fbl=&amp;bbl=&amp;bv=53&amp;srcHost=https%3A//s.yimg.com&amp;host=https%3A//gma.yahoo.com&amp;hostURL=https%253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html&amp;fromURL=&amp;proxyID=&amp;html5=1&amp;proxyPath=" style="position: absolute; z-index: 20; width: 728px; height: 90px; top: 0px; left: 0px; visibility: hidden; display: none;" id="yom-ad-LDRB-iframe" src="https://s.yimg.com/rq/darla/2-9-9/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ <section id="mediacontentfollowproperty_3_wrapper">
+ <div id="mediacontentfollowproperty_3" class="yom-mod yom-app yom-follow-property tiny" data-ylk="mid:mediacontentfollowproperty_3;mpos:1;sec:mod-sh-fwm;test:;itc:1;">
+ <div class="hd">
+ <h3 class="Grid-U App-Title Mend-0 follow-text">Follow GMA</h3>
+ </div>
+ <div class="bd">
+ <ul>
+ <li class="follow-property-facebook clearfix">
+ <div class="follow-icon small">
+ <a class="Mt-2" href="https://www.facebook.com/GoodMorningAmerica" rel="publisher" role="link" target="_blank" title="on Facebook" data-ylk="t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:icn;cpos:1;_p:1;itc:0;tar:www.facebook.com;test:;act:click;rspns:nav;slk:btn-sh-fb;elmt:sh-fb;" data-action-outcome="sh" data-rapid_p="1">
+ <i class="Icon"></i>
+ </a>
+ </div>
+ <div class="follow-title"><a href="https://www.facebook.com/GoodMorningAmerica" rel="publisher" role="link" target="_blank" title="on Facebook" data-ylk="t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:itm;cpos:1;_p:1;itc:0;tar:www.facebook.com;test:;act:click;rspns:nav;slk:btn-sh-fb;elmt:sh-fb;" data-action-outcome="sh" data-rapid_p="2">on Facebook</a></div>
+ </li>
+ <li class="follow-property-twitter clearfix">
+ <div class="follow-icon small">
+ <a class="Mt-2" href="https://twitter.com/GMA" rel="publisher" role="link" target="_blank" title="on Twitter" data-ylk="t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:icn;cpos:1;_p:2;itc:0;tar:twitter.com;test:;act:click;rspns:nav;slk:btn-sh-tw;elmt:sh-tw;" data-action-outcome="sh" data-rapid_p="3">
+ <i class="Icon"></i>
+ </a>
+ </div>
+ <div class="follow-title"><a href="https://twitter.com/GMA" rel="publisher" role="link" target="_blank" title="on Twitter" data-ylk="t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:itm;cpos:1;_p:2;itc:0;tar:twitter.com;test:;act:click;rspns:nav;slk:btn-sh-tw;elmt:sh-tw;" data-action-outcome="sh" data-rapid_p="4">on Twitter</a></div>
+ </li>
+ <li class="follow-property-tumblr clearfix">
+ <div class="follow-icon small">
+ <a class="Mt-2" href="http://goodmorningamerica.tumblr.com" rel="publisher" role="link" target="_blank" title="on Tumblr" data-ylk="t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:icn;cpos:1;_p:3;itc:0;tar:goodmorningamerica.tumblr.com;test:;act:click;rspns:nav;slk:btn-sh-tu;elmt:sh-tu;" data-action-outcome="sh" data-rapid_p="5">
+ <i class="Icon"></i>
+ </a>
+ </div>
+ <div class="follow-title"><a href="http://goodmorningamerica.tumblr.com" rel="publisher" role="link" target="_blank" title="on Tumblr" data-ylk="t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:itm;cpos:1;_p:3;itc:0;tar:goodmorningamerica.tumblr.com;test:;act:click;rspns:nav;slk:btn-sh-tu;elmt:sh-tu;" data-action-outcome="sh" data-rapid_p="6">on Tumblr</a></div>
+ </li>
+ <li class="follow-property-gplus clearfix">
+ <div class="follow-icon small">
+ <a class="Mt-2" href="https://plus.google.com/+GMA" rel="publisher" role="link" target="_blank" title="on Google+" data-ylk="t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:icn;cpos:1;_p:4;itc:0;tar:plus.google.com;test:;act:click;rspns:nav;slk:btn-sh-gp;elmt:sh-gp;" data-action-outcome="sh" data-rapid_p="7">
+ <i class="Icon"></i>
+ </a>
+ </div>
+ <div class="follow-title"><a href="https://plus.google.com/+GMA" rel="publisher" role="link" target="_blank" title="on Google+" data-ylk="t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:itm;cpos:1;_p:4;itc:0;tar:plus.google.com;test:;act:click;rspns:nav;slk:btn-sh-gp;elmt:sh-gp;" data-action-outcome="sh" data-rapid_p="8">on Google+</a></div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </section>
+ </div>
+ <div id="yom-ad-MAST" class="yom-ad yom-ad-MAST" style="visibility: inherit; display: none;">
+ <center>
+ <div id="yom-ad-MAST-iframe" class="yom-ad">
+ <center>
+ <script>
+ var MAST_noadPos = document.getElementById("yom-ad-MAST");
+ if (MAST_noadPos) {
+ MAST_noadPos.style.display = "none";
+ }
+ </script>
+ <script>
+ (function() {
+ var wrap = document.getElementById("yom-ad-MAST");
+ if (null == wrap) {
+ wrap = document.getElementById("yom-ad-MAST-iframe") || {};
+ }
+ var content = wrap.innerHTML || "";
+ if (content & amp; & amp; content.substr(0, content.lastIndexOf("&lt;script&gt;")).indexOf("loc=MAST noad") !== -1) {
+ wrap.style.display = "none";
+ }
+ }())
+ </script>
+ </center>
+ </div>
+ </center>
+ </div>
+ </div>
+ <div class="Col1 yog-np Pos-a Start-0 Z-5 Stack Pstart-10">
+ <div id="Navigation" class="Row" tabindex="0" role="navigation" data-plugin="sticker" data-sticker-toptarget="#GS-UH">
+ <a id="Hamburger" class="D-n" role="button" href="#0">
+ <i class="Icon Fz-xl Mt-4"></i>
+ </a>
+ <div class="Row yog-nav">
+
+
+
+ <div id="mediacontentnavigation" class="yom-mod navigation subnav-overlays" role="navigation" data-ylk="t1:a2;t2:lnav;sec:lnav;">
+ <nav>
+ <ul id="navlist" class="navlist">
+ <li>
+ <a href="/" class="selected Fw-b" data-tags="ynews:mark=home, iptc:subject=01026000, ynews:category=topstories, membership:list=6cc0a18b-2601-43b4-b11a-e4386457eab6" data-cpos="1" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-1;sec:lnav;elm:itm;elmt:cat;cpos:1;" data-action-outcome="navigate" data-rapid_p="1">GMA Home</a>
+ <ul class="subnav static">
+ <li>
+ <a href="/video/" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-2;sec:lnav;elm:itm;elmt:cat;cpos:1;cat:GMA Home;" data-rapid_p="2">Video</a>
+ </li>
+ <li>
+ <a href="/photos/" data-tags="ynews:mark=photos" data-cpos="2" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-2;sec:lnav;elm:itm;elmt:cat;cpos:2;cat:GMA Home;" data-rapid_p="3">Photos</a>
+ </li>
+ <li>
+ <a href="http://abcnews.go.com/" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-2;sec:lnav;elm:itm;elmt:cat;cpos:3;cat:GMA Home;" data-rapid_p="4">ABC News</a>
+ </li>
+ <li>
+ <a href="http://news.yahoo.com/" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-2;sec:lnav;elm:itm;elmt:cat;cpos:4;cat:GMA Home;" data-rapid_p="5">Yahoo News</a>
+ </li>
+ <li>
+ <a href="/goodnews/" data-tags="membership:list=849a4516-6046-4197-9506-290962f2d566" data-cpos="5" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-2;sec:lnav;elm:itm;elmt:cat;cpos:5;cat:GMA Home;" data-rapid_p="6">Good News</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="/money/" data-tags="ynews:mark=money, membership:list=1ce76b53-3b85-4fec-9b35-40dbeffc034c" data-cpos="2" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-1;sec:lnav;elm:itm;elmt:cat;cpos:2;" data-action-outcome="navigate" data-rapid_p="7">Money</a>
+ </li>
+ <li>
+ <a href="/health/" data-tags="ynews:mark=health, membership:list=fd320886-36a6-45a5-9349-f1c92ee2a34b" data-cpos="3" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-1;sec:lnav;elm:itm;elmt:cat;cpos:3;" data-action-outcome="navigate" data-rapid_p="8">Health</a>
+ </li>
+ <li>
+ <a href="/life-and-style/" data-tags="ynews:mark=life-and-style, membership:list=b1fd4ec4-8347-49c9-ace2-b629cace0ce4" data-cpos="4" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-1;sec:lnav;elm:itm;elmt:cat;cpos:4;" data-action-outcome="navigate" data-rapid_p="9">Life and Style</a>
+ </li>
+ <li>
+ <a href="/entertainment/" data-tags="ynews:mark=entertainment, membership:list=84a95871-3a9c-4231-8dae-97b309e319da" data-cpos="5" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-1;sec:lnav;elm:itm;elmt:cat;cpos:5;" data-action-outcome="navigate" data-rapid_p="10">Entertainment</a>
+ </li>
+ <li>
+ <a href="/recipes/" data-tags="ynews:mark=recipes, membership:list=8e244d4b-ca6c-43ee-a3a0-a0fe5e7c0dee" data-cpos="6" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-1;sec:lnav;elm:itm;elmt:cat;cpos:6;" data-action-outcome="navigate" data-rapid_p="11">Recipes</a>
+ </li>
+ <li>
+ <a href="/gma-insider-054105220.html" data-tags="ynews:mark=gma-insider" data-cpos="7" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-1;sec:lnav;elm:itm;elmt:cat;cpos:7;" data-action-outcome="navigate" data-rapid_p="12">GMA Insider</a>
+ </li>
+ <li>
+ <a href="http://1iota.com/Show/379/Good-Morning-America" data-ylk="itc:0;tar:gma.yahoo.com;ct:naventry;rspns:nav;t1:a2;t2:lnav;t3:st;t4:m-1;sec:lnav;elm:itm;elmt:cat;cpos:8;" data-action-outcome="navigate" data-rapid_p="13">GMA Tickets</a>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ <div id="yom-ad-LN2" class="yom-ad yom-ad-LN2" style="visibility: inherit; display: none;">
+ <center>
+ <div id="yom-ad-LN2-iframe" class="yom-ad">
+ <center>
+ <script>
+ var LN2_noadPos = document.getElementById("yom-ad-LN2");
+ if (LN2_noadPos) {
+ LN2_noadPos.style.display = "none";
+ }
+ </script>
+ <script>
+ (function() {
+ var wrap = document.getElementById("yom-ad-LN2");
+ if (null == wrap) {
+ wrap = document.getElementById("yom-ad-LN2-iframe") || {};
+ }
+ var content = wrap.innerHTML || "";
+ if (content & amp; & amp; content.substr(0, content.lastIndexOf("&lt;script&gt;")).indexOf("loc=LN2 noad") !== -1) {
+ wrap.style.display = "none";
+ }
+ }())
+ </script>
+ </center>
+ </div>
+ </center>
+ </div>
+ <div class="yom-remote">
+ <div class="" id="td-applet-ads_container"></div>
+ </div>
+ <div id="yom-ad-ESPON" class="yom-ad yom-ad-ESPON" style="visibility: inherit; display: none;">
+ <center>
+ <div id="yom-ad-ESPON-iframe" class="yom-ad">
+ <center>
+ <script>
+ var ESPON_noadPos = document.getElementById("yom-ad-ESPON");
+ if (ESPON_noadPos) {
+ ESPON_noadPos.style.display = "none";
+ }
+ </script>
+ <script>
+ (function() {
+ var wrap = document.getElementById("yom-ad-ESPON");
+ if (null == wrap) {
+ wrap = document.getElementById("yom-ad-ESPON-iframe") || {};
+ }
+ var content = wrap.innerHTML || "";
+ if (content & amp; & amp; content.substr(0, content.lastIndexOf("&lt;script&gt;")).indexOf("loc=ESPON noad") !== -1) {
+ wrap.style.display = "none";
+ }
+ }())
+ </script>
+ </center>
+ </div>
+ </center>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="Col2 yog-cp Pos-a Bxz-bb">
+ <div id="Main" tabindex="0" class="Pos-r Z-3 Stack yog-card yog-content" role="main">
+ <section class="yom-mod yom-breaking-news level2" id="mediacontentbreakingnews" data-ylk="mid:mediacontentbreakingnews;mpos:1;t1:a3;t2:mod-bkn;sec:mod-bkn;">
+ <div class="hd"> <span>'GMA' Cookie Search:</span> </div>
+ <div class="bd"> <a href="https://gma.yahoo.com/gma-cookie-search-favorite-holiday-cookie-recipes-183203594--abc-news-Recipes.html" data-ylk="rspns:nav;t1:a3;t2:mod-bkn;sec:mod-bkn;itc:0;cat:bkn;cpos:1;pos:1;elm:hdln;elmt:ct;g:4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c;pkgt:2;tar:gma.yahoo.com;prov:;test:;" data-rapid_p="1">Share Your Recipe</a> </div>
+ </section>
+ <div class="yom-remote">
+ <div class="" id="td-applet-photoheader_container">
+ <div id="applet_24106666317790640" class="js-applet" data-applet-guid="24106666317790640" data-applet-type="td-applet-photoheader">
+ <div class="App-Bd">
+ <div class="App-Main yui3-app-views" data-region="main" id="yui_3_18_1_1_1481706756324_569">
+ <div class="js-applet-view-container-main">
+ <div id="td-photoheader" class="SlowTrans Pos-r Z-3 Cf Ov-h">
+ <a href="http://gma.yahoo.com/" title="Good Morning America" class="NoLinkColor" data-ylk="rspns:nav;t1:a3;t2:photoheader;sec:photoheader;itc:0;sp:0;slk:Good Morning America;elm:img;cat:false;tar:http://gma.yahoo.com/;" data-rapid_p="1">
+ <div class="W-100 Pos-a tie-title">
+
+
+ <h1 class="Fz-2xl Fw-b D-ib Pstart-10 My-10 H-n Hidden">Good Morning America</h1>
+
+
+ </div>
+
+
+ <img src="https://s.yimg.com/bt/api/res/1.2/wKqr1Cy7iSKnJwJF_EoD3g--/YXBwaWQ9eW5ld3NfdGQ7dz03MzE-/http://l.yimg.com/os/publish-images/gma/2014-06-26/282e98f0-fd6a-11e3-b1cc-8793f4ed3e91_gma_home_062614_header.jpg" class="W-100" alt="Good Morning America" onerror="this.style.width='0'" />
+
+
+
+ </a>
+ </div>
+ <style>
+ @media (max-width: 1200px) {
+ #td-photoheader .tie-title h1 {
+ font-size: 1.6em;
+ width: 80%;
+ }
+ }
+
+ @media (max-width: 1150px) {
+ #td-photoheader .tie-title h1 {
+ font-size: 1.45em;
+ width: 80%;
+ }
+ }
+
+ @media (max-width: 1100px) {
+ #td-photoheader .tie-title h1 {
+ font-size: 1.35em;
+ width: 65%;
+ }
+ }
+
+ @media (max-width: 980px) {
+ #td-photoheader .tie-title h1 {
+ font-size: 1.25em;
+ width: 60%;
+ }
+ }
+ </style>
+ </div>
+ </div>
+ </div>
+ <div class="App-Ft Row"> </div>
+ </div>
+ </div>
+ </div>
+ <section id="mediacontentstory" class="yom-mod yom-card-main yom-article" data-uuid="4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c" data-type="story" data-ylk="t1:a3;t2:ct-mod;sec:ct-mod;itc:0;rspns:nav;">
+ <div class="book clearfix">
+ <header class="header">
+ <h1 class="headline">Veteran Wraps Baby in American Flag, Photo Sparks Controversy</h1>
+ </header>
+
+ <div class="credit-bar clearfix ">
+ <div class="credit-bar-inner">
+
+ <div class="credit">
+ <div class="credit-text">
+ <cite class="byline vcard top-line">
+ <span>By </span><span class="fn">GILLIAN MOHNEY</span>
+ <abbr>March 11, 2015 3:46 PM</abbr>
+ </cite>
+ <span class="bottom-line">
+ <a href="http://abcnews.go.com/GMA/" data-ylk="sec:content;slk:provider;itc:0;tar:abcnews.go.com;ltxt:GoodMorningAmeri;" data-rapid_p="1"><span class="provider-name">Good Morning America</span></a>
+ </span>
+ </div>
+ </div>
+ </div>
+ <div class="interest-bar">
+ <div class="action-bar">
+ <div class="action-bar-wrapper">
+ <div class="yom-share-btns-container light" id="mediacontentsharebuttons-light">
+ <div class="share-btns-int-container">
+ <div class="share-btns" role="menu">
+ <ul>
+ <li class="share-btn tumblr"><a href="https://www.tumblr.com/share/photo?clickthru=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3Dmediacontentstory%26soc_trk%3Dtu&amp;caption=A%20photographer%20and%20Navy%20veteran%20is%20fighting%20back%20after%20a%20photo%20she%20posted%20to%20Facebook%20started%20an%20online%20backlash.%20%20Vanessa%20Hicks%20said%20she%20had%20no%20idea%20her%20photo%20would%20be%20considered%20controversial.%20%20The%20photo%2C%20from%20a%20military%20family%E2%80%99s%20newborn%20photo%20shoot%2C%20showed%20a%20newborn%20infant%20wrapped%20in%20an%20American%20flag%20held%20by%20his%20father%2C%20who%20was%20in%20his%20military%20uniform.%20%20Hicks%2C%20a%20Navy%20veteran%20herself%20and%20the%20wife%20of%20an%20active-duty%20Navy%20member%2C%20said%20her%20intention%20was%20to%20honor%20the%20flag%20as%20well%20as%20her%20clients%2C%20who%20wanted%20to%20incorporate%20their%20military%20service%20in%20the%20photo%20shoot.&amp;source=https%3A%2F%2Fs.yimg.com%2Fbt%2Fapi%2Fres%2F1.2%2FqZaM9MLUOrxLg4IfXt_Niw--%2FYXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen-US%2Fvideo%2Fvideo.abcnewsplus.com%2F559ecdbafdb839129816b5c79a996975.cf.png" role="link" title="Share on Tumblr" data-share-key="tumblr" target="_blank" data-share-pos="top" data-share-sec="sh-lt"><span class="Icon btn-icon btn-tumblr small"></span></a></li>
+ <li class="share-btn facebook"><a href="https://www.facebook.com/dialog/feed?app_id=90376669494&amp;redirect_uri=https%3A%2F%2Fgma.yahoo.com%2F_xhr%2Fmediacontentsharebuttons%2Fpostshare%2F%3Fsrc%3Dfb&amp;link=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3Dmediacontentstory%26soc_trk%3Dfb&amp;picture=https%3A%2F%2Fs.yimg.com%2Fbt%2Fapi%2Fres%2F1.2%2FqZaM9MLUOrxLg4IfXt_Niw--%2FYXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen-US%2Fvideo%2Fvideo.abcnewsplus.com%2F559ecdbafdb839129816b5c79a996975.cf.png&amp;name=Veteran+Wraps+Baby+in+American+Flag%2C+Photo+Sparks+Controversy&amp;description=A+photographer+and+Navy+veteran+is+fighting+back+after+a+photo+she+posted+to+Facebook+started+an+online+backlash.++Vanessa+Hicks+said+she+had+no+idea+her+photo+would+be+considered+controversial.++The+photo%2C+from+a+military+family%E2%80%99s+newborn+photo+shoot%2C+showed+a+newborn+infant+wrapped+in+an+American+flag+held+by+his+father%2C+who+was+in+his+military+uniform.++Hicks%2C+a+Navy+veteran+herself+and+the+wife+of+an+active-duty+Navy+member%2C+said+her+intention+was+to+honor+the+flag+as+well+as+her+clients%2C+who+wanted+to+incorporate+their+military+service+in+the+photo+shoot.&amp;display=popup&amp;show_error=yes" role="link" title="Share on Facebook" data-share-key="facebook" target="_blank" data-share-pos="top" data-share-sec="sh-lt"><span class="Icon btn-icon btn-facebook small"></span></a></li>
+ <li class="share-btn twitter"><a href="https://twitter.com/share?text=Veteran+Wraps+Baby+in+American+Flag%2C+Photo+Sparks+Controversy&amp;url=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3Dmediacontentstory%26soc_trk%3Dtw&amp;via=GMA" role="link" title="Share on Twitter" data-share-key="twitter" target="_blank" data-share-pos="top" data-share-sec="sh-lt"><span class="Icon btn-icon btn-twitter small"></span></a></li>
+ <li class="share-btn mail"><a href="https://gma.yahoo.com/_xhr/mtf_popup/?url=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3Dmediacontentstory%26soc_trk%3Dma&amp;site=gma&amp;region=US&amp;lang=en-US&amp;content_id=4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c&amp;alias_id=story%3Dveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories" class="rapid-noclick-resp" role="link" title="Email to friends" data-share-key="mail" target="_blank" data-share-pos="top" data-share-sec="sh-lt"><span class="Icon btn-icon btn-mail small"></span></a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="actions clearfix">
+ <ul>
+ <li class="save-action icon-y-small first" title="Save">
+ <i class="GSIcon IconYahoo"></i>
+ </li>
+ <li class="like-action icon-like-small" title="More like this">
+ <i class="GSIcon IconAdd add-action"></i>
+ <i class="GSIcon IconCheck check-action"></i>
+ </li>
+ <li class="dislike-action icon-dislike-small" title="Fewer like this">
+ <i class="GSIcon IconDelete"></i>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="topic-bar clearfix disabled">
+ <div class="topic-bar-header-wrapper clearfix">
+ <a class="pref-link" href="https://settings.yahoo.com/interests" target="_blank" data-ylk="sec:actn-bar;itc:0;t2:actn-bar;t3:drwr;elm:itm;elmt:pref" data-rapid_p="6">Content preferences</a>
+ <h3 class="topic-bar-header"></h3>
+ </div>
+ <ul class="topics clearfix"></ul>
+ <div class="topic-bar-footer-wrapper clearfix">
+ <button class="done-btn" data-rapid_p="7">Done</button>
+ </div>
+ </div>
+
+ <div class="clearfix"></div>
+ </div>
+
+ <div class="cover-wrap ">
+ <div class="Ta-start">
+ <a href="#" data-ylk="rspns:;t1:a3;t2:ct-mod;t3:ld;sec:ct-mod;slk:autoplay;elm:img;elmt:ct;itc:1;grpt:;edtr_vos:8b91dafc-92a9-323d-a154-acdd72111b2a;g:4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c;aid:8ea6cae9-52c8-3c54-9b51-a4111390fd49;ct:3;cpos:1;" data-rapid_p="8"></a>
+ <style>
+ #Stencil .channel-applet-wrap .vp-container {
+ position: relative;
+ padding-bottom: 56.25%;
+ height: 0;
+ }
+
+ #Stencil .channel-applet-wrap #ym-player {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+
+ #Stencil .channel-applet-wrap .current.pl-marker {
+ background-color: #f80e5d;
+ }
+
+ #Stencil .channel-applet-wrap .next.pl-marker {
+ background-color: #5f33ff;
+ }
+
+ #Stencil .channel-applet-wrap .Bgc-screen {
+ background-color: #5f33ff;
+ background-color: rgba(95, 51, 255, 0.8);
+ }
+
+ #Stencil .channel-applet-wrap .smooth {
+ -webkit-font-smoothing: subpixel-antialiased;
+ }
+
+ #Stencil .channel-applet-wrap .lspace {
+ letter-spacing: 0.6px;
+ }
+
+ #Stencil .channel-applet-wrap .flat {
+ background: transparent;
+ border: none;
+ color: inherit;
+ margin: 0;
+ outline: none;
+ padding: 0;
+ }
+
+ #Stencil .channel-applet-wrap .sound-buttons {
+ -moz-transition: all 0.48s ease;
+ -o-transition: all 0.48s ease;
+ -webkit-transition: all 0.48s ease;
+ transition: all 0.48s ease;
+ background-color: black;
+ background-color: rgba(0, 0, 0, 0.7);
+ opacity: 1;
+ visibility: visible;
+ z-index: 2;
+ border-radius: 2px;
+ bottom: 50px;
+ left: 16px;
+ }
+
+ #Stencil .channel-applet-wrap .sound-buttons.trans-hide {
+ opacity: 0;
+ visibility: hidden;
+ }
+
+ #Stencil .channel-applet-wrap .sound-buttons:hover {
+ background-color: #0d0d0d;
+ }
+
+ #Stencil .channel-applet-wrap .sound-buttons .sound-off {
+ display: none;
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTIuNDY2LDE5Ljk3OSA3LjQ4NiwxOS45NzkgNy40ODYsMjkuOTA4IDEyLjUsMjkuOTA4IDIyLjM4NiwzOS44MDUgMjIuMzg2LDEwLjAyNyAxMi40NjYsMTkuOTYzIA0KCSIvPg0KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI0Mi45MjksMjAuNjU5IDQwLjEyMywxNy44NTMgMzUuMzI3LDIyLjY0OCAzMC41MjksMTcuODUzIDI3LjcyMywyMC42NiAzMi41MjEsMjUuNDU1IA0KCTI3LjcyOSwzMC4yNDcgMzAuNTM1LDMzLjA1NCAzNS4zMjcsMjguMjYxIDQwLjEyMywzMy4wNTQgNDIuOTI5LDMwLjI0NiAzOC4xMzUsMjUuNDU0ICIvPg0KPC9zdmc+DQo=);
+ background-image: url("https://s.yimg.com/dh/ap/default/140922/sound_off_large.png") \9;
+ }
+
+ #Stencil .channel-applet-wrap .sound-buttons .sound-on {
+ display: block;
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTQuMzM5LDE5Ljk3OSA5LjM1OSwxOS45NzkgOS4zNTksMjkuOTA4IDE0LjM3NCwyOS45MDggMjQuMjU5LDM5LjgwNSAyNC4yNTksMTAuMDI3IA0KCQkxNC4zMzksMTkuOTYzIAkiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjkuOTA4LDE4LjY1bC0xLjQ5NCwyLjk0MXYwLjA3YzAuOTM4LDAuNzY0LDEuNTQ5LDEuOTEsMS41NDksMy4yMTVzLTAuNjExLDIuNDQ5LTEuNTQ5LDMuMjE5djAuMDA4DQoJCWwxLjUxOCwyLjk4NGMyLjAwNC0xLjMzOCwzLjMzNi0zLjYyMSwzLjMzNi02LjIxMUMzMy4yNjgsMjIuMjcxLDMxLjkzNiwxOS45ODYsMjkuOTA4LDE4LjY1eiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00MC44NTksMjQuODc3YzAtNS41NDMtMy4wNDctMTAuMzU5LTcuNTUzLTEyLjkwMkwzMS44MywxNC44N3YwLjA3OGMzLjQyMiwxLjk5Niw1LjcyNSw1LjY5MSw1LjcyNSw5LjkzDQoJCXMtMi4zMDMsNy45MzQtNS43MjUsOS45MzR2MC4wMDhsMS41MDYsMi45NDVDMzcuODI0LDM1LjIyMSw0MC44NTksMzAuNDA0LDQwLjg1OSwyNC44Nzd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
+ background-image: url("https://s.yimg.com/dh/ap/default/140922/sound_on_large.png") \9;
+ }
+
+ #Stencil .channel-applet-wrap .sound-buttons.muted .sound-on {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .sound-buttons.muted .sound-off {
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .sound-buttons button {
+ background-size: 100%;
+ background-repeat: no-repeat;
+ width: 30px;
+ height: 30px;
+ }
+
+ #Stencil [data-applet-type="td-applet-videoplayer"] {
+ padding: 0 !important;
+ border: 0 !important;
+ margin-bottom: 0;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap {
+ *position: relative;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap #channel-header img {
+ vertical-align: middle;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap #channel-header p {
+ max-width: 260px;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap {
+ background-color: black;
+ background-color: black;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap .duration {
+ font-size: 10px;
+ font-size: 1.0rem;
+ background-color: black;
+ background-color: rgba(0, 0, 0, 0.8);
+ color: #cccccc;
+ opacity: 1;
+ -moz-transition: opacity 0.32s ease;
+ -o-transition: opacity 0.32s ease;
+ -webkit-transition: opacity 0.32s ease;
+ transition: opacity 0.32s ease;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li {
+ background-color: none;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li:hover {
+ background-color: #5f33ff;
+ background-color: rgba(95, 51, 255, 0.2);
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li.selected:hover {
+ background-color: none;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li .pl-marker {
+ visibility: hidden;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li.selected .duration {
+ opacity: 0;
+ display: none\9;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li.selected .current {
+ visibility: visible;
+ padding-top: 25%;
+ font-size: 10px;
+ font-size: 1.0rem;
+ background-color: #5f33ff;
+ background-color: rgba(95, 51, 255, 0.8);
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li .pl-title {
+ font-size: 12px;
+ font-size: 1.2rem;
+ color: #cccccc;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap .pl-order p,
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li.selected .pl-order i {
+ display: inline-block;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap .pl-order i,
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li.selected .pl-order p,
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li .current,
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li .next {
+ display: none;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li.selected .current,
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap li.up-next .next {
+ display: block;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap .pl-order {
+ color: #666;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap .thumb {
+ background: #525358;
+ border-radius: 5px;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .scroll-content {
+ background-color: transparent;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .yui-nextscroll .bar {
+ background: #27282c;
+ opacity: 0;
+ -webkit-transition-property: opacity;
+ -moz-transition-property: opacity;
+ -o-transition-property: opacity;
+ transition-property: opacity;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .yui-nextscroll .bar.bar-v {
+ opacity: 1;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .vp-meta .desc a {
+ font-size: inherit;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .vp-meta .show a,
+ #Stencil .mode-embedtron.channel-applet-wrap .vp-meta .show a:visited {
+ color: #324FE1;
+ text-decoration: none;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .pl-meta {
+ z-index: 10;
+ position: relative;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .vp-wrap {
+ height: 0;
+ padding-bottom: 56.25%;
+ background-color: #000;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .vp-wrap .playlist-grip.show .Icon {
+ opacity: 0;
+ visibility: hidden;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .vp-wrap .playlist-grip.tease .Icon {
+ opacity: 1;
+ visibility: visible;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .vp-wrap:hover .playlist-grip.show .Icon {
+ opacity: 1;
+ visibility: visible;
+ -moz-transition-delay: 0.01s;
+ -o-transition-delay: 0.01s;
+ -webkit-transition-delay: 0.01s;
+ transition-delay: 0.01s;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap #ym-player {
+ background-color: #000;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ width: 100%;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap,
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap .scroll-bound {
+ width: 270px;
+ background-color: transparent;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .yui-nextscroll .bar {
+ background-color: transparent;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .pl-list {
+ right: 0px;
+ top: 0;
+ -moz-transition: right 0.36s linear;
+ -o-transition: right 0.36s linear;
+ -webkit-transition: right 0.36s linear;
+ transition: right 0.36s linear;
+ background-color: rgba(0, 0, 0, 0.8);
+ z-index: 20;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .pl-list.skinny {
+ position: absolute;
+ right: -150px;
+ top: 0;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .pl-list.collapsed {
+ position: absolute;
+ right: -271px;
+ /* border width + playlist wrap width */
+ top: 0;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .pl-list #channel-header img {
+ width: 8.72%;
+ height: auto;
+ min-width: 28px;
+ margin: 6px 0 6px 24px;
+ background-color: #23202d;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .pl-list .pl-info {
+ width: 43%;
+ width: 40% \9;
+ vertical-align: top;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .pl-list .pl-img {
+ width: 110px;
+ height: 0;
+ background-color: #17151D;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .pl-list .intrinsic-ratio {
+ padding-bottom: 25.25%;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap #channel-header {
+ background-color: #17151D;
+ background-image: none !important;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap #channel-header p {
+ max-width: 195px;
+ font-size: 15px;
+ font-size: 1.5rem;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap .pl-order,
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap .pl-vc {
+ color: #888;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-wrap {
+ border: none;
+ border-left: 1px solid rgba(65, 64, 66, 0.5);
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .skinny #channel-header p {
+ display: none;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .skinny .pl-order {
+ display: none;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .skinny .pl-img {
+ margin-left: 5px;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .skinny #channel-header img {
+ margin-left: 45px;
+ width: 30px;
+ height: 30px;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .skinny .playlist-grip .Icon img {
+ width: 20px;
+ height: 40px;
+ margin-left: 5px;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-grip {
+ cursor: pointer;
+ position: absolute;
+ height: 50px;
+ width: 25px;
+ top: 50%;
+ margin-top: -25px;
+ margin-left: -24px;
+ border-top-left-radius: 10px;
+ border-bottom-left-radius: 10px;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-grip .Icon {
+ position: absolute;
+ width: 25px;
+ height: 50px;
+ opacity: 0;
+ visibility: hidden;
+ -moz-transition: opacity 0.2s ease-in-out 0.8s, visibility 0.2s ease-in-out 0.8s;
+ -o-transition: opacity 0.2s ease-in-out 0.8s, visibility 0.2s ease-in-out 0.8s;
+ -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
+ -webkit-transition-delay: 0.8s, 0.8s;
+ transition: opacity 0.2s ease-in-out 0.8s, visibility 0.2s ease-in-out 0.8s;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .playlist-grip .Icon img {
+ width: 25px;
+ height: 50px;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen {
+ z-index: 10;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .dim,
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .yui3-videoplayer-startscreen-title-wrapper,
+ #Stencil .mode-embedtron.channel-applet-wrap .yui3-videoplayer-startscreen-container .yui3-videoplayer-startscreen-title-wrapper {
+ -webkit-transition: opacity 0.24s linear;
+ -moz-transition: opacity 0.24s linear;
+ -o-transition: opacity 0.24s linear;
+ transition: opacity 0.24s linear;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .applet-startscreen-wrapper {
+ background-color: #000;
+ opacity: 0;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .applet-startscreen-wrapper:hover {
+ opacity: 0.4;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .yui3-videoplayer-startscreen-title-wrapper {
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .yui3-videoplayer-startscreen-title-wrapper,
+ #Stencil .mode-embedtron.channel-applet-wrap .yui3-videoplayer-startscreen-container .yui3-videoplayer-startscreen-title-wrapper {
+ opacity: 0;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen:hover .yui3-videoplayer-startscreen-title-wrapper,
+ #Stencil .mode-embedtron.channel-applet-wrap .yui3-videoplayer-startscreen-container:hover .yui3-videoplayer-startscreen-title-wrapper {
+ opacity: 1;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .Overlay.yui3-videoplayer-startscreen-title-wrapper h3,
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .Overlay.yui3-videoplayer-startscreen-title-wrapper h4 {
+ margin: .55em 0px;
+ font-weight: 200;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .applet-startscreen .yvp-start-screen-button {
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ width: 90px;
+ height: 90px;
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9IjIuMDY2JSIgeTE9Ijk2Ljc1MSUiIHgyPSI5NS42NTklIiB5Mj0iMi45NjklIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzZEMDBGNiIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDNBQkMiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEyLjY3NiA3Ny4zNzZjMy45ODMgMy42MDggOC42NjcgNi4yOCAxNC4wMjcgOC4wMTdDMzIuMDc4IDg3LjEyNSAzNy44OSA4OCA0NC4xNjMgODhjNi4xNjQgMCAxMS45MzQtLjg3NSAxNy4yOTYtMi42MDcgMi4xNTQtLjY5NCA0LjE4Ni0xLjU0NyA2LjExNi0yLjU0MyAyLjg4NC0xLjQ5IDUuNTMtMy4zMTIgNy45MTYtNS40NzQgMy45OS0zLjYwNyA3LjA5Ny04LjE4MyA5LjMzLTEzLjcwN0M4Ny4wNSA1OC4xMzYgODguMTY4IDUxLjU4IDg4LjE2OCA0NGMwLTcuNTg2LTEuMTE4LTE0LjE0LTMuMzQ2LTE5LjY3LTIuMjMzLTUuNTMtNS4zNC0xMC4xLTkuMzMtMTMuNzA1LTMuOTg1LTMuNjE3LTguNjYtNi4yODUtMTQuMDMzLTguMDJDNTYuMDk2Ljg3IDUwLjMyNiAwIDQ0LjE2MiAwYy02LjI3MyAwLTEyLjA4NS44NjgtMTcuNDYgMi42MDYtMS43NDMuNTYtMy40MTIgMS4yMzYtNS4wMSAyLjAwNS0zLjMyIDEuNTgzLTYuMzMgMy41NzgtOS4wMTcgNi4wMTVDOC42ODggMTQuMjMgNS41NzggMTguOCAzLjM0NiAyNC4zMyAxLjExNiAyOS44NiAwIDM2LjQxNCAwIDQ0YzAgNy41ODIgMS4xMTcgMTQuMTM3IDMuMzQ2IDE5LjY3IDIuMjMyIDUuNTIzIDUuMzQyIDEwLjEgOS4zMyAxMy43MDZ6IiBmaWxsLW9wYWNpdHk9Ii42NSIgZmlsbD0idXJsKCNhKSIvPjxwYXRoIGQ9Ik0zNi43MyA1OWgtLjA2NmMtLjkyIDAtMS42NjQtLjc0Mi0xLjY2NC0xLjY1NlYzMC42NTZjMC0uOTE1Ljc0LTEuNjU2IDEuNjY0LTEuNjU2LjAzIDAgLjA2IDAgLjA5LjAwMi4zOC0uMDczLjc4OC0uMDE0IDEuMTUyLjE5NmwyMi42MjIgMTMuMDZjLjc5OC40NiAxLjA3NSAxLjQ3NC42MTMgMi4yNzYtLjAyMy4wNC0uMDQ4LjA4LS4wNzUuMTE4LS4xMzcuMjctLjM1LjUwMy0uNjMuNjdsLTIyLjQ0IDEzLjQ4NGMtLjM5NS4yNC0uODUuMjk1LTEuMjY1LjE5M3oiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+");
+ background-color: transparent;
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ background-size: 100%;
+ border-radius: 0;
+ margin: -45px 0 0 -45px;
+ cursor: pointer;
+ outline: none;
+ }
+
+ #Stencil .mode-embedtron.channel-applet-wrap .player-maestro.maestro-medium .upnext-tease {
+ display: none !important;
+ }
+ </style>
+ <style>
+ @-webkit-keyframes explosion {
+ 0% {
+ opacity: 0;
+ -webkit-transform: scale(1);
+ }
+ 20% {
+ opacity: 1;
+ -webkit-transform: scale(1.2);
+ }
+ 100% {
+ opacity: 0;
+ -webkit-transform: scale(1.5);
+ }
+ }
+
+ @-moz-keyframes explosion {
+ 0% {
+ opacity: 0;
+ -moz-transform: scale(1);
+ }
+ 20% {
+ opacity: 1;
+ -moz-transform: scale(1.2);
+ }
+ 100% {
+ opacity: 0;
+ -moz-transform: scale(1.5);
+ }
+ }
+
+ @-o-keyframes explosion {
+ 0% {
+ opacity: 0;
+ -o-transform: scale(1);
+ }
+ 20% {
+ opacity: 1;
+ -o-transform: scale(1.2);
+ }
+ 100% {
+ opacity: 0;
+ -o-transform: scale(1.5);
+ }
+ }
+
+ @keyframes explosion {
+ 0% {
+ opacity: 0;
+ transform: scale(1);
+ }
+ 20% {
+ opacity: 1;
+ transform: scale(1.2);
+ }
+ 100% {
+ opacity: 0;
+ transform: scale(1.5);
+ }
+ }
+
+ #Stencil .channel-applet-wrap {
+ /* intermezzo */
+ }
+
+ #Stencil .channel-applet-wrap .Ratio-16-9 {
+ padding-bottom: 56.25%;
+ }
+
+ #Stencil .channel-applet-wrap .vp-wrap .vp-container .yui3-videoplayer-startscreen-button,
+ #Stencil .channel-applet-wrap .vp-wrap .vp-container .yvp-start-screen .yvp-start-screen-button {
+ border-radius: 100%;
+ width: 80px;
+ height: 80px;
+ margin-left: -40px;
+ margin-top: -40px;
+ background-color: rgba(19, 19, 19, 0.7);
+ }
+
+ #Stencil .channel-applet-wrap .vp-wrap .player-maestro {
+ z-index: 1;
+ }
+
+ #Stencil .channel-applet-wrap .pl-paused.show-ps .yui3-videoplayer-controls .bar {
+ z-index: 10;
+ }
+
+ #Stencil .channel-applet-wrap .pl-paused.show-ps:hover .yui3-videoplayer-controls .bar {
+ display: block;
+ opacity: 1;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen {
+ background: rgba(0, 0, 0, 0.7);
+ color: #ececec;
+ z-index: 2;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .maestro-bgimg {
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .maestro-bgimg-ov {
+ background-color: black;
+ opacity: 0.6;
+ z-index: 2;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .maestro-text {
+ z-index: 3;
+ padding: 25px;
+ }
+
+ #Stencil .channel-applet-wrap .splash-screen,
+ #Stencil .channel-applet-wrap .subscription-screen,
+ #Stencil .channel-applet-wrap .payment-screen {
+ background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
+ background-size: 100%;
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(90%, rgba(0, 0, 0, 0)));
+ background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
+ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
+ color: #ececec;
+ padding: 25px;
+ z-index: 2;
+ }
+
+ #Stencil .channel-applet-wrap .splash-screen,
+ #Stencil .channel-applet-wrap .pause-screen,
+ #Stencil .channel-applet-wrap .subscription-screen,
+ #Stencil .channel-applet-wrap .upnext-tease,
+ #Stencil .channel-applet-wrap .upnext-pause,
+ #Stencil .channel-applet-wrap .vp-wrap .vp-container .yui3-videoplayer-startscreen-button {
+ -moz-transition: visibility 0.54s, opacity 0.54s;
+ -o-transition: visibility 0.54s, opacity 0.54s;
+ -webkit-transition: visibility 0.54s, opacity 0.54s;
+ transition: visibility 0.54s, opacity 0.54s;
+ }
+
+ #Stencil .channel-applet-wrap .splash-screen,
+ #Stencil .channel-applet-wrap .upnext-tease,
+ #Stencil .channel-applet-wrap .upnext-pause {
+ visibility: visible;
+ opacity: 1;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .upnext-pause.ps-elm {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .show-ps .pause-screen .upnext-pause.ps-elm {
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .upnext-tease {
+ z-index: 2;
+ }
+
+ #Stencil .channel-applet-wrap .upnext-tease .thumb-ov {
+ width: 180px;
+ }
+
+ #Stencil .channel-applet-wrap .upnext-tease .thumb-ov.ss-item {
+ box-shadow: 0px 0px 4px 2px #313131;
+ padding: 0;
+ }
+
+ #Stencil .channel-applet-wrap .upnext-tease .thumb-ov.ss-item .pl-marker {
+ display: block;
+ background-color: #5f33ff;
+ letter-spacing: 0.08em;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .upnext-pause {
+ margin-right: 25px;
+ background-color: black;
+ background-color: rgba(0, 0, 0, 0.8);
+ width: 55%;
+ max-width: 380px;
+ box-shadow: 0px 0px 5px #636363;
+ border-right: 8px solid #5f33ff;
+ font-size: 0;
+ text-align: right;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .upnext-pause .ss-item .pl-title {
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .upnext-pause .ss-item {
+ width: 100%;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .upnext-pause .ss-item .marker {
+ background-color: #5f33ff;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .upnext-pause .ss-item .pl-img {
+ height: 0;
+ padding-bottom: 22.5%;
+ background-color: #17151D;
+ }
+
+ #Stencil .channel-applet-wrap .upnext-pause .hover-overlay,
+ #Stencil .channel-applet-wrap .upnext-tease .hover-overlay {
+ display: none\9;
+ opacity: 0;
+ -moz-transition: opacity 0.32s;
+ -o-transition: opacity 0.32s;
+ -webkit-transition: opacity 0.32s;
+ transition: opacity 0.32s;
+ background-color: black;
+ background-color: rgba(0, 0, 0, 0.7);
+ }
+
+ #Stencil .channel-applet-wrap .upnext-pause:hover .hover-overlay,
+ #Stencil .channel-applet-wrap .upnext-tease:hover .hover-overlay {
+ display: block\9;
+ opacity: 1;
+ }
+
+ #Stencil .channel-applet-wrap .upnext-tease.hide-tease,
+ #Stencil .channel-applet-wrap .hide-ss .splash-screen {
+ visibility: hidden;
+ opacity: 0;
+ }
+
+ #Stencil .channel-applet-wrap .splash-screen .title,
+ #Stencil .channel-applet-wrap .pause-screen .title,
+ #Stencil .channel-applet-wrap .subscription-screen .title,
+ #Stencil .channel-applet-wrap .payment-screen .title {
+ text-shadow: 0px 2px #181818;
+ font-family: "Helvetica Neue", Helvetica, Arial, serif;
+ font-size: 32px;
+ -webkit-line-clamp: 2;
+ max-height: 80px;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ overflow: hidden;
+ font-weight: lighter;
+ }
+
+ #Stencil .channel-applet-wrap .payment-screen .desc {
+ font-weight: lighter;
+ font-size: 20px;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen {
+ -moz-transition: height 1s;
+ -o-transition: height 1s;
+ -webkit-transition: height 1s;
+ transition: height 1s;
+ -moz-transition: padding 1s;
+ -o-transition: padding 1s;
+ -webkit-transition: padding 1s;
+ transition: padding 1s;
+ -moz-transition: top 1s;
+ -o-transition: top 1s;
+ -webkit-transition: top 1s;
+ transition: top 1s;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen .desc {
+ font-weight: lighter;
+ font-size: 20px;
+ -moz-transition: display 1s;
+ -o-transition: display 1s;
+ -webkit-transition: display 1s;
+ transition: display 1s;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen .Btn {
+ font-family: "Helvetica Neue", Helvetica, Arial, serif;
+ font-size: 16px;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen .options {
+ -moz-transition: margin 1s;
+ -o-transition: margin 1s;
+ -webkit-transition: margin 1s;
+ transition: margin 1s;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen .title,
+ #Stencil .channel-applet-wrap .subscription-screen .play-preview-btn {
+ -moz-transition: opacity 1s;
+ -o-transition: opacity 1s;
+ -webkit-transition: opacity 1s;
+ transition: opacity 1s;
+ -moz-transition: height 1s;
+ -o-transition: height 1s;
+ -webkit-transition: height 1s;
+ transition: height 1s;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen .preview-info {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen.small {
+ height: 60px;
+ padding: 10px 20px;
+ top: 320px;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen.small .title {
+ opacity: 0;
+ height: 0;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen.small .play-preview-btn {
+ opacity: 0;
+ height: 0;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen.small .options {
+ display: inline-block;
+ margin-left: 20px;
+ margin-top: 0;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen.small .desc {
+ display: inline-block;
+ margin: 0;
+ }
+
+ #Stencil .channel-applet-wrap .subscription-screen.small .preview-info {
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap #sub-mask {
+ width: 100%;
+ top: 0;
+ left: 0;
+ height: 100%;
+ z-index: 149;
+ background-color: rgba(0, 0, 0, 0.5);
+ }
+
+ #Stencil .channel-applet-wrap .sub-iframe-container {
+ top: 150px;
+ width: 50%;
+ margin: 0 0 0 -25%;
+ height: 445px;
+ left: 50%;
+ background-color: #FFFFFF;
+ }
+
+ #Stencil .channel-applet-wrap .sub-iframe-container .close-btn {
+ right: 10px;
+ top: 10px;
+ background: none;
+ border: none;
+ font-size: 20px;
+ }
+
+ #Stencil .channel-applet-wrap .payment-loader-screen {
+ color: #333;
+ font-size: 20px;
+ top: 45%;
+ left: 33%;
+ }
+
+ #Stencil .channel-applet-wrap #subscription-iframe {
+ border: none;
+ height: 445px;
+ width: 100%;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container.show-ps .pause-screen {
+ visibility: visible;
+ opacity: 1;
+ }
+
+ #Stencil .channel-applet-wrap.tiny-player .vp-container.show-ps .pause-screen {
+ visibility: hidden;
+ opacity: 0;
+ }
+
+ #Stencil .channel-applet-wrap.tiny-player .vp-container .player-maestro {
+ z-index: 1;
+ }
+
+ #Stencil .channel-applet-wrap.tiny-player .vp-overlay.opened {
+ z-index: 2;
+ }
+
+ #Stencil .channel-applet-wrap.tiny-player .control-panel-tt {
+ z-index: 100;
+ position: relative;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .play-btn {
+ -moz-transition: opacity 0.54s;
+ -o-transition: opacity 0.54s;
+ -webkit-transition: opacity 0.54s;
+ transition: opacity 0.54s;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container.hide-ps .pause-screen .play-btn,
+ #Stencil .channel-applet-wrap .vp-container.show-ps .pause-btn {
+ display: block;
+ -webkit-animation: explosion 0.54s;
+ -moz-animation: explosion 0.54s;
+ -o-animation: explosion 0.54s;
+ animation: explosion 0.54s;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .play-btn .Icon {
+ margin-left: 8px;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .thumb-ov .current-thumb-container {
+ border: solid 2px #ccc;
+ border-right-width: 3px;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen {
+ visibility: hidden;
+ opacity: 0;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen.intermezzo .embed-link {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .play-btn,
+ #Stencil .channel-applet-wrap .pause-screen .pause-btn {
+ width: 80px;
+ height: 80px;
+ margin-left: -40px;
+ margin-top: -40px;
+ border-radius: 100%;
+ background-color: #131313;
+ background-color: rgba(19, 19, 19, 0.7);
+ display: none;
+ opacity: 0;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-url-container {
+ font-size: 12px;
+ font-size: 1.2rem;
+ margin-top: 10px;
+ opacity: 1;
+ -moz-transition: opacity 0.32s ease;
+ -o-transition: opacity 0.32s ease;
+ -webkit-transition: opacity 0.32s ease;
+ transition: opacity 0.32s ease;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-url-container.collapsed {
+ visibility: hidden;
+ opacity: 0;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-url-container label {
+ width: 50px;
+ font-size: 12px;
+ font-size: 1.2rem;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-url-container input {
+ cursor: pointer;
+ width: 200px;
+ font-size: 12px;
+ font-size: 1.2rem;
+ background-color: #000;
+ color: #ececec;
+ border-color: #333;
+ border-radius: 2px;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-btn-container {
+ font-size: 0;
+ border-radius: 1px;
+ box-shadow: 0px 0px 2px #555;
+ background-color: black;
+ background-color: rgba(0, 0, 0, 0.4);
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-btn-container li .Icon {
+ -moz-transition: background-color 0.24s;
+ -o-transition: background-color 0.24s;
+ -webkit-transition: background-color 0.24s;
+ transition: background-color 0.24s;
+ background-color: transparent;
+ font-size: 22px;
+ font-size: 2.2rem;
+ padding: 4px;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-btn-container .Btn-embed-link {
+ cursor: pointer;
+ color: #fff;
+ min-width: 0;
+ border: 0;
+ border-radius: 0;
+ vertical-align: middle;
+ text-decoration: none;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-btn-container li:hover .Btn-tumblr {
+ background-color: #3E5A70;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-btn-container li:hover .Btn-fb {
+ background-color: #2D62AD;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-btn-container li:hover .Btn-t {
+ background-color: #2CA9E5;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-btn-container li:hover .Btn-y {
+ background-color: #6D329C;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .share-btn-container li:hover .Btn-embed-link {
+ background-color: #333;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen.show-ps .share-btn-container li .Icon {
+ opacity: 1;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .cur-pause &gt;
+ .msg,
+ #Stencil .channel-applet-wrap .pause-screen .upnext-pause &gt;
+ .msg {
+ padding-left: 6px;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .thumb-wrapper .ss-item {
+ padding-right: 0;
+ margin-right: 0;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container.pl-paused .nextgen-player .pause-screen .play-btn {
+ opacity: 1;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .pause-countdown,
+ #Stencil .channel-applet-wrap .intermezzo .play-countdown {
+ padding: 6px 8px 4px 6px;
+ background-color: #5f33ff;
+ border-radius: 2px;
+ margin-right: 6px;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .play-countdown .Icon {
+ position: relative;
+ left: 2px;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .th-sh-wrap {
+ position: absolute;
+ left: 20px;
+ bottom: 25px;
+ box-shadow: 0 0 5px #555;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .th-sh-wrap .cur-pause {
+ position: relative;
+ margin: 0;
+ padding: 0;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .th-sh-wrap .cur-pause .overlay {
+ opacity: 0.9;
+ background-color: rgba(0, 0, 0, 0.7);
+ visibility: visible;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .th-sh-wrap .cur-pause .overlay .Icon {
+ font-size: 20px;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .th-sh-wrap .cur-pause .overlay .replay-cont {
+ margin-top: -35px;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .th-sh-wrap .share-btn-container {
+ position: absolute;
+ right: 0px;
+ bottom: 0px;
+ left: 0px;
+ margin-top: 0;
+ white-space: nowrap;
+ box-shadow: none;
+ z-index: 2;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .th-sh-wrap .share-btn-container li {
+ width: 25%;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .th-sh-wrap .share-btn-container li .Icon {
+ font-size: 20px;
+ font-size: 2.0rem;
+ padding: 4px 0;
+ width: 100%;
+ }
+
+ #Stencil .channel-applet-wrap .yvp-state-start-screen .yvp-controls {
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .yvp-state-start-screen .yvp-bottom-bar,
+ #Stencil .channel-applet-wrap .yvp-state-start-screen .yvp-top-bar,
+ #Stencil .channel-applet-wrap .yvp-state-start-screen .yvp-sharing-panel-box {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo .play-countdown,
+ #Stencil .channel-applet-wrap .intermezzo .next-message {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo.countdown-paused .play-countdown,
+ #Stencil .channel-applet-wrap .intermezzo.countdown-paused .next-message {
+ display: inline-block;
+ }
+
+ #Stencil .channel-applet-wrap .intermezzo.countdown-paused .pause-countdown,
+ #Stencil .channel-applet-wrap .intermezzo.countdown-paused .start-message {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen.intermezzo .ps-elm.play-btn.ctrl {
+ opacity: 1;
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen.intermezzo .im-elm,
+ #Stencil .channel-applet-wrap .pause-screen .ps-elm {
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .pause-screen .im-elm,
+ #Stencil .channel-applet-wrap .show-ps .pause-screen.intermezzo .ps-elm {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .player-maestro .ss-item .overlay {
+ opacity: 0;
+ background-color: #5f33ff;
+ background-color: rgba(95, 51, 255, 0.8);
+ -moz-transition: opacity 0.32s ease;
+ -o-transition: opacity 0.32s ease;
+ -webkit-transition: opacity 0.32s ease;
+ transition: opacity 0.32s ease;
+ }
+
+ #Stencil .channel-applet-wrap .player-maestro .ss-item:hover .overlay {
+ opacity: 1;
+ }
+
+ #Stencil .channel-applet-wrap .player-maestro .ss-item:hover .overlay-text {
+ opacity: 0;
+ }
+
+ #Stencil .channel-applet-wrap .player-maestro .ss-item .pl-button {
+ position: absolute;
+ margin: -14px 0 0 -14px;
+ color: white;
+ border: 2px solid white;
+ border-radius: 100%;
+ padding: 2px 0px 1px 3px;
+ top: 50%;
+ left: 50%;
+ }
+
+ #Stencil .channel-applet-wrap .player-maestro .overlay-text {
+ text-shadow: 0 1px #000;
+ color: #FFF;
+ font-size: 12px;
+ background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
+ background-size: 100%;
+ background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
+ background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 100%);
+ background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 100%);
+ background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 100%);
+ -moz-transition: opacity 0.32s ease;
+ -o-transition: opacity 0.32s ease;
+ -webkit-transition: opacity 0.32s ease;
+ transition: opacity 0.32s ease;
+ padding-top: 20px;
+ opacity: 1;
+ }
+
+ #Stencil .channel-applet-wrap .player-maestro .overlay-text .pl-title {
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .share-url-container,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .share-url-container {
+ opacity: 0;
+ visibility: hidden;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .share-btn-container .embed-link,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .share-btn-container .embed-link {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .Fz-m {
+ font-size: 12px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .Fz-l {
+ font-size: 14px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .title {
+ font-size: 18px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .th-sh-wrap {
+ position: absolute;
+ top: 50%;
+ margin-top: -16px;
+ left: 50%;
+ margin-left: -70px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .intermezzo .title {
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .title,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .ps-elm,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .intermezzo .th-sh-wrap,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .upnext-tease {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .starts-in button .Icon {
+ font-size: 10px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .Fz-m {
+ font-size: 13px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .Fz-l {
+ font-size: 15px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .title {
+ font-size: 21px;
+ max-height: 55px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .th-sh-wrap .Icon.Mini {
+ font-size: 16px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .upnext-pause.ps-elm,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .intermezzo .th-sh-wrap,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .upnext-tease {
+ display: none;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .starts-in button .Icon {
+ font-size: 10px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .maestro-text {
+ padding: 20px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .Fz-m,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .Fz-l {
+ font-size: 14px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .title {
+ font-size: 24px;
+ max-height: 60px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .starts-in button .Icon {
+ font-size: 10px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .th-sh-wrap .Icon.Mini {
+ font-size: 16px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .cur-pause .replay-cont {
+ margin-top: -30px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .cur-pause .ss-item {
+ width: 185px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .upnext-pause .pl-title {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ max-width: 100%;
+ display: block;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .play-btn,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .pause-btn,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .play-btn,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .pause-btn,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .play-btn,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .pause-btn {
+ width: 60px;
+ height: 60px;
+ margin-left: -30px;
+ margin-top: -30px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .play-btn .Icon,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .pause-btn .Icon,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .play-btn .Icon,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .pause-btn .Icon,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .play-btn .Icon,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .pause-btn .Icon {
+ font-size: 18px;
+ }
+
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-medium .play-btn .Icon,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-small .play-btn .Icon,
+ #Stencil .channel-applet-wrap .vp-container .player-maestro.maestro-tiny .play-btn .Icon {
+ margin-left: 6px;
+ }
+ </style>
+ <div id="applet_24330366287688580" class="js-applet" data-applet-guid="24330366287688580" data-applet-type="td-applet-videoplayer">
+ <div class="App-Bd">
+ <div class="App-Main yui3-app-views" data-region="main" id="yui_3_18_1_1_1481706756324_623">
+ <div class="js-applet-view-container-main" id="yui_3_18_1_1_1481706756324_633">
+
+
+
+
+
+ <style>
+
+ </style>
+
+ <div class="channel-applet-wrap mode-embedtron Ov-h W-100" id="yui_3_18_1_1_1481706756324_648">
+ <div class="vp-wrap Pos-r embed" id="yui_3_18_1_1_1481706756324_651">
+
+ <div class="vp-container smooth">
+ <div id="ym-player">
+ <div tabindex="0" class="yvp-content yvp-hide-controls normal yvp-browser-ua yvp-browser-firefox yvp-browser-desktop yvp-browser-macintosh yvp-state-error" aria-label="Yahoo Video Player" id="yvp-content-node-6305">
+ <div class="yvp-main" tabindex="0" style="height: 100%;">
+ <div class="yvp-loading-screen">
+ <div class="yvp-loading-spinner yvp-spinner-icon" style="width: 60px; height: 60px; margin-left: -30px; margin-top: -30px;"></div>
+ <div class="yvp-feedback-btn yvp-error-feedback" style="display: none;">
+ <p>Report issue</p>
+ </div>
+ </div>
+ <div class="yvp-bottom-bar">
+ <div class="yvp-bottom-container">
+ <div class="yvp-slider" role="slider" tabindex="0" aria-label="Seek slider" aria-valuemin="0">
+ <div class="yvp-slider-extension" aria-hidden="true"></div>
+ <div class="yvp-handle"></div>
+ <div class="yvp-buffer-bar"></div>
+ <div class="yvp-playback-bar"></div>
+ <div class="yvp-visual-seek">
+ <div class="yvp-vs-thumbnail"></div>
+ <div class="yvp-vs-time"></div>
+ </div>
+ </div>
+ <div class="yvp-play-controls">
+ <div class="yvp-play-btn" role="button" tabindex="0" aria-label="Pause Video"></div>
+ <div class="yvp-upnext-container hide">
+ <div class="yvp-upnext-btn" role="button">
+ </div>
+ <div class="yvp-upnext-playlist" role="dialog">
+ <div class="yvp-hover-elem"></div>
+ </div>
+ </div>
+ <div class="yvp-time-container" tabindex="-1" aria-hidden="true">
+ <div class="yvp-current-time"></div>
+ <div class="yvp-total-time"></div>
+ </div>
+ </div>
+ <div class="yvp-menu-controls">
+ <div class="yvp-cc-btn button hide yvp-tooltip" role="button" tabindex="0" aria-label="Closed Captions">
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">Captions Not Available</div>
+ </div>
+ </div>
+ <div class="yvp-volume-btn button" role="button" tabindex="0" aria-label="Mute">
+ <div class="yvp-volume-bar-container">
+ <div class="yvp-volume-level">
+ <div class="yvp-volume-bar">
+ <div class="yvp-volume-handle"></div>
+ </div>
+ <div class="yvp-volume-value"></div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-setting-btn button yvp-tooltip" role="button" tabindex="0" aria-label="Settings">
+ <div class="yvp-setting-pointer" aria-hidden="true"></div>
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">
+ Settings
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-fullscreen-btn button yvp-tooltip" role="button" tabindex="0" aria-label="Go to full screen">
+ <div class="yvp-tooltip-wrapper">
+ <div class="yvp-tooltip-content">
+ Full Screen
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-settings-container" tabindex="0">
+ <div class="yvp-main-settings open">
+ <div class="yvp-settings-embed close">
+ <div class="yvp-settings-header" tabindex="0" aria-label="Embed">Embed</div>
+ <div class="yvp-input-container yvp-embed-input-container">
+ <input class="yvp-embed-input" value="" data-link-type="emb" readonly="readonly" data-rapid_p="5" type="text" />
+ </div>
+ <div class="yvp-settings-divider"></div>
+ </div>
+ <div class="yvp-settings-quality">
+ <div class="yvp-settings-header" tabindex="0" aria-label="Video Quality">Video Quality</div>
+ <div class="yvp-settings-item yvp-quality-auto yvp-settings-activated" tabindex="1">Auto</div>
+ <div class="yvp-settings-item yvp-quality-high yvp-disabled" tabindex="2">High (HD)</div>
+ <div class="yvp-settings-item yvp-quality-medium yvp-disabled" tabindex="3">Medium</div>
+ <div class="yvp-settings-item last-item yvp-quality-low yvp-disabled" tabindex="4">Low</div>
+ <div class="yvp-settings-divider"></div>
+ </div>
+ <div class="yvp-settings-cc">
+ <div class="yvp-settings-header last-item" tabindex="0" aria-label="Closed Caption Settings">Closed Caption Settings</div>
+ <div class="yvp-settings-caret-icon right"></div>
+ </div>
+ </div>
+ <div class="yvp-cc-options-main close">
+ <div class="yvp-cc-back-to-settings">
+ <div class="yvp-settings-caret-icon left"></div>
+ <div class="yvp-back-to-settings">Back</div>
+ </div>
+
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-header yvp-cc-item">Closed Captions</div>
+ <div class="yvp-cc-toggle">
+ <div data-cc-state="on" class="yvp-settings-item yvp-cc-on"></div>
+ <div data-cc-state="off" class="yvp-settings-item yvp-cc-off yvp-settings-activated"></div>
+ </div>
+ <div class="yvp-cc-header yvp-cc-item">Language</div>
+ <div class="yvp-cc-language yvp-cc-item">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">English<span class="yvp-ddm-availability not-available"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">No item available</li>
+ </ul>
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-divider"></div>
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-position yvp-cc-item">
+ <div class="yvp-cc-header yvp-cc-item">Position</div>
+ <div class="yvp-cc-pos-wrapper">
+ <ul class="yvp-cc-pos-selection">
+ <li class="yvp-settings-item yvp-cc-position-bottom yvp-settings-activated" cc-pos-data="bottom">Bottom</li>
+ <li class="yvp-settings-item yvp-cc-position-top" cc-pos-data="top">Top</li>
+ </ul>
+ </div>
+ </div>
+ <div class="yvp-cc-size yvp-cc-item">
+ <div class="yvp-cc-header yvp-cc-item">Type Size</div>
+ <div class="yvp-cc-size-selector">
+ <div class="yvp-cc-size-indicators">
+ <div class="yvp-cc-indicator yvp-cc-indicator-0" data-size-value="0">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-25" data-size-value="25">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-50" data-size-value="50">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-75" data-size-value="75">A</div>
+ <div class="yvp-cc-indicator yvp-cc-indicator-100" data-size-value="100">A</div>
+ </div>
+ <div class="yvp-slider-wrapper">
+ <div class="yvp-slider-track">
+ <div class="yvp-slider-anchor" style="left: 0%"></div>
+ <div class="yvp-slider-anchor" style="left: 25%"></div>
+ <div class="yvp-slider-anchor" style="left: 50%"></div>
+ <div class="yvp-slider-anchor" style="left: 75%"></div>
+ <div class="yvp-slider-anchor" style="left: 100%"></div>
+ <div class="yvp-slider-handle" style="left: 24%"></div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-divider"></div>
+ <div class="yvp-cc-box">
+ <div class="yvp-cc-style yvp-cc-item">
+ <div class="yvp-cc-style-preview" style="font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0.75);">Aa</div>
+ <div class="yvp-cc-style-more">
+ <div class="yvp-cc-item">Style Options</div>
+ <div class="yvp-settings-caret-icon right"></div>
+ </div>
+ </div>
+
+ <div class="yvp-cc-feedback-link yvp-cc-item">
+ <a href="http://info.yahoo.com/legal/us/yahoo/cc/en-us/" target="_blank" data-rapid_p="6">
+ <div class="yvp-cc-item"></div>
+ </a>
+ </div>
+ <div class="yvp-cc-preview">
+ <div class="yvp-cc-preview-message">Captions will look like this</div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-cc-options-more close">
+ <div class="yvp-cc-back">
+ <div class="yvp-settings-caret-icon left"></div>
+ <div class="yvp-cc-back-header">Back</div>
+ </div>
+ <div class="yvp-tab-container">
+ <ul class="yvp-tabs-nav">
+ <li class="yvp-tab tab-selected">Presets</li>
+ <li class="yvp-tab">Text</li>
+ <li class="yvp-tab">background</li>
+ <li class="yvp-tab">effects</li>
+ </ul>
+ <div class="yvp-tabs-content">
+ <div class="yvp-tabcontent preset-container tab-show">
+ <div class="yvp-cc-preset" style="color: rgb(205, 205, 205); background-color: rgb(6, 6, 6);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(40, 40, 40); background-color: rgb(200, 200, 200);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(254, 241, 73); background-color: rgb(10, 9, 8);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(205, 205, 205); background-color: transparent;">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(41, 253, 47); background-color: rgb(10, 9, 8);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(236, 54, 156); background-color: rgb(10, 10, 9);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(44, 254, 254); background-color: rgb(10, 10, 9);">Aa</div>
+ <div class="yvp-cc-preset" style="color: rgb(41, 253, 47); background-color: transparent;">Aa</div>
+ </div>
+ <div class="yvp-tabcontent font-list">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">Arial<span class="yvp-ddm-availability"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">Georgia<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Palatino Linotype<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Times New Roman<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Arial<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Arial Black<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Comic Sans MS<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Impact<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Lucida Sans Unicode<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Tahoma<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Trebuchet MS<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Verdana<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Courier New<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">Lucida Console<span class="yvp-ddm-availability"></span></li>
+ </ul>
+ </div>
+ <div class="yvp-colorpicker fontcolorpicker">
+ <div class="color-option" style="background-color: rgb(231, 231, 231);"></div>
+ <div class="color-option" style="background-color: rgb(0, 0, 0);"></div>
+ <div class="color-option" style="background-color: rgb(252, 37, 37);"></div>
+ <div class="color-option" style="background-color: rgb(41, 253, 47);"></div>
+ <div class="color-option" style="background-color: rgb(44, 254, 254);"></div>
+ <div class="color-option" style="background-color: rgb(236, 54, 156);"></div>
+ <div class="color-option" style="background-color: rgb(254, 241, 73);"></div>
+ <div class="color-option" style="background-color: rgb(37, 36, 251);"></div>
+ </div>
+ </div>
+ <div class="yvp-tabcontent bg-opacity-list">
+ <div class="yvp-ddm-wrapper">
+ <div class="yvp-ddm-selected-wrapper">
+ <div class="yvp-ddm-selected">75% (transparency)<span class="yvp-ddm-availability"></span></div><span class="yvp-ddm-chevron"></span></div>
+ <ul class="yvp-ddm-list">
+ <li class="yvp-ddm-item">100% (opaque)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">75% (transparency)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">50% (transparency)<span class="yvp-ddm-availability"></span></li>
+ <li class="yvp-ddm-item">25% (transparency)<span class="yvp-ddm-availability"></span></li>
+ </ul>
+ </div>
+ <div class="yvp-colorpicker bgcolorpicker">
+ <div class="color-option nocolor" style="background-color: transparent;"></div>
+ <div class="color-option" style="background-color: rgb(234, 234, 234);"></div>
+ <div class="color-option" style="background-color: rgb(199, 199, 199);"></div>
+ <div class="color-option" style="background-color: rgb(145, 145, 145);"></div>
+ <div class="color-option" style="background-color: rgb(91, 91, 91);"></div>
+ <div class="color-option" style="background-color: rgb(0, 0, 0);"></div>
+ <div class="color-option" style="background-color: rgb(41, 253, 47);"></div>
+ <div class="color-option" style="background-color: rgb(36, 36, 251);"></div>
+ <div class="color-option" style="background-color: rgb(44, 253, 253);"></div>
+ <div class="color-option" style="background-color: rgb(236, 53, 155);"></div>
+ <div class="color-option" style="background-color: rgb(253, 240, 72);"></div>
+ <div class="color-option" style="background-color: rgb(252, 36, 36);"></div>
+ </div>
+ </div>
+ <div class="yvp-tabcontent effects">
+ <div class="yvp-effect none">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Plain</div>
+ </div>
+ <div class="yvp-effect dropshadow">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Shadow</div>
+ </div>
+ <div class="yvp-effect raised">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">raised</div>
+ </div>
+ <div class="yvp-effect depressed">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Lowered</div>
+ </div>
+ <div class="yvp-effect uniform">
+ <p>Aa</p>
+ <div class="yvp-cc-effect-header">Outline</div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-cc-style-preview" style="font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 255); background-color: rgba(0, 0, 0, 0.75);">
+ <div class="yvp-cc-options-message">Captions will look like this</div>
+ </div>
+ </div>
+ </div>
+ <div class="yvp-docked-close-button"></div>
+ </div>
+ </div>
+ <div class="yvp-top-bar">
+ <a class="yvp-provider-logo" target="_blank" aria-hidden="true" data-rapid_p="7"></a>
+ <div class="yvp-content-type hide" tabindex="0" aria-label=""></div>
+ </div>
+ <div class="yvp-playing-item-title"></div>
+ <div class="yvp-custom-controls"></div>
+ <div class="yvp-object-overlay"></div>
+ <div class="yvp-mute-indicator"></div>
+ <div class="yvp-ads-overlay"></div>
+ <div class="cc-element yvp-hide" style="font-family: Arial,Helvetica,sans-serif; font-size: 20px; color: rgb(255, 255, 255);"><span style="background-color: rgba(0, 0, 0, 0.75); line-height: 0; padding: 0px;"></span></div>
+ <div class="yvp-error-screen">
+ <img class="yvp-error-screen-image" src="" />
+ <div class="yvp-error-screen-background"></div>
+ <div class="yvp-error-title">Video Not Available</div>
+ <div class="yvp-error-desc" id="yvp-error-message">Unfortunately, this video is not available in your region.</div>
+ <div class="yvp-error-code">SS-100-202</div>
+
+ </div>
+ </div>
+ <div class="yvp-docked-meta">
+ <div class="yvp-docked-title"></div>
+ <div class="yvp-docked-provider"></div>
+ </div>
+ </div>
+ </div>
+
+
+ <div class="player-maestro hide-ss nextgen-player">
+ <div class="splash-screen Pos-a T-0 B-0 Start-0 End-0">
+
+
+ <p class="title M-0">Photo of Baby Wrapped in US Flag Seen as Unpatriotic</p>
+
+ </div>
+
+ <div class="pause-screen Pos-a T-0 B-0 Start-0 End-0" data-uuid="8ea6cae9-52c8-3c54-9b51-a4111390fd49" id="yui_3_18_1_1_1481706756324_672">
+
+
+
+ <div class="maestro-text Pos-a Start-0 End-0 T-0 B-0">
+ <span class="Fz-l Mt-0 Mb-10 now-watching ps-elm Pos-r">Now watching</span>
+
+ <p class="starts-in Fz-l Mt-0 im-elm">
+ <button class="flat pause-countdown Cur-p" data-rapid_p="1"><i class="Icon Fz-s"></i></button>
+ <button class="flat play-countdown Cur-p" data-rapid_p="2"><i class="Icon Fz-s"></i></button>
+ <span class="start-message">Next video starts in : <span class="countdown">7</span></span>
+ <span class="next-message">Play</span>
+ </p>
+ <p class="title Mt-0 Mb-10">Photo of Baby Wrapped in US Flag Seen as Unpatriotic</p>
+
+ <div class="th-sh-wrap">
+
+ <div class="cur-pause Pos-a End-0 Mend-20 B-0 Mb-40 Z-0 P-10 Cur-P im-elm">
+ <div class="thumb-wrapper">
+
+ </div>
+ </div>
+ </div>
+
+
+
+ <div class="upnext-pause Pos-a End-0 B-0 Mb-50 Z-0 P-0 Cur-P ps-elm">
+ <div class="thumb-wrapper">
+
+ </div>
+ </div>
+
+ <button class="flat Pos-a T-50 Start-50 play-btn ctrl ps-elm" data-rapid_p="3"><i class="Icon Fz-2xl"></i></button>
+ <button class="flat Pos-a T-50 Start-50 pause-btn ctrl ps-elm" data-rapid_p="4"><i class="Icon Fz-2xl"></i></button>
+ </div>
+
+
+ </div>
+
+
+ <div class="upnext-tease Pos-a B-0 End-0 Mend-20 Mb-40 hide-tease">
+
+ </div>
+
+ </div>
+
+
+
+
+
+ </div>
+
+
+ <div class="pl-list Pos-a">
+
+
+ </div>
+
+
+ </div>
+
+ </div>
+
+
+
+
+ <!-- Schema.org Microdata -->
+ <div class="D-n" itemprop="video" itemscope="" itemtype="https://schema.org/VideoObject" data-model="VideoMetadata@VideoMetadata">
+ <meta itemprop="name" content="Photo of Baby Wrapped in US Flag Seen as Unpatriotic" />
+ <meta itemprop="description" content="Critics say the photo of little Landon wrapped in a flag is disrespectful to Old Glory." />
+
+
+
+ <meta itemprop="url" content="https://gma.yahoo.com/video/photo-baby-wrapped-us-flag-122124162.html" />
+ <meta itemprop="embedURL" content="https://gma.yahoo.com/video/photo-baby-wrapped-us-flag-122124162.html?format=embed" />
+
+
+ <meta itemprop="thumbnailUrl" content="https://s1.yimg.com/uu/api/res/1.2/O5gmnj40BHRCF42sS8HkTA--/Zmk9ZmlsbDtweW9mZj0wO3c9MjA4O2g9MTE3O3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975" />
+
+ <meta itemprop="videoQuality" content="hd" />
+ <meta itemprop="duration" content="PY0M0D0TH0M2S20" />
+
+
+ <meta itemprop="userInteraction" content="UserPlays:124,700" />
+
+
+ <meta itemprop="datePublished" content="2015-03-12T13:11:07Z" />
+
+
+ <meta itemprop="dateCreated" content="2015-03-12T12:21:24Z" />
+
+
+ <span itemprop="provider" itemscope="" itemtype="https://schema.org/Organization">
+ <meta itemprop="name" content="ABC News Videos" />
+ <meta itemprop="url" content="http://www.abc.com" />
+
+ </span>
+
+
+ <span itemprop="isPartOf" itemscope="" itemtype="https://schema.org/Series">
+ <meta itemprop="name" content="Good Morning America" />
+ </span>
+
+
+ </div>
+ <!-- Schema.org Microdata -->
+
+
+
+
+ </div>
+ </div>
+ </div>
+ </div>
+ <script>
+ YMedia.applyConfig({
+ "groups": {
+ "td-applet-videoplayer": {
+ "base": "https://s.yimg.com/os/mit/td/td-applet-videoplayer-0.3.1019/",
+ "root": "os/mit/td/td-applet-videoplayer-0.3.1019/",
+ "combine": true,
+ "filter": "min",
+ "comboBase": "https://s.yimg.com/zz/combo?",
+ "comboSep": "&amp;"
+ }
+ }
+ });
+ </script>
+ <script>
+ window.Af = window.Af || {};
+ window.Af.bootstrap = window.Af.bootstrap || {};
+ window.Af.bootstrap["24330366287688580"] = {
+ "applet_type": "td-applet-videoplayer",
+ "models": {
+ "video-playlist": {
+ "yui_module": "td-applet-video-playlist-model",
+ "yui_class": "TD.Applet.VideoPlaylistModel"
+ },
+ "applet_model": {
+ "models": ["video-playlist"],
+ "data": {
+ "sapi": {
+ "id": "8ea6cae9-52c8-3c54-9b51-a4111390fd49"
+ },
+ "player_config": {
+ "autoplay": true,
+ "carousel": false,
+ "comscoreC4": "News",
+ "continuousPlay": true,
+ "chromeless": false,
+ "disable_vp_beacons": "0",
+ "enableSnapItAPI": false,
+ "endscreen": false,
+ "expBucket": "",
+ "expName": "grandslam",
+ "expType": "story",
+ "lang": "en-US",
+ "loop": false,
+ "mute": false,
+ "newNFLBranding": false,
+ "pageSpaceId": "1197056126",
+ "pausescreen": false,
+ "playinlinevideos": true,
+ "playlist": {},
+ "region": "US",
+ "site": "gma",
+ "startscreen": {
+ "showTitle": 1,
+ "showProvider": 1,
+ "showDesc": 0
+ },
+ "startTime": 0,
+ "synd": false,
+ "showFujiUI": false,
+ "CMS": {
+ "env": "prod",
+ "suppressAdContext": false
+ },
+ "YVAP": {
+ "accountId": "145",
+ "playContext": "gma",
+ "timeout": 3
+ }
+ },
+ "switches": {
+ "enableClientOverride": false,
+ "enableDarlaRefresh": true,
+ "enableDeferredInit": true,
+ "enableDeferredPrefetch": false,
+ "enableHashControls": true,
+ "enableHTML5": false,
+ "enableJsUrlOnly": true,
+ "enableNFLNow": false,
+ "enableMockDarla": false,
+ "enableNSEvents": true,
+ "enableChat": false,
+ "enableChatTabFirst": false,
+ "enableFindTicketTop": false,
+ "enablePlaylistUI": false,
+ "isPlaylistEnabled": true,
+ "isUpdateUrlEnabled": false,
+ "isUpdateCommentsEnabled": false,
+ "isCachePosition": false,
+ "isSharebarEnabled": false,
+ "isMobileShareBar": false,
+ "isProviderLogosEnabled": false,
+ "isMoreChannelsEnabled": false,
+ "isLargeSharebarEnabled": false,
+ "isGripEnabled": true,
+ "isTeaser": false,
+ "isThisRapidEnabled": true,
+ "isMetadataEnabled": false,
+ "isIntermezzoEnabled": true,
+ "isPlayerMaestroEnabled": true,
+ "isMaestroPauseEnabled": true,
+ "isPauseEmbedCodeEnabled": false,
+ "isUpnextTeaseEnabled": true,
+ "isPremiumTeaseEnabled": false,
+ "isTestModeEnabled": false,
+ "isUseH1": false,
+ "isLocalShareXHREnabled": false,
+ "isStickyEnabled": false,
+ "isAutoPlay": true
+ },
+ "first_videoid": "",
+ "first_videometa": {
+ "id": "8ea6cae9-52c8-3c54-9b51-a4111390fd49",
+ "title": "Photo of Baby Wrapped in US Flag Seen as Unpatriotic",
+ "show_name": "Good Morning America",
+ "preview_video_uuid": null,
+ "duration": 140,
+ "alias_name": "cavideo=photo-baby-wrapped-us-flag-122124162",
+ "provider_name": "ABC News Videos",
+ "provider_id": "video.abcnewsplus.com",
+ "provider_object_ref": "7de8a6c2-ed71-345d-b8d7-ef4ce86f24fd",
+ "publish_time": "2015-03-12T13:11:07Z",
+ "provider_publish_time": "2015-03-12T12:21:24Z",
+ "streaming_url": "https://video.media.yql.yahoo.com/v1/hls/8ea6cae9-52c8-3c54-9b51-a4111390fd49?region=US",
+ "description": "Critics say the photo of little Landon wrapped in a flag is disrespectful to Old Glory.",
+ "share_link": "https://screen.yahoo.com/photo-baby-wrapped-us-flag-122124162.html",
+ "thumbnails": [{
+ "tag": "original",
+ "url": "https://s1.yimg.com/uu/api/res/1.2/2A.0kNTXEsXzhrPJV_0jUg--/dz0xMjgwO2g9NzIwO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975",
+ "width": 1280,
+ "height": 720
+ }, {
+ "tag": "208x117",
+ "url": "https://s1.yimg.com/uu/api/res/1.2/O5gmnj40BHRCF42sS8HkTA--/Zmk9ZmlsbDtweW9mZj0wO3c9MjA4O2g9MTE3O3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975",
+ "width": 208,
+ "height": 117
+ }, {
+ "tag": "640x360",
+ "url": "https://s1.yimg.com/uu/api/res/1.2/PYkmu.4aokTzBJ3y.Sp9FA--/Zmk9ZmlsbDtweW9mZj0wO3c9NjQwO2g9MzYwO3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975",
+ "width": 640,
+ "height": 360
+ }, {
+ "tag": "956x538",
+ "url": "https://s1.yimg.com/uu/api/res/1.2/EWFzf3HS_WkdUsVs6ikztQ--/Zmk9ZmlsbDtweW9mZj0wO3c9OTU2O2g9NTM4O3NtPTE7YXBwaWQ9eXRhY2h5b24-/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975",
+ "width": 956,
+ "height": 538
+ }, {
+ "tag": "original_raw",
+ "url": "https://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975",
+ "width": 1280,
+ "height": 720
+ }],
+ "channels": [{
+ "id": "c5930bb0-e192-11e3-b7f7-34e3a4d896fb",
+ "name": "ABC News Videos",
+ "alias_name": "abcnews",
+ "brand_logo": null,
+ "dock_logo": null,
+ "lang": null,
+ "region": null,
+ "homerun_logo": null,
+ "is_category": false,
+ "is_featured": false,
+ "is_visible": false,
+ "is_logical": null,
+ "displayShowName": false,
+ "nav_badge_new": false,
+ "default_parent_channel": null,
+ "videos": null,
+ "brand_logo_new": null,
+ "brand_name": null,
+ "brand_banner": null,
+ "instrument": null,
+ "follow_count": null,
+ "list_query_rules": null,
+ "space_id": "",
+ "ads_types": [],
+ "source_type": null,
+ "description": null,
+ "last_modified": null,
+ "sort_options": ["popular", "editorial"],
+ "tags": ["ymedia:device=full", "ymedia:type=collection", "ymedia:index=1", "ygma:region=US", "ymedia:list_type=static", "ymedia:type=list", "ymedia:collection_is_hidden", "ymedia:collection_type=playlist", "ymedia:collection_video_channel"],
+ "cast_crew": null,
+ "series_info": null,
+ "canonical_url": null
+ }],
+ "view_count": "124,700",
+ "concurrent_view_count": 1,
+ "concurrent_viewer_count": 1,
+ "create_date": "2015-03-12T12:21:24Z",
+ "copyright": "",
+ "credits": [],
+ "instrument": null,
+ "playcontext": {
+ "playcontext_node": {
+ "id": "gma",
+ "path": "gma",
+ "tags": ["ymedia:provider_id=GMA", "ymedia:provider_id=video.abcnewsplus.com"],
+ "weight": 99
+ }
+ },
+ "ads": {
+ "hotlist_path": "/site/news/gma/lifestyle/parenting",
+ "site_hierarchy_path": "lifestyle/parenting",
+ "spaceid": "2145689530"
+ },
+ "canonical_url": "https://gma.yahoo.com/video/photo-baby-wrapped-us-flag-122124162.html",
+ "source_canonical_url": "https://gma.yahoo.com/video/photo-baby-wrapped-us-flag-122124162.html",
+ "clickthrough_url": "https://gma.yahoo.com/video/photo-baby-wrapped-us-flag-122124162.html",
+ "hrefLang": null,
+ "beacon_urls": [],
+ "tags": ["ymedia:index=video", "video:quality=hd", "dev_build:1.0.0.18_001", "ymedia:type=cavideo", "transcoding-system:yip", "ComscoreC6=gma", "ymedia:provider_id=GMA", "ad-targeting:category=yParenting", "ymedia:provider_id=video.abcnewsplus.com", "iptc:subject=14006001", "ymedia:hosted=yes", "ymedia:series_name=Good Morning America", "ygma:region=us", "ymedia:provider_category=GMA/LifeStyle/Parenting", "yct:001000295", "ymovies:region=us", "ymedia:provider_channel=Lifestyle", "yfinance:Tier=10", "ynews:region=us", "membership:list=f5647e39-8ba6-4b80-8b46-9e50bc621447", "yct:001000288"],
+ "provider": {
+ "provider_id": "video.abcnewsplus.com",
+ "provider_object_ref": "7de8a6c2-ed71-345d-b8d7-ef4ce86f24fd",
+ "name": "ABC News Videos",
+ "atlas_account_name": null,
+ "secure_interval": null,
+ "secure_key": null,
+ "serving_protocol": null,
+ "provider_url": "http://www.abc.com",
+ "provider_guid": "29a257c9-58a2-3382-8212-2f916e65c4b8"
+ },
+ "tumblrpost": null,
+ "nflplayers": [],
+ "nflteams": [],
+ "isEmbeddable": false,
+ "yctInfo": null,
+ "finance_ticker": null,
+ "event_start": 0,
+ "event_end": 0,
+ "live_state": null,
+ "ts_update": 1426169765275,
+ "fairplay_content_key": null,
+ "series_info": null,
+ "cur_channel_alias": "gma",
+ "short_description": "",
+ "url_alias": "photo-baby-wrapped-us-flag-122124162",
+ "formatted_credits": {},
+ "vanity_url": "/gma/photo-baby-wrapped-us-flag-122124162.html",
+ "channel": {
+ "id": "c5930bb0-e192-11e3-b7f7-34e3a4d896fb",
+ "name": "ABC News Videos",
+ "alias_name": "abcnews",
+ "brand_logo": null,
+ "dock_logo": null,
+ "lang": null,
+ "region": null,
+ "homerun_logo": null,
+ "is_category": false,
+ "is_featured": false,
+ "is_visible": false,
+ "is_logical": null,
+ "displayShowName": false,
+ "nav_badge_new": false,
+ "default_parent_channel": null,
+ "videos": null,
+ "brand_logo_new": null,
+ "brand_name": null,
+ "brand_banner": null,
+ "instrument": null,
+ "follow_count": null,
+ "list_query_rules": null,
+ "space_id": "",
+ "ads_types": [],
+ "source_type": null,
+ "description": null,
+ "last_modified": null,
+ "sort_options": ["popular", "editorial"],
+ "tags": ["ymedia:device=full", "ymedia:type=collection", "ymedia:index=1", "ygma:region=US", "ymedia:list_type=static", "ymedia:type=list", "ymedia:collection_is_hidden", "ymedia:collection_type=playlist", "ymedia:collection_video_channel"],
+ "cast_crew": null,
+ "series_info": null,
+ "canonical_url": null
+ }
+ },
+ "channel_alias": "gma",
+ "parent_alias": null,
+ "channel_id": "c5930bb0-e192-11e3-b7f7-34e3a4d896fb",
+ "vanity_path": false,
+ "mode": "embedtron",
+ "submode": "",
+ "playlist_data": {
+ "video-playlist": false,
+ "playlist-grouped": {
+ "videos": []
+ }
+ },
+ "apiURL": "/_td_api",
+ "playlist_count": 10,
+ "exposed_config": {
+ "embedded": false,
+ "fbAppId": "90376669494",
+ "twitterAppId": "Yahoo",
+ "blankImg": "https://s.yimg.com/g/images/spaceball.gif",
+ "useVanityPath": false,
+ "vanityPath": false,
+ "useLiveVanityPath": false,
+ "haltLinkClicks": true,
+ "features": {},
+ "cometUrl": {},
+ "xhrBatches": 1,
+ "bestList": [],
+ "pageDirection": "ltr",
+ "imageSizes": "208x117,640x360,956x538",
+ "enableMagazines": false,
+ "currentUrl": "https://gma.yahoo.comundefined/_remote/?m_id=td-applet-videoplayer&amp;m_mode=fragment&amp;default_appletinit=critical&amp;mode=embedtron&amp;contentType=article&amp;enable_ns_events=1&amp;expName=grandslam&amp;expType=story&amp;content_id=4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c&amp;bucket=&amp;spaceid=1197056126&amp;site=gma&amp;region=US&amp;lang=en-US&amp;videoId=8ea6cae9-52c8-3c54-9b51-a4111390fd49&amp;mod_id=td-applet-videoplayer-lead&amp;enable_vp_js=0&amp;includeVpJs=0&amp;relatedSource=related&amp;channelAlias=gma&amp;vp=1&amp;nolz=1&amp;y_proc_embeds=1&amp;y_map_urn=urn%3Armp%3Alite&amp;_product_version=v2sg&amp;r_inc=1&amp;y_embed_blob_hdr=0&amp;_sig=k9BpALc.QvHESlwcaA7zduCIcQU-",
+ "useCanonicalShareUrl": false,
+ "controlsObject": {}
+ },
+ "query": {
+ "m_id": "td-applet-videoplayer",
+ "m_mode": "fragment",
+ "default_appletinit": "critical",
+ "mode": "embedtron",
+ "contentType": "article",
+ "enable_ns_events": "1",
+ "expName": "grandslam",
+ "expType": "story",
+ "content_id": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "bucket": "",
+ "spaceid": "1197056126",
+ "site": "gma",
+ "region": "US",
+ "lang": "en-US",
+ "videoId": "8ea6cae9-52c8-3c54-9b51-a4111390fd49",
+ "mod_id": "td-applet-videoplayer-lead",
+ "enable_vp_js": "0",
+ "includeVpJs": "0",
+ "relatedSource": "related",
+ "channelAlias": "gma",
+ "vp": "1",
+ "nolz": "1",
+ "y_proc_embeds": "1",
+ "y_map_urn": "urn:rmp:lite",
+ "_product_version": "v2sg",
+ "r_inc": "1",
+ "y_embed_blob_hdr": "0",
+ "_sig": "k9BpALc.QvHESlwcaA7zduCIcQU-",
+ "chrome": 1,
+ "header": false,
+ "footer": false,
+ "toolbar": 0,
+ "initStencil": 0,
+ "initApplet": 0,
+ "disableAppClass": true
+ },
+ "mode_config": {
+ "switches": {
+ "enable_deferred_init": "1",
+ "enable_grip": "1",
+ "enable_hashcontrols": "1",
+ "enable_inline_assets": "1",
+ "enable_sharebar": "0",
+ "enable_startscreen": "1",
+ "enable_intermezzo": "1",
+ "enable_maestro": "1",
+ "enable_ns_events": "1",
+ "enable_upnexttease": "1",
+ "_enable_playerjs_url_only": "1",
+ "vp": "0",
+ "tasks": {
+ "enable_serverside_video": "1"
+ }
+ },
+ "inline_assets": {
+ "css": ["embedtron-desktop", "maestro-desktop"]
+ }
+ },
+ "channel_params": {},
+ "device": "desktop",
+ "sharing_url": null,
+ "render_timeout": false,
+ "subscribe": false,
+ "signedIn": false
+ }
+ }
+ },
+ "views": {
+ "main": {
+ "yui_module": "td-videoplayer-mainview",
+ "yui_class": "TD.Applet.VideoPlayer.MainView"
+ }
+ },
+ "templates": {
+ "main": {
+ "yui_module": "td-applet-videoplayer-templates-main",
+ "template_name": "td-applet-videoplayer-templates-main"
+ }
+ },
+ "i18n": {
+ "ADD_TO_WATCH_LATER": "Add To Watch Later",
+ "ADDED_TO_WATCH_LATER": "Added To Watch Later",
+ "ALL": "All",
+ "ALL_VIDEOS": "All Videos",
+ "BACK_TO_SWIPING": "Back to swiping",
+ "BY": "by",
+ "CHANNEL_INFO": "Channel info",
+ "CLIPS": "Clips",
+ "CLOSE": "Close",
+ "COMMENTS": "Comments",
+ "EMBED": "Embed",
+ "EPISODES": "Episodes",
+ "FOLLOW": "Follow",
+ "GENERIC_VIDEO_ERROR": "Sorry, video currently not available",
+ "GUIDE": "Guide",
+ "INFO": "info",
+ "LESS": "Less",
+ "LIKE": "Like",
+ "LINK": "Link",
+ "LOAD_MORE": "Load More",
+ "LOADING_PAYMENT_FORM": "Loading Payment Form...",
+ "LOGIN": "login",
+ "MORE": "More",
+ "MORE_FROM": "More From",
+ "MORE_VIDEOS": "More Videos",
+ "MINS": "mins",
+ "MUST_WATCH": "Must Watch",
+ "NFL": "NFL",
+ "NFL_SIGN_IN": "NFL",
+ "NFL_TRACKER": "Tracker",
+ "NFL_PLAYERS": "Players",
+ "NFL_TEAMS": "Teams",
+ "NFL_SIGN_IN_TOOLTIP": "Unlock your personal NFL Now stream by signing in to NFL.com",
+ "NFL_SIGN_IN_TOOLTIP_BUTTON": "START",
+ "NFL_SIGN_OUT_TOOLTIP": "Sign out of NFL Now",
+ "NFL_TRACKER_TOOLTIP": "Follow your favorite NFL teams and players",
+ "NO_EMBED_RIGHTS": "This video cannot be embedded due to provider license restrictions.",
+ "NOW_PLAYING_FULL_VIDEO": "Now playing the full video",
+ "NOW_WATCHING": "Now watching",
+ "PAUSED": "Paused",
+ "PAY": "Pay",
+ "PAYMENT_SUCCESS_MSG": "Payment Successful",
+ "PLAY": "Play",
+ "PLAYING_PREVIEW": "Playing Preview",
+ "PREMIUM": "Premium",
+ "PREMIUM_VIDEO": "Premium Video",
+ "REBLOG": "Reblog",
+ "REMOVE": "Remove",
+ "REMOVE_FROM_WATCH_LATER": "Remove From Watch Later",
+ "REMOVED_FROM_WATCH_LATER": "Removed From Watch Later",
+ "REMOVE_FROM_WATCH_HISTORY": "Remove From Watch History",
+ "REMOVED_FROM_WATCH_HISTORY": "Removed From Watch History",
+ "REPLAY_VIDEO": "Replay video",
+ "RESUME_VIDEO": "Resume video",
+ "SHARE": "Share",
+ "SHARE_THIS": "Share this",
+ "SHOW_MORE": "Show more",
+ "SHOW_LESS": "Show less",
+ "SIGN_IN": "Sign in",
+ "SIGN_IN_TO_FOLLOW": "Sign in to follow",
+ "STARTS_IN": "Next video starts in",
+ "SWIPE_FOR_MORE_VIDEOS": "Swipe for more videos",
+ "TITLE": "video-player",
+ "UP_NEXT": "Up next",
+ "WATCH_LATER": "Watch Later",
+ "WATCH_PREVIEW": "Watch Preview",
+ "V_4_U": "Videos for You",
+ "V_AVAIL_4_PURCHASE": "This full-length video is available for purchase"
+ },
+ "transport": {
+ "xhr": "/_td_api"
+ },
+ "context": {
+ "bucket": "",
+ "crumb": "kKRPyOdAXGG",
+ "device": "desktop",
+ "lang": "en-US",
+ "region": "US",
+ "site": "gma"
+ }
+ };
+ </script>
+ </div>
+ </div>
+
+ <div class="body yom-art-content clearfix" itemscope="" itemtype="https://schema.org/Article">
+ <!-- google_ad_section_start -->
+ <meta itemprop="datePublished" content="2015-03-11T19:46:14Z" />
+ <meta itemprop="headline" content="Veteran Wraps Baby in American Flag, Photo Sparks Controversy" />
+ <meta itemprop="alternativeHeadline" content="" />
+ <meta itemprop="image" content="https://media.zenfs.com/en-US/video/video.abcnewsplus.com/559ecdbafdb839129816b5c79a996975" />
+ <meta itemprop="description" content="A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot." />
+ <p>A photographer and Navy veteran is fighting back after a photo she posted to <a id="ramplink_Facebook_" href="http://abcnews.go.com/topics/business/companies/facebook-inc.htm" target="_blank" data-rapid_p="13">Facebook</a> started an online backlash.</p>
+ <p>Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform.</p>
+ <p>Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.</p>
+ <p><a href="http://abcnews.go.com/WNT/video/pizza-patriots-making-special-super-bowl-delivery-troops-28633975" target="_blank" data-rapid_p="14">Pizza Man Making Special Delivery Pizza Delivery to Afghanistan During Super Bowl</a></p>
+ <p><a href="http://abcnews.go.com/Health/superbug-scope-maker-altered-design-make-cleaning-easier/story?id=29417816" target="_blank" data-rapid_p="15">Redesigned Scopes Fail to Stop 'Superbug Outbreaks</a></p>
+ <p><a href="http://abcnews.go.com/Travel/video/antarctica-penguin-post-office-job-attracts-record-number-29247380" target="_blank" data-rapid_p="16">Antarctica 'Penguin Post Office' Attracts Record Number of Applicants</a></p>
+ <p>“This is what he was fighting for, his son wrapped in an American flag,” Hicks told ABC News. However, when she posted the image on her page, she started to get comments accusing her of desecrating the flag.</p>
+ <p>On one Facebook page an unidentified poster put up her picture writing and wrote they found it was “disrespectful, rude, tacky, disgusting, and against the U.S. Flag Code.”</p>
+ <p><span id="yui_3_0_0-2-1426169001600" class="yui-editorial-embed"></span></p>
+ <div class="yom-fig-frame" style="width:100%;text-align:center;margin:auto;"><span id="schemaorg"><div class="yom-figure yom-fig-middle" style="width:630px;"><figure class="cover get-lbdata-from-dom go-to-slideshow-lightbox" data-orig-index="2"> <a class="cover-anchor" name="cover-c9b69c1a26e19ae9fe744763dc31e9ac" id="cover-c9b69c1a26e19ae9fe744763dc31e9ac" data-rapid_p="17"></a><div class="cta-overlay"><span class="clearfix title cta-text medium"></span>
+ <p class="cta-text large">View photo</p><span class="icon-slideshow icon-white-slideshow">.</span></div><img alt="Vanessa Hicks" class="editorial lzbg" data-preembed="image" src="https://s3.yimg.com/bt/api/res/1.2/GNtA09EDJWzWfpBzGYJS0Q--/YXBwaWQ9eW5ld3NfbGVnbztxPTg1O3c9NjMw/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_flag_baby_jtm_150311_16x9_992.jpg" style="background-image:url('https://s3.yimg.com/bt/api/res/1.2/GNtA09EDJWzWfpBzGYJS0Q--/YXBwaWQ9eW5ld3NfbGVnbztxPTg1O3c9NjMw/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_flag_baby_jtm_150311_16x9_992.jpg'); " title="Vanessa Hicks" width="630" /></figure>
+ <p class="legend">Vanessa Hicks</p>
+ </div>
+ </span>
+ </div>The Federal Flag Code has guidelines for the proper treatment of the U.S. Flag but there are no rules for punishment related to violations. In the past, the <a href="http://abcnews.go.com/topics/news/us/supreme-court.htm" target="_blank" data-rapid_p="18">Supreme Court</a> has found that people are protected from punishment under the First Amendment for manipulating or even burning the flag.
+ <p></p>
+ <p>Hicks said she was surprised when messages suddenly started to pop up on her Facebook page and even her own website criticizing her photos.</p>
+ <p>She said she stayed up until 4 a.m. recently to take down comments from her business and company page, even on shoots that had nothing to do with the flag.</p>
+ <p>“I know how low I felt during those first few hours,” said Hicks. “[I felt] am I not a good American or veteran or wife. It’s a train-wreck you can’t help but watch.”</p>
+ <p>As Hicks tried to stop the comments from taking over her pages, others started to take notice and her picture went viral on social media sites. After that, Hicks found that many people, both military and civilian, told her they did not find the picture offensive.</p>
+ <p>“I have seen first-hand what is desecration of the flag,” Hicks said of her time in the military. “At the end of the day I didn’t do anything that disrespected this flag.”</p>
+ <p>Hicks, whose husband is still on active duty in the Navy, said the flag is a symbol of U.S. freedoms including the First Amendment right to free speech.</p>
+ <p>“[My husband] wouldn’t die for a flag, he would die for the freedoms that this country offers,” she told ABC News.</p>
+ <p>After her story grabbed local headlines, Hicks has been inundated by requests for photos shoots, and she said she plans to give 15 percent of all profits related to these shoots to the USO.</p>
+ <ul id="topics" class="hidden">
+ <li data-id="YCT:001000661">Politics &amp; Government</li>
+ <li data-id="YCT:001000031">Arts &amp; Entertainment</li>
+ <li data-id="WIKIID:Flag_of_the_United_States">American flag</li>
+ </ul>
+ <!-- google_ad_section_end -->
+ </div>
+ </div>
+
+ </section>
+ <div class="yom-remote">
+ <div class="" id="mediaapeappletcanvass_container">
+ <div id="applet_24053652936908468" class="App_v2 js-applet" data-i13n="auto:true;sec:cmmts" data-i13n-sec="cmmts" data-applet-guid="24053652936908468" data-applet-type="td-applet-canvass">
+ <div class="App-Bd">
+ <div class="App-Main" data-region="main">
+ <div class="js-applet-view-container-main">
+
+
+
+ <form id="reply-form" class="reply-form Dn">
+
+ <div class="login-cta"><a href="#comments" class="login-link rapidnofollow" data-ylk="itc:1;elm:btn;outcm:sign-in;">Sign in to post a reply.</a></div>
+
+ </form>
+
+ <form class="abuse-form Dn">
+ <div class="abuse-caret"></div>
+ <div class="intro">Sorry you didn't like this comment. Please provide a reason below.</div>
+ <div class="container">
+ <label class="placeholder-label Dn">Please explain (optional)</label>
+ <div class="expandingArea active Pos-r">
+ <pre class="M-0 P-6 Bgc-t"><span name="reason-mirror"></span><br /></pre>
+ <textarea rows="1" name="reason" class="M-0 P-6 Bgc-t Bxz-bb Bxsh-n W-100 Bdrs-0" placeholder="Please explain (optional)"></textarea>
+ </div>
+ <div class="alert-list error-box P-10 Dn"></div>
+ <div class="new-abuse-controls">
+ <button type="button" class="report-btn Btn Fz-m Primary Fl-end Mt-0 Mb-0 C-button">Report</button>
+ <button type="button" class="show-abuse-form cancel-btn Btn Fz-m Primary Fl-end Mend-4 Mt-0 Mb-0 C-button">Cancel</button>
+ <button type="button" class="show-abuse-form close-btn Btn Fz-m Primary Fl-end Mend-4 Mt-0 Mb-0 Dn">Close</button>
+ <div class="Cl-b"></div>
+ </div>
+ <div class="Cl-b"></div>
+ </div>
+ </form>
+
+ <form class="delete-form Dn">
+ <div class="abuse-caret"></div>
+ <div class="intro">Are you sure?</div>
+ <div class="container">
+ <div class="alert-list error-box P-10 Dn"></div>
+ <button type="button" class="delete-btn Btn Fz-m Primary Fl-end Mt-0 Mb-0 C-button">Delete</button>
+ <button type="button" class="show-delete-form Btn Fz-m Primary Fl-end Mend-4 Mt-0 Mb-0 C-button">Cancel</button>
+ <div class="Cl-b"></div>
+ </div>
+ </form>
+
+
+ <div id="tooltip-login" class="Dn">
+ <div class="P-20"><a href="#comments" class="login-link rapidnofollow">Please sign in.</a></div>
+ </div>
+ <div id="tooltip-rating-failed" class="Dn">
+ <div class="P-20">Rating failed. Try again.</div>
+ </div>
+ <div id="tooltip-request-failed" class="Dn">
+ <div class="P-20">Request failed. Try again.</div>
+ </div>
+ <div id="tooltip-promoted-comment" class="Dn">
+ <div class="P-10">We will promote constructive and witty comments to the top, so everyone sees them!</div>
+ </div>
+
+ <div id="all-comments-view" class="td-applet-canvass desktop top-border Pos-r My-20 C-line">
+ <div class="comments-failed error-box P-10 Dn">Sorry, we can’t load comments right now. Try again.</div>
+ <button class="view-comments Btn Ta-start Mt-10 Bdtrrs-0 Bdtlrs-0 Dn C-news rapid-noclick-resp" data-ylk="slk:Comments;"><i class="Icon-Fp2 IconComments Va-tt Mend-6 text-bubble"></i><span class="label">Comments</span> <span class="comment-count-label">(10580)</span></button>
+ <form class="comment-form Pt-8 Dn">
+
+ <div class="login-cta"><a href="#comments" class="login-link rapidnofollow" data-ylk="itc:1;elm:btn;outcm:sign-in;">Sign in to post a comment.</a></div>
+
+ </form>
+
+ <div class="applet-container Dn Pos-r Pt-8">
+
+ <div class="all-comments Pos-r ">
+
+ <ul class="sorting-tabs">
+ <li class="selected C-line">
+ <a href="#comments" class="sort-option rapidnofollow" data-sort-type="popular" data-ylk="elm:cmmt_sort;itc:1;">Top</a>
+ </li>
+ <li class="C-line">
+ <a href="#comments" class="sort-option rapidnofollow" data-sort-type="createdAt" data-ylk="elm:cmmt_sort;itc:1;">Latest</a>
+ </li>
+ <li class="sort-fail Dimmed Fl-end Dn">
+ Retry sort
+ </li>
+ </ul>
+
+
+ <ul class="comments-container" data-context-id="4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c"></ul>
+ </div>
+ </div>
+
+
+ <button class="refresh-comments Btn Ta-start Mt-0 W-100 Bdtrrs-0 Bdtlrs-0 Dn"><div class="refresh-bubble D-ib P-10 Bdrs-100"><span class="sprite refresh-bubble Pos-r"></span></div> <span class="label">Refresh comments</span></button>
+ <button class="refresh-comment-activity Btn Ta-start Mt-0 W-100 Bdtrrs-0 Bdtlrs-0 Dn"><div class="refresh-bubble D-ib P-10 Bdrs-100"><span class="sprite refresh-bubble Pos-r"></span></div> <span class="label">Refresh comment activity</span></button>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="App-Ft Row"> </div>
+ </div>
+ </div>
+ </div>
+ <div id="mediacontentsharebuttons" class="yom-share-btns-container" style="background-color:#FFFFFF">
+ <div class="share-btns" role="menu">
+ <div class="share-btns-wrap">
+ <div class="share-link-label" style="color:#000000">Share this</div>
+ <div class="share-link-container">
+ <form><input class="share-link" value="https://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html?soc_src=copy" role="textbox" data-rapid_p="1" type="text" /> </form>
+ <a class="share-link-icon hidden" role="button" data-rapid_p="2"><span class="share-link-btn"></span></a>
+ </div>
+ <div class="share-btns-int-container">
+ <div class="share-btns" role="menu">
+ <ul>
+ <li class="share-btn tumblr"><a href="https://www.tumblr.com/share/photo?clickthru=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3Dmediacontentsharebuttons%26soc_trk%3Dtu&amp;caption=A%20photographer%20and%20Navy%20veteran%20is%20fighting%20back%20after%20a%20photo%20she%20posted%20to%20Facebook%20started%20an%20online%20backlash.%20%20Vanessa%20Hicks%20said%20she%20had%20no%20idea%20her%20photo%20would%20be%20considered%20controversial.%20%20The%20photo%2C%20from%20a%20military%20family%E2%80%99s%20newborn%20photo%20shoot%2C%20showed%20a%20newborn%20infant%20wrapped%20in%20an%20American%20flag%20held%20by%20his%20father%2C%20who%20was%20in%20his%20military%20uniform.%20%20Hicks%2C%20a%20Navy%20veteran%20herself%20and%20the%20wife%20of%20an%20active-duty%20Navy%20member%2C%20said%20her%20intention%20was%20to%20honor%20the%20flag%20as%20well%20as%20her%20clients%2C%20who%20wanted%20to%20incorporate%20their%20military%20service%20in%20the%20photo%20shoot.&amp;source=https%3A%2F%2Fs.yimg.com%2Fbt%2Fapi%2Fres%2F1.2%2FqZaM9MLUOrxLg4IfXt_Niw--%2FYXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen-US%2Fvideo%2Fvideo.abcnewsplus.com%2F559ecdbafdb839129816b5c79a996975.cf.png" role="link" title="Share on Tumblr" data-share-key="tumblr" target="_blank" data-rapid_p="3" data-share-sec="sh" data-share-pos="bottom"><span class="Icon btn-icon btn-tumblr small"></span></a></li>
+ <li class="share-btn facebook"><a href="https://www.facebook.com/dialog/feed?app_id=90376669494&amp;redirect_uri=https%3A%2F%2Fgma.yahoo.com%2F_xhr%2Fmediacontentsharebuttons%2Fpostshare%2F%3Fsrc%3Dfb&amp;link=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3Dmediacontentsharebuttons%26soc_trk%3Dfb&amp;picture=https%3A%2F%2Fs.yimg.com%2Fbt%2Fapi%2Fres%2F1.2%2FqZaM9MLUOrxLg4IfXt_Niw--%2FYXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen-US%2Fvideo%2Fvideo.abcnewsplus.com%2F559ecdbafdb839129816b5c79a996975.cf.png&amp;name=Veteran+Wraps+Baby+in+American+Flag%2C+Photo+Sparks+Controversy&amp;description=A+photographer+and+Navy+veteran+is+fighting+back+after+a+photo+she+posted+to+Facebook+started+an+online+backlash.++Vanessa+Hicks+said+she+had+no+idea+her+photo+would+be+considered+controversial.++The+photo%2C+from+a+military+family%E2%80%99s+newborn+photo+shoot%2C+showed+a+newborn+infant+wrapped+in+an+American+flag+held+by+his+father%2C+who+was+in+his+military+uniform.++Hicks%2C+a+Navy+veteran+herself+and+the+wife+of+an+active-duty+Navy+member%2C+said+her+intention+was+to+honor+the+flag+as+well+as+her+clients%2C+who+wanted+to+incorporate+their+military+service+in+the+photo+shoot.&amp;display=popup&amp;show_error=yes" role="link" title="Share on Facebook" data-share-key="facebook" target="_blank" data-rapid_p="4" data-share-sec="sh" data-share-pos="bottom"><span class="Icon btn-icon btn-facebook small"></span></a></li>
+ <li class="share-btn twitter"><a href="https://twitter.com/share?text=Veteran+Wraps+Baby+in+American+Flag%2C+Photo+Sparks+Controversy&amp;url=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3Dmediacontentsharebuttons%26soc_trk%3Dtw&amp;via=GMA" role="link" title="Share on Twitter" data-share-key="twitter" target="_blank" data-rapid_p="5" data-share-sec="sh" data-share-pos="bottom"><span class="Icon btn-icon btn-twitter small"></span></a></li>
+ <li class="share-btn mail"><a href="https://gma.yahoo.com/_xhr/mtf_popup/?url=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3Dmediacontentsharebuttons%26soc_trk%3Dma&amp;site=gma&amp;region=US&amp;lang=en-US&amp;content_id=4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c&amp;alias_id=story%3Dveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories" class="rapid-noclick-resp" role="link" title="Email to friends" data-share-key="mail" target="_blank" data-rapid_p="6" data-share-sec="sh" data-share-pos="bottom"><span class="Icon btn-icon btn-mail small"></span></a></li>
+ </ul>
+ </div>
+ </div>
+
+ <div class="clearfix"></div>
+ </div>
+ </div>
+ </div>
+
+ <div class="yom-remote">
+ <div class="" id="td-applet-stream_container">
+ <style>
+ #Stream .crosshatch {
+ background-image: url(https://s.yimg.com/dh/ap/default/130509/tech_pattern1.png);
+ }
+
+ #Stream .js-stream-drawer,
+ #Stream .js-remove-msg {
+ background-color: #321C59;
+ color: #A298C2;
+ }
+
+ .stream-sfl-header {
+ background-image: url('https://s.yimg.com/dh/ap/default/130908/SFL_Purple_reg.png');
+ background-size: 100%;
+ height: 100px;
+ }
+
+ #Stream .DarkOverlayGradient a:hover {
+ border-bottom: solid 1px #fff;
+ border-bottom: solid 1px rgba(255, 255, 255, 0.5);
+ }
+
+ #Stream .DarkOverlayGradient .adlink:hover {
+ border-bottom: none;
+ }
+
+ #Stream .DarkOverlayGradient-start {
+ color: #fff;
+ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
+ background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
+ background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
+ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
+ }
+
+ #Stream .DarkOverlayGradient-end {
+ color: #fff;
+ background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
+ background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
+ filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
+ }
+
+ #Stream .Lh-115 {
+ line-height: 1.15;
+ }
+
+ #Stream .js-stream-carousel ul {
+ word-wrap: normal \9;
+ }
+
+ #Stream .js-stream-disliked .js-stream-ad-buttons,
+ #Stream .js-stream-fdb-undo {
+ display: none;
+ }
+
+ #Stream li:hover .social-sharing-container {
+ display: inline-block;
+ }
+
+ #Stream .social-sharing-container {
+ top: 5px;
+ }
+
+ #Stream .social-sharing-container .Icon {
+ background-color: #abaeb7;
+ }
+
+ #Stream .social-sharing-container .tumblr-button:hover {
+ background-color: #3c5a77;
+ }
+
+ #Stream .social-sharing-container .facebook-button:hover {
+ background-color: #4761a6;
+ }
+
+ #Stream .social-sharing-container .twitter-button:hover {
+ background-color: #55acee;
+ }
+
+ #Stream .social-sharing-container .mail-button:hover {
+ background-color: #6d329c;
+ }
+
+ #Stream #splCloseBtn {
+ display: none;
+ position: absolute;
+ bottom: -28px;
+ right: 0px;
+ font-family: 'Helevetica Neue', Arial, sans-serif;
+ color: rgb(255, 255, 255);
+ height: 28px;
+ border: 0;
+ border-radius: 3px;
+ width: auto;
+ min-width: 70px;
+ white-space: nowrap;
+ cursor: pointer;
+ z-index: 10000;
+ -webkit-user-select: none;
+ background-color: rgb(192, 192, 192);
+ opacity: 50;
+ font-size: 14px;
+ font-weight: bold;
+ -webkit-backface-visibility: hidden;
+ }
+
+ #Stream .splash-placeholder {
+ -moz-transition: height .3s ease;
+ -webkit-transition: height .3s ease;
+ -ms-transition: height .3s ease;
+ -o-transition: height .3s ease;
+ transition: height .3s ease;
+ }
+
+ #Stream .splashtop {
+ line-height: 0;
+ }
+
+ #Stream .js-cstm-end-screen {
+ background: rgba(0, 0, 0, 0.7);
+ z-index: 30;
+ }
+
+ #Stream .js-cstm-end-screen a {
+ margin-top: 22%;
+ border: thin solid #fff;
+ border-radius: 2px;
+ }
+ /* to allow ad click through */
+
+ #Stream .js-stream-featured-ad .yvp-playing-item-title {
+ z-index: 0;
+ }
+ /* minize control bar to enlarge ad click area and adjust button pos accordingly */
+
+ #Stream .js-stream-featured-ad .yvp-bottom-bar {
+ height: 38px;
+ }
+
+ #Stream .js-stream-featured-ad .yvp-bottom-container {
+ top: 8px;
+ }
+
+ #Stream .js-stream-featured-ad .yvp-state-fullscreen .yvp-bottom-container {
+ top: 2px;
+ }
+
+ @media screen and (orientation:portrait) {
+ #Stream .splashtopsticky {
+ margin-top: 0 !important;
+ position: fixed;
+ top: 47px;
+ z-index: 10000;
+ -webkit-transform: translateZ(0);
+ -moz-transform: translateZ(0);
+ -ms-transform: translateZ(0);
+ -o-transform: translateZ(0);
+ transform: translateZ(0);
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-transition: -webkit-transform .3s ease
+ }
+ #Stream .splashtopsticky #splCloseBtn {
+ display: block;
+ }
+ .uh-scroll #Stream .splashtopsticky {
+ -webkit-transform: translateY(-42px);
+ -moz-transform: translateY(-42px);
+ -ms-transform: translateY(-42px);
+ transform: translateY(-42px);
+ }
+ #Stream .splashtopsticky #splCloseBtn.countdown {
+ display: block;
+ right: 12px;
+ border-radius: 14px;
+ width: 28px;
+ min-width: 28px;
+ }
+ .uh-scroll.uh-splash #Stream .splashtopsticky,
+ .uh-scroll.uh-splash #MobileUH {
+ -webkit-transform: translateY(-97px);
+ -moz-transform: translateY(-97px);
+ -ms-transform: translateY(-97px);
+ transform: translateY(-97px);
+ }
+ }
+
+ @media all and (orientation:landscape) {
+ #Stream #spl-sticky-anchor {
+ height: 0px !important;
+ }
+ }
+ </style>
+ <div id="applet_24106666305898690" class="App_v2 js-applet" data-i13n="auto:true;sec:strm" data-i13n-sec="strm" data-applet-guid="24106666305898690" data-applet-type="td-applet-stream">
+ <div class="App-Hd" data-region="header">
+ <div class="js-applet-view-container-header">
+
+
+
+ <h2 class="HeaderBar Reset Bleed Fz-m Py-8 Px-10 Mt-neg-10" style="*position:absolute;left:0;right:0;*margin-left:0;*margin-right:0;_width:100%">Recommended for You</h2>
+
+
+
+
+ </div>
+ </div>
+ <div class="App-Bd">
+ <div class="App-Main" data-region="main">
+ <div class="js-applet-view-container-main">
+
+ <ul class="Bleed Mt-neg-10 Mb-0 ResetChildren Wow-bw Divided-h" id="Stream">
+
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Alan_Thicke|WIKIID:Growing_Pains|YCT:001000031|YCT:001000069|YCT:001000075|YCT:001000291" data-uuid="16f9f18d-d40a-313b-a0cd-070c86f36465">
+
+ <a href="https://gma.yahoo.com/growing-pains-star-alan-thicke-dead-69-033106505--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:1;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:16f9f18d-d40a-313b-a0cd-070c86f36465;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="&amp;#39;Growing Pains&amp;#39; Star Alan Thicke Dead at 69" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/sCg_Njmwgxk4FoyfmJyosg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-alan-thicke-er-161213_16x9_992.jpg')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/growing-pains-star-alan-thicke-dead-69-033106505--abc-news-topstories.html" data-ylk="cpos:1;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:16f9f18d-d40a-313b-a0cd-070c86f36465;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">'Growing Pains' Star Alan Thicke Dead at 69</a>
+ </h3>
+
+ <p class="Mb-2">Alan Thicke, the actor best-known for his starring role in the 1980s sitcom "Growing Pains," died Tuesday at age 69. A publicist for Thicke's son, Robin, said the actor suffered a heart attack in Los Angeles. Born in Canada, Thicke enjoyed a successful career as a writer, producer and</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Donald_Trump|WIKIID:Ryan_Zinke|WIKIID:Kellyanne_Conway|WIKIID:United_States_Secretary_of_the_Interior|YCT:001000661" data-uuid="ada486f6-2ab7-3c6c-ad90-0c1bfe85c059">
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:4.077em;;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/trump-picks-rep-ryan-zinke-interior-secretary-033106503--abc-news-topstories.html" data-ylk="cpos:2;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:ada486f6-2ab7-3c6c-ad90-0c1bfe85c059;ct:1;pkgt:3;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Trump Picks Rep. Ryan Zinke for Interior Secretary</a>
+ </h3>
+
+ <p class="Mb-2">President-elect Donald Trump today offered Rep. Ryan Zinke of Montana the job of secretary of the interior in his administration, senior Trump adviser Kellyanne Conway said on Fox News tonight.When reached by ABC News, a spokeswoman for Zinke declined to comment on whether he has accepted the position</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li id="ad-32474069017" class=" js-stream-ad-noview Mb-content Bgc-c Cf Pos-r Px-12 Pt-10 Pb-8 " data-beacon="https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=Zv7NRTwGIS9PlEDKmbZLuAyhnT_wOWxOvDc4UBcVLuBExQRZaXHv9Z_oIPzknzLPmTGCXnV3wmYYWEVJhUoFdEc2tGARbxdHvmOtAwUAmDG_nWE688ii8ZGs.CPhh0bzpZVIsqDiBE9dwz2PID5B6Xnxc_2eHpH6hHs5XpPVuygW.egEacfNgWn1_r5lKcS.2_5WP2OCRN6mFF522og1en7zpySl9LDc5oa8V7i1Mq5Lx_Ysp9aQc_s1NiJUqwRBkTz4VYKKQOmn4kyd93v3yTo0.dYBlVzTfUczkwQPGuMD8RyFSkhmhmSoNn4lObLCvcHySZAjv69j3ewOng73dudP.ut_BNJwHSWbb5_vV_qkA4IuUnw59mhRZHCvZGsWzAicFEoFman_ObiT8RVFe4MM&amp;ap=3">
+
+ <a href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=_EyQATMGIS8JBPPVxp2hqZgyzs_01BpGtKX98b0BOXU67G4QpKxsgMsqA2wXXjzyf5QcUtnFvTwKfyDIgir2mMNxxFevzUTSjSd5W7V52uQJkEdOA7WPPTHXGdJfz3JuS2oEAXMezQ4DUlNT3EQohO0sENVDcRABda0CP70rfLiBc3N3o_3tAZK7j4oTkbVSZXECyJB9W_g_P2m8u4qPKqXyChjt8J1717PN83H5Ig1FsSR6XGCMTJQCRtKuR1r4h4.4FnTy2gL5UBbTdNN8owlSSuy9b3rMLCyJewIzqj_lPHqbxmTQuxHdZURQGsmsUjAINUY_7K.tAo0WQFvSK.6he4as5O8d.S0Ja5qdPkN3_T21MVycgPUntTVFNqBdDBCjEocCrk_02Afph6Ey7W6Hk1MdzstgG2sI0PQbGq6ApN1EdrOk2hpgC3jbABrZnsG4oTxbPjDB2OTz_93vOm8aYVEWI54E2gRWGwzRh_oNvX2eMBvQ6ScMdmn3jGyFkUsYicv9QwcRT5r0lxM_6Mgu.4VRMA59G6hHw9K1HcY8HPZdE84ZLEOHk2Jy2Jq._wNAApOp9_kt4c1qHBdQHO3B.cr29vczq0N2b0Lj5pmDQvHrUP3cuBn1hNMJtaG0wUeYXI0Ftw--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia" target="_blank" tabindex="-1" aria-hidden="true" data-ylk="cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32474069017;ct:1;pkgt:4;elm:img;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Ta-end" style="width:82px;">
+ <img src="https://s.yimg.com/uu/api/res/1.2/NKp6SzyjFLstHsK_F3XPng--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/a7e2aee2ff701ba5de82f3b1f5180f46.jpeg" alt="IFC Markets. Forex &amp; CFD trading" height="82" width="82" />
+ </a>
+
+ <div class="Bfc">
+
+ <h3 class="Fw-b Fz-m Lh-115 Mb-2 Mt-neg-1 Mend-70">
+ <a href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=_EyQATMGIS8JBPPVxp2hqZgyzs_01BpGtKX98b0BOXU67G4QpKxsgMsqA2wXXjzyf5QcUtnFvTwKfyDIgir2mMNxxFevzUTSjSd5W7V52uQJkEdOA7WPPTHXGdJfz3JuS2oEAXMezQ4DUlNT3EQohO0sENVDcRABda0CP70rfLiBc3N3o_3tAZK7j4oTkbVSZXECyJB9W_g_P2m8u4qPKqXyChjt8J1717PN83H5Ig1FsSR6XGCMTJQCRtKuR1r4h4.4FnTy2gL5UBbTdNN8owlSSuy9b3rMLCyJewIzqj_lPHqbxmTQuxHdZURQGsmsUjAINUY_7K.tAo0WQFvSK.6he4as5O8d.S0Ja5qdPkN3_T21MVycgPUntTVFNqBdDBCjEocCrk_02Afph6Ey7W6Hk1MdzstgG2sI0PQbGq6ApN1EdrOk2hpgC3jbABrZnsG4oTxbPjDB2OTz_93vOm8aYVEWI54E2gRWGwzRh_oNvX2eMBvQ6ScMdmn3jGyFkUsYicv9QwcRT5r0lxM_6Mgu.4VRMA59G6hHw9K1HcY8HPZdE84ZLEOHk2Jy2Jq._wNAApOp9_kt4c1qHBdQHO3B.cr29vczq0N2b0Lj5pmDQvHrUP3cuBn1hNMJtaG0wUeYXI0Ftw--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia" target="_blank" data-ylk="cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32474069017;ct:1;pkgt:4;elm:hdln;rspns:nav;itc:0;r:false;ccode:false;">IFC Markets. Forex &amp; CFD trading</a>
+ </h3>
+
+
+
+ <a class="Pos-a Mt-10 Mend-10 T-0 End-0 Fz-xs NoLinkColor NoTextDecoration adlink" href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" data-ylk="cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:info;g:32474069017;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">AdChoices<i class="C-f Icon"></i></a>
+
+
+
+ <p class="Mb-2">Excellent Conditions for Professional Trading! 500+ trading instruments. 2 regulations: CySEC and BVI FSC. 100% dividend adjustment on stock CFDs.</p>
+ <div class="Fz-xs Pos-r NoTextDecoration ">
+ <a class="Source Whs-nw Mend-6 " href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=_EyQATMGIS8JBPPVxp2hqZgyzs_01BpGtKX98b0BOXU67G4QpKxsgMsqA2wXXjzyf5QcUtnFvTwKfyDIgir2mMNxxFevzUTSjSd5W7V52uQJkEdOA7WPPTHXGdJfz3JuS2oEAXMezQ4DUlNT3EQohO0sENVDcRABda0CP70rfLiBc3N3o_3tAZK7j4oTkbVSZXECyJB9W_g_P2m8u4qPKqXyChjt8J1717PN83H5Ig1FsSR6XGCMTJQCRtKuR1r4h4.4FnTy2gL5UBbTdNN8owlSSuy9b3rMLCyJewIzqj_lPHqbxmTQuxHdZURQGsmsUjAINUY_7K.tAo0WQFvSK.6he4as5O8d.S0Ja5qdPkN3_T21MVycgPUntTVFNqBdDBCjEocCrk_02Afph6Ey7W6Hk1MdzstgG2sI0PQbGq6ApN1EdrOk2hpgC3jbABrZnsG4oTxbPjDB2OTz_93vOm8aYVEWI54E2gRWGwzRh_oNvX2eMBvQ6ScMdmn3jGyFkUsYicv9QwcRT5r0lxM_6Mgu.4VRMA59G6hHw9K1HcY8HPZdE84ZLEOHk2Jy2Jq._wNAApOp9_kt4c1qHBdQHO3B.cr29vczq0N2b0Lj5pmDQvHrUP3cuBn1hNMJtaG0wUeYXI0Ftw--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia" target="_blank" data-ylk="cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:adv;g:32474069017;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">IFC Markets</a>
+ <a class="Dimmed " href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" target="_blank" data-ylk="cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:sp;g:32474069017;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">Sponsored</a>
+
+ </div>
+
+ </div>
+
+
+ </li>
+
+
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Aleppo|WIKIID:Council_of_Ministers_%28Syria%29|YCT:001000713|YCT:001000661" data-uuid="f19aca0b-c4b8-3be7-8ce8-a23789fb7b96">
+
+ <a href="https://gma.yahoo.com/syrian-government-reportedly-kills-dozens-civilians-aleppo-spot-122713123--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:4;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:f19aca0b-c4b8-3be7-8ce8-a23789fb7b96;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Syrian Government Reportedly Kills Dozens of Civilians in Aleppo, Some &amp;#39;on the Spot,&amp;#39; UN Says" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/zC1RIM0_sKKcJCXxKiG9eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/f0f8fa7a03e5920e4ca30b8ebb91481e')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/syrian-government-reportedly-kills-dozens-civilians-aleppo-spot-122713123--abc-news-topstories.html" data-ylk="cpos:4;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:f19aca0b-c4b8-3be7-8ce8-a23789fb7b96;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Syrian Government Reportedly Kills Dozens of Civilians in Aleppo, Some 'on the Spot,' UN Says</a>
+ </h3>
+
+ <p class="Mb-2">Eastern Aleppo has fallen, and military activities there have stopped, according to Russia's United Nations ambassador. "The Syrian government has re-established control over eastern Aleppo," Vitaly Churkin told the U.N. Security Council on Tuesday. Residents of eastern Aleppo told ABC</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:CorePower_Yoga|WIKIID:San_Diego_Police_Department|WIKIID:San_Diego|YCT:001000291|YCT:001000667|YCT:001000780|YCT:001000288" data-uuid="da0a1fba-50dc-3111-b6f6-70dd528f4257">
+
+ <a href="https://gma.yahoo.com/founder-corepower-yoga-trevor-tice-found-dead-under-021223966--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:5;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:da0a1fba-50dc-3111-b6f6-70dd528f4257;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Founder of CorePower Yoga Trevor Tice Found Dead Under &amp;#39;Suspicious Circumstances&amp;#39; in California, Police Say" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/AT3Vo19rKmTTy1XMTa93Tg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-san-diego-death-scene-jt-161213_16x9_992.jpg')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/founder-corepower-yoga-trevor-tice-found-dead-under-021223966--abc-news-topstories.html" data-ylk="cpos:5;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:da0a1fba-50dc-3111-b6f6-70dd528f4257;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Founder of CorePower Yoga Trevor Tice Found Dead Under 'Suspicious Circumstances' in California, Police Say</a>
+ </h3>
+
+ <p class="Mb-2">The founder of CorePower Yoga was found dead under "suspicious circumstances" in a San Diego, Calif., home. The San Diego Police Department said it received a call for a welfare check at a home on Monday at about 12:15 p.m. Responding officers found a man identified as Trevor Tice dead inside</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="YCT:001000395|YCT:001000427|YCT:001000441" data-uuid="6470aced-4402-3388-b298-eb5e7fe6ea74">
+
+ <a href="https://gma.yahoo.com/woman-shares-her-journey-fitness-competitor-cancer-fighter-003315567--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:6;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:6470aced-4402-3388-b298-eb5e7fe6ea74;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Woman Shares Her Journey From Fitness Competitor to Cancer Fighter: &amp;#39;I&amp;#39;m Learning to Love Myself Again&amp;#39;" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/frVBZVk9xOJiteGalRep8w--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-cheyenne-clark-jt-161213_v4x3_16x9_992.jpg')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/woman-shares-her-journey-fitness-competitor-cancer-fighter-003315567--abc-news-topstories.html" data-ylk="cpos:6;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:6470aced-4402-3388-b298-eb5e7fe6ea74;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Woman Shares Her Journey From Fitness Competitor to Cancer Fighter: 'I'm Learning to Love Myself Again'</a>
+ </h3>
+
+ <p class="Mb-2">Cheyann Shaw, 23, has been documenting her journey from bikini fitness competitor to cancer fighter on social media to help raise awareness about the disease and to inspire others facing their own difficult battles. A photo recently posted to Instagram -- showing what Shaw's body looked like before</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Peter_Travers|WIKIID:Star_Wars|WIKIID:Rolling_Stone|YCT:001000031|YCT:001000076|YCT:001000075|YCT:001000079" data-uuid="f113e675-474d-3951-9431-569dd45eb537">
+
+ <a href="https://gma.yahoo.com/critics-saying-rogue-one-star-wars-story-182413846--abc-news-celebrities.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:7;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:f113e675-474d-3951-9431-569dd45eb537;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="What Critics Are Saying About &amp;#39;Rogue One: A Star Wars Story&amp;#39;" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/Rq7h_w4vZwH7jSc00hOMjw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/27ec846c4c5aaa4323c702ed050d291a')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/critics-saying-rogue-one-star-wars-story-182413846--abc-news-celebrities.html" data-ylk="cpos:7;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:f113e675-474d-3951-9431-569dd45eb537;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">What Critics Are Saying About 'Rogue One: A Star Wars Story'</a>
+ </h3>
+
+ <p class="Mb-2">"For sheer scene-stealing wow, though, you can't beat Donnie Yen as Chirrut Imwe, a blind warrior monk, and Riz Ahmed as Bodhi Rook, a nutjob Imperial pilot now siding with the rebels. Best of all is Alan Tudyk as the voice of K-2S0, a security droid with a mouth on him," he added. Vanity</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Donald_Trump|WIKIID:Boy_Scouts_of_America|WIKIID:Rex_Tillerson|WIKIID:Tony_Perkins_%28politician%29|WIKIID:Planned_Parenthood|WIKIID:ExxonMobil|YCT:001000661" data-uuid="fb3d831c-9dab-36e1-9fe8-ca328b6d3041">
+
+ <a href="https://gma.yahoo.com/evangelical-leader-tony-perkins-blasts-rex-tillerson-trumps-210816203--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:8;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:fb3d831c-9dab-36e1-9fe8-ca328b6d3041;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Evangelical Leader Tony Perkins Blasts Rex Tillerson as Trump&amp;#39;s Pick for Secretary of State" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/AqmTwaPXfpyxvEePvI73qw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/GTY-tony-perkins-01-as-161213_16x9_992.jpg')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/evangelical-leader-tony-perkins-blasts-rex-tillerson-trumps-210816203--abc-news-topstories.html" data-ylk="cpos:8;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:fb3d831c-9dab-36e1-9fe8-ca328b6d3041;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Evangelical Leader Tony Perkins Blasts Rex Tillerson as Trump's Pick for Secretary of State</a>
+ </h3>
+
+ <p class="Mb-2">Perkins wrote in a blog post published Monday, “To hear that Donald Trump may be appointing a man who not only led the charge to open the Boy Scouts to gay troop leaders but whose company directly gives to Planned Parenthood is upsetting, at best.</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Trump_Tower_%28New_York_City%29|YCT:001000661" data-uuid="3ca4dab5-bb07-3a9b-a538-401da333f694">
+
+ <a href="https://gma.yahoo.com/kanye-west-meets-donald-trump-york-150850439--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:9;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3ca4dab5-bb07-3a9b-a538-401da333f694;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Kanye West Says He Discussed &amp;#39;Multicultural Issues,&amp;#39; Chicago Violence With Trump" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/lkAOQAcPGFRkIpuSQydxYQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/d9bc62c444ad53f08a514cee770a9862')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/kanye-west-meets-donald-trump-york-150850439--abc-news-topstories.html" data-ylk="cpos:9;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3ca4dab5-bb07-3a9b-a538-401da333f694;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Kanye West Says He Discussed 'Multicultural Issues,' Chicago Violence With Trump</a>
+ </h3>
+
+ <p class="Mb-2">President-Elect Donald Trump met with rapper Kanye West at Trump Tower today, discussing "multicultural issues," bullying and violence in Chicago, according to the rapper.Trump appeared to have a slightly different take on the meeting, saying the men "discussed life.""We’ve been</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li id="ad-32588460847" class=" js-stream-ad-noview Mb-content Bgc-c Cf Pos-r Px-12 Pt-10 Pb-8 " data-beacon="https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=uYfVWIsGIS93x286R7DeIk1ISkOlZdozdC1hQViI5Za.ImCfoSNpADpTc_Uv1dQVDlyAo3J9_4DtL5Z5qn.CbMKeGlv0dEMS4qXUGXiLzmNMBH34RAuLS80S8jWlOZcVYX2p9B37mnJNf91FVIGTUHvIau2v5FZaMkgagKug9xtFvbmtRezj_hL2aJ1IZ8y9IjKNcet4Ndggk6u6tUmmcgSkh0IZx8ZjMgGCtBX8hswt5xhChoiVu.f.TT187nj0trCCultodT4fH8Gg3JTEPS3z_Gr_EFvTfglRTYZDyrE0MS2My4hLzOfFV2G514.WxXF2hYlW0PAa6J50PxukCqIqvgiwjphciHvfjzm7K5k9EAvgULgkwEuMnMCB9kiQV92n9vRQhuXih9xMutWweizJ1AI-&amp;ap=10">
+
+ <a href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=KM6PMZQGIS_d7tLRcAGm2SfAmkfgz_VFgJxeAhqA6c7Obp4g26tCZgIkylW2cJIvqP59JNT1I9.ooT8Z06wHYwXA38o2luemXMHyvykcaaxZuEPLFhP4JYrjWc.gsDbVBQeC1BnLTRGGHIIq4vL3gihT2Gty4zxwHAJNOgKEjWsqC3Wwyb6l8CtBy3lquirYoKN0q0H.UzEWr4iIRjzSTzHuZ42sc.rcfNhPw.rEYqCDV42lFyH_ILlVHfGtxI9iQv.bK8hkaW4khKiVkBSIVk03_9jzkBVHqLHq3ZF5YCuFBP9SO6GIYOECWmj3Ik8ItOJVP9caZshYlvfDTwobXMRsm5a4j33oQrYkrj6uazgvGfYkHptP6.sIrnISf2l0KafBuej27dgWlfe8Rt.k0vOdv_iZ9Lba5W4WDy3Zbj0U4ZrKUyMjPekc8QOnYVuLypaw1ScRYmq8HNUOYa12znlheghAqFOAl9bG0L0bxLnQQghx3dcu5rUSaqYBKZK_s2ZMqhVtIGgtfhPgSIGVRTvxYRFyxMyLliqY7bhVgqIep_FP6L0rj9CcfbG6Yd.gu2Mety.e39B1xWJBsu7fs1vFKzfFn5qnCRxTB8Jima0xbZJK%26lp=https%3A%2F%2Fwww.globalusagreencard.org%2Flanding_page%2Fv3%2F%3Futm_source%3Dyahoo_gemini%26utm_medium%3Dcontent%26lang%3Den-EN%26r%3DYG%26c%3Deast%26adg_id%3D32588460847" target="_blank" tabindex="-1" aria-hidden="true" data-ylk="cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32588460847;ct:1;pkgt:4;elm:img;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Ta-end" style="width:82px;">
+ <img src="https://s.yimg.com/uu/api/res/1.2/GF1FscDQnXczQKoNSUFZYg--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/8a5b4113cc4325cb8be827aab4bba1aa.jpeg" alt="Apply for the 2017 US Green Card Lottery" height="82" width="82" />
+ </a>
+
+ <div class="Bfc">
+
+ <h3 class="Fw-b Fz-m Lh-115 Mb-2 Mt-neg-1 Mend-70">
+ <a href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=KM6PMZQGIS_d7tLRcAGm2SfAmkfgz_VFgJxeAhqA6c7Obp4g26tCZgIkylW2cJIvqP59JNT1I9.ooT8Z06wHYwXA38o2luemXMHyvykcaaxZuEPLFhP4JYrjWc.gsDbVBQeC1BnLTRGGHIIq4vL3gihT2Gty4zxwHAJNOgKEjWsqC3Wwyb6l8CtBy3lquirYoKN0q0H.UzEWr4iIRjzSTzHuZ42sc.rcfNhPw.rEYqCDV42lFyH_ILlVHfGtxI9iQv.bK8hkaW4khKiVkBSIVk03_9jzkBVHqLHq3ZF5YCuFBP9SO6GIYOECWmj3Ik8ItOJVP9caZshYlvfDTwobXMRsm5a4j33oQrYkrj6uazgvGfYkHptP6.sIrnISf2l0KafBuej27dgWlfe8Rt.k0vOdv_iZ9Lba5W4WDy3Zbj0U4ZrKUyMjPekc8QOnYVuLypaw1ScRYmq8HNUOYa12znlheghAqFOAl9bG0L0bxLnQQghx3dcu5rUSaqYBKZK_s2ZMqhVtIGgtfhPgSIGVRTvxYRFyxMyLliqY7bhVgqIep_FP6L0rj9CcfbG6Yd.gu2Mety.e39B1xWJBsu7fs1vFKzfFn5qnCRxTB8Jima0xbZJK%26lp=https%3A%2F%2Fwww.globalusagreencard.org%2Flanding_page%2Fv3%2F%3Futm_source%3Dyahoo_gemini%26utm_medium%3Dcontent%26lang%3Den-EN%26r%3DYG%26c%3Deast%26adg_id%3D32588460847" target="_blank" data-ylk="cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32588460847;ct:1;pkgt:4;elm:hdln;rspns:nav;itc:0;r:false;ccode:false;">Apply for the 2017 US Green Card Lottery</a>
+ </h3>
+
+
+
+ <a class="Pos-a Mt-10 Mend-10 T-0 End-0 Fz-xs NoLinkColor NoTextDecoration adlink" href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" data-ylk="cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:info;g:32588460847;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">AdChoices<i class="C-f Icon"></i></a>
+
+
+
+ <p class="Mb-2">A US Green Card could be yours!</p>
+ <div class="Fz-xs Pos-r NoTextDecoration ">
+ <a class="Source Whs-nw Mend-6 " href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=KM6PMZQGIS_d7tLRcAGm2SfAmkfgz_VFgJxeAhqA6c7Obp4g26tCZgIkylW2cJIvqP59JNT1I9.ooT8Z06wHYwXA38o2luemXMHyvykcaaxZuEPLFhP4JYrjWc.gsDbVBQeC1BnLTRGGHIIq4vL3gihT2Gty4zxwHAJNOgKEjWsqC3Wwyb6l8CtBy3lquirYoKN0q0H.UzEWr4iIRjzSTzHuZ42sc.rcfNhPw.rEYqCDV42lFyH_ILlVHfGtxI9iQv.bK8hkaW4khKiVkBSIVk03_9jzkBVHqLHq3ZF5YCuFBP9SO6GIYOECWmj3Ik8ItOJVP9caZshYlvfDTwobXMRsm5a4j33oQrYkrj6uazgvGfYkHptP6.sIrnISf2l0KafBuej27dgWlfe8Rt.k0vOdv_iZ9Lba5W4WDy3Zbj0U4ZrKUyMjPekc8QOnYVuLypaw1ScRYmq8HNUOYa12znlheghAqFOAl9bG0L0bxLnQQghx3dcu5rUSaqYBKZK_s2ZMqhVtIGgtfhPgSIGVRTvxYRFyxMyLliqY7bhVgqIep_FP6L0rj9CcfbG6Yd.gu2Mety.e39B1xWJBsu7fs1vFKzfFn5qnCRxTB8Jima0xbZJK%26lp=https%3A%2F%2Fwww.globalusagreencard.org%2Flanding_page%2Fv3%2F%3Futm_source%3Dyahoo_gemini%26utm_medium%3Dcontent%26lang%3Den-EN%26r%3DYG%26c%3Deast%26adg_id%3D32588460847" target="_blank" data-ylk="cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:adv;g:32588460847;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">Global USA Green Card</a>
+ <a class="Dimmed " href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" target="_blank" data-ylk="cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:sp;g:32588460847;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">Sponsored</a>
+
+ </div>
+
+ </div>
+
+
+ </li>
+
+
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Barack_Obama|WIKIID:Ali_Jaber|WIKIID:Drone_strikes_in_Pakistan|YCT:001000661|YCT:001000713|YCT:001000780|YCT:001000720" data-uuid="48897845-e806-3216-b2ae-4213132dbf4e">
+
+ <a href="https://gma.yahoo.com/man-says-relatives-were-killed-us-drone-strike-164206896--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:11;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:48897845-e806-3216-b2ae-4213132dbf4e;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Man Who Says Relatives Were Killed by US Drone Strike Heads to Federal Court" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/lsSVyqvn7P.UlvhuWHAlGA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-yemen-drone-faisal-bin-ali-jaber-jc-161212_16x9_992.jpg')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/man-says-relatives-were-killed-us-drone-strike-164206896--abc-news-topstories.html" data-ylk="cpos:11;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:48897845-e806-3216-b2ae-4213132dbf4e;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Man Who Says Relatives Were Killed by US Drone Strike Heads to Federal Court</a>
+ </h3>
+
+ <p class="Mb-2">Faisal bin Ali Jaber, a Yemeni man who claims he lost members of his family in a U.S. drone strike, was set to attend a U.S. appellate court hearing today regarding the alleged incident in what could become a landmark case. Jaber, an engineer, spoke to ABC News about the alleged drone strike, which</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:John_Peck_%28Australian_rules_footballer%29|YCT:001000545" data-uuid="a5b99a73-2049-31d8-8698-d763766cc1f4">
+
+ <a href="https://gma.yahoo.com/veteran-received-life-changing-double-arm-transplant-shows-205806453--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:12;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:a5b99a73-2049-31d8-8698-d763766cc1f4;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Veteran Who Received Life-Changing Double-Arm Transplant Shows Off Progress" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/Seiaq_unMwSR3jFTOwKZbQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_arm_transplant_02_as_161005_16x9_992.jpg')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/veteran-received-life-changing-double-arm-transplant-shows-205806453--abc-news-topstories.html" data-ylk="cpos:12;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:a5b99a73-2049-31d8-8698-d763766cc1f4;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Veteran Who Received Life-Changing Double-Arm Transplant Shows Off Progress</a>
+ </h3>
+
+ <p class="Mb-2">Just four months after undergoing a life-changing double-arm transplant, John Peck shared how far he has come by releasing a video of him being able to control his elbow. Peck shared a video on Monday in which -- with the help of a therapist -- he slowly and carefully practices moving his right elbow</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Aunt_Sally|YCT:001000031|YCT:001000780|YCT:001000071" data-uuid="e8961efb-8186-3082-ba8a-5b6154092ee3">
+
+ <a href="https://gma.yahoo.com/deck-halls-awkward-family-holiday-photos-195305687--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:13;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:e8961efb-8186-3082-ba8a-5b6154092ee3;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Deck the Halls With These Awkward Family Holiday Photos" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/3yUy9V1KP5MOjyFABbF1Eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2943a3aa244127daf2794fb1f63ec3a0')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/deck-halls-awkward-family-holiday-photos-195305687--abc-news-topstories.html" data-ylk="cpos:13;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:e8961efb-8186-3082-ba8a-5b6154092ee3;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Deck the Halls With These Awkward Family Holiday Photos</a>
+ </h3>
+
+ <p class="Mb-2">Gathering together for holiday family photos can be fun, or it can be disaster. Perhaps Uncle Larry had too much eggnog, or Aunt Sally insisted on everyone wearing her hand-knit Christmas sweaters, or maybe the little kids just couldn’t handle smiling for a single shot. And if you haven’t giggled enough</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Christmas_club|WIKIID:Christmas|YCT:001000780|YCT:001000395|YCT:001000560|YCT:001001060|YCT:001001062|YCT:001000295" data-uuid="fea9ada4-c1b7-3c58-bbea-8da308640f57">
+
+ <a href="https://gma.yahoo.com/hospital-cafeteria-worker-saves-thousands-dollars-buy-toys-154543711--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:14;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:fea9ada4-c1b7-3c58-bbea-8da308640f57;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Hospital Cafeteria Worker Saves Thousands of Dollars to Buy Toys for Kids at Christmas" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/NQZt7ctmogRo_g6ugUUKGw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c7aeb63563dc1722f6c98e3262acb445')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/hospital-cafeteria-worker-saves-thousands-dollars-buy-toys-154543711--abc-news-topstories.html" data-ylk="cpos:14;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:fea9ada4-c1b7-3c58-bbea-8da308640f57;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Hospital Cafeteria Worker Saves Thousands of Dollars to Buy Toys for Kids at Christmas</a>
+ </h3>
+
+ <p class="Mb-2">Jessie Tenyani has no children of her own, but for each of the past eight years, she has put away thousands of dollars from her paycheck as a hospital cafeteria worker to buy toys for kids for Christmas. Tenyani, 55, of Chicago, hand-picks the toys, as many as 1,000 each Christmas, and donates them</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Delta_Air_Lines|WIKIID:Airport_police|YCT:001000667|YCT:001000992" data-uuid="5a111841-a550-38c2-baa6-a719288d4a29">
+
+ <a href="https://gma.yahoo.com/video-shows-police-dragging-woman-off-delta-flight-193904310--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:15;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:5a111841-a550-38c2-baa6-a719288d4a29;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Video Captures Moment Police Drag Uncooperative Passenger off Delta Flight" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/0TVxONSnPzpWrgwJ700.Ew--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-Woman-Off-Delta-Flight-MEM-161213_16x9_992.jpg')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/video-shows-police-dragging-woman-off-delta-flight-193904310--abc-news-topstories.html" data-ylk="cpos:15;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:5a111841-a550-38c2-baa6-a719288d4a29;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Video Captures Moment Police Drag Uncooperative Passenger off Delta Flight</a>
+ </h3>
+
+ <p class="Mb-2">A video has surfaced showing an airport police officer dragging a passenger by her wrists face-up along a carpeted aisle to the front of a plane. The video then shows a second officer grabbing the passenger by the ankles to help lift her to the exit.The passenger was removed from the flight for failing</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Christmas_card|WIKIID:Christmas|WIKIID:Facebook|YCT:001000780|YCT:001001062" data-uuid="3c72182d-1f31-31f6-8fda-6916938be05f">
+
+ <a href="https://gma.yahoo.com/wife-creatively-includes-deployed-air-force-husband-family-183904735--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:16;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3c72182d-1f31-31f6-8fda-6916938be05f;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Wife Creatively Includes Deployed Air Force Husband in Family Christmas Card" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/y9wkR2ZsvhhQzjh91lRgRA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c67e407fc84680e75ba8dcd4af3c2e55')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/wife-creatively-includes-deployed-air-force-husband-family-183904735--abc-news-topstories.html" data-ylk="cpos:16;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3c72182d-1f31-31f6-8fda-6916938be05f;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Wife Creatively Includes Deployed Air Force Husband in Family Christmas Card</a>
+ </h3>
+
+ <p class="Mb-2">Ain’t no mountain high enough, ain’t no valley low enough, ain’t no river wide enough to keep this military wife from including her deployed husband in their family Christmas card. Ashley Sistrunk was feeling a bit down after seeing all her friends’ family holiday photos on Facebook, so she came up</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li id="ad-32572483510" class=" js-stream-ad-noview Mb-content Bgc-c Cf Pos-r Px-12 Pt-10 Pb-8 " data-beacon="https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=aVA0ALEGIS.2IGI6Mye0PdVFiCieLGgTjhXdf314JNtY_uhF1ag5aqnDFuvyJ0pHgrjBm7p0__mTpHzF2NK6M29l3rxhySqz6PuhUYFW1H7gVXs.tqRSTpkjOFaC32XasHxNwV1oC0wKHT4KhmkqME8RYFAppdIrDg0SWFzgAdRh6VJkae8yHbWffOKjHl3N6GdOEpljtzrv8whA856peHnxcViukLyIGGChTyBymXbTqEB67DcXJudhqbV6MrFEU.cZmSasO7wo_FxgzV5OFCqw3RKdDQNTzC5ces8L63_cGn0uGdp2fPWhTEg5vikPJwqN0L7Ac1jZ3FJ8uuErI0IZ0U_xw9L6mKgwD6sls_kjxDJ.WBC5m409.qATpP3hUQgHpjyxhwC6flzjbkU-&amp;ap=17">
+
+ <a href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=1Vg_vM8GIS_jYbYOgkZwvFcEzB9pYLoQHDL4ZHqI.C9U4KSUiJIz5WAZWJ21cEn9R5MRZ77c2A_YsTspV1WODtvJY2wjlAFCuaNwUw5QjzcgCOo71IkkFQsbr.UaQLOID5DzN3eqhX9UhOme.BWfoyWYMmiLAhpoOYMdUbFUHYdGhSDeWNLfz3mQNg8KUUHy.DMrRqMAf9tMwawHwabEL9dsMG4zG__W0NAhtQ7M9iygHtRVNyYgkeoNqwDKi2O4aq_4dq_s2xVmSq30FEeaJ2BBxLD9mFJdkColTLJSi8Qv7FXkHdgERIeHh8D4s4x1vSybJycTqwVS4Kd0gyj4RjGC7TQGEqZJ4QjX8WudfdrgAvY934zbe3_uec9rKPD6WhPqBXObktwzO0uBqy6ukKCeaI5dZ.P3D7cEZhYfSznK0Rjr_eo3kp13rOVYi.tDzFbfRvEi_02PLSN9bjdlnnlkhMJvsSs0rS_6u0aDhuUDjE_0Tv9BzsAVx8iFYE6psri5G7aOCQuiwOW0ohNiec9qM08q_LufKVYHh8yauT3mpPyd16yQXt_EedFjE0q6Nx3VoECkd4l7_IxlbvvpW2cRJ5f0XZZcYPNAAx2ZnHusfv_D.s76TFqHaA8raOvijxnGbTPG1vaqYH_08Mjij8bRzZ1ybameGnDclan37cKQTCvLjrXa0zGBZ1ROkwanmFqlLr5nNQ2LV.ey3nzUq0DTDZ2fB7572R65FcuOUoIY74sABMqSqCLubeBfD2SR7fFl6BuPvwEJDQ5AWU58as6YG_iICUXdB_y4QROTmbK9Yx0vAnPq4aABb3ALRn49rU0.ex2REO5GfZAqgbybwkvNmVM9MoUNWCfaWGkJ9bsoDamiGRINy6MtsBOD7yBlGaD7BJyir7Exn5a1fnnd06i.wG1G3Ee4_R.T2gSFwegVkAIsBmVj9ukYh3.8hi2E2jwoI0u7NctdBeTI3Mgi3xyPZKNMVxDuj6j6gVkU08IDtRgIKL94eOJr351fMk3fTtDw40SIo3O4i2vfu_LfOyRgP_gku0dVSJcgNxzCgg0FIg8gTkeTDdI1TdNM9Pei0sPOiInzU5mxoUwFi6NRPlqpYyaMBx7CuBuGrLZIJo4nWLiyBgrEJEtvpLpbWMK4KpFOw4n8YIxSp35Wcn8vEmTAsDoZH1ArNWBiNiFL2QvlNSzBvWHMLiosv4zETWMC3H5RTyc6ISnPYyP.0U_5TLG77eokuxnxgXk3fegWJBA-%26lp=http%3A%2F%2Fbs.serving-sys.com%2FServing%2F%3Fcn%3Dsearch%26semdid%3D7_353219189_9113774098_lfrv2jCE%26semid%3D1%26seid%3D7%26semuserid%3D%26advid%3D108226%26mmx%3D%24%24sekwid%3D%26seadid%3D32572483510%26sekwtxt%3D%26matchtype%3D%24%24%26semdata%3D%24%24mkwid%3Dlfrv2jCE_32572483510___c%26mtid%3D744he937470%24%24%26urtu%3Dhttp%253A%252F%252Fd.agkn.com%252Fpixel%252F7636%252F%253Fatr%253D%2526col%253D37470%252C103%252C103353219189%252C%252C%252C%2526l0%253Dhttps%253A%252F%252Fwww.cricketwireless.com%252Flg-cyber-deals.html%253Fwoo_campaign%253DSEM%2526woo_source%253DYAHGEM_PPC%2526woo_medium%253Dkeyword%2526woo_content%253DQ4%252BHeavy-Up_TMobile%252BCustomers%2526woo_term%253D" target="_blank" tabindex="-1" aria-hidden="true" data-ylk="cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32572483510;ct:1;pkgt:4;elm:img;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Ta-end" style="width:82px;">
+ <img src="https://s.yimg.com/uu/api/res/1.2/m_UyoICU1famxwC5nvD6LA--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/9807f365e14c7964db0ac90a6a8b4899.jpeg" alt="Cyber LG Stylo 2 Deal" height="82" width="82" />
+ </a>
+
+ <div class="Bfc">
+
+ <h3 class="Fw-b Fz-m Lh-115 Mb-2 Mt-neg-1 Mend-70">
+ <a href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=1Vg_vM8GIS_jYbYOgkZwvFcEzB9pYLoQHDL4ZHqI.C9U4KSUiJIz5WAZWJ21cEn9R5MRZ77c2A_YsTspV1WODtvJY2wjlAFCuaNwUw5QjzcgCOo71IkkFQsbr.UaQLOID5DzN3eqhX9UhOme.BWfoyWYMmiLAhpoOYMdUbFUHYdGhSDeWNLfz3mQNg8KUUHy.DMrRqMAf9tMwawHwabEL9dsMG4zG__W0NAhtQ7M9iygHtRVNyYgkeoNqwDKi2O4aq_4dq_s2xVmSq30FEeaJ2BBxLD9mFJdkColTLJSi8Qv7FXkHdgERIeHh8D4s4x1vSybJycTqwVS4Kd0gyj4RjGC7TQGEqZJ4QjX8WudfdrgAvY934zbe3_uec9rKPD6WhPqBXObktwzO0uBqy6ukKCeaI5dZ.P3D7cEZhYfSznK0Rjr_eo3kp13rOVYi.tDzFbfRvEi_02PLSN9bjdlnnlkhMJvsSs0rS_6u0aDhuUDjE_0Tv9BzsAVx8iFYE6psri5G7aOCQuiwOW0ohNiec9qM08q_LufKVYHh8yauT3mpPyd16yQXt_EedFjE0q6Nx3VoECkd4l7_IxlbvvpW2cRJ5f0XZZcYPNAAx2ZnHusfv_D.s76TFqHaA8raOvijxnGbTPG1vaqYH_08Mjij8bRzZ1ybameGnDclan37cKQTCvLjrXa0zGBZ1ROkwanmFqlLr5nNQ2LV.ey3nzUq0DTDZ2fB7572R65FcuOUoIY74sABMqSqCLubeBfD2SR7fFl6BuPvwEJDQ5AWU58as6YG_iICUXdB_y4QROTmbK9Yx0vAnPq4aABb3ALRn49rU0.ex2REO5GfZAqgbybwkvNmVM9MoUNWCfaWGkJ9bsoDamiGRINy6MtsBOD7yBlGaD7BJyir7Exn5a1fnnd06i.wG1G3Ee4_R.T2gSFwegVkAIsBmVj9ukYh3.8hi2E2jwoI0u7NctdBeTI3Mgi3xyPZKNMVxDuj6j6gVkU08IDtRgIKL94eOJr351fMk3fTtDw40SIo3O4i2vfu_LfOyRgP_gku0dVSJcgNxzCgg0FIg8gTkeTDdI1TdNM9Pei0sPOiInzU5mxoUwFi6NRPlqpYyaMBx7CuBuGrLZIJo4nWLiyBgrEJEtvpLpbWMK4KpFOw4n8YIxSp35Wcn8vEmTAsDoZH1ArNWBiNiFL2QvlNSzBvWHMLiosv4zETWMC3H5RTyc6ISnPYyP.0U_5TLG77eokuxnxgXk3fegWJBA-%26lp=http%3A%2F%2Fbs.serving-sys.com%2FServing%2F%3Fcn%3Dsearch%26semdid%3D7_353219189_9113774098_lfrv2jCE%26semid%3D1%26seid%3D7%26semuserid%3D%26advid%3D108226%26mmx%3D%24%24sekwid%3D%26seadid%3D32572483510%26sekwtxt%3D%26matchtype%3D%24%24%26semdata%3D%24%24mkwid%3Dlfrv2jCE_32572483510___c%26mtid%3D744he937470%24%24%26urtu%3Dhttp%253A%252F%252Fd.agkn.com%252Fpixel%252F7636%252F%253Fatr%253D%2526col%253D37470%252C103%252C103353219189%252C%252C%252C%2526l0%253Dhttps%253A%252F%252Fwww.cricketwireless.com%252Flg-cyber-deals.html%253Fwoo_campaign%253DSEM%2526woo_source%253DYAHGEM_PPC%2526woo_medium%253Dkeyword%2526woo_content%253DQ4%252BHeavy-Up_TMobile%252BCustomers%2526woo_term%253D" target="_blank" data-ylk="cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32572483510;ct:1;pkgt:4;elm:hdln;rspns:nav;itc:0;r:false;ccode:false;">Cyber LG Stylo 2 Deal</a>
+ </h3>
+
+
+
+ <a class="Pos-a Mt-10 Mend-10 T-0 End-0 Fz-xs NoLinkColor NoTextDecoration adlink" href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" data-ylk="cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:info;g:32572483510;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">AdChoices<i class="C-f Icon"></i></a>
+
+
+
+ <p class="Mb-2">$49.99 Limited Time. Req’s New Line of Svc w/ Qual. Plan. See Details.</p>
+ <div class="Fz-xs Pos-r NoTextDecoration ">
+ <a class="Source Whs-nw Mend-6 " href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=1Vg_vM8GIS_jYbYOgkZwvFcEzB9pYLoQHDL4ZHqI.C9U4KSUiJIz5WAZWJ21cEn9R5MRZ77c2A_YsTspV1WODtvJY2wjlAFCuaNwUw5QjzcgCOo71IkkFQsbr.UaQLOID5DzN3eqhX9UhOme.BWfoyWYMmiLAhpoOYMdUbFUHYdGhSDeWNLfz3mQNg8KUUHy.DMrRqMAf9tMwawHwabEL9dsMG4zG__W0NAhtQ7M9iygHtRVNyYgkeoNqwDKi2O4aq_4dq_s2xVmSq30FEeaJ2BBxLD9mFJdkColTLJSi8Qv7FXkHdgERIeHh8D4s4x1vSybJycTqwVS4Kd0gyj4RjGC7TQGEqZJ4QjX8WudfdrgAvY934zbe3_uec9rKPD6WhPqBXObktwzO0uBqy6ukKCeaI5dZ.P3D7cEZhYfSznK0Rjr_eo3kp13rOVYi.tDzFbfRvEi_02PLSN9bjdlnnlkhMJvsSs0rS_6u0aDhuUDjE_0Tv9BzsAVx8iFYE6psri5G7aOCQuiwOW0ohNiec9qM08q_LufKVYHh8yauT3mpPyd16yQXt_EedFjE0q6Nx3VoECkd4l7_IxlbvvpW2cRJ5f0XZZcYPNAAx2ZnHusfv_D.s76TFqHaA8raOvijxnGbTPG1vaqYH_08Mjij8bRzZ1ybameGnDclan37cKQTCvLjrXa0zGBZ1ROkwanmFqlLr5nNQ2LV.ey3nzUq0DTDZ2fB7572R65FcuOUoIY74sABMqSqCLubeBfD2SR7fFl6BuPvwEJDQ5AWU58as6YG_iICUXdB_y4QROTmbK9Yx0vAnPq4aABb3ALRn49rU0.ex2REO5GfZAqgbybwkvNmVM9MoUNWCfaWGkJ9bsoDamiGRINy6MtsBOD7yBlGaD7BJyir7Exn5a1fnnd06i.wG1G3Ee4_R.T2gSFwegVkAIsBmVj9ukYh3.8hi2E2jwoI0u7NctdBeTI3Mgi3xyPZKNMVxDuj6j6gVkU08IDtRgIKL94eOJr351fMk3fTtDw40SIo3O4i2vfu_LfOyRgP_gku0dVSJcgNxzCgg0FIg8gTkeTDdI1TdNM9Pei0sPOiInzU5mxoUwFi6NRPlqpYyaMBx7CuBuGrLZIJo4nWLiyBgrEJEtvpLpbWMK4KpFOw4n8YIxSp35Wcn8vEmTAsDoZH1ArNWBiNiFL2QvlNSzBvWHMLiosv4zETWMC3H5RTyc6ISnPYyP.0U_5TLG77eokuxnxgXk3fegWJBA-%26lp=http%3A%2F%2Fbs.serving-sys.com%2FServing%2F%3Fcn%3Dsearch%26semdid%3D7_353219189_9113774098_lfrv2jCE%26semid%3D1%26seid%3D7%26semuserid%3D%26advid%3D108226%26mmx%3D%24%24sekwid%3D%26seadid%3D32572483510%26sekwtxt%3D%26matchtype%3D%24%24%26semdata%3D%24%24mkwid%3Dlfrv2jCE_32572483510___c%26mtid%3D744he937470%24%24%26urtu%3Dhttp%253A%252F%252Fd.agkn.com%252Fpixel%252F7636%252F%253Fatr%253D%2526col%253D37470%252C103%252C103353219189%252C%252C%252C%2526l0%253Dhttps%253A%252F%252Fwww.cricketwireless.com%252Flg-cyber-deals.html%253Fwoo_campaign%253DSEM%2526woo_source%253DYAHGEM_PPC%2526woo_medium%253Dkeyword%2526woo_content%253DQ4%252BHeavy-Up_TMobile%252BCustomers%2526woo_term%253D" target="_blank" data-ylk="cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:adv;g:32572483510;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">Cricketwireless.Com/LGG2</a>
+ <a class="Dimmed " href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" target="_blank" data-ylk="cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:sp;g:32572483510;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">Sponsored</a>
+
+ </div>
+
+ </div>
+
+
+ </li>
+
+
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:United_States_Secretary_of_State|WIKIID:United_States_Senate_Committee_on_Foreign_Relations|WIKIID:United_States_Senate|YCT:001000661" data-uuid="2394698c-069b-3ef9-8e2b-7a14e5100aaa">
+
+ <a href="https://gma.yahoo.com/single-senate-republican-could-tank-rex-tillersons-nomination-175313186--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:18;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:2394698c-069b-3ef9-8e2b-7a14e5100aaa;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="How a Single Senate Republican Could Tank Rex Tillerson&amp;#39;s Nomination" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/9H79BlxjP4W46wnZg8ujkQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/498a37e3439ddb9a9f714dbb49f67656')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/single-senate-republican-could-tank-rex-tillersons-nomination-175313186--abc-news-topstories.html" data-ylk="cpos:18;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:2394698c-069b-3ef9-8e2b-7a14e5100aaa;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">How a Single Senate Republican Could Tank Rex Tillerson's Nomination</a>
+ </h3>
+
+ <p class="Mb-2">Marco Rubio is not the only Republican senator to express concerns about President-elect Donald Trump’s pick for secretary of state, Rex Tillerson, over his connections to Russian President Vladimir Putin. If all nine Democrats on the panel vote against Tillerson, they would need only one of the committee</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Frito-Lay|WIKIID:Super_Bowl|YCT:001001126|YCT:001000002|YCT:001000001" data-uuid="14c217dd-6b60-33df-b94d-5ffe857ccf54">
+
+ <a href="https://gma.yahoo.com/frito-lay-drops-doritos-super-bowl-tv-advertisements-145007590--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:19;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:14c217dd-6b60-33df-b94d-5ffe857ccf54;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Frito-Lay Drops Doritos Super Bowl TV Advertisements" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/x21gttFHX..Ch3MxLkSlvA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/0dbce825690bb482e81a8a91c43e3842')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/frito-lay-drops-doritos-super-bowl-tv-advertisements-145007590--abc-news-topstories.html" data-ylk="cpos:19;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:14c217dd-6b60-33df-b94d-5ffe857ccf54;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Frito-Lay Drops Doritos Super Bowl TV Advertisements</a>
+ </h3>
+
+ <p class="Mb-2">Frito-Lay is closing the bag on its popular Doritos commercials for Super Bowl 2017. GoDaddy stepped out of 2016's advertisements and Toyota has announced it will not run commercials during Super Bowl 51 on Feb. 5, also citing a marketing strategy.</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:LeBron_James|YCT:001000001|YCT:001000012" data-uuid="48b9bac6-44bb-3433-80e3-5b1d3594e625">
+
+ <a href="https://gma.yahoo.com/lebron-james-humbled-si-sportsperson-award-172406720--abc-news-celebrities.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:20;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:48b9bac6-44bb-3433-80e3-5b1d3594e625;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="LeBron James &amp;#39;Humbled&amp;#39; by SI Sportsperson of the Year Award" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/rXzfDI6FRQC5bHBRohF0iQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2057633e69d5e076b25a8a4c5f2ce4ef')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/lebron-james-humbled-si-sportsperson-award-172406720--abc-news-celebrities.html" data-ylk="cpos:20;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:48b9bac6-44bb-3433-80e3-5b1d3594e625;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">LeBron James 'Humbled' by SI Sportsperson of the Year Award</a>
+ </h3>
+
+ <p class="Mb-2">LeBron James was honored Monday night in Brooklyn, New York, at the annual Sports Illustrated sportsperson of the year event, which celebrated his commitment to his team, his sport and the city of Cleveland. Robin Roberts of "Good Morning America" caught up with James at the ceremony to discuss</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="YCT:001000560|YCT:001000611|YCT:001000637" data-uuid="0faf9f17-96c0-368f-9bbc-5baf33074cee">
+
+ <a href="https://gma.yahoo.com/illinois-woman-her-dog-rescued-falling-frozen-pond-141908648--abc-news-lifestyle.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:21;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:0faf9f17-96c0-368f-9bbc-5baf33074cee;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Illinois Woman and Her Dog Rescued After Falling Into Frozen Pond" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/RxhLmJql_Z5GEZvpiQ1BhA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/19c07daff025df71f8202f8d13e0c238')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/illinois-woman-her-dog-rescued-falling-frozen-pond-141908648--abc-news-lifestyle.html" data-ylk="cpos:21;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:0faf9f17-96c0-368f-9bbc-5baf33074cee;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Illinois Woman and Her Dog Rescued After Falling Into Frozen Pond</a>
+ </h3>
+
+ <p class="Mb-2">An 8-year-old boy has been credited with saving his mother and his dog's life after he called 911 when the two fell into an icy pond in Illinois this past weekend.Cathy Medernach, 48, told ABC News that she and her son Caden, 8, were taking their Labrador retriever, Bailey, out for a walk behind</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:Donald_Trump|WIKIID:Rex_Tillerson|WIKIID:Syria|WIKIID:Russia|WIKIID:Turkey|WIKIID:Vladimir_Putin|YCT:001000661|YCT:001000680" data-uuid="3cbee4b7-2568-3903-a977-24db6d8347bb">
+
+ <a href="https://gma.yahoo.com/5-major-foreign-policy-challenges-facing-president-elect-201105415--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:22;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3cbee4b7-2568-3903-a977-24db6d8347bb;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="5 Major Foreign Policy Challenges Facing President-Elect Donald Trump" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/FQvHaYiTkzJ6OCASS_dY7g--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/ddb938bd2b3017e5920963e2ffd2559e')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/5-major-foreign-policy-challenges-facing-president-elect-201105415--abc-news-topstories.html" data-ylk="cpos:22;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3cbee4b7-2568-3903-a977-24db6d8347bb;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">5 Major Foreign Policy Challenges Facing President-Elect Donald Trump</a>
+ </h3>
+
+ <p class="Mb-2">In January, President-elect Donald Trump will have to turn his attention to governing domestically and shaping his vision for U.S. foreign policy – and he will do so with the help of his secretary of state. On Tuesday, Trump nominated ExxonMobil CEO Rex Tillerson to help him navigate America's biggest</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li class="js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 " data-interests="WIKIID:New_York_City|WIKIID:Polar_vortex|YCT:001000637|YCT:001000659" data-uuid="bd3edcb9-cd20-3482-a5a5-308d8cc217f4">
+
+ <a href="https://gma.yahoo.com/arctic-assault-week-possible-record-breaking-cold-chicago-181307998--abc-news-topstories.html" tabindex="-1" aria-hidden="true" data-ylk="cpos:23;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:bd3edcb9-cd20-3482-a5a5-308d8cc217f4;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h">
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" alt="Arctic Assault This Week With Possible Record-Breaking Cold, Chicago to New York" class="ImageLoader" style="background-image:url('https://s.yimg.com/uu/api/res/1.2/o9N89Reu8J3us55f_Bdq4Q--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/fe802fc2ef9b5fd433eca3131e12ae7f')" height="82" width="82" />
+
+
+ </a>
+
+ <div class="Bfc">
+ <div class="Ov-h Mt-neg-1" style="max-height:5.308em;">
+
+ <h3 class="Fw-b Fz-m Mb-2 Lh-115">
+
+ <a href="https://gma.yahoo.com/arctic-assault-week-possible-record-breaking-cold-chicago-181307998--abc-news-topstories.html" data-ylk="cpos:23;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:bd3edcb9-cd20-3482-a5a5-308d8cc217f4;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;" class="js-stream-content-link Mend-4">Arctic Assault This Week With Possible Record-Breaking Cold, Chicago to New York</a>
+ </h3>
+
+ <p class="Mb-2">This week, the displacement of a polar vortex will bring the coldest air this early in the season in more than a decade to a wide swath of the country, from Chicago to New York City. If Chicago stays in the single digits for highs on Thursday, this will be the coldest late fall weather since 1995.</p>
+ </div>
+
+ <div class="Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h ">
+ <span class="Source Whs-nw Mend-6">Good Morning America</span>
+
+ </div>
+
+
+
+
+ </div>
+ <ul aria-label="Actions menu" role="toolbar" class="js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4" style="*display:none">
+ <li class="ActionSave Ta-c Mstart-1"><a class="js-stream-save-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Save</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionLike Ta-c Mstart-1"><a class="js-stream-like-button D-ib NestedHidden rapid-noclick-resp " href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">More like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ <li class="ActionDislike Ta-c Mstart-1"><a class="js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp" href="#0" role="button" style="margin-left:0"><b aria-live="polite" class="ActionTooltip">Fewer like this</b><i aria-hidden="true" class="Icon W-a"></i></a></li>
+ </ul>
+ </li>
+
+
+
+ <li id="ad-32573871566" class=" js-stream-ad-noview Mb-content Bgc-c Cf Pos-r Px-12 Pt-10 Pb-8 " data-beacon="https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=ysl3cA8GIS_Ce8UN3J1O5G_Dz28vS6.XFEPlNzo5g32_gQz8eRLtDD6LoB2kZpQAy5B6LXNjYjdR3G4eqs0HI2vWRWbpiIBhw6vzaO1X0U5tVsCLbOLFjH24.XY6SXy1x3XPkLHEtBU2HwJfq1UKL0JiGbeRy1sPVWTv0Xv5hpPv0o2qKU0c8QULwqEdD6xo57so2Rgpr4cly3ZJi17kPu6b46h.ULIj9qY.y.u.dkRWQm1MmOIyh46k9sljX.KMRJp0.T1H9_7Cz4yMng89MbMYsNxTtSZEzFfXtlHAZBuIMp2UUXUZ59eB6eaR8qFajDyzSZR8eW1RwomyXvmf23RvOSvlbwgAV9Cw8N4SuYemLTY9Q9VekwVhGLUCNvK1Hhpi.yYjlfn0JHHopadyiv_X&amp;ap=24">
+
+ <a href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=Wxo.YS4GIS9wMGM7igB1Zk9dp0XWciRRPl6._XxuRj3TjSHCiQmWk5CmrKmS56ieIjZtpdxnPuxlAUpef9LIiuX3RAQCuTkRCYXDRvWgdy30taH.r58.vSJZhHowP00ey.A5qY3Jk840sfboj1NUQZ0qRrHolchs6Jwz_5tLp1uBMWTW2KjQQyL8vhtJrt04IOhlDCUik.CY9x2URV7ihb4XZ2qL_.q6G_K2ydQ72PLdDvIoi7ZV.vNsy8hIwFMPdo9n.NKL2DBVs2YsD8pWDqJgztTY90hzzVyBooUxShqNKcHHHReT82MZAQwuYr6c1E3C9NS7sPEJuxu.d5x0m7KvKzSbO6VejrFkN1J7fqHRWMNsU__2vLGzZGYyH47Jns2T3EM_z2MJSiXm7QmrELPg2P6eGWaXJQ0CgMugL46gmtXKZ1lIM9sn32YbUVHABtbn8drdMibTxQ3RqXoNQgWOJxeSdV3Kz73YORJXnE2t0tQKDfNpLQTDT1l63wg4S3Yz7e_l_QaP_eK1A9oSKE5pKLHgTIcQCJAaWCIBoVlUASpqFlzJKT.jKnywHsSE8TwZ4ekMJ97uQy.u53AkNxP7uGsGfhB4ARzE7tfKmUaACLMO_3muHQDFiIB.xGWXlIQl2R7zEpGGirnxCAxZkJAcmw--%26lp=https%3A%2F%2Fwww.learnvest.com%2Flp%2Fhow-to-budget-your-money-with-the-502030-guideline%2F%3Futm_source%3Dyahoo%26utm_medium%3Dpaidcontent%26utm_campaign%3DYahoo_Custom_Audience%3A_Personal_Finance" target="_blank" tabindex="-1" aria-hidden="true" data-ylk="cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32573871566;ct:1;pkgt:4;elm:img;rspns:nav;itc:0;r:false;ccode:false;" class="Fl-start Mend-10 My-2 Ta-end" style="width:82px;">
+ <img src="https://s.yimg.com/uu/api/res/1.2/9lbnTRUMz5bKMixhcKXeJw--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/d8727e410ab45d1349297efacfd4ad17.jpeg" alt="How To Budget Your Money with One Simple Rule" height="82" width="82" />
+ </a>
+
+ <div class="Bfc">
+
+ <h3 class="Fw-b Fz-m Lh-115 Mb-2 Mt-neg-1 Mend-70">
+ <a href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=Wxo.YS4GIS9wMGM7igB1Zk9dp0XWciRRPl6._XxuRj3TjSHCiQmWk5CmrKmS56ieIjZtpdxnPuxlAUpef9LIiuX3RAQCuTkRCYXDRvWgdy30taH.r58.vSJZhHowP00ey.A5qY3Jk840sfboj1NUQZ0qRrHolchs6Jwz_5tLp1uBMWTW2KjQQyL8vhtJrt04IOhlDCUik.CY9x2URV7ihb4XZ2qL_.q6G_K2ydQ72PLdDvIoi7ZV.vNsy8hIwFMPdo9n.NKL2DBVs2YsD8pWDqJgztTY90hzzVyBooUxShqNKcHHHReT82MZAQwuYr6c1E3C9NS7sPEJuxu.d5x0m7KvKzSbO6VejrFkN1J7fqHRWMNsU__2vLGzZGYyH47Jns2T3EM_z2MJSiXm7QmrELPg2P6eGWaXJQ0CgMugL46gmtXKZ1lIM9sn32YbUVHABtbn8drdMibTxQ3RqXoNQgWOJxeSdV3Kz73YORJXnE2t0tQKDfNpLQTDT1l63wg4S3Yz7e_l_QaP_eK1A9oSKE5pKLHgTIcQCJAaWCIBoVlUASpqFlzJKT.jKnywHsSE8TwZ4ekMJ97uQy.u53AkNxP7uGsGfhB4ARzE7tfKmUaACLMO_3muHQDFiIB.xGWXlIQl2R7zEpGGirnxCAxZkJAcmw--%26lp=https%3A%2F%2Fwww.learnvest.com%2Flp%2Fhow-to-budget-your-money-with-the-502030-guideline%2F%3Futm_source%3Dyahoo%26utm_medium%3Dpaidcontent%26utm_campaign%3DYahoo_Custom_Audience%3A_Personal_Finance" target="_blank" data-ylk="cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32573871566;ct:1;pkgt:4;elm:hdln;rspns:nav;itc:0;r:false;ccode:false;">How To Budget Your Money with One Simple Rule</a>
+ </h3>
+
+
+
+ <a class="Pos-a Mt-10 Mend-10 T-0 End-0 Fz-xs NoLinkColor NoTextDecoration adlink" href="https://info.yahoo.com/privacy/us/yahoo/relevantads.html" target="_blank" data-ylk="cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:info;g:32573871566;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">AdChoices<i class="C-f Icon"></i></a>
+
+
+
+ <p class="Mb-2">Whether you're a new parent or a new grad, our guideline can help you assess your budget so you know exactly where your money in going. Find out how.</p>
+ <div class="Fz-xs Pos-r NoTextDecoration ">
+ <a class="Source Whs-nw Mend-6 " href="https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=Wxo.YS4GIS9wMGM7igB1Zk9dp0XWciRRPl6._XxuRj3TjSHCiQmWk5CmrKmS56ieIjZtpdxnPuxlAUpef9LIiuX3RAQCuTkRCYXDRvWgdy30taH.r58.vSJZhHowP00ey.A5qY3Jk840sfboj1NUQZ0qRrHolchs6Jwz_5tLp1uBMWTW2KjQQyL8vhtJrt04IOhlDCUik.CY9x2URV7ihb4XZ2qL_.q6G_K2ydQ72PLdDvIoi7ZV.vNsy8hIwFMPdo9n.NKL2DBVs2YsD8pWDqJgztTY90hzzVyBooUxShqNKcHHHReT82MZAQwuYr6c1E3C9NS7sPEJuxu.d5x0m7KvKzSbO6VejrFkN1J7fqHRWMNsU__2vLGzZGYyH47Jns2T3EM_z2MJSiXm7QmrELPg2P6eGWaXJQ0CgMugL46gmtXKZ1lIM9sn32YbUVHABtbn8drdMibTxQ3RqXoNQgWOJxeSdV3Kz73YORJXnE2t0tQKDfNpLQTDT1l63wg4S3Yz7e_l_QaP_eK1A9oSKE5pKLHgTIcQCJAaWCIBoVlUASpqFlzJKT.jKnywHsSE8TwZ4ekMJ97uQy.u53AkNxP7uGsGfhB4ARzE7tfKmUaACLMO_3muHQDFiIB.xGWXlIQl2R7zEpGGirnxCAxZkJAcmw--%26lp=https%3A%2F%2Fwww.learnvest.com%2Flp%2Fhow-to-budget-your-money-with-the-502030-guideline%2F%3Futm_source%3Dyahoo%26utm_medium%3Dpaidcontent%26utm_campaign%3DYahoo_Custom_Audience%3A_Personal_Finance" target="_blank" data-ylk="cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:adv;g:32573871566;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">LearnVest</a>
+ <a class="Dimmed " href="http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553" target="_blank" data-ylk="cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:sp;g:32573871566;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;">Sponsored</a>
+
+ </div>
+
+ </div>
+
+
+ </li>
+
+
+
+
+
+ </ul>
+
+ <img src="https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif" class="D-b Dn Mx-a My-12 js-stream-load-more ImageLoader" style="background-image:url('https://s.yimg.com/zz/nn/lib/metro/g/my/anim_loading_sm.gif')" alt="" height="16" width="16" />
+
+
+
+ </div>
+ </div>
+ </div>
+ <div class="App-Ft Row"> </div>
+ </div>
+ </div>
+ </div>
+ <div id="yom-ad-FOOT9" class="yom-ad yom-ad-FOOT9" style="visibility: inherit;">
+ <center></center>
+ </div>
+ </div>
+ </div>
+ <div class="Col3 yog-rp yog-rw Pos-a End-0 Z-1 Stack CoversMainContent">
+ <div class="ColWrap" data-plugin="sticker" data-sticker-toptarget="#GS-UH">
+ <div role="complementary" class="Row" id="Aside" tabindex="0">
+
+ <section class="yom-mod " id="mediacontentgenericlistings" data-ylk="mid:mediacontentgenericlistings;mpos:2;cat:ABC+News+Top+Stories;t1:a4;t2:lst-ct;sec:lst-ct;">
+ <div class="yom-generic-listings-module yom-app no_thumbs">
+ <div class="hd">
+ <h2>ABC News Top Stories</h2>
+ </div>
+ <div class="bd">
+ <div class="latest-content-inline ">
+ <ul>
+ <li class="generic-list-item story" data-uuid="888f87fc-1b66-3051-89bb-5be8b4aebca6"> <a href="http://abcnews.go.com/International/wireStory/china-warns-trump-ignoring-china-policy-hurt-peace-44180890" data-rapid_p="1"> China Warns Trump Ignoring One-China Policy Could Hurt Peace </a> </li>
+ <li class="generic-list-item story" data-uuid="0728c219-a058-3b60-8179-02466d191f0a"> <a href="http://abcnews.go.com/Entertainment/wireStory/cosby-shows-wit-mental-agility-court-hearing-44180569" data-rapid_p="2"> Cosby Shows Wit, Mental Agility at Court Hearing </a> </li>
+ <li class="generic-list-item story" data-uuid="65d97479-bcf6-353a-a1c0-794a81ee44c6"> <a href="http://abcnews.go.com/Politics/trump-faces-conflicts-interest-children-running-business-ethics/story?id=44175335" data-rapid_p="3"> Trump 'Princelings' No Shield for Business Conflicts, Ethics Expert Says </a> </li>
+ <li class="generic-list-item story" data-uuid="e5540bc8-50ac-34ac-9908-2b9634fa9e0d"> <a href="http://abcnews.go.com/Health/wireStory/ohio-governor-20-week-abortion-ban-heartbeat-bills-44171009" data-rapid_p="4"> Ohio Governor OKs 20-Week Abortion Ban, Nixes Heartbeat Bill </a> </li>
+ <li class="generic-list-item story" data-uuid="583e9a65-5a5b-356d-83c4-adbf832a1a99"> <a href="http://abcnews.go.com/US/trump-picks-rep-ryan-zinke-interior-secretary/story?id=44176860" data-rapid_p="5"> Trump Picks Rep. Ryan Zinke for Interior Secretary </a> </li>
+ <li class="generic-list-item story" data-uuid="c8cf9639-4a74-3d70-8ef6-eddc9af06bc2"> <a href="http://abcnews.go.com/US/growing-pains-star-alan-thicke-dead-69/story?id=44177748" data-rapid_p="6"> 'Growing Pains' Star Alan Thicke Dead at 69 </a> </li>
+ <li class="generic-list-item story" data-uuid="e5260adc-f294-3d01-ab57-7410f965ce7d"> <a href="http://abcnews.go.com/WNT/video/stunning-details-trial-accused-church-shooter-dylann-roof-44176803" data-rapid_p="7"> Stunning New Details From the Trial of Accused Church Shooter Dylann Roof </a> </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </section>
+ <div id="yom-ad-LREC" class="yom-ad yom-ad-LREC" style="visibility: hidden; height: 250px;">
+ <div id="sb_rel_yom-ad-LREC-iframe" class="darla" style="position: relative; z-index: 9; width: 300px; height: 250px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe name="pos=LREC&amp;id=yom-ad-LREC-iframe&amp;html=%253Cstyle%2520type%253D%2522text/css%2522%253E%250A.CAN_ad%2520.yadslug%2520%257B%250A%2520%2520%2520%2520position%253A%2520absolute%2520%2521important%253B%2520right%253A%25201px%253B%2520top%253A1px%253B%2520display%253Ainline-block%250A%2521important%253B%2520z-index%2520%253A%2520999%253B%250A%2520%2520%2520%2520color%253A%2523999%2520%2521important%253Btext-decoration%253Anone%253Bbackground%253A%2523fff%250Aurl%2528%2527https%253A//secure.footprint.net/yieldmanager/apex/mediastore/adchoice_1.png%2527%2529%2520no-repeat%2520100%2525%25200%250A%2521important%253Bcursor%253Ahand%2520%2521important%253Bheight%253A12px%2520%2521important%253Bpadding%253A0px%252014px%25200px%250A1px%2520%2521important%253Bdisplay%253Ainline-block%2520%2521important%253B%250A%257D%250A.CAN_ad%2520.yadslug%2520span%2520%257Bdisplay%253Anone%2520%2521important%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520%257Bzoom%253A%25201%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520span%2520%257Bdisplay%253Ainline-block%2520%2521important%253Bcolor%253A%2523999%250A%2521important%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520span%252C%2520.CAN_ad%2520.yadslug%253Ahover%2520%257Bfont%253A11px%2520arial%250A%2521important%253B%257D%250A%253C/style%253E%2520%2520%2520%2520%250A%253Cdiv%2520class%253D%2522CAN_ad%2522%2520style%253D%2522display%253Ainline-block%253Bposition%253A%2520relative%253B%2522%253E%250A%253Ca%2520class%253D%2522yadslug%2522%250Ahref%253D%2522http%253A//info.yahoo.com/relevantads/%2522%250Atarget%253D%2522_blank%2522%253E%253Cspan%253EAdChoices%253C/span%253E%253C/a%253E%253C%2521--%2520APT%2520Vendor%253A%2520FreeWheel%2520Media%2520--%253E%250A%253C%2521--https%253A//beap-bc.yahoo.com/yc/YnY9MS4wLjAmYnM9KDE3aTJmdnYzYShnaWQkU2I3SHFERXdOaTdGSDd2YVdGRU1Zd0ZUTVRFNExsaFJER1RfbmV1byxzdCQxNDgxNzA2NTk2NDI1ODgxLHNpJDQ0NjQwNTEsc3AkMTE5NzA1NjEyNixjdCQyNSx5YngkSTV5TUFLZFRLQkpWRjh0UndyanJtdyxsbmckZW4tdXMsY3IkNDQ5MTgxMjA1MSx2JDIuMCxhaWQkd0MuRkR3cndFM2ctLGJpJDIyODEwNzgwNTEsbW1lJDk2MTY4NjE0OTE5MjM4MjcxMDUsciQwLHlvbyQxLGFncCQzNDg0ODY4NTUxLGFwJExSRUMpKQ/2/*//--%253E%253Cscript%2520type%253D%2522text/javascript%2522%2520src%253D%2522https%253A//2912a.v.fwmrm.net/ad/g/1%253Fflag%253D-ptil%2526nw%253D168234%2526csid%253D1197056126%2526pvrn%253D1481706596.644086%2526resp%253Dad%2526prof%253D168234%253AABC_Live_HTTPS_Display%253B%253Bptgt%253Ds%2526envp%253Dg_js%2526slid%253Drectangle%2526slau%253DRectangle%252520300x250%257CRectangle%252520300x600%2526w%253D300%2526h%253D250%2522%2520width%253D%2522300%2522%2520height%253D%2522250%2522%253E%253C/script%253E%250A%253Cnoscript%253E%253Ciframe%2520src%253D%2522https%253A//2912a.v.fwmrm.net/ad/g/1%253Fnw%253D168234%2526csid%253D1197056126%2526pvrn%253D1481706596.644086%2526resp%253Dad%2526prof%253D168234%253AABC_Live_HTTPS_Display_iframe%253B%253Bptgt%253Ds%2526envp%253Dg_iframe%2526slid%253Drectangle%2526slau%253DRectangle%252520300x250%257CRectangle%252520300x600%2526w%253D300%2526h%253D250%2522%2520width%253D%2522300%2522%2520height%253D%2522250%2522%2520/%253E%253C/noscript%253E%253Cscript%253Evar%2520url%2520%253D%2520%2522https%253A//sb.voicefive.com/c2/18904046/rs.js%2523c1%253D3%2526c3%253Dapt-630480051%2526c4%253D4491812051%2526c5%253D3484868551_gma.yahoo.com%257C-1%2526c6%253D%2526c10%253D1%2526c11%253D%2526c13%253D%2526c16%253Dyho%257Ccbt%2526rn%253D1481706596425881%2522%253B%2520if%2528url%2520%2526%2526%2520url.search%2528%2522http%2522%2529%2520%2521%253D%2520-1%2529%257Bdocument.write%2528%2527%253Cscript%2520src%253D%2522%2527%2520+%2520url%2520+%2520%2527%2522%253E%253C%255C/script%253E%2527%2529%253B%257D%253C/script%253E%253C%2521--QYZ%25202281078051%252C4491812051%252C%253B%253BLREC%253B1197056126%253B1--%253E%253C/div%253E&amp;src=https%3A//s.yimg.com/rq/darla/2-9-9/html/r-sf.html&amp;cscHTML=&amp;cscURI=&amp;behavior=non_exp&amp;hasErr=&amp;hasError=&amp;adID=999999&amp;matchID=&amp;bookID=2281078051&amp;serveType=-1&amp;slotID=4&amp;size=300x250&amp;hasExternal=&amp;hasRMX=&amp;ioID=999999&amp;lineID=999999&amp;creativeID=4491812051&amp;placementID=3484868551&amp;impID=wC.FDwrwE3g-&amp;supp_ugc=0&amp;fdb=fdb_url%3Dhttps%253A//beap-bc.yahoo.com/af/sg3%253Fbv%253D1.0.0%2526bs%253D%2528160t3g6os%2528gid%2524Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%252Cst%25241481706596425881%252Csrv%25241%252Csi%25244464051%252Cct%252425%252Cexp%25241481713796425881%252Cadv%252426429045973%252Cli%25243483658551%252Ccr%25244491812051%252Cv%25241.0%252Cpbid%252420459933223%252Cseid%2524125022551%2529%2529%2526al%253D%2528type%2524%257Btype%257D%252Ccmnt%2524%257Bcmnt%257D%252Csubo%2524%257Bsubo%257D%2529%2526r%253D10%26fdb_on%3D1%26fdb_exp%3D1481713796425%26fdb_intl%3Den-US&amp;adc=label%3DAdChoices%26url%3Dhttps%253A//info.yahoo.com/privacy/us/yahoo/relevantads.html%26close%3DClose%26closeAd%3DClose%2520Ad%26showAd%3DShow%2520ad%26collapse%3DCollapse%26fdb%3DI%2520don%2527t%2520like%2520this%2520ad%26code%3Den-us&amp;closeBtn=&amp;serveTime=1481706596425881&amp;is3rd=0&amp;meta=ownerKey%253Dy%2526title%253DVeteran%252520Wraps%252520Baby%252520in%252520American%252520Flag%25252C%252520Photo%252520Sparks%252520Controversy%252520-%252520Yahoo%2526url%253Dhttps%25253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%252523%2526urlref%253D%2526y%253DcscHTML%25253D%252526cscURI%25253D%252526impID%25253DwC.FDwrwE3g-%252526supp_ugc%25253D0%252526placementID%25253D3484868551%252526creativeID%25253D4491812051%252526serveTime%25253D1481706596425881%252526behavior%25253Dnon_exp%252526adID%25253D9616861491923827105%252526matchID%25253D999999.999999.999999.999999%252526err%25253D%252526facStatus%25253D%252526hasExternal%25253D0%252526size%25253D300x250%252526bookID%25253D2281078051%252526serveType%25253D-1%252526slotID%25253D4%252526fdb%25253D%2525257B%25252520%25252522fdb_url%25252522%2525253A%25252520%25252522https%2525253A%2525255C/%2525255C/beap-bc.yahoo.com%2525255C/af%2525255C/sg3%2525253Fbv%2525253D1.0.0%25252526bs%2525253D%25252528160t3g6os%25252528gid%25252524Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%2525252Cst%252525241481706596425881%2525252Csrv%252525241%2525252Csi%252525244464051%2525252Cct%2525252425%2525252Cexp%252525241481713796425881%2525252Cadv%2525252426429045973%2525252Cli%252525243483658551%2525252Ccr%252525244491812051%2525252Cv%252525241.0%2525252Cpbid%2525252420459933223%2525252Cseid%25252524125022551%25252529%25252529%25252526al%2525253D%25252528type%25252524%2525257Btype%2525257D%2525252Ccmnt%25252524%2525257Bcmnt%2525257D%2525252Csubo%25252524%2525257Bsubo%2525257D%25252529%25252526r%2525253D10%25252522%2525252C%25252520%25252522fdb_on%25252522%2525253A%25252520%252525221%25252522%2525252C%25252520%25252522fdb_exp%25252522%2525253A%25252520%252525221481713796425%25252522%2525252C%25252520%25252522fdb_intl%25252522%2525253A%25252520%25252522en-US%25252522%25252520%2525257D%252526slotData%25253Dpt%2525253D1%25252526bamt%2525253D10000000000.000000%25252526namt%2525253D0.000000%25252526isLiveAdPreview%2525253Dfalse%25252526is_ad_feedback%2525253Dfalse%25252526trusted_custom%2525253Dfalse%25252526isCompAds%2525253Dfalse%25252526adjf%2525253D1.000000%25252526alpha%2525253D-1.000000%25252526ffrac%2525253D1.000000%25252526pcpm%2525253D-1.000000%25252526fc%2525253Dfalse%25252526ecpm%2525253D0%25252526sdate%2525253D1450211435%25252526edate%2525253D1483246799%25252526bimpr%2525253D0%25252526pimpr%2525253D-473546912%25252526spltp%2525253D0%25252526frp%2525253Dfalse%25252526pvid%2525253DSb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%252526adc%25253D%2525257B%25252522label%25252522%2525253A%25252522AdChoices%25252522%2525252C%25252522url%25252522%2525253A%25252522https%2525253A%2525255C/%2525255C/info.yahoo.com%2525255C/privacy%2525255C/us%2525255C/yahoo%2525255C/relevantads.html%25252522%2525252C%25252522close%25252522%2525253A%25252522Close%25252522%2525252C%25252522closeAd%25252522%2525253A%25252522Close%25252520Ad%25252522%2525252C%25252522showAd%25252522%2525253A%25252522Show%25252520ad%25252522%2525252C%25252522collapse%25252522%2525253A%25252522Collapse%25252522%2525252C%25252522fdb%25252522%2525253A%25252522I%25252520don%25252527t%25252520like%25252520this%25252520ad%25252522%2525252C%25252522code%25252522%2525253A%25252522en-us%25252522%2525257D%252526is3rd%25253D0%252526userProvidedData%25253D&amp;conf=pos%3DLREC%26id%3DLREC%26w%3D300%26h%3D250%26dest%3Dyom-ad-LREC-iframe%26fr%3DexpIfr_exp%26clean%3Dyom-ad-LREC%26rmxp%3D0%26metaSize%3Dtrue%26supports%3Dexp-ovr%253D1%2526lyr%253D1%26z%3D10%26wcpx%3D1%26hcpx%3D1%26async%3Dfalse%26css%3D%26size%3D300x250%26bg%3Dtransparent%26tgt%3D_blank%26timeout%3Dfalse%26lowHTML%3D%26fdb%3Don%253D0%2526where%253Doutside%26meta%3Dtitle%253DVeteran%252520Wraps%252520Baby%252520in%252520American%252520Flag%25252C%252520Photo%252520Sparks%252520Controversy%252520-%252520Yahoo%2526url%253Dhttps%25253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%252523%2526urlref%253D%26flex%3Dfalse&amp;bindOnly=false&amp;expanded=false&amp;viewSent=false&amp;loadSent=false&amp;nochrome=false&amp;ownsBG=false&amp;ownsLYR=false&amp;exP=false&amp;animating=false&amp;ckOn=true&amp;flexW=false&amp;flexH=false&amp;hf=true&amp;isFallback=-1&amp;fallbackSource=-1&amp;mouseover=0&amp;fbkTimer=0&amp;loadedAt=0&amp;nested=-1&amp;origX=900&amp;origY=530.1666870117188&amp;exW=-1&amp;exH=-1&amp;exT=-1&amp;exL=-1&amp;geom=id%253Dyom-ad-LREC-iframe%2526orph%253Dfalse%2526synched%253D2%2526rect%253Dt%25253D530.1666870117188%252526l%25253D900%252526b%25253D780.1666870117188%252526r%25253D1200%252526w%25253D300%252526h%25253D250%2526self%253Dt%25253D530.1666870117188%252526l%25253D900%252526b%25253D780.1666870117188%252526r%25253D1200%252526w%25253D300%252526h%25253D250%252526iv%25253D0.72%252526riv%25253D0.72%252526xiv%25253D1%252526yiv%25253D0.72%252526civ%25253D0%252526pact%25253Dtrue%252526pvis%25253Dtrue%252526ts%25253D1481706756808%252526ivts%25253D1481706756802%252526ovts%25253D0%252526vr%25253D-1%252526vage%25253D5%252526vthresh%25253D50%252526rts%25253D1481706756803%252526age%25253D4%252526actage%25253D0%2526par%253Dt%25253D0%252526l%25253D0%252526b%25253D710%252526r%25253D1280%252526w%25253D1280%252526h%25253D710%2526exp%253Dt%25253D530.1666870117188%252526l%25253D900%252526b%25253D0%252526r%25253D80%252526w%25253D0%252526h%25253D0%252526iv%25253D0.72%252526riv%25253D0.72%252526xiv%25253D1%252526yiv%25253D0.72%252526civ%25253D0%2526fixed%253Dnull%2526scrollAdjust%253Dfalse%2526scroll%253Dtrue%2526root%253Dtrue%2526win%253Dt%25253D0%252526l%25253D0%252526b%25253D710%252526r%25253D1280%252526w%25253D1280%252526h%25253D710%2526doc%253Dt%25253D0%252526l%25253D0%252526b%25253D2518%252526r%25253D1280%252526w%25253D1280%252526h%25253D2518&amp;chrome=null&amp;flexInf=false&amp;dm=&amp;fpaint=null&amp;renderClass=expIfr_exp&amp;guid=dr__1_1481706756743_89&amp;ert=0&amp;eicf=0&amp;eff=0&amp;fbl=&amp;bbl=&amp;bv=53&amp;srcHost=https%3A//s.yimg.com&amp;host=https%3A//gma.yahoo.com&amp;hostURL=https%253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html&amp;fromURL=&amp;proxyID=&amp;html5=1&amp;proxyPath=" style="position: absolute; z-index: 10; width: 300px; height: 250px; top: 0px; left: 0px; visibility: hidden; display: none;" id="yom-ad-LREC-iframe" src="https://s.yimg.com/rq/darla/2-9-9/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ <section class="yom-mod " id="mediacontentgenericlistings_2" data-ylk="mid:mediacontentgenericlistings_2;mpos:3;cat:Featured;t1:a4;t2:lst-ct;sec:lst-ct;">
+ <div class="yom-generic-listings-module yom-app ">
+ <div class="hd">
+ <h2>Featured</h2>
+ </div>
+ <div class="bd">
+ <div class="latest-content-inline ">
+ <ul>
+ <li class="generic-list-item story" data-uuid="16f9f18d-d40a-313b-a0cd-070c86f36465">
+ <a class="thumb-link" href="/growing-pains-star-alan-thicke-dead-69-033106505--abc-news-topstories.html" data-ylk="itc:0;tar:gma.yahoo.com;ct:1;rspns:nav;t1:a4;t2:lst-ct;sec:lst-ct;elm:img;ad:;elmt:ct;cat:Featured;cpos:1;test:;g:16f9f18d-d40a-313b-a0cd-070c86f36465;aid:;prov:Good Morning America;pkgt:15;" data-rapid_p="1"> <img src="https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png" class="thumb-img lzbg" style="background-image:url('https://s.yimg.com/bt/api/res/1.2/yP11lodET6LNmMz201fYLg--/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9ODQ7cHlvZmY9MzA7cT03NTt3PTE0OQ--/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-alan-thicke-er-161213_16x9_992.jpg.cf.jpg')" height="84" width="149" /> </a>
+ <div class="listing-title"> <a href="/growing-pains-star-alan-thicke-dead-69-033106505--abc-news-topstories.html" data-ylk="itc:0;tar:gma.yahoo.com;ct:1;rspns:nav;t1:a4;t2:lst-ct;sec:lst-ct;elm:hdln;ad:;elmt:ct;cat:Featured;cpos:1;test:;g:16f9f18d-d40a-313b-a0cd-070c86f36465;aid:;prov:Good Morning America;pkgt:15;" data-rapid_p="2">'Growing Pains' Star Alan Thicke Dead at 6 …</a> </div>
+ </li>
+ <li class="generic-list-item story" data-uuid="f19aca0b-c4b8-3be7-8ce8-a23789fb7b96">
+ <a class="thumb-link" href="/syrian-government-reportedly-kills-dozens-civilians-aleppo-spot-122713123--abc-news-topstories.html" data-ylk="itc:0;tar:gma.yahoo.com;ct:1;rspns:nav;t1:a4;t2:lst-ct;sec:lst-ct;elm:img;ad:;elmt:ct;cat:Featured;cpos:2;test:;g:f19aca0b-c4b8-3be7-8ce8-a23789fb7b96;aid:;prov:Good Morning America;pkgt:15;" data-rapid_p="3"> <img src="https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png" class="thumb-img lzbg" style="background-image:url('https://s.yimg.com/bt/api/res/1.2/DwsnklBD5nt4XLDpxBtjjw--/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9ODQ7cHlvZmY9MzA7cT03NTt3PTE0OQ--/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/GTY-aleppo_01_as_161213_16x9_992.jpg.cf.jpg')" height="84" width="149" /> </a>
+ <div class="listing-title"> <a href="/syrian-government-reportedly-kills-dozens-civilians-aleppo-spot-122713123--abc-news-topstories.html" data-ylk="itc:0;tar:gma.yahoo.com;ct:1;rspns:nav;t1:a4;t2:lst-ct;sec:lst-ct;elm:hdln;ad:;elmt:ct;cat:Featured;cpos:2;test:;g:f19aca0b-c4b8-3be7-8ce8-a23789fb7b96;aid:;prov:Good Morning America;pkgt:15;" data-rapid_p="4">Syrian Government Reportedly Kills Dozens of Civilians …</a> </div>
+ </li>
+ <li class="generic-list-item story" data-uuid="da0a1fba-50dc-3111-b6f6-70dd528f4257">
+ <a class="thumb-link" href="/founder-corepower-yoga-trevor-tice-found-dead-under-021223966--abc-news-topstories.html" data-ylk="itc:0;tar:gma.yahoo.com;ct:1;rspns:nav;t1:a4;t2:lst-ct;sec:lst-ct;elm:img;ad:;elmt:ct;cat:Featured;cpos:3;test:;g:da0a1fba-50dc-3111-b6f6-70dd528f4257;aid:;prov:Good Morning America;pkgt:15;" data-rapid_p="5"> <img src="https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png" class="thumb-img lzbg" style="background-image:url('https://s1.yimg.com/bt/api/res/1.2/mf.rBOikm5maS3pSOJySNQ--/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9ODQ7cHlvZmY9MzA7cT03NTt3PTE0OQ--/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-san-diego-death-scene-jt-161213_16x9_992.jpg.cf.jpg')" height="84" width="149" /> </a>
+ <div class="listing-title"> <a href="/founder-corepower-yoga-trevor-tice-found-dead-under-021223966--abc-news-topstories.html" data-ylk="itc:0;tar:gma.yahoo.com;ct:1;rspns:nav;t1:a4;t2:lst-ct;sec:lst-ct;elm:hdln;ad:;elmt:ct;cat:Featured;cpos:3;test:;g:da0a1fba-50dc-3111-b6f6-70dd528f4257;aid:;prov:Good Morning America;pkgt:15;" data-rapid_p="6">Founder of CorePower Yoga Trevor Tice Found Dead Under …</a> </div>
+ </li>
+ <li class="generic-list-item story" data-uuid="6470aced-4402-3388-b298-eb5e7fe6ea74">
+ <a class="thumb-link" href="/woman-shares-her-journey-fitness-competitor-cancer-fighter-003315567--abc-news-topstories.html" data-ylk="itc:0;tar:gma.yahoo.com;ct:1;rspns:nav;t1:a4;t2:lst-ct;sec:lst-ct;elm:img;ad:;elmt:ct;cat:Featured;cpos:4;test:;g:6470aced-4402-3388-b298-eb5e7fe6ea74;aid:;prov:Good Morning America;pkgt:15;" data-rapid_p="7"> <img src="https://s.yimg.com/os/mit/media/m/base/images/transparent-1093278.png" class="thumb-img lzbg" style="background-image:url('https://s.yimg.com/bt/api/res/1.2/xP526VTC0mvU1.06CVV3qA--/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9ODQ7cHlvZmY9MzA7cT03NTt3PTE0OQ--/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-cheyenne-clark-jt-161213_v4x3_16x9_992.jpg.cf.jpg')" height="84" width="149" /> </a>
+ <div class="listing-title"> <a href="/woman-shares-her-journey-fitness-competitor-cancer-fighter-003315567--abc-news-topstories.html" data-ylk="itc:0;tar:gma.yahoo.com;ct:1;rspns:nav;t1:a4;t2:lst-ct;sec:lst-ct;elm:hdln;ad:;elmt:ct;cat:Featured;cpos:4;test:;g:6470aced-4402-3388-b298-eb5e7fe6ea74;aid:;prov:Good Morning America;pkgt:15;" data-rapid_p="8">Woman Shares Her Journey From Fitness Competitor to …</a> </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </section>
+ <div class="yom-remote">
+ <div class="" id="td-applet-logo_container">
+ <div id="applet_24116749590382110" class="App_v2 js-applet" data-applet-guid="24116749590382110" data-applet-type="td-applet-logo">
+ <div class="App-Bd">
+ <div class="App-Main" data-region="main">
+ <div class="js-applet-view-container-main">
+
+ <div id="about-banner" class="P-0 Mt-10 Ta-c">
+
+
+ <a href="http://abcnews.go.com/GMA/fullpage/warm-coats-warm-hearts-coat-drive-34507397" title="Fall Concert Series" target="_blank" data-ylk="rspns:nav;t1:a4;t2:logo;sec:logo;itc:0;sp:1;cid:false;slk:Fall Concert Series;elm:img;elmt:logo;cat:false;tar:http://abcnews.go.com/GMA/fullpage/warm-coats-warm-hearts-coat-drive-34507397;"><img src="https://s1.yimg.com/bt/api/res/1.2/hKyjW43m0l4.kBals8086A--/YXBwaWQ9eW5ld3NfdGQ7dz0zMDA-/http://l.yimg.com/os/publish-images/gma/2016-11-11/64ff5020-a82c-11e6-b057-9b0ebc47e0e8_burlngton-warmest-day-ever-300x100_2-1-.jpg" alt="Fall Concert Series" /></a>
+
+ </div>
+ <style type="text/css">
+ #about-banner &gt;
+ div {
+ border: none;
+ margin: 0;
+ }
+
+ #about-banner a {
+ outline: none;
+ }
+
+ #about-banner &gt;
+ div div:nth-child(2) {
+ font-weight: 300;
+ }
+ </style>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="yom-remote">
+ <div class="" id="td-applet-logo_2_container">
+ <div id="applet_58771378193913290" class="App_v2 js-applet" data-applet-guid="58771378193913290" data-applet-type="td-applet-logo">
+ <div class="App-Bd">
+ <div class="App-Main" data-region="main">
+ <div class="js-applet-view-container-main">
+
+ <div id="about-banner" class="P-0 Mt-10 Ta-c">
+
+
+ <a href="http://abcnews.go.com/US/macys-campaign-encourages-kids-mail-letters-santa-benefit/story?id=17667442" title="Burlington" target="_blank" data-ylk="rspns:nav;t1:a4;t2:logo;sec:logo;itc:0;sp:1;cid:false;slk:Burlington;elm:img;elmt:logo;cat:false;tar:http://abcnews.go.com/US/macys-campaign-encourages-kids-mail-letters-santa-benefit/story?id=17667442;"><img src="https://s1.yimg.com/bt/api/res/1.2/XnqS7qMlmcUzu0UhsCcVMQ--/YXBwaWQ9eW5ld3NfdGQ7dz0zMDA-/http://l.yimg.com/os/publish-images/gma/2016-11-08/128c7a80-a5ec-11e6-8f6d-950a85831b23_Macys_Believe_300x100_2.jpg" alt="Burlington" /></a>
+
+ </div>
+ <style type="text/css">
+ #about-banner &gt;
+ div {
+ border: none;
+ margin: 0;
+ }
+
+ #about-banner a {
+ outline: none;
+ }
+
+ #about-banner &gt;
+ div div:nth-child(2) {
+ font-weight: 300;
+ }
+ </style>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="yom-mod yom-twittertimeline" id="yom-twittertimelineGMA_466161154243313665_400">
+ <div class="bd">
+ <div class="yom-iframe-wrap" id="yom-twittertimelineGMA_466161154243313665_400-ifr" style="width:100%;height:400px;"><noscript>&lt;iframe src="https://gma.yahoo.com/_xhr/social/twitter-timeline/?id=7w0RmYNLaFM-&amp;widget_id=466161154243313665&amp;height=400&amp;twitter_lang=en-US" frameborder="0" scrolling="no" style="width:100%;height:400px;"&gt; &lt;/iframe&gt;</noscript></div>
+ </div>
+ </div>
+ <div id="yom-ad-LREC2" class="yom-ad yom-ad-LREC2" style="visibility: hidden;">
+ <div id="sb_rel_yom-ad-LREC2-iframe" class="darla" style="position: relative; z-index: 9; width: 300px; height: 250px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe name="pos=LREC2&amp;id=yom-ad-LREC2-iframe&amp;html=%253Cstyle%2520type%253D%2522text/css%2522%253E%250A.CAN_ad%2520.yadslug%2520%257B%250A%2520%2520%2520%2520position%253A%2520absolute%2520%2521important%253B%2520right%253A%25201px%253B%2520top%253A1px%253B%2520display%253Ainline-block%250A%2521important%253B%2520z-index%2520%253A%2520999%253B%250A%2520%2520%2520%2520color%253A%2523999%2520%2521important%253Btext-decoration%253Anone%253Bbackground%253A%2523fff%250Aurl%2528%2527https%253A//secure.footprint.net/yieldmanager/apex/mediastore/adchoice_1.png%2527%2529%2520no-repeat%2520100%2525%25200%250A%2521important%253Bcursor%253Ahand%2520%2521important%253Bheight%253A12px%2520%2521important%253Bpadding%253A0px%252014px%25200px%250A1px%2520%2521important%253Bdisplay%253Ainline-block%2520%2521important%253B%250A%257D%250A.CAN_ad%2520.yadslug%2520span%2520%257Bdisplay%253Anone%2520%2521important%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520%257Bzoom%253A%25201%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520span%2520%257Bdisplay%253Ainline-block%2520%2521important%253Bcolor%253A%2523999%250A%2521important%253B%257D%250A.CAN_ad%2520.yadslug%253Ahover%2520span%252C%2520.CAN_ad%2520.yadslug%253Ahover%2520%257Bfont%253A11px%2520arial%250A%2521important%253B%257D%250A%253C/style%253E%2520%2520%2520%2520%250A%253Cdiv%2520class%253D%2522CAN_ad%2522%2520style%253D%2522display%253Ainline-block%253Bposition%253A%2520relative%253B%2522%253E%250A%253Ca%2520class%253D%2522yadslug%2522%250Ahref%253D%2522http%253A//info.yahoo.com/relevantads/%2522%250Atarget%253D%2522_blank%2522%253E%253Cspan%253EAdChoices%253C/span%253E%253C/a%253E%253C%2521--%2520APT%2520Vendor%253A%2520FreeWheel%2520Media%2520--%253E%250A%253C%2521--https%253A//beap-bc.yahoo.com/yc/YnY9MS4wLjAmYnM9KDE3amdwaWdpNShnaWQkU2I3SHFERXdOaTdGSDd2YVdGRU1Zd0ZUTVRFNExsaFJER1RfbmV1byxzdCQxNDgxNzA2NTk2NDI1ODgxLHNpJDQ0NjQwNTEsc3AkMTE5NzA1NjEyNixjdCQyNSx5YngkSTV5TUFLZFRLQkpWRjh0UndyanJtdyxsbmckZW4tdXMsY3IkNDQ2NTI2MTA1MSx2JDIuMCxhaWQkMXBDRkR3cndFM2ctLGJpJDIyODEwODcwNTEsbW1lJDk2MTY4NTUwNDk0NzI4MDc2MjAsciQwLHlvbyQxLGFncCQzNDg0OTk4NTUxLGFwJExSRUMyKSk/1/*//--%253E%253Cscript%2520type%253D%2522text/javascript%2522%2520src%253D%2522https%253A//2912a.v.fwmrm.net/ad/g/1%253Fflag%253D-ptil%2526nw%253D168234%2526csid%253D1197056126%2526pvrn%253D1481706596.644210%2526resp%253Dad%2526prof%253D168234%253AABC_Live_HTTPS_Display%253B%253Bptgt%253Ds%2526envp%253D%2526slid%253Drectangle2%2526slau%253DRectangle2%252520300x250%257CRectangle2%252520300x600%2526w%253D300%2526h%253D250%2526cd%253D300%252C250%257C300%252C600%2522%253E%253C/script%253E%253Cnoscript%253E%253Ciframe%2520src%253D%2522https%253A//2912a.v.fwmrm.net/ad/g/1%253Fflag%253D-ptil%2526nw%253D168234%2526csid%253D1197056126%2526pvrn%253D1481706596.644210%2526resp%253Dad%2526prof%253D168234%253AABC_Live_HTTPS_Display_iframe%253B%253Bptgt%253Ds%2526envp%253D%2526slid%253Drectangle2%2526slau%253DRectangle2%252520300x250%257CRectangle2%252520300x600%2526w%253D300%2526h%253D250%2526cd%253D300%252C250%257C300%252C600%2522%2520width%253D%2522300%2522%2520height%253D%2522250%2522%2520border%253D%25220%2522%2520/%253E%253C/noscript%253E%253Cscript%253Evar%2520url%2520%253D%2520%2522https%253A//sb.voicefive.com/c2/18904046/rs.js%2523c1%253D3%2526c3%253Dapt-630480051%2526c4%253D4465261051%2526c5%253D3484998551_gma.yahoo.com%257C-1%2526c6%253D%2526c10%253D1%2526c11%253D%2526c13%253D%2526c16%253Dyho%257Ccbt%2526rn%253D1481706596425881%2522%253B%2520if%2528url%2520%2526%2526%2520url.search%2528%2522http%2522%2529%2520%2521%253D%2520-1%2529%257Bdocument.write%2528%2527%253Cscript%2520src%253D%2522%2527%2520+%2520url%2520+%2520%2527%2522%253E%253C%255C/script%253E%2527%2529%253B%257D%253C/script%253E%253C%2521--QYZ%25202281087051%252C4465261051%252C%253B%253BLREC2%253B1197056126%253B1--%253E%253C/div%253E&amp;src=https%3A//s.yimg.com/rq/darla/2-9-9/html/r-sf.html&amp;cscHTML=&amp;cscURI=&amp;behavior=expIfr_exp&amp;hasErr=&amp;hasError=&amp;adID=999999&amp;matchID=&amp;bookID=2281087051&amp;serveType=-1&amp;slotID=5&amp;size=300x250&amp;hasExternal=&amp;hasRMX=&amp;ioID=999999&amp;lineID=999999&amp;creativeID=4465261051&amp;placementID=3484998551&amp;impID=1pCFDwrwE3g-&amp;supp_ugc=0&amp;fdb=fdb_url%3Dhttps%253A//beap-bc.yahoo.com/af/sg3%253Fbv%253D1.0.0%2526bs%253D%25281602h96k2%2528gid%2524Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%252Cst%25241481706596425881%252Csrv%25241%252Csi%25244464051%252Cct%252425%252Cexp%25241481713796425881%252Cadv%252426429045973%252Cli%25243483788551%252Ccr%25244465261051%252Cv%25241.0%252Cpbid%252420459933223%252Cseid%2524125022551%2529%2529%2526al%253D%2528type%2524%257Btype%257D%252Ccmnt%2524%257Bcmnt%257D%252Csubo%2524%257Bsubo%257D%2529%2526r%253D10%26fdb_on%3D1%26fdb_exp%3D1481713796425%26fdb_intl%3Den-US&amp;adc=label%3DAdChoices%26url%3Dhttps%253A//info.yahoo.com/privacy/us/yahoo/relevantads.html%26close%3DClose%26closeAd%3DClose%2520Ad%26showAd%3DShow%2520ad%26collapse%3DCollapse%26fdb%3DI%2520don%2527t%2520like%2520this%2520ad%26code%3Den-us&amp;closeBtn=&amp;serveTime=1481706596425881&amp;is3rd=0&amp;meta=ownerKey%253Dy%2526title%253DVeteran%252520Wraps%252520Baby%252520in%252520American%252520Flag%25252C%252520Photo%252520Sparks%252520Controversy%252520-%252520Yahoo%2526url%253Dhttps%25253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%252523%2526urlref%253D%2526y%253DcscHTML%25253D%252526cscURI%25253D%252526impID%25253D1pCFDwrwE3g-%252526supp_ugc%25253D0%252526placementID%25253D3484998551%252526creativeID%25253D4465261051%252526serveTime%25253D1481706596425881%252526behavior%25253DexpIfr_exp%252526adID%25253D9616855049472807620%252526matchID%25253D999999.999999.999999.999999%252526err%25253D%252526facStatus%25253D%252526hasExternal%25253D0%252526size%25253D300x250%252526bookID%25253D2281087051%252526serveType%25253D-1%252526slotID%25253D5%252526fdb%25253D%2525257B%25252520%25252522fdb_url%25252522%2525253A%25252520%25252522https%2525253A%2525255C/%2525255C/beap-bc.yahoo.com%2525255C/af%2525255C/sg3%2525253Fbv%2525253D1.0.0%25252526bs%2525253D%252525281602h96k2%25252528gid%25252524Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%2525252Cst%252525241481706596425881%2525252Csrv%252525241%2525252Csi%252525244464051%2525252Cct%2525252425%2525252Cexp%252525241481713796425881%2525252Cadv%2525252426429045973%2525252Cli%252525243483788551%2525252Ccr%252525244465261051%2525252Cv%252525241.0%2525252Cpbid%2525252420459933223%2525252Cseid%25252524125022551%25252529%25252529%25252526al%2525253D%25252528type%25252524%2525257Btype%2525257D%2525252Ccmnt%25252524%2525257Bcmnt%2525257D%2525252Csubo%25252524%2525257Bsubo%2525257D%25252529%25252526r%2525253D10%25252522%2525252C%25252520%25252522fdb_on%25252522%2525253A%25252520%252525221%25252522%2525252C%25252520%25252522fdb_exp%25252522%2525253A%25252520%252525221481713796425%25252522%2525252C%25252520%25252522fdb_intl%25252522%2525253A%25252520%25252522en-US%25252522%25252520%2525257D%252526slotData%25253Dpt%2525253D1%25252526bamt%2525253D10000000000.000000%25252526namt%2525253D0.000000%25252526isLiveAdPreview%2525253Dfalse%25252526is_ad_feedback%2525253Dfalse%25252526trusted_custom%2525253Dfalse%25252526isCompAds%2525253Dfalse%25252526adjf%2525253D1.000000%25252526alpha%2525253D-1.000000%25252526ffrac%2525253D1.000000%25252526pcpm%2525253D-1.000000%25252526fc%2525253Dfalse%25252526ecpm%2525253D0%25252526sdate%2525253D1450211421%25252526edate%2525253D1483246799%25252526bimpr%2525253D0%25252526pimpr%2525253D-476877856%25252526spltp%2525253D0%25252526frp%2525253Dfalse%25252526pvid%2525253DSb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%252526adc%25253D%2525257B%25252522label%25252522%2525253A%25252522AdChoices%25252522%2525252C%25252522url%25252522%2525253A%25252522https%2525253A%2525255C/%2525255C/info.yahoo.com%2525255C/privacy%2525255C/us%2525255C/yahoo%2525255C/relevantads.html%25252522%2525252C%25252522close%25252522%2525253A%25252522Close%25252522%2525252C%25252522closeAd%25252522%2525253A%25252522Close%25252520Ad%25252522%2525252C%25252522showAd%25252522%2525253A%25252522Show%25252520ad%25252522%2525252C%25252522collapse%25252522%2525253A%25252522Collapse%25252522%2525252C%25252522fdb%25252522%2525253A%25252522I%25252520don%25252527t%25252520like%25252520this%25252520ad%25252522%2525252C%25252522code%25252522%2525253A%25252522en-us%25252522%2525257D%252526is3rd%25253D0%252526userProvidedData%25253D&amp;conf=pos%3DLREC2%26id%3DLREC2%26w%3D300%26h%3D250%26dest%3Dyom-ad-LREC2-iframe%26fr%3DexpIfr_exp%26clean%3Dyom-ad-LREC2%26rmxp%3D0%26metaSize%3Dtrue%26supports%3Dexp-ovr%253D1%26z%3D10%26wcpx%3D1%26hcpx%3D1%26async%3Dfalse%26css%3D%26size%3D300x250%26bg%3Dtransparent%26tgt%3D_blank%26timeout%3Dfalse%26lowHTML%3D%26fdb%3Don%253D0%2526where%253Doutside%26meta%3Dtitle%253DVeteran%252520Wraps%252520Baby%252520in%252520American%252520Flag%25252C%252520Photo%252520Sparks%252520Controversy%252520-%252520Yahoo%2526url%253Dhttps%25253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%252523%2526urlref%253D%26flex%3Dfalse&amp;bindOnly=false&amp;expanded=false&amp;viewSent=false&amp;loadSent=false&amp;nochrome=false&amp;ownsBG=false&amp;ownsLYR=false&amp;exP=false&amp;animating=false&amp;ckOn=true&amp;flexW=false&amp;flexH=false&amp;hf=true&amp;isFallback=-1&amp;fallbackSource=-1&amp;mouseover=0&amp;fbkTimer=0&amp;loadedAt=0&amp;nested=-1&amp;origX=900&amp;origY=1673.9666748046875&amp;exW=-1&amp;exH=-1&amp;exT=-1&amp;exL=-1&amp;geom=id%253Dyom-ad-LREC2-iframe%2526orph%253Dfalse%2526synched%253D2%2526rect%253Dt%25253D1673.9666748046875%252526l%25253D900%252526b%25253D1923.9666748046875%252526r%25253D1200%252526w%25253D300%252526h%25253D250%2526self%253Dt%25253D1673.9666748046875%252526l%25253D900%252526b%25253D1923.9666748046875%252526r%25253D1200%252526w%25253D300%252526h%25253D250%252526iv%25253D0%252526riv%25253D0%252526xiv%25253D1%252526yiv%25253D0%252526civ%25253D0%252526pact%25253Dtrue%252526pvis%25253Dtrue%252526ts%25253D1481706756815%252526ivts%25253D0%252526ovts%25253D1481706756810%252526vr%25253D0%252526vage%25253D0%252526vthresh%25253D50%252526rts%25253D1481706756811%252526age%25253D4%252526actage%25253D0%2526par%253Dt%25253D0%252526l%25253D0%252526b%25253D710%252526r%25253D1280%252526w%25253D1280%252526h%25253D710%2526exp%253Dt%25253D1673.9666748046875%252526l%25253D900%252526b%25253D0%252526r%25253D0%252526w%25253D0%252526h%25253D0%252526iv%25253D0%252526riv%25253D0%252526xiv%25253D1%252526yiv%25253D0%252526civ%25253D0%2526fixed%253Dnull%2526scrollAdjust%253Dtrue%2526scroll%253Dtrue%2526root%253Dtrue%2526win%253Dt%25253D0%252526l%25253D0%252526b%25253D710%252526r%25253D1280%252526w%25253D1280%252526h%25253D710%2526doc%253Dt%25253D0%252526l%25253D0%252526b%25253D2518%252526r%25253D1280%252526w%25253D1280%252526h%25253D2518&amp;chrome=null&amp;flexInf=false&amp;dm=&amp;fpaint=null&amp;renderClass=expIfr_exp&amp;guid=dr__1_1481706756743_89&amp;ert=0&amp;eicf=0&amp;eff=0&amp;fbl=&amp;bbl=&amp;bv=53&amp;srcHost=https%3A//s.yimg.com&amp;host=https%3A//gma.yahoo.com&amp;hostURL=https%253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html&amp;fromURL=&amp;proxyID=&amp;html5=1&amp;proxyPath=" style="position: absolute; z-index: 10; width: 300px; height: 250px; top: 0px; left: 0px; visibility: hidden; display: none;" id="yom-ad-LREC2-iframe" src="https://s.yimg.com/rq/darla/2-9-9/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+ <section id="mediacontentfollowproperty_2_wrapper">
+ <div id="mediacontentfollowproperty_2" class="yom-mod yom-app yom-follow-property tiny" data-ylk="mid:mediacontentfollowproperty_2;mpos:2;sec:mod-sh-fwm;test:;itc:1;">
+ <div class="hd">
+ <h3 class="Grid-U App-Title Mend-0 follow-text">Follow GMA</h3>
+ </div>
+ <div class="bd">
+ <ul>
+ <li class="follow-property-facebook clearfix">
+ <div class="follow-icon small">
+ <a class="Mt-2" href="https://www.facebook.com/GoodMorningAmerica" rel="publisher" role="link" target="_blank" title="on Facebook" data-ylk="t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:icn;cpos:1;_p:1;itc:0;tar:www.facebook.com;test:;act:click;rspns:nav;slk:btn-sh-fb;elmt:sh-fb;" data-action-outcome="sh" data-rapid_p="1">
+ <i class="Icon"></i>
+ </a>
+ </div>
+ <div class="follow-title"><a href="https://www.facebook.com/GoodMorningAmerica" rel="publisher" role="link" target="_blank" title="on Facebook" data-ylk="t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:itm;cpos:1;_p:1;itc:0;tar:www.facebook.com;test:;act:click;rspns:nav;slk:btn-sh-fb;elmt:sh-fb;" data-action-outcome="sh" data-rapid_p="2">on Facebook</a></div>
+ </li>
+ <li class="follow-property-twitter clearfix">
+ <div class="follow-icon small">
+ <a class="Mt-2" href="https://twitter.com/GMA" rel="publisher" role="link" target="_blank" title="on Twitter" data-ylk="t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:icn;cpos:1;_p:2;itc:0;tar:twitter.com;test:;act:click;rspns:nav;slk:btn-sh-tw;elmt:sh-tw;" data-action-outcome="sh" data-rapid_p="3">
+ <i class="Icon"></i>
+ </a>
+ </div>
+ <div class="follow-title"><a href="https://twitter.com/GMA" rel="publisher" role="link" target="_blank" title="on Twitter" data-ylk="t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:itm;cpos:1;_p:2;itc:0;tar:twitter.com;test:;act:click;rspns:nav;slk:btn-sh-tw;elmt:sh-tw;" data-action-outcome="sh" data-rapid_p="4">on Twitter</a></div>
+ </li>
+ <li class="follow-property-tumblr clearfix">
+ <div class="follow-icon small">
+ <a class="Mt-2" href="http://goodmorningamerica.tumblr.com" rel="publisher" role="link" target="_blank" title="on Tumblr" data-ylk="t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:icn;cpos:1;_p:3;itc:0;tar:goodmorningamerica.tumblr.com;test:;act:click;rspns:nav;slk:btn-sh-tu;elmt:sh-tu;" data-action-outcome="sh" data-rapid_p="5">
+ <i class="Icon"></i>
+ </a>
+ </div>
+ <div class="follow-title"><a href="http://goodmorningamerica.tumblr.com" rel="publisher" role="link" target="_blank" title="on Tumblr" data-ylk="t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:itm;cpos:1;_p:3;itc:0;tar:goodmorningamerica.tumblr.com;test:;act:click;rspns:nav;slk:btn-sh-tu;elmt:sh-tu;" data-action-outcome="sh" data-rapid_p="6">on Tumblr</a></div>
+ </li>
+ <li class="follow-property-gplus clearfix">
+ <div class="follow-icon small">
+ <a class="Mt-2" href="https://plus.google.com/+GMA" rel="publisher" role="link" target="_blank" title="on Google+" data-ylk="t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:icn;cpos:1;_p:4;itc:0;tar:plus.google.com;test:;act:click;rspns:nav;slk:btn-sh-gp;elmt:sh-gp;" data-action-outcome="sh" data-rapid_p="7">
+ <i class="Icon"></i>
+ </a>
+ </div>
+ <div class="follow-title"><a href="https://plus.google.com/+GMA" rel="publisher" role="link" target="_blank" title="on Google+" data-ylk="t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:itm;cpos:1;_p:4;itc:0;tar:plus.google.com;test:;act:click;rspns:nav;slk:btn-sh-gp;elmt:sh-gp;" data-action-outcome="sh" data-rapid_p="8">on Google+</a></div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </section>
+ <div id="mediafooterinfo" class="yom-mod yom-footer-info Pb-10 Ta-c Bd-t App_v2" role="contentinfo">
+ <div class="bd Lh-12 M-0 P-0 Fz-xs">
+ <div class="copyright-providers Mb-10 Mt-0 P-0">
+ <cite></cite>
+ </div>
+ <div class="disclaimer Mb-10 Mt-0 P-0 Fz-s">
+ <cite></cite>
+ </div>
+ <div class="copyright Fz-xs Ta-c">
+ <span class="Fz-xs Mx-4 D-b">Yahoo - ABC News Network</span>
+ <ul class="D-ib M-0 P-0">
+ <li class="first D-i Fz-xs Mx-4 My-0 P-0">
+ <a href="http://help.yahoo.com/l/us/yahoo/" data-rapid_p="1">Help</a> / <a href="http://feedback.yahoo.com/forums/168859-news" data-rapid_p="2">Suggestions</a>
+ </li>
+ <li class="D-i Fz-xs Mx-4 My-0 P-0">
+ <a href="http://info.yahoo.com/privacy/us/yahoo/" data-rapid_p="3">Privacy</a>
+ </li>
+ <li class="D-i Fz-xs Mx-4 My-0 P-0">
+ <a href="http://info.yahoo.com/relevantads/" data-rapid_p="4">About Our Ads</a>
+ </li>
+ <li class="last D-i Fz-xs Mx-4 My-0 P-0">
+ <a href="http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html" data-rapid_p="5">Terms</a>
+ </li>
+ </ul>
+ </div>
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+ <!-- END N_C_R -->
+
+ <!-- START wrap -->
+ <div class="yog-wrap yog-full">
+
+ <iframe id="yom-ad-darla-callframe-darla" style="display:none;"></iframe>
+ </div>
+
+
+ <!-- END wrap -->
+
+
+ <!-- END full -->
+ <!-- Social Events -->
+
+ <!-- Feedback -->
+
+ </div>
+
+ <script type="text/javascript">
+ if (typeof rt_pushMoment !== 'undefined') rt_pushMoment("t3");
+ </script>
+ <div id="yom-ad-FOOT9" class="yom-ad yom-ad-FOOT9" style="visibility: inherit;">
+ <center></center>
+ </div>
+
+ <!-- SpaceID=1197056126 loc=WPFP noad -->
+ <!-- fac-gd2-noad -->
+ <!-- gd2-status-2 -->
+ <!--QYZ CMS_NONE_AVAIL,,;;WPFP;1197056126;2-->
+ <div id="yom-ad-FSRVY-0" class="yom-ad yom-ad-FSRVY-0" style="visibility: hidden;">
+ <div id="sb_rel_yom-ad-FSRVY-0-iframe" class="darla" style="position: relative; z-index: 9; width: 0px; height: 0px; visibility: inherit; display: inline-block; font-size: 0px;"><iframe name="pos=FSRVY-0&amp;id=yom-ad-FSRVY-0-iframe&amp;html=%253C%2521--%2520APT%2520Vendor%253A%2520Right%2520Media%252C%2520Format%253A%2520Standard%2520Graphical%2520--%253E%250A%253C%2521--%2520BEGIN%2520STANDARD%2520TAG%2520-%25201%2520x%25201%2520-%2520APT%2520Run-of%2520Yahoo%2520US%2520O%2526O%2520Redirects%2520-%2520DO%2520NOT%2520MODIFY%2520--%253E%250A%253CSCRIPT%2520TYPE%253D%2522text/javascript%2522%2520SRC%253D%2522https%253A//na.ads.yahoo.com/yax/banner%253Fve%253D1%2526tt%253D1%2526si%253D125022551%2526asz%253D1x1%2526u%253Dhttp%253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%2526gdAdId%253DfgyEDwrwE3g-%2526gdUuid%253DSb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%2526gdSt%253D1481706596425881%2526publisher_blob%253Dlmsid%253Aa0ad0000008A5ApAAK%253Brevsp%253Aus.abcnews.gma.com%253Blpstaid%253A4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c%257CSb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%257C1197056126%257CFSRVY%257C1481706596.643748%257C2-9-9%253Aysd%253A1%2526pub_redirect%253Dhttps%253A//beap-bc.yahoo.com/yc/YnY9MS4wLjAmYnM9KDE3anFlazAxNShnaWQkU2I3SHFERXdOaTdGSDd2YVdGRU1Zd0ZUTVRFNExsaFJER1RfbmV1byxzdCQxNDgxNzA2NTk2NDI1ODgxLHNpJDQ0NjQwNTEsc3AkMTE5NzA1NjEyNixjdCQyNSx5YngkSTV5TUFLZFRLQkpWRjh0UndyanJtdyxsbmckZW4tdXMsY3IkNDUyODE3NzA1MSx2JDIuMCxhaWQkZmd5RUR3cndFM2ctLGJpJDIzMTU5MzIwNTEsbW1lJDk3NTI1MTU4ODY0ODQ0NDE4NTAsciQwLHlvbyQxLGFncCQzNTM3MDA2NTUxLGFwJEZTUlZZKSk/1/*%2526K%253D1%2522%253E%253C/SCRIPT%253E%250A%253C%2521--%2520END%2520TAG%2520--%253E%253Cscript%253Evar%2520url%2520%253D%2520%2522https%253A//sb.voicefive.com/c2/18904046/rs.js%2523c1%253D3%2526c3%253Dapt-636749551%2526c4%253D4528177051%2526c5%253D3537006551_gma.yahoo.com%257C-1%2526c6%253D%2526c10%253D1%2526c11%253D%2526c13%253D%2526c16%253Dyho%257Ccbt%2526rn%253D1481706596425881%2522%253B%2520if%2528url%2520%2526%2526%2520url.search%2528%2522http%2522%2529%2520%2521%253D%2520-1%2529%257Bdocument.write%2528%2527%253Cscript%2520src%253D%2522%2527%2520+%2520url%2520+%2520%2527%2522%253E%253C%255C/script%253E%2527%2529%253B%257D%253C/script%253E%253C%2521--QYZ%25202315932051%252C4528177051%252C%253B%253BFSRVY%253B1197056126%253B1--%253E&amp;src=https%3A//s.yimg.com/rq/darla/2-9-9/html/r-sf.html&amp;cscHTML=&amp;cscURI=&amp;behavior=non_exp&amp;hasErr=&amp;hasError=&amp;adID=999999&amp;matchID=&amp;bookID=2315932051&amp;serveType=-1&amp;slotID=1&amp;size=1x1&amp;hasExternal=&amp;hasRMX=&amp;ioID=999999&amp;lineID=999999&amp;creativeID=4528177051&amp;placementID=3537006551&amp;impID=fgyEDwrwE3g-&amp;supp_ugc=0&amp;fdb=fdb_url%3Dhttps%253A//beap-bc.yahoo.com/af/sg3%253Fbv%253D1.0.0%2526bs%253D%2528160p31s53%2528gid%2524Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%252Cst%25241481706596425881%252Csrv%25241%252Csi%25244464051%252Cct%252425%252Cexp%25241481713796425881%252Cadv%252426513753608%252Cli%25243536867051%252Ccr%25244528177051%252Cv%25241.0%252Cpbid%252420459933223%252Cseid%2524125022551%2529%2529%2526al%253D%2528type%2524%257Btype%257D%252Ccmnt%2524%257Bcmnt%257D%252Csubo%2524%257Bsubo%257D%2529%2526r%253D10%26fdb_on%3D1%26fdb_exp%3D1481713796425%26fdb_intl%3Den-US&amp;adc=label%3DAdChoices%26url%3Dhttps%253A//info.yahoo.com/privacy/us/yahoo/relevantads.html%26close%3DClose%26closeAd%3DClose%2520Ad%26showAd%3DShow%2520ad%26collapse%3DCollapse%26fdb%3DI%2520don%2527t%2520like%2520this%2520ad%26code%3Den-us&amp;closeBtn=&amp;serveTime=1481706596425881&amp;is3rd=1&amp;meta=ownerKey%253Dy%2526title%253DVeteran%252520Wraps%252520Baby%252520in%252520American%252520Flag%25252C%252520Photo%252520Sparks%252520Controversy%252520-%252520Yahoo%2526url%253Dhttps%25253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%252523%2526urlref%253D%2526y%253DcscHTML%25253D%252526cscURI%25253D%252526impID%25253DfgyEDwrwE3g-%252526supp_ugc%25253D0%252526placementID%25253D3537006551%252526creativeID%25253D4528177051%252526serveTime%25253D1481706596425881%252526behavior%25253Dnon_exp%252526adID%25253D9752515886484441850%252526matchID%25253D999999.999999.999999.999999%252526err%25253D%252526facStatus%25253D%252526hasExternal%25253D0%252526size%25253D1x1%252526bookID%25253D2315932051%252526serveType%25253D-1%252526slotID%25253D1%252526fdb%25253D%2525257B%25252520%25252522fdb_url%25252522%2525253A%25252520%25252522https%2525253A%2525255C/%2525255C/beap-bc.yahoo.com%2525255C/af%2525255C/sg3%2525253Fbv%2525253D1.0.0%25252526bs%2525253D%25252528160p31s53%25252528gid%25252524Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%2525252Cst%252525241481706596425881%2525252Csrv%252525241%2525252Csi%252525244464051%2525252Cct%2525252425%2525252Cexp%252525241481713796425881%2525252Cadv%2525252426513753608%2525252Cli%252525243536867051%2525252Ccr%252525244528177051%2525252Cv%252525241.0%2525252Cpbid%2525252420459933223%2525252Cseid%25252524125022551%25252529%25252529%25252526al%2525253D%25252528type%25252524%2525257Btype%2525257D%2525252Ccmnt%25252524%2525257Bcmnt%2525257D%2525252Csubo%25252524%2525257Bsubo%2525257D%25252529%25252526r%2525253D10%25252522%2525252C%25252520%25252522fdb_on%25252522%2525253A%25252520%252525221%25252522%2525252C%25252520%25252522fdb_exp%25252522%2525253A%25252520%252525221481713796425%25252522%2525252C%25252520%25252522fdb_intl%25252522%2525253A%25252520%25252522en-US%25252522%25252520%2525257D%252526slotData%25253Dpt%2525253D8%25252526bamt%2525253D10000000000.000000%25252526namt%2525253D0.000000%25252526isLiveAdPreview%2525253Dfalse%25252526is_ad_feedback%2525253Dfalse%25252526trusted_custom%2525253Dfalse%25252526isCompAds%2525253Dfalse%25252526adjf%2525253D1.000000%25252526alpha%2525253D-1.000000%25252526ffrac%2525253D1.000000%25252526pcpm%2525253D-1.000000%25252526fc%2525253Dfalse%25252526sdate%2525253D1474408390%25252526edate%2525253D1561953540%25252526bimpr%2525253D82733924352%25252526pimpr%2525253D0%25252526spltp%2525253D0%25252526frp%2525253Dfalse%25252526pvid%2525253DSb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo%252526adc%25253D%2525257B%25252522label%25252522%2525253A%25252522AdChoices%25252522%2525252C%25252522url%25252522%2525253A%25252522https%2525253A%2525255C/%2525255C/info.yahoo.com%2525255C/privacy%2525255C/us%2525255C/yahoo%2525255C/relevantads.html%25252522%2525252C%25252522close%25252522%2525253A%25252522Close%25252522%2525252C%25252522closeAd%25252522%2525253A%25252522Close%25252520Ad%25252522%2525252C%25252522showAd%25252522%2525253A%25252522Show%25252520ad%25252522%2525252C%25252522collapse%25252522%2525253A%25252522Collapse%25252522%2525252C%25252522fdb%25252522%2525253A%25252522I%25252520don%25252527t%25252520like%25252520this%25252520ad%25252522%2525252C%25252522code%25252522%2525253A%25252522en-us%25252522%2525257D%252526is3rd%25253D1%252526userProvidedData%25253D&amp;conf=pos%3DFSRVY-0%26id%3DFSRVY-0%26w%3D1%26h%3D1%26dest%3Dyom-ad-FSRVY-0-iframe%26fr%3DexpIfr_exp%26clean%3Dyom-ad-FSRVY-0%26rmxp%3D0%26supports%3Dexp-ovr%253D1%2526lyr%253D1%26z%3D10%26wcpx%3D1%26hcpx%3D1%26async%3Dfalse%26css%3D%26metaSize%3Dfalse%26size%3D1x1%26bg%3Dtransparent%26tgt%3D_blank%26timeout%3Dfalse%26lowHTML%3D%26fdb%3Don%253D0%2526where%253Doutside%26meta%3Dtitle%253DVeteran%252520Wraps%252520Baby%252520in%252520American%252520Flag%25252C%252520Photo%252520Sparks%252520Controversy%252520-%252520Yahoo%2526url%253Dhttps%25253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%252523%2526urlref%253D%26flex%3Dfalse&amp;bindOnly=false&amp;expanded=false&amp;viewSent=false&amp;loadSent=false&amp;nochrome=false&amp;ownsBG=false&amp;ownsLYR=false&amp;exP=false&amp;animating=false&amp;ckOn=true&amp;flexW=false&amp;flexH=false&amp;hf=true&amp;isFallback=-1&amp;fallbackSource=-1&amp;mouseover=0&amp;fbkTimer=0&amp;loadedAt=0&amp;nested=-1&amp;origX=0&amp;origY=0&amp;exW=-1&amp;exH=-1&amp;exT=-1&amp;exL=-1&amp;geom=id%253Dyom-ad-FSRVY-0-iframe%2526orph%253Dtrue%2526synched%253D2%2526rect%253Dt%25253D0%252526l%25253D0%252526b%25253D0%252526r%25253D0%252526w%25253D0%252526h%25253D0%2526self%253Dt%25253D0%252526l%25253D0%252526b%25253D0%252526r%25253D0%252526w%25253D0%252526h%25253D0%252526iv%25253D0%252526riv%25253D0%252526xiv%25253D0%252526yiv%25253D0%252526civ%25253D0%252526pact%25253Dtrue%252526pvis%25253Dtrue%252526ts%25253D1481706756786%252526ivts%25253D0%252526ovts%25253D1481706756779%252526vr%25253D0%252526vage%25253D0%252526vthresh%25253D0%252526rts%25253D1481706756779%252526age%25253D7%252526actage%25253D0%2526par%253Dt%25253D0%252526l%25253D0%252526b%25253D2518%252526r%25253D1280%252526w%25253D1280%252526h%25253D2518%2526exp%253Dt%25253D0%252526l%25253D0%252526b%25253D0%252526r%25253D0%252526w%25253D0%252526h%25253D0%252526iv%25253D0%252526riv%25253D0%252526xiv%25253D0%252526yiv%25253D0%252526civ%25253D0%2526fixed%253Dnull%2526scrollAdjust%253Dfalse%2526scroll%253Dtrue%2526root%253Dtrue%2526win%253Dt%25253D23%252526l%25253D4%252526b%25253D733%252526r%25253D1284%252526w%25253D1280%252526h%25253D710%2526doc%253Dt%25253D0%252526l%25253D0%252526b%25253D2518%252526r%25253D1280%252526w%25253D1280%252526h%25253D2518&amp;chrome=null&amp;flexInf=false&amp;dm=&amp;fpaint=null&amp;renderClass=expIfr_exp&amp;guid=dr__1_1481706756743_89&amp;ert=0&amp;eicf=0&amp;eff=0&amp;fbl=&amp;bbl=&amp;bv=53&amp;srcHost=https%3A//s.yimg.com&amp;host=https%3A//gma.yahoo.com&amp;hostURL=https%253A//gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html&amp;fromURL=&amp;proxyID=&amp;html5=1&amp;proxyPath=" style="position: absolute; z-index: 10; width: 0px; height: 0px; top: 0px; left: 0px; visibility: hidden; display: none;" id="yom-ad-FSRVY-0-iframe" src="https://s.yimg.com/rq/darla/2-9-9/html/r-sf.html" async="" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ </div>
+
+ <script type="text/javascript">
+ if (typeof rt_pushMoment !== 'undefined') rt_pushMoment("t4");
+ </script>
+
+
+
+ <script>
+ YMedia.use("media-rmp", function(Y) {
+ Y.Media.RMP.load({
+ srcNode: "#td-applet-ads_container",
+ continueOnError: true,
+ response: "\r\n--dali-response-split\r\nContent-Type: text/plain\r\nRMP-Embed-Location: inline-bottom\r\n\r\n&lt;script&gt;YMedia.applyConfig({\"groups\":{\"td-applet-ads\":{\"base\":\"https://s1.yimg.com/os/mit/td/td-applet-ads-0.1.593/\",\"root\":\"os/mit/td/td-applet-ads-0.1.593/\",\"combine\":true,\"filter\":\"min\",\"comboBase\":\"https://s.yimg.com/zz/combo?\",\"comboSep\":\"&amp;\"}}});&lt;\/script&gt;&lt;script&gt;window.Af=window.Af||{};window.Af.bootstrap=window.Af.bootstrap||{};window.Af.bootstrap[\"24751402369262404\"] = {\"applet_type\":\"td-applet-ads\",\"models\":{\"applet_model\":{\"models\":[\"ads\"]}},\"views\":{\"main\":{\"yui_module\":\"td-ads-mainview\",\"yui_class\":\"TD.Ads.MainView\"}},\"templates\":{\"leftrail\":{\"yui_module\":\"td-applet-ads-templates-leftrail\",\"template_name\":\"td-applet-ads-templates-leftrail\"},\"carousel\":{\"yui_module\":\"td-applet-ads-templates-carousel\",\"template_name\":\"td-applet-ads-templates-carousel\"},\"splash\":{\"yui_module\":\"td-applet-ads-templates-splash\",\"template_name\":\"td-applet-ads-templates-splash\"}},\"i18n\":{\"TITLE\":\"ads\"},\"transport\":{\"xhr\":\"/_td_api\"},\"context\":{\"bucket\":\"\",\"crumb\":\"kKRPyOdAXGG\",\"device\":\"desktop\",\"lang\":\"en-US\",\"region\":\"US\",\"site\":\"gma\"}};&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.Stencil &amp;&amp; YMedia.Stencil.initAll) {YMedia.Stencil.initAll(\"#applet_24751402369262404\");}&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.ApeApp &amp;&amp; YMedia.ApeApp.initApplet) {YMedia.ApeApp.initApplet(\"24751402369262404\",true);}&lt;\/script&gt;\r\n--dali-response-split--\r\n"
+ });
+ });
+ </script>
+ <script>
+ YMedia.use("media-rmp", function(Y) {
+ Y.Media.RMP.load({
+ srcNode: "#td-applet-logo_2_container",
+ continueOnError: true,
+ response: "\r\n--dali-response-split\r\nContent-Type: text/plain\r\nRMP-Embed-Location: inline-bottom\r\n\r\n&lt;script&gt;YMedia.applyConfig({\"groups\":{\"td-applet-logo\":{\"base\":\"https://s1.yimg.com/os/mit/td/td-applet-logo-0.1.256/\",\"root\":\"os/mit/td/td-applet-logo-0.1.256/\",\"combine\":true,\"filter\":\"min\",\"comboBase\":\"https://s.yimg.com/zz/combo?\",\"comboSep\":\"&amp;\"}}});&lt;\/script&gt;&lt;script&gt;window.Af=window.Af||{};window.Af.bootstrap=window.Af.bootstrap||{};window.Af.bootstrap[\"58771378193913290\"] = {\"applet_type\":\"td-applet-logo\",\"views\":{\"main\":{\"yui_module\":\"td-applet-logo-mainview\",\"yui_class\":\"TD.Applet.LogoMainView\"}},\"i18n\":{\"TITLE\":\"logo\"},\"transport\":{\"xhr\":\"/_td_api\"},\"context\":{\"bucket\":\"\",\"crumb\":\"kKRPyOdAXGG\",\"device\":\"desktop\",\"lang\":\"en-US\",\"region\":\"US\",\"site\":\"gma\"}};&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.Stencil &amp;&amp; YMedia.Stencil.initAll) {YMedia.Stencil.initAll(\"#applet_58771378193913290\");}&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.ApeApp &amp;&amp; YMedia.ApeApp.initApplet) {YMedia.ApeApp.initApplet(\"58771378193913290\",true);}&lt;\/script&gt;\r\n--dali-response-split\r\nContent-Type: text/html; charset=utf-8\r\n\r\n&lt;div id=\"applet_58771378193913290\" class=\"App_v2 js-applet\" data-applet-guid=\"58771378193913290\" data-applet-type=\"td-applet-logo\"&gt; &lt;div class=\"App-Bd\"&gt; &lt;div class=\"App-Main\" data-region=\"main\"&gt; &lt;div class=\"js-applet-view-container-main\"&gt; \n\n&lt;div id=\"about-banner\" class=\"P-0 Mt-10 Ta-c\"&gt;\n \n \n &lt;a href=\"http://abcnews.go.com/US/macys-campaign-encourages-kids-mail-letters-santa-benefit/story?id=17667442\" title=\"Burlington\" target=\"_blank\" data-ylk=\"rspns:nav;t1:a4;t2:logo;sec:logo;itc:0;sp:1;cid:false;slk:Burlington;elm:img;elmt:logo;cat:false;tar:http://abcnews.go.com/US/macys-campaign-encourages-kids-mail-letters-santa-benefit/story?id=17667442;\"&gt;&lt;img src=\"https://s1.yimg.com/bt/api/res/1.2/XnqS7qMlmcUzu0UhsCcVMQ--/YXBwaWQ9eW5ld3NfdGQ7dz0zMDA-/http://l.yimg.com/os/publish-images/gma/2016-11-08/128c7a80-a5ec-11e6-8f6d-950a85831b23_Macys_Believe_300x100_2.jpg\" alt=\"Burlington\"&gt;&lt;/a&gt;\n \n&lt;/div&gt;\n&lt;style type=\"text/css\"&gt;\n #about-banner &gt; div {\n border: none;\n margin: 0;\n }\n #about-banner a {\n outline:none;\n }\n #about-banner &gt; div div:nth-child(2) {\n font-weight: 300;\n }\n&lt;/style&gt;\n\n &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;\r\n--dali-response-split--\r\n"
+ });
+ });
+ </script>
+ <script>
+ YMedia.use("media-rmp", function(Y) {
+ Y.Media.RMP.load({
+ srcNode: "#td-applet-logo_container",
+ continueOnError: true,
+ response: "\r\n--dali-response-split\r\nContent-Type: text/plain\r\nRMP-Embed-Location: inline-bottom\r\n\r\n&lt;script&gt;YMedia.applyConfig({\"groups\":{\"td-applet-logo\":{\"base\":\"https://s1.yimg.com/os/mit/td/td-applet-logo-0.1.256/\",\"root\":\"os/mit/td/td-applet-logo-0.1.256/\",\"combine\":true,\"filter\":\"min\",\"comboBase\":\"https://s.yimg.com/zz/combo?\",\"comboSep\":\"&amp;\"}}});&lt;\/script&gt;&lt;script&gt;window.Af=window.Af||{};window.Af.bootstrap=window.Af.bootstrap||{};window.Af.bootstrap[\"24116749590382110\"] = {\"applet_type\":\"td-applet-logo\",\"views\":{\"main\":{\"yui_module\":\"td-applet-logo-mainview\",\"yui_class\":\"TD.Applet.LogoMainView\"}},\"i18n\":{\"TITLE\":\"logo\"},\"transport\":{\"xhr\":\"/_td_api\"},\"context\":{\"bucket\":\"\",\"crumb\":\"kKRPyOdAXGG\",\"device\":\"desktop\",\"lang\":\"en-US\",\"region\":\"US\",\"site\":\"gma\"}};&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.Stencil &amp;&amp; YMedia.Stencil.initAll) {YMedia.Stencil.initAll(\"#applet_24116749590382110\");}&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.ApeApp &amp;&amp; YMedia.ApeApp.initApplet) {YMedia.ApeApp.initApplet(\"24116749590382110\",true);}&lt;\/script&gt;\r\n--dali-response-split\r\nContent-Type: text/html; charset=utf-8\r\n\r\n&lt;div id=\"applet_24116749590382110\" class=\"App_v2 js-applet\" data-applet-guid=\"24116749590382110\" data-applet-type=\"td-applet-logo\"&gt; &lt;div class=\"App-Bd\"&gt; &lt;div class=\"App-Main\" data-region=\"main\"&gt; &lt;div class=\"js-applet-view-container-main\"&gt; \n\n&lt;div id=\"about-banner\" class=\"P-0 Mt-10 Ta-c\"&gt;\n \n \n &lt;a href=\"http://abcnews.go.com/GMA/fullpage/warm-coats-warm-hearts-coat-drive-34507397\" title=\"Fall Concert Series\" target=\"_blank\" data-ylk=\"rspns:nav;t1:a4;t2:logo;sec:logo;itc:0;sp:1;cid:false;slk:Fall Concert Series;elm:img;elmt:logo;cat:false;tar:http://abcnews.go.com/GMA/fullpage/warm-coats-warm-hearts-coat-drive-34507397;\"&gt;&lt;img src=\"https://s1.yimg.com/bt/api/res/1.2/hKyjW43m0l4.kBals8086A--/YXBwaWQ9eW5ld3NfdGQ7dz0zMDA-/http://l.yimg.com/os/publish-images/gma/2016-11-11/64ff5020-a82c-11e6-b057-9b0ebc47e0e8_burlngton-warmest-day-ever-300x100_2-1-.jpg\" alt=\"Fall Concert Series\"&gt;&lt;/a&gt;\n \n&lt;/div&gt;\n&lt;style type=\"text/css\"&gt;\n #about-banner &gt; div {\n border: none;\n margin: 0;\n }\n #about-banner a {\n outline:none;\n }\n #about-banner &gt; div div:nth-child(2) {\n font-weight: 300;\n }\n&lt;/style&gt;\n\n &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;\r\n--dali-response-split--\r\n"
+ });
+ });
+ </script>
+ <script>
+ YMedia.use("media-rmp", function(Y) {
+ Y.Media.RMP.load({
+ srcNode: "#td-applet-photoheader_container",
+ continueOnError: true,
+ response: "\r\n--dali-response-split\r\nContent-Type: text/plain\r\nRMP-Embed-Location: inline-bottom\r\n\r\n&lt;script&gt;YMedia.applyConfig({\"groups\":{\"td-applet-photoheader\":{\"base\":\"https://s1.yimg.com/os/mit/td/td-applet-photoheader-0.1.314/\",\"root\":\"os/mit/td/td-applet-photoheader-0.1.314/\",\"combine\":true,\"filter\":\"min\",\"comboBase\":\"https://s.yimg.com/zz/combo?\",\"comboSep\":\"&amp;\"}}});&lt;\/script&gt;&lt;script&gt;window.Af=window.Af||{};window.Af.bootstrap=window.Af.bootstrap||{};window.Af.bootstrap[\"24106666317790640\"] = {\"applet_type\":\"td-applet-photoheader\",\"models\":{\"photoheader\":{\"yui_module\":\"td-photoheader-model\",\"yui_class\":\"TD.Photoheader.Model\"},\"applet_model\":{\"models\":[\"photoheader\"],\"config\":{\"asset_mode\":\"prod\",\"crumbKey\":\"touchdown.crumbkey\",\"mrs\":{\"mrs_host\":\"l.yimg.com/bt\",\"key\":\"mrs.ynews_td.crumbkey\",\"app_id\":\"ynews_td\"},\"edgepipe\":{\"enabled\":true},\"template\":{\"main\":\"td-applet-photoheader:main\"},\"photoheader_attributes\":{\"width\":\"731\",\"height\":\"216\"},\"bootstrap\":{\"templates\":{\"main\":{\"yui_module\":\"td-applet-photoheader-templates-main\",\"template_name\":\"td-applet-photoheader-templates-main\"}}},\"m_id\":\"td-applet-photoheader\",\"m_mode\":\"multipart\",\"configId\":\"MediaApeAppletConfig\",\"hide\":\"0\",\"mod_units\":\"19\",\"content_type\":\"story\",\"is_sponsored\":\"0\",\"provider_id\":\"us.abcnews.gma.com\",\"provider_name\":\"Good Morning America\",\"spaceid\":\"1197056126\",\"mod_id\":\"td-applet-photoheader\",\"content_id\":\"4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c\",\"title\":\"Good Morning America\",\"linkUrl\":\"http://gma.yahoo.com/\",\"hideTitle\":\"1\",\"disableAppClass\":\"1\",\"header\":1,\"imgUrl\":\"https://s.yimg.com/os/publish-images/gma/2014-06-26/282e98f0-fd6a-11e3-b1cc-8793f4ed3e91_gma_home_062614_header.jpg\",\"hideEspon\":\"1\",\"enableFooter\":\"1\",\"disableGradient\":\"1\",\"nolz\":\"1\",\"y_proc_embeds\":\"1\",\"y_map_urn\":\"urn:rmp:lite\",\"_product_version\":\"v2sg\",\"r_inc\":\"1\",\"c_id\":\"td-applet-photoheader_container\",\"initStencil\":1,\"initApplet\":1,\"timeout\":\"2500\",\"_sig\":\"ljdJU9LlE4AKY7EPfFlTOyEwEJI-\",\"chrome\":1,\"footer\":1,\"toolbar\":0,\"isSsl\":true}}},\"views\":{\"main\":{\"yui_module\":\"td-photoheader-mainview\",\"yui_class\":\"TD.Photoheader.MainView\"}},\"templates\":{\"main\":{\"yui_module\":\"td-applet-photoheader-templates-main\",\"template_name\":\"td-applet-photoheader-templates-main\"}},\"i18n\":{\"TITLE\":\"photoheader\"},\"transport\":{\"xhr\":\"/_td_api\"},\"context\":{\"bucket\":\"\",\"crumb\":\"kKRPyOdAXGG\",\"device\":\"desktop\",\"lang\":\"en-US\",\"region\":\"US\",\"site\":\"gma\"}};&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.Stencil &amp;&amp; YMedia.Stencil.initAll) {YMedia.Stencil.initAll(\"#applet_24106666317790640\");}&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.ApeApp &amp;&amp; YMedia.ApeApp.initApplet) {YMedia.ApeApp.initApplet(\"24106666317790640\",true);}&lt;\/script&gt;\r\n--dali-response-split\r\nContent-Type: text/html; charset=utf-8\r\n\r\n&lt;div id=\"applet_24106666317790640\" class=\"js-applet\" data-applet-guid=\"24106666317790640\" data-applet-type=\"td-applet-photoheader\"&gt; &lt;div class=\"App-Bd\"&gt; &lt;div class=\"App-Main\" data-region=\"main\"&gt; &lt;div class=\"js-applet-view-container-main\"&gt; &lt;div id=\"td-photoheader\" class=\"SlowTrans Pos-r Z-3 Cf Ov-h\"&gt;\n &lt;a href=\"http://gma.yahoo.com/\" title=\"Good Morning America\" class=\"NoLinkColor\" data-ylk=\"rspns:nav;t1:a3;t2:photoheader;sec:photoheader;itc:0;sp:0;slk:Good Morning America;elm:img;cat:false;tar:http://gma.yahoo.com/;\"&gt;\n &lt;div class='W-100 Pos-a tie-title'&gt;\n \n \n &lt;h1 class='Fz-2xl Fw-b D-ib Pstart-10 My-10 H-n Hidden'&gt;Good Morning America&lt;/h1&gt;\n \n \n &lt;/div&gt;\n \n \n &lt;img src=\"https://s.yimg.com/bt/api/res/1.2/wKqr1Cy7iSKnJwJF_EoD3g--/YXBwaWQ9eW5ld3NfdGQ7dz03MzE-/http://l.yimg.com/os/publish-images/gma/2014-06-26/282e98f0-fd6a-11e3-b1cc-8793f4ed3e91_gma_home_062614_header.jpg\" class=\"W-100\" alt=\"Good Morning America\" onerror=\"this.style.width='0'\"&gt;\n \n \n \n &lt;/a&gt;\n&lt;/div&gt;\n&lt;style&gt;\n@media (max-width: 1200px) {\n #td-photoheader .tie-title h1 {\n font-size: 1.6em;\n width: 80%;\n }\n}\n@media (max-width: 1150px) {\n #td-photoheader .tie-title h1 {\n font-size: 1.45em;\n width: 80%;\n }\n}\n@media (max-width: 1100px) {\n #td-photoheader .tie-title h1 {\n font-size: 1.35em;\n width: 65%;\n }\n}\n@media (max-width: 980px) {\n #td-photoheader .tie-title h1 {\n font-size: 1.25em;\n width: 60%;\n }\n}\n&lt;/style&gt;\n &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=\"App-Ft Row\"&gt; &lt;/div&gt;&lt;/div&gt;\r\n--dali-response-split--\r\n"
+ });
+ });
+ </script>
+ <script>
+ YMedia.use("media-rmp", function(Y) {
+ Y.Media.RMP.load({
+ srcNode: "#mediaapeappletcanvass_container",
+ continueOnError: true,
+ response: "\r\n--dali-response-split\r\nContent-Type: text/plain\r\nRMP-Embed-Location: inline-bottom\r\n\r\n&lt;script&gt;YMedia.applyConfig({\"groups\":{\"td-applet-canvass\":{\"base\":\"https://s1.yimg.com/os/mit/td/td-applet-canvass-1.0.94/\",\"root\":\"os/mit/td/td-applet-canvass-1.0.94/\",\"combine\":true,\"filter\":\"min\",\"comboBase\":\"https://s.yimg.com/zz/combo?\",\"comboSep\":\"&amp;\"}}});&lt;\/script&gt;&lt;script&gt;window.Af=window.Af||{};window.Af.bootstrap=window.Af.bootstrap||{};window.Af.bootstrap[\"24053652936908468\"] = {\"applet_type\":\"td-applet-canvass\",\"models\":{\"applet_model\":{\"config\":{\"consumerKey\":\"frontpage.oauth.canvassKey\",\"consumerSecret\":\"frontpage.oauth.canvassSecret\",\"uuid\":\"4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c\",\"sortBy\":\"popular\",\"autoShow\":false,\"likeVoteUpKey\":\"up\",\"likeVoteClearKey\":\"clear\",\"enableImageComments\":true,\"namespace\":\"yahoo_content\",\"visibilityType\":\"PUBLIC\",\"enableCommentsWrite\":true,\"enableMyComments\":true,\"avatarInline\":false,\"canvassFullScreen\":false,\"yahooApp\":{\"url\":\"https://go.onelink.me/2184920418?pid=InProduct&amp;c=Newsroom_Oct16&amp;af_sub1=Smartbannerl&amp;af_sub2=Newsroom_YMktg_YahooApp&amp;af_sub3=InProduct_Smartbanner_1\",\"icon\":\"https://s.yimg.com/cv/ae/default/161028/iPhone_6_6s_se_120x120.png\"}},\"models\":[]}},\"views\":{\"main\":{\"yui_module\":\"td-applet-canvass-mainview\",\"yui_class\":\"TD.Applet.CommentsMainView\"}},\"templates\":{\"activities\":{\"yui_module\":\"td-applet-canvass-templates-activities\",\"template_name\":\"td-applet-canvass-templates-activities\"},\"activity-comments\":{\"yui_module\":\"td-applet-canvass-templates-activity-comments\",\"template_name\":\"td-applet-canvass-templates-activity-comments\"},\"activity-replies\":{\"yui_module\":\"td-applet-canvass-templates-activity-replies\",\"template_name\":\"td-applet-canvass-templates-activity-replies\"},\"main\":{\"yui_module\":\"td-applet-canvass-templates-main\",\"template_name\":\"td-applet-canvass-templates-main\"},\"main-activities\":{\"yui_module\":\"td-applet-canvass-templates-main-activities\",\"template_name\":\"td-applet-canvass-templates-main-activities\"},\"comments\":{\"yui_module\":\"td-applet-canvass-templates-comments\",\"template_name\":\"td-applet-canvass-templates-comments\"},\"replies\":{\"yui_module\":\"td-applet-canvass-templates-replies\",\"template_name\":\"td-applet-canvass-templates-replies\"}},\"i18n\":{\"COMMENT_ACTIVITY\":\"Comment Activity\",\"COMMENTS_FAILED\":\"Sorry, we can’t load comments right now. Try again.\",\"COMMENT_ACTIVITY_FAILED\":\"Sorry, we can’t find your comment activity right now. Try again.\",\"PROMOTED_COMMENTS\":\"We will promote constructive and witty comments to the top, so everyone sees them!\",\"ALL_COMMENTS\":\"All comments\",\"YOU\":\"You\",\"ARE_YOU_SURE\":\"Are you sure?\",\"SHOW_MORE_COMMENTS\":\"Show more comments\",\"RETRY_SHOW_MORE_COMMENTS\":\"Retry show more comments\",\"SHOW_MORE_REPLIES\":\"Show more replies\",\"RETRY_SHOW_MORE_REPLIES\":\"Retry show more replies\",\"RATING_FAILED_TRY_AGAIN\":\"Rating failed. Try again.\",\"REQUEST_FAILED_TRY_AGAIN\":\"Request failed. Try again.\",\"VIEW_COMMENTS\":\"Comments\",\"REFRESH_COMMENTS\":\"Refresh comments\",\"REFRESH_COMMENT_ACTIVITY\":\"Refresh comment activity\",\"LOADING_COMMENTS\":\"Loading comments...\",\"LOADING_REPLIES\":\"Loading replies...\",\"SHOW_REPLIES\":\"Show replies\",\"SHOW_REPLIES_COUNT\":\"Show replies ({count})\",\"HIDE_REPLIES\":\"Hide replies\",\"EDITOR_LABEL\":\"Editor\",\"KEEP_READING\":\"Keep reading\",\"ANONYMOUS\":\"A Yahoo reader\",\"TOP\":\"Top\",\"RECENT\":\"Latest\",\"OLDEST\":\"Oldest\",\"MOSTREPLIED\":\"Most Replied\",\"RETRY_SORT\":\"Retry sort\",\"ATTENTION\":\"Attention\",\"LEAVE_A_COMMENT\":\"Leave a comment\",\"BE_THE_FIRST\":\"Be the first to comment\",\"LEAVE_A_REPLY\":\"Leave a reply\",\"REPLY\":\"Reply\",\"POST\":\"Post\",\"MISSING_COMMENT\":\"You forgot to enter a comment.\",\"MISSING_REPLY\":\"You forgot to enter a reply.\",\"COMMENT_GUIDELINES\":\"Comment Guidelines\",\"COMMENT_GUIDELINES_LINK\":\"http://help.yahoo.com/kb/index?locale=en_US&amp;page=content&amp;y=PROD_NEWS&amp;id=SLN2292&amp;actp=lorax&amp;pir=sgThvDBibUlVBwQ77qBOZu1fJICb_UIEjC14XlTbRKwcr5qZR3LfcNHy2DWcKRq.ykcYYEFeWkgOMhrsfkFQuykaqmSci9xLOy.kWkpFEtc-\",\"SIGN_IN_POST_COMMENT\":\"Sign in to post a comment.\",\"PLEASE_SIGN_IN\":\"Please sign in.\",\"SIGN_IN_POST_REPLY\":\"Sign in to post a reply.\",\"REPORT_INTRO\":\"Sorry you didn't like this comment. Please provide a reason below.\",\"ABUSE_REPORT_SUCESS\":\"Report posted successfully\",\"PROMOTE\":\"Promote\",\"RESET_PROMOTION\":\"Reset promotion\",\"DEMOTE\":\"Demote\",\"RESET_DEMOTION\":\"Reset demotion\",\"REPORT\":\"Report\",\"CANCEL\":\"Cancel\",\"CLOSE\":\"Close\",\"DELETE\":\"Delete\",\"PLEASE_EXPLAIN\":\"Please explain (optional)\",\"ERROR\":\"An error has occurred; please try again later.\",\"EDITOR_TOOLTIP_PROMOTE\":\"When you promote a comment, the entire thread is sent to the top of the 'Top' comments view. If you promote more than one comment thread, the most recent appears on top. Promoted comments appear below any thread that an editor has commented on or replied to.\",\"EDITOR_TOOLTIP_DEMOTE\":\"When you demote a comment, the entire thread (including replies) is sent to the bottom of the 'Top' comments view. The most recently demoted comments appear on the bottom.\",\"MY_COMMENTS\":\"My Comments\",\"REACTIONS\":\"reactions\",\"REACTION_TEASER\":\"What's your reaction?\",\"JOIN_NEWSROOM\":\"Join the conversation on the Yahoo App.\",\"INSTALL\":\"Install\",\"NO_USER_MESSAGE\":\"You do not currently have any comments\",\"REACTION_COUNT\":\"{commentCount} Reactions\",\"SHARE_YOUR_REACTION\":\"Share your reaction\",\"DOWNLOAD\":\"Download\",\"JOIN_YAHOO\":\"Join the conversation on Yahoo app.\",\"VIEW_SHARE_ACTIONS\":\"View all share actions (sighted users only)\"},\"transport\":{\"xhr\":\"/_td_api\"},\"context\":{\"bucket\":\"\",\"crumb\":\"kKRPyOdAXGG\",\"device\":\"desktop\",\"lang\":\"en-US\",\"region\":\"US\",\"site\":\"gma\"}};&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.Stencil &amp;&amp; YMedia.Stencil.initAll) {YMedia.Stencil.initAll(\"#applet_24053652936908468\");}&lt;\/script&gt;&lt;script&gt;if (YMedia &amp;&amp; YMedia.ApeApp &amp;&amp; YMedia.ApeApp.initApplet) {YMedia.ApeApp.initApplet(\"24053652936908468\",true);}&lt;\/script&gt;\r\n--dali-response-split\r\nContent-Type: text/html; charset=utf-8\r\n\r\n&lt;div id=\"applet_24053652936908468\" class=\"App_v2 js-applet\" data-i13n=\"auto:true;sec:cmmts\" data-i13n-sec=\"cmmts\" data-applet-guid=\"24053652936908468\" data-applet-type=\"td-applet-canvass\"&gt; &lt;div class=\"App-Bd\"&gt; &lt;div class=\"App-Main\" data-region=\"main\"&gt; &lt;div class=\"js-applet-view-container-main\"&gt; \n \n \n \n &lt;form id=\"reply-form\" class=\"reply-form Dn\"&gt;\n \n &lt;div class=\"login-cta\"&gt;&lt;a href=\"#comments\" class=\"login-link rapidnofollow\" data-ylk=\"itc:1;elm:btn;outcm:sign-in;\"&gt;Sign in to post a reply.&lt;/a&gt;&lt;/div&gt;\n \n&lt;/form&gt;\n\n &lt;form class=\"abuse-form Dn\"&gt;\n &lt;div class=\"abuse-caret\"&gt;&lt;/div&gt;\n &lt;div class=\"intro\"&gt;Sorry you didn't like this comment. Please provide a reason below.&lt;/div&gt;\n &lt;div class=\"container\"&gt;\n &lt;label class=\"placeholder-label Dn\"&gt;Please explain (optional)&lt;/label&gt;\n &lt;div class=\"expandingArea active Pos-r\"&gt;\n &lt;pre class=\"M-0 P-6 Bgc-t\"&gt;&lt;span name=\"reason-mirror\"&gt;&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;\n &lt;textarea rows=\"1\" name=\"reason\" class=\"M-0 P-6 Bgc-t Bxz-bb Bxsh-n W-100 Bdrs-0\" placeholder=\"Please explain (optional)\"&gt;&lt;/textarea&gt;\n &lt;/div&gt;\n &lt;div class=\"alert-list error-box P-10 Dn\"&gt;&lt;/div&gt;\n &lt;div class=\"new-abuse-controls\"&gt;\n &lt;button type=\"button\" class=\"report-btn Btn Fz-m Primary Fl-end Mt-0 Mb-0 C-button\"&gt;Report&lt;/button&gt;\n &lt;button type=\"button\" class=\"show-abuse-form cancel-btn Btn Fz-m Primary Fl-end Mend-4 Mt-0 Mb-0 C-button\"&gt;Cancel&lt;/button&gt;\n &lt;button type=\"button\" class=\"show-abuse-form close-btn Btn Fz-m Primary Fl-end Mend-4 Mt-0 Mb-0 Dn\"&gt;Close&lt;/button&gt;\n &lt;div class=\"Cl-b\"&gt;&lt;/div&gt;\n &lt;/div&gt;\n &lt;div class=\"Cl-b\"&gt;&lt;/div&gt;\n &lt;/div&gt;\n&lt;/form&gt;\n\n &lt;form class=\"delete-form Dn\"&gt;\n &lt;div class=\"abuse-caret\"&gt;&lt;/div&gt;\n &lt;div class=\"intro\"&gt;Are you sure?&lt;/div&gt;\n &lt;div class=\"container\"&gt;\n &lt;div class=\"alert-list error-box P-10 Dn\"&gt;&lt;/div&gt;\n &lt;button type=\"button\" class=\"delete-btn Btn Fz-m Primary Fl-end Mt-0 Mb-0 C-button\"&gt;Delete&lt;/button&gt;\n &lt;button type=\"button\" class=\"show-delete-form Btn Fz-m Primary Fl-end Mend-4 Mt-0 Mb-0 C-button\"&gt;Cancel&lt;/button&gt;\n &lt;div class=\"Cl-b\"&gt;&lt;/div&gt;\n &lt;/div&gt;\n&lt;/form&gt;\n\n \n &lt;div id=\"tooltip-login\" class=\"Dn\"&gt;&lt;div class=\"P-20\"&gt;&lt;a href=\"#comments\" class=\"login-link rapidnofollow\"&gt;Please sign in.&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;\n &lt;div id=\"tooltip-rating-failed\" class=\"Dn\"&gt;&lt;div class=\"P-20\"&gt;Rating failed. Try again.&lt;/div&gt;&lt;/div&gt;\n &lt;div id=\"tooltip-request-failed\" class=\"Dn\"&gt;&lt;div class=\"P-20\"&gt;Request failed. Try again.&lt;/div&gt;&lt;/div&gt;\n &lt;div id=\"tooltip-promoted-comment\" class=\"Dn\"&gt;&lt;div class=\"P-10\"&gt;We will promote constructive and witty comments to the top, so everyone sees them!&lt;/div&gt;&lt;/div&gt;\n \n&lt;div id=\"all-comments-view\" class=\"td-applet-canvass desktop top-border Pos-r My-20 C-line\"&gt;\n &lt;div class=\"comments-failed error-box P-10 Dn\"&gt;Sorry, we can’t load comments right now. Try again.&lt;/div&gt;\n &lt;button class=\"view-comments Btn Ta-start Mt-10 Bdtrrs-0 Bdtlrs-0 Dn C-news rapid-noclick-resp\" data-ylk=\"slk:Comments;\"&gt;&lt;i class=\"Icon-Fp2 IconComments Va-tt Mend-6 text-bubble\"&gt;&lt;/i&gt;&lt;span class=\"label\"&gt;Comments&lt;/span&gt; &lt;span class=\"comment-count-label\"&gt;(10580)&lt;/span&gt;&lt;/button&gt;\n &lt;form class=\"comment-form Pt-8 Dn\"&gt;\n \n &lt;div class=\"login-cta\"&gt;&lt;a href=\"#comments\" class=\"login-link rapidnofollow\" data-ylk=\"itc:1;elm:btn;outcm:sign-in;\"&gt;Sign in to post a comment.&lt;/a&gt;&lt;/div&gt;\n \n&lt;/form&gt;\n\n &lt;div class=\"applet-container Dn Pos-r Pt-8\"&gt;\n\n &lt;div class=\"all-comments Pos-r \"&gt;\n \n &lt;ul class=\"sorting-tabs\"&gt;\n &lt;li class=\"selected C-line\"&gt;\n &lt;a href=\"#comments\" class=\"sort-option rapidnofollow\" data-sort-type=\"popular\" data-ylk=\"elm:cmmt_sort;itc:1;\"&gt;Top&lt;/a&gt;\n &lt;/li&gt;\n &lt;li class=\"C-line\"&gt;\n &lt;a href=\"#comments\" class=\"sort-option rapidnofollow\" data-sort-type=\"createdAt\" data-ylk=\"elm:cmmt_sort;itc:1;\"&gt;Latest&lt;/a&gt;\n &lt;/li&gt;\n &lt;li class=\"sort-fail Dimmed Fl-end Dn\"&gt;\n Retry sort\n &lt;/li&gt;\n &lt;/ul&gt;\n \n \n &lt;ul class=\"comments-container\" data-context-id=\"4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c\"&gt;&lt;/ul&gt;\n &lt;/div&gt;\n &lt;/div&gt;\n\n \n &lt;button class=\"refresh-comments Btn Ta-start Mt-0 W-100 Bdtrrs-0 Bdtlrs-0 Dn\"&gt;&lt;div class=\"refresh-bubble D-ib P-10 Bdrs-100\"&gt;&lt;span class=\"sprite refresh-bubble Pos-r\"&gt;&lt;/span&gt;&lt;/div&gt; &lt;span class=\"label\"&gt;Refresh comments&lt;/span&gt;&lt;/button&gt;\n &lt;button class=\"refresh-comment-activity Btn Ta-start Mt-0 W-100 Bdtrrs-0 Bdtlrs-0 Dn\"&gt;&lt;div class=\"refresh-bubble D-ib P-10 Bdrs-100\"&gt;&lt;span class=\"sprite refresh-bubble Pos-r\"&gt;&lt;/span&gt;&lt;/div&gt; &lt;span class=\"label\"&gt;Refresh comment activity&lt;/span&gt;&lt;/button&gt;\n&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=\"App-Ft Row\"&gt; &lt;/div&gt;&lt;/div&gt;\r\n--dali-response-split--\r\n"
+ });
+ });
+ </script>
+ <script>
+ YMedia.use("media-rmp", function(Y) {
+ Y.Media.RMP.load({
+ srcNode: "#td-applet-stream_container",
+ continueOnError: true,
+ response: "\r\n--dali-response-split\r\nContent-Type: text/plain\r\nRMP-Embed-Location: inline-bottom\r\n\r\n&lt;script&gt;YMedia.applyConfig({\"groups\":{\"td-applet-stream\":{\"base\":\"https://s1.yimg.com/os/mit/td/td-applet-stream-0.0.1319/\",\"root\":\"os/mit/td/td-applet-stream-0.0.1319/\",\"combine\":true,\"filter\":\"min\",\"comboBase\":\"https://s.yimg.com/zz/combo?\",\"comboSep\":\"&amp;\"}}});&lt;\/script&gt;&lt;script&gt;window.Af=window.Af||{};window.Af.bootstrap=window.Af.bootstrap||{};window.Af.bootstrap[\"24106666305898690\"] = {\"applet_type\":\"td-applet-stream\",\"models\":{\"stream\":{\"yui_module\":\"td-applet-stream-model\",\"yui_class\":\"TD.Applet.StreamModel\",\"data\":{\"ccode\":\"\",\"more_items\":[{\"type\":\"unknown\",\"id\":\"eb7ab622-5a9b-3641-888a-a4c659308e74\"},{\"type\":\"unknown\",\"id\":\"104435d7-badb-31e1-862d-1580be23da1b\"},{\"type\":\"unknown\",\"id\":\"4816afe9-bf6f-39fa-a89b-6188b5df1d79\"},{\"type\":\"unknown\",\"id\":\"da225003-a64b-322a-b6d8-524b798768d2\"},{\"type\":\"unknown\",\"id\":\"d3166eb1-5125-3056-8014-44ce879cfe55\"},{\"type\":\"unknown\",\"id\":\"5dd7ddfc-e040-3096-9b14-6e6d717ab456\"},{\"type\":\"ad\",\"id\":\"32565576379\",\"title\":\"More Speed, More Devices\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=f.DmDIUGIS9E1a0V63uAg6RFP_p_IeciM2EnRAHvFBx_Oy0_JmPs6z5JHmPJi3x9URe4NADiT5vDN3XcKCSjZCJklvGDVayOYKLN4Tx22zlSs4ULtw6cRAtHWVoIgQvUVUaNpsZ918M9wiZ.SncLHO0T43AS1hSn3_YTc77i9iBD_fTZTTq3.SD4AqiOu2qxhD0tRA5Z6a9aZvku_JEyVxtvA4zLeoCR4j86E6Ebd2kT6wtnyLgjUw5EGpcx.NnjzjEuRNw.KPcCbMLjEeBYCpdY1PXP7.JO2i2eboMr8K5rjw66W8diCVgzlGdR606b9PPWUokiHIQ8.5IMHVRni93U9CBOZhG.yvPrlRsxMVSFEhx.N6tZ4CBgZsfG26kXlhlGekP4Lc8LBqhvM4P17Co78TZ25QVeZ4w2GLVlyKZNSR4n4QEtU5bcdrFPeTuwoDEc64Rp0495cZ4g2ZPksUmjM7._GExECoYXHKr_x5CDKSFg0qCAmg--%26lp=https%3A%2F%2Fad.doubleclick.net%2Fddm%2Fclk%2F310423374%3B138038743%3Bz\",\"publisher\":\"Time Warner Cable® Spectrum®\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=QqGnBUMGIS.qqtyniTitpVUX5Ko0MWdu34u7UuboxN1yiFO6jRBuqUaUZPzv3wt3b.c9xkgxc4Mv3AClkU4t11ylgY2NFnXZKCWDW75fXA3KtAZeBKaRAGpU.qfUKosaKHtBZ1SExmkXIXepaj2_mQClohXwGMXno8YaGXsFArOSFp4bSq2WjQlgVl.iKZGe2Kak9Tbm1pR7bwZZqWQUrKbX1RCZsayMYDTUIqZ6o6f4v9.vyGn.BXB3eZ.TZWTCWBehIsBR3jNwL8O0T59GDTikibE0N11N2mfTwwZ1Sy_gutSO9KPQMH0diU8XOEU9sQj7qoLa0JZjAzCHTJazAA7laUu5sShqfvqQy72uQEa0w2dSqjwdyMnI7KRTFtZEmpNQ35RtLUuf5jZPFwLtEQ--&amp;ap=31\",\"imprTrackingUrl\":\"https://ad.doubleclick.net/ddm/ad/N7607.153730.YAHOOINC.DISPLAY/B9297688.138027025;sz=1x1;ord=1481706596;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=?\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/E9WH2l5TLIKEpKqtKMZCBw--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/949fa4775409a16e5f31d75a78996f25.jpeg\",\"height\":82,\"width\":82},\"summary\":\"With speeds starting at 60 Mbps, choose the speed you need. Unlimited bandwidth with no data caps.\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":1,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32565576379\",\"ct\":1,\"pkgt\":4}},{\"type\":\"unknown\",\"id\":\"04f6be74-8fe5-37d9-8e22-67d48b82a600\"},{\"type\":\"unknown\",\"id\":\"dc5724d9-247e-38bf-80d2-ca5fe4f52fdd\"},{\"type\":\"unknown\",\"id\":\"0777186c-e015-361d-b61b-f3a8948a2463\"},{\"type\":\"unknown\",\"id\":\"b66df7ef-1bcd-36f2-a081-19cece0517f0\"},{\"type\":\"unknown\",\"id\":\"f89c8a18-25a1-32d5-8aec-b847b75be056\"},{\"type\":\"unknown\",\"id\":\"39106e51-cf78-335b-b54a-330afca900c3\"},{\"type\":\"ad\",\"id\":\"32561211946\",\"title\":\"Living abroad? Start banking with HSBC Expat\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=koGUksQGIS_c4ETP_24_9b6w3tPtULLGqa7LZy.NCM5TdPERdwqnJb9qshnDGLhRHlSs_2owmd..yLF9qjfN.StVId5bILqOIryXDQmi4CDrPvEskYLtDzJW.mqK9OzHIz8Mv0gxi5bVNtJ5ncccoY.sOmUFvCNGXSZ7diDaOEqCqkHHGdkDfv5Jt3EgfYAQ6OByBdpxbo3Iqh6EgN.idcpPLePiMwKEulMkSUflKdUto0IFKfVCEAgjLf7DtzQ.ZMJmbbyFanzjgIMgCrjDjzH.v5_iyJdoZ_xPqKjUkD6UbSzAnAjmEUn9PacCWwxdVnmZ4_oaoSOu07Vw24.3vFuHmTPz6Fymp_.pb3leGmtdXGSaWZRlqmbSgeWI0G15E8LGzFAOmYM3unya2Wiabwau8B5QaLZLqeeVMYB.xpsFm7.pTktLmCzVZiYwFK4evhTkeKBOfANGBGiy9afpthXkFHKsqkwIA5kiMZDUt.zL68P6XmWF67zYo7.AuqSzqnA-%26lp=https%3A%2F%2Fad.doubleclick.net%2Fddm%2Fclk%2F313453516%3B141218845%3Ba\",\"publisher\":\"HSBC\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=tEviJpoGIS_G.MOpOojyL.KcCu8ZK_4KBL.pk73NWFk3bXwqEfmx.1h86dpm8be7bliSJnLkMJx7xCnqop4qk4JnKZJ1Sy9ZjbEL3A7rZfEx19pfqDTVV0ygynGoec6ckGpDGUmdD12_5JXxw4NQ.Gwd7irNewqTw2Rwpm62bkU23JF6ZiTxoxqDw270oj7eYYqpZa52Qo.06QkdLZpo2uU3KjJFBk5vh1dkxCZXEcDWgO7cY5R6G.fDVKE_ZbyCOMWpso4Pv3u0wJj.qf7a0ymkGvddI8qiaZ0H6mQGQcrJpuXUHwrXXX_R69CKSQCcUPyiySJEvxQCgIn8xWolDk.RBP5pJ8LH3uYrluvP4NqGMivWrIcgqxzzu1X0BJwV.OYxfJyx4y1kPHoD_DeTdQVP.0y8Dg--&amp;ap=38\",\"imprTrackingUrl\":\"https://ad.doubleclick.net/ddm/ad/N1397.1933703YAHOOGEMINI/B8484393.141218580;sz=1x1;ord=1481706596;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=?\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/N64okSB27WabUpHAoBHrvA--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/29443a83c3a22a963a7bdfefc45d3af9.jpeg\",\"height\":82,\"width\":82},\"summary\":\"For a brighter outlook, a stronger footing, and a smoother journey. Start banking with HSBC Expat. Financial and other eligibility criteria apply.\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":2,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32561211946\",\"ct\":1,\"pkgt\":4}},{\"type\":\"unknown\",\"id\":\"581fe28c-f4ea-3cc6-bc13-4d0bebcf19fc\"},{\"type\":\"unknown\",\"id\":\"e24bb956-b9a3-33f8-a39a-547ab8734a4f\"},{\"type\":\"unknown\",\"id\":\"c0cee6e9-1545-3a0d-9321-8a794d86a7c2\"},{\"type\":\"unknown\",\"id\":\"bf9e7a31-fa72-334e-a81a-04ac6061e1de\"},{\"type\":\"unknown\",\"id\":\"3b8f9e32-db1b-3790-91e2-60d1046f9f29\"},{\"type\":\"unknown\",\"id\":\"28aa0a71-ce91-38c8-8838-f6b07a44cfe4\"},{\"type\":\"ad\",\"id\":\"32520295560\",\"title\":\"4 Ways to Speed Up Your Mac Without Any Investment\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=KrbMWtMGIS9sr80dDUiHYI4Jk4rlnofD.pwUsqLTdHl9bek6DkrfkwiDmj.ikfsPZnuK5PdFdb3ECUC9hJVMBpdoSfk6pTUocRM9WHFKlpecSCPXvcKwujUzhK.E29tS0vXQfFgOjNXxxXdSgjGhWDoTny5W0VOIjP7bT4t.66K35T_Cl9SlFqw5QwBoAuAEhApUnj8Rr0feQqEDwYYe2MqVNZrtyXbJSx10wV3RRk0HvQfrc9SorOxSRjS4HS_6bw6lBkTLqszq5WIBfUuGQdAOz2k2j6oszF0GkxC3fZ3rZlV1Fsv5TxtIfCbmeYYKjlvAK_9DCwpZYjUkExK_Oo21dA7X9_pEJ6IXmZnXd50NCjEcxBxPz7_4Ep5lqTobmzTK_HCYyYzfMgVSi2TyXM9iBPkCq9fnFnyTLwzt4d45q8Ox0P9Vdbo8rY3vRjyzxarmDR2iqcJJcVyL6rJNobvmJ7a7UVPnBLbpm_Ax2rgRy7oyrq1A4fOy40PLV6_UqcJ7tHucK.9uU0EmSZT56GTmyFcnxWk9XSPmK_WeVYqfw_hp6kn0h2bYIdxyqcnY495aRfdaj17k6RPrA5vaADL7eb0RwfFc9XOldVwaq9kFN7i8zbgeeYb4c7noJMkjkPkspqFAPqSh8ecuAQmz3XeckBvNYLQyWYmEE8uqEkdruWVxDOxT1NeVxFLsVM0zZGc-%26lp=http%3A%2F%2Fmackeeperapp.mackeeper.com%2Fparamss%3Dphexb1c9bcd8b5dbb1ac92989daf9b9cd2e8cb90e4dbd5cdd8daa2d1d7c4abdccec4e5e1d0dad3cdcfc0a7b291959db096ced2c0e9d7cad2dad8cfcc96a69992%26trt%3D29_31211156%26tid_ext%3Df_45-54_loading\",\"publisher\":\"MacKeeper\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=aks1kEEGIS9T5M1TLTEYF2YycuVjxLZgBKtPZdNRxlaPeU..3ISj6Wa.EhNr_.Nvu_DEsX45zEJeDoS_RLYl36iqJFJ5520GmeeWKS88O3ZZQ6oRUhQje8xg8KksOQzUqw.GU6Yy_UEWn97AhfVnwVn3G4scPnLCpiPgaXVZr.8DF7ogSyxz2yKM1DYmg0x_IARc90WF2sY5zzH5dk.qtePky3rDk8J61JGi_YfObggcM3z.YZtw9.56A18oyiMAycGad9wIoQSMHpZiRIjYV8i36MHk3q06y5TMT1q3wWWxVoodsAeoQBqlOW3Lh91nINZjlQZdU0zg_JxXW6yskwVi6iIXTpTpo9.d0Efp_Whz7XfKGciwQN.RFSRFT9HQy1GLWmkfheesh9ecNXWiOQ--&amp;ap=45\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/vJew6gXRmZqdCml87_PPzQ--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/b88ae2c6313c327c9d097a1709a41b10.jpeg\",\"height\":82,\"width\":82},\"summary\":\"Did you know how to Improve Your Mac Performance with only 4 Easy Steps ?\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":3,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32520295560\",\"ct\":1,\"pkgt\":4}},{\"type\":\"unknown\",\"id\":\"0be85beb-c15d-329c-bd85-b31b66277603\"},{\"type\":\"unknown\",\"id\":\"fc35a2ce-3cd5-3258-a74b-733e0362f271\"},{\"type\":\"unknown\",\"id\":\"b119c432-abb8-3639-a2d4-8b6211e15a86\"},{\"type\":\"unknown\",\"id\":\"725c08fb-782d-31ec-ac1d-e088e4524eaf\"},{\"type\":\"unknown\",\"id\":\"42cd8607-b1e6-3238-bb99-47f2aa4ef046\"},{\"type\":\"unknown\",\"id\":\"0e737b4b-da64-3923-95dd-d54563851d8e\"},{\"type\":\"ad\",\"id\":\"32585892788\",\"title\":\"Overstock Clearance: Super-Soft Bamboo Sheet Set\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=cIdFd18GIS91ydBQUg2_82XisltqwAkSxh0kvg8msrCxDN68Ci4XZBimfGqR5MlTu4rN9mJxYA1QQuDUrTMPk0.pPpyVeTtbNqdyZfcwpMIxib4TqFeTkLcyHOTNjrwzcjgexugUYmq89xcMovIr61OPh17mQMg2KWE.qZ5kOs_Gvj1R9Sg1jnZ0ilhd.zKK.QcvOLzMmXfCnHAE_PbvgIDW1fdxNEOGPrdrVEHAZVz7qChK0WIVlHUy5UpaJFu.q1Xfo0q6YhRLumNwfuvb3fCs8byUgz.ST_Q8_EO4nvJ8h9gaovICc0dL9EoJP3I3UsqG5At8cr8aYjEaL4eXkEsuhUfDJdPNKoA94d5odGWa2mcyuoIhQGhGXwWi8_SQ_qn.qY16xbDYqw62alHMgTIu8mP2WxDhCvfzaH50msB0kdcqOs96BCI7AgbYhogkBe7Lm0K4vn2oxwuqcUkbdlJX.4IhsaTfWby_eGsqtdOH4nczZXcQ0L3HAcTNzIfGwxfaUdMV_Dqdcic0jvxbiDLVtTBB7fqtOfoi_cyhrb0Oj3lDI_FkYuK.5Untii4g8V_I9Xkj10IfymeWu1dZMntCGjC4VJtOt80WoRPlJ16nVHDN5Rk6.c5r2pdXftTjASyAf95PPCZe8yV7N9fG47bumg9L337wnFAJNmImJ.TV0yW_Alqldh_gVSTC422hLF9cWplVJhyzCPdKtM8oDuoKJrRY_6s2FpXD7bFflwDPfg--%26lp=https%3A%2F%2Fjump.omnitarget.com%2Fb6fa00%3Faff_id%3D5958%26url_id%3D11916%26crid%3D32585892788%26cid%3D355587063%26src%3DOS_Sheets_1a_45%2B3P_searchBedSheets%26sub3%3D9183375565%26sub1%3DOverstock+Clearance%3A+Super-Soft+Bamboo+Sheet+Set%26sub2%3Dimage6%26sub3%3Dc%26sub4%3Dn\",\"publisher\":\"OpenSky\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=5BidTR8GIS9KZ.TQOlNMJEna7.8D7nZy3l3cTVBIb8X8IEdRvE6vVuOwqPqYHHLTOScJGHEzN1_E0JaB_J4ckp4a5ZPJKzvll8o8tceQUVIQLjbPcSdb9L_z_ybcPXyHjjKMeKHdDjKofXux37MQduUZiLiTaI9GJB8rMZrI16op5Ihehyr5VQdVfOeOvBVXTxZ6H6TgT5atzO4Jq6xEQiVgaG82a29E0jhydtG9mimDnYhC.IPO20VEKaMQML3mXJ23FvnjFBjubrDIohduYqK7TWw77sEOmlptWtgBJIUkR9rOzgliuG6jOoVAxKSx6Hcz2jD9iHoTIPzjVYrWdHnz6jeLhDuUPxbe4uCQOWPQW9cmaylSMA3afHyOzncqt04JLBTvgSsjfiURrg--&amp;ap=52\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/enHfHro9U2Ucw9DxI.vxyw--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/6bcdd87b50cd30fffec3fd80aff3fa40.jpeg\",\"height\":82,\"width\":82},\"summary\":\"This 4-piece set of super-soft 1800 Series Bamboo Fiber Bed Sheets continues to attract customers who seek the best in naturally luxurious linens.\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":4,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32585892788\",\"ct\":1,\"pkgt\":4}},{\"type\":\"unknown\",\"id\":\"93da4fb0-d91e-351a-932e-8119e0af686a\"},{\"type\":\"unknown\",\"id\":\"70185af0-9710-3dd8-b876-2c34ad7fc91b\"},{\"type\":\"unknown\",\"id\":\"dcaf8152-b6eb-3a78-be84-8ccfb073dd88\"},{\"type\":\"unknown\",\"id\":\"16fd4ef2-3268-3e51-bb09-4706057157ed\"},{\"type\":\"unknown\",\"id\":\"0352721e-f85d-3672-92e7-bc097b02071a\"},{\"type\":\"unknown\",\"id\":\"677b2ef3-1622-3a97-8ab3-12ddeeaec2d9\"},{\"type\":\"ad\",\"id\":\"32515678924\",\"title\":\"Stormfall: The Strategy Game Phenomenon of 2016\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=UX9aOowGIS.bHLqPIWy0071EZMeEpj2FQ2n2_yKi6AV63juyZmk2am.CUQY54rns38TnakHcEBSqn4vaHAI9l1xCJPS9_1.kvkkiLW.egKVvuEsfHKx_IS20En9aar47ZF1qSxFIOjGAT3FFuVfrY6MWDWfxDBar7NpcBazpM7ABy1aPzVzIIOeANVvh5w36RHJ..CCGMyKaf5aYRJgQmG5oOGqQc4O60nLNiL1_QjVexzoUiSoHH1idXAH.nX3Oko.mxFS8Zc8Imp4jNQHaDspDjJFtWXS5yImUPjZvb1V_8eWRzGGKsBvufydXcxpTw_L05zqb0NdUT5nsD8wRYavadQ7wTSvJ7gmNogzsDvT0oNjD_bbET8qnZasu0k_w2waIb4FTJwnmKk8CwNyGrqkss7G2.BjS2tFfdkeKB2RKgZ_0.OHFH_HYvWret_Hcl83JFhXTiLIn17soVcXaeqZYSYYvZ03sIdbrxHTgu7xm6nzgoIcxXjqaxMJDsa24Dk3OEAB2eR5FTmMNpVfQoOvkPToKO6sauN9k0pW5qkN8k1zleQh.cOff39z5Cqj_.jnQWvo8FY4B%26lp=http%3A%2F%2Fplarium.com%2Fplay%2Fen%2Fstormfall%2F004_dragon_hybrid_anim%3FadCampaign%3D97905%26adPixel%3Dyahoo%21%26publisherID%3D32515678924\",\"publisher\":\"Stormfall: Age of War\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=Asw9IwQGIS.vl7aZtR.BL6XC.ET8qeV3FcY.klL2yxWMRVUE0UxOJ63PJ9AZl7aMr6AEetzeMPQT_ygskM4HXVY_qrKWZEeKX4bS94aMHoZFA3ul3znj3De8awLR7Q3vcU69oID_o4vSpTx95PXRXMrdaMDpiwR_blX9EF0yGFQHxzBEhWRrPe4Q4F5VwhXnTkKQe2SP5jtOC9Z6xI117HNG3jSTcKdrIp453JjOq0EuZWx2dy8oauyo1gtn.LEcVVWFKVjFmhB63qvR.o50UcSAvetPLv1gmoSJVt4p_gzgTGr3_095YJVQ3nTZ84emVO7_bFFK3Mid3lAC3LCWBO76Wo0cXDkb4adnwb375NIIVM0iWCXW3Wf8QEKmwBMPCvxCuKEHswGv.1qGHEBVA9pMe3I-&amp;ap=59\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/JucO90sJ85vL77Xon7dM3g--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/d5fdc28d94833eb07380a7fbe1e7f47b.jpeg\",\"height\":82,\"width\":82},\"summary\":\"14 million players and growing. The game that might just take over your life\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":5,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32515678924\",\"ct\":1,\"pkgt\":4}},{\"type\":\"unknown\",\"id\":\"941f4513-3231-3d3d-871e-e35b6951d642\"},{\"type\":\"unknown\",\"id\":\"0d329389-79bc-36d7-8139-0733d8ad7ef1\"},{\"type\":\"unknown\",\"id\":\"ab15b38c-ef72-37e6-a524-0da74371ef44\"},{\"type\":\"unknown\",\"id\":\"94ff5110-8f09-3dae-8001-b88498d6bec8\"},{\"type\":\"unknown\",\"id\":\"369bd05d-512a-3fbf-b869-47a90c6d78e1\"},{\"type\":\"unknown\",\"id\":\"98f8fae3-55bd-37d2-8a8b-f3fe0b5ecc1b\"},{\"type\":\"ad\",\"id\":\"32559487621\",\"title\":\"Skechers eGift Cards\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=MWSHOboGIS9ygtSW4MUyvkkOnxJqOpyo2.pfdbtL0n6UTFwQe1aXPH76_rz5BGmLnaiW_.ksHwZyQgODUxoqm3OePIhZWV2.XtlPldyFWACmcByltTGtt5uZqPpHKEqeVtR0qMZYKC2SG3YTqb3gJqqTyUN5mm6ozOGmuIv6LH6gq6EHzD4N4WGPjsmEUuZRyZe2qygM_xvMJT4OsgyVFIUNNwoPxxNgtiVNDgBCoyo_IVPEN6ucTPK8iQXOJTG1NZCwI5_pYUPRTDhr_ABy6fwPEU2dCW522DfMJ8nfdzWGgr3AXJ1yaN2u5BQxHkFAxS0B5bhtaxU7MpxDVkTqdoQ2uG62lBAcgCtxA.SFtvbPBxtpqfNyjV..sBUZv6lUNcLsOBdZUzDyy.0DAWHIZiU9d1cPFG5Sti4t.RPGxWNGpHkwYlFZLFQz327zREWo8hRM.dB5LzL1gRyM3iStpAFGp2tcpq0tLUkzL8KW8BNYzZeQ0QOxBxIbQiXc0taQy_I8V6RdCs25wJrZ2PKqqHHN4j.C_UEtmF0GFZFaIz1kK3ERZpUm00V0JmQuI_PzsYv6ZkxjKttTVTYbF5ips9tbW_qo2HUtpDfs9n4AxLaFU9DoHlp3LUjiuMPuA9lWYKDm1vmIHU1rUy6yfsMoO4Vpwf1NhoRlRSEdA0OOMSabFK46AAR9uM3eqd.MxPiaZmpoFs9R3f_KxT1nq04R4I9ymZFTtOYEYf34_yDwYm7PvYhClVHNM89e.bWQWmYo66ghYvvcNVdiQ2S213GZYa2jXiXqXrHeRHe2TbfhsskhZoTep0dOqNQtkjrQXHIQclkF_UBMxund0gl4pElIT5saYgX0aBsGVrwwwVilj2zzOeOjmlG2cNJKYI0DsSWaFfZ7cNPWpNFfeCnMjfx96BE0dM9tmDT1JLWK17FeQVGAgzV.A_1ZCajnDCj.TQmCll6ulIeQIX1etCIfnJBvXDbYU.hG298ARqfif4.HNPA_nWzyyXEYNkZAcinrzbJ6ZEWjnAMfzEcZg9BKACWEv4TuX6iR6tZ2aHp0LHpu3wov34F9MHkBO_Y3.wkCsj4q1msdqw1pIhdrdw5.oqbZ1fQmXTM5LxvLJRYZ0eMaeISkV5B.s6C_9R.JK_XumDxP4khyXIjZr3JPLt2eXIZ54EvHZvfhTZjxgA--%26lp=http%3A%2F%2F1236.xg4ken.com%2Fmedia%2Fredir.php%3Fprof%3D713%26camp%3D44560%26affcode%3Dcr866653%26k_inner_url_encoded%3D1%26cid%3D32559487621%7C10356968%7C%26mType%3D%26queryStr%3D%26networkType%3Dn%26kdv%3Dc%26url%5B%5D%3Dhttps%253A%252F%252Fgiftcards.retailmenot.com%252Fstore%252Fskechers.com%253Futm_medium%253Dcpc%2526utm_source%253Dyahoogemini%2526utm_campaign%253D%255BPRODUCT_LAUNCH%255D_%255BGIFTCARD%255D_skechers.com_%255BY%255D_%255BEXM%255D%2526utm_content%253D%255BGIFTCARD%255D_skechers.com_Gift_Cards_%255BY%255D_%255BEXM%255D%2526utm_term%253D%2526SID%253D_kenshoo_clickid_%2526ch%253Dcpc_t\",\"publisher\":\"RetailMeNot/Skechers-Gift-Cards\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=BNInkYsGIS8qcYt81Ew_5iZSs6xIlA6gMKl1_q3IEZnO2_bBv6OmvkjSuDtdO9DaqX1tHmDgRj1GVsqLMI9KyekF9gkXEmRbxOPGQzSgN6a8ud7p0HIM47XIfWjUQBiq7xEgFcZ5YnFvUpvskLLe1RlakjG10GAW5M1RskzhZ1JMMx5srHN61Lc_NnhGRb64r66_lVnxZ_PWdrz5gKju1RyXfC5xPb68FSQok.iONJU6Xdas6RFm3yIhPlXs_t_YLnK_xPMOinxv1iK5Wvigwqym8RlIPmgoanOYrwLwv.ymcIhBAA7c4J5GDDZ9hhekX1v4K6WALt5EQES8SI3E8SsJubItQAK..VRYfXmZmWUd.XaNDLgnbmvJNNCkiC4zLyDNGb46a.8flurpazdeQyEz&amp;ap=66\",\"full_template\":\"ad\",\"images\":{},\"summary\":\"Save 7% On Skechers eGift Cards. Shop eGift Card Deals Now!\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":6,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32559487621\",\"ct\":1,\"pkgt\":3}},{\"type\":\"unknown\",\"id\":\"300a0229-a569-3ecf-9efb-ef7d5c3a065d\"},{\"type\":\"unknown\",\"id\":\"fae64b07-089e-302f-9287-12aeec870133\"},{\"type\":\"unknown\",\"id\":\"b91f7bd3-a286-38b4-97da-869f0fef1d6d\"},{\"type\":\"unknown\",\"id\":\"ddf816c8-73d3-39d9-bb96-05a118d3ddec\"},{\"type\":\"unknown\",\"id\":\"1c7110e3-31e5-346a-acf9-4d7dad91f6a7\"},{\"type\":\"unknown\",\"id\":\"b771c20c-0423-301d-af26-869b1759d02f\"},{\"type\":\"unknown\",\"id\":\"f47bd8a4-6c26-3142-a4eb-5e3bfa644625\"},{\"type\":\"unknown\",\"id\":\"399003a3-0604-3ca5-80a4-48a79051aca8\"},{\"type\":\"unknown\",\"id\":\"31b2af5e-04be-3f64-bcd9-f595f5748c25\"},{\"type\":\"unknown\",\"id\":\"c8ab1c68-d2da-3c68-9d55-1390b48738bd\"},{\"type\":\"unknown\",\"id\":\"c18462c1-e1d8-39c5-a5f2-44c4a525cf91\"},{\"type\":\"unknown\",\"id\":\"44db57fc-fb58-30f2-9301-631f6d903506\"},{\"type\":\"unknown\",\"id\":\"087bcfb5-0949-32fa-b172-fa54e62126c8\"},{\"type\":\"unknown\",\"id\":\"fbb9a63b-689c-33d0-abeb-c5a9b2ad08da\"},{\"type\":\"unknown\",\"id\":\"25a3faac-497a-3b0e-982f-c3dd72d11cdb\"},{\"type\":\"unknown\",\"id\":\"0c5b34b2-f52d-3942-a62c-4fbde5178546\"},{\"type\":\"unknown\",\"id\":\"9c67a907-fd1c-3d3c-92b7-86beb10e055c\"},{\"type\":\"unknown\",\"id\":\"41b99b34-a6fb-3f0d-a1e6-b6f16eab793f\"},{\"type\":\"unknown\",\"id\":\"ca5b7596-5bb4-3931-82cc-91d6cb336f73\"},{\"type\":\"unknown\",\"id\":\"c0bd81b5-9846-3437-a2d9-5205f300c9f0\"},{\"type\":\"unknown\",\"id\":\"50f94c0b-01d8-3d80-a26a-f89f0c7c36a9\"},{\"type\":\"unknown\",\"id\":\"c81315db-7dec-3a8b-84f5-58bb59217a17\"},{\"type\":\"unknown\",\"id\":\"2c472fe8-5011-3ea8-87c0-3d91988f1eac\"},{\"type\":\"unknown\",\"id\":\"647722d5-f1c1-3c2c-8813-6371b3ee9320\"},{\"type\":\"unknown\",\"id\":\"282b6444-b0f0-3461-8ea3-df3bcf64309f\"},{\"type\":\"unknown\",\"id\":\"baa13091-0c21-3aa1-8c0b-ef2c89f4c4ab\"},{\"type\":\"unknown\",\"id\":\"220aab81-ec06-3f78-ba96-2452460c9971\"},{\"type\":\"unknown\",\"id\":\"87a14bd5-f4e0-39d2-81c0-dcf0f834040c\"},{\"type\":\"unknown\",\"id\":\"8a5ee802-457a-3a66-b568-e8b75f2bf10e\"},{\"type\":\"unknown\",\"id\":\"b86ea197-d640-3d2a-a071-575f8f06717d\"},{\"type\":\"unknown\",\"id\":\"3b5d8b66-29a0-3e89-88ca-969fe32c50d1\"},{\"type\":\"unknown\",\"id\":\"f96ce5ce-c32f-37d9-9796-07ea4d9f122d\"},{\"type\":\"unknown\",\"id\":\"e3a93745-0e58-397d-8bfb-ce2ac76fa9c8\"},{\"type\":\"unknown\",\"id\":\"a0c582ba-57b5-394d-875f-78c2f80286c3\"},{\"type\":\"unknown\",\"id\":\"33bed671-eb4e-3a55-a5b6-06afa95886c4\"},{\"type\":\"unknown\",\"id\":\"8aebd18a-b372-30ec-8aa6-ce81c7778a22\"},{\"type\":\"unknown\",\"id\":\"7f548721-1b3a-302f-8019-6588db38c1b4\"},{\"type\":\"unknown\",\"id\":\"d4381a3a-8758-3bcd-8eda-0d6123a0266e\"},{\"type\":\"unknown\",\"id\":\"502d484d-9fde-3e03-acc3-5945db2453c7\"},{\"type\":\"unknown\",\"id\":\"47c949c5-44c0-33e3-8b60-aef80637d21f\"},{\"type\":\"unknown\",\"id\":\"88419db3-e03a-3fe0-8c13-1273a445e1a2\"},{\"type\":\"unknown\",\"id\":\"65193091-483d-3852-967a-b94f8b82a646\"},{\"type\":\"unknown\",\"id\":\"b2083bcb-225f-35ee-a03f-50ec0b2b595a\"},{\"type\":\"unknown\",\"id\":\"cc71a808-2153-3bc8-8537-190921abc289\"}],\"continuation\":\"\",\"more\":86,\"enrichment_ids\":[],\"fetched\":24,\"stream_items\":[{\"type\":\"article\",\"id\":\"16f9f18d-d40a-313b-a0cd-070c86f36465\",\"title\":\"&amp;#39;Growing Pains&amp;#39; Star Alan Thicke Dead at 69\",\"link\":\"https://gma.yahoo.com/growing-pains-star-alan-thicke-dead-69-033106505--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/sCg_Njmwgxk4FoyfmJyosg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-alan-thicke-er-161213_16x9_992.jpg\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/sCg_Njmwgxk4FoyfmJyosg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-alan-thicke-er-161213_16x9_992.jpg\",\"defer\":1},\"summary\":\"Alan Thicke, the actor best-known for his starring role in the 1980s sitcom &amp;quot;Growing Pains,&amp;quot; died Tuesday at age 69. A publicist for Thicke&amp;#39;s son, Robin, said the actor suffered a heart attack in Los Angeles. Born in Canada, Thicke enjoyed a successful career as a writer, producer and\",\"interestString\":\"WIKIID:Alan_Thicke|WIKIID:Growing_Pains|YCT:001000031|YCT:001000069|YCT:001000075|YCT:001000291\",\"i13n\":{\"cpos\":1,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"16f9f18d-d40a-313b-a0cd-070c86f36465\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"ada486f6-2ab7-3c6c-ad90-0c1bfe85c059\",\"title\":\"Trump Picks Rep. Ryan Zinke for Interior Secretary\",\"link\":\"https://gma.yahoo.com/trump-picks-rep-ryan-zinke-interior-secretary-033106503--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"summary\":\"President-elect Donald Trump today offered Rep. Ryan Zinke of Montana the job of secretary of the interior in his administration, senior Trump adviser Kellyanne Conway said on Fox News tonight.When reached by ABC News, a spokeswoman for Zinke declined to comment on whether he has accepted the position\",\"interestString\":\"WIKIID:Donald_Trump|WIKIID:Ryan_Zinke|WIKIID:Kellyanne_Conway|WIKIID:United_States_Secretary_of_the_Interior|YCT:001000661\",\"i13n\":{\"cpos\":2,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"ada486f6-2ab7-3c6c-ad90-0c1bfe85c059\",\"ct\":1,\"pkgt\":3},\"template\":\"default\"},{\"type\":\"ad\",\"id\":\"32474069017\",\"title\":\"IFC Markets. Forex &amp; CFD trading\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=_EyQATMGIS8JBPPVxp2hqZgyzs_01BpGtKX98b0BOXU67G4QpKxsgMsqA2wXXjzyf5QcUtnFvTwKfyDIgir2mMNxxFevzUTSjSd5W7V52uQJkEdOA7WPPTHXGdJfz3JuS2oEAXMezQ4DUlNT3EQohO0sENVDcRABda0CP70rfLiBc3N3o_3tAZK7j4oTkbVSZXECyJB9W_g_P2m8u4qPKqXyChjt8J1717PN83H5Ig1FsSR6XGCMTJQCRtKuR1r4h4.4FnTy2gL5UBbTdNN8owlSSuy9b3rMLCyJewIzqj_lPHqbxmTQuxHdZURQGsmsUjAINUY_7K.tAo0WQFvSK.6he4as5O8d.S0Ja5qdPkN3_T21MVycgPUntTVFNqBdDBCjEocCrk_02Afph6Ey7W6Hk1MdzstgG2sI0PQbGq6ApN1EdrOk2hpgC3jbABrZnsG4oTxbPjDB2OTz_93vOm8aYVEWI54E2gRWGwzRh_oNvX2eMBvQ6ScMdmn3jGyFkUsYicv9QwcRT5r0lxM_6Mgu.4VRMA59G6hHw9K1HcY8HPZdE84ZLEOHk2Jy2Jq._wNAApOp9_kt4c1qHBdQHO3B.cr29vczq0N2b0Lj5pmDQvHrUP3cuBn1hNMJtaG0wUeYXI0Ftw--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia\",\"publisher\":\"IFC Markets\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=Zv7NRTwGIS9PlEDKmbZLuAyhnT_wOWxOvDc4UBcVLuBExQRZaXHv9Z_oIPzknzLPmTGCXnV3wmYYWEVJhUoFdEc2tGARbxdHvmOtAwUAmDG_nWE688ii8ZGs.CPhh0bzpZVIsqDiBE9dwz2PID5B6Xnxc_2eHpH6hHs5XpPVuygW.egEacfNgWn1_r5lKcS.2_5WP2OCRN6mFF522og1en7zpySl9LDc5oa8V7i1Mq5Lx_Ysp9aQc_s1NiJUqwRBkTz4VYKKQOmn4kyd93v3yTo0.dYBlVzTfUczkwQPGuMD8RyFSkhmhmSoNn4lObLCvcHySZAjv69j3ewOng73dudP.ut_BNJwHSWbb5_vV_qkA4IuUnw59mhRZHCvZGsWzAicFEoFman_ObiT8RVFe4MM&amp;ap=3\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/NKp6SzyjFLstHsK_F3XPng--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/a7e2aee2ff701ba5de82f3b1f5180f46.jpeg\",\"height\":82,\"width\":82},\"summary\":\"Excellent Conditions for Professional Trading! 500+ trading instruments. 2 regulations: CySEC and BVI FSC. 100% dividend adjustment on stock CFDs.\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":3,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32474069017\",\"ct\":1,\"pkgt\":4}},{\"type\":\"article\",\"id\":\"f19aca0b-c4b8-3be7-8ce8-a23789fb7b96\",\"title\":\"Syrian Government Reportedly Kills Dozens of Civilians in Aleppo, Some &amp;#39;on the Spot,&amp;#39; UN Says\",\"link\":\"https://gma.yahoo.com/syrian-government-reportedly-kills-dozens-civilians-aleppo-spot-122713123--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/zC1RIM0_sKKcJCXxKiG9eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/f0f8fa7a03e5920e4ca30b8ebb91481e\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/zC1RIM0_sKKcJCXxKiG9eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/f0f8fa7a03e5920e4ca30b8ebb91481e\",\"defer\":1},\"summary\":\"Eastern Aleppo has fallen, and military activities there have stopped, according to Russia&amp;#39;s United Nations ambassador. &amp;quot;The Syrian government has re-established control over eastern Aleppo,&amp;quot; Vitaly Churkin told the U.N. Security Council on Tuesday. Residents of eastern Aleppo told ABC\",\"interestString\":\"WIKIID:Aleppo|WIKIID:Council_of_Ministers_%28Syria%29|YCT:001000713|YCT:001000661\",\"i13n\":{\"cpos\":4,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"f19aca0b-c4b8-3be7-8ce8-a23789fb7b96\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"da0a1fba-50dc-3111-b6f6-70dd528f4257\",\"title\":\"Founder of CorePower Yoga Trevor Tice Found Dead Under &amp;#39;Suspicious Circumstances&amp;#39; in California, Police Say\",\"link\":\"https://gma.yahoo.com/founder-corepower-yoga-trevor-tice-found-dead-under-021223966--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/AT3Vo19rKmTTy1XMTa93Tg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-san-diego-death-scene-jt-161213_16x9_992.jpg\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/AT3Vo19rKmTTy1XMTa93Tg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-san-diego-death-scene-jt-161213_16x9_992.jpg\",\"defer\":1},\"summary\":\"The founder of CorePower Yoga was found dead under &amp;quot;suspicious circumstances&amp;quot; in a San Diego, Calif., home. The San Diego Police Department said it received a call for a welfare check at a home on Monday at about 12:15 p.m. Responding officers found a man identified as Trevor Tice dead inside\",\"interestString\":\"WIKIID:CorePower_Yoga|WIKIID:San_Diego_Police_Department|WIKIID:San_Diego|YCT:001000291|YCT:001000667|YCT:001000780|YCT:001000288\",\"i13n\":{\"cpos\":5,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"da0a1fba-50dc-3111-b6f6-70dd528f4257\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"6470aced-4402-3388-b298-eb5e7fe6ea74\",\"title\":\"Woman Shares Her Journey From Fitness Competitor to Cancer Fighter: &amp;#39;I&amp;#39;m Learning to Love Myself Again&amp;#39;\",\"link\":\"https://gma.yahoo.com/woman-shares-her-journey-fitness-competitor-cancer-fighter-003315567--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/frVBZVk9xOJiteGalRep8w--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-cheyenne-clark-jt-161213_v4x3_16x9_992.jpg\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/frVBZVk9xOJiteGalRep8w--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-cheyenne-clark-jt-161213_v4x3_16x9_992.jpg\",\"defer\":1},\"summary\":\"Cheyann Shaw, 23, has been documenting her journey from bikini fitness competitor to cancer fighter on social media to help raise awareness about the disease and to inspire others facing their own difficult battles. A photo recently posted to Instagram -- showing what Shaw&amp;#39;s body looked like before\",\"interestString\":\"YCT:001000395|YCT:001000427|YCT:001000441\",\"i13n\":{\"cpos\":6,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"6470aced-4402-3388-b298-eb5e7fe6ea74\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"f113e675-474d-3951-9431-569dd45eb537\",\"title\":\"What Critics Are Saying About &amp;#39;Rogue One: A Star Wars Story&amp;#39;\",\"link\":\"https://gma.yahoo.com/critics-saying-rogue-one-star-wars-story-182413846--abc-news-celebrities.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/Rq7h_w4vZwH7jSc00hOMjw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/27ec846c4c5aaa4323c702ed050d291a\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/Rq7h_w4vZwH7jSc00hOMjw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/27ec846c4c5aaa4323c702ed050d291a\",\"defer\":1},\"summary\":\"&amp;quot;For sheer scene-stealing wow, though, you can&amp;#39;t beat Donnie Yen as Chirrut Imwe, a blind warrior monk, and Riz Ahmed as Bodhi Rook, a nutjob Imperial pilot now siding with the rebels. Best of all is Alan Tudyk as the voice of K-2S0, a security droid with a mouth on him,&amp;quot; he added. Vanity\",\"interestString\":\"WIKIID:Peter_Travers|WIKIID:Star_Wars|WIKIID:Rolling_Stone|YCT:001000031|YCT:001000076|YCT:001000075|YCT:001000079\",\"i13n\":{\"cpos\":7,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"f113e675-474d-3951-9431-569dd45eb537\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"fb3d831c-9dab-36e1-9fe8-ca328b6d3041\",\"title\":\"Evangelical Leader Tony Perkins Blasts Rex Tillerson as Trump&amp;#39;s Pick for Secretary of State\",\"link\":\"https://gma.yahoo.com/evangelical-leader-tony-perkins-blasts-rex-tillerson-trumps-210816203--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/AqmTwaPXfpyxvEePvI73qw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/GTY-tony-perkins-01-as-161213_16x9_992.jpg\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/AqmTwaPXfpyxvEePvI73qw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/GTY-tony-perkins-01-as-161213_16x9_992.jpg\",\"defer\":1},\"summary\":\"Perkins wrote in a blog post published Monday, “To hear that Donald Trump may be appointing a man who not only led the charge to open the Boy Scouts to gay troop leaders but whose company directly gives to Planned Parenthood is upsetting, at best.\",\"interestString\":\"WIKIID:Donald_Trump|WIKIID:Boy_Scouts_of_America|WIKIID:Rex_Tillerson|WIKIID:Tony_Perkins_%28politician%29|WIKIID:Planned_Parenthood|WIKIID:ExxonMobil|YCT:001000661\",\"i13n\":{\"cpos\":8,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"fb3d831c-9dab-36e1-9fe8-ca328b6d3041\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"3ca4dab5-bb07-3a9b-a538-401da333f694\",\"title\":\"Kanye West Says He Discussed &amp;#39;Multicultural Issues,&amp;#39; Chicago Violence With Trump\",\"link\":\"https://gma.yahoo.com/kanye-west-meets-donald-trump-york-150850439--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/lkAOQAcPGFRkIpuSQydxYQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/d9bc62c444ad53f08a514cee770a9862\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/lkAOQAcPGFRkIpuSQydxYQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/d9bc62c444ad53f08a514cee770a9862\",\"defer\":1},\"summary\":\"President-Elect Donald Trump met with rapper Kanye West at Trump Tower today, discussing &amp;quot;multicultural issues,&amp;quot; bullying and violence in Chicago, according to the rapper.Trump appeared to have a slightly different take on the meeting, saying the men &amp;quot;discussed life.&amp;quot;&amp;quot;We’ve been\",\"interestString\":\"WIKIID:Trump_Tower_%28New_York_City%29|YCT:001000661\",\"i13n\":{\"cpos\":9,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"3ca4dab5-bb07-3a9b-a538-401da333f694\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"ad\",\"id\":\"32588460847\",\"title\":\"Apply for the 2017 US Green Card Lottery\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=KM6PMZQGIS_d7tLRcAGm2SfAmkfgz_VFgJxeAhqA6c7Obp4g26tCZgIkylW2cJIvqP59JNT1I9.ooT8Z06wHYwXA38o2luemXMHyvykcaaxZuEPLFhP4JYrjWc.gsDbVBQeC1BnLTRGGHIIq4vL3gihT2Gty4zxwHAJNOgKEjWsqC3Wwyb6l8CtBy3lquirYoKN0q0H.UzEWr4iIRjzSTzHuZ42sc.rcfNhPw.rEYqCDV42lFyH_ILlVHfGtxI9iQv.bK8hkaW4khKiVkBSIVk03_9jzkBVHqLHq3ZF5YCuFBP9SO6GIYOECWmj3Ik8ItOJVP9caZshYlvfDTwobXMRsm5a4j33oQrYkrj6uazgvGfYkHptP6.sIrnISf2l0KafBuej27dgWlfe8Rt.k0vOdv_iZ9Lba5W4WDy3Zbj0U4ZrKUyMjPekc8QOnYVuLypaw1ScRYmq8HNUOYa12znlheghAqFOAl9bG0L0bxLnQQghx3dcu5rUSaqYBKZK_s2ZMqhVtIGgtfhPgSIGVRTvxYRFyxMyLliqY7bhVgqIep_FP6L0rj9CcfbG6Yd.gu2Mety.e39B1xWJBsu7fs1vFKzfFn5qnCRxTB8Jima0xbZJK%26lp=https%3A%2F%2Fwww.globalusagreencard.org%2Flanding_page%2Fv3%2F%3Futm_source%3Dyahoo_gemini%26utm_medium%3Dcontent%26lang%3Den-EN%26r%3DYG%26c%3Deast%26adg_id%3D32588460847\",\"publisher\":\"Global USA Green Card\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=uYfVWIsGIS93x286R7DeIk1ISkOlZdozdC1hQViI5Za.ImCfoSNpADpTc_Uv1dQVDlyAo3J9_4DtL5Z5qn.CbMKeGlv0dEMS4qXUGXiLzmNMBH34RAuLS80S8jWlOZcVYX2p9B37mnJNf91FVIGTUHvIau2v5FZaMkgagKug9xtFvbmtRezj_hL2aJ1IZ8y9IjKNcet4Ndggk6u6tUmmcgSkh0IZx8ZjMgGCtBX8hswt5xhChoiVu.f.TT187nj0trCCultodT4fH8Gg3JTEPS3z_Gr_EFvTfglRTYZDyrE0MS2My4hLzOfFV2G514.WxXF2hYlW0PAa6J50PxukCqIqvgiwjphciHvfjzm7K5k9EAvgULgkwEuMnMCB9kiQV92n9vRQhuXih9xMutWweizJ1AI-&amp;ap=10\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/GF1FscDQnXczQKoNSUFZYg--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/8a5b4113cc4325cb8be827aab4bba1aa.jpeg\",\"height\":82,\"width\":82},\"summary\":\"A US Green Card could be yours!\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":10,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32588460847\",\"ct\":1,\"pkgt\":4}},{\"type\":\"article\",\"id\":\"48897845-e806-3216-b2ae-4213132dbf4e\",\"title\":\"Man Who Says Relatives Were Killed by US Drone Strike Heads to Federal Court\",\"link\":\"https://gma.yahoo.com/man-says-relatives-were-killed-us-drone-strike-164206896--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/lsSVyqvn7P.UlvhuWHAlGA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-yemen-drone-faisal-bin-ali-jaber-jc-161212_16x9_992.jpg\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/lsSVyqvn7P.UlvhuWHAlGA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-yemen-drone-faisal-bin-ali-jaber-jc-161212_16x9_992.jpg\",\"defer\":1},\"summary\":\"Faisal bin Ali Jaber, a Yemeni man who claims he lost members of his family in a U.S. drone strike, was set to attend a U.S. appellate court hearing today regarding the alleged incident in what could become a landmark case. Jaber, an engineer, spoke to ABC News about the alleged drone strike, which\",\"interestString\":\"WIKIID:Barack_Obama|WIKIID:Ali_Jaber|WIKIID:Drone_strikes_in_Pakistan|YCT:001000661|YCT:001000713|YCT:001000780|YCT:001000720\",\"i13n\":{\"cpos\":11,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"48897845-e806-3216-b2ae-4213132dbf4e\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"a5b99a73-2049-31d8-8698-d763766cc1f4\",\"title\":\"Veteran Who Received Life-Changing Double-Arm Transplant Shows Off Progress\",\"link\":\"https://gma.yahoo.com/veteran-received-life-changing-double-arm-transplant-shows-205806453--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/Seiaq_unMwSR3jFTOwKZbQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_arm_transplant_02_as_161005_16x9_992.jpg\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/Seiaq_unMwSR3jFTOwKZbQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_arm_transplant_02_as_161005_16x9_992.jpg\",\"defer\":1},\"summary\":\"Just four months after undergoing a life-changing double-arm transplant, John Peck shared how far he has come by releasing a video of him being able to control his elbow. Peck shared a video on Monday in which -- with the help of a therapist -- he slowly and carefully practices moving his right elbow\",\"interestString\":\"WIKIID:John_Peck_%28Australian_rules_footballer%29|YCT:001000545\",\"i13n\":{\"cpos\":12,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"a5b99a73-2049-31d8-8698-d763766cc1f4\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"e8961efb-8186-3082-ba8a-5b6154092ee3\",\"title\":\"Deck the Halls With These Awkward Family Holiday Photos\",\"link\":\"https://gma.yahoo.com/deck-halls-awkward-family-holiday-photos-195305687--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/3yUy9V1KP5MOjyFABbF1Eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2943a3aa244127daf2794fb1f63ec3a0\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/3yUy9V1KP5MOjyFABbF1Eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2943a3aa244127daf2794fb1f63ec3a0\",\"defer\":1},\"summary\":\"Gathering together for holiday family photos can be fun, or it can be disaster. Perhaps Uncle Larry had too much eggnog, or Aunt Sally insisted on everyone wearing her hand-knit Christmas sweaters, or maybe the little kids just couldn’t handle smiling for a single shot. And if you haven’t giggled enough\",\"interestString\":\"WIKIID:Aunt_Sally|YCT:001000031|YCT:001000780|YCT:001000071\",\"i13n\":{\"cpos\":13,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"e8961efb-8186-3082-ba8a-5b6154092ee3\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"fea9ada4-c1b7-3c58-bbea-8da308640f57\",\"title\":\"Hospital Cafeteria Worker Saves Thousands of Dollars to Buy Toys for Kids at Christmas\",\"link\":\"https://gma.yahoo.com/hospital-cafeteria-worker-saves-thousands-dollars-buy-toys-154543711--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/NQZt7ctmogRo_g6ugUUKGw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c7aeb63563dc1722f6c98e3262acb445\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/NQZt7ctmogRo_g6ugUUKGw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c7aeb63563dc1722f6c98e3262acb445\",\"defer\":1},\"summary\":\"Jessie Tenyani has no children of her own, but for each of the past eight years, she has put away thousands of dollars from her paycheck as a hospital cafeteria worker to buy toys for kids for Christmas. Tenyani, 55, of Chicago, hand-picks the toys, as many as 1,000 each Christmas, and donates them\",\"interestString\":\"WIKIID:Christmas_club|WIKIID:Christmas|YCT:001000780|YCT:001000395|YCT:001000560|YCT:001001060|YCT:001001062|YCT:001000295\",\"i13n\":{\"cpos\":14,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"fea9ada4-c1b7-3c58-bbea-8da308640f57\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"5a111841-a550-38c2-baa6-a719288d4a29\",\"title\":\"Video Captures Moment Police Drag Uncooperative Passenger off Delta Flight\",\"link\":\"https://gma.yahoo.com/video-shows-police-dragging-woman-off-delta-flight-193904310--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/0TVxONSnPzpWrgwJ700.Ew--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-Woman-Off-Delta-Flight-MEM-161213_16x9_992.jpg\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/0TVxONSnPzpWrgwJ700.Ew--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-Woman-Off-Delta-Flight-MEM-161213_16x9_992.jpg\",\"defer\":1},\"summary\":\"A video has surfaced showing an airport police officer dragging a passenger by her wrists face-up along a carpeted aisle to the front of a plane. The video then shows a second officer grabbing the passenger by the ankles to help lift her to the exit.The passenger was removed from the flight for failing\",\"interestString\":\"WIKIID:Delta_Air_Lines|WIKIID:Airport_police|YCT:001000667|YCT:001000992\",\"i13n\":{\"cpos\":15,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"5a111841-a550-38c2-baa6-a719288d4a29\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"3c72182d-1f31-31f6-8fda-6916938be05f\",\"title\":\"Wife Creatively Includes Deployed Air Force Husband in Family Christmas Card\",\"link\":\"https://gma.yahoo.com/wife-creatively-includes-deployed-air-force-husband-family-183904735--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/y9wkR2ZsvhhQzjh91lRgRA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c67e407fc84680e75ba8dcd4af3c2e55\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/y9wkR2ZsvhhQzjh91lRgRA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c67e407fc84680e75ba8dcd4af3c2e55\",\"defer\":1},\"summary\":\"Ain’t no mountain high enough, ain’t no valley low enough, ain’t no river wide enough to keep this military wife from including her deployed husband in their family Christmas card. Ashley Sistrunk was feeling a bit down after seeing all her friends’ family holiday photos on Facebook, so she came up\",\"interestString\":\"WIKIID:Christmas_card|WIKIID:Christmas|WIKIID:Facebook|YCT:001000780|YCT:001001062\",\"i13n\":{\"cpos\":16,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"3c72182d-1f31-31f6-8fda-6916938be05f\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"ad\",\"id\":\"32572483510\",\"title\":\"Cyber LG Stylo 2 Deal\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=1Vg_vM8GIS_jYbYOgkZwvFcEzB9pYLoQHDL4ZHqI.C9U4KSUiJIz5WAZWJ21cEn9R5MRZ77c2A_YsTspV1WODtvJY2wjlAFCuaNwUw5QjzcgCOo71IkkFQsbr.UaQLOID5DzN3eqhX9UhOme.BWfoyWYMmiLAhpoOYMdUbFUHYdGhSDeWNLfz3mQNg8KUUHy.DMrRqMAf9tMwawHwabEL9dsMG4zG__W0NAhtQ7M9iygHtRVNyYgkeoNqwDKi2O4aq_4dq_s2xVmSq30FEeaJ2BBxLD9mFJdkColTLJSi8Qv7FXkHdgERIeHh8D4s4x1vSybJycTqwVS4Kd0gyj4RjGC7TQGEqZJ4QjX8WudfdrgAvY934zbe3_uec9rKPD6WhPqBXObktwzO0uBqy6ukKCeaI5dZ.P3D7cEZhYfSznK0Rjr_eo3kp13rOVYi.tDzFbfRvEi_02PLSN9bjdlnnlkhMJvsSs0rS_6u0aDhuUDjE_0Tv9BzsAVx8iFYE6psri5G7aOCQuiwOW0ohNiec9qM08q_LufKVYHh8yauT3mpPyd16yQXt_EedFjE0q6Nx3VoECkd4l7_IxlbvvpW2cRJ5f0XZZcYPNAAx2ZnHusfv_D.s76TFqHaA8raOvijxnGbTPG1vaqYH_08Mjij8bRzZ1ybameGnDclan37cKQTCvLjrXa0zGBZ1ROkwanmFqlLr5nNQ2LV.ey3nzUq0DTDZ2fB7572R65FcuOUoIY74sABMqSqCLubeBfD2SR7fFl6BuPvwEJDQ5AWU58as6YG_iICUXdB_y4QROTmbK9Yx0vAnPq4aABb3ALRn49rU0.ex2REO5GfZAqgbybwkvNmVM9MoUNWCfaWGkJ9bsoDamiGRINy6MtsBOD7yBlGaD7BJyir7Exn5a1fnnd06i.wG1G3Ee4_R.T2gSFwegVkAIsBmVj9ukYh3.8hi2E2jwoI0u7NctdBeTI3Mgi3xyPZKNMVxDuj6j6gVkU08IDtRgIKL94eOJr351fMk3fTtDw40SIo3O4i2vfu_LfOyRgP_gku0dVSJcgNxzCgg0FIg8gTkeTDdI1TdNM9Pei0sPOiInzU5mxoUwFi6NRPlqpYyaMBx7CuBuGrLZIJo4nWLiyBgrEJEtvpLpbWMK4KpFOw4n8YIxSp35Wcn8vEmTAsDoZH1ArNWBiNiFL2QvlNSzBvWHMLiosv4zETWMC3H5RTyc6ISnPYyP.0U_5TLG77eokuxnxgXk3fegWJBA-%26lp=http%3A%2F%2Fbs.serving-sys.com%2FServing%2F%3Fcn%3Dsearch%26semdid%3D7_353219189_9113774098_lfrv2jCE%26semid%3D1%26seid%3D7%26semuserid%3D%26advid%3D108226%26mmx%3D%24%24sekwid%3D%26seadid%3D32572483510%26sekwtxt%3D%26matchtype%3D%24%24%26semdata%3D%24%24mkwid%3Dlfrv2jCE_32572483510___c%26mtid%3D744he937470%24%24%26urtu%3Dhttp%253A%252F%252Fd.agkn.com%252Fpixel%252F7636%252F%253Fatr%253D%2526col%253D37470%252C103%252C103353219189%252C%252C%252C%2526l0%253Dhttps%253A%252F%252Fwww.cricketwireless.com%252Flg-cyber-deals.html%253Fwoo_campaign%253DSEM%2526woo_source%253DYAHGEM_PPC%2526woo_medium%253Dkeyword%2526woo_content%253DQ4%252BHeavy-Up_TMobile%252BCustomers%2526woo_term%253D\",\"publisher\":\"Cricketwireless.Com/LGG2\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=aVA0ALEGIS.2IGI6Mye0PdVFiCieLGgTjhXdf314JNtY_uhF1ag5aqnDFuvyJ0pHgrjBm7p0__mTpHzF2NK6M29l3rxhySqz6PuhUYFW1H7gVXs.tqRSTpkjOFaC32XasHxNwV1oC0wKHT4KhmkqME8RYFAppdIrDg0SWFzgAdRh6VJkae8yHbWffOKjHl3N6GdOEpljtzrv8whA856peHnxcViukLyIGGChTyBymXbTqEB67DcXJudhqbV6MrFEU.cZmSasO7wo_FxgzV5OFCqw3RKdDQNTzC5ces8L63_cGn0uGdp2fPWhTEg5vikPJwqN0L7Ac1jZ3FJ8uuErI0IZ0U_xw9L6mKgwD6sls_kjxDJ.WBC5m409.qATpP3hUQgHpjyxhwC6flzjbkU-&amp;ap=17\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/m_UyoICU1famxwC5nvD6LA--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/9807f365e14c7964db0ac90a6a8b4899.jpeg\",\"height\":82,\"width\":82},\"summary\":\"$49.99 Limited Time. Req’s New Line of Svc w/ Qual. Plan. See Details.\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":17,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32572483510\",\"ct\":1,\"pkgt\":4}},{\"type\":\"article\",\"id\":\"2394698c-069b-3ef9-8e2b-7a14e5100aaa\",\"title\":\"How a Single Senate Republican Could Tank Rex Tillerson&amp;#39;s Nomination\",\"link\":\"https://gma.yahoo.com/single-senate-republican-could-tank-rex-tillersons-nomination-175313186--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/9H79BlxjP4W46wnZg8ujkQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/498a37e3439ddb9a9f714dbb49f67656\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/9H79BlxjP4W46wnZg8ujkQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/498a37e3439ddb9a9f714dbb49f67656\",\"defer\":1},\"summary\":\"Marco Rubio is not the only Republican senator to express concerns about President-elect Donald Trump’s pick for secretary of state, Rex Tillerson, over his connections to Russian President Vladimir Putin. If all nine Democrats on the panel vote against Tillerson, they would need only one of the committee\",\"interestString\":\"WIKIID:United_States_Secretary_of_State|WIKIID:United_States_Senate_Committee_on_Foreign_Relations|WIKIID:United_States_Senate|YCT:001000661\",\"i13n\":{\"cpos\":18,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"2394698c-069b-3ef9-8e2b-7a14e5100aaa\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"14c217dd-6b60-33df-b94d-5ffe857ccf54\",\"title\":\"Frito-Lay Drops Doritos Super Bowl TV Advertisements\",\"link\":\"https://gma.yahoo.com/frito-lay-drops-doritos-super-bowl-tv-advertisements-145007590--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/x21gttFHX..Ch3MxLkSlvA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/0dbce825690bb482e81a8a91c43e3842\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/x21gttFHX..Ch3MxLkSlvA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/0dbce825690bb482e81a8a91c43e3842\",\"defer\":1},\"summary\":\"Frito-Lay is closing the bag on its popular Doritos commercials for Super Bowl 2017. GoDaddy stepped out of 2016&amp;#39;s advertisements and Toyota has announced it will not run commercials during Super Bowl 51 on Feb. 5, also citing a marketing strategy.\",\"interestString\":\"WIKIID:Frito-Lay|WIKIID:Super_Bowl|YCT:001001126|YCT:001000002|YCT:001000001\",\"i13n\":{\"cpos\":19,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"14c217dd-6b60-33df-b94d-5ffe857ccf54\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"48b9bac6-44bb-3433-80e3-5b1d3594e625\",\"title\":\"LeBron James &amp;#39;Humbled&amp;#39; by SI Sportsperson of the Year Award\",\"link\":\"https://gma.yahoo.com/lebron-james-humbled-si-sportsperson-award-172406720--abc-news-celebrities.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/rXzfDI6FRQC5bHBRohF0iQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2057633e69d5e076b25a8a4c5f2ce4ef\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/rXzfDI6FRQC5bHBRohF0iQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2057633e69d5e076b25a8a4c5f2ce4ef\",\"defer\":1},\"summary\":\"LeBron James was honored Monday night in Brooklyn, New York, at the annual Sports Illustrated sportsperson of the year event, which celebrated his commitment to his team, his sport and the city of Cleveland. Robin Roberts of &amp;quot;Good Morning America&amp;quot; caught up with James at the ceremony to discuss\",\"interestString\":\"WIKIID:LeBron_James|YCT:001000001|YCT:001000012\",\"i13n\":{\"cpos\":20,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"48b9bac6-44bb-3433-80e3-5b1d3594e625\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"0faf9f17-96c0-368f-9bbc-5baf33074cee\",\"title\":\"Illinois Woman and Her Dog Rescued After Falling Into Frozen Pond\",\"link\":\"https://gma.yahoo.com/illinois-woman-her-dog-rescued-falling-frozen-pond-141908648--abc-news-lifestyle.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/RxhLmJql_Z5GEZvpiQ1BhA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/19c07daff025df71f8202f8d13e0c238\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/RxhLmJql_Z5GEZvpiQ1BhA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/19c07daff025df71f8202f8d13e0c238\",\"defer\":1},\"summary\":\"An 8-year-old boy has been credited with saving his mother and his dog&amp;#39;s life after he called 911 when the two fell into an icy pond in Illinois this past weekend.Cathy Medernach, 48, told ABC News that she and her son Caden, 8, were taking their Labrador retriever, Bailey, out for a walk behind\",\"interestString\":\"YCT:001000560|YCT:001000611|YCT:001000637\",\"i13n\":{\"cpos\":21,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"0faf9f17-96c0-368f-9bbc-5baf33074cee\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"3cbee4b7-2568-3903-a977-24db6d8347bb\",\"title\":\"5 Major Foreign Policy Challenges Facing President-Elect Donald Trump\",\"link\":\"https://gma.yahoo.com/5-major-foreign-policy-challenges-facing-president-elect-201105415--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/FQvHaYiTkzJ6OCASS_dY7g--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/ddb938bd2b3017e5920963e2ffd2559e\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/FQvHaYiTkzJ6OCASS_dY7g--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/ddb938bd2b3017e5920963e2ffd2559e\",\"defer\":1},\"summary\":\"In January, President-elect Donald Trump will have to turn his attention to governing domestically and shaping his vision for U.S. foreign policy – and he will do so with the help of his secretary of state. On Tuesday, Trump nominated ExxonMobil CEO Rex Tillerson to help him navigate America&amp;#39;s biggest\",\"interestString\":\"WIKIID:Donald_Trump|WIKIID:Rex_Tillerson|WIKIID:Syria|WIKIID:Russia|WIKIID:Turkey|WIKIID:Vladimir_Putin|YCT:001000661|YCT:001000680\",\"i13n\":{\"cpos\":22,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"3cbee4b7-2568-3903-a977-24db6d8347bb\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"article\",\"id\":\"bd3edcb9-cd20-3482-a5a5-308d8cc217f4\",\"title\":\"Arctic Assault This Week With Possible Record-Breaking Cold, Chicago to New York\",\"link\":\"https://gma.yahoo.com/arctic-assault-week-possible-record-breaking-cold-chicago-181307998--abc-news-topstories.html\",\"publisher\":\"Good Morning America\",\"images\":{\"square\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/o9N89Reu8J3us55f_Bdq4Q--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/fe802fc2ef9b5fd433eca3131e12ae7f\",\"defer\":1}},\"image\":{\"height\":82,\"width\":82,\"url\":\"https://s.yimg.com/uu/api/res/1.2/o9N89Reu8J3us55f_Bdq4Q--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/fe802fc2ef9b5fd433eca3131e12ae7f\",\"defer\":1},\"summary\":\"This week, the displacement of a polar vortex will bring the coldest air this early in the season in more than a decade to a wide swath of the country, from Chicago to New York City. If Chicago stays in the single digits for highs on Thursday, this will be the coldest late fall weather since 1995.\",\"interestString\":\"WIKIID:New_York_City|WIKIID:Polar_vortex|YCT:001000637|YCT:001000659\",\"i13n\":{\"cpos\":23,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"g\":\"bd3edcb9-cd20-3482-a5a5-308d8cc217f4\",\"ct\":1,\"pkgt\":4},\"template\":\"default\"},{\"type\":\"ad\",\"id\":\"32573871566\",\"title\":\"How To Budget Your Money with One Simple Rule\",\"link\":\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;es=Wxo.YS4GIS9wMGM7igB1Zk9dp0XWciRRPl6._XxuRj3TjSHCiQmWk5CmrKmS56ieIjZtpdxnPuxlAUpef9LIiuX3RAQCuTkRCYXDRvWgdy30taH.r58.vSJZhHowP00ey.A5qY3Jk840sfboj1NUQZ0qRrHolchs6Jwz_5tLp1uBMWTW2KjQQyL8vhtJrt04IOhlDCUik.CY9x2URV7ihb4XZ2qL_.q6G_K2ydQ72PLdDvIoi7ZV.vNsy8hIwFMPdo9n.NKL2DBVs2YsD8pWDqJgztTY90hzzVyBooUxShqNKcHHHReT82MZAQwuYr6c1E3C9NS7sPEJuxu.d5x0m7KvKzSbO6VejrFkN1J7fqHRWMNsU__2vLGzZGYyH47Jns2T3EM_z2MJSiXm7QmrELPg2P6eGWaXJQ0CgMugL46gmtXKZ1lIM9sn32YbUVHABtbn8drdMibTxQ3RqXoNQgWOJxeSdV3Kz73YORJXnE2t0tQKDfNpLQTDT1l63wg4S3Yz7e_l_QaP_eK1A9oSKE5pKLHgTIcQCJAaWCIBoVlUASpqFlzJKT.jKnywHsSE8TwZ4ekMJ97uQy.u53AkNxP7uGsGfhB4ARzE7tfKmUaACLMO_3muHQDFiIB.xGWXlIQl2R7zEpGGirnxCAxZkJAcmw--%26lp=https%3A%2F%2Fwww.learnvest.com%2Flp%2Fhow-to-budget-your-money-with-the-502030-guideline%2F%3Futm_source%3Dyahoo%26utm_medium%3Dpaidcontent%26utm_campaign%3DYahoo_Custom_Audience%3A_Personal_Finance\",\"publisher\":\"LearnVest\",\"beacon\":\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;es=ysl3cA8GIS_Ce8UN3J1O5G_Dz28vS6.XFEPlNzo5g32_gQz8eRLtDD6LoB2kZpQAy5B6LXNjYjdR3G4eqs0HI2vWRWbpiIBhw6vzaO1X0U5tVsCLbOLFjH24.XY6SXy1x3XPkLHEtBU2HwJfq1UKL0JiGbeRy1sPVWTv0Xv5hpPv0o2qKU0c8QULwqEdD6xo57so2Rgpr4cly3ZJi17kPu6b46h.ULIj9qY.y.u.dkRWQm1MmOIyh46k9sljX.KMRJp0.T1H9_7Cz4yMng89MbMYsNxTtSZEzFfXtlHAZBuIMp2UUXUZ59eB6eaR8qFajDyzSZR8eW1RwomyXvmf23RvOSvlbwgAV9Cw8N4SuYemLTY9Q9VekwVhGLUCNvK1Hhpi.yYjlfn0JHHopadyiv_X&amp;ap=24\",\"full_template\":\"ad\",\"image\":{\"url\":\"https://s.yimg.com/uu/api/res/1.2/9lbnTRUMz5bKMixhcKXeJw--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/d8727e410ab45d1349297efacfd4ad17.jpeg\",\"height\":82,\"width\":82},\"summary\":\"Whether you're a new parent or a new grad, our guideline can help you assess your budget so you know exactly where your money in going. Find out how.\",\"adChoicesUrl\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"i13n\":{\"cpos\":24,\"bpos\":1,\"cat\":\"LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"t1\":\"a3\",\"t2\":\"strm\",\"t3\":\"ct\",\"ad\":1,\"elmt\":\"ad\",\"g\":\"32573871566\",\"ct\":1,\"pkgt\":4}}],\"interest_data\":{\"WIKIID:Alan_Thicke\":{\"name\":\"Alan Thicke\",\"type\":\"WIKIID\"},\"WIKIID:Growing_Pains\":{\"name\":\"Growing Pains\",\"type\":\"WIKIID\"},\"YCT:001000031\":{\"name\":\"Arts &amp; Entertainment\",\"type\":\"YCT\"},\"YCT:001000069\":{\"name\":\"Celebrities\",\"type\":\"YCT\"},\"YCT:001000075\":{\"name\":\"Media\",\"type\":\"YCT\"},\"YCT:001000291\":{\"name\":\"Death &amp; Funeral\",\"type\":\"YCT\"},\"WIKIID:Donald_Trump\":{\"name\":\"Donald Trump\",\"type\":\"WIKIID\"},\"WIKIID:Ryan_Zinke\":{\"name\":\"Ryan Zinke\",\"type\":\"WIKIID\"},\"WIKIID:Kellyanne_Conway\":{\"name\":\"Kellyanne Conway\",\"type\":\"WIKIID\"},\"WIKIID:United_States_Secretary_of_the_Interior\":{\"name\":\"secretary of the interior\",\"type\":\"WIKIID\"},\"YCT:001000661\":{\"name\":\"Politics &amp; Government\",\"type\":\"YCT\"},\"WIKIID:Aleppo\":{\"name\":\"Aleppo\",\"type\":\"WIKIID\"},\"WIKIID:Council_of_Ministers_%28Syria%29\":{\"name\":\"Syrian government\",\"type\":\"WIKIID\"},\"YCT:001000713\":{\"name\":\"Unrest, Conflicts &amp; War\",\"type\":\"YCT\"},\"WIKIID:CorePower_Yoga\":{\"name\":\"CorePower Yoga\",\"type\":\"WIKIID\"},\"WIKIID:San_Diego_Police_Department\":{\"name\":\"San Diego Police Department\",\"type\":\"WIKIID\"},\"WIKIID:San_Diego\":{\"name\":\"San Diego\",\"type\":\"WIKIID\"},\"YCT:001000667\":{\"name\":\"Crime &amp; Justice\",\"type\":\"YCT\"},\"YCT:001000780\":{\"name\":\"Society &amp; Culture\",\"type\":\"YCT\"},\"YCT:001000288\":{\"name\":\"Family &amp; Relationships\",\"type\":\"YCT\"},\"YCT:001000395\":{\"name\":\"Health\",\"type\":\"YCT\"},\"YCT:001000427\":{\"name\":\"Disease &amp; Medical Conditions\",\"type\":\"YCT\"},\"YCT:001000441\":{\"name\":\"Cancer\",\"type\":\"YCT\"},\"WIKIID:Peter_Travers\":{\"name\":\"Peter Travers\",\"type\":\"WIKIID\"},\"WIKIID:Star_Wars\":{\"name\":\"Star Wars\",\"type\":\"WIKIID\"},\"WIKIID:Rolling_Stone\":{\"name\":\"Rolling Stone\",\"type\":\"WIKIID\"},\"YCT:001000076\":{\"name\":\"Movies\",\"type\":\"YCT\"},\"YCT:001000079\":{\"name\":\"Movie Reviews\",\"type\":\"YCT\"},\"WIKIID:Boy_Scouts_of_America\":{\"name\":\"Boy Scouts\",\"type\":\"WIKIID\"},\"WIKIID:Rex_Tillerson\":{\"name\":\"Rex Tillerson\",\"type\":\"WIKIID\"},\"WIKIID:Tony_Perkins_%28politician%29\":{\"name\":\"Tony Perkins\",\"type\":\"WIKIID\"},\"WIKIID:Planned_Parenthood\":{\"name\":\"Planned Parenthood\",\"type\":\"WIKIID\"},\"WIKIID:ExxonMobil\":{\"name\":\"ExxonMobil\",\"type\":\"WIKIID\"},\"WIKIID:Trump_Tower_%28New_York_City%29\":{\"name\":\"Trump Tower\",\"type\":\"WIKIID\"},\"WIKIID:Barack_Obama\":{\"name\":\"Obama\",\"type\":\"WIKIID\"},\"WIKIID:Ali_Jaber\":{\"name\":\"Ali Jaber\",\"type\":\"WIKIID\"},\"WIKIID:Drone_strikes_in_Pakistan\":{\"name\":\"drone strike\",\"type\":\"WIKIID\"},\"YCT:001000720\":{\"name\":\"War\",\"type\":\"YCT\"},\"WIKIID:John_Peck_%28Australian_rules_footballer%29\":{\"name\":\"John Peck\",\"type\":\"WIKIID\"},\"YCT:001000545\":{\"name\":\"Tests &amp; Procedures\",\"type\":\"YCT\"},\"WIKIID:Aunt_Sally\":{\"name\":\"Aunt Sally\",\"type\":\"WIKIID\"},\"YCT:001000071\":{\"name\":\"Books &amp; Publishing\",\"type\":\"YCT\"},\"WIKIID:Christmas_club\":{\"name\":\"Christmas\",\"type\":\"WIKIID\"},\"WIKIID:Christmas\":{\"name\":\"Christmas\",\"type\":\"WIKIID\"},\"YCT:001000560\":{\"name\":\"Hobbies &amp; Personal Activities\",\"type\":\"YCT\"},\"YCT:001001060\":{\"name\":\"Holidays &amp; Celebrations\",\"type\":\"YCT\"},\"YCT:001001062\":{\"name\":\"Christmas\",\"type\":\"YCT\"},\"YCT:001000295\":{\"name\":\"Parenting\",\"type\":\"YCT\"},\"WIKIID:Delta_Air_Lines\":{\"name\":\"Delta\",\"type\":\"WIKIID\"},\"WIKIID:Airport_police\":{\"name\":\"airport police\",\"type\":\"WIKIID\"},\"YCT:001000992\":{\"name\":\"Transportation\",\"type\":\"YCT\"},\"WIKIID:Christmas_card\":{\"name\":\"Christmas cards\",\"type\":\"WIKIID\"},\"WIKIID:Facebook\":{\"name\":\"Facebook\",\"type\":\"WIKIID\"},\"WIKIID:United_States_Secretary_of_State\":{\"name\":\"secretary of state\",\"type\":\"WIKIID\"},\"WIKIID:United_States_Senate_Committee_on_Foreign_Relations\":{\"name\":\"Foreign Relations Committee\",\"type\":\"WIKIID\"},\"WIKIID:United_States_Senate\":{\"name\":\"Senate\",\"type\":\"WIKIID\"},\"WIKIID:Frito-Lay\":{\"name\":\"Frito-Lay\",\"type\":\"WIKIID\"},\"WIKIID:Super_Bowl\":{\"name\":\"Super Bowl\",\"type\":\"WIKIID\"},\"YCT:001001126\":{\"name\":\"National Football League\",\"type\":\"YCT\"},\"YCT:001000002\":{\"name\":\"American Football\",\"type\":\"YCT\"},\"YCT:001000001\":{\"name\":\"Sports &amp; Recreation\",\"type\":\"YCT\"},\"WIKIID:LeBron_James\":{\"name\":\"LeBron James\",\"type\":\"WIKIID\"},\"YCT:001000012\":{\"name\":\"Basketball\",\"type\":\"YCT\"},\"YCT:001000611\":{\"name\":\"Pets\",\"type\":\"YCT\"},\"YCT:001000637\":{\"name\":\"Nature &amp; Environment\",\"type\":\"YCT\"},\"WIKIID:Syria\":{\"name\":\"Syria\",\"type\":\"WIKIID\"},\"WIKIID:Russia\":{\"name\":\"RUSSIA\",\"type\":\"WIKIID\"},\"WIKIID:Turkey\":{\"name\":\"Turkey\",\"type\":\"WIKIID\"},\"WIKIID:Vladimir_Putin\":{\"name\":\"President Vladimir Putin\",\"type\":\"WIKIID\"},\"YCT:001000680\":{\"name\":\"Foreign Policy\",\"type\":\"YCT\"},\"WIKIID:New_York_City\":{\"name\":\"New York City\",\"type\":\"WIKIID\"},\"WIKIID:Polar_vortex\":{\"name\":\"polar vortex\",\"type\":\"WIKIID\"},\"YCT:001000659\":{\"name\":\"Weather\",\"type\":\"YCT\"}}}},\"items\":{\"yui_module\":\"td-applet-stream-items-model\",\"yui_class\":\"TD.Applet.StreamItemsModel\"},\"applet_model\":{\"yui_module\":\"td-applet-stream-appletmodel\",\"yui_class\":\"TD.Applet.StreamAppletModel\",\"config\":{\"ads\":{\"adblock\":false,\"adchoices_text\":true,\"adchoices_url\":\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\",\"ad_polices\":true,\"count\":15,\"contentType\":\"\",\"creative\":\"\",\"darla_content\":\"\",\"darla_frequency\":0,\"darla_max\":0,\"darla_start\":0,\"enable_large_gif\":false,\"enable_mobile_splash\":false,\"enable_mobile_splash_banner_img\":false,\"enable_mobile_splash_check_player_ready\":true,\"enable_mobile_splash_countdown\":true,\"enable_mobile_splash_docking\":false,\"enable_mobile_splash_docking_delay\":false,\"enable_mobile_splash_dynamic_slot\":true,\"enable_mobile_splash_dynamic_slot_init\":true,\"enable_mobile_splash_dynamic_slot_init_top\":true,\"enable_mobile_splash_dynamic_slot_scroll\":true,\"enable_mobile_splash_dynamic_slot_select_node\":false,\"enable_mobile_splash_dynamic_slot_viewer_close\":true,\"enable_mobile_splash_hide_search\":true,\"enable_mobile_splash_nav_remain\":true,\"enable_mobile_splash_nuke\":true,\"fallback\":0,\"feedback\":false,\"frequency\":6,\"hq_image_size\":\"phone:size=hq_medium\",\"low_res_image\":true,\"multibeacons\":false,\"preview\":{},\"ratings\":false,\"spaceid\":\"1197056126\",\"splash_countdown\":5,\"splash_start\":4,\"splash_anchor_node\":\"spl-sticky-anchor\",\"splash_convert_video_ad_to_vast\":false,\"splash_convert_video_ad_to_vast_only_ogg\":false,\"splash_docking_delay\":50,\"splash_node\":\"ad_spl-wrap\",\"splash_pos\":\"MSPL\",\"splash_search_node\":\"uh-big-search-button\",\"splash_track_elm\":\"splashtop\",\"splash_track_elmt\":\"dslot\",\"splash_uh_node\":\"MobileUH\",\"sponsored_url\":\"http://help.yahoo.com/kb/index?page=content&amp;y=PROD_FRONT&amp;locale=en_US&amp;id=SLN14553\",\"start_index\":2,\"timeout\":0,\"type\":\"STRM,STRM_CONTENT\",\"version\":2,\"pu\":\"gma.yahoo.com\",\"se\":\"5417407\"},\"category\":\"LISTID:8d64a97a-a34e-4ab8-bac1-f8a95616142a\",\"signed_in\":false,\"locdrop_crumb\":\"\",\"js\":{\"click_context\":true,\"content_events\":false,\"darla_beacons\":false,\"full_content_event\":false,\"filters\":false,\"restore_filter\":false,\"restore_state\":true,\"restore_state_storage\":\"ls\",\"show_read\":true,\"sticker\":false,\"sticker_toptarget\":\"\",\"swipe_filters\":false,\"track_impr_beacons\":false,\"login_url\":\"https://login.yahoo.com/config/login?.intl=us&amp;.lang=en-US&amp;.done=\"},\"pagetype\":\"contentb\",\"partner\":\"\",\"pagination\":true,\"search_tags\":{\"action\":\"https://uk.search.yahoo.com/search\",\"frcode\":\"fp-cx-421\"},\"timeout\":500,\"total\":170,\"ui\":{\"big_click_target\":false,\"bleed\":true,\"breaking_news\":false,\"dislike\":true,\"embeded_action_buttons\":false,\"endcard_cta\":false,\"enrichment\":{\"inferred\":\"\",\"types\":\"\",\"unique\":false},\"entity_max\":9,\"exclude_types\":\"\",\"exclude_bnb_enabled\":0,\"disable_tweet_image\":false,\"featured_finance_width_oldIE\":228,\"featured_width\":300,\"featured_height\":169,\"featured_width_portrait\":200,\"featured_height_portrait\":200,\"fptoday_blend\":false,\"fptoday_blend_start_index\":5,\"fptoday_blend_interval\":4,\"fptoday_blend_pkg_offset\":1,\"hq_ad_template\":\"\",\"incremental_count\":0,\"incremental_delay\":300,\"incremental_history\":100,\"hq_cm_ad\":false,\"host\":\"\",\"inline_filters\":false,\"inline_video\":false,\"inline_video_ad_template\":\"feature\",\"inline_video_template\":\"default\",\"item_template\":\"items\",\"like\":true,\"limit_height\":true,\"link_to_finance\":false,\"listId_mixin_enabled\":false,\"listId_mixin_start\":9,\"listId_mixin_interval\":10,\"listId_mixin_count\":17,\"listId_mixin_freshness_window\":48,\"listId_mixin_id\":\"a8b3e8e1-78a2-466e-85e8-91c61d22ca60\",\"location\":true,\"off_network_tab\":true,\"open_in_tab\":false,\"pcsExclusions\":false,\"previewUrl_enabled\":false,\"pubtime_format\":\"ONE_UNIT_ABBREVIATED\",\"pubtime_maxage\":3600,\"search_tags\":false,\"sfl\":true,\"sfl_get_started_string\":\"SFL_LINK\",\"sfl_get_started_title\":\"SFL_TITLE_ONE\",\"scrollbuffer\":900,\"show_lastvist\":true,\"social_sharing\":{\"enabled\":false,\"tumblr\":false,\"facebook\":false,\"twitter\":false,\"mail\":false},\"stream_actions\":true,\"summary\":true,\"templates\":{\"featured_ad\":{\"batch_max\":20,\"max\":170,\"start\":0,\"batch\":0,\"total\":0},\"featured_mobile_ad\":{\"batch_max\":20,\"max\":170,\"start\":0,\"batch\":0,\"total\":0},\"all\":{\"batch_max\":20,\"gap\":1,\"max\":170,\"start\":5,\"batch\":0,\"total\":0,\"last\":23},\"inline_video\":{\"batch_max\":20,\"gap\":0,\"max\":170,\"start\":0,\"batch\":0,\"total\":0}},\"thumbnail\":true,\"thumbnail_align\":\"left\",\"thumbnail_hover\":true,\"thumbnail_fix_width\":false,\"thumbnail_size\":82,\"tweet_action\":true,\"video_autoplay\":false,\"viewer\":false,\"viewer_include_all\":false,\"viewer_off_network\":true,\"viewer_prefetch_lcp\":false,\"viewer_preview_card\":true,\"disable_medium\":false},\"header_enabled\":true,\"slim_heading\":true,\"pageload_image_count\":0,\"allow_empty_response\":0},\"settings\":{\"size\":20,\"woeid\":\"2459115\"},\"models\":[\"stream\",\"items\"]},\"interest\":{\"yui_module\":\"td-applet-interest-model\",\"yui_class\":\"TD.Applet.InterestModel\"}},\"views\":{\"main\":{\"yui_module\":\"td-applet-stream-mainview\",\"yui_class\":\"TD.Applet.StreamMainView\"},\"header\":{\"yui_module\":\"td-applet-stream-headerview\",\"yui_class\":\"TD.Applet.StreamHeaderView\"},\"drawer\":{\"yui_module\":\"stream-actiondrawer\"}},\"templates\":{\"main\":{\"yui_module\":\"td-applet-stream-templates-main\",\"template_name\":\"td-applet-stream-templates-main\"},\"settings\":{\"yui_module\":\"td-applet-stream-templates-settings\",\"template_name\":\"td-applet-stream-templates-settings\"},\"errormsg\":{\"yui_module\":\"td-applet-stream-templates-errormsg\",\"template_name\":\"td-applet-stream-templates-errormsg\"},\"drawer\":{\"yui_module\":\"td-applet-stream-templates-drawer-desktop\",\"template_name\":\"td-applet-stream-templates-drawer-desktop\"},\"removedItem\":{\"yui_module\":\"td-applet-stream-templates-removeditem\",\"template_name\":\"td-applet-stream-templates-removeditem\"},\"items\":{\"yui_module\":\"td-applet-stream-templates-items\",\"template_name\":\"td-applet-stream-templates-items\"},\"item_default\":{\"yui_module\":\"td-applet-stream-templates-item-default\",\"template_name\":\"td-applet-stream-templates-item-default\"},\"item_ad\":{\"yui_module\":\"td-applet-stream-templates-item-ad\",\"template_name\":\"td-applet-stream-templates-item-ad\"},\"item_featured_ad\":{\"yui_module\":\"td-applet-stream-templates-item-featured_ad\",\"template_name\":\"td-applet-stream-templates-item-featured_ad\"},\"item_featured_mobile_ad\":{\"yui_module\":\"td-applet-stream-templates-item-featured_mobile_ad\",\"template_name\":\"td-applet-stream-templates-item-featured_mobile_ad\"},\"item_inline_video\":{\"yui_module\":\"td-applet-stream-templates-item-inline_video\",\"template_name\":\"td-applet-stream-templates-item-inline_video\"}},\"i18n\":{\"ABCLOGO\":\"ABC\",\"ACTION_MORE_LIKE_THIS\":\"Got it. We'll show you more stories like this.\",\"ACTION_FEWER_LIKE_THIS\":\"Got it. We'll show you fewer stories like this.\",\"ACTION_STORY_REMOVED\":\"Story removed\",\"ACTION_SEE_LESS\":\"Great, you'll see less like this.\",\"ACTION_SIGN_IN_TO_SAVE\":\"{linkstart}Sign-in{linkend} to save this story to read later.\",\"ACTION_SIGN_IN_TO_LIKE\":\"{linkstart}Sign-in{linkend} and we'll show you more like this in the future.\",\"ACTION_SIGN_IN_TO_DISLIKE\":\"{linkstart}Sign-in{linkend} and we'll show you less like this in the future.\",\"ACTION_SIGN_IN_TO_VIEW\":\"{linkstart}Sign-in{linkend} to view my saves.\",\"ACTION_TELL_LIKE\":\"Tell us more about what you like:\",\"ACTION_TELL_DISLIKE\":\"Tell us more about what you dislike:\",\"ADCHOICES\":\"AdChoices\",\"AD_FDB1\":\"It is offensive to me\",\"AD_FDB2\":\"I keep seeing this\",\"AD_FDB3\":\"It is not relevant to me\",\"AD_FDB4\":\"Something else\",\"AD_FDB_HEADING\":\"Why don't you like this ad?\",\"AD_REVIEW\":\"We'll review and make the changes needed.\",\"AD_THANKYOU\":\"Thank you for your feedback\",\"AD_SUBMIT\":\"Submit\",\"ALL_ARTICLES\":\"All Articles\",\"ALL_CELEBRITY\":\"All Celebrity News\",\"ALL_FINANCE\":\"All Finance\",\"ALL_MOVIES\":\"All Movies News\",\"ALL_MUSIC\":\"All Music News\",\"ALL_NEWS\":\"All News\",\"ALL_SPORTS\":\"All Sports\",\"ALL_STORIES\":\"All Stories\",\"ALL_TRAVEL\":\"All Travel Ideas\",\"ALL_TV\":\"All TV News\",\"AUCTION\":\"Action\",\"AUTHOR_AT_PUBLISHER\":\"{author} at {publisher}\",\"BREAKING_NEWS\":\"BREAKING NEWS\",\"CAROUSEL_TITLE\":\"You Might Like\",\"CNBCLOGO\":\"\",\"COMMERCE_OFF\":\"OFF\",\"CONTENT_PREF\":\"Content preferences\",\"DISLIKE\":\"Fewer like this\",\"DONE\":\"Done\",\"DONT_LIKE_AD\":\"I don't like this ad\",\"DYNAMIC_FILTERS\":\"You Might Like\",\"EC_ON_SALE\":\"On Sale\",\"FOLLOW_GAME\":\"Follow Game\",\"GAME_RECAP\":\"Game Recap\",\"INSTALL_APP\":\"Install now\",\"LIKE\":\"More like this\",\"LIVE_GAME\":\"Live\",\"LOAD_MORE\":\"Load more stories\",\"MORE\":\"More\",\"MYQUOTES_ADD_MORE\":\"Add more investments to your {0}Portfolio{1} to stay up to date whenever you visit Yahoo Finance.\",\"MYQUOTES_LOGIN\":\"{0}Sign-in{1} to see the latest news from the investments in your portfolio.\",\"MYTEAMS_ADD_TEAMS\":\"{0}Add your favorite teams{1} to start getting news about them today.\",\"MYTEAMS_LOGIN\":\"{0}Sign-in{1} to get news for your favorite teams.\",\"MYTEAMS_NO_CONTENT\":\"We can't find recent news for your teams. {0}Edit your teams{1} or visit the {2}All Sports news{3}\",\"MYSAVES\":\"My Saves\",\"NEXT\":\"Next\",\"NO_STORIES_HEADER\":\"We couldn't find any new stories for you.\",\"NO_STORIES_BODY\":\"Please check back later or {0}try again{1}\",\"OFF\":\"OFF\",\"PLAY\":\"Play\",\"PLAY_VIDEO\":\"Play Video\",\"PREVIEW_GAME\":\"Preview Game\",\"PREVIOUS\":\"Previous\",\"PREVIOUSLY_VIEWED\":\"From your last visit\",\"READ_MORE\":\"Read More\",\"REMOVE\":\"Remove\",\"SAVE\":\"Save\",\"SEE_ALL_STORIES\":\"See all stories »\",\"SEE_MORE_STORIES\":\"See more stories »\",\"SFL_HEADER\":\"Hi {0}, you have no saves. Here's how to get started:\",\"SFL_LINK\":\"Get started now on the {0}Yahoo Homepage{1}.\",\"SFL_LINK_ATT\":\"Get started now on the {0}att.net Homepage{1}.\",\"SFL_LINK_FRONTIER\":\"Get started now on the {0}Frontier Yahoo Homepage{1}.\",\"SFL_LINK_ROGERS\":\"Get started now on the {0}Rogers Yahoo Homepage{1}.\",\"SFL_LINK_VERIZON\":\"Get started now on the {0}Verizon Yahoo Homepage{1}.\",\"SFL_LINK_TATA\":\"Get started now on the {0}Tata Docomo - Yahoo Homepage{1}.\",\"SFL_LINK_MTS\":\"Get started now on the {0}MTS - Yahoo Homepage{1}.\",\"SFL_LINK_IDEANETSETTER\":\"Get started now on the {0}Idea Netsetter - Yahoo Homepage{1}.\",\"SFL_LINK_TIKONA\":\"Get started now on the {0}Tikona - Yahoo Homepage{1}.\",\"SFL_LINK_SMARTFREN\":\"Get started now on the {0}Smartfren - Yahoo Homepage{1}.\",\"SFL_STEP_ONE\":\"Step 1\",\"SFL_STEP_TWO\":\"Step 2\",\"SFL_TITLE_ONE\":\"Click on {0} in the stream and on articles across Yahoo to save stories for later.\",\"SFL_TITLE_TWO\":\"Access your saves from the profile menu {0} on desktop &amp; tablet or menu {1} on your smartphone.\",\"SFL_TITLE_ONE_ATT\":\"Click on {0} in the stream and on articles across Yahoo to save stories for later.\",\"SHOPPING\":\"Shopping\",\"SLIDESHOW_COUNT\":\"({0} photos)\",\"SPONSORED\":\"Sponsored\",\"STORE\":\"Store\",\"STORIES\":\"Stories:\",\"STORIES_ABOUT\":\"Stories about:\",\"TITLE\":\"Recommended for You\",\"TITLE_LOCAL\":\"{city} News\",\"UNDO\":\"Undo\",\"VIEW\":\"View\",\"VIEW_SLIDESHOW\":\"View Slideshow\",\"YAHOO_ORIGINALS\":\"Yahoo Originals\",\"YCT:001000931\":\"Technology\",\"YCUSTOM:COMMERCE\":\"Commerce\",\"YCUSTOM:MYQUOTES\":\"My Quotes\",\"YCUSTOM:MYTEAMS\":\"My Teams\",\"YCUSTOM:TOPSTORIES\":\"All Stories\",\"YPROP:FINANCE\":\"Business\",\"YPROP:TOPSTORIES\":\"All Stories\",\"YPROP:LOCAL\":\"Local\",\"YPROP:NEWS\":\"News\",\"YPROP:OMG\":\"Entertainment\",\"YPROP:SCIENCE\":\"Science\",\"YPROP:SPORTS\":\"Sports\",\"YPROV:ABCNEWS\":\"News\",\"YPROV:ap.org\":\"AP\",\"YPROV:CNBC\":\"CNBC\",\"YPROV:NBCSPORT\":\"NBC Sports\",\"YPROV:reuters.com\":\"Reuters\",\"YPROV:ROLLINGSTONES\":\"Rolling Stone\",\"YPROV:us.sports.yahoo.com\":\"Experts\",\"YTYPE:VIDEO\":\"Video\",\"YPROP:STYLE\":\"Style\",\"YMAG:food\":\"Food\",\"YMAG:tech\":\"Tech\"},\"i13n\":{\"pv\":2},\"transport\":{\"xhr\":\"/_td_api\"},\"context\":{\"bucket\":\"\",\"crumb\":\"kKRPyOdAXGG\",\"device\":\"desktop\",\"lang\":\"en-US\",\"region\":\"US\",\"site\":\"gma\"}};&lt;\/script&gt;\r\n--dali-response-split\r\nContent-Type: text/html; charset=utf-8\r\n\r\n&lt;style&gt;\n#Stream .crosshatch {\n background-image:url(https://s.yimg.com/dh/ap/default/130509/tech_pattern1.png);\n}\n\n#Stream .js-stream-drawer,\n#Stream .js-remove-msg {\n background-color:#321C59;\n color:#A298C2;\n}\n\n.stream-sfl-header {\n background-image:url('https://s.yimg.com/dh/ap/default/130908/SFL_Purple_reg.png');\n background-size:100%;\n height:100px;\n}\n#Stream .DarkOverlayGradient a:hover {\n border-bottom: solid 1px #fff;\n border-bottom: solid 1px rgba(255,255,255,0.5);\n}\n#Stream .DarkOverlayGradient .adlink:hover {\n border-bottom: none;\n}\n#Stream .DarkOverlayGradient-start {\n color: #fff;\n background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\n background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);\n background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));\n background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);\n background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);\n background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);\n background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );\n}\n#Stream .DarkOverlayGradient-end {\n color: #fff;\n background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);\n background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));\n background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);\n background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);\n background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);\n background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );\n}\n#Stream .Lh-115 {\n line-height: 1.15;\n}\n\n#Stream .js-stream-carousel ul {\n word-wrap: normal \\9;\n}\n\n#Stream .js-stream-disliked .js-stream-ad-buttons,\n#Stream .js-stream-fdb-undo {\n display: none;\n}\n\n#Stream li:hover .social-sharing-container {\n display: inline-block;\n}\n#Stream .social-sharing-container {\n top: 5px;\n}\n#Stream .social-sharing-container .Icon {\n background-color: #abaeb7;\n}\n#Stream .social-sharing-container .tumblr-button:hover {\n background-color: #3c5a77;\n}\n#Stream .social-sharing-container .facebook-button:hover {\n background-color: #4761a6;\n}\n#Stream .social-sharing-container .twitter-button:hover {\n background-color: #55acee;\n}\n#Stream .social-sharing-container .mail-button:hover {\n background-color: #6d329c;\n}\n\n#Stream #splCloseBtn{\n display: none;\n position: absolute;\n bottom: -28px;\n right: 0px;\n font-family: 'Helevetica Neue', Arial, sans-serif;\n color: rgb(255, 255, 255);\n height: 28px;\n border: 0;\n border-radius: 3px;\n width: auto;\n min-width: 70px;\n white-space: nowrap;\n cursor: pointer;\n z-index: 10000;\n -webkit-user-select: none;\n background-color: rgb(192, 192, 192);\n opacity: 50;\n font-size: 14px;\n font-weight: bold;\n -webkit-backface-visibility: hidden;\n}\n\n#Stream .splash-placeholder {\n -moz-transition: height .3s ease;\n -webkit-transition: height .3s ease;\n -ms-transition: height .3s ease;\n -o-transition: height .3s ease;\n transition: height .3s ease;\n}\n\n#Stream .splashtop {\n line-height: 0;\n}\n\n#Stream .js-cstm-end-screen {\n background: rgba(0,0,0,0.7);\n z-index: 30;\n}\n\n#Stream .js-cstm-end-screen a {\n margin-top: 22%;\n border: thin solid #fff;\n border-radius: 2px;\n}\n\n/* to allow ad click through */\n#Stream .js-stream-featured-ad .yvp-playing-item-title {\n z-index: 0;\n}\n\n/* minize control bar to enlarge ad click area and adjust button pos accordingly */\n#Stream .js-stream-featured-ad .yvp-bottom-bar {\n height: 38px;\n}\n\n#Stream .js-stream-featured-ad .yvp-bottom-container {\n top: 8px;\n}\n\n#Stream .js-stream-featured-ad .yvp-state-fullscreen .yvp-bottom-container {\n top: 2px;\n}\n\n@media screen and (orientation:portrait) {\n\t#Stream .splashtopsticky {\n\t margin-top: 0 !important;\n\t position: fixed;\n\t top: 47px;\n\t z-index: 10000;\n\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n\n -webkit-transition:-webkit-transform .3s ease\n\t}\n\n #Stream .splashtopsticky #splCloseBtn{\n display: block;\n }\n\n .uh-scroll #Stream .splashtopsticky {\n -webkit-transform: translateY(-42px);\n -moz-transform: translateY(-42px);\n -ms-transform: translateY(-42px);\n transform: translateY(-42px);\n }\n\n #Stream .splashtopsticky #splCloseBtn.countdown {\n\t display: block;\n\t right: 12px;\n\t border-radius: 14px;\n\t width: 28px;\n\t min-width: 28px;\n\t}\n\n\t.uh-scroll.uh-splash #Stream .splashtopsticky,\n\t.uh-scroll.uh-splash #MobileUH {\n -webkit-transform: translateY(-97px);\n -moz-transform: translateY(-97px);\n -ms-transform: translateY(-97px);\n transform: translateY(-97px);\n }\n}\n\n@media all and (orientation:landscape) {\n #Stream #spl-sticky-anchor{\n height: 0px !important;\n }\n}\n&lt;/style&gt;&lt;div id=\"applet_24106666305898690\" class=\"App_v2 js-applet\" data-i13n=\"auto:true;sec:strm\" data-i13n-sec=\"strm\" data-applet-guid=\"24106666305898690\" data-applet-type=\"td-applet-stream\"&gt; &lt;div class=\"App-Hd\" data-region=\"header\"&gt; &lt;div class=\"js-applet-view-container-header\"&gt; \n \n \n \n &lt;h2 class=\"HeaderBar Reset Bleed Fz-m Py-8 Px-10 Mt-neg-10\" style=\"*position:absolute;left:0;right:0;*margin-left:0;*margin-right:0;_width:100%\"&gt;Recommended for You&lt;/h2&gt;\n \n \n \n\n &lt;/div&gt; &lt;/div&gt; &lt;div class=\"App-Bd\"&gt; &lt;div class=\"App-Main\" data-region=\"main\"&gt; &lt;div class=\"js-applet-view-container-main\"&gt; \n\n&lt;ul class=\"Bleed Mt-neg-10 Mb-0 ResetChildren Wow-bw Divided-h\" id=\"Stream\"&gt;\n\n \n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Alan_Thicke|WIKIID:Growing_Pains|YCT:001000031|YCT:001000069|YCT:001000075|YCT:001000291\" data-uuid=\"16f9f18d-d40a-313b-a0cd-070c86f36465\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/growing-pains-star-alan-thicke-dead-69-033106505--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:1;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:16f9f18d-d40a-313b-a0cd-070c86f36465;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"&amp;amp;#39;Growing Pains&amp;amp;#39; Star Alan Thicke Dead at 69\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/sCg_Njmwgxk4FoyfmJyosg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-alan-thicke-er-161213_16x9_992.jpg')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/growing-pains-star-alan-thicke-dead-69-033106505--abc-news-topstories.html\" data-ylk=\"cpos:1;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:16f9f18d-d40a-313b-a0cd-070c86f36465;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;&amp;#39;Growing Pains&amp;#39; Star Alan Thicke Dead at 69&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Alan Thicke, the actor best-known for his starring role in the 1980s sitcom &amp;quot;Growing Pains,&amp;quot; died Tuesday at age 69. A publicist for Thicke&amp;#39;s son, Robin, said the actor suffered a heart attack in Los Angeles. Born in Canada, Thicke enjoyed a successful career as a writer, producer and&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Donald_Trump|WIKIID:Ryan_Zinke|WIKIID:Kellyanne_Conway|WIKIID:United_States_Secretary_of_the_Interior|YCT:001000661\" data-uuid=\"ada486f6-2ab7-3c6c-ad90-0c1bfe85c059\" &gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:4.077em;;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/trump-picks-rep-ryan-zinke-interior-secretary-033106503--abc-news-topstories.html\" data-ylk=\"cpos:2;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:ada486f6-2ab7-3c6c-ad90-0c1bfe85c059;ct:1;pkgt:3;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Trump Picks Rep. Ryan Zinke for Interior Secretary&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;President-elect Donald Trump today offered Rep. Ryan Zinke of Montana the job of secretary of the interior in his administration, senior Trump adviser Kellyanne Conway said on Fox News tonight.When reached by ABC News, a spokeswoman for Zinke declined to comment on whether he has accepted the position&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li id=\"ad-32474069017\" class=\" js-stream-ad-noview Mb-content Bgc-c Cf Pos-r Px-12 Pt-10 Pb-8 \" data-beacon=\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;amp;es=Zv7NRTwGIS9PlEDKmbZLuAyhnT_wOWxOvDc4UBcVLuBExQRZaXHv9Z_oIPzknzLPmTGCXnV3wmYYWEVJhUoFdEc2tGARbxdHvmOtAwUAmDG_nWE688ii8ZGs.CPhh0bzpZVIsqDiBE9dwz2PID5B6Xnxc_2eHpH6hHs5XpPVuygW.egEacfNgWn1_r5lKcS.2_5WP2OCRN6mFF522og1en7zpySl9LDc5oa8V7i1Mq5Lx_Ysp9aQc_s1NiJUqwRBkTz4VYKKQOmn4kyd93v3yTo0.dYBlVzTfUczkwQPGuMD8RyFSkhmhmSoNn4lObLCvcHySZAjv69j3ewOng73dudP.ut_BNJwHSWbb5_vV_qkA4IuUnw59mhRZHCvZGsWzAicFEoFman_ObiT8RVFe4MM&amp;amp;ap=3\"&gt;\n \n &lt;a href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=_EyQATMGIS8JBPPVxp2hqZgyzs_01BpGtKX98b0BOXU67G4QpKxsgMsqA2wXXjzyf5QcUtnFvTwKfyDIgir2mMNxxFevzUTSjSd5W7V52uQJkEdOA7WPPTHXGdJfz3JuS2oEAXMezQ4DUlNT3EQohO0sENVDcRABda0CP70rfLiBc3N3o_3tAZK7j4oTkbVSZXECyJB9W_g_P2m8u4qPKqXyChjt8J1717PN83H5Ig1FsSR6XGCMTJQCRtKuR1r4h4.4FnTy2gL5UBbTdNN8owlSSuy9b3rMLCyJewIzqj_lPHqbxmTQuxHdZURQGsmsUjAINUY_7K.tAo0WQFvSK.6he4as5O8d.S0Ja5qdPkN3_T21MVycgPUntTVFNqBdDBCjEocCrk_02Afph6Ey7W6Hk1MdzstgG2sI0PQbGq6ApN1EdrOk2hpgC3jbABrZnsG4oTxbPjDB2OTz_93vOm8aYVEWI54E2gRWGwzRh_oNvX2eMBvQ6ScMdmn3jGyFkUsYicv9QwcRT5r0lxM_6Mgu.4VRMA59G6hHw9K1HcY8HPZdE84ZLEOHk2Jy2Jq._wNAApOp9_kt4c1qHBdQHO3B.cr29vczq0N2b0Lj5pmDQvHrUP3cuBn1hNMJtaG0wUeYXI0Ftw--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia\" target=\"_blank\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32474069017;ct:1;pkgt:4;elm:img;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Ta-end\" style=\"width:82px;\"&gt;\n &lt;img src=\"https://s.yimg.com/uu/api/res/1.2/NKp6SzyjFLstHsK_F3XPng--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/a7e2aee2ff701ba5de82f3b1f5180f46.jpeg\" width=\"82\" height=\"82\" alt=\"IFC Markets. Forex &amp;amp; CFD trading\"&gt;\n &lt;/a&gt;\n \n &lt;div class=\"Bfc\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Lh-115 Mb-2 Mt-neg-1 Mend-70\"&gt;\n &lt;a href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=_EyQATMGIS8JBPPVxp2hqZgyzs_01BpGtKX98b0BOXU67G4QpKxsgMsqA2wXXjzyf5QcUtnFvTwKfyDIgir2mMNxxFevzUTSjSd5W7V52uQJkEdOA7WPPTHXGdJfz3JuS2oEAXMezQ4DUlNT3EQohO0sENVDcRABda0CP70rfLiBc3N3o_3tAZK7j4oTkbVSZXECyJB9W_g_P2m8u4qPKqXyChjt8J1717PN83H5Ig1FsSR6XGCMTJQCRtKuR1r4h4.4FnTy2gL5UBbTdNN8owlSSuy9b3rMLCyJewIzqj_lPHqbxmTQuxHdZURQGsmsUjAINUY_7K.tAo0WQFvSK.6he4as5O8d.S0Ja5qdPkN3_T21MVycgPUntTVFNqBdDBCjEocCrk_02Afph6Ey7W6Hk1MdzstgG2sI0PQbGq6ApN1EdrOk2hpgC3jbABrZnsG4oTxbPjDB2OTz_93vOm8aYVEWI54E2gRWGwzRh_oNvX2eMBvQ6ScMdmn3jGyFkUsYicv9QwcRT5r0lxM_6Mgu.4VRMA59G6hHw9K1HcY8HPZdE84ZLEOHk2Jy2Jq._wNAApOp9_kt4c1qHBdQHO3B.cr29vczq0N2b0Lj5pmDQvHrUP3cuBn1hNMJtaG0wUeYXI0Ftw--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia\" target=\"_blank\" data-ylk=\"cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32474069017;ct:1;pkgt:4;elm:hdln;rspns:nav;itc:0;r:false;ccode:false;\"&gt;IFC Markets. Forex &amp; CFD trading&lt;/a&gt;\n &lt;/h3&gt;\n \n \n \n &lt;a class=\"Pos-a Mt-10 Mend-10 T-0 End-0 Fz-xs NoLinkColor NoTextDecoration adlink\" href=\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\" target=\"_blank\" data-ylk=\"cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:info;g:32474069017;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;AdChoices&lt;i class=\"C-f Icon\"&gt;&amp;#xe05a;&lt;/i&gt;&lt;/a&gt;\n \n \n \n &lt;p class=\"Mb-2\"&gt;Excellent Conditions for Professional Trading! 500+ trading instruments. 2 regulations: CySEC and BVI FSC. 100% dividend adjustment on stock CFDs.&lt;/p&gt;\n &lt;div class=\"Fz-xs Pos-r NoTextDecoration \"&gt;\n &lt;a class=\"Source Whs-nw Mend-6 \" href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=_EyQATMGIS8JBPPVxp2hqZgyzs_01BpGtKX98b0BOXU67G4QpKxsgMsqA2wXXjzyf5QcUtnFvTwKfyDIgir2mMNxxFevzUTSjSd5W7V52uQJkEdOA7WPPTHXGdJfz3JuS2oEAXMezQ4DUlNT3EQohO0sENVDcRABda0CP70rfLiBc3N3o_3tAZK7j4oTkbVSZXECyJB9W_g_P2m8u4qPKqXyChjt8J1717PN83H5Ig1FsSR6XGCMTJQCRtKuR1r4h4.4FnTy2gL5UBbTdNN8owlSSuy9b3rMLCyJewIzqj_lPHqbxmTQuxHdZURQGsmsUjAINUY_7K.tAo0WQFvSK.6he4as5O8d.S0Ja5qdPkN3_T21MVycgPUntTVFNqBdDBCjEocCrk_02Afph6Ey7W6Hk1MdzstgG2sI0PQbGq6ApN1EdrOk2hpgC3jbABrZnsG4oTxbPjDB2OTz_93vOm8aYVEWI54E2gRWGwzRh_oNvX2eMBvQ6ScMdmn3jGyFkUsYicv9QwcRT5r0lxM_6Mgu.4VRMA59G6hHw9K1HcY8HPZdE84ZLEOHk2Jy2Jq._wNAApOp9_kt4c1qHBdQHO3B.cr29vczq0N2b0Lj5pmDQvHrUP3cuBn1hNMJtaG0wUeYXI0Ftw--%26lp=http%3A%2F%2Fwww.ifcmarkets.com%2Fen%2Fforex-cfd-trading%3Futm_source%3Dyahoo%26utm_medium%3Dcpc%26utm_term%3D%26utm_content%3Dexcellent_new%26utm_campaign%3Denglish_native_asia\" target=\"_blank\" data-ylk=\"cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:adv;g:32474069017;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;IFC Markets&lt;/a&gt;\n &lt;a class=\"Dimmed \" href=\"http://help.yahoo.com/kb/index?page=content&amp;amp;y=PROD_FRONT&amp;amp;locale=en_US&amp;amp;id=SLN14553\" target=\"_blank\" data-ylk=\"cpos:3;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:sp;g:32474069017;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;Sponsored&lt;/a&gt;\n \n &lt;/div&gt;\n \n &lt;/div&gt;\n \n \n&lt;/li&gt;\n\n\n \n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Aleppo|WIKIID:Council_of_Ministers_%28Syria%29|YCT:001000713|YCT:001000661\" data-uuid=\"f19aca0b-c4b8-3be7-8ce8-a23789fb7b96\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/syrian-government-reportedly-kills-dozens-civilians-aleppo-spot-122713123--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:4;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:f19aca0b-c4b8-3be7-8ce8-a23789fb7b96;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Syrian Government Reportedly Kills Dozens of Civilians in Aleppo, Some &amp;amp;#39;on the Spot,&amp;amp;#39; UN Says\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/zC1RIM0_sKKcJCXxKiG9eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/f0f8fa7a03e5920e4ca30b8ebb91481e')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/syrian-government-reportedly-kills-dozens-civilians-aleppo-spot-122713123--abc-news-topstories.html\" data-ylk=\"cpos:4;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:f19aca0b-c4b8-3be7-8ce8-a23789fb7b96;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Syrian Government Reportedly Kills Dozens of Civilians in Aleppo, Some &amp;#39;on the Spot,&amp;#39; UN Says&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Eastern Aleppo has fallen, and military activities there have stopped, according to Russia&amp;#39;s United Nations ambassador. &amp;quot;The Syrian government has re-established control over eastern Aleppo,&amp;quot; Vitaly Churkin told the U.N. Security Council on Tuesday. Residents of eastern Aleppo told ABC&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:CorePower_Yoga|WIKIID:San_Diego_Police_Department|WIKIID:San_Diego|YCT:001000291|YCT:001000667|YCT:001000780|YCT:001000288\" data-uuid=\"da0a1fba-50dc-3111-b6f6-70dd528f4257\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/founder-corepower-yoga-trevor-tice-found-dead-under-021223966--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:5;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:da0a1fba-50dc-3111-b6f6-70dd528f4257;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Founder of CorePower Yoga Trevor Tice Found Dead Under &amp;amp;#39;Suspicious Circumstances&amp;amp;#39; in California, Police Say\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/AT3Vo19rKmTTy1XMTa93Tg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-san-diego-death-scene-jt-161213_16x9_992.jpg')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/founder-corepower-yoga-trevor-tice-found-dead-under-021223966--abc-news-topstories.html\" data-ylk=\"cpos:5;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:da0a1fba-50dc-3111-b6f6-70dd528f4257;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Founder of CorePower Yoga Trevor Tice Found Dead Under &amp;#39;Suspicious Circumstances&amp;#39; in California, Police Say&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;The founder of CorePower Yoga was found dead under &amp;quot;suspicious circumstances&amp;quot; in a San Diego, Calif., home. The San Diego Police Department said it received a call for a welfare check at a home on Monday at about 12:15 p.m. Responding officers found a man identified as Trevor Tice dead inside&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"YCT:001000395|YCT:001000427|YCT:001000441\" data-uuid=\"6470aced-4402-3388-b298-eb5e7fe6ea74\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/woman-shares-her-journey-fitness-competitor-cancer-fighter-003315567--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:6;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:6470aced-4402-3388-b298-eb5e7fe6ea74;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Woman Shares Her Journey From Fitness Competitor to Cancer Fighter: &amp;amp;#39;I&amp;amp;#39;m Learning to Love Myself Again&amp;amp;#39;\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/frVBZVk9xOJiteGalRep8w--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-cheyenne-clark-jt-161213_v4x3_16x9_992.jpg')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/woman-shares-her-journey-fitness-competitor-cancer-fighter-003315567--abc-news-topstories.html\" data-ylk=\"cpos:6;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:6470aced-4402-3388-b298-eb5e7fe6ea74;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Woman Shares Her Journey From Fitness Competitor to Cancer Fighter: &amp;#39;I&amp;#39;m Learning to Love Myself Again&amp;#39;&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Cheyann Shaw, 23, has been documenting her journey from bikini fitness competitor to cancer fighter on social media to help raise awareness about the disease and to inspire others facing their own difficult battles. A photo recently posted to Instagram -- showing what Shaw&amp;#39;s body looked like before&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Peter_Travers|WIKIID:Star_Wars|WIKIID:Rolling_Stone|YCT:001000031|YCT:001000076|YCT:001000075|YCT:001000079\" data-uuid=\"f113e675-474d-3951-9431-569dd45eb537\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/critics-saying-rogue-one-star-wars-story-182413846--abc-news-celebrities.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:7;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:f113e675-474d-3951-9431-569dd45eb537;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"What Critics Are Saying About &amp;amp;#39;Rogue One: A Star Wars Story&amp;amp;#39;\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/Rq7h_w4vZwH7jSc00hOMjw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/27ec846c4c5aaa4323c702ed050d291a')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/critics-saying-rogue-one-star-wars-story-182413846--abc-news-celebrities.html\" data-ylk=\"cpos:7;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:f113e675-474d-3951-9431-569dd45eb537;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;What Critics Are Saying About &amp;#39;Rogue One: A Star Wars Story&amp;#39;&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;&amp;quot;For sheer scene-stealing wow, though, you can&amp;#39;t beat Donnie Yen as Chirrut Imwe, a blind warrior monk, and Riz Ahmed as Bodhi Rook, a nutjob Imperial pilot now siding with the rebels. Best of all is Alan Tudyk as the voice of K-2S0, a security droid with a mouth on him,&amp;quot; he added. Vanity&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Donald_Trump|WIKIID:Boy_Scouts_of_America|WIKIID:Rex_Tillerson|WIKIID:Tony_Perkins_%28politician%29|WIKIID:Planned_Parenthood|WIKIID:ExxonMobil|YCT:001000661\" data-uuid=\"fb3d831c-9dab-36e1-9fe8-ca328b6d3041\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/evangelical-leader-tony-perkins-blasts-rex-tillerson-trumps-210816203--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:8;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:fb3d831c-9dab-36e1-9fe8-ca328b6d3041;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Evangelical Leader Tony Perkins Blasts Rex Tillerson as Trump&amp;amp;#39;s Pick for Secretary of State\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/AqmTwaPXfpyxvEePvI73qw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/GTY-tony-perkins-01-as-161213_16x9_992.jpg')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/evangelical-leader-tony-perkins-blasts-rex-tillerson-trumps-210816203--abc-news-topstories.html\" data-ylk=\"cpos:8;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:fb3d831c-9dab-36e1-9fe8-ca328b6d3041;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Evangelical Leader Tony Perkins Blasts Rex Tillerson as Trump&amp;#39;s Pick for Secretary of State&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Perkins wrote in a blog post published Monday, “To hear that Donald Trump may be appointing a man who not only led the charge to open the Boy Scouts to gay troop leaders but whose company directly gives to Planned Parenthood is upsetting, at best.&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Trump_Tower_%28New_York_City%29|YCT:001000661\" data-uuid=\"3ca4dab5-bb07-3a9b-a538-401da333f694\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/kanye-west-meets-donald-trump-york-150850439--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:9;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3ca4dab5-bb07-3a9b-a538-401da333f694;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Kanye West Says He Discussed &amp;amp;#39;Multicultural Issues,&amp;amp;#39; Chicago Violence With Trump\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/lkAOQAcPGFRkIpuSQydxYQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/d9bc62c444ad53f08a514cee770a9862')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/kanye-west-meets-donald-trump-york-150850439--abc-news-topstories.html\" data-ylk=\"cpos:9;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3ca4dab5-bb07-3a9b-a538-401da333f694;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Kanye West Says He Discussed &amp;#39;Multicultural Issues,&amp;#39; Chicago Violence With Trump&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;President-Elect Donald Trump met with rapper Kanye West at Trump Tower today, discussing &amp;quot;multicultural issues,&amp;quot; bullying and violence in Chicago, according to the rapper.Trump appeared to have a slightly different take on the meeting, saying the men &amp;quot;discussed life.&amp;quot;&amp;quot;We’ve been&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li id=\"ad-32588460847\" class=\" js-stream-ad-noview Mb-content Bgc-c Cf Pos-r Px-12 Pt-10 Pb-8 \" data-beacon=\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;amp;es=uYfVWIsGIS93x286R7DeIk1ISkOlZdozdC1hQViI5Za.ImCfoSNpADpTc_Uv1dQVDlyAo3J9_4DtL5Z5qn.CbMKeGlv0dEMS4qXUGXiLzmNMBH34RAuLS80S8jWlOZcVYX2p9B37mnJNf91FVIGTUHvIau2v5FZaMkgagKug9xtFvbmtRezj_hL2aJ1IZ8y9IjKNcet4Ndggk6u6tUmmcgSkh0IZx8ZjMgGCtBX8hswt5xhChoiVu.f.TT187nj0trCCultodT4fH8Gg3JTEPS3z_Gr_EFvTfglRTYZDyrE0MS2My4hLzOfFV2G514.WxXF2hYlW0PAa6J50PxukCqIqvgiwjphciHvfjzm7K5k9EAvgULgkwEuMnMCB9kiQV92n9vRQhuXih9xMutWweizJ1AI-&amp;amp;ap=10\"&gt;\n \n &lt;a href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=KM6PMZQGIS_d7tLRcAGm2SfAmkfgz_VFgJxeAhqA6c7Obp4g26tCZgIkylW2cJIvqP59JNT1I9.ooT8Z06wHYwXA38o2luemXMHyvykcaaxZuEPLFhP4JYrjWc.gsDbVBQeC1BnLTRGGHIIq4vL3gihT2Gty4zxwHAJNOgKEjWsqC3Wwyb6l8CtBy3lquirYoKN0q0H.UzEWr4iIRjzSTzHuZ42sc.rcfNhPw.rEYqCDV42lFyH_ILlVHfGtxI9iQv.bK8hkaW4khKiVkBSIVk03_9jzkBVHqLHq3ZF5YCuFBP9SO6GIYOECWmj3Ik8ItOJVP9caZshYlvfDTwobXMRsm5a4j33oQrYkrj6uazgvGfYkHptP6.sIrnISf2l0KafBuej27dgWlfe8Rt.k0vOdv_iZ9Lba5W4WDy3Zbj0U4ZrKUyMjPekc8QOnYVuLypaw1ScRYmq8HNUOYa12znlheghAqFOAl9bG0L0bxLnQQghx3dcu5rUSaqYBKZK_s2ZMqhVtIGgtfhPgSIGVRTvxYRFyxMyLliqY7bhVgqIep_FP6L0rj9CcfbG6Yd.gu2Mety.e39B1xWJBsu7fs1vFKzfFn5qnCRxTB8Jima0xbZJK%26lp=https%3A%2F%2Fwww.globalusagreencard.org%2Flanding_page%2Fv3%2F%3Futm_source%3Dyahoo_gemini%26utm_medium%3Dcontent%26lang%3Den-EN%26r%3DYG%26c%3Deast%26adg_id%3D32588460847\" target=\"_blank\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32588460847;ct:1;pkgt:4;elm:img;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Ta-end\" style=\"width:82px;\"&gt;\n &lt;img src=\"https://s.yimg.com/uu/api/res/1.2/GF1FscDQnXczQKoNSUFZYg--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/8a5b4113cc4325cb8be827aab4bba1aa.jpeg\" width=\"82\" height=\"82\" alt=\"Apply for the 2017 US Green Card Lottery\"&gt;\n &lt;/a&gt;\n \n &lt;div class=\"Bfc\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Lh-115 Mb-2 Mt-neg-1 Mend-70\"&gt;\n &lt;a href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=KM6PMZQGIS_d7tLRcAGm2SfAmkfgz_VFgJxeAhqA6c7Obp4g26tCZgIkylW2cJIvqP59JNT1I9.ooT8Z06wHYwXA38o2luemXMHyvykcaaxZuEPLFhP4JYrjWc.gsDbVBQeC1BnLTRGGHIIq4vL3gihT2Gty4zxwHAJNOgKEjWsqC3Wwyb6l8CtBy3lquirYoKN0q0H.UzEWr4iIRjzSTzHuZ42sc.rcfNhPw.rEYqCDV42lFyH_ILlVHfGtxI9iQv.bK8hkaW4khKiVkBSIVk03_9jzkBVHqLHq3ZF5YCuFBP9SO6GIYOECWmj3Ik8ItOJVP9caZshYlvfDTwobXMRsm5a4j33oQrYkrj6uazgvGfYkHptP6.sIrnISf2l0KafBuej27dgWlfe8Rt.k0vOdv_iZ9Lba5W4WDy3Zbj0U4ZrKUyMjPekc8QOnYVuLypaw1ScRYmq8HNUOYa12znlheghAqFOAl9bG0L0bxLnQQghx3dcu5rUSaqYBKZK_s2ZMqhVtIGgtfhPgSIGVRTvxYRFyxMyLliqY7bhVgqIep_FP6L0rj9CcfbG6Yd.gu2Mety.e39B1xWJBsu7fs1vFKzfFn5qnCRxTB8Jima0xbZJK%26lp=https%3A%2F%2Fwww.globalusagreencard.org%2Flanding_page%2Fv3%2F%3Futm_source%3Dyahoo_gemini%26utm_medium%3Dcontent%26lang%3Den-EN%26r%3DYG%26c%3Deast%26adg_id%3D32588460847\" target=\"_blank\" data-ylk=\"cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32588460847;ct:1;pkgt:4;elm:hdln;rspns:nav;itc:0;r:false;ccode:false;\"&gt;Apply for the 2017 US Green Card Lottery&lt;/a&gt;\n &lt;/h3&gt;\n \n \n \n &lt;a class=\"Pos-a Mt-10 Mend-10 T-0 End-0 Fz-xs NoLinkColor NoTextDecoration adlink\" href=\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\" target=\"_blank\" data-ylk=\"cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:info;g:32588460847;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;AdChoices&lt;i class=\"C-f Icon\"&gt;&amp;#xe05a;&lt;/i&gt;&lt;/a&gt;\n \n \n \n &lt;p class=\"Mb-2\"&gt;A US Green Card could be yours!&lt;/p&gt;\n &lt;div class=\"Fz-xs Pos-r NoTextDecoration \"&gt;\n &lt;a class=\"Source Whs-nw Mend-6 \" href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=KM6PMZQGIS_d7tLRcAGm2SfAmkfgz_VFgJxeAhqA6c7Obp4g26tCZgIkylW2cJIvqP59JNT1I9.ooT8Z06wHYwXA38o2luemXMHyvykcaaxZuEPLFhP4JYrjWc.gsDbVBQeC1BnLTRGGHIIq4vL3gihT2Gty4zxwHAJNOgKEjWsqC3Wwyb6l8CtBy3lquirYoKN0q0H.UzEWr4iIRjzSTzHuZ42sc.rcfNhPw.rEYqCDV42lFyH_ILlVHfGtxI9iQv.bK8hkaW4khKiVkBSIVk03_9jzkBVHqLHq3ZF5YCuFBP9SO6GIYOECWmj3Ik8ItOJVP9caZshYlvfDTwobXMRsm5a4j33oQrYkrj6uazgvGfYkHptP6.sIrnISf2l0KafBuej27dgWlfe8Rt.k0vOdv_iZ9Lba5W4WDy3Zbj0U4ZrKUyMjPekc8QOnYVuLypaw1ScRYmq8HNUOYa12znlheghAqFOAl9bG0L0bxLnQQghx3dcu5rUSaqYBKZK_s2ZMqhVtIGgtfhPgSIGVRTvxYRFyxMyLliqY7bhVgqIep_FP6L0rj9CcfbG6Yd.gu2Mety.e39B1xWJBsu7fs1vFKzfFn5qnCRxTB8Jima0xbZJK%26lp=https%3A%2F%2Fwww.globalusagreencard.org%2Flanding_page%2Fv3%2F%3Futm_source%3Dyahoo_gemini%26utm_medium%3Dcontent%26lang%3Den-EN%26r%3DYG%26c%3Deast%26adg_id%3D32588460847\" target=\"_blank\" data-ylk=\"cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:adv;g:32588460847;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;Global USA Green Card&lt;/a&gt;\n &lt;a class=\"Dimmed \" href=\"http://help.yahoo.com/kb/index?page=content&amp;amp;y=PROD_FRONT&amp;amp;locale=en_US&amp;amp;id=SLN14553\" target=\"_blank\" data-ylk=\"cpos:10;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:sp;g:32588460847;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;Sponsored&lt;/a&gt;\n \n &lt;/div&gt;\n \n &lt;/div&gt;\n \n \n&lt;/li&gt;\n\n\n \n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Barack_Obama|WIKIID:Ali_Jaber|WIKIID:Drone_strikes_in_Pakistan|YCT:001000661|YCT:001000713|YCT:001000780|YCT:001000720\" data-uuid=\"48897845-e806-3216-b2ae-4213132dbf4e\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/man-says-relatives-were-killed-us-drone-strike-164206896--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:11;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:48897845-e806-3216-b2ae-4213132dbf4e;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Man Who Says Relatives Were Killed by US Drone Strike Heads to Federal Court\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/lsSVyqvn7P.UlvhuWHAlGA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/gty-yemen-drone-faisal-bin-ali-jaber-jc-161212_16x9_992.jpg')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/man-says-relatives-were-killed-us-drone-strike-164206896--abc-news-topstories.html\" data-ylk=\"cpos:11;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:48897845-e806-3216-b2ae-4213132dbf4e;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Man Who Says Relatives Were Killed by US Drone Strike Heads to Federal Court&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Faisal bin Ali Jaber, a Yemeni man who claims he lost members of his family in a U.S. drone strike, was set to attend a U.S. appellate court hearing today regarding the alleged incident in what could become a landmark case. Jaber, an engineer, spoke to ABC News about the alleged drone strike, which&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:John_Peck_%28Australian_rules_footballer%29|YCT:001000545\" data-uuid=\"a5b99a73-2049-31d8-8698-d763766cc1f4\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/veteran-received-life-changing-double-arm-transplant-shows-205806453--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:12;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:a5b99a73-2049-31d8-8698-d763766cc1f4;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Veteran Who Received Life-Changing Double-Arm Transplant Shows Off Progress\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/Seiaq_unMwSR3jFTOwKZbQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT_arm_transplant_02_as_161005_16x9_992.jpg')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/veteran-received-life-changing-double-arm-transplant-shows-205806453--abc-news-topstories.html\" data-ylk=\"cpos:12;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:a5b99a73-2049-31d8-8698-d763766cc1f4;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Veteran Who Received Life-Changing Double-Arm Transplant Shows Off Progress&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Just four months after undergoing a life-changing double-arm transplant, John Peck shared how far he has come by releasing a video of him being able to control his elbow. Peck shared a video on Monday in which -- with the help of a therapist -- he slowly and carefully practices moving his right elbow&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Aunt_Sally|YCT:001000031|YCT:001000780|YCT:001000071\" data-uuid=\"e8961efb-8186-3082-ba8a-5b6154092ee3\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/deck-halls-awkward-family-holiday-photos-195305687--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:13;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:e8961efb-8186-3082-ba8a-5b6154092ee3;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Deck the Halls With These Awkward Family Holiday Photos\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/3yUy9V1KP5MOjyFABbF1Eg--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2943a3aa244127daf2794fb1f63ec3a0')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/deck-halls-awkward-family-holiday-photos-195305687--abc-news-topstories.html\" data-ylk=\"cpos:13;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:e8961efb-8186-3082-ba8a-5b6154092ee3;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Deck the Halls With These Awkward Family Holiday Photos&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Gathering together for holiday family photos can be fun, or it can be disaster. Perhaps Uncle Larry had too much eggnog, or Aunt Sally insisted on everyone wearing her hand-knit Christmas sweaters, or maybe the little kids just couldn’t handle smiling for a single shot. And if you haven’t giggled enough&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Christmas_club|WIKIID:Christmas|YCT:001000780|YCT:001000395|YCT:001000560|YCT:001001060|YCT:001001062|YCT:001000295\" data-uuid=\"fea9ada4-c1b7-3c58-bbea-8da308640f57\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/hospital-cafeteria-worker-saves-thousands-dollars-buy-toys-154543711--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:14;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:fea9ada4-c1b7-3c58-bbea-8da308640f57;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Hospital Cafeteria Worker Saves Thousands of Dollars to Buy Toys for Kids at Christmas\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/NQZt7ctmogRo_g6ugUUKGw--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c7aeb63563dc1722f6c98e3262acb445')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/hospital-cafeteria-worker-saves-thousands-dollars-buy-toys-154543711--abc-news-topstories.html\" data-ylk=\"cpos:14;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:fea9ada4-c1b7-3c58-bbea-8da308640f57;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Hospital Cafeteria Worker Saves Thousands of Dollars to Buy Toys for Kids at Christmas&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Jessie Tenyani has no children of her own, but for each of the past eight years, she has put away thousands of dollars from her paycheck as a hospital cafeteria worker to buy toys for kids for Christmas. Tenyani, 55, of Chicago, hand-picks the toys, as many as 1,000 each Christmas, and donates them&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Delta_Air_Lines|WIKIID:Airport_police|YCT:001000667|YCT:001000992\" data-uuid=\"5a111841-a550-38c2-baa6-a719288d4a29\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/video-shows-police-dragging-woman-off-delta-flight-193904310--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:15;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:5a111841-a550-38c2-baa6-a719288d4a29;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Video Captures Moment Police Drag Uncooperative Passenger off Delta Flight\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/0TVxONSnPzpWrgwJ700.Ew--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en_us/gma/us.abcnews.gma.com/HT-Woman-Off-Delta-Flight-MEM-161213_16x9_992.jpg')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/video-shows-police-dragging-woman-off-delta-flight-193904310--abc-news-topstories.html\" data-ylk=\"cpos:15;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:5a111841-a550-38c2-baa6-a719288d4a29;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Video Captures Moment Police Drag Uncooperative Passenger off Delta Flight&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;A video has surfaced showing an airport police officer dragging a passenger by her wrists face-up along a carpeted aisle to the front of a plane. The video then shows a second officer grabbing the passenger by the ankles to help lift her to the exit.The passenger was removed from the flight for failing&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Christmas_card|WIKIID:Christmas|WIKIID:Facebook|YCT:001000780|YCT:001001062\" data-uuid=\"3c72182d-1f31-31f6-8fda-6916938be05f\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/wife-creatively-includes-deployed-air-force-husband-family-183904735--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:16;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3c72182d-1f31-31f6-8fda-6916938be05f;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Wife Creatively Includes Deployed Air Force Husband in Family Christmas Card\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/y9wkR2ZsvhhQzjh91lRgRA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/c67e407fc84680e75ba8dcd4af3c2e55')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/wife-creatively-includes-deployed-air-force-husband-family-183904735--abc-news-topstories.html\" data-ylk=\"cpos:16;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3c72182d-1f31-31f6-8fda-6916938be05f;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Wife Creatively Includes Deployed Air Force Husband in Family Christmas Card&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Ain’t no mountain high enough, ain’t no valley low enough, ain’t no river wide enough to keep this military wife from including her deployed husband in their family Christmas card. Ashley Sistrunk was feeling a bit down after seeing all her friends’ family holiday photos on Facebook, so she came up&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li id=\"ad-32572483510\" class=\" js-stream-ad-noview Mb-content Bgc-c Cf Pos-r Px-12 Pt-10 Pb-8 \" data-beacon=\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;amp;es=aVA0ALEGIS.2IGI6Mye0PdVFiCieLGgTjhXdf314JNtY_uhF1ag5aqnDFuvyJ0pHgrjBm7p0__mTpHzF2NK6M29l3rxhySqz6PuhUYFW1H7gVXs.tqRSTpkjOFaC32XasHxNwV1oC0wKHT4KhmkqME8RYFAppdIrDg0SWFzgAdRh6VJkae8yHbWffOKjHl3N6GdOEpljtzrv8whA856peHnxcViukLyIGGChTyBymXbTqEB67DcXJudhqbV6MrFEU.cZmSasO7wo_FxgzV5OFCqw3RKdDQNTzC5ces8L63_cGn0uGdp2fPWhTEg5vikPJwqN0L7Ac1jZ3FJ8uuErI0IZ0U_xw9L6mKgwD6sls_kjxDJ.WBC5m409.qATpP3hUQgHpjyxhwC6flzjbkU-&amp;amp;ap=17\"&gt;\n \n &lt;a href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=1Vg_vM8GIS_jYbYOgkZwvFcEzB9pYLoQHDL4ZHqI.C9U4KSUiJIz5WAZWJ21cEn9R5MRZ77c2A_YsTspV1WODtvJY2wjlAFCuaNwUw5QjzcgCOo71IkkFQsbr.UaQLOID5DzN3eqhX9UhOme.BWfoyWYMmiLAhpoOYMdUbFUHYdGhSDeWNLfz3mQNg8KUUHy.DMrRqMAf9tMwawHwabEL9dsMG4zG__W0NAhtQ7M9iygHtRVNyYgkeoNqwDKi2O4aq_4dq_s2xVmSq30FEeaJ2BBxLD9mFJdkColTLJSi8Qv7FXkHdgERIeHh8D4s4x1vSybJycTqwVS4Kd0gyj4RjGC7TQGEqZJ4QjX8WudfdrgAvY934zbe3_uec9rKPD6WhPqBXObktwzO0uBqy6ukKCeaI5dZ.P3D7cEZhYfSznK0Rjr_eo3kp13rOVYi.tDzFbfRvEi_02PLSN9bjdlnnlkhMJvsSs0rS_6u0aDhuUDjE_0Tv9BzsAVx8iFYE6psri5G7aOCQuiwOW0ohNiec9qM08q_LufKVYHh8yauT3mpPyd16yQXt_EedFjE0q6Nx3VoECkd4l7_IxlbvvpW2cRJ5f0XZZcYPNAAx2ZnHusfv_D.s76TFqHaA8raOvijxnGbTPG1vaqYH_08Mjij8bRzZ1ybameGnDclan37cKQTCvLjrXa0zGBZ1ROkwanmFqlLr5nNQ2LV.ey3nzUq0DTDZ2fB7572R65FcuOUoIY74sABMqSqCLubeBfD2SR7fFl6BuPvwEJDQ5AWU58as6YG_iICUXdB_y4QROTmbK9Yx0vAnPq4aABb3ALRn49rU0.ex2REO5GfZAqgbybwkvNmVM9MoUNWCfaWGkJ9bsoDamiGRINy6MtsBOD7yBlGaD7BJyir7Exn5a1fnnd06i.wG1G3Ee4_R.T2gSFwegVkAIsBmVj9ukYh3.8hi2E2jwoI0u7NctdBeTI3Mgi3xyPZKNMVxDuj6j6gVkU08IDtRgIKL94eOJr351fMk3fTtDw40SIo3O4i2vfu_LfOyRgP_gku0dVSJcgNxzCgg0FIg8gTkeTDdI1TdNM9Pei0sPOiInzU5mxoUwFi6NRPlqpYyaMBx7CuBuGrLZIJo4nWLiyBgrEJEtvpLpbWMK4KpFOw4n8YIxSp35Wcn8vEmTAsDoZH1ArNWBiNiFL2QvlNSzBvWHMLiosv4zETWMC3H5RTyc6ISnPYyP.0U_5TLG77eokuxnxgXk3fegWJBA-%26lp=http%3A%2F%2Fbs.serving-sys.com%2FServing%2F%3Fcn%3Dsearch%26semdid%3D7_353219189_9113774098_lfrv2jCE%26semid%3D1%26seid%3D7%26semuserid%3D%26advid%3D108226%26mmx%3D%24%24sekwid%3D%26seadid%3D32572483510%26sekwtxt%3D%26matchtype%3D%24%24%26semdata%3D%24%24mkwid%3Dlfrv2jCE_32572483510___c%26mtid%3D744he937470%24%24%26urtu%3Dhttp%253A%252F%252Fd.agkn.com%252Fpixel%252F7636%252F%253Fatr%253D%2526col%253D37470%252C103%252C103353219189%252C%252C%252C%2526l0%253Dhttps%253A%252F%252Fwww.cricketwireless.com%252Flg-cyber-deals.html%253Fwoo_campaign%253DSEM%2526woo_source%253DYAHGEM_PPC%2526woo_medium%253Dkeyword%2526woo_content%253DQ4%252BHeavy-Up_TMobile%252BCustomers%2526woo_term%253D\" target=\"_blank\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32572483510;ct:1;pkgt:4;elm:img;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Ta-end\" style=\"width:82px;\"&gt;\n &lt;img src=\"https://s.yimg.com/uu/api/res/1.2/m_UyoICU1famxwC5nvD6LA--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/9807f365e14c7964db0ac90a6a8b4899.jpeg\" width=\"82\" height=\"82\" alt=\"Cyber LG Stylo 2 Deal\"&gt;\n &lt;/a&gt;\n \n &lt;div class=\"Bfc\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Lh-115 Mb-2 Mt-neg-1 Mend-70\"&gt;\n &lt;a href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=1Vg_vM8GIS_jYbYOgkZwvFcEzB9pYLoQHDL4ZHqI.C9U4KSUiJIz5WAZWJ21cEn9R5MRZ77c2A_YsTspV1WODtvJY2wjlAFCuaNwUw5QjzcgCOo71IkkFQsbr.UaQLOID5DzN3eqhX9UhOme.BWfoyWYMmiLAhpoOYMdUbFUHYdGhSDeWNLfz3mQNg8KUUHy.DMrRqMAf9tMwawHwabEL9dsMG4zG__W0NAhtQ7M9iygHtRVNyYgkeoNqwDKi2O4aq_4dq_s2xVmSq30FEeaJ2BBxLD9mFJdkColTLJSi8Qv7FXkHdgERIeHh8D4s4x1vSybJycTqwVS4Kd0gyj4RjGC7TQGEqZJ4QjX8WudfdrgAvY934zbe3_uec9rKPD6WhPqBXObktwzO0uBqy6ukKCeaI5dZ.P3D7cEZhYfSznK0Rjr_eo3kp13rOVYi.tDzFbfRvEi_02PLSN9bjdlnnlkhMJvsSs0rS_6u0aDhuUDjE_0Tv9BzsAVx8iFYE6psri5G7aOCQuiwOW0ohNiec9qM08q_LufKVYHh8yauT3mpPyd16yQXt_EedFjE0q6Nx3VoECkd4l7_IxlbvvpW2cRJ5f0XZZcYPNAAx2ZnHusfv_D.s76TFqHaA8raOvijxnGbTPG1vaqYH_08Mjij8bRzZ1ybameGnDclan37cKQTCvLjrXa0zGBZ1ROkwanmFqlLr5nNQ2LV.ey3nzUq0DTDZ2fB7572R65FcuOUoIY74sABMqSqCLubeBfD2SR7fFl6BuPvwEJDQ5AWU58as6YG_iICUXdB_y4QROTmbK9Yx0vAnPq4aABb3ALRn49rU0.ex2REO5GfZAqgbybwkvNmVM9MoUNWCfaWGkJ9bsoDamiGRINy6MtsBOD7yBlGaD7BJyir7Exn5a1fnnd06i.wG1G3Ee4_R.T2gSFwegVkAIsBmVj9ukYh3.8hi2E2jwoI0u7NctdBeTI3Mgi3xyPZKNMVxDuj6j6gVkU08IDtRgIKL94eOJr351fMk3fTtDw40SIo3O4i2vfu_LfOyRgP_gku0dVSJcgNxzCgg0FIg8gTkeTDdI1TdNM9Pei0sPOiInzU5mxoUwFi6NRPlqpYyaMBx7CuBuGrLZIJo4nWLiyBgrEJEtvpLpbWMK4KpFOw4n8YIxSp35Wcn8vEmTAsDoZH1ArNWBiNiFL2QvlNSzBvWHMLiosv4zETWMC3H5RTyc6ISnPYyP.0U_5TLG77eokuxnxgXk3fegWJBA-%26lp=http%3A%2F%2Fbs.serving-sys.com%2FServing%2F%3Fcn%3Dsearch%26semdid%3D7_353219189_9113774098_lfrv2jCE%26semid%3D1%26seid%3D7%26semuserid%3D%26advid%3D108226%26mmx%3D%24%24sekwid%3D%26seadid%3D32572483510%26sekwtxt%3D%26matchtype%3D%24%24%26semdata%3D%24%24mkwid%3Dlfrv2jCE_32572483510___c%26mtid%3D744he937470%24%24%26urtu%3Dhttp%253A%252F%252Fd.agkn.com%252Fpixel%252F7636%252F%253Fatr%253D%2526col%253D37470%252C103%252C103353219189%252C%252C%252C%2526l0%253Dhttps%253A%252F%252Fwww.cricketwireless.com%252Flg-cyber-deals.html%253Fwoo_campaign%253DSEM%2526woo_source%253DYAHGEM_PPC%2526woo_medium%253Dkeyword%2526woo_content%253DQ4%252BHeavy-Up_TMobile%252BCustomers%2526woo_term%253D\" target=\"_blank\" data-ylk=\"cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32572483510;ct:1;pkgt:4;elm:hdln;rspns:nav;itc:0;r:false;ccode:false;\"&gt;Cyber LG Stylo 2 Deal&lt;/a&gt;\n &lt;/h3&gt;\n \n \n \n &lt;a class=\"Pos-a Mt-10 Mend-10 T-0 End-0 Fz-xs NoLinkColor NoTextDecoration adlink\" href=\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\" target=\"_blank\" data-ylk=\"cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:info;g:32572483510;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;AdChoices&lt;i class=\"C-f Icon\"&gt;&amp;#xe05a;&lt;/i&gt;&lt;/a&gt;\n \n \n \n &lt;p class=\"Mb-2\"&gt;$49.99 Limited Time. Req’s New Line of Svc w/ Qual. Plan. See Details.&lt;/p&gt;\n &lt;div class=\"Fz-xs Pos-r NoTextDecoration \"&gt;\n &lt;a class=\"Source Whs-nw Mend-6 \" href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=1Vg_vM8GIS_jYbYOgkZwvFcEzB9pYLoQHDL4ZHqI.C9U4KSUiJIz5WAZWJ21cEn9R5MRZ77c2A_YsTspV1WODtvJY2wjlAFCuaNwUw5QjzcgCOo71IkkFQsbr.UaQLOID5DzN3eqhX9UhOme.BWfoyWYMmiLAhpoOYMdUbFUHYdGhSDeWNLfz3mQNg8KUUHy.DMrRqMAf9tMwawHwabEL9dsMG4zG__W0NAhtQ7M9iygHtRVNyYgkeoNqwDKi2O4aq_4dq_s2xVmSq30FEeaJ2BBxLD9mFJdkColTLJSi8Qv7FXkHdgERIeHh8D4s4x1vSybJycTqwVS4Kd0gyj4RjGC7TQGEqZJ4QjX8WudfdrgAvY934zbe3_uec9rKPD6WhPqBXObktwzO0uBqy6ukKCeaI5dZ.P3D7cEZhYfSznK0Rjr_eo3kp13rOVYi.tDzFbfRvEi_02PLSN9bjdlnnlkhMJvsSs0rS_6u0aDhuUDjE_0Tv9BzsAVx8iFYE6psri5G7aOCQuiwOW0ohNiec9qM08q_LufKVYHh8yauT3mpPyd16yQXt_EedFjE0q6Nx3VoECkd4l7_IxlbvvpW2cRJ5f0XZZcYPNAAx2ZnHusfv_D.s76TFqHaA8raOvijxnGbTPG1vaqYH_08Mjij8bRzZ1ybameGnDclan37cKQTCvLjrXa0zGBZ1ROkwanmFqlLr5nNQ2LV.ey3nzUq0DTDZ2fB7572R65FcuOUoIY74sABMqSqCLubeBfD2SR7fFl6BuPvwEJDQ5AWU58as6YG_iICUXdB_y4QROTmbK9Yx0vAnPq4aABb3ALRn49rU0.ex2REO5GfZAqgbybwkvNmVM9MoUNWCfaWGkJ9bsoDamiGRINy6MtsBOD7yBlGaD7BJyir7Exn5a1fnnd06i.wG1G3Ee4_R.T2gSFwegVkAIsBmVj9ukYh3.8hi2E2jwoI0u7NctdBeTI3Mgi3xyPZKNMVxDuj6j6gVkU08IDtRgIKL94eOJr351fMk3fTtDw40SIo3O4i2vfu_LfOyRgP_gku0dVSJcgNxzCgg0FIg8gTkeTDdI1TdNM9Pei0sPOiInzU5mxoUwFi6NRPlqpYyaMBx7CuBuGrLZIJo4nWLiyBgrEJEtvpLpbWMK4KpFOw4n8YIxSp35Wcn8vEmTAsDoZH1ArNWBiNiFL2QvlNSzBvWHMLiosv4zETWMC3H5RTyc6ISnPYyP.0U_5TLG77eokuxnxgXk3fegWJBA-%26lp=http%3A%2F%2Fbs.serving-sys.com%2FServing%2F%3Fcn%3Dsearch%26semdid%3D7_353219189_9113774098_lfrv2jCE%26semid%3D1%26seid%3D7%26semuserid%3D%26advid%3D108226%26mmx%3D%24%24sekwid%3D%26seadid%3D32572483510%26sekwtxt%3D%26matchtype%3D%24%24%26semdata%3D%24%24mkwid%3Dlfrv2jCE_32572483510___c%26mtid%3D744he937470%24%24%26urtu%3Dhttp%253A%252F%252Fd.agkn.com%252Fpixel%252F7636%252F%253Fatr%253D%2526col%253D37470%252C103%252C103353219189%252C%252C%252C%2526l0%253Dhttps%253A%252F%252Fwww.cricketwireless.com%252Flg-cyber-deals.html%253Fwoo_campaign%253DSEM%2526woo_source%253DYAHGEM_PPC%2526woo_medium%253Dkeyword%2526woo_content%253DQ4%252BHeavy-Up_TMobile%252BCustomers%2526woo_term%253D\" target=\"_blank\" data-ylk=\"cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:adv;g:32572483510;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;Cricketwireless.Com/LGG2&lt;/a&gt;\n &lt;a class=\"Dimmed \" href=\"http://help.yahoo.com/kb/index?page=content&amp;amp;y=PROD_FRONT&amp;amp;locale=en_US&amp;amp;id=SLN14553\" target=\"_blank\" data-ylk=\"cpos:17;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:sp;g:32572483510;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;Sponsored&lt;/a&gt;\n \n &lt;/div&gt;\n \n &lt;/div&gt;\n \n \n&lt;/li&gt;\n\n\n \n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:United_States_Secretary_of_State|WIKIID:United_States_Senate_Committee_on_Foreign_Relations|WIKIID:United_States_Senate|YCT:001000661\" data-uuid=\"2394698c-069b-3ef9-8e2b-7a14e5100aaa\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/single-senate-republican-could-tank-rex-tillersons-nomination-175313186--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:18;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:2394698c-069b-3ef9-8e2b-7a14e5100aaa;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"How a Single Senate Republican Could Tank Rex Tillerson&amp;amp;#39;s Nomination\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/9H79BlxjP4W46wnZg8ujkQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/498a37e3439ddb9a9f714dbb49f67656')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/single-senate-republican-could-tank-rex-tillersons-nomination-175313186--abc-news-topstories.html\" data-ylk=\"cpos:18;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:2394698c-069b-3ef9-8e2b-7a14e5100aaa;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;How a Single Senate Republican Could Tank Rex Tillerson&amp;#39;s Nomination&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Marco Rubio is not the only Republican senator to express concerns about President-elect Donald Trump’s pick for secretary of state, Rex Tillerson, over his connections to Russian President Vladimir Putin. If all nine Democrats on the panel vote against Tillerson, they would need only one of the committee&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Frito-Lay|WIKIID:Super_Bowl|YCT:001001126|YCT:001000002|YCT:001000001\" data-uuid=\"14c217dd-6b60-33df-b94d-5ffe857ccf54\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/frito-lay-drops-doritos-super-bowl-tv-advertisements-145007590--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:19;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:14c217dd-6b60-33df-b94d-5ffe857ccf54;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Frito-Lay Drops Doritos Super Bowl TV Advertisements\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/x21gttFHX..Ch3MxLkSlvA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/0dbce825690bb482e81a8a91c43e3842')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/frito-lay-drops-doritos-super-bowl-tv-advertisements-145007590--abc-news-topstories.html\" data-ylk=\"cpos:19;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:14c217dd-6b60-33df-b94d-5ffe857ccf54;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Frito-Lay Drops Doritos Super Bowl TV Advertisements&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;Frito-Lay is closing the bag on its popular Doritos commercials for Super Bowl 2017. GoDaddy stepped out of 2016&amp;#39;s advertisements and Toyota has announced it will not run commercials during Super Bowl 51 on Feb. 5, also citing a marketing strategy.&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:LeBron_James|YCT:001000001|YCT:001000012\" data-uuid=\"48b9bac6-44bb-3433-80e3-5b1d3594e625\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/lebron-james-humbled-si-sportsperson-award-172406720--abc-news-celebrities.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:20;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:48b9bac6-44bb-3433-80e3-5b1d3594e625;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"LeBron James &amp;amp;#39;Humbled&amp;amp;#39; by SI Sportsperson of the Year Award\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/rXzfDI6FRQC5bHBRohF0iQ--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/2057633e69d5e076b25a8a4c5f2ce4ef')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/lebron-james-humbled-si-sportsperson-award-172406720--abc-news-celebrities.html\" data-ylk=\"cpos:20;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:48b9bac6-44bb-3433-80e3-5b1d3594e625;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;LeBron James &amp;#39;Humbled&amp;#39; by SI Sportsperson of the Year Award&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;LeBron James was honored Monday night in Brooklyn, New York, at the annual Sports Illustrated sportsperson of the year event, which celebrated his commitment to his team, his sport and the city of Cleveland. Robin Roberts of &amp;quot;Good Morning America&amp;quot; caught up with James at the ceremony to discuss&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"YCT:001000560|YCT:001000611|YCT:001000637\" data-uuid=\"0faf9f17-96c0-368f-9bbc-5baf33074cee\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/illinois-woman-her-dog-rescued-falling-frozen-pond-141908648--abc-news-lifestyle.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:21;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:0faf9f17-96c0-368f-9bbc-5baf33074cee;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Illinois Woman and Her Dog Rescued After Falling Into Frozen Pond\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/RxhLmJql_Z5GEZvpiQ1BhA--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/19c07daff025df71f8202f8d13e0c238')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/illinois-woman-her-dog-rescued-falling-frozen-pond-141908648--abc-news-lifestyle.html\" data-ylk=\"cpos:21;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:0faf9f17-96c0-368f-9bbc-5baf33074cee;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Illinois Woman and Her Dog Rescued After Falling Into Frozen Pond&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;An 8-year-old boy has been credited with saving his mother and his dog&amp;#39;s life after he called 911 when the two fell into an icy pond in Illinois this past weekend.Cathy Medernach, 48, told ABC News that she and her son Caden, 8, were taking their Labrador retriever, Bailey, out for a walk behind&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:Donald_Trump|WIKIID:Rex_Tillerson|WIKIID:Syria|WIKIID:Russia|WIKIID:Turkey|WIKIID:Vladimir_Putin|YCT:001000661|YCT:001000680\" data-uuid=\"3cbee4b7-2568-3903-a977-24db6d8347bb\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/5-major-foreign-policy-challenges-facing-president-elect-201105415--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:22;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3cbee4b7-2568-3903-a977-24db6d8347bb;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"5 Major Foreign Policy Challenges Facing President-Elect Donald Trump\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/FQvHaYiTkzJ6OCASS_dY7g--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/ddb938bd2b3017e5920963e2ffd2559e')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/5-major-foreign-policy-challenges-facing-president-elect-201105415--abc-news-topstories.html\" data-ylk=\"cpos:22;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:3cbee4b7-2568-3903-a977-24db6d8347bb;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;5 Major Foreign Policy Challenges Facing President-Elect Donald Trump&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;In January, President-elect Donald Trump will have to turn his attention to governing domestically and shaping his vision for U.S. foreign policy – and he will do so with the help of his secretary of state. On Tuesday, Trump nominated ExxonMobil CEO Rex Tillerson to help him navigate America&amp;#39;s biggest&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li class=\"js-stream-content Cf Pos-r RevealNested Px-12 Pt-10 Pb-8 \" data-interests=\"WIKIID:New_York_City|WIKIID:Polar_vortex|YCT:001000637|YCT:001000659\" data-uuid=\"bd3edcb9-cd20-3482-a5a5-308d8cc217f4\" &gt;\n\n&lt;a href=\"https://gma.yahoo.com/arctic-assault-week-possible-record-breaking-cold-chicago-181307998--abc-news-topstories.html\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:23;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:bd3edcb9-cd20-3482-a5a5-308d8cc217f4;ct:1;pkgt:4;elm:img;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Pos-r js-stream-content-link js-stream-content-img NoTextDecoration Ov-h\"&gt;\n &lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"82\" height=\"82\" alt=\"Arctic Assault This Week With Possible Record-Breaking Cold, Chicago to New York\" class=\"ImageLoader\" style=\"background-image:url('https://s.yimg.com/uu/api/res/1.2/o9N89Reu8J3us55f_Bdq4Q--/Zmk9c3RyaW07aD0xMDA7cHlvZmY9MDt3PTEwMDtzbT0xO2FwcGlkPXl0YWNoeW9u/http://media.zenfs.com/en-US/video/video.abcnewsplus.com/fe802fc2ef9b5fd433eca3131e12ae7f')\"&gt;\n\n\n&lt;/a&gt;\n\n&lt;div class=\"Bfc\"&gt;\n &lt;div class=\"Ov-h Mt-neg-1\" style=\"max-height:5.308em;\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Mb-2 Lh-115\"&gt;\n \n &lt;a href=\"https://gma.yahoo.com/arctic-assault-week-possible-record-breaking-cold-chicago-181307998--abc-news-topstories.html\" data-ylk=\"cpos:23;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;g:bd3edcb9-cd20-3482-a5a5-308d8cc217f4;ct:1;pkgt:4;elm:hdln;elmt:ct;rspns:nav;itc:0;r:false;ccode:false;\" class=\"js-stream-content-link Mend-4\"&gt;Arctic Assault This Week With Possible Record-Breaking Cold, Chicago to New York&lt;/a&gt;\n &lt;/h3&gt;\n \n &lt;p class=\"Mb-2\"&gt;This week, the displacement of a polar vortex will bring the coldest air this early in the season in more than a decade to a wide swath of the country, from Chicago to New York City. If Chicago stays in the single digits for highs on Thursday, this will be the coldest late fall weather since 1995.&lt;/p&gt;\n &lt;/div&gt;\n \n &lt;div class=\"Fz-xs js-stream-attribution Lhh-13 D-ib Ov-h \"&gt;\n &lt;span class=\"Source Whs-nw Mend-6\"&gt;Good Morning America&lt;/span&gt;\n \n &lt;/div&gt;\n \n \n \n \n&lt;/div&gt;\n&lt;ul aria-label=\"Actions menu\" role=\"toolbar\" class=\"js-stream-side-buttons Actions ChildrenToBeGrid-U Mt-4\" style=\"*display:none\"&gt;&lt;li class=\"ActionSave Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-save-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Save&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe051;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionLike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-like-button D-ib NestedHidden rapid-noclick-resp \" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;More like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe066;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;li class=\"ActionDislike Ta-c Mstart-1\"&gt;&lt;a class=\"js-stream-dislike-button D-ib NestedHidden rapid-noclick-resp\" href=\"#0\" role=\"button\" style=\"margin-left:0\"&gt;&lt;b aria-live=\"polite\" class=\"ActionTooltip\"&gt;Fewer like this&lt;/b&gt;&lt;i aria-hidden=\"true\" class=\"Icon W-a\"&gt;&amp;#xe009;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;\n\n \n \n &lt;li id=\"ad-32573871566\" class=\" js-stream-ad-noview Mb-content Bgc-c Cf Pos-r Px-12 Pt-10 Pb-8 \" data-beacon=\"https://beap.gemini.yahoo.com/mbcsc?bv=1.0.0&amp;amp;es=ysl3cA8GIS_Ce8UN3J1O5G_Dz28vS6.XFEPlNzo5g32_gQz8eRLtDD6LoB2kZpQAy5B6LXNjYjdR3G4eqs0HI2vWRWbpiIBhw6vzaO1X0U5tVsCLbOLFjH24.XY6SXy1x3XPkLHEtBU2HwJfq1UKL0JiGbeRy1sPVWTv0Xv5hpPv0o2qKU0c8QULwqEdD6xo57so2Rgpr4cly3ZJi17kPu6b46h.ULIj9qY.y.u.dkRWQm1MmOIyh46k9sljX.KMRJp0.T1H9_7Cz4yMng89MbMYsNxTtSZEzFfXtlHAZBuIMp2UUXUZ59eB6eaR8qFajDyzSZR8eW1RwomyXvmf23RvOSvlbwgAV9Cw8N4SuYemLTY9Q9VekwVhGLUCNvK1Hhpi.yYjlfn0JHHopadyiv_X&amp;amp;ap=24\"&gt;\n \n &lt;a href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=Wxo.YS4GIS9wMGM7igB1Zk9dp0XWciRRPl6._XxuRj3TjSHCiQmWk5CmrKmS56ieIjZtpdxnPuxlAUpef9LIiuX3RAQCuTkRCYXDRvWgdy30taH.r58.vSJZhHowP00ey.A5qY3Jk840sfboj1NUQZ0qRrHolchs6Jwz_5tLp1uBMWTW2KjQQyL8vhtJrt04IOhlDCUik.CY9x2URV7ihb4XZ2qL_.q6G_K2ydQ72PLdDvIoi7ZV.vNsy8hIwFMPdo9n.NKL2DBVs2YsD8pWDqJgztTY90hzzVyBooUxShqNKcHHHReT82MZAQwuYr6c1E3C9NS7sPEJuxu.d5x0m7KvKzSbO6VejrFkN1J7fqHRWMNsU__2vLGzZGYyH47Jns2T3EM_z2MJSiXm7QmrELPg2P6eGWaXJQ0CgMugL46gmtXKZ1lIM9sn32YbUVHABtbn8drdMibTxQ3RqXoNQgWOJxeSdV3Kz73YORJXnE2t0tQKDfNpLQTDT1l63wg4S3Yz7e_l_QaP_eK1A9oSKE5pKLHgTIcQCJAaWCIBoVlUASpqFlzJKT.jKnywHsSE8TwZ4ekMJ97uQy.u53AkNxP7uGsGfhB4ARzE7tfKmUaACLMO_3muHQDFiIB.xGWXlIQl2R7zEpGGirnxCAxZkJAcmw--%26lp=https%3A%2F%2Fwww.learnvest.com%2Flp%2Fhow-to-budget-your-money-with-the-502030-guideline%2F%3Futm_source%3Dyahoo%26utm_medium%3Dpaidcontent%26utm_campaign%3DYahoo_Custom_Audience%3A_Personal_Finance\" target=\"_blank\" tabindex=\"-1\" aria-hidden=\"true\" data-ylk=\"cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32573871566;ct:1;pkgt:4;elm:img;rspns:nav;itc:0;r:false;ccode:false;\" class=\"Fl-start Mend-10 My-2 Ta-end\" style=\"width:82px;\"&gt;\n &lt;img src=\"https://s.yimg.com/uu/api/res/1.2/9lbnTRUMz5bKMixhcKXeJw--/YXBwaWQ9eXRhY2h5b24-/http://l.yimg.com/av/curveball/ads/pr/RESIZE/82x82/d8727e410ab45d1349297efacfd4ad17.jpeg\" width=\"82\" height=\"82\" alt=\"How To Budget Your Money with One Simple Rule\"&gt;\n &lt;/a&gt;\n \n &lt;div class=\"Bfc\"&gt;\n \n &lt;h3 class=\"Fw-b Fz-m Lh-115 Mb-2 Mt-neg-1 Mend-70\"&gt;\n &lt;a href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=Wxo.YS4GIS9wMGM7igB1Zk9dp0XWciRRPl6._XxuRj3TjSHCiQmWk5CmrKmS56ieIjZtpdxnPuxlAUpef9LIiuX3RAQCuTkRCYXDRvWgdy30taH.r58.vSJZhHowP00ey.A5qY3Jk840sfboj1NUQZ0qRrHolchs6Jwz_5tLp1uBMWTW2KjQQyL8vhtJrt04IOhlDCUik.CY9x2URV7ihb4XZ2qL_.q6G_K2ydQ72PLdDvIoi7ZV.vNsy8hIwFMPdo9n.NKL2DBVs2YsD8pWDqJgztTY90hzzVyBooUxShqNKcHHHReT82MZAQwuYr6c1E3C9NS7sPEJuxu.d5x0m7KvKzSbO6VejrFkN1J7fqHRWMNsU__2vLGzZGYyH47Jns2T3EM_z2MJSiXm7QmrELPg2P6eGWaXJQ0CgMugL46gmtXKZ1lIM9sn32YbUVHABtbn8drdMibTxQ3RqXoNQgWOJxeSdV3Kz73YORJXnE2t0tQKDfNpLQTDT1l63wg4S3Yz7e_l_QaP_eK1A9oSKE5pKLHgTIcQCJAaWCIBoVlUASpqFlzJKT.jKnywHsSE8TwZ4ekMJ97uQy.u53AkNxP7uGsGfhB4ARzE7tfKmUaACLMO_3muHQDFiIB.xGWXlIQl2R7zEpGGirnxCAxZkJAcmw--%26lp=https%3A%2F%2Fwww.learnvest.com%2Flp%2Fhow-to-budget-your-money-with-the-502030-guideline%2F%3Futm_source%3Dyahoo%26utm_medium%3Dpaidcontent%26utm_campaign%3DYahoo_Custom_Audience%3A_Personal_Finance\" target=\"_blank\" data-ylk=\"cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:ad;g:32573871566;ct:1;pkgt:4;elm:hdln;rspns:nav;itc:0;r:false;ccode:false;\"&gt;How To Budget Your Money with One Simple Rule&lt;/a&gt;\n &lt;/h3&gt;\n \n \n \n &lt;a class=\"Pos-a Mt-10 Mend-10 T-0 End-0 Fz-xs NoLinkColor NoTextDecoration adlink\" href=\"https://info.yahoo.com/privacy/us/yahoo/relevantads.html\" target=\"_blank\" data-ylk=\"cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:info;g:32573871566;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;AdChoices&lt;i class=\"C-f Icon\"&gt;&amp;#xe05a;&lt;/i&gt;&lt;/a&gt;\n \n \n \n &lt;p class=\"Mb-2\"&gt;Whether you're a new parent or a new grad, our guideline can help you assess your budget so you know exactly where your money in going. Find out how.&lt;/p&gt;\n &lt;div class=\"Fz-xs Pos-r NoTextDecoration \"&gt;\n &lt;a class=\"Source Whs-nw Mend-6 \" href=\"https://beap.gemini.yahoo.com/mbclk?bv=1.0.0&amp;amp;es=Wxo.YS4GIS9wMGM7igB1Zk9dp0XWciRRPl6._XxuRj3TjSHCiQmWk5CmrKmS56ieIjZtpdxnPuxlAUpef9LIiuX3RAQCuTkRCYXDRvWgdy30taH.r58.vSJZhHowP00ey.A5qY3Jk840sfboj1NUQZ0qRrHolchs6Jwz_5tLp1uBMWTW2KjQQyL8vhtJrt04IOhlDCUik.CY9x2URV7ihb4XZ2qL_.q6G_K2ydQ72PLdDvIoi7ZV.vNsy8hIwFMPdo9n.NKL2DBVs2YsD8pWDqJgztTY90hzzVyBooUxShqNKcHHHReT82MZAQwuYr6c1E3C9NS7sPEJuxu.d5x0m7KvKzSbO6VejrFkN1J7fqHRWMNsU__2vLGzZGYyH47Jns2T3EM_z2MJSiXm7QmrELPg2P6eGWaXJQ0CgMugL46gmtXKZ1lIM9sn32YbUVHABtbn8drdMibTxQ3RqXoNQgWOJxeSdV3Kz73YORJXnE2t0tQKDfNpLQTDT1l63wg4S3Yz7e_l_QaP_eK1A9oSKE5pKLHgTIcQCJAaWCIBoVlUASpqFlzJKT.jKnywHsSE8TwZ4ekMJ97uQy.u53AkNxP7uGsGfhB4ARzE7tfKmUaACLMO_3muHQDFiIB.xGWXlIQl2R7zEpGGirnxCAxZkJAcmw--%26lp=https%3A%2F%2Fwww.learnvest.com%2Flp%2Fhow-to-budget-your-money-with-the-502030-guideline%2F%3Futm_source%3Dyahoo%26utm_medium%3Dpaidcontent%26utm_campaign%3DYahoo_Custom_Audience%3A_Personal_Finance\" target=\"_blank\" data-ylk=\"cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:adv;g:32573871566;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;LearnVest&lt;/a&gt;\n &lt;a class=\"Dimmed \" href=\"http://help.yahoo.com/kb/index?page=content&amp;amp;y=PROD_FRONT&amp;amp;locale=en_US&amp;amp;id=SLN14553\" target=\"_blank\" data-ylk=\"cpos:24;bpos:1;cat:LISTID%3A8d64a97a-a34e-4ab8-bac1-f8a95616142a;t1:a3;t2:strm;t3:ct;ad:1;elmt:sp;g:32573871566;ct:1;pkgt:4;rspns:nav;elm:itm;itc:0;r:false;ccode:false;\"&gt;Sponsored&lt;/a&gt;\n \n &lt;/div&gt;\n \n &lt;/div&gt;\n \n \n&lt;/li&gt;\n\n\n \n\n\n\n&lt;/ul&gt;\n\n&lt;img src=\"https://s.yimg.com/os/mit/ape/m/81f43c2/t.gif\" width=\"16\" height=\"16\" class=\"D-b Dn Mx-a My-12 js-stream-load-more ImageLoader\" style=\"background-image:url('https://s.yimg.com/zz/nn/lib/metro/g/my/anim_loading_sm.gif')\" alt=\"\"&gt;\n\n\n\n &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=\"App-Ft Row\"&gt; &lt;/div&gt;&lt;/div&gt;\r\n--dali-response-split--\r\n"
+ });
+ });
+ </script>
+
+ <script language="javascript">
+ YUI.YUICfg = {
+ "gallery": "yui:gallery-2011.04.20-13-04",
+ "groups": {
+ "group0d9d821fd95f957944c70b69b28ef8dd5": {
+ "base": "https:\/\/s.yimg.com\/",
+ "comboBase": "https:\/\/s.yimg.com\/zz\/combo?",
+ "modules": {
+ "media-content-manager": {
+ "path": "os\/mit\/media\/p\/content\/content-manager-min-c15b49c.js"
+ },
+ "media-perf-timeable": {
+ "path": "os\/mit\/media\/p\/content\/perf-timeable-min-3201e29.js"
+ },
+ "media-beacon-manager": {
+ "path": "os\/mit\/media\/p\/content\/beacon-manager-min-c84baae.js"
+ },
+ "media-ad-controller": {
+ "path": "os\/mit\/media\/p\/content\/ad-controller-min-cc0aa40.js"
+ },
+ "media-interest-manager": {
+ "path": "os\/mit\/media\/p\/content\/interest-manager-min-0527e1c.js"
+ },
+ "ylt-strip": {
+ "path": "ss\/strip_3.4.js"
+ },
+ "media-instrumentation": {
+ "path": "os\/mit\/media\/p\/content\/instrumentation-min-a1c712f.js"
+ },
+ "media-content-lightbox": {
+ "path": "os\/mit\/media\/m\/content_photo\/content-lightbox-min-b3d9d25.js"
+ },
+ "media-content-lightbox-ib": {
+ "path": "os\/mit\/media\/m\/content_photo\/content-lightbox-ib-min-ced7535.js"
+ },
+ "media-content-lightbox-endslide": {
+ "path": "os\/mit\/media\/m\/content_photo\/content-lightbox-endslide-min-ced7535.js"
+ },
+ "media-content-lightbox-rmx": {
+ "path": "os\/mit\/media\/m\/content_photo\/content-lightbox-rmx-min-6728742.js"
+ },
+ "media-content-story": {
+ "path": "os\/mit\/media\/m\/content_story\/content-story-min-e5c79d5.js"
+ },
+ "media-content-comments": {
+ "path": "os\/mit\/media\/m\/comments\/content-comments-min-7833766.js"
+ },
+ "media-videoInlinePlayer": {
+ "path": "os\/mit\/media\/m\/videos\/videoInlinePlayer-min-8cab8cc.js"
+ },
+ "media-con-vid": {
+ "path": "os\/mit\/media\/m\/content_video\/con-vid-min-43b7a7a.js"
+ },
+ "media-content-share-buttons-int": {
+ "path": "os\/mit\/media\/m\/content_social\/content-share-buttons-int-min-5e4593a.js"
+ },
+ "media-content-social-base": {
+ "path": "os\/mit\/media\/m\/content_social\/content-social-base-min-f516ed2.js"
+ },
+ "media-content-share-buttons": {
+ "path": "os\/mit\/media\/m\/content_social\/content-share-buttons-min-ac7c5e1.js"
+ },
+ "media-trfsm": {
+ "path": "os\/mit\/media\/p\/common\/trfsm-min-56d3a2e.js"
+ },
+ "media-i13n": {
+ "path": "os\/mit\/media\/p\/common\/i13n-min-56d3a2e.js"
+ },
+ "media-dwell-time": {
+ "path": "os\/mit\/media\/p\/common\/dwell-time-min-56d3a2e.js"
+ },
+ "media-ywa-tracking": {
+ "path": "os\/mit\/media\/p\/common\/ywa-tracking-min-56d3a2e.js"
+ },
+ "media-content-follow-property": {
+ "path": "os\/mit\/media\/m\/content_social\/content-follow-property-min-f7473b3.js"
+ },
+ "media-content-navigation-desktop": {
+ "path": "os\/mit\/media\/m\/navigation\/content-navigation-desktop-min-990c8d3.js"
+ },
+ "media-content-common": {
+ "path": "os\/mit\/media\/m\/content\/content-common-min-12430b8.js"
+ },
+ "media-video-embed-player": {
+ "path": "os\/mit\/media\/m\/content_video\/video-embed-player-min-fcbf69d.js"
+ },
+ "media-action-bar": {
+ "path": "os\/mit\/media\/m\/content\/action-bar-min-a715314.js"
+ },
+ "media-preview-default": {
+ "path": "os\/mit\/media\/m\/content_index\/preview-default-min-e0e1d50.js"
+ },
+ "media-footer": {
+ "path": "os\/mit\/media\/m\/footer\/footer-min-1adbfba.js"
+ },
+ "media-share-buttons-builder": {
+ "path": "os\/mit\/media\/m\/content_social\/share-buttons-builder-min-02674e5.js"
+ }
+ },
+ "combine": true,
+ "filter": "min",
+ "root": "\/"
+ }
+ },
+ "combine": true,
+ "allowRollup": true,
+ "comboBase": "https:\/\/s.yimg.com\/zz\/combo?",
+ "fetchCSS": false,
+ "maxURLLength": "2000"
+ }
+ YUI.YUICfg.root = 'yui:' + YUI.version + '/build/';
+ YMedia.applyConfig(YUI.YUICfg);
+ YUI.Env[YUI.version].base = 'https://s.yimg.com/';
+ YUI.Env[YUI.version].comboBase = 'https://s.yimg.com/zz/combo?';
+ YUI.Env[YUI.version].root = 'yui:' + YUI.version + '/build/';
+ YMedia.use("media-content-manager", "media-perf-timeable", "media-beacon-manager", "event-custom", "node-scroll-info", "media-ad-controller", "media-interest-manager", "io-base", "json-parse", "json-stringify", "node-base", "ylt-strip", "media-instrumentation", "media-content-lightbox", "media-content-lightbox-ib", "media-content-lightbox-endslide", "media-content-lightbox-rmx", "media-content-story", "node-base", "node-simulate", "overlay", "event-mouseenter", "media-content-comments", "media-videoInlinePlayer", "media-con-vid", "arraylist", "arraylist-add", "swf", "swfdetect", "media-inlinevideoplayer", "media-content-share-buttons-int", "media-content-social-base", "base-base", "base-build", "event-base", "event-custom", "node-core", "io", "json", "querystring-stringify-simple", "dom-screen", "base", "datatype", "querystring", "media-content-share-buttons", function(Y) {
+
+ Y.later(10, this, function() {
+ var ___aftMaxWaitTime___ = 4500,
+ ___yaftConfig___;
+
+ if (window.YAFT !== undefined) {
+ ___yaftConfig___ = {
+ generateHAR: true,
+ modules: ['yom-ad-', 'mediacontent', 'applet_', 'GS-UH', 'p_30345786_container', 'mediasports', 'mediafinance', 'mediastation', 'mediaautos', 'mediaweather', 'mediahomes', 'mediatumblr', 'mediascore', 'mediagettheapp'],
+ modulesExclude: ['/*[A-Za-z]_container', '_wrapper', 'yom-ad-FOOT', 'yom-ad-SDARLAEXTRA'],
+ useNativeStartRender: 0 ? true : false,
+ canShowVisualReport: 0 ? true : false,
+ maxWaitTime: ___aftMaxWaitTime___,
+ plugins: [{
+ name: 'aftnoad',
+ isPre: true,
+ config: {
+ useNormalizeCoverage: true,
+ adModules: ['yom-ad-']
+ }
+ }]
+ };
+ if (0) {
+ ___yaftConfig___.plugins.push({
+ name: 'har',
+ config: {
+ sec: 'har',
+ rapid: (YMedia & amp; & amp; YMedia.rapid) ? YMedia.rapid : null,
+ aftThreshold: 10000 ? 10000 : 15000
+ }
+ });
+ }
+
+ window.YAFT.init(___yaftConfig___, function(data, error) {
+ if (!error) {
+ if (YMedia & amp; & amp; YMedia.rapid & amp; & amp; YMedia.rapid.beaconPerformanceDataByYAFT) {
+ YMedia.rapid.beaconPerformanceDataByYAFT(data);
+ }
+ }
+ });
+ }
+ });
+ Y.later(10, this, function() {
+ new Y.Media.BeaconManager({
+ chrome: Y.Media.pageChrome
+ });
+ });
+ Y.later(10, this, function() {
+ Y.Media.adController = new Y.Media.AdController({
+ env: 'production',
+ hideOnFailure: false,
+ fetchOnPjaxOnly: true,
+ preserveLRECContainer: false
+ });
+ });
+ Y.later(10, this, function() {
+ new Y.Media.ContentManager({
+
+ nodePaths: {
+ content: '#yog-content',
+ navigation: '#yog-nav',
+ related: '#yog-related',
+ superlead: '#yog-stage'
+ },
+ transition: {
+ style: 'none'
+ },
+ refreshRightRailContent: '1',
+ enablePersistentMods: '1'
+
+ });
+ });
+ Y.later(10, this, function() {
+ new Y.Media.InterestManager({});
+ });
+ Y.later(10, this, function() {
+ new Y.Media.Instrumentation();
+ });
+ Y.later(10, this, function() {
+ if (Y.Media & amp; & amp; !Y.Media.pageContentLightbox) {
+ Y.Media.pageContentLightbox = new Y.Media.ContentLightbox({
+ chrome: Y.Media.pageChrome,
+ config: {
+ modId: 'mediacontentstory',
+ disableComments: '0',
+ enableEndSlideRel: '0',
+ enableEndSlideMP: '1',
+ endSlideImgRatio: '6x4',
+ endSlideImgWidth: '400',
+ enableIBSlideshow: '0',
+ enableRMXAds: '0',
+ enableSponsoredRMXAds: '0',
+ enableNativeAds: '1',
+ enableTrendingModule: '0',
+ enableFilmAd: '1',
+ nativeAdsThreshold: '500',
+ rmxAdsSectionId: '0',
+ enableViewportRotation: '0',
+ enableViewportRotationDuration: '30000',
+ overrideViewportRotationSpaceid: '',
+ enableTimeBasedRotation: '0',
+ timeBasedRotationInterval: '30000',
+ fetchIBThreshold: Infinity,
+ fetchIBCount: 24,
+ IBmtype: 'photo,video',
+ IBImageThreshold: 75000,
+ IBVideoThreshold: 75000,
+ IBMetalen10_filter: '0',
+ enableLBOnPageLoad: '0',
+ enableVideoPrefetch: 0,
+ todayInstanceId: 'caf1ba2a-c17f-3c49-a7ff-5c297712b205',
+ slideshowInstanceId: '8ae97a90-4096-3758-86ab-3444d3e62b46',
+ trendingInstanceId: '91246927-f853-3daa-b2a7-2fd2ecab95d3',
+ rmpModuleTimeout: '2000',
+ enableLDRBads: '0',
+ strm_cc: 'STRM',
+ enableSidekick: 0,
+ embed_slots: {
+ 'one': {},
+ 'two': {},
+ 'three': {},
+ 'south': {}
+ },
+ sidekick_mods: {
+ 'top': '2064894c-d7b1-32bb-be76-38333782b680',
+ 'mid': '',
+ 'bot': ''
+ },
+ strings: {
+ 'relatedSearchString': 'Related search results',
+ 'moreString': 'more',
+ 'lessString': 'less'
+ },
+ isSponsored: '0',
+ enableSponsoredLightbox: '0',
+ tdRmpUri: '/_td_api/remote'
+ }
+ });
+ }
+ });
+ Y.later(10, this, function() {
+ YMedia.add("media-event-queue", function(Y) {
+ Y.namespace("Media.Event.Queue");
+ var _event_queue;
+ Y.Media.Event.Queue = {
+ "init": function() {
+ Y.on("domready", function(e) {
+ var _now = new Date().getTime();
+ _event_queue = new Array();
+ _event_queue.push({
+ "domready": _now
+ });
+ }, window);
+ },
+ "push": function(obj) {
+ _event_queue.push(obj);
+ },
+ "length": function() {
+ return _event_queue.length;
+ },
+ "dump": function() {
+ return _event_queue;
+ }
+ };
+ }, '1.0.0', {
+ requires: ['node', 'event']
+ });
+ YMedia.use("media-event-queue", function(Y) {
+ Y.Media.Event.Queue.init();
+ });
+ });
+ Y.later(10, this, function() {
+ Y.Array.each(YMedia.module_includes, function(inc, i, ar) {
+ if (Y.Lang.isFunction(inc)) {
+ inc(Y);
+ ar[i] = null;
+ }
+ });
+ });
+ Y.later(10, this, function() { // Temporary hack for triggering UH animation for Save It Later
+ Y.Global.detach('saveforlater|*');
+ Y.Global.on('saveforlater|saveforlater:newsaved', function() {
+ var tabIcon = Y.one('#yucsHead .yucs-avatar.yucs-menu_anchor'),
+ sflIcon = tabIcon & amp; & amp;
+ tabIcon.one('.sfl-icon');
+
+ if (tabIcon & amp; & amp; !sflIcon) {
+ var repeats = 0,
+ callback = null;
+
+ sflIcon = Y.Node.create('&lt;i class="icon-y-xsmall selected sfl-icon"&gt;&lt;/i&gt;');
+ sflIcon.setStyles({
+ 'opacity': 0,
+ 'boxShadow': '0px 0px 20px #400090'
+ });
+ tabIcon.prepend(sflIcon);
+
+ callback = function() {
+ sflIcon.transition({
+ duration: 0.6,
+ opacity: (repeats + 1) % 2
+ });
+ repeats++;
+ if (repeats & lt; 4)
+ Y.later(600, this, callback); // the animation duration for each is 600ms
+ else
+ Y.later(600, this, function() {
+ sflIcon.remove();
+ });
+ };
+ Y.later(10, this, callback);
+ }
+ });
+ });
+ Y.later(10, this, function() {
+ (function() {
+ var a = window.Af = window.Af || {};
+ var c = a.config = a.config || {};
+ c.spaceid = '1197056126';
+ c.transport = {
+ xhr: '/_td_api',
+ timeout: 3000
+ };
+ c.beacon = {
+ pathPrefix: '/_td_api/beacon',
+ sampleSize: 1
+ };
+ a.context = {
+ crumb: window.YMEDIA_CRUMB,
+ rid: window.YMEDIA_REQ_ATTR ? window.YMEDIA_REQ_ATTR.instr.request_id : "",
+ site: 'gma',
+ lang: 'en-US',
+ region: 'US'
+ };
+ YMedia.use('base', 'af-applets', 'af-rapid', function(Y) {
+ var ApeApp = Y.Base.create('apeApp', Y.Base, [Y.Af.Applets, Y.Af.Rapid], {
+ initializer: function() {
+ Y.log('ApeApp.initializer()');
+ }
+ }, {});
+ YMedia.ApeApp = new ApeApp({});
+ });
+ }());
+ });
+ Y.later(10, this, function() {
+ Y.Media.pageContentStory = new Y.Media.ContentStory({
+ config: {
+ enableRapidTracking: 1,
+ modId: 'mediacontentstory',
+ contentType: 'story'
+ },
+ chrome: Y.Media.pageChrome
+ });
+ Y.Media.lbData = {
+ "content": {
+ "items": [{
+ "img": {
+ "url": "https:\/\/s1.yimg.com\/bt\/api\/res\/1.2\/1pNh__cWwaaBzgXO31LGHg--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NDE0O3B4b2ZmPTUwO3B5b2ZmPTA7cT03NTt3PTczNg--\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975",
+ "width": 736,
+ "height": 414
+ },
+ "date": "1 year ago",
+ "uuid": "8ea6cae9-52c8-3c54-9b51-a4111390fd49",
+ "isVideo": true,
+ "url": "\/video\/photo-baby-wrapped-us-flag-122124162.html",
+ "orig_index": 0,
+ "type": "video",
+ "title": "Photo of Baby Wrapped in US Flag Seen as Unpatriotic",
+ "caption": "Critics say the photo of little Landon wrapped in a flag is disrespectful to Old Glory.",
+ "provider": "ABC News Videos",
+ "attribution": [],
+ "coverId": "cover-c9f378c27a326e7393f976fb643c348a"
+ }, {
+ "credit": null,
+ "img": {
+ "url": "https:\/\/s1.yimg.com\/bt\/api\/res\/1.2\/n.HTYNcU1XQP_N9z8nmHGg--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NTQwO2lsPXBsYW5lO3B5b2ZmPTA7cT03NTt3PTk2MA--\/http:\/\/media.zenfs.com\/en_us\/gma\/us.abcnews.gma.com\/HT_flag_baby_jtm_150311_16x9_992.jpg",
+ "width": 960,
+ "height": 540
+ },
+ "date": "",
+ "uuid": "bfb9f6df-a7d6-37b4-8f49-087d2a579eae",
+ "isVideo": false,
+ "url": "\/photos\/veteran-wraps-baby-american-flag-photo-sparks-controversy-photo-175203647--abc-news-topstories.html",
+ "orig_index": 1,
+ "type": "image",
+ "title": "",
+ "caption": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy (ABC News)",
+ "provider": "Good Morning America",
+ "attribution": [],
+ "coverId": "cover-8e12611c76a856856bc8ac55de8c4de1"
+ }, {
+ "img": {
+ "url": "https:\/\/s1.yimg.com\/bt\/api\/res\/1.2\/MIB33lCWoARyU6uaY9tHqQ--\/YXBwaWQ9eW5ld3NfbGVnbztxPTg1\/http:\/\/media.zenfs.com\/en_us\/gma\/us.abcnews.gma.com\/HT_flag_baby_jtm_150311_16x9_992.jpg",
+ "width": "630"
+ },
+ "isVideo": false,
+ "url": "",
+ "type": "image",
+ "title": "Vanessa Hicks",
+ "caption": "Vanessa Hicks",
+ "uuid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "orig_index": 2,
+ "coverId": "cover-fe6f7735a1e88b8cfde15e95b71583f7"
+ }],
+ "playlist": [{
+ "player_type": "yep",
+ "video_config": {
+ "autoplay": true,
+ "continuousPlay": true,
+ "mute": false,
+ "volume": "0.90",
+ "lang": "en-US",
+ "site": "gma",
+ "region": "US",
+ "jurisdiction": "US",
+ "YVAP": {
+ "accountId": "145",
+ "playContext": null
+ },
+ "pageSpaceId": "1197056126",
+ "comscoreC4": "News",
+ "comscoreC6": "gma",
+ "showEmbedCode": true,
+ "showShareUrl": true,
+ "expBucket": "",
+ "expName": "grandslam",
+ "expType": "lead_vp",
+ "apiEnv": "prod",
+ "CMS": {
+ "env": "prod",
+ "suppressAdContext": true
+ },
+ "playlist": [{
+ "id": "8ea6cae9-52c8-3c54-9b51-a4111390fd49",
+ "title": "Photo of Baby Wrapped in US Flag Seen as Unpatriotic",
+ "embedCode": "",
+ "shareUrl": "https:\/\/gma.yahoo.com\/video\/photo-baby-wrapped-us-flag-122124162.html",
+ "licenseId": "a077000000HNMFwAAP",
+ "duration": "140",
+ "images": {
+ "large": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/fc29k.mZesoPfKOg8jkx7g--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NzIwO3E9NzU7dz0xMjgw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975",
+ "medium": "https:\/\/s1.yimg.com\/bt\/api\/res\/1.2\/GBNamw_IyQA3hvBPyxUR2w--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9MjIwO3E9NzU7dz0yMzA-\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975"
+ },
+ "description": "Critics say the photo of little Landon wrapped in a flag is disrespectful to Old Glory.",
+ "embeddable": false
+ }]
+ },
+ "id": "8ea6cae9-52c8-3c54-9b51-a4111390fd49",
+ "title": "Photo of Baby Wrapped in US Flag Seen as Unpatriotic",
+ "embedCode": "",
+ "shareUrl": "https:\/\/gma.yahoo.com\/video\/photo-baby-wrapped-us-flag-122124162.html",
+ "licenseId": "a077000000HNMFwAAP",
+ "duration": "140",
+ "images": {
+ "large": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/fc29k.mZesoPfKOg8jkx7g--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NzIwO3E9NzU7dz0xMjgw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975",
+ "medium": "https:\/\/s1.yimg.com\/bt\/api\/res\/1.2\/GBNamw_IyQA3hvBPyxUR2w--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9MjIwO3E9NzU7dz0yMzA-\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975"
+ },
+ "description": "Critics say the photo of little Landon wrapped in a flag is disrespectful to Old Glory.",
+ "embedable": true,
+ "inline_js_url": "https:\/\/s1.yimg.com\/os\/mit\/media\/m\/videos\/yepcainlineplayer-min-5fa7b8e.js",
+ "js_url": "https:\/\/yep.video.yahoo.com\/js\/3\/videoplayer-min.js?lang=en-US"
+ }]
+ },
+ "total": 3,
+ "templates": {
+ "structure": "&lt;div id=\"content-lightbox\" class=\"yom-lb yom-lb-bg {{ieClass}} overlay-tracker\" data-uuid=\"{{slideshowId}}\"&gt;\n &lt;div class=\"lb-content clearfix\"&gt;\n &lt;div id=\"lb-rp\" class=\"lb-rp\"&gt;\n {{#slideshowDesc}}\n &lt;div id=\"lb-info\" class=\"lb-info truncate\"&gt;\n &lt;div id=\"lb-ss-desc\" class=\"lb-ss-desc \"&gt;\n &lt;div class=\"lb-ss-title\"&gt;{{{..\/slideshowTitle}}}&lt;\/div&gt;\n &lt;div class=\"lb-byline\"&gt;{{slideshowByline}}&lt;\/div&gt;\n &lt;p class=\"lb-desc\"&gt;{{{slideshowDesc}}}&lt;\/p&gt;\n &lt;div class=\"more-ss-desc-button\"&gt;{{..\/moreString}}&lt;\/div&gt;\n &lt;div class=\"less-ss-desc-button hidden\"&gt;{{..\/lessString}}&lt;\/div&gt;\n &lt;\/div&gt;\n &lt;\/div&gt;\n {{\/slideshowDesc}}\n {{#embedSlotOne}}\n &lt;div id=\"{{..\/embedSlotOne}}\" class=\"{{..\/embedSlotOne}} hidden\"&gt;\n &lt;center&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n {{\/embedSlotOne}}\n {{#enableTrendingModule}}\n &lt;div id=\"{{trendingModuleId}}\" class=\"lb-module\"&gt;\n &lt;center&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n {{\/enableTrendingModule}}\n &lt;div id=\"yom-ad-LREC-lb\" class=\"yom-ad-LREC lb-lrec\"&gt;\n &lt;center&gt;\n &lt;div id=\"yom-ad-LREC-iframe-lb\" class=\"yom-ad-iframe\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\" style=\"display:none;width:300px;height:250px;\"&gt;\n &lt;\/div&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n &lt;div id=\"yom-ad-FILM-lb\" class=\"yom-ad-FILM lb-film\"&gt;\n &lt;center&gt;\n &lt;div id=\"yom-ad-FILM-iframe-lb\" class=\"yom-ad-iframe\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\" style=\"display:none;width:300px;height:600px;\"&gt;\n &lt;\/div&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n {{#embedSlotTwo}}\n &lt;div id=\"{{..\/embedSlotTwo}}\" class=\"{{..\/embedSlotTwo}} hidden\"&gt;\n &lt;center&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n {{\/embedSlotTwo}}\n &lt;div id=\"{{todayModuleId}}\" class=\"lb-module\"&gt;\n &lt;center&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n &lt;div id=\"yom-ad-LREC2-lb\" class=\"yom-ad-LREC2 lb-lrec\"&gt;\n &lt;center&gt;\n &lt;div id=\"yom-ad-LREC2-iframe-lb\" class=\"yom-ad-iframe\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\" style=\"display:none;width:300px;height:250px;\"&gt;\n &lt;\/div&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n {{#embedSlotThree}}\n &lt;div id=\"{{..\/embedSlotThree}}\" class=\"{{..\/embedSlotThree}} hidden\"&gt;\n &lt;center&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n {{\/embedSlotThree}}\n &lt;div id=\"{{slideshowModuleId}}\" class=\"lb-module\"&gt;\n &lt;center&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n &lt;i class=\"close-btn Icon\"&gt;&amp;#xe009;&lt;\/i&gt;\n &lt;\/div&gt;\n &lt;div id=\"lb-cp\" class=\"lb-cp\"&gt;\n &lt;div class=\"lb-cp-hd clearfix\"&gt;\n &lt;div class=\"lb-hd-rp\"&gt;\n &lt;div id=\"lb-share-btns\" class=\"lb-share-btns\"&gt;\n &lt;\/div&gt;\n &lt;\/div&gt;\n &lt;div id=\"lb-hd\" class=\"lb-hd\"&gt;\n &lt;span&gt;{{{slideshowTitle}}}&lt;\/span&gt;\n &lt;\/div&gt;\n &lt;\/div&gt;\n &lt;div id=\"lb-viewport\" class=\"lb-viewport\"&gt;\n &lt;ul id=\"lb-viewport-list\" class=\"lb-viewport-list\"&gt;\n &lt;\/ul&gt;\n &lt;span class=\"lb-nav-left-panel\"&gt;\n &lt;span id=\"lb-btn-prev\" class=\"lb-btn\"&gt;\n &lt;span class=\"lb-prev\"&gt;&lt;\/span&gt;\n &lt;\/span&gt;\n &lt;\/span&gt;\n &lt;span class=\"lb-nav-right-panel\"&gt;\n &lt;span id=\"lb-btn-next\" class=\"lb-btn\"&gt;\n &lt;span class=\"lb-next\"&gt;&lt;\/span&gt;\n &lt;\/span&gt;\n &lt;\/span&gt;\n &lt;\/div&gt;\n &lt;div id=\"lb-meta\" class=\"lb-meta clearfix\"&gt;\n &lt;\/div&gt;\n {{#embedSlotSouth}}\n &lt;div id=\"{{..\/embedSlotSouth}}\" class=\"{{..\/embedSlotSouth}} hidden\"&gt;\n &lt;center&gt;\n &lt;\/center&gt;\n &lt;\/div&gt;\n {{\/embedSlotSouth}}\n {{#enableLDRBads}}\n &lt;div id=\"yom-ad-LDRB-lb\" class=\"yom-ad-LDRB lb-ldrb\"&gt;\n &lt;div id=\"yom-ad-LDRB-iframe-lb\" class=\"yom-ad-iframe\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\" style=\"display:none;width:728px;height:90px;\"&gt;\n &lt;\/div&gt;\n &lt;\/div&gt;\n {{\/enableLDRBads}}\n {{^disableComments}}\n &lt;div class=\"lb-comments\"&gt;\n &lt;div id=\"{{commentsModuleId}}\" class=\"yom-comments yom-mod\"&gt;\n &lt;\/div&gt;\n &lt;\/div&gt;\n {{\/disableComments}}\n &lt;\/div&gt;\n &lt;\/div&gt;\n &lt;div id=\"lb-preload\" class=\"lb-preload\"&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n",
+ "metaStructure": "&lt;div class=\"lb-meta-rp clearfix\"&gt;\n &lt;div class=\"lb-meta-controls\"&gt;\n &lt;span class=\"lb-meta-btn lb-prev\"&gt;&lt;\/span&gt;\n &lt;span class=\"lb-meta-count\"&gt;{{current}}\/{{total}}&lt;\/span&gt;\n &lt;span class=\"lb-meta-btn lb-next\"&gt;&lt;\/span&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n{{#tumblrAttribution}}\n&lt;span class=\"tumblr-attribution-wrapper\"&gt;\n &lt;span class=\"tumblr-info lightbg\"&gt;\n {{#provider}}\n &lt;span class=\"tumblr-provider\"&gt;\n {{#logo}}\n &lt;a href=\"{{..\/..\/postUrl}}\" target=\"_blank\"&gt;\n &lt;img src=\"{{url}}\" class=\"avatar not-figure\"\/&gt;\n &lt;\/a&gt;\n {{\/logo}}\n &lt;a href=\"{{..\/postUrl}}\" target=\"_blank\" class=\"name\"&gt;{{name}}&lt;\/a&gt;&lt;!-- remove the space and put 4px via CSS\n --&gt;&lt;a href=\"http:\/\/www.tumblr.com\/follow\/{{id}}\" target=\"_blank\" class=\"tumblr-follow tumblr-btn\" \n data-ylk=\"t1:a3;t2:sh-lt;t5:{{location}};sec:sh-lt;slk:sh;elm:icn;elmt:sh-tu-flw;itc:1;ct:{{ct}}\"&gt;\n &lt;span class=\"tip\" style=\"left: -50px\"&gt;\n &lt;span class=\"text\"&gt;Follow on Tumblr&lt;\/span&gt;\n &lt;span class=\"arrow\"&gt;&lt;\/span&gt;\n &lt;\/span&gt;\n &lt;\/a&gt;&lt;br\/&gt;\n &lt;span class=\"tumblr-logo\"&gt;&lt;\/span&gt;\n &lt;\/span&gt;\n {{\/provider}}\n &lt;span class=\"tumblr-attribution\"&gt;\n {{#noteCount}}\n &lt;a href=\"{{postUrl}}\" target=\"_blank\" class=\"tumblr-notes\"&gt;{{.}} notes&lt;\/a&gt;\n {{\/noteCount}}\n &lt;a href=\"http:\/\/www.tumblr.com\/reblog\/{{id}}\/{{reblogKey}}?source=iframe\" target=\"_blank\" \n class=\"tumblr-reblog tumblr-btn\"\n data-ylk=\"t1:a3;t2:sh-lt;t5:{{location}};sec:sh-lt;slk:sh;elm:icn;elmt:sh-tu-rb;itc:1;ct:{{ct}}\"&gt;\n &lt;span class=\"tip\"&gt;\n &lt;span class=\"text\"&gt;Reblog on Tumblr&lt;\/span&gt;\n &lt;span class=\"arrow\"&gt;&lt;\/span&gt;\n &lt;\/span&gt;\n &lt;\/a&gt;\n {{#enableTumblrLike}}\n &lt;span class=\"tumblr-like\"&gt;\n &lt;iframe src=\"https:\/\/assets.tumblr.com\/assets\/html\/tumblr_like_iframe.html#name={{provider.name}}&amp;amp;post_id={{id}}\" scrolling=\"no\" width=\"20\" height=\"20\" frameborder=\"0\" class=\"like_toggle\" allowTransparency=\"true\"&gt;\n &lt;\/iframe&gt;\n &lt;\/span&gt;\n {{\/enableTumblrLike}}\n &lt;\/span&gt;\n &lt;\/span&gt;\n&lt;\/span&gt;\n{{\/tumblrAttribution}}\n{{^tumblrAttribution}}\n &lt;span class=\"lb-meta-credit\"&gt;\n {{#attribution}}\n {{attributionDivider}}{{#if attributionUrl}}&lt;a href=\"{{attributionUrl}}\" target=\"_blank\"&gt;{{\/if}}{{#if attributionSrc}}&lt;img src=\"{{attributionSrc}}\" class style=\"max-height:1em\"&gt;{{\/if}}{{{attributionText}}}{{#if attributionUrl}}&lt;\/a&gt;{{\/if}}\n {{\/attribution}}\n &lt;\/span&gt;\n{{\/tumblrAttribution}}\n&lt;div class=\"lb-meta-cp {{^ad}}{{#if captionToggled}} {{else}}truncate{{\/if}}{{\/ad}}\"&gt;\n &lt;div id=\"lb-meta-content\" class=\"lb-meta-content\"&gt;\n {{#ibItem}}\n &lt;div class=\"lb-ib-notice\"&gt;{{relatedString}}&lt;\/div&gt;\n {{\/ibItem}}\n {{#isSponsored}}\n &lt;a href=\"{{sponsor_url}}\"&gt;\n &lt;div class=\"lb-meta-nfl-spons-logo\"&gt;&lt;\/div&gt;\n &lt;\/a&gt;\n {{\/isSponsored}}\n {{#ad}}\n &lt;div&gt;\n &lt;p class=\"lb-meta-title\"&gt;\n &lt;a href=\"{{adUrl}}\" target=\"_blank\"&gt;{{{adTitle}}}&lt;\/a&gt;\n &lt;a target=\"_blank\" href=\"http:\/\/info.yahoo.com\/privacy\/us\/yahoo\/relevantads.html\" class=\"lb-adlink\"&gt;\n AdChoices\n &lt;i class=\"adchoice-logo\"&gt;\n &lt;\/i&gt;\n &lt;\/a&gt;\n &lt;\/p&gt;\n &lt;\/div&gt;\n {{\/ad}}\n {{^ad}}\n &lt;div&gt;\n &lt;p class=\"lb-meta-title\"&gt;\n {{{title}}}\n &lt;\/p&gt;\n &lt;\/div&gt;\n {{\/ad}}\n &lt;div&gt;\n &lt;p class=\"lb-meta-ts\"&gt;\n {{#video}}\n {{#if attributionUrl}}&lt;span class=\"lb-meta-duration\"&gt;{{duration}}&lt;\/span&gt;{{\/if}}\n {{\/video}}\n {{timestamp}}\n &lt;\/p&gt;\n &lt;\/div&gt;\n &lt;div class=\"lb-meta-txt-container\"&gt;\n &lt;p class=\"lb-meta-txt\"&gt;\n {{{description}}}\n &lt;\/p&gt;\n &lt;\/div&gt;\n {{#ad}}\n &lt;div&gt;\n &lt;p class=\"lb-ad-source\"&gt;\n &lt;a href=\"{{adUrl}}\" target=\"_blank\"&gt;{{{adSource}}}&lt;\/a&gt;\n &lt;span&gt;Sponsored&lt;\/span&gt;\n &lt;\/p&gt;\n &lt;\/div&gt;\n {{\/ad}}\n {{^ad}}\n &lt;div class=\"more-caption-button {{#if captionToggled}}hidden{{else}} {{\/if}}\"&gt;{{more}}&lt;\/div&gt;\n &lt;div class=\"less-caption-button {{#if captionToggled}} {{else}}hidden{{\/if}}\"&gt;{{less}}&lt;\/div&gt;\n {{\/ad}}\n &lt;\/div&gt;\n&lt;\/div&gt;\n",
+ "rmxStructure": "\n&lt;li id=\"{{id}}\" class=\"lb-img-container\"&gt;\n &lt;a href=\"{{url}}\" target=\"_blank\"&gt;\n &lt;img class=\"lb-img\" src=\"{{imgSrc}}\" style=\"max-height: {{viewportHeight}}px;\"&gt;\n &lt;\/a&gt;\n&lt;\/li&gt;\n",
+ "rmxCtaStructure": "\n&lt;div id=\"rmx-ad-cta-box\"&gt;\n &lt;a href=\"{{clickurl}}\" target=\"_blank\"&gt;\n &lt;div id=\"rmx-ad-cta\"&gt;\n &lt;p&gt;Learn more at&lt;br&gt;&lt;span class=\"source\"&gt;{{source}}&lt;\/span&gt;&lt;\/p&gt;\n &lt;img src=\"{{brandimage}}\" width=\"{{brandimagewidth}}px\" height=\"{{brandimageheight}}px\" alt=\"{{source}}\"&gt;\n &lt;\/div&gt;\n &lt;\/a&gt;\n&lt;\/div&gt;\n",
+ "photoStructure": "&lt;li id=\"{{id}}\" class=\"lb-img-container\" style=\"left: {{leftPosition}} ;\"&gt;\n {{#isTumblrVideo}}\n &lt;div class=\"tumblr-video\" style=\"text-align: center;\"&gt;{{{player.body}}}&lt;\/div&gt;\n {{\/isTumblrVideo}}\n {{^isTumblrVideo}}\n {{#isEmbed}}\n &lt;embed src=\"{{..\/embed.embed_src}}\" width=\"{{..\/embed.width}}\" height=\"{{..\/embed.height}}\"&gt;\n {{\/isEmbed}}\n {{^isEmbed}}\n &lt;img class=\"lb-img {{#isVideo}}lb-video-thumbnail{{\/isVideo}}\" src=\"{{imgSrc}}\" alt=\"{{imgTitle}}\" style=\"max-height: {{viewportHeight}}px; {{#isVideo}}max-width: 100%;{{\/isVideo}}\"&gt;&lt;\/img&gt;\n {{#isVideo}}\n &lt;div id=\"lb-video-container\" class=\"lb-video-container hidden\"&gt;&lt;\/div&gt;\n &lt;span class=\"lb-video-cta icon-white-play\"&gt;&lt;\/span&gt;\n {{\/isVideo}}\n {{\/isEmbed}}\n {{\/isTumblrVideo}}\n &lt;div class=\"lb-img-holder\"&gt;&lt;\/div&gt;\n&lt;\/li&gt;\n"
+ },
+ "coverPhotoURL": "https:\/\/s1.yimg.com\/bt\/api\/res\/1.2\/s3u6wLv_5ZUxAoedmTam2Q--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9MjY2LjY2NjY2NjY2NjY3O3B4b2ZmPTUwO3B5b2ZmPTA7cT03NTt3PTQwMA--\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975"
+ };
+ });
+ Y.later(10, this, function() {
+ var defaultConfig = {
+ config: {
+ modId: 'mediacontentstory',
+ enableCacheControl: 1,
+ enableInfiniteScroll: 0 || 0,
+ enableMuteCommenter: 1,
+ enableViewOthers: 1,
+ enableCommentLightbox: 0,
+ enableCollapsedComment: 1 || 0,
+ spaceid: '1197056126',
+ location: 'body',
+ mobileLoginUrl: 'https://www.yahoo.com',
+ desktopLoginUrl: 'https://www.yahoo.com',
+ deeplinkId: '',
+ cache: '',
+ initialCommentsCount: 10,
+ XHR: {
+ 'GET_COMMENTS': '/_xhr/contentcomments/get_comments/',
+ 'GET_ALL': '/_xhr/contentcomments/get_all/',
+ 'GET_REPLIES': '/_xhr/contentcomments/get_replies/',
+ 'GET_CONTEXT': '/_xhr/contentcomments/get_context/',
+ 'REPORT_ABUSE': '/_xhr/contentcomments/report_abuse/',
+ 'MUTE_USER': '/_xhr/contentcomments/mute_user/',
+ 'RATE_COMMENTS': '/_xhr/contentcomments/rating/',
+ 'POST_COMMENTS': '/_xhr/contentcomments/post_comment_v2/',
+ 'POST_REPLIES': '/_xhr/contentcomments/post_reply/',
+ 'GET_DEEPLINK': '/_xhr/contentcomments/get_deeplink/',
+ 'GET_USER_COMMENTS': '/_xhr/contentcomments/get_user_comments/',
+ 'DELETE_COMMENT': '/_xhr/contentcomments/delete_comment/',
+ 'DELETE_REPLY': '/_xhr/contentcomments/delete_reply/'
+ },
+ strings: {
+ 'errorGeneric': 'Sorry, we are having trouble connecting right now. Please try again.',
+ 'collapseReplies': 'Collapse Replies',
+ 'errorAlreadyRated': 'You have already rated',
+ 'errorCommentEmpty': 'Please type a comment above.',
+ 'errorCommentTooLong': 'Comments are limited to 30000 characters. Please remove %N characters to post your comment.',
+ 'errorCommentRevalidate': '',
+ 'errorReplyEmpty': 'Please type a reply above.',
+ 'errorReplyTooLong': 'Comments are limited to 30000 characters. Please remove %N characters to post your reply.',
+ 'errorReplyRevalidate': '',
+ 'errorReportOtherEmpty': 'Please enter a reason for this abuse report.',
+ 'errorReportSelectViolation': 'Please select the type of violation above.',
+ 'errorReportRevalidate': '',
+ 'msg_report': "Thank you for reporting abuse.",
+ 'post_reply': 'Post Reply',
+ 'reply': 'Reply',
+ 'beTheFirst': 'Be the first to post a comment',
+ 'commentRemoved': 'Comment removed',
+ 'replyRemoved': 'Reply removed',
+ 'offensiveNoReasonMsg': 'You have reported this comment as offensive.',
+ 'offensiveReasonMsg': "A customer care agent will assess your feedback.",
+ 'allComments': 'All Comments',
+ 'myComments': 'My Comments',
+ 'usersComments': "%N's Comments",
+ 'areYouSure': 'Are you sure?',
+ 'yes': 'Yes',
+ 'no': 'No',
+ 'feature': 'Feature',
+ 'unfeature': 'Unfeature',
+ 'featured': 'Featured'
+ },
+ contentMetadata: {
+ 'title': "Veteran Wraps Baby in American Flag, Photo Sparks Controversy - Yahoo"
+ },
+ infinite: {
+ 'yOffset': '900',
+ 'timerDelay': 300
+ }
+ },
+ chrome: Y.Media.pageChrome
+ };
+ Y.Media.pageContentCommentsDefaultConfig = defaultConfig;
+ if (!Y.Media.lbData) {
+
+ }
+ });
+ Y.later(10, this, function() {
+ new Y.Media.ContentVideo({
+ config: {
+ modId: 'mediacontentstory',
+ playlist: [{
+ "player_type": "yep",
+ "video_config": {
+ "autoplay": true,
+ "continuousPlay": true,
+ "mute": false,
+ "volume": "0.90",
+ "lang": "en-US",
+ "site": "gma",
+ "region": "US",
+ "jurisdiction": "US",
+ "YVAP": {
+ "accountId": "145",
+ "playContext": null
+ },
+ "pageSpaceId": "1197056126",
+ "comscoreC4": "News",
+ "comscoreC6": "gma",
+ "showEmbedCode": true,
+ "showShareUrl": true,
+ "expBucket": "",
+ "expName": "grandslam",
+ "expType": "lead_vp",
+ "apiEnv": "prod",
+ "CMS": {
+ "env": "prod",
+ "suppressAdContext": true
+ },
+ "playlist": [{
+ "id": "8ea6cae9-52c8-3c54-9b51-a4111390fd49",
+ "title": "Photo of Baby Wrapped in US Flag Seen as Unpatriotic",
+ "embedCode": "",
+ "shareUrl": "https:\/\/gma.yahoo.com\/video\/photo-baby-wrapped-us-flag-122124162.html",
+ "licenseId": "a077000000HNMFwAAP",
+ "duration": "140",
+ "images": {
+ "large": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/fc29k.mZesoPfKOg8jkx7g--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NzIwO3E9NzU7dz0xMjgw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975",
+ "medium": "https:\/\/s1.yimg.com\/bt\/api\/res\/1.2\/GBNamw_IyQA3hvBPyxUR2w--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9MjIwO3E9NzU7dz0yMzA-\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975"
+ },
+ "description": "Critics say the photo of little Landon wrapped in a flag is disrespectful to Old Glory.",
+ "embeddable": false
+ }]
+ },
+ "id": "8ea6cae9-52c8-3c54-9b51-a4111390fd49",
+ "title": "Photo of Baby Wrapped in US Flag Seen as Unpatriotic",
+ "embedCode": "",
+ "shareUrl": "https:\/\/gma.yahoo.com\/video\/photo-baby-wrapped-us-flag-122124162.html",
+ "licenseId": "a077000000HNMFwAAP",
+ "duration": "140",
+ "images": {
+ "large": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/fc29k.mZesoPfKOg8jkx7g--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NzIwO3E9NzU7dz0xMjgw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975",
+ "medium": "https:\/\/s1.yimg.com\/bt\/api\/res\/1.2\/GBNamw_IyQA3hvBPyxUR2w--\/YXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9MjIwO3E9NzU7dz0yMzA-\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975"
+ },
+ "description": "Critics say the photo of little Landon wrapped in a flag is disrespectful to Old Glory.",
+ "embedable": true,
+ "inline_js_url": "https:\/\/s1.yimg.com\/os\/mit\/media\/m\/videos\/yepcainlineplayer-min-5fa7b8e.js",
+ "js_url": "https:\/\/yep.video.yahoo.com\/js\/3\/videoplayer-min.js?lang=en-US"
+ }]
+ },
+ chrome: Y.Media.pageChrome
+ });
+ });
+ Y.later(10, this, function() {
+ var mediacontentstory_share_btn_int = new Y.Media.ContentShareButtonsInt({
+ "modId": "mediacontentstory",
+ "container": "#mediacontentstory",
+ "btns": ["tumblr", "facebook", "twitter", "whatsapp", "mail"],
+ "overlayBlob": "",
+ "device": "full"
+ });
+ if (Y & amp; & amp; Y.Media) {
+ Y.Media.mediacontentstory_share_btn_int = mediacontentstory_share_btn_int;
+ }
+ Y.Media.shareButtonsInt = new Y.Media.ContentShareButtonsInt({
+ "modId": "mediacontentstory",
+ "isForBeacon": "1"
+ });
+ });
+ Y.later(10, this, function() {
+ Y.Media.shareButtons = new Y.Media.ContentShareButtons({
+ "modNode": "#mediacontentsharebuttons.yom-share-btns-container",
+ "switches": {
+ "cmt": false,
+ "rumble": false,
+ "shortenLink": false,
+ "featureStory": false,
+ "hideRumble": false
+ },
+ "loginStat": {
+ "yahoo": 0
+ },
+ "data": {
+ "mtfRedirUrl": "http%3A%2F%2Fgma.yahoo.com%2F_xhr%2Fmediacontentsharebuttons%2Fpostshare%2F%3Fsrc%3Dmail"
+ },
+ "pageData": {
+ "crumb": "",
+ "title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "summary": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "thumbnail": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "type": "article",
+ "locale": "US",
+ "prop": "gma",
+ "content_id": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "ult__S": "1197056126",
+ "ult_ct": "a",
+ "ult_pkg": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "ult_test": "",
+ "ult_csrcpvid": "F36jJTEwNi5pgDceruQKbQDcMTE4LlhRDGP_wMhI",
+ "ult_sec": "mod-sh-mail",
+ "ult_slk": "mail",
+ "ult_mpos": 1,
+ "ult_lang": "en-US",
+ "ult_act": "mail",
+ "ult_pstaid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c"
+ },
+ "contentMetaData": {
+ "id": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "url_orig": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "title_orig": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "summary": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "type": "story"
+ },
+ "config": {
+ "site": "gma",
+ "lang": "en-US",
+ "region": "US",
+ "scrumb": ""
+ }
+ });
+ });
+ Y.later(10, this, function() {
+ var mediacontentsharebuttons_share_btn_int = new Y.Media.ContentShareButtonsInt({
+ "modId": "mediacontentsharebuttons",
+ "container": "#mediacontentsharebuttons",
+ "btns": ["tumblr", "facebook", "twitter", "whatsapp", "mail"],
+ "overlayBlob": "",
+ "device": "full"
+ });
+ if (Y & amp; & amp; Y.Media) {
+ Y.Media.mediacontentsharebuttons_share_btn_int = mediacontentsharebuttons_share_btn_int;
+ }
+ Y.Media.shareButtonsInt = new Y.Media.ContentShareButtonsInt({
+ "modId": "mediacontentsharebuttons",
+ "isForBeacon": "1"
+ });;
+ });
+
+ });
+
+ YUI.Env.add(window, "load", function() {
+ YMedia.use("media-rmp", "media-trfsm", "base", "jsonp", "media-i13n", "media-dwell-time", "node", "event", "json-stringify", "node-event-html5", "media-event-queue", "media-ywa-tracking", "node-base", "event-base", "media-content-follow-property", "media-content-social-base", "media-content-navigation-desktop", "node-event-delegate", "overlay", "stencil-tooltip", "media-content-common", "event-tap", "event-custom", "node-core", "node-data", "node-screen", "json-parse", "media-video-embed-player", "media-action-bar", "attribute-core", "cookie", "querystring-parse", "io-base", "media-preview-default", "media-footer", "json", "querystring", "media-content-share-buttons-int", "media-share-buttons-builder", function(Y) {
+
+ Y.later(10, this, function() {
+ Y.Array.each(YMedia.includes, function(inc, i, ar) {
+ if (Y.Lang.isFunction(inc)) {
+ inc(Y);
+ ar[i] = null;
+ }
+ });
+ });
+ Y.later(10, this, function() {
+ Y.Global.Media.ILBoot.initImageLoader(true);
+ });
+ Y.later(10, this, function() {
+ (function() {
+ var configUrl = 'https://s.yimg.com/os/assets/globalmedia/traffic/traffic-simulation.js',
+ simulator = new Y.Media.TrafficSimulator({
+ 'dataUrl': configUrl
+ });
+ simulator.load();
+ })();
+ });
+ Y.later(10, this, function() {
+ try {
+ YMEDIA_REQ_ATTR.csbeacon();
+ } catch (e) {}
+ });
+ Y.later(10, this, function() {
+ new Y.Media.MediaContentFollowProperty({
+ "item_facebook": {
+ "article:publisher": "https:\/\/www.facebook.com\/GoodMorningAmerica",
+ "fb:app_id": "90376669494",
+ "fb:page_id": "",
+ "og:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "og:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "og:site_name": "Yahoo",
+ "og:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "og:type": "article",
+ "og:url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "twitter:card": "summary_large_image",
+ "twitter:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "twitter:dnt": "on",
+ "twitter:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:image:src": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:site": "@GMA",
+ "twitter:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "follow_url": "www.facebook.com",
+ "follow_site": "facebook",
+ "follow_id": "GoodMorningAmerica",
+ "follow_title": "on Facebook",
+ "lang": "en_US",
+ "trackingIcon": "data-ylk= t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:icn;cpos:1;_p:1;itc:0;tar:www.facebook.com;test:;act:click;rspns:nav;slk:btn-sh-fb;elmt:sh-fb;",
+ "tracking": "data-ylk= t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:itm;cpos:1;_p:1;itc:0;tar:www.facebook.com;test:;act:click;rspns:nav;slk:btn-sh-fb;elmt:sh-fb;",
+ "outcome": "sh",
+ "rel": "publisher",
+ "gicon": "&amp;#xe000;",
+ "is_tumblr": ""
+ },
+ "item_twitter": {
+ "article:publisher": "https:\/\/www.facebook.com\/GoodMorningAmerica",
+ "fb:app_id": "90376669494",
+ "fb:page_id": "",
+ "og:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "og:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "og:site_name": "Yahoo",
+ "og:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "og:type": "article",
+ "og:url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "twitter:card": "summary_large_image",
+ "twitter:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "twitter:dnt": "on",
+ "twitter:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:image:src": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:site": "@GMA",
+ "twitter:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "follow_url": "twitter.com",
+ "follow_site": "twitter",
+ "follow_id": "GMA",
+ "follow_title": "on Twitter",
+ "lang": "en_US",
+ "trackingIcon": "data-ylk= t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:icn;cpos:1;_p:2;itc:0;tar:twitter.com;test:;act:click;rspns:nav;slk:btn-sh-tw;elmt:sh-tw;",
+ "tracking": "data-ylk= t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:itm;cpos:1;_p:2;itc:0;tar:twitter.com;test:;act:click;rspns:nav;slk:btn-sh-tw;elmt:sh-tw;",
+ "outcome": "sh",
+ "rel": "publisher",
+ "gicon": "&amp;#xe001;",
+ "is_tumblr": ""
+ },
+ "item_tumblr": {
+ "article:publisher": "https:\/\/www.facebook.com\/GoodMorningAmerica",
+ "fb:app_id": "90376669494",
+ "fb:page_id": "",
+ "og:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "og:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "og:site_name": "Yahoo",
+ "og:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "og:type": "article",
+ "og:url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "twitter:card": "summary_large_image",
+ "twitter:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "twitter:dnt": "on",
+ "twitter:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:image:src": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:site": "@GMA",
+ "twitter:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "follow_url": "tumblr.com",
+ "follow_site": "tumblr",
+ "follow_id": "goodmorningamerica",
+ "follow_title": "on Tumblr",
+ "lang": "en_US",
+ "trackingIcon": "data-ylk= t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:icn;cpos:1;_p:3;itc:0;tar:goodmorningamerica.tumblr.com;test:;act:click;rspns:nav;slk:btn-sh-tu;elmt:sh-tu;",
+ "tracking": "data-ylk= t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:itm;cpos:1;_p:3;itc:0;tar:goodmorningamerica.tumblr.com;test:;act:click;rspns:nav;slk:btn-sh-tu;elmt:sh-tu;",
+ "outcome": "sh",
+ "rel": "publisher",
+ "gicon": "&amp;#xe071;",
+ "is_tumblr": "1"
+ },
+ "item_gplus": {
+ "article:publisher": "https:\/\/www.facebook.com\/GoodMorningAmerica",
+ "fb:app_id": "90376669494",
+ "fb:page_id": "",
+ "og:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "og:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "og:site_name": "Yahoo",
+ "og:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "og:type": "article",
+ "og:url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "twitter:card": "summary_large_image",
+ "twitter:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "twitter:dnt": "on",
+ "twitter:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:image:src": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:site": "@GMA",
+ "twitter:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "follow_url": "plus.google.com",
+ "follow_site": "gplus",
+ "follow_id": "+GMA",
+ "follow_title": "on Google+",
+ "lang": "en_US",
+ "trackingIcon": "data-ylk= t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:icn;cpos:1;_p:4;itc:0;tar:plus.google.com;test:;act:click;rspns:nav;slk:btn-sh-gp;elmt:sh-gp;",
+ "tracking": "data-ylk= t1:a4;t2:sh-fwm;t3:tp;sec:sh-fwm;elm:itm;cpos:1;_p:4;itc:0;tar:plus.google.com;test:;act:click;rspns:nav;slk:btn-sh-gp;elmt:sh-gp;",
+ "outcome": "sh",
+ "rel": "publisher",
+ "gicon": "&amp;#xe07e;",
+ "is_tumblr": ""
+ },
+ "mod_id": "mediacontentfollowproperty_3",
+ "mixer": {
+ "site": "gma",
+ "region": "US",
+ "lang": "en-US",
+ "scrumb": "",
+ "content_id": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "title_orig": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy - Yahoo",
+ "url_orig": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html"
+ }
+ });
+ });
+ Y.later(10, this, function() {
+ var vpl = Y.Object.getValue(Y, ['Global', 'Media', 'ViewportLoader']);
+ if (vpl) {
+ vpl.loadModules();
+ }
+ });
+ Y.later(10, this, function() {
+ new Y.Media.ContentNavigation({
+ config: {
+ modId: 'mediacontentnavigation',
+ disableSubnavOverlay: 0,
+ rapidTimer: 748,
+ enableStencilNav: 0
+ },
+ chrome: Y.Media.pageChrome
+ });
+ });
+ Y.later(10, this, function() {
+ Y.Media.pageContentCommon = new Y.Media.ContentCommon({
+ config: {
+ metadata: {
+ "title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "attribution": "Good Morning America",
+ "uuid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot."
+ },
+ modId: 'mediacontentstory'
+ },
+ chrome: Y.Media.pageChrome
+ });
+ });
+ Y.later(10, this, function() {
+ new Y.Media.ActionBar({
+ 'modId': 'mediacontentstory',
+ 'text': {
+ saveUnselected: 'Save',
+ saveSelected: 'Saved',
+ likeUnselected: 'Like',
+ likeSelected: 'Liked',
+ dislikeUnselected: 'Dislike',
+ dislikeSelected: 'Disliked',
+ topicShowMore: "Got it. We'll show you more stories like this.&lt;br /&gt;Tell us more about what you like:",
+ topicShowLess: "Got it, We'll show you fewer stories like this.&lt;br /&gt;Tell us more about what you dislike:",
+ undo: 'Undo',
+ signin: {
+ like: "Sign-in and we'll show you more like this in the future.",
+ dislike: "Sign-in and we'll show you less like this in the future.",
+ save: "Sign-in to save this story to read later."
+ }
+ },
+ 'yahooSignInUrl': 'https://login.yahoo.com/config/login?.src=yn&amp;.intl=US&amp;.lang=en-US&amp;.done=',
+ 'enableTopicBar': 1,
+ 'actionbarDrawerPtn': 'https://s.yimg.com/os/mit/media/m/content/images/actionbar_drawer_ptn-b49899b.png',
+ 'contentType': 'story',
+ 'sig': '5b5682d7d70301809cf73f10d3587ee49a1bc888'
+ });
+ });
+ Y.later(10, this, function() {
+ new Y.Media.ContentPreview({
+ "no_preview_text": "No Preview Available",
+ "video_preview_audio": "",
+ "mod_id": "mediacontentgenericlistings",
+ "video_preview_loading_icon": "https:\/\/s.yimg.com\/os\/mit\/media\/m\/content_index\/images\/purple_loader-d46f515.png"
+ });
+ });
+ Y.later(10, this, function() {
+ new Y.Media.ContentPreview({
+ "no_preview_text": "No Preview Available",
+ "video_preview_audio": "",
+ "mod_id": "mediacontentgenericlistings_2",
+ "video_preview_loading_icon": "https:\/\/s.yimg.com\/os\/mit\/media\/m\/content_index\/images\/purple_loader-d46f515.png"
+ });
+ });
+ Y.later(10, this, function() {
+ new Y.Media.MediaContentFollowProperty({
+ "item_facebook": {
+ "article:publisher": "https:\/\/www.facebook.com\/GoodMorningAmerica",
+ "fb:app_id": "90376669494",
+ "fb:page_id": "",
+ "og:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "og:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "og:site_name": "Yahoo",
+ "og:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "og:type": "article",
+ "og:url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "twitter:card": "summary_large_image",
+ "twitter:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "twitter:dnt": "on",
+ "twitter:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:image:src": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:site": "@GMA",
+ "twitter:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "follow_url": "www.facebook.com",
+ "follow_site": "facebook",
+ "follow_id": "GoodMorningAmerica",
+ "follow_title": "on Facebook",
+ "lang": "en_US",
+ "trackingIcon": "data-ylk= t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:icn;cpos:1;_p:1;itc:0;tar:www.facebook.com;test:;act:click;rspns:nav;slk:btn-sh-fb;elmt:sh-fb;",
+ "tracking": "data-ylk= t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:itm;cpos:1;_p:1;itc:0;tar:www.facebook.com;test:;act:click;rspns:nav;slk:btn-sh-fb;elmt:sh-fb;",
+ "outcome": "sh",
+ "rel": "publisher",
+ "gicon": "&amp;#xe000;",
+ "is_tumblr": ""
+ },
+ "item_twitter": {
+ "article:publisher": "https:\/\/www.facebook.com\/GoodMorningAmerica",
+ "fb:app_id": "90376669494",
+ "fb:page_id": "",
+ "og:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "og:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "og:site_name": "Yahoo",
+ "og:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "og:type": "article",
+ "og:url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "twitter:card": "summary_large_image",
+ "twitter:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "twitter:dnt": "on",
+ "twitter:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:image:src": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:site": "@GMA",
+ "twitter:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "follow_url": "twitter.com",
+ "follow_site": "twitter",
+ "follow_id": "GMA",
+ "follow_title": "on Twitter",
+ "lang": "en_US",
+ "trackingIcon": "data-ylk= t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:icn;cpos:1;_p:2;itc:0;tar:twitter.com;test:;act:click;rspns:nav;slk:btn-sh-tw;elmt:sh-tw;",
+ "tracking": "data-ylk= t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:itm;cpos:1;_p:2;itc:0;tar:twitter.com;test:;act:click;rspns:nav;slk:btn-sh-tw;elmt:sh-tw;",
+ "outcome": "sh",
+ "rel": "publisher",
+ "gicon": "&amp;#xe001;",
+ "is_tumblr": ""
+ },
+ "item_tumblr": {
+ "article:publisher": "https:\/\/www.facebook.com\/GoodMorningAmerica",
+ "fb:app_id": "90376669494",
+ "fb:page_id": "",
+ "og:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "og:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "og:site_name": "Yahoo",
+ "og:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "og:type": "article",
+ "og:url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "twitter:card": "summary_large_image",
+ "twitter:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "twitter:dnt": "on",
+ "twitter:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:image:src": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:site": "@GMA",
+ "twitter:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "follow_url": "tumblr.com",
+ "follow_site": "tumblr",
+ "follow_id": "goodmorningamerica",
+ "follow_title": "on Tumblr",
+ "lang": "en_US",
+ "trackingIcon": "data-ylk= t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:icn;cpos:1;_p:3;itc:0;tar:goodmorningamerica.tumblr.com;test:;act:click;rspns:nav;slk:btn-sh-tu;elmt:sh-tu;",
+ "tracking": "data-ylk= t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:itm;cpos:1;_p:3;itc:0;tar:goodmorningamerica.tumblr.com;test:;act:click;rspns:nav;slk:btn-sh-tu;elmt:sh-tu;",
+ "outcome": "sh",
+ "rel": "publisher",
+ "gicon": "&amp;#xe071;",
+ "is_tumblr": "1"
+ },
+ "item_gplus": {
+ "article:publisher": "https:\/\/www.facebook.com\/GoodMorningAmerica",
+ "fb:app_id": "90376669494",
+ "fb:page_id": "",
+ "og:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "og:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "og:site_name": "Yahoo",
+ "og:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "og:type": "article",
+ "og:url": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html",
+ "twitter:card": "summary_large_image",
+ "twitter:description": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family\u2019s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.",
+ "twitter:dnt": "on",
+ "twitter:image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:image:src": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png",
+ "twitter:site": "@GMA",
+ "twitter:title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy",
+ "follow_url": "plus.google.com",
+ "follow_site": "gplus",
+ "follow_id": "+GMA",
+ "follow_title": "on Google+",
+ "lang": "en_US",
+ "trackingIcon": "data-ylk= t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:icn;cpos:1;_p:4;itc:0;tar:plus.google.com;test:;act:click;rspns:nav;slk:btn-sh-gp;elmt:sh-gp;",
+ "tracking": "data-ylk= t1:a4;t2:sh-fwm;t3:btm;sec:sh-fwm;elm:itm;cpos:1;_p:4;itc:0;tar:plus.google.com;test:;act:click;rspns:nav;slk:btn-sh-gp;elmt:sh-gp;",
+ "outcome": "sh",
+ "rel": "publisher",
+ "gicon": "&amp;#xe07e;",
+ "is_tumblr": ""
+ },
+ "mod_id": "mediacontentfollowproperty_2",
+ "mixer": {
+ "site": "gma",
+ "region": "US",
+ "lang": "en-US",
+ "scrumb": "",
+ "content_id": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "title_orig": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy - Yahoo",
+ "url_orig": "https:\/\/gma.yahoo.com\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html"
+ }
+ });
+ });
+ Y.later(10, this, function() {
+ if (Y.Media.Footer) var footer = Y.Media.Footer(Y, {
+ footerInfoSelector: "#mediafooterinfo",
+ currentDeviceType: "full",
+ projectId: "10001736184279",
+ enableYwaTracking: "1"
+ });
+ });
+ Y.later(10, this, function() {
+ Y.Media.shareButtonsBuilder = new Y.Media.ShareButtonsBuilder({
+ "modId": "",
+ "container": "#",
+ "btns": ["tumblr", "facebook", "twitter", "whatsapp", "gplus", "linkedin", "mail"],
+ "overlayBlob": "",
+ "device": "full",
+ "template": "&lt;div class=\"share-btns-int-container\"&gt;\n &lt;div class=\"share-btns\" role=\"menu\"&gt;\n &lt;ul&gt;&lt;li class=\"share-btn tumblr\"&gt;&lt;a href=\"https:\/\/www.tumblr.com\/share\/photo?clickthru=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3D%26soc_trk%3Dtu&amp;amp;caption=A%20photographer%20and%20Navy%20veteran%20is%20fighting%20back%20after%20a%20photo%20she%20posted%20to%20Facebook%20started%20an%20online%20backlash.%20%20Vanessa%20Hicks%20said%20she%20had%20no%20idea%20her%20photo%20would%20be%20considered%20controversial.%20%20The%20photo%2C%20from%20a%20military%20family%E2%80%99s%20newborn%20photo%20shoot%2C%20showed%20a%20newborn%20infant%20wrapped%20in%20an%20American%20flag%20held%20by%20his%20father%2C%20who%20was%20in%20his%20military%20uniform.%20%20Hicks%2C%20a%20Navy%20veteran%20herself%20and%20the%20wife%20of%20an%20active-duty%20Navy%20member%2C%20said%20her%20intention%20was%20to%20honor%20the%20flag%20as%20well%20as%20her%20clients%2C%20who%20wanted%20to%20incorporate%20their%20military%20service%20in%20the%20photo%20shoot.&amp;amp;source=https%3A%2F%2Fs1.yimg.com%2Fbt%2Fapi%2Fres%2F1.2%2FrJa2c1tWMiTS.uIWeBsS8w--%2FYXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NjAwO3E9NzU7dz02MDA-%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen-US%2Fvideo%2Fvideo.abcnewsplus.com%2F559ecdbafdb839129816b5c79a996975.cf.png\" role=\"link\" title=\"Share on Tumblr\" data-share-key=\"tumblr\" target=\"_blank\"&gt;&lt;span class=\"Icon btn-icon btn-tumblr small\"&gt;&amp;#xe071;&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;&lt;li class=\"share-btn facebook\"&gt;&lt;a href=\"https:\/\/www.facebook.com\/dialog\/feed?app_id=90376669494&amp;amp;redirect_uri=https%3A%2F%2Fgma.yahoo.com%2F_xhr%2Fmediacontentsharebuttons%2Fpostshare%2F%3Fsrc%3Dfb&amp;amp;link=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3D%26soc_trk%3Dfb&amp;amp;picture=https%3A%2F%2Fs1.yimg.com%2Fbt%2Fapi%2Fres%2F1.2%2FrJa2c1tWMiTS.uIWeBsS8w--%2FYXBwaWQ9eW5ld3NfbGVnbztmaT1maWxsO2g9NjAwO3E9NzU7dz02MDA-%2Fhttp%3A%2F%2Fmedia.zenfs.com%2Fen-US%2Fvideo%2Fvideo.abcnewsplus.com%2F559ecdbafdb839129816b5c79a996975.cf.png&amp;amp;name=Veteran+Wraps+Baby+in+American+Flag%2C+Photo+Sparks+Controversy&amp;amp;description=A+photographer+and+Navy+veteran+is+fighting+back+after+a+photo+she+posted+to+Facebook+started+an+online+backlash.++Vanessa+Hicks+said+she+had+no+idea+her+photo+would+be+considered+controversial.++The+photo%2C+from+a+military+family%E2%80%99s+newborn+photo+shoot%2C+showed+a+newborn+infant+wrapped+in+an+American+flag+held+by+his+father%2C+who+was+in+his+military+uniform.++Hicks%2C+a+Navy+veteran+herself+and+the+wife+of+an+active-duty+Navy+member%2C+said+her+intention+was+to+honor+the+flag+as+well+as+her+clients%2C+who+wanted+to+incorporate+their+military+service+in+the+photo+shoot.&amp;amp;display=popup&amp;amp;show_error=yes\" role=\"link\" title=\"Share on Facebook\" data-share-key=\"facebook\" target=\"_blank\"&gt;&lt;span class=\"Icon btn-icon btn-facebook small\"&gt;&amp;#xe000;&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;&lt;li class=\"share-btn twitter\"&gt;&lt;a href=\"https:\/\/twitter.com\/share?text=Veteran+Wraps+Baby+in+American+Flag%2C+Photo+Sparks+Controversy&amp;amp;url=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3D%26soc_trk%3Dtw&amp;amp;via=GMA\" role=\"link\" title=\"Share on Twitter\" data-share-key=\"twitter\" target=\"_blank\"&gt;&lt;span class=\"Icon btn-icon btn-twitter small\"&gt;&amp;#xe001;&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;&lt;li class=\"share-btn gplus\"&gt;&lt;a href=\"https:\/\/plus.google.com\/share?url=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3D%26soc_trk%3Dgp&amp;amp;hl=en-US\" role=\"link\" title=\"Share on Google+\" data-share-key=\"gplus\" target=\"_blank\"&gt;&lt;span class=\"Icon btn-icon btn-gplus small\"&gt;&amp;#xe07e;&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;&lt;li class=\"share-btn more\"&gt;&lt;a href=\"#\" role=\"menu\" title=\"\" data-share-key=\"more\" &gt;&lt;span class=\"Icon btn-icon btn-more\"&gt;&amp;#x22ef;&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;&lt;\/ul&gt;\n &lt;div class=\"moreBox hidden\"&gt;\n &lt;div class=\"moreBoxPointer\"&gt;&lt;\/div&gt;\n &lt;div class=\"moreBoxPointerSmall\"&gt;&lt;\/div&gt;\n &lt;div class=\"moreBoxInner\"&gt;\n &lt;ul&gt;&lt;li class=\"share-btn linkedin\"&gt;&lt;a href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&amp;amp;url=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3D%26soc_trk%3Dli&amp;amp;title=Veteran+Wraps+Baby+in+American+Flag%2C+Photo+Sparks+Controversy&amp;amp;summary=A+photographer+and+Navy+veteran+is+fighting+back+after+a+photo+she+posted+to+Facebook+started+an+online+backlash.++Vanessa+Hicks+said+she+had+no+idea+her+photo+would+be+considered+controversial.++The+photo%2C+from+a+military+family%E2%80%99s+newborn+photo+shoot%2C+showed+&amp;amp;source=GMA\" role=\"link\" title=\"Share on Linkedin\" data-share-key=\"linkedin\" target=\"_blank\"&gt;&lt;span class=\"Icon btn-icon btn-linkedin small\"&gt;&amp;#xe601;&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;&lt;li class=\"share-btn mail\"&gt;&lt;a href=\"https:\/\/gma.yahoo.com\/_xhr\/mtf_popup\/?url=https%3A%2F%2Fgma.yahoo.com%2Fveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html%3Fsoc_src%3D%26soc_trk%3Dma&amp;amp;site=gma&amp;amp;region=US&amp;amp;lang=en-US&amp;amp;content_id=4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c&amp;amp;alias_id=story%3Dveteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories\" class=\"rapid-noclick-resp\" role=\"link\" title=\"Email to friends\" data-share-key=\"mail\" target=\"_blank\"&gt;&lt;span class=\"Icon btn-icon btn-mail small\"&gt;&amp;#xe07d;&lt;\/span&gt;&lt;\/a&gt;&lt;\/li&gt;&lt;\/ul&gt;\n &lt;\/div&gt;\n &lt;\/div&gt;\n &lt;\/div&gt;\n&lt;\/div&gt;\n",
+ "defaultButtons": "tumblr,facebook,twitter,whatsapp,mail",
+ "shortenLink": false
+ });
+ if (!Y.Media.shareButtonsInt) {
+ Y.Media.shareButtonsInt = new Y.Media.ContentShareButtonsInt({
+ "modId": "social-events",
+ "isForBeacon": "1"
+ });
+ }
+ });
+ Y.later(10, this, function() {
+ Y.Media.Dwell.Time.init({
+ "spaceid": "1197056126",
+ "uuid": "4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c",
+ "pt": "4"
+ });
+ });
+ Y.later(10, this, function() {
+ (function(Y) {
+ var videoEmbedPlayer = new Y.Media.VideoEmbedHandler(Y, Y.Media.pageChrome, {
+ modId: 'mediacontentstory',
+ contentId: '4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c',
+ site: 'gma',
+ lang: 'en-US',
+ region: 'US',
+ spaceid: '1197056126',
+ autoPlay: '0',
+ ybang: false
+ });
+ })(Y);
+ });
+ });
+ });
+ </script>
+
+
+
+ <script>
+ (function(r) {
+ if (!r) {
+ return;
+ }
+
+ if (typeof YMEDIA_REQ_ATTR === 'object' & amp; & amp; typeof YMEDIA_REQ_ATTR.instr === 'object') {
+ r.rapidConfig.keys = r.rapidConfig.keys || {};
+ r.rapidConfig.keys.authfb = YMEDIA_REQ_ATTR.instr.authfb;
+ r.rapidConfig.keys.rid = YMEDIA_REQ_ATTR.instr.request_id;
+ }
+
+ if (typeof r.initRapid === 'function') {
+ r.initRapid();
+ } else if (YAHOO & amp; & amp; YAHOO.i13n & amp; & amp; YAHOO.i13n.Rapid) {
+ // media-rapid-tracking not ready, init Rapid adhoc
+ r.rapidConfig.tracked_mods = typeof r.rapidConfig.tracked_mods === 'object' & amp; & amp;
+ r.rapidConfig.tracked_mods.concat(r.moduleQueue) || r.moduleQueue;
+ r.moduleQueue = [];
+ r.rapidInstance = new YAHOO.i13n.Rapid(r.rapidConfig);
+ YAHOO.i13n.currentSID = typeof r.rapidInstance.getCurrentSID === 'function' ? r.rapidInstance.getCurrentSID() : null;
+ }
+
+ }(YMedia.rapid));
+ </script>
+
+ <div id="yom-ad-SDARLA" class="yom-ad yom-ad-SDARLA" style="visibility: inherit;">
+ <center>
+ <div id="yom-ad-SDARLA-iframe" class="yom-ad">
+ <center>
+ <script type="text/javascript" src="https://s.yimg.com/rq/darla/2-9-9/js/g-r-min.js"></script>
+ <script type="text/x-safeframe-processed" id="processed_fc_2_1481706756748_81" _ver="2-9-9">{ "positions": [ { "html": "&lt;!-- SpaceID=1197056126 loc=ESPON noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;ESPON;1197056126;2--&gt;", "id": "ESPON", "meta": { "y": { "cscHTML": "&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['aKuDDwrwE3g-']='(as$125h74tbe,aid$aKuDDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=ESPON)';\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125h74tbe,aid$aKuDDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=ESPON)\"&gt;&lt;/noscr"+"ipt&gt;", "cscURI": "https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125h74tbe,aid$aKuDDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=ESPON)", "impID": "", "supp_ugc": "0", "placementID": "-1", "creativeID": "-1", "serveTime": "1.4817065964259E+15", "behavior": "non_exp", "adID": "#2", "matchID": "#2", "err": "invalid_space", "facStatus": {}, "hasExternal": 0, "size": "", "bookID": "-1", "serveType": "-1", "slotID": "0", "fdb": "{ \"fdb_url\": \"http:\\/\\/beap-bc.yahoo.com\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\", \"fdb_on\": \"1\", \"fdb_exp\": \"1402544433026\", \"fdb_intl\": \"en-us\" , \"d\" : \"1\" }", "slotData": {"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo"}, "adc": "{\"label\":\"AdChoices\",\"url\":\"https:\\/\\/info.yahoo.com\\/privacy\\/us\\/yahoo\\/relevantads.html\",\"close\":\"Close\",\"closeAd\":\"Close Ad\",\"showAd\":\"Show ad\",\"collapse\":\"Collapse\",\"fdb\":\"I don't like this ad\",\"code\":\"en-us\"}", "is3rd": "0", "userProvidedData": {} } } },{ "html": "&lt;!-- APT Vendor: Right Media, Format: Standard Graphical --&gt;\n&lt;!-- BEGIN STANDARD TAG - 1 x 1 - APT Run-of Yahoo US O&amp;O Redirects - DO NOT MODIFY --&gt;\n&lt;SCR"+"IPT TYPE=\"text/javascr"+"ipt\" SRC=\"https://na.ads.yahoo.com/yax/banner?ve=1&amp;tt=1&amp;si=125022551&amp;asz=1x1&amp;u=http://gma.yahoo.com/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html&amp;gdAdId=fgyEDwrwE3g-&amp;gdUuid=Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo&amp;gdSt=1481706596425881&amp;publisher_blob=lmsid:a0ad0000008A5ApAAK;revsp:us.abcnews.gma.com;lpstaid:4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c|Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo|1197056126|FSRVY|1481706596.643748|2-9-9:ysd:1&amp;pub_redirect=https://beap-bc.yahoo.com/yc/YnY9MS4wLjAmYnM9KDE3anFlazAxNShnaWQkU2I3SHFERXdOaTdGSDd2YVdGRU1Zd0ZUTVRFNExsaFJER1RfbmV1byxzdCQxNDgxNzA2NTk2NDI1ODgxLHNpJDQ0NjQwNTEsc3AkMTE5NzA1NjEyNixjdCQyNSx5YngkSTV5TUFLZFRLQkpWRjh0UndyanJtdyxsbmckZW4tdXMsY3IkNDUyODE3NzA1MSx2JDIuMCxhaWQkZmd5RUR3cndFM2ctLGJpJDIzMTU5MzIwNTEsbW1lJDk3NTI1MTU4ODY0ODQ0NDE4NTAsciQwLHlvbyQxLGFncCQzNTM3MDA2NTUxLGFwJEZTUlZZKSk/1/*&amp;K=1\"&gt;&lt;/SCR"+"IPT&gt;\n&lt;!-- END TAG --&gt;&lt;scr"+"ipt&gt;var url = \"https://sb.voicefive.com/c2/18904046/rs.js#c1=3&amp;c3=apt-636749551&amp;c4=4528177051&amp;c5=3537006551_gma.yahoo.com|-1&amp;c6=&amp;c10=1&amp;c11=&amp;c13=&amp;c16=yho|cbt&amp;rn=1481706596425881\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\/scr"+"ipt&gt;');}&lt;/scr"+"ipt&gt;&lt;!--QYZ 2315932051,4528177051,;;FSRVY;1197056126;1--&gt;", "id": "FSRVY-0", "meta": { "y": { "cscHTML": "&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['fgyEDwrwE3g-']='(as$13auafkpa,aid$fgyEDwrwE3g-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)';\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13auafkpa,aid$fgyEDwrwE3g-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)\"&gt;&lt;/noscr"+"ipt&gt;", "cscURI": "https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13auafkpa,aid$fgyEDwrwE3g-,bi$2315932051,agp$3537006551,cr$4528177051,ct$25,at$H,eob$gd1_match_id=-1:ypos=FSRVY)", "impID": "fgyEDwrwE3g-", "supp_ugc": "0", "placementID": "3537006551", "creativeID": "4528177051", "serveTime": "1481706596425881", "behavior": "non_exp", "adID": "9752515886484441850", "matchID": "999999.999999.999999.999999", "err": "", "facStatus": {}, "hasExternal": 0, "size": "1x1", "bookID": "2315932051", "serveType": "-1", "slotID": "1", "fdb": "{ \"fdb_url\": \"https:\\\/\\\/beap-bc.yahoo.com\\\/af\\\/sg3?bv=1.0.0&amp;bs=(160p31s53(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,srv$1,si$4464051,ct$25,exp$1481713796425881,adv$26513753608,li$3536867051,cr$4528177051,v$1.0,pbid$20459933223,seid$125022551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\", \"fdb_on\": \"1\", \"fdb_exp\": \"1481713796425\", \"fdb_intl\": \"en-US\" }", "slotData": {"pt":"8","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"-1.000000","ffrac":"1.000000","pcpm":"-1.000000","fc":"false","sdate":"1474408390","edate":"1561953540","bimpr":82733924352.000000,"pimpr":0.000000,"spltp":0.000000,"frp":"false","pvid":"Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo"}, "adc": "{\"label\":\"AdChoices\",\"url\":\"https:\\/\\/info.yahoo.com\\/privacy\\/us\\/yahoo\\/relevantads.html\",\"close\":\"Close\",\"closeAd\":\"Close Ad\",\"showAd\":\"Show ad\",\"collapse\":\"Collapse\",\"fdb\":\"I don't like this ad\",\"code\":\"en-us\"}", "is3rd": "1", "userProvidedData": {} } } },{ "html": "&lt;style type=\"text/css\"&gt;\n.CAN_ad .yadslug {\n position: absolute !important; right: 1px; top:1px; display:inline-block\n!important; z-index : 999;\n color:#999 !important;text-decoration:none;background:#fff\nurl('https://secure.footprint.net/yieldmanager/apex/mediastore/adchoice_1.png') no-repeat 100% 0\n!important;cursor:hand !important;height:12px !important;padding:0px 14px 0px\n1px !important;display:inline-block !important;\n}\n.CAN_ad .yadslug span {display:none !important;}\n.CAN_ad .yadslug:hover {zoom: 1;}\n.CAN_ad .yadslug:hover span {display:inline-block !important;color:#999\n!important;}\n.CAN_ad .yadslug:hover span, .CAN_ad .yadslug:hover {font:11px arial\n!important;}\n&lt;/style&gt; \n&lt;div class=\"CAN_ad\" style=\"display:inline-block;position: relative;\"&gt;\n&lt;a class=\"yadslug\"\nhref=\"http://info.yahoo.com/relevantads/\"\ntarget=\"_blank\"&gt;&lt;span&gt;AdChoices&lt;/span&gt;&lt;/a&gt;&lt;!-- APT Vendor: FreeWheel Media --&gt;\n&lt;!--https://beap-bc.yahoo.com/yc/YnY9MS4wLjAmYnM9KDE3aWpicmdvcShnaWQkU2I3SHFERXdOaTdGSDd2YVdGRU1Zd0ZUTVRFNExsaFJER1RfbmV1byxzdCQxNDgxNzA2NTk2NDI1ODgxLHNpJDQ0NjQwNTEsc3AkMTE5NzA1NjEyNixjdCQyNSx5YngkSTV5TUFLZFRLQkpWRjh0UndyanJtdyxsbmckZW4tdXMsY3IkNDQ5NDczNTA1MSx2JDIuMCxhaWQkbEcyRUR3cndFM2ctLGJpJDIyODEwODYwNTEsbW1lJDk2MTY4NDY0NTk1MzgzMjY1NjAsciQwLHlvbyQxLGFncCQzNDg0ODY5MDUxLGFwJExEUkIpKQ/2/*//--&gt;&lt;scr"+"ipt type=\"text/javascr"+"ipt\" src=\"https://2912a.v.fwmrm.net/ad/g/1?flag=-ptil&amp;nw=168234&amp;csid=1197056126&amp;pvrn=1481706596.643921&amp;resp=ad&amp;prof=168234:ABC_Live_HTTPS_Display;;ptgt=s&amp;envp=&amp;slid=leaderboard&amp;slau=Leaderboard%20728x90&amp;w=728&amp;h=90&amp;cd=728,90\"&gt;&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;iframe src=\"https://2912a.v.fwmrm.net/ad/g/1?flag=-ptil&amp;nw=168234&amp;csid=1197056126&amp;pvrn=1481706596.643921&amp;resp=ad&amp;prof=168234:ABC_Live_HTTPS_Display_iframe;;ptgt=s&amp;envp=&amp;slid=leaderboard&amp;slau=Leaderboard%20728x90&amp;w=728&amp;h=90&amp;cd=728,90\" width=\"728\" height=\"90\" border=\"0\" /&gt;&lt;/noscr"+"ipt&gt;&lt;scr"+"ipt&gt;var url = \"https://sb.voicefive.com/c2/18904046/rs.js#c1=3&amp;c3=apt-630480051&amp;c4=4494735051&amp;c5=3484869051_gma.yahoo.com|-1&amp;c6=&amp;c10=1&amp;c11=&amp;c13=&amp;c16=yho|cbt&amp;rn=1481706596425881\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\/scr"+"ipt&gt;');}&lt;/scr"+"ipt&gt;&lt;!--QYZ 2281086051,4494735051,;;LDRB;1197056126;1--&gt;&lt;/div&gt;", "id": "LDRB", "meta": { "y": { "cscHTML": "&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['lG2EDwrwE3g-']='(as$13agre5uf,aid$lG2EDwrwE3g-,bi$2281086051,agp$3484869051,cr$4494735051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LDRB)';\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13agre5uf,aid$lG2EDwrwE3g-,bi$2281086051,agp$3484869051,cr$4494735051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LDRB)\"&gt;&lt;/noscr"+"ipt&gt;", "cscURI": "https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13agre5uf,aid$lG2EDwrwE3g-,bi$2281086051,agp$3484869051,cr$4494735051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LDRB)", "impID": "lG2EDwrwE3g-", "supp_ugc": "0", "placementID": "3484869051", "creativeID": "4494735051", "serveTime": "1481706596425881", "behavior": "non_exp", "adID": "9616846459538326560", "matchID": "999999.999999.999999.999999", "err": "", "facStatus": {}, "hasExternal": 0, "size": "728x90", "bookID": "2281086051", "serveType": "-1", "slotID": "2", "fdb": "{ \"fdb_url\": \"https:\\\/\\\/beap-bc.yahoo.com\\\/af\\\/sg3?bv=1.0.0&amp;bs=(16jcu4mho(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,srv$1,si$4464051,ct$25,exp$1481713796425881,adv$26429045973,li$3483659051,cr$4494735051,dmn$www.zyrtec.com,v$1.0,pbid$20459933223,seid$125022551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\", \"fdb_on\": \"1\", \"fdb_exp\": \"1481713796425\", \"fdb_intl\": \"en-US\" }", "slotData": {"pt":"1","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"-1.000000","ffrac":"1.000000","pcpm":"-1.000000","fc":"false","ecpm":0.000000,"sdate":"1450211400","edate":"1483246799","bimpr":0.000000,"pimpr":-274020896.000000,"spltp":0.000000,"frp":"false","pvid":"Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo"}, "adc": "{\"label\":\"AdChoices\",\"url\":\"https:\\/\\/info.yahoo.com\\/privacy\\/us\\/yahoo\\/relevantads.html\",\"close\":\"Close\",\"closeAd\":\"Close Ad\",\"showAd\":\"Show ad\",\"collapse\":\"Collapse\",\"fdb\":\"I don't like this ad\",\"code\":\"en-us\"}", "is3rd": "0", "userProvidedData": {} } } },{ "html": "&lt;!-- SpaceID=1197056126 loc=LN2 noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;LN2;1197056126;2--&gt;", "id": "LN2", "meta": { "y": { "cscHTML": "&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['qs6EDwrwE3g-']='(as$125l1k17r,aid$qs6EDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=LN2)';\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125l1k17r,aid$qs6EDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=LN2)\"&gt;&lt;/noscr"+"ipt&gt;", "cscURI": "https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$125l1k17r,aid$qs6EDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=LN2)", "impID": "", "supp_ugc": "0", "placementID": "-1", "creativeID": "-1", "serveTime": "1481706596425881", "behavior": "non_exp", "adID": "#2", "matchID": "#2", "err": "invalid_space", "facStatus": {}, "hasExternal": 0, "size": "", "bookID": "-1", "serveType": "-1", "slotID": "3", "fdb": "{ \"fdb_url\": \"http:\\/\\/beap-bc.yahoo.com\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\", \"fdb_on\": \"1\", \"fdb_exp\": \"1402544433026\", \"fdb_intl\": \"en-us\" , \"d\" : \"1\" }", "slotData": {"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo"}, "adc": "{\"label\":\"AdChoices\",\"url\":\"https:\\/\\/info.yahoo.com\\/privacy\\/us\\/yahoo\\/relevantads.html\",\"close\":\"Close\",\"closeAd\":\"Close Ad\",\"showAd\":\"Show ad\",\"collapse\":\"Collapse\",\"fdb\":\"I don't like this ad\",\"code\":\"en-us\"}", "is3rd": "0", "userProvidedData": {} } } },{ "html": "&lt;style type=\"text/css\"&gt;\n.CAN_ad .yadslug {\n position: absolute !important; right: 1px; top:1px; display:inline-block\n!important; z-index : 999;\n color:#999 !important;text-decoration:none;background:#fff\nurl('https://secure.footprint.net/yieldmanager/apex/mediastore/adchoice_1.png') no-repeat 100% 0\n!important;cursor:hand !important;height:12px !important;padding:0px 14px 0px\n1px !important;display:inline-block !important;\n}\n.CAN_ad .yadslug span {display:none !important;}\n.CAN_ad .yadslug:hover {zoom: 1;}\n.CAN_ad .yadslug:hover span {display:inline-block !important;color:#999\n!important;}\n.CAN_ad .yadslug:hover span, .CAN_ad .yadslug:hover {font:11px arial\n!important;}\n&lt;/style&gt; \n&lt;div class=\"CAN_ad\" style=\"display:inline-block;position: relative;\"&gt;\n&lt;a class=\"yadslug\"\nhref=\"http://info.yahoo.com/relevantads/\"\ntarget=\"_blank\"&gt;&lt;span&gt;AdChoices&lt;/span&gt;&lt;/a&gt;&lt;!-- APT Vendor: FreeWheel Media --&gt;\n&lt;!--https://beap-bc.yahoo.com/yc/YnY9MS4wLjAmYnM9KDE3aTJmdnYzYShnaWQkU2I3SHFERXdOaTdGSDd2YVdGRU1Zd0ZUTVRFNExsaFJER1RfbmV1byxzdCQxNDgxNzA2NTk2NDI1ODgxLHNpJDQ0NjQwNTEsc3AkMTE5NzA1NjEyNixjdCQyNSx5YngkSTV5TUFLZFRLQkpWRjh0UndyanJtdyxsbmckZW4tdXMsY3IkNDQ5MTgxMjA1MSx2JDIuMCxhaWQkd0MuRkR3cndFM2ctLGJpJDIyODEwNzgwNTEsbW1lJDk2MTY4NjE0OTE5MjM4MjcxMDUsciQwLHlvbyQxLGFncCQzNDg0ODY4NTUxLGFwJExSRUMpKQ/2/*//--&gt;&lt;scr"+"ipt type=\"text/javascr"+"ipt\" src=\"https://2912a.v.fwmrm.net/ad/g/1?flag=-ptil&amp;nw=168234&amp;csid=1197056126&amp;pvrn=1481706596.644086&amp;resp=ad&amp;prof=168234:ABC_Live_HTTPS_Display;;ptgt=s&amp;envp=g_js&amp;slid=rectangle&amp;slau=Rectangle%20300x250|Rectangle%20300x600&amp;w=300&amp;h=250\" width=\"300\" height=\"250\"&gt;&lt;/scr"+"ipt&gt;\n&lt;noscr"+"ipt&gt;&lt;iframe src=\"https://2912a.v.fwmrm.net/ad/g/1?nw=168234&amp;csid=1197056126&amp;pvrn=1481706596.644086&amp;resp=ad&amp;prof=168234:ABC_Live_HTTPS_Display_iframe;;ptgt=s&amp;envp=g_iframe&amp;slid=rectangle&amp;slau=Rectangle%20300x250|Rectangle%20300x600&amp;w=300&amp;h=250\" width=\"300\" height=\"250\" /&gt;&lt;/noscr"+"ipt&gt;&lt;scr"+"ipt&gt;var url = \"https://sb.voicefive.com/c2/18904046/rs.js#c1=3&amp;c3=apt-630480051&amp;c4=4491812051&amp;c5=3484868551_gma.yahoo.com|-1&amp;c6=&amp;c10=1&amp;c11=&amp;c13=&amp;c16=yho|cbt&amp;rn=1481706596425881\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\/scr"+"ipt&gt;');}&lt;/scr"+"ipt&gt;&lt;!--QYZ 2281078051,4491812051,;;LREC;1197056126;1--&gt;&lt;/div&gt;", "id": "LREC", "meta": { "y": { "cscHTML": "&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['wC.FDwrwE3g-']='(as$13a7n01mq,aid$wC.FDwrwE3g-,bi$2281078051,agp$3484868551,cr$4491812051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)';\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13a7n01mq,aid$wC.FDwrwE3g-,bi$2281078051,agp$3484868551,cr$4491812051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)\"&gt;&lt;/noscr"+"ipt&gt;", "cscURI": "https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13a7n01mq,aid$wC.FDwrwE3g-,bi$2281078051,agp$3484868551,cr$4491812051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC)", "impID": "wC.FDwrwE3g-", "supp_ugc": "0", "placementID": "3484868551", "creativeID": "4491812051", "serveTime": "1481706596425881", "behavior": "non_exp", "adID": "9616861491923827105", "matchID": "999999.999999.999999.999999", "err": "", "facStatus": {}, "hasExternal": 0, "size": "300x250", "bookID": "2281078051", "serveType": "-1", "slotID": "4", "fdb": "{ \"fdb_url\": \"https:\\\/\\\/beap-bc.yahoo.com\\\/af\\\/sg3?bv=1.0.0&amp;bs=(160t3g6os(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,srv$1,si$4464051,ct$25,exp$1481713796425881,adv$26429045973,li$3483658551,cr$4491812051,v$1.0,pbid$20459933223,seid$125022551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\", \"fdb_on\": \"1\", \"fdb_exp\": \"1481713796425\", \"fdb_intl\": \"en-US\" }", "slotData": {"pt":"1","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"-1.000000","ffrac":"1.000000","pcpm":"-1.000000","fc":"false","ecpm":0.000000,"sdate":"1450211435","edate":"1483246799","bimpr":0.000000,"pimpr":-473546912.000000,"spltp":0.000000,"frp":"false","pvid":"Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo"}, "adc": "{\"label\":\"AdChoices\",\"url\":\"https:\\/\\/info.yahoo.com\\/privacy\\/us\\/yahoo\\/relevantads.html\",\"close\":\"Close\",\"closeAd\":\"Close Ad\",\"showAd\":\"Show ad\",\"collapse\":\"Collapse\",\"fdb\":\"I don't like this ad\",\"code\":\"en-us\"}", "is3rd": "0", "userProvidedData": {} } } },{ "html": "&lt;style type=\"text/css\"&gt;\n.CAN_ad .yadslug {\n position: absolute !important; right: 1px; top:1px; display:inline-block\n!important; z-index : 999;\n color:#999 !important;text-decoration:none;background:#fff\nurl('https://secure.footprint.net/yieldmanager/apex/mediastore/adchoice_1.png') no-repeat 100% 0\n!important;cursor:hand !important;height:12px !important;padding:0px 14px 0px\n1px !important;display:inline-block !important;\n}\n.CAN_ad .yadslug span {display:none !important;}\n.CAN_ad .yadslug:hover {zoom: 1;}\n.CAN_ad .yadslug:hover span {display:inline-block !important;color:#999\n!important;}\n.CAN_ad .yadslug:hover span, .CAN_ad .yadslug:hover {font:11px arial\n!important;}\n&lt;/style&gt; \n&lt;div class=\"CAN_ad\" style=\"display:inline-block;position: relative;\"&gt;\n&lt;a class=\"yadslug\"\nhref=\"http://info.yahoo.com/relevantads/\"\ntarget=\"_blank\"&gt;&lt;span&gt;AdChoices&lt;/span&gt;&lt;/a&gt;&lt;!-- APT Vendor: FreeWheel Media --&gt;\n&lt;!--https://beap-bc.yahoo.com/yc/YnY9MS4wLjAmYnM9KDE3amdwaWdpNShnaWQkU2I3SHFERXdOaTdGSDd2YVdGRU1Zd0ZUTVRFNExsaFJER1RfbmV1byxzdCQxNDgxNzA2NTk2NDI1ODgxLHNpJDQ0NjQwNTEsc3AkMTE5NzA1NjEyNixjdCQyNSx5YngkSTV5TUFLZFRLQkpWRjh0UndyanJtdyxsbmckZW4tdXMsY3IkNDQ2NTI2MTA1MSx2JDIuMCxhaWQkMXBDRkR3cndFM2ctLGJpJDIyODEwODcwNTEsbW1lJDk2MTY4NTUwNDk0NzI4MDc2MjAsciQwLHlvbyQxLGFncCQzNDg0OTk4NTUxLGFwJExSRUMyKSk/1/*//--&gt;&lt;scr"+"ipt type=\"text/javascr"+"ipt\" src=\"https://2912a.v.fwmrm.net/ad/g/1?flag=-ptil&amp;nw=168234&amp;csid=1197056126&amp;pvrn=1481706596.644210&amp;resp=ad&amp;prof=168234:ABC_Live_HTTPS_Display;;ptgt=s&amp;envp=&amp;slid=rectangle2&amp;slau=Rectangle2%20300x250|Rectangle2%20300x600&amp;w=300&amp;h=250&amp;cd=300,250|300,600\"&gt;&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;iframe src=\"https://2912a.v.fwmrm.net/ad/g/1?flag=-ptil&amp;nw=168234&amp;csid=1197056126&amp;pvrn=1481706596.644210&amp;resp=ad&amp;prof=168234:ABC_Live_HTTPS_Display_iframe;;ptgt=s&amp;envp=&amp;slid=rectangle2&amp;slau=Rectangle2%20300x250|Rectangle2%20300x600&amp;w=300&amp;h=250&amp;cd=300,250|300,600\" width=\"300\" height=\"250\" border=\"0\" /&gt;&lt;/noscr"+"ipt&gt;&lt;scr"+"ipt&gt;var url = \"https://sb.voicefive.com/c2/18904046/rs.js#c1=3&amp;c3=apt-630480051&amp;c4=4465261051&amp;c5=3484998551_gma.yahoo.com|-1&amp;c6=&amp;c10=1&amp;c11=&amp;c13=&amp;c16=yho|cbt&amp;rn=1481706596425881\"; if(url &amp;&amp; url.search(\"http\") != -1){document.write('&lt;scr"+"ipt src=\"' + url + '\"&gt;&lt;\\/scr"+"ipt&gt;');}&lt;/scr"+"ipt&gt;&lt;!--QYZ 2281087051,4465261051,;;LREC2;1197056126;1--&gt;&lt;/div&gt;", "id": "LREC2", "meta": { "y": { "cscHTML": "&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['1pCFDwrwE3g-']='(as$13a5k7mbc,aid$1pCFDwrwE3g-,bi$2281087051,agp$3484998551,cr$4465261051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC2)';\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13a5k7mbc,aid$1pCFDwrwE3g-,bi$2281087051,agp$3484998551,cr$4465261051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC2)\"&gt;&lt;/noscr"+"ipt&gt;", "cscURI": "https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$13a5k7mbc,aid$1pCFDwrwE3g-,bi$2281087051,agp$3484998551,cr$4465261051,ct$25,at$H,eob$gd1_match_id=-1:ypos=LREC2)", "impID": "1pCFDwrwE3g-", "supp_ugc": "0", "placementID": "3484998551", "creativeID": "4465261051", "serveTime": "1481706596425881", "behavior": "expIfr_exp", "adID": "9616855049472807620", "matchID": "999999.999999.999999.999999", "err": "", "facStatus": {}, "hasExternal": 0, "size": "300x250", "bookID": "2281087051", "serveType": "-1", "slotID": "5", "fdb": "{ \"fdb_url\": \"https:\\\/\\\/beap-bc.yahoo.com\\\/af\\\/sg3?bv=1.0.0&amp;bs=(1602h96k2(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,srv$1,si$4464051,ct$25,exp$1481713796425881,adv$26429045973,li$3483788551,cr$4465261051,v$1.0,pbid$20459933223,seid$125022551))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\", \"fdb_on\": \"1\", \"fdb_exp\": \"1481713796425\", \"fdb_intl\": \"en-US\" }", "slotData": {"pt":"1","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","adjf":"1.000000","alpha":"-1.000000","ffrac":"1.000000","pcpm":"-1.000000","fc":"false","ecpm":0.000000,"sdate":"1450211421","edate":"1483246799","bimpr":0.000000,"pimpr":-476877856.000000,"spltp":0.000000,"frp":"false","pvid":"Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo"}, "adc": "{\"label\":\"AdChoices\",\"url\":\"https:\\/\\/info.yahoo.com\\/privacy\\/us\\/yahoo\\/relevantads.html\",\"close\":\"Close\",\"closeAd\":\"Close Ad\",\"showAd\":\"Show ad\",\"collapse\":\"Collapse\",\"fdb\":\"I don't like this ad\",\"code\":\"en-us\"}", "is3rd": "0", "userProvidedData": {} } } },{ "html": "&lt;!-- SpaceID=1197056126 loc=MAST noad --&gt;&lt;!-- fac-gd2-noad --&gt;&lt;!-- gd2-status-2 --&gt;&lt;!--QYZ CMS_NONE_AVAIL,,;;MAST;1197056126;2--&gt;", "id": "MAST", "meta": { "y": { "cscHTML": "&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['7PGFDwrwE3g-']='(as$12540n1bt,aid$7PGFDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)';\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$12540n1bt,aid$7PGFDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)\"&gt;&lt;/noscr"+"ipt&gt;", "cscURI": "https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$12540n1bt,aid$7PGFDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=MAST)", "impID": "", "supp_ugc": "0", "placementID": "-1", "creativeID": "-1", "serveTime": "1481706596425881", "behavior": "non_exp", "adID": "#2", "matchID": "#2", "err": "invalid_space", "facStatus": {}, "hasExternal": 0, "size": "", "bookID": "-1", "serveType": "-1", "slotID": "6", "fdb": "{ \"fdb_url\": \"http:\\/\\/beap-bc.yahoo.com\\/af?bv=1.0.0&amp;bs=(15ir45r6b(gid$jmTVQDk4LjHHbFsHU5jMkgKkMTAuNwAAAACljpkK,st$1402537233026922,srv$1,si$13303551,adv$25941429036,ct$25,li$3239250051,exp$1402544433026922,cr$4154984551,pbid$25372728133,v$1.0))&amp;al=(type${type},cmnt${cmnt},subo${subo})&amp;r=10\", \"fdb_on\": \"1\", \"fdb_exp\": \"1402544433026\", \"fdb_intl\": \"en-us\" , \"d\" : \"1\" }", "slotData": {"pt":"0","bamt":"10000000000.000000","namt":"0.000000","isLiveAdPreview":"false","is_ad_feedback":"false","trusted_custom":"false","isCompAds":"false","pvid":"Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo"}, "adc": "{\"label\":\"AdChoices\",\"url\":\"https:\\/\\/info.yahoo.com\\/privacy\\/us\\/yahoo\\/relevantads.html\",\"close\":\"Close\",\"closeAd\":\"Close Ad\",\"showAd\":\"Show ad\",\"collapse\":\"Collapse\",\"fdb\":\"I don't like this ad\",\"code\":\"en-us\"}", "is3rd": "0", "userProvidedData": {} } } } ], "meta": { "y": { "pageEndHTML": "&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_d==null)window.xzq_d=new Object();\nwindow.xzq_d['AlOGDwrwE3g-']='(as$1259eitb0,aid$AlOGDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=WPFP)';\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3&amp;al=(as$1259eitb0,aid$AlOGDwrwE3g-,cr$-1,ct$25,at$H,eob$gd1_match_id=-1:ypos=WPFP)\"&gt;&lt;/noscr"+"ipt&gt;&lt;scr"+"ipt language=javascr"+"ipt&gt;\n(function(){window.xzq_p=function(R){M=R};window.xzq_svr=function(R){J=R};function F(S){var T=document;if(T.xzq_i==null){T.xzq_i=new Array();T.xzq_i.c=0}var R=T.xzq_i;R[++R.c]=new Image();R[R.c].src=S}window.xzq_sr=function(){var S=window;var Y=S.xzq_d;if(Y==null){return }if(J==null){return }var T=J+M;if(T.length&gt;P){C();return }var X=\"\";var U=0;var W=Math.random();var V=(Y.hasOwnProperty!=null);var R;for(R in Y){if(typeof Y[R]==\"string\"){if(V&amp;&amp;!Y.hasOwnProperty(R)){continue}if(T.length+X.length+Y[R].length&lt;=P){X+=Y[R]}else{if(T.length+Y[R].length&gt;P){}else{U++;N(T,X,U,W);X=Y[R]}}}}if(U){U++}N(T,X,U,W);C()};function N(R,U,S,T){if(U.length&gt;0){R+=\"&amp;al=\"}F(R+U+\"&amp;s=\"+S+\"&amp;r=\"+T)}function C(){window.xzq_d=null;M=null;J=null}function K(R){xzq_sr()}function B(R){xzq_sr()}function L(U,V,W){if(W){var R=W.toString();var T=U;var Y=R.match(new RegExp(\"\\\\\\\\(([^\\\\\\\\)]*)\\\\\\\\)\"));Y=(Y[1].length&gt;0?Y[1]:\"e\");T=T.replace(new RegExp(\"\\\\\\\\([^\\\\\\\\)]*\\\\\\\\)\",\"g\"),\"(\"+Y+\")\");if(R.indexOf(T)&lt;0){var X=R.indexOf(\"{\");if(X&gt;0){R=R.substring(X,R.length)}else{return W}R=R.replace(new RegExp(\"([^a-zA-Z0-9$_])this([^a-zA-Z0-9$_])\",\"g\"),\"$1xzq_this$2\");var Z=T+\";var rv = f( \"+Y+\",this);\";var S=\"{var a0 = '\"+Y+\"';var ofb = '\"+escape(R)+\"' ;var f = new Function( a0, 'xzq_this', unescape(ofb));\"+Z+\"return rv;}\";return new Function(Y,S)}else{return W}}return V}window.xzq_eh=function(){if(E||I){this.onload=L(\"xzq_onload(e)\",K,this.onload,0);if(E&amp;&amp;typeof (this.onbeforeunload)!=O){this.onbeforeunload=L(\"xzq_dobeforeunload(e)\",B,this.onbeforeunload,0)}}};window.xzq_s=function(){setTimeout(\"xzq_sr()\",1)};var J=null;var M=null;var Q=navigator.appName;var H=navigator.appVersion;var G=navigator.userAgent;var A=parseInt(H);var D=Q.indexOf(\"Microsoft\");var E=D!=-1&amp;&amp;A&gt;=4;var I=(Q.indexOf(\"Netscape\")!=-1||Q.indexOf(\"Opera\")!=-1)&amp;&amp;A&gt;=4;var O=\"undefined\";var P=2000})();\n&lt;/scr"+"ipt&gt;&lt;scr"+"ipt language=javascr"+"ipt&gt;\nif(window.xzq_svr)xzq_svr('https://beap-bc.yahoo.com/');\nif(window.xzq_p)xzq_p('yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3');\nif(window.xzq_s)xzq_s();\n&lt;/scr"+"ipt&gt;&lt;noscr"+"ipt&gt;&lt;img width=1 height=1 alt=\"\" src=\"https://beap-bc.yahoo.com/yi?bv=1.0.0&amp;bs=(136tejvh0(gid$Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo,st$1481706596425881,si$4464051,sp$1197056126,pv$0,v$2.0))&amp;t=J_3-D_3\"&gt;&lt;/noscr"+"ipt&gt;&lt;scr"+"ipt&gt;(function(c){var d=\"https://\",a=c&amp;&amp;c.JSON,e=\"ypcdb\",g=document,b;function j(n,q,p,o){var m,r;try{m=new Date();m.setTime(m.getTime()+o*1000);g.cookie=[n,\"=\",encodeURIComponent(q),\"; domain=\",p,\"; path=/; max-age=\",o,\"; expires=\",m.toUTCString()].join(\"\")}catch(r){}}function k(m){return function(){i(m)}}function i(n){var m,o;try{m=new Image();m.onerror=m.onload=function(){m.onerror=m.onload=null;m=null};m.src=n}catch(o){}}function f(o){var p=\"\",n,s,r,q;if(o){try{n=o.match(/^https?:\\/\\/([^\\/\\?]*)(yahoo\\.com|yimg\\.com|flickr\\.com|yahoo\\.net|rivals\\.com)(:\\d+)?([\\/\\?]|$)/);if(n&amp;&amp;n[2]){p=n[2]}n=(n&amp;&amp;n[1])||null;s=n?n.length-1:-1;r=n&amp;&amp;s&gt;=0?n[s]:null;if(r&amp;&amp;r!=\".\"&amp;&amp;r!=\"/\"){p=\"\"}}catch(q){p=\"\"}}return p}function l(B,n,q,m,p){var u,s,t,A,r,F,z,E,C,y,o,D,x,v=1000,w=v;try{b=location}catch(z){b=null}try{if(a){C=a.parse(p)}else{y=new Function(\"return \"+p);C=y()}}catch(z){C=null}if(y){y=null}try{s=b.hostname;t=b.protocol;if(t){t+=\"//\"}}catch(z){s=t=\"\"}if(!s){try{A=g.URL||b.href||\"\";r=A.match(/^((http[s]?)\\:[\\/]+)?([^:\\/\\s]+|[\\:\\dabcdef\\.]+)/i);if(r&amp;&amp;r[1]&amp;&amp;r[3]){t=r[1]||\"\";s=r[3]||\"\"}}catch(z){t=s=\"\"}}if(!s||!C||!t||!q){return}A=g.URL||b.href||\"\";E=f(A);if(!E||g.cookie.indexOf(\"ypcdb=\"+n)&gt;-1){return}if(t===d){q=m}u=0;while(F=q[u++]){o=F.lastIndexOf(\"=\");if(o!=-1){D=F.substr(1+o);x=C[D];if(x){setTimeout(k(t+F+x),w);w+=v}}}u=0;while(F=B[u++]){setTimeout(k(t+F),w);w+=v}setTimeout(function(){j(e,n,E,86400)},w)}function h(){l(['ads.yahoo.com/get-user-id?ver=2&amp;s=800000007&amp;type=redirect&amp;ts=1481706596&amp;sig=5c20433f6bf66b7c'],'79e6d8c177586b95ba9618446b71d0f6',['csync.flickr.com/csync?ver=2.1','csync.yahooapis.com/csync?ver=2.1'],['csync.flickr.com/csync?ver=2.1','csync.yahooapis.com/csync?ver=2.1'],'{\"2.1\":\"&amp;id=23351&amp;value=pn7gee9p52333%26o%3d3%26f%3d0v&amp;optout=&amp;timeout=1481706596&amp;sig=11gstq2od\"}')}if(c.addEventListener){c.addEventListener(\"load\",h,false)}else{if(c.attachEvent){c.attachEvent(\"onload\",h)}else{c.onload=h}}})(window);\n&lt;/scr"+"ipt&gt;", "pos_list": [ "ESPON","FSRVY-0","LDRB","LN2","LREC","LREC2","MAST","WPFP" ], "filtered": [ "WPFP" ], "spaceID": "1197056126", "host": "gma.yahoo.com", "lookupTime": "176", "k2_uri": "", "fac_rt": "37611", "serveTime":"1481706596425881", "pvid": "Sb7HqDEwNi7FH7vaWFEMYwFTMTE4LlhRDGT_neuo", "tID": "darla_prefetch_1481706596424_1770017071_1", "npv": "1", "ep": "{\"site-attribute\":\"Keyword_Id=\\\"Flag_of_the_United_States;Photo_shoot\\\" \\\"type\\\"=\\\"story\\\" ctopid=\\\"1878000;1035500;10610989;1996000\\\" ctype=\\\"fn_news;article\\\" lang=\\\"en-US\\\" rs=\\\"lmsid:a0ad0000008A5ApAAK;revsp:us.abcnews.gma.com;lpstaid:4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c\\\" wiki_topics=\\\"Flag_of_the_United_States;Photo_shoot\\\" can_suppress_ugc=\\\"1\\\" FSRVY-0=\\\"1x1\\\" LREC2=\\\"300x250,1x1\\\" LREC=\\\"300x250,1x1\\\" ESPON=\\\"120x30\\\"\",\"ult\":{\"ln\":{\"slk\":\"ads\"}},\"nopageview\":true,\"ref\":\"http:\\/\\/gma.yahoo.com\\/veteran-wraps-baby-american-flag-photo-sparks-controversy-175203890--abc-news-topstories.html\",\"secure\":true,\"filter\":\"no_expandable;exp_iframe_expandable;\",\"darlaID\":\"darla_instance_1481706596424_1300733976_0\"}", "pe": "CWZ1bmN0aW9uIGRwZWQoKSB7IAoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnYUt1RER3cndFM2ctJ109JyhhcyQxMjVoNzR0YmUsYWlkJGFLdUREd3J3RTNnLSxjciQtMSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1FU1BPTiknOwoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnZmd5RUR3cndFM2ctJ109JyhhcyQxM2F1YWZrcGEsYWlkJGZneUVEd3J3RTNnLSxiaSQyMzE1OTMyMDUxLGFncCQzNTM3MDA2NTUxLGNyJDQ1MjgxNzcwNTEsY3QkMjUsYXQkSCxlb2IkZ2QxX21hdGNoX2lkPS0xOnlwb3M9RlNSVlkpJzsKCWlmKHdpbmRvdy54enFfZD09bnVsbCl3aW5kb3cueHpxX2Q9bmV3IE9iamVjdCgpOwp3aW5kb3cueHpxX2RbJ2xHMkVEd3J3RTNnLSddPScoYXMkMTNhZ3JlNXVmLGFpZCRsRzJFRHdyd0UzZy0sYmkkMjI4MTA4NjA1MSxhZ3AkMzQ4NDg2OTA1MSxjciQ0NDk0NzM1MDUxLGN0JDI1LGF0JEgsZW9iJGdkMV9tYXRjaF9pZD0tMTp5cG9zPUxEUkIpJzsKCWlmKHdpbmRvdy54enFfZD09bnVsbCl3aW5kb3cueHpxX2Q9bmV3IE9iamVjdCgpOwp3aW5kb3cueHpxX2RbJ3FzNkVEd3J3RTNnLSddPScoYXMkMTI1bDFrMTdyLGFpZCRxczZFRHdyd0UzZy0sY3IkLTEsY3QkMjUsYXQkSCxlb2IkZ2QxX21hdGNoX2lkPS0xOnlwb3M9TE4yKSc7CglpZih3aW5kb3cueHpxX2Q9PW51bGwpd2luZG93Lnh6cV9kPW5ldyBPYmplY3QoKTsKd2luZG93Lnh6cV9kWyd3Qy5GRHdyd0UzZy0nXT0nKGFzJDEzYTduMDFtcSxhaWQkd0MuRkR3cndFM2ctLGJpJDIyODEwNzgwNTEsYWdwJDM0ODQ4Njg1NTEsY3IkNDQ5MTgxMjA1MSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1MUkVDKSc7CglpZih3aW5kb3cueHpxX2Q9PW51bGwpd2luZG93Lnh6cV9kPW5ldyBPYmplY3QoKTsKd2luZG93Lnh6cV9kWycxcENGRHdyd0UzZy0nXT0nKGFzJDEzYTVrN21iYyxhaWQkMXBDRkR3cndFM2ctLGJpJDIyODEwODcwNTEsYWdwJDM0ODQ5OTg1NTEsY3IkNDQ2NTI2MTA1MSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1MUkVDMiknOwoJaWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnN1BHRkR3cndFM2ctJ109JyhhcyQxMjU0MG4xYnQsYWlkJDdQR0ZEd3J3RTNnLSxjciQtMSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1NQVNUKSc7aWYod2luZG93Lnh6cV9kPT1udWxsKXdpbmRvdy54enFfZD1uZXcgT2JqZWN0KCk7CndpbmRvdy54enFfZFsnQWxPR0R3cndFM2ctJ109JyhhcyQxMjU5ZWl0YjAsYWlkJEFsT0dEd3J3RTNnLSxjciQtMSxjdCQyNSxhdCRILGVvYiRnZDFfbWF0Y2hfaWQ9LTE6eXBvcz1XUEZQKSc7CgkJIH07CmRwZWQudHJhbnNJRCA9ICJkYXJsYV9wcmVmZXRjaF8xNDgxNzA2NTk2NDI0XzE3NzAwMTcwNzFfMSI7CgoJZnVuY3Rpb24gZHBlcigpIHsgCgkKaWYod2luZG93Lnh6cV9zdnIpeHpxX3N2cignaHR0cHM6Ly9iZWFwLWJjLnlhaG9vLmNvbS8nKTsKaWYod2luZG93Lnh6cV9wKXh6cV9wKCd5aT9idj0xLjAuMCZicz0oMTM2dGVqdmgwKGdpZCRTYjdIcURFd05pN0ZIN3ZhV0ZFTVl3RlRNVEU0TGxoUkRHVF9uZXVvLHN0JDE0ODE3MDY1OTY0MjU4ODEsc2kkNDQ2NDA1MSxzcCQxMTk3MDU2MTI2LHB2JDAsdiQyLjApKSZ0PUpfMy1EXzMnKTsKaWYod2luZG93Lnh6cV9zKXh6cV9zKCk7CgoKCShmdW5jdGlvbihjKXt2YXIgZD0iaHR0cHM6Ly8iLGE9YyYmYy5KU09OLGU9InlwY2RiIixnPWRvY3VtZW50LGI7ZnVuY3Rpb24gaihuLHEscCxvKXt2YXIgbSxyO3RyeXttPW5ldyBEYXRlKCk7bS5zZXRUaW1lKG0uZ2V0VGltZSgpK28qMTAwMCk7Zy5jb29raWU9W24sIj0iLGVuY29kZVVSSUNvbXBvbmVudChxKSwiOyBkb21haW49IixwLCI7IHBhdGg9LzsgbWF4LWFnZT0iLG8sIjsgZXhwaXJlcz0iLG0udG9VVENTdHJpbmcoKV0uam9pbigiIil9Y2F0Y2gocil7fX1mdW5jdGlvbiBrKG0pe3JldHVybiBmdW5jdGlvbigpe2kobSl9fWZ1bmN0aW9uIGkobil7dmFyIG0sbzt0cnl7bT1uZXcgSW1hZ2UoKTttLm9uZXJyb3I9bS5vbmxvYWQ9ZnVuY3Rpb24oKXttLm9uZXJyb3I9bS5vbmxvYWQ9bnVsbDttPW51bGx9O20uc3JjPW59Y2F0Y2gobyl7fX1mdW5jdGlvbiBmKG8pe3ZhciBwPSIiLG4scyxyLHE7aWYobyl7dHJ5e249by5tYXRjaCgvXmh0dHBzPzpcL1wvKFteXC9cP10qKSh5YWhvb1wuY29tfHlpbWdcLmNvbXxmbGlja3JcLmNvbXx5YWhvb1wubmV0fHJpdmFsc1wuY29tKSg6XGQrKT8oW1wvXD9dfCQpLyk7aWYobiYmblsyXSl7cD1uWzJdfW49KG4mJm5bMV0pfHxudWxsO3M9bj9uLmxlbmd0aC0xOi0xO3I9biYmcz49MD9uW3NdOm51bGw7aWYociYmciE9Ii4iJiZyIT0iLyIpe3A9IiJ9fWNhdGNoKHEpe3A9IiJ9fXJldHVybiBwfWZ1bmN0aW9uIGwoQixuLHEsbSxwKXt2YXIgdSxzLHQsQSxyLEYseixFLEMseSxvLEQseCx2PTEwMDAsdz12O3RyeXtiPWxvY2F0aW9ufWNhdGNoKHope2I9bnVsbH10cnl7aWYoYSl7Qz1hLnBhcnNlKHApfWVsc2V7eT1uZXcgRnVuY3Rpb24oInJldHVybiAiK3ApO0M9eSgpfX1jYXRjaCh6KXtDPW51bGx9aWYoeSl7eT1udWxsfXRyeXtzPWIuaG9zdG5hbWU7dD1iLnByb3RvY29sO2lmKHQpe3QrPSIvLyJ9fWNhdGNoKHope3M9dD0iIn1pZighcyl7dHJ5e0E9Zy5VUkx8fGIuaHJlZnx8IiI7cj1BLm1hdGNoKC9eKChodHRwW3NdPylcOltcL10rKT8oW146XC9cc10rfFtcOlxkYWJjZGVmXC5dKykvaSk7aWYociYmclsxXSYmclszXSl7dD1yWzFdfHwiIjtzPXJbM118fCIifX1jYXRjaCh6KXt0PXM9IiJ9fWlmKCFzfHwhQ3x8IXR8fCFxKXtyZXR1cm59QT1nLlVSTHx8Yi5ocmVmfHwiIjtFPWYoQSk7aWYoIUV8fGcuY29va2llLmluZGV4T2YoInlwY2RiPSIrbik+LTEpe3JldHVybn1pZih0PT09ZCl7cT1tfXU9MDt3aGlsZShGPXFbdSsrXSl7bz1GLmxhc3RJbmRleE9mKCI9Iik7aWYobyE9LTEpe0Q9Ri5zdWJzdHIoMStvKTt4PUNbRF07aWYoeCl7c2V0VGltZW91dChrKHQrRit4KSx3KTt3Kz12fX19dT0wO3doaWxlKEY9Qlt1KytdKXtzZXRUaW1lb3V0KGsodCtGKSx3KTt3Kz12fXNldFRpbWVvdXQoZnVuY3Rpb24oKXtqKGUsbixFLDg2NDAwKX0sdyl9ZnVuY3Rpb24gaCgpe2woWydhZHMueWFob28uY29tL2dldC11c2VyLWlkP3Zlcj0yJnM9ODAwMDAwMDA3JnR5cGU9cmVkaXJlY3QmdHM9MTQ4MTcwNjU5NiZzaWc9NWMyMDQzM2Y2YmY2NmI3YyddLCc3OWU2ZDhjMTc3NTg2Yjk1YmE5NjE4NDQ2YjcxZDBmNicsWydjc3luYy5mbGlja3IuY29tL2NzeW5jP3Zlcj0yLjEnLCdjc3luYy55YWhvb2FwaXMuY29tL2NzeW5jP3Zlcj0yLjEnXSxbJ2NzeW5jLmZsaWNrci5jb20vY3N5bmM/dmVyPTIuMScsJ2NzeW5jLnlhaG9vYXBpcy5jb20vY3N5bmM/dmVyPTIuMSddLCd7IjIuMSI6IiZpZD0yMzM1MSZ2YWx1ZT1wbjdnZWU5cDUyMzMzJTI2byUzZDMlMjZmJTNkMHYmb3B0b3V0PSZ0aW1lb3V0PTE0ODE3MDY1OTYmc2lnPTExZ3N0cTJvZCJ9Jyl9aWYoYy5hZGRFdmVudExpc3RlbmVyKXtjLmFkZEV2ZW50TGlzdGVuZXIoImxvYWQiLGgsZmFsc2UpfWVsc2V7aWYoYy5hdHRhY2hFdmVudCl7Yy5hdHRhY2hFdmVudCgib25sb2FkIixoKX1lbHNle2Mub25sb2FkPWh9fX0pKHdpbmRvdyk7CgoKCQogfTsKZHBlci50cmFuc0lEID0iZGFybGFfcHJlZmV0Y2hfMTQ4MTcwNjU5NjQyNF8xNzcwMDE3MDcxXzEiOwoK",
+ "pym": "" } } } </script>
+ </center>
+ </div>
+ </center>
+ </div>
+ <div id="yom-ad-SDARLAEXTRA" class="yom-ad yom-ad-SDARLAEXTRA" style="visibility: inherit;">
+ <center>
+ <div id="yom-ad-SDARLAEXTRA-iframe" class="yom-ad">
+ <center>
+ <script type="text/javascript">
+ DARLA_CONFIG = {
+ "useYAC": 0,
+ "usePE": 0,
+ "servicePath": "https:\/\/gma.yahoo.com\/__darla\/php\/fc.php",
+ "xservicePath": "",
+ "beaconPath": "https:\/\/gma.yahoo.com\/__darla\/php\/b.php",
+ "renderPath": "",
+ "allowFiF": false,
+ "srenderPath": "https:\/\/s.yimg.com\/rq\/darla\/2-9-9\/html\/r-sf.html",
+ "renderFile": "https:\/\/s.yimg.com\/rq\/darla\/2-9-9\/html\/r-sf.html",
+ "sfbrenderPath": "https:\/\/s.yimg.com\/rq\/darla\/2-9-9\/html\/r-sf.html",
+ "msgPath": "https:\/\/gma.yahoo.com\/__darla\/2-9-9\/html\/msg.html",
+ "cscPath": "https:\/\/s.yimg.com\/rq\/darla\/2-9-9\/html\/r-csc.html",
+ "root": "__darla",
+ "edgeRoot": "http:\/\/l.yimg.com\/rq\/darla\/2-9-9",
+ "sedgeRoot": "https:\/\/s.yimg.com\/rq\/darla\/2-9-9",
+ "version": "2-9-9",
+ "tpbURI": "",
+ "hostFile": "https:\/\/s.yimg.com\/rq\/darla\/2-9-9\/js\/g-r-min.js",
+ "fdb_locale": "What don't you like about this ad?|It's offensive|Something else|Thank you for helping us improve your Yahoo experience|It's not relevant|It's distracting|I don't like this ad|Send|Done|Why do I see ads?|Learn more about your feedback.",
+ "positions": {
+ "ESPON": [],
+ "FSRVY-0": {
+ "w": 1,
+ "h": 1
+ },
+ "LDRB": {
+ "w": 728,
+ "h": 90
+ },
+ "LN2": [],
+ "LREC": {
+ "w": 300,
+ "h": 250
+ },
+ "LREC2": {
+ "w": 300,
+ "h": 250
+ },
+ "MAST": [],
+ "WPFP": []
+ },
+ "lang": "en-US"
+ };
+ DARLA_CONFIG.servicePath = DARLA_CONFIG.servicePath.replace(/\:8033/g, "");
+ DARLA_CONFIG.msgPath = DARLA_CONFIG.msgPath.replace(/\:8033/g, "");
+ DARLA_CONFIG.k2E2ERate = 2;
+ DARLA_CONFIG.positions = {
+ "ESPON": {
+ "w": "120",
+ "h": "30",
+ "dest": "yom-ad-ESPON-iframe",
+ "fr": "expIfr_exp",
+ "pos": "ESPON",
+ "id": "ESPON",
+ "clean": "yom-ad-ESPON",
+ "rmxp": 0
+ },
+ "LREC": {
+ "w": "300",
+ "h": "250",
+ "dest": "yom-ad-LREC-iframe",
+ "fr": "expIfr_exp",
+ "pos": "LREC",
+ "id": "LREC",
+ "clean": "yom-ad-LREC",
+ "rmxp": 0,
+ "metaSize": true,
+ "supports": {
+ "exp-ovr": 1,
+ "lyr": 1
+ }
+ },
+ "LREC-1": {
+ "w": "300",
+ "h": "250",
+ "dest": "yom-ad-LREC-iframe-lb",
+ "fr": "expIfr_exp",
+ "pos": "LREC",
+ "id": "LREC-1",
+ "clean": "yom-ad-LREC-lb",
+ "rmxp": 0,
+ "metaSize": true,
+ "supports": {
+ "exp-ovr": 1,
+ "lyr": 1
+ }
+ },
+ "LN2": {
+ "w": "120",
+ "h": "55",
+ "dest": "yom-ad-LN2-iframe",
+ "fr": "expIfr_exp",
+ "pos": "LN2",
+ "id": "LN2",
+ "clean": "yom-ad-LN2",
+ "rmxp": 0,
+ "metaSize": true
+ },
+ "MAST": {
+ "w": "970",
+ "h": "250",
+ "dest": "yom-ad-MAST-iframe",
+ "fr": "expIfr_exp",
+ "pos": "MAST",
+ "id": "MAST",
+ "clean": "yom-ad-MAST",
+ "rmxp": 0,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "resize-to": 1
+ },
+ "metaSize": true,
+ "closeBtn": {
+ "mode": 2,
+ "useShow": 1,
+ "adc": 0
+ }
+ },
+ "LREC2": {
+ "w": "300",
+ "h": "250",
+ "dest": "yom-ad-LREC2-iframe",
+ "fr": "expIfr_exp",
+ "pos": "LREC2",
+ "id": "LREC2",
+ "clean": "yom-ad-LREC2",
+ "rmxp": 0,
+ "metaSize": true,
+ "supports": {
+ "exp-ovr": 1
+ }
+ },
+ "LREC2-1": {
+ "w": "300",
+ "h": "250",
+ "dest": "yom-ad-LREC2-iframe-lb",
+ "fr": "expIfr_exp",
+ "pos": "LREC2",
+ "id": "LREC2-1",
+ "clean": "yom-ad-LREC2-lb",
+ "rmxp": 0,
+ "metaSize": true,
+ "supports": {
+ "exp-ovr": 1
+ }
+ },
+ "FSRVY-0": {
+ "w": "1",
+ "h": "1",
+ "dest": "yom-ad-FSRVY-0-iframe",
+ "fr": "expIfr_exp",
+ "pos": "FSRVY-0",
+ "id": "FSRVY-0",
+ "clean": "yom-ad-FSRVY-0",
+ "rmxp": 0,
+ "supports": {
+ "exp-ovr": 1,
+ "lyr": 1
+ }
+ },
+ "LDRB": {
+ "w": "728",
+ "h": "90",
+ "dest": "yom-ad-LDRB-iframe",
+ "fr": "expIfr_exp",
+ "pos": "LDRB",
+ "id": "LDRB",
+ "clean": "yom-ad-LDRB",
+ "rmxp": 0,
+ "z": 20,
+ "metaSize": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ }
+ },
+ "LDRB-1": {
+ "w": "728",
+ "h": "90",
+ "dest": "yom-ad-LDRB-iframe-lb",
+ "fr": "expIfr_exp",
+ "pos": "LDRB",
+ "id": "LDRB-1",
+ "clean": "yom-ad-LDRB-lb",
+ "rmxp": 0,
+ "z": 20,
+ "metaSize": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1
+ }
+ },
+ "FOOT": {
+ "w": "1",
+ "h": "1",
+ "dest": "yom-ad-FOOT-iframe",
+ "fr": "expIfr_exp",
+ "pos": "FOOT",
+ "id": "FOOT",
+ "clean": "yom-ad-FOOT",
+ "rmxp": 0
+ },
+ "LN1": {
+ "w": "120",
+ "h": "42",
+ "dest": "yom-ad-LN1-iframe",
+ "fr": "expIfr_exp",
+ "pos": "LN1",
+ "id": "LN1",
+ "clean": "yom-ad-LN1",
+ "rmxp": 0
+ },
+ "FILM": {
+ "w": "300",
+ "h": "600",
+ "dest": "yom-ad-FILM-iframe",
+ "fr": "expIfr_exp",
+ "pos": "FILM",
+ "id": "FILM",
+ "clean": "yom-ad-FILM",
+ "rmxp": 0
+ },
+ "FILM-1": {
+ "w": "300",
+ "h": "600",
+ "dest": "yom-ad-FILM-iframe-lb",
+ "fr": "expIfr_exp",
+ "pos": "FILM",
+ "id": "FILM-1",
+ "clean": "yom-ad-FILM-lb",
+ "rmxp": 0
+ },
+ "TL1": {
+ "w": "120",
+ "h": "250",
+ "dest": "yom-ad-TL1-iframe",
+ "fr": "expIfr_exp",
+ "pos": "TL1",
+ "id": "TL1",
+ "clean": "yom-ad-TL1",
+ "rmxp": 0
+ },
+ "SBTN-1": {
+ "w": "120",
+ "h": "30",
+ "dest": "yom-ad-SBTN-1-iframe",
+ "fr": "expIfr_exp",
+ "pos": "SBTN-1",
+ "id": "SBTN-1",
+ "clean": "yom-ad-SBTN-1",
+ "rmxp": 0
+ },
+ "SBTN-0": {
+ "w": "120",
+ "h": "30",
+ "dest": "yom-ad-SBTN-0-iframe",
+ "fr": "expIfr_exp",
+ "pos": "SBTN-0",
+ "id": "SBTN-0",
+ "clean": "yom-ad-SBTN-0",
+ "rmxp": 0
+ },
+ "WBTN-1": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-WBTN-1-iframe",
+ "fr": "expIfr_exp",
+ "pos": "WBTN-1",
+ "id": "WBTN-1",
+ "clean": "yom-ad-WBTN-1",
+ "rmxp": 0
+ },
+ "WBTN-0": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-WBTN-0-iframe",
+ "fr": "expIfr_exp",
+ "pos": "WBTN-0",
+ "id": "WBTN-0",
+ "clean": "yom-ad-WBTN-0",
+ "rmxp": 0
+ },
+ "BTN3": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-BTN3-iframe",
+ "fr": "expIfr_exp",
+ "pos": "BTN3",
+ "id": "BTN3",
+ "clean": "yom-ad-BTN3",
+ "rmxp": 0
+ },
+ "BTN2": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-BTN2-iframe",
+ "fr": "expIfr_exp",
+ "pos": "BTN2",
+ "id": "BTN2",
+ "clean": "yom-ad-BTN2",
+ "rmxp": 0
+ },
+ "BTN1": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-BTN1-iframe",
+ "fr": "expIfr_exp",
+ "pos": "BTN1",
+ "id": "BTN1",
+ "clean": "yom-ad-BTN1",
+ "rmxp": 0
+ },
+ "NE3-3": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-NE3-3-iframe",
+ "fr": "expIfr_exp",
+ "pos": "NE3-3",
+ "id": "NE3-3",
+ "clean": "yom-ad-NE3-3",
+ "rmxp": 0
+ },
+ "NE3-2": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-NE3-2-iframe",
+ "fr": "expIfr_exp",
+ "pos": "NE3-2",
+ "id": "NE3-2",
+ "clean": "yom-ad-NE3-2",
+ "rmxp": 0
+ },
+ "NE3-1": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-NE3-1-iframe",
+ "fr": "expIfr_exp",
+ "pos": "NE3-1",
+ "id": "NE3-1",
+ "clean": "yom-ad-NE3-1",
+ "rmxp": 0
+ },
+ "NE3-0": {
+ "w": "120",
+ "h": "60",
+ "dest": "yom-ad-NE3-0-iframe",
+ "fr": "expIfr_exp",
+ "pos": "NE3-0",
+ "id": "NE3-0",
+ "clean": "yom-ad-NE3-0",
+ "rmxp": 0
+ },
+ "WPS": {
+ "w": "320",
+ "h": "50",
+ "dest": "yom-ad-WPS-iframe",
+ "fr": "expIfr_exp",
+ "pos": "WPS",
+ "id": "WPS",
+ "clean": "yom-ad-WPS",
+ "rmxp": 0,
+ "metaSize": true,
+ "supports": {
+ "exp-ovr": 1,
+ "exp-push": 1,
+ "lyr": 1
+ },
+ "z": 20000
+ },
+ "LDRB2": {
+ "w": "728",
+ "h": "90",
+ "dest": "yom-ad-LDRB2-iframe",
+ "fr": "expIfr_exp",
+ "pos": "LDRB2",
+ "id": "LDRB2",
+ "clean": "yom-ad-LDRB2",
+ "rmxp": 0,
+ "metaSize": true
+ },
+ "LREC3": {
+ "w": "300",
+ "h": "250",
+ "dest": "yom-ad-LREC3-iframe",
+ "fr": "expIfr_exp",
+ "pos": "LREC3",
+ "id": "LREC3",
+ "clean": "yom-ad-LREC3",
+ "rmxp": 0,
+ "metaSize": true,
+ "supports": {
+ "exp-ovr": 1
+ }
+ }
+ };
+ DARLA_CONFIG.positions['DEFAULT'] = {
+ meta: {
+ title: document.title,
+ url: document.URL || location.href,
+ urlref: document.referrer
+ }
+ };
+ DARLA_CONFIG.events = {
+ "darla": {
+ "lvl": "2",
+ "sp": "1197056126",
+ "npv": "1",
+ "bg": "FFFFFF",
+ "sa": "Keyword_Id=\"Flag_of_the_United_States;Photo_shoot\" \"type\"=\"story\" ctopid=\"1878000;1035500;10610989;1996000\" ctype=\"fn_news;article\" lang=\"en-US\" rs=\"lmsid:a0ad0000008A5ApAAK;revsp:us.abcnews.gma.com;lpstaid:4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c\" wiki_topics=\"Flag_of_the_United_States;Photo_shoot\" can_suppress_ugc=\"1\" FSRVY-0=\"1x1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\"",
+ "sa_orig": "Keyword_Id=\"Flag_of_the_United_States;Photo_shoot\" \"type\"=\"story\" ctopid=\"1878000;1035500;10610989;1996000\" ctype=\"fn_news;article\" lang=\"en-US\" rs=\"lmsid:a0ad0000008A5ApAAK;revsp:us.abcnews.gma.com;lpstaid:4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c\" wiki_topics=\"Flag_of_the_United_States;Photo_shoot\" can_suppress_ugc=\"1\" FSRVY-0=\"1x1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\"",
+ "filter": "no_expandable;exp_iframe_expandable;",
+ "mpid": "692",
+ "mpnm": "yahoo_mobile_us_web",
+ "locale": "US",
+ "ps": "LREC,LREC2,LREC3,LDRB,LDRB2,MAST,WPS,NE3-0,NE3-1,NE3-2,NE3-3,BTN1,BTN2,BTN3,WBTN-0,WBTN-1,SBTN-0,SBTN-1,TL1,ESPON,FILM,LN1,LN2,FOOT,FSRVY",
+ "ml": "",
+ "mps": "",
+ "ssl": "1"
+ }
+ };
+ DARLA_CONFIG.viewRate = 100;
+ YMedia.later(10, this, function() {
+ YMedia.use("node-base", function(Y) {
+
+ /* YUI Ads Darla begins... */
+ YUI.AdsDarla = (function() {
+
+ var NAME = 'AdsDarla',
+ LB_EVENT = 'lightbox',
+ AUTO_EVENT = 'AUTO',
+ LREC3_EVENT = 'lrec3Event',
+ MUTEX_ADS = {
+ 'FILM': ['LREC', 'LREC2'],
+ 'FILM-1': ['LREC-1', 'LREC2-1'],
+ 'MAST': ['LDRB', 'LREC']
+ },
+ AD_PERF_COMP = ['LREC', 'LREC2'];
+
+ if (DARLA_CONFIG.positions & amp; & amp; DARLA_CONFIG.positions['TL1']) {
+ var navlink = Y.one('ul.navlist li&gt;a'),
+ linkcolor;
+ if (navlink) {
+ linkcolor = navlink.getStyle('color');
+ DARLA_CONFIG.positions['TL1'].css = ".ad-tl2b {overflow:hidden; text-align:left;} p {margin:0px;} .y-fp-pg-controls {margin-top:5px; margin-bottom:5px;} #tl1_slug { font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:12px; color:" + linkcolor + ";} #fc_align a {font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; font-size:11px; color:" + linkcolor + ";} a:link {text-decoration:none;} a:hover {color: " + linkcolor + ";}";
+ }
+ }
+ DARLA_CONFIG.autoRotation = 35000;
+ DARLA_CONFIG.events.AUTO = {
+ "name": "AUTO",
+ "sp": "1197056126",
+ "ps": {
+ "FILM": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "ESPON": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "TL1": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "SBTN-1": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "SBTN-0": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "WBTN-1": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "WBTN-0": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "BTN3": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "BTN2": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "BTN1": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "NE3-3": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "NE3-2": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "NE3-1": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "NE3-0": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "WPS": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "LDRB2": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "LREC3": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "LREC2": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ },
+ "LREC": {
+ "autoMax": 25,
+ "autoIV": 1,
+ "autoRT": "35000"
+ }
+ },
+ "sa": "Keyword_Id=\"Flag_of_the_United_States;Photo_shoot\" \"type\"=\"story\" ctopid=\"1878000;1035500;10610989;1996000\" ctype=\"fn_news;article\" lang=\"en-US\" rs=\"lmsid:a0ad0000008A5ApAAK;revsp:us.abcnews.gma.com;lpstaid:4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c\" wiki_topics=\"Flag_of_the_United_States;Photo_shoot\" can_suppress_ugc=\"1\" FSRVY-0=\"1x1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\"",
+ "sa_orig": "Keyword_Id=\"Flag_of_the_United_States;Photo_shoot\" \"type\"=\"story\" ctopid=\"1878000;1035500;10610989;1996000\" ctype=\"fn_news;article\" lang=\"en-US\" rs=\"lmsid:a0ad0000008A5ApAAK;revsp:us.abcnews.gma.com;lpstaid:4250eebf-bbb0-3c95-8fd0-3cb4d3daf93c\" wiki_topics=\"Flag_of_the_United_States;Photo_shoot\" can_suppress_ugc=\"1\" FSRVY-0=\"1x1\" LREC2=\"300x250,1x1\" LREC=\"300x250,1x1\" ESPON=\"120x30\"",
+ "npv": 1,
+ "lvl": -3,
+ "autoStart": 1,
+ "autoRT": "10000",
+ "ddd": 1,
+ "autoddg": 1,
+ "autoDDG": 1,
+ "ssl": "1"
+ };
+ DARLA_CONFIG.beaconsDisabled = true;
+ var priorityPosBatch = [],
+ deferredPosBatch = [],
+ aboveTheFold = [],
+ perf_pos_set = false;
+
+ DARLA_CONFIG.onSuccess = function(act_evt_name, rendered_pos_ids) {
+ var cnt = (rendered_pos_ids & amp; & amp; rendered_pos_ids.length) || 0,
+ pos_id, pos_list = ['LREC', 'LREC2', 'LREC3'],
+ adContainer, adModule, reactSidekick;
+
+ reactSidekick = Y.one('#td-applet-react-sidekick_container');
+
+ for (var k in pos_list) {
+ pos_id = pos_list[k];
+ adModule = Y.one('.yog-rp #yom-ad-' + pos_id);
+ if (!adModule) {
+ continue;
+ }
+ if ('LREC' === pos_id) {
+ adModule.addClass('yom-app');
+ continue;
+ }
+ adContainer = adModule.one('div');
+ if (!adContainer ||
+ (adContainer.getComputedStyle('width') === '1px' &
+ amp; & amp; adContainer.getComputedStyle('height') === '1px') ||
+ adContainer.getComputedStyle('width') === '0px' ||
+ adContainer.getComputedStyle('height') === '0px') {
+ adModule.setStyle('display', 'none');
+ Y.log(pos_id + ' is hidden because either it has no container, it is 1x1 blank ads or it is not rendered', 'info', 'darla');
+ continue;
+ } else if (reactSidekick & amp; & amp; pos_id === 'LREC3' & amp; & amp; adModule.getStyle('display') === 'none') {
+ adModule.show();
+ }
+
+ if (!reactSidekick) {
+ adModule.addClass('yom-app');
+ }
+ }
+ if (!cnt) {
+ return;
+ }
+ Y.Global.fire('darla:success', {
+ positions: rendered_pos_ids
+ });
+ Y.log('fetch ad success: ' + rendered_pos_ids.join(', '), 'info', 'darla');
+ };
+
+ DARLA_CONFIG.onFailure = function(eventId) {
+ var positions = null;
+ try {
+ positions = DARLA_CONFIG.events[eventId].ps.split(',');
+ } catch (e) {}
+
+ Y.Global.fire('darla:failure', {
+ positions: positions
+ });
+ Y.log('fetch ad failure ' + eventId + (positions ? (': ' + positions.join(', ')) : ''), 'warn', 'darla');
+ };
+
+ DARLA_CONFIG.onFinishParse = function(eventId, result) {
+ if (___adLT___ & amp; & amp; window.performance !== undefined & amp; & amp; window.performance.now !== undefined) {
+ var ltime = window.performance.now();
+ ___adLT___.push(['DARLA_PEND', Math.round(ltime)]);
+ }
+
+ var noads = [],
+ ps = result.ps(),
+ i, l, position, posObj, mutexPos, posName, container, display, mast, set_ad_perf = false,
+ renderedPos = [],
+ re = /([A-Z0-9]+)(-[0-9]+)*/;
+
+
+ if (AD_PERF_COMP.length & gt; 0) {
+ set_ad_perf = true;
+ }
+
+ for (i = 0, l = ps.length; i & lt; l; i++) {
+ position = ps[i];
+ posObj = result.item(position);
+
+
+ if (!posObj || posObj.hasErr) {
+ noads.push(position);
+ // noad should be included in the selective rendering 2nd batch as well
+ deferredPosBatch.push(position);
+ } else {
+ // for selective rendering
+ if (aboveTheFold.indexOf(position) & gt; = 0) {
+ priorityPosBatch.push(position);
+ } else {
+ deferredPosBatch.push(position);
+ }
+
+ // for xAFT
+ if (posObj.size + '' !== '1x1') {
+ renderedPos.push(position);
+ }
+ }
+ }
+
+ if (set_ad_perf & amp; & amp; !perf_pos_set) {
+ Y.log('set ___allAdsPos___', 'info', 'darla');
+ window.___allAdsPos___ = renderedPos;
+ perf_pos_set = true;
+ } else {
+ Y.log('No need to set ___allAdsPos___', 'info', 'darla');
+ }
+
+ /* MAST position is not part of AUTO rotate
+ * so check MAST is already present &amp; visible on the page
+ * If yes, then add it to ps, so that MUTEX Ad containers are as it is.
+ */
+ mast = Y.one('#yom-ad-MAST');
+ if (mast & amp; & amp; parseInt(mast.getStyle('height')) & gt; 1 & amp; & amp; mast.getStyle('display') !== 'none' & amp; & amp; ps.indexOf('MAST') === -1) {
+ ps.push('MAST');
+ }
+
+ // handle mutual exclusion for client side fetched ads only for lightbox
+ if (eventId === LB_EVENT) {
+ for (position in MUTEX_ADS) {
+ if (MUTEX_ADS.hasOwnProperty(position) & amp; & amp; ps.indexOf(position) & gt; = 0 & amp; & amp; noads.indexOf(position) === -1) {
+ for (i = 0, l = MUTEX_ADS[position].length; i & lt; l; i++) {
+ mutexPos = MUTEX_ADS[position][i];
+ if (ps.indexOf(mutexPos) & gt; = 0 & amp; & amp; noads.indexOf(mutexPos) === -1) {
+
+ /** For FILM-1 (on lightbox) , if either LREC or LREC2 is returned with proper Ads (not 1x1 pixel)
+ * then hide FILM-1 &amp; show LRECs.
+ */
+ if (position === 'FILM-1' & amp; & amp; result.item(mutexPos).size + '' !== '1x1') {
+ noads.push(position);
+ } else {
+ noads.push(mutexPos);
+ }
+ }
+ }
+ }
+ }
+
+ // handle LREC 1x1 blank ad from client side
+ if (ps.indexOf('LREC') & gt; = 0 & amp; & amp; noads.indexOf('LREC') === -1) {
+ if (result.item('LREC').size + '' === '1x1') {
+ noads.push('LREC');
+ }
+ }
+
+ for (i = 0, l = ps.length; i & lt; l; i++) {
+ position = ps[i];
+ posName = re.exec(position)[1];
+ container = Y.one('.yom-ad-' + posName);
+ if (container) {
+ display = container.getStyle('display');
+ if (display === 'none' & amp; & amp; noads.indexOf(position) === -1) {
+ container.show();
+ } else if (display !== 'none' & amp; & amp; noads.indexOf(position) & gt; = 0) {
+ container.hide();
+ }
+ }
+ }
+ }
+
+ // reset the hight of the LDRB container
+ if (ps.indexOf('LDRB') & gt; = 0 & amp; & amp; result.item('LDRB')) {
+
+ if (noads.indexOf('LDRB') & lt; = 0) {
+ var clearAdModule = Y.one('#yom-ad-LDRB');
+ if (result.item('LDRB').size + '' !== '1x1') {
+ clearAdModule.setStyle('height', '');
+ Y.log('LDRB height is reset to blank.', 'info', 'darla');
+ } else {
+ clearAdModule.setStyle('height', '5px');
+ Y.log('LDRB height is reset to 5px.', 'info', 'darla');
+ }
+ } else {
+ Y.log('LDRB is noad or size is 1x1', 'info', 'darla');
+ }
+ }
+
+ // reset the hight of the MAST container
+ var clearAdModule = Y.one('#yom-ad-MAST');
+ clearAdModule.setStyle('height', '');
+
+ // LREC3 React Sidekick C1Backfill
+ if (eventId === LREC3_EVENT & amp; & amp; typeof SidekickAdsHandlerInstance !== "undefined" & amp; & amp; noads.indexOf('LREC3') !== -1) {
+ YMedia.Global.fire("sidekick:backfill");
+ }
+
+ };
+ DARLA_CONFIG.onBeforePosMsg = function(msg_name, position) {
+ // Make these configurable for INTLS
+ var maxWidth = 970,
+ maxHeight = 600,
+ newWidth,
+ newHeight,
+ origWidth,
+ origHeight,
+ pos,
+ posName = 'MAST';
+
+ if ('LDRB' === position) {
+ maxWidth = 728;
+ maxHeight = 500;
+ posName = 'LDRB';
+ } else if ('MAST' !== position) {
+ return;
+ }
+
+ if (msg_name === 'resize-to') {
+ newWidth = arguments[2];
+ newHeight = arguments[3];
+ } else if (msg_name === 'exp-push' || msg_name === 'exp-ovr') {
+ pos = $sf.host.get(posName);
+
+ origWidth = pos.conf.w;
+ origHeight = pos.conf.h;
+ //"exp-ovr" or "exp-push", position id, delta X, delta Y, push (true /false), top increase, left increase, right increase, bottom increase
+ newWidth = origWidth + arguments[6] + arguments[7];
+ newHeight = origHeight + arguments[5] + arguments[8];
+ }
+ if (newWidth & gt; maxWidth || newHeight & gt; maxHeight) {
+ return true;
+ }
+ };
+
+ /* setting up DARLA events */
+ var w = window,
+ D = w.DARLA,
+ C = w.DARLA_CONFIG,
+ DM = w.DOC_DOMAIN_SET || 0,
+ ltime = 0;
+ if (D) {
+ if (D & amp; & amp; C) {
+ C.dm = DM;
+ }
+
+
+ /* setting DARLA configuration */
+ DARLA.config(C);
+
+ /* prefetch Ads if applicable */
+ DARLA.prefetched("fc");
+
+ /* rendering prefetched Ad */
+
+ if (___adLT___ !== undefined & amp; & amp; window.performance !== undefined & amp; & amp; window.performance.now !== undefined) {
+ ltime = window.performance.now();
+ ___adLT___.push(['DARLA_RSTART', Math.round(ltime)]);
+ }
+ DARLA.render();
+
+
+ if (___adLT___ !== undefined & amp; & amp; window.performance !== undefined & amp; & amp; window.performance.now !== undefined) {
+ ltime = window.performance.now();
+ ___adLT___.push(['DARLA_REND', Math.round(ltime)]);
+ }
+ }
+
+ return {
+ event: function(eventId, spaceId, adsSa) {
+ if (window.DARLA & amp; & amp; eventId) {
+ var eventConfig = {};
+ if (!isNaN(spaceId)) {
+ eventConfig.sp = spaceId;
+ }
+ /* Site attributes */
+ adsSa = (typeof adsSa !== "undefined" & amp; & amp; adsSa !== null) ? adsSa : "";
+ eventConfig.sa = DARLA_CONFIG.events[eventId].sa_orig.replace ? DARLA_CONFIG.events[eventId].sa_orig.replace("ADSSA", adsSa) : "";
+ DARLA.event(eventId, eventConfig);
+ }
+ },
+ render: function() {
+ if (!!(Y.one('#yom-slideshow-lightbox') || Y.one('#content-lightbox') || false)) {
+ /* skip configuring DARLA in case of lightbox being triggered */
+ } else {
+ // abort current darla action
+ if (DARLA & amp; & amp; DARLA.abort) {
+ DARLA.abort();
+ }
+
+ /* setting DARLA configuration */
+ DARLA.config(DARLA_CONFIG);
+
+ /* prefetch Ads if applicable */
+ DARLA.prefetched("fc");
+
+ /* rendering prefetched Ad */
+ DARLA.render();
+ }
+ }
+ };
+
+ })(); /* End of YUI.AdsDarla */
+
+ YUI.AdsDarla.darla = {
+ fetch: (Y.bind(YUI.AdsDarla.event, YUI.AdsDarla, 'darla'))
+ };
+ YUI.AdsDarla.fetch = YUI.AdsDarla.darla.fetch;
+ Y.Global.fire('darla:ready');
+ }); /* End of YMedia */
+ }); /* End of YMedia.later */
+ var ___adLT___ = [];
+
+ function onDarlaStartParse() {
+ if (window.performance !== undefined & amp; & amp; window.performance.now !== undefined) {
+ var ltime = window.performance.now();
+ ___adLT___.push(['DARLA_PSTART', Math.round(ltime)]);
+ }
+ }
+
+ function onDarlaStartPosRender(position) {
+ if (window.performance !== undefined & amp; & amp; window.performance.now !== undefined) {
+ var ltime = window.performance.now();
+ ___adLT___.push(['ADSTART_' + position.pos, Math.round(ltime)]);
+ }
+ }
+
+ function onDarlaFinishPosRender(position) {
+ if (window.performance !== undefined & amp; & amp; window.performance.now !== undefined) {
+ var ltime = window.performance.now();
+ ___adLT___.push(['ADEND_' + position, Math.round(ltime)]);
+ setTimeout(function() {
+ if (window.LH !== undefined & amp; & amp; window.YAFT !== undefined & amp; & amp; window.YAFT.isInitialized()) {
+ window.YAFT.triggerCustomTiming('yom-ad-' + position, '', ltime);
+ }
+ }, 1000);
+ }
+ }
+
+ if ((DARLA & amp; & amp; DARLA.config) || DARLA_CONFIG) {
+ var oldConf = DARLA.config() || DARLA_CONFIG || null;
+ if (oldConf) {
+ if (oldConf.onStartParse) {
+ (function() {
+ var oldVersion = oldConf.onStartParse;
+ oldConf.onStartParse = function(eventName) {
+ onDarlaStartParse(eventName);
+ return oldVersion.apply(me, arguments);
+ };
+ })();
+ } else {
+ oldConf.onStartParse = onDarlaStartParse;
+ }
+ if (oldConf.onStartPosRender) {
+ (function() {
+ var oldVersion = oldConf.onStartPosRender;
+ oldConf.onStartPosRender = function(position) {
+ onDarlaStartPosRender(position);
+ return oldVersion.apply(me, arguments);
+ };
+ })();
+ } else {
+ oldConf.onStartPosRender = onDarlaStartPosRender;
+ }
+ if (oldConf.onFinishPosRender) {
+ (function() {
+ var oldVersion = oldConf.onFinishPosRender;
+ oldConf.onFinishPosRender = function(position) {
+ onDarlaFinishPosRender(position);
+ return oldVersion.apply(me, arguments);
+ };
+ })();
+ } else {
+ oldConf.onFinishPosRender = onDarlaFinishPosRender;
+ }
+ DARLA.config(oldConf);
+ }
+ }
+ </script>
+ <script type="text/javascript">
+ if ('undefined' !== typeof(YMedia)) {
+ YMedia.use('event-custom', function(Y) {
+ Y.log('ads:dmros listening for fallbacks');
+ Y.Global.on('ads:dmros:fallbacks', function(e) {
+ if (!YUI.namespace('Media').dmros_serverside) {
+ Y.log('ads:dmros inside fallbacks event handler');
+ var fallbacks = YUI.namespace('Media').ads_dmros_fallbacks || {};
+ var noad = ['LN2', 'ESPON'];
+ for (var pos in fallbacks) {
+ if (fallbacks.hasOwnProperty(pos)) {
+ if (-1 === noad.indexOf(pos) || 'function' !== typeof(fallbacks[pos])) {
+ continue;
+ }
+ fallbacks[pos]();
+ }
+ }
+ YUI.namespace('Media').dmros_serverside = true;
+ }
+ });
+ });
+ }
+ </script>
+ </center>
+ </div>
+ </center>
+ </div>
+
+
+
+
+
+ <div id="darla_csc_holder" class="darla" style="display: none;"><iframe style="display: none;" id="darla_csc_writer_0" class="darla" src="https://s.yimg.com/rq/darla/2-9-9/html/r-csc.html" scrolling="no" allowtransparency="true" hidefocus="true" tabindex="-1" marginwidth="0" marginheight="0" frameborder="no"></iframe></div>
+ <script async="" src="https://s.yimg.com/rx/builds/7.86.297.1481334086/assets/streamsense.min.js"></script>
+</body>
+
+</html>
+<!-- fe93.global.media.sg3.yahoo.com uncompressed/chunked Wed Dec 14 09:09:55 UTC 2016 -->
+<!-- ncache5.global.media.sg3.yahoo.com compressed/chunked Wed Dec 14 09:09:55 UTC 2016 -->
+<!-- ad prefetch pagecsc setting -->
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json
new file mode 100644
index 0000000..36a3528
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json
@@ -0,0 +1,3 @@
+[
+ "http:\/\/i.yimg.jp\/images\/jpnews\/cre\/common\/all\/images\/fbico_ogp_600x600.png"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json
new file mode 100644
index 0000000..18324c4
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "個人",
+ "Direction": null,
+ "Excerpt": "トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット - Yahoo!ニュース(CNET Japan)",
+ "Image": "http:\/\/i.yimg.jp\/images\/jpnews\/cre\/common\/all\/images\/fbico_ogp_600x600.png",
+ "Title": "トレンドマイクロ、公衆無線LANを安全に使うためのアプリ「フリーWi-Fiプロテクション」(CNET Japan) - Yahoo!ニュース",
+ "SiteName": "Yahoo!ニュース"
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html
new file mode 100644
index 0000000..04be3c9
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html
@@ -0,0 +1,7 @@
+<div><p>
+ トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット向けのセキュリティアプリ「フリーWi-Fiプロテクション」(iOS/Android)の発売を開始すると発表した。1年版ライセンスは2900円(税込)で、2年版ライセンスは5000円(税込)。</p><p>  フリーWi-Fiプロテクションは、App Storeおよび、Google Playにて販売され、既に提供しているスマホ・タブレット向け総合セキュリティ対策アプリ「ウイルスバスター モバイル」と併用することで、不正アプリや危険なウェブサイトからの保護に加え、通信の盗み見を防ぐことができる。</p><p>  2020年の東京オリンピック・パラリンピックの開催などを見据え、フリーWi-Fi(公衆無線LAN)の設置が促進され、フリーWi-Fiの利用者も増加している。
+ </p><p>  一方で、脆弱な設定のフリーWi-Fiや攻撃者が設置した偽のフリーWi-Fiへの接続などによる情報漏えい、通信の盗み見などのセキュリティリスクが危惧されているという。
+ </p><p>  正規事業者が提供する安全性の高いフリーWi-Fiのほかにも、通信を暗号化していない安全性の低いフリーWi-Fi、さらにはサイバー犯罪者が設置したフリーWi-Fiなどさまざまなものが混在している。また、利用者は、接続する前にひとつひとつ安全性を確認するのは難しい状況だとしている。
+ </p><p>  トレンドマイクロがスマートフォン保持者でフリーWi-Fiの利用経験がある人に実施した調査では、回答者の約85%が安全なフリーWi-Fiと危険なフリーWi-Fiは「見分けられない」と回答。さらに、約65%がフリーWi-Fiの利用に不安を感じていると回答している。
+ </p><p>  こうした環境の変化やユーザの状況を鑑み、フリーWi-Fiプロテクションの提供を開始する。同アプリをインストールすることで利用者は、万が一安全性の低いフリーWi-Fiのアクセスポイントに接続してしまった場合でも、その通信を暗号化でき、通信の盗み見やそれによる情報漏えいのリスクを低減できるようになる。
+ </p><p>  具体的には、フリーWi-Fi利用時に、スマートフォンがフリーWi-Fiプロテクションインフラに接続することにより、フリーWi-Fiのアクセスポイントを介した通信がVPN(Virtual Private Network)で暗号化される。これにより利用者は、第三者から通信を傍受されることやデータの情報漏えいを防ぐことが可能。さらに、かんたん自動接続の機能により、通信を暗号化していない安全性が低いフリーWi-Fi接続時や利用者が指定したWi-Fiへ接続する際に、自動的に通信を暗号化し、利用者の通信を保護する。</p><p>  また、フリーWi-Fiプロテクションインフラと、莫大なセキュリティ情報のビッグデータを保有するクラウド型セキュリティ技術基盤「Trend Micro Smart Protection Network」(SPN)が連携することで、フリーWi-Fiプロテクションインフラを経由してインターネットを利用する際に、利用者がフィッシング詐欺サイトや偽サイトなどへの不正サイトへアクセスすることをブロックできるという。</p></div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html
new file mode 100644
index 0000000..8d35108
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html
@@ -0,0 +1,1234 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#" lang="ja">
+
+<head prefix="article: http://ogp.me/ns/article#">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta http-equiv="Content-Style-Type" content="text/css" />
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
+ <title>トレンドマイクロ、公衆無線LANを安全に使うためのアプリ「フリーWi-Fiプロテクション」 (CNET Japan) - Yahoo!ニュース</title>
+ <meta name="description" content=" トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレッ" />
+ <meta name="keywords" content="ニュース,IT・科学,IT総合" />
+ <meta name="robots" content="noarchive" />
+ <link href="http://i.yimg.jp/images/news/v1/css/yj2.css?v2" rel="stylesheet" type="text/css" media="screen, print" id="yjFsCss" />
+ <link type="text/css" rel="stylesheet" href="http://i.yimg.jp/images/jpnews/cre/common/pc/css/common_pc_v2.css?20150804" media="all" />
+ <link rel="stylesheet" href="http://i.yimg.jp/images/jpnews/cre/article/pc/css/1.0.2/article_pc.css" type="text/css" media="all" />
+ <script id="msthdScript" src="http://ai.yimg.jp/yui/jp/mh/pc/1.6.3/js/std-min.js" data-s="" data-c=""></script>
+ <script type="text/javascript" src="http://i.yimg.jp/images/ds/rapid/1.5.0/ult.inc.js"></script>
+ <meta property="al:ios:app_name" content="Yahoo!ニュース" />
+ <meta property="al:ios:app_store_id" content="407906756" />
+ <meta property="al:ios:url" content="yjtrend://d/hdl/20170309-35097838-cnetj-sci" />
+ <meta property="al:android:app_name" content="Yahoo!ニュース" />
+ <meta property="al:android:package" content="jp.co.yahoo.android.news" />
+ <meta property="al:android:url" content="yjnews://d/hdl/20170309-35097838-cnetj-sci" />
+ <meta property="og:type" content="article" />
+ <meta property="og:title" content="トレンドマイクロ、公衆無線LANを安全に使うためのアプリ「フリーWi-Fiプロテクション」(CNET Japan) - Yahoo!ニュース" />
+ <meta property="og:description" content="トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット - Yahoo!ニュース(CNET Japan)" />
+ <meta property="og:image" content="http://i.yimg.jp/images/jpnews/cre/common/all/images/fbico_ogp_600x600.png" />
+ <meta property="og:image:width" content="600" />
+ <meta property="og:image:height" content="600" />
+ <meta property="og:url" content="http://headlines.yahoo.co.jp/hl?a=20170309-35097838-cnetj-sci" />
+ <meta property="og:site_name" content="Yahoo!ニュース" />
+ <meta property="og:locale" content="ja_JP" />
+ <meta property="fb:app_id" content="276725822409153" />
+ <meta name="twitter:card" content="summary_large_image" />
+ <meta name="twitter:title" content="トレンドマイクロ、公衆無線LANを安全に使うためのアプリ「フリーWi-Fiプロテクション」(CNET Japan) - Yahoo!ニュース" />
+ <meta name="twitter:description" content="トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット - Yahoo!ニュース(CNET Japan)" />
+ <meta name="twitter:image" content="http://i.yimg.jp/images/jpnews/cre/common/all/images/fbico_ogp_600x600.png" />
+ <meta name="twitter:image:width" content="600" />
+ <meta name="twitter:image:height" content="600" />
+ <meta name="twitter:site" content="@YahooNewsTopics" />
+ <meta name="twitter:app:country" content="jp" />
+ <meta name="twitter:app:name:iphone" content="Yahoo!ニュース" />
+ <meta name="twitter:app:id:iphone" content="407906756" />
+ <meta name="twitter:app:url:iphone" content="yjtrend://d/hdl/20170309-35097838-cnetj-sci" />
+ <meta name="twitter:app:name:googleplay" content="Yahoo!ニュース" />
+ <meta name="twitter:app:id:googleplay" content="jp.co.yahoo.android.news" />
+ <meta name="twitter:app:url:googleplay" content="yjnews://d/hdl/20170309-35097838-cnetj-sci" />
+ <script type="text/javascript" src="http://i.yimg.jp/images/jpnews/js/libs/jquery/1.10.2/jquery.min.js"></script>
+ <script type="text/javascript" src="http://i.yimg.jp/images/jpnews/js/libs/json/2.0.0/json.min.js"></script>
+ <script type="text/javascript" src="http://i.yimg.jp/images/ycd/lib/ycdloader/3.0.0/ycdloader.min.js"></script>
+ <script type="text/javascript">
+ YAHOO.JP.Ycd.recommend.loader.configure({
+ useYcdn: true,
+ url: 'http://headlines.yahoo.co.jp/hl?a=20170309-35097838-cnetj-sci',
+ article: '20170309-35097838-cnetj',
+ rapid: {
+ "keys": {
+ "rpdprop": "news",
+ "origin": "cnetj"
+ },
+ "spaceId": 2078709551
+ }
+ });
+ </script>
+
+ <link href="http://ai.yimg.jp/yui/jp/mh/pc/1.4.2/css/std.css" rel="stylesheet" type="text/css" media="all" />
+ <link href="https://s.yimg.jp/images/search/slink/1/css/cmn/content_cmn.css" rel="stylesheet" type="text/css" />
+ <link href="https://s.yimg.jp/images/search/slink/1/css/pc/content_pc.css" rel="stylesheet" type="text/css" />
+ <script async="true" src="http://slink.west.edge.storage-yahoo.jp/highlight/optout_v1.json"></script>
+ <link type="text/css" rel="stylesheet" href="http://i.yimg.jp/images/search/slink/popup/pc/1.0.0/css/yjSearchPop.min.css" />
+ <script type="text/javascript" src="http://im.ov.yahoo.co.jp/tag/?adprodset=99604_135693-153783-167798&amp;p_elem=yads_ad_position_99604_135693&amp;vimps_mode=3&amp;enc=UTF-8&amp;pvId=27533e7c3e3321f1d5d5babd3a6060c1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci&amp;yads_ds=99604_135693"></script>
+</head>
+
+<body class="yj950-2">
+
+ <div id="wrapper">
+ <div id="main_cnt_wrapper">
+ <div id="header">
+ <span class="yj-guid"><a name="pagetop" id="pagetop"></a><img src="http://i.yimg.jp/images/clear.gif" alt="このページの先頭です" width="1" height="1" /></span>
+ <span class="yj-skip"><a href="#contents-start"><img src="http://i.yimg.jp/images/clear.gif" alt="このページの本文へ" width="1" height="1" /></a></span>
+ <script type="text/javascript">
+ miffy_bucket_id = '';
+ </script>
+ <div id="msthd">
+ <div>
+ <div id="msthdtp">
+ <div id="msthdUhd">
+ <div class="compo">
+ <p class="txt"><a href="http://ard.yahoo.co.jp/SIG=15b5pe2bl/M=300956521.301824798.303459529.308131643/D=jp_hdln_te/S=2078709551:MHUHD/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=sDR_ALYWOUA-/J=1489053188005996/SIG=12d3nj36l/A=302157550/R=0/*http://promotion.yahoo.co.jp/news/social_contribution/1608/">「子どもの貧困」に取り組む25歳。母を自殺で失ってからの軌跡</a></p>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['sDR_ALYWOUA-'] = '&amp;U=13l8ooocs%2fN%3dsDR_ALYWOUA-%2fC%3d300956521.301824798.303459529.308131643%2fD%3dMHUHD%2fB%3d302157550';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16lu7dcl9%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d779653832%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13l8ooocs%2fN%3dsDR_ALYWOUA-%2fC%3d300956521.301824798.303459529.308131643%2fD%3dMHUHD%2fB%3d302157550"&gt;&lt;/div&gt;</noscript></div>
+ <div id="msthdShpPr">
+ <div class="compo"><a href="#" data-ylk="slk:h_promo;pos:0" id="msthdUhdPrLink" class="rapid-noclick-resp"><span></span></a></div>
+ </div>
+ <div id="msthdsb">
+ <div id="msthdsrch" style="display: block;">
+ <form action="http://ard.yahoo.co.jp/SIG=158shlqof/M=300973493.301843397.303471478.308131609/D=jp_hdln_te/S=2078709551:MH/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=gzR_ALYWOUA-/J=1489053188005996/SIG=11iuefjhl/A=302195946/R=0/*http://search.yahoo.co.jp/search" name="p">
+ <p> <label id="msthdslb" for="msthdsbox" title="キーワード:" class="offLeft">キーワード:</label> <input id="msthdsbox" name="p" value="" placeholder="ウェブ検索" type="text" /> <button id="msthdsbt" type="submit" title="検索">検索</button> <input name="ei" value="UTF-8" id="msthdei" type="hidden" /> <input name="fr" value="ush" type="hidden" /> </p>
+ </form>
+ </div>
+ </div>
+ </div>
+ <div class="logo">
+ <a href="http://rdsig.yahoo.co.jp/mh/click/logo/RV=1/RU=aHR0cDovL25ld3MueWFob28uY28uanAv" data-ylk="slk:h_srvtop;pos:0" id="msthdLogo"><img src="http://ai.yimg.jp/c/logo/f/2.0/news_r_34_2x.png" alt="Yahoo!ニュース" width="206" height="34" /></a>
+ </div>
+ <div class="msthdtxt">
+ <p>IDでもっと便利に<a href="http://rdsig.yahoo.co.jp/mh/click/reg/RV=1/RU=aHR0cHM6Ly9hY2NvdW50LmVkaXQueWFob28uY28uanAvcmVnaXN0cmF0aW9uPy5pbnRsPWpwJi5kb25lPWh0dHAlM2ElMmYlMmZoZWFkbGluZXMueWFob28uY28uanAlMmZobCUzZmElM2QyMDE3MDMwOS0zNTA5NzgzOC1jbmV0ai1zY2kmLnNyYz15bg--" class="b" data-ylk="slk:h_regyid;pos:0" id="msthdReg">新規取得</a></p>
+ <p><a href="http://rdsig.yahoo.co.jp/mh/click/logn/RV=1/RU=aHR0cHM6Ly9sb2dpbi55YWhvby5jby5qcC9jb25maWcvbG9naW4_LnNyYz15biZsZz1qcCYuaW50bD1qcCYuZG9uZT1odHRwJTNhJTJmJTJmaGVhZGxpbmVzLnlhaG9vLmNvLmpwJTJmaGwlM2ZhJTNkMjAxNzAzMDktMzUwOTc4MzgtY25ldGotc2Np" class="b" data-ylk="slk:h_login;pos:0" id="msthdLogin">ログイン</a><span id="msthdPrBox"><a href="http://r.ca-mpr.jp/s/104/?i4a=945217" id="msthdPrLink" class="">今なら5,000ポイントもらえるチャンス! YJFX!</a></span></p>
+ </div>
+ <div class="msthdlink">
+ <ul>
+ <li class="ytop"><a href="http://rdsig.yahoo.co.jp/mh/click/ytop/RV=1/RU=aHR0cDovL3d3dy55YWhvby5jby5qcC8-" data-ylk="slk:h_ytop;pos:0">Yahoo! JAPAN</a></li>
+ <li class="help"><a href="http://rdsig.yahoo.co.jp/mh/click/help/RV=1/RU=aHR0cHM6Ly93d3cueWFob28taGVscC5qcC9hcHAvaG9tZS9zZXJ2aWNlL2hlYWRsaW5lcy8-" data-ylk="slk:h_hlp;pos:0" id="msthdHelp">ヘルプ</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <script type="text/javascript" src="http://ai.yimg.jp/images/ds/rapid/ult.js"></script>
+ <script type="text/javascript" src="http://ai.yimg.jp/images/security/pf/pcore-1.0.1.min.js"></script>
+ <script type="text/javascript" src="http://ai.yimg.jp/images/security/pf/yjsecure.js"></script>
+ <script type="text/javascript">
+ window.msthdPromo = function() {
+ var rand = (Math.random() * 5) ^ 0;
+ var SxmSh0Text = [{
+ clsName: 'msthdPrShpIcon',
+ word: 'スマホグッズの人気商品をチェック',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/ma1_1/RV=1/RU=aHR0cDovL3Nob3BwaW5nLnlhaG9vLmNvLmpwL2NhdGVnb3J5LzI1MDIvMzgzNDYvcmFua2luZy9wZXJpb2Rfd2Vla2x5L2dlbmRlcl9tYWxlLz9zY19lPXl5bGtfbWhkX3N0bF90X21hMV8x'
+ }, {
+ clsName: 'msthdPrShpIcon',
+ word: 'いま売れているメンズシューズ',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/ma1_2/RV=1/RU=aHR0cDovL3Nob3BwaW5nLnlhaG9vLmNvLmpwL2NhdGVnb3J5LzEzNDU3LzI0OTUvMTc0MC9yYW5raW5nL3BlcmlvZF93ZWVrbHkvZ2VuZGVyX21hbGUvP3NjX2U9eXlsa19taGRfc3RsX3RfbWExXzI-'
+ }, {
+ clsName: 'msthdPrShpIcon',
+ word: '財布、ファッション小物 人気トップ20',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/ma1_3/RV=1/RU=aHR0cDovL3Nob3BwaW5nLnlhaG9vLmNvLmpwL2NhdGVnb3J5LzEzNDU3LzI0OTUvMTY5NS9yYW5raW5nL3BlcmlvZF93ZWVrbHkvZ2VuZGVyX21hbGUvP3NjX2U9eXlsa19taGRfc3RsX3RfbWExXzM-'
+ }, {
+ clsName: 'msthdPrShpIcon',
+ word: '注目の人気売れ筋商品ランキング',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/ma1_4/RV=1/RU=aHR0cDovL3Nob3BwaW5nLnlhaG9vLmNvLmpwL3JhbmtpbmcvcGVyaW9kX3dlZWtseS9nZW5kZXJfbWFsZS8_c2NfZT15eWxrX21oZF9zdGxfdF9tYTFfNA--'
+ }, {
+ clsName: 'msthdPrShpIcon',
+ word: '送料込み1,000円 目玉商品セール中',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/ma1_5/RV=1/RU=aHR0cDovL3RvcGljcy5zaG9wcGluZy55YWhvby5jby5qcC9zYWxlL3RpbWVzYWxlLz9zY19lPXl5bGtfbWhkX3N0bF90X21hMV81'
+ }, ];
+ var sxmSh0TextCls = SxmSh0Text[rand].clsName;
+ var sxmSh0TextWord = SxmSh0Text[rand].word;
+ var sxmSh0TextUrl = SxmSh0Text[rand].url;
+ YAHOO.JP.msthd.Promo.init({
+ uhd: {},
+ txt: {
+ 'sb1_pr1': {
+ clsName: 'msthdPrShpIcon',
+ word: 'ソフトバンクのスマホ利用でポイント14倍',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/sb1/RV=1/RU=aHR0cDovL3RvcGljcy5zaG9wcGluZy55YWhvby5jby5qcC9jYW1wYWlnbi9wb2ludHMvc2IvP3NjX2U9eXlsa19taGRfc3RsX3Rfc2I-'
+ },
+ 'sb1_pr0': {
+ clsName: 'msthdPrShpIcon',
+ word: 'ソフトバンクのスマホ利用でポイント10倍',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/sb2/RV=1/RU=aHR0cDovL3RvcGljcy5zaG9wcGluZy55YWhvby5jby5qcC9jYW1wYWlnbi9wb2ludHMvc2IvP3NjX2U9eXlsa19taGRfc3RsX3Rfc2I-'
+ },
+ 'sxm_sh0': {
+ clsName: sxmSh0TextCls,
+ word: sxmSh0TextWord,
+ url: sxmSh0TextUrl
+ },
+ 'pr1_sh0': {
+ clsName: 'msthdPrShpIcon',
+ word: '送料込み1,000円 目玉商品セール中',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/1/RV=1/RU=aHR0cDovL3RvcGljcy5zaG9wcGluZy55YWhvby5jby5qcC9zYWxlL3RpbWVzYWxlLz9zY19lPXl5bGtfbWhkX3N0bF90cG4jYW5jLXByaWNlQVBJ'
+ },
+ 'pr1_sh1': {
+ clsName: 'msthdPrShpIcon',
+ word: '送料込み1,000円 目玉商品セール中',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/2/RV=1/RU=aHR0cDovL3RvcGljcy5zaG9wcGluZy55YWhvby5jby5qcC9zYWxlL3RpbWVzYWxlLz9zY19lPXl5bGtfbWhkX3N0bF90cHIjYW5jLXByaWNlQVBJ'
+ },
+ 'pr0_sh0': {
+ clsName: 'msthdPrShpIcon',
+ word: '送料込み1,000円 目玉商品セール中',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/3/RV=1/RU=aHR0cDovL3RvcGljcy5zaG9wcGluZy55YWhvby5jby5qcC9zYWxlL3RpbWVzYWxlLz9zY19lPXl5bGtfbWhkX3N0bF90bm4jYW5jLXByaWNlQVBJ'
+ },
+ 'pr0_sh1': {
+ clsName: 'msthdPrShpIcon',
+ word: '送料込み1,000円 目玉商品セール中',
+ url: 'http://rdsig.yahoo.co.jp/shopping/mhd/4/RV=1/RU=aHR0cDovL3RvcGljcy5zaG9wcGluZy55YWhvby5jby5qcC9zYWxlL3RpbWVzYWxlLz9zY19lPXl5bGtfbWhkX3N0bF90bnIjYW5jLXByaWNlQVBJ'
+ },
+ 'default': {
+ clsName: '',
+ word: '今なら5,000ポイントもらえるチャンス! YJFX!',
+ url: 'http://r.ca-mpr.jp/s/104/?i4a=945217'
+ }
+ }
+ });
+ };
+ </script>
+ <script type="text/javascript">
+ (function(d, t) {
+ var s = d.getElementsByTagName(t)[0],
+ n = d.createElement(t);
+ n.id = 'msthdScript';
+ n.src = 'http://ai.yimg.jp/yui/jp/mh/pc/1.6.3/js/std-min.js';
+ n.setAttribute('data-s', '');
+ n.setAttribute('data-c', '');
+ s.parentNode.insertBefore(n, s);
+ }(document, 'script'));
+ </script>
+ <!-- SpaceID=2078709551 loc=EMG3 noad-spid -->
+ <!-- SpaceID=2078709551 loc=EMG2 noad-spid -->
+ <!-- SpaceID=2078709551 loc=EMG noad-spid -->
+ </div>
+
+ <hr class="separation" />
+ <div id="rma-pdv"></div>
+ <!--PushDownVision Ad-->
+
+ <!--contents start-->
+ <div id="contents">
+ <div id="contentsHeader">
+
+ <div id="headerSearch">
+
+ <div class="searchWrapper">
+ <!-- ニュース -->
+ <form action="http://news.search.yahoo.co.jp/search" method="get" id="searchNewsForm" class="current">
+
+ <div class="inputWrapper">
+ <input class="searchInput" name="p" placeholder="キーワードを入力" type="text" />
+ <input value="UTF-8" name="ei" type="hidden" />
+ <input value="news_sw" name="fr" type="hidden" />
+ </div>
+ <!-- /.inputWrapper -->
+ <p class="currentSearch"><a href="#">ニュース</a></p>
+ <span class="searchButton"><input value="検索" type="submit" /></span>
+
+ <!-- 条件指定ボタン -->
+ <p class="advanced"><a href="http://news.search.yahoo.co.jp/advanced">条件指定</a></p>
+ </form>
+
+ <!-- トピ -->
+ <form action="http://search.yahoo.co.jp/search" method="get" id="searchTopicsForm">
+
+ <div class="inputWrapper">
+ <input class="searchInput" name="p" placeholder="キーワードを入力" type="text" />
+ <input value="UTF-8" name="ei" type="hidden" />
+ <input value="news_sw" name="fr" type="hidden" />
+ <input value="news.yahoo.co.jp/list/" name="vs" type="hidden" />
+ <input value="1" name="rkf" type="hidden" />
+ </div>
+ <!-- /.inputWrapper -->
+ <p class="currentSearch"><a href="#">トピックス</a></p>
+ <span class="searchButton"><input value="検索" type="submit" /></span>
+
+ </form>
+
+ <!-- Buzz -->
+ <form action="http://news.yahoo.co.jp/theme/search/" method="get" id="searchThemeForm">
+
+ <div class="inputWrapper">
+ <input class="searchInput" name="key" placeholder="キーワードを入力" type="text" />
+ </div>
+ <!-- /.inputWrapper -->
+
+ <p class="currentSearch"><a href="#">テーマ</a></p>
+ <span class="searchButton"><input value="検索" type="submit" /></span>
+ </form>
+
+ <!-- 意識調査 -->
+ <form action="http://polls.dailynews.yahoo.co.jp/list" method="get" id="SearchSurveyForm">
+
+ <div class="inputWrapper">
+ <input class="searchInput" name="q" placeholder="キーワードを入力" type="text" />
+ <input value="UTF-8" name="ei" type="hidden" />
+ </div>
+ <!-- /.inputWrapper -->
+
+ <p class="currentSearch"><a href="#">意識調査</a></p>
+ <span class="searchButton"><input value="検索" type="submit" /></span>
+ </form>
+
+ <!-- GSR -->
+ <form action="http://gsearch.news.yahoo.co.jp/gs?" name="s" method="get" id="searchGSRForm">
+
+ <div class="inputWrapper">
+ <input class="searchInput" name="key" placeholder="キーワードを入力" type="text" />
+ <input value="l" name="ty" type="hidden" />
+ <input value="" name="dbty" type="hidden" />
+ </div>
+ <!-- /.inputWrapper -->
+ <p class="currentSearch"><a href="#">全国紙パック</a></p>
+ <span class="searchButton"><input value="検索" type="submit" /></span>
+ </form>
+
+ <!--検索カテゴリのセレクト -->
+ <ul class="searchSelect hide">
+ <!--
+-->
+ <li id="searchNews"><a href="#" class="current"><span>ニュース</span></a></li>
+ <li id="searchTopics"><a href="#"><span>トピックス</span></a></li>
+ <li id="searchTheme"><a href="#"><span>テーマ</span></a></li>
+ <li id="SearchSurvey"><a href="#"><span>意識調査</span></a></li>
+ <li id="searchGSR"><a href="#"><span>全国紙パック</span></a></li>
+ </ul>
+ <div class="bubble hide"></div>
+
+ </div>
+ <!-- /.searchWrapper -->
+
+ <ul class="personalInfo">
+ <li class="myPage"><a href="http://person.news.yahoo.co.jp/u/login" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL3BlcnNvbi5uZXdzLnlhaG9vLmNvLmpwL3UvbG9naW4-/RS=^ADAKqgBEJEB_jAglzmLzLlR2HAjG9M-;_ylt=A7YWOgEDJsFY.TUA8LAvl.Z7'"><span class="myThumb"><img src="http://i.yimg.jp/images/bloom/v201212/anonymous_24.png" width="24" height="24" /></span></a><a href="http://person.news.yahoo.co.jp/u/login" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL3BlcnNvbi5uZXdzLnlhaG9vLmNvLmpwL3UvbG9naW4-/RS=^ADAKqgBEJEB_jAglzmLzLlR2HAjG9M-;_ylt=A7YWOgEDJsFY.TUA8bAvl.Z7'"><span class="myName">ユーザーページ</span></a>
+ </li>
+ <li class="purchase"><a href="http://headlines.yahoo.co.jp/purchase/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9wdXJjaGFzZS8-/RS=^ADA4LnIVJJC.OnP7hxl51hon8DlBQ4-;_ylt=A7YWOgEDJsFY.TUA8rAvl.Z7'">購読一覧</a></li>
+ <li class="setting"><a href="http://person.news.yahoo.co.jp/settings/profile/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL3BlcnNvbi5uZXdzLnlhaG9vLmNvLmpwL3NldHRpbmdzL3Byb2ZpbGUv/RS=^ADAyuPlpBEWlsq2u0eKG8Mi19tcTMo-;_ylt=A7YWOgEDJsFY.TUA87Avl.Z7'">設定</a></li>
+ </ul>
+ <!-- /.personalInfo -->
+
+ </div>
+ <!-- /#search -->
+ <!--グローバルナビ-->
+ <div id="globalNav">
+ <ul id="gnPri">
+ <!-- global nav primary -->
+ <li id="gnPriHeadlines"><a href="http://news.yahoo.co.jp" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanA-/RS=^ADAdTdnzilw2wJNN2bs5pl037o02Ro-;_ylt=A7YWOgEDJsFY.TUA9LAvl.Z7'">トップ</a></li>
+ <li id="gnPriFlash"><a href="http://news.yahoo.co.jp/flash" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvZmxhc2g-/RS=^ADAdG5WQ6iawsAaeWXgMXIhpeXQ1qE-;_ylt=A7YWOgEDJsFY.TUA9bAvl.Z7'">速報</a></li>
+ <li id="gnPriPhoto"><a href="http://news.yahoo.co.jp/photo" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvcGhvdG8-/RS=^ADAPpKeZY_cEO3TJ8aZfR.m0MbjuN4-;_ylt=A7YWOgEDJsFY.TUA9rAvl.Z7'">写真</a></li>
+ <li id="gnPriVideo"><a href="http://headlines.yahoo.co.jp/videonews/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC92aWRlb25ld3Mv/RS=^ADA8kkojVYRbvCni40MAO6sw5BDlfg-;_ylt=A7YWOgEDJsFY.TUA97Avl.Z7'">映像</a></li>
+ <li id="gnPriZasshi"><a href="http://news.yahoo.co.jp/zasshi" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvemFzc2hp/RS=^ADA3W5hJfcSA0WHl90pXcthYiykh3M-;_ylt=A7YWOgEDJsFY.TUA.LAvl.Z7'">雑誌</a></li>
+ <li id="gnPriBylines"><a href="http://bylines.news.yahoo.co.jp/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2J5bGluZXMubmV3cy55YWhvby5jby5qcC8-/RS=^ADAQzNqpa02Lm180rVv3DibuXD5J3g-;_ylt=A7YWOgEDJsFY.TUA.bAvl.Z7'">個人</a></li>
+ <li id="gnPriBusiness" class="current"><a href="http://news.yahoo.co.jp/biz" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvYml6/RS=^ADAiYPdBYDdyhIqj7B_tX2RNHkeYlc-;_ylt=A7YWOgEDJsFY.TUA.rAvl.Z7'">ビジネス</a></li>
+ <li id="gnPriFeature"><a href="http://news.yahoo.co.jp/feature" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvZmVhdHVyZQ--/RS=^ADAQPCFE_SyIYw9O4Z8hnk4yhJ8eLQ-;_ylt=A7YWOgEDJsFY.TUA.7Avl.Z7'">特集</a></li>
+ <li id="gnPriResearch"><a href="http://polls.dailynews.yahoo.co.jp/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL3BvbGxzLmRhaWx5bmV3cy55YWhvby5jby5qcC8-/RS=^ADAAdTKiyrY5YNeCjVbz1gJ9n6jJWk-;_ylt=A7YWOgEDJsFY.TUA_LAvl.Z7'">意識調査</a></li>
+ <li id="gnPriRanking"><a href="http://news.yahoo.co.jp/ranking" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvcmFua2luZw--/RS=^ADATNs2bG1S_AG0Ua1H0X_zS88WL1w-;_ylt=A7YWOgEDJsFY.TUA_bAvl.Z7'">ランキング</a></li>
+ </ul>
+
+ <div class="gnSecWrap">
+ <ul id="gnSec">
+ <!-- global nav secondaly -->
+ <li><a href="http://news.yahoo.co.jp/biz">ビジネストップ</a></li>
+ <li><a href="http://news.yahoo.co.jp/biz/category/economy">経済</a></li>
+ <li><a href="http://news.yahoo.co.jp/biz/category/enterprise">企業</a></li>
+ <li><a href="http://news.yahoo.co.jp/biz/category/global">グローバル</a></li>
+ <li><a href="http://news.yahoo.co.jp/biz/category/market">マーケット</a></li>
+ <li><a href="http://news.yahoo.co.jp/biz/category/career">キャリア</a></li>
+ <li><a href="http://news.yahoo.co.jp/biz/category/technology">テクノロジー</a></li>
+ </ul>
+ </div>
+ </div>
+ <!-- /.globalNav -->
+ <!--/グローバルナビ-->
+ <div id="cat-pass"></div>
+ <!--/#cat-pass-->
+ </div>
+ <!--/#contentsHeader-->
+
+ <div id="contentsBody">
+ <span class="yj-guid"><a name="contents-start" id="contents-start"></a><img src="http://i.yimg.jp/images/clear.gif" alt="ここから本文です" width="1" height="1" /></span>
+
+ <!--main start-->
+ <div id="main">
+ <div class="mainBox">
+
+ <noscript>
+&lt;div class="alertBox"&gt;
+&lt;div class="alert"&gt;
+&lt;i&gt;&lt;/i&gt;&lt;p&gt;現在&lt;em&gt;JavaScriptが無効&lt;/em&gt;になっています。Yahoo!ニュースのすべての機能を利用するためには、JavaScriptの設定を有効にしてください。&lt;br&gt;JavaScriptの設定を変更する方法は&lt;a href="http://help.yahoo.co.jp/help/jp/common/sys/sys-07.html"&gt;こちら&lt;/a&gt;。&lt;/p&gt;
+&lt;/div&gt;
+&lt;/div&gt;
+</noscript>
+ <script type="text/javascript" language="JavaScript">
+ yads_ad_ds = '55033_33065';
+ yads_bucket_id = miffy_bucket_id;
+ </script>
+ <div class="adTtlYdn">
+ <script type="text/javascript" language="JavaScript" src="http://yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script><span></span>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=55033_33065&amp;t=j&amp;ssl=0&amp;fr_id=yads_6980208-0&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci&amp;tagpos=244x211"></script>
+ </div>
+
+ <div class="article">
+ <div id="ym_newsarticle">
+ <!--- interest_match_relevant_zone_start --->
+ <div class="hd">
+ <h1>トレンドマイクロ、公衆無線LANを安全に使うためのアプリ「フリーWi-Fiプロテクション」</h1>
+ <p class="source"><a href="http://headlines.yahoo.co.jp/list/?m=cnetj" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/medianame/articles/RV=1/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9saXN0Lz9tPWNuZXRq;_ylt=A7YWOgEDJsFY.TUAv7Avl.Z7'">CNET Japan</a> 3/9(木) 18:45配信
+ </p>
+ <div class="snsButton">
+ <ul>
+ <li class="yjnSnsBtn">
+ <a href="http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly90d2l0dGVyLmNvbS9pbnRlbnQvdHdlZXQ_aGFzaHRhZ3M9WWFob28lRTMlODMlOEIlRTMlODMlQTUlRTMlODMlQkMlRTMlODIlQjkmb3JpZ2luYWxfcmVmZXJlcj1odHRwJTNBJTJGJTJGaGVhZGxpbmVzLnlhaG9vLmNvLmpwJTJGaGwlM0ZhJTNEMjAxNzAzMDktMzUwOTc4MzgtY25ldGotc2NpJnRleHQ9JUUzJTgzJTg4JUUzJTgzJUFDJUUzJTgzJUIzJUUzJTgzJTg5JUUzJTgzJTlFJUUzJTgyJUE0JUUzJTgyJUFGJUUzJTgzJUFEJUUzJTgwJTgxJUU1JTg1JUFDJUU4JUExJTg2JUU3JTg0JUExJUU3JUI3JTlBTEFOJUUzJTgyJTkyJUU1JUFFJTg5JUU1JTg1JUE4JUUzJTgxJUFCJUU0JUJEJUJGJUUzJTgxJTg2JUUzJTgxJTlGJUUzJTgyJTgxJUUzJTgxJUFFJUUzJTgyJUEyJUUzJTgzJTk3JUUzJTgzJUFBJUUzJTgwJThDJUUzJTgzJTk1JUUzJTgzJUFBJUUzJTgzJUJDV2ktRmklRTMlODMlOTclRTMlODMlQUQlRTMlODMlODYlRTMlODIlQUYlRTMlODIlQjclRTMlODMlQTclRTMlODMlQjMlRTMlODAlOEQlRUYlQkMlODhDTkVUJTIwSmFwYW4lRUYlQkMlODklMjAtJTIwWWFob28lMjElRTMlODMlOEIlRTMlODMlQTUlRTMlODMlQkMlRTMlODIlQjkmdHdfcD10d2VldGJ1dHRvbiZ1cmw9aHR0cCUzQSUyRiUyRmhlYWRsaW5lcy55YWhvby5jby5qcCUyRmhsJTNGYSUzRDIwMTcwMzA5LTM1MDk3ODM4LWNuZXRqLXNjaQ--/RS=%5EADA0hVu6aGxiaIKUWpENbe6eNNKa.I-;_ylt=A7YWOgEDJsFY.TUA0rAvl.Z7" target="_blank">
+ <div class="twBtn"><span>ツイート</span></div>
+ </a>
+ </li>
+ <li class="yjnSnsBtn">
+ <a href="http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3NoYXJlci9zaGFyZXIucGhwP3U9aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA5LTM1MDk3ODM4LWNuZXRqLXNjaQ--/RS=%5EADAWIDPx9Ml7C55R8Gy8MiskPhYYmQ-;_ylt=A7YWOgEDJsFY.TUA1LAvl.Z7" onclick="window.open(this.href, 'FBwindow', 'width=650, height=450, menubar=no, toolbar=no, scrollbars=yes'); return false;">
+ <div class="fbBtn"><span>シェアする</span></div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+
+ <div class="articleMain">
+ <div class="paragraph">
+ <p class="ynDetailText">
+ トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット向けのセキュリティアプリ「フリーWi-Fiプロテクション」(iOS/Android)の発売を開始すると発表した。1年版ライセンスは2900円(税込)で、2年版ライセンスは5000円(税込)。<br />
+ <br />  フリーWi-Fiプロテクションは、App Storeおよび、Google Playにて販売され、既に提供しているスマホ・タブレット向け総合セキュリティ対策アプリ「ウイルスバスター モバイル」と併用することで、不正アプリや危険なウェブサイトからの保護に加え、通信の盗み見を防ぐことができる。<br />
+ <br />  2020年の東京オリンピック・パラリンピックの開催などを見据え、フリーWi-Fi(公衆無線LAN)の設置が促進され、フリーWi-Fiの利用者も増加している。
+ <br />
+ <br />  一方で、脆弱な設定のフリーWi-Fiや攻撃者が設置した偽のフリーWi-Fiへの接続などによる情報漏えい、通信の盗み見などのセキュリティリスクが危惧されているという。
+ <br />
+ <br />  正規事業者が提供する安全性の高いフリーWi-Fiのほかにも、通信を暗号化していない安全性の低いフリーWi-Fi、さらにはサイバー犯罪者が設置したフリーWi-Fiなどさまざまなものが混在している。また、利用者は、接続する前にひとつひとつ安全性を確認するのは難しい状況だとしている。
+ <br />
+ <br />  トレンドマイクロがスマートフォン保持者でフリーWi-Fiの利用経験がある人に実施した調査では、回答者の約85%が安全なフリーWi-Fiと危険なフリーWi-Fiは「見分けられない」と回答。さらに、約65%がフリーWi-Fiの利用に不安を感じていると回答している。
+ <br />
+ <br />  こうした環境の変化やユーザの状況を鑑み、フリーWi-Fiプロテクションの提供を開始する。同アプリをインストールすることで利用者は、万が一安全性の低いフリーWi-Fiのアクセスポイントに接続してしまった場合でも、その通信を暗号化でき、通信の盗み見やそれによる情報漏えいのリスクを低減できるようになる。
+ <br />
+ <br />  具体的には、フリーWi-Fi利用時に、スマートフォンがフリーWi-Fiプロテクションインフラに接続することにより、フリーWi-Fiのアクセスポイントを介した通信がVPN(Virtual Private Network)で暗号化される。これにより利用者は、第三者から通信を傍受されることやデータの情報漏えいを防ぐことが可能。さらに、かんたん自動接続の機能により、通信を暗号化していない安全性が低いフリーWi-Fi接続時や利用者が指定したWi-Fiへ接続する際に、自動的に通信を暗号化し、利用者の通信を保護する。<br />
+ <br />  また、フリーWi-Fiプロテクションインフラと、莫大なセキュリティ情報のビッグデータを保有するクラウド型セキュリティ技術基盤「Trend Micro Smart Protection Network」(SPN)が連携することで、フリーWi-Fiプロテクションインフラを経由してインターネットを利用する際に、利用者がフィッシング詐欺サイトや偽サイトなどへの不正サイトへアクセスすることをブロックできるという。</p>
+ </div>
+ <!-- /.paragraph -->
+
+
+
+ <div class="ynDetailRelArticle">
+ <div class="listTitle">【関連記事】</div>
+ <ul>
+ <li><a href="http://rdsig.yahoo.co.jp/media/news/rd_tool/cnetj/articles/sci/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly9qYXBhbi5jbmV0LmNvbS9uZXdzL3NlcnZpY2UvMzUwOTUyNjMvP3JlZj15ag--/RS=%5EADAyThplohjh_otBDigxUMD2uwNpcY-;_ylt=A7YWOgEDJsFY.TUAwbAvl.Z7;_ylu=X3oDMWM0MGdiajZ0BHBvcwMxBHJsX3RpdGxlA05FWENPM.ekvuOAgemrmOmAn.mBk.i3r1NB44KEUEHjga7lhazooYbnhKHnt5pMQU7jgqLjgqvjgqbjg7Pjg4jjgpLlhbHpgJrljJYtLeWIqeeUqOWItumZkOOBruaSpOW7g.OCggRybF91cmwDaHR0cHM6Ly9qYXBhbi5jbmV0LmNvbS9uZXdzL3NlcnZpY2UvMzUwOTUyNjMvP3JlZj15agRzZWMDcmVsYXRlZARzbGsDcGMEdGl0bGUD44OI44Os44Oz44OJ44Oe44Kk44Kv44Ot44CB5YWs6KGG54Sh57eaTEFO44KS5a6J5YWo44Gr5L2_44GG44Gf44KB44Gu44Ki44OX44Oq44CM44OV44Oq44O8V2ktRmnjg5fjg63jg4bjgq_jgrfjg6fjg7PjgI0EdXJsA2h0dHA6Ly9oZWFkbGluZXMueWFob28uY28uanAvaGw_YT0yMDE3MDMwOS0zNTA5NzgzOC1jbmV0ai1zY2k-"> NEXCO3社、高速道路SAやPAの公衆無線LANアカウントを共通化--利用制限の撤廃も </a></li>
+ <li><a href="http://rdsig.yahoo.co.jp/media/news/rd_tool/cnetj/articles/sci/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly9qYXBhbi5jbmV0LmNvbS9uZXdzL3NlcnZpY2UvMzUwNzM2MjkvP3JlZj15ag--/RS=%5EADALotaP7ytzm7b3WHCZWShVoMemRU-;_ylt=A7YWOgEDJsFY.TUAwrAvl.Z7;_ylu=X3oDMWMwOGNtMmcwBHBvcwMyBHJsX3RpdGxlA.ODiOODrOODs.ODieODnuOCpOOCr.ODreOAgeOCu.OCreODpeODquODhuOCo.OCteODvOODk.OCueOAjOOBguOCk.OBl.OCk.ODleODquODvFdpLUZp44CN44KS5o.Q5L6bBHJsX3VybANodHRwczovL2phcGFuLmNuZXQuY29tL25ld3Mvc2VydmljZS8zNTA3MzYyOS8_cmVmPXlqBHNlYwNyZWxhdGVkBHNsawNwYwR0aXRsZQPjg4jjg6zjg7Pjg4njg57jgqTjgq_jg63jgIHlhazooYbnhKHnt5pMQU7jgpLlronlhajjgavkvb_jgYbjgZ_jgoHjga7jgqLjg5fjg6rjgIzjg5Xjg6rjg7xXaS1GaeODl.ODreODhuOCr.OCt.ODp.ODs.OAjQR1cmwDaHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA5LTM1MDk3ODM4LWNuZXRqLXNjaQ--"> トレンドマイクロ、セキュリティサービス「あんしんフリーWi-Fi」を提供 </a></li>
+ <li><a href="http://rdsig.yahoo.co.jp/media/news/rd_tool/cnetj/articles/sci/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly9qYXBhbi5jbmV0LmNvbS9uZXdzL3NlcnZpY2UvMzUwNzYzNzYvP3JlZj15ag--/RS=%5EADA3sjSiznu0CEKG6CRS7jBQj6ggiE-;_ylt=A7YWOgEDJsFY.TUAw7Avl.Z7;_ylu=X3oDMWJvMmdiM3YxBHBvcwMzBHJsX3RpdGxlA.ODk.ODg.OCsOODreODvOODluOAgeWFrOihhueEoee3mkxBTuOCteODvOODk.OCueOAjEJJR0xPQkUgV2ktRmnjgI3jgpIy5pyIMeaXpeOBi.OCieaPkOS.mwRybF91cmwDaHR0cHM6Ly9qYXBhbi5jbmV0LmNvbS9uZXdzL3NlcnZpY2UvMzUwNzYzNzYvP3JlZj15agRzZWMDcmVsYXRlZARzbGsDcGMEdGl0bGUD44OI44Os44Oz44OJ44Oe44Kk44Kv44Ot44CB5YWs6KGG54Sh57eaTEFO44KS5a6J5YWo44Gr5L2_44GG44Gf44KB44Gu44Ki44OX44Oq44CM44OV44Oq44O8V2ktRmnjg5fjg63jg4bjgq_jgrfjg6fjg7PjgI0EdXJsA2h0dHA6Ly9oZWFkbGluZXMueWFob28uY28uanAvaGw_YT0yMDE3MDMwOS0zNTA5NzgzOC1jbmV0ai1zY2k-"> ビッグローブ、公衆無線LANサービス「BIGLOBE Wi-Fi」を2月1日から提供 </a></li>
+ <li><a href="http://rdsig.yahoo.co.jp/media/news/rd_tool/cnetj/articles/sci/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly9qYXBhbi50ZWNocmVwdWJsaWMuY29tL2FydGljbGUvMzUwOTc0MTguaHRtP3JlZj15ag--/RS=%5EADAMw3haQxfjZL3fK.TQM18xAwPlrE-;_ylt=A7YWOgEDJsFY.TUAxLAvl.Z7;_ylu=X3oDMWJudGlpMnFzBHBvcwM0BHJsX3RpdGxlA.OAjFJhc3BiZXJyeSBQaSBaZXJvIFfjgI3jgpLlhpnnnJ_jgafopovjgostLVdpLUZp5qmf6IO944KS5pCt6LyJ44GX44Gf5paw44Oi44OH44OrBHJsX3VybANodHRwczovL2phcGFuLnRlY2hyZXB1YmxpYy5jb20vYXJ0aWNsZS8zNTA5NzQxOC5odG0_cmVmPXlqBHNlYwNyZWxhdGVkBHNsawNwYwR0aXRsZQPjg4jjg6zjg7Pjg4njg57jgqTjgq_jg63jgIHlhazooYbnhKHnt5pMQU7jgpLlronlhajjgavkvb_jgYbjgZ_jgoHjga7jgqLjg5fjg6rjgIzjg5Xjg6rjg7xXaS1GaeODl.ODreODhuOCr.OCt.ODp.ODs.OAjQR1cmwDaHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA5LTM1MDk3ODM4LWNuZXRqLXNjaQ--"> 「Raspberry Pi Zero W」を写真で見る--Wi-Fi機能を搭載した新モデル </a></li>
+ <li><a href="http://rdsig.yahoo.co.jp/media/news/rd_tool/cnetj/articles/sci/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly9qYXBhbi56ZG5ldC5jb20vYXJ0aWNsZS8zNTA4NzE1MS8_cmVmPXlq/RS=%5EADAllqIQVGX4zEXv2jxDy2ZG_0TnyY-;_ylt=A7YWOgEDJsFY.TUAxbAvl.Z7;_ylu=X3oDMWFnc3U1dGFlBHBvcwM1BHJsX3RpdGxlA.e1tuWvvuOBq.OCruODvOOCr.OBl.OBi.iyt.OCj.OBquOBhDMy5p6a44GuVOOCt.ODo.ODhARybF91cmwDaHR0cHM6Ly9qYXBhbi56ZG5ldC5jb20vYXJ0aWNsZS8zNTA4NzE1MS8_cmVmPXlqBHNlYwNyZWxhdGVkBHNsawNwYwR0aXRsZQPjg4jjg6zjg7Pjg4njg57jgqTjgq_jg63jgIHlhazooYbnhKHnt5pMQU7jgpLlronlhajjgavkvb_jgYbjgZ_jgoHjga7jgqLjg5fjg6rjgIzjg5Xjg6rjg7xXaS1GaeODl.ODreODhuOCr.OCt.ODp.ODs.OAjQR1cmwDaHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA5LTM1MDk3ODM4LWNuZXRqLXNjaQ--"> 絶対にギークしか買わない32枚のTシャツ </a></li>
+ </ul>
+ </div>
+ <!--- interest_match_relevant_zone_end --->
+ </div>
+ <div class="ft">
+ <p class="ynLastEditDate yjSt">最終更新:3/9(木) 18:45</p>
+ <p class="ynCobrandBanner">
+ <a href="http://rdsig.yahoo.co.jp/media/news/cobrand/cnetj/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2phcGFuLmNuZXQuY29tLw--/RS=%5EADA5fhlOeGBp9LaG3IS9duiOkz7zFc-;_ylt=A7YWOgEDJsFY.TUAwLAvl.Z7"><img src="https://s.yimg.jp/images/news/cobranding/cnetj.gif" alt="CNET Japan" width="170" height="40" /></a>
+ </p>
+ </div>
+ <!-- /.ft -->
+
+
+ <div class="snsButton">
+ <ul>
+ <li class="yjnSnsBtn">
+ <a href="http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly90d2l0dGVyLmNvbS9pbnRlbnQvdHdlZXQ_aGFzaHRhZ3M9WWFob28lRTMlODMlOEIlRTMlODMlQTUlRTMlODMlQkMlRTMlODIlQjkmb3JpZ2luYWxfcmVmZXJlcj1odHRwJTNBJTJGJTJGaGVhZGxpbmVzLnlhaG9vLmNvLmpwJTJGaGwlM0ZhJTNEMjAxNzAzMDktMzUwOTc4MzgtY25ldGotc2NpJnRleHQ9JUUzJTgzJTg4JUUzJTgzJUFDJUUzJTgzJUIzJUUzJTgzJTg5JUUzJTgzJTlFJUUzJTgyJUE0JUUzJTgyJUFGJUUzJTgzJUFEJUUzJTgwJTgxJUU1JTg1JUFDJUU4JUExJTg2JUU3JTg0JUExJUU3JUI3JTlBTEFOJUUzJTgyJTkyJUU1JUFFJTg5JUU1JTg1JUE4JUUzJTgxJUFCJUU0JUJEJUJGJUUzJTgxJTg2JUUzJTgxJTlGJUUzJTgyJTgxJUUzJTgxJUFFJUUzJTgyJUEyJUUzJTgzJTk3JUUzJTgzJUFBJUUzJTgwJThDJUUzJTgzJTk1JUUzJTgzJUFBJUUzJTgzJUJDV2ktRmklRTMlODMlOTclRTMlODMlQUQlRTMlODMlODYlRTMlODIlQUYlRTMlODIlQjclRTMlODMlQTclRTMlODMlQjMlRTMlODAlOEQlRUYlQkMlODhDTkVUJTIwSmFwYW4lRUYlQkMlODklMjAtJTIwWWFob28lMjElRTMlODMlOEIlRTMlODMlQTUlRTMlODMlQkMlRTMlODIlQjkmdHdfcD10d2VldGJ1dHRvbiZ1cmw9aHR0cCUzQSUyRiUyRmhlYWRsaW5lcy55YWhvby5jby5qcCUyRmhsJTNGYSUzRDIwMTcwMzA5LTM1MDk3ODM4LWNuZXRqLXNjaQ--/RS=%5EADA0hVu6aGxiaIKUWpENbe6eNNKa.I-;_ylt=A7YWOgEDJsFY.TUA07Avl.Z7" target="_blank">
+ <div class="twBtn"><span>ツイート</span></div>
+ </a>
+ </li>
+ <li class="yjnSnsBtn">
+ <a href="http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3NoYXJlci9zaGFyZXIucGhwP3U9aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA5LTM1MDk3ODM4LWNuZXRqLXNjaQ--/RS=%5EADAWIDPx9Ml7C55R8Gy8MiskPhYYmQ-;_ylt=A7YWOgEDJsFY.TUA1bAvl.Z7" onclick="window.open(this.href, 'FBwindow', 'width=650, height=450, menubar=no, toolbar=no, scrollbars=yes'); return false;">
+ <div class="fbBtn"><span>シェアする</span></div>
+ </a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <!-- /#ym_newsarticle -->
+ </div>
+ <!-- /.article -->
+
+
+
+ <script type="text/javascript" language="JavaScript">
+ yads_ad_ds = '38649_31304';
+ yads_bucket_id = miffy_bucket_id;
+ </script>
+ <div class="adTextYdn">
+ <script type="text/javascript" language="JavaScript" src="http://yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script><span></span>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=38649_31304&amp;t=j&amp;ssl=0&amp;fr_id=yads_8339067-1&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci&amp;tagpos=237x1948"></script>
+ </div>
+ <div id="themeSticker" class="follow yjxTheme" data-article-id="20170309-35097838-cnetj" data-destination-type="news_theme" data-ult-sid="2078709551" data-ult-sec="tm_mod" data-newsui="1" style="height:0"><iframe id="themeSticker_frame" scrolling="no" allowtransparency="true" style="vertical-align: bottom;" src="https://follow.yahoo.co.jp/plugin/cache/sticker/list/?tids=&amp;tname=&amp;aid=20170309-35097838-cnetj&amp;dtype=news_theme&amp;size=wide&amp;sid=2078709551&amp;sec=tm_mod&amp;results=3&amp;vtestid=&amp;v_pkjp=&amp;frameid=themeSticker_frame&amp;alternative=&amp;newsui=1&amp;bucket=" width="632" height="0" frameborder="0"></iframe></div>
+
+ <script type="text/javascript" language="JavaScript" src="https://s.yimg.jp/images/follow/website/plugin/external/js/sticker-1.0.0.min.js"></script>
+
+ <script type="text/javascript">
+ & lt;
+ !--
+ (function($) {
+ $(document).ready(function() {
+ YAHOO.JP.Follow.Sticker.init({
+ 'stckrClass': 'yjxTheme',
+ 'stckrSize': 'wide',
+ 'isCache': true,
+ 'stckrType': 'list',
+ 'frameWidth': 632
+ });
+
+ YAHOO.JP.Follow.Sticker.bind();
+ });
+ })(jQuery);
+ //--&gt;
+ </script>
+
+
+ <div id="ycd-p4"><iframe src="http://s.yimg.jp/images/ycd/lib/ycdloader/3.0.0/ycdproxy.html?placeholder=ycd-p4&amp;origin=http%3A%2F%2Fheadlines.yahoo.co.jp" scrolling="no" marginheight="0" marginwidth="0" style="overflow: hidden; border: 0px none; margin-top: 0px; margin-left: 0px; margin-right: 0px; height: 800px;" width="100%" height="0" frameborder="0"></iframe></div>
+ <script type="text/javascript">
+ YAHOO.JP.Ycd.recommend.loader.showModule({
+ into: 'ycd-p4',
+ dirName: 'yahoojp-p4-c2-leiis',
+ mode: 'organic-thumbnails-C2-PC2-Org',
+ placement: 'Below Article Thumbnails-p4',
+ container: 'taboola-below-article-thumbnails-p4',
+ rapid: {
+ "sec": "smlr",
+ "slk": "title"
+ }
+ });
+ </script>
+ <script type="text/javascript">
+ YAHOO.JP.Ycd.recommend.loader.showModule({
+ into: 'ycd-p4',
+ dirName: 'yahoojp-p4-c2-leiis',
+ mode: 'thumbnails-C2-PC3-SC',
+ placement: 'Below Article Thumbnails-p4-sc',
+ container: 'taboola-below-article-thumbnails-p4-sc',
+ rapid: {
+ "sec": "sc",
+ "slk": "title"
+ },
+ sponsored_contents: true
+ });
+ </script>
+
+ <div class="mainYdn">
+ <script type="text/javascript" language="JavaScript">
+ & lt;
+ !--
+ yads_ad_ds = '20806_10381';
+ yads_bucket_id = miffy_bucket_id;
+ //--&gt;
+ </script>
+ <script type="text/javascript" language="JavaScript" src="http://yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script><span></span>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=20806_10381&amp;t=j&amp;ssl=0&amp;fr_id=yads_7398503-2&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci&amp;tagpos=237x1964"></script>
+ <div style="text-align:center;"><iframe src="http://i.yimg.jp/images/listing/tool/yads/yads-iframe.html?s=20806_10381-131359&amp;t=f&amp;ssl=0&amp;fr_id=yads_7398503-2&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;tag_path=http%3a%2f%2fyads.yjtag.yahoo.co.jp%2ftag&amp;page=1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci&amp;tagpos=237x1964" style="border: medium none; clear: both; display: none; margin: auto; overflow: hidden;" allowtransparency="true" id="yads_7398503-2" name="yads_7398503-2" scrolling="no" width="632" height="250" frameborder="0"></iframe></div>
+ </div>
+
+ <div id="yjSLink"></div>
+ <script type="text/javascript" src="https://s.yimg.jp/images/search/slink/1/slink.js"></script>
+ <script type="text/javascript">
+ YAHOO.JP.srch.slink.onLoad(function(sl) {
+ sl.setParams({
+ serviceCode: 'nws',
+ appID: 'dj0zaiZpPWx1NTNzY1hnbUVoRCZzPWNvbnN1bWVyc2VjcmV0Jng9NGI-',
+ articleID: '20170309-35097838-cnetj',
+ spaceID: '2078709551',
+ linkCount: 5
+ });
+ });
+ </script>
+
+
+ <script type="text/javascript" src="http://i.yimg.jp/lib/news/json/jsr_class_1_1.js"></script>
+ <script type="text/javascript">
+ //&lt;!--
+ if (typeof YJNEWS == "undefined" || !YJNEWS) {
+ YJNEWS = {}
+ }
+ if (typeof YJNEWS.FB == "undefined" || !YJNEWS.FB) {
+ YJNEWS.FB = {}
+ }
+ YJNEWS.FB.spaceId = "2078709551";
+ YJNEWS.FB.url = "http://headlines.yahoo.co.jp/hl?a=20170309-35097838-cnetj-sci";
+ YJNEWS.FB.commentLoaded = false;
+ YJNEWS.FB.numPosts = '5';
+ YJNEWS.FB.initSetting = {
+ dispArticleNum: 5,
+ flag: false,
+ deviceFlag: 'pc'
+ };
+ //--&gt;
+ </script>
+ <script type="text/javascript" src="http://i.yimg.jp/lib/news/socialModule/facebook_1_13-min.js">
+ </script>
+ <script type="text/javascript" src="http://i.yimg.jp/lib/news/socialModule/tab_1_8-min.js"></script>
+ <div class="ynCtsSelectNav" style="">
+ <div id="commentTab" class="current"></div>
+ </div>
+ <div class="commentBox" id="commentTabContents" style="">
+ <script type="text/javascript" src="http://i.yimg.jp/images/news/v2/comment/js/commentloader/commentloader-5.1.0.min.js" charset="UTF-8"></script>
+
+ <div class="news-comment-plugin" data-defer="" data-page-type="short" data-device-type="pc" data-keys="UvlyA82DKGCMnkPKGXlZAWnSotAW79g7838O.CmP.3PARO8L2rHOAcPKsH6mM.GGnt0coWjG6Bj_kcE5OevIb8iuRVap_laMre66nbLqdsdORKPBqn8lOIw-" data-full-page-url="http://headlines.yahoo.co.jp/cm/main?d=20170309-35097838-cnetj-sci" data-reply-num="0" data-comment-num="3">
+
+ <iframe class="news-comment-plguin-iframe" style="width: 100%; height: 186px; border: medium none;" scrolling="no" src="http://plugin.news.yahoo.co.jp/v1/comment/short/?origin=http%3A%2F%2Fheadlines.yahoo.co.jp&amp;keys=UvlyA82DKGCMnkPKGXlZAWnSotAW79g7838O.CmP.3PARO8L2rHOAcPKsH6mM.GGnt0coWjG6Bj_kcE5OevIb8iuRVap_laMre66nbLqdsdORKPBqn8lOIw-&amp;full_page_url=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fcm%2Fmain%3Fd%3D20170309-35097838-cnetj-sci&amp;comment_num=3&amp;ref=&amp;bkt=&amp;flt=&amp;disable_total_count=&amp;device=pc&amp;ua=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10.11%3B+rv%3A55.0%29+Gecko%2F20100101+Firefox%2F55.0" frameborder="0"></iframe></div>
+ <ul class="commentNotice">
+ <li class="notice">※コメントは個人の見解であり、記事提供社と関係はありません。</li>
+ <li class="hidden"><input id="commentChk" type="checkbox" /><label for="commentChk">コメント非表示</label></li>
+ </ul>
+ <script type="text/javascript" src="http://i.yimg.jp/lib/news/socialModule/comment-3_0-min.js"></script>
+ </div>
+
+ <script type="text/javascript">
+ if (YJNEWS & amp; & amp; YJNEWS.TAB) {
+ YJNEWS.TAB.setTabProperty({
+ 'tabId': 'commentTab',
+ 'contentsId': 'commentTabContents',
+ 'prefunc': getComment,
+ 'owner': window,
+ 'rdLabelCngTab': '/media/news/tab/click/comment/pc/textnews/',
+ 'rdLabelImp': '/media/news/tab/imp/comment/pc/textnews/'
+ });
+ }
+ </script>
+
+
+ </div>
+ <!-- /#mainBox-->
+
+ <script type="text/javascript" language="JavaScript">
+ var msc_sqb_type = 'news_sqb_reserved';
+ </script>
+ <div id="pos-sqb" class="ymuiContainerNopad">
+ <script type="text/javascript">
+ yads_ad_ds = '54396_12741';
+ yads_ad_space = '2078709551';
+ yads_bucket_id = window.miffy_bucket_id || '';
+ if (typeof msc_sqb_type !== 'undefined' & amp; & amp; msc_sqb_type !== null) {
+ yads_type_tag = msc_sqb_type;
+ }
+ </script>
+ <script type="text/javascript" src="//yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=54396_12741&amp;t=j&amp;ssl=0&amp;fr_id=yads_3196971-3&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;type=news_sqb_reserved&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci&amp;tagpos=711x2190"></script>
+ <div style="text-align:center;"><iframe src="http://i.yimg.jp/images/listing/tool/yads/yads-iframe.html?s=54396_12741-122008&amp;t=f&amp;ssl=0&amp;fr_id=yads_3196971-3&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;tag_path=http%3a%2f%2fyads.yjtag.yahoo.co.jp%2ftag&amp;type=news_sqb_reserved&amp;page=1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci&amp;tagpos=711x2190" style="border: medium none; clear: both; display: none; margin: auto; overflow: hidden;" allowtransparency="true" id="yads_3196971-3" name="yads_3196971-3" scrolling="no" width="100%" height="250" frameborder="0"></iframe></div>
+ <!-- http://ard.yahoo.co.jp/SIG=1590026qr/M=300834580.301686286.303471505.314573040/D=jp_hdln_te/S=2078709551:SQB/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=jDR_ALYWOUA-/J=1489053188005996/SIG=1197piifn/A=302195969/R=0/?http://www.yahoo.co.jp/ -->
+ <img src="//yjtag.yahoo.co.jp/csx?tp=8FzrfRY" width="1" height="1" />
+ <img src="//yjtag.yahoo.co.jp/csx?tp=vGtt1zQG" width="1" height="1" />
+ <img src="//yj.adnxs.com/seg?add=7103556&amp;t=2" width="1" height="1" />
+ <img src="//ib.adnxs.com/seg?add=7103559&amp;t=2" width="1" height="1" />
+ <img src="https://ib.adnxs.com/getuid?https%3A%2F%2Fcm.g.doubleclick.net%2Fpixel%3Fgoogle_nid%3Dappnexus1%26google_sc%26google_hm%3D%24%7BBASE64_UID_ENC%7D%26google_cm" style="position:absolute;left:-10000px;" width="1" height="1" />
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['jDR_ALYWOUA-'] = '&amp;U=13j3eal5r%2fN%3djDR_ALYWOUA-%2fC%3d300834580.301686286.303471505.314573040%2fD%3dSQB%2fB%3d302195969';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mar804m%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d2204578554%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13j3eal5r%2fN%3djDR_ALYWOUA-%2fC%3d300834580.301686286.303471505.314573040%2fD%3dSQB%2fB%3d302195969"&gt;&lt;/div&gt;</noscript></div>
+ </div>
+ <!--/#main-->
+ <!--main end-->
+
+ <!--sub start-->
+ <div id="sub">
+
+ <script type="text/javascript" language="JavaScript">
+ var msc_lrec_type = 'news_lrec_reserved';
+ </script>
+ <div id="lrec">
+ <script type="text/javascript" language="JavaScript">
+ yads_ad_ds = '15511_2245';
+ yads_bucket_id = window.miffy_bucket_id || '';
+ yads_type_tag = window.miffy_bucket_id || '';
+ </script>
+ <script type="text/javascript" language="JavaScript" src="//yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=15511_2245&amp;t=j&amp;ssl=0&amp;fr_id=yads_2742050-4&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci&amp;tagpos=711x2441"></script>
+ <div style="text-align:center;"><iframe src="http://i.yimg.jp/images/listing/tool/yads/yads-iframe.html?s=15511_2245-130633&amp;t=f&amp;ssl=0&amp;fr_id=yads_2742050-4&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;tag_path=http%3a%2f%2fyads.yjtag.yahoo.co.jp%2ftag&amp;page=1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci&amp;tagpos=711x2441" style="border:none; clear:both; display:block; margin:auto; overflow:hidden; " allowtransparency="true" id="yads_2742050-4" name="yads_2742050-4" scrolling="no" width="300" height="250" frameborder="0"></iframe></div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['hzR_ALYWOUA-'] = '&amp;U=13kpf5ouu%2fN%3dhzR_ALYWOUA-%2fC%3d300963762.301832608.303458300.317962756%2fD%3dLREC%2fB%3d302171865';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mb6raih%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d3809629289%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13kpf5ouu%2fN%3dhzR_ALYWOUA-%2fC%3d300963762.301832608.303458300.317962756%2fD%3dLREC%2fB%3d302171865"&gt;&lt;/div&gt;</noscript></div>
+ <!-- SpaceID=2078709551 loc=NSC noad -->
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['qzR_ALYWOUA-'] = '&amp;U=12755ir75%2fN%3dqzR_ALYWOUA-%2fC%3d-1%2fD%3dNSC%2fB%3d-1';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16ltg3fpn%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d876554074%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=12755ir75%2fN%3dqzR_ALYWOUA-%2fC%3d-1%2fD%3dNSC%2fB%3d-1"&gt;&lt;/div&gt;</noscript>
+ <div class="tmplNews002-1 rkgYdn">
+ <div class="subMod subRanking rc">
+ <div class="hd">
+ <h3 class="ttl">
+ <a href="http://news.yahoo.co.jp/biz" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvYml6/RS=^ADAiYPdBYDdyhIqj7B_tX2RNHkeYlc-;_ylt=A7YWOgEDJsFY.TUAvrAvl.Z7'">
+ 注目のビジネスニュース
+ </a>
+ </h3>
+ </div>
+ <ul class="bd">
+ <li>
+ <a href="http://zasshi.news.yahoo.co.jp/article?a=20170309-00051174-gendaibiz-bus_all" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL3phc3NoaS5uZXdzLnlhaG9vLmNvLmpwL2FydGljbGU_YT0yMDE3MDMwOS0wMDA1MTE3NC1nZW5kYWliaXotYnVzX2FsbA--/RS=^ADA37vn73p8mF6MRgjLSQniMOpfqq8-;_ylt=A7YWOgEDJsFY.TUAubAvl.Z7'">
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggGHp0PtHcrZGu5Iq67PQa7w---x175-y200-q90/amd/20170309-00051174-gendaibiz-000-1-view.jpg" alt="ソフトバンクの「個人向け社債」買うべきか、やめておくべきか その金利は定期預金の200倍だが…" /></span>
+ <span class="ttl">ソフトバンクの「個人向け社債」買うべきか、やめておくべきか その金利は定期預金の200倍だが…</span>
+ <span class="source">現代ビジネス</span>
+ <span class="date">3/9(木) 18:01</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://headlines.yahoo.co.jp/hl?a=20170309-00000070-reut-bus_all" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA5LTAwMDAwMDcwLXJldXQtYnVzX2FsbA--/RS=^ADANm9aRckk9lrftFroRrcq0Lo_H1U-;_ylt=A7YWOgEDJsFY.TUAurAvl.Z7'">
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggtrspYBymXhUeVMDgTDKNdQ---x200-y143-q90/amd/20170309-00000070-reut-000-2-view.jpg" alt="日経平均は5日ぶり反発、円安で大型外需株に買い戻し" /></span>
+ <span class="ttl">日経平均は5日ぶり反発、円安で大型外需株に買い戻し</span>
+ <span class="source">ロイター</span>
+ <span class="date">3/9(木) 15:47</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://zasshi.news.yahoo.co.jp/article?a=20170309-00051119-gendaibiz-bus_all" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL3phc3NoaS5uZXdzLnlhaG9vLmNvLmpwL2FydGljbGU_YT0yMDE3MDMwOS0wMDA1MTExOS1nZW5kYWliaXotYnVzX2FsbA--/RS=^ADAjTVE2ZN3G0CzCts2gMPmAd1I7E0-;_ylt=A7YWOgEDJsFY.TUAu7Avl.Z7'">
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggabcSvIDl9lXYdh8WSP9KAQ---x175-y200-q90/amd/20170309-00051119-gendaibiz-000-1-view.png" alt="人生で本当に価値があるのは「履歴書」か「追悼文」か デイヴィッド・ブルックスの憂鬱" /></span>
+ <span class="ttl">人生で本当に価値があるのは「履歴書」か「追悼文」か デイヴィッド・ブルックスの憂鬱</span>
+ <span class="source">現代ビジネス</span>
+ <span class="date">3/9(木) 18:01</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://headlines.yahoo.co.jp/hl?a=20170309-00000004-wordleaf-bus_all" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA5LTAwMDAwMDA0LXdvcmRsZWFmLWJ1c19hbGw-/RS=^ADATJgU3Jfr6ZI2PT0y9G_KkBFdibo-;_ylt=A7YWOgEDJsFY.TUAvLAvl.Z7'">
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggDN4l56rbYkDHeOjFb4gq8Q---x200-y133-q90/amd/20170309-00000004-wordleaf-000-3-view.jpg" alt="もやしと株価の意外な関係 もやしの消費額で読み解く日本の景気" /></span>
+ <span class="ttl">もやしと株価の意外な関係 もやしの消費額で読み解く日本の景気</span>
+ <span class="source">THE PAGE</span>
+ <span class="date">3/9(木) 17:20</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://headlines.yahoo.co.jp/hl?a=20170309-00010009-newswitch-ind" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA5LTAwMDEwMDA5LW5ld3N3aXRjaC1pbmQ-/RS=^ADAm3Jpn.qb0tjhzB7NV02F.OM0fTc-;_ylt=A7YWOgEDJsFY.TUAvbAvl.Z7'">
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggCyDjV0LRxxIcICnxJ7fHTQ---x200-y133-q90/amd/20170309-00010009-newswitch-000-1-view.jpg" alt="日立グループとホンダが手を組んだEV用中核部品の今後" /></span>
+ <span class="ttl">日立グループとホンダが手を組んだEV用中核部品の今後</span>
+ <span class="source">ニュースイッチ</span>
+ <span class="date">3/9(木) 18:11</span>
+ </span>
+ </a>
+ </li>
+ </ul>
+ </div>
+ <script type="text/javascript" language="JavaScript">
+ yads_ad_ds = '76342_90080';
+ yads_bucket_id = miffy_bucket_id;
+ </script>
+ <script type="text/javascript" language="JavaScript" src="http://yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=76342_90080&amp;t=j&amp;ssl=0&amp;fr_id=yads_5203864-5&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci"></script>
+ <script src="http://im.ov.yahoo.co.jp/tag/?adprodset=76342_90080-105356-113198&amp;vimps_mode=3&amp;enc=UTF-8&amp;pvId=27533e7c3e3321f1d5d5babd3a6060c1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci&amp;yads_ds=76342_90080" type="text/javascript"></script>
+ </div>
+
+ <div class="tmplNews002-1 rkgYdn">
+ <div class="subMod subRanking fb">
+ <div class="hd">
+ <h3 class="ttl"><a href="http://news.yahoo.co.jp/ranking/access?ty=t&amp;c=c_sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/accr/article/headlines/more/RV=1/RU=aHR0cDovL25ld3MueWFob28uY28uanAvcmFua2luZy9hY2Nlc3M_dHk9dCZjPWNfc2Np;_ylt=A7YWOgEDJsFY.TUAy7Avl.Z7'">アクセスランキング(IT総合)</a></h3>
+ </div>
+ <ol class="bd">
+ <li>
+ <a href="http://headlines.yahoo.co.jp/hl?a=20170303-00000047-zdn_n-sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/accr/article/headlines/RV=1/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzAzLTAwMDAwMDQ3LXpkbl9uLXNjaQ--;_ylt=A7YWOgEDJsFY.TUAxrAvl.Z7'">
+ <span class="rankNum">1</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggoPOTrACscYfQWlmVkm5jIg---x57-y60-q90/amd/20170303-00000047-zdn_n-000-2-thumb.jpg" alt="" /></span>
+ <span class="ttl">「テレビで話題になってしまった茶碗」奈良大が分析 「実物を見ず真贋云々に疑問」</span> <span class="source">ITmedia NEWS</span>
+ <span class="date">3/3(金) 11:32</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://headlines.yahoo.co.jp/hl?a=20170303-00000059-it_nlab-sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/accr/article/headlines/RV=1/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzAzLTAwMDAwMDU5LWl0X25sYWItc2Np;_ylt=A7YWOgEDJsFY.TUAx7Avl.Z7'">
+ <span class="rankNum">2</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggxwb8h68bfwnwHnnqc45Ddg---x45-y60-q90/amd/20170303-00000059-it_nlab-000-4-thumb.jpg" alt="" /></span>
+ <span class="ttl">稚内のスーパーが240個のはずのケーキを2400個誤発注 → Twitterで助けを求める → 2時間で完売</span> <span class="source">ねとらぼ</span>
+ <span class="date">3/3(金) 13:23</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://headlines.yahoo.co.jp/hl?a=20170306-00000007-withnews-sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/accr/article/headlines/RV=1/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA2LTAwMDAwMDA3LXdpdGhuZXdzLXNjaQ--;_ylt=A7YWOgEDJsFY.TUAyLAvl.Z7'">
+ <span class="rankNum">3</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_sigg.RW1SnJzB1NId78lzy3KZQ---x60-y45-q90/amd/20170306-00000007-withnews-000-2-view.jpg" alt="" /></span>
+ <span class="ttl">就活生のヒール、ぶっちゃけ気になる? 金融・メーカー…企業に聞いたら、同じ答えがずらり</span> <span class="source">withnews</span>
+ <span class="date">3/8(水) 7:01</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://headlines.yahoo.co.jp/hl?a=20170306-00000006-withnews-sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/accr/article/headlines/RV=1/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA2LTAwMDAwMDA2LXdpdGhuZXdzLXNjaQ--;_ylt=A7YWOgEDJsFY.TUAybAvl.Z7'">
+ <span class="rankNum">4</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggwg1MNZPMYtSM03H.lwUo_g---x60-y60-q90/amd/20170306-00000006-withnews-000-1-view.jpg" alt="" /></span>
+ <span class="ttl">稚内でケーキ2400個誤発注…でも2時間で完売 常連の支えと従業員に感謝 人口3万5千人、最北の市で</span> <span class="source">withnews</span>
+ <span class="date">3/7(火) 7:00</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://headlines.yahoo.co.jp/hl?a=20170304-00010003-binsider-sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/accr/article/headlines/RV=1/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9obD9hPTIwMTcwMzA0LTAwMDEwMDAzLWJpbnNpZGVyLXNjaQ--;_ylt=A7YWOgEDJsFY.TUAyrAvl.Z7'">
+ <span class="rankNum">5</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggXQLPPIJsTaiR1fwcOQ.zKA---x60-y30-q90/amd/20170304-00010003-binsider-000-2-view.jpg" alt="" /></span>
+ <span class="ttl">客室乗務員による「空の旅の知られざる真実」</span> <span class="source">BUSINESS INSIDER JAPAN</span>
+ <span class="date">3/4(土) 20:10</span>
+ </span>
+ </a>
+ </li>
+ </ol>
+ <!-- /.rankingContents -->
+ </div>
+ <script type="text/javascript" language="JavaScript">
+ yads_ad_ds = '99604_135693';
+ yads_parent_element = 'yads_ad_position_99604_135693';
+ yads_bucket_id = miffy_bucket_id;
+ </script>
+ <script type="text/javascript" language="JavaScript" src="//yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=99604_135693&amp;t=j&amp;ssl=0&amp;fr_id=yads_6878609-6&amp;p_elem=yads_ad_position_99604_135693&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci"></script>
+ <div id="yads_ad_position_99604_135693"></div>
+ </div>
+ <!-- SpaceID=2078709551 loc=SQM noad-spid -->
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['ijR_ALYWOUA-'] = '&amp;U=127ue3tjk%2fN%3dijR_ALYWOUA-%2fC%3d-2%2fD%3dSQM%2fB%3d-2';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mt0j1l8%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d2235351601%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=127ue3tjk%2fN%3dijR_ALYWOUA-%2fC%3d-2%2fD%3dSQM%2fB%3d-2"&gt;&lt;/div&gt;</noscript>
+ <div id="ycd-module"><iframe src="http://s.yimg.jp/images/ycd/lib/ycdloader/3.0.0/ycdproxy.html?placeholder=ycd-module&amp;origin=http%3A%2F%2Fheadlines.yahoo.co.jp" scrolling="no" marginheight="0" marginwidth="0" style="overflow: hidden; border: 0px none; margin-top: 0px; margin-left: 0px; margin-right: 0px; height: 178px;" width="100%" height="0" frameborder="0"></iframe></div>
+ <script type="text/javascript">
+ YAHOO.JP.Ycd.recommend.loader.showModule({
+ into: 'ycd-module',
+ dirName: 'yahoojp-p4-c3-dl',
+ mode: 'organic-thumbnails-purchase',
+ placement: 'Below Article Thumbnails-rc-purchase',
+ container: 'taboola-below-article-thumbnails-rc-purchase',
+ rapid: {
+ "sec": "ycd_pay",
+ "slk": "title"
+ },
+ sponsored_contents: true
+ });
+ </script>
+ <script type="text/javascript" language="JavaScript">
+ & lt;
+ !--
+ yads_ad_ds = '26744_15363';
+ yads_bucket_id = miffy_bucket_id;
+ //--&gt;
+ </script>
+ <div class="textCenter marB10">
+ <script type="text/javascript" language="JavaScript" src="http://yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=26744_15363&amp;t=j&amp;ssl=0&amp;fr_id=yads_1278415-7&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci"></script>
+ <div style="text-align:center;"><iframe src="http://i.yimg.jp/images/listing/tool/yads/yads-iframe.html?s=26744_15363-152905&amp;t=f&amp;ssl=0&amp;fr_id=yads_1278415-7&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;tag_path=http%3a%2f%2fyads.yjtag.yahoo.co.jp%2ftag&amp;page=1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci" style="border:none; clear:both; display:block; margin:auto; overflow:hidden; " allowtransparency="true" id="yads_1278415-7" name="yads_1278415-7" scrolling="no" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+ <div class="rkgYdn">
+ </div>
+ <div class="tmplNews002-2 rkgYdn">
+ <div class="subMod subRanking fb">
+ <div class="hd">
+ <h3 class="ttl"><a href="http://news.yahoo.co.jp/ranking/access?ty=z&amp;c=c_sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/zasshi/news/m/accr/a/more/RV=1/RU=aHR0cDovL25ld3MueWFob28uY28uanAvcmFua2luZy9hY2Nlc3M_dHk9eiZjPWNfc2Np;_ylt=A7YWOgEDJsFY.TUA0bAvl.Z7'">雑誌アクセスランキング (IT・科学)
+ </a></h3>
+ </div>
+ <ol class="bd">
+ <li>
+ <a href="http://zasshi.news.yahoo.co.jp/article?a=20170309-00010000-nknatiogeo-sctch" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/zasshi/news/m/accr/a/RV=1/RU=aHR0cDovL3phc3NoaS5uZXdzLnlhaG9vLmNvLmpwL2FydGljbGU_YT0yMDE3MDMwOS0wMDAxMDAwMC1ua25hdGlvZ2VvLXNjdGNo;_ylt=A7YWOgEDJsFY.TUAzLAvl.Z7'">
+ <span class="rankNum">1</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggSZupUpIc2KL3I43aGZh7rw---x60-y34-q90/amd/20170309-00010000-nknatiogeo-000-6-view.jpg" alt="" /></span>
+ <span class="ttl"><発覚>巣立ち後も親のすねをかじるペンギン</span> <span class="source">ナショナル ジオグラフィック日本版</span>
+ <span class="date">3/9(木) 7:20</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://zasshi.news.yahoo.co.jp/article?a=20170305-00010000-dime-sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/zasshi/news/m/accr/a/RV=1/RU=aHR0cDovL3phc3NoaS5uZXdzLnlhaG9vLmNvLmpwL2FydGljbGU_YT0yMDE3MDMwNS0wMDAxMDAwMC1kaW1lLXNjaQ--;_ylt=A7YWOgEDJsFY.TUAzbAvl.Z7'">
+ <span class="rankNum">2</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggdLlvwNn._mN8jQ1BLyUUgQ---x60-y60-q90/amd/20170305-00010000-dime-000-1-view.jpg" alt="" /></span>
+ <span class="ttl">100均で見つけた意外と便利なスマホグッズ大図鑑</span> <span class="source">@DIME</span>
+ <span class="date">3/5(日) 8:10</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://zasshi.news.yahoo.co.jp/article?a=20170307-00010003-wired-sctch" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/zasshi/news/m/accr/a/RV=1/RU=aHR0cDovL3phc3NoaS5uZXdzLnlhaG9vLmNvLmpwL2FydGljbGU_YT0yMDE3MDMwNy0wMDAxMDAwMy13aXJlZC1zY3RjaA--;_ylt=A7YWOgEDJsFY.TUAzrAvl.Z7'">
+ <span class="rankNum">3</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggfN8Wv5Th6v9ZQVX5PT70qw---x60-y40-q90/amd/20170307-00010003-wired-000-2-view.jpg" alt="" /></span>
+ <span class="ttl">コロンビアでジカウイルスによる小頭症患者が少ない「恐ろしい理由」</span> <span class="source">WIRED.jp</span>
+ <span class="date">3/7(火) 18:20</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://zasshi.news.yahoo.co.jp/article?a=20170308-00010003-biz_lifeh-sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/zasshi/news/m/accr/a/RV=1/RU=aHR0cDovL3phc3NoaS5uZXdzLnlhaG9vLmNvLmpwL2FydGljbGU_YT0yMDE3MDMwOC0wMDAxMDAwMy1iaXpfbGlmZWgtc2Np;_ylt=A7YWOgEDJsFY.TUAz7Avl.Z7'">
+ <span class="rankNum">4</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggl0OOhW0N1WPJiUT2SQT9ZQ---x60-y34-q90/amd/20170308-00010003-biz_lifeh-000-1-view.jpg" alt="" /></span>
+ <span class="ttl">パジャマはもういらない。裸で寝るとこんなにもいいことが</span> <span class="source">ライフハッカー[日本版]</span>
+ <span class="date">3/8(水) 13:30</span>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="http://zasshi.news.yahoo.co.jp/article?a=20170309-00010000-dime-sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/zasshi/news/m/accr/a/RV=1/RU=aHR0cDovL3phc3NoaS5uZXdzLnlhaG9vLmNvLmpwL2FydGljbGU_YT0yMDE3MDMwOS0wMDAxMDAwMC1kaW1lLXNjaQ--;_ylt=A7YWOgEDJsFY.TUA0LAvl.Z7'">
+ <span class="rankNum">5</span>
+ <span class="cap">
+ <span class="thumbnail"><img src="https://amd.c.yimg.jp/im_siggUq4yrxVQZTHvlwp5E22ucQ---x60-y42-q90/amd/20170309-00010000-dime-000-1-view.jpg" alt="" /></span>
+ <span class="ttl">キッズケータイより安価に子どもを見守ることができるMeitrackのSIMフリーGPSトラッカー</span> <span class="source">@DIME</span>
+ <span class="date">3/9(木) 7:10</span>
+ </span>
+ </a>
+ </li>
+ </ol>
+ <!-- /.rankingContents -->
+ </div>
+ <script type="text/javascript" language="JavaScript">
+ yads_ad_ds = '54879_45284';
+ yads_bucket_id = miffy_bucket_id;
+ </script>
+ <script type="text/javascript" language="JavaScript" src="http://yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=54879_45284&amp;t=j&amp;ssl=0&amp;fr_id=yads_5616411-8&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci"></script>
+ <script src="http://im.ov.yahoo.co.jp/tag/?adprodset=54879_45284-57249-61169&amp;vimps_mode=3&amp;enc=UTF-8&amp;pvId=27533e7c3e3321f1d5d5babd3a6060c1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci&amp;yads_ds=54879_45284" type="text/javascript"></script>
+ </div>
+ <!-- SpaceID=2078709551 loc=TUT noad-spid -->
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['kjR_ALYWOUA-'] = '&amp;U=1279p20p7%2fN%3dkjR_ALYWOUA-%2fC%3d-2%2fD%3dTUT%2fB%3d-2';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mncrita%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d2238182345%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=1279p20p7%2fN%3dkjR_ALYWOUA-%2fC%3d-2%2fD%3dTUT%2fB%3d-2"&gt;&lt;/div&gt;</noscript>
+ <!-- SpaceID=2078709551 loc=TUT2 noad-spid -->
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['lDR_ALYWOUA-'] = '&amp;U=128dkt9dv%2fN%3dlDR_ALYWOUA-%2fC%3d-2%2fD%3dTUT2%2fB%3d-2';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mihacud%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d3386069044%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=128dkt9dv%2fN%3dlDR_ALYWOUA-%2fC%3d-2%2fD%3dTUT2%2fB%3d-2"&gt;&lt;/div&gt;</noscript>
+
+ <!-- SpaceID=2078709551 loc=RP noad-spid -->
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['jjR_ALYWOUA-'] = '&amp;U=126bbpl41%2fN%3djjR_ALYWOUA-%2fC%3d-2%2fD%3dRP%2fB%3d-2';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mum6fto%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d1472536434%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=126bbpl41%2fN%3djjR_ALYWOUA-%2fC%3d-2%2fD%3dRP%2fB%3d-2"&gt;&lt;/div&gt;</noscript>
+
+ <script type="text/javascript" language="JavaScript">
+ yads_ad_ds = '57876_31261';
+ yads_bucket_id = miffy_bucket_id;
+ </script>
+ <div class="textCenter marB10">
+ <script type="text/javascript" language="JavaScript" src="http://yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=57876_31261&amp;t=j&amp;ssl=0&amp;fr_id=yads_6973049-9&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci"></script>
+ <div style="text-align:center;"><iframe src="http://i.yimg.jp/images/listing/tool/yads/yads-iframe.html?s=57876_31261-200664&amp;t=f&amp;ssl=0&amp;fr_id=yads_6973049-9&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;tag_path=http%3a%2f%2fyads.yjtag.yahoo.co.jp%2ftag&amp;page=1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci" style="border:none; clear:both; display:block; margin:auto; overflow:hidden; " allowtransparency="true" id="yads_6973049-9" name="yads_6973049-9" scrolling="no" width="300" height="250" frameborder="0"></iframe></div>
+ </div>
+
+ </div>
+ <!--/#sub-->
+ <!--sub end-->
+
+ </div>
+ <!--/#contentsBody-->
+
+ <div id="contentsFooter">
+ <span class="yj-guid"><img src="http://i.yimg.jp/images/clear.gif" alt="本文はここまでです" width="1" height="1" /></span>
+ <span class="yj-skip">
+<a href="#pagetop"><img src="http://i.yimg.jp/images/clear.gif" alt="このページの先頭へ" width="1" height="1" /></a></span>
+
+ <div class="adUltra">
+ <div class="adUltraTitle">
+ <p>お得情報</p>
+ </div>
+ <div class="adUltraBody">
+ <script type="text/javascript" language="JavaScript">
+ yads_ad_ds = '98755_59180';
+ yads_ad_space = '2078709551';
+ </script>
+ <script type="text/javascript" language="JavaScript" src="//yads.c.yimg.jp/js/yads.js"></script>
+ <script type="text/javascript" language="JavaScript" src="http://s.yimg.jp/images/listing/tool/yads/uadf/yads_vimps-1.5.0.js?2017030901"></script>
+ <script src="http://yads.yjtag.yahoo.co.jp/tag?s=98755_59180&amp;t=j&amp;ssl=0&amp;fr_id=yads_6174567-10&amp;xd_support=1&amp;fl_support=21&amp;fr_support=1&amp;enc=UTF-8&amp;pv_ts=1489053189613-4417024&amp;page=1&amp;sid=2078709551&amp;u=http%3A%2F%2Fheadlines.yahoo.co.jp%2Fhl%3Fa%3D20170309-35097838-cnetj-sci"></script>
+ <script src="http://im.ov.yahoo.co.jp/tag/?adprodset=98755_59180-73240-79483&amp;vimps_mode=3&amp;enc=UTF-8&amp;pvId=27533e7c3e3321f1d5d5babd3a6060c1&amp;sid=2078709551&amp;u=http%3a%2f%2fheadlines.yahoo.co.jp%2fhl%3fa%3d20170309-35097838-cnetj-sci&amp;yads_ds=98755_59180" type="text/javascript"></script>
+ <!-- http://ard.yahoo.co.jp/SIG=159v2cob3/M=300973573.301843483.303471518.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=lzR_ALYWOUA-/J=1489053188005996/SIG=119s6m82h/A=302195979/R=0/?http://www.yahoo.co.jp/ -->
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['lzR_ALYWOUA-'] = '&amp;U=13jlvmavl%2fN%3dlzR_ALYWOUA-%2fC%3d300973573.301843483.303471518.311556217%2fD%3dULT%2fB%3d302195979';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mddo9qo%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d2379965117%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13jlvmavl%2fN%3dlzR_ALYWOUA-%2fC%3d300973573.301843483.303471518.311556217%2fD%3dULT%2fB%3d302195979"&gt;&lt;/div&gt;</noscript>
+ <!--
+ -->
+ <div style="display:-moz-inline-box;padding:10px 3px 10px 13px;display:inline-block;margin:0px;* height:1%;overflow:hidden;vertical-align:top;/display:inline;/zoom:1;">
+ <a style="width:290px;cursor:pointer;color:#0000de;background-color:#fff;" href="http://ard.yahoo.co.jp/SIG=159lgniqh/M=300972296.301842118.303470583.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=mTR_ALYWOUA-/J=1489053188005996/SIG=11660mlf9/A=302194535/R=0/*http://goo.gl/Oa5u7E" target="_top" onmouseout="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#0000de';" onmouseover="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#CC3434';"><img style="vertical-align:bottom;border:0px none;float:left;margin-right:10px; padding:0;" src="http://ai.yimg.jp/bdv/prem/o0grbcmnhjfvvatvfuka/_m_kp6femfykraj7gvkd/jlaql0uik61hkgwm6h00/t_v_d_c_x63qvaxk9mhj-a.jpg" width="50" height="50" /><span style="font-size:12px;float:left;margin:0; padding:0;line-height:1.4em;font-weight:normal;text-decoration:underline;width:236px; word-wrap:normal;word-break:break-all;height:auto;letter-spacing:0.04em;">こどもちゃれんじ4月号好評受付中!<br />しまじろうと一緒に、できた!<br />今ならお得な特典付き!詳しくはこちら</span></a>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['mTR_ALYWOUA-'] = '&amp;U=13jqjbnu2%2fN%3dmTR_ALYWOUA-%2fC%3d300972296.301842118.303470583.311556217%2fD%3dULT%2fB%3d302194535';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mfuird0%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d2093354114%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13jqjbnu2%2fN%3dmTR_ALYWOUA-%2fC%3d300972296.301842118.303470583.311556217%2fD%3dULT%2fB%3d302194535"&gt;&lt;/div&gt;</noscript>
+ <!--
+ -->
+ <div style="display:-moz-inline-box;padding:10px 3px 10px 13px;display:inline-block;margin:0px;* height:1%;overflow:hidden;vertical-align:top;/display:inline;/zoom:1;">
+ <a style="width:290px;cursor:pointer;color:#0000de;background-color:#fff;" href="http://ard.yahoo.co.jp/SIG=159pd95bh/M=300969761.301839297.303470714.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=mzR_ALYWOUA-/J=1489053188005996/SIG=12q5vguu8/A=302194748/R=0/*https://premono.yahoo.co.jp/campaign/present/97856?sc_e=prbx_pu2_cp97856" target="_top" onmouseout="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#0000de';" onmouseover="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#CC3434';"><img style="vertical-align:bottom;border:0px none;float:left;margin-right:10px; padding:0;" src="http://ai.yimg.jp/bdv/prem/fv25fgum01bhiwxej7r4/qrchxzbkg_s9mppkrxuy/w_lhztkfqbrhrmrv3oeb/_ah8dfpypn09sftkh8wq-a.jpg" width="50" height="50" /><span style="font-size:12px;float:left;margin:0; padding:0;line-height:1.4em;font-weight:normal;text-decoration:underline;width:236px; word-wrap:normal;word-break:break-all;height:auto;letter-spacing:0.04em;">春キャンペーン♪<br />カネボウメディアのアイブロウが<br />抽選で20,000様に当たる!</span></a>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['mzR_ALYWOUA-'] = '&amp;U=13j47u63b%2fN%3dmzR_ALYWOUA-%2fC%3d300969761.301839297.303470714.311556217%2fD%3dULT%2fB%3d302194748';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16m0cr0nb%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d1558811576%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13j47u63b%2fN%3dmzR_ALYWOUA-%2fC%3d300969761.301839297.303470714.311556217%2fD%3dULT%2fB%3d302194748"&gt;&lt;/div&gt;</noscript>
+ <!--
+ -->
+ <div style="display:-moz-inline-box;padding:10px 3px 10px 13px;display:inline-block;margin:0px;* height:1%;overflow:hidden;vertical-align:top;/display:inline;/zoom:1;">
+ <a style="width:290px;cursor:pointer;color:#0000de;background-color:#fff;" href="http://ard.yahoo.co.jp/SIG=159or4vdk/M=300972289.301842111.303470607.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=nTR_ALYWOUA-/J=1489053188005996/SIG=116d6p8u0/A=302194580/R=0/*http://goo.gl/GLzPw8" target="_top" onmouseout="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#0000de';" onmouseover="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#CC3434';"><img style="vertical-align:bottom;border:0px none;float:left;margin-right:10px; padding:0;" src="http://ai.yimg.jp/bdv/prem/o0grbcmnhjfvvatvfuka/by2aurgo2fxt6nbb0sls/kxw5nzeufxvem4keo2_h/0ucd21hctfva8tvapymg-a.jpg" width="50" height="50" /><span style="font-size:12px;float:left;margin:0; padding:0;line-height:1.4em;font-weight:normal;text-decoration:underline;width:236px; word-wrap:normal;word-break:break-all;height:auto;letter-spacing:0.04em;">今なら、4月開講号受付中<br />1回15分勉強法で部活と両立しながら<br />志望高校合格を勝ち取れる!</span></a>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['nTR_ALYWOUA-'] = '&amp;U=13jvq9m42%2fN%3dnTR_ALYWOUA-%2fC%3d300972289.301842111.303470607.311556217%2fD%3dULT%2fB%3d302194580';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mm95o82%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d4108300775%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13jvq9m42%2fN%3dnTR_ALYWOUA-%2fC%3d300972289.301842111.303470607.311556217%2fD%3dULT%2fB%3d302194580"&gt;&lt;/div&gt;</noscript>
+ <!--
+ -->
+ <div style="display:-moz-inline-box;padding:10px 3px 10px 13px;display:inline-block;margin:0px;* height:1%;overflow:hidden;vertical-align:top;/display:inline;/zoom:1;">
+ <a style="width:290px;cursor:pointer;color:#0000de;background-color:#fff;" href="http://ard.yahoo.co.jp/SIG=1593theu0/M=300969909.301839466.303470972.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=njR_ALYWOUA-/J=1489053188005996/SIG=12q4qnudc/A=302195168/R=0/*https://premono.yahoo.co.jp/campaign/present/97855?sc_e=prbx_pu3_cp97855" target="_top" onmouseout="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#0000de';" onmouseover="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#CC3434';"><img style="vertical-align:bottom;border:0px none;float:left;margin-right:10px; padding:0;" src="http://ai.yimg.jp/bdv/prem/sbo5zc31y9aqlwez1yd6/dkvkptx5d6tai1jtfb3w/0oogo_athgjkcl5rarou/2aqtrqb5s31kytyo5gxg-a.jpg" width="50" height="50" /><span style="font-size:12px;float:left;margin:0; padding:0;line-height:1.4em;font-weight:normal;text-decoration:underline;width:236px; word-wrap:normal;word-break:break-all;height:auto;letter-spacing:0.04em;">洗って乾かすだけで<br />「朝スタイルさっと整う」<br />エッセンシャル新製品プレゼント!</span></a>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['njR_ALYWOUA-'] = '&amp;U=13jfa6tr4%2fN%3dnjR_ALYWOUA-%2fC%3d300969909.301839466.303470972.311556217%2fD%3dULT%2fB%3d302195168';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16ltp1dsk%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d683870070%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13jfa6tr4%2fN%3dnjR_ALYWOUA-%2fC%3d300969909.301839466.303470972.311556217%2fD%3dULT%2fB%3d302195168"&gt;&lt;/div&gt;</noscript>
+ <!--
+ -->
+ <div style="display:-moz-inline-box;padding:10px 3px 10px 13px;display:inline-block;margin:0px;* height:1%;overflow:hidden;vertical-align:top;/display:inline;/zoom:1;">
+ <a style="width:290px;cursor:pointer;color:#0000de;background-color:#fff;" href="http://ard.yahoo.co.jp/SIG=159seh7s1/M=300970419.301839996.303467877.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=nzR_ALYWOUA-/J=1489053188005996/SIG=1408c4mrd/A=302189461/R=0/*http://rdsig.yahoo.co.jp/yjcard/pc/ultra/promo/evt=126256/RV=1/RU=aHR0cDovL2NhcmQueWFob28uY28uanAvY2FtcGFpZ24v" target="_top" onmouseout="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#0000de';" onmouseover="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#CC3434';"><img style="vertical-align:bottom;border:0px none;float:left;margin-right:10px; padding:0;" src="http://ai.yimg.jp/bdv/prem/zlerzdeibubkujxahahd/mtocxzz8l7_5ojmtrh5v/ionabxobzx0vc9o241lq/iropkayjpfkirbmjapca-a.png" width="50" height="50" /><span style="font-size:12px;float:left;margin:0; padding:0;line-height:1.4em;font-weight:normal;text-decoration:underline;width:236px; word-wrap:normal;word-break:break-all;height:auto;letter-spacing:0.04em;">Tポイントをためるなら、この1枚!<br />「年会費無料」でポイント「ザクザク」<br />Yahoo! JAPANカード≪詳しくはコチラ≫</span></a>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['nzR_ALYWOUA-'] = '&amp;U=13jqj2n40%2fN%3dnzR_ALYWOUA-%2fC%3d300970419.301839996.303467877.311556217%2fD%3dULT%2fB%3d302189461';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mls9fbi%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d2273315778%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13jqj2n40%2fN%3dnzR_ALYWOUA-%2fC%3d300970419.301839996.303467877.311556217%2fD%3dULT%2fB%3d302189461"&gt;&lt;/div&gt;</noscript>
+ <!--
+ -->
+ <div style="display:-moz-inline-box;padding:10px 3px 10px 13px;display:inline-block;margin:0px;* height:1%;overflow:hidden;vertical-align:top;/display:inline;/zoom:1;">
+ <a style="width:290px;cursor:pointer;color:#0000de;background-color:#fff;" href="http://ard.yahoo.co.jp/SIG=159f33rja/M=300969756.301839292.303467310.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=oTR_ALYWOUA-/J=1489053188005996/SIG=11jjkk011/A=302188660/R=0/*http://v6.advg.jp/adpv6/r/85A_1EH" target="_top" onmouseout="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#0000de';" onmouseover="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#CC3434';"><img style="vertical-align:bottom;border:0px none;float:left;margin-right:10px; padding:0;" src="http://ai.yimg.jp/bdv/prem/mpbdgiqzphvhq318nyhn/yqoc8fmgoku4dbvw8faq/pxw8vageklqgvfuyfiv5/aze24s5dtwd0jxlzemkr-a.gif" width="50" height="50" /><span style="font-size:12px;float:left;margin:0; padding:0;line-height:1.4em;font-weight:normal;text-decoration:underline;width:236px; word-wrap:normal;word-break:break-all;height:auto;letter-spacing:0.04em;">ソフトバンクの学割キャンペーン<br />通話もデータもコミコミ税抜2,980円~<br />最新のiPhoneも対象!</span></a>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['oTR_ALYWOUA-'] = '&amp;U=13jpk7rbe%2fN%3doTR_ALYWOUA-%2fC%3d300969756.301839292.303467310.311556217%2fD%3dULT%2fB%3d302188660';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mhu9bhi%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d1404667530%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13jpk7rbe%2fN%3doTR_ALYWOUA-%2fC%3d300969756.301839292.303467310.311556217%2fD%3dULT%2fB%3d302188660"&gt;&lt;/div&gt;</noscript>
+ <!--
+ -->
+ <div style="display:-moz-inline-box;padding:10px 3px 10px 13px;display:inline-block;margin:0px;* height:1%;overflow:hidden;vertical-align:top;/display:inline;/zoom:1;">
+ <a style="width:290px;cursor:pointer;color:#0000de;background-color:#fff;" href="http://ard.yahoo.co.jp/SIG=159ojlham/M=300970416.301839994.303469960.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=ojR_ALYWOUA-/J=1489053188005996/SIG=125g6hetg/A=302193516/R=0/*http://tokupure.jp/lp/shops.php?sc_e=box_pc_fujiya2" target="_top" onmouseout="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#0000de';" onmouseover="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#CC3434';"><img style="vertical-align:bottom;border:0px none;float:left;margin-right:10px; padding:0;" src="http://ai.yimg.jp/bdv/prem/zwjevjrlvrqj8usn_nxb/mtocxzz8l7_5ojmtrh5v/awe9tqfk2zc8xynszxex/dfcxnak_mugb9xugd7zg-a.jpg" width="50" height="50" /><span style="font-size:12px;float:left;margin:0; padding:0;line-height:1.4em;font-weight:normal;text-decoration:underline;width:236px; word-wrap:normal;word-break:break-all;height:auto;letter-spacing:0.04em;">期間限定100ポイント進呈中!<br />不二家洋菓子店、各種Whitedayギフトを<br />ご用意しております<トクプレbyGMO></span></a>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['ojR_ALYWOUA-'] = '&amp;U=13jcqe9v7%2fN%3dojR_ALYWOUA-%2fC%3d300970416.301839994.303469960.311556217%2fD%3dULT%2fB%3d302193516';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16lh53jj1%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d719638003%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13jcqe9v7%2fN%3dojR_ALYWOUA-%2fC%3d300970416.301839994.303469960.311556217%2fD%3dULT%2fB%3d302193516"&gt;&lt;/div&gt;</noscript>
+ <!--
+ -->
+ <div style="display:-moz-inline-box;padding:10px 3px 10px 13px;display:inline-block;margin:0px;* height:1%;overflow:hidden;vertical-align:top;/display:inline;/zoom:1;">
+ <a style="width:290px;cursor:pointer;color:#0000de;background-color:#fff;" href="http://ard.yahoo.co.jp/SIG=159klbi92/M=300971351.301841071.303470973.311556217/D=jp_hdln_te/S=2078709551:ULT/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=ozR_ALYWOUA-/J=1489053188005996/SIG=12ruj37lh/A=302195172/R=0/*https://sbg.jp/c/special/newlife-cp?utm_source=yahoo&amp;utm_campaign=newlife" target="_top" onmouseout="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#0000de';" onmouseover="this.style.backgroundColor='#fff';this.getElementsByTagName('span')[0].style.color='#CC3434';"><img style="vertical-align:bottom;border:0px none;float:left;margin-right:10px; padding:0;" src="http://ai.yimg.jp/bdv/prem/irue5tfmr3n0vts6doib/zmjtq43_pxt80n19qgsf/kdeplcsyxwaa4afwzusa/n_x9uxtgiyb3ucjxisxe-a.jpg" width="50" height="50" /><span style="font-size:12px;float:left;margin:0; padding:0;line-height:1.4em;font-weight:normal;text-decoration:underline;width:236px; word-wrap:normal;word-break:break-all;height:auto;letter-spacing:0.04em;">メールLINEで贈れる「ポチッとギフト」<br />今ならケンタッキーのチキンが当たる<br />キャンペーン実施中!</span></a>
+ </div>
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['ozR_ALYWOUA-'] = '&amp;U=13jkls71h%2fN%3dozR_ALYWOUA-%2fC%3d300971351.301841071.303470973.311556217%2fD%3dULT%2fB%3d302195172';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16m7daf09%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d3734567915%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13jkls71h%2fN%3dozR_ALYWOUA-%2fC%3d300971351.301841071.303470973.311556217%2fD%3dULT%2fB%3d302195172"&gt;&lt;/div&gt;</noscript>
+ <p style="text-align:right;line-height:1;clear:both;padding:5px 15px 15px 0px;margin:0px;">
+ <span style="display:inline-block;margin-left:5px;minheight:12px;padding-left:16px;">
+<a href="http://s.sample.yahoo.co.jp/" target="new" style="font-size:14px;color:#584325;">その他のキャンペーン</a>
+</span>
+ </p>
+ </div>
+ </div>
+
+ <div id="cfInner">
+ <div class="cfNavColumn">
+ <ul>
+ <li>
+ <a href="http://promo.news.yahoo.co.jp/app/yjnews/" onmousedown="this.href='http://rdsig.yahoo.co.jp/media/news/app/promo/pc_news/bigfooter/RV=1/RU=aHR0cDovL3Byb21vLm5ld3MueWFob28uY28uanAvYXBwL3lqbmV3cy8-;_ylt=A7YWOgEDJsFY.TUA1rAvl.Z7'" rel="nofollow">
+ <div class="iconAPP"><span>アプリ</span></div>
+ <p><em>アプリ</em><span>データ先読みで、電車でもサクサク</span></p>
+ </a>
+ </li>
+ <li>
+ <a href="http://www.facebook.com/yjnews" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL3d3dy5mYWNlYm9vay5jb20veWpuZXdz/RS=^ADALWjY5vTqtCTI.muXBkioXRjWX9Y-;_ylt=A7YWOgEDJsFY.TUA17Avl.Z7'" rel="nofollow">
+ <div class="iconFB"><span>Facebook</span></div>
+ <p><em>Facebook</em><span>編集部による厳選記事を毎日配信</span></p>
+ </a>
+ </li>
+ <li>
+ <a href="https://twitter.com/YahooNewsTopics" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cHM6Ly90d2l0dGVyLmNvbS9ZYWhvb05ld3NUb3BpY3M-/RS=^ADAidTDG6H4cen37B0nve0AI4o5XKA-;_ylt=A7YWOgEDJsFY.TUA2LAvl.Z7'" rel="nofollow">
+ <div class="iconTW"><span>Twitter</span></div>
+ <p><em>Twitter</em><span>リアルタイムでニュースを配信</span></p>
+ </a>
+ </li>
+ <li>
+ <a href="http://news.yahoo.co.jp/staffblog/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvc3RhZmZibG9nLw--/RS=^ADA.sYui3bWm9C94mZZHYo67ojeE0w-;_ylt=A7YWOgEDJsFY.TUA2bAvl.Z7'">
+ <div class="iconSB"><span>スタッフブログ</span></div>
+ <p><em>スタッフブログ</em><span>Yahoo!ニュースの裏側をご紹介</span></p>
+ </a>
+ </li>
+ </ul>
+ </div>
+ <!-- /.cfNavColumn -->
+ <div class="cfNavList">
+ <ul>
+ <li><a href="http://news.yahoo.co.jp" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanA-/RS=^ADAdTdnzilw2wJNN2bs5pl037o02Ro-;_ylt=A7YWOgEDJsFY.TUA27Avl.Z7'">トップ</a></li>
+ <li><a href="http://news.yahoo.co.jp/flash" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvZmxhc2g-/RS=^ADAdG5WQ6iawsAaeWXgMXIhpeXQ1qE-;_ylt=A7YWOgEDJsFY.TUA3LAvl.Z7'">速報</a></li>
+ <li><a href="http://news.yahoo.co.jp/photo" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvcGhvdG8-/RS=^ADAPpKeZY_cEO3TJ8aZfR.m0MbjuN4-;_ylt=A7YWOgEDJsFY.TUA3bAvl.Z7'">写真</a></li>
+ <li><a href="http://headlines.yahoo.co.jp/videonews/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC92aWRlb25ld3Mv/RS=^ADA8kkojVYRbvCni40MAO6sw5BDlfg-;_ylt=A7YWOgEDJsFY.TUA3rAvl.Z7'">映像</a></li>
+ <li><a href="http://news.yahoo.co.jp/zasshi" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvemFzc2hp/RS=^ADA3W5hJfcSA0WHl90pXcthYiykh3M-;_ylt=A7YWOgEDJsFY.TUA37Avl.Z7'">雑誌</a></li>
+ <li><a href="http://bylines.news.yahoo.co.jp/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2J5bGluZXMubmV3cy55YWhvby5jby5qcC8-/RS=^ADAQzNqpa02Lm180rVv3DibuXD5J3g-;_ylt=A7YWOgEDJsFY.TUA4LAvl.Z7'">個人</a></li>
+ <li><a href="http://news.yahoo.co.jp/biz" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvYml6/RS=^ADAiYPdBYDdyhIqj7B_tX2RNHkeYlc-;_ylt=A7YWOgEDJsFY.TUA4bAvl.Z7'">ビジネス</a></li>
+ <li><a href="http://news.yahoo.co.jp/feature" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvZmVhdHVyZQ--/RS=^ADAQPCFE_SyIYw9O4Z8hnk4yhJ8eLQ-;_ylt=A7YWOgEDJsFY.TUA4rAvl.Z7'">特集</a></li>
+ <li><a href="http://polls.dailynews.yahoo.co.jp/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL3BvbGxzLmRhaWx5bmV3cy55YWhvby5jby5qcC8-/RS=^ADAAdTKiyrY5YNeCjVbz1gJ9n6jJWk-;_ylt=A7YWOgEDJsFY.TUA47Avl.Z7'">意識調査</a></li>
+ <li class="last"><a href="http://news.yahoo.co.jp/ranking" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvcmFua2luZw--/RS=^ADATNs2bG1S_AG0Ua1H0X_zS88WL1w-;_ylt=A7YWOgEDJsFY.TUA5LAvl.Z7'">ランキング</a></li>
+ </ul>
+ </div>
+ <!-- /.cfNavList -->
+ <div class="cfSubNavList">
+ <dl class="subNavL">
+ <dt>ニュースカテゴリ:</dt>
+ <dd><a href="http://news.yahoo.co.jp/hl?c=dom" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvaGw_Yz1kb20-/RS=^ADA1u5Nmvq.3DDgFXRTi0p7BSWHo1I-;_ylt=A7YWOgEDJsFY.TUA5bAvl.Z7'">国内</a></dd>
+ <dd><a href="http://news.yahoo.co.jp/hl?c=c_int" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvaGw_Yz1jX2ludA--/RS=^ADALVv.75fe0TvTSBHVhdlSBPMUtq0-;_ylt=A7YWOgEDJsFY.TUA5rAvl.Z7'">国際</a></dd>
+ <dd><a href="http://news.yahoo.co.jp/hl?c=bus" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvaGw_Yz1idXM-/RS=^ADA7_oWCL9uOudrCCPsW0Ls4r08aLA-;_ylt=A7YWOgEDJsFY.TUA57Avl.Z7'">経済</a></dd>
+ <dd><a href="http://news.yahoo.co.jp/hl?c=c_ent" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvaGw_Yz1jX2VudA--/RS=^ADAZMtoRPnlIwsjRGCaBLjDdqU.pxA-;_ylt=A7YWOgEDJsFY.TUA6LAvl.Z7'">エンタメ</a></dd>
+ <dd><a href="http://news.yahoo.co.jp/hl?c=c_spo" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvaGw_Yz1jX3Nwbw--/RS=^ADA52FkJ2wQTZa4ZNqEcyKMuEnwT7g-;_ylt=A7YWOgEDJsFY.TUA6bAvl.Z7'">スポーツ</a></dd>
+ <dd><a href="http://news.yahoo.co.jp/hl?c=c_sci" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvaGw_Yz1jX3NjaQ--/RS=^ADAM.YMbqwznnTFQVDu3RF3CWKmRKA-;_ylt=A7YWOgEDJsFY.TUA6rAvl.Z7'">IT・科学</a></dd>
+ <dd><a href="http://news.yahoo.co.jp/hl?c=c_life" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvaGw_Yz1jX2xpZmU-/RS=^ADAYKXfIUk4UQ._Ts0FjXXZWJpu44E-;_ylt=A7YWOgEDJsFY.TUA67Avl.Z7'">ライフ</a></dd>
+ <dd><a href="http://news.yahoo.co.jp/hl?c=loc" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvaGw_Yz1sb2M-/RS=^ADAwO72159aEuzvU3tuaKCCPVc9yyM-;_ylt=A7YWOgEDJsFY.TUA7LAvl.Z7'">地域</a></dd>
+ </dl>
+ <dl class="subNavR">
+ <dt>その他:</dt>
+ <dd><a href="http://news.yahoo.co.jp/theme/" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL25ld3MueWFob28uY28uanAvdGhlbWUv/RS=^ADAIY34aNH_GUzkyn.H7177DoV3n6I-;_ylt=A7YWOgEDJsFY.TUA7bAvl.Z7'">テーマを探す</a></dd>
+ <dd><a href="http://headlines.yahoo.co.jp/rss/list" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9yc3MvbGlzdA--/RS=^ADA881WevR4Sts.N9JE96KOol3YIz4-;_ylt=A7YWOgEDJsFY.TUA2rAvl.Z7'">RSS</a></dd>
+ <dd><a href="http://headlines.yahoo.co.jp/docs/copyright.html" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2hlYWRsaW5lcy55YWhvby5jby5qcC9kb2NzL2NvcHlyaWdodC5odG1s/RS=^ADATePnND5mTUinUdA7YfdCsN8IIxU-;_ylt=A7YWOgEDJsFY.TUA7rAvl.Z7'">ニュース提供社</a></dd>
+ <dd><a href="http://gsearch.news.yahoo.co.jp/gs?ty=g" onmousedown="this.href='http://rdsig.yahoo.co.jp/RV=1/RE=1490262788/RH=cmRzaWcueWFob28uY28uanA-/RB=/RU=aHR0cDovL2dzZWFyY2gubmV3cy55YWhvby5jby5qcC9ncz90eT1n/RS=^ADAgYmWTWmYleqT.74eKPKA2ZiIraA-;_ylt=A7YWOgEDJsFY.TUA77Avl.Z7'">新聞記事横断検索</a></dd>
+ </dl>
+ </div>
+ <!-- /.cfSubNavList -->
+ </div>
+ <!-- /#cfWrap -->
+
+ </div>
+ <!--/#contentsFooter-->
+
+ </div>
+ <!--/#contents-->
+ <!--contents end-->
+
+ <!--<hr class="separation">-->
+
+ <!--footer start-->
+ <div id="footer">
+
+ <style type="text/css">
+ #uftMain,
+ #uftMain * {
+ float: none;
+ clear: none;
+ margin: 0;
+ padding: 0;
+ border: 0 solid;
+ border-radius: 0;
+ font-size: 100%;
+ font-weight: normal;
+ font-style: normal;
+ text-indent: 0;
+ letter-spacing: 0;
+ word-spacing: 0;
+ text-transform: none;
+ vertical-align: baseline;
+ }
+
+ #uftMain div {
+ background-image: url(https://s.yimg.jp/yui/jp/uft/2.0.1/img/uftChnk.png);
+ background-repeat: no-repeat;
+ }
+
+ @media only screen and (-webkit-min-device-pixel-ratio:1.1),
+ only screen and (min-device-pixel-ratio:1.1) {
+ #uftMain div {
+ background-image: url(https://s.yimg.jp/yui/jp/uft/2.0.1/img/uftChnk_x2.png);
+ -webkit-background-size: 728px 28px;
+ background-size: 728px 28px;
+ }
+ }
+ </style>
+ <div id="uftMain" style="width:100%;text-align:center;height:34px;padding:3px 0 0 0;">
+ <div style="position:relative;margin:0 auto;width:728px;height:28px;">
+ <form action="https://search.yahoo.co.jp/search" name="p" target="uhd">
+ <p style="position:absolute;top:0;left:54px;"><a href="http://rdsig.yahoo.co.jp/search/uft/ytop/RV=1/RU=aHR0cDovL3d3dy55YWhvby5jby5qcC8-" title="Yahoo! JAPAN" style="display:block;width:43px;height:28px;text-indent:-9999px;">Yahoo!Japan</a></p><input id="uftSBox" name="p" value="" style="position:absolute;top:6px;left:112px;width:385px;height:18px;background-color:#fff;font-size:13px;line-height:17px;vertical-align:bottom;outline:none;" type="text" /><button type="submit" title="ウェブ検索" style="position:absolute;top:0;left:506px;width:110px;height:28px;background-color:transparent;text-indent:-9999px;cursor:pointer;">ウェブ検索</button><input name="ei" value="UTF-8" type="hidden" /><input name="fr" value="usf" type="hidden" /></form>
+ <p style="position:absolute;top:0;left:622px;"><a href="http://rdsig.yahoo.co.jp/search/uft/krank/RV=1/RU=aHR0cDovL3NlYXJjaHJhbmtpbmcueWFob28uY28uanAvcnRfYnVyc3Qv" title="Yahoo!検索データ 急上昇ワード" style="display:block;width:106px;height:28px;text-indent:-9999px;">Yahoo!検索データ 急上昇ワード</a></p>
+ </div>
+ </div>
+ <!-- http://ard.yahoo.co.jp/SIG=1586tdrvj/M=300951180.301818803.303441908.302953375/D=jp_hdln_te/S=2078709551:S8/Y=jp/EXP=1489060388/L=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA/B=kDR_ALYWOUA-/J=1489053188005996/SIG=1199007lk/A=302141184/R=0/?http://www.yahoo.co.jp/ -->
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['kDR_ALYWOUA-'] = '&amp;U=13i75ena1%2fN%3dkDR_ALYWOUA-%2fC%3d300951180.301818803.303441908.302953375%2fD%3dS8%2fB%3d302141184';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mq9pnki%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d1205750035%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=13i75ena1%2fN%3dkDR_ALYWOUA-%2fC%3d300951180.301818803.303441908.302953375%2fD%3dS8%2fB%3d302141184"&gt;&lt;/div&gt;</noscript>
+ <address>
+<a href="http://docs.yahoo.co.jp/docs/info/terms/chapter1.html#cf2nd" rel="nofollow">プライバシーポリシー</a> - <a href="http://docs.yahoo.co.jp/docs/info/terms/" rel="nofollow">利用規約</a> - <a href="http://docs.yahoo.co.jp/info/mediastatement/" rel="nofollow">メディアステートメント</a> -
+<a href="http://headlines.yahoo.co.jp/docs/copyright.html" rel="nofollow">著作権</a> -
+<a href="http://headlines.yahoo.co.jp/docs/tokuteisho.html" rel="nofollow">特定商取引法の表示</a> - <a href="http://rdsig.yahoo.co.jp/media/news/footer/feedback/RV=1/RU=aHR0cHM6Ly9mZWVkYmFjay5tcy55YWhvby5jby5qcC92b2MvbmV3cy12b2MvaW5wdXQ-" rel="nofollow">ご意見・ご要望</a> - <a href="http://help.yahoo.co.jp/help/jp/news/" rel="nofollow">ヘルプ・お問い合わせ</a>
+<br />
+Copyright (C) 2017 ASAHI INTERACTIVE, Inc. All rights reserved. No reproduction or republication without written permission. 無断転載を禁じます。 <br />
+Copyright (C) 2017 Yahoo Japan Corporation. All Rights Reserved.
+</address>
+ </div>
+ <!--/#footer-->
+ <!--footer end-->
+ <!-- SpaceID=2078709551 loc=GYJ noad -->
+ <script language="javascript">
+ if (window.yzq_d == null) window.yzq_d = new Object();
+ window.yzq_d['pzR_ALYWOUA-'] = '&amp;U=127f95lcj%2fN%3dpzR_ALYWOUA-%2fC%3d-1%2fD%3dGYJ%2fB%3d-1';
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16mqr6s3l%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3djp%2fF%3d1742340653%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604&amp;U=127f95lcj%2fN%3dpzR_ALYWOUA-%2fC%3d-1%2fD%3dGYJ%2fB%3d-1"&gt;&lt;/div&gt;</noscript></div>
+ <!-- /#main_cnt_wrapper-->
+
+ </div>
+ <script type="text/javascript" src="http://i.yimg.jp/images/search/slink/1/main.js?1489051800000" class="yjslinkScriptLoaded" async=""></script><span></span>
+ <script type="text/javascript" src="http://entrypoint.search.yahooapis.jp/v1/link/related_item?callback=YAHOO.JP.srch.slink.create&amp;output=json&amp;.src=nws&amp;appid=dj0zaiZpPWx1NTNzY1hnbUVoRCZzPWNvbnN1bWVyc2VjcmV0Jng9NGI-&amp;article_id=20170309-35097838-cnetj"></script><span></span><iframe src="http://s.yimg.jp/images/listing/tool/yads/ast.html#%7B%22command%22%3A%22AST_callAds%22%2C%22params%22%3A%7B%22tagId%22%3A%229390543%22%2C%22position%22%3A%22below%22%2C%22member%22%3A%223663%22%2C%22user%22%3A%7B%22age%22%3A%22%22%2C%22externalUid%22%3A%2234ff7be9-9290-40cb-b000-d46baf8a6ba3%22%2C%22gender%22%3A%220%22%7D%7D%7D" style="display: none;" name="9390543-4977274909" id="9390543-4977274909" width="0" height="0"></iframe><iframe src="http://s.yimg.jp/images/listing/tool/yads/criteo_api.html#%7B%22command%22%3A%22callAds%22%2C%22params%22%3A%7B%22zoneid%22%3A%22455899%22%7D%7D" style="display: none;" name="455899-9493178265" id="455899-9493178265" width="0" height="0"></iframe>
+ <!--/#wrapper-->
+ <div id="fb-root"></div>
+ <script type="text/javascript" src="http://i.yimg.jp/images/security/pf/pcore-1.0.1.min.js"></script>
+ <script type="text/javascript" src="http://i.yimg.jp/lib/news/common_1_2-min.js"></script>
+
+ <script type="text/javascript" src="http://i.yimg.jp/lib/news/widgets/widgets_1_2.js" charset="utf-8"></script>
+ <script type="text/javascript" language="javascript" src="http://i.yimg.jp/lib/news/top/common_pc-1.0.0.min.js"></script>
+ <script type="text/javascript" language="javascript">
+ & lt;
+ !--
+ $(function() {
+ // グロナビ
+ YAHOO.JP.News.globalNav.init();
+ });
+ //--&gt;
+ </script>
+ <script>
+ YAHOO = window.YAHOO || {};
+ YAHOO.JP = YAHOO.JP || {};
+ YAHOO.JP.srch = YAHOO.JP.srch || {};
+ YAHOO.JP.srch.popSearchSetting = {
+ service_code: 'nws',
+ space_id: '2078709551'
+ };
+ </script>
+ <script src="http://ai.yimg.jp/images/search/slink/popup/pc/1.0.0/js/popsearch.min.js" charset="utf-8" async=""></script>
+
+ <script language="javascript">
+ if (window.yzq_p == null) document.write("&lt;scr" + "ipt language=javascript src=http://ai.yimg.jp/bdv/yahoo/javascript/csc/20060824/lib2obf_b5.js&gt;&lt;/scr" + "ipt&gt;");
+ </script>
+ <script language="javascript" src="http://ai.yimg.jp/bdv/yahoo/javascript/csc/20060824/lib2obf_b5.js"></script>
+ <script language="javascript">
+ if (window.yzq_p) yzq_p('P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16hkm36hi%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d1.1%2fW%3dJ%2fY%3djp%2fF%3d1129028365%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fS%3d1%2fJ%3d58C12604');
+ if (window.yzq_s) yzq_s();
+ </script><noscript>&lt;div style="position:absolute;"&gt;&lt;img width=1 height=1 alt="" src="http://b5.yahoo.co.jp/b?P=oI9TLjE4Mi66RLpAorxEdAVuMTE4LgAAAAA2TzUA&amp;T=16m44v4i9%2fX%3d1489053188%2fE%3d2078709551%2fR%3djp_hdln_te%2fK%3d5%2fV%3d3.1%2fW%3dJ%2fY%3djp%2fF%3d1673834183%2fH%3dbWgtbG9naW4tc3JjPSJ5biIgcG9wc2VhcmNoLXNlcnZpY2UtY29kZT0ibndzIiBhZGN2ZXI9Ni44LjE-%2fQ%3d-1%2fS%3d1%2fJ%3d58C12604"&gt;&lt;/div&gt;</noscript></body>
+
+</html>
diff --git a/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json
new file mode 100644
index 0000000..72627e0
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json
@@ -0,0 +1,5 @@
+[
+ "http:\/\/fakehost\/test\/W020170310313653868929.jpg",
+ "http:\/\/fakehost\/test\/W020170310313654043127.jpg",
+ "http:\/\/fakehost\/test\/W020170310313654453091.jpg"
+] \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json
new file mode 100644
index 0000000..f84c6ec
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json
@@ -0,0 +1,8 @@
+{
+ "Author": "青网校园崔宁宁",
+ "Direction": null,
+ "Excerpt": "图为马素湘在澳大利亚悉尼游玩时的近影。出国前后关注点大不同出国前:政治科目会出啥考题?出国后:国家未来将如何发展?在采访中,我们了解到不少学子在出国前就每年守在电脑前观看两会直播。但是,随着年龄和阅历的增长,学子对两会的关注点在出国前后发生了很大的变化。在法国里昂国立应用科学院留学的卢宇表示,他还是个中学生时,就开始关注两会了。“我高中毕业后就出国留学了。",
+ "Image": null,
+ "Title": "海外留学生看两会:出国前后关注点大不同_教育频道_中国青年网",
+ "SiteName": null
+}
diff --git a/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html b/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html
new file mode 100644
index 0000000..dba688f
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html
@@ -0,0 +1,30 @@
+<div id="content">
+ <p><img title="海外留学生看两会:出国前后关注点大不同" alt="海外留学生看两会:出国前后关注点大不同" src="http://fakehost/test/W020170310313653868929.jpg" oldsrc="W020170310313653868929.jpg" height="269" width="400"></p>
+ <p>图为马素湘在澳大利亚悉尼游玩时的近影。</p>
+ <p>  <strong>出国前后关注点大不同</strong></p>
+ <p>  <strong>出国前:政治科目会出啥考题?</strong></p>
+ <p>  <strong>出国后:国家未来将如何发展?</strong></p>
+ <p>   在采访中,我们了解到不少学子在出国前就每年守在电脑前观看两会直播。但是,随着年龄和阅历的增长,学子对两会的关注点在出国前后发生了很大的变化。</p>
+ <p>   在法国里昂国立应用科学院留学的卢宇表示,他还是个中学生时,就开始关注两会了。“我高中毕业后就出国留学了。当我还在国内读高中时,对两会的主要关注点落在民生和教育问题上。根据这些内容预测今年政治考点会有哪些变化。”卢宇说,“在国外学习生活了将近10年,我愈发感觉到祖国这些年发生的日新月异的变化;关注点也转移到国家‘一带一路’建设,高端人才引进,中外合作等方面。”</p>
+ <p>   无独有偶,英国剑桥大学的李博灏也有着类似的经历。他表示,在国内读本科时,虽然关注过两会,但并不像现在这样,将关注点放在国家社会经济迫切需要解决的难题与问题上。“出国前更关心与我们学生的实际问题以及切身利益相关的议题,比如奖学金、助学金的发放与申请;相关工作行业就业前景等。”</p>
+ <p>   在英国求学6年后,李博灏希望能够学有所用,为国家发展过程中遇到的难题寻求解决办法。因此随着课题研究的深入,他更加关注国家和社会目前所面临的挑战,比如中等收入陷阱、供给侧改革、创意创新产业的发展等议题。</p>
+ <p>   还有一些学子表示,出国前对两会不太了解,出国后反而对两会热点多了些思考。在澳大利亚墨尔本留学的马素湘说:“想不关注都难啊!刷微博看新闻到处都是两会的消息。而且我现在学的是新闻专业,对世界发生的大小事都会留意。随着年龄、阅历增长,家国情怀也渐长,会关心国家发展的各方面问题。”</p>
+ <p><img src="http://fakehost/test/W020170310313654043127.jpg" alt oldsrc="W020170310313654043127.jpg"></p>
+ <p>图为李博灏在瑞士日内日瓦联合国欧洲总部的近影。</p>
+ <p>  <strong>关注点多与所学专业相关</strong></p>
+ <p>  <strong>法学专业热议法定婚龄</strong> <strong>很多人关心供给侧改革</strong></p>
+ <p>   在谈及对两会的哪些话题比较感兴趣时,卢宇表示:“近几年,国内雾霾现象时有发生。而我本身是学习能源环境专业的,所以每年都对两会上政府工作报告和代表提案中有关环保和新能源政策的部分很感兴趣。今年两会提案中有几份关于大力发展清洁能源汽车的。我认为这对节能减排和防治雾霾都有积极作用,但也要注意加强电池和电动机等关键技术的研发。”</p>
+ <p>   对此提案,卢宇有着自己的看法,“百花齐放的局面固然可喜,但也不能一哄而上,国家应该提高行业准入门槛,完善新能源汽车准入管理规则,从源头上进行制度创新,将一些不具备新能源汽车生产资质的厂家淘汰出局,并高度关注电池系统安全问题,严格执行充电桩生产的国际标准。”</p>
+ <p>   马素湘表示,“出国读研之前,我在国内学习法学,因此对相关的问题比较感兴趣。今年两会上人大代表黄细花提出把法定婚龄降低到18岁的提案;而在微博的热搜榜上,一本儿童性教育读物引起了极大的争议。我认为降低婚龄并不适合我国国情。因为性教育的缺乏导致我国大部分人在18岁之前没有接受过完整的性教育,思想行动上也不够成熟,如何能够对自己的人生和自己的另一半负责?所以我希望能有人大代表提议在国民儿童阶段完善我国的性教育,而不是为了鼓励生育将法定婚龄提前。”</p>
+ <p>   李博灏是英国剑桥大学制造业研究所创新设计管理中心的一名博士。他格外关注的话题是供给侧结构性改革,知识产权保护,消费升级等议题。“我的博士研究课题是关于推动创新设计密集型产业的发展从而帮助中等收入国家克服中等收入陷阱的探索,因此一直十分关注国内关于供给侧改革的相关议题。通过本届两会对于该议题的进一步关注,我希望可以有效地帮助我了解供给侧改革与中等收入陷阱问题目前的发展状况以及解决情况;也希望可以与更多的机构取得联系,并帮助他们了解该议题最前沿的研究与解决方案。”</p>
+ <p><img src="http://fakehost/test/W020170310313654453091.jpg" alt oldsrc="W020170310313654453091.jpg"></p>
+ <p>图为卢宇与祖国五星红旗和联合国会旗的合影。</p>
+ <p>  <strong> 两会成为了解国情的窗口</strong></p>
+ <p>  <strong> 盼准确把握国家发展需求 愿寻求机遇回国有所作为</strong></p>
+ <p>   不少学子时刻关注着国内动态,寻找回国发展的契机,而两会正是一个提供最新最全面信息的窗口。</p>
+ <p>   “对两会的关注使我能够准确把握国家目前迫切需要解决的难题,从而使我的研究具有更多的社会价值。把理论和现实结合起来,将学到的知识、理念与技术有效地融入到国家社会经济发展的实践中去,为国家和社会解决这些问题提供理论与实践依据。”李博灏说。</p>
+ <p>   知识产权也是近些年来两会的热门话题。在李博灏看来,知识产权是经济可持续增长和创意创新产业发展的灵魂所在。完善的、与国际接轨的知识产权保护法能够很好地促进国民经济的发展。“如何将欧洲和英国先进的知识产权以及创意产业保护发展经验带回祖国,帮助我们国家推动创意创新驱动的经济发展一直是我在关注与思考的。因此我也会十分关注两会关于国内知识产权的保护,知识产权综合管理改革试点工作,知识产权国际合作,知识产权大数据等的发展现状等问题。”</p>
+ <p>   在两会上,全国政协委员张近东提出“当前中国经济的发展正在从数量型向质量型转变,消费升级将成为企业新一轮创新发展的动力。”对此,李博灏认为这也是他关注的问题。他认为:“在消费市场持续扩大的大环境下,如何能够通过促进创新设计产业的发展以及消费品品质的提升,推动国内消费增长并促进其在可持续经济增长中的作用,是一个迫切需要解决的问题。在当前供给侧改革的大环境下,消费升级的重要性越发突显。”</p>
+ <p>   作为两会的资深粉,卢宇聊起两会话题充满了期待。“今年是国家‘十三五’规划的关键时期,‘一带一路’建设也在如火如荼地进行中。作为一名中国留学生,我一直都关注着能在哪些领域为国家、为中外合作共赢做出贡献。‘大众创业、万众创新’提出有几年了。全国各省市在吸引留学人才归国创业就业方面纷纷提出了各种优惠政策,但目前大都集中在沿海发达省份,而且主要惠及理工科博士,政策覆盖面还不够广。期待从国家层面设立工作组加强留学人才的统筹协调,完善顶层设计。人文社科类留学人才是未来国家智库的重要后备力量,也应该适当加强对他们的政策鼓励,更好地服务于‘一带一路’国家战略。”</p>
+ <p>   卢宇还认为两会应该增设学子代表,列席旁听两会,拓展留学生参政议政渠道。“我相信优秀留学生的国际化视野必将为家乡建设带来新的思路,增添新的活力。”卢宇恳切地说。</p>
+ </div> \ No newline at end of file
diff --git a/vendor/fivefilters/readability.php/test/test-pages/youth/source.html b/vendor/fivefilters/readability.php/test/test-pages/youth/source.html
new file mode 100644
index 0000000..22a3bb5
--- /dev/null
+++ b/vendor/fivefilters/readability.php/test/test-pages/youth/source.html
@@ -0,0 +1,10982 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+ <script type="text/javascript" async="" src="https://d31qbv1cthcecs.cloudfront.net/atrk.js"></script>
+ <script src="http://ope.tanx.com/ex?i=mm_34618856_4222645_14288433&amp;cb=jsonp_callback_86491&amp;callback=&amp;userid=&amp;o=&amp;f=&amp;n=&amp;r=&amp;cg=a4eb238b02b30a84f4729b6f0e8ad8ec&amp;pvid=faf417fd741b7fdca851ae4852761ca0&amp;u=http%3A%2F%2Fedu.youth.cn%2Fjyzx%2Fjyxw%2F201703%2Ft20170310_9260562.htm&amp;psl=0&amp;fp=1.H5y6p0lhAmEZHX2lQj0R3Sf-b4v5eegHnGffUpztc1p_FeejiO-gIz.UTF-8.u62jRNSaroZtqPiujQ7oJHKCx5QWP-C_FQv2qFklQcCqGdFQFzaCdDoOSagsHKAwKgPqCapoE0BgiRmDKCRYLRyagSumAueoIr-QA.Q.13ny9ma" async=""></script>
+ <script charset="utf-8" async="" src="http://atanx.alicdn.com/t/tanxssp.js?_v=12"></script>
+ <script type="text/javascript" charset="gbk" id="tanx-s-mm_34618856_4222645_14288433" async="" src="//p.tanx.com/ex?i=mm_34618856_4222645_14288433"></script>
+ <script src="http://push.zhanzhang.baidu.com/push.js"></script>
+ <script>
+ var _hmt = _hmt || [];
+ </script>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta http-equiv="Cache-Control" content="no-siteapp" />
+ <meta http-equiv="Cache-Control" content="no-transform " />
+
+ <meta name="keywords" content="关注点;国家;发展;两会;关注;出国;问题;卢宇;知识产权;李博灏" />
+ <meta name="Description" content="图为马素湘在澳大利亚悉尼游玩时的近影。出国前后关注点大不同出国前:政治科目会出啥考题?出国后:国家未来将如何发展?在采访中,我们了解到不少学子在出国前就每年守在电脑前观看两会直播。但是,随着年龄和阅历的增长,学子对两会的关注点在出国前后发生了很大的变化。在法国里昂国立应用科学院留学的卢宇表示,他还是个中学生时,就开始关注两会了。“我高中毕业后就出国留学了。" />
+ <meta name="filetype" content="0" />
+ <meta name="publishedtype" content="1" />
+ <meta name="pagetype" content="1" />
+ <meta name="catalogs" content="y_112572" />
+ <meta name="contentid" content="9260562" />
+ <meta name="publishdate" content="2017-03-10" />
+
+
+ <meta name="author" content="青网校园崔宁宁" />
+
+ <meta name="source" content="人民日报海外版" />
+ <title>海外留学生看两会:出国前后关注点大不同_教育频道_中国青年网</title>
+
+ <link rel="stylesheet" type="text/css" href="../../../images/cmstop-article08.css" />
+ <!--1064-->
+ <!-- 公共三级页 HEAD公共部分_alexa -->
+ <meta http-equiv="Cache-Control" content="no-siteapp" />
+ <meta http-equiv="Cache-Control" content="no-transform " />
+ <link rel="stylesheet" type="text/css" href="../../../images/youth_sjy_20140527_v2.css" />
+ <style>
+ .l_time {
+ width: 651px;
+ height: 30px;
+ margin: 0px auto 10px;
+ padding: 5px 0 0 0;
+ border-bottom: 1px dotted #ccc;
+ text-align: center;
+ }
+
+ .l_time span {
+ height: 21px;
+ margin: 0 7px;
+ padding: 0;
+ display: inline;
+ float: none;
+ }
+
+ .l_time span a {
+ height: 21px;
+ margin: 0;
+ padding: 0;
+ display: inline;
+ float: none;
+ }
+
+ .menu0 li.hover {
+ background: url(http://news.youth.cn/images/rotation1_bg.png) no-repeat center;
+ }
+
+ .nav_serch_right {
+ width: 280px;
+ height: 37px;
+ background: url(http://news.youth.cn/images/youth_sjy_19.jpg) no-repeat left center;
+ margin-top: 20px;
+ }
+
+ .nav_text {
+ width: 180px;
+ height: 37px;
+ line-height: 37px;
+ background: url(http://news.youth.cn/images/youth_sjy_25.jpg) no-repeat left center;
+ margin-left: 6px;
+ }
+
+ .nav_button {
+ background: url(http://news.youth.cn/images/youth_sjy_22.jpg) no-repeat;
+ width: 79px;
+ height: 37px;
+ border: 0 none;
+ cursor: pointer;
+ }
+ </style>
+ <style>
+ .hd_top1 {
+ background: url(http://news.youth.cn/images/youth_sjy_01.jpg) no-repeat;
+ }
+ </style>
+ <script type="text/javascript" src="../../../images/jquery.js"></script>
+ <script>
+ $(document).ready(function() {
+ $(".page a").attr("target", "_self");
+ });
+ </script>
+ <!--1064-->
+ <script type="text/javascript" src="../../../images/youth_sjy_20140427.js"></script>
+ <script type="text/javascript" src="../../../images/jquery.js"></script>
+ <script type="text/javascript" src="../../../images/jquery.cookie.js"></script>
+
+ <script type="text/javascript" src="../../../images/config.js"></script>
+ <style type="text/css">
+ .jctj_nav {
+ background: url(http://news.youth.cn/images/youth_sjy_bj_03.jpg) repeat-x;
+ }
+
+ .tj3 li {
+ background: url(http://news.youth.cn/images/icon_point2.jpg) no-repeat center left;
+ }
+
+ .foot {
+ width: 100%;
+ background: url(http://news.youth.cn/images/youth_sjy_64.jpg) repeat-x;
+ }
+
+ .yytj_nav {
+ background: url(http://news.youth.cn/images/youth_sjy_bj_03.jpg) repeat-x;
+ }
+
+ .yytjs_nav {
+ background: url(http://news.youth.cn/images/youth_sjy_bj_03.jpg) repeat-x;
+ }
+
+ .yytjj_nav {
+ background: url(http://news.youth.cn/images/youth_sjy_bj_03.jpg) repeat-x;
+ }
+
+ .yytj1_nav {
+ background: url(http://news.youth.cn/images/youth_sjy_bj_03.jpg) repeat-x;
+ }
+
+ .yytj2_nav {
+ background: url(http://news.youth.cn/images/youth_sjy_bj_03.jpg) repeat-x;
+ }
+ /*page start*/
+
+ .about_news a {
+ color: #059;
+ }
+
+ .about_news a:hover {
+ text-decoration: underline;
+ color: red;
+ }
+
+ .page_current {
+ display: inline-block;
+ width: 25px;
+ height: 25px;
+ border: 1px solid #CCCCCC;
+ background: #113C8C;
+ color: #FFFFFF;
+ line-height: 25px;
+ }
+
+ .page_sytle {
+ display: inline-block;
+ width: 25px;
+ height: 25px;
+ border: 1px solid #CCCCCC;
+ color: #000000;
+ line-height: 25px;
+ }
+
+ .page_sytle:hover {
+ text-decoration: none;
+ background: #113C8C;
+ color: #FFFFFF;
+ }
+ /* 360hot Document */
+
+ table,
+ td,
+ tr {
+ margin: 0px;
+ padding: 0px;
+ line-height: 22px;
+ font-size: 14px;
+ }
+
+ .hot360 {
+ margin: 5px 0px;
+ height: 130px;
+ overflow: hidden;
+ }
+
+ .more {
+ float: right;
+ padding-right: 10px;
+ font-weight: normal;
+ color: #999999;
+ font-size: 12px;
+ }
+
+ .hot360 ul {
+ padding: 0px 10px;
+ margin: 8px 0px;
+ }
+
+ .hot360 li {
+ width: 50%;
+ float: left;
+ }
+
+ .hot360 a:link {
+ color: #666666;
+ text-decoration: none;
+ }
+
+ .hot360 a:visited {
+ color: #666666;
+ text-decoration: none;
+ }
+
+ .hot360 a:active {
+ color: #666666;
+ text-decoration: none;
+ }
+
+ .hot360 a:hover {
+ color: #309;
+ text-decoration: underline;
+ }
+
+ .hot360 li {
+ list-style-position: inside;
+ list-style-type: disc;
+ margin: 0px;
+ padding: 0px;
+ }
+
+ .article-content img {
+ width: auto;
+ max-width: 500px;
+ }
+
+ .article-page .page a {
+ height: 20px
+ }
+
+ p {
+ overflow-y: hidden;
+ }
+ </style>
+ <script type="text/javascript">
+ var contentid = '{$contentid}'; // 文章ID
+ var topicid = '{$topicid}'; // 评论主题
+ var _IMG_URL = '../cssjs';
+ </script>
+ <!--{if ! $pages || $page == 1 || $page == count($pages)}-->
+ <!--{addon_resource($contentid)}-->
+ <!--{/if}-->
+
+ <script src="//bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=413720"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/upload/version-v3.js?14893978158330.3078753860224086"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.sohu.com/debug/cookie?callback=changyan455388509"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/v3/v20170310852/src/adapter.min.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.sohu.com/api/2/config/get/cyrqcP276?callback=changyan309135734"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/v3/v20170310852/src/start.min.js"></script>
+ <style type="text/css">
+ #SOHUCS {
+ clear: both
+ }
+
+ #SOHUCS #SOHU_MAIN * {
+ box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box
+ }
+
+ #SOHUCS,
+ #SOHUCS #SOHU_MAIN {
+ margin: 0;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 0;
+ border: 0;
+ font-weight: 400;
+ text-align: left;
+ width: 100%;
+ height: auto;
+ overflow: visible;
+ font-size: 12px;
+ color: #333;
+ background-color: transparent;
+ line-height: 1
+ }
+
+ #SOHUCS #SOHU_MAIN a,
+ #SOHUCS #SOHU_MAIN abbr,
+ #SOHUCS #SOHU_MAIN acronym,
+ #SOHUCS #SOHU_MAIN address,
+ #SOHUCS #SOHU_MAIN applet,
+ #SOHUCS #SOHU_MAIN article,
+ #SOHUCS #SOHU_MAIN aside,
+ #SOHUCS #SOHU_MAIN audio,
+ #SOHUCS #SOHU_MAIN b,
+ #SOHUCS #SOHU_MAIN big,
+ #SOHUCS #SOHU_MAIN blockquote,
+ #SOHUCS #SOHU_MAIN canvas,
+ #SOHUCS #SOHU_MAIN caption,
+ #SOHUCS #SOHU_MAIN center,
+ #SOHUCS #SOHU_MAIN cite,
+ #SOHUCS #SOHU_MAIN code,
+ #SOHUCS #SOHU_MAIN dd,
+ #SOHUCS #SOHU_MAIN del,
+ #SOHUCS #SOHU_MAIN details,
+ #SOHUCS #SOHU_MAIN dfn,
+ #SOHUCS #SOHU_MAIN dialog,
+ #SOHUCS #SOHU_MAIN div,
+ #SOHUCS #SOHU_MAIN dl,
+ #SOHUCS #SOHU_MAIN dt,
+ #SOHUCS #SOHU_MAIN em,
+ #SOHUCS #SOHU_MAIN embed,
+ #SOHUCS #SOHU_MAIN fieldset,
+ #SOHUCS #SOHU_MAIN figcaption,
+ #SOHUCS #SOHU_MAIN figure,
+ #SOHUCS #SOHU_MAIN font,
+ #SOHUCS #SOHU_MAIN footer,
+ #SOHUCS #SOHU_MAIN form,
+ #SOHUCS #SOHU_MAIN h1,
+ #SOHUCS #SOHU_MAIN h2,
+ #SOHUCS #SOHU_MAIN h3,
+ #SOHUCS #SOHU_MAIN h4,
+ #SOHUCS #SOHU_MAIN h5,
+ #SOHUCS #SOHU_MAIN h6,
+ #SOHUCS #SOHU_MAIN header,
+ #SOHUCS #SOHU_MAIN hgroup,
+ #SOHUCS #SOHU_MAIN hr,
+ #SOHUCS #SOHU_MAIN i,
+ #SOHUCS #SOHU_MAIN iframe,
+ #SOHUCS #SOHU_MAIN img,
+ #SOHUCS #SOHU_MAIN ins,
+ #SOHUCS #SOHU_MAIN kbd,
+ #SOHUCS #SOHU_MAIN label,
+ #SOHUCS #SOHU_MAIN legend,
+ #SOHUCS #SOHU_MAIN li,
+ #SOHUCS #SOHU_MAIN mark,
+ #SOHUCS #SOHU_MAIN menu,
+ #SOHUCS #SOHU_MAIN meter,
+ #SOHUCS #SOHU_MAIN nav,
+ #SOHUCS #SOHU_MAIN object,
+ #SOHUCS #SOHU_MAIN ol,
+ #SOHUCS #SOHU_MAIN output,
+ #SOHUCS #SOHU_MAIN p,
+ #SOHUCS #SOHU_MAIN pre,
+ #SOHUCS #SOHU_MAIN progress,
+ #SOHUCS #SOHU_MAIN q,
+ #SOHUCS #SOHU_MAIN rp,
+ #SOHUCS #SOHU_MAIN rt,
+ #SOHUCS #SOHU_MAIN ruby,
+ #SOHUCS #SOHU_MAIN s,
+ #SOHUCS #SOHU_MAIN samp,
+ #SOHUCS #SOHU_MAIN section,
+ #SOHUCS #SOHU_MAIN small,
+ #SOHUCS #SOHU_MAIN span,
+ #SOHUCS #SOHU_MAIN strike,
+ #SOHUCS #SOHU_MAIN strong,
+ #SOHUCS #SOHU_MAIN sub,
+ #SOHUCS #SOHU_MAIN summary,
+ #SOHUCS #SOHU_MAIN sup,
+ #SOHUCS #SOHU_MAIN table,
+ #SOHUCS #SOHU_MAIN tbody,
+ #SOHUCS #SOHU_MAIN td,
+ #SOHUCS #SOHU_MAIN tfoot,
+ #SOHUCS #SOHU_MAIN th,
+ #SOHUCS #SOHU_MAIN thead,
+ #SOHUCS #SOHU_MAIN time,
+ #SOHUCS #SOHU_MAIN tr,
+ #SOHUCS #SOHU_MAIN tt,
+ #SOHUCS #SOHU_MAIN u,
+ #SOHUCS #SOHU_MAIN ul,
+ #SOHUCS #SOHU_MAIN var,
+ #SOHUCS #SOHU_MAIN video,
+ #SOHUCS #SOHU_MAIN xmp {
+ border: 0;
+ margin: 0;
+ padding: 0;
+ font-size: 100%;
+ text-align: left;
+ vertical-align: baseline;
+ background-image: none;
+ background-position: 0 0;
+ width: auto;
+ float: none;
+ overflow: visible;
+ text-indent: 0
+ }
+
+ #SOHUCS #SOHU_MAIN article,
+ #SOHUCS #SOHU_MAIN aside,
+ #SOHUCS #SOHU_MAIN details,
+ #SOHUCS #SOHU_MAIN figcaption,
+ #SOHUCS #SOHU_MAIN figure,
+ #SOHUCS #SOHU_MAIN footer,
+ #SOHUCS #SOHU_MAIN header,
+ #SOHUCS #SOHU_MAIN hgroup,
+ #SOHUCS #SOHU_MAIN menu,
+ #SOHUCS #SOHU_MAIN nav,
+ #SOHUCS #SOHU_MAIN section {
+ display: block
+ }
+
+ #SOHUCS #SOHU_MAIN b,
+ #SOHUCS #SOHU_MAIN h1,
+ #SOHUCS #SOHU_MAIN h2,
+ #SOHUCS #SOHU_MAIN h3,
+ #SOHUCS #SOHU_MAIN h4,
+ #SOHUCS #SOHU_MAIN h5,
+ #SOHUCS #SOHU_MAIN h6,
+ #SOHUCS #SOHU_MAIN strong {
+ font-weight: 400
+ }
+
+ #SOHUCS #SOHU_MAIN img {
+ color: transparent;
+ font-size: 0;
+ vertical-align: middle;
+ -ms-interpolation-mode: bicubic
+ }
+
+ #SOHUCS #SOHU_MAIN li,
+ #SOHUCS #SOHU_MAIN ol,
+ #SOHUCS #SOHU_MAIN ul {
+ list-style: none
+ }
+
+ #SOHUCS #SOHU_MAIN li {
+ display: list-item
+ }
+
+ #SOHUCS #SOHU_MAIN table {
+ border-collapse: collapse;
+ border-spacing: 0
+ }
+
+ #SOHUCS #SOHU_MAIN caption,
+ #SOHUCS #SOHU_MAIN td,
+ #SOHUCS #SOHU_MAIN th {
+ font-weight: 400;
+ vertical-align: top;
+ text-align: left
+ }
+
+ #SOHUCS #SOHU_MAIN q {
+ quotes: none
+ }
+
+ #SOHUCS #SOHU_MAIN q:after,
+ #SOHUCS #SOHU_MAIN q:before {
+ content: '';
+ content: none
+ }
+
+ #SOHUCS #SOHU_MAIN small,
+ #SOHUCS #SOHU_MAIN sub,
+ #SOHUCS #SOHU_MAIN sup {
+ font-size: 75%
+ }
+
+ #SOHUCS #SOHU_MAIN sub,
+ #SOHUCS #SOHU_MAIN sup {
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline
+ }
+
+ #SOHUCS #SOHU_MAIN sub {
+ bottom: -.25em
+ }
+
+ #SOHUCS #SOHU_MAIN sup {
+ top: -.5em
+ }
+
+ #SOHUCS #SOHU_MAIN svg {
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN del,
+ #SOHUCS #SOHU_MAIN ins,
+ #SOHUCS #SOHU_MAIN s,
+ #SOHUCS #SOHU_MAIN u {
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN p {
+ word-wrap: break-word;
+ break-word: break-all
+ }
+
+ #SOHUCS #SOHU_MAIN em,
+ #SOHUCS #SOHU_MAIN i {
+ font-style: normal
+ }
+
+ #SOHUCS #SOHU_MAIN a,
+ #SOHUCS #SOHU_MAIN b,
+ #SOHUCS #SOHU_MAIN em,
+ #SOHUCS #SOHU_MAIN i,
+ #SOHUCS #SOHU_MAIN img,
+ #SOHUCS #SOHU_MAIN input,
+ #SOHUCS #SOHU_MAIN label,
+ #SOHUCS #SOHU_MAIN s,
+ #SOHUCS #SOHU_MAIN span,
+ #SOHUCS #SOHU_MAIN strong,
+ #SOHUCS #SOHU_MAIN sub,
+ #SOHUCS #SOHU_MAIN sup,
+ #SOHUCS #SOHU_MAIN textarea,
+ #SOHUCS #SOHU_MAIN u {
+ display: inline
+ }
+
+ #SOHUCS #SOHU_MAIN input,
+ #SOHUCS #SOHU_MAIN select,
+ #SOHUCS #SOHU_MAIN select option,
+ #SOHUCS #SOHU_MAIN textarea {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0
+ }
+
+ #SOHUCS #SOHU_MAIN a:focus,
+ #SOHUCS #SOHU_MAIN input:focus,
+ #SOHUCS #SOHU_MAIN textarea:focus {
+ outline: 0
+ }
+
+ #SOHUCS #SOHU_MAIN button,
+ #SOHUCS #SOHU_MAIN input,
+ #SOHUCS #SOHU_MAIN select,
+ #SOHUCS #SOHU_MAIN textarea {
+ background-attachment: scroll
+ }
+
+ #SOHUCS #SOHU_MAIN li {
+ clear: none
+ }
+
+ #SOHUCS #SOHU_MAIN a {
+ color: #44708e;
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN a:hover {
+ color: #ee542a;
+ text-decoration: underline
+ }
+
+ #SOHUCS #SOHU_MAIN .clear-g {
+ zoom: 1
+ }
+
+ #SOHUCS #SOHU_MAIN .clear-g:after {
+ content: ".";
+ display: block;
+ visibility: hidden;
+ height: 0;
+ clear: both
+ }
+
+ #SOHUCS #SOHU_MAIN .global-clear-spacing {
+ letter-spacing: -6px
+ }
+
+ #SOHUCS #SOHU_MAIN .global-clear-spacing * {
+ letter-spacing: normal
+ }
+ </style>
+ <style type="text/css">
+ .module-cy-user-page * {
+ box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ -webkit-box-sizing: content-box
+ }
+
+ .module-cy-user-page {
+ margin: 0;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 0;
+ border: 0;
+ font-weight: 400;
+ text-align: left;
+ width: 100%;
+ height: auto;
+ overflow: visible;
+ font-size: 12px;
+ color: #333;
+ background-color: transparent;
+ line-height: 1
+ }
+
+ .module-cy-user-page a,
+ .module-cy-user-page abbr,
+ .module-cy-user-page acronym,
+ .module-cy-user-page address,
+ .module-cy-user-page applet,
+ .module-cy-user-page article,
+ .module-cy-user-page aside,
+ .module-cy-user-page audio,
+ .module-cy-user-page b,
+ .module-cy-user-page big,
+ .module-cy-user-page blockquote,
+ .module-cy-user-page canvas,
+ .module-cy-user-page caption,
+ .module-cy-user-page center,
+ .module-cy-user-page cite,
+ .module-cy-user-page code,
+ .module-cy-user-page dd,
+ .module-cy-user-page del,
+ .module-cy-user-page details,
+ .module-cy-user-page dfn,
+ .module-cy-user-page dialog,
+ .module-cy-user-page div,
+ .module-cy-user-page dl,
+ .module-cy-user-page dt,
+ .module-cy-user-page em,
+ .module-cy-user-page embed,
+ .module-cy-user-page fieldset,
+ .module-cy-user-page figcaption,
+ .module-cy-user-page figure,
+ .module-cy-user-page font,
+ .module-cy-user-page footer,
+ .module-cy-user-page form,
+ .module-cy-user-page h1,
+ .module-cy-user-page h2,
+ .module-cy-user-page h3,
+ .module-cy-user-page h4,
+ .module-cy-user-page h5,
+ .module-cy-user-page h6,
+ .module-cy-user-page header,
+ .module-cy-user-page hgroup,
+ .module-cy-user-page hr,
+ .module-cy-user-page i,
+ .module-cy-user-page iframe,
+ .module-cy-user-page img,
+ .module-cy-user-page ins,
+ .module-cy-user-page kbd,
+ .module-cy-user-page label,
+ .module-cy-user-page legend,
+ .module-cy-user-page li,
+ .module-cy-user-page mark,
+ .module-cy-user-page menu,
+ .module-cy-user-page meter,
+ .module-cy-user-page nav,
+ .module-cy-user-page object,
+ .module-cy-user-page ol,
+ .module-cy-user-page output,
+ .module-cy-user-page p,
+ .module-cy-user-page pre,
+ .module-cy-user-page progress,
+ .module-cy-user-page q,
+ .module-cy-user-page rp,
+ .module-cy-user-page rt,
+ .module-cy-user-page ruby,
+ .module-cy-user-page s,
+ .module-cy-user-page samp,
+ .module-cy-user-page section,
+ .module-cy-user-page small,
+ .module-cy-user-page span,
+ .module-cy-user-page strike,
+ .module-cy-user-page strong,
+ .module-cy-user-page sub,
+ .module-cy-user-page summary,
+ .module-cy-user-page sup,
+ .module-cy-user-page table,
+ .module-cy-user-page tbody,
+ .module-cy-user-page td,
+ .module-cy-user-page tfoot,
+ .module-cy-user-page th,
+ .module-cy-user-page thead,
+ .module-cy-user-page time,
+ .module-cy-user-page tr,
+ .module-cy-user-page tt,
+ .module-cy-user-page u,
+ .module-cy-user-page ul,
+ .module-cy-user-page var,
+ .module-cy-user-page video,
+ .module-cy-user-page xmp {
+ border: 0;
+ margin: 0;
+ padding: 0;
+ font-size: 100%;
+ text-align: left;
+ vertical-align: baseline;
+ background-image: none;
+ background-position: 0 0;
+ width: auto;
+ float: none;
+ overflow: visible;
+ text-indent: 0
+ }
+
+ .module-cy-user-page article,
+ .module-cy-user-page aside,
+ .module-cy-user-page details,
+ .module-cy-user-page figcaption,
+ .module-cy-user-page figure,
+ .module-cy-user-page footer,
+ .module-cy-user-page header,
+ .module-cy-user-page hgroup,
+ .module-cy-user-page menu,
+ .module-cy-user-page nav,
+ .module-cy-user-page section {
+ display: block
+ }
+
+ .module-cy-user-page b,
+ .module-cy-user-page h1,
+ .module-cy-user-page h2,
+ .module-cy-user-page h3,
+ .module-cy-user-page h4,
+ .module-cy-user-page h5,
+ .module-cy-user-page h6,
+ .module-cy-user-page strong {
+ font-weight: 400
+ }
+
+ .module-cy-user-page img {
+ color: transparent;
+ font-size: 0;
+ vertical-align: middle;
+ -ms-interpolation-mode: bicubic
+ }
+
+ .module-cy-user-page li,
+ .module-cy-user-page ol,
+ .module-cy-user-page ul {
+ list-style: none
+ }
+
+ .module-cy-user-page li {
+ display: list-item
+ }
+
+ .module-cy-user-page table {
+ border-collapse: collapse;
+ border-spacing: 0
+ }
+
+ .module-cy-user-page caption,
+ .module-cy-user-page td,
+ .module-cy-user-page th {
+ font-weight: 400;
+ vertical-align: top;
+ text-align: left
+ }
+
+ .module-cy-user-page q {
+ quotes: none
+ }
+
+ .module-cy-user-page q:after,
+ .module-cy-user-page q:before {
+ content: '';
+ content: none
+ }
+
+ .module-cy-user-page small,
+ .module-cy-user-page sub,
+ .module-cy-user-page sup {
+ font-size: 75%
+ }
+
+ .module-cy-user-page sub,
+ .module-cy-user-page sup {
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline
+ }
+
+ .module-cy-user-page sub {
+ bottom: -.25em
+ }
+
+ .module-cy-user-page sup {
+ top: -.5em
+ }
+
+ .module-cy-user-page svg {
+ overflow: hidden
+ }
+
+ .module-cy-user-page del,
+ .module-cy-user-page ins,
+ .module-cy-user-page s,
+ .module-cy-user-page u {
+ text-decoration: none
+ }
+
+ .module-cy-user-page p {
+ word-wrap: break-word;
+ break-word: break-all
+ }
+
+ .module-cy-user-page em,
+ .module-cy-user-page i {
+ font-style: normal
+ }
+
+ .module-cy-user-page a,
+ .module-cy-user-page b,
+ .module-cy-user-page em,
+ .module-cy-user-page i,
+ .module-cy-user-page img,
+ .module-cy-user-page input,
+ .module-cy-user-page label,
+ .module-cy-user-page s,
+ .module-cy-user-page span,
+ .module-cy-user-page strong,
+ .module-cy-user-page sub,
+ .module-cy-user-page sup,
+ .module-cy-user-page textarea,
+ .module-cy-user-page u {
+ display: inline
+ }
+
+ .module-cy-user-page input,
+ .module-cy-user-page select,
+ .module-cy-user-page select option,
+ .module-cy-user-page textarea {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0
+ }
+
+ .module-cy-user-page a:focus,
+ .module-cy-user-page input:focus,
+ .module-cy-user-page textarea:focus {
+ outline: 0
+ }
+
+ .module-cy-user-page button,
+ .module-cy-user-page input,
+ .module-cy-user-page select,
+ .module-cy-user-page textarea {
+ background-attachment: scroll
+ }
+
+ .module-cy-user-page li {
+ clear: none
+ }
+
+ .module-cy-user-page a {
+ color: #44708e;
+ text-decoration: none
+ }
+
+ .module-cy-user-page a:hover {
+ color: #ee542a;
+ text-decoration: underline
+ }
+
+ .module-cy-user-page .clear-g {
+ zoom: 1
+ }
+
+ .module-cy-user-page .clear-g:after {
+ content: ".";
+ display: block;
+ visibility: hidden;
+ height: 0;
+ clear: both
+ }
+
+ .module-cy-user-page .global-clear-spacing {
+ letter-spacing: -6px
+ }
+
+ .module-cy-user-page .global-clear-spacing * {
+ letter-spacing: normal
+ }
+ </style>
+ <style type="text/css">
+ .changyan-overlay-lock {
+ overflow: hidden!important;
+ width: auto
+ }
+
+ .changyan-overlay-lock .changyan-overlay {
+ overflow: auto;
+ overflow-y: scroll
+ }
+
+ .changyan-overlay {
+ position: absolute;
+ top: 0;
+ left: 0;
+ overflow: hidden;
+ z-index: 8010;
+ background: #000;
+ filter: alpha(opacity=50);
+ opacity: .5;
+ width: auto;
+ height: auto;
+ display: block
+ }
+
+ .changyan-overlay-fixed {
+ position: fixed;
+ bottom: 0;
+ right: 0
+ }
+
+ .changyan-overlay-outer {
+ position: fixed;
+ z-index: 8030;
+ top: 0;
+ left: 0;
+ filter: alpha(opacity=1);
+ opacity: .01
+ }
+ </style>
+ <link rel="stylesheet" href="http://bdimg.share.baidu.com/static/api/css/share_style0_16.css?v=6aba13f0.css" />
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/icp-tips/017/icp-tips.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-skin/027/cy-skin.js"></script>
+ <style id="seaJs-css" type="text/css">
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .cbox-prompt-w span.prompt-empty-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-form-w .form-text-w span.text-null,
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-minwidth-w div.cont-comment-w a.comment-link-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-minwidth-w div.cont-comment-w span.comment-text-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w div.service-wrap-w a:hover,
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w div.header-login,
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-title-w .title-user-w .user-wrap-w span.wrap-name-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw span.click-disable-eg a em.icon-name-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-title-gw ul li div.title-name-gw,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .cmt-list-number .comment-number span.number,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .cmt-list-number span.comment-number,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .type-lists li.active,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .msg-wrap-gw .wrap-action-gw .action-click-gw span a:hover,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw div.box-action-gw a:hover,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a:hover em.icon-name-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw span.user-name-gw a {
+ color: #e74851
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw div.wrapper-image-dw,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w div.post-wrap-main,
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-form-w div.form-text-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w div.header-login,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .module-cmt-box .post-wrap-w div.post-wrap-main {
+ border-color: #e74851
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w div.header-login-ie {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/photo-mask.png)!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type div.cmt-list-border {
+ background-color: #e74851
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-title-gw ul li .title-name-gw div.title-name-gw-tag {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/title-tag.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-hide-gw:hover i.area-icon-gw {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/pack-up-active.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-look-gw:hover i.area-icon-gw {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/look-img-active.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span.click-prop-gw .prop-span a {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/prop-ico.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a button.btn-fw {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/post-btn.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a button.btn-fw:hover {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/post-btn-hover.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .type-lists li.active {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/cmtlist-bg-active.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w div.post-wrap-border-r {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/border-r.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w div.post-wrap-border-l {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/border-l.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w div.post-wrap-border-t .post-wrap-border-t-l {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/border-t.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-border-t div.post-wrap-border-t-r {
+ border-top: 1px solid #e74851
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w div.face-wrapper-dw {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/face-bg.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-minwidth-w .cont-comment-w a.comment-link-w .comment-link-num span.comment-link-numtext {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/cmt-num-bg2.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-minwidth-w .cont-comment-w a.comment-link-w span.comment-link-num {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/cmt-num-bg1.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-minwidth-w div.hidden-corner {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/cmt-box-bg1.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-form-w .form-text-w a.button-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-form-w div.form-text-w .btn-load-bf {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/bt-changyan.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-float-bar .wrap-cont-w .cont-form-w .form-text-w a.button-w:hover {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/bt-changyan-hover.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw div.uploading-wrapper-dw-t {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/pic-bg-t.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw div.uploading-wrapper-dw-b {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/pic-bg-b.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w div.head-img-ie-mask {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/photo-mask.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .isSubmit .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a button.btn-fw {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/loading.gif)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-page-w div.cmt-more-wrap-gw:hover {
+ background: #fef6f6!important;
+ color: #e74851!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-page-w div.cmt-more-wrap-gw:hover .more-arrow-ico {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/arrow-hover.png)!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list li.nt-item {
+ border: 1px solid #e74851!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list li.nt-item .nt-logo {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/notice-logo.png)!important;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list li.nt-item a.nt-text,
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list li.nt-item a.nt-text i {
+ color: #e74851!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw div.block-cont-hover-e {
+ background-color: #fef6f6
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .msg-wrap-gw .wrap-action-gw .action-click-gw .cy-prop-win .cy-bean-unuseable:hover {
+ color: #fff
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a i.icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover i.icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover i.icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/ding-active.png);
+ background-position: center;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a i.icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover i.icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover i.icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/cai-active.png);
+ background-position: center;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-face-w {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/face.png);
+ background-position: center;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-face-w:hover {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/face-active.png);
+ background-position: center;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-uploading-w .effect-w .uploading-b {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/image.png)!important;
+ background-position: center;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-e .effect-w .uploading-b,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-uploading-w:hover .effect-w .uploading-b {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/image-active.png)!important;
+ background-position: center;
+ background-repeat: no-repeat
+ }
+
+ @media (-webkit-min-device-pixel-ratio:1.5),
+ (min--moz-device-pixel-ratio:1.5),
+ (min-resolution:1.5dppx),
+ (min-resolution:144dpi) {
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a i.icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover i.icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover i.icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/ding-active-1.5x.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a i.icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover i.icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover i.icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/cai-active-1.5x.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-face-w {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/face-1.5x.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-face-w:hover {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/face-active-1.5x.png);
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-uploading-w .effect-w .uploading-b {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/image-1.5x.png)!important;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-e .effect-w .uploading-b,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-uploading-w:hover .effect-w .uploading-b {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/image-active-1.5x.png)!important;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100% 100%
+ }
+ }
+
+ @media (-webkit-min-device-pixel-ratio:2),
+ (min--moz-device-pixel-ratio:2),
+ (min-resolution:2dppx),
+ (min-resolution:192dpi) {
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a i.icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover i.icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover i.icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/ding-active-2x.png);
+ background-size: 100% 100%;
+ background-position: center
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a i.icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover i.icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover i.icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/cai-active-2x.png);
+ background-size: 100% 100%;
+ background-position: center
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-face-w {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/face-2x.png);
+ background-size: 100% 100%;
+ background-position: center
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-face-w:hover {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/face-active-2x.png);
+ background-size: 100% 100%;
+ background-position: center
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-uploading-w .effect-w .uploading-b {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/image-2x.png)!important;
+ background-size: 100% 100%;
+ background-position: center
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-e .effect-w .uploading-b,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w div.action-function-w ul li.function-uploading-w:hover .effect-w .uploading-b {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/image-active-2x.png)!important;
+ background-size: 100% 100%;
+ background-position: center
+ }
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .cy-redirect-btn:hover {
+ background-color: #f18a91!important;
+ box-shadow: 0 0 8px #f18a91!important;
+ color: #fff!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .cy-redirect-btn {
+ background-color: #fef8f8!important;
+ border: 1px solid #f18a91!important;
+ color: #e74851!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .cy-redirect-btn i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/right-arrow.png)!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .cy-redirect-btn:hover i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/right-arrow-hover.png)!important
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-to-shequ-float {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/shequ-icon.png)!important
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-board-enter,
+ #SOHUCS #SOHU_MAIN .cy-to-shequ-head,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cy-see-more {
+ color: #e74851!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cy-see-more:hover {
+ background-color: #f9e5e6!important
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn.collected {
+ border: 1px solid #e74851!important;
+ color: #e74851!important
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn.collected i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/collected-star.png)!important
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn:hover {
+ border: 1px solid #e74851!important;
+ color: #e74851!important
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn:hover i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-skin/027/skin-red/images/collected-star.png)!important
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-hidden {
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w {
+ position: relative;
+ width: 100%;
+ height: 60px;
+ z-index: 10
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w div.cy-skin {
+ float: right
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .head-img-w {
+ width: 42px;
+ height: 42px;
+ position: absolute;
+ left: 9px;
+ top: 22px;
+ display: none;
+ z-index: 11
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .head-img-w .cy-logout-btn {
+ width: 42px;
+ height: 42px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ font-size: 14px;
+ color: #4398ed;
+ text-align: center;
+ line-height: 42px;
+ font-family: "Microsoft YaHei";
+ display: none;
+ cursor: pointer;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-header/076/images/logout-mask.png);
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .head-img-w:hover .cy-logout-btn {
+ display: block
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .head-img-ie-mask {
+ width: 42px;
+ height: 46px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-header/076/images/photo-mask.png);
+ position: absolute;
+ z-index: 2;
+ top: 0;
+ left: 0;
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-login .head-img-w {
+ display: block
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .head-img-w img {
+ border-radius: 42px;
+ display: block;
+ width: 42px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .header-login {
+ width: 40px;
+ height: 40px;
+ border-radius: 42px;
+ border: 1px solid #4398ed;
+ position: absolute;
+ top: 22px;
+ left: 9px;
+ font-size: 14px;
+ color: #4398ed;
+ text-align: center;
+ line-height: 42px!important;
+ font-family: "Microsoft YaHei";
+ cursor: pointer;
+ background: 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .header-login-ie {
+ width: 42px;
+ height: 46px;
+ border: 0;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-header/076/images/photo-mask.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-login .header-login {
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-title-w .title-user-w .user-wrap-w {
+ position: absolute;
+ top: 52px;
+ left: 55px;
+ text-indent: 11px;
+ z-index: 10;
+ padding-right: 10px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-title-w .title-user-w .user-wrap-w-ie {
+ background: #fff
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-title-w .title-user-w .user-wrap-w .wrap-name-w {
+ font-size: 16px;
+ color: #4398ed;
+ font-family: "Microsoft YaHei";
+ position: relative;
+ z-index: 2;
+ *text-indent: 11px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-title-w {
+ position: relative;
+ z-index: 12
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .list-comment-empty-w .empty-prompt-w {
+ margin-top: 20px;
+ height: 30px;
+ background: #f0f0f0;
+ text-align: center;
+ opacity: .5;
+ filter: alpha(opacity=50)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .list-comment-empty-w .empty-prompt-w .prompt-null-w {
+ line-height: 30px;
+ font-size: 12px;
+ color: #999;
+ text-align: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .list-comment-kuaizhan-w .kuaizhan-prompt-w {
+ cursor: pointer;
+ display: none;
+ margin-top: 20px;
+ height: 30px;
+ background: #f0f0f0;
+ text-align: center;
+ opacity: .5;
+ filter: alpha(opacity=50)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .list-comment-kuaizhan-w .kuanzhan-prompt-w .prompt-text-w {
+ line-height: 30px;
+ font-size: 12px;
+ color: #999;
+ text-align: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .list-close-comment-w .close-comment-prompt-w {
+ margin-top: 20px;
+ height: 30px;
+ text-align: center;
+ background: #fdeced;
+ opacity: .5;
+ filter: alpha(opacity=50)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .list-close-comment-w .close-comment-prompt-w .close-comment-prompt {
+ line-height: 30px;
+ text-align: center;
+ font-size: 12px;
+ color: #e74851
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-to-shequ-head {
+ color: #4398ed;
+ cursor: pointer;
+ display: none;
+ font-size: 14px;
+ height: 36px;
+ line-height: 36px;
+ margin: 24px 10px 0 20px;
+ float: right
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-avatar-notice-node {
+ background: #e74851;
+ border-radius: 4px;
+ box-shadow: 0 0 3px 3px #fff;
+ cursor: pointer;
+ display: none;
+ height: 8px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 8px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn {
+ border: 1px solid #dfdfdf;
+ border-radius: 24px;
+ color: #666;
+ cursor: pointer;
+ display: none;
+ font-size: 16px;
+ height: 48px;
+ line-height: 48px;
+ margin: auto;
+ text-align: center;
+ width: 144px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn i {
+ display: inline-block;
+ width: 14px;
+ height: 14px;
+ margin-right: 5px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-header/076/images/collect-star.png) no-repeat center;
+ background-size: 100%
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn.collected {
+ border: 1px solid #4398ed;
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn.collected i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-header/076/images/collected-star.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn:hover {
+ border: 1px solid #4398ed;
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-collection-btn:hover i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-header/076/images/collected-star.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .cy-hot-words {
+ position: absolute;
+ right: 0;
+ bottom: 5px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .cy-hot-words-container {
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .cy-hot-words-container:after {
+ clear: both;
+ content: "";
+ display: block;
+ height: 0;
+ visibility: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .cy-hot-words-tag {
+ border: 1px solid #f44;
+ border-radius: 2px;
+ box-sizing: border-box;
+ color: #f44;
+ float: left;
+ font-size: 12px;
+ height: 16px;
+ line-height: 14px;
+ text-align: center;
+ width: 28px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .cy-hot-words-body {
+ float: left;
+ width: 250px;
+ height: 16px;
+ margin-left: 8px;
+ position: relative
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .cy-hot-words-body span {
+ display: block;
+ line-height: 16px;
+ height: 16px;
+ text-overflow: ellipsis;
+ width: 100%;
+ overflow: hidden;
+ white-space: nowrap
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .cy-hot-words-body a {
+ color: #333;
+ font-size: 14px;
+ letter-spacing: .5px;
+ text-decoration: underline
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w {
+ display: block;
+ position: relative;
+ zoom: 1;
+ z-index: 2
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-border-l {
+ width: 8px;
+ height: 97px;
+ position: absolute;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/border-l.png);
+ top: 0;
+ left: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-border-r {
+ width: 8px;
+ height: 97px;
+ position: absolute;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/border-r.png);
+ top: 0;
+ right: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-border-t {
+ height: 8px;
+ position: relative
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-border-t .post-wrap-border-t-l {
+ width: 46px;
+ height: 8px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/border-t.png);
+ overflow: hidden;
+ position: absolute;
+ left: 0;
+ top: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-border-t .post-wrap-border-t-r {
+ height: 7px;
+ border-top: 1px solid #4398ed;
+ margin-left: 46px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .module-cmt-box .post-wrap-w .post-wrap-border-t {
+ visibility: hidden;
+ height: 7px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-main {
+ margin: 0 8px;
+ height: 96px;
+ border-bottom: 1px solid #4398ed;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/cy-logo.png);
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-main-focus {
+ background-image: none!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .module-cmt-box .post-wrap-w .post-wrap-main {
+ border-top: 1px solid #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-main .wrap-area-w {
+ padding: 13px 10px 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-main .wrap-area-w .textarea-fw {
+ width: 100%;
+ height: 70px;
+ background: 0 0;
+ overflow-x: hidden;
+ overflow-y: auto;
+ border: 0;
+ font-size: 14px;
+ color: #bfbfbf;
+ resize: none;
+ line-height: normal;
+ text-align: left
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-main .area-textarea-e .textarea-fw {
+ color: #333;
+ background-color: transparent
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w {
+ position: relative;
+ z-index: 12
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w {
+ margin: 15px 0 0 10px;
+ position: relative;
+ float: left
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li {
+ width: 20px;
+ height: 20px;
+ float: left;
+ margin-right: 21px;
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-face-w {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face.png);
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-face-w:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-active.png);
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w .effect-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w .effect-w .uploading-b {
+ display: block;
+ width: 20px;
+ height: 20px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w .effect-w .uploading-b {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/image.png);
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-e .effect-w .uploading-b,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w:hover .effect-w .uploading-b {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/image-active.png);
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw {
+ top: 24px;
+ left: -10px;
+ display: none;
+ width: 300px;
+ height: 145px;
+ position: absolute;
+ z-index: 2;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-bg.png);
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw {
+ width: 288px;
+ height: 107px;
+ margin-top: 6px;
+ margin-left: 1px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul {
+ border-top: 1px dashed #e5e5e5
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:first-child {
+ border-top: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li {
+ border-left: 1px dashed #e5e5e5;
+ width: 35px;
+ height: 35px;
+ float: left;
+ margin: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li:hover {
+ background: #f2f2f2
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li:first-child {
+ border-left: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:first-child li:first-child {
+ border-top-left-radius: 8px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:first-child li:last-child {
+ border-top-right-radius: 8px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:last-child li:first-child {
+ border-bottom-left-radius: 8px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:last-child li:last-child {
+ border-bottom-right-radius: 8px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li a {
+ width: 35px;
+ height: 24px;
+ display: inline-block;
+ text-align: center;
+ overflow: hidden;
+ padding: 8px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw {
+ width: 296px;
+ height: 105px;
+ margin-top: 8px;
+ display: none;
+ overflow-y: auto;
+ margin-left: 3px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw ul {
+ margin-left: 1px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw ul li {
+ background-position: center;
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ border-radius: 5px;
+ height: 47px;
+ margin-right: 0;
+ width: 47px;
+ box-sizing: border-box;
+ border-bottom: 1px dotted #e5e5e5;
+ position: relative
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw ul li.user-face-image.managing:after {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/del-btn.png);
+ content: "";
+ position: absolute;
+ display: block;
+ right: 0;
+ width: 20px;
+ height: 20px;
+ background-position: center;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw ul li.user-face-image.managing:hover:after {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/del-btn-hover.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw ul .upload-face-btn {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/add.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw li.cancel-face-btn:hover,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw li.manage-face-btn:hover,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw li.upload-face-btn:hover {
+ background-color: #f2f2f2
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw ul .manage-face-btn {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/manage-btn.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw ul .cancel-face-btn {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/cancel-manage-btn.png);
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .action-face-tab-dw {
+ width: 298px;
+ height: 30px;
+ background: #f2f2f2;
+ margin-left: 1px;
+ border-bottom-left-radius: 9px;
+ border-bottom-right-radius: 9px;
+ border-top: 1px solid #e5e5e5
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .action-face-tab-dw ul li {
+ height: 31px;
+ width: 41px;
+ float: left;
+ margin-top: -1px;
+ margin-right: 0;
+ background-position: center;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .action-face-tab-dw ul li.active,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .action-face-tab-dw ul li:hover {
+ background-color: #fff;
+ border-left: 1px solid #e5e5e5;
+ border-right: 1px solid #e5e5e5
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .action-face-tab-dw ul li.official-face-btn {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-ico-grey.png);
+ margin-left: 10px;
+ box-sizing: border-box
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .action-face-tab-dw ul li.user-face-btn {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/heart.png);
+ box-sizing: border-box
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .cy-confirm-box {
+ width: 298px;
+ height: 137px;
+ background: #fff;
+ position: absolute;
+ top: 6px;
+ left: 1px;
+ border-radius: 9px;
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .cy-confirm-text {
+ width: 100%;
+ height: 40px;
+ margin-top: 20px;
+ text-align: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .cy-confirm-text span {
+ line-height: 40px;
+ font-size: 16px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .cy-confirm-btn-row {
+ width: 100%;
+ height: 28px;
+ position: relative;
+ margin-top: 15px;
+ text-align: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .cy-confirm-btn-cancel {
+ border: 1px solid #4398ed;
+ border-radius: 6px;
+ color: #4398ed;
+ cursor: pointer;
+ display: inline-block;
+ height: 28px;
+ line-height: 28px;
+ text-align: center;
+ width: 96px;
+ margin-right: 16px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .cy-confirm-btn-confirm {
+ background-color: #4398ed;
+ border: 1px solid #4398ed;
+ border-radius: 6px;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ height: 28px;
+ line-height: 28px;
+ text-align: center;
+ width: 96px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw {
+ top: 24px;
+ position: absolute;
+ left: -10px;
+ display: none;
+ width: 200px;
+ padding-bottom: 8px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .uploading-wrapper-dw-t {
+ width: 200px;
+ height: 14px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/pic-bg-t.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .uploading-wrapper-dw-b {
+ width: 200px;
+ height: 8px;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/pic-bg-b.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-loading-dw {
+ width: 198px;
+ height: 198px;
+ margin-top: 5px;
+ padding: 1px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw {
+ margin-top: 13px;
+ border-left: 1px solid #4398ed;
+ border-right: 1px solid #4398ed;
+ background: #FFF
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-close-dw {
+ height: 18px;
+ width: 100%
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-close-dw a {
+ float: right;
+ width: 18px;
+ height: 18px;
+ overflow: hidden;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/b17.png) no-repeat;
+ margin-right: 8px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-close-dw a:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/b18.png) no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-pic-dw {
+ padding: 7px 0 16px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-pic-dw img {
+ display: block;
+ margin: 0 auto;
+ min-height: 60px;
+ max-height: 150px;
+ min-width: 60px;
+ max-width: 150px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw {
+ padding: 53px 0 50px;
+ background-color: #fff;
+ border: 2px solid #ccd4d9;
+ border-top: 0;
+ width: 190px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-word-dw {
+ height: 22px;
+ text-align: center;
+ color: #999
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-word-dw .word-icon-dw {
+ display: inline-block;
+ width: 22px;
+ height: 22px;
+ margin: 0 5px 0 0;
+ vertical-align: -6px;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/loading.gif);
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-btn-dw {
+ padding: 20px 0 0;
+ height: 25px;
+ text-align: center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-btn-dw a {
+ display: inline-block;
+ width: 65px;
+ line-height: 16px;
+ padding: 5px 0 4px;
+ text-align: center;
+ font-size: 12px;
+ background-color: #699ec3;
+ color: #fff
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-btn-dw a:hover {
+ text-decoration: none;
+ background-color: #5788aa
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w {
+ float: right;
+ height: 30px;
+ margin-top: 10px;
+ *width: 102px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a {
+ text-decoration: none!important;
+ display: block;
+ float: right;
+ *width: 102px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a .btn-fw {
+ width: 102px;
+ height: 30px;
+ overflow: hidden;
+ border: 0;
+ padding: 0;
+ margin: 0;
+ cursor: pointer;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/post-btn.png);
+ background-repeat: no-repeat;
+ background-color: transparent
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a .btn-fw:hover {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/post-btn-hover.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .isSubmit .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a .btn-fw {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/loading.gif)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .cbox-prompt-w {
+ float: right;
+ height: 30px;
+ line-height: 30px;
+ margin-right: 20px;
+ margin-top: 10px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .cbox-prompt-w .prompt-empty-w {
+ color: #4398ed;
+ font-size: 12px;
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .post-wrap-main .wrap-area-w .textarea-fw {
+ box-shadow: none;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li span {
+ display: inline-block;
+ width: 22px;
+ height: 22px;
+ margin: 8px 9px;
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-map.png) no-repeat center
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_01 {
+ background-position: -2px -2px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_02 {
+ background-position: -2px -24px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_03 {
+ background-position: -1px -49px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_04 {
+ background-position: -2px -73px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_05 {
+ background-position: -2px -97px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_06 {
+ background-position: -2px -121px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_07 {
+ background-position: -2px -145px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_08 {
+ background-position: -2px -168px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_09 {
+ background-position: -2px -192px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_10 {
+ background-position: -2px -215px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_11 {
+ background-position: -2px -238px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_12 {
+ background-position: -2px -260px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_13 {
+ background-position: -2px -284px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_14 {
+ background-position: -2px -307px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_15 {
+ background-position: -2px -331px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_16 {
+ background-position: -2px -355px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_17 {
+ background-position: -2px -378px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_18 {
+ background-position: -2px -401px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_19 {
+ background-position: -2px -425px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_20 {
+ background-position: -2px -445px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_21 {
+ background-position: -2px -465px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_22 {
+ background-position: -2px -488px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_23 {
+ background-position: -2px -511px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_24 {
+ background-position: -2px -535px
+ }
+
+ @media (-webkit-min-device-pixel-ratio:2),
+ (min--moz-device-pixel-ratio:2),
+ (min-resolution:2dppx),
+ (min-resolution:192dpi) {
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-map-2x.png) no-repeat center;
+ background-size: 44px auto
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_01 {
+ background-position: 0 -176px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_02 {
+ background-position: -22px -66px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_03 {
+ background-position: 0 -44px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_04 {
+ background-position: -22px -154px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_05 {
+ background-position: 0 -88px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_06 {
+ background-position: -22px 0
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_07 {
+ background-position: 0 -110px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_08 {
+ background-position: 0 -66px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_09 {
+ background-position: 0 0
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_10 {
+ background-position: 0 -22px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_11 {
+ background-position: -22px -44px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_12 {
+ background-position: 0 -132px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_13 {
+ background-position: -22px -88px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_14 {
+ background-position: -22px -22px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_15 {
+ background-position: 0 -154px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_16 {
+ background-position: -22px -132px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_17 {
+ background-position: -22px -110px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_18 {
+ background-position: 0 -220px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_19 {
+ background-position: 0 -198px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_20 {
+ background-position: -22px -198px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_21 {
+ background-position: -22px -220px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_22 {
+ background-position: -22px -244px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_23 {
+ background-position: 0 -132px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .face-item.face_24 {
+ background-position: -22px -176px
+ }
+ }
+
+ @media (-webkit-min-device-pixel-ratio:1.5),
+ (min--moz-device-pixel-ratio:1.5),
+ (min-resolution:1.5dppx),
+ (min-resolution:144dpi) {
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-face-w {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-1.5x.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-face-w:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-active-1.5x.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w .effect-w .uploading-b {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/image-1.5x.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-e .effect-w .uploading-b,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w:hover .effect-w .uploading-b {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/image-active-1.5x.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+ }
+
+ @media (-webkit-min-device-pixel-ratio:2),
+ (min--moz-device-pixel-ratio:2),
+ (min-resolution:2dppx),
+ (min-resolution:192dpi) {
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-face-w {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-2x.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-face-w:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-active-2x.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w .effect-w .uploading-b {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/image-2x.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-e .effect-w .uploading-b,
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w:hover .effect-w .uploading-b {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/image-active-2x.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w {
+ display: block;
+ position: relative;
+ zoom: 1
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-border-l {
+ width: 8px;
+ height: 97px;
+ position: absolute;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/border-l.png);
+ top: 0;
+ left: 0
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-border-r {
+ width: 8px;
+ height: 97px;
+ position: absolute;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/border-r.png);
+ top: 0;
+ right: 0
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-border-t {
+ position: relative
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-border-t .post-wrap-border-t-l {
+ width: 46px;
+ height: 8px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/border-t.png);
+ overflow: hidden;
+ position: absolute;
+ left: 0;
+ top: 0
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-border-t .post-wrap-border-t-r {
+ height: 7px;
+ border-top: 1px solid #4398ed;
+ margin-left: 46px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-border-t {
+ visibility: hidden;
+ height: 7px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-main {
+ margin: 0 8px;
+ height: 96px;
+ border-bottom: 1px solid #4398ed;
+ border-top: 1px solid #4398ed;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/cy-logo.png);
+ background-repeat: no-repeat;
+ background-position: center
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-main-focus {
+ background-image: none!important
+ }
+
+ .module-cy-user-page .module-cmt-list .module-cmt-box .post-wrap-w .post-wrap-main {
+ border-top: 1px solid #4398ed
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-main .wrap-area-w {
+ padding: 13px 10px 0
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-main .wrap-area-w .textarea-fw {
+ width: 100%;
+ height: 70px;
+ background: 0 0;
+ overflow-x: hidden;
+ overflow-y: auto;
+ border: 0;
+ font-size: 14px;
+ color: #bfbfbf;
+ resize: none;
+ line-height: normal;
+ text-align: left
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .post-wrap-main .area-textarea-e .textarea-fw {
+ color: #333;
+ background-color: transparent
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w {
+ position: relative;
+ z-index: 12
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w {
+ margin: 15px 0 0 10px;
+ position: relative;
+ float: left
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li {
+ width: 20px;
+ height: 20px;
+ float: left;
+ margin-right: 21px;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-face-w {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-ico.png)
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-e,
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-face-w:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-ico-hover.png)
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/pic-ico.png)
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w ul li.function-uploading-w:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/pic-ico-hover.png)
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw {
+ top: 24px;
+ left: -10px;
+ display: none;
+ width: 290px;
+ height: 115px;
+ position: absolute;
+ z-index: 2;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/face-bg.png)
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw {
+ width: 288px;
+ height: 108px;
+ margin-top: 5px;
+ padding: 1px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul {
+ border-top: 1px dashed #e5e5e5
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:first-child {
+ border-top: 0
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li {
+ border-left: 1px dashed #e5e5e5;
+ width: 35px;
+ height: 35px;
+ float: left;
+ margin: 0
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li:hover {
+ background: #f2f2f2
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li:first-child {
+ border-left: 0
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:first-child li:first-child {
+ border-top-left-radius: 8px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:first-child li:last-child {
+ border-top-right-radius: 8px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:last-child li:first-child {
+ border-bottom-left-radius: 8px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul:last-child li:last-child {
+ border-bottom-right-radius: 8px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-cont-dw ul li a {
+ width: 35px;
+ height: 24px;
+ display: inline-block;
+ text-align: center;
+ overflow: hidden;
+ padding: 8px 0 0
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw {
+ top: 24px;
+ position: absolute;
+ left: -10px;
+ display: none;
+ width: 200px;
+ padding-bottom: 8px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .uploading-wrapper-dw-t {
+ width: 200px;
+ height: 14px;
+ position: absolute;
+ top: 0;
+ left: 0;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/pic-bg-t.png)
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .uploading-wrapper-dw-b {
+ width: 200px;
+ height: 8px;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/pic-bg-b.png)
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-loading-dw {
+ width: 198px;
+ height: 198px;
+ margin-top: 5px;
+ padding: 1px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw {
+ margin-top: 13px;
+ border-left: 1px solid #4398ed;
+ border-right: 1px solid #4398ed;
+ background: #FFF
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-close-dw {
+ height: 18px;
+ width: 100%
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-close-dw a {
+ float: right;
+ width: 18px;
+ height: 18px;
+ overflow: hidden;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/b17.png) no-repeat;
+ margin-right: 8px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-close-dw a:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/b18.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-pic-dw {
+ padding: 7px 0 16px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-wrapper-dw .wrapper-image-dw .image-pic-dw img {
+ display: block;
+ margin: 0 auto;
+ min-height: 60px;
+ max-height: 150px;
+ min-width: 60px;
+ max-width: 150px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw {
+ padding: 53px 0 50px;
+ background-color: #fff;
+ border: 2px solid #ccd4d9;
+ border-top: 0;
+ width: 190px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-word-dw {
+ height: 22px;
+ text-align: center;
+ color: #999
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-word-dw .word-icon-dw {
+ display: inline-block;
+ width: 22px;
+ height: 22px;
+ margin: 0 5px 0 0;
+ vertical-align: -6px;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/loading.gif);
+ background-repeat: no-repeat
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-btn-dw {
+ padding: 20px 0 0;
+ height: 25px;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-btn-dw a {
+ display: inline-block;
+ width: 65px;
+ line-height: 16px;
+ padding: 5px 0 4px;
+ text-align: center;
+ font-size: 12px;
+ background-color: #699ec3;
+ color: #fff
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .uploading-efw .wrapper-loading-dw .loading-btn-dw a:hover {
+ text-decoration: none;
+ background-color: #5788aa
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w {
+ float: right;
+ height: 30px;
+ margin-top: 10px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w,
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a {
+ text-decoration: none!important;
+ display: block;
+ float: right;
+ *width: 102px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a .btn-fw {
+ width: 102px;
+ height: 30px;
+ overflow: hidden;
+ border: 0;
+ padding: 0;
+ margin: 0;
+ cursor: pointer;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/post-btn.png);
+ background-repeat: no-repeat;
+ background-color: transparent
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a .btn-fw:hover {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/post-btn-hover.png)
+ }
+
+ .module-cy-user-page .isSubmit .post-wrap-w .wrap-action-w .action-issue-w .issue-btn-w a .btn-fw {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-box/054/images/loading.gif)
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .cbox-prompt-w {
+ float: right;
+ height: 30px;
+ line-height: 30px;
+ margin-right: 20px;
+ margin-top: 10px
+ }
+
+ .module-cy-user-page .module-cmt-box .post-wrap-w .wrap-action-w .cbox-prompt-w .prompt-empty-w {
+ color: #4398ed;
+ font-size: 12px;
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw.nano {
+ position: relative;
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw.nano&gt;
+ .nano-content {
+ position: absolute;
+ overflow: scroll;
+ overflow-x: hidden;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ height: 100%
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw.nano&gt;
+ .nano-content:focus {
+ outline: thin dotted
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw.nano&gt;
+ .nano-content::-webkit-scrollbar {
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw.has-scrollbar&gt;
+ .nano-content::-webkit-scrollbar {
+ display: block
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw.nano&gt;
+ .nano-pane {
+ background: #fff;
+ position: absolute;
+ width: 4px;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ visibility: hidden\9;
+ opacity: .01;
+ margin-right: 3px;
+ margin-top: 2px;
+ float: right;
+ -webkit-transition: .2s;
+ -moz-transition: .2s;
+ -o-transition: .2s;
+ transition: .2s;
+ -moz-border-radius: 2px;
+ -webkit-border-radius: 2px;
+ border-radius: 2px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw.nano&gt;
+ .nano-pane&gt;
+ .nano-slider {
+ background: #e5e5e5;
+ position: relative;
+ -moz-border-radius: 2px;
+ -webkit-border-radius: 2px;
+ border-radius: 2px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-box .post-wrap-w .wrap-action-w .action-function-w .face-wrapper-dw .wrapper-user-face-dw.nano:hover&gt;
+ .nano-pane,
+ .nano-pane.active,
+ .nano-pane.flashed {
+ visibility: visible\9;
+ opacity: .99
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type {
+ line-height: 30px;
+ height: 30px;
+ position: relative;
+ margin-top: 50px;
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .type-lists .type-list {
+ float: left;
+ width: 66px;
+ height: 29px;
+ text-align: center;
+ color: #4398ed;
+ font-size: 16px;
+ border-bottom: 1px solid #4398ed;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cmtlist-bg.png) no-repeat;
+ background-position: top left;
+ font-family: "Microsoft Yahei"
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .type-lists .active {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cmtlist-bg-active.png) no-repeat;
+ position: relative;
+ bottom: -1px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .cmt-list-border {
+ position: relative;
+ bottom: 1px;
+ left: 66px;
+ height: 1px;
+ background-color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .cmt-list-number {
+ position: absolute;
+ right: 0;
+ bottom: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .cmt-list-number .comment-number {
+ color: #4398ed;
+ font-size: 14px;
+ font-family: "Microsoft YaHei"
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cmt-list-type .cmt-list-number .comment-number .number {
+ color: #4398ed;
+ font-size: 20px;
+ margin: 0 5px;
+ font-family: Impact
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-title-gw {
+ padding: 18px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-title-gw ul li {
+ float: left;
+ line-height: 18px;
+ padding: 0 0 10px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-title-gw ul li .title-name-gw {
+ font-size: 16px;
+ font-family: "Microsoft YaHei";
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-title-gw ul li .title-name-gw .title-name-gw-tag {
+ float: left;
+ width: 5px;
+ height: 18px;
+ margin-right: 13px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/title-tag.png) no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw {
+ padding: 13px 0 11px;
+ border-bottom: 1px dashed #e5e5e5
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw .cont-head-gw {
+ float: left;
+ position: relative;
+ width: 42px;
+ z-index: 1
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw .cont-head-gw .head-img-gw {
+ padding: 7px 0 0;
+ width: 42px;
+ height: 42px;
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw .cont-head-gw .head-img-gw .img-corner {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/img-corner.png) no-repeat;
+ position: absolute;
+ width: 42px;
+ height: 42px;
+ top: 7px;
+ left: 0;
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw .cont-head-gw .head-img-gw img {
+ width: 42px;
+ height: 42px;
+ border-radius: 42px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw .msg-wrap-gw {
+ padding: 0 0 0 62px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw .wrap-user-gw {
+ height: 24px;
+ line-height: 16px;
+ padding: 1px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-address-gw,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-name-gw {
+ display: inline-block;
+ padding: 5px 7px 0 0;
+ cursor: default
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-name-gw a {
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-address-gw {
+ color: #dbdbdb
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-spread-gw,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-top-gw {
+ float: right;
+ padding: 4px 0 0 9px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-spread-gw i,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-top-gw i {
+ display: block;
+ width: 31px;
+ height: 18px;
+ overflow: hidden;
+ line-height: 500px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-top-gw i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/b01.png);
+ background-position: 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-spread-gw i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/b02.png);
+ background-position: 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-time-gw {
+ float: right;
+ padding: 5px 0 0;
+ font-family: Arial;
+ color: silver
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-issue-gw {
+ padding: 12px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cy-see-more {
+ color: #666;
+ cursor: pointer;
+ display: none;
+ height: 20px;
+ line-height: 20px;
+ position: relative;
+ text-align: center;
+ border-radius: 5px;
+ width: 100%
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cy-see-more:hover {
+ background-color: #ecf4fd
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cy-see-more span {
+ font-size: 14px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .cy-see-more i {
+ display: inline-block;
+ width: 20px;
+ height: 20px;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/icon2.png);
+ background-size: 100% 100%
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-issue-gw .issue-wrap-gw {
+ line-height: 22px;
+ font-size: 14px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-issue-gw .issue-wrap-gw .wrap-word-gw img {
+ margin: 1px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-blocked-gw {
+ padding: 12px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-blocked-gw .wrap-blocked-title {
+ color: #8a8a8a;
+ line-height: 20px;
+ vertical-align: middle;
+ font-size: 14px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-blocked-gw .wrap-blocked-icon {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/appeal-reject.png) no-repeat;
+ width: 20px;
+ height: 20px;
+ vertical-align: middle;
+ display: inline-block;
+ margin-right: 10px;
+ opacity: .8
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw {
+ line-height: 16px;
+ margin: 11px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-from-gw {
+ float: left;
+ line-height: 16px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-from-gw,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-from-gw a {
+ color: #b8b8b8
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-from-gw a:hover {
+ color: #EE542A;
+ text-decoration: underline
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw {
+ text-align: right
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a {
+ color: #999;
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a .icon-name-bg {
+ color: #999
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a:hover,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a:hover .icon-name-bg {
+ color: #ff4e00;
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a.reported:hover,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a.reported:hover .icon-name-bg {
+ color: #999;
+ cursor: default
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a .icon-flag {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/flag.png);
+ background-position: 0 0;
+ margin-right: 4px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a:hover .icon-flag {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/flag-hover.png);
+ background-position: 0 0;
+ margin-right: 4px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw span a.reported:hover .icon-flag {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/flag.png);
+ background-position: 0 0;
+ margin-right: 4px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .icon-gw {
+ display: inline-block;
+ width: 16px;
+ height: 15px;
+ overflow: hidden;
+ vertical-align: -4px;
+ *vertical-align: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .icon-name-bg {
+ padding: 0 0 0 4px;
+ font-family: Arial;
+ *position: relative;
+ *top: 3px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .click-cai-gw a,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .click-ding-gw a {
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a .icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/ding.png);
+ background-position: 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover .icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/ding-active.png);
+ background-position: 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai.png);
+ background-position: 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai-active.png);
+ background-position: 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a .icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover .icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/ding-active.png);
+ background-position: 0 0;
+ cursor: default
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a .icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai-active.png);
+ background-position: 0 0;
+ cursor: default
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a em.icon-name-bg {
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover em.icon-name-bg {
+ text-decoration: none;
+ cursor: default
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .click-report-gw {
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .block-cont-gw:hover .wrap-action-gw .action-click-gw .click-report-gw {
+ display: inline
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .module-cmt-box {
+ margin: 10px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .module-cmt-box .textarea-fw {
+ height: 44px!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .gap-gw {
+ width: 1px;
+ height: 11px;
+ display: inline-block;
+ overflow: hidden;
+ margin: 0 9px -1px 9px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .gap-line-gw {
+ background-color: #e5e5e5
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw {
+ margin: 9px 0 6px;
+ position: relative;
+ z-index: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .build-floor-gw {
+ padding: 4px 4px 6px;
+ border: 1px solid #dee4e9;
+ background-color: #fff;
+ position: relative;
+ z-index: 2
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .build-first-floor-gw {
+ padding: 0 5px 7px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .build-msg-gw {
+ padding: 8px 10px 0;
+ position: relative;
+ z-index: 1
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .build-msg-gw .user-floor-gw {
+ font-size: 14px;
+ font-family: Arial
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .build-msg-gw .wrap-action-gw {
+ margin: 8px 0 0;
+ visibility: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .build-msg-gw .wrap-action-gw-hover {
+ visibility: visible
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .build-msg-gw .wrap-action-gw-hover span a {
+ color: #ccc
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .build-middle-floor-dw .wrap-action-gw {
+ margin: 3px 0 0;
+ visibility: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .build-middle-floor-dw .wrap-action-gw-hover {
+ visibility: visible
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .build-middle-floor-dw .wrap-action-gw-hover span a {
+ color: #ccc
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .build-middle-floor-dw {
+ padding: 8px 10px 10px;
+ border: 1px solid #f6f6f6;
+ border-top: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .bulid-middle-hide-floor-dw {
+ padding: 5px;
+ border: 1px solid #f6f6f6;
+ border-top: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .bulid-middle-hide-floor-dw a {
+ display: block;
+ text-align: center;
+ line-height: 16px;
+ font-size: 12px;
+ padding: 5px 0 4px;
+ background-color: #e5e5e5;
+ color: #b2b2b2
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .block-cont-hover-e {
+ background-color: #f5fafe;
+ border: 1px solid #e5e5e5
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-admin-gw {
+ display: inline-block;
+ height: 21px;
+ padding: 0 0 0 24px;
+ overflow: hidden;
+ margin: 0 5px 0 -1px;
+ vertical-align: -6px;
+ cursor: pointer;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/p-lvAdmin.png);
+ background-position: left 0;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-admin-gw i {
+ display: inline-block;
+ height: 21px;
+ line-height: 23px;
+ padding: 0 5px 0 0;
+ font-size: 12px;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/p-lvAdminbg.png);
+ background-position: right 0;
+ background-repeat: no-repeat;
+ color: #fff
+ }
+
+ @media (-webkit-min-device-pixel-ratio:1.5),
+ (min--moz-device-pixel-ratio:1.5),
+ (min-resolution:1.5dppx),
+ (min-resolution:144dpi) {
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a .icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/ding-1.5x.png);
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a .icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover .icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover .icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/ding-active-1.5x.png);
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai-1.5x.png);
+ background-position: 0 0;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai-active-1.5x.png);
+ background-position: 0 0;
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a .icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai-active-1.5x.png);
+ background-position: 0 0;
+ background-size: 100% 100%;
+ cursor: default
+ }
+ }
+
+ @media (-webkit-min-device-pixel-ratio:2),
+ (min--moz-device-pixel-ratio:2),
+ (min-resolution:2dppx),
+ (min-resolution:192dpi) {
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a .icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/ding-2x.png);
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a .icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover .icon-ding-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover .icon-ding-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/ding-active-2x.png);
+ background-size: 100% 100%
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai-2x.png);
+ background-size: 100% 100%;
+ background-position: 0 0
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw a:hover .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai-active-2x.png);
+ background-size: 100% 100%;
+ background-position: 0 0
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a .icon-cai-bg,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .action-click-gw .click-disable-eg a:hover .icon-cai-bg {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/cai-active-2x.png);
+ background-size: 100% 100%;
+ background-position: 0 0;
+ cursor: default
+ }
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-show-bg {
+ background-color: #f5f5f5
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw {
+ margin: 13px 0 0;
+ padding: 18px 20px 30px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw {
+ line-height: 16px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li {
+ float: left
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li .gap-gw {
+ width: 1px;
+ height: 11px;
+ margin: 0 7px;
+ vertical-align: -1px;
+ display: inline-block;
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-area-gw .area-icon-gw {
+ display: inline-block;
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-hide-gw .area-icon-gw {
+ width: 12px;
+ height: 12px;
+ margin: 0 6px 0 0;
+ vertical-align: -2px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/pack-up.png) no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-hide-gw:hover .area-icon-gw {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/pack-up-active.png) no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-look-gw .area-icon-gw {
+ width: 12px;
+ height: 12px;
+ margin: 0 7px 0 0;
+ vertical-align: -2px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/look-img.png) no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-look-gw:hover .area-icon-gw {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/look-img-active.png) no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-left-gw .area-icon-gw,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-right-gw .area-icon-gw {
+ width: 7px;
+ height: 8px;
+ margin: 0 7px 0 0;
+ vertical-align: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-area-gw .area-image-gw {
+ text-align: center;
+ margin: 9px auto 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-area-gw .area-image-gw img {
+ display: block;
+ margin: 0 auto;
+ max-width: 400px;
+ max-height: 400px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-picture-hide-e .picture-box-gw {
+ padding: 0;
+ margin: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-picture-hide-e .picture-box-gw .box-area-gw .area-image-gw {
+ margin: 9px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-picture-hide-e .picture-box-gw .box-area-gw .area-image-gw img {
+ margin: 0;
+ max-width: 150px;
+ max-height: 150px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-picture-hide-e .picture-box-gw .box-action-gw {
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .wrap-picture-hide-e .picture-box-gw {
+ margin: 10px 0 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .wrap-picture-hide-e .picture-box-gw .box-area-gw .area-image-gw {
+ padding: 0;
+ text-align: left;
+ zoom: 1
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .wrap-picture-show-gw {
+ padding: 0 0 4px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .picture-box-gw {
+ margin: 13px 0 0;
+ padding: 0 0 10px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw a {
+ color: #999
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw a:hover {
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li .gap-bg {
+ background-color: #d6d6d6
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-left-gw i.area-icon-gw {
+ background-position: -175px -50px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .box-action-gw ul li.action-right-gw i.area-icon-gw {
+ background-position: -175px -75px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-picture-hide-e .area-image-gw img {
+ cursor: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/big.cur), auto!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .area-image-e img {
+ cursor: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/images/small.cur), auto!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-build-gw .picture-box-gw,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-picture-hide-e .picture-box-gw {
+ border: 0;
+ background-color: transparent
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .cy-feed-tag {
+ box-sizing: border-box;
+ border: 1px solid #f44;
+ border-radius: 2px;
+ color: #f44;
+ display: inline-block;
+ font-size: 12px;
+ height: 18px;
+ line-height: 16px;
+ text-align: center;
+ width: 36px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .cy-feed-time {
+ color: silver;
+ float: right;
+ font-size: 12px;
+ padding-top: 5px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-word-gw.cy-feed-title {
+ color: #333;
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list a.cy-feed-link:hover {
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw.cy-feed-picture-box .cy-feed-img-link {
+ display: block
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw.cy-feed-picture-box .cy-feed-img-link:after {
+ clear: both;
+ content: "";
+ display: block;
+ height: 0;
+ visibility: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw.cy-feed-picture-box img {
+ box-sizing: border-box;
+ width: 33%;
+ padding-left: 6px;
+ max-height: 182px;
+ float: left
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw.cy-feed-picture-box .box-area-gw a {
+ display: block;
+ position: relative
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-from-gw.cy-feed-msg {
+ float: right
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-from-gw.cy-feed-msg i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-list/055/sohu-feed/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDYwRDRGOUY1ODIxMUU2ODc1MEM4OTc0NTlBRTJGNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDYwRDRGQUY1ODIxMUU2ODc1MEM4OTc0NTlBRTJGNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0NjBENEY3RjU4MjExRTY4NzUwQzg5NzQ1OUFFMkY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0NjBENEY4RjU4MjExRTY4NzUwQzg5NzQ1OUFFMkY2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++2QOVgAAAKhJREFUeNpiXL16NQMlgAmIFwHxXyD+TyIG6VnIAiSigZgDiH+TaDkrEP9ggrriNxmuB+lhYmKgEFDdgKNAfBiNfxyJfxwqhtMARlJdwILGt0LjW6PxLWkeBmQZ8A+I2cnQywXSCzJgIRB/RUumICAJxJfxJOWPQDwHZEASNDAZkWJBBRpdS5DE0TEoKaez4HDeASBuBOLZpEYjiP8CiPOBeC0xAQEQYAB0zzBcbdqnVQAAAABJRU5ErkJggg==);
+ display: inline-block;
+ height: 16px;
+ width: 16px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-from-gw.cy-feed-msg span {
+ color: silver;
+ display: inline-block;
+ height: 16px;
+ width: 16px;
+ line-height: 16px;
+ margin-left: 6px;
+ vertical-align: top
+ }
+
+ #SOHUCS .cy-ad-float-container {
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ z-index: 9999999
+ }
+
+ #SOHUCS .cy-ad-float-close {
+ position: absolute;
+ top: 0;
+ right: 0;
+ cursor: pointer;
+ width: 65px;
+ height: 17px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-av/024/image/close.png)
+ }
+
+ #SOHUCS .cy-ad-float-main {
+ max-width: 300px;
+ max-height: 250px;
+ min-width: 250px;
+ min-height: 250px;
+ display: block;
+ border: 0
+ }
+
+ #SOHUCS .cy-ad-banner-container {
+ width: 100%;
+ text-align: center
+ }
+
+ #SOHUCS .cy-ad-banner-close {
+ width: 65px;
+ height: 17px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-av/024/image/close.png);
+ position: absolute;
+ top: 0;
+ right: 0;
+ cursor: pointer
+ }
+
+ #SOHUCS .cy-ad-banner-main {
+ width: 100%;
+ max-width: 728px;
+ max-height: 90px;
+ display: block;
+ border: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-ad-skin-container {
+ width: 390px;
+ height: 40px;
+ display: block;
+ border: 0;
+ float: right;
+ position: absolute;
+ right: 5px;
+ bottom: 0;
+ z-index: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-ad-skin-main {
+ width: 100%;
+ height: 100%
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-ad-skin-bottom-container {
+ width: 390px;
+ height: 40px;
+ display: block;
+ border: 0;
+ float: right;
+ position: absolute;
+ right: 8px;
+ bottom: 41px;
+ z-index: -1
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-ad-skin-bottom-main {
+ width: 100%;
+ height: 100%
+ }
+
+ #SOHUCS .cy-ad-banner-container a {
+ margin: 0 auto;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ position: relative
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-ad-feed-image {
+ display: block;
+ margin: auto;
+ width: 100%
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .cy-feed-sign a {
+ background: #9dceff;
+ color: #fff;
+ margin-left: 2px;
+ border-radius: 3px;
+ padding: 0 2px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .cy-feed-sign a:hover {
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw.cy-feed-picture-box {
+ padding: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw.cy-feed-picture-box .box-area-gw a {
+ display: block;
+ position: relative
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-from-gw.cy-feed-show-detail {
+ float: right
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .picture-box-gw .cy-ad-feed-close {
+ width: 65px;
+ height: 17px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-av/024/image/close.png);
+ position: absolute;
+ top: 0;
+ right: 0;
+ cursor: pointer
+ }
+
+ #SOHUCS .cy-banner-iframe {
+ border: 0;
+ margin: auto;
+ display: block
+ }
+
+ #SOHUCS .cy-banner-iframe-wrapper {
+ border: 0;
+ margin: auto;
+ display: block;
+ position: relative
+ }
+
+ #SOHUCS .cy-iframe-close-btn {
+ background: grey;
+ cursor: pointer;
+ color: #fff;
+ height: 20px;
+ line-height: 19px;
+ position: absolute;
+ padding-left: 3px;
+ right: 0;
+ text-align: center;
+ top: 0;
+ width: 63px;
+ z-index: 1
+ }
+
+ #SOHUCS .cy-float-iframe-right {
+ border: 0;
+ margin: auto;
+ display: block;
+ right: 0;
+ bottom: 0;
+ position: fixed
+ }
+
+ #SOHUCS .cy-float-iframe-right-wrapper {
+ border: 0;
+ margin: auto;
+ display: block;
+ right: 0;
+ bottom: 0;
+ position: fixed;
+ z-index: 2147483647
+ }
+
+ #SOHUCS .cy-float-iframe-left {
+ border: 0;
+ margin: auto;
+ display: block;
+ left: 0;
+ bottom: 0;
+ position: fixed
+ }
+
+ #SOHUCS .cy-float-iframe-left-wrapper {
+ border: 0;
+ margin: auto;
+ display: block;
+ left: 0;
+ bottom: 0;
+ position: fixed;
+ z-index: 2147483647
+ }
+
+ #SOHUCS .cy-feed-iframe,
+ #SOHUCS .cy-feed-iframe-wrapper {
+ margin: auto
+ }
+
+ #SOHUCS .cy-feed-iframe-adaptive,
+ #SOHUCS .cy-feed-iframe-adaptive-wrapper {
+ width: 100%
+ }
+
+ #SOHUCS .cy-ad-pc-chain-container,
+ #SOHUCS .cy-ad-pc-chain-wrapper ul.cy-ad-pc-chain-list {
+ width: 100%;
+ height: 120px
+ }
+
+ #SOHUCS .cy-ad-pc-chain-wrapper ul.cy-ad-pc-chain-list:after {
+ clear: both;
+ content: "";
+ display: block;
+ height: 0;
+ visibility: hidden
+ }
+
+ #SOHUCS .cy-ad-pc-chain-wrapper li.cy-ad-pc-chain-list-item {
+ font-size: 16px;
+ float: left;
+ height: 120px;
+ line-height: 50px;
+ width: 50%
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer {
+ padding: 17px 0;
+ position: relative
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .list-more-comment-w {
+ margin: 20px 0 0;
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .list-more-comment-w .more-wrap-w {
+ margin: -1px 0 0;
+ background-color: #fff
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .list-more-comment-w .more-wrap-w a {
+ display: block;
+ text-align: center;
+ line-height: 18px;
+ font-size: 12px;
+ padding: 7px 0 5px;
+ zoom: 1;
+ color: #4398ed;
+ background-color: #f5f5f5
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .list-more-comment-w .more-wrap-w a:hover {
+ color: #ee542a
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .list-more-comment-w .more-wrap-w a em.wrap-strong-w {
+ font-family: Georgia;
+ font-size: 18px;
+ color: #ee542a
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .list-comment-close-w {
+ display: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .list-comment-close-w .close-wrap-w {
+ display: block;
+ text-align: center;
+ line-height: 18px;
+ font-size: 14px;
+ padding: 12px 0 9px;
+ zoom: 1;
+ margin: -1px 0 0;
+ border-top: 1px solid #dee4e9;
+ background-color: #f5f5f5;
+ color: #333
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-page-w {
+ text-align: center;
+ font-size: 0;
+ padding-bottom: 10px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-page-w .cmt-more-wrap-gw {
+ text-align: center;
+ font-size: 12px;
+ height: 30px;
+ line-height: 30px;
+ color: #999;
+ background: #f0f0f0;
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-page-w .cmt-more-wrap-gw .more-arrow-ico {
+ display: inline-block;
+ width: 12px;
+ height: 12px;
+ vertical-align: -2px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-footer/048/image/arrow.png);
+ margin-left: 6px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-page-w .cmt-more-wrap-gw:hover {
+ background: #d9eafb;
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-page-w .cmt-more-wrap-gw:hover .more-arrow-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cmt-footer/048/image/arrow-hover.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w .service-wrap-w {
+ line-height: 16px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w .service-wrap-w,
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w .service-wrap-w a {
+ display: block!important;
+ text-align: right!important
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w .service-wrap-w a {
+ display: inline-block!important;
+ color: #999
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .section-service-w .service-wrap-w a:hover {
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .cy-redirect-btn {
+ background-color: #ecf4fd;
+ border: 1px solid #a0cbf6;
+ border-radius: 5px;
+ box-sizing: border-box;
+ color: #4398ed;
+ cursor: pointer;
+ display: none;
+ font-size: 14px;
+ height: 44px;
+ line-height: 44px;
+ margin-top: 20px;
+ text-align: center;
+ width: 100%
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .cy-redirect-btn:hover {
+ background-color: #97cafc;
+ box-shadow: 0 0 8px #a0cbf6;
+ color: #fff
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .cy-redirect-btn i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-footer/048/image/right-arrow.png);
+ display: inline-block;
+ height: 16px;
+ margin-top: -1px;
+ vertical-align: middle;
+ width: 16px;
+ margin-left: 5px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-footer .cy-redirect-btn:hover i {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-footer/048/image/right-arrow-hover.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-to-shequ-float {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cmt-footer/048/image/shequ-icon.png);
+ bottom: 45px;
+ cursor: pointer;
+ display: none;
+ height: 84px;
+ position: fixed;
+ right: 5px;
+ width: 84px;
+ z-index: 2147483647
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item,
+ .module-cy-user-page .face-item {
+ background: url(https://changyan.itc.cn/mdevp/extensions/face/015/images/face-map.png) no-repeat center;
+ display: inline-block;
+ width: 22px;
+ height: 22px;
+ vertical-align: bottom
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_01,
+ .module-cy-user-page .face-item.face_01 {
+ background-position: -2px -2px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_02,
+ .module-cy-user-page .face-item.face_02 {
+ background-position: -2px -25px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_03,
+ .module-cy-user-page .face-item.face_03 {
+ background-position: -1px -49px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_04,
+ .module-cy-user-page .face-item.face_04 {
+ background-position: -2px -73px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_05,
+ .module-cy-user-page .face-item.face_05 {
+ background-position: -2px -97px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_06,
+ .module-cy-user-page .face-item.face_06 {
+ background-position: -2px -121px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_07,
+ .module-cy-user-page .face-item.face_07 {
+ background-position: -2px -145px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_08,
+ .module-cy-user-page .face-item.face_08 {
+ background-position: -2px -168px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_09,
+ .module-cy-user-page .face-item.face_09 {
+ background-position: -2px -192px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_10,
+ .module-cy-user-page .face-item.face_10 {
+ background-position: -2px -215px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_11,
+ .module-cy-user-page .face-item.face_11 {
+ background-position: -2px -238px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_12,
+ .module-cy-user-page .face-item.face_12 {
+ background-position: -2px -260px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_13,
+ .module-cy-user-page .face-item.face_13 {
+ background-position: -2px -284px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_14,
+ .module-cy-user-page .face-item.face_14 {
+ background-position: -2px -307px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_15,
+ .module-cy-user-page .face-item.face_15 {
+ background-position: -2px -331px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_16,
+ .module-cy-user-page .face-item.face_16 {
+ background-position: -2px -355px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_17,
+ .module-cy-user-page .face-item.face_17 {
+ background-position: -2px -378px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_18,
+ .module-cy-user-page .face-item.face_18 {
+ background-position: -2px -401px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_19,
+ .module-cy-user-page .face-item.face_19 {
+ background-position: -2px -425px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_20,
+ .module-cy-user-page .face-item.face_20 {
+ background-position: -2px -445px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_21,
+ .module-cy-user-page .face-item.face_21 {
+ background-position: -2px -465px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_22,
+ .module-cy-user-page .face-item.face_22 {
+ background-position: -2px -488px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_23,
+ .module-cy-user-page .face-item.face_23 {
+ background-position: -2px -511px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_24,
+ .module-cy-user-page .face-item.face_24 {
+ background-position: -2px -535px
+ }
+
+ @media (-webkit-min-device-pixel-ratio:2),
+ (min--moz-device-pixel-ratio:2),
+ (min-resolution:2dppx),
+ (min-resolution:192dpi) {
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item,
+ .module-cy-user-page .face-item {
+ background: url(https://changyan.itc.cn/mdevp/extensions/face/015/images/face-map-2x.png) no-repeat center;
+ background-size: 44px auto
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_01,
+ .module-cy-user-page .face-item.face_01 {
+ background-position: 0 -176px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_02,
+ .module-cy-user-page .face-item.face_02 {
+ background-position: -22px -66px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_03,
+ .module-cy-user-page .face-item.face_03 {
+ background-position: 0 -44px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_04,
+ .module-cy-user-page .face-item.face_04 {
+ background-position: -22px -154px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_05,
+ .module-cy-user-page .face-item.face_05 {
+ background-position: 0 -88px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_06,
+ .module-cy-user-page .face-item.face_06 {
+ background-position: -22px 0
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_07,
+ .module-cy-user-page .face-item.face_07 {
+ background-position: 0 -110px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_08,
+ .module-cy-user-page .face-item.face_08 {
+ background-position: 0 -66px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_09,
+ .module-cy-user-page .face-item.face_09 {
+ background-position: 0 0
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_10,
+ .module-cy-user-page .face-item.face_10 {
+ background-position: 0 -22px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_11,
+ .module-cy-user-page .face-item.face_11 {
+ background-position: -22px -44px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_12,
+ .module-cy-user-page .face-item.face_12 {
+ background-position: 0 -132px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_13,
+ .module-cy-user-page .face-item.face_13 {
+ background-position: -22px -88px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_14,
+ .module-cy-user-page .face-item.face_14 {
+ background-position: -22px -22px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_15,
+ .module-cy-user-page .face-item.face_15 {
+ background-position: 0 -154px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_16,
+ .module-cy-user-page .face-item.face_16 {
+ background-position: -22px -132px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_17,
+ .module-cy-user-page .face-item.face_17 {
+ background-position: -22px -110px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_18,
+ .module-cy-user-page .face-item.face_18 {
+ background-position: 0 -220px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_19,
+ .module-cy-user-page .face-item.face_19 {
+ background-position: 0 -198px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_20,
+ .module-cy-user-page .face-item.face_20 {
+ background-position: -22px -198px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_21,
+ .module-cy-user-page .face-item.face_21 {
+ background-position: -22px -220px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_22,
+ .module-cy-user-page .face-item.face_22 {
+ background-position: -22px -244px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_23,
+ .module-cy-user-page .face-item.face_23 {
+ background-position: 0 -132px
+ }
+ #SOHUCS #SOHU_MAIN .module-cmt-list .face-item.face_24,
+ .module-cy-user-page .face-item.face_24 {
+ background-position: -22px -176px
+ }
+ }
+
+ .module-cy-user-page {
+ width: 710px;
+ position: fixed;
+ z-index: 2147483647;
+ top: 0;
+ zoom: 1;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-page:after {
+ content: ".";
+ display: block;
+ visibility: hidden;
+ height: 0;
+ clear: both
+ }
+
+ .cy-mask {
+ width: 100%;
+ background: #000;
+ opacity: .6;
+ filter: alpha(opacity=60);
+ position: fixed;
+ z-index: 2147483646;
+ top: 0;
+ left: 0
+ }
+
+ .module-cy-user-page * {
+ color: #333
+ }
+
+ .module-cy-user-page .cy-user-page-close-btn {
+ cursor: pointer;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/close-btn.png);
+ width: 20px;
+ height: 20px;
+ float: left;
+ margin-top: 15px
+ }
+
+ .module-cy-user-page .cy-user-page-return-btn {
+ cursor: pointer;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/close-btn.png);
+ width: 20px;
+ height: 20px;
+ float: left;
+ margin-top: 15px;
+ display: none
+ }
+
+ .module-cy-user-page .cy-user-page-tab {
+ width: 43px;
+ background: #111;
+ height: 100%;
+ float: right;
+ position: relative
+ }
+
+ .module-cy-user-page .cy-tab-list {
+ margin-top: 7px;
+ overflow: hidden
+ }
+
+ .module-cy-user-page .cy-tab-list li {
+ width: 100%;
+ cursor: pointer;
+ margin-top: 23px
+ }
+
+ .module-cy-user-page .cy-tab-list li .cy-tab-icon {
+ width: 22px;
+ height: 22px;
+ margin: 0 auto;
+ display: block
+ }
+
+ .module-cy-user-page .cy-tab-list li .cy-my-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/tab-list-icon1.png)
+ }
+
+ .module-cy-user-page .cy-tab-list li i {
+ width: 100%;
+ display: block;
+ margin-top: 2px;
+ font-size: 12px;
+ color: #666;
+ text-align: center;
+ font-style: normal
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .cy-my-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/tab-list-icon-active1.png)
+ }
+
+ .module-cy-user-page .cy-tab-list li.active i {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-tab-list li.info-li:hover .cy-my-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/tab-list-icon-active1.png)
+ }
+
+ .module-cy-user-page .cy-tab-list li.info-li:hover i {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-tab-list li .cy-return-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/tab-list-return.png)
+ }
+
+ .module-cy-user-page .cy-tab-list li.info-return-li:hover .cy-return-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/tab-list-return-active.png)
+ }
+
+ .module-cy-user-page .cy-tab-list li.info-return-li:hover i {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-user-page-tab .power-by-cy {
+ width: 26px;
+ height: 12px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/logo.png);
+ position: absolute;
+ bottom: 12px;
+ left: 8px
+ }
+
+ .module-cy-user-page .cy-user-page-main {
+ float: right;
+ background: #FFF;
+ width: 630px;
+ height: 100%;
+ position: relative
+ }
+
+ .module-cy-user-page .cy-user-page-main .loading-data {
+ position: relative;
+ height: 100%
+ }
+
+ .module-cy-user-page .cy-user-page-main .loading-pic {
+ width: 90px;
+ height: 90px;
+ display: block;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-page/034/image/loading-01.gif);
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ margin: -45px 0 0 -45px
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code {
+ height: 100%;
+ width: 100%;
+ position: absolute;
+ top: 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-mask {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ background: #000;
+ opacity: .6;
+ filter: alpha(opacity=60);
+ top: 0;
+ left: 0;
+ display: inline;
+ z-index: 1000
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper {
+ width: 300px;
+ height: 375px;
+ position: absolute;
+ top: 36%;
+ left: 50%;
+ margin: -187.5px 0 0 -150px;
+ background-color: #fff;
+ border-radius: 10px;
+ z-index: 1001
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-logo-wrapper {
+ width: 100%;
+ height: 38px;
+ margin: 28px 0 0;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-logo-wrapper .qr-code-logo {
+ width: 56px;
+ height: 38px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/logo.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper {
+ width: 100%;
+ margin: 28px 0 0;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-first-support {
+ margin: 44px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper .qr-code-type-big {
+ font-size: 18px;
+ font-family: microsoft yahei;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-first-support .qr-code-type-big {
+ margin: 6px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper .qr-code-type-small {
+ font-size: 12px;
+ margin: 6px 0 0;
+ font-family: microsoft yahei;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-first-support .qr-code-type-small {
+ margin: 20px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper .qr-code-img {
+ width: 165px;
+ height: 165px;
+ margin: 10px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper .qr-code-text {
+ font-size: 14px;
+ font-family: microsoft yahei;
+ margin: 20px 0 0;
+ text-align: center;
+ color: #dedede
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-code-wrapper .qr-code-close {
+ width: 12px;
+ height: 12px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/close.png) no-repeat;
+ cursor: pointer;
+ position: absolute;
+ right: 16px;
+ top: 16px
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-upload-btn {
+ text-align: center;
+ display: block;
+ font-size: 12px;
+ color: #bababa;
+ text-decoration: underline;
+ margin: 20px auto;
+ cursor: pointer;
+ width: 80px
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-upload-wrapper {
+ position: relative;
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-preview-text {
+ font-size: 18px;
+ margin-left: 30px
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-preview {
+ width: 165px;
+ height: 165px;
+ display: block;
+ margin: 36px auto 12px
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-upload-warning {
+ color: #f44;
+ font-size: 12px;
+ text-align: center;
+ position: absolute;
+ display: none;
+ margin: auto;
+ left: 40px
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-reload {
+ display: block;
+ text-decoration: underline;
+ font-size: 14px;
+ color: #4398ed;
+ float: right;
+ margin-right: 15px;
+ margin-top: 30px;
+ cursor: pointer;
+ width: 60px;
+ height: 32px;
+ line-height: 32px
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-upload-confirm {
+ display: inline-block;
+ *display: inline;
+ width: 88px;
+ height: 32px;
+ color: #fff;
+ background-color: #4398ed;
+ float: right;
+ text-align: center;
+ line-height: 32px;
+ margin-right: 28px;
+ margin-top: 30px;
+ border-radius: 5px;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-finish-wrapper {
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-info .finish-icon {
+ margin: 60px auto 40px;
+ width: 48px;
+ height: 48px;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/finish.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-finish-text {
+ line-height: 24px;
+ font-size: 18px;
+ margin-top: 5px;
+ display: block;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-info .avatar-bind-text {
+ color: #bababa;
+ font-size: 14px;
+ text-align: center;
+ margin-top: 70px
+ }
+
+ .module-cy-user-page .module-cy-user-info .qr-code-no-phone {
+ display: block;
+ text-align: center;
+ margin: 20px auto 0;
+ font-size: 12px;
+ color: #bababa;
+ text-decoration: underline;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .qr-code-bind-wechat .qr-code-type-big-first {
+ margin-top: 20px;
+ margin-bottom: 10px
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .module-qrcode-result {
+ width: 300px;
+ height: 110px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ margin: -55px 0 0 -150px;
+ background-color: #fff;
+ border-radius: 10px;
+ z-index: 1001
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper {
+ width: 100%;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .cy-result-icon {
+ width: 40px;
+ height: 40px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ margin: 19px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .result-icon-delete-ok {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/delete-ok.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .result-icon-appeal-submit {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/appeal-submit.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .result-icon-appeal-reject {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/appeal-reject.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .module-qrcode-result .cy-result-text {
+ font-size: 16px;
+ font-family: microsoft yahei;
+ margin: 16px 0 0;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper {
+ width: 410px;
+ height: 445px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/first-weixin.png);
+ position: absolute;
+ top: 40%;
+ left: 50%;
+ margin: -222.5px 0 0 -175px;
+ z-index: 1001
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper {
+ background: 0 0;
+ margin: -188.5px 0 0 -182px;
+ top: 50%
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-close {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/first-close.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-close:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/first-close-hover.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-type-wrapper .qr-code-text {
+ color: #cd9904
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-ignore {
+ margin: 18px 10px 0 0;
+ float: right
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-ignore .qr-code-ignore-text {
+ font-size: 12px;
+ font-family: microsoft yahei;
+ color: #cd9904;
+ margin: 0 4px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-ignore .qr-code-ignore-select {
+ width: 14px;
+ height: 14px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/select.png) no-repeat;
+ vertical-align: -2px;
+ *vertical-align: 0;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-ignore .qr-code-ignore-select .qr-code-ignore-select-checked {
+ display: block;
+ width: 14px;
+ height: 14px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/select-checked.png) no-repeat;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .cy-prompt-mask {
+ background: rgba(0, 0, 0, .5);
+ height: 100%;
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ z-index: 2147483647
+ }
+
+ .module-cy-user-page .cy-alert {
+ background: #fff;
+ border-radius: 3px;
+ bottom: 0;
+ height: 218px;
+ left: 0;
+ margin: auto;
+ padding: 25px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 400px;
+ z-index: 2147483647
+ }
+
+ .module-cy-user-page .cy-alert-logo {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/prompt/alert-logo.png) no-repeat center;
+ background-size: 100%;
+ height: 32px;
+ margin: 24px auto;
+ width: 32px
+ }
+
+ .module-cy-user-page .cy-alert-text {
+ padding-top: 16px;
+ font-size: 16px;
+ line-height: 24px;
+ text-align: center
+ }
+
+ .module-cy-user-page .cy-alert-btn {
+ border: 1px solid #bababa;
+ border-radius: 3px;
+ bottom: 40px;
+ cursor: pointer;
+ height: 32px;
+ line-height: 32px;
+ margin-left: 167px;
+ position: absolute;
+ text-align: center;
+ width: 80px
+ }
+
+ .module-cy-user-page .cy-confirm {
+ background: #fff;
+ border-radius: 3px;
+ bottom: 0;
+ box-sizing: border-box;
+ height: 158px;
+ left: 0;
+ margin: auto;
+ padding: 25px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 400px;
+ z-index: 2147483647
+ }
+
+ .module-cy-user-page .cy-confirm-text {
+ font-size: 16px;
+ line-height: 24px;
+ text-align: center
+ }
+
+ .module-cy-user-page .cy-confirm-btns {
+ bottom: 32px;
+ font-size: 14px;
+ position: absolute;
+ text-align: center
+ }
+
+ .module-cy-user-page .cy-confirm-yes {
+ border: 1px solid #4398ed;
+ border-radius: 3px;
+ box-sizing: border-box;
+ color: #4398ed;
+ cursor: pointer;
+ display: inline-block;
+ height: 32px;
+ line-height: 30px;
+ margin: 0 64px 0 63px;
+ text-align: center;
+ width: 80px
+ }
+
+ .module-cy-user-page .cy-confirm-no {
+ background: #4398ed;
+ border-radius: 3px;
+ box-shadow: 0 4px 10px 0 #4398ed;
+ box-sizing: border-box;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ height: 32px;
+ line-height: 32px;
+ text-align: center;
+ width: 80px
+ }
+
+ .module-cy-user-page .cy-toast {
+ background: #fff;
+ border-radius: 3px;
+ bottom: 0;
+ height: 88px;
+ left: 0;
+ margin: auto;
+ padding: 25px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 300px;
+ z-index: 2147483647
+ }
+
+ .module-cy-user-page .cy-toast-logo {
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100%;
+ height: 32px;
+ margin: 4px auto;
+ width: 32px
+ }
+
+ .module-cy-user-page .cy-toast-icon-reject {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/prompt/images/appeal-reject.png)
+ }
+
+ .module-cy-user-page .cy-toast-icon-submit {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/prompt/images/appeal-submit.png)
+ }
+
+ .module-cy-user-page .cy-toast-icon-search {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/prompt/images/searching.png)
+ }
+
+ .module-cy-user-page .cy-toast-icon-success {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/prompt/images/delete-ok.png)
+ }
+
+ .module-cy-user-page .cy-toast-text {
+ padding-top: 16px;
+ font-size: 16px;
+ line-height: 24px;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-info {
+ height: 100%
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header {
+ padding: 20px;
+ height: 84px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-photo-container {
+ position: relative;
+ width: 84px;
+ height: 84px;
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-photo {
+ width: 84px;
+ height: 84px;
+ display: block;
+ float: left;
+ border-radius: 3px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .avatar-mask {
+ width: 84px;
+ height: 84px;
+ background: #000;
+ opacity: .6;
+ filter: alpha(opacity=60);
+ position: absolute;
+ border-radius: 3px;
+ top: 0;
+ left: 0;
+ display: none;
+ line-height: 84px;
+ font-size: 16px;
+ text-align: center;
+ color: #FFF;
+ font-family: "Microsoft YaHei";
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-photo-container:hover .avatar-mask {
+ display: block
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-info {
+ float: left;
+ width: 505px;
+ height: 84px;
+ position: relative
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-info .cy-user-info-txt {
+ margin-left: 21px;
+ margin-top: 14px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-info .cy-user-info-txt .cy-user-name {
+ color: #111;
+ font-size: 20px;
+ font-family: "Microsoft YaHei";
+ font-style: normal;
+ letter-spacing: 1px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-info .cy-user-info-txt .cy-user-name-input {
+ color: #111;
+ border: 1px solid #d5d5d5;
+ border-radius: 7px;
+ font-size: 16px;
+ height: 28px;
+ line-height: 28px;
+ font-family: "Microsoft YaHei";
+ font-style: normal;
+ letter-spacing: 1px;
+ text-indent: 8px;
+ width: 150px;
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-info .cy-user-info-txt .cy-user-edit {
+ width: 20px;
+ height: 20px;
+ display: inline-block;
+ *dispaly: inline;
+ *zoom: 1;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/edit.png) no-repeat;
+ vertical-align: -2px;
+ margin: 0 0 0 12px;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-info-header .cy-user-info .cy-user-info-txt .cy-user-edit-btn {
+ width: 50px;
+ height: 28px;
+ line-height: 28px;
+ border-radius: 5px;
+ text-align: center;
+ vertical-align: 2px;
+ display: none;
+ *zoom: 1;
+ background-color: #51acf9;
+ color: #fff;
+ margin: 0 0 0 12px;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my {
+ position: relative
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-tab-active-bar {
+ position: absolute;
+ background: #38a3fd;
+ width: 84px;
+ height: 2px;
+ margin-left: 63px;
+ margin-top: -2px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-label {
+ border-bottom: 1px solid #c3cad4
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-label li {
+ width: 210px;
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-label li .cy-my-label-item {
+ width: 84px;
+ margin: 0 auto;
+ height: 28px;
+ font-family: "Microsoft YaHei";
+ font-size: 14px;
+ color: #333;
+ text-align: center;
+ cursor: pointer;
+ line-height: 15px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-label li.active .cy-my-label-item {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-label li .cy-my-label-item .cy-num {
+ font-family: "Microsoft YaHei";
+ font-size: 14px;
+ color: #333;
+ font-style: normal
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-label li.active .cy-my-label-item .cy-num {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-container {
+ position: relative
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 630px;
+ overflow: hidden;
+ overflow-y: auto;
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-container .active {
+ display: block
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list {
+ width: 575px;
+ margin: 20px 0 0 20px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i {
+ margin-top: 20px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i:first-child {
+ margin-top: 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-photo {
+ width: 40px;
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-photo img {
+ width: 40px;
+ height: 40px;
+ display: block;
+ border-radius: 3px;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .module-cmt-box {
+ margin: 12px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .module-cmt-box .textarea-fw {
+ height: 44px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container {
+ float: left;
+ width: 518px;
+ margin-left: 15px;
+ padding-bottom: 17px;
+ border-bottom: 1px solid #e9f0f5;
+ position: relative
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name {
+ font-size: 14px;
+ font-family: "Microsoft YaHei";
+ color: #38a3fd;
+ line-height: 14px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-appeal,
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-delete {
+ width: 46px;
+ height: 18px;
+ margin: 0 0 0 4px;
+ float: right;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ font-size: 12px;
+ font-family: microsoft yahei;
+ line-height: 16px;
+ color: #b6b6b6;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-appeal .cy-comment-appeal-icon,
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-delete .cy-comment-delete-icon {
+ width: 15px;
+ height: 16px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ vertical-align: -3px;
+ *vertical-align: 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-has-apply-tip {
+ width: 200px;
+ height: 100px;
+ position: absolute;
+ right: 35px;
+ top: -80px;
+ cursor: pointer;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/has-apply-tip.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-appeal .cy-comment-appeal-icon {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/appeal.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-delete .cy-comment-delete-icon {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/delete.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-appeal:hover,
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-delete:hover {
+ color: #f05858
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-appeal:hover .cy-comment-appeal-icon {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/appeal-hover.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name .cy-comment-delete:hover .cy-comment-delete-icon {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/delete-hover.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-comment {
+ font-family: "Microsoft YaHei";
+ font-size: 16px;
+ color: #111;
+ margin-top: 15px;
+ line-height: 21px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-comment img {
+ vertical-align: -2px;
+ *vertical-align: 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-comment-other {
+ background: #fdefef
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-auditing-status {
+ font-size: 14px;
+ color: #f05858;
+ margin-left: 10px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-warning-ico {
+ display: inline-block;
+ width: 13px;
+ height: 13px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/warning-ico.png);
+ vertical-align: -1px;
+ *vertical-align: 3px;
+ margin-right: 4px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-comment-source {
+ font-family: "Microsoft YaHei";
+ font-size: 14px;
+ color: #465e72;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ margin-top: 14px;
+ display: inline-block;
+ max-width: 100%
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .no-icp-txt {
+ font-family: "Microsoft YaHei";
+ font-size: 12px;
+ color: #f05858;
+ margin-top: 6px;
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .no-icp-txt .cy-warning-ico {
+ vertical-align: -2px;
+ *vertical-align: 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-comment-site-from {
+ font-family: "Microsoft YaHei";
+ float: left;
+ font-size: 12px;
+ color: #999;
+ margin-top: 6px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-comment-time {
+ float: right;
+ font-family: "Microsoft YaHei";
+ margin-top: 3px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-comment-time em {
+ display: inline-block;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/time-ico.png);
+ width: 12px;
+ height: 12px;
+ vertical-align: -2px;
+ *vertical-align: 2px;
+ margin-top: 4px;
+ *margin-left: 4px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-comment-time i {
+ font-style: normal;
+ font-size: 12px;
+ color: #999;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-my-comment-list .comment-list-i .cy-my-comment-container .cy-my-user-name {
+ line-height: 15px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-reply-ico {
+ width: 13px;
+ height: 9px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/reply-ico.png);
+ display: inline-block;
+ margin: 0 4px 0 2px;
+ *vertical-align: 3px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-my-user-name em {
+ font-style: normal;
+ color: #333;
+ margin-left: 4px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-my-user-name em img {
+ vertical-align: -2px;
+ *vertical-align: 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle {
+ margin-top: 18px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group {
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-nonsupport-ico,
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-support-ico {
+ display: inline-block;
+ width: 13px;
+ height: 14px;
+ margin-right: 4px;
+ vertical-align: -2px;
+ *vertical-align: 2px;
+ cursor: pointer;
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-support-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/support-ico.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-support-ico:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/support-ico-hover.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-support-ico-disabled,
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-support-ico-disabled:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/support-ico-disabled.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-nonsupport-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/nonsupport-ico.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-nonsupport-ico:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/nonsupport-ico-hover.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-nonsupport-ico-disabled,
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group .cy-nonsupport-ico-disabled:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/nonsupport-ico-disabled.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group em {
+ color: #f05858;
+ font-size: 12px;
+ font-style: normal;
+ font-family: Arial;
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-support-group i {
+ margin: 0 9px 0 7px;
+ float: left;
+ display: block;
+ height: 12px;
+ width: 1px;
+ border-left: 1px solid #cdcdcd
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-reply .cy-comment-handle .cy-reply-btn {
+ color: #999;
+ font-size: 12px;
+ margin-left: 22px;
+ font-style: normal;
+ cursor: pointer;
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-support .cy-support-list {
+ background: #f2f2f2;
+ padding: 12px 7px;
+ margin-top: 16px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-support .cy-support-list .cy-arrow-ico {
+ display: block;
+ width: 20px;
+ height: 10px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/arrow-ico.png);
+ margin: -22px 0 0 33px;
+ *position: absolute;
+ *margin: -22px 0 0 23px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-support .cy-support-list p {
+ margin-top: 12px;
+ *margin-top: 0;
+ font-family: "Microsoft YaHei";
+ font-size: 14px;
+ padding: 0 5px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-support .cy-support-list p em {
+ color: #51acf9;
+ font-size: 14px;
+ font-style: normal;
+ margin: 0 6px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-support .cy-support-list ul {
+ margin-top: 3px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-support .cy-support-list ul .cy-user-item {
+ float: left;
+ margin: 6px 5px 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page-support .cy-support-list ul .cy-user-item img {
+ width: 40px;
+ height: 40px;
+ display: block;
+ border-radius: 3px;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .empty-hold-place {
+ display: block;
+ text-align: center;
+ line-height: 16px;
+ font-size: 16px;
+ font-family: "Microsoft YaHei";
+ width: 345px;
+ margin: 0 auto;
+ padding-bottom: 50px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .empty-hold-place .pet-pic {
+ margin-top: 100px;
+ width: 345px;
+ height: 293px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/notice-empty.png);
+ background-repeat: no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .empty-hold-place .empty-txt {
+ width: 345px;
+ height: 22px;
+ margin-top: 70px;
+ background-repeat: no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .empty-hold-place .comment-empty-txt {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/title-nocomment.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .empty-hold-place .replay-empty-txt {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/title-noreply.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .empty-hold-place .support-empty-txt {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/title-nosupport.png)
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-my .cy-my-page .cy-my-comment-list .empty-hold-place .power-by-cy-txt {
+ width: 345px;
+ height: 16px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/power-by.png);
+ background-repeat: no-repeat;
+ margin-top: 30px
+ }
+
+ .module-cy-user-page .module-sex {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ display: none;
+ *zoom: 1
+ }
+
+ .module-cy-user-page .module-sex .sex-mask {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ background: #000;
+ opacity: .6;
+ filter: alpha(opacity=60);
+ top: 0;
+ left: 0;
+ *zoom: 1;
+ display: inline
+ }
+
+ .module-cy-user-page .module-sex .sex-config {
+ width: 420px;
+ height: 320px;
+ background-color: #fff;
+ margin: -160px auto 0;
+ position: relative;
+ top: 50%;
+ border-radius: 4px
+ }
+
+ .module-cy-user-page .module-sex .first-come {
+ width: 500px;
+ height: 198px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/info-update.png) no-repeat;
+ z-index: 10;
+ display: inline;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ margin: -300px 0 0 -250px;
+ visibility: hidden;
+ *zoom: 1
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-title {
+ height: 40px;
+ line-height: 40px;
+ font-size: 16px;
+ color: #000;
+ text-align: center;
+ border: 1px solid #bfbfbf;
+ border-width: 0 0 1px
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am {
+ width: 377px;
+ margin: 24px auto 0
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-also-am .text,
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .text {
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ font-size: 14px;
+ line-height: 35px
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .boy,
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .girl {
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ height: 33px;
+ line-height: 33px;
+ padding: 0 12px;
+ cursor: pointer;
+ border: solid 1px #fff
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .boy {
+ margin: 0 18px 0 10px
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .select {
+ border: 1px dashed #38a3fd;
+ border-radius: 4px
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .boy .icon-boy,
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .girl .icon-girl {
+ width: 20px;
+ height: 20px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ vertical-align: -5px;
+ margin: 0 4px 0 0;
+ font-size: 14px
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .boy .icon-boy {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-am .girl .icon-girl {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-also-am {
+ width: 377px;
+ margin: 10px auto 0
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-also-am .text {
+ line-height: 68px
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-also-am .icon {
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ height: 68px;
+ width: 50px;
+ vertical-align: middle;
+ text-align: center;
+ cursor: pointer;
+ border: solid 1px #fff
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-also-am .select {
+ border: 1px dashed #38a3fd;
+ border-radius: 4px
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-also-am .icon .age-icon {
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ width: 34px;
+ height: 32px;
+ margin: 8px auto 0
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .i-also-am .icon .icon-text {
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ margin: 8px auto 0;
+ font-size: 12px;
+ color: #8a8a8a
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-man .icon .icon-00 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-00.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-man .icon .icon-90 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-90.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-man .icon .icon-80 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-80.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-man .icon .icon-70 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-70.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-man .icon .icon-60 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-60.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-man .icon .icon-50 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-50.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-woman .icon .icon-00 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-00.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-woman .icon .icon-90 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-90.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-woman .icon .icon-80 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-80.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-woman .icon .icon-70 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-70.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-woman .icon .icon-60 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-60.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .icon-woman .icon .icon-50 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-50.png) no-repeat
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .alldown {
+ text-align: center;
+ margin: 40px 0 0
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .alldown .down-button {
+ color: #38a3fd;
+ background-color: #fff;
+ border: 2px solid #38a3fd;
+ border-radius: 20px;
+ cursor: pointer;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ width: 106px;
+ height: 32px;
+ line-height: 32px;
+ font-size: 16px;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .alldown .down-button:hover {
+ color: #fff;
+ background-color: #38a3fd
+ }
+
+ .module-cy-user-page .module-sex .sex-config .sex-center .sex-select .otherword {
+ margin: 25px 0 0;
+ font-size: 14px;
+ text-align: center;
+ color: #c3c3c3
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex {
+ width: 100px;
+ text-align: center;
+ display: inline;
+ position: absolute;
+ top: 11px;
+ right: 0;
+ *zoom: 1
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex-hide,
+ .module-cy-user-page .module-cy-user-info .cy-user-sex:hover .cy-user-sex-age,
+ .module-cy-user-page .module-cy-user-info .cy-user-sex:hover .cy-user-sex-gender {
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex:hover .cy-user-sex-update {
+ display: inline-block
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender {
+ width: 32px;
+ height: 32px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ vertical-align: middle
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-0-age-1950 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-50.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-0-age-1960 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-60.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-0-age-1970 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-70.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-0-age-1980 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-80.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-0-age-1990 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-90.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-0-age-2000 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/girl-00.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-1-age-1950 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-50.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-1-age-1960 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-60.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-1-age-1970 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-70.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-1-age-1980 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-80.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-1-age-1990 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-90.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-1-age-2000 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/boy-00.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-age {
+ margin: 0 0 8px;
+ font-size: 12px;
+ font-family: microsoft yahei;
+ color: #999;
+ vertical-align: middle
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-update {
+ width: 100px;
+ height: 34px;
+ line-height: 34px;
+ text-align: center;
+ vertical-align: middle;
+ border: 2px solid #38a3fd;
+ border-radius: 20px;
+ color: #38a3fd;
+ font-size: 16px;
+ *display: inline;
+ *zoom: 1;
+ display: none;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-update:hover1 {
+ background-color: #38a3fd;
+ color: #fff
+ }
+
+ .module-cy-user-page .module-cy-user-info .module-delete-dialog .dialog-button {
+ background: #fff;
+ border: solid 1px #616161;
+ border-radius: 3px;
+ width: 70px;
+ height: 20px;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-wrapper {
+ width: 100%;
+ padding-bottom: 17px;
+ border-bottom: 1px solid #e9f0f5;
+ box-sizing: border-box
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-body {
+ margin-right: -10px;
+ box-sizing: border-box;
+ display: inline-block;
+ padding-right: 20px;
+ vertical-align: middle;
+ width: 387px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-title {
+ font-size: 18px;
+ font-weight: 600;
+ max-height: 56px;
+ line-height: 28px;
+ overflow: hidden
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-panel {
+ width: 100%;
+ height: 32px;
+ line-height: 32px;
+ font-size: 12px;
+ padding-top: 10px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-from {
+ color: #999
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-del {
+ float: right;
+ margin-right: 12px;
+ color: #999;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-del i {
+ display: inline-block;
+ width: 12px;
+ height: 12px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/del.png) no-repeat center;
+ vertical-align: middle;
+ margin-right: 3px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-time {
+ float: right;
+ margin-right: 5px;
+ color: #999
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-time i {
+ display: inline-block;
+ width: 12px;
+ height: 12px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-info/063/image/time.png) no-repeat center;
+ vertical-align: middle;
+ margin-right: 3px
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-collection-pic {
+ width: 188px;
+ height: 112px;
+ float: right;
+ background-size: cover
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-info-supports ul {
+ padding: 16px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-info-supports ul:after {
+ clear: both;
+ content: "";
+ display: block;
+ height: 0;
+ visibility: hidden
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-info-supports li.cy-info-supports-avatar {
+ float: right;
+ width: 36px;
+ height: 36px;
+ border-radius: 4px;
+ margin: 0 5px;
+ background-size: 100% 100%;
+ background-repeat: no-repeat;
+ background-position: center;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-info-supports li.cy-info-supports-count {
+ font-size: 16px;
+ float: right;
+ height: 36px;
+ padding: 0 10px;
+ text-align: center;
+ line-height: 36px;
+ color: #ababab
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-info-supports li.cy-info-supports-count em {
+ margin-left: 4px;
+ font-size: 16px;
+ color: #4398ed
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code {
+ height: 100%;
+ width: 100%;
+ position: absolute;
+ top: 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-mask {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ background: #000;
+ opacity: .6;
+ filter: alpha(opacity=60);
+ top: 0;
+ left: 0;
+ display: inline;
+ z-index: 1000
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper {
+ width: 300px;
+ height: 375px;
+ position: absolute;
+ top: 36%;
+ left: 50%;
+ margin: -187.5px 0 0 -150px;
+ background-color: #fff;
+ border-radius: 10px;
+ z-index: 1001
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-logo-wrapper {
+ width: 100%;
+ height: 38px;
+ margin: 28px 0 0;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-logo-wrapper .qr-code-logo {
+ width: 56px;
+ height: 38px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/logo.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper {
+ width: 100%;
+ margin: 28px 0 0;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-first-support {
+ margin: 44px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper .qr-code-type-big {
+ font-size: 18px;
+ font-family: microsoft yahei;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-first-support .qr-code-type-big {
+ margin: 6px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper .qr-code-type-small {
+ font-size: 12px;
+ margin: 6px 0 0;
+ font-family: microsoft yahei;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-first-support .qr-code-type-small {
+ margin: 20px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper .qr-code-img {
+ width: 165px;
+ height: 165px;
+ margin: 20px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-type-wrapper .qr-code-text {
+ font-size: 14px;
+ font-family: microsoft yahei;
+ margin: 20px 0 0;
+ text-align: center;
+ color: #dedede
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-code-wrapper .qr-code-close {
+ width: 12px;
+ height: 12px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/close.png) no-repeat;
+ cursor: pointer;
+ position: absolute;
+ right: 16px;
+ top: 16px
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .module-qrcode-result {
+ width: 300px;
+ height: 125px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ margin: -55px 0 0 -150px;
+ background-color: #fff;
+ border-radius: 3px;
+ z-index: 1001
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper {
+ width: 100%;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .cy-result-icon {
+ width: 40px;
+ height: 40px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ margin: 19px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .result-icon-delete-ok {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/delete-ok.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .result-icon-appeal-submit {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/appeal-submit.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .result-icon-appeal-reject {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/appeal-reject.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .module-qrcode-result .cy-result-icon-wrapper .result-icon-searching {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/searching.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .module-qrcode-result .cy-result-text {
+ font-size: 16px;
+ font-family: microsoft yahei;
+ text-align: center
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper {
+ width: 410px;
+ height: 445px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/first-weixin.png);
+ position: absolute;
+ top: 40%;
+ left: 50%;
+ margin: -222.5px 0 0 -175px;
+ z-index: 1001
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper {
+ background: 0 0;
+ margin: -188.5px 0 0 -182px;
+ top: 50%
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-close {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/first-close.png)
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-close:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/first-close-hover.png)
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-type-wrapper .qr-code-text {
+ color: #cd9904
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-ignore {
+ margin: 18px 10px 0 0;
+ float: right
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-ignore .qr-code-ignore-text {
+ font-size: 12px;
+ font-family: microsoft yahei;
+ color: #cd9904;
+ margin: 0 4px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-ignore .qr-code-ignore-select {
+ width: 14px;
+ height: 14px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/select.png) no-repeat;
+ vertical-align: -2px;
+ *vertical-align: 0;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .qr-first-background-wrapper .qr-code-wrapper .qr-code-ignore .qr-code-ignore-select .qr-code-ignore-select-checked {
+ display: block;
+ width: 14px;
+ height: 14px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/small-dialog/image/select-checked.png) no-repeat;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .dialog-button {
+ background: #fff;
+ border: solid 1px #3b9bf5;
+ color: #3b9bf5;
+ border-radius: 3px;
+ width: 55px;
+ height: 20px;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-view .module-user-info-qr-code .dialog-button.active {
+ background: #3b9bf5;
+ border: 0;
+ color: #fff
+ }
+
+ .module-cy-user-view .cy-user-view-header {
+ padding: 20px;
+ height: 84px
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-photo-container {
+ position: relative;
+ width: 84px;
+ height: 84px;
+ float: left
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-photo {
+ width: 84px;
+ height: 84px;
+ display: block;
+ float: left;
+ border-radius: 3px
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view {
+ float: left;
+ width: 505px;
+ height: 84px;
+ position: relative
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-user-view-txt {
+ margin-left: 21px;
+ margin-top: 12px
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-user-view-txt .cy-user-name {
+ color: #111;
+ font-size: 20px;
+ font-family: "Microsoft YaHei";
+ font-style: normal;
+ letter-spacing: 1px;
+ vertical-align: middle
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-user-option-area {
+ display: inline-block;
+ position: relative
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-user-view-txt .cy-user-option {
+ display: inline-block;
+ vertical-align: middle;
+ width: 25px;
+ height: 25px;
+ margin-left: 6px;
+ cursor: pointer;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/options-icon.png)
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-user-view-txt .cy-user-option:hover {
+ color: #43a9d0
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-other-info {
+ margin-left: 21px;
+ margin-top: 17px
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-other-info li {
+ width: 89px;
+ height: 22px;
+ float: left
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-other-info li .other-info-ico {
+ width: 20px;
+ height: 22px;
+ display: block;
+ float: left
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-other-info li .comment-info-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/comments.png)
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-other-info li .reply-info-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/reply.png)
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-other-info li .support-info-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/support.png)
+ }
+
+ .module-cy-user-view .cy-user-view-header .cy-user-view .cy-other-info li .other-info-txt {
+ float: left;
+ font-size: 14px;
+ font-family: "Microsoft YaHei";
+ margin-left: 6px;
+ margin-top: 5px
+ }
+
+ .module-cy-user-view .cy-other-page .cy-other-comment-list .empty-hold-place {
+ display: block;
+ text-align: center;
+ line-height: 16px;
+ font-size: 16px;
+ font-family: "Microsoft YaHei";
+ width: 345px;
+ margin: 0 auto;
+ padding-bottom: 50px
+ }
+
+ .module-cy-user-view .cy-other-page .cy-other-comment-list .empty-hold-place .pet-pic {
+ margin-top: 100px;
+ width: 345px;
+ height: 293px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/notice-empty.png);
+ background-repeat: no-repeat
+ }
+
+ .module-cy-user-view .cy-other-page .cy-other-comment-list .empty-hold-place .empty-txt {
+ width: 345px;
+ height: 22px;
+ margin-top: 70px;
+ background-repeat: no-repeat
+ }
+
+ .module-cy-user-view .cy-other-page .cy-other-comment-list .empty-hold-place .comment-empty-txt {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/title-nocomment.png)
+ }
+
+ .module-cy-user-view .cy-other-page .cy-other-comment-list .empty-hold-place .power-by-cy-txt {
+ width: 345px;
+ height: 16px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/power-by.png);
+ background-repeat: no-repeat;
+ margin-top: 30px
+ }
+
+ .module-cy-user-view .cy-user-other {
+ position: relative
+ }
+
+ .module-cy-user-view .cy-user-other .cy-tab-active-bar {
+ position: absolute;
+ background: #38a3fd;
+ width: 84px;
+ height: 2px;
+ margin-left: 63px;
+ margin-top: -2px
+ }
+
+ .module-cy-user-view .cy-user-other .cy-other-label {
+ border-bottom: 1px solid #c3cad4
+ }
+
+ .module-cy-user-view .cy-user-other .cy-other-label li {
+ width: 210px;
+ float: left
+ }
+
+ .module-cy-user-view .cy-user-other .cy-other-label li .cy-other-label-item {
+ width: 84px;
+ margin: 0 auto;
+ height: 28px;
+ font-family: "Microsoft YaHei";
+ font-size: 14px;
+ color: #333;
+ text-align: center;
+ cursor: pointer;
+ line-height: 15px
+ }
+
+ .module-cy-user-view .cy-user-other .cy-other-label li.active .cy-other-label-item {
+ color: #38a3fd
+ }
+
+ .module-cy-user-view .cy-user-other .cy-other-label li .cy-other-label-item .cy-num {
+ font-family: "Microsoft YaHei";
+ font-size: 14px;
+ color: #333;
+ font-style: normal
+ }
+
+ .module-cy-user-view .cy-user-other .cy-other-label li.active .cy-other-label-item .cy-num {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page {
+ width: 630px;
+ overflow: hidden;
+ overflow-y: auto;
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page-container .active {
+ display: block
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list {
+ width: 575px;
+ margin: 20px 0 0 20px
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li {
+ margin-top: 20px
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li:first-child {
+ margin-top: 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-photo {
+ width: 40px;
+ float: left
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-photo img {
+ width: 40px;
+ height: 40px;
+ display: block;
+ border-radius: 3px
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container {
+ float: left;
+ width: 518px;
+ margin-left: 15px;
+ padding-bottom: 17px;
+ border-bottom: 1px solid #e9f0f5
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-user-name {
+ font-size: 14px;
+ font-family: "Microsoft YaHei";
+ color: #38a3fd;
+ line-height: 14px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-comment {
+ font-family: "Microsoft YaHei";
+ font-size: 16px;
+ color: #111;
+ margin-top: 15px;
+ line-height: 21px
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-comment img {
+ vertical-align: -2px;
+ *vertical-align: 0
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-comment-other {
+ background: #fdefef
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-auditing-status {
+ font-size: 14px;
+ color: #f05858;
+ padding: 4px 0 4px 10px;
+ background: #fdefef;
+ display: block
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-warning-ico {
+ display: inline-block;
+ width: 13px;
+ height: 13px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/warning-ico.png);
+ vertical-align: -1px;
+ *vertical-align: 3px;
+ margin-right: 4px
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-comment-source {
+ font-family: "Microsoft YaHei";
+ font-size: 14px;
+ color: #465e72;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ margin-top: 14px;
+ display: inline-block
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .no-icp-txt {
+ font-family: "Microsoft YaHei";
+ font-size: 14px;
+ color: #f05858;
+ margin-top: 14px;
+ display: block
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-comment-site-from {
+ font-family: "Microsoft YaHei";
+ float: left;
+ font-size: 12px;
+ color: #999;
+ margin-top: 4px
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-comment-time {
+ float: right;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-comment-time em {
+ display: inline-block;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/time-ico.png);
+ width: 12px;
+ height: 12px;
+ vertical-align: -2px;
+ *vertical-align: 3px;
+ margin-top: 4px;
+ *margin-left: 4px
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-other-comment-list li .cy-other-comment-container .cy-other-comment-time i {
+ font-style: normal;
+ font-size: 12px;
+ color: #999;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-other .cy-other-page .cy-blocked-icon {
+ display: inline-block;
+ width: 40px;
+ height: 40px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/appeal-reject.png) no-repeat;
+ margin-right: 40px;
+ vertical-align: middle
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex {
+ width: 100px;
+ text-align: center;
+ display: inline;
+ position: absolute;
+ top: 11px;
+ right: 0;
+ *zoom: 1
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex-hide {
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender {
+ width: 32px;
+ height: 32px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ vertical-align: middle
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-0-age-1950 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/girl-50.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-0-age-1960 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/girl-60.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-0-age-1970 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/girl-70.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-0-age-1980 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/girl-80.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-0-age-1990 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/girl-90.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-0-age-2000 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/girl-00.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-info .cy-user-sex .cy-user-sex-gender-1-age-1950 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/boy-50.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-1-age-1960 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/boy-60.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-1-age-1970 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/boy-70.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-1-age-1980 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/boy-80.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-1-age-1990 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/boy-90.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-gender-1-age-2000 {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/boy-00.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-age {
+ margin: 0 0 8px;
+ font-size: 12px;
+ font-family: microsoft yahei;
+ color: #999;
+ vertical-align: middle
+ }
+
+ .module-cy-user-page .module-cy-user-view .cy-user-sex .cy-user-sex-update {
+ width: 100px;
+ height: 34px;
+ line-height: 34px;
+ text-align: center;
+ vertical-align: middle;
+ border: 2px solid #38a3fd;
+ border-radius: 20px;
+ color: #38a3fd;
+ font-size: 16px;
+ *display: inline;
+ *zoom: 1;
+ display: none;
+ cursor: pointer
+ }
+
+ .module-cy-user-view .cy-user-option-dialog {
+ display: inline-block;
+ position: absolute;
+ width: 218px;
+ height: 218px;
+ top: 20px;
+ left: -186px;
+ z-index: 10
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-user-option-pop {
+ display: inline-block;
+ width: 12px;
+ height: 8px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/dialog-pop.png) no-repeat;
+ position: absolute;
+ right: 8px;
+ top: 1px
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-user-option-list {
+ margin-top: 7px;
+ background: #fff;
+ border: solid 2px #d6d6d6;
+ border-radius: 5px
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-user-option-list li {
+ padding: 15px;
+ cursor: pointer
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-user-option-list li:hover {
+ background: #cbcbcb
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-user-option-list .cy-option-title {
+ color: #e6312d;
+ margin-bottom: 5px;
+ font-size: 13px;
+ font-weight: 600;
+ display: inline-block;
+ line-height: 22px
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-user-option-list .cy-option-content {
+ color: #5da6c6;
+ margin-left: 10px;
+ line-height: 18px
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-option-icon {
+ display: inline-block;
+ width: 22px;
+ height: 22px;
+ vertical-align: top
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-user-option-blocked .cy-option-icon {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/blocked-icon.png) no-repeat
+ }
+
+ .module-cy-user-view .cy-user-option-dialog .cy-user-option-reported .cy-option-icon {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/image/reported-icon.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-prompt-mask {
+ background: rgba(0, 0, 0, .5);
+ height: 100%;
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ z-index: 2147483647
+ }
+
+ .module-cy-user-page .cy-alert {
+ background: #fff;
+ border-radius: 3px;
+ bottom: 0;
+ height: 218px;
+ left: 0;
+ margin: auto;
+ padding: 25px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 400px;
+ z-index: 2147483647
+ }
+
+ .module-cy-user-page .cy-alert-logo {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/prompt/alert-logo.png) no-repeat center;
+ background-size: 100%;
+ height: 32px;
+ margin: 24px auto;
+ width: 32px
+ }
+
+ .module-cy-user-page .cy-alert-text {
+ padding-top: 16px;
+ font-size: 16px;
+ line-height: 24px;
+ text-align: center
+ }
+
+ .module-cy-user-page .cy-alert-btn {
+ border: 1px solid #bababa;
+ border-radius: 3px;
+ bottom: 40px;
+ cursor: pointer;
+ height: 32px;
+ line-height: 32px;
+ margin-left: 167px;
+ position: absolute;
+ text-align: center;
+ width: 80px
+ }
+
+ .module-cy-user-page .cy-confirm {
+ background: #fff;
+ border-radius: 3px;
+ bottom: 0;
+ box-sizing: border-box;
+ height: 158px;
+ left: 0;
+ margin: auto;
+ padding: 25px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 400px;
+ z-index: 2147483647
+ }
+
+ .module-cy-user-page .cy-confirm-text {
+ font-size: 16px;
+ line-height: 24px;
+ text-align: center
+ }
+
+ .module-cy-user-page .cy-confirm-btns {
+ bottom: 32px;
+ font-size: 14px;
+ position: absolute;
+ text-align: center
+ }
+
+ .module-cy-user-page .cy-confirm-yes {
+ border: 1px solid #4398ed;
+ border-radius: 3px;
+ box-sizing: border-box;
+ color: #4398ed;
+ cursor: pointer;
+ display: inline-block;
+ height: 32px;
+ line-height: 30px;
+ margin: 0 64px 0 63px;
+ text-align: center;
+ width: 80px
+ }
+
+ .module-cy-user-page .cy-confirm-no {
+ background: #4398ed;
+ border-radius: 3px;
+ box-shadow: 0 4px 10px 0 #4398ed;
+ box-sizing: border-box;
+ color: #fff;
+ cursor: pointer;
+ display: inline-block;
+ height: 32px;
+ line-height: 32px;
+ text-align: center;
+ width: 80px
+ }
+
+ .module-cy-user-page .cy-toast {
+ background: #fff;
+ border-radius: 3px;
+ bottom: 0;
+ height: 88px;
+ left: 0;
+ margin: auto;
+ padding: 25px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 300px;
+ z-index: 2147483647
+ }
+
+ .module-cy-user-page .cy-toast-logo {
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100%;
+ height: 32px;
+ margin: 4px auto;
+ width: 32px
+ }
+
+ .module-cy-user-page .cy-toast-icon-reject {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/prompt/images/appeal-reject.png)
+ }
+
+ .module-cy-user-page .cy-toast-icon-submit {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/prompt/images/appeal-submit.png)
+ }
+
+ .module-cy-user-page .cy-toast-icon-search {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/prompt/images/searching.png)
+ }
+
+ .module-cy-user-page .cy-toast-icon-success {
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-user-view/031/prompt/images/delete-ok.png)
+ }
+
+ .module-cy-user-page .cy-toast-text {
+ padding-top: 16px;
+ font-size: 16px;
+ line-height: 24px;
+ text-align: center
+ }
+
+ .module-cy-user-hots {
+ width: 100%!important;
+ height: 100%!important;
+ overflow: auto!important
+ }
+
+ .module-cy-user-page .cy-hots-nav {
+ background: #fff;
+ border-bottom: 1px solid rgba(0, 0, 0, .4);
+ height: 60px;
+ top: 0;
+ position: absolute;
+ width: 100%;
+ z-index: 100
+ }
+
+ .module-cy-user-page .cy-hots-nav ul:after {
+ clear: both;
+ content: "";
+ display: block;
+ height: 0;
+ visibility: hidden
+ }
+
+ .module-cy-user-page .cy-hots-nav ul li {
+ box-sizing: border-box;
+ color: rgba(0, 0, 0, .4);
+ cursor: pointer;
+ float: left;
+ font-size: 20px;
+ height: 100%;
+ line-height: 59px;
+ text-align: center;
+ width: 126px
+ }
+
+ .module-cy-user-page .cy-hots-nav ul li.active {
+ color: #000;
+ border-bottom: 2px solid #4398ed
+ }
+
+ .module-cy-user-page .cy-tab-list li .cy-hots-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-hots/images/hots_ico.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list .hots-li:hover .cy-hots-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-hots/images/hots_ico_active.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list .hots-li:hover .hots-text {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .cy-hots-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-hots/images/hots_ico_active.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .hots-text {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-hots-container {
+ padding-top: 60px;
+ background: rgba(0, 0, 0, .04)
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column {
+ margin: 5px auto;
+ float: left
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-loading {
+ background: rgba(0, 0, 0, .05);
+ color: rgba(0, 0, 0, .2);
+ display: none;
+ font-size: 14px;
+ height: 35px;
+ line-height: 35px;
+ margin-bottom: 50px;
+ text-align: center;
+ width: 100%
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-article {
+ background: #fff;
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
+ border: 1px solid #ebebeb;
+ border-top: 0;
+ margin: 14px 5px;
+ width: 292px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-article-title {
+ color: #405c77;
+ font-size: 16px;
+ letter-spacing: .5px;
+ line-height: 24px;
+ padding: 8px 12px 0
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-article-count {
+ line-height: 30px;
+ margin-bottom: 8px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-article-tag {
+ color: rgba(0, 0, 0, .4);
+ font-size: 12px;
+ margin: 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-article-tag em {
+ color: rgba(0, 0, 0, .4);
+ font-size: 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt {
+ border-top: 1px solid #ebebeb;
+ padding-bottom: 8px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-see-more {
+ background: #f3f3f3 url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-hots/images/seemore.gif) no-repeat center 5px;
+ cursor: pointer;
+ height: 18px;
+ width: 100%;
+ zoom: 1
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-see-more:hover {
+ background-color: #e2e2e2
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-see-more span {
+ display: none
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-body {
+ line-height: 22px;
+ padding: 12px 12px 0;
+ word-wrap: break-word;
+ word-break: break-all
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-avatar {
+ background-position: center;
+ background-size: 100%;
+ background-repeat: no-repeat;
+ border-radius: 11px;
+ cursor: pointer;
+ display: inline-block;
+ height: 22px;
+ margin: 0 5px;
+ vertical-align: middle;
+ width: 22px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-nickname {
+ color: #4398ed;
+ cursor: pointer;
+ display: inline;
+ font-size: 12px;
+ word-wrap: break-word;
+ word-break: break-all
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-text {
+ color: rgba(0, 0, 0, .8);
+ display: inline;
+ font-size: 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-panel {
+ line-height: 30px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-support {
+ color: rgba(0, 0, 0, .4);
+ cursor: pointer;
+ font-size: 12px;
+ margin-left: 12px;
+ margin-right: 8px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-support em {
+ color: rgba(0, 0, 0, .4);
+ font-size: 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-reply {
+ cursor: pointer;
+ color: rgba(0, 0, 0, .4);
+ font-size: 12px;
+ margin: 0 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-reply em {
+ color: rgba(0, 0, 0, .4);
+ font-size: 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-time {
+ color: rgba(0, 0, 0, .4);
+ font-size: 12px;
+ float: right;
+ margin-right: 15px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-time em {
+ color: rgba(0, 0, 0, .4);
+ font-size: 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-box {
+ background: #fafafa;
+ border-top: 1px solid #ebebeb;
+ display: none;
+ padding-top: 10px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-cmt-box:after {
+ clear: both;
+ content: "";
+ display: block;
+ height: 0;
+ visibility: hidden
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-textarea {
+ background: #fff url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-hots/images/cy-logo-small.png) no-repeat center;
+ border: 1px solid #4398ed;
+ border-radius: 4px;
+ cursor: pointer;
+ height: 60px;
+ margin: auto;
+ width: 280px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-textarea textarea {
+ background: 0 0;
+ border: 0;
+ border-radius: 4px;
+ box-sizing: border-box;
+ height: 100%;
+ outline: 0;
+ overflow-y: auto;
+ padding: 8px;
+ resize: none;
+ width: 100%
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-warning {
+ color: #4398ed;
+ display: none;
+ float: right;
+ font-size: 12px;
+ height: 30px;
+ letter-spacing: 1px;
+ line-height: 30px;
+ margin: 10px 10px 15px;
+ text-align: center;
+ width: 130px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-submit {
+ background: #4398ed;
+ border-radius: 4px;
+ color: #fff;
+ cursor: pointer;
+ float: right;
+ font-size: 14px;
+ height: 30px;
+ letter-spacing: 1px;
+ line-height: 30px;
+ margin: 10px 10px 15px;
+ text-align: center;
+ width: 88px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-reply-cmt {
+ padding: 0 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-reply-cmt-body {
+ background: #f7f7f7;
+ border: 1px solid #e7e6e8;
+ box-sizing: border-box;
+ line-height: 22px;
+ padding: 10px 8px;
+ width: 100%
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-reply-cmt-avatar {
+ background-position: center;
+ background-size: 100%;
+ background-repeat: no-repeat;
+ border-radius: 11px;
+ cursor: pointer;
+ display: inline-block;
+ height: 22px;
+ margin: 0 5px;
+ vertical-align: middle;
+ width: 22px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-reply-cmt-span {
+ color: #999;
+ display: inline;
+ font-size: 12px
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-reply-cmt-nickname {
+ color: #4398ed;
+ cursor: pointer;
+ display: inline;
+ font-size: 12px;
+ word-wrap: break-word;
+ word-break: break-all
+ }
+
+ .module-cy-user-page .cy-hots-container .cy-hots-column .cy-hots-reply-cmt-text {
+ color: rgba(0, 0, 0, .8);
+ display: inline;
+ font-size: 12px
+ }
+
+ .module-cy-user-page .cy-tab-list li .cy-footprint-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/footprint-ico.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list .footprint-li:hover .cy-footprint-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/footprint-ico-active.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list .footprint-li:hover .footprint-text {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .cy-footprint-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/footprint-ico-active.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .footprint-text {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-footprint-container {
+ padding-top: 80px
+ }
+
+ .module-cy-user-page .module-cy-user-footprint {
+ display: none;
+ height: 100%;
+ position: relative;
+ overflow-x: hidden;
+ overflow-y: auto
+ }
+
+ .module-cy-user-page .module-cy-user-footprint .cy-clearfix:after {
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden
+ }
+
+ .module-cy-user-page .module-cy-user-footprint .cy-clearfix {
+ zoom: 1;
+ visibility: visible
+ }
+
+ .module-cy-user-page .footprint-header {
+ border-bottom: 1px solid #c3cad4
+ }
+
+ .module-cy-user-page .footprint-header .footprint-title {
+ padding: 22px 0 20px;
+ font-size: 22px;
+ font-weight: 700
+ }
+
+ .module-cy-user-page .footprint-header .footprint-title-intro {
+ height: 20px;
+ padding-bottom: 17px
+ }
+
+ .module-cy-user-page .footprint-header .footprint-title-intro .footprint-detail {
+ font-size: 16px;
+ line-height: 20px;
+ vertical-align: middle
+ }
+
+ .module-cy-user-page .footprint-header .footprint-title-intro .help-ico {
+ cursor: pointer;
+ display: inline-block;
+ width: 20px;
+ height: 20px;
+ margin-left: 11px;
+ vertical-align: middle;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/help.png) no-repeat;
+ background-position: top left;
+ background-size: 100%;
+ position: relative
+ }
+
+ .module-cy-user-page .footprint-header .footprint-title-intro .help-ico .help-pop {
+ width: 330px;
+ border: 1px solid #e9eff5;
+ background-color: #FFF;
+ color: #000;
+ font-size: 14px;
+ line-height: 20px;
+ position: absolute;
+ top: -16px;
+ left: 30px;
+ box-shadow: 0 0 5px #3b5161;
+ padding: 14px 20px 13px;
+ z-index: 2;
+ display: none
+ }
+
+ .module-cy-user-page .footprint-header .footprint-title-intro .help-ico:hover {
+ background-position: bottom left
+ }
+
+ .module-cy-user-page .footprint-header .footprint-title-intro .help-ico:hover .help-pop {
+ display: block
+ }
+
+ .module-cy-user-page .chest-process {
+ position: relative;
+ padding: 30px 36px 0 20px
+ }
+
+ .module-cy-user-page .chest-process .chest-text {
+ position: absolute;
+ top: -55px;
+ left: -11px;
+ width: 90px;
+ height: 50px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/text-hover-small.png) no-repeat
+ }
+
+ .module-cy-user-page .chest-process .chest-text p {
+ text-align: center;
+ line-height: 18px;
+ font-size: 12px;
+ padding: 4px 20px;
+ vertical-align: middle;
+ color: #fff
+ }
+
+ .module-cy-user-page .chest-process .chestlists .chestlist {
+ float: left;
+ padding-left: 8px;
+ padding-bottom: 10px;
+ position: relative
+ }
+
+ .module-cy-user-page .chest-process .chestlists .chestlist:first-child {
+ padding-left: 0
+ }
+
+ .module-cy-user-page .chest-process .chestlists .chestlist:first-child .chest-text {
+ left: -19px
+ }
+
+ .module-cy-user-page .chest-process .chestlists .chestlist .chest-box {
+ width: 30px;
+ height: 26px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/chest-box-open.png) no-repeat;
+ background-size: 100%;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .chest-process .process-state {
+ position: relative
+ }
+
+ .module-cy-user-page .chest-process .process-state .state-null {
+ float: left;
+ width: 520px;
+ height: 20px;
+ margin-top: 3px;
+ border-radius: 10px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/state.png) no-repeat;
+ position: relative
+ }
+
+ .module-cy-user-page .chest-process .process-state .state-null .state-null-toast {
+ position: absolute;
+ right: 8px;
+ font-size: 14px;
+ line-height: 20px;
+ vertical-align: middle;
+ color: #aeaeae
+ }
+
+ .module-cy-user-page .chest-process .process-state .state-null .state-null-toast span {
+ font-size: 14px;
+ color: #aeaeae
+ }
+
+ .module-cy-user-page .chest-process .process-state .state-null .state-paddingleft {
+ float: left;
+ position: absolute;
+ width: 6px;
+ height: 12px;
+ margin: 4px 0 4px 4px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/state-paddingleft.png) no-repeat
+ }
+
+ .module-cy-user-page .chest-process .process-state .state-null .state-has {
+ float: left;
+ width: 230px;
+ height: 12px;
+ margin: 4px 4px 4px 10px;
+ background-color: #4398ed;
+ position: absolute;
+ z-index: 1
+ }
+
+ .module-cy-user-page .chest-process .process-state .state-has .state-tag {
+ position: absolute;
+ top: -15px;
+ right: -1px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/state-tag-left.png) no-repeat;
+ background-position: top left;
+ padding-left: 20px;
+ z-index: 1
+ }
+
+ .module-cy-user-page .chest-process .process-state .state-has .state-tag .has-num {
+ display: block;
+ color: #4398ed;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/state-tag-right.png) no-repeat;
+ background-position: top right;
+ padding-right: 20px;
+ line-height: 40px;
+ vertical-align: middle;
+ text-align: center;
+ font-size: 22px
+ }
+
+ .module-cy-user-page .chest-process .process-state .chest-ico {
+ float: right;
+ width: 30px;
+ height: 26px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/chest-box.png) no-repeat;
+ position: relative;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .chest-process .process-state .active {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/chest-box-open.png) no-repeat
+ }
+
+ .module-cy-user-page .chest-process .process-state .chest-ico .chest-ico-hover {
+ position: absolute;
+ top: -55px;
+ right: 0;
+ width: 128px;
+ height: 50px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/text-hover.png) no-repeat;
+ display: none
+ }
+
+ .module-cy-user-page .chest-process .process-state .chest-ico .open-hover {
+ width: 90px;
+ height: 50px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/text-hover-open.png) no-repeat;
+ display: block
+ }
+
+ .module-cy-user-page .chest-process .process-state .chest-ico .chest-ico-hover span {
+ color: #fff;
+ font-size: 12px
+ }
+
+ .module-cy-user-page .chest-process .process-state .chest-ico .chest-ico-hover p {
+ color: #fff;
+ line-height: 18px;
+ font-size: 12px;
+ padding: 4px 15px;
+ vertical-align: middle;
+ text-align: center
+ }
+
+ .module-cy-user-page .chest-process .process-state .chest-ico:hover .chest-ico-hover {
+ display: block
+ }
+
+ .module-cy-user-page .stamp-container {
+ margin-top: 40px;
+ padding-left: 20px
+ }
+
+ .module-cy-user-page .stamp-container .stamplists .stamplist {
+ float: left;
+ width: 124px;
+ height: 137px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/stamp-bg.png) no-repeat;
+ margin-right: 20px;
+ padding-bottom: 25px;
+ position: relative
+ }
+
+ .module-cy-user-page .stamp-container .stamplists .stamplist:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/stamp-bg-active.png) no-repeat
+ }
+
+ .module-cy-user-page .stamp-container .stamplists .stamplist:nth-child(4n) {
+ margin-right: 0
+ }
+
+ .module-cy-user-page .stamp-container .stamplists .stamplist .list-link {
+ width: 124px;
+ height: 137px;
+ position: absolute
+ }
+
+ .module-cy-user-page .stamp-container .stamplists .stamplist .stamp-new {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 45px;
+ height: 45px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/new.png) no-repeat
+ }
+
+ .module-cy-user-page .stamp-container .stamplists .stamplist .stamp-logo {
+ width: 94px;
+ height: 60px;
+ position: absolute;
+ background: #fff;
+ top: 30px;
+ left: 15px
+ }
+
+ .module-cy-user-page .stamp-container .stamplists .stamplist .stamp-loading {
+ width: 30px;
+ height: 30px;
+ margin: 53.5px 47px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/img_loading.gif)
+ }
+
+ .module-cy-user-page .footprint-popup {
+ min-height: 434px;
+ display: none;
+ z-index: 5
+ }
+
+ .module-cy-user-page .footprint-popup .popup-mask {
+ background: #000;
+ opacity: .6;
+ filter: alpha(opacity=60);
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 3
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main {
+ width: 300px;
+ height: 434px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/popup-bg.png);
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ margin-top: -217px;
+ margin-left: -150px;
+ z-index: 5
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-text {
+ margin-top: 35px;
+ color: #821515
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-text .main-text-title {
+ font-size: 28px;
+ margin-bottom: 20px;
+ text-align: center;
+ color: #821515
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-text .main-text-text {
+ font-size: 16px;
+ line-height: 26px;
+ vertical-align: middle;
+ text-align: center;
+ color: #821515
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-text .main-text-text span {
+ font-size: 16px;
+ color: #821515
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-rank {
+ width: 164px;
+ height: 164px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/rankpic.png) no-repeat;
+ margin: 30px auto;
+ position: relative
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-rank .rank-text {
+ position: absolute;
+ width: 56px;
+ font-size: 20px;
+ font-weight: bolder;
+ color: #de780a;
+ left: 50%;
+ margin-left: -28px;
+ bottom: 30px;
+ text-align: center
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-reward {
+ width: 200px;
+ height: 40px;
+ margin: 0 auto;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/reward-text-bg.png) no-repeat;
+ position: relative
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-reward .reward-text {
+ line-height: 40px;
+ vertical-align: middle;
+ color: #fff;
+ float: left;
+ font-size: 15px;
+ margin-left: 26px
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-reward .reward-text span {
+ color: #fff
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-main-reward .bean-ico {
+ float: right;
+ position: absolute;
+ width: 16px;
+ height: 20px;
+ top: 10px;
+ right: 26px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/bean.png) no-repeat
+ }
+
+ .module-cy-user-page .footprint-popup .popup-main .popup-close {
+ width: 16px;
+ height: 16px;
+ position: absolute;
+ top: 15px;
+ right: 15px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/popup-close.png) no-repeat;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .footprint-header {
+ position: relative;
+ padding: 0 36px 0 20px
+ }
+
+ .module-cy-user-page .footprint-header .stamp-num {
+ float: right;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/state-tag-left.png) no-repeat;
+ background-position: top left;
+ padding-left: 20px;
+ position: absolute;
+ bottom: 8px;
+ right: 20px
+ }
+
+ .module-cy-user-page .footprint-header .stamp-num .has-num {
+ display: block;
+ color: #4398ed;
+ line-height: 40px;
+ vertical-align: middle;
+ text-align: center;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/state-tag-right.png) no-repeat;
+ background-position: top right;
+ padding-right: 20px;
+ font-size: 22px
+ }
+
+ .module-cy-user-page .stamp-container .stamp-empty {
+ width: 339px;
+ height: 431px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-hots/009/module-footprints/images/stamp-empty.png) no-repeat;
+ margin: 95px auto 45px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report {
+ position: relative;
+ *overflow: hidden;
+ width: 404px;
+ height: 178px;
+ background: #fff
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-title {
+ text-align: left;
+ padding-left: 20px;
+ background-color: #fafafa;
+ border-bottom: 1px solid #cfd6dc
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-title span {
+ height: 44px;
+ line-height: 44px;
+ font-weight: 700;
+ font-size: 14px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-close {
+ position: absolute;
+ top: 16px;
+ right: 16px;
+ background-image: url(https://changyan.itc.cn/mdevp/extensions/cy-report/022/images/close.png);
+ background-repeat: no-repeat;
+ width: 12px;
+ height: 12px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-close:hover {
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-reason-item {
+ list-style: none;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ margin-right: 80px;
+ width: 80px;
+ text-align: left;
+ margin-top: 14px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-hint {
+ display: none;
+ padding-top: 48px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-hint-image {
+ display: inline-block;
+ width: 40px;
+ height: 40px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-report/022/images/ok.png) no-repeat;
+ margin-bottom: 24px;
+ margin-left: 182px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-hint-text {
+ font-size: 15px;
+ font-weight: 600;
+ text-align: center
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report ul {
+ font-size: 0;
+ margin-left: 80px;
+ line-height: 1
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-reason-item .rpt-list-style {
+ display: inline-block;
+ width: 10px;
+ height: 10px;
+ border: 1px solid #a9aeb1;
+ border-radius: 50%;
+ margin-right: 10px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-reason-item .rpt-text {
+ font-size: 14px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-submit {
+ display: inline-block;
+ text-align: center;
+ margin-left: 152px
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-submit a {
+ display: inline-block;
+ height: 28px;
+ width: 100px;
+ border: 2px solid #50acf9;
+ line-height: 28px;
+ border-radius: 14px;
+ margin-top: 18px;
+ font-size: 16px;
+ color: #000;
+ text-align: center
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-submit:hover {
+ cursor: default
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-submit a:hover {
+ color: #000;
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN .cy-report .rpt-item-selected .rpt-list-style {
+ background-color: #51adfa
+ }
+
+ .module-cy-user-notice {
+ display: none;
+ position: relative
+ }
+
+ .module-cy-user-notice .notice-title {
+ padding-left: 24px;
+ height: 60px;
+ border-bottom: 1px solid #c3cad4;
+ line-height: 60px;
+ font-size: 20px;
+ font-family: "Microsoft YaHei";
+ position: relative;
+ top: 0;
+ left: 0
+ }
+
+ .module-cy-user-notice .notice-info {
+ overflow-x: hidden;
+ overflow-y: auto;
+ position: relative;
+ top: 0;
+ left: 0
+ }
+
+ .module-cy-user-notice .notice-info ul {
+ margin-bottom: 20px
+ }
+
+ .module-cy-user-notice .notice-info .notice-empty {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/notice-empty.png);
+ width: 339px;
+ height: 431px;
+ margin: 145px auto 50px
+ }
+
+ .module-cy-user-notice .notice-info ul.noticeinfo-list {
+ position: relative;
+ top: 0;
+ left: 0
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li {
+ border-bottom: solid 1px #e9f0f5;
+ padding: 16px 20px 19px;
+ position: relative;
+ cursor: pointer
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li:hover {
+ background-color: #f3faff
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .info-header {
+ margin-bottom: 9px;
+ height: 18px;
+ line-height: 18px
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .info-header .info-type {
+ float: left;
+ font-size: 12px;
+ color: #999;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .info-header .kz-name {
+ float: left;
+ font-size: 12px;
+ color: #4398ed;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .info-header .notice-time {
+ float: right
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .info-header .notice-time em {
+ display: inline-block;
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/time-ico.png);
+ width: 12px;
+ height: 12px;
+ vertical-align: -1px;
+ *vertical-align: 3px
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .info-header .notice-time i {
+ margin-left: 4px;
+ font-style: normal;
+ font-size: 12px;
+ color: #999;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ font-family: "Microsoft YaHei";
+ padding-right: 120px
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .indicator-unread {
+ display: inline-block;
+ width: 6px;
+ height: 6px;
+ border-radius: 50%;
+ background-color: red;
+ position: absolute;
+ bottom: 25px;
+ right: 20px
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content span {
+ font-size: 16px;
+ line-height: 21px;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content a {
+ font-size: 16px;
+ line-height: 21px;
+ font-family: "Microsoft YaHei";
+ color: #4398ed;
+ text-decoration: none
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content a.link-mall,
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content a.link-paper {
+ font-size: 14px;
+ text-decoration: underline;
+ cursor: pointer;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content a.link-mall {
+ color: #38a3fd
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content a.link-paper {
+ color: #465e72
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content a.notice-user {
+ font-size: 16px;
+ color: #38a3fd;
+ font-family: "Microsoft YaHei";
+ text-decoration: none;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .cy-tab-list li .cy-notice-ico {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/tab-list-notice.png)
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .cy-notice-ico,
+ .module-cy-user-page .cy-tab-list li.notice-li:hover .cy-notice-ico {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/tab-list-icon-active-notice.png)
+ }
+
+ .module-cy-user-page .cy-tab-list li.notice-li:hover i {
+ color: #38a3fd
+ }
+
+ .module-cy-user-notice .noticeinfo-detail {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ background-color: #fff;
+ top: 0;
+ left: 0;
+ padding: 0 0 10px;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-detail-title {
+ padding-left: 24px;
+ height: 60px;
+ border-bottom: 1px solid #c3cad4;
+ line-height: 60px;
+ font-size: 20px;
+ font-family: "Microsoft YaHei";
+ width: 100%;
+ background-color: #fff;
+ position: relative;
+ top: 0;
+ left: 0
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-content-wrap {
+ position: relative;
+ left: 0;
+ top: 0;
+ min-height: 300px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail a.notice-back {
+ display: inline-block;
+ width: 40px;
+ height: 100%;
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/back.png);
+ background-repeat: no-repeat;
+ background-position: 0 16px;
+ cursor: pointer
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-desc {
+ font-size: 16px;
+ padding: 18px 18px 8px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-desc span {
+ font-weight: 700
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail-wrap {
+ padding: 8px 18px;
+ position: relative;
+ left: 0;
+ top: 0
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail {
+ position: relative;
+ left: 0;
+ top: 0;
+ margin: 8px 0;
+ font-size: 16px;
+ background-color: #FAFAFA;
+ border: 1px solid #F2F2F2;
+ padding: 10px 0 10px 75px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail .comment-user-figure {
+ position: absolute;
+ top: 18px;
+ left: 18px;
+ width: 40px;
+ height: 40px;
+ border-radius: 3px;
+ overflow: hidden
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail .comment-user-figure img {
+ width: 100%;
+ height: 100%
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail .comment-user-name {
+ padding: 8px 0;
+ margin: 0;
+ position: relative
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail .comment-user-name a {
+ color: #38a3fd;
+ text-decoration: none
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail .comment-content {
+ padding: 8px 0;
+ margin-right: 20px;
+ line-height: 20px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail a.comment-subhead {
+ font-size: 14px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: block;
+ margin-right: 20px;
+ padding: 8px 0;
+ text-decoration: none
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-detail .comment-attrs {
+ padding-right: 20px;
+ height: 16px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-attrs .comment-site {
+ font-size: 12px;
+ text-decoration: none;
+ color: #aaa;
+ float: left;
+ line-height: 16px;
+ display: inline-block;
+ height: 16px;
+ vertical-align: bottom;
+ *zoom: 1;
+ _zoom: 1;
+ *display: inline;
+ _display: inline
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-attrs .comment-time {
+ float: right;
+ display: inline-block;
+ line-height: 16px;
+ height: 16px;
+ vertical-align: bottom;
+ *zoom: 1;
+ _zoom: 1;
+ *display: inline;
+ _display: inline
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-attrs .comment-time em {
+ display: inline-block;
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/time-ico.png);
+ width: 12px;
+ height: 12px;
+ vertical-align: -1px;
+ *vertical-align: 3px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-attrs .comment-time i {
+ margin-left: 4px;
+ font-style: normal;
+ font-size: 12px;
+ color: #aaa;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-attrs .clear-f {
+ float: none;
+ display: none
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-remark-header-wrap {
+ height: 24px;
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/remark-bg.gif);
+ background-position: 0 6px;
+ background-repeat-x: none;
+ background-repeat-y: no-repeat;
+ margin: 0 40px;
+ text-align: center
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-remark-header {
+ border-right: 12px solid #fff;
+ display: inline-block;
+ background-color: #fff;
+ font-size: 16px;
+ color: #ffb026;
+ border-left: 12px solid #fff;
+ line-height: 24px;
+ *zoom: 1;
+ _zoom: 1;
+ *display: inline;
+ _display: inline
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .comment-remark-content {
+ text-align: center;
+ padding: 15px 20px;
+ font-size: 20px;
+ line-height: 24px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail ul.comment-props {
+ padding-top: 32px;
+ position: relative;
+ left: 0;
+ top: 0
+ }
+
+ .module-cy-user-notice .noticeinfo-detail ul.comment-props li.comment-prop {
+ height: 60px;
+ padding: 0 40px;
+ position: relative;
+ left: 0;
+ top: 0;
+ margin-bottom: 40px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar {
+ border: 28px 0;
+ border-top: 28px solid #fff;
+ border-bottom: 28px solid #fff;
+ height: 4px;
+ display: inline-block;
+ position: absolute;
+ width: 0
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-bg {
+ border-top: 28px solid #fff;
+ border-bottom: 28px solid #fff;
+ height: 4px;
+ width: auto;
+ margin: auto
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-bg-1 {
+ background-color: #fee2e2
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-bg-2 {
+ background-color: #d7edff
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-bg-3 {
+ background-color: #f9e9d1
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-bg-4 {
+ background-color: #d9e5fc
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-bg-5 {
+ background-color: #ffdcdc
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-bg-6 {
+ background-color: #d9e5fc
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-bg-7 {
+ background-color: #d7edff
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label {
+ position: absolute;
+ top: 3px;
+ left: 0;
+ width: 54px;
+ height: 54px;
+ text-align: center;
+ color: #fff;
+ background-repeat: no-repeat;
+ background-size: 100% 100%
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-1 {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/prop-bar-1.png)
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-2 {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/prop-bar-2.png)
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-3 {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/prop-bar-3.png)
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-4 {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/prop-bar-4.png)
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-5 {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/prop-bar-5.png)
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-6 {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/prop-bar-6.png)
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-7 {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/prop-bar-7.png)
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label .prop-label-text {
+ position: absolute;
+ top: -32px;
+ left: -27px;
+ height: 32px;
+ width: 108px;
+ line-height: 32px;
+ text-align: center;
+ font-size: 16px;
+ border-radius: 3px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label .prop-label-text i {
+ padding: 0 4px;
+ font-size: 12px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label .prop-label-arrow {
+ position: absolute;
+ width: 0;
+ height: 0;
+ border-left: 6px solid transparent;
+ border-right: 6px solid transparent;
+ top: 0;
+ left: 21px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-1,
+ .module-cy-user-notice .noticeinfo-detail .prop-label-1 .prop-label-text {
+ background-color: #eb6d6d
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-2,
+ .module-cy-user-notice .noticeinfo-detail .prop-label-2 .prop-label-text {
+ background-color: #6db1eb
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-3,
+ .module-cy-user-notice .noticeinfo-detail .prop-label-3 .prop-label-text {
+ background-color: #ff9c00
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-4,
+ .module-cy-user-notice .noticeinfo-detail .prop-label-4 .prop-label-text {
+ background-color: #3e82ff
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-5,
+ .module-cy-user-notice .noticeinfo-detail .prop-label-5 .prop-label-text {
+ background-color: #fd3838
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-6,
+ .module-cy-user-notice .noticeinfo-detail .prop-label-6 .prop-label-text {
+ background-color: #3e82ff
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-bar-7,
+ .module-cy-user-notice .noticeinfo-detail .prop-label-7 .prop-label-text {
+ background-color: #6db1eb
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-1 .prop-label-arrow {
+ border-top: 4px solid #eb6d6d
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-2 .prop-label-arrow {
+ border-top: 4px solid #6db1eb
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-3 .prop-label-arrow {
+ border-top: 4px solid #ff9c00
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-4 .prop-label-arrow {
+ border-top: 4px solid #3e82ff
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-5 .prop-label-arrow {
+ border-top: 4px solid #fd3838
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-6 .prop-label-arrow {
+ border-top: 4px solid #3e82ff
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .prop-label-7 .prop-label-arrow {
+ border-top: 4px solid #6db1eb
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content .feedback-content-wrap {
+ display: inline-block;
+ font-size: 100%;
+ line-height: 1
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content .feedback-content-wrap span {
+ font-size: 14px
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content .feedback-content {
+ display: inline-block;
+ max-width: 168px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ line-height: 1;
+ color: #4398ed
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content .feedback-result-content {
+ font-size: 14px;
+ line-height: 21px;
+ color: #b0b0b0
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content .feedback-content img {
+ vertical-align: -1px;
+ *vertical-align: 0
+ }
+
+ .module-cy-user-notice .notice-info .noticeinfo-list li .notice-content .feedback-note {
+ color: #38a3fd
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-content-wrap .official-reply-wrap {
+ margin: 18px 18px 2px;
+ font-size: 16px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-content-wrap .official-reply-wrap .feedback-title {
+ display: block
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-content-wrap .official-reply-wrap .official-reply {
+ display: block;
+ margin-top: 20px;
+ line-height: 20px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .feedback-content-warp .comment-detail {
+ padding: 0
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .feedback-content-warp .comment-detail .reply-content {
+ padding: 10px 25px 10px 10px;
+ line-height: 20px;
+ color: #a6a6a6;
+ margin-bottom: 25px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .feedback-content-warp .comment-detail .feedback-time {
+ position: absolute;
+ right: 25px;
+ bottom: 10px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .feedback-content-warp .comment-detail .feedback-time em {
+ display: inline-block;
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/time-ico.png);
+ width: 12px;
+ height: 12px;
+ vertical-align: -1px;
+ *vertical-align: 3px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .feedback-content-warp .comment-detail .feedback-time i {
+ margin-left: 4px;
+ font-style: normal;
+ font-size: 12px;
+ color: #999;
+ font-family: "Microsoft YaHei"
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-content-wrap .feedback-extra {
+ font-size: 16px;
+ margin: 0 18px 0 30px
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-content-wrap .feedback-qrcode-wrap {
+ margin-top: 24px;
+ text-align: center
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-content-wrap .feedback-qrcode-wrap .feedback-qrcode {
+ display: block;
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-notice/045/image/qrcode.jpg);
+ width: 258px;
+ height: 258px;
+ margin: 0 auto
+ }
+
+ .module-cy-user-notice .noticeinfo-detail .notice-content-wrap .feedback-qrcode-wrap .feedback-qrnote {
+ display: inline-block;
+ font-size: 16px;
+ margin: 10px 0
+ }
+
+ .module-cy-user-page .cy-tab-list li .cy-feedback-ico {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/tab-list-icon5.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list .feedback-li:hover .cy-feedback-ico {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/tab-list-icon-active5.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list .feedback-li:hover .feedback-text {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .cy-feedback-ico {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/tab-list-icon-active5.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .feedback-text {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .module-cy-user-feedback {
+ height: 100%;
+ overflow-x: hidden;
+ overflow-y: auto;
+ display: none;
+ position: relative
+ }
+
+ .module-cy-user-page .module-cy-user-feedback input:hover {
+ cursor: text
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .main {
+ width: 100%;
+ height: 100%;
+ font-family: "microsoft yahei";
+ position: relative;
+ min-height: 640px;
+ overflow-y: auto;
+ overflow-x: hidden
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .title {
+ width: 100%;
+ height: 60px;
+ line-height: 60px;
+ padding: 0 0 0 25px;
+ font-size: 20px;
+ font-family: "microsoft yahei";
+ margin-bottom: -60px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form {
+ width: 100%;
+ margin: 60px 0 0;
+ border: solid #ccc 1px;
+ border-width: 1px 0 0;
+ padding: 40px 0 0 25px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form .faq {
+ font-size: 16px;
+ font-family: "microsoft yahei"
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form .faq-questions {
+ margin: 10px 0 0;
+ font-size: 16px;
+ font-family: "microsoft yahei";
+ overflow: hidden
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form .faq-questions .faq-question {
+ float: left;
+ width: 278px;
+ margin: 10px 0 0;
+ font-family: "microsoft yahei";
+ font-size: 14px;
+ color: #666;
+ cursor: pointer;
+ line-height: 1
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form .faq-questions .faq-question:hover {
+ color: #5eb0fd
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form .faq-questions .faq-question .point {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/point.png) no-repeat;
+ width: 4px;
+ height: 4px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ vertical-align: middle;
+ position: static;
+ margin: 0 6px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form .faq-questions .faq-question:hover .point {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/point-hover.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form .question {
+ font-size: 16px;
+ font-family: "microsoft yahei";
+ margin: 40px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .form .questionCon {
+ margin-top: 20px;
+ padding: 10px 0 10px 10px;
+ width: 560px;
+ height: 140px;
+ border-radius: 3px;
+ resize: none;
+ font-family: "microsoft yahei";
+ border: solid #ccc 1px;
+ overflow: auto;
+ font-size: 14px;
+ text-align: left;
+ line-height: normal
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .link {
+ width: 560px;
+ margin: 40px 0 0;
+ font-family: "microsoft yahei";
+ line-height: 1;
+ background-color: #fff
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .link .phone {
+ font-size: 16px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .link .select {
+ float: right;
+ color: #ccc
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .link .text {
+ width: 100%;
+ height: 38px;
+ line-height: 38px;
+ margin: 20px 0 0;
+ padding-left: 10px;
+ border: solid #ccc 1px;
+ border-radius: 3px;
+ font-size: 14px;
+ font-family: microsoft yahei
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .tip {
+ height: 36px;
+ line-height: 36px;
+ background-color: #e9eef1;
+ font-size: 14px;
+ bottom: 70px;
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .tip .ok {
+ width: 14px;
+ height: 14px;
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/ok.png) no-repeat;
+ vertical-align: middle;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ margin: 0 0 0 10px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .tip .error {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/error.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .tip .tipText {
+ margin: 0 10px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .button {
+ width: 100%;
+ height: 50px;
+ line-height: 50px;
+ bottom: 0;
+ border: solid #ccc 1px;
+ border-width: 1px 0 0;
+ padding: 0 0 0 25px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .button .confirm {
+ width: 84px;
+ height: 32px;
+ line-height: 32px;
+ color: #51acf9;
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/btn.png) no-repeat;
+ vertical-align: top;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ font-size: 16px;
+ font-weight: 500;
+ text-align: center;
+ cursor: pointer;
+ margin: 9px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .button .confirm:hover {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/btn-hover.png) no-repeat;
+ color: #fff
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .button .confirm-click,
+ .module-cy-user-page .module-cy-user-feedback .button .confirm-click:hover {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/btn-already.png) no-repeat;
+ color: #9fa8b3
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second {
+ width: 100%
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second .feedback-detail-title {
+ width: 100%;
+ height: 59px;
+ line-height: 54px;
+ border: 1px solid #c3cad4;
+ border-width: 0 0 1px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second .feedback-detail-title .feedback-back {
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/back.png) no-repeat;
+ width: 35px;
+ height: 28px;
+ margin: 0 0 0 24px;
+ vertical-align: middle;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second .faq-lists {
+ margin: 0 0 0 30px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second .faq-lists .faq {
+ margin: 16px 0 0;
+ width: 550px;
+ padding-bottom: 21px;
+ border-bottom: 1px solid #e9f0f5
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second .faq-lists .faq .faq-title {
+ font-size: 16px;
+ height: 20px;
+ line-height: 20px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second .faq-lists .faq .faq-title .title-bar {
+ width: 3px;
+ height: 20px;
+ background-color: #38a3fd;
+ border-radius: 2px;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1;
+ vertical-align: middle
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second .faq-lists .faq .faq-title .title-text {
+ margin: 0 0 0 7px;
+ font-family: microsoft yahei
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .feedback-second .faq-lists .faq .faq-detail {
+ margin: 19px 0 0;
+ font-size: 14px;
+ color: #959595;
+ line-height: 21px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo {
+ width: 560px;
+ margin: 40px 0 0;
+ font-family: "microsoft yahei";
+ line-height: 1;
+ background-color: #fff
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .add-img {
+ font-size: 16px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .select {
+ float: right;
+ color: #ccc
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .img-container {
+ margin-top: 20px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .img-preview-content {
+ display: inline-block;
+ position: relative;
+ *display: inline;
+ *zoom: 1
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .img-preview-content:hover .remove-img {
+ display: inline-block;
+ *display: inline;
+ *zoom: 1
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .img-preview-content .remove-img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ font-size: 16px;
+ width: 80px;
+ height: 80px;
+ line-height: 80px;
+ text-align: center;
+ background-color: rgba(0, 0, 0, .6);
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ color: #fff;
+ cursor: pointer;
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .img-preview {
+ margin-right: 16px;
+ width: 80px;
+ height: 80px
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .upload-img {
+ background: url(//changyan.sohu.com/mdevp/extensions/cy-user-feedback/047/image/add-img.png) no-repeat;
+ width: 80px;
+ height: 80px;
+ cursor: pointer;
+ vertical-align: middle;
+ display: inline-block;
+ *display: inline;
+ *zoom: 1
+ }
+
+ .module-cy-user-page .module-cy-user-feedback .photo .img-upload-tip {
+ line-height: 28px;
+ height: 28px;
+ font-size: 14px;
+ color: #ccc
+ }
+
+ .module-cy-user-page .cy-tab-list li .cy-set-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/set-icon.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list .set-li:hover .cy-set-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/set-icon-active.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list .set-li:hover .set-text {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .cy-set-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/set-icon-active.png) no-repeat
+ }
+
+ .module-cy-user-page .cy-tab-list li.active .set-text {
+ color: #38a3fd
+ }
+
+ .module-cy-user-page .module-cy-user-set {
+ display: none;
+ height: 100%;
+ position: relative;
+ overflow-x: hidden;
+ overflow-y: auto
+ }
+
+ .cy-clearfix:after {
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden
+ }
+
+ .cy-clearfix {
+ zoom: 1
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-header-s {
+ width: 100%;
+ height: 60px;
+ padding: 0 0 0 25px;
+ font-family: "microsoft yahei";
+ margin-bottom: 40px;
+ border-bottom: 1px solid #c3cad4
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-header-s .set-title-s {
+ display: inline;
+ line-height: 60px;
+ font-size: 20px;
+ color: #111
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-header-s .set-logout-s {
+ float: right;
+ margin: 21px 35px 0 0;
+ line-height: 18px;
+ font-size: 16px;
+ color: #999;
+ cursor: pointer
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-header-s .set-logout-s .logout-ico {
+ width: 15px;
+ height: 18px;
+ float: left;
+ margin-right: 7px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/logout.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-header-s .set-logout-s:hover {
+ color: #e74851
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-header-s .set-logout-s:hover .logout-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/logout-hover.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .set-remind {
+ float: left;
+ width: 160px;
+ text-align: center;
+ margin-top: 10px;
+ font-size: 15px
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .setlists {
+ margin-left: 160px;
+ overflow: hidden
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .setlists .setlist {
+ line-height: 36px!important;
+ vertical-align: middle;
+ font-size: 15px
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .setlists .setlist .remind-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/btn.png) no-repeat;
+ width: 16px;
+ height: 16px;
+ float: left;
+ margin: 10px;
+ color: #000
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .setlists .setlist .remind-hover-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/btn-hover.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .setlists .setlist .remind-click-ico {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/btn-click.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .set-tip {
+ height: 36px;
+ line-height: 36px;
+ background-color: #e9eef1;
+ font-size: 14px;
+ position: absolute;
+ bottom: 65px;
+ left: 25px;
+ display: none
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .set-tip .ok {
+ width: 14px;
+ height: 14px;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/ok.png) no-repeat;
+ vertical-align: middle;
+ display: inline-block;
+ margin: 0 0 0 10px
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-container-s .set-tip .tipText {
+ margin: 0 10px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-bottom-s {
+ width: 100%;
+ height: 50px;
+ line-height: 50px;
+ position: absolute;
+ bottom: 0;
+ border: solid #ccc 1px;
+ border-width: 1px 0 0;
+ padding: 0 0 0 25px
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-bottom-s .set-submit {
+ width: 84px;
+ height: 32px;
+ line-height: 32px;
+ color: #51acf9;
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/sumbit-btn.png) no-repeat;
+ vertical-align: top;
+ display: inline-block;
+ font-size: 16px;
+ font-weight: 500;
+ text-align: center;
+ cursor: pointer;
+ margin: 9px 0 0
+ }
+
+ .module-cy-user-page .module-cy-user-set .set-bottom-s .set-submit:hover {
+ background: url(https://changyan.itc.cn/mdevp/extensions/cy-user-set/008/images/sumbit-btn-hover.png) no-repeat;
+ color: #fff
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice-dot,
+ .module-cmt-notice-dot {
+ z-index: 1000;
+ display: block;
+ width: 4px;
+ height: 4px;
+ background-color: #F74F4F;
+ border-radius: 2px;
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice-bubble,
+ .module-cmt-notice-bubble {
+ z-index: 1000;
+ display: block;
+ min-width: 12px;
+ height: 16px;
+ line-height: 16px;
+ padding: 0 2px;
+ text-align: center;
+ font-size: 12px;
+ font-style: normal;
+ font-family: arial;
+ color: #FFF;
+ background-color: #F74F4F;
+ border-radius: 8px;
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice {
+ position: fixed;
+ right: 0;
+ bottom: 0;
+ padding: 38px 0;
+ font-family: "Microsoft YaHei";
+ z-index: 999999
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list {
+ max-width: 300px;
+ text-align: right;
+ overflow: visible;
+ position: relative
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list li.nt-item {
+ position: relative;
+ display: inline-block;
+ max-width: 260px;
+ min-width: 200px;
+ height: 38px;
+ line-height: 38px;
+ background-color: #fff;
+ color: #000!important;
+ margin: 5px 0 5px 10px;
+ padding-left: 36px;
+ padding-right: 30px;
+ border: 1px solid #4398ed;
+ border-right: 0;
+ text-decoration: none;
+ cursor: pointer;
+ font-size: 15px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list li.nt-item .nt-logo {
+ position: absolute;
+ top: -1px;
+ left: -20px;
+ width: 40px;
+ height: 40px;
+ background: url(//changyan.sohu.com/mdevp/extensions/cmt-notice-no-task-msg/007/images/notice-logo.png) no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list li.nt-item .nt-text {
+ color: #4398ed!important;
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice ul.nt-list li.nt-item .nt-text i {
+ color: #4398ed!important;
+ padding: 0 4px;
+ font-weight: bolder;
+ font-size: 17px;
+ font-family: "Microsoft YaHei"
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-notice .nt-close {
+ display: inline-block;
+ position: absolute;
+ right: 11px;
+ top: 11px;
+ width: 16px;
+ height: 16px;
+ background: transparent url(//changyan.sohu.com/mdevp/extensions/cmt-notice-no-task-msg/007/images/notice-close.png) no-repeat
+ }
+
+ .module-cy-user-page .module-cmt-notice-dot {
+ position: absolute;
+ top: 0;
+ right: 6px;
+ width: 6px;
+ height: 6px;
+ background-color: #F74F4F;
+ border-radius: 6px
+ }
+
+ .module-cy-user-page .module-cmt-notice-bubble {
+ display: inline-block;
+ position: absolute;
+ min-width: 12px;
+ height: 16px;
+ line-height: 16px;
+ padding: 0 2px;
+ text-align: center;
+ font-size: 12px;
+ font-style: normal;
+ font-family: arial;
+ color: #FFF;
+ background-color: #F74F4F;
+ border-radius: 16px;
+ margin-left: 4px
+ }
+
+ .module-cmt-float-bar .module-cmt-notice-bubble {
+ position: absolute;
+ top: -8px;
+ *top: -4px;
+ left: 20px;
+ min-width: 12px;
+ height: 16px;
+ line-height: 16px;
+ padding: 0 2px;
+ text-align: center;
+ font-size: 12px;
+ font-style: normal;
+ font-family: arial;
+ color: #FFF;
+ background-color: #F74F4F;
+ border-radius: 8px
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-level-gw {
+ display: inline-block;
+ height: 24px;
+ padding: 0 0 0 25px;
+ overflow: hidden;
+ margin: 0 5px 0 -1px;
+ vertical-align: -6px;
+ *vertical-align: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-level-gw i {
+ display: inline-block;
+ height: 18px;
+ line-height: 18px;
+ padding: 0 8px 0 0;
+ font-size: 12px;
+ position: relative;
+ top: 3px;
+ left: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-1-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv01.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-2-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv02.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-3-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv03.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-4-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv04.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-5-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv05.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-6-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv06.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-7-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv07.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-8-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv08.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-9-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv09.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .notitle-10-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv10.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-1-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv001.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-2-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv002.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-3-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv003.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-4-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv004.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-1-4-gw {
+ background-position: left 0;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-1-4-gw i {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv01-04.png);
+ background-position: right 0;
+ background-repeat: no-repeat;
+ color: #4398ed
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-5-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv005.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-6-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv006.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-5-6-gw {
+ background-position: left 0;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-5-6-gw i {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv05-06.png);
+ background-position: right 0;
+ background-repeat: no-repeat;
+ color: #5fbf5e
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-7-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv007.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-8-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv008.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-7-8-gw {
+ background-position: left 0;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-7-8-gw i {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv07-08.png);
+ background-position: right 0;
+ background-repeat: no-repeat;
+ color: #fba222
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-9-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv009.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-10-gw {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv010.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-9-10-gw {
+ background-position: left 0;
+ background-repeat: no-repeat
+ }
+
+ #SOHUCS #SOHU_MAIN .section-list-w .wrap-user-gw .user-9-10-gw i {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/cy-grade/008/imgs/p-lv09-10.png);
+ background-position: right 0;
+ background-repeat: no-repeat;
+ color: #e7485e;
+ top: 5px
+ }
+
+ #SOHUCS #SOHU_MAIN .more-comment {
+ padding: 0 0 17px
+ }
+
+ #SOHUCS #SOHU_MAIN .more-comment a {
+ color: #95c0f3;
+ background-color: #ecf4fd;
+ padding: 5px 0;
+ line-height: 18px;
+ display: block;
+ text-align: center;
+ font-family: "宋体"
+ }
+
+ #SOHUCS #SOHU_MAIN .more-comment a:hover {
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN .more-comment a em {
+ font-family: Impact;
+ font-size: 20px;
+ color: #95c0f3;
+ margin: 0 6px;
+ vertical-align: -2px;
+ *vertical-align: 0
+ }
+
+ #SOHUCS #SOHU_MAIN .module-sohu-treaty .title-link-w {
+ padding: 18px 0 0;
+ font-size: 12px;
+ color: #ccd3d9;
+ text-align: right
+ }
+
+ #SOHUCS #SOHU_MAIN .module-sohu-treaty .title-link-w a {
+ display: inline-block;
+ line-height: 16px;
+ color: #c9c9c9
+ }
+
+ #SOHUCS #SOHU_MAIN .module-sohu-treaty .title-link-w a:hover {
+ text-decoration: underline
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw {
+ width: 400px;
+ height: 254px;
+ border: 1px solid #ccd4d9;
+ background-color: #fff;
+ font-size: 12px
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-title-dw {
+ height: 30px;
+ line-height: 18px;
+ padding: 14px 0 0;
+ background-color: #fafafa;
+ border-bottom: 1px solid #ccd4d9
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-title-dw .title-close-dw {
+ float: right;
+ width: 18px;
+ height: 18px;
+ overflow: hidden;
+ margin: 0 12px 0 0;
+ background: url(//changyan.sohu.com/mdevp/extensions/phone-verify/004/image/b17.png);
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-title-dw .title-close-dw:hover {
+ background: url(//changyan.sohu.com/mdevp/extensions/phone-verify/004/image/b18.png)
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-title-dw .title-name-dw {
+ font-size: 14px;
+ font-weight: 700;
+ display: inline-block;
+ padding: 0 0 0 20px;
+ color: #333
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-form-dw {
+ padding: 30px 0 0;
+ height: 33px;
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-form-dw .form-name-dw {
+ float: left;
+ line-height: 16px;
+ padding: 9px 12px 0 0;
+ width: 90px;
+ text-align: right;
+ font-size: 14px;
+ color: #333
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-form-dw .form-action-dw .action-text-dfw {
+ width: 254px;
+ height: 31px;
+ line-height: 31px;
+ padding: 0 0 0 8px;
+ font-size: 14px;
+ float: left;
+ vertical-align: -4px;
+ border: 1px solid #ccd4d9;
+ color: #333
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-prompt-dw {
+ height: 16px;
+ line-height: 16px;
+ overflow: hidden;
+ padding: 0 0 0 102px!important;
+ margin: 5px 0 4px;
+ color: #ee542a
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-verify-dw {
+ height: 33px;
+ overflow: hidden
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-verify-dw .verify-name-dw {
+ float: left;
+ font-size: 14px;
+ line-height: 16px;
+ padding: 9px 12px 0 0;
+ text-align: right;
+ width: 90px;
+ color: #333
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-verify-dw .verify-action-dw .action-text-dfw {
+ float: left;
+ font-size: 14px;
+ height: 31px;
+ line-height: 31px;
+ padding: 0 0 0 8px;
+ width: 98px;
+ border: 1px solid #ccd4d9;
+ color: #333
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-verify-dw .verify-action-dw .verify-btn-dw {
+ float: left;
+ width: 146px;
+ height: 33px;
+ overflow: hidden;
+ line-height: 34px;
+ margin-left: 10px;
+ text-align: center;
+ color: #fff;
+ background-color: #5488af;
+ font-size: 14px;
+ cursor: pointer
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-verify-dw .verify-action-dw .verify-time-dw {
+ display: none;
+ float: left;
+ width: 134px;
+ height: 31px;
+ overflow: hidden;
+ line-height: 32px;
+ margin-left: 10px;
+ padding: 0 5px;
+ border: 1px solid #d1d2d4;
+ color: #9a9a9a;
+ background-color: #f5f6f8
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-btn-dw {
+ height: 33px;
+ overflow: hidden;
+ padding: 0 0 0 102px
+ }
+
+ div.windows-define-dg a {
+ color: #44708e;
+ text-decoration: none
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-btn-dw .btn-dfw {
+ width: 78px;
+ height: 33px;
+ padding: 0;
+ cursor: pointer;
+ border: 0;
+ background-image: url(//changyan.sohu.com/mdevp/extensions/phone-verify/004/image/bg11.gif)
+ }
+
+ #SOHUCS #SOHU_MAIN .bind-phone-wrapper-dw .cont-btn-dw .btn-dfw:hover {
+ background-image: url(//changyan.sohu.com/mdevp/extensions/phone-verify/004/image/bg12.gif)
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .module-prop-prompt {
+ width: 181px;
+ height: 80px;
+ background: url(//changyan.sohu.com/mdevp/extensions/first-login-prompt/003/image/prompt-prop.png);
+ position: absolute;
+ right: 10px;
+ top: -84px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .module-person-page-prompt {
+ width: 193px;
+ height: 80px;
+ background: url(//changyan.sohu.com/mdevp/extensions/first-login-prompt/003/image/prompt-person-page.png);
+ position: absolute;
+ top: 40px;
+ left: 56px
+ }
+
+ #SOHUCS #SOHU_MAIN .module-cmt-header .section-cbox-w .block-head-w .module-person-page-prompt .prompt-close-btn,
+ #SOHUCS #SOHU_MAIN .module-cmt-list .wrap-action-gw .action-click-gw .module-prop-prompt .prompt-close-btn {
+ width: 14px;
+ height: 14px;
+ display: block;
+ position: absolute;
+ right: 0;
+ top: 0;
+ cursor: pointer
+ }
+ </style>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cmt-header/076/cmt-header.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cmt-box/054/cmt-box.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cmt-list/055/cmt-list.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-av/024/cy-av.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cmt-footer/048/cmt-footer.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/hot-topic/021/hot-topic.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/face/015/face.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cmt-float-bar/029/cmt-float-bar.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-user-page/034/cy-user-page.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-user-info/063/cy-user-info.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-user-avatar/014/cy-user-avatar.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-user-view/031/cy-user-view.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-hots/009/cy-hots.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-report/022/cy-report.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-user-notice/045/cy-user-notice.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-user-feedback/047/cy-user-feedback.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-user-set/008/cy-user-set.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cmt-notice-no-task-msg/007/cmt-notice-no-task-msg.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-grade/008/cy-grade.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-score/006/cy-score.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/jump-url/008/jump-url.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/disable-user-photo/007/disable-user-photo.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/sohu-treaty/007/sohu-treaty.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/cy-auto-recommand/005/cy-auto-recommand.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/phone-verify/004/phone-verify.js"></script>
+ <script type="text/javascript" charset="UTF-8" src="http://changyan.itc.cn/mdevp/extensions/first-login-prompt/003/first-login-prompt.js"></script>
+</head>
+
+<body>
+ <div id="BAIDU_DUP_fp_wrapper" style="position: absolute; left: -1px; bottom: -1px; z-index: 0; width: 0px; height: 0px; overflow: hidden; visibility: hidden; display: none;"><iframe id="BAIDU_DUP_fp_iframe" src="https://pos.baidu.com/wh/o.htm?ltr=" style="width: 0px; height: 0px; visibility: hidden; display: none;"></iframe></div><iframe style="width: 0px; height: 0px; display: none;" src="http://cdn.tanx.com/t/acookie/acbeacon2.html#mm_34618856_4222645_14288433"></iframe>
+ <!--百度自动推送 start-->
+ <script>
+ (function() {
+ var bp = document.createElement('script');
+ var curProtocol = window.location.protocol.split(':')[0];
+ if (curProtocol === 'https') {
+ bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
+ } else {
+ bp.src = 'http://push.zhanzhang.baidu.com/push.js';
+ }
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(bp, s);
+ })();
+ </script>
+ <!--百度自动推送 end-->
+ <!--top start-->
+ <!--top置顶-->
+ <!--1065-->
+ <!-- 公共三级页 页头(公共) -->
+ <div class="hd_top">
+ <div class="hd_top1"></div>
+ <!--top置顶-->
+ <div class="hd_top_box">
+ <a href="http://www.youth.cn/" target="_blank">首页</a>|<a href="http://news.youth.cn/" target="_blank">新闻</a>|<a href="http://picture.youth.cn/" target="_blank">图片</a>|<a href="http://pinglun.youth.cn/" target="_blank">评论</a>|<a href="http://www.gqt.org.cn/" target="_blank">共青团</a>|<a href="http://fun.youth.cn/" target="_blank">娱乐</a>|<a href="http://style.youth.cn/" target="_blank">时尚</a>|<a href="http://finance.youth.cn/" target="_blank">财经</a>|<a href="http://mil.youth.cn/" target="_blank">军事</a>|<a href="http://sports.youth.cn/" target="_blank">体育</a>|<a href="http://career.youth.cn/" target="_blank">创业就业</a>|<a href="http://school.youth.cn/" target="_blank">高校</a>|<a href="http://tour.youth.cn/" target="_blank">旅游</a>|<a href="http://d.youth.cn/" target="_blank">发现</a>|<a href="http://v.youth.cn" target="_blank">视频</a>|<a href="http://youxi.youth.cn/" target="_blank">游戏</a>|<a href="http://auto.youth.cn/" target="_blank">汽车</a>|<a href="http://qclz.youth.cn/gw/" target="_blank">青春励志</a>
+ </div>
+ <!--top置顶-->
+ </div>
+ <!--1065-->
+ <!--top置顶-->
+ <!--1807-->
+ <!-- 公共三级页 页头广告(拷贝) -->
+ <div class="header">
+ <div class="hd_pic">
+ <div class="hd_pic2">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页旗帜 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=431" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页旗帜 End -->
+ </div>
+ <div class="hd_pic1">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页顶部按钮1 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=432" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页顶部按钮1 End -->
+ </div>
+ </div>
+ </div>
+ <!--1807-->
+ <!--top end-->
+ <div class="hd_bottom_logo">
+ <div class="hd_bottom_left fl">
+ <a href="http://www.youth.cn/" target="_blank"><img src="../../../images/youth_sjy_logo.png" alt="中国青年网" class="fl" width="90" /></a>
+ <div class="hd_meun fr">
+ <span class="hd_meun_jk1">
+ <a href="../../../" target="_blank" title="首页" class="CurrChnlCls">首页</a> &gt;&gt; <a href="../../" target="_blank" title="教育资讯" class="CurrChnlCls">教育资讯</a> &gt;&gt; <a href="../" target="_blank" title="教育新闻" class="CurrChnlCls">教育新闻</a> &gt;&gt; 正文
+ </span>
+ </div>
+ </div>
+ <!--1808-->
+ <!-- 公共三级页 搜索(拷贝) -->
+ <form id="search_form" name="search_form" target="_blank">
+ <div class="fr nav_serch_right">
+ <div class="nav_text fl">
+ <input name="s" value="6006151520371175686" type="hidden" />
+ <input name="ie" value="gbk" type="hidden" />
+ <input name="q" id="s" maxlength="200" class="nav_ser_text" placeholder="" type="text" />
+ </div>
+ <input class="nav_button fr" id="go" onclick="bsubmit();" type="button" />
+ </div>
+ <script type="text/javascript">
+ function bsubmit() {
+ search_form.action = "//search.youth.cn/cse/search";
+ search_form.submit();
+ }
+ </script>
+ </form>
+ <!--1808-->
+ </div>
+
+ <!--详细页主题部分-->
+ <div class="main">
+ <div class="main_l">
+ <!--content start-->
+ <div class="l_tit">海外留学生看两会:出国前后关注点大不同</div>
+ <!--{if $subtitle}-->
+ <h3 style="font-family:'宋体'; font-weight:normal;font-size:14px;margin-bottom:5px;margin-top:5px;" align="center"></h3>
+ <!--{/if}-->
+ <div class="l_time">
+ 发稿时间:<span id="pubtime_baidu" style="margin-left:0px;">2017-03-10 08:42:00</span>
+ <!--{if $source_name}-->
+ <span id="source_baidu">
+
+来源:
+
+<a href="http://lx.huanqiu.com/lxnews/2017-03/10279070.html">人民日报海外版</a>
+
+
+
+
+</span>
+ <!--{/if}--><span><a href="http://www.youth.cn" target="_blank">中国青年网</a></span>
+ </div>
+ <div class="article">
+ <div id="content">
+ <div id="container" class="article-content">
+ <div class="TRS_Editor">
+ <p align="center"><img title="海外留学生看两会:出国前后关注点大不同" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-top-width: 0px" alt="海外留学生看两会:出国前后关注点大不同" src="./W020170310313653868929.jpg" oldsrc="W020170310313653868929.jpg" height="269" width="400" /></p>
+ <p align="center">图为马素湘在澳大利亚悉尼游玩时的近影。</p>
+ <p>  <strong>出国前后关注点大不同</strong></p>
+ <p>  <strong>出国前:政治科目会出啥考题?</strong></p>
+ <p>  <strong>出国后:国家未来将如何发展?</strong></p>
+ <p>   在采访中,我们了解到不少学子在出国前就每年守在电脑前观看两会直播。但是,随着年龄和阅历的增长,学子对两会的关注点在出国前后发生了很大的变化。</p>
+ <p>   在法国里昂国立应用科学院留学的卢宇表示,他还是个中学生时,就开始关注两会了。“我高中毕业后就出国留学了。当我还在国内读高中时,对两会的主要关注点落在民生和教育问题上。根据这些内容预测今年政治考点会有哪些变化。”卢宇说,“在国外学习生活了将近10年,我愈发感觉到祖国这些年发生的日新月异的变化;关注点也转移到国家‘一带一路’建设,高端人才引进,中外合作等方面。”</p>
+ <p>   无独有偶,英国剑桥大学的李博灏也有着类似的经历。他表示,在国内读本科时,虽然关注过两会,但并不像现在这样,将关注点放在国家社会经济迫切需要解决的难题与问题上。“出国前更关心与我们学生的实际问题以及切身利益相关的议题,比如奖学金、助学金的发放与申请;相关工作行业就业前景等。”</p>
+ <p>   在英国求学6年后,李博灏希望能够学有所用,为国家发展过程中遇到的难题寻求解决办法。因此随着课题研究的深入,他更加关注国家和社会目前所面临的挑战,比如中等收入陷阱、供给侧改革、创意创新产业的发展等议题。</p>
+ <p>   还有一些学子表示,出国前对两会不太了解,出国后反而对两会热点多了些思考。在澳大利亚墨尔本留学的马素湘说:“想不关注都难啊!刷微博看新闻到处都是两会的消息。而且我现在学的是新闻专业,对世界发生的大小事都会留意。随着年龄、阅历增长,家国情怀也渐长,会关心国家发展的各方面问题。”</p>
+ <p align="center"><img src="./W020170310313654043127.jpg" alt="" oldsrc="W020170310313654043127.jpg" /></p>
+ <p align="center">图为李博灏在瑞士日内日瓦联合国欧洲总部的近影。</p>
+ <p>  <strong>关注点多与所学专业相关</strong></p>
+ <p>  <strong>法学专业热议法定婚龄</strong> <strong>很多人关心供给侧改革</strong></p>
+ <p>   在谈及对两会的哪些话题比较感兴趣时,卢宇表示:“近几年,国内雾霾现象时有发生。而我本身是学习能源环境专业的,所以每年都对两会上政府工作报告和代表提案中有关环保和新能源政策的部分很感兴趣。今年两会提案中有几份关于大力发展清洁能源汽车的。我认为这对节能减排和防治雾霾都有积极作用,但也要注意加强电池和电动机等关键技术的研发。”</p>
+ <p>   对此提案,卢宇有着自己的看法,“百花齐放的局面固然可喜,但也不能一哄而上,国家应该提高行业准入门槛,完善新能源汽车准入管理规则,从源头上进行制度创新,将一些不具备新能源汽车生产资质的厂家淘汰出局,并高度关注电池系统安全问题,严格执行充电桩生产的国际标准。”</p>
+ <p>   马素湘表示,“出国读研之前,我在国内学习法学,因此对相关的问题比较感兴趣。今年两会上人大代表黄细花提出把法定婚龄降低到18岁的提案;而在微博的热搜榜上,一本儿童性教育读物引起了极大的争议。我认为降低婚龄并不适合我国国情。因为性教育的缺乏导致我国大部分人在18岁之前没有接受过完整的性教育,思想行动上也不够成熟,如何能够对自己的人生和自己的另一半负责?所以我希望能有人大代表提议在国民儿童阶段完善我国的性教育,而不是为了鼓励生育将法定婚龄提前。”</p>
+ <p>   李博灏是英国剑桥大学制造业研究所创新设计管理中心的一名博士。他格外关注的话题是供给侧结构性改革,知识产权保护,消费升级等议题。“我的博士研究课题是关于推动创新设计密集型产业的发展从而帮助中等收入国家克服中等收入陷阱的探索,因此一直十分关注国内关于供给侧改革的相关议题。通过本届两会对于该议题的进一步关注,我希望可以有效地帮助我了解供给侧改革与中等收入陷阱问题目前的发展状况以及解决情况;也希望可以与更多的机构取得联系,并帮助他们了解该议题最前沿的研究与解决方案。”</p>
+ <p align="center"><img src="./W020170310313654453091.jpg" alt="" oldsrc="W020170310313654453091.jpg" /></p>
+ <p align="center">图为卢宇与祖国五星红旗和联合国会旗的合影。</p>
+ <p>  <strong> 两会成为了解国情的窗口</strong></p>
+ <p>  <strong> 盼准确把握国家发展需求 愿寻求机遇回国有所作为</strong></p>
+ <p>   不少学子时刻关注着国内动态,寻找回国发展的契机,而两会正是一个提供最新最全面信息的窗口。</p>
+ <p>   “对两会的关注使我能够准确把握国家目前迫切需要解决的难题,从而使我的研究具有更多的社会价值。把理论和现实结合起来,将学到的知识、理念与技术有效地融入到国家社会经济发展的实践中去,为国家和社会解决这些问题提供理论与实践依据。”李博灏说。</p>
+ <p>   知识产权也是近些年来两会的热门话题。在李博灏看来,知识产权是经济可持续增长和创意创新产业发展的灵魂所在。完善的、与国际接轨的知识产权保护法能够很好地促进国民经济的发展。“如何将欧洲和英国先进的知识产权以及创意产业保护发展经验带回祖国,帮助我们国家推动创意创新驱动的经济发展一直是我在关注与思考的。因此我也会十分关注两会关于国内知识产权的保护,知识产权综合管理改革试点工作,知识产权国际合作,知识产权大数据等的发展现状等问题。”</p>
+ <p>   在两会上,全国政协委员张近东提出“当前中国经济的发展正在从数量型向质量型转变,消费升级将成为企业新一轮创新发展的动力。”对此,李博灏认为这也是他关注的问题。他认为:“在消费市场持续扩大的大环境下,如何能够通过促进创新设计产业的发展以及消费品品质的提升,推动国内消费增长并促进其在可持续经济增长中的作用,是一个迫切需要解决的问题。在当前供给侧改革的大环境下,消费升级的重要性越发突显。”</p>
+ <p>   作为两会的资深粉,卢宇聊起两会话题充满了期待。“今年是国家‘十三五’规划的关键时期,‘一带一路’建设也在如火如荼地进行中。作为一名中国留学生,我一直都关注着能在哪些领域为国家、为中外合作共赢做出贡献。‘大众创业、万众创新’提出有几年了。全国各省市在吸引留学人才归国创业就业方面纷纷提出了各种优惠政策,但目前大都集中在沿海发达省份,而且主要惠及理工科博士,政策覆盖面还不够广。期待从国家层面设立工作组加强留学人才的统筹协调,完善顶层设计。人文社科类留学人才是未来国家智库的重要后备力量,也应该适当加强对他们的政策鼓励,更好地服务于‘一带一路’国家战略。”</p>
+ <p>   卢宇还认为两会应该增设学子代表,列席旁听两会,拓展留学生参政议政渠道。“我相信优秀留学生的国际化视野必将为家乡建设带来新的思路,增添新的活力。”卢宇恳切地说。</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="rdwz">
+ <!--{if ($source_title)}-->
+ <div class="rdwz_nav"></div>
+ <!--{/if}-->
+ <div class="rdwz_fh"><span id="editor_baidu">责任编辑:崔宁宁</span></div>
+ <div class="rdwz_fh"><span><a href="http://www.youth.cn">返回首页&gt;&gt;</a></span><span><wb:follow-button uid="2748597475" type="red_3"></wb:follow-button></span><span><div class="bdsharebuttonbox bdshare-button-style0-16" data-bd-bind="1489397816999"><a href="#" class="bds_more" data-cmd="more"></a><a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a><a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a><a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博"></a><a href="#" class="bds_renren" data-cmd="renren" title="分享到人人网"></a><a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a></div>
+<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='//bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script></span></div>
+
+ <!--分页-->
+ <div class="laiyuan" style="width:auto; line-height:70px; text-align:center; margin:0 auto; padding:0; font-size:14px;" align="center">
+ <script language="JavaScript">
+ & lt;
+ !--
+ function createPageHTML(_nPageCount, _nCurrIndex, _sPageName, _sPageExt) {
+ if (_nPageCount == null || _nPageCount & lt; = 1 || _nCurrIndex & lt; 0 || _nCurrIndex & gt; = _nPageCount) {
+ return;
+ }
+ //var fyn;
+ var nStep = 5
+ var nCurrIndex = _nCurrIndex + 1; //修正当前页从1开始
+ //首页和上一页的代码
+ document.write('&lt;font style="font-size:14px; color:#000000"&gt;共【&lt;/font&gt;&lt;font color="#FF0000"&gt;');
+ document.write(_nPageCount);
+ document.write('&lt;/font&gt;');
+ document.write('&lt;font style="font-size:14px; color:#000000"&gt;】页&lt;/font&gt;&amp;nbsp;');
+
+
+
+ if (nCurrIndex == 1) {
+ document.write('首 页&amp;nbsp;&amp;nbsp;');
+ document.write('上一页&amp;nbsp;&amp;nbsp;');
+ } else {
+ document.write('&lt;a href="' + _sPageName + '.' + _sPageExt + '" target=_top&gt;首 页&lt;/a&gt;&amp;nbsp;');
+ }
+ if (nCurrIndex == 2) document.write('&lt;a href="' + _sPageName + '.' + _sPageExt + '" target=_top&gt;上一页&lt;/a&gt;&amp;nbsp;&amp;nbsp;');
+ if (nCurrIndex & gt; = 3) document.write('&lt;a href="' + _sPageName + '_' + (nCurrIndex - 2) + '.' + _sPageExt + '" target=_top&gt;上一页&lt;/a&gt;&amp;nbsp;&amp;nbsp;');
+
+ //首页和上一页的代码
+
+
+ if (_nPageCount & lt; = nStep) { //_nPageCount小于等于显示限制的情况
+ if (nCurrIndex == 1)
+ document.write('&lt;font class=\'page_current\'&gt;' + 1 + '&lt;/font&gt;&amp;nbsp;');
+ else
+ document.write('&lt;a href="' + _sPageName + '.' + _sPageExt + '" class=page_sytle target=_top&gt;1&lt;/a&gt;&amp;nbsp;');
+ for (var i = 2; i & lt; = _nPageCount; i++) {
+ if (nCurrIndex == i)
+ document.write('&lt;font class=\'page_current\'&gt;' + i + '&lt;/font&gt;&amp;nbsp;');
+ else
+ document.write('&lt;a href="' + _sPageName + '_' + (i - 1) + '.' + _sPageExt + '" class=page_sytle target=_top&gt;' + i + '&lt;/a&gt;&amp;nbsp;');
+ }
+ //_nPageCount小于等于显示限制的情况
+ } else {
+ //下面这个IF是判断是小于步长的一半的情况的;
+ if (nCurrIndex & lt; Math.ceil(nStep / 2)) {
+ if (nCurrIndex == 1)
+ document.write('&lt;font class=\'page_current\'&gt;' + 1 + '&lt;/font&gt;&amp;nbsp;');
+ else
+ document.write('&lt;a href="' + _sPageName + '.' + _sPageExt + '" class=page_sytle target=_top&gt;1&lt;/a&gt;&amp;nbsp;');
+ for (i = 2; i & lt; = nStep; i++) {
+ if (nCurrIndex == i)
+ document.write('&lt;font class=\'page_current\'&gt;' + i + '&lt;/font&gt;&amp;nbsp;');
+ else
+ document.write('&lt;a href="' + _sPageName + '_' + (i - 1) + '.' + _sPageExt + '" class=page_sytle target=_top&gt;' + i + '&lt;/a&gt;&amp;nbsp;');
+ }
+ } else {
+ st = Math.ceil(nCurrIndex - nStep / 2);
+ ed = Math.ceil(nCurrIndex + nStep / 2);
+ if (nCurrIndex & gt; _nPageCount - nStep / 2) {
+ st = _nPageCount - nStep + 1;
+ ed = _nPageCount + 1;
+ }
+ for (i = st; i & lt; ed; i++) {
+ if (i & gt; 0 & amp; & amp; i & lt; = _nPageCount) {
+ if (i == nCurrIndex)
+ document.write('&lt;font class=\'page_current\'&gt;' + i + '&lt;/font&gt;&amp;nbsp;&amp;nbsp;');
+ else {
+ pn = '_' + (i - 1);
+ if (i - 1 == 0) pn = '';
+ document.write('&lt;a href="' + _sPageName + pn + '.' + _sPageExt + '" class=page_sytle target=_top&gt;' + i + '&lt;/a&gt;&amp;nbsp;&amp;nbsp;');
+ }
+ }
+ }
+ }
+ }
+
+ //下一页和末页的设置
+ if (nCurrIndex & lt; _nPageCount) {
+ document.write('&lt;a href="' + _sPageName + '_' + nCurrIndex + '.' + _sPageExt + '" target=_top&gt;下一页&lt;/a&gt;&amp;nbsp;&amp;nbsp;');
+ document.write('&lt;a href="' + _sPageName + '_' + (_nPageCount - 1) + '.' + _sPageExt + '" target=_top&gt;末 页&lt;/a&gt;&amp;nbsp;&amp;nbsp;');
+ } else {
+ document.write('下一页&amp;nbsp;&amp;nbsp;');
+ document.write('末 页');
+ }
+ //下一页和末页的设置
+ }
+ //函数结束符
+ //WCM置标
+
+ createPageHTML(1, 0, "t20170310_9260562", "htm");
+
+ //--&gt;
+ </script>
+ </div>
+ <script type="text/javascript">
+ //判断分页有无,及其上下页的url
+ var global_fenye = {
+ has: false,
+ l: "#",
+ r: "#"
+ }
+ //two专用初始化函数
+ function init_fenye() {
+ /*通过div 的class = laiyuan 来找到这个分页的层,然后根据"上一页"、"下一页"字样来获得上下页的链接*/
+ var ldy_divs = document.getElementsByTagName("div");
+ var ldy_thediv = null;
+ for (var i = ldy_divs.length - 1; i & gt; - 1; i--) {
+ if (ldy_divs[i].className == "laiyuan") {
+ ldy_thediv = ldy_divs[i];
+ break;
+ }
+ }
+ if (ldy_thediv) {
+ var ldy_as = ldy_thediv.getElementsByTagName("a");
+ for (var i = 0; i & lt; ldy_as.length; i++) {
+ if (ldy_as[i].innerHTML == "上一页") {
+ global_fenye.l = ldy_as[i].href;
+ global_fenye.has = true;
+ }
+ if (ldy_as[i].innerHTML == "下一页") {
+ global_fenye.r = ldy_as[i].href;
+ global_fenye.has = true;
+ }
+ }
+ }
+ }
+
+ //全局变量:记录所选中的那个图片的一些参数
+ var global_jump_img = {
+ w: 0,
+ h: 0,
+ x: 0,
+ y: 0,
+ t: 0,
+ l: 0,
+ is_left: false,
+ where: 0, //0为图片外,1为图片左半边,2为图片右半边
+ needset: true,
+ hasup: false,
+ hasdown: false,
+ isFF: false,
+ lkup: "",
+ lkdown: "",
+ dm: null
+ }
+ //全局变量:鼠标跟随层的位置
+ var global_mouse_div = {
+ w: 0,
+ h: 0,
+ x: 0,
+ y: 0,
+ t: 0,
+ l: 0,
+ lock: false,
+ isshow: false,
+ iel: "&amp;nbsp;&amp;nbsp;上一页 &amp;lt;&amp;lt;",
+ ier: "&amp;nbsp;&amp;nbsp;&amp;gt;&amp;gt; 下一页",
+ ffl: "上一页 &amp;lt;&amp;lt;&amp;lt;&amp;lt;",
+ ffr: "&amp;gt;&amp;gt;&amp;gt;&amp;gt; 下一页"
+ }
+ //初始化鼠标跟随层的位置
+ function init_global_mouse_div() {
+ if (!global_mouse_div.lock) {
+ var dmdiv = document.getElementById("mouse_move_div_ldy");
+ if (dmdiv) {
+ var xyxy = getBoundingClientRect2(dmdiv);
+ global_mouse_div.x = parseInt(xyxy.left);
+ global_mouse_div.y = parseInt(xyxy.top);
+ global_mouse_div.w = parseInt(dmdiv.width);
+ global_mouse_div.h = parseInt(dmdiv.height);
+ }
+ }
+ //定位层的数据
+
+ var dmdiv2 = document.getElementById("mouse_move_div_ldy2");
+ if (dmdiv2) {
+ global_mouse_div.t = parseInt(getElementTop2(dmdiv2));
+ global_mouse_div.l = parseInt(getElementLeft2(dmdiv2));
+ }
+ //document.title = "x:" +global_mouse_div.x+ " y:" +global_mouse_div.y+ " l:" +global_mouse_div.l+ " t:" + global_mouse_div.t;
+ }
+ //设置鼠标跟随层
+ function set_global_mouse_div(top, left, isff, isleft) {
+ var dmdiv = document.getElementById("mouse_move_div_ldy");
+ if (dmdiv) {
+ global_mouse_div.lock = true;
+ if (global_mouse_div.isshow) {
+ dmdiv.style.display = "block";
+ } else {
+ dmdiv.style.display = "none";
+ }
+ if (isff) {
+ if (isleft) {
+ dmdiv.innerHTML = global_mouse_div.ffl;
+ } else {
+ dmdiv.innerHTML = global_mouse_div.ffr;
+ }
+ } else {
+ if (isleft) {
+ dmdiv.innerHTML = global_mouse_div.iel;
+ } else {
+ dmdiv.innerHTML = global_mouse_div.ier;
+ }
+ }
+ if (isleft) {
+ top = top + 2;
+ left = left - 80 - 10; //这里的80是div的宽度,若修改宽度,需要跟着修改
+ dmdiv.style.top = top + "px";
+ dmdiv.style.left = left + "px";
+ } else {
+ top = top + 2;
+ left = left + 25;
+ dmdiv.style.top = top + "px";
+ dmdiv.style.left = left + "px";
+ }
+ }
+ }
+ //初始化鼠标跟随层、预加载右侧图标
+ function init_runNav_pic_div_ldy() {
+ var str = "";
+ str += '&lt;div id="mouse_move_div_ldy" style="position:absolute; display:none; top:0px; left:0px; width:80px; height:22px; overflow:hidden; border:1px solid #113c8c; background-color:#FFF; color:#000; line-height:22px;"&gt;下一页&lt;/div&gt;';
+ str += '&lt;div id="mouse_move_div_ldy2" style="position:absolute; display:none; top:0px; left:0px; width:80px; height:22px; overflow:hidden; border:1px solid #113c8c; background-color:#FFF; color:#000; line-height:22px;"&gt;定位用&lt;/div&gt;';
+ //str += '&lt;div style="width:200px; height:200px; overflow:hidden;"&gt;&lt;img src="http://picture.youth.cn/images/ina_left.cur" /&gt;&lt;img src="http://picture.youth.cn/images/ina_right.cur" /&gt;&lt;/div&gt;';
+ //alert(str);
+ document.write(str);
+ }
+ //222获取元素距页面顶部偏移量
+ function getElementTop2(element) {
+ var actualTop = element.offsetTop;
+ var current = element.offsetParent;
+ while (current !== null) {
+ actualTop += current.offsetTop;
+ current = current.offsetParent;
+ }
+ return actualTop;
+ }
+ //222获取元素距页面左侧偏移量
+ function getElementLeft2(element) {
+ var actualLeft = element.offsetLeft;
+ var current = element.offsetParent;
+ while (current !== null) {
+ actualLeft += current.offsetLeft;
+ current = current.offsetParent;
+ }
+ return actualLeft;
+ }
+ //222兼容所有浏览器,取得元素矩阵,返回元素左上角坐标距视窗口的left,top,right,bottom值
+ function getBoundingClientRect2(element) {
+ var scrollTop = document.documentElement.scrollTop;
+ var scrollLeft = document.documentElement.scrollLeft;
+ if (element.getBoundingClientRect) {
+ if (typeof arguments.callee.offset != "number") {
+ var temp = document.createElement("div");
+ temp.style.cssText = "position:absolute;left:0;top:0;";
+ document.body.appendChild(temp);
+ arguments.callee.offset = -temp.getBoundingClientRect().top - scrollTop;
+ document.body.removeChild(temp);
+ temp = null;
+ }
+ var rect = element.getBoundingClientRect();
+ var offset = arguments.callee.offset;
+ return {
+ left: rect.left + offset,
+ right: rect.right + offset,
+ top: rect.top + offset,
+ bottom: rect.bottom + offset
+ };
+ } else {
+ var actualLeft = getElementLeft(element);
+ var actualTop = getElementTop(element);
+ return {
+ left: actualLeft - scrollLeft,
+ right: actualLeft + element.offsetWidth - scrollLeft,
+ top: actualTop - scrollTop,
+ bottom: actualTop + element.offsetHeight - scrollTop
+ }
+ }
+ }
+ //鼠标移动到图片上时,初始化
+ function runNav_picidldyzxy_init() {
+ var dom_article = document.getElementById("articleText");
+ if (dom_article) {
+ var dom_all_img = dom_article.getElementsByTagName("img");
+ var dom_last_index = parseInt(dom_all_img.length) - 1;
+ if (dom_last_index & gt; - 1) {
+ var dom_last = dom_all_img[dom_last_index];
+ var xyxy = getBoundingClientRect2(dom_last);
+ global_jump_img.x = parseInt(xyxy.left);
+ global_jump_img.y = parseInt(xyxy.top);
+ global_jump_img.w = parseInt(dom_last.width);
+ global_jump_img.h = parseInt(dom_last.height);
+ global_jump_img.t = parseInt(getElementTop2(dom_last));
+ global_jump_img.l = parseInt(getElementLeft2(dom_last));
+ }
+ }
+ //document.title = "x:" +global_jump_img.x+ " y:" +global_jump_img.y+ " l:" +global_jump_img.l+ " t:" + global_jump_img.t;
+ }
+ //设置图片,点击查看下一页
+ function runNav_picidldyzxy() {
+
+ //判断浏览器种类
+ var Sys = {};
+ var ua = navigator.userAgent.toLowerCase();
+ var s;
+ (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1]:
+ (s = ua.match(/firefox\/([\d.]+)/)) ? Sys.firefox = s[1] :
+ (s = ua.match(/chrome\/([\d.]+)/)) ? Sys.chrome = s[1] :
+ (s = ua.match(/opera.([\d.]+)/)) ? Sys.opera = s[1] :
+ (s = ua.match(/version\/([\d.]+).*safari/)) ? Sys.safari = s[1] : 0;
+
+ var isFF = false;
+ if (Sys.firefox) {
+ isFF = true;
+ global_jump_img.isFF = true;
+ }
+
+ //有上一页时
+ if (global_fenye.l != "#") {
+ global_jump_img.lkup = global_fenye.l;
+ global_jump_img.hasup = true;
+ } else {
+ global_jump_img.lkup = "#";
+ global_jump_img.hasup = false;
+ }
+ //有下一页时
+ if (global_fenye.r != "#") {
+ global_jump_img.lkdown = global_fenye.r;
+ global_jump_img.hasdown = true;
+ } else {
+ global_jump_img.lkdown = "#";
+ global_jump_img.hasdown = false;
+ }
+ //添加img的事件
+ var dom_article = document.getElementById("articleText");
+ if (dom_article) {
+ var dom_all_img = dom_article.getElementsByTagName("img");
+ var dom_last_index = parseInt(dom_all_img.length) - 1;
+ if (dom_last_index & gt; - 1) {
+ var dom_last = dom_all_img[dom_last_index];
+ runNav_picidldyzxy_init(); //不知道为啥,有这句,才能兼容火狐
+ init_global_mouse_div();
+ //绑定事件
+ dom_last.onmouseover = function() {
+ runNav_picidldyzxy_init();
+ init_global_mouse_div();
+ global_mouse_div.isshow = true;
+ }
+ dom_last.onmouseout = function() {
+ global_mouse_div.isshow = false;
+ set_global_mouse_div(0, 0, false, false); //隐藏
+ global_jump_img.where = 0;
+ }
+ dom_last.onclick = function() {
+ if (global_jump_img.is_left) {
+ if (global_jump_img.hasup) {
+ window.location.href = global_jump_img.lkup;
+ } else { /*alert("是第一页,没有上一页");*/
+ window.location.href = "http://edu.youth.cn";
+ }
+ } else {
+ if (global_jump_img.hasdown) {
+ window.location.href = global_jump_img.lkdown;
+ } else { /*alert("已经是最后一页,没有下一页");*/
+ document.getElementById("zf").style.display = "block";
+ }
+ }
+ }
+ dom_last.onmousemove = function() {
+ //var menu_x = event.x ? event.x : event.pageX;
+ //var menu_y = event.y ? event.y : event.pageY;
+ var menu_x = event.clientX;
+ var menu_y = event.clientY;
+ //计算跟随层的位置
+ var div_l = menu_x - global_jump_img.x + global_jump_img.l - global_mouse_div.l;
+ var div_t = menu_y - global_jump_img.y + global_jump_img.t - global_mouse_div.t;
+ //document.title = "" +menu_y +" "+ global_jump_img.y +" "+ global_jump_img.t +" "+ global_mouse_div.t;
+ var whereold = global_jump_img.where;
+ //判断左半边还是右半边
+ if (parseInt(menu_x) & lt; global_jump_img.w / 2 + global_jump_img.x) {
+ global_jump_img.is_left = true;
+ global_jump_img.where = 1;
+ } else {
+ global_jump_img.is_left = false;
+ global_jump_img.where = 2;
+ }
+
+ //如果位置发生变化,需要设置鼠标
+ if (whereold != global_jump_img.where) {
+ global_jump_img.needset = true;
+ }
+
+ //设置鼠标
+ if (global_jump_img.needset) {
+ if (global_jump_img.isFF) {
+ dom_last.style.cursor = "pointer";
+ } else {
+ if (global_jump_img.is_left) {
+ dom_last.style.cursor = "url('http://www.ce.cn/inc/dd_mouse_left.cur')";
+ } else {
+ dom_last.style.cursor = "url('http://www.ce.cn/inc/dd_mouse_right.cur')";
+ }
+ }
+ global_jump_img.needset = false;
+ }
+
+ //设置跟随
+ set_global_mouse_div(div_t, div_l, global_jump_img.isFF, global_jump_img.is_left);
+ //document.title = "w:" +global_jump_img.w+" x:"+global_jump_img.x+" y:"+global_jump_img.y+" 哈"+ menu_x+"左:" +global_jump_img.is_left;
+
+ }
+ }
+ }
+
+ }
+ //兼容火狐所用的加载event对象
+ function loadEvent() {
+ if (!document.all) {
+ window.constructor.prototype
+ .__defineGetter__(
+ "event",
+ function() {
+ var func = arguments.callee.caller;
+ while (func != null) {
+ var arg0 = func.arguments[0];
+ if (arg0 &
+ amp; & amp;
+ (arg0.constructor == Event || arg0.constructor == MouseEvent)) {
+ return arg0;
+ }
+ func = func.caller;
+ }
+ return null;
+ });
+ }
+ }
+ //开始
+ init_fenye(); //先初始化
+ if (global_fenye.has) {
+ loadEvent(); //兼容火狐所用的加载event对象
+ init_runNav_pic_div_ldy();
+ runNav_picidldyzxy();
+ //绑定滚动条事件,维持定位准确
+ if (document.all) {
+ window.attachEvent("onscroll", runNav_picidldyzxy_init);
+ } else {
+ window.addEventListener('scroll', function() {
+ runNav_picidldyzxy_init();
+ }, true);
+ }
+ if (document.all) {
+ window.attachEvent("onscroll", init_global_mouse_div);
+ } else {
+ window.addEventListener('scroll', function() {
+ init_global_mouse_div();
+ }, true);
+ }
+ }
+ //设置推荐窗口位置
+ //$(document).load(function() {
+ var zf_left = (Math.floor(($('#articleText').width() - $('#zf').width()) / 2) + $('#articleText').offset().left) + 'px';
+ var img1_h = $('#articleText').find('img')[0].height;
+ var zf_top = Math.floor((img1_h - 250) / 2 + $('#articleText').offset().top) + 'px';
+ $('#zf').css('top', zf_top);
+ $('#zf').css('left', zf_left);
+ $('#zf').css('right', zf_left);
+ // });
+ </script>
+ <!--分页-->
+ <div style="clear:both;"></div>
+ </div>
+ <!--content end-->
+
+ <!--1809-->
+ <!-- 公共三级页 左下猜你喜欢1&AD(拷贝) -->
+ <div style="float: left; margin: 10px 10px 10px 0px; display: none;" id="article_ad0">
+ <script type="text/javascript">
+ var sti;
+ var resize = function(temp, ad) {
+ var timer, count = 0,
+ limit = 50;
+ timer = setInterval(function() {
+ var tempOffset = temp.offset();
+ var adOffset = ad.offset();
+
+ count += 1;
+ ad.css({
+ left: tempOffset.left,
+ top: tempOffset.top
+ });
+ if (count & gt; = limit || adOffset.top === tempOffset.top) {
+ clearInterval(timer)
+ }
+ }, 100);
+ };
+
+ function check_show(container, caid, order) {
+ var ad = $('#' + caid);
+ var offset;
+ var temp = $('&lt;div&gt;').css({
+ 'float': 'left',
+ width: ad.width(),
+ height: ad.height(),
+ margin: '10px 10px 10px 0'
+ });
+ if (ad.height() & gt; 10) {
+ $("#" + container + " p").eq(order).after(temp);
+ offset = temp.offset();
+ ad.css({
+ position: 'absolute',
+ left: offset.left,
+ top: offset.top
+ }).show();
+ resize(temp, ad);
+ clearInterval(sti);
+ }
+ }
+
+ function weneiAd(container, aid) {
+ var p = $("#" + container).find("p").size();
+ var img = $("#" + container).find("img").size();
+ var caid = 'article_ad0';
+ var order = 0;
+ if (img & gt; 1 & amp; & amp; p & lt; = 3) {} else if (img == 1 & amp; & amp; p & gt; 3) {
+ order = 1;
+ } else if (img == 0 & amp; & amp; p & gt; 3) {
+ order = 1;
+ } else if (img & gt; 1 & amp; & amp; p & gt; 5) {
+ order = 4;
+ }
+ if (order & gt; 0) {
+ //document.write("&lt;div style=\"float:left;margin:10px 10px 10px 0;display:none\" id=\""+caid+"\"&gt;");
+ // document.write("&lt;!-- AdSame ShowCode: 中国青年网 / 信息页文内画中画 Begin --&gt;");
+ // document.write("&lt;script type='text/javascript' src='http://publish.ad.youth.cn/s?z=youth&amp;c="+aid+"' charset='gbk'&gt;&lt;\/script&gt;");
+ // document.write("&lt;!-- AdSame ShowCode: 中国青年网 / 信息页文内画中画 End --&gt;");
+ //document.write("&lt;\/div&gt;");
+ //document.write("&lt;div style='clear:both'&gt;&lt;\/div&gt;");
+ sti = setInterval(function() {
+ check_show(container, caid, order);
+ }, 500);
+ }
+ }
+ weneiAd('container', 433);
+ </script>
+ </div>
+ <div style="clear:both"></div>
+ <!--1809-->
+ <!--keywords sta-->
+ <ul class="tj2_1">
+
+ <li><a href="../201701/t20170103_9005167.htm">49990名大学生获2015—2016国家奖学金</a></li>
+
+ <li><a href="../201701/t20170119_9050160.htm">国家开放大学2016年度十大新闻权威发布</a></li>
+
+ <li><a href="../201612/t20161219_8963724.htm">9岁跨性别儿童登上《国家地理》:4岁起称自...</a></li>
+
+ <li><a href="../201611/t20161130_8898999.htm">江苏最大规模作弊案27人获刑 涉案考生达50...</a></li>
+
+ <li><a href="../201612/t20161212_8938628.htm">教育部:中国教育对外交流走上“快车道”</a></li>
+
+ <li><a href="./t20170302_9200166.htm">教育部:中国成为世界最大的留学输出国</a></li>
+
+ </ul>
+ <div class="clear"></div>
+ <!--keywords end-->
+
+ <!--1810-->
+ <!-- 公共三级页 左下猜你喜欢2&AD&评论(拷贝) -->
+ <div style="padding-bottom:10px; border:1px solid #ccc;text-align:center;float:left;">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏1 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=751" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏1 End -->
+ </div>
+ <!--2378-->
+ <script type="text/javascript">
+ cache_time = 1000 * 60 * 5;
+ query = Math.floor(Date.parse(new Date()) / cache_time);
+ document.write('&lt;script type="text/javascript" src="//d.youth.cn/qwtf2015/qwtf_js.js?' + query + '" charset="gbk"&gt;&lt;\/script&gt;');
+ </script>
+ <script type="text/javascript" src="//d.youth.cn/qwtf2015/qwtf_js.js?4964659" charset="gbk"></script>
+
+ <!--div class="tj2" style="display:block;">
+<div class="tj2_nav"><strong>猜你喜欢</strong></div>
+<ul class="tj2_pic" id="lb-cnxh1">
+<script>get_cnxhnews_byref();</script>
+</ul>
+</div>
+<div class="clear"></div-->
+ <!--2378-->
+ <div class="clear"></div>
+
+ <div style="padding-top:10px;text-align: center;">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏2 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=439" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏2 End -->
+ </div>
+ <!--2381-->
+
+ <div style="text-align:center">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏3 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=752" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏3 End -->
+ </div>
+
+
+ <!--评论-->
+ <div style="margin-top:10px">
+ <div class="box" id="show_ucomments"></div>
+ <div id="SOHUCS" sid="c9260562">
+ <div id="SOHU_MAIN">
+ <div node-type="cy-collection-btn" class="cy-collection-btn"><i></i><span>收藏文章</span></div>
+ <div class="module-cmt-header">
+ <div class="cy-hidden">
+ <button id="jump-to-kz"></button>
+ </div>
+ <div class="clear-g section-title-w">
+ <div class="title-user-w">
+ <div node-type="user" class="clear-g user-wrap-w">
+ <span node-type="user-name" class="wrap-name-w"></span>
+ </div>
+ </div>
+ </div>
+ <div class="section-cbox-w">
+ <div class="cbox-block-w clear-g">
+ <div node-type="block-head-w" class="block-head-w">
+ <div node-type="avatar" class="head-img-w">
+ <a href="javascript:void(0);">
+ <img node-type="user-head" src="https://changyan.sohu.com/upload/asset/scs/images/pic/pic42_null.gif" alt="" height="42" width="42" />
+ <div node-type="head-img-ie-mask" class="head-img-ie-mask"></div>
+ </a>
+ <div node-type="notice-node" style="display: none" class="cy-avatar-notice-node"></div>
+ </div>
+ <div node-type="header-login" class="header-login">登录</div>
+ <div class="cy-to-shequ-head">
+ <span>我的社区</span>
+ </div>
+ <div node-type="cy-hot-words" class="cy-hot-words"></div>
+ </div>
+ <div node-type="login-select" class="block-post-w">
+ <!-- 放置cbox初始状态 -->
+ <div class="module-cmt-box">
+ <!-- 展开状态 -->
+ <div class="post-wrap-w">
+ <div class="post-wrap-border-l"></div>
+ <div class="post-wrap-border-r"></div>
+ <div node-type="post-wrap-main" class="post-wrap-main">
+ <div class="post-wrap-border-t">
+ <div node-type="post-wrap-border-t-l" class="post-wrap-border-t-l"></div>
+ <div node-type="post-wrap-border-t-r" class="post-wrap-border-t-r"></div>
+ </div>
+ <div class="wrap-area-w">
+ <div class="area-textarea-w">
+ <textarea node-type="textarea" name="" class="textarea-fw textarea-bf">有事没事说两句...</textarea>
+ </div>
+ </div>
+ </div>
+ <div class="clear-g wrap-action-w">
+ <div class="action-function-w">
+ <ul class="clear-g">
+ <li node-type="function-face" class="function-face-w">
+ <a class="effect-w" href="javascript:void(0)">
+ <i class="face-b"></i>
+ </a>
+ </li>
+ <li node-type="function-uploading" class="function-uploading-w" style="display: none;">
+ <a class="effect-w" href="javascript:void(0)" title="上传图片">
+ <i class="uploading-b"></i>
+ </a>
+ <div class="uploading-file-w">
+ <a href="javascript:void(0);" name="" class="file-fw"></a>
+ </div>
+ <form style="display: none;"><input name="file" accept="image/jpg,image/jpeg,image/png" type="file" /></form>
+ </li>
+ </ul>
+ <!-- 表情 -->
+ <div node-type="face-box" class="face-wrapper-dw">
+ <div node-type="face-cont" class="wrapper-cont-dw">
+ <ul class="clear-g">
+ <li>
+ <span title="流汗" data_path="base" data-ubb="/流汗" class="face-item face_01"></span>
+ </li>
+ <li>
+ <span title="钱" data_path="base" data-ubb="/钱" class="face-item face_02"></span>
+ </li>
+ <li>
+ <span title="发怒" data_path="base" data-ubb="/发怒" class="face-item face_03"></span>
+ </li>
+ <li>
+ <span title="浮云" data_path="base" data-ubb="/浮云" class="face-item face_04"></span>
+ </li>
+ <li>
+ <span title="给力" data_path="base" data-ubb="/给力" class="face-item face_05"></span>
+ </li>
+ <li>
+ <span title="大哭" data_path="base" data-ubb="/大哭" class="face-item face_06"></span>
+ </li>
+ <li>
+ <span title="憨笑" data_path="base" data-ubb="/憨笑" class="face-item face_07"></span>
+ </li>
+ <li>
+ <span title="色" data_path="base" data-ubb="/色" class="face-item face_08"></span>
+ </li>
+ </ul>
+ <ul class="clear-g">
+ <li>
+ <span title="奋斗" data_path="base" data-ubb="/奋斗" class="face-item face_09"></span>
+ </li>
+ <li>
+ <span title="鼓掌" data_path="base" data-ubb="/鼓掌" class="face-item face_10"></span>
+ </li>
+ <li>
+ <span title="鄙视" data_path="base" data-ubb="/鄙视" class="face-item face_11"></span>
+ </li>
+ <li>
+ <span title="可爱" data_path="base" data-ubb="/可爱" class="face-item face_12"></span>
+ </li>
+ <li>
+ <span title="闭嘴" data_path="base" data-ubb="/闭嘴" class="face-item face_13"></span>
+ </li>
+ <li>
+ <span title="疑问" data_path="base" data-ubb="/疑问" class="face-item face_14"></span>
+ </li>
+ <li>
+ <span title="抓狂" data_path="base" data-ubb="/抓狂" class="face-item face_15"></span>
+ </li>
+ <li>
+ <span title="惊讶" data_path="base" data-ubb="/惊讶" class="face-item face_16"></span>
+ </li>
+ </ul>
+ <ul class="clear-g">
+ <li>
+ <span title="可怜" data_path="base" data-ubb="/可怜" class="face-item face_17"></span>
+ </li>
+ <li>
+ <span title="弱" data_path="base" data-ubb="/弱" class="face-item face_18"></span>
+ </li>
+ <li>
+ <span title="强" data_path="base" data-ubb="/强" class="face-item face_19"></span>
+ </li>
+ <li>
+ <span title="握手" data_path="base" data-ubb="/握手" class="face-item face_20"></span>
+ </li>
+ <li>
+ <span title="拳头" data_path="base" data-ubb="/拳头" class="face-item face_21"></span>
+ </li>
+ <li>
+ <span title="酒" data_path="base" data-ubb="/酒" class="face-item face_22"></span>
+ </li>
+ <li>
+ <span title="玫瑰" data_path="base" data-ubb="/玫瑰" class="face-item face_23"></span>
+ </li>
+ <li>
+ <span title="打酱油" data_path="base" data-ubb="/打酱油" class="face-item face_24"></span>
+ </li>
+ </ul>
+ </div>
+ <div node-type="user-face-cont" class="wrapper-user-face-dw nano">
+ <div class="nano-content">
+ <ul class="clear-g">
+ <li class="upload-face-btn"></li>
+ <li class="manage-face-btn"></li>
+ <li class="cancel-face-btn"></li>
+ </ul>
+ </div>
+ </div>
+ <div node-type="face-tab" class="action-face-tab-dw">
+ <ul class="clear-g">
+ <li node-type="official-face" class="official-face-btn active"></li>
+ <li node-type="user-face" class="user-face-btn" style="display: none;"></li>
+ </ul>
+ </div>
+ <div node-type="confirm-box" class="cy-confirm-box">
+ <div class="cy-confirm-text">
+ <span>表情删除后不可恢复,是否删除</span>
+ </div>
+ <div class="cy-confirm-btn-row">
+ <div class="cy-confirm-btn-cancel">取消</div>
+ <div class="cy-confirm-btn-confirm">确定</div>
+ </div>
+ </div>
+ </div>
+ <!-- 上传图片 -->
+ <!-- uploading-efw -->
+ <div node-type="uploading-wrapper" class="uploading-wrapper-dw uploading-efw ">
+ <div class="uploading-wrapper-dw-t"></div>
+ <div class="uploading-wrapper-dw-b"></div>
+ <div node-type="image-uploading" class="wrapper-loading-dw">
+ <div class="loading-word-dw"><span class="word-icon-dw"></span>图片正在上传,请稍后...</div>
+ <div class="loading-btn-dw">
+ <a href="javascript:void(0)">取消上传</a>
+ </div>
+ </div>
+ <div node-type="image-uploaded" class="wrapper-image-dw">
+ <div class="image-close-dw">
+ <a href="javascript:void(0)"></a>
+ </div>
+ <div class="image-pic-dw">
+ <img node-type="image-pic" alt="" src="" />
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="clear-g action-issue-w">
+ <div class="issue-btn-w">
+ <a href="javascript:void(0)">
+ <button node-type="issue" class="btn-fw"></button>
+ </a>
+ </div>
+ <!--
+ <div class="issue-icon-w" node-type="share-icons">
+ </div>
+ -->
+ </div>
+ <div class="cbox-prompt-w" node-type="error-tips">
+ <span node-type="prompt-empty" class="prompt-empty-w">评论内容为空!</span>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- 放置cbox发布状态 -->
+ <!-- 提示条 -->
+ <!-- 零评论提示条 -->
+ <div class="list-comment-empty-w">
+ <div node-type="empty-prompt" class="empty-prompt-w">
+ <span class="prompt-null-w">还没有评论,快来抢沙发吧!</span>
+ </div>
+ </div>
+ <!-- 提示连接到快站社区 -->
+ <!-- <div class="list-comment-kuaizhan-w">
+ <div node-type="kuaizhan-prompt" class="kuaizhan-prompt-w">
+ <span class="prompt-text-w">点击查看更多精彩内容</span>
+ </div>
+ </div> -->
+ <!--关闭评论-->
+ <div class="list-close-comment-w">
+
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- 评论列表 S -->
+ <div node-type="module-cmt-list" class="module-cmt-list section-list-w">
+ <!-- 最新评论 -->
+ <div class="list-block-gw list-newest-w">
+ <div node-type="cmt-list-title" class="block-title-gw" style="display: none;">
+ <ul class="clear-g">
+ <li>
+ <div class="title-name-gw title-name-bg">
+ <div class="title-name-gw-tag"></div>最新评论</div>
+ </li>
+ </ul>
+ </div>
+ <div node-type="cmt-list" id="cy-cmt-list"></div>
+ </div>
+ </div>
+ <!-- 评论列表 E -->
+ <div class="module-cmt-footer">
+ <!-- 评论关闭 -->
+ <div class="list-comment-close-w">
+ <div class="close-wrap-w close-wrap-b">该评论已关闭!</div>
+ </div>
+ <!-- 翻页 -->
+ <div class="section-page-w">
+ </div>
+ <!-- 某站正在使用畅言 -->
+ <div class="section-service-w">
+ <div class="service-wrap-w">
+ <a href="http://changyan.kuaizhan.com/" target="_blank">
+
+ 畅言
+ </a>
+ </div>
+ </div>
+ <div node-type="cy-to-shequ" class="cy-redirect-btn">
+ <span class="cy-redirect-text">去社区看看吧</span><i class="cy-right-arrow"></i>
+ </div>
+ <div node-type="cy-to-hots" class="cy-redirect-btn">
+ <span class="cy-redirect-text">去热评看看吧</span><i class="cy-right-arrow"></i>
+ </div>
+ <div class="cy-to-shequ-float"></div>
+ </div>
+ <div class="module-cmt-notice" style="bottom: 598px;">
+ <ul class="nt-list">
+
+ <li node-type="notice-message" data-alias="message" data-type="message" data-static="static" class="nt-item" style=" display: none ">
+ <div class="nt-logo"></div>
+ <a node-type="notice-content" class="nt-text" href="javascript:void(0);">你收到<i>0</i>条新通知</a>
+ <a class="nt-close" href="javascript:void(0);"></a>
+ </li>
+
+ <li node-type="notice-support" data-alias="support" data-type="support" data-static="static" class="nt-item" style=" display: none ">
+ <div class="nt-logo"></div>
+ <a node-type="notice-content" class="nt-text" href="javascript:void(0);">你有<i>0</i>条评论收到赞同</a>
+ <a class="nt-close" href="javascript:void(0);"></a>
+ </li>
+
+ <li node-type="notice-reply" data-alias="reply" data-type="reply" data-static="static" class="nt-item" style=" display: none ">
+ <div class="nt-logo"></div>
+ <a node-type="notice-content" class="nt-text" href="javascript:void(0);">你有<i>0</i>条新回复</a>
+ <a class="nt-close" href="javascript:void(0);"></a>
+ </li>
+
+ <li node-type="notice-task" data-alias="task" data-type="task" data-static="static" class="nt-item" style=" display: none ">
+ <div class="nt-logo"></div>
+ <a node-type="notice-content" class="nt-text" href="javascript:void(0);">你有<i>0</i>个任务已完成</a>
+ <a class="nt-close" href="javascript:void(0);"></a>
+ </li>
+
+ <li node-type="notice-history" data-alias="history" data-type="history" data-static="static" class="nt-item" style=" display: none ">
+ <div class="nt-logo"></div>
+ <a node-type="notice-content" class="nt-text" href="javascript:void(0);">你收获<i>0</i>个畅言足迹</a>
+ <a class="nt-close" href="javascript:void(0);"></a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <script charset="utf-8" type="text/javascript" src="//changyan.sohu.com/upload/changyan.js"></script>
+ <script type="text/javascript">
+ var topicid = $('#ucomments_id').html();
+ if (topicid == null) {
+ if ($("meta[name='contentid']").attr("content") != null) {
+ topicid = 'c' + $("meta[name='contentid']").attr("content");
+ } else {
+ topicid = 'cl' + $("meta[name='catalogs']").attr("content");
+ }
+ }
+ $('#SOHUCS').attr('sid', topicid);
+ var _config = {
+ categoryId: 'edu.youth.cn'
+ };
+ window.changyan.api.config({
+ appid: 'cyrqcP276',
+ conf: 'prod_a12dadb8024fd2ddc5a86120ebf50c27'
+ });
+ </script>
+ </div>
+ <!--评论 end -->
+ <!--AD-->
+ <div style=" padding:10px 0;text-align:center;">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏4 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=753" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏4 End -->
+ </div>
+ <!--淘宝Start-->
+ <!--<div style=" padding:10px 0;text-align:center;">-->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧图文 Begin -->
+ <!--<script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=440" charset="gbk"></script>-->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧图文 End -->
+ <!--</div>-->
+ <!--淘宝End-->
+
+ <!--1810-->
+
+
+ <div style="padding:10px 0" align="center">
+ <div style="float:left; width:300px;">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧画中画1(原图文) Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=787" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧画中画1(原图文) End -->
+ </div>
+ <div style="float:right; width:300px;">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧画中画2(原图文) Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=788" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧画中画2(原图文) End -->
+ </div>
+ <div class="clear"></div>
+ </div>
+
+ <!--AD-->
+ <div style="padding-top:10px;text-align:center">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏5 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=754" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页左侧通栏5 End -->
+ </div>
+
+ <!--AD-->
+ <!--1811-->
+ </div>
+
+ <!--right start-->
+ <div class="main_r">
+ <!--1073-->
+ <!-- 公共三级页 右侧热图排行(公共) -->
+ <div class="yytj" style="display:block;">
+ <div class="yytj_nav"><span class="bk">热图</span>
+ <p>排行</p>
+ </div>
+ <ul id="rt-wz_rtph">
+ <script type="text/javascript">
+ getnewsbyref("wenzhang");
+ </script>
+ <li>
+ <a onclick="_hmt.push(['_trackEvent', 'FZC_pic_3601', 'click', 'literature'])" href="http://news.d.youth.cn/news/201607/t20160713_8277676.htm" title="这个萌妹纸竟然是个男的"><img src="http://d.youth.cn/qwtf2015/wzy/rtph360/201506/W020160714572680467502.jpg" alt="这个萌妹纸竟然是个男的" height="100" width="140" /></a>
+ <p><a onclick="_hmt.push(['_trackEvent', 'FZC_pic_3601', 'click', 'literature'])" href="http://news.d.youth.cn/news/201607/t20160713_8277676.htm" title="这个萌妹纸竟然是个男的">这个萌妹纸竟然是个男的</a></p>
+ </li>
+ <li>
+ <a onclick="_hmt.push(['_trackEvent', 'FZC_pic_3602', 'click', 'literature'])" href="http://news.d.youth.cn/news/201607/t20160714_8282379.htm" title="95后女孩进联合国实习"><img src="http://d.youth.cn/qwtf2015/wzy/rtph360/201506/W020160714571929707734.jpg" alt="95后女孩进联合国实习" height="100" width="140" /></a>
+ <p><a onclick="_hmt.push(['_trackEvent', 'FZC_pic_3602', 'click', 'literature'])" href="http://news.d.youth.cn/news/201607/t20160714_8282379.htm" title="95后女孩进联合国实习">95后女孩进联合国实习</a></p>
+ </li>
+ <li>
+ <a onclick="_hmt.push(['_trackEvent', 'FZC_pic_3603', 'click', 'literature'])" href="http://news.youth.cn/gj/201607/t20160714_8284254.htm" title="国人镜头下真实菲律宾"><img src="http://d.youth.cn/qwtf2015/wzy/rtph360/201506/W020160715537222104338.jpg" alt="国人镜头下真实菲律宾" height="100" width="140" /></a>
+ <p><a onclick="_hmt.push(['_trackEvent', 'FZC_pic_3603', 'click', 'literature'])" href="http://news.youth.cn/gj/201607/t20160714_8284254.htm" title="国人镜头下真实菲律宾">国人镜头下真实菲律宾</a></p>
+ </li>
+ <li>
+ <a onclick="_hmt.push(['_trackEvent', 'FZC_pic_3604', 'click', 'literature'])" href="http://news.youth.cn/sh/201607/t20160714_8284263.htm" title="实拍变性手术全过程"><img src="http://d.youth.cn/qwtf2015/wzy/rtph360/201506/W020160715538060041700.jpg" alt="实拍变性手术全过程" height="100" width="140" /></a>
+ <p><a onclick="_hmt.push(['_trackEvent', 'FZC_pic_3604', 'click', 'literature'])" href="http://news.youth.cn/sh/201607/t20160714_8284263.htm" title="实拍变性手术全过程">实拍变性手术全过程</a></p>
+ </li>
+ </ul>
+ <div class="clear"></div>
+ </div>
+ <div class="clear"></div>
+ <!--1073-->
+ <!--1812-->
+ <!-- 公共三级页 右侧热图排行(自有)&AD(拷贝) -->
+ <div class="clear"></div>
+ <div class="ad005">
+ <script type="text/javascript">
+ document.write('&lt;a style="display:none!important" id="tanx-a-mm_34618856_4222645_14288433"&gt;&lt;/a&gt;');
+ tanx_s = document.createElement("script");
+ tanx_s.type = "text/javascript";
+ tanx_s.charset = "gbk";
+ tanx_s.id = "tanx-s-mm_34618856_4222645_14288433";
+ tanx_s.async = true;
+ tanx_s.src = "//p.tanx.com/ex?i=mm_34618856_4222645_14288433";
+ tanx_h = document.getElementsByTagName("head")[0];
+ if (tanx_h) tanx_h.insertBefore(tanx_s, tanx_h.firstChild);
+ </script><ins style="display:inline-block;padding:0;margin:0;width:300px;height:250px;*zoom:1;*display:inline; position:relative;" id="tanxssp-outer-conmm_34618856_4222645_14288433"><div id="tanxssp_con_mm_34618856_4222645_14288433" style="overflow:hidden;display:inline-block;position:relative;width:300px;height:250px;*display:inline;*zoom:1;font:12px/1.5 tahoma,'Hiragino Sans GB','microsoft yahei',sans-serif;"><iframe id="tanxssp-tuwen-iframemm_34618856_4222645_14288433" src="https://a1.alicdn.com/creation/html/2016/06/20/creation-245057E3sJ6U0UZ8D-2830683.html?tanxdspv=http%3a%2f%2frdstat.tanx.com%2ftrd%3ff%3d%26k%3da09e279ad7f7a12a%26p%3dmm_34618856_4222645_14288433%26pvid%3d0bfbf7ce000058c66838795200615331%26s%3d300x250%26d%3d0%26t%3d1489397816&amp;pid=mm_34618856_4222645_14288433&amp;tp=5&amp;tsid=0bfbf7ce000058c66838795200615331&amp;pid=mm_34618856_4222645_14288433" style="width:300px;height:250px" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="true" frameborder="0"></iframe><a id="sxmm_34618856_4222645_14288433" href="javascript:;" style="width:20px;height:13px;right:0px;bottom:0px;display:block;position:absolute;cursor:pointer;z-index:250;margin:0;"> <span id="sx1mm_34618856_4222645_14288433" style="float:none;width:20px;display:block;height:13px;"><img src="//atanx.alicdn.com/t/img/TB1tWvVJFXXXXc_aXXXXXXXXXXX-40-26.png" style="width:20px;height:13px;margin:auto;display:block;min-height:13px;" border="0/" /></span><div id="sxtipmm_34618856_4222645_14288433" style="display:none;position:absolute;left:-38px;bottom:13px;"><img src="//atanx.alicdn.com/t/img/TB1upAiJXXXXXa5aXXXXXXXXXXX-116-30.png" style="width:58px;height:15px;margin:auto;display:block;min-height:15px;" border="0" /></div></a></div></ins>
+ <a style="display:none!important" id="tanx-a-mm_34618856_4222645_14288433"></a>
+ </div>
+ <div class="clear"></div>
+ <!--1812-->
+ <!--1813-->
+ <!-- 公共三级页 右侧热点推荐(文)&AD(拷贝) -->
+ <!--2387-->
+ <div class="yytj">
+ <ul style="width:300px;margin-bottom:0px;border-top:1px solid #d3d3d3;">
+ <script type="text/javascript">
+ get_wz_rtph2()
+ </script>
+ <li>
+ <a target="_blank" href="http://news.d.youth.cn/news/201607/t20160714_8282347.htm" onclick="_hmt.push(['_trackEvent', 'hl_3Jyc1', 'click', 'literature'])"><img src="http://d.youth.cn/qwtf2015/wzy/rtph2/201506/W020160714573239657025.jpg" alt="美国孕妇河中分娩走红" height="100" width="140" /></a>
+ <p><a href="http://news.d.youth.cn/news/201607/t20160714_8282347.htm" onclick="_hmt.push(['_trackEvent', 'hl_3Jyc1', 'click', 'literature'])">美国孕妇河中分娩走红</a></p>
+ </li>
+ <li>
+ <a target="_blank" href="http://news.d.youth.cn/news/201607/t20160714_8282337.htm" onclick="_hmt.push(['_trackEvent', 'hl_3Jyc2', 'click', 'literature'])"><img src="http://d.youth.cn/qwtf2015/wzy/rtph2/201506/W020160714573440760368.jpg" alt="抢尽风头的最美伴娘" height="100" width="140" /></a>
+ <p><a href="http://news.d.youth.cn/news/201607/t20160714_8282337.htm" onclick="_hmt.push(['_trackEvent', 'hl_3Jyc2', 'click', 'literature'])">抢尽风头的最美伴娘</a></p>
+ </li>
+ <li>
+ <a target="_blank" href="http://news.d.youth.cn/news/201607/t20160714_8282327.htm" onclick="_hmt.push(['_trackEvent', 'hl_3Jyc3', 'click', 'literature'])"><img src="http://d.youth.cn/qwtf2015/wzy/rtph2/201506/W020160714573625412280.jpg" alt="郑州男子入室盗窃强奸" height="100" width="140" /></a>
+ <p><a href="http://news.d.youth.cn/news/201607/t20160714_8282327.htm" onclick="_hmt.push(['_trackEvent', 'hl_3Jyc3', 'click', 'literature'])">郑州男子入室盗窃强奸</a></p>
+ </li>
+ <li>
+ <a target="_blank" href="http://news.d.youth.cn/news/201607/t20160714_8282329.htm" onclick="_hmt.push(['_trackEvent', 'hl_3Jyc4', 'click', 'literature'])"><img src="http://d.youth.cn/qwtf2015/wzy/rtph2/201506/W020160714573823818109.jpg" alt="湖南飞天山惊现千年悬棺" height="100" width="140" /></a>
+ <p><a href="http://news.d.youth.cn/news/201607/t20160714_8282329.htm" onclick="_hmt.push(['_trackEvent', 'hl_3Jyc4', 'click', 'literature'])">湖南飞天山惊现千年悬棺</a></p>
+ </li>
+ </ul>
+ </div>
+ <div class="clear"></div>
+ <!--2387-->
+ <div class="clear"></div>
+ <div class="yytj1">
+ <div class="yytj1_nav"><span class="bk">热点</span>
+ <p>推荐</p>
+ </div>
+ <ul class="tj3">
+ <li><a href="http://photo.youth.cn/2013/0422/44034.shtml" title="篮球宝贝海边拍比基尼写真 大秀火辣身材">篮球宝贝海边拍比基尼写真 大秀火辣...</a></li>
+ <li><a href="http://photo.youth.cn/2013/0422/44033.shtml" title="篮球寄托希望!灾难后,用体育抚慰伤口">篮球寄托希望!灾难后,用体育抚慰伤口</a></li>
+ <li><a href="http://school.youth.cn/photo/sjjl/2013/0422/44028.shtml" title="西华师范大学社庆祈福 雅安加油">西华师范大学社庆祈福 雅安加油</a></li>
+ <li><a href="http://school.youth.cn/photo/sjjl/2013/0421/44008.shtml" title="高校学生祈福灾区 四川挺住雅安不哭">高校学生祈福灾区 四川挺住雅安不哭</a></li>
+ <li><a href="http://photo.youth.cn/2013/0419/43862.shtml" title="皇帝的新衣:全裸人体彩绘COS艺术家">皇帝的新衣:全裸人体彩绘COS艺术家</a></li>
+ <li><a href="http://photo.youth.cn/2013/0419/43861.shtml" title="皇马元老再聚首 齐祖菲戈元老慈善赛">皇马元老再聚首 齐祖菲戈元老慈善赛</a></li>
+ <li><a href="http://photo.youth.cn/2013/0419/43494.shtml" title="比基尼美女惹火大片 演绎海边极致曲线诱惑">比基尼美女惹火大片 演绎海边极致曲...</a></li>
+ <div class="clear"></div>
+ </ul>
+ </div>
+ <div class="clear"></div>
+ <div class="ad003">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页右画中画2 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=434" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页右画中画2 End -->
+ </div>
+ <div class="clear"></div>
+ <div class="ad003" style="margin-top:10px;">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画9 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=449" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画9 End -->
+ </div>
+ <div class="clear"></div>
+ <!--1813-->
+ <!--1814-->
+ <!-- 公共三级页 右侧热搜排行(拷贝) -->
+ <!--2390-->
+ <div class="yytj">
+ <div class="yytjs_nav"><span class="bk">热搜</span>
+ <p>排行</p>
+ </div>
+ <ul>
+ <script type="text/javascript">
+ get_wz_rsph()
+ </script>
+ <li>
+ <a target="_blank" href="http://news.d.youth.cn/news/201607/t20160714_8280541.htm" onclick="_hmt.push(['_trackEvent', 'hl_rsph1', 'click', 'literature'])"><img src="http://d.youth.cn/qwtf2015/wzy/rsph/201506/W020160714574130058490.jpg" alt="女子遭裸杀前夫被捕微笑" height="100" width="140" /></a>
+ <p><a href="http://news.d.youth.cn/news/201607/t20160714_8280541.htm" onclick="_hmt.push(['_trackEvent', 'hl_rsph1', 'click', 'literature'])">女子遭裸杀前夫被捕微笑</a></p>
+ </li>
+ <li>
+ <a target="_blank" href="http://news.d.youth.cn/news/201607/t20160714_8282533.htm" onclick="_hmt.push(['_trackEvent', 'hl_rsph2', 'click', 'literature'])"><img src="http://d.youth.cn/qwtf2015/wzy/rsph/201506/W020160714574684855114.jpg" alt="沈阳现“3D稻田画”" height="100" width="140" /></a>
+ <p><a href="http://news.d.youth.cn/news/201607/t20160714_8282533.htm" onclick="_hmt.push(['_trackEvent', 'hl_rsph2', 'click', 'literature'])">沈阳现“3D稻田画”</a></p>
+ </li>
+ <li>
+ <a target="_blank" href="http://news.d.youth.cn/news/201607/t20160714_8282534.htm" onclick="_hmt.push(['_trackEvent', 'hl_rsph3', 'click', 'literature'])"><img src="http://d.youth.cn/qwtf2015/wzy/rsph/201506/W020160714574904869909.jpg" alt="郭晶晶情歌示爱霍启刚" height="100" width="140" /></a>
+ <p><a href="http://news.d.youth.cn/news/201607/t20160714_8282534.htm" onclick="_hmt.push(['_trackEvent', 'hl_rsph3', 'click', 'literature'])">郭晶晶情歌示爱霍启刚</a></p>
+ </li>
+ <li>
+ <a target="_blank" href="http://news.d.youth.cn/news/201607/t20160714_8282562.htm" onclick="_hmt.push(['_trackEvent', 'hl_rsph4', 'click', 'literature'])"><img src="http://d.youth.cn/qwtf2015/wzy/rsph/201506/W020160714575330896977.jpg" alt="美女水下与鲨鱼共舞" height="100" width="140" /></a>
+ <p><a href="http://news.d.youth.cn/news/201607/t20160714_8282562.htm" onclick="_hmt.push(['_trackEvent', 'hl_rsph4', 'click', 'literature'])">美女水下与鲨鱼共舞</a></p>
+ </li>
+ </ul>
+ <div class="clear"></div>
+ </div>
+ <div class="clear"></div>
+ <!--2390-->
+ <div class="clear"></div>
+ <!--1814-->
+ <!--1075-->
+ <!-- 公共三级页 右侧新闻热搜词(公共) -->
+ <style>
+ .gulike360_newsLi {
+ text-align: left;
+ }
+
+ .gulike360_wrapper_news {
+ text-align: left;
+ font: 14px "宋体", "Arial", sans-serif;
+ color: #003366;
+ padding: 0 0 10px 10px;
+ }
+
+ .gulike360_wrapper_news h3.gulike360_title {
+ font-size: 20px;
+ color: #333;
+ height: 35px;
+ line-height: 35px;
+ .gulike360_wrapper_news ul.gulike360_newsUl {
+ border-top: 1px solid #d6d6d6;
+ padding-top: 13px;
+ list-style: none;
+ }
+ .gulike360_wrapper_news li.gulike360_newsLi {
+ height: 30px;
+ line-height: 30px;
+ padding-left: 14px;
+ background: url(http://p2.qhimg.com/d/inn/c366a750/disc.png) no-repeat 0 13px;
+ }
+ .gulike360_wrapper_news li a.gulike360_newsLink {
+ color: #333;
+ display: block;
+ width: 100%;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ .gulike360_wrapper_news li a.gulike360_newsLink:hover {
+ color: #333;
+ text-decoration: underline;
+ }
+ </style>
+ <!--1075-->
+ <!--1815-->
+ <!-- 公共三级页 右侧视觉焦点&上下AD(拷贝) -->
+ <div class="ad005" style="margin-top:10px">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画4 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=435" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画4 End -->
+ </div>
+ <div class="clear"></div>
+
+ <div class="yytj">
+ <div class="yytjj_nav"><span class="bk">视觉</span>
+ <p>焦点</p>
+ </div>
+ <ul>
+ <li>
+ <a href="http://youxi.youth.cn/2011/1114/69765.shtml" title="Activision《使命召唤9》将2012年第四季发售"><img src="../../../images/thumb_140_100_7_11141036306491.jpg" alt="Activision《使命召唤9》将2012年第四季发售" height="100" width="140" /></a>
+ <p><a href="http://youxi.youth.cn/2011/1114/69765.shtml" title="Activision《使命召唤9》将2012年第四季发售">Activision《使命召唤9...</a></p>
+ </li>
+ <li>
+ <a href="http://youxi.youth.cn/2011/1114/69758.shtml" title="文化部批评迅雷风行 网游低俗营销屡禁不止"><img src="../../../images/thumb_140_100_7_1114095IH418.jpg" alt="文化部批评迅雷风行 网游低俗营销屡禁不止" height="100" width="140" /></a>
+ <p><a href="http://youxi.youth.cn/2011/1114/69758.shtml" title="文化部批评迅雷风行 网游低俗营销屡禁不止">文化部批评迅雷风行 网...</a></p>
+ </li>
+ </ul>
+ </div>
+ <div class="clear"></div>
+ <div class="ad005">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页文字链/画中画5 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=436" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页文字链/画中画5 End -->
+ </div>
+ <div class="clear"></div>
+ <div class="ad005" style="margin-top:10px">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画6 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=437" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画6 End -->
+ </div>
+ <div class="clear"></div>
+ <script>
+ get_bjnrtjnews_byref();
+ </script>
+ <div class="clear"></div>
+ <!--1815-->
+ <!--1816-->
+ <!-- 公共三级页 右侧48小时点击排行&AD(拷贝) -->
+ <div class="zt_tab">
+ <div id="tabs0">
+ <ul class="menu0" id="menu0">
+ <li onclick="setTab(0,0)" class="hover">48小时点击排行</li>
+ </ul>
+ <div class="main0" id="main0">
+ <ul class="block">
+ <li><span class="mun01">1</span>
+
+ <a href="http://edu.youth.cn/2015/1123/2882433.shtml" target="_blank">关注农村娃成长:部分孩子在城市中因贫困自</a>
+ </li>
+ <li><span class="mun01">2</span>
+
+ <a href="http://edu.youth.cn/2015/1123/2882481.shtml" target="_blank">艺考生扎堆高校旁忙“冲刺” 短租房现一房</a>
+ </li>
+ <li><span class="mun01">3</span>
+
+ <a href="http://edu.youth.cn/2015/1124/2888737.shtml" target="_blank">上海一幼儿园班主任私自招生:班里多出21名</a>
+ </li>
+ <li><span class="mun01">4</span>
+
+ <a href="http://edu.youth.cn/2015/1124/2888583.shtml" target="_blank">南京19岁女大学生宿舍猝死:亲属质疑 死因成</a>
+ </li>
+ <li><span class="mun01">5</span>
+
+ <a href="http://edu.youth.cn/2015/1124/2887701.shtml" target="_blank">中传学生发起“阅读量调查”反对贴标签</a>
+ </li>
+ <li><span class="mun01">6</span>
+
+ <a href="http://edu.youth.cn/2015/1124/2887707.shtml" target="_blank">高校求职“待定族”增多 求职服务能否“包</a>
+ </li>
+ <li><span class="mun01">7</span>
+
+ <a href="http://edu.youth.cn/2015/1124/2889973.shtml" target="_blank">“网红”圈的台前幕后:顶尖女主播身价数千</a>
+ </li>
+ <div style="clear:both"></div>
+ </ul>
+ </div>
+ </div>
+ <div style="clear:both"></div>
+ </div>
+ <div class="clear"></div>
+ <div class="ad005">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画7 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=438" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画7 End -->
+ </div>
+ <div class="clear"></div>
+ <!--1816-->
+ <!--1817-->
+ <!-- 公共三级页 右侧精华推荐&AD(拷贝) -->
+ <div class="jctj" style="height:455px;">
+ <div class="jctj_nav"><span class="bk">精华</span>
+ <p>推荐</p>
+ </div>
+ <div class="jctj_l">
+ <a href="http://school.youth.cn/tx/news/2013/0630/97785.shtml" title="女性养生:女人最易老的身体禁区 男人千万别看"><img src="../../../images/thumb_100_70_1372553783760.jpg" alt="女性养生:女人最易老的身体禁区 男人千万别看" height="70" width="100" /></a>
+ </div>
+ <div class="jctj_r"><a href="http://school.youth.cn/tx/news/2013/0630/97785.shtml" title="女性养生:女人最易老的身体禁区 男人千万别看">女性养生:女人最易老的身体...</a></div>
+ <div class="jctj_l">
+ <a href="http://school.youth.cn/tx/news/2013/0630/97764.shtml" title="会是神器吗?口香糖大小设备可运行iOS游戏"><img src="../../../images/thumb_100_70_1372548043500.jpg" alt="会是神器吗?口香糖大小设备可运行iOS游戏" height="70" width="100" /></a>
+ </div>
+ <div class="jctj_r"><a href="http://school.youth.cn/tx/news/2013/0630/97764.shtml" title="会是神器吗?口香糖大小设备可运行iOS游戏">会是神器吗?口香糖大小设备...</a></div>
+ <div class="jctj_l">
+ <a href="http://school.youth.cn/tx/news/2013/0629/97752.shtml" title="盘点NBA5大选秀日操作影响 谁是最大赢家"><img src="../../../images/thumb_100_70_1372496480745.jpg" alt="盘点NBA5大选秀日操作影响 谁是最大赢家" height="70" width="100" /></a>
+ </div>
+ <div class="jctj_r"><a href="http://school.youth.cn/tx/news/2013/0629/97752.shtml" title="盘点NBA5大选秀日操作影响 谁是最大赢家">盘点NBA5大选秀日操作影响 ...</a></div>
+ <div class="jctj_l">
+ <a href="http://photo.youth.cn/2013/0629/96639.shtml" title="“英超女神”墨西哥戏水 双峰全裸尺度惊人"><img src="../../../images/thumb_100_70_1372045720214.jpg" alt="“英超女神”墨西哥戏水 双峰全裸尺度惊人" height="70" width="100" /></a>
+ </div>
+ <div class="jctj_r"><a href="http://photo.youth.cn/2013/0629/96639.shtml" title="“英超女神”墨西哥戏水 双峰全裸尺度惊人">“英超女神”墨西哥戏水 双...</a></div>
+ <div class="jctj_l">
+ <a href="http://school.youth.cn/tx/news/2013/0629/97689.shtml" title="杨幂石天琦刘诗诗柳岩 六月银幕御姐齐发力"><img src="../../../images/thumb_100_70_1372468067229.jpg" alt="杨幂石天琦刘诗诗柳岩 六月银幕御姐齐发力" height="70" width="100" /></a>
+ </div>
+ <div class="jctj_r"><a href="http://school.youth.cn/tx/news/2013/0629/97689.shtml" title="杨幂石天琦刘诗诗柳岩 六月银幕御姐齐发力">杨幂石天琦刘诗诗柳岩 六月...</a></div>
+ <div class="clear"></div>
+ </div>
+
+
+ <div class="clear"></div>
+ <div class="ad005">
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画8 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=447" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页画中画8 End -->
+ </div>
+ <div class="clear"></div>
+
+ <!--底部通栏start-->
+ </div>
+ </div>
+ <div class="clear"></div>
+ <div style="width:960px;margin:0 auto;">
+ <!-- 广告位:教育频道信息页底部通栏1 -->
+ <script type="text/javascript">
+ BAIDU_CLB_SLOT_ID = "1060215";
+ </script>
+ <script type="text/javascript" src="//cbjs.baidu.com/js/o.js"></script>
+ <div id="BAIDU_SSP__wrapper_1060215_0"></div>
+ <script charset="utf-8" src="http://pos.baidu.com/tcnm?di=1060215&amp;dri=0&amp;dis=0&amp;dai=1&amp;ps=3354x238&amp;dcb=___adblockplus&amp;dtm=SSP_JSONP&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489397815909&amp;ti=%E6%B5%B7%E5%A4%96%E7%95%99%E5%AD%A6%E7%94%9F%E7%9C%8B%E4%B8%A4%E4%BC%9A%EF%BC%9A%E5%87%BA%E5%9B%BD%E5%89%8D%E5%90%8E%E5%85%B3%E6%B3%A8%E7%82%B9%E5%A4%A7%E4%B8%8D%E5%90%8C_%E6%95%99%E8%82%B2%E9%A2%91%E9%81%93_%E4%B8%AD%E5%9B%BD%E9%9D%92%E5%B9%B4%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=1436x798&amp;pss=1436x3354&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489397815&amp;rw=798&amp;ltu=http%3A%2F%2Fedu.youth.cn%2Fjyzx%2Fjyxw%2F201703%2Ft20170310_9260562.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489397816"></script>
+ <!-- 广告位:教育频道信息页底部通栏1 -->
+ </div>
+ <div style="width:960px;margin:5px auto;">
+ <!-- 广告位:教育频道信息页底部通栏2 -->
+ <script type="text/javascript">
+ BAIDU_CLB_SLOT_ID = "1060217";
+ </script>
+ <script type="text/javascript" src="//cbjs.baidu.com/js/o.js"></script>
+ <div id="BAIDU_SSP__wrapper_1060217_0"></div>
+ <script charset="utf-8" src="http://pos.baidu.com/tcnm?di=1060217&amp;dri=0&amp;dis=0&amp;dai=2&amp;ps=3602x238&amp;dcb=___adblockplus&amp;dtm=SSP_JSONP&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489397815909&amp;ti=%E6%B5%B7%E5%A4%96%E7%95%99%E5%AD%A6%E7%94%9F%E7%9C%8B%E4%B8%A4%E4%BC%9A%EF%BC%9A%E5%87%BA%E5%9B%BD%E5%89%8D%E5%90%8E%E5%85%B3%E6%B3%A8%E7%82%B9%E5%A4%A7%E4%B8%8D%E5%90%8C_%E6%95%99%E8%82%B2%E9%A2%91%E9%81%93_%E4%B8%AD%E5%9B%BD%E9%9D%92%E5%B9%B4%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=1436x798&amp;pss=1436x3602&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489397816&amp;rw=798&amp;ltu=http%3A%2F%2Fedu.youth.cn%2Fjyzx%2Fjyxw%2F201703%2Ft20170310_9260562.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489397816"></script>
+ <!-- 广告位:教育频道信息页底部通栏2 -->
+ </div>
+ <div>
+ <div>
+ <!--底部通栏end-->
+
+ <script src="../../../images/public_20140527.js" type="text/javascript" charset="utf-8"></script>
+
+ <!-- 广告位:教育频道信息页弹窗 begin-->
+ <script type="text/javascript">
+ BAIDU_CLB_SLOT_ID = "1052042";
+ </script>
+ <script type="text/javascript" src="../../../images/o.js"></script>
+ <div id="BAIDU_SSP__wrapper_1052042_0"></div>
+ <script charset="utf-8" src="http://pos.baidu.com/tcnm?di=1052042&amp;dri=0&amp;dis=0&amp;dai=3&amp;ps=3602x0&amp;dcb=___adblockplus&amp;dtm=SSP_JSONP&amp;dvi=0.0&amp;dci=-1&amp;dpt=none&amp;tsr=0&amp;tpr=1489397815909&amp;ti=%E6%B5%B7%E5%A4%96%E7%95%99%E5%AD%A6%E7%94%9F%E7%9C%8B%E4%B8%A4%E4%BC%9A%EF%BC%9A%E5%87%BA%E5%9B%BD%E5%89%8D%E5%90%8E%E5%85%B3%E6%B3%A8%E7%82%B9%E5%A4%A7%E4%B8%8D%E5%90%8C_%E6%95%99%E8%82%B2%E9%A2%91%E9%81%93_%E4%B8%AD%E5%9B%BD%E9%9D%92%E5%B9%B4%E7%BD%91&amp;ari=2&amp;dbv=0&amp;drs=1&amp;pcs=1436x798&amp;pss=1436x3602&amp;cfv=21&amp;cpl=1&amp;chi=2&amp;cce=true&amp;cec=UTF-8&amp;tlm=1489397816&amp;rw=798&amp;ltu=http%3A%2F%2Fedu.youth.cn%2Fjyzx%2Fjyxw%2F201703%2Ft20170310_9260562.htm&amp;ecd=1&amp;uc=1436x877&amp;pis=-1x-1&amp;ccd=24&amp;cja=false&amp;cmi=2&amp;col=en-US&amp;cdo=-1&amp;sr=1440x900&amp;tcn=1489397816"></script>
+ <!-- 广告位:教育频道信息页弹窗 end-->
+
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页悬浮 Begin -->
+ <!-- <script type="text/javascript" src="http://publish.ad.youth.cn/s?z=youth&c=442" charset="gbk"></script> -->
+ <!-- AdSame ShowCode: 中国青年网 / 教育频道 / 信息页悬浮 End -->
+
+ <!--1817-->
+ </div>
+ <!--right end-->
+ </div>
+ <!--bottom-->
+ <!--1079-->
+ <!-- 公共三级页 页脚(公共) -->
+ <div style="clear:both;"></div>
+ <div class="foot" style="width:100%">
+ <p><a href="http://ad.youth.cn/gyqw/200803/t20080325_672610.htm">关于我们</a>|<a href="http://www.youth.cn/lxwm/201305/t20130521_3254715.htm">联系我们</a>|<a href="http://ad.youth.cn/">广告服务</a>|<a href="http://news.youth.cn/gn/201202/t20120229_1987294.htm">人才招聘</a>|<a href="http://net.china.cn/">中国互联网举报中心</a> Youth.cn. 请发送qnb至10658000 订阅手机青年报</p>
+ <div class="foot_cxwz">
+ <div style="float:right;">
+ <!--可信网站图片LOGO安装开始-->
+ <script src="//kxlogo.knet.cn/seallogo.dll?sn=e12050911010020690307708&amp;size=0"></script><span style="display:inline-block;position:relative;width:auto;"><a href="https://ss.knet.cn/verifyseal.dll?sn=e12050911010020690307708&amp;ct=df&amp;a=1&amp;pa=0.14167892191596865" id="kx_verify" tabindex="-1" target="_blank" kx_type="图标式" style="display:inline-block;"><img src="http://rr.knet.cn/static/images/logo/cnnic_en.png" style="border:none;" oncontextmenu="return false;" alt="可信网站" /></a></span>
+ <!--可信网站图片LOGO安装结束-->
+ </div>共青团中央主办 共青团中央网络影视中心承办 版权所有:中国青年网</div>
+ <div class="foot_cxwz">信息网络传播视听节目许可证0105108号 京|ICP备11020872号-17 京公网安备110105007246</div>
+ </div>
+ <script src="../../../images/wb.js" type="text/javascript" charset="utf-8"></script>
+ <!-- Start Alexa Certify Javascript -->
+ <script type="text/javascript">
+ _atrk_opts = {
+ atrk_acct: "r+FMm1a4KM+2uW",
+ domain: "youth.cn",
+ dynamic: true
+ };
+ (function() {
+ var as = document.createElement('script');
+ as.type = 'text/javascript';
+ as.async = true;
+ as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js";
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(as, s);
+ })();
+ </script>
+ <noscript>&lt;img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=r+FMm1a4KM+2uW" style="display:none" height="1" width="1" alt="" /&gt;</noscript>
+ <!-- End Alexa Certify Javascript -->
+ <div style="display:none;">
+ <script type="text/javascript">
+ var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
+ document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F969516094b342230ceaf065c844d82f3' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script src="%20http://hm.baidu.com/h.js?969516094b342230ceaf065c844d82f3" type="text/javascript"></script>
+ </div>
+ <!--漂浮二维码---->
+ <style>
+ #identifier-pannel {
+ position: fixed;
+ left: 50%;
+ bottom: 0;
+ z-index: 9999;
+ width: 150px;
+ margin-left: 519px;
+ top: 200px;
+ }
+
+ #identifier-pannel a:link,
+ #identifier-pannel a:visited {
+ display: block;
+ padding: 10px;
+ line-height: 18px;
+ font-size: 12px;
+ color: #333;
+ text-decoration: none;
+ white-space: nowrap;
+ text-align: center;
+ background: #f9f9f9;
+ }
+
+ #identifier-pannel a:hover {
+ background: #ccd8db;
+ color: #000;
+ }
+
+ #identifier-pannel img {
+ display: block;
+ margin: 5px auto;
+ border: none;
+ }
+ </style>
+
+ <div id="identifier-pannel" style="color:#000;">
+ <div id="J_swim">
+ <!--<a href="http://www.youth.cn/mobile/?from=qrc" target="_blank">
+ <img style="border:none;" src="http://www.youth.cn/images/1434166218642.png" width="110" height="110" />
+ <p style="width:136px; text-align:center;">扫描二维码进入</p>
+ <p style="width:136px; text-align:center;">“青年之声”移动版</p>
+ <img style="border:none;" src="http://news.youth.cn/images/20151112144331.jpg" width="110" height="110" />
+ <p style="width:136px; text-align:center;">扫描二维码进入</p>
+ <p style="width:136px; text-align:center;">中国青年网公众号</p>
+ </a>-->
+ <!-- <a href="http://edu.youth.cn/2016/0203/3817769.shtml?from=qrc" target="_blank">
+ <img style="border:none;" src="../../../images/1454661965347.jpg" />
+ </a>-->
+ <a id="J_close" href="javascript:void(document.getElementById('identifier-pannel').style.display='none')" target="_self" style="display:inline-block;opacity:0.6;font-family:tahoma,microsoft yahei;position:absolute;top:-2px;right:-1px;width:16px;height:16px;line-height:16px;text-decoration:none;text-align:center;background:#fff;color:#000;filter:Alpha(opacity=60);">x</a>
+ </div>
+ </div>
+
+
+ <!--漂浮二维码-->
+
+ <!--天润绩效-->
+ <div style="display:none">
+ <script type="text/javascript">
+ document.write(unescape("%3Cscript src='//cl5.webterren.com/webdig.js?z=36' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script src="//cl5.webterren.com/webdig.js?z=36" type="text/javascript"></script>
+ <script type="text/javascript">
+ wd_paramtracker("_wdxid=000000000000000000000000000000000000000000")
+ </script>
+ </div>
+ <!--天润绩效-->
+ <!-- START WRating v1.0 -->
+ <script type="text/javascript" src="../../../images/a1.js">
+ </script>
+
+ <!-- END WRating v1.0 -->
+ <!--1079-->
+
+
+</body>
+
+</html>
diff --git a/vendor/league/uri-interfaces/LICENSE b/vendor/league/uri-interfaces/LICENSE
new file mode 100644
index 0000000..14c82cd
--- /dev/null
+++ b/vendor/league/uri-interfaces/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2016 ignace nyamagana butera
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/vendor/league/uri-interfaces/composer.json b/vendor/league/uri-interfaces/composer.json
new file mode 100644
index 0000000..fc34cfe
--- /dev/null
+++ b/vendor/league/uri-interfaces/composer.json
@@ -0,0 +1,68 @@
+{
+ "name": "league/uri-interfaces",
+ "description" : "Common interface for URI representation",
+ "keywords": [
+ "url",
+ "uri",
+ "rfc3986",
+ "rfc3987"
+ ],
+ "license": "MIT",
+ "homepage": "http://github.com/thephpleague/uri-interfaces",
+ "authors": [
+ {
+ "name" : "Ignace Nyamagana Butera",
+ "email" : "[email protected]",
+ "homepage" : "https://nyamsprod.com"
+ }
+ ],
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/nyamsprod"
+ }
+ ],
+ "require": {
+ "php" : "^7.2 || ^8.0",
+ "ext-json": "*"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^2.19",
+ "phpstan/phpstan": "^0.12.90",
+ "phpstan/phpstan-strict-rules": "^0.12.9",
+ "phpstan/phpstan-phpunit": "^0.12.19",
+ "phpunit/phpunit": "^8.5.15 || ^9.5"
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": "src/"
+ }
+ },
+ "scripts": {
+ "phpunit": "phpunit --coverage-text",
+ "phpcs": "php-cs-fixer fix --dry-run --diff -vvv --allow-risky=yes --ansi",
+ "phpcs:fix": "php-cs-fixer fix -vvv --allow-risky=yes --ansi",
+ "phpstan": "phpstan analyse -l max -c phpstan.neon src --ansi --memory-limit 192M",
+ "test": [
+ "@phpunit",
+ "@phpstan",
+ "@phpcs:fix"
+ ]
+ },
+ "scripts-descriptions": {
+ "phpunit": "Runs package test suite",
+ "phpstan": "Runs complete codebase static analysis",
+ "phpcs": "Runs coding style testing",
+ "phpcs:fix": "Fix coding style issues",
+ "test": "Runs all tests"
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "suggest": {
+ "ext-intl": "to use the IDNA feature",
+ "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
+ }
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/AuthorityInterface.php b/vendor/league/uri-interfaces/src/Contracts/AuthorityInterface.php
new file mode 100644
index 0000000..ed6c2b8
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/AuthorityInterface.php
@@ -0,0 +1,87 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+use League\Uri\Exceptions\IdnSupportMissing;
+use League\Uri\Exceptions\SyntaxError;
+
+interface AuthorityInterface extends UriComponentInterface
+{
+ /**
+ * Returns the host component of the authority.
+ */
+ public function getHost(): ?string;
+
+ /**
+ * Returns the port component of the authority.
+ */
+ public function getPort(): ?int;
+
+ /**
+ * Returns the user information component of the authority.
+ */
+ public function getUserInfo(): ?string;
+
+ /**
+ * Return an instance with the specified host.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified host.
+ *
+ * A null value provided for the host is equivalent to removing the host
+ * information.
+ *
+ * @param ?string $host
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ * @throws IdnSupportMissing for component or transformations
+ * requiring IDN support when IDN support is not present
+ * or misconfigured.
+ */
+ public function withHost(?string $host): self;
+
+ /**
+ * Return an instance with the specified port.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified port.
+ *
+ * A null value provided for the port is equivalent to removing the port
+ * information.
+ *
+ * @param ?int $port
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withPort(?int $port): self;
+
+ /**
+ * Return an instance with the specified user information.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified user information.
+ *
+ * Password is optional, but the user information MUST include the
+ * user; a null value for the user is equivalent to removing user
+ * information.
+ *
+ * @param ?string $user
+ * @param ?string $password
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withUserInfo(?string $user, ?string $password = null): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/DataPathInterface.php b/vendor/league/uri-interfaces/src/Contracts/DataPathInterface.php
new file mode 100644
index 0000000..1e4f385
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/DataPathInterface.php
@@ -0,0 +1,92 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+interface DataPathInterface extends PathInterface
+{
+ /**
+ * Retrieve the data mime type associated to the URI.
+ *
+ * If no mimetype is present, this method MUST return the default mimetype 'text/plain'.
+ *
+ * @see http://tools.ietf.org/html/rfc2397#section-2
+ */
+ public function getMimeType(): string;
+
+ /**
+ * Retrieve the parameters associated with the Mime Type of the URI.
+ *
+ * If no parameters is present, this method MUST return the default parameter 'charset=US-ASCII'.
+ *
+ * @see http://tools.ietf.org/html/rfc2397#section-2
+ */
+ public function getParameters(): string;
+
+ /**
+ * Retrieve the mediatype associated with the URI.
+ *
+ * If no mediatype is present, this method MUST return the default parameter 'text/plain;charset=US-ASCII'.
+ *
+ * @see http://tools.ietf.org/html/rfc2397#section-3
+ *
+ * @return string The URI scheme.
+ */
+ public function getMediaType(): string;
+
+ /**
+ * Retrieves the data string.
+ *
+ * Retrieves the data part of the path. If no data part is provided return
+ * a empty string
+ */
+ public function getData(): string;
+
+ /**
+ * Tells whether the data is binary safe encoded.
+ */
+ public function isBinaryData(): bool;
+
+ /**
+ * Save the data to a specific file.
+ */
+ public function save(string $path, string $mode = 'w'): \SplFileObject;
+
+ /**
+ * Returns an instance where the data part is base64 encoded.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance where the data part is base64 encoded
+ */
+ public function toBinary(): self;
+
+ /**
+ * Returns an instance where the data part is url encoded following RFC3986 rules.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance where the data part is url encoded
+ */
+ public function toAscii(): self;
+
+ /**
+ * Return an instance with the specified mediatype parameters.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified mediatype parameters.
+ *
+ * Users must provide encoded characters.
+ *
+ * An empty parameters value is equivalent to removing the parameter.
+ */
+ public function withParameters(string $parameters): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/DomainHostInterface.php b/vendor/league/uri-interfaces/src/Contracts/DomainHostInterface.php
new file mode 100644
index 0000000..2490310
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/DomainHostInterface.php
@@ -0,0 +1,107 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+use League\Uri\Exceptions\SyntaxError;
+
+/**
+ * @extends \IteratorAggregate<string>
+ */
+interface DomainHostInterface extends \Countable, HostInterface, \IteratorAggregate
+{
+ /**
+ * Returns the labels total number.
+ */
+ public function count(): int;
+
+ /**
+ * Iterate over the Domain labels.
+ *
+ * @return \Iterator<string>
+ */
+ public function getIterator(): \Iterator;
+
+ /**
+ * Retrieves a single host label.
+ *
+ * If the label offset has not been set, returns the null value.
+ */
+ public function get(int $offset): ?string;
+
+ /**
+ * Returns the associated key for a specific label or all the keys.
+ *
+ * @param ?string $label
+ *
+ * @return int[]
+ */
+ public function keys(?string $label = null): array;
+
+ /**
+ * Tells whether the domain is absolute.
+ */
+ public function isAbsolute(): bool;
+
+ /**
+ * Prepends a label to the host.
+ */
+ public function prepend(string $label): self;
+
+ /**
+ * Appends a label to the host.
+ */
+ public function append(string $label): self;
+
+ /**
+ * Returns an instance with its Root label.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-3.2.2
+ */
+ public function withRootLabel(): self;
+
+ /**
+ * Returns an instance without its Root label.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-3.2.2
+ */
+ public function withoutRootLabel(): self;
+
+ /**
+ * Returns an instance with the modified label.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the new label
+ *
+ * If $key is non-negative, the added label will be the label at $key position from the start.
+ * If $key is negative, the added label will be the label at $key position from the end.
+ *
+ * @throws SyntaxError If the key is invalid
+ */
+ public function withLabel(int $key, string $label): self;
+
+ /**
+ * Returns an instance without the specified label.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified component
+ *
+ * If $key is non-negative, the removed label will be the label at $key position from the start.
+ * If $key is negative, the removed label will be the label at $key position from the end.
+ *
+ * @param int ...$keys
+ *
+ * @throws SyntaxError If the key is invalid
+ */
+ public function withoutLabel(int ...$keys): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/FragmentInterface.php b/vendor/league/uri-interfaces/src/Contracts/FragmentInterface.php
new file mode 100644
index 0000000..3d80f06
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/FragmentInterface.php
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+interface FragmentInterface extends UriComponentInterface
+{
+ /**
+ * Returns the decoded fragment.
+ */
+ public function decoded(): ?string;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/HostInterface.php b/vendor/league/uri-interfaces/src/Contracts/HostInterface.php
new file mode 100644
index 0000000..a8b8bb3
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/HostInterface.php
@@ -0,0 +1,51 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+interface HostInterface extends UriComponentInterface
+{
+ /**
+ * Returns the ascii representation.
+ */
+ public function toAscii(): ?string;
+
+ /**
+ * Returns the unicode representation.
+ */
+ public function toUnicode(): ?string;
+
+ /**
+ * Returns the IP version.
+ *
+ * If the host is a not an IP this method will return null
+ */
+ public function getIpVersion(): ?string;
+
+ /**
+ * Returns the IP component If the Host is an IP address.
+ *
+ * If the host is a not an IP this method will return null
+ */
+ public function getIp(): ?string;
+
+ /**
+ * Tells whether the host is a domain name.
+ */
+ public function isDomain(): bool;
+
+ /**
+ * Tells whether the host is an IP Address.
+ */
+ public function isIp(): bool;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/IpHostInterface.php b/vendor/league/uri-interfaces/src/Contracts/IpHostInterface.php
new file mode 100644
index 0000000..1e2242a
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/IpHostInterface.php
@@ -0,0 +1,48 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+interface IpHostInterface extends HostInterface
+{
+ /**
+ * Returns whether or not the host is an IPv4 address.
+ */
+ public function isIpv4(): bool;
+ /**
+ * Returns whether or not the host is an IPv6 address.
+ */
+ public function isIpv6(): bool;
+
+ /**
+ * Returns whether or not the host is an IPv6 address.
+ */
+ public function isIpFuture(): bool;
+
+ /**
+ * Returns whether or not the host has a ZoneIdentifier.
+ *
+ * @see http://tools.ietf.org/html/rfc6874#section-4
+ */
+ public function hasZoneIdentifier(): bool;
+
+ /**
+ * Returns an host without its zone identifier according to RFC6874.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance without the host zone identifier according to RFC6874
+ *
+ * @see http://tools.ietf.org/html/rfc6874#section-4
+ */
+ public function withoutZoneIdentifier(): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/PathInterface.php b/vendor/league/uri-interfaces/src/Contracts/PathInterface.php
new file mode 100644
index 0000000..389c0ff
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/PathInterface.php
@@ -0,0 +1,90 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+use League\Uri\Exceptions\SyntaxError;
+
+interface PathInterface extends UriComponentInterface
+{
+ /**
+ * Returns the decoded path.
+ */
+ public function decoded(): string;
+
+ /**
+ * Returns whether or not the path is absolute or relative.
+ */
+ public function isAbsolute(): bool;
+
+ /**
+ * Returns whether or not the path has a trailing delimiter.
+ */
+ public function hasTrailingSlash(): bool;
+
+ /**
+ * Returns an instance without dot segments.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the path component normalized by removing
+ * the dot segment.
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withoutDotSegments(): self;
+
+ /**
+ * Returns an instance with a leading slash.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the path component with a leading slash
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withLeadingSlash(): self;
+
+ /**
+ * Returns an instance without a leading slash.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the path component without a leading slash
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withoutLeadingSlash(): self;
+
+ /**
+ * Returns an instance with a trailing slash.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the path component with a trailing slash
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withTrailingSlash(): self;
+
+ /**
+ * Returns an instance without a trailing slash.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the path component without a trailing slash
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withoutTrailingSlash(): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/PortInterface.php b/vendor/league/uri-interfaces/src/Contracts/PortInterface.php
new file mode 100644
index 0000000..7230c4a
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/PortInterface.php
@@ -0,0 +1,22 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+interface PortInterface extends UriComponentInterface
+{
+ /**
+ * Returns the integer representation of the Port.
+ */
+ public function toInt(): ?int;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/QueryInterface.php b/vendor/league/uri-interfaces/src/Contracts/QueryInterface.php
new file mode 100644
index 0000000..f7081ea
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/QueryInterface.php
@@ -0,0 +1,227 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+/**
+ * @extends \IteratorAggregate<array{0:string, 1:string|null}>
+ */
+interface QueryInterface extends \Countable, \IteratorAggregate, UriComponentInterface
+{
+ /**
+ * Returns the query separator.
+ */
+ public function getSeparator(): string;
+
+ /**
+ * Returns the number of key/value pairs present in the object.
+ */
+ public function count(): int;
+
+ /**
+ * Returns an iterator allowing to go through all key/value pairs contained in this object.
+ *
+ * The pair is represented as an array where the first value is the pair key
+ * and the second value the pair value.
+ *
+ * The key of each pair is a string
+ * The value of each pair is a scalar or the null value
+ *
+ * @return \Iterator<int, array{0:string, 1:string|null}>
+ */
+ public function getIterator(): \Iterator;
+
+ /**
+ * Returns an iterator allowing to go through all key/value pairs contained in this object.
+ *
+ * The return type is as a Iterator where its offset is the pair key and its value the pair value.
+ *
+ * The key of each pair is a string
+ * The value of each pair is a scalar or the null value
+ *
+ * @return iterable<string, string|null>
+ */
+ public function pairs(): iterable;
+
+ /**
+ * Tells whether a pair with a specific name exists.
+ *
+ * @see https://url.spec.whatwg.org/#dom-urlsearchparams-has
+ */
+ public function has(string $key): bool;
+
+ /**
+ * Returns the first value associated to the given pair name.
+ *
+ * If no value is found null is returned
+ *
+ * @see https://url.spec.whatwg.org/#dom-urlsearchparams-get
+ */
+ public function get(string $key): ?string;
+
+ /**
+ * Returns all the values associated to the given pair name as an array or all
+ * the instance pairs.
+ *
+ * If no value is found an empty array is returned
+ *
+ * @see https://url.spec.whatwg.org/#dom-urlsearchparams-getall
+ *
+ * @return array<int, string|null>
+ */
+ public function getAll(string $key): array;
+
+ /**
+ * Returns the store PHP variables as elements of an array.
+ *
+ * The result is similar as PHP parse_str when used with its
+ * second argument with the difference that variable names are
+ * not mangled.
+ *
+ * If a key is submitted it will returns the value attached to it or null
+ *
+ * @see http://php.net/parse_str
+ * @see https://wiki.php.net/rfc/on_demand_name_mangling
+ *
+ * @param ?string $key
+ * @return mixed the collection of stored PHP variables or the empty array if no input is given,
+ * the single value of a stored PHP variable or null if the variable is not present in the collection
+ */
+ public function params(?string $key = null);
+
+ /**
+ * Returns the RFC1738 encoded query.
+ */
+ public function toRFC1738(): ?string;
+
+ /**
+ * Returns the RFC3986 encoded query.
+ *
+ * @see ::getContent
+ */
+ public function toRFC3986(): ?string;
+
+ /**
+ * Returns an instance with a different separator.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the query component with a different separator
+ */
+ public function withSeparator(string $separator): self;
+
+ /**
+ * Sorts the query string by offset, maintaining offset to data correlations.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified query
+ *
+ * @see https://url.spec.whatwg.org/#dom-urlsearchparams-sort
+ */
+ public function sort(): self;
+
+ /**
+ * Returns an instance without duplicate key/value pair.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the query component normalized by removing
+ * duplicate pairs whose key/value are the same.
+ */
+ public function withoutDuplicates(): self;
+
+ /**
+ * Returns an instance without empty key/value where the value is the null value.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the query component normalized by removing
+ * empty pairs.
+ *
+ * A pair is considered empty if its value is equal to the null value
+ */
+ public function withoutEmptyPairs(): self;
+
+ /**
+ * Returns an instance where numeric indices associated to PHP's array like key are removed.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the query component normalized so that numeric indexes
+ * are removed from the pair key value.
+ *
+ * ie.: toto[3]=bar[3]&foo=bar becomes toto[]=bar[3]&foo=bar
+ */
+ public function withoutNumericIndices(): self;
+
+ /**
+ * Returns an instance with the a new key/value pair added to it.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified query
+ *
+ * If the pair already exists the value will replace the existing value.
+ *
+ * @see https://url.spec.whatwg.org/#dom-urlsearchparams-set
+ *
+ * @param ?string $value
+ */
+ public function withPair(string $key, ?string $value): self;
+
+ /**
+ * Returns an instance with the new pairs set to it.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified query
+ *
+ * @see ::withPair
+ */
+ public function merge(string $query): self;
+
+ /**
+ * Returns an instance without the specified keys.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified component
+ *
+ * @param string ...$keys
+ */
+ public function withoutPair(string ...$keys): self;
+
+ /**
+ * Returns a new instance with a specified key/value pair appended as a new pair.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified query
+ *
+ * @param ?string $value
+ */
+ public function appendTo(string $key, ?string $value): self;
+
+ /**
+ * Returns an instance with the new pairs appended to it.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified query
+ *
+ * If the pair already exists the value will be added to it.
+ */
+ public function append(string $query): self;
+
+ /**
+ * Returns an instance without the specified params.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified component without PHP's value.
+ * PHP's mangled is not taken into account.
+ *
+ * @param string ...$keys
+ */
+ public function withoutParam(string ...$keys): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php b/vendor/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php
new file mode 100644
index 0000000..53065ff
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/SegmentedPathInterface.php
@@ -0,0 +1,147 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+use League\Uri\Exceptions\SyntaxError;
+
+/**
+ * @extends \IteratorAggregate<string>
+ */
+interface SegmentedPathInterface extends \Countable, \IteratorAggregate, PathInterface
+{
+ /**
+ * Returns the total number of segments in the path.
+ */
+ public function count(): int;
+
+ /**
+ * Iterate over the path segment.
+ *
+ * @return \Iterator<string>
+ */
+ public function getIterator(): \Iterator;
+
+ /**
+ * Returns parent directory's path.
+ */
+ public function getDirname(): string;
+
+ /**
+ * Returns the path basename.
+ */
+ public function getBasename(): string;
+
+ /**
+ * Returns the basename extension.
+ */
+ public function getExtension(): string;
+
+ /**
+ * Retrieves a single path segment.
+ *
+ * If the segment offset has not been set, returns null.
+ */
+ public function get(int $offset): ?string;
+
+ /**
+ * Returns the associated key for a specific segment.
+ *
+ * If a value is specified only the keys associated with
+ * the given value will be returned
+ *
+ * @param ?string $segment
+ *
+ * @return int[]
+ */
+ public function keys(?string $segment = null): array;
+
+ /**
+ * Appends a segment to the path.
+ */
+ public function append(string $segment): self;
+
+ /**
+ * Prepends a segment to the path.
+ */
+ public function prepend(string $segment): self;
+
+ /**
+ * Returns an instance with the modified segment.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the new segment
+ *
+ * If $key is non-negative, the added segment will be the segment at $key position from the start.
+ * If $key is negative, the added segment will be the segment at $key position from the end.
+ *
+ * @param ?string $segment
+ *
+ * @throws SyntaxError If the key is invalid
+ */
+ public function withSegment(int $key, ?string $segment): self;
+
+ /**
+ * Returns an instance without the specified segment.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified component
+ *
+ * If $key is non-negative, the removed segment will be the segment at $key position from the start.
+ * If $key is negative, the removed segment will be the segment at $key position from the end.
+ *
+ * @param int ...$keys remaining keys to remove
+ *
+ * @throws SyntaxError If the key is invalid
+ */
+ public function withoutSegment(int ...$keys): self;
+
+ /**
+ * Returns an instance without duplicate delimiters.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the path component normalized by removing
+ * multiple consecutive empty segment
+ */
+ public function withoutEmptySegments(): self;
+
+ /**
+ * Returns an instance with the specified parent directory's path.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the extension basename modified.
+ *
+ * @param ?string $path
+ */
+ public function withDirname(?string $path): self;
+
+ /**
+ * Returns an instance with the specified basename.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the extension basename modified.
+ *
+ * @param ?string $basename
+ */
+ public function withBasename(?string $basename): self;
+
+ /**
+ * Returns an instance with the specified basename extension.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the extension basename modified.
+ *
+ * @param ?string $extension
+ */
+ public function withExtension(?string $extension): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/UriComponentInterface.php b/vendor/league/uri-interfaces/src/Contracts/UriComponentInterface.php
new file mode 100644
index 0000000..c7b39bb
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/UriComponentInterface.php
@@ -0,0 +1,88 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+use League\Uri\Exceptions\IdnSupportMissing;
+use League\Uri\Exceptions\SyntaxError;
+
+interface UriComponentInterface extends \JsonSerializable
+{
+ /**
+ * Returns the instance content.
+ *
+ * If the instance is defined, the value returned MUST be encoded according to the
+ * selected encoding algorithm. In any case, the value MUST NOT double-encode any character
+ * depending on the selected encoding algorithm.
+ *
+ * To determine what characters to encode, please refer to RFC 3986, Sections 2 and 3.
+ * or RFC 3987 Section 3. By default the content is encoded according to RFC3986
+ *
+ * If the instance is not defined null is returned
+ */
+ public function getContent(): ?string;
+
+ /**
+ * Returns the instance string representation.
+ *
+ * If the instance is defined, the value returned MUST be percent-encoded,
+ * but MUST NOT double-encode any characters. To determine what characters
+ * to encode, please refer to RFC 3986, Sections 2 and 3.
+ *
+ * If the instance is not defined an empty string is returned
+ */
+ public function __toString(): string;
+
+ /**
+ * Returns the instance json representation.
+ *
+ * If the instance is defined, the value returned MUST be percent-encoded,
+ * but MUST NOT double-encode any characters. To determine what characters
+ * to encode, please refer to RFC 3986 or RFC 1738.
+ *
+ * If the instance is not defined null is returned
+ */
+ public function jsonSerialize(): ?string;
+
+ /**
+ * Returns the instance string representation with its optional URI delimiters.
+ *
+ * The value returned MUST be percent-encoded, but MUST NOT double-encode any
+ * characters. To determine what characters to encode, please refer to RFC 3986,
+ * Sections 2 and 3.
+ *
+ * If the instance is not defined an empty string is returned
+ */
+ public function getUriComponent(): string;
+
+ /**
+ * Returns an instance with the specified content.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified content.
+ *
+ * Users can provide both encoded and decoded content characters.
+ *
+ * A null value is equivalent to removing the component content.
+ *
+ *
+ * @param ?string $content
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ * @throws IdnSupportMissing for component or transformations
+ * requiring IDN support when IDN support is not present
+ * or misconfigured.
+ */
+ public function withContent(?string $content): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/UriException.php b/vendor/league/uri-interfaces/src/Contracts/UriException.php
new file mode 100644
index 0000000..c0fec2a
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/UriException.php
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+use Throwable;
+
+interface UriException extends Throwable
+{
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/UriInterface.php b/vendor/league/uri-interfaces/src/Contracts/UriInterface.php
new file mode 100644
index 0000000..b6eb6a1
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/UriInterface.php
@@ -0,0 +1,292 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+use League\Uri\Exceptions\IdnSupportMissing;
+use League\Uri\Exceptions\SyntaxError;
+
+interface UriInterface extends \JsonSerializable
+{
+ /**
+ * Returns the string representation as a URI reference.
+ *
+ * @see http://tools.ietf.org/html/rfc3986#section-4.1
+ */
+ public function __toString(): string;
+
+ /**
+ * Returns the string representation as a URI reference.
+ *
+ * @see http://tools.ietf.org/html/rfc3986#section-4.1
+ * @see ::__toString
+ */
+ public function jsonSerialize(): string;
+
+ /**
+ * Retrieve the scheme component of the URI.
+ *
+ * If no scheme is present, this method MUST return a null value.
+ *
+ * The value returned MUST be normalized to lowercase, per RFC 3986
+ * Section 3.1.
+ *
+ * The trailing ":" character is not part of the scheme and MUST NOT be
+ * added.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-3.1
+ */
+ public function getScheme(): ?string;
+
+ /**
+ * Retrieve the authority component of the URI.
+ *
+ * If no scheme is present, this method MUST return a null value.
+ *
+ * If the port component is not set or is the standard port for the current
+ * scheme, it SHOULD NOT be included.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-3.2
+ */
+ public function getAuthority(): ?string;
+
+ /**
+ * Retrieve the user information component of the URI.
+ *
+ * If no scheme is present, this method MUST return a null value.
+ *
+ * If a user is present in the URI, this will return that value;
+ * additionally, if the password is also present, it will be appended to the
+ * user value, with a colon (":") separating the values.
+ *
+ * The trailing "@" character is not part of the user information and MUST
+ * NOT be added.
+ */
+ public function getUserInfo(): ?string;
+
+ /**
+ * Retrieve the host component of the URI.
+ *
+ * If no host is present this method MUST return a null value.
+ *
+ * The value returned MUST be normalized to lowercase, per RFC 3986
+ * Section 3.2.2.
+ *
+ * @see http://tools.ietf.org/html/rfc3986#section-3.2.2
+ */
+ public function getHost(): ?string;
+
+ /**
+ * Retrieve the port component of the URI.
+ *
+ * If a port is present, and it is non-standard for the current scheme,
+ * this method MUST return it as an integer. If the port is the standard port
+ * used with the current scheme, this method SHOULD return null.
+ *
+ * If no port is present, and no scheme is present, this method MUST return
+ * a null value.
+ *
+ * If no port is present, but a scheme is present, this method MAY return
+ * the standard port for that scheme, but SHOULD return null.
+ */
+ public function getPort(): ?int;
+
+ /**
+ * Retrieve the path component of the URI.
+ *
+ * The path can either be empty or absolute (starting with a slash) or
+ * rootless (not starting with a slash). Implementations MUST support all
+ * three syntaxes.
+ *
+ * Normally, the empty path "" and absolute path "/" are considered equal as
+ * defined in RFC 7230 Section 2.7.3. But this method MUST NOT automatically
+ * do this normalization because in contexts with a trimmed base path, e.g.
+ * the front controller, this difference becomes significant. It's the task
+ * of the user to handle both "" and "/".
+ *
+ * The value returned MUST be percent-encoded, but MUST NOT double-encode
+ * any characters. To determine what characters to encode, please refer to
+ * RFC 3986, Sections 2 and 3.3.
+ *
+ * As an example, if the value should include a slash ("/") not intended as
+ * delimiter between path segments, that value MUST be passed in encoded
+ * form (e.g., "%2F") to the instance.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-2
+ * @see https://tools.ietf.org/html/rfc3986#section-3.3
+ */
+ public function getPath(): string;
+
+ /**
+ * Retrieve the query string of the URI.
+ *
+ * If no host is present this method MUST return a null value.
+ *
+ * The leading "?" character is not part of the query and MUST NOT be
+ * added.
+ *
+ * The value returned MUST be percent-encoded, but MUST NOT double-encode
+ * any characters. To determine what characters to encode, please refer to
+ * RFC 3986, Sections 2 and 3.4.
+ *
+ * As an example, if a value in a key/value pair of the query string should
+ * include an ampersand ("&") not intended as a delimiter between values,
+ * that value MUST be passed in encoded form (e.g., "%26") to the instance.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-2
+ * @see https://tools.ietf.org/html/rfc3986#section-3.4
+ */
+ public function getQuery(): ?string;
+
+ /**
+ * Retrieve the fragment component of the URI.
+ *
+ * If no host is present this method MUST return a null value.
+ *
+ * The leading "#" character is not part of the fragment and MUST NOT be
+ * added.
+ *
+ * The value returned MUST be percent-encoded, but MUST NOT double-encode
+ * any characters. To determine what characters to encode, please refer to
+ * RFC 3986, Sections 2 and 3.5.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-2
+ * @see https://tools.ietf.org/html/rfc3986#section-3.5
+ */
+ public function getFragment(): ?string;
+
+ /**
+ * Return an instance with the specified scheme.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified scheme.
+ *
+ * A null value provided for the scheme is equivalent to removing the scheme
+ * information.
+ *
+ * @param ?string $scheme
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withScheme(?string $scheme): self;
+
+ /**
+ * Return an instance with the specified user information.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified user information.
+ *
+ * Password is optional, but the user information MUST include the
+ * user; a null value for the user is equivalent to removing user
+ * information.
+ *
+ * @param ?string $user
+ * @param ?string $password
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withUserInfo(?string $user, ?string $password = null): self;
+
+ /**
+ * Return an instance with the specified host.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified host.
+ *
+ * A null value provided for the host is equivalent to removing the host
+ * information.
+ *
+ * @param ?string $host
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ * @throws IdnSupportMissing for component or transformations
+ * requiring IDN support when IDN support is not present
+ * or misconfigured.
+ */
+ public function withHost(?string $host): self;
+
+ /**
+ * Return an instance with the specified port.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified port.
+ *
+ * A null value provided for the port is equivalent to removing the port
+ * information.
+ *
+ * @param ?int $port
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withPort(?int $port): self;
+
+ /**
+ * Return an instance with the specified path.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified path.
+ *
+ * The path can either be empty or absolute (starting with a slash) or
+ * rootless (not starting with a slash). Implementations MUST support all
+ * three syntaxes.
+ *
+ * Users can provide both encoded and decoded path characters.
+ * Implementations ensure the correct encoding as outlined in getPath().
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withPath(string $path): self;
+
+ /**
+ * Return an instance with the specified query string.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified query string.
+ *
+ * Users can provide both encoded and decoded query characters.
+ * Implementations ensure the correct encoding as outlined in getQuery().
+ *
+ * A null value provided for the query is equivalent to removing the query
+ * information.
+ *
+ * @param ?string $query
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withQuery(?string $query): self;
+
+ /**
+ * Return an instance with the specified URI fragment.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified URI fragment.
+ *
+ * Users can provide both encoded and decoded fragment characters.
+ * Implementations ensure the correct encoding as outlined in getFragment().
+ *
+ * A null value provided for the fragment is equivalent to removing the fragment
+ * information.
+ *
+ * @param ?string $fragment
+ *
+ * @throws SyntaxError for invalid component or transformations
+ * that would result in a object in invalid state.
+ */
+ public function withFragment(?string $fragment): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Contracts/UserInfoInterface.php b/vendor/league/uri-interfaces/src/Contracts/UserInfoInterface.php
new file mode 100644
index 0000000..6411f9b
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Contracts/UserInfoInterface.php
@@ -0,0 +1,40 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Contracts;
+
+interface UserInfoInterface extends UriComponentInterface
+{
+ /**
+ * Returns the user component part.
+ */
+ public function getUser(): ?string;
+
+ /**
+ * Returns the pass component part.
+ */
+ public function getPass(): ?string;
+
+ /**
+ * Returns an instance with the specified user and/or pass.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified user.
+ *
+ * An empty user is equivalent to removing the user information.
+ *
+ * @param ?string $user
+ * @param ?string $pass
+ */
+ public function withUserInfo(?string $user, ?string $pass = null): self;
+}
diff --git a/vendor/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php b/vendor/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php
new file mode 100644
index 0000000..0105b2d
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Exceptions/FileinfoSupportMissing.php
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Exceptions;
+
+use League\Uri\Contracts\UriException;
+
+class FileinfoSupportMissing extends \RuntimeException implements UriException
+{
+}
diff --git a/vendor/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php b/vendor/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php
new file mode 100644
index 0000000..8ff3b53
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Exceptions/IdnSupportMissing.php
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Exceptions;
+
+use League\Uri\Contracts\UriException;
+
+class IdnSupportMissing extends \RuntimeException implements UriException
+{
+}
diff --git a/vendor/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php b/vendor/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php
new file mode 100644
index 0000000..80259f3
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Exceptions/IdnaConversionFailed.php
@@ -0,0 +1,46 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Exceptions;
+
+use League\Uri\Idna\IdnaInfo;
+
+final class IdnaConversionFailed extends SyntaxError
+{
+ /** @var IdnaInfo|null */
+ private $idnaInfo;
+
+ private function __construct(string $message, IdnaInfo $idnaInfo = null)
+ {
+ parent::__construct($message);
+ $this->idnaInfo = $idnaInfo;
+ }
+
+ public static function dueToIDNAError(string $domain, IdnaInfo $idnaInfo): self
+ {
+ return new self(
+ 'The host `'.$domain.'` is invalid : '.implode(', ', $idnaInfo->errorList()).' .',
+ $idnaInfo
+ );
+ }
+
+ public static function dueToInvalidHost(string $domain): self
+ {
+ return new self('The host `'.$domain.'` is not a valid IDN host');
+ }
+
+ public function idnaInfo(): ?IdnaInfo
+ {
+ return $this->idnaInfo;
+ }
+}
diff --git a/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php b/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php
new file mode 100644
index 0000000..1b5e4cb
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Exceptions/SyntaxError.php
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Exceptions;
+
+use League\Uri\Contracts\UriException;
+
+class SyntaxError extends \InvalidArgumentException implements UriException
+{
+}
diff --git a/vendor/league/uri-interfaces/src/Idna/Idna.php b/vendor/league/uri-interfaces/src/Idna/Idna.php
new file mode 100644
index 0000000..5930687
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Idna/Idna.php
@@ -0,0 +1,212 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Idna;
+
+use League\Uri\Exceptions\IdnaConversionFailed;
+use League\Uri\Exceptions\IdnSupportMissing;
+use League\Uri\Exceptions\SyntaxError;
+use function defined;
+use function function_exists;
+use function idn_to_ascii;
+use function idn_to_utf8;
+use function rawurldecode;
+use const INTL_IDNA_VARIANT_UTS46;
+
+/**
+ * @see https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/uidna_8h.html
+ */
+final class Idna
+{
+ private const REGEXP_IDNA_PATTERN = '/[^\x20-\x7f]/';
+ private const MAX_DOMAIN_LENGTH = 253;
+ private const MAX_LABEL_LENGTH = 63;
+
+ /**
+ * General registered name regular expression.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-3.2.2
+ * @see https://regex101.com/r/fptU8V/1
+ */
+ private const REGEXP_REGISTERED_NAME = '/
+ (?(DEFINE)
+ (?<unreserved>[a-z0-9_~\-]) # . is missing as it is used to separate labels
+ (?<sub_delims>[!$&\'()*+,;=])
+ (?<encoded>%[A-F0-9]{2})
+ (?<reg_name>(?:(?&unreserved)|(?&sub_delims)|(?&encoded))*)
+ )
+ ^(?:(?&reg_name)\.)*(?&reg_name)\.?$
+ /ix';
+
+ /**
+ * IDNA options.
+ */
+ public const IDNA_DEFAULT = 0;
+ public const IDNA_ALLOW_UNASSIGNED = 1;
+ public const IDNA_USE_STD3_RULES = 2;
+ public const IDNA_CHECK_BIDI = 4;
+ public const IDNA_CHECK_CONTEXTJ = 8;
+ public const IDNA_NONTRANSITIONAL_TO_ASCII = 0x10;
+ public const IDNA_NONTRANSITIONAL_TO_UNICODE = 0x20;
+ public const IDNA_CHECK_CONTEXTO = 0x40;
+
+ /**
+ * IDNA errors.
+ */
+ public const ERROR_NONE = 0;
+ public const ERROR_EMPTY_LABEL = 1;
+ public const ERROR_LABEL_TOO_LONG = 2;
+ public const ERROR_DOMAIN_NAME_TOO_LONG = 4;
+ public const ERROR_LEADING_HYPHEN = 8;
+ public const ERROR_TRAILING_HYPHEN = 0x10;
+ public const ERROR_HYPHEN_3_4 = 0x20;
+ public const ERROR_LEADING_COMBINING_MARK = 0x40;
+ public const ERROR_DISALLOWED = 0x80;
+ public const ERROR_PUNYCODE = 0x100;
+ public const ERROR_LABEL_HAS_DOT = 0x200;
+ public const ERROR_INVALID_ACE_LABEL = 0x400;
+ public const ERROR_BIDI = 0x800;
+ public const ERROR_CONTEXTJ = 0x1000;
+ public const ERROR_CONTEXTO_PUNCTUATION = 0x2000;
+ public const ERROR_CONTEXTO_DIGITS = 0x4000;
+
+ /**
+ * IDNA default options.
+ */
+ public const IDNA2008_ASCII = self::IDNA_NONTRANSITIONAL_TO_ASCII
+ | self::IDNA_CHECK_BIDI
+ | self::IDNA_USE_STD3_RULES
+ | self::IDNA_CHECK_CONTEXTJ;
+ public const IDNA2008_UNICODE = self::IDNA_NONTRANSITIONAL_TO_UNICODE
+ | self::IDNA_CHECK_BIDI
+ | self::IDNA_USE_STD3_RULES
+ | self::IDNA_CHECK_CONTEXTJ;
+
+ /**
+ * @codeCoverageIgnore
+ */
+ private static function supportsIdna(): void
+ {
+ static $idnSupport;
+ if (null === $idnSupport) {
+ $idnSupport = function_exists('\idn_to_ascii') && defined('\INTL_IDNA_VARIANT_UTS46');
+ }
+
+ if (!$idnSupport) {
+ throw new IdnSupportMissing('IDN host can not be processed. Verify that ext/intl is installed for IDN support and that ICU is at least version 4.6.');
+ }
+ }
+
+ /**
+ * Converts the input to its IDNA ASCII form.
+ *
+ * This method returns the string converted to IDN ASCII form
+ *
+ * @throws SyntaxError if the string can not be converted to ASCII using IDN UTS46 algorithm
+ */
+ public static function toAscii(string $domain, int $options): IdnaInfo
+ {
+ $domain = rawurldecode($domain);
+
+ if (1 === preg_match(self::REGEXP_IDNA_PATTERN, $domain)) {
+ self::supportsIdna();
+
+ /* @param-out array{errors: int, isTransitionalDifferent: bool, result: string} $idnaInfo */
+ idn_to_ascii($domain, $options, INTL_IDNA_VARIANT_UTS46, $idnaInfo);
+ if ([] === $idnaInfo) {
+ return IdnaInfo::fromIntl([
+ 'result' => strtolower($domain),
+ 'isTransitionalDifferent' => false,
+ 'errors' => self::validateDomainAndLabelLength($domain),
+ ]);
+ }
+
+ /* @var array{errors: int, isTransitionalDifferent: bool, result: string} $idnaInfo */
+ return IdnaInfo::fromIntl($idnaInfo);
+ }
+
+ $error = self::ERROR_NONE;
+ if (1 !== preg_match(self::REGEXP_REGISTERED_NAME, $domain)) {
+ $error |= self::ERROR_DISALLOWED;
+ }
+
+ return IdnaInfo::fromIntl([
+ 'result' => strtolower($domain),
+ 'isTransitionalDifferent' => false,
+ 'errors' => self::validateDomainAndLabelLength($domain) | $error,
+ ]);
+ }
+
+ /**
+ * Converts the input to its IDNA UNICODE form.
+ *
+ * This method returns the string converted to IDN UNICODE form
+ *
+ * @throws SyntaxError if the string can not be converted to UNICODE using IDN UTS46 algorithm
+ */
+ public static function toUnicode(string $domain, int $options): IdnaInfo
+ {
+ $domain = rawurldecode($domain);
+
+ if (false === stripos($domain, 'xn--')) {
+ return IdnaInfo::fromIntl(['result' => $domain, 'isTransitionalDifferent' => false, 'errors' => self::ERROR_NONE]);
+ }
+
+ self::supportsIdna();
+
+ /* @param-out array{errors: int, isTransitionalDifferent: bool, result: string} $idnaInfo */
+ idn_to_utf8($domain, $options, INTL_IDNA_VARIANT_UTS46, $idnaInfo);
+ if ([] === $idnaInfo) {
+ throw IdnaConversionFailed::dueToInvalidHost($domain);
+ }
+
+ /* @var array{errors: int, isTransitionalDifferent: bool, result: string} $idnaInfo */
+ return IdnaInfo::fromIntl($idnaInfo);
+ }
+
+ /**
+ * Adapted from https://github.com/TRowbotham/idna.
+ *
+ * @see https://github.com/TRowbotham/idna/blob/master/src/Idna.php#L236
+ */
+ private static function validateDomainAndLabelLength(string $domain): int
+ {
+ $error = self::ERROR_NONE;
+ $labels = explode('.', $domain);
+ $maxDomainSize = self::MAX_DOMAIN_LENGTH;
+ $length = count($labels);
+
+ // If the last label is empty and it is not the first label, then it is the root label.
+ // Increase the max size by 1, making it 254, to account for the root label's "."
+ // delimiter. This also means we don't need to check the last label's length for being too
+ // long.
+ if ($length > 1 && $labels[$length - 1] === '') {
+ ++$maxDomainSize;
+ array_pop($labels);
+ }
+
+ if (strlen($domain) > $maxDomainSize) {
+ $error |= self::ERROR_DOMAIN_NAME_TOO_LONG;
+ }
+
+ foreach ($labels as $label) {
+ if (strlen($label) > self::MAX_LABEL_LENGTH) {
+ $error |= self::ERROR_LABEL_TOO_LONG;
+
+ break;
+ }
+ }
+
+ return $error;
+ }
+}
diff --git a/vendor/league/uri-interfaces/src/Idna/IdnaInfo.php b/vendor/league/uri-interfaces/src/Idna/IdnaInfo.php
new file mode 100644
index 0000000..73610a2
--- /dev/null
+++ b/vendor/league/uri-interfaces/src/Idna/IdnaInfo.php
@@ -0,0 +1,113 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Idna;
+
+use function array_filter;
+use const ARRAY_FILTER_USE_KEY;
+
+/**
+ * @see https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/uidna_8h.html
+ */
+final class IdnaInfo
+{
+ private const ERRORS = [
+ Idna::ERROR_EMPTY_LABEL => 'a non-final domain name label (or the whole domain name) is empty',
+ Idna::ERROR_LABEL_TOO_LONG => 'a domain name label is longer than 63 bytes',
+ Idna::ERROR_DOMAIN_NAME_TOO_LONG => 'a domain name is longer than 255 bytes in its storage form',
+ Idna::ERROR_LEADING_HYPHEN => 'a label starts with a hyphen-minus ("-")',
+ Idna::ERROR_TRAILING_HYPHEN => 'a label ends with a hyphen-minus ("-")',
+ Idna::ERROR_HYPHEN_3_4 => 'a label contains hyphen-minus ("-") in the third and fourth positions',
+ Idna::ERROR_LEADING_COMBINING_MARK => 'a label starts with a combining mark',
+ Idna::ERROR_DISALLOWED => 'a label or domain name contains disallowed characters',
+ Idna::ERROR_PUNYCODE => 'a label starts with "xn--" but does not contain valid Punycode',
+ Idna::ERROR_LABEL_HAS_DOT => 'a label contains a dot=full stop',
+ Idna::ERROR_INVALID_ACE_LABEL => 'An ACE label does not contain a valid label string',
+ Idna::ERROR_BIDI => 'a label does not meet the IDNA BiDi requirements (for right-to-left characters)',
+ Idna::ERROR_CONTEXTJ => 'a label does not meet the IDNA CONTEXTJ requirements',
+ Idna::ERROR_CONTEXTO_DIGITS => 'a label does not meet the IDNA CONTEXTO requirements for digits',
+ Idna::ERROR_CONTEXTO_PUNCTUATION => 'a label does not meet the IDNA CONTEXTO requirements for punctuation characters. Some punctuation characters "Would otherwise have been DISALLOWED" but are allowed in certain contexts',
+ ];
+
+ /** @var string */
+ private $result;
+
+ /** @var bool */
+ private $isTransitionalDifferent;
+
+ /** @var int */
+ private $errors;
+
+ /**
+ * @var array<int, string>
+ */
+ private $errorList;
+
+ private function __construct(string $result, bool $isTransitionalDifferent, int $errors)
+ {
+ $this->result = $result;
+ $this->errors = $errors;
+ $this->isTransitionalDifferent = $isTransitionalDifferent;
+ $this->errorList = array_filter(
+ self::ERRORS,
+ function (int $error): bool {
+ return 0 !== ($error & $this->errors);
+ },
+ ARRAY_FILTER_USE_KEY
+ );
+ }
+
+ /**
+ * @param array{result:string, isTransitionalDifferent:bool, errors:int} $infos
+ */
+ public static function fromIntl(array $infos): self
+ {
+ return new self($infos['result'], $infos['isTransitionalDifferent'], $infos['errors']);
+ }
+
+ /**
+ * @param array{result:string, isTransitionalDifferent:bool, errors:int} $properties
+ */
+ public static function __set_state(array $properties): self
+ {
+ return self::fromIntl($properties);
+ }
+
+ public function result(): string
+ {
+ return $this->result;
+ }
+
+ public function isTransitionalDifferent(): bool
+ {
+ return $this->isTransitionalDifferent;
+ }
+
+ public function errors(): int
+ {
+ return $this->errors;
+ }
+
+ public function error(int $error): ?string
+ {
+ return $this->errorList[$error] ?? null;
+ }
+
+ /**
+ * @return array<int, string>
+ */
+ public function errorList(): array
+ {
+ return $this->errorList;
+ }
+}
diff --git a/vendor/league/uri/LICENSE b/vendor/league/uri/LICENSE
new file mode 100644
index 0000000..3b52528
--- /dev/null
+++ b/vendor/league/uri/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 ignace nyamagana butera
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/vendor/league/uri/composer.json b/vendor/league/uri/composer.json
new file mode 100644
index 0000000..28edbd8
--- /dev/null
+++ b/vendor/league/uri/composer.json
@@ -0,0 +1,107 @@
+{
+ "name": "league/uri",
+ "type": "library",
+ "description" : "URI manipulation library",
+ "keywords": [
+ "url",
+ "uri",
+ "rfc3986",
+ "rfc3987",
+ "rfc6570",
+ "psr-7",
+ "parse_url",
+ "http",
+ "https",
+ "ws",
+ "ftp",
+ "data-uri",
+ "file-uri",
+ "middleware",
+ "parse_str",
+ "query-string",
+ "querystring",
+ "hostname",
+ "uri-template"
+ ],
+ "license": "MIT",
+ "homepage": "https://uri.thephpleague.com",
+ "authors": [
+ {
+ "name" : "Ignace Nyamagana Butera",
+ "email" : "[email protected]",
+ "homepage" : "https://nyamsprod.com"
+ }
+ ],
+ "support": {
+ "forum": "https://thephpleague.slack.com",
+ "docs": "https://uri.thephpleague.com",
+ "issues": "https://github.com/thephpleague/uri/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/nyamsprod"
+ }
+ ],
+ "require": {
+ "php": "^7.4 || ^8.0",
+ "ext-json": "*",
+ "psr/http-message": "^1.0",
+ "league/uri-interfaces": "^2.3"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^v3.3.2",
+ "nyholm/psr7": "^1.5",
+ "php-http/psr7-integration-tests": "^1.1",
+ "phpstan/phpstan": "^1.2.0",
+ "phpstan/phpstan-deprecation-rules": "^1.0",
+ "phpstan/phpstan-phpunit": "^1.0.0",
+ "phpstan/phpstan-strict-rules": "^1.1.0",
+ "phpunit/phpunit": "^9.5.10",
+ "psr/http-factory": "^1.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "League\\Uri\\": "src"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "LeagueTest\\Uri\\": "tests"
+ }
+ },
+ "conflict": {
+ "league/uri-schemes": "^1.0"
+ },
+ "scripts": {
+ "phpcs": "php-cs-fixer fix -v --diff --dry-run --allow-risky=yes --ansi",
+ "phpcs:fix": "php-cs-fixer fix -vvv --allow-risky=yes --ansi",
+ "phpstan": "phpstan analyse -l max -c phpstan.neon src --ansi --memory-limit=256M",
+ "phpunit": "XDEBUG_MODE=coverage phpunit --coverage-text",
+ "test": [
+ "@phpunit",
+ "@phpstan",
+ "@phpcs"
+ ]
+ },
+ "scripts-descriptions": {
+ "phpcs": "Runs coding style test suite",
+ "phpstan": "Runs complete codebase static analysis",
+ "phpunit": "Runs unit and functional testing",
+ "test": "Runs full test suite"
+ },
+ "suggest": {
+ "league/uri-components" : "Needed to easily manipulate URI objects",
+ "ext-intl" : "Needed to improve host validation",
+ "ext-fileinfo": "Needed to create Data URI from a filepath",
+ "psr/http-factory": "Needed to use the URI factory"
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "6.x-dev"
+ }
+ },
+ "config": {
+ "sort-packages": true
+ }
+}
diff --git a/vendor/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php b/vendor/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php
new file mode 100644
index 0000000..7c24b94
--- /dev/null
+++ b/vendor/league/uri/src/Exceptions/TemplateCanNotBeExpanded.php
@@ -0,0 +1,30 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\Exceptions;
+
+use InvalidArgumentException;
+use League\Uri\Contracts\UriException;
+
+class TemplateCanNotBeExpanded extends InvalidArgumentException implements UriException
+{
+ public static function dueToUnableToProcessValueListWithPrefix(string $variableName): self
+ {
+ return new self('The ":" modifier can not be applied on "'.$variableName.'" since it is a list of values.');
+ }
+
+ public static function dueToNestedListOfValue(string $variableName): self
+ {
+ return new self('The "'.$variableName.'" can not be a nested list.');
+ }
+}
diff --git a/vendor/league/uri/src/Http.php b/vendor/league/uri/src/Http.php
new file mode 100644
index 0000000..daf29c8
--- /dev/null
+++ b/vendor/league/uri/src/Http.php
@@ -0,0 +1,335 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri;
+
+use JsonSerializable;
+use League\Uri\Contracts\UriInterface;
+use League\Uri\Exceptions\SyntaxError;
+use Psr\Http\Message\UriInterface as Psr7UriInterface;
+use function is_object;
+use function is_scalar;
+use function method_exists;
+use function sprintf;
+
+final class Http implements Psr7UriInterface, JsonSerializable
+{
+ private UriInterface $uri;
+
+ private function __construct(UriInterface $uri)
+ {
+ $this->validate($uri);
+ $this->uri = $uri;
+ }
+
+ /**
+ * Validate the submitted uri against PSR-7 UriInterface.
+ *
+ * @throws SyntaxError if the given URI does not follow PSR-7 UriInterface rules
+ */
+ private function validate(UriInterface $uri): void
+ {
+ $scheme = $uri->getScheme();
+ if (null === $scheme && '' === $uri->getHost()) {
+ throw new SyntaxError(sprintf('an URI without scheme can not contains a empty host string according to PSR-7: %s', (string) $uri));
+ }
+
+ $port = $uri->getPort();
+ if (null !== $port && ($port < 0 || $port > 65535)) {
+ throw new SyntaxError(sprintf('The URI port is outside the established TCP and UDP port ranges: %s', (string) $uri->getPort()));
+ }
+ }
+
+ /**
+ * Static method called by PHP's var export.
+ */
+ public static function __set_state(array $components): self
+ {
+ return new self($components['uri']);
+ }
+
+ /**
+ * Create a new instance from a string.
+ *
+ * @param string|mixed $uri
+ */
+ public static function createFromString($uri = ''): self
+ {
+ return new self(Uri::createFromString($uri));
+ }
+
+ /**
+ * Create a new instance from a hash of parse_url parts.
+ *
+ * @param array $components a hash representation of the URI similar
+ * to PHP parse_url function result
+ */
+ public static function createFromComponents(array $components): self
+ {
+ return new self(Uri::createFromComponents($components));
+ }
+
+ /**
+ * Create a new instance from the environment.
+ */
+ public static function createFromServer(array $server): self
+ {
+ return new self(Uri::createFromServer($server));
+ }
+
+ /**
+ * Create a new instance from a URI and a Base URI.
+ *
+ * The returned URI must be absolute.
+ *
+ * @param mixed $uri the input URI to create
+ * @param mixed $base_uri the base URI used for reference
+ */
+ public static function createFromBaseUri($uri, $base_uri = null): self
+ {
+ return new self(Uri::createFromBaseUri($uri, $base_uri));
+ }
+
+ /**
+ * Create a new instance from a URI object.
+ *
+ * @param Psr7UriInterface|UriInterface $uri the input URI to create
+ */
+ public static function createFromUri($uri): self
+ {
+ if ($uri instanceof UriInterface) {
+ return new self($uri);
+ }
+
+ return new self(Uri::createFromUri($uri));
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getScheme(): string
+ {
+ return (string) $this->uri->getScheme();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getAuthority(): string
+ {
+ return (string) $this->uri->getAuthority();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getUserInfo(): string
+ {
+ return (string) $this->uri->getUserInfo();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getHost(): string
+ {
+ return (string) $this->uri->getHost();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getPort(): ?int
+ {
+ return $this->uri->getPort();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getPath(): string
+ {
+ return $this->uri->getPath();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getQuery(): string
+ {
+ return (string) $this->uri->getQuery();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getFragment(): string
+ {
+ return (string) $this->uri->getFragment();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withScheme($scheme): self
+ {
+ /** @var string $scheme */
+ $scheme = $this->filterInput($scheme);
+ if ('' === $scheme) {
+ $scheme = null;
+ }
+
+ $uri = $this->uri->withScheme($scheme);
+ if ($uri->getScheme() === $this->uri->getScheme()) {
+ return $this;
+ }
+
+ return new self($uri);
+ }
+
+ /**
+ * Safely stringify input when possible.
+ *
+ * @param mixed $str the value to evaluate as a string
+ *
+ * @throws SyntaxError if the submitted data can not be converted to string
+ *
+ * @return string|mixed
+ */
+ private function filterInput($str)
+ {
+ if (is_scalar($str) || (is_object($str) && method_exists($str, '__toString'))) {
+ return (string) $str;
+ }
+
+ return $str;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withUserInfo($user, $password = null): self
+ {
+ /** @var string $user */
+ $user = $this->filterInput($user);
+ if ('' === $user) {
+ $user = null;
+ }
+
+ $uri = $this->uri->withUserInfo($user, $password);
+ if ($uri->getUserInfo() === $this->uri->getUserInfo()) {
+ return $this;
+ }
+
+ return new self($uri);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withHost($host): self
+ {
+ /** @var string $host */
+ $host = $this->filterInput($host);
+ if ('' === $host) {
+ $host = null;
+ }
+
+ $uri = $this->uri->withHost($host);
+ if ($uri->getHost() === $this->uri->getHost()) {
+ return $this;
+ }
+
+ return new self($uri);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withPort($port): self
+ {
+ $uri = $this->uri->withPort($port);
+ if ($uri->getPort() === $this->uri->getPort()) {
+ return $this;
+ }
+
+ return new self($uri);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withPath($path): self
+ {
+ $uri = $this->uri->withPath($path);
+ if ($uri->getPath() === $this->uri->getPath()) {
+ return $this;
+ }
+
+ return new self($uri);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withQuery($query): self
+ {
+ /** @var string $query */
+ $query = $this->filterInput($query);
+ if ('' === $query) {
+ $query = null;
+ }
+
+ $uri = $this->uri->withQuery($query);
+ if ($uri->getQuery() === $this->uri->getQuery()) {
+ return $this;
+ }
+
+ return new self($uri);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withFragment($fragment): self
+ {
+ /** @var string $fragment */
+ $fragment = $this->filterInput($fragment);
+ if ('' === $fragment) {
+ $fragment = null;
+ }
+
+ $uri = $this->uri->withFragment($fragment);
+ if ($uri->getFragment() === $this->uri->getFragment()) {
+ return $this;
+ }
+
+ return new self($uri);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function __toString(): string
+ {
+ return $this->uri->__toString();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function jsonSerialize(): string
+ {
+ return $this->uri->__toString();
+ }
+}
diff --git a/vendor/league/uri/src/HttpFactory.php b/vendor/league/uri/src/HttpFactory.php
new file mode 100644
index 0000000..fc3bcfa
--- /dev/null
+++ b/vendor/league/uri/src/HttpFactory.php
@@ -0,0 +1,25 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri;
+
+use Psr\Http\Message\UriFactoryInterface;
+use Psr\Http\Message\UriInterface;
+
+final class HttpFactory implements UriFactoryInterface
+{
+ public function createUri(string $uri = ''): UriInterface
+ {
+ return Http::createFromString($uri);
+ }
+}
diff --git a/vendor/league/uri/src/Uri.php b/vendor/league/uri/src/Uri.php
new file mode 100644
index 0000000..4212730
--- /dev/null
+++ b/vendor/league/uri/src/Uri.php
@@ -0,0 +1,1333 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri;
+
+use finfo;
+use League\Uri\Contracts\UriInterface;
+use League\Uri\Exceptions\FileinfoSupportMissing;
+use League\Uri\Exceptions\IdnaConversionFailed;
+use League\Uri\Exceptions\IdnSupportMissing;
+use League\Uri\Exceptions\SyntaxError;
+use League\Uri\Idna\Idna;
+use Psr\Http\Message\UriInterface as Psr7UriInterface;
+use TypeError;
+use function array_filter;
+use function array_map;
+use function base64_decode;
+use function base64_encode;
+use function count;
+use function explode;
+use function file_get_contents;
+use function filter_var;
+use function implode;
+use function in_array;
+use function inet_pton;
+use function is_object;
+use function is_scalar;
+use function method_exists;
+use function preg_match;
+use function preg_replace;
+use function preg_replace_callback;
+use function rawurlencode;
+use function sprintf;
+use function str_replace;
+use function strlen;
+use function strpos;
+use function strspn;
+use function strtolower;
+use function substr;
+use const FILEINFO_MIME;
+use const FILTER_FLAG_IPV4;
+use const FILTER_FLAG_IPV6;
+use const FILTER_NULL_ON_FAILURE;
+use const FILTER_VALIDATE_BOOLEAN;
+use const FILTER_VALIDATE_IP;
+
+final class Uri implements UriInterface
+{
+ /**
+ * RFC3986 invalid characters.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-2.2
+ *
+ * @var string
+ */
+ private const REGEXP_INVALID_CHARS = '/[\x00-\x1f\x7f]/';
+
+ /**
+ * RFC3986 Sub delimiter characters regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-2.2
+ *
+ * @var string
+ */
+ private const REGEXP_CHARS_SUBDELIM = "\!\$&'\(\)\*\+,;\=%";
+
+ /**
+ * RFC3986 unreserved characters regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-2.3
+ *
+ * @var string
+ */
+ private const REGEXP_CHARS_UNRESERVED = 'A-Za-z0-9_\-\.~';
+
+ /**
+ * RFC3986 schema regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.1
+ */
+ private const REGEXP_SCHEME = ',^[a-z]([-a-z0-9+.]+)?$,i';
+
+ /**
+ * RFC3986 host identified by a registered name regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ */
+ private const REGEXP_HOST_REGNAME = '/^(
+ (?<unreserved>[a-z0-9_~\-\.])|
+ (?<sub_delims>[!$&\'()*+,;=])|
+ (?<encoded>%[A-F0-9]{2})
+ )+$/x';
+
+ /**
+ * RFC3986 delimiters of the generic URI components regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-2.2
+ */
+ private const REGEXP_HOST_GEN_DELIMS = '/[:\/?#\[\]@ ]/'; // Also includes space.
+
+ /**
+ * RFC3986 IPvFuture regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ */
+ private const REGEXP_HOST_IPFUTURE = '/^
+ v(?<version>[A-F0-9])+\.
+ (?:
+ (?<unreserved>[a-z0-9_~\-\.])|
+ (?<sub_delims>[!$&\'()*+,;=:]) # also include the : character
+ )+
+ $/ix';
+
+ /**
+ * RFC3986 IPvFuture host and port component.
+ */
+ private const REGEXP_HOST_PORT = ',^(?<host>(\[.*]|[^:])*)(:(?<port>[^/?#]*))?$,x';
+
+ /**
+ * Significant 10 bits of IP to detect Zone ID regular expression pattern.
+ */
+ private const HOST_ADDRESS_BLOCK = "\xfe\x80";
+
+ /**
+ * Regular expression pattern to for file URI.
+ * <volume> contains the volume but not the volume separator.
+ * The volume separator may be URL-encoded (`|` as `%7C`) by ::formatPath(),
+ * so we account for that here.
+ */
+ private const REGEXP_FILE_PATH = ',^(?<delim>/)?(?<volume>[a-zA-Z])(?:[:|\|]|%7C)(?<rest>.*)?,';
+
+ /**
+ * Mimetype regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc2397
+ */
+ private const REGEXP_MIMETYPE = ',^\w+/[-.\w]+(?:\+[-.\w]+)?$,';
+
+ /**
+ * Base64 content regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc2397
+ */
+ private const REGEXP_BINARY = ',(;|^)base64$,';
+
+ /**
+ * Windows file path string regular expression pattern.
+ * <root> contains both the volume and volume separator.
+ */
+ private const REGEXP_WINDOW_PATH = ',^(?<root>[a-zA-Z][:|\|]),';
+
+ /**
+ * Supported schemes and corresponding default port.
+ *
+ * @var array<string, int|null>
+ */
+ private const SCHEME_DEFAULT_PORT = [
+ 'data' => null,
+ 'file' => null,
+ 'ftp' => 21,
+ 'gopher' => 70,
+ 'http' => 80,
+ 'https' => 443,
+ 'ws' => 80,
+ 'wss' => 443,
+ ];
+
+ /**
+ * URI validation methods per scheme.
+ *
+ * @var array<string>
+ */
+ private const SCHEME_VALIDATION_METHOD = [
+ 'data' => 'isUriWithSchemeAndPathOnly',
+ 'file' => 'isUriWithSchemeHostAndPathOnly',
+ 'ftp' => 'isNonEmptyHostUriWithoutFragmentAndQuery',
+ 'gopher' => 'isNonEmptyHostUriWithoutFragmentAndQuery',
+ 'http' => 'isNonEmptyHostUri',
+ 'https' => 'isNonEmptyHostUri',
+ 'ws' => 'isNonEmptyHostUriWithoutFragment',
+ 'wss' => 'isNonEmptyHostUriWithoutFragment',
+ ];
+
+ /**
+ * All ASCII letters sorted by typical frequency of occurrence.
+ *
+ * @var string
+ */
+ private const ASCII = "\x20\x65\x69\x61\x73\x6E\x74\x72\x6F\x6C\x75\x64\x5D\x5B\x63\x6D\x70\x27\x0A\x67\x7C\x68\x76\x2E\x66\x62\x2C\x3A\x3D\x2D\x71\x31\x30\x43\x32\x2A\x79\x78\x29\x28\x4C\x39\x41\x53\x2F\x50\x22\x45\x6A\x4D\x49\x6B\x33\x3E\x35\x54\x3C\x44\x34\x7D\x42\x7B\x38\x46\x77\x52\x36\x37\x55\x47\x4E\x3B\x4A\x7A\x56\x23\x48\x4F\x57\x5F\x26\x21\x4B\x3F\x58\x51\x25\x59\x5C\x09\x5A\x2B\x7E\x5E\x24\x40\x60\x7F\x00\x01\x02\x03\x04\x05\x06\x07\x08\x0B\x0C\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F";
+
+ private ?string $scheme;
+ private ?string $user_info;
+ private ?string $host;
+ private ?int $port;
+ private ?string $authority;
+ private string $path = '';
+ private ?string $query;
+ private ?string $fragment;
+ private ?string $uri;
+
+ private function __construct(
+ ?string $scheme,
+ ?string $user,
+ ?string $pass,
+ ?string $host,
+ ?int $port,
+ string $path,
+ ?string $query,
+ ?string $fragment
+ ) {
+ $this->scheme = $this->formatScheme($scheme);
+ $this->user_info = $this->formatUserInfo($user, $pass);
+ $this->host = $this->formatHost($host);
+ $this->port = $this->formatPort($port);
+ $this->authority = $this->setAuthority();
+ $this->path = $this->formatPath($path);
+ $this->query = $this->formatQueryAndFragment($query);
+ $this->fragment = $this->formatQueryAndFragment($fragment);
+ $this->assertValidState();
+ }
+
+ /**
+ * Format the Scheme and Host component.
+ *
+ * @param ?string $scheme
+ * @throws SyntaxError if the scheme is invalid
+ */
+ private function formatScheme(?string $scheme): ?string
+ {
+ if (null === $scheme) {
+ return $scheme;
+ }
+
+ $formatted_scheme = strtolower($scheme);
+ if (1 === preg_match(self::REGEXP_SCHEME, $formatted_scheme)) {
+ return $formatted_scheme;
+ }
+
+ throw new SyntaxError(sprintf('The scheme `%s` is invalid.', $scheme));
+ }
+
+ /**
+ * Set the UserInfo component.
+ * @param ?string $user
+ * @param ?string $password
+ */
+ private function formatUserInfo(?string $user, ?string $password): ?string
+ {
+ if (null === $user) {
+ return $user;
+ }
+
+ static $user_pattern = '/(?:[^%'.self::REGEXP_CHARS_UNRESERVED.self::REGEXP_CHARS_SUBDELIM.']++|%(?![A-Fa-f0-9]{2}))/';
+ $user = preg_replace_callback($user_pattern, [Uri::class, 'urlEncodeMatch'], $user);
+ if (null === $password) {
+ return $user;
+ }
+
+ static $password_pattern = '/(?:[^%:'.self::REGEXP_CHARS_UNRESERVED.self::REGEXP_CHARS_SUBDELIM.']++|%(?![A-Fa-f0-9]{2}))/';
+
+ return $user.':'.preg_replace_callback($password_pattern, [Uri::class, 'urlEncodeMatch'], $password);
+ }
+
+ /**
+ * Returns the RFC3986 encoded string matched.
+ */
+ private static function urlEncodeMatch(array $matches): string
+ {
+ return rawurlencode($matches[0]);
+ }
+
+ /**
+ * Validate and Format the Host component.
+ * @param ?string $host
+ */
+ private function formatHost(?string $host): ?string
+ {
+ if (null === $host || '' === $host) {
+ return $host;
+ }
+
+ if ('[' !== $host[0]) {
+ return $this->formatRegisteredName($host);
+ }
+
+ return $this->formatIp($host);
+ }
+
+ /**
+ * Validate and format a registered name.
+ *
+ * The host is converted to its ascii representation if needed
+ *
+ * @throws IdnSupportMissing if the submitted host required missing or misconfigured IDN support
+ * @throws SyntaxError if the submitted host is not a valid registered name
+ */
+ private function formatRegisteredName(string $host): string
+ {
+ $formatted_host = rawurldecode($host);
+ if (1 === preg_match(self::REGEXP_HOST_REGNAME, $formatted_host)) {
+ return $formatted_host;
+ }
+
+ if (1 === preg_match(self::REGEXP_HOST_GEN_DELIMS, $formatted_host)) {
+ throw new SyntaxError(sprintf('The host `%s` is invalid : a registered name can not contain URI delimiters or spaces', $host));
+ }
+
+ $info = Idna::toAscii($host, Idna::IDNA2008_ASCII);
+ if (0 !== $info->errors()) {
+ throw IdnaConversionFailed::dueToIDNAError($host, $info);
+ }
+
+ return $info->result();
+ }
+
+ /**
+ * Validate and Format the IPv6/IPvfuture host.
+ *
+ * @throws SyntaxError if the submitted host is not a valid IP host
+ */
+ private function formatIp(string $host): string
+ {
+ $ip = substr($host, 1, -1);
+ if (false !== filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
+ return $host;
+ }
+
+ if (1 === preg_match(self::REGEXP_HOST_IPFUTURE, $ip, $matches) && !in_array($matches['version'], ['4', '6'], true)) {
+ return $host;
+ }
+
+ $pos = strpos($ip, '%');
+ if (false === $pos) {
+ throw new SyntaxError(sprintf('The host `%s` is invalid : the IP host is malformed', $host));
+ }
+
+ if (1 === preg_match(self::REGEXP_HOST_GEN_DELIMS, rawurldecode(substr($ip, $pos)))) {
+ throw new SyntaxError(sprintf('The host `%s` is invalid : the IP host is malformed', $host));
+ }
+
+ $ip = substr($ip, 0, $pos);
+ if (false === filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
+ throw new SyntaxError(sprintf('The host `%s` is invalid : the IP host is malformed', $host));
+ }
+
+ //Only the address block fe80::/10 can have a Zone ID attach to
+ //let's detect the link local significant 10 bits
+ if (0 === strpos((string) inet_pton($ip), self::HOST_ADDRESS_BLOCK)) {
+ return $host;
+ }
+
+ throw new SyntaxError(sprintf('The host `%s` is invalid : the IP host is malformed', $host));
+ }
+
+ /**
+ * Format the Port component.
+ *
+ * @param object|null|int|string $port
+ *
+ * @throws SyntaxError
+ */
+ private function formatPort($port = null): ?int
+ {
+ if (null === $port || '' === $port) {
+ return null;
+ }
+
+ if (!is_int($port) && !(is_string($port) && 1 === preg_match('/^\d*$/', $port))) {
+ throw new SyntaxError('The port is expected to be an integer or a string representing an integer; '.gettype($port).' given.');
+ }
+
+ $port = (int) $port;
+ if (0 > $port) {
+ throw new SyntaxError(sprintf('The port `%s` is invalid', $port));
+ }
+
+ $defaultPort = self::SCHEME_DEFAULT_PORT[$this->scheme] ?? null;
+ if ($defaultPort === $port) {
+ return null;
+ }
+
+ return $port;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public static function __set_state(array $components): self
+ {
+ $components['user'] = null;
+ $components['pass'] = null;
+ if (null !== $components['user_info']) {
+ [$components['user'], $components['pass']] = explode(':', $components['user_info'], 2) + [1 => null];
+ }
+
+ return new self(
+ $components['scheme'],
+ $components['user'],
+ $components['pass'],
+ $components['host'],
+ $components['port'],
+ $components['path'],
+ $components['query'],
+ $components['fragment']
+ );
+ }
+
+ /**
+ * Create a new instance from a URI and a Base URI.
+ *
+ * The returned URI must be absolute.
+ *
+ * @param mixed $uri the input URI to create
+ * @param null|mixed $base_uri the base URI used for reference
+ */
+ public static function createFromBaseUri($uri, $base_uri = null): UriInterface
+ {
+ if (!$uri instanceof UriInterface) {
+ $uri = self::createFromString($uri);
+ }
+
+ if (null === $base_uri) {
+ if (null === $uri->getScheme()) {
+ throw new SyntaxError(sprintf('the URI `%s` must be absolute', (string) $uri));
+ }
+
+ if (null === $uri->getAuthority()) {
+ return $uri;
+ }
+
+ /** @var UriInterface $uri */
+ $uri = UriResolver::resolve($uri, $uri->withFragment(null)->withQuery(null)->withPath(''));
+
+ return $uri;
+ }
+
+ if (!$base_uri instanceof UriInterface) {
+ $base_uri = self::createFromString($base_uri);
+ }
+
+ if (null === $base_uri->getScheme()) {
+ throw new SyntaxError(sprintf('the base URI `%s` must be absolute', (string) $base_uri));
+ }
+
+ /** @var UriInterface $uri */
+ $uri = UriResolver::resolve($uri, $base_uri);
+
+ return $uri;
+ }
+
+ /**
+ * Create a new instance from a string.
+ *
+ * @param string|mixed $uri
+ */
+ public static function createFromString($uri = ''): self
+ {
+ $components = UriString::parse($uri);
+
+ return new self(
+ $components['scheme'],
+ $components['user'],
+ $components['pass'],
+ $components['host'],
+ $components['port'],
+ $components['path'],
+ $components['query'],
+ $components['fragment']
+ );
+ }
+
+ /**
+ * Create a new instance from a hash representation of the URI similar
+ * to PHP parse_url function result.
+ */
+ public static function createFromComponents(array $components = []): self
+ {
+ $components += [
+ 'scheme' => null, 'user' => null, 'pass' => null, 'host' => null,
+ 'port' => null, 'path' => '', 'query' => null, 'fragment' => null,
+ ];
+
+ return new self(
+ $components['scheme'],
+ $components['user'],
+ $components['pass'],
+ $components['host'],
+ $components['port'],
+ $components['path'],
+ $components['query'],
+ $components['fragment']
+ );
+ }
+
+ /**
+ * Create a new instance from a data file path.
+ *
+ * @param resource|null $context
+ *
+ * @throws FileinfoSupportMissing If ext/fileinfo is not installed
+ * @throws SyntaxError If the file does not exist or is not readable
+ */
+ public static function createFromDataPath(string $path, $context = null): self
+ {
+ static $finfo_support = null;
+ $finfo_support = $finfo_support ?? class_exists(finfo::class);
+
+ // @codeCoverageIgnoreStart
+ if (!$finfo_support) {
+ throw new FileinfoSupportMissing(sprintf('Please install ext/fileinfo to use the %s() method.', __METHOD__));
+ }
+ // @codeCoverageIgnoreEnd
+
+ $file_args = [$path, false];
+ $mime_args = [$path, FILEINFO_MIME];
+ if (null !== $context) {
+ $file_args[] = $context;
+ $mime_args[] = $context;
+ }
+
+ $raw = @file_get_contents(...$file_args);
+ if (false === $raw) {
+ throw new SyntaxError(sprintf('The file `%s` does not exist or is not readable', $path));
+ }
+
+ $mimetype = (string) (new finfo(FILEINFO_MIME))->file(...$mime_args);
+
+ return Uri::createFromComponents([
+ 'scheme' => 'data',
+ 'path' => str_replace(' ', '', $mimetype.';base64,'.base64_encode($raw)),
+ ]);
+ }
+
+ /**
+ * Create a new instance from a Unix path string.
+ */
+ public static function createFromUnixPath(string $uri = ''): self
+ {
+ $uri = implode('/', array_map('rawurlencode', explode('/', $uri)));
+ if ('/' !== ($uri[0] ?? '')) {
+ return Uri::createFromComponents(['path' => $uri]);
+ }
+
+ return Uri::createFromComponents(['path' => $uri, 'scheme' => 'file', 'host' => '']);
+ }
+
+ /**
+ * Create a new instance from a local Windows path string.
+ */
+ public static function createFromWindowsPath(string $uri = ''): self
+ {
+ $root = '';
+ if (1 === preg_match(self::REGEXP_WINDOW_PATH, $uri, $matches)) {
+ $root = substr($matches['root'], 0, -1).':';
+ $uri = substr($uri, strlen($root));
+ }
+ $uri = str_replace('\\', '/', $uri);
+ $uri = implode('/', array_map('rawurlencode', explode('/', $uri)));
+
+ //Local Windows absolute path
+ if ('' !== $root) {
+ return Uri::createFromComponents(['path' => '/'.$root.$uri, 'scheme' => 'file', 'host' => '']);
+ }
+
+ //UNC Windows Path
+ if ('//' !== substr($uri, 0, 2)) {
+ return Uri::createFromComponents(['path' => $uri]);
+ }
+
+ $parts = explode('/', substr($uri, 2), 2) + [1 => null];
+
+ return Uri::createFromComponents(['host' => $parts[0], 'path' => '/'.$parts[1], 'scheme' => 'file']);
+ }
+
+ /**
+ * Create a new instance from a URI object.
+ *
+ * @param Psr7UriInterface|UriInterface $uri the input URI to create
+ */
+ public static function createFromUri($uri): self
+ {
+ if ($uri instanceof UriInterface) {
+ $user_info = $uri->getUserInfo();
+ $user = null;
+ $pass = null;
+ if (null !== $user_info) {
+ [$user, $pass] = explode(':', $user_info, 2) + [1 => null];
+ }
+
+ return new self(
+ $uri->getScheme(),
+ $user,
+ $pass,
+ $uri->getHost(),
+ $uri->getPort(),
+ $uri->getPath(),
+ $uri->getQuery(),
+ $uri->getFragment()
+ );
+ }
+
+ if (!$uri instanceof Psr7UriInterface) {
+ throw new TypeError(sprintf('The object must implement the `%s` or the `%s`', Psr7UriInterface::class, UriInterface::class));
+ }
+
+ $scheme = $uri->getScheme();
+ if ('' === $scheme) {
+ $scheme = null;
+ }
+
+ $fragment = $uri->getFragment();
+ if ('' === $fragment) {
+ $fragment = null;
+ }
+
+ $query = $uri->getQuery();
+ if ('' === $query) {
+ $query = null;
+ }
+
+ $host = $uri->getHost();
+ if ('' === $host) {
+ $host = null;
+ }
+
+ $user_info = $uri->getUserInfo();
+ $user = null;
+ $pass = null;
+ if ('' !== $user_info) {
+ [$user, $pass] = explode(':', $user_info, 2) + [1 => null];
+ }
+
+ return new self(
+ $scheme,
+ $user,
+ $pass,
+ $host,
+ $uri->getPort(),
+ $uri->getPath(),
+ $query,
+ $fragment
+ );
+ }
+
+ /**
+ * Create a new instance from the environment.
+ */
+ public static function createFromServer(array $server): self
+ {
+ [$user, $pass] = self::fetchUserInfo($server);
+ [$host, $port] = self::fetchHostname($server);
+ [$path, $query] = self::fetchRequestUri($server);
+
+ return Uri::createFromComponents([
+ 'scheme' => self::fetchScheme($server),
+ 'user' => $user,
+ 'pass' => $pass,
+ 'host' => $host,
+ 'port' => $port,
+ 'path' => $path,
+ 'query' => $query,
+ ]);
+ }
+
+ /**
+ * Returns the environment scheme.
+ */
+ private static function fetchScheme(array $server): string
+ {
+ $server += ['HTTPS' => ''];
+ $res = filter_var($server['HTTPS'], FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE);
+
+ return false !== $res ? 'https' : 'http';
+ }
+
+ /**
+ * Returns the environment user info.
+ *
+ * @return array{0:?string, 1:?string}
+ */
+ private static function fetchUserInfo(array $server): array
+ {
+ $server += ['PHP_AUTH_USER' => null, 'PHP_AUTH_PW' => null, 'HTTP_AUTHORIZATION' => ''];
+ $user = $server['PHP_AUTH_USER'];
+ $pass = $server['PHP_AUTH_PW'];
+ if (0 === strpos(strtolower($server['HTTP_AUTHORIZATION']), 'basic')) {
+ $userinfo = base64_decode(substr($server['HTTP_AUTHORIZATION'], 6), true);
+ if (false === $userinfo) {
+ throw new SyntaxError('The user info could not be detected');
+ }
+ [$user, $pass] = explode(':', $userinfo, 2) + [1 => null];
+ }
+
+ if (null !== $user) {
+ $user = rawurlencode($user);
+ }
+
+ if (null !== $pass) {
+ $pass = rawurlencode($pass);
+ }
+
+ return [$user, $pass];
+ }
+
+ /**
+ * Returns the environment host.
+ *
+ * @throws SyntaxError If the host can not be detected
+ *
+ * @return array{0:string|null, 1:int|null}
+ */
+ private static function fetchHostname(array $server): array
+ {
+ $server += ['SERVER_PORT' => null];
+ if (null !== $server['SERVER_PORT']) {
+ $server['SERVER_PORT'] = (int) $server['SERVER_PORT'];
+ }
+
+ if (isset($server['HTTP_HOST']) && 1 === preg_match(self::REGEXP_HOST_PORT, $server['HTTP_HOST'], $matches)) {
+ if (isset($matches['port'])) {
+ $matches['port'] = (int) $matches['port'];
+ }
+
+ return [
+ $matches['host'],
+ $matches['port'] ?? $server['SERVER_PORT'],
+ ];
+ }
+
+ if (!isset($server['SERVER_ADDR'])) {
+ throw new SyntaxError('The host could not be detected');
+ }
+
+ if (false === filter_var($server['SERVER_ADDR'], FILTER_VALIDATE_IP, FILTER_FLAG_IPV4)) {
+ $server['SERVER_ADDR'] = '['.$server['SERVER_ADDR'].']';
+ }
+
+ return [$server['SERVER_ADDR'], $server['SERVER_PORT']];
+ }
+
+ /**
+ * Returns the environment path.
+ *
+ * @return array{0:?string, 1:?string}
+ */
+ private static function fetchRequestUri(array $server): array
+ {
+ $server += ['IIS_WasUrlRewritten' => null, 'UNENCODED_URL' => '', 'PHP_SELF' => '', 'QUERY_STRING' => null];
+ if ('1' === $server['IIS_WasUrlRewritten'] && '' !== $server['UNENCODED_URL']) {
+ /** @var array{0:?string, 1:?string} $retval */
+ $retval = explode('?', $server['UNENCODED_URL'], 2) + [1 => null];
+
+ return $retval;
+ }
+
+ if (isset($server['REQUEST_URI'])) {
+ [$path, ] = explode('?', $server['REQUEST_URI'], 2);
+ $query = ('' !== $server['QUERY_STRING']) ? $server['QUERY_STRING'] : null;
+
+ return [$path, $query];
+ }
+
+ return [$server['PHP_SELF'], $server['QUERY_STRING']];
+ }
+
+ /**
+ * Generate the URI authority part.
+ */
+ private function setAuthority(): ?string
+ {
+ $authority = null;
+ if (null !== $this->user_info) {
+ $authority = $this->user_info.'@';
+ }
+
+ if (null !== $this->host) {
+ $authority .= $this->host;
+ }
+
+ if (null !== $this->port) {
+ $authority .= ':'.$this->port;
+ }
+
+ return $authority;
+ }
+
+ /**
+ * Format the Path component.
+ */
+ private function formatPath(string $path): string
+ {
+ $path = $this->formatDataPath($path);
+
+ static $pattern = '/(?:[^'.self::REGEXP_CHARS_UNRESERVED.self::REGEXP_CHARS_SUBDELIM.'%:@\/}{]++|%(?![A-Fa-f0-9]{2}))/';
+
+ $path = (string) preg_replace_callback($pattern, [Uri::class, 'urlEncodeMatch'], $path);
+
+ return $this->formatFilePath($path);
+ }
+
+ /**
+ * Filter the Path component.
+ *
+ * @link https://tools.ietf.org/html/rfc2397
+ *
+ * @throws SyntaxError If the path is not compliant with RFC2397
+ */
+ private function formatDataPath(string $path): string
+ {
+ if ('data' !== $this->scheme) {
+ return $path;
+ }
+
+ if ('' == $path) {
+ return 'text/plain;charset=us-ascii,';
+ }
+
+ if (strlen($path) !== strspn($path, self::ASCII) || false === strpos($path, ',')) {
+ throw new SyntaxError(sprintf('The path `%s` is invalid according to RFC2937', $path));
+ }
+
+ $parts = explode(',', $path, 2) + [1 => null];
+ $mediatype = explode(';', (string) $parts[0], 2) + [1 => null];
+ $data = (string) $parts[1];
+ $mimetype = $mediatype[0];
+ if (null === $mimetype || '' === $mimetype) {
+ $mimetype = 'text/plain';
+ }
+
+ $parameters = $mediatype[1];
+ if (null === $parameters || '' === $parameters) {
+ $parameters = 'charset=us-ascii';
+ }
+
+ $this->assertValidPath($mimetype, $parameters, $data);
+
+ return $mimetype.';'.$parameters.','.$data;
+ }
+
+ /**
+ * Assert the path is a compliant with RFC2397.
+ *
+ * @link https://tools.ietf.org/html/rfc2397
+ *
+ * @throws SyntaxError If the mediatype or the data are not compliant with the RFC2397
+ */
+ private function assertValidPath(string $mimetype, string $parameters, string $data): void
+ {
+ if (1 !== preg_match(self::REGEXP_MIMETYPE, $mimetype)) {
+ throw new SyntaxError(sprintf('The path mimetype `%s` is invalid', $mimetype));
+ }
+
+ $is_binary = 1 === preg_match(self::REGEXP_BINARY, $parameters, $matches);
+ if ($is_binary) {
+ $parameters = substr($parameters, 0, - strlen($matches[0]));
+ }
+
+ $res = array_filter(array_filter(explode(';', $parameters), [$this, 'validateParameter']));
+ if ([] !== $res) {
+ throw new SyntaxError(sprintf('The path paremeters `%s` is invalid', $parameters));
+ }
+
+ if (!$is_binary) {
+ return;
+ }
+
+ $res = base64_decode($data, true);
+ if (false === $res || $data !== base64_encode($res)) {
+ throw new SyntaxError(sprintf('The path data `%s` is invalid', $data));
+ }
+ }
+
+ /**
+ * Validate mediatype parameter.
+ */
+ private function validateParameter(string $parameter): bool
+ {
+ $properties = explode('=', $parameter);
+
+ return 2 != count($properties) || 'base64' === strtolower($properties[0]);
+ }
+
+ /**
+ * Format path component for file scheme.
+ */
+ private function formatFilePath(string $path): string
+ {
+ if ('file' !== $this->scheme) {
+ return $path;
+ }
+
+ $replace = static function (array $matches): string {
+ return $matches['delim'].$matches['volume'].':'.$matches['rest'];
+ };
+
+ return (string) preg_replace_callback(self::REGEXP_FILE_PATH, $replace, $path);
+ }
+
+ /**
+ * Format the Query or the Fragment component.
+ *
+ * Returns a array containing:
+ * <ul>
+ * <li> the formatted component (a string or null)</li>
+ * <li> a boolean flag telling wether the delimiter is to be added to the component
+ * when building the URI string representation</li>
+ * </ul>
+ *
+ * @param ?string $component
+ */
+ private function formatQueryAndFragment(?string $component): ?string
+ {
+ if (null === $component || '' === $component) {
+ return $component;
+ }
+
+ static $pattern = '/(?:[^'.self::REGEXP_CHARS_UNRESERVED.self::REGEXP_CHARS_SUBDELIM.'%:@\/\?]++|%(?![A-Fa-f0-9]{2}))/';
+ return preg_replace_callback($pattern, [Uri::class, 'urlEncodeMatch'], $component);
+ }
+
+ /**
+ * assert the URI internal state is valid.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3
+ * @link https://tools.ietf.org/html/rfc3986#section-3.3
+ *
+ * @throws SyntaxError if the URI is in an invalid state according to RFC3986
+ * @throws SyntaxError if the URI is in an invalid state according to scheme specific rules
+ */
+ private function assertValidState(): void
+ {
+ if (null !== $this->authority && ('' !== $this->path && '/' !== $this->path[0])) {
+ throw new SyntaxError('If an authority is present the path must be empty or start with a `/`.');
+ }
+
+ if (null === $this->authority && 0 === strpos($this->path, '//')) {
+ throw new SyntaxError(sprintf('If there is no authority the path `%s` can not start with a `//`.', $this->path));
+ }
+
+ $pos = strpos($this->path, ':');
+ if (null === $this->authority
+ && null === $this->scheme
+ && false !== $pos
+ && false === strpos(substr($this->path, 0, $pos), '/')
+ ) {
+ throw new SyntaxError('In absence of a scheme and an authority the first path segment cannot contain a colon (":") character.');
+ }
+
+ $validationMethod = self::SCHEME_VALIDATION_METHOD[$this->scheme] ?? null;
+ if (null === $validationMethod || true === $this->$validationMethod()) {
+ $this->uri = null;
+
+ return;
+ }
+
+ throw new SyntaxError(sprintf('The uri `%s` is invalid for the `%s` scheme.', (string) $this, $this->scheme));
+ }
+
+ /**
+ * URI validation for URI schemes which allows only scheme and path components.
+ */
+ private function isUriWithSchemeAndPathOnly(): bool
+ {
+ return null === $this->authority
+ && null === $this->query
+ && null === $this->fragment;
+ }
+
+ /**
+ * URI validation for URI schemes which allows only scheme, host and path components.
+ */
+ private function isUriWithSchemeHostAndPathOnly(): bool
+ {
+ return null === $this->user_info
+ && null === $this->port
+ && null === $this->query
+ && null === $this->fragment
+ && !('' != $this->scheme && null === $this->host);
+ }
+
+ /**
+ * URI validation for URI schemes which disallow the empty '' host.
+ */
+ private function isNonEmptyHostUri(): bool
+ {
+ return '' !== $this->host
+ && !(null !== $this->scheme && null === $this->host);
+ }
+
+ /**
+ * URI validation for URIs schemes which disallow the empty '' host
+ * and forbids the fragment component.
+ */
+ private function isNonEmptyHostUriWithoutFragment(): bool
+ {
+ return $this->isNonEmptyHostUri() && null === $this->fragment;
+ }
+
+ /**
+ * URI validation for URIs schemes which disallow the empty '' host
+ * and forbids fragment and query components.
+ */
+ private function isNonEmptyHostUriWithoutFragmentAndQuery(): bool
+ {
+ return $this->isNonEmptyHostUri() && null === $this->fragment && null === $this->query;
+ }
+
+ /**
+ * Generate the URI string representation from its components.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-5.3
+ *
+ * @param ?string $scheme
+ * @param ?string $authority
+ * @param ?string $query
+ * @param ?string $fragment
+ */
+ private function getUriString(
+ ?string $scheme,
+ ?string $authority,
+ string $path,
+ ?string $query,
+ ?string $fragment
+ ): string {
+ if (null !== $scheme) {
+ $scheme = $scheme.':';
+ }
+
+ if (null !== $authority) {
+ $authority = '//'.$authority;
+ }
+
+ if (null !== $query) {
+ $query = '?'.$query;
+ }
+
+ if (null !== $fragment) {
+ $fragment = '#'.$fragment;
+ }
+
+ return $scheme.$authority.$path.$query.$fragment;
+ }
+
+ public function toString(): string
+ {
+ $this->uri = $this->uri ?? $this->getUriString(
+ $this->scheme,
+ $this->authority,
+ $this->path,
+ $this->query,
+ $this->fragment
+ );
+
+ return $this->uri;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function __toString(): string
+ {
+ return $this->toString();
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function jsonSerialize(): string
+ {
+ return $this->toString();
+ }
+
+ /**
+ * {@inheritDoc}
+ *
+ * @return array{scheme:?string, user_info:?string, host:?string, port:?int, path:string, query:?string, fragment:?string}
+ */
+ public function __debugInfo(): array
+ {
+ return [
+ 'scheme' => $this->scheme,
+ 'user_info' => isset($this->user_info) ? preg_replace(',:(.*).?$,', ':***', $this->user_info) : null,
+ 'host' => $this->host,
+ 'port' => $this->port,
+ 'path' => $this->path,
+ 'query' => $this->query,
+ 'fragment' => $this->fragment,
+ ];
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getScheme(): ?string
+ {
+ return $this->scheme;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getAuthority(): ?string
+ {
+ return $this->authority;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getUserInfo(): ?string
+ {
+ return $this->user_info;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getHost(): ?string
+ {
+ return $this->host;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getPort(): ?int
+ {
+ return $this->port;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getPath(): string
+ {
+ return $this->path;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getQuery(): ?string
+ {
+ return $this->query;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function getFragment(): ?string
+ {
+ return $this->fragment;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withScheme($scheme): UriInterface
+ {
+ $scheme = $this->formatScheme($this->filterString($scheme));
+ if ($scheme === $this->scheme) {
+ return $this;
+ }
+
+ $clone = clone $this;
+ $clone->scheme = $scheme;
+ $clone->port = $clone->formatPort($clone->port);
+ $clone->authority = $clone->setAuthority();
+ $clone->assertValidState();
+
+ return $clone;
+ }
+
+ /**
+ * Filter a string.
+ *
+ * @param mixed $str the value to evaluate as a string
+ *
+ * @throws SyntaxError if the submitted data can not be converted to string
+ */
+ private function filterString($str): ?string
+ {
+ if (null === $str) {
+ return $str;
+ }
+
+ if (is_object($str) && method_exists($str, '__toString')) {
+ $str = (string) $str;
+ }
+
+ if (!is_scalar($str)) {
+ throw new SyntaxError(sprintf('The component must be a string, a scalar or a stringable object; `%s` given.', gettype($str)));
+ }
+
+ $str = (string) $str;
+ if (1 !== preg_match(self::REGEXP_INVALID_CHARS, $str)) {
+ return $str;
+ }
+
+ throw new SyntaxError(sprintf('The component `%s` contains invalid characters.', $str));
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withUserInfo($user, $password = null): UriInterface
+ {
+ $user_info = null;
+ $user = $this->filterString($user);
+ if (null !== $password) {
+ $password = $this->filterString($password);
+ }
+
+ if ('' !== $user) {
+ $user_info = $this->formatUserInfo($user, $password);
+ }
+
+ if ($user_info === $this->user_info) {
+ return $this;
+ }
+
+ $clone = clone $this;
+ $clone->user_info = $user_info;
+ $clone->authority = $clone->setAuthority();
+ $clone->assertValidState();
+
+ return $clone;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withHost($host): UriInterface
+ {
+ $host = $this->formatHost($this->filterString($host));
+ if ($host === $this->host) {
+ return $this;
+ }
+
+ $clone = clone $this;
+ $clone->host = $host;
+ $clone->authority = $clone->setAuthority();
+ $clone->assertValidState();
+
+ return $clone;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withPort($port): UriInterface
+ {
+ $port = $this->formatPort($port);
+ if ($port === $this->port) {
+ return $this;
+ }
+
+ $clone = clone $this;
+ $clone->port = $port;
+ $clone->authority = $clone->setAuthority();
+ $clone->assertValidState();
+
+ return $clone;
+ }
+
+ /**
+ * {@inheritDoc}
+ *
+ * @param string|object $path
+ */
+ public function withPath($path): UriInterface
+ {
+ $path = $this->filterString($path);
+ if (null === $path) {
+ throw new TypeError('A path must be a string NULL given.');
+ }
+
+ $path = $this->formatPath($path);
+ if ($path === $this->path) {
+ return $this;
+ }
+
+ $clone = clone $this;
+ $clone->path = $path;
+ $clone->assertValidState();
+
+ return $clone;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withQuery($query): UriInterface
+ {
+ $query = $this->formatQueryAndFragment($this->filterString($query));
+ if ($query === $this->query) {
+ return $this;
+ }
+
+ $clone = clone $this;
+ $clone->query = $query;
+ $clone->assertValidState();
+
+ return $clone;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public function withFragment($fragment): UriInterface
+ {
+ $fragment = $this->formatQueryAndFragment($this->filterString($fragment));
+ if ($fragment === $this->fragment) {
+ return $this;
+ }
+
+ $clone = clone $this;
+ $clone->fragment = $fragment;
+ $clone->assertValidState();
+
+ return $clone;
+ }
+}
diff --git a/vendor/league/uri/src/UriInfo.php b/vendor/league/uri/src/UriInfo.php
new file mode 100644
index 0000000..ec8473c
--- /dev/null
+++ b/vendor/league/uri/src/UriInfo.php
@@ -0,0 +1,215 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri;
+
+use League\Uri\Contracts\UriInterface;
+use Psr\Http\Message\UriInterface as Psr7UriInterface;
+use TypeError;
+use function explode;
+use function implode;
+use function preg_replace_callback;
+use function rawurldecode;
+use function sprintf;
+
+final class UriInfo
+{
+ private const REGEXP_ENCODED_CHARS = ',%(2[D|E]|3[0-9]|4[1-9|A-F]|5[0-9|AF]|6[1-9|A-F]|7[0-9|E]),i';
+
+ private const WHATWG_SPECIAL_SCHEMES = ['ftp' => 21, 'http' => 80, 'https' => 443, 'ws' => 80, 'wss' => 443];
+
+ /**
+ * @codeCoverageIgnore
+ */
+ private function __construct()
+ {
+ }
+
+ /**
+ * @param Psr7UriInterface|UriInterface $uri
+ */
+ private static function emptyComponentValue($uri): ?string
+ {
+ return $uri instanceof Psr7UriInterface ? '' : null;
+ }
+
+ /**
+ * Filter the URI object.
+ *
+ * To be valid an URI MUST implement at least one of the following interface:
+ * - League\Uri\UriInterface
+ * - Psr\Http\Message\UriInterface
+ *
+ * @param mixed $uri the URI to validate
+ *
+ * @throws TypeError if the URI object does not implements the supported interfaces.
+ *
+ * @return Psr7UriInterface|UriInterface
+ */
+ private static function filterUri($uri)
+ {
+ if ($uri instanceof Psr7UriInterface || $uri instanceof UriInterface) {
+ return $uri;
+ }
+
+ throw new TypeError(sprintf('The uri must be a valid URI object received `%s`', is_object($uri) ? get_class($uri) : gettype($uri)));
+ }
+
+ /**
+ * Normalize an URI for comparison.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ *
+ * @return Psr7UriInterface|UriInterface
+ */
+ private static function normalize($uri)
+ {
+ $uri = self::filterUri($uri);
+ $null = self::emptyComponentValue($uri);
+
+ $path = $uri->getPath();
+ if ('/' === ($path[0] ?? '') || '' !== $uri->getScheme().$uri->getAuthority()) {
+ $path = UriResolver::resolve($uri, $uri->withPath('')->withQuery($null))->getPath();
+ }
+
+ $query = $uri->getQuery();
+ $fragment = $uri->getFragment();
+ $fragmentOrig = $fragment;
+ $pairs = null === $query ? [] : explode('&', $query);
+ sort($pairs, SORT_REGULAR);
+
+ $replace = static fn (array $matches): string => rawurldecode($matches[0]);
+
+ $retval = preg_replace_callback(self::REGEXP_ENCODED_CHARS, $replace, [$path, implode('&', $pairs), $fragment]);
+ if (null !== $retval) {
+ [$path, $query, $fragment] = $retval + ['', $null, $null];
+ }
+
+ if ($null !== $uri->getAuthority() && '' === $path) {
+ $path = '/';
+ }
+
+ return $uri
+ ->withHost(Uri::createFromComponents(['host' => $uri->getHost()])->getHost())
+ ->withPath($path)
+ ->withQuery([] === $pairs ? $null : $query)
+ ->withFragment($null === $fragmentOrig ? $fragmentOrig : $fragment);
+ }
+
+ /**
+ * Tell whether the URI represents an absolute URI.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ */
+ public static function isAbsolute($uri): bool
+ {
+ return self::emptyComponentValue($uri) !== self::filterUri($uri)->getScheme();
+ }
+
+ /**
+ * Tell whether the URI represents a network path.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ */
+ public static function isNetworkPath($uri): bool
+ {
+ $uri = self::filterUri($uri);
+ $null = self::emptyComponentValue($uri);
+
+ return $null === $uri->getScheme() && $null !== $uri->getAuthority();
+ }
+
+ /**
+ * Tell whether the URI represents an absolute path.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ */
+ public static function isAbsolutePath($uri): bool
+ {
+ $uri = self::filterUri($uri);
+ $null = self::emptyComponentValue($uri);
+
+ return $null === $uri->getScheme()
+ && $null === $uri->getAuthority()
+ && '/' === ($uri->getPath()[0] ?? '');
+ }
+
+ /**
+ * Tell whether the URI represents a relative path.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ */
+ public static function isRelativePath($uri): bool
+ {
+ $uri = self::filterUri($uri);
+ $null = self::emptyComponentValue($uri);
+
+ return $null === $uri->getScheme()
+ && $null === $uri->getAuthority()
+ && '/' !== ($uri->getPath()[0] ?? '');
+ }
+
+ /**
+ * Tell whether both URI refers to the same document.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ * @param Psr7UriInterface|UriInterface $base_uri
+ */
+ public static function isSameDocument($uri, $base_uri): bool
+ {
+ $uri = self::normalize($uri);
+ $base_uri = self::normalize($base_uri);
+
+ return (string) $uri->withFragment($uri instanceof Psr7UriInterface ? '' : null)
+ === (string) $base_uri->withFragment($base_uri instanceof Psr7UriInterface ? '' : null);
+ }
+
+ /**
+ * Returns the URI origin property as defined by WHATWG URL living standard.
+ *
+ * {@see https://url.spec.whatwg.org/#origin}
+ *
+ * For URI without a special scheme the method returns null
+ * For URI with the file scheme the method will return null (as this is left to the implementation decision)
+ * For URI with a special scheme the method returns the scheme followed by its authority (without the userinfo part)
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ */
+ public static function getOrigin($uri): ?string
+ {
+ $scheme = self::filterUri($uri)->getScheme();
+ if ('blob' === $scheme) {
+ $uri = Uri::createFromString($uri->getPath());
+ $scheme = $uri->getScheme();
+ }
+
+ if (null === $scheme || !array_key_exists($scheme, self::WHATWG_SPECIAL_SCHEMES)) {
+ return null;
+ }
+
+ $null = self::emptyComponentValue($uri);
+
+ return (string) $uri->withFragment($null)->withQuery($null)->withPath('')->withUserInfo($null);
+ }
+
+ /**
+ * @param Psr7UriInterface|UriInterface $uri
+ * @param Psr7UriInterface|UriInterface $base_uri
+ */
+ public static function isCrossOrigin($uri, $base_uri): bool
+ {
+ return null === ($uriString = self::getOrigin(Uri::createFromUri($uri)))
+ || null === ($baseUriString = self::getOrigin(Uri::createFromUri($base_uri)))
+ || $uriString !== $baseUriString;
+ }
+}
diff --git a/vendor/league/uri/src/UriResolver.php b/vendor/league/uri/src/UriResolver.php
new file mode 100644
index 0000000..1090383
--- /dev/null
+++ b/vendor/league/uri/src/UriResolver.php
@@ -0,0 +1,376 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri;
+
+use League\Uri\Contracts\UriInterface;
+use Psr\Http\Message\UriInterface as Psr7UriInterface;
+use TypeError;
+use function array_pop;
+use function array_reduce;
+use function count;
+use function end;
+use function explode;
+use function gettype;
+use function implode;
+use function in_array;
+use function sprintf;
+use function str_repeat;
+use function strpos;
+use function substr;
+
+final class UriResolver
+{
+ /**
+ * @var array<string,int>
+ */
+ const DOT_SEGMENTS = ['.' => 1, '..' => 1];
+
+ /**
+ * @codeCoverageIgnore
+ */
+ private function __construct()
+ {
+ }
+
+ /**
+ * Resolve an URI against a base URI using RFC3986 rules.
+ *
+ * If the first argument is a UriInterface the method returns a UriInterface object
+ * If the first argument is a Psr7UriInterface the method returns a Psr7UriInterface object
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ * @param Psr7UriInterface|UriInterface $base_uri
+ *
+ * @return Psr7UriInterface|UriInterface
+ */
+ public static function resolve($uri, $base_uri)
+ {
+ self::filterUri($uri);
+ self::filterUri($base_uri);
+ $null = $uri instanceof Psr7UriInterface ? '' : null;
+
+ if ($null !== $uri->getScheme()) {
+ return $uri
+ ->withPath(self::removeDotSegments($uri->getPath()));
+ }
+
+ if ($null !== $uri->getAuthority()) {
+ return $uri
+ ->withScheme($base_uri->getScheme())
+ ->withPath(self::removeDotSegments($uri->getPath()));
+ }
+
+ $user = $null;
+ $pass = null;
+ $userInfo = $base_uri->getUserInfo();
+ if (null !== $userInfo) {
+ [$user, $pass] = explode(':', $userInfo, 2) + [1 => null];
+ }
+
+ [$uri_path, $uri_query] = self::resolvePathAndQuery($uri, $base_uri);
+
+ return $uri
+ ->withPath(self::removeDotSegments($uri_path))
+ ->withQuery($uri_query)
+ ->withHost($base_uri->getHost())
+ ->withPort($base_uri->getPort())
+ ->withUserInfo((string) $user, $pass)
+ ->withScheme($base_uri->getScheme())
+ ;
+ }
+
+ /**
+ * Filter the URI object.
+ *
+ * @param mixed $uri an URI object
+ *
+ * @throws TypeError if the URI object does not implements the supported interfaces.
+ */
+ private static function filterUri($uri): void
+ {
+ if (!$uri instanceof UriInterface && !$uri instanceof Psr7UriInterface) {
+ throw new TypeError(sprintf('The uri must be a valid URI object received `%s`', gettype($uri)));
+ }
+ }
+
+ /**
+ * Remove dot segments from the URI path.
+ */
+ private static function removeDotSegments(string $path): string
+ {
+ if (false === strpos($path, '.')) {
+ return $path;
+ }
+
+ $old_segments = explode('/', $path);
+ $new_path = implode('/', array_reduce($old_segments, [UriResolver::class, 'reducer'], []));
+ if (isset(self::DOT_SEGMENTS[end($old_segments)])) {
+ $new_path .= '/';
+ }
+
+ // @codeCoverageIgnoreStart
+ // added because some PSR-7 implementations do not respect RFC3986
+ if (0 === strpos($path, '/') && 0 !== strpos($new_path, '/')) {
+ return '/'.$new_path;
+ }
+ // @codeCoverageIgnoreEnd
+
+ return $new_path;
+ }
+
+ /**
+ * Remove dot segments.
+ *
+ * @return array<int, string>
+ */
+ private static function reducer(array $carry, string $segment): array
+ {
+ if ('..' === $segment) {
+ array_pop($carry);
+
+ return $carry;
+ }
+
+ if (!isset(self::DOT_SEGMENTS[$segment])) {
+ $carry[] = $segment;
+ }
+
+ return $carry;
+ }
+
+ /**
+ * Resolve an URI path and query component.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ * @param Psr7UriInterface|UriInterface $base_uri
+ *
+ * @return array{0:string, 1:string|null}
+ */
+ private static function resolvePathAndQuery($uri, $base_uri): array
+ {
+ $target_path = $uri->getPath();
+ $target_query = $uri->getQuery();
+ $null = $uri instanceof Psr7UriInterface ? '' : null;
+ $baseNull = $base_uri instanceof Psr7UriInterface ? '' : null;
+
+ if (0 === strpos($target_path, '/')) {
+ return [$target_path, $target_query];
+ }
+
+ if ('' === $target_path) {
+ if ($null === $target_query) {
+ $target_query = $base_uri->getQuery();
+ }
+
+ $target_path = $base_uri->getPath();
+ //@codeCoverageIgnoreStart
+ //because some PSR-7 Uri implementations allow this RFC3986 forbidden construction
+ if ($baseNull !== $base_uri->getAuthority() && 0 !== strpos($target_path, '/')) {
+ $target_path = '/'.$target_path;
+ }
+ //@codeCoverageIgnoreEnd
+
+ return [$target_path, $target_query];
+ }
+
+ $base_path = $base_uri->getPath();
+ if ($baseNull !== $base_uri->getAuthority() && '' === $base_path) {
+ $target_path = '/'.$target_path;
+ }
+
+ if ('' !== $base_path) {
+ $segments = explode('/', $base_path);
+ array_pop($segments);
+ if ([] !== $segments) {
+ $target_path = implode('/', $segments).'/'.$target_path;
+ }
+ }
+
+ return [$target_path, $target_query];
+ }
+
+ /**
+ * Relativize an URI according to a base URI.
+ *
+ * This method MUST retain the state of the submitted URI instance, and return
+ * an URI instance of the same type that contains the applied modifications.
+ *
+ * This method MUST be transparent when dealing with error and exceptions.
+ * It MUST not alter of silence them apart from validating its own parameters.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ * @param Psr7UriInterface|UriInterface $base_uri
+ *
+ * @return Psr7UriInterface|UriInterface
+ */
+ public static function relativize($uri, $base_uri)
+ {
+ self::filterUri($uri);
+ self::filterUri($base_uri);
+ $uri = self::formatHost($uri);
+ $base_uri = self::formatHost($base_uri);
+ if (!self::isRelativizable($uri, $base_uri)) {
+ return $uri;
+ }
+
+ $null = $uri instanceof Psr7UriInterface ? '' : null;
+ $uri = $uri->withScheme($null)->withPort(null)->withUserInfo($null)->withHost($null);
+ $target_path = $uri->getPath();
+ if ($target_path !== $base_uri->getPath()) {
+ return $uri->withPath(self::relativizePath($target_path, $base_uri->getPath()));
+ }
+
+ if (self::componentEquals('getQuery', $uri, $base_uri)) {
+ return $uri->withPath('')->withQuery($null);
+ }
+
+ if ($null === $uri->getQuery()) {
+ return $uri->withPath(self::formatPathWithEmptyBaseQuery($target_path));
+ }
+
+ return $uri->withPath('');
+ }
+
+ /**
+ * Tells whether the component value from both URI object equals.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ * @param Psr7UriInterface|UriInterface $base_uri
+ */
+ private static function componentEquals(string $method, $uri, $base_uri): bool
+ {
+ return self::getComponent($method, $uri) === self::getComponent($method, $base_uri);
+ }
+
+ /**
+ * Returns the component value from the submitted URI object.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ */
+ private static function getComponent(string $method, $uri): ?string
+ {
+ $component = $uri->$method();
+ if ($uri instanceof Psr7UriInterface && '' === $component) {
+ return null;
+ }
+
+ return $component;
+ }
+
+ /**
+ * Filter the URI object.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ *
+ * @throws TypeError if the URI object does not implements the supported interfaces.
+ *
+ * @return Psr7UriInterface|UriInterface
+ */
+ private static function formatHost($uri)
+ {
+ if (!$uri instanceof Psr7UriInterface) {
+ return $uri;
+ }
+
+ $host = $uri->getHost();
+ if ('' === $host) {
+ return $uri;
+ }
+
+ return $uri->withHost((string) Uri::createFromComponents(['host' => $host])->getHost());
+ }
+
+ /**
+ * Tell whether the submitted URI object can be relativize.
+ *
+ * @param Psr7UriInterface|UriInterface $uri
+ * @param Psr7UriInterface|UriInterface $base_uri
+ */
+ private static function isRelativizable($uri, $base_uri): bool
+ {
+ return !UriInfo::isRelativePath($uri)
+ && self::componentEquals('getScheme', $uri, $base_uri)
+ && self::componentEquals('getAuthority', $uri, $base_uri);
+ }
+
+ /**
+ * Relative the URI for a authority-less target URI.
+ */
+ private static function relativizePath(string $path, string $basepath): string
+ {
+ $base_segments = self::getSegments($basepath);
+ $target_segments = self::getSegments($path);
+ $target_basename = array_pop($target_segments);
+ array_pop($base_segments);
+ foreach ($base_segments as $offset => $segment) {
+ if (!isset($target_segments[$offset]) || $segment !== $target_segments[$offset]) {
+ break;
+ }
+ unset($base_segments[$offset], $target_segments[$offset]);
+ }
+ $target_segments[] = $target_basename;
+
+ return self::formatPath(
+ str_repeat('../', count($base_segments)).implode('/', $target_segments),
+ $basepath
+ );
+ }
+
+ /**
+ * returns the path segments.
+ *
+ * @return string[]
+ */
+ private static function getSegments(string $path): array
+ {
+ if ('' !== $path && '/' === $path[0]) {
+ $path = substr($path, 1);
+ }
+
+ return explode('/', $path);
+ }
+
+ /**
+ * Formatting the path to keep a valid URI.
+ */
+ private static function formatPath(string $path, string $basepath): string
+ {
+ if ('' === $path) {
+ return in_array($basepath, ['', '/'], true) ? $basepath : './';
+ }
+
+ if (false === ($colon_pos = strpos($path, ':'))) {
+ return $path;
+ }
+
+ $slash_pos = strpos($path, '/');
+ if (false === $slash_pos || $colon_pos < $slash_pos) {
+ return "./$path";
+ }
+
+ return $path;
+ }
+
+ /**
+ * Formatting the path to keep a resolvable URI.
+ */
+ private static function formatPathWithEmptyBaseQuery(string $path): string
+ {
+ $target_segments = self::getSegments($path);
+ /** @var string $basename */
+ $basename = end($target_segments);
+
+ return '' === $basename ? './' : $basename;
+ }
+}
diff --git a/vendor/league/uri/src/UriString.php b/vendor/league/uri/src/UriString.php
new file mode 100644
index 0000000..674e1a4
--- /dev/null
+++ b/vendor/league/uri/src/UriString.php
@@ -0,0 +1,467 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri;
+
+use League\Uri\Exceptions\IdnaConversionFailed;
+use League\Uri\Exceptions\IdnSupportMissing;
+use League\Uri\Exceptions\SyntaxError;
+use League\Uri\Idna\Idna;
+use TypeError;
+use function array_merge;
+use function explode;
+use function filter_var;
+use function gettype;
+use function inet_pton;
+use function is_object;
+use function is_scalar;
+use function method_exists;
+use function preg_match;
+use function rawurldecode;
+use function sprintf;
+use function strpos;
+use function substr;
+use const FILTER_FLAG_IPV6;
+use const FILTER_VALIDATE_IP;
+
+/**
+ * A class to parse a URI string according to RFC3986.
+ *
+ * @link https://tools.ietf.org/html/rfc3986
+ * @package League\Uri
+ * @author Ignace Nyamagana Butera <[email protected]>
+ * @since 6.0.0
+ */
+final class UriString
+{
+ /**
+ * Default URI component values.
+ */
+ private const URI_COMPONENTS = [
+ 'scheme' => null, 'user' => null, 'pass' => null, 'host' => null,
+ 'port' => null, 'path' => '', 'query' => null, 'fragment' => null,
+ ];
+
+ /**
+ * Simple URI which do not need any parsing.
+ */
+ private const URI_SCHORTCUTS = [
+ '' => [],
+ '#' => ['fragment' => ''],
+ '?' => ['query' => ''],
+ '?#' => ['query' => '', 'fragment' => ''],
+ '/' => ['path' => '/'],
+ '//' => ['host' => ''],
+ ];
+
+ /**
+ * Range of invalid characters in URI string.
+ */
+ private const REGEXP_INVALID_URI_CHARS = '/[\x00-\x1f\x7f]/';
+
+ /**
+ * RFC3986 regular expression URI splitter.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#appendix-B
+ */
+ private const REGEXP_URI_PARTS = ',^
+ (?<scheme>(?<scontent>[^:/?\#]+):)? # URI scheme component
+ (?<authority>//(?<acontent>[^/?\#]*))? # URI authority part
+ (?<path>[^?\#]*) # URI path component
+ (?<query>\?(?<qcontent>[^\#]*))? # URI query component
+ (?<fragment>\#(?<fcontent>.*))? # URI fragment component
+ ,x';
+
+ /**
+ * URI scheme regular expresssion.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.1
+ */
+ private const REGEXP_URI_SCHEME = '/^([a-z][a-z\d\+\.\-]*)?$/i';
+
+ /**
+ * IPvFuture regular expression.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ */
+ private const REGEXP_IP_FUTURE = '/^
+ v(?<version>[A-F0-9])+\.
+ (?:
+ (?<unreserved>[a-z0-9_~\-\.])|
+ (?<sub_delims>[!$&\'()*+,;=:]) # also include the : character
+ )+
+ $/ix';
+
+ /**
+ * General registered name regular expression.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ */
+ private const REGEXP_REGISTERED_NAME = '/(?(DEFINE)
+ (?<unreserved>[a-z0-9_~\-]) # . is missing as it is used to separate labels
+ (?<sub_delims>[!$&\'()*+,;=])
+ (?<encoded>%[A-F0-9]{2})
+ (?<reg_name>(?:(?&unreserved)|(?&sub_delims)|(?&encoded))*)
+ )
+ ^(?:(?&reg_name)\.)*(?&reg_name)\.?$/ix';
+
+ /**
+ * Invalid characters in host regular expression.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ */
+ private const REGEXP_INVALID_HOST_CHARS = '/
+ [:\/?#\[\]@ ] # gen-delims characters as well as the space character
+ /ix';
+
+ /**
+ * Invalid path for URI without scheme and authority regular expression.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.3
+ */
+ private const REGEXP_INVALID_PATH = ',^(([^/]*):)(.*)?/,';
+
+ /**
+ * Host and Port splitter regular expression.
+ */
+ private const REGEXP_HOST_PORT = ',^(?<host>\[.*\]|[^:]*)(:(?<port>.*))?$,';
+
+ /**
+ * IDN Host detector regular expression.
+ */
+ private const REGEXP_IDN_PATTERN = '/[^\x20-\x7f]/';
+
+ /**
+ * Only the address block fe80::/10 can have a Zone ID attach to
+ * let's detect the link local significant 10 bits.
+ */
+ private const ZONE_ID_ADDRESS_BLOCK = "\xfe\x80";
+
+ /**
+ * Generate an URI string representation from its parsed representation
+ * returned by League\UriString::parse() or PHP's parse_url.
+ *
+ * If you supply your own array, you are responsible for providing
+ * valid components without their URI delimiters.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-5.3
+ * @link https://tools.ietf.org/html/rfc3986#section-7.5
+ *
+ * @param array{
+ * scheme:?string,
+ * user:?string,
+ * pass:?string,
+ * host:?string,
+ * port:?int,
+ * path:?string,
+ * query:?string,
+ * fragment:?string
+ * } $components
+ */
+ public static function build(array $components): string
+ {
+ $result = $components['path'] ?? '';
+ if (isset($components['query'])) {
+ $result .= '?'.$components['query'];
+ }
+
+ if (isset($components['fragment'])) {
+ $result .= '#'.$components['fragment'];
+ }
+
+ $scheme = null;
+ if (isset($components['scheme'])) {
+ $scheme = $components['scheme'].':';
+ }
+
+ if (!isset($components['host'])) {
+ return $scheme.$result;
+ }
+
+ $scheme .= '//';
+ $authority = $components['host'];
+ if (isset($components['port'])) {
+ $authority .= ':'.$components['port'];
+ }
+
+ if (!isset($components['user'])) {
+ return $scheme.$authority.$result;
+ }
+
+ $authority = '@'.$authority;
+ if (!isset($components['pass'])) {
+ return $scheme.$components['user'].$authority.$result;
+ }
+
+ return $scheme.$components['user'].':'.$components['pass'].$authority.$result;
+ }
+
+ /**
+ * Parse an URI string into its components.
+ *
+ * This method parses a URI and returns an associative array containing any
+ * of the various components of the URI that are present.
+ *
+ * <code>
+ * $components = (new Parser())->parse('http://[email protected]:42?query#');
+ * var_export($components);
+ * //will display
+ * array(
+ * 'scheme' => 'http', // the URI scheme component
+ * 'user' => 'foo', // the URI user component
+ * 'pass' => null, // the URI pass component
+ * 'host' => 'test.example.com', // the URI host component
+ * 'port' => 42, // the URI port component
+ * 'path' => '', // the URI path component
+ * 'query' => 'query', // the URI query component
+ * 'fragment' => '', // the URI fragment component
+ * );
+ * </code>
+ *
+ * The returned array is similar to PHP's parse_url return value with the following
+ * differences:
+ *
+ * <ul>
+ * <li>All components are always present in the returned array</li>
+ * <li>Empty and undefined component are treated differently. And empty component is
+ * set to the empty string while an undefined component is set to the `null` value.</li>
+ * <li>The path component is never undefined</li>
+ * <li>The method parses the URI following the RFC3986 rules but you are still
+ * required to validate the returned components against its related scheme specific rules.</li>
+ * </ul>
+ *
+ * @link https://tools.ietf.org/html/rfc3986
+ *
+ * @param mixed $uri any scalar or stringable object
+ *
+ * @throws SyntaxError if the URI contains invalid characters
+ * @throws SyntaxError if the URI contains an invalid scheme
+ * @throws SyntaxError if the URI contains an invalid path
+ *
+ * @return array{
+ * scheme:?string,
+ * user:?string,
+ * pass:?string,
+ * host:?string,
+ * port:?int,
+ * path:string,
+ * query:?string,
+ * fragment:?string
+ * }
+ */
+ public static function parse($uri): array
+ {
+ if (is_object($uri) && method_exists($uri, '__toString')) {
+ $uri = (string) $uri;
+ }
+
+ if (!is_scalar($uri)) {
+ throw new TypeError(sprintf('The uri must be a scalar or a stringable object `%s` given', gettype($uri)));
+ }
+
+ $uri = (string) $uri;
+
+ if (isset(self::URI_SCHORTCUTS[$uri])) {
+ /** @var array{scheme:?string, user:?string, pass:?string, host:?string, port:?int, path:string, query:?string, fragment:?string} $components */
+ $components = array_merge(self::URI_COMPONENTS, self::URI_SCHORTCUTS[$uri]);
+
+ return $components;
+ }
+
+ if (1 === preg_match(self::REGEXP_INVALID_URI_CHARS, $uri)) {
+ throw new SyntaxError(sprintf('The uri `%s` contains invalid characters', $uri));
+ }
+
+ //if the first character is a known URI delimiter parsing can be simplified
+ $first_char = $uri[0];
+
+ //The URI is made of the fragment only
+ if ('#' === $first_char) {
+ [, $fragment] = explode('#', $uri, 2);
+ $components = self::URI_COMPONENTS;
+ $components['fragment'] = $fragment;
+
+ return $components;
+ }
+
+ //The URI is made of the query and fragment
+ if ('?' === $first_char) {
+ [, $partial] = explode('?', $uri, 2);
+ [$query, $fragment] = explode('#', $partial, 2) + [1 => null];
+ $components = self::URI_COMPONENTS;
+ $components['query'] = $query;
+ $components['fragment'] = $fragment;
+
+ return $components;
+ }
+
+ //use RFC3986 URI regexp to split the URI
+ preg_match(self::REGEXP_URI_PARTS, $uri, $parts);
+ $parts += ['query' => '', 'fragment' => ''];
+
+ if (':' === $parts['scheme'] || 1 !== preg_match(self::REGEXP_URI_SCHEME, $parts['scontent'])) {
+ throw new SyntaxError(sprintf('The uri `%s` contains an invalid scheme', $uri));
+ }
+
+ if ('' === $parts['scheme'].$parts['authority'] && 1 === preg_match(self::REGEXP_INVALID_PATH, $parts['path'])) {
+ throw new SyntaxError(sprintf('The uri `%s` contains an invalid path.', $uri));
+ }
+
+ /** @var array{scheme:?string, user:?string, pass:?string, host:?string, port:?int, path:string, query:?string, fragment:?string} $components */
+ $components = array_merge(
+ self::URI_COMPONENTS,
+ '' === $parts['authority'] ? [] : self::parseAuthority($parts['acontent']),
+ [
+ 'path' => $parts['path'],
+ 'scheme' => '' === $parts['scheme'] ? null : $parts['scontent'],
+ 'query' => '' === $parts['query'] ? null : $parts['qcontent'],
+ 'fragment' => '' === $parts['fragment'] ? null : $parts['fcontent'],
+ ]
+ );
+
+ return $components;
+ }
+
+ /**
+ * Parses the URI authority part.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2
+ *
+ * @throws SyntaxError If the port component is invalid
+ *
+ * @return array{user:?string, pass:?string, host:?string, port:?int}
+ */
+ private static function parseAuthority(string $authority): array
+ {
+ $components = ['user' => null, 'pass' => null, 'host' => '', 'port' => null];
+ if ('' === $authority) {
+ return $components;
+ }
+
+ $parts = explode('@', $authority, 2);
+ if (isset($parts[1])) {
+ [$components['user'], $components['pass']] = explode(':', $parts[0], 2) + [1 => null];
+ }
+
+ preg_match(self::REGEXP_HOST_PORT, $parts[1] ?? $parts[0], $matches);
+ $matches += ['port' => ''];
+
+ $components['port'] = self::filterPort($matches['port']);
+ $components['host'] = self::filterHost($matches['host']);
+
+ return $components;
+ }
+
+ /**
+ * Filter and format the port component.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ *
+ * @throws SyntaxError if the registered name is invalid
+ */
+ private static function filterPort(string $port): ?int
+ {
+ if ('' === $port) {
+ return null;
+ }
+
+ if (1 === preg_match('/^\d*$/', $port)) {
+ return (int) $port;
+ }
+
+ throw new SyntaxError(sprintf('The port `%s` is invalid', $port));
+ }
+
+ /**
+ * Returns whether a hostname is valid.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ *
+ * @throws SyntaxError if the registered name is invalid
+ */
+ private static function filterHost(string $host): string
+ {
+ if ('' === $host) {
+ return $host;
+ }
+
+ if ('[' !== $host[0] || ']' !== substr($host, -1)) {
+ return self::filterRegisteredName($host);
+ }
+
+ if (!self::isIpHost(substr($host, 1, -1))) {
+ throw new SyntaxError(sprintf('Host `%s` is invalid : the IP host is malformed', $host));
+ }
+
+ return $host;
+ }
+
+ /**
+ * Returns whether the host is an IPv4 or a registered named.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ *
+ * @throws SyntaxError if the registered name is invalid
+ * @throws IdnSupportMissing if IDN support or ICU requirement are not available or met.
+ */
+ private static function filterRegisteredName(string $host): string
+ {
+ $formatted_host = rawurldecode($host);
+ if (1 === preg_match(self::REGEXP_REGISTERED_NAME, $formatted_host)) {
+ return $host;
+ }
+
+ //to test IDN host non-ascii characters must be present in the host
+ if (1 !== preg_match(self::REGEXP_IDN_PATTERN, $formatted_host)) {
+ throw new SyntaxError(sprintf('Host `%s` is invalid : the host is not a valid registered name', $host));
+ }
+
+ $info = Idna::toAscii($host, Idna::IDNA2008_ASCII);
+ if (0 !== $info->errors()) {
+ throw IdnaConversionFailed::dueToIDNAError($host, $info);
+ }
+
+ return $host;
+ }
+
+ /**
+ * Validates a IPv6/IPvfuture host.
+ *
+ * @link https://tools.ietf.org/html/rfc3986#section-3.2.2
+ * @link https://tools.ietf.org/html/rfc6874#section-2
+ * @link https://tools.ietf.org/html/rfc6874#section-4
+ */
+ private static function isIpHost(string $ip_host): bool
+ {
+ if (false !== filter_var($ip_host, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
+ return true;
+ }
+
+ if (1 === preg_match(self::REGEXP_IP_FUTURE, $ip_host, $matches)) {
+ return !in_array($matches['version'], ['4', '6'], true);
+ }
+
+ $pos = strpos($ip_host, '%');
+ if (false === $pos || 1 === preg_match(
+ self::REGEXP_INVALID_HOST_CHARS,
+ rawurldecode(substr($ip_host, $pos))
+ )) {
+ return false;
+ }
+
+ $ip_host = substr($ip_host, 0, $pos);
+
+ return false !== filter_var($ip_host, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)
+ && 0 === strpos((string) inet_pton($ip_host), self::ZONE_ID_ADDRESS_BLOCK);
+ }
+}
diff --git a/vendor/league/uri/src/UriTemplate.php b/vendor/league/uri/src/UriTemplate.php
new file mode 100644
index 0000000..ba7a5a3
--- /dev/null
+++ b/vendor/league/uri/src/UriTemplate.php
@@ -0,0 +1,134 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri;
+
+use League\Uri\Contracts\UriException;
+use League\Uri\Contracts\UriInterface;
+use League\Uri\Exceptions\SyntaxError;
+use League\Uri\Exceptions\TemplateCanNotBeExpanded;
+use League\Uri\UriTemplate\Template;
+use League\Uri\UriTemplate\VariableBag;
+use TypeError;
+
+/**
+ * Defines the URI Template syntax and the process for expanding a URI Template into a URI reference.
+ *
+ * @link https://tools.ietf.org/html/rfc6570
+ * @package League\Uri
+ * @author Ignace Nyamagana Butera <[email protected]>
+ * @since 6.1.0
+ *
+ * Based on GuzzleHttp\UriTemplate class in Guzzle v6.5.
+ * @link https://github.com/guzzle/guzzle/blob/6.5/src/UriTemplate.php
+ */
+final class UriTemplate
+{
+ private Template $template;
+ private VariableBag $defaultVariables;
+
+ /**
+ * @param object|string $template a string or an object with the __toString method
+ *
+ * @throws TypeError if the template is not a string or an object with the __toString method
+ * @throws SyntaxError if the template syntax is invalid
+ * @throws TemplateCanNotBeExpanded if the template variables are invalid
+ */
+ public function __construct($template, array $defaultVariables = [])
+ {
+ $this->template = Template::createFromString($template);
+ $this->defaultVariables = $this->filterVariables($defaultVariables);
+ }
+
+ public static function __set_state(array $properties): self
+ {
+ return new self($properties['template']->toString(), $properties['defaultVariables']->all());
+ }
+
+ /**
+ * Filters out variables for the given template.
+ *
+ * @param array<string,string|array<string>> $variables
+ */
+ private function filterVariables(array $variables): VariableBag
+ {
+ $output = new VariableBag();
+ foreach ($this->template->variableNames() as $name) {
+ if (isset($variables[$name])) {
+ $output->assign($name, $variables[$name]);
+ }
+ }
+
+ return $output;
+ }
+
+ /**
+ * The template string.
+ */
+ public function getTemplate(): string
+ {
+ return $this->template->toString();
+ }
+
+ /**
+ * Returns the names of the variables in the template, in order.
+ *
+ * @return string[]
+ */
+ public function getVariableNames(): array
+ {
+ return $this->template->variableNames();
+ }
+
+ /**
+ * Returns the default values used to expand the template.
+ *
+ * The returned list only contains variables whose name is part of the current template.
+ *
+ * @return array<string,string|array>
+ */
+ public function getDefaultVariables(): array
+ {
+ return $this->defaultVariables->all();
+ }
+
+ /**
+ * Returns a new instance with the updated default variables.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the modified default variables.
+ *
+ * If present, variables whose name is not part of the current template
+ * possible variable names are removed.
+ */
+ public function withDefaultVariables(array $defaultDefaultVariables): self
+ {
+ return new self(
+ $this->template->toString(),
+ $this->filterVariables($defaultDefaultVariables)->all()
+ );
+ }
+
+ /**
+ * @throws TemplateCanNotBeExpanded if the variable contains nested array values
+ * @throws UriException if the resulting expansion can not be converted to a UriInterface instance
+ */
+ public function expand(array $variables = []): UriInterface
+ {
+ return Uri::createFromString(
+ $this->template->expand(
+ $this->filterVariables($variables)->replace($this->defaultVariables)
+ )
+ );
+ }
+}
diff --git a/vendor/league/uri/src/UriTemplate/Expression.php b/vendor/league/uri/src/UriTemplate/Expression.php
new file mode 100644
index 0000000..99ecac9
--- /dev/null
+++ b/vendor/league/uri/src/UriTemplate/Expression.php
@@ -0,0 +1,329 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\UriTemplate;
+
+use League\Uri\Exceptions\SyntaxError;
+use League\Uri\Exceptions\TemplateCanNotBeExpanded;
+use function array_filter;
+use function array_keys;
+use function array_map;
+use function array_unique;
+use function explode;
+use function implode;
+use function preg_match;
+use function rawurlencode;
+use function str_replace;
+use function strpos;
+use function substr;
+
+final class Expression
+{
+ /**
+ * Expression regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc6570#section-2.2
+ */
+ private const REGEXP_EXPRESSION = '/^\{
+ (?:
+ (?<operator>[\.\/;\?&\=,\!@\|\+#])?
+ (?<variables>[^\}]*)
+ )
+ \}$/x';
+
+ /**
+ * Reserved Operator characters.
+ *
+ * @link https://tools.ietf.org/html/rfc6570#section-2.2
+ */
+ private const RESERVED_OPERATOR = '=,!@|';
+
+ /**
+ * Processing behavior according to the expression type operator.
+ *
+ * @link https://tools.ietf.org/html/rfc6570#appendix-A
+ */
+ private const OPERATOR_HASH_LOOKUP = [
+ '' => ['prefix' => '', 'joiner' => ',', 'query' => false],
+ '+' => ['prefix' => '', 'joiner' => ',', 'query' => false],
+ '#' => ['prefix' => '#', 'joiner' => ',', 'query' => false],
+ '.' => ['prefix' => '.', 'joiner' => '.', 'query' => false],
+ '/' => ['prefix' => '/', 'joiner' => '/', 'query' => false],
+ ';' => ['prefix' => ';', 'joiner' => ';', 'query' => true],
+ '?' => ['prefix' => '?', 'joiner' => '&', 'query' => true],
+ '&' => ['prefix' => '&', 'joiner' => '&', 'query' => true],
+ ];
+
+ private string $operator;
+ /** @var array<VarSpecifier> */
+ private array $varSpecifiers;
+ private string $joiner;
+ /** @var array<string> */
+ private array $variableNames;
+ private string $expressionString;
+
+ private function __construct(string $operator, VarSpecifier ...$varSpecifiers)
+ {
+ $this->operator = $operator;
+ $this->varSpecifiers = $varSpecifiers;
+ $this->joiner = self::OPERATOR_HASH_LOOKUP[$operator]['joiner'];
+ $this->variableNames = $this->setVariableNames();
+ $this->expressionString = $this->setExpressionString();
+ }
+
+ /**
+ * @return array<string>
+ */
+ private function setVariableNames(): array
+ {
+ return array_unique(array_map(
+ static fn (VarSpecifier $varSpecifier): string => $varSpecifier->name(),
+ $this->varSpecifiers
+ ));
+ }
+
+ private function setExpressionString(): string
+ {
+ $varSpecifierString = implode(',', array_map(
+ static fn (VarSpecifier $variable): string => $variable->toString(),
+ $this->varSpecifiers
+ ));
+
+ return '{'.$this->operator.$varSpecifierString.'}';
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public static function __set_state(array $properties): self
+ {
+ return new self($properties['operator'], ...$properties['varSpecifiers']);
+ }
+
+ /**
+ * @throws SyntaxError if the expression is invalid
+ * @throws SyntaxError if the operator used in the expression is invalid
+ * @throws SyntaxError if the variable specifiers is invalid
+ */
+ public static function createFromString(string $expression): self
+ {
+ if (1 !== preg_match(self::REGEXP_EXPRESSION, $expression, $parts)) {
+ throw new SyntaxError('The expression "'.$expression.'" is invalid.');
+ }
+
+ /** @var array{operator:string, variables:string} $parts */
+ $parts = $parts + ['operator' => ''];
+ if ('' !== $parts['operator'] && false !== strpos(self::RESERVED_OPERATOR, $parts['operator'])) {
+ throw new SyntaxError('The operator used in the expression "'.$expression.'" is reserved.');
+ }
+
+ return new Expression($parts['operator'], ...array_map(
+ static fn (string $varSpec): VarSpecifier => VarSpecifier::createFromString($varSpec),
+ explode(',', $parts['variables'])
+ ));
+ }
+
+ /**
+ * Returns the expression string representation.
+ *
+ */
+ public function toString(): string
+ {
+ return $this->expressionString;
+ }
+
+ /**
+ * @return array<string>
+ */
+ public function variableNames(): array
+ {
+ return $this->variableNames;
+ }
+
+ public function expand(VariableBag $variables): string
+ {
+ $parts = [];
+ foreach ($this->varSpecifiers as $varSpecifier) {
+ $parts[] = $this->replace($varSpecifier, $variables);
+ }
+
+ $expanded = implode($this->joiner, array_filter($parts, static fn ($value): bool => '' !== $value));
+ if ('' === $expanded) {
+ return $expanded;
+ }
+
+ $prefix = self::OPERATOR_HASH_LOOKUP[$this->operator]['prefix'];
+ if ('' === $prefix) {
+ return $expanded;
+ }
+
+ return $prefix.$expanded;
+ }
+
+ /**
+ * Replaces an expression with the given variables.
+ *
+ * @throws TemplateCanNotBeExpanded if the variables is an array and a ":" modifier needs to be applied
+ * @throws TemplateCanNotBeExpanded if the variables contains nested array values
+ */
+ private function replace(VarSpecifier $varSpec, VariableBag $variables): string
+ {
+ $value = $variables->fetch($varSpec->name());
+ if (null === $value) {
+ return '';
+ }
+
+ $useQuery = self::OPERATOR_HASH_LOOKUP[$this->operator]['query'];
+ [$expanded, $actualQuery] = $this->inject($value, $varSpec, $useQuery);
+ if (!$actualQuery) {
+ return $expanded;
+ }
+
+ if ('&' !== $this->joiner && '' === $expanded) {
+ return $varSpec->name();
+ }
+
+ return $varSpec->name().'='.$expanded;
+ }
+
+ /**
+ * @param string|array<string> $value
+ *
+ * @return array{0:string, 1:bool}
+ */
+ private function inject($value, VarSpecifier $varSpec, bool $useQuery): array
+ {
+ if (is_string($value)) {
+ return $this->replaceString($value, $varSpec, $useQuery);
+ }
+
+ return $this->replaceList($value, $varSpec, $useQuery);
+ }
+
+ /**
+ * Expands an expression using a string value.
+ *
+ * @return array{0:string, 1:bool}
+ */
+ private function replaceString(string $value, VarSpecifier $varSpec, bool $useQuery): array
+ {
+ if (':' === $varSpec->modifier()) {
+ $value = substr($value, 0, $varSpec->position());
+ }
+
+ $expanded = rawurlencode($value);
+ if ('+' === $this->operator || '#' === $this->operator) {
+ return [$this->decodeReserved($expanded), $useQuery];
+ }
+
+ return [$expanded, $useQuery];
+ }
+
+ /**
+ * Expands an expression using a list of values.
+ *
+ * @param array<string> $value
+ *
+ * @throws TemplateCanNotBeExpanded if the variables is an array and a ":" modifier needs to be applied
+ *
+ * @return array{0:string, 1:bool}
+ */
+ private function replaceList(array $value, VarSpecifier $varSpec, bool $useQuery): array
+ {
+ if ([] === $value) {
+ return ['', false];
+ }
+
+ if (':' === $varSpec->modifier()) {
+ throw TemplateCanNotBeExpanded::dueToUnableToProcessValueListWithPrefix($varSpec->name());
+ }
+
+ $pairs = [];
+ $isAssoc = $this->isAssoc($value);
+ foreach ($value as $key => $var) {
+ if ($isAssoc) {
+ $key = rawurlencode((string) $key);
+ }
+
+ $var = rawurlencode($var);
+ if ('+' === $this->operator || '#' === $this->operator) {
+ $var = $this->decodeReserved($var);
+ }
+
+ if ('*' === $varSpec->modifier()) {
+ if ($isAssoc) {
+ $var = $key.'='.$var;
+ } elseif ($key > 0 && $useQuery) {
+ $var = $varSpec->name().'='.$var;
+ }
+ }
+
+ $pairs[$key] = $var;
+ }
+
+ if ('*' === $varSpec->modifier()) {
+ if ($isAssoc) {
+ // Don't prepend the value name when using the explode
+ // modifier with an associative array.
+ $useQuery = false;
+ }
+
+ return [implode($this->joiner, $pairs), $useQuery];
+ }
+
+ if ($isAssoc) {
+ // When an associative array is encountered and the
+ // explode modifier is not set, then the result must be
+ // a comma separated list of keys followed by their
+ // respective values.
+ foreach ($pairs as $offset => &$data) {
+ $data = $offset.','.$data;
+ }
+
+ unset($data);
+ }
+
+ return [implode(',', $pairs), $useQuery];
+ }
+
+ /**
+ * Determines if an array is associative.
+ *
+ * This makes the assumption that input arrays are sequences or hashes.
+ * This assumption is a trade-off for accuracy in favor of speed, but it
+ * should work in almost every case where input is supplied for a URI
+ * template.
+ */
+ private function isAssoc(array $array): bool
+ {
+ return [] !== $array && 0 !== array_keys($array)[0];
+ }
+
+ /**
+ * Removes percent encoding on reserved characters (used with + and # modifiers).
+ */
+ private function decodeReserved(string $str): string
+ {
+ static $delimiters = [
+ ':', '/', '?', '#', '[', ']', '@', '!', '$',
+ '&', '\'', '(', ')', '*', '+', ',', ';', '=',
+ ];
+
+ static $delimitersEncoded = [
+ '%3A', '%2F', '%3F', '%23', '%5B', '%5D', '%40', '%21', '%24',
+ '%26', '%27', '%28', '%29', '%2A', '%2B', '%2C', '%3B', '%3D',
+ ];
+
+ return str_replace($delimitersEncoded, $delimiters, $str);
+ }
+}
diff --git a/vendor/league/uri/src/UriTemplate/Template.php b/vendor/league/uri/src/UriTemplate/Template.php
new file mode 100644
index 0000000..ecd130f
--- /dev/null
+++ b/vendor/league/uri/src/UriTemplate/Template.php
@@ -0,0 +1,126 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\UriTemplate;
+
+use League\Uri\Exceptions\SyntaxError;
+use League\Uri\Exceptions\TemplateCanNotBeExpanded;
+use TypeError;
+use function array_merge;
+use function array_unique;
+use function gettype;
+use function is_object;
+use function is_string;
+use function method_exists;
+use function preg_match_all;
+use function preg_replace;
+use function sprintf;
+use function strpos;
+use const PREG_SET_ORDER;
+
+final class Template
+{
+ /**
+ * Expression regular expression pattern.
+ */
+ private const REGEXP_EXPRESSION_DETECTOR = '/\{[^\}]*\}/x';
+
+ private string $template;
+ /** @var array<string, Expression> */
+ private array $expressions = [];
+ /** @var array<string> */
+ private array $variableNames;
+
+ private function __construct(string $template, Expression ...$expressions)
+ {
+ $this->template = $template;
+ $variableNames = [];
+ foreach ($expressions as $expression) {
+ $this->expressions[$expression->toString()] = $expression;
+ $variableNames[] = $expression->variableNames();
+ }
+ $this->variableNames = array_unique(array_merge([], ...$variableNames));
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public static function __set_state(array $properties): self
+ {
+ return new self($properties['template'], ...array_values($properties['expressions']));
+ }
+
+ /**
+ * @param object|string $template a string or an object with the __toString method
+ *
+ * @throws TypeError if the template is not a string or an object with the __toString method
+ * @throws SyntaxError if the template contains invalid expressions
+ * @throws SyntaxError if the template contains invalid variable specification
+ */
+ public static function createFromString($template): self
+ {
+ if (is_object($template) && method_exists($template, '__toString')) {
+ $template = (string) $template;
+ }
+
+ if (!is_string($template)) {
+ throw new TypeError(sprintf('The template must be a string or a stringable object %s given.', gettype($template)));
+ }
+
+ /** @var string $remainder */
+ $remainder = preg_replace(self::REGEXP_EXPRESSION_DETECTOR, '', $template);
+ if (false !== strpos($remainder, '{') || false !== strpos($remainder, '}')) {
+ throw new SyntaxError('The template "'.$template.'" contains invalid expressions.');
+ }
+
+ $names = [];
+ preg_match_all(self::REGEXP_EXPRESSION_DETECTOR, $template, $findings, PREG_SET_ORDER);
+ $arguments = [];
+ foreach ($findings as $finding) {
+ if (!isset($names[$finding[0]])) {
+ $arguments[] = Expression::createFromString($finding[0]);
+ $names[$finding[0]] = 1;
+ }
+ }
+
+ return new self($template, ...$arguments);
+ }
+
+ public function toString(): string
+ {
+ return $this->template;
+ }
+
+ /**
+ * @return array<string>
+ */
+ public function variableNames(): array
+ {
+ return $this->variableNames;
+ }
+
+ /**
+ * @throws TemplateCanNotBeExpanded if the variables is an array and a ":" modifier needs to be applied
+ * @throws TemplateCanNotBeExpanded if the variables contains nested array values
+ */
+ public function expand(VariableBag $variables): string
+ {
+ $uriString = $this->template;
+ /** @var Expression $expression */
+ foreach ($this->expressions as $pattern => $expression) {
+ $uriString = str_replace($pattern, $expression->expand($variables), $uriString);
+ }
+
+ return $uriString;
+ }
+}
diff --git a/vendor/league/uri/src/UriTemplate/VarSpecifier.php b/vendor/league/uri/src/UriTemplate/VarSpecifier.php
new file mode 100644
index 0000000..ac49efb
--- /dev/null
+++ b/vendor/league/uri/src/UriTemplate/VarSpecifier.php
@@ -0,0 +1,96 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\UriTemplate;
+
+use League\Uri\Exceptions\SyntaxError;
+use function preg_match;
+
+final class VarSpecifier
+{
+ /**
+ * Variables specification regular expression pattern.
+ *
+ * @link https://tools.ietf.org/html/rfc6570#section-2.3
+ */
+ private const REGEXP_VARSPEC = '/^
+ (?<name>(?:[A-z0-9_\.]|%[0-9a-fA-F]{2})+)
+ (?<modifier>\:(?<position>\d+)|\*)?
+ $/x';
+
+ private string $name;
+ private string $modifier;
+ private int $position;
+
+ private function __construct(string $name, string $modifier, int $position)
+ {
+ $this->name = $name;
+ $this->modifier = $modifier;
+ $this->position = $position;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ public static function __set_state(array $properties): self
+ {
+ return new self($properties['name'], $properties['modifier'], $properties['position']);
+ }
+
+ public static function createFromString(string $specification): self
+ {
+ if (1 !== preg_match(self::REGEXP_VARSPEC, $specification, $parsed)) {
+ throw new SyntaxError('The variable specification "'.$specification.'" is invalid.');
+ }
+
+ $parsed += ['modifier' => '', 'position' => ''];
+ if ('' !== $parsed['position']) {
+ $parsed['position'] = (int) $parsed['position'];
+ $parsed['modifier'] = ':';
+ }
+
+ if ('' === $parsed['position']) {
+ $parsed['position'] = 0;
+ }
+
+ if (10000 <= $parsed['position']) {
+ throw new SyntaxError('The variable specification "'.$specification.'" is invalid the position modifier must be lower than 10000.');
+ }
+
+ return new self($parsed['name'], $parsed['modifier'], $parsed['position']);
+ }
+
+ public function toString(): string
+ {
+ if (0 < $this->position) {
+ return $this->name.$this->modifier.$this->position;
+ }
+
+ return $this->name.$this->modifier;
+ }
+
+ public function name(): string
+ {
+ return $this->name;
+ }
+
+ public function modifier(): string
+ {
+ return $this->modifier;
+ }
+
+ public function position(): int
+ {
+ return $this->position;
+ }
+}
diff --git a/vendor/league/uri/src/UriTemplate/VariableBag.php b/vendor/league/uri/src/UriTemplate/VariableBag.php
new file mode 100644
index 0000000..cf60de9
--- /dev/null
+++ b/vendor/league/uri/src/UriTemplate/VariableBag.php
@@ -0,0 +1,114 @@
+<?php
+
+/**
+ * League.Uri (https://uri.thephpleague.com)
+ *
+ * (c) Ignace Nyamagana Butera <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+declare(strict_types=1);
+
+namespace League\Uri\UriTemplate;
+
+use League\Uri\Exceptions\TemplateCanNotBeExpanded;
+use TypeError;
+use function gettype;
+use function is_array;
+use function is_bool;
+use function is_object;
+use function is_scalar;
+use function method_exists;
+use function sprintf;
+
+final class VariableBag
+{
+ /**
+ * @var array<string,string|array<string>>
+ */
+ private array $variables = [];
+
+ /**
+ * @param iterable<string,string|bool|int|float|array<string|bool|int|float>> $variables
+ */
+ public function __construct(iterable $variables = [])
+ {
+ foreach ($variables as $name => $value) {
+ $this->assign($name, $value);
+ }
+ }
+
+ public static function __set_state(array $properties): self
+ {
+ return new self($properties['variables']);
+ }
+
+ /**
+ * @return array<string,string|array<string>>
+ */
+ public function all(): array
+ {
+ return $this->variables;
+ }
+
+ /**
+ * Fetches the variable value if none found returns null.
+ *
+ * @return null|string|array<string>
+ */
+ public function fetch(string $name)
+ {
+ return $this->variables[$name] ?? null;
+ }
+
+ /**
+ * @param string|bool|int|float|array<string|bool|int|float> $value
+ */
+ public function assign(string $name, $value): void
+ {
+ $this->variables[$name] = $this->normalizeValue($value, $name, true);
+ }
+
+ /**
+ * @param mixed $value the value to be expanded
+ *
+ * @throws TemplateCanNotBeExpanded if the value contains nested list
+ *
+ * @return string|array<string>
+ */
+ private function normalizeValue($value, string $name, bool $isNestedListAllowed)
+ {
+ if (is_bool($value)) {
+ return true === $value ? '1' : '0';
+ }
+
+ if (null === $value || is_scalar($value) || (is_object($value) && method_exists($value, '__toString'))) {
+ return (string) $value;
+ }
+
+ if (!is_array($value)) {
+ throw new TypeError(sprintf('The variable '.$name.' must be NULL, a scalar or a stringable object `%s` given', gettype($value)));
+ }
+
+ if (!$isNestedListAllowed) {
+ throw TemplateCanNotBeExpanded::dueToNestedListOfValue($name);
+ }
+
+ foreach ($value as &$var) {
+ $var = self::normalizeValue($var, $name, false);
+ }
+ unset($var);
+
+ return $value;
+ }
+
+ /**
+ * Replaces elements from passed variables into the current instance.
+ */
+ public function replace(VariableBag $variables): self
+ {
+ return new self($this->variables + $variables->variables);
+ }
+}
diff --git a/vendor/masterminds/html5/.gitattributes b/vendor/masterminds/html5/.gitattributes
new file mode 100644
index 0000000..3d291a0
--- /dev/null
+++ b/vendor/masterminds/html5/.gitattributes
@@ -0,0 +1,8 @@
+.gitattributes export-ignore
+.gitignore export-ignore
+.php_cs.dist export-ignore
+.scrutinizer.yml export-ignore
+.travis.yml export-ignore
+example.php export-ignore
+phpunit.xml.dist export-ignore
+/test export-ignore
diff --git a/vendor/masterminds/html5/.gitignore b/vendor/masterminds/html5/.gitignore
new file mode 100644
index 0000000..1fa9e58
--- /dev/null
+++ b/vendor/masterminds/html5/.gitignore
@@ -0,0 +1,5 @@
+vendor/
+scratch.php
+composer.lock
+build/
+.php_cs.cache
diff --git a/vendor/masterminds/html5/.php_cs.dist b/vendor/masterminds/html5/.php_cs.dist
new file mode 100644
index 0000000..d5e4918
--- /dev/null
+++ b/vendor/masterminds/html5/.php_cs.dist
@@ -0,0 +1,14 @@
+<?php
+
+$finder = PhpCsFixer\Finder::create()
+ ->in(__DIR__)
+;
+
+return PhpCsFixer\Config::create()
+ ->setRules(array(
+ '@Symfony' => true,
+ 'concat_space' => array('spacing' => 'one'),
+ 'phpdoc_annotation_without_dot' => false,
+ ))
+ ->setFinder($finder)
+;
diff --git a/vendor/masterminds/html5/.scrutinizer.yml b/vendor/masterminds/html5/.scrutinizer.yml
new file mode 100644
index 0000000..dcdd204
--- /dev/null
+++ b/vendor/masterminds/html5/.scrutinizer.yml
@@ -0,0 +1,41 @@
+tools:
+ php_mess_detector: true
+ php_analyzer:
+ config:
+ parameter_reference_check: { enabled: false }
+ checkstyle: { enabled: false, no_trailing_whitespace: true, naming: { enabled: true, local_variable: '^[a-z][a-zA-Z0-9]*$', abstract_class_name: ^Abstract|Factory$, utility_class_name: 'Utils?$', constant_name: '^[A-Z][A-Z0-9]*(?:_[A-Z0-9]+)*$', property_name: '^[a-z][a-zA-Z0-9]*$', method_name: '^(?:[a-z]|__)[a-zA-Z0-9]*$', parameter_name: '^[a-z][a-zA-Z0-9]*$', interface_name: '^[A-Z][a-zA-Z0-9]*Interface$', type_name: '^[A-Z][a-zA-Z0-9]*$', exception_name: '^[A-Z][a-zA-Z0-9]*Exception$', isser_method_name: '^(?:is|has|should|may|supports)' } }
+ unreachable_code: { enabled: false }
+ check_access_control: { enabled: false }
+ typo_checks: { enabled: false }
+ check_variables: { enabled: false }
+ check_calls: { enabled: true, too_many_arguments: true, missing_argument: true, argument_type_checks: lenient }
+ suspicious_code: { enabled: false, overriding_parameter: false, overriding_closure_use: false, parameter_closure_use_conflict: false, parameter_multiple_times: false, non_existent_class_in_instanceof_check: false, non_existent_class_in_catch_clause: false, assignment_of_null_return: false, non_commented_switch_fallthrough: false, non_commented_empty_catch_block: false, overriding_private_members: false, use_statement_alias_conflict: false, precedence_in_condition_assignment: false }
+ dead_assignments: { enabled: false }
+ verify_php_doc_comments: { enabled: false, parameters: false, return: false, suggest_more_specific_types: false, ask_for_return_if_not_inferrable: false, ask_for_param_type_annotation: false }
+ loops_must_use_braces: { enabled: false }
+ check_usage_context: { enabled: true, foreach: { value_as_reference: true, traversable: true } }
+ simplify_boolean_return: { enabled: false }
+ phpunit_checks: { enabled: false }
+ reflection_checks: { enabled: false }
+ precedence_checks: { enabled: true, assignment_in_condition: true, comparison_of_bit_result: true }
+ basic_semantic_checks: { enabled: false }
+ unused_code: { enabled: false }
+ deprecation_checks: { enabled: false }
+ useless_function_calls: { enabled: false }
+ metrics_lack_of_cohesion_methods: { enabled: false }
+ metrics_coupling: { enabled: true, stable_code: { namespace_prefixes: { }, classes: { } } }
+ doctrine_parameter_binding: { enabled: false }
+ doctrine_entity_manager_injection: { enabled: false }
+ symfony_request_injection: { enabled: false }
+ doc_comment_fixes: { enabled: false }
+ reflection_fixes: { enabled: false }
+ use_statement_fixes: { enabled: true, remove_unused: true, preserve_multiple: false, preserve_blanklines: false, order_alphabetically: false }
+ php_code_sniffer: true
+ sensiolabs_security_checker: true
+ php_cpd: true
+ php_loc: true
+ php_pdepend: true
+ external_code_coverage: true
+filter:
+ paths:
+ - src/*
diff --git a/vendor/masterminds/html5/.travis.yml b/vendor/masterminds/html5/.travis.yml
new file mode 100644
index 0000000..44661b1
--- /dev/null
+++ b/vendor/masterminds/html5/.travis.yml
@@ -0,0 +1,47 @@
+language: php
+dist: trusty
+sudo: false
+
+matrix:
+ include:
+ - php: 5.3
+ dist: precise
+ env: COMPOSER_FLAGS="--prefer-lowest"
+ - php: 5.4
+ - php: 5.5
+ - php: 5.6
+ env: SCRUTINIZER=1 PHPUNIT_FLAGS="--coverage-clover=coverage.xml"
+ - php: 7.0
+ env: COMPOSER_FLAGS="--prefer-lowest"
+ - php: 7.1
+ env: CS_FIXER=1
+ - php: 7.2
+ - php: 7.3
+ env: BENCHMARK=1
+ - php: 7.4
+ - php: 8.0
+ dist: bionic
+ fast_finish: true
+
+cache:
+ directories:
+ - $HOME/.composer/cache
+
+before_script:
+ - if [[ SCRUTINIZER != '1' ]]; then phpenv config-rm xdebug.ini || true; fi
+ - composer self-update
+ - if [[ ${TRAVIS_PHP_VERSION:0:1} == "8" ]]; then composer config platform.php 7.4; fi
+ - composer update $COMPOSER_FLAGS --prefer-dist
+
+script:
+ - stty cols 120
+ - if [ "$CS_FIXER" == 1 ]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1/php-cs-fixer.phar && php php-cs-fixer.phar fix --dry-run --diff; fi
+ - mkdir -p build/logs
+ - ./vendor/bin/phpunit $PHPUNIT_FLAGS
+
+after_script:
+ - if [ "$SCRUTINIZER" == 1 ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.xml; fi
+ - if [ "$BENCHMARK" == 1 ]; then php test/benchmark/run.php 10; fi
+
+notifications:
+ irc: "irc.freenode.net#masterminds"
diff --git a/vendor/masterminds/html5/CREDITS b/vendor/masterminds/html5/CREDITS
new file mode 100644
index 0000000..c2dbc4b
--- /dev/null
+++ b/vendor/masterminds/html5/CREDITS
@@ -0,0 +1,11 @@
+Matt Butcher [technosophos] <[email protected]> (lead)
+Matt Farina [mattfarina] <[email protected]> (lead)
+Asmir Mustafic [goetas] <[email protected]> (contributor)
+Edward Z. Yang [ezyang] <[email protected]> (contributor)
+Geoffrey Sneddon [gsnedders] <[email protected]> (contributor)
+Kukhar Vasily [ngreduce] <[email protected]> (contributor)
+Rune Christensen [MrElectronic] <[email protected]> (contributor)
+Mišo Belica [miso-belica] <[email protected]> (contributor)
+Asmir Mustafic [goetas] <[email protected]> (contributor)
+KITAITI Makoto [KitaitiMakoto] <[email protected]> (contributor)
+Jacob Floyd [cognifloyd] <[email protected]> (contributor)
diff --git a/vendor/masterminds/html5/Jenkinsfile b/vendor/masterminds/html5/Jenkinsfile
new file mode 100644
index 0000000..c0adb8d
--- /dev/null
+++ b/vendor/masterminds/html5/Jenkinsfile
@@ -0,0 +1,19 @@
+pipeline {
+ agent any
+
+ options {
+ buildDiscarder(logRotator(numToKeepStr: '5'))
+ }
+
+ stages {
+ stage('phpstan') {
+ steps {
+ sh """
+ docker run --rm -v ${env.WORKSPACE}:/src/tt-rss/lib/local \
+ --workdir /src/tt-rss registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static:latest\
+ php81 ./vendor/bin/phpstan analyse lib/local --memory-limit=1G
+ """
+ }
+ }
+ }
+}
diff --git a/vendor/masterminds/html5/LICENSE.txt b/vendor/masterminds/html5/LICENSE.txt
new file mode 100644
index 0000000..3c275b5
--- /dev/null
+++ b/vendor/masterminds/html5/LICENSE.txt
@@ -0,0 +1,66 @@
+## HTML5-PHP License
+
+Copyright (c) 2013 The Authors of HTML5-PHP
+
+Matt Butcher - [email protected]
+Matt Farina - [email protected]
+Asmir Mustafic - [email protected]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+## HTML5Lib License
+
+Portions of this are based on html5lib's PHP version, which was a
+sub-project of html5lib. The following is the list of contributors from
+html5lib:
+
+html5lib:
+
+Copyright (c) 2006-2009 The Authors
+
+Contributors:
+James Graham - [email protected]
+Anne van Kesteren - [email protected]
+Lachlan Hunt - [email protected]
+Matt McDonald - [email protected]
+Sam Ruby - [email protected]
+Ian Hickson (Google) - [email protected]
+Thomas Broyer - [email protected]
+Jacques Distler - [email protected]
+Henri Sivonen - [email protected]
+Adam Barth - [email protected]
+Eric Seidel - [email protected]
+The Mozilla Foundation (contributions from Henri Sivonen since 2008)
+David Flanagan (Mozilla) - [email protected]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/vendor/masterminds/html5/README.md b/vendor/masterminds/html5/README.md
new file mode 100644
index 0000000..546d3e2
--- /dev/null
+++ b/vendor/masterminds/html5/README.md
@@ -0,0 +1,254 @@
+# HTML5-PHP
+
+HTML5 is a standards-compliant HTML5 parser and writer written entirely in PHP.
+It is stable and used in many production websites, and has
+well over [five million downloads](https://packagist.org/packages/masterminds/html5).
+
+HTML5 provides the following features.
+
+- An HTML5 serializer
+- Support for PHP namespaces
+- Composer support
+- Event-based (SAX-like) parser
+- A DOM tree builder
+- Interoperability with [QueryPath](https://github.com/technosophos/querypath)
+- Runs on **PHP** 5.3.0 or newer
+
+[![Build Status](https://travis-ci.org/Masterminds/html5-php.png?branch=master)](https://travis-ci.org/Masterminds/html5-php)
+[![Latest Stable Version](https://poser.pugx.org/masterminds/html5/v/stable.png)](https://packagist.org/packages/masterminds/html5)
+[![Code Coverage](https://scrutinizer-ci.com/g/Masterminds/html5-php/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Masterminds/html5-php/?branch=master)
+[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Masterminds/html5-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Masterminds/html5-php/?branch=master)
+[![Stability: Sustained](https://masterminds.github.io/stability/sustained.svg)](https://masterminds.github.io/stability/sustained.html)
+
+## Installation
+
+Install HTML5-PHP using [composer](http://getcomposer.org/).
+
+By adding the `masterminds/html5` dependency to your `composer.json` file:
+
+```json
+{
+ "require" : {
+ "masterminds/html5": "^2.0"
+ },
+}
+```
+
+By invoking require command via composer executable:
+
+```bash
+composer require masterminds/html5
+```
+
+## Basic Usage
+
+HTML5-PHP has a high-level API and a low-level API.
+
+Here is how you use the high-level `HTML5` library API:
+
+```php
+<?php
+// Assuming you installed from Composer:
+require "vendor/autoload.php";
+
+use Masterminds\HTML5;
+
+// An example HTML document:
+$html = <<< 'HERE'
+ <html>
+ <head>
+ <title>TEST</title>
+ </head>
+ <body id='foo'>
+ <h1>Hello World</h1>
+ <p>This is a test of the HTML5 parser.</p>
+ </body>
+ </html>
+HERE;
+
+// Parse the document. $dom is a DOMDocument.
+$html5 = new HTML5();
+$dom = $html5->loadHTML($html);
+
+// Render it as HTML5:
+print $html5->saveHTML($dom);
+
+// Or save it to a file:
+$html5->save($dom, 'out.html');
+```
+
+The `$dom` created by the parser is a full `DOMDocument` object. And the
+`save()` and `saveHTML()` methods will take any DOMDocument.
+
+### Options
+
+It is possible to pass in an array of configuration options when loading
+an HTML5 document.
+
+```php
+// An associative array of options
+$options = array(
+ 'option_name' => 'option_value',
+);
+
+// Provide the options to the constructor
+$html5 = new HTML5($options);
+
+$dom = $html5->loadHTML($html);
+```
+
+The following options are supported:
+
+* `encode_entities` (boolean): Indicates that the serializer should aggressively
+ encode characters as entities. Without this, it only encodes the bare
+ minimum.
+* `disable_html_ns` (boolean): Prevents the parser from automatically
+ assigning the HTML5 namespace to the DOM document. This is for
+ non-namespace aware DOM tools.
+* `target_document` (\DOMDocument): A DOM document that will be used as the
+ destination for the parsed nodes.
+* `implicit_namespaces` (array): An assoc array of namespaces that should be
+ used by the parser. Name is tag prefix, value is NS URI.
+
+## The Low-Level API
+
+This library provides the following low-level APIs that you can use to
+create more customized HTML5 tools:
+
+- A SAX-like event-based parser that you can hook into for special kinds
+of parsing.
+- A flexible error-reporting mechanism that can be tuned to document
+syntax checking.
+- A DOM implementation that uses PHP's built-in DOM library.
+
+The unit tests exercise each piece of the API, and every public function
+is well-documented.
+
+### Parser Design
+
+The parser is designed as follows:
+
+- The `Scanner` handles scanning on behalf of the parser.
+- The `Tokenizer` requests data off of the scanner, parses it, clasifies
+it, and sends it to an `EventHandler`. It is a *recursive descent parser.*
+- The `EventHandler` receives notifications and data for each specific
+semantic event that occurs during tokenization.
+- The `DOMBuilder` is an `EventHandler` that listens for tokenizing
+events and builds a document tree (`DOMDocument`) based on the events.
+
+### Serializer Design
+
+The serializer takes a data structure (the `DOMDocument`) and transforms
+it into a character representation -- an HTML5 document.
+
+The serializer is broken into three parts:
+
+- The `OutputRules` contain the rules to turn DOM elements into strings. The
+rules are an implementation of the interface `RulesInterface` allowing for
+different rule sets to be used.
+- The `Traverser`, which is a special-purpose tree walker. It visits
+each node node in the tree and uses the `OutputRules` to transform the node
+into a string.
+- `HTML5` manages the `Traverser` and stores the resultant data
+in the correct place.
+
+The serializer (`save()`, `saveHTML()`) follows the
+[section 8.9 of the HTML 5.0 spec](http://www.w3.org/TR/2012/CR-html5-20121217/syntax.html#serializing-html-fragments).
+So tags are serialized according to these rules:
+
+- A tag with children: &lt;foo&gt;CHILDREN&lt;/foo&gt;
+- A tag that cannot have content: &lt;foo&gt; (no closing tag)
+- A tag that could have content, but doesn't: &lt;foo&gt;&lt;/foo&gt;
+
+## Known Issues (Or, Things We Designed Against the Spec)
+
+Please check the issue queue for a full list, but the following are
+issues known issues that are not presently on the roadmap:
+
+- Namespaces: HTML5 only [supports a selected list of namespaces](http://www.w3.org/TR/html5/infrastructure.html#namespaces)
+ and they do not operate in the same way as XML namespaces. A `:` has no special
+ meaning.
+ By default the parser does not support XML style namespaces via `:`;
+ to enable the XML namespaces see the [XML Namespaces section](#xml-namespaces)
+- Scripts: This parser does not contain a JavaScript or a CSS
+ interpreter. While one may be supplied, not all features will be
+ supported.
+- Rentrance: The current parser is not re-entrant. (Thus you can't pause
+ the parser to modify the HTML string mid-parse.)
+- Validation: The current tree builder is **not** a validating parser.
+ While it will correct some HTML, it does not check that the HTML
+ conforms to the standard. (Should you wish, you can build a validating
+ parser by extending DOMTree or building your own EventHandler
+ implementation.)
+ * There is limited support for insertion modes.
+ * Some autocorrection is done automatically.
+ * Per the spec, many legacy tags are admitted and correctly handled,
+ even though they are technically not part of HTML5.
+- Attribute names and values: Due to the implementation details of the
+ PHP implementation of DOM, attribute names that do not follow the
+ XML 1.0 standard are not inserted into the DOM. (Effectively, they
+ are ignored.) If you've got a clever fix for this, jump in!
+- Processor Instructions: The HTML5 spec does not allow processor
+ instructions. We do. Since this is a server-side library, we think
+ this is useful. And that means, dear reader, that in some cases you
+ can parse the HTML from a mixed PHP/HTML document. This, however,
+ is an incidental feature, not a core feature.
+- HTML manifests: Unsupported.
+- PLAINTEXT: Unsupported.
+- Adoption Agency Algorithm: Not yet implemented. (8.2.5.4.7)
+
+## XML Namespaces
+
+To use XML style namespaces you have to configure well the main `HTML5` instance.
+
+```php
+use Masterminds\HTML5;
+$html = new HTML5(array(
+ "xmlNamespaces" => true
+));
+
+$dom = $html->loadHTML('<t:tag xmlns:t="http://www.example.com"/>');
+
+$dom->documentElement->namespaceURI; // http://www.example.com
+
+```
+
+You can also add some default prefixes that will not require the namespace declaration,
+but its elements will be namespaced.
+
+```php
+use Masterminds\HTML5;
+$html = new HTML5(array(
+ "implicitNamespaces"=>array(
+ "t"=>"http://www.example.com"
+ )
+));
+
+$dom = $html->loadHTML('<t:tag/>');
+
+$dom->documentElement->namespaceURI; // http://www.example.com
+
+```
+
+## Thanks to...
+
+The dedicated (and patient) contributors of patches small and large,
+who have already made this library better.See the CREDITS file for
+a list of contributors.
+
+We owe a huge debt of gratitude to the original authors of html5lib.
+
+While not much of the original parser remains, we learned a lot from
+reading the html5lib library. And some pieces remain here. In
+particular, much of the UTF-8 and Unicode handling is derived from the
+html5lib project.
+
+## License
+
+This software is released under the MIT license. The original html5lib
+library was also released under the MIT license.
+
+See LICENSE.txt
+
+Certain files contain copyright assertions by specific individuals
+involved with html5lib. Those have been retained where appropriate.
diff --git a/vendor/masterminds/html5/RELEASE.md b/vendor/masterminds/html5/RELEASE.md
new file mode 100644
index 0000000..86c0dac
--- /dev/null
+++ b/vendor/masterminds/html5/RELEASE.md
@@ -0,0 +1,153 @@
+# Release Notes
+
+2.7.5 (2021-07-01)
+
+- #204: Travis: Enable tests on PHP 8.0
+- #207: Fix PHP 8.1 deprecations
+
+2.7.4 (2020-10-01)
+
+- #191: Fix travisci build
+- #195: Add .gitattributes file with export-ignore rules
+- #194: Fix query parameter parsed as character entity
+
+2.7.3 (2020-07-05)
+
+- #190: mitigate cyclic reference between output rules and the traverser objects
+
+2.7.2 (2020-07-01)
+
+- #187: Fixed memory leak in HTML5::saveHTML()
+- #186: Add special case for end tag </br>
+
+2.7.1 (2020-06-14)
+
+- #171: add PHP 7.4 job
+- #178: Prevent infinite loop on un-terminated entity declaration at EOF
+
+2.7.0 (2019-07-25)
+
+- #164: Drop HHVM support
+- #168: Set default encoding in the DOMDocument object
+
+2.6.0 (2019-03-10)
+
+- #163: Allow to pass a charset to the Scanner
+
+2.5.0 (2018-12-27)
+
+- #162, #161, #155, #154, #153, #151: big performance improvements
+- #156: fixed typos
+- #160: adopt and enforce code style
+- #159: remove deprecated php unit base test case
+- #150: backport changes from old master branch
+
+2.4.0 (2018-11-17)
+
+- #148: Improve performance by moving sequence matching
+- #147: Improve the Tokenizer performance
+- #146: Improve performance by relying on a native string instead of InputStream
+- #144: Add DOM extension in composer.json
+- #145: Add more extensions on composer.json, improve phpdocs and remove dead code
+- #143: Remove experimental comment
+
+2.3.1 (2018-10-18)
+
+- #121: Audio is not a block tag (fixed by #141)
+- #136: Handle illegal self-closing according to spec (fixed by #137)
+- #141: Minor fixes in the README
+
+2.3.0 (2017-09-04)
+
+- #129: image within inline svg breaks system (fixed by #133)
+- #131: &sup2; does not work (fixed by #132)
+- #134: Improve tokenizer performance by 20% (alternative version of #130 thanks to @MichaelHeerklotz)
+- #135: Raw & in attributes
+
+2.2.2 (2016-09-22)
+
+- #116: In XML mode, tags are case sensitive
+- #115: Fix PHP Notice in OutputRules
+- #112: fix parsing of options of an optgroup
+- #111: Adding test for the address tag
+
+2.2.1 (2016-05-10)
+
+- #109: Fixed issue where address tag could be written without closing tag (thanks sylus)
+
+2.2.0 (2016-04-11)
+
+- #105: Enable composer cache (for CI/CD)
+- #100: Use mb_substitute_character inset of ini_set for environments where ini_set is disable (e.g., shared hosting)
+- #98: Allow link, meta, style tags in noscript tags
+- #96: Fixed xml:href on svgs that use the "use" breaking
+- #94: Counting UTF8 characters performance improvement
+- #93: Use newer version of coveralls package
+- #90: Remove duplicate test
+- #87: Allow multiple root nodes
+
+2.1.2 (2015-06-07)
+- #82: Support for PHP7
+- #84: Improved boolean attribute handling
+
+2.1.1 (2015-03-23)
+- #78: Fixes bug where unmatched entity like string drops everything after &.
+
+2.1.0 (2015-02-01)
+- #74: Added `disable_html_ns` and `target_doc` dom parsing options
+- Unified option names
+- #73: Fixed alphabet, &szlig; now can be detected
+- #75 and #76: Allow whitespace in RCDATA tags
+- #77: Fixed parsing blunder for json embeds
+- #72: Add options to HTML methods
+
+2.0.2 (2014-12-17)
+- #50: empty document handling
+- #63: tags with strange capitalization
+- #65: dashes and underscores as allowed characters in tag names
+- #68: Fixed issue with non-inline elements inside inline containers
+
+2.0.1 (2014-09-23)
+- #59: Fixed issue parsing some fragments.
+- #56: Incorrectly saw 0 as empty string
+- Sami as new documentation generator
+
+2.0.0 (2014-07-28)
+- #53: Improved boolean attributes handling
+- #52: Facebook HHVM compatibility
+- #48: Adopted PSR-2 as coding standard
+- #47: Moved everything to Masterminds namespace
+- #45: Added custom namespaces
+- #44: Added support to XML-style namespaces
+- #37: Refactored HTML5 class removing static methods
+
+1.0.5 (2014-06-10)
+- #38: Set the dev-master branch as the 1.0.x branch for composer (goetas)
+- #34: Tests use PSR-4 for autoloading. (goetas)
+- #40, #41: Fix entity handling in RCDATA sections. (KitaitiMakoto)
+- #32: Fixed issue where wharacter references were being incorrectly encoded in style tags.
+
+1.0.4 (2014-04-29)
+- #30/#31 Don't throw an exception for invalid tag names.
+
+1.0.3 (2014-02-28)
+- #23 and #29: Ignore attributes with illegal chars in name for the PHP DOM.
+
+1.0.2 (2014-02-12)
+- #23: Handle missing tag close in attribute list.
+- #25: Fixed text escaping in the serializer (HTML% 8.3).
+- #27: Fixed tests on Windows: changed "\n" -> PHP_EOL.
+- #28: Fixed infinite loop for char "&" in unquoted attribute in parser.
+- #26: Updated tag name case handling to deal with uppercase usage.
+- #24: Newlines and tabs are allowed inside quoted attributes (HTML5 8.2.4).
+- Fixed Travis CI testing.
+
+1.0.1 (2013-11-07)
+- CDATA encoding is improved. (Non-standard; Issue #19)
+- Some parser rules were not returning the new current element. (Issue #20)
+- Added, to the README, details on code test coverage and to packagist version.
+- Fixed processor instructions.
+- Improved test coverage and documentation coverage.
+
+1.0.0 (2013-10-02)
+- Initial release.
diff --git a/vendor/masterminds/html5/UPGRADING.md b/vendor/masterminds/html5/UPGRADING.md
new file mode 100644
index 0000000..76e3a19
--- /dev/null
+++ b/vendor/masterminds/html5/UPGRADING.md
@@ -0,0 +1,21 @@
+From 1.x to 2.x
+=================
+
+- All classes uses `Masterminds` namespace.
+- All public static methods has been removed from `HTML5` class and the general API to access the HTML5 functionalities has changed.
+
+ Before:
+
+ $dom = \HTML5::loadHTML('<html>....');
+ \HTML5::saveHTML($dom);
+
+ After:
+
+ use Masterminds\HTML5;
+
+ $html5 = new HTML5();
+
+ $dom = $html5->loadHTML('<html>....');
+ echo $html5->saveHTML($dom);
+
+
diff --git a/vendor/masterminds/html5/bin/entities.php b/vendor/masterminds/html5/bin/entities.php
new file mode 100644
index 0000000..56323a3
--- /dev/null
+++ b/vendor/masterminds/html5/bin/entities.php
@@ -0,0 +1,26 @@
+<?php
+/**
+ * Fetch the entities.json file and convert to PHP datastructure.
+ */
+
+// The URL to the official entities JSON file.
+$ENTITIES_URL = 'http://www.w3.org/TR/2012/CR-html5-20121217/entities.json';
+
+$payload = file_get_contents($ENTITIES_URL);
+$json = json_decode($payload);
+
+$table = array();
+foreach ($json as $name => $obj) {
+ $sname = substr($name, 1, -1);
+ $table[$sname] = $obj->characters;
+}
+
+echo '<?php
+namespace Masterminds\\HTML5;
+/** Entity lookup tables. This class is automatically generated. */
+class Entities {
+ public static $byName = ';
+var_export($table);
+echo ';
+}' . PHP_EOL;
+//print serialize($table);
diff --git a/vendor/masterminds/html5/composer.json b/vendor/masterminds/html5/composer.json
new file mode 100644
index 0000000..fb7674e
--- /dev/null
+++ b/vendor/masterminds/html5/composer.json
@@ -0,0 +1,42 @@
+{
+ "name": "masterminds/html5",
+ "description": "An HTML5 parser and serializer.",
+ "type": "library",
+ "homepage": "http://masterminds.github.io/html5-php",
+ "license": "MIT",
+ "keywords": ["xml", "html", "html5", "dom", "parser", "serializer", "querypath"],
+ "authors": [
+ {
+ "name": "Matt Butcher",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Matt Farina",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Asmir Mustafic",
+ "email": "[email protected]"
+ }
+ ],
+ "require" : {
+ "ext-ctype": "*",
+ "ext-dom": "*",
+ "ext-libxml" : "*",
+ "php" : ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit" : "^4.8.35 || ^5.7.21 || ^6 || ^7"
+ },
+ "autoload": {
+ "psr-4": {"Masterminds\\": "src"}
+ },
+ "autoload-dev": {
+ "psr-4": {"Masterminds\\HTML5\\Tests\\": "test/HTML5"}
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.7-dev"
+ }
+ }
+}
diff --git a/vendor/masterminds/html5/example.php b/vendor/masterminds/html5/example.php
new file mode 100644
index 0000000..e4e1f22
--- /dev/null
+++ b/vendor/masterminds/html5/example.php
@@ -0,0 +1,32 @@
+<?php
+
+require 'vendor/autoload.php';
+use Masterminds\HTML5;
+
+$html = <<< 'HERE'
+ <html>
+ <head>
+ <title>TEST</title>
+ <script language="javascript">
+ if (2 > 1) { alert("Math wins."); }
+ </script>
+ </head>
+ <body id='foo'>
+ <!-- This space intentionally left blank. -->
+ <section class="section-a pretty" id="bar1">
+ <h1>Hello World</h1><p>This is a test of the HTML5 parser.</p>
+ <hr>
+ &amp; Nobody nowhere.
+ </section>
+ <test xmlns:foo="http://example.com/foo">TEST</test>
+ <![CDATA[Because we can.]]>
+ &copy;
+ </body></html>
+HERE;
+
+$html5 = new HTML5();
+$dom = $html5->loadHTML($html);
+
+echo "Converting to HTML 5\n";
+
+$html5->save($dom, fopen('php://stdin', 'w'));
diff --git a/vendor/masterminds/html5/phpunit.xml.dist b/vendor/masterminds/html5/phpunit.xml.dist
new file mode 100644
index 0000000..8e7750d
--- /dev/null
+++ b/vendor/masterminds/html5/phpunit.xml.dist
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit colors="true" bootstrap="vendor/autoload.php">
+ <testsuites>
+ <testsuite name="PHPUnit">
+ <directory>test/HTML5/</directory>
+ </testsuite>
+ </testsuites>
+</phpunit>
diff --git a/vendor/masterminds/html5/src/HTML5.php b/vendor/masterminds/html5/src/HTML5.php
new file mode 100644
index 0000000..c857145
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5.php
@@ -0,0 +1,246 @@
+<?php
+
+namespace Masterminds;
+
+use Masterminds\HTML5\Parser\DOMTreeBuilder;
+use Masterminds\HTML5\Parser\Scanner;
+use Masterminds\HTML5\Parser\Tokenizer;
+use Masterminds\HTML5\Serializer\OutputRules;
+use Masterminds\HTML5\Serializer\Traverser;
+
+/**
+ * This class offers convenience methods for parsing and serializing HTML5.
+ * It is roughly designed to mirror the \DOMDocument native class.
+ */
+class HTML5
+{
+ /**
+ * Global options for the parser and serializer.
+ *
+ * @var array
+ */
+ private $defaultOptions = array(
+ // Whether the serializer should aggressively encode all characters as entities.
+ 'encode_entities' => false,
+
+ // Prevents the parser from automatically assigning the HTML5 namespace to the DOM document.
+ 'disable_html_ns' => false,
+ );
+
+ protected $errors = array();
+
+ public function __construct(array $defaultOptions = array())
+ {
+ $this->defaultOptions = array_merge($this->defaultOptions, $defaultOptions);
+ }
+
+ /**
+ * Get the current default options.
+ *
+ * @return array
+ */
+ public function getOptions()
+ {
+ return $this->defaultOptions;
+ }
+
+ /**
+ * Load and parse an HTML file.
+ *
+ * This will apply the HTML5 parser, which is tolerant of many
+ * varieties of HTML, including XHTML 1, HTML 4, and well-formed HTML
+ * 3. Note that in these cases, not all of the old data will be
+ * preserved. For example, XHTML's XML declaration will be removed.
+ *
+ * The rules governing parsing are set out in the HTML 5 spec.
+ *
+ * @param string|resource $file The path to the file to parse. If this is a resource, it is
+ * assumed to be an open stream whose pointer is set to the first
+ * byte of input.
+ * @param array $options Configuration options when parsing the HTML.
+ *
+ * @return \DOMDocument A DOM document. These object type is defined by the libxml
+ * library, and should have been included with your version of PHP.
+ */
+ public function load($file, array $options = array())
+ {
+ // Handle the case where file is a resource.
+ if (is_resource($file)) {
+ return $this->parse(stream_get_contents($file), $options);
+ }
+
+ return $this->parse(file_get_contents($file), $options);
+ }
+
+ /**
+ * Parse a HTML Document from a string.
+ *
+ * Take a string of HTML 5 (or earlier) and parse it into a
+ * DOMDocument.
+ *
+ * @param string $string A html5 document as a string.
+ * @param array $options Configuration options when parsing the HTML.
+ *
+ * @return \DOMDocument A DOM document. DOM is part of libxml, which is included with
+ * almost all distribtions of PHP.
+ */
+ public function loadHTML($string, array $options = array())
+ {
+ return $this->parse($string, $options);
+ }
+
+ /**
+ * Convenience function to load an HTML file.
+ *
+ * This is here to provide backwards compatibility with the
+ * PHP DOM implementation. It simply calls load().
+ *
+ * @param string $file The path to the file to parse. If this is a resource, it is
+ * assumed to be an open stream whose pointer is set to the first
+ * byte of input.
+ * @param array $options Configuration options when parsing the HTML.
+ *
+ * @return \DOMDocument A DOM document. These object type is defined by the libxml
+ * library, and should have been included with your version of PHP.
+ */
+ public function loadHTMLFile($file, array $options = array())
+ {
+ return $this->load($file, $options);
+ }
+
+ /**
+ * Parse a HTML fragment from a string.
+ *
+ * @param string $string the HTML5 fragment as a string
+ * @param array $options Configuration options when parsing the HTML
+ *
+ * @return \DOMDocumentFragment A DOM fragment. The DOM is part of libxml, which is included with
+ * almost all distributions of PHP.
+ */
+ public function loadHTMLFragment($string, array $options = array())
+ {
+ return $this->parseFragment($string, $options);
+ }
+
+ /**
+ * Return all errors encountered into parsing phase.
+ *
+ * @return array
+ */
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ /**
+ * Return true it some errors were encountered into parsing phase.
+ *
+ * @return bool
+ */
+ public function hasErrors()
+ {
+ return count($this->errors) > 0;
+ }
+
+ /**
+ * Parse an input string.
+ *
+ * @param string $input
+ * @param array $options
+ *
+ * @return \DOMDocument
+ */
+ public function parse($input, array $options = array())
+ {
+ $this->errors = array();
+ $options = array_merge($this->defaultOptions, $options);
+ $events = new DOMTreeBuilder(false, $options);
+ $scanner = new Scanner($input, !empty($options['encoding']) ? $options['encoding'] : 'UTF-8');
+ $parser = new Tokenizer($scanner, $events, !empty($options['xmlNamespaces']) ? Tokenizer::CONFORMANT_XML : Tokenizer::CONFORMANT_HTML);
+
+ $parser->parse();
+ $this->errors = $events->getErrors();
+
+ return $events->document();
+ }
+
+ /**
+ * Parse an input stream where the stream is a fragment.
+ *
+ * Lower-level loading function. This requires an input stream instead
+ * of a string, file, or resource.
+ *
+ * @param string $input The input data to parse in the form of a string.
+ * @param array $options An array of options.
+ *
+ * @return \DOMDocumentFragment
+ */
+ public function parseFragment($input, array $options = array())
+ {
+ $options = array_merge($this->defaultOptions, $options);
+ $events = new DOMTreeBuilder(true, $options);
+ $scanner = new Scanner($input, !empty($options['encoding']) ? $options['encoding'] : 'UTF-8');
+ $parser = new Tokenizer($scanner, $events, !empty($options['xmlNamespaces']) ? Tokenizer::CONFORMANT_XML : Tokenizer::CONFORMANT_HTML);
+
+ $parser->parse();
+ $this->errors = $events->getErrors();
+
+ return $events->fragment();
+ }
+
+ /**
+ * Save a DOM into a given file as HTML5.
+ *
+ * @param mixed $dom The DOM to be serialized.
+ * @param string|resource $file The filename to be written or resource to write to.
+ * @param array $options Configuration options when serializing the DOM. These include:
+ * - encode_entities: Text written to the output is escaped by default and not all
+ * entities are encoded. If this is set to true all entities will be encoded.
+ * Defaults to false.
+ */
+ public function save($dom, $file, $options = array())
+ {
+ $close = true;
+ if (is_resource($file)) {
+ $stream = $file;
+ $close = false;
+ } else {
+ $stream = fopen($file, 'wb');
+ }
+ $options = array_merge($this->defaultOptions, $options);
+ $rules = new OutputRules($stream, $options);
+ $trav = new Traverser($dom, $stream, $rules, $options);
+
+ $trav->walk();
+ /*
+ * release the traverser to avoid cyclic references and allow PHP to free memory without waiting for gc_collect_cycles
+ */
+ $rules->unsetTraverser();
+ if ($close) {
+ fclose($stream);
+ }
+ }
+
+ /**
+ * Convert a DOM into an HTML5 string.
+ *
+ * @param mixed $dom The DOM to be serialized.
+ * @param array $options Configuration options when serializing the DOM. These include:
+ * - encode_entities: Text written to the output is escaped by default and not all
+ * entities are encoded. If this is set to true all entities will be encoded.
+ * Defaults to false.
+ *
+ * @return string A HTML5 documented generated from the DOM.
+ */
+ public function saveHTML($dom, $options = array())
+ {
+ $stream = fopen('php://temp', 'wb');
+ $this->save($dom, $stream, array_merge($this->defaultOptions, $options));
+
+ $html = stream_get_contents($stream, -1, 0);
+
+ fclose($stream);
+
+ return $html;
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Elements.php b/vendor/masterminds/html5/src/HTML5/Elements.php
new file mode 100644
index 0000000..8fe7987
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Elements.php
@@ -0,0 +1,619 @@
+<?php
+/**
+ * Provide general element functions.
+ */
+
+namespace Masterminds\HTML5;
+
+/**
+ * This class provides general information about HTML5 elements,
+ * including syntactic and semantic issues.
+ * Parsers and serializers can
+ * use this class as a reference point for information about the rules
+ * of various HTML5 elements.
+ *
+ * @todo consider using a bitmask table lookup. There is enough overlap in
+ * naming that this could significantly shrink the size and maybe make it
+ * faster. See the Go teams implementation at https://code.google.com/p/go/source/browse/html/atom.
+ */
+class Elements
+{
+ /**
+ * Indicates an element is described in the specification.
+ */
+ const KNOWN_ELEMENT = 1;
+
+ // From section 8.1.2: "script", "style"
+ // From 8.2.5.4.7 ("in body" insertion mode): "noembed"
+ // From 8.4 "style", "xmp", "iframe", "noembed", "noframes"
+ /**
+ * Indicates the contained text should be processed as raw text.
+ */
+ const TEXT_RAW = 2;
+
+ // From section 8.1.2: "textarea", "title"
+ /**
+ * Indicates the contained text should be processed as RCDATA.
+ */
+ const TEXT_RCDATA = 4;
+
+ /**
+ * Indicates the tag cannot have content.
+ */
+ const VOID_TAG = 8;
+
+ // "address", "article", "aside", "blockquote", "center", "details", "dialog", "dir", "div", "dl",
+ // "fieldset", "figcaption", "figure", "footer", "header", "hgroup", "menu",
+ // "nav", "ol", "p", "section", "summary", "ul"
+ // "h1", "h2", "h3", "h4", "h5", "h6"
+ // "pre", "listing"
+ // "form"
+ // "plaintext"
+ /**
+ * Indicates that if a previous event is for a P tag, that element
+ * should be considered closed.
+ */
+ const AUTOCLOSE_P = 16;
+
+ /**
+ * Indicates that the text inside is plaintext (pre).
+ */
+ const TEXT_PLAINTEXT = 32;
+
+ // See https://developer.mozilla.org/en-US/docs/HTML/Block-level_elements
+ /**
+ * Indicates that the tag is a block.
+ */
+ const BLOCK_TAG = 64;
+
+ /**
+ * Indicates that the tag allows only inline elements as child nodes.
+ */
+ const BLOCK_ONLY_INLINE = 128;
+
+ /**
+ * The HTML5 elements as defined in http://dev.w3.org/html5/markup/elements.html.
+ *
+ * @var array
+ */
+ public static $html5 = array(
+ 'a' => 1,
+ 'abbr' => 1,
+ 'address' => 65, // NORMAL | BLOCK_TAG
+ 'area' => 9, // NORMAL | VOID_TAG
+ 'article' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'aside' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'audio' => 1, // NORMAL
+ 'b' => 1,
+ 'base' => 9, // NORMAL | VOID_TAG
+ 'bdi' => 1,
+ 'bdo' => 1,
+ 'blockquote' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'body' => 1,
+ 'br' => 9, // NORMAL | VOID_TAG
+ 'button' => 1,
+ 'canvas' => 65, // NORMAL | BLOCK_TAG
+ 'caption' => 1,
+ 'cite' => 1,
+ 'code' => 1,
+ 'col' => 9, // NORMAL | VOID_TAG
+ 'colgroup' => 1,
+ 'command' => 9, // NORMAL | VOID_TAG
+ // "data" => 1, // This is highly experimental and only part of the whatwg spec (not w3c). See https://developer.mozilla.org/en-US/docs/HTML/Element/data
+ 'datalist' => 1,
+ 'dd' => 65, // NORMAL | BLOCK_TAG
+ 'del' => 1,
+ 'details' => 17, // NORMAL | AUTOCLOSE_P,
+ 'dfn' => 1,
+ 'dialog' => 17, // NORMAL | AUTOCLOSE_P,
+ 'div' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'dl' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'dt' => 1,
+ 'em' => 1,
+ 'embed' => 9, // NORMAL | VOID_TAG
+ 'fieldset' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'figcaption' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'figure' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'footer' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'form' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'h1' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'h2' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'h3' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'h4' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'h5' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'h6' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'head' => 1,
+ 'header' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'hgroup' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'hr' => 73, // NORMAL | VOID_TAG
+ 'html' => 1,
+ 'i' => 1,
+ 'iframe' => 3, // NORMAL | TEXT_RAW
+ 'img' => 9, // NORMAL | VOID_TAG
+ 'input' => 9, // NORMAL | VOID_TAG
+ 'kbd' => 1,
+ 'ins' => 1,
+ 'keygen' => 9, // NORMAL | VOID_TAG
+ 'label' => 1,
+ 'legend' => 1,
+ 'li' => 1,
+ 'link' => 9, // NORMAL | VOID_TAG
+ 'map' => 1,
+ 'mark' => 1,
+ 'menu' => 17, // NORMAL | AUTOCLOSE_P,
+ 'meta' => 9, // NORMAL | VOID_TAG
+ 'meter' => 1,
+ 'nav' => 17, // NORMAL | AUTOCLOSE_P,
+ 'noscript' => 65, // NORMAL | BLOCK_TAG
+ 'object' => 1,
+ 'ol' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'optgroup' => 1,
+ 'option' => 1,
+ 'output' => 65, // NORMAL | BLOCK_TAG
+ 'p' => 209, // NORMAL | AUTOCLOSE_P | BLOCK_TAG | BLOCK_ONLY_INLINE
+ 'param' => 9, // NORMAL | VOID_TAG
+ 'pre' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'progress' => 1,
+ 'q' => 1,
+ 'rp' => 1,
+ 'rt' => 1,
+ 'ruby' => 1,
+ 's' => 1,
+ 'samp' => 1,
+ 'script' => 3, // NORMAL | TEXT_RAW
+ 'section' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'select' => 1,
+ 'small' => 1,
+ 'source' => 9, // NORMAL | VOID_TAG
+ 'span' => 1,
+ 'strong' => 1,
+ 'style' => 3, // NORMAL | TEXT_RAW
+ 'sub' => 1,
+ 'summary' => 17, // NORMAL | AUTOCLOSE_P,
+ 'sup' => 1,
+ 'table' => 65, // NORMAL | BLOCK_TAG
+ 'tbody' => 1,
+ 'td' => 1,
+ 'textarea' => 5, // NORMAL | TEXT_RCDATA
+ 'tfoot' => 65, // NORMAL | BLOCK_TAG
+ 'th' => 1,
+ 'thead' => 1,
+ 'time' => 1,
+ 'title' => 5, // NORMAL | TEXT_RCDATA
+ 'tr' => 1,
+ 'track' => 9, // NORMAL | VOID_TAG
+ 'u' => 1,
+ 'ul' => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
+ 'var' => 1,
+ 'video' => 65, // NORMAL | BLOCK_TAG
+ 'wbr' => 9, // NORMAL | VOID_TAG
+
+ // Legacy?
+ 'basefont' => 8, // VOID_TAG
+ 'bgsound' => 8, // VOID_TAG
+ 'noframes' => 2, // RAW_TEXT
+ 'frame' => 9, // NORMAL | VOID_TAG
+ 'frameset' => 1,
+ 'center' => 16,
+ 'dir' => 16,
+ 'listing' => 16, // AUTOCLOSE_P
+ 'plaintext' => 48, // AUTOCLOSE_P | TEXT_PLAINTEXT
+ 'applet' => 0,
+ 'marquee' => 0,
+ 'isindex' => 8, // VOID_TAG
+ 'xmp' => 20, // AUTOCLOSE_P | VOID_TAG | RAW_TEXT
+ 'noembed' => 2, // RAW_TEXT
+ );
+
+ /**
+ * The MathML elements.
+ * See http://www.w3.org/wiki/MathML/Elements.
+ *
+ * In our case we are only concerned with presentation MathML and not content
+ * MathML. There is a nice list of this subset at https://developer.mozilla.org/en-US/docs/MathML/Element.
+ *
+ * @var array
+ */
+ public static $mathml = array(
+ 'maction' => 1,
+ 'maligngroup' => 1,
+ 'malignmark' => 1,
+ 'math' => 1,
+ 'menclose' => 1,
+ 'merror' => 1,
+ 'mfenced' => 1,
+ 'mfrac' => 1,
+ 'mglyph' => 1,
+ 'mi' => 1,
+ 'mlabeledtr' => 1,
+ 'mlongdiv' => 1,
+ 'mmultiscripts' => 1,
+ 'mn' => 1,
+ 'mo' => 1,
+ 'mover' => 1,
+ 'mpadded' => 1,
+ 'mphantom' => 1,
+ 'mroot' => 1,
+ 'mrow' => 1,
+ 'ms' => 1,
+ 'mscarries' => 1,
+ 'mscarry' => 1,
+ 'msgroup' => 1,
+ 'msline' => 1,
+ 'mspace' => 1,
+ 'msqrt' => 1,
+ 'msrow' => 1,
+ 'mstack' => 1,
+ 'mstyle' => 1,
+ 'msub' => 1,
+ 'msup' => 1,
+ 'msubsup' => 1,
+ 'mtable' => 1,
+ 'mtd' => 1,
+ 'mtext' => 1,
+ 'mtr' => 1,
+ 'munder' => 1,
+ 'munderover' => 1,
+ );
+
+ /**
+ * The svg elements.
+ *
+ * The Mozilla documentation has a good list at https://developer.mozilla.org/en-US/docs/SVG/Element.
+ * The w3c list appears to be lacking in some areas like filter effect elements.
+ * That list can be found at http://www.w3.org/wiki/SVG/Elements.
+ *
+ * Note, FireFox appears to do a better job rendering filter effects than chrome.
+ * While they are in the spec I'm not sure how widely implemented they are.
+ *
+ * @var array
+ */
+ public static $svg = array(
+ 'a' => 1,
+ 'altGlyph' => 1,
+ 'altGlyphDef' => 1,
+ 'altGlyphItem' => 1,
+ 'animate' => 1,
+ 'animateColor' => 1,
+ 'animateMotion' => 1,
+ 'animateTransform' => 1,
+ 'circle' => 1,
+ 'clipPath' => 1,
+ 'color-profile' => 1,
+ 'cursor' => 1,
+ 'defs' => 1,
+ 'desc' => 1,
+ 'ellipse' => 1,
+ 'feBlend' => 1,
+ 'feColorMatrix' => 1,
+ 'feComponentTransfer' => 1,
+ 'feComposite' => 1,
+ 'feConvolveMatrix' => 1,
+ 'feDiffuseLighting' => 1,
+ 'feDisplacementMap' => 1,
+ 'feDistantLight' => 1,
+ 'feFlood' => 1,
+ 'feFuncA' => 1,
+ 'feFuncB' => 1,
+ 'feFuncG' => 1,
+ 'feFuncR' => 1,
+ 'feGaussianBlur' => 1,
+ 'feImage' => 1,
+ 'feMerge' => 1,
+ 'feMergeNode' => 1,
+ 'feMorphology' => 1,
+ 'feOffset' => 1,
+ 'fePointLight' => 1,
+ 'feSpecularLighting' => 1,
+ 'feSpotLight' => 1,
+ 'feTile' => 1,
+ 'feTurbulence' => 1,
+ 'filter' => 1,
+ 'font' => 1,
+ 'font-face' => 1,
+ 'font-face-format' => 1,
+ 'font-face-name' => 1,
+ 'font-face-src' => 1,
+ 'font-face-uri' => 1,
+ 'foreignObject' => 1,
+ 'g' => 1,
+ 'glyph' => 1,
+ 'glyphRef' => 1,
+ 'hkern' => 1,
+ 'image' => 1,
+ 'line' => 1,
+ 'linearGradient' => 1,
+ 'marker' => 1,
+ 'mask' => 1,
+ 'metadata' => 1,
+ 'missing-glyph' => 1,
+ 'mpath' => 1,
+ 'path' => 1,
+ 'pattern' => 1,
+ 'polygon' => 1,
+ 'polyline' => 1,
+ 'radialGradient' => 1,
+ 'rect' => 1,
+ 'script' => 3, // NORMAL | RAW_TEXT
+ 'set' => 1,
+ 'stop' => 1,
+ 'style' => 3, // NORMAL | RAW_TEXT
+ 'svg' => 1,
+ 'switch' => 1,
+ 'symbol' => 1,
+ 'text' => 1,
+ 'textPath' => 1,
+ 'title' => 1,
+ 'tref' => 1,
+ 'tspan' => 1,
+ 'use' => 1,
+ 'view' => 1,
+ 'vkern' => 1,
+ );
+
+ /**
+ * Some attributes in SVG are case sensitive.
+ *
+ * This map contains key/value pairs with the key as the lowercase attribute
+ * name and the value with the correct casing.
+ */
+ public static $svgCaseSensitiveAttributeMap = array(
+ 'attributename' => 'attributeName',
+ 'attributetype' => 'attributeType',
+ 'basefrequency' => 'baseFrequency',
+ 'baseprofile' => 'baseProfile',
+ 'calcmode' => 'calcMode',
+ 'clippathunits' => 'clipPathUnits',
+ 'contentscripttype' => 'contentScriptType',
+ 'contentstyletype' => 'contentStyleType',
+ 'diffuseconstant' => 'diffuseConstant',
+ 'edgemode' => 'edgeMode',
+ 'externalresourcesrequired' => 'externalResourcesRequired',
+ 'filterres' => 'filterRes',
+ 'filterunits' => 'filterUnits',
+ 'glyphref' => 'glyphRef',
+ 'gradienttransform' => 'gradientTransform',
+ 'gradientunits' => 'gradientUnits',
+ 'kernelmatrix' => 'kernelMatrix',
+ 'kernelunitlength' => 'kernelUnitLength',
+ 'keypoints' => 'keyPoints',
+ 'keysplines' => 'keySplines',
+ 'keytimes' => 'keyTimes',
+ 'lengthadjust' => 'lengthAdjust',
+ 'limitingconeangle' => 'limitingConeAngle',
+ 'markerheight' => 'markerHeight',
+ 'markerunits' => 'markerUnits',
+ 'markerwidth' => 'markerWidth',
+ 'maskcontentunits' => 'maskContentUnits',
+ 'maskunits' => 'maskUnits',
+ 'numoctaves' => 'numOctaves',
+ 'pathlength' => 'pathLength',
+ 'patterncontentunits' => 'patternContentUnits',
+ 'patterntransform' => 'patternTransform',
+ 'patternunits' => 'patternUnits',
+ 'pointsatx' => 'pointsAtX',
+ 'pointsaty' => 'pointsAtY',
+ 'pointsatz' => 'pointsAtZ',
+ 'preservealpha' => 'preserveAlpha',
+ 'preserveaspectratio' => 'preserveAspectRatio',
+ 'primitiveunits' => 'primitiveUnits',
+ 'refx' => 'refX',
+ 'refy' => 'refY',
+ 'repeatcount' => 'repeatCount',
+ 'repeatdur' => 'repeatDur',
+ 'requiredextensions' => 'requiredExtensions',
+ 'requiredfeatures' => 'requiredFeatures',
+ 'specularconstant' => 'specularConstant',
+ 'specularexponent' => 'specularExponent',
+ 'spreadmethod' => 'spreadMethod',
+ 'startoffset' => 'startOffset',
+ 'stddeviation' => 'stdDeviation',
+ 'stitchtiles' => 'stitchTiles',
+ 'surfacescale' => 'surfaceScale',
+ 'systemlanguage' => 'systemLanguage',
+ 'tablevalues' => 'tableValues',
+ 'targetx' => 'targetX',
+ 'targety' => 'targetY',
+ 'textlength' => 'textLength',
+ 'viewbox' => 'viewBox',
+ 'viewtarget' => 'viewTarget',
+ 'xchannelselector' => 'xChannelSelector',
+ 'ychannelselector' => 'yChannelSelector',
+ 'zoomandpan' => 'zoomAndPan',
+ );
+
+ /**
+ * Some SVG elements are case sensitive.
+ * This map contains these.
+ *
+ * The map contains key/value store of the name is lowercase as the keys and
+ * the correct casing as the value.
+ */
+ public static $svgCaseSensitiveElementMap = array(
+ 'altglyph' => 'altGlyph',
+ 'altglyphdef' => 'altGlyphDef',
+ 'altglyphitem' => 'altGlyphItem',
+ 'animatecolor' => 'animateColor',
+ 'animatemotion' => 'animateMotion',
+ 'animatetransform' => 'animateTransform',
+ 'clippath' => 'clipPath',
+ 'feblend' => 'feBlend',
+ 'fecolormatrix' => 'feColorMatrix',
+ 'fecomponenttransfer' => 'feComponentTransfer',
+ 'fecomposite' => 'feComposite',
+ 'feconvolvematrix' => 'feConvolveMatrix',
+ 'fediffuselighting' => 'feDiffuseLighting',
+ 'fedisplacementmap' => 'feDisplacementMap',
+ 'fedistantlight' => 'feDistantLight',
+ 'feflood' => 'feFlood',
+ 'fefunca' => 'feFuncA',
+ 'fefuncb' => 'feFuncB',
+ 'fefuncg' => 'feFuncG',
+ 'fefuncr' => 'feFuncR',
+ 'fegaussianblur' => 'feGaussianBlur',
+ 'feimage' => 'feImage',
+ 'femerge' => 'feMerge',
+ 'femergenode' => 'feMergeNode',
+ 'femorphology' => 'feMorphology',
+ 'feoffset' => 'feOffset',
+ 'fepointlight' => 'fePointLight',
+ 'fespecularlighting' => 'feSpecularLighting',
+ 'fespotlight' => 'feSpotLight',
+ 'fetile' => 'feTile',
+ 'feturbulence' => 'feTurbulence',
+ 'foreignobject' => 'foreignObject',
+ 'glyphref' => 'glyphRef',
+ 'lineargradient' => 'linearGradient',
+ 'radialgradient' => 'radialGradient',
+ 'textpath' => 'textPath',
+ );
+
+ /**
+ * Check whether the given element meets the given criterion.
+ *
+ * Example:
+ *
+ * Elements::isA('script', Elements::TEXT_RAW); // Returns true.
+ *
+ * Elements::isA('script', Elements::TEXT_RCDATA); // Returns false.
+ *
+ * @param string $name The element name.
+ * @param int $mask One of the constants on this class.
+ *
+ * @return bool true if the element matches the mask, false otherwise.
+ */
+ public static function isA($name, $mask)
+ {
+ return (static::element($name) & $mask) === $mask;
+ }
+
+ /**
+ * Test if an element is a valid html5 element.
+ *
+ * @param string $name The name of the element.
+ *
+ * @return bool true if a html5 element and false otherwise.
+ */
+ public static function isHtml5Element($name)
+ {
+ // html5 element names are case insensitive. Forcing lowercase for the check.
+ // Do we need this check or will all data passed here already be lowercase?
+ return isset(static::$html5[strtolower($name)]);
+ }
+
+ /**
+ * Test if an element name is a valid MathML presentation element.
+ *
+ * @param string $name The name of the element.
+ *
+ * @return bool true if a MathML name and false otherwise.
+ */
+ public static function isMathMLElement($name)
+ {
+ // MathML is case-sensitive unlike html5 elements.
+ return isset(static::$mathml[$name]);
+ }
+
+ /**
+ * Test if an element is a valid SVG element.
+ *
+ * @param string $name The name of the element.
+ *
+ * @return bool true if a SVG element and false otherise.
+ */
+ public static function isSvgElement($name)
+ {
+ // SVG is case-sensitive unlike html5 elements.
+ return isset(static::$svg[$name]);
+ }
+
+ /**
+ * Is an element name valid in an html5 document.
+ * This includes html5 elements along with other allowed embedded content
+ * such as svg and mathml.
+ *
+ * @param string $name The name of the element.
+ *
+ * @return bool true if valid and false otherwise.
+ */
+ public static function isElement($name)
+ {
+ return static::isHtml5Element($name) || static::isMathMLElement($name) || static::isSvgElement($name);
+ }
+
+ /**
+ * Get the element mask for the given element name.
+ *
+ * @param string $name The name of the element.
+ *
+ * @return int the element mask.
+ */
+ public static function element($name)
+ {
+ if (isset(static::$html5[$name])) {
+ return static::$html5[$name];
+ }
+ if (isset(static::$svg[$name])) {
+ return static::$svg[$name];
+ }
+ if (isset(static::$mathml[$name])) {
+ return static::$mathml[$name];
+ }
+
+ return 0;
+ }
+
+ /**
+ * Normalize a SVG element name to its proper case and form.
+ *
+ * @param string $name The name of the element.
+ *
+ * @return string the normalized form of the element name.
+ */
+ public static function normalizeSvgElement($name)
+ {
+ $name = strtolower($name);
+ if (isset(static::$svgCaseSensitiveElementMap[$name])) {
+ $name = static::$svgCaseSensitiveElementMap[$name];
+ }
+
+ return $name;
+ }
+
+ /**
+ * Normalize a SVG attribute name to its proper case and form.
+ *
+ * @param string $name The name of the attribute.
+ *
+ * @return string The normalized form of the attribute name.
+ */
+ public static function normalizeSvgAttribute($name)
+ {
+ $name = strtolower($name);
+ if (isset(static::$svgCaseSensitiveAttributeMap[$name])) {
+ $name = static::$svgCaseSensitiveAttributeMap[$name];
+ }
+
+ return $name;
+ }
+
+ /**
+ * Normalize a MathML attribute name to its proper case and form.
+ * Note, all MathML element names are lowercase.
+ *
+ * @param string $name The name of the attribute.
+ *
+ * @return string The normalized form of the attribute name.
+ */
+ public static function normalizeMathMlAttribute($name)
+ {
+ $name = strtolower($name);
+
+ // Only one attribute has a mixed case form for MathML.
+ if ('definitionurl' === $name) {
+ $name = 'definitionURL';
+ }
+
+ return $name;
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Entities.php b/vendor/masterminds/html5/src/HTML5/Entities.php
new file mode 100644
index 0000000..0e7227d
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Entities.php
@@ -0,0 +1,2236 @@
+<?php
+
+namespace Masterminds\HTML5;
+
+/**
+ * Entity lookup tables.
+ * This class is automatically generated.
+ */
+class Entities
+{
+ public static $byName = array(
+ 'Aacute' => 'Á',
+ 'Aacut' => 'Á',
+ 'aacute' => 'á',
+ 'aacut' => 'á',
+ 'Abreve' => 'Ă',
+ 'abreve' => 'ă',
+ 'ac' => '∾',
+ 'acd' => '∿',
+ 'acE' => '∾̳',
+ 'Acirc' => 'Â',
+ 'Acir' => 'Â',
+ 'acirc' => 'â',
+ 'acir' => 'â',
+ 'acute' => '´',
+ 'acut' => '´',
+ 'Acy' => 'А',
+ 'acy' => 'а',
+ 'AElig' => 'Æ',
+ 'AEli' => 'Æ',
+ 'aelig' => 'æ',
+ 'aeli' => 'æ',
+ 'af' => '⁡',
+ 'Afr' => '𝔄',
+ 'afr' => '𝔞',
+ 'Agrave' => 'À',
+ 'Agrav' => 'À',
+ 'agrave' => 'à',
+ 'agrav' => 'à',
+ 'alefsym' => 'ℵ',
+ 'aleph' => 'ℵ',
+ 'Alpha' => 'Α',
+ 'alpha' => 'α',
+ 'Amacr' => 'Ā',
+ 'amacr' => 'ā',
+ 'amalg' => '⨿',
+ 'AMP' => '&',
+ 'AM' => '&',
+ 'amp' => '&',
+ 'am' => '&',
+ 'And' => '⩓',
+ 'and' => '∧',
+ 'andand' => '⩕',
+ 'andd' => '⩜',
+ 'andslope' => '⩘',
+ 'andv' => '⩚',
+ 'ang' => '∠',
+ 'ange' => '⦤',
+ 'angle' => '∠',
+ 'angmsd' => '∡',
+ 'angmsdaa' => '⦨',
+ 'angmsdab' => '⦩',
+ 'angmsdac' => '⦪',
+ 'angmsdad' => '⦫',
+ 'angmsdae' => '⦬',
+ 'angmsdaf' => '⦭',
+ 'angmsdag' => '⦮',
+ 'angmsdah' => '⦯',
+ 'angrt' => '∟',
+ 'angrtvb' => '⊾',
+ 'angrtvbd' => '⦝',
+ 'angsph' => '∢',
+ 'angst' => 'Å',
+ 'angzarr' => '⍼',
+ 'Aogon' => 'Ą',
+ 'aogon' => 'ą',
+ 'Aopf' => '𝔸',
+ 'aopf' => '𝕒',
+ 'ap' => '≈',
+ 'apacir' => '⩯',
+ 'apE' => '⩰',
+ 'ape' => '≊',
+ 'apid' => '≋',
+ 'apos' => '\'',
+ 'ApplyFunction' => '⁡',
+ 'approx' => '≈',
+ 'approxeq' => '≊',
+ 'Aring' => 'Å',
+ 'Arin' => 'Å',
+ 'aring' => 'å',
+ 'arin' => 'å',
+ 'Ascr' => '𝒜',
+ 'ascr' => '𝒶',
+ 'Assign' => '≔',
+ 'ast' => '*',
+ 'asymp' => '≈',
+ 'asympeq' => '≍',
+ 'Atilde' => 'Ã',
+ 'Atild' => 'Ã',
+ 'atilde' => 'ã',
+ 'atild' => 'ã',
+ 'Auml' => 'Ä',
+ 'Aum' => 'Ä',
+ 'auml' => 'ä',
+ 'aum' => 'ä',
+ 'awconint' => '∳',
+ 'awint' => '⨑',
+ 'backcong' => '≌',
+ 'backepsilon' => '϶',
+ 'backprime' => '‵',
+ 'backsim' => '∽',
+ 'backsimeq' => '⋍',
+ 'Backslash' => '∖',
+ 'Barv' => '⫧',
+ 'barvee' => '⊽',
+ 'Barwed' => '⌆',
+ 'barwed' => '⌅',
+ 'barwedge' => '⌅',
+ 'bbrk' => '⎵',
+ 'bbrktbrk' => '⎶',
+ 'bcong' => '≌',
+ 'Bcy' => 'Б',
+ 'bcy' => 'б',
+ 'bdquo' => '„',
+ 'becaus' => '∵',
+ 'Because' => '∵',
+ 'because' => '∵',
+ 'bemptyv' => '⦰',
+ 'bepsi' => '϶',
+ 'bernou' => 'ℬ',
+ 'Bernoullis' => 'ℬ',
+ 'Beta' => 'Β',
+ 'beta' => 'β',
+ 'beth' => 'ℶ',
+ 'between' => '≬',
+ 'Bfr' => '𝔅',
+ 'bfr' => '𝔟',
+ 'bigcap' => '⋂',
+ 'bigcirc' => '◯',
+ 'bigcup' => '⋃',
+ 'bigodot' => '⨀',
+ 'bigoplus' => '⨁',
+ 'bigotimes' => '⨂',
+ 'bigsqcup' => '⨆',
+ 'bigstar' => '★',
+ 'bigtriangledown' => '▽',
+ 'bigtriangleup' => '△',
+ 'biguplus' => '⨄',
+ 'bigvee' => '⋁',
+ 'bigwedge' => '⋀',
+ 'bkarow' => '⤍',
+ 'blacklozenge' => '⧫',
+ 'blacksquare' => '▪',
+ 'blacktriangle' => '▴',
+ 'blacktriangledown' => '▾',
+ 'blacktriangleleft' => '◂',
+ 'blacktriangleright' => '▸',
+ 'blank' => '␣',
+ 'blk12' => '▒',
+ 'blk14' => '░',
+ 'blk34' => '▓',
+ 'block' => '█',
+ 'bne' => '=⃥',
+ 'bnequiv' => '≡⃥',
+ 'bNot' => '⫭',
+ 'bnot' => '⌐',
+ 'Bopf' => '𝔹',
+ 'bopf' => '𝕓',
+ 'bot' => '⊥',
+ 'bottom' => '⊥',
+ 'bowtie' => '⋈',
+ 'boxbox' => '⧉',
+ 'boxDL' => '╗',
+ 'boxDl' => '╖',
+ 'boxdL' => '╕',
+ 'boxdl' => '┐',
+ 'boxDR' => '╔',
+ 'boxDr' => '╓',
+ 'boxdR' => '╒',
+ 'boxdr' => '┌',
+ 'boxH' => '═',
+ 'boxh' => '─',
+ 'boxHD' => '╦',
+ 'boxHd' => '╤',
+ 'boxhD' => '╥',
+ 'boxhd' => '┬',
+ 'boxHU' => '╩',
+ 'boxHu' => '╧',
+ 'boxhU' => '╨',
+ 'boxhu' => '┴',
+ 'boxminus' => '⊟',
+ 'boxplus' => '⊞',
+ 'boxtimes' => '⊠',
+ 'boxUL' => '╝',
+ 'boxUl' => '╜',
+ 'boxuL' => '╛',
+ 'boxul' => '┘',
+ 'boxUR' => '╚',
+ 'boxUr' => '╙',
+ 'boxuR' => '╘',
+ 'boxur' => '└',
+ 'boxV' => '║',
+ 'boxv' => '│',
+ 'boxVH' => '╬',
+ 'boxVh' => '╫',
+ 'boxvH' => '╪',
+ 'boxvh' => '┼',
+ 'boxVL' => '╣',
+ 'boxVl' => '╢',
+ 'boxvL' => '╡',
+ 'boxvl' => '┤',
+ 'boxVR' => '╠',
+ 'boxVr' => '╟',
+ 'boxvR' => '╞',
+ 'boxvr' => '├',
+ 'bprime' => '‵',
+ 'Breve' => '˘',
+ 'breve' => '˘',
+ 'brvbar' => '¦',
+ 'brvba' => '¦',
+ 'Bscr' => 'ℬ',
+ 'bscr' => '𝒷',
+ 'bsemi' => '⁏',
+ 'bsim' => '∽',
+ 'bsime' => '⋍',
+ 'bsol' => '\\',
+ 'bsolb' => '⧅',
+ 'bsolhsub' => '⟈',
+ 'bull' => '•',
+ 'bullet' => '•',
+ 'bump' => '≎',
+ 'bumpE' => '⪮',
+ 'bumpe' => '≏',
+ 'Bumpeq' => '≎',
+ 'bumpeq' => '≏',
+ 'Cacute' => 'Ć',
+ 'cacute' => 'ć',
+ 'Cap' => '⋒',
+ 'cap' => '∩',
+ 'capand' => '⩄',
+ 'capbrcup' => '⩉',
+ 'capcap' => '⩋',
+ 'capcup' => '⩇',
+ 'capdot' => '⩀',
+ 'CapitalDifferentialD' => 'ⅅ',
+ 'caps' => '∩︀',
+ 'caret' => '⁁',
+ 'caron' => 'ˇ',
+ 'Cayleys' => 'ℭ',
+ 'ccaps' => '⩍',
+ 'Ccaron' => 'Č',
+ 'ccaron' => 'č',
+ 'Ccedil' => 'Ç',
+ 'Ccedi' => 'Ç',
+ 'ccedil' => 'ç',
+ 'ccedi' => 'ç',
+ 'Ccirc' => 'Ĉ',
+ 'ccirc' => 'ĉ',
+ 'Cconint' => '∰',
+ 'ccups' => '⩌',
+ 'ccupssm' => '⩐',
+ 'Cdot' => 'Ċ',
+ 'cdot' => 'ċ',
+ 'cedil' => '¸',
+ 'cedi' => '¸',
+ 'Cedilla' => '¸',
+ 'cemptyv' => '⦲',
+ 'cent' => '¢',
+ 'cen' => '¢',
+ 'CenterDot' => '·',
+ 'centerdot' => '·',
+ 'Cfr' => 'ℭ',
+ 'cfr' => '𝔠',
+ 'CHcy' => 'Ч',
+ 'chcy' => 'ч',
+ 'check' => '✓',
+ 'checkmark' => '✓',
+ 'Chi' => 'Χ',
+ 'chi' => 'χ',
+ 'cir' => '○',
+ 'circ' => 'ˆ',
+ 'circeq' => '≗',
+ 'circlearrowleft' => '↺',
+ 'circlearrowright' => '↻',
+ 'circledast' => '⊛',
+ 'circledcirc' => '⊚',
+ 'circleddash' => '⊝',
+ 'CircleDot' => '⊙',
+ 'circledR' => '®',
+ 'circledS' => 'Ⓢ',
+ 'CircleMinus' => '⊖',
+ 'CirclePlus' => '⊕',
+ 'CircleTimes' => '⊗',
+ 'cirE' => '⧃',
+ 'cire' => '≗',
+ 'cirfnint' => '⨐',
+ 'cirmid' => '⫯',
+ 'cirscir' => '⧂',
+ 'ClockwiseContourIntegral' => '∲',
+ 'CloseCurlyDoubleQuote' => '”',
+ 'CloseCurlyQuote' => '’',
+ 'clubs' => '♣',
+ 'clubsuit' => '♣',
+ 'Colon' => '∷',
+ 'colon' => ':',
+ 'Colone' => '⩴',
+ 'colone' => '≔',
+ 'coloneq' => '≔',
+ 'comma' => ',',
+ 'commat' => '@',
+ 'comp' => '∁',
+ 'compfn' => '∘',
+ 'complement' => '∁',
+ 'complexes' => 'ℂ',
+ 'cong' => '≅',
+ 'congdot' => '⩭',
+ 'Congruent' => '≡',
+ 'Conint' => '∯',
+ 'conint' => '∮',
+ 'ContourIntegral' => '∮',
+ 'Copf' => 'ℂ',
+ 'copf' => '𝕔',
+ 'coprod' => '∐',
+ 'Coproduct' => '∐',
+ 'COPY' => '©',
+ 'COP' => '©',
+ 'copy' => '©',
+ 'cop' => '©',
+ 'copysr' => '℗',
+ 'CounterClockwiseContourIntegral' => '∳',
+ 'crarr' => '↵',
+ 'Cross' => '⨯',
+ 'cross' => '✗',
+ 'Cscr' => '𝒞',
+ 'cscr' => '𝒸',
+ 'csub' => '⫏',
+ 'csube' => '⫑',
+ 'csup' => '⫐',
+ 'csupe' => '⫒',
+ 'ctdot' => '⋯',
+ 'cudarrl' => '⤸',
+ 'cudarrr' => '⤵',
+ 'cuepr' => '⋞',
+ 'cuesc' => '⋟',
+ 'cularr' => '↶',
+ 'cularrp' => '⤽',
+ 'Cup' => '⋓',
+ 'cup' => '∪',
+ 'cupbrcap' => '⩈',
+ 'CupCap' => '≍',
+ 'cupcap' => '⩆',
+ 'cupcup' => '⩊',
+ 'cupdot' => '⊍',
+ 'cupor' => '⩅',
+ 'cups' => '∪︀',
+ 'curarr' => '↷',
+ 'curarrm' => '⤼',
+ 'curlyeqprec' => '⋞',
+ 'curlyeqsucc' => '⋟',
+ 'curlyvee' => '⋎',
+ 'curlywedge' => '⋏',
+ 'curren' => '¤',
+ 'curre' => '¤',
+ 'curvearrowleft' => '↶',
+ 'curvearrowright' => '↷',
+ 'cuvee' => '⋎',
+ 'cuwed' => '⋏',
+ 'cwconint' => '∲',
+ 'cwint' => '∱',
+ 'cylcty' => '⌭',
+ 'Dagger' => '‡',
+ 'dagger' => '†',
+ 'daleth' => 'ℸ',
+ 'Darr' => '↡',
+ 'dArr' => '⇓',
+ 'darr' => '↓',
+ 'dash' => '‐',
+ 'Dashv' => '⫤',
+ 'dashv' => '⊣',
+ 'dbkarow' => '⤏',
+ 'dblac' => '˝',
+ 'Dcaron' => 'Ď',
+ 'dcaron' => 'ď',
+ 'Dcy' => 'Д',
+ 'dcy' => 'д',
+ 'DD' => 'ⅅ',
+ 'dd' => 'ⅆ',
+ 'ddagger' => '‡',
+ 'ddarr' => '⇊',
+ 'DDotrahd' => '⤑',
+ 'ddotseq' => '⩷',
+ 'deg' => '°',
+ 'de' => '°',
+ 'Del' => '∇',
+ 'Delta' => 'Δ',
+ 'delta' => 'δ',
+ 'demptyv' => '⦱',
+ 'dfisht' => '⥿',
+ 'Dfr' => '𝔇',
+ 'dfr' => '𝔡',
+ 'dHar' => '⥥',
+ 'dharl' => '⇃',
+ 'dharr' => '⇂',
+ 'DiacriticalAcute' => '´',
+ 'DiacriticalDot' => '˙',
+ 'DiacriticalDoubleAcute' => '˝',
+ 'DiacriticalGrave' => '`',
+ 'DiacriticalTilde' => '˜',
+ 'diam' => '⋄',
+ 'Diamond' => '⋄',
+ 'diamond' => '⋄',
+ 'diamondsuit' => '♦',
+ 'diams' => '♦',
+ 'die' => '¨',
+ 'DifferentialD' => 'ⅆ',
+ 'digamma' => 'ϝ',
+ 'disin' => '⋲',
+ 'div' => '÷',
+ 'divide' => '÷',
+ 'divid' => '÷',
+ 'divideontimes' => '⋇',
+ 'divonx' => '⋇',
+ 'DJcy' => 'Ђ',
+ 'djcy' => 'ђ',
+ 'dlcorn' => '⌞',
+ 'dlcrop' => '⌍',
+ 'dollar' => '$',
+ 'Dopf' => '𝔻',
+ 'dopf' => '𝕕',
+ 'Dot' => '¨',
+ 'dot' => '˙',
+ 'DotDot' => '⃜',
+ 'doteq' => '≐',
+ 'doteqdot' => '≑',
+ 'DotEqual' => '≐',
+ 'dotminus' => '∸',
+ 'dotplus' => '∔',
+ 'dotsquare' => '⊡',
+ 'doublebarwedge' => '⌆',
+ 'DoubleContourIntegral' => '∯',
+ 'DoubleDot' => '¨',
+ 'DoubleDownArrow' => '⇓',
+ 'DoubleLeftArrow' => '⇐',
+ 'DoubleLeftRightArrow' => '⇔',
+ 'DoubleLeftTee' => '⫤',
+ 'DoubleLongLeftArrow' => '⟸',
+ 'DoubleLongLeftRightArrow' => '⟺',
+ 'DoubleLongRightArrow' => '⟹',
+ 'DoubleRightArrow' => '⇒',
+ 'DoubleRightTee' => '⊨',
+ 'DoubleUpArrow' => '⇑',
+ 'DoubleUpDownArrow' => '⇕',
+ 'DoubleVerticalBar' => '∥',
+ 'DownArrow' => '↓',
+ 'Downarrow' => '⇓',
+ 'downarrow' => '↓',
+ 'DownArrowBar' => '⤓',
+ 'DownArrowUpArrow' => '⇵',
+ 'DownBreve' => '̑',
+ 'downdownarrows' => '⇊',
+ 'downharpoonleft' => '⇃',
+ 'downharpoonright' => '⇂',
+ 'DownLeftRightVector' => '⥐',
+ 'DownLeftTeeVector' => '⥞',
+ 'DownLeftVector' => '↽',
+ 'DownLeftVectorBar' => '⥖',
+ 'DownRightTeeVector' => '⥟',
+ 'DownRightVector' => '⇁',
+ 'DownRightVectorBar' => '⥗',
+ 'DownTee' => '⊤',
+ 'DownTeeArrow' => '↧',
+ 'drbkarow' => '⤐',
+ 'drcorn' => '⌟',
+ 'drcrop' => '⌌',
+ 'Dscr' => '𝒟',
+ 'dscr' => '𝒹',
+ 'DScy' => 'Ѕ',
+ 'dscy' => 'ѕ',
+ 'dsol' => '⧶',
+ 'Dstrok' => 'Đ',
+ 'dstrok' => 'đ',
+ 'dtdot' => '⋱',
+ 'dtri' => '▿',
+ 'dtrif' => '▾',
+ 'duarr' => '⇵',
+ 'duhar' => '⥯',
+ 'dwangle' => '⦦',
+ 'DZcy' => 'Џ',
+ 'dzcy' => 'џ',
+ 'dzigrarr' => '⟿',
+ 'Eacute' => 'É',
+ 'Eacut' => 'É',
+ 'eacute' => 'é',
+ 'eacut' => 'é',
+ 'easter' => '⩮',
+ 'Ecaron' => 'Ě',
+ 'ecaron' => 'ě',
+ 'ecir' => 'ê',
+ 'Ecirc' => 'Ê',
+ 'Ecir' => 'Ê',
+ 'ecirc' => 'ê',
+ 'ecolon' => '≕',
+ 'Ecy' => 'Э',
+ 'ecy' => 'э',
+ 'eDDot' => '⩷',
+ 'Edot' => 'Ė',
+ 'eDot' => '≑',
+ 'edot' => 'ė',
+ 'ee' => 'ⅇ',
+ 'efDot' => '≒',
+ 'Efr' => '𝔈',
+ 'efr' => '𝔢',
+ 'eg' => '⪚',
+ 'Egrave' => 'È',
+ 'Egrav' => 'È',
+ 'egrave' => 'è',
+ 'egrav' => 'è',
+ 'egs' => '⪖',
+ 'egsdot' => '⪘',
+ 'el' => '⪙',
+ 'Element' => '∈',
+ 'elinters' => '⏧',
+ 'ell' => 'ℓ',
+ 'els' => '⪕',
+ 'elsdot' => '⪗',
+ 'Emacr' => 'Ē',
+ 'emacr' => 'ē',
+ 'empty' => '∅',
+ 'emptyset' => '∅',
+ 'EmptySmallSquare' => '◻',
+ 'emptyv' => '∅',
+ 'EmptyVerySmallSquare' => '▫',
+ 'emsp' => ' ',
+ 'emsp13' => ' ',
+ 'emsp14' => ' ',
+ 'ENG' => 'Ŋ',
+ 'eng' => 'ŋ',
+ 'ensp' => ' ',
+ 'Eogon' => 'Ę',
+ 'eogon' => 'ę',
+ 'Eopf' => '𝔼',
+ 'eopf' => '𝕖',
+ 'epar' => '⋕',
+ 'eparsl' => '⧣',
+ 'eplus' => '⩱',
+ 'epsi' => 'ε',
+ 'Epsilon' => 'Ε',
+ 'epsilon' => 'ε',
+ 'epsiv' => 'ϵ',
+ 'eqcirc' => '≖',
+ 'eqcolon' => '≕',
+ 'eqsim' => '≂',
+ 'eqslantgtr' => '⪖',
+ 'eqslantless' => '⪕',
+ 'Equal' => '⩵',
+ 'equals' => '=',
+ 'EqualTilde' => '≂',
+ 'equest' => '≟',
+ 'Equilibrium' => '⇌',
+ 'equiv' => '≡',
+ 'equivDD' => '⩸',
+ 'eqvparsl' => '⧥',
+ 'erarr' => '⥱',
+ 'erDot' => '≓',
+ 'Escr' => 'ℰ',
+ 'escr' => 'ℯ',
+ 'esdot' => '≐',
+ 'Esim' => '⩳',
+ 'esim' => '≂',
+ 'Eta' => 'Η',
+ 'eta' => 'η',
+ 'ETH' => 'Ð',
+ 'ET' => 'Ð',
+ 'eth' => 'ð',
+ 'et' => 'ð',
+ 'Euml' => 'Ë',
+ 'Eum' => 'Ë',
+ 'euml' => 'ë',
+ 'eum' => 'ë',
+ 'euro' => '€',
+ 'excl' => '!',
+ 'exist' => '∃',
+ 'Exists' => '∃',
+ 'expectation' => 'ℰ',
+ 'ExponentialE' => 'ⅇ',
+ 'exponentiale' => 'ⅇ',
+ 'fallingdotseq' => '≒',
+ 'Fcy' => 'Ф',
+ 'fcy' => 'ф',
+ 'female' => '♀',
+ 'ffilig' => 'ffi',
+ 'fflig' => 'ff',
+ 'ffllig' => 'ffl',
+ 'Ffr' => '𝔉',
+ 'ffr' => '𝔣',
+ 'filig' => 'fi',
+ 'FilledSmallSquare' => '◼',
+ 'FilledVerySmallSquare' => '▪',
+ 'fjlig' => 'fj',
+ 'flat' => '♭',
+ 'fllig' => 'fl',
+ 'fltns' => '▱',
+ 'fnof' => 'ƒ',
+ 'Fopf' => '𝔽',
+ 'fopf' => '𝕗',
+ 'ForAll' => '∀',
+ 'forall' => '∀',
+ 'fork' => '⋔',
+ 'forkv' => '⫙',
+ 'Fouriertrf' => 'ℱ',
+ 'fpartint' => '⨍',
+ 'frac12' => '½',
+ 'frac1' => '¼',
+ 'frac13' => '⅓',
+ 'frac14' => '¼',
+ 'frac15' => '⅕',
+ 'frac16' => '⅙',
+ 'frac18' => '⅛',
+ 'frac23' => '⅔',
+ 'frac25' => '⅖',
+ 'frac34' => '¾',
+ 'frac3' => '¾',
+ 'frac35' => '⅗',
+ 'frac38' => '⅜',
+ 'frac45' => '⅘',
+ 'frac56' => '⅚',
+ 'frac58' => '⅝',
+ 'frac78' => '⅞',
+ 'frasl' => '⁄',
+ 'frown' => '⌢',
+ 'Fscr' => 'ℱ',
+ 'fscr' => '𝒻',
+ 'gacute' => 'ǵ',
+ 'Gamma' => 'Γ',
+ 'gamma' => 'γ',
+ 'Gammad' => 'Ϝ',
+ 'gammad' => 'ϝ',
+ 'gap' => '⪆',
+ 'Gbreve' => 'Ğ',
+ 'gbreve' => 'ğ',
+ 'Gcedil' => 'Ģ',
+ 'Gcirc' => 'Ĝ',
+ 'gcirc' => 'ĝ',
+ 'Gcy' => 'Г',
+ 'gcy' => 'г',
+ 'Gdot' => 'Ġ',
+ 'gdot' => 'ġ',
+ 'gE' => '≧',
+ 'ge' => '≥',
+ 'gEl' => '⪌',
+ 'gel' => '⋛',
+ 'geq' => '≥',
+ 'geqq' => '≧',
+ 'geqslant' => '⩾',
+ 'ges' => '⩾',
+ 'gescc' => '⪩',
+ 'gesdot' => '⪀',
+ 'gesdoto' => '⪂',
+ 'gesdotol' => '⪄',
+ 'gesl' => '⋛︀',
+ 'gesles' => '⪔',
+ 'Gfr' => '𝔊',
+ 'gfr' => '𝔤',
+ 'Gg' => '⋙',
+ 'gg' => '≫',
+ 'ggg' => '⋙',
+ 'gimel' => 'ℷ',
+ 'GJcy' => 'Ѓ',
+ 'gjcy' => 'ѓ',
+ 'gl' => '≷',
+ 'gla' => '⪥',
+ 'glE' => '⪒',
+ 'glj' => '⪤',
+ 'gnap' => '⪊',
+ 'gnapprox' => '⪊',
+ 'gnE' => '≩',
+ 'gne' => '⪈',
+ 'gneq' => '⪈',
+ 'gneqq' => '≩',
+ 'gnsim' => '⋧',
+ 'Gopf' => '𝔾',
+ 'gopf' => '𝕘',
+ 'grave' => '`',
+ 'GreaterEqual' => '≥',
+ 'GreaterEqualLess' => '⋛',
+ 'GreaterFullEqual' => '≧',
+ 'GreaterGreater' => '⪢',
+ 'GreaterLess' => '≷',
+ 'GreaterSlantEqual' => '⩾',
+ 'GreaterTilde' => '≳',
+ 'Gscr' => '𝒢',
+ 'gscr' => 'ℊ',
+ 'gsim' => '≳',
+ 'gsime' => '⪎',
+ 'gsiml' => '⪐',
+ 'GT' => '>',
+ 'G' => '>',
+ 'Gt' => '≫',
+ 'gt' => '>',
+ 'g' => '>',
+ 'gtcc' => '⪧',
+ 'gtcir' => '⩺',
+ 'gtdot' => '⋗',
+ 'gtlPar' => '⦕',
+ 'gtquest' => '⩼',
+ 'gtrapprox' => '⪆',
+ 'gtrarr' => '⥸',
+ 'gtrdot' => '⋗',
+ 'gtreqless' => '⋛',
+ 'gtreqqless' => '⪌',
+ 'gtrless' => '≷',
+ 'gtrsim' => '≳',
+ 'gvertneqq' => '≩︀',
+ 'gvnE' => '≩︀',
+ 'Hacek' => 'ˇ',
+ 'hairsp' => ' ',
+ 'half' => '½',
+ 'hamilt' => 'ℋ',
+ 'HARDcy' => 'Ъ',
+ 'hardcy' => 'ъ',
+ 'hArr' => '⇔',
+ 'harr' => '↔',
+ 'harrcir' => '⥈',
+ 'harrw' => '↭',
+ 'Hat' => '^',
+ 'hbar' => 'ℏ',
+ 'Hcirc' => 'Ĥ',
+ 'hcirc' => 'ĥ',
+ 'hearts' => '♥',
+ 'heartsuit' => '♥',
+ 'hellip' => '…',
+ 'hercon' => '⊹',
+ 'Hfr' => 'ℌ',
+ 'hfr' => '𝔥',
+ 'HilbertSpace' => 'ℋ',
+ 'hksearow' => '⤥',
+ 'hkswarow' => '⤦',
+ 'hoarr' => '⇿',
+ 'homtht' => '∻',
+ 'hookleftarrow' => '↩',
+ 'hookrightarrow' => '↪',
+ 'Hopf' => 'ℍ',
+ 'hopf' => '𝕙',
+ 'horbar' => '―',
+ 'HorizontalLine' => '─',
+ 'Hscr' => 'ℋ',
+ 'hscr' => '𝒽',
+ 'hslash' => 'ℏ',
+ 'Hstrok' => 'Ħ',
+ 'hstrok' => 'ħ',
+ 'HumpDownHump' => '≎',
+ 'HumpEqual' => '≏',
+ 'hybull' => '⁃',
+ 'hyphen' => '‐',
+ 'Iacute' => 'Í',
+ 'Iacut' => 'Í',
+ 'iacute' => 'í',
+ 'iacut' => 'í',
+ 'ic' => '⁣',
+ 'Icirc' => 'Î',
+ 'Icir' => 'Î',
+ 'icirc' => 'î',
+ 'icir' => 'î',
+ 'Icy' => 'И',
+ 'icy' => 'и',
+ 'Idot' => 'İ',
+ 'IEcy' => 'Е',
+ 'iecy' => 'е',
+ 'iexcl' => '¡',
+ 'iexc' => '¡',
+ 'iff' => '⇔',
+ 'Ifr' => 'ℑ',
+ 'ifr' => '𝔦',
+ 'Igrave' => 'Ì',
+ 'Igrav' => 'Ì',
+ 'igrave' => 'ì',
+ 'igrav' => 'ì',
+ 'ii' => 'ⅈ',
+ 'iiiint' => '⨌',
+ 'iiint' => '∭',
+ 'iinfin' => '⧜',
+ 'iiota' => '℩',
+ 'IJlig' => 'IJ',
+ 'ijlig' => 'ij',
+ 'Im' => 'ℑ',
+ 'Imacr' => 'Ī',
+ 'imacr' => 'ī',
+ 'image' => 'ℑ',
+ 'ImaginaryI' => 'ⅈ',
+ 'imagline' => 'ℐ',
+ 'imagpart' => 'ℑ',
+ 'imath' => 'ı',
+ 'imof' => '⊷',
+ 'imped' => 'Ƶ',
+ 'Implies' => '⇒',
+ 'in' => '∈',
+ 'incare' => '℅',
+ 'infin' => '∞',
+ 'infintie' => '⧝',
+ 'inodot' => 'ı',
+ 'Int' => '∬',
+ 'int' => '∫',
+ 'intcal' => '⊺',
+ 'integers' => 'ℤ',
+ 'Integral' => '∫',
+ 'intercal' => '⊺',
+ 'Intersection' => '⋂',
+ 'intlarhk' => '⨗',
+ 'intprod' => '⨼',
+ 'InvisibleComma' => '⁣',
+ 'InvisibleTimes' => '⁢',
+ 'IOcy' => 'Ё',
+ 'iocy' => 'ё',
+ 'Iogon' => 'Į',
+ 'iogon' => 'į',
+ 'Iopf' => '𝕀',
+ 'iopf' => '𝕚',
+ 'Iota' => 'Ι',
+ 'iota' => 'ι',
+ 'iprod' => '⨼',
+ 'iquest' => '¿',
+ 'iques' => '¿',
+ 'Iscr' => 'ℐ',
+ 'iscr' => '𝒾',
+ 'isin' => '∈',
+ 'isindot' => '⋵',
+ 'isinE' => '⋹',
+ 'isins' => '⋴',
+ 'isinsv' => '⋳',
+ 'isinv' => '∈',
+ 'it' => '⁢',
+ 'Itilde' => 'Ĩ',
+ 'itilde' => 'ĩ',
+ 'Iukcy' => 'І',
+ 'iukcy' => 'і',
+ 'Iuml' => 'Ï',
+ 'Ium' => 'Ï',
+ 'iuml' => 'ï',
+ 'ium' => 'ï',
+ 'Jcirc' => 'Ĵ',
+ 'jcirc' => 'ĵ',
+ 'Jcy' => 'Й',
+ 'jcy' => 'й',
+ 'Jfr' => '𝔍',
+ 'jfr' => '𝔧',
+ 'jmath' => 'ȷ',
+ 'Jopf' => '𝕁',
+ 'jopf' => '𝕛',
+ 'Jscr' => '𝒥',
+ 'jscr' => '𝒿',
+ 'Jsercy' => 'Ј',
+ 'jsercy' => 'ј',
+ 'Jukcy' => 'Є',
+ 'jukcy' => 'є',
+ 'Kappa' => 'Κ',
+ 'kappa' => 'κ',
+ 'kappav' => 'ϰ',
+ 'Kcedil' => 'Ķ',
+ 'kcedil' => 'ķ',
+ 'Kcy' => 'К',
+ 'kcy' => 'к',
+ 'Kfr' => '𝔎',
+ 'kfr' => '𝔨',
+ 'kgreen' => 'ĸ',
+ 'KHcy' => 'Х',
+ 'khcy' => 'х',
+ 'KJcy' => 'Ќ',
+ 'kjcy' => 'ќ',
+ 'Kopf' => '𝕂',
+ 'kopf' => '𝕜',
+ 'Kscr' => '𝒦',
+ 'kscr' => '𝓀',
+ 'lAarr' => '⇚',
+ 'Lacute' => 'Ĺ',
+ 'lacute' => 'ĺ',
+ 'laemptyv' => '⦴',
+ 'lagran' => 'ℒ',
+ 'Lambda' => 'Λ',
+ 'lambda' => 'λ',
+ 'Lang' => '⟪',
+ 'lang' => '⟨',
+ 'langd' => '⦑',
+ 'langle' => '⟨',
+ 'lap' => '⪅',
+ 'Laplacetrf' => 'ℒ',
+ 'laquo' => '«',
+ 'laqu' => '«',
+ 'Larr' => '↞',
+ 'lArr' => '⇐',
+ 'larr' => '←',
+ 'larrb' => '⇤',
+ 'larrbfs' => '⤟',
+ 'larrfs' => '⤝',
+ 'larrhk' => '↩',
+ 'larrlp' => '↫',
+ 'larrpl' => '⤹',
+ 'larrsim' => '⥳',
+ 'larrtl' => '↢',
+ 'lat' => '⪫',
+ 'lAtail' => '⤛',
+ 'latail' => '⤙',
+ 'late' => '⪭',
+ 'lates' => '⪭︀',
+ 'lBarr' => '⤎',
+ 'lbarr' => '⤌',
+ 'lbbrk' => '❲',
+ 'lbrace' => '{',
+ 'lbrack' => '[',
+ 'lbrke' => '⦋',
+ 'lbrksld' => '⦏',
+ 'lbrkslu' => '⦍',
+ 'Lcaron' => 'Ľ',
+ 'lcaron' => 'ľ',
+ 'Lcedil' => 'Ļ',
+ 'lcedil' => 'ļ',
+ 'lceil' => '⌈',
+ 'lcub' => '{',
+ 'Lcy' => 'Л',
+ 'lcy' => 'л',
+ 'ldca' => '⤶',
+ 'ldquo' => '“',
+ 'ldquor' => '„',
+ 'ldrdhar' => '⥧',
+ 'ldrushar' => '⥋',
+ 'ldsh' => '↲',
+ 'lE' => '≦',
+ 'le' => '≤',
+ 'LeftAngleBracket' => '⟨',
+ 'LeftArrow' => '←',
+ 'Leftarrow' => '⇐',
+ 'leftarrow' => '←',
+ 'LeftArrowBar' => '⇤',
+ 'LeftArrowRightArrow' => '⇆',
+ 'leftarrowtail' => '↢',
+ 'LeftCeiling' => '⌈',
+ 'LeftDoubleBracket' => '⟦',
+ 'LeftDownTeeVector' => '⥡',
+ 'LeftDownVector' => '⇃',
+ 'LeftDownVectorBar' => '⥙',
+ 'LeftFloor' => '⌊',
+ 'leftharpoondown' => '↽',
+ 'leftharpoonup' => '↼',
+ 'leftleftarrows' => '⇇',
+ 'LeftRightArrow' => '↔',
+ 'Leftrightarrow' => '⇔',
+ 'leftrightarrow' => '↔',
+ 'leftrightarrows' => '⇆',
+ 'leftrightharpoons' => '⇋',
+ 'leftrightsquigarrow' => '↭',
+ 'LeftRightVector' => '⥎',
+ 'LeftTee' => '⊣',
+ 'LeftTeeArrow' => '↤',
+ 'LeftTeeVector' => '⥚',
+ 'leftthreetimes' => '⋋',
+ 'LeftTriangle' => '⊲',
+ 'LeftTriangleBar' => '⧏',
+ 'LeftTriangleEqual' => '⊴',
+ 'LeftUpDownVector' => '⥑',
+ 'LeftUpTeeVector' => '⥠',
+ 'LeftUpVector' => '↿',
+ 'LeftUpVectorBar' => '⥘',
+ 'LeftVector' => '↼',
+ 'LeftVectorBar' => '⥒',
+ 'lEg' => '⪋',
+ 'leg' => '⋚',
+ 'leq' => '≤',
+ 'leqq' => '≦',
+ 'leqslant' => '⩽',
+ 'les' => '⩽',
+ 'lescc' => '⪨',
+ 'lesdot' => '⩿',
+ 'lesdoto' => '⪁',
+ 'lesdotor' => '⪃',
+ 'lesg' => '⋚︀',
+ 'lesges' => '⪓',
+ 'lessapprox' => '⪅',
+ 'lessdot' => '⋖',
+ 'lesseqgtr' => '⋚',
+ 'lesseqqgtr' => '⪋',
+ 'LessEqualGreater' => '⋚',
+ 'LessFullEqual' => '≦',
+ 'LessGreater' => '≶',
+ 'lessgtr' => '≶',
+ 'LessLess' => '⪡',
+ 'lesssim' => '≲',
+ 'LessSlantEqual' => '⩽',
+ 'LessTilde' => '≲',
+ 'lfisht' => '⥼',
+ 'lfloor' => '⌊',
+ 'Lfr' => '𝔏',
+ 'lfr' => '𝔩',
+ 'lg' => '≶',
+ 'lgE' => '⪑',
+ 'lHar' => '⥢',
+ 'lhard' => '↽',
+ 'lharu' => '↼',
+ 'lharul' => '⥪',
+ 'lhblk' => '▄',
+ 'LJcy' => 'Љ',
+ 'ljcy' => 'љ',
+ 'Ll' => '⋘',
+ 'll' => '≪',
+ 'llarr' => '⇇',
+ 'llcorner' => '⌞',
+ 'Lleftarrow' => '⇚',
+ 'llhard' => '⥫',
+ 'lltri' => '◺',
+ 'Lmidot' => 'Ŀ',
+ 'lmidot' => 'ŀ',
+ 'lmoust' => '⎰',
+ 'lmoustache' => '⎰',
+ 'lnap' => '⪉',
+ 'lnapprox' => '⪉',
+ 'lnE' => '≨',
+ 'lne' => '⪇',
+ 'lneq' => '⪇',
+ 'lneqq' => '≨',
+ 'lnsim' => '⋦',
+ 'loang' => '⟬',
+ 'loarr' => '⇽',
+ 'lobrk' => '⟦',
+ 'LongLeftArrow' => '⟵',
+ 'Longleftarrow' => '⟸',
+ 'longleftarrow' => '⟵',
+ 'LongLeftRightArrow' => '⟷',
+ 'Longleftrightarrow' => '⟺',
+ 'longleftrightarrow' => '⟷',
+ 'longmapsto' => '⟼',
+ 'LongRightArrow' => '⟶',
+ 'Longrightarrow' => '⟹',
+ 'longrightarrow' => '⟶',
+ 'looparrowleft' => '↫',
+ 'looparrowright' => '↬',
+ 'lopar' => '⦅',
+ 'Lopf' => '𝕃',
+ 'lopf' => '𝕝',
+ 'loplus' => '⨭',
+ 'lotimes' => '⨴',
+ 'lowast' => '∗',
+ 'lowbar' => '_',
+ 'LowerLeftArrow' => '↙',
+ 'LowerRightArrow' => '↘',
+ 'loz' => '◊',
+ 'lozenge' => '◊',
+ 'lozf' => '⧫',
+ 'lpar' => '(',
+ 'lparlt' => '⦓',
+ 'lrarr' => '⇆',
+ 'lrcorner' => '⌟',
+ 'lrhar' => '⇋',
+ 'lrhard' => '⥭',
+ 'lrm' => '‎',
+ 'lrtri' => '⊿',
+ 'lsaquo' => '‹',
+ 'Lscr' => 'ℒ',
+ 'lscr' => '𝓁',
+ 'Lsh' => '↰',
+ 'lsh' => '↰',
+ 'lsim' => '≲',
+ 'lsime' => '⪍',
+ 'lsimg' => '⪏',
+ 'lsqb' => '[',
+ 'lsquo' => '‘',
+ 'lsquor' => '‚',
+ 'Lstrok' => 'Ł',
+ 'lstrok' => 'ł',
+ 'LT' => '<',
+ 'L' => '<',
+ 'Lt' => '≪',
+ 'lt' => '<',
+ 'l' => '<',
+ 'ltcc' => '⪦',
+ 'ltcir' => '⩹',
+ 'ltdot' => '⋖',
+ 'lthree' => '⋋',
+ 'ltimes' => '⋉',
+ 'ltlarr' => '⥶',
+ 'ltquest' => '⩻',
+ 'ltri' => '◃',
+ 'ltrie' => '⊴',
+ 'ltrif' => '◂',
+ 'ltrPar' => '⦖',
+ 'lurdshar' => '⥊',
+ 'luruhar' => '⥦',
+ 'lvertneqq' => '≨︀',
+ 'lvnE' => '≨︀',
+ 'macr' => '¯',
+ 'mac' => '¯',
+ 'male' => '♂',
+ 'malt' => '✠',
+ 'maltese' => '✠',
+ 'Map' => '⤅',
+ 'map' => '↦',
+ 'mapsto' => '↦',
+ 'mapstodown' => '↧',
+ 'mapstoleft' => '↤',
+ 'mapstoup' => '↥',
+ 'marker' => '▮',
+ 'mcomma' => '⨩',
+ 'Mcy' => 'М',
+ 'mcy' => 'м',
+ 'mdash' => '—',
+ 'mDDot' => '∺',
+ 'measuredangle' => '∡',
+ 'MediumSpace' => ' ',
+ 'Mellintrf' => 'ℳ',
+ 'Mfr' => '𝔐',
+ 'mfr' => '𝔪',
+ 'mho' => '℧',
+ 'micro' => 'µ',
+ 'micr' => 'µ',
+ 'mid' => '∣',
+ 'midast' => '*',
+ 'midcir' => '⫰',
+ 'middot' => '·',
+ 'middo' => '·',
+ 'minus' => '−',
+ 'minusb' => '⊟',
+ 'minusd' => '∸',
+ 'minusdu' => '⨪',
+ 'MinusPlus' => '∓',
+ 'mlcp' => '⫛',
+ 'mldr' => '…',
+ 'mnplus' => '∓',
+ 'models' => '⊧',
+ 'Mopf' => '𝕄',
+ 'mopf' => '𝕞',
+ 'mp' => '∓',
+ 'Mscr' => 'ℳ',
+ 'mscr' => '𝓂',
+ 'mstpos' => '∾',
+ 'Mu' => 'Μ',
+ 'mu' => 'μ',
+ 'multimap' => '⊸',
+ 'mumap' => '⊸',
+ 'nabla' => '∇',
+ 'Nacute' => 'Ń',
+ 'nacute' => 'ń',
+ 'nang' => '∠⃒',
+ 'nap' => '≉',
+ 'napE' => '⩰̸',
+ 'napid' => '≋̸',
+ 'napos' => 'ʼn',
+ 'napprox' => '≉',
+ 'natur' => '♮',
+ 'natural' => '♮',
+ 'naturals' => 'ℕ',
+ 'nbsp' => ' ',
+ 'nbs' => ' ',
+ 'nbump' => '≎̸',
+ 'nbumpe' => '≏̸',
+ 'ncap' => '⩃',
+ 'Ncaron' => 'Ň',
+ 'ncaron' => 'ň',
+ 'Ncedil' => 'Ņ',
+ 'ncedil' => 'ņ',
+ 'ncong' => '≇',
+ 'ncongdot' => '⩭̸',
+ 'ncup' => '⩂',
+ 'Ncy' => 'Н',
+ 'ncy' => 'н',
+ 'ndash' => '–',
+ 'ne' => '≠',
+ 'nearhk' => '⤤',
+ 'neArr' => '⇗',
+ 'nearr' => '↗',
+ 'nearrow' => '↗',
+ 'nedot' => '≐̸',
+ 'NegativeMediumSpace' => '​',
+ 'NegativeThickSpace' => '​',
+ 'NegativeThinSpace' => '​',
+ 'NegativeVeryThinSpace' => '​',
+ 'nequiv' => '≢',
+ 'nesear' => '⤨',
+ 'nesim' => '≂̸',
+ 'NestedGreaterGreater' => '≫',
+ 'NestedLessLess' => '≪',
+ 'NewLine' => '
+',
+ 'nexist' => '∄',
+ 'nexists' => '∄',
+ 'Nfr' => '𝔑',
+ 'nfr' => '𝔫',
+ 'ngE' => '≧̸',
+ 'nge' => '≱',
+ 'ngeq' => '≱',
+ 'ngeqq' => '≧̸',
+ 'ngeqslant' => '⩾̸',
+ 'nges' => '⩾̸',
+ 'nGg' => '⋙̸',
+ 'ngsim' => '≵',
+ 'nGt' => '≫⃒',
+ 'ngt' => '≯',
+ 'ngtr' => '≯',
+ 'nGtv' => '≫̸',
+ 'nhArr' => '⇎',
+ 'nharr' => '↮',
+ 'nhpar' => '⫲',
+ 'ni' => '∋',
+ 'nis' => '⋼',
+ 'nisd' => '⋺',
+ 'niv' => '∋',
+ 'NJcy' => 'Њ',
+ 'njcy' => 'њ',
+ 'nlArr' => '⇍',
+ 'nlarr' => '↚',
+ 'nldr' => '‥',
+ 'nlE' => '≦̸',
+ 'nle' => '≰',
+ 'nLeftarrow' => '⇍',
+ 'nleftarrow' => '↚',
+ 'nLeftrightarrow' => '⇎',
+ 'nleftrightarrow' => '↮',
+ 'nleq' => '≰',
+ 'nleqq' => '≦̸',
+ 'nleqslant' => '⩽̸',
+ 'nles' => '⩽̸',
+ 'nless' => '≮',
+ 'nLl' => '⋘̸',
+ 'nlsim' => '≴',
+ 'nLt' => '≪⃒',
+ 'nlt' => '≮',
+ 'nltri' => '⋪',
+ 'nltrie' => '⋬',
+ 'nLtv' => '≪̸',
+ 'nmid' => '∤',
+ 'NoBreak' => '⁠',
+ 'NonBreakingSpace' => ' ',
+ 'Nopf' => 'ℕ',
+ 'nopf' => '𝕟',
+ 'Not' => '⫬',
+ 'not' => '¬',
+ 'no' => '¬',
+ 'NotCongruent' => '≢',
+ 'NotCupCap' => '≭',
+ 'NotDoubleVerticalBar' => '∦',
+ 'NotElement' => '∉',
+ 'NotEqual' => '≠',
+ 'NotEqualTilde' => '≂̸',
+ 'NotExists' => '∄',
+ 'NotGreater' => '≯',
+ 'NotGreaterEqual' => '≱',
+ 'NotGreaterFullEqual' => '≧̸',
+ 'NotGreaterGreater' => '≫̸',
+ 'NotGreaterLess' => '≹',
+ 'NotGreaterSlantEqual' => '⩾̸',
+ 'NotGreaterTilde' => '≵',
+ 'NotHumpDownHump' => '≎̸',
+ 'NotHumpEqual' => '≏̸',
+ 'notin' => '∉',
+ 'notindot' => '⋵̸',
+ 'notinE' => '⋹̸',
+ 'notinva' => '∉',
+ 'notinvb' => '⋷',
+ 'notinvc' => '⋶',
+ 'NotLeftTriangle' => '⋪',
+ 'NotLeftTriangleBar' => '⧏̸',
+ 'NotLeftTriangleEqual' => '⋬',
+ 'NotLess' => '≮',
+ 'NotLessEqual' => '≰',
+ 'NotLessGreater' => '≸',
+ 'NotLessLess' => '≪̸',
+ 'NotLessSlantEqual' => '⩽̸',
+ 'NotLessTilde' => '≴',
+ 'NotNestedGreaterGreater' => '⪢̸',
+ 'NotNestedLessLess' => '⪡̸',
+ 'notni' => '∌',
+ 'notniva' => '∌',
+ 'notnivb' => '⋾',
+ 'notnivc' => '⋽',
+ 'NotPrecedes' => '⊀',
+ 'NotPrecedesEqual' => '⪯̸',
+ 'NotPrecedesSlantEqual' => '⋠',
+ 'NotReverseElement' => '∌',
+ 'NotRightTriangle' => '⋫',
+ 'NotRightTriangleBar' => '⧐̸',
+ 'NotRightTriangleEqual' => '⋭',
+ 'NotSquareSubset' => '⊏̸',
+ 'NotSquareSubsetEqual' => '⋢',
+ 'NotSquareSuperset' => '⊐̸',
+ 'NotSquareSupersetEqual' => '⋣',
+ 'NotSubset' => '⊂⃒',
+ 'NotSubsetEqual' => '⊈',
+ 'NotSucceeds' => '⊁',
+ 'NotSucceedsEqual' => '⪰̸',
+ 'NotSucceedsSlantEqual' => '⋡',
+ 'NotSucceedsTilde' => '≿̸',
+ 'NotSuperset' => '⊃⃒',
+ 'NotSupersetEqual' => '⊉',
+ 'NotTilde' => '≁',
+ 'NotTildeEqual' => '≄',
+ 'NotTildeFullEqual' => '≇',
+ 'NotTildeTilde' => '≉',
+ 'NotVerticalBar' => '∤',
+ 'npar' => '∦',
+ 'nparallel' => '∦',
+ 'nparsl' => '⫽⃥',
+ 'npart' => '∂̸',
+ 'npolint' => '⨔',
+ 'npr' => '⊀',
+ 'nprcue' => '⋠',
+ 'npre' => '⪯̸',
+ 'nprec' => '⊀',
+ 'npreceq' => '⪯̸',
+ 'nrArr' => '⇏',
+ 'nrarr' => '↛',
+ 'nrarrc' => '⤳̸',
+ 'nrarrw' => '↝̸',
+ 'nRightarrow' => '⇏',
+ 'nrightarrow' => '↛',
+ 'nrtri' => '⋫',
+ 'nrtrie' => '⋭',
+ 'nsc' => '⊁',
+ 'nsccue' => '⋡',
+ 'nsce' => '⪰̸',
+ 'Nscr' => '𝒩',
+ 'nscr' => '𝓃',
+ 'nshortmid' => '∤',
+ 'nshortparallel' => '∦',
+ 'nsim' => '≁',
+ 'nsime' => '≄',
+ 'nsimeq' => '≄',
+ 'nsmid' => '∤',
+ 'nspar' => '∦',
+ 'nsqsube' => '⋢',
+ 'nsqsupe' => '⋣',
+ 'nsub' => '⊄',
+ 'nsubE' => '⫅̸',
+ 'nsube' => '⊈',
+ 'nsubset' => '⊂⃒',
+ 'nsubseteq' => '⊈',
+ 'nsubseteqq' => '⫅̸',
+ 'nsucc' => '⊁',
+ 'nsucceq' => '⪰̸',
+ 'nsup' => '⊅',
+ 'nsupE' => '⫆̸',
+ 'nsupe' => '⊉',
+ 'nsupset' => '⊃⃒',
+ 'nsupseteq' => '⊉',
+ 'nsupseteqq' => '⫆̸',
+ 'ntgl' => '≹',
+ 'Ntilde' => 'Ñ',
+ 'Ntild' => 'Ñ',
+ 'ntilde' => 'ñ',
+ 'ntild' => 'ñ',
+ 'ntlg' => '≸',
+ 'ntriangleleft' => '⋪',
+ 'ntrianglelefteq' => '⋬',
+ 'ntriangleright' => '⋫',
+ 'ntrianglerighteq' => '⋭',
+ 'Nu' => 'Ν',
+ 'nu' => 'ν',
+ 'num' => '#',
+ 'numero' => '№',
+ 'numsp' => ' ',
+ 'nvap' => '≍⃒',
+ 'nVDash' => '⊯',
+ 'nVdash' => '⊮',
+ 'nvDash' => '⊭',
+ 'nvdash' => '⊬',
+ 'nvge' => '≥⃒',
+ 'nvgt' => '>⃒',
+ 'nvHarr' => '⤄',
+ 'nvinfin' => '⧞',
+ 'nvlArr' => '⤂',
+ 'nvle' => '≤⃒',
+ 'nvlt' => '<⃒',
+ 'nvltrie' => '⊴⃒',
+ 'nvrArr' => '⤃',
+ 'nvrtrie' => '⊵⃒',
+ 'nvsim' => '∼⃒',
+ 'nwarhk' => '⤣',
+ 'nwArr' => '⇖',
+ 'nwarr' => '↖',
+ 'nwarrow' => '↖',
+ 'nwnear' => '⤧',
+ 'Oacute' => 'Ó',
+ 'Oacut' => 'Ó',
+ 'oacute' => 'ó',
+ 'oacut' => 'ó',
+ 'oast' => '⊛',
+ 'ocir' => 'ô',
+ 'Ocirc' => 'Ô',
+ 'Ocir' => 'Ô',
+ 'ocirc' => 'ô',
+ 'Ocy' => 'О',
+ 'ocy' => 'о',
+ 'odash' => '⊝',
+ 'Odblac' => 'Ő',
+ 'odblac' => 'ő',
+ 'odiv' => '⨸',
+ 'odot' => '⊙',
+ 'odsold' => '⦼',
+ 'OElig' => 'Œ',
+ 'oelig' => 'œ',
+ 'ofcir' => '⦿',
+ 'Ofr' => '𝔒',
+ 'ofr' => '𝔬',
+ 'ogon' => '˛',
+ 'Ograve' => 'Ò',
+ 'Ograv' => 'Ò',
+ 'ograve' => 'ò',
+ 'ograv' => 'ò',
+ 'ogt' => '⧁',
+ 'ohbar' => '⦵',
+ 'ohm' => 'Ω',
+ 'oint' => '∮',
+ 'olarr' => '↺',
+ 'olcir' => '⦾',
+ 'olcross' => '⦻',
+ 'oline' => '‾',
+ 'olt' => '⧀',
+ 'Omacr' => 'Ō',
+ 'omacr' => 'ō',
+ 'Omega' => 'Ω',
+ 'omega' => 'ω',
+ 'Omicron' => 'Ο',
+ 'omicron' => 'ο',
+ 'omid' => '⦶',
+ 'ominus' => '⊖',
+ 'Oopf' => '𝕆',
+ 'oopf' => '𝕠',
+ 'opar' => '⦷',
+ 'OpenCurlyDoubleQuote' => '“',
+ 'OpenCurlyQuote' => '‘',
+ 'operp' => '⦹',
+ 'oplus' => '⊕',
+ 'Or' => '⩔',
+ 'or' => '∨',
+ 'orarr' => '↻',
+ 'ord' => 'º',
+ 'order' => 'ℴ',
+ 'orderof' => 'ℴ',
+ 'ordf' => 'ª',
+ 'ordm' => 'º',
+ 'origof' => '⊶',
+ 'oror' => '⩖',
+ 'orslope' => '⩗',
+ 'orv' => '⩛',
+ 'oS' => 'Ⓢ',
+ 'Oscr' => '𝒪',
+ 'oscr' => 'ℴ',
+ 'Oslash' => 'Ø',
+ 'Oslas' => 'Ø',
+ 'oslash' => 'ø',
+ 'oslas' => 'ø',
+ 'osol' => '⊘',
+ 'Otilde' => 'Õ',
+ 'Otild' => 'Õ',
+ 'otilde' => 'õ',
+ 'otild' => 'õ',
+ 'Otimes' => '⨷',
+ 'otimes' => '⊗',
+ 'otimesas' => '⨶',
+ 'Ouml' => 'Ö',
+ 'Oum' => 'Ö',
+ 'ouml' => 'ö',
+ 'oum' => 'ö',
+ 'ovbar' => '⌽',
+ 'OverBar' => '‾',
+ 'OverBrace' => '⏞',
+ 'OverBracket' => '⎴',
+ 'OverParenthesis' => '⏜',
+ 'par' => '¶',
+ 'para' => '¶',
+ 'parallel' => '∥',
+ 'parsim' => '⫳',
+ 'parsl' => '⫽',
+ 'part' => '∂',
+ 'PartialD' => '∂',
+ 'Pcy' => 'П',
+ 'pcy' => 'п',
+ 'percnt' => '%',
+ 'period' => '.',
+ 'permil' => '‰',
+ 'perp' => '⊥',
+ 'pertenk' => '‱',
+ 'Pfr' => '𝔓',
+ 'pfr' => '𝔭',
+ 'Phi' => 'Φ',
+ 'phi' => 'φ',
+ 'phiv' => 'ϕ',
+ 'phmmat' => 'ℳ',
+ 'phone' => '☎',
+ 'Pi' => 'Π',
+ 'pi' => 'π',
+ 'pitchfork' => '⋔',
+ 'piv' => 'ϖ',
+ 'planck' => 'ℏ',
+ 'planckh' => 'ℎ',
+ 'plankv' => 'ℏ',
+ 'plus' => '+',
+ 'plusacir' => '⨣',
+ 'plusb' => '⊞',
+ 'pluscir' => '⨢',
+ 'plusdo' => '∔',
+ 'plusdu' => '⨥',
+ 'pluse' => '⩲',
+ 'PlusMinus' => '±',
+ 'plusmn' => '±',
+ 'plusm' => '±',
+ 'plussim' => '⨦',
+ 'plustwo' => '⨧',
+ 'pm' => '±',
+ 'Poincareplane' => 'ℌ',
+ 'pointint' => '⨕',
+ 'Popf' => 'ℙ',
+ 'popf' => '𝕡',
+ 'pound' => '£',
+ 'poun' => '£',
+ 'Pr' => '⪻',
+ 'pr' => '≺',
+ 'prap' => '⪷',
+ 'prcue' => '≼',
+ 'prE' => '⪳',
+ 'pre' => '⪯',
+ 'prec' => '≺',
+ 'precapprox' => '⪷',
+ 'preccurlyeq' => '≼',
+ 'Precedes' => '≺',
+ 'PrecedesEqual' => '⪯',
+ 'PrecedesSlantEqual' => '≼',
+ 'PrecedesTilde' => '≾',
+ 'preceq' => '⪯',
+ 'precnapprox' => '⪹',
+ 'precneqq' => '⪵',
+ 'precnsim' => '⋨',
+ 'precsim' => '≾',
+ 'Prime' => '″',
+ 'prime' => '′',
+ 'primes' => 'ℙ',
+ 'prnap' => '⪹',
+ 'prnE' => '⪵',
+ 'prnsim' => '⋨',
+ 'prod' => '∏',
+ 'Product' => '∏',
+ 'profalar' => '⌮',
+ 'profline' => '⌒',
+ 'profsurf' => '⌓',
+ 'prop' => '∝',
+ 'Proportion' => '∷',
+ 'Proportional' => '∝',
+ 'propto' => '∝',
+ 'prsim' => '≾',
+ 'prurel' => '⊰',
+ 'Pscr' => '𝒫',
+ 'pscr' => '𝓅',
+ 'Psi' => 'Ψ',
+ 'psi' => 'ψ',
+ 'puncsp' => ' ',
+ 'Qfr' => '𝔔',
+ 'qfr' => '𝔮',
+ 'qint' => '⨌',
+ 'Qopf' => 'ℚ',
+ 'qopf' => '𝕢',
+ 'qprime' => '⁗',
+ 'Qscr' => '𝒬',
+ 'qscr' => '𝓆',
+ 'quaternions' => 'ℍ',
+ 'quatint' => '⨖',
+ 'quest' => '?',
+ 'questeq' => '≟',
+ 'QUOT' => '"',
+ 'QUO' => '"',
+ 'quot' => '"',
+ 'quo' => '"',
+ 'rAarr' => '⇛',
+ 'race' => '∽̱',
+ 'Racute' => 'Ŕ',
+ 'racute' => 'ŕ',
+ 'radic' => '√',
+ 'raemptyv' => '⦳',
+ 'Rang' => '⟫',
+ 'rang' => '⟩',
+ 'rangd' => '⦒',
+ 'range' => '⦥',
+ 'rangle' => '⟩',
+ 'raquo' => '»',
+ 'raqu' => '»',
+ 'Rarr' => '↠',
+ 'rArr' => '⇒',
+ 'rarr' => '→',
+ 'rarrap' => '⥵',
+ 'rarrb' => '⇥',
+ 'rarrbfs' => '⤠',
+ 'rarrc' => '⤳',
+ 'rarrfs' => '⤞',
+ 'rarrhk' => '↪',
+ 'rarrlp' => '↬',
+ 'rarrpl' => '⥅',
+ 'rarrsim' => '⥴',
+ 'Rarrtl' => '⤖',
+ 'rarrtl' => '↣',
+ 'rarrw' => '↝',
+ 'rAtail' => '⤜',
+ 'ratail' => '⤚',
+ 'ratio' => '∶',
+ 'rationals' => 'ℚ',
+ 'RBarr' => '⤐',
+ 'rBarr' => '⤏',
+ 'rbarr' => '⤍',
+ 'rbbrk' => '❳',
+ 'rbrace' => '}',
+ 'rbrack' => ']',
+ 'rbrke' => '⦌',
+ 'rbrksld' => '⦎',
+ 'rbrkslu' => '⦐',
+ 'Rcaron' => 'Ř',
+ 'rcaron' => 'ř',
+ 'Rcedil' => 'Ŗ',
+ 'rcedil' => 'ŗ',
+ 'rceil' => '⌉',
+ 'rcub' => '}',
+ 'Rcy' => 'Р',
+ 'rcy' => 'р',
+ 'rdca' => '⤷',
+ 'rdldhar' => '⥩',
+ 'rdquo' => '”',
+ 'rdquor' => '”',
+ 'rdsh' => '↳',
+ 'Re' => 'ℜ',
+ 'real' => 'ℜ',
+ 'realine' => 'ℛ',
+ 'realpart' => 'ℜ',
+ 'reals' => 'ℝ',
+ 'rect' => '▭',
+ 'REG' => '®',
+ 'RE' => '®',
+ 'reg' => '®',
+ 're' => '®',
+ 'ReverseElement' => '∋',
+ 'ReverseEquilibrium' => '⇋',
+ 'ReverseUpEquilibrium' => '⥯',
+ 'rfisht' => '⥽',
+ 'rfloor' => '⌋',
+ 'Rfr' => 'ℜ',
+ 'rfr' => '𝔯',
+ 'rHar' => '⥤',
+ 'rhard' => '⇁',
+ 'rharu' => '⇀',
+ 'rharul' => '⥬',
+ 'Rho' => 'Ρ',
+ 'rho' => 'ρ',
+ 'rhov' => 'ϱ',
+ 'RightAngleBracket' => '⟩',
+ 'RightArrow' => '→',
+ 'Rightarrow' => '⇒',
+ 'rightarrow' => '→',
+ 'RightArrowBar' => '⇥',
+ 'RightArrowLeftArrow' => '⇄',
+ 'rightarrowtail' => '↣',
+ 'RightCeiling' => '⌉',
+ 'RightDoubleBracket' => '⟧',
+ 'RightDownTeeVector' => '⥝',
+ 'RightDownVector' => '⇂',
+ 'RightDownVectorBar' => '⥕',
+ 'RightFloor' => '⌋',
+ 'rightharpoondown' => '⇁',
+ 'rightharpoonup' => '⇀',
+ 'rightleftarrows' => '⇄',
+ 'rightleftharpoons' => '⇌',
+ 'rightrightarrows' => '⇉',
+ 'rightsquigarrow' => '↝',
+ 'RightTee' => '⊢',
+ 'RightTeeArrow' => '↦',
+ 'RightTeeVector' => '⥛',
+ 'rightthreetimes' => '⋌',
+ 'RightTriangle' => '⊳',
+ 'RightTriangleBar' => '⧐',
+ 'RightTriangleEqual' => '⊵',
+ 'RightUpDownVector' => '⥏',
+ 'RightUpTeeVector' => '⥜',
+ 'RightUpVector' => '↾',
+ 'RightUpVectorBar' => '⥔',
+ 'RightVector' => '⇀',
+ 'RightVectorBar' => '⥓',
+ 'ring' => '˚',
+ 'risingdotseq' => '≓',
+ 'rlarr' => '⇄',
+ 'rlhar' => '⇌',
+ 'rlm' => '‏',
+ 'rmoust' => '⎱',
+ 'rmoustache' => '⎱',
+ 'rnmid' => '⫮',
+ 'roang' => '⟭',
+ 'roarr' => '⇾',
+ 'robrk' => '⟧',
+ 'ropar' => '⦆',
+ 'Ropf' => 'ℝ',
+ 'ropf' => '𝕣',
+ 'roplus' => '⨮',
+ 'rotimes' => '⨵',
+ 'RoundImplies' => '⥰',
+ 'rpar' => ')',
+ 'rpargt' => '⦔',
+ 'rppolint' => '⨒',
+ 'rrarr' => '⇉',
+ 'Rrightarrow' => '⇛',
+ 'rsaquo' => '›',
+ 'Rscr' => 'ℛ',
+ 'rscr' => '𝓇',
+ 'Rsh' => '↱',
+ 'rsh' => '↱',
+ 'rsqb' => ']',
+ 'rsquo' => '’',
+ 'rsquor' => '’',
+ 'rthree' => '⋌',
+ 'rtimes' => '⋊',
+ 'rtri' => '▹',
+ 'rtrie' => '⊵',
+ 'rtrif' => '▸',
+ 'rtriltri' => '⧎',
+ 'RuleDelayed' => '⧴',
+ 'ruluhar' => '⥨',
+ 'rx' => '℞',
+ 'Sacute' => 'Ś',
+ 'sacute' => 'ś',
+ 'sbquo' => '‚',
+ 'Sc' => '⪼',
+ 'sc' => '≻',
+ 'scap' => '⪸',
+ 'Scaron' => 'Š',
+ 'scaron' => 'š',
+ 'sccue' => '≽',
+ 'scE' => '⪴',
+ 'sce' => '⪰',
+ 'Scedil' => 'Ş',
+ 'scedil' => 'ş',
+ 'Scirc' => 'Ŝ',
+ 'scirc' => 'ŝ',
+ 'scnap' => '⪺',
+ 'scnE' => '⪶',
+ 'scnsim' => '⋩',
+ 'scpolint' => '⨓',
+ 'scsim' => '≿',
+ 'Scy' => 'С',
+ 'scy' => 'с',
+ 'sdot' => '⋅',
+ 'sdotb' => '⊡',
+ 'sdote' => '⩦',
+ 'searhk' => '⤥',
+ 'seArr' => '⇘',
+ 'searr' => '↘',
+ 'searrow' => '↘',
+ 'sect' => '§',
+ 'sec' => '§',
+ 'semi' => ';',
+ 'seswar' => '⤩',
+ 'setminus' => '∖',
+ 'setmn' => '∖',
+ 'sext' => '✶',
+ 'Sfr' => '𝔖',
+ 'sfr' => '𝔰',
+ 'sfrown' => '⌢',
+ 'sharp' => '♯',
+ 'SHCHcy' => 'Щ',
+ 'shchcy' => 'щ',
+ 'SHcy' => 'Ш',
+ 'shcy' => 'ш',
+ 'ShortDownArrow' => '↓',
+ 'ShortLeftArrow' => '←',
+ 'shortmid' => '∣',
+ 'shortparallel' => '∥',
+ 'ShortRightArrow' => '→',
+ 'ShortUpArrow' => '↑',
+ 'shy' => '­',
+ 'sh' => '­',
+ 'Sigma' => 'Σ',
+ 'sigma' => 'σ',
+ 'sigmaf' => 'ς',
+ 'sigmav' => 'ς',
+ 'sim' => '∼',
+ 'simdot' => '⩪',
+ 'sime' => '≃',
+ 'simeq' => '≃',
+ 'simg' => '⪞',
+ 'simgE' => '⪠',
+ 'siml' => '⪝',
+ 'simlE' => '⪟',
+ 'simne' => '≆',
+ 'simplus' => '⨤',
+ 'simrarr' => '⥲',
+ 'slarr' => '←',
+ 'SmallCircle' => '∘',
+ 'smallsetminus' => '∖',
+ 'smashp' => '⨳',
+ 'smeparsl' => '⧤',
+ 'smid' => '∣',
+ 'smile' => '⌣',
+ 'smt' => '⪪',
+ 'smte' => '⪬',
+ 'smtes' => '⪬︀',
+ 'SOFTcy' => 'Ь',
+ 'softcy' => 'ь',
+ 'sol' => '/',
+ 'solb' => '⧄',
+ 'solbar' => '⌿',
+ 'Sopf' => '𝕊',
+ 'sopf' => '𝕤',
+ 'spades' => '♠',
+ 'spadesuit' => '♠',
+ 'spar' => '∥',
+ 'sqcap' => '⊓',
+ 'sqcaps' => '⊓︀',
+ 'sqcup' => '⊔',
+ 'sqcups' => '⊔︀',
+ 'Sqrt' => '√',
+ 'sqsub' => '⊏',
+ 'sqsube' => '⊑',
+ 'sqsubset' => '⊏',
+ 'sqsubseteq' => '⊑',
+ 'sqsup' => '⊐',
+ 'sqsupe' => '⊒',
+ 'sqsupset' => '⊐',
+ 'sqsupseteq' => '⊒',
+ 'squ' => '□',
+ 'Square' => '□',
+ 'square' => '□',
+ 'SquareIntersection' => '⊓',
+ 'SquareSubset' => '⊏',
+ 'SquareSubsetEqual' => '⊑',
+ 'SquareSuperset' => '⊐',
+ 'SquareSupersetEqual' => '⊒',
+ 'SquareUnion' => '⊔',
+ 'squarf' => '▪',
+ 'squf' => '▪',
+ 'srarr' => '→',
+ 'Sscr' => '𝒮',
+ 'sscr' => '𝓈',
+ 'ssetmn' => '∖',
+ 'ssmile' => '⌣',
+ 'sstarf' => '⋆',
+ 'Star' => '⋆',
+ 'star' => '☆',
+ 'starf' => '★',
+ 'straightepsilon' => 'ϵ',
+ 'straightphi' => 'ϕ',
+ 'strns' => '¯',
+ 'Sub' => '⋐',
+ 'sub' => '⊂',
+ 'subdot' => '⪽',
+ 'subE' => '⫅',
+ 'sube' => '⊆',
+ 'subedot' => '⫃',
+ 'submult' => '⫁',
+ 'subnE' => '⫋',
+ 'subne' => '⊊',
+ 'subplus' => '⪿',
+ 'subrarr' => '⥹',
+ 'Subset' => '⋐',
+ 'subset' => '⊂',
+ 'subseteq' => '⊆',
+ 'subseteqq' => '⫅',
+ 'SubsetEqual' => '⊆',
+ 'subsetneq' => '⊊',
+ 'subsetneqq' => '⫋',
+ 'subsim' => '⫇',
+ 'subsub' => '⫕',
+ 'subsup' => '⫓',
+ 'succ' => '≻',
+ 'succapprox' => '⪸',
+ 'succcurlyeq' => '≽',
+ 'Succeeds' => '≻',
+ 'SucceedsEqual' => '⪰',
+ 'SucceedsSlantEqual' => '≽',
+ 'SucceedsTilde' => '≿',
+ 'succeq' => '⪰',
+ 'succnapprox' => '⪺',
+ 'succneqq' => '⪶',
+ 'succnsim' => '⋩',
+ 'succsim' => '≿',
+ 'SuchThat' => '∋',
+ 'Sum' => '∑',
+ 'sum' => '∑',
+ 'sung' => '♪',
+ 'Sup' => '⋑',
+ 'sup' => '³',
+ 'sup1' => '¹',
+ 'sup2' => '²',
+ 'sup3' => '³',
+ 'supdot' => '⪾',
+ 'supdsub' => '⫘',
+ 'supE' => '⫆',
+ 'supe' => '⊇',
+ 'supedot' => '⫄',
+ 'Superset' => '⊃',
+ 'SupersetEqual' => '⊇',
+ 'suphsol' => '⟉',
+ 'suphsub' => '⫗',
+ 'suplarr' => '⥻',
+ 'supmult' => '⫂',
+ 'supnE' => '⫌',
+ 'supne' => '⊋',
+ 'supplus' => '⫀',
+ 'Supset' => '⋑',
+ 'supset' => '⊃',
+ 'supseteq' => '⊇',
+ 'supseteqq' => '⫆',
+ 'supsetneq' => '⊋',
+ 'supsetneqq' => '⫌',
+ 'supsim' => '⫈',
+ 'supsub' => '⫔',
+ 'supsup' => '⫖',
+ 'swarhk' => '⤦',
+ 'swArr' => '⇙',
+ 'swarr' => '↙',
+ 'swarrow' => '↙',
+ 'swnwar' => '⤪',
+ 'szlig' => 'ß',
+ 'szli' => 'ß',
+ 'Tab' => ' ',
+ 'target' => '⌖',
+ 'Tau' => 'Τ',
+ 'tau' => 'τ',
+ 'tbrk' => '⎴',
+ 'Tcaron' => 'Ť',
+ 'tcaron' => 'ť',
+ 'Tcedil' => 'Ţ',
+ 'tcedil' => 'ţ',
+ 'Tcy' => 'Т',
+ 'tcy' => 'т',
+ 'tdot' => '⃛',
+ 'telrec' => '⌕',
+ 'Tfr' => '𝔗',
+ 'tfr' => '𝔱',
+ 'there4' => '∴',
+ 'Therefore' => '∴',
+ 'therefore' => '∴',
+ 'Theta' => 'Θ',
+ 'theta' => 'θ',
+ 'thetasym' => 'ϑ',
+ 'thetav' => 'ϑ',
+ 'thickapprox' => '≈',
+ 'thicksim' => '∼',
+ 'ThickSpace' => '  ',
+ 'thinsp' => ' ',
+ 'ThinSpace' => ' ',
+ 'thkap' => '≈',
+ 'thksim' => '∼',
+ 'THORN' => 'Þ',
+ 'THOR' => 'Þ',
+ 'thorn' => 'þ',
+ 'thor' => 'þ',
+ 'Tilde' => '∼',
+ 'tilde' => '˜',
+ 'TildeEqual' => '≃',
+ 'TildeFullEqual' => '≅',
+ 'TildeTilde' => '≈',
+ 'times' => '×',
+ 'time' => '×',
+ 'timesb' => '⊠',
+ 'timesbar' => '⨱',
+ 'timesd' => '⨰',
+ 'tint' => '∭',
+ 'toea' => '⤨',
+ 'top' => '⊤',
+ 'topbot' => '⌶',
+ 'topcir' => '⫱',
+ 'Topf' => '𝕋',
+ 'topf' => '𝕥',
+ 'topfork' => '⫚',
+ 'tosa' => '⤩',
+ 'tprime' => '‴',
+ 'TRADE' => '™',
+ 'trade' => '™',
+ 'triangle' => '▵',
+ 'triangledown' => '▿',
+ 'triangleleft' => '◃',
+ 'trianglelefteq' => '⊴',
+ 'triangleq' => '≜',
+ 'triangleright' => '▹',
+ 'trianglerighteq' => '⊵',
+ 'tridot' => '◬',
+ 'trie' => '≜',
+ 'triminus' => '⨺',
+ 'TripleDot' => '⃛',
+ 'triplus' => '⨹',
+ 'trisb' => '⧍',
+ 'tritime' => '⨻',
+ 'trpezium' => '⏢',
+ 'Tscr' => '𝒯',
+ 'tscr' => '𝓉',
+ 'TScy' => 'Ц',
+ 'tscy' => 'ц',
+ 'TSHcy' => 'Ћ',
+ 'tshcy' => 'ћ',
+ 'Tstrok' => 'Ŧ',
+ 'tstrok' => 'ŧ',
+ 'twixt' => '≬',
+ 'twoheadleftarrow' => '↞',
+ 'twoheadrightarrow' => '↠',
+ 'Uacute' => 'Ú',
+ 'Uacut' => 'Ú',
+ 'uacute' => 'ú',
+ 'uacut' => 'ú',
+ 'Uarr' => '↟',
+ 'uArr' => '⇑',
+ 'uarr' => '↑',
+ 'Uarrocir' => '⥉',
+ 'Ubrcy' => 'Ў',
+ 'ubrcy' => 'ў',
+ 'Ubreve' => 'Ŭ',
+ 'ubreve' => 'ŭ',
+ 'Ucirc' => 'Û',
+ 'Ucir' => 'Û',
+ 'ucirc' => 'û',
+ 'ucir' => 'û',
+ 'Ucy' => 'У',
+ 'ucy' => 'у',
+ 'udarr' => '⇅',
+ 'Udblac' => 'Ű',
+ 'udblac' => 'ű',
+ 'udhar' => '⥮',
+ 'ufisht' => '⥾',
+ 'Ufr' => '𝔘',
+ 'ufr' => '𝔲',
+ 'Ugrave' => 'Ù',
+ 'Ugrav' => 'Ù',
+ 'ugrave' => 'ù',
+ 'ugrav' => 'ù',
+ 'uHar' => '⥣',
+ 'uharl' => '↿',
+ 'uharr' => '↾',
+ 'uhblk' => '▀',
+ 'ulcorn' => '⌜',
+ 'ulcorner' => '⌜',
+ 'ulcrop' => '⌏',
+ 'ultri' => '◸',
+ 'Umacr' => 'Ū',
+ 'umacr' => 'ū',
+ 'uml' => '¨',
+ 'um' => '¨',
+ 'UnderBar' => '_',
+ 'UnderBrace' => '⏟',
+ 'UnderBracket' => '⎵',
+ 'UnderParenthesis' => '⏝',
+ 'Union' => '⋃',
+ 'UnionPlus' => '⊎',
+ 'Uogon' => 'Ų',
+ 'uogon' => 'ų',
+ 'Uopf' => '𝕌',
+ 'uopf' => '𝕦',
+ 'UpArrow' => '↑',
+ 'Uparrow' => '⇑',
+ 'uparrow' => '↑',
+ 'UpArrowBar' => '⤒',
+ 'UpArrowDownArrow' => '⇅',
+ 'UpDownArrow' => '↕',
+ 'Updownarrow' => '⇕',
+ 'updownarrow' => '↕',
+ 'UpEquilibrium' => '⥮',
+ 'upharpoonleft' => '↿',
+ 'upharpoonright' => '↾',
+ 'uplus' => '⊎',
+ 'UpperLeftArrow' => '↖',
+ 'UpperRightArrow' => '↗',
+ 'Upsi' => 'ϒ',
+ 'upsi' => 'υ',
+ 'upsih' => 'ϒ',
+ 'Upsilon' => 'Υ',
+ 'upsilon' => 'υ',
+ 'UpTee' => '⊥',
+ 'UpTeeArrow' => '↥',
+ 'upuparrows' => '⇈',
+ 'urcorn' => '⌝',
+ 'urcorner' => '⌝',
+ 'urcrop' => '⌎',
+ 'Uring' => 'Ů',
+ 'uring' => 'ů',
+ 'urtri' => '◹',
+ 'Uscr' => '𝒰',
+ 'uscr' => '𝓊',
+ 'utdot' => '⋰',
+ 'Utilde' => 'Ũ',
+ 'utilde' => 'ũ',
+ 'utri' => '▵',
+ 'utrif' => '▴',
+ 'uuarr' => '⇈',
+ 'Uuml' => 'Ü',
+ 'Uum' => 'Ü',
+ 'uuml' => 'ü',
+ 'uum' => 'ü',
+ 'uwangle' => '⦧',
+ 'vangrt' => '⦜',
+ 'varepsilon' => 'ϵ',
+ 'varkappa' => 'ϰ',
+ 'varnothing' => '∅',
+ 'varphi' => 'ϕ',
+ 'varpi' => 'ϖ',
+ 'varpropto' => '∝',
+ 'vArr' => '⇕',
+ 'varr' => '↕',
+ 'varrho' => 'ϱ',
+ 'varsigma' => 'ς',
+ 'varsubsetneq' => '⊊︀',
+ 'varsubsetneqq' => '⫋︀',
+ 'varsupsetneq' => '⊋︀',
+ 'varsupsetneqq' => '⫌︀',
+ 'vartheta' => 'ϑ',
+ 'vartriangleleft' => '⊲',
+ 'vartriangleright' => '⊳',
+ 'Vbar' => '⫫',
+ 'vBar' => '⫨',
+ 'vBarv' => '⫩',
+ 'Vcy' => 'В',
+ 'vcy' => 'в',
+ 'VDash' => '⊫',
+ 'Vdash' => '⊩',
+ 'vDash' => '⊨',
+ 'vdash' => '⊢',
+ 'Vdashl' => '⫦',
+ 'Vee' => '⋁',
+ 'vee' => '∨',
+ 'veebar' => '⊻',
+ 'veeeq' => '≚',
+ 'vellip' => '⋮',
+ 'Verbar' => '‖',
+ 'verbar' => '|',
+ 'Vert' => '‖',
+ 'vert' => '|',
+ 'VerticalBar' => '∣',
+ 'VerticalLine' => '|',
+ 'VerticalSeparator' => '❘',
+ 'VerticalTilde' => '≀',
+ 'VeryThinSpace' => ' ',
+ 'Vfr' => '𝔙',
+ 'vfr' => '𝔳',
+ 'vltri' => '⊲',
+ 'vnsub' => '⊂⃒',
+ 'vnsup' => '⊃⃒',
+ 'Vopf' => '𝕍',
+ 'vopf' => '𝕧',
+ 'vprop' => '∝',
+ 'vrtri' => '⊳',
+ 'Vscr' => '𝒱',
+ 'vscr' => '𝓋',
+ 'vsubnE' => '⫋︀',
+ 'vsubne' => '⊊︀',
+ 'vsupnE' => '⫌︀',
+ 'vsupne' => '⊋︀',
+ 'Vvdash' => '⊪',
+ 'vzigzag' => '⦚',
+ 'Wcirc' => 'Ŵ',
+ 'wcirc' => 'ŵ',
+ 'wedbar' => '⩟',
+ 'Wedge' => '⋀',
+ 'wedge' => '∧',
+ 'wedgeq' => '≙',
+ 'weierp' => '℘',
+ 'Wfr' => '𝔚',
+ 'wfr' => '𝔴',
+ 'Wopf' => '𝕎',
+ 'wopf' => '𝕨',
+ 'wp' => '℘',
+ 'wr' => '≀',
+ 'wreath' => '≀',
+ 'Wscr' => '𝒲',
+ 'wscr' => '𝓌',
+ 'xcap' => '⋂',
+ 'xcirc' => '◯',
+ 'xcup' => '⋃',
+ 'xdtri' => '▽',
+ 'Xfr' => '𝔛',
+ 'xfr' => '𝔵',
+ 'xhArr' => '⟺',
+ 'xharr' => '⟷',
+ 'Xi' => 'Ξ',
+ 'xi' => 'ξ',
+ 'xlArr' => '⟸',
+ 'xlarr' => '⟵',
+ 'xmap' => '⟼',
+ 'xnis' => '⋻',
+ 'xodot' => '⨀',
+ 'Xopf' => '𝕏',
+ 'xopf' => '𝕩',
+ 'xoplus' => '⨁',
+ 'xotime' => '⨂',
+ 'xrArr' => '⟹',
+ 'xrarr' => '⟶',
+ 'Xscr' => '𝒳',
+ 'xscr' => '𝓍',
+ 'xsqcup' => '⨆',
+ 'xuplus' => '⨄',
+ 'xutri' => '△',
+ 'xvee' => '⋁',
+ 'xwedge' => '⋀',
+ 'Yacute' => 'Ý',
+ 'Yacut' => 'Ý',
+ 'yacute' => 'ý',
+ 'yacut' => 'ý',
+ 'YAcy' => 'Я',
+ 'yacy' => 'я',
+ 'Ycirc' => 'Ŷ',
+ 'ycirc' => 'ŷ',
+ 'Ycy' => 'Ы',
+ 'ycy' => 'ы',
+ 'yen' => '¥',
+ 'ye' => '¥',
+ 'Yfr' => '𝔜',
+ 'yfr' => '𝔶',
+ 'YIcy' => 'Ї',
+ 'yicy' => 'ї',
+ 'Yopf' => '𝕐',
+ 'yopf' => '𝕪',
+ 'Yscr' => '𝒴',
+ 'yscr' => '𝓎',
+ 'YUcy' => 'Ю',
+ 'yucy' => 'ю',
+ 'Yuml' => 'Ÿ',
+ 'yuml' => 'ÿ',
+ 'yum' => 'ÿ',
+ 'Zacute' => 'Ź',
+ 'zacute' => 'ź',
+ 'Zcaron' => 'Ž',
+ 'zcaron' => 'ž',
+ 'Zcy' => 'З',
+ 'zcy' => 'з',
+ 'Zdot' => 'Ż',
+ 'zdot' => 'ż',
+ 'zeetrf' => 'ℨ',
+ 'ZeroWidthSpace' => '​',
+ 'Zeta' => 'Ζ',
+ 'zeta' => 'ζ',
+ 'Zfr' => 'ℨ',
+ 'zfr' => '𝔷',
+ 'ZHcy' => 'Ж',
+ 'zhcy' => 'ж',
+ 'zigrarr' => '⇝',
+ 'Zopf' => 'ℤ',
+ 'zopf' => '𝕫',
+ 'Zscr' => '𝒵',
+ 'zscr' => '𝓏',
+ 'zwj' => '‍',
+ 'zwnj' => '‌',
+ );
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Exception.php b/vendor/masterminds/html5/src/HTML5/Exception.php
new file mode 100644
index 0000000..64e97e6
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Exception.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Masterminds\HTML5;
+
+/**
+ * The base exception for the HTML5 project.
+ */
+class Exception extends \Exception
+{
+}
diff --git a/vendor/masterminds/html5/src/HTML5/InstructionProcessor.php b/vendor/masterminds/html5/src/HTML5/InstructionProcessor.php
new file mode 100644
index 0000000..33a73fc
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/InstructionProcessor.php
@@ -0,0 +1,41 @@
+<?php
+/**
+ * A handler for processor instructions.
+ */
+
+namespace Masterminds\HTML5;
+
+/**
+ * Provide an processor to handle embedded instructions.
+ *
+ * XML defines a mechanism for inserting instructions (like PHP) into a
+ * document. These are called "Processor Instructions." The HTML5 parser
+ * provides an opportunity to handle these processor instructions during
+ * the tree-building phase (before the DOM is constructed), which makes
+ * it possible to alter the document as it is being created.
+ *
+ * One could, for example, use this mechanism to execute well-formed PHP
+ * code embedded inside of an HTML5 document.
+ */
+interface InstructionProcessor
+{
+ /**
+ * Process an individual processing instruction.
+ *
+ * The process() function is responsible for doing the following:
+ * - Determining whether $name is an instruction type it can handle.
+ * - Determining what to do with the data passed in.
+ * - Making any subsequent modifications to the DOM by modifying the
+ * DOMElement or its attached DOM tree.
+ *
+ * @param \DOMElement $element The parent element for the current processing instruction.
+ * @param string $name The instruction's name. E.g. `&lt;?php` has the name `php`.
+ * @param string $data All of the data between the opening and closing PI marks.
+ *
+ * @return \DOMElement The element that should be considered "Current". This may just be
+ * the element passed in, but if the processor added more elements,
+ * it may choose to reset the current element to one of the elements
+ * it created. (When in doubt, return the element passed in.)
+ */
+ public function process(\DOMElement $element, $name, $data);
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php b/vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php
new file mode 100644
index 0000000..490b548
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php
@@ -0,0 +1,61 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+use Masterminds\HTML5\Entities;
+
+/**
+ * Manage entity references.
+ *
+ * This is a simple resolver for HTML5 character reference entitites. See Entities for the list of supported entities.
+ */
+class CharacterReference
+{
+ protected static $numeric_mask = array(
+ 0x0,
+ 0x2FFFF,
+ 0,
+ 0xFFFF,
+ );
+
+ /**
+ * Given a name (e.g. 'amp'), lookup the UTF-8 character ('&').
+ *
+ * @param string $name The name to look up.
+ *
+ * @return string The character sequence. In UTF-8 this may be more than one byte.
+ */
+ public static function lookupName($name)
+ {
+ // Do we really want to return NULL here? or FFFD
+ return isset(Entities::$byName[$name]) ? Entities::$byName[$name] : null;
+ }
+
+ /**
+ * Given a decimal number, return the UTF-8 character.
+ *
+ * @param $int
+ *
+ * @return false|string|string[]|null
+ */
+ public static function lookupDecimal($int)
+ {
+ $entity = '&#' . $int . ';';
+
+ // UNTESTED: This may fail on some planes. Couldn't find full documentation
+ // on the value of the mask array.
+ return mb_decode_numericentity($entity, static::$numeric_mask, 'utf-8');
+ }
+
+ /**
+ * Given a hexidecimal number, return the UTF-8 character.
+ *
+ * @param $hexdec
+ *
+ * @return false|string|string[]|null
+ */
+ public static function lookupHex($hexdec)
+ {
+ return static::lookupDecimal(hexdec($hexdec));
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php b/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php
new file mode 100644
index 0000000..293d83e
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php
@@ -0,0 +1,705 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+use Masterminds\HTML5\Elements;
+use Masterminds\HTML5\InstructionProcessor;
+
+/**
+ * Create an HTML5 DOM tree from events.
+ *
+ * This attempts to create a DOM from events emitted by a parser. This
+ * attempts (but does not guarantee) to up-convert older HTML documents
+ * to HTML5. It does this by applying HTML5's rules, but it will not
+ * change the architecture of the document itself.
+ *
+ * Many of the error correction and quirks features suggested in the specification
+ * are implemented herein; however, not all of them are. Since we do not
+ * assume a graphical user agent, no presentation-specific logic is conducted
+ * during tree building.
+ *
+ * FIXME: The present tree builder does not exactly follow the state machine rules
+ * for insert modes as outlined in the HTML5 spec. The processor needs to be
+ * re-written to accomodate this. See, for example, the Go language HTML5
+ * parser.
+ */
+class DOMTreeBuilder implements EventHandler
+{
+ /**
+ * Defined in http://www.w3.org/TR/html51/infrastructure.html#html-namespace-0.
+ */
+ const NAMESPACE_HTML = 'http://www.w3.org/1999/xhtml';
+
+ const NAMESPACE_MATHML = 'http://www.w3.org/1998/Math/MathML';
+
+ const NAMESPACE_SVG = 'http://www.w3.org/2000/svg';
+
+ const NAMESPACE_XLINK = 'http://www.w3.org/1999/xlink';
+
+ const NAMESPACE_XML = 'http://www.w3.org/XML/1998/namespace';
+
+ const NAMESPACE_XMLNS = 'http://www.w3.org/2000/xmlns/';
+
+ const OPT_DISABLE_HTML_NS = 'disable_html_ns';
+
+ const OPT_TARGET_DOC = 'target_document';
+
+ const OPT_IMPLICIT_NS = 'implicit_namespaces';
+
+ /**
+ * Holds the HTML5 element names that causes a namespace switch.
+ *
+ * @var array
+ */
+ protected $nsRoots = array(
+ 'html' => self::NAMESPACE_HTML,
+ 'svg' => self::NAMESPACE_SVG,
+ 'math' => self::NAMESPACE_MATHML,
+ );
+
+ /**
+ * Holds the always available namespaces (which does not require the XMLNS declaration).
+ *
+ * @var array
+ */
+ protected $implicitNamespaces = array(
+ 'xml' => self::NAMESPACE_XML,
+ 'xmlns' => self::NAMESPACE_XMLNS,
+ 'xlink' => self::NAMESPACE_XLINK,
+ );
+
+ /**
+ * Holds a stack of currently active namespaces.
+ *
+ * @var array
+ */
+ protected $nsStack = array();
+
+ /**
+ * Holds the number of namespaces declared by a node.
+ *
+ * @var array
+ */
+ protected $pushes = array();
+
+ /**
+ * Defined in 8.2.5.
+ */
+ const IM_INITIAL = 0;
+
+ const IM_BEFORE_HTML = 1;
+
+ const IM_BEFORE_HEAD = 2;
+
+ const IM_IN_HEAD = 3;
+
+ const IM_IN_HEAD_NOSCRIPT = 4;
+
+ const IM_AFTER_HEAD = 5;
+
+ const IM_IN_BODY = 6;
+
+ const IM_TEXT = 7;
+
+ const IM_IN_TABLE = 8;
+
+ const IM_IN_TABLE_TEXT = 9;
+
+ const IM_IN_CAPTION = 10;
+
+ const IM_IN_COLUMN_GROUP = 11;
+
+ const IM_IN_TABLE_BODY = 12;
+
+ const IM_IN_ROW = 13;
+
+ const IM_IN_CELL = 14;
+
+ const IM_IN_SELECT = 15;
+
+ const IM_IN_SELECT_IN_TABLE = 16;
+
+ const IM_AFTER_BODY = 17;
+
+ const IM_IN_FRAMESET = 18;
+
+ const IM_AFTER_FRAMESET = 19;
+
+ const IM_AFTER_AFTER_BODY = 20;
+
+ const IM_AFTER_AFTER_FRAMESET = 21;
+
+ const IM_IN_SVG = 22;
+
+ const IM_IN_MATHML = 23;
+
+ protected $options = array();
+
+ protected $stack = array();
+
+ protected $current; // Pointer in the tag hierarchy.
+ protected $rules;
+ protected $doc;
+
+ protected $frag;
+
+ protected $processor;
+
+ protected $insertMode = 0;
+
+ /**
+ * Track if we are in an element that allows only inline child nodes.
+ *
+ * @var string|null
+ */
+ protected $onlyInline;
+
+ /**
+ * Quirks mode is enabled by default.
+ * Any document that is missing the DT will be considered to be in quirks mode.
+ */
+ protected $quirks = true;
+
+ protected $errors = array();
+
+ public function __construct($isFragment = false, array $options = array())
+ {
+ $this->options = $options;
+
+ if (isset($options[self::OPT_TARGET_DOC])) {
+ $this->doc = $options[self::OPT_TARGET_DOC];
+ } else {
+ $impl = new \DOMImplementation();
+ // XXX:
+ // Create the doctype. For now, we are always creating HTML5
+ // documents, and attempting to up-convert any older DTDs to HTML5.
+ $dt = $impl->createDocumentType('html');
+ // $this->doc = \DOMImplementation::createDocument(NULL, 'html', $dt);
+ $this->doc = $impl->createDocument(null, '', $dt);
+ $this->doc->encoding = !empty($options['encoding']) ? $options['encoding'] : 'UTF-8';
+ }
+
+ $this->errors = array();
+
+ $this->current = $this->doc; // ->documentElement;
+
+ // Create a rules engine for tags.
+ $this->rules = new TreeBuildingRules();
+
+ $implicitNS = array();
+ if (isset($this->options[self::OPT_IMPLICIT_NS])) {
+ $implicitNS = $this->options[self::OPT_IMPLICIT_NS];
+ } elseif (isset($this->options['implicitNamespaces'])) {
+ $implicitNS = $this->options['implicitNamespaces'];
+ }
+
+ // Fill $nsStack with the defalut HTML5 namespaces, plus the "implicitNamespaces" array taken form $options
+ array_unshift($this->nsStack, $implicitNS + array('' => self::NAMESPACE_HTML) + $this->implicitNamespaces);
+
+ if ($isFragment) {
+ $this->insertMode = static::IM_IN_BODY;
+ $this->frag = $this->doc->createDocumentFragment();
+ $this->current = $this->frag;
+ }
+ }
+
+ /**
+ * Get the document.
+ */
+ public function document()
+ {
+ return $this->doc;
+ }
+
+ /**
+ * Get the DOM fragment for the body.
+ *
+ * This returns a DOMNodeList because a fragment may have zero or more
+ * DOMNodes at its root.
+ *
+ * @see http://www.w3.org/TR/2012/CR-html5-20121217/syntax.html#concept-frag-parse-context
+ *
+ * @return \DOMDocumentFragment
+ */
+ public function fragment()
+ {
+ return $this->frag;
+ }
+
+ /**
+ * Provide an instruction processor.
+ *
+ * This is used for handling Processor Instructions as they are
+ * inserted. If omitted, PI's are inserted directly into the DOM tree.
+ *
+ * @param InstructionProcessor $proc
+ */
+ public function setInstructionProcessor(InstructionProcessor $proc)
+ {
+ $this->processor = $proc;
+ }
+
+ public function doctype($name, $idType = 0, $id = null, $quirks = false)
+ {
+ // This is used solely for setting quirks mode. Currently we don't
+ // try to preserve the inbound DT. We convert it to HTML5.
+ $this->quirks = $quirks;
+
+ if ($this->insertMode > static::IM_INITIAL) {
+ $this->parseError('Illegal placement of DOCTYPE tag. Ignoring: ' . $name);
+
+ return;
+ }
+
+ $this->insertMode = static::IM_BEFORE_HTML;
+ }
+
+ /**
+ * Process the start tag.
+ *
+ * @todo - XMLNS namespace handling (we need to parse, even if it's not valid)
+ * - XLink, MathML and SVG namespace handling
+ * - Omission rules: 8.1.2.4 Optional tags
+ *
+ * @param string $name
+ * @param array $attributes
+ * @param bool $selfClosing
+ *
+ * @return int
+ */
+ public function startTag($name, $attributes = array(), $selfClosing = false)
+ {
+ $lname = $this->normalizeTagName($name);
+
+ // Make sure we have an html element.
+ if (!$this->doc->documentElement && 'html' !== $name && !$this->frag) {
+ $this->startTag('html');
+ }
+
+ // Set quirks mode if we're at IM_INITIAL with no doctype.
+ if ($this->insertMode === static::IM_INITIAL) {
+ $this->quirks = true;
+ $this->parseError('No DOCTYPE specified.');
+ }
+
+ // SPECIAL TAG HANDLING:
+ // Spec says do this, and "don't ask."
+ // find the spec where this is defined... looks problematic
+ if ('image' === $name && !($this->insertMode === static::IM_IN_SVG || $this->insertMode === static::IM_IN_MATHML)) {
+ $name = 'img';
+ }
+
+ // Autoclose p tags where appropriate.
+ if ($this->insertMode >= static::IM_IN_BODY && Elements::isA($name, Elements::AUTOCLOSE_P)) {
+ $this->autoclose('p');
+ }
+
+ // Set insert mode:
+ switch ($name) {
+ case 'html':
+ $this->insertMode = static::IM_BEFORE_HEAD;
+ break;
+ case 'head':
+ if ($this->insertMode > static::IM_BEFORE_HEAD) {
+ $this->parseError('Unexpected head tag outside of head context.');
+ } else {
+ $this->insertMode = static::IM_IN_HEAD;
+ }
+ break;
+ case 'body':
+ $this->insertMode = static::IM_IN_BODY;
+ break;
+ case 'svg':
+ $this->insertMode = static::IM_IN_SVG;
+ break;
+ case 'math':
+ $this->insertMode = static::IM_IN_MATHML;
+ break;
+ case 'noscript':
+ if ($this->insertMode === static::IM_IN_HEAD) {
+ $this->insertMode = static::IM_IN_HEAD_NOSCRIPT;
+ }
+ break;
+ }
+
+ // Special case handling for SVG.
+ if ($this->insertMode === static::IM_IN_SVG) {
+ $lname = Elements::normalizeSvgElement($lname);
+ }
+
+ $pushes = 0;
+ // when we found a tag thats appears inside $nsRoots, we have to switch the defalut namespace
+ if (isset($this->nsRoots[$lname]) && $this->nsStack[0][''] !== $this->nsRoots[$lname]) {
+ array_unshift($this->nsStack, array(
+ '' => $this->nsRoots[$lname],
+ ) + $this->nsStack[0]);
+ ++$pushes;
+ }
+ $needsWorkaround = false;
+ if (isset($this->options['xmlNamespaces']) && $this->options['xmlNamespaces']) {
+ // when xmlNamespaces is true a and we found a 'xmlns' or 'xmlns:*' attribute, we should add a new item to the $nsStack
+ foreach ($attributes as $aName => $aVal) {
+ if ('xmlns' === $aName) {
+ $needsWorkaround = $aVal;
+ array_unshift($this->nsStack, array(
+ '' => $aVal,
+ ) + $this->nsStack[0]);
+ ++$pushes;
+ } elseif ('xmlns' === (($pos = strpos($aName, ':')) ? substr($aName, 0, $pos) : '')) {
+ array_unshift($this->nsStack, array(
+ substr($aName, $pos + 1) => $aVal,
+ ) + $this->nsStack[0]);
+ ++$pushes;
+ }
+ }
+ }
+
+ if ($this->onlyInline && Elements::isA($lname, Elements::BLOCK_TAG)) {
+ $this->autoclose($this->onlyInline);
+ $this->onlyInline = null;
+ }
+
+ try {
+ $prefix = ($pos = strpos($lname, ':')) ? substr($lname, 0, $pos) : '';
+
+ if (false !== $needsWorkaround) {
+ $xml = "<$lname xmlns=\"$needsWorkaround\" " . (strlen($prefix) && isset($this->nsStack[0][$prefix]) ? ("xmlns:$prefix=\"" . $this->nsStack[0][$prefix] . '"') : '') . '/>';
+
+ $frag = new \DOMDocument('1.0', 'UTF-8');
+ $frag->loadXML($xml);
+
+ $ele = $this->doc->importNode($frag->documentElement, true);
+ } else {
+ if (!isset($this->nsStack[0][$prefix]) || ('' === $prefix && isset($this->options[self::OPT_DISABLE_HTML_NS]) && $this->options[self::OPT_DISABLE_HTML_NS])) {
+ $ele = $this->doc->createElement($lname);
+ } else {
+ $ele = $this->doc->createElementNS($this->nsStack[0][$prefix], $lname);
+ }
+ }
+ } catch (\DOMException $e) {
+ $this->parseError("Illegal tag name: <$lname>. Replaced with <invalid>.");
+ $ele = $this->doc->createElement('invalid');
+ }
+
+ if (Elements::isA($lname, Elements::BLOCK_ONLY_INLINE)) {
+ $this->onlyInline = $lname;
+ }
+
+ // When we add some namespacess, we have to track them. Later, when "endElement" is invoked, we have to remove them.
+ // When we are on a void tag, we do not need to care about namesapce nesting.
+ if ($pushes > 0 && !Elements::isA($name, Elements::VOID_TAG)) {
+ // PHP tends to free the memory used by DOM,
+ // to avoid spl_object_hash collisions whe have to avoid garbage collection of $ele storing it into $pushes
+ // see https://bugs.php.net/bug.php?id=67459
+ $this->pushes[spl_object_hash($ele)] = array($pushes, $ele);
+ }
+
+ foreach ($attributes as $aName => $aVal) {
+ // xmlns attributes can't be set
+ if ('xmlns' === $aName) {
+ continue;
+ }
+
+ if ($this->insertMode === static::IM_IN_SVG) {
+ $aName = Elements::normalizeSvgAttribute($aName);
+ } elseif ($this->insertMode === static::IM_IN_MATHML) {
+ $aName = Elements::normalizeMathMlAttribute($aName);
+ }
+
+ $aVal = (string) $aVal;
+
+ try {
+ $prefix = ($pos = strpos($aName, ':')) ? substr($aName, 0, $pos) : false;
+
+ if ('xmlns' === $prefix) {
+ $ele->setAttributeNS(self::NAMESPACE_XMLNS, $aName, $aVal);
+ } elseif (false !== $prefix && isset($this->nsStack[0][$prefix])) {
+ $ele->setAttributeNS($this->nsStack[0][$prefix], $aName, $aVal);
+ } else {
+ $ele->setAttribute($aName, $aVal);
+ }
+ } catch (\DOMException $e) {
+ $this->parseError("Illegal attribute name for tag $name. Ignoring: $aName");
+ continue;
+ }
+
+ // This is necessary on a non-DTD schema, like HTML5.
+ if ('id' === $aName) {
+ $ele->setIdAttribute('id', true);
+ }
+ }
+
+ if ($this->frag !== $this->current && $this->rules->hasRules($name)) {
+ // Some elements have special processing rules. Handle those separately.
+ $this->current = $this->rules->evaluate($ele, $this->current);
+ } else {
+ // Otherwise, it's a standard element.
+ $this->current->appendChild($ele);
+
+ if (!Elements::isA($name, Elements::VOID_TAG)) {
+ $this->current = $ele;
+ }
+
+ // Self-closing tags should only be respected on foreign elements
+ // (and are implied on void elements)
+ // See: https://www.w3.org/TR/html5/syntax.html#start-tags
+ if (Elements::isHtml5Element($name)) {
+ $selfClosing = false;
+ }
+ }
+
+ // This is sort of a last-ditch attempt to correct for cases where no head/body
+ // elements are provided.
+ if ($this->insertMode <= static::IM_BEFORE_HEAD && 'head' !== $name && 'html' !== $name) {
+ $this->insertMode = static::IM_IN_BODY;
+ }
+
+ // When we are on a void tag, we do not need to care about namesapce nesting,
+ // but we have to remove the namespaces pushed to $nsStack.
+ if ($pushes > 0 && Elements::isA($name, Elements::VOID_TAG)) {
+ // remove the namespaced definded by current node
+ for ($i = 0; $i < $pushes; ++$i) {
+ array_shift($this->nsStack);
+ }
+ }
+
+ if ($selfClosing) {
+ $this->endTag($name);
+ }
+
+ // Return the element mask, which the tokenizer can then use to set
+ // various processing rules.
+ return Elements::element($name);
+ }
+
+ public function endTag($name)
+ {
+ $lname = $this->normalizeTagName($name);
+
+ // Special case within 12.2.6.4.7: An end tag whose tag name is "br" should be treated as an opening tag
+ if ('br' === $name) {
+ $this->parseError('Closing tag encountered for void element br.');
+
+ $this->startTag('br');
+ }
+ // Ignore closing tags for other unary elements.
+ elseif (Elements::isA($name, Elements::VOID_TAG)) {
+ return;
+ }
+
+ if ($this->insertMode <= static::IM_BEFORE_HTML) {
+ // 8.2.5.4.2
+ if (in_array($name, array(
+ 'html',
+ 'br',
+ 'head',
+ 'title',
+ ))) {
+ $this->startTag('html');
+ $this->endTag($name);
+ $this->insertMode = static::IM_BEFORE_HEAD;
+
+ return;
+ }
+
+ // Ignore the tag.
+ $this->parseError('Illegal closing tag at global scope.');
+
+ return;
+ }
+
+ // Special case handling for SVG.
+ if ($this->insertMode === static::IM_IN_SVG) {
+ $lname = Elements::normalizeSvgElement($lname);
+ }
+
+ $cid = spl_object_hash($this->current);
+
+ // XXX: HTML has no parent. What do we do, though,
+ // if this element appears in the wrong place?
+ if ('html' === $lname) {
+ return;
+ }
+
+ // remove the namespaced definded by current node
+ if (isset($this->pushes[$cid])) {
+ for ($i = 0; $i < $this->pushes[$cid][0]; ++$i) {
+ array_shift($this->nsStack);
+ }
+ unset($this->pushes[$cid]);
+ }
+
+ if (!$this->autoclose($lname)) {
+ $this->parseError('Could not find closing tag for ' . $lname);
+ }
+
+ switch ($lname) {
+ case 'head':
+ $this->insertMode = static::IM_AFTER_HEAD;
+ break;
+ case 'body':
+ $this->insertMode = static::IM_AFTER_BODY;
+ break;
+ case 'svg':
+ case 'mathml':
+ $this->insertMode = static::IM_IN_BODY;
+ break;
+ }
+ }
+
+ public function comment($cdata)
+ {
+ // TODO: Need to handle case where comment appears outside of the HTML tag.
+ $node = $this->doc->createComment($cdata);
+ $this->current->appendChild($node);
+ }
+
+ public function text($data)
+ {
+ // XXX: Hmmm.... should we really be this strict?
+ if ($this->insertMode < static::IM_IN_HEAD) {
+ // Per '8.2.5.4.3 The "before head" insertion mode' the characters
+ // " \t\n\r\f" should be ignored but no mention of a parse error. This is
+ // practical as most documents contain these characters. Other text is not
+ // expected here so recording a parse error is necessary.
+ $dataTmp = trim($data, " \t\n\r\f");
+ if (!empty($dataTmp)) {
+ // fprintf(STDOUT, "Unexpected insert mode: %d", $this->insertMode);
+ $this->parseError('Unexpected text. Ignoring: ' . $dataTmp);
+ }
+
+ return;
+ }
+ // fprintf(STDOUT, "Appending text %s.", $data);
+ $node = $this->doc->createTextNode($data);
+ $this->current->appendChild($node);
+ }
+
+ public function eof()
+ {
+ // If the $current isn't the $root, do we need to do anything?
+ }
+
+ public function parseError($msg, $line = 0, $col = 0)
+ {
+ $this->errors[] = sprintf('Line %d, Col %d: %s', $line, $col, $msg);
+ }
+
+ public function getErrors()
+ {
+ return $this->errors;
+ }
+
+ public function cdata($data)
+ {
+ $node = $this->doc->createCDATASection($data);
+ $this->current->appendChild($node);
+ }
+
+ public function processingInstruction($name, $data = null)
+ {
+ // XXX: Ignore initial XML declaration, per the spec.
+ if ($this->insertMode === static::IM_INITIAL && 'xml' === strtolower($name)) {
+ return;
+ }
+
+ // Important: The processor may modify the current DOM tree however it sees fit.
+ if ($this->processor instanceof InstructionProcessor) {
+ $res = $this->processor->process($this->current, $name, $data);
+ if (!empty($res)) {
+ $this->current = $res;
+ }
+
+ return;
+ }
+
+ // Otherwise, this is just a dumb PI element.
+ $node = $this->doc->createProcessingInstruction($name, $data);
+
+ $this->current->appendChild($node);
+ }
+
+ // ==========================================================================
+ // UTILITIES
+ // ==========================================================================
+
+ /**
+ * Apply normalization rules to a tag name.
+ * See sections 2.9 and 8.1.2.
+ *
+ * @param string $tagName
+ *
+ * @return string The normalized tag name.
+ */
+ protected function normalizeTagName($tagName)
+ {
+ /*
+ * Section 2.9 suggests that we should not do this. if (strpos($name, ':') !== false) { // We know from the grammar that there must be at least one other // char besides :, since : is not a legal tag start. $parts = explode(':', $name); return array_pop($parts); }
+ */
+ return $tagName;
+ }
+
+ protected function quirksTreeResolver($name)
+ {
+ throw new \Exception('Not implemented.');
+ }
+
+ /**
+ * Automatically climb the tree and close the closest node with the matching $tag.
+ *
+ * @param string $tagName
+ *
+ * @return bool
+ */
+ protected function autoclose($tagName)
+ {
+ $working = $this->current;
+ do {
+ if (XML_ELEMENT_NODE !== $working->nodeType) {
+ return false;
+ }
+ if ($working->tagName === $tagName) {
+ $this->current = $working->parentNode;
+
+ return true;
+ }
+ } while ($working = $working->parentNode);
+
+ return false;
+ }
+
+ /**
+ * Checks if the given tagname is an ancestor of the present candidate.
+ *
+ * If $this->current or anything above $this->current matches the given tag
+ * name, this returns true.
+ *
+ * @param string $tagName
+ *
+ * @return bool
+ */
+ protected function isAncestor($tagName)
+ {
+ $candidate = $this->current;
+ while (XML_ELEMENT_NODE === $candidate->nodeType) {
+ if ($candidate->tagName === $tagName) {
+ return true;
+ }
+ $candidate = $candidate->parentNode;
+ }
+
+ return false;
+ }
+
+ /**
+ * Returns true if the immediate parent element is of the given tagname.
+ *
+ * @param string $tagName
+ *
+ * @return bool
+ */
+ protected function isParent($tagName)
+ {
+ return $this->current->tagName === $tagName;
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php b/vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php
new file mode 100644
index 0000000..9893a71
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php
@@ -0,0 +1,114 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+/**
+ * Standard events for HTML5.
+ *
+ * This is roughly analogous to a SAX2 or expat-style interface.
+ * However, it is tuned specifically for HTML5, according to section 8
+ * of the HTML5 specification.
+ *
+ * An event handler receives parser events. For a concrete
+ * implementation, see DOMTreeBuilder.
+ *
+ * Quirks support in the parser is limited to close-in syntax (malformed
+ * tags or attributes). Higher order syntax and semantic issues with a
+ * document (e.g. mismatched tags, illegal nesting, etc.) are the
+ * responsibility of the event handler implementation.
+ *
+ * See HTML5 spec section 8.2.4
+ */
+interface EventHandler
+{
+ const DOCTYPE_NONE = 0;
+
+ const DOCTYPE_PUBLIC = 1;
+
+ const DOCTYPE_SYSTEM = 2;
+
+ /**
+ * A doctype declaration.
+ *
+ * @param string $name The name of the root element.
+ * @param int $idType One of DOCTYPE_NONE, DOCTYPE_PUBLIC, or DOCTYPE_SYSTEM
+ * @param string $id The identifier. For DOCTYPE_PUBLIC, this is the public ID. If DOCTYPE_SYSTEM,
+ * then this is a system ID.
+ * @param bool $quirks Indicates whether the builder should enter quirks mode.
+ */
+ public function doctype($name, $idType = 0, $id = null, $quirks = false);
+
+ /**
+ * A start tag.
+ *
+ * IMPORTANT: The parser watches the return value of this event. If this returns
+ * an integer, the parser will switch TEXTMODE patters according to the int.
+ *
+ * This is how the Tree Builder can tell the Tokenizer when a certain tag should
+ * cause the parser to go into RAW text mode.
+ *
+ * The HTML5 standard requires that the builder is the one that initiates this
+ * step, and this is the only way short of a circular reference that we can
+ * do that.
+ *
+ * Example: if a startTag even for a `script` name is fired, and the startTag()
+ * implementation returns Tokenizer::TEXTMODE_RAW, then the tokenizer will
+ * switch into RAW text mode and consume data until it reaches a closing
+ * `script` tag.
+ *
+ * The textmode is automatically reset to Tokenizer::TEXTMODE_NORMAL when the
+ * closing tag is encounter. **This behavior may change.**
+ *
+ * @param string $name The tag name.
+ * @param array $attributes An array with all of the tag's attributes.
+ * @param bool $selfClosing An indicator of whether or not this tag is self-closing (<foo/>).
+ *
+ * @return int one of the Tokenizer::TEXTMODE_* constants
+ */
+ public function startTag($name, $attributes = array(), $selfClosing = false);
+
+ /**
+ * An end-tag.
+ */
+ public function endTag($name);
+
+ /**
+ * A comment section (unparsed character data).
+ */
+ public function comment($cdata);
+
+ /**
+ * A unit of parsed character data.
+ *
+ * Entities in this text are *already decoded*.
+ */
+ public function text($cdata);
+
+ /**
+ * Indicates that the document has been entirely processed.
+ */
+ public function eof();
+
+ /**
+ * Emitted when the parser encounters an error condition.
+ */
+ public function parseError($msg, $line, $col);
+
+ /**
+ * A CDATA section.
+ *
+ * @param string $data
+ * The unparsed character data
+ */
+ public function cdata($data);
+
+ /**
+ * This is a holdover from the XML spec.
+ *
+ * While user agents don't get PIs, server-side does.
+ *
+ * @param string $name The name of the processor (e.g. 'php').
+ * @param string $data The unparsed data.
+ */
+ public function processingInstruction($name, $data = null);
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php b/vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php
new file mode 100644
index 0000000..b081ed9
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php
@@ -0,0 +1,33 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+/**
+ * The FileInputStream loads a file to be parsed.
+ *
+ * So right now we read files into strings and then process the
+ * string. We chose to do this largely for the sake of expediency of
+ * development, and also because we could optimize toward processing
+ * arbitrarily large chunks of the input. But in the future, we'd
+ * really like to rewrite this class to efficiently handle lower level
+ * stream reads (and thus efficiently handle large documents).
+ *
+ * @deprecated since 2.4, to remove in 3.0. Use a string in the scanner instead.
+ */
+class FileInputStream extends StringInputStream implements InputStream
+{
+ /**
+ * Load a file input stream.
+ *
+ * @param string $data The file or url path to load.
+ * @param string $encoding The encoding to use for the data.
+ * @param string $debug A fprintf format to use to echo the data on stdout.
+ */
+ public function __construct($data, $encoding = 'UTF-8', $debug = '')
+ {
+ // Get the contents of the file.
+ $content = file_get_contents($data);
+
+ parent::__construct($content, $encoding, $debug);
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/InputStream.php b/vendor/masterminds/html5/src/HTML5/Parser/InputStream.php
new file mode 100644
index 0000000..ff4ef22
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/InputStream.php
@@ -0,0 +1,87 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+/**
+ * Interface for stream readers.
+ *
+ * The parser only reads from streams. Various input sources can write
+ * an adapater to this InputStream.
+ *
+ * Currently provided InputStream implementations include
+ * FileInputStream and StringInputStream.
+ *
+ * @deprecated since 2.4, to remove in 3.0. Use a string in the scanner instead.
+ */
+interface InputStream extends \Iterator
+{
+ /**
+ * Returns the current line that is being consumed.
+ *
+ * TODO: Move this to the scanner.
+ */
+ public function currentLine();
+
+ /**
+ * Returns the current column of the current line that the tokenizer is at.
+ *
+ * Newlines are column 0. The first char after a newline is column 1.
+ *
+ * @TODO Move this to the scanner.
+ *
+ * @return int The column number.
+ */
+ public function columnOffset();
+
+ /**
+ * Get all characters until EOF.
+ *
+ * This consumes characters until the EOF.
+ */
+ public function remainingChars();
+
+ /**
+ * Read to a particular match (or until $max bytes are consumed).
+ *
+ * This operates on byte sequences, not characters.
+ *
+ * Matches as far as possible until we reach a certain set of bytes
+ * and returns the matched substring.
+ *
+ * @see strcspn
+ *
+ * @param string $bytes Bytes to match.
+ * @param int $max Maximum number of bytes to scan.
+ *
+ * @return mixed Index or false if no match is found. You should use strong
+ * equality when checking the result, since index could be 0.
+ */
+ public function charsUntil($bytes, $max = null);
+
+ /**
+ * Returns the string so long as $bytes matches.
+ *
+ * Matches as far as possible with a certain set of bytes
+ * and returns the matched substring.
+ *
+ * @see strspn
+ *
+ * @param string $bytes A mask of bytes to match. If ANY byte in this mask matches the
+ * current char, the pointer advances and the char is part of the
+ * substring.
+ * @param int $max The max number of chars to read.
+ */
+ public function charsWhile($bytes, $max = null);
+
+ /**
+ * Unconsume one character.
+ *
+ * @param int $howMany The number of characters to move the pointer back.
+ */
+ public function unconsume($howMany = 1);
+
+ /**
+ * Retrieve the next character without advancing the pointer.
+ */
+ public function peek();
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php b/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
new file mode 100644
index 0000000..640e516
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+/**
+ * Emit when the parser has an error.
+ */
+class ParseError extends \Exception
+{
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/README.md b/vendor/masterminds/html5/src/HTML5/Parser/README.md
new file mode 100644
index 0000000..9f92957
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/README.md
@@ -0,0 +1,53 @@
+# The Parser Model
+
+The parser model here follows the model in section
+[8.2.1](http://www.w3.org/TR/2012/CR-html5-20121217/syntax.html#parsing)
+of the HTML5 specification, though we do not assume a networking layer.
+
+ [ InputStream ] // Generic support for reading input.
+ ||
+ [ Scanner ] // Breaks down the stream into characters.
+ ||
+ [ Tokenizer ] // Groups characters into syntactic
+ ||
+ [ Tree Builder ] // Organizes units into a tree of objects
+ ||
+ [ DOM Document ] // The final state of the parsed document.
+
+
+## InputStream
+
+This is an interface with at least two concrete implementations:
+
+- StringInputStream: Reads an HTML5 string.
+- FileInputStream: Reads an HTML5 file.
+
+## Scanner
+
+This is a mechanical piece of the parser.
+
+## Tokenizer
+
+This follows section 8.4 of the HTML5 spec. It is (roughly) a recursive
+descent parser. (Though there are plenty of optimizations that are less
+than purely functional.
+
+## EventHandler and DOMTree
+
+EventHandler is the interface for tree builders. Since not all
+implementations will necessarily build trees, we've chosen a more
+generic name.
+
+The event handler emits tokens during tokenization.
+
+The DOMTree is an event handler that builds a DOM tree. The output of
+the DOMTree builder is a DOMDocument.
+
+## DOMDocument
+
+PHP has a DOMDocument class built-in (technically, it's part of libxml.)
+We use that, thus rendering the output of this process compatible with
+SimpleXML, QueryPath, and many other XML/HTML processing tools.
+
+For cases where the HTML5 is a fragment of a HTML5 document a
+DOMDocumentFragment is returned instead. This is another built-in class.
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/Scanner.php b/vendor/masterminds/html5/src/HTML5/Parser/Scanner.php
new file mode 100644
index 0000000..1b52983
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/Scanner.php
@@ -0,0 +1,416 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+use Masterminds\HTML5\Exception;
+
+/**
+ * The scanner scans over a given data input to react appropriately to characters.
+ */
+class Scanner
+{
+ const CHARS_HEX = 'abcdefABCDEF01234567890';
+ const CHARS_ALNUM = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890';
+ const CHARS_ALPHA = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
+
+ /**
+ * The string data we're parsing.
+ */
+ private $data;
+
+ /**
+ * The current integer byte position we are in $data.
+ */
+ private $char;
+
+ /**
+ * Length of $data; when $char === $data, we are at the end-of-file.
+ */
+ private $EOF;
+
+ /**
+ * Parse errors.
+ */
+ public $errors = array();
+
+ /**
+ * Create a new Scanner.
+ *
+ * @param string $data Data to parse.
+ * @param string $encoding The encoding to use for the data.
+ *
+ * @throws Exception If the given data cannot be encoded to UTF-8.
+ */
+ public function __construct($data, $encoding = 'UTF-8')
+ {
+ if ($data instanceof InputStream) {
+ @trigger_error('InputStream objects are deprecated since version 2.4 and will be removed in 3.0. Use strings instead.', E_USER_DEPRECATED);
+ $data = (string) $data;
+ }
+
+ $data = UTF8Utils::convertToUTF8($data, $encoding);
+
+ // There is good reason to question whether it makes sense to
+ // do this here, since most of these checks are done during
+ // parsing, and since this check doesn't actually *do* anything.
+ $this->errors = UTF8Utils::checkForIllegalCodepoints($data);
+
+ $data = $this->replaceLinefeeds($data);
+
+ $this->data = $data;
+ $this->char = 0;
+ $this->EOF = strlen($data);
+ }
+
+ /**
+ * Check if upcomming chars match the given sequence.
+ *
+ * This will read the stream for the $sequence. If it's
+ * found, this will return true. If not, return false.
+ * Since this unconsumes any chars it reads, the caller
+ * will still need to read the next sequence, even if
+ * this returns true.
+ *
+ * Example: $this->scanner->sequenceMatches('</script>') will
+ * see if the input stream is at the start of a
+ * '</script>' string.
+ *
+ * @param string $sequence
+ * @param bool $caseSensitive
+ *
+ * @return bool
+ */
+ public function sequenceMatches($sequence, $caseSensitive = true)
+ {
+ $portion = substr($this->data, $this->char, strlen($sequence));
+
+ return $caseSensitive ? $portion === $sequence : 0 === strcasecmp($portion, $sequence);
+ }
+
+ /**
+ * Get the current position.
+ *
+ * @return int The current intiger byte position.
+ */
+ public function position()
+ {
+ return $this->char;
+ }
+
+ /**
+ * Take a peek at the next character in the data.
+ *
+ * @return string The next character.
+ */
+ public function peek()
+ {
+ if (($this->char + 1) <= $this->EOF) {
+ return $this->data[$this->char + 1];
+ }
+
+ return false;
+ }
+
+ /**
+ * Get the next character.
+ * Note: This advances the pointer.
+ *
+ * @return string The next character.
+ */
+ public function next()
+ {
+ ++$this->char;
+
+ if ($this->char < $this->EOF) {
+ return $this->data[$this->char];
+ }
+
+ return false;
+ }
+
+ /**
+ * Get the current character.
+ * Note, this does not advance the pointer.
+ *
+ * @return string The current character.
+ */
+ public function current()
+ {
+ if ($this->char < $this->EOF) {
+ return $this->data[$this->char];
+ }
+
+ return false;
+ }
+
+ /**
+ * Silently consume N chars.
+ *
+ * @param int $count
+ */
+ public function consume($count = 1)
+ {
+ $this->char += $count;
+ }
+
+ /**
+ * Unconsume some of the data.
+ * This moves the data pointer backwards.
+ *
+ * @param int $howMany The number of characters to move the pointer back.
+ */
+ public function unconsume($howMany = 1)
+ {
+ if (($this->char - $howMany) >= 0) {
+ $this->char -= $howMany;
+ }
+ }
+
+ /**
+ * Get the next group of that contains hex characters.
+ * Note, along with getting the characters the pointer in the data will be
+ * moved as well.
+ *
+ * @return string The next group that is hex characters.
+ */
+ public function getHex()
+ {
+ return $this->doCharsWhile(static::CHARS_HEX);
+ }
+
+ /**
+ * Get the next group of characters that are ASCII Alpha characters.
+ * Note, along with getting the characters the pointer in the data will be
+ * moved as well.
+ *
+ * @return string The next group of ASCII alpha characters.
+ */
+ public function getAsciiAlpha()
+ {
+ return $this->doCharsWhile(static::CHARS_ALPHA);
+ }
+
+ /**
+ * Get the next group of characters that are ASCII Alpha characters and numbers.
+ * Note, along with getting the characters the pointer in the data will be
+ * moved as well.
+ *
+ * @return string The next group of ASCII alpha characters and numbers.
+ */
+ public function getAsciiAlphaNum()
+ {
+ return $this->doCharsWhile(static::CHARS_ALNUM);
+ }
+
+ /**
+ * Get the next group of numbers.
+ * Note, along with getting the characters the pointer in the data will be
+ * moved as well.
+ *
+ * @return string The next group of numbers.
+ */
+ public function getNumeric()
+ {
+ return $this->doCharsWhile('0123456789');
+ }
+
+ /**
+ * Consume whitespace.
+ * Whitespace in HTML5 is: formfeed, tab, newline, space.
+ *
+ * @return int The length of the matched whitespaces.
+ */
+ public function whitespace()
+ {
+ if ($this->char >= $this->EOF) {
+ return false;
+ }
+
+ $len = strspn($this->data, "\n\t\f ", $this->char);
+
+ $this->char += $len;
+
+ return $len;
+ }
+
+ /**
+ * Returns the current line that is being consumed.
+ *
+ * @return int The current line number.
+ */
+ public function currentLine()
+ {
+ if (empty($this->EOF) || 0 === $this->char) {
+ return 1;
+ }
+
+ // Add one to $this->char because we want the number for the next
+ // byte to be processed.
+ return substr_count($this->data, "\n", 0, min($this->char, $this->EOF)) + 1;
+ }
+
+ /**
+ * Read chars until something in the mask is encountered.
+ *
+ * @param string $mask
+ *
+ * @return mixed
+ */
+ public function charsUntil($mask)
+ {
+ return $this->doCharsUntil($mask);
+ }
+
+ /**
+ * Read chars as long as the mask matches.
+ *
+ * @param string $mask
+ *
+ * @return int
+ */
+ public function charsWhile($mask)
+ {
+ return $this->doCharsWhile($mask);
+ }
+
+ /**
+ * Returns the current column of the current line that the tokenizer is at.
+ *
+ * Newlines are column 0. The first char after a newline is column 1.
+ *
+ * @return int The column number.
+ */
+ public function columnOffset()
+ {
+ // Short circuit for the first char.
+ if (0 === $this->char) {
+ return 0;
+ }
+
+ // strrpos is weird, and the offset needs to be negative for what we
+ // want (i.e., the last \n before $this->char). This needs to not have
+ // one (to make it point to the next character, the one we want the
+ // position of) added to it because strrpos's behaviour includes the
+ // final offset byte.
+ $backwardFrom = $this->char - 1 - strlen($this->data);
+ $lastLine = strrpos($this->data, "\n", $backwardFrom);
+
+ // However, for here we want the length up until the next byte to be
+ // processed, so add one to the current byte ($this->char).
+ if (false !== $lastLine) {
+ $findLengthOf = substr($this->data, $lastLine + 1, $this->char - 1 - $lastLine);
+ } else {
+ // After a newline.
+ $findLengthOf = substr($this->data, 0, $this->char);
+ }
+
+ return UTF8Utils::countChars($findLengthOf);
+ }
+
+ /**
+ * Get all characters until EOF.
+ *
+ * This consumes characters until the EOF.
+ *
+ * @return int The number of characters remaining.
+ */
+ public function remainingChars()
+ {
+ if ($this->char < $this->EOF) {
+ $data = substr($this->data, $this->char);
+ $this->char = $this->EOF;
+
+ return $data;
+ }
+
+ return ''; // false;
+ }
+
+ /**
+ * Replace linefeed characters according to the spec.
+ *
+ * @param $data
+ *
+ * @return string
+ */
+ private function replaceLinefeeds($data)
+ {
+ /*
+ * U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF) characters are treated specially.
+ * Any CR characters that are followed by LF characters must be removed, and any CR characters not
+ * followed by LF characters must be converted to LF characters. Thus, newlines in HTML DOMs are
+ * represented by LF characters, and there are never any CR characters in the input to the tokenization
+ * stage.
+ */
+ $crlfTable = array(
+ "\0" => "\xEF\xBF\xBD",
+ "\r\n" => "\n",
+ "\r" => "\n",
+ );
+
+ return strtr($data, $crlfTable);
+ }
+
+ /**
+ * Read to a particular match (or until $max bytes are consumed).
+ *
+ * This operates on byte sequences, not characters.
+ *
+ * Matches as far as possible until we reach a certain set of bytes
+ * and returns the matched substring.
+ *
+ * @param string $bytes Bytes to match.
+ * @param int $max Maximum number of bytes to scan.
+ *
+ * @return mixed Index or false if no match is found. You should use strong
+ * equality when checking the result, since index could be 0.
+ */
+ private function doCharsUntil($bytes, $max = null)
+ {
+ if ($this->char >= $this->EOF) {
+ return false;
+ }
+
+ if (0 === $max || $max) {
+ $len = strcspn($this->data, $bytes, $this->char, $max);
+ } else {
+ $len = strcspn($this->data, $bytes, $this->char);
+ }
+
+ $string = (string) substr($this->data, $this->char, $len);
+ $this->char += $len;
+
+ return $string;
+ }
+
+ /**
+ * Returns the string so long as $bytes matches.
+ *
+ * Matches as far as possible with a certain set of bytes
+ * and returns the matched substring.
+ *
+ * @param string $bytes A mask of bytes to match. If ANY byte in this mask matches the
+ * current char, the pointer advances and the char is part of the
+ * substring.
+ * @param int $max The max number of chars to read.
+ *
+ * @return string
+ */
+ private function doCharsWhile($bytes, $max = null)
+ {
+ if ($this->char >= $this->EOF) {
+ return false;
+ }
+
+ if (0 === $max || $max) {
+ $len = strspn($this->data, $bytes, $this->char, $max);
+ } else {
+ $len = strspn($this->data, $bytes, $this->char);
+ }
+
+ $string = (string) substr($this->data, $this->char, $len);
+ $this->char += $len;
+
+ return $string;
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php b/vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php
new file mode 100644
index 0000000..75b0886
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php
@@ -0,0 +1,336 @@
+<?php
+/**
+ * Loads a string to be parsed.
+ */
+
+namespace Masterminds\HTML5\Parser;
+
+/*
+ *
+* Based on code from html5lib:
+
+Copyright 2009 Geoffrey Sneddon <http://gsnedders.com/>
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+*/
+
+// Some conventions:
+// - /* */ indicates verbatim text from the HTML 5 specification
+// MPB: Not sure which version of the spec. Moving from HTML5lib to
+// HTML5-PHP, I have been using this version:
+// http://www.w3.org/TR/2012/CR-html5-20121217/Overview.html#contents
+//
+// - // indicates regular comments
+
+/**
+ * @deprecated since 2.4, to remove in 3.0. Use a string in the scanner instead.
+ */
+class StringInputStream implements InputStream
+{
+ /**
+ * The string data we're parsing.
+ */
+ private $data;
+
+ /**
+ * The current integer byte position we are in $data.
+ */
+ private $char;
+
+ /**
+ * Length of $data; when $char === $data, we are at the end-of-file.
+ */
+ private $EOF;
+
+ /**
+ * Parse errors.
+ */
+ public $errors = array();
+
+ /**
+ * Create a new InputStream wrapper.
+ *
+ * @param string $data Data to parse.
+ * @param string $encoding The encoding to use for the data.
+ * @param string $debug A fprintf format to use to echo the data on stdout.
+ */
+ public function __construct($data, $encoding = 'UTF-8', $debug = '')
+ {
+ $data = UTF8Utils::convertToUTF8($data, $encoding);
+ if ($debug) {
+ fprintf(STDOUT, $debug, $data, strlen($data));
+ }
+
+ // There is good reason to question whether it makes sense to
+ // do this here, since most of these checks are done during
+ // parsing, and since this check doesn't actually *do* anything.
+ $this->errors = UTF8Utils::checkForIllegalCodepoints($data);
+
+ $data = $this->replaceLinefeeds($data);
+
+ $this->data = $data;
+ $this->char = 0;
+ $this->EOF = strlen($data);
+ }
+
+ public function __toString()
+ {
+ return $this->data;
+ }
+
+ /**
+ * Replace linefeed characters according to the spec.
+ */
+ protected function replaceLinefeeds($data)
+ {
+ /*
+ * U+000D CARRIAGE RETURN (CR) characters and U+000A LINE FEED (LF) characters are treated specially.
+ * Any CR characters that are followed by LF characters must be removed, and any CR characters not
+ * followed by LF characters must be converted to LF characters. Thus, newlines in HTML DOMs are
+ * represented by LF characters, and there are never any CR characters in the input to the tokenization
+ * stage.
+ */
+ $crlfTable = array(
+ "\0" => "\xEF\xBF\xBD",
+ "\r\n" => "\n",
+ "\r" => "\n",
+ );
+
+ return strtr($data, $crlfTable);
+ }
+
+ /**
+ * Returns the current line that the tokenizer is at.
+ */
+ public function currentLine()
+ {
+ if (empty($this->EOF) || 0 === $this->char) {
+ return 1;
+ }
+ // Add one to $this->char because we want the number for the next
+ // byte to be processed.
+ return substr_count($this->data, "\n", 0, min($this->char, $this->EOF)) + 1;
+ }
+
+ /**
+ * @deprecated
+ */
+ public function getCurrentLine()
+ {
+ return $this->currentLine();
+ }
+
+ /**
+ * Returns the current column of the current line that the tokenizer is at.
+ * Newlines are column 0. The first char after a newline is column 1.
+ *
+ * @return int The column number.
+ */
+ public function columnOffset()
+ {
+ // Short circuit for the first char.
+ if (0 === $this->char) {
+ return 0;
+ }
+ // strrpos is weird, and the offset needs to be negative for what we
+ // want (i.e., the last \n before $this->char). This needs to not have
+ // one (to make it point to the next character, the one we want the
+ // position of) added to it because strrpos's behaviour includes the
+ // final offset byte.
+ $backwardFrom = $this->char - 1 - strlen($this->data);
+ $lastLine = strrpos($this->data, "\n", $backwardFrom);
+
+ // However, for here we want the length up until the next byte to be
+ // processed, so add one to the current byte ($this->char).
+ if (false !== $lastLine) {
+ $findLengthOf = substr($this->data, $lastLine + 1, $this->char - 1 - $lastLine);
+ } else {
+ // After a newline.
+ $findLengthOf = substr($this->data, 0, $this->char);
+ }
+
+ return UTF8Utils::countChars($findLengthOf);
+ }
+
+ /**
+ * @deprecated
+ */
+ public function getColumnOffset()
+ {
+ return $this->columnOffset();
+ }
+
+ /**
+ * Get the current character.
+ *
+ * @return string The current character.
+ */
+ #[\ReturnTypeWillChange]
+ public function current()
+ {
+ return $this->data[$this->char];
+ }
+
+ /**
+ * Advance the pointer.
+ * This is part of the Iterator interface.
+ */
+ #[\ReturnTypeWillChange]
+ public function next()
+ {
+ ++$this->char;
+ }
+
+ /**
+ * Rewind to the start of the string.
+ */
+ #[\ReturnTypeWillChange]
+ public function rewind()
+ {
+ $this->char = 0;
+ }
+
+ /**
+ * Is the current pointer location valid.
+ *
+ * @return bool Whether the current pointer location is valid.
+ */
+ #[\ReturnTypeWillChange]
+ public function valid()
+ {
+ return $this->char < $this->EOF;
+ }
+
+ /**
+ * Get all characters until EOF.
+ *
+ * This reads to the end of the file, and sets the read marker at the
+ * end of the file.
+ *
+ * Note this performs bounds checking.
+ *
+ * @return string Returns the remaining text. If called when the InputStream is
+ * already exhausted, it returns an empty string.
+ */
+ public function remainingChars()
+ {
+ if ($this->char < $this->EOF) {
+ $data = substr($this->data, $this->char);
+ $this->char = $this->EOF;
+
+ return $data;
+ }
+
+ return ''; // false;
+ }
+
+ /**
+ * Read to a particular match (or until $max bytes are consumed).
+ *
+ * This operates on byte sequences, not characters.
+ *
+ * Matches as far as possible until we reach a certain set of bytes
+ * and returns the matched substring.
+ *
+ * @param string $bytes Bytes to match.
+ * @param int $max Maximum number of bytes to scan.
+ *
+ * @return mixed Index or false if no match is found. You should use strong
+ * equality when checking the result, since index could be 0.
+ */
+ public function charsUntil($bytes, $max = null)
+ {
+ if ($this->char >= $this->EOF) {
+ return false;
+ }
+
+ if (0 === $max || $max) {
+ $len = strcspn($this->data, $bytes, $this->char, $max);
+ } else {
+ $len = strcspn($this->data, $bytes, $this->char);
+ }
+
+ $string = (string) substr($this->data, $this->char, $len);
+ $this->char += $len;
+
+ return $string;
+ }
+
+ /**
+ * Returns the string so long as $bytes matches.
+ *
+ * Matches as far as possible with a certain set of bytes
+ * and returns the matched substring.
+ *
+ * @param string $bytes A mask of bytes to match. If ANY byte in this mask matches the
+ * current char, the pointer advances and the char is part of the
+ * substring.
+ * @param int $max The max number of chars to read.
+ *
+ * @return string
+ */
+ public function charsWhile($bytes, $max = null)
+ {
+ if ($this->char >= $this->EOF) {
+ return false;
+ }
+
+ if (0 === $max || $max) {
+ $len = strspn($this->data, $bytes, $this->char, $max);
+ } else {
+ $len = strspn($this->data, $bytes, $this->char);
+ }
+ $string = (string) substr($this->data, $this->char, $len);
+ $this->char += $len;
+
+ return $string;
+ }
+
+ /**
+ * Unconsume characters.
+ *
+ * @param int $howMany The number of characters to unconsume.
+ */
+ public function unconsume($howMany = 1)
+ {
+ if (($this->char - $howMany) >= 0) {
+ $this->char -= $howMany;
+ }
+ }
+
+ /**
+ * Look ahead without moving cursor.
+ */
+ public function peek()
+ {
+ if (($this->char + 1) <= $this->EOF) {
+ return $this->data[$this->char + 1];
+ }
+
+ return false;
+ }
+
+ #[\ReturnTypeWillChange]
+ public function key()
+ {
+ return $this->char;
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php b/vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
new file mode 100644
index 0000000..300a446
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php
@@ -0,0 +1,1191 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+use Masterminds\HTML5\Elements;
+
+/**
+ * The HTML5 tokenizer.
+ *
+ * The tokenizer's role is reading data from the scanner and gathering it into
+ * semantic units. From the tokenizer, data is emitted to an event handler,
+ * which may (for example) create a DOM tree.
+ *
+ * The HTML5 specification has a detailed explanation of tokenizing HTML5. We
+ * follow that specification to the maximum extent that we can. If you find
+ * a discrepancy that is not documented, please file a bug and/or submit a
+ * patch.
+ *
+ * This tokenizer is implemented as a recursive descent parser.
+ *
+ * Within the API documentation, you may see references to the specific section
+ * of the HTML5 spec that the code attempts to reproduce. Example: 8.2.4.1.
+ * This refers to section 8.2.4.1 of the HTML5 CR specification.
+ *
+ * @see http://www.w3.org/TR/2012/CR-html5-20121217/
+ */
+class Tokenizer
+{
+ protected $scanner;
+
+ protected $events;
+
+ protected $tok;
+
+ /**
+ * Buffer for text.
+ */
+ protected $text = '';
+
+ // When this goes to false, the parser stops.
+ protected $carryOn = true;
+
+ protected $textMode = 0; // TEXTMODE_NORMAL;
+ protected $untilTag = null;
+
+ const CONFORMANT_XML = 'xml';
+ const CONFORMANT_HTML = 'html';
+ protected $mode = self::CONFORMANT_HTML;
+
+ /**
+ * Create a new tokenizer.
+ *
+ * Typically, parsing a document involves creating a new tokenizer, giving
+ * it a scanner (input) and an event handler (output), and then calling
+ * the Tokenizer::parse() method.`
+ *
+ * @param Scanner $scanner A scanner initialized with an input stream.
+ * @param EventHandler $eventHandler An event handler, initialized and ready to receive events.
+ * @param string $mode
+ */
+ public function __construct($scanner, $eventHandler, $mode = self::CONFORMANT_HTML)
+ {
+ $this->scanner = $scanner;
+ $this->events = $eventHandler;
+ $this->mode = $mode;
+ }
+
+ /**
+ * Begin parsing.
+ *
+ * This will begin scanning the document, tokenizing as it goes.
+ * Tokens are emitted into the event handler.
+ *
+ * Tokenizing will continue until the document is completely
+ * read. Errors are emitted into the event handler, but
+ * the parser will attempt to continue parsing until the
+ * entire input stream is read.
+ */
+ public function parse()
+ {
+ do {
+ $this->consumeData();
+ // FIXME: Add infinite loop protection.
+ } while ($this->carryOn);
+ }
+
+ /**
+ * Set the text mode for the character data reader.
+ *
+ * HTML5 defines three different modes for reading text:
+ * - Normal: Read until a tag is encountered.
+ * - RCDATA: Read until a tag is encountered, but skip a few otherwise-
+ * special characters.
+ * - Raw: Read until a special closing tag is encountered (viz. pre, script)
+ *
+ * This allows those modes to be set.
+ *
+ * Normally, setting is done by the event handler via a special return code on
+ * startTag(), but it can also be set manually using this function.
+ *
+ * @param int $textmode One of Elements::TEXT_*.
+ * @param string $untilTag The tag that should stop RAW or RCDATA mode. Normal mode does not
+ * use this indicator.
+ */
+ public function setTextMode($textmode, $untilTag = null)
+ {
+ $this->textMode = $textmode & (Elements::TEXT_RAW | Elements::TEXT_RCDATA);
+ $this->untilTag = $untilTag;
+ }
+
+ /**
+ * Consume a character and make a move.
+ * HTML5 8.2.4.1.
+ */
+ protected function consumeData()
+ {
+ $tok = $this->scanner->current();
+
+ if ('&' === $tok) {
+ // Character reference
+ $ref = $this->decodeCharacterReference();
+ $this->buffer($ref);
+
+ $tok = $this->scanner->current();
+ }
+
+ // Parse tag
+ if ('<' === $tok) {
+ // Any buffered text data can go out now.
+ $this->flushBuffer();
+
+ $tok = $this->scanner->next();
+
+ if ('!' === $tok) {
+ $this->markupDeclaration();
+ } elseif ('/' === $tok) {
+ $this->endTag();
+ } elseif ('?' === $tok) {
+ $this->processingInstruction();
+ } elseif (ctype_alpha($tok)) {
+ $this->tagName();
+ } else {
+ $this->parseError('Illegal tag opening');
+ // TODO is this necessary ?
+ $this->characterData();
+ }
+
+ $tok = $this->scanner->current();
+ }
+
+ if (false === $tok) {
+ // Handle end of document
+ $this->eof();
+ } else {
+ // Parse character
+ switch ($this->textMode) {
+ case Elements::TEXT_RAW:
+ $this->rawText($tok);
+ break;
+
+ case Elements::TEXT_RCDATA:
+ $this->rcdata($tok);
+ break;
+
+ default:
+ if ('<' === $tok || '&' === $tok) {
+ break;
+ }
+
+ // NULL character
+ if ("\00" === $tok) {
+ $this->parseError('Received null character.');
+
+ $this->text .= $tok;
+ $this->scanner->consume();
+
+ break;
+ }
+
+ $this->text .= $this->scanner->charsUntil("<&\0");
+ }
+ }
+
+ return $this->carryOn;
+ }
+
+ /**
+ * Parse anything that looks like character data.
+ *
+ * Different rules apply based on the current text mode.
+ *
+ * @see Elements::TEXT_RAW Elements::TEXT_RCDATA.
+ */
+ protected function characterData()
+ {
+ $tok = $this->scanner->current();
+ if (false === $tok) {
+ return false;
+ }
+ switch ($this->textMode) {
+ case Elements::TEXT_RAW:
+ return $this->rawText($tok);
+ case Elements::TEXT_RCDATA:
+ return $this->rcdata($tok);
+ default:
+ if ('<' === $tok || '&' === $tok) {
+ return false;
+ }
+
+ return $this->text($tok);
+ }
+ }
+
+ /**
+ * This buffers the current token as character data.
+ *
+ * @param string $tok The current token.
+ *
+ * @return bool
+ */
+ protected function text($tok)
+ {
+ // This should never happen...
+ if (false === $tok) {
+ return false;
+ }
+
+ // NULL character
+ if ("\00" === $tok) {
+ $this->parseError('Received null character.');
+ }
+
+ $this->buffer($tok);
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ /**
+ * Read text in RAW mode.
+ *
+ * @param string $tok The current token.
+ *
+ * @return bool
+ */
+ protected function rawText($tok)
+ {
+ if (is_null($this->untilTag)) {
+ return $this->text($tok);
+ }
+
+ $sequence = '</' . $this->untilTag . '>';
+ $txt = $this->readUntilSequence($sequence);
+ $this->events->text($txt);
+ $this->setTextMode(0);
+
+ return $this->endTag();
+ }
+
+ /**
+ * Read text in RCDATA mode.
+ *
+ * @param string $tok The current token.
+ *
+ * @return bool
+ */
+ protected function rcdata($tok)
+ {
+ if (is_null($this->untilTag)) {
+ return $this->text($tok);
+ }
+
+ $sequence = '</' . $this->untilTag;
+ $txt = '';
+
+ $caseSensitive = !Elements::isHtml5Element($this->untilTag);
+ while (false !== $tok && !('<' == $tok && ($this->scanner->sequenceMatches($sequence, $caseSensitive)))) {
+ if ('&' == $tok) {
+ $txt .= $this->decodeCharacterReference();
+ $tok = $this->scanner->current();
+ } else {
+ $txt .= $tok;
+ $tok = $this->scanner->next();
+ }
+ }
+ $len = strlen($sequence);
+ $this->scanner->consume($len);
+ $len += $this->scanner->whitespace();
+ if ('>' !== $this->scanner->current()) {
+ $this->parseError('Unclosed RCDATA end tag');
+ }
+
+ $this->scanner->unconsume($len);
+ $this->events->text($txt);
+ $this->setTextMode(0);
+
+ return $this->endTag();
+ }
+
+ /**
+ * If the document is read, emit an EOF event.
+ */
+ protected function eof()
+ {
+ // fprintf(STDOUT, "EOF");
+ $this->flushBuffer();
+ $this->events->eof();
+ $this->carryOn = false;
+ }
+
+ /**
+ * Look for markup.
+ */
+ protected function markupDeclaration()
+ {
+ $tok = $this->scanner->next();
+
+ // Comment:
+ if ('-' == $tok && '-' == $this->scanner->peek()) {
+ $this->scanner->consume(2);
+
+ return $this->comment();
+ } elseif ('D' == $tok || 'd' == $tok) { // Doctype
+ return $this->doctype();
+ } elseif ('[' == $tok) { // CDATA section
+ return $this->cdataSection();
+ }
+
+ // FINISH
+ $this->parseError('Expected <!--, <![CDATA[, or <!DOCTYPE. Got <!%s', $tok);
+ $this->bogusComment('<!');
+
+ return true;
+ }
+
+ /**
+ * Consume an end tag. See section 8.2.4.9.
+ */
+ protected function endTag()
+ {
+ if ('/' != $this->scanner->current()) {
+ return false;
+ }
+ $tok = $this->scanner->next();
+
+ // a-zA-Z -> tagname
+ // > -> parse error
+ // EOF -> parse error
+ // -> parse error
+ if (!ctype_alpha($tok)) {
+ $this->parseError("Expected tag name, got '%s'", $tok);
+ if ("\0" == $tok || false === $tok) {
+ return false;
+ }
+
+ return $this->bogusComment('</');
+ }
+
+ $name = $this->scanner->charsUntil("\n\f \t>");
+ $name = self::CONFORMANT_XML === $this->mode ? $name : strtolower($name);
+ // Trash whitespace.
+ $this->scanner->whitespace();
+
+ $tok = $this->scanner->current();
+ if ('>' != $tok) {
+ $this->parseError("Expected >, got '%s'", $tok);
+ // We just trash stuff until we get to the next tag close.
+ $this->scanner->charsUntil('>');
+ }
+
+ $this->events->endTag($name);
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ /**
+ * Consume a tag name and body. See section 8.2.4.10.
+ */
+ protected function tagName()
+ {
+ // We know this is at least one char.
+ $name = $this->scanner->charsWhile(':_-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz');
+ $name = self::CONFORMANT_XML === $this->mode ? $name : strtolower($name);
+ $attributes = array();
+ $selfClose = false;
+
+ // Handle attribute parse exceptions here so that we can
+ // react by trying to build a sensible parse tree.
+ try {
+ do {
+ $this->scanner->whitespace();
+ $this->attribute($attributes);
+ } while (!$this->isTagEnd($selfClose));
+ } catch (ParseError $e) {
+ $selfClose = false;
+ }
+
+ $mode = $this->events->startTag($name, $attributes, $selfClose);
+
+ if (is_int($mode)) {
+ $this->setTextMode($mode, $name);
+ }
+
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ /**
+ * Check if the scanner has reached the end of a tag.
+ */
+ protected function isTagEnd(&$selfClose)
+ {
+ $tok = $this->scanner->current();
+ if ('/' == $tok) {
+ $this->scanner->consume();
+ $this->scanner->whitespace();
+ $tok = $this->scanner->current();
+
+ if ('>' == $tok) {
+ $selfClose = true;
+
+ return true;
+ }
+ if (false === $tok) {
+ $this->parseError('Unexpected EOF inside of tag.');
+
+ return true;
+ }
+ // Basically, we skip the / token and go on.
+ // See 8.2.4.43.
+ $this->parseError("Unexpected '%s' inside of a tag.", $tok);
+
+ return false;
+ }
+
+ if ('>' == $tok) {
+ return true;
+ }
+ if (false === $tok) {
+ $this->parseError('Unexpected EOF inside of tag.');
+
+ return true;
+ }
+
+ return false;
+ }
+
+ /**
+ * Parse attributes from inside of a tag.
+ *
+ * @param string[] $attributes
+ *
+ * @return bool
+ *
+ * @throws ParseError
+ */
+ protected function attribute(&$attributes)
+ {
+ $tok = $this->scanner->current();
+ if ('/' == $tok || '>' == $tok || false === $tok) {
+ return false;
+ }
+
+ if ('<' == $tok) {
+ $this->parseError("Unexpected '<' inside of attributes list.");
+ // Push the < back onto the stack.
+ $this->scanner->unconsume();
+ // Let the caller figure out how to handle this.
+ throw new ParseError('Start tag inside of attribute.');
+ }
+
+ $name = strtolower($this->scanner->charsUntil("/>=\n\f\t "));
+
+ if (0 == strlen($name)) {
+ $tok = $this->scanner->current();
+ $this->parseError('Expected an attribute name, got %s.', $tok);
+ // Really, only '=' can be the char here. Everything else gets absorbed
+ // under one rule or another.
+ $name = $tok;
+ $this->scanner->consume();
+ }
+
+ $isValidAttribute = true;
+ // Attribute names can contain most Unicode characters for HTML5.
+ // But method "DOMElement::setAttribute" is throwing exception
+ // because of it's own internal restriction so these have to be filtered.
+ // see issue #23: https://github.com/Masterminds/html5-php/issues/23
+ // and http://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#syntax-attribute-name
+ if (preg_match("/[\x1-\x2C\\/\x3B-\x40\x5B-\x5E\x60\x7B-\x7F]/u", $name)) {
+ $this->parseError('Unexpected characters in attribute name: %s', $name);
+ $isValidAttribute = false;
+ } // There is no limitation for 1st character in HTML5.
+ // But method "DOMElement::setAttribute" is throwing exception for the
+ // characters below so they have to be filtered.
+ // see issue #23: https://github.com/Masterminds/html5-php/issues/23
+ // and http://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#syntax-attribute-name
+ elseif (preg_match('/^[0-9.-]/u', $name)) {
+ $this->parseError('Unexpected character at the begining of attribute name: %s', $name);
+ $isValidAttribute = false;
+ }
+ // 8.1.2.3
+ $this->scanner->whitespace();
+
+ $val = $this->attributeValue();
+ if ($isValidAttribute) {
+ $attributes[$name] = $val;
+ }
+
+ return true;
+ }
+
+ /**
+ * Consume an attribute value. See section 8.2.4.37 and after.
+ *
+ * @return string|null
+ */
+ protected function attributeValue()
+ {
+ if ('=' != $this->scanner->current()) {
+ return null;
+ }
+ $this->scanner->consume();
+ // 8.1.2.3
+ $this->scanner->whitespace();
+
+ $tok = $this->scanner->current();
+ switch ($tok) {
+ case "\n":
+ case "\f":
+ case ' ':
+ case "\t":
+ // Whitespace here indicates an empty value.
+ return null;
+ case '"':
+ case "'":
+ $this->scanner->consume();
+
+ return $this->quotedAttributeValue($tok);
+ case '>':
+ // case '/': // 8.2.4.37 seems to allow foo=/ as a valid attr.
+ $this->parseError('Expected attribute value, got tag end.');
+
+ return null;
+ case '=':
+ case '`':
+ $this->parseError('Expecting quotes, got %s.', $tok);
+
+ return $this->unquotedAttributeValue();
+ default:
+ return $this->unquotedAttributeValue();
+ }
+ }
+
+ /**
+ * Get an attribute value string.
+ *
+ * @param string $quote IMPORTANT: This is a series of chars! Any one of which will be considered
+ * termination of an attribute's value. E.g. "\"'" will stop at either
+ * ' or ".
+ *
+ * @return string The attribute value.
+ */
+ protected function quotedAttributeValue($quote)
+ {
+ $stoplist = "\f" . $quote;
+ $val = '';
+
+ while (true) {
+ $tokens = $this->scanner->charsUntil($stoplist . '&');
+ if (false !== $tokens) {
+ $val .= $tokens;
+ } else {
+ break;
+ }
+
+ $tok = $this->scanner->current();
+ if ('&' == $tok) {
+ $val .= $this->decodeCharacterReference(true);
+ continue;
+ }
+ break;
+ }
+ $this->scanner->consume();
+
+ return $val;
+ }
+
+ protected function unquotedAttributeValue()
+ {
+ $val = '';
+ $tok = $this->scanner->current();
+ while (false !== $tok) {
+ switch ($tok) {
+ case "\n":
+ case "\f":
+ case ' ':
+ case "\t":
+ case '>':
+ break 2;
+
+ case '&':
+ $val .= $this->decodeCharacterReference(true);
+ $tok = $this->scanner->current();
+
+ break;
+
+ case "'":
+ case '"':
+ case '<':
+ case '=':
+ case '`':
+ $this->parseError('Unexpected chars in unquoted attribute value %s', $tok);
+ $val .= $tok;
+ $tok = $this->scanner->next();
+ break;
+
+ default:
+ $val .= $this->scanner->charsUntil("\t\n\f >&\"'<=`");
+
+ $tok = $this->scanner->current();
+ }
+ }
+
+ return $val;
+ }
+
+ /**
+ * Consume malformed markup as if it were a comment.
+ * 8.2.4.44.
+ *
+ * The spec requires that the ENTIRE tag-like thing be enclosed inside of
+ * the comment. So this will generate comments like:
+ *
+ * &lt;!--&lt/+foo&gt;--&gt;
+ *
+ * @param string $leading Prepend any leading characters. This essentially
+ * negates the need to backtrack, but it's sort of a hack.
+ *
+ * @return bool
+ */
+ protected function bogusComment($leading = '')
+ {
+ $comment = $leading;
+ $tokens = $this->scanner->charsUntil('>');
+ if (false !== $tokens) {
+ $comment .= $tokens;
+ }
+ $tok = $this->scanner->current();
+ if (false !== $tok) {
+ $comment .= $tok;
+ }
+
+ $this->flushBuffer();
+ $this->events->comment($comment);
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ /**
+ * Read a comment.
+ * Expects the first tok to be inside of the comment.
+ *
+ * @return bool
+ */
+ protected function comment()
+ {
+ $tok = $this->scanner->current();
+ $comment = '';
+
+ // <!-->. Emit an empty comment because 8.2.4.46 says to.
+ if ('>' == $tok) {
+ // Parse error. Emit the comment token.
+ $this->parseError("Expected comment data, got '>'");
+ $this->events->comment('');
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ // Replace NULL with the replacement char.
+ if ("\0" == $tok) {
+ $tok = UTF8Utils::FFFD;
+ }
+ while (!$this->isCommentEnd()) {
+ $comment .= $tok;
+ $tok = $this->scanner->next();
+ }
+
+ $this->events->comment($comment);
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ /**
+ * Check if the scanner has reached the end of a comment.
+ *
+ * @return bool
+ */
+ protected function isCommentEnd()
+ {
+ $tok = $this->scanner->current();
+
+ // EOF
+ if (false === $tok) {
+ // Hit the end.
+ $this->parseError('Unexpected EOF in a comment.');
+
+ return true;
+ }
+
+ // If it doesn't start with -, not the end.
+ if ('-' != $tok) {
+ return false;
+ }
+
+ // Advance one, and test for '->'
+ if ('-' == $this->scanner->next() && '>' == $this->scanner->peek()) {
+ $this->scanner->consume(); // Consume the last '>'
+ return true;
+ }
+ // Unread '-';
+ $this->scanner->unconsume(1);
+
+ return false;
+ }
+
+ /**
+ * Parse a DOCTYPE.
+ *
+ * Parse a DOCTYPE declaration. This method has strong bearing on whether or
+ * not Quirksmode is enabled on the event handler.
+ *
+ * @todo This method is a little long. Should probably refactor.
+ *
+ * @return bool
+ */
+ protected function doctype()
+ {
+ // Check that string is DOCTYPE.
+ if ($this->scanner->sequenceMatches('DOCTYPE', false)) {
+ $this->scanner->consume(7);
+ } else {
+ $chars = $this->scanner->charsWhile('DOCTYPEdoctype');
+ $this->parseError('Expected DOCTYPE, got %s', $chars);
+
+ return $this->bogusComment('<!' . $chars);
+ }
+
+ $this->scanner->whitespace();
+ $tok = $this->scanner->current();
+
+ // EOF: die.
+ if (false === $tok) {
+ $this->events->doctype('html5', EventHandler::DOCTYPE_NONE, '', true);
+ $this->eof();
+
+ return true;
+ }
+
+ // NULL char: convert.
+ if ("\0" === $tok) {
+ $this->parseError('Unexpected null character in DOCTYPE.');
+ }
+
+ $stop = " \n\f>";
+ $doctypeName = $this->scanner->charsUntil($stop);
+ // Lowercase ASCII, replace \0 with FFFD
+ $doctypeName = strtolower(strtr($doctypeName, "\0", UTF8Utils::FFFD));
+
+ $tok = $this->scanner->current();
+
+ // If false, emit a parse error, DOCTYPE, and return.
+ if (false === $tok) {
+ $this->parseError('Unexpected EOF in DOCTYPE declaration.');
+ $this->events->doctype($doctypeName, EventHandler::DOCTYPE_NONE, null, true);
+
+ return true;
+ }
+
+ // Short DOCTYPE, like <!DOCTYPE html>
+ if ('>' == $tok) {
+ // DOCTYPE without a name.
+ if (0 == strlen($doctypeName)) {
+ $this->parseError('Expected a DOCTYPE name. Got nothing.');
+ $this->events->doctype($doctypeName, 0, null, true);
+ $this->scanner->consume();
+
+ return true;
+ }
+ $this->events->doctype($doctypeName);
+ $this->scanner->consume();
+
+ return true;
+ }
+ $this->scanner->whitespace();
+
+ $pub = strtoupper($this->scanner->getAsciiAlpha());
+ $white = $this->scanner->whitespace();
+
+ // Get ID, and flag it as pub or system.
+ if (('PUBLIC' == $pub || 'SYSTEM' == $pub) && $white > 0) {
+ // Get the sys ID.
+ $type = 'PUBLIC' == $pub ? EventHandler::DOCTYPE_PUBLIC : EventHandler::DOCTYPE_SYSTEM;
+ $id = $this->quotedString("\0>");
+ if (false === $id) {
+ $this->events->doctype($doctypeName, $type, $pub, false);
+
+ return true;
+ }
+
+ // Premature EOF.
+ if (false === $this->scanner->current()) {
+ $this->parseError('Unexpected EOF in DOCTYPE');
+ $this->events->doctype($doctypeName, $type, $id, true);
+
+ return true;
+ }
+
+ // Well-formed complete DOCTYPE.
+ $this->scanner->whitespace();
+ if ('>' == $this->scanner->current()) {
+ $this->events->doctype($doctypeName, $type, $id, false);
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ // If we get here, we have <!DOCTYPE foo PUBLIC "bar" SOME_JUNK
+ // Throw away the junk, parse error, quirks mode, return true.
+ $this->scanner->charsUntil('>');
+ $this->parseError('Malformed DOCTYPE.');
+ $this->events->doctype($doctypeName, $type, $id, true);
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ // Else it's a bogus DOCTYPE.
+ // Consume to > and trash.
+ $this->scanner->charsUntil('>');
+
+ $this->parseError('Expected PUBLIC or SYSTEM. Got %s.', $pub);
+ $this->events->doctype($doctypeName, 0, null, true);
+ $this->scanner->consume();
+
+ return true;
+ }
+
+ /**
+ * Utility for reading a quoted string.
+ *
+ * @param string $stopchars Characters (in addition to a close-quote) that should stop the string.
+ * E.g. sometimes '>' is higher precedence than '"' or "'".
+ *
+ * @return mixed String if one is found (quotations omitted).
+ */
+ protected function quotedString($stopchars)
+ {
+ $tok = $this->scanner->current();
+ if ('"' == $tok || "'" == $tok) {
+ $this->scanner->consume();
+ $ret = $this->scanner->charsUntil($tok . $stopchars);
+ if ($this->scanner->current() == $tok) {
+ $this->scanner->consume();
+ } else {
+ // Parse error because no close quote.
+ $this->parseError('Expected %s, got %s', $tok, $this->scanner->current());
+ }
+
+ return $ret;
+ }
+
+ return false;
+ }
+
+ /**
+ * Handle a CDATA section.
+ *
+ * @return bool
+ */
+ protected function cdataSection()
+ {
+ $cdata = '';
+ $this->scanner->consume();
+
+ $chars = $this->scanner->charsWhile('CDAT');
+ if ('CDATA' != $chars || '[' != $this->scanner->current()) {
+ $this->parseError('Expected [CDATA[, got %s', $chars);
+
+ return $this->bogusComment('<![' . $chars);
+ }
+
+ $tok = $this->scanner->next();
+ do {
+ if (false === $tok) {
+ $this->parseError('Unexpected EOF inside CDATA.');
+ $this->bogusComment('<![CDATA[' . $cdata);
+
+ return true;
+ }
+ $cdata .= $tok;
+ $tok = $this->scanner->next();
+ } while (!$this->scanner->sequenceMatches(']]>'));
+
+ // Consume ]]>
+ $this->scanner->consume(3);
+
+ $this->events->cdata($cdata);
+
+ return true;
+ }
+
+ // ================================================================
+ // Non-HTML5
+ // ================================================================
+
+ /**
+ * Handle a processing instruction.
+ *
+ * XML processing instructions are supposed to be ignored in HTML5,
+ * treated as "bogus comments". However, since we're not a user
+ * agent, we allow them. We consume until ?> and then issue a
+ * EventListener::processingInstruction() event.
+ *
+ * @return bool
+ */
+ protected function processingInstruction()
+ {
+ if ('?' != $this->scanner->current()) {
+ return false;
+ }
+
+ $tok = $this->scanner->next();
+ $procName = $this->scanner->getAsciiAlpha();
+ $white = $this->scanner->whitespace();
+
+ // If not a PI, send to bogusComment.
+ if (0 == strlen($procName) || 0 == $white || false == $this->scanner->current()) {
+ $this->parseError("Expected processing instruction name, got $tok");
+ $this->bogusComment('<?' . $tok . $procName);
+
+ return true;
+ }
+
+ $data = '';
+ // As long as it's not the case that the next two chars are ? and >.
+ while (!('?' == $this->scanner->current() && '>' == $this->scanner->peek())) {
+ $data .= $this->scanner->current();
+
+ $tok = $this->scanner->next();
+ if (false === $tok) {
+ $this->parseError('Unexpected EOF in processing instruction.');
+ $this->events->processingInstruction($procName, $data);
+
+ return true;
+ }
+ }
+
+ $this->scanner->consume(2); // Consume the closing tag
+ $this->events->processingInstruction($procName, $data);
+
+ return true;
+ }
+
+ // ================================================================
+ // UTILITY FUNCTIONS
+ // ================================================================
+
+ /**
+ * Read from the input stream until we get to the desired sequene
+ * or hit the end of the input stream.
+ *
+ * @param string $sequence
+ *
+ * @return string
+ */
+ protected function readUntilSequence($sequence)
+ {
+ $buffer = '';
+
+ // Optimization for reading larger blocks faster.
+ $first = substr($sequence, 0, 1);
+ while (false !== $this->scanner->current()) {
+ $buffer .= $this->scanner->charsUntil($first);
+
+ // Stop as soon as we hit the stopping condition.
+ if ($this->scanner->sequenceMatches($sequence, false)) {
+ return $buffer;
+ }
+ $buffer .= $this->scanner->current();
+ $this->scanner->consume();
+ }
+
+ // If we get here, we hit the EOF.
+ $this->parseError('Unexpected EOF during text read.');
+
+ return $buffer;
+ }
+
+ /**
+ * Check if upcomming chars match the given sequence.
+ *
+ * This will read the stream for the $sequence. If it's
+ * found, this will return true. If not, return false.
+ * Since this unconsumes any chars it reads, the caller
+ * will still need to read the next sequence, even if
+ * this returns true.
+ *
+ * Example: $this->scanner->sequenceMatches('</script>') will
+ * see if the input stream is at the start of a
+ * '</script>' string.
+ *
+ * @param string $sequence
+ * @param bool $caseSensitive
+ *
+ * @return bool
+ */
+ protected function sequenceMatches($sequence, $caseSensitive = true)
+ {
+ @trigger_error(__METHOD__ . ' method is deprecated since version 2.4 and will be removed in 3.0. Use Scanner::sequenceMatches() instead.', E_USER_DEPRECATED);
+
+ return $this->scanner->sequenceMatches($sequence, $caseSensitive);
+ }
+
+ /**
+ * Send a TEXT event with the contents of the text buffer.
+ *
+ * This emits an EventHandler::text() event with the current contents of the
+ * temporary text buffer. (The buffer is used to group as much PCDATA
+ * as we can instead of emitting lots and lots of TEXT events.)
+ */
+ protected function flushBuffer()
+ {
+ if ('' === $this->text) {
+ return;
+ }
+ $this->events->text($this->text);
+ $this->text = '';
+ }
+
+ /**
+ * Add text to the temporary buffer.
+ *
+ * @see flushBuffer()
+ *
+ * @param string $str
+ */
+ protected function buffer($str)
+ {
+ $this->text .= $str;
+ }
+
+ /**
+ * Emit a parse error.
+ *
+ * A parse error always returns false because it never consumes any
+ * characters.
+ *
+ * @param string $msg
+ *
+ * @return string
+ */
+ protected function parseError($msg)
+ {
+ $args = func_get_args();
+
+ if (count($args) > 1) {
+ array_shift($args);
+ $msg = vsprintf($msg, $args);
+ }
+
+ $line = $this->scanner->currentLine();
+ $col = $this->scanner->columnOffset();
+ $this->events->parseError($msg, $line, $col);
+
+ return false;
+ }
+
+ /**
+ * Decode a character reference and return the string.
+ *
+ * If $inAttribute is set to true, a bare & will be returned as-is.
+ *
+ * @param bool $inAttribute Set to true if the text is inside of an attribute value.
+ * false otherwise.
+ *
+ * @return string
+ */
+ protected function decodeCharacterReference($inAttribute = false)
+ {
+ // Next char after &.
+ $tok = $this->scanner->next();
+ $start = $this->scanner->position();
+
+ if (false === $tok) {
+ return '&';
+ }
+
+ // These indicate not an entity. We return just
+ // the &.
+ if ("\t" === $tok || "\n" === $tok || "\f" === $tok || ' ' === $tok || '&' === $tok || '<' === $tok) {
+ // $this->scanner->next();
+ return '&';
+ }
+
+ // Numeric entity
+ if ('#' === $tok) {
+ $tok = $this->scanner->next();
+
+ if (false === $tok) {
+ $this->parseError('Expected &#DEC; &#HEX;, got EOF');
+ $this->scanner->unconsume(1);
+
+ return '&';
+ }
+
+ // Hexidecimal encoding.
+ // X[0-9a-fA-F]+;
+ // x[0-9a-fA-F]+;
+ if ('x' === $tok || 'X' === $tok) {
+ $tok = $this->scanner->next(); // Consume x
+
+ // Convert from hex code to char.
+ $hex = $this->scanner->getHex();
+ if (empty($hex)) {
+ $this->parseError('Expected &#xHEX;, got &#x%s', $tok);
+ // We unconsume because we don't know what parser rules might
+ // be in effect for the remaining chars. For example. '&#>'
+ // might result in a specific parsing rule inside of tag
+ // contexts, while not inside of pcdata context.
+ $this->scanner->unconsume(2);
+
+ return '&';
+ }
+ $entity = CharacterReference::lookupHex($hex);
+ } // Decimal encoding.
+ // [0-9]+;
+ else {
+ // Convert from decimal to char.
+ $numeric = $this->scanner->getNumeric();
+ if (false === $numeric) {
+ $this->parseError('Expected &#DIGITS;, got &#%s', $tok);
+ $this->scanner->unconsume(2);
+
+ return '&';
+ }
+ $entity = CharacterReference::lookupDecimal($numeric);
+ }
+ } elseif ('=' === $tok && $inAttribute) {
+ return '&';
+ } else { // String entity.
+ // Attempt to consume a string up to a ';'.
+ // [a-zA-Z0-9]+;
+ $cname = $this->scanner->getAsciiAlphaNum();
+ $entity = CharacterReference::lookupName($cname);
+
+ // When no entity is found provide the name of the unmatched string
+ // and continue on as the & is not part of an entity. The & will
+ // be converted to &amp; elsewhere.
+ if (null === $entity) {
+ if (!$inAttribute || '' === $cname) {
+ $this->parseError("No match in entity table for '%s'", $cname);
+ }
+ $this->scanner->unconsume($this->scanner->position() - $start);
+
+ return '&';
+ }
+ }
+
+ // The scanner has advanced the cursor for us.
+ $tok = $this->scanner->current();
+
+ // We have an entity. We're done here.
+ if (';' === $tok) {
+ $this->scanner->consume();
+
+ return $entity;
+ }
+
+ // Failing to match ; means unconsume the entire string.
+ $this->scanner->unconsume($this->scanner->position() - $start);
+
+ $this->parseError('Expected &ENTITY;, got &ENTITY%s (no trailing ;) ', $tok);
+
+ return '&';
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php b/vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php
new file mode 100644
index 0000000..00d3951
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php
@@ -0,0 +1,127 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+/**
+ * Handles special-case rules for the DOM tree builder.
+ *
+ * Many tags have special rules that need to be accomodated on an
+ * individual basis. This class handles those rules.
+ *
+ * See section 8.1.2.4 of the spec.
+ *
+ * @todo - colgroup and col special behaviors
+ * - body and head special behaviors
+ */
+class TreeBuildingRules
+{
+ protected static $tags = array(
+ 'li' => 1,
+ 'dd' => 1,
+ 'dt' => 1,
+ 'rt' => 1,
+ 'rp' => 1,
+ 'tr' => 1,
+ 'th' => 1,
+ 'td' => 1,
+ 'thead' => 1,
+ 'tfoot' => 1,
+ 'tbody' => 1,
+ 'table' => 1,
+ 'optgroup' => 1,
+ 'option' => 1,
+ );
+
+ /**
+ * Returns true if the given tagname has special processing rules.
+ */
+ public function hasRules($tagname)
+ {
+ return isset(static::$tags[$tagname]);
+ }
+
+ /**
+ * Evaluate the rule for the current tag name.
+ *
+ * This may modify the existing DOM.
+ *
+ * @return \DOMElement The new Current DOM element.
+ */
+ public function evaluate($new, $current)
+ {
+ switch ($new->tagName) {
+ case 'li':
+ return $this->handleLI($new, $current);
+ case 'dt':
+ case 'dd':
+ return $this->handleDT($new, $current);
+ case 'rt':
+ case 'rp':
+ return $this->handleRT($new, $current);
+ case 'optgroup':
+ return $this->closeIfCurrentMatches($new, $current, array(
+ 'optgroup',
+ ));
+ case 'option':
+ return $this->closeIfCurrentMatches($new, $current, array(
+ 'option',
+ ));
+ case 'tr':
+ return $this->closeIfCurrentMatches($new, $current, array(
+ 'tr',
+ ));
+ case 'td':
+ case 'th':
+ return $this->closeIfCurrentMatches($new, $current, array(
+ 'th',
+ 'td',
+ ));
+ case 'tbody':
+ case 'thead':
+ case 'tfoot':
+ case 'table': // Spec isn't explicit about this, but it's necessary.
+
+ return $this->closeIfCurrentMatches($new, $current, array(
+ 'thead',
+ 'tfoot',
+ 'tbody',
+ ));
+ }
+
+ return $current;
+ }
+
+ protected function handleLI($ele, $current)
+ {
+ return $this->closeIfCurrentMatches($ele, $current, array(
+ 'li',
+ ));
+ }
+
+ protected function handleDT($ele, $current)
+ {
+ return $this->closeIfCurrentMatches($ele, $current, array(
+ 'dt',
+ 'dd',
+ ));
+ }
+
+ protected function handleRT($ele, $current)
+ {
+ return $this->closeIfCurrentMatches($ele, $current, array(
+ 'rt',
+ 'rp',
+ ));
+ }
+
+ protected function closeIfCurrentMatches($ele, $current, $match)
+ {
+ if (in_array($current->tagName, $match, true)) {
+ $current->parentNode->appendChild($ele);
+ } else {
+ $current->appendChild($ele);
+ }
+
+ return $ele;
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php b/vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php
new file mode 100644
index 0000000..f6a70bf
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php
@@ -0,0 +1,183 @@
+<?php
+
+namespace Masterminds\HTML5\Parser;
+
+/*
+Portions based on code from html5lib files with the following copyright:
+
+Copyright 2009 Geoffrey Sneddon <http://gsnedders.com/>
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+*/
+
+use Masterminds\HTML5\Exception;
+
+class UTF8Utils
+{
+ /**
+ * The Unicode replacement character.
+ */
+ const FFFD = "\xEF\xBF\xBD";
+
+ /**
+ * Count the number of characters in a string.
+ * UTF-8 aware. This will try (in order) iconv, MB, libxml, and finally a custom counter.
+ *
+ * @param string $string
+ *
+ * @return int
+ */
+ public static function countChars($string)
+ {
+ // Get the length for the string we need.
+ if (function_exists('mb_strlen')) {
+ return mb_strlen($string, 'utf-8');
+ }
+
+ if (function_exists('iconv_strlen')) {
+ return iconv_strlen($string, 'utf-8');
+ }
+
+ if (function_exists('utf8_decode')) {
+ // MPB: Will this work? Won't certain decodes lead to two chars
+ // extrapolated out of 2-byte chars?
+ return strlen(utf8_decode($string));
+ }
+
+ $count = count_chars($string);
+
+ // 0x80 = 0x7F - 0 + 1 (one added to get inclusive range)
+ // 0x33 = 0xF4 - 0x2C + 1 (one added to get inclusive range)
+ return array_sum(array_slice($count, 0, 0x80)) + array_sum(array_slice($count, 0xC2, 0x33));
+ }
+
+ /**
+ * Convert data from the given encoding to UTF-8.
+ *
+ * This has not yet been tested with charactersets other than UTF-8.
+ * It should work with ISO-8859-1/-13 and standard Latin Win charsets.
+ *
+ * @param string $data The data to convert
+ * @param string $encoding A valid encoding. Examples: http://www.php.net/manual/en/mbstring.supported-encodings.php
+ *
+ * @return string
+ */
+ public static function convertToUTF8($data, $encoding = 'UTF-8')
+ {
+ /*
+ * From the HTML5 spec: Given an encoding, the bytes in the input stream must be converted
+ * to Unicode characters for the tokeniser, as described by the rules for that encoding,
+ * except that the leading U+FEFF BYTE ORDER MARK character, if any, must not be stripped
+ * by the encoding layer (it is stripped by the rule below). Bytes or sequences of bytes
+ * in the original byte stream that could not be converted to Unicode characters must be
+ * converted to U+FFFD REPLACEMENT CHARACTER code points.
+ */
+
+ // mb_convert_encoding is chosen over iconv because of a bug. The best
+ // details for the bug are on http://us1.php.net/manual/en/function.iconv.php#108643
+ // which contains links to the actual but reports as well as work around
+ // details.
+ if (function_exists('mb_convert_encoding')) {
+ // mb library has the following behaviors:
+ // - UTF-16 surrogates result in false.
+ // - Overlongs and outside Plane 16 result in empty strings.
+
+ // Before we run mb_convert_encoding we need to tell it what to do with
+ // characters it does not know. This could be different than the parent
+ // application executing this library so we store the value, change it
+ // to our needs, and then change it back when we are done. This feels
+ // a little excessive and it would be great if there was a better way.
+ $save = mb_substitute_character();
+ mb_substitute_character('none');
+ $data = mb_convert_encoding($data, 'UTF-8', $encoding);
+ mb_substitute_character($save);
+ }
+ // @todo Get iconv running in at least some environments if that is possible.
+ elseif (function_exists('iconv') && 'auto' !== $encoding) {
+ // fprintf(STDOUT, "iconv found\n");
+ // iconv has the following behaviors:
+ // - Overlong representations are ignored.
+ // - Beyond Plane 16 is replaced with a lower char.
+ // - Incomplete sequences generate a warning.
+ $data = @iconv($encoding, 'UTF-8//IGNORE', $data);
+ } else {
+ throw new Exception('Not implemented, please install mbstring or iconv');
+ }
+
+ /*
+ * One leading U+FEFF BYTE ORDER MARK character must be ignored if any are present.
+ */
+ if ("\xEF\xBB\xBF" === substr($data, 0, 3)) {
+ $data = substr($data, 3);
+ }
+
+ return $data;
+ }
+
+ /**
+ * Checks for Unicode code points that are not valid in a document.
+ *
+ * @param string $data A string to analyze
+ *
+ * @return array An array of (string) error messages produced by the scanning
+ */
+ public static function checkForIllegalCodepoints($data)
+ {
+ // Vestigal error handling.
+ $errors = array();
+
+ /*
+ * All U+0000 null characters in the input must be replaced by U+FFFD REPLACEMENT CHARACTERs.
+ * Any occurrences of such characters is a parse error.
+ */
+ for ($i = 0, $count = substr_count($data, "\0"); $i < $count; ++$i) {
+ $errors[] = 'null-character';
+ }
+
+ /*
+ * Any occurrences of any characters in the ranges U+0001 to U+0008, U+000B, U+000E to U+001F, U+007F
+ * to U+009F, U+D800 to U+DFFF , U+FDD0 to U+FDEF, and characters U+FFFE, U+FFFF, U+1FFFE, U+1FFFF,
+ * U+2FFFE, U+2FFFF, U+3FFFE, U+3FFFF, U+4FFFE, U+4FFFF, U+5FFFE, U+5FFFF, U+6FFFE, U+6FFFF, U+7FFFE,
+ * U+7FFFF, U+8FFFE, U+8FFFF, U+9FFFE, U+9FFFF, U+AFFFE, U+AFFFF, U+BFFFE, U+BFFFF, U+CFFFE, U+CFFFF,
+ * U+DFFFE, U+DFFFF, U+EFFFE, U+EFFFF, U+FFFFE, U+FFFFF, U+10FFFE, and U+10FFFF are parse errors.
+ * (These are all control characters or permanently undefined Unicode characters.)
+ */
+ // Check PCRE is loaded.
+ $count = preg_match_all(
+ '/(?:
+ [\x01-\x08\x0B\x0E-\x1F\x7F] # U+0001 to U+0008, U+000B, U+000E to U+001F and U+007F
+ |
+ \xC2[\x80-\x9F] # U+0080 to U+009F
+ |
+ \xED(?:\xA0[\x80-\xFF]|[\xA1-\xBE][\x00-\xFF]|\xBF[\x00-\xBF]) # U+D800 to U+DFFFF
+ |
+ \xEF\xB7[\x90-\xAF] # U+FDD0 to U+FDEF
+ |
+ \xEF\xBF[\xBE\xBF] # U+FFFE and U+FFFF
+ |
+ [\xF0-\xF4][\x8F-\xBF]\xBF[\xBE\xBF] # U+nFFFE and U+nFFFF (1 <= n <= 10_{16})
+ )/x', $data, $matches);
+ for ($i = 0; $i < $count; ++$i) {
+ $errors[] = 'invalid-codepoint';
+ }
+
+ return $errors;
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php b/vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php
new file mode 100644
index 0000000..e9421a1
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php
@@ -0,0 +1,1533 @@
+<?php
+/**
+ * @file
+ * This contains HTML5 entities to use with serializing.
+ *
+ * The list here is mildly different from the list at Entities because
+ * that list was generated from the w3c. It contains some entities that are
+ * not entirely proper such as &am; which maps to &. This list is meant to be
+ * a fallback for PHP versions prior to PHP 5.4 when dealing with encoding.
+ */
+
+namespace Masterminds\HTML5\Serializer;
+
+/**
+ * A mapping of entities to their html5 representation.
+ * Used for older PHP
+ * versions that don't have the mapping.
+ */
+class HTML5Entities
+{
+ public static $map = array(
+ ' ' => '&Tab;',
+ "\n" => '&NewLine;',
+ '!' => '&excl;',
+ '"' => '&quot;',
+ '#' => '&num;',
+ '$' => '&dollar;',
+ '%' => '&percnt;',
+ '&' => '&amp;',
+ '\'' => '&apos;',
+ '(' => '&lpar;',
+ ')' => '&rpar;',
+ '*' => '&ast;',
+ '+' => '&plus;',
+ ',' => '&comma;',
+ '.' => '&period;',
+ '/' => '&sol;',
+ ':' => '&colon;',
+ ';' => '&semi;',
+ '<' => '&lt;',
+ '<⃒' => '&nvlt',
+ '=' => '&equals;',
+ '=⃥' => '&bne',
+ '>' => '&gt;',
+ '>⃒' => '&nvgt',
+ '?' => '&quest;',
+ '@' => '&commat;',
+ '[' => '&lbrack;',
+ '\\' => '&bsol;',
+ ']' => '&rsqb;',
+ '^' => '&Hat;',
+ '_' => '&lowbar;',
+ '`' => '&grave;',
+ 'fj' => '&fjlig',
+ '{' => '&lbrace;',
+ '|' => '&vert;',
+ '}' => '&rcub;',
+ ' ' => '&nbsp;',
+ '¡' => '&iexcl;',
+ '¢' => '&cent;',
+ '£' => '&pound;',
+ '¤' => '&curren;',
+ '¥' => '&yen;',
+ '¦' => '&brvbar;',
+ '§' => '&sect;',
+ '¨' => '&DoubleDot;',
+ '©' => '&copy;',
+ 'ª' => '&ordf;',
+ '«' => '&laquo;',
+ '¬' => '&not;',
+ '­' => '&shy;',
+ '®' => '&reg;',
+ '¯' => '&macr;',
+ '°' => '&deg;',
+ '±' => '&plusmn;',
+ '²' => '&sup2;',
+ '³' => '&sup3;',
+ '´' => '&DiacriticalAcute;',
+ 'µ' => '&micro;',
+ '¶' => '&para;',
+ '·' => '&CenterDot;',
+ '¸' => '&Cedilla;',
+ '¹' => '&sup1;',
+ 'º' => '&ordm;',
+ '»' => '&raquo;',
+ '¼' => '&frac14;',
+ '½' => '&half;',
+ '¾' => '&frac34;',
+ '¿' => '&iquest;',
+ 'À' => '&Agrave;',
+ 'Á' => '&Aacute;',
+ 'Â' => '&Acirc;',
+ 'Ã' => '&Atilde;',
+ 'Ä' => '&Auml;',
+ 'Å' => '&Aring;',
+ 'Æ' => '&AElig;',
+ 'Ç' => '&Ccedil;',
+ 'È' => '&Egrave;',
+ 'É' => '&Eacute;',
+ 'Ê' => '&Ecirc;',
+ 'Ë' => '&Euml;',
+ 'Ì' => '&Igrave;',
+ 'Í' => '&Iacute;',
+ 'Î' => '&Icirc;',
+ 'Ï' => '&Iuml;',
+ 'Ð' => '&ETH;',
+ 'Ñ' => '&Ntilde;',
+ 'Ò' => '&Ograve;',
+ 'Ó' => '&Oacute;',
+ 'Ô' => '&Ocirc;',
+ 'Õ' => '&Otilde;',
+ 'Ö' => '&Ouml;',
+ '×' => '&times;',
+ 'Ø' => '&Oslash;',
+ 'Ù' => '&Ugrave;',
+ 'Ú' => '&Uacute;',
+ 'Û' => '&Ucirc;',
+ 'Ü' => '&Uuml;',
+ 'Ý' => '&Yacute;',
+ 'Þ' => '&THORN;',
+ 'ß' => '&szlig;',
+ 'à' => '&agrave;',
+ 'á' => '&aacute;',
+ 'â' => '&acirc;',
+ 'ã' => '&atilde;',
+ 'ä' => '&auml;',
+ 'å' => '&aring;',
+ 'æ' => '&aelig;',
+ 'ç' => '&ccedil;',
+ 'è' => '&egrave;',
+ 'é' => '&eacute;',
+ 'ê' => '&ecirc;',
+ 'ë' => '&euml;',
+ 'ì' => '&igrave;',
+ 'í' => '&iacute;',
+ 'î' => '&icirc;',
+ 'ï' => '&iuml;',
+ 'ð' => '&eth;',
+ 'ñ' => '&ntilde;',
+ 'ò' => '&ograve;',
+ 'ó' => '&oacute;',
+ 'ô' => '&ocirc;',
+ 'õ' => '&otilde;',
+ 'ö' => '&ouml;',
+ '÷' => '&divide;',
+ 'ø' => '&oslash;',
+ 'ù' => '&ugrave;',
+ 'ú' => '&uacute;',
+ 'û' => '&ucirc;',
+ 'ü' => '&uuml;',
+ 'ý' => '&yacute;',
+ 'þ' => '&thorn;',
+ 'ÿ' => '&yuml;',
+ 'Ā' => '&Amacr;',
+ 'ā' => '&amacr;',
+ 'Ă' => '&Abreve;',
+ 'ă' => '&abreve;',
+ 'Ą' => '&Aogon;',
+ 'ą' => '&aogon;',
+ 'Ć' => '&Cacute;',
+ 'ć' => '&cacute;',
+ 'Ĉ' => '&Ccirc;',
+ 'ĉ' => '&ccirc;',
+ 'Ċ' => '&Cdot;',
+ 'ċ' => '&cdot;',
+ 'Č' => '&Ccaron;',
+ 'č' => '&ccaron;',
+ 'Ď' => '&Dcaron;',
+ 'ď' => '&dcaron;',
+ 'Đ' => '&Dstrok;',
+ 'đ' => '&dstrok;',
+ 'Ē' => '&Emacr;',
+ 'ē' => '&emacr;',
+ 'Ė' => '&Edot;',
+ 'ė' => '&edot;',
+ 'Ę' => '&Eogon;',
+ 'ę' => '&eogon;',
+ 'Ě' => '&Ecaron;',
+ 'ě' => '&ecaron;',
+ 'Ĝ' => '&Gcirc;',
+ 'ĝ' => '&gcirc;',
+ 'Ğ' => '&Gbreve;',
+ 'ğ' => '&gbreve;',
+ 'Ġ' => '&Gdot;',
+ 'ġ' => '&gdot;',
+ 'Ģ' => '&Gcedil;',
+ 'Ĥ' => '&Hcirc;',
+ 'ĥ' => '&hcirc;',
+ 'Ħ' => '&Hstrok;',
+ 'ħ' => '&hstrok;',
+ 'Ĩ' => '&Itilde;',
+ 'ĩ' => '&itilde;',
+ 'Ī' => '&Imacr;',
+ 'ī' => '&imacr;',
+ 'Į' => '&Iogon;',
+ 'į' => '&iogon;',
+ 'İ' => '&Idot;',
+ 'ı' => '&inodot;',
+ 'IJ' => '&IJlig;',
+ 'ij' => '&ijlig;',
+ 'Ĵ' => '&Jcirc;',
+ 'ĵ' => '&jcirc;',
+ 'Ķ' => '&Kcedil;',
+ 'ķ' => '&kcedil;',
+ 'ĸ' => '&kgreen;',
+ 'Ĺ' => '&Lacute;',
+ 'ĺ' => '&lacute;',
+ 'Ļ' => '&Lcedil;',
+ 'ļ' => '&lcedil;',
+ 'Ľ' => '&Lcaron;',
+ 'ľ' => '&lcaron;',
+ 'Ŀ' => '&Lmidot;',
+ 'ŀ' => '&lmidot;',
+ 'Ł' => '&Lstrok;',
+ 'ł' => '&lstrok;',
+ 'Ń' => '&Nacute;',
+ 'ń' => '&nacute;',
+ 'Ņ' => '&Ncedil;',
+ 'ņ' => '&ncedil;',
+ 'Ň' => '&Ncaron;',
+ 'ň' => '&ncaron;',
+ 'ʼn' => '&napos;',
+ 'Ŋ' => '&ENG;',
+ 'ŋ' => '&eng;',
+ 'Ō' => '&Omacr;',
+ 'ō' => '&omacr;',
+ 'Ő' => '&Odblac;',
+ 'ő' => '&odblac;',
+ 'Œ' => '&OElig;',
+ 'œ' => '&oelig;',
+ 'Ŕ' => '&Racute;',
+ 'ŕ' => '&racute;',
+ 'Ŗ' => '&Rcedil;',
+ 'ŗ' => '&rcedil;',
+ 'Ř' => '&Rcaron;',
+ 'ř' => '&rcaron;',
+ 'Ś' => '&Sacute;',
+ 'ś' => '&sacute;',
+ 'Ŝ' => '&Scirc;',
+ 'ŝ' => '&scirc;',
+ 'Ş' => '&Scedil;',
+ 'ş' => '&scedil;',
+ 'Š' => '&Scaron;',
+ 'š' => '&scaron;',
+ 'Ţ' => '&Tcedil;',
+ 'ţ' => '&tcedil;',
+ 'Ť' => '&Tcaron;',
+ 'ť' => '&tcaron;',
+ 'Ŧ' => '&Tstrok;',
+ 'ŧ' => '&tstrok;',
+ 'Ũ' => '&Utilde;',
+ 'ũ' => '&utilde;',
+ 'Ū' => '&Umacr;',
+ 'ū' => '&umacr;',
+ 'Ŭ' => '&Ubreve;',
+ 'ŭ' => '&ubreve;',
+ 'Ů' => '&Uring;',
+ 'ů' => '&uring;',
+ 'Ű' => '&Udblac;',
+ 'ű' => '&udblac;',
+ 'Ų' => '&Uogon;',
+ 'ų' => '&uogon;',
+ 'Ŵ' => '&Wcirc;',
+ 'ŵ' => '&wcirc;',
+ 'Ŷ' => '&Ycirc;',
+ 'ŷ' => '&ycirc;',
+ 'Ÿ' => '&Yuml;',
+ 'Ź' => '&Zacute;',
+ 'ź' => '&zacute;',
+ 'Ż' => '&Zdot;',
+ 'ż' => '&zdot;',
+ 'Ž' => '&Zcaron;',
+ 'ž' => '&zcaron;',
+ 'ƒ' => '&fnof;',
+ 'Ƶ' => '&imped;',
+ 'ǵ' => '&gacute;',
+ 'ȷ' => '&jmath;',
+ 'ˆ' => '&circ;',
+ 'ˇ' => '&Hacek;',
+ '˘' => '&Breve;',
+ '˙' => '&dot;',
+ '˚' => '&ring;',
+ '˛' => '&ogon;',
+ '˜' => '&DiacriticalTilde;',
+ '˝' => '&DiacriticalDoubleAcute;',
+ '̑' => '&DownBreve;',
+ 'Α' => '&Alpha;',
+ 'Β' => '&Beta;',
+ 'Γ' => '&Gamma;',
+ 'Δ' => '&Delta;',
+ 'Ε' => '&Epsilon;',
+ 'Ζ' => '&Zeta;',
+ 'Η' => '&Eta;',
+ 'Θ' => '&Theta;',
+ 'Ι' => '&Iota;',
+ 'Κ' => '&Kappa;',
+ 'Λ' => '&Lambda;',
+ 'Μ' => '&Mu;',
+ 'Ν' => '&Nu;',
+ 'Ξ' => '&Xi;',
+ 'Ο' => '&Omicron;',
+ 'Π' => '&Pi;',
+ 'Ρ' => '&Rho;',
+ 'Σ' => '&Sigma;',
+ 'Τ' => '&Tau;',
+ 'Υ' => '&Upsilon;',
+ 'Φ' => '&Phi;',
+ 'Χ' => '&Chi;',
+ 'Ψ' => '&Psi;',
+ 'Ω' => '&Omega;',
+ 'α' => '&alpha;',
+ 'β' => '&beta;',
+ 'γ' => '&gamma;',
+ 'δ' => '&delta;',
+ 'ε' => '&epsi;',
+ 'ζ' => '&zeta;',
+ 'η' => '&eta;',
+ 'θ' => '&theta;',
+ 'ι' => '&iota;',
+ 'κ' => '&kappa;',
+ 'λ' => '&lambda;',
+ 'μ' => '&mu;',
+ 'ν' => '&nu;',
+ 'ξ' => '&xi;',
+ 'ο' => '&omicron;',
+ 'π' => '&pi;',
+ 'ρ' => '&rho;',
+ 'ς' => '&sigmav;',
+ 'σ' => '&sigma;',
+ 'τ' => '&tau;',
+ 'υ' => '&upsi;',
+ 'φ' => '&phi;',
+ 'χ' => '&chi;',
+ 'ψ' => '&psi;',
+ 'ω' => '&omega;',
+ 'ϑ' => '&thetasym;',
+ 'ϒ' => '&upsih;',
+ 'ϕ' => '&straightphi;',
+ 'ϖ' => '&piv;',
+ 'Ϝ' => '&Gammad;',
+ 'ϝ' => '&gammad;',
+ 'ϰ' => '&varkappa;',
+ 'ϱ' => '&rhov;',
+ 'ϵ' => '&straightepsilon;',
+ '϶' => '&backepsilon;',
+ 'Ё' => '&IOcy;',
+ 'Ђ' => '&DJcy;',
+ 'Ѓ' => '&GJcy;',
+ 'Є' => '&Jukcy;',
+ 'Ѕ' => '&DScy;',
+ 'І' => '&Iukcy;',
+ 'Ї' => '&YIcy;',
+ 'Ј' => '&Jsercy;',
+ 'Љ' => '&LJcy;',
+ 'Њ' => '&NJcy;',
+ 'Ћ' => '&TSHcy;',
+ 'Ќ' => '&KJcy;',
+ 'Ў' => '&Ubrcy;',
+ 'Џ' => '&DZcy;',
+ 'А' => '&Acy;',
+ 'Б' => '&Bcy;',
+ 'В' => '&Vcy;',
+ 'Г' => '&Gcy;',
+ 'Д' => '&Dcy;',
+ 'Е' => '&IEcy;',
+ 'Ж' => '&ZHcy;',
+ 'З' => '&Zcy;',
+ 'И' => '&Icy;',
+ 'Й' => '&Jcy;',
+ 'К' => '&Kcy;',
+ 'Л' => '&Lcy;',
+ 'М' => '&Mcy;',
+ 'Н' => '&Ncy;',
+ 'О' => '&Ocy;',
+ 'П' => '&Pcy;',
+ 'Р' => '&Rcy;',
+ 'С' => '&Scy;',
+ 'Т' => '&Tcy;',
+ 'У' => '&Ucy;',
+ 'Ф' => '&Fcy;',
+ 'Х' => '&KHcy;',
+ 'Ц' => '&TScy;',
+ 'Ч' => '&CHcy;',
+ 'Ш' => '&SHcy;',
+ 'Щ' => '&SHCHcy;',
+ 'Ъ' => '&HARDcy;',
+ 'Ы' => '&Ycy;',
+ 'Ь' => '&SOFTcy;',
+ 'Э' => '&Ecy;',
+ 'Ю' => '&YUcy;',
+ 'Я' => '&YAcy;',
+ 'а' => '&acy;',
+ 'б' => '&bcy;',
+ 'в' => '&vcy;',
+ 'г' => '&gcy;',
+ 'д' => '&dcy;',
+ 'е' => '&iecy;',
+ 'ж' => '&zhcy;',
+ 'з' => '&zcy;',
+ 'и' => '&icy;',
+ 'й' => '&jcy;',
+ 'к' => '&kcy;',
+ 'л' => '&lcy;',
+ 'м' => '&mcy;',
+ 'н' => '&ncy;',
+ 'о' => '&ocy;',
+ 'п' => '&pcy;',
+ 'р' => '&rcy;',
+ 'с' => '&scy;',
+ 'т' => '&tcy;',
+ 'у' => '&ucy;',
+ 'ф' => '&fcy;',
+ 'х' => '&khcy;',
+ 'ц' => '&tscy;',
+ 'ч' => '&chcy;',
+ 'ш' => '&shcy;',
+ 'щ' => '&shchcy;',
+ 'ъ' => '&hardcy;',
+ 'ы' => '&ycy;',
+ 'ь' => '&softcy;',
+ 'э' => '&ecy;',
+ 'ю' => '&yucy;',
+ 'я' => '&yacy;',
+ 'ё' => '&iocy;',
+ 'ђ' => '&djcy;',
+ 'ѓ' => '&gjcy;',
+ 'є' => '&jukcy;',
+ 'ѕ' => '&dscy;',
+ 'і' => '&iukcy;',
+ 'ї' => '&yicy;',
+ 'ј' => '&jsercy;',
+ 'љ' => '&ljcy;',
+ 'њ' => '&njcy;',
+ 'ћ' => '&tshcy;',
+ 'ќ' => '&kjcy;',
+ 'ў' => '&ubrcy;',
+ 'џ' => '&dzcy;',
+ ' ' => '&ensp;',
+ ' ' => '&emsp;',
+ ' ' => '&emsp13;',
+ ' ' => '&emsp14;',
+ ' ' => '&numsp;',
+ ' ' => '&puncsp;',
+ ' ' => '&ThinSpace;',
+ ' ' => '&hairsp;',
+ '​' => '&ZeroWidthSpace;',
+ '‌' => '&zwnj;',
+ '‍' => '&zwj;',
+ '‎' => '&lrm;',
+ '‏' => '&rlm;',
+ '‐' => '&hyphen;',
+ '–' => '&ndash;',
+ '—' => '&mdash;',
+ '―' => '&horbar;',
+ '‖' => '&Verbar;',
+ '‘' => '&OpenCurlyQuote;',
+ '’' => '&rsquo;',
+ '‚' => '&sbquo;',
+ '“' => '&OpenCurlyDoubleQuote;',
+ '”' => '&rdquo;',
+ '„' => '&bdquo;',
+ '†' => '&dagger;',
+ '‡' => '&Dagger;',
+ '•' => '&bull;',
+ '‥' => '&nldr;',
+ '…' => '&hellip;',
+ '‰' => '&permil;',
+ '‱' => '&pertenk;',
+ '′' => '&prime;',
+ '″' => '&Prime;',
+ '‴' => '&tprime;',
+ '‵' => '&backprime;',
+ '‹' => '&lsaquo;',
+ '›' => '&rsaquo;',
+ '‾' => '&oline;',
+ '⁁' => '&caret;',
+ '⁃' => '&hybull;',
+ '⁄' => '&frasl;',
+ '⁏' => '&bsemi;',
+ '⁗' => '&qprime;',
+ ' ' => '&MediumSpace;',
+ '  ' => '&ThickSpace',
+ '⁠' => '&NoBreak;',
+ '⁡' => '&af;',
+ '⁢' => '&InvisibleTimes;',
+ '⁣' => '&ic;',
+ '€' => '&euro;',
+ '⃛' => '&TripleDot;',
+ '⃜' => '&DotDot;',
+ 'ℂ' => '&complexes;',
+ '℅' => '&incare;',
+ 'ℊ' => '&gscr;',
+ 'ℋ' => '&HilbertSpace;',
+ 'ℌ' => '&Hfr;',
+ 'ℍ' => '&Hopf;',
+ 'ℎ' => '&planckh;',
+ 'ℏ' => '&planck;',
+ 'ℐ' => '&imagline;',
+ 'ℑ' => '&Ifr;',
+ 'ℒ' => '&lagran;',
+ 'ℓ' => '&ell;',
+ 'ℕ' => '&naturals;',
+ '№' => '&numero;',
+ '℗' => '&copysr;',
+ '℘' => '&wp;',
+ 'ℙ' => '&primes;',
+ 'ℚ' => '&rationals;',
+ 'ℛ' => '&realine;',
+ 'ℜ' => '&Rfr;',
+ 'ℝ' => '&Ropf;',
+ '℞' => '&rx;',
+ '™' => '&trade;',
+ 'ℤ' => '&Zopf;',
+ '℧' => '&mho;',
+ 'ℨ' => '&Zfr;',
+ '℩' => '&iiota;',
+ 'ℬ' => '&Bscr;',
+ 'ℭ' => '&Cfr;',
+ 'ℯ' => '&escr;',
+ 'ℰ' => '&expectation;',
+ 'ℱ' => '&Fouriertrf;',
+ 'ℳ' => '&Mellintrf;',
+ 'ℴ' => '&orderof;',
+ 'ℵ' => '&aleph;',
+ 'ℶ' => '&beth;',
+ 'ℷ' => '&gimel;',
+ 'ℸ' => '&daleth;',
+ 'ⅅ' => '&CapitalDifferentialD;',
+ 'ⅆ' => '&DifferentialD;',
+ 'ⅇ' => '&exponentiale;',
+ 'ⅈ' => '&ImaginaryI;',
+ '⅓' => '&frac13;',
+ '⅔' => '&frac23;',
+ '⅕' => '&frac15;',
+ '⅖' => '&frac25;',
+ '⅗' => '&frac35;',
+ '⅘' => '&frac45;',
+ '⅙' => '&frac16;',
+ '⅚' => '&frac56;',
+ '⅛' => '&frac18;',
+ '⅜' => '&frac38;',
+ '⅝' => '&frac58;',
+ '⅞' => '&frac78;',
+ '←' => '&larr;',
+ '↑' => '&uarr;',
+ '→' => '&srarr;',
+ '↓' => '&darr;',
+ '↔' => '&harr;',
+ '↕' => '&UpDownArrow;',
+ '↖' => '&nwarrow;',
+ '↗' => '&UpperRightArrow;',
+ '↘' => '&LowerRightArrow;',
+ '↙' => '&swarr;',
+ '↚' => '&nleftarrow;',
+ '↛' => '&nrarr;',
+ '↝' => '&rarrw;',
+ '↝̸' => '&nrarrw',
+ '↞' => '&Larr;',
+ '↟' => '&Uarr;',
+ '↠' => '&twoheadrightarrow;',
+ '↡' => '&Darr;',
+ '↢' => '&larrtl;',
+ '↣' => '&rarrtl;',
+ '↤' => '&LeftTeeArrow;',
+ '↥' => '&UpTeeArrow;',
+ '↦' => '&map;',
+ '↧' => '&DownTeeArrow;',
+ '↩' => '&larrhk;',
+ '↪' => '&rarrhk;',
+ '↫' => '&larrlp;',
+ '↬' => '&looparrowright;',
+ '↭' => '&harrw;',
+ '↮' => '&nleftrightarrow;',
+ '↰' => '&Lsh;',
+ '↱' => '&rsh;',
+ '↲' => '&ldsh;',
+ '↳' => '&rdsh;',
+ '↵' => '&crarr;',
+ '↶' => '&curvearrowleft;',
+ '↷' => '&curarr;',
+ '↺' => '&olarr;',
+ '↻' => '&orarr;',
+ '↼' => '&leftharpoonup;',
+ '↽' => '&leftharpoondown;',
+ '↾' => '&RightUpVector;',
+ '↿' => '&uharl;',
+ '⇀' => '&rharu;',
+ '⇁' => '&rhard;',
+ '⇂' => '&RightDownVector;',
+ '⇃' => '&dharl;',
+ '⇄' => '&rightleftarrows;',
+ '⇅' => '&udarr;',
+ '⇆' => '&lrarr;',
+ '⇇' => '&llarr;',
+ '⇈' => '&upuparrows;',
+ '⇉' => '&rrarr;',
+ '⇊' => '&downdownarrows;',
+ '⇋' => '&leftrightharpoons;',
+ '⇌' => '&rightleftharpoons;',
+ '⇍' => '&nLeftarrow;',
+ '⇎' => '&nhArr;',
+ '⇏' => '&nrArr;',
+ '⇐' => '&DoubleLeftArrow;',
+ '⇑' => '&DoubleUpArrow;',
+ '⇒' => '&Implies;',
+ '⇓' => '&Downarrow;',
+ '⇔' => '&hArr;',
+ '⇕' => '&Updownarrow;',
+ '⇖' => '&nwArr;',
+ '⇗' => '&neArr;',
+ '⇘' => '&seArr;',
+ '⇙' => '&swArr;',
+ '⇚' => '&lAarr;',
+ '⇛' => '&rAarr;',
+ '⇝' => '&zigrarr;',
+ '⇤' => '&LeftArrowBar;',
+ '⇥' => '&RightArrowBar;',
+ '⇵' => '&DownArrowUpArrow;',
+ '⇽' => '&loarr;',
+ '⇾' => '&roarr;',
+ '⇿' => '&hoarr;',
+ '∀' => '&forall;',
+ '∁' => '&comp;',
+ '∂' => '&part;',
+ '∂̸' => '&npart',
+ '∃' => '&Exists;',
+ '∄' => '&nexist;',
+ '∅' => '&empty;',
+ '∇' => '&nabla;',
+ '∈' => '&isinv;',
+ '∉' => '&notin;',
+ '∋' => '&ReverseElement;',
+ '∌' => '&notniva;',
+ '∏' => '&prod;',
+ '∐' => '&Coproduct;',
+ '∑' => '&sum;',
+ '−' => '&minus;',
+ '∓' => '&MinusPlus;',
+ '∔' => '&plusdo;',
+ '∖' => '&ssetmn;',
+ '∗' => '&lowast;',
+ '∘' => '&compfn;',
+ '√' => '&Sqrt;',
+ '∝' => '&prop;',
+ '∞' => '&infin;',
+ '∟' => '&angrt;',
+ '∠' => '&angle;',
+ '∠⃒' => '&nang',
+ '∡' => '&angmsd;',
+ '∢' => '&angsph;',
+ '∣' => '&mid;',
+ '∤' => '&nshortmid;',
+ '∥' => '&shortparallel;',
+ '∦' => '&nparallel;',
+ '∧' => '&and;',
+ '∨' => '&or;',
+ '∩' => '&cap;',
+ '∩︀' => '&caps',
+ '∪' => '&cup;',
+ '∪︀' => '&cups',
+ '∫' => '&Integral;',
+ '∬' => '&Int;',
+ '∭' => '&tint;',
+ '∮' => '&ContourIntegral;',
+ '∯' => '&DoubleContourIntegral;',
+ '∰' => '&Cconint;',
+ '∱' => '&cwint;',
+ '∲' => '&cwconint;',
+ '∳' => '&awconint;',
+ '∴' => '&there4;',
+ '∵' => '&Because;',
+ '∶' => '&ratio;',
+ '∷' => '&Colon;',
+ '∸' => '&minusd;',
+ '∺' => '&mDDot;',
+ '∻' => '&homtht;',
+ '∼' => '&sim;',
+ '∼⃒' => '&nvsim',
+ '∽' => '&bsim;',
+ '∽̱' => '&race',
+ '∾' => '&ac;',
+ '∾̳' => '&acE',
+ '∿' => '&acd;',
+ '≀' => '&wr;',
+ '≁' => '&NotTilde;',
+ '≂' => '&esim;',
+ '≂̸' => '&nesim',
+ '≃' => '&simeq;',
+ '≄' => '&nsime;',
+ '≅' => '&TildeFullEqual;',
+ '≆' => '&simne;',
+ '≇' => '&ncong;',
+ '≈' => '&approx;',
+ '≉' => '&napprox;',
+ '≊' => '&ape;',
+ '≋' => '&apid;',
+ '≋̸' => '&napid',
+ '≌' => '&bcong;',
+ '≍' => '&CupCap;',
+ '≍⃒' => '&nvap',
+ '≎' => '&bump;',
+ '≎̸' => '&nbump',
+ '≏' => '&HumpEqual;',
+ '≏̸' => '&nbumpe',
+ '≐' => '&esdot;',
+ '≐̸' => '&nedot',
+ '≑' => '&doteqdot;',
+ '≒' => '&fallingdotseq;',
+ '≓' => '&risingdotseq;',
+ '≔' => '&coloneq;',
+ '≕' => '&eqcolon;',
+ '≖' => '&ecir;',
+ '≗' => '&circeq;',
+ '≙' => '&wedgeq;',
+ '≚' => '&veeeq;',
+ '≜' => '&triangleq;',
+ '≟' => '&equest;',
+ '≠' => '&NotEqual;',
+ '≡' => '&Congruent;',
+ '≡⃥' => '&bnequiv',
+ '≢' => '&NotCongruent;',
+ '≤' => '&leq;',
+ '≤⃒' => '&nvle',
+ '≥' => '&ge;',
+ '≥⃒' => '&nvge',
+ '≦' => '&lE;',
+ '≦̸' => '&nlE',
+ '≧' => '&geqq;',
+ '≧̸' => '&NotGreaterFullEqual',
+ '≨' => '&lneqq;',
+ '≨︀' => '&lvertneqq',
+ '≩' => '&gneqq;',
+ '≩︀' => '&gvertneqq',
+ '≪' => '&ll;',
+ '≪̸' => '&nLtv',
+ '≪⃒' => '&nLt',
+ '≫' => '&gg;',
+ '≫̸' => '&NotGreaterGreater',
+ '≫⃒' => '&nGt',
+ '≬' => '&between;',
+ '≭' => '&NotCupCap;',
+ '≮' => '&NotLess;',
+ '≯' => '&ngtr;',
+ '≰' => '&NotLessEqual;',
+ '≱' => '&ngeq;',
+ '≲' => '&LessTilde;',
+ '≳' => '&GreaterTilde;',
+ '≴' => '&nlsim;',
+ '≵' => '&ngsim;',
+ '≶' => '&lessgtr;',
+ '≷' => '&gl;',
+ '≸' => '&ntlg;',
+ '≹' => '&NotGreaterLess;',
+ '≺' => '&prec;',
+ '≻' => '&succ;',
+ '≼' => '&PrecedesSlantEqual;',
+ '≽' => '&succcurlyeq;',
+ '≾' => '&precsim;',
+ '≿' => '&SucceedsTilde;',
+ '≿̸' => '&NotSucceedsTilde',
+ '⊀' => '&npr;',
+ '⊁' => '&NotSucceeds;',
+ '⊂' => '&sub;',
+ '⊂⃒' => '&vnsub',
+ '⊃' => '&sup;',
+ '⊃⃒' => '&nsupset',
+ '⊄' => '&nsub;',
+ '⊅' => '&nsup;',
+ '⊆' => '&SubsetEqual;',
+ '⊇' => '&supe;',
+ '⊈' => '&NotSubsetEqual;',
+ '⊉' => '&NotSupersetEqual;',
+ '⊊' => '&subsetneq;',
+ '⊊︀' => '&vsubne',
+ '⊋' => '&supsetneq;',
+ '⊋︀' => '&vsupne',
+ '⊍' => '&cupdot;',
+ '⊎' => '&UnionPlus;',
+ '⊏' => '&sqsub;',
+ '⊏̸' => '&NotSquareSubset',
+ '⊐' => '&sqsupset;',
+ '⊐̸' => '&NotSquareSuperset',
+ '⊑' => '&SquareSubsetEqual;',
+ '⊒' => '&SquareSupersetEqual;',
+ '⊓' => '&sqcap;',
+ '⊓︀' => '&sqcaps',
+ '⊔' => '&sqcup;',
+ '⊔︀' => '&sqcups',
+ '⊕' => '&CirclePlus;',
+ '⊖' => '&ominus;',
+ '⊗' => '&CircleTimes;',
+ '⊘' => '&osol;',
+ '⊙' => '&CircleDot;',
+ '⊚' => '&ocir;',
+ '⊛' => '&oast;',
+ '⊝' => '&odash;',
+ '⊞' => '&boxplus;',
+ '⊟' => '&boxminus;',
+ '⊠' => '&timesb;',
+ '⊡' => '&sdotb;',
+ '⊢' => '&vdash;',
+ '⊣' => '&dashv;',
+ '⊤' => '&DownTee;',
+ '⊥' => '&perp;',
+ '⊧' => '&models;',
+ '⊨' => '&DoubleRightTee;',
+ '⊩' => '&Vdash;',
+ '⊪' => '&Vvdash;',
+ '⊫' => '&VDash;',
+ '⊬' => '&nvdash;',
+ '⊭' => '&nvDash;',
+ '⊮' => '&nVdash;',
+ '⊯' => '&nVDash;',
+ '⊰' => '&prurel;',
+ '⊲' => '&vartriangleleft;',
+ '⊳' => '&vrtri;',
+ '⊴' => '&LeftTriangleEqual;',
+ '⊴⃒' => '&nvltrie',
+ '⊵' => '&RightTriangleEqual;',
+ '⊵⃒' => '&nvrtrie',
+ '⊶' => '&origof;',
+ '⊷' => '&imof;',
+ '⊸' => '&mumap;',
+ '⊹' => '&hercon;',
+ '⊺' => '&intcal;',
+ '⊻' => '&veebar;',
+ '⊽' => '&barvee;',
+ '⊾' => '&angrtvb;',
+ '⊿' => '&lrtri;',
+ '⋀' => '&xwedge;',
+ '⋁' => '&xvee;',
+ '⋂' => '&bigcap;',
+ '⋃' => '&bigcup;',
+ '⋄' => '&diamond;',
+ '⋅' => '&sdot;',
+ '⋆' => '&Star;',
+ '⋇' => '&divonx;',
+ '⋈' => '&bowtie;',
+ '⋉' => '&ltimes;',
+ '⋊' => '&rtimes;',
+ '⋋' => '&lthree;',
+ '⋌' => '&rthree;',
+ '⋍' => '&backsimeq;',
+ '⋎' => '&curlyvee;',
+ '⋏' => '&curlywedge;',
+ '⋐' => '&Sub;',
+ '⋑' => '&Supset;',
+ '⋒' => '&Cap;',
+ '⋓' => '&Cup;',
+ '⋔' => '&pitchfork;',
+ '⋕' => '&epar;',
+ '⋖' => '&lessdot;',
+ '⋗' => '&gtrdot;',
+ '⋘' => '&Ll;',
+ '⋘̸' => '&nLl',
+ '⋙' => '&Gg;',
+ '⋙̸' => '&nGg',
+ '⋚' => '&lesseqgtr;',
+ '⋚︀' => '&lesg',
+ '⋛' => '&gtreqless;',
+ '⋛︀' => '&gesl',
+ '⋞' => '&curlyeqprec;',
+ '⋟' => '&cuesc;',
+ '⋠' => '&NotPrecedesSlantEqual;',
+ '⋡' => '&NotSucceedsSlantEqual;',
+ '⋢' => '&NotSquareSubsetEqual;',
+ '⋣' => '&NotSquareSupersetEqual;',
+ '⋦' => '&lnsim;',
+ '⋧' => '&gnsim;',
+ '⋨' => '&precnsim;',
+ '⋩' => '&scnsim;',
+ '⋪' => '&nltri;',
+ '⋫' => '&ntriangleright;',
+ '⋬' => '&nltrie;',
+ '⋭' => '&NotRightTriangleEqual;',
+ '⋮' => '&vellip;',
+ '⋯' => '&ctdot;',
+ '⋰' => '&utdot;',
+ '⋱' => '&dtdot;',
+ '⋲' => '&disin;',
+ '⋳' => '&isinsv;',
+ '⋴' => '&isins;',
+ '⋵' => '&isindot;',
+ '⋵̸' => '&notindot',
+ '⋶' => '&notinvc;',
+ '⋷' => '&notinvb;',
+ '⋹' => '&isinE;',
+ '⋹̸' => '&notinE',
+ '⋺' => '&nisd;',
+ '⋻' => '&xnis;',
+ '⋼' => '&nis;',
+ '⋽' => '&notnivc;',
+ '⋾' => '&notnivb;',
+ '⌅' => '&barwed;',
+ '⌆' => '&doublebarwedge;',
+ '⌈' => '&lceil;',
+ '⌉' => '&RightCeiling;',
+ '⌊' => '&LeftFloor;',
+ '⌋' => '&RightFloor;',
+ '⌌' => '&drcrop;',
+ '⌍' => '&dlcrop;',
+ '⌎' => '&urcrop;',
+ '⌏' => '&ulcrop;',
+ '⌐' => '&bnot;',
+ '⌒' => '&profline;',
+ '⌓' => '&profsurf;',
+ '⌕' => '&telrec;',
+ '⌖' => '&target;',
+ '⌜' => '&ulcorner;',
+ '⌝' => '&urcorner;',
+ '⌞' => '&llcorner;',
+ '⌟' => '&drcorn;',
+ '⌢' => '&frown;',
+ '⌣' => '&smile;',
+ '⌭' => '&cylcty;',
+ '⌮' => '&profalar;',
+ '⌶' => '&topbot;',
+ '⌽' => '&ovbar;',
+ '⌿' => '&solbar;',
+ '⍼' => '&angzarr;',
+ '⎰' => '&lmoust;',
+ '⎱' => '&rmoust;',
+ '⎴' => '&OverBracket;',
+ '⎵' => '&bbrk;',
+ '⎶' => '&bbrktbrk;',
+ '⏜' => '&OverParenthesis;',
+ '⏝' => '&UnderParenthesis;',
+ '⏞' => '&OverBrace;',
+ '⏟' => '&UnderBrace;',
+ '⏢' => '&trpezium;',
+ '⏧' => '&elinters;',
+ '␣' => '&blank;',
+ 'Ⓢ' => '&oS;',
+ '─' => '&HorizontalLine;',
+ '│' => '&boxv;',
+ '┌' => '&boxdr;',
+ '┐' => '&boxdl;',
+ '└' => '&boxur;',
+ '┘' => '&boxul;',
+ '├' => '&boxvr;',
+ '┤' => '&boxvl;',
+ '┬' => '&boxhd;',
+ '┴' => '&boxhu;',
+ '┼' => '&boxvh;',
+ '═' => '&boxH;',
+ '║' => '&boxV;',
+ '╒' => '&boxdR;',
+ '╓' => '&boxDr;',
+ '╔' => '&boxDR;',
+ '╕' => '&boxdL;',
+ '╖' => '&boxDl;',
+ '╗' => '&boxDL;',
+ '╘' => '&boxuR;',
+ '╙' => '&boxUr;',
+ '╚' => '&boxUR;',
+ '╛' => '&boxuL;',
+ '╜' => '&boxUl;',
+ '╝' => '&boxUL;',
+ '╞' => '&boxvR;',
+ '╟' => '&boxVr;',
+ '╠' => '&boxVR;',
+ '╡' => '&boxvL;',
+ '╢' => '&boxVl;',
+ '╣' => '&boxVL;',
+ '╤' => '&boxHd;',
+ '╥' => '&boxhD;',
+ '╦' => '&boxHD;',
+ '╧' => '&boxHu;',
+ '╨' => '&boxhU;',
+ '╩' => '&boxHU;',
+ '╪' => '&boxvH;',
+ '╫' => '&boxVh;',
+ '╬' => '&boxVH;',
+ '▀' => '&uhblk;',
+ '▄' => '&lhblk;',
+ '█' => '&block;',
+ '░' => '&blk14;',
+ '▒' => '&blk12;',
+ '▓' => '&blk34;',
+ '□' => '&Square;',
+ '▪' => '&squarf;',
+ '▫' => '&EmptyVerySmallSquare;',
+ '▭' => '&rect;',
+ '▮' => '&marker;',
+ '▱' => '&fltns;',
+ '△' => '&bigtriangleup;',
+ '▴' => '&blacktriangle;',
+ '▵' => '&triangle;',
+ '▸' => '&blacktriangleright;',
+ '▹' => '&rtri;',
+ '▽' => '&bigtriangledown;',
+ '▾' => '&blacktriangledown;',
+ '▿' => '&triangledown;',
+ '◂' => '&blacktriangleleft;',
+ '◃' => '&ltri;',
+ '◊' => '&lozenge;',
+ '○' => '&cir;',
+ '◬' => '&tridot;',
+ '◯' => '&bigcirc;',
+ '◸' => '&ultri;',
+ '◹' => '&urtri;',
+ '◺' => '&lltri;',
+ '◻' => '&EmptySmallSquare;',
+ '◼' => '&FilledSmallSquare;',
+ '★' => '&starf;',
+ '☆' => '&star;',
+ '☎' => '&phone;',
+ '♀' => '&female;',
+ '♂' => '&male;',
+ '♠' => '&spadesuit;',
+ '♣' => '&clubs;',
+ '♥' => '&hearts;',
+ '♦' => '&diamondsuit;',
+ '♪' => '&sung;',
+ '♭' => '&flat;',
+ '♮' => '&natur;',
+ '♯' => '&sharp;',
+ '✓' => '&check;',
+ '✗' => '&cross;',
+ '✠' => '&maltese;',
+ '✶' => '&sext;',
+ '❘' => '&VerticalSeparator;',
+ '❲' => '&lbbrk;',
+ '❳' => '&rbbrk;',
+ '⟈' => '&bsolhsub;',
+ '⟉' => '&suphsol;',
+ '⟦' => '&LeftDoubleBracket;',
+ '⟧' => '&RightDoubleBracket;',
+ '⟨' => '&langle;',
+ '⟩' => '&RightAngleBracket;',
+ '⟪' => '&Lang;',
+ '⟫' => '&Rang;',
+ '⟬' => '&loang;',
+ '⟭' => '&roang;',
+ '⟵' => '&longleftarrow;',
+ '⟶' => '&LongRightArrow;',
+ '⟷' => '&LongLeftRightArrow;',
+ '⟸' => '&xlArr;',
+ '⟹' => '&DoubleLongRightArrow;',
+ '⟺' => '&xhArr;',
+ '⟼' => '&xmap;',
+ '⟿' => '&dzigrarr;',
+ '⤂' => '&nvlArr;',
+ '⤃' => '&nvrArr;',
+ '⤄' => '&nvHarr;',
+ '⤅' => '&Map;',
+ '⤌' => '&lbarr;',
+ '⤍' => '&bkarow;',
+ '⤎' => '&lBarr;',
+ '⤏' => '&dbkarow;',
+ '⤐' => '&drbkarow;',
+ '⤑' => '&DDotrahd;',
+ '⤒' => '&UpArrowBar;',
+ '⤓' => '&DownArrowBar;',
+ '⤖' => '&Rarrtl;',
+ '⤙' => '&latail;',
+ '⤚' => '&ratail;',
+ '⤛' => '&lAtail;',
+ '⤜' => '&rAtail;',
+ '⤝' => '&larrfs;',
+ '⤞' => '&rarrfs;',
+ '⤟' => '&larrbfs;',
+ '⤠' => '&rarrbfs;',
+ '⤣' => '&nwarhk;',
+ '⤤' => '&nearhk;',
+ '⤥' => '&searhk;',
+ '⤦' => '&swarhk;',
+ '⤧' => '&nwnear;',
+ '⤨' => '&toea;',
+ '⤩' => '&seswar;',
+ '⤪' => '&swnwar;',
+ '⤳' => '&rarrc;',
+ '⤳̸' => '&nrarrc',
+ '⤵' => '&cudarrr;',
+ '⤶' => '&ldca;',
+ '⤷' => '&rdca;',
+ '⤸' => '&cudarrl;',
+ '⤹' => '&larrpl;',
+ '⤼' => '&curarrm;',
+ '⤽' => '&cularrp;',
+ '⥅' => '&rarrpl;',
+ '⥈' => '&harrcir;',
+ '⥉' => '&Uarrocir;',
+ '⥊' => '&lurdshar;',
+ '⥋' => '&ldrushar;',
+ '⥎' => '&LeftRightVector;',
+ '⥏' => '&RightUpDownVector;',
+ '⥐' => '&DownLeftRightVector;',
+ '⥑' => '&LeftUpDownVector;',
+ '⥒' => '&LeftVectorBar;',
+ '⥓' => '&RightVectorBar;',
+ '⥔' => '&RightUpVectorBar;',
+ '⥕' => '&RightDownVectorBar;',
+ '⥖' => '&DownLeftVectorBar;',
+ '⥗' => '&DownRightVectorBar;',
+ '⥘' => '&LeftUpVectorBar;',
+ '⥙' => '&LeftDownVectorBar;',
+ '⥚' => '&LeftTeeVector;',
+ '⥛' => '&RightTeeVector;',
+ '⥜' => '&RightUpTeeVector;',
+ '⥝' => '&RightDownTeeVector;',
+ '⥞' => '&DownLeftTeeVector;',
+ '⥟' => '&DownRightTeeVector;',
+ '⥠' => '&LeftUpTeeVector;',
+ '⥡' => '&LeftDownTeeVector;',
+ '⥢' => '&lHar;',
+ '⥣' => '&uHar;',
+ '⥤' => '&rHar;',
+ '⥥' => '&dHar;',
+ '⥦' => '&luruhar;',
+ '⥧' => '&ldrdhar;',
+ '⥨' => '&ruluhar;',
+ '⥩' => '&rdldhar;',
+ '⥪' => '&lharul;',
+ '⥫' => '&llhard;',
+ '⥬' => '&rharul;',
+ '⥭' => '&lrhard;',
+ '⥮' => '&udhar;',
+ '⥯' => '&ReverseUpEquilibrium;',
+ '⥰' => '&RoundImplies;',
+ '⥱' => '&erarr;',
+ '⥲' => '&simrarr;',
+ '⥳' => '&larrsim;',
+ '⥴' => '&rarrsim;',
+ '⥵' => '&rarrap;',
+ '⥶' => '&ltlarr;',
+ '⥸' => '&gtrarr;',
+ '⥹' => '&subrarr;',
+ '⥻' => '&suplarr;',
+ '⥼' => '&lfisht;',
+ '⥽' => '&rfisht;',
+ '⥾' => '&ufisht;',
+ '⥿' => '&dfisht;',
+ '⦅' => '&lopar;',
+ '⦆' => '&ropar;',
+ '⦋' => '&lbrke;',
+ '⦌' => '&rbrke;',
+ '⦍' => '&lbrkslu;',
+ '⦎' => '&rbrksld;',
+ '⦏' => '&lbrksld;',
+ '⦐' => '&rbrkslu;',
+ '⦑' => '&langd;',
+ '⦒' => '&rangd;',
+ '⦓' => '&lparlt;',
+ '⦔' => '&rpargt;',
+ '⦕' => '&gtlPar;',
+ '⦖' => '&ltrPar;',
+ '⦚' => '&vzigzag;',
+ '⦜' => '&vangrt;',
+ '⦝' => '&angrtvbd;',
+ '⦤' => '&ange;',
+ '⦥' => '&range;',
+ '⦦' => '&dwangle;',
+ '⦧' => '&uwangle;',
+ '⦨' => '&angmsdaa;',
+ '⦩' => '&angmsdab;',
+ '⦪' => '&angmsdac;',
+ '⦫' => '&angmsdad;',
+ '⦬' => '&angmsdae;',
+ '⦭' => '&angmsdaf;',
+ '⦮' => '&angmsdag;',
+ '⦯' => '&angmsdah;',
+ '⦰' => '&bemptyv;',
+ '⦱' => '&demptyv;',
+ '⦲' => '&cemptyv;',
+ '⦳' => '&raemptyv;',
+ '⦴' => '&laemptyv;',
+ '⦵' => '&ohbar;',
+ '⦶' => '&omid;',
+ '⦷' => '&opar;',
+ '⦹' => '&operp;',
+ '⦻' => '&olcross;',
+ '⦼' => '&odsold;',
+ '⦾' => '&olcir;',
+ '⦿' => '&ofcir;',
+ '⧀' => '&olt;',
+ '⧁' => '&ogt;',
+ '⧂' => '&cirscir;',
+ '⧃' => '&cirE;',
+ '⧄' => '&solb;',
+ '⧅' => '&bsolb;',
+ '⧉' => '&boxbox;',
+ '⧍' => '&trisb;',
+ '⧎' => '&rtriltri;',
+ '⧏' => '&LeftTriangleBar;',
+ '⧏̸' => '&NotLeftTriangleBar',
+ '⧐' => '&RightTriangleBar;',
+ '⧐̸' => '&NotRightTriangleBar',
+ '⧜' => '&iinfin;',
+ '⧝' => '&infintie;',
+ '⧞' => '&nvinfin;',
+ '⧣' => '&eparsl;',
+ '⧤' => '&smeparsl;',
+ '⧥' => '&eqvparsl;',
+ '⧫' => '&lozf;',
+ '⧴' => '&RuleDelayed;',
+ '⧶' => '&dsol;',
+ '⨀' => '&xodot;',
+ '⨁' => '&bigoplus;',
+ '⨂' => '&bigotimes;',
+ '⨄' => '&biguplus;',
+ '⨆' => '&bigsqcup;',
+ '⨌' => '&iiiint;',
+ '⨍' => '&fpartint;',
+ '⨐' => '&cirfnint;',
+ '⨑' => '&awint;',
+ '⨒' => '&rppolint;',
+ '⨓' => '&scpolint;',
+ '⨔' => '&npolint;',
+ '⨕' => '&pointint;',
+ '⨖' => '&quatint;',
+ '⨗' => '&intlarhk;',
+ '⨢' => '&pluscir;',
+ '⨣' => '&plusacir;',
+ '⨤' => '&simplus;',
+ '⨥' => '&plusdu;',
+ '⨦' => '&plussim;',
+ '⨧' => '&plustwo;',
+ '⨩' => '&mcomma;',
+ '⨪' => '&minusdu;',
+ '⨭' => '&loplus;',
+ '⨮' => '&roplus;',
+ '⨯' => '&Cross;',
+ '⨰' => '&timesd;',
+ '⨱' => '&timesbar;',
+ '⨳' => '&smashp;',
+ '⨴' => '&lotimes;',
+ '⨵' => '&rotimes;',
+ '⨶' => '&otimesas;',
+ '⨷' => '&Otimes;',
+ '⨸' => '&odiv;',
+ '⨹' => '&triplus;',
+ '⨺' => '&triminus;',
+ '⨻' => '&tritime;',
+ '⨼' => '&iprod;',
+ '⨿' => '&amalg;',
+ '⩀' => '&capdot;',
+ '⩂' => '&ncup;',
+ '⩃' => '&ncap;',
+ '⩄' => '&capand;',
+ '⩅' => '&cupor;',
+ '⩆' => '&cupcap;',
+ '⩇' => '&capcup;',
+ '⩈' => '&cupbrcap;',
+ '⩉' => '&capbrcup;',
+ '⩊' => '&cupcup;',
+ '⩋' => '&capcap;',
+ '⩌' => '&ccups;',
+ '⩍' => '&ccaps;',
+ '⩐' => '&ccupssm;',
+ '⩓' => '&And;',
+ '⩔' => '&Or;',
+ '⩕' => '&andand;',
+ '⩖' => '&oror;',
+ '⩗' => '&orslope;',
+ '⩘' => '&andslope;',
+ '⩚' => '&andv;',
+ '⩛' => '&orv;',
+ '⩜' => '&andd;',
+ '⩝' => '&ord;',
+ '⩟' => '&wedbar;',
+ '⩦' => '&sdote;',
+ '⩪' => '&simdot;',
+ '⩭' => '&congdot;',
+ '⩭̸' => '&ncongdot',
+ '⩮' => '&easter;',
+ '⩯' => '&apacir;',
+ '⩰' => '&apE;',
+ '⩰̸' => '&napE',
+ '⩱' => '&eplus;',
+ '⩲' => '&pluse;',
+ '⩳' => '&Esim;',
+ '⩴' => '&Colone;',
+ '⩵' => '&Equal;',
+ '⩷' => '&ddotseq;',
+ '⩸' => '&equivDD;',
+ '⩹' => '&ltcir;',
+ '⩺' => '&gtcir;',
+ '⩻' => '&ltquest;',
+ '⩼' => '&gtquest;',
+ '⩽' => '&les;',
+ '⩽̸' => '&nles',
+ '⩾' => '&ges;',
+ '⩾̸' => '&nges',
+ '⩿' => '&lesdot;',
+ '⪀' => '&gesdot;',
+ '⪁' => '&lesdoto;',
+ '⪂' => '&gesdoto;',
+ '⪃' => '&lesdotor;',
+ '⪄' => '&gesdotol;',
+ '⪅' => '&lap;',
+ '⪆' => '&gap;',
+ '⪇' => '&lne;',
+ '⪈' => '&gne;',
+ '⪉' => '&lnap;',
+ '⪊' => '&gnap;',
+ '⪋' => '&lesseqqgtr;',
+ '⪌' => '&gEl;',
+ '⪍' => '&lsime;',
+ '⪎' => '&gsime;',
+ '⪏' => '&lsimg;',
+ '⪐' => '&gsiml;',
+ '⪑' => '&lgE;',
+ '⪒' => '&glE;',
+ '⪓' => '&lesges;',
+ '⪔' => '&gesles;',
+ '⪕' => '&els;',
+ '⪖' => '&egs;',
+ '⪗' => '&elsdot;',
+ '⪘' => '&egsdot;',
+ '⪙' => '&el;',
+ '⪚' => '&eg;',
+ '⪝' => '&siml;',
+ '⪞' => '&simg;',
+ '⪟' => '&simlE;',
+ '⪠' => '&simgE;',
+ '⪡' => '&LessLess;',
+ '⪡̸' => '&NotNestedLessLess',
+ '⪢' => '&GreaterGreater;',
+ '⪢̸' => '&NotNestedGreaterGreater',
+ '⪤' => '&glj;',
+ '⪥' => '&gla;',
+ '⪦' => '&ltcc;',
+ '⪧' => '&gtcc;',
+ '⪨' => '&lescc;',
+ '⪩' => '&gescc;',
+ '⪪' => '&smt;',
+ '⪫' => '&lat;',
+ '⪬' => '&smte;',
+ '⪬︀' => '&smtes',
+ '⪭' => '&late;',
+ '⪭︀' => '&lates',
+ '⪮' => '&bumpE;',
+ '⪯' => '&preceq;',
+ '⪯̸' => '&NotPrecedesEqual',
+ '⪰' => '&SucceedsEqual;',
+ '⪰̸' => '&NotSucceedsEqual',
+ '⪳' => '&prE;',
+ '⪴' => '&scE;',
+ '⪵' => '&precneqq;',
+ '⪶' => '&scnE;',
+ '⪷' => '&precapprox;',
+ '⪸' => '&succapprox;',
+ '⪹' => '&precnapprox;',
+ '⪺' => '&succnapprox;',
+ '⪻' => '&Pr;',
+ '⪼' => '&Sc;',
+ '⪽' => '&subdot;',
+ '⪾' => '&supdot;',
+ '⪿' => '&subplus;',
+ '⫀' => '&supplus;',
+ '⫁' => '&submult;',
+ '⫂' => '&supmult;',
+ '⫃' => '&subedot;',
+ '⫄' => '&supedot;',
+ '⫅' => '&subE;',
+ '⫅̸' => '&nsubE',
+ '⫆' => '&supseteqq;',
+ '⫆̸' => '&nsupseteqq',
+ '⫇' => '&subsim;',
+ '⫈' => '&supsim;',
+ '⫋' => '&subsetneqq;',
+ '⫋︀' => '&vsubnE',
+ '⫌' => '&supnE;',
+ '⫌︀' => '&varsupsetneqq',
+ '⫏' => '&csub;',
+ '⫐' => '&csup;',
+ '⫑' => '&csube;',
+ '⫒' => '&csupe;',
+ '⫓' => '&subsup;',
+ '⫔' => '&supsub;',
+ '⫕' => '&subsub;',
+ '⫖' => '&supsup;',
+ '⫗' => '&suphsub;',
+ '⫘' => '&supdsub;',
+ '⫙' => '&forkv;',
+ '⫚' => '&topfork;',
+ '⫛' => '&mlcp;',
+ '⫤' => '&Dashv;',
+ '⫦' => '&Vdashl;',
+ '⫧' => '&Barv;',
+ '⫨' => '&vBar;',
+ '⫩' => '&vBarv;',
+ '⫫' => '&Vbar;',
+ '⫬' => '&Not;',
+ '⫭' => '&bNot;',
+ '⫮' => '&rnmid;',
+ '⫯' => '&cirmid;',
+ '⫰' => '&midcir;',
+ '⫱' => '&topcir;',
+ '⫲' => '&nhpar;',
+ '⫳' => '&parsim;',
+ '⫽︀' => '&varsupsetneqq',
+ 'ff' => '&fflig;',
+ 'fi' => '&filig;',
+ 'fl' => '&fllig;',
+ 'ffi' => '&ffilig;',
+ 'ffl' => '&ffllig;',
+ '𝒜' => '&Ascr;',
+ '𝒞' => '&Cscr;',
+ '𝒟' => '&Dscr;',
+ '𝒢' => '&Gscr;',
+ '𝒥' => '&Jscr;',
+ '𝒦' => '&Kscr;',
+ '𝒩' => '&Nscr;',
+ '𝒪' => '&Oscr;',
+ '𝒫' => '&Pscr;',
+ '𝒬' => '&Qscr;',
+ '𝒮' => '&Sscr;',
+ '𝒯' => '&Tscr;',
+ '𝒰' => '&Uscr;',
+ '𝒱' => '&Vscr;',
+ '𝒲' => '&Wscr;',
+ '𝒳' => '&Xscr;',
+ '𝒴' => '&Yscr;',
+ '𝒵' => '&Zscr;',
+ '𝒶' => '&ascr;',
+ '𝒷' => '&bscr;',
+ '𝒸' => '&cscr;',
+ '𝒹' => '&dscr;',
+ '𝒻' => '&fscr;',
+ '𝒽' => '&hscr;',
+ '𝒾' => '&iscr;',
+ '𝒿' => '&jscr;',
+ '𝓀' => '&kscr;',
+ '𝓁' => '&lscr;',
+ '𝓂' => '&mscr;',
+ '𝓃' => '&nscr;',
+ '𝓅' => '&pscr;',
+ '𝓆' => '&qscr;',
+ '𝓇' => '&rscr;',
+ '𝓈' => '&sscr;',
+ '𝓉' => '&tscr;',
+ '𝓊' => '&uscr;',
+ '𝓋' => '&vscr;',
+ '𝓌' => '&wscr;',
+ '𝓍' => '&xscr;',
+ '𝓎' => '&yscr;',
+ '𝓏' => '&zscr;',
+ '𝔄' => '&Afr;',
+ '𝔅' => '&Bfr;',
+ '𝔇' => '&Dfr;',
+ '𝔈' => '&Efr;',
+ '𝔉' => '&Ffr;',
+ '𝔊' => '&Gfr;',
+ '𝔍' => '&Jfr;',
+ '𝔎' => '&Kfr;',
+ '𝔏' => '&Lfr;',
+ '𝔐' => '&Mfr;',
+ '𝔑' => '&Nfr;',
+ '𝔒' => '&Ofr;',
+ '𝔓' => '&Pfr;',
+ '𝔔' => '&Qfr;',
+ '𝔖' => '&Sfr;',
+ '𝔗' => '&Tfr;',
+ '𝔘' => '&Ufr;',
+ '𝔙' => '&Vfr;',
+ '𝔚' => '&Wfr;',
+ '𝔛' => '&Xfr;',
+ '𝔜' => '&Yfr;',
+ '𝔞' => '&afr;',
+ '𝔟' => '&bfr;',
+ '𝔠' => '&cfr;',
+ '𝔡' => '&dfr;',
+ '𝔢' => '&efr;',
+ '𝔣' => '&ffr;',
+ '𝔤' => '&gfr;',
+ '𝔥' => '&hfr;',
+ '𝔦' => '&ifr;',
+ '𝔧' => '&jfr;',
+ '𝔨' => '&kfr;',
+ '𝔩' => '&lfr;',
+ '𝔪' => '&mfr;',
+ '𝔫' => '&nfr;',
+ '𝔬' => '&ofr;',
+ '𝔭' => '&pfr;',
+ '𝔮' => '&qfr;',
+ '𝔯' => '&rfr;',
+ '𝔰' => '&sfr;',
+ '𝔱' => '&tfr;',
+ '𝔲' => '&ufr;',
+ '𝔳' => '&vfr;',
+ '𝔴' => '&wfr;',
+ '𝔵' => '&xfr;',
+ '𝔶' => '&yfr;',
+ '𝔷' => '&zfr;',
+ '𝔸' => '&Aopf;',
+ '𝔹' => '&Bopf;',
+ '𝔻' => '&Dopf;',
+ '𝔼' => '&Eopf;',
+ '𝔽' => '&Fopf;',
+ '𝔾' => '&Gopf;',
+ '𝕀' => '&Iopf;',
+ '𝕁' => '&Jopf;',
+ '𝕂' => '&Kopf;',
+ '𝕃' => '&Lopf;',
+ '𝕄' => '&Mopf;',
+ '𝕆' => '&Oopf;',
+ '𝕊' => '&Sopf;',
+ '𝕋' => '&Topf;',
+ '𝕌' => '&Uopf;',
+ '𝕍' => '&Vopf;',
+ '𝕎' => '&Wopf;',
+ '𝕏' => '&Xopf;',
+ '𝕐' => '&Yopf;',
+ '𝕒' => '&aopf;',
+ '𝕓' => '&bopf;',
+ '𝕔' => '&copf;',
+ '𝕕' => '&dopf;',
+ '𝕖' => '&eopf;',
+ '𝕗' => '&fopf;',
+ '𝕘' => '&gopf;',
+ '𝕙' => '&hopf;',
+ '𝕚' => '&iopf;',
+ '𝕛' => '&jopf;',
+ '𝕜' => '&kopf;',
+ '𝕝' => '&lopf;',
+ '𝕞' => '&mopf;',
+ '𝕟' => '&nopf;',
+ '𝕠' => '&oopf;',
+ '𝕡' => '&popf;',
+ '𝕢' => '&qopf;',
+ '𝕣' => '&ropf;',
+ '𝕤' => '&sopf;',
+ '𝕥' => '&topf;',
+ '𝕦' => '&uopf;',
+ '𝕧' => '&vopf;',
+ '𝕨' => '&wopf;',
+ '𝕩' => '&xopf;',
+ '𝕪' => '&yopf;',
+ '𝕫' => '&zopf;',
+ );
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php b/vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php
new file mode 100644
index 0000000..ec467f2
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php
@@ -0,0 +1,553 @@
+<?php
+/**
+ * @file
+ * The rules for generating output in the serializer.
+ *
+ * These output rules are likely to generate output similar to the document that
+ * was parsed. It is not intended to output exactly the document that was parsed.
+ */
+
+namespace Masterminds\HTML5\Serializer;
+
+use Masterminds\HTML5\Elements;
+
+/**
+ * Generate the output html5 based on element rules.
+ */
+class OutputRules implements RulesInterface
+{
+ /**
+ * Defined in http://www.w3.org/TR/html51/infrastructure.html#html-namespace-0.
+ */
+ const NAMESPACE_HTML = 'http://www.w3.org/1999/xhtml';
+
+ const NAMESPACE_MATHML = 'http://www.w3.org/1998/Math/MathML';
+
+ const NAMESPACE_SVG = 'http://www.w3.org/2000/svg';
+
+ const NAMESPACE_XLINK = 'http://www.w3.org/1999/xlink';
+
+ const NAMESPACE_XML = 'http://www.w3.org/XML/1998/namespace';
+
+ const NAMESPACE_XMLNS = 'http://www.w3.org/2000/xmlns/';
+
+ /**
+ * Holds the HTML5 element names that causes a namespace switch.
+ *
+ * @var array
+ */
+ protected $implicitNamespaces = array(
+ self::NAMESPACE_HTML,
+ self::NAMESPACE_SVG,
+ self::NAMESPACE_MATHML,
+ self::NAMESPACE_XML,
+ self::NAMESPACE_XMLNS,
+ );
+
+ const IM_IN_HTML = 1;
+
+ const IM_IN_SVG = 2;
+
+ const IM_IN_MATHML = 3;
+
+ /**
+ * Used as cache to detect if is available ENT_HTML5.
+ *
+ * @var bool
+ */
+ private $hasHTML5 = false;
+
+ protected $traverser;
+
+ protected $encode = false;
+
+ protected $out;
+
+ protected $outputMode;
+
+ private $xpath;
+
+ protected $nonBooleanAttributes = array(
+ /*
+ array(
+ 'nodeNamespace'=>'http://www.w3.org/1999/xhtml',
+ 'attrNamespace'=>'http://www.w3.org/1999/xhtml',
+
+ 'nodeName'=>'img', 'nodeName'=>array('img', 'a'),
+ 'attrName'=>'alt', 'attrName'=>array('title', 'alt'),
+ ),
+ */
+ array(
+ 'nodeNamespace' => 'http://www.w3.org/1999/xhtml',
+ 'attrName' => array('href',
+ 'hreflang',
+ 'http-equiv',
+ 'icon',
+ 'id',
+ 'keytype',
+ 'kind',
+ 'label',
+ 'lang',
+ 'language',
+ 'list',
+ 'maxlength',
+ 'media',
+ 'method',
+ 'name',
+ 'placeholder',
+ 'rel',
+ 'rows',
+ 'rowspan',
+ 'sandbox',
+ 'spellcheck',
+ 'scope',
+ 'seamless',
+ 'shape',
+ 'size',
+ 'sizes',
+ 'span',
+ 'src',
+ 'srcdoc',
+ 'srclang',
+ 'srcset',
+ 'start',
+ 'step',
+ 'style',
+ 'summary',
+ 'tabindex',
+ 'target',
+ 'title',
+ 'type',
+ 'value',
+ 'width',
+ 'border',
+ 'charset',
+ 'cite',
+ 'class',
+ 'code',
+ 'codebase',
+ 'color',
+ 'cols',
+ 'colspan',
+ 'content',
+ 'coords',
+ 'data',
+ 'datetime',
+ 'default',
+ 'dir',
+ 'dirname',
+ 'enctype',
+ 'for',
+ 'form',
+ 'formaction',
+ 'headers',
+ 'height',
+ 'accept',
+ 'accept-charset',
+ 'accesskey',
+ 'action',
+ 'align',
+ 'alt',
+ 'bgcolor',
+ ),
+ ),
+ array(
+ 'nodeNamespace' => 'http://www.w3.org/1999/xhtml',
+ 'xpath' => 'starts-with(local-name(), \'data-\')',
+ ),
+ );
+
+ const DOCTYPE = '<!DOCTYPE html>';
+
+ public function __construct($output, $options = array())
+ {
+ if (isset($options['encode_entities'])) {
+ $this->encode = $options['encode_entities'];
+ }
+
+ $this->outputMode = static::IM_IN_HTML;
+ $this->out = $output;
+ $this->hasHTML5 = defined('ENT_HTML5');
+ }
+
+ public function addRule(array $rule)
+ {
+ $this->nonBooleanAttributes[] = $rule;
+ }
+
+ public function setTraverser(Traverser $traverser)
+ {
+ $this->traverser = $traverser;
+
+ return $this;
+ }
+
+ public function unsetTraverser()
+ {
+ $this->traverser = null;
+
+ return $this;
+ }
+
+ public function document($dom)
+ {
+ $this->doctype();
+ if ($dom->documentElement) {
+ foreach ($dom->childNodes as $node) {
+ $this->traverser->node($node);
+ }
+ $this->nl();
+ }
+ }
+
+ protected function doctype()
+ {
+ $this->wr(static::DOCTYPE);
+ $this->nl();
+ }
+
+ public function element($ele)
+ {
+ $name = $ele->tagName;
+
+ // Per spec:
+ // If the element has a declared namespace in the HTML, MathML or
+ // SVG namespaces, we use the lname instead of the tagName.
+ if ($this->traverser->isLocalElement($ele)) {
+ $name = $ele->localName;
+ }
+
+ // If we are in SVG or MathML there is special handling.
+ // Using if/elseif instead of switch because it's faster in PHP.
+ if ('svg' == $name) {
+ $this->outputMode = static::IM_IN_SVG;
+ $name = Elements::normalizeSvgElement($name);
+ } elseif ('math' == $name) {
+ $this->outputMode = static::IM_IN_MATHML;
+ }
+
+ $this->openTag($ele);
+ if (Elements::isA($name, Elements::TEXT_RAW)) {
+ foreach ($ele->childNodes as $child) {
+ if ($child instanceof \DOMCharacterData) {
+ $this->wr($child->data);
+ } elseif ($child instanceof \DOMElement) {
+ $this->element($child);
+ }
+ }
+ } else {
+ // Handle children.
+ if ($ele->hasChildNodes()) {
+ $this->traverser->children($ele->childNodes);
+ }
+
+ // Close out the SVG or MathML special handling.
+ if ('svg' == $name || 'math' == $name) {
+ $this->outputMode = static::IM_IN_HTML;
+ }
+ }
+
+ // If not unary, add a closing tag.
+ if (!Elements::isA($name, Elements::VOID_TAG)) {
+ $this->closeTag($ele);
+ }
+ }
+
+ /**
+ * Write a text node.
+ *
+ * @param \DOMText $ele The text node to write.
+ */
+ public function text($ele)
+ {
+ if (isset($ele->parentNode) && isset($ele->parentNode->tagName) && Elements::isA($ele->parentNode->localName, Elements::TEXT_RAW)) {
+ $this->wr($ele->data);
+
+ return;
+ }
+
+ // FIXME: This probably needs some flags set.
+ $this->wr($this->enc($ele->data));
+ }
+
+ public function cdata($ele)
+ {
+ // This encodes CDATA.
+ $this->wr($ele->ownerDocument->saveXML($ele));
+ }
+
+ public function comment($ele)
+ {
+ // These produce identical output.
+ // $this->wr('<!--')->wr($ele->data)->wr('-->');
+ $this->wr($ele->ownerDocument->saveXML($ele));
+ }
+
+ public function processorInstruction($ele)
+ {
+ $this->wr('<?')
+ ->wr($ele->target)
+ ->wr(' ')
+ ->wr($ele->data)
+ ->wr('?>');
+ }
+
+ /**
+ * Write the namespace attributes.
+ *
+ * @param \DOMNode $ele The element being written.
+ */
+ protected function namespaceAttrs($ele)
+ {
+ if (!$this->xpath || $this->xpath->document !== $ele->ownerDocument) {
+ $this->xpath = new \DOMXPath($ele->ownerDocument);
+ }
+
+ foreach ($this->xpath->query('namespace::*[not(.=../../namespace::*)]', $ele) as $nsNode) {
+ if (!in_array($nsNode->nodeValue, $this->implicitNamespaces)) {
+ $this->wr(' ')->wr($nsNode->nodeName)->wr('="')->wr($nsNode->nodeValue)->wr('"');
+ }
+ }
+ }
+
+ /**
+ * Write the opening tag.
+ *
+ * Tags for HTML, MathML, and SVG are in the local name. Otherwise, use the
+ * qualified name (8.3).
+ *
+ * @param \DOMNode $ele The element being written.
+ */
+ protected function openTag($ele)
+ {
+ $this->wr('<')->wr($this->traverser->isLocalElement($ele) ? $ele->localName : $ele->tagName);
+
+ $this->attrs($ele);
+ $this->namespaceAttrs($ele);
+
+ if ($this->outputMode == static::IM_IN_HTML) {
+ $this->wr('>');
+ } // If we are not in html mode we are in SVG, MathML, or XML embedded content.
+ else {
+ if ($ele->hasChildNodes()) {
+ $this->wr('>');
+ } // If there are no children this is self closing.
+ else {
+ $this->wr(' />');
+ }
+ }
+ }
+
+ protected function attrs($ele)
+ {
+ // FIXME: Needs support for xml, xmlns, xlink, and namespaced elements.
+ if (!$ele->hasAttributes()) {
+ return $this;
+ }
+
+ // TODO: Currently, this always writes name="value", and does not do
+ // value-less attributes.
+ $map = $ele->attributes;
+ $len = $map->length;
+ for ($i = 0; $i < $len; ++$i) {
+ $node = $map->item($i);
+ $val = $this->enc($node->value, true);
+
+ // XXX: The spec says that we need to ensure that anything in
+ // the XML, XMLNS, or XLink NS's should use the canonical
+ // prefix. It seems that DOM does this for us already, but there
+ // may be exceptions.
+ $name = $node->nodeName;
+
+ // Special handling for attributes in SVG and MathML.
+ // Using if/elseif instead of switch because it's faster in PHP.
+ if ($this->outputMode == static::IM_IN_SVG) {
+ $name = Elements::normalizeSvgAttribute($name);
+ } elseif ($this->outputMode == static::IM_IN_MATHML) {
+ $name = Elements::normalizeMathMlAttribute($name);
+ }
+
+ $this->wr(' ')->wr($name);
+
+ if ((isset($val) && '' !== $val) || $this->nonBooleanAttribute($node)) {
+ $this->wr('="')->wr($val)->wr('"');
+ }
+ }
+ }
+
+ protected function nonBooleanAttribute(\DOMAttr $attr)
+ {
+ $ele = $attr->ownerElement;
+ foreach ($this->nonBooleanAttributes as $rule) {
+ if (isset($rule['nodeNamespace']) && $rule['nodeNamespace'] !== $ele->namespaceURI) {
+ continue;
+ }
+ if (isset($rule['attNamespace']) && $rule['attNamespace'] !== $attr->namespaceURI) {
+ continue;
+ }
+ if (isset($rule['nodeName']) && !is_array($rule['nodeName']) && $rule['nodeName'] !== $ele->localName) {
+ continue;
+ }
+ if (isset($rule['nodeName']) && is_array($rule['nodeName']) && !in_array($ele->localName, $rule['nodeName'], true)) {
+ continue;
+ }
+ if (isset($rule['attrName']) && !is_array($rule['attrName']) && $rule['attrName'] !== $attr->localName) {
+ continue;
+ }
+ if (isset($rule['attrName']) && is_array($rule['attrName']) && !in_array($attr->localName, $rule['attrName'], true)) {
+ continue;
+ }
+ if (isset($rule['xpath'])) {
+ $xp = $this->getXPath($attr);
+ if (isset($rule['prefixes'])) {
+ foreach ($rule['prefixes'] as $nsPrefix => $ns) {
+ $xp->registerNamespace($nsPrefix, $ns);
+ }
+ }
+ if (!$xp->evaluate($rule['xpath'], $attr)) {
+ continue;
+ }
+ }
+
+ return true;
+ }
+
+ return false;
+ }
+
+ private function getXPath(\DOMNode $node)
+ {
+ if (!$this->xpath) {
+ $this->xpath = new \DOMXPath($node->ownerDocument);
+ }
+
+ return $this->xpath;
+ }
+
+ /**
+ * Write the closing tag.
+ *
+ * Tags for HTML, MathML, and SVG are in the local name. Otherwise, use the
+ * qualified name (8.3).
+ *
+ * @param \DOMNode $ele The element being written.
+ */
+ protected function closeTag($ele)
+ {
+ if ($this->outputMode == static::IM_IN_HTML || $ele->hasChildNodes()) {
+ $this->wr('</')->wr($this->traverser->isLocalElement($ele) ? $ele->localName : $ele->tagName)->wr('>');
+ }
+ }
+
+ /**
+ * Write to the output.
+ *
+ * @param string $text The string to put into the output
+ *
+ * @return $this
+ */
+ protected function wr($text)
+ {
+ fwrite($this->out, $text);
+
+ return $this;
+ }
+
+ /**
+ * Write a new line character.
+ *
+ * @return $this
+ */
+ protected function nl()
+ {
+ fwrite($this->out, PHP_EOL);
+
+ return $this;
+ }
+
+ /**
+ * Encode text.
+ *
+ * When encode is set to false, the default value, the text passed in is
+ * escaped per section 8.3 of the html5 spec. For details on how text is
+ * escaped see the escape() method.
+ *
+ * When encoding is set to true the text is converted to named character
+ * references where appropriate. Section 8.1.4 Character references of the
+ * html5 spec refers to using named character references. This is useful for
+ * characters that can't otherwise legally be used in the text.
+ *
+ * The named character references are listed in section 8.5.
+ *
+ * @see http://www.w3.org/TR/2013/CR-html5-20130806/syntax.html#named-character-references True encoding will turn all named character references into their entities.
+ * This includes such characters as +.# and many other common ones. By default
+ * encoding here will just escape &'<>".
+ *
+ * Note, PHP 5.4+ has better html5 encoding.
+ *
+ * @todo Use the Entities class in php 5.3 to have html5 entities.
+ *
+ * @param string $text Text to encode.
+ * @param bool $attribute True if we are encoding an attrubute, false otherwise.
+ *
+ * @return string The encoded text.
+ */
+ protected function enc($text, $attribute = false)
+ {
+ // Escape the text rather than convert to named character references.
+ if (!$this->encode) {
+ return $this->escape($text, $attribute);
+ }
+
+ // If we are in PHP 5.4+ we can use the native html5 entity functionality to
+ // convert the named character references.
+
+ if ($this->hasHTML5) {
+ return htmlentities($text, ENT_HTML5 | ENT_SUBSTITUTE | ENT_QUOTES, 'UTF-8', false);
+ } // If a version earlier than 5.4 html5 entities are not entirely handled.
+ // This manually handles them.
+ else {
+ return strtr($text, HTML5Entities::$map);
+ }
+ }
+
+ /**
+ * Escape test.
+ *
+ * According to the html5 spec section 8.3 Serializing HTML fragments, text
+ * within tags that are not style, script, xmp, iframe, noembed, and noframes
+ * need to be properly escaped.
+ *
+ * The & should be converted to &amp;, no breaking space unicode characters
+ * converted to &nbsp;, when in attribute mode the " should be converted to
+ * &quot;, and when not in attribute mode the < and > should be converted to
+ * &lt; and &gt;.
+ *
+ * @see http://www.w3.org/TR/2013/CR-html5-20130806/syntax.html#escapingString
+ *
+ * @param string $text Text to escape.
+ * @param bool $attribute True if we are escaping an attrubute, false otherwise.
+ */
+ protected function escape($text, $attribute = false)
+ {
+ // Not using htmlspecialchars because, while it does escaping, it doesn't
+ // match the requirements of section 8.5. For example, it doesn't handle
+ // non-breaking spaces.
+ if ($attribute) {
+ $replace = array(
+ '"' => '&quot;',
+ '&' => '&amp;',
+ "\xc2\xa0" => '&nbsp;',
+ );
+ } else {
+ $replace = array(
+ '<' => '&lt;',
+ '>' => '&gt;',
+ '&' => '&amp;',
+ "\xc2\xa0" => '&nbsp;',
+ );
+ }
+
+ return strtr($text, $replace);
+ }
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/README.md b/vendor/masterminds/html5/src/HTML5/Serializer/README.md
new file mode 100644
index 0000000..849a47f
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Serializer/README.md
@@ -0,0 +1,33 @@
+# The Serializer (Writer) Model
+
+The serializer roughly follows sections _8.1 Writing HTML documents_ and section
+_8.3 Serializing HTML fragments_ by converting DOMDocument, DOMDocumentFragment,
+and DOMNodeList into HTML5.
+
+ [ HTML5 ] // Interface for saving.
+ ||
+ [ Traverser ] // Walk the DOM
+ ||
+ [ Rules ] // Convert DOM elements into strings.
+ ||
+ [ HTML5 ] // HTML5 document or fragment in text.
+
+
+## HTML5 Class
+
+Provides the top level interface for saving.
+
+## The Traverser
+
+Walks the DOM finding each element and passing it off to the output rules to
+convert to HTML5.
+
+## Output Rules
+
+The output rules are defined in the RulesInterface which can have multiple
+implementations. Currently, the OutputRules is the default implementation that
+converts a DOM as is into HTML5.
+
+## HTML5 String
+
+The output of the process it HTML5 as a string or saved to a file. \ No newline at end of file
diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php b/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php
new file mode 100644
index 0000000..69a6ecd
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php
@@ -0,0 +1,99 @@
+<?php
+/**
+ * @file
+ * The interface definition for Rules to generate output.
+ */
+
+namespace Masterminds\HTML5\Serializer;
+
+/**
+ * To create a new rule set for writing output the RulesInterface needs to be implemented.
+ * The resulting class can be specified in the options with the key of rules.
+ *
+ * For an example implementation see Serializer\OutputRules.
+ */
+interface RulesInterface
+{
+ /**
+ * The class constructor.
+ *
+ * Note, before the rules can be used a traverser must be registered.
+ *
+ * @param mixed $output The output stream to write output to.
+ * @param array $options An array of options.
+ */
+ public function __construct($output, $options = array());
+
+ /**
+ * Register the traverser used in but the rules.
+ *
+ * Note, only one traverser can be used by the rules.
+ *
+ * @param Traverser $traverser The traverser used in the rules.
+ *
+ * @return RulesInterface $this for the current object.
+ */
+ public function setTraverser(Traverser $traverser);
+
+ /**
+ * Write a document element (\DOMDocument).
+ *
+ * Instead of returning the result write it to the output stream ($output)
+ * that was passed into the constructor.
+ *
+ * @param \DOMDocument $dom
+ */
+ public function document($dom);
+
+ /**
+ * Write an element.
+ *
+ * Instead of returning the result write it to the output stream ($output)
+ * that was passed into the constructor.
+ *
+ * @param mixed $ele
+ */
+ public function element($ele);
+
+ /**
+ * Write a text node.
+ *
+ * Instead of returning the result write it to the output stream ($output)
+ * that was passed into the constructor.
+ *
+ * @param mixed $ele
+ */
+ public function text($ele);
+
+ /**
+ * Write a CDATA node.
+ *
+ * Instead of returning the result write it to the output stream ($output)
+ * that was passed into the constructor.
+ *
+ * @param mixed $ele
+ */
+ public function cdata($ele);
+
+ /**
+ * Write a comment node.
+ *
+ * Instead of returning the result write it to the output stream ($output)
+ * that was passed into the constructor.
+ *
+ * @param mixed $ele
+ */
+ public function comment($ele);
+
+ /**
+ * Write a processor instruction.
+ *
+ * To learn about processor instructions see InstructionProcessor
+ *
+ * Instead of returning the result write it to the output stream ($output)
+ * that was passed into the constructor.
+ *
+ * @param mixed $ele
+ */
+ public function processorInstruction($ele);
+}
diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php b/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php
new file mode 100644
index 0000000..1e8d792
--- /dev/null
+++ b/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php
@@ -0,0 +1,142 @@
+<?php
+
+namespace Masterminds\HTML5\Serializer;
+
+/**
+ * Traverser for walking a DOM tree.
+ *
+ * This is a concrete traverser designed to convert a DOM tree into an
+ * HTML5 document. It is not intended to be a generic DOMTreeWalker
+ * implementation.
+ *
+ * @see http://www.w3.org/TR/2012/CR-html5-20121217/syntax.html#serializing-html-fragments
+ */
+class Traverser
+{
+ /**
+ * Namespaces that should be treated as "local" to HTML5.
+ */
+ protected static $local_ns = array(
+ 'http://www.w3.org/1999/xhtml' => 'html',
+ 'http://www.w3.org/1998/Math/MathML' => 'math',
+ 'http://www.w3.org/2000/svg' => 'svg',
+ );
+
+ protected $dom;
+
+ protected $options;
+
+ protected $encode = false;
+
+ protected $rules;
+
+ protected $out;
+
+ /**
+ * Create a traverser.
+ *
+ * @param \DOMNode|\DOMNodeList $dom The document or node to traverse.
+ * @param resource $out A stream that allows writing. The traverser will output into this
+ * stream.
+ * @param array $options An array of options for the traverser as key/value pairs. These include:
+ * - encode_entities: A bool to specify if full encding should happen for all named
+ * charachter references. Defaults to false which escapes &'<>".
+ * - output_rules: The path to the class handling the output rules.
+ */
+ public function __construct($dom, $out, RulesInterface $rules, $options = array())
+ {
+ $this->dom = $dom;
+ $this->out = $out;
+ $this->rules = $rules;
+ $this->options = $options;
+
+ $this->rules->setTraverser($this);
+ }
+
+ /**
+ * Tell the traverser to walk the DOM.
+ *
+ * @return resource $out Returns the output stream.
+ */
+ public function walk()
+ {
+ if ($this->dom instanceof \DOMDocument) {
+ $this->rules->document($this->dom);
+ } elseif ($this->dom instanceof \DOMDocumentFragment) {
+ // Document fragments are a special case. Only the children need to
+ // be serialized.
+ if ($this->dom->hasChildNodes()) {
+ $this->children($this->dom->childNodes);
+ }
+ } // If NodeList, loop
+ elseif ($this->dom instanceof \DOMNodeList) {
+ // If this is a NodeList of DOMDocuments this will not work.
+ $this->children($this->dom);
+ } // Else assume this is a DOMNode-like datastructure.
+ else {
+ $this->node($this->dom);
+ }
+
+ return $this->out;
+ }
+
+ /**
+ * Process a node in the DOM.
+ *
+ * @param mixed $node A node implementing \DOMNode.
+ */
+ public function node($node)
+ {
+ // A listing of types is at http://php.net/manual/en/dom.constants.php
+ switch ($node->nodeType) {
+ case XML_ELEMENT_NODE:
+ $this->rules->element($node);
+ break;
+ case XML_TEXT_NODE:
+ $this->rules->text($node);
+ break;
+ case XML_CDATA_SECTION_NODE:
+ $this->rules->cdata($node);
+ break;
+ case XML_PI_NODE:
+ $this->rules->processorInstruction($node);
+ break;
+ case XML_COMMENT_NODE:
+ $this->rules->comment($node);
+ break;
+ // Currently we don't support embedding DTDs.
+ default:
+ //print '<!-- Skipped -->';
+ break;
+ }
+ }
+
+ /**
+ * Walk through all the nodes on a node list.
+ *
+ * @param \DOMNodeList $nl A list of child elements to walk through.
+ */
+ public function children($nl)
+ {
+ foreach ($nl as $node) {
+ $this->node($node);
+ }
+ }
+
+ /**
+ * Is an element local?
+ *
+ * @param mixed $ele An element that implement \DOMNode.
+ *
+ * @return bool true if local and false otherwise.
+ */
+ public function isLocalElement($ele)
+ {
+ $uri = $ele->namespaceURI;
+ if (empty($uri)) {
+ return false;
+ }
+
+ return isset(static::$local_ns[$uri]);
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/ElementsTest.php b/vendor/masterminds/html5/test/HTML5/ElementsTest.php
new file mode 100644
index 0000000..08b5ee4
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/ElementsTest.php
@@ -0,0 +1,485 @@
+<?php
+
+namespace Masterminds\HTML5\Tests;
+
+use Masterminds\HTML5\Elements;
+
+class ElementsTest extends TestCase
+{
+ public $html5Elements = array(
+ 'a',
+ 'abbr',
+ 'address',
+ 'area',
+ 'article',
+ 'aside',
+ 'audio',
+ 'b',
+ 'base',
+ 'bdi',
+ 'bdo',
+ 'blockquote',
+ 'body',
+ 'br',
+ 'button',
+ 'canvas',
+ 'caption',
+ 'cite',
+ 'code',
+ 'col',
+ 'colgroup',
+ 'command',
+ // "data",
+ 'datalist',
+ 'dd',
+ 'del',
+ 'details',
+ 'dfn',
+ 'dialog',
+ 'div',
+ 'dl',
+ 'dt',
+ 'em',
+ 'embed',
+ 'fieldset',
+ 'figcaption',
+ 'figure',
+ 'footer',
+ 'form',
+ 'h1',
+ 'h2',
+ 'h3',
+ 'h4',
+ 'h5',
+ 'h6',
+ 'head',
+ 'header',
+ 'hgroup',
+ 'hr',
+ 'html',
+ 'i',
+ 'iframe',
+ 'img',
+ 'input',
+ 'ins',
+ 'kbd',
+ 'keygen',
+ 'label',
+ 'legend',
+ 'li',
+ 'link',
+ 'map',
+ 'mark',
+ 'menu',
+ 'meta',
+ 'meter',
+ 'nav',
+ 'noscript',
+ 'object',
+ 'ol',
+ 'optgroup',
+ 'option',
+ 'output',
+ 'p',
+ 'param',
+ 'pre',
+ 'progress',
+ 'q',
+ 'rp',
+ 'rt',
+ 'ruby',
+ 's',
+ 'samp',
+ 'script',
+ 'section',
+ 'select',
+ 'small',
+ 'source',
+ 'span',
+ 'strong',
+ 'style',
+ 'sub',
+ 'summary',
+ 'sup',
+ 'table',
+ 'tbody',
+ 'td',
+ 'textarea',
+ 'tfoot',
+ 'th',
+ 'thead',
+ 'time',
+ 'title',
+ 'tr',
+ 'track',
+ 'u',
+ 'ul',
+ 'var',
+ 'video',
+ 'wbr',
+ );
+
+ public $mathmlElements = array(
+ 'maction',
+ 'maligngroup',
+ 'malignmark',
+ 'math',
+ 'menclose',
+ 'merror',
+ 'mfenced',
+ 'mfrac',
+ 'mglyph',
+ 'mi',
+ 'mlabeledtr',
+ 'mlongdiv',
+ 'mmultiscripts',
+ 'mn',
+ 'mo',
+ 'mover',
+ 'mpadded',
+ 'mphantom',
+ 'mroot',
+ 'mrow',
+ 'ms',
+ 'mscarries',
+ 'mscarry',
+ 'msgroup',
+ 'msline',
+ 'mspace',
+ 'msqrt',
+ 'msrow',
+ 'mstack',
+ 'mstyle',
+ 'msub',
+ 'msup',
+ 'msubsup',
+ 'mtable',
+ 'mtd',
+ 'mtext',
+ 'mtr',
+ 'munder',
+ 'munderover',
+ );
+
+ public $svgElements = array(
+ 'a',
+ 'altGlyph',
+ 'altGlyphDef',
+ 'altGlyphItem',
+ 'animate',
+ 'animateColor',
+ 'animateMotion',
+ 'animateTransform',
+ 'circle',
+ 'clipPath',
+ 'color-profile',
+ 'cursor',
+ 'defs',
+ 'desc',
+ 'ellipse',
+ 'feBlend',
+ 'feColorMatrix',
+ 'feComponentTransfer',
+ 'feComposite',
+ 'feConvolveMatrix',
+ 'feDiffuseLighting',
+ 'feDisplacementMap',
+ 'feDistantLight',
+ 'feFlood',
+ 'feFuncA',
+ 'feFuncB',
+ 'feFuncG',
+ 'feFuncR',
+ 'feGaussianBlur',
+ 'feImage',
+ 'feMerge',
+ 'feMergeNode',
+ 'feMorphology',
+ 'feOffset',
+ 'fePointLight',
+ 'feSpecularLighting',
+ 'feSpotLight',
+ 'feTile',
+ 'feTurbulence',
+ 'filter',
+ 'font',
+ 'font-face',
+ 'font-face-format',
+ 'font-face-name',
+ 'font-face-src',
+ 'font-face-uri',
+ 'foreignObject',
+ 'g',
+ 'glyph',
+ 'glyphRef',
+ 'hkern',
+ 'image',
+ 'line',
+ 'linearGradient',
+ 'marker',
+ 'mask',
+ 'metadata',
+ 'missing-glyph',
+ 'mpath',
+ 'path',
+ 'pattern',
+ 'polygon',
+ 'polyline',
+ 'radialGradient',
+ 'rect',
+ 'script',
+ 'set',
+ 'stop',
+ 'style',
+ 'svg',
+ 'switch',
+ 'symbol',
+ 'text',
+ 'textPath',
+ 'title',
+ 'tref',
+ 'tspan',
+ 'use',
+ 'view',
+ 'vkern',
+ );
+
+ public function testIsHtml5Element()
+ {
+ foreach ($this->html5Elements as $element) {
+ $this->assertTrue(Elements::isHtml5Element($element), 'html5 element test failed on: ' . $element);
+
+ $this->assertTrue(Elements::isHtml5Element(strtoupper($element)), 'html5 element test failed on: ' . strtoupper($element));
+ }
+
+ $nonhtml5 = array(
+ 'foo',
+ 'bar',
+ 'baz',
+ );
+ foreach ($nonhtml5 as $element) {
+ $this->assertFalse(Elements::isHtml5Element($element), 'html5 element test failed on: ' . $element);
+
+ $this->assertFalse(Elements::isHtml5Element(strtoupper($element)), 'html5 element test failed on: ' . strtoupper($element));
+ }
+ }
+
+ public function testIsMathMLElement()
+ {
+ foreach ($this->mathmlElements as $element) {
+ $this->assertTrue(Elements::isMathMLElement($element), 'MathML element test failed on: ' . $element);
+
+ // MathML is case sensitive so these should all fail.
+ $this->assertFalse(Elements::isMathMLElement(strtoupper($element)), 'MathML element test failed on: ' . strtoupper($element));
+ }
+
+ $nonMathML = array(
+ 'foo',
+ 'bar',
+ 'baz',
+ );
+ foreach ($nonMathML as $element) {
+ $this->assertFalse(Elements::isMathMLElement($element), 'MathML element test failed on: ' . $element);
+ }
+ }
+
+ public function testIsSvgElement()
+ {
+ foreach ($this->svgElements as $element) {
+ $this->assertTrue(Elements::isSvgElement($element), 'SVG element test failed on: ' . $element);
+
+ // SVG is case sensitive so these should all fail.
+ $this->assertFalse(Elements::isSvgElement(strtoupper($element)), 'SVG element test failed on: ' . strtoupper($element));
+ }
+
+ $nonSVG = array(
+ 'foo',
+ 'bar',
+ 'baz',
+ );
+ foreach ($nonSVG as $element) {
+ $this->assertFalse(Elements::isSvgElement($element), 'SVG element test failed on: ' . $element);
+ }
+ }
+
+ public function testIsElement()
+ {
+ foreach ($this->html5Elements as $element) {
+ $this->assertTrue(Elements::isElement($element), 'html5 element test failed on: ' . $element);
+
+ $this->assertTrue(Elements::isElement(strtoupper($element)), 'html5 element test failed on: ' . strtoupper($element));
+ }
+
+ foreach ($this->mathmlElements as $element) {
+ $this->assertTrue(Elements::isElement($element), 'MathML element test failed on: ' . $element);
+
+ // MathML is case sensitive so these should all fail.
+ $this->assertFalse(Elements::isElement(strtoupper($element)), 'MathML element test failed on: ' . strtoupper($element));
+ }
+
+ foreach ($this->svgElements as $element) {
+ $this->assertTrue(Elements::isElement($element), 'SVG element test failed on: ' . $element);
+
+ // SVG is case sensitive so these should all fail. But, there is duplication
+ // html5 and SVG. Since html5 is case insensitive we need to make sure
+ // it's not a html5 element first.
+ if (!in_array($element, $this->html5Elements)) {
+ $this->assertFalse(Elements::isElement(strtoupper($element)), 'SVG element test failed on: ' . strtoupper($element));
+ }
+ }
+
+ $nonhtml5 = array(
+ 'foo',
+ 'bar',
+ 'baz',
+ );
+ foreach ($nonhtml5 as $element) {
+ $this->assertFalse(Elements::isElement($element), 'html5 element test failed on: ' . $element);
+
+ $this->assertFalse(Elements::isElement(strtoupper($element)), 'html5 element test failed on: ' . strtoupper($element));
+ }
+ }
+
+ public function testElement()
+ {
+ foreach ($this->html5Elements as $element) {
+ $this->assertGreaterThan(0, Elements::element($element));
+ }
+ $nonhtml5 = array(
+ 'foo',
+ 'bar',
+ 'baz',
+ );
+ foreach ($nonhtml5 as $element) {
+ $this->assertEquals(0, Elements::element($element));
+ }
+ }
+
+ public function testIsA()
+ {
+ $this->assertTrue(Elements::isA('script', Elements::KNOWN_ELEMENT));
+ $this->assertFalse(Elements::isA('scriptypoo', Elements::KNOWN_ELEMENT));
+ $this->assertTrue(Elements::isA('script', Elements::TEXT_RAW));
+ $this->assertFalse(Elements::isA('script', Elements::TEXT_RCDATA));
+
+ $voidElements = array(
+ 'area',
+ 'base',
+ 'basefont',
+ 'bgsound',
+ 'br',
+ 'col',
+ 'command',
+ 'embed',
+ 'frame',
+ 'hr',
+ 'img',
+ );
+
+ foreach ($voidElements as $element) {
+ $this->assertTrue(Elements::isA($element, Elements::VOID_TAG), 'Void element test failed on: ' . $element);
+ }
+
+ $nonVoid = array(
+ 'span',
+ 'a',
+ 'div',
+ );
+ foreach ($nonVoid as $tag) {
+ $this->assertFalse(Elements::isA($tag, Elements::VOID_TAG), 'Void element test failed on: ' . $tag);
+ }
+
+ $blockTags = array(
+ 'address',
+ 'article',
+ 'aside',
+ 'blockquote',
+ 'canvas',
+ 'dd',
+ 'div',
+ 'dl',
+ 'fieldset',
+ 'figcaption',
+ 'figure',
+ 'footer',
+ 'form',
+ 'h1',
+ 'h2',
+ 'h3',
+ 'h4',
+ 'h5',
+ 'h6',
+ 'header',
+ 'hgroup',
+ 'hr',
+ 'noscript',
+ 'ol',
+ 'output',
+ 'p',
+ 'pre',
+ 'section',
+ 'table',
+ 'tfoot',
+ 'ul',
+ 'video',
+ );
+
+ foreach ($blockTags as $tag) {
+ $this->assertTrue(Elements::isA($tag, Elements::BLOCK_TAG), 'Block tag test failed on: ' . $tag);
+ }
+
+ $nonBlockTags = array(
+ 'span',
+ 'img',
+ 'label',
+ );
+ foreach ($nonBlockTags as $tag) {
+ $this->assertFalse(Elements::isA($tag, Elements::BLOCK_TAG), 'Block tag test failed on: ' . $tag);
+ }
+ }
+
+ public function testNormalizeSvgElement()
+ {
+ $tests = array(
+ 'foo' => 'foo',
+ 'altglyph' => 'altGlyph',
+ 'BAR' => 'bar',
+ 'fespecularlighting' => 'feSpecularLighting',
+ 'bAz' => 'baz',
+ 'foreignobject' => 'foreignObject',
+ );
+
+ foreach ($tests as $input => $expected) {
+ $this->assertEquals($expected, Elements::normalizeSvgElement($input));
+ }
+ }
+
+ public function testNormalizeSvgAttribute()
+ {
+ $tests = array(
+ 'foo' => 'foo',
+ 'attributename' => 'attributeName',
+ 'BAR' => 'bar',
+ 'limitingconeangle' => 'limitingConeAngle',
+ 'bAz' => 'baz',
+ 'patterncontentunits' => 'patternContentUnits',
+ );
+
+ foreach ($tests as $input => $expected) {
+ $this->assertEquals($expected, Elements::normalizeSvgAttribute($input));
+ }
+ }
+
+ public function testNormalizeMathMlAttribute()
+ {
+ $tests = array(
+ 'foo' => 'foo',
+ 'definitionurl' => 'definitionURL',
+ 'BAR' => 'bar',
+ );
+
+ foreach ($tests as $input => $expected) {
+ $this->assertEquals($expected, Elements::normalizeMathMlAttribute($input));
+ }
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html b/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html
new file mode 100644
index 0000000..fa5a029
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/utf-8.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+</head>
+<body>
+ <p>Žťčýů</p>
+</body>
+</html>
diff --git a/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/windows-1252.html b/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/windows-1252.html
new file mode 100644
index 0000000..f0132da
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Fixtures/encoding/windows-1252.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html;charset=windows-1252">
+</head>
+<body>
+ <p>�����</p>
+</body>
+</html>
diff --git a/vendor/masterminds/html5/test/HTML5/Html5Test.html b/vendor/masterminds/html5/test/HTML5/Html5Test.html
new file mode 100644
index 0000000..a976e8b
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Html5Test.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Test</title>
+ </head>
+ <body>
+ <p>This is a test.</p>
+ </body>
+</html> \ No newline at end of file
diff --git a/vendor/masterminds/html5/test/HTML5/Html5Test.php b/vendor/masterminds/html5/test/HTML5/Html5Test.php
new file mode 100644
index 0000000..ed66d8a
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Html5Test.php
@@ -0,0 +1,492 @@
+<?php
+
+namespace Masterminds\HTML5\Tests;
+
+use Masterminds\HTML5;
+
+class Html5Test extends TestCase
+{
+ /**
+ * @var HTML5
+ */
+ private $html5;
+
+ public function setUp()
+ {
+ $this->html5 = $this->getInstance();
+ }
+
+ /**
+ * Parse and serialize a string.
+ */
+ protected function cycle($html)
+ {
+ $dom = $this->html5->loadHTML('<!DOCTYPE html><html><body>' . $html . '</body></html>');
+ $out = $this->html5->saveHTML($dom);
+
+ return $out;
+ }
+
+ protected function cycleFragment($fragment)
+ {
+ $dom = $this->html5->loadHTMLFragment($fragment);
+ $out = $this->html5->saveHTML($dom);
+
+ return $out;
+ }
+
+ public function testImageTagsInSvg()
+ {
+ $html = '<!DOCTYPE html>
+ <html>
+ <head>
+ <title>foo</title>
+ </head>
+ <body>
+ <svg>
+ <image height="10" width="10"></image>
+ </svg>
+ </body>
+ </html>';
+ $doc = $this->html5->loadHTML($html);
+ $this->assertInstanceOf('DOMElement', $doc->getElementsByTagName('image')->item(0));
+ $this->assertEmpty($this->html5->getErrors());
+ }
+
+ public function testLoadOptions()
+ {
+ // doc
+ $dom = $this->html5->loadHTML($this->wrap('<t:tag/>'), array(
+ 'implicitNamespaces' => array('t' => 'http://example.com'),
+ 'xmlNamespaces' => true,
+ ));
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+ $this->assertFalse($this->html5->hasErrors());
+
+ $xpath = new \DOMXPath($dom);
+ $xpath->registerNamespace('t', 'http://example.com');
+ $this->assertEquals(1, $xpath->query('//t:tag')->length);
+
+ // doc fragment
+ $frag = $this->html5->loadHTMLFragment('<t:tag/>', array(
+ 'implicitNamespaces' => array('t' => 'http://example.com'),
+ 'xmlNamespaces' => true,
+ ));
+ $this->assertInstanceOf('\DOMDocumentFragment', $frag);
+ $this->assertEmpty($this->html5->getErrors());
+ $this->assertFalse($this->html5->hasErrors());
+
+ $frag->ownerDocument->appendChild($frag);
+ $xpath = new \DOMXPath($frag->ownerDocument);
+ $xpath->registerNamespace('t', 'http://example.com');
+ $this->assertEquals(1, $xpath->query('//t:tag', $frag)->length);
+ }
+
+ public function testEncodingUtf8()
+ {
+ $dom = $this->html5->load(__DIR__ . '/Fixtures/encoding/utf-8.html');
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+ $this->assertFalse($this->html5->hasErrors());
+
+ $this->assertContains('Žťčýů', $dom->saveHTML());
+ }
+
+ public function testEncodingWindows1252()
+ {
+ $dom = $this->html5->load(__DIR__ . '/Fixtures/encoding/windows-1252.html', array(
+ 'encoding' => 'Windows-1252',
+ ));
+
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+ $this->assertFalse($this->html5->hasErrors());
+
+ $dumpedAsUtf8 = mb_convert_encoding($dom->saveHTML(), 'UTF-8', 'Windows-1252');
+ $this->assertNotFalse(mb_strpos($dumpedAsUtf8, 'Ž'));
+ $this->assertNotFalse(mb_strpos($dumpedAsUtf8, 'è'));
+ $this->assertNotFalse(mb_strpos($dumpedAsUtf8, 'ý'));
+ $this->assertNotFalse(mb_strpos($dumpedAsUtf8, 'ù'));
+ }
+
+ public function testErrors()
+ {
+ $dom = $this->html5->loadHTML('<xx as>');
+ $this->assertInstanceOf('\DOMDocument', $dom);
+
+ $this->assertNotEmpty($this->html5->getErrors());
+ $this->assertTrue($this->html5->hasErrors());
+ }
+
+ public function testLoad()
+ {
+ $dom = $this->html5->load(__DIR__ . '/Html5Test.html');
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+ $this->assertFalse($this->html5->hasErrors());
+
+ $file = fopen(__DIR__ . '/Html5Test.html', 'r');
+ $dom = $this->html5->load($file);
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+
+ $dom = $this->html5->loadHTMLFile(__DIR__ . '/Html5Test.html');
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+ }
+
+ public function testLoadHTML()
+ {
+ $contents = file_get_contents(__DIR__ . '/Html5Test.html');
+ $dom = $this->html5->loadHTML($contents);
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+ }
+
+ public function testLoadHTMLWithComments()
+ {
+ $contents = '<!--[if lte IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
+<!--[if gt IE 8]> <!--><html class="no-js" lang="en"><!--<![endif]-->
+</html>';
+
+ $dom = $this->html5->loadHTML($contents);
+ $this->assertInstanceOf('\DOMDocument', $dom);
+
+ $expected = '<!DOCTYPE html>
+<!--[if lte IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--><!--[if gt IE 8]> <!--><html class="no-js" lang="en"><!--<![endif]--></html>
+';
+ $this->assertEquals($expected, $this->html5->saveHTML($dom));
+ }
+
+ public function testLoadHTMLFragment()
+ {
+ $fragment = '<section id="Foo"><div class="Bar">Baz</div></section>';
+ $dom = $this->html5->loadHTMLFragment($fragment);
+ $this->assertInstanceOf('\DOMDocumentFragment', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+ }
+
+ public function testSaveHTML()
+ {
+ $dom = $this->html5->load(__DIR__ . '/Html5Test.html');
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+
+ $saved = $this->html5->saveHTML($dom);
+ $this->assertRegExp('|<p>This is a test.</p>|', $saved);
+ }
+
+ public function testSaveHTMLFragment()
+ {
+ $fragment = '<section id="Foo"><div class="Bar">Baz</div></section>';
+ $dom = $this->html5->loadHTMLFragment($fragment);
+
+ $string = $this->html5->saveHTML($dom);
+ $this->assertEquals($fragment, $string);
+ }
+
+ public function testSave()
+ {
+ $dom = $this->html5->load(__DIR__ . '/Html5Test.html');
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+
+ // Test resource
+ $file = fopen('php://temp', 'w');
+ $this->html5->save($dom, $file);
+ $content = stream_get_contents($file, -1, 0);
+ $this->assertRegExp('|<p>This is a test.</p>|', $content);
+
+ // Test file
+ $tmpfname = tempnam(sys_get_temp_dir(), 'html5-php');
+ $this->html5->save($dom, $tmpfname);
+ $content = file_get_contents($tmpfname);
+ $this->assertRegExp('|<p>This is a test.</p>|', $content);
+ unlink($tmpfname);
+ }
+
+ // This test reads a document into a dom, turn the dom into a document,
+ // then tries to read that document again. This makes sure we are reading,
+ // and generating a document that works at a high level.
+ public function testItWorks()
+ {
+ $dom = $this->html5->load(__DIR__ . '/Html5Test.html');
+ $this->assertInstanceOf('\DOMDocument', $dom);
+ $this->assertEmpty($this->html5->getErrors());
+
+ $saved = $this->html5->saveHTML($dom);
+
+ $dom2 = $this->html5->loadHTML($saved);
+ $this->assertInstanceOf('\DOMDocument', $dom2);
+ $this->assertEmpty($this->html5->getErrors());
+ }
+
+ public function testConfig()
+ {
+ $html5 = $this->getInstance();
+ $options = $html5->getOptions();
+ $this->assertEquals(false, $options['encode_entities']);
+
+ $html5 = $this->getInstance(array(
+ 'foo' => 'bar',
+ 'encode_entities' => true,
+ ));
+ $options = $html5->getOptions();
+ $this->assertEquals('bar', $options['foo']);
+ $this->assertEquals(true, $options['encode_entities']);
+
+ // Need to reset to original so future tests pass as expected.
+ // $this->getInstance()->setOption('encode_entities', false);
+ }
+
+ public function testSvg()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo" class="bar baz">foo bar baz</div>
+ <svg width="150" height="100" viewBox="0 0 3 2">
+ <rect width="1" height="2" x="0" fill="#008d46" />
+ <rect width="1" height="2" x="1" fill="#ffffff" />
+ <rect width="1" height="2" x="2" fill="#d2232c" />
+ <text font-family="Verdana" font-size="32">
+ <textPath xlink:href="#Foo">
+ Test Text.
+ </textPath>
+ </text>
+ </svg>
+ </body>
+ </html>');
+
+ $this->assertEmpty($this->html5->getErrors());
+
+ // Test a mixed case attribute.
+ $list = $dom->getElementsByTagName('svg');
+ $this->assertNotEmpty($list->length);
+ $svg = $list->item(0);
+ $this->assertEquals('0 0 3 2', $svg->getAttribute('viewBox'));
+ $this->assertFalse($svg->hasAttribute('viewbox'));
+
+ // Test a mixed case tag.
+ // Note: getElementsByTagName is not case sensitive.
+ $list = $dom->getElementsByTagName('textPath');
+ $this->assertNotEmpty($list->length);
+ $textPath = $list->item(0);
+ $this->assertEquals('textPath', $textPath->tagName);
+ $this->assertNotEquals('textpath', $textPath->tagName);
+
+ $html = $this->html5->saveHTML($dom);
+ $this->assertRegExp('|<svg width="150" height="100" viewBox="0 0 3 2">|', $html);
+ $this->assertRegExp('|<rect width="1" height="2" x="0" fill="#008d46" />|', $html);
+ }
+
+ public function testMathMl()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo" class="bar baz" definitionURL="http://example.com">foo bar baz</div>
+ <math>
+ <mi>x</mi>
+ <csymbol definitionURL="http://www.example.com/mathops/multiops.html#plusminus">
+ <mo>&PlusMinus;</mo>
+ </csymbol>
+ <mi>y</mi>
+ </math>
+ </body>
+ </html>');
+
+ $this->assertEmpty($this->html5->getErrors());
+ $list = $dom->getElementsByTagName('math');
+ $this->assertNotEmpty($list->length);
+
+ $list = $dom->getElementsByTagName('div');
+ $this->assertNotEmpty($list->length);
+ $div = $list->item(0);
+ $this->assertEquals('http://example.com', $div->getAttribute('definitionurl'));
+ $this->assertFalse($div->hasAttribute('definitionURL'));
+ $list = $dom->getElementsByTagName('csymbol');
+ $csymbol = $list->item(0);
+ $this->assertEquals('http://www.example.com/mathops/multiops.html#plusminus', $csymbol->getAttribute('definitionURL'));
+ $this->assertFalse($csymbol->hasAttribute('definitionurl'));
+
+ $html = $this->html5->saveHTML($dom);
+ $this->assertRegExp('|<csymbol definitionURL="http://www.example.com/mathops/multiops.html#plusminus">|', $html);
+ $this->assertRegExp('|<mi>y</mi>|', $html);
+ }
+
+ public function testUnknownElements()
+ {
+ // The : should not have special handling accourding to section 2.9 of the
+ // spec. This is differenant than XML. Since we don't know these elements
+ // they are handled as normal elements. Note, to do this is really
+ // an invalid example and you should not embed prefixed xml in html5.
+ $dom = $this->html5->loadHTMLFragment(
+ '<f:rug>
+ <f:name>Big rectangle thing</f:name>
+ <f:width>40</f:width>
+ <f:length>80</f:length>
+ </f:rug>
+ <sarcasm>um, yeah</sarcasm>');
+
+ $this->assertEmpty($this->html5->getErrors());
+ $markup = $this->html5->saveHTML($dom);
+ $this->assertRegExp('|<f:name>Big rectangle thing</f:name>|', $markup);
+ $this->assertRegExp('|<sarcasm>um, yeah</sarcasm>|', $markup);
+ }
+
+ public function testElements()
+ {
+ // Should have content.
+ $res = $this->cycle('<div>FOO</div>');
+ $this->assertRegExp('|<div>FOO</div>|', $res);
+
+ // Should be empty
+ $res = $this->cycle('<span></span>');
+ $this->assertRegExp('|<span></span>|', $res);
+
+ // Should have content.
+ $res = $this->cycleFragment('<div>FOO</div>');
+ $this->assertRegExp('|<div>FOO</div>|', $res);
+
+ // Should be empty
+ $res = $this->cycleFragment('<span></span>');
+ $this->assertRegExp('|<span></span>|', $res);
+
+ // Elements with dashes and underscores
+ $res = $this->cycleFragment('<sp-an></sp-an>');
+ $this->assertRegExp('|<sp-an></sp-an>|', $res);
+ $res = $this->cycleFragment('<sp_an></sp_an>');
+ $this->assertRegExp('|<sp_an></sp_an>|', $res);
+
+ // Should have no closing tag.
+ $res = $this->cycle('<hr>');
+ $this->assertRegExp('|<hr></body>|', $res);
+ }
+
+ public function testAttributes()
+ {
+ $res = $this->cycle('<use xlink:href="#svg-track" xmlns:xlink="http://www.w3.org/1999/xlink"></use>');
+ $this->assertContains('<use xlink:href="#svg-track" xmlns:xlink="http://www.w3.org/1999/xlink"></use>', $res);
+
+ $res = $this->cycle('<div attr="val">FOO</div>');
+ $this->assertRegExp('|<div attr="val">FOO</div>|', $res);
+
+ // XXX: Note that spec does NOT require attrs in the same order.
+ $res = $this->cycle('<div attr="val" class="even">FOO</div>');
+ $this->assertRegExp('|<div attr="val" class="even">FOO</div>|', $res);
+
+ $res = $this->cycle('<div xmlns:foo="http://example.com">FOO</div>');
+ $this->assertRegExp('|<div xmlns:foo="http://example.com">FOO</div>|', $res);
+
+ $res = $this->cycleFragment('<div attr="val">FOO</div>');
+ $this->assertRegExp('|<div attr="val">FOO</div>|', $res);
+
+ // XXX: Note that spec does NOT require attrs in the same order.
+ $res = $this->cycleFragment('<div attr="val" class="even">FOO</div>');
+ $this->assertRegExp('|<div attr="val" class="even">FOO</div>|', $res);
+
+ $res = $this->cycleFragment('<div xmlns:foo="http://example.com">FOO</div>');
+ $this->assertRegExp('|<div xmlns:foo="http://example.com">FOO</div>|', $res);
+ }
+
+ public function testPCData()
+ {
+ $res = $this->cycle('<a>This is a test.</a>');
+ $this->assertRegExp('|This is a test.|', $res);
+
+ $res = $this->cycleFragment('<a>This is a test.</a>');
+ $this->assertRegExp('|This is a test.|', $res);
+
+ $res = $this->cycle('This
+ is
+ a
+ test.');
+
+ // Check that newlines are there, but don't count spaces.
+ $this->assertRegExp('|This\n\s*is\n\s*a\n\s*test.|', $res);
+
+ $res = $this->cycleFragment('This
+ is
+ a
+ test.');
+
+ // Check that newlines are there, but don't count spaces.
+ $this->assertRegExp('|This\n\s*is\n\s*a\n\s*test.|', $res);
+
+ $res = $this->cycle('<a>This <em>is</em> a test.</a>');
+ $this->assertRegExp('|This <em>is</em> a test.|', $res);
+
+ $res = $this->cycleFragment('<a>This <em>is</em> a test.</a>');
+ $this->assertRegExp('|This <em>is</em> a test.|', $res);
+ }
+
+ public function testUnescaped()
+ {
+ $res = $this->cycle('<script>2 < 1</script>');
+ $this->assertRegExp('|2 < 1|', $res);
+
+ $res = $this->cycle('<style>div>div>div</style>');
+ $this->assertRegExp('|div>div>div|', $res);
+
+ $res = $this->cycleFragment('<script>2 < 1</script>');
+ $this->assertRegExp('|2 < 1|', $res);
+
+ $res = $this->cycleFragment('<style>div>div>div</style>');
+ $this->assertRegExp('|div>div>div|', $res);
+ }
+
+ public function testEntities()
+ {
+ $res = $this->cycle('<a>Apples &amp; bananas.</a>');
+ $this->assertRegExp('|Apples &amp; bananas.|', $res);
+
+ $res = $this->cycleFragment('<a>Apples &amp; bananas.</a>');
+ $this->assertRegExp('|Apples &amp; bananas.|', $res);
+
+ $res = $this->cycleFragment('<p>R&D</p>');
+ $this->assertRegExp('|R&amp;D|', $res);
+ }
+
+ public function testCaseSensitiveTags()
+ {
+ $dom = $this->html5->loadHTML(
+ '<html><body><Button color="red">Error</Button></body></html>',
+ array(
+ 'xmlNamespaces' => true,
+ )
+ );
+ $out = $this->html5->saveHTML($dom);
+ $this->assertRegExp('|<html><body><Button color="red">Error</Button></body></html>|', $out);
+ }
+
+ public function testComment()
+ {
+ $res = $this->cycle('a<!-- This is a test. -->b');
+ $this->assertRegExp('|<!-- This is a test. -->|', $res);
+
+ $res = $this->cycleFragment('a<!-- This is a test. -->b');
+ $this->assertRegExp('|<!-- This is a test. -->|', $res);
+ }
+
+ public function testCDATA()
+ {
+ $res = $this->cycle('a<![CDATA[ This <is> a test. ]]>b');
+ $this->assertRegExp('|<!\[CDATA\[ This <is> a test\. \]\]>|', $res);
+
+ $res = $this->cycleFragment('a<![CDATA[ This <is> a test. ]]>b');
+ $this->assertRegExp('|<!\[CDATA\[ This <is> a test\. \]\]>|', $res);
+ }
+
+ public function testAnchorTargetQueryParam()
+ {
+ $res = $this->cycle('<a href="https://domain.com/page.php?foo=bar&target=baz">https://domain.com/page.php?foo=bar&target=baz</a>');
+ $this->assertContains(
+ '<a href="https://domain.com/page.php?foo=bar&amp;target=baz">https://domain.com/page.php?foo=bar&amp;target=baz</a>',
+ $res
+ );
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/CharacterReferenceTest.php b/vendor/masterminds/html5/test/HTML5/Parser/CharacterReferenceTest.php
new file mode 100644
index 0000000..a5eee73
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/CharacterReferenceTest.php
@@ -0,0 +1,44 @@
+<?php
+/**
+ * @file
+ * Test the Scanner. This requires the InputStream tests are all good.
+ */
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+use Masterminds\HTML5\Parser\CharacterReference;
+
+class CharacterReferenceTest extends \Masterminds\HTML5\Tests\TestCase
+{
+ public function testLookupName()
+ {
+ $this->assertEquals('&', CharacterReference::lookupName('amp'));
+ $this->assertEquals('<', CharacterReference::lookupName('lt'));
+ $this->assertEquals('>', CharacterReference::lookupName('gt'));
+ $this->assertEquals('"', CharacterReference::lookupName('quot'));
+ $this->assertEquals('∌', CharacterReference::lookupName('NotReverseElement'));
+
+ $this->assertNull(CharacterReference::lookupName('StinkyCheese'));
+ }
+
+ public function testLookupHex()
+ {
+ $this->assertEquals('<', CharacterReference::lookupHex('3c'));
+ $this->assertEquals('<', CharacterReference::lookupHex('003c'));
+ $this->assertEquals('&', CharacterReference::lookupHex('26'));
+ $this->assertEquals('}', CharacterReference::lookupHex('7d'));
+ $this->assertEquals('Σ', CharacterReference::lookupHex('3A3'));
+ $this->assertEquals('Σ', CharacterReference::lookupHex('03A3'));
+ $this->assertEquals('Σ', CharacterReference::lookupHex('3a3'));
+ $this->assertEquals('Σ', CharacterReference::lookupHex('03a3'));
+ }
+
+ public function testLookupDecimal()
+ {
+ $this->assertEquals('&', CharacterReference::lookupDecimal(38));
+ $this->assertEquals('&', CharacterReference::lookupDecimal('38'));
+ $this->assertEquals('<', CharacterReference::lookupDecimal(60));
+ $this->assertEquals('Σ', CharacterReference::lookupDecimal(931));
+ $this->assertEquals('Σ', CharacterReference::lookupDecimal('0931'));
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/DOMTreeBuilderTest.php b/vendor/masterminds/html5/test/HTML5/Parser/DOMTreeBuilderTest.php
new file mode 100644
index 0000000..659378c
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/DOMTreeBuilderTest.php
@@ -0,0 +1,743 @@
+<?php
+/**
+ * @file
+ * Test the Tree Builder.
+ */
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+use Masterminds\HTML5\Parser\Scanner;
+use Masterminds\HTML5\Parser\Tokenizer;
+use Masterminds\HTML5\Parser\DOMTreeBuilder;
+
+/**
+ * These tests are functional, not necessarily unit tests.
+ */
+class DOMTreeBuilderTest extends \Masterminds\HTML5\Tests\TestCase
+{
+ protected $errors = array();
+
+ /**
+ * Convenience function for parsing.
+ */
+ protected function parse($string, array $options = array())
+ {
+ $treeBuilder = new DOMTreeBuilder(false, $options);
+ $scanner = new Scanner($string);
+ $parser = new Tokenizer($scanner, $treeBuilder);
+
+ $parser->parse();
+ $this->errors = $treeBuilder->getErrors();
+
+ return $treeBuilder->document();
+ }
+
+ /**
+ * Utility function for parsing a fragment of HTML5.
+ */
+ protected function parseFragment($string)
+ {
+ $treeBuilder = new DOMTreeBuilder(true);
+ $scanner = new Scanner($string);
+ $parser = new Tokenizer($scanner, $treeBuilder);
+
+ $parser->parse();
+ $this->errors = $treeBuilder->getErrors();
+
+ return $treeBuilder->fragment();
+ }
+
+ public function testDocument()
+ {
+ $html = '<!DOCTYPE html><html></html>';
+ $doc = $this->parse($html);
+
+ $this->assertEquals('UTF-8', $doc->encoding);
+ $this->assertInstanceOf('\DOMDocument', $doc);
+ $this->assertEquals('html', $doc->documentElement->tagName);
+ $this->assertEquals('http://www.w3.org/1999/xhtml', $doc->documentElement->namespaceURI);
+ }
+
+ public function testBareAmpersand()
+ {
+ $html = "<!doctype html>
+ <html>
+ <body>
+ <img src='a&b' />
+ <img src='a&=' />
+ <img src='a&=c' />
+ <img src='a&=9' />
+ </body>
+ </html>";
+ $doc = $this->parse($html);
+
+ $this->assertEmpty($this->errors);
+ $this->assertXmlStringEqualsXmlString('
+ <!DOCTYPE html>
+ <html xmlns="http://www.w3.org/1999/xhtml"><body>
+ <img src="a&amp;b"/>
+ <img src="a&amp;="/>
+ <img src="a&amp;=c"/>
+ <img src="a&amp;=9"/>
+ </body>
+ </html>', $doc->saveXML());
+ }
+
+ public function testBareAmpersandNotAllowedInAttributes()
+ {
+ $html = "<!doctype html>
+ <html>
+ <body>
+ <img src='a&' />
+ <img src='a&+' />
+ </body>
+ </html>";
+ $doc = $this->parse($html);
+
+ $this->assertCount(2, $this->errors);
+ $this->assertXmlStringEqualsXmlString('
+ <!DOCTYPE html>
+ <html xmlns="http://www.w3.org/1999/xhtml"><body>
+ <img src="a&amp;"/>
+ <img src="a&amp;+"/>
+ </body>
+ </html>', $doc->saveXML());
+ }
+
+ public function testBareAmpersandNotAllowedInBody()
+ {
+ $html = '<!doctype html>
+ <html>
+ <body>
+ a&b
+ a&=
+ a&=c
+ a&=9
+ a&+
+ a& -- valid
+ </body>
+ </html>';
+ $doc = $this->parse($html);
+
+ $this->assertCount(5, $this->errors);
+ $this->assertXmlStringEqualsXmlString('
+ <!DOCTYPE html>
+ <html xmlns="http://www.w3.org/1999/xhtml"><body>
+ a&amp;b
+ a&amp;=
+ a&amp;=c
+ a&amp;=9
+ a&amp;+
+ a&amp; -- valid
+ </body>
+ </html>', $doc->saveXML());
+ }
+
+ public function testEntityAtEndOfFile()
+ {
+ $fragment = $this->parseFragment('&#');
+ $this->assertInstanceOf('DOMDocumentFragment', $fragment);
+ $this->assertSame('&#', $fragment->textContent);
+ $this->assertEquals('Line 1, Col 2: Expected &#DEC; &#HEX;, got EOF', $this->errors[0]);
+ }
+
+ public function testStrangeCapitalization()
+ {
+ $html = '<!doctype html>
+ <html>
+ <head>
+ <Title>Hello, world!</TitlE>
+ </head>
+ <body>TheBody<script>foo</script></body>
+ </html>';
+ $doc = $this->parse($html);
+
+ $this->assertInstanceOf('\DOMDocument', $doc);
+ $this->assertEquals('html', $doc->documentElement->tagName);
+
+ $xpath = new \DOMXPath($doc);
+ $xpath->registerNamespace('x', 'http://www.w3.org/1999/xhtml');
+
+ $this->assertEquals('Hello, world!', $xpath->query('//x:title')->item(0)->nodeValue);
+ $this->assertEquals('foo', $xpath->query('//x:script')->item(0)->nodeValue);
+ }
+
+ public function testDocumentWithDisabledNamespaces()
+ {
+ $html = '<!DOCTYPE html><html></html>';
+ $doc = $this->parse($html, array('disable_html_ns' => true));
+
+ $this->assertInstanceOf('\DOMDocument', $doc);
+ $this->assertEquals('html', $doc->documentElement->tagName);
+ $this->assertNull($doc->documentElement->namespaceURI);
+ }
+
+ public function testDocumentWithATargetDocument()
+ {
+ $targetDom = new \DOMDocument();
+
+ $html = '<!DOCTYPE html><html></html>';
+ $doc = $this->parse($html, array('target_document' => $targetDom));
+
+ $this->assertInstanceOf('\DOMDocument', $doc);
+ $this->assertSame($doc, $targetDom);
+ $this->assertEquals('html', $doc->documentElement->tagName);
+ }
+
+ public function testDocumentFakeAttrAbsence()
+ {
+ $html = '<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><body>foo</body></html>';
+ $doc = $this->parse($html, array('xmlNamespaces' => true));
+
+ $xp = new \DOMXPath($doc);
+ $this->assertEquals(0, $xp->query('//@html5-php-fake-id-attribute')->length);
+ }
+
+ public function testFragment()
+ {
+ $html = '<div>test</div><span>test2</span>';
+ $doc = $this->parseFragment($html);
+
+ $this->assertInstanceOf('\DOMDocumentFragment', $doc);
+ $this->assertTrue($doc->hasChildNodes());
+ $this->assertEquals('div', $doc->childNodes->item(0)->tagName);
+ $this->assertEquals('test', $doc->childNodes->item(0)->textContent);
+ $this->assertEquals('span', $doc->childNodes->item(1)->tagName);
+ $this->assertEquals('test2', $doc->childNodes->item(1)->textContent);
+ }
+
+ public function testElements()
+ {
+ $html = '<!DOCTYPE html><html><head><title></title></head><body></body></html>';
+ $doc = $this->parse($html);
+ $root = $doc->documentElement;
+
+ $this->assertEquals('html', $root->tagName);
+ $this->assertEquals('html', $root->localName);
+ $this->assertEquals('html', $root->nodeName);
+
+ $this->assertEquals(2, $root->childNodes->length);
+ $kids = $root->childNodes;
+
+ $this->assertEquals('head', $kids->item(0)->tagName);
+ $this->assertEquals('body', $kids->item(1)->tagName);
+
+ $head = $kids->item(0);
+ $this->assertEquals(1, $head->childNodes->length);
+ $this->assertEquals('title', $head->childNodes->item(0)->tagName);
+ }
+
+ public function testImplicitNamespaces()
+ {
+ $dom = $this->parse('<!DOCTYPE html><html><body><a xlink:href="bar">foo</a></body></html>');
+ $a = $dom->getElementsByTagName('a')->item(0);
+ $attr = $a->getAttributeNode('xlink:href');
+ $this->assertEquals('http://www.w3.org/1999/xlink', $attr->namespaceURI);
+
+ $dom = $this->parse('<!DOCTYPE html><html><body><a xml:base="bar">foo</a></body></html>');
+ $a = $dom->getElementsByTagName('a')->item(0);
+ $attr = $a->getAttributeNode('xml:base');
+ $this->assertEquals('http://www.w3.org/XML/1998/namespace', $attr->namespaceURI);
+ }
+
+ public function testCustomImplicitNamespaces()
+ {
+ $dom = $this->parse('<!DOCTYPE html><html><body><a t:href="bar">foo</a></body></html>', array(
+ 'implicitNamespaces' => array(
+ 't' => 'http://www.example.com',
+ ),
+ ));
+ $a = $dom->getElementsByTagName('a')->item(0);
+ $attr = $a->getAttributeNode('t:href');
+ $this->assertEquals('http://www.example.com', $attr->namespaceURI);
+
+ $dom = $this->parse('<!DOCTYPE html><html><body><t:a>foo</t:a></body></html>', array(
+ 'implicitNamespaces' => array(
+ 't' => 'http://www.example.com',
+ ),
+ ));
+ $list = $dom->getElementsByTagNameNS('http://www.example.com', 'a');
+ $this->assertEquals(1, $list->length);
+ }
+
+ public function testXmlNamespaces()
+ {
+ $dom = $this->parse(
+ '<!DOCTYPE html><html>
+ <t:body xmlns:t="http://www.example.com">
+ <a t:href="bar">foo</a>
+ </body>
+ <div>foo</div>
+ </html>', array(
+ 'xmlNamespaces' => true,
+ ));
+ $a = $dom->getElementsByTagName('a')->item(0);
+ $attr = $a->getAttributeNode('t:href');
+ $this->assertEquals('http://www.example.com', $attr->namespaceURI);
+
+ $list = $dom->getElementsByTagNameNS('http://www.example.com', 'body');
+ $this->assertEquals(1, $list->length);
+ }
+
+ public function testXmlNamespaceNesting()
+ {
+ $dom = $this->parse(
+ '<!DOCTYPE html><html>
+ <body xmlns:x="http://www.prefixed.com" id="body">
+ <a id="bar1" xmlns="http://www.prefixed.com/bar1">
+ <b id="bar4" xmlns="http://www.prefixed.com/bar4"><x:prefixed id="prefixed"/></b>
+ </a>
+ <svg id="svg"></svg>
+ <c id="bar2" xmlns="http://www.prefixed.com/bar2"></c>
+ <div id="div"></div>
+ <d id="bar3"></d>
+ <xn:d xmlns:xn="http://www.prefixed.com/xn" xmlns="http://www.prefixed.com/bar5_x" id="bar5"><x id="bar5_x"/></xn:d>
+ </body>
+ </html>', array(
+ 'xmlNamespaces' => true,
+ ));
+
+ $this->assertEmpty($this->errors);
+
+ $div = $dom->getElementById('div');
+ $this->assertEquals('http://www.w3.org/1999/xhtml', $div->namespaceURI);
+
+ $body = $dom->getElementById('body');
+ $this->assertEquals('http://www.w3.org/1999/xhtml', $body->namespaceURI);
+
+ $bar1 = $dom->getElementById('bar1');
+ $this->assertEquals('http://www.prefixed.com/bar1', $bar1->namespaceURI);
+
+ $bar2 = $dom->getElementById('bar2');
+ $this->assertEquals('http://www.prefixed.com/bar2', $bar2->namespaceURI);
+
+ $bar3 = $dom->getElementById('bar3');
+ $this->assertEquals('http://www.w3.org/1999/xhtml', $bar3->namespaceURI);
+
+ $bar4 = $dom->getElementById('bar4');
+ $this->assertEquals('http://www.prefixed.com/bar4', $bar4->namespaceURI);
+
+ $svg = $dom->getElementById('svg');
+ $this->assertEquals('http://www.w3.org/2000/svg', $svg->namespaceURI);
+
+ $prefixed = $dom->getElementById('prefixed');
+ $this->assertEquals('http://www.prefixed.com', $prefixed->namespaceURI);
+
+ $prefixed = $dom->getElementById('bar5');
+ $this->assertEquals('http://www.prefixed.com/xn', $prefixed->namespaceURI);
+
+ $prefixed = $dom->getElementById('bar5_x');
+ $this->assertEquals('http://www.prefixed.com/bar5_x', $prefixed->namespaceURI);
+ }
+
+ public function testMoveNonInlineElements()
+ {
+ $doc = $this->parse('<p>line1<br/><hr/>line2</p>');
+ $this->assertEquals('<html xmlns="http://www.w3.org/1999/xhtml"><p>line1<br/></p><hr/>line2</html>', $doc->saveXML($doc->documentElement), 'Move non-inline elements outside of inline containers.');
+
+ $doc = $this->parse('<p>line1<div>line2</div></p>');
+ $this->assertEquals('<html xmlns="http://www.w3.org/1999/xhtml"><p>line1</p><div>line2</div></html>', $doc->saveXML($doc->documentElement), 'Move non-inline elements outside of inline containers.');
+ }
+
+ public function testAttributes()
+ {
+ $html = "<!DOCTYPE html>
+ <html>
+ <head><title></title></head>
+ <body id='a' class='b c'></body>
+ </html>";
+ $doc = $this->parse($html);
+ $root = $doc->documentElement;
+
+ $body = $root->GetElementsByTagName('body')->item(0);
+ $this->assertEquals('body', $body->tagName);
+ $this->assertTrue($body->hasAttributes());
+ $this->assertEquals('a', $body->getAttribute('id'));
+ $this->assertEquals('b c', $body->getAttribute('class'));
+
+ $body2 = $doc->getElementById('a');
+ $this->assertEquals('body', $body2->tagName);
+ $this->assertEquals('a', $body2->getAttribute('id'));
+ }
+
+ public function testSVGAttributes()
+ {
+ $html = "<!DOCTYPE html>
+ <html><body>
+ <svg width='150' viewbox='2'>
+ <rect textlength='2'/>
+ <animatecolor>foo</animatecolor>
+ </svg>
+ </body></html>";
+ $doc = $this->parse($html);
+ $root = $doc->documentElement;
+
+ $svg = $root->getElementsByTagName('svg')->item(0);
+ $this->assertTrue($svg->hasAttribute('viewBox'));
+
+ $rect = $root->getElementsByTagName('rect')->item(0);
+ $this->assertTrue($rect->hasAttribute('textLength'));
+
+ $ac = $root->getElementsByTagName('animateColor');
+ $this->assertEquals(1, $ac->length);
+ }
+
+ public function testMathMLAttribute()
+ {
+ $html = '<!doctype html>
+ <html lang="en">
+ <body>
+ <math>
+ <mi>x</mi>
+ <csymbol definitionurl="http://www.example.com/mathops/multiops.html#plusminus">
+ <mo>&PlusMinus;</mo>
+ </csymbol>
+ <mi>y</mi>
+ </math>
+ </body>
+ </html>';
+
+ $doc = $this->parse($html);
+ $root = $doc->documentElement;
+
+ $csymbol = $root->getElementsByTagName('csymbol')->item(0);
+ $this->assertTrue($csymbol->hasAttribute('definitionURL'));
+ }
+
+ public function testMissingHtmlTag()
+ {
+ $html = '<!DOCTYPE html><title>test</title>';
+ $doc = $this->parse($html);
+
+ $this->assertEquals('html', $doc->documentElement->tagName);
+ $this->assertEquals('title', $doc->documentElement->childNodes->item(0)->tagName);
+ }
+
+ public function testComment()
+ {
+ $html = '<html><!--Hello World.--></html>';
+
+ $doc = $this->parse($html);
+
+ $comment = $doc->documentElement->childNodes->item(0);
+ $this->assertEquals(XML_COMMENT_NODE, $comment->nodeType);
+ $this->assertEquals('Hello World.', $comment->data);
+
+ $html = '<!--Hello World.--><html></html>';
+ $doc = $this->parse($html);
+
+ $comment = $doc->childNodes->item(1);
+ $this->assertEquals(XML_COMMENT_NODE, $comment->nodeType);
+ $this->assertEquals('Hello World.', $comment->data);
+
+ $comment = $doc->childNodes->item(2);
+ $this->assertEquals(XML_ELEMENT_NODE, $comment->nodeType);
+ $this->assertEquals('html', $comment->tagName);
+ }
+
+ public function testCDATA()
+ {
+ $html = '<!DOCTYPE html><html><math><![CDATA[test]]></math></html>';
+ $doc = $this->parse($html);
+
+ $wrapper = $doc->getElementsByTagName('math')->item(0);
+ $this->assertEquals(1, $wrapper->childNodes->length);
+ $cdata = $wrapper->childNodes->item(0);
+ $this->assertEquals(XML_CDATA_SECTION_NODE, $cdata->nodeType);
+ $this->assertEquals('test', $cdata->data);
+ }
+
+ public function testText()
+ {
+ $html = '<!DOCTYPE html><html><head></head><body><math>test</math></body></html>';
+ $doc = $this->parse($html);
+
+ $wrapper = $doc->getElementsByTagName('math')->item(0);
+ $this->assertEquals(1, $wrapper->childNodes->length);
+ $data = $wrapper->childNodes->item(0);
+ $this->assertEquals(XML_TEXT_NODE, $data->nodeType);
+ $this->assertEquals('test', $data->data);
+
+ // The DomTreeBuilder has special handling for text when in before head mode.
+ $html = '<!DOCTYPE html><html>
+ Foo<head></head><body></body></html>';
+ $doc = $this->parse($html);
+ $this->assertEquals('Line 0, Col 0: Unexpected text. Ignoring: Foo', $this->errors[0]);
+ $headElement = $doc->documentElement->firstChild;
+ $this->assertEquals('head', $headElement->tagName);
+ }
+
+ public function testParseErrors()
+ {
+ $html = '<!DOCTYPE html><html><math><![CDATA[test';
+ $doc = $this->parse($html);
+
+ // We're JUST testing that we can access errors. Actual testing of
+ // error messages happen in the Tokenizer's tests.
+ $this->assertGreaterThan(0, count($this->errors));
+ $this->assertTrue(is_string($this->errors[0]));
+ }
+
+ public function testProcessingInstruction()
+ {
+ // Test the simple case, which is where PIs are inserted into the DOM.
+ $doc = $this->parse('<!DOCTYPE html><html><?foo bar?>');
+ $this->assertEquals(1, $doc->documentElement->childNodes->length);
+ $pi = $doc->documentElement->firstChild;
+ $this->assertInstanceOf('\DOMProcessingInstruction', $pi);
+ $this->assertEquals('foo', $pi->nodeName);
+ $this->assertEquals('bar', $pi->data);
+
+ // Leading xml PIs should be ignored.
+ $doc = $this->parse('<?xml version="1.0"?><!DOCTYPE html><html><head></head></html>');
+
+ $this->assertEquals(2, $doc->childNodes->length);
+ $this->assertInstanceOf('\DOMDocumentType', $doc->childNodes->item(0));
+ $this->assertInstanceOf('\DOMElement', $doc->childNodes->item(1));
+ }
+
+ public function testAutocloseP()
+ {
+ $html = '<!DOCTYPE html><html><body><p><figure></body></html>';
+ $doc = $this->parse($html);
+
+ $p = $doc->getElementsByTagName('p')->item(0);
+ $this->assertEquals(0, $p->childNodes->length);
+ $this->assertEquals('figure', $p->nextSibling->tagName);
+ }
+
+ public function testAutocloseLI()
+ {
+ $html = '<!doctype html>
+ <html lang="en">
+ <body>
+ <ul><li>Foo<li>Bar<li>Baz</ul>
+ </body>
+ </html>';
+
+ $doc = $this->parse($html);
+ $length = $doc->getElementsByTagName('ul')->item(0)->childNodes->length;
+ $this->assertEquals(3, $length);
+ }
+
+ public function testMathML()
+ {
+ $html = '<!doctype html>
+ <html lang="en">
+ <body>
+ <math xmlns="http://www.w3.org/1998/Math/MathML">
+ <mi>x</mi>
+ <csymbol definitionurl="http://www.example.com/mathops/multiops.html#plusminus">
+ <mo>&PlusMinus;</mo>
+ </csymbol>
+ <mi>y</mi>
+ </math>
+ </body>
+ </html>';
+
+ $doc = $this->parse($html);
+ $math = $doc->getElementsByTagName('math')->item(0);
+ $this->assertEquals('math', $math->tagName);
+ $this->assertEquals('math', $math->nodeName);
+ $this->assertEquals('math', $math->localName);
+ $this->assertEquals('http://www.w3.org/1998/Math/MathML', $math->namespaceURI);
+ }
+
+ public function testSVG()
+ {
+ $html = '<!doctype html>
+ <html lang="en">
+ <body>
+ <svg width="150" height="100" viewBox="0 0 3 2" xmlns="http://www.w3.org/2000/svg">
+ <rect width="1" height="2" x="2" fill="#d2232c" />
+ <text font-family="Verdana" font-size="32">
+ <textpath xlink:href="#Foo">
+ Test Text.
+ </textPath>
+ </text>
+ </svg>
+ </body>
+ </html>';
+
+ $doc = $this->parse($html);
+ $svg = $doc->getElementsByTagName('svg')->item(0);
+ $this->assertEquals('svg', $svg->tagName);
+ $this->assertEquals('svg', $svg->nodeName);
+ $this->assertEquals('svg', $svg->localName);
+ $this->assertEquals('http://www.w3.org/2000/svg', $svg->namespaceURI);
+
+ $textPath = $doc->getElementsByTagName('textPath')->item(0);
+ $this->assertEquals('textPath', $textPath->tagName);
+ }
+
+ public function testNoScript()
+ {
+ $html = '<!DOCTYPE html><html><head><noscript>No JS</noscript></head></html>';
+ $doc = $this->parse($html);
+ $this->assertEmpty($this->errors);
+ $noscript = $doc->getElementsByTagName('noscript')->item(0);
+ $this->assertEquals('noscript', $noscript->tagName);
+
+ $html = '<!DOCTYPE html><html><body><noscript><p>No JS</p></noscript></body></html>';
+ $doc = $this->parse($html);
+ $this->assertEmpty($this->errors);
+ $p = $doc->getElementsByTagName('p')->item(0);
+ $this->assertEquals('p', $p->tagName);
+ }
+
+ /**
+ * Regression for issue #13.
+ */
+ public function testRegressionHTMLNoBody()
+ {
+ $html = '<!DOCTYPE html><html><span id="test">Test</span></html>';
+ $doc = $this->parse($html);
+ $span = $doc->getElementById('test');
+
+ $this->assertEmpty($this->errors);
+
+ $this->assertEquals('span', $span->tagName);
+ $this->assertEquals('Test', $span->textContent);
+ }
+
+ public function testInstructionProcessor()
+ {
+ $string = '<!DOCTYPE html><html><?foo bar ?></html>';
+
+ $treeBuilder = new DOMTreeBuilder();
+ $is = new InstructionProcessorMock();
+ $treeBuilder->setInstructionProcessor($is);
+
+ $scanner = new Scanner($string);
+ $parser = new Tokenizer($scanner, $treeBuilder);
+
+ $parser->parse();
+ $dom = $treeBuilder->document();
+ $div = $dom->getElementsByTagName('div')->item(0);
+
+ $this->assertEquals(1, $is->count);
+ $this->assertEquals('foo', $is->name);
+ $this->assertEquals('bar ', $is->data);
+ $this->assertEquals('div', $div->tagName);
+ $this->assertEquals('foo', $div->textContent);
+ }
+
+ public function testSelectGroupedOptions()
+ {
+ $html = <<<EOM
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>testSelectGroupedOptions</title>
+ </head>
+ <body>
+ <select>
+ <optgroup id="first" label="first">
+ <option value="foo">foo</option>
+ <option value="bar">bar</option>
+ <option value="baz">baz</option>
+ </optgroup>
+ <optgroup id="second" label="second">
+ <option value="lorem">lorem</option>
+ <option value="ipsum">ipsum</option>
+ </optgroup>
+ </select>
+ </body>
+</html>
+EOM;
+ $dom = $this->parse($html);
+
+ $this->assertSame(3, $dom->getElementById('first')->getElementsByTagName('option')->length);
+ $this->assertSame(2, $dom->getElementById('second')->getElementsByTagName('option')->length);
+ }
+
+ public function testVoidTag()
+ {
+ $html = <<<EOM
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>testVoidTag</title>
+ <meta>
+ <meta>
+ </head>
+ <body></body>
+</html>
+EOM;
+
+ $dom = $this->parse($html);
+ $this->assertSame(2, $dom->getElementsByTagName('meta')->length);
+ $this->assertSame(0, $dom->getElementsByTagName('meta')->item(0)->childNodes->length);
+ $this->assertSame(0, $dom->getElementsByTagName('meta')->item(1)->childNodes->length);
+ }
+
+ public function testIgnoreSelfClosingTag()
+ {
+ $html = <<<EOM
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>testIllegalSelfClosingTag</title>
+ </head>
+ <body>
+ <div /><span>Hello, World!</span></div>
+ </body>
+</html>
+EOM;
+
+ $dom = $this->parse($html);
+ $this->assertSame(1, $dom->getElementsByTagName('div')->item(0)->childNodes->length);
+ }
+
+ public function testIAudioInParagraph()
+ {
+ $html = <<<EOM
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>testIllegalSelfClosingTag</title>
+ </head>
+ <body>
+ <p>
+ <audio preload="none" controls="controls">
+ <source src="https://example.com/test.mp3" type="audio/mpeg" />
+ Your browser does not support the audio element.
+ </audio>
+ </p>
+ </body>
+</html>>
+</html>
+EOM;
+
+ $dom = $this->parse($html);
+ $audio = $dom->getElementsByTagName('audio')->item(0);
+
+ $this->assertSame('p', $audio->parentNode->nodeName);
+ $this->assertSame(3, $audio->childNodes->length);
+ }
+
+ public function testClosingBr()
+ {
+ $html = <<<EOM
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>testClosingBr</title>
+ </head>
+ <body>
+ <p>
+ This line ends with a normal line break <br class="attribute-should-be-retained">
+ This line ends with a line break marked up as a closing tag </br class="attribute-should-be-discarded">
+ </p>
+ </body>
+</html>>
+</html>
+EOM;
+
+ $dom = $this->parse($html);
+
+ $this->assertSame(2, $dom->getElementsByTagName('br')->length);
+ $this->assertSame(1, $dom->getElementsByTagName('br')->item(0)->attributes->length);
+ $this->assertSame(0, $dom->getElementsByTagName('br')->item(1)->attributes->length);
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/EventStack.php b/vendor/masterminds/html5/test/HTML5/Parser/EventStack.php
new file mode 100644
index 0000000..3d1de77
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/EventStack.php
@@ -0,0 +1,116 @@
+<?php
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+use Masterminds\HTML5\Elements;
+use Masterminds\HTML5\Parser\EventHandler;
+
+/**
+ * This testing class gathers events from a parser and builds a stack of events.
+ * It is useful for checking the output of a tokenizer.
+ *
+ * IMPORTANT:
+ *
+ * The startTag event also kicks the parser into TEXT_RAW when it encounters
+ * script or pre tags. This is to match the behavior required by the HTML5 spec,
+ * which says that the tree builder must tell the tokenizer when to switch states.
+ */
+class EventStack implements EventHandler
+{
+ protected $stack;
+
+ public function __construct()
+ {
+ $this->stack = array();
+ }
+
+ /**
+ * Get the event stack.
+ */
+ public function events()
+ {
+ return $this->stack;
+ }
+
+ public function depth()
+ {
+ return count($this->stack);
+ }
+
+ public function get($index)
+ {
+ return $this->stack[$index];
+ }
+
+ protected function store($event, $data = null)
+ {
+ $this->stack[] = array(
+ 'name' => $event,
+ 'data' => $data,
+ );
+ }
+
+ public function doctype($name, $type = 0, $id = null, $quirks = false)
+ {
+ $args = array(
+ $name,
+ $type,
+ $id,
+ $quirks,
+ );
+ $this->store('doctype', $args);
+ }
+
+ public function startTag($name, $attributes = array(), $selfClosing = false)
+ {
+ $args = func_get_args();
+ $this->store('startTag', $args);
+ if ('pre' == $name || 'script' == $name) {
+ return Elements::TEXT_RAW;
+ }
+ }
+
+ public function endTag($name)
+ {
+ $this->store('endTag', array(
+ $name,
+ ));
+ }
+
+ public function comment($cdata)
+ {
+ $this->store('comment', array(
+ $cdata,
+ ));
+ }
+
+ public function cdata($data)
+ {
+ $this->store('cdata', func_get_args());
+ }
+
+ public function text($cdata)
+ {
+ // fprintf(STDOUT, "Received TEXT event with: " . $cdata);
+ $this->store('text', array(
+ $cdata,
+ ));
+ }
+
+ public function eof()
+ {
+ $this->store('eof');
+ }
+
+ public function parseError($msg, $line, $col)
+ {
+ // throw new EventStackParseError(sprintf("%s (line %d, col %d)", $msg, $line, $col));
+ // $this->store(sprintf("%s (line %d, col %d)", $msg, $line, $col));
+ $this->store('error', func_get_args());
+ }
+
+ public function processingInstruction($name, $data = null)
+ {
+ $this->store('pi', func_get_args());
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/EventStackError.php b/vendor/masterminds/html5/test/HTML5/Parser/EventStackError.php
new file mode 100644
index 0000000..05c0a49
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/EventStackError.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+class EventStackError extends \Exception
+{
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php b/vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php
new file mode 100644
index 0000000..4637a80
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/InstructionProcessorMock.php
@@ -0,0 +1,26 @@
+<?php
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+class InstructionProcessorMock implements \Masterminds\HTML5\InstructionProcessor
+{
+ public $name = null;
+
+ public $data = null;
+
+ public $count = 0;
+
+ public function process(\DOMElement $element, $name, $data)
+ {
+ $this->name = $name;
+ $this->data = $data;
+ ++$this->count;
+
+ $div = $element->ownerDocument->createElement('div');
+ $div->nodeValue = 'foo';
+
+ $element->appendChild($div);
+
+ return $div;
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/ScannerTest.php b/vendor/masterminds/html5/test/HTML5/Parser/ScannerTest.php
new file mode 100644
index 0000000..9f75c4d
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/ScannerTest.php
@@ -0,0 +1,184 @@
+<?php
+/**
+ * @file
+ * Test the Scanner. This requires the InputStream tests are all good.
+ */
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+use Masterminds\HTML5\Parser\StringInputStream;
+use Masterminds\HTML5\Parser\Scanner;
+
+class ScannerTest extends \Masterminds\HTML5\Tests\TestCase
+{
+ /**
+ * A canary test to make sure the basics are setup and working.
+ */
+ public function testConstructDeprecated()
+ {
+ $is = new StringInputStream('abc');
+ $s = new Scanner($is);
+
+ $this->assertInstanceOf('\Masterminds\HTML5\Parser\Scanner', $s);
+ }
+
+ public function testConstruct()
+ {
+ $this->assertInstanceOf('\Masterminds\HTML5\Parser\Scanner', new Scanner('abc'));
+ }
+
+ public function testNextDeprecated()
+ {
+ $s = new Scanner(new StringInputStream('abc'));
+
+ $this->assertEquals('b', $s->next());
+ $this->assertEquals('c', $s->next());
+ }
+
+ public function testNext()
+ {
+ $s = new Scanner('abc');
+
+ $this->assertEquals('b', $s->next());
+ $this->assertEquals('c', $s->next());
+ }
+
+ public function testPosition()
+ {
+ $s = new Scanner('abc');
+
+ $this->assertEquals(0, $s->position());
+
+ $s->next();
+ $this->assertEquals(1, $s->position());
+ }
+
+ public function testPeek()
+ {
+ $s = new Scanner('abc');
+
+ $this->assertEquals('b', $s->peek());
+
+ $s->next();
+ $this->assertEquals('c', $s->peek());
+ }
+
+ public function testCurrent()
+ {
+ $s = new Scanner('abc');
+
+ // Before scanning the string begins the current is empty.
+ $this->assertEquals('a', $s->current());
+
+ $c = $s->next();
+ $this->assertEquals('b', $s->current());
+
+ // Test movement through the string.
+ $c = $s->next();
+ $this->assertEquals('c', $s->current());
+ }
+
+ public function testUnconsume()
+ {
+ $s = new Scanner('abcdefghijklmnopqrst');
+
+ // Get initial position.
+ $s->next();
+ $start = $s->position();
+
+ // Move forward a bunch of positions.
+ $amount = 7;
+ for ($i = 0; $i < $amount; ++$i) {
+ $s->next();
+ }
+
+ // Roll back the amount we moved forward.
+ $s->unconsume($amount);
+
+ $this->assertEquals($start, $s->position());
+ }
+
+ public function testGetHex()
+ {
+ $s = new Scanner('ab13ck45DE*');
+
+ $this->assertEquals('ab13c', $s->getHex());
+
+ $s->next();
+ $this->assertEquals('45DE', $s->getHex());
+ }
+
+ public function testGetAsciiAlpha()
+ {
+ $s = new Scanner('abcdef1%mnop*');
+
+ $this->assertEquals('abcdef', $s->getAsciiAlpha());
+
+ // Move past the 1% to scan the next group of text.
+ $s->next();
+ $s->next();
+ $this->assertEquals('mnop', $s->getAsciiAlpha());
+ }
+
+ public function testGetAsciiAlphaNum()
+ {
+ $s = new Scanner('abcdef1ghpo#mn94op');
+
+ $this->assertEquals('abcdef1ghpo', $s->getAsciiAlphaNum());
+
+ // Move past the # to scan the next group of text.
+ $s->next();
+ $this->assertEquals('mn94op', $s->getAsciiAlphaNum());
+ }
+
+ public function testGetNumeric()
+ {
+ $s = new Scanner('1784a 45 9867 #');
+
+ $this->assertEquals('1784', $s->getNumeric());
+
+ // Move past the 'a ' to scan the next group of text.
+ $s->next();
+ $s->next();
+ $this->assertEquals('45', $s->getNumeric());
+ }
+
+ public function testCurrentLine()
+ {
+ $s = new Scanner("1784a\n45\n9867 #\nThis is a test.");
+
+ $this->assertEquals(1, $s->currentLine());
+
+ // Move to the next line.
+ $s->getAsciiAlphaNum();
+ $s->next();
+ $this->assertEquals(2, $s->currentLine());
+ }
+
+ public function testColumnOffset()
+ {
+ $s = new Scanner("1784a a\n45 9867 #\nThis is a test.");
+
+ // Move the pointer to the space.
+ $s->getAsciiAlphaNum();
+ $this->assertEquals(5, $s->columnOffset());
+
+ // We move the pointer ahead. There must be a better way to do this.
+ $s->next();
+ $s->next();
+ $s->next();
+ $s->next();
+ $s->next();
+ $s->next();
+ $this->assertEquals(3, $s->columnOffset());
+ }
+
+ public function testRemainingChars()
+ {
+ $string = "\n45\n9867 #\nThis is a test.";
+ $s = new Scanner("1784a\n45\n9867 #\nThis is a test.");
+
+ $s->getAsciiAlphaNum();
+ $this->assertEquals($string, $s->remainingChars());
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/TokenizerTest.php b/vendor/masterminds/html5/test/HTML5/Parser/TokenizerTest.php
new file mode 100644
index 0000000..5284d30
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/TokenizerTest.php
@@ -0,0 +1,978 @@
+<?php
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+use Masterminds\HTML5\Parser\UTF8Utils;
+use Masterminds\HTML5\Parser\Scanner;
+use Masterminds\HTML5\Parser\Tokenizer;
+
+class TokenizerTest extends \Masterminds\HTML5\Tests\TestCase
+{
+ // ================================================================
+ // Additional assertions.
+ // ================================================================
+
+ /**
+ * Tests that an event matches both the event type and the expected value.
+ *
+ * @param string $type
+ * Expected event type
+ * @param string $expects
+ * The value expected in $event['data'][0]
+ */
+ public function assertEventEquals($type, $expects, $event)
+ {
+ $this->assertEquals($type, $event['name'], "Event $type for " . print_r($event, true));
+ if (is_array($expects)) {
+ $this->assertEquals($expects, $event['data'], "Event $type should equal " . print_r($expects, true) . ': ' . print_r($event, true));
+ } else {
+ $d = (is_array($event['data']) ? $event['data'][0] : null);
+ $this->assertEquals($expects, $d, "Event $type should equal $expects: " . print_r($event, true));
+ }
+ }
+
+ /**
+ * Assert that a given event is 'error'.
+ */
+ public function assertEventError($event)
+ {
+ $this->assertEquals('error', $event['name'], 'Expected error for event: ' . print_r($event, true));
+ }
+
+ /**
+ * Asserts that all of the tests are good.
+ *
+ * This loops through a map of tests/expectations and runs a few assertions on each test.
+ *
+ * Checks:
+ * - depth (if depth is > 0)
+ * - event name
+ * - matches on event 0.
+ */
+ protected function isAllGood($name, $depth, $tests, $debug = false)
+ {
+ foreach ($tests as $try => $expects) {
+ if ($debug) {
+ fprintf(STDOUT, "%s expects %s\n", $try, print_r($expects, true));
+ }
+ $e = $this->parse($try);
+ if ($depth > 0) {
+ $this->assertEquals($depth, $e->depth(), "Expected depth $depth for test $try." . print_r($e, true));
+ }
+ $this->assertEventEquals($name, $expects, $e->get(0));
+ }
+ }
+
+ // ================================================================
+ // Utility functions.
+ // ================================================================
+ public function testParse()
+ {
+ list($tok, $events) = $this->createTokenizer('');
+
+ $tok->parse();
+ $e1 = $events->get(0);
+
+ $this->assertEquals(1, $events->Depth());
+ $this->assertEquals('eof', $e1['name']);
+ }
+
+ public function testWhitespace()
+ {
+ $spaces = ' ';
+ list($tok, $events) = $this->createTokenizer($spaces);
+
+ $tok->parse();
+
+ $this->assertEquals(2, $events->depth());
+
+ $e1 = $events->get(0);
+
+ $this->assertEquals('text', $e1['name']);
+ $this->assertEquals($spaces, $e1['data'][0]);
+ }
+
+ public function testCharacterReference()
+ {
+ $good = array(
+ '&amp;' => '&',
+ '&#x0003c;' => '<',
+ '&#38;' => '&',
+ '&' => '&',
+ );
+ $this->isAllGood('text', 2, $good);
+
+ // Test with broken charref
+ $str = '&foo';
+ $events = $this->parse($str);
+ $e1 = $events->get(0);
+ $this->assertEquals('error', $e1['name']);
+
+ $str = '&#xfoo';
+ $events = $this->parse($str);
+ $e1 = $events->get(0);
+ $this->assertEquals('error', $e1['name']);
+
+ $str = '&#foo';
+ $events = $this->parse($str);
+ $e1 = $events->get(0);
+ $this->assertEquals('error', $e1['name']);
+
+ // FIXME: Once the text processor is done, need to verify that the
+ // tokens are transformed correctly into text.
+ }
+
+ public function testBogusComment()
+ {
+ $bogus = array(
+ '</+this is a bogus comment. +>',
+ '<!+this is a bogus comment. !>',
+ '<!D OCTYPE foo bar>',
+ '<!DOCTYEP foo bar>',
+ '<![CADATA[ TEST ]]>',
+ '<![CDATA Hello ]]>',
+ '<![CDATA[ Hello [[>',
+ '<!CDATA[[ test ]]>',
+ '<![CDATA[',
+ '<![CDATA[hellooooo hello',
+ '<? Hello World ?>',
+ '<? Hello World',
+ );
+ foreach ($bogus as $str) {
+ $events = $this->parse($str);
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('comment', $str, $events->get(1));
+ }
+ }
+
+ public function testEndTag()
+ {
+ $succeed = array(
+ '</a>' => 'a',
+ '</test>' => 'test',
+ '</test
+ >' => 'test',
+ '</thisIsTheTagThatDoesntEndItJustGoesOnAndOnMyFriend>' => 'thisisthetagthatdoesntenditjustgoesonandonmyfriend',
+ // See 8.2.4.10, which requires this and does not say error.
+ '</a<b>' => 'a<b',
+ );
+ $this->isAllGood('endTag', 2, $succeed);
+
+ // Recoverable failures
+ $fail = array(
+ '</a class="monkey">' => 'a',
+ '</a <b>' => 'a',
+ '</a <b <c>' => 'a',
+ '</a is the loneliest letter>' => 'a',
+ '</a' => 'a',
+ );
+ foreach ($fail as $test => $result) {
+ $events = $this->parse($test);
+ $this->assertEquals(3, $events->depth());
+ // Should have triggered an error.
+ $this->assertEventError($events->get(0));
+ // Should have tried to parse anyway.
+ $this->assertEventEquals('endTag', $result, $events->get(1));
+ }
+
+ // BogoComments
+ $comments = array(
+ '</>' => '</>',
+ '</ >' => '</ >',
+ '</ a>' => '</ a>',
+ );
+ foreach ($comments as $test => $result) {
+ $events = $this->parse($test);
+ $this->assertEquals(3, $events->depth());
+
+ // Should have triggered an error.
+ $this->assertEventError($events->get(0));
+
+ // Should have tried to parse anyway.
+ $this->assertEventEquals('comment', $result, $events->get(1));
+ }
+ }
+
+ public function testComment()
+ {
+ $good = array(
+ '<!--easy-->' => 'easy',
+ '<!-- 1 > 0 -->' => ' 1 > 0 ',
+ '<!-- --$i -->' => ' --$i ',
+ '<!----$i-->' => '--$i',
+ "<!--\nHello World.\na-->" => "\nHello World.\na",
+ '<!-- <!-- -->' => ' <!-- ',
+ );
+ foreach ($good as $test => $expected) {
+ $events = $this->parse($test);
+ $this->assertEventEquals('comment', $expected, $events->get(0));
+ }
+
+ $fail = array(
+ '<!-->' => '',
+ '<!--Hello' => 'Hello',
+ "<!--\0Hello" => UTF8Utils::FFFD . 'Hello',
+ '<!--' => '',
+ );
+ foreach ($fail as $test => $expected) {
+ $events = $this->parse($test);
+ $this->assertEquals(3, $events->depth());
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('comment', $expected, $events->get(1));
+ }
+ }
+
+ public function testCDATASection()
+ {
+ $good = array(
+ '<![CDATA[ This is a test. ]]>' => ' This is a test. ',
+ '<![CDATA[CDATA]]>' => 'CDATA',
+ '<![CDATA[ ]] > ]]>' => ' ]] > ',
+ '<![CDATA[ ]]>' => ' ',
+ );
+ $this->isAllGood('cdata', 2, $good);
+ }
+
+ public function testDoctype()
+ {
+ $good = array(
+ '<!DOCTYPE html>' => array(
+ 'html',
+ 0,
+ null,
+ false,
+ ),
+ '<!doctype html>' => array(
+ 'html',
+ 0,
+ null,
+ false,
+ ),
+ '<!DocType html>' => array(
+ 'html',
+ 0,
+ null,
+ false,
+ ),
+ "<!DOCTYPE\nhtml>" => array(
+ 'html',
+ 0,
+ null,
+ false,
+ ),
+ "<!DOCTYPE\fhtml>" => array(
+ 'html',
+ 0,
+ null,
+ false,
+ ),
+ '<!DOCTYPE html PUBLIC "foo bar">' => array(
+ 'html',
+ EventStack::DOCTYPE_PUBLIC,
+ 'foo bar',
+ false,
+ ),
+ "<!DOCTYPE html PUBLIC 'foo bar'>" => array(
+ 'html',
+ EventStack::DOCTYPE_PUBLIC,
+ 'foo bar',
+ false,
+ ),
+ '<!DOCTYPE html PUBLIC "foo bar" >' => array(
+ 'html',
+ EventStack::DOCTYPE_PUBLIC,
+ 'foo bar',
+ false,
+ ),
+ "<!DOCTYPE html \nPUBLIC\n'foo bar'>" => array(
+ 'html',
+ EventStack::DOCTYPE_PUBLIC,
+ 'foo bar',
+ false,
+ ),
+ '<!DOCTYPE html SYSTEM "foo bar">' => array(
+ 'html',
+ EventStack::DOCTYPE_SYSTEM,
+ 'foo bar',
+ false,
+ ),
+ "<!DOCTYPE html SYSTEM 'foo bar'>" => array(
+ 'html',
+ EventStack::DOCTYPE_SYSTEM,
+ 'foo bar',
+ false,
+ ),
+ '<!DOCTYPE html SYSTEM "foo/bar" >' => array(
+ 'html',
+ EventStack::DOCTYPE_SYSTEM,
+ 'foo/bar',
+ false,
+ ),
+ "<!DOCTYPE html \nSYSTEM\n'foo bar'>" => array(
+ 'html',
+ EventStack::DOCTYPE_SYSTEM,
+ 'foo bar',
+ false,
+ ),
+ );
+ $this->isAllGood('doctype', 2, $good);
+
+ $bad = array(
+ '<!DOCTYPE>' => array(
+ null,
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE >' => array(
+ null,
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE foo' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE foo PUB' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE foo PUB>' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE foo PUB "Looks good">' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE foo SYSTME "Looks good"' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+
+ // Can't tell whether these are ids or ID types, since the context is chopped.
+ '<!DOCTYPE foo PUBLIC' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE foo PUBLIC>' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE foo SYSTEM' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+ '<!DOCTYPE foo SYSTEM>' => array(
+ 'foo',
+ EventStack::DOCTYPE_NONE,
+ null,
+ true,
+ ),
+
+ '<!DOCTYPE html SYSTEM "foo bar"' => array(
+ 'html',
+ EventStack::DOCTYPE_SYSTEM,
+ 'foo bar',
+ true,
+ ),
+ '<!DOCTYPE html SYSTEM "foo bar" more stuff>' => array(
+ 'html',
+ EventStack::DOCTYPE_SYSTEM,
+ 'foo bar',
+ true,
+ ),
+ );
+ foreach ($bad as $test => $expects) {
+ $events = $this->parse($test);
+ // fprintf(STDOUT, $test . PHP_EOL);
+ $this->assertEquals(3, $events->depth(), "Counting events for '$test': " . print_r($events, true));
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('doctype', $expects, $events->get(1));
+ }
+ }
+
+ public function testProcessorInstruction()
+ {
+ $good = array(
+ '<?hph ?>' => 'hph',
+ '<?hph echo "Hello World"; ?>' => array(
+ 'hph',
+ 'echo "Hello World"; ',
+ ),
+ "<?hph \necho 'Hello World';\n?>" => array(
+ 'hph',
+ "echo 'Hello World';\n",
+ ),
+ );
+ $this->isAllGood('pi', 2, $good);
+ }
+
+ /**
+ * This tests just simple tags.
+ */
+ public function testSimpleTags()
+ {
+ $open = array(
+ '<foo>' => 'foo',
+ '<FOO>' => 'foo',
+ '<fOO>' => 'foo',
+ '<foo >' => 'foo',
+ "<foo\n\n\n\n>" => 'foo',
+ '<foo:bar>' => 'foo:bar',
+ );
+ $this->isAllGood('startTag', 2, $open);
+
+ $selfClose = array(
+ '<foo/>' => 'foo',
+ '<FOO/>' => 'foo',
+ '<foo />' => 'foo',
+ "<foo\n\n\n\n/>" => 'foo',
+ '<foo:bar/>' => 'foo:bar',
+ );
+ foreach ($selfClose as $test => $expects) {
+ $events = $this->parse($test);
+ $this->assertEquals(2, $events->depth(), "Counting events for '$test'" . print_r($events, true));
+ $this->assertEventEquals('startTag', $expects, $events->get(0));
+ $event = $events->get(0);
+ $this->assertTrue($event['data'][2]);
+ }
+
+ $bad = array(
+ '<foo' => 'foo',
+ '<foo ' => 'foo',
+ '<foo/' => 'foo',
+ '<foo /' => 'foo',
+ );
+
+ foreach ($bad as $test => $expects) {
+ $events = $this->parse($test);
+ $this->assertEquals(3, $events->depth(), "Counting events for '$test': " . print_r($events, true));
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('startTag', $expects, $events->get(1));
+ }
+ }
+
+ public function testTagsWithAttributeAndMissingName()
+ {
+ $cases = array(
+ '<id="top_featured">' => 'id',
+ '<color="white">' => 'color',
+ "<class='neaktivni_stranka'>" => 'class',
+ '<bgcolor="white">' => 'bgcolor',
+ '<class="nom">' => 'class',
+ );
+
+ foreach ($cases as $html => $expected) {
+ $events = $this->parse($html);
+ $this->assertEventError($events->get(0));
+ $this->assertEventError($events->get(1));
+ $this->assertEventError($events->get(2));
+ $this->assertEventEquals('startTag', $expected, $events->get(3));
+ $this->assertEventEquals('eof', null, $events->get(4));
+ }
+ }
+
+ public function testTagNotClosedAfterTagName()
+ {
+ $cases = array(
+ '<noscript<img>' => array(
+ 'noscript',
+ 'img',
+ ),
+ '<center<a>' => array(
+ 'center',
+ 'a',
+ ),
+ '<br<br>' => array(
+ 'br',
+ 'br',
+ ),
+ );
+
+ foreach ($cases as $html => $expected) {
+ $events = $this->parse($html);
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('startTag', $expected[0], $events->get(1));
+ $this->assertEventEquals('startTag', $expected[1], $events->get(2));
+ $this->assertEventEquals('eof', null, $events->get(3));
+ }
+
+ $events = $this->parse('<span<>02</span>');
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('startTag', 'span', $events->get(1));
+ $this->assertEventError($events->get(2));
+ $this->assertEventEquals('text', '>02', $events->get(3));
+ $this->assertEventEquals('endTag', 'span', $events->get(4));
+ $this->assertEventEquals('eof', null, $events->get(5));
+
+ $events = $this->parse('<p</p>');
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('startTag', 'p', $events->get(1));
+ $this->assertEventEquals('endTag', 'p', $events->get(2));
+ $this->assertEventEquals('eof', null, $events->get(3));
+
+ $events = $this->parse('<strong><WordPress</strong>');
+ $this->assertEventEquals('startTag', 'strong', $events->get(0));
+ $this->assertEventError($events->get(1));
+ $this->assertEventEquals('startTag', 'wordpress', $events->get(2));
+ $this->assertEventEquals('endTag', 'strong', $events->get(3));
+ $this->assertEventEquals('eof', null, $events->get(4));
+
+ $events = $this->parse('<src=<a>');
+ $this->assertEventError($events->get(0));
+ $this->assertEventError($events->get(1));
+ $this->assertEventError($events->get(2));
+ $this->assertEventEquals('startTag', 'src', $events->get(3));
+ $this->assertEventEquals('startTag', 'a', $events->get(4));
+ $this->assertEventEquals('eof', null, $events->get(5));
+
+ $events = $this->parse('<br...<a>');
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('startTag', 'br', $events->get(1));
+ $this->assertEventEquals('eof', null, $events->get(2));
+ }
+
+ public function testIllegalTagNames()
+ {
+ $cases = array(
+ '<li">' => 'li',
+ '<p">' => 'p',
+ '<b&nbsp; >' => 'b',
+ '<static*all>' => 'static',
+ '<h*0720/>' => 'h',
+ '<st*ATTRIBUTE />' => 'st',
+ );
+
+ foreach ($cases as $html => $expected) {
+ $events = $this->parse($html);
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('startTag', $expected, $events->get(1));
+ }
+ }
+
+ public function testTagAttributes()
+ {
+ // Opening tags.
+ $good = array(
+ '<foo bar="baz">' => array(
+ 'foo',
+ array(
+ 'bar' => 'baz',
+ ),
+ false,
+ ),
+ '<foo bar=" baz ">' => array(
+ 'foo',
+ array(
+ 'bar' => ' baz ',
+ ),
+ false,
+ ),
+ "<foo bar=\"\nbaz\n\">" => array(
+ 'foo',
+ array(
+ 'bar' => "\nbaz\n",
+ ),
+ false,
+ ),
+ "<foo bar='baz'>" => array(
+ 'foo',
+ array(
+ 'bar' => 'baz',
+ ),
+ false,
+ ),
+ '<foo bar="A full sentence.">' => array(
+ 'foo',
+ array(
+ 'bar' => 'A full sentence.',
+ ),
+ false,
+ ),
+ "<foo a='1' b=\"2\">" => array(
+ 'foo',
+ array(
+ 'a' => '1',
+ 'b' => '2',
+ ),
+ false,
+ ),
+ "<foo ns:bar='baz'>" => array(
+ 'foo',
+ array(
+ 'ns:bar' => 'baz',
+ ),
+ false,
+ ),
+ "<foo a='blue&red'>" => array(
+ 'foo',
+ array(
+ 'a' => 'blue&red',
+ ),
+ false,
+ ),
+ "<foo a='blue&amp;red'>" => array(
+ 'foo',
+ array(
+ 'a' => 'blue&red',
+ ),
+ false,
+ ),
+ "<foo a='blue&&amp;&red'>" => array(
+ 'foo',
+ array(
+ 'a' => 'blue&&&red',
+ ),
+ false,
+ ),
+ "<foo a='blue&&amp;red'>" => array(
+ 'foo',
+ array(
+ 'a' => 'blue&&red',
+ ),
+ false,
+ ),
+ "<foo\nbar='baz'\n>" => array(
+ 'foo',
+ array(
+ 'bar' => 'baz',
+ ),
+ false,
+ ),
+ '<doe a deer>' => array(
+ 'doe',
+ array(
+ 'a' => null,
+ 'deer' => null,
+ ),
+ false,
+ ),
+ '<foo bar=baz>' => array(
+ 'foo',
+ array(
+ 'bar' => 'baz',
+ ),
+ false,
+ ),
+
+ // Updated for 8.1.2.3
+ '<foo bar = "baz" >' => array(
+ 'foo',
+ array(
+ 'bar' => 'baz',
+ ),
+ false,
+ ),
+
+ // The spec allows an unquoted value '/'. This will not be a closing
+ // tag.
+ '<foo bar=/>' => array(
+ 'foo',
+ array(
+ 'bar' => '/',
+ ),
+ false,
+ ),
+ '<foo bar=baz/>' => array(
+ 'foo',
+ array(
+ 'bar' => 'baz/',
+ ),
+ false,
+ ),
+ );
+ $this->isAllGood('startTag', 2, $good);
+
+ // Self-closing tags.
+ $withEnd = array(
+ '<foo bar="baz"/>' => array(
+ 'foo',
+ array(
+ 'bar' => 'baz',
+ ),
+ true,
+ ),
+ '<foo BAR="baz"/>' => array(
+ 'foo',
+ array(
+ 'bar' => 'baz',
+ ),
+ true,
+ ),
+ '<foo BAR="BAZ"/>' => array(
+ 'foo',
+ array(
+ 'bar' => 'BAZ',
+ ),
+ true,
+ ),
+ "<foo a='1' b=\"2\" c=3 d/>" => array(
+ 'foo',
+ array(
+ 'a' => '1',
+ 'b' => '2',
+ 'c' => '3',
+ 'd' => null,
+ ),
+ true,
+ ),
+ );
+ $this->isAllGood('startTag', 2, $withEnd);
+
+ // Cause a parse error.
+ $bad = array(
+ // This will emit an entity lookup failure for &+dark.
+ "<foo a='blue&+dark'>" => array(
+ 'foo',
+ array(
+ 'a' => 'blue&+dark',
+ ),
+ false,
+ ),
+ '<foo bar=>' => array(
+ 'foo',
+ array(
+ 'bar' => null,
+ ),
+ false,
+ ),
+ '<foo bar="oh' => array(
+ 'foo',
+ array(
+ 'bar' => 'oh',
+ ),
+ false,
+ ),
+ '<foo bar=oh">' => array(
+ 'foo',
+ array(
+ 'bar' => 'oh"',
+ ),
+ false,
+ ),
+
+ // these attributes are ignored because of current implementation
+ // of method "DOMElement::setAttribute"
+ // see issue #23: https://github.com/Masterminds/html5-php/issues/23
+ '<foo b"="baz">' => array(
+ 'foo',
+ array(),
+ false,
+ ),
+ '<foo 2abc="baz">' => array(
+ 'foo',
+ array(),
+ false,
+ ),
+ '<foo ?="baz">' => array(
+ 'foo',
+ array(),
+ false,
+ ),
+ '<foo foo?bar="baz">' => array(
+ 'foo',
+ array(),
+ false,
+ ),
+ )
+ ;
+ foreach ($bad as $test => $expects) {
+ $events = $this->parse($test);
+ $this->assertEquals(3, $events->depth(), "Counting events for '$test': " . print_r($events, true));
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('startTag', $expects, $events->get(1));
+ }
+
+ // Cause multiple parse errors.
+ $reallyBad = array(
+ '<foo ="bar">' => array(
+ 'foo',
+ array(
+ '=' => null,
+ '"bar"' => null,
+ ),
+ false,
+ ),
+ '<foo////>' => array(
+ 'foo',
+ array(),
+ true,
+ ),
+ // character "&" in unquoted attribute shouldn't cause an infinite loop
+ '<foo bar=index.php?str=1&amp;id=29>' => array(
+ 'foo',
+ array(
+ 'bar' => 'index.php?str=1&id=29',
+ ),
+ false,
+ ),
+ );
+ foreach ($reallyBad as $test => $expects) {
+ $events = $this->parse($test);
+ // fprintf(STDOUT, $test . print_r($events, true));
+ $this->assertEventError($events->get(0));
+ $this->assertEventError($events->get(1));
+ // $this->assertEventEquals('startTag', $expects, $events->get(1));
+ }
+
+ // Regression: Malformed elements should be detected.
+ // '<foo baz="1" <bar></foo>' => array('foo', array('baz' => '1'), false),
+ $events = $this->parse('<foo baz="1" <bar></foo>');
+ $this->assertEventError($events->get(0));
+ $this->assertEventEquals('startTag', array(
+ 'foo',
+ array(
+ 'baz' => '1',
+ ),
+ false,
+ ), $events->get(1));
+ $this->assertEventEquals('startTag', array(
+ 'bar',
+ array(),
+ false,
+ ), $events->get(2));
+ $this->assertEventEquals('endTag', array(
+ 'foo',
+ ), $events->get(3));
+ }
+
+ public function testRawText()
+ {
+ $good = array(
+ '<script>abcd efg hijk lmnop</script> ' => 'abcd efg hijk lmnop',
+ '<script><not/><the/><tag></script>' => '<not/><the/><tag>',
+ '<script><<<<<<<<</script>' => '<<<<<<<<',
+ '<script>hello</script</script>' => 'hello</script',
+ "<script>\nhello</script\n</script>" => "\nhello</script\n",
+ '<script>&amp;</script>' => '&amp;',
+ '<script><!--not a comment--></script>' => '<!--not a comment-->',
+ '<script><![CDATA[not a comment]]></script>' => '<![CDATA[not a comment]]>',
+ );
+ foreach ($good as $test => $expects) {
+ $events = $this->parse($test);
+ $this->assertEventEquals('startTag', 'script', $events->get(0));
+ $this->assertEventEquals('text', $expects, $events->get(1));
+ $this->assertEventEquals('endTag', 'script', $events->get(2));
+ }
+
+ $bad = array(
+ '<script>&amp;</script' => '&amp;</script',
+ '<script>Hello world' => 'Hello world',
+ );
+ foreach ($bad as $test => $expects) {
+ $events = $this->parse($test);
+ $this->assertEquals(4, $events->depth(), "Counting events for '$test': " . print_r($events, true));
+ $this->assertEventEquals('startTag', 'script', $events->get(0));
+ $this->assertEventError($events->get(1));
+ $this->assertEventEquals('text', $expects, $events->get(2));
+ }
+
+ // Testing case sensitivity
+ $events = $this->parse('<TITLE>a test</TITLE>');
+ $this->assertEventEquals('startTag', 'title', $events->get(0));
+ $this->assertEventEquals('text', 'a test', $events->get(1));
+ $this->assertEventEquals('endTag', 'title', $events->get(2));
+
+ // Testing end tags with whitespaces
+ $events = $this->parse('<title>Whitespaces are tasty</title >');
+ $this->assertEventEquals('startTag', 'title', $events->get(0));
+ $this->assertEventEquals('text', 'Whitespaces are tasty', $events->get(1));
+ $this->assertEventEquals('endTag', 'title', $events->get(2));
+ }
+
+ public function testRcdata()
+ {
+ list($tok, $events) = $this->createTokenizer('<title>&#x27;<!-- not a comment --></TITLE>');
+ $tok->setTextMode(\Masterminds\HTML5\Elements::TEXT_RCDATA, 'title');
+ $tok->parse();
+ $this->assertEventEquals('text', "'<!-- not a comment -->", $events->get(1));
+ }
+
+ public function testText()
+ {
+ $events = $this->parse('a<br>b');
+ $this->assertEquals(4, $events->depth(), 'Events: ' . print_r($events, true));
+ $this->assertEventEquals('text', 'a', $events->get(0));
+ $this->assertEventEquals('startTag', 'br', $events->get(1));
+ $this->assertEventEquals('text', 'b', $events->get(2));
+
+ $events = $this->parse('<a>Test</a>');
+ $this->assertEquals(4, $events->depth(), 'Events: ' . print_r($events, true));
+ $this->assertEventEquals('startTag', 'a', $events->get(0));
+ $this->assertEventEquals('text', 'Test', $events->get(1));
+ $this->assertEventEquals('endTag', 'a', $events->get(2));
+
+ $events = $this->parse('<p>0</p><p>1</p>');
+ $this->assertEquals(7, $events->depth(), 'Events: ' . print_r($events, true));
+
+ $this->assertEventEquals('startTag', 'p', $events->get(0));
+ $this->assertEventEquals('text', '0', $events->get(1));
+ $this->assertEventEquals('endTag', 'p', $events->get(2));
+
+ $this->assertEventEquals('startTag', 'p', $events->get(3));
+ $this->assertEventEquals('text', '1', $events->get(4));
+ $this->assertEventEquals('endTag', 'p', $events->get(5));
+
+ $events = $this->parse('a<![CDATA[test]]>b');
+ $this->assertEquals(4, $events->depth(), 'Events: ' . print_r($events, true));
+ $this->assertEventEquals('text', 'a', $events->get(0));
+ $this->assertEventEquals('cdata', 'test', $events->get(1));
+ $this->assertEventEquals('text', 'b', $events->get(2));
+
+ $events = $this->parse('a<!--test-->b');
+ $this->assertEquals(4, $events->depth(), 'Events: ' . print_r($events, true));
+ $this->assertEventEquals('text', 'a', $events->get(0));
+ $this->assertEventEquals('comment', 'test', $events->get(1));
+ $this->assertEventEquals('text', 'b', $events->get(2));
+
+ $events = $this->parse('a&amp;b');
+ $this->assertEquals(2, $events->depth(), 'Events: ' . print_r($events, true));
+ $this->assertEventEquals('text', 'a&b', $events->get(0));
+
+ $events = $this->parse('a&sup2;b');
+ $this->assertEquals(2, $events->depth(), 'Events: ' . print_r($events, true));
+ $this->assertEventEquals('text', 'a²b', $events->get(0));
+ }
+
+ // ================================================================
+ // Utility functions.
+ // ================================================================
+ protected function createTokenizer($string, $debug = false)
+ {
+ $eventHandler = new EventStack();
+ $scanner = new Scanner($string);
+
+ $scanner->debug = $debug;
+
+ return array(
+ new Tokenizer($scanner, $eventHandler),
+ $eventHandler,
+ );
+ }
+
+ public function parse($string, $debug = false)
+ {
+ list($tok, $events) = $this->createTokenizer($string, $debug);
+ $tok->parse();
+
+ return $events;
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/TreeBuildingRulesTest.php b/vendor/masterminds/html5/test/HTML5/Parser/TreeBuildingRulesTest.php
new file mode 100644
index 0000000..45c68bc
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/TreeBuildingRulesTest.php
@@ -0,0 +1,118 @@
+<?php
+/**
+ * @file
+ * Test the Tree Builder's special-case rules.
+ */
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+use Masterminds\HTML5\Parser\TreeBuildingRules;
+use Masterminds\HTML5\Parser\Tokenizer;
+use Masterminds\HTML5\Parser\Scanner;
+use Masterminds\HTML5\Parser\DOMTreeBuilder;
+
+/**
+ * These tests are functional, not necessarily unit tests.
+ */
+class TreeBuildingRulesTest extends \Masterminds\HTML5\Tests\TestCase
+{
+ const HTML_STUB = '<!DOCTYPE html><html><head><title>test</title></head><body>%s</body></html>';
+
+ /**
+ * Convenience function for parsing.
+ */
+ protected function parse($string)
+ {
+ $treeBuilder = new DOMTreeBuilder();
+ $scanner = new Scanner($string);
+ $parser = new Tokenizer($scanner, $treeBuilder);
+
+ $parser->parse();
+
+ return $treeBuilder->document();
+ }
+
+ /**
+ * Convenience function for parsing fragments.
+ */
+ protected function parseFragment($string)
+ {
+ $events = new DOMTreeBuilder(true);
+ $scanner = new Scanner($string);
+ $parser = new Tokenizer($scanner, $events);
+
+ $parser->parse();
+
+ return $events->fragment();
+ }
+
+ public function testTDFragment()
+ {
+ $frag = $this->parseFragment('<td>This is a test of the HTML5 parser</td>');
+
+ $td = $frag->childNodes->item(0);
+
+ $this->assertEquals(1, $frag->childNodes->length);
+ $this->assertEquals('td', $td->tagName);
+ $this->assertEquals('This is a test of the HTML5 parser', $td->nodeValue);
+ }
+
+ public function testHasRules()
+ {
+ $doc = new \DOMDocument('1.0');
+ $engine = new TreeBuildingRules($doc);
+
+ $this->assertTrue($engine->hasRules('li'));
+ $this->assertFalse($engine->hasRules('imaginary'));
+ }
+
+ public function testHandleLI()
+ {
+ $html = sprintf(self::HTML_STUB, '<ul id="a"><li>test<li>test2</ul><a></a>');
+ $doc = $this->parse($html);
+
+ $list = $doc->getElementById('a');
+
+ $this->assertEquals(2, $list->childNodes->length);
+ foreach ($list->childNodes as $ele) {
+ $this->assertEquals('li', $ele->tagName);
+ }
+ }
+
+ public function testHandleDT()
+ {
+ $html = sprintf(self::HTML_STUB, '<dl id="a"><dt>Hello<dd>Hi</dl><a></a>');
+ $doc = $this->parse($html);
+
+ $list = $doc->getElementById('a');
+
+ $this->assertEquals(2, $list->childNodes->length);
+ $this->assertEquals('dt', $list->firstChild->tagName);
+ $this->assertEquals('dd', $list->lastChild->tagName);
+ }
+
+ public function testHandleOptionGroupAndOption()
+ {
+ $html = sprintf(self::HTML_STUB, '<optgroup id="foo" label="foo" ><option value="foo">bar</option></optgroup>');
+ $doc = $this->parse($html);
+
+ $list = $doc->getElementById('foo');
+
+ $this->assertEquals(1, $list->childNodes->length);
+
+ $option = $list->childNodes->item(0);
+ $this->assertEquals('option', $option->tagName);
+ }
+
+ public function testTable()
+ {
+ $html = sprintf(self::HTML_STUB, '<table><thead id="a"><th>foo<td>bar<td>baz');
+ $doc = $this->parse($html);
+
+ $list = $doc->getElementById('a');
+
+ $this->assertEquals(3, $list->childNodes->length);
+ $this->assertEquals('th', $list->firstChild->tagName);
+ $this->assertEquals('td', $list->lastChild->tagName);
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Parser/UTF8UtilsTest.php b/vendor/masterminds/html5/test/HTML5/Parser/UTF8UtilsTest.php
new file mode 100644
index 0000000..72c26a4
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Parser/UTF8UtilsTest.php
@@ -0,0 +1,28 @@
+<?php
+
+namespace Masterminds\HTML5\Tests\Parser;
+
+use Masterminds\HTML5\Parser\UTF8Utils;
+
+class UTF8UtilsTest extends \Masterminds\HTML5\Tests\TestCase
+{
+ public function testConvertToUTF8()
+ {
+ $out = UTF8Utils::convertToUTF8('éàa', 'ISO-8859-1');
+ $this->assertEquals('éàa', $out);
+ }
+
+ /**
+ * @todo add tests for invalid codepoints
+ */
+ public function testCheckForIllegalCodepoints()
+ {
+ $smoke = 'Smoke test';
+ $err = UTF8Utils::checkForIllegalCodepoints($smoke);
+ $this->assertEmpty($err);
+
+ $data = "Foo Bar \0 Baz";
+ $errors = UTF8Utils::checkForIllegalCodepoints($data);
+ $this->assertContains('null-character', $errors);
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Serializer/OutputRulesTest.php b/vendor/masterminds/html5/test/HTML5/Serializer/OutputRulesTest.php
new file mode 100644
index 0000000..9130516
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Serializer/OutputRulesTest.php
@@ -0,0 +1,652 @@
+<?php
+
+namespace Masterminds\HTML5\Tests\Serializer;
+
+use Masterminds\HTML5\Serializer\OutputRules;
+use Masterminds\HTML5\Serializer\Traverser;
+use Masterminds\HTML5;
+
+class OutputRulesTest extends \Masterminds\HTML5\Tests\TestCase
+{
+ protected $markup = '<!doctype html>
+ <html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Test</title>
+ </head>
+ <body>
+ <p>This is a test.</p>
+ </body>
+ </html>';
+
+ /**
+ * @var HTML5
+ */
+ protected $html5;
+
+ public function setUp()
+ {
+ $this->html5 = $this->getInstance();
+ }
+
+ /**
+ * Using reflection we make a protected method accessible for testing.
+ *
+ * @param string $name
+ * The name of the method on the Traverser class to test
+ *
+ * @return \ReflectionMethod for the specified method
+ */
+ public function getProtectedMethod($name)
+ {
+ $class = new \ReflectionClass('\Masterminds\HTML5\Serializer\OutputRules');
+ $method = $class->getMethod($name);
+ $method->setAccessible(true);
+
+ return $method;
+ }
+
+ public function getTraverserProtectedProperty($name)
+ {
+ $class = new \ReflectionClass('\Masterminds\HTML5\Serializer\Traverser');
+ $property = $class->getProperty($name);
+ $property->setAccessible(true);
+
+ return $property;
+ }
+
+ public function getOutputRules($options = array())
+ {
+ $options = $options + $this->html5->getOptions();
+ $stream = fopen('php://temp', 'w');
+ $dom = $this->html5->loadHTML($this->markup);
+ $r = new OutputRules($stream, $options);
+ $t = new Traverser($dom, $stream, $r, $options);
+
+ return array(
+ $r,
+ $stream,
+ );
+ }
+
+ public function testDocument()
+ {
+ $dom = $this->html5->loadHTML('<!doctype html><html lang="en"><body>foo</body></html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $r->document($dom);
+ $expected = '<!DOCTYPE html>' . PHP_EOL . '<html lang="en"><body>foo</body></html>' . PHP_EOL;
+ $this->assertEquals($expected, stream_get_contents($stream, -1, 0));
+ }
+
+ public function testEmptyDocument()
+ {
+ $dom = $this->html5->loadHTML('');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $r->document($dom);
+ $expected = '<!DOCTYPE html>' . PHP_EOL;
+ $this->assertEquals($expected, stream_get_contents($stream, -1, 0));
+ }
+
+ public function testDoctype()
+ {
+ $dom = $this->html5->loadHTML('<!doctype html><html lang="en"><body>foo</body></html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $m = $this->getProtectedMethod('doctype');
+ $m->invoke($r, 'foo');
+ $this->assertEquals('<!DOCTYPE html>' . PHP_EOL, stream_get_contents($stream, -1, 0));
+ }
+
+ public function testElement()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo" class="bar baz">foo bar baz</div>
+ <svg width="150" height="100" viewBox="0 0 3 2">
+ <rect width="1" height="2" x="0" fill="#008d46" />
+ <rect width="1" height="2" x="1" fill="#ffffff" />
+ <rect width="1" height="2" x="2" fill="#d2232c" />
+ </svg>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('div');
+ $r->element($list->item(0));
+ $this->assertEquals('<div id="foo" class="bar baz">foo bar baz</div>', stream_get_contents($stream, -1, 0));
+ }
+
+ public function testSerializeWithNamespaces()
+ {
+ $this->html5 = $this->getInstance(array(
+ 'xmlNamespaces' => true,
+ ));
+
+ $source = '
+ <!DOCTYPE html>
+ <html><body id="body" xmlns:x="http://www.prefixed.com">
+ <a id="bar1" xmlns="http://www.prefixed.com/bar1">
+ <b id="bar4" xmlns="http://www.prefixed.com/bar4"><x:prefixed id="prefixed">xy</x:prefixed></b>
+ </a>
+ <svg id="svg">svg</svg>
+ <c id="bar2" xmlns="http://www.prefixed.com/bar2"></c>
+ <div id="div"></div>
+ <d id="bar3"></d>
+ <xn:d id="bar5" xmlns:xn="http://www.prefixed.com/xn" xmlns="http://www.prefixed.com/bar5_x"><x id="bar5_x">y</x></xn:d>
+ </body>
+ </html>';
+
+ $dom = $this->html5->loadHTML($source, array(
+ 'xmlNamespaces' => true,
+ ));
+ $this->assertFalse($this->html5->hasErrors(), print_r($this->html5->getErrors(), 1));
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $t->walk();
+ $rendered = stream_get_contents($stream, -1, 0);
+
+ $clear = function ($s) {
+ return trim(preg_replace('/[\s]+/', ' ', $s));
+ };
+
+ $this->assertEquals($clear($source), $clear($rendered));
+ }
+
+ public function testElementWithScript()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+ <html lang="en">
+ <head>
+ <script>
+ var $jQ = jQuery.noConflict();
+ // Use jQuery via $jQ(...)
+ $jQ(document).ready(function () {
+ $jQ("#mktFrmSubmit").wrap("<div class=\'buttonSubmit\'></div>");
+ $jQ(".buttonSubmit").prepend("<span></span>");
+ });
+ </script>
+ </head>
+ <body>
+ <div id="foo" class="bar baz">foo bar baz</div>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $script = $dom->getElementsByTagName('script');
+ $r->element($script->item(0));
+ $this->assertEquals(
+ '<script>
+ var $jQ = jQuery.noConflict();
+ // Use jQuery via $jQ(...)
+ $jQ(document).ready(function () {
+ $jQ("#mktFrmSubmit").wrap("<div class=\'buttonSubmit\'></div>");
+ $jQ(".buttonSubmit").prepend("<span></span>");
+ });
+ </script>', stream_get_contents($stream, -1, 0));
+ }
+
+ public function testElementWithStyle()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+ <html lang="en">
+ <head>
+ <style>
+ body > .bar {
+ display: none;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="foo" class="bar baz">foo bar baz</div>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $style = $dom->getElementsByTagName('style');
+ $r->element($style->item(0));
+ $this->assertEquals('<style>
+ body > .bar {
+ display: none;
+ }
+ </style>', stream_get_contents($stream, -1, 0));
+ }
+
+ public function testOpenTag()
+ {
+ $dom = $this->html5->loadHTML('<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo" class="bar baz">foo bar baz</div>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('div');
+ $m = $this->getProtectedMethod('openTag');
+ $m->invoke($r, $list->item(0));
+ $this->assertEquals('<div id="foo" class="bar baz">', stream_get_contents($stream, -1, 0));
+ }
+
+ public function testCData()
+ {
+ $dom = $this->html5->loadHTML('<!doctype html>
+ <html lang="en">
+ <body>
+ <div><![CDATA[bar]]></div>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('div');
+ $r->cdata($list->item(0)->childNodes->item(0));
+ $this->assertEquals('<![CDATA[bar]]>', stream_get_contents($stream, -1, 0));
+
+ $dom = $this->html5->loadHTML('<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo"></div>
+ </body>
+ </html>');
+
+ $dom->getElementById('foo')->appendChild(new \DOMCdataSection(']]>Foo<[![CDATA test ]]>'));
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+ $list = $dom->getElementsByTagName('div');
+ $r->cdata($list->item(0)->childNodes->item(0));
+
+ $this->assertEquals('<![CDATA[]]]]><![CDATA[>Foo<[![CDATA test ]]]]><![CDATA[>]]>', stream_get_contents($stream, -1, 0));
+ }
+
+ public function testComment()
+ {
+ $dom = $this->html5->loadHTML('<!doctype html>
+ <html lang="en">
+ <body>
+ <div><!-- foo --></div>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('div');
+ $r->comment($list->item(0)->childNodes->item(0));
+ $this->assertEquals('<!-- foo -->', stream_get_contents($stream, -1, 0));
+
+ $dom = $this->html5->loadHTML('<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo"></div>
+ </body>
+ </html>');
+ $dom->getElementById('foo')->appendChild(new \DOMComment('<!-- --> --> Foo -->'));
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('div');
+ $r->comment($list->item(0)->childNodes->item(0));
+
+ // Could not find more definitive guidelines on what this should be. Went with
+ // what the HTML5 spec says and what \DOMDocument::saveXML() produces.
+ $this->assertEquals('<!--<!-- --> --> Foo -->-->', stream_get_contents($stream, -1, 0));
+ }
+
+ public function testText()
+ {
+ $dom = $this->html5->loadHTML('<!doctype html>
+ <html lang="en">
+ <head>
+ <script>baz();</script>
+ </head>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('script');
+ $r->text($list->item(0)->childNodes->item(0));
+ $this->assertEquals('baz();', stream_get_contents($stream, -1, 0));
+
+ $dom = $this->html5->loadHTML('<!doctype html>
+ <html lang="en">
+ <head id="foo"></head>
+ </html>');
+ $foo = $dom->getElementById('foo');
+ $foo->appendChild(new \DOMText('<script>alert("hi");</script>'));
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $r->text($foo->firstChild);
+ $this->assertEquals('&lt;script&gt;alert("hi");&lt;/script&gt;', stream_get_contents($stream, -1, 0));
+ }
+
+ public function testNl()
+ {
+ list($o, $s) = $this->getOutputRules();
+
+ $m = $this->getProtectedMethod('nl');
+ $m->invoke($o);
+ $this->assertEquals(PHP_EOL, stream_get_contents($s, -1, 0));
+ }
+
+ public function testWr()
+ {
+ list($o, $s) = $this->getOutputRules();
+
+ $m = $this->getProtectedMethod('wr');
+ $m->invoke($o, 'foo');
+ $this->assertEquals('foo', stream_get_contents($s, -1, 0));
+ }
+
+ public function getEncData()
+ {
+ return array(
+ array(
+ false,
+ '&\'<>"',
+ '&amp;\'&lt;&gt;"',
+ '&amp;&apos;&lt;&gt;&quot;',
+ ),
+ array(
+ false,
+ 'This + is. a < test',
+ 'This + is. a &lt; test',
+ 'This &plus; is&period; a &lt; test',
+ ),
+ array(
+ false,
+ '.+#',
+ '.+#',
+ '&period;&plus;&num;',
+ ),
+
+ array(
+ true,
+ '.+#\'',
+ '.+#\'',
+ '&period;&plus;&num;&apos;',
+ ),
+ array(
+ true,
+ '&".<',
+ '&amp;&quot;.<',
+ '&amp;&quot;&period;&lt;',
+ ),
+ array(
+ true,
+ '&\'<>"',
+ '&amp;\'<>&quot;',
+ '&amp;&apos;&lt;&gt;&quot;',
+ ),
+ array(
+ true,
+ "\xc2\xa0\"'",
+ '&nbsp;&quot;\'',
+ '&nbsp;&quot;&apos;',
+ ),
+ );
+ }
+
+ /**
+ * Test basic encoding of text.
+ *
+ * @dataProvider getEncData
+ */
+ public function testEnc($isAttribute, $test, $expected, $expectedEncoded)
+ {
+ list($o, $s) = $this->getOutputRules();
+ $m = $this->getProtectedMethod('enc');
+
+ $this->assertEquals($expected, $m->invoke($o, $test, $isAttribute));
+
+ list($o, $s) = $this->getOutputRules(array(
+ 'encode_entities' => true,
+ ));
+ $m = $this->getProtectedMethod('enc');
+ $this->assertEquals($expectedEncoded, $m->invoke($o, $test, $isAttribute));
+ }
+
+ /**
+ * Test basic encoding of text.
+ *
+ * @dataProvider getEncData
+ */
+ public function testEscape($isAttribute, $test, $expected, $expectedEncoded)
+ {
+ list($o, $s) = $this->getOutputRules();
+ $m = $this->getProtectedMethod('escape');
+
+ $this->assertEquals($expected, $m->invoke($o, $test, $isAttribute));
+ }
+
+ public function booleanAttributes()
+ {
+ return array(
+ array('<img alt="" ismap>'),
+ array('<img alt="">'),
+ array('<input type="radio" readonly>'),
+ array('<input type="radio" checked disabled>'),
+ array('<input type="checkbox" checked disabled>'),
+ array('<input type="radio" value="" checked disabled>'),
+ array('<div data-value=""></div>'),
+ array('<select disabled></select>'),
+ array('<div ng-app></div>'),
+ array('<script defer></script>'),
+ );
+ }
+
+ /**
+ * @dataProvider booleanAttributes
+ */
+ public function testBooleanAttrs($html)
+ {
+ $dom = $this->html5->loadHTML('<!doctype html><html lang="en"><body>' . $html . '</body></html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $node = $dom->getElementsByTagName('body')->item(0)->firstChild;
+
+ $m = $this->getProtectedMethod('attrs');
+ $m->invoke($r, $node);
+
+ $content = stream_get_contents($stream, -1, 0);
+
+ $html = preg_replace('~<[a-z]+(.*)></[a-z]+>~', '\1', $html);
+ $html = preg_replace('~<[a-z]+(.*)/?>~', '\1', $html);
+
+ $this->assertEquals($content, $html);
+ }
+
+ public function testAttrs()
+ {
+ $dom = $this->html5->loadHTML('<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo" class="bar baz">foo bar baz</div>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('div');
+
+ $m = $this->getProtectedMethod('attrs');
+ $m->invoke($r, $list->item(0));
+
+ $content = stream_get_contents($stream, -1, 0);
+ $this->assertEquals(' id="foo" class="bar baz"', $content);
+ }
+
+ public function testSvg()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo" class="bar baz">foo bar baz</div>
+ <svg width="150" height="100" viewBox="0 0 3 2">
+ <rect width="1" height="2" x="0" fill="#008d46" />
+ <rect width="1" height="2" x="1" fill="#ffffff" />
+ <rect width="1" height="2" x="2" fill="#d2232c" />
+ <rect id="Bar" x="300" y="100" width="300" height="100" fill="rgb(255,255,0)">
+ <animate attributeName="x" attributeType="XML" begin="0s" dur="9s" fill="freeze" from="300" to="0" />
+ </rect>
+ </svg>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('svg');
+ $r->element($list->item(0));
+ $contents = stream_get_contents($stream, -1, 0);
+ $this->assertRegExp('|<svg width="150" height="100" viewBox="0 0 3 2">|', $contents);
+ $this->assertRegExp('|<rect width="1" height="2" x="0" fill="#008d46" />|', $contents);
+ $this->assertRegExp('|<rect id="Bar" x="300" y="100" width="300" height="100" fill="rgb\(255,255,0\)">|', $contents);
+ }
+
+ public function testMath()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+ <html lang="en">
+ <body>
+ <div id="foo" class="bar baz">foo bar baz</div>
+ <math>
+ <mi>x</mi>
+ <csymbol definitionURL="http://www.example.com/mathops/multiops.html#plusminus">
+ <mo>&PlusMinus;</mo>
+ </csymbol>
+ <mi>y</mi>
+ </math>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('math');
+ $r->element($list->item(0));
+ $content = stream_get_contents($stream, -1, 0);
+ $this->assertRegExp('|<math>|', $content);
+ $this->assertRegExp('|<csymbol definitionURL="http://www.example.com/mathops/multiops.html#plusminus">|', $content);
+ }
+
+ public function testProcessorInstruction()
+ {
+ $dom = $this->html5->loadHTMLFragment('<?foo bar ?>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $r->processorInstruction($dom->firstChild);
+ $content = stream_get_contents($stream, -1, 0);
+ $this->assertRegExp('|<\?foo bar \?>|', $content);
+ }
+
+ public function testAddressTag()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+ <html lang="en">
+ <body>
+ <address>
+ <a href="../People/Raggett/">Dave Raggett</a>,
+ <a href="../People/Arnaud/">Arnaud Le Hors</a>,
+ contact persons for the <a href="Activity">W3C HTML Activity</a>
+ </address>
+ </body>
+ </html>');
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+
+ $list = $dom->getElementsByTagName('address');
+ $r->element($list->item(0));
+ $contents = stream_get_contents($stream, -1, 0);
+
+ $this->assertRegExp('|<address>|', $contents);
+ $this->assertRegExp('|<a href="../People/Raggett/">Dave Raggett</a>,|', $contents);
+ $this->assertRegExp('|<a href="../People/Arnaud/">Arnaud Le Hors</a>,|', $contents);
+ $this->assertRegExp('|contact persons for the <a href="Activity">W3C HTML Activity</a>|', $contents);
+ $this->assertRegExp('|</address>|', $contents);
+ }
+
+ /**
+ * Ensure direct DOM manipulation doesn't break TEXT_RAW elements (iframe, script, etc...).
+ */
+ public function testHandlingInvalidRawContent()
+ {
+ $dom = $this->html5->loadHTML(
+ '<!doctype html>
+<html lang="en" id="base">
+ <body>
+ <script id="template" type="x-tmpl-mustache">
+ <h1>Hello!</h1>
+ </script>
+ </body>
+</html>');
+
+ $badNode = $dom->createElement('p', 'Bar');
+
+ // modify the content of the TEXT_RAW element: <script id="template"> appending dom nodes
+ $styleElement = $dom->getElementById('template');
+ $styleElement->appendChild($badNode);
+
+ $contents = $this->html5->saveHTML($dom);
+
+ $this->assertTrue(false !== strpos($contents, '<script id="template" type="x-tmpl-mustache">
+ <h1>Hello!</h1>
+ <p>Bar</p></script>'));
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/Serializer/TraverserTest.php b/vendor/masterminds/html5/test/HTML5/Serializer/TraverserTest.php
new file mode 100644
index 0000000..d4ae7b3
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/Serializer/TraverserTest.php
@@ -0,0 +1,136 @@
+<?php
+
+namespace Masterminds\HTML5\Tests\Serializer;
+
+use Masterminds\HTML5\Serializer\OutputRules;
+use Masterminds\HTML5\Serializer\Traverser;
+
+class TraverserTest extends \Masterminds\HTML5\Tests\TestCase
+{
+ protected $markup = '<!doctype html>
+ <html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Test</title>
+ </head>
+ <body>
+ <p>This is a test.</p>
+ </body>
+ </html>';
+
+ public function setUp()
+ {
+ $this->html5 = $this->getInstance();
+ }
+
+ /**
+ * Using reflection we make a protected method accessible for testing.
+ *
+ * @param string $name
+ * The name of the method on the Traverser class to test
+ *
+ * @return \ReflectionMethod \ReflectionMethod for the specified method
+ */
+ public function getProtectedMethod($name)
+ {
+ $class = new \ReflectionClass('\Masterminds\HTML5\Serializer\Traverser');
+ $method = $class->getMethod($name);
+ $method->setAccessible(true);
+
+ return $method;
+ }
+
+ public function getTraverser()
+ {
+ $stream = fopen('php://temp', 'w');
+
+ $dom = $this->html5->loadHTML($this->markup);
+ $t = new Traverser($dom, $stream, $html5->getOptions());
+
+ // We return both the traverser and stream so we can pull from it.
+ return array(
+ $t,
+ $stream,
+ );
+ }
+
+ public function testConstruct()
+ {
+ // The traverser needs a place to write the output to. In our case we
+ // use a stream in temp space.
+ $stream = fopen('php://temp', 'w');
+
+ $html5 = $this->getInstance();
+
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $dom = $this->html5->loadHTML($this->markup);
+
+ $t = new Traverser($dom, $stream, $r, $html5->getOptions());
+
+ $this->assertInstanceOf('\Masterminds\HTML5\Serializer\Traverser', $t);
+ }
+
+ public function testFragmentDeprecated()
+ {
+ $html = '<span class="bar">foo</span><span></span><div>bar</div>';
+ $input = new \Masterminds\HTML5\Parser\StringInputStream($html);
+ $dom = $this->html5->parseFragment($input);
+
+ $this->assertInstanceOf('\DOMDocumentFragment', $dom);
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+ $t->walk();
+
+ $this->assertEquals($html, stream_get_contents($stream, -1, 0));
+ }
+
+ public function testFragment()
+ {
+ $html = '<span class="bar">foo</span><span></span><div>bar</div>';
+ $dom = $this->html5->parseFragment($html);
+
+ $this->assertInstanceOf('\DOMDocumentFragment', $dom);
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+ $t->walk();
+
+ $this->assertEquals($html, stream_get_contents($stream, -1, 0));
+ }
+
+ public function testProcessorInstructionDeprecated()
+ {
+ $html = '<?foo bar ?>';
+ $input = new \Masterminds\HTML5\Parser\StringInputStream($html);
+ $dom = $this->html5->parseFragment($input);
+
+ $this->assertInstanceOf('\DOMDocumentFragment', $dom);
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+ $t->walk();
+
+ $this->assertEquals($html, stream_get_contents($stream, -1, 0));
+ }
+
+ public function testProcessorInstruction()
+ {
+ $html = '<?foo bar ?>';
+ $dom = $this->html5->parseFragment($html);
+
+ $this->assertInstanceOf('\DOMDocumentFragment', $dom);
+
+ $stream = fopen('php://temp', 'w');
+ $r = new OutputRules($stream, $this->html5->getOptions());
+
+ $t = new Traverser($dom, $stream, $r, $this->html5->getOptions());
+ $t->walk();
+
+ $this->assertEquals($html, stream_get_contents($stream, -1, 0));
+ }
+}
diff --git a/vendor/masterminds/html5/test/HTML5/TestCase.php b/vendor/masterminds/html5/test/HTML5/TestCase.php
new file mode 100644
index 0000000..a25ae21
--- /dev/null
+++ b/vendor/masterminds/html5/test/HTML5/TestCase.php
@@ -0,0 +1,23 @@
+<?php
+
+namespace Masterminds\HTML5\Tests;
+
+use Masterminds\HTML5;
+use PHPUnit\Framework\TestCase as BaseTestCase;
+
+class TestCase extends BaseTestCase
+{
+ const DOC_OPEN = '<!DOCTYPE html><html><head><title>test</title></head><body>';
+
+ const DOC_CLOSE = '</body></html>';
+
+ public function getInstance(array $options = array())
+ {
+ return new HTML5($options);
+ }
+
+ protected function wrap($fragment)
+ {
+ return self::DOC_OPEN . $fragment . self::DOC_CLOSE;
+ }
+}
diff --git a/vendor/masterminds/html5/test/benchmark/example.html b/vendor/masterminds/html5/test/benchmark/example.html
new file mode 100644
index 0000000..3e1bed0
--- /dev/null
+++ b/vendor/masterminds/html5/test/benchmark/example.html
@@ -0,0 +1,6403 @@
+
+<!DOCTYPE html>
+<!--[if (gt IE 9)|!(IE)]> <!--> <html lang="en" class="no-js edition-domestic app-homepage" itemscope xmlns:og="http://opengraphprotocol.org/schema/"> <!--<![endif]-->
+<!--[if IE 9]> <html lang="en" class="no-js ie9 lt-ie10 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+<!--[if IE 8]> <html lang="en" class="no-js ie8 lt-ie10 lt-ie9 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+<!--[if (lt IE 8)]> <html lang="en" class="no-js lt-ie10 lt-ie9 lt-ie8 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->
+<head>
+ <title>The New York Times - Breaking News, World News & Multimedia</title>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <link rel="shortcut icon" href="https://static01.nyt.com/favicon.ico" />
+ <link rel="apple-touch-icon-precomposed" sizes="144×144" href="https://static01.nyt.com/images/icons/ios-ipad-144x144.png" />
+ <link rel="apple-touch-icon-precomposed" sizes="114×114" href="https://static01.nyt.com/images/icons/ios-iphone-114x144.png" />
+ <link rel="apple-touch-icon-precomposed" href="https://static01.nyt.com/images/icons/ios-default-homescreen-57x57.png" />
+ <meta name="sourceApp" content="nyt-v5" />
+ <meta id="applicationName" name="applicationName" content="homepage" />
+ <meta id="foundation-build-id" name="foundation-build-id" content="" />
+ <link rel="canonical" href="https://www.nytimes.com" />
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" />
+ <link rel="alternate" media="only screen and (max-width: 640px)" href="http://mobile.nytimes.com" />
+ <link rel="alternate" media="handheld" href="http://mobile.nytimes.com" />
+ <meta name="robots" content="noarchive,noodp,noydir" />
+ <meta name="description" content="The New York Times: Find breaking news, multimedia, reviews & opinion on Washington, business, sports, movies, travel, books, jobs, education, real estate, cars & more at nytimes.com." />
+ <meta name="CG" content="Homepage" />
+ <meta name="SCG" content="" />
+ <meta name="PT" content="Homepage" />
+ <meta name="PST" content="" />
+ <meta name="application-name" content="The New York Times" />
+ <meta name="msapplication-starturl" content="https://www.nytimes.com" />
+ <meta name="msapplication-task" content="name=Search;action-uri=http://query.nytimes.com/search/sitesearch?src=iepin;icon-uri=https://static01.nyt.com/images/icons/search.ico" />
+ <meta name="msapplication-task" content="name=Most Popular;action-uri=http://www.nytimes.com/gst/mostpopular.html?src=iepin;icon-uri=https://static01.nyt.com/images/icons/mostpopular.ico" />
+ <meta name="msapplication-task" content="name=Video;action-uri=http://video.nytimes.com/?src=iepin;icon-uri=https://static01.nyt.com/images/icons/video.ico" />
+ <meta name="msapplication-task" content="name=Homepage;action-uri=https://www.nytimes.com?src=iepin&amp;adxnnl=1;icon-uri=https://static01.nyt.com/images/icons/homepage.ico" />
+ <meta property="og:url" content="https://www.nytimes.com" />
+ <meta property="og:type" content="website" />
+ <meta property="og:title" content="Breaking News, World News & Multimedia" />
+ <meta property="og:description" content="The New York Times: Find breaking news, multimedia, reviews & opinion on Washington, business, sports, movies, travel, books, jobs, education, real estate, cars & more at nytimes.com." />
+ <meta property="og:image" content="https://static01.nyt.com/images/icons/t_logo_291_black.png" />
+ <meta property="fb:app_id" content="9869919170" />
+ <meta name="apple-itunes-app" content="app-id=357066198, affiliate-data=at=10lIEQ&ct=Web%20iPad%20Smart%20App%20Banner&pt=13036" />
+ <meta name="keywords" content="Hurricane Harvey (2017),Federal Emergency Management Agency,Beaumont (Tex),Houston (Tex),Hurricane Harvey (2017),Hurricanes and Tropical Storms,Weather,Houston (Tex),Beaumont (Tex),Harris County (Tex),Hurricane Harvey (2017),Texas,Floods,Hurricanes and Tropical Storms,Houston (Tex),Hurricane Harvey (2017),Floods,Deaths (Fatalities),Beaumont (Tex),Hurricane Harvey (2017),Deaths (Fatalities),Louisiana,Texas,Hurricane Harvey (2017),National Hurricane Center,Houston (Tex),Hurricane Harvey (2017),Area Planning and Renewal,Houston (Tex),Floods,New Orleans (La),Hurricane Harvey (2017),Corporate Taxes,Tax Credits, Deductions and Exemptions,Philanthropy,Houston (Tex),Hurricane Harvey (2017),Federal Aid (US),Federal Emergency Management Agency,Small Business Administration,Real Estate and Housing (Residential),Floods,Hurricane Harvey (2017),Humanitarian Aid,Frauds and Swindling,Hurricane Harvey (2017),Floods,Texas,Beaumont (Tex),port arthur texas,Floods,Hurricane Harvey (2017),Houston (Tex),Rain,Refineries,Hurricane Harvey (2017),Hurricanes and Tropical Storms,Evacuations and Evacuees,Texas,United States Politics and Government,Taxation,United States Economy,Springfield (Mo),Trump, Donald J,Tax Shelters,United States Economy,Corporate Taxes,Trump, Donald J,Republican Party,United States Politics and Government,Immigration Detention,Law and Legislation,Illegal Immigration,Trump, Donald J,Patient Protection and Affordable Care Act (2010),Health Insurance and Managed Care,State Children's Health Insurance Program (S-CHIP),United States International Relations,Extortion and Blackmail,Trump, Donald J,North Korea,Cohen, Michael D (1966- ),Russian Interference in 2016 US Elections and Ties to Trump Associates,House Committee on Intelligence,Trump, Donald J,Putin, Vladimir V,United States International Relations,Terrorism,United States Politics and Government,Afghanistan War (2001- ),United States Defense and Military Forces,Haqqani Network,Taliban,Trump, Donald J,Tillerson, Rex W,Pakistan,India,Leukemia,Immune System,Genetic Engineering,Cancer,Children's Hospital of Philadelphia,Food and Drug Administration,Novartis AG,University of Pennsylvania,June, Carl H,Whitehead, Emma,vis-multimedia,Accidents and Safety,Buildings (Structures),Mumbai (India),Tennis,United States Open (Tennis),Sharapova, Maria,Think Tanks,Google Inc,Alphabet Inc,New America Foundation,Schmidt, Eric E,Slaughter, Anne-Marie,Lynn, Barry,Open Markets,Computers and the Internet,Brazil,Amazon Jungle,Mines and Mining,Forests and Forestry,Indigenous People,Temer, Michel (1940- ),Zeid Ra'ad Zeid Al Hussein,Trump, Donald J,United Nations,News and News Media,Freedom of the Press,Newspapers,United States Politics and Government,Charlottesville, Va, Violence (August, 2017),United States Politics and Government,Afghanistan War (2001- ),United States Defense and Military Forces,Defense Department,Afghanistan,Exercise,Cooking and Cookbooks,Seasonal Affective Disorder (SAD),Sleep,Airlines and Airplanes,Comedy and Humor,Travel and Vacations,Monuments and Memorials (Structures),Politics and Government,de Blasio, Bill,Columbus, Christopher,New York City,David Tang,Deaths (Obituaries),Fashion and Apparel,Shanghai Tang,Entrepreneurship,London (England),Hong Kong,National Aeronautics and Space Administration,Space and Astronomy,Solar System,Exploration and Explorers,The Big Bang Theory (TV Program),Young Sheldon (TV Program),Television,Lorre, Chuck,Parsons, Jim,Social Media,Family Courts,Ethics and Official Misconduct,Administration for Children's Services (NYC),Legal Aid Society,Hansell, David,vis-multimedia,Australia,Same-Sex Marriage, Civil Unions and Domestic Partnerships,Political Advertising,Whales and Whaling,International Court of Justice (UN),Sea Shepherd Conservation Society,Antarctic Regions,Japan,Southern Ocean,Mathematics,Archaeology and Anthropology,Babylon (Iraq),Mansfield, Daniel F,Wildberger, Norman J,Historia Mathematica (Journal),Olympic Games,Olympic Games (1972),International Olympic Committee,Munich (Germany),Glasgow (Scotland),Great Britain,Travel and Vacations,Writing and Writers,Books and Literature,Ward, Jesmyn" />
+ <meta name="video:playerId" content="2640832222001" />
+ <meta name="video:publisherId" content="1749339200" />
+ <meta name="video:publisherReadToken" content="cE97ArV7TzqBzkmeRVVhJ8O6GWME2iG_bRvjBTlNb4o." />
+ <meta name="dfp-ad-unit-path" content="homepage/us" />
+ <meta name="dfp-amazon-enabled" content="false" />
+ <meta name="adxPage" content="homepage.nytimes.com/index.html" />
+
+ <link id="legacy-zam5nzz" rel="stylesheet" type="text/css" href="https://typeface.nyt.com/css/zam5nzz.css" media="all" />
+ <!--[if (gt IE 9)|!(IE)]> <!-->
+ <link rel="stylesheet" type="text/css" media="screen" href="https://a1.nyt.com/assets/homepage/20170810-135137/css/homepage/styles.css" />
+ <!--<![endif]-->
+ <!--[if lte IE 9]>
+ <link rel="stylesheet" type="text/css" media="screen" href="https://a1.nyt.com/assets/homepage/20170810-135137/css/homepage/styles-ie.css" />
+ <![endif]-->
+ <!-- begin abra -->
+ <script>
+ var NYTD=NYTD||{};NYTD.Abra=function(t){"use strict";function n(t){var n=i[t];return n&&n[1]||null}function e(t,n){if(t){var e,o,r=n[0],i=n[1],u=0,c=0;if(1!==i.length||4294967296!==i[0])for(e=a(t+" "+r)>>>0,u=0,c=0;o=i[u++];)if(e<(c+=o[0]))return o}}function o(n,e,o,a){s+="subject="+n+"&test="+encodeURIComponent(e)+"&variant="+encodeURIComponent(o||0)+"&url="+encodeURIComponent(t.location.href)+"&instant=1&skipAugment=true\n",a&&f.push(a),c||(c=t.setTimeout(r,0))}function r(){var n=new t.XMLHttpRequest,e=f;n.withCredentials=!0,n.open("POST",u),n.onreadystatechange=function(){var t,o;if(4==n.readyState)for(t=200==n.status?null:new Error(n.statusText);o=e.shift();)o(t)},n.send(s),s="",f=[],c=null}function a(t){for(var n,e,o,r,a,i,u,c=0,s=0,f=[],l=[n=1732584193,e=4023233417,~n,~e,3285377520],h=[],p=t.length;s<=p;)h[s>>2]|=(s<p?t.charCodeAt(s):128)<<8*(3-s++%4);for(h[u=p+8>>2|15]=p<<3;c<=u;c+=16){for(n=l,s=0;s<80;n=[0|[(i=((t=n[0])<<5|t>>>27)+n[4]+(f[s]=s<16?~~h[c+s]:i<<1|i>>>31)+1518500249)+((e=n[1])&(o=n[2])|~e&(r=n[3])),a=i+(e^o^r)+341275144,i+(e&o|e&r|o&r)+882459459,a+1535694389][0|s++/20],t,e<<30|e>>>2,o,r])i=f[s-3]^f[s-8]^f[s-14]^f[s-16];for(s=5;s;)l[--s]=l[s]+n[s]|0}return l[0]}var i,u,c,s="",f=[];return n.init=function(n,r){var a,c,s,f,l,h=[],p=(t.document.cookie.match(/(^|;) *nyt-a=([^;]*)/)||[])[2],d=(t.document.cookie.match(/(^|;) *ab7=([^;]*)/)||[])[2],m=new RegExp("[?&]abra(=([^&#]*))"),g=m.exec(t.location.search);if(g&&g[2]&&(d=d?g[2]+"&"+d:g[2]),i)throw new Error("can't init twice");if(u=r,i={},d)for(d=decodeURIComponent(d).split("&"),a=0;a<d.length;a++)l=d[a].split("="),l[0]in i||(i[l[0]]=[,l[1],1],o("ab-alloc",l[0],l[1]),l[1]&&h.push(l[0]+"="+l[1]));for(a=0;a<n.length;a++)s=n[a],(c=s[0])in i||(f=e(p,s)||[],i[c]=f,f[1]&&h.push(c.replace(/[^\w-]/g)+"="+(""+f[1]).replace(/[^\w-]/g)),f[2]&&o("ab-alloc",c,f[1]));h.length&&t.document.documentElement.setAttribute("data-nyt-ab",h.join(" "))},n.reportExposure=function(n,e){var r=i[n];r&&r[2]?o("ab-expose",n,r[1],e):e&&t.setTimeout(function(){e(null)},0)},n}(this);
+ </script>
+ <script>NYTD.Abra.init([["HOME_ComingUp",[[2147483648,"control",1],[2147483648,"comingup",1]]],["HOME_NewsEvent2",[[3865470567,"full",1],[429496729,"control",1]]],["HOME_ElectionPrediction",[[3865470567,"on",1],[429496729,"control",1]]],["HOME_geoTrending",[[1460288881,"Control",1],[1417339208,"Header",1],[1417339207,"NoHeader",1]]],["www-ad-diagnostic",[[21474837,"1",0],[4273492459,null,0]]],["www-signup-favor-test",[[773094114,"0",1],[773094113,"1",1],[773094113,"2",1],[773094114,"3",1],[773094113,"4",1],[429496729,"5",1],[0,null,0]]],["www-readlater-test-1",[[1073741824,"control",1],[360777253,"controlHoldout",1],[1073741824,"variant1",1],[356482286,"variant1Holdout",1],[1073741824,"variant2",1],[356482285,"variant2Holdout",1]]],["www-signup-favor-test-v3",[[1288490189,"1",1],[1288490189,"2",1],[429496730,"4",1],[1288490188,"5",1]]],["www-signup-favor-test-v4",[[214748365,"control",1],[858993459,"1",1],[858993460,"2",1],[644245094,"4",1],[858993459,"5",1],[858993459,"6",1]]],["www-fabrik-off",[[4294967296,"1",1]]],["Liftoff",[[19520627,"0",1],[19520626,"1",1],[19520627,"2",1],[19520626,"3",1],[19520626,"4",1],[19520627,"5",1],[14839112,"0",1],[14839112,"1",1],[14839112,"2",1],[14839112,"3",1],[14839112,"4",1],[14839112,"5",1],[34359738,"8",1],[34359738,"9",1],[34359739,"12",1],[34359738,"13",1],[34359739,"16",1],[34359738,"17",1],[3882650435,null,0]]],["HP_AATest",[[2147483648,"0",1],[2147483648,"1",1]]],["EC_SampleTest",[[2147483648,"variantA",0],[2147483648,"variantB",0]]],["EC_DigiAbandonmentTest",[[4294967296,"sendAbandonmentEmail",1]]],["EC_HdAbandonmentTest",[[4294967296,"sendAbandonmentEmail",1]]],["EC_CrosswordsUpsellTest",[[2147483648,"control",1],[2147483648,"upsell",1]]],["EC_NewSubOnboardingTest",[[2147483648,"control",1],[2147483648,"sov1",1]]],["PaywallAU",[[429496730,"0",1],[3865470566,"1",1]]]], '//et.nytimes.com/')</script>
+ <!-- end abra -->
+
+ <script>
+ (function () {
+ var e;
+ if (/^mobile\./.test(window.location.hostname)) {
+ var vi2 = (document.cookie.match(/(?:^|;) *vi=([^;]*)/) || [])[1] || '',
+ vi1 = (document.cookie.match(/(?:^|;) *nyt\.np\.vi=([^;]*)/) || [])[1] || '';
+ e = /^b1/.test(vi2) ? 'WP_ProjectVi&variant=vi'
+ : /^z1/.test(vi2) ? 'WP_ProjectVi&variant=0'
+ : /^a2/.test(vi2) ? 'WP_ProjectVi2&variant=hp-st'
+ : /^b2/.test(vi2) ? 'WP_ProjectVi2&variant=hp'
+ : /^c2/.test(vi2) ? 'WP_ProjectVi2&variant=st'
+ : /^z2/.test(vi2) ? 'WP_ProjectVi2&variant=0'
+ : /^1\|/.test(vi1) ? 'WP_ProjectVi&variant=vi'
+ : /^2\|/.test(vi1) ? 'WP_ProjectVi&variant=0'
+ : '';
+ } else if (/^www\./.test(window.location.hostname)) {
+ var vi = (document.cookie.match(/(?:^|;) *vi_www_hp=([^;]*)/) || [])[1] || '';
+ e = /^a2/.test(vi) ? 'WP_ProjectVi_www_hp&variant=hp-st'
+ : /^b2/.test(vi) ? 'WP_ProjectVi_www_hp&variant=hp'
+ : /^c2/.test(vi) ? 'WP_ProjectVi_www_hp&variant=st'
+ : /^z2/.test(vi) ? 'WP_ProjectVi_www_hp&variant=0'
+ : '';
+ }
+ if (e) {
+ var x = new XMLHttpRequest();
+ x.withCredentials = true;
+ x.open('POST','//et.nytimes.com/');
+ x.send('subject=ab-alloc&test=' + e + '&url=' + encodeURIComponent(window.location.href) + '&instant=1&skipAugment=true\n');
+ }
+ })();
+ </script>
+ <script type="text/javascript">
+ document.addEventListener('DOMContentLoaded', function () {
+ if (!window.NYTD) {
+ window.NYTD = {};
+ }
+ window.NYTD.Global = {
+ displayBriefings: function (time) {
+ var timedBriefings = document.getElementsByClassName('timedBriefing');
+ if (!timedBriefings.length) {
+ return;
+ }
+ var attrClass, attrStart, attrEnd, startTime, endTime;
+ var reFormat = /^\d{2}:\d{2}$/;
+ var reHide = / timedBriefingHide/i;
+
+ for (var i = 0; i < timedBriefings.length; i++) {
+ attrClass = timedBriefings[i].getAttribute('class');
+ attrStart = timedBriefings[i].getAttribute('data-start-time');
+ attrEnd = timedBriefings[i].getAttribute('data-end-time');
+ if (attrStart && attrEnd && reFormat.test(attrStart) && reFormat.test(attrEnd)) {
+ startTime = Number.parseInt(attrStart.replace(':', ''), 10);
+ endTime = Number.parseInt(attrEnd.replace(':', ''), 10);
+
+ // need to account for when the time span is across midnight
+ if (startTime > endTime) {
+ if (((time >= startTime) || (time < endTime)) && reHide.test(attrClass)) {
+ timedBriefings[i].setAttribute('class', attrClass.replace(reHide, ''));
+ }
+ if (((time < startTime) && (time >= endTime)) && !reHide.test(attrClass)) {
+ timedBriefings[i].setAttribute('class', (attrClass + ' timedBriefingHide'));
+ }
+ } else {
+ if ((time >= startTime) && (time < endTime) && reHide.test(attrClass)) {
+ timedBriefings[i].setAttribute('class', attrClass.replace(reHide, ''));
+ }
+ if (((time < startTime) || (time >= endTime)) && !reHide.test(attrClass)) {
+ timedBriefings[i].setAttribute('class', (attrClass + ' timedBriefingHide'));
+ }
+ }
+ }
+ }
+ },
+ testTZ: function (offset) {
+ var testTime = new Date(new Date().getTime() + (offset * 3600 * 1000));
+ window.NYTD.Global.displayBriefings((testTime.getUTCHours() * 100) + testTime.getUTCMinutes());
+ return testTime.toUTCString().replace(' GMT', '');
+ }
+ };
+ var now = new Date();
+ var previewTime = (now.getHours() * 100) + now.getMinutes();
+ var rePreviewTime = /previewTime=(\d*)/;
+ var matches = window.location.search.match(rePreviewTime);
+ if (matches) {
+ previewTime = Number.parseInt(matches[1]);
+ }
+ window.NYTD.Global.displayBriefings(previewTime);
+ });
+ </script>
+ <script type="text/javascript">var googletag=googletag||{};googletag.cmd=googletag.cmd||[],function(){var t=document.createElement("script");t.async=!0,t.type="text/javascript";var e="https:"==document.location.protocol;t.src=(e?"https:":"http:")+"//www.googletagservices.com/tag/js/gpt.js";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(t,o)}();</script>
+ <script src="https://cdn.optimizely.com/public/3013110282/s/home_prod.js"></script>
+
+ <!--esi
+<script id="user-info-data" type="application/json">
+<esi:include src="/svc/web-products/userinfo-v3.json" />
+</script>
+-->
+ <script id="magnum-feature-flags" type="application/json">["limitFabrikSave","moreFollowSuggestions","unfollowComments","allTheEmphases","videoVHSCover","videoVHSHomepageCover","videoVHSHomepageNewControls","videoVHSNewControls","videoVHSEmbeddedOnly","additionalOpinionRegions","hpViewability","freeTrial","hpPrototype","useCollectionApiForWell","enableFlexFrameAds","weatherLocation","fabrikWebsocketsOnly","NYTExperiment","hpRealEstateAd","jitterbug","updatedVideoPromoSmall","videoEmbed360","PersonalizationApiUpdate","globalBriefings","removeInternationalEdition","clientSideABRA","abraOverrideVersion","signupFavor","mapleFreeTrial","piiBlockDFP","anchorsHttps","smarterLivingRec","viDesktopTest","caslOpt"]</script>
+ <script id="mpulse">
+ (function(){
+ if (window.BOOMR && window.BOOMR.version) { return; }
+ var dom,doc,where,iframe = document.createElement("iframe"),win = window;
+
+ function boomerangSaveLoadTime(e) {
+ win.BOOMR_onload=(e && e.timeStamp) || new Date().getTime();
+ }
+ if (win.addEventListener) {
+ win.addEventListener("load", boomerangSaveLoadTime, false);
+ } else if (win.attachEvent) {
+ win.attachEvent("onload", boomerangSaveLoadTime);
+ }
+
+ iframe.src = "javascript:void(0)";
+ iframe.title = ""; iframe.role = "presentation";
+ (iframe.frameElement || iframe).style.cssText = "width:0;height:0;border:0;display:none;";
+ where = document.getElementsByTagName("script")[0];
+ where.parentNode.insertBefore(iframe, where);
+
+ try {
+ doc = iframe.contentWindow.document;
+ } catch(e) {
+ dom = document.domain;
+ iframe.src="javascript:var d=document.open();d.domain='"+dom+"';void(0);";
+ doc = iframe.contentWindow.document;
+ }
+ doc.open()._l = function() {
+ var js = this.createElement("script");
+ if (dom) { this.domain = dom; }
+ js.id = "boomr-if-as";
+ js.src = "//c.go-mpulse.net/boomerang/" +
+ "ATH8A-MAMN8-XPXCH-N5KAX-8D239";
+ BOOMR_lstart=new Date().getTime();
+ this.body.appendChild(js);
+ };
+ doc.write('<body onload="document._l();">');
+ doc.close();
+ })();
+ </script>
+ <script>
+ var require = {
+ baseUrl: 'https://a1.nyt.com/assets/',
+ waitSeconds: 20,
+ paths: {
+ 'foundation': 'homepage/20170810-135137/js/foundation',
+ 'shared': 'homepage/20170810-135137/js/shared',
+ 'homepage': 'homepage/20170810-135137/js/homepage',
+ 'application': 'homepage/20170810-135137/js/homepage/',
+ 'videoFactory': 'https://static01.nyt.com/js2/build/video/2.0/videofactoryrequire',
+ 'videoPlaylist': 'https://static01.nyt.com/js2/build/video/players/extended/2.0/appRequire',
+ 'auth/mtr': 'https://static01.nyt.com/js/mtr',
+ 'auth/growl': 'https://static01.nyt.com/js/auth/growl/default',
+ 'vhs': 'https://static01.nyt.com/video/vhs/build/vhs-2.x.min',
+ 'vhs3': 'https://static01.nyt.com/video-static/vhs3/vhs.min'
+ }
+ };
+ </script>
+ <!--[if (gte IE 9)|!(IE)]> <!-->
+ <script data-main="foundation/main" src="https://a1.nyt.com/assets/homepage/20170810-135137/js/foundation/lib/framework.js"></script>
+ <!--<![endif]-->
+ <!--[if lt IE 9]>
+ <script>
+ require.map = { '*': { 'foundation/main': 'foundation/legacy_main' } };
+ </script>
+ <script data-main="foundation/legacy_main" src="https://a1.nyt.com/assets/homepage/20170810-135137/js/foundation/lib/framework.js"></script>
+ <![endif]-->
+</head>
+<body>
+
+<style>
+ .lt-ie10 .messenger.suggestions {
+ display: block !important;
+ height: 50px;
+ }
+
+ .lt-ie10 .messenger.suggestions .message-bed {
+ background-color: #f8e9d2;
+ border-bottom: 1px solid #ccc;
+ }
+
+ .lt-ie10 .messenger.suggestions .message-container {
+ padding: 11px 18px 11px 30px;
+ }
+
+ .lt-ie10 .messenger.suggestions .action-link {
+ font-family: "nyt-franklin", arial, helvetica, sans-serif;
+ font-size: 10px;
+ font-weight: bold;
+ color: #a81817;
+ text-transform: uppercase;
+ }
+
+ .lt-ie10 .messenger.suggestions .alert-icon {
+ background: url('https://static01.nyt.com/images/icons/icon-alert-12x12-a81817.png') no-repeat;
+ width: 12px;
+ height: 12px;
+ display: inline-block;
+ margin-top: -2px;
+ float: none;
+ }
+
+ .lt-ie10 .masthead,
+ .lt-ie10 .navigation,
+ .lt-ie10 .comments-panel {
+ margin-top: 50px !important;
+ }
+
+ .lt-ie10 .ribbon {
+ margin-top: 97px !important;
+ }
+</style>
+<div id="suggestions" class="suggestions messenger nocontent robots-nocontent" style="display:none;">
+ <div class="message-bed">
+ <div class="message-container last-message-container">
+ <div class="message">
+ <span class="message-content">
+ <i class="icon alert-icon"></i><span class="message-title">NYTimes.com no longer supports Internet Explorer 9 or earlier. Please upgrade your browser.</span>
+ <a href="http://www.nytimes.com/content/help/site/ie9-support.html" class="action-link">LEARN MORE »</a>
+ </span>
+ </div>
+ </div>
+ </div>
+</div>
+
+<div id="shell" class="shell">
+ <header id="masthead" class="masthead theme-pinned-masthead" role="banner">
+
+ <div id="announcements-container" class="announcements-container"></div>
+
+ <div id="Header1" class="ad header1-ad"></div>
+
+ <div class="masthead-cap-container">
+
+ <div id="masthead-cap" class="masthead-cap">
+
+ <div class="quick-navigation button-group">
+
+ <button class="button sections-button enable-a11y">
+ <i class="icon sprite-icon"></i><span class="button-text">Sections</span>
+ </button>
+ <button class="button search-button">
+ <i class="icon sprite-icon"></i><span class="button-text">Search</span>
+ </button>
+ <a class="button skip-button skip-to-content visually-hidden focusable" href="#top-news">Skip to content</a>
+ <a class="button skip-button skip-to-navigation visually-hidden focusable" href="#site-index-navigation">Skip to navigation</a>
+ </div><!-- close quick-navigation -->
+
+ <div class="user-tools">
+
+ <div id="Bar1" class="ad bar1-ad"></div>
+
+ <div class="user-tools-button-group button-group">
+ <button class="button subscribe-button hidden" data-href="https://www.nytimes.com/subscriptions/Multiproduct/lp3004.html?campaignId=4XUYF">Subscribe Now</button>
+ <button class="button login-button hidden">Log In</button>
+ <button class="button notifications-button hidden"><i class="icon sprite-icon"></i><span class="button-text">0</span></button>
+ <button class="button user-settings-button">
+ <i class="icon sprite-icon"></i><span class="button-text">Settings</span>
+ </button>
+ </div>
+
+ </div><!-- close user-tools -->
+
+ </div><!-- close masthead-cap -->
+
+ </div><!-- close masthead-cap-container -->
+
+ <div class="masthead-meta">
+ <div class="editions tab">
+
+ <ul class="editions-menu">
+ <li class="edition-domestic-toggle active">English</li>
+ <li class="edition-chinese-toggle"><a href="http://cn.nytimes.com" target="_blank" data-edition="chinese">中文 (Chinese)</a></li>
+ <li class="edition-spanish-toggle"><a href="https://www.nytimes.com/es/" data-edition="spanish">Español</a></li>
+ </ul>
+
+ </div><!-- close editions -->
+
+ <div id="TopLeft" class="ad top-left-ad"></div>
+ <div id="TopRight" class="ad top-right-ad"></div>
+
+ <h2 class="branding"><a href="https://www.nytimes.com/">
+ <svg class="nyt-logo" width="379" height="64" role="img" aria-label="The New York Times">
+ <image width="379" height="64" xlink:href="https://a1.nyt.com/assets/homepage/20170810-135137/images/foundation/logos/nyt-logo-379x64.svg" src="https://a1.nyt.com/assets/homepage/20170810-135137/images/foundation/logos/nyt-logo-379x64.png" alt="The New York Times" border="0"/>
+ </svg>
+
+ </a></h2>
+ <ul class="masthead-menu">
+ <li class="date">Thursday, August 31, 2017</li><li class="todays-paper"><a href="http://www.nytimes.com/pages/todayspaper/index.html" data-collection="todays-paper"><i class="icon sprite-icon"></i>Today’s Paper</a></li><li class="video"><a href="https://www.nytimes.com/video" data-collection="video"><i class="icon sprite-icon"></i>Video</a></li><li id="weather" class="weather hidden" data-collection="weather"><button class="button weather-button"></button></li><li id="markets" class="markets hidden" data-collection="markets"></li>
+ </ul>
+
+ </div><!-- close masthead-meta -->
+
+ <nav id="mini-navigation" class="mini-navigation">
+ <h2 class="visually-hidden">Quick Site Sections Navigation</h2>
+ <ul class="mini-navigation-menu">
+ <li>
+ <button class="button sections-button">
+ <i class="icon sprite-icon"></i>
+ <span class="button-text">Sections</span>
+ </button>
+ </li><li>
+ <button class="button search-button">
+ <i class="icon sprite-icon"></i>
+ <span class="button-text">Search</span>
+ </button>
+ </li>
+
+ <li class="shortcuts-9A43D8FC-F4CF-44D9-9B34-138D30468F8F ">
+ <a href="https://www.nytimes.com/pages/world/index.html">World</a>
+ </li>
+
+
+ <li class="shortcuts-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE ">
+ <a href="https://www.nytimes.com/pages/national/index.html">U.S.</a>
+ </li>
+
+
+ <li class="shortcuts-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB ">
+ <a href="https://www.nytimes.com/pages/politics/index.html">Politics</a>
+ </li>
+
+
+ <li class="shortcuts-C4DC8C0C-E148-4201-BF10-82F1C903DBFB ">
+ <a href="https://www.nytimes.com/pages/nyregion/index.html">N.Y.</a>
+ </li>
+
+
+ <li class="shortcuts-104D1E63-9701-497B-8CF4-A4D120C9014E domestic">
+ <a href="https://www.nytimes.com/pages/business/index.html">Business</a>
+ </li>
+
+
+ <li class="shortcuts-A257D89A-0D3C-40AF-9C34-1A25A7947D94 international">
+ <a href="https://www.nytimes.com/pages/business/international/index.html">Business</a>
+ </li>
+
+
+ <li class="shortcuts-AD8090D7-4137-4D71-84C8-70DA3BD89778 domestic">
+ <a href="https://www.nytimes.com/pages/opinion/index.html">Opinion</a>
+ </li>
+
+
+ <li class="shortcuts-09736473-CB3F-4B2F-9772-3AF128ABE12D international">
+ <a href="https://www.nytimes.com/pages/opinion/international/index.html">Opinion</a>
+ </li>
+
+
+ <li class="shortcuts-78FBAD45-31A9-4EC7-B172-7D62A2B9955E ">
+ <a href="https://www.nytimes.com/pages/technology/index.html">Tech</a>
+ </li>
+
+
+ <li class="shortcuts-A4B35924-DB6C-4EA3-997D-450810F4FEE6 ">
+ <a href="https://www.nytimes.com/section/science">Science</a>
+ </li>
+
+
+ <li class="shortcuts-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC ">
+ <a href="https://www.nytimes.com/pages/health/index.html">Health</a>
+ </li>
+
+
+ <li class="shortcuts-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A domestic">
+ <a href="https://www.nytimes.com/pages/sports/index.html">Sports</a>
+ </li>
+
+
+ <li class="shortcuts-BE66F420-C51B-461D-B487-CACF62E94AAE international">
+ <a href="https://www.nytimes.com/pages/sports/international/index.html">Sports</a>
+ </li>
+
+
+ <li class="shortcuts-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8 domestic">
+ <a href="https://www.nytimes.com/pages/arts/index.html">Arts</a>
+ </li>
+
+
+ <li class="shortcuts-0202D0E4-C59B-479A-BD42-6F1766459781 international">
+ <a href="https://www.nytimes.com/pages/arts/international/index.html">Arts</a>
+ </li>
+
+
+ <li class="shortcuts-B3DFBD82-F298-43B3-9458-219B4F6AA2A5 domestic">
+ <a href="https://www.nytimes.com/pages/fashion/index.html">Style</a>
+ </li>
+
+
+ <li class="shortcuts-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA international">
+ <a href="https://www.nytimes.com/pages/style/international/index.html">Style</a>
+ </li>
+
+
+ <li class="shortcuts-D9C94A2B-0364-4D25-8383-592CC66F82D4 domestic">
+ <a href="https://www.nytimes.com/pages/dining/index.html">Food</a>
+ </li>
+
+
+ <li class="shortcuts-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96 international">
+ <a href="https://www.nytimes.com/pages/dining/international/index.html">Food</a>
+ </li>
+
+
+ <li class="shortcuts-FDA10AC4-4738-4099-91E8-15584765C8D7 ">
+ <a href="https://www.nytimes.com/section/travel">Travel</a>
+ </li>
+
+
+ <li class="shortcuts-E57A148E-0CB9-4C02-966D-28B119710151 ">
+ <a href="https://www.nytimes.com/pages/magazine/index.html">Magazine</a>
+ </li>
+
+
+ <li class="shortcuts-052C33AD-1404-4DB6-AA70-0901DB1AD95B ">
+ <a href="https://www.nytimes.com/section/t-magazine">T Magazine</a>
+ </li>
+
+
+ <li class="shortcuts-92720057-BCB6-4BDB-9351-12F29393259F ">
+ <a href="https://www.nytimes.com/section/realestate">Real Estate</a>
+ </li>
+
+ <li><button class="button all-sections-button">all</button></li>
+ </ul>
+ </nav>
+ <div class="search-flyout-panel flyout-panel">
+ <button class="button close-button" type="button"><i class="icon"></i><span class="visually-hidden">Close search</span></button>
+ <nav class="search-form-control form-control layout-horizontal">
+ <h2 class="visually-hidden">Site Search Navigation</h2>
+ <form class="search-form" role="search">
+ <div class="control">
+ <div class="label-container visually-hidden">
+ <label for="search-input">Search NYTimes.com</label>
+ </div>
+ <div class="field-container">
+ <input id="search-input" name="search-input" type="text" class="search-input text" autocomplete="off" placeholder="Search NYTimes.com" />
+
+ <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-search-input"><i class="icon"></i><span id="clear-search-input" class="visually-hidden">Clear this text input</span></button>
+ <div class="auto-suggest" style="display: none;">
+ <ol></ol>
+ </div>
+ <button class="button submit-button" type="submit">Go</button>
+ </div>
+ </div><!-- close control -->
+ </form>
+ </nav>
+
+
+ </div><!-- close flyout-panel -->
+ <div id="notification-modals" class="notification-modals"></div>
+
+ </header><!-- close masthead -->
+ <div id="masthead-placeholder" class="masthead-placeholder"></div>
+ <nav id="navigation" class="navigation">
+ <h2 class="visually-hidden">Site Navigation</h2>
+ </nav><!-- close navigation -->
+
+ <nav id="mobile-navigation" class="mobile-navigation hidden">
+ <h2 class="visually-hidden">Site Mobile Navigation</h2>
+ </nav><!-- close mobile-navigation -->
+
+ <div id="navigation-edge" class="navigation-edge"></div>
+ <div id="page" class="page">
+ <main id="main" class="main" role="main">
+ <div id="Top" class="ad hp-top-ad nocontent nojitter robots-nocontent"></div>
+ <div id="Top_Close" class="ad hp-top-ad-close hidden nocontent robots-nocontent"></div>
+ <div id="Top5" class="ad top5-ad hidden nocontent robots-nocontent"></div>
+
+ <div class="span-abc-region region">
+ <div class="collection">
+ <script type="text/javascript">
+ /*! geoip_resolver 2016-06-30 */
+ +function(a){"function"==typeof define&&define.amd?define("nytint-geoip",[],a):window.nytint_geoip=a()}(function(){"use strict";var a="nyt-geoip",b=document.getElementsByTagName("html"),c=!1,d=["continent_code","country_code","region","dma_code","postal_code","time_zone","zone_abbr"],e=function(b){var c=new XMLHttpRequest,d=null,e=null;try{if(d=JSON.parse(sessionStorage.getItem(a)),d&&void 0!==d.country_code)return g(d,b),d}catch(h){}c.onload=function(a){return a.target?(e=f(a.target),"undefined"==typeof e?!1:(g(e,b),e)):!1},c.onreadystatechange=function(){4===c.readyState&&200!==c.status&&console.error(c.status)},c.open("GET","https://geoip.newsdev.nytimes.com/",!0);try{c.responseType="json"}catch(h){}c.send()},f=function(a){var b=null;switch(!0){case"json"===a.responseType:b=a.response.data;break;case null!==a.response:b=JSON.parse(a.response).data;break;case null!==a.responseText:b=JSON.parse(a.responseText).message}return void 0!==b?b:null},g=function(e,f){if(!b)return!1;try{sessionStorage.setItem(a,JSON.stringify(e))}catch(g){}if(void 0!==e&&!c){for(var i,j=0;i=d[j];j++)if(void 0!==e[i]){var k=["geo",h(i),e[i]].join("-");b[0].classList.add(k)}c=!0}return"function"==typeof f&&f(e),e},h=function(a){var b=a;switch(!0){case a.indexOf("zone_abbr")>=0:b=a.replace("zone_abbr","us-timezone");break;case a.indexOf("_zone")>=0:b=a.replace("_zone","zone");break;case a.indexOf("_code")>=0:b=a.replace("_code","")}return b};return window.NYTINT_TESTING||e(),e});
+ (function() { require(['nytint-geoip']); })();
+ </script><!-- HP CSS Fixes -->
+ <style>
+
+ /* Fix for Small Video Promo Heds */
+ .story.theme-feature.video-promo-small.updated-video-promo-small .video-promo-small-container .story-heading{ padding: 0!important; }
+
+
+ /* Fix MM icons in kickers */
+ .kicker .icon:before { top: 0px; }
+ .kicker .media.slideshow { margin-bottom: 0px; }
+
+ /* Hiding Hacks */
+
+ .nythpHideKickers .kicker, .nythpHideBylines .byline, .nythpHideTimestamps .timestamp {
+ display: none;
+ }
+
+ /* banner hed modifications */
+ .span-ab-top-region .story.theme-summary .story-heading {
+ line-height: 2.1rem;
+ }
+
+ /* spacing fixes */
+ .collection.headlines {
+ margin-bottom: 12px;
+ }
+
+
+ /* Alterations to the Centered Feature Photo Spot Treatment */
+
+ .b-column .photo-spot-region .story.theme-feature .story-heading {
+ font-size: 1.35rem;
+ line-height: 1.65rem;
+ }
+
+ .b-column .photo-spot-region .story.theme-feature .story-heading {
+ padding: 0 22px; /* for headline wrapping */
+ }
+ .b-column .photo-spot-region .story.theme-feature .summary {
+ line-height: 18px;
+ }
+
+ .story.theme-feature .summary {
+ line-height: 1.125rem;
+ color: #333;
+ margin: 0 10px 3px;
+ }
+
+
+
+
+ /* Bullet Treatments */
+
+ .ab-column .collection article ul, .span-abc-region .collection article ul {
+ margin-top: 8px;
+ margin-bottom: -3px;
+ }
+
+ .ab-column .collection article ul.refer, .span-abc-region .collection article ul.refer {
+ margin-top: 2px;
+ margin-bottom: 0px;
+ }
+
+ .ab-column .collection article ul li, .span-abc-region .collection article ul li {
+ position: relative;
+ margin-bottom: 8px;
+ padding-left: 9px;
+ font-size: 13px;
+ font-size: 0.8125rem;
+ line-height: 18px;
+ line-height: 1.125rem;
+ font-weight: 400;
+ }
+ .ab-column .collection article ul li:before, .span-abc-region .collection article ul li:before {
+ border-radius: 1px;
+ background-color: #000;
+ width: 3px;
+ height: 3px;
+ content: '';
+ position: absolute;
+ display: block;
+ top: 7px;
+ left: 2px;
+ }
+
+ .ab-column .collection article ul li:last-child, .span-abc-region .collection article ul li:last-child {
+ margin-bottom: 0=;
+ }
+
+ .ab-column .collection article[data-collection-renderstyle="HpSumMediumMedia"] ul {
+ margin-bottom: 0px;
+ }
+
+ .theme-news-headlines li {
+ position: relative!important;
+ margin-bottom: 4px!important;
+ padding-left: 8px!important;
+ }
+ .theme-news-headlines {
+ margin-top: 2px!important;
+ }
+
+ .a-column .story.theme-summary.headline-medium-summary .medium-thumb {
+ float: none;
+ clear: none;
+ margin-left: 0px;
+ }
+
+ .first-column-region .story.theme-summary.headline-medium-summary .story-heading, .a-lede-package-region .story.theme-summary.headline-medium-summary .story-heading {
+ font-style: italic;
+ }
+
+ .first-column-region .collection:first-child .story.theme-summary.headline-medium-summary .story-heading, .a-lede-package-region .collection:first-child .story.theme-summary.headline-medium-summary .story-heading {
+ font-size: 26px;
+ font-size: 1.625rem;
+ line-height: 28px;
+ line-height: 1.75rem;
+ font-weight: 700;
+ }
+
+
+ /* Breaking News/Developing Headers */
+ .nythpBreaking {
+ color: #A81817;
+ border-top: 3px solid #A81817;
+ padding-top: 2px;
+ padding-bottom: 3px;
+ margin-top: 12px;
+ }
+
+ .nythpBreaking h6 {
+ text-transform: uppercase;
+ font-family: "nyt-franklin",arial,helvetica,sans-serif;
+ font-weight: 700;
+ }
+
+ .nythpDeveloping {
+ color: #FD8249;
+ border-top-color: #FD8249;
+ }
+
+ .nythpBreaking.nythpNoRule {
+ border: none;
+ margin-top: 0px;
+ }
+
+ .above-banner-region .nythpBreaking {
+ margin-bottom: 10px;
+ }
+
+
+ /* BEGIN .HPHEADER STYLING */
+
+ .hpHeader, .span-abc-region h3.collection-kicker {
+ margin-bottom: 10px;
+ }
+
+ .hpHeader h6, .span-abc-region h3.collection-kicker {
+ color: #000;
+ font-family: "nyt-franklin",helvetica,arial,sans-serif;
+ text-transform: uppercase;
+ font-size: 12px;
+ font-weight: 700;
+ letter-spacing: .5px;
+ border-bottom: 2px solid #ccc;
+ display: inline-block;
+ line-height: 15px;
+ }
+
+ .span-abc-region h6, .span-abc-region h3.collection-kicker {
+ font-size: 13px;
+ line-height: 16px;
+
+ }
+
+ .hpHeader h6 a, .span-abc-region h3.collection-kicker a,
+ .hpHeader h6 a:visited, .span-abc-region h3.collection-kicker a:visited {
+ text-decoration: none;
+ color: #000;
+ }
+
+ .hpHeader h6:hover,
+ .hpHeader h6:active {
+ border-color: #222222;
+ }
+
+ .above-banner-region .hpHeader, .span-ab-top-region .hpHeader, .span-ab-lede-package-region .hpHeader, .b-column .hpHeader, .c-column .hpHeader {
+ text-align: center;
+ }
+
+ .above-banner-region .hpHeader h6, .span-ab-top-region .hpHeader h6, .span-ab-lede-package-region .hpHeader h6, .b-column .hpHeader h6, .c-column .hpHeader h6 {
+ margin: 0 auto;
+ padding: 0 2px;
+ }
+
+ .span-ab-top-region .a-column .hpHeader, .span-ab-lede-package-region .a-column .hpHeader, .b-column .split-layout .hpHeader, .b-column .nythpSplitCode .hpHeader {
+ text-align: left;
+ }
+
+ .b-column .split-layout .hpHeader h6, .b-column .nythpSplitCode .hpHeader h6 {
+ margin: 0;
+ padding: 0;
+ }
+
+ .hpLive h6, .hpLive h6:hover, .hpLive h6:active {
+ color: #a81817;
+ border-color: #a81817;
+ }
+
+ .hpDeveloping h6, .hpDeveloping h6:hover, .hpDeveloping h6:active {
+ color: #fd8249;
+ border-color: #fd8249;
+ }
+
+ .hpSingleRule {
+ border-top: 1px solid #e2e2e2;
+ padding-top: 12px;
+ }
+
+
+
+ /* added by matte to fix slideshow bug */
+
+ .loader-container {
+ display: none;
+ }
+
+ /* Newsletter Sign-Up Modules (updated 6/28/2017) */
+
+ div.notification-widget {
+ min-height:38px;
+ }
+ .notification-signup .notifications-title {
+ color: black;
+ font-family: "nyt-cheltenham-sh",georgia,"times new roman",times,serif;
+ font-size: 15px;
+ line-height: 18px;
+ font-weight: 200;
+ }
+ .notification-signup .notification-text {
+ margin-top: 3px;
+ margin-bottom: 5px;
+ color: #999;
+ font-size: 13px;
+ line-height: 18px;
+ }
+
+ .notification-widget input,
+ .notification-widget button {
+ outline: none;
+ }
+
+ .notification-widget .notify-email {
+ height: 30px;
+ width: 312px;
+ margin-top: 0px;
+ padding: 14px;
+ color: #a6a6a6;
+ border: 1px solid rgba(97,136,166,.5);
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px;
+ border-top-right-radius: 0px;
+ border-bottom-right-radius: 0px;
+ box-shadow: none;
+ font-family: 'nyt-franklin', Helvetica, sans-serif;
+ font-size: 14px;
+ line-height: 1;
+ }
+ .notification-widget .notify-email:hover{
+ border-color:rgba(97,136,166,1);
+ border-width:2px;
+ padding:13px;
+ }
+ .notification-widget .notify-email.error {
+ border-color: #FF9859;
+ }
+ .notification-widget .button {
+ margin-top: 0px;
+ padding: 8px;
+ border: none;
+ border-top-left-radius: 0px;
+ border-bottom-left-radius: 0px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px;
+ background: #6288a5;
+ color: white;
+ font-family: 'nyt-franklin', Helvetica, sans-serif;
+ font-size: 14px;
+ font-weight: 500;
+ line-height: 1;
+ text-transform: capitalize;
+ }
+
+ .notification-widget .dirtyform .button:hover,
+ .notification-widget .signedin .button:hover {
+ background-color: #326891;
+ }
+
+ .notification-widget .signedin .button {
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px;
+ }
+
+ .notification-widget div.error {
+ font-family: 'nyt-franklin', Helvetica, sans-serif;
+ color: #FF9859;
+ font-size: 12px;
+ margin-top: 5px;
+ }
+
+ /* post subscribe notification */
+ .notification-signup span {
+ font-size: 14px;
+ color: ##ffffff;
+ font-family: 'nyt-franklin', Helvetica, sans-serif;
+ font-weight: 600;
+ }
+ .notification-widget div[data-status="initial"]{
+ display:inline-block;
+ float:right;
+ }
+
+ .notification-widget div[data-status="working"]{
+ opacity:0;
+ }
+
+ /* already subscribed notification */
+ .notification-widget div[data-status="initial"] div,
+ .notification-widget div[data-status="subscribed"] div,
+ .notification-widget div[data-status="working"] div {
+ font-family: 'nyt-franklin', Helvetica, sans-serif;
+ font-size: 14px;
+ color: #666 !important;
+ }
+ .notification-widget div[data-status="initial"] div{
+ line-height: 31px;
+ }
+ .notification-widget div[data-status="initial"] div div{
+ margin-right:8px;
+ display:inline-block;
+ }
+
+ .notification-widget div[data-status="initial"] div .account-name,
+ .notification-widget div[data-status="subscribed"] div .account-name{
+ font-weight: 700;
+ }
+ .notification-signup a {
+ font-size: 14px;
+ font-family: 'nyt-franklin', Helvetica, sans-serif;
+ font-weight: 400;
+ margin-top: 10px;
+ display: block;
+ color: #6187a6!important;
+ }
+ .notification-widget .email-address a{
+ margin-top: 5px;
+ display: block;
+ color: #6187a6!important;
+ }
+ .viewport-medium-10 .interactive-leadin, .viewport-medium-10 .notification-signup .notification-text{
+ max-width: 375px;
+ }
+ .notification-signup{
+ padding-top:11px;
+ }
+
+ a[data-reactid=".0.0.2"] {
+ font-size: 11px; }
+
+ .notification-widget div[data-status="initial"][data-show-disclaimer="true"] div.disclaimer {
+ display: none;
+ color: #CCC !important;
+ font-size: 14px;
+ }
+
+ .notification-widget div.signedin[data-status="initial"][data-show-disclaimer="true"] div.disclaimer {
+ top: -20px;
+ right: 14px;
+ position: relative;
+ height: 8px;
+ display: block;
+ }
+
+ .notification-widget div.not-signedin[data-status="initial"][data-show-disclaimer="true"] div.disclaimer {
+ display: block;
+ text-align: right;
+ }
+
+
+ .notification-widget div[data-status="initial"][data-show-disclaimer="true"] div.disclaimer a {
+ color: #CCC !important;
+ text-decoration: underline;
+ }
+
+ .notification-widget div[data-status="initial"][data-show-disclaimer="true"] div.welcome {
+ position: relative;
+ top: -5px;
+ color: #999 !important;
+ }
+
+
+ /* Show All hack */
+ html.showAllGeoAb .timedBriefingHide, html.showAllGeoAb .nythpElectionPredictionCCol, html.showAllGeoAb .nythpNYRegionPromo, html.showAllGeoAb .nythpGeoCanada, html.showAllGeoAb .nythpCAToday { display: block !important }
+
+
+ </style>
+
+
+
+
+ <!-- Begin Smarter Living Styles and Scripts -->
+
+ <script type="text/javascript">
+ require(['foundation/main'], function () {
+ require([
+ 'jquery/nyt',
+ 'foundation/helpers/utils',
+ 'foundation/views/page-manager'
+ ], function ($, utils, pageManager) {
+ $(document).ready(function () {
+ var param = {
+ 'contentCollection': 'smarter-living'
+ };
+ $('.nythpSmarterLiving a').each(function () {
+ var href = $(this).attr('href');
+ href = utils.appendQueryParams(href, param);
+ $(this).attr('href', href);
+ });
+ });
+ });
+ });
+ </script>
+ <style>
+
+ .nythpSmarterLiving {
+ zoom:1;
+ border-bottom: 0px solid #e2e2e2;
+ margin-bottom: 12px;
+ }
+
+ .nythpSmarterLiving:after,
+ .nythpSmarterLiving:before {
+ content: "";
+ display: table;
+ }
+ .nythpSmarterLiving:after{
+ clear: both;
+ }
+ .nythpSmarterLiving article {
+ float:left;
+ width: 177px;
+ }
+ .nythpSmarterLiving article.story.theme-summary {
+ margin-bottom: 0px;
+ }
+
+ .nythpSmarterLiving article:last-child,
+ .nythpSmarterLiving article:nth-of-type(2) {
+ margin-left: 21px;
+ }
+
+ .nythpSmarterLiving .byline, .nythpSmarterLiving .summary, .nythpSmarterLiving article .kicker, .nythpSmarterLiving .theme-comments, .nythpSmarterLiving .refer {
+ display: none;
+ }
+
+ .nythpSmarterLiving .story.theme-summary .story-heading {
+ width: 96px;
+ float: right;
+ }
+
+ .nythpSmarterLiving .story.theme-summary .thumb {
+ margin: 3px 6px 6px 0px;
+ float: left;
+ clear: none;
+ }
+
+
+ </style></div>
+ <div class="collection">
+ <style type="text/css">
+ .span-abc-region .story.theme-summary h1.story-heading {
+ font-size: 38px;
+ font-style: italic;
+ line-height: 44px;
+ margin-bottom: 10px;
+ margin-top:-8px;
+ font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
+ }
+
+ .span-abc-region .nythpParisMega1stCol article[data-collection-renderstyle="LedeSum"].story.theme-summary h2.story-heading {
+ font-size: 1.625rem;
+ line-height: 1.75rem;
+ font-weight: 700;
+ font-style: italic;
+ font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
+ letter-spacing: 0.01em;
+ word-spacing: -0.1em;
+ }
+
+ .span-abc-region .nythpParisMega1stCol .story.theme-summary h2.story-heading {
+ font-size: 20px;
+ font-size: 1.25rem;
+ line-height: 22px;
+ line-height: 1.375rem;
+ font-weight: 700;
+ font-style: normal;
+ font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
+ letter-spacing: 0.01em;
+ word-spacing: -0.1em;
+ }
+
+ .span-abc-region .nythpSpanABCMiddleColumn .nytHPSplit-AB-Half .story.theme-summary h2.story-heading {
+ font-size: 16px;
+ font-size: 1rem;
+ line-height: 22px;
+ line-height: 1.375rem;
+ font-weight: 700;
+ font-style: normal;
+ font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
+ letter-spacing: 0.01em;
+ word-spacing: -0.1em;
+ }
+
+
+ .span-abc-region .nythpSpanABCMiddleColumn .nytHPSplit-AB-Half .story.theme-summary .thumb {
+ margin-top:-20px;
+ }
+
+
+
+
+ </style><!--FOR ALL CAPS-->
+ <style>
+ .span-ab-top-region .story.theme-summary h1.story-heading{
+ line-height:45px;
+ margin-top:2px;
+ }
+ </style>
+
+ <div class="span-ab-top-region"><article class="story theme-summary banner" data-collection-renderstyle="Banner"><h1 class="story-heading">
+
+ <!-- Link and Hed Go Here -->
+ <a href="https://www.nytimes.com/2017/08/30/us/small-towns-harvey.html">The Storm Marches On as Houston Surveys Wreckage
+ </a>
+
+
+
+
+ <span class="product-label theme-nyt-now" style="display:none;"><span class="visually-hidden">NYT Now</span><i class="icon dot-logo-icon"></i></span></h1></article></div></div>
+ <div class="collection">
+ <style>
+ .nythpSplitCode .column { margin-left: 21px; }
+ .nythpSplitCode .column:first-child { margin-left: 0px; }
+ .nythpSplitCode.layout { background: none; }
+ .nythpSplitCode .media.photo.medium-thumb { float: none; margin-left: 0; }
+ .nythpSpanABCMiddleColumn {width: 573px; float: right;}
+ .nythpSplitCode .nythpSpanABC_ABCol {width: 771px; float: left;}
+ .nythpSplitCode .nythpSpanABC_SpanABBottom {clear: both;}
+ <!--.nythpParisMegaBanner {} -->
+ </style>
+
+ <div class="layout nythpSplitCode nythpParisMega">
+ <div class="nythpSpanABC_ABCol">
+ <div class="column nythpParisMega1stCol"><div>
+
+ </div>
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005401006" data-story-id="100000005401006" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/small-towns-harvey.html">Hundreds of Towns in Harvey’s Path Hit by Devastating Rain</a></h2>
+
+ <p class="byline">By CAMPBELL ROBERTSON, RICK ROJAS and SHAILA DEWAN </p>
+
+ <p class="summary"><ul> <li>Harvey, downgraded to a tropical depression, moved to the east and punished a region of roughly 11 million people.
+ </li>
+ <li>In Houston, after the first night of a citywide curfew, many residents went outside for the first time in days to survey the wreckage. Officials have reported at least 38 deaths.
+ </li>
+ </ul></p>
+
+
+ </article>
+ </div>
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005399284" data-story-id="100000005399284" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h3 class="kicker"><span class="timestamp"><strong>Live</strong></span> </h3>
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/hurricane-harvey-flooding-houston.html">Explosions Reported at Chemical Plant</a></h2>
+
+ <p class="byline">By THE NEW YORK TIMES <time class="timestamp" datetime="2017-08-31" data-eastern-timestamp="6:47 AM" data-utc-timestamp="1504176457">6:47 AM ET</time></p>
+
+ <p class="summary">Two explosions were reported at a chemical plant about 30 miles from Houston that was damaged by Hurricane Harvey.</p>
+
+ <p class="theme-comments">
+ <a href="https://www.nytimes.com/2017/08/30/us/hurricane-harvey-flooding-houston.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>
+ </p>
+
+ </article>
+ </div>
+ <div class="collection">
+ <style>
+ .first-column-region .nythpMakeAColHedLikeB .story.theme-summary .story-heading,
+ .a-lede-package-region .nythpMakeAColHedLikeB .story.theme-summary .story-heading,
+ .span-abc-region .nythpParisMega1stCol .nythpMakeAColHedLikeB .story.theme-summary h2.story-heading {
+ font-size: 14px;
+ font-size: 0.875rem;
+ line-height: 16px;
+ line-height: 1rem;
+ font-weight: 700;
+ font-style: normal;
+ font-family: "nyt-cheltenham-sh",georgia,"times new roman",times,serif;
+ margin-bottom: 2px;
+ }
+ </style>
+
+ <div class="nythpMakeAColHedLikeB"><article class="story theme-summary" id="topnews-100000005395157" data-story-id="100000005395157" data-rank="1" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/28/us/hurricane-harvey-texas.html">A Guide to the Storm</a></h2>
+
+
+ <p class="summary">Here’s an overview of coverage by The New York Times.</p>
+
+
+ </article>
+ </div></div>
+ <div class="collection">
+ </div></div>
+ <div class="column nythpSpanABCMiddleColumn"><div></div>
+ <div class="collection">
+ <!--
+
+======================================================
+
+THIS IS A GENERATED TEMPLATE FILE. DO NOT EDIT.
+
+======================================================
+
+-->
+ <!-- hp promo -->
+
+ <!-- this file is generated from src/style.less -->
+ <style>/*
+ SHOW LIBRARY
+ ===================== */
+ .g-show-xsmall,
+ .g-show-small,
+ .g-show-smallplus,
+ .g-show-submedium,
+ .g-show-sub-medium,
+ .g-show-medium,
+ .g-show-large,
+ .g-show-xlarge {
+ display: none;
+ }
+ .g-show {
+ display: block;
+ }
+ .lt-ie10 .g-aiImg {
+ width: 100%;
+ }
+ /* story top */
+ .story.theme-main .story-header .story-meta .story-heading {
+ max-width: 720px;
+ margin: 0 auto 10px;
+ text-align: center;
+ line-height: 2.844rem;
+ font-size: 2.4rem;
+ }
+ @media only screen and (max-width: 1244px) {
+ .story.theme-main .story-header .story-meta .story-heading {
+ line-height: 2.5596rem;
+ font-size: 2.16rem;
+ }
+ }
+ @media only screen and (max-width: 719px) {
+ .story.theme-main .story-header .story-meta .story-heading {
+ line-height: 2.2752rem;
+ font-size: 1.92rem;
+ }
+ }
+ .story.theme-main .story-header .story-meta .interactive-leadin.summary {
+ max-width: 460px;
+ margin: 0 auto 20px auto;
+ text-align: center;
+ font-size: 17px;
+ line-height: 1.6;
+ }
+ .story.theme-main .story-header .story-meta .byline-dateline {
+ text-align: center;
+ }
+ /* top asset */
+ .g-top-asset {
+ margin-left: auto;
+ margin-right: auto;
+ margin-bottom: 20px;
+ }
+ .g-top-asset img {
+ width: 100%;
+ }
+ /* body text */
+ .g-body {
+ max-width: 460px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ .viewport-medium .g-body {
+ font-size: 17px;
+ line-height: 1.6;
+ }
+ .g-body a {
+ text-decoration: underline;
+ }
+ /* subhed */
+ .g-subhed h2 {
+ max-width: 460px;
+ margin: 2em auto 1em auto;
+ font: 700 1.2em/1.3em 'nyt-franklin', arial, sans-serif;
+ text-align: center;
+ }
+ .viewport-small-10 .g-subhed h2 {
+ font-size: 1.5em;
+ }
+ /* refer text box */
+ .g-refer {
+ max-width: 460px;
+ margin: 0 auto 25px;
+ padding: 12px 15px;
+ box-sizing: border-box;
+ background: #fffcd9;
+ }
+ .g-refer .g-body {
+ font-family: 'nyt-franklin', arial, sans-serif;
+ font-size: 16px;
+ line-height: 1.3;
+ margin-bottom: 0;
+ }
+ .g-refer a {
+ text-decoration: underline;
+ }
+ /* images */
+ .g-item-image {
+ margin: 25px auto;
+ }
+ .g-item-image img {
+ width: 100%;
+ }
+ /* video */
+ .g-item-video {
+ margin: 25px auto;
+ }
+ /* sources and credits */
+ .g-asset-source {
+ padding-top: 3px;
+ }
+ .g-asset-source .g-source {
+ font: 400 12px/15px 'nyt-franklin', arial, sans-serif;
+ color: #999;
+ }
+ .g-asset-source .g-pipe {
+ margin: 0 6px 0 3px;
+ font: 400 12px/12px 'nyt-franklin', arial, sans-serif;
+ color: #999;
+ }
+ .g-asset-source .g-caption {
+ font: 300 14px/17px georgia, 'times new roman', times, serif;
+ }
+ .g-asset-source .g-credit {
+ font: 400 12px/17px 'nyt-franklin', arial, sans-serif;
+ display: inline-block;
+ color: #999;
+ }
+ /* graphics */
+ .g-item-ai2html {
+ margin: 25px auto;
+ }
+ p.g-asset-hed {
+ font: 700 16px/18px 'nyt-franklin', arial, sans-serif;
+ margin-bottom: 0;
+ }
+ .g-map-key {
+ float: none;
+ clear: both;
+ overflow: hidden;
+ margin: 10px auto 4px auto;
+ }
+ .g-map-key .g-key-row {
+ margin-bottom: 5px;
+ margin-right: 15px;
+ float: left;
+ }
+ .viewport-small .g-map-key .g-key-row {
+ width: auto;
+ margin-bottom: 0;
+ }
+ .viewport-small-20 .g-map-key .g-key-row {
+ width: auto;
+ }
+ .g-map-key .g-key-row .g-key-rect,
+ .g-map-key .g-key-row .g-key-circle {
+ vertical-align: middle;
+ margin-right: 8px;
+ display: inline-block;
+ }
+ .g-map-key .g-key-row p {
+ font: 500 0.9em/1.6 'nyt-franklin', arial, sans-serif;
+ display: inline-block;
+ vertical-align: middle;
+ margin: -2px 0 0 0;
+ }
+ .viewport-small .g-map-key .g-key-row p {
+ max-width: 92%;
+ }
+ .viewport-small-20 .g-map-key .g-key-row p {
+ width: auto;
+ max-width: none;
+ }
+ .g-map-key .g-key-row .g-key-rect {
+ width: 22px;
+ height: 10px;
+ }
+ .g-map-key .g-key-row .g-key-circle {
+ width: 9px;
+ height: 9px;
+ border-radius: 50%;
+ }
+ .g-map-key .g-key-row .g-key-custom {
+ width: 20px;
+ height: 20px;
+ background-size: 100%;
+ display: block;
+ display: inline-block;
+ width: 24px;
+ height: 24px;
+ margin: -4px 2px 0 0;
+ }
+ .viewport-small .g-map-key .g-key-row-title p {
+ width: 100%;
+ max-width: none;
+ }
+ .g-red-dot,
+ .g-black-dot {
+ display: inline-block;
+ background: #d00;
+ color: white;
+ font-weight: bold;
+ width: 20px;
+ height: 20px;
+ font: 700 14px/1.4 'nyt-franklin', arial, sans-serif;
+ text-align: center;
+ border-radius: 10px;
+ line-height: 20px;
+ }
+ .g-black-dot {
+ background: #222;
+ }
+ /* column text */
+ .g-column-container {
+ max-width: 460px;
+ margin: 20px auto 0 auto;
+ }
+ .viewport-medium .g-column-container {
+ max-width: 1050px;
+ }
+ .viewport-large .g-column-container {
+ margin-bottom: 30px;
+ }
+ .g-column-container .g-column-hed {
+ font-family: 'nyt-franklin', arial, sans-serif;
+ font-weight: 700;
+ margin-bottom: 2px;
+ }
+ .g-column-container .g-column-col {
+ vertical-align: top;
+ }
+ .viewport-small .g-column-container .g-column-col {
+ display: block;
+ min-width: 100%;
+ }
+ .viewport-medium .g-column-container .g-column-col {
+ min-width: 0;
+ display: inline-block;
+ margin-right: 15px;
+ }
+ .viewport-medium .g-column-container .g-column-col:last-child {
+ margin-right: 0;
+ }
+ .g-column-container .g-column-asset,
+ .g-column-container .g-column-image {
+ margin-bottom: 8px;
+ }
+ .g-column-container .g-column-image img {
+ width: 100%;
+ }
+ /* tables */
+ .g-table {
+ margin: 0 auto;
+ margin-bottom: 25px;
+ }
+ .g-table tr {
+ border-bottom: 1px solid #ececec;
+ }
+ .g-table p {
+ font: 500 14px/1.4 'nyt-franklin', arial, sans-serif;
+ text-align: left;
+ margin: 6px 0;
+ }
+ /* charts */
+ .g-chart {
+ margin: 0 auto;
+ margin-bottom: 25px;
+ font: 500 14px/1.4 'nyt-franklin', arial, sans-serif;
+ }
+ .g-chart .g-chart-header {
+ font-weight: bold;
+ }
+ .g-chart .g-chart-row,
+ .g-chart .g-chart-header {
+ clear: both;
+ height: 22px;
+ margin-bottom: 9px;
+ }
+ .g-chart .g-chart-bar-container,
+ .g-chart .g-chart-label {
+ float: left;
+ height: 100%;
+ }
+ .g-chart .g-chart-bar-container {
+ margin-left: 20px;
+ }
+ .g-chart .g-chart-bar-pos,
+ .g-chart .g-chart-bar-neg {
+ height: 100%;
+ float: left;
+ }
+ .g-chart .g-chart-label,
+ .g-chart .g-chart-bar {
+ padding-top: 3px;
+ }
+ .g-chart .g-chart-label.not-first {
+ margin-left: 20px;
+ }
+ .g-chart .g-chart-bar {
+ height: 100%;
+ background: lightsteelblue;
+ position: relative;
+ }
+ .g-chart .g-chart-bar-label {
+ padding-left: 6px;
+ }
+ .g-chart .g-chart-bar-neg .g-chart-bar {
+ float: right;
+ }
+ .g-chart .g-chart-bar-neg .g-chart-bar-label {
+ text-align: right;
+ padding-right: 6px;
+ padding-left: 0px;
+ }
+ .g-chart .out-label {
+ padding-top: 3px;
+ display: none;
+ }
+ .g-chart .outside .out-label {
+ display: block;
+ }
+ .g-chart .outside .in-label {
+ display: none;
+ }
+ .g-chart .g-bold {
+ font-weight: bold;
+ }
+ /* grid */
+ .g-grid {
+ margin-bottom: 15px;
+ }
+ .g-grid .g-grid-item {
+ position: relative;
+ display: inline-block;
+ min-width: calc(50% - 5px);
+ }
+ .viewport-small-20 .g-grid .g-grid-item {
+ min-width: calc(33% - 5px);
+ }
+ .viewport-medium .g-grid .g-grid-item {
+ min-width: 0;
+ }
+ .g-grid .g-grid-item p {
+ font: 500 15px/1.4 'nyt-franklin', arial, sans-serif;
+ position: absolute;
+ bottom: 10px;
+ left: 10px;
+ color: #fff;
+ margin-bottom: 0;
+ }
+ /* lazy images */
+ .g-freebird-lazy {
+ display: block;
+ width: 100%;
+ height: auto;
+ }
+ .g-freebird-lazy.ll-init {
+ transition: opacity 0.3s ease-out;
+ opacity: 0;
+ }
+ .g-freebird-lazy.ll-loaded {
+ opacity: 1;
+ }
+ /* Mobile issues */
+ /* Get rid of border under intro and share tools on mobile */
+ .story-header.interactive-header {
+ border-bottom: none !important;
+ }
+ /* Share tools issues */
+ /* Pad out the kicker/sharetool space */
+ .story.theme-main .story-header .story-meta .kicker-container {
+ margin-bottom: 12px;
+ }
+ /* Override the moving sharetools on mobile */
+ .story.theme-main .story-header .story-meta .kicker-container .sharetools {
+ position: relative;
+ float: right;
+ /*right: 0px;*/
+ bottom: auto;
+ left: auto;
+ width: auto;
+ margin-top: -6px;
+ clear: none;
+ }
+ /* Maintain the proper space with the section name and kicker next to share tools */
+ .story.theme-main .story-header .story-meta .interactive-kicker {
+ float: left;
+ width: 70%;
+ display: inline-block;
+ }
+ .g-graphic.g-graphic-freebird .g-ad-wrapper {
+ margin: 30px auto;
+ max-width: 1050px;
+ }
+ .viewport-medium .g-graphic.g-graphic-freebird .g-ad-wrapper {
+ margin: 50px auto;
+ }
+ .g-graphic.g-graphic-freebird .g-ad-wrapper .ad {
+ border-top: 1px solid #e2e2e2 !important;
+ border-bottom: 1px solid #e2e2e2 !important;
+ margin: 0 auto;
+ padding: 10px 0;
+ overflow: hidden;
+ max-width: 100%;
+ }
+ .g-graphic.g-graphic-freebird .g-ad-wrapper .ad div {
+ margin: 0 auto;
+ display: block !important;
+ }
+ .g-graphic.g-graphic-freebird .g-ad-wrapper iframe {
+ margin: 0 auto;
+ display: block;
+ }
+ .g-graphic.g-graphic-freebird .g-ad-wrapper .g-ad-text {
+ text-align: center;
+ font: 500 12px/1.2 "nyt-franklin", arial, sans-serif;
+ color: #bfbfbf;
+ text-transform: uppercase;
+ margin-bottom: 7px;
+ }
+ .ad.top-ad {
+ border: none;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ /* Center headlines for standalone and embedded interactives */
+ /* @import (inline) "nyt5/centered-headline.css"; */
+ /* Fullbleed interactive-graphic container */
+ /* remove left offset */
+ .viewport-medium-50 .masthead.masthead-theme-standard,
+ .viewport-large-20 .masthead.masthead-theme-standard {
+ margin-left: 0;
+ }
+
+ .viewport-large-70 .masthead.masthead-theme-standard {
+ margin-left: auto;
+ }
+
+ .viewport-medium-50 .masthead.masthead-theme-standard .quick-navigation,
+ .viewport-large-20 .masthead.masthead-theme-standard .quick-navigation {
+ left: 15px;
+ }
+
+ #navigation-edge {
+ display: none;
+ }
+
+ /* fullbleed #main */
+ #main {
+ padding-left: 0;
+ padding-right: 0;
+ }
+
+ .viewport-medium-10 #main {
+ width: 100%;
+ max-width: 100%;
+ }
+
+ /* constrain template containers */
+ .ad.top-ad {
+ margin-left: 0;
+ margin-right: 0;
+ }
+
+ .story-header.interactive-header,
+ .story.theme-main .story-footer,
+ .related-coverage {
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ .viewport-medium-10 .ad.top-ad,
+ .viewport-medium-10 .story-header.interactive-header,
+ .viewport-medium-10 .story.theme-main .story-footer,
+ .viewport-medium-10 .related-coverage {
+ max-width: 720px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+ .viewport-medium-30 .ad.top-ad,
+ .viewport-medium-30 .story-header.interactive-header,
+ .viewport-medium-30 .story.theme-main .story-footer,
+ .viewport-medium-30 .related-coverage {
+ max-width: 945px;
+ }
+
+ .viewport-large-30 .ad.top-ad,
+ .viewport-large-30 .story-header.interactive-header,
+ .viewport-large-30 .story.theme-main .story-footer,
+ .viewport-large-30 .related-coverage {
+ max-width: 1050px;
+ }
+
+ .g-body, .g-map-key, .g-asset-source, .g-table-container, .g-column-container, .g-asset-hed {
+ padding-left: 10px;
+ padding-right: 10px;
+ }
+
+ .viewport-large .g-body,
+ .viewport-large .g-map-key,
+ .viewport-large .g-asset-source,
+ .viewport-large .g-table-container,
+ .viewport-large .g-column-container,
+ .viewport-large .g-asset-hed {
+ padding-left: 0;
+ padding-right: 0;
+ }
+
+ /* For use with LaziestLoader */
+ /* @import (inline) "nyt5/laziestloader.css"; */
+ /* Fix spacing at top of story */
+ .has-top-ad .story.theme-interactive,
+ .has-ribbon .story.theme-interactive {
+ margin-top: 10px;
+ }
+
+ /* Fix comments button margin */
+ .story.theme-interactive .comments-button.theme-kicker {
+ margin-top: 0;
+ }
+
+ /* Get rid of border under intro and share tools on mobile */
+ .page-interactive-default .story.theme-main .story-header {
+ border-bottom: none;
+ }
+
+ /* Pad out the kicker/sharetool space */
+ .story.theme-interactive .story-meta .kicker {
+ margin-bottom: 22px;
+ }
+
+ .viewport-medium-10 .story.theme-interactive .story-meta .kicker {
+ margin-bottom: 24px;
+ }
+
+ /* Override the moving sharetools on mobile */
+ .story.theme-interactive .story-header .story-meta .kicker-container .sharetools {
+ position: relative;
+ left: auto;
+ bottom: auto;
+ width: auto;
+ margin-top: -6px;
+ float: right;
+ clear: none;
+ }
+
+ /* Maintain the proper space with the section name and kicker next to share tools */
+ .story.theme-interactive .story-header .story-meta .interactive-kicker {
+ float: left;
+ width: 65%;
+ display: inline-block;
+ }
+
+ /* Gets rid of the extra space under the intro that puts too much space there in mobile and desktop */
+ .page-interactive-default .story.theme-main .story-header {
+ margin-bottom: 0;
+ }
+
+ .page-interactive-default .story.theme-main .story-header .story-meta {
+ margin-bottom: 10px;
+ }
+
+ /*Fixes styling on share tools at bottom of minimal interactives*/
+ .story.theme-minimal .sharetools.layout-horizontal{
+ width:auto;
+ margin-top:11px;
+ }
+ .story.theme-minimal .sharetools.layout-horizontal .sharetool {
+ display: inline-block;
+ border-top: 0;
+ }
+ .story.theme-minimal .sharetools.layout-horizontal .sharetool:first-child a {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: none;
+ }
+ .story.theme-minimal .sharetools.layout-horizontal .sharetool a {
+ padding-left: 15px;
+ padding-right: 5px;
+ height: 20px;
+ border-left: 1px solid #e2e2e2;
+ }
+ .story.theme-minimal .sharetools.layout-horizontal .sharetool a:hover {
+ background-color: transparent;
+ }
+
+ /* uncomment to fix related content and footer layout on max_width: 720 pages */
+ /*
+.related-coverage {
+ max-width: 720px;
+}
+
+.viewport-medium-30 .page-footer nav ul,
+.viewport-medium-50 .page-footer nav ul {
+ margin-left: 28px;
+}
+
+.viewport-medium-30 .page-footer nav.last-nav {
+ float: none;
+}
+
+.viewport-medium-30 .page-footer nav.last-nav ul {
+ margin-left: 239px;
+}
+*/
+
+ .g-subhed h2 {
+ font: 300 24px/1.2 'nyt-franklin', Arial, sans-serif;
+ margin-bottom: 0.65em;
+ }
+ .viewport-small-10 .g-subhed h2 {
+ font-size: 28px;
+ }
+ .g-animation {
+ margin: 0 -15px;
+ max-width: calc(130%);
+ }
+ @media (min-width: 780px) {
+ .g-animation {
+ margin: 0;
+ }
+ }
+ .g-locator {
+ max-width: 300px;
+ margin: 100px auto 30px auto;
+ }
+ .g-locator .g-locator-in {
+ display: inline-block;
+ width: 120px;
+ vertical-align: middle;
+ z-index: -1;
+ position: relative;
+ overflow: hidden;
+ }
+ .viewport-medium .g-locator .g-locator-in {
+ margin: 0 -10px 0 -20px;
+ }
+ .g-locator .g-subhed {
+ display: inline-block;
+ width: calc(100% - 130px);
+ vertical-align: middle;
+ z-index: 100;
+ position: relative;
+ }
+ .g-request p.g-body {
+ padding: 8px 16px;
+ border-radius: 3px;
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
+ border: 1px solid #e4e4e4;
+ font: 300 16px/1.4 'nyt-franklin', Arial, sans-serif;
+ }
+ div.tooltip {
+ top: -1000px;
+ position: fixed;
+ padding: 5px;
+ background: rgba(255, 255, 255, 0.95);
+ border: 1px solid lightgray;
+ pointer-events: none;
+ width: 300px;
+ font: 300 14px / 1.2 'nyt-franklin', Arial, sans-serif;
+ }
+ .tooltip-hidden {
+ opacity: 0;
+ transition: all .3s;
+ transition-delay: .1s;
+ }
+ @media (max-width: 590px) {
+ div.tooltip {
+ bottom: -1px;
+ width: calc(100%);
+ left: -1px !important;
+ right: -1px !important;
+ top: auto !important;
+ width: auto !important;
+ }
+ }
+ #g-harvey_basemap-box {
+ position: relative;
+ }
+ #g-houston-rescue-map-box {
+ position: absolute;
+ top: 0px;
+ font: 300 15px / 1.2 'nyt-franklin';
+ }
+ #g-houston-rescue-map-box .g-key {
+ width: 200px;
+ text-align: center;
+ position: absolute;
+ bottom: 50px;
+ right: 4px;
+ font-size: 20px;
+ font-weight: 600;
+ }
+ #g-houston-rescue-map-box .g-key p {
+ font: 300 15px / 1.2 'nyt-franklin';
+ display: inline-block;
+ margin-bottom: 0px;
+ }
+ #g-houston-rescue-map-box .g-key .g-key-circle {
+ width: 9px;
+ height: 9px;
+ display: inline-block;
+ margin-right: 8px;
+ position: relative;
+ top: -2px;
+ border-radius: 100%;
+ }
+ .description {
+ margin-left: 10px;
+ font-size: 15px;
+ line-height: 15px;
+ max-width: 150px;
+ padding: 8px 12px;
+ color: #000;
+ border-radius: 3px;
+ background: #ffffff;
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
+ }
+ .description:after {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 50%;
+ width: 0;
+ height: 0;
+ border: 5px solid transparent;
+ border-right-color: #ffffff;
+ border-left: 0;
+ margin-top: -5px;
+ margin-left: -5px;
+ }
+ .description.lefty:after {
+ position: absolute;
+ left: auto;
+ right: 0;
+ top: 50%;
+ width: 0;
+ height: 0;
+ border: 5px solid transparent;
+ border-left-color: #ffffff;
+ box-shadow: none;
+ border-right: 0;
+ margin-top: -5px;
+ margin-right: -5px;
+ }
+ .hpgraphic {
+ width: 573px;
+ position: relative;
+ z-index: 3;
+ min-height: 322px;
+ background: #eee;
+ }
+ .hpgraphic .g-item-ai2html {
+ margin: 0;
+ }
+ .hpgraphic .description {
+ font-size: 13px;
+ border-radius: 2px;
+ padding: 2px 5px;
+ }
+ .g-timer {
+ opacity: 0;
+ }
+ .g-text strong,
+ .g-text b {
+ font-family: 'nyt-franklin', arial, sans-serif;
+ }
+ </style>
+
+ <a href="https://www.nytimes.com/interactive/2017/08/30/us/houston-flood-rescue-cries-for-help.html">
+ <div class="g-graphic hpgraphic g-graphic-freebird" data-preview-slug="2017-08-30-houston-rescues">
+
+ <div class="g-item-ai2html" style="max-width:573px;">
+
+
+
+
+
+ <!-- SCOOP CSS -->
+ <!-- Generated by ai2html v0.65.5 - 2017-08-31 01:22 -->
+ <!-- ai file: harvey_hp.ai -->
+ <!-- preview: 2017-08-30-houston-rescues -->
+ <!-- scoop: houston-rescues-animation-573 -->
+ <style type='text/css' media='screen,print'>
+ #g-harvey_hp-Artboard_2-box {
+ max-width:600px;
+ }
+ #g-harvey_hp-Artboard_2-box .g-artboard {
+ margin:0 auto;
+ }
+ #g-harvey_hp-Artboard_2-box .g-artboard p {
+ margin:0;
+ }
+ .g-aiAbs {
+ position:absolute;
+ }
+ .g-aiImg {
+ display:block;
+ width:100% !important;
+ }
+ .g-aiPointText p { white-space: nowrap; }
+ #g-harvey_hp-Artboard_2 {
+ position:relative;
+ overflow:hidden;
+ width:573px;
+ }
+ #g-harvey_hp-Artboard_2 p {
+ font-family:nyt-franklin,arial,helvetica,sans-serif;
+ font-weight:500;
+ font-size:13px;
+ line-height:17px;
+ filter:alpha(opacity=100);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+ opacity:1;
+ letter-spacing:0.2em;
+ text-align:left;
+ color:rgb(156,156,156);
+ text-transform:none;
+ padding-bottom:0;
+ padding-top:0;
+ mix-blend-mode:normal;
+ font-style:normal;
+ }
+ #g-harvey_hp-Artboard_2 .g-pstyle0 {
+ font-weight:700;
+ font-size:21px;
+ line-height:23px;
+ filter:alpha(opacity=70);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
+ opacity:0.7;
+ letter-spacing:0em;
+ color:rgb(0,0,0);
+ }
+ #g-harvey_hp-Artboard_2 .g-pstyle1 {
+ text-align:center;
+ }
+ #g-harvey_hp-Artboard_2 .g-pstyle2 {
+ font-weight:300;
+ font-style:italic;
+ filter:alpha(opacity=40);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
+ opacity:0.4;
+ mix-blend-mode:multiply;
+ letter-spacing:0.3em;
+ text-align:center;
+ color:rgb(5,96,147);
+ }
+ #g-harvey_hp-Artboard_2 .g-pstyle3 {
+ font-weight:300;
+ font-size:15px;
+ line-height:23px;
+ letter-spacing:0em;
+ color:rgb(0,0,0);
+ }
+ #g-harvey_hp-Artboard_2 .g-pstyle4 {
+ font-weight:300;
+ font-size:12px;
+ line-height:23px;
+ filter:alpha(opacity=60);
+ -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
+ opacity:0.6;
+ letter-spacing:0em;
+ color:rgb(0,0,0);
+ }
+
+ </style>
+
+ <!-- SCOOP HTML -->
+ <!-- Generated by ai2html v0.65.5 - 2017-08-31 01:22 -->
+ <!-- ai file: harvey_hp.ai -->
+ <!-- preview: 2017-08-30-houston-rescues -->
+ <!-- scoop: houston-rescues-animation-573 -->
+ <div id="g-harvey_hp-Artboard_2-box" class="ai2html">
+
+ <!-- Artboard: Artboard_2 -->
+ <div id="g-harvey_hp-Artboard_2" class="g-artboard g-artboard-v3">
+ <img id="g-ai0-0" class="g-aiImg" src="https://static01.nyt.com/newsgraphics/2017/08/30/houston-rescues/3217ab7ea858a2c388ceacbca5f753f34faf5343/harvey_hp-Artboard_2.png"/>
+ <div id="timer" class="g-timer g-aiAbs g-aiPointText" style="top:10.2033%;margin-top:-11.9px;left:5.2511%;width:150px;">
+ <p class="g-pstyle0">12 a.m. Monday</p>
+ </div>
+ <div id="g-ai0-2" class="g-text g-aiAbs g-aiPointText" style="top:31.0397%;margin-top:-8.9px;left:75.3489%;margin-left:-7.8534%;width:92px;">
+ <p class="g-pstyle1">BEAUMONT</p>
+ </div>
+ <div id="g-ai0-3" class="g-text g-aiAbs g-aiPointText" style="top:45.0983%;margin-top:-17.2px;left:81.9842%;margin-left:-5.6719%;width:67px;">
+ <p class="g-pstyle1">PORT</p>
+ <p class="g-pstyle1">ARTHUR</p>
+ </div>
+ <div id="g-ai0-4" class="g-text g-aiAbs g-aiPointText" style="top:60.5454%;margin-top:-8.9px;left:28.1349%;margin-left:-6.719%;width:79px;">
+ <p class="g-pstyle1">HOUSTON</p>
+ </div>
+ <div id="g-ai0-5" class="g-text g-aiAbs g-aiPointText" style="top:72.8327%;margin-top:-17.5px;left:82.169%;margin-left:-6.8063%;width:80px;">
+ <p class="g-pstyle2">GULF OF</p>
+ <p class="g-pstyle2">MEXICO</p>
+ </div>
+ <div id="g-ai0-6" class="g-text g-aiAbs g-aiPointText" style="top:93.7756%;margin-top:-11.9px;left:79.5415%;width:102px;">
+ <p class="g-pstyle3">Rescue request</p>
+ </div>
+ <div id="g-ai0-7" class="g-text g-aiAbs g-aiPointText" style="top:93.4021%;margin-top:-11.7px;left:1.6973%;width:45px;">
+ <p class="g-pstyle4">10 miles</p>
+ </div>
+ </div>
+
+ </div>
+
+
+
+
+
+ </div>
+
+ </div>
+ </a>
+
+ <script>
+ define('_nytg/2017-08-30-houston-rescues/assets', function() { return 'https://static01.nyt.com/newsgraphics/2017/08/30/houston-rescues/3217ab7ea858a2c388ceacbca5f753f34faf5343/'; });
+ define('_nytg/2017-08-30-houston-rescues/big-assets', function() { return 'https://static01.nyt.com/newsgraphics/2017/08/30/houston-rescues/assets/'; });
+
+ require(['foundation/main'], function() {
+ require(['https://static01.nyt.com/newsgraphics/2017/08/30/houston-rescues/3217ab7ea858a2c388ceacbca5f753f34faf5343/build.js']); // generated from src/script.js
+ });
+ </script>
+ <!-- Pipeline: 2017-08-30-houston-rescues August 31, 2017, 01:24AM 3217ab7ea858a2c388ceacbca5f753f34faf5343 --></div>
+ <div class="collection">
+ <div class="photo-spot-region"><div class="story theme-summary lede"><article class="story theme-summary" id="topnews-100000005401681" data-story-id="100000005401681" data-rank="1" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/interactive/2017/08/30/us/houston-flood-rescue-cries-for-help.html">‘Running Out of Time’</a></h2>
+
+
+ <p class="summary">As Houston was overcome by floodwaters, thousands of people cried out for help online.</p>
+
+
+ </article>
+ </div></div></div>
+ <div class="collection">
+ <div style="margin-top: +5px;"></div></div>
+ <div class="collection">
+ <hr class="single-rule" />
+ </div>
+ <div class="collection">
+ <style>
+ .nythpSplitCode .column { margin-left: 21px; }
+ .nythpSplitCode .column:first-child { margin-left: 0px; }
+ .nythpSplitCode.layout { background: none; }
+ .nythpSplitCode .media.photo.medium-thumb { float: none; margin-left: 0; }
+ </style>
+
+ <div class="layout nythpSplitCode wide-b-layout">
+ <div class="column"><div></div>
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005400393" data-story-id="100000005400393" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/victims-harvey-death-toll-houston.html">Clinging to Her Drowning Mother, a Girl Survives</a></h2>
+
+ <p class="byline">By SIMON ROMERO and JULIE BOSMAN </p>
+
+ <p class="summary">“Mama was saying her prayers,” 3-year-old Jordyn Grace told a relative.</p>
+
+
+ </article>
+ </div>
+ <div class="collection headlines">
+ <ul class="theme-news-headlines">
+ <li>
+ <div style="margin-top: -10px;"></div> </li>
+ <li>
+ <article class="story" id="topnews-100000005400407" data-story-id="100000005400407" data-rank="1" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/us/harvey-death-toll.html">Stories Emerge of Harvey’s Victims as Death Toll Rises</a></h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005398786" data-story-id="100000005398786" data-rank="2" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/us/hurricane-center-timeline.html">From Forecast to Disaster: A Timeline</a></h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ <div class="collection">
+ </div></div>
+ <div class="column b-column"><div></div>
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005401072" data-story-id="100000005401072" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/houston-flooding-growth-regulation.html">Houston, the Limitless City, Is Forced to Consider Its Limits</a></h2>
+
+ <p class="byline">By MANNY FERNANDEZ and RICHARD FAUSSET </p>
+
+ <p class="summary">A muscular metropolitan area that embraced growth now wonders whether growth made its flooding woes worse.</p>
+
+
+ </article>
+ </div>
+ <div class="collection headlines">
+ <ul class="theme-news-headlines">
+ <li>
+ <div style="margin-top: -10px;"></div> </li>
+ <li>
+ <article class="story" id="topnews-100000005396839" data-story-id="100000005396839" data-rank="1" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/business/harvey-recovery-houston-businesses.html">After Harvey, Will Big Business Repay Houston’s Generosity?</a></h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005400885" data-story-id="100000005400885" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/business/harvey-aid-sba-disaster-loans.html">Victims Face Hurdles, and Maybe Bills, in Getting Aid</a></h2>
+
+ <p class="byline">By STACY COWLEY </p>
+
+ <p class="summary">Thousands are applying for federal assistance, but it may be slow to arrive and require them to take on debt.</p>
+
+
+ </article>
+ </div>
+ <div class="collection headlines">
+ <ul class="theme-news-headlines">
+ <li>
+ <div style="margin-top: -10px;"></div> </li>
+ <li>
+ <article class="story" id="topnews-100000005396158" data-story-id="100000005396158" data-rank="1" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/28/us/donate-harvey-charities-scams.html">Where to Donate to Storm Victims (and How to Avoid Scams)</a></h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ <div class="collection">
+ </div></div>
+ <div class="column"><div></div>
+ <div class="collection">
+ </div></div></div></div>
+ <div class="collection">
+ </div></div></div>
+ <div class="column megaSPanC"><div></div>
+ <div class="collection">
+ <style type="text/css">
+ .paywall-hp-note {
+ padding: 13px 15px 12px 15px;
+ background-color: #f7f7f7;
+ border-radius: 2px;
+ margin-bottom: 18px;
+ }
+ .paywall-hp-note:after {
+ content: "";
+ display: table;
+ clear: both;
+ }
+ .paywall-hp-note h5,
+ .paywall-hp-note p {
+ font: 400 14px/16px 'nyt-cheltenham-sh',georgia,'times new roman',serif;
+ color: #808080;
+ -webkit-font-smoothing: antialiased;
+ }
+ .paywall-hp-note h5 {
+ font-weight: 700;
+ color: #4d4d4d;
+ margin-bottom: 9px;
+ }
+ .paywall-hp-note p {
+ font-style: italic;
+ margin-bottom: 0;
+ }
+ </style>
+ <div class="paywall-hp-note">
+ <h5>To Our Readers</h5>
+ <p>The Times is providing free digital access to coverage of the storm.</p>
+ </div></div>
+ <div class="collection">
+ <hr class="single-rule" style="width: 50%; text-align: center; margin: 12px auto 0;" />
+
+ </div>
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005399973" data-story-id="100000005399973" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/port-arthur-flooding.html">Port Arthur Overcome by Instant Flooding: ‘Our Whole City Is Underwater’</a></h2>
+
+ <p class="byline">By JONAH ENGEL BROMWICH </p>
+
+ <p class="summary">Jefferson County, Tex., about 100 miles east of Houston, was “slammed with 20 inches of rainfall” overnight. Thousands of people were stranded on their roofs, on top of cars and in attics.</p>
+
+
+ </article>
+ </div>
+ <div class="collection">
+ <figure class="story theme-feature video media video-promo-small updated-video-promo-small">
+ <a href="https://www.nytimes.com/video/us/100000005400001/harvey-houston-port-arthur-flooding.html">
+ <div class="video-promo-small-container" style="background-image: url('https://static01.nyt.com/images/2017/08/31/us/31storm4_xp/31storm4_xp-filmstrip.jpg');">
+ <div class="metadata">
+ <div class="play-button-and-duration">
+ <div class="play-icon">
+ <svg class="play-circle" height="28" width="28">
+ <circle cx="14" cy="14" r="13" stroke="#FFF" fill="transparent" stroke-width="1.5" />
+ </svg>
+ <svg version="1.2" class="play-triangle" height="10" width="10">
+ <polyline points="5,1.2264973081037427 10,9.88675134594813 0,9.88675134594813" transform="rotate(90, 5, 5)"></polyline>
+ </svg>
+ </div>
+ <div class="duration">
+ <span>1:36</span>
+ </div>
+ </div>
+ <h2 class="story-heading">
+ Path of Destruction Continues </h2>
+ <div class="orientation-icon">
+ <svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink">
+ <g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+ <g id="Compass-Cover-ACol">
+ <g id="360-View-Indicator">
+ <circle id="Oval-44" fill-opacity="0.1" fill="#000000" cx="14" cy="14" r="12.75"></circle>
+ <path d="M14,28 C21.7319865,28 28,21.7319865 28,14 C28,6.2680135 21.7319865,0 14,0 C6.2680135,0 0,6.2680135 0,14 C0,21.7319865 6.2680135,28 14,28 Z M14,26.75 C21.0416306,26.75 26.75,21.0416306 26.75,14 C26.75,6.95836944 21.0416306,1.25 14,1.25 C6.95836944,1.25 1.25,6.95836944 1.25,14 C1.25,21.0416306 6.95836944,26.75 14,26.75 Z" id="Border" fill="#FFFFFF"></path>
+ <g id="eyes" transform="translate(9.488845, 14.454531)" fill="#FFFFFF">
+ <ellipse id="Oval-12" cx="2.01115463" cy="2.04546933" rx="1.5" ry="1.5"></ellipse>
+ <ellipse id="Oval-12-Copy" cx="7.01115463" cy="2.04546933" rx="1.5" ry="1.5"></ellipse>
+ </g>
+ <path d="M13.9960842,13 L21.5,5.88357462 C19.5796583,4.05113973 16.9264365,3 13.9960843,3 C11.065732,3 8.42034167,4.05113973 6.5,5.88357462 L13.9960842,13 Z" id="view" fill="#FFFFFF"></path>
+ </g>
+ </g>
+ </g>
+ </svg>
+ </div>
+ </div>
+ </div>
+ </a>
+ <figcaption class="caption">
+ <p class="credit">By MALACHY BROWNE, BARBARA MARCOLINI and CHRIS CIRILLO</p>
+ </figcaption>
+ </figure>
+ </div>
+ <div class="collection headlines">
+ <ul class="theme-news-headlines">
+ <li>
+ <article class="story" id="topnews-100000005398038" data-story-id="100000005398038" data-rank="0" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/29/us/harvey-email-callout.html">Are You Affected? We Want to Hear From You</a></h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ <div class="collection">
+ </div></div>
+
+ <div style="background-color: #fff;"><div></div>
+ </div>
+ </div>
+ </div></div>
+ <div class="collection">
+ <script>function getFlexData() { return {"data":{"item":[{"thumb":"https:\/\/static01.nyt.com\/images\/2017\/09\/01\/science\/01WATER1\/01WATER1-videoSixteenByNine310.jpg","type":"article","headline":"A Sea of Hazards in Floodwaters","link":"https:\/\/www.nytimes.com\/2017\/08\/31\/us\/houston-contaminated-floodwaters.html"},{"thumb":"https:\/\/static01.nyt.com\/images\/2017\/08\/31\/insider\/mattress-mack\/mattress-mack-videoSixteenByNine310.jpg","type":"video","headline":"A Mattress Store Turned Shelter","link":"https:\/\/www.nytimes.com\/video\/us\/100000005398367\/houston-harvey-mattress-shelter.html"},{"thumb":"https:\/\/static01.nyt.com\/images\/2017\/08\/31\/us\/stormpics74\/stormpics74-videoSixteenByNine310.jpg","type":"slideshow","headline":"Harvey in Pictures","link":"https:\/\/www.nytimes.com\/2017\/08\/27\/us\/harvey-pictures-hurricane-storm.html?mcubz=0&_r=0"},{"thumb":"https:\/\/static01.nyt.com\/images\/2017\/08\/31\/dining\/360-tamircover\/360-tamircover-videoSixteenByNine310.jpg","type":"video","headline":"The Daily 360: Submerged Streets ","link":"https:\/\/www.nytimes.com\/video\/us\/100000005399523\/harvey-houston-flooding-rescue.html"}]}}; }var NYTD=NYTD || {}; NYTD.FlexTypes = NYTD.FlexTypes || []; NYTD.FlexTypes.push({"target":"FT100000005396835","type":"HP Thumbstrip","data":{"item":[{"thumb":"https:\/\/static01.nyt.com\/images\/2017\/09\/01\/science\/01WATER1\/01WATER1-videoSixteenByNine310.jpg","type":"article","headline":"A Sea of Hazards in Floodwaters","link":"https:\/\/www.nytimes.com\/2017\/08\/31\/us\/houston-contaminated-floodwaters.html"},{"thumb":"https:\/\/static01.nyt.com\/images\/2017\/08\/31\/insider\/mattress-mack\/mattress-mack-videoSixteenByNine310.jpg","type":"video","headline":"A Mattress Store Turned Shelter","link":"https:\/\/www.nytimes.com\/video\/us\/100000005398367\/houston-harvey-mattress-shelter.html"},{"thumb":"https:\/\/static01.nyt.com\/images\/2017\/08\/31\/us\/stormpics74\/stormpics74-videoSixteenByNine310.jpg","type":"slideshow","headline":"Harvey in Pictures","link":"https:\/\/www.nytimes.com\/2017\/08\/27\/us\/harvey-pictures-hurricane-storm.html?mcubz=0&_r=0"},{"thumb":"https:\/\/static01.nyt.com\/images\/2017\/08\/31\/dining\/360-tamircover\/360-tamircover-videoSixteenByNine310.jpg","type":"video","headline":"The Daily 360: Submerged Streets ","link":"https:\/\/www.nytimes.com\/video\/us\/100000005399523\/harvey-houston-flooding-rescue.html"}]}});</script><link rel="stylesheet" type="text/css" href="https://static01.nyt.com/newsgraphics/2015/hp-thumbstrip/assets/build.css" />
+ <style>
+ .nytd-hp-thumbstrip{ display:flex; }
+ .nytd-hp-thumbstrip .ts-link{ width:100%; }
+ .nytd-hp-thumbstrip .ts-link .ts-item{ width:94%; }
+ </style>
+
+ <script>
+ var NYTG_ASSETS = "_assets/";
+ var NYTG_BIG_ASSETS = "_big_assets/";
+ require(['foundation/main'], function() {
+ require(["https://static01.nyt.com/newsgraphics/2015/hp-thumbstrip/assets/build.js"]);
+ });
+ </script><div id="FT100000005396835"></div></div>
+ <div class="collection">
+ <hr class="scotch-rule" /></div>
+ </div><!-- close span-abc-region -->
+
+ <div class="span-ab-layout layout">
+
+ <div class="ab-column column">
+
+ <section id="top-news" class="top-news">
+ <h2 class="section-heading visually-hidden">Top News</h2>
+
+
+
+
+ <div class="wide-b-layout layout">
+
+ <div class="a-column column">
+
+ <div class="first-column-region region">
+
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005399055" data-story-id="100000005399055" data-rank="0" data-collection-renderstyle="HpSumSmallMedia">
+
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/politics/trump-missouri-tax-plan.html">Trump Pitches Tax Cuts on Business as Aiding Middle Class</a></h2>
+
+ <p class="byline">By JULIE HIRSCHFELD DAVIS and BINYAMIN APPELBAUM </p>
+
+ <div class="thumb">
+ <a href="https://www.nytimes.com/2017/08/30/us/politics/trump-missouri-tax-plan.html"><img src="https://static01.nyt.com/images/2017/08/31/us/31dc-trump-promo/31dc-trump-promo-thumbStandard.jpg" alt=""></a>
+ </div>
+
+ <p class="summary">
+ In a speech on Wednesday in Springfield, Mo., President Trump laid out the case for cutting taxes for businesses and individuals and for simplifying the tax code. </p>
+
+ <p class="theme-comments">
+ <a href="https://www.nytimes.com/2017/08/30/us/politics/trump-missouri-tax-plan.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>
+ </p>
+
+ </article>
+
+ </div>
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005398833" data-story-id="100000005398833" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/29/business/economy/trump-corporate-tax-plan.html">Trump Tax Plan May Free Corporate Dollars. Then What?</a></h2>
+
+ <p class="byline">By PATRICIA COHEN </p>
+
+ <p class="summary">Republicans are promising to stimulate investment and create jobs. But steps to undo tax dodges may not produce the intended economic lift.</p>
+
+ <p class="theme-comments">
+ <a href="https://www.nytimes.com/2017/08/29/business/economy/trump-corporate-tax-plan.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>
+ </p>
+
+ </article>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <article class="story theme-summary" id="topnews-100000005401510" data-story-id="100000005401510" data-rank="0" data-collection-renderstyle="HpSumMediumMedia" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/judge-texas-sanctuary-cities.html">Federal Judge Blocks Texas’ Ban on ‘Sanctuary Cities’</a></h2>
+
+ <p class="byline">By MANNY FERNANDEZ </p>
+
+ <p class="summary">
+ The temporary ruling prevents the state from going ahead with provisions that were to go into effect on Friday. </p>
+
+
+
+ <figure class="media photo medium-thumb">
+ <div class="image">
+ <a href="https://www.nytimes.com/2017/08/30/us/judge-texas-sanctuary-cities.html"><img src="https://static01.nyt.com/images/2017/08/31/us/31sanctuary/31sanctuary-mediumFlexible177.jpg" alt="" /></a>
+ </div>
+ </figure>
+ </article>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <article class="story theme-summary" id="topnews-100000005401018" data-story-id="100000005401018" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/politics/trump-obamacare-enrollment-markets-subsidies.html">Seeking to Stabilize Health Markets, but Offering Few Details</a></h2>
+
+ <p class="byline">By ROBERT PEAR </p>
+
+ <p class="summary">A Trump administration official refused to say what, if anything, the government would do to encourage people to sign up for health insurance under the Affordable Care Act.</p>
+
+
+ </article>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <article class="story theme-summary" id="topnews-100000005399964" data-story-id="100000005399964" data-rank="0" data-collection-renderstyle="HpSumMediumMedia" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/us/politics/trump-north-korea-extortion-money.html">On North Korea, Trump Says ‘Talking Is Not the Answer!’</a></h2>
+
+ <p class="byline">By MARK LANDLER </p>
+
+ <p class="summary">
+ While Mr. Trump’s threats against North Korea have been unnerving, it is the prospect of a risky dialogue that most unsettles former officials. </p>
+
+
+
+ <figure class="media photo medium-thumb">
+ <div class="image">
+ <a href="https://www.nytimes.com/2017/08/30/us/politics/trump-north-korea-extortion-money.html"><img src="https://static01.nyt.com/images/2017/08/31/us/31dc-prexy1/merlin-to-scoop-126571670-887690-mediumFlexible177.jpg" alt="" /></a>
+ </div>
+ </figure>
+ </article>
+ </div>
+ <div class="collection headlines">
+ <h3 class="kicker collection-kicker">More in Politics</h3>
+ <ul class="theme-news-headlines">
+ <li>
+ <article class="story" id="topnews-100000005400483" data-story-id="100000005400483" data-rank="0" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/us/politics/trump-russia-michael-cohen.html">Trump Lawyer ‘Vehemently’ Denies Russian Collusion</a> </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005401238" data-story-id="100000005401238" data-rank="1" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/us/politics/us-aid-pakistan-terror.html">U.S. Gives Military Assistance to Pakistan, With Strings Attached</a> </h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <article class="story theme-summary" id="topnews-100000005400786" data-story-id="100000005400786" data-rank="0" data-collection-renderstyle="HpSum" data-start-time="" data-end-time="">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/health/gene-therapy-cancer.html">F.D.A. Approves Gene-Altering Leukemia Treatment</a></h2>
+
+ <p class="byline">By DENISE GRADY </p>
+
+ <p class="summary">The Food and Drug Administration approved the first treatment that alters a patient’s cells to fight cancer. It will cost $475,000.</p>
+
+
+ </article>
+ </div>
+ <hr class="single-rule" /><div class="collection headlines">
+ <h3 class="kicker collection-kicker">More News</h3>
+ <ul class="theme-news-headlines">
+ <li>
+ <article class="story" id="topnews-100000005401772" data-story-id="100000005401772" data-rank="0" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/31/world/asia/building-collapse-in-mumbai-kills-at-least-7.html">Building Collapse in Mumbai Kills at Least 7</a></h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005401309" data-story-id="100000005401309" data-rank="1" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/sports/tennis/maria-sharapova-timea-babos-us-open.html">U.S. Open: Maria Sharapova, With No Tears, Advances</a></h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005399026" data-story-id="100000005399026" data-rank="2" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/us/politics/eric-schmidt-google-new-america.html">Think Tank Backed by Google Ousts Critic of Monopolies</a></h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005401178" data-story-id="100000005401178" data-rank="3" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/world/americas/brazil-amazon-mining-temer-environmentalists-judge.html">Brazilian Judge Stymies Plan for Mining in Amazon Region</a></h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005400012" data-story-id="100000005400012" data-rank="4" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/world/europe/trump-press-united-nations.html">U.N. Human Rights Chief Condemns Trump’s Attacks on Media</a></h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005400793" data-story-id="100000005400793" data-rank="5" data-collection-renderstyle="HpBlogHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/world/asia/afghanistan-troop-totals.html">11,000 U.S. Troops in Afghanistan, Pentagon Says</a></h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <!--
+
+======================================================
+
+THIS IS A GENERATED TEMPLATE FILE. DO NOT EDIT.
+
+======================================================
+
+-->
+ <!-- this is generated from src/style.css -->
+ <style>.tips-promo {
+ position: relative;
+ width: 100%;
+ height: auto; }
+ .tips-promo .nyt-logo {
+ position: absolute;
+ top: 1rem;
+ left: 0;
+ right: 0;
+ margin: 0 auto;
+ width: 6rem; }
+ .tips-promo svg {
+ width: 6rem;
+ margin: 0 auto; }
+ .tips-promo .text-bubble {
+ padding: 1rem 0; }
+ .tips-promo .text-bubble h1 {
+ font-family: "nyt-cheltenham", times, serif;
+ color: black;
+ position: relative;
+ font-size: 1.5rem;
+ font-weight: 400;
+ line-height: 0.9;
+ -webkit-font-smoothing: antialiased;
+ z-index: 0; }
+ .tips-promo .text-bubble h2 {
+ font-family: "nyt-cheltenham-sh", times, serif;
+ color: black;
+ position: relative;
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 1.3;
+ -webkit-font-smoothing: antialiased;
+ z-index: 0;
+ padding-top: 0.5rem; }
+ .tips-promo .text-bubble .contact {
+ font-family: "nyt-cheltenham-sh", times, serif;
+ display: inline-block;
+ border-style: none;
+ border-color: transparent;
+ font-size: 13px;
+ font-weight: bold;
+ padding: 0;
+ background: none;
+ color: #326891;
+ text-decoration: underline; }
+ </style>
+
+ <div id="g-graphic" data-preview-slug="2016-10-31-tips-hp">
+ <div class="tips-promo">
+ <div class="text-bubble">
+ <h1><a href="https://www.nytimes.com/tips">Got a confidential news tip?</a></h1>
+ <h2>The New York Times offers several ways to get in touch with and provide materials to our journalists. <a href="https://www.nytimes.com/tips"><span class="contact">Learn more</span></a>.</h2>
+ </div>
+ </div>
+ </div>
+
+ <script>
+ var _gaq = _gaq || [];
+ define('_nytg/2016-10-31-tips-hp/assets', function() { return 'https://static01.nyt.com/newsgraphics/2016/10/31/tips-hp/00b5b741a6c5682e24f945c547f78fbe98f2c27f/'; });
+ define('_nytg/2016-10-31-tips-hp/big-assets', function() { return 'https://static01.nyt.com/newsgraphics/2016/10/31/tips-hp/assets/'; });
+
+ require(['foundation/main'], function() {
+ require(['https://static01.nyt.com/newsgraphics/2016/10/31/tips-hp/00b5b741a6c5682e24f945c547f78fbe98f2c27f/build.js']); // generated from src/script.js
+ });
+ </script>
+ <!-- Pipeline: 2016-10-31-tips-hp December 22, 2016, 09:17PM 00b5b741a6c5682e24f945c547f78fbe98f2c27f --></div>
+
+ </div><!-- close first-column-region -->
+
+ </div><!-- close a-column -->
+
+ <div class="b-column column">
+
+
+
+ <div class="second-column-region region">
+
+ <div class="collection">
+ <script>function getFlexData() { return {"data":{"options":{"width":375,"height":380,"jsonp":"https:\/\/static01.nyt.com\/slideshow\/2017\/08\/28\/world\/europe\/tk.slideshow.jsonp","link":"https:\/\/www.nytimes.com\/2017\/08\/30\/world\/europe\/princess-diana-death-anniversary.html"},"photos":{"photo":{"url":"","credit":""}},"advanced":{"delay":3,"limitjsonp":0,"rendition":"largeHorizontal375","targetoverride":"","abbreviatecredits":false}}}; }var NYTD=NYTD || {}; NYTD.FlexTypes = NYTD.FlexTypes || []; NYTD.FlexTypes.push({"target":"FT100000005396180","type":"FadingSlideShow","data":{"options":{"width":375,"height":380,"jsonp":"https:\/\/static01.nyt.com\/slideshow\/2017\/08\/28\/world\/europe\/tk.slideshow.jsonp","link":"https:\/\/www.nytimes.com\/2017\/08\/30\/world\/europe\/princess-diana-death-anniversary.html"},"photos":{"photo":{"url":"","credit":""}},"advanced":{"delay":3,"limitjsonp":0,"rendition":"largeHorizontal375","targetoverride":"","abbreviatecredits":false}}});</script><script src="https://static01.nyt.com/packages/js/multimedia/libs/jquery-1.7.1.min.js"></script><script src="https://static01.nyt.com/packages/js/multimedia/bundles/projects/2013/FadingSlideShow2.js"></script>
+ <style type="text/css">
+ .edition-domestic .span-ab-layout .nytmm_FadingSlideShow .credit, .edition-international .span-ab-layout .nytmm_FadingSlideShow .credit {
+ color: #BAB8B3;
+ display: inline-block;
+ font-family: arial,helvetica,sans-serif;
+ font-size: 0.5625rem !important;
+ font-weight: 400;
+ line-height: 0.75rem;
+ }
+ </style><div id="FT100000005396180"></div></div>
+ <div class="collection">
+ <div style="margin-top: +25px;"></div></div>
+ <div class="collection">
+ <article class="story theme-feature" id="topnews-100000005401664" data-story-id="100000005401664" data-rank="0" data-collection-renderstyle="LargeMediaHeadlineSumCentered">
+
+
+
+ <h1 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/world/europe/princess-diana-death-anniversary.html">Death of Diana Transformed </br> the Monarchy, and Britain Itself</a></h1>
+
+ <p class="summary">Twenty years after her death, the influence of Diana, Princess of Wales, can still be felt in unexpected ways in Britain.</p>
+
+ <p class="byline">By SARAH LYALL </p>
+
+
+ <ul class="refer theme-news-headlines">
+ <li>
+ <article class="story" id="topnews-100000005401664">
+ <h2 class="refer-heading"><a href="https://www.nytimes.com/2017/08/30/world/europe/princess-diana-anniversary.html">Diana’s Public Life, in Photos and Headlines</a> </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005401664">
+ <h2 class="refer-heading"><a href="https://www.nytimes.com/2017/08/30/world/europe/uk-princess-diana-20th-anniversary.html">Death of a Princess: Times Journalists Recall Covering Diana</a> </h2>
+ </article>
+ </li>
+ </ul>
+ </article>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <article class="story theme-summary timedBriefing timedBriefingHide" id="topnews-100000005368865" data-story-id="100000005368865" data-rank="0" data-collection-renderstyle="HpSumMediumMediaHigh" data-start-time="05:00" data-end-time="13:00">
+
+ <figure class="media photo medium-thumb">
+ <div class="image">
+ <a href="https://www.nytimes.com/2017/08/31/briefing/harvey-diana-david-tang.html"><img src="https://static01.nyt.com/images/2017/09/01/world/31USBriefing-Texas/31USBriefing-Texas-mediumFlexible177-v2.gif" alt="" /></a>
+ </div>
+ </figure>
+
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/31/briefing/harvey-diana-david-tang.html">Your Thursday Briefing</a></h2>
+
+ <p class="byline">By CHRIS STANFORD <time class="timestamp" datetime="2017-08-31" data-eastern-timestamp="6:34 AM" data-utc-timestamp="1504175651">6:34 AM ET</time></p>
+
+ <p class="summary">
+ Here’s what you need to know to start your day. </p>
+
+
+ <ul class="refer theme-news-headlines">
+ <li>
+ <article class="story" id="topnews-100000005368865">
+ <h2 class="refer-heading"><a href="https://www.nytimes.com/2017/08/31/nyregion/new-york-today-hurricanes-in-nyc-harvey-tropical-storm.html">New York Today: Reflecting on Harvey, in the Northeast</a> <time class="timestamp" data-eastern-timestamp="6:00 AM" datetime="2017-08-31" data-utc-timestamp="1504173618000">6:00 AM</time></h2>
+ </article>
+ </li>
+ </ul>
+
+ </article>
+ </div>
+ <div class="collection">
+ <style>
+ /*default display conditions*/
+ .nythpCAToday {display: none;}
+ /*geocoded display conditions*/
+ html.geo-region-CA .nythpCAToday {display: block;}
+
+ .nythpCAToday article::before {
+ content: "";
+ background: #e2e2e2;
+ width: 187px;
+ height: 1px;
+ margin: 12px 0 12px 93px;
+ }
+
+ .second-column-region .collection:first-child .nythpCAToday article::before {
+ display: none;
+ }
+
+ .second-column-region .collection:first-child .nythpCAToday { border-bottom: 1px solid #ccc;
+ padding-bottom: 8px;
+ }
+
+ </style>
+
+ <div class="nythpCAToday">
+
+
+ </div></div>
+ <hr class="single-rule" /><div class="collection">
+ <link rel="stylesheet" type="text/css" href="https://web-player.art19.com/releases/0.0.42.css">
+ <link rel="stylesheet" type="text/css" href="https://static01.nyt.com/packages/html/mobile/2017/Audio/nyt-micro-player.min.css">
+ <script src="https://static01.nyt.com/packages/html/mobile/2017/Audio/nyt-micro-player-template.min.js"></script>
+ <style>
+ .audio-brief .image {
+ width: 75px;
+ height: 75px;
+ float: right;
+ clear: right;
+ margin: 4px 0 6px 12px;
+ }
+ .audio-brief .summary {
+ padding-bottom: 10px;
+ }
+ .audio-brief .audio {
+ margin: 0;
+ }
+ .audio-brief .art19-web-player {
+ margin-bottom: 0;
+ }
+ .audio-brief .art19-web-player.awp-micro .awp-left {
+ border-right: none;
+ }
+ .audio-brief .art19-web-player.awp-micro .awp-brand-logo {
+ padding: 0;
+ }
+ .audio-brief .awp-brand-logo img {
+ display: none;
+ }
+
+ .audio-brief .awp-embed-button{
+ cursor: pointer;
+ }
+ #daily-sub-links{
+ width:100%;
+ padding:0;
+ margin:-10px 0 0 0;
+ }
+ #daily-sub-links p{
+ font-family:"nyt-franklin",arial,helvetica,sans-serif;
+ font-weight:400;
+ font-size: 12px;
+ line-height: 15px;
+ color:#000;
+ }
+ #daily-sub-links p a{
+ display:inline-block;
+ color: #326891;
+ padding-right: 8px;
+ padding-left: 6px;
+ border-right:1px solid #ccc;
+ }
+ #daily-sub-links p a:last-child{
+ border-right:none;
+ }
+ </style>
+ <article class="story audio-brief theme-summary">
+ <div class="image">
+ <a href="https://www.nytimes.com/column/the-daily">
+ <img src="https://static01.nyt.com/images/2017/02/23/podcasts/the-daily/the-daily-logo-png-version/the-daily-logo-png-version-thumbLarge-v3.png" height="75" width="75" alt="The Daily Logo">
+ </a>
+ </div>
+ <h3 class="kicker"><a href="https://www.nytimes.com/podcasts/">Audio</a></h3>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/thedaily">
+ Listen to ‘The Daily’
+ </a>
+ </h2>
+ <p class="summary">The uniquely American success story of a city built on a swampy bayou, and how Harvey’s destruction recasts the narrative.</p>
+ <figure id="audio" class="art19 media audio" aria-label="media" role="group" data-audio-url="" data-audio-duration="">
+ <span class="visually-hidden">Audio</span>
+ <div data-require-template="art19-web-player/templates/nyt-micro-player" data-preload='false' class="art19-web-player awp-micro awp-theme-light" data-episode-id='1ed84d54-17bf-4d6b-be2f-405f51402cc6' data-squery='max-width:280px=awp-nyt-size-1 max-width:460px=awp-nyt-size-2' data-download-enabled='false' data-embed-enabled='false' data-brand-logo-enabled='false' data-ad-progress-color='#4d7b9f' data-emit-events='true' >
+ </div>
+ </figure>
+ </article>
+ <div id="daily-sub-links">
+ <p>Follow The Daily: <a href="https://itunes.apple.com/us/podcast/the-daily/id1200361736?mt=2&ign-mpt=uo%3D4" target="_blank">Apple Podcasts</a> <a href="https://play.radiopublic.com/88f7d8c3-7289-4dc6-b300-5ba71b43f5e5" target="_blank">Radio Public</a> <a href="http://www.stitcher.com/podcast/the-new-york-times/the-daily-10" target="_blank">Stitcher</a></p>
+ </div>
+ <script src="https://web-player.art19.com/releases/0.0.42.js"></script></div>
+ <hr class="single-rule" /><div class="collection">
+ <div class="hpHeader">
+ <h6><a href="http://www.nytimes.com/spotlight/times-tips?contentCollection=smarter-living">Smarter Living</a></h6>
+ </div><div class="nythpSmarterLiving smarterLiving-promo-region region">
+ <article class="story theme-summary" id="topnews-100000005400342" data-story-id="100000005400342" data-rank="2" data-collection-renderstyle="HpSumSmallMediaHigh">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/31/smarter-living/5-cheap-ish-wellness-items-you-didnt-know-you-needed.html">5 Wellness Items You Didn’t Know You Needed</a></h2>
+
+ <div class="thumb">
+ <a href="https://www.nytimes.com/2017/08/31/smarter-living/5-cheap-ish-wellness-items-you-didnt-know-you-needed.html"><img src="https://static01.nyt.com/images/2017/08/31/us/31sl-newsletter/31sl-newsletter-thumbStandard.jpg" alt=""></a>
+ </div>
+
+ <p class="byline">By TIM HERRERA <time class="timestamp" datetime="2017-08-31" data-eastern-timestamp="2:45 AM" data-utc-timestamp="1504161901">2:45 AM ET</time></p>
+
+ <p class="summary">
+ Welcome to the latest edition of the Smarter Living newsletter. </p>
+
+
+ </article>
+ <article class="story theme-summary" id="topnews-100000005278952" data-story-id="100000005278952" data-rank="3" data-collection-renderstyle="HpSumSmallMediaHigh">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/07/19/travel/british-airways-flight-safety-videos.html">5 Flight Safety Videos Worth Watching</a></h2>
+
+ <div class="thumb">
+ <a href="https://www.nytimes.com/2017/07/19/travel/british-airways-flight-safety-videos.html"><img src="https://static01.nyt.com/images/2017/07/18/travel/18flight-videos1/18flight-videos1-thumbStandard.png" alt=""></a>
+ </div>
+
+ <p class="byline">By JUSTIN SABLICH </p>
+
+ <p class="summary">
+ A new British Airways video featuring some of the country’s best-known actors and comedians is the latest in a long line of entertaining flight safety films. </p>
+
+
+ </article>
+ </div>
+
+
+ <!-- Begin A/B Personalization Test -->
+
+ <style>
+ .flag-smarterLivingRec-on .nythpSmarterLiving {
+ display: none;
+ }
+ </style>
+ <script type="text/javascript">
+ require(['foundation/main'], function (main) {
+ require([
+ 'underscore/nyt',
+ 'jquery/nyt',
+ 'foundation/views/base-view'
+ ],
+ function (_, $, BaseView) {
+ var SmarterLiving = BaseView.extend({
+
+ template: _.template('<article class="story theme-summary" id="topnews-<%= id %>"' +
+ ' data-story-id="<%= id %>" data-collection-renderstyle="HpSumSmallMediaHigh"><h2 class="story-heading">' +
+ '<a href="<%= url %>"><%= headline %></a></h2><div class="thumb"><a href="<%= url %>">' +
+ '<img src="<%= thumb_url %>" alt=""></a></div></article>'),
+
+ events: {
+ 'click article a': 'handleArticleLinkClick'
+ },
+
+ articles: [],
+
+ initialize: function () {
+ const view = this;
+
+ if (!this.pageManager.flag('smarterLivingRec')) {
+ return;
+ }
+
+ this.$el = $('.nythpSmarterLiving');
+ this.setupImpressionTracking = _.once(this._setupImpressionTracking);
+ $.ajax(
+ {
+ url: 'https://rec.api.nytimes.com/svc/recommendations/v4/smarter_living.json',
+ xhrFields: {
+ withCredentials: true
+ }
+ })
+ .done(function(data) {
+ view.setupImpressionTracking();
+ _.each(data.assets, function(item) {
+ view.articles.push(item.url);
+ });
+ // iterate over the existing articles
+ view.$el.find('article').each(function (index) {
+ // replace with articles from rec service
+ $(this).replaceWith(view.template(data.assets[index]));
+ });
+ })
+ .always(function() {
+ // unhide articles
+ view.$el.css('display', 'block');
+ });
+ },
+
+ _setupImpressionTracking: function () {
+ if (this.pageManager.isComponentVisible(this.$el)) {
+ this.recordTrackingImpression();
+ } else {
+ this.subscribe('nyt:page-scroll', this.handleScroll);
+ }
+ },
+
+ handleArticleLinkClick: function (ev) {
+ const view = this;
+ const $el = $(ev.currentTarget);
+ var href = this.trackingAppendParams($el.attr('href'), {
+ 'action': 'click',
+ 'pgtype': 'Homepage',
+ 'clickSource': 'story-heading',
+ 'module': 'smarter-living',
+ 'region': 'second-column-region',
+ 'contentCollection': 'smarter-living',
+ 'mData': $.param({
+ articles: view.articles
+ }),
+ });
+
+ $el.attr('href', href);
+ },
+
+ handleScroll: function () {
+ if (this.pageManager.isComponentVisible(this.$el)) {
+ this.recordTrackingImpression();
+ this.stopSubscribing('nyt:page-scroll');
+ }
+ },
+
+ recordTrackingImpression: function () {
+ const view = this;
+ this.trackingTriggerImpression('Impression', {
+ 'module': 'smarter-living',
+ 'pgtype': 'Homepage',
+ 'region': 'second-column-region',
+ 'action': 'impression',
+ 'proxyEventType': 'impression',
+ 'timestamp': new Date().getTime(),
+ 'mData': {
+ articles: view.articles
+ },
+ });
+ },
+
+ });
+
+ new SmarterLiving();
+ });
+ });
+ </script>
+ <div id="g-graphic" class="nythp-smarter-living-formonly-email-promo notification-widget story">
+ <hr class="single-rule" style="width: 50%; text-align: center; margin: 12px auto 12px;" />
+
+ <p class="theme-summary">Get a weekly roundup of the best advice from The Times on living a better, smarter, more fulfilling life.</p>
+ <div id="smarter-living-form-only"></div>
+
+ </div>
+
+ <script>
+ require.config({
+ paths: {
+ 'nytint/email-subscriber' : 'https://int.nyt.com/applications/email-subscriber/client'
+ }
+ });
+
+ require(['foundation/main'], function() {
+ require(['nytint/email-subscriber'], function(Subscriber) {
+ Subscriber.setup({
+ containerId: 'smarter-living-form-only',
+ productCode: 'SL',
+ elementToHideOnSubscribe: '.nythp-smarter-living-formonly-email-promo',
+ text: {unregisteredButton: 'Sign Up',
+ unregisteredPlaceholder: 'Get Smarter Living by email',
+ registeredButton: 'Sign Up',
+ alreadySubscribedMessage: 'You’re already subscribed.',
+ thanksMessage: 'You’ve signed up as %email%',
+ emailPreferencesLinkText: 'Update your mail preferences »',
+ errorMessage: 'Error submitting, please try again.',
+ registeredWelcome: 'Get Smarter Living by email'}
+ });
+
+ setTimeout(function(){
+ var widget = document.getElementById('smarter-living-form-only');
+ var container = widget.getElementsByTagName('div')[0];
+ var form = widget.getElementsByTagName('form')[0];
+ var status = container.getAttribute('data-status');
+ var notify = widget.getElementsByClassName('notify-email')[0];
+
+ if(notify !== undefined){
+
+ var origtext = notify.getAttribute('placeholder');
+ var newtext = 'Please enter your email address';
+ var button = container.getElementsByTagName('button')[0];
+
+ widget.setAttribute('class','clearfix');
+
+ notify.addEventListener('mouseover',function(){
+ notify.setAttribute('placeholder',newtext);
+ });
+
+ notify.addEventListener('mouseout',function(){
+ notify.setAttribute('placeholder',origtext);
+ });
+
+ notify.addEventListener('focus',function(){
+ notify.setAttribute('placeholder','');
+ });
+
+ }
+
+ if(form !== undefined){
+ notify.addEventListener('keyup',function(){
+ form.setAttribute('class','dirtyform');
+ });
+ container.setAttribute('class','not-signedin');
+ } else {
+ container.setAttribute('class','signedin');
+ }
+ },2000);
+
+ });
+ });
+ </script></div>
+ <div class="collection">
+ <style>
+ .signup-favor {
+ text-align: center;
+ color: #326891;
+ cursor: pointer;
+ padding-top: 15px;
+ padding-bottom: 15px;
+ }
+
+ .signup-favor.top-border {
+ margin-top: 8px;
+ padding-top: 32px;
+ border-top: 1px solid #ccc;
+ }
+
+ .signup-favor.bottom-border {
+ padding-bottom: 33px;
+ border-bottom: 1px solid #ccc;
+ }
+
+ .signup-favor a:hover {
+ text-decoration: none;
+ }
+
+ .signup-favor .tagline {
+ display: block;
+ font-size: 1.25rem;
+ line-height: 1.75rem;
+ font-weight: 700;
+ font-style: normal;
+ font-family: "nyt-cheltenham", georgia, "times new roman", times, serif;
+ color: #000;
+ }
+
+ .signup-favor .subscribe {
+ font-size: 12px;
+ line-height: 1.0625rem;
+ font-weight: 500;
+ font-style: normal;
+ font-family: "nyt-franklin", arial, helvetica, sans-serif;
+ color: #326891;
+ border-bottom: 1px solid rgba(50,104,145,.2);
+ letter-spacing: .04em;
+ margin: 5px auto 0;
+ padding-bottom: 1px;
+ text-transform: uppercase;
+ display: inline-block;
+ -moz-transition: border 0.2s ease;
+ -webkit-transition: border 0.2s ease;
+ -ms-transition: border 0.2s ease;
+ transition: border 0.2s ease;
+ }
+ .signup-favor .tagline .support {
+ font-size: 1.25rem;
+ }
+
+ .signup-favor .tagline .no-break {
+ white-space: nowrap;
+ }
+ .signup-favor:hover .subscribe {
+ border-color: rgba(50,104,145,1);
+ }
+
+ #nythp-sub-promo { display: none; }
+
+ </style>
+ <div id="g-graphic" class="sub-promo-click">
+ <div class="signup-favor hidden" id="signup-favor">
+ <a href="https://www.nytimes.com/DesktopHome" class="subscribe-link">
+ <span class="tagline"><span class="no-break">Journalism that matters.</span> <br /><span class="no-break">More essential than ever.</span></span>
+ <span class="subscribe">Subscribe to the Times</span>
+ </a>
+
+ </div>
+ </div>
+
+ <div id="nythp-sub-promo"></div>
+
+ <script type="text/javascript">
+ require(['foundation/main'], function(main) {
+ require(['jquery/nyt', 'underscore/nyt', 'foundation/models/user-data', 'foundation/tracking/tracking-mixin', 'foundation/views/page-manager', 'foundation/hosts'],
+ function ($, _, userData, trackingMixin, pageManager, hosts) {
+ var signupPromo = {
+
+ taglines: {
+ 'promo1': '<span style="white-space: nowrap">Journalism that matters.</span><br /><span style="white-space: nowrap"> More essential than ever.</span>',
+ 'promo2': '<span style="white-space: nowrap">Independent journalism.</span><br /><span style="white-space: nowrap">More essential than ever.</span>',
+ 'promo3': 'Real reporting. Real news.',
+ 'promo4': 'Independent. Trusted. Real.',
+ 'promo5': 'Real journalism. <span style="white-space: nowrap">Like nowhere else.</span>',
+ 'promo6': 'Truth is hard to find.<br /><span style="white-space: nowrap; font-size: 1.25rem;">But easier with 1,000+ journalists looking.</span>'
+ },
+
+ /**
+ * Initialization called when instantiating the view
+ *
+ * @method initialize
+ **/
+ initialize: function () {
+ this.$el = $('#signup-favor');
+ $(document).on('click', "#g-graphic.sub-promo-click", function(e){
+ if (e) {
+ e.preventDefault();
+ }
+ signupPromo.handleClick();
+ });
+
+ this.version = 'promo1';
+
+ userData.ready(function() {
+ signupPromo.handleUserReady();
+ });
+
+ this.link = 'https://www.nytimes.com/DesktopHome';
+
+ },
+
+
+ trackImpression: function() {
+
+ setTimeout(function() {
+ signupPromo.tracking.trackingTriggerRaw(
+ signupPromo.version,
+ {
+ module: 'election-sub-desktop-home',
+ action: 'impression'
+ },
+ 'impression'
+ );
+ }, 1000);
+
+ },
+
+
+
+ handleUserReady: function () {
+
+ var view = this;
+ console.log("abra "+ window.NYTD.Abra('www-signup-favor-test-v4'));
+
+ if (window.NYTD.Abra('www-signup-favor-test-v4') == 'control') {
+ return;
+ }
+
+
+ if (userData) {
+
+ if (!userData.isHomeDeliverySubscriber() &&
+ !userData.isWebSubscriber() &&
+ !userData.isMobileSubscriber() &&
+ !userData.isTabletSubscriber()) {
+ if (!$('html').hasClass('geo-country-US')) {
+ this.link = 'https://www.nytimes.com/DesktopHomeINYT';
+ this.$el.find(".subscribe-link").attr("href", "http://www.nytimes.com/DesktopHomeINYT")
+ }
+ this.switchText();
+ } else {
+ this.$el.find('.tagline').html('<span class="no-break support">Support the mission of The Times.</span>');
+ this.$el.find('.subscribe').html('Sponsor a student subscription today.');
+ this.version = 'studentSponsor';
+ this.link = 'https://www.nytimes.com/NativeSponsor';
+ this.$el.find('.subscribe-link').attr('href', 'https://www.nytimes.com/NativeSponsor');
+ }
+
+ // if user is not already subscribed, show the element
+ this.$el.removeClass('hidden');
+ this.trackImpression();
+ if (this.$el.closest('.column').hasClass('ab-column')){
+ this.$el.addClass('top-border');
+ } else if (this.$el.closest('.column').hasClass('b-column')) {
+ this.$el.addClass('top-border').addClass('bottom-border');
+ }
+
+ }
+
+ },
+
+ switchText: function () {
+ var hasAbra = false;
+
+ hasAbra = window.NYTD && window.NYTD.Abra && window.NYTD.Abra('www-signup-favor-test-v4');
+ // check if this is part of an AB test
+ if (hasAbra) {
+ switch (window.NYTD.Abra('www-signup-favor-test-v4')) {
+ case '1':
+ this.$el.find('.tagline').html(this.taglines['promo1']);
+ this.version = 'promo1';
+ break;
+ case '2':
+ this.$el.find('.tagline').html(this.taglines['promo2']);
+ this.version = 'promo2';
+ break;
+ case '3':
+ this.$el.find('.tagline').html(this.taglines['promo3']);
+ this.version = 'promo3';
+ break;
+ case '4':
+ this.$el.find('.tagline').html(this.taglines['promo4']);
+ this.version = 'promo4';
+ break;
+ case '5':
+ this.$el.find('.tagline').html(this.taglines['promo5']);
+ this.version = 'promo5';
+ break;
+ case '6':
+ this.$el.find('.tagline').html(this.taglines['promo6']);
+ this.version = 'promo6';
+ break;
+ }
+ }
+ },
+
+ handleClick: function (e) {
+
+ if (e) {
+ e.preventDefault();
+ }
+
+ this.tracking.trackingTriggerRaw(
+ this.version,
+ {
+ module: 'election-sub-desktop-home',
+ action: 'click',
+ eventName: 'sign-up'
+ },
+ 'interaction'
+ );
+
+ setTimeout(function() {
+ window.location.href = signupPromo.link;
+ }, 300);
+
+ },
+ };
+
+ signupPromo.tracking = trackingMixin;
+ signupPromo.pageManager = pageManager;
+ signupPromo.hosts = hosts;
+ signupPromo.initialize();
+ });
+ });
+
+ </script></div>
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005400160" data-story-id="100000005400160" data-rank="0" data-collection-renderstyle="HpSumSmallMediaHigh">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/nyregion/ordering-review-of-statues-puts-de-blasio-in-tricky-spot.html">Ordering Review of Statues Puts de Blasio in Tricky Spot</a></h2>
+
+ <div class="thumb">
+ <a href="https://www.nytimes.com/2017/08/30/nyregion/ordering-review-of-statues-puts-de-blasio-in-tricky-spot.html"><img src="https://static01.nyt.com/images/2017/08/31/nyregion/31monument1/31monument1-thumbStandard.jpg" alt=""></a>
+ </div>
+
+ <p class="byline">By WILLIAM NEUMAN </p>
+
+ <p class="summary">
+ Since Mayor de Blasio called for a review of all possible symbols of hate, he has been peppered with questions about how far it will go. </p>
+
+
+ </article>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <article class="story theme-summary" id="topnews-100000005399785" data-story-id="100000005399785" data-rank="0" data-collection-renderstyle="HpSumSmallMediaHigh">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/business/david-tang-dead-fashion-retailer.html">David Tang, Fashion Retailer and Raconteur, Dies at 63</a></h2>
+
+ <div class="thumb">
+ <a href="https://www.nytimes.com/2017/08/30/business/david-tang-dead-fashion-retailer.html"><img src="https://static01.nyt.com/images/2017/08/31/business/31TANG1/31TANG1-thumbStandard-v2.jpg" alt=""></a>
+ </div>
+
+ <p class="byline">By KEITH BRADSHER and ELIZABETH PATON </p>
+
+ <p class="summary">
+ A lifelong entrepreneur from a wealthy family, he founded a succession of businesses catering to the affluent but also backed democracy for Hong Kong. </p>
+
+
+ </article>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <article class="story theme-video theme-video-updated"
+ id="topnews-100000005343497"
+ data-story-id="100000005343497"
+ data-rank="0"
+ data-collection-renderstyle="VideoEmbed">
+ <figure class="promo media video embedded"
+ data-position="secondcolumn"
+ data-page="homepage"
+ data-videoid="100000005343497"
+ data-headline="Forty Years of Voyager"
+ data-summary="Long after they have stopped communicating with Earth, the twin Voyager spacecraft will forever drift among the stars."
+ data-live="false"
+ data-media-action="inline"
+ data-autoplay="false"
+ data-collection-renderstyle="VideoEmbed">
+ <figcaption class="caption">
+ <p class="credit credit-right" itemprop="copyrightHolder">
+ Video by DENNIS OVERBYE, JONATHAN CORUM and JASON DRAKEFORD </p>
+ </figcaption>
+ </figure>
+ <p class="summary">Long after they have stopped communicating with Earth, the twin Voyager spacecraft will forever drift among the stars.</p>
+ </article>
+ </div>
+ <hr class="single-rule" /><div class="collection">
+ <article class="story theme-summary" id="topnews-100000005387970" data-story-id="100000005387970" data-rank="0" data-collection-renderstyle="HpSumSmallMediaHigh">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/31/arts/television/young-sheldon-the-big-bang-theory-spinoff-cbs.html">‘Young Sheldon’ Remakes ‘The Big Bang Theory’ Formula</a></h2>
+
+ <div class="thumb">
+ <a href="https://www.nytimes.com/2017/08/31/arts/television/young-sheldon-the-big-bang-theory-spinoff-cbs.html"><img src="https://static01.nyt.com/images/2017/09/10/arts/10YOUNGSHELDON1/10YOUNGSHELDON1-thumbStandard.jpg" alt=""></a>
+ </div>
+
+ <p class="byline">By JOHN KOBLIN <time class="timestamp" datetime="2017-08-31" data-eastern-timestamp="5:00 AM" data-utc-timestamp="1504170026">5:00 AM ET</time></p>
+
+ <p class="summary">
+ For the CBS prequel, co-creator Chuck Lorre abandoned the format that made him successful by instead using a single camera, voice-over narration and a child actor. </p>
+
+
+ </article>
+ </div>
+ <div class="collection">
+ <style>
+ /*default display conditions*/
+ .nythpNYRegionPromo {display: none;}
+ /*geocoded display conditions*/
+ html.geo-dma-501 .nythpNYRegionPromo, html.geo-region-NJ .nythpNYRegionPromo {display: block;}
+
+ .nythpNYRegionPromo {
+ border-top: 1px solid #e2e2e2;
+ margin-top: 10px;
+ padding-top: 10px;
+ }
+ </style>
+
+
+ <div class="nythpNYRegionPromo nygeo-promo-region region"><div>
+
+ <article class="story theme-summary" id="topnews-100000005398183" data-story-id="100000005398183" data-rank="1" data-collection-renderstyle="HpSumSmallMediaHigh">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/nyregion/acs-legal-aid-lawyers-facebook-posts.html">Lawyers Under Scrutiny for Family Court Facebook Posts</a></h2>
+
+ <div class="thumb">
+ <a href="https://www.nytimes.com/2017/08/30/nyregion/acs-legal-aid-lawyers-facebook-posts.html"><img src="https://static01.nyt.com/images/2017/08/31/nyregion/31acs/31acs-thumbStandard.jpg" alt=""></a>
+ </div>
+
+ <p class="byline">By NIKITA STEWART </p>
+
+ <p class="summary">
+ Lawyers who worked for the Legal Aid Society and the city’s child welfare agency are under review for social media posts that mocked people in Family Court in Queens. </p>
+
+
+ </article>
+ </div></div></div>
+ <hr class="single-rule" /><div class="collection">
+ <style>
+ .nythpGeoMBPromo-AU, .nythpGeoMBPromo-EU, .nythpGeoMBPromo-AS, .nythpGeoCalTodayPromo {
+ display: none;
+ }
+
+ html.geo-continent-AS .nythpGeoMBPromo-AS, html.geo-continent-OC .nythpGeoMBPromo-AU, html.geo-country-AU .nythpGeoMBPromo-AU, html.geo-continent-EU .nythpGeoMBPromo-EU, html.geo-continent-AF .nythpGeoMBPromo-EU, html.geo-continent-NA.geo-region-CA .nythpGeoCalTodayPromo { display: block; }
+ html.geo-continent-AS .nythpGeoMBPromo, html.geo-continent-OC .nythpGeoMBPromo, html.geo-country-AU .nythpGeoMBPromo, html.geo-continent-EU .nythpGeoMBPromo, html.geo-continent-AF .nythpGeoMBPromo, html.geo-continent-NA.geo-region-CA .nythpGeoMBPromo { display: none; }
+
+ </style>
+
+
+
+
+ <article class="story theme-summary nythpGeoMBPromo-AU" id="topnews-100000005085460" data-story-id="100000005085460" data-rank="0" data-collection-renderstyle="HpSumMediumMediaHigh" data-start-time="" data-end-time="">
+ <figure class="media photo medium-thumb">
+ <div class="image">
+ <a href="https://www.nytimes.com/newsletters/morning-briefing-australia"><img src="https://static01.nyt.com/images/2017/05/08/world/asia/australia-briefing-signup01/australia-briefing-signup01-mediumFlexible177.png" alt=""></a>
+ </div>
+ </figure>
+ <h2 class="story-heading"><a href="https://www.nytimes.com/newsletters/morning-briefing-australia">Morning Briefing: Australia Edition</a></h2>
+ <p class="summary">The news and stories that matter to readers in Australia. Sign up to get it by email, Monday through Friday. </p>
+
+ <div id="g-graphic" class="nythp-morning-briefing-email-promo notification-widget">
+ <div id="morning-briefing-widget-au"></div>
+ </div>
+
+ <script>
+ require.config({
+ paths: {
+ 'nytint/email-subscriber' : 'https://int.nyt.com/applications/email-subscriber/client'
+ }
+ });
+
+ require(['foundation/main'], function() {
+ require(['nytint/email-subscriber'], function(Subscriber) {
+ Subscriber.setup({
+ containerId: 'morning-briefing-widget-au',
+ productCode: 'MBAU',
+ /* elementToHideOnSubscribe: '.nythp-morning-briefing-email-promo', */
+ text: {unregisteredButton: 'Sign Up',
+ unregisteredPlaceholder: 'Get the Morning Briefing by email.',
+ registeredButton: 'Sign Up',
+ alreadySubscribedMessage: 'You’re already subscribed.',
+ thanksMessage: 'You’ve signed up as %email%',
+ emailPreferencesLinkText: 'Update your mail preferences »',
+ errorMessage: 'Error submitting, please try again.',
+ registeredWelcome: 'Get the Morning Briefing by email.'}
+ });
+
+ setTimeout(function(){
+ var widget = document.getElementById('morning-briefing-widget-au');
+ var container = widget.getElementsByTagName('div')[0];
+ var form = widget.getElementsByTagName('form')[0];
+ var status = container.getAttribute('data-status');
+ var notify = widget.getElementsByClassName('notify-email')[0];
+
+ if(notify !== undefined){
+
+ var origtext = notify.getAttribute('placeholder');
+ var newtext = 'Please enter your email address';
+ var button = container.getElementsByTagName('button')[0];
+
+ widget.setAttribute('class','clearfix');
+
+ notify.addEventListener('mouseover',function(){
+ notify.setAttribute('placeholder',newtext);
+ });
+
+ notify.addEventListener('mouseout',function(){
+ notify.setAttribute('placeholder',origtext);
+ });
+
+ notify.addEventListener('focus',function(){
+ notify.setAttribute('placeholder','');
+ });
+
+ }
+
+ if(form !== undefined){
+ notify.addEventListener('keyup',function(){
+ form.setAttribute('class','dirtyform');
+ });
+ container.setAttribute('class','not-signedin');
+ } else {
+ container.setAttribute('class','signedin');
+ }
+ },2000);
+
+ });
+ });
+ </script>
+
+ </article>
+
+
+
+
+ <article class="story theme-summary nythpGeoMBPromo-AS" id="topnews-100000005085459" data-story-id="100000005085459" data-rank="1" data-collection-renderstyle="HpSumMediumMediaHigh" data-start-time="" data-end-time="">
+ <figure class="media photo medium-thumb">
+ <div class="image">
+ <a href="https://www.nytimes.com/newsletters/morning-briefing-asia"><img src="https://static01.nyt.com/images/2017/05/26/world/26asiapromo2/26asiapromo2-mediumFlexible177.jpg" alt=""></a>
+ </div>
+ </figure>
+ <h2 class="story-heading"><a href="https://www.nytimes.com/newsletters/morning-briefing-asia">Morning Briefing: Asia Edition</a></h2>
+ <p class="summary">The news and stories that matter to readers in Asia. Sign up to get it by email, Monday through Friday. </p>
+
+ <div id="g-graphic" class="nythp-morning-briefing-email-promo notification-widget">
+ <div id="morning-briefing-widget-as"></div>
+ </div>
+
+ <script>
+ require.config({
+ paths: {
+ 'nytint/email-subscriber' : 'https://int.nyt.com/applications/email-subscriber/client'
+ }
+ });
+
+ require(['foundation/main'], function() {
+ require(['nytint/email-subscriber'], function(Subscriber) {
+ Subscriber.setup({
+ containerId: 'morning-briefing-widget-as',
+ productCode: 'MBAE',
+ /* elementToHideOnSubscribe: '.nythp-morning-briefing-email-promo', */
+ text: {unregisteredButton: 'Sign Up',
+ unregisteredPlaceholder: 'Get the Morning Briefing by email.',
+ registeredButton: 'Sign Up',
+ alreadySubscribedMessage: 'You’re already subscribed.',
+ thanksMessage: 'You’ve signed up as %email%',
+ emailPreferencesLinkText: 'Update your mail preferences »',
+ errorMessage: 'Error submitting, please try again.',
+ registeredWelcome: 'Get the Morning Briefing by email.'}
+ });
+
+ setTimeout(function(){
+ var widget = document.getElementById('morning-briefing-widget-as');
+ var container = widget.getElementsByTagName('div')[0];
+ var form = widget.getElementsByTagName('form')[0];
+ var status = container.getAttribute('data-status');
+ var notify = widget.getElementsByClassName('notify-email')[0];
+
+ if(notify !== undefined){
+
+ var origtext = notify.getAttribute('placeholder');
+ var newtext = 'Please enter your email address';
+ var button = container.getElementsByTagName('button')[0];
+
+ widget.setAttribute('class','clearfix');
+
+ notify.addEventListener('mouseover',function(){
+ notify.setAttribute('placeholder',newtext);
+ });
+
+ notify.addEventListener('mouseout',function(){
+ notify.setAttribute('placeholder',origtext);
+ });
+
+ notify.addEventListener('focus',function(){
+ notify.setAttribute('placeholder','');
+ });
+
+ }
+
+ if(form !== undefined){
+ notify.addEventListener('keyup',function(){
+ form.setAttribute('class','dirtyform');
+ });
+ container.setAttribute('class','not-signedin');
+ } else {
+ container.setAttribute('class','signedin');
+ }
+ },2000);
+
+ });
+ });
+ </script>
+
+
+ </article>
+
+
+
+
+
+ <article class="story theme-summary nythpGeoMBPromo-EU" id="topnews-100000004906098" data-story-id="100000004906098" data-rank="2" data-collection-renderstyle="HpSumMediumMediaHigh" data-start-time="" data-end-time="">
+ <figure class="media photo medium-thumb">
+ <div class="image">
+ <a href="https://www.nytimes.com/newsletters/morning-briefing-europe"><img src="https://static01.nyt.com/images/2017/05/26/world/26europeanpromo2/26europeanpromo2-mediumFlexible177.jpg" alt=""></a>
+ </div>
+ </figure>
+ <h2 class="story-heading"><a href="https://www.nytimes.com/newsletters/morning-briefing-europe">Morning Briefing: Europe Edition</a></h2>
+ <p class="summary">The news and stories that matter to readers in Europe. Sign up to get it by email, Monday through Friday. </p>
+ <div id="g-graphic" class="nythp-morning-briefing-email-promo notification-widget">
+ <div id="morning-briefing-widget-eu"></div>
+ </div>
+
+ <script>
+ require.config({
+ paths: {
+ 'nytint/email-subscriber' : 'https://int.nyt.com/applications/email-subscriber/client'
+ }
+ });
+
+ require(['foundation/main'], function() {
+ require(['nytint/email-subscriber'], function(Subscriber) {
+ Subscriber.setup({
+ containerId: 'morning-briefing-widget-eu',
+ productCode: 'MBE',
+ /* elementToHideOnSubscribe: '.nythp-morning-briefing-email-promo', */
+ text: {unregisteredButton: 'Sign Up',
+ unregisteredPlaceholder: 'Get the Morning Briefing by email.',
+ registeredButton: 'Sign Up',
+ alreadySubscribedMessage: 'You’re already subscribed.',
+ thanksMessage: 'You’ve signed up as %email%',
+ emailPreferencesLinkText: 'Update your mail preferences »',
+ errorMessage: 'Error submitting, please try again.',
+ registeredWelcome: 'Get the Morning Briefing by email.'}
+ });
+
+ setTimeout(function(){
+ var widget = document.getElementById('morning-briefing-widget-eu');
+ var container = widget.getElementsByTagName('div')[0];
+ var form = widget.getElementsByTagName('form')[0];
+ var status = container.getAttribute('data-status');
+ var notify = widget.getElementsByClassName('notify-email')[0];
+
+ if(notify !== undefined){
+
+ var origtext = notify.getAttribute('placeholder');
+ var newtext = 'Please enter your email address';
+ var button = container.getElementsByTagName('button')[0];
+
+ widget.setAttribute('class','clearfix');
+
+ notify.addEventListener('mouseover',function(){
+ notify.setAttribute('placeholder',newtext);
+ });
+
+ notify.addEventListener('mouseout',function(){
+ notify.setAttribute('placeholder',origtext);
+ });
+
+ notify.addEventListener('focus',function(){
+ notify.setAttribute('placeholder','');
+ });
+
+ }
+
+ if(form !== undefined){
+ notify.addEventListener('keyup',function(){
+ form.setAttribute('class','dirtyform');
+ });
+ container.setAttribute('class','not-signedin');
+ } else {
+ container.setAttribute('class','signedin');
+ }
+ },2000);
+
+ });
+ });
+ </script>
+
+ </article>
+
+
+ <!-- California Today -->
+
+ <article class="story theme-summary nythpGeoCalTodayPromo" data-rank="2" data-collection-renderstyle="HpSumMediumMediaHigh" data-start-time="" data-end-time="">
+ <figure class="media photo medium-thumb">
+ <div class="image">
+ <a href="http://www.nytimes.com/newsletters/california-today"><img src="https://static01.nyt.com/packages/images/email/assets/california_news.jpg" alt=""></a>
+ </div>
+ </figure>
+ <h2 class="story-heading"><a href="http://www.nytimes.com/newsletters/california-today">California Today</a></h2>
+ <p class="summary">The news and stories that matter to Californians, delivered weekday mornings.</p>
+
+
+ <div id="g-graphic" class="nythp-morning-briefing-email-promo notification-widget">
+ <div id="california-today-widget"></div>
+ </div>
+
+ <script>
+ require.config({
+ paths: {
+ 'nytint/email-subscriber' : 'https://int.nyt.com/applications/email-subscriber/client'
+ }
+ });
+
+ require(['foundation/main'], function() {
+ require(['nytint/email-subscriber'], function(Subscriber) {
+ Subscriber.setup({
+ containerId: 'california-today-widget',
+ productCode: 'CA',
+ /* elementToHideOnSubscribe: '.nythp-morning-briefing-email-promo', */
+ text: {unregisteredButton: 'Sign Up',
+ unregisteredPlaceholder: 'Get California Today by email.',
+ registeredButton: 'Sign Up',
+ alreadySubscribedMessage: 'You’re already subscribed.',
+ thanksMessage: 'You’ve signed up as %email%',
+ emailPreferencesLinkText: 'Update your mail preferences »',
+ errorMessage: 'Error submitting, please try again.',
+ registeredWelcome: 'Get California Today by email.'}
+ });
+
+ setTimeout(function(){
+ var widget = document.getElementById('california-today-widget');
+ var container = widget.getElementsByTagName('div')[0];
+ var form = widget.getElementsByTagName('form')[0];
+ var status = container.getAttribute('data-status');
+ var notify = widget.getElementsByClassName('notify-email')[0];
+
+ if(notify !== undefined){
+
+ var origtext = notify.getAttribute('placeholder');
+ var newtext = 'Please enter your email address';
+ var button = container.getElementsByTagName('button')[0];
+
+ widget.setAttribute('class','clearfix');
+
+ notify.addEventListener('mouseover',function(){
+ notify.setAttribute('placeholder',newtext);
+ });
+
+ notify.addEventListener('mouseout',function(){
+ notify.setAttribute('placeholder',origtext);
+ });
+
+ notify.addEventListener('focus',function(){
+ notify.setAttribute('placeholder','');
+ });
+
+ }
+
+ if(form !== undefined){
+ notify.addEventListener('keyup',function(){
+ form.setAttribute('class','dirtyform');
+ });
+ container.setAttribute('class','not-signedin');
+ } else {
+ container.setAttribute('class','signedin');
+ }
+ },2000);
+
+ });
+ });
+ </script>
+ </article>
+
+ <article class="story theme-summary nythpGeoMBPromo" id="topnews-100000004906098" data-story-id="100000004906098" data-rank="2" data-collection-renderstyle="HpSumMediumMediaHigh" data-start-time="" data-end-time="">
+ <figure class="media photo medium-thumb">
+ <div class="image">
+ <a href="https://www.nytimes.com/newsletters/morning-briefing"><img src="https://static01.nyt.com/images/2017/05/25/us/25usbriefing/25usbriefing-mediumFlexible177-v2.jpg" alt=""></a>
+ </div>
+ </figure>
+ <h2 class="story-heading"><a href="https://www.nytimes.com/newsletters/morning-briefing">Morning Briefing</a></h2>
+ <p class="summary">The news and stories that matter. Delivered to your inbox Monday through Friday.</p>
+
+
+ <div id="g-graphic" class="nythp-morning-briefing-email-promo notification-widget">
+ <div id="morning-briefing-widget"></div>
+ </div>
+
+ <script>
+ require.config({
+ paths: {
+ 'nytint/email-subscriber' : 'https://int.nyt.com/applications/email-subscriber/client'
+ }
+ });
+
+ require(['foundation/main'], function() {
+ require(['nytint/email-subscriber'], function(Subscriber) {
+ Subscriber.setup({
+ containerId: 'morning-briefing-widget',
+ productCode: 'NN',
+ /* elementToHideOnSubscribe: '.nythp-morning-briefing-email-promo', */
+ text: {unregisteredButton: 'Sign Up',
+ unregisteredPlaceholder: 'Get the Morning Briefing by email.',
+ registeredButton: 'Sign Up',
+ alreadySubscribedMessage: 'You’re already subscribed.',
+ thanksMessage: 'You’ve signed up as %email%',
+ emailPreferencesLinkText: 'Update your mail preferences »',
+ errorMessage: 'Error submitting, please try again.',
+ registeredWelcome: 'Get the Morning Briefing by email.'}
+ });
+
+ setTimeout(function(){
+ var widget = document.getElementById('morning-briefing-widget');
+ var container = widget.getElementsByTagName('div')[0];
+ var form = widget.getElementsByTagName('form')[0];
+ var status = container.getAttribute('data-status');
+ var notify = widget.getElementsByClassName('notify-email')[0];
+
+ if(notify !== undefined){
+
+ var origtext = notify.getAttribute('placeholder');
+ var newtext = 'Please enter your email address';
+ var button = container.getElementsByTagName('button')[0];
+
+ widget.setAttribute('class','clearfix');
+
+ notify.addEventListener('mouseover',function(){
+ notify.setAttribute('placeholder',newtext);
+ });
+
+ notify.addEventListener('mouseout',function(){
+ notify.setAttribute('placeholder',origtext);
+ });
+
+ notify.addEventListener('focus',function(){
+ notify.setAttribute('placeholder','');
+ });
+
+ }
+
+ if(form !== undefined){
+ notify.addEventListener('keyup',function(){
+ form.setAttribute('class','dirtyform');
+ });
+ container.setAttribute('class','not-signedin');
+ } else {
+ container.setAttribute('class','signedin');
+ }
+ },2000);
+
+ });
+ });
+ </script>
+ </article>
+
+ </div>
+
+ </div><!-- close second-column-region -->
+
+
+ </div><!-- close b-column -->
+
+ </div><!-- close wide-b-layout -->
+
+ <div class="bottom-span-promo-region region">
+ <div class="collection">
+ <style>
+ /*default display conditions*/
+ #span-ab-bottom-au-region {
+ /*display: none;*/
+ display: block;
+ position: absolute;
+ visibility: hidden;
+ }
+ #span-ab-bottom-region .column.column-au-region {
+ /*display: none;*/
+ display: block;
+ position: absolute;
+ visibility: hidden;
+ }
+ /*geocoded display conditions*/
+ html.geo-country-AU #span-ab-bottom-region .column {display: none;}
+ html.geo-country-AU #span-ab-bottom-region .column.column-au-region {
+ display: block;
+ position: inherit;
+ visibility: visible;
+ }
+
+ .span-ab-layout .ab-column .split-3-layout .column:nth-of-type(1),
+ .span-ab-layout .ab-column .split-3-layout .column:nth-of-type(4) {
+ padding-left: 0;
+ }
+
+ .span-ab-layout .ab-column .split-3-layout .column:last-child,
+ .span-ab-layout .ab-column .split-3-layout .column:nth-of-type(3),
+ .span-ab-layout .ab-column .split-3-layout .column:nth-of-type(6) {
+ border-right: none;
+ padding-right: 0px;
+ }
+
+ #span-ab-bottom-region .section-heading-au-region { display: none; }
+ html.geo-country-AU #span-ab-bottom-region .section-heading { display: none; }
+ html.geo-country-AU #span-ab-bottom-region .section-heading-au-region {
+ display: block;
+ text-align: center;
+ }
+ html.geo-country-AU #span-ab-bottom-region .section-heading-au-region h2.section-heading {
+ display: inline-block;
+ color: #000;
+ font-family: "nyt-franklin",helvetica,arial,sans-serif;
+ text-transform: uppercase;
+ font-size: 12px;
+ font-weight: 700;
+ letter-spacing: .5px;
+ border-bottom: 2px solid #ccc;
+ line-height: 15px;
+ }
+ html.geo-country-AU #span-ab-bottom-region .section-heading-au-region h2.section-heading:hover,
+ html.geo-country-AU #span-ab-bottom-region .section-heading-au-region h2.section-heading:active {
+ border-color: #222222;
+ }
+
+ html.geo-country-AU #span-ab-bottom-region .section-heading a {
+ text-decoration: none;
+ color: #000;
+ }
+ </style>
+
+ <script>
+ require(['foundation/main'], function() {
+ require(['jquery/nyt', 'underscore/nyt'], function($, _) {
+ $("#span-ab-bottom-region div.split-3-layout").append($("#span-ab-bottom-au-region div.split-3-layout > div.column").addClass("column-au-region").remove());
+ $("#span-ab-bottom-region div.split-3-layout").prepend($('<span class="section-heading-au-region"><h2 class="section-heading"><a href="https://www.nytimes.com/section/world/australia">Australia Picks</a></h2></span>'));
+ var auHeight = _.max($("#span-ab-bottom-region div.split-3-layout .column.column-au-region article").map(function(i, el) { return $(el).height(); }));
+ $("#span-ab-bottom-region div.split-3-layout .column.column-au-region").css({"min-height": (auHeight+6)+"px"});
+ }) })
+ </script>
+
+
+ <div id="span-ab-bottom-au-region" class="span-ab-bottom-region-au region"><div>
+ <hr class="scotch-rule">
+ <div class="split-3-layout layout theme-base"><div>
+
+ </div>
+ <h2 class="section-heading">
+ </h2>
+ <div class="column">
+ <article class="story theme-summary " id="topnews-100000005399553" data-story-id="100000005399553" data-rank="0" data-collection-renderstyle="HPMediumMediaHedSumDaypart">
+ <a href="https://www.nytimes.com/2017/08/30/world/australia/australia-same-sex-marriage-tv-ad.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/world/australia/31oz-marriage/31oz-marriage-mediumThreeByTwo210.jpg" />
+ </div>
+ </a>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/world/australia/australia-same-sex-marriage-tv-ad.html">What’s Going On in an Australian TV Ad Opposing Gay Marriage?</a>
+ </h2>
+ <p class="summary">
+ The campaign to vote “no” on legalizing same-sex marriage tries to refocus the debate on the welfare of children. </p>
+ </article>
+ </div>
+ <div class="column">
+ <article class="story theme-summary " id="topnews-100000005397818" data-story-id="100000005397818" data-rank="1" data-collection-renderstyle="HPMediumMediaHedSumDaypart">
+ <a href="https://www.nytimes.com/2017/08/29/world/asia/sea-shepherd-whaling-japan.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/world/29seashepherd/29seashepherd-mediumThreeByTwo210.jpg" />
+ </div>
+ </a>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/world/asia/sea-shepherd-whaling-japan.html">Sea Shepherd Activists Halt Pursuit of Japanese Whalers</a>
+ </h2>
+ <p class="summary">
+ The group has called off its annual pursuit of Japanese ships in the protected Southern Ocean, saying it can’t compete with the country’s surveillance. </p>
+ </article>
+ </div>
+ <div class="column">
+ <article class="story theme-summary " id="topnews-100000005396021" data-story-id="100000005396021" data-rank="2" data-collection-renderstyle="HPMediumMediaHedSumDaypart">
+ <a href="https://www.nytimes.com/2017/08/29/science/trigonometry-babylonian-tablet.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/29/science/29TB-BABYLON1/29TB-BABYLON1-mediumThreeByTwo210.jpg" />
+ </div>
+ </a>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/science/trigonometry-babylonian-tablet.html">Hints of Trigonometry on a 3,700-Year-Old Babylonian Tablet</a>
+ </h2>
+ <p class="summary">
+ Scholars have debated for decades the purpose of 60 numbers written on a small clay tablet. Two Australian mathematicians believe they have figured it out. </p>
+ </article>
+ </div>
+ <div class="collection">
+ </div></div></div></div></div>
+ </div><!-- close bottom-span-promo-region -->
+
+ <div id="span-ab-bottom-region" class="span-ab-bottom-region region">
+ <hr class="scotch-rule" />
+ <div class="split-3-layout layout theme-base">
+ <h2 class="section-heading">
+ </h2>
+ <div class="column">
+ <article class="story theme-summary " id="topnews-100000005395156" data-story-id="100000005395156" data-rank="0" data-collection-renderstyle="HPMediumMediaHedSumDaypart">
+ <a href="https://www.nytimes.com/2017/08/30/sports/olympics/munich-olympic-massacre-1972-memorial-israeli-athletes.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/multimedia/30MUNIC-alpha/30MUNICweb2-mediumThreeByTwo210.jpg" />
+ </div>
+ </a>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/sports/olympics/munich-olympic-massacre-1972-memorial-israeli-athletes.html">In Munich, a Tribute to Israeli Athletes</a>
+ </h2>
+ <p class="summary">
+ “There are no happier people, no more satisfied people, than us,” said the wife of a victim who pressed for a worthy memorial. </p>
+ </article>
+ </div>
+ <div class="column">
+ <article class="story theme-summary " id="topnews-100000005399019" data-story-id="100000005399019" data-rank="1" data-collection-renderstyle="HPMediumMediaHedSumDaypart">
+ <a href="https://www.nytimes.com/interactive/2017/08/31/travel/what-to-do-36-hours-in-glasgow-scotland.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/travel/31HOURS-GLASGOW1/31HOURS-GLASGOW1-mediumThreeByTwo210.jpg" />
+ <div class="media-action-overlay">
+ <i class="icon sprite-icon icon-media-interactive-16x16-ffffff"></i>
+ </div>
+ </div>
+ </a>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/interactive/2017/08/31/travel/what-to-do-36-hours-in-glasgow-scotland.html">36 Hours in Glasgow</a>
+ </h2>
+ <p class="summary">
+ This historic city, known for its Art Nouveau flourishes, also has a blossoming modern side, with daring new buildings and bars. </p>
+ </article>
+ </div>
+ <div class="column">
+ <article class="story theme-summary " id="topnews-100000005367249" data-story-id="100000005367249" data-rank="2" data-collection-renderstyle="HPMediumMediaHedSumDaypart">
+ <a href="https://www.nytimes.com/2017/08/31/books/review/jesmyn-ward-by-the-book.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/09/03/books/review/0903-BKS-ByTheBook/0903-BKS-ByTheBook-mediumThreeByTwo210-v3.jpg" />
+ </div>
+ </a>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/31/books/review/jesmyn-ward-by-the-book.html">Jesmyn Ward: By the Book</a>
+ </h2>
+ <p class="summary">
+ The author of, most recently, “Sing, Unburied, Sing” is a self-described “reading glutton.” </p>
+ </article>
+ </div>
+ </div>
+ </div><!-- close span-ab-bottom-region -->
+
+ </section><!-- close top-news -->
+
+ </div><!-- close ab-column -->
+
+ <div class="c-column column">
+
+ <div id="Middle" class="ad middle-ad hidden nocontent robots-nocontent"></div>
+
+ <div class="region c-column-top-span-region">
+
+
+ </div><!-- close c-column-top-span-region -->
+
+ <section class="opinion">
+
+ <div class="region opinion-c-col-top-region">
+ <div class="collection">
+ <section class="opinion">
+ <h2 class="section-heading"><a href="http://www.nytimes.com/pages/opinion/index.html">The Opinion Pages</a>
+ </h2>
+ </section></div>
+ </div> <!-- close opinion-c-col-top-region -->
+
+ <div class="layout split-layout">
+
+ <div class="column">
+ <div class="region opinion-c-col-left-region">
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005396602" data-story-id="100000005396602" data-rank="0" data-collection-renderstyle="HpSumXSMedia">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/31/opinion/trump-north-korea.html">What Trump Meant to Say</a></h2>
+
+ <div class="small-thumb">
+ <a href="https://www.nytimes.com/2017/08/31/opinion/trump-north-korea.html"><img src="https://static01.nyt.com/images/2017/09/01/world/01blinken-inyt/01blinken-inyt-blogSmallThumb.jpg" alt=""></a>
+ </div>
+
+ <p class="byline">By ANTONY J. BLINKEN </p>
+
+ <p class="summary">
+ The president’s rogue-cop routine has serious foreign policy consequences. </p>
+
+
+ </article>
+
+ </div>
+ <div class="collection headlines">
+ <ul class="theme-news-headlines">
+ <li>
+ <article class="story" id="topnews-100000005400536" data-story-id="100000005400536" data-rank="0" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/31/opinion/voting-reform-illinois-texas.html">Editorial: On Voting Reforms, Follow Illinois, Not Texas</a> </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005401080" data-story-id="100000005401080" data-rank="1" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/31/opinion/trump-harvey-storm-army.html">Blow: Trump Raises an Army</a> <time class="timestamp" datetime="2017-08-31" data-eastern-timestamp="3:21 AM" data-utc-timestamp="1504164084">3:21 AM ET</time></h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005401128" data-story-id="100000005401128" data-rank="2" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/interactive/2017/08/31/opinion/columnists/yemen-famine-cholera.html">Kristof: The Photos the U.S. and Saudi Arabia Don’t Want You to See</a> </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005400586" data-story-id="100000005400586" data-rank="3" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/31/opinion/hurricanes-climate-capitalists-wealth-.html">Stephens: Hurricanes, Climate and the Capitalist Offset</a> <time class="timestamp" datetime="2017-08-31" data-eastern-timestamp="3:21 AM" data-utc-timestamp="1504164083">3:21 AM ET</time></h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ <div class="collection headlines">
+ <ul class="theme-news-headlines">
+ <li>
+ <article class="story" id="topnews-100000003665755" data-story-id="100000003665755" data-rank="0" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.facebook.com/nytopinion">Join us on Facebook »</a> </h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+
+ <div class="column">
+ <div class="region opinion-c-col-right-region">
+ <div class="collection">
+ <article class="story theme-summary" id="topnews-100000005398365" data-story-id="100000005398365" data-rank="0" data-collection-renderstyle="HpSumXSMedia">
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/31/opinion/america-nuclear-buildup.html">Risky Nuclear Buildup</a></h2>
+
+ <div class="small-thumb">
+ <a href="https://www.nytimes.com/2017/08/31/opinion/america-nuclear-buildup.html"><img src="https://static01.nyt.com/images/2017/08/31/opinion/31rollo/31rollo-blogSmallThumb.jpg" alt=""></a>
+ </div>
+
+ <p class="byline">By STUART ROLLO <time class="timestamp" datetime="2017-08-31" data-eastern-timestamp="3:21 AM" data-utc-timestamp="1504164083">3:21 AM ET</time></p>
+
+ <p class="summary">
+ It’s not just North Korea. Plans to upgrade America’s nuclear arsenal are also contributing to global instability. </p>
+
+
+ </article>
+
+ </div>
+ <div class="collection headlines">
+ <ul class="theme-news-headlines">
+ <li>
+ <article class="story" id="topnews-100000005399880" data-story-id="100000005399880" data-rank="0" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/opinion/texas-farmers-floods-planning.html">A Texas Farmer on Harvey, Bad Planning and Runaway Growth</a> </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005400373" data-story-id="100000005400373" data-rank="1" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/opinion/google-influence-think-tanks.html">Google’s Disturbing Influence Over Think Tanks</a> </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" id="topnews-100000005400487" data-story-id="100000005400487" data-rank="2" data-collection-renderstyle="HpHeadline">
+ <h2 class="story-heading"><i class="icon"></i><a href="https://www.nytimes.com/2017/08/30/opinion/trump-osteen-harvey-church.html">The Cheap Prosperity Gospel of Trump and Osteen</a> </h2>
+ </article>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+
+ </div> <!-- close split-layout -->
+
+ <div class="region opinion-c-col-bottom-region">
+ <div class="collection">
+ <style>
+
+
+ .c-column.column section.opinion div time.timestamp{
+ display:none;
+ }
+
+
+ </style><style>
+ .c-column.column section.opinion div p.theme-comments{
+ display:none;
+ }
+
+
+
+ </style></div>
+ </div> <!-- close opinion-c-col-bottom-region -->
+
+ </section> <!-- close opinion -->
+
+ <section class="user-subscriptions">
+
+ <h2 class="section-heading visually-hidden">User Subscriptions</h2>
+
+ <div class="collection insider-collection">
+ <div id="times-insider-subscription" class="times-insider-subscription hidden">
+ <ul class="theme-news-headlines">
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/26/insider/syphilis-health-investigators-sisterhood-of-sleuths.html">A Sisterhood of Sleuths</a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/insider/the-sodden-haunted-fields-of-flanders.html">The Sodden, Haunted Fields of Flanders</a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/25/insider/solar-eclipse-carbondale.html">Seeing the Total Eclipse Through 28,000 Eyes</a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/24/insider/dale-chihuly-glass-artist-creativity.html">A Journalist Glimpses the Tools of an Artist’s Creativity</a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/module/insider-events"></a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/07/28/insider/events/cryptoparty-data-security-new-york-times.html">Live Event: Discussing Data Protection at a New York Times ‘CryptoParty’</a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/09/insider/events/live-event-fall-preview-at-joes-pub.html">Live Event: ‘Fall Preview’ at Joe’s Pub</a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/07/14/insider/events/health-care-conference-call-what-does-policy-actually-mean-for-your-health.html">Live Event: What Do Policy Changes Actually Mean for Your Health?</a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/06/20/insider/events/new-york-times-podcast-club.html">Live Event: The New York Times Podcast Club</a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ <div class="thumb">
+ <a href="https://www.nytimes.com/section/insider">
+ <svg class="insider-logo" width="65" height="20" role="img" aria-label="Insider">
+ <image width="65" height="20" xlink:href="https://a1.nyt.com/assets/homepage/20170810-135137/images/foundation/logos/insider-logo-240x72.svg" src="https://a1.nyt.com/assets/homepage/20170810-135137/images/foundation/logos/insider-logo-240x72.png" alt="Insider" />
+ </svg>
+ </a>
+ </div>
+ </div><!--close times-insider-subscription -->
+ </div><!-- close collection -->
+
+ <div class="collection">
+ <div id="times-premier-crossword-subscription" class="times-premier-crossword-subscription hidden">
+ <div class="layout split-layout">
+ <div class="column">
+ <div class="collection insider-collection">
+ <article class="story">
+ <h3 class="kicker">
+ <a href="https://www.nytimes.com/section/insider">Times Insider &raquo;</a>
+ </h3>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/26/insider/syphilis-health-investigators-sisterhood-of-sleuths.html">A Sisterhood of Sleuths</a>
+ </h2>
+ </article>
+ </div>
+ </div><!-- close column -->
+ <div class="column">
+ <div class="collection crosswords-collection">
+ <article class="story">
+ <h3 class="kicker">
+ <a href="https://www.nytimes.com/crosswords">The Crossword &raquo;</a>
+ </h3>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/crosswords">Play Today&rsquo;s Puzzle </a>
+ </h2>
+ <div class="thumb">
+ <a href="https://www.nytimes.com/crosswords">
+ <img src="https://static01.nyt.com/images/crosswords/crosswords_30x30.png" alt="" />
+ </a>
+ </div>
+ </article>
+ </div>
+ </div>
+ </div><!--close TimesPremiercrossword -->
+ </div><!--close times-premier-crossword-subscription -->
+ </div><!-- close collection -->
+
+ <div class="collection">
+ <div id="crossword-subscription" class="crossword-subscription hidden">
+ <div class="layout split-layout">
+ <div class="column">
+ <div class="collection crosswords-collection">
+ <article class="story">
+ <h3 class="kicker">
+ <a href="https://www.nytimes.com/crosswords">The Crossword &raquo;</a>
+ </h3>
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/crosswords">Play Today&rsquo;s Puzzle </a>
+ </h2>
+ <div class="thumb">
+ <a href="https://www.nytimes.com/crosswords">
+ <img src="https://static01.nyt.com/images/crosswords/crosswords_30x30.png" alt="" />
+ </a>
+ </div>
+ </article>
+ </div>
+ </div>
+ <div class="column">
+ <div class="collection crosswords-collection">
+ <article class="story">
+ <h3 class="kicker">
+ <a href="http://wordplay.blogs.nytimes.com">Wordplay &raquo;</a>
+ </h3>
+ </article>
+ </div>
+ </div><!-- close column -->
+ </div><!-- close layout -->
+ </div><!-- close crossword-subscription -->
+ </div><!--close collection -->
+
+ </section><!-- close user-subscriptions -->
+
+ <div id="HPMiddle" class="ad hpmiddle-ad nocontent robots-nocontent"></div>
+
+ <div class="region c-column-middle-span-region">
+
+ <div class="collection">
+ <link rel="stylesheet" type="text/css" href="https://int.nyt.com/apps/portals/assets/portal-6d57ae10010ddcfe80e975e769c6947e.css"/>
+
+ <style type="text/css">
+ /*HIDE WATCHING HEADER*/
+ .portal-container>header { display: none }
+ </style>
+
+ <div id="nytint-hp-watching">
+ <div class="portal-container">
+ <header class="portal-header">
+ <h4>Watching</h4>
+ </header>
+ <div class="portal-posts-frame expanded"></div>
+ <footer class="portal-footer"></footer>
+ </div>
+ </div>
+
+ <script type="text/javascript">
+ require(['foundation/main'], function() {
+ require(['homepage/main', 'https://int.nyt.com/apps/portals/assets/portal/app-31573ba689b023d9e52c26c6d6aa32ab.js'
+ ], function() {
+ require(['portal/app'], function(Portal) {
+
+ var opts = {
+ env: 'production_published',
+ matchHeight: {
+ match: '.span-ab-layout.layout > .ab-column',
+ container: '.c-column.column',
+ maxHeight: 2000
+ }
+ }
+
+ if (window.location.search.indexOf('portal_variant=watchingNoScroll') !== -1) {
+ opts.variation = 'simple';
+ opts.poll = false;
+ opts.limit = 20;
+ }
+
+ var watching = Portal.create('#nytint-hp-watching', opts);
+ });
+ });
+ });
+ </script>
+
+ <!-- HpPrototype: WatchingEnabled: DO NOT REMOVE -->
+ </div>
+
+ </div><!-- close c-column-middle-span-region -->
+
+ <div class="region c-column-above-moth-fixed-region">
+
+
+ </div><!-- close c-column-above-moth-fixed-region -->
+
+ <div class="region c-column-above-moth-region">
+
+
+ </div><!-- close c-column-above-moth-region -->
+
+ </div><!-- close c-column -->
+
+ </div><!-- close span-ab-layout -->
+
+ <section id="paid-post-five-pack" class="paid-post-five-pack hidden nocontent robots-nocontent">
+ <h2 class="section-heading">From Our Advertisers</h2>
+ <ul class="story-menu">
+ <li id="PaidPostFivePack1" class="story-menu-item ad"></li>
+ <li id="PaidPostFivePack2" class="story-menu-item ad"></li>
+ <li id="PaidPostFivePack3" class="story-menu-item ad"></li>
+ <li id="PaidPostFivePack4" class="story-menu-item ad"></li>
+ <li id="PaidPostFivePack5" class="story-menu-item ad"></li>
+ </ul>
+ </section>
+ <div id="HPBreak" class="ad hpbreak-ad nocontent robots-nocontent hidden"></div>
+
+ <div id="video-player-region" class="video-player-region region">
+ <div class="collection">
+ <div id="video-module-loader" class="loader-container video-section-loader-container">
+ <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div>
+ </div>
+ <section id="video-section"
+ class="video-section invisible"
+ data-playlist-id="1194811622188"
+ data-api-token="cE97ArV7TzqBzkmeRVVhJ8O6GWME2iG_bRvjBTlNb4o."
+ data-player-id="2640832222001"
+ data-publisher-id="1749339200">
+ <header class="section-header">
+ <h2 class="section-heading"><a class="times-video-link" href="https://www.nytimes.com/video">times<span>video</span></a></h2>
+ <a href="https://www.nytimes.com/video?src=vidm" class="user-action explore-all-videos-link"> explore all videos &raquo;</a>
+ </header>
+ <div class="column a-column">
+ <article class="story">
+ <figure class="media video video-player" aria-label="media" role="group">
+ <span class="visually-hidden">Video Player</span>
+ <img src="" class="poster" alt="" />
+ <div class="video-player-container"></div>
+ <div class="media-action-overlay"></div>
+ <div class="sharetools video-sharetools"
+ data-shares="email|,facebook|,twitter|,embed|,show-all|"
+ data-url=""
+ data-title=""
+ data-description=""
+ data-content-type="video">
+ </div>
+ <figcaption class="credit"></figcaption>
+ </figure>
+ </article>
+ </div>
+ <div class="column b-column">
+ <div id="video-playlist-container" class="video-playlist-container">
+ <ul id="video-playlist" class="video-playlist"></ul>
+ </div>
+ </div> <!-- end b-column -->
+ </section>
+ </div>
+ </div><!-- close video-player-region -->
+
+ <section class="inside-nyt">
+ <div class="inside-nyt-region region">
+ <h2 class="section-heading">Inside Nytimes.com</h2>
+ <div id="inside-nyt-browser" class="inside-nyt-browser">
+ <div class="navigation-control">
+ <button class="button previous deactivated">
+ <div class="arrow arrow-left">
+ <span class="visually-hidden">Go to the previous story</span>
+ <div class="arrow-conceal"></div>
+ </div>
+ </button>
+ <button class="button next">
+ <div class="arrow arrow-right">
+ <span class="visually-hidden">Go to the next story</span>
+ <div class="arrow-conceal"></div>
+ </div>
+ </button>
+ </div>
+ <div class="carousel">
+ <ol class="menu layout-horizontal theme-story">
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/section/theater">Theater</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005387208" data-rank="0" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/theater/oh-my-sweet-land-amir-nizar-zuabi.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/09/03/arts/27SWEETLAND1/27SWEETLAND1-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">The Kitchen Is Her Stage</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/pages/opinion/index.html">Opinion</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005396481" data-rank="1" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/29/opinion/transgender-trump-chelsea-manning.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/29/opinion/29kirchickWeb/29kirchickWeb-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">When Transgender Trumps Treachery</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/section/technology">Technology</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005396461" data-rank="2" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/technology/doxxing-protests.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/business/30DOXXING5/30DOXXING5-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">How ‘Doxxing’ Became a Tool</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/pages/dining/index.html">Food</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005388364" data-rank="3" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://cooking.nytimes.com/recipes/12965-spaghetti-carbonara">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2013/12/17/dining/recipes-spaghetticarbonara-copy/recipes-spaghetticarbonara-copy-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">How to Make the Best Spaghetti Carbonara</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/pages/opinion/index.html">Opinion</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005397970" data-rank="4" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/29/opinion/harvey-houston-schools-teachers.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/29/opinion/29danielsSub/29danielsSub-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">I Teach in Houston. I’m Worried for My Students.</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/section/science">Science</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005398035" data-rank="5" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/science/nova-stars-korea.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/science/31TB-NOVA1/31TB-NOVA1-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">The Mystery of a Vanished Star</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/section/arts/design">Art & Design</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005391869" data-rank="0" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/arts/design/berkshires-elizabeth-king-helen-frankenthaler-clark-art-mass-moca.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/09/01/arts/01BERKSHIRETOUR1/01BERKSHIRETOUR1-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">Berkshire Tour of Art</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/pages/opinion/index.html">Opinion</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005396484" data-rank="1" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/opinion/corporate-tax-cuts-jobs.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/opinion/30anderson/30anderson-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">The Corporate Tax Cut Myth</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/spotlight/times-tips">Smarter Living</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005390050" data-rank="2" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/smarter-living/how-to-deal-with-all-the-bites-and-stings-of-summer.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/24/smarter-living/24Bites-smarterLiving-slide-21DI/24Bites-smarterLiving-slide-21DI-mediumSquare149-v2.jpg" alt="">
+ </div>
+ <h2 class="story-heading">How to Deal With the Stings of Summer</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/section/fashion">Fashion & Style</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005396095" data-rank="3" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/fashion/labor-day-weekend-sales-openings.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/fashion/31SCOUTING1combo/31SCOUTING1combo-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">Finding Labor Day Weekend’s Best Sales</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/pages/opinion/index.html">Opinion</a></h2>
+
+ <article class="story theme-summary no-thumb" data-story-id="100000005399960" data-rank="4" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/opinion/washington-remains-united-behind-nato.html">
+ <h2 class="story-heading">Washington Remains United Behind NATO</h2>
+ <p class="summary">There is a strong consensus that a renaissance of NATO offers the best hope to confront our current threats.</p>
+ </a>
+ </article>
+
+ </section>
+ </li>
+ <li>
+ <section>
+ <h2 class="section-heading"><a href="https://www.nytimes.com/section/us">U.S.</a></h2>
+
+ <article class="story theme-summary" data-story-id="100000005399999" data-rank="5" data-collection-renderstyle="Moth">
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/us/fire-ants-harvey-hurricane-storm.html">
+ <div class="wide-thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/us/31xp-fireants/merlin-to-scoop-126550571-982068-mediumSquare149.jpg" alt="">
+ </div>
+ <h2 class="story-heading">Hazard in Houston? Fire Ants</h2>
+ </a>
+ </article>
+
+ </section>
+ </li>
+
+ </ol>
+ </div>
+ </div>
+ </div>
+ </section>
+
+ <div id="HPMidLeader" class="ad hpmidleader-ad nocontent robots-nocontent"></div>
+
+ <div class="span-ab-layout layout">
+
+ <div class="ab-column column">
+
+ <hr class="scotch-rule" />
+
+ <section class="well">
+ <div class="region well-region">
+ <h2 class="section-heading visually-hidden">Sections</h2>
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/world/index.html">World &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005392389" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/world/canada/canada-climate-change-arctic.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/world/americas/31CanadaChurchill1/churchill-slide-GEXA-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Churchill Journal: Canadian Town, Isolated After Losing Rail Link, ‘Feels Held Hostage’ </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005399498" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/world/asia/north-korea-south-korea-missile-pictures-bomb.html">
+ After Missile Tests, North and South Korea Wage War of Pictures </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005401178" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/world/americas/brazil-amazon-mining-temer-environmentalists-judge.html">
+ Brazilian Judge Stymies Plan to Allow Mining in Amazon Region </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/business/index.html">Business Day &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005399538" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/technology/personaltech/future-smartphone-camera-augmented-reality.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/business/31techfix/31techfix-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Tech Fix: The Smartphone’s Future: It’s All About the Camera </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005400786" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/health/gene-therapy-cancer.html">
+ F.D.A. Approves First Gene-Altering Leukemia Treatment, Costing $475,000 </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005396254" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/business/media/nfl-six-second-commercials.html">
+ Six-Second Commercials Are Coming to N.F.L. Games on Fox </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/opinion/index.html">Opinion &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005400487" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/opinion/trump-osteen-harvey-church.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/opinion/30butlerWeb/30butlerWeb-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Op-Ed Contributor: The Cheap Prosperity Gospel of Trump and Osteen </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005400536" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/31/opinion/voting-reform-illinois-texas.html">
+ Editorial: On Voting Reforms, Follow Illinois, Not Texas </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005401080" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/31/opinion/trump-harvey-storm-army.html">
+ Charles M. Blow: Trump Raises an Army </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/us">U.S. &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005401006" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/us/small-towns-harvey.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/us/31towns4/31towns4-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ As Houston Looks to Recover, Small Towns Now Bear the Brunt </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005401457" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/interactive/2017/08/30/us/houston-flood-rescue-cries-for-help.html">
+ Thousands Cried for Help as Houston Flooded </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005399973" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/us/port-arthur-flooding.html">
+ Port Arthur Faces Harvey Flooding Disaster: ‘Our Whole City Is Underwater’ </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/technology/index.html">Technology &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005399538" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/technology/personaltech/future-smartphone-camera-augmented-reality.html">
+
+
+ <h3 class="story-heading">
+ Tech Fix: The Smartphone’s Future: It’s All About the Camera </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005396461" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/technology/doxxing-protests.html">
+ How ‘Doxxing’ Became a Mainstream Tool in the Culture Wars </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005393341" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/technology/kalanick-benchmark-uber-delaware.html">
+ Kalanick’s Feud With Benchmark Goes to Arbitration for Now, Judge Rules </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/arts/index.html">Arts &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005385152" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/arts/design/maiolino-museum-of-contemporary-art.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/09/01/arts/01MAIOLINO1/01MAIOLINO1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ art review: Weekend in Los Angeles: That Touch of Brazil </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005398883" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/arts/television/uk-gbbo-great-british-bake-off-channel-4.html">
+ ‘Great British Bake Off’ Is Still a Treat for Many Viewers </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005399033" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/books/review-cuz-danielle-allen.html">
+ Books of The Times: ‘Cuz’ Mourns a Loss and Denounces a System </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/politics/index.html">Politics &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005401238" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/us/politics/us-aid-pakistan-terror.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/us/31dc-diplo/31dc-diplo-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ U.S. Gives Military Assistance to Pakistan, With Strings Attached </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005401018" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/us/politics/trump-obamacare-enrollment-markets-subsidies.html">
+ Trump Administration Wants to Stabilize Health Markets but Won’t Say How </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005400924" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/us/politics/hurricane-sandy-relief-fact-check.html">
+ Fact Check: Was 2013 Hurricane Sandy Relief Package ‘Full of Pork’? </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/fashion">Fashion & Style &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005398042" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/31/fashion/jean-paul-goude-desigual.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/fashion/31UNBUTTONED-1/31UNBUTTONED-1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Unbuttoned: Desigual Turns to Jean-Paul Goude for a Makeover </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005396488" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/fashion/uncle-brother-catskills-gavin-brown.html">
+ A Catskills Art Scene Makes a Splash With Free Curry </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005373132" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/fashion/aura-photography-radiant-human.html">
+ Me Time: Aura Photographs: Selfies for the New Age Set </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/movies">Movies &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005389037" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/29/movies/amid-gung-ho-mentality-stunt-deaths-renew-a-debate-over-safety.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/arts/29STUNT3/29STUNT3-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Amid ‘Gung-Ho Mentality,’ Stunt Deaths Renew a Debate Over Safety </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005364809" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/28/movies/venice-film-festival-opening-stars-matt-damon-kristen-wiig.html">
+ Venice Film Festival Opening Stars Matt Damon and Kristen Wiig </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005395796" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/28/movies/texas-chain-saw-massacre-tobe-hooper-appraisal.html">
+ An Appraisal: In ‘Texas Chain Saw Massacre,’ Sympathy for the Devil </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/nyregion">New York &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005386266" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/31/nyregion/new-york-today-hurricanes-in-nyc-harvey-tropical-storm.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/nyregion/31NYTODAY1/31NYTODAY1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ New York Today: New York Today: Reflecting on Harvey, in the Northeast </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005400160" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/nyregion/ordering-review-of-statues-puts-de-blasio-in-tricky-spot.html">
+ Ordering Review of Statues Puts de Blasio in Tricky Spot </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005398633" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/nyregion/instagram-places-new-york-travel.html">
+ New York City’s Newest Hot Spot? Check Instagram </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/sports/index.html">Sports &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005399955" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/sports/espn-ed-cunningham-football-concussions.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/sports/31BRAINSweb1/31BRAINSweb1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ ESPN Football Analyst Walks Away, Disturbed by Brain Trauma on Field </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005401613" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/31/sports/tennis/alexander-zverev-borna-coric-us-open.html">
+ Two Zverevs Take the Court in Queens, and Only One Advances </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005395156" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/sports/olympics/munich-olympic-massacre-1972-memorial-israeli-athletes.html">
+ In Munich, a Tribute to Israeli Athletes and Families’ Persistence </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/theater/index.html">Theater &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005387208" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/theater/oh-my-sweet-land-amir-nizar-zuabi.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/09/03/arts/27SWEETLAND1/27SWEETLAND1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ The Kitchen Is Her Stage. (It Could Actually Be Your Kitchen.) </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005364092" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/theater/eavesdropping-on-warhol-and-capote.html">
+ Eavesdropping on Warhol and Capote </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005360538" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/theater/great-comet-broadway-race.html">
+ Race, Money and Broadway: How ‘Great Comet’ Burned Out </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/science">Science &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005343497" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/video/science/100000005343497/forty-years-of-voyager.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/29/multimedia/Voyager-Thumb1/Voyager-Thumb1-thumbStandard.png" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Forty Years of Voyager </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005398035" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/science/nova-stars-korea.html">
+ Trilobites: Casting Light on Mystery of a Star That Vanished After 14 Days </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005396021" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/science/trigonometry-babylonian-tablet.html">
+ Trilobites: Hints of Trigonometry on a 3,700-Year-Old Babylonian Tablet </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/obituaries">Obituaries &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005401130" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/sports/ncaabasketball/villanova-coach-rollie-massimino-dead.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/obituaries/30massimino1/30massimino1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Rollie Massimino, 82, Dies; Rode Dark Horse Villanova to Basketball Glory </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005398288" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/sports/basketball/jud-heathcote-dead-coached-michigan-state-to-basketball-title.html">
+ Jud Heathcote, 90, Dies; Coached Michigan State to Basketball Title </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005399785" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/business/david-tang-dead-fashion-retailer.html">
+ David Tang, Fashion Retailer and Raconteur, Dies at 63 </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/arts/television">Television &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005398883" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/arts/television/uk-gbbo-great-british-bake-off-channel-4.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/arts/31BAKEOFF-ROUNDUP/31BAKEOFF-ROUNDUP-thumbStandard-v2.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ ‘Great British Bake Off’ Is Still a Treat for Many Viewers </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005367164" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/24/arts/television/the-deuce-hbo-david-simon.html">
+ ‘The Deuce’ Recalls Sex and Sleaze in 1970s Times Square </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005396266" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/interactive/2017/08/29/watching/fall-tv-sf-promo.html">
+ Watching: Your Catch-Up Guide to the Best Shows Returning This Fall </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/health/index.html">Health &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005400786" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/health/gene-therapy-cancer.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/science/31GENE3/31GENE3-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ F.D.A. Approves First Gene-Altering Leukemia Treatment, Costing $475,000 </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005390415" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/business/economy/home-health-care-work.html">
+ Economic Scene: Home Health Care: Shouldn’t It Be Work Worth Doing? </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005395934" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/28/health/fda-stem-cell.html">
+ F.D.A. Cracks Down on ‘Unscrupulous’ Stem Cell Clinics </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/travel">Travel &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000004599829" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/travel/peaceful-island-indonesia.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/09/10/travel/10gili1/30gili1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Next Stop: This Indonesian Island Is a Respite From Bali. At Least for Now. </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005388668" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/interactive/2017/08/29/travel/what-to-do-36-hours-in-trieste-italy.html">
+ 36 Hours: 36 Hours in Trieste, Italy </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005385852" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/28/travel/kodiak-travel-photography.html">
+ Photo Essay: Our Stunning World </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/books">Books &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005399033" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/books/review-cuz-danielle-allen.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/31/books/31bookallen2/31bookallen2-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Books of The Times: ‘Cuz’ Mourns a Loss and Denounces a System </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005396584" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/books/review-my-absolute-darling-gabriel-tallent.html">
+ Books of The Times: A Heroine in the Mold of Huck and Scout </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005395901" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/28/books/review-john-le-carre-legacy-of-spies.html">
+ Books of The Times: George Smiley and Other Old Friends Return in John le Carré’s ‘A Legacy of Spies’ </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/education">Education &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005337043" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/interactive/2017/08/24/us/affirmative-action.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/03/us/affirmative-action-in-colleges-and-representation-of-blacks-and-hispanics-1503525136789/affirmative-action-in-colleges-and-representation-of-blacks-and-hispanics-1503525136789-thumbStandard-v5.png" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Even With Affirmative Action, Blacks and Hispanics Are More Underrepresented at Top Colleges Than 35 Years Ago </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005348802" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/24/technology/coding-boot-camps-close.html">
+ As Coding Boot Camps Close, the Field Faces a Reality Check </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005384528" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/22/opinion/washington-lee-university-trump-nationalism.html">
+ On Campus: My University Is Named for Robert E. Lee. What Now? </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/dining/index.html">Food &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005387948" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/29/dining/restaurant-wish-list-pete-wells.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/dining/30WISH3/30WISH3-thumbStandard-v2.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Critic’s Notebook: A Wish List for New Restaurants </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005390036" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/dining/mashed-potato-salad-recipe.html">
+ A Good Appetite: An Accidentally Creamier, Fluffier Potato Salad </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005314050" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/dining/opentable-restaurant-reservations.html">
+ OpenTable Began a Revolution. Now It’s a Power Under Siege. </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/opinion/index.html#sundayreview">Sunday Review &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005391244" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/interactive/2017/08/25/opinion/sunday/worst-and-best-places-to-be-gay.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/24/opinion/sunday/worst-and-best-places-to-be-gay-1503633763145/worst-and-best-places-to-be-gay-1503633763145-thumbStandard.png" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Op-Ed Columnist: The Worst (and Best) Places to Be Gay in America </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005392272" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/26/opinion/sunday/memorize-poems-poetry-education.html">
+ Molly Worthen: Memorize That Poem! </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005388249" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/26/opinion/sunday/obamacare-universal-health-coverage.html">
+ Editorial: Looking Beyond the Obamacare Debate to Improve Health Care </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/realestate/index.html">Real Estate &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005386638" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/realestate/weston-conn-quiet-and-wooded-with-top-notch-schools.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/09/03/realestate/03LIVING-WESTON-slide-537E/03LIVING-WESTON-slide-537E-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Living In: Weston, Conn.: Quiet and Wooded, With Top-Notch Schools </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005390514" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/realestate/house-hunting-in-bali.html">
+ International Real Estate: House Hunting in ... Bali </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005395929" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/realestate/900000-homes-in-colorado-pennsylvania-and-vermont.html">
+ What You Get: $900,000 Homes in Colorado, Pennsylvania and Vermont </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/upshot">The Upshot &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005396126" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/interactive/2017/08/29/upshot/statues-quiz.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/26/upshot/up-statue-Lee/up-statue-Lee-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Which Statues Need to Come Down? You Decide </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005393332" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/interactive/2017/08/29/upshot/harvey-rainfall-where-you-live.html">
+ Houston May Get 50 Inches of Rain. How Long Does It Take Your City to Get That Much? </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005395922" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/28/upshot/markets-are-signaling-that-hurricane-harvey-wont-crush-the-economy.html">
+ Pricing a Disaster: Markets Are Signaling That Hurricane Harvey Won’t Crush the Economy </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/magazine">Magazine &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005393258" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/magazine/how-to-get-rich-in-trumps-washington.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/09/03/magazine/03lobbyists1/03lobbyists1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Feature: How to Get Rich in Trump’s Washington </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005381661" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/interactive/2017/08/24/magazine/usopen-federer-nadal-backhand-wonder-year.html">
+ U.S. Open: How Roger Federer Upgraded His Game </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005389041" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/magazine/my-nanny-has-a-gambling-problem-can-i-fire-her.html">
+ The Ethicist: My Nanny Has a Gambling Problem. Can I Fire Her? </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+
+ <div class="split-3-layout layout theme-base">
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/pages/automobiles/index.html">Automobiles &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005398865" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/29/business/ford-driverless-pizza-delivery-dominos.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/business/30FORD1/30FORD1-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ There’s a Pizza Delivery in Ford’s Future, by Driverless Car </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005385761" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/24/automobiles/wheels/pebble-beach-concours-delegance-car-auction.html">
+ Wheels: Bidding Before California Car Show Suggests Collectible Market Is Healthy </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005391881" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/25/business/volkswagen-engineer-prison-diesel-cheating.html">
+ Volkswagen Engineer Gets Prison in Diesel Cheating Case </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column ">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/t-magazine">T Magazine &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005365534" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/t-magazine/travel/sullivan-county-narrowsburg-livingston-manor-callicoon-guide.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/t-magazine/sullivan-slide-VBE5-copy/sullivan-slide-VBE5-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Wanderlust: What to Do (and Where to Stay) in the Western Catskills </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005392498" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/t-magazine/charlottesville-art-robert-longo-toyin-ojih-odutola-sanford-biggers.html">
+ T Agitprop: 5 Artists Respond to: Charlottesville </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005397209" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/29/t-magazine/fashion/maggie-marilyn-hewitt-clothing-designer.html">
+ On the Verge: Person to Know: A Nonconformist New Zealand Designer </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ <div class="column last-column">
+
+ <section>
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/insider">Times Insider &raquo;</a>
+ </h2>
+ <ul>
+ <li>
+ <article class="story theme-summary" data-story-id="100000005400594" data-rank="0" data-collection-renderstyle="HpHedThumbWell">
+
+ <a class="story-link" href="https://www.nytimes.com/2017/08/30/insider/events/game-of-thrones-conference-call-new-york-times.html">
+
+ <div class="thumb">
+ <img src="https://static01.nyt.com/images/2017/08/30/insider/30insider-event-thrones-image/30insider-event-thrones-image-thumbStandard.jpg" alt="" />
+ </div>
+
+ <h3 class="story-heading">
+ Conference Call, Sept. 6: Live Event: Discuss ‘Game of Thrones’ With The New York Times </h3>
+ </a>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005399053" data-rank="1" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/insider/the-sodden-haunted-fields-of-flanders.html">
+ Picturing the First World War: The Sodden, Haunted Fields of Flanders </a>
+ </h2>
+ </article>
+ </li>
+ <li>
+ <article class="story" data-story-id="100000005396519" data-rank="2" data-collection-renderstyle="HpHedThumbWell">
+ <h2 class="story-heading">
+ <a href="https://www.nytimes.com/2017/08/30/insider/newsbook-column-explainer-book-review.html">
+ When the News Begs for a Book: Behind the Newsbook Column </a>
+ </h2>
+ </article>
+ </li>
+ </ul>
+ </section>
+
+ </div> <!-- close column -->
+
+
+ </div><!-- close split-3-layout -->
+
+ </div>
+ </section><!-- close well section -->
+
+ </div><!-- close ab-column -->
+
+ <div class="c-column column">
+
+
+ <section class="real-estate">
+ <div class="layout split-layout theme-base">
+ <div class="column">
+ <div class="region real-estate-left-region">
+
+ <div class="collection">
+ <h2 class="section-heading">
+ <a href="https://www.nytimes.com/section/realestate">Real Estate &raquo;</a>
+ </h2>
+ <article class="story theme-summary" id="topnews-100000005395929" data-story-id="100000005395929" data-rank="0" data-collection-renderstyle="HpSectionSumSmallMedia">
+
+ <h3 class="kicker">What You Get </h3>
+
+ <h2 class="story-heading"><a href="https://www.nytimes.com/2017/08/30/realestate/900000-homes-in-colorado-pennsylvania-and-vermont.html">$900,000 Homes in Colorado, Pennsylvania and Vermont</a></h2>
+
+ <p class="byline">By TIM McKEOUGH </p>
+
+ <div class="thumb">
+ <a href="https://www.nytimes.com/2017/08/30/realestate/900000-homes-in-colorado-pennsylvania-and-vermont.html"><img src="https://static01.nyt.com/images/2017/09/03/realestate/03WYG-slide-FF9B/03WYG-slide-FF9B-thumbStandard.jpg" alt=""></a>
+ </div>
+
+ <p class="summary">
+ A renovated midcentury-modern home in Denver, a 1907 stone house in Philadelphia and a lakeside retreat in Ferrisburgh. </p>
+
+
+ </article>
+
+ </div>
+ <div class="collection">
+ <ul class="theme-module-headlines">
+ <li><article class="story" data-collection-renderstyle="HpHeadline"><h2 class="story-heading"><a href="http://www.nytimes.com/real-estate/find-a-home">Search for Homes for Sale or Rent</a></h2></article></li>
+
+ <li><article class="story" data-collection-renderstyle="HpHeadline"><h2 class="story-heading"><a href="https://www.nytimes.com/real-estate/mortgage-calculator">Mortgage Calculator</a></h2></article></li></ul>
+
+ </div>
+
+ </div><!-- close real-estate-left-region -->
+ </div>
+ <div class="column">
+ <div class="region real-estate-right-region">
+ <div class="collection">
+ <div id="HPmodule-RE2-alternate-content"><div></div>
+ <div class="collection">
+ </div></div></div>
+ <div id="hpmodulere2" class="ad hpmodulere2-ad nocontent robots-nocontent"></div>
+ </div><!-- close real-estate-right-region -->
+ </div>
+ </div>
+ </section>
+
+
+ <section id="recommendations" class="recommendations">
+ <div class="tabs-container">
+ <ul class="tabs">
+ <li data-type="most-emailed" class="most-emailed-tab"><a href="https://www.nytimes.com/trending/">Most Emailed</a></li><li data-type="most-viewed" class="most-viewed-tab"><a href="https://www.nytimes.com/gst/mostpopular.html">Most Viewed</a></li><li data-type="trending" class="trending-tab"><a href="http://www.nytimes.com/trending/">Trending</a></li><li data-type="recommended" class="recommended-tab"><a href="https://www.nytimes.com/recommendations">Recommended for you</a></li>
+ </ul>
+ </div><!-- end tabs-container -->
+
+ <div class="tab-content most-emailed">
+ <div class="loader"></div>
+ </div>
+ <div class="tab-content most-viewed">
+ <div class="loader"></div>
+ </div>
+ <div class="tab-content trending">
+ <div class="loader"></div>
+ </div>
+ <div class="tab-content recommended">
+ <div class="loader"></div>
+ </div>
+
+ <div id="recommendations-module-loader" class="loader-container">
+ <div class="loader loader-t-logo-32x32-ecedeb-ffffff"><span class="visually-hidden">Loading...</span></div>
+ </div>
+ </section>
+
+ <div id="Box1" class="ad box1-ad nocontent robots-nocontent"></div>
+ <div id="HPBottom1" class="ad hpbottom1-ad nocontent robots-nocontent"></div>
+
+ </div><!-- close c-column -->
+
+ </div><!-- close span-ab-layout -->
+
+ <div id="HPSponLink" class="ad hpsponlink-ad nocontent robots-nocontent"></div>
+ <div id="Bottom8" class="ad bottom8-ad nocontent robots-nocontent"></div>
+ <div id="Bottom9" class="ad bottom9-ad nocontent robots-nocontent"></div>
+ <div class="search-overlay"></div>
+ </main><!-- close main -->
+ <section id="site-index" class="site-index">
+ <header class="section-header">
+ <p class="user-action"><a href="https://www.nytimes.com/">Go to Home Page &raquo;</a></p>
+ <h2 class="section-heading">
+ <span class="visually-hidden">Site Index</span>
+ <a id="site-index-branding-link" href="https://www.nytimes.com/">
+ <span class="visually-hidden">The New York Times</span>
+ </a>
+ </h2>
+ <script>window.magnum.writeLogo('small', 'https://a1.nyt.com/assets/homepage/20170810-135137/images/foundation/logos/', '', '', 'standard', 'site-index-branding-link', '');</script>
+ </header>
+
+ <nav id="site-index-navigation" class="site-index-navigation" role="navigation">
+ <h2 class="visually-hidden">Site Index Navigation</h2>
+ <div class="split-6-layout layout">
+
+
+ <div class="column">
+ <h3 class="menu-heading">News</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/world/index.html">World</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/national/index.html">U.S.</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/politics/index.html">Politics</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/nyregion/index.html">N.Y.</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/business/index.html">Business</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/technology/index.html">Tech</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/section/science">Science</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/health/index.html">Health</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/sports/index.html">Sports</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/education/index.html">Education</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/obituaries/index.html">Obituaries</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/todayspaper/index.html">Today's Paper</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/corrections/index.html">Corrections</a>
+ </li>
+
+
+ </ul>
+ </div><!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Opinion</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html">Today's Opinion</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html#columnists">Op-Ed Columnists</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html#editorials">Editorials</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html#contributing">Contributing Writers</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html#op-ed">Op-Ed Contributors</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html#opinionator">Opinionator</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html#letters">Letters</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html#sundayreview">Sunday Review</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/opinion/index.html#takingNote">Taking Note</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/roomfordebate">Room for Debate</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/video/opinion">Video: Opinion</a>
+ </li>
+
+
+ </ul>
+ </div><!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Arts</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/arts/index.html">Today's Arts</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/arts/design/index.html">Art & Design</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/books/index.html">Books</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/arts/dance/index.html">Dance</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/movies/index.html">Movies</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/arts/music/index.html">Music</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/arts/television/index.html">Television</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/theater/index.html">Theater</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/video/arts">Video: Arts</a>
+ </li>
+
+
+ </ul>
+ </div><!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Living</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/automobiles/index.html">Automobiles</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/crosswords/">Crossword</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/dining/index.html">Food</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/education/index.html">Education</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/fashion/index.html">Fashion & Style</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/health/index.html">Health</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/section/jobs">Jobs</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/magazine/index.html">Magazine</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/section/realestate">Real Estate</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/section/t-magazine">T Magazine</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/section/travel">Travel</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/fashion/weddings/index.html">Weddings & Celebrations</a>
+ </li>
+
+
+ </ul>
+ </div><!-- close column -->
+
+
+ <div class="column">
+ <h3 class="menu-heading">Listings & More</h3>
+ <ul class="menu">
+
+
+ <li>
+ <a href="https://www.nytimes.com/section/reader-center">Reader Center</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/ref/classifieds/">Classifieds</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/marketing/tools-and-services/">Tools & Services</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/topics/">Times Topics</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/events/">N.Y.C. Events Guide</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/interactive/blogs/directory.html">Blogs</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/pages/multimedia/index.html">Multimedia</a>
+ </li>
+
+
+ <li>
+ <a href="https://lens.blogs.nytimes.com/">Photography</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/video">Video</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/store/?&t=qry542&utm_source=nytimes&utm_medium=HPB&utm_content=hp_browsetree&utm_campaign=NYT-HP&module=SectionsNav&action=click&region=TopBar&version=BrowseTree&contentCollection=NYT%20Store&contentPlacement=2&pgtype=Homepage">NYT Store</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/times-journeys/?utm_source=nytimes&utm_medium=HPLink&utm_content=hp_browsetree&utm_campaign=NYT-HP">Times Journeys</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/seeallnav">Subscribe</a>
+ </li>
+
+
+ <li>
+ <a href="https://www.nytimes.com/membercenter">Manage My Account</a>
+ </li>
+
+
+ <li>
+ <a href="http://www.nytco.com">NYTCo</a>
+ </li>
+
+
+ </ul>
+ </div><!-- close column -->
+
+
+ <div class="column last-column">
+
+ <h3 class="menu-heading">Subscribe</h3>
+
+ <ul class="menu primary-menu">
+ <li class="menu-label">Subscribe</li>
+ <li class="home-delivery">
+ <i class="icon sprite-icon"></i>
+ <a class="nyt-home-delivery" href="https://www.nytimes.com/hdleftnav">Home Delivery</a>
+ </li>
+ <li class="digital-subscriptions">
+ <i class="icon sprite-icon"></i>
+ <a class="digital-subscription" href="https://www.nytimes.com/digitalleftnav">Digital Subscriptions</a>
+ </li>
+ <li class="nyt-crossword last-item">
+ <i class="icon sprite-icon"></i>
+ <a id="nyt-crossword" href="https://www.nytimes.com/crosswords/index.html">Crossword</a>
+ </li>
+ </ul>
+
+ <ul class="menu secondary-menu">
+
+ <li class="email-newsletters">
+ <a href="https://www.nytimes.com/marketing/newsletters">Email Newsletters</a>
+ </li>
+ <li>
+ <a href="https://myaccount.nytimes.com/mem/tnt.html">Alerts</a>
+ </li>
+ <li class="gift-subscription">
+ <a href="https://www.nytimes.com/giftleftnav">Gift Subscriptions</a>
+ </li>
+ <li>
+ <a href="https://www.nytimes.com/corporateleftnav">Corporate Subscriptions</a>
+ </li>
+ <li>
+ <a href="https://www.nytimes.com/educationleftnav">Education Rate</a>
+ </li>
+
+ </ul>
+ <ul class="menu secondary-menu">
+ <li>
+ <a href="https://www.nytimes.com/services/mobile/index.html">Mobile Applications</a>
+ </li>
+ <li>
+ <a href="http://eedition.nytimes.com/cgi-bin/signup.cgi?cc=37FYY">Replica Edition</a>
+ </li>
+
+ </ul>
+
+ </div><!-- close column -->
+
+ </div><!-- close split-6-layout -->
+
+ </nav><!-- close nav -->
+
+ </section><!-- close site-index -->
+
+ <footer id="page-footer" class="page-footer" role="contentinfo">
+ <nav>
+ <h2 class="visually-hidden">Site Information Navigation</h2>
+ <ul>
+ <li>
+ <a href="https://www.nytimes.com/content/help/rights/copyright/copyright-notice.html" itemprop="copyrightNotice">
+ &copy; <span itemprop="copyrightYear">2017</span><span itemprop="copyrightHolder provider sourceOrganization" itemscope itemtype="http://schema.org/Organization" itemid="http://www.nytimes.com"><span itemprop="name"> The New York Times Company</span><meta itemprop="tickerSymbol" content="NYSE NYT"/></span>
+ </a>
+ </li>
+ <li class="wide-viewport-item"><a href="https://www.nytimes.com/ref/membercenter/help/infoservdirectory.html">Contact Us</a></li>
+ <li class="wide-viewport-item"><a href="http://www.nytco.com/careers">Work With Us</a></li>
+ <li class="wide-viewport-item"><a href="http://nytmediakit.com/">Advertise</a></li>
+ <li class="wide-viewport-item"><a href="https://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html#pp">Your Ad Choices</a></li>
+ <li><a href="https://www.nytimes.com/privacy">Privacy</a></li>
+ <li><a href="https://www.nytimes.com/ref/membercenter/help/agree.html" itemprop="usageTerms">Terms of Service</a></li>
+ <li class="wide-viewport-item last-item"><a href="https://www.nytimes.com/content/help/rights/sale/terms-of-sale.html">Terms of Sale</a></li>
+ </ul>
+ </nav>
+ <nav class="last-nav">
+ <h2 class="visually-hidden">Site Information Navigation</h2>
+ <ul>
+ <li><a href="http://spiderbites.nytimes.com">Site Map</a></li>
+ <li><a href="https://www.nytimes.com/membercenter/sitehelp.html">Help</a></li>
+ <li><a href="https://myaccount.nytimes.com/membercenter/feedback.html">Site Feedback</a></li>
+ <li class="wide-viewport-item last-item"><a href="https://www.nytimes.com/subscriptions/Multiproduct/lp5558.html?campaignId=37WXW">Subscriptions</a></li>
+ </ul>
+ </nav>
+
+ <div id="mobile-banner" class="mobile-banner hidden">
+ <a class="banner-message" href="https://mobile.nytimes.com/">View Mobile Version</a>
+ </div>
+
+ <div id="dfp-perf-test" class="ad hidden"></div>
+ </footer>
+</div><!-- close page -->
+</div><!-- close shell -->
+<script>
+ require(['foundation/main'], function () {
+ require(['homepage/main']);
+ require(['jquery/nyt', 'foundation/views/page-manager'], function ($, pageManager) {
+ if (window.location.search.indexOf('disable_tagx') > 0) {
+ return;
+ }
+ $(document).ready(function () {
+ require(['https://a1.nyt.com/analytics/tagx-simple.min.js'], function () {
+ pageManager.trackingFireEventQueue();
+ });
+ });
+ });
+ });
+</script>
+<!--esi
+<esi:include src="/appconfig/https/show-modal.js" />
+-->
+
+<div id="Inv1" class="ad inv1-ad hidden"></div>
+<div id="Inv2" class="ad inv2-ad hidden"></div>
+<div id="Inv3" class="ad inv3-ad hidden"></div>
+<div id="ab1" class="ad ab1-ad hidden"></div>
+<div id="ab2" class="ad ab2-ad hidden"></div>
+<div id="ab3" class="ad ab3-ad hidden"></div>
+<div id="prop1" class="ad prop1-ad hidden"></div>
+<div id="prop2" class="ad prop2-ad hidden"></div>
+<div id="Anchor" class="ad anchor-ad hidden"></div>
+<div id="ADX_CLIENTSIDE" class="ad adx-clientside-ad hidden"></div>
+</body>
+</html>
diff --git a/vendor/masterminds/html5/test/benchmark/run.php b/vendor/masterminds/html5/test/benchmark/run.php
new file mode 100644
index 0000000..2ca1907
--- /dev/null
+++ b/vendor/masterminds/html5/test/benchmark/run.php
@@ -0,0 +1,29 @@
+<?php
+
+require __DIR__ . '/../../vendor/autoload.php';
+
+$iterations = isset($argv[1]) ? $argv[1] : 100;
+
+$html5 = new Masterminds\HTML5();
+$content = file_get_contents(__DIR__ . '/example.html');
+$dom = $html5->loadHTML($content);
+
+$samples = array();
+for ($i = 0; $i < $iterations; ++$i) {
+ $t = microtime(true);
+ $dom = $html5->loadHTML($content);
+ $samples[] = microtime(true) - $t;
+}
+$time = array_sum($samples) / count($samples);
+echo 'Loading: ' . ($time * 1000) . "\n";
+
+$samples = array();
+for ($i = 0; $i < $iterations; ++$i) {
+ $t = microtime(true);
+ $html5->saveHTML($dom);
+ $samples[] = microtime(true) - $t;
+}
+$time = array_sum($samples) / count($samples);
+echo 'Writing: ' . ($time * 1000) . "\n";
+
+exit(0);
diff --git a/vendor/psr/http-factory/.gitignore b/vendor/psr/http-factory/.gitignore
new file mode 100644
index 0000000..d8a7996
--- /dev/null
+++ b/vendor/psr/http-factory/.gitignore
@@ -0,0 +1,2 @@
+composer.lock
+vendor/
diff --git a/vendor/psr/http-factory/.pullapprove.yml b/vendor/psr/http-factory/.pullapprove.yml
new file mode 100644
index 0000000..8cf0819
--- /dev/null
+++ b/vendor/psr/http-factory/.pullapprove.yml
@@ -0,0 +1,7 @@
+extends: default
+reviewers:
+ -
+ name: contributors
+ required: 1
+ teams:
+ - http-factory-contributors
diff --git a/vendor/psr/http-factory/LICENSE b/vendor/psr/http-factory/LICENSE
new file mode 100644
index 0000000..3f1559b
--- /dev/null
+++ b/vendor/psr/http-factory/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018 PHP-FIG
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/vendor/psr/http-factory/README.md b/vendor/psr/http-factory/README.md
new file mode 100644
index 0000000..41d362a
--- /dev/null
+++ b/vendor/psr/http-factory/README.md
@@ -0,0 +1,10 @@
+HTTP Factories
+==============
+
+This repository holds all interfaces related to [PSR-17 (HTTP Message Factories)][psr-17].
+Please refer to the specification for a description.
+
+You can find implementations of the specification by looking for packages providing the
+[psr/http-factory-implementation](https://packagist.org/providers/psr/http-factory-implementation) virtual package.
+
+[psr-17]: https://www.php-fig.org/psr/psr-17/
diff --git a/vendor/psr/http-factory/composer.json b/vendor/psr/http-factory/composer.json
new file mode 100644
index 0000000..af62b29
--- /dev/null
+++ b/vendor/psr/http-factory/composer.json
@@ -0,0 +1,35 @@
+{
+ "name": "psr/http-factory",
+ "description": "Common interfaces for PSR-7 HTTP message factories",
+ "keywords": [
+ "psr",
+ "psr-7",
+ "psr-17",
+ "http",
+ "factory",
+ "message",
+ "request",
+ "response"
+ ],
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "require": {
+ "php": ">=7.0.0",
+ "psr/http-message": "^1.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ }
+}
diff --git a/vendor/psr/http-factory/src/RequestFactoryInterface.php b/vendor/psr/http-factory/src/RequestFactoryInterface.php
new file mode 100644
index 0000000..cb39a08
--- /dev/null
+++ b/vendor/psr/http-factory/src/RequestFactoryInterface.php
@@ -0,0 +1,18 @@
+<?php
+
+namespace Psr\Http\Message;
+
+interface RequestFactoryInterface
+{
+ /**
+ * Create a new request.
+ *
+ * @param string $method The HTTP method associated with the request.
+ * @param UriInterface|string $uri The URI associated with the request. If
+ * the value is a string, the factory MUST create a UriInterface
+ * instance based on it.
+ *
+ * @return RequestInterface
+ */
+ public function createRequest(string $method, $uri): RequestInterface;
+}
diff --git a/vendor/psr/http-factory/src/ResponseFactoryInterface.php b/vendor/psr/http-factory/src/ResponseFactoryInterface.php
new file mode 100644
index 0000000..212562f
--- /dev/null
+++ b/vendor/psr/http-factory/src/ResponseFactoryInterface.php
@@ -0,0 +1,18 @@
+<?php
+
+namespace Psr\Http\Message;
+
+interface ResponseFactoryInterface
+{
+ /**
+ * Create a new response.
+ *
+ * @param int $code HTTP status code; defaults to 200
+ * @param string $reasonPhrase Reason phrase to associate with status code
+ * in generated response; if none is provided implementations MAY use
+ * the defaults as suggested in the HTTP specification.
+ *
+ * @return ResponseInterface
+ */
+ public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface;
+}
diff --git a/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php b/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php
new file mode 100644
index 0000000..9fe031a
--- /dev/null
+++ b/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php
@@ -0,0 +1,24 @@
+<?php
+
+namespace Psr\Http\Message;
+
+interface ServerRequestFactoryInterface
+{
+ /**
+ * Create a new server request.
+ *
+ * Note that server-params are taken precisely as given - no parsing/processing
+ * of the given values is performed, and, in particular, no attempt is made to
+ * determine the HTTP method or URI, which must be provided explicitly.
+ *
+ * @param string $method The HTTP method associated with the request.
+ * @param UriInterface|string $uri The URI associated with the request. If
+ * the value is a string, the factory MUST create a UriInterface
+ * instance based on it.
+ * @param array $serverParams Array of SAPI parameters with which to seed
+ * the generated request instance.
+ *
+ * @return ServerRequestInterface
+ */
+ public function createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface;
+}
diff --git a/vendor/psr/http-factory/src/StreamFactoryInterface.php b/vendor/psr/http-factory/src/StreamFactoryInterface.php
new file mode 100644
index 0000000..90e3240
--- /dev/null
+++ b/vendor/psr/http-factory/src/StreamFactoryInterface.php
@@ -0,0 +1,45 @@
+<?php
+
+namespace Psr\Http\Message;
+
+interface StreamFactoryInterface
+{
+ /**
+ * Create a new stream from a string.
+ *
+ * The stream SHOULD be created with a temporary resource.
+ *
+ * @param string $content String content with which to populate the stream.
+ *
+ * @return StreamInterface
+ */
+ public function createStream(string $content = ''): StreamInterface;
+
+ /**
+ * Create a stream from an existing file.
+ *
+ * The file MUST be opened using the given mode, which may be any mode
+ * supported by the `fopen` function.
+ *
+ * The `$filename` MAY be any string supported by `fopen()`.
+ *
+ * @param string $filename Filename or stream URI to use as basis of stream.
+ * @param string $mode Mode with which to open the underlying filename/stream.
+ *
+ * @return StreamInterface
+ * @throws \RuntimeException If the file cannot be opened.
+ * @throws \InvalidArgumentException If the mode is invalid.
+ */
+ public function createStreamFromFile(string $filename, string $mode = 'r'): StreamInterface;
+
+ /**
+ * Create a new stream from an existing resource.
+ *
+ * The stream MUST be readable and may be writable.
+ *
+ * @param resource $resource PHP resource to use as basis of stream.
+ *
+ * @return StreamInterface
+ */
+ public function createStreamFromResource($resource): StreamInterface;
+}
diff --git a/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php b/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
new file mode 100644
index 0000000..7db4e30
--- /dev/null
+++ b/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
@@ -0,0 +1,34 @@
+<?php
+
+namespace Psr\Http\Message;
+
+interface UploadedFileFactoryInterface
+{
+ /**
+ * Create a new uploaded file.
+ *
+ * If a size is not provided it will be determined by checking the size of
+ * the file.
+ *
+ * @see http://php.net/manual/features.file-upload.post-method.php
+ * @see http://php.net/manual/features.file-upload.errors.php
+ *
+ * @param StreamInterface $stream Underlying stream representing the
+ * uploaded file content.
+ * @param int $size in bytes
+ * @param int $error PHP file upload error
+ * @param string $clientFilename Filename as provided by the client, if any.
+ * @param string $clientMediaType Media type as provided by the client, if any.
+ *
+ * @return UploadedFileInterface
+ *
+ * @throws \InvalidArgumentException If the file resource is not readable.
+ */
+ public function createUploadedFile(
+ StreamInterface $stream,
+ int $size = null,
+ int $error = \UPLOAD_ERR_OK,
+ string $clientFilename = null,
+ string $clientMediaType = null
+ ): UploadedFileInterface;
+}
diff --git a/vendor/psr/http-factory/src/UriFactoryInterface.php b/vendor/psr/http-factory/src/UriFactoryInterface.php
new file mode 100644
index 0000000..06df0b4
--- /dev/null
+++ b/vendor/psr/http-factory/src/UriFactoryInterface.php
@@ -0,0 +1,17 @@
+<?php
+
+namespace Psr\Http\Message;
+
+interface UriFactoryInterface
+{
+ /**
+ * Create a new URI.
+ *
+ * @param string $uri
+ *
+ * @return UriInterface
+ *
+ * @throws \InvalidArgumentException If the given URI cannot be parsed.
+ */
+ public function createUri(string $uri = ''): UriInterface;
+}
diff --git a/vendor/psr/http-message/CHANGELOG.md b/vendor/psr/http-message/CHANGELOG.md
new file mode 100644
index 0000000..74b1ef9
--- /dev/null
+++ b/vendor/psr/http-message/CHANGELOG.md
@@ -0,0 +1,36 @@
+# Changelog
+
+All notable changes to this project will be documented in this file, in reverse chronological order by release.
+
+## 1.0.1 - 2016-08-06
+
+### Added
+
+- Nothing.
+
+### Deprecated
+
+- Nothing.
+
+### Removed
+
+- Nothing.
+
+### Fixed
+
+- Updated all `@return self` annotation references in interfaces to use
+ `@return static`, which more closelly follows the semantics of the
+ specification.
+- Updated the `MessageInterface::getHeaders()` return annotation to use the
+ value `string[][]`, indicating the format is a nested array of strings.
+- Updated the `@link` annotation for `RequestInterface::withRequestTarget()`
+ to point to the correct section of RFC 7230.
+- Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
+ to add the parameter name (`$uploadedFiles`).
+- Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
+ method to correctly reference the method parameter (it was referencing an
+ incorrect parameter name previously).
+
+## 1.0.0 - 2016-05-18
+
+Initial stable release; reflects accepted PSR-7 specification.
diff --git a/vendor/psr/http-message/LICENSE b/vendor/psr/http-message/LICENSE
new file mode 100644
index 0000000..c2d8e45
--- /dev/null
+++ b/vendor/psr/http-message/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2014 PHP Framework Interoperability Group
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/vendor/psr/http-message/README.md b/vendor/psr/http-message/README.md
new file mode 100644
index 0000000..2818533
--- /dev/null
+++ b/vendor/psr/http-message/README.md
@@ -0,0 +1,13 @@
+PSR Http Message
+================
+
+This repository holds all interfaces/classes/traits related to
+[PSR-7](http://www.php-fig.org/psr/psr-7/).
+
+Note that this is not a HTTP message implementation of its own. It is merely an
+interface that describes a HTTP message. See the specification for more details.
+
+Usage
+-----
+
+We'll certainly need some stuff in here. \ No newline at end of file
diff --git a/vendor/psr/http-message/composer.json b/vendor/psr/http-message/composer.json
new file mode 100644
index 0000000..b0d2937
--- /dev/null
+++ b/vendor/psr/http-message/composer.json
@@ -0,0 +1,26 @@
+{
+ "name": "psr/http-message",
+ "description": "Common interface for HTTP messages",
+ "keywords": ["psr", "psr-7", "http", "http-message", "request", "response"],
+ "homepage": "https://github.com/php-fig/http-message",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "http://www.php-fig.org/"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Http\\Message\\": "src/"
+ }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ }
+}
diff --git a/vendor/psr/http-message/src/MessageInterface.php b/vendor/psr/http-message/src/MessageInterface.php
new file mode 100644
index 0000000..dd46e5e
--- /dev/null
+++ b/vendor/psr/http-message/src/MessageInterface.php
@@ -0,0 +1,187 @@
+<?php
+
+namespace Psr\Http\Message;
+
+/**
+ * HTTP messages consist of requests from a client to a server and responses
+ * from a server to a client. This interface defines the methods common to
+ * each.
+ *
+ * Messages are considered immutable; all methods that might change state MUST
+ * be implemented such that they retain the internal state of the current
+ * message and return an instance that contains the changed state.
+ *
+ * @link http://www.ietf.org/rfc/rfc7230.txt
+ * @link http://www.ietf.org/rfc/rfc7231.txt
+ */
+interface MessageInterface
+{
+ /**
+ * Retrieves the HTTP protocol version as a string.
+ *
+ * The string MUST contain only the HTTP version number (e.g., "1.1", "1.0").
+ *
+ * @return string HTTP protocol version.
+ */
+ public function getProtocolVersion();
+
+ /**
+ * Return an instance with the specified HTTP protocol version.
+ *
+ * The version string MUST contain only the HTTP version number (e.g.,
+ * "1.1", "1.0").
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * new protocol version.
+ *
+ * @param string $version HTTP protocol version
+ * @return static
+ */
+ public function withProtocolVersion($version);
+
+ /**
+ * Retrieves all message header values.
+ *
+ * The keys represent the header name as it will be sent over the wire, and
+ * each value is an array of strings associated with the header.
+ *
+ * // Represent the headers as a string
+ * foreach ($message->getHeaders() as $name => $values) {
+ * echo $name . ": " . implode(", ", $values);
+ * }
+ *
+ * // Emit headers iteratively:
+ * foreach ($message->getHeaders() as $name => $values) {
+ * foreach ($values as $value) {
+ * header(sprintf('%s: %s', $name, $value), false);
+ * }
+ * }
+ *
+ * While header names are not case-sensitive, getHeaders() will preserve the
+ * exact case in which headers were originally specified.
+ *
+ * @return string[][] Returns an associative array of the message's headers. Each
+ * key MUST be a header name, and each value MUST be an array of strings
+ * for that header.
+ */
+ public function getHeaders();
+
+ /**
+ * Checks if a header exists by the given case-insensitive name.
+ *
+ * @param string $name Case-insensitive header field name.
+ * @return bool Returns true if any header names match the given header
+ * name using a case-insensitive string comparison. Returns false if
+ * no matching header name is found in the message.
+ */
+ public function hasHeader($name);
+
+ /**
+ * Retrieves a message header value by the given case-insensitive name.
+ *
+ * This method returns an array of all the header values of the given
+ * case-insensitive header name.
+ *
+ * If the header does not appear in the message, this method MUST return an
+ * empty array.
+ *
+ * @param string $name Case-insensitive header field name.
+ * @return string[] An array of string values as provided for the given
+ * header. If the header does not appear in the message, this method MUST
+ * return an empty array.
+ */
+ public function getHeader($name);
+
+ /**
+ * Retrieves a comma-separated string of the values for a single header.
+ *
+ * This method returns all of the header values of the given
+ * case-insensitive header name as a string concatenated together using
+ * a comma.
+ *
+ * NOTE: Not all header values may be appropriately represented using
+ * comma concatenation. For such headers, use getHeader() instead
+ * and supply your own delimiter when concatenating.
+ *
+ * If the header does not appear in the message, this method MUST return
+ * an empty string.
+ *
+ * @param string $name Case-insensitive header field name.
+ * @return string A string of values as provided for the given header
+ * concatenated together using a comma. If the header does not appear in
+ * the message, this method MUST return an empty string.
+ */
+ public function getHeaderLine($name);
+
+ /**
+ * Return an instance with the provided value replacing the specified header.
+ *
+ * While header names are case-insensitive, the casing of the header will
+ * be preserved by this function, and returned from getHeaders().
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * new and/or updated header and value.
+ *
+ * @param string $name Case-insensitive header field name.
+ * @param string|string[] $value Header value(s).
+ * @return static
+ * @throws \InvalidArgumentException for invalid header names or values.
+ */
+ public function withHeader($name, $value);
+
+ /**
+ * Return an instance with the specified header appended with the given value.
+ *
+ * Existing values for the specified header will be maintained. The new
+ * value(s) will be appended to the existing list. If the header did not
+ * exist previously, it will be added.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * new header and/or value.
+ *
+ * @param string $name Case-insensitive header field name to add.
+ * @param string|string[] $value Header value(s).
+ * @return static
+ * @throws \InvalidArgumentException for invalid header names or values.
+ */
+ public function withAddedHeader($name, $value);
+
+ /**
+ * Return an instance without the specified header.
+ *
+ * Header resolution MUST be done without case-sensitivity.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that removes
+ * the named header.
+ *
+ * @param string $name Case-insensitive header field name to remove.
+ * @return static
+ */
+ public function withoutHeader($name);
+
+ /**
+ * Gets the body of the message.
+ *
+ * @return StreamInterface Returns the body as a stream.
+ */
+ public function getBody();
+
+ /**
+ * Return an instance with the specified message body.
+ *
+ * The body MUST be a StreamInterface object.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return a new instance that has the
+ * new body stream.
+ *
+ * @param StreamInterface $body Body.
+ * @return static
+ * @throws \InvalidArgumentException When the body is not valid.
+ */
+ public function withBody(StreamInterface $body);
+}
diff --git a/vendor/psr/http-message/src/RequestInterface.php b/vendor/psr/http-message/src/RequestInterface.php
new file mode 100644
index 0000000..a96d4fd
--- /dev/null
+++ b/vendor/psr/http-message/src/RequestInterface.php
@@ -0,0 +1,129 @@
+<?php
+
+namespace Psr\Http\Message;
+
+/**
+ * Representation of an outgoing, client-side request.
+ *
+ * Per the HTTP specification, this interface includes properties for
+ * each of the following:
+ *
+ * - Protocol version
+ * - HTTP method
+ * - URI
+ * - Headers
+ * - Message body
+ *
+ * During construction, implementations MUST attempt to set the Host header from
+ * a provided URI if no Host header is provided.
+ *
+ * Requests are considered immutable; all methods that might change state MUST
+ * be implemented such that they retain the internal state of the current
+ * message and return an instance that contains the changed state.
+ */
+interface RequestInterface extends MessageInterface
+{
+ /**
+ * Retrieves the message's request target.
+ *
+ * Retrieves the message's request-target either as it will appear (for
+ * clients), as it appeared at request (for servers), or as it was
+ * specified for the instance (see withRequestTarget()).
+ *
+ * In most cases, this will be the origin-form of the composed URI,
+ * unless a value was provided to the concrete implementation (see
+ * withRequestTarget() below).
+ *
+ * If no URI is available, and no request-target has been specifically
+ * provided, this method MUST return the string "/".
+ *
+ * @return string
+ */
+ public function getRequestTarget();
+
+ /**
+ * Return an instance with the specific request-target.
+ *
+ * If the request needs a non-origin-form request-target — e.g., for
+ * specifying an absolute-form, authority-form, or asterisk-form —
+ * this method may be used to create an instance with the specified
+ * request-target, verbatim.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * changed request target.
+ *
+ * @link http://tools.ietf.org/html/rfc7230#section-5.3 (for the various
+ * request-target forms allowed in request messages)
+ * @param mixed $requestTarget
+ * @return static
+ */
+ public function withRequestTarget($requestTarget);
+
+ /**
+ * Retrieves the HTTP method of the request.
+ *
+ * @return string Returns the request method.
+ */
+ public function getMethod();
+
+ /**
+ * Return an instance with the provided HTTP method.
+ *
+ * While HTTP method names are typically all uppercase characters, HTTP
+ * method names are case-sensitive and thus implementations SHOULD NOT
+ * modify the given string.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * changed request method.
+ *
+ * @param string $method Case-sensitive method.
+ * @return static
+ * @throws \InvalidArgumentException for invalid HTTP methods.
+ */
+ public function withMethod($method);
+
+ /**
+ * Retrieves the URI instance.
+ *
+ * This method MUST return a UriInterface instance.
+ *
+ * @link http://tools.ietf.org/html/rfc3986#section-4.3
+ * @return UriInterface Returns a UriInterface instance
+ * representing the URI of the request.
+ */
+ public function getUri();
+
+ /**
+ * Returns an instance with the provided URI.
+ *
+ * This method MUST update the Host header of the returned request by
+ * default if the URI contains a host component. If the URI does not
+ * contain a host component, any pre-existing Host header MUST be carried
+ * over to the returned request.
+ *
+ * You can opt-in to preserving the original state of the Host header by
+ * setting `$preserveHost` to `true`. When `$preserveHost` is set to
+ * `true`, this method interacts with the Host header in the following ways:
+ *
+ * - If the Host header is missing or empty, and the new URI contains
+ * a host component, this method MUST update the Host header in the returned
+ * request.
+ * - If the Host header is missing or empty, and the new URI does not contain a
+ * host component, this method MUST NOT update the Host header in the returned
+ * request.
+ * - If a Host header is present and non-empty, this method MUST NOT update
+ * the Host header in the returned request.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * new UriInterface instance.
+ *
+ * @link http://tools.ietf.org/html/rfc3986#section-4.3
+ * @param UriInterface $uri New request URI to use.
+ * @param bool $preserveHost Preserve the original state of the Host header.
+ * @return static
+ */
+ public function withUri(UriInterface $uri, $preserveHost = false);
+}
diff --git a/vendor/psr/http-message/src/ResponseInterface.php b/vendor/psr/http-message/src/ResponseInterface.php
new file mode 100644
index 0000000..c306514
--- /dev/null
+++ b/vendor/psr/http-message/src/ResponseInterface.php
@@ -0,0 +1,68 @@
+<?php
+
+namespace Psr\Http\Message;
+
+/**
+ * Representation of an outgoing, server-side response.
+ *
+ * Per the HTTP specification, this interface includes properties for
+ * each of the following:
+ *
+ * - Protocol version
+ * - Status code and reason phrase
+ * - Headers
+ * - Message body
+ *
+ * Responses are considered immutable; all methods that might change state MUST
+ * be implemented such that they retain the internal state of the current
+ * message and return an instance that contains the changed state.
+ */
+interface ResponseInterface extends MessageInterface
+{
+ /**
+ * Gets the response status code.
+ *
+ * The status code is a 3-digit integer result code of the server's attempt
+ * to understand and satisfy the request.
+ *
+ * @return int Status code.
+ */
+ public function getStatusCode();
+
+ /**
+ * Return an instance with the specified status code and, optionally, reason phrase.
+ *
+ * If no reason phrase is specified, implementations MAY choose to default
+ * to the RFC 7231 or IANA recommended reason phrase for the response's
+ * status code.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * updated status and reason phrase.
+ *
+ * @link http://tools.ietf.org/html/rfc7231#section-6
+ * @link http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
+ * @param int $code The 3-digit integer result code to set.
+ * @param string $reasonPhrase The reason phrase to use with the
+ * provided status code; if none is provided, implementations MAY
+ * use the defaults as suggested in the HTTP specification.
+ * @return static
+ * @throws \InvalidArgumentException For invalid status code arguments.
+ */
+ public function withStatus($code, $reasonPhrase = '');
+
+ /**
+ * Gets the response reason phrase associated with the status code.
+ *
+ * Because a reason phrase is not a required element in a response
+ * status line, the reason phrase value MAY be null. Implementations MAY
+ * choose to return the default RFC 7231 recommended reason phrase (or those
+ * listed in the IANA HTTP Status Code Registry) for the response's
+ * status code.
+ *
+ * @link http://tools.ietf.org/html/rfc7231#section-6
+ * @link http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
+ * @return string Reason phrase; must return an empty string if none present.
+ */
+ public function getReasonPhrase();
+}
diff --git a/vendor/psr/http-message/src/ServerRequestInterface.php b/vendor/psr/http-message/src/ServerRequestInterface.php
new file mode 100644
index 0000000..0251234
--- /dev/null
+++ b/vendor/psr/http-message/src/ServerRequestInterface.php
@@ -0,0 +1,261 @@
+<?php
+
+namespace Psr\Http\Message;
+
+/**
+ * Representation of an incoming, server-side HTTP request.
+ *
+ * Per the HTTP specification, this interface includes properties for
+ * each of the following:
+ *
+ * - Protocol version
+ * - HTTP method
+ * - URI
+ * - Headers
+ * - Message body
+ *
+ * Additionally, it encapsulates all data as it has arrived to the
+ * application from the CGI and/or PHP environment, including:
+ *
+ * - The values represented in $_SERVER.
+ * - Any cookies provided (generally via $_COOKIE)
+ * - Query string arguments (generally via $_GET, or as parsed via parse_str())
+ * - Upload files, if any (as represented by $_FILES)
+ * - Deserialized body parameters (generally from $_POST)
+ *
+ * $_SERVER values MUST be treated as immutable, as they represent application
+ * state at the time of request; as such, no methods are provided to allow
+ * modification of those values. The other values provide such methods, as they
+ * can be restored from $_SERVER or the request body, and may need treatment
+ * during the application (e.g., body parameters may be deserialized based on
+ * content type).
+ *
+ * Additionally, this interface recognizes the utility of introspecting a
+ * request to derive and match additional parameters (e.g., via URI path
+ * matching, decrypting cookie values, deserializing non-form-encoded body
+ * content, matching authorization headers to users, etc). These parameters
+ * are stored in an "attributes" property.
+ *
+ * Requests are considered immutable; all methods that might change state MUST
+ * be implemented such that they retain the internal state of the current
+ * message and return an instance that contains the changed state.
+ */
+interface ServerRequestInterface extends RequestInterface
+{
+ /**
+ * Retrieve server parameters.
+ *
+ * Retrieves data related to the incoming request environment,
+ * typically derived from PHP's $_SERVER superglobal. The data IS NOT
+ * REQUIRED to originate from $_SERVER.
+ *
+ * @return array
+ */
+ public function getServerParams();
+
+ /**
+ * Retrieve cookies.
+ *
+ * Retrieves cookies sent by the client to the server.
+ *
+ * The data MUST be compatible with the structure of the $_COOKIE
+ * superglobal.
+ *
+ * @return array
+ */
+ public function getCookieParams();
+
+ /**
+ * Return an instance with the specified cookies.
+ *
+ * The data IS NOT REQUIRED to come from the $_COOKIE superglobal, but MUST
+ * be compatible with the structure of $_COOKIE. Typically, this data will
+ * be injected at instantiation.
+ *
+ * This method MUST NOT update the related Cookie header of the request
+ * instance, nor related values in the server params.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * updated cookie values.
+ *
+ * @param array $cookies Array of key/value pairs representing cookies.
+ * @return static
+ */
+ public function withCookieParams(array $cookies);
+
+ /**
+ * Retrieve query string arguments.
+ *
+ * Retrieves the deserialized query string arguments, if any.
+ *
+ * Note: the query params might not be in sync with the URI or server
+ * params. If you need to ensure you are only getting the original
+ * values, you may need to parse the query string from `getUri()->getQuery()`
+ * or from the `QUERY_STRING` server param.
+ *
+ * @return array
+ */
+ public function getQueryParams();
+
+ /**
+ * Return an instance with the specified query string arguments.
+ *
+ * These values SHOULD remain immutable over the course of the incoming
+ * request. They MAY be injected during instantiation, such as from PHP's
+ * $_GET superglobal, or MAY be derived from some other value such as the
+ * URI. In cases where the arguments are parsed from the URI, the data
+ * MUST be compatible with what PHP's parse_str() would return for
+ * purposes of how duplicate query parameters are handled, and how nested
+ * sets are handled.
+ *
+ * Setting query string arguments MUST NOT change the URI stored by the
+ * request, nor the values in the server params.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * updated query string arguments.
+ *
+ * @param array $query Array of query string arguments, typically from
+ * $_GET.
+ * @return static
+ */
+ public function withQueryParams(array $query);
+
+ /**
+ * Retrieve normalized file upload data.
+ *
+ * This method returns upload metadata in a normalized tree, with each leaf
+ * an instance of Psr\Http\Message\UploadedFileInterface.
+ *
+ * These values MAY be prepared from $_FILES or the message body during
+ * instantiation, or MAY be injected via withUploadedFiles().
+ *
+ * @return array An array tree of UploadedFileInterface instances; an empty
+ * array MUST be returned if no data is present.
+ */
+ public function getUploadedFiles();
+
+ /**
+ * Create a new instance with the specified uploaded files.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * updated body parameters.
+ *
+ * @param array $uploadedFiles An array tree of UploadedFileInterface instances.
+ * @return static
+ * @throws \InvalidArgumentException if an invalid structure is provided.
+ */
+ public function withUploadedFiles(array $uploadedFiles);
+
+ /**
+ * Retrieve any parameters provided in the request body.
+ *
+ * If the request Content-Type is either application/x-www-form-urlencoded
+ * or multipart/form-data, and the request method is POST, this method MUST
+ * return the contents of $_POST.
+ *
+ * Otherwise, this method may return any results of deserializing
+ * the request body content; as parsing returns structured content, the
+ * potential types MUST be arrays or objects only. A null value indicates
+ * the absence of body content.
+ *
+ * @return null|array|object The deserialized body parameters, if any.
+ * These will typically be an array or object.
+ */
+ public function getParsedBody();
+
+ /**
+ * Return an instance with the specified body parameters.
+ *
+ * These MAY be injected during instantiation.
+ *
+ * If the request Content-Type is either application/x-www-form-urlencoded
+ * or multipart/form-data, and the request method is POST, use this method
+ * ONLY to inject the contents of $_POST.
+ *
+ * The data IS NOT REQUIRED to come from $_POST, but MUST be the results of
+ * deserializing the request body content. Deserialization/parsing returns
+ * structured data, and, as such, this method ONLY accepts arrays or objects,
+ * or a null value if nothing was available to parse.
+ *
+ * As an example, if content negotiation determines that the request data
+ * is a JSON payload, this method could be used to create a request
+ * instance with the deserialized parameters.
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * updated body parameters.
+ *
+ * @param null|array|object $data The deserialized body data. This will
+ * typically be in an array or object.
+ * @return static
+ * @throws \InvalidArgumentException if an unsupported argument type is
+ * provided.
+ */
+ public function withParsedBody($data);
+
+ /**
+ * Retrieve attributes derived from the request.
+ *
+ * The request "attributes" may be used to allow injection of any
+ * parameters derived from the request: e.g., the results of path
+ * match operations; the results of decrypting cookies; the results of
+ * deserializing non-form-encoded message bodies; etc. Attributes
+ * will be application and request specific, and CAN be mutable.
+ *
+ * @return array Attributes derived from the request.
+ */
+ public function getAttributes();
+
+ /**
+ * Retrieve a single derived request attribute.
+ *
+ * Retrieves a single derived request attribute as described in
+ * getAttributes(). If the attribute has not been previously set, returns
+ * the default value as provided.
+ *
+ * This method obviates the need for a hasAttribute() method, as it allows
+ * specifying a default value to return if the attribute is not found.
+ *
+ * @see getAttributes()
+ * @param string $name The attribute name.
+ * @param mixed $default Default value to return if the attribute does not exist.
+ * @return mixed
+ */
+ public function getAttribute($name, $default = null);
+
+ /**
+ * Return an instance with the specified derived request attribute.
+ *
+ * This method allows setting a single derived request attribute as
+ * described in getAttributes().
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that has the
+ * updated attribute.
+ *
+ * @see getAttributes()
+ * @param string $name The attribute name.
+ * @param mixed $value The value of the attribute.
+ * @return static
+ */
+ public function withAttribute($name, $value);
+
+ /**
+ * Return an instance that removes the specified derived request attribute.
+ *
+ * This method allows removing a single derived request attribute as
+ * described in getAttributes().
+ *
+ * This method MUST be implemented in such a way as to retain the
+ * immutability of the message, and MUST return an instance that removes
+ * the attribute.
+ *
+ * @see getAttributes()
+ * @param string $name The attribute name.
+ * @return static
+ */
+ public function withoutAttribute($name);
+}
diff --git a/vendor/psr/http-message/src/StreamInterface.php b/vendor/psr/http-message/src/StreamInterface.php
new file mode 100644
index 0000000..f68f391
--- /dev/null
+++ b/vendor/psr/http-message/src/StreamInterface.php
@@ -0,0 +1,158 @@
+<?php
+
+namespace Psr\Http\Message;
+
+/**
+ * Describes a data stream.
+ *
+ * Typically, an instance will wrap a PHP stream; this interface provides
+ * a wrapper around the most common operations, including serialization of
+ * the entire stream to a string.
+ */
+interface StreamInterface
+{
+ /**
+ * Reads all data from the stream into a string, from the beginning to end.
+ *
+ * This method MUST attempt to seek to the beginning of the stream before
+ * reading data and read the stream until the end is reached.
+ *
+ * Warning: This could attempt to load a large amount of data into memory.
+ *
+ * This method MUST NOT raise an exception in order to conform with PHP's
+ * string casting operations.
+ *
+ * @see http://php.net/manual/en/language.oop5.magic.php#object.tostring
+ * @return string
+ */
+ public function __toString();
+
+ /**
+ * Closes the stream and any underlying resources.
+ *
+ * @return void
+ */
+ public function close();
+
+ /**
+ * Separates any underlying resources from the stream.
+ *
+ * After the stream has been detached, the stream is in an unusable state.
+ *
+ * @return resource|null Underlying PHP stream, if any
+ */
+ public function detach();
+
+ /**
+ * Get the size of the stream if known.
+ *
+ * @return int|null Returns the size in bytes if known, or null if unknown.
+ */
+ public function getSize();
+
+ /**
+ * Returns the current position of the file read/write pointer
+ *
+ * @return int Position of the file pointer
+ * @throws \RuntimeException on error.
+ */
+ public function tell();
+
+ /**
+ * Returns true if the stream is at the end of the stream.
+ *
+ * @return bool
+ */
+ public function eof();
+
+ /**
+ * Returns whether or not the stream is seekable.
+ *
+ * @return bool
+ */
+ public function isSeekable();
+
+ /**
+ * Seek to a position in the stream.
+ *
+ * @link http://www.php.net/manual/en/function.fseek.php
+ * @param int $offset Stream offset
+ * @param int $whence Specifies how the cursor position will be calculated
+ * based on the seek offset. Valid values are identical to the built-in
+ * PHP $whence values for `fseek()`. SEEK_SET: Set position equal to
+ * offset bytes SEEK_CUR: Set position to current location plus offset
+ * SEEK_END: Set position to end-of-stream plus offset.
+ * @throws \RuntimeException on failure.
+ */
+ public function seek($offset, $whence = SEEK_SET);
+
+ /**
+ * Seek to the beginning of the stream.
+ *
+ * If the stream is not seekable, this method will raise an exception;
+ * otherwise, it will perform a seek(0).
+ *
+ * @see seek()
+ * @link http://www.php.net/manual/en/function.fseek.php
+ * @throws \RuntimeException on failure.
+ */
+ public function rewind();
+
+ /**
+ * Returns whether or not the stream is writable.
+ *
+ * @return bool
+ */
+ public function isWritable();
+
+ /**
+ * Write data to the stream.
+ *
+ * @param string $string The string that is to be written.
+ * @return int Returns the number of bytes written to the stream.
+ * @throws \RuntimeException on failure.
+ */
+ public function write($string);
+
+ /**
+ * Returns whether or not the stream is readable.
+ *
+ * @return bool
+ */
+ public function isReadable();
+
+ /**
+ * Read data from the stream.
+ *
+ * @param int $length Read up to $length bytes from the object and return
+ * them. Fewer than $length bytes may be returned if underlying stream
+ * call returns fewer bytes.
+ * @return string Returns the data read from the stream, or an empty string
+ * if no bytes are available.
+ * @throws \RuntimeException if an error occurs.
+ */
+ public function read($length);
+
+ /**
+ * Returns the remaining contents in a string
+ *
+ * @return string
+ * @throws \RuntimeException if unable to read or an error occurs while
+ * reading.
+ */
+ public function getContents();
+
+ /**
+ * Get stream metadata as an associative array or retrieve a specific key.
+ *
+ * The keys returned are identical to the keys returned from PHP's
+ * stream_get_meta_data() function.
+ *
+ * @link http://php.net/manual/en/function.stream-get-meta-data.php
+ * @param string $key Specific metadata to retrieve.
+ * @return array|mixed|null Returns an associative array if no key is
+ * provided. Returns a specific key value if a key is provided and the
+ * value is found, or null if the key is not found.
+ */
+ public function getMetadata($key = null);
+}
diff --git a/vendor/psr/http-message/src/UploadedFileInterface.php b/vendor/psr/http-message/src/UploadedFileInterface.php
new file mode 100644
index 0000000..f8a6901
--- /dev/null
+++ b/vendor/psr/http-message/src/UploadedFileInterface.php
@@ -0,0 +1,123 @@
+<?php
+
+namespace Psr\Http\Message;
+
+/**
+ * Value object representing a file uploaded through an HTTP request.
+ *
+ * Instances of this interface are considered immutable; all methods that
+ * might change state MUST be implemented such that they retain the internal
+ * state of the current instance and return an instance that contains the
+ * changed state.
+ */
+interface UploadedFileInterface
+{
+ /**
+ * Retrieve a stream representing the uploaded file.
+ *
+ * This method MUST return a StreamInterface instance, representing the
+ * uploaded file. The purpose of this method is to allow utilizing native PHP
+ * stream functionality to manipulate the file upload, such as
+ * stream_copy_to_stream() (though the result will need to be decorated in a
+ * native PHP stream wrapper to work with such functions).
+ *
+ * If the moveTo() method has been called previously, this method MUST raise
+ * an exception.
+ *
+ * @return StreamInterface Stream representation of the uploaded file.
+ * @throws \RuntimeException in cases when no stream is available or can be
+ * created.
+ */
+ public function getStream();
+
+ /**
+ * Move the uploaded file to a new location.
+ *
+ * Use this method as an alternative to move_uploaded_file(). This method is
+ * guaranteed to work in both SAPI and non-SAPI environments.
+ * Implementations must determine which environment they are in, and use the
+ * appropriate method (move_uploaded_file(), rename(), or a stream
+ * operation) to perform the operation.
+ *
+ * $targetPath may be an absolute path, or a relative path. If it is a
+ * relative path, resolution should be the same as used by PHP's rename()
+ * function.
+ *
+ * The original file or stream MUST be removed on completion.
+ *
+ * If this method is called more than once, any subsequent calls MUST raise
+ * an exception.
+ *
+ * When used in an SAPI environment where $_FILES is populated, when writing
+ * files via moveTo(), is_uploaded_file() and move_uploaded_file() SHOULD be
+ * used to ensure permissions and upload status are verified correctly.
+ *
+ * If you wish to move to a stream, use getStream(), as SAPI operations
+ * cannot guarantee writing to stream destinations.
+ *
+ * @see http://php.net/is_uploaded_file
+ * @see http://php.net/move_uploaded_file
+ * @param string $targetPath Path to which to move the uploaded file.
+ * @throws \InvalidArgumentException if the $targetPath specified is invalid.
+ * @throws \RuntimeException on any error during the move operation, or on
+ * the second or subsequent call to the method.
+ */
+ public function moveTo($targetPath);
+
+ /**
+ * Retrieve the file size.
+ *
+ * Implementations SHOULD return the value stored in the "size" key of
+ * the file in the $_FILES array if available, as PHP calculates this based
+ * on the actual size transmitted.
+ *
+ * @return int|null The file size in bytes or null if unknown.
+ */
+ public function getSize();
+
+ /**
+ * Retrieve the error associated with the uploaded file.
+ *
+ * The return value MUST be one of PHP's UPLOAD_ERR_XXX constants.
+ *
+ * If the file was uploaded successfully, this method MUST return
+ * UPLOAD_ERR_OK.
+ *
+ * Implementations SHOULD return the value stored in the "error" key of
+ * the file in the $_FILES array.
+ *
+ * @see http://php.net/manual/en/features.file-upload.errors.php
+ * @return int One of PHP's UPLOAD_ERR_XXX constants.
+ */
+ public function getError();
+
+ /**
+ * Retrieve the filename sent by the client.
+ *
+ * Do not trust the value returned by this method. A client could send
+ * a malicious filename with the intention to corrupt or hack your
+ * application.
+ *
+ * Implementations SHOULD return the value stored in the "name" key of
+ * the file in the $_FILES array.
+ *
+ * @return string|null The filename sent by the client or null if none
+ * was provided.
+ */
+ public function getClientFilename();
+
+ /**
+ * Retrieve the media type sent by the client.
+ *
+ * Do not trust the value returned by this method. A client could send
+ * a malicious media type with the intention to corrupt or hack your
+ * application.
+ *
+ * Implementations SHOULD return the value stored in the "type" key of
+ * the file in the $_FILES array.
+ *
+ * @return string|null The media type sent by the client or null if none
+ * was provided.
+ */
+ public function getClientMediaType();
+}
diff --git a/vendor/psr/http-message/src/UriInterface.php b/vendor/psr/http-message/src/UriInterface.php
new file mode 100644
index 0000000..9d7ab9e
--- /dev/null
+++ b/vendor/psr/http-message/src/UriInterface.php
@@ -0,0 +1,323 @@
+<?php
+namespace Psr\Http\Message;
+
+/**
+ * Value object representing a URI.
+ *
+ * This interface is meant to represent URIs according to RFC 3986 and to
+ * provide methods for most common operations. Additional functionality for
+ * working with URIs can be provided on top of the interface or externally.
+ * Its primary use is for HTTP requests, but may also be used in other
+ * contexts.
+ *
+ * Instances of this interface are considered immutable; all methods that
+ * might change state MUST be implemented such that they retain the internal
+ * state of the current instance and return an instance that contains the
+ * changed state.
+ *
+ * Typically the Host header will be also be present in the request message.
+ * For server-side requests, the scheme will typically be discoverable in the
+ * server parameters.
+ *
+ * @link http://tools.ietf.org/html/rfc3986 (the URI specification)
+ */
+interface UriInterface
+{
+ /**
+ * Retrieve the scheme component of the URI.
+ *
+ * If no scheme is present, this method MUST return an empty string.
+ *
+ * The value returned MUST be normalized to lowercase, per RFC 3986
+ * Section 3.1.
+ *
+ * The trailing ":" character is not part of the scheme and MUST NOT be
+ * added.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-3.1
+ * @return string The URI scheme.
+ */
+ public function getScheme();
+
+ /**
+ * Retrieve the authority component of the URI.
+ *
+ * If no authority information is present, this method MUST return an empty
+ * string.
+ *
+ * The authority syntax of the URI is:
+ *
+ * <pre>
+ * [user-info@]host[:port]
+ * </pre>
+ *
+ * If the port component is not set or is the standard port for the current
+ * scheme, it SHOULD NOT be included.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-3.2
+ * @return string The URI authority, in "[user-info@]host[:port]" format.
+ */
+ public function getAuthority();
+
+ /**
+ * Retrieve the user information component of the URI.
+ *
+ * If no user information is present, this method MUST return an empty
+ * string.
+ *
+ * If a user is present in the URI, this will return that value;
+ * additionally, if the password is also present, it will be appended to the
+ * user value, with a colon (":") separating the values.
+ *
+ * The trailing "@" character is not part of the user information and MUST
+ * NOT be added.
+ *
+ * @return string The URI user information, in "username[:password]" format.
+ */
+ public function getUserInfo();
+
+ /**
+ * Retrieve the host component of the URI.
+ *
+ * If no host is present, this method MUST return an empty string.
+ *
+ * The value returned MUST be normalized to lowercase, per RFC 3986
+ * Section 3.2.2.
+ *
+ * @see http://tools.ietf.org/html/rfc3986#section-3.2.2
+ * @return string The URI host.
+ */
+ public function getHost();
+
+ /**
+ * Retrieve the port component of the URI.
+ *
+ * If a port is present, and it is non-standard for the current scheme,
+ * this method MUST return it as an integer. If the port is the standard port
+ * used with the current scheme, this method SHOULD return null.
+ *
+ * If no port is present, and no scheme is present, this method MUST return
+ * a null value.
+ *
+ * If no port is present, but a scheme is present, this method MAY return
+ * the standard port for that scheme, but SHOULD return null.
+ *
+ * @return null|int The URI port.
+ */
+ public function getPort();
+
+ /**
+ * Retrieve the path component of the URI.
+ *
+ * The path can either be empty or absolute (starting with a slash) or
+ * rootless (not starting with a slash). Implementations MUST support all
+ * three syntaxes.
+ *
+ * Normally, the empty path "" and absolute path "/" are considered equal as
+ * defined in RFC 7230 Section 2.7.3. But this method MUST NOT automatically
+ * do this normalization because in contexts with a trimmed base path, e.g.
+ * the front controller, this difference becomes significant. It's the task
+ * of the user to handle both "" and "/".
+ *
+ * The value returned MUST be percent-encoded, but MUST NOT double-encode
+ * any characters. To determine what characters to encode, please refer to
+ * RFC 3986, Sections 2 and 3.3.
+ *
+ * As an example, if the value should include a slash ("/") not intended as
+ * delimiter between path segments, that value MUST be passed in encoded
+ * form (e.g., "%2F") to the instance.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-2
+ * @see https://tools.ietf.org/html/rfc3986#section-3.3
+ * @return string The URI path.
+ */
+ public function getPath();
+
+ /**
+ * Retrieve the query string of the URI.
+ *
+ * If no query string is present, this method MUST return an empty string.
+ *
+ * The leading "?" character is not part of the query and MUST NOT be
+ * added.
+ *
+ * The value returned MUST be percent-encoded, but MUST NOT double-encode
+ * any characters. To determine what characters to encode, please refer to
+ * RFC 3986, Sections 2 and 3.4.
+ *
+ * As an example, if a value in a key/value pair of the query string should
+ * include an ampersand ("&") not intended as a delimiter between values,
+ * that value MUST be passed in encoded form (e.g., "%26") to the instance.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-2
+ * @see https://tools.ietf.org/html/rfc3986#section-3.4
+ * @return string The URI query string.
+ */
+ public function getQuery();
+
+ /**
+ * Retrieve the fragment component of the URI.
+ *
+ * If no fragment is present, this method MUST return an empty string.
+ *
+ * The leading "#" character is not part of the fragment and MUST NOT be
+ * added.
+ *
+ * The value returned MUST be percent-encoded, but MUST NOT double-encode
+ * any characters. To determine what characters to encode, please refer to
+ * RFC 3986, Sections 2 and 3.5.
+ *
+ * @see https://tools.ietf.org/html/rfc3986#section-2
+ * @see https://tools.ietf.org/html/rfc3986#section-3.5
+ * @return string The URI fragment.
+ */
+ public function getFragment();
+
+ /**
+ * Return an instance with the specified scheme.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified scheme.
+ *
+ * Implementations MUST support the schemes "http" and "https" case
+ * insensitively, and MAY accommodate other schemes if required.
+ *
+ * An empty scheme is equivalent to removing the scheme.
+ *
+ * @param string $scheme The scheme to use with the new instance.
+ * @return static A new instance with the specified scheme.
+ * @throws \InvalidArgumentException for invalid or unsupported schemes.
+ */
+ public function withScheme($scheme);
+
+ /**
+ * Return an instance with the specified user information.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified user information.
+ *
+ * Password is optional, but the user information MUST include the
+ * user; an empty string for the user is equivalent to removing user
+ * information.
+ *
+ * @param string $user The user name to use for authority.
+ * @param null|string $password The password associated with $user.
+ * @return static A new instance with the specified user information.
+ */
+ public function withUserInfo($user, $password = null);
+
+ /**
+ * Return an instance with the specified host.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified host.
+ *
+ * An empty host value is equivalent to removing the host.
+ *
+ * @param string $host The hostname to use with the new instance.
+ * @return static A new instance with the specified host.
+ * @throws \InvalidArgumentException for invalid hostnames.
+ */
+ public function withHost($host);
+
+ /**
+ * Return an instance with the specified port.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified port.
+ *
+ * Implementations MUST raise an exception for ports outside the
+ * established TCP and UDP port ranges.
+ *
+ * A null value provided for the port is equivalent to removing the port
+ * information.
+ *
+ * @param null|int $port The port to use with the new instance; a null value
+ * removes the port information.
+ * @return static A new instance with the specified port.
+ * @throws \InvalidArgumentException for invalid ports.
+ */
+ public function withPort($port);
+
+ /**
+ * Return an instance with the specified path.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified path.
+ *
+ * The path can either be empty or absolute (starting with a slash) or
+ * rootless (not starting with a slash). Implementations MUST support all
+ * three syntaxes.
+ *
+ * If the path is intended to be domain-relative rather than path relative then
+ * it must begin with a slash ("/"). Paths not starting with a slash ("/")
+ * are assumed to be relative to some base path known to the application or
+ * consumer.
+ *
+ * Users can provide both encoded and decoded path characters.
+ * Implementations ensure the correct encoding as outlined in getPath().
+ *
+ * @param string $path The path to use with the new instance.
+ * @return static A new instance with the specified path.
+ * @throws \InvalidArgumentException for invalid paths.
+ */
+ public function withPath($path);
+
+ /**
+ * Return an instance with the specified query string.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified query string.
+ *
+ * Users can provide both encoded and decoded query characters.
+ * Implementations ensure the correct encoding as outlined in getQuery().
+ *
+ * An empty query string value is equivalent to removing the query string.
+ *
+ * @param string $query The query string to use with the new instance.
+ * @return static A new instance with the specified query string.
+ * @throws \InvalidArgumentException for invalid query strings.
+ */
+ public function withQuery($query);
+
+ /**
+ * Return an instance with the specified URI fragment.
+ *
+ * This method MUST retain the state of the current instance, and return
+ * an instance that contains the specified URI fragment.
+ *
+ * Users can provide both encoded and decoded fragment characters.
+ * Implementations ensure the correct encoding as outlined in getFragment().
+ *
+ * An empty fragment value is equivalent to removing the fragment.
+ *
+ * @param string $fragment The fragment to use with the new instance.
+ * @return static A new instance with the specified fragment.
+ */
+ public function withFragment($fragment);
+
+ /**
+ * Return the string representation as a URI reference.
+ *
+ * Depending on which components of the URI are present, the resulting
+ * string is either a full URI or relative reference according to RFC 3986,
+ * Section 4.1. The method concatenates the various components of the URI,
+ * using the appropriate delimiters:
+ *
+ * - If a scheme is present, it MUST be suffixed by ":".
+ * - If an authority is present, it MUST be prefixed by "//".
+ * - The path can be concatenated without delimiters. But there are two
+ * cases where the path has to be adjusted to make the URI reference
+ * valid as PHP does not allow to throw an exception in __toString():
+ * - If the path is rootless and an authority is present, the path MUST
+ * be prefixed by "/".
+ * - If the path is starting with more than one "/" and no authority is
+ * present, the starting slashes MUST be reduced to one.
+ * - If a query is present, it MUST be prefixed by "?".
+ * - If a fragment is present, it MUST be prefixed by "#".
+ *
+ * @see http://tools.ietf.org/html/rfc3986#section-4.1
+ * @return string
+ */
+ public function __toString();
+}
diff --git a/vendor/psr/log/LICENSE b/vendor/psr/log/LICENSE
new file mode 100644
index 0000000..474c952
--- /dev/null
+++ b/vendor/psr/log/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2012 PHP Framework Interoperability Group
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/vendor/psr/log/Psr/Log/AbstractLogger.php b/vendor/psr/log/Psr/Log/AbstractLogger.php
new file mode 100644
index 0000000..e02f9da
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/AbstractLogger.php
@@ -0,0 +1,128 @@
+<?php
+
+namespace Psr\Log;
+
+/**
+ * This is a simple Logger implementation that other Loggers can inherit from.
+ *
+ * It simply delegates all log-level-specific methods to the `log` method to
+ * reduce boilerplate code that a simple Logger that does the same thing with
+ * messages regardless of the error level has to implement.
+ */
+abstract class AbstractLogger implements LoggerInterface
+{
+ /**
+ * System is unusable.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function emergency($message, array $context = array())
+ {
+ $this->log(LogLevel::EMERGENCY, $message, $context);
+ }
+
+ /**
+ * Action must be taken immediately.
+ *
+ * Example: Entire website down, database unavailable, etc. This should
+ * trigger the SMS alerts and wake you up.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function alert($message, array $context = array())
+ {
+ $this->log(LogLevel::ALERT, $message, $context);
+ }
+
+ /**
+ * Critical conditions.
+ *
+ * Example: Application component unavailable, unexpected exception.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function critical($message, array $context = array())
+ {
+ $this->log(LogLevel::CRITICAL, $message, $context);
+ }
+
+ /**
+ * Runtime errors that do not require immediate action but should typically
+ * be logged and monitored.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function error($message, array $context = array())
+ {
+ $this->log(LogLevel::ERROR, $message, $context);
+ }
+
+ /**
+ * Exceptional occurrences that are not errors.
+ *
+ * Example: Use of deprecated APIs, poor use of an API, undesirable things
+ * that are not necessarily wrong.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function warning($message, array $context = array())
+ {
+ $this->log(LogLevel::WARNING, $message, $context);
+ }
+
+ /**
+ * Normal but significant events.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function notice($message, array $context = array())
+ {
+ $this->log(LogLevel::NOTICE, $message, $context);
+ }
+
+ /**
+ * Interesting events.
+ *
+ * Example: User logs in, SQL logs.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function info($message, array $context = array())
+ {
+ $this->log(LogLevel::INFO, $message, $context);
+ }
+
+ /**
+ * Detailed debug information.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function debug($message, array $context = array())
+ {
+ $this->log(LogLevel::DEBUG, $message, $context);
+ }
+}
diff --git a/vendor/psr/log/Psr/Log/InvalidArgumentException.php b/vendor/psr/log/Psr/Log/InvalidArgumentException.php
new file mode 100644
index 0000000..67f852d
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/InvalidArgumentException.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace Psr\Log;
+
+class InvalidArgumentException extends \InvalidArgumentException
+{
+}
diff --git a/vendor/psr/log/Psr/Log/LogLevel.php b/vendor/psr/log/Psr/Log/LogLevel.php
new file mode 100644
index 0000000..9cebcac
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/LogLevel.php
@@ -0,0 +1,18 @@
+<?php
+
+namespace Psr\Log;
+
+/**
+ * Describes log levels.
+ */
+class LogLevel
+{
+ const EMERGENCY = 'emergency';
+ const ALERT = 'alert';
+ const CRITICAL = 'critical';
+ const ERROR = 'error';
+ const WARNING = 'warning';
+ const NOTICE = 'notice';
+ const INFO = 'info';
+ const DEBUG = 'debug';
+}
diff --git a/vendor/psr/log/Psr/Log/LoggerAwareInterface.php b/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
new file mode 100644
index 0000000..4d64f47
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
@@ -0,0 +1,18 @@
+<?php
+
+namespace Psr\Log;
+
+/**
+ * Describes a logger-aware instance.
+ */
+interface LoggerAwareInterface
+{
+ /**
+ * Sets a logger instance on the object.
+ *
+ * @param LoggerInterface $logger
+ *
+ * @return void
+ */
+ public function setLogger(LoggerInterface $logger);
+}
diff --git a/vendor/psr/log/Psr/Log/LoggerAwareTrait.php b/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
new file mode 100644
index 0000000..82bf45c
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
@@ -0,0 +1,26 @@
+<?php
+
+namespace Psr\Log;
+
+/**
+ * Basic Implementation of LoggerAwareInterface.
+ */
+trait LoggerAwareTrait
+{
+ /**
+ * The logger instance.
+ *
+ * @var LoggerInterface|null
+ */
+ protected $logger;
+
+ /**
+ * Sets a logger.
+ *
+ * @param LoggerInterface $logger
+ */
+ public function setLogger(LoggerInterface $logger)
+ {
+ $this->logger = $logger;
+ }
+}
diff --git a/vendor/psr/log/Psr/Log/LoggerInterface.php b/vendor/psr/log/Psr/Log/LoggerInterface.php
new file mode 100644
index 0000000..2206cfd
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/LoggerInterface.php
@@ -0,0 +1,125 @@
+<?php
+
+namespace Psr\Log;
+
+/**
+ * Describes a logger instance.
+ *
+ * The message MUST be a string or object implementing __toString().
+ *
+ * The message MAY contain placeholders in the form: {foo} where foo
+ * will be replaced by the context data in key "foo".
+ *
+ * The context array can contain arbitrary data. The only assumption that
+ * can be made by implementors is that if an Exception instance is given
+ * to produce a stack trace, it MUST be in a key named "exception".
+ *
+ * See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md
+ * for the full interface specification.
+ */
+interface LoggerInterface
+{
+ /**
+ * System is unusable.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function emergency($message, array $context = array());
+
+ /**
+ * Action must be taken immediately.
+ *
+ * Example: Entire website down, database unavailable, etc. This should
+ * trigger the SMS alerts and wake you up.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function alert($message, array $context = array());
+
+ /**
+ * Critical conditions.
+ *
+ * Example: Application component unavailable, unexpected exception.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function critical($message, array $context = array());
+
+ /**
+ * Runtime errors that do not require immediate action but should typically
+ * be logged and monitored.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function error($message, array $context = array());
+
+ /**
+ * Exceptional occurrences that are not errors.
+ *
+ * Example: Use of deprecated APIs, poor use of an API, undesirable things
+ * that are not necessarily wrong.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function warning($message, array $context = array());
+
+ /**
+ * Normal but significant events.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function notice($message, array $context = array());
+
+ /**
+ * Interesting events.
+ *
+ * Example: User logs in, SQL logs.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function info($message, array $context = array());
+
+ /**
+ * Detailed debug information.
+ *
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ */
+ public function debug($message, array $context = array());
+
+ /**
+ * Logs with an arbitrary level.
+ *
+ * @param mixed $level
+ * @param string $message
+ * @param mixed[] $context
+ *
+ * @return void
+ *
+ * @throws \Psr\Log\InvalidArgumentException
+ */
+ public function log($level, $message, array $context = array());
+}
diff --git a/vendor/psr/log/Psr/Log/LoggerTrait.php b/vendor/psr/log/Psr/Log/LoggerTrait.php
new file mode 100644
index 0000000..e392fef
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/LoggerTrait.php
@@ -0,0 +1,142 @@
+<?php
+
+namespace Psr\Log;
+
+/**
+ * This is a simple Logger trait that classes unable to extend AbstractLogger
+ * (because they extend another class, etc) can include.
+ *
+ * It simply delegates all log-level-specific methods to the `log` method to
+ * reduce boilerplate code that a simple Logger that does the same thing with
+ * messages regardless of the error level has to implement.
+ */
+trait LoggerTrait
+{
+ /**
+ * System is unusable.
+ *
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ */
+ public function emergency($message, array $context = array())
+ {
+ $this->log(LogLevel::EMERGENCY, $message, $context);
+ }
+
+ /**
+ * Action must be taken immediately.
+ *
+ * Example: Entire website down, database unavailable, etc. This should
+ * trigger the SMS alerts and wake you up.
+ *
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ */
+ public function alert($message, array $context = array())
+ {
+ $this->log(LogLevel::ALERT, $message, $context);
+ }
+
+ /**
+ * Critical conditions.
+ *
+ * Example: Application component unavailable, unexpected exception.
+ *
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ */
+ public function critical($message, array $context = array())
+ {
+ $this->log(LogLevel::CRITICAL, $message, $context);
+ }
+
+ /**
+ * Runtime errors that do not require immediate action but should typically
+ * be logged and monitored.
+ *
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ */
+ public function error($message, array $context = array())
+ {
+ $this->log(LogLevel::ERROR, $message, $context);
+ }
+
+ /**
+ * Exceptional occurrences that are not errors.
+ *
+ * Example: Use of deprecated APIs, poor use of an API, undesirable things
+ * that are not necessarily wrong.
+ *
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ */
+ public function warning($message, array $context = array())
+ {
+ $this->log(LogLevel::WARNING, $message, $context);
+ }
+
+ /**
+ * Normal but significant events.
+ *
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ */
+ public function notice($message, array $context = array())
+ {
+ $this->log(LogLevel::NOTICE, $message, $context);
+ }
+
+ /**
+ * Interesting events.
+ *
+ * Example: User logs in, SQL logs.
+ *
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ */
+ public function info($message, array $context = array())
+ {
+ $this->log(LogLevel::INFO, $message, $context);
+ }
+
+ /**
+ * Detailed debug information.
+ *
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ */
+ public function debug($message, array $context = array())
+ {
+ $this->log(LogLevel::DEBUG, $message, $context);
+ }
+
+ /**
+ * Logs with an arbitrary level.
+ *
+ * @param mixed $level
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ *
+ * @throws \Psr\Log\InvalidArgumentException
+ */
+ abstract public function log($level, $message, array $context = array());
+}
diff --git a/vendor/psr/log/Psr/Log/NullLogger.php b/vendor/psr/log/Psr/Log/NullLogger.php
new file mode 100644
index 0000000..c8f7293
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/NullLogger.php
@@ -0,0 +1,30 @@
+<?php
+
+namespace Psr\Log;
+
+/**
+ * This Logger can be used to avoid conditional log calls.
+ *
+ * Logging should always be optional, and if no logger is provided to your
+ * library creating a NullLogger instance to have something to throw logs at
+ * is a good way to avoid littering your code with `if ($this->logger) { }`
+ * blocks.
+ */
+class NullLogger extends AbstractLogger
+{
+ /**
+ * Logs with an arbitrary level.
+ *
+ * @param mixed $level
+ * @param string $message
+ * @param array $context
+ *
+ * @return void
+ *
+ * @throws \Psr\Log\InvalidArgumentException
+ */
+ public function log($level, $message, array $context = array())
+ {
+ // noop
+ }
+}
diff --git a/vendor/psr/log/Psr/Log/Test/DummyTest.php b/vendor/psr/log/Psr/Log/Test/DummyTest.php
new file mode 100644
index 0000000..9638c11
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/Test/DummyTest.php
@@ -0,0 +1,18 @@
+<?php
+
+namespace Psr\Log\Test;
+
+/**
+ * This class is internal and does not follow the BC promise.
+ *
+ * Do NOT use this class in any way.
+ *
+ * @internal
+ */
+class DummyTest
+{
+ public function __toString()
+ {
+ return 'DummyTest';
+ }
+}
diff --git a/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php b/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
new file mode 100644
index 0000000..e1e5354
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
@@ -0,0 +1,138 @@
+<?php
+
+namespace Psr\Log\Test;
+
+use Psr\Log\LoggerInterface;
+use Psr\Log\LogLevel;
+use PHPUnit\Framework\TestCase;
+
+/**
+ * Provides a base test class for ensuring compliance with the LoggerInterface.
+ *
+ * Implementors can extend the class and implement abstract methods to run this
+ * as part of their test suite.
+ */
+abstract class LoggerInterfaceTest extends TestCase
+{
+ /**
+ * @return LoggerInterface
+ */
+ abstract public function getLogger();
+
+ /**
+ * This must return the log messages in order.
+ *
+ * The simple formatting of the messages is: "<LOG LEVEL> <MESSAGE>".
+ *
+ * Example ->error('Foo') would yield "error Foo".
+ *
+ * @return string[]
+ */
+ abstract public function getLogs();
+
+ public function testImplements()
+ {
+ $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger());
+ }
+
+ /**
+ * @dataProvider provideLevelsAndMessages
+ */
+ public function testLogsAtAllLevels($level, $message)
+ {
+ $logger = $this->getLogger();
+ $logger->{$level}($message, array('user' => 'Bob'));
+ $logger->log($level, $message, array('user' => 'Bob'));
+
+ $expected = array(
+ $level.' message of level '.$level.' with context: Bob',
+ $level.' message of level '.$level.' with context: Bob',
+ );
+ $this->assertEquals($expected, $this->getLogs());
+ }
+
+ public function provideLevelsAndMessages()
+ {
+ return array(
+ LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}'),
+ LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'),
+ LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'),
+ LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
+ LogLevel::WARNING => array(LogLevel::WARNING, 'message of level warning with context: {user}'),
+ LogLevel::NOTICE => array(LogLevel::NOTICE, 'message of level notice with context: {user}'),
+ LogLevel::INFO => array(LogLevel::INFO, 'message of level info with context: {user}'),
+ LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
+ );
+ }
+
+ /**
+ * @expectedException \Psr\Log\InvalidArgumentException
+ */
+ public function testThrowsOnInvalidLevel()
+ {
+ $logger = $this->getLogger();
+ $logger->log('invalid level', 'Foo');
+ }
+
+ public function testContextReplacement()
+ {
+ $logger = $this->getLogger();
+ $logger->info('{Message {nothing} {user} {foo.bar} a}', array('user' => 'Bob', 'foo.bar' => 'Bar'));
+
+ $expected = array('info {Message {nothing} Bob Bar a}');
+ $this->assertEquals($expected, $this->getLogs());
+ }
+
+ public function testObjectCastToString()
+ {
+ if (method_exists($this, 'createPartialMock')) {
+ $dummy = $this->createPartialMock('Psr\Log\Test\DummyTest', array('__toString'));
+ } else {
+ $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
+ }
+ $dummy->expects($this->once())
+ ->method('__toString')
+ ->will($this->returnValue('DUMMY'));
+
+ $this->getLogger()->warning($dummy);
+
+ $expected = array('warning DUMMY');
+ $this->assertEquals($expected, $this->getLogs());
+ }
+
+ public function testContextCanContainAnything()
+ {
+ $closed = fopen('php://memory', 'r');
+ fclose($closed);
+
+ $context = array(
+ 'bool' => true,
+ 'null' => null,
+ 'string' => 'Foo',
+ 'int' => 0,
+ 'float' => 0.5,
+ 'nested' => array('with object' => new DummyTest),
+ 'object' => new \DateTime,
+ 'resource' => fopen('php://memory', 'r'),
+ 'closed' => $closed,
+ );
+
+ $this->getLogger()->warning('Crazy context data', $context);
+
+ $expected = array('warning Crazy context data');
+ $this->assertEquals($expected, $this->getLogs());
+ }
+
+ public function testContextExceptionKeyCanBeExceptionOrOtherValues()
+ {
+ $logger = $this->getLogger();
+ $logger->warning('Random message', array('exception' => 'oops'));
+ $logger->critical('Uncaught Exception!', array('exception' => new \LogicException('Fail')));
+
+ $expected = array(
+ 'warning Random message',
+ 'critical Uncaught Exception!'
+ );
+ $this->assertEquals($expected, $this->getLogs());
+ }
+}
diff --git a/vendor/psr/log/Psr/Log/Test/TestLogger.php b/vendor/psr/log/Psr/Log/Test/TestLogger.php
new file mode 100644
index 0000000..1be3230
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/Test/TestLogger.php
@@ -0,0 +1,147 @@
+<?php
+
+namespace Psr\Log\Test;
+
+use Psr\Log\AbstractLogger;
+
+/**
+ * Used for testing purposes.
+ *
+ * It records all records and gives you access to them for verification.
+ *
+ * @method bool hasEmergency($record)
+ * @method bool hasAlert($record)
+ * @method bool hasCritical($record)
+ * @method bool hasError($record)
+ * @method bool hasWarning($record)
+ * @method bool hasNotice($record)
+ * @method bool hasInfo($record)
+ * @method bool hasDebug($record)
+ *
+ * @method bool hasEmergencyRecords()
+ * @method bool hasAlertRecords()
+ * @method bool hasCriticalRecords()
+ * @method bool hasErrorRecords()
+ * @method bool hasWarningRecords()
+ * @method bool hasNoticeRecords()
+ * @method bool hasInfoRecords()
+ * @method bool hasDebugRecords()
+ *
+ * @method bool hasEmergencyThatContains($message)
+ * @method bool hasAlertThatContains($message)
+ * @method bool hasCriticalThatContains($message)
+ * @method bool hasErrorThatContains($message)
+ * @method bool hasWarningThatContains($message)
+ * @method bool hasNoticeThatContains($message)
+ * @method bool hasInfoThatContains($message)
+ * @method bool hasDebugThatContains($message)
+ *
+ * @method bool hasEmergencyThatMatches($message)
+ * @method bool hasAlertThatMatches($message)
+ * @method bool hasCriticalThatMatches($message)
+ * @method bool hasErrorThatMatches($message)
+ * @method bool hasWarningThatMatches($message)
+ * @method bool hasNoticeThatMatches($message)
+ * @method bool hasInfoThatMatches($message)
+ * @method bool hasDebugThatMatches($message)
+ *
+ * @method bool hasEmergencyThatPasses($message)
+ * @method bool hasAlertThatPasses($message)
+ * @method bool hasCriticalThatPasses($message)
+ * @method bool hasErrorThatPasses($message)
+ * @method bool hasWarningThatPasses($message)
+ * @method bool hasNoticeThatPasses($message)
+ * @method bool hasInfoThatPasses($message)
+ * @method bool hasDebugThatPasses($message)
+ */
+class TestLogger extends AbstractLogger
+{
+ /**
+ * @var array
+ */
+ public $records = [];
+
+ public $recordsByLevel = [];
+
+ /**
+ * @inheritdoc
+ */
+ public function log($level, $message, array $context = [])
+ {
+ $record = [
+ 'level' => $level,
+ 'message' => $message,
+ 'context' => $context,
+ ];
+
+ $this->recordsByLevel[$record['level']][] = $record;
+ $this->records[] = $record;
+ }
+
+ public function hasRecords($level)
+ {
+ return isset($this->recordsByLevel[$level]);
+ }
+
+ public function hasRecord($record, $level)
+ {
+ if (is_string($record)) {
+ $record = ['message' => $record];
+ }
+ return $this->hasRecordThatPasses(function ($rec) use ($record) {
+ if ($rec['message'] !== $record['message']) {
+ return false;
+ }
+ if (isset($record['context']) && $rec['context'] !== $record['context']) {
+ return false;
+ }
+ return true;
+ }, $level);
+ }
+
+ public function hasRecordThatContains($message, $level)
+ {
+ return $this->hasRecordThatPasses(function ($rec) use ($message) {
+ return strpos($rec['message'], $message) !== false;
+ }, $level);
+ }
+
+ public function hasRecordThatMatches($regex, $level)
+ {
+ return $this->hasRecordThatPasses(function ($rec) use ($regex) {
+ return preg_match($regex, $rec['message']) > 0;
+ }, $level);
+ }
+
+ public function hasRecordThatPasses(callable $predicate, $level)
+ {
+ if (!isset($this->recordsByLevel[$level])) {
+ return false;
+ }
+ foreach ($this->recordsByLevel[$level] as $i => $rec) {
+ if (call_user_func($predicate, $rec, $i)) {
+ return true;
+ }
+ }
+ return false;
+ }
+
+ public function __call($method, $args)
+ {
+ if (preg_match('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
+ $genericMethod = $matches[1] . ('Records' !== $matches[3] ? 'Record' : '') . $matches[3];
+ $level = strtolower($matches[2]);
+ if (method_exists($this, $genericMethod)) {
+ $args[] = $level;
+ return call_user_func_array([$this, $genericMethod], $args);
+ }
+ }
+ throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
+ }
+
+ public function reset()
+ {
+ $this->records = [];
+ $this->recordsByLevel = [];
+ }
+}
diff --git a/vendor/psr/log/README.md b/vendor/psr/log/README.md
new file mode 100644
index 0000000..a9f20c4
--- /dev/null
+++ b/vendor/psr/log/README.md
@@ -0,0 +1,58 @@
+PSR Log
+=======
+
+This repository holds all interfaces/classes/traits related to
+[PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
+
+Note that this is not a logger of its own. It is merely an interface that
+describes a logger. See the specification for more details.
+
+Installation
+------------
+
+```bash
+composer require psr/log
+```
+
+Usage
+-----
+
+If you need a logger, you can use the interface like this:
+
+```php
+<?php
+
+use Psr\Log\LoggerInterface;
+
+class Foo
+{
+ private $logger;
+
+ public function __construct(LoggerInterface $logger = null)
+ {
+ $this->logger = $logger;
+ }
+
+ public function doSomething()
+ {
+ if ($this->logger) {
+ $this->logger->info('Doing work');
+ }
+
+ try {
+ $this->doSomethingElse();
+ } catch (Exception $exception) {
+ $this->logger->error('Oh no!', array('exception' => $exception));
+ }
+
+ // do something useful
+ }
+}
+```
+
+You can then pick one of the implementations of the interface to get a logger.
+
+If you want to implement the interface, you can require this package and
+implement `Psr\Log\LoggerInterface` in your code. Please read the
+[specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
+for details.
diff --git a/vendor/psr/log/composer.json b/vendor/psr/log/composer.json
new file mode 100644
index 0000000..ca05695
--- /dev/null
+++ b/vendor/psr/log/composer.json
@@ -0,0 +1,26 @@
+{
+ "name": "psr/log",
+ "description": "Common interface for logging libraries",
+ "keywords": ["psr", "psr-3", "log"],
+ "homepage": "https://github.com/php-fig/log",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Psr\\Log\\": "Psr/Log/"
+ }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1.x-dev"
+ }
+ }
+}